diff --git a/Code/FPGA/watch/db/add_sub_1tc.tdf b/Code/FPGA/watch/db/add_sub_1tc.tdf new file mode 100644 index 0000000..6704b32 --- /dev/null +++ b/Code/FPGA/watch/db/add_sub_1tc.tdf @@ -0,0 +1,44 @@ +--lpm_add_sub CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGTH=48 DEVICE_FAMILY="Cyclone IV GX" LPM_DIRECTION="SUB" LPM_WIDTH=1 cout dataa datab result +--VERSION_BEGIN 24.1 cbx_cycloneii 2025:03:05:20:06:36:SC cbx_lpm_add_sub 2025:03:05:20:06:36:SC cbx_mgl 2025:03:05:20:07:01:SC cbx_nadder 2025:03:05:20:06:36:SC cbx_stratix 2025:03:05:20:06:36:SC cbx_stratixii 2025:03:05:20:06:36: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. + + + +--synthesis_resources = +SUBDESIGN add_sub_1tc +( + cout : output; + dataa[0..0] : input; + datab[0..0] : input; + result[0..0] : output; +) +VARIABLE + carry_eqn[0..0] : WIRE; + cin_wire : WIRE; + datab_node[0..0] : WIRE; + sum_eqn[0..0] : WIRE; + +BEGIN + carry_eqn[] = ( ((dataa[0..0] & datab_node[0..0]) # ((dataa[0..0] # datab_node[0..0]) & cin_wire))); + cin_wire = B"1"; + cout = carry_eqn[0..0]; + datab_node[] = (! datab[]); + result[] = sum_eqn[]; + sum_eqn[] = ( ((dataa[0..0] $ datab_node[0..0]) $ cin_wire)); +END; +--VALID FILE diff --git a/Code/FPGA/watch/db/add_sub_2tc.tdf b/Code/FPGA/watch/db/add_sub_2tc.tdf new file mode 100644 index 0000000..f9a8920 --- /dev/null +++ b/Code/FPGA/watch/db/add_sub_2tc.tdf @@ -0,0 +1,44 @@ +--lpm_add_sub CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGTH=48 DEVICE_FAMILY="Cyclone IV GX" LPM_DIRECTION="SUB" LPM_WIDTH=2 cout dataa datab result +--VERSION_BEGIN 24.1 cbx_cycloneii 2025:03:05:20:06:36:SC cbx_lpm_add_sub 2025:03:05:20:06:36:SC cbx_mgl 2025:03:05:20:07:01:SC cbx_nadder 2025:03:05:20:06:36:SC cbx_stratix 2025:03:05:20:06:36:SC cbx_stratixii 2025:03:05:20:06:36: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. + + + +--synthesis_resources = +SUBDESIGN add_sub_2tc +( + cout : output; + dataa[1..0] : input; + datab[1..0] : input; + result[1..0] : output; +) +VARIABLE + carry_eqn[1..0] : WIRE; + cin_wire : WIRE; + datab_node[1..0] : WIRE; + sum_eqn[1..0] : WIRE; + +BEGIN + carry_eqn[] = ( ((dataa[1..1] & datab_node[1..1]) # ((dataa[1..1] # datab_node[1..1]) & carry_eqn[0..0])), ((dataa[0..0] & datab_node[0..0]) # ((dataa[0..0] # datab_node[0..0]) & cin_wire))); + cin_wire = B"1"; + cout = carry_eqn[1..1]; + datab_node[] = (! datab[]); + result[] = sum_eqn[]; + sum_eqn[] = ( ((dataa[1..1] $ datab_node[1..1]) $ carry_eqn[0..0]), ((dataa[0..0] $ datab_node[0..0]) $ cin_wire)); +END; +--VALID FILE diff --git a/Code/FPGA/watch/db/alt_u_div_0bf.tdf b/Code/FPGA/watch/db/alt_u_div_0bf.tdf new file mode 100644 index 0000000..ebdc51b --- /dev/null +++ b/Code/FPGA/watch/db/alt_u_div_0bf.tdf @@ -0,0 +1,172 @@ +--alt_u_div DEVICE_FAMILY="Cyclone IV GX" LPM_PIPELINE=0 MAXIMIZE_SPEED=5 SKIP_BITS=0 WIDTH_D=7 WIDTH_N=12 WIDTH_Q=12 WIDTH_R=7 denominator numerator quotient remainder +--VERSION_BEGIN 24.1 cbx_cycloneii 2025:03:05:20:06:36:SC cbx_lpm_abs 2025:03:05:20:06:36:SC cbx_lpm_add_sub 2025:03:05:20:06:36:SC cbx_lpm_divide 2025:03:05:20:06:36:SC cbx_mgl 2025:03:05:20:07:01:SC cbx_nadder 2025:03:05:20:06:36:SC cbx_stratix 2025:03:05:20:06:36:SC cbx_stratixii 2025:03:05:20:06:36:SC cbx_util_mgl 2025:03:05:20:06:36: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_1tc (dataa[0..0], datab[0..0]) +RETURNS ( cout, result[0..0]); +FUNCTION add_sub_2tc (dataa[1..0], datab[1..0]) +RETURNS ( cout, result[1..0]); + +--synthesis_resources = lut 75 +SUBDESIGN alt_u_div_0bf +( + denominator[6..0] : input; + numerator[11..0] : input; + quotient[11..0] : output; + remainder[6..0] : output; +) +VARIABLE + add_sub_0 : add_sub_1tc; + add_sub_1 : add_sub_2tc; + 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_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[103..0] : WIRE; + DenominatorIn_tmp[103..0] : WIRE; + gnd_wire : WIRE; + nose[155..0] : WIRE; + NumeratorIn[155..0] : WIRE; + NumeratorIn_tmp[155..0] : WIRE; + prestg[95..0] : WIRE; + quotient_tmp[11..0] : WIRE; + sel[90..0] : WIRE; + selnose[155..0] : WIRE; + StageIn[103..0] : WIRE; + StageIn_tmp[103..0] : WIRE; + StageOut[95..0] : WIRE; + +BEGIN + add_sub_0.dataa[0..0] = NumeratorIn[11..11]; + add_sub_0.datab[0..0] = DenominatorIn[0..0]; + add_sub_1.dataa[] = ( StageIn[8..8], NumeratorIn[22..22]); + 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[121..121]); + 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[132..132]); + add_sub_11_datab[] = DenominatorIn[95..88]; + 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[33..33]); + 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[44..44]); + 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[55..55]); + 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[66..66]); + 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[77..77]); + 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[88..88]); + 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[99..99]); + 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[110..110]); + add_sub_9_datab[] = DenominatorIn[79..72]; + DenominatorIn[] = DenominatorIn_tmp[]; + DenominatorIn_tmp[] = ( DenominatorIn[95..0], ( gnd_wire, denominator[])); + gnd_wire = B"0"; + nose[] = ( B"000000000000", add_sub_11_cout, B"000000000000", add_sub_10_cout, B"000000000000", add_sub_9_cout, B"000000000000", add_sub_8_cout, B"000000000000", add_sub_7_cout, B"000000000000", add_sub_6_cout, B"000000000000", add_sub_5_cout, B"000000000000", add_sub_4_cout, B"000000000000", add_sub_3_cout, B"000000000000", add_sub_2_cout, B"000000000000", add_sub_1.cout, B"000000000000", add_sub_0.cout); + NumeratorIn[] = NumeratorIn_tmp[]; + NumeratorIn_tmp[] = ( NumeratorIn[143..0], numerator[]); + prestg[] = ( 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[13..13]), (! selnose[26..26]), (! selnose[39..39]), (! selnose[52..52]), (! selnose[65..65]), (! selnose[78..78]), (! selnose[91..91]), (! selnose[104..104]), (! selnose[117..117]), (! selnose[130..130]), (! selnose[143..143])); + remainder[6..0] = StageIn[102..96]; + sel[] = ( 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] # DenominatorIn[4..4]), (sel[3..3] # DenominatorIn[3..3]), (sel[2..2] # DenominatorIn[2..2]), (sel[1..1] # DenominatorIn[1..1])); + selnose[] = ( (! nose[155..155]), (! nose[154..154]), (! nose[153..153]), (! nose[152..152]), (! nose[151..151]), ((! nose[150..150]) # sel[90..90]), ((! nose[149..149]) # sel[89..89]), ((! nose[148..148]) # sel[88..88]), ((! nose[147..147]) # sel[87..87]), ((! nose[146..146]) # sel[86..86]), ((! nose[145..145]) # sel[85..85]), ((! nose[144..144]) # sel[84..84]), (! nose[143..143]), (! nose[142..142]), (! nose[141..141]), (! nose[140..140]), (! nose[139..139]), ((! nose[138..138]) # sel[83..83]), ((! nose[137..137]) # sel[82..82]), ((! nose[136..136]) # sel[81..81]), ((! nose[135..135]) # sel[80..80]), ((! nose[134..134]) # sel[79..79]), ((! nose[133..133]) # sel[78..78]), ((! nose[132..132]) # sel[77..77]), (! nose[131..131]), (! nose[130..130]), (! nose[129..129]), (! nose[128..128]), (! nose[127..127]), ((! nose[126..126]) # sel[76..76]), ((! nose[125..125]) # sel[75..75]), ((! nose[124..124]) # sel[74..74]), ((! nose[123..123]) # sel[73..73]), ((! nose[122..122]) # sel[72..72]), ((! nose[121..121]) # sel[71..71]), ((! nose[120..120]) # sel[70..70]), (! nose[119..119]), (! nose[118..118]), (! nose[117..117]), (! nose[116..116]), (! nose[115..115]), ((! nose[114..114]) # sel[69..69]), ((! nose[113..113]) # sel[68..68]), ((! nose[112..112]) # sel[67..67]), ((! nose[111..111]) # sel[66..66]), ((! nose[110..110]) # sel[65..65]), ((! nose[109..109]) # sel[64..64]), ((! nose[108..108]) # sel[63..63]), (! nose[107..107]), (! nose[106..106]), (! nose[105..105]), (! nose[104..104]), (! nose[103..103]), ((! nose[102..102]) # sel[62..62]), ((! nose[101..101]) # sel[61..61]), ((! nose[100..100]) # sel[60..60]), ((! nose[99..99]) # sel[59..59]), ((! nose[98..98]) # sel[58..58]), ((! nose[97..97]) # sel[57..57]), ((! nose[96..96]) # sel[56..56]), (! nose[95..95]), (! nose[94..94]), (! nose[93..93]), (! nose[92..92]), (! nose[91..91]), ((! nose[90..90]) # sel[55..55]), ((! nose[89..89]) # sel[54..54]), ((! nose[88..88]) # sel[53..53]), ((! nose[87..87]) # sel[52..52]), ((! nose[86..86]) # sel[51..51]), ((! nose[85..85]) # sel[50..50]), ((! nose[84..84]) # sel[49..49]), (! nose[83..83]), (! nose[82..82]), (! nose[81..81]), (! nose[80..80]), (! nose[79..79]), ((! nose[78..78]) # sel[48..48]), ((! nose[77..77]) # sel[47..47]), ((! nose[76..76]) # sel[46..46]), ((! nose[75..75]) # sel[45..45]), ((! nose[74..74]) # sel[44..44]), ((! nose[73..73]) # sel[43..43]), ((! nose[72..72]) # sel[42..42]), (! nose[71..71]), (! nose[70..70]), (! nose[69..69]), (! nose[68..68]), (! nose[67..67]), ((! nose[66..66]) # sel[41..41]), ((! nose[65..65]) # sel[40..40]), ((! nose[64..64]) # sel[39..39]), ((! nose[63..63]) # sel[38..38]), ((! nose[62..62]) # sel[37..37]), ((! nose[61..61]) # sel[36..36]), ((! nose[60..60]) # sel[35..35]), (! nose[59..59]), (! nose[58..58]), (! nose[57..57]), (! nose[56..56]), (! nose[55..55]), ((! nose[54..54]) # sel[34..34]), ((! nose[53..53]) # sel[33..33]), ((! nose[52..52]) # sel[32..32]), ((! nose[51..51]) # sel[31..31]), ((! nose[50..50]) # sel[30..30]), ((! nose[49..49]) # sel[29..29]), ((! nose[48..48]) # sel[28..28]), (! nose[47..47]), (! nose[46..46]), (! nose[45..45]), (! nose[44..44]), (! nose[43..43]), ((! nose[42..42]) # sel[27..27]), ((! nose[41..41]) # sel[26..26]), ((! nose[40..40]) # sel[25..25]), ((! nose[39..39]) # sel[24..24]), ((! nose[38..38]) # sel[23..23]), ((! nose[37..37]) # sel[22..22]), ((! nose[36..36]) # sel[21..21]), (! nose[35..35]), (! nose[34..34]), (! nose[33..33]), (! nose[32..32]), (! nose[31..31]), ((! nose[30..30]) # sel[20..20]), ((! nose[29..29]) # sel[19..19]), ((! nose[28..28]) # sel[18..18]), ((! nose[27..27]) # sel[17..17]), ((! nose[26..26]) # sel[16..16]), ((! nose[25..25]) # sel[15..15]), ((! nose[24..24]) # sel[14..14]), (! nose[23..23]), (! nose[22..22]), (! nose[21..21]), (! nose[20..20]), (! nose[19..19]), ((! nose[18..18]) # sel[13..13]), ((! nose[17..17]) # sel[12..12]), ((! nose[16..16]) # sel[11..11]), ((! nose[15..15]) # sel[10..10]), ((! nose[14..14]) # sel[9..9]), ((! nose[13..13]) # sel[8..8]), ((! nose[12..12]) # sel[7..7]), (! nose[11..11]), (! nose[10..10]), (! nose[9..9]), (! nose[8..8]), (! nose[7..7]), ((! nose[6..6]) # sel[6..6]), ((! nose[5..5]) # sel[5..5]), ((! nose[4..4]) # sel[4..4]), ((! nose[3..3]) # sel[3..3]), ((! nose[2..2]) # sel[2..2]), ((! nose[1..1]) # sel[1..1]), ((! nose[0..0]) # sel[0..0])); + StageIn[] = StageIn_tmp[]; + StageIn_tmp[] = ( StageOut[95..0], B"00000000"); + StageOut[] = ( ((( StageIn[94..88], NumeratorIn[132..132]) & selnose[143..143]) # (prestg[95..88] & (! selnose[143..143]))), ((( StageIn[86..80], NumeratorIn[121..121]) & selnose[130..130]) # (prestg[87..80] & (! selnose[130..130]))), ((( StageIn[78..72], NumeratorIn[110..110]) & selnose[117..117]) # (prestg[79..72] & (! selnose[117..117]))), ((( StageIn[70..64], NumeratorIn[99..99]) & selnose[104..104]) # (prestg[71..64] & (! selnose[104..104]))), ((( StageIn[62..56], NumeratorIn[88..88]) & selnose[91..91]) # (prestg[63..56] & (! selnose[91..91]))), ((( StageIn[54..48], NumeratorIn[77..77]) & selnose[78..78]) # (prestg[55..48] & (! selnose[78..78]))), ((( StageIn[46..40], NumeratorIn[66..66]) & selnose[65..65]) # (prestg[47..40] & (! selnose[65..65]))), ((( StageIn[38..32], NumeratorIn[55..55]) & selnose[52..52]) # (prestg[39..32] & (! selnose[52..52]))), ((( StageIn[30..24], NumeratorIn[44..44]) & selnose[39..39]) # (prestg[31..24] & (! selnose[39..39]))), ((( StageIn[22..16], NumeratorIn[33..33]) & selnose[26..26]) # (prestg[23..16] & (! selnose[26..26]))), ((( StageIn[14..8], NumeratorIn[22..22]) & selnose[13..13]) # (prestg[15..8] & (! selnose[13..13]))), ((( StageIn[6..0], NumeratorIn[11..11]) & selnose[0..0]) # (prestg[7..0] & (! selnose[0..0])))); +END; +--VALID FILE diff --git a/Code/FPGA/watch/db/lpm_divide_rmm.tdf b/Code/FPGA/watch/db/lpm_divide_rmm.tdf new file mode 100644 index 0000000..f6724de --- /dev/null +++ b/Code/FPGA/watch/db/lpm_divide_rmm.tdf @@ -0,0 +1,43 @@ +--lpm_divide DEVICE_FAMILY="Cyclone IV GX" LPM_DREPRESENTATION="UNSIGNED" LPM_NREPRESENTATION="UNSIGNED" LPM_WIDTHD=7 LPM_WIDTHN=12 OPTIMIZE_FOR_SPEED=5 denom numer quotient CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGTH=48 IGNORE_CARRY_BUFFERS="OFF" +--VERSION_BEGIN 24.1 cbx_cycloneii 2025:03:05:20:06:36:SC cbx_lpm_abs 2025:03:05:20:06:36:SC cbx_lpm_add_sub 2025:03:05:20:06:36:SC cbx_lpm_divide 2025:03:05:20:06:36:SC cbx_mgl 2025:03:05:20:07:01:SC cbx_nadder 2025:03:05:20:06:36:SC cbx_stratix 2025:03:05:20:06:36:SC cbx_stratixii 2025:03:05:20:06:36:SC cbx_util_mgl 2025:03:05:20:06:36: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 sign_div_unsign_plh (denominator[6..0], numerator[11..0]) +RETURNS ( quotient[11..0], remainder[6..0]); + +--synthesis_resources = lut 75 +SUBDESIGN lpm_divide_rmm +( + denom[6..0] : input; + numer[11..0] : input; + quotient[11..0] : output; + remain[6..0] : output; +) +VARIABLE + divider : sign_div_unsign_plh; + numer_tmp[11..0] : WIRE; + +BEGIN + divider.denominator[] = denom[]; + divider.numerator[] = numer_tmp[]; + numer_tmp[] = numer[]; + quotient[] = divider.quotient[]; + remain[] = divider.remainder[]; +END; +--VALID FILE diff --git a/Code/FPGA/watch/db/prev_cmp_watch.qmsg b/Code/FPGA/watch/db/prev_cmp_watch.qmsg index acf8f4d..5e5bc82 100644 --- a/Code/FPGA/watch/db/prev_cmp_watch.qmsg +++ b/Code/FPGA/watch/db/prev_cmp_watch.qmsg @@ -1,160 +1,209 @@ -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1763494316846 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "Analysis & Synthesis Quartus Prime " "Running Quartus Prime Analysis & Synthesis" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494316846 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:31:56 2025 " "Processing started: Tue Nov 18 13:31:56 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494316846 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494316846 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_map --read_settings_files=on --write_settings_files=off watch -c watch " "Command: quartus_map --read_settings_files=on --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494316846 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Analysis & Synthesis" 0 -1 1763494317172 ""} -{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Analysis & Synthesis" 0 -1 1763494317172 ""} -{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "uart_rx.v 1 1 " "Found 1 design units, including 1 entities, in source file uart_rx.v" { { "Info" "ISGN_ENTITY_NAME" "1 uart_rx " "Found entity 1: uart_rx" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1763494321679 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494321679 ""} -{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "lcd_driver.v 1 1 " "Found 1 design units, including 1 entities, in source file lcd_driver.v" { { "Info" "ISGN_ENTITY_NAME" "1 lcd_driver " "Found entity 1: lcd_driver" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1763494321681 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494321681 ""} -{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "de2i_150_top.v 1 1 " "Found 1 design units, including 1 entities, in source file de2i_150_top.v" { { "Info" "ISGN_ENTITY_NAME" "1 de2i_150_top " "Found entity 1: de2i_150_top" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1763494321682 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494321682 ""} -{ "Info" "ISGN_START_ELABORATION_TOP" "de2i_150_top " "Elaborating entity \"de2i_150_top\" for the top level hierarchy" { } { } 0 12127 "Elaborating entity \"%1!s!\" for the top level hierarchy" 0 0 "Analysis & Synthesis" 0 -1 1763494321726 ""} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(80) " "Verilog HDL assignment warning at de2i_150_top.v(80): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 80 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321730 "|de2i_150_top"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(92) " "Verilog HDL assignment warning at de2i_150_top.v(92): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 92 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321730 "|de2i_150_top"} -{ "Warning" "WVRFX_L2_VERI_CASE_CONDITION_REDUNDANT" "de2i_150_top.v(96) " "Verilog HDL Case Statement warning at de2i_150_top.v(96): case item expression never matches the case expression" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 96 0 0 } } } 0 10199 "Verilog HDL Case Statement warning at %1!s!: case item expression never matches the case expression" 0 0 "Analysis & Synthesis" 0 -1 1763494321730 "|de2i_150_top"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(119) " "Verilog HDL assignment warning at de2i_150_top.v(119): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 119 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321730 "|de2i_150_top"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(129) " "Verilog HDL assignment warning at de2i_150_top.v(129): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 129 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321730 "|de2i_150_top"} -{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "uart_rx uart_rx:uart_inst " "Elaborating entity \"uart_rx\" for hierarchy \"uart_rx:uart_inst\"" { } { { "de2i_150_top.v" "uart_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 58 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1763494321757 ""} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(64) " "Verilog HDL assignment warning at uart_rx.v(64): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 64 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321758 "|de2i_150_top|uart_rx:uart_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(71) " "Verilog HDL assignment warning at uart_rx.v(71): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 71 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321758 "|de2i_150_top|uart_rx:uart_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 3 uart_rx.v(77) " "Verilog HDL assignment warning at uart_rx.v(77): truncated value with size 32 to match size of target (3)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 77 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321758 "|de2i_150_top|uart_rx:uart_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(88) " "Verilog HDL assignment warning at uart_rx.v(88): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 88 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321758 "|de2i_150_top|uart_rx:uart_inst"} -{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "lcd_driver lcd_driver:lcd_inst " "Elaborating entity \"lcd_driver\" for hierarchy \"lcd_driver:lcd_inst\"" { } { { "de2i_150_top.v" "lcd_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 73 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1763494321767 ""} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(69) " "Verilog HDL assignment warning at lcd_driver.v(69): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 69 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(80) " "Verilog HDL assignment warning at lcd_driver.v(80): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 80 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(87) " "Verilog HDL assignment warning at lcd_driver.v(87): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 87 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(94) " "Verilog HDL assignment warning at lcd_driver.v(94): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 94 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(101) " "Verilog HDL assignment warning at lcd_driver.v(101): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 101 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(108) " "Verilog HDL assignment warning at lcd_driver.v(108): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 108 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(115) " "Verilog HDL assignment warning at lcd_driver.v(115): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 115 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(122) " "Verilog HDL assignment warning at lcd_driver.v(122): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 122 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(129) " "Verilog HDL assignment warning at lcd_driver.v(129): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 129 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(143) " "Verilog HDL assignment warning at lcd_driver.v(143): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 143 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(150) " "Verilog HDL assignment warning at lcd_driver.v(150): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 150 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321768 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(157) " "Verilog HDL assignment warning at lcd_driver.v(157): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 157 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321769 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(164) " "Verilog HDL assignment warning at lcd_driver.v(164): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 164 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321769 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(180) " "Verilog HDL assignment warning at lcd_driver.v(180): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 180 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321769 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(189) " "Verilog HDL assignment warning at lcd_driver.v(189): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 189 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494321769 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Info" "IMLS_MLS_PRESET_POWER_UP" "" "Registers with preset signals will power-up high" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 9 -1 0 } } } 0 13000 "Registers with preset signals will power-up high" 0 0 "Analysis & Synthesis" 0 -1 1763494322198 ""} -{ "Info" "IMLS_MLS_DEV_CLRN_SETS_REGISTERS" "" "DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back" { } { } 0 13003 "DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back" 0 0 "Analysis & Synthesis" 0 -1 1763494322198 ""} -{ "Warning" "WMLS_MLS_STUCK_PIN_HDR" "" "Output pins are stuck at VCC or GND" { { "Warning" "WMLS_MLS_STUCK_PIN" "UART_TXD VCC " "Pin \"UART_TXD\" is stuck at VCC" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 5 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1763494322256 "|de2i_150_top|UART_TXD"} { "Warning" "WMLS_MLS_STUCK_PIN" "UART_RTS GND " "Pin \"UART_RTS\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 7 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1763494322256 "|de2i_150_top|UART_RTS"} { "Warning" "WMLS_MLS_STUCK_PIN" "LCD_RW GND " "Pin \"LCD_RW\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 11 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1763494322256 "|de2i_150_top|LCD_RW"} { "Warning" "WMLS_MLS_STUCK_PIN" "LCD_ON VCC " "Pin \"LCD_ON\" is stuck at VCC" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 15 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1763494322256 "|de2i_150_top|LCD_ON"} } { } 0 13024 "Output pins are stuck at VCC or GND" 0 0 "Analysis & Synthesis" 0 -1 1763494322256 ""} -{ "Info" "ISUTIL_TIMING_DRIVEN_SYNTHESIS_RUNNING" "" "Timing-Driven Synthesis is running" { } { } 0 286030 "Timing-Driven Synthesis is running" 0 0 "Analysis & Synthesis" 0 -1 1763494322313 ""} -{ "Info" "ISCL_SCL_LOST_FANOUT_MSG_HDR" "12 " "12 registers lost all their fanouts during netlist optimizations." { } { } 0 17049 "%1!d! registers lost all their fanouts during netlist optimizations." 0 0 "Analysis & Synthesis" 0 -1 1763494322670 ""} -{ "Info" "IBPM_HARD_BLOCK_PARTITION_CREATED" "hard_block:auto_generated_inst " "Generating hard_block partition \"hard_block:auto_generated_inst\"" { { "Info" "IBPM_HARD_BLOCK_PARTITION_NODE" "0 0 0 0 0 " "Adding 0 node(s), including 0 DDIO, 0 PLL, 0 transceiver and 0 LCELL" { } { } 0 16011 "Adding %1!d! node(s), including %2!d! DDIO, %3!d! PLL, %4!d! transceiver and %5!d! LCELL" 0 0 "Design Software" 0 -1 1763494322897 ""} } { } 0 16010 "Generating hard_block partition \"%1!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1763494322897 ""} -{ "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN_HDR" "4 " "Design contains 4 input pin(s) that do not drive logic" { { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[1\] " "No output dependent on input pin \"KEY\[1\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1763494323059 "|de2i_150_top|KEY[1]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[2\] " "No output dependent on input pin \"KEY\[2\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1763494323059 "|de2i_150_top|KEY[2]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[3\] " "No output dependent on input pin \"KEY\[3\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1763494323059 "|de2i_150_top|KEY[3]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "UART_CTS " "No output dependent on input pin \"UART_CTS\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 6 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1763494323059 "|de2i_150_top|UART_CTS"} } { } 0 21074 "Design contains %1!d! input pin(s) that do not drive logic" 0 0 "Analysis & Synthesis" 0 -1 1763494323059 ""} -{ "Info" "ICUT_CUT_TM_SUMMARY" "216 " "Implemented 216 device resources after synthesis - the final resource count might be different" { { "Info" "ICUT_CUT_TM_IPINS" "7 " "Implemented 7 input pins" { } { } 0 21058 "Implemented %1!d! input pins" 0 0 "Design Software" 0 -1 1763494323060 ""} { "Info" "ICUT_CUT_TM_OPINS" "14 " "Implemented 14 output pins" { } { } 0 21059 "Implemented %1!d! output pins" 0 0 "Design Software" 0 -1 1763494323060 ""} { "Info" "ICUT_CUT_TM_LCELLS" "195 " "Implemented 195 logic cells" { } { } 0 21061 "Implemented %1!d! logic cells" 0 0 "Design Software" 0 -1 1763494323060 ""} } { } 0 21057 "Implemented %1!d! device resources after synthesis - the final resource count might be different" 0 0 "Analysis & Synthesis" 0 -1 1763494323060 ""} -{ "Info" "IQEXE_ERROR_COUNT" "Analysis & Synthesis 0 s 35 s Quartus Prime " "Quartus Prime Analysis & Synthesis was successful. 0 errors, 35 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4887 " "Peak virtual memory: 4887 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494323076 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:32:03 2025 " "Processing ended: Tue Nov 18 13:32:03 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494323076 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:07 " "Elapsed time: 00:00:07" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494323076 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:12 " "Total CPU time (on all processors): 00:00:12" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494323076 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494323076 ""} -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Analysis & Synthesis" 0 -1 1763494324679 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "Fitter Quartus Prime " "Running Quartus Prime Fitter" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494324680 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:32:03 2025 " "Processing started: Tue Nov 18 13:32:03 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494324680 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Fitter" 0 -1 1763494324680 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_fit --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_fit --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Fitter" 0 -1 1763494324680 ""} -{ "Info" "0" "" "qfit2_default_script.tcl version: #1" { } { } 0 0 "qfit2_default_script.tcl version: #1" 0 0 "Fitter" 0 0 1763494324873 ""} -{ "Info" "0" "" "Project = watch" { } { } 0 0 "Project = watch" 0 0 "Fitter" 0 0 1763494324873 ""} -{ "Info" "0" "" "Revision = watch" { } { } 0 0 "Revision = watch" 0 0 "Fitter" 0 0 1763494324873 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Fitter" 0 -1 1763494324975 ""} -{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Fitter" 0 -1 1763494324976 ""} -{ "Info" "IMPP_MPP_USER_DEVICE" "watch EP4CGX150DF31C7 " "Selected device EP4CGX150DF31C7 for design \"watch\"" { } { } 0 119006 "Selected device %2!s! for design \"%1!s!\"" 0 0 "Fitter" 0 -1 1763494324981 ""} -{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "Low junction temperature 0 degrees C " "Low junction temperature is 0 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Fitter" 0 -1 1763494325011 ""} -{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "High junction temperature 85 degrees C " "High junction temperature is 85 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Fitter" 0 -1 1763494325011 ""} -{ "Info" "IFITCC_FITCC_INFO_AUTO_FIT_COMPILATION_ON" "" "Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time" { } { } 0 171003 "Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time" 0 0 "Fitter" 0 -1 1763494325415 ""} -{ "Warning" "WCPT_FEATURE_DISABLED_POST" "LogicLock " "Feature LogicLock is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature." { } { } 0 292013 "Feature %1!s! is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature." 0 0 "Fitter" 0 -1 1763494325432 ""} -{ "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED" "" "Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices" { { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX150DF31I7 " "Device EP4CGX150DF31I7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1763494325652 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX150DF31I7AD " "Device EP4CGX150DF31I7AD is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1763494325652 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX110DF31C7 " "Device EP4CGX110DF31C7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1763494325652 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX110DF31I7 " "Device EP4CGX110DF31I7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1763494325652 ""} } { } 2 176444 "Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices" 0 0 "Fitter" 0 -1 1763494325652 ""} -{ "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION" "5 " "Fitter converted 5 user pins into dedicated programming pins" { { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_NCEO~ AE7 " "Pin ~ALTERA_NCEO~ is reserved at location AE7" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_NCEO~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 474 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494325662 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_DATA0~ A3 " "Pin ~ALTERA_DATA0~ is reserved at location A3" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_DATA0~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 476 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494325662 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_ASDO_DATA1~ G9 " "Pin ~ALTERA_ASDO_DATA1~ is reserved at location G9" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_ASDO_DATA1~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 478 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494325662 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_NCSO~ B4 " "Pin ~ALTERA_NCSO~ is reserved at location B4" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_NCSO~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 480 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494325662 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_DCLK~ B3 " "Pin ~ALTERA_DCLK~ is reserved at location B3" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_DCLK~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 482 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494325662 ""} } { } 0 169124 "Fitter converted %1!d! user pins into dedicated programming pins" 0 0 "Fitter" 0 -1 1763494325662 ""} -{ "Warning" "WCUT_CUT_ATOM_PINS_WITH_INCOMPLETE_IO_ASSIGNMENTS" "" "Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details" { } { } 0 15714 "Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details" 0 0 "Fitter" 0 -1 1763494325665 ""} -{ "Critical Warning" "WFIOMGR_PINS_MISSING_LOCATION_INFO" "7 21 " "No exact pin location assignment(s) for 7 pins of 21 total pins. For the list of pins please refer to the I/O Assignment Warnings table in the fitter report." { } { } 1 169085 "No exact pin location assignment(s) for %1!d! pins of %2!d! total pins. For the list of pins please refer to the I/O Assignment Warnings table in the fitter report." 0 0 "Fitter" 0 -1 1763494326393 ""} -{ "Critical Warning" "WSTA_SDC_NOT_FOUND" "watch.sdc " "Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." { } { } 1 332012 "Synopsys Design Constraints File file not found: '%1!s!'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." 0 0 "Fitter" 0 -1 1763494326646 ""} -{ "Info" "ISTA_NO_CLOCK_FOUND_NO_DERIVING_MSG" "base clocks " "No user constrained base clocks found in the design" { } { } 0 332144 "No user constrained %1!s! found in the design" 0 0 "Fitter" 0 -1 1763494326646 ""} -{ "Info" "ISTA_NO_CLOCK_UNCERTAINTY_FOUND_DERIVING" "\"derive_clock_uncertainty\" " "No user constrained clock uncertainty found in the design. Calling \"derive_clock_uncertainty\"" { } { } 0 332143 "No user constrained clock uncertainty found in the design. Calling %1!s!" 0 0 "Fitter" 0 -1 1763494326649 ""} -{ "Info" "ISTA_NO_UNCERTAINTY_FOUND" "" "The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers." { } { } 0 332154 "The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers." 0 0 "Fitter" 0 -1 1763494326649 ""} -{ "Info" "ISTA_TDC_NO_DEFAULT_OPTIMIZATION_GOALS" "" "Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time." { } { } 0 332130 "Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time." 0 0 "Fitter" 0 -1 1763494326650 ""} -{ "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL" "CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p)) " "Automatically promoted node CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p))" { { "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL_FANOUTS" "destinations Global Clock CLKCTRL_G28 " "Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G28" { } { } 0 176355 "Automatically promoted %1!s! to use location or clock signal %2!s!" 0 0 "Design Software" 0 -1 1763494326668 ""} } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 2 0 0 } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 467 14177 15141 0 0 "" 0 "" "" } } } } } 0 176353 "Automatically promoted node %1!s! %2!s!" 0 0 "Fitter" 0 -1 1763494326668 ""} -{ "Info" "IFSAC_FSAC_REGISTER_PACKING_START_REGPACKING_INFO" "" "Starting register packing" { } { } 0 176233 "Starting register packing" 0 0 "Fitter" 0 -1 1763494326887 ""} -{ "Extra Info" "IFSAC_FSAC_START_REG_LOCATION_PROCESSING" "" "Performing register packing on registers with non-logic cell location assignments" { } { } 1 176273 "Performing register packing on registers with non-logic cell location assignments" 1 0 "Fitter" 0 -1 1763494326888 ""} -{ "Extra Info" "IFSAC_FSAC_FINISH_REG_LOCATION_PROCESSING" "" "Completed register packing on registers with non-logic cell location assignments" { } { } 1 176274 "Completed register packing on registers with non-logic cell location assignments" 1 0 "Fitter" 0 -1 1763494326888 ""} -{ "Extra Info" "IFSAC_FSAC_REGISTER_PACKING_BEGIN_FAST_REGISTER_INFO" "" "Started Fast Input/Output/OE register processing" { } { } 1 176236 "Started Fast Input/Output/OE register processing" 1 0 "Fitter" 0 -1 1763494326888 ""} -{ "Extra Info" "IFSAC_FSAC_REGISTER_PACKING_FINISH_FAST_REGISTER_INFO" "" "Finished Fast Input/Output/OE register processing" { } { } 1 176237 "Finished Fast Input/Output/OE register processing" 1 0 "Fitter" 0 -1 1763494326889 ""} -{ "Extra Info" "IFSAC_FSAC_START_MAC_SCAN_CHAIN_INFERENCING" "" "Start inferring scan chains for DSP blocks" { } { } 1 176238 "Start inferring scan chains for DSP blocks" 1 0 "Fitter" 0 -1 1763494326889 ""} -{ "Extra Info" "IFSAC_FSAC_FINISH_MAC_SCAN_CHAIN_INFERENCING" "" "Inferring scan chains for DSP blocks is complete" { } { } 1 176239 "Inferring scan chains for DSP blocks is complete" 1 0 "Fitter" 0 -1 1763494326889 ""} -{ "Extra Info" "IFSAC_FSAC_START_IO_MULT_RAM_PACKING" "" "Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density" { } { } 1 176248 "Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density" 1 0 "Fitter" 0 -1 1763494326889 ""} -{ "Extra Info" "IFSAC_FSAC_FINISH_IO_MULT_RAM_PACKING" "" "Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks" { } { } 1 176249 "Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks" 1 0 "Fitter" 0 -1 1763494326904 ""} -{ "Info" "IFSAC_FSAC_REGISTER_PACKING_FINISH_REGPACKING_INFO" "" "Finished register packing" { { "Extra Info" "IFSAC_NO_REGISTERS_WERE_PACKED" "" "No registers were packed into other blocks" { } { } 1 176219 "No registers were packed into other blocks" 0 0 "Design Software" 0 -1 1763494326904 ""} } { } 0 176235 "Finished register packing" 0 0 "Fitter" 0 -1 1763494326904 ""} -{ "Info" "IFSAC_FSAC_IO_BANK_PIN_GROUP_STATISTICS" "I/O pins that need to be placed that use the same VCCIO and VREF, before I/O pin placement " "Statistics of I/O pins that need to be placed that use the same VCCIO and VREF, before I/O pin placement" { { "Info" "IFSAC_FSAC_SINGLE_IOC_GROUP_STATISTICS" "7 unused 2.5V 5 2 0 " "Number of I/O pins in group: 7 (unused VREF, 2.5V VCCIO, 5 input, 2 output, 0 bidirectional)" { { "Info" "IFSAC_FSAC_IO_STDS_IN_IOC_GROUP" "2.5 V. " "I/O standards used: 2.5 V." { } { } 0 176212 "I/O standards used: %1!s!" 0 0 "Design Software" 0 -1 1763494326907 ""} } { } 0 176211 "Number of I/O pins in group: %1!d! (%2!s! VREF, %3!s! VCCIO, %4!d! input, %5!d! output, %6!d! bidirectional)" 0 0 "Design Software" 0 -1 1763494326907 ""} } { } 0 176214 "Statistics of %1!s!" 0 0 "Fitter" 0 -1 1763494326907 ""} -{ "Info" "IFSAC_FSAC_IO_STATS_BEFORE_AFTER_PLACEMENT" "before " "I/O bank details before I/O pin placement" { { "Info" "IFSAC_FSAC_IO_BANK_PIN_GROUP_STATISTICS" "I/O banks " "Statistics of I/O banks" { { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "QL1 does not use undetermined 0 0 " "I/O bank number QL1 does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 0 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "QL0 does not use undetermined 0 0 " "I/O bank number QL0 does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 0 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "3 does not use 2.5V 12 70 " "I/O bank number 3 does not use VREF pins and has 2.5V VCCIO pins. 12 total pin(s) used -- 70 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "3B does not use undetermined 0 2 " "I/O bank number 3B does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 2 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "3A does not use undetermined 0 2 " "I/O bank number 3A does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 2 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "4 does not use undetermined 1 81 " "I/O bank number 4 does not use VREF pins and has undetermined VCCIO pins. 1 total pin(s) used -- 81 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "5 does not use 2.5V 2 64 " "I/O bank number 5 does not use VREF pins and has 2.5V VCCIO pins. 2 total pin(s) used -- 64 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "6 does not use undetermined 0 69 " "I/O bank number 6 does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 69 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "7 does not use undetermined 0 80 " "I/O bank number 7 does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 80 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "8A does not use undetermined 0 2 " "I/O bank number 8A does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 2 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "8 does not use undetermined 0 81 " "I/O bank number 8 does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 81 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "8B does not use undetermined 0 2 " "I/O bank number 8B does not use VREF pins and has undetermined VCCIO pins. 0 total pin(s) used -- 2 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} { "Info" "IFSAC_FSAC_SINGLE_IO_BANK_STATISTICS" "9 does not use undetermined 4 0 " "I/O bank number 9 does not use VREF pins and has undetermined VCCIO pins. 4 total pin(s) used -- 0 pins available" { } { } 0 176213 "I/O bank number %1!s! %2!s! VREF pins and has %3!s! VCCIO pins. %4!d! total pin(s) used -- %5!d! pins available" 0 0 "Design Software" 0 -1 1763494326909 ""} } { } 0 176214 "Statistics of %1!s!" 0 0 "Design Software" 0 -1 1763494326909 ""} } { } 0 176215 "I/O bank details %1!s! I/O pin placement" 0 0 "Fitter" 0 -1 1763494326909 ""} -{ "Warning" "WCUT_CUT_UNATTACHED_ASGN" "" "Ignored locations or region assignments to the following nodes" { { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "LEDG\[0\] " "Node \"LEDG\[0\]\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "LEDG\[0\]" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "LEDG\[1\] " "Node \"LEDG\[1\]\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "LEDG\[1\]" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "LEDG\[2\] " "Node \"LEDG\[2\]\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "LEDG\[2\]" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "LEDG\[3\] " "Node \"LEDG\[3\]\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "LEDG\[3\]" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "LEDG\[4\] " "Node \"LEDG\[4\]\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "LEDG\[4\]" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "LEDG\[5\] " "Node \"LEDG\[5\]\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "LEDG\[5\]" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "LEDG\[6\] " "Node \"LEDG\[6\]\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "LEDG\[6\]" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "LEDG\[7\] " "Node \"LEDG\[7\]\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "LEDG\[7\]" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} { "Warning" "WCUT_CUT_UNATTACHED_ASGN_SUB" "RS232_RXD " "Node \"RS232_RXD\" is assigned to location or region, but does not exist in design" { } { { "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" "" { Assignment "d:/quartus_lite/quartus/bin64/Assignment Editor.qase" 1 { { 0 "RS232_RXD" } } } } } 0 15706 "Node \"%1!s!\" is assigned to location or region, but does not exist in design" 0 0 "Design Software" 0 -1 1763494326947 ""} } { } 0 15705 "Ignored locations or region assignments to the following nodes" 0 0 "Fitter" 0 -1 1763494326947 ""} -{ "Info" "IFITCC_FITTER_PREPARATION_END" "00:00:01 " "Fitter preparation operations ending: elapsed time is 00:00:01" { } { } 0 171121 "Fitter preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494326948 ""} -{ "Info" "IVPR20K_VPR_FAMILY_APL_ERROR" "" "Fitter has disabled Advanced Physical Optimization because it is not supported for the current family." { } { } 0 14896 "Fitter has disabled Advanced Physical Optimization because it is not supported for the current family." 0 0 "Fitter" 0 -1 1763494326955 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_START" "" "Fitter placement preparation operations beginning" { } { } 0 170189 "Fitter placement preparation operations beginning" 0 0 "Fitter" 0 -1 1763494328568 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_END" "00:00:00 " "Fitter placement preparation operations ending: elapsed time is 00:00:00" { } { } 0 170190 "Fitter placement preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494328691 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_START" "" "Fitter placement operations beginning" { } { } 0 170191 "Fitter placement operations beginning" 0 0 "Fitter" 0 -1 1763494328728 ""} -{ "Info" "IFITAPI_FITAPI_INFO_VPR_PLACEMENT_FINISH" "" "Fitter placement was successful" { } { } 0 170137 "Fitter placement was successful" 0 0 "Fitter" 0 -1 1763494332496 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_END" "00:00:04 " "Fitter placement operations ending: elapsed time is 00:00:04" { } { } 0 170192 "Fitter placement operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494332496 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_START" "" "Fitter routing operations beginning" { } { } 0 170193 "Fitter routing operations beginning" 0 0 "Fitter" 0 -1 1763494332756 ""} -{ "Info" "IFITAPI_FITAPI_VPR_PERCENT_ROUTING_RESOURCE_USAGE" "0 " "Router estimated average interconnect usage is 0% of the available device resources" { { "Info" "IFITAPI_FITAPI_VPR_PEAK_ROUTING_REGION" "1 X59_Y0 X69_Y10 " "Router estimated peak interconnect usage is 1% of the available device resources in the region that extends from location X59_Y0 to location X69_Y10" { } { { "loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 1 { 0 "Router estimated peak interconnect usage is 1% of the available device resources in the region that extends from location X59_Y0 to location X69_Y10"} { { 12 { 0 ""} 59 0 11 11 } } } } } } } 0 170196 "Router estimated peak interconnect usage is %1!d!%% of the available device resources in the region that extends from location %2!s! to location %3!s!" 0 0 "Design Software" 0 -1 1763494335440 ""} } { } 0 170195 "Router estimated average interconnect usage is %1!d!%% of the available device resources" 0 0 "Fitter" 0 -1 1763494335440 ""} -{ "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_USED" "" "The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time." { { "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_USED_FOR_ROUTABILITY" "" "Optimizations that may affect the design's routability were skipped" { } { } 0 170201 "Optimizations that may affect the design's routability were skipped" 0 0 "Design Software" 0 -1 1763494336098 ""} } { } 0 170199 "The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time." 0 0 "Fitter" 0 -1 1763494336098 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_END" "00:00:01 " "Fitter routing operations ending: elapsed time is 00:00:01" { } { } 0 170194 "Fitter routing operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494336102 ""} -{ "Info" "IVPR20K_VPR_TIMING_ANALYSIS_TIME" "the Fitter 0.18 " "Total time spent on timing analysis during the Fitter is 0.18 seconds." { } { } 0 11888 "Total time spent on timing analysis during %1!s! is %2!s! seconds." 0 0 "Fitter" 0 -1 1763494336219 ""} -{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Fitter" 0 -1 1763494336237 ""} -{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Fitter" 0 -1 1763494336405 ""} -{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Fitter" 0 -1 1763494336405 ""} -{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Fitter" 0 -1 1763494336543 ""} -{ "Info" "IFITCC_FITTER_POST_OPERATION_END" "00:00:00 " "Fitter post-fit operations ending: elapsed time is 00:00:00" { } { } 0 11218 "Fitter post-fit operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494336805 ""} -{ "Warning" "WFITCC_FITCC_IGNORED_ASSIGNMENT" "" "Found invalid Fitter assignments. See the Ignored Assignments panel in the Fitter Compilation Report for more information." { } { } 0 171167 "Found invalid Fitter assignments. See the Ignored Assignments panel in the Fitter Compilation Report for more information." 0 0 "Fitter" 0 -1 1763494337034 ""} -{ "Info" "IRDB_WROTE_SUPPRESSED_MSGS" "C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg " "Generated suppressed messages file C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg" { } { } 0 144001 "Generated suppressed messages file %1!s!" 0 0 "Fitter" 0 -1 1763494337092 ""} -{ "Info" "IQEXE_ERROR_COUNT" "Fitter 0 s 16 s Quartus Prime " "Quartus Prime Fitter was successful. 0 errors, 16 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "6077 " "Peak virtual memory: 6077 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494337346 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:32:17 2025 " "Processing ended: Tue Nov 18 13:32:17 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494337346 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:14 " "Elapsed time: 00:00:14" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494337346 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:19 " "Total CPU time (on all processors): 00:00:19" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494337346 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Fitter" 0 -1 1763494337346 ""} -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Fitter" 0 -1 1763494338536 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "Assembler Quartus Prime " "Running Quartus Prime Assembler" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494338537 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:32:18 2025 " "Processing started: Tue Nov 18 13:32:18 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494338537 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Assembler" 0 -1 1763494338537 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Assembler" 0 -1 1763494338537 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Assembler" 0 -1 1763494338726 ""} -{ "Info" "IASM_ASM_GENERATING_POWER_DATA" "" "Writing out detailed assembly data for power analysis" { } { } 0 115031 "Writing out detailed assembly data for power analysis" 0 0 "Assembler" 0 -1 1763494340719 ""} -{ "Info" "IASM_ASM_GENERATING_PROGRAMMING_FILES" "" "Assembler is generating device programming files" { } { } 0 115030 "Assembler is generating device programming files" 0 0 "Assembler" 0 -1 1763494340824 ""} -{ "Info" "IQEXE_ERROR_COUNT" "Assembler 0 s 1 Quartus Prime " "Quartus Prime Assembler was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "5145 " "Peak virtual memory: 5145 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494341136 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:32:21 2025 " "Processing ended: Tue Nov 18 13:32:21 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494341136 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:03 " "Elapsed time: 00:00:03" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494341136 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:02 " "Total CPU time (on all processors): 00:00:02" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494341136 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Assembler" 0 -1 1763494341136 ""} -{ "Info" "IFLOW_DISABLED_MODULE" "Power Analyzer FLOW_ENABLE_POWER_ANALYZER " "Skipped module Power Analyzer due to the assignment FLOW_ENABLE_POWER_ANALYZER" { } { } 0 293026 "Skipped module %1!s! due to the assignment %2!s!" 0 0 "Assembler" 0 -1 1763494341778 ""} -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Assembler" 0 -1 1763494342388 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "Timing Analyzer Quartus Prime " "Running Quartus Prime Timing Analyzer" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494342389 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:32:22 2025 " "Processing started: Tue Nov 18 13:32:22 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494342389 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Timing Analyzer" 0 -1 1763494342389 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_sta watch -c watch " "Command: quartus_sta watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Timing Analyzer" 0 -1 1763494342389 ""} -{ "Info" "0" "" "qsta_default_script.tcl version: #1" { } { } 0 0 "qsta_default_script.tcl version: #1" 0 0 "Timing Analyzer" 0 0 1763494342478 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Timing Analyzer" 0 -1 1763494342544 ""} -{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Timing Analyzer" 0 -1 1763494342544 ""} -{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "Low junction temperature 0 degrees C " "Low junction temperature is 0 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494342578 ""} -{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "High junction temperature 85 degrees C " "High junction temperature is 85 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494342578 ""} -{ "Critical Warning" "WSTA_SDC_NOT_FOUND" "watch.sdc " "Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." { } { } 1 332012 "Synopsys Design Constraints File file not found: '%1!s!'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." 0 0 "Timing Analyzer" 0 -1 1763494342944 ""} -{ "Info" "ISTA_NO_CLOCK_FOUND_DERIVING" "base clocks \"derive_clocks -period 1.0\" " "No user constrained base clocks found in the design. Calling \"derive_clocks -period 1.0\"" { } { } 0 332142 "No user constrained %1!s! found in the design. Calling %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494342945 ""} -{ "Info" "ISTA_DERIVE_CLOCKS_INFO" "Deriving Clocks " "Deriving Clocks" { { "Info" "ISTA_DERIVE_CLOCKS_INFO" "create_clock -period 1.000 -name CLOCK_50 CLOCK_50 " "create_clock -period 1.000 -name CLOCK_50 CLOCK_50" { } { } 0 332105 "%1!s!" 0 0 "Design Software" 0 -1 1763494342945 ""} } { } 0 332105 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494342945 ""} -{ "Info" "ISTA_NO_CLOCK_UNCERTAINTY_FOUND_DERIVING" "\"derive_clock_uncertainty\" " "No user constrained clock uncertainty found in the design. Calling \"derive_clock_uncertainty\"" { } { } 0 332143 "No user constrained clock uncertainty found in the design. Calling %1!s!" 0 0 "Timing Analyzer" 0 -1 1763494342947 ""} -{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494342947 ""} -{ "Info" "0" "" "Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON" { } { } 0 0 "Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON" 0 0 "Timing Analyzer" 0 0 1763494342947 ""} -{ "Info" "0" "" "Analyzing Slow 1200mV 85C Model" { } { } 0 0 "Analyzing Slow 1200mV 85C Model" 0 0 "Timing Analyzer" 0 0 1763494342997 ""} -{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1763494343011 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1763494343011 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "setup -4.471 " "Worst-case setup slack is -4.471" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343013 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343013 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -4.471 -310.827 CLOCK_50 " " -4.471 -310.827 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343013 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343013 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.374 " "Worst-case hold slack is 0.374" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343015 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343015 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.374 0.000 CLOCK_50 " " 0.374 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343015 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343015 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494343017 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494343019 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width -3.000 " "Worst-case minimum pulse width slack is -3.000" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343021 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343021 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.000 -162.000 CLOCK_50 " " -3.000 -162.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343021 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343021 ""} -{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 3 synchronizer chains. " "Report Metastability: Found 3 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Design MTBF is not calculated because the design doesn't meet its timing requirements. " "Design MTBF is not calculated because the design doesn't meet its timing requirements." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1763494343043 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494343043 ""} -{ "Info" "0" "" "Analyzing Slow 1200mV 0C Model" { } { } 0 0 "Analyzing Slow 1200mV 0C Model" 0 0 "Timing Analyzer" 0 0 1763494343046 ""} -{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Timing Analyzer" 0 -1 1763494343068 ""} -{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Timing Analyzer" 0 -1 1763494343280 ""} -{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494343321 ""} -{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1763494343327 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1763494343327 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "setup -3.996 " "Worst-case setup slack is -3.996" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343329 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343329 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.996 -275.270 CLOCK_50 " " -3.996 -275.270 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343329 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343329 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.327 " "Worst-case hold slack is 0.327" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343332 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343332 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.327 0.000 CLOCK_50 " " 0.327 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343332 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343332 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494343336 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494343338 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width -3.000 " "Worst-case minimum pulse width slack is -3.000" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343340 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343340 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.000 -162.000 CLOCK_50 " " -3.000 -162.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343340 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343340 ""} -{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 3 synchronizer chains. " "Report Metastability: Found 3 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Design MTBF is not calculated because the design doesn't meet its timing requirements. " "Design MTBF is not calculated because the design doesn't meet its timing requirements." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1763494343356 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494343356 ""} -{ "Info" "0" "" "Analyzing Fast 1200mV 0C Model" { } { } 0 0 "Analyzing Fast 1200mV 0C Model" 0 0 "Timing Analyzer" 0 0 1763494343359 ""} -{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494343423 ""} -{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1763494343424 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1763494343424 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "setup -1.596 " "Worst-case setup slack is -1.596" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343449 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343449 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -1.596 -95.302 CLOCK_50 " " -1.596 -95.302 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343449 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343449 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.166 " "Worst-case hold slack is 0.166" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343453 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343453 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.166 0.000 CLOCK_50 " " 0.166 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343453 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343453 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494343455 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494343458 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width -3.000 " "Worst-case minimum pulse width slack is -3.000" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343460 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343460 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.000 -110.261 CLOCK_50 " " -3.000 -110.261 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494343460 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494343460 ""} -{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 3 synchronizer chains. " "Report Metastability: Found 3 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Design MTBF is not calculated because the design doesn't meet its timing requirements. " "Design MTBF is not calculated because the design doesn't meet its timing requirements." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1763494343475 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494343475 ""} -{ "Info" "ISTA_UCP_NOT_CONSTRAINED" "setup " "Design is not fully constrained for setup requirements" { } { } 0 332102 "Design is not fully constrained for %1!s! requirements" 0 0 "Timing Analyzer" 0 -1 1763494343778 ""} -{ "Info" "ISTA_UCP_NOT_CONSTRAINED" "hold " "Design is not fully constrained for hold requirements" { } { } 0 332102 "Design is not fully constrained for %1!s! requirements" 0 0 "Timing Analyzer" 0 -1 1763494343779 ""} -{ "Info" "IQEXE_ERROR_COUNT" "Timing Analyzer 0 s 5 s Quartus Prime " "Quartus Prime Timing Analyzer was successful. 0 errors, 5 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4925 " "Peak virtual memory: 4925 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494343820 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:32:23 2025 " "Processing ended: Tue Nov 18 13:32:23 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494343820 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:01 " "Elapsed time: 00:00:01" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494343820 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:01 " "Total CPU time (on all processors): 00:00:01" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494343820 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Timing Analyzer" 0 -1 1763494343820 ""} -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Timing Analyzer" 0 -1 1763494344861 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "EDA Netlist Writer Quartus Prime " "Running Quartus Prime EDA Netlist Writer" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494344861 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:32:24 2025 " "Processing started: Tue Nov 18 13:32:24 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494344861 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "EDA Netlist Writer" 0 -1 1763494344861 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "EDA Netlist Writer" 0 -1 1763494344861 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "EDA Netlist Writer" 0 -1 1763494345123 ""} -{ "Info" "IWSC_DONE_HDL_GENERATION" "watch.vo C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/ simulation " "Generated file watch.vo in folder \"C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/\" for EDA simulation tool" { } { } 0 204019 "Generated file %1!s! in folder \"%2!s!\" for EDA %3!s! tool" 0 0 "EDA Netlist Writer" 0 -1 1763494345165 ""} -{ "Info" "IQEXE_ERROR_COUNT" "EDA Netlist Writer 0 s 1 Quartus Prime " "Quartus Prime EDA Netlist Writer was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4742 " "Peak virtual memory: 4742 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494345182 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:32:25 2025 " "Processing ended: Tue Nov 18 13:32:25 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494345182 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:01 " "Elapsed time: 00:00:01" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494345182 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:00 " "Total CPU time (on all processors): 00:00:00" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494345182 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "EDA Netlist Writer" 0 -1 1763494345182 ""} -{ "Info" "IFLOW_ERROR_COUNT" "Full Compilation 0 s 58 s " "Quartus Prime Full Compilation was successful. 0 errors, 58 warnings" { } { } 0 293000 "Quartus Prime %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "EDA Netlist Writer" 0 -1 1763494345912 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1764009114906 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "Analysis & Synthesis Quartus Prime " "Running Quartus Prime Analysis & Synthesis" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764009114906 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 12:31:54 2025 " "Processing started: Mon Nov 24 12:31:54 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764009114906 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009114906 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_map --read_settings_files=on --write_settings_files=off watch -c watch " "Command: quartus_map --read_settings_files=on --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009114906 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Analysis & Synthesis" 0 -1 1764009116250 ""} +{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Analysis & Synthesis" 0 -1 1764009116250 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "uart_rx.v 1 1 " "Found 1 design units, including 1 entities, in source file uart_rx.v" { { "Info" "ISGN_ENTITY_NAME" "1 uart_rx " "Found entity 1: uart_rx" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009121153 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009121153 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "lcd_driver.v 1 1 " "Found 1 design units, including 1 entities, in source file lcd_driver.v" { { "Info" "ISGN_ENTITY_NAME" "1 lcd_driver " "Found entity 1: lcd_driver" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009121155 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009121155 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "de2i_150_top.v 1 1 " "Found 1 design units, including 1 entities, in source file de2i_150_top.v" { { "Info" "ISGN_ENTITY_NAME" "1 de2i_150_top " "Found entity 1: de2i_150_top" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009121156 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009121156 ""} +{ "Info" "IVRFX_L3_VERI_OBJ_DIFF_ONLY_IN_CASE" "H_SYNC h_sync vga_controller.v(5) " "Verilog HDL Declaration information at vga_controller.v(5): object \"H_SYNC\" differs only in case from object \"h_sync\" in the same scope" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 5 0 0 } } } 0 10281 "Verilog HDL Declaration information at %3!s!: object \"%1!s!\" differs only in case from object \"%2!s!\" in the same scope" 1 0 "Analysis & Synthesis" 0 -1 1764009121167 ""} +{ "Info" "IVRFX_L3_VERI_OBJ_DIFF_ONLY_IN_CASE" "V_SYNC v_sync vga_controller.v(9) " "Verilog HDL Declaration information at vga_controller.v(9): object \"V_SYNC\" differs only in case from object \"v_sync\" in the same scope" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 9 0 0 } } } 0 10281 "Verilog HDL Declaration information at %3!s!: object \"%1!s!\" differs only in case from object \"%2!s!\" in the same scope" 1 0 "Analysis & Synthesis" 0 -1 1764009121167 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "vga_controller.v 1 1 " "Found 1 design units, including 1 entities, in source file vga_controller.v" { { "Info" "ISGN_ENTITY_NAME" "1 vga_controller " "Found entity 1: vga_controller" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009121167 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009121167 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "font_rom.v 1 1 " "Found 1 design units, including 1 entities, in source file font_rom.v" { { "Info" "ISGN_ENTITY_NAME" "1 font_rom " "Found entity 1: font_rom" { } { { "font_rom.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/font_rom.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009121169 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009121169 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "text_screen_gen.v 1 1 " "Found 1 design units, including 1 entities, in source file text_screen_gen.v" { { "Info" "ISGN_ENTITY_NAME" "1 text_screen_gen " "Found entity 1: text_screen_gen" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009121179 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009121179 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "vga_pll.v 1 1 " "Found 1 design units, including 1 entities, in source file vga_pll.v" { { "Info" "ISGN_ENTITY_NAME" "1 vga_pll " "Found entity 1: vga_pll" { } { { "vga_pll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 40 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009121181 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009121181 ""} +{ "Info" "ISGN_START_ELABORATION_TOP" "de2i_150_top " "Elaborating entity \"de2i_150_top\" for the top level hierarchy" { } { } 0 12127 "Elaborating entity \"%1!s!\" for the top level hierarchy" 0 0 "Analysis & Synthesis" 0 -1 1764009121358 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(90) " "Verilog HDL assignment warning at de2i_150_top.v(90): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 90 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121396 "|de2i_150_top"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(104) " "Verilog HDL assignment warning at de2i_150_top.v(104): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 104 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121396 "|de2i_150_top"} +{ "Warning" "WVRFX_L2_VERI_CASE_CONDITION_REDUNDANT" "de2i_150_top.v(108) " "Verilog HDL Case Statement warning at de2i_150_top.v(108): case item expression never matches the case expression" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 108 0 0 } } } 0 10199 "Verilog HDL Case Statement warning at %1!s!: case item expression never matches the case expression" 0 0 "Analysis & Synthesis" 0 -1 1764009121396 "|de2i_150_top"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(127) " "Verilog HDL assignment warning at de2i_150_top.v(127): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 127 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121396 "|de2i_150_top"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(136) " "Verilog HDL assignment warning at de2i_150_top.v(136): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 136 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121396 "|de2i_150_top"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "uart_rx uart_rx:uart_inst " "Elaborating entity \"uart_rx\" for hierarchy \"uart_rx:uart_inst\"" { } { { "de2i_150_top.v" "uart_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 66 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121397 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(64) " "Verilog HDL assignment warning at uart_rx.v(64): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 64 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121413 "|de2i_150_top|uart_rx:uart_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(71) " "Verilog HDL assignment warning at uart_rx.v(71): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 71 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121413 "|de2i_150_top|uart_rx:uart_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 3 uart_rx.v(77) " "Verilog HDL assignment warning at uart_rx.v(77): truncated value with size 32 to match size of target (3)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 77 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121414 "|de2i_150_top|uart_rx:uart_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(88) " "Verilog HDL assignment warning at uart_rx.v(88): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 88 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121414 "|de2i_150_top|uart_rx:uart_inst"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "lcd_driver lcd_driver:lcd_inst " "Elaborating entity \"lcd_driver\" for hierarchy \"lcd_driver:lcd_inst\"" { } { { "de2i_150_top.v" "lcd_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 83 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121414 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(69) " "Verilog HDL assignment warning at lcd_driver.v(69): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 69 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(80) " "Verilog HDL assignment warning at lcd_driver.v(80): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 80 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(87) " "Verilog HDL assignment warning at lcd_driver.v(87): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 87 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(94) " "Verilog HDL assignment warning at lcd_driver.v(94): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 94 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(101) " "Verilog HDL assignment warning at lcd_driver.v(101): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 101 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(108) " "Verilog HDL assignment warning at lcd_driver.v(108): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 108 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(115) " "Verilog HDL assignment warning at lcd_driver.v(115): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 115 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(122) " "Verilog HDL assignment warning at lcd_driver.v(122): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 122 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(129) " "Verilog HDL assignment warning at lcd_driver.v(129): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 129 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(143) " "Verilog HDL assignment warning at lcd_driver.v(143): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 143 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(150) " "Verilog HDL assignment warning at lcd_driver.v(150): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 150 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(157) " "Verilog HDL assignment warning at lcd_driver.v(157): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 157 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(164) " "Verilog HDL assignment warning at lcd_driver.v(164): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 164 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(180) " "Verilog HDL assignment warning at lcd_driver.v(180): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 180 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(189) " "Verilog HDL assignment warning at lcd_driver.v(189): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 189 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121429 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "vga_pll vga_pll:pll_inst " "Elaborating entity \"vga_pll\" for hierarchy \"vga_pll:pll_inst\"" { } { { "de2i_150_top.v" "pll_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 154 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121434 ""} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "altpll vga_pll:pll_inst\|altpll:altpll_component " "Elaborating entity \"altpll\" for hierarchy \"vga_pll:pll_inst\|altpll:altpll_component\"" { } { { "vga_pll.v" "altpll_component" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 104 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121623 ""} +{ "Info" "ISGN_ELABORATION_HEADER" "vga_pll:pll_inst\|altpll:altpll_component " "Elaborated megafunction instantiation \"vga_pll:pll_inst\|altpll:altpll_component\"" { } { { "vga_pll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 104 0 0 } } } 0 12130 "Elaborated megafunction instantiation \"%1!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121639 ""} +{ "Info" "ISGN_MEGAFN_PARAM_TOP" "vga_pll:pll_inst\|altpll:altpll_component " "Instantiated megafunction \"vga_pll:pll_inst\|altpll:altpll_component\" with the following parameter:" { { "Info" "ISGN_MEGAFN_PARAM_SUB" "bandwidth_type AUTO " "Parameter \"bandwidth_type\" = \"AUTO\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "clk0_divide_by 100 " "Parameter \"clk0_divide_by\" = \"100\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "clk0_duty_cycle 50 " "Parameter \"clk0_duty_cycle\" = \"50\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "clk0_multiply_by 297 " "Parameter \"clk0_multiply_by\" = \"297\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "clk0_phase_shift 0 " "Parameter \"clk0_phase_shift\" = \"0\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "compensate_clock CLK0 " "Parameter \"compensate_clock\" = \"CLK0\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "inclk0_input_frequency 20000 " "Parameter \"inclk0_input_frequency\" = \"20000\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "intended_device_family Cyclone IV GX " "Parameter \"intended_device_family\" = \"Cyclone IV GX\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "lpm_hint CBX_MODULE_PREFIX=vga_pll " "Parameter \"lpm_hint\" = \"CBX_MODULE_PREFIX=vga_pll\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "lpm_type altpll " "Parameter \"lpm_type\" = \"altpll\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "operation_mode NORMAL " "Parameter \"operation_mode\" = \"NORMAL\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "pll_type AUTO " "Parameter \"pll_type\" = \"AUTO\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_activeclock PORT_UNUSED " "Parameter \"port_activeclock\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_areset PORT_USED " "Parameter \"port_areset\" = \"PORT_USED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkbad0 PORT_UNUSED " "Parameter \"port_clkbad0\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkbad1 PORT_UNUSED " "Parameter \"port_clkbad1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkloss PORT_UNUSED " "Parameter \"port_clkloss\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkswitch PORT_UNUSED " "Parameter \"port_clkswitch\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_configupdate PORT_UNUSED " "Parameter \"port_configupdate\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_fbin PORT_UNUSED " "Parameter \"port_fbin\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_inclk0 PORT_USED " "Parameter \"port_inclk0\" = \"PORT_USED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_inclk1 PORT_UNUSED " "Parameter \"port_inclk1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_locked PORT_USED " "Parameter \"port_locked\" = \"PORT_USED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_pfdena PORT_UNUSED " "Parameter \"port_pfdena\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_phasecounterselect PORT_UNUSED " "Parameter \"port_phasecounterselect\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_phasedone PORT_UNUSED " "Parameter \"port_phasedone\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_phasestep PORT_UNUSED " "Parameter \"port_phasestep\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_phaseupdown PORT_UNUSED " "Parameter \"port_phaseupdown\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_pllena PORT_UNUSED " "Parameter \"port_pllena\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanaclr PORT_UNUSED " "Parameter \"port_scanaclr\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanclk PORT_UNUSED " "Parameter \"port_scanclk\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanclkena PORT_UNUSED " "Parameter \"port_scanclkena\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scandata PORT_UNUSED " "Parameter \"port_scandata\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scandataout PORT_UNUSED " "Parameter \"port_scandataout\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scandone PORT_UNUSED " "Parameter \"port_scandone\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanread PORT_UNUSED " "Parameter \"port_scanread\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanwrite PORT_UNUSED " "Parameter \"port_scanwrite\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk0 PORT_USED " "Parameter \"port_clk0\" = \"PORT_USED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk1 PORT_UNUSED " "Parameter \"port_clk1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk2 PORT_UNUSED " "Parameter \"port_clk2\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk3 PORT_UNUSED " "Parameter \"port_clk3\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk4 PORT_UNUSED " "Parameter \"port_clk4\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk5 PORT_UNUSED " "Parameter \"port_clk5\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena0 PORT_UNUSED " "Parameter \"port_clkena0\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena1 PORT_UNUSED " "Parameter \"port_clkena1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena2 PORT_UNUSED " "Parameter \"port_clkena2\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena3 PORT_UNUSED " "Parameter \"port_clkena3\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena4 PORT_UNUSED " "Parameter \"port_clkena4\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena5 PORT_UNUSED " "Parameter \"port_clkena5\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_extclk0 PORT_UNUSED " "Parameter \"port_extclk0\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_extclk1 PORT_UNUSED " "Parameter \"port_extclk1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_extclk2 PORT_UNUSED " "Parameter \"port_extclk2\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_extclk3 PORT_UNUSED " "Parameter \"port_extclk3\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "self_reset_on_loss_lock OFF " "Parameter \"self_reset_on_loss_lock\" = \"OFF\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "width_clock 5 " "Parameter \"width_clock\" = \"5\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009121640 ""} } { { "vga_pll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 104 0 0 } } } 0 12133 "Instantiated megafunction \"%1!s!\" with the following parameter:" 0 0 "Analysis & Synthesis" 0 -1 1764009121640 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/vga_pll_altpll.v 1 1 " "Found 1 design units, including 1 entities, in source file db/vga_pll_altpll.v" { { "Info" "ISGN_ENTITY_NAME" "1 vga_pll_altpll " "Found entity 1: vga_pll_altpll" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 30 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009121702 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009121702 ""} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "vga_pll_altpll vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated " "Elaborating entity \"vga_pll_altpll\" for hierarchy \"vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\"" { } { { "altpll.tdf" "auto_generated" { Text "d:/quartus_lite/quartus/libraries/megafunctions/altpll.tdf" 898 3 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121703 ""} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "vga_controller vga_controller:vga_c " "Elaborating entity \"vga_controller\" for hierarchy \"vga_controller:vga_c\"" { } { { "de2i_150_top.v" "vga_c" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 170 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121719 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 vga_controller.v(40) " "Verilog HDL assignment warning at vga_controller.v(40): truncated value with size 32 to match size of target (12)" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 40 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121731 "|de2i_150_top|vga_controller:vga_c"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 vga_controller.v(42) " "Verilog HDL assignment warning at vga_controller.v(42): truncated value with size 32 to match size of target (12)" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 42 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121731 "|de2i_150_top|vga_controller:vga_c"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "text_screen_gen text_screen_gen:text_gen " "Elaborating entity \"text_screen_gen\" for hierarchy \"text_screen_gen:text_gen\"" { } { { "de2i_150_top.v" "text_gen" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 187 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121732 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 text_screen_gen.v(30) " "Verilog HDL assignment warning at text_screen_gen.v(30): truncated value with size 32 to match size of target (12)" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 30 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121745 "|de2i_150_top|text_screen_gen:text_gen"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 text_screen_gen.v(34) " "Verilog HDL assignment warning at text_screen_gen.v(34): truncated value with size 32 to match size of target (12)" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 34 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121745 "|de2i_150_top|text_screen_gen:text_gen"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 text_screen_gen.v(41) " "Verilog HDL assignment warning at text_screen_gen.v(41): truncated value with size 32 to match size of target (12)" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 41 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121745 "|de2i_150_top|text_screen_gen:text_gen"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 text_screen_gen.v(59) " "Verilog HDL assignment warning at text_screen_gen.v(59): truncated value with size 32 to match size of target (12)" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 59 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764009121745 "|de2i_150_top|text_screen_gen:text_gen"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "font_rom text_screen_gen:text_gen\|font_rom:f_rom " "Elaborating entity \"font_rom\" for hierarchy \"text_screen_gen:text_gen\|font_rom:f_rom\"" { } { { "text_screen_gen.v" "f_rom" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 72 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009121746 ""} +{ "Info" "IINFER_UNINFERRED_RAM_SUMMARY" "1 " "Found 1 instances of uninferred RAM logic" { { "Info" "IINFER_READ_LOGIC_IS_ASYNCHRONOUS" "text_screen_gen:text_gen\|char_ram " "RAM logic \"text_screen_gen:text_gen\|char_ram\" is uninferred due to asynchronous read logic" { } { { "text_screen_gen.v" "char_ram" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 19 -1 0 } } } 0 276007 "RAM logic \"%1!s!\" is uninferred due to asynchronous read logic" 0 0 "Design Software" 0 -1 1764009122037 ""} } { } 0 276014 "Found %1!d! instances of uninferred RAM logic" 0 0 "Analysis & Synthesis" 0 -1 1764009122037 ""} +{ "Info" "ILPMS_INFERENCING_SUMMARY" "1 " "Inferred 1 megafunctions from design logic" { { "Info" "ILPMS_LPM_DIVIDE_INFERRED" "text_screen_gen:text_gen\|Div0 lpm_divide " "Inferred divider/modulo megafunction (\"lpm_divide\") from the following logic: \"text_screen_gen:text_gen\|Div0\"" { } { { "text_screen_gen.v" "Div0" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 34 -1 0 } } } 0 278004 "Inferred divider/modulo megafunction (\"%2!s!\") from the following logic: \"%1!s!\"" 0 0 "Design Software" 0 -1 1764009131363 ""} } { } 0 278001 "Inferred %1!llu! megafunctions from design logic" 0 0 "Analysis & Synthesis" 0 -1 1764009131363 ""} +{ "Info" "ISGN_ELABORATION_HEADER" "text_screen_gen:text_gen\|lpm_divide:Div0 " "Elaborated megafunction instantiation \"text_screen_gen:text_gen\|lpm_divide:Div0\"" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 34 -1 0 } } } 0 12130 "Elaborated megafunction instantiation \"%1!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009131523 ""} +{ "Info" "ISGN_MEGAFN_PARAM_TOP" "text_screen_gen:text_gen\|lpm_divide:Div0 " "Instantiated megafunction \"text_screen_gen:text_gen\|lpm_divide:Div0\" with the following parameter:" { { "Info" "ISGN_MEGAFN_PARAM_SUB" "LPM_WIDTHN 12 " "Parameter \"LPM_WIDTHN\" = \"12\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009131524 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "LPM_WIDTHD 7 " "Parameter \"LPM_WIDTHD\" = \"7\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009131524 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "LPM_NREPRESENTATION UNSIGNED " "Parameter \"LPM_NREPRESENTATION\" = \"UNSIGNED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009131524 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "LPM_DREPRESENTATION UNSIGNED " "Parameter \"LPM_DREPRESENTATION\" = \"UNSIGNED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764009131524 ""} } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 34 -1 0 } } } 0 12133 "Instantiated megafunction \"%1!s!\" with the following parameter:" 0 0 "Analysis & Synthesis" 0 -1 1764009131524 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/lpm_divide_rmm.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/lpm_divide_rmm.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 lpm_divide_rmm " "Found entity 1: lpm_divide_rmm" { } { { "db/lpm_divide_rmm.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/lpm_divide_rmm.tdf" 25 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009131561 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009131561 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/sign_div_unsign_plh.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/sign_div_unsign_plh.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 sign_div_unsign_plh " "Found entity 1: sign_div_unsign_plh" { } { { "db/sign_div_unsign_plh.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/sign_div_unsign_plh.tdf" 25 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009131580 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009131580 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/alt_u_div_0bf.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/alt_u_div_0bf.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 alt_u_div_0bf " "Found entity 1: alt_u_div_0bf" { } { { "db/alt_u_div_0bf.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/alt_u_div_0bf.tdf" 27 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009131603 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009131603 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/add_sub_1tc.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/add_sub_1tc.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 add_sub_1tc " "Found entity 1: add_sub_1tc" { } { { "db/add_sub_1tc.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/add_sub_1tc.tdf" 23 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009131653 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009131653 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/add_sub_2tc.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/add_sub_2tc.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 add_sub_2tc " "Found entity 1: add_sub_2tc" { } { { "db/add_sub_2tc.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/add_sub_2tc.tdf" 23 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764009131698 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009131698 ""} +{ "Warning" "WSGN_CONNECTIVITY_WARNINGS" "1 " "1 hierarchies have connectivity warnings - see the Connectivity Checks report folder" { } { } 0 12241 "%1!d! hierarchies have connectivity warnings - see the Connectivity Checks report folder" 0 0 "Analysis & Synthesis" 0 -1 1764009134574 ""} +{ "Info" "IMLS_MLS_PRESET_POWER_UP" "" "Registers with preset signals will power-up high" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 9 -1 0 } } } 0 13000 "Registers with preset signals will power-up high" 0 0 "Analysis & Synthesis" 0 -1 1764009135068 ""} +{ "Info" "IMLS_MLS_DEV_CLRN_SETS_REGISTERS" "" "DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back" { } { } 0 13003 "DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back" 0 0 "Analysis & Synthesis" 0 -1 1764009135068 ""} +{ "Warning" "WMLS_MLS_STUCK_PIN_HDR" "" "Output pins are stuck at VCC or GND" { { "Warning" "WMLS_MLS_STUCK_PIN" "UART_TXD VCC " "Pin \"UART_TXD\" is stuck at VCC" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 5 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764009144096 "|de2i_150_top|UART_TXD"} { "Warning" "WMLS_MLS_STUCK_PIN" "UART_RTS GND " "Pin \"UART_RTS\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 7 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764009144096 "|de2i_150_top|UART_RTS"} { "Warning" "WMLS_MLS_STUCK_PIN" "LCD_RW GND " "Pin \"LCD_RW\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 11 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764009144096 "|de2i_150_top|LCD_RW"} { "Warning" "WMLS_MLS_STUCK_PIN" "LCD_ON VCC " "Pin \"LCD_ON\" is stuck at VCC" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 14 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764009144096 "|de2i_150_top|LCD_ON"} { "Warning" "WMLS_MLS_STUCK_PIN" "VGA_SYNC_N GND " "Pin \"VGA_SYNC_N\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 21 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764009144096 "|de2i_150_top|VGA_SYNC_N"} } { } 0 13024 "Output pins are stuck at VCC or GND" 0 0 "Analysis & Synthesis" 0 -1 1764009144096 ""} +{ "Info" "ISUTIL_TIMING_DRIVEN_SYNTHESIS_RUNNING" "" "Timing-Driven Synthesis is running" { } { } 0 286030 "Timing-Driven Synthesis is running" 0 0 "Analysis & Synthesis" 0 -1 1764009145327 ""} +{ "Info" "ISCL_SCL_LOST_FANOUT_MSG_HDR" "12 " "12 registers lost all their fanouts during netlist optimizations." { } { } 0 17049 "%1!d! registers lost all their fanouts during netlist optimizations." 0 0 "Analysis & Synthesis" 0 -1 1764009180607 ""} +{ "Info" "IRDB_WROTE_SUPPRESSED_MSGS" "C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.map.smsg " "Generated suppressed messages file C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.map.smsg" { } { } 0 144001 "Generated suppressed messages file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009181560 ""} +{ "Info" "IBPM_HARD_BLOCK_PARTITION_CREATED" "hard_block:auto_generated_inst " "Generating hard_block partition \"hard_block:auto_generated_inst\"" { { "Info" "IBPM_HARD_BLOCK_PARTITION_NODE" "1 0 1 0 0 " "Adding 1 node(s), including 0 DDIO, 1 PLL, 0 transceiver and 0 LCELL" { } { } 0 16011 "Adding %1!d! node(s), including %2!d! DDIO, %3!d! PLL, %4!d! transceiver and %5!d! LCELL" 0 0 "Design Software" 0 -1 1764009182726 ""} } { } 0 16010 "Generating hard_block partition \"%1!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764009182726 ""} +{ "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN_HDR" "4 " "Design contains 4 input pin(s) that do not drive logic" { { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[1\] " "No output dependent on input pin \"KEY\[1\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1764009184634 "|de2i_150_top|KEY[1]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[2\] " "No output dependent on input pin \"KEY\[2\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1764009184634 "|de2i_150_top|KEY[2]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[3\] " "No output dependent on input pin \"KEY\[3\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1764009184634 "|de2i_150_top|KEY[3]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "UART_CTS " "No output dependent on input pin \"UART_CTS\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 6 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1764009184634 "|de2i_150_top|UART_CTS"} } { } 0 21074 "Design contains %1!d! input pin(s) that do not drive logic" 0 0 "Analysis & Synthesis" 0 -1 1764009184634 ""} +{ "Info" "ICUT_CUT_TM_SUMMARY" "52828 " "Implemented 52828 device resources after synthesis - the final resource count might be different" { { "Info" "ICUT_CUT_TM_IPINS" "7 " "Implemented 7 input pins" { } { } 0 21058 "Implemented %1!d! input pins" 0 0 "Design Software" 0 -1 1764009184635 ""} { "Info" "ICUT_CUT_TM_OPINS" "43 " "Implemented 43 output pins" { } { } 0 21059 "Implemented %1!d! output pins" 0 0 "Design Software" 0 -1 1764009184635 ""} { "Info" "ICUT_CUT_TM_LCELLS" "52777 " "Implemented 52777 logic cells" { } { } 0 21061 "Implemented %1!d! logic cells" 0 0 "Design Software" 0 -1 1764009184635 ""} { "Info" "ICUT_CUT_TM_PLLS" "1 " "Implemented 1 PLLs" { } { } 0 21065 "Implemented %1!d! PLLs" 0 0 "Design Software" 0 -1 1764009184635 ""} } { } 0 21057 "Implemented %1!d! device resources after synthesis - the final resource count might be different" 0 0 "Analysis & Synthesis" 0 -1 1764009184635 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Analysis & Synthesis 0 s 43 s Quartus Prime " "Quartus Prime Analysis & Synthesis was successful. 0 errors, 43 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "5232 " "Peak virtual memory: 5232 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764009184694 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 12:33:04 2025 " "Processing ended: Mon Nov 24 12:33:04 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764009184694 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:01:10 " "Elapsed time: 00:01:10" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764009184694 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:01:13 " "Total CPU time (on all processors): 00:01:13" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764009184694 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Analysis & Synthesis" 0 -1 1764009184694 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Analysis & Synthesis" 0 -1 1764009186368 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "Fitter Quartus Prime " "Running Quartus Prime Fitter" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764009186368 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 12:33:05 2025 " "Processing started: Mon Nov 24 12:33:05 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764009186368 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Fitter" 0 -1 1764009186368 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_fit --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_fit --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Fitter" 0 -1 1764009186368 ""} +{ "Info" "0" "" "qfit2_default_script.tcl version: #1" { } { } 0 0 "qfit2_default_script.tcl version: #1" 0 0 "Fitter" 0 0 1764009187156 ""} +{ "Info" "0" "" "Project = watch" { } { } 0 0 "Project = watch" 0 0 "Fitter" 0 0 1764009187156 ""} +{ "Info" "0" "" "Revision = watch" { } { } 0 0 "Revision = watch" 0 0 "Fitter" 0 0 1764009187156 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Fitter" 0 -1 1764009187485 ""} +{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Fitter" 0 -1 1764009187485 ""} +{ "Info" "IMPP_MPP_USER_DEVICE" "watch EP4CGX150DF31C7 " "Selected device EP4CGX150DF31C7 for design \"watch\"" { } { } 0 119006 "Selected device %2!s! for design \"%1!s!\"" 0 0 "Fitter" 0 -1 1764009187609 ""} +{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "Low junction temperature 0 degrees C " "Low junction temperature is 0 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Fitter" 0 -1 1764009187638 ""} +{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "High junction temperature 85 degrees C " "High junction temperature is 85 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Fitter" 0 -1 1764009187638 ""} +{ "Info" "IFITCC_FITCC_INFO_AUTO_FIT_COMPILATION_ON" "" "Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time" { } { } 0 171003 "Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time" 0 0 "Fitter" 0 -1 1764009188295 ""} +{ "Warning" "WCPT_FEATURE_DISABLED_POST" "LogicLock " "Feature LogicLock is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature." { } { } 0 292013 "Feature %1!s! is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature." 0 0 "Fitter" 0 -1 1764009188316 ""} +{ "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED" "" "Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices" { { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX150DF31I7 " "Device EP4CGX150DF31I7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1764009188769 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX150DF31I7AD " "Device EP4CGX150DF31I7AD is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1764009188769 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX110DF31C7 " "Device EP4CGX110DF31C7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1764009188769 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX110DF31I7 " "Device EP4CGX110DF31I7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1764009188769 ""} } { } 2 176444 "Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices" 0 0 "Fitter" 0 -1 1764009188769 ""} +{ "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION" "5 " "Fitter converted 5 user pins into dedicated programming pins" { { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_NCEO~ AE7 " "Pin ~ALTERA_NCEO~ is reserved at location AE7" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_NCEO~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53424 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764009188852 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_DATA0~ A3 " "Pin ~ALTERA_DATA0~ is reserved at location A3" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_DATA0~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53426 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764009188852 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_ASDO_DATA1~ G9 " "Pin ~ALTERA_ASDO_DATA1~ is reserved at location G9" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_ASDO_DATA1~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53428 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764009188852 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_NCSO~ B4 " "Pin ~ALTERA_NCSO~ is reserved at location B4" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_NCSO~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53430 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764009188852 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_DCLK~ B3 " "Pin ~ALTERA_DCLK~ is reserved at location B3" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_DCLK~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53432 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764009188852 ""} } { } 0 169124 "Fitter converted %1!d! user pins into dedicated programming pins" 0 0 "Fitter" 0 -1 1764009188852 ""} +{ "Warning" "WCUT_CUT_ATOM_PINS_WITH_INCOMPLETE_IO_ASSIGNMENTS" "" "Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details" { } { } 0 15714 "Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details" 0 0 "Fitter" 0 -1 1764009188871 ""} +{ "Warning" "WCUT_CUT_PLL_COMPUTATION_SUCCESS_WITH_WARNINGS" "vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|pll1 MPLL PLL " "Implemented PLL \"vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|pll1\" as MPLL PLL type, but with warnings" { { "Warning" "WCUT_CUT_YGR_PLL_PARAMETER_DIFF2" "multiplication factor vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] multiplication of 297 multiplication of 95 " "Can't achieve requested value multiplication of 297 for clock output vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] of parameter multiplication factor -- achieved value of multiplication of 95" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 211 14177 15141 0 0 "" 0 "" "" } } } } } 0 15559 "Can't achieve requested value %3!s! for clock output %2!s! of parameter %1!s! -- achieved value of %4!s!" 0 0 "Design Software" 0 -1 1764009195583 ""} { "Warning" "WCUT_CUT_YGR_PLL_PARAMETER_DIFF2" "division factor vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] division of 100 division of 32 " "Can't achieve requested value division of 100 for clock output vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] of parameter division factor -- achieved value of division of 32" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 211 14177 15141 0 0 "" 0 "" "" } } } } } 0 15559 "Can't achieve requested value %3!s! for clock output %2!s! of parameter %1!s! -- achieved value of %4!s!" 0 0 "Design Software" 0 -1 1764009195583 ""} { "Info" "ICUT_CUT_YGR_PLL_PARAMETERS_FACTORS" "vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] 95 32 0 0 " "Implementing clock multiplication of 95, clock division of 32, and phase shift of 0 degrees (0 ps) for vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] port" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 211 14177 15141 0 0 "" 0 "" "" } } } } } 0 15099 "Implementing clock multiplication of %2!d!, clock division of %3!d!, and phase shift of %4!d! degrees (%5!d! ps) for %1!s! port" 0 0 "Design Software" 0 -1 1764009195583 ""} } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 211 14177 15141 0 0 "" 0 "" "" } } } } } 0 15536 "Implemented %3!s! \"%1!s!\" as %2!s! PLL type, but with warnings" 0 0 "Fitter" 0 -1 1764009195583 ""} +{ "Critical Warning" "WSTA_SDC_NOT_FOUND" "watch.sdc " "Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." { } { } 1 332012 "Synopsys Design Constraints File file not found: '%1!s!'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." 0 0 "Fitter" 0 -1 1764009197417 ""} +{ "Info" "ISTA_NO_CLOCK_FOUND_NO_DERIVING_MSG" "generated clocks " "No user constrained generated clocks found in the design" { } { } 0 332144 "No user constrained %1!s! found in the design" 0 0 "Fitter" 0 -1 1764009197417 ""} +{ "Info" "ISTA_NO_CLOCK_FOUND_NO_DERIVING_MSG" "base clocks " "No user constrained base clocks found in the design" { } { } 0 332144 "No user constrained %1!s! found in the design" 0 0 "Fitter" 0 -1 1764009197485 ""} +{ "Info" "ISTA_DERIVE_CLOCKS_FOUND_NO_CLOCKS" "" "The command derive_clocks did not find any clocks to derive. No clocks were created or changed." { } { } 0 332096 "The command derive_clocks did not find any clocks to derive. No clocks were created or changed." 0 0 "Fitter" 0 -1 1764009197504 ""} +{ "Info" "ISTA_NO_CLOCK_UNCERTAINTY_FOUND_DERIVING" "\"derive_clock_uncertainty\" " "No user constrained clock uncertainty found in the design. Calling \"derive_clock_uncertainty\"" { } { } 0 332143 "No user constrained clock uncertainty found in the design. Calling %1!s!" 0 0 "Fitter" 0 -1 1764009198037 ""} +{ "Info" "ISTA_NO_UNCERTAINTY_FOUND" "" "The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers." { } { } 0 332154 "The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers." 0 0 "Fitter" 0 -1 1764009198037 ""} +{ "Info" "ISTA_TDC_NO_DEFAULT_OPTIMIZATION_GOALS" "" "Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time." { } { } 0 332130 "Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time." 0 0 "Fitter" 0 -1 1764009198045 ""} +{ "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL" "CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p)) " "Automatically promoted node CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p))" { { "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL_FANOUTS" "destinations Global Clock CLKCTRL_G28 " "Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G28" { } { } 0 176355 "Automatically promoted %1!s! to use location or clock signal %2!s!" 0 0 "Design Software" 0 -1 1764009200862 ""} } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 2 0 0 } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53414 14177 15141 0 0 "" 0 "" "" } } } } } 0 176353 "Automatically promoted node %1!s! %2!s!" 0 0 "Fitter" 0 -1 1764009200862 ""} +{ "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL" "vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] (placed in counter C0 of PLL_1) " "Automatically promoted node vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] (placed in counter C0 of PLL_1)" { { "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL_FANOUTS" "destinations Global Clock CLKCTRL_G29 " "Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G29" { } { } 0 176355 "Automatically promoted %1!s! to use location or clock signal %2!s!" 0 0 "Design Software" 0 -1 1764009200862 ""} } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 86 -1 0 } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 211 14177 15141 0 0 "" 0 "" "" } } } } } 0 176353 "Automatically promoted node %1!s! %2!s!" 0 0 "Fitter" 0 -1 1764009200862 ""} +{ "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL" "comb~0 " "Automatically promoted node comb~0 " { { "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL_FANOUTS" "destinations Global Clock " "Automatically promoted destinations to use location or clock signal Global Clock" { } { } 0 176355 "Automatically promoted %1!s! to use location or clock signal %2!s!" 0 0 "Design Software" 0 -1 1764009200862 ""} } { { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 48788 14177 15141 0 0 "" 0 "" "" } } } } } 0 176353 "Automatically promoted node %1!s! %2!s!" 0 0 "Fitter" 0 -1 1764009200862 ""} +{ "Info" "IFSAC_FSAC_REGISTER_PACKING_START_REGPACKING_INFO" "" "Starting register packing" { } { } 0 176233 "Starting register packing" 0 0 "Fitter" 0 -1 1764009203604 ""} +{ "Extra Info" "IFSAC_FSAC_START_REG_LOCATION_PROCESSING" "" "Performing register packing on registers with non-logic cell location assignments" { } { } 1 176273 "Performing register packing on registers with non-logic cell location assignments" 1 0 "Fitter" 0 -1 1764009203643 ""} +{ "Extra Info" "IFSAC_FSAC_FINISH_REG_LOCATION_PROCESSING" "" "Completed register packing on registers with non-logic cell location assignments" { } { } 1 176274 "Completed register packing on registers with non-logic cell location assignments" 1 0 "Fitter" 0 -1 1764009203648 ""} +{ "Extra Info" "IFSAC_FSAC_REGISTER_PACKING_BEGIN_FAST_REGISTER_INFO" "" "Started Fast Input/Output/OE register processing" { } { } 1 176236 "Started Fast Input/Output/OE register processing" 1 0 "Fitter" 0 -1 1764009203695 ""} +{ "Extra Info" "IFSAC_FSAC_REGISTER_PACKING_FINISH_FAST_REGISTER_INFO" "" "Finished Fast Input/Output/OE register processing" { } { } 1 176237 "Finished Fast Input/Output/OE register processing" 1 0 "Fitter" 0 -1 1764009203784 ""} +{ "Extra Info" "IFSAC_FSAC_START_MAC_SCAN_CHAIN_INFERENCING" "" "Start inferring scan chains for DSP blocks" { } { } 1 176238 "Start inferring scan chains for DSP blocks" 1 0 "Fitter" 0 -1 1764009203851 ""} +{ "Extra Info" "IFSAC_FSAC_FINISH_MAC_SCAN_CHAIN_INFERENCING" "" "Inferring scan chains for DSP blocks is complete" { } { } 1 176239 "Inferring scan chains for DSP blocks is complete" 1 0 "Fitter" 0 -1 1764009203851 ""} +{ "Extra Info" "IFSAC_FSAC_START_IO_MULT_RAM_PACKING" "" "Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density" { } { } 1 176248 "Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density" 1 0 "Fitter" 0 -1 1764009203885 ""} +{ "Extra Info" "IFSAC_FSAC_FINISH_IO_MULT_RAM_PACKING" "" "Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks" { } { } 1 176249 "Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks" 1 0 "Fitter" 0 -1 1764009207293 ""} +{ "Info" "IFSAC_FSAC_REGISTER_PACKING_FINISH_REGPACKING_INFO" "" "Finished register packing" { { "Extra Info" "IFSAC_NO_REGISTERS_WERE_PACKED" "" "No registers were packed into other blocks" { } { } 1 176219 "No registers were packed into other blocks" 0 0 "Design Software" 0 -1 1764009207330 ""} } { } 0 176235 "Finished register packing" 0 0 "Fitter" 0 -1 1764009207330 ""} +{ "Warning" "WCUT_PLL_CLK_FEEDS_NON_DEDICATED_IO" "vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|pll1 clk\[0\] VGA_CLK~output " "PLL \"vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|pll1\" output port clk\[0\] feeds output pin \"VGA_CLK~output\" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "altpll.tdf" "" { Text "d:/quartus_lite/quartus/libraries/megafunctions/altpll.tdf" 898 0 0 } } { "vga_pll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 104 0 0 } } { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 154 0 0 } } { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 17 0 0 } } } 0 15064 "PLL \"%1!s!\" output port %2!s! feeds output pin \"%3!s!\" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance" 0 0 "Fitter" 0 -1 1764009207585 ""} +{ "Info" "IFITCC_FITTER_PREPARATION_END" "00:00:24 " "Fitter preparation operations ending: elapsed time is 00:00:24" { } { } 0 171121 "Fitter preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764009212866 ""} +{ "Info" "IVPR20K_VPR_FAMILY_APL_ERROR" "" "Fitter has disabled Advanced Physical Optimization because it is not supported for the current family." { } { } 0 14896 "Fitter has disabled Advanced Physical Optimization because it is not supported for the current family." 0 0 "Fitter" 0 -1 1764009212931 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_START" "" "Fitter placement preparation operations beginning" { } { } 0 170189 "Fitter placement preparation operations beginning" 0 0 "Fitter" 0 -1 1764009216528 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_END" "00:00:09 " "Fitter placement preparation operations ending: elapsed time is 00:00:09" { } { } 0 170190 "Fitter placement preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764009225452 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_START" "" "Fitter placement operations beginning" { } { } 0 170191 "Fitter placement operations beginning" 0 0 "Fitter" 0 -1 1764009225744 ""} +{ "Info" "IFITAPI_FITAPI_INFO_VPR_PLACEMENT_FINISH" "" "Fitter placement was successful" { } { } 0 170137 "Fitter placement was successful" 0 0 "Fitter" 0 -1 1764009316922 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_END" "00:01:31 " "Fitter placement operations ending: elapsed time is 00:01:31" { } { } 0 170192 "Fitter placement operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764009316922 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_START" "" "Fitter routing operations beginning" { } { } 0 170193 "Fitter routing operations beginning" 0 0 "Fitter" 0 -1 1764009320795 ""} +{ "Info" "IFITAPI_FITAPI_VPR_PERCENT_ROUTING_RESOURCE_USAGE" "23 " "Router estimated average interconnect usage is 23% of the available device resources" { { "Info" "IFITAPI_FITAPI_VPR_PEAK_ROUTING_REGION" "97 X59_Y46 X69_Y56 " "Router estimated peak interconnect usage is 97% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56" { } { { "loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 1 { 0 "Router estimated peak interconnect usage is 97% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56"} { { 12 { 0 ""} 59 46 11 11 } } } } } } } 0 170196 "Router estimated peak interconnect usage is %1!d!%% of the available device resources in the region that extends from location %2!s! to location %3!s!" 0 0 "Design Software" 0 -1 1764009369942 ""} } { } 0 170195 "Router estimated average interconnect usage is %1!d!%% of the available device resources" 0 0 "Fitter" 0 -1 1764009369942 ""} +{ "Warning" "WFITAPI_FITAPI_ERROR_VPR_ROUTING_CONGESTION" "" "The router is trying to resolve an exceedingly large amount of congestion. At the moment, it predicts long routing run time and/or significant setup or hold timing failures. Congestion details can be found in the Chip Planner." { } { } 0 16684 "The router is trying to resolve an exceedingly large amount of congestion. At the moment, it predicts long routing run time and/or significant setup or hold timing failures. Congestion details can be found in the Chip Planner." 0 0 "Fitter" 0 -1 1764009482122 ""} +{ "Info" "IFITAPI_FITAPI_VPR_ROUTER_EARLY_EXIT_INVOKED" "regional routing congestion " "Fitter routing phase terminated due to predicted failure from regional routing congestion" { { "Info" "IFITAPI_FITAPI_VPR_ROUTER_EARLY_EXIT_OVERUSED_WIRE_COUNT" "6681 " "Routing phase ended with 6681 interconnect resources used by multiple signals" { } { } 0 170132 "Routing phase ended with %1!d! interconnect resources used by multiple signals" 0 0 "Design Software" 0 -1 1764009544464 ""} { "Info" "IFITAPI_FITAPI_VPR_PEAK_ROUTING_REGION" "93 X59_Y46 X69_Y56 " "Router estimated peak interconnect usage is 93% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56" { } { { "loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 1 { 0 "Router estimated peak interconnect usage is 93% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56"} { { 12 { 0 ""} 59 46 11 11 } } } } } } } 0 170196 "Router estimated peak interconnect usage is %1!d!%% of the available device resources in the region that extends from location %2!s! to location %3!s!" 0 0 "Design Software" 0 -1 1764009544464 ""} { "Info" "IFITAPI_FITAPI_VPR_ROUTER_EARLY_EXIT_FITTING_LIKELIHOOD" "moderate " "The likelihood of this design fitting with aggressive routability optimizations is moderate" { } { } 0 170133 "The likelihood of this design fitting with aggressive routability optimizations is %1!s!" 0 0 "Design Software" 0 -1 1764009544464 ""} } { } 0 170131 "Fitter routing phase terminated due to predicted failure from %1!s!" 0 0 "Fitter" 0 -1 1764009544464 ""} +{ "Warning" "WFITAPI_FITAPI_ERROR_VPR_ROUTING_CONGESTION_NO_ROUTE" "" "Fitter routing phase terminated due to routing congestion. Congestion details can be found in Chip Planner." { } { } 0 16618 "Fitter routing phase terminated due to routing congestion. Congestion details can be found in Chip Planner." 0 0 "Fitter" 0 -1 1764009544521 ""} +{ "Info" "IFITAPI_FITAPI_INFO_VPR_RETRY_PLACEMENT_MORE_EFFORT" "" "Cannot fit design in device -- retrying with increased optimization that can result in longer processing time" { } { { "d:/quartus_lite/quartus/common/advisors/oa_resource_table.xml" "" { Advisor "C:/Users/jeffr/AppData/Local/quartus/watch/" "ROUTE" } } } 0 170134 "Cannot fit design in device -- retrying with increased optimization that can result in longer processing time" 0 0 "Fitter" 0 -1 1764009545005 ""} +{ "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_USED" "" "The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time." { { "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_USED_FOR_ROUTABILITY" "" "Optimizations that may affect the design's routability were skipped" { } { } 0 170201 "Optimizations that may affect the design's routability were skipped" 0 0 "Design Software" 0 -1 1764009545005 ""} } { } 0 170199 "The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time." 0 0 "Fitter" 0 -1 1764009545005 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_END" "00:03:41 " "Fitter routing operations ending: elapsed time is 00:03:41" { } { } 0 170194 "Fitter routing operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764009545017 ""} +{ "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_MODIFIED_FOR_RETRY_LOOP" "" "The Fitter will not skip routability optimizations in all subsequent fit attempts" { } { } 0 170197 "The Fitter will not skip routability optimizations in all subsequent fit attempts" 0 0 "Fitter" 0 -1 1764009546416 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_START" "" "Fitter placement preparation operations beginning" { } { } 0 170189 "Fitter placement preparation operations beginning" 0 0 "Fitter" 0 -1 1764009546416 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_END" "00:00:08 " "Fitter placement preparation operations ending: elapsed time is 00:00:08" { } { } 0 170190 "Fitter placement preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764009554593 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_START" "" "Fitter placement operations beginning" { } { } 0 170191 "Fitter placement operations beginning" 0 0 "Fitter" 0 -1 1764009554857 ""} +{ "Info" "IFITAPI_FITAPI_INFO_VPR_PLACEMENT_FINISH" "" "Fitter placement was successful" { } { } 0 170137 "Fitter placement was successful" 0 0 "Fitter" 0 -1 1764009883130 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_END" "00:05:29 " "Fitter placement operations ending: elapsed time is 00:05:29" { } { } 0 170192 "Fitter placement operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764009883130 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_START" "" "Fitter routing operations beginning" { } { } 0 170193 "Fitter routing operations beginning" 0 0 "Fitter" 0 -1 1764009887060 ""} +{ "Info" "IFITAPI_FITAPI_VPR_PERCENT_ROUTING_RESOURCE_USAGE" "20 " "Router estimated average interconnect usage is 20% of the available device resources" { { "Info" "IFITAPI_FITAPI_VPR_PEAK_ROUTING_REGION" "84 X59_Y46 X69_Y56 " "Router estimated peak interconnect usage is 84% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56" { } { { "loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 1 { 0 "Router estimated peak interconnect usage is 84% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56"} { { 12 { 0 ""} 59 46 11 11 } } } } } } } 0 170196 "Router estimated peak interconnect usage is %1!d!%% of the available device resources in the region that extends from location %2!s! to location %3!s!" 0 0 "Design Software" 0 -1 1764009930667 ""} } { } 0 170195 "Router estimated average interconnect usage is %1!d!%% of the available device resources" 0 0 "Fitter" 0 -1 1764009930667 ""} +{ "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_NOT_USED" "" "The Fitter performed an Auto Fit compilation. No optimizations were skipped because the design's timing and routability requirements required full optimization." { } { } 0 170202 "The Fitter performed an Auto Fit compilation. No optimizations were skipped because the design's timing and routability requirements required full optimization." 0 0 "Fitter" 0 -1 1764011473475 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_END" "00:26:23 " "Fitter routing operations ending: elapsed time is 00:26:23" { } { } 0 170194 "Fitter routing operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764011473488 ""} +{ "Info" "IVPR20K_VPR_TIMING_ANALYSIS_TIME" "the Fitter 52.48 " "Total time spent on timing analysis during the Fitter is 52.48 seconds." { } { } 0 11888 "Total time spent on timing analysis during %1!s! is %2!s! seconds." 0 0 "Fitter" 0 -1 1764011474604 ""} +{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Fitter" 0 -1 1764011474858 ""} +{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Fitter" 0 -1 1764011476970 ""} +{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Fitter" 0 -1 1764011476993 ""} +{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Fitter" 0 -1 1764011479090 ""} +{ "Info" "IFITCC_FITTER_POST_OPERATION_END" "00:00:11 " "Fitter post-fit operations ending: elapsed time is 00:00:11" { } { } 0 11218 "Fitter post-fit operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764011485095 ""} +{ "Info" "IRDB_WROTE_SUPPRESSED_MSGS" "C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg " "Generated suppressed messages file C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg" { } { } 0 144001 "Generated suppressed messages file %1!s!" 0 0 "Fitter" 0 -1 1764011494570 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Fitter 0 s 10 s Quartus Prime " "Quartus Prime Fitter was successful. 0 errors, 10 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "6759 " "Peak virtual memory: 6759 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764011498862 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:11:38 2025 " "Processing ended: Mon Nov 24 13:11:38 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764011498862 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:38:33 " "Elapsed time: 00:38:33" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764011498862 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:59:05 " "Total CPU time (on all processors): 00:59:05" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764011498862 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Fitter" 0 -1 1764011498862 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Fitter" 0 -1 1764011502138 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "Assembler Quartus Prime " "Running Quartus Prime Assembler" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764011502139 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 13:11:42 2025 " "Processing started: Mon Nov 24 13:11:42 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764011502139 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Assembler" 0 -1 1764011502139 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Assembler" 0 -1 1764011502139 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Assembler" 0 -1 1764011503256 ""} +{ "Info" "IASM_ASM_GENERATING_POWER_DATA" "" "Writing out detailed assembly data for power analysis" { } { } 0 115031 "Writing out detailed assembly data for power analysis" 0 0 "Assembler" 0 -1 1764011508145 ""} +{ "Info" "IASM_ASM_GENERATING_PROGRAMMING_FILES" "" "Assembler is generating device programming files" { } { } 0 115030 "Assembler is generating device programming files" 0 0 "Assembler" 0 -1 1764011508283 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Assembler 0 s 1 Quartus Prime " "Quartus Prime Assembler was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "5289 " "Peak virtual memory: 5289 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764011508770 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:11:48 2025 " "Processing ended: Mon Nov 24 13:11:48 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764011508770 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:06 " "Elapsed time: 00:00:06" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764011508770 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:06 " "Total CPU time (on all processors): 00:00:06" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764011508770 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Assembler" 0 -1 1764011508770 ""} +{ "Info" "IFLOW_DISABLED_MODULE" "Power Analyzer FLOW_ENABLE_POWER_ANALYZER " "Skipped module Power Analyzer due to the assignment FLOW_ENABLE_POWER_ANALYZER" { } { } 0 293026 "Skipped module %1!s! due to the assignment %2!s!" 0 0 "Assembler" 0 -1 1764011509529 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Assembler" 0 -1 1764011510248 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "Timing Analyzer Quartus Prime " "Running Quartus Prime Timing Analyzer" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764011510249 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 13:11:49 2025 " "Processing started: Mon Nov 24 13:11:49 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764011510249 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Timing Analyzer" 0 -1 1764011510249 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_sta watch -c watch " "Command: quartus_sta watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Timing Analyzer" 0 -1 1764011510249 ""} +{ "Info" "0" "" "qsta_default_script.tcl version: #1" { } { } 0 0 "qsta_default_script.tcl version: #1" 0 0 "Timing Analyzer" 0 0 1764011510567 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Timing Analyzer" 0 -1 1764011511081 ""} +{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Timing Analyzer" 0 -1 1764011511081 ""} +{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "Low junction temperature 0 degrees C " "Low junction temperature is 0 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011511111 ""} +{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "High junction temperature 85 degrees C " "High junction temperature is 85 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011511111 ""} +{ "Critical Warning" "WSTA_SDC_NOT_FOUND" "watch.sdc " "Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." { } { } 1 332012 "Synopsys Design Constraints File file not found: '%1!s!'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." 0 0 "Timing Analyzer" 0 -1 1764011512716 ""} +{ "Info" "ISTA_NO_CLOCK_FOUND_DERIVING" "generated clocks \"derive_pll_clocks -create_base_clocks\" " "No user constrained generated clocks found in the design. Calling \"derive_pll_clocks -create_base_clocks\"" { } { } 0 332142 "No user constrained %1!s! found in the design. Calling %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011512716 ""} +{ "Info" "ISTA_DERIVE_PLL_CLOCKS_INFO" "Deriving PLL clocks " "Deriving PLL clocks" { { "Info" "ISTA_DERIVE_PLL_CLOCKS_INFO" "create_clock -period 20.000 -waveform \{0.000 10.000\} -name CLOCK_50 CLOCK_50 " "create_clock -period 20.000 -waveform \{0.000 10.000\} -name CLOCK_50 CLOCK_50" { } { } 0 332110 "%1!s!" 0 0 "Design Software" 0 -1 1764011512794 ""} { "Info" "ISTA_DERIVE_PLL_CLOCKS_INFO" "create_generated_clock -source \{pll_inst\|altpll_component\|auto_generated\|pll1\|inclk\[0\]\} -divide_by 32 -multiply_by 95 -duty_cycle 50.00 -name \{pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\]\} \{pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\]\} " "create_generated_clock -source \{pll_inst\|altpll_component\|auto_generated\|pll1\|inclk\[0\]\} -divide_by 32 -multiply_by 95 -duty_cycle 50.00 -name \{pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\]\} \{pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\]\}" { } { } 0 332110 "%1!s!" 0 0 "Design Software" 0 -1 1764011512794 ""} } { } 0 332110 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764011512794 ""} +{ "Info" "ISTA_NO_CLOCK_FOUND_DERIVING" "base clocks \"derive_clocks -period 1.0\" " "No user constrained base clocks found in the design. Calling \"derive_clocks -period 1.0\"" { } { } 0 332142 "No user constrained %1!s! found in the design. Calling %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011512794 ""} +{ "Info" "ISTA_DERIVE_CLOCKS_FOUND_NO_CLOCKS" "" "The command derive_clocks did not find any clocks to derive. No clocks were created or changed." { } { } 0 332096 "The command derive_clocks did not find any clocks to derive. No clocks were created or changed." 0 0 "Timing Analyzer" 0 -1 1764011512814 ""} +{ "Info" "ISTA_NO_CLOCK_UNCERTAINTY_FOUND_DERIVING" "\"derive_clock_uncertainty\" " "No user constrained clock uncertainty found in the design. Calling \"derive_clock_uncertainty\"" { } { } 0 332143 "No user constrained clock uncertainty found in the design. Calling %1!s!" 0 0 "Timing Analyzer" 0 -1 1764011513214 ""} +{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764011513214 ""} +{ "Info" "0" "" "Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON" { } { } 0 0 "Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON" 0 0 "Timing Analyzer" 0 0 1764011513224 ""} +{ "Info" "0" "" "Analyzing Slow 1200mV 85C Model" { } { } 0 0 "Analyzing Slow 1200mV 85C Model" 0 0 "Timing Analyzer" 0 0 1764011513263 ""} +{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1764011514000 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1764011514000 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "setup -23.852 " "Worst-case setup slack is -23.852" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514002 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514002 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -23.852 -578.979 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " -23.852 -578.979 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514002 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 2.449 0.000 CLOCK_50 " " 2.449 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514002 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011514002 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.391 " "Worst-case hold slack is 0.391" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514163 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514163 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.391 0.000 CLOCK_50 " " 0.391 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514163 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.648 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 0.648 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514163 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011514163 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764011514171 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764011514178 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width 2.990 " "Worst-case minimum pulse width slack is 2.990" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514198 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514198 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 2.990 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 2.990 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514198 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 9.722 0.000 CLOCK_50 " " 9.722 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011514198 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011514198 ""} +{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 1 synchronizer chains. " "Report Metastability: Found 1 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "The design MTBF is not calculated because there are no specified synchronizers in the design. " "The design MTBF is not calculated because there are no specified synchronizers in the design." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011515224 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Number of Synchronizer Chains Found: 1 " "Number of Synchronizer Chains Found: 1" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011515224 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Shortest Synchronizer Chain: 2 Registers " "Shortest Synchronizer Chain: 2 Registers" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011515224 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 " "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011515224 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Worst Case Available Settling Time: 32.700 ns " "Worst Case Available Settling Time: 32.700 ns" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011515224 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" " " "" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011515224 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764011515224 ""} +{ "Info" "0" "" "Analyzing Slow 1200mV 0C Model" { } { } 0 0 "Analyzing Slow 1200mV 0C Model" 0 0 "Timing Analyzer" 0 0 1764011515245 ""} +{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Timing Analyzer" 0 -1 1764011515324 ""} +{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Timing Analyzer" 0 -1 1764011517485 ""} +{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764011518502 ""} +{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1764011518910 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1764011518910 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "setup -21.889 " "Worst-case setup slack is -21.889" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011518912 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011518912 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -21.889 -525.040 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " -21.889 -525.040 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011518912 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 4.139 0.000 CLOCK_50 " " 4.139 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011518912 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011518912 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.342 " "Worst-case hold slack is 0.342" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011519065 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011519065 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.342 0.000 CLOCK_50 " " 0.342 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011519065 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.591 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 0.591 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011519065 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011519065 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764011519069 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764011519073 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width 2.985 " "Worst-case minimum pulse width slack is 2.985" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011519093 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011519093 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 2.985 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 2.985 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011519093 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 9.704 0.000 CLOCK_50 " " 9.704 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011519093 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011519093 ""} +{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 1 synchronizer chains. " "Report Metastability: Found 1 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "The design MTBF is not calculated because there are no specified synchronizers in the design. " "The design MTBF is not calculated because there are no specified synchronizers in the design." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011520092 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Number of Synchronizer Chains Found: 1 " "Number of Synchronizer Chains Found: 1" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011520092 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Shortest Synchronizer Chain: 2 Registers " "Shortest Synchronizer Chain: 2 Registers" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011520092 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 " "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011520092 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Worst Case Available Settling Time: 33.297 ns " "Worst Case Available Settling Time: 33.297 ns" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011520092 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" " " "" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011520092 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764011520092 ""} +{ "Info" "0" "" "Analyzing Fast 1200mV 0C Model" { } { } 0 0 "Analyzing Fast 1200mV 0C Model" 0 0 "Timing Analyzer" 0 0 1764011520123 ""} +{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764011520790 ""} +{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1764011520954 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1764011520954 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "setup -12.545 " "Worst-case setup slack is -12.545" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011520957 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011520957 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -12.545 -297.280 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " -12.545 -297.280 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011520957 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 10.999 0.000 CLOCK_50 " " 10.999 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011520957 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011520957 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.173 " "Worst-case hold slack is 0.173" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011521118 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011521118 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.173 0.000 CLOCK_50 " " 0.173 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011521118 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.295 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 0.295 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011521118 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011521118 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764011521123 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764011521128 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width 3.101 " "Worst-case minimum pulse width slack is 3.101" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011521151 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011521151 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 3.101 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 3.101 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011521151 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 9.452 0.000 CLOCK_50 " " 9.452 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764011521151 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764011521151 ""} +{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 1 synchronizer chains. " "Report Metastability: Found 1 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "The design MTBF is not calculated because there are no specified synchronizers in the design. " "The design MTBF is not calculated because there are no specified synchronizers in the design." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011522144 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Number of Synchronizer Chains Found: 1 " "Number of Synchronizer Chains Found: 1" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011522144 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Shortest Synchronizer Chain: 2 Registers " "Shortest Synchronizer Chain: 2 Registers" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011522144 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 " "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011522144 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Worst Case Available Settling Time: 35.939 ns " "Worst Case Available Settling Time: 35.939 ns" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011522144 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" " " "" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764011522144 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764011522144 ""} +{ "Info" "ISTA_UCP_NOT_CONSTRAINED" "setup " "Design is not fully constrained for setup requirements" { } { } 0 332102 "Design is not fully constrained for %1!s! requirements" 0 0 "Timing Analyzer" 0 -1 1764011522905 ""} +{ "Info" "ISTA_UCP_NOT_CONSTRAINED" "hold " "Design is not fully constrained for hold requirements" { } { } 0 332102 "Design is not fully constrained for %1!s! requirements" 0 0 "Timing Analyzer" 0 -1 1764011523005 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Timing Analyzer 0 s 5 s Quartus Prime " "Quartus Prime Timing Analyzer was successful. 0 errors, 5 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "5471 " "Peak virtual memory: 5471 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764011523255 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:12:03 2025 " "Processing ended: Mon Nov 24 13:12:03 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764011523255 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:14 " "Elapsed time: 00:00:14" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764011523255 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:19 " "Total CPU time (on all processors): 00:00:19" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764011523255 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Timing Analyzer" 0 -1 1764011523255 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Timing Analyzer" 0 -1 1764011524447 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "EDA Netlist Writer Quartus Prime " "Running Quartus Prime EDA Netlist Writer" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764011524447 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 13:12:04 2025 " "Processing started: Mon Nov 24 13:12:04 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764011524447 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "EDA Netlist Writer" 0 -1 1764011524447 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "EDA Netlist Writer" 0 -1 1764011524447 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "EDA Netlist Writer" 0 -1 1764011525213 ""} +{ "Info" "IWSC_DONE_HDL_GENERATION" "watch.vo C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/ simulation " "Generated file watch.vo in folder \"C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/\" for EDA simulation tool" { } { } 0 204019 "Generated file %1!s! in folder \"%2!s!\" for EDA %3!s! tool" 0 0 "EDA Netlist Writer" 0 -1 1764011528562 ""} +{ "Info" "IQEXE_ERROR_COUNT" "EDA Netlist Writer 0 s 1 Quartus Prime " "Quartus Prime EDA Netlist Writer was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4982 " "Peak virtual memory: 4982 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764011528814 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:12:08 2025 " "Processing ended: Mon Nov 24 13:12:08 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764011528814 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:04 " "Elapsed time: 00:00:04" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764011528814 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:04 " "Total CPU time (on all processors): 00:00:04" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764011528814 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "EDA Netlist Writer" 0 -1 1764011528814 ""} +{ "Info" "IFLOW_ERROR_COUNT" "Full Compilation 0 s 60 s " "Quartus Prime Full Compilation was successful. 0 errors, 60 warnings" { } { } 0 293000 "Quartus Prime %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "EDA Netlist Writer" 0 -1 1764011529547 ""} diff --git a/Code/FPGA/watch/db/sign_div_unsign_plh.tdf b/Code/FPGA/watch/db/sign_div_unsign_plh.tdf new file mode 100644 index 0000000..d0953cf --- /dev/null +++ b/Code/FPGA/watch/db/sign_div_unsign_plh.tdf @@ -0,0 +1,47 @@ +--sign_div_unsign DEN_REPRESENTATION="UNSIGNED" DEN_WIDTH=7 LPM_PIPELINE=0 MAXIMIZE_SPEED=5 NUM_REPRESENTATION="UNSIGNED" NUM_WIDTH=12 SKIP_BITS=0 denominator numerator quotient remainder +--VERSION_BEGIN 24.1 cbx_cycloneii 2025:03:05:20:06:36:SC cbx_lpm_abs 2025:03:05:20:06:36:SC cbx_lpm_add_sub 2025:03:05:20:06:36:SC cbx_lpm_divide 2025:03:05:20:06:36:SC cbx_mgl 2025:03:05:20:07:01:SC cbx_nadder 2025:03:05:20:06:36:SC cbx_stratix 2025:03:05:20:06:36:SC cbx_stratixii 2025:03:05:20:06:36:SC cbx_util_mgl 2025:03:05:20:06:36: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 alt_u_div_0bf (denominator[6..0], numerator[11..0]) +RETURNS ( quotient[11..0], remainder[6..0]); + +--synthesis_resources = lut 75 +SUBDESIGN sign_div_unsign_plh +( + denominator[6..0] : input; + numerator[11..0] : input; + quotient[11..0] : output; + remainder[6..0] : output; +) +VARIABLE + divider : alt_u_div_0bf; + norm_num[11..0] : WIRE; + protect_quotient[11..0] : WIRE; + protect_remainder[6..0] : WIRE; + +BEGIN + divider.denominator[] = denominator[]; + divider.numerator[] = norm_num[]; + norm_num[] = numerator[]; + protect_quotient[] = divider.quotient[]; + protect_remainder[] = divider.remainder[]; + quotient[] = protect_quotient[]; + remainder[] = protect_remainder[]; +END; +--VALID FILE diff --git a/Code/FPGA/watch/db/vga_pll_altpll.v b/Code/FPGA/watch/db/vga_pll_altpll.v new file mode 100644 index 0000000..47ce1eb --- /dev/null +++ b/Code/FPGA/watch/db/vga_pll_altpll.v @@ -0,0 +1,103 @@ +//altpll bandwidth_type="AUTO" CBX_DECLARE_ALL_CONNECTED_PORTS="OFF" clk0_divide_by=100 clk0_duty_cycle=50 clk0_multiply_by=297 clk0_phase_shift="0" compensate_clock="CLK0" device_family="Cyclone IV GX" inclk0_input_frequency=20000 intended_device_family="Cyclone IV GX" lpm_hint="CBX_MODULE_PREFIX=vga_pll" operation_mode="normal" pll_type="AUTO" port_clk0="PORT_USED" port_clk1="PORT_UNUSED" port_clk2="PORT_UNUSED" port_clk3="PORT_UNUSED" port_clk4="PORT_UNUSED" port_clk5="PORT_UNUSED" port_extclk0="PORT_UNUSED" port_extclk1="PORT_UNUSED" port_extclk2="PORT_UNUSED" port_extclk3="PORT_UNUSED" port_inclk1="PORT_UNUSED" port_phasecounterselect="PORT_UNUSED" port_phasedone="PORT_UNUSED" port_scandata="PORT_UNUSED" port_scandataout="PORT_UNUSED" self_reset_on_loss_lock="OFF" width_clock=5 areset clk inclk locked CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGTH=48 +//VERSION_BEGIN 24.1 cbx_altclkbuf 2025:03:05:20:06:36:SC cbx_altiobuf_bidir 2025:03:05:20:06:36:SC cbx_altiobuf_in 2025:03:05:20:06:36:SC cbx_altiobuf_out 2025:03:05:20:06:36:SC cbx_altpll 2025:03:05:20:06:36:SC cbx_cycloneii 2025:03:05:20:06:36:SC cbx_lpm_add_sub 2025:03:05:20:06:36:SC cbx_lpm_compare 2025:03:05:20:06:36:SC cbx_lpm_counter 2025:03:05:20:06:36:SC cbx_lpm_decode 2025:03:05:20:06:36:SC cbx_lpm_mux 2025:03:05:20:06:36:SC cbx_mgl 2025:03:05:20:07:01:SC cbx_nadder 2025:03:05:20:06:36:SC cbx_stratix 2025:03:05:20:06:36:SC cbx_stratixii 2025:03:05:20:06:36:SC cbx_stratixiii 2025:03:05:20:06:36:SC cbx_stratixv 2025:03:05:20:06:36:SC cbx_util_mgl 2025:03:05:20:06:36:SC VERSION_END +//CBXI_INSTANCE_NAME="de2i_150_top_vga_pll_pll_inst_altpll_altpll_component" +// synthesis VERILOG_INPUT_VERSION VERILOG_2001 +// altera message_off 10463 + + + +// 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. + + + +//synthesis_resources = cycloneiv_pll 1 +//synopsys translate_off +`timescale 1 ps / 1 ps +//synopsys translate_on +module vga_pll_altpll + ( + areset, + clk, + inclk, + locked) /* synthesis synthesis_clearbox=1 */; + input areset; + output [4:0] clk; + input [1:0] inclk; + output locked; +`ifndef ALTERA_RESERVED_QIS +// synopsys translate_off +`endif + tri0 areset; + tri0 [1:0] inclk; +`ifndef ALTERA_RESERVED_QIS +// synopsys translate_on +`endif + + wire [4:0] wire_pll1_clk; + wire wire_pll1_fbout; + wire wire_pll1_locked; + + cycloneiv_pll pll1 + ( + .activeclock(), + .areset(areset), + .clk(wire_pll1_clk), + .clkbad(), + .fbin(wire_pll1_fbout), + .fbout(wire_pll1_fbout), + .fref(), + .icdrclk(), + .inclk(inclk), + .locked(wire_pll1_locked), + .phasedone(), + .scandataout(), + .scandone(), + .vcooverrange(), + .vcounderrange() + `ifndef FORMAL_VERIFICATION + // synopsys translate_off + `endif + , + .clkswitch(1'b0), + .configupdate(1'b0), + .pfdena(1'b1), + .phasecounterselect({3{1'b0}}), + .phasestep(1'b0), + .phaseupdown(1'b0), + .scanclk(1'b0), + .scanclkena(1'b1), + .scandata(1'b0) + `ifndef FORMAL_VERIFICATION + // synopsys translate_on + `endif + ); + defparam + pll1.bandwidth_type = "auto", + pll1.clk0_divide_by = 100, + pll1.clk0_duty_cycle = 50, + pll1.clk0_multiply_by = 297, + pll1.clk0_phase_shift = "0", + pll1.compensate_clock = "clk0", + pll1.inclk0_input_frequency = 20000, + pll1.operation_mode = "normal", + pll1.pll_type = "auto", + pll1.self_reset_on_loss_lock = "off", + pll1.lpm_type = "cycloneiv_pll"; + assign + clk = {wire_pll1_clk[4:0]}, + locked = wire_pll1_locked; +endmodule //vga_pll_altpll +//VALID FILE diff --git a/Code/FPGA/watch/db/watch.(0).cnf.cdb b/Code/FPGA/watch/db/watch.(0).cnf.cdb index 92a54ec..ad32523 100644 Binary files a/Code/FPGA/watch/db/watch.(0).cnf.cdb and b/Code/FPGA/watch/db/watch.(0).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(0).cnf.hdb b/Code/FPGA/watch/db/watch.(0).cnf.hdb index ad02513..b9c7403 100644 Binary files a/Code/FPGA/watch/db/watch.(0).cnf.hdb and b/Code/FPGA/watch/db/watch.(0).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(10).cnf.cdb b/Code/FPGA/watch/db/watch.(10).cnf.cdb new file mode 100644 index 0000000..707c495 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(10).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(10).cnf.hdb b/Code/FPGA/watch/db/watch.(10).cnf.hdb new file mode 100644 index 0000000..a0a50a8 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(10).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(11).cnf.cdb b/Code/FPGA/watch/db/watch.(11).cnf.cdb new file mode 100644 index 0000000..c39680b Binary files /dev/null and b/Code/FPGA/watch/db/watch.(11).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(11).cnf.hdb b/Code/FPGA/watch/db/watch.(11).cnf.hdb new file mode 100644 index 0000000..0e61797 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(11).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(12).cnf.cdb b/Code/FPGA/watch/db/watch.(12).cnf.cdb new file mode 100644 index 0000000..46619e4 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(12).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(12).cnf.hdb b/Code/FPGA/watch/db/watch.(12).cnf.hdb new file mode 100644 index 0000000..9b7563c Binary files /dev/null and b/Code/FPGA/watch/db/watch.(12).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(13).cnf.cdb b/Code/FPGA/watch/db/watch.(13).cnf.cdb new file mode 100644 index 0000000..7442a11 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(13).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(13).cnf.hdb b/Code/FPGA/watch/db/watch.(13).cnf.hdb new file mode 100644 index 0000000..a91b07b Binary files /dev/null and b/Code/FPGA/watch/db/watch.(13).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(14).cnf.cdb b/Code/FPGA/watch/db/watch.(14).cnf.cdb new file mode 100644 index 0000000..c0bd329 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(14).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(14).cnf.hdb b/Code/FPGA/watch/db/watch.(14).cnf.hdb new file mode 100644 index 0000000..c29eef5 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(14).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(15).cnf.cdb b/Code/FPGA/watch/db/watch.(15).cnf.cdb new file mode 100644 index 0000000..4dc367a Binary files /dev/null and b/Code/FPGA/watch/db/watch.(15).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(15).cnf.hdb b/Code/FPGA/watch/db/watch.(15).cnf.hdb new file mode 100644 index 0000000..b1007f6 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(15).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(3).cnf.cdb b/Code/FPGA/watch/db/watch.(3).cnf.cdb new file mode 100644 index 0000000..9663133 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(3).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(3).cnf.hdb b/Code/FPGA/watch/db/watch.(3).cnf.hdb new file mode 100644 index 0000000..1bf5411 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(3).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(4).cnf.cdb b/Code/FPGA/watch/db/watch.(4).cnf.cdb new file mode 100644 index 0000000..18ce20f Binary files /dev/null and b/Code/FPGA/watch/db/watch.(4).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(4).cnf.hdb b/Code/FPGA/watch/db/watch.(4).cnf.hdb new file mode 100644 index 0000000..82fe07e Binary files /dev/null and b/Code/FPGA/watch/db/watch.(4).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(5).cnf.cdb b/Code/FPGA/watch/db/watch.(5).cnf.cdb new file mode 100644 index 0000000..a090ee8 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(5).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(5).cnf.hdb b/Code/FPGA/watch/db/watch.(5).cnf.hdb new file mode 100644 index 0000000..e645c89 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(5).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(6).cnf.cdb b/Code/FPGA/watch/db/watch.(6).cnf.cdb new file mode 100644 index 0000000..f08d0d2 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(6).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(6).cnf.hdb b/Code/FPGA/watch/db/watch.(6).cnf.hdb new file mode 100644 index 0000000..3445bfe Binary files /dev/null and b/Code/FPGA/watch/db/watch.(6).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(7).cnf.cdb b/Code/FPGA/watch/db/watch.(7).cnf.cdb new file mode 100644 index 0000000..7e6ab8a Binary files /dev/null and b/Code/FPGA/watch/db/watch.(7).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(7).cnf.hdb b/Code/FPGA/watch/db/watch.(7).cnf.hdb new file mode 100644 index 0000000..fc1590d Binary files /dev/null and b/Code/FPGA/watch/db/watch.(7).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(8).cnf.cdb b/Code/FPGA/watch/db/watch.(8).cnf.cdb new file mode 100644 index 0000000..e70d1c5 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(8).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(8).cnf.hdb b/Code/FPGA/watch/db/watch.(8).cnf.hdb new file mode 100644 index 0000000..3cb1460 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(8).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.(9).cnf.cdb b/Code/FPGA/watch/db/watch.(9).cnf.cdb new file mode 100644 index 0000000..f03f6d2 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(9).cnf.cdb differ diff --git a/Code/FPGA/watch/db/watch.(9).cnf.hdb b/Code/FPGA/watch/db/watch.(9).cnf.hdb new file mode 100644 index 0000000..981ccc8 Binary files /dev/null and b/Code/FPGA/watch/db/watch.(9).cnf.hdb differ diff --git a/Code/FPGA/watch/db/watch.asm.qmsg b/Code/FPGA/watch/db/watch.asm.qmsg index 4e51250..4e0bcef 100644 --- a/Code/FPGA/watch/db/watch.asm.qmsg +++ b/Code/FPGA/watch/db/watch.asm.qmsg @@ -1,7 +1,7 @@ -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1763494607016 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "Assembler Quartus Prime " "Running Quartus Prime Assembler" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494607016 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:36:46 2025 " "Processing started: Tue Nov 18 13:36:46 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494607016 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Assembler" 0 -1 1763494607016 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Assembler" 0 -1 1763494607016 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Assembler" 0 -1 1763494607265 ""} -{ "Info" "IASM_ASM_GENERATING_POWER_DATA" "" "Writing out detailed assembly data for power analysis" { } { } 0 115031 "Writing out detailed assembly data for power analysis" 0 0 "Assembler" 0 -1 1763494609754 ""} -{ "Info" "IASM_ASM_GENERATING_PROGRAMMING_FILES" "" "Assembler is generating device programming files" { } { } 0 115030 "Assembler is generating device programming files" 0 0 "Assembler" 0 -1 1763494609873 ""} -{ "Info" "IQEXE_ERROR_COUNT" "Assembler 0 s 1 Quartus Prime " "Quartus Prime Assembler was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "5129 " "Peak virtual memory: 5129 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494610150 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:36:50 2025 " "Processing ended: Tue Nov 18 13:36:50 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494610150 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:04 " "Elapsed time: 00:00:04" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494610150 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:03 " "Total CPU time (on all processors): 00:00:03" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494610150 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Assembler" 0 -1 1763494610150 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1764013388362 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "Assembler Quartus Prime " "Running Quartus Prime Assembler" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764013388362 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 13:43:08 2025 " "Processing started: Mon Nov 24 13:43:08 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764013388362 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Assembler" 0 -1 1764013388362 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Assembler" 0 -1 1764013388362 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Assembler" 0 -1 1764013389048 ""} +{ "Info" "IASM_ASM_GENERATING_POWER_DATA" "" "Writing out detailed assembly data for power analysis" { } { } 0 115031 "Writing out detailed assembly data for power analysis" 0 0 "Assembler" 0 -1 1764013394484 ""} +{ "Info" "IASM_ASM_GENERATING_PROGRAMMING_FILES" "" "Assembler is generating device programming files" { } { } 0 115030 "Assembler is generating device programming files" 0 0 "Assembler" 0 -1 1764013394637 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Assembler 0 s 1 Quartus Prime " "Quartus Prime Assembler was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "5289 " "Peak virtual memory: 5289 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764013395063 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:43:15 2025 " "Processing ended: Mon Nov 24 13:43:15 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764013395063 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:07 " "Elapsed time: 00:00:07" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764013395063 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:07 " "Total CPU time (on all processors): 00:00:07" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764013395063 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Assembler" 0 -1 1764013395063 ""} diff --git a/Code/FPGA/watch/db/watch.asm.rdb b/Code/FPGA/watch/db/watch.asm.rdb index d6dce1a..5ca689a 100644 Binary files a/Code/FPGA/watch/db/watch.asm.rdb and b/Code/FPGA/watch/db/watch.asm.rdb differ diff --git a/Code/FPGA/watch/db/watch.asm_labs.ddb b/Code/FPGA/watch/db/watch.asm_labs.ddb index f210591..399d0a1 100644 Binary files a/Code/FPGA/watch/db/watch.asm_labs.ddb and b/Code/FPGA/watch/db/watch.asm_labs.ddb differ diff --git a/Code/FPGA/watch/db/watch.cmp.bpm b/Code/FPGA/watch/db/watch.cmp.bpm index 4831ede..198ef94 100644 Binary files a/Code/FPGA/watch/db/watch.cmp.bpm and b/Code/FPGA/watch/db/watch.cmp.bpm differ diff --git a/Code/FPGA/watch/db/watch.cmp.cdb b/Code/FPGA/watch/db/watch.cmp.cdb index 1b424d4..8715d85 100644 Binary files a/Code/FPGA/watch/db/watch.cmp.cdb and b/Code/FPGA/watch/db/watch.cmp.cdb differ diff --git a/Code/FPGA/watch/db/watch.cmp.hdb b/Code/FPGA/watch/db/watch.cmp.hdb index 528ecc8..970667e 100644 Binary files a/Code/FPGA/watch/db/watch.cmp.hdb and b/Code/FPGA/watch/db/watch.cmp.hdb differ diff --git a/Code/FPGA/watch/db/watch.cmp.idb b/Code/FPGA/watch/db/watch.cmp.idb index 60e23a3..6e0b8d5 100644 Binary files a/Code/FPGA/watch/db/watch.cmp.idb and b/Code/FPGA/watch/db/watch.cmp.idb differ diff --git a/Code/FPGA/watch/db/watch.cmp.logdb b/Code/FPGA/watch/db/watch.cmp.logdb index 80388b4..4f06213 100644 --- a/Code/FPGA/watch/db/watch.cmp.logdb +++ b/Code/FPGA/watch/db/watch.cmp.logdb @@ -31,9 +31,9 @@ IO_RULES,SINGLE_ENDED_OUTPUTS_LAB_ROWS_FROM_DIFF_IO,INAPPLICABLE,IO_000034,SI Re IO_RULES,MAX_20_OUTPUTS_ALLOWED_IN_VREFGROUP,INAPPLICABLE,IO_000042,SI Related SSO Limit Checks,No more than 20 outputs are allowed in a VREF group when VREF is being read from.,High,No VREF I/O Standard assignments found.,,I/O,, IO_RULES,DEV_IO_RULE_OCT_DISCLAIMER,,,,,,,,,, IO_RULES_MATRIX,Pin/Rules,IO_000001;IO_000002;IO_000003;IO_000004;IO_000005;IO_000006;IO_000007;IO_000008;IO_000009;IO_000010;IO_000011;IO_000012;IO_000013;IO_000014;IO_000015;IO_000018;IO_000019;IO_000020;IO_000021;IO_000022;IO_000023;IO_000024;IO_000026;IO_000027;IO_000045;IO_000046;IO_000047;IO_000033;IO_000034;IO_000042, -IO_RULES_MATRIX,Total Pass,21;0;21;0;0;21;21;0;21;21;0;14;0;0;7;0;14;7;0;0;0;14;0;0;0;0;0;21;0;0, +IO_RULES_MATRIX,Total Pass,50;0;50;0;0;50;50;0;50;50;0;43;0;0;7;0;43;7;0;0;0;43;0;0;0;0;0;50;0;0, IO_RULES_MATRIX,Total Unchecked,0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0, -IO_RULES_MATRIX,Total Inapplicable,0;21;0;21;21;0;0;21;0;0;21;7;21;21;14;21;7;14;21;21;21;7;21;21;21;21;21;0;21;21, +IO_RULES_MATRIX,Total Inapplicable,0;50;0;50;50;0;0;50;0;0;50;7;50;50;43;50;7;43;50;50;50;7;50;50;50;50;50;0;50;50, IO_RULES_MATRIX,Total Fail,0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0, IO_RULES_MATRIX,KEY[1],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, IO_RULES_MATRIX,KEY[2],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, @@ -53,6 +53,35 @@ IO_RULES_MATRIX,LCD_RW,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pas IO_RULES_MATRIX,LCD_EN,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, IO_RULES_MATRIX,LCD_RS,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, IO_RULES_MATRIX,LCD_ON,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_CLK,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_HS,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_VS,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_BLANK_N,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_SYNC_N,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_R[0],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_R[1],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_R[2],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_R[3],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_R[4],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_R[5],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_R[6],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_R[7],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_G[0],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_G[1],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_G[2],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_G[3],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_G[4],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_G[5],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_G[6],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_G[7],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_B[0],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_B[1],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_B[2],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_B[3],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_B[4],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_B[5],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_B[6],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, +IO_RULES_MATRIX,VGA_B[7],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, IO_RULES_MATRIX,CLOCK_50,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, IO_RULES_MATRIX,KEY[0],Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, IO_RULES_MATRIX,UART_RXD,Pass;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Pass;Inapplicable;Pass;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Inapplicable;Pass;Inapplicable;Inapplicable, diff --git a/Code/FPGA/watch/db/watch.cmp.rdb b/Code/FPGA/watch/db/watch.cmp.rdb index 824df8c..fae4f0a 100644 Binary files a/Code/FPGA/watch/db/watch.cmp.rdb and b/Code/FPGA/watch/db/watch.cmp.rdb differ diff --git a/Code/FPGA/watch/db/watch.db_info b/Code/FPGA/watch/db/watch.db_info index 4de4bc9..775d234 100644 --- a/Code/FPGA/watch/db/watch.db_info +++ b/Code/FPGA/watch/db/watch.db_info @@ -1,3 +1,3 @@ Quartus_Version = Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition Version_Index = 587478272 -Creation_Time = Tue Nov 18 19:08:20 2025 +Creation_Time = Sun Nov 30 21:06:34 2025 diff --git a/Code/FPGA/watch/db/watch.eda.qmsg b/Code/FPGA/watch/db/watch.eda.qmsg index 9bcd6c5..37edc39 100644 --- a/Code/FPGA/watch/db/watch.eda.qmsg +++ b/Code/FPGA/watch/db/watch.eda.qmsg @@ -1,6 +1,6 @@ -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1763494613866 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "EDA Netlist Writer Quartus Prime " "Running Quartus Prime EDA Netlist Writer" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494613867 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:36:53 2025 " "Processing started: Tue Nov 18 13:36:53 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494613867 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "EDA Netlist Writer" 0 -1 1763494613867 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "EDA Netlist Writer" 0 -1 1763494613867 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "EDA Netlist Writer" 0 -1 1763494614159 ""} -{ "Info" "IWSC_DONE_HDL_GENERATION" "watch.vo C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/ simulation " "Generated file watch.vo in folder \"C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/\" for EDA simulation tool" { } { } 0 204019 "Generated file %1!s! in folder \"%2!s!\" for EDA %3!s! tool" 0 0 "EDA Netlist Writer" 0 -1 1763494614220 ""} -{ "Info" "IQEXE_ERROR_COUNT" "EDA Netlist Writer 0 s 1 Quartus Prime " "Quartus Prime EDA Netlist Writer was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4742 " "Peak virtual memory: 4742 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494614246 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:36:54 2025 " "Processing ended: Tue Nov 18 13:36:54 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494614246 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:01 " "Elapsed time: 00:00:01" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494614246 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:00 " "Total CPU time (on all processors): 00:00:00" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494614246 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "EDA Netlist Writer" 0 -1 1763494614246 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1764013411549 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "EDA Netlist Writer Quartus Prime " "Running Quartus Prime EDA Netlist Writer" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764013411549 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 13:43:31 2025 " "Processing started: Mon Nov 24 13:43:31 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764013411549 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "EDA Netlist Writer" 0 -1 1764013411549 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch " "Command: quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "EDA Netlist Writer" 0 -1 1764013411549 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "EDA Netlist Writer" 0 -1 1764013412325 ""} +{ "Info" "IWSC_DONE_HDL_GENERATION" "watch.vo C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/ simulation " "Generated file watch.vo in folder \"C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/\" for EDA simulation tool" { } { } 0 204019 "Generated file %1!s! in folder \"%2!s!\" for EDA %3!s! tool" 0 0 "EDA Netlist Writer" 0 -1 1764013416504 ""} +{ "Info" "IQEXE_ERROR_COUNT" "EDA Netlist Writer 0 s 1 Quartus Prime " "Quartus Prime EDA Netlist Writer was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4981 " "Peak virtual memory: 4981 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764013416796 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:43:36 2025 " "Processing ended: Mon Nov 24 13:43:36 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764013416796 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:05 " "Elapsed time: 00:00:05" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764013416796 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:05 " "Total CPU time (on all processors): 00:00:05" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764013416796 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "EDA Netlist Writer" 0 -1 1764013416796 ""} diff --git a/Code/FPGA/watch/db/watch.fit.qmsg b/Code/FPGA/watch/db/watch.fit.qmsg index b8f2287..ce5f743 100644 --- a/Code/FPGA/watch/db/watch.fit.qmsg +++ b/Code/FPGA/watch/db/watch.fit.qmsg @@ -1,45 +1,65 @@ -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Fitter" 0 -1 1763494593418 ""} -{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Fitter" 0 -1 1763494593418 ""} -{ "Info" "IMPP_MPP_USER_DEVICE" "watch EP4CGX150DF31C7 " "Selected device EP4CGX150DF31C7 for design \"watch\"" { } { } 0 119006 "Selected device %2!s! for design \"%1!s!\"" 0 0 "Fitter" 0 -1 1763494593442 ""} -{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "Low junction temperature 0 degrees C " "Low junction temperature is 0 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Fitter" 0 -1 1763494593475 ""} -{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "High junction temperature 85 degrees C " "High junction temperature is 85 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Fitter" 0 -1 1763494593475 ""} -{ "Info" "IFITCC_FITCC_INFO_AUTO_FIT_COMPILATION_ON" "" "Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time" { } { } 0 171003 "Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time" 0 0 "Fitter" 0 -1 1763494593735 ""} -{ "Warning" "WCPT_FEATURE_DISABLED_POST" "LogicLock " "Feature LogicLock is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature." { } { } 0 292013 "Feature %1!s! is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature." 0 0 "Fitter" 0 -1 1763494593738 ""} -{ "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED" "" "Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices" { { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX150DF31I7 " "Device EP4CGX150DF31I7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1763494593780 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX150DF31I7AD " "Device EP4CGX150DF31I7AD is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1763494593780 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX110DF31C7 " "Device EP4CGX110DF31C7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1763494593780 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX110DF31I7 " "Device EP4CGX110DF31I7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1763494593780 ""} } { } 2 176444 "Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices" 0 0 "Fitter" 0 -1 1763494593780 ""} -{ "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION" "5 " "Fitter converted 5 user pins into dedicated programming pins" { { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_NCEO~ AE7 " "Pin ~ALTERA_NCEO~ is reserved at location AE7" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_NCEO~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 464 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494593781 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_DATA0~ A3 " "Pin ~ALTERA_DATA0~ is reserved at location A3" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_DATA0~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 466 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494593781 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_ASDO_DATA1~ G9 " "Pin ~ALTERA_ASDO_DATA1~ is reserved at location G9" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_ASDO_DATA1~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 468 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494593781 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_NCSO~ B4 " "Pin ~ALTERA_NCSO~ is reserved at location B4" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_NCSO~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 470 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494593781 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_DCLK~ B3 " "Pin ~ALTERA_DCLK~ is reserved at location B3" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_DCLK~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 472 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1763494593781 ""} } { } 0 169124 "Fitter converted %1!d! user pins into dedicated programming pins" 0 0 "Fitter" 0 -1 1763494593781 ""} -{ "Warning" "WCUT_CUT_ATOM_PINS_WITH_INCOMPLETE_IO_ASSIGNMENTS" "" "Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details" { } { } 0 15714 "Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details" 0 0 "Fitter" 0 -1 1763494593782 ""} -{ "Critical Warning" "WSTA_SDC_NOT_FOUND" "watch.sdc " "Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." { } { } 1 332012 "Synopsys Design Constraints File file not found: '%1!s!'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." 0 0 "Fitter" 0 -1 1763494594684 ""} -{ "Info" "ISTA_NO_CLOCK_FOUND_NO_DERIVING_MSG" "base clocks " "No user constrained base clocks found in the design" { } { } 0 332144 "No user constrained %1!s! found in the design" 0 0 "Fitter" 0 -1 1763494594685 ""} -{ "Info" "ISTA_NO_CLOCK_UNCERTAINTY_FOUND_DERIVING" "\"derive_clock_uncertainty\" " "No user constrained clock uncertainty found in the design. Calling \"derive_clock_uncertainty\"" { } { } 0 332143 "No user constrained clock uncertainty found in the design. Calling %1!s!" 0 0 "Fitter" 0 -1 1763494594687 ""} -{ "Info" "ISTA_NO_UNCERTAINTY_FOUND" "" "The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers." { } { } 0 332154 "The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers." 0 0 "Fitter" 0 -1 1763494594687 ""} -{ "Info" "ISTA_TDC_NO_DEFAULT_OPTIMIZATION_GOALS" "" "Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time." { } { } 0 332130 "Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time." 0 0 "Fitter" 0 -1 1763494594688 ""} -{ "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL" "CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p)) " "Automatically promoted node CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p))" { { "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL_FANOUTS" "destinations Global Clock CLKCTRL_G28 " "Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G28" { } { } 0 176355 "Automatically promoted %1!s! to use location or clock signal %2!s!" 0 0 "Design Software" 0 -1 1763494594704 ""} } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 2 0 0 } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 457 14177 15141 0 0 "" 0 "" "" } } } } } 0 176353 "Automatically promoted node %1!s! %2!s!" 0 0 "Fitter" 0 -1 1763494594704 ""} -{ "Info" "IFSAC_FSAC_REGISTER_PACKING_START_REGPACKING_INFO" "" "Starting register packing" { } { } 0 176233 "Starting register packing" 0 0 "Fitter" 0 -1 1763494594891 ""} -{ "Extra Info" "IFSAC_FSAC_START_REG_LOCATION_PROCESSING" "" "Performing register packing on registers with non-logic cell location assignments" { } { } 1 176273 "Performing register packing on registers with non-logic cell location assignments" 1 0 "Fitter" 0 -1 1763494594891 ""} -{ "Extra Info" "IFSAC_FSAC_FINISH_REG_LOCATION_PROCESSING" "" "Completed register packing on registers with non-logic cell location assignments" { } { } 1 176274 "Completed register packing on registers with non-logic cell location assignments" 1 0 "Fitter" 0 -1 1763494594891 ""} -{ "Extra Info" "IFSAC_FSAC_REGISTER_PACKING_BEGIN_FAST_REGISTER_INFO" "" "Started Fast Input/Output/OE register processing" { } { } 1 176236 "Started Fast Input/Output/OE register processing" 1 0 "Fitter" 0 -1 1763494594892 ""} -{ "Extra Info" "IFSAC_FSAC_REGISTER_PACKING_FINISH_FAST_REGISTER_INFO" "" "Finished Fast Input/Output/OE register processing" { } { } 1 176237 "Finished Fast Input/Output/OE register processing" 1 0 "Fitter" 0 -1 1763494594892 ""} -{ "Extra Info" "IFSAC_FSAC_START_MAC_SCAN_CHAIN_INFERENCING" "" "Start inferring scan chains for DSP blocks" { } { } 1 176238 "Start inferring scan chains for DSP blocks" 1 0 "Fitter" 0 -1 1763494594892 ""} -{ "Extra Info" "IFSAC_FSAC_FINISH_MAC_SCAN_CHAIN_INFERENCING" "" "Inferring scan chains for DSP blocks is complete" { } { } 1 176239 "Inferring scan chains for DSP blocks is complete" 1 0 "Fitter" 0 -1 1763494594892 ""} -{ "Extra Info" "IFSAC_FSAC_START_IO_MULT_RAM_PACKING" "" "Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density" { } { } 1 176248 "Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density" 1 0 "Fitter" 0 -1 1763494594893 ""} -{ "Extra Info" "IFSAC_FSAC_FINISH_IO_MULT_RAM_PACKING" "" "Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks" { } { } 1 176249 "Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks" 1 0 "Fitter" 0 -1 1763494594908 ""} -{ "Info" "IFSAC_FSAC_REGISTER_PACKING_FINISH_REGPACKING_INFO" "" "Finished register packing" { { "Extra Info" "IFSAC_NO_REGISTERS_WERE_PACKED" "" "No registers were packed into other blocks" { } { } 1 176219 "No registers were packed into other blocks" 0 0 "Design Software" 0 -1 1763494594908 ""} } { } 0 176235 "Finished register packing" 0 0 "Fitter" 0 -1 1763494594908 ""} -{ "Info" "IFITCC_FITTER_PREPARATION_END" "00:00:01 " "Fitter preparation operations ending: elapsed time is 00:00:01" { } { } 0 171121 "Fitter preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494594946 ""} -{ "Info" "IVPR20K_VPR_FAMILY_APL_ERROR" "" "Fitter has disabled Advanced Physical Optimization because it is not supported for the current family." { } { } 0 14896 "Fitter has disabled Advanced Physical Optimization because it is not supported for the current family." 0 0 "Fitter" 0 -1 1763494594948 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_START" "" "Fitter placement preparation operations beginning" { } { } 0 170189 "Fitter placement preparation operations beginning" 0 0 "Fitter" 0 -1 1763494596667 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_END" "00:00:00 " "Fitter placement preparation operations ending: elapsed time is 00:00:00" { } { } 0 170190 "Fitter placement preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494596782 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_START" "" "Fitter placement operations beginning" { } { } 0 170191 "Fitter placement operations beginning" 0 0 "Fitter" 0 -1 1763494596813 ""} -{ "Info" "IFITAPI_FITAPI_INFO_VPR_PLACEMENT_FINISH" "" "Fitter placement was successful" { } { } 0 170137 "Fitter placement was successful" 0 0 "Fitter" 0 -1 1763494600491 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_END" "00:00:04 " "Fitter placement operations ending: elapsed time is 00:00:04" { } { } 0 170192 "Fitter placement operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494600491 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_START" "" "Fitter routing operations beginning" { } { } 0 170193 "Fitter routing operations beginning" 0 0 "Fitter" 0 -1 1763494600686 ""} -{ "Info" "IFITAPI_FITAPI_VPR_PERCENT_ROUTING_RESOURCE_USAGE" "0 " "Router estimated average interconnect usage is 0% of the available device resources" { { "Info" "IFITAPI_FITAPI_VPR_PEAK_ROUTING_REGION" "1 X47_Y0 X58_Y10 " "Router estimated peak interconnect usage is 1% of the available device resources in the region that extends from location X47_Y0 to location X58_Y10" { } { { "loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 1 { 0 "Router estimated peak interconnect usage is 1% of the available device resources in the region that extends from location X47_Y0 to location X58_Y10"} { { 12 { 0 ""} 47 0 12 11 } } } } } } } 0 170196 "Router estimated peak interconnect usage is %1!d!%% of the available device resources in the region that extends from location %2!s! to location %3!s!" 0 0 "Design Software" 0 -1 1763494603864 ""} } { } 0 170195 "Router estimated average interconnect usage is %1!d!%% of the available device resources" 0 0 "Fitter" 0 -1 1763494603864 ""} -{ "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_USED" "" "The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time." { { "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_USED_FOR_ROUTABILITY" "" "Optimizations that may affect the design's routability were skipped" { } { } 0 170201 "Optimizations that may affect the design's routability were skipped" 0 0 "Design Software" 0 -1 1763494604583 ""} } { } 0 170199 "The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time." 0 0 "Fitter" 0 -1 1763494604583 ""} -{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_END" "00:00:01 " "Fitter routing operations ending: elapsed time is 00:00:01" { } { } 0 170194 "Fitter routing operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494604589 ""} -{ "Info" "IVPR20K_VPR_TIMING_ANALYSIS_TIME" "the Fitter 0.20 " "Total time spent on timing analysis during the Fitter is 0.20 seconds." { } { } 0 11888 "Total time spent on timing analysis during %1!s! is %2!s! seconds." 0 0 "Fitter" 0 -1 1763494604719 ""} -{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Fitter" 0 -1 1763494604741 ""} -{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Fitter" 0 -1 1763494604917 ""} -{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Fitter" 0 -1 1763494604917 ""} -{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Fitter" 0 -1 1763494605075 ""} -{ "Info" "IFITCC_FITTER_POST_OPERATION_END" "00:00:01 " "Fitter post-fit operations ending: elapsed time is 00:00:01" { } { } 0 11218 "Fitter post-fit operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1763494605369 ""} -{ "Info" "IRDB_WROTE_SUPPRESSED_MSGS" "C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg " "Generated suppressed messages file C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg" { } { } 0 144001 "Generated suppressed messages file %1!s!" 0 0 "Fitter" 0 -1 1763494605723 ""} -{ "Info" "IQEXE_ERROR_COUNT" "Fitter 0 s 4 s Quartus Prime " "Quartus Prime Fitter was successful. 0 errors, 4 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "6077 " "Peak virtual memory: 6077 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494605965 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:36:45 2025 " "Processing ended: Tue Nov 18 13:36:45 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494605965 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:12 " "Elapsed time: 00:00:12" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494605965 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:21 " "Total CPU time (on all processors): 00:00:21" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494605965 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Fitter" 0 -1 1763494605965 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Fitter" 0 -1 1764011914006 ""} +{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Fitter" 0 -1 1764011914007 ""} +{ "Info" "IMPP_MPP_USER_DEVICE" "watch EP4CGX150DF31C7 " "Selected device EP4CGX150DF31C7 for design \"watch\"" { } { } 0 119006 "Selected device %2!s! for design \"%1!s!\"" 0 0 "Fitter" 0 -1 1764011914140 ""} +{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "Low junction temperature 0 degrees C " "Low junction temperature is 0 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Fitter" 0 -1 1764011914171 ""} +{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "High junction temperature 85 degrees C " "High junction temperature is 85 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Fitter" 0 -1 1764011914171 ""} +{ "Info" "IFITCC_FITCC_INFO_AUTO_FIT_COMPILATION_ON" "" "Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time" { } { } 0 171003 "Fitter is performing an Auto Fit compilation, which may decrease Fitter effort to reduce compilation time" 0 0 "Fitter" 0 -1 1764011914737 ""} +{ "Warning" "WCPT_FEATURE_DISABLED_POST" "LogicLock " "Feature LogicLock is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature." { } { } 0 292013 "Feature %1!s! is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature." 0 0 "Fitter" 0 -1 1764011914746 ""} +{ "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED" "" "Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices" { { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX150DF31I7 " "Device EP4CGX150DF31I7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1764011915161 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX150DF31I7AD " "Device EP4CGX150DF31I7AD is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1764011915161 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX110DF31C7 " "Device EP4CGX110DF31C7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1764011915161 ""} { "Info" "IFSAC_FSAC_MIGRATION_NOT_SELECTED_SUB" "EP4CGX110DF31I7 " "Device EP4CGX110DF31I7 is compatible" { } { } 2 176445 "Device %1!s! is compatible" 0 0 "Design Software" 0 -1 1764011915161 ""} } { } 2 176444 "Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices" 0 0 "Fitter" 0 -1 1764011915161 ""} +{ "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION" "5 " "Fitter converted 5 user pins into dedicated programming pins" { { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_NCEO~ AE7 " "Pin ~ALTERA_NCEO~ is reserved at location AE7" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_NCEO~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53606 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764011915239 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_DATA0~ A3 " "Pin ~ALTERA_DATA0~ is reserved at location A3" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_DATA0~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53608 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764011915239 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_ASDO_DATA1~ G9 " "Pin ~ALTERA_ASDO_DATA1~ is reserved at location G9" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_ASDO_DATA1~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53610 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764011915239 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_NCSO~ B4 " "Pin ~ALTERA_NCSO~ is reserved at location B4" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_NCSO~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53612 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764011915239 ""} { "Info" "IFIOMGR_RESERVED_PIN_WITH_LOCATION_SUB" "~ALTERA_DCLK~ B3 " "Pin ~ALTERA_DCLK~ is reserved at location B3" { } { { "d:/quartus_lite/quartus/bin64/pin_planner.ppl" "" { PinPlanner "d:/quartus_lite/quartus/bin64/pin_planner.ppl" { ~ALTERA_DCLK~ } } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53614 14177 15141 0 0 "" 0 "" "" } } } } } 0 169125 "Pin %1!s! is reserved at location %2!s!" 0 0 "Design Software" 0 -1 1764011915239 ""} } { } 0 169124 "Fitter converted %1!d! user pins into dedicated programming pins" 0 0 "Fitter" 0 -1 1764011915239 ""} +{ "Warning" "WCUT_CUT_ATOM_PINS_WITH_INCOMPLETE_IO_ASSIGNMENTS" "" "Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details" { } { } 0 15714 "Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details" 0 0 "Fitter" 0 -1 1764011915253 ""} +{ "Warning" "WCUT_CUT_PLL_COMPUTATION_SUCCESS_WITH_WARNINGS" "vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|pll1 MPLL PLL " "Implemented PLL \"vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|pll1\" as MPLL PLL type, but with warnings" { { "Warning" "WCUT_CUT_YGR_PLL_PARAMETER_DIFF2" "multiplication factor vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] multiplication of 297 multiplication of 95 " "Can't achieve requested value multiplication of 297 for clock output vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] of parameter multiplication factor -- achieved value of multiplication of 95" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 212 14177 15141 0 0 "" 0 "" "" } } } } } 0 15559 "Can't achieve requested value %3!s! for clock output %2!s! of parameter %1!s! -- achieved value of %4!s!" 0 0 "Design Software" 0 -1 1764011922014 ""} { "Warning" "WCUT_CUT_YGR_PLL_PARAMETER_DIFF2" "division factor vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] division of 100 division of 32 " "Can't achieve requested value division of 100 for clock output vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] of parameter division factor -- achieved value of division of 32" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 212 14177 15141 0 0 "" 0 "" "" } } } } } 0 15559 "Can't achieve requested value %3!s! for clock output %2!s! of parameter %1!s! -- achieved value of %4!s!" 0 0 "Design Software" 0 -1 1764011922014 ""} { "Info" "ICUT_CUT_YGR_PLL_PARAMETERS_FACTORS" "vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] 95 32 0 0 " "Implementing clock multiplication of 95, clock division of 32, and phase shift of 0 degrees (0 ps) for vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] port" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 212 14177 15141 0 0 "" 0 "" "" } } } } } 0 15099 "Implementing clock multiplication of %2!d!, clock division of %3!d!, and phase shift of %4!d! degrees (%5!d! ps) for %1!s! port" 0 0 "Design Software" 0 -1 1764011922014 ""} } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 212 14177 15141 0 0 "" 0 "" "" } } } } } 0 15536 "Implemented %3!s! \"%1!s!\" as %2!s! PLL type, but with warnings" 0 0 "Fitter" 0 -1 1764011922014 ""} +{ "Critical Warning" "WSTA_SDC_NOT_FOUND" "watch.sdc " "Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." { } { } 1 332012 "Synopsys Design Constraints File file not found: '%1!s!'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." 0 0 "Fitter" 0 -1 1764011923719 ""} +{ "Info" "ISTA_NO_CLOCK_FOUND_NO_DERIVING_MSG" "generated clocks " "No user constrained generated clocks found in the design" { } { } 0 332144 "No user constrained %1!s! found in the design" 0 0 "Fitter" 0 -1 1764011923719 ""} +{ "Info" "ISTA_NO_CLOCK_FOUND_NO_DERIVING_MSG" "base clocks " "No user constrained base clocks found in the design" { } { } 0 332144 "No user constrained %1!s! found in the design" 0 0 "Fitter" 0 -1 1764011923789 ""} +{ "Info" "ISTA_DERIVE_CLOCKS_FOUND_NO_CLOCKS" "" "The command derive_clocks did not find any clocks to derive. No clocks were created or changed." { } { } 0 332096 "The command derive_clocks did not find any clocks to derive. No clocks were created or changed." 0 0 "Fitter" 0 -1 1764011923806 ""} +{ "Info" "ISTA_NO_CLOCK_UNCERTAINTY_FOUND_DERIVING" "\"derive_clock_uncertainty\" " "No user constrained clock uncertainty found in the design. Calling \"derive_clock_uncertainty\"" { } { } 0 332143 "No user constrained clock uncertainty found in the design. Calling %1!s!" 0 0 "Fitter" 0 -1 1764011924313 ""} +{ "Info" "ISTA_NO_UNCERTAINTY_FOUND" "" "The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers." { } { } 0 332154 "The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers." 0 0 "Fitter" 0 -1 1764011924313 ""} +{ "Info" "ISTA_TDC_NO_DEFAULT_OPTIMIZATION_GOALS" "" "Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time." { } { } 0 332130 "Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time." 0 0 "Fitter" 0 -1 1764011924321 ""} +{ "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL" "CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p)) " "Automatically promoted node CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p))" { { "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL_FANOUTS" "destinations Global Clock CLKCTRL_G28 " "Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G28" { } { } 0 176355 "Automatically promoted %1!s! to use location or clock signal %2!s!" 0 0 "Design Software" 0 -1 1764011927037 ""} } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 2 0 0 } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 53596 14177 15141 0 0 "" 0 "" "" } } } } } 0 176353 "Automatically promoted node %1!s! %2!s!" 0 0 "Fitter" 0 -1 1764011927037 ""} +{ "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL" "vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] (placed in counter C0 of PLL_1) " "Automatically promoted node vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|wire_pll1_clk\[0\] (placed in counter C0 of PLL_1)" { { "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL_FANOUTS" "destinations Global Clock CLKCTRL_G29 " "Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G29" { } { } 0 176355 "Automatically promoted %1!s! to use location or clock signal %2!s!" 0 0 "Design Software" 0 -1 1764011927037 ""} } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 86 -1 0 } } { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 212 14177 15141 0 0 "" 0 "" "" } } } } } 0 176353 "Automatically promoted node %1!s! %2!s!" 0 0 "Fitter" 0 -1 1764011927037 ""} +{ "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL" "comb~0 " "Automatically promoted node comb~0 " { { "Info" "IFSAC_FSAC_ASSIGN_AUTO_GLOBAL_TO_SIGNAL_FANOUTS" "destinations Global Clock " "Automatically promoted destinations to use location or clock signal Global Clock" { } { } 0 176355 "Automatically promoted %1!s! to use location or clock signal %2!s!" 0 0 "Design Software" 0 -1 1764011927037 ""} } { { "temporary_test_loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 0 { 0 ""} 0 48807 14177 15141 0 0 "" 0 "" "" } } } } } 0 176353 "Automatically promoted node %1!s! %2!s!" 0 0 "Fitter" 0 -1 1764011927037 ""} +{ "Info" "IFSAC_FSAC_REGISTER_PACKING_START_REGPACKING_INFO" "" "Starting register packing" { } { } 0 176233 "Starting register packing" 0 0 "Fitter" 0 -1 1764011929748 ""} +{ "Extra Info" "IFSAC_FSAC_START_REG_LOCATION_PROCESSING" "" "Performing register packing on registers with non-logic cell location assignments" { } { } 1 176273 "Performing register packing on registers with non-logic cell location assignments" 1 0 "Fitter" 0 -1 1764011929789 ""} +{ "Extra Info" "IFSAC_FSAC_FINISH_REG_LOCATION_PROCESSING" "" "Completed register packing on registers with non-logic cell location assignments" { } { } 1 176274 "Completed register packing on registers with non-logic cell location assignments" 1 0 "Fitter" 0 -1 1764011929793 ""} +{ "Extra Info" "IFSAC_FSAC_REGISTER_PACKING_BEGIN_FAST_REGISTER_INFO" "" "Started Fast Input/Output/OE register processing" { } { } 1 176236 "Started Fast Input/Output/OE register processing" 1 0 "Fitter" 0 -1 1764011929842 ""} +{ "Extra Info" "IFSAC_FSAC_REGISTER_PACKING_FINISH_FAST_REGISTER_INFO" "" "Finished Fast Input/Output/OE register processing" { } { } 1 176237 "Finished Fast Input/Output/OE register processing" 1 0 "Fitter" 0 -1 1764011929932 ""} +{ "Extra Info" "IFSAC_FSAC_START_MAC_SCAN_CHAIN_INFERENCING" "" "Start inferring scan chains for DSP blocks" { } { } 1 176238 "Start inferring scan chains for DSP blocks" 1 0 "Fitter" 0 -1 1764011930011 ""} +{ "Extra Info" "IFSAC_FSAC_FINISH_MAC_SCAN_CHAIN_INFERENCING" "" "Inferring scan chains for DSP blocks is complete" { } { } 1 176239 "Inferring scan chains for DSP blocks is complete" 1 0 "Fitter" 0 -1 1764011930011 ""} +{ "Extra Info" "IFSAC_FSAC_START_IO_MULT_RAM_PACKING" "" "Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density" { } { } 1 176248 "Moving registers into I/O cells, Multiplier Blocks, and RAM blocks to improve timing and density" 1 0 "Fitter" 0 -1 1764011930049 ""} +{ "Extra Info" "IFSAC_FSAC_FINISH_IO_MULT_RAM_PACKING" "" "Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks" { } { } 1 176249 "Finished moving registers into I/O cells, Multiplier Blocks, and RAM blocks" 1 0 "Fitter" 0 -1 1764011932884 ""} +{ "Info" "IFSAC_FSAC_REGISTER_PACKING_FINISH_REGPACKING_INFO" "" "Finished register packing" { { "Extra Info" "IFSAC_NO_REGISTERS_WERE_PACKED" "" "No registers were packed into other blocks" { } { } 1 176219 "No registers were packed into other blocks" 0 0 "Design Software" 0 -1 1764011932927 ""} } { } 0 176235 "Finished register packing" 0 0 "Fitter" 0 -1 1764011932927 ""} +{ "Warning" "WCUT_PLL_CLK_FEEDS_NON_DEDICATED_IO" "vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|pll1 clk\[0\] VGA_CLK~output " "PLL \"vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\|pll1\" output port clk\[0\] feeds output pin \"VGA_CLK~output\" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 49 -1 0 } } { "altpll.tdf" "" { Text "d:/quartus_lite/quartus/libraries/megafunctions/altpll.tdf" 898 0 0 } } { "vga_pll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 104 0 0 } } { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 154 0 0 } } { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 17 0 0 } } } 0 15064 "PLL \"%1!s!\" output port %2!s! feeds output pin \"%3!s!\" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance" 0 0 "Fitter" 0 -1 1764011933150 ""} +{ "Info" "IFITCC_FITTER_PREPARATION_END" "00:00:24 " "Fitter preparation operations ending: elapsed time is 00:00:24" { } { } 0 171121 "Fitter preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764011938357 ""} +{ "Info" "IVPR20K_VPR_FAMILY_APL_ERROR" "" "Fitter has disabled Advanced Physical Optimization because it is not supported for the current family." { } { } 0 14896 "Fitter has disabled Advanced Physical Optimization because it is not supported for the current family." 0 0 "Fitter" 0 -1 1764011938415 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_START" "" "Fitter placement preparation operations beginning" { } { } 0 170189 "Fitter placement preparation operations beginning" 0 0 "Fitter" 0 -1 1764011942094 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_END" "00:00:08 " "Fitter placement preparation operations ending: elapsed time is 00:00:08" { } { } 0 170190 "Fitter placement preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764011950525 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_START" "" "Fitter placement operations beginning" { } { } 0 170191 "Fitter placement operations beginning" 0 0 "Fitter" 0 -1 1764011950795 ""} +{ "Info" "IFITAPI_FITAPI_INFO_VPR_PLACEMENT_FINISH" "" "Fitter placement was successful" { } { } 0 170137 "Fitter placement was successful" 0 0 "Fitter" 0 -1 1764012039470 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_END" "00:01:29 " "Fitter placement operations ending: elapsed time is 00:01:29" { } { } 0 170192 "Fitter placement operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764012039470 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_START" "" "Fitter routing operations beginning" { } { } 0 170193 "Fitter routing operations beginning" 0 0 "Fitter" 0 -1 1764012043258 ""} +{ "Info" "IFITAPI_FITAPI_VPR_PERCENT_ROUTING_RESOURCE_USAGE" "22 " "Router estimated average interconnect usage is 22% of the available device resources" { { "Info" "IFITAPI_FITAPI_VPR_PEAK_ROUTING_REGION" "95 X47_Y46 X58_Y56 " "Router estimated peak interconnect usage is 95% of the available device resources in the region that extends from location X47_Y46 to location X58_Y56" { } { { "loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 1 { 0 "Router estimated peak interconnect usage is 95% of the available device resources in the region that extends from location X47_Y46 to location X58_Y56"} { { 12 { 0 ""} 47 46 12 11 } } } } } } } 0 170196 "Router estimated peak interconnect usage is %1!d!%% of the available device resources in the region that extends from location %2!s! to location %3!s!" 0 0 "Design Software" 0 -1 1764012087090 ""} } { } 0 170195 "Router estimated average interconnect usage is %1!d!%% of the available device resources" 0 0 "Fitter" 0 -1 1764012087090 ""} +{ "Warning" "WFITAPI_FITAPI_ERROR_VPR_ROUTING_CONGESTION" "" "The router is trying to resolve an exceedingly large amount of congestion. At the moment, it predicts long routing run time and/or significant setup or hold timing failures. Congestion details can be found in the Chip Planner." { } { } 0 16684 "The router is trying to resolve an exceedingly large amount of congestion. At the moment, it predicts long routing run time and/or significant setup or hold timing failures. Congestion details can be found in the Chip Planner." 0 0 "Fitter" 0 -1 1764012165252 ""} +{ "Info" "IFITAPI_FITAPI_VPR_ROUTER_EARLY_EXIT_INVOKED" "regional routing congestion " "Fitter routing phase terminated due to predicted failure from regional routing congestion" { { "Info" "IFITAPI_FITAPI_VPR_ROUTER_EARLY_EXIT_OVERUSED_WIRE_COUNT" "7336 " "Routing phase ended with 7336 interconnect resources used by multiple signals" { } { } 0 170132 "Routing phase ended with %1!d! interconnect resources used by multiple signals" 0 0 "Design Software" 0 -1 1764012217778 ""} { "Info" "IFITAPI_FITAPI_VPR_PEAK_ROUTING_REGION" "90 X59_Y46 X69_Y56 " "Router estimated peak interconnect usage is 90% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56" { } { { "loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 1 { 0 "Router estimated peak interconnect usage is 90% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56"} { { 12 { 0 ""} 59 46 11 11 } } } } } } } 0 170196 "Router estimated peak interconnect usage is %1!d!%% of the available device resources in the region that extends from location %2!s! to location %3!s!" 0 0 "Design Software" 0 -1 1764012217778 ""} { "Info" "IFITAPI_FITAPI_VPR_ROUTER_EARLY_EXIT_FITTING_LIKELIHOOD" "moderate " "The likelihood of this design fitting with aggressive routability optimizations is moderate" { } { } 0 170133 "The likelihood of this design fitting with aggressive routability optimizations is %1!s!" 0 0 "Design Software" 0 -1 1764012217778 ""} } { } 0 170131 "Fitter routing phase terminated due to predicted failure from %1!s!" 0 0 "Fitter" 0 -1 1764012217778 ""} +{ "Warning" "WFITAPI_FITAPI_ERROR_VPR_ROUTING_CONGESTION_NO_ROUTE" "" "Fitter routing phase terminated due to routing congestion. Congestion details can be found in Chip Planner." { } { } 0 16618 "Fitter routing phase terminated due to routing congestion. Congestion details can be found in Chip Planner." 0 0 "Fitter" 0 -1 1764012217839 ""} +{ "Info" "IFITAPI_FITAPI_INFO_VPR_RETRY_PLACEMENT_MORE_EFFORT" "" "Cannot fit design in device -- retrying with increased optimization that can result in longer processing time" { } { { "d:/quartus_lite/quartus/common/advisors/oa_resource_table.xml" "" { Advisor "C:/Users/jeffr/AppData/Local/quartus/watch/" "ROUTE" } } } 0 170134 "Cannot fit design in device -- retrying with increased optimization that can result in longer processing time" 0 0 "Fitter" 0 -1 1764012218306 ""} +{ "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_USED" "" "The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time." { { "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_USED_FOR_ROUTABILITY" "" "Optimizations that may affect the design's routability were skipped" { } { } 0 170201 "Optimizations that may affect the design's routability were skipped" 0 0 "Design Software" 0 -1 1764012218306 ""} } { } 0 170199 "The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time." 0 0 "Fitter" 0 -1 1764012218306 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_END" "00:02:51 " "Fitter routing operations ending: elapsed time is 00:02:51" { } { } 0 170194 "Fitter routing operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764012218316 ""} +{ "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_MODIFIED_FOR_RETRY_LOOP" "" "The Fitter will not skip routability optimizations in all subsequent fit attempts" { } { } 0 170197 "The Fitter will not skip routability optimizations in all subsequent fit attempts" 0 0 "Fitter" 0 -1 1764012219889 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_START" "" "Fitter placement preparation operations beginning" { } { } 0 170189 "Fitter placement preparation operations beginning" 0 0 "Fitter" 0 -1 1764012219889 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_PREP_END" "00:00:10 " "Fitter placement preparation operations ending: elapsed time is 00:00:10" { } { } 0 170190 "Fitter placement preparation operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764012229710 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_START" "" "Fitter placement operations beginning" { } { } 0 170191 "Fitter placement operations beginning" 0 0 "Fitter" 0 -1 1764012229997 ""} +{ "Info" "IFITAPI_FITAPI_INFO_VPR_PLACEMENT_FINISH" "" "Fitter placement was successful" { } { } 0 170137 "Fitter placement was successful" 0 0 "Fitter" 0 -1 1764012557930 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_PLACEMENT_END" "00:05:28 " "Fitter placement operations ending: elapsed time is 00:05:28" { } { } 0 170192 "Fitter placement operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764012557930 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_START" "" "Fitter routing operations beginning" { } { } 0 170193 "Fitter routing operations beginning" 0 0 "Fitter" 0 -1 1764012561726 ""} +{ "Info" "IFITAPI_FITAPI_VPR_PERCENT_ROUTING_RESOURCE_USAGE" "20 " "Router estimated average interconnect usage is 20% of the available device resources" { { "Info" "IFITAPI_FITAPI_VPR_PEAK_ROUTING_REGION" "87 X59_Y34 X69_Y45 " "Router estimated peak interconnect usage is 87% of the available device resources in the region that extends from location X59_Y34 to location X69_Y45" { } { { "loc" "" { Generic "C:/Users/jeffr/AppData/Local/quartus/watch/" { { 1 { 0 "Router estimated peak interconnect usage is 87% of the available device resources in the region that extends from location X59_Y34 to location X69_Y45"} { { 12 { 0 ""} 59 34 11 12 } } } } } } } 0 170196 "Router estimated peak interconnect usage is %1!d!%% of the available device resources in the region that extends from location %2!s! to location %3!s!" 0 0 "Design Software" 0 -1 1764012603959 ""} } { } 0 170195 "Router estimated average interconnect usage is %1!d!%% of the available device resources" 0 0 "Fitter" 0 -1 1764012603959 ""} +{ "Info" "IFITAPI_FITAPI_VPR_AUTO_FIT_ENABLED_AND_NOT_USED" "" "The Fitter performed an Auto Fit compilation. No optimizations were skipped because the design's timing and routability requirements required full optimization." { } { } 0 170202 "The Fitter performed an Auto Fit compilation. No optimizations were skipped because the design's timing and routability requirements required full optimization." 0 0 "Fitter" 0 -1 1764013356203 ""} +{ "Info" "IFITAPI_FITAPI_VPR_FITTER_ROUTING_END" "00:13:11 " "Fitter routing operations ending: elapsed time is 00:13:11" { } { } 0 170194 "Fitter routing operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764013356217 ""} +{ "Info" "IVPR20K_VPR_TIMING_ANALYSIS_TIME" "the Fitter 54.07 " "Total time spent on timing analysis during the Fitter is 54.07 seconds." { } { } 0 11888 "Total time spent on timing analysis during %1!s! is %2!s! seconds." 0 0 "Fitter" 0 -1 1764013357576 ""} +{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Fitter" 0 -1 1764013357868 ""} +{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Fitter" 0 -1 1764013360725 ""} +{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Fitter" 0 -1 1764013360753 ""} +{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Fitter" 0 -1 1764013363269 ""} +{ "Info" "IFITCC_FITTER_POST_OPERATION_END" "00:00:13 " "Fitter post-fit operations ending: elapsed time is 00:00:13" { } { } 0 11218 "Fitter post-fit operations ending: elapsed time is %1!s!" 0 0 "Fitter" 0 -1 1764013370097 ""} +{ "Info" "IRDB_WROTE_SUPPRESSED_MSGS" "C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg " "Generated suppressed messages file C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg" { } { } 0 144001 "Generated suppressed messages file %1!s!" 0 0 "Fitter" 0 -1 1764013382246 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Fitter 0 s 10 s Quartus Prime " "Quartus Prime Fitter was successful. 0 errors, 10 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "6763 " "Peak virtual memory: 6763 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764013387230 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:43:07 2025 " "Processing ended: Mon Nov 24 13:43:07 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764013387230 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:24:34 " "Elapsed time: 00:24:34" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764013387230 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:45:00 " "Total CPU time (on all processors): 00:45:00" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764013387230 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Fitter" 0 -1 1764013387230 ""} diff --git a/Code/FPGA/watch/db/watch.hier_info b/Code/FPGA/watch/db/watch.hier_info index 8fb4ef6..1099073 100644 --- a/Code/FPGA/watch/db/watch.hier_info +++ b/Code/FPGA/watch/db/watch.hier_info @@ -1,6 +1,6 @@ |de2i_150_top -CLOCK_50 => CLOCK_50.IN2 -KEY[0] => rst_n.IN2 +CLOCK_50 => CLOCK_50.IN4 +KEY[0] => rst_n.IN3 KEY[1] => ~NO_FANOUT~ KEY[2] => ~NO_FANOUT~ KEY[3] => ~NO_FANOUT~ @@ -20,6 +20,35 @@ LCD_RW << lcd_driver:lcd_inst.LCD_RW LCD_EN << lcd_driver:lcd_inst.LCD_EN LCD_RS << lcd_driver:lcd_inst.LCD_RS LCD_ON << lcd_driver:lcd_inst.LCD_ON +VGA_CLK << pixel_clk.DB_MAX_OUTPUT_PORT_TYPE +VGA_HS << vga_controller:vga_c.h_sync +VGA_VS << vga_controller:vga_c.v_sync +VGA_BLANK_N << vga_controller:vga_c.blank_n +VGA_SYNC_N << vga_controller:vga_c.sync_n +VGA_R[0] << text_screen_gen:text_gen.vga_r +VGA_R[1] << text_screen_gen:text_gen.vga_r +VGA_R[2] << text_screen_gen:text_gen.vga_r +VGA_R[3] << text_screen_gen:text_gen.vga_r +VGA_R[4] << text_screen_gen:text_gen.vga_r +VGA_R[5] << text_screen_gen:text_gen.vga_r +VGA_R[6] << text_screen_gen:text_gen.vga_r +VGA_R[7] << text_screen_gen:text_gen.vga_r +VGA_G[0] << text_screen_gen:text_gen.vga_g +VGA_G[1] << text_screen_gen:text_gen.vga_g +VGA_G[2] << text_screen_gen:text_gen.vga_g +VGA_G[3] << text_screen_gen:text_gen.vga_g +VGA_G[4] << text_screen_gen:text_gen.vga_g +VGA_G[5] << text_screen_gen:text_gen.vga_g +VGA_G[6] << text_screen_gen:text_gen.vga_g +VGA_G[7] << text_screen_gen:text_gen.vga_g +VGA_B[0] << text_screen_gen:text_gen.vga_b +VGA_B[1] << text_screen_gen:text_gen.vga_b +VGA_B[2] << text_screen_gen:text_gen.vga_b +VGA_B[3] << text_screen_gen:text_gen.vga_b +VGA_B[4] << text_screen_gen:text_gen.vga_b +VGA_B[5] << text_screen_gen:text_gen.vga_b +VGA_B[6] << text_screen_gen:text_gen.vga_b +VGA_B[7] << text_screen_gen:text_gen.vga_b |de2i_150_top|uart_rx:uart_inst @@ -307,3 +336,442 @@ LCD_RS <= LCD_RS~reg0.DB_MAX_OUTPUT_PORT_TYPE LCD_ON <= +|de2i_150_top|vga_pll:pll_inst +areset => areset.IN1 +inclk0 => sub_wire1[0].IN1 +c0 <= altpll:altpll_component.clk +locked <= altpll:altpll_component.locked + + +|de2i_150_top|vga_pll:pll_inst|altpll:altpll_component +inclk[0] => vga_pll_altpll:auto_generated.inclk[0] +inclk[1] => vga_pll_altpll:auto_generated.inclk[1] +fbin => ~NO_FANOUT~ +pllena => ~NO_FANOUT~ +clkswitch => ~NO_FANOUT~ +areset => vga_pll_altpll:auto_generated.areset +pfdena => ~NO_FANOUT~ +clkena[0] => ~NO_FANOUT~ +clkena[1] => ~NO_FANOUT~ +clkena[2] => ~NO_FANOUT~ +clkena[3] => ~NO_FANOUT~ +clkena[4] => ~NO_FANOUT~ +clkena[5] => ~NO_FANOUT~ +extclkena[0] => ~NO_FANOUT~ +extclkena[1] => ~NO_FANOUT~ +extclkena[2] => ~NO_FANOUT~ +extclkena[3] => ~NO_FANOUT~ +scanclk => ~NO_FANOUT~ +scanclkena => ~NO_FANOUT~ +scanaclr => ~NO_FANOUT~ +scanread => ~NO_FANOUT~ +scanwrite => ~NO_FANOUT~ +scandata => ~NO_FANOUT~ +phasecounterselect[0] => ~NO_FANOUT~ +phasecounterselect[1] => ~NO_FANOUT~ +phasecounterselect[2] => ~NO_FANOUT~ +phasecounterselect[3] => ~NO_FANOUT~ +phaseupdown => ~NO_FANOUT~ +phasestep => ~NO_FANOUT~ +configupdate => ~NO_FANOUT~ +fbmimicbidir <> +clk[0] <= clk[0].DB_MAX_OUTPUT_PORT_TYPE +clk[1] <= clk[1].DB_MAX_OUTPUT_PORT_TYPE +clk[2] <= clk[2].DB_MAX_OUTPUT_PORT_TYPE +clk[3] <= clk[3].DB_MAX_OUTPUT_PORT_TYPE +clk[4] <= clk[4].DB_MAX_OUTPUT_PORT_TYPE +extclk[0] <= +extclk[1] <= +extclk[2] <= +extclk[3] <= +clkbad[0] <= +clkbad[1] <= +enable1 <= +enable0 <= +activeclock <= +clkloss <= +locked <= vga_pll_altpll:auto_generated.locked +scandataout <= +scandone <= +sclkout0 <= +sclkout1 <= +phasedone <= +vcooverrange <= +vcounderrange <= +fbout <= +fref <= +icdrclk <= + + +|de2i_150_top|vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated +areset => pll1.ARESET +clk[0] <= pll1.CLK +clk[1] <= pll1.CLK1 +clk[2] <= pll1.CLK2 +clk[3] <= pll1.CLK3 +clk[4] <= pll1.CLK4 +inclk[0] => pll1.CLK +inclk[1] => pll1.CLK1 +locked <= pll1.LOCKED + + +|de2i_150_top|vga_controller:vga_c +pixel_clk => sync_n~reg0.CLK +pixel_clk => blank_n~reg0.CLK +pixel_clk => v_sync~reg0.CLK +pixel_clk => h_sync~reg0.CLK +pixel_clk => v_cnt[0].CLK +pixel_clk => v_cnt[1].CLK +pixel_clk => v_cnt[2].CLK +pixel_clk => v_cnt[3].CLK +pixel_clk => v_cnt[4].CLK +pixel_clk => v_cnt[5].CLK +pixel_clk => v_cnt[6].CLK +pixel_clk => v_cnt[7].CLK +pixel_clk => v_cnt[8].CLK +pixel_clk => v_cnt[9].CLK +pixel_clk => v_cnt[10].CLK +pixel_clk => v_cnt[11].CLK +pixel_clk => h_cnt[0].CLK +pixel_clk => h_cnt[1].CLK +pixel_clk => h_cnt[2].CLK +pixel_clk => h_cnt[3].CLK +pixel_clk => h_cnt[4].CLK +pixel_clk => h_cnt[5].CLK +pixel_clk => h_cnt[6].CLK +pixel_clk => h_cnt[7].CLK +pixel_clk => h_cnt[8].CLK +pixel_clk => h_cnt[9].CLK +pixel_clk => h_cnt[10].CLK +pixel_clk => h_cnt[11].CLK +rst_n => v_cnt[0].ACLR +rst_n => v_cnt[1].ACLR +rst_n => v_cnt[2].ACLR +rst_n => v_cnt[3].ACLR +rst_n => v_cnt[4].ACLR +rst_n => v_cnt[5].ACLR +rst_n => v_cnt[6].ACLR +rst_n => v_cnt[7].ACLR +rst_n => v_cnt[8].ACLR +rst_n => v_cnt[9].ACLR +rst_n => v_cnt[10].ACLR +rst_n => v_cnt[11].ACLR +rst_n => h_cnt[0].ACLR +rst_n => h_cnt[1].ACLR +rst_n => h_cnt[2].ACLR +rst_n => h_cnt[3].ACLR +rst_n => h_cnt[4].ACLR +rst_n => h_cnt[5].ACLR +rst_n => h_cnt[6].ACLR +rst_n => h_cnt[7].ACLR +rst_n => h_cnt[8].ACLR +rst_n => h_cnt[9].ACLR +rst_n => h_cnt[10].ACLR +rst_n => h_cnt[11].ACLR +x[0] <= h_cnt[0].DB_MAX_OUTPUT_PORT_TYPE +x[1] <= h_cnt[1].DB_MAX_OUTPUT_PORT_TYPE +x[2] <= h_cnt[2].DB_MAX_OUTPUT_PORT_TYPE +x[3] <= h_cnt[3].DB_MAX_OUTPUT_PORT_TYPE +x[4] <= h_cnt[4].DB_MAX_OUTPUT_PORT_TYPE +x[5] <= h_cnt[5].DB_MAX_OUTPUT_PORT_TYPE +x[6] <= h_cnt[6].DB_MAX_OUTPUT_PORT_TYPE +x[7] <= h_cnt[7].DB_MAX_OUTPUT_PORT_TYPE +x[8] <= h_cnt[8].DB_MAX_OUTPUT_PORT_TYPE +x[9] <= h_cnt[9].DB_MAX_OUTPUT_PORT_TYPE +x[10] <= h_cnt[10].DB_MAX_OUTPUT_PORT_TYPE +x[11] <= h_cnt[11].DB_MAX_OUTPUT_PORT_TYPE +y[0] <= v_cnt[0].DB_MAX_OUTPUT_PORT_TYPE +y[1] <= v_cnt[1].DB_MAX_OUTPUT_PORT_TYPE +y[2] <= v_cnt[2].DB_MAX_OUTPUT_PORT_TYPE +y[3] <= v_cnt[3].DB_MAX_OUTPUT_PORT_TYPE +y[4] <= v_cnt[4].DB_MAX_OUTPUT_PORT_TYPE +y[5] <= v_cnt[5].DB_MAX_OUTPUT_PORT_TYPE +y[6] <= v_cnt[6].DB_MAX_OUTPUT_PORT_TYPE +y[7] <= v_cnt[7].DB_MAX_OUTPUT_PORT_TYPE +y[8] <= v_cnt[8].DB_MAX_OUTPUT_PORT_TYPE +y[9] <= v_cnt[9].DB_MAX_OUTPUT_PORT_TYPE +y[10] <= v_cnt[10].DB_MAX_OUTPUT_PORT_TYPE +y[11] <= v_cnt[11].DB_MAX_OUTPUT_PORT_TYPE +video_on <= video_on.DB_MAX_OUTPUT_PORT_TYPE +h_sync <= h_sync~reg0.DB_MAX_OUTPUT_PORT_TYPE +v_sync <= v_sync~reg0.DB_MAX_OUTPUT_PORT_TYPE +blank_n <= blank_n~reg0.DB_MAX_OUTPUT_PORT_TYPE +sync_n <= sync_n~reg0.DB_MAX_OUTPUT_PORT_TYPE + + +|de2i_150_top|text_screen_gen:text_gen +clk => char_ram.we_a.CLK +clk => char_ram.waddr_a[12].CLK +clk => char_ram.waddr_a[11].CLK +clk => char_ram.waddr_a[10].CLK +clk => char_ram.waddr_a[9].CLK +clk => char_ram.waddr_a[8].CLK +clk => char_ram.waddr_a[7].CLK +clk => char_ram.waddr_a[6].CLK +clk => char_ram.waddr_a[5].CLK +clk => char_ram.waddr_a[4].CLK +clk => char_ram.waddr_a[3].CLK +clk => char_ram.waddr_a[2].CLK +clk => char_ram.waddr_a[1].CLK +clk => char_ram.waddr_a[0].CLK +clk => char_ram.data_a[6].CLK +clk => char_ram.data_a[5].CLK +clk => char_ram.data_a[4].CLK +clk => char_ram.data_a[3].CLK +clk => char_ram.data_a[2].CLK +clk => char_ram.data_a[1].CLK +clk => char_ram.data_a[0].CLK +clk => cursor_pos[0].CLK +clk => cursor_pos[1].CLK +clk => cursor_pos[2].CLK +clk => cursor_pos[3].CLK +clk => cursor_pos[4].CLK +clk => cursor_pos[5].CLK +clk => cursor_pos[6].CLK +clk => cursor_pos[7].CLK +clk => cursor_pos[8].CLK +clk => cursor_pos[9].CLK +clk => cursor_pos[10].CLK +clk => cursor_pos[11].CLK +clk => char_ram.CLK0 +pixel_clk => vga_b[0]~reg0.CLK +pixel_clk => vga_b[1]~reg0.CLK +pixel_clk => vga_b[2]~reg0.CLK +pixel_clk => vga_b[3]~reg0.CLK +pixel_clk => vga_b[4]~reg0.CLK +pixel_clk => vga_b[5]~reg0.CLK +pixel_clk => vga_b[6]~reg0.CLK +pixel_clk => vga_b[7]~reg0.CLK +pixel_clk => vga_g[0]~reg0.CLK +pixel_clk => vga_g[1]~reg0.CLK +pixel_clk => vga_g[2]~reg0.CLK +pixel_clk => vga_g[3]~reg0.CLK +pixel_clk => vga_g[4]~reg0.CLK +pixel_clk => vga_g[5]~reg0.CLK +pixel_clk => vga_g[6]~reg0.CLK +pixel_clk => vga_g[7]~reg0.CLK +pixel_clk => vga_r[0]~reg0.CLK +pixel_clk => vga_r[1]~reg0.CLK +pixel_clk => vga_r[2]~reg0.CLK +pixel_clk => vga_r[3]~reg0.CLK +pixel_clk => vga_r[4]~reg0.CLK +pixel_clk => vga_r[5]~reg0.CLK +pixel_clk => vga_r[6]~reg0.CLK +pixel_clk => vga_r[7]~reg0.CLK +rst_n => comb.IN1 +rst_n => cursor_pos[0].ACLR +rst_n => cursor_pos[1].ACLR +rst_n => cursor_pos[2].ACLR +rst_n => cursor_pos[3].ACLR +rst_n => cursor_pos[4].ACLR +rst_n => cursor_pos[5].ACLR +rst_n => cursor_pos[6].ACLR +rst_n => cursor_pos[7].ACLR +rst_n => cursor_pos[8].ACLR +rst_n => cursor_pos[9].ACLR +rst_n => cursor_pos[10].ACLR +rst_n => cursor_pos[11].ACLR +x[0] => ~NO_FANOUT~ +x[1] => Mux0.IN2 +x[2] => Mux0.IN1 +x[3] => Mux0.IN0 +x[4] => LessThan1.IN20 +x[4] => char_ram.RADDR +x[5] => LessThan1.IN19 +x[5] => char_ram.RADDR1 +x[6] => LessThan1.IN18 +x[6] => char_ram.RADDR2 +x[7] => LessThan1.IN17 +x[7] => char_ram.RADDR3 +x[8] => Add5.IN28 +x[8] => LessThan1.IN24 +x[9] => Add5.IN27 +x[9] => LessThan1.IN23 +x[10] => Add5.IN26 +x[10] => LessThan1.IN22 +x[11] => Add5.IN25 +x[11] => LessThan1.IN21 +y[0] => ~NO_FANOUT~ +y[1] => char_row[0].IN1 +y[2] => char_row[1].IN1 +y[3] => char_row[2].IN1 +y[4] => char_row[3].IN1 +y[5] => Add4.IN24 +y[5] => Add5.IN30 +y[5] => LessThan2.IN24 +y[6] => Add4.IN23 +y[6] => Add5.IN29 +y[6] => LessThan2.IN23 +y[7] => Add4.IN21 +y[7] => Add4.IN22 +y[7] => LessThan2.IN22 +y[8] => Add4.IN19 +y[8] => Add4.IN20 +y[8] => LessThan2.IN21 +y[9] => Add4.IN17 +y[9] => Add4.IN18 +y[9] => LessThan2.IN20 +y[10] => Add4.IN15 +y[10] => Add4.IN16 +y[10] => LessThan2.IN19 +y[11] => Add4.IN13 +y[11] => Add4.IN14 +y[11] => LessThan2.IN18 +video_on => always1.IN1 +uart_data[0] => char_ram.DATAA +uart_data[0] => Equal0.IN7 +uart_data[0] => Equal1.IN2 +uart_data[0] => Equal2.IN7 +uart_data[1] => char_ram.DATAA +uart_data[1] => Equal0.IN1 +uart_data[1] => Equal1.IN7 +uart_data[1] => Equal2.IN6 +uart_data[2] => char_ram.DATAA +uart_data[2] => Equal0.IN6 +uart_data[2] => Equal1.IN1 +uart_data[2] => Equal2.IN5 +uart_data[3] => char_ram.DATAA +uart_data[3] => Equal0.IN0 +uart_data[3] => Equal1.IN0 +uart_data[3] => Equal2.IN0 +uart_data[4] => char_ram.DATAA +uart_data[4] => Equal0.IN5 +uart_data[4] => Equal1.IN6 +uart_data[4] => Equal2.IN4 +uart_data[5] => char_ram.DATAA +uart_data[5] => Equal0.IN4 +uart_data[5] => Equal1.IN5 +uart_data[5] => Equal2.IN3 +uart_data[6] => char_ram.DATAA +uart_data[6] => Equal0.IN3 +uart_data[6] => Equal1.IN4 +uart_data[6] => Equal2.IN2 +uart_data[7] => Equal0.IN2 +uart_data[7] => Equal1.IN3 +uart_data[7] => Equal2.IN1 +uart_valid => char_ram.OUTPUTSELECT +uart_valid => cursor_pos[11].ENA +uart_valid => cursor_pos[10].ENA +uart_valid => cursor_pos[9].ENA +uart_valid => cursor_pos[8].ENA +uart_valid => cursor_pos[7].ENA +uart_valid => cursor_pos[6].ENA +uart_valid => cursor_pos[5].ENA +uart_valid => cursor_pos[4].ENA +uart_valid => cursor_pos[3].ENA +uart_valid => cursor_pos[2].ENA +uart_valid => cursor_pos[1].ENA +uart_valid => cursor_pos[0].ENA +vga_r[0] <= vga_r[0]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_r[1] <= vga_r[1]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_r[2] <= vga_r[2]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_r[3] <= vga_r[3]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_r[4] <= vga_r[4]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_r[5] <= vga_r[5]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_r[6] <= vga_r[6]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_r[7] <= vga_r[7]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_g[0] <= vga_g[0]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_g[1] <= vga_g[1]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_g[2] <= vga_g[2]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_g[3] <= vga_g[3]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_g[4] <= vga_g[4]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_g[5] <= vga_g[5]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_g[6] <= vga_g[6]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_g[7] <= vga_g[7]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_b[0] <= vga_b[0]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_b[1] <= vga_b[1]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_b[2] <= vga_b[2]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_b[3] <= vga_b[3]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_b[4] <= vga_b[4]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_b[5] <= vga_b[5]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_b[6] <= vga_b[6]~reg0.DB_MAX_OUTPUT_PORT_TYPE +vga_b[7] <= vga_b[7]~reg0.DB_MAX_OUTPUT_PORT_TYPE + + +|de2i_150_top|text_screen_gen:text_gen|font_rom:f_rom +char_code[0] => Decoder5.IN6 +char_code[0] => Mux0.IN134 +char_code[0] => Mux1.IN134 +char_code[0] => Mux2.IN134 +char_code[0] => Mux3.IN134 +char_code[0] => Mux4.IN134 +char_code[0] => Mux5.IN134 +char_code[1] => Decoder5.IN5 +char_code[1] => Mux0.IN133 +char_code[1] => Mux1.IN133 +char_code[1] => Mux2.IN133 +char_code[1] => Mux3.IN133 +char_code[1] => Mux4.IN133 +char_code[1] => Mux5.IN133 +char_code[2] => Decoder5.IN4 +char_code[2] => Mux0.IN132 +char_code[2] => Mux1.IN132 +char_code[2] => Mux2.IN132 +char_code[2] => Mux3.IN132 +char_code[2] => Mux4.IN132 +char_code[2] => Mux5.IN132 +char_code[3] => Decoder5.IN3 +char_code[3] => Mux0.IN131 +char_code[3] => Mux1.IN131 +char_code[3] => Mux2.IN131 +char_code[3] => Mux3.IN131 +char_code[3] => Mux4.IN131 +char_code[3] => Mux5.IN131 +char_code[4] => Decoder5.IN2 +char_code[4] => Mux0.IN130 +char_code[4] => Mux1.IN130 +char_code[4] => Mux2.IN130 +char_code[4] => Mux3.IN130 +char_code[4] => Mux4.IN130 +char_code[4] => Mux5.IN130 +char_code[5] => Decoder5.IN1 +char_code[5] => Mux0.IN129 +char_code[5] => Mux1.IN129 +char_code[5] => Mux2.IN129 +char_code[5] => Mux3.IN129 +char_code[5] => Mux4.IN129 +char_code[5] => Mux5.IN129 +char_code[6] => Decoder5.IN0 +char_code[6] => Mux0.IN128 +char_code[6] => Mux1.IN128 +char_code[6] => Mux2.IN128 +char_code[6] => Mux3.IN128 +char_code[6] => Mux4.IN128 +char_code[6] => Mux5.IN128 +row[0] => Equal0.IN7 +row[0] => Equal1.IN7 +row[0] => Equal2.IN7 +row[0] => Decoder1.IN2 +row[0] => Decoder2.IN3 +row[0] => Decoder4.IN2 +row[1] => Equal0.IN6 +row[1] => Equal1.IN6 +row[1] => Equal2.IN6 +row[1] => Decoder2.IN2 +row[1] => Decoder3.IN2 +row[1] => Decoder4.IN1 +row[2] => Equal0.IN5 +row[2] => Equal1.IN5 +row[2] => Equal2.IN5 +row[2] => Decoder0.IN1 +row[2] => Decoder1.IN1 +row[2] => Decoder2.IN1 +row[2] => Decoder3.IN1 +row[3] => Equal0.IN4 +row[3] => Equal1.IN4 +row[3] => Equal2.IN4 +row[3] => Decoder0.IN0 +row[3] => Decoder1.IN0 +row[3] => Decoder2.IN0 +row[3] => Decoder3.IN0 +row[3] => Decoder4.IN0 +row_pixels[0] <= +row_pixels[1] <= Mux5.DB_MAX_OUTPUT_PORT_TYPE +row_pixels[2] <= Mux4.DB_MAX_OUTPUT_PORT_TYPE +row_pixels[3] <= Mux3.DB_MAX_OUTPUT_PORT_TYPE +row_pixels[4] <= Mux2.DB_MAX_OUTPUT_PORT_TYPE +row_pixels[5] <= Mux1.DB_MAX_OUTPUT_PORT_TYPE +row_pixels[6] <= Mux0.DB_MAX_OUTPUT_PORT_TYPE +row_pixels[7] <= row_pixels.DB_MAX_OUTPUT_PORT_TYPE + + diff --git a/Code/FPGA/watch/db/watch.hif b/Code/FPGA/watch/db/watch.hif index 837f141..dbf2f50 100644 Binary files a/Code/FPGA/watch/db/watch.hif and b/Code/FPGA/watch/db/watch.hif differ diff --git a/Code/FPGA/watch/db/watch.lpc.html b/Code/FPGA/watch/db/watch.lpc.html index 63461ca..3530567 100644 --- a/Code/FPGA/watch/db/watch.lpc.html +++ b/Code/FPGA/watch/db/watch.lpc.html @@ -16,6 +16,86 @@ Output only Bidir +text_gen|f_rom +11 +1 +0 +1 +8 +1 +1 +1 +0 +0 +0 +0 +0 + + +text_gen +37 +0 +2 +0 +24 +0 +0 +0 +0 +0 +0 +0 +0 + + +vga_c +2 +0 +0 +0 +29 +0 +0 +0 +0 +0 +0 +0 +0 + + +pll_inst|altpll_component|auto_generated +3 +0 +0 +0 +6 +0 +0 +0 +0 +0 +0 +0 +0 + + +pll_inst +1 +0 +0 +0 +2 +0 +0 +0 +0 +0 +0 +0 +0 + + lcd_inst 13 2 diff --git a/Code/FPGA/watch/db/watch.lpc.rdb b/Code/FPGA/watch/db/watch.lpc.rdb index 215537a..323f382 100644 Binary files a/Code/FPGA/watch/db/watch.lpc.rdb and b/Code/FPGA/watch/db/watch.lpc.rdb differ diff --git a/Code/FPGA/watch/db/watch.lpc.txt b/Code/FPGA/watch/db/watch.lpc.txt index 4b390ae..e928372 100644 --- a/Code/FPGA/watch/db/watch.lpc.txt +++ b/Code/FPGA/watch/db/watch.lpc.txt @@ -1,8 +1,13 @@ -+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -; Legal Partition Candidates ; -+-----------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+ -; Hierarchy ; Input ; Constant Input ; Unused Input ; Floating Input ; Output ; Constant Output ; Unused Output ; Floating Output ; Bidir ; Constant Bidir ; Unused Bidir ; Input only Bidir ; Output only Bidir ; -+-----------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+ -; lcd_inst ; 13 ; 2 ; 0 ; 2 ; 13 ; 2 ; 2 ; 2 ; 0 ; 0 ; 0 ; 0 ; 0 ; -; uart_inst ; 3 ; 0 ; 0 ; 0 ; 9 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; -+-----------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+ ++-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Legal Partition Candidates ; ++------------------------------------------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+ +; Hierarchy ; Input ; Constant Input ; Unused Input ; Floating Input ; Output ; Constant Output ; Unused Output ; Floating Output ; Bidir ; Constant Bidir ; Unused Bidir ; Input only Bidir ; Output only Bidir ; ++------------------------------------------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+ +; text_gen|f_rom ; 11 ; 1 ; 0 ; 1 ; 8 ; 1 ; 1 ; 1 ; 0 ; 0 ; 0 ; 0 ; 0 ; +; text_gen ; 37 ; 0 ; 2 ; 0 ; 24 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; +; vga_c ; 2 ; 0 ; 0 ; 0 ; 29 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; +; pll_inst|altpll_component|auto_generated ; 3 ; 0 ; 0 ; 0 ; 6 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; +; pll_inst ; 1 ; 0 ; 0 ; 0 ; 2 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; +; lcd_inst ; 13 ; 2 ; 0 ; 2 ; 13 ; 2 ; 2 ; 2 ; 0 ; 0 ; 0 ; 0 ; 0 ; +; uart_inst ; 3 ; 0 ; 0 ; 0 ; 9 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ++------------------------------------------+-------+----------------+--------------+----------------+--------+-----------------+---------------+-----------------+-------+----------------+--------------+------------------+-------------------+ diff --git a/Code/FPGA/watch/db/watch.map.bpm b/Code/FPGA/watch/db/watch.map.bpm index 3838091..bd8e300 100644 Binary files a/Code/FPGA/watch/db/watch.map.bpm and b/Code/FPGA/watch/db/watch.map.bpm differ diff --git a/Code/FPGA/watch/db/watch.map.cdb b/Code/FPGA/watch/db/watch.map.cdb index 3eef515..61498bf 100644 Binary files a/Code/FPGA/watch/db/watch.map.cdb and b/Code/FPGA/watch/db/watch.map.cdb differ diff --git a/Code/FPGA/watch/db/watch.map.hdb b/Code/FPGA/watch/db/watch.map.hdb index cae0a4f..975ae55 100644 Binary files a/Code/FPGA/watch/db/watch.map.hdb and b/Code/FPGA/watch/db/watch.map.hdb differ diff --git a/Code/FPGA/watch/db/watch.map.kpt b/Code/FPGA/watch/db/watch.map.kpt index ebaa7b8..02a35f7 100644 Binary files a/Code/FPGA/watch/db/watch.map.kpt and b/Code/FPGA/watch/db/watch.map.kpt differ diff --git a/Code/FPGA/watch/db/watch.map.qmsg b/Code/FPGA/watch/db/watch.map.qmsg index c2df75b..046b693 100644 --- a/Code/FPGA/watch/db/watch.map.qmsg +++ b/Code/FPGA/watch/db/watch.map.qmsg @@ -1,44 +1,76 @@ -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1763494586787 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "Analysis & Synthesis Quartus Prime " "Running Quartus Prime Analysis & Synthesis" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494586788 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:36:26 2025 " "Processing started: Tue Nov 18 13:36:26 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494586788 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494586788 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_map --read_settings_files=on --write_settings_files=off watch -c watch " "Command: quartus_map --read_settings_files=on --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494586788 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Analysis & Synthesis" 0 -1 1763494586964 ""} -{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Analysis & Synthesis" 0 -1 1763494586964 ""} -{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "uart_rx.v 1 1 " "Found 1 design units, including 1 entities, in source file uart_rx.v" { { "Info" "ISGN_ENTITY_NAME" "1 uart_rx " "Found entity 1: uart_rx" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1763494591410 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494591410 ""} -{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "lcd_driver.v 1 1 " "Found 1 design units, including 1 entities, in source file lcd_driver.v" { { "Info" "ISGN_ENTITY_NAME" "1 lcd_driver " "Found entity 1: lcd_driver" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1763494591411 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494591411 ""} -{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "de2i_150_top.v 1 1 " "Found 1 design units, including 1 entities, in source file de2i_150_top.v" { { "Info" "ISGN_ENTITY_NAME" "1 de2i_150_top " "Found entity 1: de2i_150_top" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1763494591412 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494591412 ""} -{ "Info" "ISGN_START_ELABORATION_TOP" "de2i_150_top " "Elaborating entity \"de2i_150_top\" for the top level hierarchy" { } { } 0 12127 "Elaborating entity \"%1!s!\" for the top level hierarchy" 0 0 "Analysis & Synthesis" 0 -1 1763494591427 ""} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(80) " "Verilog HDL assignment warning at de2i_150_top.v(80): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 80 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591428 "|de2i_150_top"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(92) " "Verilog HDL assignment warning at de2i_150_top.v(92): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 92 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591428 "|de2i_150_top"} -{ "Warning" "WVRFX_L2_VERI_CASE_CONDITION_REDUNDANT" "de2i_150_top.v(96) " "Verilog HDL Case Statement warning at de2i_150_top.v(96): case item expression never matches the case expression" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 96 0 0 } } } 0 10199 "Verilog HDL Case Statement warning at %1!s!: case item expression never matches the case expression" 0 0 "Analysis & Synthesis" 0 -1 1763494591428 "|de2i_150_top"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(119) " "Verilog HDL assignment warning at de2i_150_top.v(119): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 119 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591428 "|de2i_150_top"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(129) " "Verilog HDL assignment warning at de2i_150_top.v(129): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 129 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591428 "|de2i_150_top"} -{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "uart_rx uart_rx:uart_inst " "Elaborating entity \"uart_rx\" for hierarchy \"uart_rx:uart_inst\"" { } { { "de2i_150_top.v" "uart_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 58 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1763494591429 ""} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(64) " "Verilog HDL assignment warning at uart_rx.v(64): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 64 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591430 "|de2i_150_top|uart_rx:uart_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(71) " "Verilog HDL assignment warning at uart_rx.v(71): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 71 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591430 "|de2i_150_top|uart_rx:uart_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 3 uart_rx.v(77) " "Verilog HDL assignment warning at uart_rx.v(77): truncated value with size 32 to match size of target (3)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 77 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591430 "|de2i_150_top|uart_rx:uart_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(88) " "Verilog HDL assignment warning at uart_rx.v(88): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 88 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591430 "|de2i_150_top|uart_rx:uart_inst"} -{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "lcd_driver lcd_driver:lcd_inst " "Elaborating entity \"lcd_driver\" for hierarchy \"lcd_driver:lcd_inst\"" { } { { "de2i_150_top.v" "lcd_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 73 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1763494591431 ""} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(69) " "Verilog HDL assignment warning at lcd_driver.v(69): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 69 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(80) " "Verilog HDL assignment warning at lcd_driver.v(80): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 80 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(87) " "Verilog HDL assignment warning at lcd_driver.v(87): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 87 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(94) " "Verilog HDL assignment warning at lcd_driver.v(94): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 94 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(101) " "Verilog HDL assignment warning at lcd_driver.v(101): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 101 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(108) " "Verilog HDL assignment warning at lcd_driver.v(108): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 108 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(115) " "Verilog HDL assignment warning at lcd_driver.v(115): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 115 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(122) " "Verilog HDL assignment warning at lcd_driver.v(122): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 122 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(129) " "Verilog HDL assignment warning at lcd_driver.v(129): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 129 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(143) " "Verilog HDL assignment warning at lcd_driver.v(143): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 143 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(150) " "Verilog HDL assignment warning at lcd_driver.v(150): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 150 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(157) " "Verilog HDL assignment warning at lcd_driver.v(157): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 157 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(164) " "Verilog HDL assignment warning at lcd_driver.v(164): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 164 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(180) " "Verilog HDL assignment warning at lcd_driver.v(180): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 180 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(189) " "Verilog HDL assignment warning at lcd_driver.v(189): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 189 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1763494591432 "|de2i_150_top|lcd_driver:lcd_inst"} -{ "Info" "IMLS_MLS_PRESET_POWER_UP" "" "Registers with preset signals will power-up high" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 9 -1 0 } } } 0 13000 "Registers with preset signals will power-up high" 0 0 "Analysis & Synthesis" 0 -1 1763494591742 ""} -{ "Info" "IMLS_MLS_DEV_CLRN_SETS_REGISTERS" "" "DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back" { } { } 0 13003 "DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back" 0 0 "Analysis & Synthesis" 0 -1 1763494591742 ""} -{ "Warning" "WMLS_MLS_STUCK_PIN_HDR" "" "Output pins are stuck at VCC or GND" { { "Warning" "WMLS_MLS_STUCK_PIN" "UART_TXD VCC " "Pin \"UART_TXD\" is stuck at VCC" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 5 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1763494591801 "|de2i_150_top|UART_TXD"} { "Warning" "WMLS_MLS_STUCK_PIN" "UART_RTS GND " "Pin \"UART_RTS\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 7 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1763494591801 "|de2i_150_top|UART_RTS"} { "Warning" "WMLS_MLS_STUCK_PIN" "LCD_RW GND " "Pin \"LCD_RW\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 11 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1763494591801 "|de2i_150_top|LCD_RW"} { "Warning" "WMLS_MLS_STUCK_PIN" "LCD_ON VCC " "Pin \"LCD_ON\" is stuck at VCC" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 15 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1763494591801 "|de2i_150_top|LCD_ON"} } { } 0 13024 "Output pins are stuck at VCC or GND" 0 0 "Analysis & Synthesis" 0 -1 1763494591801 ""} -{ "Info" "ISUTIL_TIMING_DRIVEN_SYNTHESIS_RUNNING" "" "Timing-Driven Synthesis is running" { } { } 0 286030 "Timing-Driven Synthesis is running" 0 0 "Analysis & Synthesis" 0 -1 1763494591852 ""} -{ "Info" "ISCL_SCL_LOST_FANOUT_MSG_HDR" "12 " "12 registers lost all their fanouts during netlist optimizations." { } { } 0 17049 "%1!d! registers lost all their fanouts during netlist optimizations." 0 0 "Analysis & Synthesis" 0 -1 1763494592161 ""} -{ "Info" "IBPM_HARD_BLOCK_PARTITION_CREATED" "hard_block:auto_generated_inst " "Generating hard_block partition \"hard_block:auto_generated_inst\"" { { "Info" "IBPM_HARD_BLOCK_PARTITION_NODE" "0 0 0 0 0 " "Adding 0 node(s), including 0 DDIO, 0 PLL, 0 transceiver and 0 LCELL" { } { } 0 16011 "Adding %1!d! node(s), including %2!d! DDIO, %3!d! PLL, %4!d! transceiver and %5!d! LCELL" 0 0 "Design Software" 0 -1 1763494592251 ""} } { } 0 16010 "Generating hard_block partition \"%1!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1763494592251 ""} -{ "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN_HDR" "4 " "Design contains 4 input pin(s) that do not drive logic" { { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[1\] " "No output dependent on input pin \"KEY\[1\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1763494592277 "|de2i_150_top|KEY[1]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[2\] " "No output dependent on input pin \"KEY\[2\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1763494592277 "|de2i_150_top|KEY[2]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[3\] " "No output dependent on input pin \"KEY\[3\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1763494592277 "|de2i_150_top|KEY[3]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "UART_CTS " "No output dependent on input pin \"UART_CTS\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 6 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1763494592277 "|de2i_150_top|UART_CTS"} } { } 0 21074 "Design contains %1!d! input pin(s) that do not drive logic" 0 0 "Analysis & Synthesis" 0 -1 1763494592277 ""} -{ "Info" "ICUT_CUT_TM_SUMMARY" "216 " "Implemented 216 device resources after synthesis - the final resource count might be different" { { "Info" "ICUT_CUT_TM_IPINS" "7 " "Implemented 7 input pins" { } { } 0 21058 "Implemented %1!d! input pins" 0 0 "Design Software" 0 -1 1763494592277 ""} { "Info" "ICUT_CUT_TM_OPINS" "14 " "Implemented 14 output pins" { } { } 0 21059 "Implemented %1!d! output pins" 0 0 "Design Software" 0 -1 1763494592277 ""} { "Info" "ICUT_CUT_TM_LCELLS" "195 " "Implemented 195 logic cells" { } { } 0 21061 "Implemented %1!d! logic cells" 0 0 "Design Software" 0 -1 1763494592277 ""} } { } 0 21057 "Implemented %1!d! device resources after synthesis - the final resource count might be different" 0 0 "Analysis & Synthesis" 0 -1 1763494592277 ""} -{ "Info" "IQEXE_ERROR_COUNT" "Analysis & Synthesis 0 s 35 s Quartus Prime " "Quartus Prime Analysis & Synthesis was successful. 0 errors, 35 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4887 " "Peak virtual memory: 4887 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494592296 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:36:32 2025 " "Processing ended: Tue Nov 18 13:36:32 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494592296 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:06 " "Elapsed time: 00:00:06" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494592296 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:11 " "Total CPU time (on all processors): 00:00:11" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494592296 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Analysis & Synthesis" 0 -1 1763494592296 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1764011837045 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "Analysis & Synthesis Quartus Prime " "Running Quartus Prime Analysis & Synthesis" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764011837046 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 13:17:16 2025 " "Processing started: Mon Nov 24 13:17:16 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764011837046 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011837046 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_map --read_settings_files=on --write_settings_files=off watch -c watch " "Command: quartus_map --read_settings_files=on --write_settings_files=off watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011837046 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Analysis & Synthesis" 0 -1 1764011837383 ""} +{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Analysis & Synthesis" 0 -1 1764011837383 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "uart_rx.v 1 1 " "Found 1 design units, including 1 entities, in source file uart_rx.v" { { "Info" "ISGN_ENTITY_NAME" "1 uart_rx " "Found entity 1: uart_rx" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011847505 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011847505 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "lcd_driver.v 1 1 " "Found 1 design units, including 1 entities, in source file lcd_driver.v" { { "Info" "ISGN_ENTITY_NAME" "1 lcd_driver " "Found entity 1: lcd_driver" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011847507 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011847507 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "de2i_150_top.v 1 1 " "Found 1 design units, including 1 entities, in source file de2i_150_top.v" { { "Info" "ISGN_ENTITY_NAME" "1 de2i_150_top " "Found entity 1: de2i_150_top" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011847509 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011847509 ""} +{ "Info" "IVRFX_L3_VERI_OBJ_DIFF_ONLY_IN_CASE" "H_SYNC h_sync vga_controller.v(5) " "Verilog HDL Declaration information at vga_controller.v(5): object \"H_SYNC\" differs only in case from object \"h_sync\" in the same scope" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 5 0 0 } } } 0 10281 "Verilog HDL Declaration information at %3!s!: object \"%1!s!\" differs only in case from object \"%2!s!\" in the same scope" 1 0 "Analysis & Synthesis" 0 -1 1764011847510 ""} +{ "Info" "IVRFX_L3_VERI_OBJ_DIFF_ONLY_IN_CASE" "V_SYNC v_sync vga_controller.v(9) " "Verilog HDL Declaration information at vga_controller.v(9): object \"V_SYNC\" differs only in case from object \"v_sync\" in the same scope" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 9 0 0 } } } 0 10281 "Verilog HDL Declaration information at %3!s!: object \"%1!s!\" differs only in case from object \"%2!s!\" in the same scope" 1 0 "Analysis & Synthesis" 0 -1 1764011847510 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "vga_controller.v 1 1 " "Found 1 design units, including 1 entities, in source file vga_controller.v" { { "Info" "ISGN_ENTITY_NAME" "1 vga_controller " "Found entity 1: vga_controller" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011847511 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011847511 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "font_rom.v 1 1 " "Found 1 design units, including 1 entities, in source file font_rom.v" { { "Info" "ISGN_ENTITY_NAME" "1 font_rom " "Found entity 1: font_rom" { } { { "font_rom.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/font_rom.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011847524 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011847524 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "text_screen_gen.v 1 1 " "Found 1 design units, including 1 entities, in source file text_screen_gen.v" { { "Info" "ISGN_ENTITY_NAME" "1 text_screen_gen " "Found entity 1: text_screen_gen" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 1 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011847525 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011847525 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "vga_pll.v 1 1 " "Found 1 design units, including 1 entities, in source file vga_pll.v" { { "Info" "ISGN_ENTITY_NAME" "1 vga_pll " "Found entity 1: vga_pll" { } { { "vga_pll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 40 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011847526 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011847526 ""} +{ "Info" "ISGN_START_ELABORATION_TOP" "de2i_150_top " "Elaborating entity \"de2i_150_top\" for the top level hierarchy" { } { } 0 12127 "Elaborating entity \"%1!s!\" for the top level hierarchy" 0 0 "Analysis & Synthesis" 0 -1 1764011847635 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(90) " "Verilog HDL assignment warning at de2i_150_top.v(90): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 90 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847637 "|de2i_150_top"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(104) " "Verilog HDL assignment warning at de2i_150_top.v(104): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 104 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847637 "|de2i_150_top"} +{ "Warning" "WVRFX_L2_VERI_CASE_CONDITION_REDUNDANT" "de2i_150_top.v(108) " "Verilog HDL Case Statement warning at de2i_150_top.v(108): case item expression never matches the case expression" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 108 0 0 } } } 0 10199 "Verilog HDL Case Statement warning at %1!s!: case item expression never matches the case expression" 0 0 "Analysis & Synthesis" 0 -1 1764011847637 "|de2i_150_top"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(127) " "Verilog HDL assignment warning at de2i_150_top.v(127): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 127 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847637 "|de2i_150_top"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 2 de2i_150_top.v(136) " "Verilog HDL assignment warning at de2i_150_top.v(136): truncated value with size 32 to match size of target (2)" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 136 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847637 "|de2i_150_top"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "uart_rx uart_rx:uart_inst " "Elaborating entity \"uart_rx\" for hierarchy \"uart_rx:uart_inst\"" { } { { "de2i_150_top.v" "uart_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 66 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847638 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(64) " "Verilog HDL assignment warning at uart_rx.v(64): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 64 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847646 "|de2i_150_top|uart_rx:uart_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(71) " "Verilog HDL assignment warning at uart_rx.v(71): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 71 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847646 "|de2i_150_top|uart_rx:uart_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 3 uart_rx.v(77) " "Verilog HDL assignment warning at uart_rx.v(77): truncated value with size 32 to match size of target (3)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 77 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847646 "|de2i_150_top|uart_rx:uart_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 16 uart_rx.v(88) " "Verilog HDL assignment warning at uart_rx.v(88): truncated value with size 32 to match size of target (16)" { } { { "uart_rx.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v" 88 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847646 "|de2i_150_top|uart_rx:uart_inst"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "lcd_driver lcd_driver:lcd_inst " "Elaborating entity \"lcd_driver\" for hierarchy \"lcd_driver:lcd_inst\"" { } { { "de2i_150_top.v" "lcd_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 83 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847646 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(69) " "Verilog HDL assignment warning at lcd_driver.v(69): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 69 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847658 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(80) " "Verilog HDL assignment warning at lcd_driver.v(80): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 80 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847658 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(87) " "Verilog HDL assignment warning at lcd_driver.v(87): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 87 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847658 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(94) " "Verilog HDL assignment warning at lcd_driver.v(94): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 94 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847658 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(101) " "Verilog HDL assignment warning at lcd_driver.v(101): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 101 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847658 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(108) " "Verilog HDL assignment warning at lcd_driver.v(108): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 108 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(115) " "Verilog HDL assignment warning at lcd_driver.v(115): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 115 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(122) " "Verilog HDL assignment warning at lcd_driver.v(122): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 122 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(129) " "Verilog HDL assignment warning at lcd_driver.v(129): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 129 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(143) " "Verilog HDL assignment warning at lcd_driver.v(143): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 143 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(150) " "Verilog HDL assignment warning at lcd_driver.v(150): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 150 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(157) " "Verilog HDL assignment warning at lcd_driver.v(157): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 157 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(164) " "Verilog HDL assignment warning at lcd_driver.v(164): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 164 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(180) " "Verilog HDL assignment warning at lcd_driver.v(180): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 180 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 20 lcd_driver.v(189) " "Verilog HDL assignment warning at lcd_driver.v(189): truncated value with size 32 to match size of target (20)" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 189 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847659 "|de2i_150_top|lcd_driver:lcd_inst"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "vga_pll vga_pll:pll_inst " "Elaborating entity \"vga_pll\" for hierarchy \"vga_pll:pll_inst\"" { } { { "de2i_150_top.v" "pll_inst" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 154 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847666 ""} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "altpll vga_pll:pll_inst\|altpll:altpll_component " "Elaborating entity \"altpll\" for hierarchy \"vga_pll:pll_inst\|altpll:altpll_component\"" { } { { "vga_pll.v" "altpll_component" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 104 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847846 ""} +{ "Info" "ISGN_ELABORATION_HEADER" "vga_pll:pll_inst\|altpll:altpll_component " "Elaborated megafunction instantiation \"vga_pll:pll_inst\|altpll:altpll_component\"" { } { { "vga_pll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 104 0 0 } } } 0 12130 "Elaborated megafunction instantiation \"%1!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847857 ""} +{ "Info" "ISGN_MEGAFN_PARAM_TOP" "vga_pll:pll_inst\|altpll:altpll_component " "Instantiated megafunction \"vga_pll:pll_inst\|altpll:altpll_component\" with the following parameter:" { { "Info" "ISGN_MEGAFN_PARAM_SUB" "bandwidth_type AUTO " "Parameter \"bandwidth_type\" = \"AUTO\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "clk0_divide_by 100 " "Parameter \"clk0_divide_by\" = \"100\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "clk0_duty_cycle 50 " "Parameter \"clk0_duty_cycle\" = \"50\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "clk0_multiply_by 297 " "Parameter \"clk0_multiply_by\" = \"297\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "clk0_phase_shift 0 " "Parameter \"clk0_phase_shift\" = \"0\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "compensate_clock CLK0 " "Parameter \"compensate_clock\" = \"CLK0\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "inclk0_input_frequency 20000 " "Parameter \"inclk0_input_frequency\" = \"20000\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "intended_device_family Cyclone IV GX " "Parameter \"intended_device_family\" = \"Cyclone IV GX\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "lpm_hint CBX_MODULE_PREFIX=vga_pll " "Parameter \"lpm_hint\" = \"CBX_MODULE_PREFIX=vga_pll\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "lpm_type altpll " "Parameter \"lpm_type\" = \"altpll\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "operation_mode NORMAL " "Parameter \"operation_mode\" = \"NORMAL\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "pll_type AUTO " "Parameter \"pll_type\" = \"AUTO\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_activeclock PORT_UNUSED " "Parameter \"port_activeclock\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_areset PORT_USED " "Parameter \"port_areset\" = \"PORT_USED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkbad0 PORT_UNUSED " "Parameter \"port_clkbad0\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkbad1 PORT_UNUSED " "Parameter \"port_clkbad1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkloss PORT_UNUSED " "Parameter \"port_clkloss\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkswitch PORT_UNUSED " "Parameter \"port_clkswitch\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_configupdate PORT_UNUSED " "Parameter \"port_configupdate\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_fbin PORT_UNUSED " "Parameter \"port_fbin\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_inclk0 PORT_USED " "Parameter \"port_inclk0\" = \"PORT_USED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_inclk1 PORT_UNUSED " "Parameter \"port_inclk1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_locked PORT_USED " "Parameter \"port_locked\" = \"PORT_USED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_pfdena PORT_UNUSED " "Parameter \"port_pfdena\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_phasecounterselect PORT_UNUSED " "Parameter \"port_phasecounterselect\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_phasedone PORT_UNUSED " "Parameter \"port_phasedone\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_phasestep PORT_UNUSED " "Parameter \"port_phasestep\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_phaseupdown PORT_UNUSED " "Parameter \"port_phaseupdown\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_pllena PORT_UNUSED " "Parameter \"port_pllena\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanaclr PORT_UNUSED " "Parameter \"port_scanaclr\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanclk PORT_UNUSED " "Parameter \"port_scanclk\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanclkena PORT_UNUSED " "Parameter \"port_scanclkena\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scandata PORT_UNUSED " "Parameter \"port_scandata\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scandataout PORT_UNUSED " "Parameter \"port_scandataout\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scandone PORT_UNUSED " "Parameter \"port_scandone\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanread PORT_UNUSED " "Parameter \"port_scanread\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_scanwrite PORT_UNUSED " "Parameter \"port_scanwrite\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk0 PORT_USED " "Parameter \"port_clk0\" = \"PORT_USED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk1 PORT_UNUSED " "Parameter \"port_clk1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk2 PORT_UNUSED " "Parameter \"port_clk2\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk3 PORT_UNUSED " "Parameter \"port_clk3\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk4 PORT_UNUSED " "Parameter \"port_clk4\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clk5 PORT_UNUSED " "Parameter \"port_clk5\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena0 PORT_UNUSED " "Parameter \"port_clkena0\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena1 PORT_UNUSED " "Parameter \"port_clkena1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena2 PORT_UNUSED " "Parameter \"port_clkena2\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena3 PORT_UNUSED " "Parameter \"port_clkena3\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena4 PORT_UNUSED " "Parameter \"port_clkena4\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_clkena5 PORT_UNUSED " "Parameter \"port_clkena5\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_extclk0 PORT_UNUSED " "Parameter \"port_extclk0\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_extclk1 PORT_UNUSED " "Parameter \"port_extclk1\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_extclk2 PORT_UNUSED " "Parameter \"port_extclk2\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "port_extclk3 PORT_UNUSED " "Parameter \"port_extclk3\" = \"PORT_UNUSED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "self_reset_on_loss_lock OFF " "Parameter \"self_reset_on_loss_lock\" = \"OFF\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "width_clock 5 " "Parameter \"width_clock\" = \"5\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011847858 ""} } { { "vga_pll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v" 104 0 0 } } } 0 12133 "Instantiated megafunction \"%1!s!\" with the following parameter:" 0 0 "Analysis & Synthesis" 0 -1 1764011847858 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/vga_pll_altpll.v 1 1 " "Found 1 design units, including 1 entities, in source file db/vga_pll_altpll.v" { { "Info" "ISGN_ENTITY_NAME" "1 vga_pll_altpll " "Found entity 1: vga_pll_altpll" { } { { "db/vga_pll_altpll.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v" 30 -1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011847903 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011847903 ""} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "vga_pll_altpll vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated " "Elaborating entity \"vga_pll_altpll\" for hierarchy \"vga_pll:pll_inst\|altpll:altpll_component\|vga_pll_altpll:auto_generated\"" { } { { "altpll.tdf" "auto_generated" { Text "d:/quartus_lite/quartus/libraries/megafunctions/altpll.tdf" 898 3 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847904 ""} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "vga_controller vga_controller:vga_c " "Elaborating entity \"vga_controller\" for hierarchy \"vga_controller:vga_c\"" { } { { "de2i_150_top.v" "vga_c" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 170 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847907 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 vga_controller.v(40) " "Verilog HDL assignment warning at vga_controller.v(40): truncated value with size 32 to match size of target (12)" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 40 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847914 "|de2i_150_top|vga_controller:vga_c"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 vga_controller.v(42) " "Verilog HDL assignment warning at vga_controller.v(42): truncated value with size 32 to match size of target (12)" { } { { "vga_controller.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v" 42 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847914 "|de2i_150_top|vga_controller:vga_c"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "text_screen_gen text_screen_gen:text_gen " "Elaborating entity \"text_screen_gen\" for hierarchy \"text_screen_gen:text_gen\"" { } { { "de2i_150_top.v" "text_gen" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 187 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847915 ""} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 text_screen_gen.v(34) " "Verilog HDL assignment warning at text_screen_gen.v(34): truncated value with size 32 to match size of target (12)" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 34 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847920 "|de2i_150_top|text_screen_gen:text_gen"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 text_screen_gen.v(41) " "Verilog HDL assignment warning at text_screen_gen.v(41): truncated value with size 32 to match size of target (12)" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 41 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847921 "|de2i_150_top|text_screen_gen:text_gen"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 text_screen_gen.v(50) " "Verilog HDL assignment warning at text_screen_gen.v(50): truncated value with size 32 to match size of target (12)" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 50 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847921 "|de2i_150_top|text_screen_gen:text_gen"} +{ "Warning" "WVRFX_L2_VERI_EXPRESSION_TRUNCATED_TO_FIT" "32 12 text_screen_gen.v(68) " "Verilog HDL assignment warning at text_screen_gen.v(68): truncated value with size 32 to match size of target (12)" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 68 0 0 } } } 0 10230 "Verilog HDL assignment warning at %3!s!: truncated value with size %1!d! to match size of target (%2!d!)" 0 0 "Analysis & Synthesis" 0 -1 1764011847921 "|de2i_150_top|text_screen_gen:text_gen"} +{ "Info" "ISGN_START_ELABORATION_HIERARCHY" "font_rom text_screen_gen:text_gen\|font_rom:f_rom " "Elaborating entity \"font_rom\" for hierarchy \"text_screen_gen:text_gen\|font_rom:f_rom\"" { } { { "text_screen_gen.v" "f_rom" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 81 0 0 } } } 0 12128 "Elaborating entity \"%1!s!\" for hierarchy \"%2!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011847998 ""} +{ "Info" "IINFER_UNINFERRED_RAM_SUMMARY" "1 " "Found 1 instances of uninferred RAM logic" { { "Info" "IINFER_READ_LOGIC_IS_ASYNCHRONOUS" "text_screen_gen:text_gen\|char_ram " "RAM logic \"text_screen_gen:text_gen\|char_ram\" is uninferred due to asynchronous read logic" { } { { "text_screen_gen.v" "char_ram" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 19 -1 0 } } } 0 276007 "RAM logic \"%1!s!\" is uninferred due to asynchronous read logic" 0 0 "Design Software" 0 -1 1764011848186 ""} } { } 0 276014 "Found %1!d! instances of uninferred RAM logic" 0 0 "Analysis & Synthesis" 0 -1 1764011848186 ""} +{ "Info" "ILPMS_INFERENCING_SUMMARY" "1 " "Inferred 1 megafunctions from design logic" { { "Info" "ILPMS_LPM_DIVIDE_INFERRED" "text_screen_gen:text_gen\|Div0 lpm_divide " "Inferred divider/modulo megafunction (\"lpm_divide\") from the following logic: \"text_screen_gen:text_gen\|Div0\"" { } { { "text_screen_gen.v" "Div0" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 34 -1 0 } } } 0 278004 "Inferred divider/modulo megafunction (\"%2!s!\") from the following logic: \"%1!s!\"" 0 0 "Design Software" 0 -1 1764011857703 ""} } { } 0 278001 "Inferred %1!llu! megafunctions from design logic" 0 0 "Analysis & Synthesis" 0 -1 1764011857703 ""} +{ "Info" "ISGN_ELABORATION_HEADER" "text_screen_gen:text_gen\|lpm_divide:Div0 " "Elaborated megafunction instantiation \"text_screen_gen:text_gen\|lpm_divide:Div0\"" { } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 34 -1 0 } } } 0 12130 "Elaborated megafunction instantiation \"%1!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011857792 ""} +{ "Info" "ISGN_MEGAFN_PARAM_TOP" "text_screen_gen:text_gen\|lpm_divide:Div0 " "Instantiated megafunction \"text_screen_gen:text_gen\|lpm_divide:Div0\" with the following parameter:" { { "Info" "ISGN_MEGAFN_PARAM_SUB" "LPM_WIDTHN 12 " "Parameter \"LPM_WIDTHN\" = \"12\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011857792 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "LPM_WIDTHD 7 " "Parameter \"LPM_WIDTHD\" = \"7\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011857792 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "LPM_NREPRESENTATION UNSIGNED " "Parameter \"LPM_NREPRESENTATION\" = \"UNSIGNED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011857792 ""} { "Info" "ISGN_MEGAFN_PARAM_SUB" "LPM_DREPRESENTATION UNSIGNED " "Parameter \"LPM_DREPRESENTATION\" = \"UNSIGNED\"" { } { } 0 12134 "Parameter \"%1!s!\" = \"%2!s!\"" 0 0 "Design Software" 0 -1 1764011857792 ""} } { { "text_screen_gen.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v" 34 -1 0 } } } 0 12133 "Instantiated megafunction \"%1!s!\" with the following parameter:" 0 0 "Analysis & Synthesis" 0 -1 1764011857792 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/lpm_divide_rmm.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/lpm_divide_rmm.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 lpm_divide_rmm " "Found entity 1: lpm_divide_rmm" { } { { "db/lpm_divide_rmm.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/lpm_divide_rmm.tdf" 25 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011857828 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011857828 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/sign_div_unsign_plh.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/sign_div_unsign_plh.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 sign_div_unsign_plh " "Found entity 1: sign_div_unsign_plh" { } { { "db/sign_div_unsign_plh.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/sign_div_unsign_plh.tdf" 25 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011857836 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011857836 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/alt_u_div_0bf.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/alt_u_div_0bf.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 alt_u_div_0bf " "Found entity 1: alt_u_div_0bf" { } { { "db/alt_u_div_0bf.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/alt_u_div_0bf.tdf" 27 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011857848 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011857848 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/add_sub_1tc.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/add_sub_1tc.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 add_sub_1tc " "Found entity 1: add_sub_1tc" { } { { "db/add_sub_1tc.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/add_sub_1tc.tdf" 23 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011857889 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011857889 ""} +{ "Info" "ISGN_NUM_OF_DESIGN_UNITS_AND_ENTITIES" "db/add_sub_2tc.tdf 1 1 " "Found 1 design units, including 1 entities, in source file db/add_sub_2tc.tdf" { { "Info" "ISGN_ENTITY_NAME" "1 add_sub_2tc " "Found entity 1: add_sub_2tc" { } { { "db/add_sub_2tc.tdf" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/db/add_sub_2tc.tdf" 23 1 0 } } } 0 12023 "Found entity %1!d!: %2!s!" 0 0 "Design Software" 0 -1 1764011857920 ""} } { } 0 12021 "Found %2!llu! design units, including %3!llu! entities, in source file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011857920 ""} +{ "Warning" "WSGN_CONNECTIVITY_WARNINGS" "1 " "1 hierarchies have connectivity warnings - see the Connectivity Checks report folder" { } { } 0 12241 "%1!d! hierarchies have connectivity warnings - see the Connectivity Checks report folder" 0 0 "Analysis & Synthesis" 0 -1 1764011860838 ""} +{ "Info" "IMLS_MLS_PRESET_POWER_UP" "" "Registers with preset signals will power-up high" { } { { "lcd_driver.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v" 9 -1 0 } } } 0 13000 "Registers with preset signals will power-up high" 0 0 "Analysis & Synthesis" 0 -1 1764011861341 ""} +{ "Info" "IMLS_MLS_DEV_CLRN_SETS_REGISTERS" "" "DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back" { } { } 0 13003 "DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back" 0 0 "Analysis & Synthesis" 0 -1 1764011861341 ""} +{ "Warning" "WMLS_MLS_STUCK_PIN_HDR" "" "Output pins are stuck at VCC or GND" { { "Warning" "WMLS_MLS_STUCK_PIN" "UART_TXD VCC " "Pin \"UART_TXD\" is stuck at VCC" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 5 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764011871880 "|de2i_150_top|UART_TXD"} { "Warning" "WMLS_MLS_STUCK_PIN" "UART_RTS GND " "Pin \"UART_RTS\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 7 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764011871880 "|de2i_150_top|UART_RTS"} { "Warning" "WMLS_MLS_STUCK_PIN" "LCD_RW GND " "Pin \"LCD_RW\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 11 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764011871880 "|de2i_150_top|LCD_RW"} { "Warning" "WMLS_MLS_STUCK_PIN" "LCD_ON VCC " "Pin \"LCD_ON\" is stuck at VCC" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 14 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764011871880 "|de2i_150_top|LCD_ON"} { "Warning" "WMLS_MLS_STUCK_PIN" "VGA_SYNC_N GND " "Pin \"VGA_SYNC_N\" is stuck at GND" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 21 -1 0 } } } 0 13410 "Pin \"%1!s!\" is stuck at %2!s!" 0 0 "Design Software" 0 -1 1764011871880 "|de2i_150_top|VGA_SYNC_N"} } { } 0 13024 "Output pins are stuck at VCC or GND" 0 0 "Analysis & Synthesis" 0 -1 1764011871880 ""} +{ "Info" "ISUTIL_TIMING_DRIVEN_SYNTHESIS_RUNNING" "" "Timing-Driven Synthesis is running" { } { } 0 286030 "Timing-Driven Synthesis is running" 0 0 "Analysis & Synthesis" 0 -1 1764011873107 ""} +{ "Info" "ISCL_SCL_LOST_FANOUT_MSG_HDR" "4940 " "4940 registers lost all their fanouts during netlist optimizations." { } { } 0 17049 "%1!d! registers lost all their fanouts during netlist optimizations." 0 0 "Analysis & Synthesis" 0 -1 1764011908222 ""} +{ "Info" "IRDB_WROTE_SUPPRESSED_MSGS" "C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.map.smsg " "Generated suppressed messages file C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.map.smsg" { } { } 0 144001 "Generated suppressed messages file %1!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011909111 ""} +{ "Info" "IBPM_HARD_BLOCK_PARTITION_CREATED" "hard_block:auto_generated_inst " "Generating hard_block partition \"hard_block:auto_generated_inst\"" { { "Info" "IBPM_HARD_BLOCK_PARTITION_NODE" "1 0 1 0 0 " "Adding 1 node(s), including 0 DDIO, 1 PLL, 0 transceiver and 0 LCELL" { } { } 0 16011 "Adding %1!d! node(s), including %2!d! DDIO, %3!d! PLL, %4!d! transceiver and %5!d! LCELL" 0 0 "Design Software" 0 -1 1764011910260 ""} } { } 0 16010 "Generating hard_block partition \"%1!s!\"" 0 0 "Analysis & Synthesis" 0 -1 1764011910260 ""} +{ "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN_HDR" "4 " "Design contains 4 input pin(s) that do not drive logic" { { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[1\] " "No output dependent on input pin \"KEY\[1\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1764011912201 "|de2i_150_top|KEY[1]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[2\] " "No output dependent on input pin \"KEY\[2\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1764011912201 "|de2i_150_top|KEY[2]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "KEY\[3\] " "No output dependent on input pin \"KEY\[3\]\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 3 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1764011912201 "|de2i_150_top|KEY[3]"} { "Warning" "WCUT_CUT_UNNECESSARY_INPUT_PIN" "UART_CTS " "No output dependent on input pin \"UART_CTS\"" { } { { "de2i_150_top.v" "" { Text "C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v" 6 0 0 } } } 0 15610 "No output dependent on input pin \"%1!s!\"" 0 0 "Design Software" 0 -1 1764011912201 "|de2i_150_top|UART_CTS"} } { } 0 21074 "Design contains %1!d! input pin(s) that do not drive logic" 0 0 "Analysis & Synthesis" 0 -1 1764011912201 ""} +{ "Info" "ICUT_CUT_TM_SUMMARY" "53004 " "Implemented 53004 device resources after synthesis - the final resource count might be different" { { "Info" "ICUT_CUT_TM_IPINS" "7 " "Implemented 7 input pins" { } { } 0 21058 "Implemented %1!d! input pins" 0 0 "Design Software" 0 -1 1764011912201 ""} { "Info" "ICUT_CUT_TM_OPINS" "43 " "Implemented 43 output pins" { } { } 0 21059 "Implemented %1!d! output pins" 0 0 "Design Software" 0 -1 1764011912201 ""} { "Info" "ICUT_CUT_TM_LCELLS" "52953 " "Implemented 52953 logic cells" { } { } 0 21061 "Implemented %1!d! logic cells" 0 0 "Design Software" 0 -1 1764011912201 ""} { "Info" "ICUT_CUT_TM_PLLS" "1 " "Implemented 1 PLLs" { } { } 0 21065 "Implemented %1!d! PLLs" 0 0 "Design Software" 0 -1 1764011912201 ""} } { } 0 21057 "Implemented %1!d! device resources after synthesis - the final resource count might be different" 0 0 "Analysis & Synthesis" 0 -1 1764011912201 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Analysis & Synthesis 0 s 43 s Quartus Prime " "Quartus Prime Analysis & Synthesis was successful. 0 errors, 43 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "5229 " "Peak virtual memory: 5229 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764011912274 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:18:32 2025 " "Processing ended: Mon Nov 24 13:18:32 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764011912274 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:01:16 " "Elapsed time: 00:01:16" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764011912274 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:01:15 " "Total CPU time (on all processors): 00:01:15" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764011912274 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Analysis & Synthesis" 0 -1 1764011912274 ""} diff --git a/Code/FPGA/watch/db/watch.map.rdb b/Code/FPGA/watch/db/watch.map.rdb index 7afa7f5..05c8387 100644 Binary files a/Code/FPGA/watch/db/watch.map.rdb and b/Code/FPGA/watch/db/watch.map.rdb differ diff --git a/Code/FPGA/watch/db/watch.map_bb.cdb b/Code/FPGA/watch/db/watch.map_bb.cdb index 7319f0f..0826960 100644 Binary files a/Code/FPGA/watch/db/watch.map_bb.cdb and b/Code/FPGA/watch/db/watch.map_bb.cdb differ diff --git a/Code/FPGA/watch/db/watch.map_bb.hdb b/Code/FPGA/watch/db/watch.map_bb.hdb index 9f26d2c..bca73c5 100644 Binary files a/Code/FPGA/watch/db/watch.map_bb.hdb and b/Code/FPGA/watch/db/watch.map_bb.hdb differ diff --git a/Code/FPGA/watch/db/watch.npp.qmsg b/Code/FPGA/watch/db/watch.npp.qmsg new file mode 100644 index 0000000..e1bccf5 --- /dev/null +++ b/Code/FPGA/watch/db/watch.npp.qmsg @@ -0,0 +1,5 @@ +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1764176453427 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "Netlist Viewers Preprocess Quartus Prime " "Running Quartus Prime Netlist Viewers Preprocess" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764176453428 ""} { "Info" "IQEXE_START_BANNER_TIME" "Wed Nov 26 11:00:53 2025 " "Processing started: Wed Nov 26 11:00:53 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764176453428 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Netlist Viewers Preprocess" 0 -1 1764176453428 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_npp watch -c watch --netlist_type=sgate " "Command: quartus_npp watch -c watch --netlist_type=sgate" { } { } 0 0 "Command: %1!s!" 0 0 "Netlist Viewers Preprocess" 0 -1 1764176453428 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Netlist Viewers Preprocess" 0 -1 1764176454717 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Netlist Viewers Preprocess 0 s 1 Quartus Prime " "Quartus Prime Netlist Viewers Preprocess was successful. 0 errors, 1 warning" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4571 " "Peak virtual memory: 4571 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764176454791 ""} { "Info" "IQEXE_END_BANNER_TIME" "Wed Nov 26 11:00:54 2025 " "Processing ended: Wed Nov 26 11:00:54 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764176454791 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:01 " "Elapsed time: 00:00:01" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764176454791 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:00 " "Total CPU time (on all processors): 00:00:00" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764176454791 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Netlist Viewers Preprocess" 0 -1 1764176454791 ""} diff --git a/Code/FPGA/watch/db/watch.pre_map.hdb b/Code/FPGA/watch/db/watch.pre_map.hdb index 64d6ca1..18760f2 100644 Binary files a/Code/FPGA/watch/db/watch.pre_map.hdb and b/Code/FPGA/watch/db/watch.pre_map.hdb differ diff --git a/Code/FPGA/watch/db/watch.root_partition.map.reg_db.cdb b/Code/FPGA/watch/db/watch.root_partition.map.reg_db.cdb index d40c23e..f9cae9e 100644 Binary files a/Code/FPGA/watch/db/watch.root_partition.map.reg_db.cdb and b/Code/FPGA/watch/db/watch.root_partition.map.reg_db.cdb differ diff --git a/Code/FPGA/watch/db/watch.routing.rdb b/Code/FPGA/watch/db/watch.routing.rdb index f40bc1e..7f7c0c7 100644 Binary files a/Code/FPGA/watch/db/watch.routing.rdb and b/Code/FPGA/watch/db/watch.routing.rdb differ diff --git a/Code/FPGA/watch/db/watch.rtlv.hdb b/Code/FPGA/watch/db/watch.rtlv.hdb index fc7cd38..1a2fd76 100644 Binary files a/Code/FPGA/watch/db/watch.rtlv.hdb and b/Code/FPGA/watch/db/watch.rtlv.hdb differ diff --git a/Code/FPGA/watch/db/watch.rtlv_sg.cdb b/Code/FPGA/watch/db/watch.rtlv_sg.cdb index e595a22..f3c7615 100644 Binary files a/Code/FPGA/watch/db/watch.rtlv_sg.cdb and b/Code/FPGA/watch/db/watch.rtlv_sg.cdb differ diff --git a/Code/FPGA/watch/db/watch.rtlv_sg_swap.cdb b/Code/FPGA/watch/db/watch.rtlv_sg_swap.cdb index 715e395..62d27d0 100644 Binary files a/Code/FPGA/watch/db/watch.rtlv_sg_swap.cdb and b/Code/FPGA/watch/db/watch.rtlv_sg_swap.cdb differ diff --git a/Code/FPGA/watch/db/watch.sgate.nvd b/Code/FPGA/watch/db/watch.sgate.nvd new file mode 100644 index 0000000..b740bf8 Binary files /dev/null and b/Code/FPGA/watch/db/watch.sgate.nvd differ diff --git a/Code/FPGA/watch/db/watch.sgate_sm.nvd b/Code/FPGA/watch/db/watch.sgate_sm.nvd new file mode 100644 index 0000000..79e7f5e Binary files /dev/null and b/Code/FPGA/watch/db/watch.sgate_sm.nvd differ diff --git a/Code/FPGA/watch/db/watch.sta.qmsg b/Code/FPGA/watch/db/watch.sta.qmsg index 6d4493d..daf465e 100644 --- a/Code/FPGA/watch/db/watch.sta.qmsg +++ b/Code/FPGA/watch/db/watch.sta.qmsg @@ -1,45 +1,47 @@ -{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1763494611256 ""} -{ "Info" "IQEXE_START_BANNER_PRODUCT" "Timing Analyzer Quartus Prime " "Running Quartus Prime Timing Analyzer" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1763494611256 ""} { "Info" "IQEXE_START_BANNER_TIME" "Tue Nov 18 13:36:51 2025 " "Processing started: Tue Nov 18 13:36:51 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1763494611256 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Timing Analyzer" 0 -1 1763494611256 ""} -{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_sta watch -c watch " "Command: quartus_sta watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Timing Analyzer" 0 -1 1763494611256 ""} -{ "Info" "0" "" "qsta_default_script.tcl version: #1" { } { } 0 0 "qsta_default_script.tcl version: #1" 0 0 "Timing Analyzer" 0 0 1763494611315 ""} -{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Timing Analyzer" 0 -1 1763494611406 ""} -{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Timing Analyzer" 0 -1 1763494611406 ""} -{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "Low junction temperature 0 degrees C " "Low junction temperature is 0 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494611440 ""} -{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "High junction temperature 85 degrees C " "High junction temperature is 85 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494611440 ""} -{ "Critical Warning" "WSTA_SDC_NOT_FOUND" "watch.sdc " "Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." { } { } 1 332012 "Synopsys Design Constraints File file not found: '%1!s!'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." 0 0 "Timing Analyzer" 0 -1 1763494611880 ""} -{ "Info" "ISTA_NO_CLOCK_FOUND_DERIVING" "base clocks \"derive_clocks -period 1.0\" " "No user constrained base clocks found in the design. Calling \"derive_clocks -period 1.0\"" { } { } 0 332142 "No user constrained %1!s! found in the design. Calling %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494611880 ""} -{ "Info" "ISTA_DERIVE_CLOCKS_INFO" "Deriving Clocks " "Deriving Clocks" { { "Info" "ISTA_DERIVE_CLOCKS_INFO" "create_clock -period 1.000 -name CLOCK_50 CLOCK_50 " "create_clock -period 1.000 -name CLOCK_50 CLOCK_50" { } { } 0 332105 "%1!s!" 0 0 "Design Software" 0 -1 1763494611881 ""} } { } 0 332105 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494611881 ""} -{ "Info" "ISTA_NO_CLOCK_UNCERTAINTY_FOUND_DERIVING" "\"derive_clock_uncertainty\" " "No user constrained clock uncertainty found in the design. Calling \"derive_clock_uncertainty\"" { } { } 0 332143 "No user constrained clock uncertainty found in the design. Calling %1!s!" 0 0 "Timing Analyzer" 0 -1 1763494611882 ""} -{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494611883 ""} -{ "Info" "0" "" "Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON" { } { } 0 0 "Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON" 0 0 "Timing Analyzer" 0 0 1763494611883 ""} -{ "Info" "0" "" "Analyzing Slow 1200mV 85C Model" { } { } 0 0 "Analyzing Slow 1200mV 85C Model" 0 0 "Timing Analyzer" 0 0 1763494611890 ""} -{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1763494611906 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1763494611906 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "setup -3.952 " "Worst-case setup slack is -3.952" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611908 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611908 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.952 -315.253 CLOCK_50 " " -3.952 -315.253 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611908 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494611908 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.373 " "Worst-case hold slack is 0.373" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611911 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611911 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.373 0.000 CLOCK_50 " " 0.373 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611911 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494611911 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494611913 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494611917 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width -3.000 " "Worst-case minimum pulse width slack is -3.000" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611919 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611919 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.000 -162.000 CLOCK_50 " " -3.000 -162.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494611919 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494611919 ""} -{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 3 synchronizer chains. " "Report Metastability: Found 3 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Design MTBF is not calculated because the design doesn't meet its timing requirements. " "Design MTBF is not calculated because the design doesn't meet its timing requirements." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1763494611934 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494611934 ""} -{ "Info" "0" "" "Analyzing Slow 1200mV 0C Model" { } { } 0 0 "Analyzing Slow 1200mV 0C Model" 0 0 "Timing Analyzer" 0 0 1763494611937 ""} -{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Timing Analyzer" 0 -1 1763494611955 ""} -{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Timing Analyzer" 0 -1 1763494612161 ""} -{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494612215 ""} -{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1763494612223 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1763494612223 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "setup -3.513 " "Worst-case setup slack is -3.513" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612225 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612225 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.513 -278.898 CLOCK_50 " " -3.513 -278.898 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612225 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494612225 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.327 " "Worst-case hold slack is 0.327" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612229 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612229 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.327 0.000 CLOCK_50 " " 0.327 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612229 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494612229 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494612232 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494612235 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width -3.000 " "Worst-case minimum pulse width slack is -3.000" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612237 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612237 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.000 -162.000 CLOCK_50 " " -3.000 -162.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612237 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494612237 ""} -{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 3 synchronizer chains. " "Report Metastability: Found 3 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Design MTBF is not calculated because the design doesn't meet its timing requirements. " "Design MTBF is not calculated because the design doesn't meet its timing requirements." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1763494612257 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494612257 ""} -{ "Info" "0" "" "Analyzing Fast 1200mV 0C Model" { } { } 0 0 "Analyzing Fast 1200mV 0C Model" 0 0 "Timing Analyzer" 0 0 1763494612260 ""} -{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494612330 ""} -{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1763494612332 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1763494612332 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "setup -1.354 " "Worst-case setup slack is -1.354" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612337 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612337 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -1.354 -98.743 CLOCK_50 " " -1.354 -98.743 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612337 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494612337 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.166 " "Worst-case hold slack is 0.166" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612340 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612340 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.166 0.000 CLOCK_50 " " 0.166 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612340 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494612340 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494612346 ""} -{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1763494612350 ""} -{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width -3.000 " "Worst-case minimum pulse width slack is -3.000" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612352 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612352 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -3.000 -110.787 CLOCK_50 " " -3.000 -110.787 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1763494612352 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1763494612352 ""} -{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 3 synchronizer chains. " "Report Metastability: Found 3 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Design MTBF is not calculated because the design doesn't meet its timing requirements. " "Design MTBF is not calculated because the design doesn't meet its timing requirements." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1763494612368 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1763494612368 ""} -{ "Info" "ISTA_UCP_NOT_CONSTRAINED" "setup " "Design is not fully constrained for setup requirements" { } { } 0 332102 "Design is not fully constrained for %1!s! requirements" 0 0 "Timing Analyzer" 0 -1 1763494612752 ""} -{ "Info" "ISTA_UCP_NOT_CONSTRAINED" "hold " "Design is not fully constrained for hold requirements" { } { } 0 332102 "Design is not fully constrained for %1!s! requirements" 0 0 "Timing Analyzer" 0 -1 1763494612752 ""} -{ "Info" "IQEXE_ERROR_COUNT" "Timing Analyzer 0 s 5 s Quartus Prime " "Quartus Prime Timing Analyzer was successful. 0 errors, 5 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "4929 " "Peak virtual memory: 4929 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1763494612802 ""} { "Info" "IQEXE_END_BANNER_TIME" "Tue Nov 18 13:36:52 2025 " "Processing ended: Tue Nov 18 13:36:52 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1763494612802 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:01 " "Elapsed time: 00:00:01" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1763494612802 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:02 " "Total CPU time (on all processors): 00:00:02" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1763494612802 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Timing Analyzer" 0 -1 1763494612802 ""} +{ "Info" "IQEXE_SEPARATOR" "" "*******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "Design Software" 0 -1 1764013396282 ""} +{ "Info" "IQEXE_START_BANNER_PRODUCT" "Timing Analyzer Quartus Prime " "Running Quartus Prime Timing Analyzer" { { "Info" "IQEXE_START_BANNER_VERSION" "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition " "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" { } { } 0 0 "%1!s!" 0 0 "Design Software" 0 -1 1764013396282 ""} { "Info" "IQEXE_START_BANNER_TIME" "Mon Nov 24 13:43:16 2025 " "Processing started: Mon Nov 24 13:43:16 2025" { } { } 0 0 "Processing started: %1!s!" 0 0 "Design Software" 0 -1 1764013396282 ""} } { } 4 0 "Running %2!s! %1!s!" 0 0 "Timing Analyzer" 0 -1 1764013396282 ""} +{ "Info" "IQEXE_START_BANNER_COMMANDLINE" "quartus_sta watch -c watch " "Command: quartus_sta watch -c watch" { } { } 0 0 "Command: %1!s!" 0 0 "Timing Analyzer" 0 -1 1764013396282 ""} +{ "Info" "0" "" "qsta_default_script.tcl version: #1" { } { } 0 0 "qsta_default_script.tcl version: #1" 0 0 "Timing Analyzer" 0 0 1764013396346 ""} +{ "Warning" "WQCU_PARALLEL_USER_SHOULD_SPECIFY_NUM_PROC" "" "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." { } { } 0 18236 "Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance." 0 0 "Timing Analyzer" 0 -1 1764013396905 ""} +{ "Info" "IQCU_PARALLEL_AUTODETECT_MULTIPLE_PROCESSORS" "6 6 " "Parallel compilation is enabled and will use 6 of the 6 processors detected" { } { } 0 20030 "Parallel compilation is enabled and will use %1!i! of the %2!i! processors detected" 0 0 "Timing Analyzer" 0 -1 1764013396905 ""} +{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "Low junction temperature 0 degrees C " "Low junction temperature is 0 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013396939 ""} +{ "Info" "ICUT_CUT_USING_OPERATING_CONDITION" "High junction temperature 85 degrees C " "High junction temperature is 85 degrees C" { } { } 0 21077 "%1!s! is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013396939 ""} +{ "Critical Warning" "WSTA_SDC_NOT_FOUND" "watch.sdc " "Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." { } { } 1 332012 "Synopsys Design Constraints File file not found: '%1!s!'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design." 0 0 "Timing Analyzer" 0 -1 1764013398655 ""} +{ "Info" "ISTA_NO_CLOCK_FOUND_DERIVING" "generated clocks \"derive_pll_clocks -create_base_clocks\" " "No user constrained generated clocks found in the design. Calling \"derive_pll_clocks -create_base_clocks\"" { } { } 0 332142 "No user constrained %1!s! found in the design. Calling %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013398656 ""} +{ "Info" "ISTA_DERIVE_PLL_CLOCKS_INFO" "Deriving PLL clocks " "Deriving PLL clocks" { { "Info" "ISTA_DERIVE_PLL_CLOCKS_INFO" "create_clock -period 20.000 -waveform \{0.000 10.000\} -name CLOCK_50 CLOCK_50 " "create_clock -period 20.000 -waveform \{0.000 10.000\} -name CLOCK_50 CLOCK_50" { } { } 0 332110 "%1!s!" 0 0 "Design Software" 0 -1 1764013398749 ""} { "Info" "ISTA_DERIVE_PLL_CLOCKS_INFO" "create_generated_clock -source \{pll_inst\|altpll_component\|auto_generated\|pll1\|inclk\[0\]\} -divide_by 32 -multiply_by 95 -duty_cycle 50.00 -name \{pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\]\} \{pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\]\} " "create_generated_clock -source \{pll_inst\|altpll_component\|auto_generated\|pll1\|inclk\[0\]\} -divide_by 32 -multiply_by 95 -duty_cycle 50.00 -name \{pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\]\} \{pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\]\}" { } { } 0 332110 "%1!s!" 0 0 "Design Software" 0 -1 1764013398749 ""} } { } 0 332110 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764013398749 ""} +{ "Info" "ISTA_NO_CLOCK_FOUND_DERIVING" "base clocks \"derive_clocks -period 1.0\" " "No user constrained base clocks found in the design. Calling \"derive_clocks -period 1.0\"" { } { } 0 332142 "No user constrained %1!s! found in the design. Calling %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013398749 ""} +{ "Info" "ISTA_DERIVE_CLOCKS_FOUND_NO_CLOCKS" "" "The command derive_clocks did not find any clocks to derive. No clocks were created or changed." { } { } 0 332096 "The command derive_clocks did not find any clocks to derive. No clocks were created or changed." 0 0 "Timing Analyzer" 0 -1 1764013398771 ""} +{ "Info" "ISTA_NO_CLOCK_UNCERTAINTY_FOUND_DERIVING" "\"derive_clock_uncertainty\" " "No user constrained clock uncertainty found in the design. Calling \"derive_clock_uncertainty\"" { } { } 0 332143 "No user constrained clock uncertainty found in the design. Calling %1!s!" 0 0 "Timing Analyzer" 0 -1 1764013399171 ""} +{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764013399171 ""} +{ "Info" "0" "" "Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON" { } { } 0 0 "Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON" 0 0 "Timing Analyzer" 0 0 1764013399181 ""} +{ "Info" "0" "" "Analyzing Slow 1200mV 85C Model" { } { } 0 0 "Analyzing Slow 1200mV 85C Model" 0 0 "Timing Analyzer" 0 0 1764013399216 ""} +{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1764013400094 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1764013400094 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "setup -24.933 " "Worst-case setup slack is -24.933" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400096 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400096 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -24.933 -599.284 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " -24.933 -599.284 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400096 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 2.097 0.000 CLOCK_50 " " 2.097 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400096 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013400096 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.392 " "Worst-case hold slack is 0.392" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400285 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400285 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.392 0.000 CLOCK_50 " " 0.392 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400285 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.633 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 0.633 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400285 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013400285 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764013400293 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764013400302 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width 2.988 " "Worst-case minimum pulse width slack is 2.988" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400325 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400325 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 2.988 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 2.988 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400325 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 9.716 0.000 CLOCK_50 " " 9.716 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013400325 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013400325 ""} +{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 1 synchronizer chains. " "Report Metastability: Found 1 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "The design MTBF is not calculated because there are no specified synchronizers in the design. " "The design MTBF is not calculated because there are no specified synchronizers in the design." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013401417 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Number of Synchronizer Chains Found: 1 " "Number of Synchronizer Chains Found: 1" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013401417 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Shortest Synchronizer Chain: 2 Registers " "Shortest Synchronizer Chain: 2 Registers" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013401417 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 " "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013401417 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Worst Case Available Settling Time: 34.056 ns " "Worst Case Available Settling Time: 34.056 ns" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013401417 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" " " "" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013401417 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764013401417 ""} +{ "Info" "0" "" "Analyzing Slow 1200mV 0C Model" { } { } 0 0 "Analyzing Slow 1200mV 0C Model" 0 0 "Timing Analyzer" 0 0 1764013401443 ""} +{ "Info" "ITAPI_TAPI_STARTED" "" "Started post-fitting delay annotation" { } { } 0 334003 "Started post-fitting delay annotation" 0 0 "Timing Analyzer" 0 -1 1764013401517 ""} +{ "Info" "ITAPI_TAPI_COMPLETED" "" "Delay annotation completed successfully" { } { } 0 334004 "Delay annotation completed successfully" 0 0 "Timing Analyzer" 0 -1 1764013403972 ""} +{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764013405087 ""} +{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1764013405599 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1764013405599 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "setup -22.972 " "Worst-case setup slack is -22.972" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405602 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405602 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -22.972 -548.094 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " -22.972 -548.094 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405602 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 3.410 0.000 CLOCK_50 " " 3.410 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405602 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013405602 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.344 " "Worst-case hold slack is 0.344" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405796 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405796 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.344 0.000 CLOCK_50 " " 0.344 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405796 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.576 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 0.576 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405796 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013405796 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764013405800 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764013405805 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width 2.981 " "Worst-case minimum pulse width slack is 2.981" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405829 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405829 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 2.981 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 2.981 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405829 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 9.703 0.000 CLOCK_50 " " 9.703 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013405829 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013405829 ""} +{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 1 synchronizer chains. " "Report Metastability: Found 1 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "The design MTBF is not calculated because there are no specified synchronizers in the design. " "The design MTBF is not calculated because there are no specified synchronizers in the design." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013406944 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Number of Synchronizer Chains Found: 1 " "Number of Synchronizer Chains Found: 1" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013406944 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Shortest Synchronizer Chain: 2 Registers " "Shortest Synchronizer Chain: 2 Registers" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013406944 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 " "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013406944 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Worst Case Available Settling Time: 34.485 ns " "Worst Case Available Settling Time: 34.485 ns" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013406944 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" " " "" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013406944 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764013406944 ""} +{ "Info" "0" "" "Analyzing Fast 1200mV 0C Model" { } { } 0 0 "Analyzing Fast 1200mV 0C Model" 0 0 "Timing Analyzer" 0 0 1764013406965 ""} +{ "Info" "ISTA_DERIVE_CLOCK_UNCERTAINTY_INFO" "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. " "Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties." { } { } 0 332123 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764013407694 ""} +{ "Critical Warning" "WSTA_TIMING_NOT_MET" "" "Timing requirements not met" { { "Info" "ISTA_TIMING_NOT_MET_USE_ADA" "" "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." { } { } 0 11105 "For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer." 0 0 "Design Software" 0 -1 1764013407896 ""} } { } 1 332148 "Timing requirements not met" 0 0 "Timing Analyzer" 0 -1 1764013407896 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "setup -13.072 " "Worst-case setup slack is -13.072" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013407914 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013407914 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " -13.072 -309.696 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " -13.072 -309.696 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013407914 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 10.318 0.000 CLOCK_50 " " 10.318 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013407914 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013407914 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "hold 0.175 " "Worst-case hold slack is 0.175" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013408118 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013408118 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.175 0.000 CLOCK_50 " " 0.175 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013408118 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 0.287 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 0.287 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013408118 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013408118 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Recovery " "No Recovery paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764013408124 ""} +{ "Info" "ISTA_NO_PATHS_TO_REPORT" "Removal " "No Removal paths to report" { } { } 0 332140 "No %1!s! paths to report" 0 0 "Timing Analyzer" 0 -1 1764013408130 ""} +{ "Info" "ISTA_WORST_CASE_SLACK" "minimum pulse width 3.100 " "Worst-case minimum pulse width slack is 3.100" { { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " Slack End Point TNS Clock " " Slack End Point TNS Clock " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013408154 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" "========= =================== ===================== " "========= =================== =====================" { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013408154 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 3.100 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " " 3.100 0.000 pll_inst\|altpll_component\|auto_generated\|pll1\|clk\[0\] " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013408154 ""} { "Info" "ISTA_CREATE_TIMING_SUMMARY_INFO" " 9.451 0.000 CLOCK_50 " " 9.451 0.000 CLOCK_50 " { } { } 0 332119 "%1!s!" 0 0 "Design Software" 0 -1 1764013408154 ""} } { } 0 332146 "Worst-case %1!s! slack is %2!s!" 0 0 "Timing Analyzer" 0 -1 1764013408154 ""} +{ "Info" "ISTA_REPORT_METASTABILITY_INFO" "Report Metastability: Found 1 synchronizer chains. " "Report Metastability: Found 1 synchronizer chains." { { "Info" "ISTA_REPORT_METASTABILITY_INFO" "The design MTBF is not calculated because there are no specified synchronizers in the design. " "The design MTBF is not calculated because there are no specified synchronizers in the design." { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013409195 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Number of Synchronizer Chains Found: 1 " "Number of Synchronizer Chains Found: 1" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013409195 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Shortest Synchronizer Chain: 2 Registers " "Shortest Synchronizer Chain: 2 Registers" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013409195 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 " "Fraction of Chains for which MTBFs Could Not be Calculated: 1.000" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013409195 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" "Worst Case Available Settling Time: 36.801 ns " "Worst Case Available Settling Time: 36.801 ns" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013409195 ""} { "Info" "ISTA_REPORT_METASTABILITY_INFO" " " "" { } { } 0 332114 "%1!s!" 0 0 "Design Software" 0 -1 1764013409195 ""} } { } 0 332114 "%1!s!" 0 0 "Timing Analyzer" 0 -1 1764013409195 ""} +{ "Info" "ISTA_UCP_NOT_CONSTRAINED" "setup " "Design is not fully constrained for setup requirements" { } { } 0 332102 "Design is not fully constrained for %1!s! requirements" 0 0 "Timing Analyzer" 0 -1 1764013410024 ""} +{ "Info" "ISTA_UCP_NOT_CONSTRAINED" "hold " "Design is not fully constrained for hold requirements" { } { } 0 332102 "Design is not fully constrained for %1!s! requirements" 0 0 "Timing Analyzer" 0 -1 1764013410140 ""} +{ "Info" "IQEXE_ERROR_COUNT" "Timing Analyzer 0 s 5 s Quartus Prime " "Quartus Prime Timing Analyzer was successful. 0 errors, 5 warnings" { { "Info" "IQEXE_END_PEAK_VSIZE_MEMORY" "5453 " "Peak virtual memory: 5453 megabytes" { } { } 0 0 "Peak virtual memory: %1!s! megabytes" 0 0 "Design Software" 0 -1 1764013410418 ""} { "Info" "IQEXE_END_BANNER_TIME" "Mon Nov 24 13:43:30 2025 " "Processing ended: Mon Nov 24 13:43:30 2025" { } { } 0 0 "Processing ended: %1!s!" 0 0 "Design Software" 0 -1 1764013410418 ""} { "Info" "IQEXE_ELAPSED_TIME" "00:00:14 " "Elapsed time: 00:00:14" { } { } 0 0 "Elapsed time: %1!s!" 0 0 "Design Software" 0 -1 1764013410418 ""} { "Info" "IQEXE_ELAPSED_CPU_TIME" "00:00:18 " "Total CPU time (on all processors): 00:00:18" { } { } 0 0 "Total CPU time (on all processors): %1!s!" 0 0 "Design Software" 0 -1 1764013410418 ""} } { } 0 0 "%6!s! %1!s! was successful. %2!d! error%3!s!, %4!d! warning%5!s!" 0 0 "Timing Analyzer" 0 -1 1764013410418 ""} diff --git a/Code/FPGA/watch/db/watch.sta.rdb b/Code/FPGA/watch/db/watch.sta.rdb index 65e8e11..1831f06 100644 Binary files a/Code/FPGA/watch/db/watch.sta.rdb and b/Code/FPGA/watch/db/watch.sta.rdb differ diff --git a/Code/FPGA/watch/db/watch.sta_cmp.7_slow_1200mv_85c.tdb b/Code/FPGA/watch/db/watch.sta_cmp.7_slow_1200mv_85c.tdb index b857976..536cdc1 100644 Binary files a/Code/FPGA/watch/db/watch.sta_cmp.7_slow_1200mv_85c.tdb and b/Code/FPGA/watch/db/watch.sta_cmp.7_slow_1200mv_85c.tdb differ diff --git a/Code/FPGA/watch/db/watch.stingray_io_sim_cache.45um_ff_1200mv_0c_fast.hsd b/Code/FPGA/watch/db/watch.stingray_io_sim_cache.45um_ff_1200mv_0c_fast.hsd index 70e3329..a8bd5d3 100644 Binary files a/Code/FPGA/watch/db/watch.stingray_io_sim_cache.45um_ff_1200mv_0c_fast.hsd and b/Code/FPGA/watch/db/watch.stingray_io_sim_cache.45um_ff_1200mv_0c_fast.hsd differ diff --git a/Code/FPGA/watch/db/watch.stingray_io_sim_cache.45um_ii_1200mv_85c_slow.hsd b/Code/FPGA/watch/db/watch.stingray_io_sim_cache.45um_ii_1200mv_85c_slow.hsd index 89947ef..2e16df5 100644 Binary files a/Code/FPGA/watch/db/watch.stingray_io_sim_cache.45um_ii_1200mv_85c_slow.hsd and b/Code/FPGA/watch/db/watch.stingray_io_sim_cache.45um_ii_1200mv_85c_slow.hsd differ diff --git a/Code/FPGA/watch/db/watch.tiscmp.fast_1200mv_0c.ddb b/Code/FPGA/watch/db/watch.tiscmp.fast_1200mv_0c.ddb index c148e26..a162525 100644 Binary files a/Code/FPGA/watch/db/watch.tiscmp.fast_1200mv_0c.ddb and b/Code/FPGA/watch/db/watch.tiscmp.fast_1200mv_0c.ddb differ diff --git a/Code/FPGA/watch/db/watch.tiscmp.slow_1200mv_0c.ddb b/Code/FPGA/watch/db/watch.tiscmp.slow_1200mv_0c.ddb index 6ef021d..e602be5 100644 Binary files a/Code/FPGA/watch/db/watch.tiscmp.slow_1200mv_0c.ddb and b/Code/FPGA/watch/db/watch.tiscmp.slow_1200mv_0c.ddb differ diff --git a/Code/FPGA/watch/db/watch.tiscmp.slow_1200mv_85c.ddb b/Code/FPGA/watch/db/watch.tiscmp.slow_1200mv_85c.ddb index 1a65ef4..f22da70 100644 Binary files a/Code/FPGA/watch/db/watch.tiscmp.slow_1200mv_85c.ddb and b/Code/FPGA/watch/db/watch.tiscmp.slow_1200mv_85c.ddb differ diff --git a/Code/FPGA/watch/db/watch.vpr.ammdb b/Code/FPGA/watch/db/watch.vpr.ammdb index 4a2fade..90fc20a 100644 Binary files a/Code/FPGA/watch/db/watch.vpr.ammdb and b/Code/FPGA/watch/db/watch.vpr.ammdb differ diff --git a/Code/FPGA/watch/db/watch_partition_pins.json b/Code/FPGA/watch/db/watch_partition_pins.json index af0601d..76fc47a 100644 --- a/Code/FPGA/watch/db/watch_partition_pins.json +++ b/Code/FPGA/watch/db/watch_partition_pins.json @@ -43,6 +43,114 @@ "name" : "LCD_RS", "strict" : false }, + { + "name" : "VGA_HS", + "strict" : false + }, + { + "name" : "VGA_VS", + "strict" : false + }, + { + "name" : "VGA_BLANK_N", + "strict" : false + }, + { + "name" : "VGA_R[0]", + "strict" : false + }, + { + "name" : "VGA_R[1]", + "strict" : false + }, + { + "name" : "VGA_R[2]", + "strict" : false + }, + { + "name" : "VGA_R[3]", + "strict" : false + }, + { + "name" : "VGA_R[4]", + "strict" : false + }, + { + "name" : "VGA_R[5]", + "strict" : false + }, + { + "name" : "VGA_R[6]", + "strict" : false + }, + { + "name" : "VGA_R[7]", + "strict" : false + }, + { + "name" : "VGA_G[0]", + "strict" : false + }, + { + "name" : "VGA_G[1]", + "strict" : false + }, + { + "name" : "VGA_G[2]", + "strict" : false + }, + { + "name" : "VGA_G[3]", + "strict" : false + }, + { + "name" : "VGA_G[4]", + "strict" : false + }, + { + "name" : "VGA_G[5]", + "strict" : false + }, + { + "name" : "VGA_G[6]", + "strict" : false + }, + { + "name" : "VGA_G[7]", + "strict" : false + }, + { + "name" : "VGA_B[0]", + "strict" : false + }, + { + "name" : "VGA_B[1]", + "strict" : false + }, + { + "name" : "VGA_B[2]", + "strict" : false + }, + { + "name" : "VGA_B[3]", + "strict" : false + }, + { + "name" : "VGA_B[4]", + "strict" : false + }, + { + "name" : "VGA_B[5]", + "strict" : false + }, + { + "name" : "VGA_B[6]", + "strict" : false + }, + { + "name" : "VGA_B[7]", + "strict" : false + }, { "name" : "CLOCK_50", "strict" : false diff --git a/Code/FPGA/watch/de2i_150_top.v b/Code/FPGA/watch/de2i_150_top.v index 211832a..e5d03f6 100644 --- a/Code/FPGA/watch/de2i_150_top.v +++ b/Code/FPGA/watch/de2i_150_top.v @@ -2,27 +2,34 @@ module de2i_150_top( input wire CLOCK_50, input wire [3:0] KEY, // KEY[0] is Reset input wire UART_RXD, // UART RX (Data In) - output wire UART_TXD, // UART TX (Data Out - Optional loopback) - input wire UART_CTS, // UART CTS (Input from PC) - output wire UART_RTS, // UART RTS (Output to PC - Flow Control) + output wire UART_TXD, // UART TX (Data Out) + input wire UART_CTS, + output wire UART_RTS, // Flow Control // LCD Interface output wire [7:0] LCD_DATA, output wire LCD_RW, output wire LCD_EN, output wire LCD_RS, - output wire LCD_ON + output wire LCD_ON, + + // VGA Interface + output wire VGA_CLK, // VGA Pixel Clock + output wire VGA_HS, // H_SYNC + output wire VGA_VS, // V_SYNC + output wire VGA_BLANK_N, // Direct Blanking + output wire VGA_SYNC_N, // Sync on Green + output wire [7:0] VGA_R, + output wire [7:0] VGA_G, + output wire [7:0] VGA_B ); wire rst_n = KEY[0]; - // --- FLOW CONTROL FIX --- - // Drive RTS Low (0) to signal "Ready to Receive" to the PC. - // The ZT3232 transceiver inverts this to +V (Asserted) on the RS-232 cable. - assign UART_RTS = 1'b0; - - // Optional: Loopback TX for testing (echoes received data back to PC) - assign UART_TXD = 1'b1; // Idle High + // Drive RTS Low (Ready to Receive) + assign UART_RTS = 1'b0; + // Loopback TX High (Idle) + assign UART_TXD = 1'b1; // UART Signals wire [7:0] rx_data; @@ -39,13 +46,14 @@ module de2i_150_top( reg [1:0] fsm_state; localparam S_IDLE = 0; - localparam S_PRINT = 1; + localparam S_PRINT = 1; // Not strictly used in simple FSM below localparam S_NEWLINE = 2; localparam S_CLEAR = 3; localparam S_WAIT_LCD = 4; - // Instantiate UART Receiver - // Default 9600 baud. + // --------------------------------------------------------- + // 1. UART Receiver + // --------------------------------------------------------- uart_rx #( .CLOCK_FREQ(50000000), .BAUD_RATE(9600) @@ -57,7 +65,9 @@ module de2i_150_top( .rx_ready(rx_ready) ); - // Instantiate LCD Driver + // --------------------------------------------------------- + // 2. LCD Driver & State Machine (Restored) + // --------------------------------------------------------- lcd_driver lcd_inst ( .clk(CLOCK_50), .rst_n(rst_n), @@ -72,12 +82,14 @@ module de2i_150_top( .LCD_ON(LCD_ON) ); - // Main Logic Controller + // LCD Main Logic Controller always @(posedge CLOCK_50 or negedge rst_n) begin if (!rst_n) begin char_count <= 0; lcd_char_valid <= 0; fsm_state <= S_IDLE; + lcd_char_data <= 0; + lcd_cmd_type <= 0; end else begin // Default valid to 0 lcd_char_valid <= 0; @@ -97,12 +109,9 @@ module de2i_150_top( // Wait for LCD to accept command and finish if (!lcd_busy) begin char_count <= char_count + 1; - - // Logic to wrap lines - // 0-15: Line 1 - // 16-31: Line 2 + // Logic to wrap lines: 0-15: Line 1, 16-31: Line 2 if (char_count == 15) begin - fsm_state <= S_NEWLINE; + fsm_state <= S_NEWLINE; end else if (char_count == 31) begin fsm_state <= S_CLEAR; end else begin @@ -112,17 +121,15 @@ module de2i_150_top( end S_NEWLINE: begin - // Move cursor to Line 2 if (!lcd_busy) begin lcd_cmd_type <= 2'b10; // Command: Goto Line 2 lcd_char_valid <= 1; - fsm_state <= S_IDLE; // Return to IDLE to wait for next char + fsm_state <= S_IDLE; end end S_CLEAR: begin - // Clear Screen and reset cursor - if (!lcd_busy) begin + if (!lcd_busy) begin lcd_cmd_type <= 2'b11; // Command: Clear lcd_char_valid <= 1; char_count <= 0; @@ -133,4 +140,50 @@ module de2i_150_top( end end + // --------------------------------------------------------- + // 3. VGA Subsystem + // --------------------------------------------------------- + wire pixel_clk; + wire pll_locked; + + // Instantiating the PLL generated in Step 1 + vga_pll pll_inst ( + .inclk0(CLOCK_50), + .c0(pixel_clk), + .locked(pll_locked) + ); + + // VGA Controller + wire [11:0] vga_x, vga_y; + wire video_active; + + vga_controller vga_c ( + .pixel_clk(pixel_clk), + .rst_n(rst_n & pll_locked), + .x(vga_x), + .y(vga_y), + .video_on(video_active), + .h_sync(VGA_HS), + .v_sync(VGA_VS), + .blank_n(VGA_BLANK_N), + .sync_n(VGA_SYNC_N) + ); + + assign VGA_CLK = pixel_clk; // Output clock to DAC + + // Text Generator + text_screen_gen text_gen ( + .clk(CLOCK_50), + .pixel_clk(pixel_clk), + .rst_n(rst_n), + .x(vga_x), + .y(vga_y), + .video_on(video_active), + .uart_data(rx_data), + .uart_valid(rx_ready), // Share the valid pulse with VGA + .vga_r(VGA_R), + .vga_g(VGA_G), + .vga_b(VGA_B) + ); + endmodule \ No newline at end of file diff --git a/Code/FPGA/watch/de2i_150_top.v.bak b/Code/FPGA/watch/de2i_150_top.v.bak new file mode 100644 index 0000000..211832a --- /dev/null +++ b/Code/FPGA/watch/de2i_150_top.v.bak @@ -0,0 +1,136 @@ +module de2i_150_top( + input wire CLOCK_50, + input wire [3:0] KEY, // KEY[0] is Reset + input wire UART_RXD, // UART RX (Data In) + output wire UART_TXD, // UART TX (Data Out - Optional loopback) + input wire UART_CTS, // UART CTS (Input from PC) + output wire UART_RTS, // UART RTS (Output to PC - Flow Control) + + // LCD Interface + output wire [7:0] LCD_DATA, + output wire LCD_RW, + output wire LCD_EN, + output wire LCD_RS, + output wire LCD_ON +); + + wire rst_n = KEY[0]; + + // --- FLOW CONTROL FIX --- + // Drive RTS Low (0) to signal "Ready to Receive" to the PC. + // The ZT3232 transceiver inverts this to +V (Asserted) on the RS-232 cable. + assign UART_RTS = 1'b0; + + // Optional: Loopback TX for testing (echoes received data back to PC) + assign UART_TXD = 1'b1; // Idle High + + // UART Signals + wire [7:0] rx_data; + wire rx_ready; + + // LCD Driver Signals + reg [7:0] lcd_char_data; + reg lcd_char_valid; + reg [1:0] lcd_cmd_type; + wire lcd_busy; + + // Cursor Management + reg [5:0] char_count; + reg [1:0] fsm_state; + + localparam S_IDLE = 0; + localparam S_PRINT = 1; + localparam S_NEWLINE = 2; + localparam S_CLEAR = 3; + localparam S_WAIT_LCD = 4; + + // Instantiate UART Receiver + // Default 9600 baud. + uart_rx #( + .CLOCK_FREQ(50000000), + .BAUD_RATE(9600) + ) uart_inst ( + .clk(CLOCK_50), + .rst_n(rst_n), + .rx_line(UART_RXD), + .rx_data(rx_data), + .rx_ready(rx_ready) + ); + + // Instantiate LCD Driver + lcd_driver lcd_inst ( + .clk(CLOCK_50), + .rst_n(rst_n), + .char_data(lcd_char_data), + .char_valid(lcd_char_valid), + .cmd_type(lcd_cmd_type), + .busy(lcd_busy), + .LCD_DATA(LCD_DATA), + .LCD_RW(LCD_RW), + .LCD_EN(LCD_EN), + .LCD_RS(LCD_RS), + .LCD_ON(LCD_ON) + ); + + // Main Logic Controller + always @(posedge CLOCK_50 or negedge rst_n) begin + if (!rst_n) begin + char_count <= 0; + lcd_char_valid <= 0; + fsm_state <= S_IDLE; + end else begin + // Default valid to 0 + lcd_char_valid <= 0; + + case (fsm_state) + S_IDLE: begin + if (rx_ready && !lcd_busy) begin + // If we receive a byte from UART + lcd_char_data <= rx_data; + lcd_cmd_type <= 2'b00; // Write Char + lcd_char_valid <= 1; + fsm_state <= S_WAIT_LCD; + end + end + + S_WAIT_LCD: begin + // Wait for LCD to accept command and finish + if (!lcd_busy) begin + char_count <= char_count + 1; + + // Logic to wrap lines + // 0-15: Line 1 + // 16-31: Line 2 + if (char_count == 15) begin + fsm_state <= S_NEWLINE; + end else if (char_count == 31) begin + fsm_state <= S_CLEAR; + end else begin + fsm_state <= S_IDLE; + end + end + end + + S_NEWLINE: begin + // Move cursor to Line 2 + if (!lcd_busy) begin + lcd_cmd_type <= 2'b10; // Command: Goto Line 2 + lcd_char_valid <= 1; + fsm_state <= S_IDLE; // Return to IDLE to wait for next char + end + end + + S_CLEAR: begin + // Clear Screen and reset cursor + if (!lcd_busy) begin + lcd_cmd_type <= 2'b11; // Command: Clear + lcd_char_valid <= 1; + char_count <= 0; + fsm_state <= S_IDLE; + end + end + endcase + end + end + +endmodule \ No newline at end of file diff --git a/Code/FPGA/watch/font_rom.v b/Code/FPGA/watch/font_rom.v new file mode 100644 index 0000000..2dfed11 --- /dev/null +++ b/Code/FPGA/watch/font_rom.v @@ -0,0 +1,90 @@ +module font_rom ( + input wire [6:0] char_code, + input wire [3:0] row, + output reg [7:0] row_pixels +); + always @(*) begin + case (char_code) + // --- Symbols --- + 7'h20: row_pixels = 8'h00; // Space + 7'h2B: begin // + + case(row) 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h7E; 4'h7:row_pixels=8'h18; 4'h8:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + 7'h2D: begin // - + case(row) 4'h6:row_pixels=8'h7E; default:row_pixels=8'h00; endcase end + 7'h2E: begin // . + case(row) 4'hC:row_pixels=8'h18; 4'hD:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + 7'h3A: begin // : + case(row) 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h18; 4'hA:row_pixels=8'h18; 4'hB:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + + // --- Numbers (0-9) --- + 7'h30: begin /* 0 */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h6E; 4'h4:row_pixels=8'h76; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h31: begin /* 1 */ case(row) 4'h1:row_pixels=8'h18; 4'h2:row_pixels=8'h38; 4'h3:row_pixels=8'h18; 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h18; 4'h7:row_pixels=8'h7E; default:row_pixels=8'h00; endcase end + 7'h32: begin /* 2 */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h06; 4'h4:row_pixels=8'h0C; 4'h5:row_pixels=8'h30; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h7E; default:row_pixels=8'h00; endcase end + 7'h33: begin /* 3 */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h06; 4'h4:row_pixels=8'h1C; 4'h5:row_pixels=8'h06; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h34: begin /* 4 */ case(row) 4'h1:row_pixels=8'h0C; 4'h2:row_pixels=8'h1C; 4'h3:row_pixels=8'h3C; 4'h4:row_pixels=8'h6C; 4'h5:row_pixels=8'h7E; 4'h6:row_pixels=8'h0C; 4'h7:row_pixels=8'h0C; default:row_pixels=8'h00; endcase end + 7'h35: begin /* 5 */ case(row) 4'h1:row_pixels=8'h7E; 4'h2:row_pixels=8'h60; 4'h3:row_pixels=8'h7C; 4'h4:row_pixels=8'h06; 4'h5:row_pixels=8'h06; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h36: begin /* 6 */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h60; 4'h4:row_pixels=8'h7C; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h37: begin /* 7 */ case(row) 4'h1:row_pixels=8'h7E; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h06; 4'h4:row_pixels=8'h0C; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h18; 4'h7:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + 7'h38: begin /* 8 */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h3C; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h39: begin /* 9 */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h3E; 4'h5:row_pixels=8'h06; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + + // --- Uppercase (A-Z) --- + 7'h41: begin /* A */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h7E; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h42: begin /* B */ case(row) 4'h1:row_pixels=8'h7C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h7C; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h7C; default:row_pixels=8'h00; endcase end + 7'h43: begin /* C */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h60; 4'h4:row_pixels=8'h60; 4'h5:row_pixels=8'h60; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h44: begin /* D */ case(row) 4'h1:row_pixels=8'h78; 4'h2:row_pixels=8'h6C; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h6C; 4'h7:row_pixels=8'h78; default:row_pixels=8'h00; endcase end + 7'h45: begin /* E */ case(row) 4'h1:row_pixels=8'h7E; 4'h2:row_pixels=8'h60; 4'h3:row_pixels=8'h60; 4'h4:row_pixels=8'h78; 4'h5:row_pixels=8'h60; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h7E; default:row_pixels=8'h00; endcase end + 7'h46: begin /* F */ case(row) 4'h1:row_pixels=8'h7E; 4'h2:row_pixels=8'h60; 4'h3:row_pixels=8'h60; 4'h4:row_pixels=8'h78; 4'h5:row_pixels=8'h60; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h60; default:row_pixels=8'h00; endcase end + 7'h47: begin /* G */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h60; 4'h4:row_pixels=8'h6E; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h48: begin /* H */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h7E; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h49: begin /* I */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h18; 4'h3:row_pixels=8'h18; 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h18; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h4A: begin /* J */ case(row) 4'h1:row_pixels=8'h1E; 4'h2:row_pixels=8'h0C; 4'h3:row_pixels=8'h0C; 4'h4:row_pixels=8'h0C; 4'h5:row_pixels=8'h0C; 4'h6:row_pixels=8'h6C; 4'h7:row_pixels=8'h38; default:row_pixels=8'h00; endcase end + 7'h4B: begin /* K */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h6C; 4'h3:row_pixels=8'h78; 4'h4:row_pixels=8'h70; 4'h5:row_pixels=8'h78; 4'h6:row_pixels=8'h6C; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h4C: begin /* L */ case(row) 4'h1:row_pixels=8'h60; 4'h2:row_pixels=8'h60; 4'h3:row_pixels=8'h60; 4'h4:row_pixels=8'h60; 4'h5:row_pixels=8'h60; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h7E; default:row_pixels=8'h00; endcase end + 7'h4D: begin /* M */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h7E; 4'h3:row_pixels=8'h7E; 4'h4:row_pixels=8'h7E; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h4E: begin /* N */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h76; 4'h4:row_pixels=8'h7E; 4'h5:row_pixels=8'h6E; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h4F: begin /* O */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h50: begin /* P */ case(row) 4'h1:row_pixels=8'h7C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h7C; 4'h5:row_pixels=8'h60; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h60; default:row_pixels=8'h00; endcase end + 7'h51: begin /* Q */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h3C; 4'h7:row_pixels=8'h0E; default:row_pixels=8'h00; endcase end + 7'h52: begin /* R */ case(row) 4'h1:row_pixels=8'h7C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h7C; 4'h5:row_pixels=8'h78; 4'h6:row_pixels=8'h6C; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h53: begin /* S */ case(row) 4'h1:row_pixels=8'h3C; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h60; 4'h4:row_pixels=8'h3C; 4'h5:row_pixels=8'h06; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h54: begin /* T */ case(row) 4'h1:row_pixels=8'h7E; 4'h2:row_pixels=8'h18; 4'h3:row_pixels=8'h18; 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h18; 4'h7:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + 7'h55: begin /* U */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h56: begin /* V */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h3C; 4'h7:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + 7'h57: begin /* W */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h7E; 4'h6:row_pixels=8'h7E; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h58: begin /* X */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h3C; 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h3C; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h59: begin /* Y */ case(row) 4'h1:row_pixels=8'h66; 4'h2:row_pixels=8'h66; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h3C; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h18; 4'h7:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + 7'h5A: begin /* Z */ case(row) 4'h1:row_pixels=8'h7E; 4'h2:row_pixels=8'h06; 4'h3:row_pixels=8'h0C; 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h30; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h7E; default:row_pixels=8'h00; endcase end + + // --- Lowercase (a-z) --- + 7'h61: begin /* a */ case(row) 4'h3:row_pixels=8'h3C; 4'h4:row_pixels=8'h06; 4'h5:row_pixels=8'h3E; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3E; default:row_pixels=8'h00; endcase end + 7'h62: begin /* b */ case(row) 4'h1:row_pixels=8'h60; 4'h2:row_pixels=8'h60; 4'h3:row_pixels=8'h7C; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h7C; default:row_pixels=8'h00; endcase end + 7'h63: begin /* c */ case(row) 4'h3:row_pixels=8'h3C; 4'h4:row_pixels=8'h60; 4'h5:row_pixels=8'h60; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h64: begin /* d */ case(row) 4'h1:row_pixels=8'h06; 4'h2:row_pixels=8'h06; 4'h3:row_pixels=8'h3E; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3E; default:row_pixels=8'h00; endcase end + 7'h65: begin /* e */ case(row) 4'h3:row_pixels=8'h3C; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h7E; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h66: begin /* f */ case(row) 4'h1:row_pixels=8'h0C; 4'h2:row_pixels=8'h18; 4'h3:row_pixels=8'h7E; 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h18; 4'h7:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + 7'h67: begin /* g */ case(row) 4'h3:row_pixels=8'h3E; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h3E; 4'h7:row_pixels=8'h06; 4'h8:row_pixels=8'h7C; default:row_pixels=8'h00; endcase end + 7'h68: begin /* h */ case(row) 4'h1:row_pixels=8'h60; 4'h2:row_pixels=8'h60; 4'h3:row_pixels=8'h6C; 4'h4:row_pixels=8'h76; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h69: begin /* i */ case(row) 4'h1:row_pixels=8'h18; 4'h2:row_pixels=8'h00; 4'h3:row_pixels=8'h38; 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h18; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h6A: begin /* j */ case(row) 4'h1:row_pixels=8'h06; 4'h2:row_pixels=8'h00; 4'h3:row_pixels=8'h0E; 4'h4:row_pixels=8'h06; 4'h5:row_pixels=8'h06; 4'h6:row_pixels=8'h06; 4'h7:row_pixels=8'h66; 4'h8:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h6B: begin /* k */ case(row) 4'h1:row_pixels=8'h60; 4'h2:row_pixels=8'h60; 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h6C; 4'h5:row_pixels=8'h78; 4'h6:row_pixels=8'h6C; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h6C: begin /* l */ case(row) 4'h1:row_pixels=8'h18; 4'h2:row_pixels=8'h18; 4'h3:row_pixels=8'h18; 4'h4:row_pixels=8'h18; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h18; 4'h7:row_pixels=8'h0C; default:row_pixels=8'h00; endcase end + 7'h6D: begin /* m */ case(row) 4'h3:row_pixels=8'hEC; 4'h4:row_pixels=8'hFE; 4'h5:row_pixels=8'hD6; 4'h6:row_pixels=8'hD6; 4'h7:row_pixels=8'hC6; default:row_pixels=8'h00; endcase end + 7'h6E: begin /* n */ case(row) 4'h3:row_pixels=8'h6C; 4'h4:row_pixels=8'h76; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h6F: begin /* o */ case(row) 4'h3:row_pixels=8'h3C; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h70: begin /* p */ case(row) 4'h3:row_pixels=8'h6C; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h7C; 4'h7:row_pixels=8'h60; 4'h8:row_pixels=8'h60; default:row_pixels=8'h00; endcase end + 7'h71: begin /* q */ case(row) 4'h3:row_pixels=8'h36; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h3E; 4'h7:row_pixels=8'h06; 4'h8:row_pixels=8'h06; default:row_pixels=8'h00; endcase end + 7'h72: begin /* r */ case(row) 4'h3:row_pixels=8'h6E; 4'h4:row_pixels=8'h72; 4'h5:row_pixels=8'h60; 4'h6:row_pixels=8'h60; 4'h7:row_pixels=8'h60; default:row_pixels=8'h00; endcase end + 7'h73: begin /* s */ case(row) 4'h3:row_pixels=8'h3C; 4'h4:row_pixels=8'h60; 4'h5:row_pixels=8'h3C; 4'h6:row_pixels=8'h06; 4'h7:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h74: begin /* t */ case(row) 4'h2:row_pixels=8'h10; 4'h3:row_pixels=8'h7E; 4'h4:row_pixels=8'h10; 4'h5:row_pixels=8'h10; 4'h6:row_pixels=8'h10; 4'h7:row_pixels=8'h0E; default:row_pixels=8'h00; endcase end + 7'h75: begin /* u */ case(row) 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h66; 4'h7:row_pixels=8'h3E; default:row_pixels=8'h00; endcase end + 7'h76: begin /* v */ case(row) 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h3C; 4'h7:row_pixels=8'h18; default:row_pixels=8'h00; endcase end + 7'h77: begin /* w */ case(row) 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h7E; 4'h6:row_pixels=8'h7E; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h78: begin /* x */ case(row) 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h3C; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h3C; 4'h7:row_pixels=8'h66; default:row_pixels=8'h00; endcase end + 7'h79: begin /* y */ case(row) 4'h3:row_pixels=8'h66; 4'h4:row_pixels=8'h66; 4'h5:row_pixels=8'h66; 4'h6:row_pixels=8'h3E; 4'h7:row_pixels=8'h06; 4'h8:row_pixels=8'h3C; default:row_pixels=8'h00; endcase end + 7'h7A: begin /* z */ case(row) 4'h3:row_pixels=8'h7E; 4'h4:row_pixels=8'h0C; 4'h5:row_pixels=8'h18; 4'h6:row_pixels=8'h30; 4'h7:row_pixels=8'h7E; default:row_pixels=8'h00; endcase end + + default: row_pixels = 8'h00; // Black for undefined + endcase + end +endmodule \ No newline at end of file diff --git a/Code/FPGA/watch/font_rom.v.bak b/Code/FPGA/watch/font_rom.v.bak new file mode 100644 index 0000000..e4b6b04 --- /dev/null +++ b/Code/FPGA/watch/font_rom.v.bak @@ -0,0 +1,28 @@ +module font_rom ( + input wire [6:0] char_code, // ASCII character (0-127) + input wire [3:0] row, // Row of the character (0-15) + output reg [7:0] row_pixels // Pixel data for that row +); + // Simple 8x16 font map (Inferred ROM) + always @(*) begin + case ({char_code, row}) + // Example: 'A' (0x41) + {7'h41, 4'h0}: row_pixels = 8'h00; + {7'h41, 4'h1}: row_pixels = 8'h00; + {7'h41, 4'h2}: row_pixels = 8'h18; + {7'h41, 4'h3}: row_pixels = 8'h24; + {7'h41, 4'h4}: row_pixels = 8'h42; + {7'h41, 4'h5}: row_pixels = 8'h42; + {7'h41, 4'h6}: row_pixels = 8'h7E; // Middle bar + {7'h41, 4'h7}: row_pixels = 8'h42; + {7'h41, 4'h8}: row_pixels = 8'h42; + {7'h41, 4'h9}: row_pixels = 8'h42; + {7'h41, 4'hA}: row_pixels = 8'h00; + // ... You should ideally load a full font .mif file here ... + // For demo purposes, if no case matches, output a solid block for debugging + default: row_pixels = 8'hFF; + endcase + end + // Note: To get a full font, use Quartus IP Catalog -> ROM: 1-PORT + // and load a "font8x16.mif" file, which you can find online easily. +endmodule \ No newline at end of file diff --git a/Code/FPGA/watch/greybox_tmp/cbx_args.txt b/Code/FPGA/watch/greybox_tmp/cbx_args.txt new file mode 100644 index 0000000..4ff607c --- /dev/null +++ b/Code/FPGA/watch/greybox_tmp/cbx_args.txt @@ -0,0 +1,61 @@ +BANDWIDTH_TYPE=AUTO +CLK0_DIVIDE_BY=25 +CLK0_DUTY_CYCLE=50 +CLK0_MULTIPLY_BY=54 +CLK0_PHASE_SHIFT=0 +COMPENSATE_CLOCK=CLK0 +INCLK0_INPUT_FREQUENCY=20000 +INTENDED_DEVICE_FAMILY="Cyclone IV GX" +LPM_TYPE=altpll +OPERATION_MODE=NORMAL +PLL_TYPE=AUTO +PORT_ACTIVECLOCK=PORT_UNUSED +PORT_ARESET=PORT_USED +PORT_CLKBAD0=PORT_UNUSED +PORT_CLKBAD1=PORT_UNUSED +PORT_CLKLOSS=PORT_UNUSED +PORT_CLKSWITCH=PORT_UNUSED +PORT_CONFIGUPDATE=PORT_UNUSED +PORT_FBIN=PORT_UNUSED +PORT_INCLK0=PORT_USED +PORT_INCLK1=PORT_UNUSED +PORT_LOCKED=PORT_USED +PORT_PFDENA=PORT_UNUSED +PORT_PHASECOUNTERSELECT=PORT_UNUSED +PORT_PHASEDONE=PORT_UNUSED +PORT_PHASESTEP=PORT_UNUSED +PORT_PHASEUPDOWN=PORT_UNUSED +PORT_PLLENA=PORT_UNUSED +PORT_SCANACLR=PORT_UNUSED +PORT_SCANCLK=PORT_UNUSED +PORT_SCANCLKENA=PORT_UNUSED +PORT_SCANDATA=PORT_UNUSED +PORT_SCANDATAOUT=PORT_UNUSED +PORT_SCANDONE=PORT_UNUSED +PORT_SCANREAD=PORT_UNUSED +PORT_SCANWRITE=PORT_UNUSED +PORT_clk0=PORT_USED +PORT_clk1=PORT_UNUSED +PORT_clk2=PORT_UNUSED +PORT_clk3=PORT_UNUSED +PORT_clk4=PORT_UNUSED +PORT_clk5=PORT_UNUSED +PORT_clkena0=PORT_UNUSED +PORT_clkena1=PORT_UNUSED +PORT_clkena2=PORT_UNUSED +PORT_clkena3=PORT_UNUSED +PORT_clkena4=PORT_UNUSED +PORT_clkena5=PORT_UNUSED +PORT_extclk0=PORT_UNUSED +PORT_extclk1=PORT_UNUSED +PORT_extclk2=PORT_UNUSED +PORT_extclk3=PORT_UNUSED +SELF_RESET_ON_LOSS_LOCK=OFF +WIDTH_CLOCK=5 +DEVICE_FAMILY="Cyclone IV GX" +CBX_AUTO_BLACKBOX=ALL +areset +inclk +inclk +clk +locked diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.ammdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.ammdb index 36f2973..e11bc4e 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.ammdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.ammdb differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.cdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.cdb index 1e6d583..8796a20 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.cdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.cdb differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.hdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.hdb index 9ed4ee5..439728f 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.hdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.hdb differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.rcfdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.rcfdb index 4cdc991..b235946 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.rcfdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.cmp.rcfdb differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.cdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.cdb index 082cd07..8bfd671 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.cdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.cdb differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.dpi b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.dpi index 1a42c79..7b47e17 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.dpi and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.dpi differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.cdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.cdb index ba82fa3..1530e9f 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.cdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.cdb differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.hb_info b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.hb_info index 8210c55..f9dcfe2 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.hb_info and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.hb_info differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.hdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.hdb index bbf6bbc..f0af41c 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.hdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.hdb differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.sig b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.sig index 91e140d..6f56bed 100644 --- a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.sig +++ b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hbdb.sig @@ -1 +1 @@ -6d99a1516c2e2beefe1f386eab1dd580 \ No newline at end of file +a33934ea26b6e934faeca2a6b9979ac2 \ No newline at end of file diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hdb index 28cca1d..7a166bb 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.hdb differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.kpt b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.kpt index fdfdafd..6332920 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.kpt and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.root_partition.map.kpt differ diff --git a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.rrp.hdb b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.rrp.hdb index 2448644..5469406 100644 Binary files a/Code/FPGA/watch/incremental_db/compiled_partitions/watch.rrp.hdb and b/Code/FPGA/watch/incremental_db/compiled_partitions/watch.rrp.hdb differ diff --git a/Code/FPGA/watch/output_files/greybox_tmp/cbx_args.txt b/Code/FPGA/watch/output_files/greybox_tmp/cbx_args.txt new file mode 100644 index 0000000..bbbd366 --- /dev/null +++ b/Code/FPGA/watch/output_files/greybox_tmp/cbx_args.txt @@ -0,0 +1,61 @@ +BANDWIDTH_TYPE=AUTO +CLK0_DIVIDE_BY=100 +CLK0_DUTY_CYCLE=50 +CLK0_MULTIPLY_BY=297 +CLK0_PHASE_SHIFT=0 +COMPENSATE_CLOCK=CLK0 +INCLK0_INPUT_FREQUENCY=20000 +INTENDED_DEVICE_FAMILY="Cyclone IV GX" +LPM_TYPE=altpll +OPERATION_MODE=NORMAL +PLL_TYPE=AUTO +PORT_ACTIVECLOCK=PORT_UNUSED +PORT_ARESET=PORT_USED +PORT_CLKBAD0=PORT_UNUSED +PORT_CLKBAD1=PORT_UNUSED +PORT_CLKLOSS=PORT_UNUSED +PORT_CLKSWITCH=PORT_UNUSED +PORT_CONFIGUPDATE=PORT_UNUSED +PORT_FBIN=PORT_UNUSED +PORT_INCLK0=PORT_USED +PORT_INCLK1=PORT_UNUSED +PORT_LOCKED=PORT_USED +PORT_PFDENA=PORT_UNUSED +PORT_PHASECOUNTERSELECT=PORT_UNUSED +PORT_PHASEDONE=PORT_UNUSED +PORT_PHASESTEP=PORT_UNUSED +PORT_PHASEUPDOWN=PORT_UNUSED +PORT_PLLENA=PORT_UNUSED +PORT_SCANACLR=PORT_UNUSED +PORT_SCANCLK=PORT_UNUSED +PORT_SCANCLKENA=PORT_UNUSED +PORT_SCANDATA=PORT_UNUSED +PORT_SCANDATAOUT=PORT_UNUSED +PORT_SCANDONE=PORT_UNUSED +PORT_SCANREAD=PORT_UNUSED +PORT_SCANWRITE=PORT_UNUSED +PORT_clk0=PORT_USED +PORT_clk1=PORT_UNUSED +PORT_clk2=PORT_UNUSED +PORT_clk3=PORT_UNUSED +PORT_clk4=PORT_UNUSED +PORT_clk5=PORT_UNUSED +PORT_clkena0=PORT_UNUSED +PORT_clkena1=PORT_UNUSED +PORT_clkena2=PORT_UNUSED +PORT_clkena3=PORT_UNUSED +PORT_clkena4=PORT_UNUSED +PORT_clkena5=PORT_UNUSED +PORT_extclk0=PORT_UNUSED +PORT_extclk1=PORT_UNUSED +PORT_extclk2=PORT_UNUSED +PORT_extclk3=PORT_UNUSED +SELF_RESET_ON_LOSS_LOCK=OFF +WIDTH_CLOCK=5 +DEVICE_FAMILY="Cyclone IV GX" +CBX_AUTO_BLACKBOX=ALL +areset +inclk +inclk +clk +locked diff --git a/Code/FPGA/watch/output_files/watch.asm.rpt b/Code/FPGA/watch/output_files/watch.asm.rpt index 9f246d6..72ad95a 100644 --- a/Code/FPGA/watch/output_files/watch.asm.rpt +++ b/Code/FPGA/watch/output_files/watch.asm.rpt @@ -1,5 +1,5 @@ Assembler report for watch -Tue Nov 18 13:36:50 2025 +Mon Nov 24 13:43:14 2025 Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition @@ -38,7 +38,7 @@ on the Quartus Prime software download page. +---------------------------------------------------------------+ ; Assembler Summary ; +-----------------------+---------------------------------------+ -; Assembler Status ; Successful - Tue Nov 18 13:36:50 2025 ; +; Assembler Status ; Successful - Mon Nov 24 13:43:14 2025 ; ; Revision Name ; watch ; ; Top-level Entity Name ; de2i_150_top ; ; Family ; Cyclone IV GX ; @@ -67,8 +67,8 @@ on the Quartus Prime software download page. +----------------+----------------------------------------------------------------------------+ ; Option ; Setting ; +----------------+----------------------------------------------------------------------------+ -; JTAG usercode ; 0x0073D1E1 ; -; Checksum ; 0x0073D1E1 ; +; JTAG usercode ; 0x0226EBFC ; +; Checksum ; 0x0226EBFC ; +----------------+----------------------------------------------------------------------------+ @@ -78,15 +78,15 @@ on the Quartus Prime software download page. Info: ******************************************************************* Info: Running Quartus Prime Assembler Info: Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition - Info: Processing started: Tue Nov 18 13:36:46 2025 + Info: Processing started: Mon Nov 24 13:43:08 2025 Info: Command: quartus_asm --read_settings_files=off --write_settings_files=off watch -c watch Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance. Info (115031): Writing out detailed assembly data for power analysis Info (115030): Assembler is generating device programming files Info: Quartus Prime Assembler was successful. 0 errors, 1 warning - Info: Peak virtual memory: 5129 megabytes - Info: Processing ended: Tue Nov 18 13:36:50 2025 - Info: Elapsed time: 00:00:04 - Info: Total CPU time (on all processors): 00:00:03 + Info: Peak virtual memory: 5289 megabytes + Info: Processing ended: Mon Nov 24 13:43:15 2025 + Info: Elapsed time: 00:00:07 + Info: Total CPU time (on all processors): 00:00:07 diff --git a/Code/FPGA/watch/output_files/watch.done b/Code/FPGA/watch/output_files/watch.done index 7142182..aa1d325 100644 --- a/Code/FPGA/watch/output_files/watch.done +++ b/Code/FPGA/watch/output_files/watch.done @@ -1 +1 @@ -Tue Nov 18 13:36:54 2025 +Wed Nov 26 11:00:55 2025 diff --git a/Code/FPGA/watch/output_files/watch.eda.rpt b/Code/FPGA/watch/output_files/watch.eda.rpt index dccfdbc..06b1f96 100644 --- a/Code/FPGA/watch/output_files/watch.eda.rpt +++ b/Code/FPGA/watch/output_files/watch.eda.rpt @@ -1,5 +1,5 @@ EDA Netlist Writer report for watch -Tue Nov 18 13:36:54 2025 +Mon Nov 24 13:43:36 2025 Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition @@ -37,7 +37,7 @@ on the Quartus Prime software download page. +-------------------------------------------------------------------+ ; EDA Netlist Writer Summary ; +---------------------------+---------------------------------------+ -; EDA Netlist Writer Status ; Successful - Tue Nov 18 13:36:54 2025 ; +; EDA Netlist Writer Status ; Successful - Mon Nov 24 13:43:36 2025 ; ; Revision Name ; watch ; ; Top-level Entity Name ; de2i_150_top ; ; Family ; Cyclone IV GX ; @@ -81,14 +81,14 @@ on the Quartus Prime software download page. Info: ******************************************************************* Info: Running Quartus Prime EDA Netlist Writer Info: Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition - Info: Processing started: Tue Nov 18 13:36:53 2025 + Info: Processing started: Mon Nov 24 13:43:31 2025 Info: Command: quartus_eda --read_settings_files=off --write_settings_files=off watch -c watch Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance. Info (204019): Generated file watch.vo in folder "C:/Users/jeffr/AppData/Local/quartus/watch/simulation/questa/" for EDA simulation tool Info: Quartus Prime EDA Netlist Writer was successful. 0 errors, 1 warning - Info: Peak virtual memory: 4742 megabytes - Info: Processing ended: Tue Nov 18 13:36:54 2025 - Info: Elapsed time: 00:00:01 - Info: Total CPU time (on all processors): 00:00:00 + Info: Peak virtual memory: 4981 megabytes + Info: Processing ended: Mon Nov 24 13:43:36 2025 + Info: Elapsed time: 00:00:05 + Info: Total CPU time (on all processors): 00:00:05 diff --git a/Code/FPGA/watch/output_files/watch.fit.rpt b/Code/FPGA/watch/output_files/watch.fit.rpt index ffc82a6..d2c0227 100644 --- a/Code/FPGA/watch/output_files/watch.fit.rpt +++ b/Code/FPGA/watch/output_files/watch.fit.rpt @@ -1,5 +1,5 @@ Fitter report for watch -Tue Nov 18 13:36:45 2025 +Mon Nov 24 13:43:02 2025 Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition @@ -21,25 +21,28 @@ Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition 13. Dual Purpose and Dedicated Pins 14. I/O Bank Usage 15. All Package Pins - 16. I/O Assignment Warnings - 17. Fitter Resource Utilization by Entity - 18. Delay Chain Summary - 19. Pad To Core Delay Chain Fanout - 20. Control Signals - 21. Global & Other Fast Signals - 22. Routing Usage Summary - 23. LAB Logic Elements - 24. LAB-wide Signals - 25. LAB Signals Sourced - 26. LAB Signals Sourced Out - 27. LAB Distinct Inputs - 28. I/O Rules Summary - 29. I/O Rules Details - 30. I/O Rules Matrix - 31. Fitter Device Options - 32. Operating Settings and Conditions - 33. Fitter Messages - 34. Fitter Suppressed Messages + 16. PLL Summary + 17. PLL Usage + 18. I/O Assignment Warnings + 19. Fitter Resource Utilization by Entity + 20. Delay Chain Summary + 21. Pad To Core Delay Chain Fanout + 22. Control Signals + 23. Global & Other Fast Signals + 24. Non-Global High Fan-Out Signals + 25. Routing Usage Summary + 26. LAB Logic Elements + 27. LAB-wide Signals + 28. LAB Signals Sourced + 29. LAB Signals Sourced Out + 30. LAB Distinct Inputs + 31. I/O Rules Summary + 32. I/O Rules Details + 33. I/O Rules Matrix + 34. Fitter Device Options + 35. Operating Settings and Conditions + 36. Fitter Messages + 37. Fitter Suppressed Messages @@ -66,18 +69,18 @@ on the Quartus Prime software download page. +--------------------------------------------------------------------------------------+ ; Fitter Summary ; +------------------------------------+-------------------------------------------------+ -; Fitter Status ; Successful - Tue Nov 18 13:36:45 2025 ; +; Fitter Status ; Successful - Mon Nov 24 13:43:01 2025 ; ; Quartus Prime Version ; 24.1std.0 Build 1077 03/04/2025 SC Lite Edition ; ; Revision Name ; watch ; ; Top-level Entity Name ; de2i_150_top ; ; Family ; Cyclone IV GX ; ; Device ; EP4CGX150DF31C7 ; ; Timing Models ; Final ; -; Total logic elements ; 189 / 149,760 ( < 1 % ) ; -; Total combinational functions ; 173 / 149,760 ( < 1 % ) ; -; Dedicated logic registers ; 106 / 149,760 ( < 1 % ) ; -; Total registers ; 106 ; -; Total pins ; 21 / 508 ( 4 % ) ; +; Total logic elements ; 38,784 / 149,760 ( 26 % ) ; +; Total combinational functions ; 24,233 / 149,760 ( 16 % ) ; +; Dedicated logic registers ; 28,841 / 149,760 ( 19 % ) ; +; Total registers ; 28841 ; +; Total pins ; 50 / 508 ( 10 % ) ; ; Total virtual pins ; 0 ; ; Total memory bits ; 0 / 6,635,520 ( 0 % ) ; ; Embedded Multiplier 9-bit elements ; 0 / 720 ( 0 % ) ; @@ -85,7 +88,7 @@ on the Quartus Prime software download page. ; Total GXB Receiver Channel PMA ; 0 / 8 ( 0 % ) ; ; Total GXB Transmitter Channel PCS ; 0 / 8 ( 0 % ) ; ; Total GXB Transmitter Channel PMA ; 0 / 8 ( 0 % ) ; -; Total PLLs ; 0 / 8 ( 0 % ) ; +; Total PLLs ; 1 / 8 ( 13 % ) ; +------------------------------------+-------------------------------------------------+ @@ -159,28 +162,32 @@ on the Quartus Prime software download page. ; Number detected on machine ; 12 ; ; Maximum allowed ; 6 ; ; ; ; -; Average used ; 1.01 ; +; Average used ; 1.05 ; ; Maximum used ; 6 ; ; ; ; ; Usage by Processor ; % Time Used ; ; Processor 1 ; 100.0% ; -; Processors 2-6 ; 0.3% ; +; Processor 2 ; 1.2% ; +; Processor 3 ; 1.1% ; +; Processor 4 ; 1.1% ; +; Processor 5 ; 1.1% ; +; Processor 6 ; 1.0% ; +----------------------------+-------------+ -+--------------------------------------------------------------------------------------------------+ -; Incremental Compilation Preservation Summary ; -+---------------------+--------------------+----------------------------+--------------------------+ -; Type ; Total [A + B] ; From Design Partitions [A] ; From Rapid Recompile [B] ; -+---------------------+--------------------+----------------------------+--------------------------+ -; Placement (by node) ; ; ; ; -; -- Requested ; 0.00 % ( 0 / 333 ) ; 0.00 % ( 0 / 333 ) ; 0.00 % ( 0 / 333 ) ; -; -- Achieved ; 0.00 % ( 0 / 333 ) ; 0.00 % ( 0 / 333 ) ; 0.00 % ( 0 / 333 ) ; -; ; ; ; ; -; Routing (by net) ; ; ; ; -; -- Requested ; 0.00 % ( 0 / 0 ) ; 0.00 % ( 0 / 0 ) ; 0.00 % ( 0 / 0 ) ; -; -- Achieved ; 0.00 % ( 0 / 0 ) ; 0.00 % ( 0 / 0 ) ; 0.00 % ( 0 / 0 ) ; -+---------------------+--------------------+----------------------------+--------------------------+ ++----------------------------------------------------------------------------------------------------+ +; Incremental Compilation Preservation Summary ; ++---------------------+----------------------+----------------------------+--------------------------+ +; Type ; Total [A + B] ; From Design Partitions [A] ; From Rapid Recompile [B] ; ++---------------------+----------------------+----------------------------+--------------------------+ +; Placement (by node) ; ; ; ; +; -- Requested ; 0.00 % ( 0 / 53189 ) ; 0.00 % ( 0 / 53189 ) ; 0.00 % ( 0 / 53189 ) ; +; -- Achieved ; 0.00 % ( 0 / 53189 ) ; 0.00 % ( 0 / 53189 ) ; 0.00 % ( 0 / 53189 ) ; +; ; ; ; ; +; Routing (by net) ; ; ; ; +; -- Requested ; 0.00 % ( 0 / 0 ) ; 0.00 % ( 0 / 0 ) ; 0.00 % ( 0 / 0 ) ; +; -- Achieved ; 0.00 % ( 0 / 0 ) ; 0.00 % ( 0 / 0 ) ; 0.00 % ( 0 / 0 ) ; ++---------------------+----------------------+----------------------------+--------------------------+ +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -198,8 +205,8 @@ on the Quartus Prime software download page. +--------------------------------+-----------------------+-------------------------+-------------------+---------------------+-------+ ; Partition Name ; Preservation Achieved ; Preservation Level Used ; Netlist Type Used ; Preservation Method ; Notes ; +--------------------------------+-----------------------+-------------------------+-------------------+---------------------+-------+ -; Top ; 0.00 % ( 0 / 323 ) ; N/A ; Source File ; N/A ; ; -; hard_block:auto_generated_inst ; 0.00 % ( 0 / 10 ) ; N/A ; Source File ; N/A ; ; +; Top ; 0.00 % ( 0 / 53177 ) ; N/A ; Source File ; N/A ; ; +; hard_block:auto_generated_inst ; 0.00 % ( 0 / 12 ) ; N/A ; Source File ; N/A ; ; +--------------------------------+-----------------------+-------------------------+-------------------+---------------------+-------+ @@ -209,131 +216,132 @@ on the Quartus Prime software download page. The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.pin. -+-----------------------------------------------------------------------+ -; Fitter Resource Usage Summary ; -+---------------------------------------------+-------------------------+ -; Resource ; Usage ; -+---------------------------------------------+-------------------------+ -; Total logic elements ; 189 / 149,760 ( < 1 % ) ; -; -- Combinational with no register ; 83 ; -; -- Register only ; 16 ; -; -- Combinational with a register ; 90 ; -; ; ; -; Logic element usage by number of LUT inputs ; ; -; -- 4 input functions ; 81 ; -; -- 3 input functions ; 41 ; -; -- <=2 input functions ; 51 ; -; -- Register only ; 16 ; -; ; ; -; Logic elements by mode ; ; -; -- normal mode ; 139 ; -; -- arithmetic mode ; 34 ; -; ; ; -; Total registers* ; 106 / 152,165 ( < 1 % ) ; -; -- Dedicated logic registers ; 106 / 149,760 ( < 1 % ) ; -; -- I/O registers ; 0 / 2,405 ( 0 % ) ; -; ; ; -; Total LABs: partially or completely used ; 15 / 9,360 ( < 1 % ) ; -; Virtual pins ; 0 ; -; I/O pins ; 21 / 508 ( 4 % ) ; -; -- Clock pins ; 1 / 10 ( 10 % ) ; -; -- Dedicated input pins ; 0 / 25 ( 0 % ) ; -; ; ; -; M9Ks ; 0 / 720 ( 0 % ) ; -; Total block memory bits ; 0 / 6,635,520 ( 0 % ) ; -; Total block memory implementation bits ; 0 / 6,635,520 ( 0 % ) ; -; Embedded Multiplier 9-bit elements ; 0 / 720 ( 0 % ) ; -; PLLs ; 0 / 8 ( 0 % ) ; -; Global signals ; 1 ; -; -- Global clocks ; 1 / 30 ( 3 % ) ; -; JTAGs ; 0 / 1 ( 0 % ) ; -; CRC blocks ; 0 / 1 ( 0 % ) ; -; ASMI blocks ; 0 / 1 ( 0 % ) ; -; Oscillator blocks ; 0 / 1 ( 0 % ) ; -; GXB Receiver channel PCSs ; 0 / 8 ( 0 % ) ; -; GXB Receiver channel PMAs ; 0 / 8 ( 0 % ) ; -; GXB Transmitter channel PCSs ; 0 / 8 ( 0 % ) ; -; GXB Transmitter channel PMAs ; 0 / 8 ( 0 % ) ; -; Impedance control blocks ; 0 / 3 ( 0 % ) ; -; Average interconnect usage (total/H/V) ; 0.0% / 0.1% / 0.0% ; -; Peak interconnect usage (total/H/V) ; 1.4% / 1.5% / 1.3% ; -; Maximum fan-out ; 106 ; -; Highest non-global fan-out ; 89 ; -; Total fan-out ; 987 ; -; Average fan-out ; 2.88 ; -+---------------------------------------------+-------------------------+ ++-------------------------------------------------------------------------+ +; Fitter Resource Usage Summary ; ++---------------------------------------------+---------------------------+ +; Resource ; Usage ; ++---------------------------------------------+---------------------------+ +; Total logic elements ; 38,784 / 149,760 ( 26 % ) ; +; -- Combinational with no register ; 9943 ; +; -- Register only ; 14551 ; +; -- Combinational with a register ; 14290 ; +; ; ; +; Logic element usage by number of LUT inputs ; ; +; -- 4 input functions ; 19893 ; +; -- 3 input functions ; 2230 ; +; -- <=2 input functions ; 2110 ; +; -- Register only ; 14551 ; +; ; ; +; Logic elements by mode ; ; +; -- normal mode ; 24108 ; +; -- arithmetic mode ; 125 ; +; ; ; +; Total registers* ; 28,841 / 152,165 ( 19 % ) ; +; -- Dedicated logic registers ; 28,841 / 149,760 ( 19 % ) ; +; -- I/O registers ; 0 / 2,405 ( 0 % ) ; +; ; ; +; Total LABs: partially or completely used ; 3,979 / 9,360 ( 43 % ) ; +; Virtual pins ; 0 ; +; I/O pins ; 50 / 508 ( 10 % ) ; +; -- Clock pins ; 1 / 10 ( 10 % ) ; +; -- Dedicated input pins ; 0 / 25 ( 0 % ) ; +; ; ; +; M9Ks ; 0 / 720 ( 0 % ) ; +; Total block memory bits ; 0 / 6,635,520 ( 0 % ) ; +; Total block memory implementation bits ; 0 / 6,635,520 ( 0 % ) ; +; Embedded Multiplier 9-bit elements ; 0 / 720 ( 0 % ) ; +; PLLs ; 1 / 8 ( 13 % ) ; +; Global signals ; 3 ; +; -- Global clocks ; 3 / 30 ( 10 % ) ; +; JTAGs ; 0 / 1 ( 0 % ) ; +; CRC blocks ; 0 / 1 ( 0 % ) ; +; ASMI blocks ; 0 / 1 ( 0 % ) ; +; Oscillator blocks ; 0 / 1 ( 0 % ) ; +; GXB Receiver channel PCSs ; 0 / 8 ( 0 % ) ; +; GXB Receiver channel PMAs ; 0 / 8 ( 0 % ) ; +; GXB Transmitter channel PCSs ; 0 / 8 ( 0 % ) ; +; GXB Transmitter channel PMAs ; 0 / 8 ( 0 % ) ; +; Impedance control blocks ; 0 / 3 ( 0 % ) ; +; Average interconnect usage (total/H/V) ; 23.1% / 22.2% / 24.3% ; +; Peak interconnect usage (total/H/V) ; 92.6% / 91.7% / 93.8% ; +; Maximum fan-out ; 28790 ; +; Highest non-global fan-out ; 4099 ; +; Total fan-out ; 185092 ; +; Average fan-out ; 3.03 ; ++---------------------------------------------+---------------------------+ * Register count does not include registers inside RAM blocks or DSP blocks. -+-------------------------------------------------------------------------------------------------------+ -; Fitter Partition Statistics ; -+---------------------------------------------+------------------------+--------------------------------+ -; Statistic ; Top ; hard_block:auto_generated_inst ; -+---------------------------------------------+------------------------+--------------------------------+ -; Difficulty Clustering Region ; Low ; Low ; -; ; ; ; -; Total logic elements ; 189 / 149760 ( < 1 % ) ; 0 / 149760 ( 0 % ) ; -; -- Combinational with no register ; 83 ; 0 ; -; -- Register only ; 16 ; 0 ; -; -- Combinational with a register ; 90 ; 0 ; -; ; ; ; -; Logic element usage by number of LUT inputs ; ; ; -; -- 4 input functions ; 81 ; 0 ; -; -- 3 input functions ; 41 ; 0 ; -; -- <=2 input functions ; 51 ; 0 ; -; -- Register only ; 16 ; 0 ; -; ; ; ; -; Logic elements by mode ; ; ; -; -- normal mode ; 139 ; 0 ; -; -- arithmetic mode ; 34 ; 0 ; -; ; ; ; -; Total registers ; 106 ; 0 ; -; -- Dedicated logic registers ; 106 / 149760 ( < 1 % ) ; 0 / 149760 ( 0 % ) ; -; -- I/O registers ; 0 ; 0 ; -; ; ; ; -; Total LABs: partially or completely used ; 15 / 9360 ( < 1 % ) ; 0 / 9360 ( 0 % ) ; -; ; ; ; -; Virtual pins ; 0 ; 0 ; -; I/O pins ; 21 ; 0 ; -; Embedded Multiplier 9-bit elements ; 0 / 720 ( 0 % ) ; 0 / 720 ( 0 % ) ; -; Total memory bits ; 0 ; 0 ; -; Total RAM block bits ; 0 ; 0 ; -; Clock control block ; 1 / 38 ( 2 % ) ; 0 / 38 ( 0 % ) ; -; ; ; ; -; Connections ; ; ; -; -- Input Connections ; 0 ; 0 ; -; -- Registered Input Connections ; 0 ; 0 ; -; -- Output Connections ; 0 ; 0 ; -; -- Registered Output Connections ; 0 ; 0 ; -; ; ; ; -; Internal Connections ; ; ; -; -- Total Connections ; 982 ; 5 ; -; -- Registered Connections ; 385 ; 0 ; -; ; ; ; -; External Connections ; ; ; -; -- Top ; 0 ; 0 ; -; -- hard_block:auto_generated_inst ; 0 ; 0 ; -; ; ; ; -; Partition Interface ; ; ; -; -- Input Ports ; 7 ; 0 ; -; -- Output Ports ; 14 ; 0 ; -; -- Bidir Ports ; 0 ; 0 ; -; ; ; ; -; Registered Ports ; ; ; -; -- Registered Input Ports ; 0 ; 0 ; -; -- Registered Output Ports ; 0 ; 0 ; -; ; ; ; -; Port Connectivity ; ; ; -; -- Input Ports driven by GND ; 0 ; 0 ; -; -- Output Ports driven by GND ; 0 ; 0 ; -; -- Input Ports driven by VCC ; 0 ; 0 ; -; -- Output Ports driven by VCC ; 0 ; 0 ; -; -- Input Ports with no Source ; 0 ; 0 ; -; -- Output Ports with no Source ; 0 ; 0 ; -; -- Input Ports with no Fanout ; 0 ; 0 ; -; -- Output Ports with no Fanout ; 0 ; 0 ; -+---------------------------------------------+------------------------+--------------------------------+ ++--------------------------------------------------------------------------------------------------------+ +; Fitter Partition Statistics ; ++---------------------------------------------+-------------------------+--------------------------------+ +; Statistic ; Top ; hard_block:auto_generated_inst ; ++---------------------------------------------+-------------------------+--------------------------------+ +; Difficulty Clustering Region ; Low ; Low ; +; ; ; ; +; Total logic elements ; 38784 / 149760 ( 26 % ) ; 0 / 149760 ( 0 % ) ; +; -- Combinational with no register ; 9943 ; 0 ; +; -- Register only ; 14551 ; 0 ; +; -- Combinational with a register ; 14290 ; 0 ; +; ; ; ; +; Logic element usage by number of LUT inputs ; ; ; +; -- 4 input functions ; 19893 ; 0 ; +; -- 3 input functions ; 2230 ; 0 ; +; -- <=2 input functions ; 2110 ; 0 ; +; -- Register only ; 14551 ; 0 ; +; ; ; ; +; Logic elements by mode ; ; ; +; -- normal mode ; 24108 ; 0 ; +; -- arithmetic mode ; 125 ; 0 ; +; ; ; ; +; Total registers ; 28841 ; 0 ; +; -- Dedicated logic registers ; 28841 / 149760 ( 19 % ) ; 0 / 149760 ( 0 % ) ; +; -- I/O registers ; 0 ; 0 ; +; ; ; ; +; Total LABs: partially or completely used ; 3979 / 9360 ( 43 % ) ; 0 / 9360 ( 0 % ) ; +; ; ; ; +; Virtual pins ; 0 ; 0 ; +; I/O pins ; 50 ; 0 ; +; Embedded Multiplier 9-bit elements ; 0 / 720 ( 0 % ) ; 0 / 720 ( 0 % ) ; +; Total memory bits ; 0 ; 0 ; +; Total RAM block bits ; 0 ; 0 ; +; PLL ; 0 / 8 ( 0 % ) ; 1 / 8 ( 12 % ) ; +; Clock control block ; 2 / 38 ( 5 % ) ; 1 / 38 ( 2 % ) ; +; ; ; ; +; Connections ; ; ; +; -- Input Connections ; 53 ; 1 ; +; -- Registered Input Connections ; 51 ; 0 ; +; -- Output Connections ; 1 ; 53 ; +; -- Registered Output Connections ; 0 ; 0 ; +; ; ; ; +; Internal Connections ; ; ; +; -- Total Connections ; 185085 ; 61 ; +; -- Registered Connections ; 59833 ; 0 ; +; ; ; ; +; External Connections ; ; ; +; -- Top ; 0 ; 54 ; +; -- hard_block:auto_generated_inst ; 54 ; 0 ; +; ; ; ; +; Partition Interface ; ; ; +; -- Input Ports ; 7 ; 1 ; +; -- Output Ports ; 43 ; 2 ; +; -- Bidir Ports ; 0 ; 0 ; +; ; ; ; +; Registered Ports ; ; ; +; -- Registered Input Ports ; 0 ; 0 ; +; -- Registered Output Ports ; 0 ; 0 ; +; ; ; ; +; Port Connectivity ; ; ; +; -- Input Ports driven by GND ; 0 ; 0 ; +; -- Output Ports driven by GND ; 0 ; 0 ; +; -- Input Ports driven by VCC ; 0 ; 0 ; +; -- Output Ports driven by VCC ; 0 ; 0 ; +; -- Input Ports with no Source ; 0 ; 0 ; +; -- Output Ports with no Source ; 0 ; 0 ; +; -- Input Ports with no Fanout ; 0 ; 0 ; +; -- Output Ports with no Fanout ; 0 ; 0 ; ++---------------------------------------------+-------------------------+--------------------------------+ +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -341,8 +349,8 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp +----------+-------+----------+--------------+--------------+--------------+-----------------------+--------------------+--------+----------------+---------------+-----------------+----------+--------------+--------------+-------------+---------------------------+----------------------+-----------+ ; Name ; Pin # ; I/O Bank ; X coordinate ; Y coordinate ; Z coordinate ; Combinational Fan-Out ; Registered Fan-Out ; Global ; Input Register ; Power Up High ; PCI I/O Enabled ; Bus Hold ; Weak Pull Up ; I/O Standard ; Termination ; Termination Control Block ; Location assigned by ; Slew Rate ; +----------+-------+----------+--------------+--------------+--------------+-----------------------+--------------------+--------+----------------+---------------+-----------------+----------+--------------+--------------+-------------+---------------------------+----------------------+-----------+ -; CLOCK_50 ; AJ16 ; 4 ; 57 ; 0 ; 7 ; 106 ; 0 ; yes ; no ; no ; yes ; no ; Off ; 2.5 V ; Off ; -- ; User ; no ; -; KEY[0] ; AA26 ; 5 ; 117 ; 14 ; 0 ; 89 ; 0 ; no ; no ; no ; yes ; no ; Off ; 2.5 V ; Off ; -- ; User ; no ; +; CLOCK_50 ; AJ16 ; 4 ; 57 ; 0 ; 7 ; 28791 ; 0 ; yes ; no ; no ; yes ; no ; Off ; 2.5 V ; Off ; -- ; User ; no ; +; KEY[0] ; AA26 ; 5 ; 117 ; 14 ; 0 ; 110 ; 0 ; no ; no ; no ; yes ; no ; Off ; 2.5 V ; Off ; -- ; User ; no ; ; KEY[1] ; AE25 ; 5 ; 117 ; 10 ; 7 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 2.5 V ; Off ; -- ; User ; no ; ; KEY[2] ; AF30 ; 5 ; 117 ; 17 ; 7 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 2.5 V ; Off ; -- ; User ; no ; ; KEY[3] ; AE26 ; 5 ; 117 ; 8 ; 0 ; 0 ; 0 ; no ; no ; no ; yes ; no ; Off ; 2.5 V ; Off ; -- ; User ; no ; @@ -370,6 +378,35 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; LCD_RW ; AJ3 ; 3 ; 17 ; 0 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; ; UART_RTS ; A29 ; 7 ; 108 ; 91 ; 14 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; ; UART_TXD ; H24 ; 7 ; 111 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_BLANK_N ; F25 ; 7 ; 115 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_B[0] ; E24 ; 7 ; 99 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_B[1] ; C24 ; 7 ; 90 ; 91 ; 21 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_B[2] ; B25 ; 7 ; 90 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_B[3] ; C23 ; 7 ; 88 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_B[4] ; F24 ; 7 ; 113 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_B[5] ; A23 ; 7 ; 86 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_B[6] ; G25 ; 7 ; 115 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_B[7] ; C22 ; 7 ; 82 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_CLK ; D27 ; 7 ; 115 ; 91 ; 21 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_G[0] ; D20 ; 7 ; 77 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_G[1] ; C20 ; 7 ; 77 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_G[2] ; A20 ; 7 ; 75 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_G[3] ; K19 ; 7 ; 63 ; 91 ; 21 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_G[4] ; A21 ; 7 ; 79 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_G[5] ; F21 ; 7 ; 84 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_G[6] ; A22 ; 7 ; 86 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_G[7] ; B22 ; 7 ; 82 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_HS ; B24 ; 7 ; 90 ; 91 ; 14 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_R[0] ; A17 ; 7 ; 66 ; 91 ; 14 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_R[1] ; C18 ; 7 ; 68 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_R[2] ; B18 ; 7 ; 70 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_R[3] ; A18 ; 7 ; 66 ; 91 ; 21 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_R[4] ; E18 ; 7 ; 77 ; 91 ; 14 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_R[5] ; E19 ; 7 ; 77 ; 91 ; 21 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_R[6] ; B19 ; 7 ; 75 ; 91 ; 7 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_R[7] ; C19 ; 7 ; 72 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_SYNC_N ; AH20 ; 4 ; 84 ; 0 ; 21 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +; VGA_VS ; A24 ; 7 ; 90 ; 91 ; 0 ; no ; no ; no ; 2 ; no ; no ; no ; no ; Off ; 2.5 V ; Default ; Series 50 Ohm without Calibration ; -- ; no ; no ; User ; - ; - ; +-------------+-------+----------+--------------+--------------+--------------+-----------------+------------------------+---------------+-----------+-----------------+------------+---------------+----------+--------------+--------------+------------------+-----------------------------------+---------------------------+----------------------------+-----------------------------+----------------------+----------------------+---------------------+ @@ -407,10 +444,10 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; 3 ; 12 / 82 ( 15 % ) ; 2.5V ; -- ; -- ; ; 3B ; 0 / 4 ( 0 % ) ; -- ; -- ; 2.5V ; ; 3A ; 0 / 2 ( 0 % ) ; -- ; -- ; 2.5V ; -; 4 ; 1 / 82 ( 1 % ) ; 2.5V ; -- ; -- ; +; 4 ; 2 / 82 ( 2 % ) ; 2.5V ; -- ; -- ; ; 5 ; 5 / 66 ( 8 % ) ; 2.5V ; -- ; -- ; ; 6 ; 0 / 69 ( 0 % ) ; 2.5V ; -- ; -- ; -; 7 ; 4 / 80 ( 5 % ) ; 2.5V ; -- ; -- ; +; 7 ; 32 / 80 ( 40 % ) ; 2.5V ; -- ; -- ; ; 8A ; 0 / 2 ( 0 % ) ; -- ; -- ; 2.5V ; ; 8 ; 0 / 81 ( 0 % ) ; 2.5V ; -- ; -- ; ; 8B ; 0 / 4 ( 0 % ) ; -- ; -- ; 2.5V ; @@ -438,14 +475,14 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; A14 ; 432 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; A15 ; 421 ; 7 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; ; A16 ; 418 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; A17 ; 412 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; A18 ; 413 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; A17 ; 412 ; 7 ; VGA_R[0] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; A18 ; 413 ; 7 ; VGA_R[3] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; A19 ; 405 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; A20 ; 401 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; A21 ; 393 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; A22 ; 386 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; A23 ; 387 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; A24 ; 380 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; A20 ; 401 ; 7 ; VGA_G[2] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; A21 ; 393 ; 7 ; VGA_G[4] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; A22 ; 386 ; 7 ; VGA_G[6] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; A23 ; 387 ; 7 ; VGA_B[5] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; A24 ; 380 ; 7 ; VGA_VS ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; A25 ; 370 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; A26 ; 371 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; A27 ; 364 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; @@ -680,7 +717,7 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; AH17 ; 144 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; AH18 ; 141 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; AH19 ; 150 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; AH20 ; 160 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; AH20 ; 160 ; 4 ; VGA_SYNC_N ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; AH21 ; 161 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; AH22 ; 169 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; AH23 ; 179 ; 4 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; @@ -766,14 +803,14 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; B15 ; 422 ; 7 ; GND+ ; ; ; ; Column I/O ; ; -- ; -- ; ; B16 ; 419 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; B17 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; -; B18 ; 406 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; B19 ; 402 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; B18 ; 406 ; 7 ; VGA_R[2] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; B19 ; 402 ; 7 ; VGA_R[6] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; B20 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; ; B21 ; 394 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; B22 ; 391 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; B22 ; 391 ; 7 ; VGA_G[7] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; B23 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; -; B24 ; 382 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; B25 ; 381 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; B24 ; 382 ; 7 ; VGA_HS ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; B25 ; 381 ; 7 ; VGA_B[2] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; B26 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; ; B27 ; 365 ; 7 ; UART_RXD ; input ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; B28 ; 363 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; @@ -796,13 +833,13 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; C15 ; 440 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; C16 ; 427 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; C17 ; 414 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; C18 ; 407 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; C19 ; 403 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; C20 ; 397 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; C18 ; 407 ; 7 ; VGA_R[1] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; C19 ; 403 ; 7 ; VGA_R[7] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; C20 ; 397 ; 7 ; VGA_G[1] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; C21 ; 388 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; -- ; -- ; -; C22 ; 392 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; C23 ; 384 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; C24 ; 383 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; C22 ; 392 ; 7 ; VGA_B[7] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; C23 ; 384 ; 7 ; VGA_B[3] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; C24 ; 383 ; 7 ; VGA_B[1] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; C25 ; 372 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; C26 ; 368 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; C27 ; 345 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; @@ -828,14 +865,14 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; D17 ; 415 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; D18 ; 408 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; D19 ; 404 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; D20 ; 398 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; D20 ; 398 ; 7 ; VGA_G[0] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; D21 ; 376 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; D22 ; 374 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; D23 ; 385 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; D24 ; 366 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; D25 ; 373 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; D26 ; 369 ; 7 ; UART_CTS ; input ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; -; D27 ; 346 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; D27 ; 346 ; 7 ; VGA_CLK ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; D28 ; 350 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; D29 ; 325 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; ; D30 ; 324 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; @@ -856,13 +893,13 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; E15 ; 436 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; E16 ; 433 ; 8 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; E17 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; -; E18 ; 399 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; E19 ; 400 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; E18 ; 399 ; 7 ; VGA_R[4] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; E19 ; 400 ; 7 ; VGA_R[5] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; E20 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; ; E21 ; 377 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; E22 ; 375 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; E23 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; -; E24 ; 367 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; E24 ; 367 ; 7 ; VGA_B[0] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; E25 ; 348 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; E26 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; ; E27 ; 338 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; @@ -889,11 +926,11 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; F18 ; 410 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; F19 ; 378 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; F20 ; 389 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; F21 ; 390 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; F21 ; 390 ; 7 ; VGA_G[5] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; F22 ; 360 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; F23 ; 355 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; F24 ; 347 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; F25 ; 344 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; F24 ; 347 ; 7 ; VGA_B[4] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; +; F25 ; 344 ; 7 ; VGA_BLANK_N ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; F26 ; 342 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; ; F27 ; 341 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; ; F28 ; 336 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; @@ -923,7 +960,7 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; G22 ; 361 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; G23 ; 356 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; G24 ; 351 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; G25 ; 343 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; G25 ; 343 ; 7 ; VGA_B[6] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; G26 ; 340 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; ; G27 ; 339 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; ; G28 ; 319 ; 6 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Row I/O ; ; no ; On ; @@ -1007,7 +1044,7 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp ; K16 ; ; 8A ; VCC_CLKIN8A ; power ; ; 2.5V ; -- ; ; -- ; -- ; ; K17 ; 420 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; K18 ; 416 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; -; K19 ; 417 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; +; K19 ; 417 ; 7 ; VGA_G[3] ; output ; 2.5 V ; ; Column I/O ; Y ; no ; Off ; ; K20 ; ; ; GND ; gnd ; ; ; -- ; ; -- ; -- ; ; K21 ; 354 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; ; K22 ; 353 ; 7 ; RESERVED_INPUT_WITH_WEAK_PULLUP ; ; ; ; Column I/O ; ; no ; On ; @@ -1323,6 +1360,60 @@ The pin-out file can be found in C:/Users/jeffr/AppData/Local/quartus/watch/outp Note: Pin directions (input, output or bidir) are based on device operating in user mode. ++-------------------------------------------------------------------------------------------------------------+ +; PLL Summary ; ++-------------------------------+-----------------------------------------------------------------------------+ +; Name ; vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|pll1 ; ++-------------------------------+-----------------------------------------------------------------------------+ +; SDC pin name ; pll_inst|altpll_component|auto_generated|pll1 ; +; PLL type ; GPLL ; +; PLL mode ; Normal ; +; Compensate clock ; clock0 ; +; Compensated input/output pins ; -- ; +; Switchover type ; -- ; +; Input frequency 0 ; 50.0 MHz ; +; Input frequency 1 ; -- ; +; Nominal PFD frequency ; 6.3 MHz ; +; Nominal VCO frequency ; 593.8 MHz ; +; VCO post scale K counter ; 2 ; +; VCO frequency control ; Auto ; +; VCO phase shift step ; 210 ps ; +; VCO multiply ; -- ; +; VCO divide ; -- ; +; DPA multiply ; -- ; +; DPA divide ; -- ; +; DPA divider counter value ; 1 ; +; Freq min lock ; 43.2 MHz ; +; Freq max lock ; 67.37 MHz ; +; M VCO Tap ; 0 ; +; M Initial ; 1 ; +; M value ; 95 ; +; N value ; 8 ; +; Charge pump current ; setting 1 ; +; Loop filter resistance ; setting 16 ; +; Loop filter capacitance ; setting 0 ; +; Bandwidth ; 340 kHz to 540 kHz ; +; Bandwidth type ; Medium ; +; Real time reconfigurable ; Off ; +; Scan chain MIF file ; -- ; +; Preserve PLL counter order ; Off ; +; PLL location ; PLL_1 ; +; Inclk0 signal ; CLOCK_50 ; +; Inclk1 signal ; -- ; +; Inclk0 signal type ; Dedicated Pin ; +; Inclk1 signal type ; -- ; ++-------------------------------+-----------------------------------------------------------------------------+ + + ++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; PLL Usage ; ++-----------------------------------------------------------------------------------------+--------------+------+-----+------------------+-------------+------------------+------------+---------+---------------+------------+---------------+---------+---------+------------------------------------------------------+ +; Name ; Output Clock ; Mult ; Div ; Output Frequency ; Phase Shift ; Phase Shift Step ; Duty Cycle ; Counter ; Counter Value ; High / Low ; Cascade Input ; Initial ; VCO Tap ; SDC Pin Name ; ++-----------------------------------------------------------------------------------------+--------------+------+-----+------------------+-------------+------------------+------------+---------+---------------+------------+---------------+---------+---------+------------------------------------------------------+ +; vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|wire_pll1_clk[0] ; clock0 ; 95 ; 32 ; 148.44 MHz ; 0 (0 ps) ; 11.25 (210 ps) ; 50/50 ; C0 ; 4 ; 2/2 Even ; -- ; 1 ; 0 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; ++-----------------------------------------------------------------------------------------+--------------+------+-----+------------------+-------------+------------------+------------+---------+---------------+------------+---------------+---------+---------+------------------------------------------------------+ + + +---------------------------------------------+ ; I/O Assignment Warnings ; +-------------+-------------------------------+ @@ -1346,21 +1437,60 @@ Note: Pin directions (input, output or bidir) are based on device operating in u ; LCD_EN ; Incomplete set of assignments ; ; LCD_RS ; Incomplete set of assignments ; ; LCD_ON ; Incomplete set of assignments ; +; VGA_CLK ; Incomplete set of assignments ; +; VGA_HS ; Incomplete set of assignments ; +; VGA_VS ; Incomplete set of assignments ; +; VGA_BLANK_N ; Incomplete set of assignments ; +; VGA_SYNC_N ; Incomplete set of assignments ; +; VGA_R[0] ; Incomplete set of assignments ; +; VGA_R[1] ; Incomplete set of assignments ; +; VGA_R[2] ; Incomplete set of assignments ; +; VGA_R[3] ; Incomplete set of assignments ; +; VGA_R[4] ; Incomplete set of assignments ; +; VGA_R[5] ; Incomplete set of assignments ; +; VGA_R[6] ; Incomplete set of assignments ; +; VGA_R[7] ; Incomplete set of assignments ; +; VGA_G[0] ; Incomplete set of assignments ; +; VGA_G[1] ; Incomplete set of assignments ; +; VGA_G[2] ; Incomplete set of assignments ; +; VGA_G[3] ; Incomplete set of assignments ; +; VGA_G[4] ; Incomplete set of assignments ; +; VGA_G[5] ; Incomplete set of assignments ; +; VGA_G[6] ; Incomplete set of assignments ; +; VGA_G[7] ; Incomplete set of assignments ; +; VGA_B[0] ; Incomplete set of assignments ; +; VGA_B[1] ; Incomplete set of assignments ; +; VGA_B[2] ; Incomplete set of assignments ; +; VGA_B[3] ; Incomplete set of assignments ; +; VGA_B[4] ; Incomplete set of assignments ; +; VGA_B[5] ; Incomplete set of assignments ; +; VGA_B[6] ; Incomplete set of assignments ; +; VGA_B[7] ; Incomplete set of assignments ; ; CLOCK_50 ; Incomplete set of assignments ; ; KEY[0] ; Incomplete set of assignments ; ; UART_RXD ; Incomplete set of assignments ; +-------------+-------------------------------+ -+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -; Fitter Resource Utilization by Entity ; -+----------------------------+-------------+---------------------------+---------------+-------------+------+--------------+---------+-----------+-----------+------+--------------+--------------+-------------------+------------------+-----------------------------------+--------------+--------------+ -; Compilation Hierarchy Node ; Logic Cells ; Dedicated Logic Registers ; I/O Registers ; Memory Bits ; M9Ks ; DSP Elements ; DSP 9x9 ; DSP 18x18 ; DSP 36x36 ; Pins ; Virtual Pins ; LUT-Only LCs ; Register-Only LCs ; LUT/Register LCs ; Full Hierarchy Name ; Entity Name ; Library Name ; -+----------------------------+-------------+---------------------------+---------------+-------------+------+--------------+---------+-----------+-----------+------+--------------+--------------+-------------------+------------------+-----------------------------------+--------------+--------------+ -; |de2i_150_top ; 189 (9) ; 106 (9) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 21 ; 0 ; 83 (0) ; 16 (3) ; 90 (2) ; |de2i_150_top ; de2i_150_top ; work ; -; |lcd_driver:lcd_inst| ; 107 (107) ; 54 (54) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 49 (49) ; 4 (4) ; 54 (54) ; |de2i_150_top|lcd_driver:lcd_inst ; lcd_driver ; work ; -; |uart_rx:uart_inst| ; 77 (77) ; 43 (43) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 34 (34) ; 9 (9) ; 34 (34) ; |de2i_150_top|uart_rx:uart_inst ; uart_rx ; work ; -+----------------------------+-------------+---------------------------+---------------+-------------+------+--------------+---------+-----------+-----------+------+--------------+--------------+-------------------+------------------+-----------------------------------+--------------+--------------+ ++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Fitter Resource Utilization by Entity ; ++-------------------------------------------+---------------+---------------------------+---------------+-------------+------+--------------+---------+-----------+-----------+------+--------------+--------------+-------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------+---------------------+--------------+ +; Compilation Hierarchy Node ; Logic Cells ; Dedicated Logic Registers ; I/O Registers ; Memory Bits ; M9Ks ; DSP Elements ; DSP 9x9 ; DSP 18x18 ; DSP 36x36 ; Pins ; Virtual Pins ; LUT-Only LCs ; Register-Only LCs ; LUT/Register LCs ; Full Hierarchy Name ; Entity Name ; Library Name ; ++-------------------------------------------+---------------+---------------------------+---------------+-------------+------+--------------+---------+-----------+-----------+------+--------------+--------------+-------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------+---------------------+--------------+ +; |de2i_150_top ; 38784 (9) ; 28841 (9) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 50 ; 0 ; 9943 (1) ; 14551 (2) ; 14290 (1) ; |de2i_150_top ; de2i_150_top ; work ; +; |lcd_driver:lcd_inst| ; 102 (102) ; 54 (54) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 42 (42) ; 3 (3) ; 57 (57) ; |de2i_150_top|lcd_driver:lcd_inst ; lcd_driver ; work ; +; |text_screen_gen:text_gen| ; 38559 (38112) ; 28708 (28708) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 9837 (9395) ; 14539 (14539) ; 14183 (14119) ; |de2i_150_top|text_screen_gen:text_gen ; text_screen_gen ; work ; +; |font_rom:f_rom| ; 425 (425) ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 375 (375) ; 0 (0) ; 50 (50) ; |de2i_150_top|text_screen_gen:text_gen|font_rom:f_rom ; font_rom ; work ; +; |lpm_divide:Div0| ; 81 (0) ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 67 (0) ; 0 (0) ; 14 (0) ; |de2i_150_top|text_screen_gen:text_gen|lpm_divide:Div0 ; lpm_divide ; work ; +; |lpm_divide_rmm:auto_generated| ; 81 (0) ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 67 (0) ; 0 (0) ; 14 (0) ; |de2i_150_top|text_screen_gen:text_gen|lpm_divide:Div0|lpm_divide_rmm:auto_generated ; lpm_divide_rmm ; work ; +; |sign_div_unsign_plh:divider| ; 81 (0) ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 67 (0) ; 0 (0) ; 14 (0) ; |de2i_150_top|text_screen_gen:text_gen|lpm_divide:Div0|lpm_divide_rmm:auto_generated|sign_div_unsign_plh:divider ; sign_div_unsign_plh ; work ; +; |alt_u_div_0bf:divider| ; 81 (81) ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 67 (67) ; 0 (0) ; 14 (14) ; |de2i_150_top|text_screen_gen:text_gen|lpm_divide:Div0|lpm_divide_rmm:auto_generated|sign_div_unsign_plh:divider|alt_u_div_0bf:divider ; alt_u_div_0bf ; work ; +; |uart_rx:uart_inst| ; 75 (75) ; 43 (43) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 32 (32) ; 7 (7) ; 36 (36) ; |de2i_150_top|uart_rx:uart_inst ; uart_rx ; work ; +; |vga_controller:vga_c| ; 63 (63) ; 27 (27) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 31 (31) ; 0 (0) ; 32 (32) ; |de2i_150_top|vga_controller:vga_c ; vga_controller ; work ; +; |vga_pll:pll_inst| ; 0 (0) ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 (0) ; 0 (0) ; 0 (0) ; |de2i_150_top|vga_pll:pll_inst ; vga_pll ; work ; +; |altpll:altpll_component| ; 0 (0) ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 (0) ; 0 (0) ; 0 (0) ; |de2i_150_top|vga_pll:pll_inst|altpll:altpll_component ; altpll ; work ; +; |vga_pll_altpll:auto_generated| ; 0 (0) ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 (0) ; 0 (0) ; 0 (0) ; |de2i_150_top|vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated ; vga_pll_altpll ; work ; ++-------------------------------------------+---------------+---------------------------+---------------+-------------+------+--------------+---------+-----------+-----------+------+--------------+--------------+-------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------+---------------------+--------------+ Note: For table entries with two numbers listed, the numbers in parentheses indicate the number of resources of the given type used by the specific entity alone. The numbers listed outside of parentheses indicate the total resources of the given type used by the specific entity and all of its sub-entities in the hierarchy. @@ -1387,9 +1517,38 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi ; LCD_EN ; Output ; -- ; -- ; -- ; -- ; -- ; ; LCD_RS ; Output ; -- ; -- ; -- ; -- ; -- ; ; LCD_ON ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_CLK ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_HS ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_VS ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_BLANK_N ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_SYNC_N ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_R[0] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_R[1] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_R[2] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_R[3] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_R[4] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_R[5] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_R[6] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_R[7] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_G[0] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_G[1] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_G[2] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_G[3] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_G[4] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_G[5] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_G[6] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_G[7] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_B[0] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_B[1] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_B[2] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_B[3] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_B[4] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_B[5] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_B[6] ; Output ; -- ; -- ; -- ; -- ; -- ; +; VGA_B[7] ; Output ; -- ; -- ; -- ; -- ; -- ; ; CLOCK_50 ; Input ; (0) 0 ps ; -- ; -- ; -- ; -- ; ; KEY[0] ; Input ; (6) 1325 ps ; -- ; -- ; -- ; -- ; -; UART_RXD ; Input ; -- ; (6) 1322 ps ; -- ; -- ; -- ; +; UART_RXD ; Input ; (6) 1322 ps ; -- ; -- ; -- ; -- ; +-------------+----------+---------------+---------------+-----------------------+-----+------+ @@ -1404,6 +1563,7 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi ; UART_CTS ; ; ; ; CLOCK_50 ; ; ; ; KEY[0] ; ; ; +; - lcd_char_data[0] ; 0 ; 6 ; ; - lcd_char_valid ; 0 ; 6 ; ; - lcd_driver:lcd_inst|LCD_DATA[0] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|LCD_DATA[1] ; 0 ; 6 ; @@ -1441,6 +1601,12 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi ; - lcd_driver:lcd_inst|cnt[0] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|cnt[1] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|cnt[2] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[6] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[7] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[8] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[9] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[10] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[11] ; 0 ; 6 ; ; - uart_rx:uart_inst|clk_cnt[0] ; 0 ; 6 ; ; - uart_rx:uart_inst|clk_cnt[1] ; 0 ; 6 ; ; - uart_rx:uart_inst|clk_cnt[2] ; 0 ; 6 ; @@ -1458,18 +1624,24 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi ; - uart_rx:uart_inst|clk_cnt[14] ; 0 ; 6 ; ; - uart_rx:uart_inst|clk_cnt[15] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|state.S_ENTRY_MODE ; 0 ; 6 ; +; - lcd_char_data[1] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|state.S_DISP_ON ; 0 ; 6 ; +; - lcd_char_data[2] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|state.S_INIT_1 ; 0 ; 6 ; +; - lcd_char_data[3] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|state.S_DISP_OFF ; 0 ; 6 ; ; - lcd_driver:lcd_inst|state.S_FUNC_SET ; 0 ; 6 ; ; - lcd_driver:lcd_inst|state.S_INIT_2 ; 0 ; 6 ; ; - lcd_driver:lcd_inst|state.S_INIT_3 ; 0 ; 6 ; +; - lcd_char_data[4] ; 0 ; 6 ; +; - lcd_char_data[5] ; 0 ; 6 ; +; - lcd_char_data[6] ; 0 ; 6 ; +; - lcd_char_data[7] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; 0 ; 6 ; ; - uart_rx:uart_inst|rx_ready ; 0 ; 6 ; ; - lcd_driver:lcd_inst|busy ; 0 ; 6 ; ; - lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; 0 ; 6 ; ; - uart_rx:uart_inst|rx_data[0] ; 0 ; 6 ; -; - lcd_char_data[0]~0 ; 0 ; 6 ; ; - lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; 0 ; 6 ; ; - uart_rx:uart_inst|rx_data[1] ; 0 ; 6 ; ; - lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; 0 ; 6 ; @@ -1483,206 +1655,4365 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi ; - uart_rx:uart_inst|rx_data[5] ; 0 ; 6 ; ; - uart_rx:uart_inst|rx_data[6] ; 0 ; 6 ; ; - uart_rx:uart_inst|rx_data[7] ; 0 ; 6 ; -; - lcd_driver:lcd_inst|delay_target[10]~0 ; 0 ; 6 ; +; - comb~0 ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[5] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[4] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[3] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[2] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[1] ; 0 ; 6 ; +; - text_screen_gen:text_gen|cursor_pos[0] ; 0 ; 6 ; +; - text_screen_gen:text_gen|comb~4 ; 0 ; 6 ; ; - uart_rx:uart_inst|state.S_STOP_BIT ; 0 ; 6 ; -; - uart_rx:uart_inst|state.S_DATA_BITS ; 0 ; 6 ; -; - uart_rx:uart_inst|bit_index[1] ; 0 ; 6 ; +; - uart_rx:uart_inst|state.S_CLEANUP ; 0 ; 6 ; ; - uart_rx:uart_inst|bit_index[2] ; 0 ; 6 ; ; - uart_rx:uart_inst|bit_index[0] ; 0 ; 6 ; +; - uart_rx:uart_inst|state.S_DATA_BITS ; 0 ; 6 ; +; - uart_rx:uart_inst|bit_index[1] ; 0 ; 6 ; ; - uart_rx:uart_inst|state.S_START_BIT ; 0 ; 6 ; ; - uart_rx:uart_inst|state.S_IDLE ; 0 ; 6 ; -; - uart_rx:uart_inst|state.S_CLEANUP ; 0 ; 6 ; ; - uart_rx:uart_inst|Decoder0~0 ; 0 ; 6 ; +; - lcd_driver:lcd_inst|delay_target[10]~2 ; 0 ; 6 ; ; UART_RXD ; ; ; -; - uart_rx:uart_inst|rx_sync_stage1~0 ; 1 ; 6 ; +; - uart_rx:uart_inst|rx_sync_stage1~0 ; 0 ; 6 ; +----------------------------------------------------------------+-------------------+---------+ -+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -; Control Signals ; -+----------------------------------------+--------------------+---------+----------------------------+--------+----------------------+------------------+---------------------------+ -; Name ; Location ; Fan-Out ; Usage ; Global ; Global Resource Used ; Global Line Name ; Enable Signal Source Name ; -+----------------------------------------+--------------------+---------+----------------------------+--------+----------------------+------------------+---------------------------+ -; CLOCK_50 ; PIN_AJ16 ; 106 ; Clock ; yes ; Global Clock ; GCLK28 ; -- ; -; KEY[0] ; PIN_AA26 ; 89 ; Async. clear, Clock enable ; no ; -- ; -- ; -- ; -; lcd_char_data[0]~0 ; LCCOMB_X58_Y6_N26 ; 8 ; Clock enable ; no ; -- ; -- ; -- ; -; lcd_driver:lcd_inst|Selector42~1 ; LCCOMB_X54_Y5_N10 ; 15 ; Clock enable ; no ; -- ; -- ; -- ; -; lcd_driver:lcd_inst|WideOr3~0 ; LCCOMB_X57_Y5_N0 ; 23 ; Clock enable ; no ; -- ; -- ; -- ; -; lcd_driver:lcd_inst|cnt[3]~62 ; LCCOMB_X56_Y5_N6 ; 20 ; Sync. clear ; no ; -- ; -- ; -- ; -; lcd_driver:lcd_inst|delay_target[10]~0 ; LCCOMB_X55_Y5_N14 ; 2 ; Clock enable ; no ; -- ; -- ; -- ; -; lcd_driver:lcd_inst|state.S_IDLE ; FF_X58_Y5_N23 ; 19 ; Sync. load ; no ; -- ; -- ; -- ; -; uart_rx:uart_inst|clk_cnt[6]~49 ; LCCOMB_X69_Y11_N2 ; 16 ; Sync. clear ; no ; -- ; -- ; -- ; -; uart_rx:uart_inst|clk_cnt[6]~50 ; LCCOMB_X69_Y11_N16 ; 16 ; Clock enable ; no ; -- ; -- ; -- ; -; uart_rx:uart_inst|rx_data[0]~0 ; LCCOMB_X67_Y11_N26 ; 11 ; Clock enable ; no ; -- ; -- ; -- ; -+----------------------------------------+--------------------+---------+----------------------------+--------+----------------------+------------------+---------------------------+ - - -+--------------------------------------------------------------------------------------------------------------------------------------------+ -; Global & Other Fast Signals ; -+----------+----------+---------+--------------------------------------+----------------------+------------------+---------------------------+ -; Name ; Location ; Fan-Out ; Fan-Out Using Intentional Clock Skew ; Global Resource Used ; Global Line Name ; Enable Signal Source Name ; -+----------+----------+---------+--------------------------------------+----------------------+------------------+---------------------------+ -; CLOCK_50 ; PIN_AJ16 ; 106 ; 24 ; Global Clock ; GCLK28 ; -- ; -+----------+----------+---------+--------------------------------------+----------------------+------------------+---------------------------+ - - -+-------------------------------------------------------------+ -; Routing Usage Summary ; -+-----------------------------------+-------------------------+ -; Routing Resource Type ; Usage ; -+-----------------------------------+-------------------------+ -; Block interconnects ; 223 / 445,464 ( < 1 % ) ; -; C16 interconnects ; 6 / 12,402 ( < 1 % ) ; -; C4 interconnects ; 76 / 263,952 ( < 1 % ) ; -; Direct links ; 84 / 445,464 ( < 1 % ) ; -; GXB block output buffers ; 0 / 3,600 ( 0 % ) ; -; Global clocks ; 1 / 30 ( 3 % ) ; -; Interquad Reference Clock Outputs ; 0 / 2 ( 0 % ) ; -; Interquad TXRX Clocks ; 0 / 16 ( 0 % ) ; -; Interquad TXRX PCSRX outputs ; 0 / 8 ( 0 % ) ; -; Interquad TXRX PCSTX outputs ; 0 / 8 ( 0 % ) ; -; Local interconnects ; 129 / 149,760 ( < 1 % ) ; -; R24 interconnects ; 20 / 12,690 ( < 1 % ) ; -; R4 interconnects ; 132 / 370,260 ( < 1 % ) ; -+-----------------------------------+-------------------------+ - - -+----------------------------------------------------------------------------+ -; LAB Logic Elements ; -+---------------------------------------------+------------------------------+ -; Number of Logic Elements (Average = 12.60) ; Number of LABs (Total = 15) ; -+---------------------------------------------+------------------------------+ -; 1 ; 1 ; -; 2 ; 1 ; -; 3 ; 0 ; -; 4 ; 0 ; -; 5 ; 0 ; -; 6 ; 0 ; -; 7 ; 1 ; -; 8 ; 0 ; -; 9 ; 0 ; -; 10 ; 0 ; -; 11 ; 1 ; -; 12 ; 0 ; -; 13 ; 0 ; -; 14 ; 3 ; -; 15 ; 2 ; -; 16 ; 6 ; -+---------------------------------------------+------------------------------+ - - -+-------------------------------------------------------------------+ -; LAB-wide Signals ; -+------------------------------------+------------------------------+ -; LAB-wide Signals (Average = 2.40) ; Number of LABs (Total = 15) ; -+------------------------------------+------------------------------+ -; 1 Async. clear ; 13 ; -; 1 Clock ; 15 ; -; 1 Clock enable ; 5 ; -; 1 Sync. clear ; 2 ; -; 1 Sync. load ; 1 ; -+------------------------------------+------------------------------+ ++-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Control Signals ; ++-----------------------------------------------------------------------------------------+---------------------+---------+----------------------------+--------+----------------------+------------------+---------------------------+ +; Name ; Location ; Fan-Out ; Usage ; Global ; Global Resource Used ; Global Line Name ; Enable Signal Source Name ; ++-----------------------------------------------------------------------------------------+---------------------+---------+----------------------------+--------+----------------------+------------------+---------------------------+ +; CLOCK_50 ; PIN_AJ16 ; 28790 ; Clock ; yes ; Global Clock ; GCLK28 ; -- ; +; CLOCK_50 ; PIN_AJ16 ; 2 ; Clock ; no ; -- ; -- ; -- ; +; KEY[0] ; PIN_AA26 ; 110 ; Async. clear, Clock enable ; no ; -- ; -- ; -- ; +; always0~0 ; LCCOMB_X15_Y17_N28 ; 9 ; Clock enable ; no ; -- ; -- ; -- ; +; comb~0 ; LCCOMB_X1_Y13_N20 ; 24 ; Async. clear ; yes ; Global Clock ; GCLK3 ; -- ; +; lcd_driver:lcd_inst|Selector42~2 ; LCCOMB_X15_Y17_N30 ; 6 ; Clock enable ; no ; -- ; -- ; -- ; +; lcd_driver:lcd_inst|WideOr3~0 ; LCCOMB_X15_Y17_N2 ; 32 ; Clock enable ; no ; -- ; -- ; -- ; +; lcd_driver:lcd_inst|cnt[7]~54 ; LCCOMB_X17_Y17_N30 ; 20 ; Sync. clear ; no ; -- ; -- ; -- ; +; lcd_driver:lcd_inst|delay_target[10]~2 ; LCCOMB_X15_Y18_N28 ; 2 ; Clock enable ; no ; -- ; -- ; -- ; +; lcd_driver:lcd_inst|state.S_IDLE ; FF_X16_Y17_N1 ; 19 ; Sync. load ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|always0~1 ; LCCOMB_X72_Y28_N20 ; 16 ; Sync. load ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52734 ; LCCOMB_X93_Y46_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52737 ; LCCOMB_X91_Y42_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52738 ; LCCOMB_X93_Y46_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52739 ; LCCOMB_X91_Y57_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52742 ; LCCOMB_X38_Y57_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52744 ; LCCOMB_X56_Y57_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52745 ; LCCOMB_X38_Y57_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52746 ; LCCOMB_X53_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52747 ; LCCOMB_X60_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52748 ; LCCOMB_X56_Y57_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52749 ; LCCOMB_X67_Y80_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52750 ; LCCOMB_X72_Y57_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52751 ; LCCOMB_X75_Y61_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52752 ; LCCOMB_X60_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52753 ; LCCOMB_X66_Y57_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52754 ; LCCOMB_X72_Y57_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52756 ; LCCOMB_X62_Y60_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52758 ; LCCOMB_X40_Y60_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52759 ; LCCOMB_X63_Y53_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52760 ; LCCOMB_X41_Y58_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52762 ; LCCOMB_X85_Y61_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52764 ; LCCOMB_X85_Y56_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52765 ; LCCOMB_X85_Y42_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52766 ; LCCOMB_X84_Y61_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52768 ; LCCOMB_X62_Y57_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52770 ; LCCOMB_X67_Y62_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52771 ; LCCOMB_X62_Y57_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52772 ; LCCOMB_X80_Y61_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52773 ; LCCOMB_X70_Y60_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52774 ; LCCOMB_X62_Y60_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52775 ; LCCOMB_X63_Y60_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52776 ; LCCOMB_X70_Y53_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52778 ; LCCOMB_X84_Y41_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52780 ; LCCOMB_X91_Y57_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52781 ; LCCOMB_X91_Y42_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52782 ; LCCOMB_X80_Y61_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52784 ; LCCOMB_X59_Y65_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52786 ; LCCOMB_X38_Y57_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52787 ; LCCOMB_X35_Y61_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52788 ; LCCOMB_X35_Y61_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52790 ; LCCOMB_X64_Y56_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52792 ; LCCOMB_X51_Y64_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52793 ; LCCOMB_X64_Y56_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52794 ; LCCOMB_X71_Y61_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52795 ; LCCOMB_X75_Y61_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52796 ; LCCOMB_X63_Y59_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52797 ; LCCOMB_X63_Y60_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52798 ; LCCOMB_X71_Y61_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52801 ; LCCOMB_X73_Y57_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52802 ; LCCOMB_X82_Y60_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52803 ; LCCOMB_X72_Y60_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52804 ; LCCOMB_X83_Y60_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52806 ; LCCOMB_X38_Y57_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52807 ; LCCOMB_X63_Y56_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52808 ; LCCOMB_X63_Y56_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52809 ; LCCOMB_X63_Y59_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52812 ; LCCOMB_X67_Y54_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52813 ; LCCOMB_X79_Y56_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52814 ; LCCOMB_X79_Y53_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52815 ; LCCOMB_X83_Y54_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52817 ; LCCOMB_X70_Y60_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52818 ; LCCOMB_X70_Y60_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52819 ; LCCOMB_X70_Y60_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52820 ; LCCOMB_X70_Y60_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52823 ; LCCOMB_X56_Y26_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52825 ; LCCOMB_X34_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52826 ; LCCOMB_X45_Y54_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52827 ; LCCOMB_X28_Y44_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52829 ; LCCOMB_X48_Y55_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52830 ; LCCOMB_X44_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52831 ; LCCOMB_X48_Y55_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52832 ; LCCOMB_X44_Y54_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52834 ; LCCOMB_X45_Y55_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52835 ; LCCOMB_X37_Y37_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52836 ; LCCOMB_X45_Y55_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52837 ; LCCOMB_X37_Y44_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52838 ; LCCOMB_X79_Y51_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52839 ; LCCOMB_X45_Y50_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52840 ; LCCOMB_X45_Y46_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52841 ; LCCOMB_X53_Y42_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52842 ; LCCOMB_X69_Y57_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52843 ; LCCOMB_X69_Y50_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52844 ; LCCOMB_X69_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52845 ; LCCOMB_X77_Y49_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52846 ; LCCOMB_X40_Y46_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52847 ; LCCOMB_X79_Y53_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52848 ; LCCOMB_X38_Y33_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52849 ; LCCOMB_X40_Y46_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52850 ; LCCOMB_X48_Y56_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52851 ; LCCOMB_X51_Y42_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52852 ; LCCOMB_X48_Y53_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52853 ; LCCOMB_X48_Y34_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52854 ; LCCOMB_X41_Y54_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52855 ; LCCOMB_X73_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52856 ; LCCOMB_X39_Y35_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52857 ; LCCOMB_X41_Y54_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52858 ; LCCOMB_X28_Y35_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52859 ; LCCOMB_X39_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52860 ; LCCOMB_X39_Y35_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52861 ; LCCOMB_X25_Y35_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52862 ; LCCOMB_X48_Y46_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52863 ; LCCOMB_X48_Y50_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52864 ; LCCOMB_X48_Y46_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52865 ; LCCOMB_X48_Y46_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52867 ; LCCOMB_X55_Y61_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52869 ; LCCOMB_X48_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52870 ; LCCOMB_X48_Y55_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52871 ; LCCOMB_X55_Y61_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52872 ; LCCOMB_X38_Y53_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52873 ; LCCOMB_X38_Y53_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52874 ; LCCOMB_X45_Y46_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52875 ; LCCOMB_X66_Y53_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52876 ; LCCOMB_X28_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52877 ; LCCOMB_X40_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52878 ; LCCOMB_X44_Y40_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52879 ; LCCOMB_X40_Y54_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52880 ; LCCOMB_X51_Y54_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52881 ; LCCOMB_X51_Y42_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52882 ; LCCOMB_X48_Y53_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52883 ; LCCOMB_X51_Y54_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52884 ; LCCOMB_X53_Y56_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52886 ; LCCOMB_X48_Y56_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52887 ; LCCOMB_X48_Y56_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52888 ; LCCOMB_X58_Y34_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52889 ; LCCOMB_X48_Y35_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52890 ; LCCOMB_X44_Y54_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52891 ; LCCOMB_X44_Y40_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52892 ; LCCOMB_X40_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52895 ; LCCOMB_X30_Y46_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52897 ; LCCOMB_X21_Y44_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52898 ; LCCOMB_X30_Y46_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52899 ; LCCOMB_X31_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52901 ; LCCOMB_X86_Y53_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52903 ; LCCOMB_X68_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52904 ; LCCOMB_X83_Y52_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52905 ; LCCOMB_X86_Y53_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52907 ; LCCOMB_X57_Y54_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52909 ; LCCOMB_X59_Y61_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52910 ; LCCOMB_X57_Y54_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52911 ; LCCOMB_X59_Y61_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52912 ; LCCOMB_X77_Y53_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52913 ; LCCOMB_X69_Y54_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52914 ; LCCOMB_X76_Y54_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52915 ; LCCOMB_X72_Y45_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52916 ; LCCOMB_X87_Y50_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52917 ; LCCOMB_X87_Y50_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52918 ; LCCOMB_X87_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52919 ; LCCOMB_X87_Y50_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52921 ; LCCOMB_X32_Y38_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52923 ; LCCOMB_X24_Y35_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52924 ; LCCOMB_X29_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52925 ; LCCOMB_X27_Y47_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52927 ; LCCOMB_X51_Y38_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52929 ; LCCOMB_X64_Y53_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52930 ; LCCOMB_X61_Y53_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52931 ; LCCOMB_X69_Y57_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52932 ; LCCOMB_X76_Y54_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52933 ; LCCOMB_X79_Y53_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52934 ; LCCOMB_X79_Y53_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52935 ; LCCOMB_X76_Y53_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52936 ; LCCOMB_X86_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52937 ; LCCOMB_X87_Y46_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52938 ; LCCOMB_X86_Y49_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52939 ; LCCOMB_X85_Y49_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52941 ; LCCOMB_X28_Y43_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52943 ; LCCOMB_X27_Y46_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52944 ; LCCOMB_X29_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52945 ; LCCOMB_X28_Y43_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52947 ; LCCOMB_X51_Y57_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52949 ; LCCOMB_X54_Y61_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52950 ; LCCOMB_X51_Y57_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52951 ; LCCOMB_X54_Y61_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52952 ; LCCOMB_X77_Y53_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52953 ; LCCOMB_X79_Y53_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52954 ; LCCOMB_X79_Y53_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52955 ; LCCOMB_X66_Y53_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52957 ; LCCOMB_X30_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52959 ; LCCOMB_X41_Y40_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52960 ; LCCOMB_X30_Y36_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52961 ; LCCOMB_X32_Y54_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52962 ; LCCOMB_X82_Y56_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52963 ; LCCOMB_X79_Y53_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52964 ; LCCOMB_X82_Y56_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52965 ; LCCOMB_X69_Y54_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52967 ; LCCOMB_X57_Y54_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52968 ; LCCOMB_X61_Y60_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52969 ; LCCOMB_X57_Y54_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52970 ; LCCOMB_X68_Y57_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52971 ; LCCOMB_X76_Y54_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52972 ; LCCOMB_X69_Y54_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52973 ; LCCOMB_X76_Y54_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52974 ; LCCOMB_X69_Y54_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52977 ; LCCOMB_X90_Y47_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52978 ; LCCOMB_X93_Y49_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52979 ; LCCOMB_X89_Y45_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52980 ; LCCOMB_X83_Y56_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52982 ; LCCOMB_X29_Y41_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52984 ; LCCOMB_X29_Y41_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52986 ; LCCOMB_X28_Y41_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52988 ; LCCOMB_X28_Y34_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52990 ; LCCOMB_X62_Y62_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52992 ; LCCOMB_X56_Y32_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52994 ; LCCOMB_X55_Y61_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52995 ; LCCOMB_X62_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52996 ; LCCOMB_X71_Y58_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52997 ; LCCOMB_X75_Y57_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52998 ; LCCOMB_X78_Y57_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~52999 ; LCCOMB_X71_Y58_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53001 ; LCCOMB_X35_Y44_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53003 ; LCCOMB_X34_Y46_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53005 ; LCCOMB_X34_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53007 ; LCCOMB_X35_Y50_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53009 ; LCCOMB_X90_Y46_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53010 ; LCCOMB_X84_Y48_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53011 ; LCCOMB_X97_Y46_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53012 ; LCCOMB_X83_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53014 ; LCCOMB_X56_Y56_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53016 ; LCCOMB_X55_Y52_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53018 ; LCCOMB_X55_Y57_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53020 ; LCCOMB_X60_Y54_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53021 ; LCCOMB_X71_Y54_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53022 ; LCCOMB_X78_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53023 ; LCCOMB_X71_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53024 ; LCCOMB_X71_Y54_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53025 ; LCCOMB_X35_Y37_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53026 ; LCCOMB_X29_Y41_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53027 ; LCCOMB_X34_Y41_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53028 ; LCCOMB_X51_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53029 ; LCCOMB_X90_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53030 ; LCCOMB_X91_Y40_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53031 ; LCCOMB_X91_Y40_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53032 ; LCCOMB_X83_Y56_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53033 ; LCCOMB_X62_Y53_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53034 ; LCCOMB_X58_Y53_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53035 ; LCCOMB_X61_Y53_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53036 ; LCCOMB_X61_Y40_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53037 ; LCCOMB_X71_Y53_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53038 ; LCCOMB_X73_Y53_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53039 ; LCCOMB_X73_Y53_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53040 ; LCCOMB_X71_Y53_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53041 ; LCCOMB_X34_Y49_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53042 ; LCCOMB_X34_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53043 ; LCCOMB_X26_Y42_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53044 ; LCCOMB_X1_Y53_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53045 ; LCCOMB_X90_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53046 ; LCCOMB_X93_Y49_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53047 ; LCCOMB_X90_Y46_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53048 ; LCCOMB_X83_Y58_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53049 ; LCCOMB_X68_Y42_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53050 ; LCCOMB_X62_Y61_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53051 ; LCCOMB_X55_Y61_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53052 ; LCCOMB_X67_Y61_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53053 ; LCCOMB_X71_Y55_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53054 ; LCCOMB_X78_Y54_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53055 ; LCCOMB_X82_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53056 ; LCCOMB_X71_Y58_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53060 ; LCCOMB_X95_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53063 ; LCCOMB_X53_Y51_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53066 ; LCCOMB_X91_Y50_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53069 ; LCCOMB_X92_Y51_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53071 ; LCCOMB_X25_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53073 ; LCCOMB_X27_Y50_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53075 ; LCCOMB_X25_Y40_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53077 ; LCCOMB_X25_Y44_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53079 ; LCCOMB_X67_Y63_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53080 ; LCCOMB_X59_Y63_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53082 ; LCCOMB_X59_Y63_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53083 ; LCCOMB_X60_Y63_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53084 ; LCCOMB_X51_Y63_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53085 ; LCCOMB_X76_Y63_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53086 ; LCCOMB_X53_Y60_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53087 ; LCCOMB_X75_Y50_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53089 ; LCCOMB_X37_Y52_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53091 ; LCCOMB_X37_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53093 ; LCCOMB_X34_Y49_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53094 ; LCCOMB_X60_Y62_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53095 ; LCCOMB_X95_Y55_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53096 ; LCCOMB_X84_Y47_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53097 ; LCCOMB_X84_Y47_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53099 ; LCCOMB_X82_Y59_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53101 ; LCCOMB_X60_Y52_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53102 ; LCCOMB_X38_Y58_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53104 ; LCCOMB_X59_Y55_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53105 ; LCCOMB_X82_Y59_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53106 ; LCCOMB_X48_Y63_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53107 ; LCCOMB_X64_Y63_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53108 ; LCCOMB_X64_Y63_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53109 ; LCCOMB_X60_Y62_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53110 ; LCCOMB_X95_Y55_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53111 ; LCCOMB_X79_Y55_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53112 ; LCCOMB_X86_Y51_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53113 ; LCCOMB_X86_Y51_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53114 ; LCCOMB_X22_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53115 ; LCCOMB_X42_Y47_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53116 ; LCCOMB_X29_Y47_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53117 ; LCCOMB_X30_Y48_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53118 ; LCCOMB_X62_Y38_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53119 ; LCCOMB_X38_Y58_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53120 ; LCCOMB_X59_Y55_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53121 ; LCCOMB_X59_Y55_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53122 ; LCCOMB_X51_Y63_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53123 ; LCCOMB_X64_Y63_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53124 ; LCCOMB_X60_Y59_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53125 ; LCCOMB_X70_Y59_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53126 ; LCCOMB_X38_Y58_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53127 ; LCCOMB_X34_Y56_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53128 ; LCCOMB_X26_Y45_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53129 ; LCCOMB_X41_Y59_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53130 ; LCCOMB_X95_Y55_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53131 ; LCCOMB_X54_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53132 ; LCCOMB_X91_Y50_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53133 ; LCCOMB_X85_Y55_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53134 ; LCCOMB_X67_Y63_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53135 ; LCCOMB_X54_Y63_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53136 ; LCCOMB_X59_Y63_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53137 ; LCCOMB_X61_Y50_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53138 ; LCCOMB_X51_Y63_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53139 ; LCCOMB_X70_Y63_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53140 ; LCCOMB_X72_Y63_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53141 ; LCCOMB_X61_Y54_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53142 ; LCCOMB_X89_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53143 ; LCCOMB_X48_Y43_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53144 ; LCCOMB_X87_Y51_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53145 ; LCCOMB_X85_Y61_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53146 ; LCCOMB_X25_Y41_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53148 ; LCCOMB_X37_Y47_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53150 ; LCCOMB_X22_Y48_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53151 ; LCCOMB_X30_Y50_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53153 ; LCCOMB_X69_Y59_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53155 ; LCCOMB_X47_Y57_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53157 ; LCCOMB_X57_Y59_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53158 ; LCCOMB_X57_Y59_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53159 ; LCCOMB_X46_Y51_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53160 ; LCCOMB_X78_Y59_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53161 ; LCCOMB_X78_Y59_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53162 ; LCCOMB_X75_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53163 ; LCCOMB_X39_Y47_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53165 ; LCCOMB_X58_Y47_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53167 ; LCCOMB_X33_Y47_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53168 ; LCCOMB_X39_Y47_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53169 ; LCCOMB_X89_Y54_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53170 ; LCCOMB_X49_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53171 ; LCCOMB_X91_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53172 ; LCCOMB_X83_Y51_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53174 ; LCCOMB_X58_Y59_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53176 ; LCCOMB_X46_Y52_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53178 ; LCCOMB_X54_Y55_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53179 ; LCCOMB_X55_Y53_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53180 ; LCCOMB_X46_Y47_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53181 ; LCCOMB_X58_Y59_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53182 ; LCCOMB_X68_Y55_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53183 ; LCCOMB_X68_Y55_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53184 ; LCCOMB_X88_Y57_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53185 ; LCCOMB_X46_Y51_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53186 ; LCCOMB_X87_Y51_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53187 ; LCCOMB_X84_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53188 ; LCCOMB_X29_Y43_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53189 ; LCCOMB_X38_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53190 ; LCCOMB_X33_Y47_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53191 ; LCCOMB_X42_Y50_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53192 ; LCCOMB_X66_Y59_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53193 ; LCCOMB_X46_Y52_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53194 ; LCCOMB_X54_Y55_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53195 ; LCCOMB_X45_Y56_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53196 ; LCCOMB_X42_Y56_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53197 ; LCCOMB_X66_Y59_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53198 ; LCCOMB_X70_Y59_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53199 ; LCCOMB_X70_Y59_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53200 ; LCCOMB_X41_Y58_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53201 ; LCCOMB_X35_Y58_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53202 ; LCCOMB_X38_Y54_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53203 ; LCCOMB_X50_Y61_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53204 ; LCCOMB_X88_Y57_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53205 ; LCCOMB_X49_Y51_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53206 ; LCCOMB_X87_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53207 ; LCCOMB_X83_Y51_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53208 ; LCCOMB_X70_Y61_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53209 ; LCCOMB_X47_Y57_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53210 ; LCCOMB_X62_Y61_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53211 ; LCCOMB_X62_Y61_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53212 ; LCCOMB_X48_Y44_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53213 ; LCCOMB_X70_Y61_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53214 ; LCCOMB_X63_Y54_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53215 ; LCCOMB_X63_Y54_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53216 ; LCCOMB_X92_Y55_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53217 ; LCCOMB_X49_Y47_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53218 ; LCCOMB_X87_Y51_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53219 ; LCCOMB_X92_Y55_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53220 ; LCCOMB_X26_Y52_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53222 ; LCCOMB_X25_Y50_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53224 ; LCCOMB_X24_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53225 ; LCCOMB_X27_Y50_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53227 ; LCCOMB_X68_Y63_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53229 ; LCCOMB_X48_Y63_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53231 ; LCCOMB_X58_Y61_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53232 ; LCCOMB_X60_Y63_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53233 ; LCCOMB_X47_Y47_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53234 ; LCCOMB_X69_Y63_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53235 ; LCCOMB_X76_Y63_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53236 ; LCCOMB_X79_Y47_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53237 ; LCCOMB_X26_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53239 ; LCCOMB_X42_Y52_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53241 ; LCCOMB_X31_Y52_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53242 ; LCCOMB_X38_Y53_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53243 ; LCCOMB_X92_Y55_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53244 ; LCCOMB_X51_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53245 ; LCCOMB_X86_Y47_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53246 ; LCCOMB_X86_Y47_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53248 ; LCCOMB_X66_Y63_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53250 ; LCCOMB_X25_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53252 ; LCCOMB_X55_Y63_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53253 ; LCCOMB_X55_Y63_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53254 ; LCCOMB_X47_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53255 ; LCCOMB_X64_Y63_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53256 ; LCCOMB_X64_Y63_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53257 ; LCCOMB_X60_Y62_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53258 ; LCCOMB_X92_Y55_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53259 ; LCCOMB_X49_Y47_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53260 ; LCCOMB_X86_Y47_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53261 ; LCCOMB_X83_Y59_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53262 ; LCCOMB_X22_Y42_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53263 ; LCCOMB_X37_Y50_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53264 ; LCCOMB_X22_Y48_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53265 ; LCCOMB_X30_Y50_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53266 ; LCCOMB_X66_Y63_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53267 ; LCCOMB_X25_Y51_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53268 ; LCCOMB_X55_Y63_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53269 ; LCCOMB_X83_Y59_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53270 ; LCCOMB_X48_Y63_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53271 ; LCCOMB_X71_Y63_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53272 ; LCCOMB_X71_Y63_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53273 ; LCCOMB_X71_Y63_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53274 ; LCCOMB_X26_Y52_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53275 ; LCCOMB_X31_Y52_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53276 ; LCCOMB_X32_Y52_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53277 ; LCCOMB_X26_Y52_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53278 ; LCCOMB_X92_Y55_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53279 ; LCCOMB_X49_Y47_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53280 ; LCCOMB_X86_Y47_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53281 ; LCCOMB_X86_Y47_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53282 ; LCCOMB_X68_Y63_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53283 ; LCCOMB_X48_Y63_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53284 ; LCCOMB_X58_Y61_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53285 ; LCCOMB_X57_Y61_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53286 ; LCCOMB_X47_Y51_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53287 ; LCCOMB_X76_Y63_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53288 ; LCCOMB_X79_Y59_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53289 ; LCCOMB_X79_Y59_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53291 ; LCCOMB_X37_Y55_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53293 ; LCCOMB_X42_Y51_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53294 ; LCCOMB_X42_Y51_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53295 ; LCCOMB_X37_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53296 ; LCCOMB_X87_Y61_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53297 ; LCCOMB_X95_Y55_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53298 ; LCCOMB_X87_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53299 ; LCCOMB_X87_Y58_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53300 ; LCCOMB_X72_Y60_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53302 ; LCCOMB_X68_Y58_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53303 ; LCCOMB_X68_Y58_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53304 ; LCCOMB_X61_Y60_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53305 ; LCCOMB_X69_Y58_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53306 ; LCCOMB_X67_Y53_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53307 ; LCCOMB_X69_Y58_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53308 ; LCCOMB_X67_Y53_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53309 ; LCCOMB_X50_Y58_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53310 ; LCCOMB_X50_Y58_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53311 ; LCCOMB_X51_Y55_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53312 ; LCCOMB_X50_Y58_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53313 ; LCCOMB_X42_Y58_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53314 ; LCCOMB_X38_Y58_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53315 ; LCCOMB_X38_Y58_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53316 ; LCCOMB_X41_Y58_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53317 ; LCCOMB_X51_Y56_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53319 ; LCCOMB_X49_Y58_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53320 ; LCCOMB_X49_Y58_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53321 ; LCCOMB_X51_Y56_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53322 ; LCCOMB_X42_Y58_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53323 ; LCCOMB_X50_Y58_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53324 ; LCCOMB_X50_Y58_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53325 ; LCCOMB_X47_Y58_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53326 ; LCCOMB_X87_Y55_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53327 ; LCCOMB_X85_Y55_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53328 ; LCCOMB_X85_Y55_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53329 ; LCCOMB_X87_Y51_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53331 ; LCCOMB_X25_Y40_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53333 ; LCCOMB_X34_Y55_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53334 ; LCCOMB_X34_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53335 ; LCCOMB_X32_Y52_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53336 ; LCCOMB_X60_Y56_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53338 ; LCCOMB_X60_Y58_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53339 ; LCCOMB_X60_Y58_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53340 ; LCCOMB_X60_Y56_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53341 ; LCCOMB_X76_Y58_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53342 ; LCCOMB_X76_Y55_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53343 ; LCCOMB_X76_Y58_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53344 ; LCCOMB_X76_Y58_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53345 ; LCCOMB_X29_Y46_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53346 ; LCCOMB_X34_Y55_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53347 ; LCCOMB_X29_Y46_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53348 ; LCCOMB_X53_Y58_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53349 ; LCCOMB_X85_Y55_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53350 ; LCCOMB_X84_Y58_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53351 ; LCCOMB_X85_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53352 ; LCCOMB_X83_Y58_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53353 ; LCCOMB_X60_Y58_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53354 ; LCCOMB_X57_Y58_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53355 ; LCCOMB_X64_Y58_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53356 ; LCCOMB_X68_Y58_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53357 ; LCCOMB_X76_Y58_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53358 ; LCCOMB_X78_Y55_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53359 ; LCCOMB_X78_Y55_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53360 ; LCCOMB_X60_Y62_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53361 ; LCCOMB_X66_Y36_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53362 ; LCCOMB_X30_Y42_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53363 ; LCCOMB_X29_Y45_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53364 ; LCCOMB_X34_Y46_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53365 ; LCCOMB_X77_Y35_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53366 ; LCCOMB_X91_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53368 ; LCCOMB_X85_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53370 ; LCCOMB_X91_Y50_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53371 ; LCCOMB_X66_Y56_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53372 ; LCCOMB_X54_Y56_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53373 ; LCCOMB_X59_Y54_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53374 ; LCCOMB_X56_Y56_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53375 ; LCCOMB_X50_Y53_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53376 ; LCCOMB_X67_Y56_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53377 ; LCCOMB_X76_Y56_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53378 ; LCCOMB_X70_Y56_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53379 ; LCCOMB_X49_Y52_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53380 ; LCCOMB_X89_Y54_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53381 ; LCCOMB_X89_Y53_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53382 ; LCCOMB_X83_Y52_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53383 ; LCCOMB_X39_Y47_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53384 ; LCCOMB_X37_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53385 ; LCCOMB_X34_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53386 ; LCCOMB_X35_Y44_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53387 ; LCCOMB_X62_Y57_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53388 ; LCCOMB_X46_Y52_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53389 ; LCCOMB_X55_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53390 ; LCCOMB_X55_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53391 ; LCCOMB_X44_Y42_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53392 ; LCCOMB_X58_Y59_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53393 ; LCCOMB_X73_Y55_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53394 ; LCCOMB_X70_Y55_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53395 ; LCCOMB_X63_Y57_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53396 ; LCCOMB_X1_Y42_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53397 ; LCCOMB_X31_Y45_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53398 ; LCCOMB_X34_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53399 ; LCCOMB_X76_Y35_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53400 ; LCCOMB_X92_Y55_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53401 ; LCCOMB_X87_Y46_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53402 ; LCCOMB_X87_Y46_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53403 ; LCCOMB_X64_Y56_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53404 ; LCCOMB_X55_Y54_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53405 ; LCCOMB_X59_Y54_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53406 ; LCCOMB_X61_Y53_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53407 ; LCCOMB_X47_Y52_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53408 ; LCCOMB_X64_Y56_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53409 ; LCCOMB_X72_Y56_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53410 ; LCCOMB_X71_Y56_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53411 ; LCCOMB_X49_Y50_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53412 ; LCCOMB_X83_Y50_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53413 ; LCCOMB_X83_Y50_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53414 ; LCCOMB_X83_Y50_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53415 ; LCCOMB_X35_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53416 ; LCCOMB_X41_Y35_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53417 ; LCCOMB_X30_Y46_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53418 ; LCCOMB_X35_Y50_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53419 ; LCCOMB_X67_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53420 ; LCCOMB_X53_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53421 ; LCCOMB_X57_Y54_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53422 ; LCCOMB_X60_Y54_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53423 ; LCCOMB_X50_Y55_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53424 ; LCCOMB_X67_Y54_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53425 ; LCCOMB_X73_Y55_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53426 ; LCCOMB_X70_Y55_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53427 ; LCCOMB_X93_Y41_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53428 ; LCCOMB_X89_Y54_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53429 ; LCCOMB_X82_Y53_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53430 ; LCCOMB_X83_Y60_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53431 ; LCCOMB_X40_Y60_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53432 ; LCCOMB_X49_Y57_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53433 ; LCCOMB_X39_Y60_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53434 ; LCCOMB_X39_Y60_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53435 ; LCCOMB_X68_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53436 ; LCCOMB_X67_Y60_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53437 ; LCCOMB_X66_Y87_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53438 ; LCCOMB_X72_Y60_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53439 ; LCCOMB_X68_Y60_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53440 ; LCCOMB_X70_Y53_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53441 ; LCCOMB_X68_Y60_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53442 ; LCCOMB_X70_Y60_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53443 ; LCCOMB_X25_Y41_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53444 ; LCCOMB_X58_Y33_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53445 ; LCCOMB_X27_Y41_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53446 ; LCCOMB_X27_Y41_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53447 ; LCCOMB_X77_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53448 ; LCCOMB_X49_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53449 ; LCCOMB_X50_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53450 ; LCCOMB_X50_Y54_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53451 ; LCCOMB_X45_Y54_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53452 ; LCCOMB_X69_Y50_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53453 ; LCCOMB_X60_Y60_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53454 ; LCCOMB_X53_Y56_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53455 ; LCCOMB_X49_Y48_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53456 ; LCCOMB_X45_Y50_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53457 ; LCCOMB_X47_Y46_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53458 ; LCCOMB_X73_Y51_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53459 ; LCCOMB_X27_Y44_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53460 ; LCCOMB_X27_Y47_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53461 ; LCCOMB_X27_Y46_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53462 ; LCCOMB_X27_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53464 ; LCCOMB_X87_Y50_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53465 ; LCCOMB_X87_Y51_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53466 ; LCCOMB_X89_Y49_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53467 ; LCCOMB_X83_Y55_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53468 ; LCCOMB_X59_Y61_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53469 ; LCCOMB_X62_Y62_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53470 ; LCCOMB_X58_Y61_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53471 ; LCCOMB_X53_Y56_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53472 ; LCCOMB_X76_Y54_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53473 ; LCCOMB_X77_Y57_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53474 ; LCCOMB_X75_Y57_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53475 ; LCCOMB_X76_Y54_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53477 ; LCCOMB_X85_Y58_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53478 ; LCCOMB_X70_Y56_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53479 ; LCCOMB_X85_Y50_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53480 ; LCCOMB_X84_Y56_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53481 ; LCCOMB_X35_Y37_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53482 ; LCCOMB_X21_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53483 ; LCCOMB_X26_Y42_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53484 ; LCCOMB_X28_Y34_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53485 ; LCCOMB_X57_Y57_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53486 ; LCCOMB_X62_Y62_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53487 ; LCCOMB_X60_Y60_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53488 ; LCCOMB_X67_Y61_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53489 ; LCCOMB_X80_Y58_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53490 ; LCCOMB_X71_Y58_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53491 ; LCCOMB_X71_Y56_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53492 ; LCCOMB_X71_Y58_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53493 ; LCCOMB_X91_Y50_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53494 ; LCCOMB_X89_Y54_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53495 ; LCCOMB_X92_Y55_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53496 ; LCCOMB_X83_Y54_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53497 ; LCCOMB_X39_Y52_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53498 ; LCCOMB_X46_Y39_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53499 ; LCCOMB_X39_Y52_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53500 ; LCCOMB_X39_Y52_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53501 ; LCCOMB_X62_Y57_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53502 ; LCCOMB_X66_Y56_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53503 ; LCCOMB_X64_Y56_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53504 ; LCCOMB_X64_Y54_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53505 ; LCCOMB_X67_Y56_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53506 ; LCCOMB_X62_Y57_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53507 ; LCCOMB_X67_Y68_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53508 ; LCCOMB_X69_Y58_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53509 ; LCCOMB_X42_Y53_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53510 ; LCCOMB_X28_Y45_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53511 ; LCCOMB_X28_Y45_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53512 ; LCCOMB_X28_Y45_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53513 ; LCCOMB_X47_Y46_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53514 ; LCCOMB_X50_Y51_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53515 ; LCCOMB_X50_Y51_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53516 ; LCCOMB_X83_Y54_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53517 ; LCCOMB_X48_Y33_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53518 ; LCCOMB_X47_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53519 ; LCCOMB_X48_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53520 ; LCCOMB_X48_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53521 ; LCCOMB_X47_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53522 ; LCCOMB_X44_Y43_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53523 ; LCCOMB_X46_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53524 ; LCCOMB_X46_Y54_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53525 ; LCCOMB_X32_Y45_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53526 ; LCCOMB_X29_Y45_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53527 ; LCCOMB_X31_Y45_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53528 ; LCCOMB_X30_Y46_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53529 ; LCCOMB_X87_Y50_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53530 ; LCCOMB_X89_Y53_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53531 ; LCCOMB_X89_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53532 ; LCCOMB_X83_Y54_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53533 ; LCCOMB_X57_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53534 ; LCCOMB_X59_Y54_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53535 ; LCCOMB_X59_Y54_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53536 ; LCCOMB_X57_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53537 ; LCCOMB_X77_Y55_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53538 ; LCCOMB_X73_Y55_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53539 ; LCCOMB_X76_Y56_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53540 ; LCCOMB_X77_Y55_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53541 ; LCCOMB_X85_Y50_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53542 ; LCCOMB_X84_Y51_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53543 ; LCCOMB_X84_Y50_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53544 ; LCCOMB_X84_Y50_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53545 ; LCCOMB_X35_Y37_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53546 ; LCCOMB_X31_Y37_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53547 ; LCCOMB_X33_Y34_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53548 ; LCCOMB_X35_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53549 ; LCCOMB_X58_Y53_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53550 ; LCCOMB_X59_Y54_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53551 ; LCCOMB_X61_Y57_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53552 ; LCCOMB_X64_Y54_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53553 ; LCCOMB_X70_Y56_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53554 ; LCCOMB_X70_Y55_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53555 ; LCCOMB_X71_Y56_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53556 ; LCCOMB_X70_Y56_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53557 ; LCCOMB_X32_Y50_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53558 ; LCCOMB_X79_Y51_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53559 ; LCCOMB_X46_Y48_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53560 ; LCCOMB_X45_Y50_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53561 ; LCCOMB_X51_Y49_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53562 ; LCCOMB_X32_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53563 ; LCCOMB_X53_Y54_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53564 ; LCCOMB_X50_Y53_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53565 ; LCCOMB_X25_Y46_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53566 ; LCCOMB_X84_Y46_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53567 ; LCCOMB_X62_Y42_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53568 ; LCCOMB_X47_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53569 ; LCCOMB_X51_Y54_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53570 ; LCCOMB_X33_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53571 ; LCCOMB_X50_Y43_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53572 ; LCCOMB_X50_Y55_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53573 ; LCCOMB_X91_Y50_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53574 ; LCCOMB_X80_Y61_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53575 ; LCCOMB_X89_Y54_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53576 ; LCCOMB_X87_Y58_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53577 ; LCCOMB_X1_Y54_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53578 ; LCCOMB_X27_Y47_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53579 ; LCCOMB_X27_Y54_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53580 ; LCCOMB_X27_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53581 ; LCCOMB_X80_Y61_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53582 ; LCCOMB_X73_Y62_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53583 ; LCCOMB_X66_Y87_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53584 ; LCCOMB_X61_Y60_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53585 ; LCCOMB_X73_Y62_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53586 ; LCCOMB_X70_Y53_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53587 ; LCCOMB_X67_Y73_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53588 ; LCCOMB_X69_Y58_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53589 ; LCCOMB_X32_Y54_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53590 ; LCCOMB_X27_Y47_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53591 ; LCCOMB_X27_Y42_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53592 ; LCCOMB_X32_Y54_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53593 ; LCCOMB_X89_Y49_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53594 ; LCCOMB_X89_Y53_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53595 ; LCCOMB_X89_Y49_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53596 ; LCCOMB_X87_Y55_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53597 ; LCCOMB_X59_Y61_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53598 ; LCCOMB_X62_Y62_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53599 ; LCCOMB_X58_Y61_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53600 ; LCCOMB_X61_Y60_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53601 ; LCCOMB_X76_Y57_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53602 ; LCCOMB_X72_Y56_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53603 ; LCCOMB_X72_Y56_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53604 ; LCCOMB_X77_Y57_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53605 ; LCCOMB_X25_Y46_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53606 ; LCCOMB_X34_Y49_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53607 ; LCCOMB_X26_Y42_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53608 ; LCCOMB_X33_Y54_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53609 ; LCCOMB_X79_Y51_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53610 ; LCCOMB_X91_Y50_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53611 ; LCCOMB_X84_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53612 ; LCCOMB_X83_Y58_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53613 ; LCCOMB_X62_Y62_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53614 ; LCCOMB_X62_Y61_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53615 ; LCCOMB_X55_Y61_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53616 ; LCCOMB_X67_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53617 ; LCCOMB_X71_Y55_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53618 ; LCCOMB_X80_Y58_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53619 ; LCCOMB_X71_Y56_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53620 ; LCCOMB_X72_Y58_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53621 ; LCCOMB_X86_Y51_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53622 ; LCCOMB_X79_Y55_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53623 ; LCCOMB_X87_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53625 ; LCCOMB_X86_Y51_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53626 ; LCCOMB_X37_Y52_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53627 ; LCCOMB_X37_Y52_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53628 ; LCCOMB_X34_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53629 ; LCCOMB_X37_Y52_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53630 ; LCCOMB_X60_Y52_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53631 ; LCCOMB_X58_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53632 ; LCCOMB_X58_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53633 ; LCCOMB_X58_Y52_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53634 ; LCCOMB_X49_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53635 ; LCCOMB_X59_Y52_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53636 ; LCCOMB_X53_Y52_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53637 ; LCCOMB_X76_Y75_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53638 ; LCCOMB_X60_Y29_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53639 ; LCCOMB_X35_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53640 ; LCCOMB_X33_Y44_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53641 ; LCCOMB_X55_Y53_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53642 ; LCCOMB_X85_Y42_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53643 ; LCCOMB_X49_Y52_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53644 ; LCCOMB_X86_Y52_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53645 ; LCCOMB_X83_Y52_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53646 ; LCCOMB_X59_Y56_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53647 ; LCCOMB_X53_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53648 ; LCCOMB_X56_Y51_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53649 ; LCCOMB_X55_Y53_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53650 ; LCCOMB_X41_Y52_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53651 ; LCCOMB_X66_Y55_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53652 ; LCCOMB_X69_Y52_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53653 ; LCCOMB_X68_Y52_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53654 ; LCCOMB_X86_Y49_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53655 ; LCCOMB_X54_Y49_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53656 ; LCCOMB_X86_Y49_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53657 ; LCCOMB_X86_Y48_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53658 ; LCCOMB_X41_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53659 ; LCCOMB_X60_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53660 ; LCCOMB_X15_Y42_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53661 ; LCCOMB_X33_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53662 ; LCCOMB_X61_Y55_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53663 ; LCCOMB_X54_Y50_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53664 ; LCCOMB_X56_Y49_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53665 ; LCCOMB_X55_Y53_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53666 ; LCCOMB_X62_Y81_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53667 ; LCCOMB_X59_Y52_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53668 ; LCCOMB_X78_Y52_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53669 ; LCCOMB_X68_Y52_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53670 ; LCCOMB_X37_Y51_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53671 ; LCCOMB_X42_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53672 ; LCCOMB_X32_Y51_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53673 ; LCCOMB_X37_Y51_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53674 ; LCCOMB_X87_Y54_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53675 ; LCCOMB_X51_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53676 ; LCCOMB_X85_Y55_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53677 ; LCCOMB_X85_Y54_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53678 ; LCCOMB_X67_Y51_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53679 ; LCCOMB_X58_Y51_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53680 ; LCCOMB_X56_Y51_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53681 ; LCCOMB_X59_Y51_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53682 ; LCCOMB_X69_Y52_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53683 ; LCCOMB_X66_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53684 ; LCCOMB_X69_Y52_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53685 ; LCCOMB_X68_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53686 ; LCCOMB_X38_Y36_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53687 ; LCCOMB_X32_Y41_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53688 ; LCCOMB_X32_Y32_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53689 ; LCCOMB_X37_Y55_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53690 ; LCCOMB_X82_Y60_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53691 ; LCCOMB_X85_Y61_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53692 ; LCCOMB_X82_Y60_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53693 ; LCCOMB_X82_Y60_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53694 ; LCCOMB_X67_Y63_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53695 ; LCCOMB_X70_Y61_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53696 ; LCCOMB_X68_Y63_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53697 ; LCCOMB_X72_Y60_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53698 ; LCCOMB_X77_Y61_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53699 ; LCCOMB_X76_Y63_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53700 ; LCCOMB_X70_Y61_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53701 ; LCCOMB_X77_Y61_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53702 ; LCCOMB_X46_Y59_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53703 ; LCCOMB_X51_Y60_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53704 ; LCCOMB_X46_Y53_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53705 ; LCCOMB_X47_Y59_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53706 ; LCCOMB_X51_Y56_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53707 ; LCCOMB_X37_Y53_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53708 ; LCCOMB_X46_Y57_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53709 ; LCCOMB_X47_Y60_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53710 ; LCCOMB_X38_Y53_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53711 ; LCCOMB_X47_Y60_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53712 ; LCCOMB_X46_Y57_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53713 ; LCCOMB_X47_Y59_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53714 ; LCCOMB_X51_Y60_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53715 ; LCCOMB_X42_Y53_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53716 ; LCCOMB_X46_Y53_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53717 ; LCCOMB_X45_Y45_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53718 ; LCCOMB_X88_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53719 ; LCCOMB_X91_Y49_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53720 ; LCCOMB_X91_Y49_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53721 ; LCCOMB_X87_Y55_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53722 ; LCCOMB_X38_Y54_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53723 ; LCCOMB_X22_Y41_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53724 ; LCCOMB_X32_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53725 ; LCCOMB_X32_Y52_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53726 ; LCCOMB_X64_Y60_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53727 ; LCCOMB_X57_Y59_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53728 ; LCCOMB_X58_Y61_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53729 ; LCCOMB_X60_Y56_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53730 ; LCCOMB_X78_Y56_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53731 ; LCCOMB_X78_Y37_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53732 ; LCCOMB_X77_Y59_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53733 ; LCCOMB_X77_Y56_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53734 ; LCCOMB_X30_Y48_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53736 ; LCCOMB_X75_Y57_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53737 ; LCCOMB_X41_Y59_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53738 ; LCCOMB_X73_Y53_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53739 ; LCCOMB_X92_Y52_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53740 ; LCCOMB_X64_Y60_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53741 ; LCCOMB_X64_Y60_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53742 ; LCCOMB_X84_Y56_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53743 ; LCCOMB_X92_Y52_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53744 ; LCCOMB_X57_Y53_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53745 ; LCCOMB_X57_Y61_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53746 ; LCCOMB_X92_Y52_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53747 ; LCCOMB_X30_Y48_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53748 ; LCCOMB_X75_Y57_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53749 ; LCCOMB_X25_Y44_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53750 ; LCCOMB_X75_Y55_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53751 ; LCCOMB_X51_Y59_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53752 ; LCCOMB_X48_Y55_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53753 ; LCCOMB_X47_Y48_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53754 ; LCCOMB_X51_Y59_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53755 ; LCCOMB_X37_Y53_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53756 ; LCCOMB_X40_Y55_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53757 ; LCCOMB_X38_Y53_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53758 ; LCCOMB_X40_Y55_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53759 ; LCCOMB_X49_Y55_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53760 ; LCCOMB_X53_Y52_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53761 ; LCCOMB_X45_Y55_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53762 ; LCCOMB_X49_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53763 ; LCCOMB_X42_Y56_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53764 ; LCCOMB_X51_Y59_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53765 ; LCCOMB_X44_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53766 ; LCCOMB_X47_Y59_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53767 ; LCCOMB_X38_Y51_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53768 ; LCCOMB_X37_Y36_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53769 ; LCCOMB_X34_Y36_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53770 ; LCCOMB_X53_Y52_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53771 ; LCCOMB_X87_Y56_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53772 ; LCCOMB_X66_Y57_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53773 ; LCCOMB_X85_Y53_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53774 ; LCCOMB_X87_Y56_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53775 ; LCCOMB_X60_Y52_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53776 ; LCCOMB_X66_Y57_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53777 ; LCCOMB_X61_Y55_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53778 ; LCCOMB_X60_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53779 ; LCCOMB_X66_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53780 ; LCCOMB_X59_Y44_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53781 ; LCCOMB_X66_Y55_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53782 ; LCCOMB_X67_Y53_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53783 ; LCCOMB_X87_Y39_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53784 ; LCCOMB_X86_Y52_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53785 ; LCCOMB_X90_Y42_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53786 ; LCCOMB_X85_Y55_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53787 ; LCCOMB_X33_Y47_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53788 ; LCCOMB_X31_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53789 ; LCCOMB_X31_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53790 ; LCCOMB_X32_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53791 ; LCCOMB_X59_Y55_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53792 ; LCCOMB_X54_Y55_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53793 ; LCCOMB_X54_Y53_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53794 ; LCCOMB_X56_Y51_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53795 ; LCCOMB_X78_Y56_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53796 ; LCCOMB_X78_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53797 ; LCCOMB_X78_Y52_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53798 ; LCCOMB_X78_Y41_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53799 ; LCCOMB_X34_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53800 ; LCCOMB_X30_Y48_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53801 ; LCCOMB_X33_Y52_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53802 ; LCCOMB_X33_Y52_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53803 ; LCCOMB_X88_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53804 ; LCCOMB_X91_Y40_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53805 ; LCCOMB_X90_Y48_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53806 ; LCCOMB_X84_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53807 ; LCCOMB_X67_Y52_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53808 ; LCCOMB_X57_Y53_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53809 ; LCCOMB_X55_Y53_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53810 ; LCCOMB_X60_Y33_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53811 ; LCCOMB_X72_Y52_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53812 ; LCCOMB_X73_Y53_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53813 ; LCCOMB_X72_Y52_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53814 ; LCCOMB_X72_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53815 ; LCCOMB_X37_Y56_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53816 ; LCCOMB_X53_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53817 ; LCCOMB_X54_Y60_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53818 ; LCCOMB_X49_Y57_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53819 ; LCCOMB_X45_Y46_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53820 ; LCCOMB_X27_Y52_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53821 ; LCCOMB_X46_Y57_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53822 ; LCCOMB_X48_Y26_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53823 ; LCCOMB_X54_Y49_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53824 ; LCCOMB_X27_Y52_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53825 ; LCCOMB_X46_Y57_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53826 ; LCCOMB_X46_Y59_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53827 ; LCCOMB_X41_Y58_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53828 ; LCCOMB_X50_Y42_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53829 ; LCCOMB_X51_Y56_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53830 ; LCCOMB_X49_Y57_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53831 ; LCCOMB_X35_Y58_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53832 ; LCCOMB_X27_Y50_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53833 ; LCCOMB_X37_Y52_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53834 ; LCCOMB_X37_Y55_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53835 ; LCCOMB_X92_Y51_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53836 ; LCCOMB_X84_Y61_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53837 ; LCCOMB_X86_Y49_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53838 ; LCCOMB_X87_Y61_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53839 ; LCCOMB_X67_Y63_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53840 ; LCCOMB_X72_Y61_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53841 ; LCCOMB_X68_Y63_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53842 ; LCCOMB_X72_Y60_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53843 ; LCCOMB_X72_Y61_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53844 ; LCCOMB_X64_Y64_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53845 ; LCCOMB_X69_Y63_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53846 ; LCCOMB_X69_Y58_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53847 ; LCCOMB_X92_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53848 ; LCCOMB_X90_Y53_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53849 ; LCCOMB_X86_Y49_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53850 ; LCCOMB_X87_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53851 ; LCCOMB_X38_Y54_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53852 ; LCCOMB_X22_Y41_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53853 ; LCCOMB_X16_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53854 ; LCCOMB_X32_Y52_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53855 ; LCCOMB_X58_Y30_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53856 ; LCCOMB_X62_Y61_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53857 ; LCCOMB_X58_Y61_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53858 ; LCCOMB_X60_Y56_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53859 ; LCCOMB_X69_Y57_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53860 ; LCCOMB_X64_Y64_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53861 ; LCCOMB_X77_Y59_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53862 ; LCCOMB_X77_Y50_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53863 ; LCCOMB_X91_Y49_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53864 ; LCCOMB_X91_Y49_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53865 ; LCCOMB_X91_Y49_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53866 ; LCCOMB_X84_Y58_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53867 ; LCCOMB_X37_Y56_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53868 ; LCCOMB_X64_Y55_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53869 ; LCCOMB_X38_Y53_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53870 ; LCCOMB_X37_Y56_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53871 ; LCCOMB_X62_Y61_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53872 ; LCCOMB_X54_Y60_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53873 ; LCCOMB_X60_Y63_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53874 ; LCCOMB_X63_Y58_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53875 ; LCCOMB_X76_Y75_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53876 ; LCCOMB_X82_Y51_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53877 ; LCCOMB_X77_Y59_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53878 ; LCCOMB_X72_Y55_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53880 ; LCCOMB_X51_Y34_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53882 ; LCCOMB_X47_Y30_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53883 ; LCCOMB_X44_Y30_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53884 ; LCCOMB_X61_Y22_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53885 ; LCCOMB_X30_Y25_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53886 ; LCCOMB_X45_Y22_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53887 ; LCCOMB_X45_Y22_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53888 ; LCCOMB_X44_Y28_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53889 ; LCCOMB_X40_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53890 ; LCCOMB_X46_Y19_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53891 ; LCCOMB_X49_Y18_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53892 ; LCCOMB_X50_Y20_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53893 ; LCCOMB_X63_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53894 ; LCCOMB_X44_Y26_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53895 ; LCCOMB_X37_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53896 ; LCCOMB_X61_Y22_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53897 ; LCCOMB_X54_Y13_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53898 ; LCCOMB_X22_Y24_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53899 ; LCCOMB_X54_Y25_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53900 ; LCCOMB_X50_Y13_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53901 ; LCCOMB_X50_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53902 ; LCCOMB_X48_Y17_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53903 ; LCCOMB_X46_Y21_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53904 ; LCCOMB_X46_Y18_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53905 ; LCCOMB_X55_Y21_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53906 ; LCCOMB_X22_Y24_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53907 ; LCCOMB_X45_Y18_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53908 ; LCCOMB_X46_Y18_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53909 ; LCCOMB_X50_Y17_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53910 ; LCCOMB_X50_Y16_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53911 ; LCCOMB_X50_Y16_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53912 ; LCCOMB_X50_Y13_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53913 ; LCCOMB_X22_Y32_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53914 ; LCCOMB_X30_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53915 ; LCCOMB_X21_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53916 ; LCCOMB_X24_Y22_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53917 ; LCCOMB_X47_Y19_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53918 ; LCCOMB_X48_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53919 ; LCCOMB_X48_Y23_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53920 ; LCCOMB_X53_Y15_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53921 ; LCCOMB_X54_Y25_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53922 ; LCCOMB_X24_Y22_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53923 ; LCCOMB_X49_Y22_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53924 ; LCCOMB_X50_Y20_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53925 ; LCCOMB_X48_Y23_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53926 ; LCCOMB_X44_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53927 ; LCCOMB_X44_Y23_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53928 ; LCCOMB_X48_Y23_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53929 ; LCCOMB_X47_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53930 ; LCCOMB_X46_Y21_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53931 ; LCCOMB_X46_Y21_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53932 ; LCCOMB_X53_Y11_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53933 ; LCCOMB_X40_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53934 ; LCCOMB_X34_Y22_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53935 ; LCCOMB_X38_Y17_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53936 ; LCCOMB_X35_Y18_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53937 ; LCCOMB_X51_Y10_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53938 ; LCCOMB_X58_Y18_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53939 ; LCCOMB_X48_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53940 ; LCCOMB_X51_Y10_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53941 ; LCCOMB_X47_Y13_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53942 ; LCCOMB_X50_Y21_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53943 ; LCCOMB_X45_Y17_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53944 ; LCCOMB_X47_Y13_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53945 ; LCCOMB_X89_Y16_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53946 ; LCCOMB_X92_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53947 ; LCCOMB_X93_Y20_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53948 ; LCCOMB_X79_Y17_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53949 ; LCCOMB_X30_Y30_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53950 ; LCCOMB_X30_Y23_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53951 ; LCCOMB_X30_Y30_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53952 ; LCCOMB_X30_Y23_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53953 ; LCCOMB_X66_Y18_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53954 ; LCCOMB_X69_Y18_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53955 ; LCCOMB_X66_Y18_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53956 ; LCCOMB_X67_Y18_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53957 ; LCCOMB_X73_Y18_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53958 ; LCCOMB_X72_Y16_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53959 ; LCCOMB_X72_Y17_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53960 ; LCCOMB_X73_Y18_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53961 ; LCCOMB_X73_Y13_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53962 ; LCCOMB_X89_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53963 ; LCCOMB_X73_Y13_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53964 ; LCCOMB_X70_Y13_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53965 ; LCCOMB_X38_Y25_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53966 ; LCCOMB_X70_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53967 ; LCCOMB_X66_Y21_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53968 ; LCCOMB_X67_Y17_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53969 ; LCCOMB_X67_Y21_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53970 ; LCCOMB_X93_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53971 ; LCCOMB_X67_Y21_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53972 ; LCCOMB_X70_Y21_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53973 ; LCCOMB_X27_Y32_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53974 ; LCCOMB_X72_Y24_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53975 ; LCCOMB_X30_Y20_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53976 ; LCCOMB_X73_Y13_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53977 ; LCCOMB_X34_Y17_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53978 ; LCCOMB_X22_Y32_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53979 ; LCCOMB_X34_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53980 ; LCCOMB_X26_Y25_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53981 ; LCCOMB_X93_Y20_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53982 ; LCCOMB_X87_Y16_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53983 ; LCCOMB_X91_Y18_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53984 ; LCCOMB_X87_Y16_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53985 ; LCCOMB_X60_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53986 ; LCCOMB_X63_Y14_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53987 ; LCCOMB_X67_Y21_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53988 ; LCCOMB_X63_Y14_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53989 ; LCCOMB_X72_Y14_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53990 ; LCCOMB_X72_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53991 ; LCCOMB_X72_Y14_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53992 ; LCCOMB_X72_Y14_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53993 ; LCCOMB_X67_Y10_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53994 ; LCCOMB_X39_Y18_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53995 ; LCCOMB_X66_Y16_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53996 ; LCCOMB_X39_Y18_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53997 ; LCCOMB_X70_Y20_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53998 ; LCCOMB_X70_Y21_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~53999 ; LCCOMB_X91_Y20_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54000 ; LCCOMB_X70_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54001 ; LCCOMB_X63_Y20_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54002 ; LCCOMB_X39_Y18_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54003 ; LCCOMB_X58_Y18_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54004 ; LCCOMB_X39_Y18_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54005 ; LCCOMB_X79_Y17_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54006 ; LCCOMB_X75_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54007 ; LCCOMB_X79_Y24_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54008 ; LCCOMB_X72_Y16_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54009 ; LCCOMB_X82_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54010 ; LCCOMB_X92_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54011 ; LCCOMB_X91_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54012 ; LCCOMB_X82_Y22_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54013 ; LCCOMB_X29_Y22_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54014 ; LCCOMB_X29_Y25_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54015 ; LCCOMB_X28_Y22_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54016 ; LCCOMB_X29_Y22_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54017 ; LCCOMB_X70_Y18_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54018 ; LCCOMB_X59_Y21_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54019 ; LCCOMB_X59_Y18_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54020 ; LCCOMB_X66_Y24_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54021 ; LCCOMB_X79_Y22_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54022 ; LCCOMB_X78_Y13_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54023 ; LCCOMB_X78_Y21_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54024 ; LCCOMB_X77_Y13_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54025 ; LCCOMB_X25_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54026 ; LCCOMB_X38_Y24_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54027 ; LCCOMB_X27_Y24_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54028 ; LCCOMB_X25_Y20_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54029 ; LCCOMB_X89_Y16_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54030 ; LCCOMB_X88_Y24_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54031 ; LCCOMB_X88_Y24_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54032 ; LCCOMB_X78_Y13_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54033 ; LCCOMB_X55_Y13_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54034 ; LCCOMB_X45_Y18_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54035 ; LCCOMB_X45_Y18_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54036 ; LCCOMB_X78_Y13_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54037 ; LCCOMB_X78_Y16_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54038 ; LCCOMB_X79_Y18_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54039 ; LCCOMB_X78_Y16_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54040 ; LCCOMB_X78_Y16_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54041 ; LCCOMB_X25_Y22_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54042 ; LCCOMB_X25_Y32_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54043 ; LCCOMB_X25_Y32_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54044 ; LCCOMB_X25_Y22_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54045 ; LCCOMB_X88_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54046 ; LCCOMB_X92_Y22_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54047 ; LCCOMB_X93_Y22_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54048 ; LCCOMB_X88_Y22_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54049 ; LCCOMB_X61_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54050 ; LCCOMB_X53_Y22_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54051 ; LCCOMB_X53_Y22_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54052 ; LCCOMB_X62_Y17_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54053 ; LCCOMB_X79_Y19_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54054 ; LCCOMB_X79_Y18_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54055 ; LCCOMB_X79_Y18_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54056 ; LCCOMB_X79_Y19_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54057 ; LCCOMB_X84_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54058 ; LCCOMB_X91_Y22_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54059 ; LCCOMB_X91_Y22_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54060 ; LCCOMB_X79_Y19_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54061 ; LCCOMB_X28_Y22_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54062 ; LCCOMB_X35_Y16_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54063 ; LCCOMB_X32_Y22_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54064 ; LCCOMB_X35_Y14_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54065 ; LCCOMB_X66_Y15_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54066 ; LCCOMB_X62_Y18_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54067 ; LCCOMB_X62_Y18_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54068 ; LCCOMB_X66_Y15_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54069 ; LCCOMB_X75_Y17_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54070 ; LCCOMB_X78_Y21_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54071 ; LCCOMB_X75_Y17_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54072 ; LCCOMB_X69_Y9_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54073 ; LCCOMB_X53_Y18_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54074 ; LCCOMB_X28_Y22_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54075 ; LCCOMB_X35_Y18_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54076 ; LCCOMB_X35_Y18_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54078 ; LCCOMB_X89_Y17_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54079 ; LCCOMB_X86_Y21_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54080 ; LCCOMB_X86_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54081 ; LCCOMB_X71_Y18_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54082 ; LCCOMB_X70_Y18_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54083 ; LCCOMB_X58_Y18_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54084 ; LCCOMB_X59_Y21_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54085 ; LCCOMB_X71_Y18_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54086 ; LCCOMB_X75_Y19_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54087 ; LCCOMB_X76_Y18_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54088 ; LCCOMB_X77_Y18_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54089 ; LCCOMB_X75_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54091 ; LCCOMB_X85_Y22_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54092 ; LCCOMB_X83_Y27_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54093 ; LCCOMB_X83_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54094 ; LCCOMB_X85_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54095 ; LCCOMB_X31_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54096 ; LCCOMB_X35_Y21_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54097 ; LCCOMB_X34_Y22_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54098 ; LCCOMB_X34_Y22_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54099 ; LCCOMB_X59_Y21_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54100 ; LCCOMB_X53_Y22_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54101 ; LCCOMB_X53_Y22_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54102 ; LCCOMB_X58_Y18_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54103 ; LCCOMB_X70_Y19_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54104 ; LCCOMB_X71_Y15_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54105 ; LCCOMB_X69_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54106 ; LCCOMB_X69_Y19_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54107 ; LCCOMB_X41_Y18_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54108 ; LCCOMB_X35_Y21_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54109 ; LCCOMB_X34_Y18_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54110 ; LCCOMB_X34_Y18_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54111 ; LCCOMB_X82_Y21_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54112 ; LCCOMB_X86_Y21_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54113 ; LCCOMB_X85_Y21_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54114 ; LCCOMB_X85_Y21_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54115 ; LCCOMB_X49_Y18_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54116 ; LCCOMB_X54_Y18_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54117 ; LCCOMB_X54_Y18_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54118 ; LCCOMB_X64_Y35_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54119 ; LCCOMB_X82_Y21_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54120 ; LCCOMB_X77_Y18_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54121 ; LCCOMB_X77_Y18_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54122 ; LCCOMB_X72_Y18_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54123 ; LCCOMB_X78_Y15_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54124 ; LCCOMB_X83_Y22_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54125 ; LCCOMB_X83_Y22_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54126 ; LCCOMB_X79_Y11_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54127 ; LCCOMB_X44_Y39_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54128 ; LCCOMB_X26_Y39_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54129 ; LCCOMB_X25_Y25_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54130 ; LCCOMB_X37_Y14_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54131 ; LCCOMB_X68_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54132 ; LCCOMB_X54_Y13_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54133 ; LCCOMB_X54_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54134 ; LCCOMB_X71_Y18_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54135 ; LCCOMB_X78_Y15_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54136 ; LCCOMB_X71_Y15_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54137 ; LCCOMB_X77_Y18_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54138 ; LCCOMB_X70_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54141 ; LCCOMB_X85_Y23_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54142 ; LCCOMB_X50_Y22_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54143 ; LCCOMB_X51_Y23_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54144 ; LCCOMB_X85_Y23_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54145 ; LCCOMB_X37_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54146 ; LCCOMB_X44_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54147 ; LCCOMB_X41_Y16_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54148 ; LCCOMB_X35_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54149 ; LCCOMB_X60_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54150 ; LCCOMB_X48_Y20_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54151 ; LCCOMB_X55_Y23_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54152 ; LCCOMB_X61_Y20_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54153 ; LCCOMB_X67_Y20_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54154 ; LCCOMB_X44_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54155 ; LCCOMB_X41_Y24_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54156 ; LCCOMB_X67_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54157 ; LCCOMB_X79_Y20_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54159 ; LCCOMB_X85_Y20_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54160 ; LCCOMB_X56_Y20_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54161 ; LCCOMB_X79_Y20_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54162 ; LCCOMB_X37_Y24_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54163 ; LCCOMB_X75_Y20_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54164 ; LCCOMB_X41_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54165 ; LCCOMB_X68_Y18_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54166 ; LCCOMB_X68_Y24_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54167 ; LCCOMB_X90_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54168 ; LCCOMB_X59_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54169 ; LCCOMB_X68_Y24_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54170 ; LCCOMB_X40_Y19_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54171 ; LCCOMB_X75_Y20_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54172 ; LCCOMB_X56_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54173 ; LCCOMB_X71_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54174 ; LCCOMB_X61_Y20_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54175 ; LCCOMB_X30_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54176 ; LCCOMB_X55_Y24_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54177 ; LCCOMB_X33_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54178 ; LCCOMB_X90_Y24_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54179 ; LCCOMB_X83_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54180 ; LCCOMB_X83_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54181 ; LCCOMB_X72_Y12_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54182 ; LCCOMB_X60_Y17_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54183 ; LCCOMB_X32_Y28_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54184 ; LCCOMB_X59_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54185 ; LCCOMB_X63_Y20_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54186 ; LCCOMB_X73_Y20_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54187 ; LCCOMB_X73_Y20_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54188 ; LCCOMB_X73_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54189 ; LCCOMB_X73_Y20_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54190 ; LCCOMB_X55_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54191 ; LCCOMB_X44_Y20_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54192 ; LCCOMB_X48_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54193 ; LCCOMB_X40_Y23_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54194 ; LCCOMB_X67_Y20_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54195 ; LCCOMB_X44_Y20_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54196 ; LCCOMB_X49_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54197 ; LCCOMB_X67_Y20_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54198 ; LCCOMB_X55_Y19_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54199 ; LCCOMB_X44_Y20_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54200 ; LCCOMB_X55_Y19_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54201 ; LCCOMB_X37_Y20_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54202 ; LCCOMB_X84_Y26_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54203 ; LCCOMB_X48_Y22_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54204 ; LCCOMB_X67_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54205 ; LCCOMB_X67_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54207 ; LCCOMB_X40_Y12_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54208 ; LCCOMB_X63_Y13_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54209 ; LCCOMB_X54_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54210 ; LCCOMB_X50_Y12_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54211 ; LCCOMB_X49_Y16_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54212 ; LCCOMB_X42_Y15_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54213 ; LCCOMB_X44_Y15_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54214 ; LCCOMB_X46_Y13_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54215 ; LCCOMB_X49_Y12_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54216 ; LCCOMB_X40_Y12_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54217 ; LCCOMB_X58_Y12_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54218 ; LCCOMB_X49_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54219 ; LCCOMB_X40_Y15_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54220 ; LCCOMB_X54_Y11_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54221 ; LCCOMB_X57_Y11_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54222 ; LCCOMB_X50_Y12_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54223 ; LCCOMB_X69_Y14_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54224 ; LCCOMB_X38_Y12_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54225 ; LCCOMB_X66_Y11_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54226 ; LCCOMB_X68_Y13_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54227 ; LCCOMB_X33_Y35_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54228 ; LCCOMB_X85_Y36_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54229 ; LCCOMB_X64_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54230 ; LCCOMB_X77_Y20_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54231 ; LCCOMB_X87_Y16_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54232 ; LCCOMB_X30_Y18_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54233 ; LCCOMB_X68_Y12_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54234 ; LCCOMB_X68_Y12_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54235 ; LCCOMB_X38_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54236 ; LCCOMB_X83_Y12_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54237 ; LCCOMB_X68_Y8_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54238 ; LCCOMB_X68_Y13_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54239 ; LCCOMB_X61_Y12_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54241 ; LCCOMB_X85_Y13_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54242 ; LCCOMB_X60_Y12_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54243 ; LCCOMB_X80_Y17_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54244 ; LCCOMB_X85_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54245 ; LCCOMB_X42_Y15_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54246 ; LCCOMB_X61_Y12_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54247 ; LCCOMB_X71_Y10_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54248 ; LCCOMB_X85_Y12_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54249 ; LCCOMB_X40_Y12_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54250 ; LCCOMB_X58_Y12_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54251 ; LCCOMB_X71_Y10_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54252 ; LCCOMB_X39_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54253 ; LCCOMB_X83_Y11_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54254 ; LCCOMB_X59_Y8_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54255 ; LCCOMB_X71_Y10_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54257 ; LCCOMB_X86_Y14_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54258 ; LCCOMB_X35_Y19_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54259 ; LCCOMB_X60_Y15_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54260 ; LCCOMB_X63_Y15_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54261 ; LCCOMB_X33_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54262 ; LCCOMB_X85_Y17_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54263 ; LCCOMB_X61_Y15_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54264 ; LCCOMB_X69_Y15_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54265 ; LCCOMB_X91_Y16_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54266 ; LCCOMB_X33_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54267 ; LCCOMB_X62_Y16_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54268 ; LCCOMB_X69_Y15_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54269 ; LCCOMB_X37_Y1_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54270 ; LCCOMB_X83_Y11_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54271 ; LCCOMB_X51_Y15_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54272 ; LCCOMB_X69_Y15_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54273 ; LCCOMB_X44_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54274 ; LCCOMB_X51_Y20_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54275 ; LCCOMB_X55_Y21_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54276 ; LCCOMB_X51_Y20_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54277 ; LCCOMB_X48_Y14_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54278 ; LCCOMB_X44_Y19_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54279 ; LCCOMB_X48_Y18_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54280 ; LCCOMB_X46_Y15_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54281 ; LCCOMB_X48_Y14_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54282 ; LCCOMB_X41_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54283 ; LCCOMB_X48_Y19_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54284 ; LCCOMB_X45_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54285 ; LCCOMB_X44_Y25_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54286 ; LCCOMB_X57_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54287 ; LCCOMB_X47_Y20_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54288 ; LCCOMB_X46_Y20_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54289 ; LCCOMB_X91_Y18_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54290 ; LCCOMB_X33_Y26_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54291 ; LCCOMB_X67_Y14_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54292 ; LCCOMB_X67_Y13_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54293 ; LCCOMB_X42_Y36_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54294 ; LCCOMB_X87_Y21_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54295 ; LCCOMB_X70_Y36_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54296 ; LCCOMB_X77_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54297 ; LCCOMB_X91_Y18_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54298 ; LCCOMB_X34_Y28_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54299 ; LCCOMB_X60_Y17_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54300 ; LCCOMB_X67_Y13_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54301 ; LCCOMB_X40_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54302 ; LCCOMB_X83_Y17_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54303 ; LCCOMB_X83_Y17_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54304 ; LCCOMB_X69_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54305 ; LCCOMB_X84_Y16_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54306 ; LCCOMB_X41_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54307 ; LCCOMB_X59_Y20_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54308 ; LCCOMB_X84_Y16_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54309 ; LCCOMB_X30_Y20_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54310 ; LCCOMB_X80_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54311 ; LCCOMB_X57_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54312 ; LCCOMB_X80_Y17_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54313 ; LCCOMB_X83_Y20_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54314 ; LCCOMB_X48_Y16_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54315 ; LCCOMB_X59_Y16_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54316 ; LCCOMB_X72_Y14_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54317 ; LCCOMB_X41_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54318 ; LCCOMB_X85_Y20_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54319 ; LCCOMB_X61_Y19_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54320 ; LCCOMB_X77_Y8_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54321 ; LCCOMB_X90_Y20_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54322 ; LCCOMB_X37_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54323 ; LCCOMB_X56_Y18_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54324 ; LCCOMB_X59_Y15_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54325 ; LCCOMB_X35_Y20_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54326 ; LCCOMB_X57_Y23_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54327 ; LCCOMB_X57_Y20_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54328 ; LCCOMB_X75_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54329 ; LCCOMB_X90_Y20_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54330 ; LCCOMB_X37_Y20_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54331 ; LCCOMB_X60_Y21_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54332 ; LCCOMB_X64_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54333 ; LCCOMB_X40_Y21_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54334 ; LCCOMB_X57_Y20_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54335 ; LCCOMB_X61_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54336 ; LCCOMB_X75_Y16_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54337 ; LCCOMB_X68_Y8_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54338 ; LCCOMB_X31_Y16_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54339 ; LCCOMB_X64_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54340 ; LCCOMB_X38_Y12_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54341 ; LCCOMB_X86_Y14_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54342 ; LCCOMB_X71_Y12_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54343 ; LCCOMB_X91_Y16_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54344 ; LCCOMB_X67_Y12_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54345 ; LCCOMB_X66_Y11_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54346 ; LCCOMB_X30_Y18_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54347 ; LCCOMB_X46_Y12_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54348 ; LCCOMB_X38_Y12_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54349 ; LCCOMB_X83_Y12_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54350 ; LCCOMB_X77_Y20_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54351 ; LCCOMB_X82_Y16_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54352 ; LCCOMB_X70_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54353 ; LCCOMB_X58_Y16_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54354 ; LCCOMB_X50_Y25_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54355 ; LCCOMB_X59_Y22_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54356 ; LCCOMB_X54_Y11_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54357 ; LCCOMB_X31_Y23_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54358 ; LCCOMB_X42_Y15_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54359 ; LCCOMB_X31_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54360 ; LCCOMB_X40_Y15_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54361 ; LCCOMB_X54_Y12_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54362 ; LCCOMB_X53_Y15_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54363 ; LCCOMB_X58_Y12_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54364 ; LCCOMB_X57_Y11_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54365 ; LCCOMB_X46_Y13_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54366 ; LCCOMB_X66_Y11_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54367 ; LCCOMB_X53_Y13_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54368 ; LCCOMB_X53_Y13_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54369 ; LCCOMB_X68_Y8_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54370 ; LCCOMB_X78_Y15_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54371 ; LCCOMB_X60_Y12_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54372 ; LCCOMB_X82_Y11_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54373 ; LCCOMB_X30_Y14_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54374 ; LCCOMB_X77_Y10_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54375 ; LCCOMB_X54_Y16_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54376 ; LCCOMB_X73_Y11_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54377 ; LCCOMB_X63_Y11_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54378 ; LCCOMB_X86_Y17_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54379 ; LCCOMB_X58_Y12_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54380 ; LCCOMB_X90_Y15_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54381 ; LCCOMB_X35_Y23_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54382 ; LCCOMB_X73_Y19_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54383 ; LCCOMB_X61_Y12_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54384 ; LCCOMB_X77_Y10_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54385 ; LCCOMB_X83_Y23_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54386 ; LCCOMB_X27_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54387 ; LCCOMB_X61_Y9_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54388 ; LCCOMB_X66_Y11_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54389 ; LCCOMB_X27_Y23_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54390 ; LCCOMB_X85_Y12_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54391 ; LCCOMB_X64_Y15_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54392 ; LCCOMB_X68_Y15_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54393 ; LCCOMB_X84_Y26_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54394 ; LCCOMB_X33_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54395 ; LCCOMB_X62_Y16_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54396 ; LCCOMB_X66_Y11_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54397 ; LCCOMB_X82_Y11_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54398 ; LCCOMB_X37_Y14_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54399 ; LCCOMB_X66_Y15_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54400 ; LCCOMB_X66_Y11_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54401 ; LCCOMB_X77_Y20_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54402 ; LCCOMB_X39_Y21_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54403 ; LCCOMB_X37_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54404 ; LCCOMB_X77_Y20_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54405 ; LCCOMB_X88_Y16_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54406 ; LCCOMB_X63_Y13_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54407 ; LCCOMB_X60_Y16_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54408 ; LCCOMB_X82_Y16_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54409 ; LCCOMB_X87_Y21_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54410 ; LCCOMB_X64_Y17_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54411 ; LCCOMB_X64_Y17_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54412 ; LCCOMB_X87_Y21_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54413 ; LCCOMB_X78_Y20_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54414 ; LCCOMB_X31_Y16_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54415 ; LCCOMB_X22_Y24_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54416 ; LCCOMB_X78_Y20_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54417 ; LCCOMB_X51_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54418 ; LCCOMB_X27_Y26_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54419 ; LCCOMB_X48_Y18_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54420 ; LCCOMB_X46_Y21_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54421 ; LCCOMB_X31_Y23_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54422 ; LCCOMB_X53_Y15_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54423 ; LCCOMB_X58_Y19_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54424 ; LCCOMB_X58_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54425 ; LCCOMB_X27_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54426 ; LCCOMB_X61_Y1_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54427 ; LCCOMB_X61_Y1_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54428 ; LCCOMB_X56_Y16_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54429 ; LCCOMB_X30_Y20_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54430 ; LCCOMB_X55_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54431 ; LCCOMB_X39_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54432 ; LCCOMB_X57_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54434 ; LCCOMB_X76_Y16_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54436 ; LCCOMB_X82_Y16_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54437 ; LCCOMB_X88_Y16_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54438 ; LCCOMB_X76_Y16_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54439 ; LCCOMB_X77_Y19_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54440 ; LCCOMB_X88_Y19_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54441 ; LCCOMB_X88_Y19_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54442 ; LCCOMB_X77_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54443 ; LCCOMB_X51_Y17_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54444 ; LCCOMB_X46_Y28_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54445 ; LCCOMB_X46_Y28_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54446 ; LCCOMB_X49_Y28_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54447 ; LCCOMB_X46_Y21_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54448 ; LCCOMB_X41_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54449 ; LCCOMB_X50_Y21_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54450 ; LCCOMB_X48_Y38_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54452 ; LCCOMB_X72_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54454 ; LCCOMB_X85_Y22_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54455 ; LCCOMB_X80_Y19_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54456 ; LCCOMB_X80_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54457 ; LCCOMB_X27_Y24_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54458 ; LCCOMB_X61_Y9_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54459 ; LCCOMB_X61_Y15_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54460 ; LCCOMB_X27_Y24_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54461 ; LCCOMB_X33_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54462 ; LCCOMB_X61_Y20_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54463 ; LCCOMB_X59_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54464 ; LCCOMB_X33_Y27_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54465 ; LCCOMB_X73_Y19_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54466 ; LCCOMB_X71_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54467 ; LCCOMB_X85_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54468 ; LCCOMB_X73_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54469 ; LCCOMB_X46_Y15_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54470 ; LCCOMB_X51_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54471 ; LCCOMB_X51_Y19_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54472 ; LCCOMB_X46_Y22_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54473 ; LCCOMB_X48_Y20_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54474 ; LCCOMB_X56_Y15_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54475 ; LCCOMB_X44_Y15_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54476 ; LCCOMB_X48_Y15_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54477 ; LCCOMB_X37_Y21_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54478 ; LCCOMB_X55_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54479 ; LCCOMB_X48_Y18_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54480 ; LCCOMB_X48_Y18_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54481 ; LCCOMB_X46_Y15_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54482 ; LCCOMB_X49_Y15_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54483 ; LCCOMB_X49_Y19_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54484 ; LCCOMB_X46_Y15_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54485 ; LCCOMB_X69_Y14_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54486 ; LCCOMB_X38_Y12_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54487 ; LCCOMB_X68_Y14_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54488 ; LCCOMB_X69_Y14_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54489 ; LCCOMB_X29_Y22_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54490 ; LCCOMB_X72_Y23_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54491 ; LCCOMB_X68_Y18_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54492 ; LCCOMB_X68_Y18_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54493 ; LCCOMB_X72_Y23_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54494 ; LCCOMB_X41_Y18_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54495 ; LCCOMB_X67_Y14_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54496 ; LCCOMB_X67_Y14_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54497 ; LCCOMB_X37_Y12_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54498 ; LCCOMB_X82_Y15_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54499 ; LCCOMB_X66_Y11_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54500 ; LCCOMB_X67_Y12_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54501 ; LCCOMB_X76_Y16_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54502 ; LCCOMB_X29_Y19_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54503 ; LCCOMB_X32_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54504 ; LCCOMB_X76_Y16_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54505 ; LCCOMB_X66_Y16_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54506 ; LCCOMB_X69_Y11_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54507 ; LCCOMB_X63_Y11_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54508 ; LCCOMB_X63_Y11_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54509 ; LCCOMB_X88_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54510 ; LCCOMB_X59_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54511 ; LCCOMB_X59_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54512 ; LCCOMB_X90_Y19_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54513 ; LCCOMB_X66_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54514 ; LCCOMB_X47_Y11_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54515 ; LCCOMB_X46_Y11_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54516 ; LCCOMB_X71_Y1_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54517 ; LCCOMB_X71_Y15_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54518 ; LCCOMB_X42_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54519 ; LCCOMB_X62_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54520 ; LCCOMB_X66_Y19_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54521 ; LCCOMB_X82_Y15_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54522 ; LCCOMB_X64_Y15_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54523 ; LCCOMB_X60_Y15_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54524 ; LCCOMB_X82_Y15_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54525 ; LCCOMB_X84_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54526 ; LCCOMB_X55_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54527 ; LCCOMB_X56_Y18_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54528 ; LCCOMB_X84_Y22_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54529 ; LCCOMB_X71_Y15_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54530 ; LCCOMB_X42_Y19_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54531 ; LCCOMB_X62_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54532 ; LCCOMB_X68_Y15_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54533 ; LCCOMB_X46_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54534 ; LCCOMB_X54_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54535 ; LCCOMB_X27_Y26_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54536 ; LCCOMB_X46_Y32_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54537 ; LCCOMB_X49_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54538 ; LCCOMB_X62_Y16_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54539 ; LCCOMB_X57_Y19_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54540 ; LCCOMB_X58_Y19_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54541 ; LCCOMB_X51_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54542 ; LCCOMB_X55_Y23_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54543 ; LCCOMB_X51_Y19_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54544 ; LCCOMB_X51_Y19_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54545 ; LCCOMB_X42_Y35_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54546 ; LCCOMB_X28_Y35_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54547 ; LCCOMB_X46_Y34_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54548 ; LCCOMB_X46_Y34_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54549 ; LCCOMB_X72_Y12_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54550 ; LCCOMB_X92_Y22_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54551 ; LCCOMB_X91_Y18_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54552 ; LCCOMB_X72_Y12_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54553 ; LCCOMB_X30_Y18_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54554 ; LCCOMB_X69_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54555 ; LCCOMB_X46_Y12_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54556 ; LCCOMB_X31_Y16_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54557 ; LCCOMB_X35_Y17_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54558 ; LCCOMB_X60_Y17_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54559 ; LCCOMB_X60_Y17_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54560 ; LCCOMB_X35_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54561 ; LCCOMB_X76_Y12_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54562 ; LCCOMB_X87_Y16_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54563 ; LCCOMB_X88_Y16_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54564 ; LCCOMB_X71_Y12_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54565 ; LCCOMB_X48_Y16_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54566 ; LCCOMB_X88_Y19_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54567 ; LCCOMB_X59_Y16_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54568 ; LCCOMB_X55_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54569 ; LCCOMB_X87_Y16_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54570 ; LCCOMB_X54_Y16_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54571 ; LCCOMB_X57_Y16_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54572 ; LCCOMB_X67_Y16_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54573 ; LCCOMB_X88_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54574 ; LCCOMB_X32_Y20_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54575 ; LCCOMB_X59_Y16_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54576 ; LCCOMB_X66_Y16_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54577 ; LCCOMB_X54_Y16_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54578 ; LCCOMB_X88_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54579 ; LCCOMB_X57_Y16_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54580 ; LCCOMB_X55_Y16_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54581 ; LCCOMB_X86_Y17_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54582 ; LCCOMB_X33_Y19_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54583 ; LCCOMB_X62_Y16_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54584 ; LCCOMB_X76_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54585 ; LCCOMB_X42_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54586 ; LCCOMB_X75_Y23_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54587 ; LCCOMB_X60_Y21_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54588 ; LCCOMB_X70_Y15_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54589 ; LCCOMB_X80_Y15_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54590 ; LCCOMB_X33_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54591 ; LCCOMB_X60_Y21_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54592 ; LCCOMB_X80_Y15_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54593 ; LCCOMB_X33_Y19_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54594 ; LCCOMB_X83_Y23_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54595 ; LCCOMB_X62_Y16_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54596 ; LCCOMB_X71_Y21_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54597 ; LCCOMB_X79_Y24_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54598 ; LCCOMB_X39_Y20_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54599 ; LCCOMB_X68_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54600 ; LCCOMB_X69_Y20_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54601 ; LCCOMB_X40_Y21_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54602 ; LCCOMB_X85_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54603 ; LCCOMB_X61_Y19_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54604 ; LCCOMB_X72_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54605 ; LCCOMB_X91_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54606 ; LCCOMB_X41_Y18_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54607 ; LCCOMB_X59_Y18_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54608 ; LCCOMB_X69_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54609 ; LCCOMB_X51_Y15_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54610 ; LCCOMB_X83_Y15_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54611 ; LCCOMB_X51_Y15_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54612 ; LCCOMB_X71_Y15_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54613 ; LCCOMB_X79_Y11_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54614 ; LCCOMB_X39_Y12_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54615 ; LCCOMB_X68_Y8_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54616 ; LCCOMB_X69_Y11_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54617 ; LCCOMB_X39_Y21_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54618 ; LCCOMB_X42_Y18_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54619 ; LCCOMB_X57_Y21_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54620 ; LCCOMB_X57_Y21_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54621 ; LCCOMB_X90_Y19_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54622 ; LCCOMB_X39_Y21_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54623 ; LCCOMB_X61_Y19_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54624 ; LCCOMB_X75_Y16_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54625 ; LCCOMB_X48_Y11_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54626 ; LCCOMB_X54_Y11_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54627 ; LCCOMB_X49_Y11_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54628 ; LCCOMB_X48_Y11_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54629 ; LCCOMB_X87_Y16_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54630 ; LCCOMB_X35_Y16_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54631 ; LCCOMB_X66_Y16_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54632 ; LCCOMB_X67_Y16_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54633 ; LCCOMB_X38_Y29_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54634 ; LCCOMB_X48_Y17_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54635 ; LCCOMB_X47_Y20_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54636 ; LCCOMB_X48_Y17_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54637 ; LCCOMB_X83_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54638 ; LCCOMB_X32_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54639 ; LCCOMB_X61_Y19_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54640 ; LCCOMB_X83_Y19_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54641 ; LCCOMB_X25_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54642 ; LCCOMB_X53_Y20_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54643 ; LCCOMB_X57_Y11_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54644 ; LCCOMB_X53_Y16_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54645 ; LCCOMB_X87_Y16_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54646 ; LCCOMB_X38_Y12_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54647 ; LCCOMB_X68_Y8_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54648 ; LCCOMB_X70_Y12_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54649 ; LCCOMB_X40_Y23_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54650 ; LCCOMB_X85_Y22_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54651 ; LCCOMB_X61_Y33_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54652 ; LCCOMB_X66_Y19_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54653 ; LCCOMB_X91_Y20_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54654 ; LCCOMB_X40_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54655 ; LCCOMB_X63_Y20_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54656 ; LCCOMB_X71_Y20_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54657 ; LCCOMB_X37_Y14_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54658 ; LCCOMB_X79_Y11_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54659 ; LCCOMB_X66_Y15_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54660 ; LCCOMB_X75_Y23_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54661 ; LCCOMB_X30_Y20_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54662 ; LCCOMB_X32_Y31_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54663 ; LCCOMB_X30_Y20_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54664 ; LCCOMB_X32_Y17_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54665 ; LCCOMB_X63_Y13_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54666 ; LCCOMB_X91_Y18_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54667 ; LCCOMB_X84_Y17_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54669 ; LCCOMB_X89_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54670 ; LCCOMB_X59_Y13_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54671 ; LCCOMB_X64_Y13_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54672 ; LCCOMB_X59_Y13_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54673 ; LCCOMB_X59_Y13_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54674 ; LCCOMB_X48_Y10_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54675 ; LCCOMB_X76_Y13_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54676 ; LCCOMB_X76_Y13_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54677 ; LCCOMB_X78_Y15_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54678 ; LCCOMB_X83_Y21_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54679 ; LCCOMB_X83_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54680 ; LCCOMB_X83_Y37_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54682 ; LCCOMB_X83_Y21_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54683 ; LCCOMB_X38_Y19_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54684 ; LCCOMB_X38_Y21_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54685 ; LCCOMB_X33_Y32_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54686 ; LCCOMB_X32_Y24_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54687 ; LCCOMB_X55_Y21_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54688 ; LCCOMB_X63_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54689 ; LCCOMB_X56_Y17_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54690 ; LCCOMB_X56_Y17_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54691 ; LCCOMB_X46_Y33_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54692 ; LCCOMB_X67_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54693 ; LCCOMB_X76_Y21_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54694 ; LCCOMB_X76_Y21_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54695 ; LCCOMB_X44_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54696 ; LCCOMB_X38_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54697 ; LCCOMB_X38_Y24_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54698 ; LCCOMB_X34_Y21_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54699 ; LCCOMB_X83_Y21_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54700 ; LCCOMB_X87_Y21_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54701 ; LCCOMB_X84_Y21_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54702 ; LCCOMB_X84_Y21_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54703 ; LCCOMB_X44_Y17_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54704 ; LCCOMB_X63_Y17_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54705 ; LCCOMB_X56_Y17_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54706 ; LCCOMB_X56_Y17_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54707 ; LCCOMB_X46_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54708 ; LCCOMB_X70_Y17_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54709 ; LCCOMB_X78_Y17_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54710 ; LCCOMB_X78_Y17_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54711 ; LCCOMB_X53_Y15_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54712 ; LCCOMB_X89_Y14_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54713 ; LCCOMB_X89_Y14_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54714 ; LCCOMB_X89_Y22_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54715 ; LCCOMB_X30_Y20_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54716 ; LCCOMB_X31_Y16_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54717 ; LCCOMB_X30_Y20_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54718 ; LCCOMB_X56_Y13_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54719 ; LCCOMB_X64_Y13_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54720 ; LCCOMB_X54_Y13_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54721 ; LCCOMB_X59_Y13_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54722 ; LCCOMB_X56_Y13_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54723 ; LCCOMB_X76_Y10_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54724 ; LCCOMB_X73_Y10_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54725 ; LCCOMB_X73_Y10_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54726 ; LCCOMB_X77_Y10_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54727 ; LCCOMB_X41_Y16_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54728 ; LCCOMB_X31_Y21_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54729 ; LCCOMB_X33_Y17_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54730 ; LCCOMB_X33_Y17_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54731 ; LCCOMB_X57_Y13_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54732 ; LCCOMB_X89_Y16_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54733 ; LCCOMB_X88_Y18_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54734 ; LCCOMB_X88_Y18_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54735 ; LCCOMB_X64_Y10_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54736 ; LCCOMB_X53_Y14_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54737 ; LCCOMB_X63_Y11_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54738 ; LCCOMB_X63_Y10_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54739 ; LCCOMB_X54_Y10_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54740 ; LCCOMB_X77_Y13_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54741 ; LCCOMB_X77_Y13_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54742 ; LCCOMB_X76_Y18_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54743 ; LCCOMB_X49_Y17_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54744 ; LCCOMB_X89_Y25_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54745 ; LCCOMB_X89_Y25_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54746 ; LCCOMB_X71_Y25_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54747 ; LCCOMB_X31_Y22_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54748 ; LCCOMB_X33_Y26_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54749 ; LCCOMB_X32_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54750 ; LCCOMB_X30_Y25_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54751 ; LCCOMB_X59_Y22_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54752 ; LCCOMB_X55_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54753 ; LCCOMB_X56_Y22_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54754 ; LCCOMB_X56_Y22_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54755 ; LCCOMB_X44_Y21_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54756 ; LCCOMB_X72_Y13_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54757 ; LCCOMB_X71_Y22_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54758 ; LCCOMB_X71_Y22_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54759 ; LCCOMB_X39_Y22_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54760 ; LCCOMB_X37_Y21_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54761 ; LCCOMB_X33_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54762 ; LCCOMB_X33_Y22_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54763 ; LCCOMB_X53_Y14_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54764 ; LCCOMB_X91_Y18_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54765 ; LCCOMB_X91_Y22_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54766 ; LCCOMB_X89_Y22_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54767 ; LCCOMB_X57_Y25_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54768 ; LCCOMB_X56_Y18_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54769 ; LCCOMB_X59_Y18_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54770 ; LCCOMB_X66_Y18_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54771 ; LCCOMB_X44_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54772 ; LCCOMB_X72_Y17_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54773 ; LCCOMB_X79_Y28_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54774 ; LCCOMB_X72_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54775 ; LCCOMB_X57_Y10_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54776 ; LCCOMB_X86_Y14_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54777 ; LCCOMB_X86_Y14_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54778 ; LCCOMB_X86_Y14_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54779 ; LCCOMB_X41_Y16_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54780 ; LCCOMB_X54_Y10_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54781 ; LCCOMB_X33_Y17_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54782 ; LCCOMB_X38_Y13_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54783 ; LCCOMB_X64_Y9_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54784 ; LCCOMB_X53_Y14_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54785 ; LCCOMB_X63_Y11_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54786 ; LCCOMB_X71_Y1_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54787 ; LCCOMB_X54_Y10_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54788 ; LCCOMB_X71_Y10_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54789 ; LCCOMB_X71_Y1_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54790 ; LCCOMB_X71_Y10_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54791 ; LCCOMB_X31_Y21_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54792 ; LCCOMB_X30_Y18_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54793 ; LCCOMB_X32_Y21_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54794 ; LCCOMB_X32_Y17_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54795 ; LCCOMB_X57_Y13_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54796 ; LCCOMB_X87_Y17_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54797 ; LCCOMB_X87_Y17_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54798 ; LCCOMB_X87_Y17_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54799 ; LCCOMB_X57_Y10_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54800 ; LCCOMB_X63_Y14_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54801 ; LCCOMB_X62_Y17_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54802 ; LCCOMB_X57_Y13_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54803 ; LCCOMB_X48_Y10_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54804 ; LCCOMB_X72_Y14_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54805 ; LCCOMB_X77_Y12_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54806 ; LCCOMB_X77_Y12_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54807 ; LCCOMB_X85_Y25_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54808 ; LCCOMB_X90_Y24_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54809 ; LCCOMB_X87_Y37_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54810 ; LCCOMB_X85_Y25_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54811 ; LCCOMB_X30_Y25_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54812 ; LCCOMB_X34_Y17_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54813 ; LCCOMB_X31_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54814 ; LCCOMB_X32_Y24_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54815 ; LCCOMB_X55_Y21_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54816 ; LCCOMB_X60_Y17_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54817 ; LCCOMB_X55_Y21_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54818 ; LCCOMB_X71_Y25_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54819 ; LCCOMB_X45_Y21_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54820 ; LCCOMB_X72_Y12_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54821 ; LCCOMB_X76_Y21_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54822 ; LCCOMB_X71_Y25_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54823 ; LCCOMB_X31_Y21_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54824 ; LCCOMB_X34_Y17_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54825 ; LCCOMB_X31_Y25_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54826 ; LCCOMB_X32_Y24_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54827 ; LCCOMB_X71_Y14_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54828 ; LCCOMB_X91_Y18_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54829 ; LCCOMB_X88_Y18_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54830 ; LCCOMB_X89_Y18_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54831 ; LCCOMB_X55_Y21_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54832 ; LCCOMB_X60_Y17_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54833 ; LCCOMB_X55_Y21_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54834 ; LCCOMB_X55_Y14_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54835 ; LCCOMB_X45_Y21_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54836 ; LCCOMB_X72_Y14_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54837 ; LCCOMB_X76_Y21_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54838 ; LCCOMB_X76_Y21_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54839 ; LCCOMB_X57_Y13_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54840 ; LCCOMB_X91_Y16_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54841 ; LCCOMB_X89_Y25_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54842 ; LCCOMB_X89_Y25_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54843 ; LCCOMB_X32_Y11_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54844 ; LCCOMB_X30_Y18_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54845 ; LCCOMB_X32_Y18_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54846 ; LCCOMB_X38_Y13_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54847 ; LCCOMB_X57_Y10_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54848 ; LCCOMB_X63_Y14_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54849 ; LCCOMB_X58_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54850 ; LCCOMB_X57_Y13_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54851 ; LCCOMB_X77_Y10_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54852 ; LCCOMB_X71_Y10_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54853 ; LCCOMB_X77_Y12_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54854 ; LCCOMB_X77_Y10_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54855 ; LCCOMB_X88_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54856 ; LCCOMB_X89_Y20_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54857 ; LCCOMB_X88_Y20_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54858 ; LCCOMB_X82_Y10_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54859 ; LCCOMB_X40_Y14_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54860 ; LCCOMB_X39_Y18_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54861 ; LCCOMB_X39_Y18_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54862 ; LCCOMB_X40_Y14_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54863 ; LCCOMB_X67_Y10_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54864 ; LCCOMB_X63_Y20_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54865 ; LCCOMB_X58_Y18_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54866 ; LCCOMB_X67_Y10_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54867 ; LCCOMB_X75_Y17_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54868 ; LCCOMB_X71_Y20_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54869 ; LCCOMB_X72_Y17_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54870 ; LCCOMB_X72_Y13_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54871 ; LCCOMB_X34_Y11_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54872 ; LCCOMB_X38_Y19_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54873 ; LCCOMB_X38_Y17_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54874 ; LCCOMB_X48_Y11_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54875 ; LCCOMB_X54_Y10_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54876 ; LCCOMB_X78_Y22_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54877 ; LCCOMB_X48_Y17_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54878 ; LCCOMB_X54_Y10_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54879 ; LCCOMB_X51_Y10_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54880 ; LCCOMB_X48_Y17_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54881 ; LCCOMB_X48_Y17_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54882 ; LCCOMB_X51_Y10_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54883 ; LCCOMB_X51_Y10_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54884 ; LCCOMB_X44_Y21_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54885 ; LCCOMB_X45_Y17_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54886 ; LCCOMB_X51_Y10_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54887 ; LCCOMB_X39_Y11_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54888 ; LCCOMB_X27_Y23_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54889 ; LCCOMB_X32_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54890 ; LCCOMB_X39_Y11_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54891 ; LCCOMB_X84_Y17_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54892 ; LCCOMB_X89_Y20_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54893 ; LCCOMB_X62_Y18_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54894 ; LCCOMB_X71_Y1_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54895 ; LCCOMB_X66_Y15_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54896 ; LCCOMB_X59_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54897 ; LCCOMB_X62_Y18_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54898 ; LCCOMB_X66_Y15_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54899 ; LCCOMB_X69_Y9_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54900 ; LCCOMB_X71_Y22_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54901 ; LCCOMB_X76_Y21_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54902 ; LCCOMB_X71_Y1_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54903 ; LCCOMB_X83_Y15_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54904 ; LCCOMB_X78_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54905 ; LCCOMB_X85_Y19_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54906 ; LCCOMB_X82_Y10_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54907 ; LCCOMB_X32_Y17_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54908 ; LCCOMB_X34_Y21_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54909 ; LCCOMB_X34_Y21_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54910 ; LCCOMB_X37_Y14_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54911 ; LCCOMB_X64_Y10_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54912 ; LCCOMB_X59_Y22_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54913 ; LCCOMB_X62_Y18_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54914 ; LCCOMB_X82_Y10_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54915 ; LCCOMB_X77_Y12_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54916 ; LCCOMB_X71_Y22_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54917 ; LCCOMB_X72_Y18_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54918 ; LCCOMB_X71_Y10_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54920 ; LCCOMB_X42_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54922 ; LCCOMB_X86_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54923 ; LCCOMB_X57_Y38_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54924 ; LCCOMB_X62_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54925 ; LCCOMB_X87_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54926 ; LCCOMB_X32_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54927 ; LCCOMB_X66_Y39_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54928 ; LCCOMB_X66_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54929 ; LCCOMB_X58_Y36_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54930 ; LCCOMB_X34_Y43_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54931 ; LCCOMB_X59_Y41_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54932 ; LCCOMB_X59_Y41_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54933 ; LCCOMB_X56_Y38_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54934 ; LCCOMB_X91_Y38_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54935 ; LCCOMB_X56_Y38_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54936 ; LCCOMB_X59_Y38_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54937 ; LCCOMB_X37_Y24_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54938 ; LCCOMB_X50_Y25_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54939 ; LCCOMB_X53_Y29_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54940 ; LCCOMB_X45_Y24_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54942 ; LCCOMB_X85_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54943 ; LCCOMB_X56_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54944 ; LCCOMB_X56_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54945 ; LCCOMB_X76_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54946 ; LCCOMB_X86_Y33_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54947 ; LCCOMB_X37_Y44_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54948 ; LCCOMB_X55_Y44_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54949 ; LCCOMB_X73_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54950 ; LCCOMB_X41_Y24_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54951 ; LCCOMB_X50_Y22_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54952 ; LCCOMB_X55_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54953 ; LCCOMB_X48_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54954 ; LCCOMB_X41_Y24_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54955 ; LCCOMB_X51_Y23_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54956 ; LCCOMB_X51_Y24_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54957 ; LCCOMB_X45_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54958 ; LCCOMB_X84_Y38_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54959 ; LCCOMB_X39_Y38_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54960 ; LCCOMB_X51_Y38_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54961 ; LCCOMB_X76_Y40_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54962 ; LCCOMB_X84_Y38_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54963 ; LCCOMB_X39_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54964 ; LCCOMB_X57_Y38_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54965 ; LCCOMB_X79_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54966 ; LCCOMB_X41_Y30_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54967 ; LCCOMB_X51_Y42_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54968 ; LCCOMB_X48_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54969 ; LCCOMB_X44_Y30_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54970 ; LCCOMB_X44_Y44_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54971 ; LCCOMB_X86_Y30_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54972 ; LCCOMB_X55_Y44_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54973 ; LCCOMB_X62_Y40_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54974 ; LCCOMB_X99_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54975 ; LCCOMB_X39_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54976 ; LCCOMB_X59_Y40_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54977 ; LCCOMB_X68_Y44_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54978 ; LCCOMB_X105_Y28_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54979 ; LCCOMB_X37_Y44_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54980 ; LCCOMB_X57_Y48_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54981 ; LCCOMB_X58_Y48_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54982 ; LCCOMB_X53_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54983 ; LCCOMB_X83_Y30_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54984 ; LCCOMB_X55_Y40_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54985 ; LCCOMB_X59_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54987 ; LCCOMB_X42_Y21_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54989 ; LCCOMB_X91_Y36_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54990 ; LCCOMB_X63_Y41_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54991 ; LCCOMB_X76_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54992 ; LCCOMB_X46_Y36_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54993 ; LCCOMB_X41_Y35_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54994 ; LCCOMB_X45_Y37_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54995 ; LCCOMB_X46_Y36_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54996 ; LCCOMB_X50_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54997 ; LCCOMB_X41_Y35_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54998 ; LCCOMB_X53_Y37_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~54999 ; LCCOMB_X50_Y36_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55000 ; LCCOMB_X35_Y37_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55001 ; LCCOMB_X91_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55002 ; LCCOMB_X67_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55003 ; LCCOMB_X71_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55004 ; LCCOMB_X40_Y39_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55005 ; LCCOMB_X95_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55006 ; LCCOMB_X67_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55007 ; LCCOMB_X70_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55009 ; LCCOMB_X79_Y40_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55010 ; LCCOMB_X67_Y37_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55011 ; LCCOMB_X67_Y37_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55012 ; LCCOMB_X71_Y35_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55013 ; LCCOMB_X84_Y39_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55014 ; LCCOMB_X32_Y35_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55015 ; LCCOMB_X72_Y35_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55016 ; LCCOMB_X73_Y35_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55017 ; LCCOMB_X40_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55018 ; LCCOMB_X95_Y39_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55019 ; LCCOMB_X70_Y40_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55020 ; LCCOMB_X69_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55021 ; LCCOMB_X68_Y43_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55022 ; LCCOMB_X95_Y40_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55023 ; LCCOMB_X68_Y41_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55024 ; LCCOMB_X69_Y39_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55025 ; LCCOMB_X73_Y38_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55026 ; LCCOMB_X39_Y38_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55027 ; LCCOMB_X67_Y37_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55028 ; LCCOMB_X70_Y38_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55029 ; LCCOMB_X86_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55030 ; LCCOMB_X32_Y35_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55031 ; LCCOMB_X64_Y38_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55032 ; LCCOMB_X70_Y38_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55033 ; LCCOMB_X34_Y43_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55034 ; LCCOMB_X95_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55035 ; LCCOMB_X67_Y41_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55036 ; LCCOMB_X68_Y43_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55037 ; LCCOMB_X67_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55038 ; LCCOMB_X91_Y38_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55039 ; LCCOMB_X67_Y35_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55040 ; LCCOMB_X75_Y39_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55041 ; LCCOMB_X50_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55042 ; LCCOMB_X26_Y39_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55043 ; LCCOMB_X51_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55044 ; LCCOMB_X50_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55045 ; LCCOMB_X51_Y35_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55046 ; LCCOMB_X41_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55047 ; LCCOMB_X47_Y35_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55048 ; LCCOMB_X47_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55049 ; LCCOMB_X45_Y39_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55050 ; LCCOMB_X85_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55051 ; LCCOMB_X70_Y27_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55052 ; LCCOMB_X75_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55053 ; LCCOMB_X39_Y39_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55054 ; LCCOMB_X93_Y44_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55055 ; LCCOMB_X60_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55056 ; LCCOMB_X68_Y44_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55057 ; LCCOMB_X87_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55058 ; LCCOMB_X39_Y39_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55059 ; LCCOMB_X66_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55060 ; LCCOMB_X70_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55061 ; LCCOMB_X96_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55062 ; LCCOMB_X34_Y43_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55063 ; LCCOMB_X59_Y41_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55064 ; LCCOMB_X69_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55065 ; LCCOMB_X39_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55066 ; LCCOMB_X96_Y77_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55067 ; LCCOMB_X69_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55068 ; LCCOMB_X69_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55069 ; LCCOMB_X44_Y43_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55070 ; LCCOMB_X48_Y40_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55071 ; LCCOMB_X45_Y36_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55072 ; LCCOMB_X45_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55073 ; LCCOMB_X51_Y40_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55074 ; LCCOMB_X41_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55075 ; LCCOMB_X48_Y40_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55076 ; LCCOMB_X44_Y36_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55077 ; LCCOMB_X51_Y36_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55078 ; LCCOMB_X41_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55079 ; LCCOMB_X53_Y37_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55080 ; LCCOMB_X44_Y36_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55081 ; LCCOMB_X44_Y40_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55082 ; LCCOMB_X48_Y40_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55083 ; LCCOMB_X47_Y48_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55084 ; LCCOMB_X44_Y40_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55085 ; LCCOMB_X40_Y40_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55086 ; LCCOMB_X85_Y40_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55087 ; LCCOMB_X57_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55088 ; LCCOMB_X73_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55089 ; LCCOMB_X84_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55090 ; LCCOMB_X39_Y38_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55091 ; LCCOMB_X56_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55092 ; LCCOMB_X78_Y39_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55093 ; LCCOMB_X84_Y38_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55094 ; LCCOMB_X41_Y38_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55095 ; LCCOMB_X57_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55096 ; LCCOMB_X76_Y38_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55097 ; LCCOMB_X56_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55098 ; LCCOMB_X85_Y40_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55099 ; LCCOMB_X68_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55100 ; LCCOMB_X79_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55101 ; LCCOMB_X35_Y37_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55102 ; LCCOMB_X91_Y32_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55103 ; LCCOMB_X57_Y40_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55104 ; LCCOMB_X71_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55105 ; LCCOMB_X90_Y39_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55106 ; LCCOMB_X45_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55107 ; LCCOMB_X56_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55108 ; LCCOMB_X73_Y39_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55109 ; LCCOMB_X91_Y36_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55110 ; LCCOMB_X35_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55111 ; LCCOMB_X57_Y38_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55112 ; LCCOMB_X73_Y39_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55113 ; LCCOMB_X40_Y21_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55114 ; LCCOMB_X85_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55115 ; LCCOMB_X61_Y40_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55116 ; LCCOMB_X71_Y39_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55117 ; LCCOMB_X63_Y40_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55118 ; LCCOMB_X92_Y37_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55119 ; LCCOMB_X63_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55120 ; LCCOMB_X66_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55121 ; LCCOMB_X50_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55122 ; LCCOMB_X50_Y24_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55123 ; LCCOMB_X53_Y24_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55124 ; LCCOMB_X50_Y24_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55125 ; LCCOMB_X83_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55126 ; LCCOMB_X28_Y44_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55127 ; LCCOMB_X59_Y24_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55128 ; LCCOMB_X53_Y42_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55129 ; LCCOMB_X44_Y44_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55130 ; LCCOMB_X93_Y30_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55131 ; LCCOMB_X68_Y42_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55132 ; LCCOMB_X66_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55133 ; LCCOMB_X32_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55134 ; LCCOMB_X87_Y39_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55135 ; LCCOMB_X72_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55136 ; LCCOMB_X72_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55137 ; LCCOMB_X83_Y43_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55138 ; LCCOMB_X39_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55139 ; LCCOMB_X67_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55140 ; LCCOMB_X71_Y42_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55141 ; LCCOMB_X72_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55142 ; LCCOMB_X32_Y35_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55143 ; LCCOMB_X72_Y35_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55144 ; LCCOMB_X70_Y42_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55145 ; LCCOMB_X71_Y45_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55146 ; LCCOMB_X100_Y23_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55147 ; LCCOMB_X70_Y40_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55148 ; LCCOMB_X71_Y45_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55149 ; LCCOMB_X32_Y42_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55150 ; LCCOMB_X83_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55151 ; LCCOMB_X71_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55152 ; LCCOMB_X71_Y41_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55153 ; LCCOMB_X86_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55154 ; LCCOMB_X35_Y46_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55155 ; LCCOMB_X67_Y37_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55156 ; LCCOMB_X70_Y42_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55157 ; LCCOMB_X86_Y38_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55158 ; LCCOMB_X28_Y38_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55159 ; LCCOMB_X64_Y38_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55160 ; LCCOMB_X70_Y42_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55161 ; LCCOMB_X34_Y49_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55162 ; LCCOMB_X83_Y45_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55163 ; LCCOMB_X80_Y49_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55164 ; LCCOMB_X80_Y49_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55165 ; LCCOMB_X37_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55166 ; LCCOMB_X85_Y38_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55167 ; LCCOMB_X68_Y42_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55168 ; LCCOMB_X66_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55169 ; LCCOMB_X48_Y22_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55170 ; LCCOMB_X40_Y22_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55171 ; LCCOMB_X42_Y22_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55172 ; LCCOMB_X40_Y22_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55173 ; LCCOMB_X83_Y38_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55174 ; LCCOMB_X41_Y22_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55175 ; LCCOMB_X69_Y38_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55176 ; LCCOMB_X69_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55177 ; LCCOMB_X42_Y38_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55178 ; LCCOMB_X83_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55179 ; LCCOMB_X67_Y38_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55180 ; LCCOMB_X66_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55183 ; LCCOMB_X54_Y48_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55184 ; LCCOMB_X99_Y39_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55185 ; LCCOMB_X60_Y50_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55186 ; LCCOMB_X54_Y48_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55188 ; LCCOMB_X93_Y43_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55189 ; LCCOMB_X54_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55190 ; LCCOMB_X66_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55191 ; LCCOMB_X78_Y43_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55192 ; LCCOMB_X93_Y43_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55193 ; LCCOMB_X42_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55194 ; LCCOMB_X70_Y43_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55195 ; LCCOMB_X70_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55196 ; LCCOMB_X26_Y43_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55197 ; LCCOMB_X99_Y39_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55198 ; LCCOMB_X76_Y43_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55199 ; LCCOMB_X76_Y43_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55200 ; LCCOMB_X37_Y49_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55201 ; LCCOMB_X51_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55202 ; LCCOMB_X39_Y50_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55203 ; LCCOMB_X39_Y50_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55204 ; LCCOMB_X50_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55205 ; LCCOMB_X50_Y50_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55206 ; LCCOMB_X22_Y47_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55207 ; LCCOMB_X50_Y50_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55208 ; LCCOMB_X50_Y50_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55209 ; LCCOMB_X22_Y47_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55210 ; LCCOMB_X39_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55211 ; LCCOMB_X39_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55212 ; LCCOMB_X51_Y48_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55213 ; LCCOMB_X54_Y51_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55214 ; LCCOMB_X57_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55215 ; LCCOMB_X51_Y51_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55216 ; LCCOMB_X34_Y49_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55217 ; LCCOMB_X88_Y43_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55218 ; LCCOMB_X56_Y46_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55219 ; LCCOMB_X59_Y53_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55220 ; LCCOMB_X88_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55221 ; LCCOMB_X26_Y45_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55222 ; LCCOMB_X58_Y47_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55223 ; LCCOMB_X79_Y36_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55224 ; LCCOMB_X62_Y35_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55225 ; LCCOMB_X29_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55226 ; LCCOMB_X56_Y46_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55227 ; LCCOMB_X60_Y50_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55228 ; LCCOMB_X26_Y45_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55229 ; LCCOMB_X85_Y45_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55230 ; LCCOMB_X85_Y45_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55231 ; LCCOMB_X59_Y53_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55232 ; LCCOMB_X54_Y48_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55234 ; LCCOMB_X86_Y35_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55235 ; LCCOMB_X57_Y46_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55236 ; LCCOMB_X69_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55238 ; LCCOMB_X86_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55239 ; LCCOMB_X26_Y39_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55240 ; LCCOMB_X58_Y47_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55241 ; LCCOMB_X78_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55242 ; LCCOMB_X86_Y36_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55243 ; LCCOMB_X63_Y43_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55244 ; LCCOMB_X78_Y39_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55245 ; LCCOMB_X63_Y39_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55246 ; LCCOMB_X25_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55247 ; LCCOMB_X87_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55248 ; LCCOMB_X57_Y47_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55249 ; LCCOMB_X69_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55250 ; LCCOMB_X40_Y47_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55251 ; LCCOMB_X48_Y28_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55252 ; LCCOMB_X48_Y47_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55253 ; LCCOMB_X40_Y47_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55254 ; LCCOMB_X47_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55255 ; LCCOMB_X30_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55256 ; LCCOMB_X40_Y49_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55257 ; LCCOMB_X44_Y49_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55258 ; LCCOMB_X46_Y51_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55259 ; LCCOMB_X32_Y49_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55260 ; LCCOMB_X45_Y49_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55261 ; LCCOMB_X44_Y49_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55262 ; LCCOMB_X44_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55263 ; LCCOMB_X48_Y28_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55264 ; LCCOMB_X47_Y42_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55265 ; LCCOMB_X47_Y42_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55266 ; LCCOMB_X39_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55267 ; LCCOMB_X97_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55268 ; LCCOMB_X58_Y48_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55269 ; LCCOMB_X58_Y48_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55270 ; LCCOMB_X73_Y47_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55271 ; LCCOMB_X53_Y49_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55272 ; LCCOMB_X80_Y50_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55273 ; LCCOMB_X73_Y47_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55274 ; LCCOMB_X96_Y51_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55275 ; LCCOMB_X38_Y51_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55276 ; LCCOMB_X68_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55277 ; LCCOMB_X68_Y47_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55278 ; LCCOMB_X33_Y50_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55279 ; LCCOMB_X88_Y47_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55280 ; LCCOMB_X80_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55281 ; LCCOMB_X80_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55282 ; LCCOMB_X33_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55283 ; LCCOMB_X116_Y45_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55284 ; LCCOMB_X56_Y47_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55285 ; LCCOMB_X56_Y47_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55286 ; LCCOMB_X86_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55287 ; LCCOMB_X37_Y49_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55288 ; LCCOMB_X71_Y49_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55289 ; LCCOMB_X71_Y49_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55290 ; LCCOMB_X89_Y44_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55291 ; LCCOMB_X33_Y45_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55292 ; LCCOMB_X63_Y51_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55293 ; LCCOMB_X63_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55294 ; LCCOMB_X33_Y50_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55295 ; LCCOMB_X88_Y47_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55296 ; LCCOMB_X76_Y47_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55297 ; LCCOMB_X80_Y47_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55298 ; LCCOMB_X85_Y46_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55299 ; LCCOMB_X64_Y50_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55300 ; LCCOMB_X64_Y50_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55301 ; LCCOMB_X75_Y50_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55302 ; LCCOMB_X39_Y46_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55303 ; LCCOMB_X83_Y28_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55304 ; LCCOMB_X67_Y44_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55305 ; LCCOMB_X68_Y44_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55306 ; LCCOMB_X86_Y36_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55307 ; LCCOMB_X42_Y50_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55308 ; LCCOMB_X45_Y49_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55309 ; LCCOMB_X75_Y46_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55310 ; LCCOMB_X73_Y38_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55311 ; LCCOMB_X83_Y46_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55312 ; LCCOMB_X80_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55313 ; LCCOMB_X76_Y46_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55314 ; LCCOMB_X38_Y45_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55315 ; LCCOMB_X95_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55316 ; LCCOMB_X58_Y49_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55317 ; LCCOMB_X58_Y49_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55318 ; LCCOMB_X95_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55319 ; LCCOMB_X25_Y50_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55320 ; LCCOMB_X70_Y45_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55321 ; LCCOMB_X71_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55322 ; LCCOMB_X95_Y47_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55323 ; LCCOMB_X37_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55324 ; LCCOMB_X68_Y47_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55325 ; LCCOMB_X68_Y47_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55326 ; LCCOMB_X55_Y45_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55327 ; LCCOMB_X83_Y35_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55328 ; LCCOMB_X70_Y45_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55329 ; LCCOMB_X66_Y45_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55330 ; LCCOMB_X24_Y44_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55331 ; LCCOMB_X51_Y47_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55332 ; LCCOMB_X44_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55333 ; LCCOMB_X44_Y47_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55334 ; LCCOMB_X50_Y37_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55335 ; LCCOMB_X30_Y49_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55336 ; LCCOMB_X51_Y47_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55337 ; LCCOMB_X44_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55338 ; LCCOMB_X47_Y49_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55339 ; LCCOMB_X21_Y30_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55340 ; LCCOMB_X40_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55341 ; LCCOMB_X40_Y49_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55342 ; LCCOMB_X24_Y44_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55343 ; LCCOMB_X83_Y47_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55344 ; LCCOMB_X51_Y47_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55345 ; LCCOMB_X48_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55346 ; LCCOMB_X50_Y46_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55347 ; LCCOMB_X90_Y42_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55348 ; LCCOMB_X56_Y46_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55349 ; LCCOMB_X53_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55350 ; LCCOMB_X86_Y44_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55351 ; LCCOMB_X26_Y45_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55352 ; LCCOMB_X72_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55353 ; LCCOMB_X79_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55354 ; LCCOMB_X88_Y43_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55355 ; LCCOMB_X33_Y45_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55356 ; LCCOMB_X56_Y49_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55357 ; LCCOMB_X79_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55358 ; LCCOMB_X26_Y45_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55359 ; LCCOMB_X83_Y47_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55360 ; LCCOMB_X72_Y47_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55361 ; LCCOMB_X80_Y41_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55362 ; LCCOMB_X68_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55363 ; LCCOMB_X86_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55364 ; LCCOMB_X57_Y46_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55365 ; LCCOMB_X68_Y46_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55366 ; LCCOMB_X85_Y46_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55367 ; LCCOMB_X58_Y50_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55368 ; LCCOMB_X58_Y50_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55369 ; LCCOMB_X79_Y45_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55370 ; LCCOMB_X86_Y36_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55371 ; LCCOMB_X56_Y49_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55372 ; LCCOMB_X56_Y49_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55373 ; LCCOMB_X79_Y45_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55374 ; LCCOMB_X24_Y44_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55375 ; LCCOMB_X83_Y47_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55376 ; LCCOMB_X83_Y47_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55377 ; LCCOMB_X78_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55378 ; LCCOMB_X72_Y51_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55379 ; LCCOMB_X96_Y51_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55380 ; LCCOMB_X76_Y51_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55381 ; LCCOMB_X72_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55382 ; LCCOMB_X50_Y42_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55383 ; LCCOMB_X40_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55384 ; LCCOMB_X40_Y42_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55385 ; LCCOMB_X40_Y42_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55386 ; LCCOMB_X84_Y35_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55387 ; LCCOMB_X22_Y47_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55388 ; LCCOMB_X75_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55389 ; LCCOMB_X75_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55390 ; LCCOMB_X26_Y39_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55391 ; LCCOMB_X85_Y43_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55392 ; LCCOMB_X64_Y35_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55393 ; LCCOMB_X72_Y50_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55394 ; LCCOMB_X42_Y51_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55395 ; LCCOMB_X99_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55396 ; LCCOMB_X67_Y51_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55397 ; LCCOMB_X67_Y51_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55398 ; LCCOMB_X48_Y50_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55399 ; LCCOMB_X41_Y51_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55400 ; LCCOMB_X49_Y55_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55401 ; LCCOMB_X48_Y47_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55402 ; LCCOMB_X89_Y44_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55403 ; LCCOMB_X33_Y47_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55404 ; LCCOMB_X60_Y51_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55405 ; LCCOMB_X76_Y55_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55406 ; LCCOMB_X41_Y51_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55407 ; LCCOMB_X87_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55408 ; LCCOMB_X59_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55409 ; LCCOMB_X68_Y44_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55410 ; LCCOMB_X42_Y51_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55411 ; LCCOMB_X96_Y44_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55412 ; LCCOMB_X67_Y51_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55413 ; LCCOMB_X71_Y44_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55414 ; LCCOMB_X46_Y47_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55415 ; LCCOMB_X41_Y50_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55416 ; LCCOMB_X41_Y50_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55417 ; LCCOMB_X71_Y50_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55418 ; LCCOMB_X89_Y44_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55419 ; LCCOMB_X29_Y47_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55420 ; LCCOMB_X63_Y43_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55421 ; LCCOMB_X72_Y50_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55422 ; LCCOMB_X72_Y50_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55423 ; LCCOMB_X85_Y43_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55424 ; LCCOMB_X63_Y43_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55425 ; LCCOMB_X72_Y50_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55426 ; LCCOMB_X72_Y51_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55427 ; LCCOMB_X96_Y51_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55428 ; LCCOMB_X76_Y51_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55429 ; LCCOMB_X77_Y51_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55430 ; LCCOMB_X69_Y48_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55431 ; LCCOMB_X51_Y48_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55432 ; LCCOMB_X70_Y48_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55433 ; LCCOMB_X69_Y48_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55434 ; LCCOMB_X116_Y45_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55435 ; LCCOMB_X33_Y49_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55436 ; LCCOMB_X73_Y57_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55437 ; LCCOMB_X77_Y51_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55438 ; LCCOMB_X69_Y48_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55439 ; LCCOMB_X86_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55440 ; LCCOMB_X69_Y48_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55441 ; LCCOMB_X71_Y48_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55442 ; LCCOMB_X37_Y49_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55443 ; LCCOMB_X50_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55444 ; LCCOMB_X50_Y38_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55445 ; LCCOMB_X50_Y53_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55446 ; LCCOMB_X51_Y49_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55447 ; LCCOMB_X39_Y31_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55448 ; LCCOMB_X55_Y33_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55449 ; LCCOMB_X49_Y48_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55450 ; LCCOMB_X47_Y46_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55451 ; LCCOMB_X30_Y38_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55452 ; LCCOMB_X46_Y38_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55453 ; LCCOMB_X45_Y46_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55454 ; LCCOMB_X33_Y31_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55455 ; LCCOMB_X54_Y35_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55456 ; LCCOMB_X50_Y46_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55457 ; LCCOMB_X50_Y46_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55458 ; LCCOMB_X60_Y50_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55459 ; LCCOMB_X95_Y39_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55460 ; LCCOMB_X66_Y43_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55461 ; LCCOMB_X67_Y47_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55462 ; LCCOMB_X95_Y39_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55463 ; LCCOMB_X32_Y43_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55464 ; LCCOMB_X68_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55465 ; LCCOMB_X77_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55466 ; LCCOMB_X93_Y43_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55467 ; LCCOMB_X66_Y43_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55468 ; LCCOMB_X78_Y50_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55469 ; LCCOMB_X39_Y43_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55470 ; LCCOMB_X32_Y43_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55471 ; LCCOMB_X99_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55472 ; LCCOMB_X73_Y43_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55473 ; LCCOMB_X78_Y43_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55475 ; LCCOMB_X37_Y49_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55477 ; LCCOMB_X86_Y42_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55478 ; LCCOMB_X57_Y32_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55479 ; LCCOMB_X77_Y42_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55481 ; LCCOMB_X77_Y41_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55482 ; LCCOMB_X27_Y47_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55483 ; LCCOMB_X63_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55484 ; LCCOMB_X77_Y41_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55485 ; LCCOMB_X88_Y41_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55486 ; LCCOMB_X29_Y38_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55487 ; LCCOMB_X58_Y37_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55488 ; LCCOMB_X77_Y41_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55489 ; LCCOMB_X24_Y35_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55490 ; LCCOMB_X60_Y42_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55491 ; LCCOMB_X63_Y39_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55492 ; LCCOMB_X77_Y42_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55493 ; LCCOMB_X58_Y34_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55495 ; LCCOMB_X89_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55496 ; LCCOMB_X58_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55497 ; LCCOMB_X62_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55499 ; LCCOMB_X91_Y36_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55500 ; LCCOMB_X21_Y35_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55501 ; LCCOMB_X61_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55502 ; LCCOMB_X78_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55503 ; LCCOMB_X89_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55504 ; LCCOMB_X34_Y39_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55505 ; LCCOMB_X58_Y37_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55506 ; LCCOMB_X69_Y35_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55507 ; LCCOMB_X26_Y31_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55508 ; LCCOMB_X93_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55509 ; LCCOMB_X61_Y9_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55510 ; LCCOMB_X70_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55511 ; LCCOMB_X35_Y44_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55512 ; LCCOMB_X97_Y47_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55513 ; LCCOMB_X57_Y48_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55514 ; LCCOMB_X58_Y48_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55515 ; LCCOMB_X95_Y47_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55516 ; LCCOMB_X69_Y46_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55517 ; LCCOMB_X69_Y46_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55518 ; LCCOMB_X69_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55519 ; LCCOMB_X96_Y51_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55520 ; LCCOMB_X39_Y43_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55521 ; LCCOMB_X66_Y44_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55522 ; LCCOMB_X69_Y49_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55523 ; LCCOMB_X34_Y49_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55524 ; LCCOMB_X80_Y49_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55525 ; LCCOMB_X80_Y49_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55526 ; LCCOMB_X73_Y49_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55527 ; LCCOMB_X47_Y25_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55528 ; LCCOMB_X48_Y28_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55529 ; LCCOMB_X47_Y25_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55530 ; LCCOMB_X47_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55531 ; LCCOMB_X47_Y37_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55532 ; LCCOMB_X25_Y37_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55533 ; LCCOMB_X48_Y37_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55534 ; LCCOMB_X47_Y37_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55535 ; LCCOMB_X49_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55536 ; LCCOMB_X32_Y37_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55537 ; LCCOMB_X48_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55538 ; LCCOMB_X44_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55539 ; LCCOMB_X27_Y26_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55540 ; LCCOMB_X49_Y15_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55541 ; LCCOMB_X46_Y26_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55542 ; LCCOMB_X46_Y26_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55543 ; LCCOMB_X55_Y47_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55544 ; LCCOMB_X88_Y45_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55545 ; LCCOMB_X55_Y44_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55546 ; LCCOMB_X55_Y47_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55547 ; LCCOMB_X66_Y42_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55548 ; LCCOMB_X39_Y42_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55549 ; LCCOMB_X63_Y42_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55550 ; LCCOMB_X66_Y42_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55551 ; LCCOMB_X89_Y44_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55552 ; LCCOMB_X32_Y45_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55553 ; LCCOMB_X55_Y44_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55554 ; LCCOMB_X67_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55555 ; LCCOMB_X31_Y46_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55556 ; LCCOMB_X88_Y45_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55557 ; LCCOMB_X73_Y38_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55558 ; LCCOMB_X70_Y46_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55559 ; LCCOMB_X56_Y43_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55560 ; LCCOMB_X83_Y27_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55561 ; LCCOMB_X55_Y44_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55562 ; LCCOMB_X76_Y46_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55563 ; LCCOMB_X89_Y46_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55564 ; LCCOMB_X63_Y34_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55565 ; LCCOMB_X67_Y35_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55566 ; LCCOMB_X67_Y46_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55567 ; LCCOMB_X89_Y46_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55568 ; LCCOMB_X35_Y37_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55569 ; LCCOMB_X56_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55570 ; LCCOMB_X67_Y46_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55571 ; LCCOMB_X34_Y49_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55572 ; LCCOMB_X83_Y46_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55573 ; LCCOMB_X68_Y46_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55574 ; LCCOMB_X76_Y46_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55575 ; LCCOMB_X57_Y42_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55576 ; LCCOMB_X83_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55577 ; LCCOMB_X55_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55578 ; LCCOMB_X47_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55579 ; LCCOMB_X50_Y37_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55580 ; LCCOMB_X26_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55581 ; LCCOMB_X54_Y33_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55582 ; LCCOMB_X49_Y37_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55583 ; LCCOMB_X50_Y37_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55584 ; LCCOMB_X27_Y37_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55585 ; LCCOMB_X48_Y37_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55586 ; LCCOMB_X49_Y37_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55587 ; LCCOMB_X25_Y42_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55588 ; LCCOMB_X83_Y35_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55589 ; LCCOMB_X59_Y24_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55590 ; LCCOMB_X47_Y40_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55591 ; LCCOMB_X38_Y45_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55592 ; LCCOMB_X85_Y45_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55593 ; LCCOMB_X66_Y45_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55594 ; LCCOMB_X66_Y45_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55595 ; LCCOMB_X95_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55596 ; LCCOMB_X26_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55597 ; LCCOMB_X68_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55598 ; LCCOMB_X75_Y44_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55599 ; LCCOMB_X95_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55600 ; LCCOMB_X34_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55601 ; LCCOMB_X66_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55602 ; LCCOMB_X69_Y44_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55603 ; LCCOMB_X32_Y42_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55604 ; LCCOMB_X95_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55605 ; LCCOMB_X70_Y45_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55606 ; LCCOMB_X71_Y41_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55607 ; LCCOMB_X55_Y42_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55608 ; LCCOMB_X83_Y42_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55609 ; LCCOMB_X58_Y46_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55610 ; LCCOMB_X55_Y47_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55611 ; LCCOMB_X86_Y42_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55612 ; LCCOMB_X27_Y42_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55613 ; LCCOMB_X59_Y42_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55614 ; LCCOMB_X77_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55615 ; LCCOMB_X31_Y45_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55616 ; LCCOMB_X86_Y42_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55617 ; LCCOMB_X58_Y46_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55618 ; LCCOMB_X66_Y42_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55619 ; LCCOMB_X55_Y42_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55620 ; LCCOMB_X86_Y42_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55621 ; LCCOMB_X59_Y42_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55622 ; LCCOMB_X60_Y42_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55623 ; LCCOMB_X51_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55624 ; LCCOMB_X86_Y37_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55625 ; LCCOMB_X57_Y42_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55626 ; LCCOMB_X76_Y37_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55627 ; LCCOMB_X86_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55628 ; LCCOMB_X63_Y34_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55629 ; LCCOMB_X62_Y35_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55630 ; LCCOMB_X79_Y45_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55631 ; LCCOMB_X91_Y36_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55632 ; LCCOMB_X33_Y34_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55633 ; LCCOMB_X63_Y38_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55634 ; LCCOMB_X67_Y35_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55635 ; LCCOMB_X32_Y42_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55636 ; LCCOMB_X89_Y37_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55637 ; LCCOMB_X63_Y41_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55638 ; LCCOMB_X63_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55639 ; LCCOMB_X60_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55640 ; LCCOMB_X48_Y50_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55641 ; LCCOMB_X57_Y39_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55642 ; LCCOMB_X49_Y42_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55643 ; LCCOMB_X48_Y45_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55644 ; LCCOMB_X27_Y41_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55645 ; LCCOMB_X49_Y45_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55646 ; LCCOMB_X49_Y45_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55647 ; LCCOMB_X47_Y34_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55648 ; LCCOMB_X37_Y41_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55649 ; LCCOMB_X42_Y41_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55650 ; LCCOMB_X46_Y45_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55651 ; LCCOMB_X33_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55652 ; LCCOMB_X50_Y41_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55653 ; LCCOMB_X49_Y11_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55654 ; LCCOMB_X49_Y42_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55655 ; LCCOMB_X66_Y43_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55656 ; LCCOMB_X97_Y44_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55657 ; LCCOMB_X60_Y50_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55658 ; LCCOMB_X64_Y43_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55659 ; LCCOMB_X70_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55660 ; LCCOMB_X38_Y51_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55661 ; LCCOMB_X70_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55662 ; LCCOMB_X70_Y51_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55663 ; LCCOMB_X97_Y44_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55664 ; LCCOMB_X39_Y36_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55665 ; LCCOMB_X70_Y47_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55666 ; LCCOMB_X78_Y50_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55667 ; LCCOMB_X39_Y52_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55668 ; LCCOMB_X96_Y51_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55669 ; LCCOMB_X73_Y57_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55670 ; LCCOMB_X73_Y49_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55671 ; LCCOMB_X40_Y43_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55672 ; LCCOMB_X68_Y40_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55673 ; LCCOMB_X68_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55674 ; LCCOMB_X72_Y42_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55675 ; LCCOMB_X66_Y41_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55676 ; LCCOMB_X35_Y23_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55677 ; LCCOMB_X70_Y40_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55678 ; LCCOMB_X66_Y41_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55679 ; LCCOMB_X89_Y44_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55680 ; LCCOMB_X30_Y36_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55681 ; LCCOMB_X64_Y40_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55682 ; LCCOMB_X77_Y41_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55683 ; LCCOMB_X73_Y45_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55684 ; LCCOMB_X83_Y42_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55685 ; LCCOMB_X73_Y42_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55686 ; LCCOMB_X72_Y42_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55687 ; LCCOMB_X40_Y43_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55688 ; LCCOMB_X86_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55689 ; LCCOMB_X57_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55690 ; LCCOMB_X64_Y43_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55691 ; LCCOMB_X86_Y41_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55692 ; LCCOMB_X34_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55693 ; LCCOMB_X67_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55694 ; LCCOMB_X67_Y46_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55695 ; LCCOMB_X86_Y39_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55696 ; LCCOMB_X35_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55697 ; LCCOMB_X64_Y40_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55698 ; LCCOMB_X73_Y46_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55699 ; LCCOMB_X42_Y38_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55700 ; LCCOMB_X83_Y27_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55701 ; LCCOMB_X73_Y42_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55702 ; LCCOMB_X73_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55703 ; LCCOMB_X92_Y44_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55704 ; LCCOMB_X30_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55705 ; LCCOMB_X58_Y48_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55706 ; LCCOMB_X58_Y48_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55707 ; LCCOMB_X42_Y45_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55708 ; LCCOMB_X95_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55709 ; LCCOMB_X66_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55710 ; LCCOMB_X67_Y47_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55711 ; LCCOMB_X116_Y41_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55712 ; LCCOMB_X38_Y45_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55713 ; LCCOMB_X67_Y48_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55714 ; LCCOMB_X68_Y48_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55715 ; LCCOMB_X41_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55716 ; LCCOMB_X92_Y44_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55717 ; LCCOMB_X63_Y44_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55718 ; LCCOMB_X68_Y48_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55719 ; LCCOMB_X50_Y26_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55720 ; LCCOMB_X33_Y26_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55721 ; LCCOMB_X55_Y25_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55722 ; LCCOMB_X49_Y43_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55723 ; LCCOMB_X42_Y43_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55724 ; LCCOMB_X83_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55725 ; LCCOMB_X53_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55726 ; LCCOMB_X53_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55727 ; LCCOMB_X53_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55728 ; LCCOMB_X38_Y26_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55729 ; LCCOMB_X54_Y37_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55730 ; LCCOMB_X53_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55731 ; LCCOMB_X42_Y43_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55732 ; LCCOMB_X55_Y41_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55733 ; LCCOMB_X55_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55734 ; LCCOMB_X42_Y43_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55735 ; LCCOMB_X64_Y33_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55736 ; LCCOMB_X33_Y44_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55737 ; LCCOMB_X57_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55738 ; LCCOMB_X73_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55739 ; LCCOMB_X50_Y43_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55740 ; LCCOMB_X83_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55741 ; LCCOMB_X57_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55742 ; LCCOMB_X53_Y39_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55743 ; LCCOMB_X80_Y41_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55744 ; LCCOMB_X33_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55745 ; LCCOMB_X55_Y36_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55746 ; LCCOMB_X80_Y41_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55747 ; LCCOMB_X33_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55748 ; LCCOMB_X55_Y41_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55749 ; LCCOMB_X62_Y32_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55750 ; LCCOMB_X77_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55752 ; LCCOMB_X69_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55753 ; LCCOMB_X58_Y36_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55754 ; LCCOMB_X58_Y44_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55755 ; LCCOMB_X61_Y41_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55756 ; LCCOMB_X42_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55757 ; LCCOMB_X87_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55758 ; LCCOMB_X53_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55759 ; LCCOMB_X67_Y45_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55760 ; LCCOMB_X86_Y37_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55761 ; LCCOMB_X41_Y44_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55762 ; LCCOMB_X54_Y37_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55763 ; LCCOMB_X67_Y45_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55764 ; LCCOMB_X42_Y43_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55765 ; LCCOMB_X85_Y30_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55766 ; LCCOMB_X55_Y39_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55767 ; LCCOMB_X61_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55768 ; LCCOMB_X46_Y44_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55769 ; LCCOMB_X41_Y41_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55770 ; LCCOMB_X47_Y42_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55771 ; LCCOMB_X45_Y41_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55772 ; LCCOMB_X40_Y41_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55773 ; LCCOMB_X51_Y35_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55774 ; LCCOMB_X51_Y41_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55775 ; LCCOMB_X51_Y41_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55776 ; LCCOMB_X51_Y36_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55777 ; LCCOMB_X1_Y48_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55778 ; LCCOMB_X48_Y41_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55779 ; LCCOMB_X46_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55780 ; LCCOMB_X45_Y45_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55781 ; LCCOMB_X48_Y45_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55782 ; LCCOMB_X50_Y43_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55783 ; LCCOMB_X45_Y45_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55784 ; LCCOMB_X95_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55785 ; LCCOMB_X42_Y48_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55786 ; LCCOMB_X75_Y48_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55787 ; LCCOMB_X76_Y48_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55788 ; LCCOMB_X32_Y41_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55789 ; LCCOMB_X88_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55790 ; LCCOMB_X66_Y43_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55791 ; LCCOMB_X76_Y43_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55792 ; LCCOMB_X95_Y40_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55793 ; LCCOMB_X32_Y41_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55794 ; LCCOMB_X70_Y45_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55795 ; LCCOMB_X76_Y45_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55796 ; LCCOMB_X72_Y51_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55797 ; LCCOMB_X95_Y48_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55798 ; LCCOMB_X78_Y48_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55799 ; LCCOMB_X76_Y48_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55800 ; LCCOMB_X83_Y40_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55801 ; LCCOMB_X31_Y40_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55802 ; LCCOMB_X70_Y43_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55803 ; LCCOMB_X79_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55804 ; LCCOMB_X32_Y41_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55805 ; LCCOMB_X84_Y41_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55806 ; LCCOMB_X69_Y41_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55807 ; LCCOMB_X76_Y41_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55808 ; LCCOMB_X84_Y41_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55809 ; LCCOMB_X48_Y41_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55810 ; LCCOMB_X51_Y40_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55811 ; LCCOMB_X80_Y41_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55812 ; LCCOMB_X39_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55813 ; LCCOMB_X79_Y40_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55814 ; LCCOMB_X70_Y40_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55815 ; LCCOMB_X77_Y56_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55817 ; LCCOMB_X91_Y33_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55818 ; LCCOMB_X37_Y40_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55819 ; LCCOMB_X83_Y40_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55820 ; LCCOMB_X82_Y33_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55821 ; LCCOMB_X41_Y38_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55822 ; LCCOMB_X91_Y36_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55823 ; LCCOMB_X72_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55824 ; LCCOMB_X75_Y38_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55825 ; LCCOMB_X91_Y36_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55826 ; LCCOMB_X37_Y40_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55827 ; LCCOMB_X64_Y41_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55828 ; LCCOMB_X76_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55829 ; LCCOMB_X78_Y44_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55830 ; LCCOMB_X86_Y41_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55831 ; LCCOMB_X68_Y29_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55832 ; LCCOMB_X75_Y40_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55833 ; LCCOMB_X93_Y44_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55834 ; LCCOMB_X35_Y44_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55835 ; LCCOMB_X63_Y44_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55836 ; LCCOMB_X68_Y48_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55837 ; LCCOMB_X42_Y45_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55838 ; LCCOMB_X88_Y43_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55839 ; LCCOMB_X70_Y43_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55840 ; LCCOMB_X70_Y43_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55841 ; LCCOMB_X95_Y41_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55842 ; LCCOMB_X38_Y45_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55843 ; LCCOMB_X67_Y48_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55844 ; LCCOMB_X68_Y48_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55845 ; LCCOMB_X39_Y37_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55846 ; LCCOMB_X96_Y44_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55847 ; LCCOMB_X67_Y40_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55848 ; LCCOMB_X71_Y44_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55849 ; LCCOMB_X46_Y44_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55850 ; LCCOMB_X41_Y37_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55851 ; LCCOMB_X41_Y37_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55852 ; LCCOMB_X44_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55853 ; LCCOMB_X40_Y41_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55854 ; LCCOMB_X51_Y40_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55855 ; LCCOMB_X56_Y41_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55856 ; LCCOMB_X46_Y41_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55857 ; LCCOMB_X47_Y48_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55858 ; LCCOMB_X40_Y41_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55859 ; LCCOMB_X40_Y41_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55860 ; LCCOMB_X46_Y41_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55861 ; LCCOMB_X37_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55862 ; LCCOMB_X45_Y41_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55863 ; LCCOMB_X41_Y41_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55864 ; LCCOMB_X45_Y41_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55865 ; LCCOMB_X84_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55866 ; LCCOMB_X33_Y45_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55867 ; LCCOMB_X57_Y44_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55868 ; LCCOMB_X78_Y41_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55869 ; LCCOMB_X33_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55870 ; LCCOMB_X83_Y37_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55871 ; LCCOMB_X56_Y41_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55872 ; LCCOMB_X78_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55873 ; LCCOMB_X87_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55874 ; LCCOMB_X33_Y40_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55875 ; LCCOMB_X54_Y53_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55876 ; LCCOMB_X80_Y41_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55877 ; LCCOMB_X3_Y33_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55878 ; LCCOMB_X84_Y40_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55879 ; LCCOMB_X60_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55880 ; LCCOMB_X77_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55881 ; LCCOMB_X86_Y33_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55882 ; LCCOMB_X34_Y37_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55883 ; LCCOMB_X53_Y45_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55884 ; LCCOMB_X79_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55885 ; LCCOMB_X38_Y33_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55886 ; LCCOMB_X88_Y40_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55887 ; LCCOMB_X56_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55888 ; LCCOMB_X75_Y45_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55889 ; LCCOMB_X91_Y36_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55890 ; LCCOMB_X38_Y45_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55891 ; LCCOMB_X57_Y45_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55892 ; LCCOMB_X75_Y45_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55893 ; LCCOMB_X1_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55894 ; LCCOMB_X86_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55895 ; LCCOMB_X68_Y40_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55896 ; LCCOMB_X75_Y40_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55897 ; LCCOMB_X42_Y48_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55898 ; LCCOMB_X83_Y45_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55899 ; LCCOMB_X80_Y46_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55900 ; LCCOMB_X80_Y46_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55901 ; LCCOMB_X50_Y26_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55902 ; LCCOMB_X38_Y26_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55903 ; LCCOMB_X50_Y26_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55904 ; LCCOMB_X50_Y26_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55905 ; LCCOMB_X86_Y33_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55906 ; LCCOMB_X33_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55907 ; LCCOMB_X76_Y47_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55908 ; LCCOMB_X77_Y50_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55909 ; LCCOMB_X41_Y44_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55910 ; LCCOMB_X82_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55911 ; LCCOMB_X80_Y44_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55912 ; LCCOMB_X79_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55913 ; LCCOMB_X54_Y43_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55914 ; LCCOMB_X99_Y39_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55915 ; LCCOMB_X76_Y43_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55916 ; LCCOMB_X76_Y43_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55917 ; LCCOMB_X53_Y43_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55918 ; LCCOMB_X49_Y41_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55919 ; LCCOMB_X53_Y41_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55920 ; LCCOMB_X53_Y41_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55921 ; LCCOMB_X84_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55922 ; LCCOMB_X54_Y41_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55923 ; LCCOMB_X54_Y41_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55924 ; LCCOMB_X76_Y41_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55925 ; LCCOMB_X49_Y41_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55926 ; LCCOMB_X89_Y41_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55927 ; LCCOMB_X54_Y43_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55928 ; LCCOMB_X61_Y41_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55929 ; LCCOMB_X41_Y45_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55930 ; LCCOMB_X95_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55931 ; LCCOMB_X70_Y45_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55932 ; LCCOMB_X76_Y45_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55933 ; LCCOMB_X115_Y28_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55934 ; LCCOMB_X42_Y42_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55935 ; LCCOMB_X42_Y42_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55936 ; LCCOMB_X53_Y41_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55937 ; LCCOMB_X83_Y38_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55938 ; LCCOMB_X37_Y42_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55939 ; LCCOMB_X59_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55940 ; LCCOMB_X76_Y41_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55941 ; LCCOMB_X41_Y45_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55942 ; LCCOMB_X89_Y45_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55943 ; LCCOMB_X71_Y45_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55944 ; LCCOMB_X69_Y45_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55945 ; LCCOMB_X42_Y48_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55946 ; LCCOMB_X95_Y48_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55947 ; LCCOMB_X78_Y48_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55948 ; LCCOMB_X76_Y48_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55949 ; LCCOMB_X50_Y41_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55950 ; LCCOMB_X50_Y44_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55951 ; LCCOMB_X50_Y43_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55952 ; LCCOMB_X53_Y43_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55953 ; LCCOMB_X83_Y43_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55954 ; LCCOMB_X50_Y43_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55955 ; LCCOMB_X50_Y43_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55956 ; LCCOMB_X76_Y47_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55957 ; LCCOMB_X42_Y44_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55958 ; LCCOMB_X100_Y30_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55959 ; LCCOMB_X58_Y44_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55960 ; LCCOMB_X72_Y44_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55962 ; LCCOMB_X49_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55964 ; LCCOMB_X50_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55965 ; LCCOMB_X50_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55966 ; LCCOMB_X54_Y36_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55968 ; LCCOMB_X51_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55970 ; LCCOMB_X51_Y31_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55971 ; LCCOMB_X54_Y24_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55972 ; LCCOMB_X47_Y31_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55973 ; LCCOMB_X44_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55974 ; LCCOMB_X45_Y35_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55975 ; LCCOMB_X50_Y35_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55976 ; LCCOMB_X54_Y36_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55977 ; LCCOMB_X53_Y35_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55978 ; LCCOMB_X55_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55979 ; LCCOMB_X54_Y35_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55980 ; LCCOMB_X53_Y23_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55981 ; LCCOMB_X39_Y31_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55982 ; LCCOMB_X24_Y31_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55983 ; LCCOMB_X39_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55984 ; LCCOMB_X44_Y31_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55985 ; LCCOMB_X37_Y31_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55986 ; LCCOMB_X41_Y30_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55987 ; LCCOMB_X2_Y31_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55988 ; LCCOMB_X37_Y31_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55989 ; LCCOMB_X41_Y33_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55990 ; LCCOMB_X32_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55991 ; LCCOMB_X30_Y38_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55992 ; LCCOMB_X41_Y31_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55993 ; LCCOMB_X38_Y31_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55994 ; LCCOMB_X32_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55995 ; LCCOMB_X2_Y31_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55996 ; LCCOMB_X42_Y31_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55997 ; LCCOMB_X38_Y31_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55998 ; LCCOMB_X48_Y38_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~55999 ; LCCOMB_X50_Y38_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56000 ; LCCOMB_X50_Y28_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56001 ; LCCOMB_X51_Y27_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56002 ; LCCOMB_X63_Y31_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56003 ; LCCOMB_X55_Y33_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56004 ; LCCOMB_X59_Y31_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56005 ; LCCOMB_X40_Y29_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56006 ; LCCOMB_X38_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56007 ; LCCOMB_X46_Y38_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56008 ; LCCOMB_X41_Y31_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56009 ; LCCOMB_X59_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56010 ; LCCOMB_X56_Y27_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56011 ; LCCOMB_X59_Y28_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56012 ; LCCOMB_X57_Y31_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56013 ; LCCOMB_X48_Y31_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56014 ; LCCOMB_X51_Y31_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56015 ; LCCOMB_X49_Y28_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56016 ; LCCOMB_X44_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56017 ; LCCOMB_X39_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56018 ; LCCOMB_X44_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56019 ; LCCOMB_X49_Y39_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56020 ; LCCOMB_X46_Y33_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56021 ; LCCOMB_X44_Y30_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56022 ; LCCOMB_X45_Y35_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56023 ; LCCOMB_X45_Y34_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56024 ; LCCOMB_X44_Y33_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56025 ; LCCOMB_X53_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56026 ; LCCOMB_X72_Y27_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56027 ; LCCOMB_X72_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56028 ; LCCOMB_X42_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56029 ; LCCOMB_X49_Y24_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56030 ; LCCOMB_X49_Y24_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56031 ; LCCOMB_X49_Y24_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56032 ; LCCOMB_X50_Y25_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56033 ; LCCOMB_X49_Y16_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56034 ; LCCOMB_X49_Y31_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56035 ; LCCOMB_X50_Y27_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56036 ; LCCOMB_X48_Y28_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56037 ; LCCOMB_X50_Y30_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56038 ; LCCOMB_X46_Y19_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56039 ; LCCOMB_X49_Y34_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56040 ; LCCOMB_X50_Y30_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56041 ; LCCOMB_X49_Y31_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56042 ; LCCOMB_X50_Y25_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56043 ; LCCOMB_X50_Y27_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56044 ; LCCOMB_X50_Y26_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56045 ; LCCOMB_X34_Y38_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56046 ; LCCOMB_X25_Y37_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56047 ; LCCOMB_X25_Y37_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56048 ; LCCOMB_X42_Y33_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56049 ; LCCOMB_X30_Y25_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56050 ; LCCOMB_X37_Y24_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56051 ; LCCOMB_X6_Y22_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56052 ; LCCOMB_X34_Y29_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56053 ; LCCOMB_X37_Y37_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56054 ; LCCOMB_X29_Y43_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56055 ; LCCOMB_X32_Y37_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56056 ; LCCOMB_X34_Y29_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56057 ; LCCOMB_X26_Y29_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56058 ; LCCOMB_X26_Y28_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56059 ; LCCOMB_X27_Y26_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56060 ; LCCOMB_X26_Y29_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56061 ; LCCOMB_X40_Y27_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56062 ; LCCOMB_X51_Y25_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56063 ; LCCOMB_X51_Y25_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56064 ; LCCOMB_X55_Y25_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56065 ; LCCOMB_X45_Y37_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56066 ; LCCOMB_X46_Y27_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56067 ; LCCOMB_X54_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56068 ; LCCOMB_X44_Y30_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56069 ; LCCOMB_X53_Y29_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56070 ; LCCOMB_X56_Y29_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56071 ; LCCOMB_X53_Y29_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56072 ; LCCOMB_X55_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56073 ; LCCOMB_X46_Y27_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56074 ; LCCOMB_X53_Y24_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56075 ; LCCOMB_X54_Y24_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56076 ; LCCOMB_X53_Y24_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56077 ; LCCOMB_X44_Y35_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56078 ; LCCOMB_X48_Y43_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56079 ; LCCOMB_X44_Y42_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56080 ; LCCOMB_X44_Y35_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56081 ; LCCOMB_X44_Y28_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56082 ; LCCOMB_X45_Y24_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56083 ; LCCOMB_X46_Y22_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56084 ; LCCOMB_X45_Y24_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56085 ; LCCOMB_X44_Y19_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56086 ; LCCOMB_X45_Y26_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56087 ; LCCOMB_X45_Y28_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56088 ; LCCOMB_X45_Y26_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56089 ; LCCOMB_X51_Y43_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56090 ; LCCOMB_X49_Y21_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56091 ; LCCOMB_X45_Y28_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56092 ; LCCOMB_X48_Y26_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56093 ; LCCOMB_X48_Y39_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56094 ; LCCOMB_X50_Y23_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56095 ; LCCOMB_X76_Y35_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56096 ; LCCOMB_X54_Y36_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56097 ; LCCOMB_X54_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56098 ; LCCOMB_X50_Y31_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56099 ; LCCOMB_X54_Y31_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56100 ; LCCOMB_X50_Y32_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56101 ; LCCOMB_X49_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56102 ; LCCOMB_X47_Y39_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56103 ; LCCOMB_X51_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56104 ; LCCOMB_X50_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56105 ; LCCOMB_X53_Y31_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56106 ; LCCOMB_X55_Y27_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56107 ; LCCOMB_X54_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56108 ; LCCOMB_X46_Y30_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56109 ; LCCOMB_X28_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56110 ; LCCOMB_X22_Y32_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56111 ; LCCOMB_X26_Y34_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56112 ; LCCOMB_X47_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56113 ; LCCOMB_X22_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56114 ; LCCOMB_X30_Y30_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56115 ; LCCOMB_X31_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56116 ; LCCOMB_X30_Y30_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56117 ; LCCOMB_X40_Y29_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56118 ; LCCOMB_X22_Y42_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56119 ; LCCOMB_X27_Y37_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56120 ; LCCOMB_X51_Y32_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56121 ; LCCOMB_X21_Y38_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56122 ; LCCOMB_X25_Y35_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56123 ; LCCOMB_X25_Y42_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56124 ; LCCOMB_X26_Y39_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56125 ; LCCOMB_X2_Y31_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56126 ; LCCOMB_X51_Y24_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56127 ; LCCOMB_X55_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56128 ; LCCOMB_X54_Y30_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56129 ; LCCOMB_X55_Y26_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56130 ; LCCOMB_X45_Y27_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56131 ; LCCOMB_X54_Y33_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56132 ; LCCOMB_X51_Y30_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56133 ; LCCOMB_X49_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56134 ; LCCOMB_X22_Y42_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56135 ; LCCOMB_X53_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56136 ; LCCOMB_X51_Y30_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56137 ; LCCOMB_X58_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56138 ; LCCOMB_X55_Y26_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56139 ; LCCOMB_X59_Y24_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56140 ; LCCOMB_X58_Y24_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56141 ; LCCOMB_X48_Y31_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56142 ; LCCOMB_X47_Y47_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56143 ; LCCOMB_X46_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56144 ; LCCOMB_X41_Y33_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56145 ; LCCOMB_X48_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56146 ; LCCOMB_X42_Y27_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56147 ; LCCOMB_X46_Y32_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56148 ; LCCOMB_X46_Y32_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56149 ; LCCOMB_X46_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56150 ; LCCOMB_X47_Y39_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56151 ; LCCOMB_X45_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56152 ; LCCOMB_X44_Y33_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56153 ; LCCOMB_X48_Y47_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56154 ; LCCOMB_X49_Y21_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56155 ; LCCOMB_X46_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56156 ; LCCOMB_X46_Y30_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56157 ; LCCOMB_X42_Y48_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56158 ; LCCOMB_X50_Y22_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56159 ; LCCOMB_X49_Y50_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56160 ; LCCOMB_X53_Y23_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56161 ; LCCOMB_X54_Y27_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56162 ; LCCOMB_X50_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56163 ; LCCOMB_X53_Y20_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56164 ; LCCOMB_X49_Y29_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56165 ; LCCOMB_X49_Y29_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56166 ; LCCOMB_X47_Y39_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56167 ; LCCOMB_X47_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56168 ; LCCOMB_X55_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56169 ; LCCOMB_X53_Y31_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56170 ; LCCOMB_X54_Y23_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56171 ; LCCOMB_X54_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56172 ; LCCOMB_X53_Y23_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56173 ; LCCOMB_X40_Y35_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56174 ; LCCOMB_X39_Y29_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56175 ; LCCOMB_X27_Y26_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56176 ; LCCOMB_X40_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56177 ; LCCOMB_X39_Y28_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56178 ; LCCOMB_X41_Y24_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56179 ; LCCOMB_X39_Y28_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56180 ; LCCOMB_X39_Y28_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56181 ; LCCOMB_X40_Y29_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56182 ; LCCOMB_X26_Y36_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56183 ; LCCOMB_X38_Y29_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56184 ; LCCOMB_X40_Y29_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56185 ; LCCOMB_X38_Y27_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56186 ; LCCOMB_X32_Y27_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56187 ; LCCOMB_X33_Y31_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56188 ; LCCOMB_X40_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56189 ; LCCOMB_X61_Y29_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56190 ; LCCOMB_X48_Y20_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56191 ; LCCOMB_X53_Y32_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56192 ; LCCOMB_X51_Y28_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56193 ; LCCOMB_X59_Y27_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56194 ; LCCOMB_X39_Y29_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56195 ; LCCOMB_X55_Y29_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56196 ; LCCOMB_X55_Y29_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56197 ; LCCOMB_X48_Y29_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56198 ; LCCOMB_X38_Y35_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56199 ; LCCOMB_X48_Y29_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56200 ; LCCOMB_X55_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56202 ; LCCOMB_X46_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56204 ; LCCOMB_X62_Y23_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56205 ; LCCOMB_X58_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56206 ; LCCOMB_X58_Y23_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56207 ; LCCOMB_X48_Y35_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56208 ; LCCOMB_X49_Y29_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56209 ; LCCOMB_X49_Y29_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56210 ; LCCOMB_X51_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56211 ; LCCOMB_X46_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56212 ; LCCOMB_X49_Y23_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56213 ; LCCOMB_X49_Y23_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56214 ; LCCOMB_X46_Y25_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56215 ; LCCOMB_X44_Y25_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56216 ; LCCOMB_X45_Y29_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56217 ; LCCOMB_X48_Y29_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56218 ; LCCOMB_X45_Y29_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56219 ; LCCOMB_X51_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56220 ; LCCOMB_X72_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56221 ; LCCOMB_X72_Y23_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56222 ; LCCOMB_X46_Y25_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56223 ; LCCOMB_X34_Y40_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56224 ; LCCOMB_X42_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56225 ; LCCOMB_X35_Y44_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56226 ; LCCOMB_X41_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56227 ; LCCOMB_X70_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56228 ; LCCOMB_X70_Y34_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56229 ; LCCOMB_X72_Y32_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56230 ; LCCOMB_X70_Y34_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56231 ; LCCOMB_X34_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56232 ; LCCOMB_X58_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56233 ; LCCOMB_X34_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56234 ; LCCOMB_X34_Y32_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56235 ; LCCOMB_X72_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56236 ; LCCOMB_X70_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56237 ; LCCOMB_X84_Y32_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56238 ; LCCOMB_X72_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56239 ; LCCOMB_X68_Y34_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56240 ; LCCOMB_X70_Y28_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56241 ; LCCOMB_X70_Y30_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56242 ; LCCOMB_X66_Y32_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56243 ; LCCOMB_X63_Y36_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56244 ; LCCOMB_X98_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56245 ; LCCOMB_X98_Y30_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56246 ; LCCOMB_X97_Y34_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56247 ; LCCOMB_X59_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56248 ; LCCOMB_X66_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56249 ; LCCOMB_X66_Y27_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56250 ; LCCOMB_X66_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56251 ; LCCOMB_X98_Y30_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56252 ; LCCOMB_X98_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56253 ; LCCOMB_X98_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56254 ; LCCOMB_X99_Y32_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56255 ; LCCOMB_X59_Y25_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56256 ; LCCOMB_X66_Y25_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56257 ; LCCOMB_X66_Y25_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56258 ; LCCOMB_X59_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56259 ; LCCOMB_X95_Y36_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56260 ; LCCOMB_X95_Y32_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56261 ; LCCOMB_X95_Y36_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56262 ; LCCOMB_X95_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56263 ; LCCOMB_X63_Y28_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56264 ; LCCOMB_X67_Y21_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56265 ; LCCOMB_X66_Y28_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56266 ; LCCOMB_X68_Y30_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56267 ; LCCOMB_X96_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56268 ; LCCOMB_X105_Y28_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56269 ; LCCOMB_X96_Y28_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56270 ; LCCOMB_X96_Y31_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56271 ; LCCOMB_X39_Y32_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56272 ; LCCOMB_X35_Y28_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56273 ; LCCOMB_X35_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56274 ; LCCOMB_X39_Y32_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56275 ; LCCOMB_X70_Y32_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56276 ; LCCOMB_X71_Y31_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56277 ; LCCOMB_X71_Y31_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56278 ; LCCOMB_X68_Y32_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56279 ; LCCOMB_X39_Y32_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56280 ; LCCOMB_X38_Y25_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56281 ; LCCOMB_X39_Y32_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56282 ; LCCOMB_X68_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56283 ; LCCOMB_X71_Y29_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56284 ; LCCOMB_X70_Y28_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56285 ; LCCOMB_X71_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56286 ; LCCOMB_X71_Y29_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56287 ; LCCOMB_X25_Y40_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56288 ; LCCOMB_X24_Y28_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56289 ; LCCOMB_X26_Y39_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56290 ; LCCOMB_X27_Y32_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56291 ; LCCOMB_X116_Y39_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56292 ; LCCOMB_X100_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56293 ; LCCOMB_X97_Y34_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56294 ; LCCOMB_X97_Y34_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56295 ; LCCOMB_X70_Y27_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56296 ; LCCOMB_X68_Y34_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56297 ; LCCOMB_X70_Y27_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56298 ; LCCOMB_X70_Y27_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56299 ; LCCOMB_X78_Y35_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56300 ; LCCOMB_X76_Y31_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56301 ; LCCOMB_X78_Y28_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56302 ; LCCOMB_X77_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56303 ; LCCOMB_X97_Y32_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56304 ; LCCOMB_X99_Y32_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56305 ; LCCOMB_X99_Y32_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56306 ; LCCOMB_X97_Y32_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56307 ; LCCOMB_X37_Y47_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56308 ; LCCOMB_X35_Y27_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56309 ; LCCOMB_X38_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56310 ; LCCOMB_X38_Y34_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56311 ; LCCOMB_X67_Y31_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56312 ; LCCOMB_X67_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56313 ; LCCOMB_X67_Y31_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56314 ; LCCOMB_X67_Y30_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56315 ; LCCOMB_X78_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56316 ; LCCOMB_X75_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56317 ; LCCOMB_X75_Y32_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56318 ; LCCOMB_X75_Y31_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56319 ; LCCOMB_X22_Y32_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56320 ; LCCOMB_X29_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56321 ; LCCOMB_X29_Y33_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56322 ; LCCOMB_X32_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56323 ; LCCOMB_X97_Y37_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56324 ; LCCOMB_X100_Y34_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56325 ; LCCOMB_X100_Y34_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56326 ; LCCOMB_X97_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56327 ; LCCOMB_X67_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56328 ; LCCOMB_X66_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56329 ; LCCOMB_X67_Y31_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56330 ; LCCOMB_X66_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56331 ; LCCOMB_X75_Y33_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56332 ; LCCOMB_X76_Y30_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56333 ; LCCOMB_X76_Y30_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56334 ; LCCOMB_X75_Y33_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56335 ; LCCOMB_X99_Y28_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56336 ; LCCOMB_X96_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56337 ; LCCOMB_X96_Y30_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56338 ; LCCOMB_X96_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56339 ; LCCOMB_X39_Y31_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56340 ; LCCOMB_X26_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56341 ; LCCOMB_X28_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56342 ; LCCOMB_X51_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56343 ; LCCOMB_X70_Y27_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56344 ; LCCOMB_X70_Y27_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56345 ; LCCOMB_X69_Y29_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56346 ; LCCOMB_X69_Y29_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56347 ; LCCOMB_X78_Y33_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56348 ; LCCOMB_X76_Y31_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56349 ; LCCOMB_X76_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56350 ; LCCOMB_X77_Y32_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56351 ; LCCOMB_X97_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56352 ; LCCOMB_X100_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56353 ; LCCOMB_X100_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56354 ; LCCOMB_X97_Y32_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56355 ; LCCOMB_X41_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56356 ; LCCOMB_X38_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56357 ; LCCOMB_X38_Y34_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56358 ; LCCOMB_X41_Y34_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56359 ; LCCOMB_X67_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56360 ; LCCOMB_X68_Y34_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56361 ; LCCOMB_X67_Y29_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56362 ; LCCOMB_X67_Y29_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56363 ; LCCOMB_X76_Y32_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56364 ; LCCOMB_X76_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56365 ; LCCOMB_X76_Y32_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56366 ; LCCOMB_X72_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56367 ; LCCOMB_X37_Y36_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56368 ; LCCOMB_X39_Y39_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56369 ; LCCOMB_X32_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56370 ; LCCOMB_X37_Y36_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56371 ; LCCOMB_X97_Y39_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56372 ; LCCOMB_X97_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56373 ; LCCOMB_X97_Y34_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56374 ; LCCOMB_X116_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56375 ; LCCOMB_X67_Y35_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56376 ; LCCOMB_X68_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56377 ; LCCOMB_X68_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56378 ; LCCOMB_X66_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56379 ; LCCOMB_X75_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56380 ; LCCOMB_X73_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56381 ; LCCOMB_X75_Y34_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56382 ; LCCOMB_X73_Y34_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56383 ; LCCOMB_X58_Y34_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56384 ; LCCOMB_X34_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56385 ; LCCOMB_X34_Y40_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56386 ; LCCOMB_X34_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56387 ; LCCOMB_X97_Y36_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56388 ; LCCOMB_X99_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56389 ; LCCOMB_X99_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56390 ; LCCOMB_X99_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56391 ; LCCOMB_X66_Y31_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56392 ; LCCOMB_X68_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56393 ; LCCOMB_X66_Y47_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56394 ; LCCOMB_X66_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56395 ; LCCOMB_X70_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56396 ; LCCOMB_X73_Y34_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56397 ; LCCOMB_X77_Y34_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56398 ; LCCOMB_X73_Y34_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56399 ; LCCOMB_X97_Y36_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56400 ; LCCOMB_X99_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56401 ; LCCOMB_X96_Y30_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56402 ; LCCOMB_X95_Y33_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56403 ; LCCOMB_X39_Y34_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56404 ; LCCOMB_X40_Y19_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56405 ; LCCOMB_X39_Y36_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56406 ; LCCOMB_X39_Y34_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56407 ; LCCOMB_X66_Y29_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56408 ; LCCOMB_X68_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56409 ; LCCOMB_X67_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56410 ; LCCOMB_X66_Y32_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56411 ; LCCOMB_X82_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56412 ; LCCOMB_X73_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56413 ; LCCOMB_X73_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56414 ; LCCOMB_X73_Y33_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56415 ; LCCOMB_X1_Y43_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56416 ; LCCOMB_X24_Y43_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56417 ; LCCOMB_X24_Y43_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56418 ; LCCOMB_X26_Y43_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56419 ; LCCOMB_X75_Y28_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56420 ; LCCOMB_X76_Y33_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56421 ; LCCOMB_X77_Y30_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56422 ; LCCOMB_X75_Y28_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56423 ; LCCOMB_X22_Y32_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56424 ; LCCOMB_X22_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56425 ; LCCOMB_X20_Y34_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56426 ; LCCOMB_X22_Y32_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56427 ; LCCOMB_X78_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56428 ; LCCOMB_X77_Y24_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56429 ; LCCOMB_X77_Y24_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56430 ; LCCOMB_X77_Y24_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56432 ; LCCOMB_X69_Y25_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56434 ; LCCOMB_X67_Y23_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56436 ; LCCOMB_X69_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56437 ; LCCOMB_X70_Y27_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56438 ; LCCOMB_X96_Y28_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56439 ; LCCOMB_X96_Y28_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56440 ; LCCOMB_X96_Y28_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56441 ; LCCOMB_X96_Y28_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56442 ; LCCOMB_X66_Y23_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56443 ; LCCOMB_X68_Y26_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56444 ; LCCOMB_X66_Y28_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56445 ; LCCOMB_X66_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56446 ; LCCOMB_X99_Y28_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56447 ; LCCOMB_X99_Y28_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56448 ; LCCOMB_X99_Y28_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56449 ; LCCOMB_X99_Y28_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56450 ; LCCOMB_X63_Y31_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56451 ; LCCOMB_X61_Y27_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56452 ; LCCOMB_X66_Y27_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56453 ; LCCOMB_X70_Y27_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56454 ; LCCOMB_X97_Y37_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56455 ; LCCOMB_X99_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56456 ; LCCOMB_X100_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56457 ; LCCOMB_X99_Y35_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56458 ; LCCOMB_X60_Y29_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56459 ; LCCOMB_X68_Y26_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56460 ; LCCOMB_X68_Y26_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56461 ; LCCOMB_X68_Y26_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56462 ; LCCOMB_X99_Y35_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56463 ; LCCOMB_X97_Y37_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56464 ; LCCOMB_X100_Y34_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56465 ; LCCOMB_X99_Y35_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56466 ; LCCOMB_X39_Y18_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56467 ; LCCOMB_X34_Y23_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56468 ; LCCOMB_X34_Y23_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56469 ; LCCOMB_X39_Y23_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56470 ; LCCOMB_X73_Y25_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56471 ; LCCOMB_X73_Y30_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56472 ; LCCOMB_X73_Y28_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56473 ; LCCOMB_X73_Y28_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56474 ; LCCOMB_X26_Y28_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56475 ; LCCOMB_X1_Y35_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56476 ; LCCOMB_X26_Y28_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56477 ; LCCOMB_X25_Y28_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56478 ; LCCOMB_X76_Y33_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56479 ; LCCOMB_X77_Y24_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56480 ; LCCOMB_X77_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56481 ; LCCOMB_X77_Y24_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56483 ; LCCOMB_X88_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56484 ; LCCOMB_X91_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56486 ; LCCOMB_X91_Y38_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56487 ; LCCOMB_X91_Y34_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56488 ; LCCOMB_X31_Y35_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56489 ; LCCOMB_X41_Y34_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56490 ; LCCOMB_X32_Y38_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56491 ; LCCOMB_X31_Y35_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56492 ; LCCOMB_X51_Y38_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56493 ; LCCOMB_X57_Y31_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56494 ; LCCOMB_X57_Y32_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56495 ; LCCOMB_X57_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56496 ; LCCOMB_X80_Y36_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56497 ; LCCOMB_X78_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56498 ; LCCOMB_X77_Y34_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56499 ; LCCOMB_X78_Y36_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56500 ; LCCOMB_X27_Y32_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56501 ; LCCOMB_X24_Y35_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56502 ; LCCOMB_X27_Y30_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56503 ; LCCOMB_X27_Y32_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56505 ; LCCOMB_X84_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56506 ; LCCOMB_X63_Y31_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56508 ; LCCOMB_X85_Y31_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56509 ; LCCOMB_X85_Y31_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56510 ; LCCOMB_X60_Y28_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56511 ; LCCOMB_X58_Y31_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56512 ; LCCOMB_X60_Y28_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56513 ; LCCOMB_X58_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56514 ; LCCOMB_X79_Y36_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56515 ; LCCOMB_X76_Y28_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56516 ; LCCOMB_X78_Y32_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56517 ; LCCOMB_X77_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56518 ; LCCOMB_X30_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56519 ; LCCOMB_X41_Y34_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56520 ; LCCOMB_X29_Y38_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56521 ; LCCOMB_X30_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56522 ; LCCOMB_X84_Y34_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56523 ; LCCOMB_X92_Y31_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56524 ; LCCOMB_X91_Y34_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56525 ; LCCOMB_X91_Y34_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56526 ; LCCOMB_X57_Y34_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56527 ; LCCOMB_X57_Y31_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56528 ; LCCOMB_X57_Y34_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56529 ; LCCOMB_X57_Y34_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56530 ; LCCOMB_X83_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56531 ; LCCOMB_X84_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56532 ; LCCOMB_X77_Y34_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56533 ; LCCOMB_X83_Y36_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56534 ; LCCOMB_X88_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56535 ; LCCOMB_X90_Y31_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56536 ; LCCOMB_X89_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56537 ; LCCOMB_X88_Y35_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56538 ; LCCOMB_X22_Y41_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56539 ; LCCOMB_X24_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56540 ; LCCOMB_X24_Y35_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56541 ; LCCOMB_X25_Y40_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56542 ; LCCOMB_X61_Y1_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56543 ; LCCOMB_X58_Y31_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56544 ; LCCOMB_X61_Y1_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56545 ; LCCOMB_X58_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56546 ; LCCOMB_X78_Y35_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56547 ; LCCOMB_X77_Y27_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56548 ; LCCOMB_X78_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56549 ; LCCOMB_X78_Y37_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56550 ; LCCOMB_X26_Y37_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56551 ; LCCOMB_X31_Y34_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56552 ; LCCOMB_X31_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56553 ; LCCOMB_X31_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56554 ; LCCOMB_X91_Y25_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56555 ; LCCOMB_X92_Y27_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56556 ; LCCOMB_X92_Y26_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56557 ; LCCOMB_X92_Y29_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56558 ; LCCOMB_X63_Y24_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56559 ; LCCOMB_X62_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56560 ; LCCOMB_X63_Y24_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56561 ; LCCOMB_X62_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56562 ; LCCOMB_X78_Y25_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56563 ; LCCOMB_X73_Y27_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56564 ; LCCOMB_X78_Y25_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56565 ; LCCOMB_X79_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56566 ; LCCOMB_X91_Y25_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56567 ; LCCOMB_X96_Y28_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56568 ; LCCOMB_X91_Y25_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56569 ; LCCOMB_X91_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56570 ; LCCOMB_X28_Y29_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56571 ; LCCOMB_X55_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56572 ; LCCOMB_X31_Y29_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56573 ; LCCOMB_X29_Y29_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56574 ; LCCOMB_X66_Y25_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56575 ; LCCOMB_X60_Y25_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56576 ; LCCOMB_X66_Y25_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56577 ; LCCOMB_X60_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56578 ; LCCOMB_X80_Y25_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56579 ; LCCOMB_X75_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56580 ; LCCOMB_X76_Y25_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56581 ; LCCOMB_X77_Y25_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56582 ; LCCOMB_X29_Y29_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56583 ; LCCOMB_X32_Y33_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56584 ; LCCOMB_X31_Y29_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56585 ; LCCOMB_X29_Y29_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56586 ; LCCOMB_X91_Y25_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56587 ; LCCOMB_X92_Y26_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56588 ; LCCOMB_X92_Y26_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56589 ; LCCOMB_X91_Y30_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56590 ; LCCOMB_X66_Y25_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56591 ; LCCOMB_X60_Y25_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56592 ; LCCOMB_X66_Y25_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56593 ; LCCOMB_X63_Y33_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56594 ; LCCOMB_X82_Y25_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56595 ; LCCOMB_X73_Y27_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56596 ; LCCOMB_X76_Y25_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56597 ; LCCOMB_X82_Y25_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56598 ; LCCOMB_X91_Y25_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56599 ; LCCOMB_X92_Y27_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56600 ; LCCOMB_X91_Y25_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56601 ; LCCOMB_X91_Y25_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56602 ; LCCOMB_X26_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56603 ; LCCOMB_X22_Y27_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56604 ; LCCOMB_X6_Y22_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56605 ; LCCOMB_X27_Y28_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56606 ; LCCOMB_X63_Y24_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56607 ; LCCOMB_X66_Y24_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56608 ; LCCOMB_X63_Y24_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56609 ; LCCOMB_X66_Y24_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56610 ; LCCOMB_X80_Y25_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56611 ; LCCOMB_X73_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56612 ; LCCOMB_X73_Y25_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56613 ; LCCOMB_X78_Y26_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56614 ; LCCOMB_X24_Y36_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56615 ; LCCOMB_X24_Y36_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56616 ; LCCOMB_X27_Y34_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56617 ; LCCOMB_X24_Y36_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56618 ; LCCOMB_X88_Y31_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56619 ; LCCOMB_X88_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56620 ; LCCOMB_X92_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56621 ; LCCOMB_X88_Y31_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56622 ; LCCOMB_X59_Y27_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56623 ; LCCOMB_X58_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56624 ; LCCOMB_X59_Y28_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56625 ; LCCOMB_X58_Y30_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56626 ; LCCOMB_X80_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56627 ; LCCOMB_X77_Y27_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56628 ; LCCOMB_X78_Y30_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56629 ; LCCOMB_X79_Y33_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56630 ; LCCOMB_X90_Y42_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56631 ; LCCOMB_X91_Y38_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56632 ; LCCOMB_X91_Y38_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56633 ; LCCOMB_X90_Y42_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56634 ; LCCOMB_X30_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56635 ; LCCOMB_X31_Y38_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56636 ; LCCOMB_X31_Y38_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56637 ; LCCOMB_X31_Y39_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56638 ; LCCOMB_X55_Y31_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56639 ; LCCOMB_X56_Y34_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56640 ; LCCOMB_X56_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56641 ; LCCOMB_X55_Y36_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56642 ; LCCOMB_X80_Y36_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56643 ; LCCOMB_X79_Y38_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56644 ; LCCOMB_X80_Y34_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56645 ; LCCOMB_X80_Y34_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56646 ; LCCOMB_X30_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56647 ; LCCOMB_X41_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56648 ; LCCOMB_X31_Y38_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56649 ; LCCOMB_X30_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56650 ; LCCOMB_X91_Y34_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56651 ; LCCOMB_X92_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56652 ; LCCOMB_X91_Y34_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56653 ; LCCOMB_X91_Y34_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56654 ; LCCOMB_X56_Y29_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56655 ; LCCOMB_X56_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56656 ; LCCOMB_X55_Y29_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56657 ; LCCOMB_X55_Y31_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56658 ; LCCOMB_X79_Y37_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56659 ; LCCOMB_X78_Y34_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56660 ; LCCOMB_X77_Y34_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56661 ; LCCOMB_X80_Y34_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56662 ; LCCOMB_X88_Y34_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56663 ; LCCOMB_X89_Y27_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56664 ; LCCOMB_X89_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56665 ; LCCOMB_X88_Y31_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56666 ; LCCOMB_X24_Y36_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56667 ; LCCOMB_X24_Y36_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56668 ; LCCOMB_X24_Y36_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56669 ; LCCOMB_X24_Y36_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56670 ; LCCOMB_X59_Y27_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56671 ; LCCOMB_X58_Y27_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56672 ; LCCOMB_X59_Y28_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56673 ; LCCOMB_X58_Y27_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56674 ; LCCOMB_X80_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56675 ; LCCOMB_X77_Y27_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56676 ; LCCOMB_X77_Y34_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56677 ; LCCOMB_X80_Y34_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56678 ; LCCOMB_X77_Y28_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56679 ; LCCOMB_X92_Y27_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56680 ; LCCOMB_X69_Y25_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56681 ; LCCOMB_X116_Y28_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56682 ; LCCOMB_X28_Y29_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56683 ; LCCOMB_X35_Y28_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56684 ; LCCOMB_X31_Y29_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56685 ; LCCOMB_X33_Y29_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56686 ; LCCOMB_X66_Y22_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56687 ; LCCOMB_X62_Y29_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56688 ; LCCOMB_X69_Y25_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56689 ; LCCOMB_X62_Y32_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56690 ; LCCOMB_X77_Y25_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56691 ; LCCOMB_X75_Y24_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56692 ; LCCOMB_X76_Y25_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56693 ; LCCOMB_X77_Y25_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56694 ; LCCOMB_X25_Y40_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56695 ; LCCOMB_X71_Y22_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56696 ; LCCOMB_X26_Y33_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56697 ; LCCOMB_X27_Y33_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56698 ; LCCOMB_X89_Y29_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56699 ; LCCOMB_X92_Y31_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56700 ; LCCOMB_X91_Y28_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56701 ; LCCOMB_X89_Y29_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56702 ; LCCOMB_X59_Y27_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56703 ; LCCOMB_X58_Y34_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56704 ; LCCOMB_X62_Y23_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56705 ; LCCOMB_X62_Y23_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56706 ; LCCOMB_X78_Y29_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56707 ; LCCOMB_X76_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56708 ; LCCOMB_X76_Y27_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56709 ; LCCOMB_X78_Y29_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56710 ; LCCOMB_X26_Y36_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56711 ; LCCOMB_X30_Y36_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56712 ; LCCOMB_X30_Y36_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56713 ; LCCOMB_X28_Y33_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56714 ; LCCOMB_X92_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56715 ; LCCOMB_X92_Y31_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56716 ; LCCOMB_X96_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56717 ; LCCOMB_X91_Y30_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56718 ; LCCOMB_X66_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56719 ; LCCOMB_X63_Y33_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56720 ; LCCOMB_X67_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56721 ; LCCOMB_X63_Y33_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56722 ; LCCOMB_X82_Y33_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56723 ; LCCOMB_X76_Y28_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56724 ; LCCOMB_X78_Y25_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56725 ; LCCOMB_X79_Y28_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56726 ; LCCOMB_X91_Y25_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56727 ; LCCOMB_X89_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56728 ; LCCOMB_X69_Y23_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56729 ; LCCOMB_X86_Y23_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56730 ; LCCOMB_X26_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56731 ; LCCOMB_X35_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56732 ; LCCOMB_X35_Y23_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56733 ; LCCOMB_X25_Y40_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56735 ; LCCOMB_X62_Y23_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56737 ; LCCOMB_X62_Y23_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56739 ; LCCOMB_X69_Y23_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56740 ; LCCOMB_X62_Y23_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56741 ; LCCOMB_X80_Y25_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56742 ; LCCOMB_X73_Y27_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56743 ; LCCOMB_X76_Y26_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56744 ; LCCOMB_X78_Y26_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56746 ; LCCOMB_X83_Y28_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56748 ; LCCOMB_X85_Y26_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56750 ; LCCOMB_X88_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56752 ; LCCOMB_X85_Y26_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56753 ; LCCOMB_X70_Y31_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56754 ; LCCOMB_X82_Y27_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56755 ; LCCOMB_X78_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56756 ; LCCOMB_X79_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56757 ; LCCOMB_X86_Y30_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56758 ; LCCOMB_X83_Y35_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56759 ; LCCOMB_X87_Y35_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56760 ; LCCOMB_X80_Y30_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56761 ; LCCOMB_X71_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56762 ; LCCOMB_X82_Y26_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56763 ; LCCOMB_X71_Y26_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56764 ; LCCOMB_X72_Y26_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56765 ; LCCOMB_X62_Y29_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56766 ; LCCOMB_X55_Y22_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56767 ; LCCOMB_X57_Y29_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56768 ; LCCOMB_X55_Y32_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56769 ; LCCOMB_X33_Y30_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56770 ; LCCOMB_X31_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56771 ; LCCOMB_X33_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56772 ; LCCOMB_X34_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56773 ; LCCOMB_X59_Y32_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56774 ; LCCOMB_X56_Y28_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56775 ; LCCOMB_X56_Y28_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56776 ; LCCOMB_X56_Y28_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56777 ; LCCOMB_X35_Y30_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56778 ; LCCOMB_X40_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56779 ; LCCOMB_X40_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56780 ; LCCOMB_X38_Y30_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56781 ; LCCOMB_X51_Y29_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56782 ; LCCOMB_X58_Y21_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56783 ; LCCOMB_X57_Y25_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56784 ; LCCOMB_X57_Y25_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56785 ; LCCOMB_X35_Y24_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56786 ; LCCOMB_X34_Y27_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56787 ; LCCOMB_X34_Y27_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56788 ; LCCOMB_X34_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56789 ; LCCOMB_X60_Y23_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56790 ; LCCOMB_X56_Y28_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56791 ; LCCOMB_X59_Y26_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56792 ; LCCOMB_X54_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56793 ; LCCOMB_X31_Y30_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56794 ; LCCOMB_X35_Y24_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56795 ; LCCOMB_X35_Y26_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56796 ; LCCOMB_X34_Y30_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56797 ; LCCOMB_X87_Y32_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56798 ; LCCOMB_X85_Y30_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56799 ; LCCOMB_X86_Y34_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56800 ; LCCOMB_X85_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56801 ; LCCOMB_X70_Y31_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56802 ; LCCOMB_X82_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56803 ; LCCOMB_X79_Y27_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56804 ; LCCOMB_X79_Y27_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56805 ; LCCOMB_X87_Y35_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56806 ; LCCOMB_X86_Y35_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56807 ; LCCOMB_X87_Y35_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56808 ; LCCOMB_X87_Y33_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56809 ; LCCOMB_X71_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56810 ; LCCOMB_X82_Y26_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56811 ; LCCOMB_X71_Y26_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56812 ; LCCOMB_X72_Y29_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56814 ; LCCOMB_X91_Y27_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56816 ; LCCOMB_X86_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56818 ; LCCOMB_X89_Y30_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56820 ; LCCOMB_X89_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56821 ; LCCOMB_X91_Y36_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56822 ; LCCOMB_X91_Y28_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56823 ; LCCOMB_X91_Y28_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56824 ; LCCOMB_X85_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56825 ; LCCOMB_X91_Y28_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56826 ; LCCOMB_X85_Y33_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56827 ; LCCOMB_X92_Y32_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56828 ; LCCOMB_X92_Y32_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56829 ; LCCOMB_X91_Y29_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56830 ; LCCOMB_X91_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56831 ; LCCOMB_X91_Y28_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56832 ; LCCOMB_X91_Y29_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56833 ; LCCOMB_X24_Y31_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56834 ; LCCOMB_X41_Y31_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56835 ; LCCOMB_X25_Y31_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56836 ; LCCOMB_X32_Y31_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56837 ; LCCOMB_X35_Y27_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56838 ; LCCOMB_X26_Y33_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56839 ; LCCOMB_X33_Y34_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56840 ; LCCOMB_X35_Y36_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56841 ; LCCOMB_X26_Y23_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56842 ; LCCOMB_X26_Y33_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56843 ; LCCOMB_X26_Y34_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56844 ; LCCOMB_X55_Y32_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56845 ; LCCOMB_X29_Y32_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56846 ; LCCOMB_X29_Y27_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56847 ; LCCOMB_X28_Y34_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56848 ; LCCOMB_X29_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56849 ; LCCOMB_X56_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56850 ; LCCOMB_X69_Y27_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56851 ; LCCOMB_X64_Y24_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56852 ; LCCOMB_X64_Y30_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56853 ; LCCOMB_X64_Y31_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56854 ; LCCOMB_X61_Y28_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56855 ; LCCOMB_X61_Y32_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56856 ; LCCOMB_X64_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56857 ; LCCOMB_X62_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56858 ; LCCOMB_X62_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56859 ; LCCOMB_X62_Y30_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56860 ; LCCOMB_X62_Y30_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56861 ; LCCOMB_X64_Y35_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56862 ; LCCOMB_X70_Y27_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56863 ; LCCOMB_X62_Y35_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56864 ; LCCOMB_X68_Y29_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56865 ; LCCOMB_X82_Y35_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56866 ; LCCOMB_X77_Y32_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56867 ; LCCOMB_X80_Y31_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56868 ; LCCOMB_X82_Y32_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56869 ; LCCOMB_X75_Y27_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56870 ; LCCOMB_X75_Y33_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56872 ; LCCOMB_X77_Y29_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56873 ; LCCOMB_X77_Y29_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56874 ; LCCOMB_X79_Y31_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56875 ; LCCOMB_X75_Y36_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56876 ; LCCOMB_X79_Y31_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56877 ; LCCOMB_X82_Y32_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56878 ; LCCOMB_X75_Y29_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56879 ; LCCOMB_X75_Y27_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56880 ; LCCOMB_X76_Y29_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56881 ; LCCOMB_X83_Y29_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56882 ; LCCOMB_X34_Y33_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56883 ; LCCOMB_X37_Y33_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56884 ; LCCOMB_X31_Y37_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56885 ; LCCOMB_X34_Y33_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56886 ; LCCOMB_X35_Y26_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56887 ; LCCOMB_X30_Y33_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56888 ; LCCOMB_X35_Y37_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56889 ; LCCOMB_X35_Y36_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56890 ; LCCOMB_X34_Y27_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56891 ; LCCOMB_X30_Y33_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56892 ; LCCOMB_X33_Y34_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56893 ; LCCOMB_X35_Y36_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56894 ; LCCOMB_X35_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56895 ; LCCOMB_X41_Y36_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56896 ; LCCOMB_X35_Y33_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56897 ; LCCOMB_X35_Y1_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56898 ; LCCOMB_X91_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56899 ; LCCOMB_X86_Y32_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56900 ; LCCOMB_X89_Y30_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56901 ; LCCOMB_X89_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56902 ; LCCOMB_X89_Y36_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56903 ; LCCOMB_X90_Y32_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56904 ; LCCOMB_X89_Y32_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56905 ; LCCOMB_X88_Y30_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56906 ; LCCOMB_X91_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56907 ; LCCOMB_X86_Y36_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56908 ; LCCOMB_X88_Y32_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56909 ; LCCOMB_X88_Y32_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56910 ; LCCOMB_X89_Y36_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56911 ; LCCOMB_X90_Y32_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56912 ; LCCOMB_X89_Y32_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56913 ; LCCOMB_X89_Y32_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56914 ; LCCOMB_X56_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56915 ; LCCOMB_X54_Y29_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56916 ; LCCOMB_X54_Y29_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56917 ; LCCOMB_X54_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56918 ; LCCOMB_X62_Y35_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56919 ; LCCOMB_X61_Y33_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56920 ; LCCOMB_X61_Y33_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56921 ; LCCOMB_X61_Y33_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56922 ; LCCOMB_X62_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56923 ; LCCOMB_X64_Y22_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56924 ; LCCOMB_X53_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56925 ; LCCOMB_X55_Y31_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56926 ; LCCOMB_X64_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56927 ; LCCOMB_X61_Y33_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56928 ; LCCOMB_X61_Y33_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56929 ; LCCOMB_X60_Y33_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56930 ; LCCOMB_X83_Y36_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56931 ; LCCOMB_X84_Y31_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56932 ; LCCOMB_X84_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56933 ; LCCOMB_X84_Y33_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56934 ; LCCOMB_X80_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56935 ; LCCOMB_X75_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56936 ; LCCOMB_X76_Y29_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56937 ; LCCOMB_X80_Y29_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56938 ; LCCOMB_X83_Y31_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56939 ; LCCOMB_X82_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56940 ; LCCOMB_X80_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56941 ; LCCOMB_X82_Y33_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56942 ; LCCOMB_X82_Y29_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56943 ; LCCOMB_X84_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56944 ; LCCOMB_X84_Y29_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56945 ; LCCOMB_X82_Y29_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56946 ; LCCOMB_X29_Y27_N24 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56947 ; LCCOMB_X27_Y23_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56948 ; LCCOMB_X27_Y23_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56949 ; LCCOMB_X26_Y30_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56950 ; LCCOMB_X93_Y30_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56951 ; LCCOMB_X86_Y29_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56952 ; LCCOMB_X87_Y27_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56953 ; LCCOMB_X82_Y30_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56954 ; LCCOMB_X64_Y24_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56955 ; LCCOMB_X57_Y24_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56956 ; LCCOMB_X64_Y24_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56957 ; LCCOMB_X57_Y24_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56958 ; LCCOMB_X73_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56959 ; LCCOMB_X73_Y25_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56960 ; LCCOMB_X73_Y26_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56961 ; LCCOMB_X73_Y26_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56962 ; LCCOMB_X30_Y31_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56963 ; LCCOMB_X25_Y31_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56964 ; LCCOMB_X26_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56965 ; LCCOMB_X30_Y31_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56966 ; LCCOMB_X96_Y35_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56967 ; LCCOMB_X88_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56968 ; LCCOMB_X93_Y35_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56969 ; LCCOMB_X96_Y35_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56970 ; LCCOMB_X61_Y28_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56971 ; LCCOMB_X61_Y50_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56972 ; LCCOMB_X61_Y28_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56973 ; LCCOMB_X62_Y31_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56974 ; LCCOMB_X78_Y31_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56975 ; LCCOMB_X82_Y26_N4 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56976 ; LCCOMB_X78_Y27_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56977 ; LCCOMB_X78_Y31_N22 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56978 ; LCCOMB_X20_Y34_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56979 ; LCCOMB_X26_Y23_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56980 ; LCCOMB_X26_Y42_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56981 ; LCCOMB_X26_Y30_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56982 ; LCCOMB_X88_Y34_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56983 ; LCCOMB_X71_Y30_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56984 ; LCCOMB_X89_Y27_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56985 ; LCCOMB_X89_Y27_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56986 ; LCCOMB_X60_Y24_N2 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56987 ; LCCOMB_X60_Y26_N28 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56988 ; LCCOMB_X60_Y26_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56989 ; LCCOMB_X60_Y26_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56990 ; LCCOMB_X80_Y35_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56991 ; LCCOMB_X75_Y22_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56992 ; LCCOMB_X71_Y28_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56993 ; LCCOMB_X79_Y30_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56994 ; LCCOMB_X29_Y27_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56995 ; LCCOMB_X37_Y14_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56997 ; LCCOMB_X39_Y18_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56998 ; LCCOMB_X39_Y23_N12 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~56999 ; LCCOMB_X83_Y27_N8 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57000 ; LCCOMB_X86_Y27_N30 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57001 ; LCCOMB_X89_Y27_N14 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57002 ; LCCOMB_X89_Y27_N0 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57004 ; LCCOMB_X66_Y15_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57005 ; LCCOMB_X69_Y27_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57007 ; LCCOMB_X70_Y30_N16 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57008 ; LCCOMB_X67_Y23_N18 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57009 ; LCCOMB_X82_Y31_N20 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57010 ; LCCOMB_X72_Y24_N10 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57011 ; LCCOMB_X76_Y26_N26 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|char_ram~57012 ; LCCOMB_X72_Y26_N6 ; 7 ; Clock enable ; no ; -- ; -- ; -- ; +; text_screen_gen:text_gen|cursor_pos[11]~8 ; LCCOMB_X73_Y36_N0 ; 12 ; Clock enable ; no ; -- ; -- ; -- ; +; uart_rx:uart_inst|clk_cnt[0]~49 ; LCCOMB_X104_Y28_N14 ; 16 ; Sync. clear ; no ; -- ; -- ; -- ; +; uart_rx:uart_inst|clk_cnt[0]~50 ; LCCOMB_X104_Y28_N8 ; 16 ; Clock enable ; no ; -- ; -- ; -- ; +; uart_rx:uart_inst|rx_data[0]~0 ; LCCOMB_X104_Y27_N18 ; 12 ; Clock enable ; no ; -- ; -- ; -- ; +; vga_controller:vga_c|Equal0~3 ; LCCOMB_X61_Y35_N6 ; 16 ; Clock enable ; no ; -- ; -- ; -- ; +; vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|wire_pll1_clk[0] ; PLL_1 ; 52 ; Clock ; yes ; Global Clock ; GCLK29 ; -- ; ++-----------------------------------------------------------------------------------------+---------------------+---------+----------------------------+--------+----------------------+------------------+---------------------------+ -+-----------------------------------------------------------------------------+ -; LAB Signals Sourced ; -+----------------------------------------------+------------------------------+ -; Number of Signals Sourced (Average = 19.33) ; Number of LABs (Total = 15) ; -+----------------------------------------------+------------------------------+ -; 0 ; 0 ; -; 1 ; 0 ; -; 2 ; 1 ; -; 3 ; 0 ; -; 4 ; 1 ; -; 5 ; 0 ; -; 6 ; 0 ; -; 7 ; 0 ; -; 8 ; 0 ; -; 9 ; 0 ; -; 10 ; 0 ; -; 11 ; 0 ; -; 12 ; 1 ; -; 13 ; 0 ; -; 14 ; 0 ; -; 15 ; 1 ; -; 16 ; 1 ; -; 17 ; 1 ; -; 18 ; 0 ; -; 19 ; 0 ; -; 20 ; 0 ; -; 21 ; 1 ; -; 22 ; 2 ; -; 23 ; 2 ; -; 24 ; 0 ; -; 25 ; 0 ; -; 26 ; 2 ; -; 27 ; 0 ; -; 28 ; 0 ; -; 29 ; 0 ; -; 30 ; 1 ; -; 31 ; 1 ; -+----------------------------------------------+------------------------------+ - - -+--------------------------------------------------------------------------------+ -; LAB Signals Sourced Out ; -+-------------------------------------------------+------------------------------+ -; Number of Signals Sourced Out (Average = 8.07) ; Number of LABs (Total = 15) ; -+-------------------------------------------------+------------------------------+ -; 0 ; 0 ; -; 1 ; 1 ; -; 2 ; 1 ; -; 3 ; 0 ; -; 4 ; 0 ; -; 5 ; 0 ; -; 6 ; 3 ; -; 7 ; 2 ; -; 8 ; 3 ; -; 9 ; 1 ; -; 10 ; 0 ; -; 11 ; 1 ; -; 12 ; 0 ; -; 13 ; 2 ; -; 14 ; 0 ; -; 15 ; 0 ; -; 16 ; 1 ; -+-------------------------------------------------+------------------------------+ ++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Global & Other Fast Signals ; ++-----------------------------------------------------------------------------------------+-------------------+---------+--------------------------------------+----------------------+------------------+---------------------------+ +; Name ; Location ; Fan-Out ; Fan-Out Using Intentional Clock Skew ; Global Resource Used ; Global Line Name ; Enable Signal Source Name ; ++-----------------------------------------------------------------------------------------+-------------------+---------+--------------------------------------+----------------------+------------------+---------------------------+ +; CLOCK_50 ; PIN_AJ16 ; 28790 ; 2904 ; Global Clock ; GCLK28 ; -- ; +; comb~0 ; LCCOMB_X1_Y13_N20 ; 24 ; 0 ; Global Clock ; GCLK3 ; -- ; +; vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|wire_pll1_clk[0] ; PLL_1 ; 52 ; 31 ; Global Clock ; GCLK29 ; -- ; ++-----------------------------------------------------------------------------------------+-------------------+---------+--------------------------------------+----------------------+------------------+---------------------------+ + + ++---------------------------------------------------+ +; Non-Global High Fan-Out Signals ; ++-----------------------------------------+---------+ +; Name ; Fan-Out ; ++-----------------------------------------+---------+ +; uart_rx:uart_inst|rx_data[0] ; 4099 ; +; uart_rx:uart_inst|rx_data[1] ; 4099 ; +; uart_rx:uart_inst|rx_data[2] ; 4099 ; +; uart_rx:uart_inst|rx_data[6] ; 4098 ; +; uart_rx:uart_inst|rx_data[4] ; 4098 ; +; text_screen_gen:text_gen|char_ram~57013 ; 4096 ; +; text_screen_gen:text_gen|char_ram~57014 ; 4096 ; +; vga_controller:vga_c|h_cnt[4] ; 2424 ; +; text_screen_gen:text_gen|Add5~0 ; 2423 ; +; text_screen_gen:text_gen|Add5~14 ; 2420 ; +; vga_controller:vga_c|h_cnt[5] ; 2420 ; +; vga_controller:vga_c|h_cnt[6] ; 2420 ; +; text_screen_gen:text_gen|Add5~2 ; 2413 ; +; text_screen_gen:text_gen|Add5~10 ; 2396 ; +; vga_controller:vga_c|h_cnt[7] ; 2394 ; +; text_screen_gen:text_gen|Add5~8 ; 2388 ; +; text_screen_gen:text_gen|Add5~12 ; 2371 ; +; text_screen_gen:text_gen|Add5~4 ; 2317 ; +; text_screen_gen:text_gen|Add5~6 ; 2308 ; ++-----------------------------------------+---------+ + + ++---------------------------------------------------------------+ +; Routing Usage Summary ; ++-----------------------------------+---------------------------+ +; Routing Resource Type ; Usage ; ++-----------------------------------+---------------------------+ +; Block interconnects ; 75,405 / 445,464 ( 17 % ) ; +; C16 interconnects ; 3,948 / 12,402 ( 32 % ) ; +; C4 interconnects ; 56,686 / 263,952 ( 21 % ) ; +; Direct links ; 4,106 / 445,464 ( < 1 % ) ; +; GXB block output buffers ; 0 / 3,600 ( 0 % ) ; +; Global clocks ; 3 / 30 ( 10 % ) ; +; Interquad Reference Clock Outputs ; 0 / 2 ( 0 % ) ; +; Interquad TXRX Clocks ; 0 / 16 ( 0 % ) ; +; Interquad TXRX PCSRX outputs ; 0 / 8 ( 0 % ) ; +; Interquad TXRX PCSTX outputs ; 0 / 8 ( 0 % ) ; +; Local interconnects ; 11,257 / 149,760 ( 8 % ) ; +; R24 interconnects ; 4,080 / 12,690 ( 32 % ) ; +; R4 interconnects ; 70,147 / 370,260 ( 19 % ) ; ++-----------------------------------+---------------------------+ +-----------------------------------------------------------------------------+ -; LAB Distinct Inputs ; -+----------------------------------------------+------------------------------+ -; Number of Distinct Inputs (Average = 12.60) ; Number of LABs (Total = 15) ; -+----------------------------------------------+------------------------------+ -; 0 ; 0 ; -; 1 ; 0 ; -; 2 ; 1 ; -; 3 ; 0 ; -; 4 ; 0 ; -; 5 ; 1 ; -; 6 ; 0 ; -; 7 ; 1 ; -; 8 ; 2 ; -; 9 ; 1 ; -; 10 ; 2 ; -; 11 ; 0 ; -; 12 ; 1 ; -; 13 ; 0 ; -; 14 ; 1 ; -; 15 ; 0 ; -; 16 ; 0 ; -; 17 ; 1 ; -; 18 ; 1 ; -; 19 ; 1 ; -; 20 ; 0 ; -; 21 ; 0 ; -; 22 ; 0 ; -; 23 ; 1 ; -; 24 ; 0 ; -; 25 ; 0 ; -; 26 ; 0 ; -; 27 ; 1 ; -+----------------------------------------------+------------------------------+ +; LAB Logic Elements ; ++--------------------------------------------+--------------------------------+ +; Number of Logic Elements (Average = 9.75) ; Number of LABs (Total = 3979) ; ++--------------------------------------------+--------------------------------+ +; 1 ; 137 ; +; 2 ; 397 ; +; 3 ; 296 ; +; 4 ; 237 ; +; 5 ; 182 ; +; 6 ; 144 ; +; 7 ; 132 ; +; 8 ; 119 ; +; 9 ; 129 ; +; 10 ; 153 ; +; 11 ; 154 ; +; 12 ; 200 ; +; 13 ; 234 ; +; 14 ; 299 ; +; 15 ; 302 ; +; 16 ; 864 ; ++--------------------------------------------+--------------------------------+ + + ++---------------------------------------------------------------------+ +; LAB-wide Signals ; ++------------------------------------+--------------------------------+ +; LAB-wide Signals (Average = 1.71) ; Number of LABs (Total = 3979) ; ++------------------------------------+--------------------------------+ +; 1 Async. clear ; 17 ; +; 1 Clock ; 3944 ; +; 1 Clock enable ; 735 ; +; 1 Sync. clear ; 2 ; +; 1 Sync. load ; 1 ; +; 2 Clock enables ; 2110 ; +; 2 Clocks ; 6 ; ++------------------------------------+--------------------------------+ + + ++-------------------------------------------------------------------------------+ +; LAB Signals Sourced ; ++----------------------------------------------+--------------------------------+ +; Number of Signals Sourced (Average = 15.33) ; Number of LABs (Total = 3979) ; ++----------------------------------------------+--------------------------------+ +; 0 ; 0 ; +; 1 ; 46 ; +; 2 ; 114 ; +; 3 ; 159 ; +; 4 ; 272 ; +; 5 ; 159 ; +; 6 ; 178 ; +; 7 ; 112 ; +; 8 ; 154 ; +; 9 ; 92 ; +; 10 ; 113 ; +; 11 ; 83 ; +; 12 ; 81 ; +; 13 ; 64 ; +; 14 ; 92 ; +; 15 ; 91 ; +; 16 ; 111 ; +; 17 ; 151 ; +; 18 ; 163 ; +; 19 ; 167 ; +; 20 ; 172 ; +; 21 ; 194 ; +; 22 ; 207 ; +; 23 ; 187 ; +; 24 ; 180 ; +; 25 ; 196 ; +; 26 ; 184 ; +; 27 ; 134 ; +; 28 ; 82 ; +; 29 ; 28 ; +; 30 ; 11 ; +; 31 ; 1 ; +; 32 ; 1 ; ++----------------------------------------------+--------------------------------+ + + ++----------------------------------------------------------------------------------+ +; LAB Signals Sourced Out ; ++-------------------------------------------------+--------------------------------+ +; Number of Signals Sourced Out (Average = 7.32) ; Number of LABs (Total = 3979) ; ++-------------------------------------------------+--------------------------------+ +; 0 ; 0 ; +; 1 ; 389 ; +; 2 ; 411 ; +; 3 ; 339 ; +; 4 ; 277 ; +; 5 ; 230 ; +; 6 ; 193 ; +; 7 ; 189 ; +; 8 ; 222 ; +; 9 ; 232 ; +; 10 ; 285 ; +; 11 ; 279 ; +; 12 ; 290 ; +; 13 ; 338 ; +; 14 ; 170 ; +; 15 ; 72 ; +; 16 ; 35 ; +; 17 ; 16 ; +; 18 ; 5 ; +; 19 ; 3 ; +; 20 ; 3 ; +; 21 ; 0 ; +; 22 ; 0 ; +; 23 ; 1 ; ++-------------------------------------------------+--------------------------------+ + + ++-------------------------------------------------------------------------------+ +; LAB Distinct Inputs ; ++----------------------------------------------+--------------------------------+ +; Number of Distinct Inputs (Average = 18.89) ; Number of LABs (Total = 3979) ; ++----------------------------------------------+--------------------------------+ +; 0 ; 0 ; +; 1 ; 0 ; +; 2 ; 5 ; +; 3 ; 121 ; +; 4 ; 115 ; +; 5 ; 77 ; +; 6 ; 241 ; +; 7 ; 141 ; +; 8 ; 176 ; +; 9 ; 132 ; +; 10 ; 128 ; +; 11 ; 98 ; +; 12 ; 94 ; +; 13 ; 97 ; +; 14 ; 94 ; +; 15 ; 90 ; +; 16 ; 88 ; +; 17 ; 94 ; +; 18 ; 103 ; +; 19 ; 93 ; +; 20 ; 131 ; +; 21 ; 127 ; +; 22 ; 133 ; +; 23 ; 140 ; +; 24 ; 152 ; +; 25 ; 123 ; +; 26 ; 128 ; +; 27 ; 115 ; +; 28 ; 120 ; +; 29 ; 99 ; +; 30 ; 114 ; +; 31 ; 106 ; +; 32 ; 98 ; +; 33 ; 84 ; +; 34 ; 79 ; +; 35 ; 75 ; +; 36 ; 84 ; +; 37 ; 84 ; ++----------------------------------------------+--------------------------------+ +------------------------------------------+ @@ -1742,9 +6073,9 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi +--------------------+-----------+--------------+-----------+--------------+--------------+-----------+-----------+--------------+-----------+-----------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+-----------+--------------+--------------+ ; Pin/Rules ; IO_000001 ; IO_000002 ; IO_000003 ; IO_000004 ; IO_000005 ; IO_000006 ; IO_000007 ; IO_000008 ; IO_000009 ; IO_000010 ; IO_000011 ; IO_000012 ; IO_000013 ; IO_000014 ; IO_000015 ; IO_000018 ; IO_000019 ; IO_000020 ; IO_000021 ; IO_000022 ; IO_000023 ; IO_000024 ; IO_000026 ; IO_000027 ; IO_000045 ; IO_000046 ; IO_000047 ; IO_000033 ; IO_000034 ; IO_000042 ; +--------------------+-----------+--------------+-----------+--------------+--------------+-----------+-----------+--------------+-----------+-----------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+--------------+-----------+--------------+--------------+ -; Total Pass ; 21 ; 0 ; 21 ; 0 ; 0 ; 21 ; 21 ; 0 ; 21 ; 21 ; 0 ; 14 ; 0 ; 0 ; 7 ; 0 ; 14 ; 7 ; 0 ; 0 ; 0 ; 14 ; 0 ; 0 ; 0 ; 0 ; 0 ; 21 ; 0 ; 0 ; +; Total Pass ; 50 ; 0 ; 50 ; 0 ; 0 ; 50 ; 50 ; 0 ; 50 ; 50 ; 0 ; 43 ; 0 ; 0 ; 7 ; 0 ; 43 ; 7 ; 0 ; 0 ; 0 ; 43 ; 0 ; 0 ; 0 ; 0 ; 0 ; 50 ; 0 ; 0 ; ; Total Unchecked ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; -; Total Inapplicable ; 0 ; 21 ; 0 ; 21 ; 21 ; 0 ; 0 ; 21 ; 0 ; 0 ; 21 ; 7 ; 21 ; 21 ; 14 ; 21 ; 7 ; 14 ; 21 ; 21 ; 21 ; 7 ; 21 ; 21 ; 21 ; 21 ; 21 ; 0 ; 21 ; 21 ; +; Total Inapplicable ; 0 ; 50 ; 0 ; 50 ; 50 ; 0 ; 0 ; 50 ; 0 ; 0 ; 50 ; 7 ; 50 ; 50 ; 43 ; 50 ; 7 ; 43 ; 50 ; 50 ; 50 ; 7 ; 50 ; 50 ; 50 ; 50 ; 50 ; 0 ; 50 ; 50 ; ; Total Fail ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; ; KEY[1] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; ; KEY[2] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; @@ -1764,6 +6095,35 @@ Note: For table entries with two numbers listed, the numbers in parentheses indi ; LCD_EN ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; ; LCD_RS ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; ; LCD_ON ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_CLK ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_HS ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_VS ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_BLANK_N ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_SYNC_N ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_R[0] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_R[1] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_R[2] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_R[3] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_R[4] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_R[5] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_R[6] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_R[7] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_G[0] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_G[1] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_G[2] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_G[3] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_G[4] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_G[5] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_G[6] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_G[7] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_B[0] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_B[1] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_B[2] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_B[3] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_B[4] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_B[5] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_B[6] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; +; VGA_B[7] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; ; CLOCK_50 ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; ; KEY[0] ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; ; UART_RXD ; Pass ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Pass ; Inapplicable ; Pass ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Inapplicable ; Pass ; Inapplicable ; Inapplicable ; @@ -1828,41 +6188,70 @@ Info (169124): Fitter converted 5 user pins into dedicated programming pins Info (169125): Pin ~ALTERA_NCSO~ is reserved at location B4 Info (169125): Pin ~ALTERA_DCLK~ is reserved at location B3 Warning (15714): Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details +Warning (15536): Implemented PLL "vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|pll1" as MPLL PLL type, but with warnings File: C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v Line: 49 + Warning (15559): Can't achieve requested value multiplication of 297 for clock output vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|wire_pll1_clk[0] of parameter multiplication factor -- achieved value of multiplication of 95 File: C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v Line: 49 + Warning (15559): Can't achieve requested value division of 100 for clock output vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|wire_pll1_clk[0] of parameter division factor -- achieved value of division of 32 File: C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v Line: 49 + Info (15099): Implementing clock multiplication of 95, clock division of 32, and phase shift of 0 degrees (0 ps) for vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|wire_pll1_clk[0] port File: C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v Line: 49 Critical Warning (332012): Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design. +Info (332144): No user constrained generated clocks found in the design Info (332144): No user constrained base clocks found in the design +Info (332096): The command derive_clocks did not find any clocks to derive. No clocks were created or changed. Info (332143): No user constrained clock uncertainty found in the design. Calling "derive_clock_uncertainty" Info (332154): The derive_clock_uncertainty command did not apply clock uncertainty to any clock-to-clock transfers. Info (332130): Timing requirements not specified -- quality metrics such as performance may be sacrificed to reduce compilation time. Info (176353): Automatically promoted node CLOCK_50~input (placed in PIN AJ16 (CLKIO14, DIFFCLK_6p)) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 2 Info (176355): Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G28 +Info (176353): Automatically promoted node vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|wire_pll1_clk[0] (placed in counter C0 of PLL_1) File: C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v Line: 86 + Info (176355): Automatically promoted destinations to use location or clock signal Global Clock CLKCTRL_G29 +Info (176353): Automatically promoted node comb~0 + Info (176355): Automatically promoted destinations to use location or clock signal Global Clock Info (176233): Starting register packing Info (176235): Finished register packing Extra Info (176219): No registers were packed into other blocks -Info (171121): Fitter preparation operations ending: elapsed time is 00:00:01 +Warning (15064): PLL "vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated|pll1" output port clk[0] feeds output pin "VGA_CLK~output" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance File: C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v Line: 49 +Info (171121): Fitter preparation operations ending: elapsed time is 00:00:24 Info (14896): Fitter has disabled Advanced Physical Optimization because it is not supported for the current family. Info (170189): Fitter placement preparation operations beginning -Info (170190): Fitter placement preparation operations ending: elapsed time is 00:00:00 +Info (170190): Fitter placement preparation operations ending: elapsed time is 00:00:08 Info (170191): Fitter placement operations beginning Info (170137): Fitter placement was successful -Info (170192): Fitter placement operations ending: elapsed time is 00:00:04 +Info (170192): Fitter placement operations ending: elapsed time is 00:01:29 Info (170193): Fitter routing operations beginning -Info (170195): Router estimated average interconnect usage is 0% of the available device resources - Info (170196): Router estimated peak interconnect usage is 1% of the available device resources in the region that extends from location X47_Y0 to location X58_Y10 +Info (170195): Router estimated average interconnect usage is 22% of the available device resources + Info (170196): Router estimated peak interconnect usage is 95% of the available device resources in the region that extends from location X47_Y46 to location X58_Y56 +Warning (16684): The router is trying to resolve an exceedingly large amount of congestion. At the moment, it predicts long routing run time and/or significant setup or hold timing failures. Congestion details can be found in the Chip Planner. +Info (170131): Fitter routing phase terminated due to predicted failure from regional routing congestion + Info (170132): Routing phase ended with 7336 interconnect resources used by multiple signals + Info (170196): Router estimated peak interconnect usage is 90% of the available device resources in the region that extends from location X59_Y46 to location X69_Y56 + Info (170133): The likelihood of this design fitting with aggressive routability optimizations is moderate +Warning (16618): Fitter routing phase terminated due to routing congestion. Congestion details can be found in Chip Planner. +Info (170134): Cannot fit design in device -- retrying with increased optimization that can result in longer processing time Info (170199): The Fitter performed an Auto Fit compilation. Optimizations were skipped to reduce compilation time. Info (170201): Optimizations that may affect the design's routability were skipped -Info (170194): Fitter routing operations ending: elapsed time is 00:00:01 -Info (11888): Total time spent on timing analysis during the Fitter is 0.20 seconds. +Info (170194): Fitter routing operations ending: elapsed time is 00:02:51 +Info (170197): The Fitter will not skip routability optimizations in all subsequent fit attempts +Info (170189): Fitter placement preparation operations beginning +Info (170190): Fitter placement preparation operations ending: elapsed time is 00:00:10 +Info (170191): Fitter placement operations beginning +Info (170137): Fitter placement was successful +Info (170192): Fitter placement operations ending: elapsed time is 00:05:28 +Info (170193): Fitter routing operations beginning +Info (170195): Router estimated average interconnect usage is 20% of the available device resources + Info (170196): Router estimated peak interconnect usage is 87% of the available device resources in the region that extends from location X59_Y34 to location X69_Y45 +Info (170202): The Fitter performed an Auto Fit compilation. No optimizations were skipped because the design's timing and routability requirements required full optimization. +Info (170194): Fitter routing operations ending: elapsed time is 00:13:11 +Info (11888): Total time spent on timing analysis during the Fitter is 54.07 seconds. Info (334003): Started post-fitting delay annotation Info (334004): Delay annotation completed successfully Info (334003): Started post-fitting delay annotation Info (334004): Delay annotation completed successfully -Info (11218): Fitter post-fit operations ending: elapsed time is 00:00:01 +Info (11218): Fitter post-fit operations ending: elapsed time is 00:00:13 Info (144001): Generated suppressed messages file C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.fit.smsg -Info: Quartus Prime Fitter was successful. 0 errors, 4 warnings - Info: Peak virtual memory: 6077 megabytes - Info: Processing ended: Tue Nov 18 13:36:45 2025 - Info: Elapsed time: 00:00:12 - Info: Total CPU time (on all processors): 00:00:21 +Info: Quartus Prime Fitter was successful. 0 errors, 10 warnings + Info: Peak virtual memory: 6763 megabytes + Info: Processing ended: Mon Nov 24 13:43:07 2025 + Info: Elapsed time: 00:24:34 + Info: Total CPU time (on all processors): 00:45:00 +----------------------------+ diff --git a/Code/FPGA/watch/output_files/watch.fit.summary b/Code/FPGA/watch/output_files/watch.fit.summary index 7f8b2ee..c274604 100644 --- a/Code/FPGA/watch/output_files/watch.fit.summary +++ b/Code/FPGA/watch/output_files/watch.fit.summary @@ -1,15 +1,15 @@ -Fitter Status : Successful - Tue Nov 18 13:36:45 2025 +Fitter Status : Successful - Mon Nov 24 13:43:01 2025 Quartus Prime Version : 24.1std.0 Build 1077 03/04/2025 SC Lite Edition Revision Name : watch Top-level Entity Name : de2i_150_top Family : Cyclone IV GX Device : EP4CGX150DF31C7 Timing Models : Final -Total logic elements : 189 / 149,760 ( < 1 % ) - Total combinational functions : 173 / 149,760 ( < 1 % ) - Dedicated logic registers : 106 / 149,760 ( < 1 % ) -Total registers : 106 -Total pins : 21 / 508 ( 4 % ) +Total logic elements : 38,784 / 149,760 ( 26 % ) + Total combinational functions : 24,233 / 149,760 ( 16 % ) + Dedicated logic registers : 28,841 / 149,760 ( 19 % ) +Total registers : 28841 +Total pins : 50 / 508 ( 10 % ) Total virtual pins : 0 Total memory bits : 0 / 6,635,520 ( 0 % ) Embedded Multiplier 9-bit elements : 0 / 720 ( 0 % ) @@ -17,4 +17,4 @@ Total GXB Receiver Channel PCS : 0 / 8 ( 0 % ) Total GXB Receiver Channel PMA : 0 / 8 ( 0 % ) Total GXB Transmitter Channel PCS : 0 / 8 ( 0 % ) Total GXB Transmitter Channel PMA : 0 / 8 ( 0 % ) -Total PLLs : 0 / 8 ( 0 % ) +Total PLLs : 1 / 8 ( 13 % ) diff --git a/Code/FPGA/watch/output_files/watch.flow.rpt b/Code/FPGA/watch/output_files/watch.flow.rpt index 9b470c2..344d410 100644 --- a/Code/FPGA/watch/output_files/watch.flow.rpt +++ b/Code/FPGA/watch/output_files/watch.flow.rpt @@ -1,5 +1,5 @@ Flow report for watch -Tue Nov 18 13:36:54 2025 +Mon Nov 24 13:43:36 2025 Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition @@ -41,18 +41,18 @@ on the Quartus Prime software download page. +--------------------------------------------------------------------------------------+ ; Flow Summary ; +------------------------------------+-------------------------------------------------+ -; Flow Status ; Successful - Tue Nov 18 13:36:54 2025 ; +; Flow Status ; Successful - Mon Nov 24 13:43:36 2025 ; ; Quartus Prime Version ; 24.1std.0 Build 1077 03/04/2025 SC Lite Edition ; ; Revision Name ; watch ; ; Top-level Entity Name ; de2i_150_top ; ; Family ; Cyclone IV GX ; ; Device ; EP4CGX150DF31C7 ; ; Timing Models ; Final ; -; Total logic elements ; 189 / 149,760 ( < 1 % ) ; -; Total combinational functions ; 173 / 149,760 ( < 1 % ) ; -; Dedicated logic registers ; 106 / 149,760 ( < 1 % ) ; -; Total registers ; 106 ; -; Total pins ; 21 / 508 ( 4 % ) ; +; Total logic elements ; 38,784 / 149,760 ( 26 % ) ; +; Total combinational functions ; 24,233 / 149,760 ( 16 % ) ; +; Dedicated logic registers ; 28,841 / 149,760 ( 19 % ) ; +; Total registers ; 28841 ; +; Total pins ; 50 / 508 ( 10 % ) ; ; Total virtual pins ; 0 ; ; Total memory bits ; 0 / 6,635,520 ( 0 % ) ; ; Embedded Multiplier 9-bit elements ; 0 / 720 ( 0 % ) ; @@ -60,7 +60,7 @@ on the Quartus Prime software download page. ; Total GXB Receiver Channel PMA ; 0 / 8 ( 0 % ) ; ; Total GXB Transmitter Channel PCS ; 0 / 8 ( 0 % ) ; ; Total GXB Transmitter Channel PMA ; 0 / 8 ( 0 % ) ; -; Total PLLs ; 0 / 8 ( 0 % ) ; +; Total PLLs ; 1 / 8 ( 13 % ) ; +------------------------------------+-------------------------------------------------+ @@ -69,7 +69,7 @@ on the Quartus Prime software download page. +-------------------+---------------------+ ; Option ; Setting ; +-------------------+---------------------+ -; Start date & time ; 11/18/2025 13:36:26 ; +; Start date & time ; 11/24/2025 13:17:17 ; ; Main task ; Compilation ; ; Revision Name ; watch ; +-------------------+---------------------+ @@ -80,7 +80,7 @@ on the Quartus Prime software download page. +-------------------------------------+----------------------------------------+---------------+--------------+-----------------------------------+ ; Assignment Name ; Value ; Default Value ; Entity Name ; Section Id ; +-------------------------------------+----------------------------------------+---------------+--------------+-----------------------------------+ -; COMPILER_SIGNATURE_ID ; 22563607592834.176349458606184 ; -- ; -- ; -- ; +; COMPILER_SIGNATURE_ID ; 22563607592834.176401183712636 ; -- ; -- ; -- ; ; EDA_GENERATE_FUNCTIONAL_NETLIST ; Off ; -- ; -- ; eda_board_design_timing ; ; EDA_GENERATE_FUNCTIONAL_NETLIST ; Off ; -- ; -- ; eda_board_design_boundary_scan ; ; EDA_GENERATE_FUNCTIONAL_NETLIST ; Off ; -- ; -- ; eda_board_design_signal_integrity ; @@ -90,6 +90,8 @@ on the Quartus Prime software download page. ; EDA_TIME_SCALE ; 1 ps ; -- ; -- ; eda_simulation ; ; MAX_CORE_JUNCTION_TEMP ; 85 ; -- ; -- ; -- ; ; MIN_CORE_JUNCTION_TEMP ; 0 ; -- ; -- ; -- ; +; MISC_FILE ; vga_pll_bb.v ; -- ; -- ; -- ; +; MISC_FILE ; vga_pll.ppf ; -- ; -- ; -- ; ; NOMINAL_CORE_SUPPLY_VOLTAGE ; 1.2V ; -- ; -- ; -- ; ; PARTITION_COLOR ; -- (Not supported for targeted family) ; -- ; de2i_150_top ; Top ; ; PARTITION_FITTER_PRESERVATION_LEVEL ; -- (Not supported for targeted family) ; -- ; de2i_150_top ; Top ; @@ -106,12 +108,12 @@ on the Quartus Prime software download page. +----------------------+--------------+-------------------------+---------------------+------------------------------------+ ; Module Name ; Elapsed Time ; Average Processors Used ; Peak Virtual Memory ; Total CPU Time (on all processors) ; +----------------------+--------------+-------------------------+---------------------+------------------------------------+ -; Analysis & Synthesis ; 00:00:06 ; 1.0 ; 4887 MB ; 00:00:11 ; -; Fitter ; 00:00:12 ; 1.0 ; 6077 MB ; 00:00:21 ; -; Assembler ; 00:00:04 ; 1.0 ; 5129 MB ; 00:00:03 ; -; Timing Analyzer ; 00:00:01 ; 1.0 ; 4929 MB ; 00:00:02 ; -; EDA Netlist Writer ; 00:00:01 ; 1.0 ; 4742 MB ; 00:00:00 ; -; Total ; 00:00:24 ; -- ; -- ; 00:00:37 ; +; Analysis & Synthesis ; 00:01:13 ; 1.0 ; 5229 MB ; 00:01:12 ; +; Fitter ; 00:24:28 ; 1.1 ; 6763 MB ; 00:44:54 ; +; Assembler ; 00:00:06 ; 1.0 ; 5289 MB ; 00:00:06 ; +; Timing Analyzer ; 00:00:14 ; 1.4 ; 5453 MB ; 00:00:18 ; +; EDA Netlist Writer ; 00:00:05 ; 1.0 ; 4981 MB ; 00:00:05 ; +; Total ; 00:26:06 ; -- ; -- ; 00:46:35 ; +----------------------+--------------+-------------------------+---------------------+------------------------------------+ diff --git a/Code/FPGA/watch/output_files/watch.map.rpt b/Code/FPGA/watch/output_files/watch.map.rpt index e84e2b0..ff0ddb6 100644 --- a/Code/FPGA/watch/output_files/watch.map.rpt +++ b/Code/FPGA/watch/output_files/watch.map.rpt @@ -1,5 +1,5 @@ Analysis & Synthesis report for watch -Tue Nov 18 13:36:32 2025 +Mon Nov 24 13:18:32 2025 Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition @@ -13,18 +13,25 @@ Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition 5. Analysis & Synthesis Source Files Read 6. Analysis & Synthesis Resource Usage Summary 7. Analysis & Synthesis Resource Utilization by Entity - 8. State Machine - |de2i_150_top|lcd_driver:lcd_inst|next_state_after_delay - 9. State Machine - |de2i_150_top|lcd_driver:lcd_inst|state - 10. State Machine - |de2i_150_top|uart_rx:uart_inst|state - 11. Registers Removed During Synthesis - 12. Removed Registers Triggering Further Register Optimizations - 13. General Register Statistics - 14. Inverted Register Statistics - 15. Multiplexer Restructuring Statistics (Restructuring Performed) - 16. Parameter Settings for User Entity Instance: uart_rx:uart_inst - 17. Post-Synthesis Netlist Statistics for Top Partition - 18. Elapsed Time Per Partition - 19. Analysis & Synthesis Messages + 8. Analysis & Synthesis IP Cores Summary + 9. State Machine - |de2i_150_top|lcd_driver:lcd_inst|next_state_after_delay + 10. State Machine - |de2i_150_top|lcd_driver:lcd_inst|state + 11. State Machine - |de2i_150_top|uart_rx:uart_inst|state + 12. Registers Removed During Synthesis + 13. Removed Registers Triggering Further Register Optimizations + 14. General Register Statistics + 15. Inverted Register Statistics + 16. Multiplexer Restructuring Statistics (Restructuring Performed) + 17. Parameter Settings for User Entity Instance: uart_rx:uart_inst + 18. Parameter Settings for User Entity Instance: vga_pll:pll_inst|altpll:altpll_component + 19. Parameter Settings for User Entity Instance: vga_controller:vga_c + 20. Parameter Settings for Inferred Entity Instance: text_screen_gen:text_gen|lpm_divide:Div0 + 21. altpll Parameter Settings by Entity Instance + 22. Port Connectivity Checks: "vga_pll:pll_inst" + 23. Post-Synthesis Netlist Statistics for Top Partition + 24. Elapsed Time Per Partition + 25. Analysis & Synthesis Messages + 26. Analysis & Synthesis Suppressed Messages @@ -51,16 +58,16 @@ on the Quartus Prime software download page. +--------------------------------------------------------------------------------------+ ; Analysis & Synthesis Summary ; +------------------------------------+-------------------------------------------------+ -; Analysis & Synthesis Status ; Successful - Tue Nov 18 13:36:32 2025 ; +; Analysis & Synthesis Status ; Successful - Mon Nov 24 13:18:31 2025 ; ; Quartus Prime Version ; 24.1std.0 Build 1077 03/04/2025 SC Lite Edition ; ; Revision Name ; watch ; ; Top-level Entity Name ; de2i_150_top ; ; Family ; Cyclone IV GX ; -; Total logic elements ; 192 ; -; Total combinational functions ; 173 ; -; Dedicated logic registers ; 106 ; -; Total registers ; 106 ; -; Total pins ; 21 ; +; Total logic elements ; 52,945 ; +; Total combinational functions ; 24,233 ; +; Dedicated logic registers ; 28,841 ; +; Total registers ; 28841 ; +; Total pins ; 50 ; ; Total virtual pins ; 0 ; ; Total memory bits ; 0 ; ; Embedded Multiplier 9-bit elements ; 0 ; @@ -68,7 +75,7 @@ on the Quartus Prime software download page. ; Total GXB Receiver Channel PMA ; 0 ; ; Total GXB Transmitter Channel PCS ; 0 ; ; Total GXB Transmitter Channel PMA ; 0 ; -; Total PLLs ; 0 ; +; Total PLLs ; 1 ; +------------------------------------+-------------------------------------------------+ @@ -166,24 +173,46 @@ on the Quartus Prime software download page. ; Number detected on machine ; 12 ; ; Maximum allowed ; 6 ; ; ; ; -; Average used ; 1.00 ; +; Average used ; 1.02 ; ; Maximum used ; 6 ; ; ; ; ; Usage by Processor ; % Time Used ; ; Processor 1 ; 100.0% ; -; Processors 2-6 ; 0.0% ; +; Processor 2 ; 0.4% ; +; Processor 3 ; 0.4% ; +; Processor 4 ; 0.4% ; +; Processor 5 ; 0.3% ; +; Processor 6 ; 0.3% ; +----------------------------+-------------+ -+---------------------------------------------------------------------------------------------------------------------------------------------------+ -; Analysis & Synthesis Source Files Read ; -+----------------------------------+-----------------+------------------------+-----------------------------------------------------------+---------+ -; File Name with User-Entered Path ; Used in Netlist ; File Type ; File Name with Absolute Path ; Library ; -+----------------------------------+-----------------+------------------------+-----------------------------------------------------------+---------+ -; uart_rx.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v ; ; -; lcd_driver.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v ; ; -; de2i_150_top.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v ; ; -+----------------------------------+-----------------+------------------------+-----------------------------------------------------------+---------+ ++---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Analysis & Synthesis Source Files Read ; ++----------------------------------+-----------------+------------------------------+-----------------------------------------------------------------------+---------+ +; File Name with User-Entered Path ; Used in Netlist ; File Type ; File Name with Absolute Path ; Library ; ++----------------------------------+-----------------+------------------------------+-----------------------------------------------------------------------+---------+ +; uart_rx.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v ; ; +; lcd_driver.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v ; ; +; de2i_150_top.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v ; ; +; vga_controller.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v ; ; +; font_rom.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/font_rom.v ; ; +; text_screen_gen.v ; yes ; User Verilog HDL File ; C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v ; ; +; vga_pll.v ; yes ; User Wizard-Generated File ; C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v ; ; +; altpll.tdf ; yes ; Megafunction ; d:/quartus_lite/quartus/libraries/megafunctions/altpll.tdf ; ; +; aglobal241.inc ; yes ; Megafunction ; d:/quartus_lite/quartus/libraries/megafunctions/aglobal241.inc ; ; +; stratix_pll.inc ; yes ; Megafunction ; d:/quartus_lite/quartus/libraries/megafunctions/stratix_pll.inc ; ; +; stratixii_pll.inc ; yes ; Megafunction ; d:/quartus_lite/quartus/libraries/megafunctions/stratixii_pll.inc ; ; +; cycloneii_pll.inc ; yes ; Megafunction ; d:/quartus_lite/quartus/libraries/megafunctions/cycloneii_pll.inc ; ; +; db/vga_pll_altpll.v ; yes ; Auto-Generated Megafunction ; C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v ; ; +; lpm_divide.tdf ; yes ; Megafunction ; d:/quartus_lite/quartus/libraries/megafunctions/lpm_divide.tdf ; ; +; abs_divider.inc ; yes ; Megafunction ; d:/quartus_lite/quartus/libraries/megafunctions/abs_divider.inc ; ; +; sign_div_unsign.inc ; yes ; Megafunction ; d:/quartus_lite/quartus/libraries/megafunctions/sign_div_unsign.inc ; ; +; db/lpm_divide_rmm.tdf ; yes ; Auto-Generated Megafunction ; C:/Users/jeffr/AppData/Local/quartus/watch/db/lpm_divide_rmm.tdf ; ; +; db/sign_div_unsign_plh.tdf ; yes ; Auto-Generated Megafunction ; C:/Users/jeffr/AppData/Local/quartus/watch/db/sign_div_unsign_plh.tdf ; ; +; db/alt_u_div_0bf.tdf ; yes ; Auto-Generated Megafunction ; C:/Users/jeffr/AppData/Local/quartus/watch/db/alt_u_div_0bf.tdf ; ; +; db/add_sub_1tc.tdf ; yes ; Auto-Generated Megafunction ; C:/Users/jeffr/AppData/Local/quartus/watch/db/add_sub_1tc.tdf ; ; +; db/add_sub_2tc.tdf ; yes ; Auto-Generated Megafunction ; C:/Users/jeffr/AppData/Local/quartus/watch/db/add_sub_2tc.tdf ; ; ++----------------------------------+-----------------+------------------------------+-----------------------------------------------------------------------+---------+ +---------------------------------------------+ @@ -191,29 +220,51 @@ on the Quartus Prime software download page. +--------------------------+------------------+ ; Resource ; Usage ; +--------------------------+------------------+ -; I/O pins ; 21 ; +; I/O pins ; 50 ; ; ; ; ; DSP block 9-bit elements ; 0 ; ; ; ; +; Total PLLs ; 1 ; +; -- PLLs ; 1 ; +; ; ; ; Maximum fan-out node ; CLOCK_50~input ; -; Maximum fan-out ; 106 ; -; Total fan-out ; 970 ; -; Average fan-out ; 3.02 ; +; Maximum fan-out ; 28791 ; +; Total fan-out ; 177162 ; +; Average fan-out ; 3.33 ; +--------------------------+------------------+ -+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -; Analysis & Synthesis Resource Utilization by Entity ; -+----------------------------+---------------------+---------------------------+-------------+--------------+---------+-----------+-----------+------+--------------+-----------------------------------+--------------+--------------+ -; Compilation Hierarchy Node ; Combinational ALUTs ; Dedicated Logic Registers ; Memory Bits ; DSP Elements ; DSP 9x9 ; DSP 18x18 ; DSP 36x36 ; Pins ; Virtual Pins ; Full Hierarchy Name ; Entity Name ; Library Name ; -+----------------------------+---------------------+---------------------------+-------------+--------------+---------+-----------+-----------+------+--------------+-----------------------------------+--------------+--------------+ -; |de2i_150_top ; 173 (2) ; 106 (9) ; 0 ; 0 ; 0 ; 0 ; 0 ; 21 ; 0 ; |de2i_150_top ; de2i_150_top ; work ; -; |lcd_driver:lcd_inst| ; 103 (103) ; 54 (54) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|lcd_driver:lcd_inst ; lcd_driver ; work ; -; |uart_rx:uart_inst| ; 68 (68) ; 43 (43) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|uart_rx:uart_inst ; uart_rx ; work ; -+----------------------------+---------------------+---------------------------+-------------+--------------+---------+-----------+-----------+------+--------------+-----------------------------------+--------------+--------------+ ++----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Analysis & Synthesis Resource Utilization by Entity ; ++-------------------------------------------+---------------------+---------------------------+-------------+--------------+---------+-----------+-----------+------+--------------+----------------------------------------------------------------------------------------------------------------------------------------+---------------------+--------------+ +; Compilation Hierarchy Node ; Combinational ALUTs ; Dedicated Logic Registers ; Memory Bits ; DSP Elements ; DSP 9x9 ; DSP 18x18 ; DSP 36x36 ; Pins ; Virtual Pins ; Full Hierarchy Name ; Entity Name ; Library Name ; ++-------------------------------------------+---------------------+---------------------------+-------------+--------------+---------+-----------+-----------+------+--------------+----------------------------------------------------------------------------------------------------------------------------------------+---------------------+--------------+ +; |de2i_150_top ; 24233 (2) ; 28841 (9) ; 0 ; 0 ; 0 ; 0 ; 0 ; 50 ; 0 ; |de2i_150_top ; de2i_150_top ; work ; +; |lcd_driver:lcd_inst| ; 99 (99) ; 54 (54) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|lcd_driver:lcd_inst ; lcd_driver ; work ; +; |text_screen_gen:text_gen| ; 24015 (23509) ; 28708 (28708) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|text_screen_gen:text_gen ; text_screen_gen ; work ; +; |font_rom:f_rom| ; 425 (425) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|text_screen_gen:text_gen|font_rom:f_rom ; font_rom ; work ; +; |lpm_divide:Div0| ; 81 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|text_screen_gen:text_gen|lpm_divide:Div0 ; lpm_divide ; work ; +; |lpm_divide_rmm:auto_generated| ; 81 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|text_screen_gen:text_gen|lpm_divide:Div0|lpm_divide_rmm:auto_generated ; lpm_divide_rmm ; work ; +; |sign_div_unsign_plh:divider| ; 81 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|text_screen_gen:text_gen|lpm_divide:Div0|lpm_divide_rmm:auto_generated|sign_div_unsign_plh:divider ; sign_div_unsign_plh ; work ; +; |alt_u_div_0bf:divider| ; 81 (81) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|text_screen_gen:text_gen|lpm_divide:Div0|lpm_divide_rmm:auto_generated|sign_div_unsign_plh:divider|alt_u_div_0bf:divider ; alt_u_div_0bf ; work ; +; |uart_rx:uart_inst| ; 65 (65) ; 43 (43) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|uart_rx:uart_inst ; uart_rx ; work ; +; |vga_controller:vga_c| ; 52 (52) ; 27 (27) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|vga_controller:vga_c ; vga_controller ; work ; +; |vga_pll:pll_inst| ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|vga_pll:pll_inst ; vga_pll ; work ; +; |altpll:altpll_component| ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|vga_pll:pll_inst|altpll:altpll_component ; altpll ; work ; +; |vga_pll_altpll:auto_generated| ; 0 (0) ; 0 (0) ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; |de2i_150_top|vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated ; vga_pll_altpll ; work ; ++-------------------------------------------+---------------------+---------------------------+-------------+--------------+---------+-----------+-----------+------+--------------+----------------------------------------------------------------------------------------------------------------------------------------+---------------------+--------------+ Note: For table entries with two numbers listed, the numbers in parentheses indicate the number of resources of the given type used by the specific entity alone. The numbers listed outside of parentheses indicate the total resources of the given type used by the specific entity and all of its sub-entities in the hierarchy. ++------------------------------------------------------------------------------------------------------------------+ +; Analysis & Synthesis IP Cores Summary ; ++--------+--------------+---------+--------------+--------------+--------------------------------+-----------------+ +; Vendor ; IP Core Name ; Version ; Release Date ; License Type ; Entity Instance ; IP Include File ; ++--------+--------------+---------+--------------+--------------+--------------------------------+-----------------+ +; Altera ; ALTPLL ; 24.1 ; N/A ; N/A ; |de2i_150_top|vga_pll:pll_inst ; vga_pll.v ; ++--------+--------------+---------+--------------+--------------+--------------------------------+-----------------+ + + Encoding Type: One-Hot +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ; State Machine - |de2i_150_top|lcd_driver:lcd_inst|next_state_after_delay ; @@ -272,13 +323,15 @@ Encoding Type: One-Hot +-----------------------------------------------------------+--------------------------------------------------+ ; Register name ; Reason for Removal ; +-----------------------------------------------------------+--------------------------------------------------+ +; vga_controller:vga_c|sync_n ; Stuck at GND due to stuck port data_in ; ; lcd_driver:lcd_inst|delay_target[1,2,4,6,11,13,14,17..19] ; Merged with lcd_driver:lcd_inst|delay_target[0] ; ; lcd_driver:lcd_inst|delay_target[5,15,16] ; Merged with lcd_driver:lcd_inst|delay_target[10] ; ; lcd_driver:lcd_inst|delay_target[3,8] ; Merged with lcd_driver:lcd_inst|delay_target[12] ; ; lcd_driver:lcd_inst|delay_target[9] ; Merged with lcd_driver:lcd_inst|delay_target[7] ; ; fsm_state[1] ; Merged with fsm_state[0] ; +; lcd_cmd_type[1] ; Merged with lcd_cmd_type[0] ; ; fsm_state[0] ; Stuck at GND due to stuck port data_in ; -; lcd_cmd_type[0,1] ; Stuck at GND due to stuck port data_in ; +; lcd_cmd_type[0] ; Stuck at GND due to stuck port data_in ; ; lcd_driver:lcd_inst|delay_target[0] ; Stuck at GND due to stuck port data_in ; ; lcd_driver:lcd_inst|next_state_after_delay~10 ; Lost fanout ; ; lcd_driver:lcd_inst|next_state_after_delay~11 ; Lost fanout ; @@ -292,8 +345,4936 @@ Encoding Type: One-Hot ; lcd_driver:lcd_inst|state~21 ; Lost fanout ; ; uart_rx:uart_inst|state~9 ; Lost fanout ; ; uart_rx:uart_inst|state~10 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28672 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28673 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28674 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28675 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28676 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28677 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28678 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28679 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28680 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28681 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28682 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28683 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28684 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28685 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28686 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28687 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28688 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28689 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28690 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28691 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28692 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28693 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28694 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28695 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28696 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28697 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28698 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28699 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28700 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28701 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28702 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28703 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28704 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28705 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28706 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28707 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28708 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28709 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28710 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28711 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28712 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28713 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28714 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28715 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28716 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28717 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28718 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28719 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28720 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28721 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28722 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28723 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28724 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28725 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28726 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28727 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28728 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28729 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28730 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28731 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28732 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28733 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28734 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28735 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28736 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28737 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28738 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28739 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28740 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28741 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28742 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28743 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28744 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28745 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28746 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28747 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28748 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28749 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28750 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28751 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28752 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28753 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28754 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28755 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28756 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28757 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28758 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28759 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28760 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28761 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28762 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28763 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28764 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28765 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28766 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28767 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28768 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28769 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28770 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28771 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28772 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28773 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28774 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28775 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28776 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28777 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28778 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28779 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28780 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28781 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28782 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28783 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28784 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28785 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28786 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28787 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28788 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28789 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28790 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28791 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28792 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28793 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28794 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28795 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28796 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28797 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28798 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28799 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28800 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28801 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28802 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28803 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28804 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28805 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28806 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28807 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28808 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28809 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28810 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28811 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28812 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28813 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28814 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28815 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28816 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28817 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28818 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28819 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28820 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28821 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28822 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28823 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28824 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28825 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28826 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28827 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28828 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28829 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28830 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28831 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28832 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28833 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28834 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28835 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28836 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28837 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28838 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28839 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28840 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28841 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28842 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28843 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28844 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28845 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28846 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28847 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28848 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28849 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28850 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28851 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28852 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28853 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28854 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28855 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28856 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28857 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28858 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28859 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28860 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28861 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28862 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28863 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28864 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28865 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28866 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28867 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28868 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28869 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28870 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28871 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28872 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28873 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28874 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28875 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28876 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28877 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28878 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28879 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28880 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28881 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28882 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28883 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28884 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28885 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28886 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28887 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28888 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28889 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28890 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28891 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28892 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28893 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28894 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28895 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28896 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28897 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28898 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28899 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28900 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28901 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28902 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28903 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28904 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28905 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28906 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28907 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28908 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28909 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28910 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28911 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28912 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28913 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28914 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28915 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28916 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28917 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28918 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28919 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28920 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28921 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28922 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28923 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28924 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28925 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28926 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28927 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28928 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28929 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28930 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28931 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28932 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28933 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28934 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28935 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28936 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28937 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28938 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28939 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28940 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28941 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28942 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28943 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28944 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28945 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28946 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28947 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28948 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28949 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28950 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28951 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28952 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28953 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28954 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28955 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28956 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28957 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28958 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28959 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28960 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28961 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28962 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28963 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28964 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28965 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28966 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28967 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28968 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28969 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28970 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28971 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28972 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28973 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28974 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28975 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28976 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28977 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28978 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28979 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28980 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28981 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28982 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28983 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28984 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28985 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28986 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28987 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28988 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28989 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28990 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28991 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28992 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28993 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28994 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28995 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28996 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28997 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28998 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~28999 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29000 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29001 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29002 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29003 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29004 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29005 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29006 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29007 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29008 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29009 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29010 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29011 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29012 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29013 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29014 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29015 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29016 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29017 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29018 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29019 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29020 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29021 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29022 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29023 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29024 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29025 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29026 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29027 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29028 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29029 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29030 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29031 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29032 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29033 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29034 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29035 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29036 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29037 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29038 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29039 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29040 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29041 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29042 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29043 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29044 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29045 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29046 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29047 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29048 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29049 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29050 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29051 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29052 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29053 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29054 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29055 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29056 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29057 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29058 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29059 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29060 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29061 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29062 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29063 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29064 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29065 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29066 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29067 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29068 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29069 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29070 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29071 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29072 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29073 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29074 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29075 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29076 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29077 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29078 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29079 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29080 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29081 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29082 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29083 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29084 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29085 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29086 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29087 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29088 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29089 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29090 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29091 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29092 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29093 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29094 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29095 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29096 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29097 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29098 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29099 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29100 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29101 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29102 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29103 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29104 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29105 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29106 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29107 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29108 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29109 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29110 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29111 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29112 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29113 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29114 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29115 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29116 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29117 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29118 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29119 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29120 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29121 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29122 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29123 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29124 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29125 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29126 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29127 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29128 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29129 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29130 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29131 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29132 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29133 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29134 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29135 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29136 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29137 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29138 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29139 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29140 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29141 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29142 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29143 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29144 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29145 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29146 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29147 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29148 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29149 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29150 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29151 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29152 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29153 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29154 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29155 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29156 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29157 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29158 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29159 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29160 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29161 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29162 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29163 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29164 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29165 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29166 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29167 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29168 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29169 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29170 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29171 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29172 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29173 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29174 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29175 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29176 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29177 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29178 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29179 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29180 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29181 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29182 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29183 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29184 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29185 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29186 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29187 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29188 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29189 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29190 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29191 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29192 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29193 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29194 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29195 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29196 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29197 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29198 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29199 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29200 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29201 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29202 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29203 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29204 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29205 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29206 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29207 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29208 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29209 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29210 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29211 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29212 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29213 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29214 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29215 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29216 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29217 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29218 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29219 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29220 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29221 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29222 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29223 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29224 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29225 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29226 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29227 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29228 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29229 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29230 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29231 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29232 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29233 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29234 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29235 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29236 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29237 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29238 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29239 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29240 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29241 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29242 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29243 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29244 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29245 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29246 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29247 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29248 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29249 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29250 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29251 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29252 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29253 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29254 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29255 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29256 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29257 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29258 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29259 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29260 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29261 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29262 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29263 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29264 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29265 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29266 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29267 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29268 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29269 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29270 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29271 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29272 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29273 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29274 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29275 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29276 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29277 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29278 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29279 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29280 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29281 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29282 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29283 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29284 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29285 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29286 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29287 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29288 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29289 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29290 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29291 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29292 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29293 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29294 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29295 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29296 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29297 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29298 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29299 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29300 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29301 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29302 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29303 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29304 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29305 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29306 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29307 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29308 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29309 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29310 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29311 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29312 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29313 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29314 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29315 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29316 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29317 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29318 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29319 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29320 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29321 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29322 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29323 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29324 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29325 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29326 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29327 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29328 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29329 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29330 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29331 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29332 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29333 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29334 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29335 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29336 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29337 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29338 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29339 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29340 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29341 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29342 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29343 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29344 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29345 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29346 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29347 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29348 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29349 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29350 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29351 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29352 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29353 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29354 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29355 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29356 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29357 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29358 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29359 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29360 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29361 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29362 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29363 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29364 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29365 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29366 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29367 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29368 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29369 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29370 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29371 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29372 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29373 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29374 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29375 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29376 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29377 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29378 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29379 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29380 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29381 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29382 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29383 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29384 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29385 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29386 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29387 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29388 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29389 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29390 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29391 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29392 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29393 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29394 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29395 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29396 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29397 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29398 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29399 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29400 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29401 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29402 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29403 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29404 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29405 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29406 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29407 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29408 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29409 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29410 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29411 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29412 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29413 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29414 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29415 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29416 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29417 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29418 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29419 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29420 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29421 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29422 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29423 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29424 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29425 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29426 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29427 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29428 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29429 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29430 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29431 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29432 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29433 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29434 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29435 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29436 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29437 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29438 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29439 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29440 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29441 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29442 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29443 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29444 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29445 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29446 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29447 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29448 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29449 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29450 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29451 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29452 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29453 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29454 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29455 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29456 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29457 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29458 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29459 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29460 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29461 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29462 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29463 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29464 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29465 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29466 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29467 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29468 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29469 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29470 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29471 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29472 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29473 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29474 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29475 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29476 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29477 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29478 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29479 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29480 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29481 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29482 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29483 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29484 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29485 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29486 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29487 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29488 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29489 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29490 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29491 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29492 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29493 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29494 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29495 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29496 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29497 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29498 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29499 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29500 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29501 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29502 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29503 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29504 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29505 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29506 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29507 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29508 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29509 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29510 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29511 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29512 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29513 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29514 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29515 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29516 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29517 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29518 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29519 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29520 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29521 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29522 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29523 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29524 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29525 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29526 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29527 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29528 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29529 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29530 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29531 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29532 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29533 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29534 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29535 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29536 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29537 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29538 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29539 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29540 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29541 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29542 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29543 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29544 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29545 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29546 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29547 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29548 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29549 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29550 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29551 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29552 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29553 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29554 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29555 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29556 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29557 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29558 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29559 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29560 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29561 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29562 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29563 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29564 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29565 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29566 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29567 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29568 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29569 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29570 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29571 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29572 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29573 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29574 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29575 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29576 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29577 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29578 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29579 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29580 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29581 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29582 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29583 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29584 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29585 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29586 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29587 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29588 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29589 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29590 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29591 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29592 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29593 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29594 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29595 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29596 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29597 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29598 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29599 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29600 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29601 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29602 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29603 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29604 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29605 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29606 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29607 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29608 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29609 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29610 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29611 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29612 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29613 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29614 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29615 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29616 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29617 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29618 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29619 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29620 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29621 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29622 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29623 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29624 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29625 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29626 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29627 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29628 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29629 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29630 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29631 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29632 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29633 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29634 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29635 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29636 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29637 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29638 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29639 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29640 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29641 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29642 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29643 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29644 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29645 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29646 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29647 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29648 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29649 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29650 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29651 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29652 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29653 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29654 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29655 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29656 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29657 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29658 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29659 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29660 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29661 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29662 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29663 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29664 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29665 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29666 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29667 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29668 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29669 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29670 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29671 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29672 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29673 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29674 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29675 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29676 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29677 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29678 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29679 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29680 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29681 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29682 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29683 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29684 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29685 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29686 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29687 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29688 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29689 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29690 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29691 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29692 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29693 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29694 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29695 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29696 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29697 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29698 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29699 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29700 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29701 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29702 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29703 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29704 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29705 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29706 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29707 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29708 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29709 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29710 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29711 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29712 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29713 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29714 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29715 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29716 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29717 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29718 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29719 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29720 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29721 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29722 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29723 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29724 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29725 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29726 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29727 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29728 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29729 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29730 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29731 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29732 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29733 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29734 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29735 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29736 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29737 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29738 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29739 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29740 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29741 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29742 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29743 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29744 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29745 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29746 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29747 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29748 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29749 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29750 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29751 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29752 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29753 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29754 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29755 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29756 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29757 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29758 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29759 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29760 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29761 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29762 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29763 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29764 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29765 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29766 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29767 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29768 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29769 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29770 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29771 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29772 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29773 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29774 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29775 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29776 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29777 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29778 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29779 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29780 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29781 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29782 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29783 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29784 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29785 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29786 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29787 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29788 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29789 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29790 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29791 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29792 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29793 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29794 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29795 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29796 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29797 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29798 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29799 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29800 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29801 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29802 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29803 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29804 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29805 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29806 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29807 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29808 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29809 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29810 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29811 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29812 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29813 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29814 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29815 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29816 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29817 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29818 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29819 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29820 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29821 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29822 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29823 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29824 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29825 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29826 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29827 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29828 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29829 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29830 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29831 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29832 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29833 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29834 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29835 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29836 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29837 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29838 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29839 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29840 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29841 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29842 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29843 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29844 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29845 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29846 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29847 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29848 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29849 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29850 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29851 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29852 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29853 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29854 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29855 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29856 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29857 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29858 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29859 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29860 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29861 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29862 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29863 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29864 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29865 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29866 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29867 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29868 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29869 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29870 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29871 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29872 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29873 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29874 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29875 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29876 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29877 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29878 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29879 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29880 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29881 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29882 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29883 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29884 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29885 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29886 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29887 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29888 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29889 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29890 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29891 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29892 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29893 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29894 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29895 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29896 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29897 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29898 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29899 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29900 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29901 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29902 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29903 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29904 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29905 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29906 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29907 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29908 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29909 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29910 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29911 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29912 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29913 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29914 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29915 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29916 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29917 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29918 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29919 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29920 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29921 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29922 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29923 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29924 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29925 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29926 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29927 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29928 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29929 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29930 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29931 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29932 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29933 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29934 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29935 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29936 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29937 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29938 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29939 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29940 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29941 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29942 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29943 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29944 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29945 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29946 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29947 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29948 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29949 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29950 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29951 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29952 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29953 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29954 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29955 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29956 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29957 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29958 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29959 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29960 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29961 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29962 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29963 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29964 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29965 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29966 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29967 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29968 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29969 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29970 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29971 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29972 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29973 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29974 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29975 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29976 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29977 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29978 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29979 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29980 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29981 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29982 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29983 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29984 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29985 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29986 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29987 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29988 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29989 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29990 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29991 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29992 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29993 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29994 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29995 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29996 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29997 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29998 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~29999 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30000 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30001 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30002 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30003 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30004 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30005 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30006 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30007 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30008 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30009 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30010 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30011 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30012 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30013 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30014 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30015 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30016 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30017 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30018 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30019 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30020 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30021 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30022 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30023 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30024 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30025 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30026 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30027 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30028 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30029 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30030 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30031 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30032 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30033 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30034 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30035 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30036 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30037 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30038 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30039 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30040 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30041 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30042 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30043 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30044 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30045 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30046 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30047 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30048 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30049 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30050 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30051 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30052 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30053 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30054 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30055 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30056 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30057 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30058 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30059 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30060 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30061 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30062 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30063 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30064 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30065 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30066 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30067 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30068 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30069 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30070 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30071 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30072 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30073 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30074 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30075 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30076 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30077 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30078 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30079 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30080 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30081 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30082 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30083 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30084 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30085 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30086 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30087 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30088 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30089 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30090 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30091 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30092 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30093 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30094 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30095 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30096 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30097 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30098 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30099 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30100 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30101 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30102 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30103 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30104 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30105 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30106 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30107 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30108 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30109 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30110 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30111 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30112 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30113 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30114 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30115 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30116 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30117 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30118 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30119 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30120 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30121 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30122 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30123 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30124 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30125 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30126 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30127 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30128 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30129 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30130 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30131 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30132 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30133 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30134 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30135 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30136 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30137 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30138 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30139 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30140 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30141 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30142 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30143 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30144 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30145 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30146 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30147 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30148 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30149 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30150 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30151 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30152 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30153 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30154 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30155 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30156 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30157 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30158 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30159 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30160 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30161 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30162 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30163 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30164 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30165 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30166 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30167 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30168 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30169 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30170 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30171 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30172 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30173 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30174 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30175 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30176 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30177 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30178 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30179 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30180 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30181 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30182 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30183 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30184 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30185 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30186 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30187 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30188 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30189 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30190 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30191 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30192 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30193 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30194 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30195 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30196 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30197 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30198 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30199 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30200 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30201 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30202 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30203 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30204 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30205 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30206 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30207 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30208 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30209 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30210 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30211 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30212 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30213 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30214 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30215 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30216 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30217 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30218 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30219 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30220 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30221 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30222 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30223 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30224 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30225 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30226 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30227 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30228 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30229 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30230 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30231 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30232 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30233 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30234 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30235 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30236 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30237 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30238 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30239 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30240 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30241 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30242 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30243 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30244 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30245 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30246 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30247 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30248 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30249 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30250 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30251 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30252 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30253 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30254 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30255 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30256 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30257 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30258 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30259 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30260 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30261 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30262 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30263 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30264 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30265 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30266 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30267 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30268 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30269 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30270 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30271 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30272 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30273 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30274 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30275 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30276 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30277 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30278 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30279 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30280 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30281 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30282 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30283 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30284 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30285 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30286 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30287 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30288 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30289 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30290 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30291 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30292 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30293 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30294 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30295 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30296 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30297 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30298 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30299 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30300 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30301 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30302 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30303 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30304 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30305 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30306 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30307 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30308 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30309 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30310 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30311 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30312 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30313 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30314 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30315 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30316 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30317 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30318 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30319 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30320 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30321 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30322 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30323 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30324 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30325 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30326 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30327 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30328 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30329 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30330 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30331 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30332 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30333 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30334 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30335 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30336 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30337 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30338 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30339 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30340 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30341 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30342 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30343 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30344 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30345 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30346 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30347 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30348 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30349 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30350 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30351 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30352 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30353 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30354 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30355 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30356 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30357 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30358 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30359 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30360 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30361 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30362 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30363 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30364 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30365 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30366 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30367 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30368 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30369 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30370 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30371 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30372 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30373 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30374 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30375 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30376 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30377 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30378 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30379 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30380 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30381 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30382 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30383 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30384 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30385 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30386 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30387 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30388 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30389 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30390 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30391 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30392 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30393 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30394 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30395 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30396 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30397 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30398 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30399 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30400 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30401 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30402 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30403 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30404 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30405 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30406 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30407 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30408 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30409 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30410 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30411 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30412 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30413 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30414 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30415 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30416 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30417 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30418 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30419 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30420 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30421 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30422 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30423 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30424 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30425 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30426 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30427 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30428 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30429 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30430 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30431 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30432 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30433 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30434 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30435 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30436 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30437 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30438 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30439 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30440 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30441 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30442 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30443 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30444 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30445 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30446 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30447 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30448 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30449 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30450 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30451 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30452 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30453 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30454 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30455 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30456 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30457 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30458 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30459 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30460 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30461 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30462 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30463 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30464 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30465 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30466 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30467 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30468 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30469 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30470 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30471 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30472 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30473 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30474 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30475 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30476 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30477 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30478 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30479 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30480 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30481 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30482 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30483 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30484 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30485 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30486 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30487 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30488 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30489 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30490 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30491 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30492 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30493 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30494 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30495 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30496 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30497 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30498 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30499 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30500 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30501 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30502 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30503 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30504 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30505 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30506 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30507 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30508 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30509 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30510 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30511 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30512 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30513 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30514 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30515 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30516 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30517 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30518 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30519 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30520 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30521 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30522 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30523 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30524 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30525 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30526 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30527 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30528 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30529 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30530 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30531 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30532 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30533 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30534 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30535 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30536 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30537 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30538 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30539 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30540 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30541 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30542 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30543 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30544 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30545 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30546 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30547 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30548 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30549 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30550 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30551 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30552 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30553 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30554 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30555 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30556 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30557 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30558 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30559 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30560 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30561 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30562 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30563 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30564 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30565 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30566 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30567 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30568 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30569 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30570 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30571 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30572 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30573 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30574 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30575 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30576 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30577 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30578 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30579 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30580 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30581 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30582 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30583 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30584 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30585 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30586 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30587 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30588 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30589 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30590 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30591 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30592 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30593 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30594 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30595 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30596 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30597 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30598 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30599 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30600 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30601 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30602 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30603 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30604 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30605 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30606 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30607 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30608 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30609 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30610 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30611 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30612 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30613 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30614 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30615 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30616 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30617 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30618 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30619 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30620 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30621 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30622 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30623 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30624 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30625 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30626 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30627 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30628 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30629 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30630 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30631 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30632 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30633 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30634 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30635 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30636 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30637 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30638 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30639 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30640 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30641 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30642 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30643 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30644 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30645 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30646 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30647 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30648 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30649 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30650 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30651 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30652 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30653 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30654 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30655 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30656 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30657 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30658 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30659 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30660 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30661 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30662 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30663 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30664 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30665 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30666 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30667 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30668 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30669 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30670 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30671 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30672 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30673 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30674 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30675 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30676 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30677 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30678 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30679 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30680 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30681 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30682 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30683 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30684 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30685 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30686 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30687 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30688 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30689 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30690 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30691 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30692 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30693 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30694 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30695 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30696 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30697 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30698 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30699 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30700 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30701 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30702 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30703 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30704 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30705 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30706 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30707 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30708 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30709 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30710 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30711 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30712 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30713 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30714 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30715 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30716 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30717 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30718 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30719 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30720 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30721 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30722 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30723 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30724 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30725 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30726 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30727 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30728 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30729 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30730 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30731 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30732 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30733 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30734 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30735 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30736 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30737 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30738 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30739 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30740 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30741 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30742 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30743 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30744 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30745 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30746 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30747 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30748 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30749 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30750 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30751 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30752 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30753 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30754 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30755 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30756 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30757 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30758 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30759 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30760 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30761 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30762 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30763 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30764 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30765 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30766 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30767 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30768 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30769 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30770 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30771 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30772 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30773 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30774 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30775 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30776 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30777 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30778 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30779 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30780 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30781 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30782 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30783 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30784 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30785 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30786 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30787 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30788 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30789 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30790 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30791 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30792 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30793 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30794 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30795 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30796 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30797 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30798 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30799 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30800 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30801 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30802 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30803 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30804 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30805 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30806 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30807 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30808 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30809 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30810 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30811 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30812 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30813 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30814 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30815 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30816 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30817 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30818 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30819 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30820 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30821 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30822 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30823 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30824 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30825 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30826 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30827 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30828 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30829 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30830 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30831 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30832 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30833 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30834 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30835 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30836 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30837 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30838 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30839 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30840 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30841 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30842 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30843 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30844 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30845 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30846 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30847 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30848 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30849 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30850 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30851 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30852 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30853 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30854 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30855 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30856 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30857 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30858 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30859 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30860 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30861 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30862 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30863 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30864 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30865 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30866 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30867 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30868 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30869 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30870 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30871 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30872 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30873 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30874 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30875 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30876 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30877 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30878 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30879 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30880 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30881 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30882 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30883 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30884 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30885 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30886 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30887 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30888 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30889 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30890 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30891 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30892 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30893 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30894 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30895 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30896 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30897 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30898 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30899 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30900 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30901 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30902 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30903 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30904 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30905 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30906 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30907 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30908 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30909 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30910 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30911 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30912 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30913 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30914 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30915 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30916 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30917 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30918 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30919 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30920 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30921 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30922 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30923 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30924 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30925 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30926 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30927 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30928 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30929 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30930 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30931 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30932 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30933 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30934 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30935 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30936 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30937 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30938 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30939 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30940 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30941 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30942 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30943 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30944 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30945 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30946 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30947 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30948 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30949 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30950 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30951 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30952 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30953 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30954 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30955 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30956 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30957 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30958 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30959 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30960 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30961 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30962 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30963 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30964 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30965 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30966 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30967 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30968 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30969 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30970 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30971 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30972 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30973 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30974 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30975 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30976 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30977 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30978 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30979 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30980 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30981 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30982 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30983 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30984 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30985 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30986 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30987 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30988 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30989 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30990 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30991 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30992 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30993 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30994 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30995 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30996 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30997 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30998 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~30999 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31000 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31001 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31002 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31003 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31004 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31005 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31006 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31007 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31008 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31009 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31010 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31011 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31012 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31013 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31014 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31015 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31016 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31017 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31018 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31019 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31020 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31021 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31022 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31023 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31024 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31025 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31026 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31027 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31028 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31029 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31030 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31031 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31032 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31033 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31034 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31035 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31036 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31037 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31038 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31039 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31040 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31041 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31042 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31043 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31044 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31045 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31046 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31047 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31048 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31049 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31050 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31051 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31052 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31053 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31054 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31055 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31056 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31057 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31058 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31059 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31060 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31061 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31062 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31063 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31064 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31065 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31066 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31067 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31068 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31069 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31070 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31071 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31072 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31073 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31074 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31075 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31076 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31077 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31078 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31079 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31080 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31081 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31082 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31083 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31084 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31085 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31086 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31087 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31088 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31089 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31090 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31091 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31092 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31093 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31094 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31095 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31096 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31097 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31098 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31099 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31100 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31101 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31102 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31103 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31104 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31105 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31106 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31107 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31108 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31109 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31110 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31111 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31112 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31113 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31114 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31115 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31116 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31117 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31118 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31119 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31120 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31121 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31122 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31123 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31124 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31125 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31126 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31127 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31128 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31129 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31130 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31131 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31132 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31133 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31134 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31135 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31136 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31137 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31138 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31139 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31140 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31141 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31142 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31143 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31144 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31145 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31146 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31147 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31148 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31149 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31150 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31151 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31152 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31153 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31154 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31155 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31156 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31157 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31158 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31159 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31160 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31161 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31162 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31163 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31164 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31165 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31166 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31167 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31168 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31169 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31170 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31171 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31172 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31173 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31174 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31175 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31176 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31177 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31178 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31179 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31180 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31181 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31182 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31183 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31184 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31185 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31186 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31187 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31188 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31189 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31190 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31191 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31192 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31193 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31194 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31195 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31196 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31197 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31198 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31199 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31200 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31201 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31202 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31203 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31204 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31205 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31206 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31207 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31208 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31209 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31210 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31211 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31212 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31213 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31214 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31215 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31216 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31217 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31218 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31219 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31220 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31221 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31222 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31223 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31224 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31225 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31226 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31227 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31228 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31229 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31230 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31231 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31232 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31233 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31234 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31235 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31236 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31237 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31238 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31239 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31240 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31241 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31242 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31243 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31244 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31245 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31246 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31247 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31248 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31249 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31250 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31251 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31252 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31253 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31254 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31255 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31256 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31257 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31258 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31259 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31260 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31261 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31262 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31263 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31264 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31265 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31266 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31267 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31268 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31269 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31270 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31271 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31272 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31273 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31274 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31275 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31276 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31277 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31278 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31279 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31280 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31281 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31282 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31283 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31284 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31285 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31286 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31287 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31288 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31289 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31290 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31291 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31292 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31293 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31294 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31295 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31296 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31297 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31298 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31299 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31300 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31301 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31302 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31303 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31304 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31305 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31306 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31307 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31308 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31309 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31310 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31311 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31312 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31313 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31314 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31315 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31316 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31317 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31318 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31319 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31320 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31321 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31322 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31323 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31324 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31325 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31326 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31327 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31328 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31329 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31330 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31331 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31332 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31333 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31334 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31335 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31336 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31337 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31338 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31339 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31340 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31341 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31342 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31343 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31344 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31345 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31346 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31347 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31348 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31349 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31350 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31351 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31352 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31353 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31354 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31355 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31356 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31357 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31358 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31359 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31360 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31361 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31362 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31363 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31364 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31365 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31366 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31367 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31368 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31369 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31370 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31371 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31372 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31373 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31374 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31375 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31376 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31377 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31378 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31379 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31380 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31381 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31382 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31383 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31384 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31385 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31386 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31387 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31388 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31389 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31390 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31391 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31392 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31393 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31394 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31395 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31396 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31397 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31398 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31399 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31400 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31401 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31402 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31403 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31404 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31405 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31406 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31407 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31408 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31409 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31410 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31411 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31412 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31413 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31414 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31415 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31416 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31417 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31418 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31419 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31420 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31421 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31422 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31423 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31424 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31425 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31426 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31427 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31428 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31429 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31430 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31431 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31432 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31433 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31434 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31435 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31436 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31437 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31438 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31439 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31440 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31441 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31442 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31443 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31444 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31445 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31446 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31447 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31448 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31449 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31450 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31451 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31452 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31453 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31454 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31455 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31456 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31457 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31458 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31459 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31460 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31461 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31462 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31463 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31464 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31465 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31466 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31467 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31468 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31469 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31470 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31471 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31472 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31473 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31474 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31475 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31476 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31477 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31478 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31479 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31480 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31481 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31482 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31483 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31484 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31485 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31486 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31487 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31488 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31489 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31490 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31491 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31492 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31493 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31494 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31495 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31496 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31497 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31498 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31499 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31500 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31501 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31502 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31503 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31504 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31505 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31506 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31507 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31508 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31509 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31510 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31511 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31512 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31513 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31514 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31515 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31516 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31517 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31518 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31519 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31520 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31521 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31522 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31523 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31524 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31525 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31526 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31527 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31528 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31529 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31530 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31531 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31532 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31533 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31534 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31535 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31536 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31537 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31538 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31539 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31540 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31541 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31542 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31543 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31544 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31545 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31546 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31547 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31548 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31549 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31550 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31551 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31552 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31553 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31554 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31555 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31556 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31557 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31558 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31559 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31560 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31561 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31562 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31563 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31564 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31565 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31566 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31567 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31568 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31569 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31570 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31571 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31572 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31573 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31574 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31575 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31576 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31577 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31578 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31579 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31580 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31581 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31582 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31583 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31584 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31585 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31586 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31587 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31588 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31589 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31590 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31591 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31592 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31593 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31594 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31595 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31596 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31597 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31598 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31599 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31600 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31601 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31602 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31603 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31604 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31605 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31606 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31607 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31608 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31609 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31610 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31611 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31612 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31613 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31614 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31615 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31616 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31617 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31618 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31619 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31620 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31621 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31622 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31623 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31624 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31625 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31626 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31627 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31628 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31629 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31630 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31631 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31632 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31633 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31634 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31635 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31636 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31637 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31638 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31639 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31640 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31641 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31642 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31643 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31644 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31645 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31646 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31647 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31648 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31649 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31650 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31651 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31652 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31653 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31654 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31655 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31656 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31657 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31658 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31659 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31660 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31661 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31662 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31663 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31664 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31665 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31666 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31667 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31668 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31669 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31670 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31671 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31672 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31673 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31674 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31675 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31676 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31677 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31678 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31679 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31680 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31681 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31682 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31683 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31684 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31685 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31686 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31687 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31688 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31689 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31690 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31691 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31692 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31693 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31694 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31695 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31696 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31697 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31698 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31699 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31700 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31701 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31702 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31703 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31704 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31705 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31706 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31707 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31708 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31709 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31710 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31711 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31712 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31713 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31714 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31715 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31716 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31717 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31718 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31719 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31720 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31721 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31722 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31723 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31724 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31725 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31726 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31727 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31728 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31729 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31730 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31731 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31732 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31733 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31734 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31735 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31736 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31737 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31738 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31739 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31740 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31741 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31742 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31743 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31744 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31745 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31746 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31747 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31748 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31749 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31750 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31751 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31752 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31753 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31754 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31755 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31756 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31757 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31758 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31759 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31760 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31761 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31762 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31763 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31764 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31765 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31766 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31767 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31768 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31769 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31770 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31771 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31772 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31773 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31774 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31775 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31776 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31777 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31778 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31779 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31780 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31781 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31782 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31783 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31784 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31785 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31786 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31787 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31788 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31789 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31790 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31791 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31792 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31793 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31794 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31795 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31796 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31797 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31798 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31799 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31800 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31801 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31802 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31803 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31804 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31805 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31806 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31807 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31808 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31809 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31810 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31811 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31812 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31813 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31814 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31815 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31816 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31817 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31818 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31819 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31820 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31821 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31822 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31823 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31824 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31825 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31826 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31827 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31828 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31829 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31830 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31831 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31832 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31833 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31834 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31835 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31836 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31837 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31838 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31839 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31840 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31841 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31842 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31843 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31844 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31845 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31846 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31847 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31848 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31849 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31850 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31851 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31852 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31853 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31854 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31855 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31856 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31857 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31858 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31859 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31860 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31861 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31862 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31863 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31864 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31865 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31866 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31867 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31868 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31869 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31870 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31871 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31872 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31873 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31874 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31875 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31876 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31877 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31878 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31879 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31880 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31881 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31882 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31883 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31884 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31885 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31886 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31887 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31888 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31889 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31890 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31891 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31892 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31893 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31894 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31895 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31896 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31897 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31898 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31899 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31900 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31901 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31902 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31903 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31904 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31905 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31906 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31907 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31908 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31909 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31910 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31911 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31912 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31913 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31914 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31915 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31916 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31917 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31918 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31919 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31920 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31921 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31922 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31923 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31924 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31925 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31926 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31927 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31928 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31929 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31930 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31931 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31932 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31933 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31934 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31935 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31936 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31937 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31938 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31939 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31940 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31941 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31942 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31943 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31944 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31945 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31946 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31947 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31948 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31949 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31950 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31951 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31952 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31953 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31954 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31955 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31956 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31957 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31958 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31959 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31960 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31961 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31962 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31963 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31964 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31965 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31966 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31967 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31968 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31969 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31970 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31971 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31972 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31973 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31974 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31975 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31976 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31977 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31978 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31979 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31980 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31981 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31982 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31983 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31984 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31985 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31986 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31987 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31988 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31989 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31990 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31991 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31992 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31993 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31994 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31995 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31996 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31997 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31998 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~31999 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32000 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32001 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32002 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32003 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32004 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32005 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32006 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32007 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32008 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32009 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32010 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32011 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32012 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32013 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32014 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32015 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32016 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32017 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32018 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32019 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32020 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32021 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32022 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32023 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32024 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32025 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32026 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32027 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32028 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32029 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32030 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32031 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32032 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32033 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32034 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32035 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32036 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32037 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32038 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32039 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32040 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32041 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32042 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32043 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32044 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32045 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32046 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32047 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32048 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32049 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32050 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32051 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32052 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32053 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32054 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32055 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32056 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32057 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32058 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32059 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32060 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32061 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32062 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32063 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32064 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32065 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32066 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32067 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32068 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32069 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32070 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32071 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32072 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32073 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32074 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32075 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32076 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32077 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32078 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32079 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32080 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32081 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32082 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32083 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32084 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32085 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32086 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32087 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32088 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32089 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32090 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32091 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32092 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32093 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32094 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32095 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32096 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32097 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32098 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32099 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32100 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32101 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32102 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32103 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32104 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32105 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32106 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32107 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32108 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32109 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32110 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32111 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32112 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32113 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32114 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32115 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32116 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32117 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32118 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32119 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32120 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32121 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32122 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32123 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32124 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32125 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32126 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32127 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32128 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32129 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32130 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32131 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32132 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32133 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32134 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32135 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32136 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32137 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32138 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32139 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32140 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32141 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32142 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32143 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32144 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32145 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32146 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32147 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32148 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32149 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32150 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32151 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32152 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32153 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32154 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32155 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32156 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32157 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32158 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32159 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32160 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32161 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32162 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32163 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32164 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32165 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32166 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32167 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32168 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32169 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32170 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32171 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32172 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32173 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32174 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32175 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32176 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32177 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32178 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32179 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32180 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32181 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32182 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32183 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32184 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32185 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32186 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32187 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32188 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32189 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32190 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32191 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32192 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32193 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32194 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32195 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32196 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32197 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32198 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32199 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32200 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32201 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32202 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32203 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32204 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32205 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32206 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32207 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32208 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32209 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32210 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32211 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32212 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32213 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32214 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32215 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32216 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32217 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32218 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32219 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32220 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32221 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32222 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32223 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32224 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32225 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32226 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32227 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32228 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32229 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32230 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32231 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32232 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32233 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32234 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32235 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32236 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32237 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32238 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32239 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32240 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32241 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32242 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32243 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32244 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32245 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32246 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32247 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32248 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32249 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32250 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32251 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32252 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32253 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32254 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32255 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32256 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32257 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32258 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32259 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32260 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32261 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32262 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32263 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32264 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32265 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32266 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32267 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32268 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32269 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32270 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32271 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32272 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32273 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32274 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32275 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32276 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32277 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32278 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32279 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32280 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32281 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32282 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32283 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32284 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32285 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32286 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32287 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32288 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32289 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32290 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32291 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32292 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32293 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32294 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32295 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32296 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32297 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32298 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32299 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32300 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32301 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32302 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32303 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32304 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32305 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32306 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32307 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32308 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32309 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32310 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32311 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32312 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32313 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32314 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32315 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32316 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32317 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32318 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32319 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32320 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32321 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32322 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32323 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32324 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32325 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32326 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32327 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32328 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32329 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32330 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32331 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32332 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32333 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32334 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32335 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32336 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32337 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32338 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32339 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32340 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32341 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32342 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32343 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32344 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32345 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32346 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32347 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32348 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32349 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32350 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32351 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32352 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32353 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32354 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32355 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32356 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32357 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32358 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32359 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32360 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32361 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32362 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32363 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32364 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32365 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32366 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32367 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32368 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32369 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32370 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32371 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32372 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32373 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32374 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32375 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32376 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32377 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32378 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32379 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32380 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32381 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32382 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32383 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32384 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32385 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32386 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32387 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32388 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32389 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32390 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32391 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32392 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32393 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32394 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32395 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32396 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32397 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32398 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32399 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32400 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32401 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32402 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32403 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32404 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32405 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32406 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32407 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32408 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32409 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32410 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32411 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32412 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32413 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32414 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32415 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32416 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32417 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32418 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32419 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32420 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32421 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32422 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32423 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32424 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32425 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32426 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32427 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32428 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32429 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32430 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32431 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32432 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32433 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32434 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32435 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32436 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32437 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32438 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32439 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32440 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32441 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32442 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32443 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32444 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32445 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32446 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32447 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32448 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32449 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32450 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32451 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32452 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32453 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32454 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32455 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32456 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32457 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32458 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32459 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32460 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32461 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32462 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32463 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32464 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32465 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32466 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32467 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32468 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32469 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32470 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32471 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32472 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32473 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32474 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32475 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32476 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32477 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32478 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32479 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32480 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32481 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32482 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32483 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32484 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32485 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32486 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32487 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32488 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32489 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32490 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32491 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32492 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32493 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32494 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32495 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32496 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32497 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32498 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32499 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32500 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32501 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32502 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32503 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32504 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32505 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32506 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32507 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32508 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32509 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32510 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32511 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32512 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32513 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32514 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32515 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32516 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32517 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32518 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32519 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32520 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32521 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32522 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32523 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32524 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32525 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32526 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32527 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32528 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32529 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32530 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32531 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32532 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32533 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32534 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32535 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32536 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32537 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32538 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32539 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32540 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32541 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32542 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32543 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32544 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32545 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32546 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32547 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32548 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32549 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32550 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32551 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32552 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32553 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32554 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32555 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32556 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32557 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32558 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32559 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32560 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32561 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32562 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32563 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32564 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32565 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32566 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32567 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32568 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32569 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32570 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32571 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32572 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32573 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32574 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32575 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32576 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32577 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32578 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32579 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32580 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32581 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32582 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32583 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32584 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32585 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32586 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32587 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32588 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32589 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32590 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32591 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32592 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32593 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32594 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32595 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32596 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32597 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32598 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32599 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32600 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32601 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32602 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32603 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32604 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32605 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32606 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32607 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32608 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32609 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32610 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32611 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32612 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32613 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32614 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32615 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32616 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32617 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32618 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32619 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32620 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32621 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32622 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32623 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32624 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32625 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32626 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32627 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32628 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32629 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32630 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32631 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32632 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32633 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32634 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32635 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32636 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32637 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32638 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32639 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32640 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32641 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32642 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32643 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32644 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32645 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32646 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32647 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32648 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32649 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32650 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32651 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32652 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32653 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32654 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32655 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32656 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32657 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32658 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32659 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32660 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32661 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32662 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32663 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32664 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32665 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32666 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32667 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32668 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32669 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32670 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32671 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32672 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32673 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32674 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32675 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32676 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32677 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32678 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32679 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32680 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32681 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32682 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32683 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32684 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32685 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32686 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32687 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32688 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32689 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32690 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32691 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32692 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32693 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32694 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32695 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32696 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32697 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32698 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32699 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32700 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32701 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32702 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32703 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32704 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32705 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32706 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32707 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32708 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32709 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32710 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32711 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32712 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32713 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32714 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32715 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32716 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32717 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32718 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32719 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32720 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32721 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32722 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32723 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32724 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32725 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32726 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32727 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32728 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32729 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32730 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32731 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32732 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32733 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32734 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32735 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32736 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32737 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32738 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32739 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32740 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32741 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32742 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32743 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32744 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32745 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32746 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32747 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32748 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32749 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32750 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32751 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32752 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32753 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32754 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32755 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32756 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32757 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32758 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32759 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32760 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32761 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32762 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32763 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32764 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32765 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32766 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32767 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32768 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32769 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32770 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32771 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32772 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32773 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32774 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32775 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32776 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32777 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32778 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32779 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32780 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32781 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32782 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32783 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32784 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32785 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32786 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32787 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32788 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32789 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32790 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32791 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32792 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32793 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32794 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32795 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32796 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32797 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32798 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32799 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32800 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32801 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32802 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32803 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32804 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32805 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32806 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32807 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32808 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32809 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32810 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32811 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32812 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32813 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32814 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32815 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32816 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32817 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32818 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32819 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32820 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32821 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32822 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32823 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32824 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32825 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32826 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32827 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32828 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32829 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32830 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32831 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32832 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32833 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32834 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32835 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32836 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32837 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32838 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32839 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32840 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32841 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32842 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32843 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32844 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32845 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32846 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32847 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32848 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32849 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32850 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32851 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32852 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32853 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32854 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32855 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32856 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32857 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32858 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32859 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32860 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32861 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32862 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32863 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32864 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32865 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32866 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32867 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32868 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32869 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32870 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32871 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32872 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32873 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32874 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32875 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32876 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32877 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32878 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32879 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32880 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32881 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32882 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32883 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32884 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32885 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32886 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32887 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32888 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32889 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32890 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32891 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32892 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32893 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32894 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32895 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32896 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32897 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32898 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32899 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32900 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32901 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32902 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32903 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32904 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32905 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32906 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32907 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32908 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32909 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32910 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32911 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32912 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32913 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32914 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32915 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32916 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32917 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32918 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32919 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32920 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32921 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32922 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32923 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32924 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32925 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32926 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32927 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32928 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32929 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32930 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32931 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32932 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32933 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32934 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32935 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32936 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32937 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32938 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32939 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32940 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32941 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32942 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32943 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32944 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32945 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32946 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32947 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32948 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32949 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32950 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32951 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32952 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32953 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32954 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32955 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32956 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32957 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32958 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32959 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32960 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32961 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32962 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32963 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32964 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32965 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32966 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32967 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32968 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32969 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32970 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32971 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32972 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32973 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32974 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32975 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32976 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32977 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32978 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32979 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32980 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32981 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32982 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32983 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32984 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32985 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32986 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32987 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32988 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32989 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32990 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32991 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32992 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32993 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32994 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32995 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32996 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32997 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32998 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~32999 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33000 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33001 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33002 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33003 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33004 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33005 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33006 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33007 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33008 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33009 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33010 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33011 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33012 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33013 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33014 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33015 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33016 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33017 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33018 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33019 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33020 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33021 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33022 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33023 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33024 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33025 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33026 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33027 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33028 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33029 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33030 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33031 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33032 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33033 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33034 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33035 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33036 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33037 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33038 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33039 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33040 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33041 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33042 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33043 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33044 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33045 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33046 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33047 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33048 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33049 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33050 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33051 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33052 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33053 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33054 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33055 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33056 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33057 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33058 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33059 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33060 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33061 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33062 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33063 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33064 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33065 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33066 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33067 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33068 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33069 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33070 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33071 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33072 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33073 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33074 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33075 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33076 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33077 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33078 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33079 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33080 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33081 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33082 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33083 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33084 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33085 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33086 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33087 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33088 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33089 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33090 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33091 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33092 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33093 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33094 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33095 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33096 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33097 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33098 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33099 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33100 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33101 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33102 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33103 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33104 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33105 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33106 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33107 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33108 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33109 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33110 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33111 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33112 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33113 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33114 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33115 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33116 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33117 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33118 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33119 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33120 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33121 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33122 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33123 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33124 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33125 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33126 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33127 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33128 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33129 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33130 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33131 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33132 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33133 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33134 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33135 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33136 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33137 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33138 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33139 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33140 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33141 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33142 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33143 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33144 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33145 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33146 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33147 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33148 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33149 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33150 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33151 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33152 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33153 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33154 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33155 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33156 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33157 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33158 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33159 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33160 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33161 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33162 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33163 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33164 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33165 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33166 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33167 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33168 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33169 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33170 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33171 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33172 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33173 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33174 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33175 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33176 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33177 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33178 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33179 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33180 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33181 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33182 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33183 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33184 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33185 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33186 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33187 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33188 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33189 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33190 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33191 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33192 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33193 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33194 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33195 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33196 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33197 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33198 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33199 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33200 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33201 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33202 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33203 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33204 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33205 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33206 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33207 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33208 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33209 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33210 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33211 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33212 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33213 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33214 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33215 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33216 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33217 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33218 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33219 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33220 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33221 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33222 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33223 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33224 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33225 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33226 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33227 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33228 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33229 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33230 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33231 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33232 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33233 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33234 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33235 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33236 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33237 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33238 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33239 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33240 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33241 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33242 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33243 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33244 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33245 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33246 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33247 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33248 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33249 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33250 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33251 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33252 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33253 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33254 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33255 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33256 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33257 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33258 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33259 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33260 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33261 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33262 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33263 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33264 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33265 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33266 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33267 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33268 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33269 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33270 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33271 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33272 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33273 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33274 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33275 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33276 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33277 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33278 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33279 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33280 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33281 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33282 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33283 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33284 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33285 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33286 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33287 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33288 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33289 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33290 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33291 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33292 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33293 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33294 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33295 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33296 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33297 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33298 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33299 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33300 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33301 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33302 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33303 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33304 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33305 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33306 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33307 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33308 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33309 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33310 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33311 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33312 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33313 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33314 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33315 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33316 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33317 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33318 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33319 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33320 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33321 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33322 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33323 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33324 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33325 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33326 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33327 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33328 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33329 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33330 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33331 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33332 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33333 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33334 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33335 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33336 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33337 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33338 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33339 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33340 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33341 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33342 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33343 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33344 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33345 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33346 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33347 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33348 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33349 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33350 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33351 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33352 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33353 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33354 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33355 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33356 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33357 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33358 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33359 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33360 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33361 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33362 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33363 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33364 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33365 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33366 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33367 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33368 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33369 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33370 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33371 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33372 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33373 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33374 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33375 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33376 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33377 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33378 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33379 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33380 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33381 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33382 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33383 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33384 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33385 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33386 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33387 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33388 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33389 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33390 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33391 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33392 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33393 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33394 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33395 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33396 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33397 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33398 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33399 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33400 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33401 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33402 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33403 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33404 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33405 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33406 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33407 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33408 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33409 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33410 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33411 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33412 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33413 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33414 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33415 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33416 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33417 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33418 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33419 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33420 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33421 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33422 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33423 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33424 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33425 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33426 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33427 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33428 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33429 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33430 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33431 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33432 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33433 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33434 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33435 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33436 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33437 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33438 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33439 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33440 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33441 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33442 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33443 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33444 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33445 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33446 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33447 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33448 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33449 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33450 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33451 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33452 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33453 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33454 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33455 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33456 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33457 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33458 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33459 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33460 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33461 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33462 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33463 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33464 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33465 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33466 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33467 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33468 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33469 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33470 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33471 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33472 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33473 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33474 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33475 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33476 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33477 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33478 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33479 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33480 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33481 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33482 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33483 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33484 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33485 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33486 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33487 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33488 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33489 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33490 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33491 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33492 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33493 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33494 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33495 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33496 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33497 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33498 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33499 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33500 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33501 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33502 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33503 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33504 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33505 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33506 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33507 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33508 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33509 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33510 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33511 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33512 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33513 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33514 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33515 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33516 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33517 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33518 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33519 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33520 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33521 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33522 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33523 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33524 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33525 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33526 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33527 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33528 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33529 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33530 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33531 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33532 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33533 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33534 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33535 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33536 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33537 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33538 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33539 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33540 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33541 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33542 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33543 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33544 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33545 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33546 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33547 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33548 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33549 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33550 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33551 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33552 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33553 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33554 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33555 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33556 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33557 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33558 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33559 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33560 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33561 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33562 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33563 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33564 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33565 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33566 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33567 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33568 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33569 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33570 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33571 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33572 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33573 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33574 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33575 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33576 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33577 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33578 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33579 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33580 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33581 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33582 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33583 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33584 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33585 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33586 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33587 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33588 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33589 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33590 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33591 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33592 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33593 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33594 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33595 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33596 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33597 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33598 ; Lost fanout ; +; text_screen_gen:text_gen|char_ram~33599 ; Lost fanout ; ; lcd_driver:lcd_inst|delay_target[7] ; Stuck at VCC due to stuck port data_in ; -; Total Number of Removed Registers = 34 ; ; +; Total Number of Removed Registers = 4963 ; ; +-----------------------------------------------------------+--------------------------------------------------+ @@ -302,7 +5283,7 @@ Encoding Type: One-Hot +---------------+---------------------------+----------------------------------------+ ; Register name ; Reason for Removal ; Registers Removed due to This Register ; +---------------+---------------------------+----------------------------------------+ -; fsm_state[0] ; Stuck at GND ; lcd_cmd_type[1], lcd_cmd_type[0] ; +; fsm_state[0] ; Stuck at GND ; lcd_cmd_type[0] ; ; ; due to stuck port data_in ; ; +---------------+---------------------------+----------------------------------------+ @@ -312,12 +5293,12 @@ Encoding Type: One-Hot +----------------------------------------------+-------+ ; Statistic ; Value ; +----------------------------------------------+-------+ -; Total registers ; 106 ; +; Total registers ; 28841 ; ; Number of registers using Synchronous Clear ; 36 ; -; Number of registers using Synchronous Load ; 2 ; -; Number of registers using Asynchronous Clear ; 78 ; +; Number of registers using Synchronous Load ; 8 ; +; Number of registers using Asynchronous Clear ; 122 ; ; Number of registers using Asynchronous Load ; 0 ; -; Number of registers using Clock Enable ; 64 ; +; Number of registers using Clock Enable ; 28760 ; ; Number of registers using Preset ; 0 ; +----------------------------------------------+-------+ @@ -327,31 +5308,32 @@ Encoding Type: One-Hot +----------------------------------------+---------+ ; Inverted Register ; Fan out ; +----------------------------------------+---------+ -; lcd_driver:lcd_inst|busy ; 3 ; +; lcd_driver:lcd_inst|busy ; 2 ; ; uart_rx:uart_inst|rx_sync_stage2 ; 12 ; ; uart_rx:uart_inst|rx_sync_stage1 ; 1 ; ; Total number of inverted registers = 3 ; ; +----------------------------------------+---------+ -+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -; Multiplexer Restructuring Statistics (Restructuring Performed) ; -+--------------------+-----------+---------------+----------------------+------------------------+------------+----------------------------------------------------+ -; Multiplexer Inputs ; Bus Width ; Baseline Area ; Area if Restructured ; Saving if Restructured ; Registered ; Example Multiplexer Output ; -+--------------------+-----------+---------------+----------------------+------------------------+------------+----------------------------------------------------+ -; 4:1 ; 3 bits ; 6 LEs ; 3 LEs ; 3 LEs ; Yes ; |de2i_150_top|fsm_state[0] ; -; 5:1 ; 2 bits ; 6 LEs ; 4 LEs ; 2 LEs ; Yes ; |de2i_150_top|lcd_driver:lcd_inst|delay_target[10] ; -; 6:1 ; 2 bits ; 8 LEs ; 4 LEs ; 4 LEs ; Yes ; |de2i_150_top|lcd_driver:lcd_inst|LCD_DATA[4] ; -; 8:1 ; 20 bits ; 100 LEs ; 20 LEs ; 80 LEs ; Yes ; |de2i_150_top|lcd_driver:lcd_inst|cnt[3] ; -; 7:1 ; 16 bits ; 64 LEs ; 16 LEs ; 48 LEs ; Yes ; |de2i_150_top|uart_rx:uart_inst|clk_cnt[6] ; -; 3:1 ; 3 bits ; 6 LEs ; 6 LEs ; 0 LEs ; No ; |de2i_150_top|uart_rx:uart_inst|bit_index ; -; 5:1 ; 2 bits ; 6 LEs ; 6 LEs ; 0 LEs ; No ; |de2i_150_top|lcd_driver:lcd_inst|LCD_DATA ; -; 9:1 ; 3 bits ; 18 LEs ; 12 LEs ; 6 LEs ; No ; |de2i_150_top|lcd_driver:lcd_inst|Selector33 ; -; 9:1 ; 8 bits ; 48 LEs ; 16 LEs ; 32 LEs ; No ; |de2i_150_top|lcd_driver:lcd_inst|Selector29 ; -; 9:1 ; 3 bits ; 18 LEs ; 12 LEs ; 6 LEs ; No ; |de2i_150_top|uart_rx:uart_inst|Selector20 ; -; 9:1 ; 2 bits ; 12 LEs ; 4 LEs ; 8 LEs ; No ; |de2i_150_top|uart_rx:uart_inst|Selector19 ; -; 10:1 ; 2 bits ; 12 LEs ; 6 LEs ; 6 LEs ; No ; |de2i_150_top|lcd_driver:lcd_inst|Selector31 ; -+--------------------+-----------+---------------+----------------------+------------------------+------------+----------------------------------------------------+ ++--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Multiplexer Restructuring Statistics (Restructuring Performed) ; ++--------------------+-----------+---------------+----------------------+------------------------+------------+------------------------------------------------------+ +; Multiplexer Inputs ; Bus Width ; Baseline Area ; Area if Restructured ; Saving if Restructured ; Registered ; Example Multiplexer Output ; ++--------------------+-----------+---------------+----------------------+------------------------+------------+------------------------------------------------------+ +; 4:1 ; 2 bits ; 4 LEs ; 2 LEs ; 2 LEs ; Yes ; |de2i_150_top|fsm_state[0] ; +; 4:1 ; 4 bits ; 8 LEs ; 8 LEs ; 0 LEs ; Yes ; |de2i_150_top|text_screen_gen:text_gen|cursor_pos[3] ; +; 4:1 ; 8 bits ; 16 LEs ; 16 LEs ; 0 LEs ; Yes ; |de2i_150_top|text_screen_gen:text_gen|cursor_pos[7] ; +; 5:1 ; 2 bits ; 6 LEs ; 4 LEs ; 2 LEs ; Yes ; |de2i_150_top|lcd_driver:lcd_inst|delay_target[10] ; +; 6:1 ; 2 bits ; 8 LEs ; 4 LEs ; 4 LEs ; Yes ; |de2i_150_top|lcd_driver:lcd_inst|LCD_DATA[4] ; +; 8:1 ; 20 bits ; 100 LEs ; 20 LEs ; 80 LEs ; Yes ; |de2i_150_top|lcd_driver:lcd_inst|cnt[7] ; +; 7:1 ; 16 bits ; 64 LEs ; 16 LEs ; 48 LEs ; Yes ; |de2i_150_top|uart_rx:uart_inst|clk_cnt[0] ; +; 3:1 ; 3 bits ; 6 LEs ; 6 LEs ; 0 LEs ; No ; |de2i_150_top|uart_rx:uart_inst|bit_index ; +; 9:1 ; 3 bits ; 18 LEs ; 12 LEs ; 6 LEs ; No ; |de2i_150_top|lcd_driver:lcd_inst|Selector33 ; +; 9:1 ; 8 bits ; 48 LEs ; 16 LEs ; 32 LEs ; No ; |de2i_150_top|lcd_driver:lcd_inst|Selector29 ; +; 9:1 ; 3 bits ; 18 LEs ; 12 LEs ; 6 LEs ; No ; |de2i_150_top|uart_rx:uart_inst|Selector23 ; +; 9:1 ; 2 bits ; 12 LEs ; 4 LEs ; 8 LEs ; No ; |de2i_150_top|uart_rx:uart_inst|Selector21 ; +; 10:1 ; 2 bits ; 12 LEs ; 6 LEs ; 6 LEs ; No ; |de2i_150_top|lcd_driver:lcd_inst|Selector31 ; ++--------------------+-----------+---------------+----------------------+------------------------+------------+------------------------------------------------------+ +----------------------------------------------------------------+ @@ -365,31 +5347,473 @@ Encoding Type: One-Hot Note: In order to hide this table in the UI and the text report file, please set the "Show Parameter Settings in Synthesis Report" option in "Analysis and Synthesis Settings -> More Settings" to "Off". ++---------------------------------------------------------------------------------------+ +; Parameter Settings for User Entity Instance: vga_pll:pll_inst|altpll:altpll_component ; ++-------------------------------+---------------------------+---------------------------+ +; Parameter Name ; Value ; Type ; ++-------------------------------+---------------------------+---------------------------+ +; OPERATION_MODE ; NORMAL ; Untyped ; +; PLL_TYPE ; AUTO ; Untyped ; +; LPM_HINT ; CBX_MODULE_PREFIX=vga_pll ; Untyped ; +; QUALIFY_CONF_DONE ; OFF ; Untyped ; +; COMPENSATE_CLOCK ; CLK0 ; Untyped ; +; SCAN_CHAIN ; LONG ; Untyped ; +; PRIMARY_CLOCK ; INCLK0 ; Untyped ; +; INCLK0_INPUT_FREQUENCY ; 20000 ; Signed Integer ; +; INCLK1_INPUT_FREQUENCY ; 0 ; Untyped ; +; GATE_LOCK_SIGNAL ; NO ; Untyped ; +; GATE_LOCK_COUNTER ; 0 ; Untyped ; +; LOCK_HIGH ; 1 ; Untyped ; +; LOCK_LOW ; 1 ; Untyped ; +; VALID_LOCK_MULTIPLIER ; 1 ; Untyped ; +; INVALID_LOCK_MULTIPLIER ; 5 ; Untyped ; +; SWITCH_OVER_ON_LOSSCLK ; OFF ; Untyped ; +; SWITCH_OVER_ON_GATED_LOCK ; OFF ; Untyped ; +; ENABLE_SWITCH_OVER_COUNTER ; OFF ; Untyped ; +; SKIP_VCO ; OFF ; Untyped ; +; SWITCH_OVER_COUNTER ; 0 ; Untyped ; +; SWITCH_OVER_TYPE ; AUTO ; Untyped ; +; FEEDBACK_SOURCE ; EXTCLK0 ; Untyped ; +; BANDWIDTH ; 0 ; Untyped ; +; BANDWIDTH_TYPE ; AUTO ; Untyped ; +; SPREAD_FREQUENCY ; 0 ; Untyped ; +; DOWN_SPREAD ; 0 ; Untyped ; +; SELF_RESET_ON_GATED_LOSS_LOCK ; OFF ; Untyped ; +; SELF_RESET_ON_LOSS_LOCK ; OFF ; Untyped ; +; CLK9_MULTIPLY_BY ; 0 ; Untyped ; +; CLK8_MULTIPLY_BY ; 0 ; Untyped ; +; CLK7_MULTIPLY_BY ; 0 ; Untyped ; +; CLK6_MULTIPLY_BY ; 0 ; Untyped ; +; CLK5_MULTIPLY_BY ; 1 ; Untyped ; +; CLK4_MULTIPLY_BY ; 1 ; Untyped ; +; CLK3_MULTIPLY_BY ; 1 ; Untyped ; +; CLK2_MULTIPLY_BY ; 1 ; Untyped ; +; CLK1_MULTIPLY_BY ; 1 ; Untyped ; +; CLK0_MULTIPLY_BY ; 297 ; Signed Integer ; +; CLK9_DIVIDE_BY ; 0 ; Untyped ; +; CLK8_DIVIDE_BY ; 0 ; Untyped ; +; CLK7_DIVIDE_BY ; 0 ; Untyped ; +; CLK6_DIVIDE_BY ; 0 ; Untyped ; +; CLK5_DIVIDE_BY ; 1 ; Untyped ; +; CLK4_DIVIDE_BY ; 1 ; Untyped ; +; CLK3_DIVIDE_BY ; 1 ; Untyped ; +; CLK2_DIVIDE_BY ; 1 ; Untyped ; +; CLK1_DIVIDE_BY ; 1 ; Untyped ; +; CLK0_DIVIDE_BY ; 100 ; Signed Integer ; +; CLK9_PHASE_SHIFT ; 0 ; Untyped ; +; CLK8_PHASE_SHIFT ; 0 ; Untyped ; +; CLK7_PHASE_SHIFT ; 0 ; Untyped ; +; CLK6_PHASE_SHIFT ; 0 ; Untyped ; +; CLK5_PHASE_SHIFT ; 0 ; Untyped ; +; CLK4_PHASE_SHIFT ; 0 ; Untyped ; +; CLK3_PHASE_SHIFT ; 0 ; Untyped ; +; CLK2_PHASE_SHIFT ; 0 ; Untyped ; +; CLK1_PHASE_SHIFT ; 0 ; Untyped ; +; CLK0_PHASE_SHIFT ; 0 ; Untyped ; +; CLK5_TIME_DELAY ; 0 ; Untyped ; +; CLK4_TIME_DELAY ; 0 ; Untyped ; +; CLK3_TIME_DELAY ; 0 ; Untyped ; +; CLK2_TIME_DELAY ; 0 ; Untyped ; +; CLK1_TIME_DELAY ; 0 ; Untyped ; +; CLK0_TIME_DELAY ; 0 ; Untyped ; +; CLK9_DUTY_CYCLE ; 50 ; Untyped ; +; CLK8_DUTY_CYCLE ; 50 ; Untyped ; +; CLK7_DUTY_CYCLE ; 50 ; Untyped ; +; CLK6_DUTY_CYCLE ; 50 ; Untyped ; +; CLK5_DUTY_CYCLE ; 50 ; Untyped ; +; CLK4_DUTY_CYCLE ; 50 ; Untyped ; +; CLK3_DUTY_CYCLE ; 50 ; Untyped ; +; CLK2_DUTY_CYCLE ; 50 ; Untyped ; +; CLK1_DUTY_CYCLE ; 50 ; Untyped ; +; CLK0_DUTY_CYCLE ; 50 ; Signed Integer ; +; CLK9_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK8_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK7_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK6_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK5_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK4_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK3_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK2_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK1_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK0_USE_EVEN_COUNTER_MODE ; OFF ; Untyped ; +; CLK9_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK8_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK7_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK6_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK5_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK4_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK3_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK2_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK1_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; CLK0_USE_EVEN_COUNTER_VALUE ; OFF ; Untyped ; +; LOCK_WINDOW_UI ; 0.05 ; Untyped ; +; LOCK_WINDOW_UI_BITS ; UNUSED ; Untyped ; +; VCO_RANGE_DETECTOR_LOW_BITS ; UNUSED ; Untyped ; +; VCO_RANGE_DETECTOR_HIGH_BITS ; UNUSED ; Untyped ; +; DPA_MULTIPLY_BY ; 0 ; Untyped ; +; DPA_DIVIDE_BY ; 1 ; Untyped ; +; DPA_DIVIDER ; 0 ; Untyped ; +; EXTCLK3_MULTIPLY_BY ; 1 ; Untyped ; +; EXTCLK2_MULTIPLY_BY ; 1 ; Untyped ; +; EXTCLK1_MULTIPLY_BY ; 1 ; Untyped ; +; EXTCLK0_MULTIPLY_BY ; 1 ; Untyped ; +; EXTCLK3_DIVIDE_BY ; 1 ; Untyped ; +; EXTCLK2_DIVIDE_BY ; 1 ; Untyped ; +; EXTCLK1_DIVIDE_BY ; 1 ; Untyped ; +; EXTCLK0_DIVIDE_BY ; 1 ; Untyped ; +; EXTCLK3_PHASE_SHIFT ; 0 ; Untyped ; +; EXTCLK2_PHASE_SHIFT ; 0 ; Untyped ; +; EXTCLK1_PHASE_SHIFT ; 0 ; Untyped ; +; EXTCLK0_PHASE_SHIFT ; 0 ; Untyped ; +; EXTCLK3_TIME_DELAY ; 0 ; Untyped ; +; EXTCLK2_TIME_DELAY ; 0 ; Untyped ; +; EXTCLK1_TIME_DELAY ; 0 ; Untyped ; +; EXTCLK0_TIME_DELAY ; 0 ; Untyped ; +; EXTCLK3_DUTY_CYCLE ; 50 ; Untyped ; +; EXTCLK2_DUTY_CYCLE ; 50 ; Untyped ; +; EXTCLK1_DUTY_CYCLE ; 50 ; Untyped ; +; EXTCLK0_DUTY_CYCLE ; 50 ; Untyped ; +; VCO_MULTIPLY_BY ; 0 ; Untyped ; +; VCO_DIVIDE_BY ; 0 ; Untyped ; +; SCLKOUT0_PHASE_SHIFT ; 0 ; Untyped ; +; SCLKOUT1_PHASE_SHIFT ; 0 ; Untyped ; +; VCO_MIN ; 0 ; Untyped ; +; VCO_MAX ; 0 ; Untyped ; +; VCO_CENTER ; 0 ; Untyped ; +; PFD_MIN ; 0 ; Untyped ; +; PFD_MAX ; 0 ; Untyped ; +; M_INITIAL ; 0 ; Untyped ; +; M ; 0 ; Untyped ; +; N ; 1 ; Untyped ; +; M2 ; 1 ; Untyped ; +; N2 ; 1 ; Untyped ; +; SS ; 1 ; Untyped ; +; C0_HIGH ; 0 ; Untyped ; +; C1_HIGH ; 0 ; Untyped ; +; C2_HIGH ; 0 ; Untyped ; +; C3_HIGH ; 0 ; Untyped ; +; C4_HIGH ; 0 ; Untyped ; +; C5_HIGH ; 0 ; Untyped ; +; C6_HIGH ; 0 ; Untyped ; +; C7_HIGH ; 0 ; Untyped ; +; C8_HIGH ; 0 ; Untyped ; +; C9_HIGH ; 0 ; Untyped ; +; C0_LOW ; 0 ; Untyped ; +; C1_LOW ; 0 ; Untyped ; +; C2_LOW ; 0 ; Untyped ; +; C3_LOW ; 0 ; Untyped ; +; C4_LOW ; 0 ; Untyped ; +; C5_LOW ; 0 ; Untyped ; +; C6_LOW ; 0 ; Untyped ; +; C7_LOW ; 0 ; Untyped ; +; C8_LOW ; 0 ; Untyped ; +; C9_LOW ; 0 ; Untyped ; +; C0_INITIAL ; 0 ; Untyped ; +; C1_INITIAL ; 0 ; Untyped ; +; C2_INITIAL ; 0 ; Untyped ; +; C3_INITIAL ; 0 ; Untyped ; +; C4_INITIAL ; 0 ; Untyped ; +; C5_INITIAL ; 0 ; Untyped ; +; C6_INITIAL ; 0 ; Untyped ; +; C7_INITIAL ; 0 ; Untyped ; +; C8_INITIAL ; 0 ; Untyped ; +; C9_INITIAL ; 0 ; Untyped ; +; C0_MODE ; BYPASS ; Untyped ; +; C1_MODE ; BYPASS ; Untyped ; +; C2_MODE ; BYPASS ; Untyped ; +; C3_MODE ; BYPASS ; Untyped ; +; C4_MODE ; BYPASS ; Untyped ; +; C5_MODE ; BYPASS ; Untyped ; +; C6_MODE ; BYPASS ; Untyped ; +; C7_MODE ; BYPASS ; Untyped ; +; C8_MODE ; BYPASS ; Untyped ; +; C9_MODE ; BYPASS ; Untyped ; +; C0_PH ; 0 ; Untyped ; +; C1_PH ; 0 ; Untyped ; +; C2_PH ; 0 ; Untyped ; +; C3_PH ; 0 ; Untyped ; +; C4_PH ; 0 ; Untyped ; +; C5_PH ; 0 ; Untyped ; +; C6_PH ; 0 ; Untyped ; +; C7_PH ; 0 ; Untyped ; +; C8_PH ; 0 ; Untyped ; +; C9_PH ; 0 ; Untyped ; +; L0_HIGH ; 1 ; Untyped ; +; L1_HIGH ; 1 ; Untyped ; +; G0_HIGH ; 1 ; Untyped ; +; G1_HIGH ; 1 ; Untyped ; +; G2_HIGH ; 1 ; Untyped ; +; G3_HIGH ; 1 ; Untyped ; +; E0_HIGH ; 1 ; Untyped ; +; E1_HIGH ; 1 ; Untyped ; +; E2_HIGH ; 1 ; Untyped ; +; E3_HIGH ; 1 ; Untyped ; +; L0_LOW ; 1 ; Untyped ; +; L1_LOW ; 1 ; Untyped ; +; G0_LOW ; 1 ; Untyped ; +; G1_LOW ; 1 ; Untyped ; +; G2_LOW ; 1 ; Untyped ; +; G3_LOW ; 1 ; Untyped ; +; E0_LOW ; 1 ; Untyped ; +; E1_LOW ; 1 ; Untyped ; +; E2_LOW ; 1 ; Untyped ; +; E3_LOW ; 1 ; Untyped ; +; L0_INITIAL ; 1 ; Untyped ; +; L1_INITIAL ; 1 ; Untyped ; +; G0_INITIAL ; 1 ; Untyped ; +; G1_INITIAL ; 1 ; Untyped ; +; G2_INITIAL ; 1 ; Untyped ; +; G3_INITIAL ; 1 ; Untyped ; +; E0_INITIAL ; 1 ; Untyped ; +; E1_INITIAL ; 1 ; Untyped ; +; E2_INITIAL ; 1 ; Untyped ; +; E3_INITIAL ; 1 ; Untyped ; +; L0_MODE ; BYPASS ; Untyped ; +; L1_MODE ; BYPASS ; Untyped ; +; G0_MODE ; BYPASS ; Untyped ; +; G1_MODE ; BYPASS ; Untyped ; +; G2_MODE ; BYPASS ; Untyped ; +; G3_MODE ; BYPASS ; Untyped ; +; E0_MODE ; BYPASS ; Untyped ; +; E1_MODE ; BYPASS ; Untyped ; +; E2_MODE ; BYPASS ; Untyped ; +; E3_MODE ; BYPASS ; Untyped ; +; L0_PH ; 0 ; Untyped ; +; L1_PH ; 0 ; Untyped ; +; G0_PH ; 0 ; Untyped ; +; G1_PH ; 0 ; Untyped ; +; G2_PH ; 0 ; Untyped ; +; G3_PH ; 0 ; Untyped ; +; E0_PH ; 0 ; Untyped ; +; E1_PH ; 0 ; Untyped ; +; E2_PH ; 0 ; Untyped ; +; E3_PH ; 0 ; Untyped ; +; M_PH ; 0 ; Untyped ; +; C1_USE_CASC_IN ; OFF ; Untyped ; +; C2_USE_CASC_IN ; OFF ; Untyped ; +; C3_USE_CASC_IN ; OFF ; Untyped ; +; C4_USE_CASC_IN ; OFF ; Untyped ; +; C5_USE_CASC_IN ; OFF ; Untyped ; +; C6_USE_CASC_IN ; OFF ; Untyped ; +; C7_USE_CASC_IN ; OFF ; Untyped ; +; C8_USE_CASC_IN ; OFF ; Untyped ; +; C9_USE_CASC_IN ; OFF ; Untyped ; +; CLK0_COUNTER ; G0 ; Untyped ; +; CLK1_COUNTER ; G0 ; Untyped ; +; CLK2_COUNTER ; G0 ; Untyped ; +; CLK3_COUNTER ; G0 ; Untyped ; +; CLK4_COUNTER ; G0 ; Untyped ; +; CLK5_COUNTER ; G0 ; Untyped ; +; CLK6_COUNTER ; E0 ; Untyped ; +; CLK7_COUNTER ; E1 ; Untyped ; +; CLK8_COUNTER ; E2 ; Untyped ; +; CLK9_COUNTER ; E3 ; Untyped ; +; L0_TIME_DELAY ; 0 ; Untyped ; +; L1_TIME_DELAY ; 0 ; Untyped ; +; G0_TIME_DELAY ; 0 ; Untyped ; +; G1_TIME_DELAY ; 0 ; Untyped ; +; G2_TIME_DELAY ; 0 ; Untyped ; +; G3_TIME_DELAY ; 0 ; Untyped ; +; E0_TIME_DELAY ; 0 ; Untyped ; +; E1_TIME_DELAY ; 0 ; Untyped ; +; E2_TIME_DELAY ; 0 ; Untyped ; +; E3_TIME_DELAY ; 0 ; Untyped ; +; M_TIME_DELAY ; 0 ; Untyped ; +; N_TIME_DELAY ; 0 ; Untyped ; +; EXTCLK3_COUNTER ; E3 ; Untyped ; +; EXTCLK2_COUNTER ; E2 ; Untyped ; +; EXTCLK1_COUNTER ; E1 ; Untyped ; +; EXTCLK0_COUNTER ; E0 ; Untyped ; +; ENABLE0_COUNTER ; L0 ; Untyped ; +; ENABLE1_COUNTER ; L0 ; Untyped ; +; CHARGE_PUMP_CURRENT ; 2 ; Untyped ; +; LOOP_FILTER_R ; 1.000000 ; Untyped ; +; LOOP_FILTER_C ; 5 ; Untyped ; +; CHARGE_PUMP_CURRENT_BITS ; 9999 ; Untyped ; +; LOOP_FILTER_R_BITS ; 9999 ; Untyped ; +; LOOP_FILTER_C_BITS ; 9999 ; Untyped ; +; VCO_POST_SCALE ; 0 ; Untyped ; +; CLK2_OUTPUT_FREQUENCY ; 0 ; Untyped ; +; CLK1_OUTPUT_FREQUENCY ; 0 ; Untyped ; +; CLK0_OUTPUT_FREQUENCY ; 0 ; Untyped ; +; INTENDED_DEVICE_FAMILY ; Cyclone IV GX ; Untyped ; +; PORT_CLKENA0 ; PORT_UNUSED ; Untyped ; +; PORT_CLKENA1 ; PORT_UNUSED ; Untyped ; +; PORT_CLKENA2 ; PORT_UNUSED ; Untyped ; +; PORT_CLKENA3 ; PORT_UNUSED ; Untyped ; +; PORT_CLKENA4 ; PORT_UNUSED ; Untyped ; +; PORT_CLKENA5 ; PORT_UNUSED ; Untyped ; +; PORT_EXTCLKENA0 ; PORT_CONNECTIVITY ; Untyped ; +; PORT_EXTCLKENA1 ; PORT_CONNECTIVITY ; Untyped ; +; PORT_EXTCLKENA2 ; PORT_CONNECTIVITY ; Untyped ; +; PORT_EXTCLKENA3 ; PORT_CONNECTIVITY ; Untyped ; +; PORT_EXTCLK0 ; PORT_UNUSED ; Untyped ; +; PORT_EXTCLK1 ; PORT_UNUSED ; Untyped ; +; PORT_EXTCLK2 ; PORT_UNUSED ; Untyped ; +; PORT_EXTCLK3 ; PORT_UNUSED ; Untyped ; +; PORT_CLKBAD0 ; PORT_UNUSED ; Untyped ; +; PORT_CLKBAD1 ; PORT_UNUSED ; Untyped ; +; PORT_CLK0 ; PORT_USED ; Untyped ; +; PORT_CLK1 ; PORT_UNUSED ; Untyped ; +; PORT_CLK2 ; PORT_UNUSED ; Untyped ; +; PORT_CLK3 ; PORT_UNUSED ; Untyped ; +; PORT_CLK4 ; PORT_UNUSED ; Untyped ; +; PORT_CLK5 ; PORT_UNUSED ; Untyped ; +; PORT_CLK6 ; PORT_UNUSED ; Untyped ; +; PORT_CLK7 ; PORT_UNUSED ; Untyped ; +; PORT_CLK8 ; PORT_UNUSED ; Untyped ; +; PORT_CLK9 ; PORT_UNUSED ; Untyped ; +; PORT_SCANDATA ; PORT_UNUSED ; Untyped ; +; PORT_SCANDATAOUT ; PORT_UNUSED ; Untyped ; +; PORT_SCANDONE ; PORT_UNUSED ; Untyped ; +; PORT_SCLKOUT1 ; PORT_CONNECTIVITY ; Untyped ; +; PORT_SCLKOUT0 ; PORT_CONNECTIVITY ; Untyped ; +; PORT_ACTIVECLOCK ; PORT_UNUSED ; Untyped ; +; PORT_CLKLOSS ; PORT_UNUSED ; Untyped ; +; PORT_INCLK1 ; PORT_UNUSED ; Untyped ; +; PORT_INCLK0 ; PORT_USED ; Untyped ; +; PORT_FBIN ; PORT_UNUSED ; Untyped ; +; PORT_PLLENA ; PORT_UNUSED ; Untyped ; +; PORT_CLKSWITCH ; PORT_UNUSED ; Untyped ; +; PORT_ARESET ; PORT_USED ; Untyped ; +; PORT_PFDENA ; PORT_UNUSED ; Untyped ; +; PORT_SCANCLK ; PORT_UNUSED ; Untyped ; +; PORT_SCANACLR ; PORT_UNUSED ; Untyped ; +; PORT_SCANREAD ; PORT_UNUSED ; Untyped ; +; PORT_SCANWRITE ; PORT_UNUSED ; Untyped ; +; PORT_ENABLE0 ; PORT_CONNECTIVITY ; Untyped ; +; PORT_ENABLE1 ; PORT_CONNECTIVITY ; Untyped ; +; PORT_LOCKED ; PORT_USED ; Untyped ; +; PORT_CONFIGUPDATE ; PORT_UNUSED ; Untyped ; +; PORT_FBOUT ; PORT_CONNECTIVITY ; Untyped ; +; PORT_PHASEDONE ; PORT_UNUSED ; Untyped ; +; PORT_PHASESTEP ; PORT_UNUSED ; Untyped ; +; PORT_PHASEUPDOWN ; PORT_UNUSED ; Untyped ; +; PORT_SCANCLKENA ; PORT_UNUSED ; Untyped ; +; PORT_PHASECOUNTERSELECT ; PORT_UNUSED ; Untyped ; +; PORT_VCOOVERRANGE ; PORT_CONNECTIVITY ; Untyped ; +; PORT_VCOUNDERRANGE ; PORT_CONNECTIVITY ; Untyped ; +; M_TEST_SOURCE ; 5 ; Untyped ; +; C0_TEST_SOURCE ; 5 ; Untyped ; +; C1_TEST_SOURCE ; 5 ; Untyped ; +; C2_TEST_SOURCE ; 5 ; Untyped ; +; C3_TEST_SOURCE ; 5 ; Untyped ; +; C4_TEST_SOURCE ; 5 ; Untyped ; +; C5_TEST_SOURCE ; 5 ; Untyped ; +; C6_TEST_SOURCE ; 5 ; Untyped ; +; C7_TEST_SOURCE ; 5 ; Untyped ; +; C8_TEST_SOURCE ; 5 ; Untyped ; +; C9_TEST_SOURCE ; 5 ; Untyped ; +; CBXI_PARAMETER ; vga_pll_altpll ; Untyped ; +; VCO_FREQUENCY_CONTROL ; AUTO ; Untyped ; +; VCO_PHASE_SHIFT_STEP ; 0 ; Untyped ; +; WIDTH_CLOCK ; 5 ; Signed Integer ; +; WIDTH_PHASECOUNTERSELECT ; 4 ; Untyped ; +; USING_FBMIMICBIDIR_PORT ; OFF ; Untyped ; +; DEVICE_FAMILY ; Cyclone IV GX ; Untyped ; +; SCAN_CHAIN_MIF_FILE ; UNUSED ; Untyped ; +; SIM_GATE_LOCK_DEVICE_BEHAVIOR ; OFF ; Untyped ; +; AUTO_CARRY_CHAINS ; ON ; AUTO_CARRY ; +; IGNORE_CARRY_BUFFERS ; OFF ; IGNORE_CARRY ; +; AUTO_CASCADE_CHAINS ; ON ; AUTO_CASCADE ; +; IGNORE_CASCADE_BUFFERS ; OFF ; IGNORE_CASCADE ; ++-------------------------------+---------------------------+---------------------------+ +Note: In order to hide this table in the UI and the text report file, please set the "Show Parameter Settings in Synthesis Report" option in "Analysis and Synthesis Settings -> More Settings" to "Off". + + ++-------------------------------------------------------------------+ +; Parameter Settings for User Entity Instance: vga_controller:vga_c ; ++----------------+-------+------------------------------------------+ +; Parameter Name ; Value ; Type ; ++----------------+-------+------------------------------------------+ +; H_ACTIVE ; 1920 ; Signed Integer ; +; H_FP ; 88 ; Signed Integer ; +; H_SYNC ; 44 ; Signed Integer ; +; H_BP ; 148 ; Signed Integer ; +; V_ACTIVE ; 1080 ; Signed Integer ; +; V_FP ; 4 ; Signed Integer ; +; V_SYNC ; 5 ; Signed Integer ; +; V_BP ; 36 ; Signed Integer ; ++----------------+-------+------------------------------------------+ +Note: In order to hide this table in the UI and the text report file, please set the "Show Parameter Settings in Synthesis Report" option in "Analysis and Synthesis Settings -> More Settings" to "Off". + + ++-------------------------------------------------------------------------------------------+ +; Parameter Settings for Inferred Entity Instance: text_screen_gen:text_gen|lpm_divide:Div0 ; ++------------------------+----------------+-------------------------------------------------+ +; Parameter Name ; Value ; Type ; ++------------------------+----------------+-------------------------------------------------+ +; LPM_WIDTHN ; 12 ; Untyped ; +; LPM_WIDTHD ; 7 ; Untyped ; +; LPM_NREPRESENTATION ; UNSIGNED ; Untyped ; +; LPM_DREPRESENTATION ; UNSIGNED ; Untyped ; +; LPM_PIPELINE ; 0 ; Untyped ; +; LPM_REMAINDERPOSITIVE ; TRUE ; Untyped ; +; MAXIMIZE_SPEED ; 5 ; Untyped ; +; CBXI_PARAMETER ; lpm_divide_rmm ; Untyped ; +; CARRY_CHAIN ; MANUAL ; Untyped ; +; OPTIMIZE_FOR_SPEED ; 5 ; Untyped ; +; AUTO_CARRY_CHAINS ; ON ; AUTO_CARRY ; +; IGNORE_CARRY_BUFFERS ; OFF ; IGNORE_CARRY ; +; AUTO_CASCADE_CHAINS ; ON ; AUTO_CASCADE ; +; IGNORE_CASCADE_BUFFERS ; OFF ; IGNORE_CASCADE ; ++------------------------+----------------+-------------------------------------------------+ +Note: In order to hide this table in the UI and the text report file, please set the "Show Parameter Settings in Synthesis Report" option in "Analysis and Synthesis Settings -> More Settings" to "Off". + + ++--------------------------------------------------------------------------+ +; altpll Parameter Settings by Entity Instance ; ++-------------------------------+------------------------------------------+ +; Name ; Value ; ++-------------------------------+------------------------------------------+ +; Number of entity instances ; 1 ; +; Entity Instance ; vga_pll:pll_inst|altpll:altpll_component ; +; -- OPERATION_MODE ; NORMAL ; +; -- PLL_TYPE ; AUTO ; +; -- PRIMARY_CLOCK ; INCLK0 ; +; -- INCLK0_INPUT_FREQUENCY ; 20000 ; +; -- INCLK1_INPUT_FREQUENCY ; 0 ; +; -- VCO_MULTIPLY_BY ; 0 ; +; -- VCO_DIVIDE_BY ; 0 ; ++-------------------------------+------------------------------------------+ + + ++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Port Connectivity Checks: "vga_pll:pll_inst" ; ++--------+-------+----------+----------------------------------------------------------------------------------------------------------------------------------------------+ +; Port ; Type ; Severity ; Details ; ++--------+-------+----------+----------------------------------------------------------------------------------------------------------------------------------------------+ +; areset ; Input ; Warning ; Declared by entity but not connected by instance. If a default value exists, it will be used. Otherwise, the port will be connected to GND. ; ++--------+-------+----------+----------------------------------------------------------------------------------------------------------------------------------------------+ + + +-----------------------------------------------------+ ; Post-Synthesis Netlist Statistics for Top Partition ; +-----------------------+-----------------------------+ ; Type ; Count ; +-----------------------+-----------------------------+ -; boundary_port ; 21 ; -; cycloneiii_ff ; 106 ; -; CLR ; 32 ; -; ENA ; 18 ; -; ENA CLR ; 8 ; +; boundary_port ; 50 ; +; cycloneiii_ff ; 28841 ; +; CLR ; 44 ; +; ENA ; 28682 ; +; ENA CLR ; 34 ; ; ENA CLR SCLR ; 36 ; -; ENA CLR SLD ; 2 ; -; plain ; 10 ; -; cycloneiii_lcell_comb ; 175 ; -; arith ; 34 ; -; 2 data inputs ; 34 ; -; normal ; 141 ; -; 0 data inputs ; 2 ; -; 1 data inputs ; 4 ; -; 2 data inputs ; 13 ; -; 3 data inputs ; 41 ; -; 4 data inputs ; 81 ; +; ENA CLR SLD ; 8 ; +; plain ; 37 ; +; cycloneiii_lcell_comb ; 24235 ; +; arith ; 125 ; +; 2 data inputs ; 91 ; +; 3 data inputs ; 34 ; +; normal ; 24110 ; +; 0 data inputs ; 10 ; +; 1 data inputs ; 10 ; +; 2 data inputs ; 2001 ; +; 3 data inputs ; 2196 ; +; 4 data inputs ; 19893 ; +; cycloneiv_pll ; 1 ; ; ; ; -; Max LUT depth ; 9.00 ; -; Average LUT depth ; 4.11 ; +; Max LUT depth ; 25.30 ; +; Average LUT depth ; 17.59 ; +-----------------------+-----------------------------+ @@ -398,7 +5822,7 @@ Note: In order to hide this table in the UI and the text report file, please set +----------------+--------------+ ; Partition Name ; Elapsed Time ; +----------------+--------------+ -; Top ; 00:00:00 ; +; Top ; 00:01:00 ; +----------------+--------------+ @@ -408,7 +5832,7 @@ Note: In order to hide this table in the UI and the text report file, please set Info: ******************************************************************* Info: Running Quartus Prime Analysis & Synthesis Info: Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition - Info: Processing started: Tue Nov 18 13:36:26 2025 + Info: Processing started: Mon Nov 24 13:17:16 2025 Info: Command: quartus_map --read_settings_files=on --write_settings_files=off watch -c watch Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance. Info (20030): Parallel compilation is enabled and will use 6 of the 6 processors detected @@ -418,18 +5842,26 @@ Info (12021): Found 1 design units, including 1 entities, in source file lcd_dri Info (12023): Found entity 1: lcd_driver File: C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v Line: 1 Info (12021): Found 1 design units, including 1 entities, in source file de2i_150_top.v Info (12023): Found entity 1: de2i_150_top File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 1 +Info (12021): Found 1 design units, including 1 entities, in source file vga_controller.v + Info (12023): Found entity 1: vga_controller File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v Line: 1 +Info (12021): Found 1 design units, including 1 entities, in source file font_rom.v + Info (12023): Found entity 1: font_rom File: C:/Users/jeffr/AppData/Local/quartus/watch/font_rom.v Line: 1 +Info (12021): Found 1 design units, including 1 entities, in source file text_screen_gen.v + Info (12023): Found entity 1: text_screen_gen File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 1 +Info (12021): Found 1 design units, including 1 entities, in source file vga_pll.v + Info (12023): Found entity 1: vga_pll File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v Line: 40 Info (12127): Elaborating entity "de2i_150_top" for the top level hierarchy -Warning (10230): Verilog HDL assignment warning at de2i_150_top.v(80): truncated value with size 32 to match size of target (2) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 80 -Warning (10230): Verilog HDL assignment warning at de2i_150_top.v(92): truncated value with size 32 to match size of target (2) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 92 -Warning (10199): Verilog HDL Case Statement warning at de2i_150_top.v(96): case item expression never matches the case expression File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 96 -Warning (10230): Verilog HDL assignment warning at de2i_150_top.v(119): truncated value with size 32 to match size of target (2) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 119 -Warning (10230): Verilog HDL assignment warning at de2i_150_top.v(129): truncated value with size 32 to match size of target (2) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 129 -Info (12128): Elaborating entity "uart_rx" for hierarchy "uart_rx:uart_inst" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 58 +Warning (10230): Verilog HDL assignment warning at de2i_150_top.v(90): truncated value with size 32 to match size of target (2) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 90 +Warning (10230): Verilog HDL assignment warning at de2i_150_top.v(104): truncated value with size 32 to match size of target (2) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 104 +Warning (10199): Verilog HDL Case Statement warning at de2i_150_top.v(108): case item expression never matches the case expression File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 108 +Warning (10230): Verilog HDL assignment warning at de2i_150_top.v(127): truncated value with size 32 to match size of target (2) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 127 +Warning (10230): Verilog HDL assignment warning at de2i_150_top.v(136): truncated value with size 32 to match size of target (2) File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 136 +Info (12128): Elaborating entity "uart_rx" for hierarchy "uart_rx:uart_inst" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 66 Warning (10230): Verilog HDL assignment warning at uart_rx.v(64): truncated value with size 32 to match size of target (16) File: C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v Line: 64 Warning (10230): Verilog HDL assignment warning at uart_rx.v(71): truncated value with size 32 to match size of target (16) File: C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v Line: 71 Warning (10230): Verilog HDL assignment warning at uart_rx.v(77): truncated value with size 32 to match size of target (3) File: C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v Line: 77 Warning (10230): Verilog HDL assignment warning at uart_rx.v(88): truncated value with size 32 to match size of target (16) File: C:/Users/jeffr/AppData/Local/quartus/watch/uart_rx.v Line: 88 -Info (12128): Elaborating entity "lcd_driver" for hierarchy "lcd_driver:lcd_inst" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 73 +Info (12128): Elaborating entity "lcd_driver" for hierarchy "lcd_driver:lcd_inst" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 83 Warning (10230): Verilog HDL assignment warning at lcd_driver.v(69): truncated value with size 32 to match size of target (20) File: C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v Line: 69 Warning (10230): Verilog HDL assignment warning at lcd_driver.v(80): truncated value with size 32 to match size of target (20) File: C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v Line: 80 Warning (10230): Verilog HDL assignment warning at lcd_driver.v(87): truncated value with size 32 to match size of target (20) File: C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v Line: 87 @@ -445,30 +5877,131 @@ Warning (10230): Verilog HDL assignment warning at lcd_driver.v(157): truncated Warning (10230): Verilog HDL assignment warning at lcd_driver.v(164): truncated value with size 32 to match size of target (20) File: C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v Line: 164 Warning (10230): Verilog HDL assignment warning at lcd_driver.v(180): truncated value with size 32 to match size of target (20) File: C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v Line: 180 Warning (10230): Verilog HDL assignment warning at lcd_driver.v(189): truncated value with size 32 to match size of target (20) File: C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v Line: 189 +Info (12128): Elaborating entity "vga_pll" for hierarchy "vga_pll:pll_inst" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 154 +Info (12128): Elaborating entity "altpll" for hierarchy "vga_pll:pll_inst|altpll:altpll_component" File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v Line: 104 +Info (12130): Elaborated megafunction instantiation "vga_pll:pll_inst|altpll:altpll_component" File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v Line: 104 +Info (12133): Instantiated megafunction "vga_pll:pll_inst|altpll:altpll_component" with the following parameter: File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_pll.v Line: 104 + Info (12134): Parameter "bandwidth_type" = "AUTO" + Info (12134): Parameter "clk0_divide_by" = "100" + Info (12134): Parameter "clk0_duty_cycle" = "50" + Info (12134): Parameter "clk0_multiply_by" = "297" + Info (12134): Parameter "clk0_phase_shift" = "0" + Info (12134): Parameter "compensate_clock" = "CLK0" + Info (12134): Parameter "inclk0_input_frequency" = "20000" + Info (12134): Parameter "intended_device_family" = "Cyclone IV GX" + Info (12134): Parameter "lpm_hint" = "CBX_MODULE_PREFIX=vga_pll" + Info (12134): Parameter "lpm_type" = "altpll" + Info (12134): Parameter "operation_mode" = "NORMAL" + Info (12134): Parameter "pll_type" = "AUTO" + Info (12134): Parameter "port_activeclock" = "PORT_UNUSED" + Info (12134): Parameter "port_areset" = "PORT_USED" + Info (12134): Parameter "port_clkbad0" = "PORT_UNUSED" + Info (12134): Parameter "port_clkbad1" = "PORT_UNUSED" + Info (12134): Parameter "port_clkloss" = "PORT_UNUSED" + Info (12134): Parameter "port_clkswitch" = "PORT_UNUSED" + Info (12134): Parameter "port_configupdate" = "PORT_UNUSED" + Info (12134): Parameter "port_fbin" = "PORT_UNUSED" + Info (12134): Parameter "port_inclk0" = "PORT_USED" + Info (12134): Parameter "port_inclk1" = "PORT_UNUSED" + Info (12134): Parameter "port_locked" = "PORT_USED" + Info (12134): Parameter "port_pfdena" = "PORT_UNUSED" + Info (12134): Parameter "port_phasecounterselect" = "PORT_UNUSED" + Info (12134): Parameter "port_phasedone" = "PORT_UNUSED" + Info (12134): Parameter "port_phasestep" = "PORT_UNUSED" + Info (12134): Parameter "port_phaseupdown" = "PORT_UNUSED" + Info (12134): Parameter "port_pllena" = "PORT_UNUSED" + Info (12134): Parameter "port_scanaclr" = "PORT_UNUSED" + Info (12134): Parameter "port_scanclk" = "PORT_UNUSED" + Info (12134): Parameter "port_scanclkena" = "PORT_UNUSED" + Info (12134): Parameter "port_scandata" = "PORT_UNUSED" + Info (12134): Parameter "port_scandataout" = "PORT_UNUSED" + Info (12134): Parameter "port_scandone" = "PORT_UNUSED" + Info (12134): Parameter "port_scanread" = "PORT_UNUSED" + Info (12134): Parameter "port_scanwrite" = "PORT_UNUSED" + Info (12134): Parameter "port_clk0" = "PORT_USED" + Info (12134): Parameter "port_clk1" = "PORT_UNUSED" + Info (12134): Parameter "port_clk2" = "PORT_UNUSED" + Info (12134): Parameter "port_clk3" = "PORT_UNUSED" + Info (12134): Parameter "port_clk4" = "PORT_UNUSED" + Info (12134): Parameter "port_clk5" = "PORT_UNUSED" + Info (12134): Parameter "port_clkena0" = "PORT_UNUSED" + Info (12134): Parameter "port_clkena1" = "PORT_UNUSED" + Info (12134): Parameter "port_clkena2" = "PORT_UNUSED" + Info (12134): Parameter "port_clkena3" = "PORT_UNUSED" + Info (12134): Parameter "port_clkena4" = "PORT_UNUSED" + Info (12134): Parameter "port_clkena5" = "PORT_UNUSED" + Info (12134): Parameter "port_extclk0" = "PORT_UNUSED" + Info (12134): Parameter "port_extclk1" = "PORT_UNUSED" + Info (12134): Parameter "port_extclk2" = "PORT_UNUSED" + Info (12134): Parameter "port_extclk3" = "PORT_UNUSED" + Info (12134): Parameter "self_reset_on_loss_lock" = "OFF" + Info (12134): Parameter "width_clock" = "5" +Info (12021): Found 1 design units, including 1 entities, in source file db/vga_pll_altpll.v + Info (12023): Found entity 1: vga_pll_altpll File: C:/Users/jeffr/AppData/Local/quartus/watch/db/vga_pll_altpll.v Line: 30 +Info (12128): Elaborating entity "vga_pll_altpll" for hierarchy "vga_pll:pll_inst|altpll:altpll_component|vga_pll_altpll:auto_generated" File: d:/quartus_lite/quartus/libraries/megafunctions/altpll.tdf Line: 898 +Info (12128): Elaborating entity "vga_controller" for hierarchy "vga_controller:vga_c" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 170 +Warning (10230): Verilog HDL assignment warning at vga_controller.v(40): truncated value with size 32 to match size of target (12) File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v Line: 40 +Warning (10230): Verilog HDL assignment warning at vga_controller.v(42): truncated value with size 32 to match size of target (12) File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v Line: 42 +Info (12128): Elaborating entity "text_screen_gen" for hierarchy "text_screen_gen:text_gen" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 187 +Warning (10230): Verilog HDL assignment warning at text_screen_gen.v(34): truncated value with size 32 to match size of target (12) File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 34 +Warning (10230): Verilog HDL assignment warning at text_screen_gen.v(41): truncated value with size 32 to match size of target (12) File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 41 +Warning (10230): Verilog HDL assignment warning at text_screen_gen.v(50): truncated value with size 32 to match size of target (12) File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 50 +Warning (10230): Verilog HDL assignment warning at text_screen_gen.v(68): truncated value with size 32 to match size of target (12) File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 68 +Info (12128): Elaborating entity "font_rom" for hierarchy "text_screen_gen:text_gen|font_rom:f_rom" File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 81 +Info (276014): Found 1 instances of uninferred RAM logic + Info (276007): RAM logic "text_screen_gen:text_gen|char_ram" is uninferred due to asynchronous read logic File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 19 +Info (278001): Inferred 1 megafunctions from design logic + Info (278004): Inferred divider/modulo megafunction ("lpm_divide") from the following logic: "text_screen_gen:text_gen|Div0" File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 34 +Info (12130): Elaborated megafunction instantiation "text_screen_gen:text_gen|lpm_divide:Div0" File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 34 +Info (12133): Instantiated megafunction "text_screen_gen:text_gen|lpm_divide:Div0" with the following parameter: File: C:/Users/jeffr/AppData/Local/quartus/watch/text_screen_gen.v Line: 34 + Info (12134): Parameter "LPM_WIDTHN" = "12" + Info (12134): Parameter "LPM_WIDTHD" = "7" + Info (12134): Parameter "LPM_NREPRESENTATION" = "UNSIGNED" + Info (12134): Parameter "LPM_DREPRESENTATION" = "UNSIGNED" +Info (12021): Found 1 design units, including 1 entities, in source file db/lpm_divide_rmm.tdf + Info (12023): Found entity 1: lpm_divide_rmm File: C:/Users/jeffr/AppData/Local/quartus/watch/db/lpm_divide_rmm.tdf Line: 25 +Info (12021): Found 1 design units, including 1 entities, in source file db/sign_div_unsign_plh.tdf + Info (12023): Found entity 1: sign_div_unsign_plh File: C:/Users/jeffr/AppData/Local/quartus/watch/db/sign_div_unsign_plh.tdf Line: 25 +Info (12021): Found 1 design units, including 1 entities, in source file db/alt_u_div_0bf.tdf + Info (12023): Found entity 1: alt_u_div_0bf File: C:/Users/jeffr/AppData/Local/quartus/watch/db/alt_u_div_0bf.tdf Line: 27 +Info (12021): Found 1 design units, including 1 entities, in source file db/add_sub_1tc.tdf + Info (12023): Found entity 1: add_sub_1tc File: C:/Users/jeffr/AppData/Local/quartus/watch/db/add_sub_1tc.tdf Line: 23 +Info (12021): Found 1 design units, including 1 entities, in source file db/add_sub_2tc.tdf + Info (12023): Found entity 1: add_sub_2tc File: C:/Users/jeffr/AppData/Local/quartus/watch/db/add_sub_2tc.tdf Line: 23 +Warning (12241): 1 hierarchies have connectivity warnings - see the Connectivity Checks report folder Info (13000): Registers with preset signals will power-up high File: C:/Users/jeffr/AppData/Local/quartus/watch/lcd_driver.v Line: 9 Info (13003): DEV_CLRn pin will set, and not reset, register with preset signal due to NOT Gate Push-Back Warning (13024): Output pins are stuck at VCC or GND Warning (13410): Pin "UART_TXD" is stuck at VCC File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 5 Warning (13410): Pin "UART_RTS" is stuck at GND File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 7 Warning (13410): Pin "LCD_RW" is stuck at GND File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 11 - Warning (13410): Pin "LCD_ON" is stuck at VCC File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 15 + Warning (13410): Pin "LCD_ON" is stuck at VCC File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 14 + Warning (13410): Pin "VGA_SYNC_N" is stuck at GND File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 21 Info (286030): Timing-Driven Synthesis is running -Info (17049): 12 registers lost all their fanouts during netlist optimizations. +Info (17049): 4940 registers lost all their fanouts during netlist optimizations. +Info (144001): Generated suppressed messages file C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.map.smsg Info (16010): Generating hard_block partition "hard_block:auto_generated_inst" - Info (16011): Adding 0 node(s), including 0 DDIO, 0 PLL, 0 transceiver and 0 LCELL + Info (16011): Adding 1 node(s), including 0 DDIO, 1 PLL, 0 transceiver and 0 LCELL Warning (21074): Design contains 4 input pin(s) that do not drive logic Warning (15610): No output dependent on input pin "KEY[1]" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 3 Warning (15610): No output dependent on input pin "KEY[2]" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 3 Warning (15610): No output dependent on input pin "KEY[3]" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 3 Warning (15610): No output dependent on input pin "UART_CTS" File: C:/Users/jeffr/AppData/Local/quartus/watch/de2i_150_top.v Line: 6 -Info (21057): Implemented 216 device resources after synthesis - the final resource count might be different +Info (21057): Implemented 53004 device resources after synthesis - the final resource count might be different Info (21058): Implemented 7 input pins - Info (21059): Implemented 14 output pins - Info (21061): Implemented 195 logic cells -Info: Quartus Prime Analysis & Synthesis was successful. 0 errors, 35 warnings - Info: Peak virtual memory: 4887 megabytes - Info: Processing ended: Tue Nov 18 13:36:32 2025 - Info: Elapsed time: 00:00:06 - Info: Total CPU time (on all processors): 00:00:11 + Info (21059): Implemented 43 output pins + Info (21061): Implemented 52953 logic cells + Info (21065): Implemented 1 PLLs +Info: Quartus Prime Analysis & Synthesis was successful. 0 errors, 43 warnings + Info: Peak virtual memory: 5229 megabytes + Info: Processing ended: Mon Nov 24 13:18:32 2025 + Info: Elapsed time: 00:01:16 + Info: Total CPU time (on all processors): 00:01:15 + + ++------------------------------------------+ +; Analysis & Synthesis Suppressed Messages ; ++------------------------------------------+ +The suppressed messages can be found in C:/Users/jeffr/AppData/Local/quartus/watch/output_files/watch.map.smsg. diff --git a/Code/FPGA/watch/output_files/watch.map.smsg b/Code/FPGA/watch/output_files/watch.map.smsg new file mode 100644 index 0000000..4762301 --- /dev/null +++ b/Code/FPGA/watch/output_files/watch.map.smsg @@ -0,0 +1,2 @@ +Info (10281): Verilog HDL Declaration information at vga_controller.v(5): object "H_SYNC" differs only in case from object "h_sync" in the same scope File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v Line: 5 +Info (10281): Verilog HDL Declaration information at vga_controller.v(9): object "V_SYNC" differs only in case from object "v_sync" in the same scope File: C:/Users/jeffr/AppData/Local/quartus/watch/vga_controller.v Line: 9 diff --git a/Code/FPGA/watch/output_files/watch.map.summary b/Code/FPGA/watch/output_files/watch.map.summary index f0e5714..1e81c7a 100644 --- a/Code/FPGA/watch/output_files/watch.map.summary +++ b/Code/FPGA/watch/output_files/watch.map.summary @@ -1,13 +1,13 @@ -Analysis & Synthesis Status : Successful - Tue Nov 18 13:36:32 2025 +Analysis & Synthesis Status : Successful - Mon Nov 24 13:18:31 2025 Quartus Prime Version : 24.1std.0 Build 1077 03/04/2025 SC Lite Edition Revision Name : watch Top-level Entity Name : de2i_150_top Family : Cyclone IV GX -Total logic elements : 192 - Total combinational functions : 173 - Dedicated logic registers : 106 -Total registers : 106 -Total pins : 21 +Total logic elements : 52,945 + Total combinational functions : 24,233 + Dedicated logic registers : 28,841 +Total registers : 28841 +Total pins : 50 Total virtual pins : 0 Total memory bits : 0 Embedded Multiplier 9-bit elements : 0 @@ -15,4 +15,4 @@ Total GXB Receiver Channel PCS : 0 Total GXB Receiver Channel PMA : 0 Total GXB Transmitter Channel PCS : 0 Total GXB Transmitter Channel PMA : 0 -Total PLLs : 0 +Total PLLs : 1 diff --git a/Code/FPGA/watch/output_files/watch.pin b/Code/FPGA/watch/output_files/watch.pin index c9c9fa3..e4b2694 100644 --- a/Code/FPGA/watch/output_files/watch.pin +++ b/Code/FPGA/watch/output_files/watch.pin @@ -91,14 +91,14 @@ RESERVED_INPUT_WITH_WEAK_PULLUP : A13 : : : RESERVED_INPUT_WITH_WEAK_PULLUP : A14 : : : : 8 : GND+ : A15 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : A16 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : A17 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : A18 : : : : 7 : +VGA_R[0] : A17 : output : 2.5 V : : 7 : Y +VGA_R[3] : A18 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : A19 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : A20 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : A21 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : A22 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : A23 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : A24 : : : : 7 : +VGA_G[2] : A20 : output : 2.5 V : : 7 : Y +VGA_G[4] : A21 : output : 2.5 V : : 7 : Y +VGA_G[6] : A22 : output : 2.5 V : : 7 : Y +VGA_B[5] : A23 : output : 2.5 V : : 7 : Y +VGA_VS : A24 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : A25 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : A26 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : A27 : : : : 7 : @@ -333,7 +333,7 @@ RESERVED_INPUT_WITH_WEAK_PULLUP : AH16 : : : RESERVED_INPUT_WITH_WEAK_PULLUP : AH17 : : : : 4 : RESERVED_INPUT_WITH_WEAK_PULLUP : AH18 : : : : 4 : RESERVED_INPUT_WITH_WEAK_PULLUP : AH19 : : : : 4 : -RESERVED_INPUT_WITH_WEAK_PULLUP : AH20 : : : : 4 : +VGA_SYNC_N : AH20 : output : 2.5 V : : 4 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : AH21 : : : : 4 : RESERVED_INPUT_WITH_WEAK_PULLUP : AH22 : : : : 4 : RESERVED_INPUT_WITH_WEAK_PULLUP : AH23 : : : : 4 : @@ -419,14 +419,14 @@ GND : B14 : gnd : : GND+ : B15 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : B16 : : : : 7 : GND : B17 : gnd : : : : -RESERVED_INPUT_WITH_WEAK_PULLUP : B18 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : B19 : : : : 7 : +VGA_R[2] : B18 : output : 2.5 V : : 7 : Y +VGA_R[6] : B19 : output : 2.5 V : : 7 : Y GND : B20 : gnd : : : : RESERVED_INPUT_WITH_WEAK_PULLUP : B21 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : B22 : : : : 7 : +VGA_G[7] : B22 : output : 2.5 V : : 7 : Y GND : B23 : gnd : : : : -RESERVED_INPUT_WITH_WEAK_PULLUP : B24 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : B25 : : : : 7 : +VGA_HS : B24 : output : 2.5 V : : 7 : Y +VGA_B[2] : B25 : output : 2.5 V : : 7 : Y GND : B26 : gnd : : : : UART_RXD : B27 : input : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : B28 : : : : 7 : @@ -449,13 +449,13 @@ RESERVED_INPUT_WITH_WEAK_PULLUP : C14 : : : RESERVED_INPUT_WITH_WEAK_PULLUP : C15 : : : : 8 : RESERVED_INPUT_WITH_WEAK_PULLUP : C16 : : : : 8 : RESERVED_INPUT_WITH_WEAK_PULLUP : C17 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : C18 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : C19 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : C20 : : : : 7 : +VGA_R[1] : C18 : output : 2.5 V : : 7 : Y +VGA_R[7] : C19 : output : 2.5 V : : 7 : Y +VGA_G[1] : C20 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : C21 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : C22 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : C23 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : C24 : : : : 7 : +VGA_B[7] : C22 : output : 2.5 V : : 7 : Y +VGA_B[3] : C23 : output : 2.5 V : : 7 : Y +VGA_B[1] : C24 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : C25 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : C26 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : C27 : : : : 7 : @@ -481,14 +481,14 @@ RESERVED_INPUT_WITH_WEAK_PULLUP : D16 : : : RESERVED_INPUT_WITH_WEAK_PULLUP : D17 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : D18 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : D19 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : D20 : : : : 7 : +VGA_G[0] : D20 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : D21 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : D22 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : D23 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : D24 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : D25 : : : : 7 : UART_CTS : D26 : input : 2.5 V : : 7 : Y -RESERVED_INPUT_WITH_WEAK_PULLUP : D27 : : : : 7 : +VGA_CLK : D27 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : D28 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : D29 : : : : 6 : RESERVED_INPUT_WITH_WEAK_PULLUP : D30 : : : : 6 : @@ -509,13 +509,13 @@ GND : E14 : gnd : : RESERVED_INPUT_WITH_WEAK_PULLUP : E15 : : : : 8 : RESERVED_INPUT_WITH_WEAK_PULLUP : E16 : : : : 8 : GND : E17 : gnd : : : : -RESERVED_INPUT_WITH_WEAK_PULLUP : E18 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : E19 : : : : 7 : +VGA_R[4] : E18 : output : 2.5 V : : 7 : Y +VGA_R[5] : E19 : output : 2.5 V : : 7 : Y GND : E20 : gnd : : : : RESERVED_INPUT_WITH_WEAK_PULLUP : E21 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : E22 : : : : 7 : GND : E23 : gnd : : : : -RESERVED_INPUT_WITH_WEAK_PULLUP : E24 : : : : 7 : +VGA_B[0] : E24 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : E25 : : : : 7 : GND : E26 : gnd : : : : RESERVED_INPUT_WITH_WEAK_PULLUP : E27 : : : : 6 : @@ -542,11 +542,11 @@ RESERVED_INPUT_WITH_WEAK_PULLUP : F17 : : : RESERVED_INPUT_WITH_WEAK_PULLUP : F18 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : F19 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : F20 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : F21 : : : : 7 : +VGA_G[5] : F21 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : F22 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : F23 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : F24 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : F25 : : : : 7 : +VGA_B[4] : F24 : output : 2.5 V : : 7 : Y +VGA_BLANK_N : F25 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : F26 : : : : 6 : RESERVED_INPUT_WITH_WEAK_PULLUP : F27 : : : : 6 : RESERVED_INPUT_WITH_WEAK_PULLUP : F28 : : : : 6 : @@ -576,7 +576,7 @@ RESERVED_INPUT_WITH_WEAK_PULLUP : G21 : : : RESERVED_INPUT_WITH_WEAK_PULLUP : G22 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : G23 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : G24 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : G25 : : : : 7 : +VGA_B[6] : G25 : output : 2.5 V : : 7 : Y RESERVED_INPUT_WITH_WEAK_PULLUP : G26 : : : : 6 : RESERVED_INPUT_WITH_WEAK_PULLUP : G27 : : : : 6 : RESERVED_INPUT_WITH_WEAK_PULLUP : G28 : : : : 6 : @@ -660,7 +660,7 @@ GXB_GND* : K15 : : : VCC_CLKIN8A : K16 : power : : 2.5V : 8A : RESERVED_INPUT_WITH_WEAK_PULLUP : K17 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : K18 : : : : 7 : -RESERVED_INPUT_WITH_WEAK_PULLUP : K19 : : : : 7 : +VGA_G[3] : K19 : output : 2.5 V : : 7 : Y GND : K20 : gnd : : : : RESERVED_INPUT_WITH_WEAK_PULLUP : K21 : : : : 7 : RESERVED_INPUT_WITH_WEAK_PULLUP : K22 : : : : 7 : diff --git a/Code/FPGA/watch/output_files/watch.sof b/Code/FPGA/watch/output_files/watch.sof index d3364f8..eb70f18 100644 Binary files a/Code/FPGA/watch/output_files/watch.sof and b/Code/FPGA/watch/output_files/watch.sof differ diff --git a/Code/FPGA/watch/output_files/watch.sta.rpt b/Code/FPGA/watch/output_files/watch.sta.rpt index 3be4b71..66f4ccc 100644 --- a/Code/FPGA/watch/output_files/watch.sta.rpt +++ b/Code/FPGA/watch/output_files/watch.sta.rpt @@ -1,5 +1,5 @@ Timing Analyzer report for watch -Tue Nov 18 13:36:52 2025 +Mon Nov 24 13:43:30 2025 Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition @@ -17,43 +17,49 @@ Quartus Prime Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition 9. Slow 1200mV 85C Model Recovery Summary 10. Slow 1200mV 85C Model Removal Summary 11. Slow 1200mV 85C Model Minimum Pulse Width Summary - 12. Slow 1200mV 85C Model Setup: 'CLOCK_50' - 13. Slow 1200mV 85C Model Hold: 'CLOCK_50' - 14. Slow 1200mV 85C Model Metastability Summary - 15. Slow 1200mV 0C Model Fmax Summary - 16. Slow 1200mV 0C Model Setup Summary - 17. Slow 1200mV 0C Model Hold Summary - 18. Slow 1200mV 0C Model Recovery Summary - 19. Slow 1200mV 0C Model Removal Summary - 20. Slow 1200mV 0C Model Minimum Pulse Width Summary - 21. Slow 1200mV 0C Model Setup: 'CLOCK_50' - 22. Slow 1200mV 0C Model Hold: 'CLOCK_50' - 23. Slow 1200mV 0C Model Metastability Summary - 24. Fast 1200mV 0C Model Setup Summary - 25. Fast 1200mV 0C Model Hold Summary - 26. Fast 1200mV 0C Model Recovery Summary - 27. Fast 1200mV 0C Model Removal Summary - 28. Fast 1200mV 0C Model Minimum Pulse Width Summary - 29. Fast 1200mV 0C Model Setup: 'CLOCK_50' - 30. Fast 1200mV 0C Model Hold: 'CLOCK_50' - 31. Fast 1200mV 0C Model Metastability Summary - 32. Multicorner Timing Analysis Summary - 33. Board Trace Model Assignments - 34. Input Transition Times - 35. Signal Integrity Metrics (Slow 1200mv 0c Model) - 36. Signal Integrity Metrics (Slow 1200mv 85c Model) - 37. Signal Integrity Metrics (Fast 1200mv 0c Model) - 38. Setup Transfers - 39. Hold Transfers - 40. Report TCCS - 41. Report RSKM - 42. Unconstrained Paths Summary - 43. Clock Status Summary - 44. Unconstrained Input Ports - 45. Unconstrained Output Ports - 46. Unconstrained Input Ports - 47. Unconstrained Output Ports - 48. Timing Analyzer Messages + 12. Slow 1200mV 85C Model Setup: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' + 13. Slow 1200mV 85C Model Setup: 'CLOCK_50' + 14. Slow 1200mV 85C Model Hold: 'CLOCK_50' + 15. Slow 1200mV 85C Model Hold: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' + 16. Slow 1200mV 85C Model Metastability Summary + 17. Slow 1200mV 0C Model Fmax Summary + 18. Slow 1200mV 0C Model Setup Summary + 19. Slow 1200mV 0C Model Hold Summary + 20. Slow 1200mV 0C Model Recovery Summary + 21. Slow 1200mV 0C Model Removal Summary + 22. Slow 1200mV 0C Model Minimum Pulse Width Summary + 23. Slow 1200mV 0C Model Setup: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' + 24. Slow 1200mV 0C Model Setup: 'CLOCK_50' + 25. Slow 1200mV 0C Model Hold: 'CLOCK_50' + 26. Slow 1200mV 0C Model Hold: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' + 27. Slow 1200mV 0C Model Metastability Summary + 28. Fast 1200mV 0C Model Setup Summary + 29. Fast 1200mV 0C Model Hold Summary + 30. Fast 1200mV 0C Model Recovery Summary + 31. Fast 1200mV 0C Model Removal Summary + 32. Fast 1200mV 0C Model Minimum Pulse Width Summary + 33. Fast 1200mV 0C Model Setup: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' + 34. Fast 1200mV 0C Model Setup: 'CLOCK_50' + 35. Fast 1200mV 0C Model Hold: 'CLOCK_50' + 36. Fast 1200mV 0C Model Hold: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' + 37. Fast 1200mV 0C Model Metastability Summary + 38. Multicorner Timing Analysis Summary + 39. Board Trace Model Assignments + 40. Input Transition Times + 41. Signal Integrity Metrics (Slow 1200mv 0c Model) + 42. Signal Integrity Metrics (Slow 1200mv 85c Model) + 43. Signal Integrity Metrics (Fast 1200mv 0c Model) + 44. Setup Transfers + 45. Hold Transfers + 46. Report TCCS + 47. Report RSKM + 48. Unconstrained Paths Summary + 49. Clock Status Summary + 50. Unconstrained Input Ports + 51. Unconstrained Output Ports + 52. Unconstrained Input Ports + 53. Unconstrained Output Ports + 54. Timing Analyzer Messages @@ -99,32 +105,36 @@ on the Quartus Prime software download page. ; Number detected on machine ; 12 ; ; Maximum allowed ; 6 ; ; ; ; -; Average used ; 1.05 ; +; Average used ; 1.45 ; ; Maximum used ; 6 ; ; ; ; ; Usage by Processor ; % Time Used ; ; Processor 1 ; 100.0% ; -; Processor 2 ; 2.1% ; -; Processors 3-6 ; 0.7% ; +; Processor 2 ; 11.6% ; +; Processor 3 ; 9.9% ; +; Processor 4 ; 9.7% ; +; Processors 5-6 ; 7.0% ; +----------------------------+-------------+ -+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -; Clocks ; -+------------+------+--------+------------+-------+-------+------------+-----------+-------------+-------+--------+-----------+------------+----------+--------+--------+--------------+ -; Clock Name ; Type ; Period ; Frequency ; Rise ; Fall ; Duty Cycle ; Divide by ; Multiply by ; Phase ; Offset ; Edge List ; Edge Shift ; Inverted ; Master ; Source ; Targets ; -+------------+------+--------+------------+-------+-------+------------+-----------+-------------+-------+--------+-----------+------------+----------+--------+--------+--------------+ -; CLOCK_50 ; Base ; 1.000 ; 1000.0 MHz ; 0.000 ; 0.500 ; ; ; ; ; ; ; ; ; ; ; { CLOCK_50 } ; -+------------+------+--------+------------+-------+-------+------------+-----------+-------------+-------+--------+-----------+------------+----------+--------+--------+--------------+ - - -+--------------------------------------------------+ -; Slow 1200mV 85C Model Fmax Summary ; -+------------+-----------------+------------+------+ -; Fmax ; Restricted Fmax ; Clock Name ; Note ; -+------------+-----------------+------------+------+ -; 201.94 MHz ; 201.94 MHz ; CLOCK_50 ; ; -+------------+-----------------+------------+------+ ++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Clocks ; ++------------------------------------------------------+-----------+--------+------------+-------+--------+------------+-----------+-------------+-------+--------+-----------+------------+----------+----------+--------------------------------------------------------+----------------------------------------------------------+ +; Clock Name ; Type ; Period ; Frequency ; Rise ; Fall ; Duty Cycle ; Divide by ; Multiply by ; Phase ; Offset ; Edge List ; Edge Shift ; Inverted ; Master ; Source ; Targets ; ++------------------------------------------------------+-----------+--------+------------+-------+--------+------------+-----------+-------------+-------+--------+-----------+------------+----------+----------+--------------------------------------------------------+----------------------------------------------------------+ +; CLOCK_50 ; Base ; 20.000 ; 50.0 MHz ; 0.000 ; 10.000 ; ; ; ; ; ; ; ; ; ; ; { CLOCK_50 } ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; Generated ; 6.736 ; 148.46 MHz ; 0.000 ; 3.368 ; 50.00 ; 32 ; 95 ; ; ; ; ; false ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|inclk[0] ; { pll_inst|altpll_component|auto_generated|pll1|clk[0] } ; ++------------------------------------------------------+-----------+--------+------------+-------+--------+------------+-----------+-------------+-------+--------+-----------+------------+----------+----------+--------------------------------------------------------+----------------------------------------------------------+ + + ++-------------------------------------------------------------------------------------------+ +; Slow 1200mV 85C Model Fmax Summary ; ++-----------+-----------------+------------------------------------------------------+------+ +; Fmax ; Restricted Fmax ; Clock Name ; Note ; ++-----------+-----------------+------------------------------------------------------+------+ +; 38.0 MHz ; 38.0 MHz ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; ; +; 55.86 MHz ; 55.86 MHz ; CLOCK_50 ; ; ++-----------+-----------------+------------------------------------------------------+------+ This panel reports FMAX for every clock in the design, regardless of the user-specified clock periods. FMAX is only computed for paths where the source and destination registers or ports are driven by the same clock. Paths of different clocks, including generated clocks, are ignored. For paths between a clock and its inversion, FMAX is computed as if the rising and falling edges are scaled along with FMAX, such that the duty cycle (in terms of a percentage) is maintained. Altera recommends that you always use clock constraints and other slack reports for sign-off analysis. @@ -134,22 +144,24 @@ This panel reports FMAX for every clock in the design, regardless of the user-sp HTML report is unavailable in plain text report export. -+-------------------------------------+ -; Slow 1200mV 85C Model Setup Summary ; -+----------+--------+-----------------+ -; Clock ; Slack ; End Point TNS ; -+----------+--------+-----------------+ -; CLOCK_50 ; -3.952 ; -315.253 ; -+----------+--------+-----------------+ ++--------------------------------------------------------------------------------+ +; Slow 1200mV 85C Model Setup Summary ; ++------------------------------------------------------+---------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+---------+---------------+ +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; -24.933 ; -599.284 ; +; CLOCK_50 ; 2.097 ; 0.000 ; ++------------------------------------------------------+---------+---------------+ -+------------------------------------+ -; Slow 1200mV 85C Model Hold Summary ; -+----------+-------+-----------------+ -; Clock ; Slack ; End Point TNS ; -+----------+-------+-----------------+ -; CLOCK_50 ; 0.373 ; 0.000 ; -+----------+-------+-----------------+ ++------------------------------------------------------------------------------+ +; Slow 1200mV 85C Model Hold Summary ; ++------------------------------------------------------+-------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+-------+---------------+ +; CLOCK_50 ; 0.392 ; 0.000 ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.633 ; 0.000 ; ++------------------------------------------------------+-------+---------------+ ------------------------------------------ @@ -164,121 +176,230 @@ No paths to report. No paths to report. -+---------------------------------------------------+ -; Slow 1200mV 85C Model Minimum Pulse Width Summary ; -+----------+--------+-------------------------------+ -; Clock ; Slack ; End Point TNS ; -+----------+--------+-------------------------------+ -; CLOCK_50 ; -3.000 ; -162.000 ; -+----------+--------+-------------------------------+ - - -+-----------------------------------------------------------------------------------------------------------------------------------------------+ -; Slow 1200mV 85C Model Setup: 'CLOCK_50' ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ -; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.952 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.273 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.931 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.838 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.881 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.356 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.875 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.764 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.860 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.091 ; 4.767 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.852 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.323 ; 5.173 ; -; -3.814 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.321 ; 5.133 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.805 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.280 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.797 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.686 ; -; -3.778 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.111 ; 4.665 ; -; -3.757 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.321 ; 5.076 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.738 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.109 ; 4.627 ; -; -3.717 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.192 ; -; -3.717 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.192 ; -; -3.717 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.192 ; -; -3.717 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.192 ; -; -3.717 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.192 ; -; -3.717 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.192 ; -; -3.717 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.523 ; 4.192 ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ ++------------------------------------------------------------------------------+ +; Slow 1200mV 85C Model Minimum Pulse Width Summary ; ++------------------------------------------------------+-------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+-------+---------------+ +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 2.988 ; 0.000 ; +; CLOCK_50 ; 9.716 ; 0.000 ; ++------------------------------------------------------+-------+---------------+ + + ++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Slow 1200mV 85C Model Setup: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ +; -24.933 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 22.235 ; +; -24.867 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 22.169 ; +; -24.777 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 22.071 ; +; -24.714 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 22.016 ; +; -24.713 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 22.015 ; +; -24.711 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 22.005 ; +; -24.658 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 21.960 ; +; -24.658 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 21.960 ; +; -24.562 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.894 ; +; -24.562 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.894 ; +; -24.562 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.894 ; +; -24.562 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.894 ; +; -24.561 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.893 ; +; -24.561 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.893 ; +; -24.561 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.893 ; +; -24.561 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.893 ; +; -24.561 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.893 ; +; -24.560 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.892 ; +; -24.560 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.892 ; +; -24.560 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.892 ; +; -24.560 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.892 ; +; -24.560 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.834 ; 21.892 ; +; -24.558 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.852 ; +; -24.557 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.851 ; +; -24.512 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.806 ; +; -24.502 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.796 ; +; -24.502 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.796 ; +; -24.451 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.861 ; 21.756 ; +; -24.446 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.740 ; +; -24.406 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.730 ; +; -24.406 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.730 ; +; -24.406 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.730 ; +; -24.406 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.730 ; +; -24.405 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.729 ; +; -24.405 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.729 ; +; -24.405 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.729 ; +; -24.405 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.729 ; +; -24.405 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.729 ; +; -24.404 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.728 ; +; -24.404 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.728 ; +; -24.404 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.728 ; +; -24.404 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.728 ; +; -24.404 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.728 ; +; -24.385 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.861 ; 21.690 ; +; -24.348 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.866 ; 21.648 ; +; -24.316 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 21.618 ; +; -24.314 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 21.616 ; +; -24.314 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.864 ; 21.616 ; +; -24.293 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.587 ; +; -24.292 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.586 ; +; -24.282 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.866 ; 21.582 ; +; -24.237 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.531 ; +; -24.237 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.531 ; +; -24.232 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.861 ; 21.537 ; +; -24.231 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.861 ; 21.536 ; +; -24.176 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.861 ; 21.481 ; +; -24.176 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.861 ; 21.481 ; +; -24.160 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.454 ; +; -24.158 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.452 ; +; -24.158 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.872 ; 21.452 ; +; -24.154 ; text_screen_gen:text_gen|char_ram~8818 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.844 ; 21.476 ; +; -24.154 ; text_screen_gen:text_gen|char_ram~8846 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.845 ; 21.475 ; +; -24.141 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.465 ; +; -24.141 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.465 ; +; -24.141 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.465 ; +; -24.141 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.465 ; +; -24.140 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.464 ; +; -24.140 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.464 ; +; -24.140 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.464 ; +; -24.140 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.464 ; +; -24.140 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.464 ; +; -24.139 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.463 ; +; -24.139 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.463 ; +; -24.139 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.463 ; +; -24.139 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.463 ; +; -24.139 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.842 ; 21.463 ; +; -24.129 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.866 ; 21.429 ; +; -24.128 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.866 ; 21.428 ; +; -24.102 ; text_screen_gen:text_gen|char_ram~8783 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.851 ; 21.417 ; +; -24.088 ; text_screen_gen:text_gen|char_ram~8818 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.844 ; 21.410 ; +; -24.088 ; text_screen_gen:text_gen|char_ram~8846 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.845 ; 21.409 ; +; -24.080 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.415 ; +; -24.080 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.415 ; +; -24.080 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.415 ; +; -24.080 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.415 ; +; -24.079 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.414 ; +; -24.079 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.414 ; +; -24.079 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.414 ; +; -24.079 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.414 ; +; -24.079 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.414 ; +; -24.078 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.413 ; +; -24.078 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.413 ; +; -24.078 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.413 ; +; -24.078 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.413 ; +; -24.078 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.831 ; 21.413 ; +; -24.073 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.866 ; 21.373 ; +; -24.073 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.866 ; 21.373 ; +; -24.036 ; text_screen_gen:text_gen|char_ram~8783 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.851 ; 21.351 ; +; -23.978 ; text_screen_gen:text_gen|char_ram~8762 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.843 ; 21.301 ; +; -23.977 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.836 ; 21.307 ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ + + ++-----------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Slow 1200mV 85C Model Setup: 'CLOCK_50' ; ++-------+-----------------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++-------+-----------------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +; 2.097 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.805 ; +; 2.097 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.805 ; +; 2.097 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.805 ; +; 2.097 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.805 ; +; 2.329 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.573 ; +; 2.329 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.573 ; +; 2.329 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.573 ; +; 2.329 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.573 ; +; 2.389 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.513 ; +; 2.389 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.513 ; +; 2.389 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.513 ; +; 2.389 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.513 ; +; 2.401 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.501 ; +; 2.401 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.501 ; +; 2.401 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.501 ; +; 2.401 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.501 ; +; 2.460 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.442 ; +; 2.460 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.442 ; +; 2.460 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.442 ; +; 2.460 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.442 ; +; 2.650 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 17.254 ; +; 2.671 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.673 ; +; 2.671 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.673 ; +; 2.712 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.190 ; +; 2.712 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.190 ; +; 2.712 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.190 ; +; 2.712 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.190 ; +; 2.714 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.188 ; +; 2.714 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.188 ; +; 2.714 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.188 ; +; 2.714 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.188 ; +; 2.779 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.123 ; +; 2.779 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.123 ; +; 2.779 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.123 ; +; 2.779 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 17.123 ; +; 2.861 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 17.037 ; +; 2.861 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 17.037 ; +; 2.861 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 17.037 ; +; 2.878 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 17.030 ; +; 2.886 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 17.018 ; +; 2.903 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.441 ; +; 2.903 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.441 ; +; 2.913 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.991 ; +; 2.935 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.969 ; +; 2.949 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.069 ; 16.980 ; +; 2.963 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.381 ; +; 2.963 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.381 ; +; 2.975 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.369 ; +; 2.975 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.369 ; +; 2.989 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.915 ; +; 3.003 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.901 ; +; 3.011 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.078 ; 16.909 ; +; 3.034 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.310 ; +; 3.034 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.310 ; +; 3.093 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.805 ; +; 3.093 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.805 ; +; 3.093 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.805 ; +; 3.110 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 16.798 ; +; 3.135 ; text_screen_gen:text_gen|cursor_pos[10] ; text_screen_gen:text_gen|cursor_pos[10] ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.091 ; 16.772 ; +; 3.143 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18826 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.079 ; 16.776 ; +; 3.143 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~3793 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.403 ; 17.258 ; +; 3.153 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.745 ; +; 3.153 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.745 ; +; 3.153 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.745 ; +; 3.154 ; text_screen_gen:text_gen|cursor_pos[10] ; text_screen_gen:text_gen|cursor_pos[11] ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.091 ; 16.753 ; +; 3.158 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19264 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.104 ; 16.736 ; +; 3.158 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19268 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.104 ; 16.736 ; +; 3.165 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.733 ; +; 3.165 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.733 ; +; 3.165 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.733 ; +; 3.170 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 16.738 ; +; 3.181 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.069 ; 16.748 ; +; 3.182 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 16.726 ; +; 3.200 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19277 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.110 ; 16.688 ; +; 3.200 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19273 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.110 ; 16.688 ; +; 3.220 ; text_screen_gen:text_gen|cursor_pos[9] ; text_screen_gen:text_gen|cursor_pos[10] ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.091 ; 16.687 ; +; 3.221 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.683 ; +; 3.224 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.674 ; +; 3.224 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.674 ; +; 3.224 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.100 ; 16.674 ; +; 3.232 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.672 ; +; 3.239 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19272 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.340 ; 17.099 ; +; 3.239 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19271 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.340 ; 17.099 ; +; 3.239 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19276 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.340 ; 17.099 ; +; 3.239 ; text_screen_gen:text_gen|cursor_pos[9] ; text_screen_gen:text_gen|cursor_pos[11] ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.091 ; 16.668 ; +; 3.241 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 16.667 ; +; 3.241 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.069 ; 16.688 ; +; 3.247 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.078 ; 16.673 ; +; 3.253 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.069 ; 16.676 ; +; 3.269 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.635 ; +; 3.274 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.078 ; 16.646 ; +; 3.281 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.623 ; +; 3.286 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.058 ; +; 3.286 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.058 ; +; 3.288 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.056 ; +; 3.288 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.346 ; 17.056 ; +; 3.291 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~21715 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.030 ; 16.677 ; +; 3.293 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~7625 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.115 ; 16.590 ; +; 3.293 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~7623 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.115 ; 16.590 ; +; 3.293 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.094 ; 16.611 ; ++-------+-----------------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -286,142 +407,258 @@ No paths to report. +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ ; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ -; 0.373 ; lcd_driver:lcd_inst|state.S_DELAY ; lcd_driver:lcd_inst|state.S_DELAY ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.110 ; 0.669 ; -; 0.373 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|state.S_INIT_1 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.110 ; 0.669 ; -; 0.373 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|state.S_PWR_UP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.110 ; 0.669 ; -; 0.373 ; lcd_driver:lcd_inst|busy ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.110 ; 0.669 ; -; 0.375 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.108 ; 0.669 ; -; 0.375 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_byte[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.108 ; 0.669 ; -; 0.375 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_byte[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.108 ; 0.669 ; -; 0.375 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_byte[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.108 ; 0.669 ; -; 0.375 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_byte[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.108 ; 0.669 ; -; 0.375 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_byte[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.108 ; 0.669 ; -; 0.379 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.674 ; -; 0.391 ; lcd_driver:lcd_inst|LCD_DATA[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|LCD_DATA[6] ; lcd_driver:lcd_inst|LCD_DATA[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|LCD_DATA[3] ; lcd_driver:lcd_inst|LCD_DATA[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|LCD_DATA[2] ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|LCD_DATA[1] ; lcd_driver:lcd_inst|LCD_DATA[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|LCD_DATA[0] ; lcd_driver:lcd_inst|LCD_DATA[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_byte[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|state.S_STOP_BIT ; uart_rx:uart_inst|state.S_STOP_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|state.S_START_BIT ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|bit_index[1] ; uart_rx:uart_inst|bit_index[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; -; 0.391 ; uart_rx:uart_inst|bit_index[2] ; uart_rx:uart_inst|bit_index[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.669 ; ; 0.392 ; lcd_driver:lcd_inst|LCD_RS ; lcd_driver:lcd_inst|LCD_RS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; -; 0.396 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.674 ; -; 0.406 ; uart_rx:uart_inst|state.S_STOP_BIT ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.518 ; 1.110 ; -; 0.415 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_data[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.693 ; -; 0.417 ; lcd_driver:lcd_inst|cnt[19] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.712 ; -; 0.447 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|LCD_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.725 ; -; 0.454 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.732 ; -; 0.498 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.522 ; 1.206 ; -; 0.543 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.523 ; 1.252 ; -; 0.545 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|state.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.823 ; -; 0.547 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|state.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.825 ; -; 0.580 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_data[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.093 ; 0.859 ; -; 0.581 ; lcd_char_valid ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.110 ; 0.877 ; -; 0.581 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.523 ; 1.290 ; -; 0.633 ; lcd_driver:lcd_inst|busy ; lcd_char_valid ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.110 ; 0.929 ; -; 0.638 ; lcd_driver:lcd_inst|cnt[11] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.933 ; -; 0.638 ; lcd_driver:lcd_inst|state.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.916 ; -; 0.639 ; lcd_driver:lcd_inst|state.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.917 ; -; 0.640 ; lcd_driver:lcd_inst|state.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.918 ; -; 0.640 ; lcd_driver:lcd_inst|cnt[10] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.935 ; -; 0.641 ; lcd_driver:lcd_inst|state.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.919 ; -; 0.648 ; lcd_driver:lcd_inst|cnt[17] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.943 ; -; 0.649 ; uart_rx:uart_inst|clk_cnt[1] ; uart_rx:uart_inst|clk_cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.926 ; -; 0.650 ; uart_rx:uart_inst|clk_cnt[3] ; uart_rx:uart_inst|clk_cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.927 ; -; 0.650 ; uart_rx:uart_inst|clk_cnt[5] ; uart_rx:uart_inst|clk_cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.927 ; -; 0.650 ; uart_rx:uart_inst|clk_cnt[13] ; uart_rx:uart_inst|clk_cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.927 ; -; 0.651 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.946 ; -; 0.651 ; uart_rx:uart_inst|clk_cnt[7] ; uart_rx:uart_inst|clk_cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.928 ; -; 0.651 ; uart_rx:uart_inst|clk_cnt[9] ; uart_rx:uart_inst|clk_cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.928 ; -; 0.651 ; uart_rx:uart_inst|clk_cnt[11] ; uart_rx:uart_inst|clk_cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.928 ; -; 0.652 ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.930 ; -; 0.652 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|clk_cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.929 ; -; 0.652 ; uart_rx:uart_inst|clk_cnt[6] ; uart_rx:uart_inst|clk_cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.929 ; -; 0.653 ; uart_rx:uart_inst|clk_cnt[4] ; uart_rx:uart_inst|clk_cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.930 ; -; 0.653 ; uart_rx:uart_inst|clk_cnt[12] ; uart_rx:uart_inst|clk_cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.930 ; -; 0.653 ; uart_rx:uart_inst|clk_cnt[14] ; uart_rx:uart_inst|clk_cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.930 ; -; 0.654 ; uart_rx:uart_inst|clk_cnt[8] ; uart_rx:uart_inst|clk_cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.931 ; -; 0.654 ; uart_rx:uart_inst|clk_cnt[10] ; uart_rx:uart_inst|clk_cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.931 ; -; 0.657 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.934 ; -; 0.657 ; lcd_driver:lcd_inst|cnt[16] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.952 ; -; 0.659 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.520 ; 1.365 ; -; 0.660 ; lcd_driver:lcd_inst|cnt[18] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.955 ; -; 0.660 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.955 ; -; 0.663 ; lcd_driver:lcd_inst|cnt[12] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.109 ; 0.958 ; -; 0.664 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.523 ; 1.373 ; -; 0.669 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.523 ; 1.378 ; -; 0.671 ; lcd_driver:lcd_inst|cnt[0] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.948 ; -; 0.672 ; lcd_driver:lcd_inst|cnt[3] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.949 ; -; 0.674 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.110 ; 0.970 ; -; 0.674 ; uart_rx:uart_inst|clk_cnt[2] ; uart_rx:uart_inst|clk_cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.951 ; -; 0.675 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|state.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.953 ; -; 0.675 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.953 ; -; 0.678 ; lcd_driver:lcd_inst|state.S_DISP_ON ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.956 ; -; 0.681 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.958 ; -; 0.681 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.958 ; -; 0.700 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.978 ; -; 0.702 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.523 ; 1.411 ; -; 0.707 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|state.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.985 ; -; 0.707 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.523 ; 1.416 ; -; 0.707 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.523 ; 1.416 ; -; 0.710 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|state.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 0.988 ; -; 0.715 ; lcd_driver:lcd_inst|state.S_IDLE ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.110 ; 1.011 ; -; 0.725 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 1.003 ; -; 0.726 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 1.004 ; -; 0.726 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 1.004 ; -; 0.781 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|bit_index[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.092 ; 1.059 ; -; 0.782 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_data[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.093 ; 1.061 ; +; 0.392 ; lcd_driver:lcd_inst|LCD_DATA[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|LCD_DATA[6] ; lcd_driver:lcd_inst|LCD_DATA[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|LCD_DATA[3] ; lcd_driver:lcd_inst|LCD_DATA[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|LCD_DATA[2] ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|LCD_DATA[1] ; lcd_driver:lcd_inst|LCD_DATA[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|state.S_DELAY ; lcd_driver:lcd_inst|state.S_DELAY ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|state.S_INIT_1 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|state.S_PWR_UP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.392 ; lcd_driver:lcd_inst|busy ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.669 ; +; 0.393 ; lcd_driver:lcd_inst|LCD_DATA[0] ; lcd_driver:lcd_inst|LCD_DATA[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; uart_rx:uart_inst|state.S_START_BIT ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.393 ; uart_rx:uart_inst|bit_index[0] ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_byte[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_byte[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_byte[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_byte[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_byte[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_byte[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|bit_index[1] ; uart_rx:uart_inst|bit_index[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.394 ; uart_rx:uart_inst|bit_index[2] ; uart_rx:uart_inst|bit_index[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.669 ; +; 0.397 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.674 ; +; 0.398 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.674 ; +; 0.417 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|state.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.693 ; +; 0.417 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_data[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.692 ; +; 0.417 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_data[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.692 ; +; 0.418 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_data[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.693 ; +; 0.419 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_data[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.694 ; +; 0.426 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_STOP_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.702 ; +; 0.427 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.703 ; +; 0.430 ; lcd_driver:lcd_inst|cnt[19] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.706 ; +; 0.430 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.706 ; +; 0.436 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.713 ; +; 0.442 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.718 ; +; 0.458 ; lcd_char_valid ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.735 ; +; 0.467 ; lcd_char_valid ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.744 ; +; 0.546 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|state.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.822 ; +; 0.547 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|state.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.823 ; +; 0.548 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|state.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.824 ; +; 0.581 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_data[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.088 ; 0.855 ; +; 0.593 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_data[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.868 ; +; 0.594 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_data[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.869 ; +; 0.596 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_data[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.871 ; +; 0.622 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~14219 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.087 ; 0.895 ; +; 0.630 ; lcd_char_data[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.907 ; +; 0.632 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|state.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.908 ; +; 0.637 ; lcd_driver:lcd_inst|cnt[1] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.913 ; +; 0.640 ; lcd_driver:lcd_inst|cnt[2] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.916 ; +; 0.646 ; lcd_driver:lcd_inst|cnt[17] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.922 ; +; 0.650 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.926 ; +; 0.650 ; lcd_driver:lcd_inst|cnt[11] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.926 ; +; 0.651 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.927 ; +; 0.651 ; uart_rx:uart_inst|clk_cnt[1] ; uart_rx:uart_inst|clk_cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.926 ; +; 0.652 ; uart_rx:uart_inst|clk_cnt[13] ; uart_rx:uart_inst|clk_cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.927 ; +; 0.652 ; uart_rx:uart_inst|clk_cnt[3] ; uart_rx:uart_inst|clk_cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.927 ; +; 0.652 ; uart_rx:uart_inst|clk_cnt[5] ; uart_rx:uart_inst|clk_cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.927 ; +; 0.653 ; lcd_driver:lcd_inst|cnt[10] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.929 ; +; 0.653 ; uart_rx:uart_inst|clk_cnt[7] ; uart_rx:uart_inst|clk_cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.928 ; +; 0.653 ; uart_rx:uart_inst|clk_cnt[9] ; uart_rx:uart_inst|clk_cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.928 ; +; 0.653 ; uart_rx:uart_inst|clk_cnt[11] ; uart_rx:uart_inst|clk_cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.928 ; +; 0.654 ; lcd_driver:lcd_inst|cnt[12] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.930 ; +; 0.654 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.930 ; +; 0.654 ; lcd_driver:lcd_inst|state.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.930 ; +; 0.654 ; uart_rx:uart_inst|clk_cnt[2] ; uart_rx:uart_inst|clk_cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.929 ; +; 0.654 ; uart_rx:uart_inst|clk_cnt[6] ; uart_rx:uart_inst|clk_cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.929 ; +; 0.654 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|clk_cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.929 ; +; 0.655 ; uart_rx:uart_inst|clk_cnt[4] ; uart_rx:uart_inst|clk_cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.930 ; +; 0.655 ; uart_rx:uart_inst|clk_cnt[12] ; uart_rx:uart_inst|clk_cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.930 ; +; 0.655 ; uart_rx:uart_inst|clk_cnt[14] ; uart_rx:uart_inst|clk_cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.930 ; +; 0.656 ; lcd_driver:lcd_inst|cnt[18] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.932 ; +; 0.656 ; lcd_driver:lcd_inst|cnt[7] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.932 ; +; 0.656 ; uart_rx:uart_inst|clk_cnt[8] ; uart_rx:uart_inst|clk_cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.931 ; +; 0.656 ; uart_rx:uart_inst|clk_cnt[10] ; uart_rx:uart_inst|clk_cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.931 ; +; 0.657 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.933 ; +; 0.658 ; lcd_driver:lcd_inst|cnt[3] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.934 ; +; 0.660 ; lcd_driver:lcd_inst|cnt[0] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.936 ; +; 0.660 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.936 ; +; 0.660 ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.936 ; +; 0.663 ; lcd_driver:lcd_inst|cnt[16] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.939 ; +; 0.668 ; lcd_driver:lcd_inst|cnt[4] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.944 ; +; 0.673 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.950 ; +; 0.676 ; uart_rx:uart_inst|clk_cnt[0] ; uart_rx:uart_inst|clk_cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.089 ; 0.951 ; +; 0.679 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.956 ; +; 0.680 ; lcd_driver:lcd_inst|state.S_IDLE ; lcd_driver:lcd_inst|LCD_RS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.957 ; +; 0.696 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.972 ; +; 0.710 ; lcd_char_valid ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.091 ; 0.987 ; +; 0.717 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.090 ; 0.993 ; +; 0.770 ; lcd_char_data[5] ; lcd_driver:lcd_inst|LCD_DATA[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.096 ; 1.052 ; +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ ++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Slow 1200mV 85C Model Hold: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ +; 0.633 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 0.926 ; +; 0.634 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 0.927 ; +; 0.636 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 0.929 ; +; 0.649 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 0.926 ; +; 0.652 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 0.929 ; +; 0.659 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 0.952 ; +; 0.671 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 0.948 ; +; 0.951 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.244 ; +; 0.963 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.256 ; +; 0.966 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.243 ; +; 0.968 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.261 ; +; 0.975 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.268 ; +; 0.978 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.255 ; +; 0.978 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.255 ; +; 0.983 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.260 ; +; 0.986 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.279 ; +; 1.003 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.296 ; +; 1.071 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.364 ; +; 1.089 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.382 ; +; 1.104 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.381 ; +; 1.109 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.386 ; +; 1.110 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.387 ; +; 1.115 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.392 ; +; 1.141 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.084 ; 1.411 ; +; 1.162 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.439 ; +; 1.198 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.491 ; +; 1.209 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.486 ; +; 1.215 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.508 ; +; 1.294 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.587 ; +; 1.296 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.589 ; +; 1.312 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.605 ; +; 1.371 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.648 ; +; 1.399 ; vga_controller:vga_c|v_cnt[6] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.675 ; +; 1.405 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.698 ; +; 1.415 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.691 ; +; 1.421 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.714 ; +; 1.422 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.715 ; +; 1.424 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.700 ; +; 1.438 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.731 ; +; 1.490 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.783 ; +; 1.503 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.780 ; +; 1.504 ; vga_controller:vga_c|v_cnt[11] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.780 ; +; 1.541 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.818 ; +; 1.547 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.824 ; +; 1.606 ; vga_controller:vga_c|v_cnt[10] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.882 ; +; 1.629 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.922 ; +; 1.639 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.915 ; +; 1.661 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.937 ; +; 1.667 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.943 ; +; 1.669 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 1.962 ; +; 1.677 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 1.954 ; +; 1.680 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 1.956 ; +; 1.750 ; vga_controller:vga_c|v_cnt[11] ; vga_controller:vga_c|v_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.027 ; +; 1.754 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 2.047 ; +; 1.772 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 2.065 ; +; 1.773 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.050 ; +; 1.774 ; vga_controller:vga_c|h_cnt[7] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.084 ; 2.044 ; +; 1.779 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.056 ; +; 1.781 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.058 ; +; 1.808 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.326 ; 1.668 ; +; 1.819 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.096 ; +; 1.872 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.084 ; 2.142 ; +; 1.881 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 2.174 ; +; 1.887 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.326 ; 1.747 ; +; 1.898 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.107 ; 2.191 ; +; 1.909 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.326 ; 1.769 ; +; 1.925 ; vga_controller:vga_c|v_cnt[9] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 2.201 ; +; 1.930 ; vga_controller:vga_c|v_cnt[8] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.207 ; +; 1.943 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.220 ; +; 1.949 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.084 ; 2.219 ; +; 1.998 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.275 ; +; 2.015 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.326 ; 1.875 ; +; 2.052 ; vga_controller:vga_c|v_cnt[10] ; vga_controller:vga_c|v_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.329 ; +; 2.072 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 2.348 ; +; 2.081 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.358 ; +; 2.089 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.366 ; +; 2.106 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.383 ; +; 2.123 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.400 ; +; 2.141 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.517 ; 2.844 ; +; 2.143 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.517 ; 2.846 ; +; 2.184 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.319 ; 2.051 ; +; 2.197 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.474 ; +; 2.224 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.319 ; 2.091 ; +; 2.240 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.517 ; +; 2.242 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[9] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.519 ; +; 2.248 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.319 ; 2.115 ; +; 2.249 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.526 ; +; 2.251 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.319 ; 2.118 ; +; 2.255 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.532 ; +; 2.268 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.319 ; 2.135 ; +; 2.272 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.549 ; +; 2.277 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.554 ; +; 2.280 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.557 ; +; 2.288 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.319 ; 2.155 ; +; 2.294 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.571 ; +; 2.305 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.091 ; 2.582 ; +; 2.309 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.319 ; 2.176 ; +; 2.312 ; vga_controller:vga_c|h_cnt[7] ; vga_controller:vga_c|h_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.090 ; 2.588 ; +; 2.314 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.320 ; 2.180 ; +; 2.315 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.319 ; 2.182 ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ + + ----------------------------------------------- ; Slow 1200mV 85C Model Metastability Summary ; ----------------------------------------------- -Design MTBF is not calculated because the design doesn't meet its timing requirements. +The design MTBF is not calculated because there are no specified synchronizers in the design. +Number of Synchronizer Chains Found: 1 +Shortest Synchronizer Chain: 2 Registers +Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 +Worst Case Available Settling Time: 34.056 ns + -+--------------------------------------------------+ -; Slow 1200mV 0C Model Fmax Summary ; -+------------+-----------------+------------+------+ -; Fmax ; Restricted Fmax ; Clock Name ; Note ; -+------------+-----------------+------------+------+ -; 221.58 MHz ; 221.58 MHz ; CLOCK_50 ; ; -+------------+-----------------+------------+------+ ++-------------------------------------------------------------------------------------------+ +; Slow 1200mV 0C Model Fmax Summary ; ++-----------+-----------------+------------------------------------------------------+------+ +; Fmax ; Restricted Fmax ; Clock Name ; Note ; ++-----------+-----------------+------------------------------------------------------+------+ +; 41.1 MHz ; 41.1 MHz ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; ; +; 60.28 MHz ; 60.28 MHz ; CLOCK_50 ; ; ++-----------+-----------------+------------------------------------------------------+------+ This panel reports FMAX for every clock in the design, regardless of the user-specified clock periods. FMAX is only computed for paths where the source and destination registers or ports are driven by the same clock. Paths of different clocks, including generated clocks, are ignored. For paths between a clock and its inversion, FMAX is computed as if the rising and falling edges are scaled along with FMAX, such that the duty cycle (in terms of a percentage) is maintained. Altera recommends that you always use clock constraints and other slack reports for sign-off analysis. -+------------------------------------+ -; Slow 1200mV 0C Model Setup Summary ; -+----------+--------+----------------+ -; Clock ; Slack ; End Point TNS ; -+----------+--------+----------------+ -; CLOCK_50 ; -3.513 ; -278.898 ; -+----------+--------+----------------+ ++--------------------------------------------------------------------------------+ +; Slow 1200mV 0C Model Setup Summary ; ++------------------------------------------------------+---------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+---------+---------------+ +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; -22.972 ; -548.094 ; +; CLOCK_50 ; 3.410 ; 0.000 ; ++------------------------------------------------------+---------+---------------+ -+-----------------------------------+ -; Slow 1200mV 0C Model Hold Summary ; -+----------+-------+----------------+ -; Clock ; Slack ; End Point TNS ; -+----------+-------+----------------+ -; CLOCK_50 ; 0.327 ; 0.000 ; -+----------+-------+----------------+ ++------------------------------------------------------------------------------+ +; Slow 1200mV 0C Model Hold Summary ; ++------------------------------------------------------+-------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+-------+---------------+ +; CLOCK_50 ; 0.344 ; 0.000 ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.576 ; 0.000 ; ++------------------------------------------------------+-------+---------------+ ----------------------------------------- @@ -436,121 +673,230 @@ No paths to report. No paths to report. -+--------------------------------------------------+ -; Slow 1200mV 0C Model Minimum Pulse Width Summary ; -+----------+--------+------------------------------+ -; Clock ; Slack ; End Point TNS ; -+----------+--------+------------------------------+ -; CLOCK_50 ; -3.000 ; -162.000 ; -+----------+--------+------------------------------+ - - -+-----------------------------------------------------------------------------------------------------------------------------------------------+ -; Slow 1200mV 0C Model Setup: 'CLOCK_50' ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ -; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.513 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.810 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.500 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.417 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.465 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.366 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.463 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.984 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.441 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.082 ; 4.358 ; -; -3.424 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.296 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.422 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.298 ; 4.719 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.401 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.922 ; -; -3.387 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.100 ; 4.286 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.382 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.283 ; -; -3.365 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.296 ; 4.660 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.340 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.478 ; 3.861 ; -; -3.325 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.100 ; 4.224 ; -; -3.321 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.222 ; -; -3.321 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.222 ; -; -3.321 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.222 ; -; -3.321 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.222 ; -; -3.321 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.222 ; -; -3.321 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.098 ; 4.222 ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ ++------------------------------------------------------------------------------+ +; Slow 1200mV 0C Model Minimum Pulse Width Summary ; ++------------------------------------------------------+-------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+-------+---------------+ +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 2.981 ; 0.000 ; +; CLOCK_50 ; 9.703 ; 0.000 ; ++------------------------------------------------------+-------+---------------+ + + ++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Slow 1200mV 0C Model Setup: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ +; -22.972 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.473 ; 20.666 ; +; -22.904 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.472 ; 20.599 ; +; -22.839 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.478 ; 20.528 ; +; -22.771 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 20.461 ; +; -22.770 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.473 ; 20.464 ; +; -22.770 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.473 ; 20.464 ; +; -22.710 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.472 ; 20.405 ; +; -22.709 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.472 ; 20.404 ; +; -22.637 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.478 ; 20.326 ; +; -22.637 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.478 ; 20.326 ; +; -22.621 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.345 ; +; -22.621 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.345 ; +; -22.621 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.345 ; +; -22.620 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.344 ; +; -22.620 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.344 ; +; -22.620 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.344 ; +; -22.620 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.344 ; +; -22.620 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.344 ; +; -22.619 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.343 ; +; -22.619 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.343 ; +; -22.619 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.343 ; +; -22.619 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.343 ; +; -22.619 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.343 ; +; -22.618 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.443 ; 20.342 ; +; -22.596 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.478 ; 20.285 ; +; -22.577 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 20.267 ; +; -22.576 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 20.266 ; +; -22.538 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.470 ; 20.235 ; +; -22.528 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 20.218 ; +; -22.488 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.207 ; +; -22.488 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.207 ; +; -22.488 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.207 ; +; -22.487 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.206 ; +; -22.487 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.206 ; +; -22.487 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.206 ; +; -22.487 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.206 ; +; -22.487 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.206 ; +; -22.486 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.205 ; +; -22.486 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.205 ; +; -22.486 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.205 ; +; -22.486 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.205 ; +; -22.486 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.205 ; +; -22.485 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 20.204 ; +; -22.470 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.469 ; 20.168 ; +; -22.412 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.475 ; 20.104 ; +; -22.394 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.478 ; 20.083 ; +; -22.394 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.478 ; 20.083 ; +; -22.383 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.472 ; 20.078 ; +; -22.383 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.472 ; 20.078 ; +; -22.382 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.472 ; 20.077 ; +; -22.344 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.474 ; 20.037 ; +; -22.336 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.470 ; 20.033 ; +; -22.336 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.470 ; 20.033 ; +; -22.334 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 20.024 ; +; -22.333 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 20.023 ; +; -22.293 ; text_screen_gen:text_gen|char_ram~8846 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.451 ; 20.009 ; +; -22.276 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.469 ; 19.974 ; +; -22.275 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.469 ; 19.973 ; +; -22.250 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 19.940 ; +; -22.250 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 19.940 ; +; -22.249 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.477 ; 19.939 ; +; -22.245 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.964 ; +; -22.245 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.964 ; +; -22.245 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.964 ; +; -22.244 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.963 ; +; -22.244 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.963 ; +; -22.244 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.963 ; +; -22.244 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.963 ; +; -22.244 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.963 ; +; -22.243 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.962 ; +; -22.243 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.962 ; +; -22.243 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.962 ; +; -22.243 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.962 ; +; -22.243 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.962 ; +; -22.242 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.961 ; +; -22.229 ; text_screen_gen:text_gen|char_ram~8818 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.450 ; 19.946 ; +; -22.225 ; text_screen_gen:text_gen|char_ram~8846 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.450 ; 19.942 ; +; -22.210 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.475 ; 19.902 ; +; -22.210 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.475 ; 19.902 ; +; -22.187 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.914 ; +; -22.187 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.914 ; +; -22.187 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.914 ; +; -22.186 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.913 ; +; -22.186 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.913 ; +; -22.186 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.913 ; +; -22.186 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.913 ; +; -22.186 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.913 ; +; -22.185 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.912 ; +; -22.185 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.912 ; +; -22.185 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.912 ; +; -22.185 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.912 ; +; -22.185 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.912 ; +; -22.184 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.440 ; 19.911 ; +; -22.183 ; text_screen_gen:text_gen|char_ram~8783 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.458 ; 19.892 ; +; -22.161 ; text_screen_gen:text_gen|char_ram~8818 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.449 ; 19.879 ; +; -22.150 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.474 ; 19.843 ; +; -22.149 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.474 ; 19.842 ; +; -22.115 ; text_screen_gen:text_gen|char_ram~8783 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.457 ; 19.825 ; +; -22.096 ; text_screen_gen:text_gen|char_ram~8762 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.448 ; 19.815 ; +; -22.091 ; text_screen_gen:text_gen|char_ram~8846 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -2.451 ; 19.807 ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ + + ++------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Slow 1200mV 0C Model Setup: 'CLOCK_50' ; ++-------+------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++-------+------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +; 3.410 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.503 ; +; 3.410 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.503 ; +; 3.410 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.503 ; +; 3.410 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.503 ; +; 3.614 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.299 ; +; 3.614 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.299 ; +; 3.614 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.299 ; +; 3.614 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.299 ; +; 3.651 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.262 ; +; 3.651 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.262 ; +; 3.651 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.262 ; +; 3.651 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.262 ; +; 3.668 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.245 ; +; 3.668 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.245 ; +; 3.668 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.245 ; +; 3.668 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.245 ; +; 3.723 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.190 ; +; 3.723 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.190 ; +; 3.723 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.190 ; +; 3.723 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 16.190 ; +; 3.818 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.084 ; 16.097 ; +; 3.919 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.406 ; +; 3.919 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.406 ; +; 3.930 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.983 ; +; 3.930 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.983 ; +; 3.930 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.983 ; +; 3.930 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.983 ; +; 4.009 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.904 ; +; 4.009 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.904 ; +; 4.009 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.904 ; +; 4.009 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.904 ; +; 4.022 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.084 ; 15.893 ; +; 4.059 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.084 ; 15.856 ; +; 4.076 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.084 ; 15.839 ; +; 4.093 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.820 ; +; 4.093 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.820 ; +; 4.093 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.820 ; +; 4.093 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.086 ; 15.820 ; +; 4.114 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.795 ; +; 4.114 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.795 ; +; 4.114 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.795 ; +; 4.123 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.202 ; +; 4.123 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.202 ; +; 4.131 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.078 ; 15.790 ; +; 4.131 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.084 ; 15.784 ; +; 4.160 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.165 ; +; 4.160 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.165 ; +; 4.165 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.066 ; 15.768 ; +; 4.177 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.148 ; +; 4.177 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.148 ; +; 4.194 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.056 ; 15.749 ; +; 4.232 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.093 ; +; 4.232 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 16.093 ; +; 4.237 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.079 ; 15.683 ; +; 4.285 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~3793 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.380 ; 16.094 ; +; 4.318 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.591 ; +; 4.318 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.591 ; +; 4.318 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.591 ; +; 4.335 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.078 ; 15.586 ; +; 4.338 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.084 ; 15.577 ; +; 4.355 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.554 ; +; 4.355 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.554 ; +; 4.355 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.554 ; +; 4.369 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.066 ; 15.564 ; +; 4.372 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.078 ; 15.549 ; +; 4.372 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.537 ; +; 4.372 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.537 ; +; 4.372 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.537 ; +; 4.380 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18826 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.068 ; 15.551 ; +; 4.389 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.078 ; 15.532 ; +; 4.392 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19264 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.517 ; +; 4.392 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19268 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.517 ; +; 4.398 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.056 ; 15.545 ; +; 4.406 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.066 ; 15.527 ; +; 4.417 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.084 ; 15.498 ; +; 4.423 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19277 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 15.480 ; +; 4.423 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19273 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.096 ; 15.480 ; +; 4.423 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.066 ; 15.510 ; +; 4.427 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.482 ; +; 4.427 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.482 ; +; 4.427 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.090 ; 15.482 ; +; 4.435 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.056 ; 15.508 ; +; 4.439 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 15.886 ; +; 4.439 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 15.886 ; +; 4.441 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.079 ; 15.479 ; +; 4.444 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.078 ; 15.477 ; +; 4.452 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.056 ; 15.491 ; +; 4.461 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19272 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 15.864 ; +; 4.461 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19271 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 15.864 ; +; 4.461 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19276 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 15.864 ; +; 4.478 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.066 ; 15.455 ; +; 4.478 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.079 ; 15.442 ; +; 4.489 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~3793 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.380 ; 15.890 ; +; 4.495 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.079 ; 15.425 ; +; 4.507 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.056 ; 15.436 ; +; 4.518 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 15.807 ; +; 4.518 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.326 ; 15.807 ; +; 4.526 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~7625 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.107 ; 15.366 ; +; 4.526 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~7623 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.107 ; 15.366 ; +; 4.526 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~3793 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.380 ; 15.853 ; ++-------+------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -558,132 +904,247 @@ No paths to report. +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ ; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ -; 0.327 ; lcd_driver:lcd_inst|state.S_DELAY ; lcd_driver:lcd_inst|state.S_DELAY ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.099 ; 0.597 ; -; 0.327 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|state.S_INIT_1 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.099 ; 0.597 ; -; 0.327 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|state.S_PWR_UP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.099 ; 0.597 ; -; 0.327 ; lcd_driver:lcd_inst|busy ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.099 ; 0.597 ; -; 0.328 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.597 ; -; 0.329 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_byte[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.097 ; 0.597 ; -; 0.329 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_byte[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.097 ; 0.597 ; -; 0.329 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_byte[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.097 ; 0.597 ; -; 0.329 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_byte[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.097 ; 0.597 ; -; 0.329 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_byte[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.097 ; 0.597 ; -; 0.339 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.608 ; -; 0.343 ; lcd_driver:lcd_inst|LCD_RS ; lcd_driver:lcd_inst|LCD_RS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|LCD_DATA[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|LCD_DATA[6] ; lcd_driver:lcd_inst|LCD_DATA[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|LCD_DATA[3] ; lcd_driver:lcd_inst|LCD_DATA[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|LCD_DATA[2] ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|LCD_DATA[1] ; lcd_driver:lcd_inst|LCD_DATA[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|LCD_DATA[0] ; lcd_driver:lcd_inst|LCD_DATA[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_byte[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|state.S_STOP_BIT ; uart_rx:uart_inst|state.S_STOP_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|state.S_START_BIT ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|bit_index[1] ; uart_rx:uart_inst|bit_index[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.343 ; uart_rx:uart_inst|bit_index[2] ; uart_rx:uart_inst|bit_index[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.597 ; -; 0.354 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.608 ; -; 0.376 ; lcd_driver:lcd_inst|cnt[19] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.645 ; -; 0.381 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_data[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.635 ; -; 0.381 ; uart_rx:uart_inst|state.S_STOP_BIT ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.476 ; 1.028 ; -; 0.411 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|LCD_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.665 ; -; 0.411 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.665 ; -; 0.449 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.098 ; -; 0.489 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.138 ; -; 0.499 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|state.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.753 ; -; 0.502 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|state.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.756 ; -; 0.525 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.174 ; -; 0.533 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_data[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.084 ; 0.788 ; -; 0.536 ; lcd_char_valid ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.099 ; 0.806 ; -; 0.580 ; lcd_driver:lcd_inst|busy ; lcd_char_valid ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.099 ; 0.850 ; -; 0.583 ; lcd_driver:lcd_inst|state.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.837 ; -; 0.585 ; lcd_driver:lcd_inst|cnt[11] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.854 ; -; 0.585 ; lcd_driver:lcd_inst|state.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.839 ; -; 0.585 ; lcd_driver:lcd_inst|state.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.839 ; -; 0.586 ; lcd_driver:lcd_inst|cnt[10] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.855 ; -; 0.587 ; lcd_driver:lcd_inst|state.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.841 ; -; 0.588 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.237 ; -; 0.593 ; uart_rx:uart_inst|clk_cnt[3] ; uart_rx:uart_inst|clk_cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.846 ; -; 0.593 ; uart_rx:uart_inst|clk_cnt[5] ; uart_rx:uart_inst|clk_cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.846 ; -; 0.593 ; uart_rx:uart_inst|clk_cnt[13] ; uart_rx:uart_inst|clk_cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.846 ; -; 0.594 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.863 ; -; 0.594 ; uart_rx:uart_inst|clk_cnt[1] ; uart_rx:uart_inst|clk_cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.847 ; -; 0.594 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|clk_cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.847 ; -; 0.594 ; uart_rx:uart_inst|clk_cnt[6] ; uart_rx:uart_inst|clk_cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.847 ; -; 0.594 ; uart_rx:uart_inst|clk_cnt[11] ; uart_rx:uart_inst|clk_cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.847 ; -; 0.596 ; lcd_driver:lcd_inst|cnt[17] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.865 ; -; 0.596 ; uart_rx:uart_inst|clk_cnt[7] ; uart_rx:uart_inst|clk_cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.849 ; -; 0.596 ; uart_rx:uart_inst|clk_cnt[9] ; uart_rx:uart_inst|clk_cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.849 ; -; 0.597 ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.851 ; -; 0.597 ; uart_rx:uart_inst|clk_cnt[4] ; uart_rx:uart_inst|clk_cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.850 ; -; 0.597 ; uart_rx:uart_inst|clk_cnt[14] ; uart_rx:uart_inst|clk_cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.850 ; -; 0.598 ; lcd_driver:lcd_inst|cnt[16] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.867 ; -; 0.598 ; uart_rx:uart_inst|clk_cnt[8] ; uart_rx:uart_inst|clk_cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.851 ; -; 0.598 ; uart_rx:uart_inst|clk_cnt[10] ; uart_rx:uart_inst|clk_cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.851 ; -; 0.598 ; uart_rx:uart_inst|clk_cnt[12] ; uart_rx:uart_inst|clk_cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.851 ; -; 0.599 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.852 ; -; 0.599 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.248 ; -; 0.602 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.871 ; -; 0.605 ; lcd_driver:lcd_inst|cnt[18] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.874 ; -; 0.607 ; lcd_driver:lcd_inst|cnt[12] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.098 ; 0.876 ; -; 0.613 ; lcd_driver:lcd_inst|cnt[0] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.866 ; -; 0.615 ; lcd_driver:lcd_inst|cnt[3] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.868 ; -; 0.615 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|state.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.869 ; -; 0.616 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.870 ; -; 0.616 ; uart_rx:uart_inst|clk_cnt[2] ; uart_rx:uart_inst|clk_cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.869 ; -; 0.617 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.266 ; -; 0.622 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.875 ; -; 0.622 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.099 ; 0.892 ; -; 0.622 ; lcd_driver:lcd_inst|state.S_DISP_ON ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.876 ; -; 0.623 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.876 ; -; 0.624 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.273 ; -; 0.635 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.284 ; -; 0.636 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.285 ; -; 0.636 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.890 ; -; 0.648 ; lcd_driver:lcd_inst|state.S_IDLE ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.099 ; 0.918 ; -; 0.660 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|state.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.914 ; -; 0.661 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.915 ; -; 0.662 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|state.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.916 ; -; 0.663 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.917 ; -; 0.665 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.083 ; 0.919 ; -; 0.698 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.347 ; -; 0.709 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.478 ; 1.358 ; +; 0.344 ; lcd_driver:lcd_inst|LCD_DATA[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.597 ; +; 0.344 ; lcd_driver:lcd_inst|LCD_DATA[6] ; lcd_driver:lcd_inst|LCD_DATA[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.597 ; +; 0.344 ; lcd_driver:lcd_inst|LCD_DATA[3] ; lcd_driver:lcd_inst|LCD_DATA[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.597 ; +; 0.344 ; lcd_driver:lcd_inst|LCD_DATA[2] ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.597 ; +; 0.344 ; lcd_driver:lcd_inst|busy ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|LCD_RS ; lcd_driver:lcd_inst|LCD_RS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|LCD_DATA[1] ; lcd_driver:lcd_inst|LCD_DATA[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|LCD_DATA[0] ; lcd_driver:lcd_inst|LCD_DATA[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|state.S_DELAY ; lcd_driver:lcd_inst|state.S_DELAY ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|state.S_INIT_1 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|state.S_PWR_UP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.345 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_byte[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_byte[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_byte[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_byte[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_byte[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_byte[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|state.S_START_BIT ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|bit_index[1] ; uart_rx:uart_inst|bit_index[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|bit_index[2] ; uart_rx:uart_inst|bit_index[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.346 ; uart_rx:uart_inst|bit_index[0] ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.597 ; +; 0.355 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.608 ; +; 0.357 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.608 ; +; 0.382 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|state.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.634 ; +; 0.383 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_data[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.634 ; +; 0.383 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_data[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.634 ; +; 0.384 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_data[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.635 ; +; 0.385 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_data[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.636 ; +; 0.385 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_STOP_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.636 ; +; 0.386 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.637 ; +; 0.388 ; lcd_driver:lcd_inst|cnt[19] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.641 ; +; 0.389 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.640 ; +; 0.400 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.651 ; +; 0.401 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.653 ; +; 0.415 ; lcd_char_valid ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.668 ; +; 0.431 ; lcd_char_valid ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.684 ; +; 0.501 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|state.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.753 ; +; 0.501 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|state.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.753 ; +; 0.502 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|state.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.754 ; +; 0.535 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_data[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.079 ; 0.785 ; +; 0.541 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_data[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.792 ; +; 0.542 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_data[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.793 ; +; 0.544 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_data[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.795 ; +; 0.577 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~14219 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.078 ; 0.826 ; +; 0.578 ; lcd_char_data[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.831 ; +; 0.579 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|state.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.831 ; +; 0.584 ; lcd_driver:lcd_inst|cnt[1] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.836 ; +; 0.586 ; lcd_driver:lcd_inst|cnt[2] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.838 ; +; 0.592 ; lcd_driver:lcd_inst|cnt[17] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.845 ; +; 0.593 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.845 ; +; 0.593 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.846 ; +; 0.594 ; uart_rx:uart_inst|clk_cnt[13] ; uart_rx:uart_inst|clk_cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.846 ; +; 0.594 ; uart_rx:uart_inst|clk_cnt[3] ; uart_rx:uart_inst|clk_cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.846 ; +; 0.594 ; uart_rx:uart_inst|clk_cnt[5] ; uart_rx:uart_inst|clk_cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.846 ; +; 0.595 ; lcd_driver:lcd_inst|cnt[11] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.848 ; +; 0.595 ; uart_rx:uart_inst|clk_cnt[1] ; uart_rx:uart_inst|clk_cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.847 ; +; 0.595 ; uart_rx:uart_inst|clk_cnt[6] ; uart_rx:uart_inst|clk_cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.847 ; +; 0.595 ; uart_rx:uart_inst|clk_cnt[11] ; uart_rx:uart_inst|clk_cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.847 ; +; 0.595 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|clk_cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.847 ; +; 0.596 ; lcd_driver:lcd_inst|cnt[10] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.849 ; +; 0.597 ; lcd_driver:lcd_inst|cnt[12] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.850 ; +; 0.597 ; lcd_driver:lcd_inst|state.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.849 ; +; 0.597 ; uart_rx:uart_inst|clk_cnt[7] ; uart_rx:uart_inst|clk_cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.849 ; +; 0.597 ; uart_rx:uart_inst|clk_cnt[9] ; uart_rx:uart_inst|clk_cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.849 ; +; 0.598 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.851 ; +; 0.598 ; uart_rx:uart_inst|clk_cnt[2] ; uart_rx:uart_inst|clk_cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.850 ; +; 0.598 ; uart_rx:uart_inst|clk_cnt[4] ; uart_rx:uart_inst|clk_cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.850 ; +; 0.598 ; uart_rx:uart_inst|clk_cnt[14] ; uart_rx:uart_inst|clk_cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.850 ; +; 0.599 ; lcd_driver:lcd_inst|cnt[7] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.851 ; +; 0.599 ; uart_rx:uart_inst|clk_cnt[8] ; uart_rx:uart_inst|clk_cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.851 ; +; 0.599 ; uart_rx:uart_inst|clk_cnt[10] ; uart_rx:uart_inst|clk_cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.851 ; +; 0.599 ; uart_rx:uart_inst|clk_cnt[12] ; uart_rx:uart_inst|clk_cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.851 ; +; 0.600 ; lcd_driver:lcd_inst|cnt[18] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.853 ; +; 0.600 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.852 ; +; 0.602 ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.854 ; +; 0.603 ; lcd_driver:lcd_inst|cnt[0] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.855 ; +; 0.603 ; lcd_driver:lcd_inst|cnt[3] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.855 ; +; 0.603 ; lcd_driver:lcd_inst|cnt[16] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.856 ; +; 0.605 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.857 ; +; 0.611 ; lcd_driver:lcd_inst|cnt[4] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.863 ; +; 0.613 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.866 ; +; 0.618 ; uart_rx:uart_inst|clk_cnt[0] ; uart_rx:uart_inst|clk_cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.870 ; +; 0.622 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.874 ; +; 0.626 ; lcd_driver:lcd_inst|state.S_IDLE ; lcd_driver:lcd_inst|LCD_RS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.878 ; +; 0.651 ; lcd_char_valid ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.082 ; 0.904 ; +; 0.652 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.081 ; 0.904 ; +; 0.657 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.080 ; 0.908 ; +; 0.716 ; lcd_char_data[5] ; lcd_driver:lcd_inst|LCD_DATA[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.087 ; 0.974 ; +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ ++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Slow 1200mV 0C Model Hold: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ +; 0.576 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 0.845 ; +; 0.579 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 0.848 ; +; 0.581 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 0.850 ; +; 0.595 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 0.848 ; +; 0.597 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 0.850 ; +; 0.601 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 0.870 ; +; 0.611 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 0.864 ; +; 0.862 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.131 ; +; 0.868 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.137 ; +; 0.879 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.148 ; +; 0.882 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.135 ; +; 0.884 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.137 ; +; 0.884 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.137 ; +; 0.889 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.158 ; +; 0.893 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.162 ; +; 0.895 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.148 ; +; 0.918 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.187 ; +; 0.964 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.233 ; +; 0.979 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.248 ; +; 0.993 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.246 ; +; 0.994 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.247 ; +; 1.005 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.258 ; +; 1.007 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.260 ; +; 1.056 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.078 ; 1.305 ; +; 1.057 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.310 ; +; 1.069 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.338 ; +; 1.088 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.357 ; +; 1.106 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.359 ; +; 1.166 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.435 ; +; 1.181 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.450 ; +; 1.196 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.465 ; +; 1.240 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.493 ; +; 1.258 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.527 ; +; 1.260 ; vga_controller:vga_c|v_cnt[6] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.513 ; +; 1.275 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.544 ; +; 1.288 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.557 ; +; 1.288 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.541 ; +; 1.300 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.553 ; +; 1.305 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.574 ; +; 1.352 ; vga_controller:vga_c|v_cnt[11] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.605 ; +; 1.355 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.624 ; +; 1.373 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.626 ; +; 1.405 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.658 ; +; 1.407 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.660 ; +; 1.448 ; vga_controller:vga_c|v_cnt[10] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.701 ; +; 1.475 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.728 ; +; 1.482 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.751 ; +; 1.498 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.751 ; +; 1.516 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.785 ; +; 1.517 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.770 ; +; 1.518 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.771 ; +; 1.553 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.806 ; +; 1.586 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.839 ; +; 1.591 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.860 ; +; 1.591 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.844 ; +; 1.592 ; vga_controller:vga_c|v_cnt[11] ; vga_controller:vga_c|v_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.845 ; +; 1.596 ; vga_controller:vga_c|h_cnt[7] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.078 ; 1.845 ; +; 1.602 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.855 ; +; 1.606 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.875 ; +; 1.630 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.883 ; +; 1.660 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.301 ; 1.530 ; +; 1.682 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.078 ; 1.931 ; +; 1.698 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.967 ; +; 1.715 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.098 ; 1.984 ; +; 1.726 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.301 ; 1.596 ; +; 1.727 ; vga_controller:vga_c|v_cnt[8] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.980 ; +; 1.732 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.301 ; 1.602 ; +; 1.734 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.987 ; +; 1.736 ; vga_controller:vga_c|v_cnt[9] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 1.989 ; +; 1.753 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.078 ; 2.002 ; +; 1.802 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.055 ; +; 1.837 ; vga_controller:vga_c|v_cnt[10] ; vga_controller:vga_c|v_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.090 ; +; 1.849 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.301 ; 1.719 ; +; 1.862 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.115 ; +; 1.891 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.144 ; +; 1.898 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.151 ; +; 1.904 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.157 ; +; 1.911 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.164 ; +; 1.930 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.477 ; 2.578 ; +; 1.932 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.477 ; 2.580 ; +; 1.982 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.235 ; +; 2.001 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.297 ; 1.875 ; +; 2.017 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[9] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.270 ; +; 2.019 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.272 ; +; 2.020 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.297 ; 1.894 ; +; 2.021 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.274 ; +; 2.023 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.276 ; +; 2.035 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.297 ; 1.909 ; +; 2.037 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.290 ; +; 2.044 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.297 ; 1.918 ; +; 2.044 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.297 ; +; 2.054 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.297 ; 1.928 ; +; 2.066 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.319 ; +; 2.071 ; vga_controller:vga_c|h_cnt[7] ; vga_controller:vga_c|h_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.324 ; +; 2.077 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.297 ; 1.951 ; +; 2.078 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.331 ; +; 2.079 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.332 ; +; 2.087 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.297 ; 1.961 ; +; 2.091 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.082 ; 2.344 ; +; 2.092 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.297 ; 1.966 ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ + + ---------------------------------------------- ; Slow 1200mV 0C Model Metastability Summary ; ---------------------------------------------- -Design MTBF is not calculated because the design doesn't meet its timing requirements. +The design MTBF is not calculated because there are no specified synchronizers in the design. +Number of Synchronizer Chains Found: 1 +Shortest Synchronizer Chain: 2 Registers +Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 +Worst Case Available Settling Time: 34.485 ns + -+------------------------------------+ -; Fast 1200mV 0C Model Setup Summary ; -+----------+--------+----------------+ -; Clock ; Slack ; End Point TNS ; -+----------+--------+----------------+ -; CLOCK_50 ; -1.354 ; -98.743 ; -+----------+--------+----------------+ ++--------------------------------------------------------------------------------+ +; Fast 1200mV 0C Model Setup Summary ; ++------------------------------------------------------+---------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+---------+---------------+ +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; -13.072 ; -309.696 ; +; CLOCK_50 ; 10.318 ; 0.000 ; ++------------------------------------------------------+---------+---------------+ -+-----------------------------------+ -; Fast 1200mV 0C Model Hold Summary ; -+----------+-------+----------------+ -; Clock ; Slack ; End Point TNS ; -+----------+-------+----------------+ -; CLOCK_50 ; 0.166 ; 0.000 ; -+----------+-------+----------------+ ++------------------------------------------------------------------------------+ +; Fast 1200mV 0C Model Hold Summary ; ++------------------------------------------------------+-------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+-------+---------------+ +; CLOCK_50 ; 0.175 ; 0.000 ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.287 ; 0.000 ; ++------------------------------------------------------+-------+---------------+ ----------------------------------------- @@ -698,121 +1159,230 @@ No paths to report. No paths to report. -+--------------------------------------------------+ -; Fast 1200mV 0C Model Minimum Pulse Width Summary ; -+----------+--------+------------------------------+ -; Clock ; Slack ; End Point TNS ; -+----------+--------+------------------------------+ -; CLOCK_50 ; -3.000 ; -110.787 ; -+----------+--------+------------------------------+ - - -+-----------------------------------------------------------------------------------------------------------------------------------------------+ -; Fast 1200mV 0C Model Setup: 'CLOCK_50' ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ -; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.354 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.487 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.347 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.285 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.336 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.265 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.325 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.254 ; -; -1.323 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.145 ; 2.455 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.318 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.052 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.304 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; 0.146 ; 2.437 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.297 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.049 ; 2.235 ; -; -1.294 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.059 ; 2.222 ; -; -1.294 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.059 ; 2.222 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.289 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.058 ; 2.218 ; -; -1.282 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.016 ; -; -1.282 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.016 ; -; -1.282 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.016 ; -; -1.282 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.016 ; -; -1.282 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.016 ; -; -1.282 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.016 ; -; -1.282 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 1.000 ; -0.253 ; 2.016 ; -+--------+-----------------------------+----------------------------------+--------------+-------------+--------------+------------+------------+ ++------------------------------------------------------------------------------+ +; Fast 1200mV 0C Model Minimum Pulse Width Summary ; ++------------------------------------------------------+-------+---------------+ +; Clock ; Slack ; End Point TNS ; ++------------------------------------------------------+-------+---------------+ +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 3.100 ; 0.000 ; +; CLOCK_50 ; 9.451 ; 0.000 ; ++------------------------------------------------------+-------+---------------+ + + ++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Fast 1200mV 0C Model Setup: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ +; -13.072 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.627 ; +; -13.034 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.599 ; 11.590 ; +; -12.978 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.533 ; +; -12.978 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.533 ; +; -12.973 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.527 ; +; -12.935 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.490 ; +; -12.929 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.599 ; 11.485 ; +; -12.929 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.599 ; 11.485 ; +; -12.920 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.487 ; +; -12.919 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.486 ; +; -12.919 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.486 ; +; -12.919 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.486 ; +; -12.919 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.486 ; +; -12.919 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.486 ; +; -12.918 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.485 ; +; -12.918 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.485 ; +; -12.918 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.485 ; +; -12.917 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.484 ; +; -12.917 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.484 ; +; -12.917 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.484 ; +; -12.917 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.484 ; +; -12.917 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.588 ; 11.484 ; +; -12.879 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.433 ; +; -12.879 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.433 ; +; -12.834 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.388 ; +; -12.830 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.385 ; +; -12.830 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.385 ; +; -12.821 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.387 ; +; -12.820 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.386 ; +; -12.820 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.386 ; +; -12.820 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.386 ; +; -12.820 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.386 ; +; -12.820 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.386 ; +; -12.819 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.385 ; +; -12.819 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.385 ; +; -12.819 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.385 ; +; -12.818 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.384 ; +; -12.818 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.384 ; +; -12.818 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.384 ; +; -12.818 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.384 ; +; -12.818 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.384 ; +; -12.796 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.351 ; +; -12.784 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.597 ; 11.342 ; +; -12.780 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_r[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.599 ; 11.336 ; +; -12.778 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.599 ; 11.334 ; +; -12.778 ; text_screen_gen:text_gen|char_ram~8811 ; text_screen_gen:text_gen|vga_g[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.599 ; 11.334 ; +; -12.766 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.602 ; 11.319 ; +; -12.746 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.596 ; 11.305 ; +; -12.740 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.294 ; +; -12.740 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.294 ; +; -12.728 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.282 ; +; -12.706 ; text_screen_gen:text_gen|char_ram~8846 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.578 ; 11.283 ; +; -12.691 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.246 ; +; -12.691 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.246 ; +; -12.690 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.597 ; 11.248 ; +; -12.690 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.597 ; 11.248 ; +; -12.682 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.248 ; +; -12.681 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.247 ; +; -12.681 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.247 ; +; -12.681 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.247 ; +; -12.681 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.247 ; +; -12.681 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.247 ; +; -12.681 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_r[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.236 ; +; -12.680 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.246 ; +; -12.680 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.246 ; +; -12.680 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.246 ; +; -12.679 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.245 ; +; -12.679 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.245 ; +; -12.679 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.245 ; +; -12.679 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.245 ; +; -12.679 ; text_screen_gen:text_gen|char_ram~10582 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.589 ; 11.245 ; +; -12.679 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.234 ; +; -12.679 ; text_screen_gen:text_gen|char_ram~10554 ; text_screen_gen:text_gen|vga_g[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.600 ; 11.234 ; +; -12.672 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.602 ; 11.225 ; +; -12.672 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_g[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.602 ; 11.225 ; +; -12.668 ; text_screen_gen:text_gen|char_ram~8846 ; text_screen_gen:text_gen|vga_b[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.577 ; 11.246 ; +; -12.649 ; text_screen_gen:text_gen|char_ram~8818 ; text_screen_gen:text_gen|vga_r[1] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.577 ; 11.227 ; +; -12.641 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.596 ; 11.200 ; +; -12.641 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.596 ; 11.200 ; +; -12.632 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.202 ; +; -12.631 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.201 ; +; -12.631 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.201 ; +; -12.631 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.201 ; +; -12.631 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.201 ; +; -12.631 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.201 ; +; -12.630 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.200 ; +; -12.630 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.200 ; +; -12.630 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_b[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.200 ; +; -12.629 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.199 ; +; -12.629 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.199 ; +; -12.629 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_r[6] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.199 ; +; -12.629 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.199 ; +; -12.629 ; text_screen_gen:text_gen|char_ram~10547 ; text_screen_gen:text_gen|vga_g[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.585 ; 11.199 ; +; -12.623 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[2] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.177 ; +; -12.623 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_b[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.601 ; 11.177 ; +; -12.614 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_g[7] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.590 ; 11.179 ; +; -12.613 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_r[5] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.590 ; 11.178 ; +; -12.613 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_g[3] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.590 ; 11.178 ; +; -12.613 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_g[4] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.590 ; 11.178 ; +; -12.613 ; text_screen_gen:text_gen|char_ram~10575 ; text_screen_gen:text_gen|vga_b[0] ; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.208 ; -1.590 ; 11.178 ; ++---------+-----------------------------------------+-----------------------------------+--------------+------------------------------------------------------+--------------+------------+------------+ + + ++-------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Fast 1200mV 0C Model Setup: 'CLOCK_50' ; ++--------+------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++--------+------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +; 10.318 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.621 ; +; 10.318 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.621 ; +; 10.318 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.621 ; +; 10.318 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.621 ; +; 10.429 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.510 ; +; 10.429 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.510 ; +; 10.429 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.510 ; +; 10.429 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.510 ; +; 10.469 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.470 ; +; 10.469 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.470 ; +; 10.469 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.470 ; +; 10.469 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.470 ; +; 10.476 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.463 ; +; 10.476 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.463 ; +; 10.476 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.463 ; +; 10.476 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.463 ; +; 10.488 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.451 ; +; 10.488 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.451 ; +; 10.488 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.451 ; +; 10.488 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.451 ; +; 10.613 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.047 ; 9.327 ; +; 10.613 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.326 ; +; 10.613 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.326 ; +; 10.613 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.326 ; +; 10.613 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.326 ; +; 10.623 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.316 ; +; 10.623 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.316 ; +; 10.623 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.316 ; +; 10.623 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.316 ; +; 10.641 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18822 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.298 ; +; 10.641 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18818 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.298 ; +; 10.641 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18816 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.298 ; +; 10.641 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~18820 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.048 ; 9.298 ; +; 10.695 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.482 ; +; 10.695 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.482 ; +; 10.724 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.047 ; 9.216 ; +; 10.749 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.029 ; 9.209 ; +; 10.751 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.178 ; +; 10.751 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.178 ; +; 10.751 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.178 ; +; 10.764 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.047 ; 9.176 ; +; 10.771 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.047 ; 9.169 ; +; 10.782 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.042 ; 9.163 ; +; 10.783 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.047 ; 9.157 ; +; 10.792 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.021 ; 9.174 ; +; 10.806 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.371 ; +; 10.806 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.371 ; +; 10.835 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.046 ; 9.106 ; +; 10.846 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.331 ; +; 10.846 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.331 ; +; 10.853 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.324 ; +; 10.853 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.324 ; +; 10.860 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.029 ; 9.098 ; +; 10.862 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.067 ; +; 10.862 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.067 ; +; 10.862 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.067 ; +; 10.865 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.312 ; +; 10.865 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.312 ; +; 10.893 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.042 ; 9.052 ; +; 10.900 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.029 ; 9.058 ; +; 10.902 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.027 ; +; 10.902 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.027 ; +; 10.902 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.027 ; +; 10.903 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.021 ; 9.063 ; +; 10.905 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19264 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.054 ; 9.028 ; +; 10.905 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19268 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.054 ; 9.028 ; +; 10.907 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.029 ; 9.051 ; +; 10.908 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19277 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.065 ; 9.014 ; +; 10.908 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19273 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.065 ; 9.014 ; +; 10.908 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.047 ; 9.032 ; +; 10.909 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.020 ; +; 10.909 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.020 ; +; 10.909 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.020 ; +; 10.918 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.047 ; 9.022 ; +; 10.919 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~13649 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.029 ; 9.039 ; +; 10.921 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18829 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.008 ; +; 10.921 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18825 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.008 ; +; 10.921 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18823 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.058 ; 9.008 ; +; 10.926 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~18826 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.033 ; 9.028 ; +; 10.933 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.042 ; 9.012 ; +; 10.936 ; uart_rx:uart_inst|rx_data[3] ; text_screen_gen:text_gen|char_ram~11849 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.047 ; 9.004 ; +; 10.938 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19272 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.173 ; 9.222 ; +; 10.938 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19271 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.173 ; 9.222 ; +; 10.938 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19276 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.173 ; 9.222 ; +; 10.940 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.042 ; 9.005 ; +; 10.943 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.021 ; 9.023 ; +; 10.946 ; uart_rx:uart_inst|rx_data[1] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.046 ; 8.995 ; +; 10.950 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.021 ; 9.016 ; +; 10.952 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~18819 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.042 ; 8.993 ; +; 10.962 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~19274 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.021 ; 9.004 ; +; 10.963 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~21715 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.019 ; 9.043 ; +; 10.974 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~3793 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.222 ; 9.235 ; +; 10.980 ; uart_rx:uart_inst|rx_data[0] ; text_screen_gen:text_gen|char_ram~19275 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.115 ; 9.122 ; +; 10.986 ; uart_rx:uart_inst|rx_data[5] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.046 ; 8.955 ; +; 10.990 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.187 ; +; 10.990 ; uart_rx:uart_inst|rx_data[6] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.187 ; +; 10.993 ; uart_rx:uart_inst|rx_data[7] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.046 ; 8.948 ; +; 11.000 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~17928 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.177 ; +; 11.000 ; uart_rx:uart_inst|rx_data[4] ; text_screen_gen:text_gen|char_ram~17931 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; 0.190 ; 9.177 ; +; 11.005 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~19270 ; CLOCK_50 ; CLOCK_50 ; 20.000 ; -0.046 ; 8.936 ; ++--------+------------------------------+-----------------------------------------+--------------+-------------+--------------+------------+------------+ +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -820,126 +1390,241 @@ No paths to report. +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ ; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ -; 0.166 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.307 ; -; 0.166 ; lcd_driver:lcd_inst|state.S_DELAY ; lcd_driver:lcd_inst|state.S_DELAY ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.307 ; -; 0.166 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|state.S_INIT_1 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.307 ; -; 0.166 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|state.S_PWR_UP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.307 ; -; 0.166 ; lcd_driver:lcd_inst|busy ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.307 ; -; 0.167 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_byte[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.056 ; 0.307 ; -; 0.167 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_byte[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.056 ; 0.307 ; -; 0.167 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_byte[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.056 ; 0.307 ; -; 0.167 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_byte[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.056 ; 0.307 ; -; 0.167 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_byte[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.056 ; 0.307 ; -; 0.168 ; uart_rx:uart_inst|state.S_STOP_BIT ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.250 ; 0.502 ; -; 0.173 ; lcd_driver:lcd_inst|LCD_DATA[3] ; lcd_driver:lcd_inst|LCD_DATA[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|LCD_DATA[2] ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|LCD_DATA[1] ; lcd_driver:lcd_inst|LCD_DATA[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.307 ; -; 0.173 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.314 ; -; 0.174 ; lcd_driver:lcd_inst|LCD_RS ; lcd_driver:lcd_inst|LCD_RS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; lcd_driver:lcd_inst|LCD_DATA[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; lcd_driver:lcd_inst|LCD_DATA[6] ; lcd_driver:lcd_inst|LCD_DATA[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; lcd_driver:lcd_inst|LCD_DATA[0] ; lcd_driver:lcd_inst|LCD_DATA[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_byte[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|state.S_STOP_BIT ; uart_rx:uart_inst|state.S_STOP_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|state.S_START_BIT ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|bit_index[1] ; uart_rx:uart_inst|bit_index[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.174 ; uart_rx:uart_inst|bit_index[2] ; uart_rx:uart_inst|bit_index[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.307 ; -; 0.181 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.314 ; -; 0.181 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_data[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.314 ; -; 0.186 ; lcd_driver:lcd_inst|cnt[19] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.328 ; -; 0.199 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|LCD_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.332 ; -; 0.207 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.340 ; -; 0.213 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.251 ; 0.548 ; -; 0.241 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|state.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.375 ; -; 0.243 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|state.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.377 ; -; 0.244 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.253 ; 0.581 ; -; 0.250 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_data[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.384 ; -; 0.263 ; lcd_char_valid ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.404 ; -; 0.268 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.253 ; 0.605 ; -; 0.286 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.253 ; 0.623 ; -; 0.289 ; lcd_driver:lcd_inst|busy ; lcd_char_valid ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.430 ; -; 0.290 ; lcd_driver:lcd_inst|cnt[11] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.432 ; -; 0.290 ; lcd_driver:lcd_inst|state.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.424 ; -; 0.290 ; lcd_driver:lcd_inst|cnt[10] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.432 ; -; 0.291 ; lcd_driver:lcd_inst|state.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.425 ; -; 0.291 ; lcd_driver:lcd_inst|state.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.425 ; -; 0.292 ; lcd_driver:lcd_inst|state.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.426 ; -; 0.295 ; uart_rx:uart_inst|clk_cnt[1] ; uart_rx:uart_inst|clk_cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.428 ; -; 0.295 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|clk_cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.428 ; -; 0.296 ; lcd_driver:lcd_inst|cnt[17] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.438 ; -; 0.296 ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.430 ; -; 0.296 ; uart_rx:uart_inst|clk_cnt[3] ; uart_rx:uart_inst|clk_cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.429 ; -; 0.296 ; uart_rx:uart_inst|clk_cnt[5] ; uart_rx:uart_inst|clk_cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.429 ; -; 0.296 ; uart_rx:uart_inst|clk_cnt[7] ; uart_rx:uart_inst|clk_cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.429 ; -; 0.296 ; uart_rx:uart_inst|clk_cnt[9] ; uart_rx:uart_inst|clk_cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.429 ; -; 0.296 ; uart_rx:uart_inst|clk_cnt[11] ; uart_rx:uart_inst|clk_cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.429 ; -; 0.296 ; uart_rx:uart_inst|clk_cnt[13] ; uart_rx:uart_inst|clk_cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.429 ; -; 0.297 ; uart_rx:uart_inst|clk_cnt[4] ; uart_rx:uart_inst|clk_cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.430 ; -; 0.297 ; uart_rx:uart_inst|clk_cnt[6] ; uart_rx:uart_inst|clk_cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.430 ; -; 0.297 ; uart_rx:uart_inst|clk_cnt[8] ; uart_rx:uart_inst|clk_cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.430 ; -; 0.297 ; uart_rx:uart_inst|clk_cnt[14] ; uart_rx:uart_inst|clk_cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.430 ; -; 0.298 ; lcd_driver:lcd_inst|cnt[15] ; lcd_driver:lcd_inst|cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.440 ; -; 0.298 ; uart_rx:uart_inst|clk_cnt[10] ; uart_rx:uart_inst|clk_cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.431 ; -; 0.298 ; uart_rx:uart_inst|clk_cnt[12] ; uart_rx:uart_inst|clk_cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.431 ; -; 0.299 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.432 ; -; 0.300 ; lcd_driver:lcd_inst|cnt[16] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.442 ; -; 0.301 ; lcd_driver:lcd_inst|cnt[18] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.443 ; -; 0.302 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.444 ; -; 0.303 ; lcd_driver:lcd_inst|cnt[12] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.058 ; 0.445 ; -; 0.305 ; lcd_driver:lcd_inst|cnt[0] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.438 ; -; 0.306 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|state.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.440 ; -; 0.306 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.440 ; -; 0.307 ; lcd_driver:lcd_inst|cnt[3] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.440 ; -; 0.307 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.448 ; -; 0.307 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.253 ; 0.644 ; -; 0.308 ; lcd_driver:lcd_inst|state.S_DISP_ON ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.442 ; -; 0.308 ; uart_rx:uart_inst|clk_cnt[2] ; uart_rx:uart_inst|clk_cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.441 ; -; 0.309 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|state.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.443 ; -; 0.310 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.253 ; 0.647 ; -; 0.311 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.444 ; -; 0.311 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|state.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.445 ; -; 0.312 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.445 ; -; 0.323 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.456 ; -; 0.331 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.253 ; 0.668 ; -; 0.334 ; lcd_driver:lcd_inst|cnt[8] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.253 ; 0.671 ; -; 0.335 ; lcd_driver:lcd_inst|state.S_IDLE ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.057 ; 0.476 ; -; 0.335 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.253 ; 0.672 ; -; 0.335 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_data[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.050 ; 0.469 ; -; 0.337 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.470 ; -; 0.338 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.471 ; -; 0.339 ; uart_rx:uart_inst|rx_sync_stage2 ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.049 ; 0.472 ; -; 0.348 ; uart_rx:uart_inst|rx_sync_stage1 ; uart_rx:uart_inst|rx_sync_stage2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.052 ; 0.484 ; +; 0.175 ; lcd_driver:lcd_inst|LCD_RS ; lcd_driver:lcd_inst|LCD_RS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|LCD_DATA[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|LCD_DATA[6] ; lcd_driver:lcd_inst|LCD_DATA[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|LCD_DATA[3] ; lcd_driver:lcd_inst|LCD_DATA[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|LCD_DATA[2] ; lcd_driver:lcd_inst|LCD_DATA[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|LCD_DATA[1] ; lcd_driver:lcd_inst|LCD_DATA[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|LCD_DATA[0] ; lcd_driver:lcd_inst|LCD_DATA[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|state.S_DELAY ; lcd_driver:lcd_inst|state.S_DELAY ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|state.S_INIT_1 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|state.S_PWR_UP ; lcd_driver:lcd_inst|state.S_PWR_UP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.175 ; lcd_driver:lcd_inst|busy ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.307 ; +; 0.176 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_byte[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.307 ; +; 0.176 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_byte[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.307 ; +; 0.176 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_byte[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.307 ; +; 0.176 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_byte[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.307 ; +; 0.176 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_byte[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.307 ; +; 0.176 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_byte[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.307 ; +; 0.176 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_byte[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.307 ; +; 0.177 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_byte[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.307 ; +; 0.177 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.307 ; +; 0.177 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|state.S_DATA_BITS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.307 ; +; 0.177 ; uart_rx:uart_inst|state.S_START_BIT ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.307 ; +; 0.177 ; uart_rx:uart_inst|bit_index[1] ; uart_rx:uart_inst|bit_index[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.307 ; +; 0.177 ; uart_rx:uart_inst|bit_index[2] ; uart_rx:uart_inst|bit_index[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.307 ; +; 0.177 ; uart_rx:uart_inst|bit_index[0] ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.307 ; +; 0.182 ; lcd_driver:lcd_inst|next_state_after_delay.S_FUNC_SET ; lcd_driver:lcd_inst|state.S_FUNC_SET ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.314 ; +; 0.182 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.314 ; +; 0.182 ; uart_rx:uart_inst|rx_byte[0] ; uart_rx:uart_inst|rx_data[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.313 ; +; 0.182 ; uart_rx:uart_inst|rx_byte[2] ; uart_rx:uart_inst|rx_data[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.313 ; +; 0.184 ; uart_rx:uart_inst|rx_byte[7] ; uart_rx:uart_inst|rx_data[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.315 ; +; 0.184 ; uart_rx:uart_inst|rx_byte[5] ; uart_rx:uart_inst|rx_data[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.315 ; +; 0.184 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_CLEANUP ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.314 ; +; 0.192 ; lcd_driver:lcd_inst|next_state_after_delay.S_IDLE ; lcd_driver:lcd_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.324 ; +; 0.193 ; lcd_driver:lcd_inst|cnt[19] ; lcd_driver:lcd_inst|cnt[19] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.325 ; +; 0.197 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_STOP_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.327 ; +; 0.199 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_START_BIT ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.329 ; +; 0.202 ; uart_rx:uart_inst|state.S_DATA_BITS ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.332 ; +; 0.202 ; uart_rx:uart_inst|state.S_CLEANUP ; uart_rx:uart_inst|state.S_IDLE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.332 ; +; 0.210 ; lcd_char_valid ; lcd_driver:lcd_inst|state.S_WAIT_EN ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.342 ; +; 0.214 ; lcd_char_valid ; lcd_driver:lcd_inst|busy ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.346 ; +; 0.244 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; lcd_driver:lcd_inst|state.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.376 ; +; 0.245 ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; lcd_driver:lcd_inst|state.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.377 ; +; 0.246 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_OFF ; lcd_driver:lcd_inst|state.S_DISP_OFF ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.378 ; +; 0.253 ; uart_rx:uart_inst|rx_byte[1] ; uart_rx:uart_inst|rx_data[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.045 ; 0.382 ; +; 0.258 ; uart_rx:uart_inst|rx_byte[4] ; uart_rx:uart_inst|rx_data[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.389 ; +; 0.259 ; uart_rx:uart_inst|rx_byte[6] ; uart_rx:uart_inst|rx_data[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.390 ; +; 0.261 ; uart_rx:uart_inst|rx_byte[3] ; uart_rx:uart_inst|rx_data[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.392 ; +; 0.275 ; uart_rx:uart_inst|rx_data[2] ; text_screen_gen:text_gen|char_ram~14219 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.045 ; 0.404 ; +; 0.286 ; lcd_char_data[7] ; lcd_driver:lcd_inst|LCD_DATA[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.418 ; +; 0.287 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_ON ; lcd_driver:lcd_inst|state.S_DISP_ON ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.419 ; +; 0.291 ; lcd_driver:lcd_inst|cnt[1] ; lcd_driver:lcd_inst|cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.422 ; +; 0.292 ; lcd_driver:lcd_inst|cnt[2] ; lcd_driver:lcd_inst|cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.423 ; +; 0.294 ; lcd_driver:lcd_inst|cnt[17] ; lcd_driver:lcd_inst|cnt[17] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.426 ; +; 0.296 ; lcd_driver:lcd_inst|cnt[11] ; lcd_driver:lcd_inst|cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.428 ; +; 0.297 ; lcd_driver:lcd_inst|cnt[9] ; lcd_driver:lcd_inst|cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.428 ; +; 0.297 ; lcd_driver:lcd_inst|cnt[10] ; lcd_driver:lcd_inst|cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.429 ; +; 0.297 ; lcd_driver:lcd_inst|cnt[13] ; lcd_driver:lcd_inst|cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.429 ; +; 0.297 ; uart_rx:uart_inst|clk_cnt[1] ; uart_rx:uart_inst|clk_cnt[1] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.428 ; +; 0.297 ; uart_rx:uart_inst|clk_cnt[15] ; uart_rx:uart_inst|clk_cnt[15] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.428 ; +; 0.298 ; lcd_driver:lcd_inst|cnt[12] ; lcd_driver:lcd_inst|cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.430 ; +; 0.298 ; lcd_driver:lcd_inst|state.S_INIT_2 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_3 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.430 ; +; 0.298 ; uart_rx:uart_inst|clk_cnt[13] ; uart_rx:uart_inst|clk_cnt[13] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.429 ; +; 0.298 ; uart_rx:uart_inst|clk_cnt[3] ; uart_rx:uart_inst|clk_cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.429 ; +; 0.298 ; uart_rx:uart_inst|clk_cnt[5] ; uart_rx:uart_inst|clk_cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.429 ; +; 0.298 ; uart_rx:uart_inst|clk_cnt[7] ; uart_rx:uart_inst|clk_cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.429 ; +; 0.298 ; uart_rx:uart_inst|clk_cnt[9] ; uart_rx:uart_inst|clk_cnt[9] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.429 ; +; 0.298 ; uart_rx:uart_inst|clk_cnt[11] ; uart_rx:uart_inst|clk_cnt[11] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.429 ; +; 0.299 ; lcd_driver:lcd_inst|cnt[18] ; lcd_driver:lcd_inst|cnt[18] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.431 ; +; 0.299 ; lcd_driver:lcd_inst|cnt[14] ; lcd_driver:lcd_inst|cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.431 ; +; 0.299 ; uart_rx:uart_inst|clk_cnt[8] ; uart_rx:uart_inst|clk_cnt[8] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.430 ; +; 0.299 ; uart_rx:uart_inst|clk_cnt[2] ; uart_rx:uart_inst|clk_cnt[2] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.430 ; +; 0.299 ; uart_rx:uart_inst|clk_cnt[4] ; uart_rx:uart_inst|clk_cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.430 ; +; 0.299 ; uart_rx:uart_inst|clk_cnt[6] ; uart_rx:uart_inst|clk_cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.430 ; +; 0.299 ; uart_rx:uart_inst|clk_cnt[14] ; uart_rx:uart_inst|clk_cnt[14] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.430 ; +; 0.300 ; uart_rx:uart_inst|clk_cnt[10] ; uart_rx:uart_inst|clk_cnt[10] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.431 ; +; 0.300 ; uart_rx:uart_inst|clk_cnt[12] ; uart_rx:uart_inst|clk_cnt[12] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.431 ; +; 0.301 ; lcd_driver:lcd_inst|cnt[7] ; lcd_driver:lcd_inst|cnt[7] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.432 ; +; 0.301 ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; lcd_driver:lcd_inst|next_state_after_delay.S_ENTRY_MODE ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.433 ; +; 0.302 ; lcd_driver:lcd_inst|cnt[0] ; lcd_driver:lcd_inst|cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.433 ; +; 0.302 ; lcd_driver:lcd_inst|cnt[3] ; lcd_driver:lcd_inst|cnt[3] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.433 ; +; 0.302 ; lcd_driver:lcd_inst|cnt[5] ; lcd_driver:lcd_inst|cnt[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.433 ; +; 0.303 ; lcd_driver:lcd_inst|cnt[6] ; lcd_driver:lcd_inst|cnt[6] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.434 ; +; 0.304 ; lcd_driver:lcd_inst|cnt[16] ; lcd_driver:lcd_inst|cnt[16] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.436 ; +; 0.306 ; lcd_driver:lcd_inst|next_state_after_delay.S_DISP_CLEAR ; lcd_driver:lcd_inst|state.S_DISP_CLEAR ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.438 ; +; 0.307 ; lcd_driver:lcd_inst|cnt[4] ; lcd_driver:lcd_inst|cnt[4] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.438 ; +; 0.309 ; lcd_driver:lcd_inst|state.S_WAIT_EN ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.441 ; +; 0.309 ; uart_rx:uart_inst|clk_cnt[0] ; uart_rx:uart_inst|clk_cnt[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.047 ; 0.440 ; +; 0.311 ; lcd_driver:lcd_inst|state.S_INIT_1 ; lcd_driver:lcd_inst|next_state_after_delay.S_INIT_2 ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.443 ; +; 0.315 ; lcd_driver:lcd_inst|state.S_IDLE ; lcd_driver:lcd_inst|LCD_RS ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.447 ; +; 0.328 ; lcd_char_data[5] ; lcd_driver:lcd_inst|LCD_DATA[5] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.054 ; 0.466 ; +; 0.328 ; lcd_char_valid ; lcd_driver:lcd_inst|state.S_HOLD ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.048 ; 0.460 ; +; 0.332 ; uart_rx:uart_inst|state.S_IDLE ; uart_rx:uart_inst|bit_index[0] ; CLOCK_50 ; CLOCK_50 ; 0.000 ; 0.046 ; 0.462 ; +-------+---------------------------------------------------------+---------------------------------------------------------+--------------+-------------+--------------+------------+------------+ ++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Fast 1200mV 0C Model Hold: 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ +; Slack ; From Node ; To Node ; Launch Clock ; Latch Clock ; Relationship ; Clock Skew ; Data Delay ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ +; 0.287 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.428 ; +; 0.287 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.428 ; +; 0.289 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.430 ; +; 0.296 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.428 ; +; 0.297 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.429 ; +; 0.299 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.440 ; +; 0.308 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.440 ; +; 0.436 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.577 ; +; 0.440 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.581 ; +; 0.445 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.577 ; +; 0.446 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.587 ; +; 0.449 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.590 ; +; 0.455 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.596 ; +; 0.455 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[1] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.587 ; +; 0.456 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.588 ; +; 0.459 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.591 ; +; 0.460 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.601 ; +; 0.500 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.641 ; +; 0.513 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.654 ; +; 0.519 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.046 ; 0.649 ; +; 0.520 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.652 ; +; 0.521 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.653 ; +; 0.523 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.655 ; +; 0.524 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.656 ; +; 0.531 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.663 ; +; 0.555 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.687 ; +; 0.565 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.706 ; +; 0.578 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.719 ; +; 0.590 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.731 ; +; 0.599 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.740 ; +; 0.603 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.744 ; +; 0.609 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 0.742 ; +; 0.631 ; vga_controller:vga_c|v_cnt[6] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.763 ; +; 0.643 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.775 ; +; 0.651 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.792 ; +; 0.654 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.047 ; 0.785 ; +; 0.655 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.796 ; +; 0.662 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.803 ; +; 0.664 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.805 ; +; 0.667 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 0.800 ; +; 0.668 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.809 ; +; 0.710 ; vga_controller:vga_c|v_cnt[11] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.842 ; +; 0.714 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.846 ; +; 0.715 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.847 ; +; 0.724 ; vga_controller:vga_c|v_cnt[10] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 0.856 ; +; 0.731 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.872 ; +; 0.754 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.047 ; 0.885 ; +; 0.758 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.899 ; +; 0.765 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 0.898 ; +; 0.775 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.047 ; 0.906 ; +; 0.776 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.047 ; 0.907 ; +; 0.783 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 0.916 ; +; 0.789 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.047 ; 0.920 ; +; 0.798 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.939 ; +; 0.803 ; vga_controller:vga_c|v_cnt[11] ; vga_controller:vga_c|v_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 0.936 ; +; 0.811 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 0.952 ; +; 0.815 ; vga_controller:vga_c|h_cnt[7] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.046 ; 0.945 ; +; 0.817 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 0.950 ; +; 0.822 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 0.955 ; +; 0.832 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[2] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 0.965 ; +; 0.839 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.148 ; 0.775 ; +; 0.845 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.046 ; 0.975 ; +; 0.863 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 1.004 ; +; 0.871 ; vga_controller:vga_c|v_cnt[8] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.004 ; +; 0.872 ; vga_controller:vga_c|h_cnt[2] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.148 ; 0.808 ; +; 0.876 ; vga_controller:vga_c|h_cnt[0] ; vga_controller:vga_c|h_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.057 ; 1.017 ; +; 0.885 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.018 ; +; 0.890 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.148 ; 0.826 ; +; 0.892 ; vga_controller:vga_c|h_cnt[10] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.046 ; 1.022 ; +; 0.905 ; vga_controller:vga_c|v_cnt[9] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.037 ; +; 0.918 ; vga_controller:vga_c|v_cnt[10] ; vga_controller:vga_c|v_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.051 ; +; 0.918 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.050 ; +; 0.930 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.063 ; +; 0.935 ; vga_controller:vga_c|h_cnt[8] ; vga_controller:vga_c|h_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.068 ; +; 0.946 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.148 ; 0.882 ; +; 0.969 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[3] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.251 ; 1.304 ; +; 0.971 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.103 ; +; 0.972 ; vga_controller:vga_c|h_cnt[11] ; vga_controller:vga_c|h_cnt[4] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.251 ; 1.307 ; +; 0.985 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.117 ; +; 0.990 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_sync ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.122 ; +; 1.000 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.132 ; +; 1.002 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.145 ; 0.941 ; +; 1.018 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.151 ; +; 1.023 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.156 ; +; 1.027 ; vga_controller:vga_c|h_cnt[9] ; vga_controller:vga_c|h_cnt[9] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.160 ; +; 1.028 ; vga_controller:vga_c|h_cnt[6] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.145 ; 0.967 ; +; 1.029 ; vga_controller:vga_c|h_cnt[4] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.145 ; 0.968 ; +; 1.030 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.162 ; +; 1.033 ; vga_controller:vga_c|v_cnt[7] ; vga_controller:vga_c|v_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.166 ; +; 1.044 ; vga_controller:vga_c|h_cnt[1] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.145 ; 0.983 ; +; 1.049 ; vga_controller:vga_c|v_cnt[1] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.181 ; +; 1.050 ; vga_controller:vga_c|v_cnt[0] ; vga_controller:vga_c|v_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.182 ; +; 1.053 ; vga_controller:vga_c|v_cnt[3] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.185 ; +; 1.062 ; vga_controller:vga_c|h_cnt[5] ; vga_controller:vga_c|h_cnt[11] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.145 ; 1.001 ; +; 1.067 ; vga_controller:vga_c|h_cnt[7] ; vga_controller:vga_c|h_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.199 ; +; 1.067 ; vga_controller:vga_c|v_cnt[2] ; vga_controller:vga_c|v_cnt[5] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.199 ; +; 1.069 ; vga_controller:vga_c|h_cnt[3] ; vga_controller:vga_c|h_cnt[8] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; -0.145 ; 1.008 ; +; 1.074 ; vga_controller:vga_c|v_cnt[5] ; vga_controller:vga_c|v_cnt[6] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.207 ; +; 1.074 ; vga_controller:vga_c|v_cnt[4] ; vga_controller:vga_c|v_cnt[7] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.048 ; 1.206 ; +; 1.078 ; vga_controller:vga_c|v_cnt[9] ; vga_controller:vga_c|v_cnt[10] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 0.000 ; 0.049 ; 1.211 ; ++-------+--------------------------------+--------------------------------+------------------------------------------------------+------------------------------------------------------+--------------+------------+------------+ + + ---------------------------------------------- ; Fast 1200mV 0C Model Metastability Summary ; ---------------------------------------------- -Design MTBF is not calculated because the design doesn't meet its timing requirements. +The design MTBF is not calculated because there are no specified synchronizers in the design. +Number of Synchronizer Chains Found: 1 +Shortest Synchronizer Chain: 2 Registers +Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 +Worst Case Available Settling Time: 36.801 ns -+--------------------------------------------------------------------------------+ -; Multicorner Timing Analysis Summary ; -+------------------+----------+-------+----------+---------+---------------------+ -; Clock ; Setup ; Hold ; Recovery ; Removal ; Minimum Pulse Width ; -+------------------+----------+-------+----------+---------+---------------------+ -; Worst-case Slack ; -3.952 ; 0.166 ; N/A ; N/A ; -3.000 ; -; CLOCK_50 ; -3.952 ; 0.166 ; N/A ; N/A ; -3.000 ; -; Design-wide TNS ; -315.253 ; 0.0 ; 0.0 ; 0.0 ; -162.0 ; -; CLOCK_50 ; -315.253 ; 0.000 ; N/A ; N/A ; -162.000 ; -+------------------+----------+-------+----------+---------+---------------------+ + ++---------------------------------------------------------------------------------------------------------------------+ +; Multicorner Timing Analysis Summary ; ++-------------------------------------------------------+----------+-------+----------+---------+---------------------+ +; Clock ; Setup ; Hold ; Recovery ; Removal ; Minimum Pulse Width ; ++-------------------------------------------------------+----------+-------+----------+---------+---------------------+ +; Worst-case Slack ; -24.933 ; 0.175 ; N/A ; N/A ; 2.981 ; +; CLOCK_50 ; 2.097 ; 0.175 ; N/A ; N/A ; 9.451 ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; -24.933 ; 0.287 ; N/A ; N/A ; 2.981 ; +; Design-wide TNS ; -599.284 ; 0.0 ; 0.0 ; 0.0 ; 0.0 ; +; CLOCK_50 ; 0.000 ; 0.000 ; N/A ; N/A ; 0.000 ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; -599.284 ; 0.000 ; N/A ; N/A ; 0.000 ; ++-------------------------------------------------------+----------+-------+----------+---------+---------------------+ +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -961,6 +1646,35 @@ Design MTBF is not calculated because the design doesn't meet its timing require ; LCD_EN ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; ; LCD_RS ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; ; LCD_ON ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_CLK ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_HS ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_VS ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_BLANK_N ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_SYNC_N ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_R[0] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_R[1] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_R[2] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_R[3] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_R[4] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_R[5] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_R[6] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_R[7] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_G[0] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_G[1] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_G[2] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_G[3] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_G[4] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_G[5] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_G[6] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_G[7] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_B[0] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_B[1] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_B[2] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_B[3] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_B[4] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_B[5] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_B[6] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +; VGA_B[7] ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; ; ~ALTERA_NCEO~ ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; ; ~ALTERA_DCLK~ ; 2.5 V ; 0 in ; 0 H/in ; 0 F/in ; short ; - ; open ; open ; open ; 0 in ; 0 H/in ; 0 F/in ; short ; open ; open ; open ; 0 V ; - ; n/a ; n/a ; n/a ; +---------------+--------------+-------------------+-------------------------+-------------------------+---------------+---------------------+----------------+------------------+--------+------------------+------------------------+------------------------+--------------+---------------+-----------------+-------+---------------------+--------------------+---------------+-----------------+-------------+ @@ -1003,6 +1717,35 @@ Design MTBF is not calculated because the design doesn't meet its timing require ; LCD_EN ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; ; LCD_RS ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; ; LCD_ON ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 3.07e-09 V ; 2.37 V ; -0.00994 V ; 0.186 V ; 0.028 V ; 4.98e-10 s ; 4.96e-10 s ; Yes ; Yes ; 2.32 V ; 3.07e-09 V ; 2.37 V ; -0.00994 V ; 0.186 V ; 0.028 V ; 4.98e-10 s ; 4.96e-10 s ; Yes ; Yes ; +; VGA_CLK ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_HS ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_VS ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_BLANK_N ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_SYNC_N ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_R[0] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_R[1] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_R[2] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_R[3] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_R[4] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_R[5] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_R[6] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_R[7] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_G[0] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_G[1] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_G[2] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_G[3] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_G[4] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_G[5] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_G[6] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_G[7] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_B[0] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_B[1] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_B[2] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_B[3] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_B[4] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_B[5] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_B[6] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; +; VGA_B[7] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; 2.32 V ; 4.49e-09 V ; 2.38 V ; -0.00552 V ; 0.096 V ; 0.019 V ; 4.18e-10 s ; 3.59e-10 s ; No ; Yes ; ; ~ALTERA_NCEO~ ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 2.92e-09 V ; 2.47 V ; -0.0283 V ; 0.229 V ; 0.031 V ; 1.27e-10 s ; 2.34e-10 s ; Yes ; Yes ; 2.32 V ; 2.92e-09 V ; 2.47 V ; -0.0283 V ; 0.229 V ; 0.031 V ; 1.27e-10 s ; 2.34e-10 s ; Yes ; Yes ; ; ~ALTERA_DCLK~ ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 3.59e-09 V ; 2.37 V ; -0.038 V ; 0.188 V ; 0.093 V ; 3.06e-10 s ; 2.83e-10 s ; Yes ; Yes ; 2.32 V ; 3.59e-09 V ; 2.37 V ; -0.038 V ; 0.188 V ; 0.093 V ; 3.06e-10 s ; 2.83e-10 s ; Yes ; Yes ; +---------------+--------------+---------------------+---------------------+------------------------------+------------------------------+---------------------+---------------------+--------------------------------------+--------------------------------------+-----------------------------+-----------------------------+----------------------------+----------------------------+-----------------------------+-----------------------------+--------------------+--------------------+-------------------------------------+-------------------------------------+----------------------------+----------------------------+---------------------------+---------------------------+ @@ -1027,6 +1770,35 @@ Design MTBF is not calculated because the design doesn't meet its timing require ; LCD_EN ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; ; LCD_RS ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; ; LCD_ON ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.67e-07 V ; 2.35 V ; -0.00942 V ; 0.116 V ; 0.033 V ; 6.66e-10 s ; 6.27e-10 s ; Yes ; Yes ; 2.32 V ; 4.67e-07 V ; 2.35 V ; -0.00942 V ; 0.116 V ; 0.033 V ; 6.66e-10 s ; 6.27e-10 s ; Yes ; Yes ; +; VGA_CLK ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_HS ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_VS ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_BLANK_N ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_SYNC_N ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_R[0] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_R[1] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_R[2] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_R[3] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_R[4] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_R[5] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_R[6] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_R[7] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_G[0] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_G[1] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_G[2] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_G[3] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_G[4] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_G[5] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_G[6] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_G[7] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_B[0] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_B[1] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_B[2] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_B[3] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_B[4] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_B[5] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_B[6] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; +; VGA_B[7] ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; 2.32 V ; 6.92e-07 V ; 2.35 V ; -0.00996 V ; 0.121 V ; 0.03 V ; 4.64e-10 s ; 4.47e-10 s ; Yes ; Yes ; ; ~ALTERA_NCEO~ ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 4.56e-07 V ; 2.36 V ; -0.0218 V ; 0.05 V ; 0.038 V ; 2.27e-10 s ; 3.26e-10 s ; Yes ; Yes ; 2.32 V ; 4.56e-07 V ; 2.36 V ; -0.0218 V ; 0.05 V ; 0.038 V ; 2.27e-10 s ; 3.26e-10 s ; Yes ; Yes ; ; ~ALTERA_DCLK~ ; 2.5 V ; 0 s ; 0 s ; 2.32 V ; 5.55e-07 V ; 2.35 V ; -0.00881 V ; 0.093 V ; 0.011 V ; 4.44e-10 s ; 3.77e-10 s ; Yes ; Yes ; 2.32 V ; 5.55e-07 V ; 2.35 V ; -0.00881 V ; 0.093 V ; 0.011 V ; 4.44e-10 s ; 3.77e-10 s ; Yes ; Yes ; +---------------+--------------+---------------------+---------------------+------------------------------+------------------------------+---------------------+---------------------+--------------------------------------+--------------------------------------+-----------------------------+-----------------------------+----------------------------+----------------------------+-----------------------------+-----------------------------+--------------------+--------------------+-------------------------------------+-------------------------------------+----------------------------+----------------------------+---------------------------+---------------------------+ @@ -1051,28 +1823,61 @@ Design MTBF is not calculated because the design doesn't meet its timing require ; LCD_EN ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; ; LCD_RS ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; ; LCD_ON ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 2.74e-08 V ; 2.71 V ; -0.0317 V ; 0.148 V ; 0.064 V ; 4.51e-10 s ; 4.15e-10 s ; No ; Yes ; 2.62 V ; 2.74e-08 V ; 2.71 V ; -0.0317 V ; 0.148 V ; 0.064 V ; 4.51e-10 s ; 4.15e-10 s ; No ; Yes ; +; VGA_CLK ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_HS ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_VS ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_BLANK_N ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_SYNC_N ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_R[0] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_R[1] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_R[2] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_R[3] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_R[4] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_R[5] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_R[6] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_R[7] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_G[0] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_G[1] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_G[2] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_G[3] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_G[4] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_G[5] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_G[6] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_G[7] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_B[0] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_B[1] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_B[2] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_B[3] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_B[4] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_B[5] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_B[6] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; +; VGA_B[7] ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; 2.62 V ; 4.05e-08 V ; 2.72 V ; -0.0349 V ; 0.173 V ; 0.1 V ; 2.72e-10 s ; 2.69e-10 s ; Yes ; Yes ; ; ~ALTERA_NCEO~ ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 2.65e-08 V ; 3.12 V ; -0.147 V ; 0.571 V ; 0.186 V ; 8.91e-11 s ; 1.76e-10 s ; No ; Yes ; 2.62 V ; 2.65e-08 V ; 3.12 V ; -0.147 V ; 0.571 V ; 0.186 V ; 8.91e-11 s ; 1.76e-10 s ; No ; Yes ; ; ~ALTERA_DCLK~ ; 2.5 V ; 0 s ; 0 s ; 2.62 V ; 3.26e-08 V ; 2.73 V ; -0.0622 V ; 0.148 V ; 0.088 V ; 2.68e-10 s ; 2.25e-10 s ; Yes ; Yes ; 2.62 V ; 3.26e-08 V ; 2.73 V ; -0.0622 V ; 0.148 V ; 0.088 V ; 2.68e-10 s ; 2.25e-10 s ; Yes ; Yes ; +---------------+--------------+---------------------+---------------------+------------------------------+------------------------------+---------------------+---------------------+--------------------------------------+--------------------------------------+-----------------------------+-----------------------------+----------------------------+----------------------------+-----------------------------+-----------------------------+--------------------+--------------------+-------------------------------------+-------------------------------------+----------------------------+----------------------------+---------------------------+---------------------------+ -+-------------------------------------------------------------------+ -; Setup Transfers ; -+------------+----------+----------+----------+----------+----------+ -; From Clock ; To Clock ; RR Paths ; FR Paths ; RF Paths ; FF Paths ; -+------------+----------+----------+----------+----------+----------+ -; CLOCK_50 ; CLOCK_50 ; 4505 ; 0 ; 0 ; 0 ; -+------------+----------+----------+----------+----------+----------+ ++----------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Setup Transfers ; ++------------------------------------------------------+------------------------------------------------------+-----------+----------+----------+----------+ +; From Clock ; To Clock ; RR Paths ; FR Paths ; RF Paths ; FF Paths ; ++------------------------------------------------------+------------------------------------------------------+-----------+----------+----------+----------+ +; CLOCK_50 ; CLOCK_50 ; 23531652 ; 0 ; 0 ; 0 ; +; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 62365824 ; 0 ; 0 ; 0 ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 746098149 ; 0 ; 0 ; 0 ; ++------------------------------------------------------+------------------------------------------------------+-----------+----------+----------+----------+ Entries labeled "false path" only account for clock-to-clock false paths and not path-based false paths. As a result, actual path counts may be lower than reported. -+-------------------------------------------------------------------+ -; Hold Transfers ; -+------------+----------+----------+----------+----------+----------+ -; From Clock ; To Clock ; RR Paths ; FR Paths ; RF Paths ; FF Paths ; -+------------+----------+----------+----------+----------+----------+ -; CLOCK_50 ; CLOCK_50 ; 4505 ; 0 ; 0 ; 0 ; -+------------+----------+----------+----------+----------+----------+ ++----------------------------------------------------------------------------------------------------------------------------------------------------------+ +; Hold Transfers ; ++------------------------------------------------------+------------------------------------------------------+-----------+----------+----------+----------+ +; From Clock ; To Clock ; RR Paths ; FR Paths ; RF Paths ; FF Paths ; ++------------------------------------------------------+------------------------------------------------------+-----------+----------+----------+----------+ +; CLOCK_50 ; CLOCK_50 ; 23531652 ; 0 ; 0 ; 0 ; +; CLOCK_50 ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 62365824 ; 0 ; 0 ; 0 ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; 746098149 ; 0 ; 0 ; 0 ; ++------------------------------------------------------+------------------------------------------------------+-----------+----------+----------+----------+ Entries labeled "false path" only account for clock-to-clock false paths and not path-based false paths. As a result, actual path counts may be lower than reported. @@ -1088,27 +1893,28 @@ No dedicated SERDES Transmitter circuitry present in device or used in design No non-DPA dedicated SERDES Receiver circuitry present in device or used in design -+------------------------------------------------+ -; Unconstrained Paths Summary ; -+---------------------------------+-------+------+ -; Property ; Setup ; Hold ; -+---------------------------------+-------+------+ -; Illegal Clocks ; 0 ; 0 ; -; Unconstrained Clocks ; 0 ; 0 ; -; Unconstrained Input Ports ; 2 ; 2 ; -; Unconstrained Input Port Paths ; 105 ; 105 ; -; Unconstrained Output Ports ; 10 ; 10 ; -; Unconstrained Output Port Paths ; 10 ; 10 ; -+---------------------------------+-------+------+ ++-------------------------------------------------+ +; Unconstrained Paths Summary ; ++---------------------------------+-------+-------+ +; Property ; Setup ; Hold ; ++---------------------------------+-------+-------+ +; Illegal Clocks ; 0 ; 0 ; +; Unconstrained Clocks ; 0 ; 0 ; +; Unconstrained Input Ports ; 2 ; 2 ; +; Unconstrained Input Port Paths ; 28813 ; 28813 ; +; Unconstrained Output Ports ; 38 ; 38 ; +; Unconstrained Output Port Paths ; 38 ; 38 ; ++---------------------------------+-------+-------+ -+------------------------------------------+ -; Clock Status Summary ; -+----------+----------+------+-------------+ -; Target ; Clock ; Type ; Status ; -+----------+----------+------+-------------+ -; CLOCK_50 ; CLOCK_50 ; Base ; Constrained ; -+----------+----------+------+-------------+ ++---------------------------------------------------------------------------------------------------------------------------------------+ +; Clock Status Summary ; ++------------------------------------------------------+------------------------------------------------------+-----------+-------------+ +; Target ; Clock ; Type ; Status ; ++------------------------------------------------------+------------------------------------------------------+-----------+-------------+ +; CLOCK_50 ; CLOCK_50 ; Base ; Constrained ; +; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; pll_inst|altpll_component|auto_generated|pll1|clk[0] ; Generated ; Constrained ; ++------------------------------------------------------+------------------------------------------------------+-----------+-------------+ +---------------------------------------------------------------------------------------------------+ @@ -1136,6 +1942,34 @@ No non-DPA dedicated SERDES Receiver circuitry present in device or used in desi ; LCD_DATA[7] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; ; LCD_EN ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; ; LCD_RS ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_BLANK_N ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[0] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[1] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[2] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[3] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[4] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[5] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[6] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[7] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_CLK ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[0] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[1] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[2] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[3] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[4] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[5] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[6] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[7] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_HS ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[0] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[1] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[2] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[3] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[4] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[5] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[6] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[7] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_VS ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +-------------+---------------------------------------------------------------------------------------+ @@ -1164,6 +1998,34 @@ No non-DPA dedicated SERDES Receiver circuitry present in device or used in desi ; LCD_DATA[7] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; ; LCD_EN ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; ; LCD_RS ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_BLANK_N ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[0] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[1] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[2] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[3] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[4] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[5] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[6] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_B[7] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_CLK ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[0] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[1] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[2] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[3] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[4] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[5] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[6] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_G[7] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_HS ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[0] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[1] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[2] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[3] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[4] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[5] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[6] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_R[7] ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +; VGA_VS ; No output delay, min/max delays, false-path exceptions, or max skew assignments found ; +-------------+---------------------------------------------------------------------------------------+ @@ -1173,7 +2035,7 @@ No non-DPA dedicated SERDES Receiver circuitry present in device or used in desi Info: ******************************************************************* Info: Running Quartus Prime Timing Analyzer Info: Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition - Info: Processing started: Tue Nov 18 13:36:51 2025 + Info: Processing started: Mon Nov 24 13:43:16 2025 Info: Command: quartus_sta watch -c watch Info: qsta_default_script.tcl version: #1 Warning (18236): Number of processors has not been specified which may cause overloading on shared machines. Set the global assignment NUM_PARALLEL_PROCESSORS in your QSF to an appropriate value for best performance. @@ -1181,79 +2043,106 @@ Info (20030): Parallel compilation is enabled and will use 6 of the 6 processors Info (21077): Low junction temperature is 0 degrees C Info (21077): High junction temperature is 85 degrees C Critical Warning (332012): Synopsys Design Constraints File file not found: 'watch.sdc'. A Synopsys Design Constraints File is required by the Timing Analyzer to get proper timing constraints. Without it, the Compiler will not properly optimize the design. +Info (332142): No user constrained generated clocks found in the design. Calling "derive_pll_clocks -create_base_clocks" +Info (332110): Deriving PLL clocks + Info (332110): create_clock -period 20.000 -waveform {0.000 10.000} -name CLOCK_50 CLOCK_50 + Info (332110): create_generated_clock -source {pll_inst|altpll_component|auto_generated|pll1|inclk[0]} -divide_by 32 -multiply_by 95 -duty_cycle 50.00 -name {pll_inst|altpll_component|auto_generated|pll1|clk[0]} {pll_inst|altpll_component|auto_generated|pll1|clk[0]} Info (332142): No user constrained base clocks found in the design. Calling "derive_clocks -period 1.0" -Info (332105): Deriving Clocks - Info (332105): create_clock -period 1.000 -name CLOCK_50 CLOCK_50 +Info (332096): The command derive_clocks did not find any clocks to derive. No clocks were created or changed. Info (332143): No user constrained clock uncertainty found in the design. Calling "derive_clock_uncertainty" Info (332123): Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. Info: Found TIMING_ANALYZER_REPORT_SCRIPT_INCLUDE_DEFAULT_ANALYSIS = ON Info: Analyzing Slow 1200mV 85C Model Critical Warning (332148): Timing requirements not met Info (11105): For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer. -Info (332146): Worst-case setup slack is -3.952 +Info (332146): Worst-case setup slack is -24.933 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): -3.952 -315.253 CLOCK_50 -Info (332146): Worst-case hold slack is 0.373 + Info (332119): -24.933 -599.284 pll_inst|altpll_component|auto_generated|pll1|clk[0] + Info (332119): 2.097 0.000 CLOCK_50 +Info (332146): Worst-case hold slack is 0.392 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): 0.373 0.000 CLOCK_50 + Info (332119): 0.392 0.000 CLOCK_50 + Info (332119): 0.633 0.000 pll_inst|altpll_component|auto_generated|pll1|clk[0] Info (332140): No Recovery paths to report Info (332140): No Removal paths to report -Info (332146): Worst-case minimum pulse width slack is -3.000 +Info (332146): Worst-case minimum pulse width slack is 2.988 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): -3.000 -162.000 CLOCK_50 -Info (332114): Report Metastability: Found 3 synchronizer chains. - Info (332114): Design MTBF is not calculated because the design doesn't meet its timing requirements. + Info (332119): 2.988 0.000 pll_inst|altpll_component|auto_generated|pll1|clk[0] + Info (332119): 9.716 0.000 CLOCK_50 +Info (332114): Report Metastability: Found 1 synchronizer chains. + Info (332114): The design MTBF is not calculated because there are no specified synchronizers in the design. + Info (332114): Number of Synchronizer Chains Found: 1 + Info (332114): Shortest Synchronizer Chain: 2 Registers + Info (332114): Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 + Info (332114): Worst Case Available Settling Time: 34.056 ns + Info (332114): Info: Analyzing Slow 1200mV 0C Model Info (334003): Started post-fitting delay annotation Info (334004): Delay annotation completed successfully Info (332123): Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. Critical Warning (332148): Timing requirements not met Info (11105): For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer. -Info (332146): Worst-case setup slack is -3.513 +Info (332146): Worst-case setup slack is -22.972 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): -3.513 -278.898 CLOCK_50 -Info (332146): Worst-case hold slack is 0.327 + Info (332119): -22.972 -548.094 pll_inst|altpll_component|auto_generated|pll1|clk[0] + Info (332119): 3.410 0.000 CLOCK_50 +Info (332146): Worst-case hold slack is 0.344 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): 0.327 0.000 CLOCK_50 + Info (332119): 0.344 0.000 CLOCK_50 + Info (332119): 0.576 0.000 pll_inst|altpll_component|auto_generated|pll1|clk[0] Info (332140): No Recovery paths to report Info (332140): No Removal paths to report -Info (332146): Worst-case minimum pulse width slack is -3.000 +Info (332146): Worst-case minimum pulse width slack is 2.981 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): -3.000 -162.000 CLOCK_50 -Info (332114): Report Metastability: Found 3 synchronizer chains. - Info (332114): Design MTBF is not calculated because the design doesn't meet its timing requirements. + Info (332119): 2.981 0.000 pll_inst|altpll_component|auto_generated|pll1|clk[0] + Info (332119): 9.703 0.000 CLOCK_50 +Info (332114): Report Metastability: Found 1 synchronizer chains. + Info (332114): The design MTBF is not calculated because there are no specified synchronizers in the design. + Info (332114): Number of Synchronizer Chains Found: 1 + Info (332114): Shortest Synchronizer Chain: 2 Registers + Info (332114): Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 + Info (332114): Worst Case Available Settling Time: 34.485 ns + Info (332114): Info: Analyzing Fast 1200mV 0C Model Info (332123): Deriving Clock Uncertainty. Please refer to report_sdc in the Timing Analyzer to see clock uncertainties. Critical Warning (332148): Timing requirements not met Info (11105): For recommendations on closing timing, run Report Timing Closure Recommendations in the Timing Analyzer. -Info (332146): Worst-case setup slack is -1.354 +Info (332146): Worst-case setup slack is -13.072 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): -1.354 -98.743 CLOCK_50 -Info (332146): Worst-case hold slack is 0.166 + Info (332119): -13.072 -309.696 pll_inst|altpll_component|auto_generated|pll1|clk[0] + Info (332119): 10.318 0.000 CLOCK_50 +Info (332146): Worst-case hold slack is 0.175 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): 0.166 0.000 CLOCK_50 + Info (332119): 0.175 0.000 CLOCK_50 + Info (332119): 0.287 0.000 pll_inst|altpll_component|auto_generated|pll1|clk[0] Info (332140): No Recovery paths to report Info (332140): No Removal paths to report -Info (332146): Worst-case minimum pulse width slack is -3.000 +Info (332146): Worst-case minimum pulse width slack is 3.100 Info (332119): Slack End Point TNS Clock Info (332119): ========= =================== ===================== - Info (332119): -3.000 -110.787 CLOCK_50 -Info (332114): Report Metastability: Found 3 synchronizer chains. - Info (332114): Design MTBF is not calculated because the design doesn't meet its timing requirements. + Info (332119): 3.100 0.000 pll_inst|altpll_component|auto_generated|pll1|clk[0] + Info (332119): 9.451 0.000 CLOCK_50 +Info (332114): Report Metastability: Found 1 synchronizer chains. + Info (332114): The design MTBF is not calculated because there are no specified synchronizers in the design. + Info (332114): Number of Synchronizer Chains Found: 1 + Info (332114): Shortest Synchronizer Chain: 2 Registers + Info (332114): Fraction of Chains for which MTBFs Could Not be Calculated: 1.000 + Info (332114): Worst Case Available Settling Time: 36.801 ns + Info (332114): Info (332102): Design is not fully constrained for setup requirements Info (332102): Design is not fully constrained for hold requirements Info: Quartus Prime Timing Analyzer was successful. 0 errors, 5 warnings - Info: Peak virtual memory: 4929 megabytes - Info: Processing ended: Tue Nov 18 13:36:52 2025 - Info: Elapsed time: 00:00:01 - Info: Total CPU time (on all processors): 00:00:02 + Info: Peak virtual memory: 5453 megabytes + Info: Processing ended: Mon Nov 24 13:43:30 2025 + Info: Elapsed time: 00:00:14 + Info: Total CPU time (on all processors): 00:00:18 diff --git a/Code/FPGA/watch/output_files/watch.sta.summary b/Code/FPGA/watch/output_files/watch.sta.summary index 6e8e615..6454e68 100644 --- a/Code/FPGA/watch/output_files/watch.sta.summary +++ b/Code/FPGA/watch/output_files/watch.sta.summary @@ -2,40 +2,76 @@ Timing Analyzer Summary ------------------------------------------------------------ +Type : Slow 1200mV 85C Model Setup 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : -24.933 +TNS : -599.284 + Type : Slow 1200mV 85C Model Setup 'CLOCK_50' -Slack : -3.952 -TNS : -315.253 +Slack : 2.097 +TNS : 0.000 Type : Slow 1200mV 85C Model Hold 'CLOCK_50' -Slack : 0.373 +Slack : 0.392 +TNS : 0.000 + +Type : Slow 1200mV 85C Model Hold 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : 0.633 +TNS : 0.000 + +Type : Slow 1200mV 85C Model Minimum Pulse Width 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : 2.988 TNS : 0.000 Type : Slow 1200mV 85C Model Minimum Pulse Width 'CLOCK_50' -Slack : -3.000 -TNS : -162.000 +Slack : 9.716 +TNS : 0.000 + +Type : Slow 1200mV 0C Model Setup 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : -22.972 +TNS : -548.094 Type : Slow 1200mV 0C Model Setup 'CLOCK_50' -Slack : -3.513 -TNS : -278.898 +Slack : 3.410 +TNS : 0.000 Type : Slow 1200mV 0C Model Hold 'CLOCK_50' -Slack : 0.327 +Slack : 0.344 +TNS : 0.000 + +Type : Slow 1200mV 0C Model Hold 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : 0.576 +TNS : 0.000 + +Type : Slow 1200mV 0C Model Minimum Pulse Width 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : 2.981 TNS : 0.000 Type : Slow 1200mV 0C Model Minimum Pulse Width 'CLOCK_50' -Slack : -3.000 -TNS : -162.000 +Slack : 9.703 +TNS : 0.000 + +Type : Fast 1200mV 0C Model Setup 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : -13.072 +TNS : -309.696 Type : Fast 1200mV 0C Model Setup 'CLOCK_50' -Slack : -1.354 -TNS : -98.743 +Slack : 10.318 +TNS : 0.000 Type : Fast 1200mV 0C Model Hold 'CLOCK_50' -Slack : 0.166 +Slack : 0.175 +TNS : 0.000 + +Type : Fast 1200mV 0C Model Hold 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : 0.287 +TNS : 0.000 + +Type : Fast 1200mV 0C Model Minimum Pulse Width 'pll_inst|altpll_component|auto_generated|pll1|clk[0]' +Slack : 3.100 TNS : 0.000 Type : Fast 1200mV 0C Model Minimum Pulse Width 'CLOCK_50' -Slack : -3.000 -TNS : -110.787 +Slack : 9.451 +TNS : 0.000 ------------------------------------------------------------ diff --git a/Code/FPGA/watch/simulation/questa/watch.vo b/Code/FPGA/watch/simulation/questa/watch.vo index 69a66a4..18bc9b4 100644 --- a/Code/FPGA/watch/simulation/questa/watch.vo +++ b/Code/FPGA/watch/simulation/questa/watch.vo @@ -17,7 +17,7 @@ // PROGRAM "Quartus Prime" // VERSION "Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition" -// DATE "11/18/2025 13:36:54" +// DATE "11/24/2025 13:43:32" // // Device: Altera EP4CGX150DF31C7 Package FBGA896 @@ -40,7 +40,15 @@ module de2i_150_top ( LCD_RW, LCD_EN, LCD_RS, - LCD_ON); + LCD_ON, + VGA_CLK, + VGA_HS, + VGA_VS, + VGA_BLANK_N, + VGA_SYNC_N, + VGA_R, + VGA_G, + VGA_B); input CLOCK_50; input [3:0] KEY; input UART_RXD; @@ -52,6 +60,14 @@ output LCD_RW; output LCD_EN; output LCD_RS; output LCD_ON; +output VGA_CLK; +output VGA_HS; +output VGA_VS; +output VGA_BLANK_N; +output VGA_SYNC_N; +output [7:0] VGA_R; +output [7:0] VGA_G; +output [7:0] VGA_B; // Design Ports Information // KEY[1] => Location: PIN_AE25, I/O Standard: 2.5 V, Current Strength: Default @@ -72,6 +88,35 @@ output LCD_ON; // LCD_EN => Location: PIN_AF4, I/O Standard: 2.5 V, Current Strength: Default // LCD_RS => Location: PIN_AG3, I/O Standard: 2.5 V, Current Strength: Default // LCD_ON => Location: PIN_AF27, I/O Standard: 2.5 V, Current Strength: Default +// VGA_CLK => Location: PIN_D27, I/O Standard: 2.5 V, Current Strength: Default +// VGA_HS => Location: PIN_B24, I/O Standard: 2.5 V, Current Strength: Default +// VGA_VS => Location: PIN_A24, I/O Standard: 2.5 V, Current Strength: Default +// VGA_BLANK_N => Location: PIN_F25, I/O Standard: 2.5 V, Current Strength: Default +// VGA_SYNC_N => Location: PIN_AH20, I/O Standard: 2.5 V, Current Strength: Default +// VGA_R[0] => Location: PIN_A17, I/O Standard: 2.5 V, Current Strength: Default +// VGA_R[1] => Location: PIN_C18, I/O Standard: 2.5 V, Current Strength: Default +// VGA_R[2] => Location: PIN_B18, I/O Standard: 2.5 V, Current Strength: Default +// VGA_R[3] => Location: PIN_A18, I/O Standard: 2.5 V, Current Strength: Default +// VGA_R[4] => Location: PIN_E18, I/O Standard: 2.5 V, Current Strength: Default +// VGA_R[5] => Location: PIN_E19, I/O Standard: 2.5 V, Current Strength: Default +// VGA_R[6] => Location: PIN_B19, I/O Standard: 2.5 V, Current Strength: Default +// VGA_R[7] => Location: PIN_C19, I/O Standard: 2.5 V, Current Strength: Default +// VGA_G[0] => Location: PIN_D20, I/O Standard: 2.5 V, Current Strength: Default +// VGA_G[1] => Location: PIN_C20, I/O Standard: 2.5 V, Current Strength: Default +// VGA_G[2] => Location: PIN_A20, I/O Standard: 2.5 V, Current Strength: Default +// VGA_G[3] => Location: PIN_K19, I/O Standard: 2.5 V, Current Strength: Default +// VGA_G[4] => Location: PIN_A21, I/O Standard: 2.5 V, Current Strength: Default +// VGA_G[5] => Location: PIN_F21, I/O Standard: 2.5 V, Current Strength: Default +// VGA_G[6] => Location: PIN_A22, I/O Standard: 2.5 V, Current Strength: Default +// VGA_G[7] => Location: PIN_B22, I/O Standard: 2.5 V, Current Strength: Default +// VGA_B[0] => Location: PIN_E24, I/O Standard: 2.5 V, Current Strength: Default +// VGA_B[1] => Location: PIN_C24, I/O Standard: 2.5 V, Current Strength: Default +// VGA_B[2] => Location: PIN_B25, I/O Standard: 2.5 V, Current Strength: Default +// VGA_B[3] => Location: PIN_C23, I/O Standard: 2.5 V, Current Strength: Default +// VGA_B[4] => Location: PIN_F24, I/O Standard: 2.5 V, Current Strength: Default +// VGA_B[5] => Location: PIN_A23, I/O Standard: 2.5 V, Current Strength: Default +// VGA_B[6] => Location: PIN_G25, I/O Standard: 2.5 V, Current Strength: Default +// VGA_B[7] => Location: PIN_C22, I/O Standard: 2.5 V, Current Strength: Default // CLOCK_50 => Location: PIN_AJ16, I/O Standard: 2.5 V, Current Strength: Default // KEY[0] => Location: PIN_AA26, I/O Standard: 2.5 V, Current Strength: Default // UART_RXD => Location: PIN_B27, I/O Standard: 2.5 V, Current Strength: Default @@ -92,37 +137,46 @@ wire \KEY[1]~input_o ; wire \KEY[2]~input_o ; wire \KEY[3]~input_o ; wire \UART_CTS~input_o ; -wire \UART_TXD~output_o ; -wire \UART_RTS~output_o ; -wire \LCD_DATA[0]~output_o ; -wire \LCD_DATA[1]~output_o ; -wire \LCD_DATA[2]~output_o ; -wire \LCD_DATA[3]~output_o ; -wire \LCD_DATA[4]~output_o ; -wire \LCD_DATA[5]~output_o ; -wire \LCD_DATA[6]~output_o ; -wire \LCD_DATA[7]~output_o ; -wire \LCD_RW~output_o ; -wire \LCD_EN~output_o ; -wire \LCD_RS~output_o ; -wire \LCD_ON~output_o ; +wire \~ALTERA_NCEO~~padout ; +wire \~ALTERA_DATA0~~ibuf_o ; +wire \~ALTERA_DATA0~~padout ; +wire \~ALTERA_ASDO_DATA1~~ibuf_o ; +wire \~ALTERA_ASDO_DATA1~~padout ; +wire \~ALTERA_NCSO~~ibuf_o ; +wire \~ALTERA_NCSO~~padout ; +wire \~ALTERA_DCLK~~padout ; +wire \~ALTERA_NCEO~~obuf_o ; +wire \~ALTERA_DCLK~~obuf_o ; wire \CLOCK_50~input_o ; wire \CLOCK_50~inputclkctrl_outclk ; -wire \lcd_inst|cnt[0]~22_combout ; +wire \lcd_inst|LCD_DATA[4]~0_combout ; +wire \lcd_inst|cnt[0]~20_combout ; wire \KEY[0]~input_o ; -wire \lcd_inst|Selector31~7_combout ; -wire \lcd_inst|LessThan1~1_combout ; +wire \lcd_inst|LessThan0~0_combout ; +wire \lcd_inst|LessThan1~3_combout ; +wire \lcd_inst|LessThan0~1_combout ; +wire \lcd_inst|LessThan0~2_combout ; +wire \lcd_inst|LessThan0~3_combout ; +wire \lcd_inst|LessThan0~4_combout ; wire \lcd_inst|LessThan1~0_combout ; -wire \lcd_inst|Selector31~8_combout ; -wire \lcd_inst|Selector33~5_combout ; -wire \lcd_inst|Selector31~9_combout ; -wire \lcd_inst|cnt[18]~59 ; -wire \lcd_inst|cnt[19]~60_combout ; -wire \lcd_inst|Selector31~5_combout ; -wire \lcd_inst|Selector31~10_combout ; -wire \lcd_inst|Selector33~6_combout ; +wire \lcd_inst|LessThan2~0_combout ; +wire \lcd_inst|WideOr3~0_combout ; +wire \lcd_inst|delay_target[10]~2_combout ; +wire \lcd_inst|LessThan2~1_combout ; +wire \lcd_inst|LessThan2~2_combout ; +wire \lcd_inst|LessThan2~3_combout ; +wire \lcd_inst|LessThan2~4_combout ; +wire \lcd_inst|LessThan2~5_combout ; +wire \lcd_inst|LessThan2~8_combout ; +wire \lcd_inst|LessThan2~9_combout ; +wire \lcd_inst|LessThan2~6_combout ; +wire \lcd_inst|LessThan1~1_combout ; +wire \lcd_inst|LessThan1~6_combout ; +wire \lcd_inst|LessThan1~4_combout ; +wire \lcd_inst|LessThan1~5_combout ; +wire \lcd_inst|LessThan1~2_combout ; +wire \lcd_inst|LessThan1~7_combout ; wire \lcd_inst|Selector33~8_combout ; -wire \lcd_inst|Selector33~7_combout ; wire \lcd_inst|Selector22~0_combout ; wire \lcd_inst|state.S_INIT_1~q ; wire \lcd_inst|Selector43~0_combout ; @@ -156,144 +210,83 @@ wire \lcd_inst|state.S_DISP_ON~q ; wire \lcd_inst|Selector38~0_combout ; wire \lcd_inst|Selector60~0_combout ; wire \lcd_inst|Selector60~1_combout ; -wire \lcd_inst|delay_target[10]~1_combout ; -wire \lcd_inst|delay_target[10]~0_combout ; -wire \lcd_inst|delay_target[12]~feeder_combout ; -wire \lcd_inst|LessThan2~0_combout ; -wire \lcd_inst|LessThan2~1_combout ; -wire \lcd_inst|LessThan2~5_combout ; -wire \lcd_inst|LessThan2~6_combout ; +wire \lcd_inst|delay_target[10]~3_combout ; wire \lcd_inst|LessThan2~7_combout ; -wire \lcd_inst|LessThan2~2_combout ; -wire \lcd_inst|LessThan2~3_combout ; -wire \lcd_inst|LessThan2~4_combout ; -wire \lcd_inst|LessThan2~8_combout ; -wire \lcd_inst|LessThan2~9_combout ; +wire \lcd_inst|Selector31~5_combout ; wire \lcd_inst|Selector31~6_combout ; -wire \lcd_inst|Selector33~9_combout ; -wire \lcd_inst|state.S_DELAY~q ; -wire \lcd_inst|Selector31~13_combout ; -wire \lcd_inst|Selector31~14_combout ; -wire \lcd_inst|Selector31~11_combout ; -wire \lcd_inst|Selector31~12_combout ; -wire \lcd_inst|LessThan0~5_combout ; -wire \lcd_inst|Selector31~17_combout ; -wire \lcd_inst|Selector31~18_combout ; -wire \lcd_inst|Selector31~15_combout ; +wire \lcd_inst|cnt[7]~54_combout ; +wire \lcd_inst|cnt[0]~21 ; +wire \lcd_inst|cnt[1]~22_combout ; +wire \lcd_inst|cnt[1]~23 ; +wire \lcd_inst|cnt[2]~24_combout ; +wire \lcd_inst|cnt[2]~25 ; +wire \lcd_inst|cnt[3]~26_combout ; +wire \lcd_inst|cnt[3]~27 ; +wire \lcd_inst|cnt[4]~28_combout ; +wire \lcd_inst|cnt[4]~29 ; +wire \lcd_inst|cnt[5]~30_combout ; +wire \lcd_inst|cnt[5]~31 ; +wire \lcd_inst|cnt[6]~32_combout ; +wire \lcd_inst|cnt[6]~33 ; +wire \lcd_inst|cnt[7]~34_combout ; +wire \lcd_inst|cnt[7]~35 ; +wire \lcd_inst|cnt[8]~36_combout ; +wire \lcd_inst|cnt[8]~37 ; +wire \lcd_inst|cnt[9]~38_combout ; +wire \lcd_inst|cnt[9]~39 ; +wire \lcd_inst|cnt[10]~40_combout ; +wire \lcd_inst|cnt[10]~41 ; +wire \lcd_inst|cnt[11]~42_combout ; +wire \lcd_inst|cnt[11]~43 ; +wire \lcd_inst|cnt[12]~44_combout ; +wire \lcd_inst|cnt[12]~45 ; +wire \lcd_inst|cnt[13]~46_combout ; +wire \lcd_inst|cnt[13]~47 ; +wire \lcd_inst|cnt[14]~48_combout ; +wire \lcd_inst|cnt[14]~49 ; +wire \lcd_inst|cnt[15]~50_combout ; +wire \lcd_inst|cnt[15]~51 ; +wire \lcd_inst|cnt[16]~52_combout ; +wire \lcd_inst|cnt[16]~53 ; +wire \lcd_inst|cnt[17]~55_combout ; +wire \lcd_inst|cnt[17]~56 ; +wire \lcd_inst|cnt[18]~57_combout ; +wire \lcd_inst|cnt[18]~58 ; +wire \lcd_inst|cnt[19]~59_combout ; +wire \lcd_inst|Selector33~3_combout ; +wire \lcd_inst|Selector30~0_combout ; +wire \lcd_inst|Selector50~0_combout ; +wire \lcd_inst|Selector50~1_combout ; +wire \lcd_inst|next_state_after_delay.S_IDLE~q ; +wire \lcd_inst|Selector30~1_combout ; +wire \lcd_inst|state.S_IDLE~q ; +wire \lcd_inst|Selector31~7_combout ; +wire \lcd_inst|state.S_WAIT_EN~q ; wire \lcd_inst|state.S_HOLD~0_combout ; wire \lcd_inst|state.S_HOLD~1_combout ; wire \lcd_inst|state.S_HOLD~q ; wire \lcd_inst|Selector31~4_combout ; -wire \lcd_inst|Selector31~16_combout ; -wire \lcd_inst|state.S_WAIT_EN~q ; -wire \lcd_inst|cnt[3]~62_combout ; -wire \lcd_inst|cnt[0]~23 ; -wire \lcd_inst|cnt[1]~24_combout ; -wire \lcd_inst|cnt[1]~25 ; -wire \lcd_inst|cnt[2]~26_combout ; -wire \lcd_inst|cnt[2]~27 ; -wire \lcd_inst|cnt[3]~28_combout ; -wire \lcd_inst|cnt[3]~29 ; -wire \lcd_inst|cnt[4]~30_combout ; -wire \lcd_inst|cnt[4]~31 ; -wire \lcd_inst|cnt[5]~32_combout ; -wire \lcd_inst|cnt[5]~33 ; -wire \lcd_inst|cnt[6]~34_combout ; -wire \lcd_inst|cnt[6]~35 ; -wire \lcd_inst|cnt[7]~36_combout ; -wire \lcd_inst|cnt[7]~37 ; -wire \lcd_inst|cnt[8]~38_combout ; -wire \lcd_inst|cnt[8]~39 ; -wire \lcd_inst|cnt[9]~40_combout ; -wire \lcd_inst|cnt[9]~41 ; -wire \lcd_inst|cnt[10]~42_combout ; -wire \lcd_inst|cnt[10]~43 ; -wire \lcd_inst|cnt[11]~44_combout ; -wire \lcd_inst|cnt[11]~45 ; -wire \lcd_inst|cnt[12]~46_combout ; -wire \lcd_inst|cnt[12]~47 ; -wire \lcd_inst|cnt[13]~48_combout ; -wire \lcd_inst|cnt[13]~49 ; -wire \lcd_inst|cnt[14]~50_combout ; -wire \lcd_inst|cnt[14]~51 ; -wire \lcd_inst|cnt[15]~52_combout ; -wire \lcd_inst|cnt[15]~53 ; -wire \lcd_inst|cnt[16]~54_combout ; -wire \lcd_inst|cnt[16]~55 ; -wire \lcd_inst|cnt[17]~56_combout ; -wire \lcd_inst|cnt[17]~57 ; -wire \lcd_inst|cnt[18]~58_combout ; -wire \lcd_inst|LessThan0~2_combout ; -wire \lcd_inst|LessThan0~3_combout ; -wire \lcd_inst|LessThan0~0_combout ; -wire \lcd_inst|LessThan0~1_combout ; -wire \lcd_inst|LessThan0~4_combout ; +wire \lcd_inst|Selector33~9_combout ; +wire \lcd_inst|Selector33~5_combout ; +wire \lcd_inst|Selector33~6_combout ; +wire \lcd_inst|Selector33~7_combout ; +wire \lcd_inst|state.S_DELAY~q ; +wire \lcd_inst|Selector33~4_combout ; wire \lcd_inst|state.S_PWR_UP~0_combout ; wire \lcd_inst|state.S_PWR_UP~q ; -wire \lcd_inst|WideOr3~0_combout ; -wire \lcd_inst|Selector50~0_combout ; -wire \lcd_inst|Selector50~1_combout ; -wire \lcd_inst|next_state_after_delay.S_IDLE~q ; -wire \lcd_inst|Selector30~1_combout ; -wire \lcd_inst|Selector30~0_combout ; -wire \lcd_inst|Selector30~2_combout ; -wire \lcd_inst|state.S_IDLE~q ; wire \lcd_inst|Selector0~0_combout ; wire \lcd_inst|busy~q ; wire \uart_inst|clk_cnt[0]~16_combout ; -wire \uart_inst|Selector19~2_combout ; -wire \uart_inst|Selector19~3_combout ; -wire \uart_inst|Equal0~0_combout ; wire \UART_RXD~input_o ; wire \uart_inst|rx_sync_stage1~0_combout ; wire \uart_inst|rx_sync_stage1~q ; wire \uart_inst|rx_sync_stage2~feeder_combout ; wire \uart_inst|rx_sync_stage2~q ; -wire \uart_inst|Selector19~5_combout ; -wire \uart_inst|state.S_IDLE~q ; -wire \uart_inst|LessThan1~3_combout ; -wire \uart_inst|LessThan1~0_combout ; -wire \uart_inst|LessThan1~1_combout ; -wire \uart_inst|LessThan1~2_combout ; -wire \uart_inst|LessThan1~4_combout ; -wire \uart_inst|Selector18~0_combout ; -wire \uart_inst|Selector18~1_combout ; -wire \uart_inst|LessThan1~5_combout ; -wire \uart_inst|Selector17~0_combout ; -wire \uart_inst|Selector17~1_combout ; -wire \uart_inst|state~16_combout ; -wire \uart_inst|Selector16~0_combout ; -wire \uart_inst|Selector16~1_combout ; -wire \uart_inst|state~17_combout ; -wire \uart_inst|state~18_combout ; -wire \uart_inst|Selector21~0_combout ; -wire \uart_inst|state.S_DATA_BITS~q ; -wire \uart_inst|Selector20~0_combout ; -wire \uart_inst|Selector20~1_combout ; -wire \uart_inst|Selector20~2_combout ; -wire \uart_inst|Selector22~0_combout ; -wire \uart_inst|state.S_STOP_BIT~q ; -wire \uart_inst|Selector23~0_combout ; -wire \uart_inst|state.S_CLEANUP~q ; -wire \uart_inst|Selector20~3_combout ; -wire \uart_inst|Selector20~4_combout ; -wire \uart_inst|state.S_START_BIT~q ; -wire \uart_inst|Selector19~0_combout ; -wire \uart_inst|Selector19~1_combout ; -wire \uart_inst|Selector19~4_combout ; -wire \uart_inst|clk_cnt[6]~48_combout ; -wire \uart_inst|clk_cnt[6]~49_combout ; -wire \uart_inst|clk_cnt[6]~50_combout ; -wire \uart_inst|clk_cnt[0]~17 ; -wire \uart_inst|clk_cnt[1]~18_combout ; -wire \uart_inst|clk_cnt[1]~19 ; -wire \uart_inst|clk_cnt[2]~20_combout ; -wire \uart_inst|clk_cnt[2]~21 ; -wire \uart_inst|clk_cnt[3]~22_combout ; -wire \uart_inst|clk_cnt[3]~23 ; -wire \uart_inst|clk_cnt[4]~24_combout ; wire \uart_inst|clk_cnt[4]~25 ; wire \uart_inst|clk_cnt[5]~26_combout ; +wire \uart_inst|Selector23~1_combout ; +wire \uart_inst|state.S_CLEANUP~q ; +wire \uart_inst|clk_cnt[0]~50_combout ; wire \uart_inst|clk_cnt[5]~27 ; wire \uart_inst|clk_cnt[6]~28_combout ; wire \uart_inst|clk_cnt[6]~29 ; @@ -308,73 +301,60863 @@ wire \uart_inst|clk_cnt[10]~37 ; wire \uart_inst|clk_cnt[11]~38_combout ; wire \uart_inst|clk_cnt[11]~39 ; wire \uart_inst|clk_cnt[12]~40_combout ; +wire \uart_inst|LessThan1~0_combout ; +wire \uart_inst|LessThan1~1_combout ; +wire \uart_inst|LessThan1~2_combout ; +wire \uart_inst|LessThan1~3_combout ; wire \uart_inst|clk_cnt[12]~41 ; wire \uart_inst|clk_cnt[13]~42_combout ; wire \uart_inst|clk_cnt[13]~43 ; wire \uart_inst|clk_cnt[14]~44_combout ; wire \uart_inst|clk_cnt[14]~45 ; wire \uart_inst|clk_cnt[15]~46_combout ; +wire \uart_inst|LessThan1~5_combout ; +wire \uart_inst|LessThan1~4_combout ; +wire \uart_inst|Selector18~0_combout ; +wire \uart_inst|Selector19~0_combout ; +wire \uart_inst|state.S_IDLE~q ; +wire \uart_inst|Selector18~1_combout ; +wire \uart_inst|Selector17~0_combout ; +wire \uart_inst|Selector17~1_combout ; +wire \uart_inst|Selector16~0_combout ; +wire \uart_inst|Selector16~1_combout ; +wire \uart_inst|state~16_combout ; +wire \uart_inst|Selector21~5_combout ; +wire \uart_inst|state.S_DATA_BITS~q ; +wire \uart_inst|clk_cnt[0]~48_combout ; +wire \uart_inst|clk_cnt[0]~49_combout ; +wire \uart_inst|clk_cnt[0]~17 ; +wire \uart_inst|clk_cnt[1]~18_combout ; +wire \uart_inst|clk_cnt[1]~19 ; +wire \uart_inst|clk_cnt[2]~20_combout ; +wire \uart_inst|clk_cnt[2]~21 ; +wire \uart_inst|clk_cnt[3]~22_combout ; +wire \uart_inst|clk_cnt[3]~23 ; +wire \uart_inst|clk_cnt[4]~24_combout ; +wire \uart_inst|Selector21~2_combout ; +wire \uart_inst|Selector21~3_combout ; +wire \uart_inst|Selector23~2_combout ; +wire \uart_inst|Selector23~0_combout ; +wire \uart_inst|Selector20~0_combout ; +wire \uart_inst|state.S_START_BIT~q ; +wire \uart_inst|Selector21~0_combout ; +wire \uart_inst|Selector21~1_combout ; +wire \uart_inst|Selector21~4_combout ; +wire \uart_inst|Selector22~1_combout ; +wire \uart_inst|Selector22~0_combout ; +wire \uart_inst|Selector22~2_combout ; +wire \uart_inst|state.S_STOP_BIT~q ; wire \uart_inst|rx_data[0]~0_combout ; wire \uart_inst|rx_ready~q ; wire \always0~0_combout ; wire \lcd_char_valid~q ; -wire \lcd_inst|Selector42~1_combout ; wire \uart_inst|Decoder0~0_combout ; wire \uart_inst|Decoder0~1_combout ; wire \uart_inst|rx_byte[0]~0_combout ; -wire \lcd_char_data[0]~0_combout ; +wire \uart_inst|rx_data[0]~feeder_combout ; wire \lcd_inst|Selector42~0_combout ; -wire \lcd_inst|Selector42~2_combout ; +wire \lcd_inst|Selector42~1_combout ; wire \uart_inst|Decoder0~2_combout ; wire \uart_inst|rx_byte[1]~1_combout ; +wire \uart_inst|rx_data[1]~feeder_combout ; wire \lcd_inst|Selector41~0_combout ; wire \lcd_inst|Selector41~1_combout ; wire \uart_inst|Decoder0~3_combout ; wire \uart_inst|rx_byte[2]~2_combout ; wire \uart_inst|rx_data[2]~feeder_combout ; wire \lcd_inst|Selector40~0_combout ; +wire \lcd_inst|Selector42~2_combout ; wire \lcd_inst|Selector40~1_combout ; wire \uart_inst|Decoder0~4_combout ; wire \uart_inst|rx_byte[3]~3_combout ; -wire \uart_inst|rx_data[3]~feeder_combout ; wire \lcd_inst|Selector39~0_combout ; wire \lcd_inst|Selector39~1_combout ; wire \lcd_inst|Selector38~1_combout ; wire \lcd_inst|LCD_DATA[4]~feeder_combout ; wire \uart_inst|Decoder0~5_combout ; wire \uart_inst|rx_byte[4]~4_combout ; -wire \uart_inst|rx_data[4]~feeder_combout ; wire \lcd_inst|LCD_DATA[5]~feeder_combout ; wire \uart_inst|Decoder0~6_combout ; wire \uart_inst|rx_byte[5]~5_combout ; +wire \uart_inst|rx_data[5]~feeder_combout ; wire \lcd_char_data[5]~feeder_combout ; wire \uart_inst|Decoder0~7_combout ; wire \uart_inst|rx_byte[6]~6_combout ; -wire \lcd_char_data[6]~feeder_combout ; -wire \lcd_inst|Selector33~4_combout ; +wire \lcd_inst|Selector33~2_combout ; wire \lcd_inst|Selector36~0_combout ; wire \uart_inst|Decoder0~8_combout ; wire \uart_inst|rx_byte[7]~7_combout ; -wire \lcd_char_data[7]~feeder_combout ; +wire \uart_inst|rx_data[7]~feeder_combout ; wire \lcd_inst|Selector35~0_combout ; wire \lcd_inst|LCD_EN~feeder_combout ; wire \lcd_inst|LCD_EN~q ; wire \lcd_inst|Selector34~0_combout ; wire \lcd_inst|LCD_RS~q ; +wire \pll_inst|altpll_component|auto_generated|wire_pll1_fbout ; +wire \pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ; +wire \vga_c|Add1~0_combout ; +wire \pll_inst|altpll_component|auto_generated|wire_pll1_locked ; +wire \comb~0_combout ; +wire \comb~0clkctrl_outclk ; +wire \vga_c|Add1~1 ; +wire \vga_c|Add1~2_combout ; +wire \vga_c|Add1~3 ; +wire \vga_c|Add1~4_combout ; +wire \vga_c|Add1~5 ; +wire \vga_c|Add1~6_combout ; +wire \vga_c|h_cnt~2_combout ; +wire \vga_c|Add1~7 ; +wire \vga_c|Add1~8_combout ; +wire \vga_c|h_cnt~1_combout ; +wire \vga_c|Add1~9 ; +wire \vga_c|Add1~10_combout ; +wire \vga_c|Add1~11 ; +wire \vga_c|Add1~12_combout ; +wire \vga_c|Add1~13 ; +wire \vga_c|Add1~15 ; +wire \vga_c|Add1~16_combout ; +wire \vga_c|Add1~17 ; +wire \vga_c|Add1~18_combout ; +wire \vga_c|Add1~19 ; +wire \vga_c|Add1~20_combout ; +wire \vga_c|Add1~21 ; +wire \vga_c|Add1~22_combout ; +wire \vga_c|h_cnt~3_combout ; +wire \vga_c|Equal0~2_combout ; +wire \vga_c|Equal0~0_combout ; +wire \vga_c|Equal0~1_combout ; +wire \vga_c|Equal0~3_combout ; +wire \vga_c|Add1~14_combout ; +wire \vga_c|h_cnt~0_combout ; +wire \vga_c|LessThan0~0_combout ; +wire \vga_c|h_sync~0_combout ; +wire \vga_c|LessThan3~0_combout ; +wire \vga_c|h_sync~1_combout ; +wire \vga_c|h_sync~q ; +wire \vga_c|Add0~3 ; +wire \vga_c|Add0~4_combout ; +wire \vga_c|v_cnt~1_combout ; +wire \vga_c|Add0~5 ; +wire \vga_c|Add0~6_combout ; +wire \vga_c|Add0~7 ; +wire \vga_c|Add0~8_combout ; +wire \vga_c|Equal1~1_combout ; +wire \vga_c|Add0~9 ; +wire \vga_c|Add0~10_combout ; +wire \vga_c|v_cnt~4_combout ; +wire \vga_c|Add0~11 ; +wire \vga_c|Add0~12_combout ; +wire \vga_c|v_cnt~2_combout ; +wire \vga_c|Equal1~2_combout ; +wire \vga_c|Add0~13 ; +wire \vga_c|Add0~14_combout ; +wire \vga_c|Add0~15 ; +wire \vga_c|Add0~16_combout ; +wire \vga_c|Add0~17 ; +wire \vga_c|Add0~18_combout ; +wire \vga_c|video_on~0_combout ; +wire \vga_c|Add0~19 ; +wire \vga_c|Add0~20_combout ; +wire \vga_c|v_cnt~0_combout ; +wire \vga_c|Add0~21 ; +wire \vga_c|Add0~22_combout ; +wire \vga_c|Equal1~0_combout ; +wire \vga_c|Equal1~3_combout ; +wire \vga_c|Add0~0_combout ; +wire \vga_c|v_cnt~3_combout ; +wire \vga_c|Add0~1 ; +wire \vga_c|Add0~2_combout ; +wire \vga_c|v_sync~0_combout ; +wire \vga_c|v_sync~1_combout ; +wire \vga_c|v_sync~2_combout ; +wire \vga_c|v_sync~q ; +wire \vga_c|LessThan1~0_combout ; +wire \vga_c|video_on~1_combout ; +wire \vga_c|video_on~2_combout ; +wire \vga_c|blank_n~q ; +wire \text_gen|always1~0_combout ; +wire \text_gen|Add4~1 ; +wire \text_gen|Add4~2_combout ; +wire \text_gen|Add4~0_combout ; +wire \text_gen|Add5~1 ; +wire \text_gen|Add5~3 ; +wire \text_gen|Add5~5 ; +wire \text_gen|Add5~6_combout ; +wire \text_gen|Add4~3 ; +wire \text_gen|Add4~5 ; +wire \text_gen|Add4~6_combout ; +wire \text_gen|Add4~4_combout ; +wire \text_gen|Add5~7 ; +wire \text_gen|Add5~9 ; +wire \text_gen|Add5~10_combout ; +wire \text_gen|Equal2~1_combout ; +wire \text_gen|Equal2~0_combout ; +wire \text_gen|Equal2~2_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~1 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~135_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~131_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~132_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145_combout ; +wire \text_gen|always0~0_combout ; +wire \text_gen|always0~1_combout ; +wire \text_gen|Add2~0_combout ; +wire \text_gen|Add3~0_combout ; +wire \text_gen|cursor_pos~14_combout ; +wire \text_gen|comb~2_combout ; +wire \text_gen|comb~1_combout ; +wire \text_gen|comb~0_combout ; +wire \text_gen|comb~3_combout ; +wire \text_gen|cursor_pos[11]~8_combout ; +wire \text_gen|Add2~1 ; +wire \text_gen|Add2~2_combout ; +wire \text_gen|Add3~1 ; +wire \text_gen|Add3~2_combout ; +wire \text_gen|cursor_pos~13_combout ; +wire \text_gen|Add3~3 ; +wire \text_gen|Add3~4_combout ; +wire \text_gen|Add2~3 ; +wire \text_gen|Add2~4_combout ; +wire \text_gen|cursor_pos~12_combout ; +wire \text_gen|Add3~5 ; +wire \text_gen|Add3~6_combout ; +wire \text_gen|Add2~5 ; +wire \text_gen|Add2~6_combout ; +wire \text_gen|cursor_pos~11_combout ; +wire \text_gen|Add3~7 ; +wire \text_gen|Add3~8_combout ; +wire \text_gen|Add2~7 ; +wire \text_gen|Add2~8_combout ; +wire \text_gen|cursor_pos~9_combout ; +wire \text_gen|cursor_pos~10_combout ; +wire \text_gen|Add3~9 ; +wire \text_gen|Add3~10_combout ; +wire \text_gen|Add2~9 ; +wire \text_gen|Add2~10_combout ; +wire \text_gen|cursor_pos~6_combout ; +wire \text_gen|cursor_pos~7_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~119_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~118_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~1 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~3 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~4_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~122_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~146_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~2_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~123_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~124_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~0_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~125_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~128_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~127_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~129_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~126_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~134_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~133_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[4]~1_cout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[5]~3_cout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[6]~5_cout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[7]~7_cout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8_combout ; +wire \text_gen|Add0~0_combout ; +wire \text_gen|cursor_pos[6]~15_combout ; +wire \text_gen|Add2~11 ; +wire \text_gen|Add2~12_combout ; +wire \text_gen|Add3~11 ; +wire \text_gen|Add3~12_combout ; +wire \text_gen|Add3~17_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~1 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~3 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~4_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~115_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~5 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[7]~7_cout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ; +wire \text_gen|Add0~1 ; +wire \text_gen|Add0~2_combout ; +wire \text_gen|Add0~3 ; +wire \text_gen|Add0~5 ; +wire \text_gen|Add0~6_combout ; +wire \text_gen|cursor_pos[6]~16 ; +wire \text_gen|cursor_pos[7]~17_combout ; +wire \text_gen|Add3~13 ; +wire \text_gen|Add3~14_combout ; +wire \text_gen|Add2~13 ; +wire \text_gen|Add2~14_combout ; +wire \text_gen|Add3~16_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~1 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~3 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~4_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~112_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~130_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~5 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[7]~7_cout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ; +wire \text_gen|Add0~4_combout ; +wire \text_gen|cursor_pos[7]~18 ; +wire \text_gen|cursor_pos[8]~19_combout ; +wire \text_gen|Add3~15 ; +wire \text_gen|Add3~18_combout ; +wire \text_gen|Add2~15 ; +wire \text_gen|Add2~16_combout ; +wire \text_gen|Add3~20_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~1 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~3 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~4_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~106_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~5 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[7]~7_cout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ; +wire \text_gen|Add0~7 ; +wire \text_gen|Add0~9 ; +wire \text_gen|Add0~11 ; +wire \text_gen|Add0~12_combout ; +wire \text_gen|cursor_pos[8]~20 ; +wire \text_gen|cursor_pos[9]~22 ; +wire \text_gen|cursor_pos[10]~23_combout ; +wire \text_gen|Add2~17 ; +wire \text_gen|Add2~19 ; +wire \text_gen|Add2~20_combout ; +wire \text_gen|Add3~19 ; +wire \text_gen|Add3~22 ; +wire \text_gen|Add3~23_combout ; +wire \text_gen|Add3~28_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~3 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~4_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~99_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~98_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~5 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[7]~7_cout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ; +wire \text_gen|Add0~8_combout ; +wire \text_gen|cursor_pos[10]~24 ; +wire \text_gen|cursor_pos[11]~25_combout ; +wire \text_gen|Add3~24 ; +wire \text_gen|Add3~25_combout ; +wire \text_gen|Add2~21 ; +wire \text_gen|Add2~22_combout ; +wire \text_gen|Add3~27_combout ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~5 ; +wire \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ; +wire \text_gen|Add0~10_combout ; +wire \text_gen|cursor_pos[9]~21_combout ; +wire \text_gen|Add3~21_combout ; +wire \text_gen|Add2~18_combout ; +wire \text_gen|Add3~29_combout ; +wire \text_gen|char_ram~52721_combout ; +wire \text_gen|char_ram~52719_combout ; +wire \text_gen|Add2~23 ; +wire \text_gen|Add2~24_combout ; +wire \text_gen|char_ram~57015_combout ; +wire \text_gen|char_ram~52720_combout ; +wire \text_gen|char_ram~53057_combout ; +wire \text_gen|char_ram~52718_combout ; +wire \text_gen|comb~4_combout ; +wire \text_gen|char_ram~53058_combout ; +wire \text_gen|char_ram~52730_combout ; +wire \text_gen|char_ram~52732_combout ; +wire \text_gen|char_ram~52731_combout ; +wire \text_gen|char_ram~52729_combout ; +wire \text_gen|char_ram~55963_combout ; +wire \text_gen|char_ram~52724_combout ; +wire \text_gen|char_ram~52727_combout ; +wire \text_gen|char_ram~52725_combout ; +wire \text_gen|char_ram~52726_combout ; +wire \text_gen|char_ram~52728_combout ; +wire \text_gen|char_ram~56465_combout ; +wire \text_gen|char_ram~14205_q ; +wire \text_gen|char_ram~55961_combout ; +wire \text_gen|char_ram~56462_combout ; +wire \text_gen|char_ram~12413_q ; +wire \text_gen|Add5~8_combout ; +wire \text_gen|char_ram~52722_combout ; +wire \text_gen|char_ram~52723_combout ; +wire \text_gen|char_ram~56464_combout ; +wire \text_gen|char_ram~8829_q ; +wire \text_gen|char_ram~56463_combout ; +wire \text_gen|char_ram~10621_q ; +wire \text_gen|char_ram~49816_combout ; +wire \text_gen|char_ram~49817_combout ; +wire \text_gen|Add5~2_combout ; +wire \text_gen|Add5~0_combout ; +wire \text_gen|char_ram~12189feeder_combout ; +wire \text_gen|char_ram~53078_combout ; +wire \text_gen|char_ram~56450_combout ; +wire \text_gen|char_ram~12189_q ; +wire \text_gen|char_ram~52740_combout ; +wire \text_gen|char_ram~56451_combout ; +wire \text_gen|char_ram~10397_q ; +wire \text_gen|char_ram~56452_combout ; +wire \text_gen|char_ram~8605_q ; +wire \text_gen|char_ram~49820_combout ; +wire \text_gen|char_ram~56453_combout ; +wire \text_gen|char_ram~13981_q ; +wire \text_gen|char_ram~49821_combout ; +wire \text_gen|char_ram~52743_combout ; +wire \text_gen|char_ram~53072_combout ; +wire \text_gen|char_ram~56415_combout ; +wire \text_gen|char_ram~12301_q ; +wire \text_gen|char_ram~56417_combout ; +wire \text_gen|char_ram~8717_q ; +wire \text_gen|char_ram~49818_combout ; +wire \text_gen|char_ram~56418_combout ; +wire \text_gen|char_ram~14093_q ; +wire \text_gen|char_ram~10509feeder_combout ; +wire \text_gen|char_ram~56416_combout ; +wire \text_gen|char_ram~10509_q ; +wire \text_gen|char_ram~49819_combout ; +wire \text_gen|char_ram~49822_combout ; +wire \text_gen|char_ram~10733feeder_combout ; +wire \text_gen|char_ram~56428_combout ; +wire \text_gen|char_ram~10733_q ; +wire \text_gen|char_ram~56427_combout ; +wire \text_gen|char_ram~12525_q ; +wire \text_gen|char_ram~56429_combout ; +wire \text_gen|char_ram~8941_q ; +wire \text_gen|char_ram~49823_combout ; +wire \text_gen|char_ram~56430_combout ; +wire \text_gen|char_ram~14317_q ; +wire \text_gen|char_ram~49824_combout ; +wire \text_gen|char_ram~49825_combout ; +wire \text_gen|char_ram~52816_combout ; +wire \text_gen|char_ram~56478_combout ; +wire \text_gen|char_ram~12539_q ; +wire \text_gen|char_ram~56481_combout ; +wire \text_gen|char_ram~14331_q ; +wire \text_gen|char_ram~14219feeder_combout ; +wire \text_gen|char_ram~52799_combout ; +wire \text_gen|char_ram~56449_combout ; +wire \text_gen|char_ram~14219_q ; +wire \text_gen|char_ram~56446_combout ; +wire \text_gen|char_ram~12427_q ; +wire \text_gen|char_ram~49854_combout ; +wire \text_gen|char_ram~49855_combout ; +wire \text_gen|char_ram~53290_combout ; +wire \text_gen|char_ram~56466_combout ; +wire \text_gen|char_ram~12315_q ; +wire \text_gen|char_ram~56469_combout ; +wire \text_gen|char_ram~14107_q ; +wire \text_gen|char_ram~52800_combout ; +wire \text_gen|char_ram~56437_combout ; +wire \text_gen|char_ram~13995_q ; +wire \text_gen|char_ram~56431_combout ; +wire \text_gen|char_ram~56432_combout ; +wire \text_gen|char_ram~12203_q ; +wire \text_gen|char_ram~49847_combout ; +wire \text_gen|char_ram~49848_combout ; +wire \text_gen|char_ram~56447_combout ; +wire \text_gen|char_ram~10635_q ; +wire \text_gen|char_ram~56479_combout ; +wire \text_gen|char_ram~10747_q ; +wire \text_gen|char_ram~56448_combout ; +wire \text_gen|char_ram~8843_q ; +wire \text_gen|char_ram~56480_combout ; +wire \text_gen|char_ram~8955_q ; +wire \text_gen|char_ram~49849_combout ; +wire \text_gen|char_ram~49850_combout ; +wire \text_gen|char_ram~56468_combout ; +wire \text_gen|char_ram~8731_q ; +wire \text_gen|char_ram~56467_combout ; +wire \text_gen|char_ram~10523_q ; +wire \text_gen|char_ram~10411feeder_combout ; +wire \text_gen|char_ram~56433_combout ; +wire \text_gen|char_ram~56434_combout ; +wire \text_gen|char_ram~10411_q ; +wire \text_gen|char_ram~56435_combout ; +wire \text_gen|char_ram~56436_combout ; +wire \text_gen|char_ram~8619_q ; +wire \text_gen|char_ram~49851_combout ; +wire \text_gen|char_ram~49852_combout ; +wire \text_gen|char_ram~49853_combout ; +wire \text_gen|char_ram~49856_combout ; +wire \text_gen|char_ram~10677feeder_combout ; +wire \text_gen|char_ram~52741_combout ; +wire \text_gen|char_ram~56275_combout ; +wire \text_gen|char_ram~10677_q ; +wire \text_gen|char_ram~56276_combout ; +wire \text_gen|char_ram~12469_q ; +wire \text_gen|char_ram~56277_combout ; +wire \text_gen|char_ram~8885_q ; +wire \text_gen|char_ram~49843_combout ; +wire \text_gen|char_ram~56278_combout ; +wire \text_gen|char_ram~14261_q ; +wire \text_gen|char_ram~49844_combout ; +wire \text_gen|char_ram~12357feeder_combout ; +wire \text_gen|char_ram~52736_combout ; +wire \text_gen|char_ram~56244_combout ; +wire \text_gen|char_ram~12357_q ; +wire \text_gen|char_ram~8773feeder_combout ; +wire \text_gen|char_ram~56245_combout ; +wire \text_gen|char_ram~8773_q ; +wire \text_gen|char_ram~56243_combout ; +wire \text_gen|char_ram~10565_q ; +wire \text_gen|char_ram~49836_combout ; +wire \text_gen|char_ram~56246_combout ; +wire \text_gen|char_ram~14149_q ; +wire \text_gen|char_ram~49837_combout ; +wire \text_gen|char_ram~53100_combout ; +wire \text_gen|char_ram~56248_combout ; +wire \text_gen|char_ram~12133_q ; +wire \text_gen|char_ram~56250_combout ; +wire \text_gen|char_ram~13925_q ; +wire \text_gen|char_ram~10341feeder_combout ; +wire \text_gen|char_ram~56247_combout ; +wire \text_gen|char_ram~10341_q ; +wire \text_gen|char_ram~8549feeder_combout ; +wire \text_gen|char_ram~56249_combout ; +wire \text_gen|char_ram~8549_q ; +wire \text_gen|char_ram~49840_combout ; +wire \text_gen|char_ram~49841_combout ; +wire \text_gen|char_ram~10453feeder_combout ; +wire \text_gen|char_ram~56279_combout ; +wire \text_gen|char_ram~10453_q ; +wire \text_gen|char_ram~53090_combout ; +wire \text_gen|char_ram~56282_combout ; +wire \text_gen|char_ram~14037_q ; +wire \text_gen|char_ram~56281_combout ; +wire \text_gen|char_ram~8661_q ; +wire \text_gen|char_ram~12245feeder_combout ; +wire \text_gen|char_ram~56280_combout ; +wire \text_gen|char_ram~12245_q ; +wire \text_gen|char_ram~49838_combout ; +wire \text_gen|char_ram~49839_combout ; +wire \text_gen|char_ram~49842_combout ; +wire \text_gen|char_ram~49845_combout ; +wire \text_gen|char_ram~52805_combout ; +wire \text_gen|char_ram~56283_combout ; +wire \text_gen|char_ram~12483_q ; +wire \text_gen|char_ram~56285_combout ; +wire \text_gen|char_ram~8899_q ; +wire \text_gen|char_ram~49833_combout ; +wire \text_gen|char_ram~56286_combout ; +wire \text_gen|char_ram~14275_q ; +wire \text_gen|char_ram~56284_combout ; +wire \text_gen|char_ram~10691_q ; +wire \text_gen|char_ram~49834_combout ; +wire \text_gen|char_ram~10467feeder_combout ; +wire \text_gen|char_ram~56272_combout ; +wire \text_gen|char_ram~10467_q ; +wire \text_gen|char_ram~53292_combout ; +wire \text_gen|char_ram~56274_combout ; +wire \text_gen|char_ram~14051_q ; +wire \text_gen|char_ram~56273_combout ; +wire \text_gen|char_ram~8675_q ; +wire \text_gen|char_ram~56271_combout ; +wire \text_gen|char_ram~12259_q ; +wire \text_gen|char_ram~49826_combout ; +wire \text_gen|char_ram~49827_combout ; +wire \text_gen|char_ram~52810_combout ; +wire \text_gen|char_ram~56251_combout ; +wire \text_gen|char_ram~12371_q ; +wire \text_gen|char_ram~56254_combout ; +wire \text_gen|char_ram~14163_q ; +wire \text_gen|char_ram~10579feeder_combout ; +wire \text_gen|char_ram~56252_combout ; +wire \text_gen|char_ram~10579_q ; +wire \text_gen|char_ram~56253_combout ; +wire \text_gen|char_ram~8787_q ; +wire \text_gen|char_ram~49828_combout ; +wire \text_gen|char_ram~49829_combout ; +wire \text_gen|char_ram~53301_combout ; +wire \text_gen|char_ram~56239_combout ; +wire \text_gen|char_ram~12147_q ; +wire \text_gen|char_ram~56242_combout ; +wire \text_gen|char_ram~13939_q ; +wire \text_gen|char_ram~52811_combout ; +wire \text_gen|char_ram~56240_combout ; +wire \text_gen|char_ram~10355_q ; +wire \text_gen|char_ram~56241_combout ; +wire \text_gen|char_ram~8563_q ; +wire \text_gen|char_ram~49830_combout ; +wire \text_gen|char_ram~49831_combout ; +wire \text_gen|char_ram~49832_combout ; +wire \text_gen|char_ram~49835_combout ; +wire \text_gen|char_ram~49846_combout ; +wire \text_gen|char_ram~49857_combout ; +wire \text_gen|Add4~7 ; +wire \text_gen|Add4~8_combout ; +wire \text_gen|Add5~11 ; +wire \text_gen|Add5~12_combout ; +wire \text_gen|char_ram~26875feeder_combout ; +wire \text_gen|char_ram~53067_combout ; +wire \text_gen|char_ram~56745_combout ; +wire \text_gen|char_ram~57009_combout ; +wire \text_gen|char_ram~26875_q ; +wire \text_gen|char_ram~23291feeder_combout ; +wire \text_gen|char_ram~52975_combout ; +wire \text_gen|char_ram~56749_combout ; +wire \text_gen|char_ram~57011_combout ; +wire \text_gen|char_ram~23291_q ; +wire \text_gen|char_ram~56996_combout ; +wire \text_gen|char_ram~56997_combout ; +wire \text_gen|char_ram~23067_q ; +wire \text_gen|char_ram~53076_combout ; +wire \text_gen|char_ram~56994_combout ; +wire \text_gen|char_ram~26651_q ; +wire \text_gen|char_ram~49976_combout ; +wire \text_gen|char_ram~49977_combout ; +wire \text_gen|char_ram~57005_combout ; +wire \text_gen|char_ram~26539_q ; +wire \text_gen|char_ram~57000_combout ; +wire \text_gen|char_ram~26763_q ; +wire \text_gen|char_ram~23179feeder_combout ; +wire \text_gen|char_ram~57001_combout ; +wire \text_gen|char_ram~23179_q ; +wire \text_gen|char_ram~57006_combout ; +wire \text_gen|char_ram~57007_combout ; +wire \text_gen|char_ram~22955_q ; +wire \text_gen|char_ram~49978_combout ; +wire \text_gen|char_ram~49979_combout ; +wire \text_gen|char_ram~49980_combout ; +wire \text_gen|char_ram~57008_combout ; +wire \text_gen|char_ram~28331_q ; +wire \text_gen|char_ram~56751_combout ; +wire \text_gen|char_ram~57002_combout ; +wire \text_gen|char_ram~28555_q ; +wire \text_gen|char_ram~57003_combout ; +wire \text_gen|char_ram~57004_combout ; +wire \text_gen|char_ram~24747_q ; +wire \text_gen|char_ram~56747_combout ; +wire \text_gen|char_ram~56999_combout ; +wire \text_gen|char_ram~24971_q ; +wire \text_gen|char_ram~49974_combout ; +wire \text_gen|char_ram~49975_combout ; +wire \text_gen|char_ram~57010_combout ; +wire \text_gen|char_ram~25083_q ; +wire \text_gen|char_ram~57012_combout ; +wire \text_gen|char_ram~28667_q ; +wire \text_gen|char_ram~56998_combout ; +wire \text_gen|char_ram~28443_q ; +wire \text_gen|char_ram~52987_combout ; +wire \text_gen|char_ram~56995_combout ; +wire \text_gen|char_ram~24859_q ; +wire \text_gen|char_ram~49981_combout ; +wire \text_gen|char_ram~49982_combout ; +wire \text_gen|char_ram~49983_combout ; +wire \text_gen|char_ram~56802_combout ; +wire \text_gen|char_ram~26805_q ; +wire \text_gen|char_ram~56804_combout ; +wire \text_gen|char_ram~28597_q ; +wire \text_gen|char_ram~56801_combout ; +wire \text_gen|char_ram~25013_q ; +wire \text_gen|char_ram~56803_combout ; +wire \text_gen|char_ram~23221_q ; +wire \text_gen|char_ram~49970_combout ; +wire \text_gen|char_ram~49971_combout ; +wire \text_gen|char_ram~26469feeder_combout ; +wire \text_gen|char_ram~56774_combout ; +wire \text_gen|char_ram~26469_q ; +wire \text_gen|char_ram~56776_combout ; +wire \text_gen|char_ram~28261_q ; +wire \text_gen|char_ram~24677feeder_combout ; +wire \text_gen|char_ram~53013_combout ; +wire \text_gen|char_ram~56773_combout ; +wire \text_gen|char_ram~24677_q ; +wire \text_gen|char_ram~56775_combout ; +wire \text_gen|char_ram~22885_q ; +wire \text_gen|char_ram~49967_combout ; +wire \text_gen|char_ram~49968_combout ; +wire \text_gen|char_ram~56770_combout ; +wire \text_gen|char_ram~26581_q ; +wire \text_gen|char_ram~56772_combout ; +wire \text_gen|char_ram~28373_q ; +wire \text_gen|char_ram~53002_combout ; +wire \text_gen|char_ram~56769_combout ; +wire \text_gen|char_ram~24789_q ; +wire \text_gen|char_ram~56771_combout ; +wire \text_gen|char_ram~22997_q ; +wire \text_gen|char_ram~49965_combout ; +wire \text_gen|char_ram~49966_combout ; +wire \text_gen|char_ram~49969_combout ; +wire \text_gen|char_ram~56806_combout ; +wire \text_gen|char_ram~26693_q ; +wire \text_gen|char_ram~56808_combout ; +wire \text_gen|char_ram~28485_q ; +wire \text_gen|char_ram~56805_combout ; +wire \text_gen|char_ram~24901_q ; +wire \text_gen|char_ram~56807_combout ; +wire \text_gen|char_ram~23109_q ; +wire \text_gen|char_ram~49963_combout ; +wire \text_gen|char_ram~49964_combout ; +wire \text_gen|char_ram~49972_combout ; +wire \text_gen|char_ram~56798_combout ; +wire \text_gen|char_ram~24915_q ; +wire \text_gen|char_ram~56800_combout ; +wire \text_gen|char_ram~28499_q ; +wire \text_gen|char_ram~56768_combout ; +wire \text_gen|char_ram~28275_q ; +wire \text_gen|char_ram~53019_combout ; +wire \text_gen|char_ram~56766_combout ; +wire \text_gen|char_ram~24691_q ; +wire \text_gen|char_ram~49953_combout ; +wire \text_gen|char_ram~49954_combout ; +wire \text_gen|char_ram~56777_combout ; +wire \text_gen|char_ram~26595_q ; +wire \text_gen|char_ram~56809_combout ; +wire \text_gen|char_ram~26819_q ; +wire \text_gen|char_ram~53006_combout ; +wire \text_gen|char_ram~56779_combout ; +wire \text_gen|char_ram~23011_q ; +wire \text_gen|char_ram~56811_combout ; +wire \text_gen|char_ram~23235_q ; +wire \text_gen|char_ram~49955_combout ; +wire \text_gen|char_ram~49956_combout ; +wire \text_gen|char_ram~56765_combout ; +wire \text_gen|char_ram~26483_q ; +wire \text_gen|char_ram~56799_combout ; +wire \text_gen|char_ram~23123_q ; +wire \text_gen|char_ram~56767_combout ; +wire \text_gen|char_ram~22899_q ; +wire \text_gen|char_ram~49957_combout ; +wire \text_gen|char_ram~26707feeder_combout ; +wire \text_gen|char_ram~56797_combout ; +wire \text_gen|char_ram~26707_q ; +wire \text_gen|char_ram~49958_combout ; +wire \text_gen|char_ram~49959_combout ; +wire \text_gen|char_ram~28387feeder_combout ; +wire \text_gen|char_ram~56780_combout ; +wire \text_gen|char_ram~28387_q ; +wire \text_gen|char_ram~56812_combout ; +wire \text_gen|char_ram~28611_q ; +wire \text_gen|char_ram~56810_combout ; +wire \text_gen|char_ram~25027_q ; +wire \text_gen|char_ram~24803feeder_combout ; +wire \text_gen|char_ram~56778_combout ; +wire \text_gen|char_ram~24803_q ; +wire \text_gen|char_ram~49960_combout ; +wire \text_gen|char_ram~49961_combout ; +wire \text_gen|char_ram~49962_combout ; +wire \text_gen|char_ram~49973_combout ; +wire \text_gen|char_ram~24957feeder_combout ; +wire \text_gen|char_ram~56966_combout ; +wire \text_gen|char_ram~24957_q ; +wire \text_gen|char_ram~56975_combout ; +wire \text_gen|char_ram~25069_q ; +wire \text_gen|char_ram~56976_combout ; +wire \text_gen|char_ram~23277_q ; +wire \text_gen|char_ram~56968_combout ; +wire \text_gen|char_ram~23165_q ; +wire \text_gen|char_ram~49943_combout ; +wire \text_gen|char_ram~49944_combout ; +wire \text_gen|char_ram~56977_combout ; +wire \text_gen|char_ram~28653_q ; +wire \text_gen|char_ram~56974_combout ; +wire \text_gen|char_ram~26861_q ; +wire \text_gen|char_ram~28541feeder_combout ; +wire \text_gen|char_ram~56969_combout ; +wire \text_gen|char_ram~28541_q ; +wire \text_gen|char_ram~56967_combout ; +wire \text_gen|char_ram~26749_q ; +wire \text_gen|char_ram~49950_combout ; +wire \text_gen|char_ram~49951_combout ; +wire \text_gen|char_ram~24733feeder_combout ; +wire \text_gen|char_ram~52989_combout ; +wire \text_gen|char_ram~56970_combout ; +wire \text_gen|char_ram~24733_q ; +wire \text_gen|char_ram~52983_combout ; +wire \text_gen|char_ram~56963_combout ; +wire \text_gen|char_ram~24845_q ; +wire \text_gen|char_ram~56972_combout ; +wire \text_gen|char_ram~22941_q ; +wire \text_gen|char_ram~23053feeder_combout ; +wire \text_gen|char_ram~56964_combout ; +wire \text_gen|char_ram~23053_q ; +wire \text_gen|char_ram~49947_combout ; +wire \text_gen|char_ram~49948_combout ; +wire \text_gen|char_ram~56962_combout ; +wire \text_gen|char_ram~26637_q ; +wire \text_gen|char_ram~56965_combout ; +wire \text_gen|char_ram~28429_q ; +wire \text_gen|char_ram~56971_combout ; +wire \text_gen|char_ram~26525_q ; +wire \text_gen|char_ram~28317feeder_combout ; +wire \text_gen|char_ram~56973_combout ; +wire \text_gen|char_ram~28317_q ; +wire \text_gen|char_ram~49945_combout ; +wire \text_gen|char_ram~49946_combout ; +wire \text_gen|char_ram~49949_combout ; +wire \text_gen|char_ram~49952_combout ; +wire \text_gen|char_ram~49984_combout ; +wire \text_gen|Add4~9 ; +wire \text_gen|Add4~10_combout ; +wire \text_gen|Add5~13 ; +wire \text_gen|Add5~14_combout ; +wire \text_gen|char_ram~52821_combout ; +wire \text_gen|char_ram~52828_combout ; +wire \text_gen|char_ram~56212_combout ; +wire \text_gen|char_ram~17859_q ; +wire \text_gen|char_ram~56220_combout ; +wire \text_gen|char_ram~17915_q ; +wire \text_gen|char_ram~56018_combout ; +wire \text_gen|char_ram~17845_q ; +wire \text_gen|char_ram~56026_combout ; +wire \text_gen|char_ram~17901_q ; +wire \text_gen|char_ram~49865_combout ; +wire \text_gen|char_ram~49866_combout ; +wire \text_gen|char_ram~52824_combout ; +wire \text_gen|char_ram~56178_combout ; +wire \text_gen|char_ram~17635_q ; +wire \text_gen|char_ram~56186_combout ; +wire \text_gen|char_ram~17691_q ; +wire \text_gen|char_ram~55986_combout ; +wire \text_gen|char_ram~17621_q ; +wire \text_gen|char_ram~55994_combout ; +wire \text_gen|char_ram~17677_q ; +wire \text_gen|char_ram~49860_combout ; +wire \text_gen|char_ram~49861_combout ; +wire \text_gen|char_ram~17565feeder_combout ; +wire \text_gen|char_ram~56010_combout ; +wire \text_gen|char_ram~17565_q ; +wire \text_gen|char_ram~56203_combout ; +wire \text_gen|char_ram~56204_combout ; +wire \text_gen|char_ram~17579_q ; +wire \text_gen|char_ram~55998_combout ; +wire \text_gen|char_ram~17509_q ; +wire \text_gen|char_ram~52885_combout ; +wire \text_gen|char_ram~56190_combout ; +wire \text_gen|char_ram~17523_q ; +wire \text_gen|char_ram~49862_combout ; +wire \text_gen|char_ram~49863_combout ; +wire \text_gen|char_ram~49864_combout ; +wire \text_gen|char_ram~55964_combout ; +wire \text_gen|char_ram~17733_q ; +wire \text_gen|char_ram~17747feeder_combout ; +wire \text_gen|char_ram~56158_combout ; +wire \text_gen|char_ram~17747_q ; +wire \text_gen|char_ram~49858_combout ; +wire \text_gen|char_ram~17789feeder_combout ; +wire \text_gen|char_ram~55978_combout ; +wire \text_gen|char_ram~17789_q ; +wire \text_gen|char_ram~56170_combout ; +wire \text_gen|char_ram~17803_q ; +wire \text_gen|char_ram~49859_combout ; +wire \text_gen|char_ram~49867_combout ; +wire \text_gen|char_ram~53061_combout ; +wire \text_gen|char_ram~53062_combout ; +wire \text_gen|char_ram~56214_combout ; +wire \text_gen|char_ram~21443_q ; +wire \text_gen|char_ram~56222_combout ; +wire \text_gen|char_ram~21499_q ; +wire \text_gen|char_ram~56020_combout ; +wire \text_gen|char_ram~21429_q ; +wire \text_gen|char_ram~56028_combout ; +wire \text_gen|char_ram~21485_q ; +wire \text_gen|char_ram~49896_combout ; +wire \text_gen|char_ram~49897_combout ; +wire \text_gen|char_ram~55980_combout ; +wire \text_gen|char_ram~21373_q ; +wire \text_gen|char_ram~56172_combout ; +wire \text_gen|char_ram~21387_q ; +wire \text_gen|char_ram~56160_combout ; +wire \text_gen|char_ram~21331_q ; +wire \text_gen|char_ram~21317feeder_combout ; +wire \text_gen|char_ram~55966_combout ; +wire \text_gen|char_ram~21317_q ; +wire \text_gen|char_ram~49889_combout ; +wire \text_gen|char_ram~49890_combout ; +wire \text_gen|char_ram~53070_combout ; +wire \text_gen|char_ram~56180_combout ; +wire \text_gen|char_ram~21219_q ; +wire \text_gen|char_ram~56188_combout ; +wire \text_gen|char_ram~21275_q ; +wire \text_gen|char_ram~55996_combout ; +wire \text_gen|char_ram~21261_q ; +wire \text_gen|char_ram~55988_combout ; +wire \text_gen|char_ram~21205_q ; +wire \text_gen|char_ram~49891_combout ; +wire \text_gen|char_ram~49892_combout ; +wire \text_gen|char_ram~56012_combout ; +wire \text_gen|char_ram~21149_q ; +wire \text_gen|char_ram~56206_combout ; +wire \text_gen|char_ram~21163_q ; +wire \text_gen|char_ram~56000_combout ; +wire \text_gen|char_ram~21093_q ; +wire \text_gen|char_ram~53318_combout ; +wire \text_gen|char_ram~56192_combout ; +wire \text_gen|char_ram~21107_q ; +wire \text_gen|char_ram~49893_combout ; +wire \text_gen|char_ram~49894_combout ; +wire \text_gen|char_ram~49895_combout ; +wire \text_gen|char_ram~49898_combout ; +wire \text_gen|char_ram~56011_combout ; +wire \text_gen|char_ram~15773_q ; +wire \text_gen|char_ram~56205_combout ; +wire \text_gen|char_ram~15787_q ; +wire \text_gen|char_ram~55999_combout ; +wire \text_gen|char_ram~15717_q ; +wire \text_gen|char_ram~15731feeder_combout ; +wire \text_gen|char_ram~56191_combout ; +wire \text_gen|char_ram~15731_q ; +wire \text_gen|char_ram~49882_combout ; +wire \text_gen|char_ram~49883_combout ; +wire \text_gen|char_ram~55995_combout ; +wire \text_gen|char_ram~15885_q ; +wire \text_gen|char_ram~55987_combout ; +wire \text_gen|char_ram~15829_q ; +wire \text_gen|char_ram~49880_combout ; +wire \text_gen|char_ram~56187_combout ; +wire \text_gen|char_ram~15899_q ; +wire \text_gen|char_ram~56179_combout ; +wire \text_gen|char_ram~15843_q ; +wire \text_gen|char_ram~49881_combout ; +wire \text_gen|char_ram~49884_combout ; +wire \text_gen|char_ram~15997feeder_combout ; +wire \text_gen|char_ram~55979_combout ; +wire \text_gen|char_ram~15997_q ; +wire \text_gen|char_ram~56171_combout ; +wire \text_gen|char_ram~16011_q ; +wire \text_gen|char_ram~55965_combout ; +wire \text_gen|char_ram~15941_q ; +wire \text_gen|char_ram~56159_combout ; +wire \text_gen|char_ram~15955_q ; +wire \text_gen|char_ram~49878_combout ; +wire \text_gen|char_ram~49879_combout ; +wire \text_gen|char_ram~16123feeder_combout ; +wire \text_gen|char_ram~56221_combout ; +wire \text_gen|char_ram~16123_q ; +wire \text_gen|char_ram~56213_combout ; +wire \text_gen|char_ram~16067_q ; +wire \text_gen|char_ram~56019_combout ; +wire \text_gen|char_ram~16053_q ; +wire \text_gen|char_ram~56027_combout ; +wire \text_gen|char_ram~16109_q ; +wire \text_gen|char_ram~49885_combout ; +wire \text_gen|char_ram~49886_combout ; +wire \text_gen|char_ram~49887_combout ; +wire \text_gen|char_ram~19651feeder_combout ; +wire \text_gen|char_ram~56211_combout ; +wire \text_gen|char_ram~19651_q ; +wire \text_gen|char_ram~56219_combout ; +wire \text_gen|char_ram~19707_q ; +wire \text_gen|char_ram~56025_combout ; +wire \text_gen|char_ram~19693_q ; +wire \text_gen|char_ram~56017_combout ; +wire \text_gen|char_ram~19637_q ; +wire \text_gen|char_ram~49875_combout ; +wire \text_gen|char_ram~49876_combout ; +wire \text_gen|char_ram~55977_combout ; +wire \text_gen|char_ram~19581_q ; +wire \text_gen|char_ram~56169_combout ; +wire \text_gen|char_ram~19595_q ; +wire \text_gen|char_ram~55962_combout ; +wire \text_gen|char_ram~19525_q ; +wire \text_gen|char_ram~19539feeder_combout ; +wire \text_gen|char_ram~56157_combout ; +wire \text_gen|char_ram~19539_q ; +wire \text_gen|char_ram~49868_combout ; +wire \text_gen|char_ram~49869_combout ; +wire \text_gen|char_ram~56009_combout ; +wire \text_gen|char_ram~19357_q ; +wire \text_gen|char_ram~56201_combout ; +wire \text_gen|char_ram~56202_combout ; +wire \text_gen|char_ram~19371_q ; +wire \text_gen|char_ram~55997_combout ; +wire \text_gen|char_ram~19301_q ; +wire \text_gen|char_ram~19315feeder_combout ; +wire \text_gen|char_ram~56189_combout ; +wire \text_gen|char_ram~19315_q ; +wire \text_gen|char_ram~49872_combout ; +wire \text_gen|char_ram~49873_combout ; +wire \text_gen|char_ram~55985_combout ; +wire \text_gen|char_ram~19413_q ; +wire \text_gen|char_ram~55993_combout ; +wire \text_gen|char_ram~19469_q ; +wire \text_gen|char_ram~49870_combout ; +wire \text_gen|char_ram~56185_combout ; +wire \text_gen|char_ram~19483_q ; +wire \text_gen|char_ram~19427feeder_combout ; +wire \text_gen|char_ram~56177_combout ; +wire \text_gen|char_ram~19427_q ; +wire \text_gen|char_ram~49871_combout ; +wire \text_gen|char_ram~49874_combout ; +wire \text_gen|char_ram~49877_combout ; +wire \text_gen|char_ram~49888_combout ; +wire \text_gen|char_ram~49899_combout ; +wire \text_gen|char_ram~5203feeder_combout ; +wire \text_gen|char_ram~53064_combout ; +wire \text_gen|char_ram~53065_combout ; +wire \text_gen|char_ram~56679_combout ; +wire \text_gen|char_ram~5203_q ; +wire \text_gen|char_ram~56681_combout ; +wire \text_gen|char_ram~6995_q ; +wire \text_gen|char_ram~52893_combout ; +wire \text_gen|char_ram~56485_combout ; +wire \text_gen|char_ram~56680_combout ; +wire \text_gen|char_ram~1619_q ; +wire \text_gen|char_ram~56482_combout ; +wire \text_gen|char_ram~56678_combout ; +wire \text_gen|char_ram~3411_q ; +wire \text_gen|char_ram~49912_combout ; +wire \text_gen|char_ram~49913_combout ; +wire \text_gen|char_ram~52966_combout ; +wire \text_gen|char_ram~56686_combout ; +wire \text_gen|char_ram~3187_q ; +wire \text_gen|char_ram~53337_combout ; +wire \text_gen|char_ram~56689_combout ; +wire \text_gen|char_ram~6771_q ; +wire \text_gen|char_ram~56687_combout ; +wire \text_gen|char_ram~4979_q ; +wire \text_gen|char_ram~56688_combout ; +wire \text_gen|char_ram~1395_q ; +wire \text_gen|char_ram~49914_combout ; +wire \text_gen|char_ram~49915_combout ; +wire \text_gen|char_ram~49916_combout ; +wire \text_gen|char_ram~3299feeder_combout ; +wire \text_gen|char_ram~52956_combout ; +wire \text_gen|char_ram~56683_combout ; +wire \text_gen|char_ram~3299_q ; +wire \text_gen|char_ram~53332_combout ; +wire \text_gen|char_ram~56685_combout ; +wire \text_gen|char_ram~6883_q ; +wire \text_gen|char_ram~1507feeder_combout ; +wire \text_gen|char_ram~56684_combout ; +wire \text_gen|char_ram~1507_q ; +wire \text_gen|char_ram~5091feeder_combout ; +wire \text_gen|char_ram~56682_combout ; +wire \text_gen|char_ram~5091_q ; +wire \text_gen|char_ram~49910_combout ; +wire \text_gen|char_ram~49911_combout ; +wire \text_gen|char_ram~56692_combout ; +wire \text_gen|char_ram~1731_q ; +wire \text_gen|char_ram~56690_combout ; +wire \text_gen|char_ram~5315_q ; +wire \text_gen|char_ram~49917_combout ; +wire \text_gen|char_ram~56693_combout ; +wire \text_gen|char_ram~7107_q ; +wire \text_gen|char_ram~3523feeder_combout ; +wire \text_gen|char_ram~56691_combout ; +wire \text_gen|char_ram~3523_q ; +wire \text_gen|char_ram~49918_combout ; +wire \text_gen|char_ram~49919_combout ; +wire \text_gen|char_ram~3509feeder_combout ; +wire \text_gen|char_ram~56497_combout ; +wire \text_gen|char_ram~3509_q ; +wire \text_gen|char_ram~56499_combout ; +wire \text_gen|char_ram~7093_q ; +wire \text_gen|char_ram~56498_combout ; +wire \text_gen|char_ram~1717_q ; +wire \text_gen|char_ram~56496_combout ; +wire \text_gen|char_ram~5301_q ; +wire \text_gen|char_ram~49927_combout ; +wire \text_gen|char_ram~49928_combout ; +wire \text_gen|char_ram~56484_combout ; +wire \text_gen|char_ram~5189_q ; +wire \text_gen|char_ram~56486_combout ; +wire \text_gen|char_ram~1605_q ; +wire \text_gen|char_ram~49920_combout ; +wire \text_gen|char_ram~3397feeder_combout ; +wire \text_gen|char_ram~56483_combout ; +wire \text_gen|char_ram~3397_q ; +wire \text_gen|char_ram~56487_combout ; +wire \text_gen|char_ram~6981_q ; +wire \text_gen|char_ram~49921_combout ; +wire \text_gen|char_ram~52926_combout ; +wire \text_gen|char_ram~56494_combout ; +wire \text_gen|char_ram~1381_q ; +wire \text_gen|char_ram~53103_combout ; +wire \text_gen|char_ram~56493_combout ; +wire \text_gen|char_ram~4965_q ; +wire \text_gen|char_ram~49924_combout ; +wire \text_gen|char_ram~56492_combout ; +wire \text_gen|char_ram~3173_q ; +wire \text_gen|char_ram~56495_combout ; +wire \text_gen|char_ram~6757_q ; +wire \text_gen|char_ram~49925_combout ; +wire \text_gen|char_ram~52920_combout ; +wire \text_gen|char_ram~56489_combout ; +wire \text_gen|char_ram~3285_q ; +wire \text_gen|char_ram~53092_combout ; +wire \text_gen|char_ram~56491_combout ; +wire \text_gen|char_ram~6869_q ; +wire \text_gen|char_ram~5077feeder_combout ; +wire \text_gen|char_ram~56488_combout ; +wire \text_gen|char_ram~5077_q ; +wire \text_gen|char_ram~56490_combout ; +wire \text_gen|char_ram~1493_q ; +wire \text_gen|char_ram~49922_combout ; +wire \text_gen|char_ram~49923_combout ; +wire \text_gen|char_ram~49926_combout ; +wire \text_gen|char_ram~49929_combout ; +wire \text_gen|char_ram~49930_combout ; +wire \text_gen|char_ram~56726_combout ; +wire \text_gen|char_ram~3467_q ; +wire \text_gen|char_ram~1675feeder_combout ; +wire \text_gen|char_ram~56728_combout ; +wire \text_gen|char_ram~1675_q ; +wire \text_gen|char_ram~49933_combout ; +wire \text_gen|char_ram~56729_combout ; +wire \text_gen|char_ram~7051_q ; +wire \text_gen|char_ram~56727_combout ; +wire \text_gen|char_ram~5259_q ; +wire \text_gen|char_ram~49934_combout ; +wire \text_gen|char_ram~56736_combout ; +wire \text_gen|char_ram~56737_combout ; +wire \text_gen|char_ram~5035_q ; +wire \text_gen|char_ram~56740_combout ; +wire \text_gen|char_ram~6827_q ; +wire \text_gen|char_ram~56738_combout ; +wire \text_gen|char_ram~56739_combout ; +wire \text_gen|char_ram~1451_q ; +wire \text_gen|char_ram~56734_combout ; +wire \text_gen|char_ram~56735_combout ; +wire \text_gen|char_ram~3243_q ; +wire \text_gen|char_ram~49935_combout ; +wire \text_gen|char_ram~49936_combout ; +wire \text_gen|char_ram~49937_combout ; +wire \text_gen|char_ram~56742_combout ; +wire \text_gen|char_ram~3579_q ; +wire \text_gen|char_ram~56744_combout ; +wire \text_gen|char_ram~7163_q ; +wire \text_gen|char_ram~56741_combout ; +wire \text_gen|char_ram~5371_q ; +wire \text_gen|char_ram~56743_combout ; +wire \text_gen|char_ram~1787_q ; +wire \text_gen|char_ram~49938_combout ; +wire \text_gen|char_ram~49939_combout ; +wire \text_gen|char_ram~52958_combout ; +wire \text_gen|char_ram~56731_combout ; +wire \text_gen|char_ram~3355_q ; +wire \text_gen|char_ram~53330_combout ; +wire \text_gen|char_ram~56733_combout ; +wire \text_gen|char_ram~6939_q ; +wire \text_gen|char_ram~56732_combout ; +wire \text_gen|char_ram~1563_q ; +wire \text_gen|char_ram~56730_combout ; +wire \text_gen|char_ram~5147_q ; +wire \text_gen|char_ram~49931_combout ; +wire \text_gen|char_ram~49932_combout ; +wire \text_gen|char_ram~49940_combout ; +wire \text_gen|char_ram~56536_combout ; +wire \text_gen|char_ram~1661_q ; +wire \text_gen|char_ram~3453feeder_combout ; +wire \text_gen|char_ram~56534_combout ; +wire \text_gen|char_ram~3453_q ; +wire \text_gen|char_ram~49900_combout ; +wire \text_gen|char_ram~7037feeder_combout ; +wire \text_gen|char_ram~56537_combout ; +wire \text_gen|char_ram~7037_q ; +wire \text_gen|char_ram~56535_combout ; +wire \text_gen|char_ram~5245_q ; +wire \text_gen|char_ram~49901_combout ; +wire \text_gen|char_ram~5021feeder_combout ; +wire \text_gen|char_ram~53081_combout ; +wire \text_gen|char_ram~56543_combout ; +wire \text_gen|char_ram~5021_q ; +wire \text_gen|char_ram~56545_combout ; +wire \text_gen|char_ram~6813_q ; +wire \text_gen|char_ram~3229feeder_combout ; +wire \text_gen|char_ram~52928_combout ; +wire \text_gen|char_ram~56542_combout ; +wire \text_gen|char_ram~3229_q ; +wire \text_gen|char_ram~56544_combout ; +wire \text_gen|char_ram~1437_q ; +wire \text_gen|char_ram~49904_combout ; +wire \text_gen|char_ram~49905_combout ; +wire \text_gen|char_ram~52922_combout ; +wire \text_gen|char_ram~56539_combout ; +wire \text_gen|char_ram~3341_q ; +wire \text_gen|char_ram~53074_combout ; +wire \text_gen|char_ram~56541_combout ; +wire \text_gen|char_ram~6925_q ; +wire \text_gen|char_ram~56538_combout ; +wire \text_gen|char_ram~5133_q ; +wire \text_gen|char_ram~56540_combout ; +wire \text_gen|char_ram~1549_q ; +wire \text_gen|char_ram~49902_combout ; +wire \text_gen|char_ram~49903_combout ; +wire \text_gen|char_ram~49906_combout ; +wire \text_gen|char_ram~56548_combout ; +wire \text_gen|char_ram~1773_q ; +wire \text_gen|char_ram~56546_combout ; +wire \text_gen|char_ram~5357_q ; +wire \text_gen|char_ram~49907_combout ; +wire \text_gen|char_ram~3565feeder_combout ; +wire \text_gen|char_ram~56547_combout ; +wire \text_gen|char_ram~3565_q ; +wire \text_gen|char_ram~56549_combout ; +wire \text_gen|char_ram~7149_q ; +wire \text_gen|char_ram~49908_combout ; +wire \text_gen|char_ram~49909_combout ; +wire \text_gen|char_ram~49941_combout ; +wire \text_gen|char_ram~49942_combout ; +wire \text_gen|char_ram~49985_combout ; +wire \text_gen|char_ram~53088_combout ; +wire \text_gen|char_ram~53129_combout ; +wire \text_gen|char_ram~26189_q ; +wire \text_gen|char_ram~53094_combout ; +wire \text_gen|char_ram~26133_q ; +wire \text_gen|char_ram~49378_combout ; +wire \text_gen|char_ram~53348_combout ; +wire \text_gen|char_ram~26203_q ; +wire \text_gen|char_ram~26147feeder_combout ; +wire \text_gen|char_ram~53346_combout ; +wire \text_gen|char_ram~26147_q ; +wire \text_gen|char_ram~49379_combout ; +wire \text_gen|char_ram~53098_combout ; +wire \text_gen|char_ram~53358_combout ; +wire \text_gen|char_ram~26371_q ; +wire \text_gen|char_ram~53109_combout ; +wire \text_gen|char_ram~26357_q ; +wire \text_gen|char_ram~53141_combout ; +wire \text_gen|char_ram~26413_q ; +wire \text_gen|char_ram~49385_combout ; +wire \text_gen|char_ram~26427feeder_combout ; +wire \text_gen|char_ram~53360_combout ; +wire \text_gen|char_ram~26427_q ; +wire \text_gen|char_ram~49386_combout ; +wire \text_gen|char_ram~53105_combout ; +wire \text_gen|char_ram~26021_q ; +wire \text_gen|char_ram~26035feeder_combout ; +wire \text_gen|char_ram~53353_combout ; +wire \text_gen|char_ram~26035_q ; +wire \text_gen|char_ram~49382_combout ; +wire \text_gen|char_ram~53356_combout ; +wire \text_gen|char_ram~26091_q ; +wire \text_gen|char_ram~26077feeder_combout ; +wire \text_gen|char_ram~53137_combout ; +wire \text_gen|char_ram~26077_q ; +wire \text_gen|char_ram~49383_combout ; +wire \text_gen|char_ram~26301feeder_combout ; +wire \text_gen|char_ram~53133_combout ; +wire \text_gen|char_ram~26301_q ; +wire \text_gen|char_ram~53352_combout ; +wire \text_gen|char_ram~26315_q ; +wire \text_gen|char_ram~53099_combout ; +wire \text_gen|char_ram~26245_q ; +wire \text_gen|char_ram~53349_combout ; +wire \text_gen|char_ram~26259_q ; +wire \text_gen|char_ram~49380_combout ; +wire \text_gen|char_ram~49381_combout ; +wire \text_gen|char_ram~49384_combout ; +wire \text_gen|char_ram~49387_combout ; +wire \text_gen|char_ram~19203feeder_combout ; +wire \text_gen|char_ram~53323_combout ; +wire \text_gen|char_ram~19203_q ; +wire \text_gen|char_ram~53325_combout ; +wire \text_gen|char_ram~19259_q ; +wire \text_gen|char_ram~53106_combout ; +wire \text_gen|char_ram~19189_q ; +wire \text_gen|char_ram~53138_combout ; +wire \text_gen|char_ram~19245_q ; +wire \text_gen|char_ram~49354_combout ; +wire \text_gen|char_ram~49355_combout ; +wire \text_gen|char_ram~53135_combout ; +wire \text_gen|char_ram~18909_q ; +wire \text_gen|char_ram~53321_combout ; +wire \text_gen|char_ram~18923_q ; +wire \text_gen|char_ram~53319_combout ; +wire \text_gen|char_ram~18867_q ; +wire \text_gen|char_ram~18853feeder_combout ; +wire \text_gen|char_ram~53102_combout ; +wire \text_gen|char_ram~18853_q ; +wire \text_gen|char_ram~49351_combout ; +wire \text_gen|char_ram~49352_combout ; +wire \text_gen|char_ram~19021feeder_combout ; +wire \text_gen|char_ram~53126_combout ; +wire \text_gen|char_ram~19021_q ; +wire \text_gen|char_ram~53089_combout ; +wire \text_gen|char_ram~18965_q ; +wire \text_gen|char_ram~49349_combout ; +wire \text_gen|char_ram~53316_combout ; +wire \text_gen|char_ram~19035_q ; +wire \text_gen|char_ram~53314_combout ; +wire \text_gen|char_ram~18979_q ; +wire \text_gen|char_ram~49350_combout ; +wire \text_gen|char_ram~49353_combout ; +wire \text_gen|char_ram~53131_combout ; +wire \text_gen|char_ram~19133_q ; +wire \text_gen|char_ram~53312_combout ; +wire \text_gen|char_ram~19147_q ; +wire \text_gen|char_ram~53096_combout ; +wire \text_gen|char_ram~19077_q ; +wire \text_gen|char_ram~19091feeder_combout ; +wire \text_gen|char_ram~53309_combout ; +wire \text_gen|char_ram~19091_q ; +wire \text_gen|char_ram~49347_combout ; +wire \text_gen|char_ram~49348_combout ; +wire \text_gen|char_ram~49356_combout ; +wire \text_gen|char_ram~53128_combout ; +wire \text_gen|char_ram~4685_q ; +wire \text_gen|char_ram~53093_combout ; +wire \text_gen|char_ram~4629_q ; +wire \text_gen|char_ram~49369_combout ; +wire \text_gen|char_ram~4643feeder_combout ; +wire \text_gen|char_ram~53333_combout ; +wire \text_gen|char_ram~4643_q ; +wire \text_gen|char_ram~4699feeder_combout ; +wire \text_gen|char_ram~53335_combout ; +wire \text_gen|char_ram~4699_q ; +wire \text_gen|char_ram~49370_combout ; +wire \text_gen|char_ram~53104_combout ; +wire \text_gen|char_ram~4517_q ; +wire \text_gen|char_ram~4531feeder_combout ; +wire \text_gen|char_ram~53338_combout ; +wire \text_gen|char_ram~4531_q ; +wire \text_gen|char_ram~49371_combout ; +wire \text_gen|char_ram~53340_combout ; +wire \text_gen|char_ram~4587_q ; +wire \text_gen|char_ram~4573feeder_combout ; +wire \text_gen|char_ram~53136_combout ; +wire \text_gen|char_ram~4573_q ; +wire \text_gen|char_ram~49372_combout ; +wire \text_gen|char_ram~49373_combout ; +wire \text_gen|char_ram~53329_combout ; +wire \text_gen|char_ram~4811_q ; +wire \text_gen|char_ram~53097_combout ; +wire \text_gen|char_ram~4741_q ; +wire \text_gen|char_ram~53327_combout ; +wire \text_gen|char_ram~4755_q ; +wire \text_gen|char_ram~49367_combout ; +wire \text_gen|char_ram~53132_combout ; +wire \text_gen|char_ram~4797_q ; +wire \text_gen|char_ram~49368_combout ; +wire \text_gen|char_ram~4867feeder_combout ; +wire \text_gen|char_ram~53342_combout ; +wire \text_gen|char_ram~4867_q ; +wire \text_gen|char_ram~53344_combout ; +wire \text_gen|char_ram~4923_q ; +wire \text_gen|char_ram~53140_combout ; +wire \text_gen|char_ram~4909_q ; +wire \text_gen|char_ram~53108_combout ; +wire \text_gen|char_ram~4853_q ; +wire \text_gen|char_ram~49374_combout ; +wire \text_gen|char_ram~49375_combout ; +wire \text_gen|char_ram~49376_combout ; +wire \text_gen|char_ram~53101_combout ; +wire \text_gen|char_ram~11685_q ; +wire \text_gen|char_ram~53302_combout ; +wire \text_gen|char_ram~11699_q ; +wire \text_gen|char_ram~49361_combout ; +wire \text_gen|char_ram~53304_combout ; +wire \text_gen|char_ram~11755_q ; +wire \text_gen|char_ram~53134_combout ; +wire \text_gen|char_ram~11741_q ; +wire \text_gen|char_ram~49362_combout ; +wire \text_gen|char_ram~53130_combout ; +wire \text_gen|char_ram~11965_q ; +wire \text_gen|char_ram~53299_combout ; +wire \text_gen|char_ram~11979_q ; +wire \text_gen|char_ram~53095_combout ; +wire \text_gen|char_ram~11909_q ; +wire \text_gen|char_ram~11923feeder_combout ; +wire \text_gen|char_ram~53297_combout ; +wire \text_gen|char_ram~11923_q ; +wire \text_gen|char_ram~49359_combout ; +wire \text_gen|char_ram~49360_combout ; +wire \text_gen|char_ram~49363_combout ; +wire \text_gen|char_ram~53306_combout ; +wire \text_gen|char_ram~12035_q ; +wire \text_gen|char_ram~53308_combout ; +wire \text_gen|char_ram~12091_q ; +wire \text_gen|char_ram~53107_combout ; +wire \text_gen|char_ram~12021_q ; +wire \text_gen|char_ram~53139_combout ; +wire \text_gen|char_ram~12077_q ; +wire \text_gen|char_ram~49364_combout ; +wire \text_gen|char_ram~49365_combout ; +wire \text_gen|char_ram~53091_combout ; +wire \text_gen|char_ram~11797_q ; +wire \text_gen|char_ram~53127_combout ; +wire \text_gen|char_ram~11853_q ; +wire \text_gen|char_ram~49357_combout ; +wire \text_gen|char_ram~11811feeder_combout ; +wire \text_gen|char_ram~53293_combout ; +wire \text_gen|char_ram~11811_q ; +wire \text_gen|char_ram~53295_combout ; +wire \text_gen|char_ram~11867_q ; +wire \text_gen|char_ram~49358_combout ; +wire \text_gen|char_ram~49366_combout ; +wire \text_gen|char_ram~49377_combout ; +wire \text_gen|char_ram~49388_combout ; +wire \text_gen|char_ram~22605feeder_combout ; +wire \text_gen|char_ram~53605_combout ; +wire \text_gen|char_ram~22605_q ; +wire \text_gen|char_ram~53562_combout ; +wire \text_gen|char_ram~15437_q ; +wire \text_gen|char_ram~53578_combout ; +wire \text_gen|char_ram~8269_q ; +wire \text_gen|char_ram~53590_combout ; +wire \text_gen|char_ram~1101_q ; +wire \text_gen|char_ram~49389_combout ; +wire \text_gen|char_ram~49390_combout ; +wire \text_gen|char_ram~53564_combout ; +wire \text_gen|char_ram~15661_q ; +wire \text_gen|char_ram~22829feeder_combout ; +wire \text_gen|char_ram~53369_combout ; +wire \text_gen|char_ram~53618_combout ; +wire \text_gen|char_ram~22829_q ; +wire \text_gen|char_ram~53585_combout ; +wire \text_gen|char_ram~8493_q ; +wire \text_gen|char_ram~53367_combout ; +wire \text_gen|char_ram~53601_combout ; +wire \text_gen|char_ram~1325_q ; +wire \text_gen|char_ram~49396_combout ; +wire \text_gen|char_ram~49397_combout ; +wire \text_gen|char_ram~53573_combout ; +wire \text_gen|char_ram~8381_q ; +wire \text_gen|char_ram~53610_combout ; +wire \text_gen|char_ram~22717_q ; +wire \text_gen|char_ram~53593_combout ; +wire \text_gen|char_ram~1213_q ; +wire \text_gen|char_ram~15549feeder_combout ; +wire \text_gen|char_ram~53561_combout ; +wire \text_gen|char_ram~15549_q ; +wire \text_gen|char_ram~49391_combout ; +wire \text_gen|char_ram~49392_combout ; +wire \text_gen|char_ram~53563_combout ; +wire \text_gen|char_ram~15325_q ; +wire \text_gen|char_ram~53598_combout ; +wire \text_gen|char_ram~989_q ; +wire \text_gen|char_ram~49393_combout ; +wire \text_gen|char_ram~53582_combout ; +wire \text_gen|char_ram~8157_q ; +wire \text_gen|char_ram~53613_combout ; +wire \text_gen|char_ram~22493_q ; +wire \text_gen|char_ram~49394_combout ; +wire \text_gen|char_ram~49395_combout ; +wire \text_gen|char_ram~49398_combout ; +wire \text_gen|char_ram~15619feeder_combout ; +wire \text_gen|char_ram~53423_combout ; +wire \text_gen|char_ram~15619_q ; +wire \text_gen|char_ram~53426_combout ; +wire \text_gen|char_ram~22787_q ; +wire \text_gen|char_ram~8451feeder_combout ; +wire \text_gen|char_ram~53424_combout ; +wire \text_gen|char_ram~8451_q ; +wire \text_gen|char_ram~53425_combout ; +wire \text_gen|char_ram~1283_q ; +wire \text_gen|char_ram~49406_combout ; +wire \text_gen|char_ram~49407_combout ; +wire \text_gen|char_ram~15395feeder_combout ; +wire \text_gen|char_ram~53416_combout ; +wire \text_gen|char_ram~15395_q ; +wire \text_gen|char_ram~53418_combout ; +wire \text_gen|char_ram~22563_q ; +wire \text_gen|char_ram~53415_combout ; +wire \text_gen|char_ram~8227_q ; +wire \text_gen|char_ram~53417_combout ; +wire \text_gen|char_ram~1059_q ; +wire \text_gen|char_ram~49399_combout ; +wire \text_gen|char_ram~49400_combout ; +wire \text_gen|char_ram~15283feeder_combout ; +wire \text_gen|char_ram~53420_combout ; +wire \text_gen|char_ram~15283_q ; +wire \text_gen|char_ram~53421_combout ; +wire \text_gen|char_ram~947_q ; +wire \text_gen|char_ram~49403_combout ; +wire \text_gen|char_ram~8115feeder_combout ; +wire \text_gen|char_ram~53419_combout ; +wire \text_gen|char_ram~8115_q ; +wire \text_gen|char_ram~53422_combout ; +wire \text_gen|char_ram~22451_q ; +wire \text_gen|char_ram~49404_combout ; +wire \text_gen|char_ram~53414_combout ; +wire \text_gen|char_ram~22675_q ; +wire \text_gen|char_ram~53412_combout ; +wire \text_gen|char_ram~8339_q ; +wire \text_gen|char_ram~53411_combout ; +wire \text_gen|char_ram~15507_q ; +wire \text_gen|char_ram~53413_combout ; +wire \text_gen|char_ram~1171_q ; +wire \text_gen|char_ram~49401_combout ; +wire \text_gen|char_ram~49402_combout ; +wire \text_gen|char_ram~49405_combout ; +wire \text_gen|char_ram~49408_combout ; +wire \text_gen|char_ram~53362_combout ; +wire \text_gen|char_ram~15381_q ; +wire \text_gen|char_ram~53364_combout ; +wire \text_gen|char_ram~22549_q ; +wire \text_gen|char_ram~8213feeder_combout ; +wire \text_gen|char_ram~53361_combout ; +wire \text_gen|char_ram~8213_q ; +wire \text_gen|char_ram~53363_combout ; +wire \text_gen|char_ram~1045_q ; +wire \text_gen|char_ram~49409_combout ; +wire \text_gen|char_ram~49410_combout ; +wire \text_gen|char_ram~53375_combout ; +wire \text_gen|char_ram~15605_q ; +wire \text_gen|char_ram~8437feeder_combout ; +wire \text_gen|char_ram~53376_combout ; +wire \text_gen|char_ram~8437_q ; +wire \text_gen|char_ram~53377_combout ; +wire \text_gen|char_ram~1269_q ; +wire \text_gen|char_ram~49416_combout ; +wire \text_gen|char_ram~53378_combout ; +wire \text_gen|char_ram~22773_q ; +wire \text_gen|char_ram~49417_combout ; +wire \text_gen|char_ram~53366_combout ; +wire \text_gen|char_ram~8325_q ; +wire \text_gen|char_ram~53370_combout ; +wire \text_gen|char_ram~22661_q ; +wire \text_gen|char_ram~53365_combout ; +wire \text_gen|char_ram~15493_q ; +wire \text_gen|char_ram~53368_combout ; +wire \text_gen|char_ram~1157_q ; +wire \text_gen|char_ram~49411_combout ; +wire \text_gen|char_ram~49412_combout ; +wire \text_gen|char_ram~53372_combout ; +wire \text_gen|char_ram~15269_q ; +wire \text_gen|char_ram~53373_combout ; +wire \text_gen|char_ram~933_q ; +wire \text_gen|char_ram~49413_combout ; +wire \text_gen|char_ram~53374_combout ; +wire \text_gen|char_ram~22437_q ; +wire \text_gen|char_ram~8101feeder_combout ; +wire \text_gen|char_ram~53371_combout ; +wire \text_gen|char_ram~8101_q ; +wire \text_gen|char_ram~49414_combout ; +wire \text_gen|char_ram~49415_combout ; +wire \text_gen|char_ram~49418_combout ; +wire \text_gen|char_ram~49419_combout ; +wire \text_gen|char_ram~15675feeder_combout ; +wire \text_gen|char_ram~53572_combout ; +wire \text_gen|char_ram~15675_q ; +wire \text_gen|char_ram~53620_combout ; +wire \text_gen|char_ram~22843_q ; +wire \text_gen|char_ram~53604_combout ; +wire \text_gen|char_ram~1339_q ; +wire \text_gen|char_ram~53588_combout ; +wire \text_gen|char_ram~8507_q ; +wire \text_gen|char_ram~49427_combout ; +wire \text_gen|char_ram~49428_combout ; +wire \text_gen|char_ram~15451feeder_combout ; +wire \text_gen|char_ram~53570_combout ; +wire \text_gen|char_ram~15451_q ; +wire \text_gen|char_ram~53608_combout ; +wire \text_gen|char_ram~22619_q ; +wire \text_gen|char_ram~8283feeder_combout ; +wire \text_gen|char_ram~53580_combout ; +wire \text_gen|char_ram~8283_q ; +wire \text_gen|char_ram~53592_combout ; +wire \text_gen|char_ram~1115_q ; +wire \text_gen|char_ram~49420_combout ; +wire \text_gen|char_ram~49421_combout ; +wire \text_gen|char_ram~53576_combout ; +wire \text_gen|char_ram~8395_q ; +wire \text_gen|char_ram~53612_combout ; +wire \text_gen|char_ram~22731_q ; +wire \text_gen|char_ram~53569_combout ; +wire \text_gen|char_ram~15563_q ; +wire \text_gen|char_ram~53596_combout ; +wire \text_gen|char_ram~1227_q ; +wire \text_gen|char_ram~49422_combout ; +wire \text_gen|char_ram~49423_combout ; +wire \text_gen|char_ram~8171feeder_combout ; +wire \text_gen|char_ram~53584_combout ; +wire \text_gen|char_ram~8171_q ; +wire \text_gen|char_ram~53616_combout ; +wire \text_gen|char_ram~22507_q ; +wire \text_gen|char_ram~53600_combout ; +wire \text_gen|char_ram~1003_q ; +wire \text_gen|char_ram~53571_combout ; +wire \text_gen|char_ram~15339_q ; +wire \text_gen|char_ram~49424_combout ; +wire \text_gen|char_ram~49425_combout ; +wire \text_gen|char_ram~49426_combout ; +wire \text_gen|char_ram~49429_combout ; +wire \text_gen|char_ram~49430_combout ; +wire \text_gen|char_ram~49431_combout ; +wire \text_gen|char_ram~52735_combout ; +wire \text_gen|char_ram~53815_combout ; +wire \text_gen|char_ram~20813_q ; +wire \text_gen|char_ram~53867_combout ; +wire \text_gen|char_ram~27981_q ; +wire \text_gen|char_ram~53817_combout ; +wire \text_gen|char_ram~20701_q ; +wire \text_gen|char_ram~53872_combout ; +wire \text_gen|char_ram~27869_q ; +wire \text_gen|char_ram~49434_combout ; +wire \text_gen|char_ram~49435_combout ; +wire \text_gen|char_ram~13533feeder_combout ; +wire \text_gen|char_ram~53839_combout ; +wire \text_gen|char_ram~13533_q ; +wire \text_gen|char_ram~53855_combout ; +wire \text_gen|char_ram~6365_q ; +wire \text_gen|char_ram~49436_combout ; +wire \text_gen|char_ram~53832_combout ; +wire \text_gen|char_ram~13645_q ; +wire \text_gen|char_ram~53852_combout ; +wire \text_gen|char_ram~6477_q ; +wire \text_gen|char_ram~49437_combout ; +wire \text_gen|char_ram~49438_combout ; +wire \text_gen|char_ram~53844_combout ; +wire \text_gen|char_ram~13869_q ; +wire \text_gen|char_ram~53860_combout ; +wire \text_gen|char_ram~6701_q ; +wire \text_gen|char_ram~53835_combout ; +wire \text_gen|char_ram~13757_q ; +wire \text_gen|char_ram~53847_combout ; +wire \text_gen|char_ram~6589_q ; +wire \text_gen|char_ram~49432_combout ; +wire \text_gen|char_ram~49433_combout ; +wire \text_gen|char_ram~53624_combout ; +wire \text_gen|char_ram~53875_combout ; +wire \text_gen|char_ram~28205_q ; +wire \text_gen|char_ram~53818_combout ; +wire \text_gen|char_ram~21037_q ; +wire \text_gen|char_ram~53864_combout ; +wire \text_gen|char_ram~28093_q ; +wire \text_gen|char_ram~53816_combout ; +wire \text_gen|char_ram~20925_q ; +wire \text_gen|char_ram~49439_combout ; +wire \text_gen|char_ram~49440_combout ; +wire \text_gen|char_ram~49441_combout ; +wire \text_gen|char_ram~53685_combout ; +wire \text_gen|char_ram~28163_q ; +wire \text_gen|char_ram~53682_combout ; +wire \text_gen|char_ram~20995_q ; +wire \text_gen|char_ram~53683_combout ; +wire \text_gen|char_ram~13827_q ; +wire \text_gen|char_ram~53684_combout ; +wire \text_gen|char_ram~6659_q ; +wire \text_gen|char_ram~49449_combout ; +wire \text_gen|char_ram~49450_combout ; +wire \text_gen|char_ram~53678_combout ; +wire \text_gen|char_ram~13491_q ; +wire \text_gen|char_ram~53681_combout ; +wire \text_gen|char_ram~27827_q ; +wire \text_gen|char_ram~20659feeder_combout ; +wire \text_gen|char_ram~53679_combout ; +wire \text_gen|char_ram~20659_q ; +wire \text_gen|char_ram~53680_combout ; +wire \text_gen|char_ram~6323_q ; +wire \text_gen|char_ram~49446_combout ; +wire \text_gen|char_ram~49447_combout ; +wire \text_gen|char_ram~13715feeder_combout ; +wire \text_gen|char_ram~53674_combout ; +wire \text_gen|char_ram~13715_q ; +wire \text_gen|char_ram~53677_combout ; +wire \text_gen|char_ram~28051_q ; +wire \text_gen|char_ram~53676_combout ; +wire \text_gen|char_ram~6547_q ; +wire \text_gen|char_ram~20883feeder_combout ; +wire \text_gen|char_ram~53675_combout ; +wire \text_gen|char_ram~20883_q ; +wire \text_gen|char_ram~49444_combout ; +wire \text_gen|char_ram~49445_combout ; +wire \text_gen|char_ram~49448_combout ; +wire \text_gen|char_ram~53670_combout ; +wire \text_gen|char_ram~20771_q ; +wire \text_gen|char_ram~53673_combout ; +wire \text_gen|char_ram~27939_q ; +wire \text_gen|char_ram~13603feeder_combout ; +wire \text_gen|char_ram~53671_combout ; +wire \text_gen|char_ram~13603_q ; +wire \text_gen|char_ram~53672_combout ; +wire \text_gen|char_ram~6435_q ; +wire \text_gen|char_ram~49442_combout ; +wire \text_gen|char_ram~49443_combout ; +wire \text_gen|char_ram~49451_combout ; +wire \text_gen|char_ram~53621_combout ; +wire \text_gen|char_ram~13701_q ; +wire \text_gen|char_ram~53625_combout ; +wire \text_gen|char_ram~28037_q ; +wire \text_gen|char_ram~20869feeder_combout ; +wire \text_gen|char_ram~53622_combout ; +wire \text_gen|char_ram~20869_q ; +wire \text_gen|char_ram~53623_combout ; +wire \text_gen|char_ram~6533_q ; +wire \text_gen|char_ram~49452_combout ; +wire \text_gen|char_ram~49453_combout ; +wire \text_gen|char_ram~20981feeder_combout ; +wire \text_gen|char_ram~53634_combout ; +wire \text_gen|char_ram~20981_q ; +wire \text_gen|char_ram~53637_combout ; +wire \text_gen|char_ram~28149_q ; +wire \text_gen|char_ram~53636_combout ; +wire \text_gen|char_ram~6645_q ; +wire \text_gen|char_ram~53635_combout ; +wire \text_gen|char_ram~13813_q ; +wire \text_gen|char_ram~49459_combout ; +wire \text_gen|char_ram~49460_combout ; +wire \text_gen|char_ram~53630_combout ; +wire \text_gen|char_ram~13477_q ; +wire \text_gen|char_ram~53633_combout ; +wire \text_gen|char_ram~27813_q ; +wire \text_gen|char_ram~53632_combout ; +wire \text_gen|char_ram~6309_q ; +wire \text_gen|char_ram~20645feeder_combout ; +wire \text_gen|char_ram~53631_combout ; +wire \text_gen|char_ram~20645_q ; +wire \text_gen|char_ram~49456_combout ; +wire \text_gen|char_ram~49457_combout ; +wire \text_gen|char_ram~53626_combout ; +wire \text_gen|char_ram~20757_q ; +wire \text_gen|char_ram~53629_combout ; +wire \text_gen|char_ram~27925_q ; +wire \text_gen|char_ram~13589feeder_combout ; +wire \text_gen|char_ram~53627_combout ; +wire \text_gen|char_ram~13589_q ; +wire \text_gen|char_ram~53628_combout ; +wire \text_gen|char_ram~6421_q ; +wire \text_gen|char_ram~49454_combout ; +wire \text_gen|char_ram~49455_combout ; +wire \text_gen|char_ram~49458_combout ; +wire \text_gen|char_ram~49461_combout ; +wire \text_gen|char_ram~49462_combout ; +wire \text_gen|char_ram~53830_combout ; +wire \text_gen|char_ram~21051_q ; +wire \text_gen|char_ram~53862_combout ; +wire \text_gen|char_ram~6715_q ; +wire \text_gen|char_ram~53827_combout ; +wire \text_gen|char_ram~20827_q ; +wire \text_gen|char_ram~53854_combout ; +wire \text_gen|char_ram~6491_q ; +wire \text_gen|char_ram~49463_combout ; +wire \text_gen|char_ram~49464_combout ; +wire \text_gen|char_ram~53846_combout ; +wire \text_gen|char_ram~13883_q ; +wire \text_gen|char_ram~53878_combout ; +wire \text_gen|char_ram~28219_q ; +wire \text_gen|char_ram~53834_combout ; +wire \text_gen|char_ram~13659_q ; +wire \text_gen|char_ram~53870_combout ; +wire \text_gen|char_ram~27995_q ; +wire \text_gen|char_ram~49470_combout ; +wire \text_gen|char_ram~49471_combout ; +wire \text_gen|char_ram~53850_combout ; +wire \text_gen|char_ram~6603_q ; +wire \text_gen|char_ram~53828_combout ; +wire \text_gen|char_ram~20939_q ; +wire \text_gen|char_ram~20715feeder_combout ; +wire \text_gen|char_ram~53829_combout ; +wire \text_gen|char_ram~20715_q ; +wire \text_gen|char_ram~53858_combout ; +wire \text_gen|char_ram~6379_q ; +wire \text_gen|char_ram~49467_combout ; +wire \text_gen|char_ram~49468_combout ; +wire \text_gen|char_ram~53838_combout ; +wire \text_gen|char_ram~13771_q ; +wire \text_gen|char_ram~53866_combout ; +wire \text_gen|char_ram~28107_q ; +wire \text_gen|char_ram~27883feeder_combout ; +wire \text_gen|char_ram~53874_combout ; +wire \text_gen|char_ram~27883_q ; +wire \text_gen|char_ram~53842_combout ; +wire \text_gen|char_ram~13547_q ; +wire \text_gen|char_ram~49465_combout ; +wire \text_gen|char_ram~49466_combout ; +wire \text_gen|char_ram~49469_combout ; +wire \text_gen|char_ram~49472_combout ; +wire \text_gen|char_ram~49473_combout ; +wire \text_gen|char_ram~17467feeder_combout ; +wire \text_gen|char_ram~52892_combout ; +wire \text_gen|char_ram~17467_q ; +wire \text_gen|char_ram~53008_combout ; +wire \text_gen|char_ram~53056_combout ; +wire \text_gen|char_ram~24635_q ; +wire \text_gen|char_ram~10299feeder_combout ; +wire \text_gen|char_ram~52820_combout ; +wire \text_gen|char_ram~10299_q ; +wire \text_gen|char_ram~3131feeder_combout ; +wire \text_gen|char_ram~52902_combout ; +wire \text_gen|char_ram~52974_combout ; +wire \text_gen|char_ram~3131_q ; +wire \text_gen|char_ram~49343_combout ; +wire \text_gen|char_ram~49344_combout ; +wire \text_gen|char_ram~24411feeder_combout ; +wire \text_gen|char_ram~53044_combout ; +wire \text_gen|char_ram~24411_q ; +wire \text_gen|char_ram~52879_combout ; +wire \text_gen|char_ram~17243_q ; +wire \text_gen|char_ram~10075feeder_combout ; +wire \text_gen|char_ram~52817_combout ; +wire \text_gen|char_ram~10075_q ; +wire \text_gen|char_ram~52961_combout ; +wire \text_gen|char_ram~2907_q ; +wire \text_gen|char_ram~49336_combout ; +wire \text_gen|char_ram~49337_combout ; +wire \text_gen|char_ram~52801_combout ; +wire \text_gen|char_ram~9963_q ; +wire \text_gen|char_ram~52888_combout ; +wire \text_gen|char_ram~17131_q ; +wire \text_gen|char_ram~52970_combout ; +wire \text_gen|char_ram~2795_q ; +wire \text_gen|char_ram~49340_combout ; +wire \text_gen|char_ram~53052_combout ; +wire \text_gen|char_ram~24299_q ; +wire \text_gen|char_ram~49341_combout ; +wire \text_gen|char_ram~52883_combout ; +wire \text_gen|char_ram~17355_q ; +wire \text_gen|char_ram~52965_combout ; +wire \text_gen|char_ram~3019_q ; +wire \text_gen|char_ram~49338_combout ; +wire \text_gen|char_ram~53048_combout ; +wire \text_gen|char_ram~24523_q ; +wire \text_gen|char_ram~52804_combout ; +wire \text_gen|char_ram~10187_q ; +wire \text_gen|char_ram~49339_combout ; +wire \text_gen|char_ram~49342_combout ; +wire \text_gen|char_ram~49345_combout ; +wire \text_gen|char_ram~24621feeder_combout ; +wire \text_gen|char_ram~53054_combout ; +wire \text_gen|char_ram~24621_q ; +wire \text_gen|char_ram~52857_combout ; +wire \text_gen|char_ram~17453_q ; +wire \text_gen|char_ram~10285feeder_combout ; +wire \text_gen|char_ram~52754_combout ; +wire \text_gen|char_ram~10285_q ; +wire \text_gen|char_ram~52935_combout ; +wire \text_gen|char_ram~3117_q ; +wire \text_gen|char_ram~49312_combout ; +wire \text_gen|char_ram~49313_combout ; +wire \text_gen|char_ram~24509feeder_combout ; +wire \text_gen|char_ram~53045_combout ; +wire \text_gen|char_ram~24509_q ; +wire \text_gen|char_ram~52739_combout ; +wire \text_gen|char_ram~10173_q ; +wire \text_gen|char_ram~52845_combout ; +wire \text_gen|char_ram~17341_q ; +wire \text_gen|char_ram~52919_combout ; +wire \text_gen|char_ram~3005_q ; +wire \text_gen|char_ram~49305_combout ; +wire \text_gen|char_ram~49306_combout ; +wire \text_gen|char_ram~52750_combout ; +wire \text_gen|char_ram~9949_q ; +wire \text_gen|char_ram~52931_combout ; +wire \text_gen|char_ram~2781_q ; +wire \text_gen|char_ram~17117feeder_combout ; +wire \text_gen|char_ram~52842_combout ; +wire \text_gen|char_ram~17117_q ; +wire \text_gen|char_ram~49309_combout ; +wire \text_gen|char_ram~53049_combout ; +wire \text_gen|char_ram~24285_q ; +wire \text_gen|char_ram~49310_combout ; +wire \text_gen|char_ram~17229feeder_combout ; +wire \text_gen|char_ram~52854_combout ; +wire \text_gen|char_ram~17229_q ; +wire \text_gen|char_ram~53042_combout ; +wire \text_gen|char_ram~24397_q ; +wire \text_gen|char_ram~52746_combout ; +wire \text_gen|char_ram~10061_q ; +wire \text_gen|char_ram~52925_combout ; +wire \text_gen|char_ram~2893_q ; +wire \text_gen|char_ram~49307_combout ; +wire \text_gen|char_ram~49308_combout ; +wire \text_gen|char_ram~49311_combout ; +wire \text_gen|char_ram~49314_combout ; +wire \text_gen|char_ram~52737_combout ; +wire \text_gen|char_ram~10117_q ; +wire \text_gen|char_ram~53009_combout ; +wire \text_gen|char_ram~24453_q ; +wire \text_gen|char_ram~17285feeder_combout ; +wire \text_gen|char_ram~52853_combout ; +wire \text_gen|char_ram~17285_q ; +wire \text_gen|char_ram~52917_combout ; +wire \text_gen|char_ram~2949_q ; +wire \text_gen|char_ram~49325_combout ; +wire \text_gen|char_ram~49326_combout ; +wire \text_gen|char_ram~17397feeder_combout ; +wire \text_gen|char_ram~52849_combout ; +wire \text_gen|char_ram~17397_q ; +wire \text_gen|char_ram~53022_combout ; +wire \text_gen|char_ram~24565_q ; +wire \text_gen|char_ram~52752_combout ; +wire \text_gen|char_ram~10229_q ; +wire \text_gen|char_ram~52933_combout ; +wire \text_gen|char_ram~3061_q ; +wire \text_gen|char_ram~49332_combout ; +wire \text_gen|char_ram~49333_combout ; +wire \text_gen|char_ram~52846_combout ; +wire \text_gen|char_ram~17173_q ; +wire \text_gen|char_ram~53003_combout ; +wire \text_gen|char_ram~24341_q ; +wire \text_gen|char_ram~52742_combout ; +wire \text_gen|char_ram~10005_q ; +wire \text_gen|char_ram~52921_combout ; +wire \text_gen|char_ram~2837_q ; +wire \text_gen|char_ram~49327_combout ; +wire \text_gen|char_ram~49328_combout ; +wire \text_gen|char_ram~17061feeder_combout ; +wire \text_gen|char_ram~52850_combout ; +wire \text_gen|char_ram~17061_q ; +wire \text_gen|char_ram~52927_combout ; +wire \text_gen|char_ram~2725_q ; +wire \text_gen|char_ram~49329_combout ; +wire \text_gen|char_ram~52747_combout ; +wire \text_gen|char_ram~9893_q ; +wire \text_gen|char_ram~53014_combout ; +wire \text_gen|char_ram~24229_q ; +wire \text_gen|char_ram~49330_combout ; +wire \text_gen|char_ram~49331_combout ; +wire \text_gen|char_ram~49334_combout ; +wire \text_gen|char_ram~53024_combout ; +wire \text_gen|char_ram~24579_q ; +wire \text_gen|char_ram~17411feeder_combout ; +wire \text_gen|char_ram~52890_combout ; +wire \text_gen|char_ram~17411_q ; +wire \text_gen|char_ram~52809_combout ; +wire \text_gen|char_ram~10243_q ; +wire \text_gen|char_ram~3075feeder_combout ; +wire \text_gen|char_ram~52972_combout ; +wire \text_gen|char_ram~3075_q ; +wire \text_gen|char_ram~49322_combout ; +wire \text_gen|char_ram~49323_combout ; +wire \text_gen|char_ram~17187feeder_combout ; +wire \text_gen|char_ram~52877_combout ; +wire \text_gen|char_ram~17187_q ; +wire \text_gen|char_ram~53007_combout ; +wire \text_gen|char_ram~24355_q ; +wire \text_gen|char_ram~52806_combout ; +wire \text_gen|char_ram~10019_q ; +wire \text_gen|char_ram~52957_combout ; +wire \text_gen|char_ram~2851_q ; +wire \text_gen|char_ram~49315_combout ; +wire \text_gen|char_ram~49316_combout ; +wire \text_gen|char_ram~52815_combout ; +wire \text_gen|char_ram~10131_q ; +wire \text_gen|char_ram~53012_combout ; +wire \text_gen|char_ram~24467_q ; +wire \text_gen|char_ram~52881_combout ; +wire \text_gen|char_ram~17299_q ; +wire \text_gen|char_ram~52963_combout ; +wire \text_gen|char_ram~2963_q ; +wire \text_gen|char_ram~49317_combout ; +wire \text_gen|char_ram~49318_combout ; +wire \text_gen|char_ram~52812_combout ; +wire \text_gen|char_ram~9907_q ; +wire \text_gen|char_ram~53020_combout ; +wire \text_gen|char_ram~24243_q ; +wire \text_gen|char_ram~17075feeder_combout ; +wire \text_gen|char_ram~52886_combout ; +wire \text_gen|char_ram~17075_q ; +wire \text_gen|char_ram~52967_combout ; +wire \text_gen|char_ram~2739_q ; +wire \text_gen|char_ram~49319_combout ; +wire \text_gen|char_ram~49320_combout ; +wire \text_gen|char_ram~49321_combout ; +wire \text_gen|char_ram~49324_combout ; +wire \text_gen|char_ram~49335_combout ; +wire \text_gen|char_ram~49346_combout ; +wire \text_gen|char_ram~49474_combout ; +wire \text_gen|Add5~4_combout ; +wire \text_gen|char_ram~54919_combout ; +wire \text_gen|char_ram~55766_combout ; +wire \text_gen|char_ram~26931_q ; +wire \text_gen|char_ram~55764_combout ; +wire \text_gen|char_ram~27043_q ; +wire \text_gen|char_ram~49803_combout ; +wire \text_gen|char_ram~55751_combout ; +wire \text_gen|char_ram~55767_combout ; +wire \text_gen|char_ram~27267_q ; +wire \text_gen|char_ram~55765_combout ; +wire \text_gen|char_ram~27155_q ; +wire \text_gen|char_ram~49804_combout ; +wire \text_gen|char_ram~55957_combout ; +wire \text_gen|char_ram~27099_q ; +wire \text_gen|char_ram~55960_combout ; +wire \text_gen|char_ram~27323_q ; +wire \text_gen|char_ram~27211feeder_combout ; +wire \text_gen|char_ram~55958_combout ; +wire \text_gen|char_ram~27211_q ; +wire \text_gen|char_ram~55959_combout ; +wire \text_gen|char_ram~26987_q ; +wire \text_gen|char_ram~49810_combout ; +wire \text_gen|char_ram~49811_combout ; +wire \text_gen|char_ram~27085feeder_combout ; +wire \text_gen|char_ram~55925_combout ; +wire \text_gen|char_ram~27085_q ; +wire \text_gen|char_ram~55928_combout ; +wire \text_gen|char_ram~27309_q ; +wire \text_gen|char_ram~55927_combout ; +wire \text_gen|char_ram~26973_q ; +wire \text_gen|char_ram~27197feeder_combout ; +wire \text_gen|char_ram~55926_combout ; +wire \text_gen|char_ram~27197_q ; +wire \text_gen|char_ram~49805_combout ; +wire \text_gen|char_ram~49806_combout ; +wire \text_gen|char_ram~55758_combout ; +wire \text_gen|char_ram~26917_q ; +wire \text_gen|char_ram~55756_combout ; +wire \text_gen|char_ram~27029_q ; +wire \text_gen|char_ram~49807_combout ; +wire \text_gen|char_ram~55757_combout ; +wire \text_gen|char_ram~27141_q ; +wire \text_gen|char_ram~55759_combout ; +wire \text_gen|char_ram~27253_q ; +wire \text_gen|char_ram~49808_combout ; +wire \text_gen|char_ram~49809_combout ; +wire \text_gen|char_ram~49812_combout ; +wire \text_gen|char_ram~12763feeder_combout ; +wire \text_gen|char_ram~55945_combout ; +wire \text_gen|char_ram~12763_q ; +wire \text_gen|char_ram~55948_combout ; +wire \text_gen|char_ram~12987_q ; +wire \text_gen|char_ram~55947_combout ; +wire \text_gen|char_ram~12651_q ; +wire \text_gen|char_ram~12875feeder_combout ; +wire \text_gen|char_ram~55946_combout ; +wire \text_gen|char_ram~12875_q ; +wire \text_gen|char_ram~49779_combout ; +wire \text_gen|char_ram~49780_combout ; +wire \text_gen|char_ram~55715_combout ; +wire \text_gen|char_ram~12707_q ; +wire \text_gen|char_ram~55717_combout ; +wire \text_gen|char_ram~12595_q ; +wire \text_gen|char_ram~49772_combout ; +wire \text_gen|char_ram~55718_combout ; +wire \text_gen|char_ram~12931_q ; +wire \text_gen|char_ram~55716_combout ; +wire \text_gen|char_ram~12819_q ; +wire \text_gen|char_ram~49773_combout ; +wire \text_gen|char_ram~55915_combout ; +wire \text_gen|char_ram~12637_q ; +wire \text_gen|char_ram~12861feeder_combout ; +wire \text_gen|char_ram~55914_combout ; +wire \text_gen|char_ram~12861_q ; +wire \text_gen|char_ram~49774_combout ; +wire \text_gen|char_ram~55916_combout ; +wire \text_gen|char_ram~12973_q ; +wire \text_gen|char_ram~55913_combout ; +wire \text_gen|char_ram~12749_q ; +wire \text_gen|char_ram~49775_combout ; +wire \text_gen|char_ram~12805feeder_combout ; +wire \text_gen|char_ram~55708_combout ; +wire \text_gen|char_ram~12805_q ; +wire \text_gen|char_ram~55710_combout ; +wire \text_gen|char_ram~12917_q ; +wire \text_gen|char_ram~55709_combout ; +wire \text_gen|char_ram~12581_q ; +wire \text_gen|char_ram~12693feeder_combout ; +wire \text_gen|char_ram~55707_combout ; +wire \text_gen|char_ram~12693_q ; +wire \text_gen|char_ram~49776_combout ; +wire \text_gen|char_ram~49777_combout ; +wire \text_gen|char_ram~49778_combout ; +wire \text_gen|char_ram~49781_combout ; +wire \text_gen|char_ram~19917feeder_combout ; +wire \text_gen|char_ram~55918_combout ; +wire \text_gen|char_ram~19917_q ; +wire \text_gen|char_ram~55920_combout ; +wire \text_gen|char_ram~20141_q ; +wire \text_gen|char_ram~55917_combout ; +wire \text_gen|char_ram~20029_q ; +wire \text_gen|char_ram~55919_combout ; +wire \text_gen|char_ram~19805_q ; +wire \text_gen|char_ram~49782_combout ; +wire \text_gen|char_ram~49783_combout ; +wire \text_gen|char_ram~55950_combout ; +wire \text_gen|char_ram~19931_q ; +wire \text_gen|char_ram~55952_combout ; +wire \text_gen|char_ram~20155_q ; +wire \text_gen|char_ram~55951_combout ; +wire \text_gen|char_ram~19819_q ; +wire \text_gen|char_ram~20043feeder_combout ; +wire \text_gen|char_ram~55949_combout ; +wire \text_gen|char_ram~20043_q ; +wire \text_gen|char_ram~49789_combout ; +wire \text_gen|char_ram~49790_combout ; +wire \text_gen|char_ram~19987feeder_combout ; +wire \text_gen|char_ram~55732_combout ; +wire \text_gen|char_ram~19987_q ; +wire \text_gen|char_ram~55734_combout ; +wire \text_gen|char_ram~20099_q ; +wire \text_gen|char_ram~55733_combout ; +wire \text_gen|char_ram~19763_q ; +wire \text_gen|char_ram~55731_combout ; +wire \text_gen|char_ram~19875_q ; +wire \text_gen|char_ram~49784_combout ; +wire \text_gen|char_ram~49785_combout ; +wire \text_gen|char_ram~19973feeder_combout ; +wire \text_gen|char_ram~55724_combout ; +wire \text_gen|char_ram~19973_q ; +wire \text_gen|char_ram~55726_combout ; +wire \text_gen|char_ram~20085_q ; +wire \text_gen|char_ram~55725_combout ; +wire \text_gen|char_ram~19749_q ; +wire \text_gen|char_ram~19861feeder_combout ; +wire \text_gen|char_ram~55723_combout ; +wire \text_gen|char_ram~19861_q ; +wire \text_gen|char_ram~49786_combout ; +wire \text_gen|char_ram~49787_combout ; +wire \text_gen|char_ram~49788_combout ; +wire \text_gen|char_ram~49791_combout ; +wire \text_gen|char_ram~55954_combout ; +wire \text_gen|char_ram~5595_q ; +wire \text_gen|char_ram~55956_combout ; +wire \text_gen|char_ram~5819_q ; +wire \text_gen|char_ram~5707feeder_combout ; +wire \text_gen|char_ram~55953_combout ; +wire \text_gen|char_ram~5707_q ; +wire \text_gen|char_ram~55955_combout ; +wire \text_gen|char_ram~5483_q ; +wire \text_gen|char_ram~49799_combout ; +wire \text_gen|char_ram~49800_combout ; +wire \text_gen|char_ram~5651feeder_combout ; +wire \text_gen|char_ram~55748_combout ; +wire \text_gen|char_ram~5651_q ; +wire \text_gen|char_ram~55750_combout ; +wire \text_gen|char_ram~5763_q ; +wire \text_gen|char_ram~55749_combout ; +wire \text_gen|char_ram~5427_q ; +wire \text_gen|char_ram~55747_combout ; +wire \text_gen|char_ram~5539_q ; +wire \text_gen|char_ram~49794_combout ; +wire \text_gen|char_ram~49795_combout ; +wire \text_gen|char_ram~55739_combout ; +wire \text_gen|char_ram~5525_q ; +wire \text_gen|char_ram~55741_combout ; +wire \text_gen|char_ram~5413_q ; +wire \text_gen|char_ram~49796_combout ; +wire \text_gen|char_ram~55742_combout ; +wire \text_gen|char_ram~5749_q ; +wire \text_gen|char_ram~5637feeder_combout ; +wire \text_gen|char_ram~55740_combout ; +wire \text_gen|char_ram~5637_q ; +wire \text_gen|char_ram~49797_combout ; +wire \text_gen|char_ram~49798_combout ; +wire \text_gen|char_ram~55923_combout ; +wire \text_gen|char_ram~5469_q ; +wire \text_gen|char_ram~55921_combout ; +wire \text_gen|char_ram~5693_q ; +wire \text_gen|char_ram~49792_combout ; +wire \text_gen|char_ram~55922_combout ; +wire \text_gen|char_ram~5581_q ; +wire \text_gen|char_ram~55924_combout ; +wire \text_gen|char_ram~5805_q ; +wire \text_gen|char_ram~49793_combout ; +wire \text_gen|char_ram~49801_combout ; +wire \text_gen|char_ram~49802_combout ; +wire \text_gen|char_ram~49813_combout ; +wire \text_gen|char_ram~54935_combout ; +wire \text_gen|char_ram~23333_q ; +wire \text_gen|char_ram~54933_combout ; +wire \text_gen|char_ram~23445_q ; +wire \text_gen|char_ram~49722_combout ; +wire \text_gen|char_ram~54921_combout ; +wire \text_gen|char_ram~54936_combout ; +wire \text_gen|char_ram~23669_q ; +wire \text_gen|char_ram~23557feeder_combout ; +wire \text_gen|char_ram~54934_combout ; +wire \text_gen|char_ram~23557_q ; +wire \text_gen|char_ram~49723_combout ; +wire \text_gen|char_ram~54984_combout ; +wire \text_gen|char_ram~23347_q ; +wire \text_gen|char_ram~23459feeder_combout ; +wire \text_gen|char_ram~54982_combout ; +wire \text_gen|char_ram~23459_q ; +wire \text_gen|char_ram~49720_combout ; +wire \text_gen|char_ram~54985_combout ; +wire \text_gen|char_ram~23683_q ; +wire \text_gen|char_ram~54983_combout ; +wire \text_gen|char_ram~23571_q ; +wire \text_gen|char_ram~49721_combout ; +wire \text_gen|char_ram~49724_combout ; +wire \text_gen|char_ram~55177_combout ; +wire \text_gen|char_ram~23515_q ; +wire \text_gen|char_ram~55180_combout ; +wire \text_gen|char_ram~23739_q ; +wire \text_gen|char_ram~55179_combout ; +wire \text_gen|char_ram~23403_q ; +wire \text_gen|char_ram~55178_combout ; +wire \text_gen|char_ram~23627_q ; +wire \text_gen|char_ram~49725_combout ; +wire \text_gen|char_ram~49726_combout ; +wire \text_gen|char_ram~55167_combout ; +wire \text_gen|char_ram~23389_q ; +wire \text_gen|char_ram~55166_combout ; +wire \text_gen|char_ram~23613_q ; +wire \text_gen|char_ram~49718_combout ; +wire \text_gen|char_ram~55168_combout ; +wire \text_gen|char_ram~23725_q ; +wire \text_gen|char_ram~23501feeder_combout ; +wire \text_gen|char_ram~55165_combout ; +wire \text_gen|char_ram~23501_q ; +wire \text_gen|char_ram~49719_combout ; +wire \text_gen|char_ram~49727_combout ; +wire \text_gen|char_ram~55175_combout ; +wire \text_gen|char_ram~16221_q ; +wire \text_gen|char_ram~16445feeder_combout ; +wire \text_gen|char_ram~55173_combout ; +wire \text_gen|char_ram~16445_q ; +wire \text_gen|char_ram~49687_combout ; +wire \text_gen|char_ram~55176_combout ; +wire \text_gen|char_ram~16557_q ; +wire \text_gen|char_ram~55174_combout ; +wire \text_gen|char_ram~16333_q ; +wire \text_gen|char_ram~49688_combout ; +wire \text_gen|char_ram~16403feeder_combout ; +wire \text_gen|char_ram~54951_combout ; +wire \text_gen|char_ram~16403_q ; +wire \text_gen|char_ram~54953_combout ; +wire \text_gen|char_ram~16515_q ; +wire \text_gen|char_ram~54952_combout ; +wire \text_gen|char_ram~16179_q ; +wire \text_gen|char_ram~54950_combout ; +wire \text_gen|char_ram~16291_q ; +wire \text_gen|char_ram~49689_combout ; +wire \text_gen|char_ram~49690_combout ; +wire \text_gen|char_ram~16389feeder_combout ; +wire \text_gen|char_ram~54967_combout ; +wire \text_gen|char_ram~16389_q ; +wire \text_gen|char_ram~54969_combout ; +wire \text_gen|char_ram~16501_q ; +wire \text_gen|char_ram~16277feeder_combout ; +wire \text_gen|char_ram~54966_combout ; +wire \text_gen|char_ram~16277_q ; +wire \text_gen|char_ram~54968_combout ; +wire \text_gen|char_ram~16165_q ; +wire \text_gen|char_ram~49691_combout ; +wire \text_gen|char_ram~49692_combout ; +wire \text_gen|char_ram~49693_combout ; +wire \text_gen|char_ram~55169_combout ; +wire \text_gen|char_ram~16459_q ; +wire \text_gen|char_ram~55171_combout ; +wire \text_gen|char_ram~16235_q ; +wire \text_gen|char_ram~49694_combout ; +wire \text_gen|char_ram~55172_combout ; +wire \text_gen|char_ram~16571_q ; +wire \text_gen|char_ram~16347feeder_combout ; +wire \text_gen|char_ram~55170_combout ; +wire \text_gen|char_ram~16347_q ; +wire \text_gen|char_ram~49695_combout ; +wire \text_gen|char_ram~49696_combout ; +wire \text_gen|char_ram~54941_combout ; +wire \text_gen|char_ram~54942_combout ; +wire \text_gen|char_ram~2067_q ; +wire \text_gen|char_ram~54945_combout ; +wire \text_gen|char_ram~2179_q ; +wire \text_gen|char_ram~54944_combout ; +wire \text_gen|char_ram~1843_q ; +wire \text_gen|char_ram~54943_combout ; +wire \text_gen|char_ram~1955_q ; +wire \text_gen|char_ram~49709_combout ; +wire \text_gen|char_ram~49710_combout ; +wire \text_gen|char_ram~54958_combout ; +wire \text_gen|char_ram~2053_q ; +wire \text_gen|char_ram~54961_combout ; +wire \text_gen|char_ram~2165_q ; +wire \text_gen|char_ram~54960_combout ; +wire \text_gen|char_ram~1829_q ; +wire \text_gen|char_ram~54959_combout ; +wire \text_gen|char_ram~1941_q ; +wire \text_gen|char_ram~49711_combout ; +wire \text_gen|char_ram~49712_combout ; +wire \text_gen|char_ram~49713_combout ; +wire \text_gen|char_ram~1997feeder_combout ; +wire \text_gen|char_ram~55142_combout ; +wire \text_gen|char_ram~1997_q ; +wire \text_gen|char_ram~55144_combout ; +wire \text_gen|char_ram~2221_q ; +wire \text_gen|char_ram~55143_combout ; +wire \text_gen|char_ram~1885_q ; +wire \text_gen|char_ram~55141_combout ; +wire \text_gen|char_ram~2109_q ; +wire \text_gen|char_ram~49707_combout ; +wire \text_gen|char_ram~49708_combout ; +wire \text_gen|char_ram~55138_combout ; +wire \text_gen|char_ram~2011_q ; +wire \text_gen|char_ram~55140_combout ; +wire \text_gen|char_ram~2235_q ; +wire \text_gen|char_ram~55139_combout ; +wire \text_gen|char_ram~1899_q ; +wire \text_gen|char_ram~2123feeder_combout ; +wire \text_gen|char_ram~55137_combout ; +wire \text_gen|char_ram~2123_q ; +wire \text_gen|char_ram~49714_combout ; +wire \text_gen|char_ram~49715_combout ; +wire \text_gen|char_ram~49716_combout ; +wire \text_gen|char_ram~55133_combout ; +wire \text_gen|char_ram~9165_q ; +wire \text_gen|char_ram~55136_combout ; +wire \text_gen|char_ram~9389_q ; +wire \text_gen|char_ram~55135_combout ; +wire \text_gen|char_ram~9053_q ; +wire \text_gen|char_ram~55134_combout ; +wire \text_gen|char_ram~9277_q ; +wire \text_gen|char_ram~49697_combout ; +wire \text_gen|char_ram~49698_combout ; +wire \text_gen|char_ram~55145_combout ; +wire \text_gen|char_ram~9179_q ; +wire \text_gen|char_ram~55146_combout ; +wire \text_gen|char_ram~9291_q ; +wire \text_gen|char_ram~55147_combout ; +wire \text_gen|char_ram~9067_q ; +wire \text_gen|char_ram~49704_combout ; +wire \text_gen|char_ram~55148_combout ; +wire \text_gen|char_ram~9403_q ; +wire \text_gen|char_ram~49705_combout ; +wire \text_gen|char_ram~54974_combout ; +wire \text_gen|char_ram~9235_q ; +wire \text_gen|char_ram~54977_combout ; +wire \text_gen|char_ram~9347_q ; +wire \text_gen|char_ram~54976_combout ; +wire \text_gen|char_ram~9011_q ; +wire \text_gen|char_ram~9123feeder_combout ; +wire \text_gen|char_ram~54975_combout ; +wire \text_gen|char_ram~9123_q ; +wire \text_gen|char_ram~49699_combout ; +wire \text_gen|char_ram~49700_combout ; +wire \text_gen|char_ram~54927_combout ; +wire \text_gen|char_ram~8997_q ; +wire \text_gen|char_ram~54926_combout ; +wire \text_gen|char_ram~9109_q ; +wire \text_gen|char_ram~49701_combout ; +wire \text_gen|char_ram~54928_combout ; +wire \text_gen|char_ram~9333_q ; +wire \text_gen|char_ram~54925_combout ; +wire \text_gen|char_ram~9221_q ; +wire \text_gen|char_ram~49702_combout ; +wire \text_gen|char_ram~49703_combout ; +wire \text_gen|char_ram~49706_combout ; +wire \text_gen|char_ram~49717_combout ; +wire \text_gen|char_ram~49728_combout ; +wire \text_gen|char_ram~55181_combout ; +wire \text_gen|char_ram~55476_combout ; +wire \text_gen|char_ram~55684_combout ; +wire \text_gen|char_ram~331_q ; +wire \text_gen|char_ram~55686_combout ; +wire \text_gen|char_ram~443_q ; +wire \text_gen|char_ram~55685_combout ; +wire \text_gen|char_ram~107_q ; +wire \text_gen|char_ram~55683_combout ; +wire \text_gen|char_ram~219_q ; +wire \text_gen|char_ram~49764_combout ; +wire \text_gen|char_ram~49765_combout ; +wire \text_gen|char_ram~7387feeder_combout ; +wire \text_gen|char_ram~55667_combout ; +wire \text_gen|char_ram~7387_q ; +wire \text_gen|char_ram~55670_combout ; +wire \text_gen|char_ram~7611_q ; +wire \text_gen|char_ram~55669_combout ; +wire \text_gen|char_ram~7275_q ; +wire \text_gen|char_ram~55668_combout ; +wire \text_gen|char_ram~7499_q ; +wire \text_gen|char_ram~49762_combout ; +wire \text_gen|char_ram~49763_combout ; +wire \text_gen|char_ram~49766_combout ; +wire \text_gen|char_ram~55699_combout ; +wire \text_gen|char_ram~21723_q ; +wire \text_gen|char_ram~55494_combout ; +wire \text_gen|char_ram~55702_combout ; +wire \text_gen|char_ram~21947_q ; +wire \text_gen|char_ram~55701_combout ; +wire \text_gen|char_ram~21611_q ; +wire \text_gen|char_ram~21835feeder_combout ; +wire \text_gen|char_ram~55700_combout ; +wire \text_gen|char_ram~21835_q ; +wire \text_gen|char_ram~49767_combout ; +wire \text_gen|char_ram~49768_combout ; +wire \text_gen|char_ram~14667feeder_combout ; +wire \text_gen|char_ram~55652_combout ; +wire \text_gen|char_ram~14667_q ; +wire \text_gen|char_ram~55654_combout ; +wire \text_gen|char_ram~14779_q ; +wire \text_gen|char_ram~55653_combout ; +wire \text_gen|char_ram~14443_q ; +wire \text_gen|char_ram~55651_combout ; +wire \text_gen|char_ram~14555_q ; +wire \text_gen|char_ram~49760_combout ; +wire \text_gen|char_ram~49761_combout ; +wire \text_gen|char_ram~49769_combout ; +wire \text_gen|char_ram~55508_combout ; +wire \text_gen|char_ram~21821_q ; +wire \text_gen|char_ram~55509_combout ; +wire \text_gen|char_ram~21597_q ; +wire \text_gen|char_ram~49736_combout ; +wire \text_gen|char_ram~55510_combout ; +wire \text_gen|char_ram~21933_q ; +wire \text_gen|char_ram~21709feeder_combout ; +wire \text_gen|char_ram~55507_combout ; +wire \text_gen|char_ram~21709_q ; +wire \text_gen|char_ram~49737_combout ; +wire \text_gen|char_ram~7373feeder_combout ; +wire \text_gen|char_ram~55470_combout ; +wire \text_gen|char_ram~7373_q ; +wire \text_gen|char_ram~55473_combout ; +wire \text_gen|char_ram~7597_q ; +wire \text_gen|char_ram~7485feeder_combout ; +wire \text_gen|char_ram~55471_combout ; +wire \text_gen|char_ram~7485_q ; +wire \text_gen|char_ram~55472_combout ; +wire \text_gen|char_ram~7261_q ; +wire \text_gen|char_ram~49729_combout ; +wire \text_gen|char_ram~49730_combout ; +wire \text_gen|char_ram~55490_combout ; +wire \text_gen|char_ram~317_q ; +wire \text_gen|char_ram~55492_combout ; +wire \text_gen|char_ram~429_q ; +wire \text_gen|char_ram~55491_combout ; +wire \text_gen|char_ram~93_q ; +wire \text_gen|char_ram~205feeder_combout ; +wire \text_gen|char_ram~55489_combout ; +wire \text_gen|char_ram~205_q ; +wire \text_gen|char_ram~49733_combout ; +wire \text_gen|char_ram~49734_combout ; +wire \text_gen|char_ram~14653feeder_combout ; +wire \text_gen|char_ram~55455_combout ; +wire \text_gen|char_ram~14653_q ; +wire \text_gen|char_ram~55457_combout ; +wire \text_gen|char_ram~14765_q ; +wire \text_gen|char_ram~55456_combout ; +wire \text_gen|char_ram~14429_q ; +wire \text_gen|char_ram~55454_combout ; +wire \text_gen|char_ram~14541_q ; +wire \text_gen|char_ram~49731_combout ; +wire \text_gen|char_ram~49732_combout ; +wire \text_gen|char_ram~49735_combout ; +wire \text_gen|char_ram~49738_combout ; +wire \text_gen|char_ram~55182_combout ; +wire \text_gen|char_ram~55458_combout ; +wire \text_gen|char_ram~7317_q ; +wire \text_gen|char_ram~55461_combout ; +wire \text_gen|char_ram~7541_q ; +wire \text_gen|char_ram~55460_combout ; +wire \text_gen|char_ram~7205_q ; +wire \text_gen|char_ram~7429feeder_combout ; +wire \text_gen|char_ram~55459_combout ; +wire \text_gen|char_ram~7429_q ; +wire \text_gen|char_ram~49749_combout ; +wire \text_gen|char_ram~49750_combout ; +wire \text_gen|char_ram~55496_combout ; +wire \text_gen|char_ram~21541_q ; +wire \text_gen|char_ram~21765feeder_combout ; +wire \text_gen|char_ram~55495_combout ; +wire \text_gen|char_ram~21765_q ; +wire \text_gen|char_ram~49756_combout ; +wire \text_gen|char_ram~55497_combout ; +wire \text_gen|char_ram~21877_q ; +wire \text_gen|char_ram~21653feeder_combout ; +wire \text_gen|char_ram~55493_combout ; +wire \text_gen|char_ram~21653_q ; +wire \text_gen|char_ram~49757_combout ; +wire \text_gen|char_ram~55477_combout ; +wire \text_gen|char_ram~261_q ; +wire \text_gen|char_ram~55479_combout ; +wire \text_gen|char_ram~373_q ; +wire \text_gen|char_ram~55478_combout ; +wire \text_gen|char_ram~37_q ; +wire \text_gen|char_ram~55474_combout ; +wire \text_gen|char_ram~55475_combout ; +wire \text_gen|char_ram~149_q ; +wire \text_gen|char_ram~49753_combout ; +wire \text_gen|char_ram~49754_combout ; +wire \text_gen|char_ram~55443_combout ; +wire \text_gen|char_ram~14597_q ; +wire \text_gen|char_ram~55445_combout ; +wire \text_gen|char_ram~14709_q ; +wire \text_gen|char_ram~55444_combout ; +wire \text_gen|char_ram~14373_q ; +wire \text_gen|char_ram~14485feeder_combout ; +wire \text_gen|char_ram~55442_combout ; +wire \text_gen|char_ram~14485_q ; +wire \text_gen|char_ram~49751_combout ; +wire \text_gen|char_ram~49752_combout ; +wire \text_gen|char_ram~49755_combout ; +wire \text_gen|char_ram~49758_combout ; +wire \text_gen|char_ram~55641_combout ; +wire \text_gen|char_ram~14387_q ; +wire \text_gen|char_ram~14499feeder_combout ; +wire \text_gen|char_ram~55639_combout ; +wire \text_gen|char_ram~14499_q ; +wire \text_gen|char_ram~49739_combout ; +wire \text_gen|char_ram~55642_combout ; +wire \text_gen|char_ram~14723_q ; +wire \text_gen|char_ram~55640_combout ; +wire \text_gen|char_ram~14611_q ; +wire \text_gen|char_ram~49740_combout ; +wire \text_gen|char_ram~55687_combout ; +wire \text_gen|char_ram~21667_q ; +wire \text_gen|char_ram~55690_combout ; +wire \text_gen|char_ram~21891_q ; +wire \text_gen|char_ram~55689_combout ; +wire \text_gen|char_ram~21555_q ; +wire \text_gen|char_ram~55688_combout ; +wire \text_gen|char_ram~21779_q ; +wire \text_gen|char_ram~49746_combout ; +wire \text_gen|char_ram~49747_combout ; +wire \text_gen|char_ram~7443feeder_combout ; +wire \text_gen|char_ram~55656_combout ; +wire \text_gen|char_ram~7443_q ; +wire \text_gen|char_ram~55657_combout ; +wire \text_gen|char_ram~7219_q ; +wire \text_gen|char_ram~49741_combout ; +wire \text_gen|char_ram~55655_combout ; +wire \text_gen|char_ram~7331_q ; +wire \text_gen|char_ram~55658_combout ; +wire \text_gen|char_ram~7555_q ; +wire \text_gen|char_ram~49742_combout ; +wire \text_gen|char_ram~55672_combout ; +wire \text_gen|char_ram~275_q ; +wire \text_gen|char_ram~55674_combout ; +wire \text_gen|char_ram~387_q ; +wire \text_gen|char_ram~55673_combout ; +wire \text_gen|char_ram~51_q ; +wire \text_gen|char_ram~55671_combout ; +wire \text_gen|char_ram~163_q ; +wire \text_gen|char_ram~49743_combout ; +wire \text_gen|char_ram~49744_combout ; +wire \text_gen|char_ram~49745_combout ; +wire \text_gen|char_ram~49748_combout ; +wire \text_gen|char_ram~49759_combout ; +wire \text_gen|char_ram~49770_combout ; +wire \text_gen|char_ram~49771_combout ; +wire \text_gen|char_ram~55430_combout ; +wire \text_gen|char_ram~18251_q ; +wire \text_gen|char_ram~55433_combout ; +wire \text_gen|char_ram~18363_q ; +wire \text_gen|char_ram~55432_combout ; +wire \text_gen|char_ram~18027_q ; +wire \text_gen|char_ram~18139feeder_combout ; +wire \text_gen|char_ram~55431_combout ; +wire \text_gen|char_ram~18139_q ; +wire \text_gen|char_ram~49676_combout ; +wire \text_gen|char_ram~49677_combout ; +wire \text_gen|char_ram~55438_combout ; +wire \text_gen|char_ram~25307_q ; +wire \text_gen|char_ram~55233_combout ; +wire \text_gen|char_ram~55441_combout ; +wire \text_gen|char_ram~25531_q ; +wire \text_gen|char_ram~55440_combout ; +wire \text_gen|char_ram~25195_q ; +wire \text_gen|char_ram~55439_combout ; +wire \text_gen|char_ram~25419_q ; +wire \text_gen|char_ram~49683_combout ; +wire \text_gen|char_ram~49684_combout ; +wire \text_gen|char_ram~55426_combout ; +wire \text_gen|char_ram~10971_q ; +wire \text_gen|char_ram~55429_combout ; +wire \text_gen|char_ram~11195_q ; +wire \text_gen|char_ram~11083feeder_combout ; +wire \text_gen|char_ram~55427_combout ; +wire \text_gen|char_ram~11083_q ; +wire \text_gen|char_ram~55428_combout ; +wire \text_gen|char_ram~10859_q ; +wire \text_gen|char_ram~49678_combout ; +wire \text_gen|char_ram~49679_combout ; +wire \text_gen|char_ram~55436_combout ; +wire \text_gen|char_ram~3691_q ; +wire \text_gen|char_ram~3803feeder_combout ; +wire \text_gen|char_ram~55435_combout ; +wire \text_gen|char_ram~3803_q ; +wire \text_gen|char_ram~49680_combout ; +wire \text_gen|char_ram~55437_combout ; +wire \text_gen|char_ram~4027_q ; +wire \text_gen|char_ram~55434_combout ; +wire \text_gen|char_ram~3915_q ; +wire \text_gen|char_ram~49681_combout ; +wire \text_gen|char_ram~49682_combout ; +wire \text_gen|char_ram~49685_combout ; +wire \text_gen|char_ram~55199_combout ; +wire \text_gen|char_ram~11181_q ; +wire \text_gen|char_ram~11069feeder_combout ; +wire \text_gen|char_ram~55197_combout ; +wire \text_gen|char_ram~11069_q ; +wire \text_gen|char_ram~55198_combout ; +wire \text_gen|char_ram~10845_q ; +wire \text_gen|char_ram~49645_combout ; +wire \text_gen|char_ram~55196_combout ; +wire \text_gen|char_ram~10957_q ; +wire \text_gen|char_ram~49646_combout ; +wire \text_gen|char_ram~55213_combout ; +wire \text_gen|char_ram~18237_q ; +wire \text_gen|char_ram~55215_combout ; +wire \text_gen|char_ram~18349_q ; +wire \text_gen|char_ram~18125feeder_combout ; +wire \text_gen|char_ram~55212_combout ; +wire \text_gen|char_ram~18125_q ; +wire \text_gen|char_ram~55214_combout ; +wire \text_gen|char_ram~18013_q ; +wire \text_gen|char_ram~49647_combout ; +wire \text_gen|char_ram~49648_combout ; +wire \text_gen|char_ram~55229_combout ; +wire \text_gen|char_ram~3901_q ; +wire \text_gen|char_ram~55231_combout ; +wire \text_gen|char_ram~4013_q ; +wire \text_gen|char_ram~55230_combout ; +wire \text_gen|char_ram~3677_q ; +wire \text_gen|char_ram~55228_combout ; +wire \text_gen|char_ram~3789_q ; +wire \text_gen|char_ram~49649_combout ; +wire \text_gen|char_ram~49650_combout ; +wire \text_gen|char_ram~49651_combout ; +wire \text_gen|char_ram~25293feeder_combout ; +wire \text_gen|char_ram~55246_combout ; +wire \text_gen|char_ram~25293_q ; +wire \text_gen|char_ram~55249_combout ; +wire \text_gen|char_ram~25517_q ; +wire \text_gen|char_ram~55248_combout ; +wire \text_gen|char_ram~25181_q ; +wire \text_gen|char_ram~55247_combout ; +wire \text_gen|char_ram~25405_q ; +wire \text_gen|char_ram~49652_combout ; +wire \text_gen|char_ram~49653_combout ; +wire \text_gen|char_ram~49654_combout ; +wire \text_gen|char_ram~55183_combout ; +wire \text_gen|char_ram~10901_q ; +wire \text_gen|char_ram~55185_combout ; +wire \text_gen|char_ram~10789_q ; +wire \text_gen|char_ram~55184_combout ; +wire \text_gen|char_ram~11013_q ; +wire \text_gen|char_ram~49665_combout ; +wire \text_gen|char_ram~55186_combout ; +wire \text_gen|char_ram~11125_q ; +wire \text_gen|char_ram~49666_combout ; +wire \text_gen|char_ram~55232_combout ; +wire \text_gen|char_ram~25237_q ; +wire \text_gen|char_ram~55236_combout ; +wire \text_gen|char_ram~25461_q ; +wire \text_gen|char_ram~55234_combout ; +wire \text_gen|char_ram~25349_q ; +wire \text_gen|char_ram~55235_combout ; +wire \text_gen|char_ram~25125_q ; +wire \text_gen|char_ram~49672_combout ; +wire \text_gen|char_ram~49673_combout ; +wire \text_gen|char_ram~3845feeder_combout ; +wire \text_gen|char_ram~55217_combout ; +wire \text_gen|char_ram~3845_q ; +wire \text_gen|char_ram~55219_combout ; +wire \text_gen|char_ram~3957_q ; +wire \text_gen|char_ram~55218_combout ; +wire \text_gen|char_ram~3621_q ; +wire \text_gen|char_ram~3733feeder_combout ; +wire \text_gen|char_ram~55216_combout ; +wire \text_gen|char_ram~3733_q ; +wire \text_gen|char_ram~49669_combout ; +wire \text_gen|char_ram~49670_combout ; +wire \text_gen|char_ram~55200_combout ; +wire \text_gen|char_ram~18069_q ; +wire \text_gen|char_ram~55202_combout ; +wire \text_gen|char_ram~17957_q ; +wire \text_gen|char_ram~49667_combout ; +wire \text_gen|char_ram~55203_combout ; +wire \text_gen|char_ram~18293_q ; +wire \text_gen|char_ram~55201_combout ; +wire \text_gen|char_ram~18181_q ; +wire \text_gen|char_ram~49668_combout ; +wire \text_gen|char_ram~49671_combout ; +wire \text_gen|char_ram~49674_combout ; +wire \text_gen|char_ram~25251feeder_combout ; +wire \text_gen|char_ram~55406_combout ; +wire \text_gen|char_ram~25251_q ; +wire \text_gen|char_ram~55409_combout ; +wire \text_gen|char_ram~25475_q ; +wire \text_gen|char_ram~55408_combout ; +wire \text_gen|char_ram~25139_q ; +wire \text_gen|char_ram~55407_combout ; +wire \text_gen|char_ram~25363_q ; +wire \text_gen|char_ram~49662_combout ; +wire \text_gen|char_ram~49663_combout ; +wire \text_gen|char_ram~55398_combout ; +wire \text_gen|char_ram~18195_q ; +wire \text_gen|char_ram~55401_combout ; +wire \text_gen|char_ram~18307_q ; +wire \text_gen|char_ram~18083feeder_combout ; +wire \text_gen|char_ram~55399_combout ; +wire \text_gen|char_ram~18083_q ; +wire \text_gen|char_ram~55400_combout ; +wire \text_gen|char_ram~17971_q ; +wire \text_gen|char_ram~49655_combout ; +wire \text_gen|char_ram~49656_combout ; +wire \text_gen|char_ram~55402_combout ; +wire \text_gen|char_ram~3859_q ; +wire \text_gen|char_ram~55405_combout ; +wire \text_gen|char_ram~3971_q ; +wire \text_gen|char_ram~55404_combout ; +wire \text_gen|char_ram~3635_q ; +wire \text_gen|char_ram~55403_combout ; +wire \text_gen|char_ram~3747_q ; +wire \text_gen|char_ram~49659_combout ; +wire \text_gen|char_ram~49660_combout ; +wire \text_gen|char_ram~55394_combout ; +wire \text_gen|char_ram~10915_q ; +wire \text_gen|char_ram~55397_combout ; +wire \text_gen|char_ram~11139_q ; +wire \text_gen|char_ram~55396_combout ; +wire \text_gen|char_ram~10803_q ; +wire \text_gen|char_ram~55395_combout ; +wire \text_gen|char_ram~11027_q ; +wire \text_gen|char_ram~49657_combout ; +wire \text_gen|char_ram~49658_combout ; +wire \text_gen|char_ram~49661_combout ; +wire \text_gen|char_ram~49664_combout ; +wire \text_gen|char_ram~49675_combout ; +wire \text_gen|char_ram~49686_combout ; +wire \text_gen|char_ram~49814_combout ; +wire \text_gen|char_ram~54139_combout ; +wire \text_gen|char_ram~54140_combout ; +wire \text_gen|char_ram~54205_combout ; +wire \text_gen|char_ram~24131_q ; +wire \text_gen|char_ram~54681_combout ; +wire \text_gen|char_ram~54916_combout ; +wire \text_gen|char_ram~27715_q ; +wire \text_gen|char_ram~54908_combout ; +wire \text_gen|char_ram~27491_q ; +wire \text_gen|char_ram~54193_combout ; +wire \text_gen|char_ram~23907_q ; +wire \text_gen|char_ram~49619_combout ; +wire \text_gen|char_ram~49620_combout ; +wire \text_gen|char_ram~24019feeder_combout ; +wire \text_gen|char_ram~54202_combout ; +wire \text_gen|char_ram~24019_q ; +wire \text_gen|char_ram~54904_combout ; +wire \text_gen|char_ram~27603_q ; +wire \text_gen|char_ram~54912_combout ; +wire \text_gen|char_ram~27379_q ; +wire \text_gen|char_ram~54190_combout ; +wire \text_gen|char_ram~23795_q ; +wire \text_gen|char_ram~49612_combout ; +wire \text_gen|char_ram~49613_combout ; +wire \text_gen|char_ram~53879_combout ; +wire \text_gen|char_ram~54090_combout ; +wire \text_gen|char_ram~54106_combout ; +wire \text_gen|char_ram~25923_q ; +wire \text_gen|char_ram~54098_combout ; +wire \text_gen|char_ram~25699_q ; +wire \text_gen|char_ram~22115feeder_combout ; +wire \text_gen|char_ram~54649_combout ; +wire \text_gen|char_ram~22115_q ; +wire \text_gen|char_ram~22339feeder_combout ; +wire \text_gen|char_ram~54453_combout ; +wire \text_gen|char_ram~54652_combout ; +wire \text_gen|char_ram~22339_q ; +wire \text_gen|char_ram~49614_combout ; +wire \text_gen|char_ram~49615_combout ; +wire \text_gen|char_ram~25587feeder_combout ; +wire \text_gen|char_ram~54102_combout ; +wire \text_gen|char_ram~25587_q ; +wire \text_gen|char_ram~54650_combout ; +wire \text_gen|char_ram~22227_q ; +wire \text_gen|char_ram~54651_combout ; +wire \text_gen|char_ram~22003_q ; +wire \text_gen|char_ram~49616_combout ; +wire \text_gen|char_ram~54094_combout ; +wire \text_gen|char_ram~25811_q ; +wire \text_gen|char_ram~49617_combout ; +wire \text_gen|char_ram~49618_combout ; +wire \text_gen|char_ram~49621_combout ; +wire \text_gen|char_ram~25685feeder_combout ; +wire \text_gen|char_ram~54096_combout ; +wire \text_gen|char_ram~25685_q ; +wire \text_gen|char_ram~54100_combout ; +wire \text_gen|char_ram~25573_q ; +wire \text_gen|char_ram~54690_combout ; +wire \text_gen|char_ram~27365_q ; +wire \text_gen|char_ram~49624_combout ; +wire \text_gen|char_ram~54686_combout ; +wire \text_gen|char_ram~27477_q ; +wire \text_gen|char_ram~49625_combout ; +wire \text_gen|char_ram~22101feeder_combout ; +wire \text_gen|char_ram~54464_combout ; +wire \text_gen|char_ram~22101_q ; +wire \text_gen|char_ram~54148_combout ; +wire \text_gen|char_ram~23893_q ; +wire \text_gen|char_ram~23781feeder_combout ; +wire \text_gen|char_ram~54152_combout ; +wire \text_gen|char_ram~23781_q ; +wire \text_gen|char_ram~21989feeder_combout ; +wire \text_gen|char_ram~54462_combout ; +wire \text_gen|char_ram~21989_q ; +wire \text_gen|char_ram~49626_combout ; +wire \text_gen|char_ram~49627_combout ; +wire \text_gen|char_ram~49628_combout ; +wire \text_gen|char_ram~24005feeder_combout ; +wire \text_gen|char_ram~54144_combout ; +wire \text_gen|char_ram~24005_q ; +wire \text_gen|char_ram~54156_combout ; +wire \text_gen|char_ram~24117_q ; +wire \text_gen|char_ram~54454_combout ; +wire \text_gen|char_ram~22213_q ; +wire \text_gen|char_ram~54456_combout ; +wire \text_gen|char_ram~22325_q ; +wire \text_gen|char_ram~49622_combout ; +wire \text_gen|char_ram~49623_combout ; +wire \text_gen|char_ram~54103_combout ; +wire \text_gen|char_ram~25909_q ; +wire \text_gen|char_ram~54694_combout ; +wire \text_gen|char_ram~27701_q ; +wire \text_gen|char_ram~54091_combout ; +wire \text_gen|char_ram~25797_q ; +wire \text_gen|char_ram~54682_combout ; +wire \text_gen|char_ram~27589_q ; +wire \text_gen|char_ram~49629_combout ; +wire \text_gen|char_ram~49630_combout ; +wire \text_gen|char_ram~49631_combout ; +wire \text_gen|char_ram~49632_combout ; +wire \text_gen|char_ram~54722_combout ; +wire \text_gen|char_ram~27421_q ; +wire \text_gen|char_ram~54718_combout ; +wire \text_gen|char_ram~27533_q ; +wire \text_gen|char_ram~25741feeder_combout ; +wire \text_gen|char_ram~54128_combout ; +wire \text_gen|char_ram~25741_q ; +wire \text_gen|char_ram~54132_combout ; +wire \text_gen|char_ram~25629_q ; +wire \text_gen|char_ram~49602_combout ; +wire \text_gen|char_ram~49603_combout ; +wire \text_gen|char_ram~54714_combout ; +wire \text_gen|char_ram~27645_q ; +wire \text_gen|char_ram~54726_combout ; +wire \text_gen|char_ram~27757_q ; +wire \text_gen|char_ram~54135_combout ; +wire \text_gen|char_ram~25965_q ; +wire \text_gen|char_ram~54123_combout ; +wire \text_gen|char_ram~25853_q ; +wire \text_gen|char_ram~49609_combout ; +wire \text_gen|char_ram~49610_combout ; +wire \text_gen|char_ram~22157feeder_combout ; +wire \text_gen|char_ram~54460_combout ; +wire \text_gen|char_ram~22157_q ; +wire \text_gen|char_ram~54386_combout ; +wire \text_gen|char_ram~23949_q ; +wire \text_gen|char_ram~22045feeder_combout ; +wire \text_gen|char_ram~54458_combout ; +wire \text_gen|char_ram~22045_q ; +wire \text_gen|char_ram~54387_combout ; +wire \text_gen|char_ram~23837_q ; +wire \text_gen|char_ram~49606_combout ; +wire \text_gen|char_ram~49607_combout ; +wire \text_gen|char_ram~22381feeder_combout ; +wire \text_gen|char_ram~54468_combout ; +wire \text_gen|char_ram~22381_q ; +wire \text_gen|char_ram~54388_combout ; +wire \text_gen|char_ram~24173_q ; +wire \text_gen|char_ram~24061feeder_combout ; +wire \text_gen|char_ram~54385_combout ; +wire \text_gen|char_ram~24061_q ; +wire \text_gen|char_ram~54466_combout ; +wire \text_gen|char_ram~22269_q ; +wire \text_gen|char_ram~49604_combout ; +wire \text_gen|char_ram~49605_combout ; +wire \text_gen|char_ram~49608_combout ; +wire \text_gen|char_ram~49611_combout ; +wire \text_gen|char_ram~23963feeder_combout ; +wire \text_gen|char_ram~54398_combout ; +wire \text_gen|char_ram~23963_q ; +wire \text_gen|char_ram~54400_combout ; +wire \text_gen|char_ram~24187_q ; +wire \text_gen|char_ram~49640_combout ; +wire \text_gen|char_ram~54918_combout ; +wire \text_gen|char_ram~27771_q ; +wire \text_gen|char_ram~54910_combout ; +wire \text_gen|char_ram~27547_q ; +wire \text_gen|char_ram~49641_combout ; +wire \text_gen|char_ram~22395feeder_combout ; +wire \text_gen|char_ram~54660_combout ; +wire \text_gen|char_ram~22395_q ; +wire \text_gen|char_ram~54138_combout ; +wire \text_gen|char_ram~25979_q ; +wire \text_gen|char_ram~54130_combout ; +wire \text_gen|char_ram~25755_q ; +wire \text_gen|char_ram~54657_combout ; +wire \text_gen|char_ram~22171_q ; +wire \text_gen|char_ram~49633_combout ; +wire \text_gen|char_ram~49634_combout ; +wire \text_gen|char_ram~54658_combout ; +wire \text_gen|char_ram~22283_q ; +wire \text_gen|char_ram~54126_combout ; +wire \text_gen|char_ram~25867_q ; +wire \text_gen|char_ram~54134_combout ; +wire \text_gen|char_ram~25643_q ; +wire \text_gen|char_ram~54659_combout ; +wire \text_gen|char_ram~22059_q ; +wire \text_gen|char_ram~49637_combout ; +wire \text_gen|char_ram~49638_combout ; +wire \text_gen|char_ram~54914_combout ; +wire \text_gen|char_ram~27435_q ; +wire \text_gen|char_ram~54906_combout ; +wire \text_gen|char_ram~27659_q ; +wire \text_gen|char_ram~54397_combout ; +wire \text_gen|char_ram~24075_q ; +wire \text_gen|char_ram~54399_combout ; +wire \text_gen|char_ram~23851_q ; +wire \text_gen|char_ram~49635_combout ; +wire \text_gen|char_ram~49636_combout ; +wire \text_gen|char_ram~49639_combout ; +wire \text_gen|char_ram~49642_combout ; +wire \text_gen|char_ram~49643_combout ; +wire \text_gen|char_ram~53961_combout ; +wire \text_gen|char_ram~11293_q ; +wire \text_gen|char_ram~11517feeder_combout ; +wire \text_gen|char_ram~53964_combout ; +wire \text_gen|char_ram~11517_q ; +wire \text_gen|char_ram~49517_combout ; +wire \text_gen|char_ram~53976_combout ; +wire \text_gen|char_ram~11629_q ; +wire \text_gen|char_ram~53973_combout ; +wire \text_gen|char_ram~11405_q ; +wire \text_gen|char_ram~49518_combout ; +wire \text_gen|char_ram~54350_combout ; +wire \text_gen|char_ram~9837_q ; +wire \text_gen|char_ram~54339_combout ; +wire \text_gen|char_ram~9501_q ; +wire \text_gen|char_ram~54338_combout ; +wire \text_gen|char_ram~9613_q ; +wire \text_gen|char_ram~49519_combout ; +wire \text_gen|char_ram~9725feeder_combout ; +wire \text_gen|char_ram~54351_combout ; +wire \text_gen|char_ram~9725_q ; +wire \text_gen|char_ram~49520_combout ; +wire \text_gen|char_ram~7933feeder_combout ; +wire \text_gen|char_ram~54408_combout ; +wire \text_gen|char_ram~7933_q ; +wire \text_gen|char_ram~54416_combout ; +wire \text_gen|char_ram~8045_q ; +wire \text_gen|char_ram~54406_combout ; +wire \text_gen|char_ram~7709_q ; +wire \text_gen|char_ram~54414_combout ; +wire \text_gen|char_ram~7821_q ; +wire \text_gen|char_ram~49521_combout ; +wire \text_gen|char_ram~49522_combout ; +wire \text_gen|char_ram~49523_combout ; +wire \text_gen|char_ram~54715_combout ; +wire \text_gen|char_ram~13197_q ; +wire \text_gen|char_ram~13309feeder_combout ; +wire \text_gen|char_ram~54712_combout ; +wire \text_gen|char_ram~13309_q ; +wire \text_gen|char_ram~54719_combout ; +wire \text_gen|char_ram~13085_q ; +wire \text_gen|char_ram~49524_combout ; +wire \text_gen|char_ram~13421feeder_combout ; +wire \text_gen|char_ram~54724_combout ; +wire \text_gen|char_ram~13421_q ; +wire \text_gen|char_ram~49525_combout ; +wire \text_gen|char_ram~49526_combout ; +wire \text_gen|char_ram~53996_combout ; +wire \text_gen|char_ram~11419_q ; +wire \text_gen|char_ram~54646_combout ; +wire \text_gen|char_ram~7835_q ; +wire \text_gen|char_ram~49548_combout ; +wire \text_gen|char_ram~54648_combout ; +wire \text_gen|char_ram~8059_q ; +wire \text_gen|char_ram~54008_combout ; +wire \text_gen|char_ram~11643_q ; +wire \text_gen|char_ram~49549_combout ; +wire \text_gen|char_ram~13435feeder_combout ; +wire \text_gen|char_ram~54870_combout ; +wire \text_gen|char_ram~13435_q ; +wire \text_gen|char_ram~54340_combout ; +wire \text_gen|char_ram~9627_q ; +wire \text_gen|char_ram~54862_combout ; +wire \text_gen|char_ram~13211_q ; +wire \text_gen|char_ram~49555_combout ; +wire \text_gen|char_ram~9851feeder_combout ; +wire \text_gen|char_ram~54352_combout ; +wire \text_gen|char_ram~9851_q ; +wire \text_gen|char_ram~49556_combout ; +wire \text_gen|char_ram~9739feeder_combout ; +wire \text_gen|char_ram~54349_combout ; +wire \text_gen|char_ram~9739_q ; +wire \text_gen|char_ram~13323feeder_combout ; +wire \text_gen|char_ram~54858_combout ; +wire \text_gen|char_ram~13323_q ; +wire \text_gen|char_ram~54866_combout ; +wire \text_gen|char_ram~13099_q ; +wire \text_gen|char_ram~54337_combout ; +wire \text_gen|char_ram~9515_q ; +wire \text_gen|char_ram~49550_combout ; +wire \text_gen|char_ram~49551_combout ; +wire \text_gen|char_ram~7947feeder_combout ; +wire \text_gen|char_ram~54645_combout ; +wire \text_gen|char_ram~7947_q ; +wire \text_gen|char_ram~54005_combout ; +wire \text_gen|char_ram~11531_q ; +wire \text_gen|char_ram~53993_combout ; +wire \text_gen|char_ram~11307_q ; +wire \text_gen|char_ram~54647_combout ; +wire \text_gen|char_ram~7723_q ; +wire \text_gen|char_ram~49552_combout ; +wire \text_gen|char_ram~49553_combout ; +wire \text_gen|char_ram~49554_combout ; +wire \text_gen|char_ram~49557_combout ; +wire \text_gen|char_ram~7891feeder_combout ; +wire \text_gen|char_ram~54653_combout ; +wire \text_gen|char_ram~7891_q ; +wire \text_gen|char_ram~54656_combout ; +wire \text_gen|char_ram~8003_q ; +wire \text_gen|char_ram~54655_combout ; +wire \text_gen|char_ram~7667_q ; +wire \text_gen|char_ram~54654_combout ; +wire \text_gen|char_ram~7779_q ; +wire \text_gen|char_ram~49531_combout ; +wire \text_gen|char_ram~49532_combout ; +wire \text_gen|char_ram~11363feeder_combout ; +wire \text_gen|char_ram~54004_combout ; +wire \text_gen|char_ram~11363_q ; +wire \text_gen|char_ram~54000_combout ; +wire \text_gen|char_ram~11587_q ; +wire \text_gen|char_ram~53997_combout ; +wire \text_gen|char_ram~11475_q ; +wire \text_gen|char_ram~54001_combout ; +wire \text_gen|char_ram~11251_q ; +wire \text_gen|char_ram~49529_combout ; +wire \text_gen|char_ram~49530_combout ; +wire \text_gen|char_ram~49533_combout ; +wire \text_gen|char_ram~54860_combout ; +wire \text_gen|char_ram~13155_q ; +wire \text_gen|char_ram~54864_combout ; +wire \text_gen|char_ram~13043_q ; +wire \text_gen|char_ram~54856_combout ; +wire \text_gen|char_ram~13267_q ; +wire \text_gen|char_ram~49534_combout ; +wire \text_gen|char_ram~54868_combout ; +wire \text_gen|char_ram~13379_q ; +wire \text_gen|char_ram~49535_combout ; +wire \text_gen|char_ram~54161_combout ; +wire \text_gen|char_ram~9683_q ; +wire \text_gen|char_ram~54173_combout ; +wire \text_gen|char_ram~9795_q ; +wire \text_gen|char_ram~54157_combout ; +wire \text_gen|char_ram~9459_q ; +wire \text_gen|char_ram~9571feeder_combout ; +wire \text_gen|char_ram~54170_combout ; +wire \text_gen|char_ram~9571_q ; +wire \text_gen|char_ram~49527_combout ; +wire \text_gen|char_ram~49528_combout ; +wire \text_gen|char_ram~49536_combout ; +wire \text_gen|char_ram~11349feeder_combout ; +wire \text_gen|char_ram~53965_combout ; +wire \text_gen|char_ram~11349_q ; +wire \text_gen|char_ram~53968_combout ; +wire \text_gen|char_ram~11573_q ; +wire \text_gen|char_ram~11461feeder_combout ; +wire \text_gen|char_ram~53972_combout ; +wire \text_gen|char_ram~11461_q ; +wire \text_gen|char_ram~53969_combout ; +wire \text_gen|char_ram~11237_q ; +wire \text_gen|char_ram~49537_combout ; +wire \text_gen|char_ram~49538_combout ; +wire \text_gen|char_ram~54684_combout ; +wire \text_gen|char_ram~13141_q ; +wire \text_gen|char_ram~54692_combout ; +wire \text_gen|char_ram~13365_q ; +wire \text_gen|char_ram~54688_combout ; +wire \text_gen|char_ram~13029_q ; +wire \text_gen|char_ram~13253feeder_combout ; +wire \text_gen|char_ram~54679_combout ; +wire \text_gen|char_ram~13253_q ; +wire \text_gen|char_ram~49544_combout ; +wire \text_gen|char_ram~49545_combout ; +wire \text_gen|char_ram~54189_combout ; +wire \text_gen|char_ram~9781_q ; +wire \text_gen|char_ram~54186_combout ; +wire \text_gen|char_ram~9669_q ; +wire \text_gen|char_ram~54174_combout ; +wire \text_gen|char_ram~9445_q ; +wire \text_gen|char_ram~9557feeder_combout ; +wire \text_gen|char_ram~54177_combout ; +wire \text_gen|char_ram~9557_q ; +wire \text_gen|char_ram~49539_combout ; +wire \text_gen|char_ram~49540_combout ; +wire \text_gen|char_ram~7877feeder_combout ; +wire \text_gen|char_ram~54412_combout ; +wire \text_gen|char_ram~7877_q ; +wire \text_gen|char_ram~54404_combout ; +wire \text_gen|char_ram~7989_q ; +wire \text_gen|char_ram~54410_combout ; +wire \text_gen|char_ram~7653_q ; +wire \text_gen|char_ram~7765feeder_combout ; +wire \text_gen|char_ram~54402_combout ; +wire \text_gen|char_ram~7765_q ; +wire \text_gen|char_ram~49541_combout ; +wire \text_gen|char_ram~49542_combout ; +wire \text_gen|char_ram~49543_combout ; +wire \text_gen|char_ram~49546_combout ; +wire \text_gen|char_ram~49547_combout ; +wire \text_gen|char_ram~49558_combout ; +wire \text_gen|char_ram~54435_combout ; +wire \text_gen|char_ram~54621_combout ; +wire \text_gen|char_ram~723_q ; +wire \text_gen|char_ram~54624_combout ; +wire \text_gen|char_ram~835_q ; +wire \text_gen|char_ram~54622_combout ; +wire \text_gen|char_ram~611_q ; +wire \text_gen|char_ram~54623_combout ; +wire \text_gen|char_ram~499_q ; +wire \text_gen|char_ram~49573_combout ; +wire \text_gen|char_ram~49574_combout ; +wire \text_gen|char_ram~54160_combout ; +wire \text_gen|char_ram~2291_q ; +wire \text_gen|char_ram~54172_combout ; +wire \text_gen|char_ram~2403_q ; +wire \text_gen|char_ram~49571_combout ; +wire \text_gen|char_ram~54158_combout ; +wire \text_gen|char_ram~54171_combout ; +wire \text_gen|char_ram~2627_q ; +wire \text_gen|char_ram~54159_combout ; +wire \text_gen|char_ram~2515_q ; +wire \text_gen|char_ram~49572_combout ; +wire \text_gen|char_ram~49575_combout ; +wire \text_gen|char_ram~5987feeder_combout ; +wire \text_gen|char_ram~54888_combout ; +wire \text_gen|char_ram~5987_q ; +wire \text_gen|char_ram~54900_combout ; +wire \text_gen|char_ram~6211_q ; +wire \text_gen|char_ram~54896_combout ; +wire \text_gen|char_ram~5875_q ; +wire \text_gen|char_ram~54892_combout ; +wire \text_gen|char_ram~6099_q ; +wire \text_gen|char_ram~49576_combout ; +wire \text_gen|char_ram~49577_combout ; +wire \text_gen|char_ram~4195feeder_combout ; +wire \text_gen|char_ram~54061_combout ; +wire \text_gen|char_ram~4195_q ; +wire \text_gen|char_ram~4419feeder_combout ; +wire \text_gen|char_ram~54070_combout ; +wire \text_gen|char_ram~4419_q ; +wire \text_gen|char_ram~54066_combout ; +wire \text_gen|char_ram~4083_q ; +wire \text_gen|char_ram~54058_combout ; +wire \text_gen|char_ram~4307_q ; +wire \text_gen|char_ram~49569_combout ; +wire \text_gen|char_ram~49570_combout ; +wire \text_gen|char_ram~49578_combout ; +wire \text_gen|char_ram~54685_combout ; +wire \text_gen|char_ram~5973_q ; +wire \text_gen|char_ram~54693_combout ; +wire \text_gen|char_ram~6197_q ; +wire \text_gen|char_ram~54689_combout ; +wire \text_gen|char_ram~5861_q ; +wire \text_gen|char_ram~54680_combout ; +wire \text_gen|char_ram~6085_q ; +wire \text_gen|char_ram~49586_combout ; +wire \text_gen|char_ram~49587_combout ; +wire \text_gen|char_ram~54026_combout ; +wire \text_gen|char_ram~4181_q ; +wire \text_gen|char_ram~54038_combout ; +wire \text_gen|char_ram~4405_q ; +wire \text_gen|char_ram~4293feeder_combout ; +wire \text_gen|char_ram~54030_combout ; +wire \text_gen|char_ram~4293_q ; +wire \text_gen|char_ram~54034_combout ; +wire \text_gen|char_ram~4069_q ; +wire \text_gen|char_ram~49579_combout ; +wire \text_gen|char_ram~49580_combout ; +wire \text_gen|char_ram~54440_combout ; +wire \text_gen|char_ram~709_q ; +wire \text_gen|char_ram~54442_combout ; +wire \text_gen|char_ram~821_q ; +wire \text_gen|char_ram~54432_combout ; +wire \text_gen|char_ram~485_q ; +wire \text_gen|char_ram~54431_combout ; +wire \text_gen|char_ram~597_q ; +wire \text_gen|char_ram~49583_combout ; +wire \text_gen|char_ram~49584_combout ; +wire \text_gen|char_ram~54188_combout ; +wire \text_gen|char_ram~2501_q ; +wire \text_gen|char_ram~54187_combout ; +wire \text_gen|char_ram~2613_q ; +wire \text_gen|char_ram~54176_combout ; +wire \text_gen|char_ram~2277_q ; +wire \text_gen|char_ram~54175_combout ; +wire \text_gen|char_ram~2389_q ; +wire \text_gen|char_ram~49581_combout ; +wire \text_gen|char_ram~49582_combout ; +wire \text_gen|char_ram~49585_combout ; +wire \text_gen|char_ram~49588_combout ; +wire \text_gen|char_ram~49589_combout ; +wire \text_gen|char_ram~4251feeder_combout ; +wire \text_gen|char_ram~54064_combout ; +wire \text_gen|char_ram~4251_q ; +wire \text_gen|char_ram~54072_combout ; +wire \text_gen|char_ram~4475_q ; +wire \text_gen|char_ram~54068_combout ; +wire \text_gen|char_ram~4139_q ; +wire \text_gen|char_ram~54060_combout ; +wire \text_gen|char_ram~4363_q ; +wire \text_gen|char_ram~49590_combout ; +wire \text_gen|char_ram~49591_combout ; +wire \text_gen|char_ram~54890_combout ; +wire \text_gen|char_ram~6043_q ; +wire \text_gen|char_ram~54902_combout ; +wire \text_gen|char_ram~6267_q ; +wire \text_gen|char_ram~54898_combout ; +wire \text_gen|char_ram~5931_q ; +wire \text_gen|char_ram~54894_combout ; +wire \text_gen|char_ram~6155_q ; +wire \text_gen|char_ram~49597_combout ; +wire \text_gen|char_ram~49598_combout ; +wire \text_gen|char_ram~54372_combout ; +wire \text_gen|char_ram~2571_q ; +wire \text_gen|char_ram~54384_combout ; +wire \text_gen|char_ram~2683_q ; +wire \text_gen|char_ram~2459feeder_combout ; +wire \text_gen|char_ram~54381_combout ; +wire \text_gen|char_ram~2459_q ; +wire \text_gen|char_ram~54369_combout ; +wire \text_gen|char_ram~2347_q ; +wire \text_gen|char_ram~49592_combout ; +wire \text_gen|char_ram~49593_combout ; +wire \text_gen|char_ram~54615_combout ; +wire \text_gen|char_ram~555_q ; +wire \text_gen|char_ram~667feeder_combout ; +wire \text_gen|char_ram~54614_combout ; +wire \text_gen|char_ram~667_q ; +wire \text_gen|char_ram~49594_combout ; +wire \text_gen|char_ram~54616_combout ; +wire \text_gen|char_ram~891_q ; +wire \text_gen|char_ram~779feeder_combout ; +wire \text_gen|char_ram~54613_combout ; +wire \text_gen|char_ram~779_q ; +wire \text_gen|char_ram~49595_combout ; +wire \text_gen|char_ram~49596_combout ; +wire \text_gen|char_ram~49599_combout ; +wire \text_gen|char_ram~765feeder_combout ; +wire \text_gen|char_ram~54436_combout ; +wire \text_gen|char_ram~765_q ; +wire \text_gen|char_ram~54438_combout ; +wire \text_gen|char_ram~877_q ; +wire \text_gen|char_ram~54426_combout ; +wire \text_gen|char_ram~541_q ; +wire \text_gen|char_ram~54428_combout ; +wire \text_gen|char_ram~653_q ; +wire \text_gen|char_ram~49563_combout ; +wire \text_gen|char_ram~49564_combout ; +wire \text_gen|char_ram~2557feeder_combout ; +wire \text_gen|char_ram~54370_combout ; +wire \text_gen|char_ram~2557_q ; +wire \text_gen|char_ram~54383_combout ; +wire \text_gen|char_ram~2445_q ; +wire \text_gen|char_ram~54371_combout ; +wire \text_gen|char_ram~2333_q ; +wire \text_gen|char_ram~49561_combout ; +wire \text_gen|char_ram~54382_combout ; +wire \text_gen|char_ram~2669_q ; +wire \text_gen|char_ram~49562_combout ; +wire \text_gen|char_ram~49565_combout ; +wire \text_gen|char_ram~4237feeder_combout ; +wire \text_gen|char_ram~54028_combout ; +wire \text_gen|char_ram~4237_q ; +wire \text_gen|char_ram~54040_combout ; +wire \text_gen|char_ram~4461_q ; +wire \text_gen|char_ram~54036_combout ; +wire \text_gen|char_ram~4125_q ; +wire \text_gen|char_ram~54032_combout ; +wire \text_gen|char_ram~4349_q ; +wire \text_gen|char_ram~49559_combout ; +wire \text_gen|char_ram~49560_combout ; +wire \text_gen|char_ram~6029feeder_combout ; +wire \text_gen|char_ram~54717_combout ; +wire \text_gen|char_ram~6029_q ; +wire \text_gen|char_ram~54721_combout ; +wire \text_gen|char_ram~5917_q ; +wire \text_gen|char_ram~6141feeder_combout ; +wire \text_gen|char_ram~54713_combout ; +wire \text_gen|char_ram~6141_q ; +wire \text_gen|char_ram~49566_combout ; +wire \text_gen|char_ram~6253feeder_combout ; +wire \text_gen|char_ram~54725_combout ; +wire \text_gen|char_ram~6253_q ; +wire \text_gen|char_ram~49567_combout ; +wire \text_gen|char_ram~49568_combout ; +wire \text_gen|char_ram~49600_combout ; +wire \text_gen|char_ram~49601_combout ; +wire \text_gen|char_ram~54449_combout ; +wire \text_gen|char_ram~15157_q ; +wire \text_gen|char_ram~54154_combout ; +wire \text_gen|char_ram~16949_q ; +wire \text_gen|char_ram~16837feeder_combout ; +wire \text_gen|char_ram~54142_combout ; +wire \text_gen|char_ram~16837_q ; +wire \text_gen|char_ram~54447_combout ; +wire \text_gen|char_ram~15045_q ; +wire \text_gen|char_ram~49495_combout ; +wire \text_gen|char_ram~49496_combout ; +wire \text_gen|char_ram~53904_combout ; +wire \text_gen|char_ram~18741_q ; +wire \text_gen|char_ram~54691_combout ; +wire \text_gen|char_ram~20533_q ; +wire \text_gen|char_ram~53901_combout ; +wire \text_gen|char_ram~18629_q ; +wire \text_gen|char_ram~54678_combout ; +wire \text_gen|char_ram~20421_q ; +wire \text_gen|char_ram~49502_combout ; +wire \text_gen|char_ram~49503_combout ; +wire \text_gen|char_ram~14933feeder_combout ; +wire \text_gen|char_ram~54450_combout ; +wire \text_gen|char_ram~14933_q ; +wire \text_gen|char_ram~54146_combout ; +wire \text_gen|char_ram~16725_q ; +wire \text_gen|char_ram~54150_combout ; +wire \text_gen|char_ram~16613_q ; +wire \text_gen|char_ram~54448_combout ; +wire \text_gen|char_ram~14821_q ; +wire \text_gen|char_ram~49499_combout ; +wire \text_gen|char_ram~49500_combout ; +wire \text_gen|char_ram~53908_combout ; +wire \text_gen|char_ram~18517_q ; +wire \text_gen|char_ram~54683_combout ; +wire \text_gen|char_ram~20309_q ; +wire \text_gen|char_ram~20197feeder_combout ; +wire \text_gen|char_ram~54687_combout ; +wire \text_gen|char_ram~20197_q ; +wire \text_gen|char_ram~53905_combout ; +wire \text_gen|char_ram~18405_q ; +wire \text_gen|char_ram~49497_combout ; +wire \text_gen|char_ram~49498_combout ; +wire \text_gen|char_ram~49501_combout ; +wire \text_gen|char_ram~49504_combout ; +wire \text_gen|char_ram~54203_combout ; +wire \text_gen|char_ram~16963_q ; +wire \text_gen|char_ram~54884_combout ; +wire \text_gen|char_ram~20547_q ; +wire \text_gen|char_ram~54872_combout ; +wire \text_gen|char_ram~20323_q ; +wire \text_gen|char_ram~54191_combout ; +wire \text_gen|char_ram~16739_q ; +wire \text_gen|char_ram~49492_combout ; +wire \text_gen|char_ram~49493_combout ; +wire \text_gen|char_ram~54618_combout ; +wire \text_gen|char_ram~15059_q ; +wire \text_gen|char_ram~53930_combout ; +wire \text_gen|char_ram~18643_q ; +wire \text_gen|char_ram~54619_combout ; +wire \text_gen|char_ram~14835_q ; +wire \text_gen|char_ram~18419feeder_combout ; +wire \text_gen|char_ram~53938_combout ; +wire \text_gen|char_ram~18419_q ; +wire \text_gen|char_ram~49489_combout ; +wire \text_gen|char_ram~49490_combout ; +wire \text_gen|char_ram~54880_combout ; +wire \text_gen|char_ram~20211_q ; +wire \text_gen|char_ram~54192_combout ; +wire \text_gen|char_ram~16627_q ; +wire \text_gen|char_ram~49487_combout ; +wire \text_gen|char_ram~54204_combout ; +wire \text_gen|char_ram~16851_q ; +wire \text_gen|char_ram~54876_combout ; +wire \text_gen|char_ram~20435_q ; +wire \text_gen|char_ram~49488_combout ; +wire \text_gen|char_ram~49491_combout ; +wire \text_gen|char_ram~54620_combout ; +wire \text_gen|char_ram~15171_q ; +wire \text_gen|char_ram~53942_combout ; +wire \text_gen|char_ram~18755_q ; +wire \text_gen|char_ram~18531feeder_combout ; +wire \text_gen|char_ram~53934_combout ; +wire \text_gen|char_ram~18531_q ; +wire \text_gen|char_ram~54617_combout ; +wire \text_gen|char_ram~14947_q ; +wire \text_gen|char_ram~49485_combout ; +wire \text_gen|char_ram~49486_combout ; +wire \text_gen|char_ram~49494_combout ; +wire \text_gen|char_ram~49505_combout ; +wire \text_gen|char_ram~20603feeder_combout ; +wire \text_gen|char_ram~54886_combout ; +wire \text_gen|char_ram~20603_q ; +wire \text_gen|char_ram~20379feeder_combout ; +wire \text_gen|char_ram~54874_combout ; +wire \text_gen|char_ram~20379_q ; +wire \text_gen|char_ram~16795feeder_combout ; +wire \text_gen|char_ram~54360_combout ; +wire \text_gen|char_ram~16795_q ; +wire \text_gen|char_ram~54368_combout ; +wire \text_gen|char_ram~17019_q ; +wire \text_gen|char_ram~49513_combout ; +wire \text_gen|char_ram~49514_combout ; +wire \text_gen|char_ram~54626_combout ; +wire \text_gen|char_ram~15115_q ; +wire \text_gen|char_ram~53932_combout ; +wire \text_gen|char_ram~18699_q ; +wire \text_gen|char_ram~18475feeder_combout ; +wire \text_gen|char_ram~53940_combout ; +wire \text_gen|char_ram~18475_q ; +wire \text_gen|char_ram~54627_combout ; +wire \text_gen|char_ram~14891_q ; +wire \text_gen|char_ram~49510_combout ; +wire \text_gen|char_ram~49511_combout ; +wire \text_gen|char_ram~16907feeder_combout ; +wire \text_gen|char_ram~54356_combout ; +wire \text_gen|char_ram~16907_q ; +wire \text_gen|char_ram~54878_combout ; +wire \text_gen|char_ram~20491_q ; +wire \text_gen|char_ram~20267feeder_combout ; +wire \text_gen|char_ram~54882_combout ; +wire \text_gen|char_ram~20267_q ; +wire \text_gen|char_ram~54364_combout ; +wire \text_gen|char_ram~16683_q ; +wire \text_gen|char_ram~49508_combout ; +wire \text_gen|char_ram~49509_combout ; +wire \text_gen|char_ram~49512_combout ; +wire \text_gen|char_ram~53944_combout ; +wire \text_gen|char_ram~18811_q ; +wire \text_gen|char_ram~15227feeder_combout ; +wire \text_gen|char_ram~54628_combout ; +wire \text_gen|char_ram~15227_q ; +wire \text_gen|char_ram~18587feeder_combout ; +wire \text_gen|char_ram~53936_combout ; +wire \text_gen|char_ram~18587_q ; +wire \text_gen|char_ram~15003feeder_combout ; +wire \text_gen|char_ram~54625_combout ; +wire \text_gen|char_ram~15003_q ; +wire \text_gen|char_ram~49506_combout ; +wire \text_gen|char_ram~49507_combout ; +wire \text_gen|char_ram~49515_combout ; +wire \text_gen|char_ram~20477feeder_combout ; +wire \text_gen|char_ram~54711_combout ; +wire \text_gen|char_ram~20477_q ; +wire \text_gen|char_ram~53909_combout ; +wire \text_gen|char_ram~18685_q ; +wire \text_gen|char_ram~49482_combout ; +wire \text_gen|char_ram~18797feeder_combout ; +wire \text_gen|char_ram~53912_combout ; +wire \text_gen|char_ram~18797_q ; +wire \text_gen|char_ram~54723_combout ; +wire \text_gen|char_ram~20589_q ; +wire \text_gen|char_ram~49483_combout ; +wire \text_gen|char_ram~17005feeder_combout ; +wire \text_gen|char_ram~54366_combout ; +wire \text_gen|char_ram~17005_q ; +wire \text_gen|char_ram~15213feeder_combout ; +wire \text_gen|char_ram~54424_combout ; +wire \text_gen|char_ram~15213_q ; +wire \text_gen|char_ram~16893feeder_combout ; +wire \text_gen|char_ram~54353_combout ; +wire \text_gen|char_ram~16893_q ; +wire \text_gen|char_ram~54422_combout ; +wire \text_gen|char_ram~15101_q ; +wire \text_gen|char_ram~49475_combout ; +wire \text_gen|char_ram~49476_combout ; +wire \text_gen|char_ram~54421_combout ; +wire \text_gen|char_ram~14989_q ; +wire \text_gen|char_ram~54357_combout ; +wire \text_gen|char_ram~16781_q ; +wire \text_gen|char_ram~16669feeder_combout ; +wire \text_gen|char_ram~54361_combout ; +wire \text_gen|char_ram~16669_q ; +wire \text_gen|char_ram~54423_combout ; +wire \text_gen|char_ram~14877_q ; +wire \text_gen|char_ram~49479_combout ; +wire \text_gen|char_ram~49480_combout ; +wire \text_gen|char_ram~18573feeder_combout ; +wire \text_gen|char_ram~53900_combout ; +wire \text_gen|char_ram~18573_q ; +wire \text_gen|char_ram~54716_combout ; +wire \text_gen|char_ram~20365_q ; +wire \text_gen|char_ram~20253feeder_combout ; +wire \text_gen|char_ram~54720_combout ; +wire \text_gen|char_ram~20253_q ; +wire \text_gen|char_ram~53897_combout ; +wire \text_gen|char_ram~18461_q ; +wire \text_gen|char_ram~49477_combout ; +wire \text_gen|char_ram~49478_combout ; +wire \text_gen|char_ram~49481_combout ; +wire \text_gen|char_ram~49484_combout ; +wire \text_gen|char_ram~49516_combout ; +wire \text_gen|char_ram~49644_combout ; +wire \text_gen|char_ram~49815_combout ; +wire \text_gen|char_ram~49986_combout ; +wire \text_gen|char_ram~27442feeder_combout ; +wire \text_gen|char_ram~54206_combout ; +wire \text_gen|char_ram~52783_combout ; +wire \text_gen|char_ram~54826_combout ; +wire \text_gen|char_ram~27442_q ; +wire \text_gen|char_ram~52785_combout ; +wire \text_gen|char_ram~54794_combout ; +wire \text_gen|char_ram~27498_q ; +wire \text_gen|char_ram~27050feeder_combout ; +wire \text_gen|char_ram~54986_combout ; +wire \text_gen|char_ram~55826_combout ; +wire \text_gen|char_ram~27050_q ; +wire \text_gen|char_ram~55890_combout ; +wire \text_gen|char_ram~26994_q ; +wire \text_gen|char_ram~49168_combout ; +wire \text_gen|char_ram~49169_combout ; +wire \text_gen|char_ram~27064feeder_combout ; +wire \text_gen|char_ram~52757_combout ; +wire \text_gen|char_ram~55818_combout ; +wire \text_gen|char_ram~27064_q ; +wire \text_gen|char_ram~52755_combout ; +wire \text_gen|char_ram~55882_combout ; +wire \text_gen|char_ram~27008_q ; +wire \text_gen|char_ram~49166_combout ; +wire \text_gen|char_ram~54730_combout ; +wire \text_gen|char_ram~27512_q ; +wire \text_gen|char_ram~54762_combout ; +wire \text_gen|char_ram~27456_q ; +wire \text_gen|char_ram~49167_combout ; +wire \text_gen|char_ram~49170_combout ; +wire \text_gen|char_ram~28352feeder_combout ; +wire \text_gen|char_ram~55967_combout ; +wire \text_gen|char_ram~56889_combout ; +wire \text_gen|char_ram~28352_q ; +wire \text_gen|char_ram~56840_combout ; +wire \text_gen|char_ram~28408_q ; +wire \text_gen|char_ram~52733_combout ; +wire \text_gen|char_ram~53799_combout ; +wire \text_gen|char_ram~27904_q ; +wire \text_gen|char_ram~53734_combout ; +wire \text_gen|char_ram~27960_q ; +wire \text_gen|char_ram~49171_combout ; +wire \text_gen|char_ram~49172_combout ; +wire \text_gen|char_ram~28338feeder_combout ; +wire \text_gen|char_ram~56893_combout ; +wire \text_gen|char_ram~28338_q ; +wire \text_gen|char_ram~56844_combout ; +wire \text_gen|char_ram~28394_q ; +wire \text_gen|char_ram~53801_combout ; +wire \text_gen|char_ram~27890_q ; +wire \text_gen|char_ram~53737_combout ; +wire \text_gen|char_ram~27946_q ; +wire \text_gen|char_ram~49164_combout ; +wire \text_gen|char_ram~49165_combout ; +wire \text_gen|char_ram~49173_combout ; +wire \text_gen|char_ram~53238_combout ; +wire \text_gen|char_ram~53769_combout ; +wire \text_gen|char_ram~13554_q ; +wire \text_gen|char_ram~53221_combout ; +wire \text_gen|char_ram~53688_combout ; +wire \text_gen|char_ram~13610_q ; +wire \text_gen|char_ram~49133_combout ; +wire \text_gen|char_ram~56386_combout ; +wire \text_gen|char_ram~14002_q ; +wire \text_gen|char_ram~14058feeder_combout ; +wire \text_gen|char_ram~56322_combout ; +wire \text_gen|char_ram~14058_q ; +wire \text_gen|char_ram~49134_combout ; +wire \text_gen|char_ram~53164_combout ; +wire \text_gen|char_ram~55834_combout ; +wire \text_gen|char_ram~12672_q ; +wire \text_gen|char_ram~12728feeder_combout ; +wire \text_gen|char_ram~53147_combout ; +wire \text_gen|char_ram~55785_combout ; +wire \text_gen|char_ram~12728_q ; +wire \text_gen|char_ram~49135_combout ; +wire \text_gen|char_ram~54727_combout ; +wire \text_gen|char_ram~13176_q ; +wire \text_gen|char_ram~13120feeder_combout ; +wire \text_gen|char_ram~54759_combout ; +wire \text_gen|char_ram~13120_q ; +wire \text_gen|char_ram~49136_combout ; +wire \text_gen|char_ram~55842_combout ; +wire \text_gen|char_ram~12658_q ; +wire \text_gen|char_ram~12714feeder_combout ; +wire \text_gen|char_ram~55793_combout ; +wire \text_gen|char_ram~12714_q ; +wire \text_gen|char_ram~49137_combout ; +wire \text_gen|char_ram~54824_combout ; +wire \text_gen|char_ram~13106_q ; +wire \text_gen|char_ram~13162feeder_combout ; +wire \text_gen|char_ram~54792_combout ; +wire \text_gen|char_ram~13162_q ; +wire \text_gen|char_ram~49138_combout ; +wire \text_gen|char_ram~49139_combout ; +wire \text_gen|char_ram~56358_combout ; +wire \text_gen|char_ram~14016_q ; +wire \text_gen|char_ram~56310_combout ; +wire \text_gen|char_ram~14072_q ; +wire \text_gen|char_ram~53686_combout ; +wire \text_gen|char_ram~13624_q ; +wire \text_gen|char_ram~53767_combout ; +wire \text_gen|char_ram~13568_q ; +wire \text_gen|char_ram~49140_combout ; +wire \text_gen|char_ram~49141_combout ; +wire \text_gen|char_ram~49142_combout ; +wire \text_gen|char_ram~5546feeder_combout ; +wire \text_gen|char_ram~53223_combout ; +wire \text_gen|char_ram~55809_combout ; +wire \text_gen|char_ram~5546_q ; +wire \text_gen|char_ram~53149_combout ; +wire \text_gen|char_ram~55801_combout ; +wire \text_gen|char_ram~5560_q ; +wire \text_gen|char_ram~53240_combout ; +wire \text_gen|char_ram~55874_combout ; +wire \text_gen|char_ram~5490_q ; +wire \text_gen|char_ram~5504feeder_combout ; +wire \text_gen|char_ram~53166_combout ; +wire \text_gen|char_ram~55866_combout ; +wire \text_gen|char_ram~5504_q ; +wire \text_gen|char_ram~49157_combout ; +wire \text_gen|char_ram~49158_combout ; +wire \text_gen|char_ram~53724_combout ; +wire \text_gen|char_ram~6442_q ; +wire \text_gen|char_ram~53722_combout ; +wire \text_gen|char_ram~6456_q ; +wire \text_gen|char_ram~53789_combout ; +wire \text_gen|char_ram~6386_q ; +wire \text_gen|char_ram~53787_combout ; +wire \text_gen|char_ram~6400_q ; +wire \text_gen|char_ram~49155_combout ; +wire \text_gen|char_ram~49156_combout ; +wire \text_gen|char_ram~49159_combout ; +wire \text_gen|char_ram~54761_combout ; +wire \text_gen|char_ram~5952_q ; +wire \text_gen|char_ram~54729_combout ; +wire \text_gen|char_ram~6008_q ; +wire \text_gen|char_ram~54825_combout ; +wire \text_gen|char_ram~5938_q ; +wire \text_gen|char_ram~54793_combout ; +wire \text_gen|char_ram~5994_q ; +wire \text_gen|char_ram~49153_combout ; +wire \text_gen|char_ram~49154_combout ; +wire \text_gen|char_ram~56649_combout ; +wire \text_gen|char_ram~6834_q ; +wire \text_gen|char_ram~56617_combout ; +wire \text_gen|char_ram~6890_q ; +wire \text_gen|char_ram~49160_combout ; +wire \text_gen|char_ram~56553_combout ; +wire \text_gen|char_ram~6904_q ; +wire \text_gen|char_ram~6848feeder_combout ; +wire \text_gen|char_ram~56585_combout ; +wire \text_gen|char_ram~6848_q ; +wire \text_gen|char_ram~49161_combout ; +wire \text_gen|char_ram~49162_combout ; +wire \text_gen|char_ram~20288feeder_combout ; +wire \text_gen|char_ram~54760_combout ; +wire \text_gen|char_ram~20288_q ; +wire \text_gen|char_ram~54728_combout ; +wire \text_gen|char_ram~20344_q ; +wire \text_gen|char_ram~54823_combout ; +wire \text_gen|char_ram~20274_q ; +wire \text_gen|char_ram~20330feeder_combout ; +wire \text_gen|char_ram~54791_combout ; +wire \text_gen|char_ram~20330_q ; +wire \text_gen|char_ram~49145_combout ; +wire \text_gen|char_ram~49146_combout ; +wire \text_gen|char_ram~19882feeder_combout ; +wire \text_gen|char_ram~55777_combout ; +wire \text_gen|char_ram~19882_q ; +wire \text_gen|char_ram~55858_combout ; +wire \text_gen|char_ram~19826_q ; +wire \text_gen|char_ram~49147_combout ; +wire \text_gen|char_ram~55769_combout ; +wire \text_gen|char_ram~19896_q ; +wire \text_gen|char_ram~19840feeder_combout ; +wire \text_gen|char_ram~55850_combout ; +wire \text_gen|char_ram~19840_q ; +wire \text_gen|char_ram~49148_combout ; +wire \text_gen|char_ram~49149_combout ; +wire \text_gen|char_ram~53757_combout ; +wire \text_gen|char_ram~20722_q ; +wire \text_gen|char_ram~20778feeder_combout ; +wire \text_gen|char_ram~53710_combout ; +wire \text_gen|char_ram~20778_q ; +wire \text_gen|char_ram~49143_combout ; +wire \text_gen|char_ram~53707_combout ; +wire \text_gen|char_ram~20792_q ; +wire \text_gen|char_ram~20736feeder_combout ; +wire \text_gen|char_ram~53755_combout ; +wire \text_gen|char_ram~20736_q ; +wire \text_gen|char_ram~49144_combout ; +wire \text_gen|char_ram~56112_combout ; +wire \text_gen|char_ram~21226_q ; +wire \text_gen|char_ram~56048_combout ; +wire \text_gen|char_ram~21240_q ; +wire \text_gen|char_ram~56120_combout ; +wire \text_gen|char_ram~21170_q ; +wire \text_gen|char_ram~56056_combout ; +wire \text_gen|char_ram~21184_q ; +wire \text_gen|char_ram~49150_combout ; +wire \text_gen|char_ram~49151_combout ; +wire \text_gen|char_ram~49152_combout ; +wire \text_gen|char_ram~49163_combout ; +wire \text_gen|char_ram~49174_combout ; +wire \text_gen|char_ram~13848feeder_combout ; +wire \text_gen|char_ram~53698_combout ; +wire \text_gen|char_ram~13848_q ; +wire \text_gen|char_ram~56318_combout ; +wire \text_gen|char_ram~14296_q ; +wire \text_gen|char_ram~55787_combout ; +wire \text_gen|char_ram~12952_q ; +wire \text_gen|char_ram~13400feeder_combout ; +wire \text_gen|char_ram~54740_combout ; +wire \text_gen|char_ram~13400_q ; +wire \text_gen|char_ram~49277_combout ; +wire \text_gen|char_ram~49278_combout ; +wire \text_gen|char_ram~53779_combout ; +wire \text_gen|char_ram~13792_q ; +wire \text_gen|char_ram~56366_combout ; +wire \text_gen|char_ram~14240_q ; +wire \text_gen|char_ram~13344feeder_combout ; +wire \text_gen|char_ram~54772_combout ; +wire \text_gen|char_ram~13344_q ; +wire \text_gen|char_ram~12896feeder_combout ; +wire \text_gen|char_ram~55836_combout ; +wire \text_gen|char_ram~12896_q ; +wire \text_gen|char_ram~49270_combout ; +wire \text_gen|char_ram~49271_combout ; +wire \text_gen|char_ram~13778feeder_combout ; +wire \text_gen|char_ram~53781_combout ; +wire \text_gen|char_ram~13778_q ; +wire \text_gen|char_ram~56398_combout ; +wire \text_gen|char_ram~14226_q ; +wire \text_gen|char_ram~55844_combout ; +wire \text_gen|char_ram~12882_q ; +wire \text_gen|char_ram~13330feeder_combout ; +wire \text_gen|char_ram~54836_combout ; +wire \text_gen|char_ram~13330_q ; +wire \text_gen|char_ram~49274_combout ; +wire \text_gen|char_ram~49275_combout ; +wire \text_gen|char_ram~14282feeder_combout ; +wire \text_gen|char_ram~56334_combout ; +wire \text_gen|char_ram~14282_q ; +wire \text_gen|char_ram~53700_combout ; +wire \text_gen|char_ram~13834_q ; +wire \text_gen|char_ram~54804_combout ; +wire \text_gen|char_ram~13386_q ; +wire \text_gen|char_ram~55795_combout ; +wire \text_gen|char_ram~12938_q ; +wire \text_gen|char_ram~49272_combout ; +wire \text_gen|char_ram~49273_combout ; +wire \text_gen|char_ram~49276_combout ; +wire \text_gen|char_ram~49279_combout ; +wire \text_gen|char_ram~53795_combout ; +wire \text_gen|char_ram~6624_q ; +wire \text_gen|char_ram~56597_combout ; +wire \text_gen|char_ram~7072_q ; +wire \text_gen|char_ram~55868_combout ; +wire \text_gen|char_ram~5728_q ; +wire \text_gen|char_ram~6176feeder_combout ; +wire \text_gen|char_ram~54773_combout ; +wire \text_gen|char_ram~6176_q ; +wire \text_gen|char_ram~49282_combout ; +wire \text_gen|char_ram~49283_combout ; +wire \text_gen|char_ram~6610feeder_combout ; +wire \text_gen|char_ram~53797_combout ; +wire \text_gen|char_ram~6610_q ; +wire \text_gen|char_ram~56661_combout ; +wire \text_gen|char_ram~7058_q ; +wire \text_gen|char_ram~6162feeder_combout ; +wire \text_gen|char_ram~54837_combout ; +wire \text_gen|char_ram~6162_q ; +wire \text_gen|char_ram~55876_combout ; +wire \text_gen|char_ram~5714_q ; +wire \text_gen|char_ram~49284_combout ; +wire \text_gen|char_ram~49285_combout ; +wire \text_gen|char_ram~49286_combout ; +wire \text_gen|char_ram~53730_combout ; +wire \text_gen|char_ram~6680_q ; +wire \text_gen|char_ram~56565_combout ; +wire \text_gen|char_ram~7128_q ; +wire \text_gen|char_ram~6232feeder_combout ; +wire \text_gen|char_ram~54741_combout ; +wire \text_gen|char_ram~6232_q ; +wire \text_gen|char_ram~55803_combout ; +wire \text_gen|char_ram~5784_q ; +wire \text_gen|char_ram~49287_combout ; +wire \text_gen|char_ram~49288_combout ; +wire \text_gen|char_ram~6666feeder_combout ; +wire \text_gen|char_ram~53732_combout ; +wire \text_gen|char_ram~6666_q ; +wire \text_gen|char_ram~56629_combout ; +wire \text_gen|char_ram~7114_q ; +wire \text_gen|char_ram~55811_combout ; +wire \text_gen|char_ram~5770_q ; +wire \text_gen|char_ram~6218feeder_combout ; +wire \text_gen|char_ram~54805_combout ; +wire \text_gen|char_ram~6218_q ; +wire \text_gen|char_ram~49280_combout ; +wire \text_gen|char_ram~49281_combout ; +wire \text_gen|char_ram~49289_combout ; +wire \text_gen|char_ram~49290_combout ; +wire \text_gen|char_ram~21016feeder_combout ; +wire \text_gen|char_ram~53715_combout ; +wire \text_gen|char_ram~21016_q ; +wire \text_gen|char_ram~55771_combout ; +wire \text_gen|char_ram~20120_q ; +wire \text_gen|char_ram~20568feeder_combout ; +wire \text_gen|char_ram~54739_combout ; +wire \text_gen|char_ram~20568_q ; +wire \text_gen|char_ram~49267_combout ; +wire \text_gen|char_ram~56080_combout ; +wire \text_gen|char_ram~21464_q ; +wire \text_gen|char_ram~49268_combout ; +wire \text_gen|char_ram~20960feeder_combout ; +wire \text_gen|char_ram~53763_combout ; +wire \text_gen|char_ram~20960_q ; +wire \text_gen|char_ram~20512feeder_combout ; +wire \text_gen|char_ram~54771_combout ; +wire \text_gen|char_ram~20512_q ; +wire \text_gen|char_ram~55852_combout ; +wire \text_gen|char_ram~20064_q ; +wire \text_gen|char_ram~49262_combout ; +wire \text_gen|char_ram~56088_combout ; +wire \text_gen|char_ram~21408_q ; +wire \text_gen|char_ram~49263_combout ; +wire \text_gen|char_ram~53765_combout ; +wire \text_gen|char_ram~20946_q ; +wire \text_gen|char_ram~56152_combout ; +wire \text_gen|char_ram~21394_q ; +wire \text_gen|char_ram~55860_combout ; +wire \text_gen|char_ram~20050_q ; +wire \text_gen|char_ram~54835_combout ; +wire \text_gen|char_ram~20498_q ; +wire \text_gen|char_ram~49264_combout ; +wire \text_gen|char_ram~49265_combout ; +wire \text_gen|char_ram~49266_combout ; +wire \text_gen|char_ram~53702_combout ; +wire \text_gen|char_ram~21002_q ; +wire \text_gen|char_ram~56144_combout ; +wire \text_gen|char_ram~21450_q ; +wire \text_gen|char_ram~20554feeder_combout ; +wire \text_gen|char_ram~54803_combout ; +wire \text_gen|char_ram~20554_q ; +wire \text_gen|char_ram~55779_combout ; +wire \text_gen|char_ram~20106_q ; +wire \text_gen|char_ram~49260_combout ; +wire \text_gen|char_ram~49261_combout ; +wire \text_gen|char_ram~49269_combout ; +wire \text_gen|char_ram~55816_combout ; +wire \text_gen|char_ram~55828_combout ; +wire \text_gen|char_ram~27274_q ; +wire \text_gen|char_ram~27722feeder_combout ; +wire \text_gen|char_ram~54668_combout ; +wire \text_gen|char_ram~54806_combout ; +wire \text_gen|char_ram~27722_q ; +wire \text_gen|char_ram~49293_combout ; +wire \text_gen|char_ram~56819_combout ; +wire \text_gen|char_ram~56877_combout ; +wire \text_gen|char_ram~28618_q ; +wire \text_gen|char_ram~53735_combout ; +wire \text_gen|char_ram~53736_combout ; +wire \text_gen|char_ram~28170_q ; +wire \text_gen|char_ram~49294_combout ; +wire \text_gen|char_ram~53813_combout ; +wire \text_gen|char_ram~28114_q ; +wire \text_gen|char_ram~55892_combout ; +wire \text_gen|char_ram~27218_q ; +wire \text_gen|char_ram~49295_combout ; +wire \text_gen|char_ram~56941_combout ; +wire \text_gen|char_ram~28562_q ; +wire \text_gen|char_ram~27666feeder_combout ; +wire \text_gen|char_ram~54838_combout ; +wire \text_gen|char_ram~27666_q ; +wire \text_gen|char_ram~49296_combout ; +wire \text_gen|char_ram~49297_combout ; +wire \text_gen|char_ram~53738_combout ; +wire \text_gen|char_ram~28184_q ; +wire \text_gen|char_ram~56873_combout ; +wire \text_gen|char_ram~28632_q ; +wire \text_gen|char_ram~55820_combout ; +wire \text_gen|char_ram~27288_q ; +wire \text_gen|char_ram~27736feeder_combout ; +wire \text_gen|char_ram~54742_combout ; +wire \text_gen|char_ram~27736_q ; +wire \text_gen|char_ram~49298_combout ; +wire \text_gen|char_ram~49299_combout ; +wire \text_gen|char_ram~27680feeder_combout ; +wire \text_gen|char_ram~54774_combout ; +wire \text_gen|char_ram~27680_q ; +wire \text_gen|char_ram~56937_combout ; +wire \text_gen|char_ram~28576_q ; +wire \text_gen|char_ram~53811_combout ; +wire \text_gen|char_ram~28128_q ; +wire \text_gen|char_ram~55884_combout ; +wire \text_gen|char_ram~27232_q ; +wire \text_gen|char_ram~49291_combout ; +wire \text_gen|char_ram~49292_combout ; +wire \text_gen|char_ram~49300_combout ; +wire \text_gen|char_ram~49301_combout ; +wire \text_gen|char_ram~52763_combout ; +wire \text_gen|char_ram~56917_combout ; +wire \text_gen|char_ram~28240_q ; +wire \text_gen|char_ram~52761_combout ; +wire \text_gen|char_ram~56852_combout ; +wire \text_gen|char_ram~28296_q ; +wire \text_gen|char_ram~52777_combout ; +wire \text_gen|char_ram~56860_combout ; +wire \text_gen|char_ram~28282_q ; +wire \text_gen|char_ram~28226feeder_combout ; +wire \text_gen|char_ram~52779_combout ; +wire \text_gen|char_ram~56925_combout ; +wire \text_gen|char_ram~28226_q ; +wire \text_gen|char_ram~49255_combout ; +wire \text_gen|char_ram~49256_combout ; +wire \text_gen|char_ram~53230_combout ; +wire \text_gen|char_ram~56625_combout ; +wire \text_gen|char_ram~6778_q ; +wire \text_gen|char_ram~53156_combout ; +wire \text_gen|char_ram~56561_combout ; +wire \text_gen|char_ram~6792_q ; +wire \text_gen|char_ram~53251_combout ; +wire \text_gen|char_ram~56657_combout ; +wire \text_gen|char_ram~6722_q ; +wire \text_gen|char_ram~53177_combout ; +wire \text_gen|char_ram~56593_combout ; +wire \text_gen|char_ram~6736_q ; +wire \text_gen|char_ram~49252_combout ; +wire \text_gen|char_ram~49253_combout ; +wire \text_gen|char_ram~13904feeder_combout ; +wire \text_gen|char_ram~53173_combout ; +wire \text_gen|char_ram~56362_combout ; +wire \text_gen|char_ram~13904_q ; +wire \text_gen|char_ram~53152_combout ; +wire \text_gen|char_ram~56314_combout ; +wire \text_gen|char_ram~13960_q ; +wire \text_gen|char_ram~53247_combout ; +wire \text_gen|char_ram~56394_combout ; +wire \text_gen|char_ram~13890_q ; +wire \text_gen|char_ram~13946feeder_combout ; +wire \text_gen|char_ram~53226_combout ; +wire \text_gen|char_ram~56330_combout ; +wire \text_gen|char_ram~13946_q ; +wire \text_gen|char_ram~49250_combout ; +wire \text_gen|char_ram~49251_combout ; +wire \text_gen|char_ram~49254_combout ; +wire \text_gen|char_ram~53228_combout ; +wire \text_gen|char_ram~56132_combout ; +wire \text_gen|char_ram~21114_q ; +wire \text_gen|char_ram~53154_combout ; +wire \text_gen|char_ram~56068_combout ; +wire \text_gen|char_ram~21128_q ; +wire \text_gen|char_ram~53175_combout ; +wire \text_gen|char_ram~56072_combout ; +wire \text_gen|char_ram~21072_q ; +wire \text_gen|char_ram~53249_combout ; +wire \text_gen|char_ram~56136_combout ; +wire \text_gen|char_ram~21058_q ; +wire \text_gen|char_ram~49248_combout ; +wire \text_gen|char_ram~49249_combout ; +wire \text_gen|char_ram~49257_combout ; +wire \text_gen|char_ram~54770_combout ; +wire \text_gen|char_ram~13008_q ; +wire \text_gen|char_ram~54735_combout ; +wire \text_gen|char_ram~13064_q ; +wire \text_gen|char_ram~54832_combout ; +wire \text_gen|char_ram~12994_q ; +wire \text_gen|char_ram~54800_combout ; +wire \text_gen|char_ram~13050_q ; +wire \text_gen|char_ram~49217_combout ; +wire \text_gen|char_ram~49218_combout ; +wire \text_gen|char_ram~54767_combout ; +wire \text_gen|char_ram~27344_q ; +wire \text_gen|char_ram~54738_combout ; +wire \text_gen|char_ram~27400_q ; +wire \text_gen|char_ram~54834_combout ; +wire \text_gen|char_ram~27330_q ; +wire \text_gen|char_ram~27386feeder_combout ; +wire \text_gen|char_ram~54802_combout ; +wire \text_gen|char_ram~27386_q ; +wire \text_gen|char_ram~49224_combout ; +wire \text_gen|char_ram~49225_combout ; +wire \text_gen|char_ram~54833_combout ; +wire \text_gen|char_ram~5826_q ; +wire \text_gen|char_ram~54769_combout ; +wire \text_gen|char_ram~5840_q ; +wire \text_gen|char_ram~49221_combout ; +wire \text_gen|char_ram~54801_combout ; +wire \text_gen|char_ram~5882_q ; +wire \text_gen|char_ram~54737_combout ; +wire \text_gen|char_ram~5896_q ; +wire \text_gen|char_ram~49222_combout ; +wire \text_gen|char_ram~54831_combout ; +wire \text_gen|char_ram~20162_q ; +wire \text_gen|char_ram~20176feeder_combout ; +wire \text_gen|char_ram~54768_combout ; +wire \text_gen|char_ram~20176_q ; +wire \text_gen|char_ram~49219_combout ; +wire \text_gen|char_ram~54736_combout ; +wire \text_gen|char_ram~20232_q ; +wire \text_gen|char_ram~54799_combout ; +wire \text_gen|char_ram~20218_q ; +wire \text_gen|char_ram~49220_combout ; +wire \text_gen|char_ram~49223_combout ; +wire \text_gen|char_ram~49226_combout ; +wire \text_gen|char_ram~26896feeder_combout ; +wire \text_gen|char_ram~55883_combout ; +wire \text_gen|char_ram~26896_q ; +wire \text_gen|char_ram~55819_combout ; +wire \text_gen|char_ram~26952_q ; +wire \text_gen|char_ram~55891_combout ; +wire \text_gen|char_ram~26882_q ; +wire \text_gen|char_ram~55827_combout ; +wire \text_gen|char_ram~26938_q ; +wire \text_gen|char_ram~49244_combout ; +wire \text_gen|char_ram~49245_combout ; +wire \text_gen|char_ram~55859_combout ; +wire \text_gen|char_ram~19714_q ; +wire \text_gen|char_ram~55851_combout ; +wire \text_gen|char_ram~19728_q ; +wire \text_gen|char_ram~49239_combout ; +wire \text_gen|char_ram~55770_combout ; +wire \text_gen|char_ram~19784_q ; +wire \text_gen|char_ram~55778_combout ; +wire \text_gen|char_ram~19770_q ; +wire \text_gen|char_ram~49240_combout ; +wire \text_gen|char_ram~5434feeder_combout ; +wire \text_gen|char_ram~55810_combout ; +wire \text_gen|char_ram~5434_q ; +wire \text_gen|char_ram~55802_combout ; +wire \text_gen|char_ram~5448_q ; +wire \text_gen|char_ram~55875_combout ; +wire \text_gen|char_ram~5378_q ; +wire \text_gen|char_ram~5392feeder_combout ; +wire \text_gen|char_ram~55867_combout ; +wire \text_gen|char_ram~5392_q ; +wire \text_gen|char_ram~49241_combout ; +wire \text_gen|char_ram~49242_combout ; +wire \text_gen|char_ram~49243_combout ; +wire \text_gen|char_ram~12560feeder_combout ; +wire \text_gen|char_ram~55835_combout ; +wire \text_gen|char_ram~12560_q ; +wire \text_gen|char_ram~55786_combout ; +wire \text_gen|char_ram~12616_q ; +wire \text_gen|char_ram~55843_combout ; +wire \text_gen|char_ram~12546_q ; +wire \text_gen|char_ram~55794_combout ; +wire \text_gen|char_ram~12602_q ; +wire \text_gen|char_ram~49237_combout ; +wire \text_gen|char_ram~49238_combout ; +wire \text_gen|char_ram~49246_combout ; +wire \text_gen|char_ram~53776_combout ; +wire \text_gen|char_ram~13456_q ; +wire \text_gen|char_ram~53695_combout ; +wire \text_gen|char_ram~13512_q ; +wire \text_gen|char_ram~53777_combout ; +wire \text_gen|char_ram~13442_q ; +wire \text_gen|char_ram~13498feeder_combout ; +wire \text_gen|char_ram~53696_combout ; +wire \text_gen|char_ram~13498_q ; +wire \text_gen|char_ram~49227_combout ; +wire \text_gen|char_ram~49228_combout ; +wire \text_gen|char_ram~53728_combout ; +wire \text_gen|char_ram~6330_q ; +wire \text_gen|char_ram~53727_combout ; +wire \text_gen|char_ram~6344_q ; +wire \text_gen|char_ram~53792_combout ; +wire \text_gen|char_ram~6288_q ; +wire \text_gen|char_ram~53793_combout ; +wire \text_gen|char_ram~6274_q ; +wire \text_gen|char_ram~49231_combout ; +wire \text_gen|char_ram~49232_combout ; +wire \text_gen|char_ram~53712_combout ; +wire \text_gen|char_ram~20666_q ; +wire \text_gen|char_ram~53708_combout ; +wire \text_gen|char_ram~20680_q ; +wire \text_gen|char_ram~53761_combout ; +wire \text_gen|char_ram~20610_q ; +wire \text_gen|char_ram~53760_combout ; +wire \text_gen|char_ram~20624_q ; +wire \text_gen|char_ram~49229_combout ; +wire \text_gen|char_ram~49230_combout ; +wire \text_gen|char_ram~49233_combout ; +wire \text_gen|char_ram~53808_combout ; +wire \text_gen|char_ram~27792_q ; +wire \text_gen|char_ram~53744_combout ; +wire \text_gen|char_ram~27848_q ; +wire \text_gen|char_ram~53809_combout ; +wire \text_gen|char_ram~27778_q ; +wire \text_gen|char_ram~53745_combout ; +wire \text_gen|char_ram~27834_q ; +wire \text_gen|char_ram~49234_combout ; +wire \text_gen|char_ram~49235_combout ; +wire \text_gen|char_ram~49236_combout ; +wire \text_gen|char_ram~49247_combout ; +wire \text_gen|char_ram~49258_combout ; +wire \text_gen|char_ram~54795_combout ; +wire \text_gen|char_ram~20442_q ; +wire \text_gen|char_ram~54731_combout ; +wire \text_gen|char_ram~20456_q ; +wire \text_gen|char_ram~54827_combout ; +wire \text_gen|char_ram~20386_q ; +wire \text_gen|char_ram~54763_combout ; +wire \text_gen|char_ram~20400_q ; +wire \text_gen|char_ram~49175_combout ; +wire \text_gen|char_ram~49176_combout ; +wire \text_gen|char_ram~6106feeder_combout ; +wire \text_gen|char_ram~54797_combout ; +wire \text_gen|char_ram~6106_q ; +wire \text_gen|char_ram~54733_combout ; +wire \text_gen|char_ram~6120_q ; +wire \text_gen|char_ram~6064feeder_combout ; +wire \text_gen|char_ram~54765_combout ; +wire \text_gen|char_ram~6064_q ; +wire \text_gen|char_ram~54829_combout ; +wire \text_gen|char_ram~6050_q ; +wire \text_gen|char_ram~49179_combout ; +wire \text_gen|char_ram~49180_combout ; +wire \text_gen|char_ram~13288feeder_combout ; +wire \text_gen|char_ram~54732_combout ; +wire \text_gen|char_ram~13288_q ; +wire \text_gen|char_ram~13232feeder_combout ; +wire \text_gen|char_ram~54764_combout ; +wire \text_gen|char_ram~13232_q ; +wire \text_gen|char_ram~13274feeder_combout ; +wire \text_gen|char_ram~54796_combout ; +wire \text_gen|char_ram~13274_q ; +wire \text_gen|char_ram~54828_combout ; +wire \text_gen|char_ram~13218_q ; +wire \text_gen|char_ram~49177_combout ; +wire \text_gen|char_ram~49178_combout ; +wire \text_gen|char_ram~49181_combout ; +wire \text_gen|char_ram~27568feeder_combout ; +wire \text_gen|char_ram~54766_combout ; +wire \text_gen|char_ram~27568_q ; +wire \text_gen|char_ram~54734_combout ; +wire \text_gen|char_ram~27624_q ; +wire \text_gen|char_ram~54830_combout ; +wire \text_gen|char_ram~27554_q ; +wire \text_gen|char_ram~27610feeder_combout ; +wire \text_gen|char_ram~54798_combout ; +wire \text_gen|char_ram~27610_q ; +wire \text_gen|char_ram~49182_combout ; +wire \text_gen|char_ram~49183_combout ; +wire \text_gen|char_ram~49184_combout ; +wire \text_gen|char_ram~56104_combout ; +wire \text_gen|char_ram~21282_q ; +wire \text_gen|char_ram~21296feeder_combout ; +wire \text_gen|char_ram~56040_combout ; +wire \text_gen|char_ram~21296_q ; +wire \text_gen|char_ram~49206_combout ; +wire \text_gen|char_ram~56036_combout ; +wire \text_gen|char_ram~21352_q ; +wire \text_gen|char_ram~56100_combout ; +wire \text_gen|char_ram~21338_q ; +wire \text_gen|char_ram~49207_combout ; +wire \text_gen|char_ram~56901_combout ; +wire \text_gen|char_ram~28464_q ; +wire \text_gen|char_ram~56820_combout ; +wire \text_gen|char_ram~28520_q ; +wire \text_gen|char_ram~56909_combout ; +wire \text_gen|char_ram~28450_q ; +wire \text_gen|char_ram~28506feeder_combout ; +wire \text_gen|char_ram~56828_combout ; +wire \text_gen|char_ram~28506_q ; +wire \text_gen|char_ram~49213_combout ; +wire \text_gen|char_ram~49214_combout ; +wire \text_gen|char_ram~56589_combout ; +wire \text_gen|char_ram~6960_q ; +wire \text_gen|char_ram~56653_combout ; +wire \text_gen|char_ram~6946_q ; +wire \text_gen|char_ram~49210_combout ; +wire \text_gen|char_ram~56557_combout ; +wire \text_gen|char_ram~7016_q ; +wire \text_gen|char_ram~56621_combout ; +wire \text_gen|char_ram~7002_q ; +wire \text_gen|char_ram~49211_combout ; +wire \text_gen|char_ram~56354_combout ; +wire \text_gen|char_ram~14128_q ; +wire \text_gen|char_ram~56306_combout ; +wire \text_gen|char_ram~14184_q ; +wire \text_gen|char_ram~56326_combout ; +wire \text_gen|char_ram~14170_q ; +wire \text_gen|char_ram~56390_combout ; +wire \text_gen|char_ram~14114_q ; +wire \text_gen|char_ram~49208_combout ; +wire \text_gen|char_ram~49209_combout ; +wire \text_gen|char_ram~49212_combout ; +wire \text_gen|char_ram~49215_combout ; +wire \text_gen|char_ram~55889_combout ; +wire \text_gen|char_ram~27106_q ; +wire \text_gen|char_ram~55825_combout ; +wire \text_gen|char_ram~27162_q ; +wire \text_gen|char_ram~49202_combout ; +wire \text_gen|char_ram~55817_combout ; +wire \text_gen|char_ram~27176_q ; +wire \text_gen|char_ram~55881_combout ; +wire \text_gen|char_ram~27120_q ; +wire \text_gen|char_ram~49203_combout ; +wire \text_gen|char_ram~55849_combout ; +wire \text_gen|char_ram~19952_q ; +wire \text_gen|char_ram~55768_combout ; +wire \text_gen|char_ram~20008_q ; +wire \text_gen|char_ram~55776_combout ; +wire \text_gen|char_ram~19994_q ; +wire \text_gen|char_ram~55857_combout ; +wire \text_gen|char_ram~19938_q ; +wire \text_gen|char_ram~49197_combout ; +wire \text_gen|char_ram~49198_combout ; +wire \text_gen|char_ram~5616feeder_combout ; +wire \text_gen|char_ram~55865_combout ; +wire \text_gen|char_ram~5616_q ; +wire \text_gen|char_ram~55800_combout ; +wire \text_gen|char_ram~5672_q ; +wire \text_gen|char_ram~55873_combout ; +wire \text_gen|char_ram~5602_q ; +wire \text_gen|char_ram~55808_combout ; +wire \text_gen|char_ram~5658_q ; +wire \text_gen|char_ram~49199_combout ; +wire \text_gen|char_ram~49200_combout ; +wire \text_gen|char_ram~49201_combout ; +wire \text_gen|char_ram~12784feeder_combout ; +wire \text_gen|char_ram~55833_combout ; +wire \text_gen|char_ram~12784_q ; +wire \text_gen|char_ram~55784_combout ; +wire \text_gen|char_ram~12840_q ; +wire \text_gen|char_ram~55792_combout ; +wire \text_gen|char_ram~12826_q ; +wire \text_gen|char_ram~55841_combout ; +wire \text_gen|char_ram~12770_q ; +wire \text_gen|char_ram~49195_combout ; +wire \text_gen|char_ram~49196_combout ; +wire \text_gen|char_ram~49204_combout ; +wire \text_gen|char_ram~53773_combout ; +wire \text_gen|char_ram~13666_q ; +wire \text_gen|char_ram~53692_combout ; +wire \text_gen|char_ram~13722_q ; +wire \text_gen|char_ram~49185_combout ; +wire \text_gen|char_ram~53691_combout ; +wire \text_gen|char_ram~13736_q ; +wire \text_gen|char_ram~13680feeder_combout ; +wire \text_gen|char_ram~53772_combout ; +wire \text_gen|char_ram~13680_q ; +wire \text_gen|char_ram~49186_combout ; +wire \text_gen|char_ram~28016feeder_combout ; +wire \text_gen|char_ram~53804_combout ; +wire \text_gen|char_ram~28016_q ; +wire \text_gen|char_ram~53746_combout ; +wire \text_gen|char_ram~28072_q ; +wire \text_gen|char_ram~28002feeder_combout ; +wire \text_gen|char_ram~53805_combout ; +wire \text_gen|char_ram~28002_q ; +wire \text_gen|char_ram~53743_combout ; +wire \text_gen|char_ram~28058_q ; +wire \text_gen|char_ram~49192_combout ; +wire \text_gen|char_ram~49193_combout ; +wire \text_gen|char_ram~53785_combout ; +wire \text_gen|char_ram~6498_q ; +wire \text_gen|char_ram~6512feeder_combout ; +wire \text_gen|char_ram~53784_combout ; +wire \text_gen|char_ram~6512_q ; +wire \text_gen|char_ram~49189_combout ; +wire \text_gen|char_ram~53719_combout ; +wire \text_gen|char_ram~6568_q ; +wire \text_gen|char_ram~53720_combout ; +wire \text_gen|char_ram~6554_q ; +wire \text_gen|char_ram~49190_combout ; +wire \text_gen|char_ram~53704_combout ; +wire \text_gen|char_ram~20890_q ; +wire \text_gen|char_ram~53716_combout ; +wire \text_gen|char_ram~20904_q ; +wire \text_gen|char_ram~53753_combout ; +wire \text_gen|char_ram~20834_q ; +wire \text_gen|char_ram~53752_combout ; +wire \text_gen|char_ram~20848_q ; +wire \text_gen|char_ram~49187_combout ; +wire \text_gen|char_ram~49188_combout ; +wire \text_gen|char_ram~49191_combout ; +wire \text_gen|char_ram~49194_combout ; +wire \text_gen|char_ram~49205_combout ; +wire \text_gen|char_ram~49216_combout ; +wire \text_gen|char_ram~49259_combout ; +wire \text_gen|char_ram~49302_combout ; +wire \text_gen|char_ram~11496feeder_combout ; +wire \text_gen|char_ram~53881_combout ; +wire \text_gen|char_ram~53945_combout ; +wire \text_gen|char_ram~11496_q ; +wire \text_gen|char_ram~53981_combout ; +wire \text_gen|char_ram~11482_q ; +wire \text_gen|char_ram~53983_combout ; +wire \text_gen|char_ram~11426_q ; +wire \text_gen|char_ram~48632_combout ; +wire \text_gen|char_ram~11440feeder_combout ; +wire \text_gen|char_ram~53947_combout ; +wire \text_gen|char_ram~11440_q ; +wire \text_gen|char_ram~48633_combout ; +wire \text_gen|char_ram~12336feeder_combout ; +wire \text_gen|char_ram~55969_combout ; +wire \text_gen|char_ram~56352_combout ; +wire \text_gen|char_ram~12336_q ; +wire \text_gen|char_ram~56304_combout ; +wire \text_gen|char_ram~12392_q ; +wire \text_gen|char_ram~56388_combout ; +wire \text_gen|char_ram~12322_q ; +wire \text_gen|char_ram~56324_combout ; +wire \text_gen|char_ram~12378_q ; +wire \text_gen|char_ram~48639_combout ; +wire \text_gen|char_ram~48640_combout ; +wire \text_gen|char_ram~11034feeder_combout ; +wire \text_gen|char_ram~55187_combout ; +wire \text_gen|char_ram~55318_combout ; +wire \text_gen|char_ram~11034_q ; +wire \text_gen|char_ram~55270_combout ; +wire \text_gen|char_ram~11048_q ; +wire \text_gen|char_ram~55322_combout ; +wire \text_gen|char_ram~10978_q ; +wire \text_gen|char_ram~55274_combout ; +wire \text_gen|char_ram~10992_q ; +wire \text_gen|char_ram~48636_combout ; +wire \text_gen|char_ram~48637_combout ; +wire \text_gen|char_ram~53059_combout ; +wire \text_gen|char_ram~53258_combout ; +wire \text_gen|char_ram~11874_q ; +wire \text_gen|char_ram~53184_combout ; +wire \text_gen|char_ram~11888_q ; +wire \text_gen|char_ram~48634_combout ; +wire \text_gen|char_ram~53142_combout ; +wire \text_gen|char_ram~11944_q ; +wire \text_gen|char_ram~53216_combout ; +wire \text_gen|char_ram~11930_q ; +wire \text_gen|char_ram~48635_combout ; +wire \text_gen|char_ram~48638_combout ; +wire \text_gen|char_ram~48641_combout ; +wire \text_gen|char_ram~56392_combout ; +wire \text_gen|char_ram~12098_q ; +wire \text_gen|char_ram~56328_combout ; +wire \text_gen|char_ram~12154_q ; +wire \text_gen|char_ram~48649_combout ; +wire \text_gen|char_ram~56312_combout ; +wire \text_gen|char_ram~12168_q ; +wire \text_gen|char_ram~56360_combout ; +wire \text_gen|char_ram~12112_q ; +wire \text_gen|char_ram~48650_combout ; +wire \text_gen|char_ram~55324_combout ; +wire \text_gen|char_ram~10754_q ; +wire \text_gen|char_ram~55276_combout ; +wire \text_gen|char_ram~10768_q ; +wire \text_gen|char_ram~48646_combout ; +wire \text_gen|char_ram~55272_combout ; +wire \text_gen|char_ram~10824_q ; +wire \text_gen|char_ram~55320_combout ; +wire \text_gen|char_ram~10810_q ; +wire \text_gen|char_ram~48647_combout ; +wire \text_gen|char_ram~53227_combout ; +wire \text_gen|char_ram~11706_q ; +wire \text_gen|char_ram~11720feeder_combout ; +wire \text_gen|char_ram~53153_combout ; +wire \text_gen|char_ram~11720_q ; +wire \text_gen|char_ram~53266_combout ; +wire \text_gen|char_ram~11650_q ; +wire \text_gen|char_ram~11664feeder_combout ; +wire \text_gen|char_ram~53192_combout ; +wire \text_gen|char_ram~11664_q ; +wire \text_gen|char_ram~48644_combout ; +wire \text_gen|char_ram~48645_combout ; +wire \text_gen|char_ram~48648_combout ; +wire \text_gen|char_ram~53987_combout ; +wire \text_gen|char_ram~11202_q ; +wire \text_gen|char_ram~53986_combout ; +wire \text_gen|char_ram~11258_q ; +wire \text_gen|char_ram~48642_combout ; +wire \text_gen|char_ram~53954_combout ; +wire \text_gen|char_ram~11272_q ; +wire \text_gen|char_ram~11216feeder_combout ; +wire \text_gen|char_ram~53955_combout ; +wire \text_gen|char_ram~11216_q ; +wire \text_gen|char_ram~48643_combout ; +wire \text_gen|char_ram~48651_combout ; +wire \text_gen|char_ram~48652_combout ; +wire \text_gen|char_ram~56395_combout ; +wire \text_gen|char_ram~12434_q ; +wire \text_gen|char_ram~56331_combout ; +wire \text_gen|char_ram~12490_q ; +wire \text_gen|char_ram~48660_combout ; +wire \text_gen|char_ram~56315_combout ; +wire \text_gen|char_ram~12504_q ; +wire \text_gen|char_ram~56363_combout ; +wire \text_gen|char_ram~12448_q ; +wire \text_gen|char_ram~48661_combout ; +wire \text_gen|char_ram~53271_combout ; +wire \text_gen|char_ram~11986_q ; +wire \text_gen|char_ram~12000feeder_combout ; +wire \text_gen|char_ram~53197_combout ; +wire \text_gen|char_ram~12000_q ; +wire \text_gen|char_ram~48653_combout ; +wire \text_gen|char_ram~53234_combout ; +wire \text_gen|char_ram~12042_q ; +wire \text_gen|char_ram~53160_combout ; +wire \text_gen|char_ram~12056_q ; +wire \text_gen|char_ram~48654_combout ; +wire \text_gen|char_ram~55325_combout ; +wire \text_gen|char_ram~11090_q ; +wire \text_gen|char_ram~55277_combout ; +wire \text_gen|char_ram~11104_q ; +wire \text_gen|char_ram~48657_combout ; +wire \text_gen|char_ram~55273_combout ; +wire \text_gen|char_ram~11160_q ; +wire \text_gen|char_ram~55321_combout ; +wire \text_gen|char_ram~11146_q ; +wire \text_gen|char_ram~48658_combout ; +wire \text_gen|char_ram~11594feeder_combout ; +wire \text_gen|char_ram~53989_combout ; +wire \text_gen|char_ram~11594_q ; +wire \text_gen|char_ram~53991_combout ; +wire \text_gen|char_ram~11538_q ; +wire \text_gen|char_ram~48655_combout ; +wire \text_gen|char_ram~53957_combout ; +wire \text_gen|char_ram~11608_q ; +wire \text_gen|char_ram~53959_combout ; +wire \text_gen|char_ram~11552_q ; +wire \text_gen|char_ram~48656_combout ; +wire \text_gen|char_ram~48659_combout ; +wire \text_gen|char_ram~48662_combout ; +wire \text_gen|char_ram~11370feeder_combout ; +wire \text_gen|char_ram~53978_combout ; +wire \text_gen|char_ram~11370_q ; +wire \text_gen|char_ram~53979_combout ; +wire \text_gen|char_ram~11314_q ; +wire \text_gen|char_ram~48624_combout ; +wire \text_gen|char_ram~53951_combout ; +wire \text_gen|char_ram~11328_q ; +wire \text_gen|char_ram~53950_combout ; +wire \text_gen|char_ram~11384_q ; +wire \text_gen|char_ram~48625_combout ; +wire \text_gen|char_ram~10922feeder_combout ; +wire \text_gen|char_ram~55319_combout ; +wire \text_gen|char_ram~10922_q ; +wire \text_gen|char_ram~55271_combout ; +wire \text_gen|char_ram~10936_q ; +wire \text_gen|char_ram~10880feeder_combout ; +wire \text_gen|char_ram~55275_combout ; +wire \text_gen|char_ram~10880_q ; +wire \text_gen|char_ram~55323_combout ; +wire \text_gen|char_ram~10866_q ; +wire \text_gen|char_ram~48626_combout ; +wire \text_gen|char_ram~48627_combout ; +wire \text_gen|char_ram~48628_combout ; +wire \text_gen|char_ram~53148_combout ; +wire \text_gen|char_ram~11832_q ; +wire \text_gen|char_ram~11776feeder_combout ; +wire \text_gen|char_ram~53189_combout ; +wire \text_gen|char_ram~11776_q ; +wire \text_gen|char_ram~53263_combout ; +wire \text_gen|char_ram~11762_q ; +wire \text_gen|char_ram~48622_combout ; +wire \text_gen|char_ram~11818feeder_combout ; +wire \text_gen|char_ram~53222_combout ; +wire \text_gen|char_ram~11818_q ; +wire \text_gen|char_ram~48623_combout ; +wire \text_gen|char_ram~56307_combout ; +wire \text_gen|char_ram~12280_q ; +wire \text_gen|char_ram~56355_combout ; +wire \text_gen|char_ram~12224_q ; +wire \text_gen|char_ram~56383_combout ; +wire \text_gen|char_ram~12210_q ; +wire \text_gen|char_ram~56319_combout ; +wire \text_gen|char_ram~12266_q ; +wire \text_gen|char_ram~48629_combout ; +wire \text_gen|char_ram~48630_combout ; +wire \text_gen|char_ram~48631_combout ; +wire \text_gen|char_ram~48663_combout ; +wire \text_gen|char_ram~54047_combout ; +wire \text_gen|char_ram~4258_q ; +wire \text_gen|char_ram~4314feeder_combout ; +wire \text_gen|char_ram~54045_combout ; +wire \text_gen|char_ram~4314_q ; +wire \text_gen|char_ram~48706_combout ; +wire \text_gen|char_ram~54009_combout ; +wire \text_gen|char_ram~4328_q ; +wire \text_gen|char_ram~54011_combout ; +wire \text_gen|char_ram~4272_q ; +wire \text_gen|char_ram~48707_combout ; +wire \text_gen|char_ram~56650_combout ; +wire \text_gen|char_ram~5154_q ; +wire \text_gen|char_ram~56619_combout ; +wire \text_gen|char_ram~5210_q ; +wire \text_gen|char_ram~48713_combout ; +wire \text_gen|char_ram~56555_combout ; +wire \text_gen|char_ram~5224_q ; +wire \text_gen|char_ram~5168feeder_combout ; +wire \text_gen|char_ram~56587_combout ; +wire \text_gen|char_ram~5168_q ; +wire \text_gen|char_ram~48714_combout ; +wire \text_gen|char_ram~55350_combout ; +wire \text_gen|char_ram~3866_q ; +wire \text_gen|char_ram~55286_combout ; +wire \text_gen|char_ram~3880_q ; +wire \text_gen|char_ram~55354_combout ; +wire \text_gen|char_ram~3810_q ; +wire \text_gen|char_ram~55290_combout ; +wire \text_gen|char_ram~3824_q ; +wire \text_gen|char_ram~48710_combout ; +wire \text_gen|char_ram~48711_combout ; +wire \text_gen|char_ram~53218_combout ; +wire \text_gen|char_ram~4762_q ; +wire \text_gen|char_ram~53144_combout ; +wire \text_gen|char_ram~4776_q ; +wire \text_gen|char_ram~53260_combout ; +wire \text_gen|char_ram~4706_q ; +wire \text_gen|char_ram~4720feeder_combout ; +wire \text_gen|char_ram~53186_combout ; +wire \text_gen|char_ram~4720_q ; +wire \text_gen|char_ram~48708_combout ; +wire \text_gen|char_ram~48709_combout ; +wire \text_gen|char_ram~48712_combout ; +wire \text_gen|char_ram~48715_combout ; +wire \text_gen|char_ram~56594_combout ; +wire \text_gen|char_ram~5280_q ; +wire \text_gen|char_ram~56562_combout ; +wire \text_gen|char_ram~5336_q ; +wire \text_gen|char_ram~56658_combout ; +wire \text_gen|char_ram~5266_q ; +wire \text_gen|char_ram~5322feeder_combout ; +wire \text_gen|char_ram~56626_combout ; +wire \text_gen|char_ram~5322_q ; +wire \text_gen|char_ram~48744_combout ; +wire \text_gen|char_ram~48745_combout ; +wire \text_gen|char_ram~53235_combout ; +wire \text_gen|char_ram~4874_q ; +wire \text_gen|char_ram~53161_combout ; +wire \text_gen|char_ram~4888_q ; +wire \text_gen|char_ram~53272_combout ; +wire \text_gen|char_ram~4818_q ; +wire \text_gen|char_ram~53198_combout ; +wire \text_gen|char_ram~4832_q ; +wire \text_gen|char_ram~48737_combout ; +wire \text_gen|char_ram~48738_combout ; +wire \text_gen|char_ram~4384feeder_combout ; +wire \text_gen|char_ram~54023_combout ; +wire \text_gen|char_ram~4384_q ; +wire \text_gen|char_ram~54021_combout ; +wire \text_gen|char_ram~4440_q ; +wire \text_gen|char_ram~54055_combout ; +wire \text_gen|char_ram~4370_q ; +wire \text_gen|char_ram~4426feeder_combout ; +wire \text_gen|char_ram~54053_combout ; +wire \text_gen|char_ram~4426_q ; +wire \text_gen|char_ram~48739_combout ; +wire \text_gen|char_ram~48740_combout ; +wire \text_gen|char_ram~55357_combout ; +wire \text_gen|char_ram~3922_q ; +wire \text_gen|char_ram~55293_combout ; +wire \text_gen|char_ram~3936_q ; +wire \text_gen|char_ram~48741_combout ; +wire \text_gen|char_ram~55289_combout ; +wire \text_gen|char_ram~3992_q ; +wire \text_gen|char_ram~55353_combout ; +wire \text_gen|char_ram~3978_q ; +wire \text_gen|char_ram~48742_combout ; +wire \text_gen|char_ram~48743_combout ; +wire \text_gen|char_ram~48746_combout ; +wire \text_gen|char_ram~54051_combout ; +wire \text_gen|char_ram~4034_q ; +wire \text_gen|char_ram~54049_combout ; +wire \text_gen|char_ram~4090_q ; +wire \text_gen|char_ram~48726_combout ; +wire \text_gen|char_ram~54017_combout ; +wire \text_gen|char_ram~4104_q ; +wire \text_gen|char_ram~54019_combout ; +wire \text_gen|char_ram~4048_q ; +wire \text_gen|char_ram~48727_combout ; +wire \text_gen|char_ram~56654_combout ; +wire \text_gen|char_ram~4930_q ; +wire \text_gen|char_ram~56623_combout ; +wire \text_gen|char_ram~4986_q ; +wire \text_gen|char_ram~48733_combout ; +wire \text_gen|char_ram~56559_combout ; +wire \text_gen|char_ram~5000_q ; +wire \text_gen|char_ram~4944feeder_combout ; +wire \text_gen|char_ram~56591_combout ; +wire \text_gen|char_ram~4944_q ; +wire \text_gen|char_ram~48734_combout ; +wire \text_gen|char_ram~4538feeder_combout ; +wire \text_gen|char_ram~53231_combout ; +wire \text_gen|char_ram~4538_q ; +wire \text_gen|char_ram~53157_combout ; +wire \text_gen|char_ram~4552_q ; +wire \text_gen|char_ram~53268_combout ; +wire \text_gen|char_ram~4482_q ; +wire \text_gen|char_ram~4496feeder_combout ; +wire \text_gen|char_ram~53194_combout ; +wire \text_gen|char_ram~4496_q ; +wire \text_gen|char_ram~48728_combout ; +wire \text_gen|char_ram~48729_combout ; +wire \text_gen|char_ram~55352_combout ; +wire \text_gen|char_ram~3642_q ; +wire \text_gen|char_ram~55288_combout ; +wire \text_gen|char_ram~3656_q ; +wire \text_gen|char_ram~55356_combout ; +wire \text_gen|char_ram~3586_q ; +wire \text_gen|char_ram~55292_combout ; +wire \text_gen|char_ram~3600_q ; +wire \text_gen|char_ram~48730_combout ; +wire \text_gen|char_ram~48731_combout ; +wire \text_gen|char_ram~48732_combout ; +wire \text_gen|char_ram~48735_combout ; +wire \text_gen|char_ram~53264_combout ; +wire \text_gen|char_ram~4594_q ; +wire \text_gen|char_ram~4608feeder_combout ; +wire \text_gen|char_ram~53190_combout ; +wire \text_gen|char_ram~4608_q ; +wire \text_gen|char_ram~48716_combout ; +wire \text_gen|char_ram~53150_combout ; +wire \text_gen|char_ram~4664_q ; +wire \text_gen|char_ram~4650feeder_combout ; +wire \text_gen|char_ram~53224_combout ; +wire \text_gen|char_ram~4650_q ; +wire \text_gen|char_ram~48717_combout ; +wire \text_gen|char_ram~55351_combout ; +wire \text_gen|char_ram~3754_q ; +wire \text_gen|char_ram~55287_combout ; +wire \text_gen|char_ram~3768_q ; +wire \text_gen|char_ram~55355_combout ; +wire \text_gen|char_ram~3698_q ; +wire \text_gen|char_ram~3712feeder_combout ; +wire \text_gen|char_ram~55291_combout ; +wire \text_gen|char_ram~3712_q ; +wire \text_gen|char_ram~48720_combout ; +wire \text_gen|char_ram~48721_combout ; +wire \text_gen|char_ram~4160feeder_combout ; +wire \text_gen|char_ram~54015_combout ; +wire \text_gen|char_ram~4160_q ; +wire \text_gen|char_ram~54013_combout ; +wire \text_gen|char_ram~4216_q ; +wire \text_gen|char_ram~54043_combout ; +wire \text_gen|char_ram~4146_q ; +wire \text_gen|char_ram~54041_combout ; +wire \text_gen|char_ram~4202_q ; +wire \text_gen|char_ram~48718_combout ; +wire \text_gen|char_ram~48719_combout ; +wire \text_gen|char_ram~48722_combout ; +wire \text_gen|char_ram~5056feeder_combout ; +wire \text_gen|char_ram~56582_combout ; +wire \text_gen|char_ram~5056_q ; +wire \text_gen|char_ram~56550_combout ; +wire \text_gen|char_ram~5112_q ; +wire \text_gen|char_ram~56614_combout ; +wire \text_gen|char_ram~5098_q ; +wire \text_gen|char_ram~56646_combout ; +wire \text_gen|char_ram~5042_q ; +wire \text_gen|char_ram~48723_combout ; +wire \text_gen|char_ram~48724_combout ; +wire \text_gen|char_ram~48725_combout ; +wire \text_gen|char_ram~48736_combout ; +wire \text_gen|char_ram~48747_combout ; +wire \text_gen|char_ram~19616feeder_combout ; +wire \text_gen|char_ram~56086_combout ; +wire \text_gen|char_ram~19616_q ; +wire \text_gen|char_ram~56078_combout ; +wire \text_gen|char_ram~19672_q ; +wire \text_gen|char_ram~56150_combout ; +wire \text_gen|char_ram~19602_q ; +wire \text_gen|char_ram~19658feeder_combout ; +wire \text_gen|char_ram~56142_combout ; +wire \text_gen|char_ram~19658_q ; +wire \text_gen|char_ram~48702_combout ; +wire \text_gen|char_ram~48703_combout ; +wire \text_gen|char_ram~53270_combout ; +wire \text_gen|char_ram~19154_q ; +wire \text_gen|char_ram~53196_combout ; +wire \text_gen|char_ram~19168_q ; +wire \text_gen|char_ram~48695_combout ; +wire \text_gen|char_ram~53159_combout ; +wire \text_gen|char_ram~19224_q ; +wire \text_gen|char_ram~53233_combout ; +wire \text_gen|char_ram~19210_q ; +wire \text_gen|char_ram~48696_combout ; +wire \text_gen|char_ram~53927_combout ; +wire \text_gen|char_ram~18706_q ; +wire \text_gen|char_ram~53925_combout ; +wire \text_gen|char_ram~18762_q ; +wire \text_gen|char_ram~48697_combout ; +wire \text_gen|char_ram~53894_combout ; +wire \text_gen|char_ram~18776_q ; +wire \text_gen|char_ram~18720feeder_combout ; +wire \text_gen|char_ram~53886_combout ; +wire \text_gen|char_ram~18720_q ; +wire \text_gen|char_ram~48698_combout ; +wire \text_gen|char_ram~55337_combout ; +wire \text_gen|char_ram~18314_q ; +wire \text_gen|char_ram~55257_combout ; +wire \text_gen|char_ram~18328_q ; +wire \text_gen|char_ram~55261_combout ; +wire \text_gen|char_ram~18272_q ; +wire \text_gen|char_ram~55341_combout ; +wire \text_gen|char_ram~18258_q ; +wire \text_gen|char_ram~48699_combout ; +wire \text_gen|char_ram~48700_combout ; +wire \text_gen|char_ram~48701_combout ; +wire \text_gen|char_ram~48704_combout ; +wire \text_gen|char_ram~53890_combout ; +wire \text_gen|char_ram~18608_q ; +wire \text_gen|char_ram~53882_combout ; +wire \text_gen|char_ram~18664_q ; +wire \text_gen|char_ram~53919_combout ; +wire \text_gen|char_ram~18594_q ; +wire \text_gen|char_ram~18650feeder_combout ; +wire \text_gen|char_ram~53917_combout ; +wire \text_gen|char_ram~18650_q ; +wire \text_gen|char_ram~48664_combout ; +wire \text_gen|char_ram~48665_combout ; +wire \text_gen|char_ram~19504feeder_combout ; +wire \text_gen|char_ram~56038_combout ; +wire \text_gen|char_ram~19504_q ; +wire \text_gen|char_ram~56098_combout ; +wire \text_gen|char_ram~19546_q ; +wire \text_gen|char_ram~56102_combout ; +wire \text_gen|char_ram~19490_q ; +wire \text_gen|char_ram~48671_combout ; +wire \text_gen|char_ram~56034_combout ; +wire \text_gen|char_ram~19560_q ; +wire \text_gen|char_ram~48672_combout ; +wire \text_gen|char_ram~53259_combout ; +wire \text_gen|char_ram~19042_q ; +wire \text_gen|char_ram~19056feeder_combout ; +wire \text_gen|char_ram~53185_combout ; +wire \text_gen|char_ram~19056_q ; +wire \text_gen|char_ram~48666_combout ; +wire \text_gen|char_ram~53143_combout ; +wire \text_gen|char_ram~19112_q ; +wire \text_gen|char_ram~53217_combout ; +wire \text_gen|char_ram~19098_q ; +wire \text_gen|char_ram~48667_combout ; +wire \text_gen|char_ram~55334_combout ; +wire \text_gen|char_ram~18202_q ; +wire \text_gen|char_ram~55254_combout ; +wire \text_gen|char_ram~18216_q ; +wire \text_gen|char_ram~55338_combout ; +wire \text_gen|char_ram~18146_q ; +wire \text_gen|char_ram~18160feeder_combout ; +wire \text_gen|char_ram~55258_combout ; +wire \text_gen|char_ram~18160_q ; +wire \text_gen|char_ram~48668_combout ; +wire \text_gen|char_ram~48669_combout ; +wire \text_gen|char_ram~48670_combout ; +wire \text_gen|char_ram~48673_combout ; +wire \text_gen|char_ram~56110_combout ; +wire \text_gen|char_ram~19434_q ; +wire \text_gen|char_ram~56118_combout ; +wire \text_gen|char_ram~19378_q ; +wire \text_gen|char_ram~48681_combout ; +wire \text_gen|char_ram~56046_combout ; +wire \text_gen|char_ram~19448_q ; +wire \text_gen|char_ram~19392feeder_combout ; +wire \text_gen|char_ram~56054_combout ; +wire \text_gen|char_ram~19392_q ; +wire \text_gen|char_ram~48682_combout ; +wire \text_gen|char_ram~18496feeder_combout ; +wire \text_gen|char_ram~53887_combout ; +wire \text_gen|char_ram~18496_q ; +wire \text_gen|char_ram~53895_combout ; +wire \text_gen|char_ram~18552_q ; +wire \text_gen|char_ram~53915_combout ; +wire \text_gen|char_ram~18482_q ; +wire \text_gen|char_ram~18538feeder_combout ; +wire \text_gen|char_ram~53913_combout ; +wire \text_gen|char_ram~18538_q ; +wire \text_gen|char_ram~48676_combout ; +wire \text_gen|char_ram~48677_combout ; +wire \text_gen|char_ram~55335_combout ; +wire \text_gen|char_ram~18090_q ; +wire \text_gen|char_ram~55255_combout ; +wire \text_gen|char_ram~18104_q ; +wire \text_gen|char_ram~55339_combout ; +wire \text_gen|char_ram~18034_q ; +wire \text_gen|char_ram~55259_combout ; +wire \text_gen|char_ram~18048_q ; +wire \text_gen|char_ram~48678_combout ; +wire \text_gen|char_ram~48679_combout ; +wire \text_gen|char_ram~48680_combout ; +wire \text_gen|char_ram~18986feeder_combout ; +wire \text_gen|char_ram~53220_combout ; +wire \text_gen|char_ram~18986_q ; +wire \text_gen|char_ram~53146_combout ; +wire \text_gen|char_ram~19000_q ; +wire \text_gen|char_ram~53262_combout ; +wire \text_gen|char_ram~18930_q ; +wire \text_gen|char_ram~53188_combout ; +wire \text_gen|char_ram~18944_q ; +wire \text_gen|char_ram~48674_combout ; +wire \text_gen|char_ram~48675_combout ; +wire \text_gen|char_ram~48683_combout ; +wire \text_gen|char_ram~18888feeder_combout ; +wire \text_gen|char_ram~53155_combout ; +wire \text_gen|char_ram~18888_q ; +wire \text_gen|char_ram~53229_combout ; +wire \text_gen|char_ram~18874_q ; +wire \text_gen|char_ram~18832feeder_combout ; +wire \text_gen|char_ram~53193_combout ; +wire \text_gen|char_ram~18832_q ; +wire \text_gen|char_ram~53267_combout ; +wire \text_gen|char_ram~18818_q ; +wire \text_gen|char_ram~48686_combout ; +wire \text_gen|char_ram~48687_combout ; +wire \text_gen|char_ram~55336_combout ; +wire \text_gen|char_ram~17978_q ; +wire \text_gen|char_ram~55256_combout ; +wire \text_gen|char_ram~17992_q ; +wire \text_gen|char_ram~55340_combout ; +wire \text_gen|char_ram~17922_q ; +wire \text_gen|char_ram~55260_combout ; +wire \text_gen|char_ram~17936_q ; +wire \text_gen|char_ram~48688_combout ; +wire \text_gen|char_ram~48689_combout ; +wire \text_gen|char_ram~48690_combout ; +wire \text_gen|char_ram~18384feeder_combout ; +wire \text_gen|char_ram~53891_combout ; +wire \text_gen|char_ram~18384_q ; +wire \text_gen|char_ram~53883_combout ; +wire \text_gen|char_ram~18440_q ; +wire \text_gen|char_ram~53923_combout ; +wire \text_gen|char_ram~18370_q ; +wire \text_gen|char_ram~18426feeder_combout ; +wire \text_gen|char_ram~53921_combout ; +wire \text_gen|char_ram~18426_q ; +wire \text_gen|char_ram~48684_combout ; +wire \text_gen|char_ram~48685_combout ; +wire \text_gen|char_ram~19280feeder_combout ; +wire \text_gen|char_ram~56070_combout ; +wire \text_gen|char_ram~19280_q ; +wire \text_gen|char_ram~56066_combout ; +wire \text_gen|char_ram~19336_q ; +wire \text_gen|char_ram~56134_combout ; +wire \text_gen|char_ram~19266_q ; +wire \text_gen|char_ram~19322feeder_combout ; +wire \text_gen|char_ram~56130_combout ; +wire \text_gen|char_ram~19322_q ; +wire \text_gen|char_ram~48691_combout ; +wire \text_gen|char_ram~48692_combout ; +wire \text_gen|char_ram~48693_combout ; +wire \text_gen|char_ram~48694_combout ; +wire \text_gen|char_ram~48705_combout ; +wire \text_gen|char_ram~48748_combout ; +wire \text_gen|char_ram~53068_combout ; +wire \text_gen|char_ram~53219_combout ; +wire \text_gen|char_ram~26266_q ; +wire \text_gen|char_ram~53145_combout ; +wire \text_gen|char_ram~26280_q ; +wire \text_gen|char_ram~53187_combout ; +wire \text_gen|char_ram~26224_q ; +wire \text_gen|char_ram~53261_combout ; +wire \text_gen|char_ram~26210_q ; +wire \text_gen|char_ram~48761_combout ; +wire \text_gen|char_ram~48762_combout ; +wire \text_gen|char_ram~25370feeder_combout ; +wire \text_gen|char_ram~55237_combout ; +wire \text_gen|char_ram~55366_combout ; +wire \text_gen|char_ram~25370_q ; +wire \text_gen|char_ram~55298_combout ; +wire \text_gen|char_ram~25384_q ; +wire \text_gen|char_ram~55370_combout ; +wire \text_gen|char_ram~25314_q ; +wire \text_gen|char_ram~25328feeder_combout ; +wire \text_gen|char_ram~55306_combout ; +wire \text_gen|char_ram~25328_q ; +wire \text_gen|char_ram~48763_combout ; +wire \text_gen|char_ram~48764_combout ; +wire \text_gen|char_ram~48765_combout ; +wire \text_gen|char_ram~56815_combout ; +wire \text_gen|char_ram~56899_combout ; +wire \text_gen|char_ram~26672_q ; +wire \text_gen|char_ram~56816_combout ; +wire \text_gen|char_ram~26728_q ; +wire \text_gen|char_ram~56907_combout ; +wire \text_gen|char_ram~26658_q ; +wire \text_gen|char_ram~26714feeder_combout ; +wire \text_gen|char_ram~56826_combout ; +wire \text_gen|char_ram~26714_q ; +wire \text_gen|char_ram~48766_combout ; +wire \text_gen|char_ram~48767_combout ; +wire \text_gen|char_ram~25818feeder_combout ; +wire \text_gen|char_ram~54077_combout ; +wire \text_gen|char_ram~54080_combout ; +wire \text_gen|char_ram~25818_q ; +wire \text_gen|char_ram~54113_combout ; +wire \text_gen|char_ram~25762_q ; +wire \text_gen|char_ram~48759_combout ; +wire \text_gen|char_ram~54079_combout ; +wire \text_gen|char_ram~25832_q ; +wire \text_gen|char_ram~54112_combout ; +wire \text_gen|char_ram~25776_q ; +wire \text_gen|char_ram~48760_combout ; +wire \text_gen|char_ram~48768_combout ; +wire \text_gen|char_ram~56915_combout ; +wire \text_gen|char_ram~26448_q ; +wire \text_gen|char_ram~56850_combout ; +wire \text_gen|char_ram~26504_q ; +wire \text_gen|char_ram~56923_combout ; +wire \text_gen|char_ram~26434_q ; +wire \text_gen|char_ram~56858_combout ; +wire \text_gen|char_ram~26490_q ; +wire \text_gen|char_ram~48776_combout ; +wire \text_gen|char_ram~48777_combout ; +wire \text_gen|char_ram~25552feeder_combout ; +wire \text_gen|char_ram~54115_combout ; +wire \text_gen|char_ram~25552_q ; +wire \text_gen|char_ram~54082_combout ; +wire \text_gen|char_ram~25608_q ; +wire \text_gen|char_ram~54117_combout ; +wire \text_gen|char_ram~25538_q ; +wire \text_gen|char_ram~25594feeder_combout ; +wire \text_gen|char_ram~54084_combout ; +wire \text_gen|char_ram~25594_q ; +wire \text_gen|char_ram~48769_combout ; +wire \text_gen|char_ram~48770_combout ; +wire \text_gen|char_ram~53269_combout ; +wire \text_gen|char_ram~25986_q ; +wire \text_gen|char_ram~26000feeder_combout ; +wire \text_gen|char_ram~53195_combout ; +wire \text_gen|char_ram~26000_q ; +wire \text_gen|char_ram~48771_combout ; +wire \text_gen|char_ram~53158_combout ; +wire \text_gen|char_ram~26056_q ; +wire \text_gen|char_ram~53232_combout ; +wire \text_gen|char_ram~26042_q ; +wire \text_gen|char_ram~48772_combout ; +wire \text_gen|char_ram~25146feeder_combout ; +wire \text_gen|char_ram~55368_combout ; +wire \text_gen|char_ram~25146_q ; +wire \text_gen|char_ram~55300_combout ; +wire \text_gen|char_ram~25160_q ; +wire \text_gen|char_ram~55372_combout ; +wire \text_gen|char_ram~25090_q ; +wire \text_gen|char_ram~55308_combout ; +wire \text_gen|char_ram~25104_q ; +wire \text_gen|char_ram~48773_combout ; +wire \text_gen|char_ram~48774_combout ; +wire \text_gen|char_ram~48775_combout ; +wire \text_gen|char_ram~48778_combout ; +wire \text_gen|char_ram~48779_combout ; +wire \text_gen|char_ram~53151_combout ; +wire \text_gen|char_ram~26168_q ; +wire \text_gen|char_ram~53225_combout ; +wire \text_gen|char_ram~26154_q ; +wire \text_gen|char_ram~26112feeder_combout ; +wire \text_gen|char_ram~53191_combout ; +wire \text_gen|char_ram~26112_q ; +wire \text_gen|char_ram~53265_combout ; +wire \text_gen|char_ram~26098_q ; +wire \text_gen|char_ram~48749_combout ; +wire \text_gen|char_ram~48750_combout ; +wire \text_gen|char_ram~56887_combout ; +wire \text_gen|char_ram~26560_q ; +wire \text_gen|char_ram~56838_combout ; +wire \text_gen|char_ram~26616_q ; +wire \text_gen|char_ram~56891_combout ; +wire \text_gen|char_ram~26546_q ; +wire \text_gen|char_ram~56842_combout ; +wire \text_gen|char_ram~26602_q ; +wire \text_gen|char_ram~48756_combout ; +wire \text_gen|char_ram~48757_combout ; +wire \text_gen|char_ram~54107_combout ; +wire \text_gen|char_ram~25664_q ; +wire \text_gen|char_ram~54073_combout ; +wire \text_gen|char_ram~25720_q ; +wire \text_gen|char_ram~54109_combout ; +wire \text_gen|char_ram~25650_q ; +wire \text_gen|char_ram~25706feeder_combout ; +wire \text_gen|char_ram~54075_combout ; +wire \text_gen|char_ram~25706_q ; +wire \text_gen|char_ram~48751_combout ; +wire \text_gen|char_ram~48752_combout ; +wire \text_gen|char_ram~55367_combout ; +wire \text_gen|char_ram~25258_q ; +wire \text_gen|char_ram~55299_combout ; +wire \text_gen|char_ram~25272_q ; +wire \text_gen|char_ram~55371_combout ; +wire \text_gen|char_ram~25202_q ; +wire \text_gen|char_ram~55307_combout ; +wire \text_gen|char_ram~25216_q ; +wire \text_gen|char_ram~48753_combout ; +wire \text_gen|char_ram~48754_combout ; +wire \text_gen|char_ram~48755_combout ; +wire \text_gen|char_ram~48758_combout ; +wire \text_gen|char_ram~55369_combout ; +wire \text_gen|char_ram~25482_q ; +wire \text_gen|char_ram~55301_combout ; +wire \text_gen|char_ram~25496_q ; +wire \text_gen|char_ram~55373_combout ; +wire \text_gen|char_ram~25426_q ; +wire \text_gen|char_ram~55309_combout ; +wire \text_gen|char_ram~25440_q ; +wire \text_gen|char_ram~48784_combout ; +wire \text_gen|char_ram~48785_combout ; +wire \text_gen|char_ram~54120_combout ; +wire \text_gen|char_ram~25888_q ; +wire \text_gen|char_ram~54087_combout ; +wire \text_gen|char_ram~25944_q ; +wire \text_gen|char_ram~25930feeder_combout ; +wire \text_gen|char_ram~54088_combout ; +wire \text_gen|char_ram~25930_q ; +wire \text_gen|char_ram~54121_combout ; +wire \text_gen|char_ram~25874_q ; +wire \text_gen|char_ram~48782_combout ; +wire \text_gen|char_ram~48783_combout ; +wire \text_gen|char_ram~48786_combout ; +wire \text_gen|char_ram~26378feeder_combout ; +wire \text_gen|char_ram~53236_combout ; +wire \text_gen|char_ram~26378_q ; +wire \text_gen|char_ram~53162_combout ; +wire \text_gen|char_ram~26392_q ; +wire \text_gen|char_ram~53273_combout ; +wire \text_gen|char_ram~26322_q ; +wire \text_gen|char_ram~53199_combout ; +wire \text_gen|char_ram~26336_q ; +wire \text_gen|char_ram~48780_combout ; +wire \text_gen|char_ram~48781_combout ; +wire \text_gen|char_ram~56939_combout ; +wire \text_gen|char_ram~26770_q ; +wire \text_gen|char_ram~56875_combout ; +wire \text_gen|char_ram~26826_q ; +wire \text_gen|char_ram~48787_combout ; +wire \text_gen|char_ram~56870_combout ; +wire \text_gen|char_ram~26840_q ; +wire \text_gen|char_ram~26784feeder_combout ; +wire \text_gen|char_ram~56935_combout ; +wire \text_gen|char_ram~26784_q ; +wire \text_gen|char_ram~48788_combout ; +wire \text_gen|char_ram~48789_combout ; +wire \text_gen|char_ram~48790_combout ; +wire \text_gen|char_ram~48791_combout ; +wire \text_gen|char_ram~23018feeder_combout ; +wire \text_gen|char_ram~52985_combout ; +wire \text_gen|char_ram~56843_combout ; +wire \text_gen|char_ram~23018_q ; +wire \text_gen|char_ram~53004_combout ; +wire \text_gen|char_ram~56892_combout ; +wire \text_gen|char_ram~22962_q ; +wire \text_gen|char_ram~49096_combout ; +wire \text_gen|char_ram~52981_combout ; +wire \text_gen|char_ram~56839_combout ; +wire \text_gen|char_ram~23032_q ; +wire \text_gen|char_ram~22976feeder_combout ; +wire \text_gen|char_ram~53000_combout ; +wire \text_gen|char_ram~56888_combout ; +wire \text_gen|char_ram~22976_q ; +wire \text_gen|char_ram~49097_combout ; +wire \text_gen|char_ram~22570feeder_combout ; +wire \text_gen|char_ram~53483_combout ; +wire \text_gen|char_ram~22570_q ; +wire \text_gen|char_ram~53481_combout ; +wire \text_gen|char_ram~22584_q ; +wire \text_gen|char_ram~53547_combout ; +wire \text_gen|char_ram~22514_q ; +wire \text_gen|char_ram~53545_combout ; +wire \text_gen|char_ram~22528_q ; +wire \text_gen|char_ram~49089_combout ; +wire \text_gen|char_ram~49090_combout ; +wire \text_gen|char_ram~54519_combout ; +wire \text_gen|char_ram~22080_q ; +wire \text_gen|char_ram~54531_combout ; +wire \text_gen|char_ram~22136_q ; +wire \text_gen|char_ram~54590_combout ; +wire \text_gen|char_ram~22066_q ; +wire \text_gen|char_ram~54582_combout ; +wire \text_gen|char_ram~22122_q ; +wire \text_gen|char_ram~49091_combout ; +wire \text_gen|char_ram~49092_combout ; +wire \text_gen|char_ram~55628_combout ; +wire \text_gen|char_ram~21674_q ; +wire \text_gen|char_ram~55564_combout ; +wire \text_gen|char_ram~21688_q ; +wire \text_gen|char_ram~55632_combout ; +wire \text_gen|char_ram~21618_q ; +wire \text_gen|char_ram~55568_combout ; +wire \text_gen|char_ram~21632_q ; +wire \text_gen|char_ram~49093_combout ; +wire \text_gen|char_ram~49094_combout ; +wire \text_gen|char_ram~49095_combout ; +wire \text_gen|char_ram~49098_combout ; +wire \text_gen|char_ram~56817_combout ; +wire \text_gen|char_ram~56940_combout ; +wire \text_gen|char_ram~23186_q ; +wire \text_gen|char_ram~56876_combout ; +wire \text_gen|char_ram~23242_q ; +wire \text_gen|char_ram~49127_combout ; +wire \text_gen|char_ram~56871_combout ; +wire \text_gen|char_ram~56872_combout ; +wire \text_gen|char_ram~23256_q ; +wire \text_gen|char_ram~56936_combout ; +wire \text_gen|char_ram~23200_q ; +wire \text_gen|char_ram~49128_combout ; +wire \text_gen|char_ram~53476_combout ; +wire \text_gen|char_ram~53555_combout ; +wire \text_gen|char_ram~22738_q ; +wire \text_gen|char_ram~53554_combout ; +wire \text_gen|char_ram~22752_q ; +wire \text_gen|char_ram~49120_combout ; +wire \text_gen|char_ram~53490_combout ; +wire \text_gen|char_ram~22808_q ; +wire \text_gen|char_ram~22794feeder_combout ; +wire \text_gen|char_ram~53491_combout ; +wire \text_gen|char_ram~22794_q ; +wire \text_gen|char_ram~49121_combout ; +wire \text_gen|char_ram~54451_combout ; +wire \text_gen|char_ram~54517_combout ; +wire \text_gen|char_ram~22304_q ; +wire \text_gen|char_ram~54529_combout ; +wire \text_gen|char_ram~22360_q ; +wire \text_gen|char_ram~22290feeder_combout ; +wire \text_gen|char_ram~54592_combout ; +wire \text_gen|char_ram~22290_q ; +wire \text_gen|char_ram~22346feeder_combout ; +wire \text_gen|char_ram~54584_combout ; +wire \text_gen|char_ram~22346_q ; +wire \text_gen|char_ram~49122_combout ; +wire \text_gen|char_ram~49123_combout ; +wire \text_gen|char_ram~55498_combout ; +wire \text_gen|char_ram~55630_combout ; +wire \text_gen|char_ram~21898_q ; +wire \text_gen|char_ram~55566_combout ; +wire \text_gen|char_ram~21912_q ; +wire \text_gen|char_ram~55570_combout ; +wire \text_gen|char_ram~21856_q ; +wire \text_gen|char_ram~55634_combout ; +wire \text_gen|char_ram~21842_q ; +wire \text_gen|char_ram~49124_combout ; +wire \text_gen|char_ram~49125_combout ; +wire \text_gen|char_ram~49126_combout ; +wire \text_gen|char_ram~49129_combout ; +wire \text_gen|char_ram~53015_combout ; +wire \text_gen|char_ram~56916_combout ; +wire \text_gen|char_ram~22864_q ; +wire \text_gen|char_ram~53017_combout ; +wire \text_gen|char_ram~56924_combout ; +wire \text_gen|char_ram~22850_q ; +wire \text_gen|char_ram~52993_combout ; +wire \text_gen|char_ram~56859_combout ; +wire \text_gen|char_ram~22906_q ; +wire \text_gen|char_ram~49116_combout ; +wire \text_gen|char_ram~22920feeder_combout ; +wire \text_gen|char_ram~52991_combout ; +wire \text_gen|char_ram~56851_combout ; +wire \text_gen|char_ram~22920_q ; +wire \text_gen|char_ram~49117_combout ; +wire \text_gen|char_ram~54527_combout ; +wire \text_gen|char_ram~21968_q ; +wire \text_gen|char_ram~54523_combout ; +wire \text_gen|char_ram~22024_q ; +wire \text_gen|char_ram~54591_combout ; +wire \text_gen|char_ram~21954_q ; +wire \text_gen|char_ram~22010feeder_combout ; +wire \text_gen|char_ram~54583_combout ; +wire \text_gen|char_ram~22010_q ; +wire \text_gen|char_ram~49109_combout ; +wire \text_gen|char_ram~49110_combout ; +wire \text_gen|char_ram~21562feeder_combout ; +wire \text_gen|char_ram~55629_combout ; +wire \text_gen|char_ram~21562_q ; +wire \text_gen|char_ram~55565_combout ; +wire \text_gen|char_ram~21576_q ; +wire \text_gen|char_ram~55569_combout ; +wire \text_gen|char_ram~21520_q ; +wire \text_gen|char_ram~55633_combout ; +wire \text_gen|char_ram~21506_q ; +wire \text_gen|char_ram~49113_combout ; +wire \text_gen|char_ram~49114_combout ; +wire \text_gen|char_ram~53551_combout ; +wire \text_gen|char_ram~22402_q ; +wire \text_gen|char_ram~53549_combout ; +wire \text_gen|char_ram~22416_q ; +wire \text_gen|char_ram~49111_combout ; +wire \text_gen|char_ram~53485_combout ; +wire \text_gen|char_ram~22472_q ; +wire \text_gen|char_ram~53487_combout ; +wire \text_gen|char_ram~22458_q ; +wire \text_gen|char_ram~49112_combout ; +wire \text_gen|char_ram~49115_combout ; +wire \text_gen|char_ram~49118_combout ; +wire \text_gen|char_ram~56900_combout ; +wire \text_gen|char_ram~23088_q ; +wire \text_gen|char_ram~56818_combout ; +wire \text_gen|char_ram~23144_q ; +wire \text_gen|char_ram~56908_combout ; +wire \text_gen|char_ram~23074_q ; +wire \text_gen|char_ram~23130feeder_combout ; +wire \text_gen|char_ram~56827_combout ; +wire \text_gen|char_ram~23130_q ; +wire \text_gen|char_ram~49106_combout ; +wire \text_gen|char_ram~49107_combout ; +wire \text_gen|char_ram~21786feeder_combout ; +wire \text_gen|char_ram~55627_combout ; +wire \text_gen|char_ram~21786_q ; +wire \text_gen|char_ram~55563_combout ; +wire \text_gen|char_ram~21800_q ; +wire \text_gen|char_ram~55631_combout ; +wire \text_gen|char_ram~21730_q ; +wire \text_gen|char_ram~21744feeder_combout ; +wire \text_gen|char_ram~55567_combout ; +wire \text_gen|char_ram~21744_q ; +wire \text_gen|char_ram~49103_combout ; +wire \text_gen|char_ram~49104_combout ; +wire \text_gen|char_ram~53543_combout ; +wire \text_gen|char_ram~22626_q ; +wire \text_gen|char_ram~53542_combout ; +wire \text_gen|char_ram~22640_q ; +wire \text_gen|char_ram~49101_combout ; +wire \text_gen|char_ram~53478_combout ; +wire \text_gen|char_ram~22696_q ; +wire \text_gen|char_ram~22682feeder_combout ; +wire \text_gen|char_ram~53479_combout ; +wire \text_gen|char_ram~22682_q ; +wire \text_gen|char_ram~49102_combout ; +wire \text_gen|char_ram~49105_combout ; +wire \text_gen|char_ram~54589_combout ; +wire \text_gen|char_ram~22178_q ; +wire \text_gen|char_ram~22234feeder_combout ; +wire \text_gen|char_ram~54581_combout ; +wire \text_gen|char_ram~22234_q ; +wire \text_gen|char_ram~49099_combout ; +wire \text_gen|char_ram~54521_combout ; +wire \text_gen|char_ram~22248_q ; +wire \text_gen|char_ram~54525_combout ; +wire \text_gen|char_ram~22192_q ; +wire \text_gen|char_ram~49100_combout ; +wire \text_gen|char_ram~49108_combout ; +wire \text_gen|char_ram~49119_combout ; +wire \text_gen|char_ram~49130_combout ; +wire \text_gen|char_ram~52833_combout ; +wire \text_gen|char_ram~56071_combout ; +wire \text_gen|char_ram~15696_q ; +wire \text_gen|char_ram~52822_combout ; +wire \text_gen|char_ram~56067_combout ; +wire \text_gen|char_ram~15752_q ; +wire \text_gen|char_ram~52866_combout ; +wire \text_gen|char_ram~56131_combout ; +wire \text_gen|char_ram~15738_q ; +wire \text_gen|char_ram~52868_combout ; +wire \text_gen|char_ram~56135_combout ; +wire \text_gen|char_ram~15682_q ; +wire \text_gen|char_ram~48989_combout ; +wire \text_gen|char_ram~48990_combout ; +wire \text_gen|char_ram~54479_combout ; +wire \text_gen|char_ram~14800_q ; +wire \text_gen|char_ram~14856feeder_combout ; +wire \text_gen|char_ram~54475_combout ; +wire \text_gen|char_ram~14856_q ; +wire \text_gen|char_ram~54543_combout ; +wire \text_gen|char_ram~14786_q ; +wire \text_gen|char_ram~14842feeder_combout ; +wire \text_gen|char_ram~54539_combout ; +wire \text_gen|char_ram~14842_q ; +wire \text_gen|char_ram~48982_combout ; +wire \text_gen|char_ram~48983_combout ; +wire \text_gen|char_ram~55581_combout ; +wire \text_gen|char_ram~14394_q ; +wire \text_gen|char_ram~55533_combout ; +wire \text_gen|char_ram~14408_q ; +wire \text_gen|char_ram~14352feeder_combout ; +wire \text_gen|char_ram~55537_combout ; +wire \text_gen|char_ram~14352_q ; +wire \text_gen|char_ram~55585_combout ; +wire \text_gen|char_ram~14338_q ; +wire \text_gen|char_ram~48986_combout ; +wire \text_gen|char_ram~48987_combout ; +wire \text_gen|char_ram~15290feeder_combout ; +wire \text_gen|char_ram~53453_combout ; +wire \text_gen|char_ram~15290_q ; +wire \text_gen|char_ram~53451_combout ; +wire \text_gen|char_ram~15304_q ; +wire \text_gen|char_ram~53517_combout ; +wire \text_gen|char_ram~15248_q ; +wire \text_gen|char_ram~53519_combout ; +wire \text_gen|char_ram~15234_q ; +wire \text_gen|char_ram~48984_combout ; +wire \text_gen|char_ram~48985_combout ; +wire \text_gen|char_ram~48988_combout ; +wire \text_gen|char_ram~48991_combout ; +wire \text_gen|char_ram~15808feeder_combout ; +wire \text_gen|char_ram~56055_combout ; +wire \text_gen|char_ram~15808_q ; +wire \text_gen|char_ram~56047_combout ; +wire \text_gen|char_ram~15864_q ; +wire \text_gen|char_ram~56111_combout ; +wire \text_gen|char_ram~15850_q ; +wire \text_gen|char_ram~56119_combout ; +wire \text_gen|char_ram~15794_q ; +wire \text_gen|char_ram~48979_combout ; +wire \text_gen|char_ram~48980_combout ; +wire \text_gen|char_ram~53445_combout ; +wire \text_gen|char_ram~15402_q ; +wire \text_gen|char_ram~53443_combout ; +wire \text_gen|char_ram~15416_q ; +wire \text_gen|char_ram~53509_combout ; +wire \text_gen|char_ram~15360_q ; +wire \text_gen|char_ram~53511_combout ; +wire \text_gen|char_ram~15346_q ; +wire \text_gen|char_ram~48972_combout ; +wire \text_gen|char_ram~48973_combout ; +wire \text_gen|char_ram~14520feeder_combout ; +wire \text_gen|char_ram~55532_combout ; +wire \text_gen|char_ram~14520_q ; +wire \text_gen|char_ram~55580_combout ; +wire \text_gen|char_ram~14506_q ; +wire \text_gen|char_ram~55584_combout ; +wire \text_gen|char_ram~14450_q ; +wire \text_gen|char_ram~14464feeder_combout ; +wire \text_gen|char_ram~55536_combout ; +wire \text_gen|char_ram~14464_q ; +wire \text_gen|char_ram~48976_combout ; +wire \text_gen|char_ram~48977_combout ; +wire \text_gen|char_ram~54477_combout ; +wire \text_gen|char_ram~14912_q ; +wire \text_gen|char_ram~54473_combout ; +wire \text_gen|char_ram~14968_q ; +wire \text_gen|char_ram~54547_combout ; +wire \text_gen|char_ram~14954_q ; +wire \text_gen|char_ram~54535_combout ; +wire \text_gen|char_ram~14898_q ; +wire \text_gen|char_ram~48974_combout ; +wire \text_gen|char_ram~48975_combout ; +wire \text_gen|char_ram~48978_combout ; +wire \text_gen|char_ram~48981_combout ; +wire \text_gen|char_ram~48992_combout ; +wire \text_gen|char_ram~56087_combout ; +wire \text_gen|char_ram~16032_q ; +wire \text_gen|char_ram~56079_combout ; +wire \text_gen|char_ram~16088_q ; +wire \text_gen|char_ram~56151_combout ; +wire \text_gen|char_ram~16018_q ; +wire \text_gen|char_ram~56143_combout ; +wire \text_gen|char_ram~16074_q ; +wire \text_gen|char_ram~49000_combout ; +wire \text_gen|char_ram~49001_combout ; +wire \text_gen|char_ram~53457_combout ; +wire \text_gen|char_ram~15626_q ; +wire \text_gen|char_ram~53456_combout ; +wire \text_gen|char_ram~15640_q ; +wire \text_gen|char_ram~53522_combout ; +wire \text_gen|char_ram~15584_q ; +wire \text_gen|char_ram~53523_combout ; +wire \text_gen|char_ram~15570_q ; +wire \text_gen|char_ram~48993_combout ; +wire \text_gen|char_ram~48994_combout ; +wire \text_gen|char_ram~54469_combout ; +wire \text_gen|char_ram~15136_q ; +wire \text_gen|char_ram~54481_combout ; +wire \text_gen|char_ram~15192_q ; +wire \text_gen|char_ram~54533_combout ; +wire \text_gen|char_ram~15122_q ; +wire \text_gen|char_ram~15178feeder_combout ; +wire \text_gen|char_ram~54545_combout ; +wire \text_gen|char_ram~15178_q ; +wire \text_gen|char_ram~48995_combout ; +wire \text_gen|char_ram~48996_combout ; +wire \text_gen|char_ram~14730feeder_combout ; +wire \text_gen|char_ram~55582_combout ; +wire \text_gen|char_ram~14730_q ; +wire \text_gen|char_ram~55534_combout ; +wire \text_gen|char_ram~14744_q ; +wire \text_gen|char_ram~55586_combout ; +wire \text_gen|char_ram~14674_q ; +wire \text_gen|char_ram~55538_combout ; +wire \text_gen|char_ram~14688_q ; +wire \text_gen|char_ram~48997_combout ; +wire \text_gen|char_ram~48998_combout ; +wire \text_gen|char_ram~48999_combout ; +wire \text_gen|char_ram~49002_combout ; +wire \text_gen|char_ram~54541_combout ; +wire \text_gen|char_ram~15010_q ; +wire \text_gen|char_ram~15066feeder_combout ; +wire \text_gen|char_ram~54537_combout ; +wire \text_gen|char_ram~15066_q ; +wire \text_gen|char_ram~48962_combout ; +wire \text_gen|char_ram~54471_combout ; +wire \text_gen|char_ram~15024_q ; +wire \text_gen|char_ram~15080feeder_combout ; +wire \text_gen|char_ram~54483_combout ; +wire \text_gen|char_ram~15080_q ; +wire \text_gen|char_ram~48963_combout ; +wire \text_gen|char_ram~56039_combout ; +wire \text_gen|char_ram~15920_q ; +wire \text_gen|char_ram~56035_combout ; +wire \text_gen|char_ram~15976_q ; +wire \text_gen|char_ram~56103_combout ; +wire \text_gen|char_ram~15906_q ; +wire \text_gen|char_ram~15962feeder_combout ; +wire \text_gen|char_ram~56099_combout ; +wire \text_gen|char_ram~15962_q ; +wire \text_gen|char_ram~48969_combout ; +wire \text_gen|char_ram~48970_combout ; +wire \text_gen|char_ram~14618feeder_combout ; +wire \text_gen|char_ram~55579_combout ; +wire \text_gen|char_ram~14618_q ; +wire \text_gen|char_ram~55531_combout ; +wire \text_gen|char_ram~14632_q ; +wire \text_gen|char_ram~55583_combout ; +wire \text_gen|char_ram~14562_q ; +wire \text_gen|char_ram~55535_combout ; +wire \text_gen|char_ram~14576_q ; +wire \text_gen|char_ram~48966_combout ; +wire \text_gen|char_ram~48967_combout ; +wire \text_gen|char_ram~53515_combout ; +wire \text_gen|char_ram~15458_q ; +wire \text_gen|char_ram~53514_combout ; +wire \text_gen|char_ram~15472_q ; +wire \text_gen|char_ram~48964_combout ; +wire \text_gen|char_ram~53448_combout ; +wire \text_gen|char_ram~15528_q ; +wire \text_gen|char_ram~53449_combout ; +wire \text_gen|char_ram~15514_q ; +wire \text_gen|char_ram~48965_combout ; +wire \text_gen|char_ram~48968_combout ; +wire \text_gen|char_ram~48971_combout ; +wire \text_gen|char_ram~49003_combout ; +wire \text_gen|char_ram~54433_combout ; +wire \text_gen|char_ram~54509_combout ; +wire \text_gen|char_ram~688_q ; +wire \text_gen|char_ram~54573_combout ; +wire \text_gen|char_ram~674_q ; +wire \text_gen|char_ram~730feeder_combout ; +wire \text_gen|char_ram~54569_combout ; +wire \text_gen|char_ram~730_q ; +wire \text_gen|char_ram~49046_combout ; +wire \text_gen|char_ram~54505_combout ; +wire \text_gen|char_ram~744_q ; +wire \text_gen|char_ram~49047_combout ; +wire \text_gen|char_ram~1626feeder_combout ; +wire \text_gen|char_ram~56507_combout ; +wire \text_gen|char_ram~56620_combout ; +wire \text_gen|char_ram~1626_q ; +wire \text_gen|char_ram~56652_combout ; +wire \text_gen|char_ram~1570_q ; +wire \text_gen|char_ram~49053_combout ; +wire \text_gen|char_ram~56556_combout ; +wire \text_gen|char_ram~1640_q ; +wire \text_gen|char_ram~1584feeder_combout ; +wire \text_gen|char_ram~56588_combout ; +wire \text_gen|char_ram~1584_q ; +wire \text_gen|char_ram~49054_combout ; +wire \text_gen|char_ram~55480_combout ; +wire \text_gen|char_ram~55611_combout ; +wire \text_gen|char_ram~282_q ; +wire \text_gen|char_ram~55547_combout ; +wire \text_gen|char_ram~296_q ; +wire \text_gen|char_ram~55551_combout ; +wire \text_gen|char_ram~240_q ; +wire \text_gen|char_ram~55616_combout ; +wire \text_gen|char_ram~226_q ; +wire \text_gen|char_ram~49050_combout ; +wire \text_gen|char_ram~49051_combout ; +wire \text_gen|char_ram~53463_combout ; +wire \text_gen|char_ram~53466_combout ; +wire \text_gen|char_ram~1178_q ; +wire \text_gen|char_ram~53465_combout ; +wire \text_gen|char_ram~1192_q ; +wire \text_gen|char_ram~53531_combout ; +wire \text_gen|char_ram~1122_q ; +wire \text_gen|char_ram~1136feeder_combout ; +wire \text_gen|char_ram~53530_combout ; +wire \text_gen|char_ram~1136_q ; +wire \text_gen|char_ram~49048_combout ; +wire \text_gen|char_ram~49049_combout ; +wire \text_gen|char_ram~49052_combout ; +wire \text_gen|char_ram~49055_combout ; +wire \text_gen|char_ram~1472feeder_combout ; +wire \text_gen|char_ram~52894_combout ; +wire \text_gen|char_ram~56584_combout ; +wire \text_gen|char_ram~1472_q ; +wire \text_gen|char_ram~52942_combout ; +wire \text_gen|char_ram~56616_combout ; +wire \text_gen|char_ram~1514_q ; +wire \text_gen|char_ram~52940_combout ; +wire \text_gen|char_ram~56648_combout ; +wire \text_gen|char_ram~1458_q ; +wire \text_gen|char_ram~49063_combout ; +wire \text_gen|char_ram~52896_combout ; +wire \text_gen|char_ram~56552_combout ; +wire \text_gen|char_ram~1528_q ; +wire \text_gen|char_ram~49064_combout ; +wire \text_gen|char_ram~576feeder_combout ; +wire \text_gen|char_ram~54503_combout ; +wire \text_gen|char_ram~576_q ; +wire \text_gen|char_ram~54515_combout ; +wire \text_gen|char_ram~632_q ; +wire \text_gen|char_ram~54570_combout ; +wire \text_gen|char_ram~618_q ; +wire \text_gen|char_ram~54574_combout ; +wire \text_gen|char_ram~562_q ; +wire \text_gen|char_ram~49056_combout ; +wire \text_gen|char_ram~49057_combout ; +wire \text_gen|char_ram~170feeder_combout ; +wire \text_gen|char_ram~55612_combout ; +wire \text_gen|char_ram~170_q ; +wire \text_gen|char_ram~55548_combout ; +wire \text_gen|char_ram~184_q ; +wire \text_gen|char_ram~55615_combout ; +wire \text_gen|char_ram~114_q ; +wire \text_gen|char_ram~55552_combout ; +wire \text_gen|char_ram~128_q ; +wire \text_gen|char_ram~49060_combout ; +wire \text_gen|char_ram~49061_combout ; +wire \text_gen|char_ram~53461_combout ; +wire \text_gen|char_ram~1066_q ; +wire \text_gen|char_ram~53459_combout ; +wire \text_gen|char_ram~1080_q ; +wire \text_gen|char_ram~53527_combout ; +wire \text_gen|char_ram~1010_q ; +wire \text_gen|char_ram~53525_combout ; +wire \text_gen|char_ram~1024_q ; +wire \text_gen|char_ram~49058_combout ; +wire \text_gen|char_ram~49059_combout ; +wire \text_gen|char_ram~49062_combout ; +wire \text_gen|char_ram~49065_combout ; +wire \text_gen|char_ram~52906_combout ; +wire \text_gen|char_ram~56592_combout ; +wire \text_gen|char_ram~1360_q ; +wire \text_gen|char_ram~52908_combout ; +wire \text_gen|char_ram~56560_combout ; +wire \text_gen|char_ram~1416_q ; +wire \text_gen|char_ram~52946_combout ; +wire \text_gen|char_ram~56656_combout ; +wire \text_gen|char_ram~1346_q ; +wire \text_gen|char_ram~52948_combout ; +wire \text_gen|char_ram~56624_combout ; +wire \text_gen|char_ram~1402_q ; +wire \text_gen|char_ram~49073_combout ; +wire \text_gen|char_ram~49074_combout ; +wire \text_gen|char_ram~954feeder_combout ; +wire \text_gen|char_ram~53470_combout ; +wire \text_gen|char_ram~954_q ; +wire \text_gen|char_ram~53468_combout ; +wire \text_gen|char_ram~968_q ; +wire \text_gen|char_ram~53533_combout ; +wire \text_gen|char_ram~912_q ; +wire \text_gen|char_ram~53535_combout ; +wire \text_gen|char_ram~898_q ; +wire \text_gen|char_ram~49068_combout ; +wire \text_gen|char_ram~49069_combout ; +wire \text_gen|char_ram~55613_combout ; +wire \text_gen|char_ram~58_q ; +wire \text_gen|char_ram~55549_combout ; +wire \text_gen|char_ram~72_q ; +wire \text_gen|char_ram~55617_combout ; +wire \text_gen|char_ram~2_q ; +wire \text_gen|char_ram~55553_combout ; +wire \text_gen|char_ram~16_q ; +wire \text_gen|char_ram~49070_combout ; +wire \text_gen|char_ram~49071_combout ; +wire \text_gen|char_ram~49072_combout ; +wire \text_gen|char_ram~54511_combout ; +wire \text_gen|char_ram~464_q ; +wire \text_gen|char_ram~54575_combout ; +wire \text_gen|char_ram~450_q ; +wire \text_gen|char_ram~54571_combout ; +wire \text_gen|char_ram~506_q ; +wire \text_gen|char_ram~49066_combout ; +wire \text_gen|char_ram~54507_combout ; +wire \text_gen|char_ram~520_q ; +wire \text_gen|char_ram~49067_combout ; +wire \text_gen|char_ram~49075_combout ; +wire \text_gen|char_ram~49076_combout ; +wire \text_gen|char_ram~54501_combout ; +wire \text_gen|char_ram~800_q ; +wire \text_gen|char_ram~54513_combout ; +wire \text_gen|char_ram~856_q ; +wire \text_gen|char_ram~54576_combout ; +wire \text_gen|char_ram~786_q ; +wire \text_gen|char_ram~842feeder_combout ; +wire \text_gen|char_ram~54572_combout ; +wire \text_gen|char_ram~842_q ; +wire \text_gen|char_ram~49077_combout ; +wire \text_gen|char_ram~49078_combout ; +wire \text_gen|char_ram~56596_combout ; +wire \text_gen|char_ram~1696_q ; +wire \text_gen|char_ram~56564_combout ; +wire \text_gen|char_ram~1752_q ; +wire \text_gen|char_ram~56628_combout ; +wire \text_gen|char_ram~1738_q ; +wire \text_gen|char_ram~56660_combout ; +wire \text_gen|char_ram~1682_q ; +wire \text_gen|char_ram~49084_combout ; +wire \text_gen|char_ram~49085_combout ; +wire \text_gen|char_ram~53539_combout ; +wire \text_gen|char_ram~1234_q ; +wire \text_gen|char_ram~53538_combout ; +wire \text_gen|char_ram~1248_q ; +wire \text_gen|char_ram~49079_combout ; +wire \text_gen|char_ram~53473_combout ; +wire \text_gen|char_ram~1304_q ; +wire \text_gen|char_ram~53474_combout ; +wire \text_gen|char_ram~1290_q ; +wire \text_gen|char_ram~49080_combout ; +wire \text_gen|char_ram~394feeder_combout ; +wire \text_gen|char_ram~55614_combout ; +wire \text_gen|char_ram~394_q ; +wire \text_gen|char_ram~55550_combout ; +wire \text_gen|char_ram~408_q ; +wire \text_gen|char_ram~55554_combout ; +wire \text_gen|char_ram~352_q ; +wire \text_gen|char_ram~55618_combout ; +wire \text_gen|char_ram~338_q ; +wire \text_gen|char_ram~49081_combout ; +wire \text_gen|char_ram~49082_combout ; +wire \text_gen|char_ram~49083_combout ; +wire \text_gen|char_ram~49086_combout ; +wire \text_gen|char_ram~49087_combout ; +wire \text_gen|char_ram~8752feeder_combout ; +wire \text_gen|char_ram~56353_combout ; +wire \text_gen|char_ram~8752_q ; +wire \text_gen|char_ram~56305_combout ; +wire \text_gen|char_ram~8808_q ; +wire \text_gen|char_ram~56389_combout ; +wire \text_gen|char_ram~8738_q ; +wire \text_gen|char_ram~56325_combout ; +wire \text_gen|char_ram~8794_q ; +wire \text_gen|char_ram~49021_combout ; +wire \text_gen|char_ram~49022_combout ; +wire \text_gen|char_ram~7856feeder_combout ; +wire \text_gen|char_ram~54493_combout ; +wire \text_gen|char_ram~7856_q ; +wire \text_gen|char_ram~54485_combout ; +wire \text_gen|char_ram~7912_q ; +wire \text_gen|char_ram~54551_combout ; +wire \text_gen|char_ram~7842_q ; +wire \text_gen|char_ram~54563_combout ; +wire \text_gen|char_ram~7898_q ; +wire \text_gen|char_ram~49014_combout ; +wire \text_gen|char_ram~49015_combout ; +wire \text_gen|char_ram~55595_combout ; +wire \text_gen|char_ram~7450_q ; +wire \text_gen|char_ram~55599_combout ; +wire \text_gen|char_ram~7394_q ; +wire \text_gen|char_ram~7408feeder_combout ; +wire \text_gen|char_ram~55519_combout ; +wire \text_gen|char_ram~7408_q ; +wire \text_gen|char_ram~49018_combout ; +wire \text_gen|char_ram~7464feeder_combout ; +wire \text_gen|char_ram~55515_combout ; +wire \text_gen|char_ram~7464_q ; +wire \text_gen|char_ram~49019_combout ; +wire \text_gen|char_ram~53429_combout ; +wire \text_gen|char_ram~8346_q ; +wire \text_gen|char_ram~53428_combout ; +wire \text_gen|char_ram~8360_q ; +wire \text_gen|char_ram~53495_combout ; +wire \text_gen|char_ram~8290_q ; +wire \text_gen|char_ram~53494_combout ; +wire \text_gen|char_ram~8304_q ; +wire \text_gen|char_ram~49016_combout ; +wire \text_gen|char_ram~49017_combout ; +wire \text_gen|char_ram~49020_combout ; +wire \text_gen|char_ram~49023_combout ; +wire \text_gen|char_ram~52789_combout ; +wire \text_gen|char_ram~54559_combout ; +wire \text_gen|char_ram~7618_q ; +wire \text_gen|char_ram~7674feeder_combout ; +wire \text_gen|char_ram~52791_combout ; +wire \text_gen|char_ram~54555_combout ; +wire \text_gen|char_ram~7674_q ; +wire \text_gen|char_ram~49024_combout ; +wire \text_gen|char_ram~52769_combout ; +wire \text_gen|char_ram~54487_combout ; +wire \text_gen|char_ram~7688_q ; +wire \text_gen|char_ram~7632feeder_combout ; +wire \text_gen|char_ram~52767_combout ; +wire \text_gen|char_ram~54495_combout ; +wire \text_gen|char_ram~7632_q ; +wire \text_gen|char_ram~49025_combout ; +wire \text_gen|char_ram~56361_combout ; +wire \text_gen|char_ram~8528_q ; +wire \text_gen|char_ram~56313_combout ; +wire \text_gen|char_ram~8584_q ; +wire \text_gen|char_ram~56393_combout ; +wire \text_gen|char_ram~8514_q ; +wire \text_gen|char_ram~8570feeder_combout ; +wire \text_gen|char_ram~56329_combout ; +wire \text_gen|char_ram~8570_q ; +wire \text_gen|char_ram~49031_combout ; +wire \text_gen|char_ram~49032_combout ; +wire \text_gen|char_ram~53437_combout ; +wire \text_gen|char_ram~8122_q ; +wire \text_gen|char_ram~53435_combout ; +wire \text_gen|char_ram~8136_q ; +wire \text_gen|char_ram~53503_combout ; +wire \text_gen|char_ram~8066_q ; +wire \text_gen|char_ram~8080feeder_combout ; +wire \text_gen|char_ram~53501_combout ; +wire \text_gen|char_ram~8080_q ; +wire \text_gen|char_ram~49026_combout ; +wire \text_gen|char_ram~49027_combout ; +wire \text_gen|char_ram~7226feeder_combout ; +wire \text_gen|char_ram~55597_combout ; +wire \text_gen|char_ram~7226_q ; +wire \text_gen|char_ram~55517_combout ; +wire \text_gen|char_ram~7240_q ; +wire \text_gen|char_ram~55521_combout ; +wire \text_gen|char_ram~7184_q ; +wire \text_gen|char_ram~55601_combout ; +wire \text_gen|char_ram~7170_q ; +wire \text_gen|char_ram~49028_combout ; +wire \text_gen|char_ram~49029_combout ; +wire \text_gen|char_ram~49030_combout ; +wire \text_gen|char_ram~49033_combout ; +wire \text_gen|char_ram~49034_combout ; +wire \text_gen|char_ram~56365_combout ; +wire \text_gen|char_ram~8864_q ; +wire \text_gen|char_ram~56317_combout ; +wire \text_gen|char_ram~8920_q ; +wire \text_gen|char_ram~56397_combout ; +wire \text_gen|char_ram~8850_q ; +wire \text_gen|char_ram~8906feeder_combout ; +wire \text_gen|char_ram~56333_combout ; +wire \text_gen|char_ram~8906_q ; +wire \text_gen|char_ram~49042_combout ; +wire \text_gen|char_ram~49043_combout ; +wire \text_gen|char_ram~53441_combout ; +wire \text_gen|char_ram~8458_q ; +wire \text_gen|char_ram~53440_combout ; +wire \text_gen|char_ram~8472_q ; +wire \text_gen|char_ram~53507_combout ; +wire \text_gen|char_ram~8402_q ; +wire \text_gen|char_ram~8416feeder_combout ; +wire \text_gen|char_ram~53506_combout ; +wire \text_gen|char_ram~8416_q ; +wire \text_gen|char_ram~49035_combout ; +wire \text_gen|char_ram~49036_combout ; +wire \text_gen|char_ram~7562feeder_combout ; +wire \text_gen|char_ram~55598_combout ; +wire \text_gen|char_ram~7562_q ; +wire \text_gen|char_ram~55518_combout ; +wire \text_gen|char_ram~7576_q ; +wire \text_gen|char_ram~55602_combout ; +wire \text_gen|char_ram~7506_q ; +wire \text_gen|char_ram~7520feeder_combout ; +wire \text_gen|char_ram~55522_combout ; +wire \text_gen|char_ram~7520_q ; +wire \text_gen|char_ram~49039_combout ; +wire \text_gen|char_ram~49040_combout ; +wire \text_gen|char_ram~7968feeder_combout ; +wire \text_gen|char_ram~54496_combout ; +wire \text_gen|char_ram~7968_q ; +wire \text_gen|char_ram~54488_combout ; +wire \text_gen|char_ram~8024_q ; +wire \text_gen|char_ram~54549_combout ; +wire \text_gen|char_ram~7954_q ; +wire \text_gen|char_ram~8010feeder_combout ; +wire \text_gen|char_ram~54561_combout ; +wire \text_gen|char_ram~8010_q ; +wire \text_gen|char_ram~49037_combout ; +wire \text_gen|char_ram~49038_combout ; +wire \text_gen|char_ram~49041_combout ; +wire \text_gen|char_ram~49044_combout ; +wire \text_gen|char_ram~56357_combout ; +wire \text_gen|char_ram~8640_q ; +wire \text_gen|char_ram~56309_combout ; +wire \text_gen|char_ram~8696_q ; +wire \text_gen|char_ram~56385_combout ; +wire \text_gen|char_ram~8626_q ; +wire \text_gen|char_ram~8682feeder_combout ; +wire \text_gen|char_ram~56321_combout ; +wire \text_gen|char_ram~8682_q ; +wire \text_gen|char_ram~49011_combout ; +wire \text_gen|char_ram~49012_combout ; +wire \text_gen|char_ram~8234feeder_combout ; +wire \text_gen|char_ram~53433_combout ; +wire \text_gen|char_ram~8234_q ; +wire \text_gen|char_ram~53431_combout ; +wire \text_gen|char_ram~8248_q ; +wire \text_gen|char_ram~53497_combout ; +wire \text_gen|char_ram~8192_q ; +wire \text_gen|char_ram~53499_combout ; +wire \text_gen|char_ram~8178_q ; +wire \text_gen|char_ram~49004_combout ; +wire \text_gen|char_ram~49005_combout ; +wire \text_gen|char_ram~7744feeder_combout ; +wire \text_gen|char_ram~54494_combout ; +wire \text_gen|char_ram~7744_q ; +wire \text_gen|char_ram~54486_combout ; +wire \text_gen|char_ram~7800_q ; +wire \text_gen|char_ram~54557_combout ; +wire \text_gen|char_ram~7730_q ; +wire \text_gen|char_ram~7786feeder_combout ; +wire \text_gen|char_ram~54553_combout ; +wire \text_gen|char_ram~7786_q ; +wire \text_gen|char_ram~49006_combout ; +wire \text_gen|char_ram~49007_combout ; +wire \text_gen|char_ram~7338feeder_combout ; +wire \text_gen|char_ram~55596_combout ; +wire \text_gen|char_ram~7338_q ; +wire \text_gen|char_ram~55516_combout ; +wire \text_gen|char_ram~7352_q ; +wire \text_gen|char_ram~55600_combout ; +wire \text_gen|char_ram~7282_q ; +wire \text_gen|char_ram~7296feeder_combout ; +wire \text_gen|char_ram~55520_combout ; +wire \text_gen|char_ram~7296_q ; +wire \text_gen|char_ram~49008_combout ; +wire \text_gen|char_ram~49009_combout ; +wire \text_gen|char_ram~49010_combout ; +wire \text_gen|char_ram~49013_combout ; +wire \text_gen|char_ram~49045_combout ; +wire \text_gen|char_ram~49088_combout ; +wire \text_gen|char_ram~49131_combout ; +wire \text_gen|char_ram~52976_combout ; +wire \text_gen|char_ram~53039_combout ; +wire \text_gen|char_ram~24530_q ; +wire \text_gen|char_ram~53037_combout ; +wire \text_gen|char_ram~24544_q ; +wire \text_gen|char_ram~48950_combout ; +wire \text_gen|char_ram~52996_combout ; +wire \text_gen|char_ram~24600_q ; +wire \text_gen|char_ram~24586feeder_combout ; +wire \text_gen|char_ram~52998_combout ; +wire \text_gen|char_ram~24586_q ; +wire \text_gen|char_ram~48951_combout ; +wire \text_gen|char_ram~56813_combout ; +wire \text_gen|char_ram~56934_combout ; +wire \text_gen|char_ram~24992_q ; +wire \text_gen|char_ram~56874_combout ; +wire \text_gen|char_ram~25034_q ; +wire \text_gen|char_ram~56938_combout ; +wire \text_gen|char_ram~24978_q ; +wire \text_gen|char_ram~48957_combout ; +wire \text_gen|char_ram~56869_combout ; +wire \text_gen|char_ram~25048_q ; +wire \text_gen|char_ram~48958_combout ; +wire \text_gen|char_ram~54988_combout ; +wire \text_gen|char_ram~54991_combout ; +wire \text_gen|char_ram~23690_q ; +wire \text_gen|char_ram~55003_combout ; +wire \text_gen|char_ram~23704_q ; +wire \text_gen|char_ram~55112_combout ; +wire \text_gen|char_ram~23634_q ; +wire \text_gen|char_ram~55104_combout ; +wire \text_gen|char_ram~23648_q ; +wire \text_gen|char_ram~48954_combout ; +wire \text_gen|char_ram~48955_combout ; +wire \text_gen|char_ram~54256_combout ; +wire \text_gen|char_ram~54324_combout ; +wire \text_gen|char_ram~24096_q ; +wire \text_gen|char_ram~54268_combout ; +wire \text_gen|char_ram~24138_q ; +wire \text_gen|char_ram~54332_combout ; +wire \text_gen|char_ram~24082_q ; +wire \text_gen|char_ram~48952_combout ; +wire \text_gen|char_ram~54260_combout ; +wire \text_gen|char_ram~24152_q ; +wire \text_gen|char_ram~48953_combout ; +wire \text_gen|char_ram~48956_combout ; +wire \text_gen|char_ram~48959_combout ; +wire \text_gen|char_ram~10250feeder_combout ; +wire \text_gen|char_ram~52795_combout ; +wire \text_gen|char_ram~10250_q ; +wire \text_gen|char_ram~52773_combout ; +wire \text_gen|char_ram~10264_q ; +wire \text_gen|char_ram~52797_combout ; +wire \text_gen|char_ram~10194_q ; +wire \text_gen|char_ram~52775_combout ; +wire \text_gen|char_ram~10208_q ; +wire \text_gen|char_ram~48929_combout ; +wire \text_gen|char_ram~48930_combout ; +wire \text_gen|char_ram~10698feeder_combout ; +wire \text_gen|char_ram~56332_combout ; +wire \text_gen|char_ram~10698_q ; +wire \text_gen|char_ram~56396_combout ; +wire \text_gen|char_ram~10642_q ; +wire \text_gen|char_ram~48936_combout ; +wire \text_gen|char_ram~56316_combout ; +wire \text_gen|char_ram~10712_q ; +wire \text_gen|char_ram~56364_combout ; +wire \text_gen|char_ram~10656_q ; +wire \text_gen|char_ram~48937_combout ; +wire \text_gen|char_ram~9354feeder_combout ; +wire \text_gen|char_ram~55024_combout ; +wire \text_gen|char_ram~9354_q ; +wire \text_gen|char_ram~55036_combout ; +wire \text_gen|char_ram~9368_q ; +wire \text_gen|char_ram~55064_combout ; +wire \text_gen|char_ram~9298_q ; +wire \text_gen|char_ram~9312feeder_combout ; +wire \text_gen|char_ram~55056_combout ; +wire \text_gen|char_ram~9312_q ; +wire \text_gen|char_ram~48933_combout ; +wire \text_gen|char_ram~48934_combout ; +wire \text_gen|char_ram~54234_combout ; +wire \text_gen|char_ram~9802_q ; +wire \text_gen|char_ram~54300_combout ; +wire \text_gen|char_ram~9746_q ; +wire \text_gen|char_ram~48931_combout ; +wire \text_gen|char_ram~54226_combout ; +wire \text_gen|char_ram~9816_q ; +wire \text_gen|char_ram~9760feeder_combout ; +wire \text_gen|char_ram~54292_combout ; +wire \text_gen|char_ram~9760_q ; +wire \text_gen|char_ram~48932_combout ; +wire \text_gen|char_ram~48935_combout ; +wire \text_gen|char_ram~48938_combout ; +wire \text_gen|char_ram~54240_combout ; +wire \text_gen|char_ram~54251_combout ; +wire \text_gen|char_ram~2634_q ; +wire \text_gen|char_ram~54316_combout ; +wire \text_gen|char_ram~2578_q ; +wire \text_gen|char_ram~48939_combout ; +wire \text_gen|char_ram~54247_combout ; +wire \text_gen|char_ram~2648_q ; +wire \text_gen|char_ram~2592feeder_combout ; +wire \text_gen|char_ram~54308_combout ; +wire \text_gen|char_ram~2592_q ; +wire \text_gen|char_ram~48940_combout ; +wire \text_gen|char_ram~3488feeder_combout ; +wire \text_gen|char_ram~56504_combout ; +wire \text_gen|char_ram~56595_combout ; +wire \text_gen|char_ram~3488_q ; +wire \text_gen|char_ram~56563_combout ; +wire \text_gen|char_ram~3544_q ; +wire \text_gen|char_ram~3530feeder_combout ; +wire \text_gen|char_ram~56627_combout ; +wire \text_gen|char_ram~3530_q ; +wire \text_gen|char_ram~56659_combout ; +wire \text_gen|char_ram~3474_q ; +wire \text_gen|char_ram~48946_combout ; +wire \text_gen|char_ram~48947_combout ; +wire \text_gen|char_ram~55008_combout ; +wire \text_gen|char_ram~55032_combout ; +wire \text_gen|char_ram~2186_q ; +wire \text_gen|char_ram~55028_combout ; +wire \text_gen|char_ram~2200_q ; +wire \text_gen|char_ram~55096_combout ; +wire \text_gen|char_ram~2130_q ; +wire \text_gen|char_ram~55088_combout ; +wire \text_gen|char_ram~2144_q ; +wire \text_gen|char_ram~48943_combout ; +wire \text_gen|char_ram~48944_combout ; +wire \text_gen|char_ram~52900_combout ; +wire \text_gen|char_ram~52952_combout ; +wire \text_gen|char_ram~3082_q ; +wire \text_gen|char_ram~52912_combout ; +wire \text_gen|char_ram~3096_q ; +wire \text_gen|char_ram~52954_combout ; +wire \text_gen|char_ram~3026_q ; +wire \text_gen|char_ram~3040feeder_combout ; +wire \text_gen|char_ram~52914_combout ; +wire \text_gen|char_ram~3040_q ; +wire \text_gen|char_ram~48941_combout ; +wire \text_gen|char_ram~48942_combout ; +wire \text_gen|char_ram~48945_combout ; +wire \text_gen|char_ram~48948_combout ; +wire \text_gen|char_ram~48949_combout ; +wire \text_gen|char_ram~16928feeder_combout ; +wire \text_gen|char_ram~54280_combout ; +wire \text_gen|char_ram~16928_q ; +wire \text_gen|char_ram~54214_combout ; +wire \text_gen|char_ram~16984_q ; +wire \text_gen|char_ram~54284_combout ; +wire \text_gen|char_ram~16914_q ; +wire \text_gen|char_ram~16970feeder_combout ; +wire \text_gen|char_ram~54218_combout ; +wire \text_gen|char_ram~16970_q ; +wire \text_gen|char_ram~48919_combout ; +wire \text_gen|char_ram~48920_combout ; +wire \text_gen|char_ram~17418feeder_combout ; +wire \text_gen|char_ram~52872_combout ; +wire \text_gen|char_ram~17418_q ; +wire \text_gen|char_ram~52839_combout ; +wire \text_gen|char_ram~17432_q ; +wire \text_gen|char_ram~52874_combout ; +wire \text_gen|char_ram~17362_q ; +wire \text_gen|char_ram~52830_combout ; +wire \text_gen|char_ram~17376_q ; +wire \text_gen|char_ram~48921_combout ; +wire \text_gen|char_ram~48922_combout ; +wire \text_gen|char_ram~16522feeder_combout ; +wire \text_gen|char_ram~54999_combout ; +wire \text_gen|char_ram~16522_q ; +wire \text_gen|char_ram~54995_combout ; +wire \text_gen|char_ram~16536_q ; +wire \text_gen|char_ram~55080_combout ; +wire \text_gen|char_ram~16466_q ; +wire \text_gen|char_ram~16480feeder_combout ; +wire \text_gen|char_ram~55072_combout ; +wire \text_gen|char_ram~16480_q ; +wire \text_gen|char_ram~48923_combout ; +wire \text_gen|char_ram~48924_combout ; +wire \text_gen|char_ram~48925_combout ; +wire \text_gen|char_ram~56149_combout ; +wire \text_gen|char_ram~17810_q ; +wire \text_gen|char_ram~56141_combout ; +wire \text_gen|char_ram~17866_q ; +wire \text_gen|char_ram~48926_combout ; +wire \text_gen|char_ram~17824feeder_combout ; +wire \text_gen|char_ram~56085_combout ; +wire \text_gen|char_ram~17824_q ; +wire \text_gen|char_ram~56077_combout ; +wire \text_gen|char_ram~17880_q ; +wire \text_gen|char_ram~48927_combout ; +wire \text_gen|char_ram~48928_combout ; +wire \text_gen|char_ram~48960_combout ; +wire \text_gen|char_ram~56651_combout ; +wire \text_gen|char_ram~3362_q ; +wire \text_gen|char_ram~3418feeder_combout ; +wire \text_gen|char_ram~56618_combout ; +wire \text_gen|char_ram~3418_q ; +wire \text_gen|char_ram~48819_combout ; +wire \text_gen|char_ram~56554_combout ; +wire \text_gen|char_ram~3432_q ; +wire \text_gen|char_ram~56586_combout ; +wire \text_gen|char_ram~3376_q ; +wire \text_gen|char_ram~48820_combout ; +wire \text_gen|char_ram~54248_combout ; +wire \text_gen|char_ram~2522_q ; +wire \text_gen|char_ram~54313_combout ; +wire \text_gen|char_ram~2466_q ; +wire \text_gen|char_ram~48812_combout ; +wire \text_gen|char_ram~54244_combout ; +wire \text_gen|char_ram~2536_q ; +wire \text_gen|char_ram~54305_combout ; +wire \text_gen|char_ram~2480_q ; +wire \text_gen|char_ram~48813_combout ; +wire \text_gen|char_ram~52936_combout ; +wire \text_gen|char_ram~2970_q ; +wire \text_gen|char_ram~52901_combout ; +wire \text_gen|char_ram~2984_q ; +wire \text_gen|char_ram~52938_combout ; +wire \text_gen|char_ram~2914_q ; +wire \text_gen|char_ram~52904_combout ; +wire \text_gen|char_ram~2928_q ; +wire \text_gen|char_ram~48814_combout ; +wire \text_gen|char_ram~48815_combout ; +wire \text_gen|char_ram~55093_combout ; +wire \text_gen|char_ram~2018_q ; +wire \text_gen|char_ram~2032feeder_combout ; +wire \text_gen|char_ram~55086_combout ; +wire \text_gen|char_ram~2032_q ; +wire \text_gen|char_ram~48816_combout ; +wire \text_gen|char_ram~55025_combout ; +wire \text_gen|char_ram~2088_q ; +wire \text_gen|char_ram~55029_combout ; +wire \text_gen|char_ram~2074_q ; +wire \text_gen|char_ram~48817_combout ; +wire \text_gen|char_ram~48818_combout ; +wire \text_gen|char_ram~48821_combout ; +wire \text_gen|char_ram~17712feeder_combout ; +wire \text_gen|char_ram~56037_combout ; +wire \text_gen|char_ram~17712_q ; +wire \text_gen|char_ram~56033_combout ; +wire \text_gen|char_ram~17768_q ; +wire \text_gen|char_ram~56101_combout ; +wire \text_gen|char_ram~17698_q ; +wire \text_gen|char_ram~56097_combout ; +wire \text_gen|char_ram~17754_q ; +wire \text_gen|char_ram~48809_combout ; +wire \text_gen|char_ram~48810_combout ; +wire \text_gen|char_ram~54281_combout ; +wire \text_gen|char_ram~16802_q ; +wire \text_gen|char_ram~16858feeder_combout ; +wire \text_gen|char_ram~54215_combout ; +wire \text_gen|char_ram~16858_q ; +wire \text_gen|char_ram~48802_combout ; +wire \text_gen|char_ram~54211_combout ; +wire \text_gen|char_ram~16872_q ; +wire \text_gen|char_ram~54277_combout ; +wire \text_gen|char_ram~16816_q ; +wire \text_gen|char_ram~48803_combout ; +wire \text_gen|char_ram~55077_combout ; +wire \text_gen|char_ram~16354_q ; +wire \text_gen|char_ram~55070_combout ; +wire \text_gen|char_ram~16368_q ; +wire \text_gen|char_ram~48806_combout ; +wire \text_gen|char_ram~54992_combout ; +wire \text_gen|char_ram~16424_q ; +wire \text_gen|char_ram~16410feeder_combout ; +wire \text_gen|char_ram~54996_combout ; +wire \text_gen|char_ram~16410_q ; +wire \text_gen|char_ram~48807_combout ; +wire \text_gen|char_ram~17306feeder_combout ; +wire \text_gen|char_ram~52862_combout ; +wire \text_gen|char_ram~17306_q ; +wire \text_gen|char_ram~52840_combout ; +wire \text_gen|char_ram~17320_q ; +wire \text_gen|char_ram~52864_combout ; +wire \text_gen|char_ram~17250_q ; +wire \text_gen|char_ram~17264feeder_combout ; +wire \text_gen|char_ram~52831_combout ; +wire \text_gen|char_ram~17264_q ; +wire \text_gen|char_ram~48804_combout ; +wire \text_gen|char_ram~48805_combout ; +wire \text_gen|char_ram~48808_combout ; +wire \text_gen|char_ram~48811_combout ; +wire \text_gen|char_ram~48822_combout ; +wire \text_gen|char_ram~55022_combout ; +wire \text_gen|char_ram~9242_q ; +wire \text_gen|char_ram~55034_combout ; +wire \text_gen|char_ram~9256_q ; +wire \text_gen|char_ram~55061_combout ; +wire \text_gen|char_ram~9186_q ; +wire \text_gen|char_ram~9200feeder_combout ; +wire \text_gen|char_ram~55054_combout ; +wire \text_gen|char_ram~9200_q ; +wire \text_gen|char_ram~48796_combout ; +wire \text_gen|char_ram~48797_combout ; +wire \text_gen|char_ram~54297_combout ; +wire \text_gen|char_ram~9634_q ; +wire \text_gen|char_ram~54231_combout ; +wire \text_gen|char_ram~9690_q ; +wire \text_gen|char_ram~48794_combout ; +wire \text_gen|char_ram~54223_combout ; +wire \text_gen|char_ram~9704_q ; +wire \text_gen|char_ram~54289_combout ; +wire \text_gen|char_ram~9648_q ; +wire \text_gen|char_ram~48795_combout ; +wire \text_gen|char_ram~48798_combout ; +wire \text_gen|char_ram~10152feeder_combout ; +wire \text_gen|char_ram~52762_combout ; +wire \text_gen|char_ram~10152_q ; +wire \text_gen|char_ram~52778_combout ; +wire \text_gen|char_ram~10138_q ; +wire \text_gen|char_ram~52781_combout ; +wire \text_gen|char_ram~10082_q ; +wire \text_gen|char_ram~10096feeder_combout ; +wire \text_gen|char_ram~52765_combout ; +wire \text_gen|char_ram~10096_q ; +wire \text_gen|char_ram~48792_combout ; +wire \text_gen|char_ram~48793_combout ; +wire \text_gen|char_ram~56323_combout ; +wire \text_gen|char_ram~10586_q ; +wire \text_gen|char_ram~56387_combout ; +wire \text_gen|char_ram~10530_q ; +wire \text_gen|char_ram~48799_combout ; +wire \text_gen|char_ram~56303_combout ; +wire \text_gen|char_ram~10600_q ; +wire \text_gen|char_ram~56351_combout ; +wire \text_gen|char_ram~10544_q ; +wire \text_gen|char_ram~48800_combout ; +wire \text_gen|char_ram~48801_combout ; +wire \text_gen|char_ram~23536feeder_combout ; +wire \text_gen|char_ram~55102_combout ; +wire \text_gen|char_ram~23536_q ; +wire \text_gen|char_ram~55109_combout ; +wire \text_gen|char_ram~23522_q ; +wire \text_gen|char_ram~48827_combout ; +wire \text_gen|char_ram~55001_combout ; +wire \text_gen|char_ram~23592_q ; +wire \text_gen|char_ram~23578feeder_combout ; +wire \text_gen|char_ram~54989_combout ; +wire \text_gen|char_ram~23578_q ; +wire \text_gen|char_ram~48828_combout ; +wire \text_gen|char_ram~54329_combout ; +wire \text_gen|char_ram~23970_q ; +wire \text_gen|char_ram~54265_combout ; +wire \text_gen|char_ram~24026_q ; +wire \text_gen|char_ram~48825_combout ; +wire \text_gen|char_ram~54257_combout ; +wire \text_gen|char_ram~24040_q ; +wire \text_gen|char_ram~54321_combout ; +wire \text_gen|char_ram~23984_q ; +wire \text_gen|char_ram~48826_combout ; +wire \text_gen|char_ram~48829_combout ; +wire \text_gen|char_ram~24880feeder_combout ; +wire \text_gen|char_ram~56898_combout ; +wire \text_gen|char_ram~24880_q ; +wire \text_gen|char_ram~56814_combout ; +wire \text_gen|char_ram~24936_q ; +wire \text_gen|char_ram~56906_combout ; +wire \text_gen|char_ram~24866_q ; +wire \text_gen|char_ram~56825_combout ; +wire \text_gen|char_ram~24922_q ; +wire \text_gen|char_ram~48830_combout ; +wire \text_gen|char_ram~48831_combout ; +wire \text_gen|char_ram~24474feeder_combout ; +wire \text_gen|char_ram~52979_combout ; +wire \text_gen|char_ram~24474_q ; +wire \text_gen|char_ram~52978_combout ; +wire \text_gen|char_ram~24488_q ; +wire \text_gen|char_ram~53031_combout ; +wire \text_gen|char_ram~24418_q ; +wire \text_gen|char_ram~53030_combout ; +wire \text_gen|char_ram~24432_q ; +wire \text_gen|char_ram~48823_combout ; +wire \text_gen|char_ram~48824_combout ; +wire \text_gen|char_ram~48832_combout ; +wire \text_gen|char_ram~48833_combout ; +wire \text_gen|char_ram~55095_combout ; +wire \text_gen|char_ram~1794_q ; +wire \text_gen|char_ram~55087_combout ; +wire \text_gen|char_ram~1808_q ; +wire \text_gen|char_ram~48900_combout ; +wire \text_gen|char_ram~55027_combout ; +wire \text_gen|char_ram~1864_q ; +wire \text_gen|char_ram~55031_combout ; +wire \text_gen|char_ram~1850_q ; +wire \text_gen|char_ram~48901_combout ; +wire \text_gen|char_ram~2746feeder_combout ; +wire \text_gen|char_ram~52949_combout ; +wire \text_gen|char_ram~2746_q ; +wire \text_gen|char_ram~52909_combout ; +wire \text_gen|char_ram~2760_q ; +wire \text_gen|char_ram~52950_combout ; +wire \text_gen|char_ram~2690_q ; +wire \text_gen|char_ram~52910_combout ; +wire \text_gen|char_ram~2704_q ; +wire \text_gen|char_ram~48898_combout ; +wire \text_gen|char_ram~48899_combout ; +wire \text_gen|char_ram~48902_combout ; +wire \text_gen|char_ram~56590_combout ; +wire \text_gen|char_ram~3152_q ; +wire \text_gen|char_ram~56558_combout ; +wire \text_gen|char_ram~3208_q ; +wire \text_gen|char_ram~56655_combout ; +wire \text_gen|char_ram~3138_q ; +wire \text_gen|char_ram~3194feeder_combout ; +wire \text_gen|char_ram~56622_combout ; +wire \text_gen|char_ram~3194_q ; +wire \text_gen|char_ram~48903_combout ; +wire \text_gen|char_ram~48904_combout ; +wire \text_gen|char_ram~54315_combout ; +wire \text_gen|char_ram~2242_q ; +wire \text_gen|char_ram~54250_combout ; +wire \text_gen|char_ram~2298_q ; +wire \text_gen|char_ram~48896_combout ; +wire \text_gen|char_ram~54246_combout ; +wire \text_gen|char_ram~2312_q ; +wire \text_gen|char_ram~54307_combout ; +wire \text_gen|char_ram~2256_q ; +wire \text_gen|char_ram~48897_combout ; +wire \text_gen|char_ram~48905_combout ; +wire \text_gen|char_ram~56391_combout ; +wire \text_gen|char_ram~10306_q ; +wire \text_gen|char_ram~56327_combout ; +wire \text_gen|char_ram~10362_q ; +wire \text_gen|char_ram~48893_combout ; +wire \text_gen|char_ram~56311_combout ; +wire \text_gen|char_ram~10376_q ; +wire \text_gen|char_ram~10320feeder_combout ; +wire \text_gen|char_ram~56359_combout ; +wire \text_gen|char_ram~10320_q ; +wire \text_gen|char_ram~48894_combout ; +wire \text_gen|char_ram~52771_combout ; +wire \text_gen|char_ram~9872_q ; +wire \text_gen|char_ram~52793_combout ; +wire \text_gen|char_ram~9858_q ; +wire \text_gen|char_ram~48886_combout ; +wire \text_gen|char_ram~52770_combout ; +wire \text_gen|char_ram~9928_q ; +wire \text_gen|char_ram~52792_combout ; +wire \text_gen|char_ram~9914_q ; +wire \text_gen|char_ram~48887_combout ; +wire \text_gen|char_ram~9424feeder_combout ; +wire \text_gen|char_ram~54291_combout ; +wire \text_gen|char_ram~9424_q ; +wire \text_gen|char_ram~9480feeder_combout ; +wire \text_gen|char_ram~54225_combout ; +wire \text_gen|char_ram~9480_q ; +wire \text_gen|char_ram~54233_combout ; +wire \text_gen|char_ram~9466_q ; +wire \text_gen|char_ram~54299_combout ; +wire \text_gen|char_ram~9410_q ; +wire \text_gen|char_ram~48888_combout ; +wire \text_gen|char_ram~48889_combout ; +wire \text_gen|char_ram~55063_combout ; +wire \text_gen|char_ram~8962_q ; +wire \text_gen|char_ram~55055_combout ; +wire \text_gen|char_ram~8976_q ; +wire \text_gen|char_ram~48890_combout ; +wire \text_gen|char_ram~9018feeder_combout ; +wire \text_gen|char_ram~55023_combout ; +wire \text_gen|char_ram~9018_q ; +wire \text_gen|char_ram~55035_combout ; +wire \text_gen|char_ram~9032_q ; +wire \text_gen|char_ram~48891_combout ; +wire \text_gen|char_ram~48892_combout ; +wire \text_gen|char_ram~48895_combout ; +wire \text_gen|char_ram~48906_combout ; +wire \text_gen|char_ram~52867_combout ; +wire \text_gen|char_ram~17082_q ; +wire \text_gen|char_ram~52826_combout ; +wire \text_gen|char_ram~17096_q ; +wire \text_gen|char_ram~17026feeder_combout ; +wire \text_gen|char_ram~52870_combout ; +wire \text_gen|char_ram~17026_q ; +wire \text_gen|char_ram~17040feeder_combout ; +wire \text_gen|char_ram~52836_combout ; +wire \text_gen|char_ram~17040_q ; +wire \text_gen|char_ram~48878_combout ; +wire \text_gen|char_ram~48879_combout ; +wire \text_gen|char_ram~55079_combout ; +wire \text_gen|char_ram~16130_q ; +wire \text_gen|char_ram~16144feeder_combout ; +wire \text_gen|char_ram~55071_combout ; +wire \text_gen|char_ram~16144_q ; +wire \text_gen|char_ram~48880_combout ; +wire \text_gen|char_ram~54994_combout ; +wire \text_gen|char_ram~16200_q ; +wire \text_gen|char_ram~54998_combout ; +wire \text_gen|char_ram~16186_q ; +wire \text_gen|char_ram~48881_combout ; +wire \text_gen|char_ram~48882_combout ; +wire \text_gen|char_ram~16592feeder_combout ; +wire \text_gen|char_ram~54279_combout ; +wire \text_gen|char_ram~16592_q ; +wire \text_gen|char_ram~54213_combout ; +wire \text_gen|char_ram~16648_q ; +wire \text_gen|char_ram~54283_combout ; +wire \text_gen|char_ram~16578_q ; +wire \text_gen|char_ram~16634feeder_combout ; +wire \text_gen|char_ram~54217_combout ; +wire \text_gen|char_ram~16634_q ; +wire \text_gen|char_ram~48876_combout ; +wire \text_gen|char_ram~48877_combout ; +wire \text_gen|char_ram~17488feeder_combout ; +wire \text_gen|char_ram~56069_combout ; +wire \text_gen|char_ram~17488_q ; +wire \text_gen|char_ram~56065_combout ; +wire \text_gen|char_ram~17544_q ; +wire \text_gen|char_ram~56133_combout ; +wire \text_gen|char_ram~17474_q ; +wire \text_gen|char_ram~17530feeder_combout ; +wire \text_gen|char_ram~56129_combout ; +wire \text_gen|char_ram~17530_q ; +wire \text_gen|char_ram~48883_combout ; +wire \text_gen|char_ram~48884_combout ; +wire \text_gen|char_ram~48885_combout ; +wire \text_gen|char_ram~56914_combout ; +wire \text_gen|char_ram~24656_q ; +wire \text_gen|char_ram~56849_combout ; +wire \text_gen|char_ram~24712_q ; +wire \text_gen|char_ram~56922_combout ; +wire \text_gen|char_ram~24642_q ; +wire \text_gen|char_ram~24698feeder_combout ; +wire \text_gen|char_ram~56857_combout ; +wire \text_gen|char_ram~24698_q ; +wire \text_gen|char_ram~48914_combout ; +wire \text_gen|char_ram~48915_combout ; +wire \text_gen|char_ram~55111_combout ; +wire \text_gen|char_ram~23298_q ; +wire \text_gen|char_ram~23312feeder_combout ; +wire \text_gen|char_ram~55103_combout ; +wire \text_gen|char_ram~23312_q ; +wire \text_gen|char_ram~48911_combout ; +wire \text_gen|char_ram~23354feeder_combout ; +wire \text_gen|char_ram~54990_combout ; +wire \text_gen|char_ram~23354_q ; +wire \text_gen|char_ram~23368feeder_combout ; +wire \text_gen|char_ram~55002_combout ; +wire \text_gen|char_ram~23368_q ; +wire \text_gen|char_ram~48912_combout ; +wire \text_gen|char_ram~54323_combout ; +wire \text_gen|char_ram~23760_q ; +wire \text_gen|char_ram~54331_combout ; +wire \text_gen|char_ram~23746_q ; +wire \text_gen|char_ram~23802feeder_combout ; +wire \text_gen|char_ram~54267_combout ; +wire \text_gen|char_ram~23802_q ; +wire \text_gen|char_ram~48909_combout ; +wire \text_gen|char_ram~54259_combout ; +wire \text_gen|char_ram~23816_q ; +wire \text_gen|char_ram~48910_combout ; +wire \text_gen|char_ram~48913_combout ; +wire \text_gen|char_ram~52994_combout ; +wire \text_gen|char_ram~24250_q ; +wire \text_gen|char_ram~52992_combout ; +wire \text_gen|char_ram~24264_q ; +wire \text_gen|char_ram~53035_combout ; +wire \text_gen|char_ram~24194_q ; +wire \text_gen|char_ram~53034_combout ; +wire \text_gen|char_ram~24208_q ; +wire \text_gen|char_ram~48907_combout ; +wire \text_gen|char_ram~48908_combout ; +wire \text_gen|char_ram~48916_combout ; +wire \text_gen|char_ram~48917_combout ; +wire \text_gen|char_ram~17600feeder_combout ; +wire \text_gen|char_ram~56053_combout ; +wire \text_gen|char_ram~17600_q ; +wire \text_gen|char_ram~56045_combout ; +wire \text_gen|char_ram~17656_q ; +wire \text_gen|char_ram~17642feeder_combout ; +wire \text_gen|char_ram~56109_combout ; +wire \text_gen|char_ram~17642_q ; +wire \text_gen|char_ram~56117_combout ; +wire \text_gen|char_ram~17586_q ; +wire \text_gen|char_ram~48841_combout ; +wire \text_gen|char_ram~48842_combout ; +wire \text_gen|char_ram~16704feeder_combout ; +wire \text_gen|char_ram~54278_combout ; +wire \text_gen|char_ram~16704_q ; +wire \text_gen|char_ram~54212_combout ; +wire \text_gen|char_ram~16760_q ; +wire \text_gen|char_ram~54282_combout ; +wire \text_gen|char_ram~16690_q ; +wire \text_gen|char_ram~54216_combout ; +wire \text_gen|char_ram~16746_q ; +wire \text_gen|char_ram~48834_combout ; +wire \text_gen|char_ram~48835_combout ; +wire \text_gen|char_ram~17152feeder_combout ; +wire \text_gen|char_ram~52835_combout ; +wire \text_gen|char_ram~17152_q ; +wire \text_gen|char_ram~52860_combout ; +wire \text_gen|char_ram~17138_q ; +wire \text_gen|char_ram~48836_combout ; +wire \text_gen|char_ram~52825_combout ; +wire \text_gen|char_ram~17208_q ; +wire \text_gen|char_ram~52858_combout ; +wire \text_gen|char_ram~17194_q ; +wire \text_gen|char_ram~48837_combout ; +wire \text_gen|char_ram~55078_combout ; +wire \text_gen|char_ram~16242_q ; +wire \text_gen|char_ram~55069_combout ; +wire \text_gen|char_ram~16256_q ; +wire \text_gen|char_ram~48838_combout ; +wire \text_gen|char_ram~54997_combout ; +wire \text_gen|char_ram~16298_q ; +wire \text_gen|char_ram~16312feeder_combout ; +wire \text_gen|char_ram~54993_combout ; +wire \text_gen|char_ram~16312_q ; +wire \text_gen|char_ram~48839_combout ; +wire \text_gen|char_ram~48840_combout ; +wire \text_gen|char_ram~48843_combout ; +wire \text_gen|char_ram~52986_combout ; +wire \text_gen|char_ram~24362_q ; +wire \text_gen|char_ram~52982_combout ; +wire \text_gen|char_ram~24376_q ; +wire \text_gen|char_ram~53027_combout ; +wire \text_gen|char_ram~24306_q ; +wire \text_gen|char_ram~53025_combout ; +wire \text_gen|char_ram~24320_q ; +wire \text_gen|char_ram~48865_combout ; +wire \text_gen|char_ram~48866_combout ; +wire \text_gen|char_ram~24768feeder_combout ; +wire \text_gen|char_ram~56886_combout ; +wire \text_gen|char_ram~24768_q ; +wire \text_gen|char_ram~56837_combout ; +wire \text_gen|char_ram~24824_q ; +wire \text_gen|char_ram~24810feeder_combout ; +wire \text_gen|char_ram~56841_combout ; +wire \text_gen|char_ram~24810_q ; +wire \text_gen|char_ram~56890_combout ; +wire \text_gen|char_ram~24754_q ; +wire \text_gen|char_ram~48872_combout ; +wire \text_gen|char_ram~48873_combout ; +wire \text_gen|char_ram~54987_combout ; +wire \text_gen|char_ram~23466_q ; +wire \text_gen|char_ram~55000_combout ; +wire \text_gen|char_ram~23480_q ; +wire \text_gen|char_ram~55110_combout ; +wire \text_gen|char_ram~23410_q ; +wire \text_gen|char_ram~55101_combout ; +wire \text_gen|char_ram~23424_q ; +wire \text_gen|char_ram~48869_combout ; +wire \text_gen|char_ram~48870_combout ; +wire \text_gen|char_ram~54322_combout ; +wire \text_gen|char_ram~23872_q ; +wire \text_gen|char_ram~54258_combout ; +wire \text_gen|char_ram~23928_q ; +wire \text_gen|char_ram~54266_combout ; +wire \text_gen|char_ram~23914_q ; +wire \text_gen|char_ram~54330_combout ; +wire \text_gen|char_ram~23858_q ; +wire \text_gen|char_ram~48867_combout ; +wire \text_gen|char_ram~48868_combout ; +wire \text_gen|char_ram~48871_combout ; +wire \text_gen|char_ram~48874_combout ; +wire \text_gen|char_ram~54314_combout ; +wire \text_gen|char_ram~2354_q ; +wire \text_gen|char_ram~54249_combout ; +wire \text_gen|char_ram~2410_q ; +wire \text_gen|char_ram~48854_combout ; +wire \text_gen|char_ram~54245_combout ; +wire \text_gen|char_ram~2424_q ; +wire \text_gen|char_ram~54306_combout ; +wire \text_gen|char_ram~2368_q ; +wire \text_gen|char_ram~48855_combout ; +wire \text_gen|char_ram~3264feeder_combout ; +wire \text_gen|char_ram~56583_combout ; +wire \text_gen|char_ram~3264_q ; +wire \text_gen|char_ram~56551_combout ; +wire \text_gen|char_ram~3320_q ; +wire \text_gen|char_ram~56647_combout ; +wire \text_gen|char_ram~3250_q ; +wire \text_gen|char_ram~56615_combout ; +wire \text_gen|char_ram~3306_q ; +wire \text_gen|char_ram~48861_combout ; +wire \text_gen|char_ram~48862_combout ; +wire \text_gen|char_ram~1962feeder_combout ; +wire \text_gen|char_ram~55030_combout ; +wire \text_gen|char_ram~1962_q ; +wire \text_gen|char_ram~55026_combout ; +wire \text_gen|char_ram~1976_q ; +wire \text_gen|char_ram~55094_combout ; +wire \text_gen|char_ram~1906_q ; +wire \text_gen|char_ram~1920feeder_combout ; +wire \text_gen|char_ram~55085_combout ; +wire \text_gen|char_ram~1920_q ; +wire \text_gen|char_ram~48858_combout ; +wire \text_gen|char_ram~48859_combout ; +wire \text_gen|char_ram~52943_combout ; +wire \text_gen|char_ram~2858_q ; +wire \text_gen|char_ram~52897_combout ; +wire \text_gen|char_ram~2872_q ; +wire \text_gen|char_ram~52944_combout ; +wire \text_gen|char_ram~2802_q ; +wire \text_gen|char_ram~52898_combout ; +wire \text_gen|char_ram~2816_q ; +wire \text_gen|char_ram~48856_combout ; +wire \text_gen|char_ram~48857_combout ; +wire \text_gen|char_ram~48860_combout ; +wire \text_gen|char_ram~48863_combout ; +wire \text_gen|char_ram~56356_combout ; +wire \text_gen|char_ram~10432_q ; +wire \text_gen|char_ram~56308_combout ; +wire \text_gen|char_ram~10488_q ; +wire \text_gen|char_ram~56384_combout ; +wire \text_gen|char_ram~10418_q ; +wire \text_gen|char_ram~10474feeder_combout ; +wire \text_gen|char_ram~56320_combout ; +wire \text_gen|char_ram~10474_q ; +wire \text_gen|char_ram~48851_combout ; +wire \text_gen|char_ram~48852_combout ; +wire \text_gen|char_ram~10026feeder_combout ; +wire \text_gen|char_ram~52786_combout ; +wire \text_gen|char_ram~10026_q ; +wire \text_gen|char_ram~52758_combout ; +wire \text_gen|char_ram~10040_q ; +wire \text_gen|char_ram~9970feeder_combout ; +wire \text_gen|char_ram~52787_combout ; +wire \text_gen|char_ram~9970_q ; +wire \text_gen|char_ram~52759_combout ; +wire \text_gen|char_ram~9984_q ; +wire \text_gen|char_ram~48844_combout ; +wire \text_gen|char_ram~48845_combout ; +wire \text_gen|char_ram~9536feeder_combout ; +wire \text_gen|char_ram~54290_combout ; +wire \text_gen|char_ram~9536_q ; +wire \text_gen|char_ram~54298_combout ; +wire \text_gen|char_ram~9522_q ; +wire \text_gen|char_ram~54232_combout ; +wire \text_gen|char_ram~9578_q ; +wire \text_gen|char_ram~48846_combout ; +wire \text_gen|char_ram~54224_combout ; +wire \text_gen|char_ram~9592_q ; +wire \text_gen|char_ram~48847_combout ; +wire \text_gen|char_ram~55021_combout ; +wire \text_gen|char_ram~9130_q ; +wire \text_gen|char_ram~55033_combout ; +wire \text_gen|char_ram~9144_q ; +wire \text_gen|char_ram~55062_combout ; +wire \text_gen|char_ram~9074_q ; +wire \text_gen|char_ram~55053_combout ; +wire \text_gen|char_ram~9088_q ; +wire \text_gen|char_ram~48848_combout ; +wire \text_gen|char_ram~48849_combout ; +wire \text_gen|char_ram~48850_combout ; +wire \text_gen|char_ram~48853_combout ; +wire \text_gen|char_ram~48864_combout ; +wire \text_gen|char_ram~48875_combout ; +wire \text_gen|char_ram~48918_combout ; +wire \text_gen|char_ram~48961_combout ; +wire \text_gen|char_ram~49132_combout ; +wire \text_gen|char_ram~49303_combout ; +wire \text_gen|char_ram~56830_combout ; +wire \text_gen|char_ram~24964_q ; +wire \text_gen|char_ram~56831_combout ; +wire \text_gen|char_ram~23172_q ; +wire \text_gen|char_ram~24516feeder_combout ; +wire \text_gen|char_ram~52980_combout ; +wire \text_gen|char_ram~24516_q ; +wire \text_gen|char_ram~53480_combout ; +wire \text_gen|char_ram~22724_q ; +wire \text_gen|char_ram~48458_combout ; +wire \text_gen|char_ram~48459_combout ; +wire \text_gen|char_ram~56912_combout ; +wire \text_gen|char_ram~23116_q ; +wire \text_gen|char_ram~56911_combout ; +wire \text_gen|char_ram~24908_q ; +wire \text_gen|char_ram~24460feeder_combout ; +wire \text_gen|char_ram~53032_combout ; +wire \text_gen|char_ram~24460_q ; +wire \text_gen|char_ram~53544_combout ; +wire \text_gen|char_ram~22668_q ; +wire \text_gen|char_ram~48453_combout ; +wire \text_gen|char_ram~48454_combout ; +wire \text_gen|char_ram~53029_combout ; +wire \text_gen|char_ram~24446_q ; +wire \text_gen|char_ram~53541_combout ; +wire \text_gen|char_ram~22654_q ; +wire \text_gen|char_ram~48455_combout ; +wire \text_gen|char_ram~56903_combout ; +wire \text_gen|char_ram~24894_q ; +wire \text_gen|char_ram~56904_combout ; +wire \text_gen|char_ram~23102_q ; +wire \text_gen|char_ram~48456_combout ; +wire \text_gen|char_ram~48457_combout ; +wire \text_gen|char_ram~56823_combout ; +wire \text_gen|char_ram~23158_q ; +wire \text_gen|char_ram~56822_combout ; +wire \text_gen|char_ram~24950_q ; +wire \text_gen|char_ram~52977_combout ; +wire \text_gen|char_ram~24502_q ; +wire \text_gen|char_ram~53477_combout ; +wire \text_gen|char_ram~22710_q ; +wire \text_gen|char_ram~48451_combout ; +wire \text_gen|char_ram~48452_combout ; +wire \text_gen|char_ram~48460_combout ; +wire \text_gen|char_ram~56902_combout ; +wire \text_gen|char_ram~26686_q ; +wire \text_gen|char_ram~56905_combout ; +wire \text_gen|char_ram~28478_q ; +wire \text_gen|char_ram~53803_combout ; +wire \text_gen|char_ram~28030_q ; +wire \text_gen|char_ram~53113_combout ; +wire \text_gen|char_ram~26238_q ; +wire \text_gen|char_ram~48486_combout ; +wire \text_gen|char_ram~48487_combout ; +wire \text_gen|char_ram~56910_combout ; +wire \text_gen|char_ram~26700_q ; +wire \text_gen|char_ram~56913_combout ; +wire \text_gen|char_ram~28492_q ; +wire \text_gen|char_ram~28044feeder_combout ; +wire \text_gen|char_ram~53806_combout ; +wire \text_gen|char_ram~28044_q ; +wire \text_gen|char_ram~53351_combout ; +wire \text_gen|char_ram~26252_q ; +wire \text_gen|char_ram~48484_combout ; +wire \text_gen|char_ram~48485_combout ; +wire \text_gen|char_ram~48488_combout ; +wire \text_gen|char_ram~56821_combout ; +wire \text_gen|char_ram~26742_q ; +wire \text_gen|char_ram~56824_combout ; +wire \text_gen|char_ram~28534_q ; +wire \text_gen|char_ram~28086feeder_combout ; +wire \text_gen|char_ram~53739_combout ; +wire \text_gen|char_ram~28086_q ; +wire \text_gen|char_ram~53069_combout ; +wire \text_gen|char_ram~26294_q ; +wire \text_gen|char_ram~48482_combout ; +wire \text_gen|char_ram~48483_combout ; +wire \text_gen|char_ram~56829_combout ; +wire \text_gen|char_ram~26756_q ; +wire \text_gen|char_ram~56832_combout ; +wire \text_gen|char_ram~28548_q ; +wire \text_gen|char_ram~53742_combout ; +wire \text_gen|char_ram~28100_q ; +wire \text_gen|char_ram~53350_combout ; +wire \text_gen|char_ram~26308_q ; +wire \text_gen|char_ram~48489_combout ; +wire \text_gen|char_ram~48490_combout ; +wire \text_gen|char_ram~48491_combout ; +wire \text_gen|char_ram~25860feeder_combout ; +wire \text_gen|char_ram~54081_combout ; +wire \text_gen|char_ram~25860_q ; +wire \text_gen|char_ram~54903_combout ; +wire \text_gen|char_ram~27652_q ; +wire \text_gen|char_ram~55391_combout ; +wire \text_gen|char_ram~25412_q ; +wire \text_gen|char_ram~55830_combout ; +wire \text_gen|char_ram~27204_q ; +wire \text_gen|char_ram~48468_combout ; +wire \text_gen|char_ram~48469_combout ; +wire \text_gen|char_ram~25790feeder_combout ; +wire \text_gen|char_ram~54111_combout ; +wire \text_gen|char_ram~25790_q ; +wire \text_gen|char_ram~54702_combout ; +wire \text_gen|char_ram~27582_q ; +wire \text_gen|char_ram~55242_combout ; +wire \text_gen|char_ram~25342_q ; +wire \text_gen|char_ram~27134feeder_combout ; +wire \text_gen|char_ram~55886_combout ; +wire \text_gen|char_ram~27134_q ; +wire \text_gen|char_ram~48465_combout ; +wire \text_gen|char_ram~48466_combout ; +wire \text_gen|char_ram~54078_combout ; +wire \text_gen|char_ram~25846_q ; +wire \text_gen|char_ram~54669_combout ; +wire \text_gen|char_ram~27638_q ; +wire \text_gen|char_ram~27190feeder_combout ; +wire \text_gen|char_ram~55822_combout ; +wire \text_gen|char_ram~27190_q ; +wire \text_gen|char_ram~55238_combout ; +wire \text_gen|char_ram~25398_q ; +wire \text_gen|char_ram~48463_combout ; +wire \text_gen|char_ram~48464_combout ; +wire \text_gen|char_ram~48467_combout ; +wire \text_gen|char_ram~54114_combout ; +wire \text_gen|char_ram~25804_q ; +wire \text_gen|char_ram~54905_combout ; +wire \text_gen|char_ram~27596_q ; +wire \text_gen|char_ram~55423_combout ; +wire \text_gen|char_ram~25356_q ; +wire \text_gen|char_ram~55894_combout ; +wire \text_gen|char_ram~27148_q ; +wire \text_gen|char_ram~48461_combout ; +wire \text_gen|char_ram~48462_combout ; +wire \text_gen|char_ram~48470_combout ; +wire \text_gen|char_ram~54602_combout ; +wire \text_gen|char_ram~22220_q ; +wire \text_gen|char_ram~54334_combout ; +wire \text_gen|char_ram~24012_q ; +wire \text_gen|char_ram~55114_combout ; +wire \text_gen|char_ram~23564_q ; +wire \text_gen|char_ram~55695_combout ; +wire \text_gen|char_ram~21772_q ; +wire \text_gen|char_ram~48471_combout ; +wire \text_gen|char_ram~48472_combout ; +wire \text_gen|char_ram~54610_combout ; +wire \text_gen|char_ram~22276_q ; +wire \text_gen|char_ram~54270_combout ; +wire \text_gen|char_ram~24068_q ; +wire \text_gen|char_ram~55050_combout ; +wire \text_gen|char_ram~23620_q ; +wire \text_gen|char_ram~55691_combout ; +wire \text_gen|char_ram~21828_q ; +wire \text_gen|char_ram~48478_combout ; +wire \text_gen|char_ram~48479_combout ; +wire \text_gen|char_ram~54467_combout ; +wire \text_gen|char_ram~22262_q ; +wire \text_gen|char_ram~54262_combout ; +wire \text_gen|char_ram~24054_q ; +wire \text_gen|char_ram~23606feeder_combout ; +wire \text_gen|char_ram~55038_combout ; +wire \text_gen|char_ram~23606_q ; +wire \text_gen|char_ram~55499_combout ; +wire \text_gen|char_ram~21814_q ; +wire \text_gen|char_ram~48473_combout ; +wire \text_gen|char_ram~48474_combout ; +wire \text_gen|char_ram~55503_combout ; +wire \text_gen|char_ram~21758_q ; +wire \text_gen|char_ram~55105_combout ; +wire \text_gen|char_ram~23550_q ; +wire \text_gen|char_ram~48475_combout ; +wire \text_gen|char_ram~54326_combout ; +wire \text_gen|char_ram~23998_q ; +wire \text_gen|char_ram~54455_combout ; +wire \text_gen|char_ram~22206_q ; +wire \text_gen|char_ram~48476_combout ; +wire \text_gen|char_ram~48477_combout ; +wire \text_gen|char_ram~48480_combout ; +wire \text_gen|char_ram~48481_combout ; +wire \text_gen|char_ram~48492_combout ; +wire \text_gen|char_ram~56866_combout ; +wire \text_gen|char_ram~25062_q ; +wire \text_gen|char_ram~56868_combout ; +wire \text_gen|char_ram~28646_q ; +wire \text_gen|char_ram~54264_combout ; +wire \text_gen|char_ram~24166_q ; +wire \text_gen|char_ram~54677_combout ; +wire \text_gen|char_ram~27750_q ; +wire \text_gen|char_ram~48609_combout ; +wire \text_gen|char_ram~48610_combout ; +wire \text_gen|char_ram~56879_combout ; +wire \text_gen|char_ram~25076_q ; +wire \text_gen|char_ram~56881_combout ; +wire \text_gen|char_ram~28660_q ; +wire \text_gen|char_ram~27764feeder_combout ; +wire \text_gen|char_ram~54915_combout ; +wire \text_gen|char_ram~27764_q ; +wire \text_gen|char_ram~54272_combout ; +wire \text_gen|char_ram~24180_q ; +wire \text_gen|char_ram~48616_combout ; +wire \text_gen|char_ram~48617_combout ; +wire \text_gen|char_ram~54328_combout ; +wire \text_gen|char_ram~24110_q ; +wire \text_gen|char_ram~27694feeder_combout ; +wire \text_gen|char_ram~54710_combout ; +wire \text_gen|char_ram~27694_q ; +wire \text_gen|char_ram~48613_combout ; +wire \text_gen|char_ram~56933_combout ; +wire \text_gen|char_ram~28590_q ; +wire \text_gen|char_ram~25006feeder_combout ; +wire \text_gen|char_ram~56931_combout ; +wire \text_gen|char_ram~25006_q ; +wire \text_gen|char_ram~48614_combout ; +wire \text_gen|char_ram~56943_combout ; +wire \text_gen|char_ram~25020_q ; +wire \text_gen|char_ram~56945_combout ; +wire \text_gen|char_ram~28604_q ; +wire \text_gen|char_ram~27708feeder_combout ; +wire \text_gen|char_ram~54917_combout ; +wire \text_gen|char_ram~27708_q ; +wire \text_gen|char_ram~54336_combout ; +wire \text_gen|char_ram~24124_q ; +wire \text_gen|char_ram~48611_combout ; +wire \text_gen|char_ram~48612_combout ; +wire \text_gen|char_ram~48615_combout ; +wire \text_gen|char_ram~48618_combout ; +wire \text_gen|char_ram~56944_combout ; +wire \text_gen|char_ram~23228_q ; +wire \text_gen|char_ram~26812feeder_combout ; +wire \text_gen|char_ram~56942_combout ; +wire \text_gen|char_ram~26812_q ; +wire \text_gen|char_ram~25916feeder_combout ; +wire \text_gen|char_ram~54122_combout ; +wire \text_gen|char_ram~25916_q ; +wire \text_gen|char_ram~54604_combout ; +wire \text_gen|char_ram~22332_q ; +wire \text_gen|char_ram~48578_combout ; +wire \text_gen|char_ram~48579_combout ; +wire \text_gen|char_ram~23214feeder_combout ; +wire \text_gen|char_ram~56932_combout ; +wire \text_gen|char_ram~23214_q ; +wire \text_gen|char_ram~56930_combout ; +wire \text_gen|char_ram~26798_q ; +wire \text_gen|char_ram~25902feeder_combout ; +wire \text_gen|char_ram~54119_combout ; +wire \text_gen|char_ram~25902_q ; +wire \text_gen|char_ram~54452_combout ; +wire \text_gen|char_ram~22318_q ; +wire \text_gen|char_ram~48582_combout ; +wire \text_gen|char_ram~48583_combout ; +wire \text_gen|char_ram~56867_combout ; +wire \text_gen|char_ram~23270_q ; +wire \text_gen|char_ram~56865_combout ; +wire \text_gen|char_ram~26854_q ; +wire \text_gen|char_ram~25958feeder_combout ; +wire \text_gen|char_ram~54086_combout ; +wire \text_gen|char_ram~25958_q ; +wire \text_gen|char_ram~54465_combout ; +wire \text_gen|char_ram~22374_q ; +wire \text_gen|char_ram~48580_combout ; +wire \text_gen|char_ram~48581_combout ; +wire \text_gen|char_ram~48584_combout ; +wire \text_gen|char_ram~56880_combout ; +wire \text_gen|char_ram~23284_q ; +wire \text_gen|char_ram~56878_combout ; +wire \text_gen|char_ram~26868_q ; +wire \text_gen|char_ram~25972feeder_combout ; +wire \text_gen|char_ram~54089_combout ; +wire \text_gen|char_ram~25972_q ; +wire \text_gen|char_ram~54612_combout ; +wire \text_gen|char_ram~22388_q ; +wire \text_gen|char_ram~48585_combout ; +wire \text_gen|char_ram~48586_combout ; +wire \text_gen|char_ram~48587_combout ; +wire \text_gen|char_ram~53038_combout ; +wire \text_gen|char_ram~24558_q ; +wire \text_gen|char_ram~53812_combout ; +wire \text_gen|char_ram~28142_q ; +wire \text_gen|char_ram~27246feeder_combout ; +wire \text_gen|char_ram~55888_combout ; +wire \text_gen|char_ram~27246_q ; +wire \text_gen|char_ram~55108_combout ; +wire \text_gen|char_ram~23662_q ; +wire \text_gen|char_ram~48592_combout ; +wire \text_gen|char_ram~48593_combout ; +wire \text_gen|char_ram~53040_combout ; +wire \text_gen|char_ram~24572_q ; +wire \text_gen|char_ram~53814_combout ; +wire \text_gen|char_ram~28156_q ; +wire \text_gen|char_ram~55116_combout ; +wire \text_gen|char_ram~23676_q ; +wire \text_gen|char_ram~55896_combout ; +wire \text_gen|char_ram~27260_q ; +wire \text_gen|char_ram~48590_combout ; +wire \text_gen|char_ram~48591_combout ; +wire \text_gen|char_ram~48594_combout ; +wire \text_gen|char_ram~24628feeder_combout ; +wire \text_gen|char_ram~52999_combout ; +wire \text_gen|char_ram~24628_q ; +wire \text_gen|char_ram~53750_combout ; +wire \text_gen|char_ram~28212_q ; +wire \text_gen|char_ram~55832_combout ; +wire \text_gen|char_ram~27316_q ; +wire \text_gen|char_ram~55052_combout ; +wire \text_gen|char_ram~23732_q ; +wire \text_gen|char_ram~48595_combout ; +wire \text_gen|char_ram~48596_combout ; +wire \text_gen|char_ram~52997_combout ; +wire \text_gen|char_ram~24614_q ; +wire \text_gen|char_ram~53748_combout ; +wire \text_gen|char_ram~28198_q ; +wire \text_gen|char_ram~55824_combout ; +wire \text_gen|char_ram~27302_q ; +wire \text_gen|char_ram~55040_combout ; +wire \text_gen|char_ram~23718_q ; +wire \text_gen|char_ram~48588_combout ; +wire \text_gen|char_ram~48589_combout ; +wire \text_gen|char_ram~48597_combout ; +wire \text_gen|char_ram~22780feeder_combout ; +wire \text_gen|char_ram~53556_combout ; +wire \text_gen|char_ram~22780_q ; +wire \text_gen|char_ram~53359_combout ; +wire \text_gen|char_ram~26364_q ; +wire \text_gen|char_ram~55425_combout ; +wire \text_gen|char_ram~25468_q ; +wire \text_gen|char_ram~55698_combout ; +wire \text_gen|char_ram~21884_q ; +wire \text_gen|char_ram~48598_combout ; +wire \text_gen|char_ram~48599_combout ; +wire \text_gen|char_ram~22836feeder_combout ; +wire \text_gen|char_ram~53492_combout ; +wire \text_gen|char_ram~22836_q ; +wire \text_gen|char_ram~53357_combout ; +wire \text_gen|char_ram~26420_q ; +wire \text_gen|char_ram~55694_combout ; +wire \text_gen|char_ram~21940_q ; +wire \text_gen|char_ram~55393_combout ; +wire \text_gen|char_ram~25524_q ; +wire \text_gen|char_ram~48605_combout ; +wire \text_gen|char_ram~48606_combout ; +wire \text_gen|char_ram~53553_combout ; +wire \text_gen|char_ram~22766_q ; +wire \text_gen|char_ram~53125_combout ; +wire \text_gen|char_ram~26350_q ; +wire \text_gen|char_ram~55506_combout ; +wire \text_gen|char_ram~21870_q ; +wire \text_gen|char_ram~55244_combout ; +wire \text_gen|char_ram~25454_q ; +wire \text_gen|char_ram~48602_combout ; +wire \text_gen|char_ram~48603_combout ; +wire \text_gen|char_ram~53489_combout ; +wire \text_gen|char_ram~22822_q ; +wire \text_gen|char_ram~53087_combout ; +wire \text_gen|char_ram~26406_q ; +wire \text_gen|char_ram~55241_combout ; +wire \text_gen|char_ram~25510_q ; +wire \text_gen|char_ram~55502_combout ; +wire \text_gen|char_ram~21926_q ; +wire \text_gen|char_ram~48600_combout ; +wire \text_gen|char_ram~48601_combout ; +wire \text_gen|char_ram~48604_combout ; +wire \text_gen|char_ram~48607_combout ; +wire \text_gen|char_ram~48608_combout ; +wire \text_gen|char_ram~48619_combout ; +wire \text_gen|char_ram~53807_combout ; +wire \text_gen|char_ram~27806_q ; +wire \text_gen|char_ram~56921_combout ; +wire \text_gen|char_ram~28254_q ; +wire \text_gen|char_ram~55887_combout ; +wire \text_gen|char_ram~26910_q ; +wire \text_gen|char_ram~54706_combout ; +wire \text_gen|char_ram~27358_q ; +wire \text_gen|char_ram~48570_combout ; +wire \text_gen|char_ram~48571_combout ; +wire \text_gen|char_ram~53810_combout ; +wire \text_gen|char_ram~27820_q ; +wire \text_gen|char_ram~56929_combout ; +wire \text_gen|char_ram~28268_q ; +wire \text_gen|char_ram~55895_combout ; +wire \text_gen|char_ram~26924_q ; +wire \text_gen|char_ram~54913_combout ; +wire \text_gen|char_ram~27372_q ; +wire \text_gen|char_ram~48568_combout ; +wire \text_gen|char_ram~48569_combout ; +wire \text_gen|char_ram~48572_combout ; +wire \text_gen|char_ram~53740_combout ; +wire \text_gen|char_ram~27876_q ; +wire \text_gen|char_ram~56864_combout ; +wire \text_gen|char_ram~28324_q ; +wire \text_gen|char_ram~27428feeder_combout ; +wire \text_gen|char_ram~54911_combout ; +wire \text_gen|char_ram~27428_q ; +wire \text_gen|char_ram~55831_combout ; +wire \text_gen|char_ram~26980_q ; +wire \text_gen|char_ram~48573_combout ; +wire \text_gen|char_ram~48574_combout ; +wire \text_gen|char_ram~53741_combout ; +wire \text_gen|char_ram~27862_q ; +wire \text_gen|char_ram~56856_combout ; +wire \text_gen|char_ram~28310_q ; +wire \text_gen|char_ram~55823_combout ; +wire \text_gen|char_ram~26966_q ; +wire \text_gen|char_ram~54673_combout ; +wire \text_gen|char_ram~27414_q ; +wire \text_gen|char_ram~48566_combout ; +wire \text_gen|char_ram~48567_combout ; +wire \text_gen|char_ram~48575_combout ; +wire \text_gen|char_ram~55424_combout ; +wire \text_gen|char_ram~25132_q ; +wire \text_gen|char_ram~54118_combout ; +wire \text_gen|char_ram~25580_q ; +wire \text_gen|char_ram~48535_combout ; +wire \text_gen|char_ram~56926_combout ; +wire \text_gen|char_ram~26476_q ; +wire \text_gen|char_ram~53355_combout ; +wire \text_gen|char_ram~26028_q ; +wire \text_gen|char_ram~48536_combout ; +wire \text_gen|char_ram~53354_combout ; +wire \text_gen|char_ram~26084_q ; +wire \text_gen|char_ram~55392_combout ; +wire \text_gen|char_ram~25188_q ; +wire \text_gen|char_ram~54085_combout ; +wire \text_gen|char_ram~25636_q ; +wire \text_gen|char_ram~48542_combout ; +wire \text_gen|char_ram~56861_combout ; +wire \text_gen|char_ram~26532_q ; +wire \text_gen|char_ram~48543_combout ; +wire \text_gen|char_ram~56853_combout ; +wire \text_gen|char_ram~26518_q ; +wire \text_gen|char_ram~55240_combout ; +wire \text_gen|char_ram~25174_q ; +wire \text_gen|char_ram~25622feeder_combout ; +wire \text_gen|char_ram~54083_combout ; +wire \text_gen|char_ram~25622_q ; +wire \text_gen|char_ram~48537_combout ; +wire \text_gen|char_ram~53083_combout ; +wire \text_gen|char_ram~26070_q ; +wire \text_gen|char_ram~48538_combout ; +wire \text_gen|char_ram~54116_combout ; +wire \text_gen|char_ram~25566_q ; +wire \text_gen|char_ram~55243_combout ; +wire \text_gen|char_ram~25118_q ; +wire \text_gen|char_ram~48539_combout ; +wire \text_gen|char_ram~53121_combout ; +wire \text_gen|char_ram~26014_q ; +wire \text_gen|char_ram~56918_combout ; +wire \text_gen|char_ram~26462_q ; +wire \text_gen|char_ram~48540_combout ; +wire \text_gen|char_ram~48541_combout ; +wire \text_gen|char_ram~48544_combout ; +wire \text_gen|char_ram~24222feeder_combout ; +wire \text_gen|char_ram~53033_combout ; +wire \text_gen|char_ram~24222_q ; +wire \text_gen|char_ram~56919_combout ; +wire \text_gen|char_ram~24670_q ; +wire \text_gen|char_ram~55107_combout ; +wire \text_gen|char_ram~23326_q ; +wire \text_gen|char_ram~54327_combout ; +wire \text_gen|char_ram~23774_q ; +wire \text_gen|char_ram~48549_combout ; +wire \text_gen|char_ram~48550_combout ; +wire \text_gen|char_ram~53036_combout ; +wire \text_gen|char_ram~24236_q ; +wire \text_gen|char_ram~55115_combout ; +wire \text_gen|char_ram~23340_q ; +wire \text_gen|char_ram~23788feeder_combout ; +wire \text_gen|char_ram~54335_combout ; +wire \text_gen|char_ram~23788_q ; +wire \text_gen|char_ram~48547_combout ; +wire \text_gen|char_ram~56927_combout ; +wire \text_gen|char_ram~24684_q ; +wire \text_gen|char_ram~48548_combout ; +wire \text_gen|char_ram~48551_combout ; +wire \text_gen|char_ram~55039_combout ; +wire \text_gen|char_ram~23382_q ; +wire \text_gen|char_ram~54263_combout ; +wire \text_gen|char_ram~23830_q ; +wire \text_gen|char_ram~48545_combout ; +wire \text_gen|char_ram~24278feeder_combout ; +wire \text_gen|char_ram~52990_combout ; +wire \text_gen|char_ram~24278_q ; +wire \text_gen|char_ram~56854_combout ; +wire \text_gen|char_ram~24726_q ; +wire \text_gen|char_ram~48546_combout ; +wire \text_gen|char_ram~52995_combout ; +wire \text_gen|char_ram~24292_q ; +wire \text_gen|char_ram~56862_combout ; +wire \text_gen|char_ram~24740_q ; +wire \text_gen|char_ram~55051_combout ; +wire \text_gen|char_ram~23396_q ; +wire \text_gen|char_ram~23844feeder_combout ; +wire \text_gen|char_ram~54271_combout ; +wire \text_gen|char_ram~23844_q ; +wire \text_gen|char_ram~48552_combout ; +wire \text_gen|char_ram~48553_combout ; +wire \text_gen|char_ram~48554_combout ; +wire \text_gen|char_ram~55697_combout ; +wire \text_gen|char_ram~21548_q ; +wire \text_gen|char_ram~54603_combout ; +wire \text_gen|char_ram~21996_q ; +wire \text_gen|char_ram~48555_combout ; +wire \text_gen|char_ram~56928_combout ; +wire \text_gen|char_ram~22892_q ; +wire \text_gen|char_ram~22444feeder_combout ; +wire \text_gen|char_ram~53552_combout ; +wire \text_gen|char_ram~22444_q ; +wire \text_gen|char_ram~48556_combout ; +wire \text_gen|char_ram~53486_combout ; +wire \text_gen|char_ram~22486_q ; +wire \text_gen|char_ram~56855_combout ; +wire \text_gen|char_ram~22934_q ; +wire \text_gen|char_ram~55501_combout ; +wire \text_gen|char_ram~21590_q ; +wire \text_gen|char_ram~22038feeder_combout ; +wire \text_gen|char_ram~54459_combout ; +wire \text_gen|char_ram~22038_q ; +wire \text_gen|char_ram~48557_combout ; +wire \text_gen|char_ram~48558_combout ; +wire \text_gen|char_ram~54463_combout ; +wire \text_gen|char_ram~21982_q ; +wire \text_gen|char_ram~55505_combout ; +wire \text_gen|char_ram~21534_q ; +wire \text_gen|char_ram~48559_combout ; +wire \text_gen|char_ram~56920_combout ; +wire \text_gen|char_ram~22878_q ; +wire \text_gen|char_ram~53550_combout ; +wire \text_gen|char_ram~22430_q ; +wire \text_gen|char_ram~48560_combout ; +wire \text_gen|char_ram~48561_combout ; +wire \text_gen|char_ram~53488_combout ; +wire \text_gen|char_ram~22500_q ; +wire \text_gen|char_ram~56863_combout ; +wire \text_gen|char_ram~22948_q ; +wire \text_gen|char_ram~55693_combout ; +wire \text_gen|char_ram~21604_q ; +wire \text_gen|char_ram~22052feeder_combout ; +wire \text_gen|char_ram~54611_combout ; +wire \text_gen|char_ram~22052_q ; +wire \text_gen|char_ram~48562_combout ; +wire \text_gen|char_ram~48563_combout ; +wire \text_gen|char_ram~48564_combout ; +wire \text_gen|char_ram~48565_combout ; +wire \text_gen|char_ram~48576_combout ; +wire \text_gen|char_ram~25748feeder_combout ; +wire \text_gen|char_ram~54076_combout ; +wire \text_gen|char_ram~25748_q ; +wire \text_gen|char_ram~54609_combout ; +wire \text_gen|char_ram~22164_q ; +wire \text_gen|char_ram~48500_combout ; +wire \text_gen|char_ram~23060feeder_combout ; +wire \text_gen|char_ram~56847_combout ; +wire \text_gen|char_ram~23060_q ; +wire \text_gen|char_ram~56845_combout ; +wire \text_gen|char_ram~26644_q ; +wire \text_gen|char_ram~48501_combout ; +wire \text_gen|char_ram~56896_combout ; +wire \text_gen|char_ram~23004_q ; +wire \text_gen|char_ram~56894_combout ; +wire \text_gen|char_ram~26588_q ; +wire \text_gen|char_ram~54110_combout ; +wire \text_gen|char_ram~25692_q ; +wire \text_gen|char_ram~54601_combout ; +wire \text_gen|char_ram~22108_q ; +wire \text_gen|char_ram~48493_combout ; +wire \text_gen|char_ram~48494_combout ; +wire \text_gen|char_ram~56835_combout ; +wire \text_gen|char_ram~23046_q ; +wire \text_gen|char_ram~56833_combout ; +wire \text_gen|char_ram~26630_q ; +wire \text_gen|char_ram~54457_combout ; +wire \text_gen|char_ram~22150_q ; +wire \text_gen|char_ram~25734feeder_combout ; +wire \text_gen|char_ram~54074_combout ; +wire \text_gen|char_ram~25734_q ; +wire \text_gen|char_ram~48495_combout ; +wire \text_gen|char_ram~48496_combout ; +wire \text_gen|char_ram~56882_combout ; +wire \text_gen|char_ram~26574_q ; +wire \text_gen|char_ram~56884_combout ; +wire \text_gen|char_ram~22990_q ; +wire \text_gen|char_ram~54108_combout ; +wire \text_gen|char_ram~25678_q ; +wire \text_gen|char_ram~54461_combout ; +wire \text_gen|char_ram~22094_q ; +wire \text_gen|char_ram~48497_combout ; +wire \text_gen|char_ram~48498_combout ; +wire \text_gen|char_ram~48499_combout ; +wire \text_gen|char_ram~48502_combout ; +wire \text_gen|char_ram~52984_combout ; +wire \text_gen|char_ram~24390_q ; +wire \text_gen|char_ram~53749_combout ; +wire \text_gen|char_ram~27974_q ; +wire \text_gen|char_ram~55037_combout ; +wire \text_gen|char_ram~23494_q ; +wire \text_gen|char_ram~55821_combout ; +wire \text_gen|char_ram~27078_q ; +wire \text_gen|char_ram~48503_combout ; +wire \text_gen|char_ram~48504_combout ; +wire \text_gen|char_ram~52988_combout ; +wire \text_gen|char_ram~24404_q ; +wire \text_gen|char_ram~53747_combout ; +wire \text_gen|char_ram~27988_q ; +wire \text_gen|char_ram~55829_combout ; +wire \text_gen|char_ram~27092_q ; +wire \text_gen|char_ram~55049_combout ; +wire \text_gen|char_ram~23508_q ; +wire \text_gen|char_ram~48510_combout ; +wire \text_gen|char_ram~48511_combout ; +wire \text_gen|char_ram~24334feeder_combout ; +wire \text_gen|char_ram~53026_combout ; +wire \text_gen|char_ram~24334_q ; +wire \text_gen|char_ram~53800_combout ; +wire \text_gen|char_ram~27918_q ; +wire \text_gen|char_ram~55885_combout ; +wire \text_gen|char_ram~27022_q ; +wire \text_gen|char_ram~55106_combout ; +wire \text_gen|char_ram~23438_q ; +wire \text_gen|char_ram~48507_combout ; +wire \text_gen|char_ram~48508_combout ; +wire \text_gen|char_ram~24348feeder_combout ; +wire \text_gen|char_ram~53028_combout ; +wire \text_gen|char_ram~24348_q ; +wire \text_gen|char_ram~53802_combout ; +wire \text_gen|char_ram~27932_q ; +wire \text_gen|char_ram~55893_combout ; +wire \text_gen|char_ram~27036_q ; +wire \text_gen|char_ram~55113_combout ; +wire \text_gen|char_ram~23452_q ; +wire \text_gen|char_ram~48505_combout ; +wire \text_gen|char_ram~48506_combout ; +wire \text_gen|char_ram~48509_combout ; +wire \text_gen|char_ram~48512_combout ; +wire \text_gen|char_ram~22556feeder_combout ; +wire \text_gen|char_ram~53548_combout ; +wire \text_gen|char_ram~22556_q ; +wire \text_gen|char_ram~53347_combout ; +wire \text_gen|char_ram~26140_q ; +wire \text_gen|char_ram~25244feeder_combout ; +wire \text_gen|char_ram~55422_combout ; +wire \text_gen|char_ram~25244_q ; +wire \text_gen|char_ram~55696_combout ; +wire \text_gen|char_ram~21660_q ; +wire \text_gen|char_ram~48513_combout ; +wire \text_gen|char_ram~48514_combout ; +wire \text_gen|char_ram~53482_combout ; +wire \text_gen|char_ram~22598_q ; +wire \text_gen|char_ram~53077_combout ; +wire \text_gen|char_ram~26182_q ; +wire \text_gen|char_ram~55239_combout ; +wire \text_gen|char_ram~25286_q ; +wire \text_gen|char_ram~55500_combout ; +wire \text_gen|char_ram~21702_q ; +wire \text_gen|char_ram~48515_combout ; +wire \text_gen|char_ram~48516_combout ; +wire \text_gen|char_ram~53546_combout ; +wire \text_gen|char_ram~22542_q ; +wire \text_gen|char_ram~53117_combout ; +wire \text_gen|char_ram~26126_q ; +wire \text_gen|char_ram~55245_combout ; +wire \text_gen|char_ram~25230_q ; +wire \text_gen|char_ram~55504_combout ; +wire \text_gen|char_ram~21646_q ; +wire \text_gen|char_ram~48517_combout ; +wire \text_gen|char_ram~48518_combout ; +wire \text_gen|char_ram~48519_combout ; +wire \text_gen|char_ram~22612feeder_combout ; +wire \text_gen|char_ram~53484_combout ; +wire \text_gen|char_ram~22612_q ; +wire \text_gen|char_ram~53345_combout ; +wire \text_gen|char_ram~26196_q ; +wire \text_gen|char_ram~55390_combout ; +wire \text_gen|char_ram~25300_q ; +wire \text_gen|char_ram~55692_combout ; +wire \text_gen|char_ram~21716_q ; +wire \text_gen|char_ram~48520_combout ; +wire \text_gen|char_ram~48521_combout ; +wire \text_gen|char_ram~48522_combout ; +wire \text_gen|char_ram~48523_combout ; +wire \text_gen|char_ram~28436feeder_combout ; +wire \text_gen|char_ram~56848_combout ; +wire \text_gen|char_ram~28436_q ; +wire \text_gen|char_ram~56846_combout ; +wire \text_gen|char_ram~24852_q ; +wire \text_gen|char_ram~54907_combout ; +wire \text_gen|char_ram~27540_q ; +wire \text_gen|char_ram~54269_combout ; +wire \text_gen|char_ram~23956_q ; +wire \text_gen|char_ram~48531_combout ; +wire \text_gen|char_ram~48532_combout ; +wire \text_gen|char_ram~56834_combout ; +wire \text_gen|char_ram~24838_q ; +wire \text_gen|char_ram~56836_combout ; +wire \text_gen|char_ram~28422_q ; +wire \text_gen|char_ram~54664_combout ; +wire \text_gen|char_ram~27526_q ; +wire \text_gen|char_ram~54261_combout ; +wire \text_gen|char_ram~23942_q ; +wire \text_gen|char_ram~48524_combout ; +wire \text_gen|char_ram~48525_combout ; +wire \text_gen|char_ram~24796feeder_combout ; +wire \text_gen|char_ram~56895_combout ; +wire \text_gen|char_ram~24796_q ; +wire \text_gen|char_ram~56897_combout ; +wire \text_gen|char_ram~28380_q ; +wire \text_gen|char_ram~54909_combout ; +wire \text_gen|char_ram~27484_q ; +wire \text_gen|char_ram~54333_combout ; +wire \text_gen|char_ram~23900_q ; +wire \text_gen|char_ram~48526_combout ; +wire \text_gen|char_ram~48527_combout ; +wire \text_gen|char_ram~24782feeder_combout ; +wire \text_gen|char_ram~56883_combout ; +wire \text_gen|char_ram~24782_q ; +wire \text_gen|char_ram~56885_combout ; +wire \text_gen|char_ram~28366_q ; +wire \text_gen|char_ram~27470feeder_combout ; +wire \text_gen|char_ram~54698_combout ; +wire \text_gen|char_ram~27470_q ; +wire \text_gen|char_ram~23886feeder_combout ; +wire \text_gen|char_ram~54325_combout ; +wire \text_gen|char_ram~23886_q ; +wire \text_gen|char_ram~48528_combout ; +wire \text_gen|char_ram~48529_combout ; +wire \text_gen|char_ram~48530_combout ; +wire \text_gen|char_ram~48533_combout ; +wire \text_gen|char_ram~48534_combout ; +wire \text_gen|char_ram~48577_combout ; +wire \text_gen|char_ram~48620_combout ; +wire \text_gen|char_ram~6190feeder_combout ; +wire \text_gen|char_ram~54709_combout ; +wire \text_gen|char_ram~6190_q ; +wire \text_gen|char_ram~54676_combout ; +wire \text_gen|char_ram~6246_q ; +wire \text_gen|char_ram~54243_combout ; +wire \text_gen|char_ram~2662_q ; +wire \text_gen|char_ram~54312_combout ; +wire \text_gen|char_ram~2606_q ; +wire \text_gen|char_ram~48407_combout ; +wire \text_gen|char_ram~48408_combout ; +wire \text_gen|char_ram~54632_combout ; +wire \text_gen|char_ram~884_q ; +wire \text_gen|char_ram~54069_combout ; +wire \text_gen|char_ram~4468_q ; +wire \text_gen|char_ram~54071_combout ; +wire \text_gen|char_ram~4412_q ; +wire \text_gen|char_ram~54640_combout ; +wire \text_gen|char_ram~828_q ; +wire \text_gen|char_ram~48409_combout ; +wire \text_gen|char_ram~48410_combout ; +wire \text_gen|char_ram~870feeder_combout ; +wire \text_gen|char_ram~54434_combout ; +wire \text_gen|char_ram~870_q ; +wire \text_gen|char_ram~54037_combout ; +wire \text_gen|char_ram~4454_q ; +wire \text_gen|char_ram~54039_combout ; +wire \text_gen|char_ram~4398_q ; +wire \text_gen|char_ram~54439_combout ; +wire \text_gen|char_ram~814_q ; +wire \text_gen|char_ram~48411_combout ; +wire \text_gen|char_ram~48412_combout ; +wire \text_gen|char_ram~48413_combout ; +wire \text_gen|char_ram~54899_combout ; +wire \text_gen|char_ram~6260_q ; +wire \text_gen|char_ram~6204feeder_combout ; +wire \text_gen|char_ram~54901_combout ; +wire \text_gen|char_ram~6204_q ; +wire \text_gen|char_ram~54320_combout ; +wire \text_gen|char_ram~2620_q ; +wire \text_gen|char_ram~54255_combout ; +wire \text_gen|char_ram~2676_q ; +wire \text_gen|char_ram~48414_combout ; +wire \text_gen|char_ram~48415_combout ; +wire \text_gen|char_ram~48416_combout ; +wire \text_gen|char_ram~55012_combout ; +wire \text_gen|char_ram~2228_q ; +wire \text_gen|char_ram~55016_combout ; +wire \text_gen|char_ram~2214_q ; +wire \text_gen|char_ram~55678_combout ; +wire \text_gen|char_ram~436_q ; +wire \text_gen|char_ram~55484_combout ; +wire \text_gen|char_ram~422_q ; +wire \text_gen|char_ram~48429_combout ; +wire \text_gen|char_ram~48430_combout ; +wire \text_gen|char_ram~2158feeder_combout ; +wire \text_gen|char_ram~55092_combout ; +wire \text_gen|char_ram~2158_q ; +wire \text_gen|char_ram~55100_combout ; +wire \text_gen|char_ram~2172_q ; +wire \text_gen|char_ram~55682_combout ; +wire \text_gen|char_ram~380_q ; +wire \text_gen|char_ram~55488_combout ; +wire \text_gen|char_ram~366_q ; +wire \text_gen|char_ram~48431_combout ; +wire \text_gen|char_ram~48432_combout ; +wire \text_gen|char_ram~48433_combout ; +wire \text_gen|char_ram~55389_combout ; +wire \text_gen|char_ram~4020_q ; +wire \text_gen|char_ram~55815_combout ; +wire \text_gen|char_ram~5812_q ; +wire \text_gen|char_ram~55223_combout ; +wire \text_gen|char_ram~4006_q ; +wire \text_gen|char_ram~55807_combout ; +wire \text_gen|char_ram~5798_q ; +wire \text_gen|char_ram~48434_combout ; +wire \text_gen|char_ram~48435_combout ; +wire \text_gen|char_ram~3964feeder_combout ; +wire \text_gen|char_ram~55421_combout ; +wire \text_gen|char_ram~3964_q ; +wire \text_gen|char_ram~55880_combout ; +wire \text_gen|char_ram~5756_q ; +wire \text_gen|char_ram~55227_combout ; +wire \text_gen|char_ram~3950_q ; +wire \text_gen|char_ram~55872_combout ; +wire \text_gen|char_ram~5742_q ; +wire \text_gen|char_ram~48427_combout ; +wire \text_gen|char_ram~48428_combout ; +wire \text_gen|char_ram~48436_combout ; +wire \text_gen|char_ram~52971_combout ; +wire \text_gen|char_ram~3124_q ; +wire \text_gen|char_ram~53475_combout ; +wire \text_gen|char_ram~1332_q ; +wire \text_gen|char_ram~52932_combout ; +wire \text_gen|char_ram~3110_q ; +wire \text_gen|char_ram~53472_combout ; +wire \text_gen|char_ram~1318_q ; +wire \text_gen|char_ram~48417_combout ; +wire \text_gen|char_ram~48418_combout ; +wire \text_gen|char_ram~53731_combout ; +wire \text_gen|char_ram~6694_q ; +wire \text_gen|char_ram~53733_combout ; +wire \text_gen|char_ram~6708_q ; +wire \text_gen|char_ram~53341_combout ; +wire \text_gen|char_ram~4916_q ; +wire \text_gen|char_ram~53086_combout ; +wire \text_gen|char_ram~4902_q ; +wire \text_gen|char_ram~48424_combout ; +wire \text_gen|char_ram~48425_combout ; +wire \text_gen|char_ram~53540_combout ; +wire \text_gen|char_ram~1276_q ; +wire \text_gen|char_ram~52973_combout ; +wire \text_gen|char_ram~3068_q ; +wire \text_gen|char_ram~52934_combout ; +wire \text_gen|char_ram~3054_q ; +wire \text_gen|char_ram~53537_combout ; +wire \text_gen|char_ram~1262_q ; +wire \text_gen|char_ram~48421_combout ; +wire \text_gen|char_ram~48422_combout ; +wire \text_gen|char_ram~6638feeder_combout ; +wire \text_gen|char_ram~53796_combout ; +wire \text_gen|char_ram~6638_q ; +wire \text_gen|char_ram~53798_combout ; +wire \text_gen|char_ram~6652_q ; +wire \text_gen|char_ram~53124_combout ; +wire \text_gen|char_ram~4846_q ; +wire \text_gen|char_ram~53343_combout ; +wire \text_gen|char_ram~4860_q ; +wire \text_gen|char_ram~48419_combout ; +wire \text_gen|char_ram~48420_combout ; +wire \text_gen|char_ram~48423_combout ; +wire \text_gen|char_ram~48426_combout ; +wire \text_gen|char_ram~48437_combout ; +wire \text_gen|char_ram~5308feeder_combout ; +wire \text_gen|char_ram~56722_combout ; +wire \text_gen|char_ram~5308_q ; +wire \text_gen|char_ram~56706_combout ; +wire \text_gen|char_ram~5364_q ; +wire \text_gen|char_ram~56708_combout ; +wire \text_gen|char_ram~1780_q ; +wire \text_gen|char_ram~56724_combout ; +wire \text_gen|char_ram~1724_q ; +wire \text_gen|char_ram~48438_combout ; +wire \text_gen|char_ram~48439_combout ; +wire \text_gen|char_ram~56707_combout ; +wire \text_gen|char_ram~3572_q ; +wire \text_gen|char_ram~56709_combout ; +wire \text_gen|char_ram~7156_q ; +wire \text_gen|char_ram~3516feeder_combout ; +wire \text_gen|char_ram~56723_combout ; +wire \text_gen|char_ram~3516_q ; +wire \text_gen|char_ram~7100feeder_combout ; +wire \text_gen|char_ram~56725_combout ; +wire \text_gen|char_ram~7100_q ; +wire \text_gen|char_ram~48445_combout ; +wire \text_gen|char_ram~48446_combout ; +wire \text_gen|char_ram~56515_combout ; +wire \text_gen|char_ram~3558_q ; +wire \text_gen|char_ram~56517_combout ; +wire \text_gen|char_ram~7142_q ; +wire \text_gen|char_ram~56533_combout ; +wire \text_gen|char_ram~7086_q ; +wire \text_gen|char_ram~56531_combout ; +wire \text_gen|char_ram~3502_q ; +wire \text_gen|char_ram~48440_combout ; +wire \text_gen|char_ram~48441_combout ; +wire \text_gen|char_ram~56530_combout ; +wire \text_gen|char_ram~5294_q ; +wire \text_gen|char_ram~56514_combout ; +wire \text_gen|char_ram~5350_q ; +wire \text_gen|char_ram~56532_combout ; +wire \text_gen|char_ram~1710_q ; +wire \text_gen|char_ram~1766feeder_combout ; +wire \text_gen|char_ram~56516_combout ; +wire \text_gen|char_ram~1766_q ; +wire \text_gen|char_ram~48442_combout ; +wire \text_gen|char_ram~48443_combout ; +wire \text_gen|char_ram~48444_combout ; +wire \text_gen|char_ram~48447_combout ; +wire \text_gen|char_ram~48448_combout ; +wire \text_gen|char_ram~2116feeder_combout ; +wire \text_gen|char_ram~55009_combout ; +wire \text_gen|char_ram~2116_q ; +wire \text_gen|char_ram~55675_combout ; +wire \text_gen|char_ram~324_q ; +wire \text_gen|char_ram~55481_combout ; +wire \text_gen|char_ram~310_q ; +wire \text_gen|char_ram~48302_combout ; +wire \text_gen|char_ram~2102feeder_combout ; +wire \text_gen|char_ram~55013_combout ; +wire \text_gen|char_ram~2102_q ; +wire \text_gen|char_ram~48303_combout ; +wire \text_gen|char_ram~2046feeder_combout ; +wire \text_gen|char_ram~55089_combout ; +wire \text_gen|char_ram~2046_q ; +wire \text_gen|char_ram~55098_combout ; +wire \text_gen|char_ram~2060_q ; +wire \text_gen|char_ram~268feeder_combout ; +wire \text_gen|char_ram~55679_combout ; +wire \text_gen|char_ram~268_q ; +wire \text_gen|char_ram~55485_combout ; +wire \text_gen|char_ram~254_q ; +wire \text_gen|char_ram~48304_combout ; +wire \text_gen|char_ram~48305_combout ; +wire \text_gen|char_ram~48306_combout ; +wire \text_gen|char_ram~3838feeder_combout ; +wire \text_gen|char_ram~55224_combout ; +wire \text_gen|char_ram~3838_q ; +wire \text_gen|char_ram~55870_combout ; +wire \text_gen|char_ram~5630_q ; +wire \text_gen|char_ram~48300_combout ; +wire \text_gen|char_ram~3852feeder_combout ; +wire \text_gen|char_ram~55418_combout ; +wire \text_gen|char_ram~3852_q ; +wire \text_gen|char_ram~55878_combout ; +wire \text_gen|char_ram~5644_q ; +wire \text_gen|char_ram~48301_combout ; +wire \text_gen|char_ram~3908feeder_combout ; +wire \text_gen|char_ram~55386_combout ; +wire \text_gen|char_ram~3908_q ; +wire \text_gen|char_ram~55805_combout ; +wire \text_gen|char_ram~5686_q ; +wire \text_gen|char_ram~55220_combout ; +wire \text_gen|char_ram~3894_q ; +wire \text_gen|char_ram~48307_combout ; +wire \text_gen|char_ram~5700feeder_combout ; +wire \text_gen|char_ram~55813_combout ; +wire \text_gen|char_ram~5700_q ; +wire \text_gen|char_ram~48308_combout ; +wire \text_gen|char_ram~48309_combout ; +wire \text_gen|char_ram~54701_combout ; +wire \text_gen|char_ram~6078_q ; +wire \text_gen|char_ram~54667_combout ; +wire \text_gen|char_ram~6134_q ; +wire \text_gen|char_ram~2550feeder_combout ; +wire \text_gen|char_ram~54241_combout ; +wire \text_gen|char_ram~2550_q ; +wire \text_gen|char_ram~54310_combout ; +wire \text_gen|char_ram~2494_q ; +wire \text_gen|char_ram~48290_combout ; +wire \text_gen|char_ram~48291_combout ; +wire \text_gen|char_ram~6092feeder_combout ; +wire \text_gen|char_ram~54893_combout ; +wire \text_gen|char_ram~6092_q ; +wire \text_gen|char_ram~54891_combout ; +wire \text_gen|char_ram~6148_q ; +wire \text_gen|char_ram~54318_combout ; +wire \text_gen|char_ram~2508_q ; +wire \text_gen|char_ram~2564feeder_combout ; +wire \text_gen|char_ram~54253_combout ; +wire \text_gen|char_ram~2564_q ; +wire \text_gen|char_ram~48297_combout ; +wire \text_gen|char_ram~48298_combout ; +wire \text_gen|char_ram~772feeder_combout ; +wire \text_gen|char_ram~54629_combout ; +wire \text_gen|char_ram~772_q ; +wire \text_gen|char_ram~4356feeder_combout ; +wire \text_gen|char_ram~54057_combout ; +wire \text_gen|char_ram~4356_q ; +wire \text_gen|char_ram~4300feeder_combout ; +wire \text_gen|char_ram~54059_combout ; +wire \text_gen|char_ram~4300_q ; +wire \text_gen|char_ram~54637_combout ; +wire \text_gen|char_ram~716_q ; +wire \text_gen|char_ram~48292_combout ; +wire \text_gen|char_ram~48293_combout ; +wire \text_gen|char_ram~758feeder_combout ; +wire \text_gen|char_ram~54437_combout ; +wire \text_gen|char_ram~758_q ; +wire \text_gen|char_ram~54029_combout ; +wire \text_gen|char_ram~4342_q ; +wire \text_gen|char_ram~4286feeder_combout ; +wire \text_gen|char_ram~54031_combout ; +wire \text_gen|char_ram~4286_q ; +wire \text_gen|char_ram~54441_combout ; +wire \text_gen|char_ram~702_q ; +wire \text_gen|char_ram~48294_combout ; +wire \text_gen|char_ram~48295_combout ; +wire \text_gen|char_ram~48296_combout ; +wire \text_gen|char_ram~48299_combout ; +wire \text_gen|char_ram~48310_combout ; +wire \text_gen|char_ram~5196feeder_combout ; +wire \text_gen|char_ram~56715_combout ; +wire \text_gen|char_ram~5196_q ; +wire \text_gen|char_ram~56699_combout ; +wire \text_gen|char_ram~5252_q ; +wire \text_gen|char_ram~1668feeder_combout ; +wire \text_gen|char_ram~56700_combout ; +wire \text_gen|char_ram~1668_q ; +wire \text_gen|char_ram~56716_combout ; +wire \text_gen|char_ram~1612_q ; +wire \text_gen|char_ram~48311_combout ; +wire \text_gen|char_ram~48312_combout ; +wire \text_gen|char_ram~56698_combout ; +wire \text_gen|char_ram~3460_q ; +wire \text_gen|char_ram~56701_combout ; +wire \text_gen|char_ram~7044_q ; +wire \text_gen|char_ram~56717_combout ; +wire \text_gen|char_ram~6988_q ; +wire \text_gen|char_ram~56714_combout ; +wire \text_gen|char_ram~3404_q ; +wire \text_gen|char_ram~48318_combout ; +wire \text_gen|char_ram~48319_combout ; +wire \text_gen|char_ram~3446feeder_combout ; +wire \text_gen|char_ram~56505_combout ; +wire \text_gen|char_ram~3446_q ; +wire \text_gen|char_ram~56509_combout ; +wire \text_gen|char_ram~7030_q ; +wire \text_gen|char_ram~56522_combout ; +wire \text_gen|char_ram~3390_q ; +wire \text_gen|char_ram~6974feeder_combout ; +wire \text_gen|char_ram~56525_combout ; +wire \text_gen|char_ram~6974_q ; +wire \text_gen|char_ram~48313_combout ; +wire \text_gen|char_ram~48314_combout ; +wire \text_gen|char_ram~5182feeder_combout ; +wire \text_gen|char_ram~56523_combout ; +wire \text_gen|char_ram~5182_q ; +wire \text_gen|char_ram~56506_combout ; +wire \text_gen|char_ram~5238_q ; +wire \text_gen|char_ram~56508_combout ; +wire \text_gen|char_ram~1654_q ; +wire \text_gen|char_ram~56524_combout ; +wire \text_gen|char_ram~1598_q ; +wire \text_gen|char_ram~48315_combout ; +wire \text_gen|char_ram~48316_combout ; +wire \text_gen|char_ram~48317_combout ; +wire \text_gen|char_ram~48320_combout ; +wire \text_gen|char_ram~52962_combout ; +wire \text_gen|char_ram~3012_q ; +wire \text_gen|char_ram~52916_combout ; +wire \text_gen|char_ram~2998_q ; +wire \text_gen|char_ram~53464_combout ; +wire \text_gen|char_ram~1206_q ; +wire \text_gen|char_ram~48280_combout ; +wire \text_gen|char_ram~53467_combout ; +wire \text_gen|char_ram~1220_q ; +wire \text_gen|char_ram~48281_combout ; +wire \text_gen|char_ram~6582feeder_combout ; +wire \text_gen|char_ram~53718_combout ; +wire \text_gen|char_ram~6582_q ; +wire \text_gen|char_ram~53721_combout ; +wire \text_gen|char_ram~6596_q ; +wire \text_gen|char_ram~53066_combout ; +wire \text_gen|char_ram~4790_q ; +wire \text_gen|char_ram~53326_combout ; +wire \text_gen|char_ram~4804_q ; +wire \text_gen|char_ram~48287_combout ; +wire \text_gen|char_ram~48288_combout ; +wire \text_gen|char_ram~53532_combout ; +wire \text_gen|char_ram~1164_q ; +wire \text_gen|char_ram~52964_combout ; +wire \text_gen|char_ram~2956_q ; +wire \text_gen|char_ram~52918_combout ; +wire \text_gen|char_ram~2942_q ; +wire \text_gen|char_ram~53529_combout ; +wire \text_gen|char_ram~1150_q ; +wire \text_gen|char_ram~48284_combout ; +wire \text_gen|char_ram~48285_combout ; +wire \text_gen|char_ram~53786_combout ; +wire \text_gen|char_ram~6540_q ; +wire \text_gen|char_ram~4748feeder_combout ; +wire \text_gen|char_ram~53328_combout ; +wire \text_gen|char_ram~4748_q ; +wire \text_gen|char_ram~53112_combout ; +wire \text_gen|char_ram~4734_q ; +wire \text_gen|char_ram~48282_combout ; +wire \text_gen|char_ram~53783_combout ; +wire \text_gen|char_ram~6526_q ; +wire \text_gen|char_ram~48283_combout ; +wire \text_gen|char_ram~48286_combout ; +wire \text_gen|char_ram~48289_combout ; +wire \text_gen|char_ram~48321_combout ; +wire \text_gen|char_ram~6932feeder_combout ; +wire \text_gen|char_ram~56697_combout ; +wire \text_gen|char_ram~6932_q ; +wire \text_gen|char_ram~56695_combout ; +wire \text_gen|char_ram~3348_q ; +wire \text_gen|char_ram~6876feeder_combout ; +wire \text_gen|char_ram~56713_combout ; +wire \text_gen|char_ram~6876_q ; +wire \text_gen|char_ram~3292feeder_combout ; +wire \text_gen|char_ram~56711_combout ; +wire \text_gen|char_ram~3292_q ; +wire \text_gen|char_ram~48360_combout ; +wire \text_gen|char_ram~48361_combout ; +wire \text_gen|char_ram~56710_combout ; +wire \text_gen|char_ram~5084_q ; +wire \text_gen|char_ram~56694_combout ; +wire \text_gen|char_ram~5140_q ; +wire \text_gen|char_ram~56712_combout ; +wire \text_gen|char_ram~1500_q ; +wire \text_gen|char_ram~1556feeder_combout ; +wire \text_gen|char_ram~56696_combout ; +wire \text_gen|char_ram~1556_q ; +wire \text_gen|char_ram~48353_combout ; +wire \text_gen|char_ram~48354_combout ; +wire \text_gen|char_ram~56518_combout ; +wire \text_gen|char_ram~5070_q ; +wire \text_gen|char_ram~56500_combout ; +wire \text_gen|char_ram~5126_q ; +wire \text_gen|char_ram~1542feeder_combout ; +wire \text_gen|char_ram~56502_combout ; +wire \text_gen|char_ram~1542_q ; +wire \text_gen|char_ram~56520_combout ; +wire \text_gen|char_ram~1486_q ; +wire \text_gen|char_ram~48357_combout ; +wire \text_gen|char_ram~48358_combout ; +wire \text_gen|char_ram~3334feeder_combout ; +wire \text_gen|char_ram~56501_combout ; +wire \text_gen|char_ram~3334_q ; +wire \text_gen|char_ram~56503_combout ; +wire \text_gen|char_ram~6918_q ; +wire \text_gen|char_ram~6862feeder_combout ; +wire \text_gen|char_ram~56521_combout ; +wire \text_gen|char_ram~6862_q ; +wire \text_gen|char_ram~56519_combout ; +wire \text_gen|char_ram~3278_q ; +wire \text_gen|char_ram~48355_combout ; +wire \text_gen|char_ram~48356_combout ; +wire \text_gen|char_ram~48359_combout ; +wire \text_gen|char_ram~48362_combout ; +wire \text_gen|char_ram~54062_combout ; +wire \text_gen|char_ram~4244_q ; +wire \text_gen|char_ram~54630_combout ; +wire \text_gen|char_ram~660_q ; +wire \text_gen|char_ram~4188feeder_combout ; +wire \text_gen|char_ram~54063_combout ; +wire \text_gen|char_ram~4188_q ; +wire \text_gen|char_ram~54638_combout ; +wire \text_gen|char_ram~604_q ; +wire \text_gen|char_ram~48324_combout ; +wire \text_gen|char_ram~48325_combout ; +wire \text_gen|char_ram~4230feeder_combout ; +wire \text_gen|char_ram~54025_combout ; +wire \text_gen|char_ram~4230_q ; +wire \text_gen|char_ram~54425_combout ; +wire \text_gen|char_ram~646_q ; +wire \text_gen|char_ram~54429_combout ; +wire \text_gen|char_ram~590_q ; +wire \text_gen|char_ram~54027_combout ; +wire \text_gen|char_ram~4174_q ; +wire \text_gen|char_ram~48326_combout ; +wire \text_gen|char_ram~48327_combout ; +wire \text_gen|char_ram~48328_combout ; +wire \text_gen|char_ram~54252_combout ; +wire \text_gen|char_ram~2452_q ; +wire \text_gen|char_ram~54887_combout ; +wire \text_gen|char_ram~6036_q ; +wire \text_gen|char_ram~54317_combout ; +wire \text_gen|char_ram~2396_q ; +wire \text_gen|char_ram~5980feeder_combout ; +wire \text_gen|char_ram~54889_combout ; +wire \text_gen|char_ram~5980_q ; +wire \text_gen|char_ram~48329_combout ; +wire \text_gen|char_ram~48330_combout ; +wire \text_gen|char_ram~54239_combout ; +wire \text_gen|char_ram~2438_q ; +wire \text_gen|char_ram~54663_combout ; +wire \text_gen|char_ram~6022_q ; +wire \text_gen|char_ram~54309_combout ; +wire \text_gen|char_ram~2382_q ; +wire \text_gen|char_ram~5966feeder_combout ; +wire \text_gen|char_ram~54697_combout ; +wire \text_gen|char_ram~5966_q ; +wire \text_gen|char_ram~48322_combout ; +wire \text_gen|char_ram~48323_combout ; +wire \text_gen|char_ram~48331_combout ; +wire \text_gen|char_ram~55010_combout ; +wire \text_gen|char_ram~2004_q ; +wire \text_gen|char_ram~55812_combout ; +wire \text_gen|char_ram~5588_q ; +wire \text_gen|char_ram~55804_combout ; +wire \text_gen|char_ram~5574_q ; +wire \text_gen|char_ram~55014_combout ; +wire \text_gen|char_ram~1990_q ; +wire \text_gen|char_ram~48349_combout ; +wire \text_gen|char_ram~48350_combout ; +wire \text_gen|char_ram~5518feeder_combout ; +wire \text_gen|char_ram~55869_combout ; +wire \text_gen|char_ram~5518_q ; +wire \text_gen|char_ram~55877_combout ; +wire \text_gen|char_ram~5532_q ; +wire \text_gen|char_ram~1948feeder_combout ; +wire \text_gen|char_ram~55097_combout ; +wire \text_gen|char_ram~1948_q ; +wire \text_gen|char_ram~55090_combout ; +wire \text_gen|char_ram~1934_q ; +wire \text_gen|char_ram~48342_combout ; +wire \text_gen|char_ram~48343_combout ; +wire \text_gen|char_ram~3782feeder_combout ; +wire \text_gen|char_ram~55221_combout ; +wire \text_gen|char_ram~3782_q ; +wire \text_gen|char_ram~55387_combout ; +wire \text_gen|char_ram~3796_q ; +wire \text_gen|char_ram~55482_combout ; +wire \text_gen|char_ram~198_q ; +wire \text_gen|char_ram~212feeder_combout ; +wire \text_gen|char_ram~55676_combout ; +wire \text_gen|char_ram~212_q ; +wire \text_gen|char_ram~48344_combout ; +wire \text_gen|char_ram~48345_combout ; +wire \text_gen|char_ram~55225_combout ; +wire \text_gen|char_ram~3726_q ; +wire \text_gen|char_ram~55419_combout ; +wire \text_gen|char_ram~3740_q ; +wire \text_gen|char_ram~55680_combout ; +wire \text_gen|char_ram~156_q ; +wire \text_gen|char_ram~55486_combout ; +wire \text_gen|char_ram~142_q ; +wire \text_gen|char_ram~48346_combout ; +wire \text_gen|char_ram~48347_combout ; +wire \text_gen|char_ram~48348_combout ; +wire \text_gen|char_ram~48351_combout ; +wire \text_gen|char_ram~6470feeder_combout ; +wire \text_gen|char_ram~53723_combout ; +wire \text_gen|char_ram~6470_q ; +wire \text_gen|char_ram~53331_combout ; +wire \text_gen|char_ram~4692_q ; +wire \text_gen|char_ram~53075_combout ; +wire \text_gen|char_ram~4678_q ; +wire \text_gen|char_ram~48339_combout ; +wire \text_gen|char_ram~6484feeder_combout ; +wire \text_gen|char_ram~53725_combout ; +wire \text_gen|char_ram~6484_q ; +wire \text_gen|char_ram~48340_combout ; +wire \text_gen|char_ram~52924_combout ; +wire \text_gen|char_ram~2830_q ; +wire \text_gen|char_ram~53528_combout ; +wire \text_gen|char_ram~1052_q ; +wire \text_gen|char_ram~53526_combout ; +wire \text_gen|char_ram~1038_q ; +wire \text_gen|char_ram~48336_combout ; +wire \text_gen|char_ram~52960_combout ; +wire \text_gen|char_ram~2844_q ; +wire \text_gen|char_ram~48337_combout ; +wire \text_gen|char_ram~53788_combout ; +wire \text_gen|char_ram~6414_q ; +wire \text_gen|char_ram~53790_combout ; +wire \text_gen|char_ram~6428_q ; +wire \text_gen|char_ram~4636feeder_combout ; +wire \text_gen|char_ram~53334_combout ; +wire \text_gen|char_ram~4636_q ; +wire \text_gen|char_ram~53116_combout ; +wire \text_gen|char_ram~4622_q ; +wire \text_gen|char_ram~48334_combout ; +wire \text_gen|char_ram~48335_combout ; +wire \text_gen|char_ram~48338_combout ; +wire \text_gen|char_ram~2886feeder_combout ; +wire \text_gen|char_ram~52923_combout ; +wire \text_gen|char_ram~2886_q ; +wire \text_gen|char_ram~52959_combout ; +wire \text_gen|char_ram~2900_q ; +wire \text_gen|char_ram~1108feeder_combout ; +wire \text_gen|char_ram~53462_combout ; +wire \text_gen|char_ram~1108_q ; +wire \text_gen|char_ram~53460_combout ; +wire \text_gen|char_ram~1094_q ; +wire \text_gen|char_ram~48332_combout ; +wire \text_gen|char_ram~48333_combout ; +wire \text_gen|char_ram~48341_combout ; +wire \text_gen|char_ram~48352_combout ; +wire \text_gen|char_ram~48363_combout ; +wire \text_gen|char_ram~3236feeder_combout ; +wire \text_gen|char_ram~56702_combout ; +wire \text_gen|char_ram~3236_q ; +wire \text_gen|char_ram~56704_combout ; +wire \text_gen|char_ram~1444_q ; +wire \text_gen|char_ram~56703_combout ; +wire \text_gen|char_ram~5028_q ; +wire \text_gen|char_ram~48402_combout ; +wire \text_gen|char_ram~56705_combout ; +wire \text_gen|char_ram~6820_q ; +wire \text_gen|char_ram~48403_combout ; +wire \text_gen|char_ram~56719_combout ; +wire \text_gen|char_ram~4972_q ; +wire \text_gen|char_ram~56721_combout ; +wire \text_gen|char_ram~6764_q ; +wire \text_gen|char_ram~56718_combout ; +wire \text_gen|char_ram~3180_q ; +wire \text_gen|char_ram~56720_combout ; +wire \text_gen|char_ram~1388_q ; +wire \text_gen|char_ram~48395_combout ; +wire \text_gen|char_ram~48396_combout ; +wire \text_gen|char_ram~56510_combout ; +wire \text_gen|char_ram~3222_q ; +wire \text_gen|char_ram~56513_combout ; +wire \text_gen|char_ram~6806_q ; +wire \text_gen|char_ram~56512_combout ; +wire \text_gen|char_ram~1430_q ; +wire \text_gen|char_ram~56511_combout ; +wire \text_gen|char_ram~5014_q ; +wire \text_gen|char_ram~48397_combout ; +wire \text_gen|char_ram~48398_combout ; +wire \text_gen|char_ram~56529_combout ; +wire \text_gen|char_ram~6750_q ; +wire \text_gen|char_ram~4958feeder_combout ; +wire \text_gen|char_ram~56527_combout ; +wire \text_gen|char_ram~4958_q ; +wire \text_gen|char_ram~56526_combout ; +wire \text_gen|char_ram~3166_q ; +wire \text_gen|char_ram~56528_combout ; +wire \text_gen|char_ram~1374_q ; +wire \text_gen|char_ram~48399_combout ; +wire \text_gen|char_ram~48400_combout ; +wire \text_gen|char_ram~48401_combout ; +wire \text_gen|char_ram~48404_combout ; +wire \text_gen|char_ram~2788feeder_combout ; +wire \text_gen|char_ram~52968_combout ; +wire \text_gen|char_ram~2788_q ; +wire \text_gen|char_ram~53729_combout ; +wire \text_gen|char_ram~6372_q ; +wire \text_gen|char_ram~53336_combout ; +wire \text_gen|char_ram~4580_q ; +wire \text_gen|char_ram~53471_combout ; +wire \text_gen|char_ram~996_q ; +wire \text_gen|char_ram~48371_combout ; +wire \text_gen|char_ram~48372_combout ; +wire \text_gen|char_ram~2774feeder_combout ; +wire \text_gen|char_ram~52929_combout ; +wire \text_gen|char_ram~2774_q ; +wire \text_gen|char_ram~53726_combout ; +wire \text_gen|char_ram~6358_q ; +wire \text_gen|char_ram~53082_combout ; +wire \text_gen|char_ram~4566_q ; +wire \text_gen|char_ram~53469_combout ; +wire \text_gen|char_ram~982_q ; +wire \text_gen|char_ram~48364_combout ; +wire \text_gen|char_ram~48365_combout ; +wire \text_gen|char_ram~53339_combout ; +wire \text_gen|char_ram~4524_q ; +wire \text_gen|char_ram~53794_combout ; +wire \text_gen|char_ram~6316_q ; +wire \text_gen|char_ram~2732feeder_combout ; +wire \text_gen|char_ram~52969_combout ; +wire \text_gen|char_ram~2732_q ; +wire \text_gen|char_ram~53536_combout ; +wire \text_gen|char_ram~940_q ; +wire \text_gen|char_ram~48366_combout ; +wire \text_gen|char_ram~48367_combout ; +wire \text_gen|char_ram~53120_combout ; +wire \text_gen|char_ram~4510_q ; +wire \text_gen|char_ram~53791_combout ; +wire \text_gen|char_ram~6302_q ; +wire \text_gen|char_ram~53534_combout ; +wire \text_gen|char_ram~926_q ; +wire \text_gen|char_ram~2718feeder_combout ; +wire \text_gen|char_ram~52930_combout ; +wire \text_gen|char_ram~2718_q ; +wire \text_gen|char_ram~48368_combout ; +wire \text_gen|char_ram~48369_combout ; +wire \text_gen|char_ram~48370_combout ; +wire \text_gen|char_ram~48373_combout ; +wire \text_gen|char_ram~55091_combout ; +wire \text_gen|char_ram~1822_q ; +wire \text_gen|char_ram~55871_combout ; +wire \text_gen|char_ram~5406_q ; +wire \text_gen|char_ram~55226_combout ; +wire \text_gen|char_ram~3614_q ; +wire \text_gen|char_ram~55487_combout ; +wire \text_gen|char_ram~30_q ; +wire \text_gen|char_ram~48388_combout ; +wire \text_gen|char_ram~48389_combout ; +wire \text_gen|char_ram~55099_combout ; +wire \text_gen|char_ram~1836_q ; +wire \text_gen|char_ram~55879_combout ; +wire \text_gen|char_ram~5420_q ; +wire \text_gen|char_ram~55681_combout ; +wire \text_gen|char_ram~44_q ; +wire \text_gen|char_ram~55420_combout ; +wire \text_gen|char_ram~3628_q ; +wire \text_gen|char_ram~48386_combout ; +wire \text_gen|char_ram~48387_combout ; +wire \text_gen|char_ram~48390_combout ; +wire \text_gen|char_ram~55015_combout ; +wire \text_gen|char_ram~1878_q ; +wire \text_gen|char_ram~55806_combout ; +wire \text_gen|char_ram~5462_q ; +wire \text_gen|char_ram~55483_combout ; +wire \text_gen|char_ram~86_q ; +wire \text_gen|char_ram~55222_combout ; +wire \text_gen|char_ram~3670_q ; +wire \text_gen|char_ram~48384_combout ; +wire \text_gen|char_ram~48385_combout ; +wire \text_gen|char_ram~55011_combout ; +wire \text_gen|char_ram~1892_q ; +wire \text_gen|char_ram~55814_combout ; +wire \text_gen|char_ram~5476_q ; +wire \text_gen|char_ram~55677_combout ; +wire \text_gen|char_ram~100_q ; +wire \text_gen|char_ram~3684feeder_combout ; +wire \text_gen|char_ram~55388_combout ; +wire \text_gen|char_ram~3684_q ; +wire \text_gen|char_ram~48391_combout ; +wire \text_gen|char_ram~48392_combout ; +wire \text_gen|char_ram~48393_combout ; +wire \text_gen|char_ram~54067_combout ; +wire \text_gen|char_ram~4076_q ; +wire \text_gen|char_ram~54897_combout ; +wire \text_gen|char_ram~5868_q ; +wire \text_gen|char_ram~2284feeder_combout ; +wire \text_gen|char_ram~54319_combout ; +wire \text_gen|char_ram~2284_q ; +wire \text_gen|char_ram~54639_combout ; +wire \text_gen|char_ram~492_q ; +wire \text_gen|char_ram~48374_combout ; +wire \text_gen|char_ram~48375_combout ; +wire \text_gen|char_ram~54035_combout ; +wire \text_gen|char_ram~4062_q ; +wire \text_gen|char_ram~54705_combout ; +wire \text_gen|char_ram~5854_q ; +wire \text_gen|char_ram~54311_combout ; +wire \text_gen|char_ram~2270_q ; +wire \text_gen|char_ram~54430_combout ; +wire \text_gen|char_ram~478_q ; +wire \text_gen|char_ram~48378_combout ; +wire \text_gen|char_ram~48379_combout ; +wire \text_gen|char_ram~2326feeder_combout ; +wire \text_gen|char_ram~54242_combout ; +wire \text_gen|char_ram~2326_q ; +wire \text_gen|char_ram~54672_combout ; +wire \text_gen|char_ram~5910_q ; +wire \text_gen|char_ram~4118feeder_combout ; +wire \text_gen|char_ram~54033_combout ; +wire \text_gen|char_ram~4118_q ; +wire \text_gen|char_ram~54427_combout ; +wire \text_gen|char_ram~534_q ; +wire \text_gen|char_ram~48376_combout ; +wire \text_gen|char_ram~48377_combout ; +wire \text_gen|char_ram~48380_combout ; +wire \text_gen|char_ram~2340feeder_combout ; +wire \text_gen|char_ram~54254_combout ; +wire \text_gen|char_ram~2340_q ; +wire \text_gen|char_ram~54895_combout ; +wire \text_gen|char_ram~5924_q ; +wire \text_gen|char_ram~54065_combout ; +wire \text_gen|char_ram~4132_q ; +wire \text_gen|char_ram~54631_combout ; +wire \text_gen|char_ram~548_q ; +wire \text_gen|char_ram~48381_combout ; +wire \text_gen|char_ram~48382_combout ; +wire \text_gen|char_ram~48383_combout ; +wire \text_gen|char_ram~48394_combout ; +wire \text_gen|char_ram~48405_combout ; +wire \text_gen|char_ram~48406_combout ; +wire \text_gen|char_ram~48449_combout ; +wire \text_gen|char_ram~10726feeder_combout ; +wire \text_gen|char_ram~56300_combout ; +wire \text_gen|char_ram~10726_q ; +wire \text_gen|char_ram~52818_combout ; +wire \text_gen|char_ram~10292_q ; +wire \text_gen|char_ram~10278feeder_combout ; +wire \text_gen|char_ram~52751_combout ; +wire \text_gen|char_ram~10278_q ; +wire \text_gen|char_ram~48268_combout ; +wire \text_gen|char_ram~56348_combout ; +wire \text_gen|char_ram~10740_q ; +wire \text_gen|char_ram~48269_combout ; +wire \text_gen|char_ram~56382_combout ; +wire \text_gen|char_ram~14254_q ; +wire \text_gen|char_ram~56414_combout ; +wire \text_gen|char_ram~14268_q ; +wire \text_gen|char_ram~53780_combout ; +wire \text_gen|char_ram~13806_q ; +wire \text_gen|char_ram~53782_combout ; +wire \text_gen|char_ram~13820_q ; +wire \text_gen|char_ram~48270_combout ; +wire \text_gen|char_ram~48271_combout ; +wire \text_gen|char_ram~56380_combout ; +wire \text_gen|char_ram~10670_q ; +wire \text_gen|char_ram~56412_combout ; +wire \text_gen|char_ram~10684_q ; +wire \text_gen|char_ram~52807_combout ; +wire \text_gen|char_ram~10236_q ; +wire \text_gen|char_ram~52753_combout ; +wire \text_gen|char_ram~10222_q ; +wire \text_gen|char_ram~48272_combout ; +wire \text_gen|char_ram~48273_combout ; +wire \text_gen|char_ram~48274_combout ; +wire \text_gen|char_ram~53699_combout ; +wire \text_gen|char_ram~13862_q ; +wire \text_gen|char_ram~53701_combout ; +wire \text_gen|char_ram~13876_q ; +wire \text_gen|char_ram~48275_combout ; +wire \text_gen|char_ram~56350_combout ; +wire \text_gen|char_ram~14324_q ; +wire \text_gen|char_ram~56302_combout ; +wire \text_gen|char_ram~14310_q ; +wire \text_gen|char_ram~48276_combout ; +wire \text_gen|char_ram~48277_combout ; +wire \text_gen|char_ram~56349_combout ; +wire \text_gen|char_ram~8948_q ; +wire \text_gen|char_ram~56347_combout ; +wire \text_gen|char_ram~12532_q ; +wire \text_gen|char_ram~53305_combout ; +wire \text_gen|char_ram~12084_q ; +wire \text_gen|char_ram~53442_combout ; +wire \text_gen|char_ram~8500_q ; +wire \text_gen|char_ram~48244_combout ; +wire \text_gen|char_ram~48245_combout ; +wire \text_gen|char_ram~56413_combout ; +wire \text_gen|char_ram~8892_q ; +wire \text_gen|char_ram~56411_combout ; +wire \text_gen|char_ram~12476_q ; +wire \text_gen|char_ram~53307_combout ; +wire \text_gen|char_ram~12028_q ; +wire \text_gen|char_ram~53508_combout ; +wire \text_gen|char_ram~8444_q ; +wire \text_gen|char_ram~48237_combout ; +wire \text_gen|char_ram~48238_combout ; +wire \text_gen|char_ram~8934feeder_combout ; +wire \text_gen|char_ram~56301_combout ; +wire \text_gen|char_ram~8934_q ; +wire \text_gen|char_ram~56299_combout ; +wire \text_gen|char_ram~12518_q ; +wire \text_gen|char_ram~12070feeder_combout ; +wire \text_gen|char_ram~53085_combout ; +wire \text_gen|char_ram~12070_q ; +wire \text_gen|char_ram~53439_combout ; +wire \text_gen|char_ram~8486_q ; +wire \text_gen|char_ram~48239_combout ; +wire \text_gen|char_ram~48240_combout ; +wire \text_gen|char_ram~56381_combout ; +wire \text_gen|char_ram~8878_q ; +wire \text_gen|char_ram~56379_combout ; +wire \text_gen|char_ram~12462_q ; +wire \text_gen|char_ram~53505_combout ; +wire \text_gen|char_ram~8430_q ; +wire \text_gen|char_ram~53123_combout ; +wire \text_gen|char_ram~12014_q ; +wire \text_gen|char_ram~48241_combout ; +wire \text_gen|char_ram~48242_combout ; +wire \text_gen|char_ram~48243_combout ; +wire \text_gen|char_ram~48246_combout ; +wire \text_gen|char_ram~55060_combout ; +wire \text_gen|char_ram~9326_q ; +wire \text_gen|char_ram~9382feeder_combout ; +wire \text_gen|char_ram~55007_combout ; +wire \text_gen|char_ram~9382_q ; +wire \text_gen|char_ram~48251_combout ; +wire \text_gen|char_ram~54230_combout ; +wire \text_gen|char_ram~9830_q ; +wire \text_gen|char_ram~54296_combout ; +wire \text_gen|char_ram~9774_q ; +wire \text_gen|char_ram~48252_combout ; +wire \text_gen|char_ram~54708_combout ; +wire \text_gen|char_ram~13358_q ; +wire \text_gen|char_ram~54675_combout ; +wire \text_gen|char_ram~13414_q ; +wire \text_gen|char_ram~55840_combout ; +wire \text_gen|char_ram~12910_q ; +wire \text_gen|char_ram~55791_combout ; +wire \text_gen|char_ram~12966_q ; +wire \text_gen|char_ram~48249_combout ; +wire \text_gen|char_ram~48250_combout ; +wire \text_gen|char_ram~48253_combout ; +wire \text_gen|char_ram~54238_combout ; +wire \text_gen|char_ram~9844_q ; +wire \text_gen|char_ram~54304_combout ; +wire \text_gen|char_ram~9788_q ; +wire \text_gen|char_ram~55068_combout ; +wire \text_gen|char_ram~9340_q ; +wire \text_gen|char_ram~9396feeder_combout ; +wire \text_gen|char_ram~55020_combout ; +wire \text_gen|char_ram~9396_q ; +wire \text_gen|char_ram~48247_combout ; +wire \text_gen|char_ram~48248_combout ; +wire \text_gen|char_ram~13372feeder_combout ; +wire \text_gen|char_ram~54869_combout ; +wire \text_gen|char_ram~13372_q ; +wire \text_gen|char_ram~54867_combout ; +wire \text_gen|char_ram~13428_q ; +wire \text_gen|char_ram~55848_combout ; +wire \text_gen|char_ram~12924_q ; +wire \text_gen|char_ram~55799_combout ; +wire \text_gen|char_ram~12980_q ; +wire \text_gen|char_ram~48254_combout ; +wire \text_gen|char_ram~48255_combout ; +wire \text_gen|char_ram~48256_combout ; +wire \text_gen|char_ram~11580feeder_combout ; +wire \text_gen|char_ram~53998_combout ; +wire \text_gen|char_ram~11580_q ; +wire \text_gen|char_ram~55195_combout ; +wire \text_gen|char_ram~11118_q ; +wire \text_gen|char_ram~55413_combout ; +wire \text_gen|char_ram~11132_q ; +wire \text_gen|char_ram~48257_combout ; +wire \text_gen|char_ram~53966_combout ; +wire \text_gen|char_ram~11566_q ; +wire \text_gen|char_ram~48258_combout ; +wire \text_gen|char_ram~55468_combout ; +wire \text_gen|char_ram~7534_q ; +wire \text_gen|char_ram~55666_combout ; +wire \text_gen|char_ram~7548_q ; +wire \text_gen|char_ram~48261_combout ; +wire \text_gen|char_ram~54608_combout ; +wire \text_gen|char_ram~7996_q ; +wire \text_gen|char_ram~54401_combout ; +wire \text_gen|char_ram~7982_q ; +wire \text_gen|char_ram~48262_combout ; +wire \text_gen|char_ram~54413_combout ; +wire \text_gen|char_ram~8038_q ; +wire \text_gen|char_ram~54600_combout ; +wire \text_gen|char_ram~8052_q ; +wire \text_gen|char_ram~55465_combout ; +wire \text_gen|char_ram~7590_q ; +wire \text_gen|char_ram~55662_combout ; +wire \text_gen|char_ram~7604_q ; +wire \text_gen|char_ram~48259_combout ; +wire \text_gen|char_ram~48260_combout ; +wire \text_gen|char_ram~48263_combout ; +wire \text_gen|char_ram~53974_combout ; +wire \text_gen|char_ram~11622_q ; +wire \text_gen|char_ram~54006_combout ; +wire \text_gen|char_ram~11636_q ; +wire \text_gen|char_ram~55191_combout ; +wire \text_gen|char_ram~11174_q ; +wire \text_gen|char_ram~55381_combout ; +wire \text_gen|char_ram~11188_q ; +wire \text_gen|char_ram~48264_combout ; +wire \text_gen|char_ram~48265_combout ; +wire \text_gen|char_ram~48266_combout ; +wire \text_gen|char_ram~48267_combout ; +wire \text_gen|char_ram~48278_combout ; +wire \text_gen|char_ram~10516feeder_combout ; +wire \text_gen|char_ram~56340_combout ; +wire \text_gen|char_ram~10516_q ; +wire \text_gen|char_ram~56342_combout ; +wire \text_gen|char_ram~14100_q ; +wire \text_gen|char_ram~14044feeder_combout ; +wire \text_gen|char_ram~56406_combout ; +wire \text_gen|char_ram~14044_q ; +wire \text_gen|char_ram~56404_combout ; +wire \text_gen|char_ram~10460_q ; +wire \text_gen|char_ram~48148_combout ; +wire \text_gen|char_ram~48149_combout ; +wire \text_gen|char_ram~10502feeder_combout ; +wire \text_gen|char_ram~56288_combout ; +wire \text_gen|char_ram~10502_q ; +wire \text_gen|char_ram~56290_combout ; +wire \text_gen|char_ram~14086_q ; +wire \text_gen|char_ram~56370_combout ; +wire \text_gen|char_ram~14030_q ; +wire \text_gen|char_ram~56368_combout ; +wire \text_gen|char_ram~10446_q ; +wire \text_gen|char_ram~48143_combout ; +wire \text_gen|char_ram~48144_combout ; +wire \text_gen|char_ram~56367_combout ; +wire \text_gen|char_ram~12238_q ; +wire \text_gen|char_ram~56287_combout ; +wire \text_gen|char_ram~12294_q ; +wire \text_gen|char_ram~56289_combout ; +wire \text_gen|char_ram~8710_q ; +wire \text_gen|char_ram~56369_combout ; +wire \text_gen|char_ram~8654_q ; +wire \text_gen|char_ram~48145_combout ; +wire \text_gen|char_ram~48146_combout ; +wire \text_gen|char_ram~48147_combout ; +wire \text_gen|char_ram~56405_combout ; +wire \text_gen|char_ram~8668_q ; +wire \text_gen|char_ram~8724feeder_combout ; +wire \text_gen|char_ram~56341_combout ; +wire \text_gen|char_ram~8724_q ; +wire \text_gen|char_ram~48141_combout ; +wire \text_gen|char_ram~12252feeder_combout ; +wire \text_gen|char_ram~56403_combout ; +wire \text_gen|char_ram~12252_q ; +wire \text_gen|char_ram~56339_combout ; +wire \text_gen|char_ram~12308_q ; +wire \text_gen|char_ram~48142_combout ; +wire \text_gen|char_ram~48150_combout ; +wire \text_gen|char_ram~13190feeder_combout ; +wire \text_gen|char_ram~54661_combout ; +wire \text_gen|char_ram~13190_q ; +wire \text_gen|char_ram~54696_combout ; +wire \text_gen|char_ram~13134_q ; +wire \text_gen|char_ram~54227_combout ; +wire \text_gen|char_ram~9606_q ; +wire \text_gen|char_ram~54293_combout ; +wire \text_gen|char_ram~9550_q ; +wire \text_gen|char_ram~48110_combout ; +wire \text_gen|char_ram~48111_combout ; +wire \text_gen|char_ram~54235_combout ; +wire \text_gen|char_ram~9620_q ; +wire \text_gen|char_ram~54301_combout ; +wire \text_gen|char_ram~9564_q ; +wire \text_gen|char_ram~48117_combout ; +wire \text_gen|char_ram~13148feeder_combout ; +wire \text_gen|char_ram~54861_combout ; +wire \text_gen|char_ram~13148_q ; +wire \text_gen|char_ram~54859_combout ; +wire \text_gen|char_ram~13204_q ; +wire \text_gen|char_ram~48118_combout ; +wire \text_gen|char_ram~54598_combout ; +wire \text_gen|char_ram~7828_q ; +wire \text_gen|char_ram~53994_combout ; +wire \text_gen|char_ram~11412_q ; +wire \text_gen|char_ram~54002_combout ; +wire \text_gen|char_ram~11356_q ; +wire \text_gen|char_ram~54606_combout ; +wire \text_gen|char_ram~7772_q ; +wire \text_gen|char_ram~48112_combout ; +wire \text_gen|char_ram~48113_combout ; +wire \text_gen|char_ram~7814feeder_combout ; +wire \text_gen|char_ram~54415_combout ; +wire \text_gen|char_ram~7814_q ; +wire \text_gen|char_ram~53975_combout ; +wire \text_gen|char_ram~11398_q ; +wire \text_gen|char_ram~54403_combout ; +wire \text_gen|char_ram~7758_q ; +wire \text_gen|char_ram~53967_combout ; +wire \text_gen|char_ram~11342_q ; +wire \text_gen|char_ram~48114_combout ; +wire \text_gen|char_ram~48115_combout ; +wire \text_gen|char_ram~48116_combout ; +wire \text_gen|char_ram~48119_combout ; +wire \text_gen|char_ram~55189_combout ; +wire \text_gen|char_ram~10950_q ; +wire \text_gen|char_ram~55788_combout ; +wire \text_gen|char_ram~12742_q ; +wire \text_gen|char_ram~48137_combout ; +wire \text_gen|char_ram~55378_combout ; +wire \text_gen|char_ram~10964_q ; +wire \text_gen|char_ram~12756feeder_combout ; +wire \text_gen|char_ram~55796_combout ; +wire \text_gen|char_ram~12756_q ; +wire \text_gen|char_ram~48138_combout ; +wire \text_gen|char_ram~55410_combout ; +wire \text_gen|char_ram~10908_q ; +wire \text_gen|char_ram~55845_combout ; +wire \text_gen|char_ram~12700_q ; +wire \text_gen|char_ram~55837_combout ; +wire \text_gen|char_ram~12686_q ; +wire \text_gen|char_ram~55193_combout ; +wire \text_gen|char_ram~10894_q ; +wire \text_gen|char_ram~48130_combout ; +wire \text_gen|char_ram~48131_combout ; +wire \text_gen|char_ram~55469_combout ; +wire \text_gen|char_ram~7310_q ; +wire \text_gen|char_ram~55664_combout ; +wire \text_gen|char_ram~7324_q ; +wire \text_gen|char_ram~48134_combout ; +wire \text_gen|char_ram~55058_combout ; +wire \text_gen|char_ram~9102_q ; +wire \text_gen|char_ram~55065_combout ; +wire \text_gen|char_ram~9116_q ; +wire \text_gen|char_ram~48135_combout ; +wire \text_gen|char_ram~55004_combout ; +wire \text_gen|char_ram~9158_q ; +wire \text_gen|char_ram~55017_combout ; +wire \text_gen|char_ram~9172_q ; +wire \text_gen|char_ram~7380feeder_combout ; +wire \text_gen|char_ram~55660_combout ; +wire \text_gen|char_ram~7380_q ; +wire \text_gen|char_ram~55463_combout ; +wire \text_gen|char_ram~7366_q ; +wire \text_gen|char_ram~48132_combout ; +wire \text_gen|char_ram~48133_combout ; +wire \text_gen|char_ram~48136_combout ; +wire \text_gen|char_ram~48139_combout ; +wire \text_gen|char_ram~8276feeder_combout ; +wire \text_gen|char_ram~53434_combout ; +wire \text_gen|char_ram~8276_q ; +wire \text_gen|char_ram~52819_combout ; +wire \text_gen|char_ram~10068_q ; +wire \text_gen|char_ram~10054feeder_combout ; +wire \text_gen|char_ram~52744_combout ; +wire \text_gen|char_ram~10054_q ; +wire \text_gen|char_ram~53432_combout ; +wire \text_gen|char_ram~8262_q ; +wire \text_gen|char_ram~48120_combout ; +wire \text_gen|char_ram~48121_combout ; +wire \text_gen|char_ram~13638feeder_combout ; +wire \text_gen|char_ram~53687_combout ; +wire \text_gen|char_ram~13638_q ; +wire \text_gen|char_ram~53689_combout ; +wire \text_gen|char_ram~13652_q ; +wire \text_gen|char_ram~53291_combout ; +wire \text_gen|char_ram~11860_q ; +wire \text_gen|char_ram~53073_combout ; +wire \text_gen|char_ram~11846_q ; +wire \text_gen|char_ram~48127_combout ; +wire \text_gen|char_ram~48128_combout ; +wire \text_gen|char_ram~53768_combout ; +wire \text_gen|char_ram~13582_q ; +wire \text_gen|char_ram~53770_combout ; +wire \text_gen|char_ram~13596_q ; +wire \text_gen|char_ram~53294_combout ; +wire \text_gen|char_ram~11804_q ; +wire \text_gen|char_ram~53115_combout ; +wire \text_gen|char_ram~11790_q ; +wire \text_gen|char_ram~48122_combout ; +wire \text_gen|char_ram~48123_combout ; +wire \text_gen|char_ram~53500_combout ; +wire \text_gen|char_ram~8220_q ; +wire \text_gen|char_ram~52808_combout ; +wire \text_gen|char_ram~10012_q ; +wire \text_gen|char_ram~52745_combout ; +wire \text_gen|char_ram~9998_q ; +wire \text_gen|char_ram~53498_combout ; +wire \text_gen|char_ram~8206_q ; +wire \text_gen|char_ram~48124_combout ; +wire \text_gen|char_ram~48125_combout ; +wire \text_gen|char_ram~48126_combout ; +wire \text_gen|char_ram~48129_combout ; +wire \text_gen|char_ram~48140_combout ; +wire \text_gen|char_ram~48151_combout ; +wire \text_gen|char_ram~56401_combout ; +wire \text_gen|char_ram~8780_q ; +wire \text_gen|char_ram~56337_combout ; +wire \text_gen|char_ram~8836_q ; +wire \text_gen|char_ram~48183_combout ; +wire \text_gen|char_ram~56336_combout ; +wire \text_gen|char_ram~12420_q ; +wire \text_gen|char_ram~56400_combout ; +wire \text_gen|char_ram~12364_q ; +wire \text_gen|char_ram~48184_combout ; +wire \text_gen|char_ram~8822feeder_combout ; +wire \text_gen|char_ram~56293_combout ; +wire \text_gen|char_ram~8822_q ; +wire \text_gen|char_ram~56373_combout ; +wire \text_gen|char_ram~8766_q ; +wire \text_gen|char_ram~48187_combout ; +wire \text_gen|char_ram~56292_combout ; +wire \text_gen|char_ram~12406_q ; +wire \text_gen|char_ram~12350feeder_combout ; +wire \text_gen|char_ram~56372_combout ; +wire \text_gen|char_ram~12350_q ; +wire \text_gen|char_ram~48188_combout ; +wire \text_gen|char_ram~56291_combout ; +wire \text_gen|char_ram~10614_q ; +wire \text_gen|char_ram~56294_combout ; +wire \text_gen|char_ram~14198_q ; +wire \text_gen|char_ram~14142feeder_combout ; +wire \text_gen|char_ram~56374_combout ; +wire \text_gen|char_ram~14142_q ; +wire \text_gen|char_ram~56371_combout ; +wire \text_gen|char_ram~10558_q ; +wire \text_gen|char_ram~48185_combout ; +wire \text_gen|char_ram~48186_combout ; +wire \text_gen|char_ram~48189_combout ; +wire \text_gen|char_ram~56402_combout ; +wire \text_gen|char_ram~14156_q ; +wire \text_gen|char_ram~56399_combout ; +wire \text_gen|char_ram~10572_q ; +wire \text_gen|char_ram~48190_combout ; +wire \text_gen|char_ram~56338_combout ; +wire \text_gen|char_ram~14212_q ; +wire \text_gen|char_ram~56335_combout ; +wire \text_gen|char_ram~10628_q ; +wire \text_gen|char_ram~48191_combout ; +wire \text_gen|char_ram~48192_combout ; +wire \text_gen|char_ram~53430_combout ; +wire \text_gen|char_ram~8388_q ; +wire \text_gen|char_ram~52802_combout ; +wire \text_gen|char_ram~10180_q ; +wire \text_gen|char_ram~10166feeder_combout ; +wire \text_gen|char_ram~52734_combout ; +wire \text_gen|char_ram~10166_q ; +wire \text_gen|char_ram~53427_combout ; +wire \text_gen|char_ram~8374_q ; +wire \text_gen|char_ram~48152_combout ; +wire \text_gen|char_ram~48153_combout ; +wire \text_gen|char_ram~53690_combout ; +wire \text_gen|char_ram~13750_q ; +wire \text_gen|char_ram~53693_combout ; +wire \text_gen|char_ram~13764_q ; +wire \text_gen|char_ram~53296_combout ; +wire \text_gen|char_ram~11972_q ; +wire \text_gen|char_ram~11958feeder_combout ; +wire \text_gen|char_ram~53060_combout ; +wire \text_gen|char_ram~11958_q ; +wire \text_gen|char_ram~48159_combout ; +wire \text_gen|char_ram~48160_combout ; +wire \text_gen|char_ram~53496_combout ; +wire \text_gen|char_ram~8332_q ; +wire \text_gen|char_ram~52813_combout ; +wire \text_gen|char_ram~10124_q ; +wire \text_gen|char_ram~10110feeder_combout ; +wire \text_gen|char_ram~52738_combout ; +wire \text_gen|char_ram~10110_q ; +wire \text_gen|char_ram~53493_combout ; +wire \text_gen|char_ram~8318_q ; +wire \text_gen|char_ram~48156_combout ; +wire \text_gen|char_ram~48157_combout ; +wire \text_gen|char_ram~53771_combout ; +wire \text_gen|char_ram~13694_q ; +wire \text_gen|char_ram~53774_combout ; +wire \text_gen|char_ram~13708_q ; +wire \text_gen|char_ram~53298_combout ; +wire \text_gen|char_ram~11916_q ; +wire \text_gen|char_ram~53110_combout ; +wire \text_gen|char_ram~11902_q ; +wire \text_gen|char_ram~48154_combout ; +wire \text_gen|char_ram~48155_combout ; +wire \text_gen|char_ram~48158_combout ; +wire \text_gen|char_ram~48161_combout ; +wire \text_gen|char_ram~13246feeder_combout ; +wire \text_gen|char_ram~54700_combout ; +wire \text_gen|char_ram~13246_q ; +wire \text_gen|char_ram~54666_combout ; +wire \text_gen|char_ram~13302_q ; +wire \text_gen|char_ram~9662feeder_combout ; +wire \text_gen|char_ram~54294_combout ; +wire \text_gen|char_ram~9662_q ; +wire \text_gen|char_ram~9718feeder_combout ; +wire \text_gen|char_ram~54228_combout ; +wire \text_gen|char_ram~9718_q ; +wire \text_gen|char_ram~48162_combout ; +wire \text_gen|char_ram~48163_combout ; +wire \text_gen|char_ram~9732feeder_combout ; +wire \text_gen|char_ram~54236_combout ; +wire \text_gen|char_ram~9732_q ; +wire \text_gen|char_ram~54302_combout ; +wire \text_gen|char_ram~9676_q ; +wire \text_gen|char_ram~48169_combout ; +wire \text_gen|char_ram~54855_combout ; +wire \text_gen|char_ram~13316_q ; +wire \text_gen|char_ram~13260feeder_combout ; +wire \text_gen|char_ram~54857_combout ; +wire \text_gen|char_ram~13260_q ; +wire \text_gen|char_ram~48170_combout ; +wire \text_gen|char_ram~11510feeder_combout ; +wire \text_gen|char_ram~53962_combout ; +wire \text_gen|char_ram~11510_q ; +wire \text_gen|char_ram~54405_combout ; +wire \text_gen|char_ram~7926_q ; +wire \text_gen|char_ram~54409_combout ; +wire \text_gen|char_ram~7870_q ; +wire \text_gen|char_ram~11454feeder_combout ; +wire \text_gen|char_ram~53970_combout ; +wire \text_gen|char_ram~11454_q ; +wire \text_gen|char_ram~48166_combout ; +wire \text_gen|char_ram~48167_combout ; +wire \text_gen|char_ram~53999_combout ; +wire \text_gen|char_ram~11468_q ; +wire \text_gen|char_ram~54605_combout ; +wire \text_gen|char_ram~7884_q ; +wire \text_gen|char_ram~48164_combout ; +wire \text_gen|char_ram~54597_combout ; +wire \text_gen|char_ram~7940_q ; +wire \text_gen|char_ram~54007_combout ; +wire \text_gen|char_ram~11524_q ; +wire \text_gen|char_ram~48165_combout ; +wire \text_gen|char_ram~48168_combout ; +wire \text_gen|char_ram~48171_combout ; +wire \text_gen|char_ram~55379_combout ; +wire \text_gen|char_ram~11076_q ; +wire \text_gen|char_ram~55797_combout ; +wire \text_gen|char_ram~12868_q ; +wire \text_gen|char_ram~12854feeder_combout ; +wire \text_gen|char_ram~55789_combout ; +wire \text_gen|char_ram~12854_q ; +wire \text_gen|char_ram~55188_combout ; +wire \text_gen|char_ram~11062_q ; +wire \text_gen|char_ram~48179_combout ; +wire \text_gen|char_ram~48180_combout ; +wire \text_gen|char_ram~55411_combout ; +wire \text_gen|char_ram~11020_q ; +wire \text_gen|char_ram~55846_combout ; +wire \text_gen|char_ram~12812_q ; +wire \text_gen|char_ram~55838_combout ; +wire \text_gen|char_ram~12798_q ; +wire \text_gen|char_ram~55192_combout ; +wire \text_gen|char_ram~11006_q ; +wire \text_gen|char_ram~48172_combout ; +wire \text_gen|char_ram~48173_combout ; +wire \text_gen|char_ram~9270feeder_combout ; +wire \text_gen|char_ram~55005_combout ; +wire \text_gen|char_ram~9270_q ; +wire \text_gen|char_ram~55018_combout ; +wire \text_gen|char_ram~9284_q ; +wire \text_gen|char_ram~7492feeder_combout ; +wire \text_gen|char_ram~55659_combout ; +wire \text_gen|char_ram~7492_q ; +wire \text_gen|char_ram~55462_combout ; +wire \text_gen|char_ram~7478_q ; +wire \text_gen|char_ram~48174_combout ; +wire \text_gen|char_ram~48175_combout ; +wire \text_gen|char_ram~9214feeder_combout ; +wire \text_gen|char_ram~55057_combout ; +wire \text_gen|char_ram~9214_q ; +wire \text_gen|char_ram~55066_combout ; +wire \text_gen|char_ram~9228_q ; +wire \text_gen|char_ram~55663_combout ; +wire \text_gen|char_ram~7436_q ; +wire \text_gen|char_ram~55466_combout ; +wire \text_gen|char_ram~7422_q ; +wire \text_gen|char_ram~48176_combout ; +wire \text_gen|char_ram~48177_combout ; +wire \text_gen|char_ram~48178_combout ; +wire \text_gen|char_ram~48181_combout ; +wire \text_gen|char_ram~48182_combout ; +wire \text_gen|char_ram~48193_combout ; +wire \text_gen|char_ram~10404feeder_combout ; +wire \text_gen|char_ram~56343_combout ; +wire \text_gen|char_ram~10404_q ; +wire \text_gen|char_ram~56346_combout ; +wire \text_gen|char_ram~13988_q ; +wire \text_gen|char_ram~56407_combout ; +wire \text_gen|char_ram~10348_q ; +wire \text_gen|char_ram~56410_combout ; +wire \text_gen|char_ram~13932_q ; +wire \text_gen|char_ram~48232_combout ; +wire \text_gen|char_ram~48233_combout ; +wire \text_gen|char_ram~56376_combout ; +wire \text_gen|char_ram~12126_q ; +wire \text_gen|char_ram~56296_combout ; +wire \text_gen|char_ram~12182_q ; +wire \text_gen|char_ram~8598feeder_combout ; +wire \text_gen|char_ram~56297_combout ; +wire \text_gen|char_ram~8598_q ; +wire \text_gen|char_ram~56377_combout ; +wire \text_gen|char_ram~8542_q ; +wire \text_gen|char_ram~48229_combout ; +wire \text_gen|char_ram~48230_combout ; +wire \text_gen|char_ram~13974feeder_combout ; +wire \text_gen|char_ram~56298_combout ; +wire \text_gen|char_ram~13974_q ; +wire \text_gen|char_ram~56378_combout ; +wire \text_gen|char_ram~13918_q ; +wire \text_gen|char_ram~56375_combout ; +wire \text_gen|char_ram~10334_q ; +wire \text_gen|char_ram~48227_combout ; +wire \text_gen|char_ram~10390feeder_combout ; +wire \text_gen|char_ram~56295_combout ; +wire \text_gen|char_ram~10390_q ; +wire \text_gen|char_ram~48228_combout ; +wire \text_gen|char_ram~48231_combout ; +wire \text_gen|char_ram~56408_combout ; +wire \text_gen|char_ram~12140_q ; +wire \text_gen|char_ram~56344_combout ; +wire \text_gen|char_ram~12196_q ; +wire \text_gen|char_ram~56409_combout ; +wire \text_gen|char_ram~8556_q ; +wire \text_gen|char_ram~56345_combout ; +wire \text_gen|char_ram~8612_q ; +wire \text_gen|char_ram~48225_combout ; +wire \text_gen|char_ram~48226_combout ; +wire \text_gen|char_ram~48234_combout ; +wire \text_gen|char_ram~53697_combout ; +wire \text_gen|char_ram~13540_q ; +wire \text_gen|char_ram~53694_combout ; +wire \text_gen|char_ram~13526_q ; +wire \text_gen|char_ram~53300_combout ; +wire \text_gen|char_ram~11748_q ; +wire \text_gen|char_ram~53079_combout ; +wire \text_gen|char_ram~11734_q ; +wire \text_gen|char_ram~48201_combout ; +wire \text_gen|char_ram~48202_combout ; +wire \text_gen|char_ram~53438_combout ; +wire \text_gen|char_ram~8164_q ; +wire \text_gen|char_ram~52803_combout ; +wire \text_gen|char_ram~9956_q ; +wire \text_gen|char_ram~52748_combout ; +wire \text_gen|char_ram~9942_q ; +wire \text_gen|char_ram~53436_combout ; +wire \text_gen|char_ram~8150_q ; +wire \text_gen|char_ram~48194_combout ; +wire \text_gen|char_ram~48195_combout ; +wire \text_gen|char_ram~8108feeder_combout ; +wire \text_gen|char_ram~53504_combout ; +wire \text_gen|char_ram~8108_q ; +wire \text_gen|char_ram~52814_combout ; +wire \text_gen|char_ram~9900_q ; +wire \text_gen|char_ram~52749_combout ; +wire \text_gen|char_ram~9886_q ; +wire \text_gen|char_ram~53502_combout ; +wire \text_gen|char_ram~8094_q ; +wire \text_gen|char_ram~48198_combout ; +wire \text_gen|char_ram~48199_combout ; +wire \text_gen|char_ram~13470feeder_combout ; +wire \text_gen|char_ram~53775_combout ; +wire \text_gen|char_ram~13470_q ; +wire \text_gen|char_ram~53778_combout ; +wire \text_gen|char_ram~13484_q ; +wire \text_gen|char_ram~53118_combout ; +wire \text_gen|char_ram~11678_q ; +wire \text_gen|char_ram~53303_combout ; +wire \text_gen|char_ram~11692_q ; +wire \text_gen|char_ram~48196_combout ; +wire \text_gen|char_ram~48197_combout ; +wire \text_gen|char_ram~48200_combout ; +wire \text_gen|char_ram~48203_combout ; +wire \text_gen|char_ram~10796feeder_combout ; +wire \text_gen|char_ram~55412_combout ; +wire \text_gen|char_ram~10796_q ; +wire \text_gen|char_ram~55847_combout ; +wire \text_gen|char_ram~12588_q ; +wire \text_gen|char_ram~55194_combout ; +wire \text_gen|char_ram~10782_q ; +wire \text_gen|char_ram~55839_combout ; +wire \text_gen|char_ram~12574_q ; +wire \text_gen|char_ram~48214_combout ; +wire \text_gen|char_ram~48215_combout ; +wire \text_gen|char_ram~55380_combout ; +wire \text_gen|char_ram~10852_q ; +wire \text_gen|char_ram~55798_combout ; +wire \text_gen|char_ram~12644_q ; +wire \text_gen|char_ram~55190_combout ; +wire \text_gen|char_ram~10838_q ; +wire \text_gen|char_ram~12630feeder_combout ; +wire \text_gen|char_ram~55790_combout ; +wire \text_gen|char_ram~12630_q ; +wire \text_gen|char_ram~48221_combout ; +wire \text_gen|char_ram~48222_combout ; +wire \text_gen|char_ram~55059_combout ; +wire \text_gen|char_ram~8990_q ; +wire \text_gen|char_ram~55067_combout ; +wire \text_gen|char_ram~9004_q ; +wire \text_gen|char_ram~55665_combout ; +wire \text_gen|char_ram~7212_q ; +wire \text_gen|char_ram~55467_combout ; +wire \text_gen|char_ram~7198_q ; +wire \text_gen|char_ram~48218_combout ; +wire \text_gen|char_ram~48219_combout ; +wire \text_gen|char_ram~55006_combout ; +wire \text_gen|char_ram~9046_q ; +wire \text_gen|char_ram~55019_combout ; +wire \text_gen|char_ram~9060_q ; +wire \text_gen|char_ram~55464_combout ; +wire \text_gen|char_ram~7254_q ; +wire \text_gen|char_ram~55661_combout ; +wire \text_gen|char_ram~7268_q ; +wire \text_gen|char_ram~48216_combout ; +wire \text_gen|char_ram~48217_combout ; +wire \text_gen|char_ram~48220_combout ; +wire \text_gen|char_ram~48223_combout ; +wire \text_gen|char_ram~13036feeder_combout ; +wire \text_gen|char_ram~54865_combout ; +wire \text_gen|char_ram~13036_q ; +wire \text_gen|char_ram~54863_combout ; +wire \text_gen|char_ram~13092_q ; +wire \text_gen|char_ram~54303_combout ; +wire \text_gen|char_ram~9452_q ; +wire \text_gen|char_ram~54237_combout ; +wire \text_gen|char_ram~9508_q ; +wire \text_gen|char_ram~48211_combout ; +wire \text_gen|char_ram~48212_combout ; +wire \text_gen|char_ram~7702feeder_combout ; +wire \text_gen|char_ram~54407_combout ; +wire \text_gen|char_ram~7702_q ; +wire \text_gen|char_ram~53963_combout ; +wire \text_gen|char_ram~11286_q ; +wire \text_gen|char_ram~54411_combout ; +wire \text_gen|char_ram~7646_q ; +wire \text_gen|char_ram~11230feeder_combout ; +wire \text_gen|char_ram~53971_combout ; +wire \text_gen|char_ram~11230_q ; +wire \text_gen|char_ram~48208_combout ; +wire \text_gen|char_ram~48209_combout ; +wire \text_gen|char_ram~54599_combout ; +wire \text_gen|char_ram~7716_q ; +wire \text_gen|char_ram~53995_combout ; +wire \text_gen|char_ram~11300_q ; +wire \text_gen|char_ram~54003_combout ; +wire \text_gen|char_ram~11244_q ; +wire \text_gen|char_ram~54607_combout ; +wire \text_gen|char_ram~7660_q ; +wire \text_gen|char_ram~48206_combout ; +wire \text_gen|char_ram~48207_combout ; +wire \text_gen|char_ram~48210_combout ; +wire \text_gen|char_ram~54704_combout ; +wire \text_gen|char_ram~13022_q ; +wire \text_gen|char_ram~54671_combout ; +wire \text_gen|char_ram~13078_q ; +wire \text_gen|char_ram~54295_combout ; +wire \text_gen|char_ram~9438_q ; +wire \text_gen|char_ram~54229_combout ; +wire \text_gen|char_ram~9494_q ; +wire \text_gen|char_ram~48204_combout ; +wire \text_gen|char_ram~48205_combout ; +wire \text_gen|char_ram~48213_combout ; +wire \text_gen|char_ram~48224_combout ; +wire \text_gen|char_ram~48235_combout ; +wire \text_gen|char_ram~48236_combout ; +wire \text_gen|char_ram~48279_combout ; +wire \text_gen|char_ram~48450_combout ; +wire \text_gen|char_ram~20372feeder_combout ; +wire \text_gen|char_ram~54871_combout ; +wire \text_gen|char_ram~20372_q ; +wire \text_gen|char_ram~54883_combout ; +wire \text_gen|char_ram~20596_q ; +wire \text_gen|char_ram~20484feeder_combout ; +wire \text_gen|char_ram~54875_combout ; +wire \text_gen|char_ram~20484_q ; +wire \text_gen|char_ram~54879_combout ; +wire \text_gen|char_ram~20260_q ; +wire \text_gen|char_ram~47978_combout ; +wire \text_gen|char_ram~47979_combout ; +wire \text_gen|char_ram~54662_combout ; +wire \text_gen|char_ram~20358_q ; +wire \text_gen|char_ram~54674_combout ; +wire \text_gen|char_ram~20582_q ; +wire \text_gen|char_ram~54665_combout ; +wire \text_gen|char_ram~20470_q ; +wire \text_gen|char_ram~54670_combout ; +wire \text_gen|char_ram~20246_q ; +wire \text_gen|char_ram~47971_combout ; +wire \text_gen|char_ram~47972_combout ; +wire \text_gen|char_ram~54707_combout ; +wire \text_gen|char_ram~20526_q ; +wire \text_gen|char_ram~20414feeder_combout ; +wire \text_gen|char_ram~54699_combout ; +wire \text_gen|char_ram~20414_q ; +wire \text_gen|char_ram~54695_combout ; +wire \text_gen|char_ram~20302_q ; +wire \text_gen|char_ram~54703_combout ; +wire \text_gen|char_ram~20190_q ; +wire \text_gen|char_ram~47975_combout ; +wire \text_gen|char_ram~47976_combout ; +wire \text_gen|char_ram~20316feeder_combout ; +wire \text_gen|char_ram~54873_combout ; +wire \text_gen|char_ram~20316_q ; +wire \text_gen|char_ram~54881_combout ; +wire \text_gen|char_ram~20204_q ; +wire \text_gen|char_ram~47973_combout ; +wire \text_gen|char_ram~54877_combout ; +wire \text_gen|char_ram~20428_q ; +wire \text_gen|char_ram~54885_combout ; +wire \text_gen|char_ram~20540_q ; +wire \text_gen|char_ram~47974_combout ; +wire \text_gen|char_ram~47977_combout ; +wire \text_gen|char_ram~47980_combout ; +wire \text_gen|char_ram~53943_combout ; +wire \text_gen|char_ram~18748_q ; +wire \text_gen|char_ram~53931_combout ; +wire \text_gen|char_ram~18636_q ; +wire \text_gen|char_ram~18524feeder_combout ; +wire \text_gen|char_ram~53935_combout ; +wire \text_gen|char_ram~18524_q ; +wire \text_gen|char_ram~53939_combout ; +wire \text_gen|char_ram~18412_q ; +wire \text_gen|char_ram~47940_combout ; +wire \text_gen|char_ram~47941_combout ; +wire \text_gen|char_ram~53903_combout ; +wire \text_gen|char_ram~18622_q ; +wire \text_gen|char_ram~53902_combout ; +wire \text_gen|char_ram~18734_q ; +wire \text_gen|char_ram~53907_combout ; +wire \text_gen|char_ram~18398_q ; +wire \text_gen|char_ram~18510feeder_combout ; +wire \text_gen|char_ram~53906_combout ; +wire \text_gen|char_ram~18510_q ; +wire \text_gen|char_ram~47944_combout ; +wire \text_gen|char_ram~47945_combout ; +wire \text_gen|char_ram~53898_combout ; +wire \text_gen|char_ram~18566_q ; +wire \text_gen|char_ram~53910_combout ; +wire \text_gen|char_ram~18790_q ; +wire \text_gen|char_ram~18454feeder_combout ; +wire \text_gen|char_ram~53899_combout ; +wire \text_gen|char_ram~18454_q ; +wire \text_gen|char_ram~53911_combout ; +wire \text_gen|char_ram~18678_q ; +wire \text_gen|char_ram~47942_combout ; +wire \text_gen|char_ram~47943_combout ; +wire \text_gen|char_ram~47946_combout ; +wire \text_gen|char_ram~53933_combout ; +wire \text_gen|char_ram~18580_q ; +wire \text_gen|char_ram~53941_combout ; +wire \text_gen|char_ram~18804_q ; +wire \text_gen|char_ram~53937_combout ; +wire \text_gen|char_ram~18468_q ; +wire \text_gen|char_ram~53929_combout ; +wire \text_gen|char_ram~18692_q ; +wire \text_gen|char_ram~47947_combout ; +wire \text_gen|char_ram~47948_combout ; +wire \text_gen|char_ram~47949_combout ; +wire \text_gen|char_ram~15038feeder_combout ; +wire \text_gen|char_ram~54443_combout ; +wire \text_gen|char_ram~15038_q ; +wire \text_gen|char_ram~54446_combout ; +wire \text_gen|char_ram~15150_q ; +wire \text_gen|char_ram~54445_combout ; +wire \text_gen|char_ram~14814_q ; +wire \text_gen|char_ram~54444_combout ; +wire \text_gen|char_ram~14926_q ; +wire \text_gen|char_ram~47964_combout ; +wire \text_gen|char_ram~47965_combout ; +wire \text_gen|char_ram~14982feeder_combout ; +wire \text_gen|char_ram~54418_combout ; +wire \text_gen|char_ram~14982_q ; +wire \text_gen|char_ram~54420_combout ; +wire \text_gen|char_ram~15206_q ; +wire \text_gen|char_ram~54419_combout ; +wire \text_gen|char_ram~14870_q ; +wire \text_gen|char_ram~15094feeder_combout ; +wire \text_gen|char_ram~54417_combout ; +wire \text_gen|char_ram~15094_q ; +wire \text_gen|char_ram~47962_combout ; +wire \text_gen|char_ram~47963_combout ; +wire \text_gen|char_ram~47966_combout ; +wire \text_gen|char_ram~14996feeder_combout ; +wire \text_gen|char_ram~54641_combout ; +wire \text_gen|char_ram~14996_q ; +wire \text_gen|char_ram~54644_combout ; +wire \text_gen|char_ram~15220_q ; +wire \text_gen|char_ram~54643_combout ; +wire \text_gen|char_ram~14884_q ; +wire \text_gen|char_ram~15108feeder_combout ; +wire \text_gen|char_ram~54642_combout ; +wire \text_gen|char_ram~15108_q ; +wire \text_gen|char_ram~47967_combout ; +wire \text_gen|char_ram~47968_combout ; +wire \text_gen|char_ram~54634_combout ; +wire \text_gen|char_ram~15052_q ; +wire \text_gen|char_ram~54635_combout ; +wire \text_gen|char_ram~14828_q ; +wire \text_gen|char_ram~54633_combout ; +wire \text_gen|char_ram~14940_q ; +wire \text_gen|char_ram~47960_combout ; +wire \text_gen|char_ram~54636_combout ; +wire \text_gen|char_ram~15164_q ; +wire \text_gen|char_ram~47961_combout ; +wire \text_gen|char_ram~47969_combout ; +wire \text_gen|char_ram~54285_combout ; +wire \text_gen|char_ram~16732_q ; +wire \text_gen|char_ram~54287_combout ; +wire \text_gen|char_ram~16620_q ; +wire \text_gen|char_ram~47952_combout ; +wire \text_gen|char_ram~16844feeder_combout ; +wire \text_gen|char_ram~54286_combout ; +wire \text_gen|char_ram~16844_q ; +wire \text_gen|char_ram~54288_combout ; +wire \text_gen|char_ram~16956_q ; +wire \text_gen|char_ram~47953_combout ; +wire \text_gen|char_ram~54274_combout ; +wire \text_gen|char_ram~16830_q ; +wire \text_gen|char_ram~54276_combout ; +wire \text_gen|char_ram~16942_q ; +wire \text_gen|char_ram~54275_combout ; +wire \text_gen|char_ram~16606_q ; +wire \text_gen|char_ram~16718feeder_combout ; +wire \text_gen|char_ram~54273_combout ; +wire \text_gen|char_ram~16718_q ; +wire \text_gen|char_ram~47954_combout ; +wire \text_gen|char_ram~47955_combout ; +wire \text_gen|char_ram~47956_combout ; +wire \text_gen|char_ram~54219_combout ; +wire \text_gen|char_ram~16788_q ; +wire \text_gen|char_ram~54222_combout ; +wire \text_gen|char_ram~17012_q ; +wire \text_gen|char_ram~54221_combout ; +wire \text_gen|char_ram~16676_q ; +wire \text_gen|char_ram~54220_combout ; +wire \text_gen|char_ram~16900_q ; +wire \text_gen|char_ram~47957_combout ; +wire \text_gen|char_ram~47958_combout ; +wire \text_gen|char_ram~54207_combout ; +wire \text_gen|char_ram~16774_q ; +wire \text_gen|char_ram~54210_combout ; +wire \text_gen|char_ram~16998_q ; +wire \text_gen|char_ram~54208_combout ; +wire \text_gen|char_ram~16886_q ; +wire \text_gen|char_ram~54209_combout ; +wire \text_gen|char_ram~16662_q ; +wire \text_gen|char_ram~47950_combout ; +wire \text_gen|char_ram~47951_combout ; +wire \text_gen|char_ram~47959_combout ; +wire \text_gen|char_ram~47970_combout ; +wire \text_gen|char_ram~47981_combout ; +wire \text_gen|char_ram~19700feeder_combout ; +wire \text_gen|char_ram~56208_combout ; +wire \text_gen|char_ram~19700_q ; +wire \text_gen|char_ram~56174_combout ; +wire \text_gen|char_ram~19476_q ; +wire \text_gen|char_ram~56194_combout ; +wire \text_gen|char_ram~19364_q ; +wire \text_gen|char_ram~56162_combout ; +wire \text_gen|char_ram~19588_q ; +wire \text_gen|char_ram~48074_combout ; +wire \text_gen|char_ram~48075_combout ; +wire \text_gen|char_ram~55982_combout ; +wire \text_gen|char_ram~19462_q ; +wire \text_gen|char_ram~19686feeder_combout ; +wire \text_gen|char_ram~56014_combout ; +wire \text_gen|char_ram~19686_q ; +wire \text_gen|char_ram~56002_combout ; +wire \text_gen|char_ram~19350_q ; +wire \text_gen|char_ram~19574feeder_combout ; +wire \text_gen|char_ram~55970_combout ; +wire \text_gen|char_ram~19574_q ; +wire \text_gen|char_ram~48069_combout ; +wire \text_gen|char_ram~48070_combout ; +wire \text_gen|char_ram~55974_combout ; +wire \text_gen|char_ram~19518_q ; +wire \text_gen|char_ram~56022_combout ; +wire \text_gen|char_ram~19630_q ; +wire \text_gen|char_ram~19406feeder_combout ; +wire \text_gen|char_ram~55990_combout ; +wire \text_gen|char_ram~19406_q ; +wire \text_gen|char_ram~56006_combout ; +wire \text_gen|char_ram~19294_q ; +wire \text_gen|char_ram~48071_combout ; +wire \text_gen|char_ram~48072_combout ; +wire \text_gen|char_ram~48073_combout ; +wire \text_gen|char_ram~56166_combout ; +wire \text_gen|char_ram~19532_q ; +wire \text_gen|char_ram~56216_combout ; +wire \text_gen|char_ram~19644_q ; +wire \text_gen|char_ram~56182_combout ; +wire \text_gen|char_ram~19420_q ; +wire \text_gen|char_ram~56198_combout ; +wire \text_gen|char_ram~19308_q ; +wire \text_gen|char_ram~48067_combout ; +wire \text_gen|char_ram~48068_combout ; +wire \text_gen|char_ram~48076_combout ; +wire \text_gen|char_ram~55981_combout ; +wire \text_gen|char_ram~17670_q ; +wire \text_gen|char_ram~56013_combout ; +wire \text_gen|char_ram~17894_q ; +wire \text_gen|char_ram~56001_combout ; +wire \text_gen|char_ram~17558_q ; +wire \text_gen|char_ram~55968_combout ; +wire \text_gen|char_ram~17782_q ; +wire \text_gen|char_ram~48077_combout ; +wire \text_gen|char_ram~48078_combout ; +wire \text_gen|char_ram~17628feeder_combout ; +wire \text_gen|char_ram~56181_combout ; +wire \text_gen|char_ram~17628_q ; +wire \text_gen|char_ram~56197_combout ; +wire \text_gen|char_ram~17516_q ; +wire \text_gen|char_ram~48079_combout ; +wire \text_gen|char_ram~56215_combout ; +wire \text_gen|char_ram~17852_q ; +wire \text_gen|char_ram~56165_combout ; +wire \text_gen|char_ram~17740_q ; +wire \text_gen|char_ram~48080_combout ; +wire \text_gen|char_ram~55973_combout ; +wire \text_gen|char_ram~17726_q ; +wire \text_gen|char_ram~56021_combout ; +wire \text_gen|char_ram~17838_q ; +wire \text_gen|char_ram~56005_combout ; +wire \text_gen|char_ram~17502_q ; +wire \text_gen|char_ram~55989_combout ; +wire \text_gen|char_ram~17614_q ; +wire \text_gen|char_ram~48081_combout ; +wire \text_gen|char_ram~48082_combout ; +wire \text_gen|char_ram~48083_combout ; +wire \text_gen|char_ram~56193_combout ; +wire \text_gen|char_ram~17572_q ; +wire \text_gen|char_ram~56161_combout ; +wire \text_gen|char_ram~17796_q ; +wire \text_gen|char_ram~48084_combout ; +wire \text_gen|char_ram~56207_combout ; +wire \text_gen|char_ram~17908_q ; +wire \text_gen|char_ram~17684feeder_combout ; +wire \text_gen|char_ram~56173_combout ; +wire \text_gen|char_ram~17684_q ; +wire \text_gen|char_ram~48085_combout ; +wire \text_gen|char_ram~48086_combout ; +wire \text_gen|char_ram~15948feeder_combout ; +wire \text_gen|char_ram~56167_combout ; +wire \text_gen|char_ram~15948_q ; +wire \text_gen|char_ram~56217_combout ; +wire \text_gen|char_ram~16060_q ; +wire \text_gen|char_ram~56199_combout ; +wire \text_gen|char_ram~15724_q ; +wire \text_gen|char_ram~56183_combout ; +wire \text_gen|char_ram~15836_q ; +wire \text_gen|char_ram~48087_combout ; +wire \text_gen|char_ram~48088_combout ; +wire \text_gen|char_ram~15878feeder_combout ; +wire \text_gen|char_ram~55983_combout ; +wire \text_gen|char_ram~15878_q ; +wire \text_gen|char_ram~56015_combout ; +wire \text_gen|char_ram~16102_q ; +wire \text_gen|char_ram~55971_combout ; +wire \text_gen|char_ram~15990_q ; +wire \text_gen|char_ram~15766feeder_combout ; +wire \text_gen|char_ram~56003_combout ; +wire \text_gen|char_ram~15766_q ; +wire \text_gen|char_ram~48089_combout ; +wire \text_gen|char_ram~48090_combout ; +wire \text_gen|char_ram~15934feeder_combout ; +wire \text_gen|char_ram~55975_combout ; +wire \text_gen|char_ram~15934_q ; +wire \text_gen|char_ram~56023_combout ; +wire \text_gen|char_ram~16046_q ; +wire \text_gen|char_ram~15822feeder_combout ; +wire \text_gen|char_ram~55991_combout ; +wire \text_gen|char_ram~15822_q ; +wire \text_gen|char_ram~56007_combout ; +wire \text_gen|char_ram~15710_q ; +wire \text_gen|char_ram~48091_combout ; +wire \text_gen|char_ram~48092_combout ; +wire \text_gen|char_ram~48093_combout ; +wire \text_gen|char_ram~16004feeder_combout ; +wire \text_gen|char_ram~56163_combout ; +wire \text_gen|char_ram~16004_q ; +wire \text_gen|char_ram~56195_combout ; +wire \text_gen|char_ram~15780_q ; +wire \text_gen|char_ram~48094_combout ; +wire \text_gen|char_ram~56209_combout ; +wire \text_gen|char_ram~16116_q ; +wire \text_gen|char_ram~56175_combout ; +wire \text_gen|char_ram~15892_q ; +wire \text_gen|char_ram~48095_combout ; +wire \text_gen|char_ram~48096_combout ; +wire \text_gen|char_ram~48097_combout ; +wire \text_gen|char_ram~55972_combout ; +wire \text_gen|char_ram~21366_q ; +wire \text_gen|char_ram~56004_combout ; +wire \text_gen|char_ram~21142_q ; +wire \text_gen|char_ram~48098_combout ; +wire \text_gen|char_ram~56016_combout ; +wire \text_gen|char_ram~21478_q ; +wire \text_gen|char_ram~55984_combout ; +wire \text_gen|char_ram~21254_q ; +wire \text_gen|char_ram~48099_combout ; +wire \text_gen|char_ram~21324feeder_combout ; +wire \text_gen|char_ram~56168_combout ; +wire \text_gen|char_ram~21324_q ; +wire \text_gen|char_ram~56218_combout ; +wire \text_gen|char_ram~21436_q ; +wire \text_gen|char_ram~56200_combout ; +wire \text_gen|char_ram~21100_q ; +wire \text_gen|char_ram~21212feeder_combout ; +wire \text_gen|char_ram~56184_combout ; +wire \text_gen|char_ram~21212_q ; +wire \text_gen|char_ram~48100_combout ; +wire \text_gen|char_ram~48101_combout ; +wire \text_gen|char_ram~56008_combout ; +wire \text_gen|char_ram~21086_q ; +wire \text_gen|char_ram~55992_combout ; +wire \text_gen|char_ram~21198_q ; +wire \text_gen|char_ram~48102_combout ; +wire \text_gen|char_ram~55976_combout ; +wire \text_gen|char_ram~21310_q ; +wire \text_gen|char_ram~56024_combout ; +wire \text_gen|char_ram~21422_q ; +wire \text_gen|char_ram~48103_combout ; +wire \text_gen|char_ram~48104_combout ; +wire \text_gen|char_ram~56176_combout ; +wire \text_gen|char_ram~21268_q ; +wire \text_gen|char_ram~56210_combout ; +wire \text_gen|char_ram~21492_q ; +wire \text_gen|char_ram~56196_combout ; +wire \text_gen|char_ram~21156_q ; +wire \text_gen|char_ram~56164_combout ; +wire \text_gen|char_ram~21380_q ; +wire \text_gen|char_ram~48105_combout ; +wire \text_gen|char_ram~48106_combout ; +wire \text_gen|char_ram~48107_combout ; +wire \text_gen|char_ram~48108_combout ; +wire \text_gen|char_ram~18132feeder_combout ; +wire \text_gen|char_ram~55383_combout ; +wire \text_gen|char_ram~18132_q ; +wire \text_gen|char_ram~55385_combout ; +wire \text_gen|char_ram~18356_q ; +wire \text_gen|char_ram~55382_combout ; +wire \text_gen|char_ram~18244_q ; +wire \text_gen|char_ram~55384_combout ; +wire \text_gen|char_ram~18020_q ; +wire \text_gen|char_ram~48031_combout ; +wire \text_gen|char_ram~48032_combout ; +wire \text_gen|char_ram~55414_combout ; +wire \text_gen|char_ram~18188_q ; +wire \text_gen|char_ram~55417_combout ; +wire \text_gen|char_ram~18300_q ; +wire \text_gen|char_ram~55415_combout ; +wire \text_gen|char_ram~18076_q ; +wire \text_gen|char_ram~55416_combout ; +wire \text_gen|char_ram~17964_q ; +wire \text_gen|char_ram~48024_combout ; +wire \text_gen|char_ram~48025_combout ; +wire \text_gen|char_ram~55205_combout ; +wire \text_gen|char_ram~18006_q ; +wire \text_gen|char_ram~18230feeder_combout ; +wire \text_gen|char_ram~55204_combout ; +wire \text_gen|char_ram~18230_q ; +wire \text_gen|char_ram~48026_combout ; +wire \text_gen|char_ram~55207_combout ; +wire \text_gen|char_ram~18342_q ; +wire \text_gen|char_ram~18118feeder_combout ; +wire \text_gen|char_ram~55206_combout ; +wire \text_gen|char_ram~18118_q ; +wire \text_gen|char_ram~48027_combout ; +wire \text_gen|char_ram~18174feeder_combout ; +wire \text_gen|char_ram~55208_combout ; +wire \text_gen|char_ram~18174_q ; +wire \text_gen|char_ram~55211_combout ; +wire \text_gen|char_ram~18286_q ; +wire \text_gen|char_ram~18062feeder_combout ; +wire \text_gen|char_ram~55209_combout ; +wire \text_gen|char_ram~18062_q ; +wire \text_gen|char_ram~55210_combout ; +wire \text_gen|char_ram~17950_q ; +wire \text_gen|char_ram~48028_combout ; +wire \text_gen|char_ram~48029_combout ; +wire \text_gen|char_ram~48030_combout ; +wire \text_gen|char_ram~48033_combout ; +wire \text_gen|char_ram~16326feeder_combout ; +wire \text_gen|char_ram~55046_combout ; +wire \text_gen|char_ram~16326_q ; +wire \text_gen|char_ram~16438feeder_combout ; +wire \text_gen|char_ram~55045_combout ; +wire \text_gen|char_ram~16438_q ; +wire \text_gen|char_ram~55047_combout ; +wire \text_gen|char_ram~16214_q ; +wire \text_gen|char_ram~48034_combout ; +wire \text_gen|char_ram~55048_combout ; +wire \text_gen|char_ram~16550_q ; +wire \text_gen|char_ram~48035_combout ; +wire \text_gen|char_ram~55041_combout ; +wire \text_gen|char_ram~16452_q ; +wire \text_gen|char_ram~55043_combout ; +wire \text_gen|char_ram~16228_q ; +wire \text_gen|char_ram~48041_combout ; +wire \text_gen|char_ram~55044_combout ; +wire \text_gen|char_ram~16564_q ; +wire \text_gen|char_ram~16340feeder_combout ; +wire \text_gen|char_ram~55042_combout ; +wire \text_gen|char_ram~16340_q ; +wire \text_gen|char_ram~48042_combout ; +wire \text_gen|char_ram~16396feeder_combout ; +wire \text_gen|char_ram~55082_combout ; +wire \text_gen|char_ram~16396_q ; +wire \text_gen|char_ram~55084_combout ; +wire \text_gen|char_ram~16508_q ; +wire \text_gen|char_ram~16284feeder_combout ; +wire \text_gen|char_ram~55081_combout ; +wire \text_gen|char_ram~16284_q ; +wire \text_gen|char_ram~16172feeder_combout ; +wire \text_gen|char_ram~55083_combout ; +wire \text_gen|char_ram~16172_q ; +wire \text_gen|char_ram~48036_combout ; +wire \text_gen|char_ram~48037_combout ; +wire \text_gen|char_ram~55073_combout ; +wire \text_gen|char_ram~16382_q ; +wire \text_gen|char_ram~55076_combout ; +wire \text_gen|char_ram~16494_q ; +wire \text_gen|char_ram~55075_combout ; +wire \text_gen|char_ram~16158_q ; +wire \text_gen|char_ram~55074_combout ; +wire \text_gen|char_ram~16270_q ; +wire \text_gen|char_ram~48038_combout ; +wire \text_gen|char_ram~48039_combout ; +wire \text_gen|char_ram~48040_combout ; +wire \text_gen|char_ram~48043_combout ; +wire \text_gen|char_ram~55644_combout ; +wire \text_gen|char_ram~14548_q ; +wire \text_gen|char_ram~55646_combout ; +wire \text_gen|char_ram~14772_q ; +wire \text_gen|char_ram~55645_combout ; +wire \text_gen|char_ram~14436_q ; +wire \text_gen|char_ram~14660feeder_combout ; +wire \text_gen|char_ram~55643_combout ; +wire \text_gen|char_ram~14660_q ; +wire \text_gen|char_ram~48051_combout ; +wire \text_gen|char_ram~48052_combout ; +wire \text_gen|char_ram~14604feeder_combout ; +wire \text_gen|char_ram~55647_combout ; +wire \text_gen|char_ram~14604_q ; +wire \text_gen|char_ram~55650_combout ; +wire \text_gen|char_ram~14716_q ; +wire \text_gen|char_ram~55649_combout ; +wire \text_gen|char_ram~14380_q ; +wire \text_gen|char_ram~14492feeder_combout ; +wire \text_gen|char_ram~55648_combout ; +wire \text_gen|char_ram~14492_q ; +wire \text_gen|char_ram~48044_combout ; +wire \text_gen|char_ram~48045_combout ; +wire \text_gen|char_ram~55452_combout ; +wire \text_gen|char_ram~14366_q ; +wire \text_gen|char_ram~14478feeder_combout ; +wire \text_gen|char_ram~55451_combout ; +wire \text_gen|char_ram~14478_q ; +wire \text_gen|char_ram~48048_combout ; +wire \text_gen|char_ram~55453_combout ; +wire \text_gen|char_ram~14702_q ; +wire \text_gen|char_ram~55450_combout ; +wire \text_gen|char_ram~14590_q ; +wire \text_gen|char_ram~48049_combout ; +wire \text_gen|char_ram~14646feeder_combout ; +wire \text_gen|char_ram~55446_combout ; +wire \text_gen|char_ram~14646_q ; +wire \text_gen|char_ram~55449_combout ; +wire \text_gen|char_ram~14758_q ; +wire \text_gen|char_ram~14422feeder_combout ; +wire \text_gen|char_ram~55448_combout ; +wire \text_gen|char_ram~14422_q ; +wire \text_gen|char_ram~14534feeder_combout ; +wire \text_gen|char_ram~55447_combout ; +wire \text_gen|char_ram~14534_q ; +wire \text_gen|char_ram~48046_combout ; +wire \text_gen|char_ram~48047_combout ; +wire \text_gen|char_ram~48050_combout ; +wire \text_gen|char_ram~48053_combout ; +wire \text_gen|char_ram~48054_combout ; +wire \text_gen|char_ram~20036feeder_combout ; +wire \text_gen|char_ram~55781_combout ; +wire \text_gen|char_ram~20036_q ; +wire \text_gen|char_ram~55782_combout ; +wire \text_gen|char_ram~19812_q ; +wire \text_gen|char_ram~48062_combout ; +wire \text_gen|char_ram~55783_combout ; +wire \text_gen|char_ram~20148_q ; +wire \text_gen|char_ram~55780_combout ; +wire \text_gen|char_ram~19924_q ; +wire \text_gen|char_ram~48063_combout ; +wire \text_gen|char_ram~55862_combout ; +wire \text_gen|char_ram~19980_q ; +wire \text_gen|char_ram~55864_combout ; +wire \text_gen|char_ram~20092_q ; +wire \text_gen|char_ram~55863_combout ; +wire \text_gen|char_ram~19756_q ; +wire \text_gen|char_ram~19868feeder_combout ; +wire \text_gen|char_ram~55861_combout ; +wire \text_gen|char_ram~19868_q ; +wire \text_gen|char_ram~48057_combout ; +wire \text_gen|char_ram~48058_combout ; +wire \text_gen|char_ram~55855_combout ; +wire \text_gen|char_ram~19742_q ; +wire \text_gen|char_ram~55853_combout ; +wire \text_gen|char_ram~19854_q ; +wire \text_gen|char_ram~48059_combout ; +wire \text_gen|char_ram~55856_combout ; +wire \text_gen|char_ram~20078_q ; +wire \text_gen|char_ram~55854_combout ; +wire \text_gen|char_ram~19966_q ; +wire \text_gen|char_ram~48060_combout ; +wire \text_gen|char_ram~48061_combout ; +wire \text_gen|char_ram~55772_combout ; +wire \text_gen|char_ram~19910_q ; +wire \text_gen|char_ram~55774_combout ; +wire \text_gen|char_ram~19798_q ; +wire \text_gen|char_ram~20022feeder_combout ; +wire \text_gen|char_ram~55773_combout ; +wire \text_gen|char_ram~20022_q ; +wire \text_gen|char_ram~48055_combout ; +wire \text_gen|char_ram~55775_combout ; +wire \text_gen|char_ram~20134_q ; +wire \text_gen|char_ram~48056_combout ; +wire \text_gen|char_ram~48064_combout ; +wire \text_gen|char_ram~48065_combout ; +wire \text_gen|char_ram~53713_combout ; +wire \text_gen|char_ram~20806_q ; +wire \text_gen|char_ram~53703_combout ; +wire \text_gen|char_ram~20918_q ; +wire \text_gen|char_ram~53711_combout ; +wire \text_gen|char_ram~20694_q ; +wire \text_gen|char_ram~48013_combout ; +wire \text_gen|char_ram~53705_combout ; +wire \text_gen|char_ram~21030_q ; +wire \text_gen|char_ram~48014_combout ; +wire \text_gen|char_ram~53714_combout ; +wire \text_gen|char_ram~20932_q ; +wire \text_gen|char_ram~53706_combout ; +wire \text_gen|char_ram~20708_q ; +wire \text_gen|char_ram~48020_combout ; +wire \text_gen|char_ram~53717_combout ; +wire \text_gen|char_ram~21044_q ; +wire \text_gen|char_ram~53709_combout ; +wire \text_gen|char_ram~20820_q ; +wire \text_gen|char_ram~48021_combout ; +wire \text_gen|char_ram~53762_combout ; +wire \text_gen|char_ram~20652_q ; +wire \text_gen|char_ram~53758_combout ; +wire \text_gen|char_ram~20764_q ; +wire \text_gen|char_ram~48015_combout ; +wire \text_gen|char_ram~53766_combout ; +wire \text_gen|char_ram~20988_q ; +wire \text_gen|char_ram~53754_combout ; +wire \text_gen|char_ram~20876_q ; +wire \text_gen|char_ram~48016_combout ; +wire \text_gen|char_ram~20974feeder_combout ; +wire \text_gen|char_ram~53764_combout ; +wire \text_gen|char_ram~20974_q ; +wire \text_gen|char_ram~53751_combout ; +wire \text_gen|char_ram~20862_q ; +wire \text_gen|char_ram~53756_combout ; +wire \text_gen|char_ram~20750_q ; +wire \text_gen|char_ram~53759_combout ; +wire \text_gen|char_ram~20638_q ; +wire \text_gen|char_ram~48017_combout ; +wire \text_gen|char_ram~48018_combout ; +wire \text_gen|char_ram~48019_combout ; +wire \text_gen|char_ram~48022_combout ; +wire \text_gen|char_ram~17222feeder_combout ; +wire \text_gen|char_ram~52856_combout ; +wire \text_gen|char_ram~17222_q ; +wire \text_gen|char_ram~52855_combout ; +wire \text_gen|char_ram~17446_q ; +wire \text_gen|char_ram~52844_combout ; +wire \text_gen|char_ram~17110_q ; +wire \text_gen|char_ram~52843_combout ; +wire \text_gen|char_ram~17334_q ; +wire \text_gen|char_ram~47992_combout ; +wire \text_gen|char_ram~47993_combout ; +wire \text_gen|char_ram~52884_combout ; +wire \text_gen|char_ram~17124_q ; +wire \text_gen|char_ram~52880_combout ; +wire \text_gen|char_ram~17348_q ; +wire \text_gen|char_ram~47999_combout ; +wire \text_gen|char_ram~17236feeder_combout ; +wire \text_gen|char_ram~52876_combout ; +wire \text_gen|char_ram~17236_q ; +wire \text_gen|char_ram~52889_combout ; +wire \text_gen|char_ram~17460_q ; +wire \text_gen|char_ram~48000_combout ; +wire \text_gen|char_ram~52882_combout ; +wire \text_gen|char_ram~17292_q ; +wire \text_gen|char_ram~52891_combout ; +wire \text_gen|char_ram~17404_q ; +wire \text_gen|char_ram~52878_combout ; +wire \text_gen|char_ram~17180_q ; +wire \text_gen|char_ram~52887_combout ; +wire \text_gen|char_ram~17068_q ; +wire \text_gen|char_ram~47994_combout ; +wire \text_gen|char_ram~47995_combout ; +wire \text_gen|char_ram~52851_combout ; +wire \text_gen|char_ram~17278_q ; +wire \text_gen|char_ram~52847_combout ; +wire \text_gen|char_ram~17390_q ; +wire \text_gen|char_ram~17166feeder_combout ; +wire \text_gen|char_ram~52848_combout ; +wire \text_gen|char_ram~17166_q ; +wire \text_gen|char_ram~52852_combout ; +wire \text_gen|char_ram~17054_q ; +wire \text_gen|char_ram~47996_combout ; +wire \text_gen|char_ram~47997_combout ; +wire \text_gen|char_ram~47998_combout ; +wire \text_gen|char_ram~48001_combout ; +wire \text_gen|char_ram~53513_combout ; +wire \text_gen|char_ram~15486_q ; +wire \text_gen|char_ram~53521_combout ; +wire \text_gen|char_ram~15598_q ; +wire \text_gen|char_ram~15374feeder_combout ; +wire \text_gen|char_ram~53510_combout ; +wire \text_gen|char_ram~15374_q ; +wire \text_gen|char_ram~53518_combout ; +wire \text_gen|char_ram~15262_q ; +wire \text_gen|char_ram~48006_combout ; +wire \text_gen|char_ram~48007_combout ; +wire \text_gen|char_ram~53455_combout ; +wire \text_gen|char_ram~15654_q ; +wire \text_gen|char_ram~53447_combout ; +wire \text_gen|char_ram~15542_q ; +wire \text_gen|char_ram~53452_combout ; +wire \text_gen|char_ram~15318_q ; +wire \text_gen|char_ram~48004_combout ; +wire \text_gen|char_ram~15430feeder_combout ; +wire \text_gen|char_ram~53444_combout ; +wire \text_gen|char_ram~15430_q ; +wire \text_gen|char_ram~48005_combout ; +wire \text_gen|char_ram~48008_combout ; +wire \text_gen|char_ram~15444feeder_combout ; +wire \text_gen|char_ram~53446_combout ; +wire \text_gen|char_ram~15444_q ; +wire \text_gen|char_ram~53458_combout ; +wire \text_gen|char_ram~15668_q ; +wire \text_gen|char_ram~53454_combout ; +wire \text_gen|char_ram~15332_q ; +wire \text_gen|char_ram~53450_combout ; +wire \text_gen|char_ram~15556_q ; +wire \text_gen|char_ram~48009_combout ; +wire \text_gen|char_ram~48010_combout ; +wire \text_gen|char_ram~53516_combout ; +wire \text_gen|char_ram~15500_q ; +wire \text_gen|char_ram~53524_combout ; +wire \text_gen|char_ram~15612_q ; +wire \text_gen|char_ram~15388feeder_combout ; +wire \text_gen|char_ram~53512_combout ; +wire \text_gen|char_ram~15388_q ; +wire \text_gen|char_ram~53520_combout ; +wire \text_gen|char_ram~15276_q ; +wire \text_gen|char_ram~48002_combout ; +wire \text_gen|char_ram~48003_combout ; +wire \text_gen|char_ram~48011_combout ; +wire \text_gen|char_ram~48012_combout ; +wire \text_gen|char_ram~53313_combout ; +wire \text_gen|char_ram~19028_q ; +wire \text_gen|char_ram~53322_combout ; +wire \text_gen|char_ram~19252_q ; +wire \text_gen|char_ram~19140feeder_combout ; +wire \text_gen|char_ram~53310_combout ; +wire \text_gen|char_ram~19140_q ; +wire \text_gen|char_ram~53317_combout ; +wire \text_gen|char_ram~18916_q ; +wire \text_gen|char_ram~47989_combout ; +wire \text_gen|char_ram~47990_combout ; +wire \text_gen|char_ram~19084feeder_combout ; +wire \text_gen|char_ram~53311_combout ; +wire \text_gen|char_ram~19084_q ; +wire \text_gen|char_ram~53324_combout ; +wire \text_gen|char_ram~19196_q ; +wire \text_gen|char_ram~53315_combout ; +wire \text_gen|char_ram~18972_q ; +wire \text_gen|char_ram~53320_combout ; +wire \text_gen|char_ram~18860_q ; +wire \text_gen|char_ram~47982_combout ; +wire \text_gen|char_ram~47983_combout ; +wire \text_gen|char_ram~53063_combout ; +wire \text_gen|char_ram~19126_q ; +wire \text_gen|char_ram~53080_combout ; +wire \text_gen|char_ram~18902_q ; +wire \text_gen|char_ram~47984_combout ; +wire \text_gen|char_ram~53084_combout ; +wire \text_gen|char_ram~19238_q ; +wire \text_gen|char_ram~19014feeder_combout ; +wire \text_gen|char_ram~53071_combout ; +wire \text_gen|char_ram~19014_q ; +wire \text_gen|char_ram~47985_combout ; +wire \text_gen|char_ram~19070feeder_combout ; +wire \text_gen|char_ram~53111_combout ; +wire \text_gen|char_ram~19070_q ; +wire \text_gen|char_ram~53114_combout ; +wire \text_gen|char_ram~18958_q ; +wire \text_gen|char_ram~53119_combout ; +wire \text_gen|char_ram~18846_q ; +wire \text_gen|char_ram~47986_combout ; +wire \text_gen|char_ram~53122_combout ; +wire \text_gen|char_ram~19182_q ; +wire \text_gen|char_ram~47987_combout ; +wire \text_gen|char_ram~47988_combout ; +wire \text_gen|char_ram~47991_combout ; +wire \text_gen|char_ram~48023_combout ; +wire \text_gen|char_ram~48066_combout ; +wire \text_gen|char_ram~48109_combout ; +wire \text_gen|char_ram~48621_combout ; +wire \text_gen|char_ram~49304_combout ; +wire \text_gen|char_ram~56238_combout ; +wire \text_gen|char_ram~14247_q ; +wire \text_gen|char_ram~56230_combout ; +wire \text_gen|char_ram~14233_q ; +wire \text_gen|char_ram~56422_combout ; +wire \text_gen|char_ram~14289_q ; +wire \text_gen|char_ram~47903_combout ; +wire \text_gen|char_ram~56473_combout ; +wire \text_gen|char_ram~14303_q ; +wire \text_gen|char_ram~47904_combout ; +wire \text_gen|char_ram~8913feeder_combout ; +wire \text_gen|char_ram~56421_combout ; +wire \text_gen|char_ram~8913_q ; +wire \text_gen|char_ram~56472_combout ; +wire \text_gen|char_ram~8927_q ; +wire \text_gen|char_ram~8871feeder_combout ; +wire \text_gen|char_ram~56237_combout ; +wire \text_gen|char_ram~8871_q ; +wire \text_gen|char_ram~56229_combout ; +wire \text_gen|char_ram~8857_q ; +wire \text_gen|char_ram~47900_combout ; +wire \text_gen|char_ram~47901_combout ; +wire \text_gen|char_ram~12455feeder_combout ; +wire \text_gen|char_ram~56235_combout ; +wire \text_gen|char_ram~12455_q ; +wire \text_gen|char_ram~56471_combout ; +wire \text_gen|char_ram~12511_q ; +wire \text_gen|char_ram~56228_combout ; +wire \text_gen|char_ram~12441_q ; +wire \text_gen|char_ram~12497feeder_combout ; +wire \text_gen|char_ram~56420_combout ; +wire \text_gen|char_ram~12497_q ; +wire \text_gen|char_ram~47898_combout ; +wire \text_gen|char_ram~47899_combout ; +wire \text_gen|char_ram~47902_combout ; +wire \text_gen|char_ram~56227_combout ; +wire \text_gen|char_ram~10649_q ; +wire \text_gen|char_ram~56236_combout ; +wire \text_gen|char_ram~10663_q ; +wire \text_gen|char_ram~47896_combout ; +wire \text_gen|char_ram~56419_combout ; +wire \text_gen|char_ram~10705_q ; +wire \text_gen|char_ram~56470_combout ; +wire \text_gen|char_ram~10719_q ; +wire \text_gen|char_ram~47897_combout ; +wire \text_gen|char_ram~47905_combout ; +wire \text_gen|char_ram~56960_combout ; +wire \text_gen|char_ram~23263_q ; +wire \text_gen|char_ram~56959_combout ; +wire \text_gen|char_ram~25055_q ; +wire \text_gen|char_ram~56992_combout ; +wire \text_gen|char_ram~23249_q ; +wire \text_gen|char_ram~56991_combout ; +wire \text_gen|char_ram~25041_q ; +wire \text_gen|char_ram~47929_combout ; +wire \text_gen|char_ram~47930_combout ; +wire \text_gen|char_ram~56753_combout ; +wire \text_gen|char_ram~24985_q ; +wire \text_gen|char_ram~56762_combout ; +wire \text_gen|char_ram~24999_q ; +wire \text_gen|char_ram~56763_combout ; +wire \text_gen|char_ram~23207_q ; +wire \text_gen|char_ram~56755_combout ; +wire \text_gen|char_ram~23193_q ; +wire \text_gen|char_ram~47931_combout ; +wire \text_gen|char_ram~47932_combout ; +wire \text_gen|char_ram~47933_combout ; +wire \text_gen|char_ram~28569feeder_combout ; +wire \text_gen|char_ram~56756_combout ; +wire \text_gen|char_ram~28569_q ; +wire \text_gen|char_ram~56764_combout ; +wire \text_gen|char_ram~28583_q ; +wire \text_gen|char_ram~56754_combout ; +wire \text_gen|char_ram~26777_q ; +wire \text_gen|char_ram~56761_combout ; +wire \text_gen|char_ram~26791_q ; +wire \text_gen|char_ram~47927_combout ; +wire \text_gen|char_ram~47928_combout ; +wire \text_gen|char_ram~26847feeder_combout ; +wire \text_gen|char_ram~56958_combout ; +wire \text_gen|char_ram~26847_q ; +wire \text_gen|char_ram~56990_combout ; +wire \text_gen|char_ram~26833_q ; +wire \text_gen|char_ram~47934_combout ; +wire \text_gen|char_ram~56961_combout ; +wire \text_gen|char_ram~28639_q ; +wire \text_gen|char_ram~28625feeder_combout ; +wire \text_gen|char_ram~56993_combout ; +wire \text_gen|char_ram~28625_q ; +wire \text_gen|char_ram~47935_combout ; +wire \text_gen|char_ram~47936_combout ; +wire \text_gen|char_ram~56581_combout ; +wire \text_gen|char_ram~7079_q ; +wire \text_gen|char_ram~56613_combout ; +wire \text_gen|char_ram~7135_q ; +wire \text_gen|char_ram~56645_combout ; +wire \text_gen|char_ram~7065_q ; +wire \text_gen|char_ram~7121feeder_combout ; +wire \text_gen|char_ram~56677_combout ; +wire \text_gen|char_ram~7121_q ; +wire \text_gen|char_ram~47923_combout ; +wire \text_gen|char_ram~47924_combout ; +wire \text_gen|char_ram~56578_combout ; +wire \text_gen|char_ram~5287_q ; +wire \text_gen|char_ram~56642_combout ; +wire \text_gen|char_ram~5273_q ; +wire \text_gen|char_ram~56674_combout ; +wire \text_gen|char_ram~5329_q ; +wire \text_gen|char_ram~47916_combout ; +wire \text_gen|char_ram~56610_combout ; +wire \text_gen|char_ram~5343_q ; +wire \text_gen|char_ram~47917_combout ; +wire \text_gen|char_ram~3495feeder_combout ; +wire \text_gen|char_ram~56579_combout ; +wire \text_gen|char_ram~3495_q ; +wire \text_gen|char_ram~56611_combout ; +wire \text_gen|char_ram~3551_q ; +wire \text_gen|char_ram~56643_combout ; +wire \text_gen|char_ram~3481_q ; +wire \text_gen|char_ram~3537feeder_combout ; +wire \text_gen|char_ram~56675_combout ; +wire \text_gen|char_ram~3537_q ; +wire \text_gen|char_ram~47918_combout ; +wire \text_gen|char_ram~47919_combout ; +wire \text_gen|char_ram~56580_combout ; +wire \text_gen|char_ram~1703_q ; +wire \text_gen|char_ram~56612_combout ; +wire \text_gen|char_ram~1759_q ; +wire \text_gen|char_ram~56644_combout ; +wire \text_gen|char_ram~1689_q ; +wire \text_gen|char_ram~1745feeder_combout ; +wire \text_gen|char_ram~56676_combout ; +wire \text_gen|char_ram~1745_q ; +wire \text_gen|char_ram~47920_combout ; +wire \text_gen|char_ram~47921_combout ; +wire \text_gen|char_ram~47922_combout ; +wire \text_gen|char_ram~47925_combout ; +wire \text_gen|char_ram~56147_combout ; +wire \text_gen|char_ram~16025_q ; +wire \text_gen|char_ram~56083_combout ; +wire \text_gen|char_ram~16039_q ; +wire \text_gen|char_ram~47910_combout ; +wire \text_gen|char_ram~56091_combout ; +wire \text_gen|char_ram~16095_q ; +wire \text_gen|char_ram~56155_combout ; +wire \text_gen|char_ram~16081_q ; +wire \text_gen|char_ram~47911_combout ; +wire \text_gen|char_ram~56154_combout ; +wire \text_gen|char_ram~17873_q ; +wire \text_gen|char_ram~56090_combout ; +wire \text_gen|char_ram~17887_q ; +wire \text_gen|char_ram~56146_combout ; +wire \text_gen|char_ram~17817_q ; +wire \text_gen|char_ram~17831feeder_combout ; +wire \text_gen|char_ram~56082_combout ; +wire \text_gen|char_ram~17831_q ; +wire \text_gen|char_ram~47908_combout ; +wire \text_gen|char_ram~47909_combout ; +wire \text_gen|char_ram~47912_combout ; +wire \text_gen|char_ram~21415feeder_combout ; +wire \text_gen|char_ram~56084_combout ; +wire \text_gen|char_ram~21415_q ; +wire \text_gen|char_ram~56092_combout ; +wire \text_gen|char_ram~21471_q ; +wire \text_gen|char_ram~56148_combout ; +wire \text_gen|char_ram~21401_q ; +wire \text_gen|char_ram~21457feeder_combout ; +wire \text_gen|char_ram~56156_combout ; +wire \text_gen|char_ram~21457_q ; +wire \text_gen|char_ram~47913_combout ; +wire \text_gen|char_ram~47914_combout ; +wire \text_gen|char_ram~56081_combout ; +wire \text_gen|char_ram~19623_q ; +wire \text_gen|char_ram~56089_combout ; +wire \text_gen|char_ram~19679_q ; +wire \text_gen|char_ram~56145_combout ; +wire \text_gen|char_ram~19609_q ; +wire \text_gen|char_ram~56153_combout ; +wire \text_gen|char_ram~19665_q ; +wire \text_gen|char_ram~47906_combout ; +wire \text_gen|char_ram~47907_combout ; +wire \text_gen|char_ram~47915_combout ; +wire \text_gen|char_ram~47926_combout ; +wire \text_gen|char_ram~47937_combout ; +wire \text_gen|char_ram~54788_combout ; +wire \text_gen|char_ram~13407_q ; +wire \text_gen|char_ram~53960_combout ; +wire \text_gen|char_ram~11615_q ; +wire \text_gen|char_ram~11601feeder_combout ; +wire \text_gen|char_ram~53992_combout ; +wire \text_gen|char_ram~11601_q ; +wire \text_gen|char_ram~47786_combout ; +wire \text_gen|char_ram~54852_combout ; +wire \text_gen|char_ram~13393_q ; +wire \text_gen|char_ram~47787_combout ; +wire \text_gen|char_ram~8031feeder_combout ; +wire \text_gen|char_ram~54500_combout ; +wire \text_gen|char_ram~8031_q ; +wire \text_gen|char_ram~54342_combout ; +wire \text_gen|char_ram~9809_q ; +wire \text_gen|char_ram~54564_combout ; +wire \text_gen|char_ram~8017_q ; +wire \text_gen|char_ram~47779_combout ; +wire \text_gen|char_ram~54344_combout ; +wire \text_gen|char_ram~9823_q ; +wire \text_gen|char_ram~47780_combout ; +wire \text_gen|char_ram~53958_combout ; +wire \text_gen|char_ram~11559_q ; +wire \text_gen|char_ram~54756_combout ; +wire \text_gen|char_ram~13351_q ; +wire \text_gen|char_ram~13337feeder_combout ; +wire \text_gen|char_ram~54820_combout ; +wire \text_gen|char_ram~13337_q ; +wire \text_gen|char_ram~53990_combout ; +wire \text_gen|char_ram~11545_q ; +wire \text_gen|char_ram~47781_combout ; +wire \text_gen|char_ram~47782_combout ; +wire \text_gen|char_ram~54492_combout ; +wire \text_gen|char_ram~7975_q ; +wire \text_gen|char_ram~54165_combout ; +wire \text_gen|char_ram~9767_q ; +wire \text_gen|char_ram~9753feeder_combout ; +wire \text_gen|char_ram~54181_combout ; +wire \text_gen|char_ram~9753_q ; +wire \text_gen|char_ram~54552_combout ; +wire \text_gen|char_ram~7961_q ; +wire \text_gen|char_ram~47783_combout ; +wire \text_gen|char_ram~47784_combout ; +wire \text_gen|char_ram~47785_combout ; +wire \text_gen|char_ram~47788_combout ; +wire \text_gen|char_ram~6183feeder_combout ; +wire \text_gen|char_ram~54757_combout ; +wire \text_gen|char_ram~6183_q ; +wire \text_gen|char_ram~54821_combout ; +wire \text_gen|char_ram~6169_q ; +wire \text_gen|char_ram~47796_combout ; +wire \text_gen|char_ram~54789_combout ; +wire \text_gen|char_ram~6239_q ; +wire \text_gen|char_ram~6225feeder_combout ; +wire \text_gen|char_ram~54853_combout ; +wire \text_gen|char_ram~6225_q ; +wire \text_gen|char_ram~47797_combout ; +wire \text_gen|char_ram~54179_combout ; +wire \text_gen|char_ram~2585_q ; +wire \text_gen|char_ram~54163_combout ; +wire \text_gen|char_ram~2599_q ; +wire \text_gen|char_ram~47789_combout ; +wire \text_gen|char_ram~54376_combout ; +wire \text_gen|char_ram~2655_q ; +wire \text_gen|char_ram~54374_combout ; +wire \text_gen|char_ram~2641_q ; +wire \text_gen|char_ram~47790_combout ; +wire \text_gen|char_ram~54054_combout ; +wire \text_gen|char_ram~4377_q ; +wire \text_gen|char_ram~4433feeder_combout ; +wire \text_gen|char_ram~54056_combout ; +wire \text_gen|char_ram~4433_q ; +wire \text_gen|char_ram~47791_combout ; +wire \text_gen|char_ram~54024_combout ; +wire \text_gen|char_ram~4447_q ; +wire \text_gen|char_ram~54022_combout ; +wire \text_gen|char_ram~4391_q ; +wire \text_gen|char_ram~47792_combout ; +wire \text_gen|char_ram~54568_combout ; +wire \text_gen|char_ram~793_q ; +wire \text_gen|char_ram~54580_combout ; +wire \text_gen|char_ram~849_q ; +wire \text_gen|char_ram~47793_combout ; +wire \text_gen|char_ram~54516_combout ; +wire \text_gen|char_ram~863_q ; +wire \text_gen|char_ram~807feeder_combout ; +wire \text_gen|char_ram~54504_combout ; +wire \text_gen|char_ram~807_q ; +wire \text_gen|char_ram~47794_combout ; +wire \text_gen|char_ram~47795_combout ; +wire \text_gen|char_ram~47798_combout ; +wire \text_gen|char_ram~47799_combout ; +wire \text_gen|char_ram~20575feeder_combout ; +wire \text_gen|char_ram~54787_combout ; +wire \text_gen|char_ram~20575_q ; +wire \text_gen|char_ram~54851_combout ; +wire \text_gen|char_ram~20561_q ; +wire \text_gen|char_ram~54819_combout ; +wire \text_gen|char_ram~20505_q ; +wire \text_gen|char_ram~54755_combout ; +wire \text_gen|char_ram~20519_q ; +wire \text_gen|char_ram~47776_combout ; +wire \text_gen|char_ram~47777_combout ; +wire \text_gen|char_ram~53926_combout ; +wire \text_gen|char_ram~18713_q ; +wire \text_gen|char_ram~53888_combout ; +wire \text_gen|char_ram~18727_q ; +wire \text_gen|char_ram~47769_combout ; +wire \text_gen|char_ram~53928_combout ; +wire \text_gen|char_ram~18769_q ; +wire \text_gen|char_ram~18783feeder_combout ; +wire \text_gen|char_ram~53896_combout ; +wire \text_gen|char_ram~18783_q ; +wire \text_gen|char_ram~47770_combout ; +wire \text_gen|char_ram~54367_combout ; +wire \text_gen|char_ram~16977_q ; +wire \text_gen|char_ram~54365_combout ; +wire \text_gen|char_ram~16991_q ; +wire \text_gen|char_ram~54155_combout ; +wire \text_gen|char_ram~16921_q ; +wire \text_gen|char_ram~16935feeder_combout ; +wire \text_gen|char_ram~54195_combout ; +wire \text_gen|char_ram~16935_q ; +wire \text_gen|char_ram~47771_combout ; +wire \text_gen|char_ram~47772_combout ; +wire \text_gen|char_ram~54548_combout ; +wire \text_gen|char_ram~15185_q ; +wire \text_gen|char_ram~54484_combout ; +wire \text_gen|char_ram~15199_q ; +wire \text_gen|char_ram~54536_combout ; +wire \text_gen|char_ram~15129_q ; +wire \text_gen|char_ram~15143feeder_combout ; +wire \text_gen|char_ram~54472_combout ; +wire \text_gen|char_ram~15143_q ; +wire \text_gen|char_ram~47773_combout ; +wire \text_gen|char_ram~47774_combout ; +wire \text_gen|char_ram~47775_combout ; +wire \text_gen|char_ram~47778_combout ; +wire \text_gen|char_ram~25937feeder_combout ; +wire \text_gen|char_ram~54137_combout ; +wire \text_gen|char_ram~25937_q ; +wire \text_gen|char_ram~27729feeder_combout ; +wire \text_gen|char_ram~54854_combout ; +wire \text_gen|char_ram~27729_q ; +wire \text_gen|char_ram~54105_combout ; +wire \text_gen|char_ram~25881_q ; +wire \text_gen|char_ram~54822_combout ; +wire \text_gen|char_ram~27673_q ; +wire \text_gen|char_ram~47800_combout ; +wire \text_gen|char_ram~47801_combout ; +wire \text_gen|char_ram~24103feeder_combout ; +wire \text_gen|char_ram~54197_combout ; +wire \text_gen|char_ram~24103_q ; +wire \text_gen|char_ram~54392_combout ; +wire \text_gen|char_ram~24159_q ; +wire \text_gen|char_ram~54532_combout ; +wire \text_gen|char_ram~22367_q ; +wire \text_gen|char_ram~54520_combout ; +wire \text_gen|char_ram~22311_q ; +wire \text_gen|char_ram~47802_combout ; +wire \text_gen|char_ram~47803_combout ; +wire \text_gen|char_ram~54396_combout ; +wire \text_gen|char_ram~24145_q ; +wire \text_gen|char_ram~24089feeder_combout ; +wire \text_gen|char_ram~54153_combout ; +wire \text_gen|char_ram~24089_q ; +wire \text_gen|char_ram~22353feeder_combout ; +wire \text_gen|char_ram~54596_combout ; +wire \text_gen|char_ram~22353_q ; +wire \text_gen|char_ram~54588_combout ; +wire \text_gen|char_ram~22297_q ; +wire \text_gen|char_ram~47804_combout ; +wire \text_gen|char_ram~47805_combout ; +wire \text_gen|char_ram~47806_combout ; +wire \text_gen|char_ram~54758_combout ; +wire \text_gen|char_ram~27687_q ; +wire \text_gen|char_ram~54104_combout ; +wire \text_gen|char_ram~25895_q ; +wire \text_gen|char_ram~54136_combout ; +wire \text_gen|char_ram~25951_q ; +wire \text_gen|char_ram~47807_combout ; +wire \text_gen|char_ram~54790_combout ; +wire \text_gen|char_ram~27743_q ; +wire \text_gen|char_ram~47808_combout ; +wire \text_gen|char_ram~47809_combout ; +wire \text_gen|char_ram~47810_combout ; +wire \text_gen|char_ram~55313_combout ; +wire \text_gen|char_ram~25503_q ; +wire \text_gen|char_ram~55912_combout ; +wire \text_gen|char_ram~27295_q ; +wire \text_gen|char_ram~55574_combout ; +wire \text_gen|char_ram~21919_q ; +wire \text_gen|char_ram~55132_combout ; +wire \text_gen|char_ram~23711_q ; +wire \text_gen|char_ram~47891_combout ; +wire \text_gen|char_ram~47892_combout ; +wire \text_gen|char_ram~2207feeder_combout ; +wire \text_gen|char_ram~55156_combout ; +wire \text_gen|char_ram~2207_q ; +wire \text_gen|char_ram~55908_combout ; +wire \text_gen|char_ram~5791_q ; +wire \text_gen|char_ram~55558_combout ; +wire \text_gen|char_ram~415_q ; +wire \text_gen|char_ram~55297_combout ; +wire \text_gen|char_ram~3999_q ; +wire \text_gen|char_ram~47888_combout ; +wire \text_gen|char_ram~47889_combout ; +wire \text_gen|char_ram~11167feeder_combout ; +wire \text_gen|char_ram~55281_combout ; +wire \text_gen|char_ram~11167_q ; +wire \text_gen|char_ram~55900_combout ; +wire \text_gen|char_ram~12959_q ; +wire \text_gen|char_ram~55164_combout ; +wire \text_gen|char_ram~9375_q ; +wire \text_gen|char_ram~55526_combout ; +wire \text_gen|char_ram~7583_q ; +wire \text_gen|char_ram~47886_combout ; +wire \text_gen|char_ram~47887_combout ; +wire \text_gen|char_ram~47890_combout ; +wire \text_gen|char_ram~16543feeder_combout ; +wire \text_gen|char_ram~55124_combout ; +wire \text_gen|char_ram~16543_q ; +wire \text_gen|char_ram~55904_combout ; +wire \text_gen|char_ram~20127_q ; +wire \text_gen|char_ram~18335feeder_combout ; +wire \text_gen|char_ram~55265_combout ; +wire \text_gen|char_ram~18335_q ; +wire \text_gen|char_ram~55542_combout ; +wire \text_gen|char_ram~14751_q ; +wire \text_gen|char_ram~47884_combout ; +wire \text_gen|char_ram~47885_combout ; +wire \text_gen|char_ram~47893_combout ; +wire \text_gen|char_ram~2193feeder_combout ; +wire \text_gen|char_ram~55160_combout ; +wire \text_gen|char_ram~2193_q ; +wire \text_gen|char_ram~55622_combout ; +wire \text_gen|char_ram~401_q ; +wire \text_gen|char_ram~3985feeder_combout ; +wire \text_gen|char_ram~55361_combout ; +wire \text_gen|char_ram~3985_q ; +wire \text_gen|char_ram~47857_combout ; +wire \text_gen|char_ram~5777feeder_combout ; +wire \text_gen|char_ram~55940_combout ; +wire \text_gen|char_ram~5777_q ; +wire \text_gen|char_ram~47858_combout ; +wire \text_gen|char_ram~16529feeder_combout ; +wire \text_gen|char_ram~55128_combout ; +wire \text_gen|char_ram~16529_q ; +wire \text_gen|char_ram~55590_combout ; +wire \text_gen|char_ram~14737_q ; +wire \text_gen|char_ram~55345_combout ; +wire \text_gen|char_ram~18321_q ; +wire \text_gen|char_ram~47855_combout ; +wire \text_gen|char_ram~20113feeder_combout ; +wire \text_gen|char_ram~55936_combout ; +wire \text_gen|char_ram~20113_q ; +wire \text_gen|char_ram~47856_combout ; +wire \text_gen|char_ram~47859_combout ; +wire \text_gen|char_ram~55932_combout ; +wire \text_gen|char_ram~12945_q ; +wire \text_gen|char_ram~55329_combout ; +wire \text_gen|char_ram~11153_q ; +wire \text_gen|char_ram~55152_combout ; +wire \text_gen|char_ram~9361_q ; +wire \text_gen|char_ram~55606_combout ; +wire \text_gen|char_ram~7569_q ; +wire \text_gen|char_ram~47853_combout ; +wire \text_gen|char_ram~47854_combout ; +wire \text_gen|char_ram~25489feeder_combout ; +wire \text_gen|char_ram~55377_combout ; +wire \text_gen|char_ram~25489_q ; +wire \text_gen|char_ram~55944_combout ; +wire \text_gen|char_ram~27281_q ; +wire \text_gen|char_ram~55120_combout ; +wire \text_gen|char_ram~23697_q ; +wire \text_gen|char_ram~55638_combout ; +wire \text_gen|char_ram~21905_q ; +wire \text_gen|char_ram~47860_combout ; +wire \text_gen|char_ram~47861_combout ; +wire \text_gen|char_ram~47862_combout ; +wire \text_gen|char_ram~16487feeder_combout ; +wire \text_gen|char_ram~54940_combout ; +wire \text_gen|char_ram~16487_q ; +wire \text_gen|char_ram~55722_combout ; +wire \text_gen|char_ram~20071_q ; +wire \text_gen|char_ram~55530_combout ; +wire \text_gen|char_ram~14695_q ; +wire \text_gen|char_ram~55253_combout ; +wire \text_gen|char_ram~18279_q ; +wire \text_gen|char_ram~47863_combout ; +wire \text_gen|char_ram~47864_combout ; +wire \text_gen|char_ram~27239feeder_combout ; +wire \text_gen|char_ram~55755_combout ; +wire \text_gen|char_ram~27239_q ; +wire \text_gen|char_ram~55305_combout ; +wire \text_gen|char_ram~25447_q ; +wire \text_gen|char_ram~55562_combout ; +wire \text_gen|char_ram~21863_q ; +wire \text_gen|char_ram~54973_combout ; +wire \text_gen|char_ram~23655_q ; +wire \text_gen|char_ram~47870_combout ; +wire \text_gen|char_ram~47871_combout ; +wire \text_gen|char_ram~54949_combout ; +wire \text_gen|char_ram~2151_q ; +wire \text_gen|char_ram~55738_combout ; +wire \text_gen|char_ram~5735_q ; +wire \text_gen|char_ram~55285_combout ; +wire \text_gen|char_ram~3943_q ; +wire \text_gen|char_ram~55546_combout ; +wire \text_gen|char_ram~359_q ; +wire \text_gen|char_ram~47867_combout ; +wire \text_gen|char_ram~47868_combout ; +wire \text_gen|char_ram~7527feeder_combout ; +wire \text_gen|char_ram~55514_combout ; +wire \text_gen|char_ram~7527_q ; +wire \text_gen|char_ram~9319feeder_combout ; +wire \text_gen|char_ram~54981_combout ; +wire \text_gen|char_ram~9319_q ; +wire \text_gen|char_ram~47865_combout ; +wire \text_gen|char_ram~55269_combout ; +wire \text_gen|char_ram~11111_q ; +wire \text_gen|char_ram~55706_combout ; +wire \text_gen|char_ram~12903_q ; +wire \text_gen|char_ram~47866_combout ; +wire \text_gen|char_ram~47869_combout ; +wire \text_gen|char_ram~47872_combout ; +wire \text_gen|char_ram~9305feeder_combout ; +wire \text_gen|char_ram~54932_combout ; +wire \text_gen|char_ram~9305_q ; +wire \text_gen|char_ram~55594_combout ; +wire \text_gen|char_ram~7513_q ; +wire \text_gen|char_ram~47873_combout ; +wire \text_gen|char_ram~55714_combout ; +wire \text_gen|char_ram~12889_q ; +wire \text_gen|char_ram~11097feeder_combout ; +wire \text_gen|char_ram~55317_combout ; +wire \text_gen|char_ram~11097_q ; +wire \text_gen|char_ram~47874_combout ; +wire \text_gen|char_ram~55365_combout ; +wire \text_gen|char_ram~25433_q ; +wire \text_gen|char_ram~55763_combout ; +wire \text_gen|char_ram~27225_q ; +wire \text_gen|char_ram~54924_combout ; +wire \text_gen|char_ram~23641_q ; +wire \text_gen|char_ram~55626_combout ; +wire \text_gen|char_ram~21849_q ; +wire \text_gen|char_ram~47880_combout ; +wire \text_gen|char_ram~47881_combout ; +wire \text_gen|char_ram~16473feeder_combout ; +wire \text_gen|char_ram~54957_combout ; +wire \text_gen|char_ram~16473_q ; +wire \text_gen|char_ram~55730_combout ; +wire \text_gen|char_ram~20057_q ; +wire \text_gen|char_ram~55578_combout ; +wire \text_gen|char_ram~14681_q ; +wire \text_gen|char_ram~18265feeder_combout ; +wire \text_gen|char_ram~55333_combout ; +wire \text_gen|char_ram~18265_q ; +wire \text_gen|char_ram~47875_combout ; +wire \text_gen|char_ram~47876_combout ; +wire \text_gen|char_ram~54965_combout ; +wire \text_gen|char_ram~2137_q ; +wire \text_gen|char_ram~55746_combout ; +wire \text_gen|char_ram~5721_q ; +wire \text_gen|char_ram~55349_combout ; +wire \text_gen|char_ram~3929_q ; +wire \text_gen|char_ram~55610_combout ; +wire \text_gen|char_ram~345_q ; +wire \text_gen|char_ram~47877_combout ; +wire \text_gen|char_ram~47878_combout ; +wire \text_gen|char_ram~47879_combout ; +wire \text_gen|char_ram~47882_combout ; +wire \text_gen|char_ram~47883_combout ; +wire \text_gen|char_ram~47894_combout ; +wire \text_gen|char_ram~52915_combout ; +wire \text_gen|char_ram~3103_q ; +wire \text_gen|char_ram~52776_combout ; +wire \text_gen|char_ram~10271_q ; +wire \text_gen|char_ram~47842_combout ; +wire \text_gen|char_ram~53053_combout ; +wire \text_gen|char_ram~24607_q ; +wire \text_gen|char_ram~17439feeder_combout ; +wire \text_gen|char_ram~52841_combout ; +wire \text_gen|char_ram~17439_q ; +wire \text_gen|char_ram~47843_combout ; +wire \text_gen|char_ram~53617_combout ; +wire \text_gen|char_ram~22815_q ; +wire \text_gen|char_ram~53586_combout ; +wire \text_gen|char_ram~8479_q ; +wire \text_gen|char_ram~53560_combout ; +wire \text_gen|char_ram~15647_q ; +wire \text_gen|char_ram~53602_combout ; +wire \text_gen|char_ram~1311_q ; +wire \text_gen|char_ram~47846_combout ; +wire \text_gen|char_ram~47847_combout ; +wire \text_gen|char_ram~53213_combout ; +wire \text_gen|char_ram~12063_q ; +wire \text_gen|char_ram~53215_combout ; +wire \text_gen|char_ram~26399_q ; +wire \text_gen|char_ram~53212_combout ; +wire \text_gen|char_ram~19231_q ; +wire \text_gen|char_ram~53214_combout ; +wire \text_gen|char_ram~4895_q ; +wire \text_gen|char_ram~47844_combout ; +wire \text_gen|char_ram~47845_combout ; +wire \text_gen|char_ram~47848_combout ; +wire \text_gen|char_ram~53822_combout ; +wire \text_gen|char_ram~21023_q ; +wire \text_gen|char_ram~53876_combout ; +wire \text_gen|char_ram~28191_q ; +wire \text_gen|char_ram~53843_combout ; +wire \text_gen|char_ram~13855_q ; +wire \text_gen|char_ram~53859_combout ; +wire \text_gen|char_ram~6687_q ; +wire \text_gen|char_ram~47849_combout ; +wire \text_gen|char_ram~47850_combout ; +wire \text_gen|char_ram~47851_combout ; +wire \text_gen|char_ram~53286_combout ; +wire \text_gen|char_ram~19217_q ; +wire \text_gen|char_ram~53826_combout ; +wire \text_gen|char_ram~21009_q ; +wire \text_gen|char_ram~52875_combout ; +wire \text_gen|char_ram~17425_q ; +wire \text_gen|char_ram~53568_combout ; +wire \text_gen|char_ram~15633_q ; +wire \text_gen|char_ram~47811_combout ; +wire \text_gen|char_ram~47812_combout ; +wire \text_gen|char_ram~26385feeder_combout ; +wire \text_gen|char_ram~53289_combout ; +wire \text_gen|char_ram~26385_q ; +wire \text_gen|char_ram~53877_combout ; +wire \text_gen|char_ram~28177_q ; +wire \text_gen|char_ram~53055_combout ; +wire \text_gen|char_ram~24593_q ; +wire \text_gen|char_ram~53619_combout ; +wire \text_gen|char_ram~22801_q ; +wire \text_gen|char_ram~47818_combout ; +wire \text_gen|char_ram~47819_combout ; +wire \text_gen|char_ram~4881feeder_combout ; +wire \text_gen|char_ram~53288_combout ; +wire \text_gen|char_ram~4881_q ; +wire \text_gen|char_ram~6673feeder_combout ; +wire \text_gen|char_ram~53861_combout ; +wire \text_gen|char_ram~6673_q ; +wire \text_gen|char_ram~3089feeder_combout ; +wire \text_gen|char_ram~52955_combout ; +wire \text_gen|char_ram~3089_q ; +wire \text_gen|char_ram~53603_combout ; +wire \text_gen|char_ram~1297_q ; +wire \text_gen|char_ram~47815_combout ; +wire \text_gen|char_ram~47816_combout ; +wire \text_gen|char_ram~12049feeder_combout ; +wire \text_gen|char_ram~53287_combout ; +wire \text_gen|char_ram~12049_q ; +wire \text_gen|char_ram~53845_combout ; +wire \text_gen|char_ram~13841_q ; +wire \text_gen|char_ram~52798_combout ; +wire \text_gen|char_ram~10257_q ; +wire \text_gen|char_ram~53587_combout ; +wire \text_gen|char_ram~8465_q ; +wire \text_gen|char_ram~47813_combout ; +wire \text_gen|char_ram~47814_combout ; +wire \text_gen|char_ram~47817_combout ; +wire \text_gen|char_ram~47820_combout ; +wire \text_gen|char_ram~53669_combout ; +wire \text_gen|char_ram~28121_q ; +wire \text_gen|char_ram~53257_combout ; +wire \text_gen|char_ram~26329_q ; +wire \text_gen|char_ram~53410_combout ; +wire \text_gen|char_ram~22745_q ; +wire \text_gen|char_ram~53023_combout ; +wire \text_gen|char_ram~24537_q ; +wire \text_gen|char_ram~47838_combout ; +wire \text_gen|char_ram~47839_combout ; +wire \text_gen|char_ram~11993feeder_combout ; +wire \text_gen|char_ram~53255_combout ; +wire \text_gen|char_ram~11993_q ; +wire \text_gen|char_ram~53667_combout ; +wire \text_gen|char_ram~13785_q ; +wire \text_gen|char_ram~10201feeder_combout ; +wire \text_gen|char_ram~52796_combout ; +wire \text_gen|char_ram~10201_q ; +wire \text_gen|char_ram~53408_combout ; +wire \text_gen|char_ram~8409_q ; +wire \text_gen|char_ram~47831_combout ; +wire \text_gen|char_ram~47832_combout ; +wire \text_gen|char_ram~53254_combout ; +wire \text_gen|char_ram~19161_q ; +wire \text_gen|char_ram~17369feeder_combout ; +wire \text_gen|char_ram~52873_combout ; +wire \text_gen|char_ram~17369_q ; +wire \text_gen|char_ram~53407_combout ; +wire \text_gen|char_ram~15577_q ; +wire \text_gen|char_ram~47833_combout ; +wire \text_gen|char_ram~53666_combout ; +wire \text_gen|char_ram~20953_q ; +wire \text_gen|char_ram~47834_combout ; +wire \text_gen|char_ram~4825feeder_combout ; +wire \text_gen|char_ram~53256_combout ; +wire \text_gen|char_ram~4825_q ; +wire \text_gen|char_ram~53668_combout ; +wire \text_gen|char_ram~6617_q ; +wire \text_gen|char_ram~3033feeder_combout ; +wire \text_gen|char_ram~52953_combout ; +wire \text_gen|char_ram~3033_q ; +wire \text_gen|char_ram~53409_combout ; +wire \text_gen|char_ram~1241_q ; +wire \text_gen|char_ram~47835_combout ; +wire \text_gen|char_ram~47836_combout ; +wire \text_gen|char_ram~47837_combout ; +wire \text_gen|char_ram~47840_combout ; +wire \text_gen|char_ram~13799feeder_combout ; +wire \text_gen|char_ram~53651_combout ; +wire \text_gen|char_ram~13799_q ; +wire \text_gen|char_ram~53653_combout ; +wire \text_gen|char_ram~28135_q ; +wire \text_gen|char_ram~20967feeder_combout ; +wire \text_gen|char_ram~53650_combout ; +wire \text_gen|char_ram~20967_q ; +wire \text_gen|char_ram~53652_combout ; +wire \text_gen|char_ram~6631_q ; +wire \text_gen|char_ram~47828_combout ; +wire \text_gen|char_ram~47829_combout ; +wire \text_gen|char_ram~12007feeder_combout ; +wire \text_gen|char_ram~53181_combout ; +wire \text_gen|char_ram~12007_q ; +wire \text_gen|char_ram~53182_combout ; +wire \text_gen|char_ram~4839_q ; +wire \text_gen|char_ram~47821_combout ; +wire \text_gen|char_ram~53183_combout ; +wire \text_gen|char_ram~26343_q ; +wire \text_gen|char_ram~53180_combout ; +wire \text_gen|char_ram~19175_q ; +wire \text_gen|char_ram~47822_combout ; +wire \text_gen|char_ram~53391_combout ; +wire \text_gen|char_ram~15591_q ; +wire \text_gen|char_ram~53394_combout ; +wire \text_gen|char_ram~22759_q ; +wire \text_gen|char_ram~53393_combout ; +wire \text_gen|char_ram~1255_q ; +wire \text_gen|char_ram~8423feeder_combout ; +wire \text_gen|char_ram~53392_combout ; +wire \text_gen|char_ram~8423_q ; +wire \text_gen|char_ram~47825_combout ; +wire \text_gen|char_ram~47826_combout ; +wire \text_gen|char_ram~10215feeder_combout ; +wire \text_gen|char_ram~52774_combout ; +wire \text_gen|char_ram~10215_q ; +wire \text_gen|char_ram~53021_combout ; +wire \text_gen|char_ram~24551_q ; +wire \text_gen|char_ram~52913_combout ; +wire \text_gen|char_ram~3047_q ; +wire \text_gen|char_ram~17383feeder_combout ; +wire \text_gen|char_ram~52832_combout ; +wire \text_gen|char_ram~17383_q ; +wire \text_gen|char_ram~47823_combout ; +wire \text_gen|char_ram~47824_combout ; +wire \text_gen|char_ram~47827_combout ; +wire \text_gen|char_ram~47830_combout ; +wire \text_gen|char_ram~47841_combout ; +wire \text_gen|char_ram~47852_combout ; +wire \text_gen|char_ram~47895_combout ; +wire \text_gen|char_ram~47938_combout ; +wire \text_gen|char_ram~54812_combout ; +wire \text_gen|char_ram~13113_q ; +wire \text_gen|char_ram~54814_combout ; +wire \text_gen|char_ram~27449_q ; +wire \text_gen|char_ram~54097_combout ; +wire \text_gen|char_ram~25657_q ; +wire \text_gen|char_ram~53977_combout ; +wire \text_gen|char_ram~11321_q ; +wire \text_gen|char_ram~47327_combout ; +wire \text_gen|char_ram~47328_combout ; +wire \text_gen|char_ram~9529feeder_combout ; +wire \text_gen|char_ram~54185_combout ; +wire \text_gen|char_ram~9529_q ; +wire \text_gen|char_ram~54145_combout ; +wire \text_gen|char_ram~23865_q ; +wire \text_gen|char_ram~22073feeder_combout ; +wire \text_gen|char_ram~54585_combout ; +wire \text_gen|char_ram~22073_q ; +wire \text_gen|char_ram~54560_combout ; +wire \text_gen|char_ram~7737_q ; +wire \text_gen|char_ram~47322_combout ; +wire \text_gen|char_ram~47323_combout ; +wire \text_gen|char_ram~54183_combout ; +wire \text_gen|char_ram~2361_q ; +wire \text_gen|char_ram~54147_combout ; +wire \text_gen|char_ram~16697_q ; +wire \text_gen|char_ram~54565_combout ; +wire \text_gen|char_ram~569_q ; +wire \text_gen|char_ram~54534_combout ; +wire \text_gen|char_ram~14905_q ; +wire \text_gen|char_ram~47324_combout ; +wire \text_gen|char_ram~47325_combout ; +wire \text_gen|char_ram~47326_combout ; +wire \text_gen|char_ram~54813_combout ; +wire \text_gen|char_ram~5945_q ; +wire \text_gen|char_ram~54811_combout ; +wire \text_gen|char_ram~20281_q ; +wire \text_gen|char_ram~18489feeder_combout ; +wire \text_gen|char_ram~53914_combout ; +wire \text_gen|char_ram~18489_q ; +wire \text_gen|char_ram~54042_combout ; +wire \text_gen|char_ram~4153_q ; +wire \text_gen|char_ram~47320_combout ; +wire \text_gen|char_ram~47321_combout ; +wire \text_gen|char_ram~47329_combout ; +wire \text_gen|char_ram~54749_combout ; +wire \text_gen|char_ram~5959_q ; +wire \text_gen|char_ram~54747_combout ; +wire \text_gen|char_ram~13127_q ; +wire \text_gen|char_ram~54014_combout ; +wire \text_gen|char_ram~4167_q ; +wire \text_gen|char_ram~53949_combout ; +wire \text_gen|char_ram~11335_q ; +wire \text_gen|char_ram~47310_combout ; +wire \text_gen|char_ram~47311_combout ; +wire \text_gen|char_ram~54748_combout ; +wire \text_gen|char_ram~20295_q ; +wire \text_gen|char_ram~54750_combout ; +wire \text_gen|char_ram~27463_q ; +wire \text_gen|char_ram~25671feeder_combout ; +wire \text_gen|char_ram~54095_combout ; +wire \text_gen|char_ram~25671_q ; +wire \text_gen|char_ram~53885_combout ; +wire \text_gen|char_ram~18503_q ; +wire \text_gen|char_ram~47317_combout ; +wire \text_gen|char_ram~47318_combout ; +wire \text_gen|char_ram~54489_combout ; +wire \text_gen|char_ram~7751_q ; +wire \text_gen|char_ram~54502_combout ; +wire \text_gen|char_ram~583_q ; +wire \text_gen|char_ram~47314_combout ; +wire \text_gen|char_ram~54162_combout ; +wire \text_gen|char_ram~9543_q ; +wire \text_gen|char_ram~54164_combout ; +wire \text_gen|char_ram~2375_q ; +wire \text_gen|char_ram~47315_combout ; +wire \text_gen|char_ram~16711feeder_combout ; +wire \text_gen|char_ram~54199_combout ; +wire \text_gen|char_ram~16711_q ; +wire \text_gen|char_ram~54201_combout ; +wire \text_gen|char_ram~23879_q ; +wire \text_gen|char_ram~54480_combout ; +wire \text_gen|char_ram~14919_q ; +wire \text_gen|char_ram~22087feeder_combout ; +wire \text_gen|char_ram~54518_combout ; +wire \text_gen|char_ram~22087_q ; +wire \text_gen|char_ram~47312_combout ; +wire \text_gen|char_ram~47313_combout ; +wire \text_gen|char_ram~47316_combout ; +wire \text_gen|char_ram~47319_combout ; +wire \text_gen|char_ram~47330_combout ; +wire \text_gen|char_ram~20337feeder_combout ; +wire \text_gen|char_ram~54843_combout ; +wire \text_gen|char_ram~20337_q ; +wire \text_gen|char_ram~54845_combout ; +wire \text_gen|char_ram~6001_q ; +wire \text_gen|char_ram~54044_combout ; +wire \text_gen|char_ram~4209_q ; +wire \text_gen|char_ram~18545feeder_combout ; +wire \text_gen|char_ram~53916_combout ; +wire \text_gen|char_ram~18545_q ; +wire \text_gen|char_ram~47300_combout ; +wire \text_gen|char_ram~47301_combout ; +wire \text_gen|char_ram~2417feeder_combout ; +wire \text_gen|char_ram~54375_combout ; +wire \text_gen|char_ram~2417_q ; +wire \text_gen|char_ram~54359_combout ; +wire \text_gen|char_ram~16753_q ; +wire \text_gen|char_ram~54577_combout ; +wire \text_gen|char_ram~625_q ; +wire \text_gen|char_ram~14961feeder_combout ; +wire \text_gen|char_ram~54546_combout ; +wire \text_gen|char_ram~14961_q ; +wire \text_gen|char_ram~47304_combout ; +wire \text_gen|char_ram~47305_combout ; +wire \text_gen|char_ram~54346_combout ; +wire \text_gen|char_ram~9585_q ; +wire \text_gen|char_ram~54394_combout ; +wire \text_gen|char_ram~23921_q ; +wire \text_gen|char_ram~54556_combout ; +wire \text_gen|char_ram~7793_q ; +wire \text_gen|char_ram~54593_combout ; +wire \text_gen|char_ram~22129_q ; +wire \text_gen|char_ram~47302_combout ; +wire \text_gen|char_ram~47303_combout ; +wire \text_gen|char_ram~47306_combout ; +wire \text_gen|char_ram~13169feeder_combout ; +wire \text_gen|char_ram~54844_combout ; +wire \text_gen|char_ram~13169_q ; +wire \text_gen|char_ram~54846_combout ; +wire \text_gen|char_ram~27505_q ; +wire \text_gen|char_ram~53980_combout ; +wire \text_gen|char_ram~11377_q ; +wire \text_gen|char_ram~54129_combout ; +wire \text_gen|char_ram~25713_q ; +wire \text_gen|char_ram~47307_combout ; +wire \text_gen|char_ram~47308_combout ; +wire \text_gen|char_ram~47309_combout ; +wire \text_gen|char_ram~2431feeder_combout ; +wire \text_gen|char_ram~54373_combout ; +wire \text_gen|char_ram~2431_q ; +wire \text_gen|char_ram~54348_combout ; +wire \text_gen|char_ram~9599_q ; +wire \text_gen|char_ram~7807feeder_combout ; +wire \text_gen|char_ram~54497_combout ; +wire \text_gen|char_ram~7807_q ; +wire \text_gen|char_ram~54514_combout ; +wire \text_gen|char_ram~639_q ; +wire \text_gen|char_ram~47335_combout ; +wire \text_gen|char_ram~47336_combout ; +wire \text_gen|char_ram~16767feeder_combout ; +wire \text_gen|char_ram~54358_combout ; +wire \text_gen|char_ram~16767_q ; +wire \text_gen|char_ram~54389_combout ; +wire \text_gen|char_ram~23935_q ; +wire \text_gen|char_ram~54530_combout ; +wire \text_gen|char_ram~22143_q ; +wire \text_gen|char_ram~54476_combout ; +wire \text_gen|char_ram~14975_q ; +wire \text_gen|char_ram~47333_combout ; +wire \text_gen|char_ram~47334_combout ; +wire \text_gen|char_ram~47337_combout ; +wire \text_gen|char_ram~20351feeder_combout ; +wire \text_gen|char_ram~54780_combout ; +wire \text_gen|char_ram~20351_q ; +wire \text_gen|char_ram~54782_combout ; +wire \text_gen|char_ram~27519_q ; +wire \text_gen|char_ram~53893_combout ; +wire \text_gen|char_ram~18559_q ; +wire \text_gen|char_ram~25727feeder_combout ; +wire \text_gen|char_ram~54127_combout ; +wire \text_gen|char_ram~25727_q ; +wire \text_gen|char_ram~47338_combout ; +wire \text_gen|char_ram~47339_combout ; +wire \text_gen|char_ram~54781_combout ; +wire \text_gen|char_ram~6015_q ; +wire \text_gen|char_ram~54779_combout ; +wire \text_gen|char_ram~13183_q ; +wire \text_gen|char_ram~53952_combout ; +wire \text_gen|char_ram~11391_q ; +wire \text_gen|char_ram~54016_combout ; +wire \text_gen|char_ram~4223_q ; +wire \text_gen|char_ram~47331_combout ; +wire \text_gen|char_ram~47332_combout ; +wire \text_gen|char_ram~47340_combout ; +wire \text_gen|char_ram~47341_combout ; +wire \text_gen|char_ram~27015feeder_combout ; +wire \text_gen|char_ram~55753_combout ; +wire \text_gen|char_ram~27015_q ; +wire \text_gen|char_ram~55720_combout ; +wire \text_gen|char_ram~19847_q ; +wire \text_gen|char_ram~55736_combout ; +wire \text_gen|char_ram~5511_q ; +wire \text_gen|char_ram~12679feeder_combout ; +wire \text_gen|char_ram~55704_combout ; +wire \text_gen|char_ram~12679_q ; +wire \text_gen|char_ram~47373_combout ; +wire \text_gen|char_ram~47374_combout ; +wire \text_gen|char_ram~55902_combout ; +wire \text_gen|char_ram~19903_q ; +wire \text_gen|char_ram~55906_combout ; +wire \text_gen|char_ram~5567_q ; +wire \text_gen|char_ram~55897_combout ; +wire \text_gen|char_ram~12735_q ; +wire \text_gen|char_ram~47380_combout ; +wire \text_gen|char_ram~55909_combout ; +wire \text_gen|char_ram~27071_q ; +wire \text_gen|char_ram~47381_combout ; +wire \text_gen|char_ram~19889feeder_combout ; +wire \text_gen|char_ram~55934_combout ; +wire \text_gen|char_ram~19889_q ; +wire \text_gen|char_ram~55938_combout ; +wire \text_gen|char_ram~5553_q ; +wire \text_gen|char_ram~47375_combout ; +wire \text_gen|char_ram~55929_combout ; +wire \text_gen|char_ram~12721_q ; +wire \text_gen|char_ram~55941_combout ; +wire \text_gen|char_ram~27057_q ; +wire \text_gen|char_ram~47376_combout ; +wire \text_gen|char_ram~12665feeder_combout ; +wire \text_gen|char_ram~55712_combout ; +wire \text_gen|char_ram~12665_q ; +wire \text_gen|char_ram~55761_combout ; +wire \text_gen|char_ram~27001_q ; +wire \text_gen|char_ram~55744_combout ; +wire \text_gen|char_ram~5497_q ; +wire \text_gen|char_ram~19833feeder_combout ; +wire \text_gen|char_ram~55728_combout ; +wire \text_gen|char_ram~19833_q ; +wire \text_gen|char_ram~47377_combout ; +wire \text_gen|char_ram~47378_combout ; +wire \text_gen|char_ram~47379_combout ; +wire \text_gen|char_ram~47382_combout ; +wire \text_gen|char_ram~54970_combout ; +wire \text_gen|char_ram~23431_q ; +wire \text_gen|char_ram~16263feeder_combout ; +wire \text_gen|char_ram~54937_combout ; +wire \text_gen|char_ram~16263_q ; +wire \text_gen|char_ram~54947_combout ; +wire \text_gen|char_ram~1927_q ; +wire \text_gen|char_ram~54979_combout ; +wire \text_gen|char_ram~9095_q ; +wire \text_gen|char_ram~47342_combout ; +wire \text_gen|char_ram~47343_combout ; +wire \text_gen|char_ram~9137feeder_combout ; +wire \text_gen|char_ram~55149_combout ; +wire \text_gen|char_ram~9137_q ; +wire \text_gen|char_ram~55117_combout ; +wire \text_gen|char_ram~23473_q ; +wire \text_gen|char_ram~55126_combout ; +wire \text_gen|char_ram~16305_q ; +wire \text_gen|char_ram~55158_combout ; +wire \text_gen|char_ram~1969_q ; +wire \text_gen|char_ram~47344_combout ; +wire \text_gen|char_ram~47345_combout ; +wire \text_gen|char_ram~9081feeder_combout ; +wire \text_gen|char_ram~54930_combout ; +wire \text_gen|char_ram~9081_q ; +wire \text_gen|char_ram~54920_combout ; +wire \text_gen|char_ram~23417_q ; +wire \text_gen|char_ram~54954_combout ; +wire \text_gen|char_ram~16249_q ; +wire \text_gen|char_ram~54963_combout ; +wire \text_gen|char_ram~1913_q ; +wire \text_gen|char_ram~47346_combout ; +wire \text_gen|char_ram~47347_combout ; +wire \text_gen|char_ram~47348_combout ; +wire \text_gen|char_ram~16319feeder_combout ; +wire \text_gen|char_ram~55122_combout ; +wire \text_gen|char_ram~16319_q ; +wire \text_gen|char_ram~55129_combout ; +wire \text_gen|char_ram~23487_q ; +wire \text_gen|char_ram~55161_combout ; +wire \text_gen|char_ram~9151_q ; +wire \text_gen|char_ram~55154_combout ; +wire \text_gen|char_ram~1983_q ; +wire \text_gen|char_ram~47349_combout ; +wire \text_gen|char_ram~47350_combout ; +wire \text_gen|char_ram~47351_combout ; +wire \text_gen|char_ram~55543_combout ; +wire \text_gen|char_ram~135_q ; +wire \text_gen|char_ram~55511_combout ; +wire \text_gen|char_ram~7303_q ; +wire \text_gen|char_ram~47362_combout ; +wire \text_gen|char_ram~55559_combout ; +wire \text_gen|char_ram~21639_q ; +wire \text_gen|char_ram~55527_combout ; +wire \text_gen|char_ram~14471_q ; +wire \text_gen|char_ram~47363_combout ; +wire \text_gen|char_ram~55539_combout ; +wire \text_gen|char_ram~14527_q ; +wire \text_gen|char_ram~55571_combout ; +wire \text_gen|char_ram~21695_q ; +wire \text_gen|char_ram~55523_combout ; +wire \text_gen|char_ram~7359_q ; +wire \text_gen|char_ram~55555_combout ; +wire \text_gen|char_ram~191_q ; +wire \text_gen|char_ram~47369_combout ; +wire \text_gen|char_ram~47370_combout ; +wire \text_gen|char_ram~55575_combout ; +wire \text_gen|char_ram~14457_q ; +wire \text_gen|char_ram~55623_combout ; +wire \text_gen|char_ram~21625_q ; +wire \text_gen|char_ram~55607_combout ; +wire \text_gen|char_ram~121_q ; +wire \text_gen|char_ram~7289feeder_combout ; +wire \text_gen|char_ram~55591_combout ; +wire \text_gen|char_ram~7289_q ; +wire \text_gen|char_ram~47366_combout ; +wire \text_gen|char_ram~47367_combout ; +wire \text_gen|char_ram~55603_combout ; +wire \text_gen|char_ram~7345_q ; +wire \text_gen|char_ram~55635_combout ; +wire \text_gen|char_ram~21681_q ; +wire \text_gen|char_ram~55619_combout ; +wire \text_gen|char_ram~177_q ; +wire \text_gen|char_ram~14513feeder_combout ; +wire \text_gen|char_ram~55587_combout ; +wire \text_gen|char_ram~14513_q ; +wire \text_gen|char_ram~47364_combout ; +wire \text_gen|char_ram~47365_combout ; +wire \text_gen|char_ram~47368_combout ; +wire \text_gen|char_ram~47371_combout ; +wire \text_gen|char_ram~55250_combout ; +wire \text_gen|char_ram~18055_q ; +wire \text_gen|char_ram~55302_combout ; +wire \text_gen|char_ram~25223_q ; +wire \text_gen|char_ram~55266_combout ; +wire \text_gen|char_ram~10887_q ; +wire \text_gen|char_ram~55282_combout ; +wire \text_gen|char_ram~3719_q ; +wire \text_gen|char_ram~47352_combout ; +wire \text_gen|char_ram~47353_combout ; +wire \text_gen|char_ram~18111feeder_combout ; +wire \text_gen|char_ram~55262_combout ; +wire \text_gen|char_ram~18111_q ; +wire \text_gen|char_ram~55310_combout ; +wire \text_gen|char_ram~25279_q ; +wire \text_gen|char_ram~55278_combout ; +wire \text_gen|char_ram~10943_q ; +wire \text_gen|char_ram~55294_combout ; +wire \text_gen|char_ram~3775_q ; +wire \text_gen|char_ram~47359_combout ; +wire \text_gen|char_ram~47360_combout ; +wire \text_gen|char_ram~10929feeder_combout ; +wire \text_gen|char_ram~55326_combout ; +wire \text_gen|char_ram~10929_q ; +wire \text_gen|char_ram~55374_combout ; +wire \text_gen|char_ram~25265_q ; +wire \text_gen|char_ram~18097feeder_combout ; +wire \text_gen|char_ram~55342_combout ; +wire \text_gen|char_ram~18097_q ; +wire \text_gen|char_ram~55358_combout ; +wire \text_gen|char_ram~3761_q ; +wire \text_gen|char_ram~47354_combout ; +wire \text_gen|char_ram~47355_combout ; +wire \text_gen|char_ram~55314_combout ; +wire \text_gen|char_ram~10873_q ; +wire \text_gen|char_ram~55362_combout ; +wire \text_gen|char_ram~25209_q ; +wire \text_gen|char_ram~18041feeder_combout ; +wire \text_gen|char_ram~55330_combout ; +wire \text_gen|char_ram~18041_q ; +wire \text_gen|char_ram~55346_combout ; +wire \text_gen|char_ram~3705_q ; +wire \text_gen|char_ram~47356_combout ; +wire \text_gen|char_ram~47357_combout ; +wire \text_gen|char_ram~47358_combout ; +wire \text_gen|char_ram~47361_combout ; +wire \text_gen|char_ram~47372_combout ; +wire \text_gen|char_ram~47383_combout ; +wire \text_gen|char_ram~47384_combout ; +wire \text_gen|char_ram~56981_combout ; +wire \text_gen|char_ram~28401_q ; +wire \text_gen|char_ram~56978_combout ; +wire \text_gen|char_ram~26609_q ; +wire \text_gen|char_ram~56980_combout ; +wire \text_gen|char_ram~23025_q ; +wire \text_gen|char_ram~56979_combout ; +wire \text_gen|char_ram~24817_q ; +wire \text_gen|char_ram~47392_combout ; +wire \text_gen|char_ram~47393_combout ; +wire \text_gen|char_ram~56666_combout ; +wire \text_gen|char_ram~5105_q ; +wire \text_gen|char_ram~56669_combout ; +wire \text_gen|char_ram~6897_q ; +wire \text_gen|char_ram~56667_combout ; +wire \text_gen|char_ram~3313_q ; +wire \text_gen|char_ram~56668_combout ; +wire \text_gen|char_ram~1521_q ; +wire \text_gen|char_ram~47389_combout ; +wire \text_gen|char_ram~47390_combout ; +wire \text_gen|char_ram~17649feeder_combout ; +wire \text_gen|char_ram~56122_combout ; +wire \text_gen|char_ram~17649_q ; +wire \text_gen|char_ram~56124_combout ; +wire \text_gen|char_ram~21233_q ; +wire \text_gen|char_ram~56121_combout ; +wire \text_gen|char_ram~19441_q ; +wire \text_gen|char_ram~56123_combout ; +wire \text_gen|char_ram~15857_q ; +wire \text_gen|char_ram~47387_combout ; +wire \text_gen|char_ram~47388_combout ; +wire \text_gen|char_ram~47391_combout ; +wire \text_gen|char_ram~56426_combout ; +wire \text_gen|char_ram~14065_q ; +wire \text_gen|char_ram~56424_combout ; +wire \text_gen|char_ram~12273_q ; +wire \text_gen|char_ram~10481feeder_combout ; +wire \text_gen|char_ram~56423_combout ; +wire \text_gen|char_ram~10481_q ; +wire \text_gen|char_ram~56425_combout ; +wire \text_gen|char_ram~8689_q ; +wire \text_gen|char_ram~47385_combout ; +wire \text_gen|char_ram~47386_combout ; +wire \text_gen|char_ram~47394_combout ; +wire \text_gen|char_ram~56060_combout ; +wire \text_gen|char_ram~21247_q ; +wire \text_gen|char_ram~56058_combout ; +wire \text_gen|char_ram~17663_q ; +wire \text_gen|char_ram~56059_combout ; +wire \text_gen|char_ram~15871_q ; +wire \text_gen|char_ram~56057_combout ; +wire \text_gen|char_ram~19455_q ; +wire \text_gen|char_ram~47416_combout ; +wire \text_gen|char_ram~47417_combout ; +wire \text_gen|char_ram~56947_combout ; +wire \text_gen|char_ram~24831_q ; +wire \text_gen|char_ram~56948_combout ; +wire \text_gen|char_ram~23039_q ; +wire \text_gen|char_ram~47423_combout ; +wire \text_gen|char_ram~56946_combout ; +wire \text_gen|char_ram~26623_q ; +wire \text_gen|char_ram~56949_combout ; +wire \text_gen|char_ram~28415_q ; +wire \text_gen|char_ram~47424_combout ; +wire \text_gen|char_ram~3327feeder_combout ; +wire \text_gen|char_ram~56603_combout ; +wire \text_gen|char_ram~3327_q ; +wire \text_gen|char_ram~56605_combout ; +wire \text_gen|char_ram~6911_q ; +wire \text_gen|char_ram~5119feeder_combout ; +wire \text_gen|char_ram~56602_combout ; +wire \text_gen|char_ram~5119_q ; +wire \text_gen|char_ram~56604_combout ; +wire \text_gen|char_ram~1535_q ; +wire \text_gen|char_ram~47420_combout ; +wire \text_gen|char_ram~47421_combout ; +wire \text_gen|char_ram~56474_combout ; +wire \text_gen|char_ram~10495_q ; +wire \text_gen|char_ram~56476_combout ; +wire \text_gen|char_ram~8703_q ; +wire \text_gen|char_ram~47418_combout ; +wire \text_gen|char_ram~56477_combout ; +wire \text_gen|char_ram~14079_q ; +wire \text_gen|char_ram~56475_combout ; +wire \text_gen|char_ram~12287_q ; +wire \text_gen|char_ram~47419_combout ; +wire \text_gen|char_ram~47422_combout ; +wire \text_gen|char_ram~47425_combout ; +wire \text_gen|char_ram~56786_combout ; +wire \text_gen|char_ram~26553_q ; +wire \text_gen|char_ram~56788_combout ; +wire \text_gen|char_ram~28345_q ; +wire \text_gen|char_ram~24761feeder_combout ; +wire \text_gen|char_ram~56785_combout ; +wire \text_gen|char_ram~24761_q ; +wire \text_gen|char_ram~56787_combout ; +wire \text_gen|char_ram~22969_q ; +wire \text_gen|char_ram~47412_combout ; +wire \text_gen|char_ram~47413_combout ; +wire \text_gen|char_ram~56232_combout ; +wire \text_gen|char_ram~12217_q ; +wire \text_gen|char_ram~56234_combout ; +wire \text_gen|char_ram~14009_q ; +wire \text_gen|char_ram~10425feeder_combout ; +wire \text_gen|char_ram~56231_combout ; +wire \text_gen|char_ram~10425_q ; +wire \text_gen|char_ram~56233_combout ; +wire \text_gen|char_ram~8633_q ; +wire \text_gen|char_ram~47405_combout ; +wire \text_gen|char_ram~47406_combout ; +wire \text_gen|char_ram~5049feeder_combout ; +wire \text_gen|char_ram~56634_combout ; +wire \text_gen|char_ram~5049_q ; +wire \text_gen|char_ram~56637_combout ; +wire \text_gen|char_ram~6841_q ; +wire \text_gen|char_ram~56636_combout ; +wire \text_gen|char_ram~1465_q ; +wire \text_gen|char_ram~56635_combout ; +wire \text_gen|char_ram~3257_q ; +wire \text_gen|char_ram~47409_combout ; +wire \text_gen|char_ram~47410_combout ; +wire \text_gen|char_ram~56113_combout ; +wire \text_gen|char_ram~19385_q ; +wire \text_gen|char_ram~17593feeder_combout ; +wire \text_gen|char_ram~56114_combout ; +wire \text_gen|char_ram~17593_q ; +wire \text_gen|char_ram~56115_combout ; +wire \text_gen|char_ram~15801_q ; +wire \text_gen|char_ram~47407_combout ; +wire \text_gen|char_ram~56116_combout ; +wire \text_gen|char_ram~21177_q ; +wire \text_gen|char_ram~47408_combout ; +wire \text_gen|char_ram~47411_combout ; +wire \text_gen|char_ram~47414_combout ; +wire \text_gen|char_ram~17607feeder_combout ; +wire \text_gen|char_ram~56050_combout ; +wire \text_gen|char_ram~17607_q ; +wire \text_gen|char_ram~56051_combout ; +wire \text_gen|char_ram~15815_q ; +wire \text_gen|char_ram~47395_combout ; +wire \text_gen|char_ram~56049_combout ; +wire \text_gen|char_ram~19399_q ; +wire \text_gen|char_ram~56052_combout ; +wire \text_gen|char_ram~21191_q ; +wire \text_gen|char_ram~47396_combout ; +wire \text_gen|char_ram~56572_combout ; +wire \text_gen|char_ram~1479_q ; +wire \text_gen|char_ram~3271feeder_combout ; +wire \text_gen|char_ram~56571_combout ; +wire \text_gen|char_ram~3271_q ; +wire \text_gen|char_ram~47399_combout ; +wire \text_gen|char_ram~56573_combout ; +wire \text_gen|char_ram~6855_q ; +wire \text_gen|char_ram~5063feeder_combout ; +wire \text_gen|char_ram~56570_combout ; +wire \text_gen|char_ram~5063_q ; +wire \text_gen|char_ram~47400_combout ; +wire \text_gen|char_ram~56223_combout ; +wire \text_gen|char_ram~12231_q ; +wire \text_gen|char_ram~56226_combout ; +wire \text_gen|char_ram~14023_q ; +wire \text_gen|char_ram~56225_combout ; +wire \text_gen|char_ram~8647_q ; +wire \text_gen|char_ram~56224_combout ; +wire \text_gen|char_ram~10439_q ; +wire \text_gen|char_ram~47397_combout ; +wire \text_gen|char_ram~47398_combout ; +wire \text_gen|char_ram~47401_combout ; +wire \text_gen|char_ram~26567feeder_combout ; +wire \text_gen|char_ram~56793_combout ; +wire \text_gen|char_ram~26567_q ; +wire \text_gen|char_ram~56796_combout ; +wire \text_gen|char_ram~28359_q ; +wire \text_gen|char_ram~56795_combout ; +wire \text_gen|char_ram~22983_q ; +wire \text_gen|char_ram~56794_combout ; +wire \text_gen|char_ram~24775_q ; +wire \text_gen|char_ram~47402_combout ; +wire \text_gen|char_ram~47403_combout ; +wire \text_gen|char_ram~47404_combout ; +wire \text_gen|char_ram~47415_combout ; +wire \text_gen|char_ram~47426_combout ; +wire \text_gen|char_ram~53041_combout ; +wire \text_gen|char_ram~24383_q ; +wire \text_gen|char_ram~52827_combout ; +wire \text_gen|char_ram~17215_q ; +wire \text_gen|char_ram~52899_combout ; +wire \text_gen|char_ram~2879_q ; +wire \text_gen|char_ram~10047feeder_combout ; +wire \text_gen|char_ram~52760_combout ; +wire \text_gen|char_ram~10047_q ; +wire \text_gen|char_ram~47265_combout ; +wire \text_gen|char_ram~47266_combout ; +wire \text_gen|char_ram~53043_combout ; +wire \text_gen|char_ram~24369_q ; +wire \text_gen|char_ram~52788_combout ; +wire \text_gen|char_ram~10033_q ; +wire \text_gen|char_ram~52861_combout ; +wire \text_gen|char_ram~17201_q ; +wire \text_gen|char_ram~52945_combout ; +wire \text_gen|char_ram~2865_q ; +wire \text_gen|char_ram~47258_combout ; +wire \text_gen|char_ram~47259_combout ; +wire \text_gen|char_ram~52837_combout ; +wire \text_gen|char_ram~17159_q ; +wire \text_gen|char_ram~52895_combout ; +wire \text_gen|char_ram~2823_q ; +wire \text_gen|char_ram~9991feeder_combout ; +wire \text_gen|char_ram~52756_combout ; +wire \text_gen|char_ram~9991_q ; +wire \text_gen|char_ram~47260_combout ; +wire \text_gen|char_ram~53001_combout ; +wire \text_gen|char_ram~24327_q ; +wire \text_gen|char_ram~47261_combout ; +wire \text_gen|char_ram~9977feeder_combout ; +wire \text_gen|char_ram~52784_combout ; +wire \text_gen|char_ram~9977_q ; +wire \text_gen|char_ram~53005_combout ; +wire \text_gen|char_ram~24313_q ; +wire \text_gen|char_ram~52859_combout ; +wire \text_gen|char_ram~17145_q ; +wire \text_gen|char_ram~52941_combout ; +wire \text_gen|char_ram~2809_q ; +wire \text_gen|char_ram~47262_combout ; +wire \text_gen|char_ram~47263_combout ; +wire \text_gen|char_ram~47264_combout ; +wire \text_gen|char_ram~47267_combout ; +wire \text_gen|char_ram~53557_combout ; +wire \text_gen|char_ram~15423_q ; +wire \text_gen|char_ram~22591feeder_combout ; +wire \text_gen|char_ram~53606_combout ; +wire \text_gen|char_ram~22591_q ; +wire \text_gen|char_ram~53589_combout ; +wire \text_gen|char_ram~1087_q ; +wire \text_gen|char_ram~8255feeder_combout ; +wire \text_gen|char_ram~53577_combout ; +wire \text_gen|char_ram~8255_q ; +wire \text_gen|char_ram~47285_combout ; +wire \text_gen|char_ram~47286_combout ; +wire \text_gen|char_ram~15353feeder_combout ; +wire \text_gen|char_ram~53396_combout ; +wire \text_gen|char_ram~15353_q ; +wire \text_gen|char_ram~53397_combout ; +wire \text_gen|char_ram~1017_q ; +wire \text_gen|char_ram~47282_combout ; +wire \text_gen|char_ram~53395_combout ; +wire \text_gen|char_ram~8185_q ; +wire \text_gen|char_ram~53398_combout ; +wire \text_gen|char_ram~22521_q ; +wire \text_gen|char_ram~47283_combout ; +wire \text_gen|char_ram~22577feeder_combout ; +wire \text_gen|char_ram~53607_combout ; +wire \text_gen|char_ram~22577_q ; +wire \text_gen|char_ram~53565_combout ; +wire \text_gen|char_ram~15409_q ; +wire \text_gen|char_ram~53591_combout ; +wire \text_gen|char_ram~1073_q ; +wire \text_gen|char_ram~47280_combout ; +wire \text_gen|char_ram~53579_combout ; +wire \text_gen|char_ram~8241_q ; +wire \text_gen|char_ram~47281_combout ; +wire \text_gen|char_ram~47284_combout ; +wire \text_gen|char_ram~53384_combout ; +wire \text_gen|char_ram~15367_q ; +wire \text_gen|char_ram~53386_combout ; +wire \text_gen|char_ram~22535_q ; +wire \text_gen|char_ram~53385_combout ; +wire \text_gen|char_ram~1031_q ; +wire \text_gen|char_ram~53383_combout ; +wire \text_gen|char_ram~8199_q ; +wire \text_gen|char_ram~47278_combout ; +wire \text_gen|char_ram~47279_combout ; +wire \text_gen|char_ram~47287_combout ; +wire \text_gen|char_ram~53163_combout ; +wire \text_gen|char_ram~18951_q ; +wire \text_gen|char_ram~53168_combout ; +wire \text_gen|char_ram~26119_q ; +wire \text_gen|char_ram~53165_combout ; +wire \text_gen|char_ram~11783_q ; +wire \text_gen|char_ram~53167_combout ; +wire \text_gen|char_ram~4615_q ; +wire \text_gen|char_ram~47268_combout ; +wire \text_gen|char_ram~47269_combout ; +wire \text_gen|char_ram~19007feeder_combout ; +wire \text_gen|char_ram~53200_combout ; +wire \text_gen|char_ram~19007_q ; +wire \text_gen|char_ram~53203_combout ; +wire \text_gen|char_ram~26175_q ; +wire \text_gen|char_ram~11839feeder_combout ; +wire \text_gen|char_ram~53201_combout ; +wire \text_gen|char_ram~11839_q ; +wire \text_gen|char_ram~53202_combout ; +wire \text_gen|char_ram~4671_q ; +wire \text_gen|char_ram~47275_combout ; +wire \text_gen|char_ram~47276_combout ; +wire \text_gen|char_ram~53277_combout ; +wire \text_gen|char_ram~26161_q ; +wire \text_gen|char_ram~53275_combout ; +wire \text_gen|char_ram~11825_q ; +wire \text_gen|char_ram~53274_combout ; +wire \text_gen|char_ram~18993_q ; +wire \text_gen|char_ram~4657feeder_combout ; +wire \text_gen|char_ram~53276_combout ; +wire \text_gen|char_ram~4657_q ; +wire \text_gen|char_ram~47270_combout ; +wire \text_gen|char_ram~47271_combout ; +wire \text_gen|char_ram~11769feeder_combout ; +wire \text_gen|char_ram~53239_combout ; +wire \text_gen|char_ram~11769_q ; +wire \text_gen|char_ram~53242_combout ; +wire \text_gen|char_ram~26105_q ; +wire \text_gen|char_ram~4601feeder_combout ; +wire \text_gen|char_ram~53241_combout ; +wire \text_gen|char_ram~4601_q ; +wire \text_gen|char_ram~53237_combout ; +wire \text_gen|char_ram~18937_q ; +wire \text_gen|char_ram~47272_combout ; +wire \text_gen|char_ram~47273_combout ; +wire \text_gen|char_ram~47274_combout ; +wire \text_gen|char_ram~47277_combout ; +wire \text_gen|char_ram~47288_combout ; +wire \text_gen|char_ram~53659_combout ; +wire \text_gen|char_ram~13561_q ; +wire \text_gen|char_ram~53661_combout ; +wire \text_gen|char_ram~27897_q ; +wire \text_gen|char_ram~20729feeder_combout ; +wire \text_gen|char_ram~53658_combout ; +wire \text_gen|char_ram~20729_q ; +wire \text_gen|char_ram~53660_combout ; +wire \text_gen|char_ram~6393_q ; +wire \text_gen|char_ram~47293_combout ; +wire \text_gen|char_ram~47294_combout ; +wire \text_gen|char_ram~53640_combout ; +wire \text_gen|char_ram~6407_q ; +wire \text_gen|char_ram~53639_combout ; +wire \text_gen|char_ram~13575_q ; +wire \text_gen|char_ram~47291_combout ; +wire \text_gen|char_ram~53641_combout ; +wire \text_gen|char_ram~27911_q ; +wire \text_gen|char_ram~20743feeder_combout ; +wire \text_gen|char_ram~53638_combout ; +wire \text_gen|char_ram~20743_q ; +wire \text_gen|char_ram~47292_combout ; +wire \text_gen|char_ram~47295_combout ; +wire \text_gen|char_ram~53868_combout ; +wire \text_gen|char_ram~27967_q ; +wire \text_gen|char_ram~53820_combout ; +wire \text_gen|char_ram~20799_q ; +wire \text_gen|char_ram~13631feeder_combout ; +wire \text_gen|char_ram~53831_combout ; +wire \text_gen|char_ram~13631_q ; +wire \text_gen|char_ram~53851_combout ; +wire \text_gen|char_ram~6463_q ; +wire \text_gen|char_ram~47296_combout ; +wire \text_gen|char_ram~47297_combout ; +wire \text_gen|char_ram~53833_combout ; +wire \text_gen|char_ram~13617_q ; +wire \text_gen|char_ram~27953feeder_combout ; +wire \text_gen|char_ram~53869_combout ; +wire \text_gen|char_ram~27953_q ; +wire \text_gen|char_ram~53853_combout ; +wire \text_gen|char_ram~6449_q ; +wire \text_gen|char_ram~53824_combout ; +wire \text_gen|char_ram~20785_q ; +wire \text_gen|char_ram~47289_combout ; +wire \text_gen|char_ram~47290_combout ; +wire \text_gen|char_ram~47298_combout ; +wire \text_gen|char_ram~47299_combout ; +wire \text_gen|char_ram~47427_combout ; +wire \text_gen|char_ram~56782_combout ; +wire \text_gen|char_ram~24663_q ; +wire \text_gen|char_ram~56574_combout ; +wire \text_gen|char_ram~3159_q ; +wire \text_gen|char_ram~56256_combout ; +wire \text_gen|char_ram~10327_q ; +wire \text_gen|char_ram~47725_combout ; +wire \text_gen|char_ram~56062_combout ; +wire \text_gen|char_ram~17495_q ; +wire \text_gen|char_ram~47726_combout ; +wire \text_gen|char_ram~56606_combout ; +wire \text_gen|char_ram~3215_q ; +wire \text_gen|char_ram~10383feeder_combout ; +wire \text_gen|char_ram~56442_combout ; +wire \text_gen|char_ram~10383_q ; +wire \text_gen|char_ram~47732_combout ; +wire \text_gen|char_ram~56074_combout ; +wire \text_gen|char_ram~17551_q ; +wire \text_gen|char_ram~56954_combout ; +wire \text_gen|char_ram~24719_q ; +wire \text_gen|char_ram~47733_combout ; +wire \text_gen|char_ram~56257_combout ; +wire \text_gen|char_ram~8535_q ; +wire \text_gen|char_ram~56783_combout ; +wire \text_gen|char_ram~22871_q ; +wire \text_gen|char_ram~1367feeder_combout ; +wire \text_gen|char_ram~56576_combout ; +wire \text_gen|char_ram~1367_q ; +wire \text_gen|char_ram~56063_combout ; +wire \text_gen|char_ram~15703_q ; +wire \text_gen|char_ram~47729_combout ; +wire \text_gen|char_ram~47730_combout ; +wire \text_gen|char_ram~56444_combout ; +wire \text_gen|char_ram~8591_q ; +wire \text_gen|char_ram~56956_combout ; +wire \text_gen|char_ram~22927_q ; +wire \text_gen|char_ram~56075_combout ; +wire \text_gen|char_ram~15759_q ; +wire \text_gen|char_ram~56608_combout ; +wire \text_gen|char_ram~1423_q ; +wire \text_gen|char_ram~47727_combout ; +wire \text_gen|char_ram~47728_combout ; +wire \text_gen|char_ram~47731_combout ; +wire \text_gen|char_ram~47734_combout ; +wire \text_gen|char_ram~56140_combout ; +wire \text_gen|char_ram~21121_q ; +wire \text_gen|char_ram~56989_combout ; +wire \text_gen|char_ram~28289_q ; +wire \text_gen|char_ram~13953feeder_combout ; +wire \text_gen|char_ram~56461_combout ; +wire \text_gen|char_ram~13953_q ; +wire \text_gen|char_ram~56673_combout ; +wire \text_gen|char_ram~6785_q ; +wire \text_gen|char_ram~47742_combout ; +wire \text_gen|char_ram~47743_combout ; +wire \text_gen|char_ram~21065feeder_combout ; +wire \text_gen|char_ram~56128_combout ; +wire \text_gen|char_ram~21065_q ; +wire \text_gen|char_ram~56792_combout ; +wire \text_gen|char_ram~28233_q ; +wire \text_gen|char_ram~13897feeder_combout ; +wire \text_gen|char_ram~56266_combout ; +wire \text_gen|char_ram~13897_q ; +wire \text_gen|char_ram~56641_combout ; +wire \text_gen|char_ram~6729_q ; +wire \text_gen|char_ram~47735_combout ; +wire \text_gen|char_ram~47736_combout ; +wire \text_gen|char_ram~56459_combout ; +wire \text_gen|char_ram~12161_q ; +wire \text_gen|char_ram~56987_combout ; +wire \text_gen|char_ram~26497_q ; +wire \text_gen|char_ram~56137_combout ; +wire \text_gen|char_ram~19329_q ; +wire \text_gen|char_ram~56671_combout ; +wire \text_gen|char_ram~4993_q ; +wire \text_gen|char_ram~47737_combout ; +wire \text_gen|char_ram~47738_combout ; +wire \text_gen|char_ram~56264_combout ; +wire \text_gen|char_ram~12105_q ; +wire \text_gen|char_ram~56790_combout ; +wire \text_gen|char_ram~26441_q ; +wire \text_gen|char_ram~56638_combout ; +wire \text_gen|char_ram~4937_q ; +wire \text_gen|char_ram~56125_combout ; +wire \text_gen|char_ram~19273_q ; +wire \text_gen|char_ram~47739_combout ; +wire \text_gen|char_ram~47740_combout ; +wire \text_gen|char_ram~47741_combout ; +wire \text_gen|char_ram~47744_combout ; +wire \text_gen|char_ram~15745feeder_combout ; +wire \text_gen|char_ram~56139_combout ; +wire \text_gen|char_ram~15745_q ; +wire \text_gen|char_ram~56672_combout ; +wire \text_gen|char_ram~1409_q ; +wire \text_gen|char_ram~47747_combout ; +wire \text_gen|char_ram~56988_combout ; +wire \text_gen|char_ram~22913_q ; +wire \text_gen|char_ram~8577feeder_combout ; +wire \text_gen|char_ram~56460_combout ; +wire \text_gen|char_ram~8577_q ; +wire \text_gen|char_ram~47748_combout ; +wire \text_gen|char_ram~15689feeder_combout ; +wire \text_gen|char_ram~56127_combout ; +wire \text_gen|char_ram~15689_q ; +wire \text_gen|char_ram~56640_combout ; +wire \text_gen|char_ram~1353_q ; +wire \text_gen|char_ram~47749_combout ; +wire \text_gen|char_ram~8521feeder_combout ; +wire \text_gen|char_ram~56265_combout ; +wire \text_gen|char_ram~8521_q ; +wire \text_gen|char_ram~56791_combout ; +wire \text_gen|char_ram~22857_q ; +wire \text_gen|char_ram~47750_combout ; +wire \text_gen|char_ram~47751_combout ; +wire \text_gen|char_ram~17537feeder_combout ; +wire \text_gen|char_ram~56138_combout ; +wire \text_gen|char_ram~17537_q ; +wire \text_gen|char_ram~56986_combout ; +wire \text_gen|char_ram~24705_q ; +wire \text_gen|char_ram~10369feeder_combout ; +wire \text_gen|char_ram~56458_combout ; +wire \text_gen|char_ram~10369_q ; +wire \text_gen|char_ram~56670_combout ; +wire \text_gen|char_ram~3201_q ; +wire \text_gen|char_ram~47752_combout ; +wire \text_gen|char_ram~47753_combout ; +wire \text_gen|char_ram~56126_combout ; +wire \text_gen|char_ram~17481_q ; +wire \text_gen|char_ram~56789_combout ; +wire \text_gen|char_ram~24649_q ; +wire \text_gen|char_ram~56639_combout ; +wire \text_gen|char_ram~3145_q ; +wire \text_gen|char_ram~56263_combout ; +wire \text_gen|char_ram~10313_q ; +wire \text_gen|char_ram~47745_combout ; +wire \text_gen|char_ram~47746_combout ; +wire \text_gen|char_ram~47754_combout ; +wire \text_gen|char_ram~47755_combout ; +wire \text_gen|char_ram~56064_combout ; +wire \text_gen|char_ram~21079_q ; +wire \text_gen|char_ram~56784_combout ; +wire \text_gen|char_ram~28247_q ; +wire \text_gen|char_ram~26455feeder_combout ; +wire \text_gen|char_ram~56781_combout ; +wire \text_gen|char_ram~26455_q ; +wire \text_gen|char_ram~56061_combout ; +wire \text_gen|char_ram~19287_q ; +wire \text_gen|char_ram~47756_combout ; +wire \text_gen|char_ram~47757_combout ; +wire \text_gen|char_ram~56609_combout ; +wire \text_gen|char_ram~6799_q ; +wire \text_gen|char_ram~56445_combout ; +wire \text_gen|char_ram~13967_q ; +wire \text_gen|char_ram~56607_combout ; +wire \text_gen|char_ram~5007_q ; +wire \text_gen|char_ram~12175feeder_combout ; +wire \text_gen|char_ram~56443_combout ; +wire \text_gen|char_ram~12175_q ; +wire \text_gen|char_ram~47758_combout ; +wire \text_gen|char_ram~47759_combout ; +wire \text_gen|char_ram~4951feeder_combout ; +wire \text_gen|char_ram~56575_combout ; +wire \text_gen|char_ram~4951_q ; +wire \text_gen|char_ram~56255_combout ; +wire \text_gen|char_ram~12119_q ; +wire \text_gen|char_ram~47760_combout ; +wire \text_gen|char_ram~56258_combout ; +wire \text_gen|char_ram~13911_q ; +wire \text_gen|char_ram~6743feeder_combout ; +wire \text_gen|char_ram~56577_combout ; +wire \text_gen|char_ram~6743_q ; +wire \text_gen|char_ram~47761_combout ; +wire \text_gen|char_ram~47762_combout ; +wire \text_gen|char_ram~56076_combout ; +wire \text_gen|char_ram~21135_q ; +wire \text_gen|char_ram~56957_combout ; +wire \text_gen|char_ram~28303_q ; +wire \text_gen|char_ram~56073_combout ; +wire \text_gen|char_ram~19343_q ; +wire \text_gen|char_ram~56955_combout ; +wire \text_gen|char_ram~26511_q ; +wire \text_gen|char_ram~47763_combout ; +wire \text_gen|char_ram~47764_combout ; +wire \text_gen|char_ram~47765_combout ; +wire \text_gen|char_ram~47766_combout ; +wire \text_gen|char_ram~52768_combout ; +wire \text_gen|char_ram~9879_q ; +wire \text_gen|char_ram~17047feeder_combout ; +wire \text_gen|char_ram~52834_combout ; +wire \text_gen|char_ram~17047_q ; +wire \text_gen|char_ram~52907_combout ; +wire \text_gen|char_ram~2711_q ; +wire \text_gen|char_ram~47610_combout ; +wire \text_gen|char_ram~53016_combout ; +wire \text_gen|char_ram~24215_q ; +wire \text_gen|char_ram~47611_combout ; +wire \text_gen|char_ram~9865feeder_combout ; +wire \text_gen|char_ram~52790_combout ; +wire \text_gen|char_ram~9865_q ; +wire \text_gen|char_ram~53018_combout ; +wire \text_gen|char_ram~24201_q ; +wire \text_gen|char_ram~17033feeder_combout ; +wire \text_gen|char_ram~52869_combout ; +wire \text_gen|char_ram~17033_q ; +wire \text_gen|char_ram~52947_combout ; +wire \text_gen|char_ram~2697_q ; +wire \text_gen|char_ram~47612_combout ; +wire \text_gen|char_ram~47613_combout ; +wire \text_gen|char_ram~47614_combout ; +wire \text_gen|char_ram~17103feeder_combout ; +wire \text_gen|char_ram~52823_combout ; +wire \text_gen|char_ram~17103_q ; +wire \text_gen|char_ram~53050_combout ; +wire \text_gen|char_ram~24271_q ; +wire \text_gen|char_ram~52911_combout ; +wire \text_gen|char_ram~2767_q ; +wire \text_gen|char_ram~9935feeder_combout ; +wire \text_gen|char_ram~52772_combout ; +wire \text_gen|char_ram~9935_q ; +wire \text_gen|char_ram~47615_combout ; +wire \text_gen|char_ram~47616_combout ; +wire \text_gen|char_ram~52871_combout ; +wire \text_gen|char_ram~17089_q ; +wire \text_gen|char_ram~53051_combout ; +wire \text_gen|char_ram~24257_q ; +wire \text_gen|char_ram~9921feeder_combout ; +wire \text_gen|char_ram~52794_combout ; +wire \text_gen|char_ram~9921_q ; +wire \text_gen|char_ram~52951_combout ; +wire \text_gen|char_ram~2753_q ; +wire \text_gen|char_ram~47608_combout ; +wire \text_gen|char_ram~47609_combout ; +wire \text_gen|char_ram~47617_combout ; +wire \text_gen|char_ram~8087feeder_combout ; +wire \text_gen|char_ram~53387_combout ; +wire \text_gen|char_ram~8087_q ; +wire \text_gen|char_ram~53390_combout ; +wire \text_gen|char_ram~22423_q ; +wire \text_gen|char_ram~53388_combout ; +wire \text_gen|char_ram~15255_q ; +wire \text_gen|char_ram~53389_combout ; +wire \text_gen|char_ram~919_q ; +wire \text_gen|char_ram~47618_combout ; +wire \text_gen|char_ram~47619_combout ; +wire \text_gen|char_ram~53403_combout ; +wire \text_gen|char_ram~8073_q ; +wire \text_gen|char_ram~53406_combout ; +wire \text_gen|char_ram~22409_q ; +wire \text_gen|char_ram~53404_combout ; +wire \text_gen|char_ram~15241_q ; +wire \text_gen|char_ram~53405_combout ; +wire \text_gen|char_ram~905_q ; +wire \text_gen|char_ram~47622_combout ; +wire \text_gen|char_ram~47623_combout ; +wire \text_gen|char_ram~8129feeder_combout ; +wire \text_gen|char_ram~53583_combout ; +wire \text_gen|char_ram~8129_q ; +wire \text_gen|char_ram~53599_combout ; +wire \text_gen|char_ram~961_q ; +wire \text_gen|char_ram~47620_combout ; +wire \text_gen|char_ram~53615_combout ; +wire \text_gen|char_ram~22465_q ; +wire \text_gen|char_ram~53567_combout ; +wire \text_gen|char_ram~15297_q ; +wire \text_gen|char_ram~47621_combout ; +wire \text_gen|char_ram~47624_combout ; +wire \text_gen|char_ram~53559_combout ; +wire \text_gen|char_ram~15311_q ; +wire \text_gen|char_ram~53614_combout ; +wire \text_gen|char_ram~22479_q ; +wire \text_gen|char_ram~53581_combout ; +wire \text_gen|char_ram~8143_q ; +wire \text_gen|char_ram~53597_combout ; +wire \text_gen|char_ram~975_q ; +wire \text_gen|char_ram~47625_combout ; +wire \text_gen|char_ram~47626_combout ; +wire \text_gen|char_ram~47627_combout ; +wire \text_gen|char_ram~47628_combout ; +wire \text_gen|char_ram~53663_combout ; +wire \text_gen|char_ram~20617_q ; +wire \text_gen|char_ram~53664_combout ; +wire \text_gen|char_ram~6281_q ; +wire \text_gen|char_ram~47633_combout ; +wire \text_gen|char_ram~53665_combout ; +wire \text_gen|char_ram~27785_q ; +wire \text_gen|char_ram~53662_combout ; +wire \text_gen|char_ram~13449_q ; +wire \text_gen|char_ram~47634_combout ; +wire \text_gen|char_ram~53646_combout ; +wire \text_gen|char_ram~13463_q ; +wire \text_gen|char_ram~53649_combout ; +wire \text_gen|char_ram~27799_q ; +wire \text_gen|char_ram~53647_combout ; +wire \text_gen|char_ram~20631_q ; +wire \text_gen|char_ram~53648_combout ; +wire \text_gen|char_ram~6295_q ; +wire \text_gen|char_ram~47631_combout ; +wire \text_gen|char_ram~47632_combout ; +wire \text_gen|char_ram~47635_combout ; +wire \text_gen|char_ram~20673feeder_combout ; +wire \text_gen|char_ram~53825_combout ; +wire \text_gen|char_ram~20673_q ; +wire \text_gen|char_ram~53873_combout ; +wire \text_gen|char_ram~27841_q ; +wire \text_gen|char_ram~53857_combout ; +wire \text_gen|char_ram~6337_q ; +wire \text_gen|char_ram~53841_combout ; +wire \text_gen|char_ram~13505_q ; +wire \text_gen|char_ram~47629_combout ; +wire \text_gen|char_ram~47630_combout ; +wire \text_gen|char_ram~20687feeder_combout ; +wire \text_gen|char_ram~53821_combout ; +wire \text_gen|char_ram~20687_q ; +wire \text_gen|char_ram~53840_combout ; +wire \text_gen|char_ram~13519_q ; +wire \text_gen|char_ram~53856_combout ; +wire \text_gen|char_ram~6351_q ; +wire \text_gen|char_ram~47636_combout ; +wire \text_gen|char_ram~53871_combout ; +wire \text_gen|char_ram~27855_q ; +wire \text_gen|char_ram~47637_combout ; +wire \text_gen|char_ram~47638_combout ; +wire \text_gen|char_ram~53283_combout ; +wire \text_gen|char_ram~18881_q ; +wire \text_gen|char_ram~53285_combout ; +wire \text_gen|char_ram~26049_q ; +wire \text_gen|char_ram~11713feeder_combout ; +wire \text_gen|char_ram~53282_combout ; +wire \text_gen|char_ram~11713_q ; +wire \text_gen|char_ram~53284_combout ; +wire \text_gen|char_ram~4545_q ; +wire \text_gen|char_ram~47600_combout ; +wire \text_gen|char_ram~47601_combout ; +wire \text_gen|char_ram~11657feeder_combout ; +wire \text_gen|char_ram~53248_combout ; +wire \text_gen|char_ram~11657_q ; +wire \text_gen|char_ram~53253_combout ; +wire \text_gen|char_ram~25993_q ; +wire \text_gen|char_ram~18825feeder_combout ; +wire \text_gen|char_ram~53250_combout ; +wire \text_gen|char_ram~18825_q ; +wire \text_gen|char_ram~53252_combout ; +wire \text_gen|char_ram~4489_q ; +wire \text_gen|char_ram~47602_combout ; +wire \text_gen|char_ram~47603_combout ; +wire \text_gen|char_ram~47604_combout ; +wire \text_gen|char_ram~53209_combout ; +wire \text_gen|char_ram~18895_q ; +wire \text_gen|char_ram~53210_combout ; +wire \text_gen|char_ram~4559_q ; +wire \text_gen|char_ram~53208_combout ; +wire \text_gen|char_ram~11727_q ; +wire \text_gen|char_ram~47605_combout ; +wire \text_gen|char_ram~53211_combout ; +wire \text_gen|char_ram~26063_q ; +wire \text_gen|char_ram~47606_combout ; +wire \text_gen|char_ram~53179_combout ; +wire \text_gen|char_ram~26007_q ; +wire \text_gen|char_ram~53174_combout ; +wire \text_gen|char_ram~11671_q ; +wire \text_gen|char_ram~53176_combout ; +wire \text_gen|char_ram~18839_q ; +wire \text_gen|char_ram~53178_combout ; +wire \text_gen|char_ram~4503_q ; +wire \text_gen|char_ram~47598_combout ; +wire \text_gen|char_ram~47599_combout ; +wire \text_gen|char_ram~47607_combout ; +wire \text_gen|char_ram~47639_combout ; +wire \text_gen|char_ram~54753_combout ; +wire \text_gen|char_ram~5847_q ; +wire \text_gen|char_ram~20183feeder_combout ; +wire \text_gen|char_ram~54752_combout ; +wire \text_gen|char_ram~20183_q ; +wire \text_gen|char_ram~47673_combout ; +wire \text_gen|char_ram~54754_combout ; +wire \text_gen|char_ram~27351_q ; +wire \text_gen|char_ram~54751_combout ; +wire \text_gen|char_ram~13015_q ; +wire \text_gen|char_ram~47674_combout ; +wire \text_gen|char_ram~54816_combout ; +wire \text_gen|char_ram~13001_q ; +wire \text_gen|char_ram~54818_combout ; +wire \text_gen|char_ram~27337_q ; +wire \text_gen|char_ram~20169feeder_combout ; +wire \text_gen|char_ram~54815_combout ; +wire \text_gen|char_ram~20169_q ; +wire \text_gen|char_ram~54817_combout ; +wire \text_gen|char_ram~5833_q ; +wire \text_gen|char_ram~47675_combout ; +wire \text_gen|char_ram~47676_combout ; +wire \text_gen|char_ram~47677_combout ; +wire \text_gen|char_ram~54784_combout ; +wire \text_gen|char_ram~20239_q ; +wire \text_gen|char_ram~54786_combout ; +wire \text_gen|char_ram~27407_q ; +wire \text_gen|char_ram~54783_combout ; +wire \text_gen|char_ram~13071_q ; +wire \text_gen|char_ram~54785_combout ; +wire \text_gen|char_ram~5903_q ; +wire \text_gen|char_ram~47678_combout ; +wire \text_gen|char_ram~47679_combout ; +wire \text_gen|char_ram~20225feeder_combout ; +wire \text_gen|char_ram~54847_combout ; +wire \text_gen|char_ram~20225_q ; +wire \text_gen|char_ram~54850_combout ; +wire \text_gen|char_ram~27393_q ; +wire \text_gen|char_ram~54848_combout ; +wire \text_gen|char_ram~13057_q ; +wire \text_gen|char_ram~54849_combout ; +wire \text_gen|char_ram~5889_q ; +wire \text_gen|char_ram~47671_combout ; +wire \text_gen|char_ram~47672_combout ; +wire \text_gen|char_ram~47680_combout ; +wire \text_gen|char_ram~16655feeder_combout ; +wire \text_gen|char_ram~54362_combout ; +wire \text_gen|char_ram~16655_q ; +wire \text_gen|char_ram~54391_combout ; +wire \text_gen|char_ram~23823_q ; +wire \text_gen|char_ram~9487feeder_combout ; +wire \text_gen|char_ram~54345_combout ; +wire \text_gen|char_ram~9487_q ; +wire \text_gen|char_ram~54377_combout ; +wire \text_gen|char_ram~2319_q ; +wire \text_gen|char_ram~47647_combout ; +wire \text_gen|char_ram~47648_combout ; +wire \text_gen|char_ram~54363_combout ; +wire \text_gen|char_ram~16641_q ; +wire \text_gen|char_ram~54395_combout ; +wire \text_gen|char_ram~23809_q ; +wire \text_gen|char_ram~54379_combout ; +wire \text_gen|char_ram~2305_q ; +wire \text_gen|char_ram~54347_combout ; +wire \text_gen|char_ram~9473_q ; +wire \text_gen|char_ram~47640_combout ; +wire \text_gen|char_ram~47641_combout ; +wire \text_gen|char_ram~54198_combout ; +wire \text_gen|char_ram~23767_q ; +wire \text_gen|char_ram~54168_combout ; +wire \text_gen|char_ram~2263_q ; +wire \text_gen|char_ram~54200_combout ; +wire \text_gen|char_ram~16599_q ; +wire \text_gen|char_ram~47642_combout ; +wire \text_gen|char_ram~54166_combout ; +wire \text_gen|char_ram~9431_q ; +wire \text_gen|char_ram~47643_combout ; +wire \text_gen|char_ram~54182_combout ; +wire \text_gen|char_ram~9417_q ; +wire \text_gen|char_ram~54149_combout ; +wire \text_gen|char_ram~23753_q ; +wire \text_gen|char_ram~16585feeder_combout ; +wire \text_gen|char_ram~54151_combout ; +wire \text_gen|char_ram~16585_q ; +wire \text_gen|char_ram~54184_combout ; +wire \text_gen|char_ram~2249_q ; +wire \text_gen|char_ram~47644_combout ; +wire \text_gen|char_ram~47645_combout ; +wire \text_gen|char_ram~47646_combout ; +wire \text_gen|char_ram~47649_combout ; +wire \text_gen|char_ram~53985_combout ; +wire \text_gen|char_ram~11209_q ; +wire \text_gen|char_ram~54101_combout ; +wire \text_gen|char_ram~25545_q ; +wire \text_gen|char_ram~18377feeder_combout ; +wire \text_gen|char_ram~53922_combout ; +wire \text_gen|char_ram~18377_q ; +wire \text_gen|char_ram~54050_combout ; +wire \text_gen|char_ram~4041_q ; +wire \text_gen|char_ram~47654_combout ; +wire \text_gen|char_ram~47655_combout ; +wire \text_gen|char_ram~54052_combout ; +wire \text_gen|char_ram~4097_q ; +wire \text_gen|char_ram~53988_combout ; +wire \text_gen|char_ram~11265_q ; +wire \text_gen|char_ram~47652_combout ; +wire \text_gen|char_ram~54133_combout ; +wire \text_gen|char_ram~25601_q ; +wire \text_gen|char_ram~53924_combout ; +wire \text_gen|char_ram~18433_q ; +wire \text_gen|char_ram~47653_combout ; +wire \text_gen|char_ram~47656_combout ; +wire \text_gen|char_ram~18447feeder_combout ; +wire \text_gen|char_ram~53880_combout ; +wire \text_gen|char_ram~18447_q ; +wire \text_gen|char_ram~53956_combout ; +wire \text_gen|char_ram~11279_q ; +wire \text_gen|char_ram~54020_combout ; +wire \text_gen|char_ram~4111_q ; +wire \text_gen|char_ram~47657_combout ; +wire \text_gen|char_ram~54131_combout ; +wire \text_gen|char_ram~25615_q ; +wire \text_gen|char_ram~47658_combout ; +wire \text_gen|char_ram~54018_combout ; +wire \text_gen|char_ram~4055_q ; +wire \text_gen|char_ram~53889_combout ; +wire \text_gen|char_ram~18391_q ; +wire \text_gen|char_ram~47650_combout ; +wire \text_gen|char_ram~53953_combout ; +wire \text_gen|char_ram~11223_q ; +wire \text_gen|char_ram~54099_combout ; +wire \text_gen|char_ram~25559_q ; +wire \text_gen|char_ram~47651_combout ; +wire \text_gen|char_ram~47659_combout ; +wire \text_gen|char_ram~54526_combout ; +wire \text_gen|char_ram~21975_q ; +wire \text_gen|char_ram~54491_combout ; +wire \text_gen|char_ram~7639_q ; +wire \text_gen|char_ram~54510_combout ; +wire \text_gen|char_ram~471_q ; +wire \text_gen|char_ram~54478_combout ; +wire \text_gen|char_ram~14807_q ; +wire \text_gen|char_ram~47660_combout ; +wire \text_gen|char_ram~47661_combout ; +wire \text_gen|char_ram~54538_combout ; +wire \text_gen|char_ram~14849_q ; +wire \text_gen|char_ram~54595_combout ; +wire \text_gen|char_ram~22017_q ; +wire \text_gen|char_ram~54554_combout ; +wire \text_gen|char_ram~7681_q ; +wire \text_gen|char_ram~54579_combout ; +wire \text_gen|char_ram~513_q ; +wire \text_gen|char_ram~47662_combout ; +wire \text_gen|char_ram~47663_combout ; +wire \text_gen|char_ram~54558_combout ; +wire \text_gen|char_ram~7625_q ; +wire \text_gen|char_ram~54587_combout ; +wire \text_gen|char_ram~21961_q ; +wire \text_gen|char_ram~54542_combout ; +wire \text_gen|char_ram~14793_q ; +wire \text_gen|char_ram~54567_combout ; +wire \text_gen|char_ram~457_q ; +wire \text_gen|char_ram~47664_combout ; +wire \text_gen|char_ram~47665_combout ; +wire \text_gen|char_ram~47666_combout ; +wire \text_gen|char_ram~7695feeder_combout ; +wire \text_gen|char_ram~54499_combout ; +wire \text_gen|char_ram~7695_q ; +wire \text_gen|char_ram~54508_combout ; +wire \text_gen|char_ram~527_q ; +wire \text_gen|char_ram~47667_combout ; +wire \text_gen|char_ram~54522_combout ; +wire \text_gen|char_ram~22031_q ; +wire \text_gen|char_ram~54474_combout ; +wire \text_gen|char_ram~14863_q ; +wire \text_gen|char_ram~47668_combout ; +wire \text_gen|char_ram~47669_combout ; +wire \text_gen|char_ram~47670_combout ; +wire \text_gen|char_ram~47681_combout ; +wire \text_gen|char_ram~55713_combout ; +wire \text_gen|char_ram~12553_q ; +wire \text_gen|char_ram~55762_combout ; +wire \text_gen|char_ram~26889_q ; +wire \text_gen|char_ram~55745_combout ; +wire \text_gen|char_ram~5385_q ; +wire \text_gen|char_ram~55729_combout ; +wire \text_gen|char_ram~19721_q ; +wire \text_gen|char_ram~47717_combout ; +wire \text_gen|char_ram~47718_combout ; +wire \text_gen|char_ram~26903feeder_combout ; +wire \text_gen|char_ram~55754_combout ; +wire \text_gen|char_ram~26903_q ; +wire \text_gen|char_ram~12567feeder_combout ; +wire \text_gen|char_ram~55705_combout ; +wire \text_gen|char_ram~12567_q ; +wire \text_gen|char_ram~19735feeder_combout ; +wire \text_gen|char_ram~55721_combout ; +wire \text_gen|char_ram~19735_q ; +wire \text_gen|char_ram~55737_combout ; +wire \text_gen|char_ram~5399_q ; +wire \text_gen|char_ram~47715_combout ; +wire \text_gen|char_ram~47716_combout ; +wire \text_gen|char_ram~47719_combout ; +wire \text_gen|char_ram~55903_combout ; +wire \text_gen|char_ram~19791_q ; +wire \text_gen|char_ram~55911_combout ; +wire \text_gen|char_ram~26959_q ; +wire \text_gen|char_ram~55899_combout ; +wire \text_gen|char_ram~12623_q ; +wire \text_gen|char_ram~55907_combout ; +wire \text_gen|char_ram~5455_q ; +wire \text_gen|char_ram~47720_combout ; +wire \text_gen|char_ram~47721_combout ; +wire \text_gen|char_ram~19777feeder_combout ; +wire \text_gen|char_ram~55935_combout ; +wire \text_gen|char_ram~19777_q ; +wire \text_gen|char_ram~55943_combout ; +wire \text_gen|char_ram~26945_q ; +wire \text_gen|char_ram~55939_combout ; +wire \text_gen|char_ram~5441_q ; +wire \text_gen|char_ram~55931_combout ; +wire \text_gen|char_ram~12609_q ; +wire \text_gen|char_ram~47713_combout ; +wire \text_gen|char_ram~47714_combout ; +wire \text_gen|char_ram~47722_combout ; +wire \text_gen|char_ram~10775feeder_combout ; +wire \text_gen|char_ram~55268_combout ; +wire \text_gen|char_ram~10775_q ; +wire \text_gen|char_ram~55304_combout ; +wire \text_gen|char_ram~25111_q ; +wire \text_gen|char_ram~17943feeder_combout ; +wire \text_gen|char_ram~55252_combout ; +wire \text_gen|char_ram~17943_q ; +wire \text_gen|char_ram~55284_combout ; +wire \text_gen|char_ram~3607_q ; +wire \text_gen|char_ram~47682_combout ; +wire \text_gen|char_ram~47683_combout ; +wire \text_gen|char_ram~17999feeder_combout ; +wire \text_gen|char_ram~55264_combout ; +wire \text_gen|char_ram~17999_q ; +wire \text_gen|char_ram~55312_combout ; +wire \text_gen|char_ram~25167_q ; +wire \text_gen|char_ram~55296_combout ; +wire \text_gen|char_ram~3663_q ; +wire \text_gen|char_ram~10831feeder_combout ; +wire \text_gen|char_ram~55280_combout ; +wire \text_gen|char_ram~10831_q ; +wire \text_gen|char_ram~47689_combout ; +wire \text_gen|char_ram~47690_combout ; +wire \text_gen|char_ram~17985feeder_combout ; +wire \text_gen|char_ram~55344_combout ; +wire \text_gen|char_ram~17985_q ; +wire \text_gen|char_ram~55376_combout ; +wire \text_gen|char_ram~25153_q ; +wire \text_gen|char_ram~10817feeder_combout ; +wire \text_gen|char_ram~55328_combout ; +wire \text_gen|char_ram~10817_q ; +wire \text_gen|char_ram~55360_combout ; +wire \text_gen|char_ram~3649_q ; +wire \text_gen|char_ram~47684_combout ; +wire \text_gen|char_ram~47685_combout ; +wire \text_gen|char_ram~55316_combout ; +wire \text_gen|char_ram~10761_q ; +wire \text_gen|char_ram~55364_combout ; +wire \text_gen|char_ram~25097_q ; +wire \text_gen|char_ram~55348_combout ; +wire \text_gen|char_ram~3593_q ; +wire \text_gen|char_ram~17929feeder_combout ; +wire \text_gen|char_ram~55332_combout ; +wire \text_gen|char_ram~17929_q ; +wire \text_gen|char_ram~47686_combout ; +wire \text_gen|char_ram~47687_combout ; +wire \text_gen|char_ram~47688_combout ; +wire \text_gen|char_ram~47691_combout ; +wire \text_gen|char_ram~8983feeder_combout ; +wire \text_gen|char_ram~54980_combout ; +wire \text_gen|char_ram~8983_q ; +wire \text_gen|char_ram~54939_combout ; +wire \text_gen|char_ram~16151_q ; +wire \text_gen|char_ram~54948_combout ; +wire \text_gen|char_ram~1815_q ; +wire \text_gen|char_ram~47694_combout ; +wire \text_gen|char_ram~54972_combout ; +wire \text_gen|char_ram~23319_q ; +wire \text_gen|char_ram~47695_combout ; +wire \text_gen|char_ram~8969feeder_combout ; +wire \text_gen|char_ram~54931_combout ; +wire \text_gen|char_ram~8969_q ; +wire \text_gen|char_ram~54923_combout ; +wire \text_gen|char_ram~23305_q ; +wire \text_gen|char_ram~54964_combout ; +wire \text_gen|char_ram~1801_q ; +wire \text_gen|char_ram~54956_combout ; +wire \text_gen|char_ram~16137_q ; +wire \text_gen|char_ram~47696_combout ; +wire \text_gen|char_ram~47697_combout ; +wire \text_gen|char_ram~47698_combout ; +wire \text_gen|char_ram~55127_combout ; +wire \text_gen|char_ram~16193_q ; +wire \text_gen|char_ram~55119_combout ; +wire \text_gen|char_ram~23361_q ; +wire \text_gen|char_ram~55159_combout ; +wire \text_gen|char_ram~1857_q ; +wire \text_gen|char_ram~55151_combout ; +wire \text_gen|char_ram~9025_q ; +wire \text_gen|char_ram~47692_combout ; +wire \text_gen|char_ram~47693_combout ; +wire \text_gen|char_ram~55163_combout ; +wire \text_gen|char_ram~9039_q ; +wire \text_gen|char_ram~55155_combout ; +wire \text_gen|char_ram~1871_q ; +wire \text_gen|char_ram~47699_combout ; +wire \text_gen|char_ram~55131_combout ; +wire \text_gen|char_ram~23375_q ; +wire \text_gen|char_ram~16207feeder_combout ; +wire \text_gen|char_ram~55123_combout ; +wire \text_gen|char_ram~16207_q ; +wire \text_gen|char_ram~47700_combout ; +wire \text_gen|char_ram~47701_combout ; +wire \text_gen|char_ram~7247feeder_combout ; +wire \text_gen|char_ram~55525_combout ; +wire \text_gen|char_ram~7247_q ; +wire \text_gen|char_ram~55557_combout ; +wire \text_gen|char_ram~79_q ; +wire \text_gen|char_ram~47709_combout ; +wire \text_gen|char_ram~55573_combout ; +wire \text_gen|char_ram~21583_q ; +wire \text_gen|char_ram~55541_combout ; +wire \text_gen|char_ram~14415_q ; +wire \text_gen|char_ram~47710_combout ; +wire \text_gen|char_ram~7191feeder_combout ; +wire \text_gen|char_ram~55513_combout ; +wire \text_gen|char_ram~7191_q ; +wire \text_gen|char_ram~55561_combout ; +wire \text_gen|char_ram~21527_q ; +wire \text_gen|char_ram~14359feeder_combout ; +wire \text_gen|char_ram~55529_combout ; +wire \text_gen|char_ram~14359_q ; +wire \text_gen|char_ram~55545_combout ; +wire \text_gen|char_ram~23_q ; +wire \text_gen|char_ram~47702_combout ; +wire \text_gen|char_ram~47703_combout ; +wire \text_gen|char_ram~55589_combout ; +wire \text_gen|char_ram~14401_q ; +wire \text_gen|char_ram~55637_combout ; +wire \text_gen|char_ram~21569_q ; +wire \text_gen|char_ram~55621_combout ; +wire \text_gen|char_ram~65_q ; +wire \text_gen|char_ram~7233feeder_combout ; +wire \text_gen|char_ram~55605_combout ; +wire \text_gen|char_ram~7233_q ; +wire \text_gen|char_ram~47704_combout ; +wire \text_gen|char_ram~47705_combout ; +wire \text_gen|char_ram~55593_combout ; +wire \text_gen|char_ram~7177_q ; +wire \text_gen|char_ram~55625_combout ; +wire \text_gen|char_ram~21513_q ; +wire \text_gen|char_ram~55609_combout ; +wire \text_gen|char_ram~9_q ; +wire \text_gen|char_ram~14345feeder_combout ; +wire \text_gen|char_ram~55577_combout ; +wire \text_gen|char_ram~14345_q ; +wire \text_gen|char_ram~47706_combout ; +wire \text_gen|char_ram~47707_combout ; +wire \text_gen|char_ram~47708_combout ; +wire \text_gen|char_ram~47711_combout ; +wire \text_gen|char_ram~47712_combout ; +wire \text_gen|char_ram~47723_combout ; +wire \text_gen|char_ram~47724_combout ; +wire \text_gen|char_ram~47767_combout ; +wire \text_gen|char_ram~4335feeder_combout ; +wire \text_gen|char_ram~54012_combout ; +wire \text_gen|char_ram~4335_q ; +wire \text_gen|char_ram~56599_combout ; +wire \text_gen|char_ram~5231_q ; +wire \text_gen|char_ram~4783feeder_combout ; +wire \text_gen|char_ram~53206_combout ; +wire \text_gen|char_ram~4783_q ; +wire \text_gen|char_ram~55295_combout ; +wire \text_gen|char_ram~3887_q ; +wire \text_gen|char_ram~47463_combout ; +wire \text_gen|char_ram~47464_combout ; +wire \text_gen|char_ram~11951feeder_combout ; +wire \text_gen|char_ram~53204_combout ; +wire \text_gen|char_ram~11951_q ; +wire \text_gen|char_ram~56439_combout ; +wire \text_gen|char_ram~12399_q ; +wire \text_gen|char_ram~11503feeder_combout ; +wire \text_gen|char_ram~53948_combout ; +wire \text_gen|char_ram~11503_q ; +wire \text_gen|char_ram~55279_combout ; +wire \text_gen|char_ram~11055_q ; +wire \text_gen|char_ram~47461_combout ; +wire \text_gen|char_ram~47462_combout ; +wire \text_gen|char_ram~47465_combout ; +wire \text_gen|char_ram~53207_combout ; +wire \text_gen|char_ram~26287_q ; +wire \text_gen|char_ram~56951_combout ; +wire \text_gen|char_ram~26735_q ; +wire \text_gen|char_ram~25839feeder_combout ; +wire \text_gen|char_ram~54124_combout ; +wire \text_gen|char_ram~25839_q ; +wire \text_gen|char_ram~55311_combout ; +wire \text_gen|char_ram~25391_q ; +wire \text_gen|char_ram~47466_combout ; +wire \text_gen|char_ram~47467_combout ; +wire \text_gen|char_ram~18671feeder_combout ; +wire \text_gen|char_ram~53884_combout ; +wire \text_gen|char_ram~18671_q ; +wire \text_gen|char_ram~56041_combout ; +wire \text_gen|char_ram~19567_q ; +wire \text_gen|char_ram~53205_combout ; +wire \text_gen|char_ram~19119_q ; +wire \text_gen|char_ram~55263_combout ; +wire \text_gen|char_ram~18223_q ; +wire \text_gen|char_ram~47459_combout ; +wire \text_gen|char_ram~47460_combout ; +wire \text_gen|char_ram~47468_combout ; +wire \text_gen|char_ram~11881feeder_combout ; +wire \text_gen|char_ram~53243_combout ; +wire \text_gen|char_ram~11881_q ; +wire \text_gen|char_ram~56260_combout ; +wire \text_gen|char_ram~12329_q ; +wire \text_gen|char_ram~55315_combout ; +wire \text_gen|char_ram~10985_q ; +wire \text_gen|char_ram~11433feeder_combout ; +wire \text_gen|char_ram~53982_combout ; +wire \text_gen|char_ram~11433_q ; +wire \text_gen|char_ram~47448_combout ; +wire \text_gen|char_ram~47449_combout ; +wire \text_gen|char_ram~55363_combout ; +wire \text_gen|char_ram~25321_q ; +wire \text_gen|char_ram~54093_combout ; +wire \text_gen|char_ram~25769_q ; +wire \text_gen|char_ram~47455_combout ; +wire \text_gen|char_ram~26217feeder_combout ; +wire \text_gen|char_ram~53246_combout ; +wire \text_gen|char_ram~26217_q ; +wire \text_gen|char_ram~56758_combout ; +wire \text_gen|char_ram~26665_q ; +wire \text_gen|char_ram~47456_combout ; +wire \text_gen|char_ram~54046_combout ; +wire \text_gen|char_ram~4265_q ; +wire \text_gen|char_ram~56630_combout ; +wire \text_gen|char_ram~5161_q ; +wire \text_gen|char_ram~55347_combout ; +wire \text_gen|char_ram~3817_q ; +wire \text_gen|char_ram~4713feeder_combout ; +wire \text_gen|char_ram~53245_combout ; +wire \text_gen|char_ram~4713_q ; +wire \text_gen|char_ram~47452_combout ; +wire \text_gen|char_ram~47453_combout ; +wire \text_gen|char_ram~53918_combout ; +wire \text_gen|char_ram~18601_q ; +wire \text_gen|char_ram~56093_combout ; +wire \text_gen|char_ram~19497_q ; +wire \text_gen|char_ram~53244_combout ; +wire \text_gen|char_ram~19049_q ; +wire \text_gen|char_ram~55331_combout ; +wire \text_gen|char_ram~18153_q ; +wire \text_gen|char_ram~47450_combout ; +wire \text_gen|char_ram~47451_combout ; +wire \text_gen|char_ram~47454_combout ; +wire \text_gen|char_ram~47457_combout ; +wire \text_gen|char_ram~53892_combout ; +wire \text_gen|char_ram~18615_q ; +wire \text_gen|char_ram~56029_combout ; +wire \text_gen|char_ram~19511_q ; +wire \text_gen|char_ram~53170_combout ; +wire \text_gen|char_ram~19063_q ; +wire \text_gen|char_ram~55251_combout ; +wire \text_gen|char_ram~18167_q ; +wire \text_gen|char_ram~47438_combout ; +wire \text_gen|char_ram~47439_combout ; +wire \text_gen|char_ram~26231feeder_combout ; +wire \text_gen|char_ram~53172_combout ; +wire \text_gen|char_ram~26231_q ; +wire \text_gen|char_ram~56746_combout ; +wire \text_gen|char_ram~26679_q ; +wire \text_gen|char_ram~25783feeder_combout ; +wire \text_gen|char_ram~54092_combout ; +wire \text_gen|char_ram~25783_q ; +wire \text_gen|char_ram~55303_combout ; +wire \text_gen|char_ram~25335_q ; +wire \text_gen|char_ram~47445_combout ; +wire \text_gen|char_ram~47446_combout ; +wire \text_gen|char_ram~54010_combout ; +wire \text_gen|char_ram~4279_q ; +wire \text_gen|char_ram~56567_combout ; +wire \text_gen|char_ram~5175_q ; +wire \text_gen|char_ram~53171_combout ; +wire \text_gen|char_ram~4727_q ; +wire \text_gen|char_ram~55283_combout ; +wire \text_gen|char_ram~3831_q ; +wire \text_gen|char_ram~47442_combout ; +wire \text_gen|char_ram~47443_combout ; +wire \text_gen|char_ram~53169_combout ; +wire \text_gen|char_ram~11895_q ; +wire \text_gen|char_ram~56267_combout ; +wire \text_gen|char_ram~12343_q ; +wire \text_gen|char_ram~53946_combout ; +wire \text_gen|char_ram~11447_q ; +wire \text_gen|char_ram~55267_combout ; +wire \text_gen|char_ram~10999_q ; +wire \text_gen|char_ram~47440_combout ; +wire \text_gen|char_ram~47441_combout ; +wire \text_gen|char_ram~47444_combout ; +wire \text_gen|char_ram~47447_combout ; +wire \text_gen|char_ram~47458_combout ; +wire \text_gen|char_ram~53281_combout ; +wire \text_gen|char_ram~26273_q ; +wire \text_gen|char_ram~56983_combout ; +wire \text_gen|char_ram~26721_q ; +wire \text_gen|char_ram~25825feeder_combout ; +wire \text_gen|char_ram~54125_combout ; +wire \text_gen|char_ram~25825_q ; +wire \text_gen|char_ram~55375_combout ; +wire \text_gen|char_ram~25377_q ; +wire \text_gen|char_ram~47435_combout ; +wire \text_gen|char_ram~47436_combout ; +wire \text_gen|char_ram~56455_combout ; +wire \text_gen|char_ram~12385_q ; +wire \text_gen|char_ram~53278_combout ; +wire \text_gen|char_ram~11937_q ; +wire \text_gen|char_ram~55327_combout ; +wire \text_gen|char_ram~11041_q ; +wire \text_gen|char_ram~11489feeder_combout ; +wire \text_gen|char_ram~53984_combout ; +wire \text_gen|char_ram~11489_q ; +wire \text_gen|char_ram~47428_combout ; +wire \text_gen|char_ram~47429_combout ; +wire \text_gen|char_ram~4321feeder_combout ; +wire \text_gen|char_ram~54048_combout ; +wire \text_gen|char_ram~4321_q ; +wire \text_gen|char_ram~56663_combout ; +wire \text_gen|char_ram~5217_q ; +wire \text_gen|char_ram~53280_combout ; +wire \text_gen|char_ram~4769_q ; +wire \text_gen|char_ram~55359_combout ; +wire \text_gen|char_ram~3873_q ; +wire \text_gen|char_ram~47432_combout ; +wire \text_gen|char_ram~47433_combout ; +wire \text_gen|char_ram~18657feeder_combout ; +wire \text_gen|char_ram~53920_combout ; +wire \text_gen|char_ram~18657_q ; +wire \text_gen|char_ram~56105_combout ; +wire \text_gen|char_ram~19553_q ; +wire \text_gen|char_ram~55343_combout ; +wire \text_gen|char_ram~18209_q ; +wire \text_gen|char_ram~53279_combout ; +wire \text_gen|char_ram~19105_q ; +wire \text_gen|char_ram~47430_combout ; +wire \text_gen|char_ram~47431_combout ; +wire \text_gen|char_ram~47434_combout ; +wire \text_gen|char_ram~47437_combout ; +wire \text_gen|char_ram~47469_combout ; +wire \text_gen|char_ram~54528_combout ; +wire \text_gen|char_ram~22199_q ; +wire \text_gen|char_ram~55560_combout ; +wire \text_gen|char_ram~21751_q ; +wire \text_gen|char_ram~22647feeder_combout ; +wire \text_gen|char_ram~53382_combout ; +wire \text_gen|char_ram~22647_q ; +wire \text_gen|char_ram~47529_combout ; +wire \text_gen|char_ram~56750_combout ; +wire \text_gen|char_ram~23095_q ; +wire \text_gen|char_ram~47530_combout ; +wire \text_gen|char_ram~54470_combout ; +wire \text_gen|char_ram~15031_q ; +wire \text_gen|char_ram~56031_combout ; +wire \text_gen|char_ram~15927_q ; +wire \text_gen|char_ram~15479feeder_combout ; +wire \text_gen|char_ram~53379_combout ; +wire \text_gen|char_ram~15479_q ; +wire \text_gen|char_ram~55528_combout ; +wire \text_gen|char_ram~14583_q ; +wire \text_gen|char_ram~47522_combout ; +wire \text_gen|char_ram~47523_combout ; +wire \text_gen|char_ram~7863feeder_combout ; +wire \text_gen|char_ram~54490_combout ; +wire \text_gen|char_ram~7863_q ; +wire \text_gen|char_ram~56269_combout ; +wire \text_gen|char_ram~8759_q ; +wire \text_gen|char_ram~53380_combout ; +wire \text_gen|char_ram~8311_q ; +wire \text_gen|char_ram~55512_combout ; +wire \text_gen|char_ram~7415_q ; +wire \text_gen|char_ram~47524_combout ; +wire \text_gen|char_ram~47525_combout ; +wire \text_gen|char_ram~54512_combout ; +wire \text_gen|char_ram~695_q ; +wire \text_gen|char_ram~56568_combout ; +wire \text_gen|char_ram~1591_q ; +wire \text_gen|char_ram~1143feeder_combout ; +wire \text_gen|char_ram~53381_combout ; +wire \text_gen|char_ram~1143_q ; +wire \text_gen|char_ram~55544_combout ; +wire \text_gen|char_ram~247_q ; +wire \text_gen|char_ram~47526_combout ; +wire \text_gen|char_ram~47527_combout ; +wire \text_gen|char_ram~47528_combout ; +wire \text_gen|char_ram~47531_combout ; +wire \text_gen|char_ram~55576_combout ; +wire \text_gen|char_ram~14569_q ; +wire \text_gen|char_ram~53399_combout ; +wire \text_gen|char_ram~15465_q ; +wire \text_gen|char_ram~47534_combout ; +wire \text_gen|char_ram~56095_combout ; +wire \text_gen|char_ram~15913_q ; +wire \text_gen|char_ram~54544_combout ; +wire \text_gen|char_ram~15017_q ; +wire \text_gen|char_ram~47535_combout ; +wire \text_gen|char_ram~54566_combout ; +wire \text_gen|char_ram~681_q ; +wire \text_gen|char_ram~56632_combout ; +wire \text_gen|char_ram~1577_q ; +wire \text_gen|char_ram~55608_combout ; +wire \text_gen|char_ram~233_q ; +wire \text_gen|char_ram~53401_combout ; +wire \text_gen|char_ram~1129_q ; +wire \text_gen|char_ram~47536_combout ; +wire \text_gen|char_ram~47537_combout ; +wire \text_gen|char_ram~47538_combout ; +wire \text_gen|char_ram~22185feeder_combout ; +wire \text_gen|char_ram~54586_combout ; +wire \text_gen|char_ram~22185_q ; +wire \text_gen|char_ram~56759_combout ; +wire \text_gen|char_ram~23081_q ; +wire \text_gen|char_ram~53402_combout ; +wire \text_gen|char_ram~22633_q ; +wire \text_gen|char_ram~55624_combout ; +wire \text_gen|char_ram~21737_q ; +wire \text_gen|char_ram~47539_combout ; +wire \text_gen|char_ram~47540_combout ; +wire \text_gen|char_ram~7849feeder_combout ; +wire \text_gen|char_ram~54550_combout ; +wire \text_gen|char_ram~7849_q ; +wire \text_gen|char_ram~56261_combout ; +wire \text_gen|char_ram~8745_q ; +wire \text_gen|char_ram~55592_combout ; +wire \text_gen|char_ram~7401_q ; +wire \text_gen|char_ram~8297feeder_combout ; +wire \text_gen|char_ram~53400_combout ; +wire \text_gen|char_ram~8297_q ; +wire \text_gen|char_ram~47532_combout ; +wire \text_gen|char_ram~47533_combout ; +wire \text_gen|char_ram~47541_combout ; +wire \text_gen|char_ram~47542_combout ; +wire \text_gen|char_ram~54594_combout ; +wire \text_gen|char_ram~22241_q ; +wire \text_gen|char_ram~56984_combout ; +wire \text_gen|char_ram~23137_q ; +wire \text_gen|char_ram~53611_combout ; +wire \text_gen|char_ram~22689_q ; +wire \text_gen|char_ram~55636_combout ; +wire \text_gen|char_ram~21793_q ; +wire \text_gen|char_ram~47519_combout ; +wire \text_gen|char_ram~47520_combout ; +wire \text_gen|char_ram~7905feeder_combout ; +wire \text_gen|char_ram~54562_combout ; +wire \text_gen|char_ram~7905_q ; +wire \text_gen|char_ram~56456_combout ; +wire \text_gen|char_ram~8801_q ; +wire \text_gen|char_ram~55604_combout ; +wire \text_gen|char_ram~7457_q ; +wire \text_gen|char_ram~53575_combout ; +wire \text_gen|char_ram~8353_q ; +wire \text_gen|char_ram~47512_combout ; +wire \text_gen|char_ram~47513_combout ; +wire \text_gen|char_ram~15073feeder_combout ; +wire \text_gen|char_ram~54540_combout ; +wire \text_gen|char_ram~15073_q ; +wire \text_gen|char_ram~56107_combout ; +wire \text_gen|char_ram~15969_q ; +wire \text_gen|char_ram~55588_combout ; +wire \text_gen|char_ram~14625_q ; +wire \text_gen|char_ram~53566_combout ; +wire \text_gen|char_ram~15521_q ; +wire \text_gen|char_ram~47514_combout ; +wire \text_gen|char_ram~47515_combout ; +wire \text_gen|char_ram~737feeder_combout ; +wire \text_gen|char_ram~54578_combout ; +wire \text_gen|char_ram~737_q ; +wire \text_gen|char_ram~56664_combout ; +wire \text_gen|char_ram~1633_q ; +wire \text_gen|char_ram~1185feeder_combout ; +wire \text_gen|char_ram~53595_combout ; +wire \text_gen|char_ram~1185_q ; +wire \text_gen|char_ram~55620_combout ; +wire \text_gen|char_ram~289_q ; +wire \text_gen|char_ram~47516_combout ; +wire \text_gen|char_ram~47517_combout ; +wire \text_gen|char_ram~47518_combout ; +wire \text_gen|char_ram~47521_combout ; +wire \text_gen|char_ram~7919feeder_combout ; +wire \text_gen|char_ram~54498_combout ; +wire \text_gen|char_ram~7919_q ; +wire \text_gen|char_ram~56440_combout ; +wire \text_gen|char_ram~8815_q ; +wire \text_gen|char_ram~53574_combout ; +wire \text_gen|char_ram~8367_q ; +wire \text_gen|char_ram~55524_combout ; +wire \text_gen|char_ram~7471_q ; +wire \text_gen|char_ram~47545_combout ; +wire \text_gen|char_ram~47546_combout ; +wire \text_gen|char_ram~54506_combout ; +wire \text_gen|char_ram~751_q ; +wire \text_gen|char_ram~56600_combout ; +wire \text_gen|char_ram~1647_q ; +wire \text_gen|char_ram~55556_combout ; +wire \text_gen|char_ram~303_q ; +wire \text_gen|char_ram~1199feeder_combout ; +wire \text_gen|char_ram~53594_combout ; +wire \text_gen|char_ram~1199_q ; +wire \text_gen|char_ram~47547_combout ; +wire \text_gen|char_ram~47548_combout ; +wire \text_gen|char_ram~47549_combout ; +wire \text_gen|char_ram~54524_combout ; +wire \text_gen|char_ram~22255_q ; +wire \text_gen|char_ram~56952_combout ; +wire \text_gen|char_ram~23151_q ; +wire \text_gen|char_ram~55572_combout ; +wire \text_gen|char_ram~21807_q ; +wire \text_gen|char_ram~22703feeder_combout ; +wire \text_gen|char_ram~53609_combout ; +wire \text_gen|char_ram~22703_q ; +wire \text_gen|char_ram~47550_combout ; +wire \text_gen|char_ram~47551_combout ; +wire \text_gen|char_ram~15087feeder_combout ; +wire \text_gen|char_ram~54482_combout ; +wire \text_gen|char_ram~15087_q ; +wire \text_gen|char_ram~56043_combout ; +wire \text_gen|char_ram~15983_q ; +wire \text_gen|char_ram~55540_combout ; +wire \text_gen|char_ram~14639_q ; +wire \text_gen|char_ram~15535feeder_combout ; +wire \text_gen|char_ram~53558_combout ; +wire \text_gen|char_ram~15535_q ; +wire \text_gen|char_ram~47543_combout ; +wire \text_gen|char_ram~47544_combout ; +wire \text_gen|char_ram~47552_combout ; +wire \text_gen|char_ram~47553_combout ; +wire \text_gen|char_ram~24495feeder_combout ; +wire \text_gen|char_ram~53046_combout ; +wire \text_gen|char_ram~24495_q ; +wire \text_gen|char_ram~56950_combout ; +wire \text_gen|char_ram~24943_q ; +wire \text_gen|char_ram~55130_combout ; +wire \text_gen|char_ram~23599_q ; +wire \text_gen|char_ram~54390_combout ; +wire \text_gen|char_ram~24047_q ; +wire \text_gen|char_ram~47508_combout ; +wire \text_gen|char_ram~47509_combout ; +wire \text_gen|char_ram~54380_combout ; +wire \text_gen|char_ram~2543_q ; +wire \text_gen|char_ram~56598_combout ; +wire \text_gen|char_ram~3439_q ; +wire \text_gen|char_ram~55153_combout ; +wire \text_gen|char_ram~2095_q ; +wire \text_gen|char_ram~2991feeder_combout ; +wire \text_gen|char_ram~52905_combout ; +wire \text_gen|char_ram~2991_q ; +wire \text_gen|char_ram~47505_combout ; +wire \text_gen|char_ram~47506_combout ; +wire \text_gen|char_ram~52766_combout ; +wire \text_gen|char_ram~10159_q ; +wire \text_gen|char_ram~56438_combout ; +wire \text_gen|char_ram~10607_q ; +wire \text_gen|char_ram~9711feeder_combout ; +wire \text_gen|char_ram~54341_combout ; +wire \text_gen|char_ram~9711_q ; +wire \text_gen|char_ram~55162_combout ; +wire \text_gen|char_ram~9263_q ; +wire \text_gen|char_ram~47503_combout ; +wire \text_gen|char_ram~47504_combout ; +wire \text_gen|char_ram~47507_combout ; +wire \text_gen|char_ram~54354_combout ; +wire \text_gen|char_ram~16879_q ; +wire \text_gen|char_ram~56042_combout ; +wire \text_gen|char_ram~17775_q ; +wire \text_gen|char_ram~17327feeder_combout ; +wire \text_gen|char_ram~52838_combout ; +wire \text_gen|char_ram~17327_q ; +wire \text_gen|char_ram~55121_combout ; +wire \text_gen|char_ram~16431_q ; +wire \text_gen|char_ram~47501_combout ; +wire \text_gen|char_ram~47502_combout ; +wire \text_gen|char_ram~47510_combout ; +wire \text_gen|char_ram~53047_combout ; +wire \text_gen|char_ram~24481_q ; +wire \text_gen|char_ram~56982_combout ; +wire \text_gen|char_ram~24929_q ; +wire \text_gen|char_ram~55118_combout ; +wire \text_gen|char_ram~23585_q ; +wire \text_gen|char_ram~24033feeder_combout ; +wire \text_gen|char_ram~54393_combout ; +wire \text_gen|char_ram~24033_q ; +wire \text_gen|char_ram~47477_combout ; +wire \text_gen|char_ram~47478_combout ; +wire \text_gen|char_ram~10145feeder_combout ; +wire \text_gen|char_ram~52782_combout ; +wire \text_gen|char_ram~10145_q ; +wire \text_gen|char_ram~56454_combout ; +wire \text_gen|char_ram~10593_q ; +wire \text_gen|char_ram~55150_combout ; +wire \text_gen|char_ram~9249_q ; +wire \text_gen|char_ram~54343_combout ; +wire \text_gen|char_ram~9697_q ; +wire \text_gen|char_ram~47470_combout ; +wire \text_gen|char_ram~47471_combout ; +wire \text_gen|char_ram~2529feeder_combout ; +wire \text_gen|char_ram~54378_combout ; +wire \text_gen|char_ram~2529_q ; +wire \text_gen|char_ram~56662_combout ; +wire \text_gen|char_ram~3425_q ; +wire \text_gen|char_ram~2977feeder_combout ; +wire \text_gen|char_ram~52939_combout ; +wire \text_gen|char_ram~2977_q ; +wire \text_gen|char_ram~55157_combout ; +wire \text_gen|char_ram~2081_q ; +wire \text_gen|char_ram~47474_combout ; +wire \text_gen|char_ram~47475_combout ; +wire \text_gen|char_ram~54355_combout ; +wire \text_gen|char_ram~16865_q ; +wire \text_gen|char_ram~56106_combout ; +wire \text_gen|char_ram~17761_q ; +wire \text_gen|char_ram~55125_combout ; +wire \text_gen|char_ram~16417_q ; +wire \text_gen|char_ram~52865_combout ; +wire \text_gen|char_ram~17313_q ; +wire \text_gen|char_ram~47472_combout ; +wire \text_gen|char_ram~47473_combout ; +wire \text_gen|char_ram~47476_combout ; +wire \text_gen|char_ram~47479_combout ; +wire \text_gen|char_ram~54955_combout ; +wire \text_gen|char_ram~16361_q ; +wire \text_gen|char_ram~17257feeder_combout ; +wire \text_gen|char_ram~52863_combout ; +wire \text_gen|char_ram~17257_q ; +wire \text_gen|char_ram~47492_combout ; +wire \text_gen|char_ram~56094_combout ; +wire \text_gen|char_ram~17705_q ; +wire \text_gen|char_ram~54143_combout ; +wire \text_gen|char_ram~16809_q ; +wire \text_gen|char_ram~47493_combout ; +wire \text_gen|char_ram~54180_combout ; +wire \text_gen|char_ram~2473_q ; +wire \text_gen|char_ram~56631_combout ; +wire \text_gen|char_ram~3369_q ; +wire \text_gen|char_ram~52937_combout ; +wire \text_gen|char_ram~2921_q ; +wire \text_gen|char_ram~54962_combout ; +wire \text_gen|char_ram~2025_q ; +wire \text_gen|char_ram~47494_combout ; +wire \text_gen|char_ram~47495_combout ; +wire \text_gen|char_ram~47496_combout ; +wire \text_gen|char_ram~10089feeder_combout ; +wire \text_gen|char_ram~52780_combout ; +wire \text_gen|char_ram~10089_q ; +wire \text_gen|char_ram~56259_combout ; +wire \text_gen|char_ram~10537_q ; +wire \text_gen|char_ram~54929_combout ; +wire \text_gen|char_ram~9193_q ; +wire \text_gen|char_ram~9641feeder_combout ; +wire \text_gen|char_ram~54178_combout ; +wire \text_gen|char_ram~9641_q ; +wire \text_gen|char_ram~47490_combout ; +wire \text_gen|char_ram~47491_combout ; +wire \text_gen|char_ram~53011_combout ; +wire \text_gen|char_ram~24425_q ; +wire \text_gen|char_ram~56757_combout ; +wire \text_gen|char_ram~24873_q ; +wire \text_gen|char_ram~23977feeder_combout ; +wire \text_gen|char_ram~54141_combout ; +wire \text_gen|char_ram~23977_q ; +wire \text_gen|char_ram~54922_combout ; +wire \text_gen|char_ram~23529_q ; +wire \text_gen|char_ram~47497_combout ; +wire \text_gen|char_ram~47498_combout ; +wire \text_gen|char_ram~47499_combout ; +wire \text_gen|char_ram~24439feeder_combout ; +wire \text_gen|char_ram~53010_combout ; +wire \text_gen|char_ram~24439_q ; +wire \text_gen|char_ram~56748_combout ; +wire \text_gen|char_ram~24887_q ; +wire \text_gen|char_ram~54971_combout ; +wire \text_gen|char_ram~23543_q ; +wire \text_gen|char_ram~23991feeder_combout ; +wire \text_gen|char_ram~54194_combout ; +wire \text_gen|char_ram~23991_q ; +wire \text_gen|char_ram~47487_combout ; +wire \text_gen|char_ram~47488_combout ; +wire \text_gen|char_ram~54196_combout ; +wire \text_gen|char_ram~16823_q ; +wire \text_gen|char_ram~56030_combout ; +wire \text_gen|char_ram~17719_q ; +wire \text_gen|char_ram~54938_combout ; +wire \text_gen|char_ram~16375_q ; +wire \text_gen|char_ram~17271feeder_combout ; +wire \text_gen|char_ram~52829_combout ; +wire \text_gen|char_ram~17271_q ; +wire \text_gen|char_ram~47480_combout ; +wire \text_gen|char_ram~47481_combout ; +wire \text_gen|char_ram~52764_combout ; +wire \text_gen|char_ram~10103_q ; +wire \text_gen|char_ram~56268_combout ; +wire \text_gen|char_ram~10551_q ; +wire \text_gen|char_ram~9655feeder_combout ; +wire \text_gen|char_ram~54169_combout ; +wire \text_gen|char_ram~9655_q ; +wire \text_gen|char_ram~54978_combout ; +wire \text_gen|char_ram~9207_q ; +wire \text_gen|char_ram~47482_combout ; +wire \text_gen|char_ram~47483_combout ; +wire \text_gen|char_ram~54167_combout ; +wire \text_gen|char_ram~2487_q ; +wire \text_gen|char_ram~56566_combout ; +wire \text_gen|char_ram~3383_q ; +wire \text_gen|char_ram~54946_combout ; +wire \text_gen|char_ram~2039_q ; +wire \text_gen|char_ram~52903_combout ; +wire \text_gen|char_ram~2935_q ; +wire \text_gen|char_ram~47484_combout ; +wire \text_gen|char_ram~47485_combout ; +wire \text_gen|char_ram~47486_combout ; +wire \text_gen|char_ram~47489_combout ; +wire \text_gen|char_ram~47500_combout ; +wire \text_gen|char_ram~47511_combout ; +wire \text_gen|char_ram~47554_combout ; +wire \text_gen|char_ram~54842_combout ; +wire \text_gen|char_ram~27617_q ; +wire \text_gen|char_ram~56985_combout ; +wire \text_gen|char_ram~28513_q ; +wire \text_gen|char_ram~55942_combout ; +wire \text_gen|char_ram~27169_q ; +wire \text_gen|char_ram~28065feeder_combout ; +wire \text_gen|char_ram~53865_combout ; +wire \text_gen|char_ram~28065_q ; +wire \text_gen|char_ram~47586_combout ; +wire \text_gen|char_ram~47587_combout ; +wire \text_gen|char_ram~28023feeder_combout ; +wire \text_gen|char_ram~53645_combout ; +wire \text_gen|char_ram~28023_q ; +wire \text_gen|char_ram~56752_combout ; +wire \text_gen|char_ram~28471_q ; +wire \text_gen|char_ram~55752_combout ; +wire \text_gen|char_ram~27127_q ; +wire \text_gen|char_ram~54746_combout ; +wire \text_gen|char_ram~27575_q ; +wire \text_gen|char_ram~47588_combout ; +wire \text_gen|char_ram~47589_combout ; +wire \text_gen|char_ram~53657_combout ; +wire \text_gen|char_ram~28009_q ; +wire \text_gen|char_ram~55760_combout ; +wire \text_gen|char_ram~27113_q ; +wire \text_gen|char_ram~47590_combout ; +wire \text_gen|char_ram~56760_combout ; +wire \text_gen|char_ram~28457_q ; +wire \text_gen|char_ram~27561feeder_combout ; +wire \text_gen|char_ram~54810_combout ; +wire \text_gen|char_ram~27561_q ; +wire \text_gen|char_ram~47591_combout ; +wire \text_gen|char_ram~47592_combout ; +wire \text_gen|char_ram~53863_combout ; +wire \text_gen|char_ram~28079_q ; +wire \text_gen|char_ram~27631feeder_combout ; +wire \text_gen|char_ram~54778_combout ; +wire \text_gen|char_ram~27631_q ; +wire \text_gen|char_ram~55910_combout ; +wire \text_gen|char_ram~27183_q ; +wire \text_gen|char_ram~47593_combout ; +wire \text_gen|char_ram~56953_combout ; +wire \text_gen|char_ram~28527_q ; +wire \text_gen|char_ram~47594_combout ; +wire \text_gen|char_ram~47595_combout ; +wire \text_gen|char_ram~53836_combout ; +wire \text_gen|char_ram~13743_q ; +wire \text_gen|char_ram~56441_combout ; +wire \text_gen|char_ram~14191_q ; +wire \text_gen|char_ram~55898_combout ; +wire \text_gen|char_ram~12847_q ; +wire \text_gen|char_ram~13295feeder_combout ; +wire \text_gen|char_ram~54776_combout ; +wire \text_gen|char_ram~13295_q ; +wire \text_gen|char_ram~47562_combout ; +wire \text_gen|char_ram~47563_combout ; +wire \text_gen|char_ram~13281feeder_combout ; +wire \text_gen|char_ram~54840_combout ; +wire \text_gen|char_ram~13281_q ; +wire \text_gen|char_ram~56457_combout ; +wire \text_gen|char_ram~14177_q ; +wire \text_gen|char_ram~53837_combout ; +wire \text_gen|char_ram~13729_q ; +wire \text_gen|char_ram~55930_combout ; +wire \text_gen|char_ram~12833_q ; +wire \text_gen|char_ram~47555_combout ; +wire \text_gen|char_ram~47556_combout ; +wire \text_gen|char_ram~13225feeder_combout ; +wire \text_gen|char_ram~54808_combout ; +wire \text_gen|char_ram~13225_q ; +wire \text_gen|char_ram~56262_combout ; +wire \text_gen|char_ram~14121_q ; +wire \text_gen|char_ram~13673feeder_combout ; +wire \text_gen|char_ram~53654_combout ; +wire \text_gen|char_ram~13673_q ; +wire \text_gen|char_ram~55711_combout ; +wire \text_gen|char_ram~12777_q ; +wire \text_gen|char_ram~47559_combout ; +wire \text_gen|char_ram~47560_combout ; +wire \text_gen|char_ram~13687feeder_combout ; +wire \text_gen|char_ram~53642_combout ; +wire \text_gen|char_ram~13687_q ; +wire \text_gen|char_ram~56270_combout ; +wire \text_gen|char_ram~14135_q ; +wire \text_gen|char_ram~13239feeder_combout ; +wire \text_gen|char_ram~54744_combout ; +wire \text_gen|char_ram~13239_q ; +wire \text_gen|char_ram~55703_combout ; +wire \text_gen|char_ram~12791_q ; +wire \text_gen|char_ram~47557_combout ; +wire \text_gen|char_ram~47558_combout ; +wire \text_gen|char_ram~47561_combout ; +wire \text_gen|char_ram~47564_combout ; +wire \text_gen|char_ram~6519feeder_combout ; +wire \text_gen|char_ram~53644_combout ; +wire \text_gen|char_ram~6519_q ; +wire \text_gen|char_ram~56569_combout ; +wire \text_gen|char_ram~6967_q ; +wire \text_gen|char_ram~55735_combout ; +wire \text_gen|char_ram~5623_q ; +wire \text_gen|char_ram~6071feeder_combout ; +wire \text_gen|char_ram~54745_combout ; +wire \text_gen|char_ram~6071_q ; +wire \text_gen|char_ram~47575_combout ; +wire \text_gen|char_ram~47576_combout ; +wire \text_gen|char_ram~6575feeder_combout ; +wire \text_gen|char_ram~53848_combout ; +wire \text_gen|char_ram~6575_q ; +wire \text_gen|char_ram~56601_combout ; +wire \text_gen|char_ram~7023_q ; +wire \text_gen|char_ram~6127feeder_combout ; +wire \text_gen|char_ram~54777_combout ; +wire \text_gen|char_ram~6127_q ; +wire \text_gen|char_ram~5679feeder_combout ; +wire \text_gen|char_ram~55905_combout ; +wire \text_gen|char_ram~5679_q ; +wire \text_gen|char_ram~47582_combout ; +wire \text_gen|char_ram~47583_combout ; +wire \text_gen|char_ram~54809_combout ; +wire \text_gen|char_ram~6057_q ; +wire \text_gen|char_ram~56633_combout ; +wire \text_gen|char_ram~6953_q ; +wire \text_gen|char_ram~53656_combout ; +wire \text_gen|char_ram~6505_q ; +wire \text_gen|char_ram~55743_combout ; +wire \text_gen|char_ram~5609_q ; +wire \text_gen|char_ram~47579_combout ; +wire \text_gen|char_ram~47580_combout ; +wire \text_gen|char_ram~54841_combout ; +wire \text_gen|char_ram~6113_q ; +wire \text_gen|char_ram~56665_combout ; +wire \text_gen|char_ram~7009_q ; +wire \text_gen|char_ram~55937_combout ; +wire \text_gen|char_ram~5665_q ; +wire \text_gen|char_ram~53849_combout ; +wire \text_gen|char_ram~6561_q ; +wire \text_gen|char_ram~47577_combout ; +wire \text_gen|char_ram~47578_combout ; +wire \text_gen|char_ram~47581_combout ; +wire \text_gen|char_ram~47584_combout ; +wire \text_gen|char_ram~53819_combout ; +wire \text_gen|char_ram~20911_q ; +wire \text_gen|char_ram~56044_combout ; +wire \text_gen|char_ram~21359_q ; +wire \text_gen|char_ram~55901_combout ; +wire \text_gen|char_ram~20015_q ; +wire \text_gen|char_ram~20463feeder_combout ; +wire \text_gen|char_ram~54775_combout ; +wire \text_gen|char_ram~20463_q ; +wire \text_gen|char_ram~47572_combout ; +wire \text_gen|char_ram~47573_combout ; +wire \text_gen|char_ram~20855feeder_combout ; +wire \text_gen|char_ram~53643_combout ; +wire \text_gen|char_ram~20855_q ; +wire \text_gen|char_ram~56032_combout ; +wire \text_gen|char_ram~21303_q ; +wire \text_gen|char_ram~54743_combout ; +wire \text_gen|char_ram~20407_q ; +wire \text_gen|char_ram~55719_combout ; +wire \text_gen|char_ram~19959_q ; +wire \text_gen|char_ram~47565_combout ; +wire \text_gen|char_ram~47566_combout ; +wire \text_gen|char_ram~55727_combout ; +wire \text_gen|char_ram~19945_q ; +wire \text_gen|char_ram~20841feeder_combout ; +wire \text_gen|char_ram~53655_combout ; +wire \text_gen|char_ram~20841_q ; +wire \text_gen|char_ram~47569_combout ; +wire \text_gen|char_ram~56096_combout ; +wire \text_gen|char_ram~21289_q ; +wire \text_gen|char_ram~20393feeder_combout ; +wire \text_gen|char_ram~54807_combout ; +wire \text_gen|char_ram~20393_q ; +wire \text_gen|char_ram~47570_combout ; +wire \text_gen|char_ram~54839_combout ; +wire \text_gen|char_ram~20449_q ; +wire \text_gen|char_ram~56108_combout ; +wire \text_gen|char_ram~21345_q ; +wire \text_gen|char_ram~55933_combout ; +wire \text_gen|char_ram~20001_q ; +wire \text_gen|char_ram~20897feeder_combout ; +wire \text_gen|char_ram~53823_combout ; +wire \text_gen|char_ram~20897_q ; +wire \text_gen|char_ram~47567_combout ; +wire \text_gen|char_ram~47568_combout ; +wire \text_gen|char_ram~47571_combout ; +wire \text_gen|char_ram~47574_combout ; +wire \text_gen|char_ram~47585_combout ; +wire \text_gen|char_ram~47596_combout ; +wire \text_gen|char_ram~47597_combout ; +wire \text_gen|char_ram~47768_combout ; +wire \text_gen|char_ram~47939_combout ; +wire \text_gen|char_ram~49987_combout ; +wire \text_gen|char_code~0_combout ; +wire \text_gen|LessThan2~0_combout ; +wire \text_gen|char_code~1_combout ; +wire \text_gen|char_ram~57014_combout ; +wire \text_gen|char_ram~11756feeder_combout ; +wire \text_gen|char_ram~11756_q ; +wire \text_gen|char_ram~8172_q ; +wire \text_gen|char_ram~46610_combout ; +wire \text_gen|char_ram~13548_q ; +wire \text_gen|char_ram~9964feeder_combout ; +wire \text_gen|char_ram~9964_q ; +wire \text_gen|char_ram~46611_combout ; +wire \text_gen|char_ram~10188feeder_combout ; +wire \text_gen|char_ram~10188_q ; +wire \text_gen|char_ram~11980feeder_combout ; +wire \text_gen|char_ram~11980_q ; +wire \text_gen|char_ram~8396_q ; +wire \text_gen|char_ram~46608_combout ; +wire \text_gen|char_ram~13772_q ; +wire \text_gen|char_ram~46609_combout ; +wire \text_gen|char_ram~46612_combout ; +wire \text_gen|char_ram~12092feeder_combout ; +wire \text_gen|char_ram~12092_q ; +wire \text_gen|char_ram~13884_q ; +wire \text_gen|char_ram~10300feeder_combout ; +wire \text_gen|char_ram~10300_q ; +wire \text_gen|char_ram~8508_q ; +wire \text_gen|char_ram~46613_combout ; +wire \text_gen|char_ram~46614_combout ; +wire \text_gen|char_ram~13660feeder_combout ; +wire \text_gen|char_ram~13660_q ; +wire \text_gen|char_ram~11868_q ; +wire \text_gen|char_ram~10076feeder_combout ; +wire \text_gen|char_ram~10076_q ; +wire \text_gen|char_ram~8284_q ; +wire \text_gen|char_ram~46606_combout ; +wire \text_gen|char_ram~46607_combout ; +wire \text_gen|char_ram~46615_combout ; +wire \text_gen|char_ram~10293feeder_combout ; +wire \text_gen|char_ram~10293_q ; +wire \text_gen|char_ram~8501_q ; +wire \text_gen|char_ram~46592_combout ; +wire \text_gen|char_ram~13877_q ; +wire \text_gen|char_ram~12085feeder_combout ; +wire \text_gen|char_ram~12085_q ; +wire \text_gen|char_ram~46593_combout ; +wire \text_gen|char_ram~11861feeder_combout ; +wire \text_gen|char_ram~11861_q ; +wire \text_gen|char_ram~10069feeder_combout ; +wire \text_gen|char_ram~10069_q ; +wire \text_gen|char_ram~8277_q ; +wire \text_gen|char_ram~46585_combout ; +wire \text_gen|char_ram~13653feeder_combout ; +wire \text_gen|char_ram~13653_q ; +wire \text_gen|char_ram~46586_combout ; +wire \text_gen|char_ram~10181feeder_combout ; +wire \text_gen|char_ram~10181_q ; +wire \text_gen|char_ram~13765_q ; +wire \text_gen|char_ram~11973feeder_combout ; +wire \text_gen|char_ram~11973_q ; +wire \text_gen|char_ram~8389_q ; +wire \text_gen|char_ram~46587_combout ; +wire \text_gen|char_ram~46588_combout ; +wire \text_gen|char_ram~11749feeder_combout ; +wire \text_gen|char_ram~11749_q ; +wire \text_gen|char_ram~8165_q ; +wire \text_gen|char_ram~46589_combout ; +wire \text_gen|char_ram~13541_q ; +wire \text_gen|char_ram~9957feeder_combout ; +wire \text_gen|char_ram~9957_q ; +wire \text_gen|char_ram~46590_combout ; +wire \text_gen|char_ram~46591_combout ; +wire \text_gen|char_ram~46594_combout ; +wire \text_gen|char_ram~8473_q ; +wire \text_gen|char_ram~10265feeder_combout ; +wire \text_gen|char_ram~10265_q ; +wire \text_gen|char_ram~46602_combout ; +wire \text_gen|char_ram~13849_q ; +wire \text_gen|char_ram~12057feeder_combout ; +wire \text_gen|char_ram~12057_q ; +wire \text_gen|char_ram~46603_combout ; +wire \text_gen|char_ram~9929feeder_combout ; +wire \text_gen|char_ram~9929_q ; +wire \text_gen|char_ram~13513_q ; +wire \text_gen|char_ram~11721feeder_combout ; +wire \text_gen|char_ram~11721_q ; +wire \text_gen|char_ram~8137_q ; +wire \text_gen|char_ram~46599_combout ; +wire \text_gen|char_ram~46600_combout ; +wire \text_gen|char_ram~8249feeder_combout ; +wire \text_gen|char_ram~8249_q ; +wire \text_gen|char_ram~10041_q ; +wire \text_gen|char_ram~46597_combout ; +wire \text_gen|char_ram~13625feeder_combout ; +wire \text_gen|char_ram~13625_q ; +wire \text_gen|char_ram~11833feeder_combout ; +wire \text_gen|char_ram~11833_q ; +wire \text_gen|char_ram~46598_combout ; +wire \text_gen|char_ram~46601_combout ; +wire \text_gen|char_ram~10153feeder_combout ; +wire \text_gen|char_ram~10153_q ; +wire \text_gen|char_ram~11945feeder_combout ; +wire \text_gen|char_ram~11945_q ; +wire \text_gen|char_ram~8361_q ; +wire \text_gen|char_ram~46595_combout ; +wire \text_gen|char_ram~13737_q ; +wire \text_gen|char_ram~46596_combout ; +wire \text_gen|char_ram~46604_combout ; +wire \text_gen|char_ram~46605_combout ; +wire \text_gen|char_ram~8480_q ; +wire \text_gen|char_ram~10272feeder_combout ; +wire \text_gen|char_ram~10272_q ; +wire \text_gen|char_ram~46582_combout ; +wire \text_gen|char_ram~12064_q ; +wire \text_gen|char_ram~13856feeder_combout ; +wire \text_gen|char_ram~13856_q ; +wire \text_gen|char_ram~46583_combout ; +wire \text_gen|char_ram~13744feeder_combout ; +wire \text_gen|char_ram~13744_q ; +wire \text_gen|char_ram~10160_q ; +wire \text_gen|char_ram~11952feeder_combout ; +wire \text_gen|char_ram~11952_q ; +wire \text_gen|char_ram~8368_q ; +wire \text_gen|char_ram~46575_combout ; +wire \text_gen|char_ram~46576_combout ; +wire \text_gen|char_ram~9936feeder_combout ; +wire \text_gen|char_ram~9936_q ; +wire \text_gen|char_ram~13520_q ; +wire \text_gen|char_ram~11728feeder_combout ; +wire \text_gen|char_ram~11728_q ; +wire \text_gen|char_ram~8144_q ; +wire \text_gen|char_ram~46579_combout ; +wire \text_gen|char_ram~46580_combout ; +wire \text_gen|char_ram~11840feeder_combout ; +wire \text_gen|char_ram~11840_q ; +wire \text_gen|char_ram~13632_q ; +wire \text_gen|char_ram~10048feeder_combout ; +wire \text_gen|char_ram~10048_q ; +wire \text_gen|char_ram~8256_q ; +wire \text_gen|char_ram~46577_combout ; +wire \text_gen|char_ram~46578_combout ; +wire \text_gen|char_ram~46581_combout ; +wire \text_gen|char_ram~46584_combout ; +wire \text_gen|char_ram~46616_combout ; +wire \text_gen|char_ram~24300feeder_combout ; +wire \text_gen|char_ram~24300_q ; +wire \text_gen|char_ram~27884_q ; +wire \text_gen|char_ram~26092feeder_combout ; +wire \text_gen|char_ram~26092_q ; +wire \text_gen|char_ram~22508_q ; +wire \text_gen|char_ram~46737_combout ; +wire \text_gen|char_ram~46738_combout ; +wire \text_gen|char_ram~24524_q ; +wire \text_gen|char_ram~28108_q ; +wire \text_gen|char_ram~26316feeder_combout ; +wire \text_gen|char_ram~26316_q ; +wire \text_gen|char_ram~22732_q ; +wire \text_gen|char_ram~46735_combout ; +wire \text_gen|char_ram~46736_combout ; +wire \text_gen|char_ram~46739_combout ; +wire \text_gen|char_ram~26428feeder_combout ; +wire \text_gen|char_ram~26428_q ; +wire \text_gen|char_ram~24636feeder_combout ; +wire \text_gen|char_ram~24636_q ; +wire \text_gen|char_ram~22844_q ; +wire \text_gen|char_ram~46740_combout ; +wire \text_gen|char_ram~28220feeder_combout ; +wire \text_gen|char_ram~28220_q ; +wire \text_gen|char_ram~46741_combout ; +wire \text_gen|char_ram~26204feeder_combout ; +wire \text_gen|char_ram~26204_q ; +wire \text_gen|char_ram~27996_q ; +wire \text_gen|char_ram~22620_q ; +wire \text_gen|char_ram~24412feeder_combout ; +wire \text_gen|char_ram~24412_q ; +wire \text_gen|char_ram~46733_combout ; +wire \text_gen|char_ram~46734_combout ; +wire \text_gen|char_ram~46742_combout ; +wire \text_gen|char_ram~22697_q ; +wire \text_gen|char_ram~26281feeder_combout ; +wire \text_gen|char_ram~26281_q ; +wire \text_gen|char_ram~46722_combout ; +wire \text_gen|char_ram~28073_q ; +wire \text_gen|char_ram~24489feeder_combout ; +wire \text_gen|char_ram~24489_q ; +wire \text_gen|char_ram~46723_combout ; +wire \text_gen|char_ram~26393feeder_combout ; +wire \text_gen|char_ram~26393_q ; +wire \text_gen|char_ram~28185_q ; +wire \text_gen|char_ram~24601_q ; +wire \text_gen|char_ram~22809_q ; +wire \text_gen|char_ram~46729_combout ; +wire \text_gen|char_ram~46730_combout ; +wire \text_gen|char_ram~26169feeder_combout ; +wire \text_gen|char_ram~26169_q ; +wire \text_gen|char_ram~27961_q ; +wire \text_gen|char_ram~24377feeder_combout ; +wire \text_gen|char_ram~24377_q ; +wire \text_gen|char_ram~22585_q ; +wire \text_gen|char_ram~46724_combout ; +wire \text_gen|char_ram~46725_combout ; +wire \text_gen|char_ram~22473_q ; +wire \text_gen|char_ram~26057feeder_combout ; +wire \text_gen|char_ram~26057_q ; +wire \text_gen|char_ram~46726_combout ; +wire \text_gen|char_ram~27849_q ; +wire \text_gen|char_ram~24265feeder_combout ; +wire \text_gen|char_ram~24265_q ; +wire \text_gen|char_ram~46727_combout ; +wire \text_gen|char_ram~46728_combout ; +wire \text_gen|char_ram~46731_combout ; +wire \text_gen|char_ram~24629feeder_combout ; +wire \text_gen|char_ram~24629_q ; +wire \text_gen|char_ram~22837_q ; +wire \text_gen|char_ram~46719_combout ; +wire \text_gen|char_ram~26421_q ; +wire \text_gen|char_ram~28213feeder_combout ; +wire \text_gen|char_ram~28213_q ; +wire \text_gen|char_ram~46720_combout ; +wire \text_gen|char_ram~26197feeder_combout ; +wire \text_gen|char_ram~26197_q ; +wire \text_gen|char_ram~27989_q ; +wire \text_gen|char_ram~24405feeder_combout ; +wire \text_gen|char_ram~24405_q ; +wire \text_gen|char_ram~22613_q ; +wire \text_gen|char_ram~46712_combout ; +wire \text_gen|char_ram~46713_combout ; +wire \text_gen|char_ram~26309feeder_combout ; +wire \text_gen|char_ram~26309_q ; +wire \text_gen|char_ram~22725_q ; +wire \text_gen|char_ram~46714_combout ; +wire \text_gen|char_ram~28101_q ; +wire \text_gen|char_ram~24517feeder_combout ; +wire \text_gen|char_ram~24517_q ; +wire \text_gen|char_ram~46715_combout ; +wire \text_gen|char_ram~24293feeder_combout ; +wire \text_gen|char_ram~24293_q ; +wire \text_gen|char_ram~27877feeder_combout ; +wire \text_gen|char_ram~27877_q ; +wire \text_gen|char_ram~22501feeder_combout ; +wire \text_gen|char_ram~22501_q ; +wire \text_gen|char_ram~26085feeder_combout ; +wire \text_gen|char_ram~26085_q ; +wire \text_gen|char_ram~46716_combout ; +wire \text_gen|char_ram~46717_combout ; +wire \text_gen|char_ram~46718_combout ; +wire \text_gen|char_ram~46721_combout ; +wire \text_gen|char_ram~46732_combout ; +wire \text_gen|char_ram~28080feeder_combout ; +wire \text_gen|char_ram~28080_q ; +wire \text_gen|char_ram~24496_q ; +wire \text_gen|char_ram~22704_q ; +wire \text_gen|char_ram~26288_q ; +wire \text_gen|char_ram~46702_combout ; +wire \text_gen|char_ram~46703_combout ; +wire \text_gen|char_ram~26400feeder_combout ; +wire \text_gen|char_ram~26400_q ; +wire \text_gen|char_ram~28192_q ; +wire \text_gen|char_ram~24608feeder_combout ; +wire \text_gen|char_ram~24608_q ; +wire \text_gen|char_ram~22816_q ; +wire \text_gen|char_ram~46709_combout ; +wire \text_gen|char_ram~46710_combout ; +wire \text_gen|char_ram~26176feeder_combout ; +wire \text_gen|char_ram~26176_q ; +wire \text_gen|char_ram~27968_q ; +wire \text_gen|char_ram~24384feeder_combout ; +wire \text_gen|char_ram~24384_q ; +wire \text_gen|char_ram~22592_q ; +wire \text_gen|char_ram~46704_combout ; +wire \text_gen|char_ram~46705_combout ; +wire \text_gen|char_ram~24272feeder_combout ; +wire \text_gen|char_ram~24272_q ; +wire \text_gen|char_ram~27856_q ; +wire \text_gen|char_ram~26064_q ; +wire \text_gen|char_ram~22480_q ; +wire \text_gen|char_ram~46706_combout ; +wire \text_gen|char_ram~46707_combout ; +wire \text_gen|char_ram~46708_combout ; +wire \text_gen|char_ram~46711_combout ; +wire \text_gen|char_ram~46743_combout ; +wire \text_gen|char_ram~19036feeder_combout ; +wire \text_gen|char_ram~19036_q ; +wire \text_gen|char_ram~20828_q ; +wire \text_gen|char_ram~15452feeder_combout ; +wire \text_gen|char_ram~15452_q ; +wire \text_gen|char_ram~17244_q ; +wire \text_gen|char_ram~46648_combout ; +wire \text_gen|char_ram~46649_combout ; +wire \text_gen|char_ram~15564_q ; +wire \text_gen|char_ram~19148_q ; +wire \text_gen|char_ram~46650_combout ; +wire \text_gen|char_ram~17356feeder_combout ; +wire \text_gen|char_ram~17356_q ; +wire \text_gen|char_ram~20940_q ; +wire \text_gen|char_ram~46651_combout ; +wire \text_gen|char_ram~20716feeder_combout ; +wire \text_gen|char_ram~20716_q ; +wire \text_gen|char_ram~17132feeder_combout ; +wire \text_gen|char_ram~17132_q ; +wire \text_gen|char_ram~15340feeder_combout ; +wire \text_gen|char_ram~15340_q ; +wire \text_gen|char_ram~18924feeder_combout ; +wire \text_gen|char_ram~18924_q ; +wire \text_gen|char_ram~46652_combout ; +wire \text_gen|char_ram~46653_combout ; +wire \text_gen|char_ram~46654_combout ; +wire \text_gen|char_ram~19260feeder_combout ; +wire \text_gen|char_ram~19260_q ; +wire \text_gen|char_ram~21052_q ; +wire \text_gen|char_ram~17468feeder_combout ; +wire \text_gen|char_ram~17468_q ; +wire \text_gen|char_ram~15676_q ; +wire \text_gen|char_ram~46655_combout ; +wire \text_gen|char_ram~46656_combout ; +wire \text_gen|char_ram~46657_combout ; +wire \text_gen|char_ram~19225feeder_combout ; +wire \text_gen|char_ram~19225_q ; +wire \text_gen|char_ram~21017_q ; +wire \text_gen|char_ram~17433feeder_combout ; +wire \text_gen|char_ram~17433_q ; +wire \text_gen|char_ram~15641_q ; +wire \text_gen|char_ram~46644_combout ; +wire \text_gen|char_ram~46645_combout ; +wire \text_gen|char_ram~17321feeder_combout ; +wire \text_gen|char_ram~17321_q ; +wire \text_gen|char_ram~20905_q ; +wire \text_gen|char_ram~19113feeder_combout ; +wire \text_gen|char_ram~19113_q ; +wire \text_gen|char_ram~15529_q ; +wire \text_gen|char_ram~46637_combout ; +wire \text_gen|char_ram~46638_combout ; +wire \text_gen|char_ram~17097feeder_combout ; +wire \text_gen|char_ram~17097_q ; +wire \text_gen|char_ram~20681_q ; +wire \text_gen|char_ram~15305_q ; +wire \text_gen|char_ram~18889feeder_combout ; +wire \text_gen|char_ram~18889_q ; +wire \text_gen|char_ram~46641_combout ; +wire \text_gen|char_ram~46642_combout ; +wire \text_gen|char_ram~19001feeder_combout ; +wire \text_gen|char_ram~19001_q ; +wire \text_gen|char_ram~20793_q ; +wire \text_gen|char_ram~17209feeder_combout ; +wire \text_gen|char_ram~17209_q ; +wire \text_gen|char_ram~15417_q ; +wire \text_gen|char_ram~46639_combout ; +wire \text_gen|char_ram~46640_combout ; +wire \text_gen|char_ram~46643_combout ; +wire \text_gen|char_ram~46646_combout ; +wire \text_gen|char_ram~19029feeder_combout ; +wire \text_gen|char_ram~19029_q ; +wire \text_gen|char_ram~20821_q ; +wire \text_gen|char_ram~15445_q ; +wire \text_gen|char_ram~17237feeder_combout ; +wire \text_gen|char_ram~17237_q ; +wire \text_gen|char_ram~46627_combout ; +wire \text_gen|char_ram~46628_combout ; +wire \text_gen|char_ram~19253feeder_combout ; +wire \text_gen|char_ram~19253_q ; +wire \text_gen|char_ram~21045_q ; +wire \text_gen|char_ram~17461feeder_combout ; +wire \text_gen|char_ram~17461_q ; +wire \text_gen|char_ram~15669_q ; +wire \text_gen|char_ram~46634_combout ; +wire \text_gen|char_ram~46635_combout ; +wire \text_gen|char_ram~17125feeder_combout ; +wire \text_gen|char_ram~17125_q ; +wire \text_gen|char_ram~20709_q ; +wire \text_gen|char_ram~18917feeder_combout ; +wire \text_gen|char_ram~18917_q ; +wire \text_gen|char_ram~15333_q ; +wire \text_gen|char_ram~46631_combout ; +wire \text_gen|char_ram~46632_combout ; +wire \text_gen|char_ram~17349feeder_combout ; +wire \text_gen|char_ram~17349_q ; +wire \text_gen|char_ram~20933_q ; +wire \text_gen|char_ram~19141feeder_combout ; +wire \text_gen|char_ram~19141_q ; +wire \text_gen|char_ram~15557_q ; +wire \text_gen|char_ram~46629_combout ; +wire \text_gen|char_ram~46630_combout ; +wire \text_gen|char_ram~46633_combout ; +wire \text_gen|char_ram~46636_combout ; +wire \text_gen|char_ram~46647_combout ; +wire \text_gen|char_ram~19232feeder_combout ; +wire \text_gen|char_ram~19232_q ; +wire \text_gen|char_ram~17440feeder_combout ; +wire \text_gen|char_ram~17440_q ; +wire \text_gen|char_ram~15648_q ; +wire \text_gen|char_ram~46624_combout ; +wire \text_gen|char_ram~21024feeder_combout ; +wire \text_gen|char_ram~21024_q ; +wire \text_gen|char_ram~46625_combout ; +wire \text_gen|char_ram~20912feeder_combout ; +wire \text_gen|char_ram~20912_q ; +wire \text_gen|char_ram~17328feeder_combout ; +wire \text_gen|char_ram~17328_q ; +wire \text_gen|char_ram~15536_q ; +wire \text_gen|char_ram~19120feeder_combout ; +wire \text_gen|char_ram~19120_q ; +wire \text_gen|char_ram~46617_combout ; +wire \text_gen|char_ram~46618_combout ; +wire \text_gen|char_ram~17104feeder_combout ; +wire \text_gen|char_ram~17104_q ; +wire \text_gen|char_ram~15312feeder_combout ; +wire \text_gen|char_ram~15312_q ; +wire \text_gen|char_ram~18896feeder_combout ; +wire \text_gen|char_ram~18896_q ; +wire \text_gen|char_ram~46621_combout ; +wire \text_gen|char_ram~20688feeder_combout ; +wire \text_gen|char_ram~20688_q ; +wire \text_gen|char_ram~46622_combout ; +wire \text_gen|char_ram~19008feeder_combout ; +wire \text_gen|char_ram~19008_q ; +wire \text_gen|char_ram~20800_q ; +wire \text_gen|char_ram~17216feeder_combout ; +wire \text_gen|char_ram~17216_q ; +wire \text_gen|char_ram~15424_q ; +wire \text_gen|char_ram~46619_combout ; +wire \text_gen|char_ram~46620_combout ; +wire \text_gen|char_ram~46623_combout ; +wire \text_gen|char_ram~46626_combout ; +wire \text_gen|char_ram~46658_combout ; +wire \text_gen|char_ram~4700feeder_combout ; +wire \text_gen|char_ram~4700_q ; +wire \text_gen|char_ram~6492_q ; +wire \text_gen|char_ram~2908feeder_combout ; +wire \text_gen|char_ram~2908_q ; +wire \text_gen|char_ram~1116_q ; +wire \text_gen|char_ram~46690_combout ; +wire \text_gen|char_ram~46691_combout ; +wire \text_gen|char_ram~4924feeder_combout ; +wire \text_gen|char_ram~4924_q ; +wire \text_gen|char_ram~6716feeder_combout ; +wire \text_gen|char_ram~6716_q ; +wire \text_gen|char_ram~3132feeder_combout ; +wire \text_gen|char_ram~3132_q ; +wire \text_gen|char_ram~1340_q ; +wire \text_gen|char_ram~46697_combout ; +wire \text_gen|char_ram~46698_combout ; +wire \text_gen|char_ram~3020feeder_combout ; +wire \text_gen|char_ram~3020_q ; +wire \text_gen|char_ram~6604_q ; +wire \text_gen|char_ram~4812feeder_combout ; +wire \text_gen|char_ram~4812_q ; +wire \text_gen|char_ram~1228_q ; +wire \text_gen|char_ram~46692_combout ; +wire \text_gen|char_ram~46693_combout ; +wire \text_gen|char_ram~2796feeder_combout ; +wire \text_gen|char_ram~2796_q ; +wire \text_gen|char_ram~6380_q ; +wire \text_gen|char_ram~1004_q ; +wire \text_gen|char_ram~4588feeder_combout ; +wire \text_gen|char_ram~4588_q ; +wire \text_gen|char_ram~46694_combout ; +wire \text_gen|char_ram~46695_combout ; +wire \text_gen|char_ram~46696_combout ; +wire \text_gen|char_ram~46699_combout ; +wire \text_gen|char_ram~2789feeder_combout ; +wire \text_gen|char_ram~2789_q ; +wire \text_gen|char_ram~6373_q ; +wire \text_gen|char_ram~4581feeder_combout ; +wire \text_gen|char_ram~4581_q ; +wire \text_gen|char_ram~997_q ; +wire \text_gen|char_ram~46673_combout ; +wire \text_gen|char_ram~46674_combout ; +wire \text_gen|char_ram~3013feeder_combout ; +wire \text_gen|char_ram~3013_q ; +wire \text_gen|char_ram~6597_q ; +wire \text_gen|char_ram~4805feeder_combout ; +wire \text_gen|char_ram~4805_q ; +wire \text_gen|char_ram~1221_q ; +wire \text_gen|char_ram~46671_combout ; +wire \text_gen|char_ram~46672_combout ; +wire \text_gen|char_ram~46675_combout ; +wire \text_gen|char_ram~4917feeder_combout ; +wire \text_gen|char_ram~4917_q ; +wire \text_gen|char_ram~6709_q ; +wire \text_gen|char_ram~3125feeder_combout ; +wire \text_gen|char_ram~3125_q ; +wire \text_gen|char_ram~1333_q ; +wire \text_gen|char_ram~46676_combout ; +wire \text_gen|char_ram~46677_combout ; +wire \text_gen|char_ram~4693feeder_combout ; +wire \text_gen|char_ram~4693_q ; +wire \text_gen|char_ram~6485_q ; +wire \text_gen|char_ram~2901feeder_combout ; +wire \text_gen|char_ram~2901_q ; +wire \text_gen|char_ram~1109_q ; +wire \text_gen|char_ram~46669_combout ; +wire \text_gen|char_ram~46670_combout ; +wire \text_gen|char_ram~46678_combout ; +wire \text_gen|char_ram~4889feeder_combout ; +wire \text_gen|char_ram~4889_q ; +wire \text_gen|char_ram~3097feeder_combout ; +wire \text_gen|char_ram~3097_q ; +wire \text_gen|char_ram~1305_q ; +wire \text_gen|char_ram~46686_combout ; +wire \text_gen|char_ram~6681feeder_combout ; +wire \text_gen|char_ram~6681_q ; +wire \text_gen|char_ram~46687_combout ; +wire \text_gen|char_ram~2985feeder_combout ; +wire \text_gen|char_ram~2985_q ; +wire \text_gen|char_ram~4777feeder_combout ; +wire \text_gen|char_ram~4777_q ; +wire \text_gen|char_ram~1193_q ; +wire \text_gen|char_ram~46679_combout ; +wire \text_gen|char_ram~6569_q ; +wire \text_gen|char_ram~46680_combout ; +wire \text_gen|char_ram~4665feeder_combout ; +wire \text_gen|char_ram~4665_q ; +wire \text_gen|char_ram~6457_q ; +wire \text_gen|char_ram~2873feeder_combout ; +wire \text_gen|char_ram~2873_q ; +wire \text_gen|char_ram~1081_q ; +wire \text_gen|char_ram~46681_combout ; +wire \text_gen|char_ram~46682_combout ; +wire \text_gen|char_ram~2761feeder_combout ; +wire \text_gen|char_ram~2761_q ; +wire \text_gen|char_ram~4553feeder_combout ; +wire \text_gen|char_ram~4553_q ; +wire \text_gen|char_ram~969_q ; +wire \text_gen|char_ram~46683_combout ; +wire \text_gen|char_ram~6345_q ; +wire \text_gen|char_ram~46684_combout ; +wire \text_gen|char_ram~46685_combout ; +wire \text_gen|char_ram~46688_combout ; +wire \text_gen|char_ram~46689_combout ; +wire \text_gen|char_ram~2992feeder_combout ; +wire \text_gen|char_ram~2992_q ; +wire \text_gen|char_ram~1200feeder_combout ; +wire \text_gen|char_ram~1200_q ; +wire \text_gen|char_ram~4784feeder_combout ; +wire \text_gen|char_ram~4784_q ; +wire \text_gen|char_ram~46659_combout ; +wire \text_gen|char_ram~6576_q ; +wire \text_gen|char_ram~46660_combout ; +wire \text_gen|char_ram~4896feeder_combout ; +wire \text_gen|char_ram~4896_q ; +wire \text_gen|char_ram~1312_q ; +wire \text_gen|char_ram~3104feeder_combout ; +wire \text_gen|char_ram~3104_q ; +wire \text_gen|char_ram~46666_combout ; +wire \text_gen|char_ram~6688_q ; +wire \text_gen|char_ram~46667_combout ; +wire \text_gen|char_ram~4672feeder_combout ; +wire \text_gen|char_ram~4672_q ; +wire \text_gen|char_ram~6464_q ; +wire \text_gen|char_ram~2880feeder_combout ; +wire \text_gen|char_ram~2880_q ; +wire \text_gen|char_ram~1088_q ; +wire \text_gen|char_ram~46661_combout ; +wire \text_gen|char_ram~46662_combout ; +wire \text_gen|char_ram~2768feeder_combout ; +wire \text_gen|char_ram~2768_q ; +wire \text_gen|char_ram~6352_q ; +wire \text_gen|char_ram~4560feeder_combout ; +wire \text_gen|char_ram~4560_q ; +wire \text_gen|char_ram~976_q ; +wire \text_gen|char_ram~46663_combout ; +wire \text_gen|char_ram~46664_combout ; +wire \text_gen|char_ram~46665_combout ; +wire \text_gen|char_ram~46668_combout ; +wire \text_gen|char_ram~46700_combout ; +wire \text_gen|char_ram~46701_combout ; +wire \text_gen|char_ram~46744_combout ; +wire \text_gen|char_ram~12421feeder_combout ; +wire \text_gen|char_ram~12421_q ; +wire \text_gen|char_ram~12428_q ; +wire \text_gen|char_ram~12393_q ; +wire \text_gen|char_ram~12400feeder_combout ; +wire \text_gen|char_ram~12400_q ; +wire \text_gen|char_ram~47096_combout ; +wire \text_gen|char_ram~47097_combout ; +wire \text_gen|char_ram~12533feeder_combout ; +wire \text_gen|char_ram~12533_q ; +wire \text_gen|char_ram~12505_q ; +wire \text_gen|char_ram~47103_combout ; +wire \text_gen|char_ram~12512_q ; +wire \text_gen|char_ram~12540_q ; +wire \text_gen|char_ram~47104_combout ; +wire \text_gen|char_ram~12197_q ; +wire \text_gen|char_ram~12204_q ; +wire \text_gen|char_ram~12176_q ; +wire \text_gen|char_ram~12169_q ; +wire \text_gen|char_ram~47100_combout ; +wire \text_gen|char_ram~47101_combout ; +wire \text_gen|char_ram~12281_q ; +wire \text_gen|char_ram~12309feeder_combout ; +wire \text_gen|char_ram~12309_q ; +wire \text_gen|char_ram~47098_combout ; +wire \text_gen|char_ram~12288feeder_combout ; +wire \text_gen|char_ram~12288_q ; +wire \text_gen|char_ram~12316_q ; +wire \text_gen|char_ram~47099_combout ; +wire \text_gen|char_ram~47102_combout ; +wire \text_gen|char_ram~47105_combout ; +wire \text_gen|char_ram~5344_q ; +wire \text_gen|char_ram~5372_q ; +wire \text_gen|char_ram~5365_q ; +wire \text_gen|char_ram~5337_q ; +wire \text_gen|char_ram~47113_combout ; +wire \text_gen|char_ram~47114_combout ; +wire \text_gen|char_ram~5120feeder_combout ; +wire \text_gen|char_ram~5120_q ; +wire \text_gen|char_ram~5148_q ; +wire \text_gen|char_ram~5113_q ; +wire \text_gen|char_ram~5141feeder_combout ; +wire \text_gen|char_ram~5141_q ; +wire \text_gen|char_ram~47106_combout ; +wire \text_gen|char_ram~47107_combout ; +wire \text_gen|char_ram~5225_q ; +wire \text_gen|char_ram~5232_q ; +wire \text_gen|char_ram~47108_combout ; +wire \text_gen|char_ram~5260_q ; +wire \text_gen|char_ram~5253feeder_combout ; +wire \text_gen|char_ram~5253_q ; +wire \text_gen|char_ram~47109_combout ; +wire \text_gen|char_ram~5001_q ; +wire \text_gen|char_ram~5008feeder_combout ; +wire \text_gen|char_ram~5008_q ; +wire \text_gen|char_ram~47110_combout ; +wire \text_gen|char_ram~5036_q ; +wire \text_gen|char_ram~5029feeder_combout ; +wire \text_gen|char_ram~5029_q ; +wire \text_gen|char_ram~47111_combout ; +wire \text_gen|char_ram~47112_combout ; +wire \text_gen|char_ram~47115_combout ; +wire \text_gen|char_ram~47116_combout ; +wire \text_gen|char_ram~19680feeder_combout ; +wire \text_gen|char_ram~19680_q ; +wire \text_gen|char_ram~19708_q ; +wire \text_gen|char_ram~19701feeder_combout ; +wire \text_gen|char_ram~19701_q ; +wire \text_gen|char_ram~19673feeder_combout ; +wire \text_gen|char_ram~19673_q ; +wire \text_gen|char_ram~47093_combout ; +wire \text_gen|char_ram~47094_combout ; +wire \text_gen|char_ram~19561_q ; +wire \text_gen|char_ram~19568feeder_combout ; +wire \text_gen|char_ram~19568_q ; +wire \text_gen|char_ram~47088_combout ; +wire \text_gen|char_ram~19596_q ; +wire \text_gen|char_ram~19589feeder_combout ; +wire \text_gen|char_ram~19589_q ; +wire \text_gen|char_ram~47089_combout ; +wire \text_gen|char_ram~19365feeder_combout ; +wire \text_gen|char_ram~19365_q ; +wire \text_gen|char_ram~19372_q ; +wire \text_gen|char_ram~19344feeder_combout ; +wire \text_gen|char_ram~19344_q ; +wire \text_gen|char_ram~19337_q ; +wire \text_gen|char_ram~47090_combout ; +wire \text_gen|char_ram~47091_combout ; +wire \text_gen|char_ram~47092_combout ; +wire \text_gen|char_ram~19484feeder_combout ; +wire \text_gen|char_ram~19484_q ; +wire \text_gen|char_ram~19456_q ; +wire \text_gen|char_ram~19477feeder_combout ; +wire \text_gen|char_ram~19477_q ; +wire \text_gen|char_ram~19449_q ; +wire \text_gen|char_ram~47086_combout ; +wire \text_gen|char_ram~47087_combout ; +wire \text_gen|char_ram~47095_combout ; +wire \text_gen|char_ram~26841_q ; +wire \text_gen|char_ram~26869feeder_combout ; +wire \text_gen|char_ram~26869_q ; +wire \text_gen|char_ram~47124_combout ; +wire \text_gen|char_ram~26876_q ; +wire \text_gen|char_ram~26848_q ; +wire \text_gen|char_ram~47125_combout ; +wire \text_gen|char_ram~26757feeder_combout ; +wire \text_gen|char_ram~26757_q ; +wire \text_gen|char_ram~26764_q ; +wire \text_gen|char_ram~26729_q ; +wire \text_gen|char_ram~26736feeder_combout ; +wire \text_gen|char_ram~26736_q ; +wire \text_gen|char_ram~47117_combout ; +wire \text_gen|char_ram~47118_combout ; +wire \text_gen|char_ram~26533feeder_combout ; +wire \text_gen|char_ram~26533_q ; +wire \text_gen|char_ram~26540_q ; +wire \text_gen|char_ram~26512feeder_combout ; +wire \text_gen|char_ram~26512_q ; +wire \text_gen|char_ram~26505_q ; +wire \text_gen|char_ram~47121_combout ; +wire \text_gen|char_ram~47122_combout ; +wire \text_gen|char_ram~26624feeder_combout ; +wire \text_gen|char_ram~26624_q ; +wire \text_gen|char_ram~26652_q ; +wire \text_gen|char_ram~26645feeder_combout ; +wire \text_gen|char_ram~26645_q ; +wire \text_gen|char_ram~26617_q ; +wire \text_gen|char_ram~47119_combout ; +wire \text_gen|char_ram~47120_combout ; +wire \text_gen|char_ram~47123_combout ; +wire \text_gen|char_ram~47126_combout ; +wire \text_gen|char_ram~47127_combout ; +wire \text_gen|char_ram~8732feeder_combout ; +wire \text_gen|char_ram~8732_q ; +wire \text_gen|char_ram~23068_q ; +wire \text_gen|char_ram~15900feeder_combout ; +wire \text_gen|char_ram~15900_q ; +wire \text_gen|char_ram~1564_q ; +wire \text_gen|char_ram~47201_combout ; +wire \text_gen|char_ram~47202_combout ; +wire \text_gen|char_ram~15788feeder_combout ; +wire \text_gen|char_ram~15788_q ; +wire \text_gen|char_ram~22956_q ; +wire \text_gen|char_ram~1452_q ; +wire \text_gen|char_ram~8620_q ; +wire \text_gen|char_ram~47205_combout ; +wire \text_gen|char_ram~47206_combout ; +wire \text_gen|char_ram~16012feeder_combout ; +wire \text_gen|char_ram~16012_q ; +wire \text_gen|char_ram~1676_q ; +wire \text_gen|char_ram~8844feeder_combout ; +wire \text_gen|char_ram~8844_q ; +wire \text_gen|char_ram~47203_combout ; +wire \text_gen|char_ram~23180feeder_combout ; +wire \text_gen|char_ram~23180_q ; +wire \text_gen|char_ram~47204_combout ; +wire \text_gen|char_ram~47207_combout ; +wire \text_gen|char_ram~8956_q ; +wire \text_gen|char_ram~23292_q ; +wire \text_gen|char_ram~16124_q ; +wire \text_gen|char_ram~1788_q ; +wire \text_gen|char_ram~47208_combout ; +wire \text_gen|char_ram~47209_combout ; +wire \text_gen|char_ram~47210_combout ; +wire \text_gen|char_ram~15760_q ; +wire \text_gen|char_ram~22928_q ; +wire \text_gen|char_ram~8592_q ; +wire \text_gen|char_ram~1424feeder_combout ; +wire \text_gen|char_ram~1424_q ; +wire \text_gen|char_ram~47174_combout ; +wire \text_gen|char_ram~47175_combout ; +wire \text_gen|char_ram~8704feeder_combout ; +wire \text_gen|char_ram~8704_q ; +wire \text_gen|char_ram~23040_q ; +wire \text_gen|char_ram~1536_q ; +wire \text_gen|char_ram~15872_q ; +wire \text_gen|char_ram~47172_combout ; +wire \text_gen|char_ram~47173_combout ; +wire \text_gen|char_ram~47176_combout ; +wire \text_gen|char_ram~8928feeder_combout ; +wire \text_gen|char_ram~8928_q ; +wire \text_gen|char_ram~16096feeder_combout ; +wire \text_gen|char_ram~16096_q ; +wire \text_gen|char_ram~1760_q ; +wire \text_gen|char_ram~47177_combout ; +wire \text_gen|char_ram~23264_q ; +wire \text_gen|char_ram~47178_combout ; +wire \text_gen|char_ram~23152feeder_combout ; +wire \text_gen|char_ram~23152_q ; +wire \text_gen|char_ram~15984feeder_combout ; +wire \text_gen|char_ram~15984_q ; +wire \text_gen|char_ram~1648_q ; +wire \text_gen|char_ram~8816feeder_combout ; +wire \text_gen|char_ram~8816_q ; +wire \text_gen|char_ram~47170_combout ; +wire \text_gen|char_ram~47171_combout ; +wire \text_gen|char_ram~47179_combout ; +wire \text_gen|char_ram~8921_q ; +wire \text_gen|char_ram~23257_q ; +wire \text_gen|char_ram~16089feeder_combout ; +wire \text_gen|char_ram~16089_q ; +wire \text_gen|char_ram~1753_q ; +wire \text_gen|char_ram~47197_combout ; +wire \text_gen|char_ram~47198_combout ; +wire \text_gen|char_ram~15977feeder_combout ; +wire \text_gen|char_ram~15977_q ; +wire \text_gen|char_ram~23145_q ; +wire \text_gen|char_ram~8809feeder_combout ; +wire \text_gen|char_ram~8809_q ; +wire \text_gen|char_ram~1641_q ; +wire \text_gen|char_ram~47190_combout ; +wire \text_gen|char_ram~47191_combout ; +wire \text_gen|char_ram~8697feeder_combout ; +wire \text_gen|char_ram~8697_q ; +wire \text_gen|char_ram~23033_q ; +wire \text_gen|char_ram~15865feeder_combout ; +wire \text_gen|char_ram~15865_q ; +wire \text_gen|char_ram~1529_q ; +wire \text_gen|char_ram~47192_combout ; +wire \text_gen|char_ram~47193_combout ; +wire \text_gen|char_ram~15753feeder_combout ; +wire \text_gen|char_ram~15753_q ; +wire \text_gen|char_ram~22921_q ; +wire \text_gen|char_ram~1417_q ; +wire \text_gen|char_ram~8585feeder_combout ; +wire \text_gen|char_ram~8585_q ; +wire \text_gen|char_ram~47194_combout ; +wire \text_gen|char_ram~47195_combout ; +wire \text_gen|char_ram~47196_combout ; +wire \text_gen|char_ram~47199_combout ; +wire \text_gen|char_ram~8949_q ; +wire \text_gen|char_ram~23285_q ; +wire \text_gen|char_ram~1781_q ; +wire \text_gen|char_ram~16117feeder_combout ; +wire \text_gen|char_ram~16117_q ; +wire \text_gen|char_ram~47187_combout ; +wire \text_gen|char_ram~47188_combout ; +wire \text_gen|char_ram~15781feeder_combout ; +wire \text_gen|char_ram~15781_q ; +wire \text_gen|char_ram~22949_q ; +wire \text_gen|char_ram~1445_q ; +wire \text_gen|char_ram~8613feeder_combout ; +wire \text_gen|char_ram~8613_q ; +wire \text_gen|char_ram~47184_combout ; +wire \text_gen|char_ram~47185_combout ; +wire \text_gen|char_ram~23173feeder_combout ; +wire \text_gen|char_ram~23173_q ; +wire \text_gen|char_ram~16005feeder_combout ; +wire \text_gen|char_ram~16005_q ; +wire \text_gen|char_ram~8837feeder_combout ; +wire \text_gen|char_ram~8837_q ; +wire \text_gen|char_ram~1669feeder_combout ; +wire \text_gen|char_ram~1669_q ; +wire \text_gen|char_ram~47182_combout ; +wire \text_gen|char_ram~47183_combout ; +wire \text_gen|char_ram~47186_combout ; +wire \text_gen|char_ram~8725feeder_combout ; +wire \text_gen|char_ram~8725_q ; +wire \text_gen|char_ram~23061_q ; +wire \text_gen|char_ram~15893feeder_combout ; +wire \text_gen|char_ram~15893_q ; +wire \text_gen|char_ram~1557_q ; +wire \text_gen|char_ram~47180_combout ; +wire \text_gen|char_ram~47181_combout ; +wire \text_gen|char_ram~47189_combout ; +wire \text_gen|char_ram~47200_combout ; +wire \text_gen|char_ram~47211_combout ; +wire \text_gen|char_ram~25056feeder_combout ; +wire \text_gen|char_ram~25056_q ; +wire \text_gen|char_ram~10720feeder_combout ; +wire \text_gen|char_ram~10720_q ; +wire \text_gen|char_ram~17888_q ; +wire \text_gen|char_ram~3552_q ; +wire \text_gen|char_ram~47135_combout ; +wire \text_gen|char_ram~47136_combout ; +wire \text_gen|char_ram~17776feeder_combout ; +wire \text_gen|char_ram~17776_q ; +wire \text_gen|char_ram~24944_q ; +wire \text_gen|char_ram~10608feeder_combout ; +wire \text_gen|char_ram~10608_q ; +wire \text_gen|char_ram~3440_q ; +wire \text_gen|char_ram~47128_combout ; +wire \text_gen|char_ram~47129_combout ; +wire \text_gen|char_ram~10384_q ; +wire \text_gen|char_ram~3216_q ; +wire \text_gen|char_ram~47132_combout ; +wire \text_gen|char_ram~17552_q ; +wire \text_gen|char_ram~24720_q ; +wire \text_gen|char_ram~47133_combout ; +wire \text_gen|char_ram~10496feeder_combout ; +wire \text_gen|char_ram~10496_q ; +wire \text_gen|char_ram~24832_q ; +wire \text_gen|char_ram~3328feeder_combout ; +wire \text_gen|char_ram~3328_q ; +wire \text_gen|char_ram~17664feeder_combout ; +wire \text_gen|char_ram~17664_q ; +wire \text_gen|char_ram~47130_combout ; +wire \text_gen|char_ram~47131_combout ; +wire \text_gen|char_ram~47134_combout ; +wire \text_gen|char_ram~47137_combout ; +wire \text_gen|char_ram~24972feeder_combout ; +wire \text_gen|char_ram~24972_q ; +wire \text_gen|char_ram~25084_q ; +wire \text_gen|char_ram~24748_q ; +wire \text_gen|char_ram~24860feeder_combout ; +wire \text_gen|char_ram~24860_q ; +wire \text_gen|char_ram~47166_combout ; +wire \text_gen|char_ram~47167_combout ; +wire \text_gen|char_ram~17804feeder_combout ; +wire \text_gen|char_ram~17804_q ; +wire \text_gen|char_ram~17580_q ; +wire \text_gen|char_ram~47159_combout ; +wire \text_gen|char_ram~17916_q ; +wire \text_gen|char_ram~17692feeder_combout ; +wire \text_gen|char_ram~17692_q ; +wire \text_gen|char_ram~47160_combout ; +wire \text_gen|char_ram~3356feeder_combout ; +wire \text_gen|char_ram~3356_q ; +wire \text_gen|char_ram~3580_q ; +wire \text_gen|char_ram~3244_q ; +wire \text_gen|char_ram~3468feeder_combout ; +wire \text_gen|char_ram~3468_q ; +wire \text_gen|char_ram~47163_combout ; +wire \text_gen|char_ram~47164_combout ; +wire \text_gen|char_ram~10748feeder_combout ; +wire \text_gen|char_ram~10748_q ; +wire \text_gen|char_ram~10636feeder_combout ; +wire \text_gen|char_ram~10636_q ; +wire \text_gen|char_ram~10412_q ; +wire \text_gen|char_ram~10524feeder_combout ; +wire \text_gen|char_ram~10524_q ; +wire \text_gen|char_ram~47161_combout ; +wire \text_gen|char_ram~47162_combout ; +wire \text_gen|char_ram~47165_combout ; +wire \text_gen|char_ram~47168_combout ; +wire \text_gen|char_ram~3573_q ; +wire \text_gen|char_ram~17909feeder_combout ; +wire \text_gen|char_ram~17909_q ; +wire \text_gen|char_ram~47145_combout ; +wire \text_gen|char_ram~25077_q ; +wire \text_gen|char_ram~10741_q ; +wire \text_gen|char_ram~47146_combout ; +wire \text_gen|char_ram~17573_q ; +wire \text_gen|char_ram~10405feeder_combout ; +wire \text_gen|char_ram~10405_q ; +wire \text_gen|char_ram~3237feeder_combout ; +wire \text_gen|char_ram~3237_q ; +wire \text_gen|char_ram~47142_combout ; +wire \text_gen|char_ram~24741_q ; +wire \text_gen|char_ram~47143_combout ; +wire \text_gen|char_ram~17797feeder_combout ; +wire \text_gen|char_ram~17797_q ; +wire \text_gen|char_ram~24965_q ; +wire \text_gen|char_ram~10629feeder_combout ; +wire \text_gen|char_ram~10629_q ; +wire \text_gen|char_ram~3461_q ; +wire \text_gen|char_ram~47140_combout ; +wire \text_gen|char_ram~47141_combout ; +wire \text_gen|char_ram~47144_combout ; +wire \text_gen|char_ram~10517feeder_combout ; +wire \text_gen|char_ram~10517_q ; +wire \text_gen|char_ram~24853_q ; +wire \text_gen|char_ram~17685feeder_combout ; +wire \text_gen|char_ram~17685_q ; +wire \text_gen|char_ram~3349_q ; +wire \text_gen|char_ram~47138_combout ; +wire \text_gen|char_ram~47139_combout ; +wire \text_gen|char_ram~47147_combout ; +wire \text_gen|char_ram~17769feeder_combout ; +wire \text_gen|char_ram~17769_q ; +wire \text_gen|char_ram~24937_q ; +wire \text_gen|char_ram~10601feeder_combout ; +wire \text_gen|char_ram~10601_q ; +wire \text_gen|char_ram~3433_q ; +wire \text_gen|char_ram~47148_combout ; +wire \text_gen|char_ram~47149_combout ; +wire \text_gen|char_ram~10713_q ; +wire \text_gen|char_ram~25049_q ; +wire \text_gen|char_ram~17881feeder_combout ; +wire \text_gen|char_ram~17881_q ; +wire \text_gen|char_ram~3545_q ; +wire \text_gen|char_ram~47155_combout ; +wire \text_gen|char_ram~47156_combout ; +wire \text_gen|char_ram~10489feeder_combout ; +wire \text_gen|char_ram~10489_q ; +wire \text_gen|char_ram~24825_q ; +wire \text_gen|char_ram~17657feeder_combout ; +wire \text_gen|char_ram~17657_q ; +wire \text_gen|char_ram~3321_q ; +wire \text_gen|char_ram~47150_combout ; +wire \text_gen|char_ram~47151_combout ; +wire \text_gen|char_ram~17545feeder_combout ; +wire \text_gen|char_ram~17545_q ; +wire \text_gen|char_ram~24713_q ; +wire \text_gen|char_ram~3209_q ; +wire \text_gen|char_ram~10377feeder_combout ; +wire \text_gen|char_ram~10377_q ; +wire \text_gen|char_ram~47152_combout ; +wire \text_gen|char_ram~47153_combout ; +wire \text_gen|char_ram~47154_combout ; +wire \text_gen|char_ram~47157_combout ; +wire \text_gen|char_ram~47158_combout ; +wire \text_gen|char_ram~47169_combout ; +wire \text_gen|char_ram~47212_combout ; +wire \text_gen|char_ram~28556_q ; +wire \text_gen|char_ram~28332_q ; +wire \text_gen|char_ram~47251_combout ; +wire \text_gen|char_ram~28668_q ; +wire \text_gen|char_ram~28444feeder_combout ; +wire \text_gen|char_ram~28444_q ; +wire \text_gen|char_ram~47252_combout ; +wire \text_gen|char_ram~6828_q ; +wire \text_gen|char_ram~6940feeder_combout ; +wire \text_gen|char_ram~6940_q ; +wire \text_gen|char_ram~47248_combout ; +wire \text_gen|char_ram~7164_q ; +wire \text_gen|char_ram~7052feeder_combout ; +wire \text_gen|char_ram~7052_q ; +wire \text_gen|char_ram~47249_combout ; +wire \text_gen|char_ram~21388feeder_combout ; +wire \text_gen|char_ram~21388_q ; +wire \text_gen|char_ram~21500_q ; +wire \text_gen|char_ram~21164_q ; +wire \text_gen|char_ram~21276feeder_combout ; +wire \text_gen|char_ram~21276_q ; +wire \text_gen|char_ram~47246_combout ; +wire \text_gen|char_ram~47247_combout ; +wire \text_gen|char_ram~47250_combout ; +wire \text_gen|char_ram~14108feeder_combout ; +wire \text_gen|char_ram~14108_q ; +wire \text_gen|char_ram~14332_q ; +wire \text_gen|char_ram~14220feeder_combout ; +wire \text_gen|char_ram~14220_q ; +wire \text_gen|char_ram~13996_q ; +wire \text_gen|char_ram~47244_combout ; +wire \text_gen|char_ram~47245_combout ; +wire \text_gen|char_ram~47253_combout ; +wire \text_gen|char_ram~21248feeder_combout ; +wire \text_gen|char_ram~21248_q ; +wire \text_gen|char_ram~28416feeder_combout ; +wire \text_gen|char_ram~28416_q ; +wire \text_gen|char_ram~14080feeder_combout ; +wire \text_gen|char_ram~14080_q ; +wire \text_gen|char_ram~6912_q ; +wire \text_gen|char_ram~47213_combout ; +wire \text_gen|char_ram~47214_combout ; +wire \text_gen|char_ram~21472feeder_combout ; +wire \text_gen|char_ram~21472_q ; +wire \text_gen|char_ram~28640_q ; +wire \text_gen|char_ram~14304feeder_combout ; +wire \text_gen|char_ram~14304_q ; +wire \text_gen|char_ram~7136_q ; +wire \text_gen|char_ram~47220_combout ; +wire \text_gen|char_ram~47221_combout ; +wire \text_gen|char_ram~13968feeder_combout ; +wire \text_gen|char_ram~13968_q ; +wire \text_gen|char_ram~28304_q ; +wire \text_gen|char_ram~21136feeder_combout ; +wire \text_gen|char_ram~21136_q ; +wire \text_gen|char_ram~6800_q ; +wire \text_gen|char_ram~47217_combout ; +wire \text_gen|char_ram~47218_combout ; +wire \text_gen|char_ram~28528feeder_combout ; +wire \text_gen|char_ram~28528_q ; +wire \text_gen|char_ram~14192feeder_combout ; +wire \text_gen|char_ram~14192_q ; +wire \text_gen|char_ram~21360feeder_combout ; +wire \text_gen|char_ram~21360_q ; +wire \text_gen|char_ram~7024_q ; +wire \text_gen|char_ram~47215_combout ; +wire \text_gen|char_ram~47216_combout ; +wire \text_gen|char_ram~47219_combout ; +wire \text_gen|char_ram~47222_combout ; +wire \text_gen|char_ram~21465feeder_combout ; +wire \text_gen|char_ram~21465_q ; +wire \text_gen|char_ram~28633_q ; +wire \text_gen|char_ram~14297_q ; +wire \text_gen|char_ram~7129_q ; +wire \text_gen|char_ram~47240_combout ; +wire \text_gen|char_ram~47241_combout ; +wire \text_gen|char_ram~13961_q ; +wire \text_gen|char_ram~28297_q ; +wire \text_gen|char_ram~6793_q ; +wire \text_gen|char_ram~21129feeder_combout ; +wire \text_gen|char_ram~21129_q ; +wire \text_gen|char_ram~47237_combout ; +wire \text_gen|char_ram~47238_combout ; +wire \text_gen|char_ram~14185feeder_combout ; +wire \text_gen|char_ram~14185_q ; +wire \text_gen|char_ram~28521_q ; +wire \text_gen|char_ram~21353feeder_combout ; +wire \text_gen|char_ram~21353_q ; +wire \text_gen|char_ram~7017feeder_combout ; +wire \text_gen|char_ram~7017_q ; +wire \text_gen|char_ram~47235_combout ; +wire \text_gen|char_ram~47236_combout ; +wire \text_gen|char_ram~47239_combout ; +wire \text_gen|char_ram~21241feeder_combout ; +wire \text_gen|char_ram~21241_q ; +wire \text_gen|char_ram~28409_q ; +wire \text_gen|char_ram~6905_q ; +wire \text_gen|char_ram~14073feeder_combout ; +wire \text_gen|char_ram~14073_q ; +wire \text_gen|char_ram~47233_combout ; +wire \text_gen|char_ram~47234_combout ; +wire \text_gen|char_ram~47242_combout ; +wire \text_gen|char_ram~28661feeder_combout ; +wire \text_gen|char_ram~28661_q ; +wire \text_gen|char_ram~7157_q ; +wire \text_gen|char_ram~14325_q ; +wire \text_gen|char_ram~47230_combout ; +wire \text_gen|char_ram~21493feeder_combout ; +wire \text_gen|char_ram~21493_q ; +wire \text_gen|char_ram~47231_combout ; +wire \text_gen|char_ram~14213feeder_combout ; +wire \text_gen|char_ram~14213_q ; +wire \text_gen|char_ram~7045feeder_combout ; +wire \text_gen|char_ram~7045_q ; +wire \text_gen|char_ram~21381feeder_combout ; +wire \text_gen|char_ram~21381_q ; +wire \text_gen|char_ram~47223_combout ; +wire \text_gen|char_ram~28549feeder_combout ; +wire \text_gen|char_ram~28549_q ; +wire \text_gen|char_ram~47224_combout ; +wire \text_gen|char_ram~13989feeder_combout ; +wire \text_gen|char_ram~13989_q ; +wire \text_gen|char_ram~28325_q ; +wire \text_gen|char_ram~21157feeder_combout ; +wire \text_gen|char_ram~21157_q ; +wire \text_gen|char_ram~6821_q ; +wire \text_gen|char_ram~47227_combout ; +wire \text_gen|char_ram~47228_combout ; +wire \text_gen|char_ram~21269feeder_combout ; +wire \text_gen|char_ram~21269_q ; +wire \text_gen|char_ram~28437_q ; +wire \text_gen|char_ram~14101feeder_combout ; +wire \text_gen|char_ram~14101_q ; +wire \text_gen|char_ram~6933_q ; +wire \text_gen|char_ram~47225_combout ; +wire \text_gen|char_ram~47226_combout ; +wire \text_gen|char_ram~47229_combout ; +wire \text_gen|char_ram~47232_combout ; +wire \text_gen|char_ram~47243_combout ; +wire \text_gen|char_ram~47254_combout ; +wire \text_gen|char_ram~47255_combout ; +wire \text_gen|char_ram~13072feeder_combout ; +wire \text_gen|char_ram~13072_q ; +wire \text_gen|char_ram~13100_q ; +wire \text_gen|char_ram~13065_q ; +wire \text_gen|char_ram~13093feeder_combout ; +wire \text_gen|char_ram~13093_q ; +wire \text_gen|char_ram~46876_combout ; +wire \text_gen|char_ram~46877_combout ; +wire \text_gen|char_ram~13205feeder_combout ; +wire \text_gen|char_ram~13205_q ; +wire \text_gen|char_ram~13212_q ; +wire \text_gen|char_ram~13177_q ; +wire \text_gen|char_ram~13184feeder_combout ; +wire \text_gen|char_ram~13184_q ; +wire \text_gen|char_ram~46874_combout ; +wire \text_gen|char_ram~46875_combout ; +wire \text_gen|char_ram~46878_combout ; +wire \text_gen|char_ram~13429feeder_combout ; +wire \text_gen|char_ram~13429_q ; +wire \text_gen|char_ram~13436_q ; +wire \text_gen|char_ram~13401_q ; +wire \text_gen|char_ram~13408feeder_combout ; +wire \text_gen|char_ram~13408_q ; +wire \text_gen|char_ram~46879_combout ; +wire \text_gen|char_ram~46880_combout ; +wire \text_gen|char_ram~13296feeder_combout ; +wire \text_gen|char_ram~13296_q ; +wire \text_gen|char_ram~13324_q ; +wire \text_gen|char_ram~13289_q ; +wire \text_gen|char_ram~13317feeder_combout ; +wire \text_gen|char_ram~13317_q ; +wire \text_gen|char_ram~46872_combout ; +wire \text_gen|char_ram~46873_combout ; +wire \text_gen|char_ram~46881_combout ; +wire \text_gen|char_ram~27744feeder_combout ; +wire \text_gen|char_ram~27744_q ; +wire \text_gen|char_ram~27772_q ; +wire \text_gen|char_ram~27765feeder_combout ; +wire \text_gen|char_ram~27765_q ; +wire \text_gen|char_ram~27737_q ; +wire \text_gen|char_ram~46910_combout ; +wire \text_gen|char_ram~46911_combout ; +wire \text_gen|char_ram~27513_q ; +wire \text_gen|char_ram~27541feeder_combout ; +wire \text_gen|char_ram~27541_q ; +wire \text_gen|char_ram~46903_combout ; +wire \text_gen|char_ram~27548_q ; +wire \text_gen|char_ram~27520feeder_combout ; +wire \text_gen|char_ram~27520_q ; +wire \text_gen|char_ram~46904_combout ; +wire \text_gen|char_ram~27429feeder_combout ; +wire \text_gen|char_ram~27429_q ; +wire \text_gen|char_ram~27436_q ; +wire \text_gen|char_ram~27408feeder_combout ; +wire \text_gen|char_ram~27408_q ; +wire \text_gen|char_ram~27401_q ; +wire \text_gen|char_ram~46907_combout ; +wire \text_gen|char_ram~46908_combout ; +wire \text_gen|char_ram~27653feeder_combout ; +wire \text_gen|char_ram~27653_q ; +wire \text_gen|char_ram~27660_q ; +wire \text_gen|char_ram~27632feeder_combout ; +wire \text_gen|char_ram~27632_q ; +wire \text_gen|char_ram~27625_q ; +wire \text_gen|char_ram~46905_combout ; +wire \text_gen|char_ram~46906_combout ; +wire \text_gen|char_ram~46909_combout ; +wire \text_gen|char_ram~46912_combout ; +wire \text_gen|char_ram~6009_q ; +wire \text_gen|char_ram~6016feeder_combout ; +wire \text_gen|char_ram~6016_q ; +wire \text_gen|char_ram~46892_combout ; +wire \text_gen|char_ram~6044_q ; +wire \text_gen|char_ram~6037feeder_combout ; +wire \text_gen|char_ram~6037_q ; +wire \text_gen|char_ram~46893_combout ; +wire \text_gen|char_ram~5925feeder_combout ; +wire \text_gen|char_ram~5925_q ; +wire \text_gen|char_ram~5897_q ; +wire \text_gen|char_ram~46896_combout ; +wire \text_gen|char_ram~5904feeder_combout ; +wire \text_gen|char_ram~5904_q ; +wire \text_gen|char_ram~5932_q ; +wire \text_gen|char_ram~46897_combout ; +wire \text_gen|char_ram~6128feeder_combout ; +wire \text_gen|char_ram~6128_q ; +wire \text_gen|char_ram~6121_q ; +wire \text_gen|char_ram~6149feeder_combout ; +wire \text_gen|char_ram~6149_q ; +wire \text_gen|char_ram~46894_combout ; +wire \text_gen|char_ram~6156_q ; +wire \text_gen|char_ram~46895_combout ; +wire \text_gen|char_ram~46898_combout ; +wire \text_gen|char_ram~6261feeder_combout ; +wire \text_gen|char_ram~6261_q ; +wire \text_gen|char_ram~6268_q ; +wire \text_gen|char_ram~6240_q ; +wire \text_gen|char_ram~6233feeder_combout ; +wire \text_gen|char_ram~6233_q ; +wire \text_gen|char_ram~46899_combout ; +wire \text_gen|char_ram~46900_combout ; +wire \text_gen|char_ram~46901_combout ; +wire \text_gen|char_ram~20352feeder_combout ; +wire \text_gen|char_ram~20352_q ; +wire \text_gen|char_ram~20576_q ; +wire \text_gen|char_ram~20240feeder_combout ; +wire \text_gen|char_ram~20240_q ; +wire \text_gen|char_ram~20464_q ; +wire \text_gen|char_ram~46882_combout ; +wire \text_gen|char_ram~46883_combout ; +wire \text_gen|char_ram~20380feeder_combout ; +wire \text_gen|char_ram~20380_q ; +wire \text_gen|char_ram~20268_q ; +wire \text_gen|char_ram~46889_combout ; +wire \text_gen|char_ram~20604_q ; +wire \text_gen|char_ram~20492feeder_combout ; +wire \text_gen|char_ram~20492_q ; +wire \text_gen|char_ram~46890_combout ; +wire \text_gen|char_ram~20485feeder_combout ; +wire \text_gen|char_ram~20485_q ; +wire \text_gen|char_ram~20597feeder_combout ; +wire \text_gen|char_ram~20597_q ; +wire \text_gen|char_ram~20373feeder_combout ; +wire \text_gen|char_ram~20373_q ; +wire \text_gen|char_ram~20261_q ; +wire \text_gen|char_ram~46884_combout ; +wire \text_gen|char_ram~46885_combout ; +wire \text_gen|char_ram~20345feeder_combout ; +wire \text_gen|char_ram~20345_q ; +wire \text_gen|char_ram~20233_q ; +wire \text_gen|char_ram~20457feeder_combout ; +wire \text_gen|char_ram~20457_q ; +wire \text_gen|char_ram~46886_combout ; +wire \text_gen|char_ram~20569_q ; +wire \text_gen|char_ram~46887_combout ; +wire \text_gen|char_ram~46888_combout ; +wire \text_gen|char_ram~46891_combout ; +wire \text_gen|char_ram~46902_combout ; +wire \text_gen|char_ram~46913_combout ; +wire \text_gen|char_ram~4336feeder_combout ; +wire \text_gen|char_ram~4336_q ; +wire \text_gen|char_ram~4448_q ; +wire \text_gen|char_ram~4112_q ; +wire \text_gen|char_ram~4224feeder_combout ; +wire \text_gen|char_ram~4224_q ; +wire \text_gen|char_ram~46791_combout ; +wire \text_gen|char_ram~46792_combout ; +wire \text_gen|char_ram~18672feeder_combout ; +wire \text_gen|char_ram~18672_q ; +wire \text_gen|char_ram~18784_q ; +wire \text_gen|char_ram~18448_q ; +wire \text_gen|char_ram~18560feeder_combout ; +wire \text_gen|char_ram~18560_q ; +wire \text_gen|char_ram~46789_combout ; +wire \text_gen|char_ram~46790_combout ; +wire \text_gen|char_ram~46793_combout ; +wire \text_gen|char_ram~11616feeder_combout ; +wire \text_gen|char_ram~11616_q ; +wire \text_gen|char_ram~11392feeder_combout ; +wire \text_gen|char_ram~11392_q ; +wire \text_gen|char_ram~11280_q ; +wire \text_gen|char_ram~11504feeder_combout ; +wire \text_gen|char_ram~11504_q ; +wire \text_gen|char_ram~46787_combout ; +wire \text_gen|char_ram~46788_combout ; +wire \text_gen|char_ram~25728feeder_combout ; +wire \text_gen|char_ram~25728_q ; +wire \text_gen|char_ram~25952_q ; +wire \text_gen|char_ram~25616_q ; +wire \text_gen|char_ram~25840_q ; +wire \text_gen|char_ram~46794_combout ; +wire \text_gen|char_ram~46795_combout ; +wire \text_gen|char_ram~46796_combout ; +wire \text_gen|char_ram~25868feeder_combout ; +wire \text_gen|char_ram~25868_q ; +wire \text_gen|char_ram~4364_q ; +wire \text_gen|char_ram~11532feeder_combout ; +wire \text_gen|char_ram~11532_q ; +wire \text_gen|char_ram~46818_combout ; +wire \text_gen|char_ram~18700feeder_combout ; +wire \text_gen|char_ram~18700_q ; +wire \text_gen|char_ram~46819_combout ; +wire \text_gen|char_ram~11644feeder_combout ; +wire \text_gen|char_ram~11644_q ; +wire \text_gen|char_ram~18812feeder_combout ; +wire \text_gen|char_ram~18812_q ; +wire \text_gen|char_ram~4476_q ; +wire \text_gen|char_ram~46825_combout ; +wire \text_gen|char_ram~25980_q ; +wire \text_gen|char_ram~46826_combout ; +wire \text_gen|char_ram~11420feeder_combout ; +wire \text_gen|char_ram~11420_q ; +wire \text_gen|char_ram~25756_q ; +wire \text_gen|char_ram~18588feeder_combout ; +wire \text_gen|char_ram~18588_q ; +wire \text_gen|char_ram~4252_q ; +wire \text_gen|char_ram~46820_combout ; +wire \text_gen|char_ram~46821_combout ; +wire \text_gen|char_ram~4140_q ; +wire \text_gen|char_ram~11308feeder_combout ; +wire \text_gen|char_ram~11308_q ; +wire \text_gen|char_ram~46822_combout ; +wire \text_gen|char_ram~25644_q ; +wire \text_gen|char_ram~18476feeder_combout ; +wire \text_gen|char_ram~18476_q ; +wire \text_gen|char_ram~46823_combout ; +wire \text_gen|char_ram~46824_combout ; +wire \text_gen|char_ram~46827_combout ; +wire \text_gen|char_ram~4441_q ; +wire \text_gen|char_ram~11609feeder_combout ; +wire \text_gen|char_ram~11609_q ; +wire \text_gen|char_ram~46814_combout ; +wire \text_gen|char_ram~25945_q ; +wire \text_gen|char_ram~18777feeder_combout ; +wire \text_gen|char_ram~18777_q ; +wire \text_gen|char_ram~46815_combout ; +wire \text_gen|char_ram~11273feeder_combout ; +wire \text_gen|char_ram~11273_q ; +wire \text_gen|char_ram~25609_q ; +wire \text_gen|char_ram~4105_q ; +wire \text_gen|char_ram~18441feeder_combout ; +wire \text_gen|char_ram~18441_q ; +wire \text_gen|char_ram~46811_combout ; +wire \text_gen|char_ram~46812_combout ; +wire \text_gen|char_ram~18553feeder_combout ; +wire \text_gen|char_ram~18553_q ; +wire \text_gen|char_ram~25721_q ; +wire \text_gen|char_ram~11385feeder_combout ; +wire \text_gen|char_ram~11385_q ; +wire \text_gen|char_ram~4217_q ; +wire \text_gen|char_ram~46809_combout ; +wire \text_gen|char_ram~46810_combout ; +wire \text_gen|char_ram~46813_combout ; +wire \text_gen|char_ram~4329_q ; +wire \text_gen|char_ram~18665feeder_combout ; +wire \text_gen|char_ram~18665_q ; +wire \text_gen|char_ram~46807_combout ; +wire \text_gen|char_ram~25833_q ; +wire \text_gen|char_ram~11497feeder_combout ; +wire \text_gen|char_ram~11497_q ; +wire \text_gen|char_ram~46808_combout ; +wire \text_gen|char_ram~46816_combout ; +wire \text_gen|char_ram~18805feeder_combout ; +wire \text_gen|char_ram~18805_q ; +wire \text_gen|char_ram~25973_q ; +wire \text_gen|char_ram~11637feeder_combout ; +wire \text_gen|char_ram~11637_q ; +wire \text_gen|char_ram~4469_q ; +wire \text_gen|char_ram~46804_combout ; +wire \text_gen|char_ram~46805_combout ; +wire \text_gen|char_ram~18581feeder_combout ; +wire \text_gen|char_ram~18581_q ; +wire \text_gen|char_ram~25749_q ; +wire \text_gen|char_ram~11413feeder_combout ; +wire \text_gen|char_ram~11413_q ; +wire \text_gen|char_ram~4245_q ; +wire \text_gen|char_ram~46797_combout ; +wire \text_gen|char_ram~46798_combout ; +wire \text_gen|char_ram~11301feeder_combout ; +wire \text_gen|char_ram~11301_q ; +wire \text_gen|char_ram~18469feeder_combout ; +wire \text_gen|char_ram~18469_q ; +wire \text_gen|char_ram~4133_q ; +wire \text_gen|char_ram~46801_combout ; +wire \text_gen|char_ram~25637_q ; +wire \text_gen|char_ram~46802_combout ; +wire \text_gen|char_ram~11525feeder_combout ; +wire \text_gen|char_ram~11525_q ; +wire \text_gen|char_ram~25861_q ; +wire \text_gen|char_ram~18693feeder_combout ; +wire \text_gen|char_ram~18693_q ; +wire \text_gen|char_ram~4357_q ; +wire \text_gen|char_ram~46799_combout ; +wire \text_gen|char_ram~46800_combout ; +wire \text_gen|char_ram~46803_combout ; +wire \text_gen|char_ram~46806_combout ; +wire \text_gen|char_ram~46817_combout ; +wire \text_gen|char_ram~46828_combout ; +wire \text_gen|char_ram~15200feeder_combout ; +wire \text_gen|char_ram~15200_q ; +wire \text_gen|char_ram~14976_q ; +wire \text_gen|char_ram~14864_q ; +wire \text_gen|char_ram~15088feeder_combout ; +wire \text_gen|char_ram~15088_q ; +wire \text_gen|char_ram~46829_combout ; +wire \text_gen|char_ram~46830_combout ; +wire \text_gen|char_ram~22032_q ; +wire \text_gen|char_ram~22144feeder_combout ; +wire \text_gen|char_ram~22144_q ; +wire \text_gen|char_ram~46836_combout ; +wire \text_gen|char_ram~22368_q ; +wire \text_gen|char_ram~22256feeder_combout ; +wire \text_gen|char_ram~22256_q ; +wire \text_gen|char_ram~46837_combout ; +wire \text_gen|char_ram~640feeder_combout ; +wire \text_gen|char_ram~640_q ; +wire \text_gen|char_ram~864_q ; +wire \text_gen|char_ram~752feeder_combout ; +wire \text_gen|char_ram~752_q ; +wire \text_gen|char_ram~528_q ; +wire \text_gen|char_ram~46833_combout ; +wire \text_gen|char_ram~46834_combout ; +wire \text_gen|char_ram~7920feeder_combout ; +wire \text_gen|char_ram~7920_q ; +wire \text_gen|char_ram~8032_q ; +wire \text_gen|char_ram~7696_q ; +wire \text_gen|char_ram~7808feeder_combout ; +wire \text_gen|char_ram~7808_q ; +wire \text_gen|char_ram~46831_combout ; +wire \text_gen|char_ram~46832_combout ; +wire \text_gen|char_ram~46835_combout ; +wire \text_gen|char_ram~46838_combout ; +wire \text_gen|char_ram~15004feeder_combout ; +wire \text_gen|char_ram~15004_q ; +wire \text_gen|char_ram~7836feeder_combout ; +wire \text_gen|char_ram~7836_q ; +wire \text_gen|char_ram~668_q ; +wire \text_gen|char_ram~46860_combout ; +wire \text_gen|char_ram~22172_q ; +wire \text_gen|char_ram~46861_combout ; +wire \text_gen|char_ram~15228feeder_combout ; +wire \text_gen|char_ram~15228_q ; +wire \text_gen|char_ram~22396_q ; +wire \text_gen|char_ram~892feeder_combout ; +wire \text_gen|char_ram~892_q ; +wire \text_gen|char_ram~8060feeder_combout ; +wire \text_gen|char_ram~8060_q ; +wire \text_gen|char_ram~46867_combout ; +wire \text_gen|char_ram~46868_combout ; +wire \text_gen|char_ram~7948feeder_combout ; +wire \text_gen|char_ram~7948_q ; +wire \text_gen|char_ram~22284_q ; +wire \text_gen|char_ram~780_q ; +wire \text_gen|char_ram~15116feeder_combout ; +wire \text_gen|char_ram~15116_q ; +wire \text_gen|char_ram~46862_combout ; +wire \text_gen|char_ram~46863_combout ; +wire \text_gen|char_ram~7724feeder_combout ; +wire \text_gen|char_ram~7724_q ; +wire \text_gen|char_ram~22060_q ; +wire \text_gen|char_ram~14892feeder_combout ; +wire \text_gen|char_ram~14892_q ; +wire \text_gen|char_ram~556_q ; +wire \text_gen|char_ram~46864_combout ; +wire \text_gen|char_ram~46865_combout ; +wire \text_gen|char_ram~46866_combout ; +wire \text_gen|char_ram~46869_combout ; +wire \text_gen|char_ram~14969feeder_combout ; +wire \text_gen|char_ram~14969_q ; +wire \text_gen|char_ram~15193_q ; +wire \text_gen|char_ram~14857_q ; +wire \text_gen|char_ram~15081feeder_combout ; +wire \text_gen|char_ram~15081_q ; +wire \text_gen|char_ram~46849_combout ; +wire \text_gen|char_ram~46850_combout ; +wire \text_gen|char_ram~22249feeder_combout ; +wire \text_gen|char_ram~22249_q ; +wire \text_gen|char_ram~22361_q ; +wire \text_gen|char_ram~22025_q ; +wire \text_gen|char_ram~22137feeder_combout ; +wire \text_gen|char_ram~22137_q ; +wire \text_gen|char_ram~46856_combout ; +wire \text_gen|char_ram~46857_combout ; +wire \text_gen|char_ram~7913_q ; +wire \text_gen|char_ram~8025_q ; +wire \text_gen|char_ram~7689_q ; +wire \text_gen|char_ram~7801feeder_combout ; +wire \text_gen|char_ram~7801_q ; +wire \text_gen|char_ram~46851_combout ; +wire \text_gen|char_ram~46852_combout ; +wire \text_gen|char_ram~633feeder_combout ; +wire \text_gen|char_ram~633_q ; +wire \text_gen|char_ram~857_q ; +wire \text_gen|char_ram~745feeder_combout ; +wire \text_gen|char_ram~745_q ; +wire \text_gen|char_ram~521_q ; +wire \text_gen|char_ram~46853_combout ; +wire \text_gen|char_ram~46854_combout ; +wire \text_gen|char_ram~46855_combout ; +wire \text_gen|char_ram~46858_combout ; +wire \text_gen|char_ram~22277feeder_combout ; +wire \text_gen|char_ram~22277_q ; +wire \text_gen|char_ram~22389_q ; +wire \text_gen|char_ram~22053_q ; +wire \text_gen|char_ram~22165feeder_combout ; +wire \text_gen|char_ram~22165_q ; +wire \text_gen|char_ram~46846_combout ; +wire \text_gen|char_ram~46847_combout ; +wire \text_gen|char_ram~7941feeder_combout ; +wire \text_gen|char_ram~7941_q ; +wire \text_gen|char_ram~8053_q ; +wire \text_gen|char_ram~7717_q ; +wire \text_gen|char_ram~7829feeder_combout ; +wire \text_gen|char_ram~7829_q ; +wire \text_gen|char_ram~46839_combout ; +wire \text_gen|char_ram~46840_combout ; +wire \text_gen|char_ram~661feeder_combout ; +wire \text_gen|char_ram~661_q ; +wire \text_gen|char_ram~885_q ; +wire \text_gen|char_ram~549_q ; +wire \text_gen|char_ram~773feeder_combout ; +wire \text_gen|char_ram~773_q ; +wire \text_gen|char_ram~46843_combout ; +wire \text_gen|char_ram~46844_combout ; +wire \text_gen|char_ram~14997feeder_combout ; +wire \text_gen|char_ram~14997_q ; +wire \text_gen|char_ram~15221_q ; +wire \text_gen|char_ram~14885_q ; +wire \text_gen|char_ram~15109feeder_combout ; +wire \text_gen|char_ram~15109_q ; +wire \text_gen|char_ram~46841_combout ; +wire \text_gen|char_ram~46842_combout ; +wire \text_gen|char_ram~46845_combout ; +wire \text_gen|char_ram~46848_combout ; +wire \text_gen|char_ram~46859_combout ; +wire \text_gen|char_ram~46870_combout ; +wire \text_gen|char_ram~46871_combout ; +wire \text_gen|char_ram~23824feeder_combout ; +wire \text_gen|char_ram~23824_q ; +wire \text_gen|char_ram~23852_q ; +wire \text_gen|char_ram~23817_q ; +wire \text_gen|char_ram~23845feeder_combout ; +wire \text_gen|char_ram~23845_q ; +wire \text_gen|char_ram~46780_combout ; +wire \text_gen|char_ram~46781_combout ; +wire \text_gen|char_ram~24041_q ; +wire \text_gen|char_ram~24069feeder_combout ; +wire \text_gen|char_ram~24069_q ; +wire \text_gen|char_ram~46778_combout ; +wire \text_gen|char_ram~24076_q ; +wire \text_gen|char_ram~24048feeder_combout ; +wire \text_gen|char_ram~24048_q ; +wire \text_gen|char_ram~46779_combout ; +wire \text_gen|char_ram~46782_combout ; +wire \text_gen|char_ram~24181feeder_combout ; +wire \text_gen|char_ram~24181_q ; +wire \text_gen|char_ram~24188_q ; +wire \text_gen|char_ram~24153_q ; +wire \text_gen|char_ram~24160feeder_combout ; +wire \text_gen|char_ram~24160_q ; +wire \text_gen|char_ram~46783_combout ; +wire \text_gen|char_ram~46784_combout ; +wire \text_gen|char_ram~23957feeder_combout ; +wire \text_gen|char_ram~23957_q ; +wire \text_gen|char_ram~23964_q ; +wire \text_gen|char_ram~23929_q ; +wire \text_gen|char_ram~23936feeder_combout ; +wire \text_gen|char_ram~23936_q ; +wire \text_gen|char_ram~46776_combout ; +wire \text_gen|char_ram~46777_combout ; +wire \text_gen|char_ram~46785_combout ; +wire \text_gen|char_ram~16992feeder_combout ; +wire \text_gen|char_ram~16992_q ; +wire \text_gen|char_ram~16985_q ; +wire \text_gen|char_ram~46752_combout ; +wire \text_gen|char_ram~17020_q ; +wire \text_gen|char_ram~17013feeder_combout ; +wire \text_gen|char_ram~17013_q ; +wire \text_gen|char_ram~46753_combout ; +wire \text_gen|char_ram~16908feeder_combout ; +wire \text_gen|char_ram~16908_q ; +wire \text_gen|char_ram~16880_q ; +wire \text_gen|char_ram~16901feeder_combout ; +wire \text_gen|char_ram~16901_q ; +wire \text_gen|char_ram~16873_q ; +wire \text_gen|char_ram~46745_combout ; +wire \text_gen|char_ram~46746_combout ; +wire \text_gen|char_ram~16761_q ; +wire \text_gen|char_ram~16768feeder_combout ; +wire \text_gen|char_ram~16768_q ; +wire \text_gen|char_ram~46747_combout ; +wire \text_gen|char_ram~16789feeder_combout ; +wire \text_gen|char_ram~16789_q ; +wire \text_gen|char_ram~16796feeder_combout ; +wire \text_gen|char_ram~16796_q ; +wire \text_gen|char_ram~46748_combout ; +wire \text_gen|char_ram~16649_q ; +wire \text_gen|char_ram~16677feeder_combout ; +wire \text_gen|char_ram~16677_q ; +wire \text_gen|char_ram~46749_combout ; +wire \text_gen|char_ram~16684_q ; +wire \text_gen|char_ram~16656feeder_combout ; +wire \text_gen|char_ram~16656_q ; +wire \text_gen|char_ram~46750_combout ; +wire \text_gen|char_ram~46751_combout ; +wire \text_gen|char_ram~46754_combout ; +wire \text_gen|char_ram~2544feeder_combout ; +wire \text_gen|char_ram~2544_q ; +wire \text_gen|char_ram~2572_q ; +wire \text_gen|char_ram~2537_q ; +wire \text_gen|char_ram~2565feeder_combout ; +wire \text_gen|char_ram~2565_q ; +wire \text_gen|char_ram~46765_combout ; +wire \text_gen|char_ram~46766_combout ; +wire \text_gen|char_ram~2677feeder_combout ; +wire \text_gen|char_ram~2677_q ; +wire \text_gen|char_ram~2684_q ; +wire \text_gen|char_ram~2649_q ; +wire \text_gen|char_ram~2656feeder_combout ; +wire \text_gen|char_ram~2656_q ; +wire \text_gen|char_ram~46772_combout ; +wire \text_gen|char_ram~46773_combout ; +wire \text_gen|char_ram~2453feeder_combout ; +wire \text_gen|char_ram~2453_q ; +wire \text_gen|char_ram~2460_q ; +wire \text_gen|char_ram~2432feeder_combout ; +wire \text_gen|char_ram~2432_q ; +wire \text_gen|char_ram~2425_q ; +wire \text_gen|char_ram~46767_combout ; +wire \text_gen|char_ram~46768_combout ; +wire \text_gen|char_ram~2313_q ; +wire \text_gen|char_ram~2341feeder_combout ; +wire \text_gen|char_ram~2341_q ; +wire \text_gen|char_ram~46769_combout ; +wire \text_gen|char_ram~2348_q ; +wire \text_gen|char_ram~2320feeder_combout ; +wire \text_gen|char_ram~2320_q ; +wire \text_gen|char_ram~46770_combout ; +wire \text_gen|char_ram~46771_combout ; +wire \text_gen|char_ram~46774_combout ; +wire \text_gen|char_ram~9705_q ; +wire \text_gen|char_ram~9733feeder_combout ; +wire \text_gen|char_ram~9733_q ; +wire \text_gen|char_ram~46757_combout ; +wire \text_gen|char_ram~9740feeder_combout ; +wire \text_gen|char_ram~9740_q ; +wire \text_gen|char_ram~9712feeder_combout ; +wire \text_gen|char_ram~9712_q ; +wire \text_gen|char_ram~46758_combout ; +wire \text_gen|char_ram~9488feeder_combout ; +wire \text_gen|char_ram~9488_q ; +wire \text_gen|char_ram~9516_q ; +wire \text_gen|char_ram~9509feeder_combout ; +wire \text_gen|char_ram~9509_q ; +wire \text_gen|char_ram~9481_q ; +wire \text_gen|char_ram~46759_combout ; +wire \text_gen|char_ram~46760_combout ; +wire \text_gen|char_ram~46761_combout ; +wire \text_gen|char_ram~9621feeder_combout ; +wire \text_gen|char_ram~9621_q ; +wire \text_gen|char_ram~9593_q ; +wire \text_gen|char_ram~9600feeder_combout ; +wire \text_gen|char_ram~9600_q ; +wire \text_gen|char_ram~46755_combout ; +wire \text_gen|char_ram~9628_q ; +wire \text_gen|char_ram~46756_combout ; +wire \text_gen|char_ram~9845feeder_combout ; +wire \text_gen|char_ram~9845_q ; +wire \text_gen|char_ram~9852_q ; +wire \text_gen|char_ram~9817feeder_combout ; +wire \text_gen|char_ram~9817_q ; +wire \text_gen|char_ram~9824feeder_combout ; +wire \text_gen|char_ram~9824_q ; +wire \text_gen|char_ram~46762_combout ; +wire \text_gen|char_ram~46763_combout ; +wire \text_gen|char_ram~46764_combout ; +wire \text_gen|char_ram~46775_combout ; +wire \text_gen|char_ram~46786_combout ; +wire \text_gen|char_ram~46914_combout ; +wire \text_gen|char_ram~25392feeder_combout ; +wire \text_gen|char_ram~25392_q ; +wire \text_gen|char_ram~25504_q ; +wire \text_gen|char_ram~25168_q ; +wire \text_gen|char_ram~25280feeder_combout ; +wire \text_gen|char_ram~25280_q ; +wire \text_gen|char_ram~46922_combout ; +wire \text_gen|char_ram~46923_combout ; +wire \text_gen|char_ram~11056feeder_combout ; +wire \text_gen|char_ram~11056_q ; +wire \text_gen|char_ram~11168_q ; +wire \text_gen|char_ram~10832_q ; +wire \text_gen|char_ram~10944feeder_combout ; +wire \text_gen|char_ram~10944_q ; +wire \text_gen|char_ram~46917_combout ; +wire \text_gen|char_ram~46918_combout ; +wire \text_gen|char_ram~3888feeder_combout ; +wire \text_gen|char_ram~3888_q ; +wire \text_gen|char_ram~3664_q ; +wire \text_gen|char_ram~46919_combout ; +wire \text_gen|char_ram~4000_q ; +wire \text_gen|char_ram~3776feeder_combout ; +wire \text_gen|char_ram~3776_q ; +wire \text_gen|char_ram~46920_combout ; +wire \text_gen|char_ram~46921_combout ; +wire \text_gen|char_ram~18336feeder_combout ; +wire \text_gen|char_ram~18336_q ; +wire \text_gen|char_ram~18112_q ; +wire \text_gen|char_ram~18000_q ; +wire \text_gen|char_ram~18224feeder_combout ; +wire \text_gen|char_ram~18224_q ; +wire \text_gen|char_ram~46915_combout ; +wire \text_gen|char_ram~46916_combout ; +wire \text_gen|char_ram~46924_combout ; +wire \text_gen|char_ram~25196_q ; +wire \text_gen|char_ram~25308feeder_combout ; +wire \text_gen|char_ram~25308_q ; +wire \text_gen|char_ram~46953_combout ; +wire \text_gen|char_ram~25532_q ; +wire \text_gen|char_ram~25420feeder_combout ; +wire \text_gen|char_ram~25420_q ; +wire \text_gen|char_ram~46954_combout ; +wire \text_gen|char_ram~11084feeder_combout ; +wire \text_gen|char_ram~11084_q ; +wire \text_gen|char_ram~11196_q ; +wire \text_gen|char_ram~10860_q ; +wire \text_gen|char_ram~10972feeder_combout ; +wire \text_gen|char_ram~10972_q ; +wire \text_gen|char_ram~46946_combout ; +wire \text_gen|char_ram~46947_combout ; +wire \text_gen|char_ram~18028_q ; +wire \text_gen|char_ram~18252_q ; +wire \text_gen|char_ram~46948_combout ; +wire \text_gen|char_ram~18364_q ; +wire \text_gen|char_ram~18140_q ; +wire \text_gen|char_ram~46949_combout ; +wire \text_gen|char_ram~3804feeder_combout ; +wire \text_gen|char_ram~3804_q ; +wire \text_gen|char_ram~4028_q ; +wire \text_gen|char_ram~3692_q ; +wire \text_gen|char_ram~3916feeder_combout ; +wire \text_gen|char_ram~3916_q ; +wire \text_gen|char_ram~46950_combout ; +wire \text_gen|char_ram~46951_combout ; +wire \text_gen|char_ram~46952_combout ; +wire \text_gen|char_ram~46955_combout ; +wire \text_gen|char_ram~25385feeder_combout ; +wire \text_gen|char_ram~25385_q ; +wire \text_gen|char_ram~25497_q ; +wire \text_gen|char_ram~25161_q ; +wire \text_gen|char_ram~25273feeder_combout ; +wire \text_gen|char_ram~25273_q ; +wire \text_gen|char_ram~46942_combout ; +wire \text_gen|char_ram~46943_combout ; +wire \text_gen|char_ram~11049_q ; +wire \text_gen|char_ram~11161_q ; +wire \text_gen|char_ram~10825_q ; +wire \text_gen|char_ram~10937feeder_combout ; +wire \text_gen|char_ram~10937_q ; +wire \text_gen|char_ram~46937_combout ; +wire \text_gen|char_ram~46938_combout ; +wire \text_gen|char_ram~3769feeder_combout ; +wire \text_gen|char_ram~3769_q ; +wire \text_gen|char_ram~3993_q ; +wire \text_gen|char_ram~3657_q ; +wire \text_gen|char_ram~3881feeder_combout ; +wire \text_gen|char_ram~3881_q ; +wire \text_gen|char_ram~46939_combout ; +wire \text_gen|char_ram~46940_combout ; +wire \text_gen|char_ram~46941_combout ; +wire \text_gen|char_ram~17993_q ; +wire \text_gen|char_ram~18217feeder_combout ; +wire \text_gen|char_ram~18217_q ; +wire \text_gen|char_ram~46935_combout ; +wire \text_gen|char_ram~18329_q ; +wire \text_gen|char_ram~18105feeder_combout ; +wire \text_gen|char_ram~18105_q ; +wire \text_gen|char_ram~46936_combout ; +wire \text_gen|char_ram~46944_combout ; +wire \text_gen|char_ram~11077feeder_combout ; +wire \text_gen|char_ram~11077_q ; +wire \text_gen|char_ram~11189_q ; +wire \text_gen|char_ram~10853_q ; +wire \text_gen|char_ram~10965feeder_combout ; +wire \text_gen|char_ram~10965_q ; +wire \text_gen|char_ram~46925_combout ; +wire \text_gen|char_ram~46926_combout ; +wire \text_gen|char_ram~3685_q ; +wire \text_gen|char_ram~3909feeder_combout ; +wire \text_gen|char_ram~3909_q ; +wire \text_gen|char_ram~46929_combout ; +wire \text_gen|char_ram~3797feeder_combout ; +wire \text_gen|char_ram~3797_q ; +wire \text_gen|char_ram~4021_q ; +wire \text_gen|char_ram~46930_combout ; +wire \text_gen|char_ram~18133feeder_combout ; +wire \text_gen|char_ram~18133_q ; +wire \text_gen|char_ram~18357_q ; +wire \text_gen|char_ram~18245feeder_combout ; +wire \text_gen|char_ram~18245_q ; +wire \text_gen|char_ram~18021_q ; +wire \text_gen|char_ram~46927_combout ; +wire \text_gen|char_ram~46928_combout ; +wire \text_gen|char_ram~46931_combout ; +wire \text_gen|char_ram~25413feeder_combout ; +wire \text_gen|char_ram~25413_q ; +wire \text_gen|char_ram~25525_q ; +wire \text_gen|char_ram~25189_q ; +wire \text_gen|char_ram~25301feeder_combout ; +wire \text_gen|char_ram~25301_q ; +wire \text_gen|char_ram~46932_combout ; +wire \text_gen|char_ram~46933_combout ; +wire \text_gen|char_ram~46934_combout ; +wire \text_gen|char_ram~46945_combout ; +wire \text_gen|char_ram~46956_combout ; +wire \text_gen|char_ram~27212feeder_combout ; +wire \text_gen|char_ram~27212_q ; +wire \text_gen|char_ram~27324_q ; +wire \text_gen|char_ram~27100feeder_combout ; +wire \text_gen|char_ram~27100_q ; +wire \text_gen|char_ram~26988_q ; +wire \text_gen|char_ram~47080_combout ; +wire \text_gen|char_ram~47081_combout ; +wire \text_gen|char_ram~27317feeder_combout ; +wire \text_gen|char_ram~27317_q ; +wire \text_gen|char_ram~27205feeder_combout ; +wire \text_gen|char_ram~27205_q ; +wire \text_gen|char_ram~26981_q ; +wire \text_gen|char_ram~27093feeder_combout ; +wire \text_gen|char_ram~27093_q ; +wire \text_gen|char_ram~47073_combout ; +wire \text_gen|char_ram~47074_combout ; +wire \text_gen|char_ram~26953_q ; +wire \text_gen|char_ram~27177feeder_combout ; +wire \text_gen|char_ram~27177_q ; +wire \text_gen|char_ram~47077_combout ; +wire \text_gen|char_ram~27289_q ; +wire \text_gen|char_ram~27065feeder_combout ; +wire \text_gen|char_ram~27065_q ; +wire \text_gen|char_ram~47078_combout ; +wire \text_gen|char_ram~26960_q ; +wire \text_gen|char_ram~27184feeder_combout ; +wire \text_gen|char_ram~27184_q ; +wire \text_gen|char_ram~47075_combout ; +wire \text_gen|char_ram~27296_q ; +wire \text_gen|char_ram~27072_q ; +wire \text_gen|char_ram~47076_combout ; +wire \text_gen|char_ram~47079_combout ; +wire \text_gen|char_ram~47082_combout ; +wire \text_gen|char_ram~12645_q ; +wire \text_gen|char_ram~12757feeder_combout ; +wire \text_gen|char_ram~12757_q ; +wire \text_gen|char_ram~47042_combout ; +wire \text_gen|char_ram~12981_q ; +wire \text_gen|char_ram~12869feeder_combout ; +wire \text_gen|char_ram~12869_q ; +wire \text_gen|char_ram~47043_combout ; +wire \text_gen|char_ram~12736feeder_combout ; +wire \text_gen|char_ram~12736_q ; +wire \text_gen|char_ram~12960_q ; +wire \text_gen|char_ram~12848feeder_combout ; +wire \text_gen|char_ram~12848_q ; +wire \text_gen|char_ram~12624_q ; +wire \text_gen|char_ram~47044_combout ; +wire \text_gen|char_ram~47045_combout ; +wire \text_gen|char_ram~12729feeder_combout ; +wire \text_gen|char_ram~12729_q ; +wire \text_gen|char_ram~12953_q ; +wire \text_gen|char_ram~12617_q ; +wire \text_gen|char_ram~12841feeder_combout ; +wire \text_gen|char_ram~12841_q ; +wire \text_gen|char_ram~47046_combout ; +wire \text_gen|char_ram~47047_combout ; +wire \text_gen|char_ram~47048_combout ; +wire \text_gen|char_ram~12876feeder_combout ; +wire \text_gen|char_ram~12876_q ; +wire \text_gen|char_ram~12988_q ; +wire \text_gen|char_ram~12652_q ; +wire \text_gen|char_ram~12764feeder_combout ; +wire \text_gen|char_ram~12764_q ; +wire \text_gen|char_ram~47049_combout ; +wire \text_gen|char_ram~47050_combout ; +wire \text_gen|char_ram~47051_combout ; +wire \text_gen|char_ram~19820_q ; +wire \text_gen|char_ram~19932feeder_combout ; +wire \text_gen|char_ram~19932_q ; +wire \text_gen|char_ram~47059_combout ; +wire \text_gen|char_ram~20156_q ; +wire \text_gen|char_ram~20044feeder_combout ; +wire \text_gen|char_ram~20044_q ; +wire \text_gen|char_ram~47060_combout ; +wire \text_gen|char_ram~19904feeder_combout ; +wire \text_gen|char_ram~19904_q ; +wire \text_gen|char_ram~20016feeder_combout ; +wire \text_gen|char_ram~20016_q ; +wire \text_gen|char_ram~19792_q ; +wire \text_gen|char_ram~47052_combout ; +wire \text_gen|char_ram~20128_q ; +wire \text_gen|char_ram~47053_combout ; +wire \text_gen|char_ram~20037feeder_combout ; +wire \text_gen|char_ram~20037_q ; +wire \text_gen|char_ram~20149_q ; +wire \text_gen|char_ram~19925feeder_combout ; +wire \text_gen|char_ram~19925_q ; +wire \text_gen|char_ram~19813_q ; +wire \text_gen|char_ram~47054_combout ; +wire \text_gen|char_ram~47055_combout ; +wire \text_gen|char_ram~19897feeder_combout ; +wire \text_gen|char_ram~19897_q ; +wire \text_gen|char_ram~20121_q ; +wire \text_gen|char_ram~19785_q ; +wire \text_gen|char_ram~20009feeder_combout ; +wire \text_gen|char_ram~20009_q ; +wire \text_gen|char_ram~47056_combout ; +wire \text_gen|char_ram~47057_combout ; +wire \text_gen|char_ram~47058_combout ; +wire \text_gen|char_ram~47061_combout ; +wire \text_gen|char_ram~5708feeder_combout ; +wire \text_gen|char_ram~5708_q ; +wire \text_gen|char_ram~5596feeder_combout ; +wire \text_gen|char_ram~5596_q ; +wire \text_gen|char_ram~5484_q ; +wire \text_gen|char_ram~47069_combout ; +wire \text_gen|char_ram~5820_q ; +wire \text_gen|char_ram~47070_combout ; +wire \text_gen|char_ram~5701feeder_combout ; +wire \text_gen|char_ram~5701_q ; +wire \text_gen|char_ram~5477_q ; +wire \text_gen|char_ram~5589feeder_combout ; +wire \text_gen|char_ram~5589_q ; +wire \text_gen|char_ram~47064_combout ; +wire \text_gen|char_ram~5813_q ; +wire \text_gen|char_ram~47065_combout ; +wire \text_gen|char_ram~5449_q ; +wire \text_gen|char_ram~5673feeder_combout ; +wire \text_gen|char_ram~5673_q ; +wire \text_gen|char_ram~47066_combout ; +wire \text_gen|char_ram~5785_q ; +wire \text_gen|char_ram~5561feeder_combout ; +wire \text_gen|char_ram~5561_q ; +wire \text_gen|char_ram~47067_combout ; +wire \text_gen|char_ram~47068_combout ; +wire \text_gen|char_ram~5568feeder_combout ; +wire \text_gen|char_ram~5568_q ; +wire \text_gen|char_ram~5680feeder_combout ; +wire \text_gen|char_ram~5680_q ; +wire \text_gen|char_ram~5456_q ; +wire \text_gen|char_ram~47062_combout ; +wire \text_gen|char_ram~5792_q ; +wire \text_gen|char_ram~47063_combout ; +wire \text_gen|char_ram~47071_combout ; +wire \text_gen|char_ram~47072_combout ; +wire \text_gen|char_ram~47083_combout ; +wire \text_gen|char_ram~1984_q ; +wire \text_gen|char_ram~2208_q ; +wire \text_gen|char_ram~1872_q ; +wire \text_gen|char_ram~2096feeder_combout ; +wire \text_gen|char_ram~2096_q ; +wire \text_gen|char_ram~46977_combout ; +wire \text_gen|char_ram~46978_combout ; +wire \text_gen|char_ram~1893_q ; +wire \text_gen|char_ram~2005feeder_combout ; +wire \text_gen|char_ram~2005_q ; +wire \text_gen|char_ram~46979_combout ; +wire \text_gen|char_ram~2229_q ; +wire \text_gen|char_ram~2117feeder_combout ; +wire \text_gen|char_ram~2117_q ; +wire \text_gen|char_ram~46980_combout ; +wire \text_gen|char_ram~1977feeder_combout ; +wire \text_gen|char_ram~1977_q ; +wire \text_gen|char_ram~2201_q ; +wire \text_gen|char_ram~1865feeder_combout ; +wire \text_gen|char_ram~1865_q ; +wire \text_gen|char_ram~2089feeder_combout ; +wire \text_gen|char_ram~2089_q ; +wire \text_gen|char_ram~46981_combout ; +wire \text_gen|char_ram~46982_combout ; +wire \text_gen|char_ram~46983_combout ; +wire \text_gen|char_ram~2124feeder_combout ; +wire \text_gen|char_ram~2124_q ; +wire \text_gen|char_ram~2236_q ; +wire \text_gen|char_ram~1900_q ; +wire \text_gen|char_ram~2012feeder_combout ; +wire \text_gen|char_ram~2012_q ; +wire \text_gen|char_ram~46984_combout ; +wire \text_gen|char_ram~46985_combout ; +wire \text_gen|char_ram~46986_combout ; +wire \text_gen|char_ram~9285feeder_combout ; +wire \text_gen|char_ram~9285_q ; +wire \text_gen|char_ram~9397_q ; +wire \text_gen|char_ram~9061_q ; +wire \text_gen|char_ram~9173feeder_combout ; +wire \text_gen|char_ram~9173_q ; +wire \text_gen|char_ram~46967_combout ; +wire \text_gen|char_ram~46968_combout ; +wire \text_gen|char_ram~9180feeder_combout ; +wire \text_gen|char_ram~9180_q ; +wire \text_gen|char_ram~9068_q ; +wire \text_gen|char_ram~46974_combout ; +wire \text_gen|char_ram~9404_q ; +wire \text_gen|char_ram~9292feeder_combout ; +wire \text_gen|char_ram~9292_q ; +wire \text_gen|char_ram~46975_combout ; +wire \text_gen|char_ram~9145feeder_combout ; +wire \text_gen|char_ram~9145_q ; +wire \text_gen|char_ram~9369_q ; +wire \text_gen|char_ram~9033_q ; +wire \text_gen|char_ram~9257feeder_combout ; +wire \text_gen|char_ram~9257_q ; +wire \text_gen|char_ram~46971_combout ; +wire \text_gen|char_ram~46972_combout ; +wire \text_gen|char_ram~9264feeder_combout ; +wire \text_gen|char_ram~9264_q ; +wire \text_gen|char_ram~9040_q ; +wire \text_gen|char_ram~46969_combout ; +wire \text_gen|char_ram~9376feeder_combout ; +wire \text_gen|char_ram~9376_q ; +wire \text_gen|char_ram~9152feeder_combout ; +wire \text_gen|char_ram~9152_q ; +wire \text_gen|char_ram~46970_combout ; +wire \text_gen|char_ram~46973_combout ; +wire \text_gen|char_ram~46976_combout ; +wire \text_gen|char_ram~46987_combout ; +wire \text_gen|char_ram~23404_q ; +wire \text_gen|char_ram~23516feeder_combout ; +wire \text_gen|char_ram~23516_q ; +wire \text_gen|char_ram~46995_combout ; +wire \text_gen|char_ram~23740_q ; +wire \text_gen|char_ram~23628feeder_combout ; +wire \text_gen|char_ram~23628_q ; +wire \text_gen|char_ram~46996_combout ; +wire \text_gen|char_ram~23621feeder_combout ; +wire \text_gen|char_ram~23621_q ; +wire \text_gen|char_ram~23733_q ; +wire \text_gen|char_ram~23397_q ; +wire \text_gen|char_ram~23509feeder_combout ; +wire \text_gen|char_ram~23509_q ; +wire \text_gen|char_ram~46988_combout ; +wire \text_gen|char_ram~46989_combout ; +wire \text_gen|char_ram~23481feeder_combout ; +wire \text_gen|char_ram~23481_q ; +wire \text_gen|char_ram~23705_q ; +wire \text_gen|char_ram~23369_q ; +wire \text_gen|char_ram~23593feeder_combout ; +wire \text_gen|char_ram~23593_q ; +wire \text_gen|char_ram~46992_combout ; +wire \text_gen|char_ram~46993_combout ; +wire \text_gen|char_ram~23488feeder_combout ; +wire \text_gen|char_ram~23488_q ; +wire \text_gen|char_ram~23712_q ; +wire \text_gen|char_ram~23376_q ; +wire \text_gen|char_ram~23600feeder_combout ; +wire \text_gen|char_ram~23600_q ; +wire \text_gen|char_ram~46990_combout ; +wire \text_gen|char_ram~46991_combout ; +wire \text_gen|char_ram~46994_combout ; +wire \text_gen|char_ram~46997_combout ; +wire \text_gen|char_ram~16453feeder_combout ; +wire \text_gen|char_ram~16453_q ; +wire \text_gen|char_ram~16565_q ; +wire \text_gen|char_ram~16229_q ; +wire \text_gen|char_ram~16341feeder_combout ; +wire \text_gen|char_ram~16341_q ; +wire \text_gen|char_ram~46959_combout ; +wire \text_gen|char_ram~46960_combout ; +wire \text_gen|char_ram~16425_q ; +wire \text_gen|char_ram~16201feeder_combout ; +wire \text_gen|char_ram~16201_q ; +wire \text_gen|char_ram~46961_combout ; +wire \text_gen|char_ram~16537_q ; +wire \text_gen|char_ram~16313feeder_combout ; +wire \text_gen|char_ram~16313_q ; +wire \text_gen|char_ram~46962_combout ; +wire \text_gen|char_ram~46963_combout ; +wire \text_gen|char_ram~16432feeder_combout ; +wire \text_gen|char_ram~16432_q ; +wire \text_gen|char_ram~16208_q ; +wire \text_gen|char_ram~46957_combout ; +wire \text_gen|char_ram~16544_q ; +wire \text_gen|char_ram~16320feeder_combout ; +wire \text_gen|char_ram~16320_q ; +wire \text_gen|char_ram~46958_combout ; +wire \text_gen|char_ram~16460feeder_combout ; +wire \text_gen|char_ram~16460_q ; +wire \text_gen|char_ram~16572_q ; +wire \text_gen|char_ram~16236_q ; +wire \text_gen|char_ram~16348feeder_combout ; +wire \text_gen|char_ram~16348_q ; +wire \text_gen|char_ram~46964_combout ; +wire \text_gen|char_ram~46965_combout ; +wire \text_gen|char_ram~46966_combout ; +wire \text_gen|char_ram~46998_combout ; +wire \text_gen|char_ram~192feeder_combout ; +wire \text_gen|char_ram~192_q ; +wire \text_gen|char_ram~416_q ; +wire \text_gen|char_ram~304feeder_combout ; +wire \text_gen|char_ram~304_q ; +wire \text_gen|char_ram~80_q ; +wire \text_gen|char_ram~47003_combout ; +wire \text_gen|char_ram~47004_combout ; +wire \text_gen|char_ram~7248feeder_combout ; +wire \text_gen|char_ram~7248_q ; +wire \text_gen|char_ram~7360feeder_combout ; +wire \text_gen|char_ram~7360_q ; +wire \text_gen|char_ram~47001_combout ; +wire \text_gen|char_ram~7584_q ; +wire \text_gen|char_ram~7472feeder_combout ; +wire \text_gen|char_ram~7472_q ; +wire \text_gen|char_ram~47002_combout ; +wire \text_gen|char_ram~47005_combout ; +wire \text_gen|char_ram~21808feeder_combout ; +wire \text_gen|char_ram~21808_q ; +wire \text_gen|char_ram~21920_q ; +wire \text_gen|char_ram~21584_q ; +wire \text_gen|char_ram~21696feeder_combout ; +wire \text_gen|char_ram~21696_q ; +wire \text_gen|char_ram~47006_combout ; +wire \text_gen|char_ram~47007_combout ; +wire \text_gen|char_ram~14528feeder_combout ; +wire \text_gen|char_ram~14528_q ; +wire \text_gen|char_ram~14752_q ; +wire \text_gen|char_ram~14416_q ; +wire \text_gen|char_ram~14640feeder_combout ; +wire \text_gen|char_ram~14640_q ; +wire \text_gen|char_ram~46999_combout ; +wire \text_gen|char_ram~47000_combout ; +wire \text_gen|char_ram~47008_combout ; +wire \text_gen|char_ram~409feeder_combout ; +wire \text_gen|char_ram~409_q ; +wire \text_gen|char_ram~185feeder_combout ; +wire \text_gen|char_ram~185_q ; +wire \text_gen|char_ram~73_q ; +wire \text_gen|char_ram~47023_combout ; +wire \text_gen|char_ram~297feeder_combout ; +wire \text_gen|char_ram~297_q ; +wire \text_gen|char_ram~47024_combout ; +wire \text_gen|char_ram~7465feeder_combout ; +wire \text_gen|char_ram~7465_q ; +wire \text_gen|char_ram~7577_q ; +wire \text_gen|char_ram~7353feeder_combout ; +wire \text_gen|char_ram~7353_q ; +wire \text_gen|char_ram~7241_q ; +wire \text_gen|char_ram~47021_combout ; +wire \text_gen|char_ram~47022_combout ; +wire \text_gen|char_ram~47025_combout ; +wire \text_gen|char_ram~21577_q ; +wire \text_gen|char_ram~21689feeder_combout ; +wire \text_gen|char_ram~21689_q ; +wire \text_gen|char_ram~47026_combout ; +wire \text_gen|char_ram~21913_q ; +wire \text_gen|char_ram~21801feeder_combout ; +wire \text_gen|char_ram~21801_q ; +wire \text_gen|char_ram~47027_combout ; +wire \text_gen|char_ram~14521feeder_combout ; +wire \text_gen|char_ram~14521_q ; +wire \text_gen|char_ram~14745_q ; +wire \text_gen|char_ram~14409_q ; +wire \text_gen|char_ram~14633feeder_combout ; +wire \text_gen|char_ram~14633_q ; +wire \text_gen|char_ram~47019_combout ; +wire \text_gen|char_ram~47020_combout ; +wire \text_gen|char_ram~47028_combout ; +wire \text_gen|char_ram~21829feeder_combout ; +wire \text_gen|char_ram~21829_q ; +wire \text_gen|char_ram~21605_q ; +wire \text_gen|char_ram~21717feeder_combout ; +wire \text_gen|char_ram~21717_q ; +wire \text_gen|char_ram~47016_combout ; +wire \text_gen|char_ram~21941_q ; +wire \text_gen|char_ram~47017_combout ; +wire \text_gen|char_ram~213feeder_combout ; +wire \text_gen|char_ram~213_q ; +wire \text_gen|char_ram~437_q ; +wire \text_gen|char_ram~101_q ; +wire \text_gen|char_ram~325feeder_combout ; +wire \text_gen|char_ram~325_q ; +wire \text_gen|char_ram~47013_combout ; +wire \text_gen|char_ram~47014_combout ; +wire \text_gen|char_ram~14437_q ; +wire \text_gen|char_ram~14661feeder_combout ; +wire \text_gen|char_ram~14661_q ; +wire \text_gen|char_ram~47011_combout ; +wire \text_gen|char_ram~14773_q ; +wire \text_gen|char_ram~14549feeder_combout ; +wire \text_gen|char_ram~14549_q ; +wire \text_gen|char_ram~47012_combout ; +wire \text_gen|char_ram~47015_combout ; +wire \text_gen|char_ram~7493feeder_combout ; +wire \text_gen|char_ram~7493_q ; +wire \text_gen|char_ram~7269_q ; +wire \text_gen|char_ram~7381feeder_combout ; +wire \text_gen|char_ram~7381_q ; +wire \text_gen|char_ram~47009_combout ; +wire \text_gen|char_ram~7605_q ; +wire \text_gen|char_ram~47010_combout ; +wire \text_gen|char_ram~47018_combout ; +wire \text_gen|char_ram~47029_combout ; +wire \text_gen|char_ram~21836feeder_combout ; +wire \text_gen|char_ram~21836_q ; +wire \text_gen|char_ram~21948_q ; +wire \text_gen|char_ram~21612_q ; +wire \text_gen|char_ram~21724feeder_combout ; +wire \text_gen|char_ram~21724_q ; +wire \text_gen|char_ram~47037_combout ; +wire \text_gen|char_ram~47038_combout ; +wire \text_gen|char_ram~7276_q ; +wire \text_gen|char_ram~7388feeder_combout ; +wire \text_gen|char_ram~7388_q ; +wire \text_gen|char_ram~47030_combout ; +wire \text_gen|char_ram~7612_q ; +wire \text_gen|char_ram~7500feeder_combout ; +wire \text_gen|char_ram~7500_q ; +wire \text_gen|char_ram~47031_combout ; +wire \text_gen|char_ram~220feeder_combout ; +wire \text_gen|char_ram~220_q ; +wire \text_gen|char_ram~444_q ; +wire \text_gen|char_ram~108_q ; +wire \text_gen|char_ram~332feeder_combout ; +wire \text_gen|char_ram~332_q ; +wire \text_gen|char_ram~47034_combout ; +wire \text_gen|char_ram~47035_combout ; +wire \text_gen|char_ram~14556feeder_combout ; +wire \text_gen|char_ram~14556_q ; +wire \text_gen|char_ram~14780_q ; +wire \text_gen|char_ram~14444_q ; +wire \text_gen|char_ram~14668feeder_combout ; +wire \text_gen|char_ram~14668_q ; +wire \text_gen|char_ram~47032_combout ; +wire \text_gen|char_ram~47033_combout ; +wire \text_gen|char_ram~47036_combout ; +wire \text_gen|char_ram~47039_combout ; +wire \text_gen|char_ram~47040_combout ; +wire \text_gen|char_ram~47041_combout ; +wire \text_gen|char_ram~47084_combout ; +wire \text_gen|char_ram~47085_combout ; +wire \text_gen|char_ram~47256_combout ; +wire \text_gen|char_ram~27359feeder_combout ; +wire \text_gen|char_ram~27359_q ; +wire \text_gen|char_ram~27366_q ; +wire \text_gen|char_ram~27331feeder_combout ; +wire \text_gen|char_ram~27331_q ; +wire \text_gen|char_ram~27338feeder_combout ; +wire \text_gen|char_ram~27338_q ; +wire \text_gen|char_ram~46534_combout ; +wire \text_gen|char_ram~46535_combout ; +wire \text_gen|char_ram~27450feeder_combout ; +wire \text_gen|char_ram~27450_q ; +wire \text_gen|char_ram~27478_q ; +wire \text_gen|char_ram~27443_q ; +wire \text_gen|char_ram~27471feeder_combout ; +wire \text_gen|char_ram~27471_q ; +wire \text_gen|char_ram~46532_combout ; +wire \text_gen|char_ram~46533_combout ; +wire \text_gen|char_ram~46536_combout ; +wire \text_gen|char_ram~27583feeder_combout ; +wire \text_gen|char_ram~27583_q ; +wire \text_gen|char_ram~27590_q ; +wire \text_gen|char_ram~27555_q ; +wire \text_gen|char_ram~27562feeder_combout ; +wire \text_gen|char_ram~27562_q ; +wire \text_gen|char_ram~46530_combout ; +wire \text_gen|char_ram~46531_combout ; +wire \text_gen|char_ram~27674_q ; +wire \text_gen|char_ram~27702_q ; +wire \text_gen|char_ram~27667_q ; +wire \text_gen|char_ram~27695feeder_combout ; +wire \text_gen|char_ram~27695_q ; +wire \text_gen|char_ram~46537_combout ; +wire \text_gen|char_ram~46538_combout ; +wire \text_gen|char_ram~46539_combout ; +wire \text_gen|char_ram~27219_q ; +wire \text_gen|char_ram~27247feeder_combout ; +wire \text_gen|char_ram~27247_q ; +wire \text_gen|char_ram~46557_combout ; +wire \text_gen|char_ram~27254_q ; +wire \text_gen|char_ram~27226feeder_combout ; +wire \text_gen|char_ram~27226_q ; +wire \text_gen|char_ram~46558_combout ; +wire \text_gen|char_ram~27135feeder_combout ; +wire \text_gen|char_ram~27135_q ; +wire \text_gen|char_ram~27142_q ; +wire \text_gen|char_ram~27114feeder_combout ; +wire \text_gen|char_ram~27114_q ; +wire \text_gen|char_ram~27107_q ; +wire \text_gen|char_ram~46552_combout ; +wire \text_gen|char_ram~46553_combout ; +wire \text_gen|char_ram~26911feeder_combout ; +wire \text_gen|char_ram~26911_q ; +wire \text_gen|char_ram~26918_q ; +wire \text_gen|char_ram~26883feeder_combout ; +wire \text_gen|char_ram~26883_q ; +wire \text_gen|char_ram~26890feeder_combout ; +wire \text_gen|char_ram~26890_q ; +wire \text_gen|char_ram~46554_combout ; +wire \text_gen|char_ram~46555_combout ; +wire \text_gen|char_ram~46556_combout ; +wire \text_gen|char_ram~26995_q ; +wire \text_gen|char_ram~27023feeder_combout ; +wire \text_gen|char_ram~27023_q ; +wire \text_gen|char_ram~46550_combout ; +wire \text_gen|char_ram~27030_q ; +wire \text_gen|char_ram~27002_q ; +wire \text_gen|char_ram~46551_combout ; +wire \text_gen|char_ram~46559_combout ; +wire \text_gen|char_ram~28122feeder_combout ; +wire \text_gen|char_ram~28122_q ; +wire \text_gen|char_ram~28150_q ; +wire \text_gen|char_ram~28115_q ; +wire \text_gen|char_ram~28143feeder_combout ; +wire \text_gen|char_ram~28143_q ; +wire \text_gen|char_ram~46547_combout ; +wire \text_gen|char_ram~46548_combout ; +wire \text_gen|char_ram~27898feeder_combout ; +wire \text_gen|char_ram~27898_q ; +wire \text_gen|char_ram~27926_q ; +wire \text_gen|char_ram~27919feeder_combout ; +wire \text_gen|char_ram~27919_q ; +wire \text_gen|char_ram~27891_q ; +wire \text_gen|char_ram~46540_combout ; +wire \text_gen|char_ram~46541_combout ; +wire \text_gen|char_ram~28003_q ; +wire \text_gen|char_ram~28010feeder_combout ; +wire \text_gen|char_ram~28010_q ; +wire \text_gen|char_ram~46542_combout ; +wire \text_gen|char_ram~28038_q ; +wire \text_gen|char_ram~28031feeder_combout ; +wire \text_gen|char_ram~28031_q ; +wire \text_gen|char_ram~46543_combout ; +wire \text_gen|char_ram~27807feeder_combout ; +wire \text_gen|char_ram~27807_q ; +wire \text_gen|char_ram~27814_q ; +wire \text_gen|char_ram~27779_q ; +wire \text_gen|char_ram~27786feeder_combout ; +wire \text_gen|char_ram~27786_q ; +wire \text_gen|char_ram~46544_combout ; +wire \text_gen|char_ram~46545_combout ; +wire \text_gen|char_ram~46546_combout ; +wire \text_gen|char_ram~46549_combout ; +wire \text_gen|char_ram~46560_combout ; +wire \text_gen|char_ram~28570feeder_combout ; +wire \text_gen|char_ram~28570_q ; +wire \text_gen|char_ram~28598_q ; +wire \text_gen|char_ram~28563_q ; +wire \text_gen|char_ram~28591feeder_combout ; +wire \text_gen|char_ram~28591_q ; +wire \text_gen|char_ram~46568_combout ; +wire \text_gen|char_ram~46569_combout ; +wire \text_gen|char_ram~28479feeder_combout ; +wire \text_gen|char_ram~28479_q ; +wire \text_gen|char_ram~28486_q ; +wire \text_gen|char_ram~28458feeder_combout ; +wire \text_gen|char_ram~28458_q ; +wire \text_gen|char_ram~28451_q ; +wire \text_gen|char_ram~46561_combout ; +wire \text_gen|char_ram~46562_combout ; +wire \text_gen|char_ram~28255_q ; +wire \text_gen|char_ram~28262_q ; +wire \text_gen|char_ram~28234_q ; +wire \text_gen|char_ram~28227feeder_combout ; +wire \text_gen|char_ram~28227_q ; +wire \text_gen|char_ram~46565_combout ; +wire \text_gen|char_ram~46566_combout ; +wire \text_gen|char_ram~28346feeder_combout ; +wire \text_gen|char_ram~28346_q ; +wire \text_gen|char_ram~28374_q ; +wire \text_gen|char_ram~28339_q ; +wire \text_gen|char_ram~28367feeder_combout ; +wire \text_gen|char_ram~28367_q ; +wire \text_gen|char_ram~46563_combout ; +wire \text_gen|char_ram~46564_combout ; +wire \text_gen|char_ram~46567_combout ; +wire \text_gen|char_ram~46570_combout ; +wire \text_gen|char_ram~46571_combout ; +wire \text_gen|char_ram~6646feeder_combout ; +wire \text_gen|char_ram~6646_q ; +wire \text_gen|char_ram~7094_q ; +wire \text_gen|char_ram~5750_q ; +wire \text_gen|char_ram~6198feeder_combout ; +wire \text_gen|char_ram~6198_q ; +wire \text_gen|char_ram~46525_combout ; +wire \text_gen|char_ram~46526_combout ; +wire \text_gen|char_ram~5722_q ; +wire \text_gen|char_ram~6170_q ; +wire \text_gen|char_ram~46518_combout ; +wire \text_gen|char_ram~6618feeder_combout ; +wire \text_gen|char_ram~6618_q ; +wire \text_gen|char_ram~7066_q ; +wire \text_gen|char_ram~46519_combout ; +wire \text_gen|char_ram~6163_q ; +wire \text_gen|char_ram~7059_q ; +wire \text_gen|char_ram~6611feeder_combout ; +wire \text_gen|char_ram~6611_q ; +wire \text_gen|char_ram~5715_q ; +wire \text_gen|char_ram~46522_combout ; +wire \text_gen|char_ram~46523_combout ; +wire \text_gen|char_ram~5743_q ; +wire \text_gen|char_ram~6639feeder_combout ; +wire \text_gen|char_ram~6639_q ; +wire \text_gen|char_ram~46520_combout ; +wire \text_gen|char_ram~7087_q ; +wire \text_gen|char_ram~6191feeder_combout ; +wire \text_gen|char_ram~6191_q ; +wire \text_gen|char_ram~46521_combout ; +wire \text_gen|char_ram~46524_combout ; +wire \text_gen|char_ram~46527_combout ; +wire \text_gen|char_ram~6534feeder_combout ; +wire \text_gen|char_ram~6534_q ; +wire \text_gen|char_ram~6982_q ; +wire \text_gen|char_ram~6086feeder_combout ; +wire \text_gen|char_ram~6086_q ; +wire \text_gen|char_ram~5638_q ; +wire \text_gen|char_ram~46494_combout ; +wire \text_gen|char_ram~46495_combout ; +wire \text_gen|char_ram~6499feeder_combout ; +wire \text_gen|char_ram~6499_q ; +wire \text_gen|char_ram~5603_q ; +wire \text_gen|char_ram~46491_combout ; +wire \text_gen|char_ram~6947_q ; +wire \text_gen|char_ram~6051feeder_combout ; +wire \text_gen|char_ram~6051_q ; +wire \text_gen|char_ram~46492_combout ; +wire \text_gen|char_ram~6058feeder_combout ; +wire \text_gen|char_ram~6058_q ; +wire \text_gen|char_ram~5610_q ; +wire \text_gen|char_ram~46489_combout ; +wire \text_gen|char_ram~6954_q ; +wire \text_gen|char_ram~6506feeder_combout ; +wire \text_gen|char_ram~6506_q ; +wire \text_gen|char_ram~46490_combout ; +wire \text_gen|char_ram~46493_combout ; +wire \text_gen|char_ram~6079feeder_combout ; +wire \text_gen|char_ram~6079_q ; +wire \text_gen|char_ram~6527_q ; +wire \text_gen|char_ram~5631feeder_combout ; +wire \text_gen|char_ram~5631_q ; +wire \text_gen|char_ram~46487_combout ; +wire \text_gen|char_ram~6975feeder_combout ; +wire \text_gen|char_ram~6975_q ; +wire \text_gen|char_ram~46488_combout ; +wire \text_gen|char_ram~46496_combout ; +wire \text_gen|char_ram~6310_q ; +wire \text_gen|char_ram~5414_q ; +wire \text_gen|char_ram~5862feeder_combout ; +wire \text_gen|char_ram~5862_q ; +wire \text_gen|char_ram~46514_combout ; +wire \text_gen|char_ram~6758_q ; +wire \text_gen|char_ram~46515_combout ; +wire \text_gen|char_ram~5855feeder_combout ; +wire \text_gen|char_ram~5855_q ; +wire \text_gen|char_ram~6751feeder_combout ; +wire \text_gen|char_ram~6751_q ; +wire \text_gen|char_ram~5407_q ; +wire \text_gen|char_ram~6303feeder_combout ; +wire \text_gen|char_ram~6303_q ; +wire \text_gen|char_ram~46507_combout ; +wire \text_gen|char_ram~46508_combout ; +wire \text_gen|char_ram~5386_q ; +wire \text_gen|char_ram~5834feeder_combout ; +wire \text_gen|char_ram~5834_q ; +wire \text_gen|char_ram~46509_combout ; +wire \text_gen|char_ram~6730_q ; +wire \text_gen|char_ram~6282feeder_combout ; +wire \text_gen|char_ram~6282_q ; +wire \text_gen|char_ram~46510_combout ; +wire \text_gen|char_ram~5827feeder_combout ; +wire \text_gen|char_ram~5827_q ; +wire \text_gen|char_ram~6723_q ; +wire \text_gen|char_ram~6275feeder_combout ; +wire \text_gen|char_ram~6275_q ; +wire \text_gen|char_ram~5379_q ; +wire \text_gen|char_ram~46511_combout ; +wire \text_gen|char_ram~46512_combout ; +wire \text_gen|char_ram~46513_combout ; +wire \text_gen|char_ram~46516_combout ; +wire \text_gen|char_ram~6394feeder_combout ; +wire \text_gen|char_ram~6394_q ; +wire \text_gen|char_ram~6842_q ; +wire \text_gen|char_ram~5946feeder_combout ; +wire \text_gen|char_ram~5946_q ; +wire \text_gen|char_ram~5498_q ; +wire \text_gen|char_ram~46497_combout ; +wire \text_gen|char_ram~46498_combout ; +wire \text_gen|char_ram~5967feeder_combout ; +wire \text_gen|char_ram~5967_q ; +wire \text_gen|char_ram~6863_q ; +wire \text_gen|char_ram~5519_q ; +wire \text_gen|char_ram~6415feeder_combout ; +wire \text_gen|char_ram~6415_q ; +wire \text_gen|char_ram~46499_combout ; +wire \text_gen|char_ram~46500_combout ; +wire \text_gen|char_ram~5939feeder_combout ; +wire \text_gen|char_ram~5939_q ; +wire \text_gen|char_ram~6835_q ; +wire \text_gen|char_ram~6387feeder_combout ; +wire \text_gen|char_ram~6387_q ; +wire \text_gen|char_ram~5491_q ; +wire \text_gen|char_ram~46501_combout ; +wire \text_gen|char_ram~46502_combout ; +wire \text_gen|char_ram~46503_combout ; +wire \text_gen|char_ram~5526_q ; +wire \text_gen|char_ram~5974feeder_combout ; +wire \text_gen|char_ram~5974_q ; +wire \text_gen|char_ram~46504_combout ; +wire \text_gen|char_ram~6870_q ; +wire \text_gen|char_ram~6422feeder_combout ; +wire \text_gen|char_ram~6422_q ; +wire \text_gen|char_ram~46505_combout ; +wire \text_gen|char_ram~46506_combout ; +wire \text_gen|char_ram~46517_combout ; +wire \text_gen|char_ram~46528_combout ; +wire \text_gen|char_ram~13807_q ; +wire \text_gen|char_ram~13779_q ; +wire \text_gen|char_ram~46452_combout ; +wire \text_gen|char_ram~13814_q ; +wire \text_gen|char_ram~13786feeder_combout ; +wire \text_gen|char_ram~13786_q ; +wire \text_gen|char_ram~46453_combout ; +wire \text_gen|char_ram~13562feeder_combout ; +wire \text_gen|char_ram~13562_q ; +wire \text_gen|char_ram~13555_q ; +wire \text_gen|char_ram~13583feeder_combout ; +wire \text_gen|char_ram~13583_q ; +wire \text_gen|char_ram~46445_combout ; +wire \text_gen|char_ram~13590_q ; +wire \text_gen|char_ram~46446_combout ; +wire \text_gen|char_ram~13695feeder_combout ; +wire \text_gen|char_ram~13695_q ; +wire \text_gen|char_ram~13702_q ; +wire \text_gen|char_ram~13667_q ; +wire \text_gen|char_ram~13674feeder_combout ; +wire \text_gen|char_ram~13674_q ; +wire \text_gen|char_ram~46447_combout ; +wire \text_gen|char_ram~46448_combout ; +wire \text_gen|char_ram~13471feeder_combout ; +wire \text_gen|char_ram~13471_q ; +wire \text_gen|char_ram~13478_q ; +wire \text_gen|char_ram~13443_q ; +wire \text_gen|char_ram~13450feeder_combout ; +wire \text_gen|char_ram~13450_q ; +wire \text_gen|char_ram~46449_combout ; +wire \text_gen|char_ram~46450_combout ; +wire \text_gen|char_ram~46451_combout ; +wire \text_gen|char_ram~46454_combout ; +wire \text_gen|char_ram~14010feeder_combout ; +wire \text_gen|char_ram~14010_q ; +wire \text_gen|char_ram~14038_q ; +wire \text_gen|char_ram~14003_q ; +wire \text_gen|char_ram~14031feeder_combout ; +wire \text_gen|char_ram~14031_q ; +wire \text_gen|char_ram~46476_combout ; +wire \text_gen|char_ram~46477_combout ; +wire \text_gen|char_ram~14234_q ; +wire \text_gen|char_ram~14262_q ; +wire \text_gen|char_ram~14227_q ; +wire \text_gen|char_ram~14255_q ; +wire \text_gen|char_ram~46483_combout ; +wire \text_gen|char_ram~46484_combout ; +wire \text_gen|char_ram~13919feeder_combout ; +wire \text_gen|char_ram~13919_q ; +wire \text_gen|char_ram~13926_q ; +wire \text_gen|char_ram~13891_q ; +wire \text_gen|char_ram~13898feeder_combout ; +wire \text_gen|char_ram~13898_q ; +wire \text_gen|char_ram~46480_combout ; +wire \text_gen|char_ram~46481_combout ; +wire \text_gen|char_ram~14143feeder_combout ; +wire \text_gen|char_ram~14143_q ; +wire \text_gen|char_ram~14150_q ; +wire \text_gen|char_ram~14115_q ; +wire \text_gen|char_ram~14122feeder_combout ; +wire \text_gen|char_ram~14122_q ; +wire \text_gen|char_ram~46478_combout ; +wire \text_gen|char_ram~46479_combout ; +wire \text_gen|char_ram~46482_combout ; +wire \text_gen|char_ram~46485_combout ; +wire \text_gen|char_ram~13114feeder_combout ; +wire \text_gen|char_ram~13114_q ; +wire \text_gen|char_ram~13142_q ; +wire \text_gen|char_ram~13107_q ; +wire \text_gen|char_ram~13135feeder_combout ; +wire \text_gen|char_ram~13135_q ; +wire \text_gen|char_ram~46455_combout ; +wire \text_gen|char_ram~46456_combout ; +wire \text_gen|char_ram~13338feeder_combout ; +wire \text_gen|char_ram~13338_q ; +wire \text_gen|char_ram~13366_q ; +wire \text_gen|char_ram~13331_q ; +wire \text_gen|char_ram~13359feeder_combout ; +wire \text_gen|char_ram~13359_q ; +wire \text_gen|char_ram~46462_combout ; +wire \text_gen|char_ram~46463_combout ; +wire \text_gen|char_ram~13219_q ; +wire \text_gen|char_ram~13226feeder_combout ; +wire \text_gen|char_ram~13226_q ; +wire \text_gen|char_ram~46457_combout ; +wire \text_gen|char_ram~13254_q ; +wire \text_gen|char_ram~13247feeder_combout ; +wire \text_gen|char_ram~13247_q ; +wire \text_gen|char_ram~46458_combout ; +wire \text_gen|char_ram~13023feeder_combout ; +wire \text_gen|char_ram~13023_q ; +wire \text_gen|char_ram~13030_q ; +wire \text_gen|char_ram~13002feeder_combout ; +wire \text_gen|char_ram~13002_q ; +wire \text_gen|char_ram~12995_q ; +wire \text_gen|char_ram~46459_combout ; +wire \text_gen|char_ram~46460_combout ; +wire \text_gen|char_ram~46461_combout ; +wire \text_gen|char_ram~46464_combout ; +wire \text_gen|char_ram~12890feeder_combout ; +wire \text_gen|char_ram~12890_q ; +wire \text_gen|char_ram~12918_q ; +wire \text_gen|char_ram~12911_q ; +wire \text_gen|char_ram~12883_q ; +wire \text_gen|char_ram~46472_combout ; +wire \text_gen|char_ram~46473_combout ; +wire \text_gen|char_ram~12659_q ; +wire \text_gen|char_ram~12687feeder_combout ; +wire \text_gen|char_ram~12687_q ; +wire \text_gen|char_ram~46465_combout ; +wire \text_gen|char_ram~12694_q ; +wire \text_gen|char_ram~12666feeder_combout ; +wire \text_gen|char_ram~12666_q ; +wire \text_gen|char_ram~46466_combout ; +wire \text_gen|char_ram~12778feeder_combout ; +wire \text_gen|char_ram~12778_q ; +wire \text_gen|char_ram~12771_q ; +wire \text_gen|char_ram~46467_combout ; +wire \text_gen|char_ram~12806_q ; +wire \text_gen|char_ram~12799feeder_combout ; +wire \text_gen|char_ram~12799_q ; +wire \text_gen|char_ram~46468_combout ; +wire \text_gen|char_ram~12575feeder_combout ; +wire \text_gen|char_ram~12575_q ; +wire \text_gen|char_ram~12582_q ; +wire \text_gen|char_ram~12554feeder_combout ; +wire \text_gen|char_ram~12554_q ; +wire \text_gen|char_ram~12547_q ; +wire \text_gen|char_ram~46469_combout ; +wire \text_gen|char_ram~46470_combout ; +wire \text_gen|char_ram~46471_combout ; +wire \text_gen|char_ram~46474_combout ; +wire \text_gen|char_ram~46475_combout ; +wire \text_gen|char_ram~46486_combout ; +wire \text_gen|char_ram~46529_combout ; +wire \text_gen|char_ram~20618feeder_combout ; +wire \text_gen|char_ram~20618_q ; +wire \text_gen|char_ram~21066_q ; +wire \text_gen|char_ram~19722_q ; +wire \text_gen|char_ram~20170_q ; +wire \text_gen|char_ram~46425_combout ; +wire \text_gen|char_ram~46426_combout ; +wire \text_gen|char_ram~20163feeder_combout ; +wire \text_gen|char_ram~20163_q ; +wire \text_gen|char_ram~21059_q ; +wire \text_gen|char_ram~19715_q ; +wire \text_gen|char_ram~20611feeder_combout ; +wire \text_gen|char_ram~20611_q ; +wire \text_gen|char_ram~46427_combout ; +wire \text_gen|char_ram~46428_combout ; +wire \text_gen|char_ram~46429_combout ; +wire \text_gen|char_ram~20191feeder_combout ; +wire \text_gen|char_ram~20191_q ; +wire \text_gen|char_ram~21087_q ; +wire \text_gen|char_ram~20639feeder_combout ; +wire \text_gen|char_ram~20639_q ; +wire \text_gen|char_ram~19743_q ; +wire \text_gen|char_ram~46423_combout ; +wire \text_gen|char_ram~46424_combout ; +wire \text_gen|char_ram~20646feeder_combout ; +wire \text_gen|char_ram~20646_q ; +wire \text_gen|char_ram~21094_q ; +wire \text_gen|char_ram~19750_q ; +wire \text_gen|char_ram~20198_q ; +wire \text_gen|char_ram~46430_combout ; +wire \text_gen|char_ram~46431_combout ; +wire \text_gen|char_ram~46432_combout ; +wire \text_gen|char_ram~20870feeder_combout ; +wire \text_gen|char_ram~20870_q ; +wire \text_gen|char_ram~21318_q ; +wire \text_gen|char_ram~20422feeder_combout ; +wire \text_gen|char_ram~20422_q ; +wire \text_gen|char_ram~19974_q ; +wire \text_gen|char_ram~46420_combout ; +wire \text_gen|char_ram~46421_combout ; +wire \text_gen|char_ram~20415feeder_combout ; +wire \text_gen|char_ram~20415_q ; +wire \text_gen|char_ram~21311_q ; +wire \text_gen|char_ram~19967_q ; +wire \text_gen|char_ram~20863feeder_combout ; +wire \text_gen|char_ram~20863_q ; +wire \text_gen|char_ram~46413_combout ; +wire \text_gen|char_ram~46414_combout ; +wire \text_gen|char_ram~21283feeder_combout ; +wire \text_gen|char_ram~21283_q ; +wire \text_gen|char_ram~20835feeder_combout ; +wire \text_gen|char_ram~20835_q ; +wire \text_gen|char_ram~19939_q ; +wire \text_gen|char_ram~46417_combout ; +wire \text_gen|char_ram~20387feeder_combout ; +wire \text_gen|char_ram~20387_q ; +wire \text_gen|char_ram~46418_combout ; +wire \text_gen|char_ram~20842feeder_combout ; +wire \text_gen|char_ram~20842_q ; +wire \text_gen|char_ram~21290_q ; +wire \text_gen|char_ram~19946_q ; +wire \text_gen|char_ram~20394feeder_combout ; +wire \text_gen|char_ram~20394_q ; +wire \text_gen|char_ram~46415_combout ; +wire \text_gen|char_ram~46416_combout ; +wire \text_gen|char_ram~46419_combout ; +wire \text_gen|char_ram~46422_combout ; +wire \text_gen|char_ram~46433_combout ; +wire \text_gen|char_ram~20954feeder_combout ; +wire \text_gen|char_ram~20954_q ; +wire \text_gen|char_ram~21402_q ; +wire \text_gen|char_ram~20058_q ; +wire \text_gen|char_ram~20506feeder_combout ; +wire \text_gen|char_ram~20506_q ; +wire \text_gen|char_ram~46434_combout ; +wire \text_gen|char_ram~46435_combout ; +wire \text_gen|char_ram~20534feeder_combout ; +wire \text_gen|char_ram~20534_q ; +wire \text_gen|char_ram~20086_q ; +wire \text_gen|char_ram~46441_combout ; +wire \text_gen|char_ram~21430_q ; +wire \text_gen|char_ram~20982feeder_combout ; +wire \text_gen|char_ram~20982_q ; +wire \text_gen|char_ram~46442_combout ; +wire \text_gen|char_ram~20527feeder_combout ; +wire \text_gen|char_ram~20527_q ; +wire \text_gen|char_ram~21423_q ; +wire \text_gen|char_ram~20079_q ; +wire \text_gen|char_ram~20975feeder_combout ; +wire \text_gen|char_ram~20975_q ; +wire \text_gen|char_ram~46436_combout ; +wire \text_gen|char_ram~46437_combout ; +wire \text_gen|char_ram~20499feeder_combout ; +wire \text_gen|char_ram~20499_q ; +wire \text_gen|char_ram~21395_q ; +wire \text_gen|char_ram~20051_q ; +wire \text_gen|char_ram~20947feeder_combout ; +wire \text_gen|char_ram~20947_q ; +wire \text_gen|char_ram~46438_combout ; +wire \text_gen|char_ram~46439_combout ; +wire \text_gen|char_ram~46440_combout ; +wire \text_gen|char_ram~46443_combout ; +wire \text_gen|char_ram~20758_q ; +wire \text_gen|char_ram~21206_q ; +wire \text_gen|char_ram~19862_q ; +wire \text_gen|char_ram~20310feeder_combout ; +wire \text_gen|char_ram~20310_q ; +wire \text_gen|char_ram~46410_combout ; +wire \text_gen|char_ram~46411_combout ; +wire \text_gen|char_ram~20730feeder_combout ; +wire \text_gen|char_ram~20730_q ; +wire \text_gen|char_ram~21178_q ; +wire \text_gen|char_ram~19834_q ; +wire \text_gen|char_ram~20282feeder_combout ; +wire \text_gen|char_ram~20282_q ; +wire \text_gen|char_ram~46403_combout ; +wire \text_gen|char_ram~46404_combout ; +wire \text_gen|char_ram~20303feeder_combout ; +wire \text_gen|char_ram~20303_q ; +wire \text_gen|char_ram~21199_q ; +wire \text_gen|char_ram~19855_q ; +wire \text_gen|char_ram~20751feeder_combout ; +wire \text_gen|char_ram~20751_q ; +wire \text_gen|char_ram~46405_combout ; +wire \text_gen|char_ram~46406_combout ; +wire \text_gen|char_ram~20275feeder_combout ; +wire \text_gen|char_ram~20275_q ; +wire \text_gen|char_ram~21171_q ; +wire \text_gen|char_ram~19827_q ; +wire \text_gen|char_ram~20723feeder_combout ; +wire \text_gen|char_ram~20723_q ; +wire \text_gen|char_ram~46407_combout ; +wire \text_gen|char_ram~46408_combout ; +wire \text_gen|char_ram~46409_combout ; +wire \text_gen|char_ram~46412_combout ; +wire \text_gen|char_ram~46444_combout ; +wire \text_gen|char_ram~46572_combout ; +wire \text_gen|char_ram~4399feeder_combout ; +wire \text_gen|char_ram~4399_q ; +wire \text_gen|char_ram~4406_q ; +wire \text_gen|char_ram~4378feeder_combout ; +wire \text_gen|char_ram~4378_q ; +wire \text_gen|char_ram~4371_q ; +wire \text_gen|char_ram~46023_combout ; +wire \text_gen|char_ram~46024_combout ; +wire \text_gen|char_ram~11539_q ; +wire \text_gen|char_ram~11567feeder_combout ; +wire \text_gen|char_ram~11567_q ; +wire \text_gen|char_ram~46021_combout ; +wire \text_gen|char_ram~11574_q ; +wire \text_gen|char_ram~11546feeder_combout ; +wire \text_gen|char_ram~11546_q ; +wire \text_gen|char_ram~46022_combout ; +wire \text_gen|char_ram~46025_combout ; +wire \text_gen|char_ram~25882feeder_combout ; +wire \text_gen|char_ram~25882_q ; +wire \text_gen|char_ram~25910_q ; +wire \text_gen|char_ram~25875_q ; +wire \text_gen|char_ram~25903feeder_combout ; +wire \text_gen|char_ram~25903_q ; +wire \text_gen|char_ram~46026_combout ; +wire \text_gen|char_ram~46027_combout ; +wire \text_gen|char_ram~18707_q ; +wire \text_gen|char_ram~18714feeder_combout ; +wire \text_gen|char_ram~18714_q ; +wire \text_gen|char_ram~46019_combout ; +wire \text_gen|char_ram~18742_q ; +wire \text_gen|char_ram~18735feeder_combout ; +wire \text_gen|char_ram~18735_q ; +wire \text_gen|char_ram~46020_combout ; +wire \text_gen|char_ram~46028_combout ; +wire \text_gen|char_ram~5295feeder_combout ; +wire \text_gen|char_ram~5295_q ; +wire \text_gen|char_ram~5302_q ; +wire \text_gen|char_ram~5267_q ; +wire \text_gen|char_ram~5274feeder_combout ; +wire \text_gen|char_ram~5274_q ; +wire \text_gen|char_ram~46054_combout ; +wire \text_gen|char_ram~46055_combout ; +wire \text_gen|char_ram~12463_q ; +wire \text_gen|char_ram~12435_q ; +wire \text_gen|char_ram~46052_combout ; +wire \text_gen|char_ram~12470feeder_combout ; +wire \text_gen|char_ram~12470_q ; +wire \text_gen|char_ram~12442feeder_combout ; +wire \text_gen|char_ram~12442_q ; +wire \text_gen|char_ram~46053_combout ; +wire \text_gen|char_ram~46056_combout ; +wire \text_gen|char_ram~26778feeder_combout ; +wire \text_gen|char_ram~26778_q ; +wire \text_gen|char_ram~26806_q ; +wire \text_gen|char_ram~26799feeder_combout ; +wire \text_gen|char_ram~26799_q ; +wire \text_gen|char_ram~26771_q ; +wire \text_gen|char_ram~46057_combout ; +wire \text_gen|char_ram~46058_combout ; +wire \text_gen|char_ram~19638feeder_combout ; +wire \text_gen|char_ram~19638_q ; +wire \text_gen|char_ram~19631feeder_combout ; +wire \text_gen|char_ram~19631_q ; +wire \text_gen|char_ram~19610feeder_combout ; +wire \text_gen|char_ram~19610_q ; +wire \text_gen|char_ram~19603_q ; +wire \text_gen|char_ram~46050_combout ; +wire \text_gen|char_ram~46051_combout ; +wire \text_gen|char_ram~46059_combout ; +wire \text_gen|char_ram~26323_q ; +wire \text_gen|char_ram~26351feeder_combout ; +wire \text_gen|char_ram~26351_q ; +wire \text_gen|char_ram~46036_combout ; +wire \text_gen|char_ram~26358_q ; +wire \text_gen|char_ram~26330feeder_combout ; +wire \text_gen|char_ram~26330_q ; +wire \text_gen|char_ram~46037_combout ; +wire \text_gen|char_ram~19183feeder_combout ; +wire \text_gen|char_ram~19183_q ; +wire \text_gen|char_ram~19155_q ; +wire \text_gen|char_ram~19162feeder_combout ; +wire \text_gen|char_ram~19162_q ; +wire \text_gen|char_ram~46031_combout ; +wire \text_gen|char_ram~19190_q ; +wire \text_gen|char_ram~46032_combout ; +wire \text_gen|char_ram~4847feeder_combout ; +wire \text_gen|char_ram~4847_q ; +wire \text_gen|char_ram~4854_q ; +wire \text_gen|char_ram~4819_q ; +wire \text_gen|char_ram~4826feeder_combout ; +wire \text_gen|char_ram~4826_q ; +wire \text_gen|char_ram~46033_combout ; +wire \text_gen|char_ram~46034_combout ; +wire \text_gen|char_ram~46035_combout ; +wire \text_gen|char_ram~11994feeder_combout ; +wire \text_gen|char_ram~11994_q ; +wire \text_gen|char_ram~12022_q ; +wire \text_gen|char_ram~11987_q ; +wire \text_gen|char_ram~12015feeder_combout ; +wire \text_gen|char_ram~12015_q ; +wire \text_gen|char_ram~46029_combout ; +wire \text_gen|char_ram~46030_combout ; +wire \text_gen|char_ram~46038_combout ; +wire \text_gen|char_ram~18287feeder_combout ; +wire \text_gen|char_ram~18287_q ; +wire \text_gen|char_ram~18294_q ; +wire \text_gen|char_ram~18259_q ; +wire \text_gen|char_ram~18266feeder_combout ; +wire \text_gen|char_ram~18266_q ; +wire \text_gen|char_ram~46041_combout ; +wire \text_gen|char_ram~46042_combout ; +wire \text_gen|char_ram~3951feeder_combout ; +wire \text_gen|char_ram~3951_q ; +wire \text_gen|char_ram~3958_q ; +wire \text_gen|char_ram~3923_q ; +wire \text_gen|char_ram~3930feeder_combout ; +wire \text_gen|char_ram~3930_q ; +wire \text_gen|char_ram~46043_combout ; +wire \text_gen|char_ram~46044_combout ; +wire \text_gen|char_ram~46045_combout ; +wire \text_gen|char_ram~25434feeder_combout ; +wire \text_gen|char_ram~25434_q ; +wire \text_gen|char_ram~25462_q ; +wire \text_gen|char_ram~25455feeder_combout ; +wire \text_gen|char_ram~25455_q ; +wire \text_gen|char_ram~25427_q ; +wire \text_gen|char_ram~46046_combout ; +wire \text_gen|char_ram~46047_combout ; +wire \text_gen|char_ram~11126feeder_combout ; +wire \text_gen|char_ram~11126_q ; +wire \text_gen|char_ram~11098feeder_combout ; +wire \text_gen|char_ram~11098_q ; +wire \text_gen|char_ram~11091_q ; +wire \text_gen|char_ram~11119_q ; +wire \text_gen|char_ram~46039_combout ; +wire \text_gen|char_ram~46040_combout ; +wire \text_gen|char_ram~46048_combout ; +wire \text_gen|char_ram~46049_combout ; +wire \text_gen|char_ram~46060_combout ; +wire \text_gen|char_ram~12239feeder_combout ; +wire \text_gen|char_ram~12239_q ; +wire \text_gen|char_ram~12211_q ; +wire \text_gen|char_ram~45909_combout ; +wire \text_gen|char_ram~12246_q ; +wire \text_gen|char_ram~12218feeder_combout ; +wire \text_gen|char_ram~12218_q ; +wire \text_gen|char_ram~45910_combout ; +wire \text_gen|char_ram~11791feeder_combout ; +wire \text_gen|char_ram~11791_q ; +wire \text_gen|char_ram~11763_q ; +wire \text_gen|char_ram~45902_combout ; +wire \text_gen|char_ram~11770feeder_combout ; +wire \text_gen|char_ram~11770_q ; +wire \text_gen|char_ram~11798_q ; +wire \text_gen|char_ram~45903_combout ; +wire \text_gen|char_ram~10902feeder_combout ; +wire \text_gen|char_ram~10902_q ; +wire \text_gen|char_ram~10895feeder_combout ; +wire \text_gen|char_ram~10895_q ; +wire \text_gen|char_ram~10874feeder_combout ; +wire \text_gen|char_ram~10874_q ; +wire \text_gen|char_ram~10867_q ; +wire \text_gen|char_ram~45906_combout ; +wire \text_gen|char_ram~45907_combout ; +wire \text_gen|char_ram~11343feeder_combout ; +wire \text_gen|char_ram~11343_q ; +wire \text_gen|char_ram~11350_q ; +wire \text_gen|char_ram~11315_q ; +wire \text_gen|char_ram~11322feeder_combout ; +wire \text_gen|char_ram~11322_q ; +wire \text_gen|char_ram~45904_combout ; +wire \text_gen|char_ram~45905_combout ; +wire \text_gen|char_ram~45908_combout ; +wire \text_gen|char_ram~45911_combout ; +wire \text_gen|char_ram~5050feeder_combout ; +wire \text_gen|char_ram~5050_q ; +wire \text_gen|char_ram~5078feeder_combout ; +wire \text_gen|char_ram~5078_q ; +wire \text_gen|char_ram~5043_q ; +wire \text_gen|char_ram~5071feeder_combout ; +wire \text_gen|char_ram~5071_q ; +wire \text_gen|char_ram~45919_combout ; +wire \text_gen|char_ram~45920_combout ; +wire \text_gen|char_ram~4595_q ; +wire \text_gen|char_ram~4623feeder_combout ; +wire \text_gen|char_ram~4623_q ; +wire \text_gen|char_ram~45914_combout ; +wire \text_gen|char_ram~4602feeder_combout ; +wire \text_gen|char_ram~4602_q ; +wire \text_gen|char_ram~4630feeder_combout ; +wire \text_gen|char_ram~4630_q ; +wire \text_gen|char_ram~45915_combout ; +wire \text_gen|char_ram~3706feeder_combout ; +wire \text_gen|char_ram~3706_q ; +wire \text_gen|char_ram~3699_q ; +wire \text_gen|char_ram~45916_combout ; +wire \text_gen|char_ram~3734_q ; +wire \text_gen|char_ram~3727feeder_combout ; +wire \text_gen|char_ram~3727_q ; +wire \text_gen|char_ram~45917_combout ; +wire \text_gen|char_ram~45918_combout ; +wire \text_gen|char_ram~4175feeder_combout ; +wire \text_gen|char_ram~4175_q ; +wire \text_gen|char_ram~4182_q ; +wire \text_gen|char_ram~4147_q ; +wire \text_gen|char_ram~4154feeder_combout ; +wire \text_gen|char_ram~4154_q ; +wire \text_gen|char_ram~45912_combout ; +wire \text_gen|char_ram~45913_combout ; +wire \text_gen|char_ram~45921_combout ; +wire \text_gen|char_ram~45922_combout ; +wire \text_gen|char_ram~26554feeder_combout ; +wire \text_gen|char_ram~26554_q ; +wire \text_gen|char_ram~26582_q ; +wire \text_gen|char_ram~26547feeder_combout ; +wire \text_gen|char_ram~26547_q ; +wire \text_gen|char_ram~26575feeder_combout ; +wire \text_gen|char_ram~26575_q ; +wire \text_gen|char_ram~45930_combout ; +wire \text_gen|char_ram~45931_combout ; +wire \text_gen|char_ram~26127feeder_combout ; +wire \text_gen|char_ram~26127_q ; +wire \text_gen|char_ram~26099_q ; +wire \text_gen|char_ram~45923_combout ; +wire \text_gen|char_ram~26134_q ; +wire \text_gen|char_ram~26106feeder_combout ; +wire \text_gen|char_ram~26106_q ; +wire \text_gen|char_ram~45924_combout ; +wire \text_gen|char_ram~25203_q ; +wire \text_gen|char_ram~25210_q ; +wire \text_gen|char_ram~45927_combout ; +wire \text_gen|char_ram~25238_q ; +wire \text_gen|char_ram~25231feeder_combout ; +wire \text_gen|char_ram~25231_q ; +wire \text_gen|char_ram~45928_combout ; +wire \text_gen|char_ram~25679feeder_combout ; +wire \text_gen|char_ram~25679_q ; +wire \text_gen|char_ram~25686_q ; +wire \text_gen|char_ram~25651_q ; +wire \text_gen|char_ram~25658feeder_combout ; +wire \text_gen|char_ram~25658_q ; +wire \text_gen|char_ram~45925_combout ; +wire \text_gen|char_ram~45926_combout ; +wire \text_gen|char_ram~45929_combout ; +wire \text_gen|char_ram~45932_combout ; +wire \text_gen|char_ram~18518feeder_combout ; +wire \text_gen|char_ram~18518_q ; +wire \text_gen|char_ram~18511_q ; +wire \text_gen|char_ram~18490feeder_combout ; +wire \text_gen|char_ram~18490_q ; +wire \text_gen|char_ram~18483_q ; +wire \text_gen|char_ram~45892_combout ; +wire \text_gen|char_ram~45893_combout ; +wire \text_gen|char_ram~18931_q ; +wire \text_gen|char_ram~18959feeder_combout ; +wire \text_gen|char_ram~18959_q ; +wire \text_gen|char_ram~45894_combout ; +wire \text_gen|char_ram~18966_q ; +wire \text_gen|char_ram~18938feeder_combout ; +wire \text_gen|char_ram~18938_q ; +wire \text_gen|char_ram~45895_combout ; +wire \text_gen|char_ram~18063feeder_combout ; +wire \text_gen|char_ram~18063_q ; +wire \text_gen|char_ram~18070_q ; +wire \text_gen|char_ram~18035_q ; +wire \text_gen|char_ram~18042feeder_combout ; +wire \text_gen|char_ram~18042_q ; +wire \text_gen|char_ram~45896_combout ; +wire \text_gen|char_ram~45897_combout ; +wire \text_gen|char_ram~45898_combout ; +wire \text_gen|char_ram~19414feeder_combout ; +wire \text_gen|char_ram~19414_q ; +wire \text_gen|char_ram~19386feeder_combout ; +wire \text_gen|char_ram~19386_q ; +wire \text_gen|char_ram~19379_q ; +wire \text_gen|char_ram~19407feeder_combout ; +wire \text_gen|char_ram~19407_q ; +wire \text_gen|char_ram~45899_combout ; +wire \text_gen|char_ram~45900_combout ; +wire \text_gen|char_ram~45901_combout ; +wire \text_gen|char_ram~45933_combout ; +wire \text_gen|char_ram~4938feeder_combout ; +wire \text_gen|char_ram~4938_q ; +wire \text_gen|char_ram~4966_q ; +wire \text_gen|char_ram~4931_q ; +wire \text_gen|char_ram~4959feeder_combout ; +wire \text_gen|char_ram~4959_q ; +wire \text_gen|char_ram~46003_combout ; +wire \text_gen|char_ram~46004_combout ; +wire \text_gen|char_ram~4490feeder_combout ; +wire \text_gen|char_ram~4490_q ; +wire \text_gen|char_ram~4518_q ; +wire \text_gen|char_ram~4483_q ; +wire \text_gen|char_ram~4511feeder_combout ; +wire \text_gen|char_ram~4511_q ; +wire \text_gen|char_ram~45998_combout ; +wire \text_gen|char_ram~45999_combout ; +wire \text_gen|char_ram~3615feeder_combout ; +wire \text_gen|char_ram~3615_q ; +wire \text_gen|char_ram~3622_q ; +wire \text_gen|char_ram~3587_q ; +wire \text_gen|char_ram~3594feeder_combout ; +wire \text_gen|char_ram~3594_q ; +wire \text_gen|char_ram~46000_combout ; +wire \text_gen|char_ram~46001_combout ; +wire \text_gen|char_ram~46002_combout ; +wire \text_gen|char_ram~4063feeder_combout ; +wire \text_gen|char_ram~4063_q ; +wire \text_gen|char_ram~4070feeder_combout ; +wire \text_gen|char_ram~4070_q ; +wire \text_gen|char_ram~4035_q ; +wire \text_gen|char_ram~4042feeder_combout ; +wire \text_gen|char_ram~4042_q ; +wire \text_gen|char_ram~45996_combout ; +wire \text_gen|char_ram~45997_combout ; +wire \text_gen|char_ram~46005_combout ; +wire \text_gen|char_ram~19302feeder_combout ; +wire \text_gen|char_ram~19302_q ; +wire \text_gen|char_ram~19274_q ; +wire \text_gen|char_ram~19267_q ; +wire \text_gen|char_ram~19295feeder_combout ; +wire \text_gen|char_ram~19295_q ; +wire \text_gen|char_ram~45993_combout ; +wire \text_gen|char_ram~45994_combout ; +wire \text_gen|char_ram~18371_q ; +wire \text_gen|char_ram~18378feeder_combout ; +wire \text_gen|char_ram~18378_q ; +wire \text_gen|char_ram~45986_combout ; +wire \text_gen|char_ram~18406_q ; +wire \text_gen|char_ram~18399feeder_combout ; +wire \text_gen|char_ram~18399_q ; +wire \text_gen|char_ram~45987_combout ; +wire \text_gen|char_ram~18826feeder_combout ; +wire \text_gen|char_ram~18826_q ; +wire \text_gen|char_ram~18854_q ; +wire \text_gen|char_ram~18819_q ; +wire \text_gen|char_ram~18847feeder_combout ; +wire \text_gen|char_ram~18847_q ; +wire \text_gen|char_ram~45988_combout ; +wire \text_gen|char_ram~45989_combout ; +wire \text_gen|char_ram~17951feeder_combout ; +wire \text_gen|char_ram~17951_q ; +wire \text_gen|char_ram~17923_q ; +wire \text_gen|char_ram~17930feeder_combout ; +wire \text_gen|char_ram~17930_q ; +wire \text_gen|char_ram~45990_combout ; +wire \text_gen|char_ram~17958feeder_combout ; +wire \text_gen|char_ram~17958_q ; +wire \text_gen|char_ram~45991_combout ; +wire \text_gen|char_ram~45992_combout ; +wire \text_gen|char_ram~45995_combout ; +wire \text_gen|char_ram~46006_combout ; +wire \text_gen|char_ram~25994feeder_combout ; +wire \text_gen|char_ram~25994_q ; +wire \text_gen|char_ram~26022feeder_combout ; +wire \text_gen|char_ram~26022_q ; +wire \text_gen|char_ram~25987_q ; +wire \text_gen|char_ram~26015_q ; +wire \text_gen|char_ram~46007_combout ; +wire \text_gen|char_ram~46008_combout ; +wire \text_gen|char_ram~25539_q ; +wire \text_gen|char_ram~25546feeder_combout ; +wire \text_gen|char_ram~25546_q ; +wire \text_gen|char_ram~46009_combout ; +wire \text_gen|char_ram~25574_q ; +wire \text_gen|char_ram~25567feeder_combout ; +wire \text_gen|char_ram~25567_q ; +wire \text_gen|char_ram~46010_combout ; +wire \text_gen|char_ram~25119feeder_combout ; +wire \text_gen|char_ram~25119_q ; +wire \text_gen|char_ram~25126_q ; +wire \text_gen|char_ram~25091_q ; +wire \text_gen|char_ram~25098feeder_combout ; +wire \text_gen|char_ram~25098_q ; +wire \text_gen|char_ram~46011_combout ; +wire \text_gen|char_ram~46012_combout ; +wire \text_gen|char_ram~46013_combout ; +wire \text_gen|char_ram~26442feeder_combout ; +wire \text_gen|char_ram~26442_q ; +wire \text_gen|char_ram~26470_q ; +wire \text_gen|char_ram~26435_q ; +wire \text_gen|char_ram~26463_q ; +wire \text_gen|char_ram~46014_combout ; +wire \text_gen|char_ram~46015_combout ; +wire \text_gen|char_ram~46016_combout ; +wire \text_gen|char_ram~12106feeder_combout ; +wire \text_gen|char_ram~12106_q ; +wire \text_gen|char_ram~12134_q ; +wire \text_gen|char_ram~12099_q ; +wire \text_gen|char_ram~12127feeder_combout ; +wire \text_gen|char_ram~12127_q ; +wire \text_gen|char_ram~45983_combout ; +wire \text_gen|char_ram~45984_combout ; +wire \text_gen|char_ram~11231feeder_combout ; +wire \text_gen|char_ram~11231_q ; +wire \text_gen|char_ram~11238feeder_combout ; +wire \text_gen|char_ram~11238_q ; +wire \text_gen|char_ram~11203_q ; +wire \text_gen|char_ram~11210feeder_combout ; +wire \text_gen|char_ram~11210_q ; +wire \text_gen|char_ram~45978_combout ; +wire \text_gen|char_ram~45979_combout ; +wire \text_gen|char_ram~10783_q ; +wire \text_gen|char_ram~10790_q ; +wire \text_gen|char_ram~10755_q ; +wire \text_gen|char_ram~10762feeder_combout ; +wire \text_gen|char_ram~10762_q ; +wire \text_gen|char_ram~45980_combout ; +wire \text_gen|char_ram~45981_combout ; +wire \text_gen|char_ram~45982_combout ; +wire \text_gen|char_ram~11658feeder_combout ; +wire \text_gen|char_ram~11658_q ; +wire \text_gen|char_ram~11686_q ; +wire \text_gen|char_ram~11651feeder_combout ; +wire \text_gen|char_ram~11651_q ; +wire \text_gen|char_ram~11679_q ; +wire \text_gen|char_ram~45976_combout ; +wire \text_gen|char_ram~45977_combout ; +wire \text_gen|char_ram~45985_combout ; +wire \text_gen|char_ram~46017_combout ; +wire \text_gen|char_ram~11882feeder_combout ; +wire \text_gen|char_ram~11882_q ; +wire \text_gen|char_ram~11910_q ; +wire \text_gen|char_ram~11875_q ; +wire \text_gen|char_ram~11903feeder_combout ; +wire \text_gen|char_ram~11903_q ; +wire \text_gen|char_ram~45934_combout ; +wire \text_gen|char_ram~45935_combout ; +wire \text_gen|char_ram~12330feeder_combout ; +wire \text_gen|char_ram~12330_q ; +wire \text_gen|char_ram~12358_q ; +wire \text_gen|char_ram~12323_q ; +wire \text_gen|char_ram~12351feeder_combout ; +wire \text_gen|char_ram~12351_q ; +wire \text_gen|char_ram~45941_combout ; +wire \text_gen|char_ram~45942_combout ; +wire \text_gen|char_ram~11007feeder_combout ; +wire \text_gen|char_ram~11007_q ; +wire \text_gen|char_ram~11014_q ; +wire \text_gen|char_ram~10979_q ; +wire \text_gen|char_ram~10986feeder_combout ; +wire \text_gen|char_ram~10986_q ; +wire \text_gen|char_ram~45938_combout ; +wire \text_gen|char_ram~45939_combout ; +wire \text_gen|char_ram~11455feeder_combout ; +wire \text_gen|char_ram~11455_q ; +wire \text_gen|char_ram~11462_q ; +wire \text_gen|char_ram~11434feeder_combout ; +wire \text_gen|char_ram~11434_q ; +wire \text_gen|char_ram~11427_q ; +wire \text_gen|char_ram~45936_combout ; +wire \text_gen|char_ram~45937_combout ; +wire \text_gen|char_ram~45940_combout ; +wire \text_gen|char_ram~45943_combout ; +wire \text_gen|char_ram~26687feeder_combout ; +wire \text_gen|char_ram~26687_q ; +wire \text_gen|char_ram~26659_q ; +wire \text_gen|char_ram~45972_combout ; +wire \text_gen|char_ram~26694_q ; +wire \text_gen|char_ram~26666feeder_combout ; +wire \text_gen|char_ram~26666_q ; +wire \text_gen|char_ram~45973_combout ; +wire \text_gen|char_ram~26211_q ; +wire \text_gen|char_ram~26239feeder_combout ; +wire \text_gen|char_ram~26239_q ; +wire \text_gen|char_ram~45965_combout ; +wire \text_gen|char_ram~26246feeder_combout ; +wire \text_gen|char_ram~26246_q ; +wire \text_gen|char_ram~26218feeder_combout ; +wire \text_gen|char_ram~26218_q ; +wire \text_gen|char_ram~45966_combout ; +wire \text_gen|char_ram~25343feeder_combout ; +wire \text_gen|char_ram~25343_q ; +wire \text_gen|char_ram~25350_q ; +wire \text_gen|char_ram~25322feeder_combout ; +wire \text_gen|char_ram~25322_q ; +wire \text_gen|char_ram~25315_q ; +wire \text_gen|char_ram~45969_combout ; +wire \text_gen|char_ram~45970_combout ; +wire \text_gen|char_ram~25763_q ; +wire \text_gen|char_ram~25770feeder_combout ; +wire \text_gen|char_ram~25770_q ; +wire \text_gen|char_ram~45967_combout ; +wire \text_gen|char_ram~25798_q ; +wire \text_gen|char_ram~25791feeder_combout ; +wire \text_gen|char_ram~25791_q ; +wire \text_gen|char_ram~45968_combout ; +wire \text_gen|char_ram~45971_combout ; +wire \text_gen|char_ram~45974_combout ; +wire \text_gen|char_ram~4259_q ; +wire \text_gen|char_ram~4266feeder_combout ; +wire \text_gen|char_ram~4266_q ; +wire \text_gen|char_ram~45954_combout ; +wire \text_gen|char_ram~4294_q ; +wire \text_gen|char_ram~4287feeder_combout ; +wire \text_gen|char_ram~4287_q ; +wire \text_gen|char_ram~45955_combout ; +wire \text_gen|char_ram~4707feeder_combout ; +wire \text_gen|char_ram~4707_q ; +wire \text_gen|char_ram~4735feeder_combout ; +wire \text_gen|char_ram~4735_q ; +wire \text_gen|char_ram~45956_combout ; +wire \text_gen|char_ram~4742_q ; +wire \text_gen|char_ram~4714feeder_combout ; +wire \text_gen|char_ram~4714_q ; +wire \text_gen|char_ram~45957_combout ; +wire \text_gen|char_ram~3811_q ; +wire \text_gen|char_ram~3818feeder_combout ; +wire \text_gen|char_ram~3818_q ; +wire \text_gen|char_ram~45958_combout ; +wire \text_gen|char_ram~3846_q ; +wire \text_gen|char_ram~3839feeder_combout ; +wire \text_gen|char_ram~3839_q ; +wire \text_gen|char_ram~45959_combout ; +wire \text_gen|char_ram~45960_combout ; +wire \text_gen|char_ram~5162feeder_combout ; +wire \text_gen|char_ram~5162_q ; +wire \text_gen|char_ram~5190_q ; +wire \text_gen|char_ram~5183feeder_combout ; +wire \text_gen|char_ram~5183_q ; +wire \text_gen|char_ram~5155_q ; +wire \text_gen|char_ram~45961_combout ; +wire \text_gen|char_ram~45962_combout ; +wire \text_gen|char_ram~45963_combout ; +wire \text_gen|char_ram~19498feeder_combout ; +wire \text_gen|char_ram~19498_q ; +wire \text_gen|char_ram~19526_q ; +wire \text_gen|char_ram~19491_q ; +wire \text_gen|char_ram~19519feeder_combout ; +wire \text_gen|char_ram~19519_q ; +wire \text_gen|char_ram~45951_combout ; +wire \text_gen|char_ram~45952_combout ; +wire \text_gen|char_ram~18175feeder_combout ; +wire \text_gen|char_ram~18175_q ; +wire \text_gen|char_ram~18182_q ; +wire \text_gen|char_ram~18147_q ; +wire \text_gen|char_ram~18154feeder_combout ; +wire \text_gen|char_ram~18154_q ; +wire \text_gen|char_ram~45948_combout ; +wire \text_gen|char_ram~45949_combout ; +wire \text_gen|char_ram~19050feeder_combout ; +wire \text_gen|char_ram~19050_q ; +wire \text_gen|char_ram~19078_q ; +wire \text_gen|char_ram~19043_q ; +wire \text_gen|char_ram~19071feeder_combout ; +wire \text_gen|char_ram~19071_q ; +wire \text_gen|char_ram~45946_combout ; +wire \text_gen|char_ram~45947_combout ; +wire \text_gen|char_ram~45950_combout ; +wire \text_gen|char_ram~18623feeder_combout ; +wire \text_gen|char_ram~18623_q ; +wire \text_gen|char_ram~18630_q ; +wire \text_gen|char_ram~18595_q ; +wire \text_gen|char_ram~18602feeder_combout ; +wire \text_gen|char_ram~18602_q ; +wire \text_gen|char_ram~45944_combout ; +wire \text_gen|char_ram~45945_combout ; +wire \text_gen|char_ram~45953_combout ; +wire \text_gen|char_ram~45964_combout ; +wire \text_gen|char_ram~45975_combout ; +wire \text_gen|char_ram~46018_combout ; +wire \text_gen|char_ram~46061_combout ; +wire \text_gen|char_ram~9110feeder_combout ; +wire \text_gen|char_ram~9110_q ; +wire \text_gen|char_ram~9103feeder_combout ; +wire \text_gen|char_ram~9103_q ; +wire \text_gen|char_ram~9075feeder_combout ; +wire \text_gen|char_ram~9075_q ; +wire \text_gen|char_ram~9082feeder_combout ; +wire \text_gen|char_ram~9082_q ; +wire \text_gen|char_ram~46066_combout ; +wire \text_gen|char_ram~46067_combout ; +wire \text_gen|char_ram~9551feeder_combout ; +wire \text_gen|char_ram~9551_q ; +wire \text_gen|char_ram~9558_q ; +wire \text_gen|char_ram~9523_q ; +wire \text_gen|char_ram~9530feeder_combout ; +wire \text_gen|char_ram~9530_q ; +wire \text_gen|char_ram~46064_combout ; +wire \text_gen|char_ram~46065_combout ; +wire \text_gen|char_ram~46068_combout ; +wire \text_gen|char_ram~9971_q ; +wire \text_gen|char_ram~9999feeder_combout ; +wire \text_gen|char_ram~9999_q ; +wire \text_gen|char_ram~46062_combout ; +wire \text_gen|char_ram~9978_q ; +wire \text_gen|char_ram~10006feeder_combout ; +wire \text_gen|char_ram~10006_q ; +wire \text_gen|char_ram~46063_combout ; +wire \text_gen|char_ram~10426feeder_combout ; +wire \text_gen|char_ram~10426_q ; +wire \text_gen|char_ram~10454_q ; +wire \text_gen|char_ram~10447feeder_combout ; +wire \text_gen|char_ram~10447_q ; +wire \text_gen|char_ram~10419feeder_combout ; +wire \text_gen|char_ram~10419_q ; +wire \text_gen|char_ram~46069_combout ; +wire \text_gen|char_ram~46070_combout ; +wire \text_gen|char_ram~46071_combout ; +wire \text_gen|char_ram~10650_q ; +wire \text_gen|char_ram~10678_q ; +wire \text_gen|char_ram~10643_q ; +wire \text_gen|char_ram~10671_q ; +wire \text_gen|char_ram~46100_combout ; +wire \text_gen|char_ram~46101_combout ; +wire \text_gen|char_ram~10202feeder_combout ; +wire \text_gen|char_ram~10202_q ; +wire \text_gen|char_ram~10230_q ; +wire \text_gen|char_ram~10223feeder_combout ; +wire \text_gen|char_ram~10223_q ; +wire \text_gen|char_ram~10195_q ; +wire \text_gen|char_ram~46093_combout ; +wire \text_gen|char_ram~46094_combout ; +wire \text_gen|char_ram~9327feeder_combout ; +wire \text_gen|char_ram~9327_q ; +wire \text_gen|char_ram~9334_q ; +wire \text_gen|char_ram~9299_q ; +wire \text_gen|char_ram~9306feeder_combout ; +wire \text_gen|char_ram~9306_q ; +wire \text_gen|char_ram~46097_combout ; +wire \text_gen|char_ram~46098_combout ; +wire \text_gen|char_ram~9775feeder_combout ; +wire \text_gen|char_ram~9775_q ; +wire \text_gen|char_ram~9782_q ; +wire \text_gen|char_ram~9747_q ; +wire \text_gen|char_ram~9754feeder_combout ; +wire \text_gen|char_ram~9754_q ; +wire \text_gen|char_ram~46095_combout ; +wire \text_gen|char_ram~46096_combout ; +wire \text_gen|char_ram~46099_combout ; +wire \text_gen|char_ram~46102_combout ; +wire \text_gen|char_ram~10538feeder_combout ; +wire \text_gen|char_ram~10538_q ; +wire \text_gen|char_ram~10559feeder_combout ; +wire \text_gen|char_ram~10559_q ; +wire \text_gen|char_ram~10531_q ; +wire \text_gen|char_ram~46079_combout ; +wire \text_gen|char_ram~10566feeder_combout ; +wire \text_gen|char_ram~10566_q ; +wire \text_gen|char_ram~46080_combout ; +wire \text_gen|char_ram~9663feeder_combout ; +wire \text_gen|char_ram~9663_q ; +wire \text_gen|char_ram~9670_q ; +wire \text_gen|char_ram~9635_q ; +wire \text_gen|char_ram~9642feeder_combout ; +wire \text_gen|char_ram~9642_q ; +wire \text_gen|char_ram~46072_combout ; +wire \text_gen|char_ram~46073_combout ; +wire \text_gen|char_ram~9215feeder_combout ; +wire \text_gen|char_ram~9215_q ; +wire \text_gen|char_ram~9222_q ; +wire \text_gen|char_ram~9187feeder_combout ; +wire \text_gen|char_ram~9187_q ; +wire \text_gen|char_ram~9194_q ; +wire \text_gen|char_ram~46076_combout ; +wire \text_gen|char_ram~46077_combout ; +wire \text_gen|char_ram~10083_q ; +wire \text_gen|char_ram~10111feeder_combout ; +wire \text_gen|char_ram~10111_q ; +wire \text_gen|char_ram~46074_combout ; +wire \text_gen|char_ram~10118_q ; +wire \text_gen|char_ram~10090feeder_combout ; +wire \text_gen|char_ram~10090_q ; +wire \text_gen|char_ram~46075_combout ; +wire \text_gen|char_ram~46078_combout ; +wire \text_gen|char_ram~46081_combout ; +wire \text_gen|char_ram~9866feeder_combout ; +wire \text_gen|char_ram~9866_q ; +wire \text_gen|char_ram~9894_q ; +wire \text_gen|char_ram~9887feeder_combout ; +wire \text_gen|char_ram~9887_q ; +wire \text_gen|char_ram~9859feeder_combout ; +wire \text_gen|char_ram~9859_q ; +wire \text_gen|char_ram~46084_combout ; +wire \text_gen|char_ram~46085_combout ; +wire \text_gen|char_ram~8963_q ; +wire \text_gen|char_ram~8970feeder_combout ; +wire \text_gen|char_ram~8970_q ; +wire \text_gen|char_ram~46086_combout ; +wire \text_gen|char_ram~8998_q ; +wire \text_gen|char_ram~8991feeder_combout ; +wire \text_gen|char_ram~8991_q ; +wire \text_gen|char_ram~46087_combout ; +wire \text_gen|char_ram~46088_combout ; +wire \text_gen|char_ram~10314_q ; +wire \text_gen|char_ram~10342_q ; +wire \text_gen|char_ram~10307_q ; +wire \text_gen|char_ram~10335feeder_combout ; +wire \text_gen|char_ram~10335_q ; +wire \text_gen|char_ram~46089_combout ; +wire \text_gen|char_ram~46090_combout ; +wire \text_gen|char_ram~9439feeder_combout ; +wire \text_gen|char_ram~9439_q ; +wire \text_gen|char_ram~9446_q ; +wire \text_gen|char_ram~9411_q ; +wire \text_gen|char_ram~9418feeder_combout ; +wire \text_gen|char_ram~9418_q ; +wire \text_gen|char_ram~46082_combout ; +wire \text_gen|char_ram~46083_combout ; +wire \text_gen|char_ram~46091_combout ; +wire \text_gen|char_ram~46092_combout ; +wire \text_gen|char_ram~46103_combout ; +wire \text_gen|char_ram~2495feeder_combout ; +wire \text_gen|char_ram~2495_q ; +wire \text_gen|char_ram~2502_q ; +wire \text_gen|char_ram~2467_q ; +wire \text_gen|char_ram~2474feeder_combout ; +wire \text_gen|char_ram~2474_q ; +wire \text_gen|char_ram~46146_combout ; +wire \text_gen|char_ram~46147_combout ; +wire \text_gen|char_ram~3370feeder_combout ; +wire \text_gen|char_ram~3370_q ; +wire \text_gen|char_ram~3398_q ; +wire \text_gen|char_ram~3363_q ; +wire \text_gen|char_ram~3391feeder_combout ; +wire \text_gen|char_ram~3391_q ; +wire \text_gen|char_ram~46153_combout ; +wire \text_gen|char_ram~46154_combout ; +wire \text_gen|char_ram~2047feeder_combout ; +wire \text_gen|char_ram~2047_q ; +wire \text_gen|char_ram~2054_q ; +wire \text_gen|char_ram~2019_q ; +wire \text_gen|char_ram~2026feeder_combout ; +wire \text_gen|char_ram~2026_q ; +wire \text_gen|char_ram~46150_combout ; +wire \text_gen|char_ram~46151_combout ; +wire \text_gen|char_ram~2922feeder_combout ; +wire \text_gen|char_ram~2922_q ; +wire \text_gen|char_ram~2915_q ; +wire \text_gen|char_ram~2943feeder_combout ; +wire \text_gen|char_ram~2943_q ; +wire \text_gen|char_ram~46148_combout ; +wire \text_gen|char_ram~2950_q ; +wire \text_gen|char_ram~46149_combout ; +wire \text_gen|char_ram~46152_combout ; +wire \text_gen|char_ram~46155_combout ; +wire \text_gen|char_ram~3034feeder_combout ; +wire \text_gen|char_ram~3034_q ; +wire \text_gen|char_ram~3027_q ; +wire \text_gen|char_ram~3055feeder_combout ; +wire \text_gen|char_ram~3055_q ; +wire \text_gen|char_ram~46177_combout ; +wire \text_gen|char_ram~3062_q ; +wire \text_gen|char_ram~46178_combout ; +wire \text_gen|char_ram~3482feeder_combout ; +wire \text_gen|char_ram~3482_q ; +wire \text_gen|char_ram~3510_q ; +wire \text_gen|char_ram~3475_q ; +wire \text_gen|char_ram~3503feeder_combout ; +wire \text_gen|char_ram~3503_q ; +wire \text_gen|char_ram~46184_combout ; +wire \text_gen|char_ram~46185_combout ; +wire \text_gen|char_ram~2138feeder_combout ; +wire \text_gen|char_ram~2138_q ; +wire \text_gen|char_ram~2131_q ; +wire \text_gen|char_ram~46181_combout ; +wire \text_gen|char_ram~2159feeder_combout ; +wire \text_gen|char_ram~2159_q ; +wire \text_gen|char_ram~2166_q ; +wire \text_gen|char_ram~46182_combout ; +wire \text_gen|char_ram~2607feeder_combout ; +wire \text_gen|char_ram~2607_q ; +wire \text_gen|char_ram~2614_q ; +wire \text_gen|char_ram~2579_q ; +wire \text_gen|char_ram~2586feeder_combout ; +wire \text_gen|char_ram~2586_q ; +wire \text_gen|char_ram~46179_combout ; +wire \text_gen|char_ram~46180_combout ; +wire \text_gen|char_ram~46183_combout ; +wire \text_gen|char_ram~46186_combout ; +wire \text_gen|char_ram~1795_q ; +wire \text_gen|char_ram~1802feeder_combout ; +wire \text_gen|char_ram~1802_q ; +wire \text_gen|char_ram~46170_combout ; +wire \text_gen|char_ram~1830_q ; +wire \text_gen|char_ram~1823feeder_combout ; +wire \text_gen|char_ram~1823_q ; +wire \text_gen|char_ram~46171_combout ; +wire \text_gen|char_ram~2698feeder_combout ; +wire \text_gen|char_ram~2698_q ; +wire \text_gen|char_ram~2726_q ; +wire \text_gen|char_ram~2691_q ; +wire \text_gen|char_ram~2719feeder_combout ; +wire \text_gen|char_ram~2719_q ; +wire \text_gen|char_ram~46168_combout ; +wire \text_gen|char_ram~46169_combout ; +wire \text_gen|char_ram~46172_combout ; +wire \text_gen|char_ram~3146_q ; +wire \text_gen|char_ram~3174_q ; +wire \text_gen|char_ram~3139_q ; +wire \text_gen|char_ram~3167feeder_combout ; +wire \text_gen|char_ram~3167_q ; +wire \text_gen|char_ram~46173_combout ; +wire \text_gen|char_ram~46174_combout ; +wire \text_gen|char_ram~2271feeder_combout ; +wire \text_gen|char_ram~2271_q ; +wire \text_gen|char_ram~2278_q ; +wire \text_gen|char_ram~2243_q ; +wire \text_gen|char_ram~2250feeder_combout ; +wire \text_gen|char_ram~2250_q ; +wire \text_gen|char_ram~46166_combout ; +wire \text_gen|char_ram~46167_combout ; +wire \text_gen|char_ram~46175_combout ; +wire \text_gen|char_ram~3258feeder_combout ; +wire \text_gen|char_ram~3258_q ; +wire \text_gen|char_ram~3286_q ; +wire \text_gen|char_ram~3251_q ; +wire \text_gen|char_ram~3279feeder_combout ; +wire \text_gen|char_ram~3279_q ; +wire \text_gen|char_ram~46163_combout ; +wire \text_gen|char_ram~46164_combout ; +wire \text_gen|char_ram~2810feeder_combout ; +wire \text_gen|char_ram~2810_q ; +wire \text_gen|char_ram~2838_q ; +wire \text_gen|char_ram~2803_q ; +wire \text_gen|char_ram~2831feeder_combout ; +wire \text_gen|char_ram~2831_q ; +wire \text_gen|char_ram~46156_combout ; +wire \text_gen|char_ram~46157_combout ; +wire \text_gen|char_ram~2383feeder_combout ; +wire \text_gen|char_ram~2383_q ; +wire \text_gen|char_ram~2390_q ; +wire \text_gen|char_ram~2355_q ; +wire \text_gen|char_ram~2362feeder_combout ; +wire \text_gen|char_ram~2362_q ; +wire \text_gen|char_ram~46158_combout ; +wire \text_gen|char_ram~46159_combout ; +wire \text_gen|char_ram~1935feeder_combout ; +wire \text_gen|char_ram~1935_q ; +wire \text_gen|char_ram~1942_q ; +wire \text_gen|char_ram~1907_q ; +wire \text_gen|char_ram~1914_q ; +wire \text_gen|char_ram~46160_combout ; +wire \text_gen|char_ram~46161_combout ; +wire \text_gen|char_ram~46162_combout ; +wire \text_gen|char_ram~46165_combout ; +wire \text_gen|char_ram~46176_combout ; +wire \text_gen|char_ram~46187_combout ; +wire \text_gen|char_ram~17818feeder_combout ; +wire \text_gen|char_ram~17818_q ; +wire \text_gen|char_ram~17846_q ; +wire \text_gen|char_ram~17811_q ; +wire \text_gen|char_ram~17839feeder_combout ; +wire \text_gen|char_ram~17839_q ; +wire \text_gen|char_ram~46142_combout ; +wire \text_gen|char_ram~46143_combout ; +wire \text_gen|char_ram~17363_q ; +wire \text_gen|char_ram~17391feeder_combout ; +wire \text_gen|char_ram~17391_q ; +wire \text_gen|char_ram~46135_combout ; +wire \text_gen|char_ram~17398_q ; +wire \text_gen|char_ram~17370feeder_combout ; +wire \text_gen|char_ram~17370_q ; +wire \text_gen|char_ram~46136_combout ; +wire \text_gen|char_ram~16943feeder_combout ; +wire \text_gen|char_ram~16943_q ; +wire \text_gen|char_ram~16950_q ; +wire \text_gen|char_ram~16915_q ; +wire \text_gen|char_ram~16922feeder_combout ; +wire \text_gen|char_ram~16922_q ; +wire \text_gen|char_ram~46137_combout ; +wire \text_gen|char_ram~46138_combout ; +wire \text_gen|char_ram~16495feeder_combout ; +wire \text_gen|char_ram~16495_q ; +wire \text_gen|char_ram~16502_q ; +wire \text_gen|char_ram~16467_q ; +wire \text_gen|char_ram~16474feeder_combout ; +wire \text_gen|char_ram~16474_q ; +wire \text_gen|char_ram~46139_combout ; +wire \text_gen|char_ram~46140_combout ; +wire \text_gen|char_ram~46141_combout ; +wire \text_gen|char_ram~46144_combout ; +wire \text_gen|char_ram~17258feeder_combout ; +wire \text_gen|char_ram~17258_q ; +wire \text_gen|char_ram~17286_q ; +wire \text_gen|char_ram~17279feeder_combout ; +wire \text_gen|char_ram~17279_q ; +wire \text_gen|char_ram~17251_q ; +wire \text_gen|char_ram~46106_combout ; +wire \text_gen|char_ram~46107_combout ; +wire \text_gen|char_ram~16383feeder_combout ; +wire \text_gen|char_ram~16383_q ; +wire \text_gen|char_ram~16390_q ; +wire \text_gen|char_ram~16355_q ; +wire \text_gen|char_ram~16362feeder_combout ; +wire \text_gen|char_ram~16362_q ; +wire \text_gen|char_ram~46108_combout ; +wire \text_gen|char_ram~46109_combout ; +wire \text_gen|char_ram~46110_combout ; +wire \text_gen|char_ram~16831feeder_combout ; +wire \text_gen|char_ram~16831_q ; +wire \text_gen|char_ram~16838_q ; +wire \text_gen|char_ram~16803_q ; +wire \text_gen|char_ram~16810feeder_combout ; +wire \text_gen|char_ram~16810_q ; +wire \text_gen|char_ram~46104_combout ; +wire \text_gen|char_ram~46105_combout ; +wire \text_gen|char_ram~17706feeder_combout ; +wire \text_gen|char_ram~17706_q ; +wire \text_gen|char_ram~17734_q ; +wire \text_gen|char_ram~17699_q ; +wire \text_gen|char_ram~17727feeder_combout ; +wire \text_gen|char_ram~17727_q ; +wire \text_gen|char_ram~46111_combout ; +wire \text_gen|char_ram~46112_combout ; +wire \text_gen|char_ram~46113_combout ; +wire \text_gen|char_ram~17482feeder_combout ; +wire \text_gen|char_ram~17482_q ; +wire \text_gen|char_ram~17475_q ; +wire \text_gen|char_ram~17503feeder_combout ; +wire \text_gen|char_ram~17503_q ; +wire \text_gen|char_ram~46131_combout ; +wire \text_gen|char_ram~17510_q ; +wire \text_gen|char_ram~46132_combout ; +wire \text_gen|char_ram~16607feeder_combout ; +wire \text_gen|char_ram~16607_q ; +wire \text_gen|char_ram~16614_q ; +wire \text_gen|char_ram~16579_q ; +wire \text_gen|char_ram~16586feeder_combout ; +wire \text_gen|char_ram~16586_q ; +wire \text_gen|char_ram~46124_combout ; +wire \text_gen|char_ram~46125_combout ; +wire \text_gen|char_ram~16159feeder_combout ; +wire \text_gen|char_ram~16159_q ; +wire \text_gen|char_ram~16166_q ; +wire \text_gen|char_ram~16131_q ; +wire \text_gen|char_ram~16138feeder_combout ; +wire \text_gen|char_ram~16138_q ; +wire \text_gen|char_ram~46128_combout ; +wire \text_gen|char_ram~46129_combout ; +wire \text_gen|char_ram~17027_q ; +wire \text_gen|char_ram~17055feeder_combout ; +wire \text_gen|char_ram~17055_q ; +wire \text_gen|char_ram~46126_combout ; +wire \text_gen|char_ram~17062_q ; +wire \text_gen|char_ram~17034feeder_combout ; +wire \text_gen|char_ram~17034_q ; +wire \text_gen|char_ram~46127_combout ; +wire \text_gen|char_ram~46130_combout ; +wire \text_gen|char_ram~46133_combout ; +wire \text_gen|char_ram~16691_q ; +wire \text_gen|char_ram~16698feeder_combout ; +wire \text_gen|char_ram~16698_q ; +wire \text_gen|char_ram~46116_combout ; +wire \text_gen|char_ram~16726_q ; +wire \text_gen|char_ram~16719feeder_combout ; +wire \text_gen|char_ram~16719_q ; +wire \text_gen|char_ram~46117_combout ; +wire \text_gen|char_ram~16271feeder_combout ; +wire \text_gen|char_ram~16271_q ; +wire \text_gen|char_ram~16278_q ; +wire \text_gen|char_ram~16243_q ; +wire \text_gen|char_ram~16250feeder_combout ; +wire \text_gen|char_ram~16250_q ; +wire \text_gen|char_ram~46118_combout ; +wire \text_gen|char_ram~46119_combout ; +wire \text_gen|char_ram~46120_combout ; +wire \text_gen|char_ram~17594feeder_combout ; +wire \text_gen|char_ram~17594_q ; +wire \text_gen|char_ram~17622_q ; +wire \text_gen|char_ram~17587_q ; +wire \text_gen|char_ram~17615_q ; +wire \text_gen|char_ram~46121_combout ; +wire \text_gen|char_ram~46122_combout ; +wire \text_gen|char_ram~17146_q ; +wire \text_gen|char_ram~17174_q ; +wire \text_gen|char_ram~17139_q ; +wire \text_gen|char_ram~17167feeder_combout ; +wire \text_gen|char_ram~17167_q ; +wire \text_gen|char_ram~46114_combout ; +wire \text_gen|char_ram~46115_combout ; +wire \text_gen|char_ram~46123_combout ; +wire \text_gen|char_ram~46134_combout ; +wire \text_gen|char_ram~46145_combout ; +wire \text_gen|char_ram~46188_combout ; +wire \text_gen|char_ram~24538feeder_combout ; +wire \text_gen|char_ram~24538_q ; +wire \text_gen|char_ram~24566_q ; +wire \text_gen|char_ram~24559feeder_combout ; +wire \text_gen|char_ram~24559_q ; +wire \text_gen|char_ram~24531_q ; +wire \text_gen|char_ram~46220_combout ; +wire \text_gen|char_ram~46221_combout ; +wire \text_gen|char_ram~24986_q ; +wire \text_gen|char_ram~25014_q ; +wire \text_gen|char_ram~25007feeder_combout ; +wire \text_gen|char_ram~25007_q ; +wire \text_gen|char_ram~24979_q ; +wire \text_gen|char_ram~46227_combout ; +wire \text_gen|char_ram~46228_combout ; +wire \text_gen|char_ram~24111feeder_combout ; +wire \text_gen|char_ram~24111_q ; +wire \text_gen|char_ram~24118feeder_combout ; +wire \text_gen|char_ram~24118_q ; +wire \text_gen|char_ram~24083_q ; +wire \text_gen|char_ram~24090feeder_combout ; +wire \text_gen|char_ram~24090_q ; +wire \text_gen|char_ram~46222_combout ; +wire \text_gen|char_ram~46223_combout ; +wire \text_gen|char_ram~23663feeder_combout ; +wire \text_gen|char_ram~23663_q ; +wire \text_gen|char_ram~23670_q ; +wire \text_gen|char_ram~23635_q ; +wire \text_gen|char_ram~23642feeder_combout ; +wire \text_gen|char_ram~23642_q ; +wire \text_gen|char_ram~46224_combout ; +wire \text_gen|char_ram~46225_combout ; +wire \text_gen|char_ram~46226_combout ; +wire \text_gen|char_ram~46229_combout ; +wire \text_gen|char_ram~24314feeder_combout ; +wire \text_gen|char_ram~24314_q ; +wire \text_gen|char_ram~24342_q ; +wire \text_gen|char_ram~24307_q ; +wire \text_gen|char_ram~24335feeder_combout ; +wire \text_gen|char_ram~24335_q ; +wire \text_gen|char_ram~46189_combout ; +wire \text_gen|char_ram~46190_combout ; +wire \text_gen|char_ram~24762feeder_combout ; +wire \text_gen|char_ram~24762_q ; +wire \text_gen|char_ram~24790feeder_combout ; +wire \text_gen|char_ram~24790_q ; +wire \text_gen|char_ram~24783feeder_combout ; +wire \text_gen|char_ram~24783_q ; +wire \text_gen|char_ram~24755_q ; +wire \text_gen|char_ram~46196_combout ; +wire \text_gen|char_ram~46197_combout ; +wire \text_gen|char_ram~23887feeder_combout ; +wire \text_gen|char_ram~23887_q ; +wire \text_gen|char_ram~23894_q ; +wire \text_gen|char_ram~23859_q ; +wire \text_gen|char_ram~23866feeder_combout ; +wire \text_gen|char_ram~23866_q ; +wire \text_gen|char_ram~46191_combout ; +wire \text_gen|char_ram~46192_combout ; +wire \text_gen|char_ram~23439feeder_combout ; +wire \text_gen|char_ram~23439_q ; +wire \text_gen|char_ram~23446_q ; +wire \text_gen|char_ram~23411_q ; +wire \text_gen|char_ram~23418feeder_combout ; +wire \text_gen|char_ram~23418_q ; +wire \text_gen|char_ram~46193_combout ; +wire \text_gen|char_ram~46194_combout ; +wire \text_gen|char_ram~46195_combout ; +wire \text_gen|char_ram~46198_combout ; +wire \text_gen|char_ram~24643_q ; +wire \text_gen|char_ram~24671feeder_combout ; +wire \text_gen|char_ram~24671_q ; +wire \text_gen|char_ram~46216_combout ; +wire \text_gen|char_ram~24678_q ; +wire \text_gen|char_ram~24650feeder_combout ; +wire \text_gen|char_ram~24650_q ; +wire \text_gen|char_ram~46217_combout ; +wire \text_gen|char_ram~24202feeder_combout ; +wire \text_gen|char_ram~24202_q ; +wire \text_gen|char_ram~24230_q ; +wire \text_gen|char_ram~24195_q ; +wire \text_gen|char_ram~24223feeder_combout ; +wire \text_gen|char_ram~24223_q ; +wire \text_gen|char_ram~46211_combout ; +wire \text_gen|char_ram~46212_combout ; +wire \text_gen|char_ram~23299_q ; +wire \text_gen|char_ram~23306feeder_combout ; +wire \text_gen|char_ram~23306_q ; +wire \text_gen|char_ram~46213_combout ; +wire \text_gen|char_ram~23327feeder_combout ; +wire \text_gen|char_ram~23327_q ; +wire \text_gen|char_ram~23334_q ; +wire \text_gen|char_ram~46214_combout ; +wire \text_gen|char_ram~46215_combout ; +wire \text_gen|char_ram~23775feeder_combout ; +wire \text_gen|char_ram~23775_q ; +wire \text_gen|char_ram~23782_q ; +wire \text_gen|char_ram~23747_q ; +wire \text_gen|char_ram~23754_q ; +wire \text_gen|char_ram~46209_combout ; +wire \text_gen|char_ram~46210_combout ; +wire \text_gen|char_ram~46218_combout ; +wire \text_gen|char_ram~24867_q ; +wire \text_gen|char_ram~24895feeder_combout ; +wire \text_gen|char_ram~24895_q ; +wire \text_gen|char_ram~46206_combout ; +wire \text_gen|char_ram~24902_q ; +wire \text_gen|char_ram~24874feeder_combout ; +wire \text_gen|char_ram~24874_q ; +wire \text_gen|char_ram~46207_combout ; +wire \text_gen|char_ram~23999feeder_combout ; +wire \text_gen|char_ram~23999_q ; +wire \text_gen|char_ram~24006_q ; +wire \text_gen|char_ram~23971_q ; +wire \text_gen|char_ram~23978feeder_combout ; +wire \text_gen|char_ram~23978_q ; +wire \text_gen|char_ram~46199_combout ; +wire \text_gen|char_ram~46200_combout ; +wire \text_gen|char_ram~23551feeder_combout ; +wire \text_gen|char_ram~23551_q ; +wire \text_gen|char_ram~23558_q ; +wire \text_gen|char_ram~23523_q ; +wire \text_gen|char_ram~23530feeder_combout ; +wire \text_gen|char_ram~23530_q ; +wire \text_gen|char_ram~46203_combout ; +wire \text_gen|char_ram~46204_combout ; +wire \text_gen|char_ram~24426feeder_combout ; +wire \text_gen|char_ram~24426_q ; +wire \text_gen|char_ram~24454_q ; +wire \text_gen|char_ram~24419_q ; +wire \text_gen|char_ram~24447feeder_combout ; +wire \text_gen|char_ram~24447_q ; +wire \text_gen|char_ram~46201_combout ; +wire \text_gen|char_ram~46202_combout ; +wire \text_gen|char_ram~46205_combout ; +wire \text_gen|char_ram~46208_combout ; +wire \text_gen|char_ram~46219_combout ; +wire \text_gen|char_ram~46230_combout ; +wire \text_gen|char_ram~46231_combout ; +wire \text_gen|char_ram~15802feeder_combout ; +wire \text_gen|char_ram~15802_q ; +wire \text_gen|char_ram~15830_q ; +wire \text_gen|char_ram~15823feeder_combout ; +wire \text_gen|char_ram~15823_q ; +wire \text_gen|char_ram~15795_q ; +wire \text_gen|char_ram~46249_combout ; +wire \text_gen|char_ram~46250_combout ; +wire \text_gen|char_ram~14927feeder_combout ; +wire \text_gen|char_ram~14927_q ; +wire \text_gen|char_ram~14934_q ; +wire \text_gen|char_ram~14899_q ; +wire \text_gen|char_ram~14906feeder_combout ; +wire \text_gen|char_ram~14906_q ; +wire \text_gen|char_ram~46244_combout ; +wire \text_gen|char_ram~46245_combout ; +wire \text_gen|char_ram~14479feeder_combout ; +wire \text_gen|char_ram~14479_q ; +wire \text_gen|char_ram~14486_q ; +wire \text_gen|char_ram~14451_q ; +wire \text_gen|char_ram~14458feeder_combout ; +wire \text_gen|char_ram~14458_q ; +wire \text_gen|char_ram~46246_combout ; +wire \text_gen|char_ram~46247_combout ; +wire \text_gen|char_ram~46248_combout ; +wire \text_gen|char_ram~15354feeder_combout ; +wire \text_gen|char_ram~15354_q ; +wire \text_gen|char_ram~15382_q ; +wire \text_gen|char_ram~15347_q ; +wire \text_gen|char_ram~15375feeder_combout ; +wire \text_gen|char_ram~15375_q ; +wire \text_gen|char_ram~46242_combout ; +wire \text_gen|char_ram~46243_combout ; +wire \text_gen|char_ram~46251_combout ; +wire \text_gen|char_ram~14815feeder_combout ; +wire \text_gen|char_ram~14815_q ; +wire \text_gen|char_ram~14822_q ; +wire \text_gen|char_ram~14787_q ; +wire \text_gen|char_ram~14794feeder_combout ; +wire \text_gen|char_ram~14794_q ; +wire \text_gen|char_ram~46252_combout ; +wire \text_gen|char_ram~46253_combout ; +wire \text_gen|char_ram~15711_q ; +wire \text_gen|char_ram~15683feeder_combout ; +wire \text_gen|char_ram~15683_q ; +wire \text_gen|char_ram~46259_combout ; +wire \text_gen|char_ram~15718_q ; +wire \text_gen|char_ram~15690feeder_combout ; +wire \text_gen|char_ram~15690_q ; +wire \text_gen|char_ram~46260_combout ; +wire \text_gen|char_ram~14374feeder_combout ; +wire \text_gen|char_ram~14374_q ; +wire \text_gen|char_ram~14367feeder_combout ; +wire \text_gen|char_ram~14367_q ; +wire \text_gen|char_ram~14339_q ; +wire \text_gen|char_ram~14346feeder_combout ; +wire \text_gen|char_ram~14346_q ; +wire \text_gen|char_ram~46256_combout ; +wire \text_gen|char_ram~46257_combout ; +wire \text_gen|char_ram~15242feeder_combout ; +wire \text_gen|char_ram~15242_q ; +wire \text_gen|char_ram~15270_q ; +wire \text_gen|char_ram~15235_q ; +wire \text_gen|char_ram~15263feeder_combout ; +wire \text_gen|char_ram~15263_q ; +wire \text_gen|char_ram~46254_combout ; +wire \text_gen|char_ram~46255_combout ; +wire \text_gen|char_ram~46258_combout ; +wire \text_gen|char_ram~46261_combout ; +wire \text_gen|char_ram~46262_combout ; +wire \text_gen|char_ram~15914feeder_combout ; +wire \text_gen|char_ram~15914_q ; +wire \text_gen|char_ram~15942_q ; +wire \text_gen|char_ram~15907_q ; +wire \text_gen|char_ram~15935feeder_combout ; +wire \text_gen|char_ram~15935_q ; +wire \text_gen|char_ram~46239_combout ; +wire \text_gen|char_ram~46240_combout ; +wire \text_gen|char_ram~15011_q ; +wire \text_gen|char_ram~15018feeder_combout ; +wire \text_gen|char_ram~15018_q ; +wire \text_gen|char_ram~46232_combout ; +wire \text_gen|char_ram~15039_q ; +wire \text_gen|char_ram~15046feeder_combout ; +wire \text_gen|char_ram~15046_q ; +wire \text_gen|char_ram~46233_combout ; +wire \text_gen|char_ram~15466_q ; +wire \text_gen|char_ram~15494_q ; +wire \text_gen|char_ram~15487feeder_combout ; +wire \text_gen|char_ram~15487_q ; +wire \text_gen|char_ram~15459_q ; +wire \text_gen|char_ram~46234_combout ; +wire \text_gen|char_ram~46235_combout ; +wire \text_gen|char_ram~14591feeder_combout ; +wire \text_gen|char_ram~14591_q ; +wire \text_gen|char_ram~14598_q ; +wire \text_gen|char_ram~14563_q ; +wire \text_gen|char_ram~14570feeder_combout ; +wire \text_gen|char_ram~14570_q ; +wire \text_gen|char_ram~46236_combout ; +wire \text_gen|char_ram~46237_combout ; +wire \text_gen|char_ram~46238_combout ; +wire \text_gen|char_ram~46241_combout ; +wire \text_gen|char_ram~14675_q ; +wire \text_gen|char_ram~14682_q ; +wire \text_gen|char_ram~46267_combout ; +wire \text_gen|char_ram~14703feeder_combout ; +wire \text_gen|char_ram~14703_q ; +wire \text_gen|char_ram~14710feeder_combout ; +wire \text_gen|char_ram~14710_q ; +wire \text_gen|char_ram~46268_combout ; +wire \text_gen|char_ram~15151feeder_combout ; +wire \text_gen|char_ram~15151_q ; +wire \text_gen|char_ram~15158_q ; +wire \text_gen|char_ram~15123_q ; +wire \text_gen|char_ram~15130feeder_combout ; +wire \text_gen|char_ram~15130_q ; +wire \text_gen|char_ram~46265_combout ; +wire \text_gen|char_ram~46266_combout ; +wire \text_gen|char_ram~46269_combout ; +wire \text_gen|char_ram~15571_q ; +wire \text_gen|char_ram~15599feeder_combout ; +wire \text_gen|char_ram~15599_q ; +wire \text_gen|char_ram~46263_combout ; +wire \text_gen|char_ram~15606_q ; +wire \text_gen|char_ram~15578feeder_combout ; +wire \text_gen|char_ram~15578_q ; +wire \text_gen|char_ram~46264_combout ; +wire \text_gen|char_ram~16019_q ; +wire \text_gen|char_ram~16047feeder_combout ; +wire \text_gen|char_ram~16047_q ; +wire \text_gen|char_ram~46270_combout ; +wire \text_gen|char_ram~16054_q ; +wire \text_gen|char_ram~16026feeder_combout ; +wire \text_gen|char_ram~16026_q ; +wire \text_gen|char_ram~46271_combout ; +wire \text_gen|char_ram~46272_combout ; +wire \text_gen|char_ram~46273_combout ; +wire \text_gen|char_ram~8522_q ; +wire \text_gen|char_ram~8550_q ; +wire \text_gen|char_ram~8515_q ; +wire \text_gen|char_ram~8543_q ; +wire \text_gen|char_ram~46301_combout ; +wire \text_gen|char_ram~46302_combout ; +wire \text_gen|char_ram~7199feeder_combout ; +wire \text_gen|char_ram~7199_q ; +wire \text_gen|char_ram~7206_q ; +wire \text_gen|char_ram~7171_q ; +wire \text_gen|char_ram~7178feeder_combout ; +wire \text_gen|char_ram~7178_q ; +wire \text_gen|char_ram~46298_combout ; +wire \text_gen|char_ram~46299_combout ; +wire \text_gen|char_ram~8074feeder_combout ; +wire \text_gen|char_ram~8074_q ; +wire \text_gen|char_ram~8102_q ; +wire \text_gen|char_ram~8067_q ; +wire \text_gen|char_ram~8095feeder_combout ; +wire \text_gen|char_ram~8095_q ; +wire \text_gen|char_ram~46296_combout ; +wire \text_gen|char_ram~46297_combout ; +wire \text_gen|char_ram~46300_combout ; +wire \text_gen|char_ram~7647feeder_combout ; +wire \text_gen|char_ram~7647_q ; +wire \text_gen|char_ram~7654_q ; +wire \text_gen|char_ram~7619_q ; +wire \text_gen|char_ram~7626feeder_combout ; +wire \text_gen|char_ram~7626_q ; +wire \text_gen|char_ram~46294_combout ; +wire \text_gen|char_ram~46295_combout ; +wire \text_gen|char_ram~46303_combout ; +wire \text_gen|char_ram~8746feeder_combout ; +wire \text_gen|char_ram~8746_q ; +wire \text_gen|char_ram~8774_q ; +wire \text_gen|char_ram~8739_q ; +wire \text_gen|char_ram~8767feeder_combout ; +wire \text_gen|char_ram~8767_q ; +wire \text_gen|char_ram~46291_combout ; +wire \text_gen|char_ram~46292_combout ; +wire \text_gen|char_ram~7423feeder_combout ; +wire \text_gen|char_ram~7423_q ; +wire \text_gen|char_ram~7430_q ; +wire \text_gen|char_ram~7395_q ; +wire \text_gen|char_ram~7402feeder_combout ; +wire \text_gen|char_ram~7402_q ; +wire \text_gen|char_ram~46288_combout ; +wire \text_gen|char_ram~46289_combout ; +wire \text_gen|char_ram~8291_q ; +wire \text_gen|char_ram~8319feeder_combout ; +wire \text_gen|char_ram~8319_q ; +wire \text_gen|char_ram~46286_combout ; +wire \text_gen|char_ram~8298feeder_combout ; +wire \text_gen|char_ram~8298_q ; +wire \text_gen|char_ram~8326feeder_combout ; +wire \text_gen|char_ram~8326_q ; +wire \text_gen|char_ram~46287_combout ; +wire \text_gen|char_ram~46290_combout ; +wire \text_gen|char_ram~7871feeder_combout ; +wire \text_gen|char_ram~7871_q ; +wire \text_gen|char_ram~7878_q ; +wire \text_gen|char_ram~7843_q ; +wire \text_gen|char_ram~7850feeder_combout ; +wire \text_gen|char_ram~7850_q ; +wire \text_gen|char_ram~46284_combout ; +wire \text_gen|char_ram~46285_combout ; +wire \text_gen|char_ram~46293_combout ; +wire \text_gen|char_ram~46304_combout ; +wire \text_gen|char_ram~8403_q ; +wire \text_gen|char_ram~8431feeder_combout ; +wire \text_gen|char_ram~8431_q ; +wire \text_gen|char_ram~46305_combout ; +wire \text_gen|char_ram~8438_q ; +wire \text_gen|char_ram~8410feeder_combout ; +wire \text_gen|char_ram~8410_q ; +wire \text_gen|char_ram~46306_combout ; +wire \text_gen|char_ram~8851_q ; +wire \text_gen|char_ram~8879_q ; +wire \text_gen|char_ram~46312_combout ; +wire \text_gen|char_ram~8886_q ; +wire \text_gen|char_ram~8858feeder_combout ; +wire \text_gen|char_ram~8858_q ; +wire \text_gen|char_ram~46313_combout ; +wire \text_gen|char_ram~7983feeder_combout ; +wire \text_gen|char_ram~7983_q ; +wire \text_gen|char_ram~7990_q ; +wire \text_gen|char_ram~7962feeder_combout ; +wire \text_gen|char_ram~7962_q ; +wire \text_gen|char_ram~7955_q ; +wire \text_gen|char_ram~46307_combout ; +wire \text_gen|char_ram~46308_combout ; +wire \text_gen|char_ram~7535feeder_combout ; +wire \text_gen|char_ram~7535_q ; +wire \text_gen|char_ram~7542_q ; +wire \text_gen|char_ram~7507_q ; +wire \text_gen|char_ram~7514_q ; +wire \text_gen|char_ram~46309_combout ; +wire \text_gen|char_ram~46310_combout ; +wire \text_gen|char_ram~46311_combout ; +wire \text_gen|char_ram~46314_combout ; +wire \text_gen|char_ram~8627_q ; +wire \text_gen|char_ram~8655feeder_combout ; +wire \text_gen|char_ram~8655_q ; +wire \text_gen|char_ram~46281_combout ; +wire \text_gen|char_ram~8662_q ; +wire \text_gen|char_ram~8634feeder_combout ; +wire \text_gen|char_ram~8634_q ; +wire \text_gen|char_ram~46282_combout ; +wire \text_gen|char_ram~8179_q ; +wire \text_gen|char_ram~8207feeder_combout ; +wire \text_gen|char_ram~8207_q ; +wire \text_gen|char_ram~46274_combout ; +wire \text_gen|char_ram~8214_q ; +wire \text_gen|char_ram~8186feeder_combout ; +wire \text_gen|char_ram~8186_q ; +wire \text_gen|char_ram~46275_combout ; +wire \text_gen|char_ram~7311feeder_combout ; +wire \text_gen|char_ram~7311_q ; +wire \text_gen|char_ram~7318_q ; +wire \text_gen|char_ram~7283_q ; +wire \text_gen|char_ram~7290feeder_combout ; +wire \text_gen|char_ram~7290_q ; +wire \text_gen|char_ram~46278_combout ; +wire \text_gen|char_ram~46279_combout ; +wire \text_gen|char_ram~7759feeder_combout ; +wire \text_gen|char_ram~7759_q ; +wire \text_gen|char_ram~7766_q ; +wire \text_gen|char_ram~7731_q ; +wire \text_gen|char_ram~7738feeder_combout ; +wire \text_gen|char_ram~7738_q ; +wire \text_gen|char_ram~46276_combout ; +wire \text_gen|char_ram~46277_combout ; +wire \text_gen|char_ram~46280_combout ; +wire \text_gen|char_ram~46283_combout ; +wire \text_gen|char_ram~46315_combout ; +wire \text_gen|char_ram~1354_q ; +wire \text_gen|char_ram~1382_q ; +wire \text_gen|char_ram~1347_q ; +wire \text_gen|char_ram~1375feeder_combout ; +wire \text_gen|char_ram~1375_q ; +wire \text_gen|char_ram~46343_combout ; +wire \text_gen|char_ram~46344_combout ; +wire \text_gen|char_ram~479feeder_combout ; +wire \text_gen|char_ram~479_q ; +wire \text_gen|char_ram~486_q ; +wire \text_gen|char_ram~451_q ; +wire \text_gen|char_ram~458feeder_combout ; +wire \text_gen|char_ram~458_q ; +wire \text_gen|char_ram~46336_combout ; +wire \text_gen|char_ram~46337_combout ; +wire \text_gen|char_ram~906feeder_combout ; +wire \text_gen|char_ram~906_q ; +wire \text_gen|char_ram~934_q ; +wire \text_gen|char_ram~927_q ; +wire \text_gen|char_ram~899_q ; +wire \text_gen|char_ram~46338_combout ; +wire \text_gen|char_ram~46339_combout ; +wire \text_gen|char_ram~31feeder_combout ; +wire \text_gen|char_ram~31_q ; +wire \text_gen|char_ram~38_q ; +wire \text_gen|char_ram~3_q ; +wire \text_gen|char_ram~10feeder_combout ; +wire \text_gen|char_ram~10_q ; +wire \text_gen|char_ram~46340_combout ; +wire \text_gen|char_ram~46341_combout ; +wire \text_gen|char_ram~46342_combout ; +wire \text_gen|char_ram~46345_combout ; +wire \text_gen|char_ram~1018feeder_combout ; +wire \text_gen|char_ram~1018_q ; +wire \text_gen|char_ram~1046_q ; +wire \text_gen|char_ram~1011_q ; +wire \text_gen|char_ram~1039feeder_combout ; +wire \text_gen|char_ram~1039_q ; +wire \text_gen|char_ram~46326_combout ; +wire \text_gen|char_ram~46327_combout ; +wire \text_gen|char_ram~1466_q ; +wire \text_gen|char_ram~1494_q ; +wire \text_gen|char_ram~1459_q ; +wire \text_gen|char_ram~1487feeder_combout ; +wire \text_gen|char_ram~1487_q ; +wire \text_gen|char_ram~46333_combout ; +wire \text_gen|char_ram~46334_combout ; +wire \text_gen|char_ram~143feeder_combout ; +wire \text_gen|char_ram~143_q ; +wire \text_gen|char_ram~150_q ; +wire \text_gen|char_ram~115_q ; +wire \text_gen|char_ram~122feeder_combout ; +wire \text_gen|char_ram~122_q ; +wire \text_gen|char_ram~46330_combout ; +wire \text_gen|char_ram~46331_combout ; +wire \text_gen|char_ram~591feeder_combout ; +wire \text_gen|char_ram~591_q ; +wire \text_gen|char_ram~598_q ; +wire \text_gen|char_ram~563_q ; +wire \text_gen|char_ram~570feeder_combout ; +wire \text_gen|char_ram~570_q ; +wire \text_gen|char_ram~46328_combout ; +wire \text_gen|char_ram~46329_combout ; +wire \text_gen|char_ram~46332_combout ; +wire \text_gen|char_ram~46335_combout ; +wire \text_gen|char_ram~46346_combout ; +wire \text_gen|char_ram~703feeder_combout ; +wire \text_gen|char_ram~703_q ; +wire \text_gen|char_ram~710_q ; +wire \text_gen|char_ram~675_q ; +wire \text_gen|char_ram~682feeder_combout ; +wire \text_gen|char_ram~682_q ; +wire \text_gen|char_ram~46316_combout ; +wire \text_gen|char_ram~46317_combout ; +wire \text_gen|char_ram~1578feeder_combout ; +wire \text_gen|char_ram~1578_q ; +wire \text_gen|char_ram~1606_q ; +wire \text_gen|char_ram~1571_q ; +wire \text_gen|char_ram~1599feeder_combout ; +wire \text_gen|char_ram~1599_q ; +wire \text_gen|char_ram~46323_combout ; +wire \text_gen|char_ram~46324_combout ; +wire \text_gen|char_ram~255feeder_combout ; +wire \text_gen|char_ram~255_q ; +wire \text_gen|char_ram~262_q ; +wire \text_gen|char_ram~227_q ; +wire \text_gen|char_ram~234feeder_combout ; +wire \text_gen|char_ram~234_q ; +wire \text_gen|char_ram~46320_combout ; +wire \text_gen|char_ram~46321_combout ; +wire \text_gen|char_ram~1130feeder_combout ; +wire \text_gen|char_ram~1130_q ; +wire \text_gen|char_ram~1158_q ; +wire \text_gen|char_ram~1123_q ; +wire \text_gen|char_ram~1151feeder_combout ; +wire \text_gen|char_ram~1151_q ; +wire \text_gen|char_ram~46318_combout ; +wire \text_gen|char_ram~46319_combout ; +wire \text_gen|char_ram~46322_combout ; +wire \text_gen|char_ram~46325_combout ; +wire \text_gen|char_ram~1690_q ; +wire \text_gen|char_ram~1718_q ; +wire \text_gen|char_ram~1683_q ; +wire \text_gen|char_ram~1711feeder_combout ; +wire \text_gen|char_ram~1711_q ; +wire \text_gen|char_ram~46354_combout ; +wire \text_gen|char_ram~46355_combout ; +wire \text_gen|char_ram~1235_q ; +wire \text_gen|char_ram~1263feeder_combout ; +wire \text_gen|char_ram~1263_q ; +wire \text_gen|char_ram~46347_combout ; +wire \text_gen|char_ram~1270_q ; +wire \text_gen|char_ram~1242feeder_combout ; +wire \text_gen|char_ram~1242_q ; +wire \text_gen|char_ram~46348_combout ; +wire \text_gen|char_ram~339_q ; +wire \text_gen|char_ram~346feeder_combout ; +wire \text_gen|char_ram~346_q ; +wire \text_gen|char_ram~46351_combout ; +wire \text_gen|char_ram~374_q ; +wire \text_gen|char_ram~367feeder_combout ; +wire \text_gen|char_ram~367_q ; +wire \text_gen|char_ram~46352_combout ; +wire \text_gen|char_ram~815feeder_combout ; +wire \text_gen|char_ram~815_q ; +wire \text_gen|char_ram~822_q ; +wire \text_gen|char_ram~787_q ; +wire \text_gen|char_ram~794feeder_combout ; +wire \text_gen|char_ram~794_q ; +wire \text_gen|char_ram~46349_combout ; +wire \text_gen|char_ram~46350_combout ; +wire \text_gen|char_ram~46353_combout ; +wire \text_gen|char_ram~46356_combout ; +wire \text_gen|char_ram~46357_combout ; +wire \text_gen|char_ram~46358_combout ; +wire \text_gen|char_ram~22746feeder_combout ; +wire \text_gen|char_ram~22746_q ; +wire \text_gen|char_ram~22774_q ; +wire \text_gen|char_ram~22767feeder_combout ; +wire \text_gen|char_ram~22767_q ; +wire \text_gen|char_ram~22739_q ; +wire \text_gen|char_ram~46390_combout ; +wire \text_gen|char_ram~46391_combout ; +wire \text_gen|char_ram~23187_q ; +wire \text_gen|char_ram~23215feeder_combout ; +wire \text_gen|char_ram~23215_q ; +wire \text_gen|char_ram~46397_combout ; +wire \text_gen|char_ram~23222_q ; +wire \text_gen|char_ram~23194feeder_combout ; +wire \text_gen|char_ram~23194_q ; +wire \text_gen|char_ram~46398_combout ; +wire \text_gen|char_ram~21878feeder_combout ; +wire \text_gen|char_ram~21878_q ; +wire \text_gen|char_ram~21871_q ; +wire \text_gen|char_ram~21850feeder_combout ; +wire \text_gen|char_ram~21850_q ; +wire \text_gen|char_ram~21843_q ; +wire \text_gen|char_ram~46394_combout ; +wire \text_gen|char_ram~46395_combout ; +wire \text_gen|char_ram~22319_q ; +wire \text_gen|char_ram~22326_q ; +wire \text_gen|char_ram~22298feeder_combout ; +wire \text_gen|char_ram~22298_q ; +wire \text_gen|char_ram~22291_q ; +wire \text_gen|char_ram~46392_combout ; +wire \text_gen|char_ram~46393_combout ; +wire \text_gen|char_ram~46396_combout ; +wire \text_gen|char_ram~46399_combout ; +wire \text_gen|char_ram~22522feeder_combout ; +wire \text_gen|char_ram~22522_q ; +wire \text_gen|char_ram~22550_q ; +wire \text_gen|char_ram~22515_q ; +wire \text_gen|char_ram~22543feeder_combout ; +wire \text_gen|char_ram~22543_q ; +wire \text_gen|char_ram~46359_combout ; +wire \text_gen|char_ram~46360_combout ; +wire \text_gen|char_ram~22970feeder_combout ; +wire \text_gen|char_ram~22970_q ; +wire \text_gen|char_ram~22998_q ; +wire \text_gen|char_ram~22963_q ; +wire \text_gen|char_ram~22991feeder_combout ; +wire \text_gen|char_ram~22991_q ; +wire \text_gen|char_ram~46366_combout ; +wire \text_gen|char_ram~46367_combout ; +wire \text_gen|char_ram~22095feeder_combout ; +wire \text_gen|char_ram~22095_q ; +wire \text_gen|char_ram~22102_q ; +wire \text_gen|char_ram~22067_q ; +wire \text_gen|char_ram~22074feeder_combout ; +wire \text_gen|char_ram~22074_q ; +wire \text_gen|char_ram~46361_combout ; +wire \text_gen|char_ram~46362_combout ; +wire \text_gen|char_ram~21647feeder_combout ; +wire \text_gen|char_ram~21647_q ; +wire \text_gen|char_ram~21654_q ; +wire \text_gen|char_ram~21619_q ; +wire \text_gen|char_ram~21626feeder_combout ; +wire \text_gen|char_ram~21626_q ; +wire \text_gen|char_ram~46363_combout ; +wire \text_gen|char_ram~46364_combout ; +wire \text_gen|char_ram~46365_combout ; +wire \text_gen|char_ram~46368_combout ; +wire \text_gen|char_ram~21983feeder_combout ; +wire \text_gen|char_ram~21983_q ; +wire \text_gen|char_ram~21955_q ; +wire \text_gen|char_ram~21962feeder_combout ; +wire \text_gen|char_ram~21962_q ; +wire \text_gen|char_ram~46379_combout ; +wire \text_gen|char_ram~21990_q ; +wire \text_gen|char_ram~46380_combout ; +wire \text_gen|char_ram~22410feeder_combout ; +wire \text_gen|char_ram~22410_q ; +wire \text_gen|char_ram~22438_q ; +wire \text_gen|char_ram~22403_q ; +wire \text_gen|char_ram~22431feeder_combout ; +wire \text_gen|char_ram~22431_q ; +wire \text_gen|char_ram~46381_combout ; +wire \text_gen|char_ram~46382_combout ; +wire \text_gen|char_ram~21535feeder_combout ; +wire \text_gen|char_ram~21535_q ; +wire \text_gen|char_ram~21542_q ; +wire \text_gen|char_ram~21507_q ; +wire \text_gen|char_ram~21514feeder_combout ; +wire \text_gen|char_ram~21514_q ; +wire \text_gen|char_ram~46383_combout ; +wire \text_gen|char_ram~46384_combout ; +wire \text_gen|char_ram~46385_combout ; +wire \text_gen|char_ram~22858feeder_combout ; +wire \text_gen|char_ram~22858_q ; +wire \text_gen|char_ram~22886_q ; +wire \text_gen|char_ram~22851_q ; +wire \text_gen|char_ram~22879feeder_combout ; +wire \text_gen|char_ram~22879_q ; +wire \text_gen|char_ram~46386_combout ; +wire \text_gen|char_ram~46387_combout ; +wire \text_gen|char_ram~46388_combout ; +wire \text_gen|char_ram~23082feeder_combout ; +wire \text_gen|char_ram~23082_q ; +wire \text_gen|char_ram~23110_q ; +wire \text_gen|char_ram~23103feeder_combout ; +wire \text_gen|char_ram~23103_q ; +wire \text_gen|char_ram~23075_q ; +wire \text_gen|char_ram~46376_combout ; +wire \text_gen|char_ram~46377_combout ; +wire \text_gen|char_ram~21759feeder_combout ; +wire \text_gen|char_ram~21759_q ; +wire \text_gen|char_ram~21766_q ; +wire \text_gen|char_ram~21731_q ; +wire \text_gen|char_ram~21738feeder_combout ; +wire \text_gen|char_ram~21738_q ; +wire \text_gen|char_ram~46373_combout ; +wire \text_gen|char_ram~46374_combout ; +wire \text_gen|char_ram~22634feeder_combout ; +wire \text_gen|char_ram~22634_q ; +wire \text_gen|char_ram~22662_q ; +wire \text_gen|char_ram~22627_q ; +wire \text_gen|char_ram~22655feeder_combout ; +wire \text_gen|char_ram~22655_q ; +wire \text_gen|char_ram~46371_combout ; +wire \text_gen|char_ram~46372_combout ; +wire \text_gen|char_ram~46375_combout ; +wire \text_gen|char_ram~22207feeder_combout ; +wire \text_gen|char_ram~22207_q ; +wire \text_gen|char_ram~22214_q ; +wire \text_gen|char_ram~22179_q ; +wire \text_gen|char_ram~22186feeder_combout ; +wire \text_gen|char_ram~22186_q ; +wire \text_gen|char_ram~46369_combout ; +wire \text_gen|char_ram~46370_combout ; +wire \text_gen|char_ram~46378_combout ; +wire \text_gen|char_ram~46389_combout ; +wire \text_gen|char_ram~46400_combout ; +wire \text_gen|char_ram~46401_combout ; +wire \text_gen|char_ram~46402_combout ; +wire \text_gen|char_ram~46573_combout ; +wire \text_gen|char_ram~19617feeder_combout ; +wire \text_gen|char_ram~19617_q ; +wire \text_gen|char_ram~19645_q ; +wire \text_gen|char_ram~19505_q ; +wire \text_gen|char_ram~19533feeder_combout ; +wire \text_gen|char_ram~19533_q ; +wire \text_gen|char_ram~45337_combout ; +wire \text_gen|char_ram~45338_combout ; +wire \text_gen|char_ram~19624feeder_combout ; +wire \text_gen|char_ram~19624_q ; +wire \text_gen|char_ram~19652_q ; +wire \text_gen|char_ram~19512_q ; +wire \text_gen|char_ram~19540feeder_combout ; +wire \text_gen|char_ram~19540_q ; +wire \text_gen|char_ram~45344_combout ; +wire \text_gen|char_ram~45345_combout ; +wire \text_gen|char_ram~19309feeder_combout ; +wire \text_gen|char_ram~19309_q ; +wire \text_gen|char_ram~19281_q ; +wire \text_gen|char_ram~45341_combout ; +wire \text_gen|char_ram~19421_q ; +wire \text_gen|char_ram~19393feeder_combout ; +wire \text_gen|char_ram~19393_q ; +wire \text_gen|char_ram~45342_combout ; +wire \text_gen|char_ram~19400feeder_combout ; +wire \text_gen|char_ram~19400_q ; +wire \text_gen|char_ram~19428_q ; +wire \text_gen|char_ram~19288_q ; +wire \text_gen|char_ram~19316feeder_combout ; +wire \text_gen|char_ram~19316_q ; +wire \text_gen|char_ram~45339_combout ; +wire \text_gen|char_ram~45340_combout ; +wire \text_gen|char_ram~45343_combout ; +wire \text_gen|char_ram~45346_combout ; +wire \text_gen|char_ram~21220feeder_combout ; +wire \text_gen|char_ram~21220_q ; +wire \text_gen|char_ram~21108feeder_combout ; +wire \text_gen|char_ram~21108_q ; +wire \text_gen|char_ram~45375_combout ; +wire \text_gen|char_ram~21444_q ; +wire \text_gen|char_ram~21332feeder_combout ; +wire \text_gen|char_ram~21332_q ; +wire \text_gen|char_ram~45376_combout ; +wire \text_gen|char_ram~21213feeder_combout ; +wire \text_gen|char_ram~21213_q ; +wire \text_gen|char_ram~21101_q ; +wire \text_gen|char_ram~45370_combout ; +wire \text_gen|char_ram~21437_q ; +wire \text_gen|char_ram~21325feeder_combout ; +wire \text_gen|char_ram~21325_q ; +wire \text_gen|char_ram~45371_combout ; +wire \text_gen|char_ram~21297feeder_combout ; +wire \text_gen|char_ram~21297_q ; +wire \text_gen|char_ram~21409_q ; +wire \text_gen|char_ram~21185feeder_combout ; +wire \text_gen|char_ram~21185_q ; +wire \text_gen|char_ram~21073_q ; +wire \text_gen|char_ram~45372_combout ; +wire \text_gen|char_ram~45373_combout ; +wire \text_gen|char_ram~45374_combout ; +wire \text_gen|char_ram~21304feeder_combout ; +wire \text_gen|char_ram~21304_q ; +wire \text_gen|char_ram~21416_q ; +wire \text_gen|char_ram~21192feeder_combout ; +wire \text_gen|char_ram~21192_q ; +wire \text_gen|char_ram~21080_q ; +wire \text_gen|char_ram~45368_combout ; +wire \text_gen|char_ram~45369_combout ; +wire \text_gen|char_ram~45377_combout ; +wire \text_gen|char_ram~17748feeder_combout ; +wire \text_gen|char_ram~17748_q ; +wire \text_gen|char_ram~17860_q ; +wire \text_gen|char_ram~17524_q ; +wire \text_gen|char_ram~17636feeder_combout ; +wire \text_gen|char_ram~17636_q ; +wire \text_gen|char_ram~45354_combout ; +wire \text_gen|char_ram~45355_combout ; +wire \text_gen|char_ram~17608feeder_combout ; +wire \text_gen|char_ram~17608_q ; +wire \text_gen|char_ram~17832_q ; +wire \text_gen|char_ram~17496feeder_combout ; +wire \text_gen|char_ram~17496_q ; +wire \text_gen|char_ram~17720feeder_combout ; +wire \text_gen|char_ram~17720_q ; +wire \text_gen|char_ram~45347_combout ; +wire \text_gen|char_ram~45348_combout ; +wire \text_gen|char_ram~17741feeder_combout ; +wire \text_gen|char_ram~17741_q ; +wire \text_gen|char_ram~17853_q ; +wire \text_gen|char_ram~17629feeder_combout ; +wire \text_gen|char_ram~17629_q ; +wire \text_gen|char_ram~17517_q ; +wire \text_gen|char_ram~45349_combout ; +wire \text_gen|char_ram~45350_combout ; +wire \text_gen|char_ram~17601feeder_combout ; +wire \text_gen|char_ram~17601_q ; +wire \text_gen|char_ram~17825_q ; +wire \text_gen|char_ram~17489_q ; +wire \text_gen|char_ram~17713feeder_combout ; +wire \text_gen|char_ram~17713_q ; +wire \text_gen|char_ram~45351_combout ; +wire \text_gen|char_ram~45352_combout ; +wire \text_gen|char_ram~45353_combout ; +wire \text_gen|char_ram~45356_combout ; +wire \text_gen|char_ram~15816feeder_combout ; +wire \text_gen|char_ram~15816_q ; +wire \text_gen|char_ram~16040_q ; +wire \text_gen|char_ram~15928feeder_combout ; +wire \text_gen|char_ram~15928_q ; +wire \text_gen|char_ram~15704_q ; +wire \text_gen|char_ram~45359_combout ; +wire \text_gen|char_ram~45360_combout ; +wire \text_gen|char_ram~15809feeder_combout ; +wire \text_gen|char_ram~15809_q ; +wire \text_gen|char_ram~16033_q ; +wire \text_gen|char_ram~15697_q ; +wire \text_gen|char_ram~15921feeder_combout ; +wire \text_gen|char_ram~15921_q ; +wire \text_gen|char_ram~45361_combout ; +wire \text_gen|char_ram~45362_combout ; +wire \text_gen|char_ram~45363_combout ; +wire \text_gen|char_ram~15956feeder_combout ; +wire \text_gen|char_ram~15956_q ; +wire \text_gen|char_ram~16068_q ; +wire \text_gen|char_ram~15732_q ; +wire \text_gen|char_ram~15844feeder_combout ; +wire \text_gen|char_ram~15844_q ; +wire \text_gen|char_ram~45364_combout ; +wire \text_gen|char_ram~45365_combout ; +wire \text_gen|char_ram~15949feeder_combout ; +wire \text_gen|char_ram~15949_q ; +wire \text_gen|char_ram~16061_q ; +wire \text_gen|char_ram~15837feeder_combout ; +wire \text_gen|char_ram~15837_q ; +wire \text_gen|char_ram~15725_q ; +wire \text_gen|char_ram~45357_combout ; +wire \text_gen|char_ram~45358_combout ; +wire \text_gen|char_ram~45366_combout ; +wire \text_gen|char_ram~45367_combout ; +wire \text_gen|char_ram~45378_combout ; +wire \text_gen|char_ram~16600_q ; +wire \text_gen|char_ram~16824feeder_combout ; +wire \text_gen|char_ram~16824_q ; +wire \text_gen|char_ram~45262_combout ; +wire \text_gen|char_ram~16712_q ; +wire \text_gen|char_ram~16936feeder_combout ; +wire \text_gen|char_ram~16936_q ; +wire \text_gen|char_ram~45263_combout ; +wire \text_gen|char_ram~16740feeder_combout ; +wire \text_gen|char_ram~16740_q ; +wire \text_gen|char_ram~16628_q ; +wire \text_gen|char_ram~45269_combout ; +wire \text_gen|char_ram~16852feeder_combout ; +wire \text_gen|char_ram~16852_q ; +wire \text_gen|char_ram~16964feeder_combout ; +wire \text_gen|char_ram~16964_q ; +wire \text_gen|char_ram~45270_combout ; +wire \text_gen|char_ram~16845feeder_combout ; +wire \text_gen|char_ram~16845_q ; +wire \text_gen|char_ram~16957_q ; +wire \text_gen|char_ram~16733feeder_combout ; +wire \text_gen|char_ram~16733_q ; +wire \text_gen|char_ram~16621_q ; +wire \text_gen|char_ram~45264_combout ; +wire \text_gen|char_ram~45265_combout ; +wire \text_gen|char_ram~16705feeder_combout ; +wire \text_gen|char_ram~16705_q ; +wire \text_gen|char_ram~16929_q ; +wire \text_gen|char_ram~16593_q ; +wire \text_gen|char_ram~16817feeder_combout ; +wire \text_gen|char_ram~16817_q ; +wire \text_gen|char_ram~45266_combout ; +wire \text_gen|char_ram~45267_combout ; +wire \text_gen|char_ram~45268_combout ; +wire \text_gen|char_ram~45271_combout ; +wire \text_gen|char_ram~15060feeder_combout ; +wire \text_gen|char_ram~15060_q ; +wire \text_gen|char_ram~15172_q ; +wire \text_gen|char_ram~14836_q ; +wire \text_gen|char_ram~14948feeder_combout ; +wire \text_gen|char_ram~14948_q ; +wire \text_gen|char_ram~45279_combout ; +wire \text_gen|char_ram~45280_combout ; +wire \text_gen|char_ram~14941_q ; +wire \text_gen|char_ram~14829feeder_combout ; +wire \text_gen|char_ram~14829_q ; +wire \text_gen|char_ram~45272_combout ; +wire \text_gen|char_ram~15165_q ; +wire \text_gen|char_ram~15053_q ; +wire \text_gen|char_ram~45273_combout ; +wire \text_gen|char_ram~14920feeder_combout ; +wire \text_gen|char_ram~14920_q ; +wire \text_gen|char_ram~15144_q ; +wire \text_gen|char_ram~14808_q ; +wire \text_gen|char_ram~15032feeder_combout ; +wire \text_gen|char_ram~15032_q ; +wire \text_gen|char_ram~45274_combout ; +wire \text_gen|char_ram~45275_combout ; +wire \text_gen|char_ram~14801_q ; +wire \text_gen|char_ram~15025feeder_combout ; +wire \text_gen|char_ram~15025_q ; +wire \text_gen|char_ram~45276_combout ; +wire \text_gen|char_ram~15137_q ; +wire \text_gen|char_ram~14913feeder_combout ; +wire \text_gen|char_ram~14913_q ; +wire \text_gen|char_ram~45277_combout ; +wire \text_gen|char_ram~45278_combout ; +wire \text_gen|char_ram~45281_combout ; +wire \text_gen|char_ram~45282_combout ; +wire \text_gen|char_ram~20296feeder_combout ; +wire \text_gen|char_ram~20296_q ; +wire \text_gen|char_ram~20520_q ; +wire \text_gen|char_ram~20184_q ; +wire \text_gen|char_ram~20408feeder_combout ; +wire \text_gen|char_ram~20408_q ; +wire \text_gen|char_ram~45283_combout ; +wire \text_gen|char_ram~45284_combout ; +wire \text_gen|char_ram~20205_q ; +wire \text_gen|char_ram~20317feeder_combout ; +wire \text_gen|char_ram~20317_q ; +wire \text_gen|char_ram~45285_combout ; +wire \text_gen|char_ram~20429_q ; +wire \text_gen|char_ram~20541_q ; +wire \text_gen|char_ram~45286_combout ; +wire \text_gen|char_ram~20289feeder_combout ; +wire \text_gen|char_ram~20289_q ; +wire \text_gen|char_ram~20513_q ; +wire \text_gen|char_ram~20401feeder_combout ; +wire \text_gen|char_ram~20401_q ; +wire \text_gen|char_ram~20177_q ; +wire \text_gen|char_ram~45287_combout ; +wire \text_gen|char_ram~45288_combout ; +wire \text_gen|char_ram~45289_combout ; +wire \text_gen|char_ram~20436feeder_combout ; +wire \text_gen|char_ram~20436_q ; +wire \text_gen|char_ram~20548_q ; +wire \text_gen|char_ram~20324feeder_combout ; +wire \text_gen|char_ram~20324_q ; +wire \text_gen|char_ram~20212_q ; +wire \text_gen|char_ram~45290_combout ; +wire \text_gen|char_ram~45291_combout ; +wire \text_gen|char_ram~45292_combout ; +wire \text_gen|char_ram~18504feeder_combout ; +wire \text_gen|char_ram~18504_q ; +wire \text_gen|char_ram~18728_q ; +wire \text_gen|char_ram~18616feeder_combout ; +wire \text_gen|char_ram~18616_q ; +wire \text_gen|char_ram~18392_q ; +wire \text_gen|char_ram~45254_combout ; +wire \text_gen|char_ram~45255_combout ; +wire \text_gen|char_ram~18497feeder_combout ; +wire \text_gen|char_ram~18497_q ; +wire \text_gen|char_ram~18721_q ; +wire \text_gen|char_ram~18385_q ; +wire \text_gen|char_ram~18609feeder_combout ; +wire \text_gen|char_ram~18609_q ; +wire \text_gen|char_ram~45256_combout ; +wire \text_gen|char_ram~45257_combout ; +wire \text_gen|char_ram~45258_combout ; +wire \text_gen|char_ram~18749feeder_combout ; +wire \text_gen|char_ram~18749_q ; +wire \text_gen|char_ram~18525feeder_combout ; +wire \text_gen|char_ram~18525_q ; +wire \text_gen|char_ram~18413_q ; +wire \text_gen|char_ram~45252_combout ; +wire \text_gen|char_ram~18637feeder_combout ; +wire \text_gen|char_ram~18637_q ; +wire \text_gen|char_ram~45253_combout ; +wire \text_gen|char_ram~18644_q ; +wire \text_gen|char_ram~18756_q ; +wire \text_gen|char_ram~18420_q ; +wire \text_gen|char_ram~18532feeder_combout ; +wire \text_gen|char_ram~18532_q ; +wire \text_gen|char_ram~45259_combout ; +wire \text_gen|char_ram~45260_combout ; +wire \text_gen|char_ram~45261_combout ; +wire \text_gen|char_ram~45293_combout ; +wire \text_gen|char_ram~19988feeder_combout ; +wire \text_gen|char_ram~19988_q ; +wire \text_gen|char_ram~20100_q ; +wire \text_gen|char_ram~19764_q ; +wire \text_gen|char_ram~19876feeder_combout ; +wire \text_gen|char_ram~19876_q ; +wire \text_gen|char_ram~45332_combout ; +wire \text_gen|char_ram~45333_combout ; +wire \text_gen|char_ram~19981feeder_combout ; +wire \text_gen|char_ram~19981_q ; +wire \text_gen|char_ram~20093_q ; +wire \text_gen|char_ram~19757_q ; +wire \text_gen|char_ram~19869feeder_combout ; +wire \text_gen|char_ram~19869_q ; +wire \text_gen|char_ram~45325_combout ; +wire \text_gen|char_ram~45326_combout ; +wire \text_gen|char_ram~19848feeder_combout ; +wire \text_gen|char_ram~19848_q ; +wire \text_gen|char_ram~20072_q ; +wire \text_gen|char_ram~19960feeder_combout ; +wire \text_gen|char_ram~19960_q ; +wire \text_gen|char_ram~19736_q ; +wire \text_gen|char_ram~45327_combout ; +wire \text_gen|char_ram~45328_combout ; +wire \text_gen|char_ram~19841feeder_combout ; +wire \text_gen|char_ram~19841_q ; +wire \text_gen|char_ram~20065_q ; +wire \text_gen|char_ram~19953feeder_combout ; +wire \text_gen|char_ram~19953_q ; +wire \text_gen|char_ram~19729_q ; +wire \text_gen|char_ram~45329_combout ; +wire \text_gen|char_ram~45330_combout ; +wire \text_gen|char_ram~45331_combout ; +wire \text_gen|char_ram~45334_combout ; +wire \text_gen|char_ram~18196feeder_combout ; +wire \text_gen|char_ram~18196_q ; +wire \text_gen|char_ram~18308_q ; +wire \text_gen|char_ram~18084feeder_combout ; +wire \text_gen|char_ram~18084_q ; +wire \text_gen|char_ram~17972_q ; +wire \text_gen|char_ram~45301_combout ; +wire \text_gen|char_ram~45302_combout ; +wire \text_gen|char_ram~18049feeder_combout ; +wire \text_gen|char_ram~18049_q ; +wire \text_gen|char_ram~18273_q ; +wire \text_gen|char_ram~18161feeder_combout ; +wire \text_gen|char_ram~18161_q ; +wire \text_gen|char_ram~17937_q ; +wire \text_gen|char_ram~45298_combout ; +wire \text_gen|char_ram~45299_combout ; +wire \text_gen|char_ram~18168feeder_combout ; +wire \text_gen|char_ram~18168_q ; +wire \text_gen|char_ram~17944_q ; +wire \text_gen|char_ram~45296_combout ; +wire \text_gen|char_ram~18280_q ; +wire \text_gen|char_ram~18056feeder_combout ; +wire \text_gen|char_ram~18056_q ; +wire \text_gen|char_ram~45297_combout ; +wire \text_gen|char_ram~45300_combout ; +wire \text_gen|char_ram~18077feeder_combout ; +wire \text_gen|char_ram~18077_q ; +wire \text_gen|char_ram~17965_q ; +wire \text_gen|char_ram~45294_combout ; +wire \text_gen|char_ram~18301_q ; +wire \text_gen|char_ram~18189feeder_combout ; +wire \text_gen|char_ram~18189_q ; +wire \text_gen|char_ram~45295_combout ; +wire \text_gen|char_ram~45303_combout ; +wire \text_gen|char_ram~16397feeder_combout ; +wire \text_gen|char_ram~16397_q ; +wire \text_gen|char_ram~16509_q ; +wire \text_gen|char_ram~16173feeder_combout ; +wire \text_gen|char_ram~16173_q ; +wire \text_gen|char_ram~16285_q ; +wire \text_gen|char_ram~45304_combout ; +wire \text_gen|char_ram~45305_combout ; +wire \text_gen|char_ram~16145_q ; +wire \text_gen|char_ram~16369feeder_combout ; +wire \text_gen|char_ram~16369_q ; +wire \text_gen|char_ram~45308_combout ; +wire \text_gen|char_ram~16481_q ; +wire \text_gen|char_ram~16257feeder_combout ; +wire \text_gen|char_ram~16257_q ; +wire \text_gen|char_ram~45309_combout ; +wire \text_gen|char_ram~16264_q ; +wire \text_gen|char_ram~16488_q ; +wire \text_gen|char_ram~16152_q ; +wire \text_gen|char_ram~16376feeder_combout ; +wire \text_gen|char_ram~16376_q ; +wire \text_gen|char_ram~45306_combout ; +wire \text_gen|char_ram~45307_combout ; +wire \text_gen|char_ram~45310_combout ; +wire \text_gen|char_ram~16404feeder_combout ; +wire \text_gen|char_ram~16404_q ; +wire \text_gen|char_ram~16516_q ; +wire \text_gen|char_ram~16180_q ; +wire \text_gen|char_ram~16292feeder_combout ; +wire \text_gen|char_ram~16292_q ; +wire \text_gen|char_ram~45311_combout ; +wire \text_gen|char_ram~45312_combout ; +wire \text_gen|char_ram~45313_combout ; +wire \text_gen|char_ram~14605feeder_combout ; +wire \text_gen|char_ram~14605_q ; +wire \text_gen|char_ram~14717_q ; +wire \text_gen|char_ram~14381_q ; +wire \text_gen|char_ram~14493feeder_combout ; +wire \text_gen|char_ram~14493_q ; +wire \text_gen|char_ram~45314_combout ; +wire \text_gen|char_ram~45315_combout ; +wire \text_gen|char_ram~14472feeder_combout ; +wire \text_gen|char_ram~14472_q ; +wire \text_gen|char_ram~14696_q ; +wire \text_gen|char_ram~14360_q ; +wire \text_gen|char_ram~14584feeder_combout ; +wire \text_gen|char_ram~14584_q ; +wire \text_gen|char_ram~45316_combout ; +wire \text_gen|char_ram~45317_combout ; +wire \text_gen|char_ram~14465feeder_combout ; +wire \text_gen|char_ram~14465_q ; +wire \text_gen|char_ram~14689_q ; +wire \text_gen|char_ram~14353_q ; +wire \text_gen|char_ram~14577feeder_combout ; +wire \text_gen|char_ram~14577_q ; +wire \text_gen|char_ram~45318_combout ; +wire \text_gen|char_ram~45319_combout ; +wire \text_gen|char_ram~45320_combout ; +wire \text_gen|char_ram~14612feeder_combout ; +wire \text_gen|char_ram~14612_q ; +wire \text_gen|char_ram~14724_q ; +wire \text_gen|char_ram~14388_q ; +wire \text_gen|char_ram~14500feeder_combout ; +wire \text_gen|char_ram~14500_q ; +wire \text_gen|char_ram~45321_combout ; +wire \text_gen|char_ram~45322_combout ; +wire \text_gen|char_ram~45323_combout ; +wire \text_gen|char_ram~45324_combout ; +wire \text_gen|char_ram~45335_combout ; +wire \text_gen|char_ram~45336_combout ; +wire \text_gen|char_ram~19092_q ; +wire \text_gen|char_ram~19204_q ; +wire \text_gen|char_ram~18980feeder_combout ; +wire \text_gen|char_ram~18980_q ; +wire \text_gen|char_ram~18868_q ; +wire \text_gen|char_ram~45227_combout ; +wire \text_gen|char_ram~45228_combout ; +wire \text_gen|char_ram~18952feeder_combout ; +wire \text_gen|char_ram~18952_q ; +wire \text_gen|char_ram~19176_q ; +wire \text_gen|char_ram~19064feeder_combout ; +wire \text_gen|char_ram~19064_q ; +wire \text_gen|char_ram~18840_q ; +wire \text_gen|char_ram~45222_combout ; +wire \text_gen|char_ram~45223_combout ; +wire \text_gen|char_ram~18945feeder_combout ; +wire \text_gen|char_ram~18945_q ; +wire \text_gen|char_ram~19169_q ; +wire \text_gen|char_ram~18833_q ; +wire \text_gen|char_ram~19057feeder_combout ; +wire \text_gen|char_ram~19057_q ; +wire \text_gen|char_ram~45224_combout ; +wire \text_gen|char_ram~45225_combout ; +wire \text_gen|char_ram~45226_combout ; +wire \text_gen|char_ram~19085feeder_combout ; +wire \text_gen|char_ram~19085_q ; +wire \text_gen|char_ram~19197feeder_combout ; +wire \text_gen|char_ram~19197_q ; +wire \text_gen|char_ram~18973feeder_combout ; +wire \text_gen|char_ram~18973_q ; +wire \text_gen|char_ram~18861_q ; +wire \text_gen|char_ram~45220_combout ; +wire \text_gen|char_ram~45221_combout ; +wire \text_gen|char_ram~45229_combout ; +wire \text_gen|char_ram~15368feeder_combout ; +wire \text_gen|char_ram~15368_q ; +wire \text_gen|char_ram~15592_q ; +wire \text_gen|char_ram~15480feeder_combout ; +wire \text_gen|char_ram~15480_q ; +wire \text_gen|char_ram~15256_q ; +wire \text_gen|char_ram~45232_combout ; +wire \text_gen|char_ram~45233_combout ; +wire \text_gen|char_ram~15361feeder_combout ; +wire \text_gen|char_ram~15361_q ; +wire \text_gen|char_ram~15585feeder_combout ; +wire \text_gen|char_ram~15585_q ; +wire \text_gen|char_ram~15249_q ; +wire \text_gen|char_ram~15473feeder_combout ; +wire \text_gen|char_ram~15473_q ; +wire \text_gen|char_ram~45234_combout ; +wire \text_gen|char_ram~45235_combout ; +wire \text_gen|char_ram~45236_combout ; +wire \text_gen|char_ram~15389feeder_combout ; +wire \text_gen|char_ram~15389_q ; +wire \text_gen|char_ram~15277_q ; +wire \text_gen|char_ram~45230_combout ; +wire \text_gen|char_ram~15501feeder_combout ; +wire \text_gen|char_ram~15501_q ; +wire \text_gen|char_ram~15613_q ; +wire \text_gen|char_ram~45231_combout ; +wire \text_gen|char_ram~15508feeder_combout ; +wire \text_gen|char_ram~15508_q ; +wire \text_gen|char_ram~15620_q ; +wire \text_gen|char_ram~15284_q ; +wire \text_gen|char_ram~15396feeder_combout ; +wire \text_gen|char_ram~15396_q ; +wire \text_gen|char_ram~45237_combout ; +wire \text_gen|char_ram~45238_combout ; +wire \text_gen|char_ram~45239_combout ; +wire \text_gen|char_ram~45240_combout ; +wire \text_gen|char_ram~17293feeder_combout ; +wire \text_gen|char_ram~17293_q ; +wire \text_gen|char_ram~17181feeder_combout ; +wire \text_gen|char_ram~17181_q ; +wire \text_gen|char_ram~17069feeder_combout ; +wire \text_gen|char_ram~17069_q ; +wire \text_gen|char_ram~45212_combout ; +wire \text_gen|char_ram~17405feeder_combout ; +wire \text_gen|char_ram~17405_q ; +wire \text_gen|char_ram~45213_combout ; +wire \text_gen|char_ram~17153feeder_combout ; +wire \text_gen|char_ram~17153_q ; +wire \text_gen|char_ram~17265feeder_combout ; +wire \text_gen|char_ram~17265_q ; +wire \text_gen|char_ram~17041_q ; +wire \text_gen|char_ram~45214_combout ; +wire \text_gen|char_ram~17377feeder_combout ; +wire \text_gen|char_ram~17377_q ; +wire \text_gen|char_ram~45215_combout ; +wire \text_gen|char_ram~45216_combout ; +wire \text_gen|char_ram~17384feeder_combout ; +wire \text_gen|char_ram~17384_q ; +wire \text_gen|char_ram~17160_q ; +wire \text_gen|char_ram~17272feeder_combout ; +wire \text_gen|char_ram~17272_q ; +wire \text_gen|char_ram~17048_q ; +wire \text_gen|char_ram~45210_combout ; +wire \text_gen|char_ram~45211_combout ; +wire \text_gen|char_ram~17300feeder_combout ; +wire \text_gen|char_ram~17300_q ; +wire \text_gen|char_ram~17412_q ; +wire \text_gen|char_ram~17076_q ; +wire \text_gen|char_ram~17188feeder_combout ; +wire \text_gen|char_ram~17188_q ; +wire \text_gen|char_ram~45217_combout ; +wire \text_gen|char_ram~45218_combout ; +wire \text_gen|char_ram~45219_combout ; +wire \text_gen|char_ram~20632_q ; +wire \text_gen|char_ram~20856feeder_combout ; +wire \text_gen|char_ram~20856_q ; +wire \text_gen|char_ram~45241_combout ; +wire \text_gen|char_ram~20968_q ; +wire \text_gen|char_ram~20744feeder_combout ; +wire \text_gen|char_ram~20744_q ; +wire \text_gen|char_ram~45242_combout ; +wire \text_gen|char_ram~20884feeder_combout ; +wire \text_gen|char_ram~20884_q ; +wire \text_gen|char_ram~20996_q ; +wire \text_gen|char_ram~20660_q ; +wire \text_gen|char_ram~20772feeder_combout ; +wire \text_gen|char_ram~20772_q ; +wire \text_gen|char_ram~45248_combout ; +wire \text_gen|char_ram~45249_combout ; +wire \text_gen|char_ram~20737feeder_combout ; +wire \text_gen|char_ram~20737_q ; +wire \text_gen|char_ram~20849feeder_combout ; +wire \text_gen|char_ram~20849_q ; +wire \text_gen|char_ram~20625_q ; +wire \text_gen|char_ram~45245_combout ; +wire \text_gen|char_ram~20961feeder_combout ; +wire \text_gen|char_ram~20961_q ; +wire \text_gen|char_ram~45246_combout ; +wire \text_gen|char_ram~20765feeder_combout ; +wire \text_gen|char_ram~20765_q ; +wire \text_gen|char_ram~20653_q ; +wire \text_gen|char_ram~45243_combout ; +wire \text_gen|char_ram~20989_q ; +wire \text_gen|char_ram~20877feeder_combout ; +wire \text_gen|char_ram~20877_q ; +wire \text_gen|char_ram~45244_combout ; +wire \text_gen|char_ram~45247_combout ; +wire \text_gen|char_ram~45250_combout ; +wire \text_gen|char_ram~45251_combout ; +wire \text_gen|char_ram~45379_combout ; +wire \text_gen|char_ram~23985feeder_combout ; +wire \text_gen|char_ram~23985_q ; +wire \text_gen|char_ram~24881_q ; +wire \text_gen|char_ram~24433feeder_combout ; +wire \text_gen|char_ram~24433_q ; +wire \text_gen|char_ram~23537_q ; +wire \text_gen|char_ram~45725_combout ; +wire \text_gen|char_ram~45726_combout ; +wire \text_gen|char_ram~24461feeder_combout ; +wire \text_gen|char_ram~24461_q ; +wire \text_gen|char_ram~24909_q ; +wire \text_gen|char_ram~23565_q ; +wire \text_gen|char_ram~24013feeder_combout ; +wire \text_gen|char_ram~24013_q ; +wire \text_gen|char_ram~45723_combout ; +wire \text_gen|char_ram~45724_combout ; +wire \text_gen|char_ram~45727_combout ; +wire \text_gen|char_ram~24440feeder_combout ; +wire \text_gen|char_ram~24440_q ; +wire \text_gen|char_ram~23544_q ; +wire \text_gen|char_ram~45721_combout ; +wire \text_gen|char_ram~24888_q ; +wire \text_gen|char_ram~23992feeder_combout ; +wire \text_gen|char_ram~23992_q ; +wire \text_gen|char_ram~45722_combout ; +wire \text_gen|char_ram~24468feeder_combout ; +wire \text_gen|char_ram~24468_q ; +wire \text_gen|char_ram~24916_q ; +wire \text_gen|char_ram~24020feeder_combout ; +wire \text_gen|char_ram~24020_q ; +wire \text_gen|char_ram~23572_q ; +wire \text_gen|char_ram~45728_combout ; +wire \text_gen|char_ram~45729_combout ; +wire \text_gen|char_ram~45730_combout ; +wire \text_gen|char_ram~26260_q ; +wire \text_gen|char_ram~25812feeder_combout ; +wire \text_gen|char_ram~25812_q ; +wire \text_gen|char_ram~25364_q ; +wire \text_gen|char_ram~45738_combout ; +wire \text_gen|char_ram~26708_q ; +wire \text_gen|char_ram~45739_combout ; +wire \text_gen|char_ram~26253feeder_combout ; +wire \text_gen|char_ram~26253_q ; +wire \text_gen|char_ram~26701_q ; +wire \text_gen|char_ram~25357_q ; +wire \text_gen|char_ram~25805feeder_combout ; +wire \text_gen|char_ram~25805_q ; +wire \text_gen|char_ram~45731_combout ; +wire \text_gen|char_ram~45732_combout ; +wire \text_gen|char_ram~25784_q ; +wire \text_gen|char_ram~26680_q ; +wire \text_gen|char_ram~25336_q ; +wire \text_gen|char_ram~26232feeder_combout ; +wire \text_gen|char_ram~26232_q ; +wire \text_gen|char_ram~45733_combout ; +wire \text_gen|char_ram~45734_combout ; +wire \text_gen|char_ram~25777feeder_combout ; +wire \text_gen|char_ram~25777_q ; +wire \text_gen|char_ram~26673_q ; +wire \text_gen|char_ram~26225feeder_combout ; +wire \text_gen|char_ram~26225_q ; +wire \text_gen|char_ram~25329_q ; +wire \text_gen|char_ram~45735_combout ; +wire \text_gen|char_ram~45736_combout ; +wire \text_gen|char_ram~45737_combout ; +wire \text_gen|char_ram~45740_combout ; +wire \text_gen|char_ram~22669feeder_combout ; +wire \text_gen|char_ram~22669_q ; +wire \text_gen|char_ram~23117_q ; +wire \text_gen|char_ram~21773_q ; +wire \text_gen|char_ram~22221feeder_combout ; +wire \text_gen|char_ram~22221_q ; +wire \text_gen|char_ram~45741_combout ; +wire \text_gen|char_ram~45742_combout ; +wire \text_gen|char_ram~22193feeder_combout ; +wire \text_gen|char_ram~22193_q ; +wire \text_gen|char_ram~21745_q ; +wire \text_gen|char_ram~22641feeder_combout ; +wire \text_gen|char_ram~22641_q ; +wire \text_gen|char_ram~45745_combout ; +wire \text_gen|char_ram~23089_q ; +wire \text_gen|char_ram~45746_combout ; +wire \text_gen|char_ram~22200feeder_combout ; +wire \text_gen|char_ram~22200_q ; +wire \text_gen|char_ram~23096_q ; +wire \text_gen|char_ram~21752_q ; +wire \text_gen|char_ram~22648feeder_combout ; +wire \text_gen|char_ram~22648_q ; +wire \text_gen|char_ram~45743_combout ; +wire \text_gen|char_ram~45744_combout ; +wire \text_gen|char_ram~45747_combout ; +wire \text_gen|char_ram~22676feeder_combout ; +wire \text_gen|char_ram~22676_q ; +wire \text_gen|char_ram~23124_q ; +wire \text_gen|char_ram~22228feeder_combout ; +wire \text_gen|char_ram~22228_q ; +wire \text_gen|char_ram~21780_q ; +wire \text_gen|char_ram~45748_combout ; +wire \text_gen|char_ram~45749_combout ; +wire \text_gen|char_ram~45750_combout ; +wire \text_gen|char_ram~45751_combout ; +wire \text_gen|char_ram~27569feeder_combout ; +wire \text_gen|char_ram~27569_q ; +wire \text_gen|char_ram~28465_q ; +wire \text_gen|char_ram~28017feeder_combout ; +wire \text_gen|char_ram~28017_q ; +wire \text_gen|char_ram~27121_q ; +wire \text_gen|char_ram~45756_combout ; +wire \text_gen|char_ram~45757_combout ; +wire \text_gen|char_ram~28045feeder_combout ; +wire \text_gen|char_ram~28045_q ; +wire \text_gen|char_ram~28493_q ; +wire \text_gen|char_ram~27149_q ; +wire \text_gen|char_ram~27597feeder_combout ; +wire \text_gen|char_ram~27597_q ; +wire \text_gen|char_ram~45754_combout ; +wire \text_gen|char_ram~45755_combout ; +wire \text_gen|char_ram~45758_combout ; +wire \text_gen|char_ram~27604feeder_combout ; +wire \text_gen|char_ram~27604_q ; +wire \text_gen|char_ram~27156_q ; +wire \text_gen|char_ram~45759_combout ; +wire \text_gen|char_ram~28052feeder_combout ; +wire \text_gen|char_ram~28052_q ; +wire \text_gen|char_ram~28500_q ; +wire \text_gen|char_ram~45760_combout ; +wire \text_gen|char_ram~27576feeder_combout ; +wire \text_gen|char_ram~27576_q ; +wire \text_gen|char_ram~28472_q ; +wire \text_gen|char_ram~27128_q ; +wire \text_gen|char_ram~28024feeder_combout ; +wire \text_gen|char_ram~28024_q ; +wire \text_gen|char_ram~45752_combout ; +wire \text_gen|char_ram~45753_combout ; +wire \text_gen|char_ram~45761_combout ; +wire \text_gen|char_ram~45762_combout ; +wire \text_gen|char_ram~27912feeder_combout ; +wire \text_gen|char_ram~27912_q ; +wire \text_gen|char_ram~27016_q ; +wire \text_gen|char_ram~45794_combout ; +wire \text_gen|char_ram~28360_q ; +wire \text_gen|char_ram~27464feeder_combout ; +wire \text_gen|char_ram~27464_q ; +wire \text_gen|char_ram~45795_combout ; +wire \text_gen|char_ram~27940feeder_combout ; +wire \text_gen|char_ram~27940_q ; +wire \text_gen|char_ram~28388_q ; +wire \text_gen|char_ram~27044_q ; +wire \text_gen|char_ram~27492feeder_combout ; +wire \text_gen|char_ram~27492_q ; +wire \text_gen|char_ram~45801_combout ; +wire \text_gen|char_ram~45802_combout ; +wire \text_gen|char_ram~27037_q ; +wire \text_gen|char_ram~27485feeder_combout ; +wire \text_gen|char_ram~27485_q ; +wire \text_gen|char_ram~45796_combout ; +wire \text_gen|char_ram~27933feeder_combout ; +wire \text_gen|char_ram~27933_q ; +wire \text_gen|char_ram~28381_q ; +wire \text_gen|char_ram~45797_combout ; +wire \text_gen|char_ram~27457feeder_combout ; +wire \text_gen|char_ram~27457_q ; +wire \text_gen|char_ram~28353_q ; +wire \text_gen|char_ram~27009_q ; +wire \text_gen|char_ram~27905feeder_combout ; +wire \text_gen|char_ram~27905_q ; +wire \text_gen|char_ram~45798_combout ; +wire \text_gen|char_ram~45799_combout ; +wire \text_gen|char_ram~45800_combout ; +wire \text_gen|char_ram~45803_combout ; +wire \text_gen|char_ram~22557feeder_combout ; +wire \text_gen|char_ram~22557_q ; +wire \text_gen|char_ram~23005_q ; +wire \text_gen|char_ram~21661_q ; +wire \text_gen|char_ram~22109feeder_combout ; +wire \text_gen|char_ram~22109_q ; +wire \text_gen|char_ram~45783_combout ; +wire \text_gen|char_ram~45784_combout ; +wire \text_gen|char_ram~22564feeder_combout ; +wire \text_gen|char_ram~22564_q ; +wire \text_gen|char_ram~23012_q ; +wire \text_gen|char_ram~22116feeder_combout ; +wire \text_gen|char_ram~22116_q ; +wire \text_gen|char_ram~21668_q ; +wire \text_gen|char_ram~45790_combout ; +wire \text_gen|char_ram~45791_combout ; +wire \text_gen|char_ram~22529feeder_combout ; +wire \text_gen|char_ram~22529_q ; +wire \text_gen|char_ram~21633_q ; +wire \text_gen|char_ram~45787_combout ; +wire \text_gen|char_ram~22977_q ; +wire \text_gen|char_ram~22081feeder_combout ; +wire \text_gen|char_ram~22081_q ; +wire \text_gen|char_ram~45788_combout ; +wire \text_gen|char_ram~22088feeder_combout ; +wire \text_gen|char_ram~22088_q ; +wire \text_gen|char_ram~22984_q ; +wire \text_gen|char_ram~21640_q ; +wire \text_gen|char_ram~22536feeder_combout ; +wire \text_gen|char_ram~22536_q ; +wire \text_gen|char_ram~45785_combout ; +wire \text_gen|char_ram~45786_combout ; +wire \text_gen|char_ram~45789_combout ; +wire \text_gen|char_ram~45792_combout ; +wire \text_gen|char_ram~23880feeder_combout ; +wire \text_gen|char_ram~23880_q ; +wire \text_gen|char_ram~24776_q ; +wire \text_gen|char_ram~23432_q ; +wire \text_gen|char_ram~24328feeder_combout ; +wire \text_gen|char_ram~24328_q ; +wire \text_gen|char_ram~45773_combout ; +wire \text_gen|char_ram~45774_combout ; +wire \text_gen|char_ram~24804feeder_combout ; +wire \text_gen|char_ram~24804_q ; +wire \text_gen|char_ram~24356feeder_combout ; +wire \text_gen|char_ram~24356_q ; +wire \text_gen|char_ram~23460_q ; +wire \text_gen|char_ram~23908feeder_combout ; +wire \text_gen|char_ram~23908_q ; +wire \text_gen|char_ram~45780_combout ; +wire \text_gen|char_ram~45781_combout ; +wire \text_gen|char_ram~23873feeder_combout ; +wire \text_gen|char_ram~23873_q ; +wire \text_gen|char_ram~24769_q ; +wire \text_gen|char_ram~24321_q ; +wire \text_gen|char_ram~23425_q ; +wire \text_gen|char_ram~45777_combout ; +wire \text_gen|char_ram~45778_combout ; +wire \text_gen|char_ram~24349feeder_combout ; +wire \text_gen|char_ram~24349_q ; +wire \text_gen|char_ram~24797_q ; +wire \text_gen|char_ram~23901feeder_combout ; +wire \text_gen|char_ram~23901_q ; +wire \text_gen|char_ram~23453_q ; +wire \text_gen|char_ram~45775_combout ; +wire \text_gen|char_ram~45776_combout ; +wire \text_gen|char_ram~45779_combout ; +wire \text_gen|char_ram~45782_combout ; +wire \text_gen|char_ram~45793_combout ; +wire \text_gen|char_ram~25252feeder_combout ; +wire \text_gen|char_ram~25252_q ; +wire \text_gen|char_ram~25700_q ; +wire \text_gen|char_ram~45770_combout ; +wire \text_gen|char_ram~26596_q ; +wire \text_gen|char_ram~26148feeder_combout ; +wire \text_gen|char_ram~26148_q ; +wire \text_gen|char_ram~45771_combout ; +wire \text_gen|char_ram~25693feeder_combout ; +wire \text_gen|char_ram~25693_q ; +wire \text_gen|char_ram~25245_q ; +wire \text_gen|char_ram~45763_combout ; +wire \text_gen|char_ram~26589_q ; +wire \text_gen|char_ram~26141feeder_combout ; +wire \text_gen|char_ram~26141_q ; +wire \text_gen|char_ram~45764_combout ; +wire \text_gen|char_ram~25665feeder_combout ; +wire \text_gen|char_ram~25665_q ; +wire \text_gen|char_ram~26561_q ; +wire \text_gen|char_ram~26113feeder_combout ; +wire \text_gen|char_ram~26113_q ; +wire \text_gen|char_ram~25217_q ; +wire \text_gen|char_ram~45767_combout ; +wire \text_gen|char_ram~45768_combout ; +wire \text_gen|char_ram~25672feeder_combout ; +wire \text_gen|char_ram~25672_q ; +wire \text_gen|char_ram~26568_q ; +wire \text_gen|char_ram~26120feeder_combout ; +wire \text_gen|char_ram~26120_q ; +wire \text_gen|char_ram~25224_q ; +wire \text_gen|char_ram~45765_combout ; +wire \text_gen|char_ram~45766_combout ; +wire \text_gen|char_ram~45769_combout ; +wire \text_gen|char_ram~45772_combout ; +wire \text_gen|char_ram~45804_combout ; +wire \text_gen|char_ram~26904_q ; +wire \text_gen|char_ram~27800feeder_combout ; +wire \text_gen|char_ram~27800_q ; +wire \text_gen|char_ram~45836_combout ; +wire \text_gen|char_ram~27352feeder_combout ; +wire \text_gen|char_ram~27352_q ; +wire \text_gen|char_ram~28248_q ; +wire \text_gen|char_ram~45837_combout ; +wire \text_gen|char_ram~28276feeder_combout ; +wire \text_gen|char_ram~28276_q ; +wire \text_gen|char_ram~27828feeder_combout ; +wire \text_gen|char_ram~27828_q ; +wire \text_gen|char_ram~26932_q ; +wire \text_gen|char_ram~27380feeder_combout ; +wire \text_gen|char_ram~27380_q ; +wire \text_gen|char_ram~45843_combout ; +wire \text_gen|char_ram~45844_combout ; +wire \text_gen|char_ram~27345feeder_combout ; +wire \text_gen|char_ram~27345_q ; +wire \text_gen|char_ram~28241_q ; +wire \text_gen|char_ram~26897feeder_combout ; +wire \text_gen|char_ram~26897_q ; +wire \text_gen|char_ram~27793feeder_combout ; +wire \text_gen|char_ram~27793_q ; +wire \text_gen|char_ram~45840_combout ; +wire \text_gen|char_ram~45841_combout ; +wire \text_gen|char_ram~27821feeder_combout ; +wire \text_gen|char_ram~27821_q ; +wire \text_gen|char_ram~28269_q ; +wire \text_gen|char_ram~26925_q ; +wire \text_gen|char_ram~27373feeder_combout ; +wire \text_gen|char_ram~27373_q ; +wire \text_gen|char_ram~45838_combout ; +wire \text_gen|char_ram~45839_combout ; +wire \text_gen|char_ram~45842_combout ; +wire \text_gen|char_ram~45845_combout ; +wire \text_gen|char_ram~24244feeder_combout ; +wire \text_gen|char_ram~24244_q ; +wire \text_gen|char_ram~24692_q ; +wire \text_gen|char_ram~23796_q ; +wire \text_gen|char_ram~23348feeder_combout ; +wire \text_gen|char_ram~23348_q ; +wire \text_gen|char_ram~45812_combout ; +wire \text_gen|char_ram~45813_combout ; +wire \text_gen|char_ram~23768feeder_combout ; +wire \text_gen|char_ram~23768_q ; +wire \text_gen|char_ram~24664_q ; +wire \text_gen|char_ram~23320_q ; +wire \text_gen|char_ram~24216feeder_combout ; +wire \text_gen|char_ram~24216_q ; +wire \text_gen|char_ram~45805_combout ; +wire \text_gen|char_ram~45806_combout ; +wire \text_gen|char_ram~23761feeder_combout ; +wire \text_gen|char_ram~23761_q ; +wire \text_gen|char_ram~24657_q ; +wire \text_gen|char_ram~24209feeder_combout ; +wire \text_gen|char_ram~24209_q ; +wire \text_gen|char_ram~23313_q ; +wire \text_gen|char_ram~45809_combout ; +wire \text_gen|char_ram~45810_combout ; +wire \text_gen|char_ram~24237feeder_combout ; +wire \text_gen|char_ram~24237_q ; +wire \text_gen|char_ram~24685_q ; +wire \text_gen|char_ram~23341_q ; +wire \text_gen|char_ram~23789feeder_combout ; +wire \text_gen|char_ram~23789_q ; +wire \text_gen|char_ram~45807_combout ; +wire \text_gen|char_ram~45808_combout ; +wire \text_gen|char_ram~45811_combout ; +wire \text_gen|char_ram~45814_combout ; +wire \text_gen|char_ram~21556_q ; +wire \text_gen|char_ram~22004feeder_combout ; +wire \text_gen|char_ram~22004_q ; +wire \text_gen|char_ram~45832_combout ; +wire \text_gen|char_ram~22452feeder_combout ; +wire \text_gen|char_ram~22452_q ; +wire \text_gen|char_ram~22900_q ; +wire \text_gen|char_ram~45833_combout ; +wire \text_gen|char_ram~21976feeder_combout ; +wire \text_gen|char_ram~21976_q ; +wire \text_gen|char_ram~22872_q ; +wire \text_gen|char_ram~21528_q ; +wire \text_gen|char_ram~22424feeder_combout ; +wire \text_gen|char_ram~22424_q ; +wire \text_gen|char_ram~45825_combout ; +wire \text_gen|char_ram~45826_combout ; +wire \text_gen|char_ram~22445_q ; +wire \text_gen|char_ram~22893_q ; +wire \text_gen|char_ram~21549_q ; +wire \text_gen|char_ram~21997feeder_combout ; +wire \text_gen|char_ram~21997_q ; +wire \text_gen|char_ram~45827_combout ; +wire \text_gen|char_ram~45828_combout ; +wire \text_gen|char_ram~21969_q ; +wire \text_gen|char_ram~21521_q ; +wire \text_gen|char_ram~22417_q ; +wire \text_gen|char_ram~45829_combout ; +wire \text_gen|char_ram~22865_q ; +wire \text_gen|char_ram~45830_combout ; +wire \text_gen|char_ram~45831_combout ; +wire \text_gen|char_ram~45834_combout ; +wire \text_gen|char_ram~26484feeder_combout ; +wire \text_gen|char_ram~26484_q ; +wire \text_gen|char_ram~25588feeder_combout ; +wire \text_gen|char_ram~25588_q ; +wire \text_gen|char_ram~25140_q ; +wire \text_gen|char_ram~45822_combout ; +wire \text_gen|char_ram~26036feeder_combout ; +wire \text_gen|char_ram~26036_q ; +wire \text_gen|char_ram~45823_combout ; +wire \text_gen|char_ram~25133_q ; +wire \text_gen|char_ram~25581feeder_combout ; +wire \text_gen|char_ram~25581_q ; +wire \text_gen|char_ram~45815_combout ; +wire \text_gen|char_ram~26477_q ; +wire \text_gen|char_ram~26029feeder_combout ; +wire \text_gen|char_ram~26029_q ; +wire \text_gen|char_ram~45816_combout ; +wire \text_gen|char_ram~25553feeder_combout ; +wire \text_gen|char_ram~25553_q ; +wire \text_gen|char_ram~26449_q ; +wire \text_gen|char_ram~25105_q ; +wire \text_gen|char_ram~26001feeder_combout ; +wire \text_gen|char_ram~26001_q ; +wire \text_gen|char_ram~45819_combout ; +wire \text_gen|char_ram~45820_combout ; +wire \text_gen|char_ram~25560feeder_combout ; +wire \text_gen|char_ram~25560_q ; +wire \text_gen|char_ram~26456_q ; +wire \text_gen|char_ram~26008feeder_combout ; +wire \text_gen|char_ram~26008_q ; +wire \text_gen|char_ram~25112_q ; +wire \text_gen|char_ram~45817_combout ; +wire \text_gen|char_ram~45818_combout ; +wire \text_gen|char_ram~45821_combout ; +wire \text_gen|char_ram~45824_combout ; +wire \text_gen|char_ram~45835_combout ; +wire \text_gen|char_ram~45846_combout ; +wire \text_gen|char_ram~45847_combout ; +wire \text_gen|char_ram~26365_q ; +wire \text_gen|char_ram~28157_q ; +wire \text_gen|char_ram~24573feeder_combout ; +wire \text_gen|char_ram~24573_q ; +wire \text_gen|char_ram~22781_q ; +wire \text_gen|char_ram~45848_combout ; +wire \text_gen|char_ram~45849_combout ; +wire \text_gen|char_ram~24545feeder_combout ; +wire \text_gen|char_ram~24545_q ; +wire \text_gen|char_ram~28129_q ; +wire \text_gen|char_ram~26337feeder_combout ; +wire \text_gen|char_ram~26337_q ; +wire \text_gen|char_ram~22753_q ; +wire \text_gen|char_ram~45852_combout ; +wire \text_gen|char_ram~45853_combout ; +wire \text_gen|char_ram~28136feeder_combout ; +wire \text_gen|char_ram~28136_q ; +wire \text_gen|char_ram~26344feeder_combout ; +wire \text_gen|char_ram~26344_q ; +wire \text_gen|char_ram~22760_q ; +wire \text_gen|char_ram~45850_combout ; +wire \text_gen|char_ram~24552feeder_combout ; +wire \text_gen|char_ram~24552_q ; +wire \text_gen|char_ram~45851_combout ; +wire \text_gen|char_ram~45854_combout ; +wire \text_gen|char_ram~28164feeder_combout ; +wire \text_gen|char_ram~28164_q ; +wire \text_gen|char_ram~26372feeder_combout ; +wire \text_gen|char_ram~26372_q ; +wire \text_gen|char_ram~24580feeder_combout ; +wire \text_gen|char_ram~24580_q ; +wire \text_gen|char_ram~22788_q ; +wire \text_gen|char_ram~45855_combout ; +wire \text_gen|char_ram~45856_combout ; +wire \text_gen|char_ram~45857_combout ; +wire \text_gen|char_ram~25028feeder_combout ; +wire \text_gen|char_ram~25028_q ; +wire \text_gen|char_ram~23236_q ; +wire \text_gen|char_ram~45886_combout ; +wire \text_gen|char_ram~28612_q ; +wire \text_gen|char_ram~26820_q ; +wire \text_gen|char_ram~45887_combout ; +wire \text_gen|char_ram~25000_q ; +wire \text_gen|char_ram~28584_q ; +wire \text_gen|char_ram~26792_q ; +wire \text_gen|char_ram~23208_q ; +wire \text_gen|char_ram~45879_combout ; +wire \text_gen|char_ram~45880_combout ; +wire \text_gen|char_ram~26813feeder_combout ; +wire \text_gen|char_ram~26813_q ; +wire \text_gen|char_ram~28605_q ; +wire \text_gen|char_ram~25021feeder_combout ; +wire \text_gen|char_ram~25021_q ; +wire \text_gen|char_ram~23229_q ; +wire \text_gen|char_ram~45881_combout ; +wire \text_gen|char_ram~45882_combout ; +wire \text_gen|char_ram~26785feeder_combout ; +wire \text_gen|char_ram~26785_q ; +wire \text_gen|char_ram~23201_q ; +wire \text_gen|char_ram~45883_combout ; +wire \text_gen|char_ram~24993_q ; +wire \text_gen|char_ram~28577_q ; +wire \text_gen|char_ram~45884_combout ; +wire \text_gen|char_ram~45885_combout ; +wire \text_gen|char_ram~45888_combout ; +wire \text_gen|char_ram~25917feeder_combout ; +wire \text_gen|char_ram~25917_q ; +wire \text_gen|char_ram~27709_q ; +wire \text_gen|char_ram~24125feeder_combout ; +wire \text_gen|char_ram~24125_q ; +wire \text_gen|char_ram~22333_q ; +wire \text_gen|char_ram~45860_combout ; +wire \text_gen|char_ram~45861_combout ; +wire \text_gen|char_ram~24097feeder_combout ; +wire \text_gen|char_ram~24097_q ; +wire \text_gen|char_ram~27681_q ; +wire \text_gen|char_ram~22305_q ; +wire \text_gen|char_ram~25889feeder_combout ; +wire \text_gen|char_ram~25889_q ; +wire \text_gen|char_ram~45862_combout ; +wire \text_gen|char_ram~45863_combout ; +wire \text_gen|char_ram~45864_combout ; +wire \text_gen|char_ram~25924feeder_combout ; +wire \text_gen|char_ram~25924_q ; +wire \text_gen|char_ram~27716_q ; +wire \text_gen|char_ram~22340_q ; +wire \text_gen|char_ram~24132feeder_combout ; +wire \text_gen|char_ram~24132_q ; +wire \text_gen|char_ram~45865_combout ; +wire \text_gen|char_ram~45866_combout ; +wire \text_gen|char_ram~24104feeder_combout ; +wire \text_gen|char_ram~24104_q ; +wire \text_gen|char_ram~27688_q ; +wire \text_gen|char_ram~25896feeder_combout ; +wire \text_gen|char_ram~25896_q ; +wire \text_gen|char_ram~22312_q ; +wire \text_gen|char_ram~45858_combout ; +wire \text_gen|char_ram~45859_combout ; +wire \text_gen|char_ram~45867_combout ; +wire \text_gen|char_ram~23684feeder_combout ; +wire \text_gen|char_ram~23684_q ; +wire \text_gen|char_ram~27268_q ; +wire \text_gen|char_ram~25476_q ; +wire \text_gen|char_ram~21892_q ; +wire \text_gen|char_ram~45875_combout ; +wire \text_gen|char_ram~45876_combout ; +wire \text_gen|char_ram~23677feeder_combout ; +wire \text_gen|char_ram~23677_q ; +wire \text_gen|char_ram~27261_q ; +wire \text_gen|char_ram~25469feeder_combout ; +wire \text_gen|char_ram~25469_q ; +wire \text_gen|char_ram~21885_q ; +wire \text_gen|char_ram~45868_combout ; +wire \text_gen|char_ram~45869_combout ; +wire \text_gen|char_ram~23649feeder_combout ; +wire \text_gen|char_ram~23649_q ; +wire \text_gen|char_ram~27233_q ; +wire \text_gen|char_ram~25441feeder_combout ; +wire \text_gen|char_ram~25441_q ; +wire \text_gen|char_ram~21857_q ; +wire \text_gen|char_ram~45872_combout ; +wire \text_gen|char_ram~45873_combout ; +wire \text_gen|char_ram~21864_q ; +wire \text_gen|char_ram~25448feeder_combout ; +wire \text_gen|char_ram~25448_q ; +wire \text_gen|char_ram~45870_combout ; +wire \text_gen|char_ram~27240_q ; +wire \text_gen|char_ram~23656feeder_combout ; +wire \text_gen|char_ram~23656_q ; +wire \text_gen|char_ram~45871_combout ; +wire \text_gen|char_ram~45874_combout ; +wire \text_gen|char_ram~45877_combout ; +wire \text_gen|char_ram~45878_combout ; +wire \text_gen|char_ram~45889_combout ; +wire \text_gen|char_ram~45890_combout ; +wire \text_gen|char_ram~9117feeder_combout ; +wire \text_gen|char_ram~9117_q ; +wire \text_gen|char_ram~7325_q ; +wire \text_gen|char_ram~45402_combout ; +wire \text_gen|char_ram~10909feeder_combout ; +wire \text_gen|char_ram~10909_q ; +wire \text_gen|char_ram~12701_q ; +wire \text_gen|char_ram~45403_combout ; +wire \text_gen|char_ram~12673feeder_combout ; +wire \text_gen|char_ram~12673_q ; +wire \text_gen|char_ram~10881feeder_combout ; +wire \text_gen|char_ram~10881_q ; +wire \text_gen|char_ram~7297_q ; +wire \text_gen|char_ram~9089feeder_combout ; +wire \text_gen|char_ram~9089_q ; +wire \text_gen|char_ram~45404_combout ; +wire \text_gen|char_ram~45405_combout ; +wire \text_gen|char_ram~45406_combout ; +wire \text_gen|char_ram~12708feeder_combout ; +wire \text_gen|char_ram~12708_q ; +wire \text_gen|char_ram~10916feeder_combout ; +wire \text_gen|char_ram~10916_q ; +wire \text_gen|char_ram~9124feeder_combout ; +wire \text_gen|char_ram~9124_q ; +wire \text_gen|char_ram~7332_q ; +wire \text_gen|char_ram~45407_combout ; +wire \text_gen|char_ram~45408_combout ; +wire \text_gen|char_ram~10888feeder_combout ; +wire \text_gen|char_ram~10888_q ; +wire \text_gen|char_ram~12680_q ; +wire \text_gen|char_ram~7304_q ; +wire \text_gen|char_ram~9096feeder_combout ; +wire \text_gen|char_ram~9096_q ; +wire \text_gen|char_ram~45400_combout ; +wire \text_gen|char_ram~45401_combout ; +wire \text_gen|char_ram~45409_combout ; +wire \text_gen|char_ram~9572feeder_combout ; +wire \text_gen|char_ram~9572_q ; +wire \text_gen|char_ram~11364feeder_combout ; +wire \text_gen|char_ram~11364_q ; +wire \text_gen|char_ram~7780_q ; +wire \text_gen|char_ram~45397_combout ; +wire \text_gen|char_ram~13156_q ; +wire \text_gen|char_ram~45398_combout ; +wire \text_gen|char_ram~11357feeder_combout ; +wire \text_gen|char_ram~11357_q ; +wire \text_gen|char_ram~13149_q ; +wire \text_gen|char_ram~9565feeder_combout ; +wire \text_gen|char_ram~9565_q ; +wire \text_gen|char_ram~7773feeder_combout ; +wire \text_gen|char_ram~7773_q ; +wire \text_gen|char_ram~45390_combout ; +wire \text_gen|char_ram~45391_combout ; +wire \text_gen|char_ram~11329feeder_combout ; +wire \text_gen|char_ram~11329_q ; +wire \text_gen|char_ram~13121_q ; +wire \text_gen|char_ram~9537feeder_combout ; +wire \text_gen|char_ram~9537_q ; +wire \text_gen|char_ram~7745_q ; +wire \text_gen|char_ram~45394_combout ; +wire \text_gen|char_ram~45395_combout ; +wire \text_gen|char_ram~11336feeder_combout ; +wire \text_gen|char_ram~11336_q ; +wire \text_gen|char_ram~9544feeder_combout ; +wire \text_gen|char_ram~9544_q ; +wire \text_gen|char_ram~7752_q ; +wire \text_gen|char_ram~45392_combout ; +wire \text_gen|char_ram~13128_q ; +wire \text_gen|char_ram~45393_combout ; +wire \text_gen|char_ram~45396_combout ; +wire \text_gen|char_ram~45399_combout ; +wire \text_gen|char_ram~45410_combout ; +wire \text_gen|char_ram~14017_q ; +wire \text_gen|char_ram~12225_q ; +wire \text_gen|char_ram~12253feeder_combout ; +wire \text_gen|char_ram~12253_q ; +wire \text_gen|char_ram~45411_combout ; +wire \text_gen|char_ram~14045feeder_combout ; +wire \text_gen|char_ram~14045_q ; +wire \text_gen|char_ram~45412_combout ; +wire \text_gen|char_ram~10440feeder_combout ; +wire \text_gen|char_ram~10440_q ; +wire \text_gen|char_ram~10468_q ; +wire \text_gen|char_ram~8648_q ; +wire \text_gen|char_ram~8676feeder_combout ; +wire \text_gen|char_ram~8676_q ; +wire \text_gen|char_ram~45413_combout ; +wire \text_gen|char_ram~45414_combout ; +wire \text_gen|char_ram~10433feeder_combout ; +wire \text_gen|char_ram~10433_q ; +wire \text_gen|char_ram~10461_q ; +wire \text_gen|char_ram~8669feeder_combout ; +wire \text_gen|char_ram~8669_q ; +wire \text_gen|char_ram~8641_q ; +wire \text_gen|char_ram~45415_combout ; +wire \text_gen|char_ram~45416_combout ; +wire \text_gen|char_ram~45417_combout ; +wire \text_gen|char_ram~14024feeder_combout ; +wire \text_gen|char_ram~14024_q ; +wire \text_gen|char_ram~14052_q ; +wire \text_gen|char_ram~12260feeder_combout ; +wire \text_gen|char_ram~12260_q ; +wire \text_gen|char_ram~12232_q ; +wire \text_gen|char_ram~45418_combout ; +wire \text_gen|char_ram~45419_combout ; +wire \text_gen|char_ram~45420_combout ; +wire \text_gen|char_ram~13576feeder_combout ; +wire \text_gen|char_ram~13576_q ; +wire \text_gen|char_ram~13569_q ; +wire \text_gen|char_ram~9992feeder_combout ; +wire \text_gen|char_ram~9992_q ; +wire \text_gen|char_ram~9985_q ; +wire \text_gen|char_ram~45380_combout ; +wire \text_gen|char_ram~45381_combout ; +wire \text_gen|char_ram~11805feeder_combout ; +wire \text_gen|char_ram~11805_q ; +wire \text_gen|char_ram~11812_q ; +wire \text_gen|char_ram~8221_q ; +wire \text_gen|char_ram~8228feeder_combout ; +wire \text_gen|char_ram~8228_q ; +wire \text_gen|char_ram~45382_combout ; +wire \text_gen|char_ram~45383_combout ; +wire \text_gen|char_ram~11777feeder_combout ; +wire \text_gen|char_ram~11777_q ; +wire \text_gen|char_ram~11784_q ; +wire \text_gen|char_ram~8200feeder_combout ; +wire \text_gen|char_ram~8200_q ; +wire \text_gen|char_ram~8193_q ; +wire \text_gen|char_ram~45384_combout ; +wire \text_gen|char_ram~45385_combout ; +wire \text_gen|char_ram~45386_combout ; +wire \text_gen|char_ram~13604feeder_combout ; +wire \text_gen|char_ram~13604_q ; +wire \text_gen|char_ram~13597feeder_combout ; +wire \text_gen|char_ram~13597_q ; +wire \text_gen|char_ram~10013_q ; +wire \text_gen|char_ram~10020feeder_combout ; +wire \text_gen|char_ram~10020_q ; +wire \text_gen|char_ram~45387_combout ; +wire \text_gen|char_ram~45388_combout ; +wire \text_gen|char_ram~45389_combout ; +wire \text_gen|char_ram~45421_combout ; +wire \text_gen|char_ram~9341feeder_combout ; +wire \text_gen|char_ram~9341_q ; +wire \text_gen|char_ram~12925_q ; +wire \text_gen|char_ram~7549feeder_combout ; +wire \text_gen|char_ram~7549_q ; +wire \text_gen|char_ram~11133_q ; +wire \text_gen|char_ram~45529_combout ; +wire \text_gen|char_ram~45530_combout ; +wire \text_gen|char_ram~9313_q ; +wire \text_gen|char_ram~7521_q ; +wire \text_gen|char_ram~45531_combout ; +wire \text_gen|char_ram~11105feeder_combout ; +wire \text_gen|char_ram~11105_q ; +wire \text_gen|char_ram~12897_q ; +wire \text_gen|char_ram~45532_combout ; +wire \text_gen|char_ram~45533_combout ; +wire \text_gen|char_ram~9320feeder_combout ; +wire \text_gen|char_ram~9320_q ; +wire \text_gen|char_ram~7528feeder_combout ; +wire \text_gen|char_ram~7528_q ; +wire \text_gen|char_ram~45527_combout ; +wire \text_gen|char_ram~11112feeder_combout ; +wire \text_gen|char_ram~11112_q ; +wire \text_gen|char_ram~12904_q ; +wire \text_gen|char_ram~45528_combout ; +wire \text_gen|char_ram~9348feeder_combout ; +wire \text_gen|char_ram~9348_q ; +wire \text_gen|char_ram~12932_q ; +wire \text_gen|char_ram~7556feeder_combout ; +wire \text_gen|char_ram~7556_q ; +wire \text_gen|char_ram~11140_q ; +wire \text_gen|char_ram~45534_combout ; +wire \text_gen|char_ram~45535_combout ; +wire \text_gen|char_ram~45536_combout ; +wire \text_gen|char_ram~12036feeder_combout ; +wire \text_gen|char_ram~12036_q ; +wire \text_gen|char_ram~13828_q ; +wire \text_gen|char_ram~13800feeder_combout ; +wire \text_gen|char_ram~13800_q ; +wire \text_gen|char_ram~12008_q ; +wire \text_gen|char_ram~45524_combout ; +wire \text_gen|char_ram~45525_combout ; +wire \text_gen|char_ram~10216feeder_combout ; +wire \text_gen|char_ram~10216_q ; +wire \text_gen|char_ram~10244_q ; +wire \text_gen|char_ram~8452feeder_combout ; +wire \text_gen|char_ram~8452_q ; +wire \text_gen|char_ram~8424_q ; +wire \text_gen|char_ram~45519_combout ; +wire \text_gen|char_ram~45520_combout ; +wire \text_gen|char_ram~8417_q ; +wire \text_gen|char_ram~8445feeder_combout ; +wire \text_gen|char_ram~8445_q ; +wire \text_gen|char_ram~45521_combout ; +wire \text_gen|char_ram~10237_q ; +wire \text_gen|char_ram~10209feeder_combout ; +wire \text_gen|char_ram~10209_q ; +wire \text_gen|char_ram~45522_combout ; +wire \text_gen|char_ram~45523_combout ; +wire \text_gen|char_ram~13793feeder_combout ; +wire \text_gen|char_ram~13793_q ; +wire \text_gen|char_ram~13821_q ; +wire \text_gen|char_ram~12029feeder_combout ; +wire \text_gen|char_ram~12029_q ; +wire \text_gen|char_ram~12001_q ; +wire \text_gen|char_ram~45517_combout ; +wire \text_gen|char_ram~45518_combout ; +wire \text_gen|char_ram~45526_combout ; +wire \text_gen|char_ram~45537_combout ; +wire \text_gen|char_ram~12449_q ; +wire \text_gen|char_ram~12456_q ; +wire \text_gen|char_ram~8865_q ; +wire \text_gen|char_ram~8872feeder_combout ; +wire \text_gen|char_ram~8872_q ; +wire \text_gen|char_ram~45542_combout ; +wire \text_gen|char_ram~45543_combout ; +wire \text_gen|char_ram~8900_q ; +wire \text_gen|char_ram~12484feeder_combout ; +wire \text_gen|char_ram~12484_q ; +wire \text_gen|char_ram~8893_q ; +wire \text_gen|char_ram~12477feeder_combout ; +wire \text_gen|char_ram~12477_q ; +wire \text_gen|char_ram~45540_combout ; +wire \text_gen|char_ram~45541_combout ; +wire \text_gen|char_ram~45544_combout ; +wire \text_gen|char_ram~10692_q ; +wire \text_gen|char_ram~14276_q ; +wire \text_gen|char_ram~10685_q ; +wire \text_gen|char_ram~14269_q ; +wire \text_gen|char_ram~45545_combout ; +wire \text_gen|char_ram~45546_combout ; +wire \text_gen|char_ram~10664_q ; +wire \text_gen|char_ram~10657_q ; +wire \text_gen|char_ram~45538_combout ; +wire \text_gen|char_ram~14248_q ; +wire \text_gen|char_ram~14241_q ; +wire \text_gen|char_ram~45539_combout ; +wire \text_gen|char_ram~45547_combout ; +wire \text_gen|char_ram~9796feeder_combout ; +wire \text_gen|char_ram~9796_q ; +wire \text_gen|char_ram~9789_q ; +wire \text_gen|char_ram~45514_combout ; +wire \text_gen|char_ram~13380_q ; +wire \text_gen|char_ram~13373_q ; +wire \text_gen|char_ram~45515_combout ; +wire \text_gen|char_ram~13345_q ; +wire \text_gen|char_ram~13352feeder_combout ; +wire \text_gen|char_ram~13352_q ; +wire \text_gen|char_ram~9768feeder_combout ; +wire \text_gen|char_ram~9768_q ; +wire \text_gen|char_ram~9761_q ; +wire \text_gen|char_ram~45507_combout ; +wire \text_gen|char_ram~45508_combout ; +wire \text_gen|char_ram~11581_q ; +wire \text_gen|char_ram~11588_q ; +wire \text_gen|char_ram~7997feeder_combout ; +wire \text_gen|char_ram~7997_q ; +wire \text_gen|char_ram~8004_q ; +wire \text_gen|char_ram~45509_combout ; +wire \text_gen|char_ram~45510_combout ; +wire \text_gen|char_ram~11553feeder_combout ; +wire \text_gen|char_ram~11553_q ; +wire \text_gen|char_ram~11560_q ; +wire \text_gen|char_ram~7969_q ; +wire \text_gen|char_ram~7976feeder_combout ; +wire \text_gen|char_ram~7976_q ; +wire \text_gen|char_ram~45511_combout ; +wire \text_gen|char_ram~45512_combout ; +wire \text_gen|char_ram~45513_combout ; +wire \text_gen|char_ram~45516_combout ; +wire \text_gen|char_ram~45548_combout ; +wire \text_gen|char_ram~10132feeder_combout ; +wire \text_gen|char_ram~10132_q ; +wire \text_gen|char_ram~10580_q ; +wire \text_gen|char_ram~9236_q ; +wire \text_gen|char_ram~9684feeder_combout ; +wire \text_gen|char_ram~9684_q ; +wire \text_gen|char_ram~45429_combout ; +wire \text_gen|char_ram~45430_combout ; +wire \text_gen|char_ram~10125feeder_combout ; +wire \text_gen|char_ram~10125_q ; +wire \text_gen|char_ram~10573_q ; +wire \text_gen|char_ram~9229_q ; +wire \text_gen|char_ram~9677feeder_combout ; +wire \text_gen|char_ram~9677_q ; +wire \text_gen|char_ram~45422_combout ; +wire \text_gen|char_ram~45423_combout ; +wire \text_gen|char_ram~9649feeder_combout ; +wire \text_gen|char_ram~9649_q ; +wire \text_gen|char_ram~10545_q ; +wire \text_gen|char_ram~10097feeder_combout ; +wire \text_gen|char_ram~10097_q ; +wire \text_gen|char_ram~9201_q ; +wire \text_gen|char_ram~45426_combout ; +wire \text_gen|char_ram~45427_combout ; +wire \text_gen|char_ram~9656feeder_combout ; +wire \text_gen|char_ram~9656_q ; +wire \text_gen|char_ram~10552_q ; +wire \text_gen|char_ram~9208feeder_combout ; +wire \text_gen|char_ram~9208_q ; +wire \text_gen|char_ram~10104_q ; +wire \text_gen|char_ram~45424_combout ; +wire \text_gen|char_ram~45425_combout ; +wire \text_gen|char_ram~45428_combout ; +wire \text_gen|char_ram~45431_combout ; +wire \text_gen|char_ram~8340feeder_combout ; +wire \text_gen|char_ram~8340_q ; +wire \text_gen|char_ram~8788_q ; +wire \text_gen|char_ram~7444_q ; +wire \text_gen|char_ram~7892feeder_combout ; +wire \text_gen|char_ram~7892_q ; +wire \text_gen|char_ram~45449_combout ; +wire \text_gen|char_ram~45450_combout ; +wire \text_gen|char_ram~7857feeder_combout ; +wire \text_gen|char_ram~7857_q ; +wire \text_gen|char_ram~8753_q ; +wire \text_gen|char_ram~8305feeder_combout ; +wire \text_gen|char_ram~8305_q ; +wire \text_gen|char_ram~7409_q ; +wire \text_gen|char_ram~45446_combout ; +wire \text_gen|char_ram~45447_combout ; +wire \text_gen|char_ram~8781feeder_combout ; +wire \text_gen|char_ram~8781_q ; +wire \text_gen|char_ram~8333_q ; +wire \text_gen|char_ram~7437_q ; +wire \text_gen|char_ram~7885feeder_combout ; +wire \text_gen|char_ram~7885_q ; +wire \text_gen|char_ram~45444_combout ; +wire \text_gen|char_ram~45445_combout ; +wire \text_gen|char_ram~45448_combout ; +wire \text_gen|char_ram~8760feeder_combout ; +wire \text_gen|char_ram~8760_q ; +wire \text_gen|char_ram~7864_q ; +wire \text_gen|char_ram~8312feeder_combout ; +wire \text_gen|char_ram~8312_q ; +wire \text_gen|char_ram~7416_q ; +wire \text_gen|char_ram~45442_combout ; +wire \text_gen|char_ram~45443_combout ; +wire \text_gen|char_ram~45451_combout ; +wire \text_gen|char_ram~12372feeder_combout ; +wire \text_gen|char_ram~12372_q ; +wire \text_gen|char_ram~11924feeder_combout ; +wire \text_gen|char_ram~11924_q ; +wire \text_gen|char_ram~11476feeder_combout ; +wire \text_gen|char_ram~11476_q ; +wire \text_gen|char_ram~11028_q ; +wire \text_gen|char_ram~45439_combout ; +wire \text_gen|char_ram~45440_combout ; +wire \text_gen|char_ram~11448feeder_combout ; +wire \text_gen|char_ram~11448_q ; +wire \text_gen|char_ram~12344_q ; +wire \text_gen|char_ram~11896feeder_combout ; +wire \text_gen|char_ram~11896_q ; +wire \text_gen|char_ram~11000_q ; +wire \text_gen|char_ram~45432_combout ; +wire \text_gen|char_ram~45433_combout ; +wire \text_gen|char_ram~11441feeder_combout ; +wire \text_gen|char_ram~11441_q ; +wire \text_gen|char_ram~12337_q ; +wire \text_gen|char_ram~11889feeder_combout ; +wire \text_gen|char_ram~11889_q ; +wire \text_gen|char_ram~10993_q ; +wire \text_gen|char_ram~45436_combout ; +wire \text_gen|char_ram~45437_combout ; +wire \text_gen|char_ram~11917feeder_combout ; +wire \text_gen|char_ram~11917_q ; +wire \text_gen|char_ram~12365_q ; +wire \text_gen|char_ram~11021_q ; +wire \text_gen|char_ram~11469feeder_combout ; +wire \text_gen|char_ram~11469_q ; +wire \text_gen|char_ram~45434_combout ; +wire \text_gen|char_ram~45435_combout ; +wire \text_gen|char_ram~45438_combout ; +wire \text_gen|char_ram~45441_combout ; +wire \text_gen|char_ram~45452_combout ; +wire \text_gen|char_ram~13233feeder_combout ; +wire \text_gen|char_ram~13233_q ; +wire \text_gen|char_ram~14129_q ; +wire \text_gen|char_ram~12785_q ; +wire \text_gen|char_ram~13681feeder_combout ; +wire \text_gen|char_ram~13681_q ; +wire \text_gen|char_ram~45457_combout ; +wire \text_gen|char_ram~45458_combout ; +wire \text_gen|char_ram~13240feeder_combout ; +wire \text_gen|char_ram~13240_q ; +wire \text_gen|char_ram~14136_q ; +wire \text_gen|char_ram~13688feeder_combout ; +wire \text_gen|char_ram~13688_q ; +wire \text_gen|char_ram~12792_q ; +wire \text_gen|char_ram~45455_combout ; +wire \text_gen|char_ram~45456_combout ; +wire \text_gen|char_ram~45459_combout ; +wire \text_gen|char_ram~13709feeder_combout ; +wire \text_gen|char_ram~13709_q ; +wire \text_gen|char_ram~14157feeder_combout ; +wire \text_gen|char_ram~14157_q ; +wire \text_gen|char_ram~12813feeder_combout ; +wire \text_gen|char_ram~12813_q ; +wire \text_gen|char_ram~13261feeder_combout ; +wire \text_gen|char_ram~13261_q ; +wire \text_gen|char_ram~45453_combout ; +wire \text_gen|char_ram~45454_combout ; +wire \text_gen|char_ram~13268feeder_combout ; +wire \text_gen|char_ram~13268_q ; +wire \text_gen|char_ram~12820_q ; +wire \text_gen|char_ram~45460_combout ; +wire \text_gen|char_ram~14164_q ; +wire \text_gen|char_ram~13716feeder_combout ; +wire \text_gen|char_ram~13716_q ; +wire \text_gen|char_ram~45461_combout ; +wire \text_gen|char_ram~45462_combout ; +wire \text_gen|char_ram~45463_combout ; +wire \text_gen|char_ram~13492feeder_combout ; +wire \text_gen|char_ram~13492_q ; +wire \text_gen|char_ram~13940_q ; +wire \text_gen|char_ram~13044feeder_combout ; +wire \text_gen|char_ram~13044_q ; +wire \text_gen|char_ram~12596_q ; +wire \text_gen|char_ram~45502_combout ; +wire \text_gen|char_ram~45503_combout ; +wire \text_gen|char_ram~13485feeder_combout ; +wire \text_gen|char_ram~13485_q ; +wire \text_gen|char_ram~13933_q ; +wire \text_gen|char_ram~12589_q ; +wire \text_gen|char_ram~13037feeder_combout ; +wire \text_gen|char_ram~13037_q ; +wire \text_gen|char_ram~45495_combout ; +wire \text_gen|char_ram~45496_combout ; +wire \text_gen|char_ram~13009feeder_combout ; +wire \text_gen|char_ram~13009_q ; +wire \text_gen|char_ram~13905_q ; +wire \text_gen|char_ram~13457feeder_combout ; +wire \text_gen|char_ram~13457_q ; +wire \text_gen|char_ram~12561_q ; +wire \text_gen|char_ram~45499_combout ; +wire \text_gen|char_ram~45500_combout ; +wire \text_gen|char_ram~13016feeder_combout ; +wire \text_gen|char_ram~13016_q ; +wire \text_gen|char_ram~13912_q ; +wire \text_gen|char_ram~12568_q ; +wire \text_gen|char_ram~13464feeder_combout ; +wire \text_gen|char_ram~13464_q ; +wire \text_gen|char_ram~45497_combout ; +wire \text_gen|char_ram~45498_combout ; +wire \text_gen|char_ram~45501_combout ; +wire \text_gen|char_ram~45504_combout ; +wire \text_gen|char_ram~11252feeder_combout ; +wire \text_gen|char_ram~11252_q ; +wire \text_gen|char_ram~10804feeder_combout ; +wire \text_gen|char_ram~10804_q ; +wire \text_gen|char_ram~45471_combout ; +wire \text_gen|char_ram~12148_q ; +wire \text_gen|char_ram~11700feeder_combout ; +wire \text_gen|char_ram~11700_q ; +wire \text_gen|char_ram~45472_combout ; +wire \text_gen|char_ram~11693feeder_combout ; +wire \text_gen|char_ram~11693_q ; +wire \text_gen|char_ram~12141_q ; +wire \text_gen|char_ram~10797_q ; +wire \text_gen|char_ram~11245feeder_combout ; +wire \text_gen|char_ram~11245_q ; +wire \text_gen|char_ram~45464_combout ; +wire \text_gen|char_ram~45465_combout ; +wire \text_gen|char_ram~10769_q ; +wire \text_gen|char_ram~11665feeder_combout ; +wire \text_gen|char_ram~11665_q ; +wire \text_gen|char_ram~45468_combout ; +wire \text_gen|char_ram~11217feeder_combout ; +wire \text_gen|char_ram~11217_q ; +wire \text_gen|char_ram~12113_q ; +wire \text_gen|char_ram~45469_combout ; +wire \text_gen|char_ram~11224feeder_combout ; +wire \text_gen|char_ram~11224_q ; +wire \text_gen|char_ram~12120_q ; +wire \text_gen|char_ram~11672feeder_combout ; +wire \text_gen|char_ram~11672_q ; +wire \text_gen|char_ram~10776_q ; +wire \text_gen|char_ram~45466_combout ; +wire \text_gen|char_ram~45467_combout ; +wire \text_gen|char_ram~45470_combout ; +wire \text_gen|char_ram~45473_combout ; +wire \text_gen|char_ram~9432_q ; +wire \text_gen|char_ram~10328_q ; +wire \text_gen|char_ram~8984_q ; +wire \text_gen|char_ram~9880feeder_combout ; +wire \text_gen|char_ram~9880_q ; +wire \text_gen|char_ram~45476_combout ; +wire \text_gen|char_ram~45477_combout ; +wire \text_gen|char_ram~9425feeder_combout ; +wire \text_gen|char_ram~9425_q ; +wire \text_gen|char_ram~10321_q ; +wire \text_gen|char_ram~8977_q ; +wire \text_gen|char_ram~9873feeder_combout ; +wire \text_gen|char_ram~9873_q ; +wire \text_gen|char_ram~45478_combout ; +wire \text_gen|char_ram~45479_combout ; +wire \text_gen|char_ram~45480_combout ; +wire \text_gen|char_ram~9908feeder_combout ; +wire \text_gen|char_ram~9908_q ; +wire \text_gen|char_ram~10356_q ; +wire \text_gen|char_ram~9012_q ; +wire \text_gen|char_ram~9460feeder_combout ; +wire \text_gen|char_ram~9460_q ; +wire \text_gen|char_ram~45481_combout ; +wire \text_gen|char_ram~45482_combout ; +wire \text_gen|char_ram~10349feeder_combout ; +wire \text_gen|char_ram~10349_q ; +wire \text_gen|char_ram~9901feeder_combout ; +wire \text_gen|char_ram~9901_q ; +wire \text_gen|char_ram~9005_q ; +wire \text_gen|char_ram~9453feeder_combout ; +wire \text_gen|char_ram~9453_q ; +wire \text_gen|char_ram~45474_combout ; +wire \text_gen|char_ram~45475_combout ; +wire \text_gen|char_ram~45483_combout ; +wire \text_gen|char_ram~7185_q ; +wire \text_gen|char_ram~8081feeder_combout ; +wire \text_gen|char_ram~8081_q ; +wire \text_gen|char_ram~45488_combout ; +wire \text_gen|char_ram~8529_q ; +wire \text_gen|char_ram~7633feeder_combout ; +wire \text_gen|char_ram~7633_q ; +wire \text_gen|char_ram~45489_combout ; +wire \text_gen|char_ram~7640feeder_combout ; +wire \text_gen|char_ram~7640_q ; +wire \text_gen|char_ram~8536_q ; +wire \text_gen|char_ram~7192_q ; +wire \text_gen|char_ram~8088feeder_combout ; +wire \text_gen|char_ram~8088_q ; +wire \text_gen|char_ram~45486_combout ; +wire \text_gen|char_ram~45487_combout ; +wire \text_gen|char_ram~45490_combout ; +wire \text_gen|char_ram~8116feeder_combout ; +wire \text_gen|char_ram~8116_q ; +wire \text_gen|char_ram~8564_q ; +wire \text_gen|char_ram~7220_q ; +wire \text_gen|char_ram~7668feeder_combout ; +wire \text_gen|char_ram~7668_q ; +wire \text_gen|char_ram~45491_combout ; +wire \text_gen|char_ram~45492_combout ; +wire \text_gen|char_ram~8109feeder_combout ; +wire \text_gen|char_ram~8109_q ; +wire \text_gen|char_ram~8557_q ; +wire \text_gen|char_ram~7213_q ; +wire \text_gen|char_ram~7661feeder_combout ; +wire \text_gen|char_ram~7661_q ; +wire \text_gen|char_ram~45484_combout ; +wire \text_gen|char_ram~45485_combout ; +wire \text_gen|char_ram~45493_combout ; +wire \text_gen|char_ram~45494_combout ; +wire \text_gen|char_ram~45505_combout ; +wire \text_gen|char_ram~45506_combout ; +wire \text_gen|char_ram~45549_combout ; +wire \text_gen|char_ram~7080_q ; +wire \text_gen|char_ram~7108_q ; +wire \text_gen|char_ram~5316_q ; +wire \text_gen|char_ram~5288_q ; +wire \text_gen|char_ram~45715_combout ; +wire \text_gen|char_ram~45716_combout ; +wire \text_gen|char_ram~7101feeder_combout ; +wire \text_gen|char_ram~7101_q ; +wire \text_gen|char_ram~7073_q ; +wire \text_gen|char_ram~5281_q ; +wire \text_gen|char_ram~5309feeder_combout ; +wire \text_gen|char_ram~5309_q ; +wire \text_gen|char_ram~45708_combout ; +wire \text_gen|char_ram~45709_combout ; +wire \text_gen|char_ram~3489feeder_combout ; +wire \text_gen|char_ram~3489_q ; +wire \text_gen|char_ram~3517_q ; +wire \text_gen|char_ram~1697_q ; +wire \text_gen|char_ram~1725feeder_combout ; +wire \text_gen|char_ram~1725_q ; +wire \text_gen|char_ram~45712_combout ; +wire \text_gen|char_ram~45713_combout ; +wire \text_gen|char_ram~3524_q ; +wire \text_gen|char_ram~3496_q ; +wire \text_gen|char_ram~1732feeder_combout ; +wire \text_gen|char_ram~1732_q ; +wire \text_gen|char_ram~1704_q ; +wire \text_gen|char_ram~45710_combout ; +wire \text_gen|char_ram~45711_combout ; +wire \text_gen|char_ram~45714_combout ; +wire \text_gen|char_ram~45717_combout ; +wire \text_gen|char_ram~6184_q ; +wire \text_gen|char_ram~6212_q ; +wire \text_gen|char_ram~4420feeder_combout ; +wire \text_gen|char_ram~4420_q ; +wire \text_gen|char_ram~4392_q ; +wire \text_gen|char_ram~45684_combout ; +wire \text_gen|char_ram~45685_combout ; +wire \text_gen|char_ram~6177_q ; +wire \text_gen|char_ram~4413feeder_combout ; +wire \text_gen|char_ram~4413_q ; +wire \text_gen|char_ram~4385feeder_combout ; +wire \text_gen|char_ram~4385_q ; +wire \text_gen|char_ram~45677_combout ; +wire \text_gen|char_ram~6205_q ; +wire \text_gen|char_ram~45678_combout ; +wire \text_gen|char_ram~2600_q ; +wire \text_gen|char_ram~2628_q ; +wire \text_gen|char_ram~836feeder_combout ; +wire \text_gen|char_ram~836_q ; +wire \text_gen|char_ram~808_q ; +wire \text_gen|char_ram~45679_combout ; +wire \text_gen|char_ram~45680_combout ; +wire \text_gen|char_ram~2593feeder_combout ; +wire \text_gen|char_ram~2593_q ; +wire \text_gen|char_ram~2621_q ; +wire \text_gen|char_ram~829feeder_combout ; +wire \text_gen|char_ram~829_q ; +wire \text_gen|char_ram~801_q ; +wire \text_gen|char_ram~45681_combout ; +wire \text_gen|char_ram~45682_combout ; +wire \text_gen|char_ram~45683_combout ; +wire \text_gen|char_ram~45686_combout ; +wire \text_gen|char_ram~6653feeder_combout ; +wire \text_gen|char_ram~6653_q ; +wire \text_gen|char_ram~6660_q ; +wire \text_gen|char_ram~3076feeder_combout ; +wire \text_gen|char_ram~3076_q ; +wire \text_gen|char_ram~3069_q ; +wire \text_gen|char_ram~45694_combout ; +wire \text_gen|char_ram~45695_combout ; +wire \text_gen|char_ram~6625feeder_combout ; +wire \text_gen|char_ram~6625_q ; +wire \text_gen|char_ram~6632_q ; +wire \text_gen|char_ram~3048feeder_combout ; +wire \text_gen|char_ram~3048_q ; +wire \text_gen|char_ram~3041_q ; +wire \text_gen|char_ram~45687_combout ; +wire \text_gen|char_ram~45688_combout ; +wire \text_gen|char_ram~4861feeder_combout ; +wire \text_gen|char_ram~4861_q ; +wire \text_gen|char_ram~4868_q ; +wire \text_gen|char_ram~1284feeder_combout ; +wire \text_gen|char_ram~1284_q ; +wire \text_gen|char_ram~1277_q ; +wire \text_gen|char_ram~45689_combout ; +wire \text_gen|char_ram~45690_combout ; +wire \text_gen|char_ram~4833feeder_combout ; +wire \text_gen|char_ram~4833_q ; +wire \text_gen|char_ram~1256feeder_combout ; +wire \text_gen|char_ram~1256_q ; +wire \text_gen|char_ram~1249_q ; +wire \text_gen|char_ram~45691_combout ; +wire \text_gen|char_ram~4840_q ; +wire \text_gen|char_ram~45692_combout ; +wire \text_gen|char_ram~45693_combout ; +wire \text_gen|char_ram~45696_combout ; +wire \text_gen|char_ram~2145feeder_combout ; +wire \text_gen|char_ram~2145_q ; +wire \text_gen|char_ram~2152_q ; +wire \text_gen|char_ram~45697_combout ; +wire \text_gen|char_ram~5729_q ; +wire \text_gen|char_ram~5736_q ; +wire \text_gen|char_ram~45698_combout ; +wire \text_gen|char_ram~3965feeder_combout ; +wire \text_gen|char_ram~3965_q ; +wire \text_gen|char_ram~3972_q ; +wire \text_gen|char_ram~388feeder_combout ; +wire \text_gen|char_ram~388_q ; +wire \text_gen|char_ram~381_q ; +wire \text_gen|char_ram~45699_combout ; +wire \text_gen|char_ram~45700_combout ; +wire \text_gen|char_ram~3937feeder_combout ; +wire \text_gen|char_ram~3937_q ; +wire \text_gen|char_ram~3944_q ; +wire \text_gen|char_ram~360_q ; +wire \text_gen|char_ram~353_q ; +wire \text_gen|char_ram~45701_combout ; +wire \text_gen|char_ram~45702_combout ; +wire \text_gen|char_ram~45703_combout ; +wire \text_gen|char_ram~5757feeder_combout ; +wire \text_gen|char_ram~5757_q ; +wire \text_gen|char_ram~5764_q ; +wire \text_gen|char_ram~2173_q ; +wire \text_gen|char_ram~2180feeder_combout ; +wire \text_gen|char_ram~2180_q ; +wire \text_gen|char_ram~45704_combout ; +wire \text_gen|char_ram~45705_combout ; +wire \text_gen|char_ram~45706_combout ; +wire \text_gen|char_ram~45707_combout ; +wire \text_gen|char_ram~45718_combout ; +wire \text_gen|char_ram~6296feeder_combout ; +wire \text_gen|char_ram~6296_q ; +wire \text_gen|char_ram~6324_q ; +wire \text_gen|char_ram~6289_q ; +wire \text_gen|char_ram~6317feeder_combout ; +wire \text_gen|char_ram~6317_q ; +wire \text_gen|char_ram~45641_combout ; +wire \text_gen|char_ram~45642_combout ; +wire \text_gen|char_ram~2712feeder_combout ; +wire \text_gen|char_ram~2712_q ; +wire \text_gen|char_ram~2740_q ; +wire \text_gen|char_ram~2705_q ; +wire \text_gen|char_ram~2733feeder_combout ; +wire \text_gen|char_ram~2733_q ; +wire \text_gen|char_ram~45634_combout ; +wire \text_gen|char_ram~45635_combout ; +wire \text_gen|char_ram~941_q ; +wire \text_gen|char_ram~948_q ; +wire \text_gen|char_ram~913_q ; +wire \text_gen|char_ram~920feeder_combout ; +wire \text_gen|char_ram~920_q ; +wire \text_gen|char_ram~45638_combout ; +wire \text_gen|char_ram~45639_combout ; +wire \text_gen|char_ram~4525feeder_combout ; +wire \text_gen|char_ram~4525_q ; +wire \text_gen|char_ram~4532_q ; +wire \text_gen|char_ram~4497_q ; +wire \text_gen|char_ram~4504feeder_combout ; +wire \text_gen|char_ram~4504_q ; +wire \text_gen|char_ram~45636_combout ; +wire \text_gen|char_ram~45637_combout ; +wire \text_gen|char_ram~45640_combout ; +wire \text_gen|char_ram~45643_combout ; +wire \text_gen|char_ram~1368feeder_combout ; +wire \text_gen|char_ram~1368_q ; +wire \text_gen|char_ram~1361_q ; +wire \text_gen|char_ram~45669_combout ; +wire \text_gen|char_ram~1396_q ; +wire \text_gen|char_ram~1389feeder_combout ; +wire \text_gen|char_ram~1389_q ; +wire \text_gen|char_ram~45670_combout ; +wire \text_gen|char_ram~4952feeder_combout ; +wire \text_gen|char_ram~4952_q ; +wire \text_gen|char_ram~4945_q ; +wire \text_gen|char_ram~45667_combout ; +wire \text_gen|char_ram~4980_q ; +wire \text_gen|char_ram~4973feeder_combout ; +wire \text_gen|char_ram~4973_q ; +wire \text_gen|char_ram~45668_combout ; +wire \text_gen|char_ram~45671_combout ; +wire \text_gen|char_ram~3160_q ; +wire \text_gen|char_ram~3188_q ; +wire \text_gen|char_ram~3153_q ; +wire \text_gen|char_ram~3181feeder_combout ; +wire \text_gen|char_ram~3181_q ; +wire \text_gen|char_ram~45665_combout ; +wire \text_gen|char_ram~45666_combout ; +wire \text_gen|char_ram~6744feeder_combout ; +wire \text_gen|char_ram~6744_q ; +wire \text_gen|char_ram~6772_q ; +wire \text_gen|char_ram~6737_q ; +wire \text_gen|char_ram~6765feeder_combout ; +wire \text_gen|char_ram~6765_q ; +wire \text_gen|char_ram~45672_combout ; +wire \text_gen|char_ram~45673_combout ; +wire \text_gen|char_ram~45674_combout ; +wire \text_gen|char_ram~2257_q ; +wire \text_gen|char_ram~2285feeder_combout ; +wire \text_gen|char_ram~2285_q ; +wire \text_gen|char_ram~45644_combout ; +wire \text_gen|char_ram~2292_q ; +wire \text_gen|char_ram~2264feeder_combout ; +wire \text_gen|char_ram~2264_q ; +wire \text_gen|char_ram~45645_combout ; +wire \text_gen|char_ram~465_q ; +wire \text_gen|char_ram~472feeder_combout ; +wire \text_gen|char_ram~472_q ; +wire \text_gen|char_ram~45648_combout ; +wire \text_gen|char_ram~500_q ; +wire \text_gen|char_ram~493_q ; +wire \text_gen|char_ram~45649_combout ; +wire \text_gen|char_ram~4056feeder_combout ; +wire \text_gen|char_ram~4056_q ; +wire \text_gen|char_ram~4049_q ; +wire \text_gen|char_ram~45646_combout ; +wire \text_gen|char_ram~4084_q ; +wire \text_gen|char_ram~4077feeder_combout ; +wire \text_gen|char_ram~4077_q ; +wire \text_gen|char_ram~45647_combout ; +wire \text_gen|char_ram~45650_combout ; +wire \text_gen|char_ram~5841_q ; +wire \text_gen|char_ram~5869feeder_combout ; +wire \text_gen|char_ram~5869_q ; +wire \text_gen|char_ram~45651_combout ; +wire \text_gen|char_ram~5848feeder_combout ; +wire \text_gen|char_ram~5848_q ; +wire \text_gen|char_ram~5876feeder_combout ; +wire \text_gen|char_ram~5876_q ; +wire \text_gen|char_ram~45652_combout ; +wire \text_gen|char_ram~45653_combout ; +wire \text_gen|char_ram~1816feeder_combout ; +wire \text_gen|char_ram~1816_q ; +wire \text_gen|char_ram~1844_q ; +wire \text_gen|char_ram~1837feeder_combout ; +wire \text_gen|char_ram~1837_q ; +wire \text_gen|char_ram~1809_q ; +wire \text_gen|char_ram~45654_combout ; +wire \text_gen|char_ram~45655_combout ; +wire \text_gen|char_ram~5400feeder_combout ; +wire \text_gen|char_ram~5400_q ; +wire \text_gen|char_ram~5428feeder_combout ; +wire \text_gen|char_ram~5428_q ; +wire \text_gen|char_ram~5393_q ; +wire \text_gen|char_ram~5421feeder_combout ; +wire \text_gen|char_ram~5421_q ; +wire \text_gen|char_ram~45661_combout ; +wire \text_gen|char_ram~45662_combout ; +wire \text_gen|char_ram~3629feeder_combout ; +wire \text_gen|char_ram~3629_q ; +wire \text_gen|char_ram~3636_q ; +wire \text_gen|char_ram~3601_q ; +wire \text_gen|char_ram~3608_q ; +wire \text_gen|char_ram~45656_combout ; +wire \text_gen|char_ram~45657_combout ; +wire \text_gen|char_ram~45feeder_combout ; +wire \text_gen|char_ram~45_q ; +wire \text_gen|char_ram~52_q ; +wire \text_gen|char_ram~17_q ; +wire \text_gen|char_ram~24feeder_combout ; +wire \text_gen|char_ram~24_q ; +wire \text_gen|char_ram~45658_combout ; +wire \text_gen|char_ram~45659_combout ; +wire \text_gen|char_ram~45660_combout ; +wire \text_gen|char_ram~45663_combout ; +wire \text_gen|char_ram~45664_combout ; +wire \text_gen|char_ram~45675_combout ; +wire \text_gen|char_ram~5085feeder_combout ; +wire \text_gen|char_ram~5085_q ; +wire \text_gen|char_ram~5092_q ; +wire \text_gen|char_ram~5057_q ; +wire \text_gen|char_ram~5064feeder_combout ; +wire \text_gen|char_ram~5064_q ; +wire \text_gen|char_ram~45623_combout ; +wire \text_gen|char_ram~45624_combout ; +wire \text_gen|char_ram~6849_q ; +wire \text_gen|char_ram~6877feeder_combout ; +wire \text_gen|char_ram~6877_q ; +wire \text_gen|char_ram~45630_combout ; +wire \text_gen|char_ram~6884_q ; +wire \text_gen|char_ram~6856feeder_combout ; +wire \text_gen|char_ram~6856_q ; +wire \text_gen|char_ram~45631_combout ; +wire \text_gen|char_ram~1501feeder_combout ; +wire \text_gen|char_ram~1501_q ; +wire \text_gen|char_ram~1508_q ; +wire \text_gen|char_ram~1473_q ; +wire \text_gen|char_ram~1480feeder_combout ; +wire \text_gen|char_ram~1480_q ; +wire \text_gen|char_ram~45627_combout ; +wire \text_gen|char_ram~45628_combout ; +wire \text_gen|char_ram~3272feeder_combout ; +wire \text_gen|char_ram~3272_q ; +wire \text_gen|char_ram~3293feeder_combout ; +wire \text_gen|char_ram~3293_q ; +wire \text_gen|char_ram~3265_q ; +wire \text_gen|char_ram~45625_combout ; +wire \text_gen|char_ram~3300_q ; +wire \text_gen|char_ram~45626_combout ; +wire \text_gen|char_ram~45629_combout ; +wire \text_gen|char_ram~45632_combout ; +wire \text_gen|char_ram~4616feeder_combout ; +wire \text_gen|char_ram~4616_q ; +wire \text_gen|char_ram~4609_q ; +wire \text_gen|char_ram~45604_combout ; +wire \text_gen|char_ram~4637_q ; +wire \text_gen|char_ram~4644feeder_combout ; +wire \text_gen|char_ram~4644_q ; +wire \text_gen|char_ram~45605_combout ; +wire \text_gen|char_ram~1053feeder_combout ; +wire \text_gen|char_ram~1053_q ; +wire \text_gen|char_ram~1060_q ; +wire \text_gen|char_ram~1025_q ; +wire \text_gen|char_ram~1032feeder_combout ; +wire \text_gen|char_ram~1032_q ; +wire \text_gen|char_ram~45606_combout ; +wire \text_gen|char_ram~45607_combout ; +wire \text_gen|char_ram~45608_combout ; +wire \text_gen|char_ram~6408feeder_combout ; +wire \text_gen|char_ram~6408_q ; +wire \text_gen|char_ram~6436_q ; +wire \text_gen|char_ram~6401_q ; +wire \text_gen|char_ram~6429feeder_combout ; +wire \text_gen|char_ram~6429_q ; +wire \text_gen|char_ram~45609_combout ; +wire \text_gen|char_ram~45610_combout ; +wire \text_gen|char_ram~2824feeder_combout ; +wire \text_gen|char_ram~2824_q ; +wire \text_gen|char_ram~2852_q ; +wire \text_gen|char_ram~2817_q ; +wire \text_gen|char_ram~2845feeder_combout ; +wire \text_gen|char_ram~2845_q ; +wire \text_gen|char_ram~45602_combout ; +wire \text_gen|char_ram~45603_combout ; +wire \text_gen|char_ram~45611_combout ; +wire \text_gen|char_ram~5505_q ; +wire \text_gen|char_ram~5533feeder_combout ; +wire \text_gen|char_ram~5533_q ; +wire \text_gen|char_ram~45619_combout ; +wire \text_gen|char_ram~5540_q ; +wire \text_gen|char_ram~5512_q ; +wire \text_gen|char_ram~45620_combout ; +wire \text_gen|char_ram~1928feeder_combout ; +wire \text_gen|char_ram~1928_q ; +wire \text_gen|char_ram~1956_q ; +wire \text_gen|char_ram~1921_q ; +wire \text_gen|char_ram~1949feeder_combout ; +wire \text_gen|char_ram~1949_q ; +wire \text_gen|char_ram~45612_combout ; +wire \text_gen|char_ram~45613_combout ; +wire \text_gen|char_ram~3741feeder_combout ; +wire \text_gen|char_ram~3741_q ; +wire \text_gen|char_ram~3748_q ; +wire \text_gen|char_ram~3713_q ; +wire \text_gen|char_ram~3720feeder_combout ; +wire \text_gen|char_ram~3720_q ; +wire \text_gen|char_ram~45614_combout ; +wire \text_gen|char_ram~45615_combout ; +wire \text_gen|char_ram~157feeder_combout ; +wire \text_gen|char_ram~157_q ; +wire \text_gen|char_ram~164_q ; +wire \text_gen|char_ram~129_q ; +wire \text_gen|char_ram~136feeder_combout ; +wire \text_gen|char_ram~136_q ; +wire \text_gen|char_ram~45616_combout ; +wire \text_gen|char_ram~45617_combout ; +wire \text_gen|char_ram~45618_combout ; +wire \text_gen|char_ram~45621_combout ; +wire \text_gen|char_ram~45622_combout ; +wire \text_gen|char_ram~4189feeder_combout ; +wire \text_gen|char_ram~4189_q ; +wire \text_gen|char_ram~4196_q ; +wire \text_gen|char_ram~4168feeder_combout ; +wire \text_gen|char_ram~4168_q ; +wire \text_gen|char_ram~4161_q ; +wire \text_gen|char_ram~45592_combout ; +wire \text_gen|char_ram~45593_combout ; +wire \text_gen|char_ram~605feeder_combout ; +wire \text_gen|char_ram~605_q ; +wire \text_gen|char_ram~612_q ; +wire \text_gen|char_ram~577_q ; +wire \text_gen|char_ram~584feeder_combout ; +wire \text_gen|char_ram~584_q ; +wire \text_gen|char_ram~45596_combout ; +wire \text_gen|char_ram~45597_combout ; +wire \text_gen|char_ram~2376feeder_combout ; +wire \text_gen|char_ram~2376_q ; +wire \text_gen|char_ram~2404_q ; +wire \text_gen|char_ram~2369_q ; +wire \text_gen|char_ram~2397feeder_combout ; +wire \text_gen|char_ram~2397_q ; +wire \text_gen|char_ram~45594_combout ; +wire \text_gen|char_ram~45595_combout ; +wire \text_gen|char_ram~45598_combout ; +wire \text_gen|char_ram~5988feeder_combout ; +wire \text_gen|char_ram~5988_q ; +wire \text_gen|char_ram~5960_q ; +wire \text_gen|char_ram~5953feeder_combout ; +wire \text_gen|char_ram~5953_q ; +wire \text_gen|char_ram~5981_q ; +wire \text_gen|char_ram~45599_combout ; +wire \text_gen|char_ram~45600_combout ; +wire \text_gen|char_ram~45601_combout ; +wire \text_gen|char_ram~45633_combout ; +wire \text_gen|char_ram~45676_combout ; +wire \text_gen|char_ram~6961feeder_combout ; +wire \text_gen|char_ram~6961_q ; +wire \text_gen|char_ram~5197feeder_combout ; +wire \text_gen|char_ram~5197_q ; +wire \text_gen|char_ram~5169_q ; +wire \text_gen|char_ram~45581_combout ; +wire \text_gen|char_ram~6989_q ; +wire \text_gen|char_ram~45582_combout ; +wire \text_gen|char_ram~3384feeder_combout ; +wire \text_gen|char_ram~3384_q ; +wire \text_gen|char_ram~3412_q ; +wire \text_gen|char_ram~1592feeder_combout ; +wire \text_gen|char_ram~1592_q ; +wire \text_gen|char_ram~1620feeder_combout ; +wire \text_gen|char_ram~1620_q ; +wire \text_gen|char_ram~45583_combout ; +wire \text_gen|char_ram~45584_combout ; +wire \text_gen|char_ram~3377feeder_combout ; +wire \text_gen|char_ram~3377_q ; +wire \text_gen|char_ram~3405_q ; +wire \text_gen|char_ram~1613feeder_combout ; +wire \text_gen|char_ram~1613_q ; +wire \text_gen|char_ram~1585_q ; +wire \text_gen|char_ram~45585_combout ; +wire \text_gen|char_ram~45586_combout ; +wire \text_gen|char_ram~45587_combout ; +wire \text_gen|char_ram~6968feeder_combout ; +wire \text_gen|char_ram~6968_q ; +wire \text_gen|char_ram~6996_q ; +wire \text_gen|char_ram~5204feeder_combout ; +wire \text_gen|char_ram~5204_q ; +wire \text_gen|char_ram~5176_q ; +wire \text_gen|char_ram~45588_combout ; +wire \text_gen|char_ram~45589_combout ; +wire \text_gen|char_ram~45590_combout ; +wire \text_gen|char_ram~6520feeder_combout ; +wire \text_gen|char_ram~6520_q ; +wire \text_gen|char_ram~6513_q ; +wire \text_gen|char_ram~2929_q ; +wire \text_gen|char_ram~2936_q ; +wire \text_gen|char_ram~45550_combout ; +wire \text_gen|char_ram~45551_combout ; +wire \text_gen|char_ram~4749feeder_combout ; +wire \text_gen|char_ram~4749_q ; +wire \text_gen|char_ram~4756_q ; +wire \text_gen|char_ram~1172feeder_combout ; +wire \text_gen|char_ram~1172_q ; +wire \text_gen|char_ram~1165_q ; +wire \text_gen|char_ram~45552_combout ; +wire \text_gen|char_ram~45553_combout ; +wire \text_gen|char_ram~4721feeder_combout ; +wire \text_gen|char_ram~4721_q ; +wire \text_gen|char_ram~4728_q ; +wire \text_gen|char_ram~1137_q ; +wire \text_gen|char_ram~1144feeder_combout ; +wire \text_gen|char_ram~1144_q ; +wire \text_gen|char_ram~45554_combout ; +wire \text_gen|char_ram~45555_combout ; +wire \text_gen|char_ram~45556_combout ; +wire \text_gen|char_ram~6541feeder_combout ; +wire \text_gen|char_ram~6541_q ; +wire \text_gen|char_ram~6548_q ; +wire \text_gen|char_ram~2964feeder_combout ; +wire \text_gen|char_ram~2964_q ; +wire \text_gen|char_ram~2957_q ; +wire \text_gen|char_ram~45557_combout ; +wire \text_gen|char_ram~45558_combout ; +wire \text_gen|char_ram~45559_combout ; +wire \text_gen|char_ram~4301_q ; +wire \text_gen|char_ram~4308feeder_combout ; +wire \text_gen|char_ram~4308_q ; +wire \text_gen|char_ram~45567_combout ; +wire \text_gen|char_ram~6100_q ; +wire \text_gen|char_ram~6093feeder_combout ; +wire \text_gen|char_ram~6093_q ; +wire \text_gen|char_ram~45568_combout ; +wire \text_gen|char_ram~6065feeder_combout ; +wire \text_gen|char_ram~6065_q ; +wire \text_gen|char_ram~4273_q ; +wire \text_gen|char_ram~4280feeder_combout ; +wire \text_gen|char_ram~4280_q ; +wire \text_gen|char_ram~45560_combout ; +wire \text_gen|char_ram~6072feeder_combout ; +wire \text_gen|char_ram~6072_q ; +wire \text_gen|char_ram~45561_combout ; +wire \text_gen|char_ram~2509feeder_combout ; +wire \text_gen|char_ram~2509_q ; +wire \text_gen|char_ram~2516_q ; +wire \text_gen|char_ram~724feeder_combout ; +wire \text_gen|char_ram~724_q ; +wire \text_gen|char_ram~717_q ; +wire \text_gen|char_ram~45562_combout ; +wire \text_gen|char_ram~45563_combout ; +wire \text_gen|char_ram~2481feeder_combout ; +wire \text_gen|char_ram~2481_q ; +wire \text_gen|char_ram~2488_q ; +wire \text_gen|char_ram~689feeder_combout ; +wire \text_gen|char_ram~689_q ; +wire \text_gen|char_ram~696_q ; +wire \text_gen|char_ram~45564_combout ; +wire \text_gen|char_ram~45565_combout ; +wire \text_gen|char_ram~45566_combout ; +wire \text_gen|char_ram~45569_combout ; +wire \text_gen|char_ram~2033_q ; +wire \text_gen|char_ram~2061feeder_combout ; +wire \text_gen|char_ram~2061_q ; +wire \text_gen|char_ram~45570_combout ; +wire \text_gen|char_ram~2068_q ; +wire \text_gen|char_ram~2040feeder_combout ; +wire \text_gen|char_ram~2040_q ; +wire \text_gen|char_ram~45571_combout ; +wire \text_gen|char_ram~5652feeder_combout ; +wire \text_gen|char_ram~5652_q ; +wire \text_gen|char_ram~5645feeder_combout ; +wire \text_gen|char_ram~5645_q ; +wire \text_gen|char_ram~5617_q ; +wire \text_gen|char_ram~45577_combout ; +wire \text_gen|char_ram~5624feeder_combout ; +wire \text_gen|char_ram~5624_q ; +wire \text_gen|char_ram~45578_combout ; +wire \text_gen|char_ram~3853feeder_combout ; +wire \text_gen|char_ram~3853_q ; +wire \text_gen|char_ram~3860_q ; +wire \text_gen|char_ram~3832feeder_combout ; +wire \text_gen|char_ram~3832_q ; +wire \text_gen|char_ram~3825_q ; +wire \text_gen|char_ram~45572_combout ; +wire \text_gen|char_ram~45573_combout ; +wire \text_gen|char_ram~248feeder_combout ; +wire \text_gen|char_ram~248_q ; +wire \text_gen|char_ram~241_q ; +wire \text_gen|char_ram~45574_combout ; +wire \text_gen|char_ram~276_q ; +wire \text_gen|char_ram~269feeder_combout ; +wire \text_gen|char_ram~269_q ; +wire \text_gen|char_ram~45575_combout ; +wire \text_gen|char_ram~45576_combout ; +wire \text_gen|char_ram~45579_combout ; +wire \text_gen|char_ram~45580_combout ; +wire \text_gen|char_ram~45591_combout ; +wire \text_gen|char_ram~45719_combout ; +wire \text_gen|char_ram~45720_combout ; +wire \text_gen|char_ram~45891_combout ; +wire \text_gen|char_ram~46574_combout ; +wire \text_gen|char_ram~5134feeder_combout ; +wire \text_gen|char_ram~5134_q ; +wire \text_gen|char_ram~12302feeder_combout ; +wire \text_gen|char_ram~12302_q ; +wire \text_gen|char_ram~4686_q ; +wire \text_gen|char_ram~11854feeder_combout ; +wire \text_gen|char_ram~11854_q ; +wire \text_gen|char_ram~44559_combout ; +wire \text_gen|char_ram~44560_combout ; +wire \text_gen|char_ram~18574feeder_combout ; +wire \text_gen|char_ram~18574_q ; +wire \text_gen|char_ram~25742feeder_combout ; +wire \text_gen|char_ram~25742_q ; +wire \text_gen|char_ram~25294feeder_combout ; +wire \text_gen|char_ram~25294_q ; +wire \text_gen|char_ram~18126_q ; +wire \text_gen|char_ram~44561_combout ; +wire \text_gen|char_ram~44562_combout ; +wire \text_gen|char_ram~11406feeder_combout ; +wire \text_gen|char_ram~11406_q ; +wire \text_gen|char_ram~4238feeder_combout ; +wire \text_gen|char_ram~4238_q ; +wire \text_gen|char_ram~10958feeder_combout ; +wire \text_gen|char_ram~10958_q ; +wire \text_gen|char_ram~3790_q ; +wire \text_gen|char_ram~44563_combout ; +wire \text_gen|char_ram~44564_combout ; +wire \text_gen|char_ram~44565_combout ; +wire \text_gen|char_ram~26638feeder_combout ; +wire \text_gen|char_ram~26638_q ; +wire \text_gen|char_ram~19470_q ; +wire \text_gen|char_ram~26190feeder_combout ; +wire \text_gen|char_ram~26190_q ; +wire \text_gen|char_ram~19022_q ; +wire \text_gen|char_ram~44566_combout ; +wire \text_gen|char_ram~44567_combout ; +wire \text_gen|char_ram~44568_combout ; +wire \text_gen|char_ram~19442feeder_combout ; +wire \text_gen|char_ram~19442_q ; +wire \text_gen|char_ram~5106_q ; +wire \text_gen|char_ram~18546feeder_combout ; +wire \text_gen|char_ram~18546_q ; +wire \text_gen|char_ram~4210_q ; +wire \text_gen|char_ram~44528_combout ; +wire \text_gen|char_ram~44529_combout ; +wire \text_gen|char_ram~26610feeder_combout ; +wire \text_gen|char_ram~26610_q ; +wire \text_gen|char_ram~12274_q ; +wire \text_gen|char_ram~25714feeder_combout ; +wire \text_gen|char_ram~25714_q ; +wire \text_gen|char_ram~11378_q ; +wire \text_gen|char_ram~44535_combout ; +wire \text_gen|char_ram~44536_combout ; +wire \text_gen|char_ram~4658feeder_combout ; +wire \text_gen|char_ram~4658_q ; +wire \text_gen|char_ram~18994_q ; +wire \text_gen|char_ram~18098feeder_combout ; +wire \text_gen|char_ram~18098_q ; +wire \text_gen|char_ram~3762_q ; +wire \text_gen|char_ram~44532_combout ; +wire \text_gen|char_ram~44533_combout ; +wire \text_gen|char_ram~11826feeder_combout ; +wire \text_gen|char_ram~11826_q ; +wire \text_gen|char_ram~26162_q ; +wire \text_gen|char_ram~25266feeder_combout ; +wire \text_gen|char_ram~25266_q ; +wire \text_gen|char_ram~10930_q ; +wire \text_gen|char_ram~44530_combout ; +wire \text_gen|char_ram~44531_combout ; +wire \text_gen|char_ram~44534_combout ; +wire \text_gen|char_ram~44537_combout ; +wire \text_gen|char_ram~26603feeder_combout ; +wire \text_gen|char_ram~26603_q ; +wire \text_gen|char_ram~12267feeder_combout ; +wire \text_gen|char_ram~12267_q ; +wire \text_gen|char_ram~25707feeder_combout ; +wire \text_gen|char_ram~25707_q ; +wire \text_gen|char_ram~11371_q ; +wire \text_gen|char_ram~44555_combout ; +wire \text_gen|char_ram~44556_combout ; +wire \text_gen|char_ram~5099feeder_combout ; +wire \text_gen|char_ram~5099_q ; +wire \text_gen|char_ram~19435_q ; +wire \text_gen|char_ram~18539feeder_combout ; +wire \text_gen|char_ram~18539_q ; +wire \text_gen|char_ram~4203_q ; +wire \text_gen|char_ram~44548_combout ; +wire \text_gen|char_ram~44549_combout ; +wire \text_gen|char_ram~4651feeder_combout ; +wire \text_gen|char_ram~4651_q ; +wire \text_gen|char_ram~18987_q ; +wire \text_gen|char_ram~18091feeder_combout ; +wire \text_gen|char_ram~18091_q ; +wire \text_gen|char_ram~3755_q ; +wire \text_gen|char_ram~44552_combout ; +wire \text_gen|char_ram~44553_combout ; +wire \text_gen|char_ram~11819feeder_combout ; +wire \text_gen|char_ram~11819_q ; +wire \text_gen|char_ram~26155_q ; +wire \text_gen|char_ram~25259feeder_combout ; +wire \text_gen|char_ram~25259_q ; +wire \text_gen|char_ram~10923feeder_combout ; +wire \text_gen|char_ram~10923_q ; +wire \text_gen|char_ram~44550_combout ; +wire \text_gen|char_ram~44551_combout ; +wire \text_gen|char_ram~44554_combout ; +wire \text_gen|char_ram~44557_combout ; +wire \text_gen|char_ram~5127feeder_combout ; +wire \text_gen|char_ram~5127_q ; +wire \text_gen|char_ram~12295_q ; +wire \text_gen|char_ram~4679_q ; +wire \text_gen|char_ram~11847feeder_combout ; +wire \text_gen|char_ram~11847_q ; +wire \text_gen|char_ram~44538_combout ; +wire \text_gen|char_ram~44539_combout ; +wire \text_gen|char_ram~19463feeder_combout ; +wire \text_gen|char_ram~19463_q ; +wire \text_gen|char_ram~26631_q ; +wire \text_gen|char_ram~26183feeder_combout ; +wire \text_gen|char_ram~26183_q ; +wire \text_gen|char_ram~19015_q ; +wire \text_gen|char_ram~44545_combout ; +wire \text_gen|char_ram~44546_combout ; +wire \text_gen|char_ram~4231feeder_combout ; +wire \text_gen|char_ram~4231_q ; +wire \text_gen|char_ram~11399_q ; +wire \text_gen|char_ram~10951feeder_combout ; +wire \text_gen|char_ram~10951_q ; +wire \text_gen|char_ram~3783_q ; +wire \text_gen|char_ram~44542_combout ; +wire \text_gen|char_ram~44543_combout ; +wire \text_gen|char_ram~18567feeder_combout ; +wire \text_gen|char_ram~18567_q ; +wire \text_gen|char_ram~25735_q ; +wire \text_gen|char_ram~18119_q ; +wire \text_gen|char_ram~25287feeder_combout ; +wire \text_gen|char_ram~25287_q ; +wire \text_gen|char_ram~44540_combout ; +wire \text_gen|char_ram~44541_combout ; +wire \text_gen|char_ram~44544_combout ; +wire \text_gen|char_ram~44547_combout ; +wire \text_gen|char_ram~44558_combout ; +wire \text_gen|char_ram~44569_combout ; +wire \text_gen|char_ram~14962feeder_combout ; +wire \text_gen|char_ram~14962_q ; +wire \text_gen|char_ram~15410feeder_combout ; +wire \text_gen|char_ram~15410_q ; +wire \text_gen|char_ram~14514_q ; +wire \text_gen|char_ram~44614_combout ; +wire \text_gen|char_ram~15858_q ; +wire \text_gen|char_ram~44615_combout ; +wire \text_gen|char_ram~626feeder_combout ; +wire \text_gen|char_ram~626_q ; +wire \text_gen|char_ram~1522_q ; +wire \text_gen|char_ram~1074feeder_combout ; +wire \text_gen|char_ram~1074_q ; +wire \text_gen|char_ram~178_q ; +wire \text_gen|char_ram~44616_combout ; +wire \text_gen|char_ram~44617_combout ; +wire \text_gen|char_ram~44618_combout ; +wire \text_gen|char_ram~8690feeder_combout ; +wire \text_gen|char_ram~8690_q ; +wire \text_gen|char_ram~8242_q ; +wire \text_gen|char_ram~7794feeder_combout ; +wire \text_gen|char_ram~7794_q ; +wire \text_gen|char_ram~7346_q ; +wire \text_gen|char_ram~44612_combout ; +wire \text_gen|char_ram~44613_combout ; +wire \text_gen|char_ram~22578feeder_combout ; +wire \text_gen|char_ram~22578_q ; +wire \text_gen|char_ram~23026_q ; +wire \text_gen|char_ram~21682_q ; +wire \text_gen|char_ram~22130_q ; +wire \text_gen|char_ram~44619_combout ; +wire \text_gen|char_ram~44620_combout ; +wire \text_gen|char_ram~44621_combout ; +wire \text_gen|char_ram~8263feeder_combout ; +wire \text_gen|char_ram~8263_q ; +wire \text_gen|char_ram~7815feeder_combout ; +wire \text_gen|char_ram~7815_q ; +wire \text_gen|char_ram~7367_q ; +wire \text_gen|char_ram~44624_combout ; +wire \text_gen|char_ram~8711_q ; +wire \text_gen|char_ram~44625_combout ; +wire \text_gen|char_ram~647feeder_combout ; +wire \text_gen|char_ram~647_q ; +wire \text_gen|char_ram~1543_q ; +wire \text_gen|char_ram~1095feeder_combout ; +wire \text_gen|char_ram~1095_q ; +wire \text_gen|char_ram~199_q ; +wire \text_gen|char_ram~44626_combout ; +wire \text_gen|char_ram~44627_combout ; +wire \text_gen|char_ram~44628_combout ; +wire \text_gen|char_ram~22599feeder_combout ; +wire \text_gen|char_ram~22599_q ; +wire \text_gen|char_ram~23047_q ; +wire \text_gen|char_ram~22151feeder_combout ; +wire \text_gen|char_ram~22151_q ; +wire \text_gen|char_ram~21703_q ; +wire \text_gen|char_ram~44629_combout ; +wire \text_gen|char_ram~44630_combout ; +wire \text_gen|char_ram~14983feeder_combout ; +wire \text_gen|char_ram~14983_q ; +wire \text_gen|char_ram~15879_q ; +wire \text_gen|char_ram~14535_q ; +wire \text_gen|char_ram~15431feeder_combout ; +wire \text_gen|char_ram~15431_q ; +wire \text_gen|char_ram~44622_combout ; +wire \text_gen|char_ram~44623_combout ; +wire \text_gen|char_ram~44631_combout ; +wire \text_gen|char_ram~8235feeder_combout ; +wire \text_gen|char_ram~8235_q ; +wire \text_gen|char_ram~8683_q ; +wire \text_gen|char_ram~7787feeder_combout ; +wire \text_gen|char_ram~7787_q ; +wire \text_gen|char_ram~7339_q ; +wire \text_gen|char_ram~44632_combout ; +wire \text_gen|char_ram~44633_combout ; +wire \text_gen|char_ram~22571feeder_combout ; +wire \text_gen|char_ram~22571_q ; +wire \text_gen|char_ram~23019_q ; +wire \text_gen|char_ram~21675_q ; +wire \text_gen|char_ram~22123feeder_combout ; +wire \text_gen|char_ram~22123_q ; +wire \text_gen|char_ram~44639_combout ; +wire \text_gen|char_ram~44640_combout ; +wire \text_gen|char_ram~14507_q ; +wire \text_gen|char_ram~15403feeder_combout ; +wire \text_gen|char_ram~15403_q ; +wire \text_gen|char_ram~44634_combout ; +wire \text_gen|char_ram~15851_q ; +wire \text_gen|char_ram~14955feeder_combout ; +wire \text_gen|char_ram~14955_q ; +wire \text_gen|char_ram~44635_combout ; +wire \text_gen|char_ram~619feeder_combout ; +wire \text_gen|char_ram~619_q ; +wire \text_gen|char_ram~1515_q ; +wire \text_gen|char_ram~1067feeder_combout ; +wire \text_gen|char_ram~1067_q ; +wire \text_gen|char_ram~171_q ; +wire \text_gen|char_ram~44636_combout ; +wire \text_gen|char_ram~44637_combout ; +wire \text_gen|char_ram~44638_combout ; +wire \text_gen|char_ram~44641_combout ; +wire \text_gen|char_ram~44642_combout ; +wire \text_gen|char_ram~22606feeder_combout ; +wire \text_gen|char_ram~22606_q ; +wire \text_gen|char_ram~23054_q ; +wire \text_gen|char_ram~22158feeder_combout ; +wire \text_gen|char_ram~22158_q ; +wire \text_gen|char_ram~21710_q ; +wire \text_gen|char_ram~44650_combout ; +wire \text_gen|char_ram~44651_combout ; +wire \text_gen|char_ram~14542_q ; +wire \text_gen|char_ram~15438feeder_combout ; +wire \text_gen|char_ram~15438_q ; +wire \text_gen|char_ram~44643_combout ; +wire \text_gen|char_ram~15886_q ; +wire \text_gen|char_ram~14990feeder_combout ; +wire \text_gen|char_ram~14990_q ; +wire \text_gen|char_ram~44644_combout ; +wire \text_gen|char_ram~8270feeder_combout ; +wire \text_gen|char_ram~8270_q ; +wire \text_gen|char_ram~8718_q ; +wire \text_gen|char_ram~7822feeder_combout ; +wire \text_gen|char_ram~7822_q ; +wire \text_gen|char_ram~7374_q ; +wire \text_gen|char_ram~44645_combout ; +wire \text_gen|char_ram~44646_combout ; +wire \text_gen|char_ram~654feeder_combout ; +wire \text_gen|char_ram~654_q ; +wire \text_gen|char_ram~1550_q ; +wire \text_gen|char_ram~1102feeder_combout ; +wire \text_gen|char_ram~1102_q ; +wire \text_gen|char_ram~206_q ; +wire \text_gen|char_ram~44647_combout ; +wire \text_gen|char_ram~44648_combout ; +wire \text_gen|char_ram~44649_combout ; +wire \text_gen|char_ram~44652_combout ; +wire \text_gen|char_ram~44653_combout ; +wire \text_gen|char_ram~3342feeder_combout ; +wire \text_gen|char_ram~3342_q ; +wire \text_gen|char_ram~10510_q ; +wire \text_gen|char_ram~10062feeder_combout ; +wire \text_gen|char_ram~10062_q ; +wire \text_gen|char_ram~2894_q ; +wire \text_gen|char_ram~44601_combout ; +wire \text_gen|char_ram~44602_combout ; +wire \text_gen|char_ram~17678feeder_combout ; +wire \text_gen|char_ram~17678_q ; +wire \text_gen|char_ram~24846_q ; +wire \text_gen|char_ram~24398feeder_combout ; +wire \text_gen|char_ram~24398_q ; +wire \text_gen|char_ram~17230_q ; +wire \text_gen|char_ram~44608_combout ; +wire \text_gen|char_ram~44609_combout ; +wire \text_gen|char_ram~2446feeder_combout ; +wire \text_gen|char_ram~2446_q ; +wire \text_gen|char_ram~9614_q ; +wire \text_gen|char_ram~1998_q ; +wire \text_gen|char_ram~9166feeder_combout ; +wire \text_gen|char_ram~9166_q ; +wire \text_gen|char_ram~44605_combout ; +wire \text_gen|char_ram~44606_combout ; +wire \text_gen|char_ram~23502feeder_combout ; +wire \text_gen|char_ram~23502_q ; +wire \text_gen|char_ram~16334_q ; +wire \text_gen|char_ram~44603_combout ; +wire \text_gen|char_ram~23950_q ; +wire \text_gen|char_ram~16782feeder_combout ; +wire \text_gen|char_ram~16782_q ; +wire \text_gen|char_ram~44604_combout ; +wire \text_gen|char_ram~44607_combout ; +wire \text_gen|char_ram~44610_combout ; +wire \text_gen|char_ram~17650feeder_combout ; +wire \text_gen|char_ram~17650_q ; +wire \text_gen|char_ram~3314_q ; +wire \text_gen|char_ram~16754feeder_combout ; +wire \text_gen|char_ram~16754_q ; +wire \text_gen|char_ram~2418_q ; +wire \text_gen|char_ram~44570_combout ; +wire \text_gen|char_ram~44571_combout ; +wire \text_gen|char_ram~10482feeder_combout ; +wire \text_gen|char_ram~10482_q ; +wire \text_gen|char_ram~24818_q ; +wire \text_gen|char_ram~23922feeder_combout ; +wire \text_gen|char_ram~23922_q ; +wire \text_gen|char_ram~9586_q ; +wire \text_gen|char_ram~44577_combout ; +wire \text_gen|char_ram~44578_combout ; +wire \text_gen|char_ram~2866feeder_combout ; +wire \text_gen|char_ram~2866_q ; +wire \text_gen|char_ram~17202_q ; +wire \text_gen|char_ram~16306feeder_combout ; +wire \text_gen|char_ram~16306_q ; +wire \text_gen|char_ram~1970_q ; +wire \text_gen|char_ram~44574_combout ; +wire \text_gen|char_ram~44575_combout ; +wire \text_gen|char_ram~10034feeder_combout ; +wire \text_gen|char_ram~10034_q ; +wire \text_gen|char_ram~24370_q ; +wire \text_gen|char_ram~9138_q ; +wire \text_gen|char_ram~23474feeder_combout ; +wire \text_gen|char_ram~23474_q ; +wire \text_gen|char_ram~44572_combout ; +wire \text_gen|char_ram~44573_combout ; +wire \text_gen|char_ram~44576_combout ; +wire \text_gen|char_ram~44579_combout ; +wire \text_gen|char_ram~10027feeder_combout ; +wire \text_gen|char_ram~10027_q ; +wire \text_gen|char_ram~24363_q ; +wire \text_gen|char_ram~9131_q ; +wire \text_gen|char_ram~23467feeder_combout ; +wire \text_gen|char_ram~23467_q ; +wire \text_gen|char_ram~44592_combout ; +wire \text_gen|char_ram~44593_combout ; +wire \text_gen|char_ram~2859feeder_combout ; +wire \text_gen|char_ram~2859_q ; +wire \text_gen|char_ram~17195_q ; +wire \text_gen|char_ram~16299feeder_combout ; +wire \text_gen|char_ram~16299_q ; +wire \text_gen|char_ram~1963_q ; +wire \text_gen|char_ram~44594_combout ; +wire \text_gen|char_ram~44595_combout ; +wire \text_gen|char_ram~44596_combout ; +wire \text_gen|char_ram~10475feeder_combout ; +wire \text_gen|char_ram~10475_q ; +wire \text_gen|char_ram~24811_q ; +wire \text_gen|char_ram~23915feeder_combout ; +wire \text_gen|char_ram~23915_q ; +wire \text_gen|char_ram~9579_q ; +wire \text_gen|char_ram~44597_combout ; +wire \text_gen|char_ram~44598_combout ; +wire \text_gen|char_ram~3307feeder_combout ; +wire \text_gen|char_ram~3307_q ; +wire \text_gen|char_ram~17643feeder_combout ; +wire \text_gen|char_ram~17643_q ; +wire \text_gen|char_ram~16747feeder_combout ; +wire \text_gen|char_ram~16747_q ; +wire \text_gen|char_ram~2411_q ; +wire \text_gen|char_ram~44590_combout ; +wire \text_gen|char_ram~44591_combout ; +wire \text_gen|char_ram~44599_combout ; +wire \text_gen|char_ram~3335feeder_combout ; +wire \text_gen|char_ram~3335_q ; +wire \text_gen|char_ram~10503_q ; +wire \text_gen|char_ram~10055feeder_combout ; +wire \text_gen|char_ram~10055_q ; +wire \text_gen|char_ram~2887_q ; +wire \text_gen|char_ram~44580_combout ; +wire \text_gen|char_ram~44581_combout ; +wire \text_gen|char_ram~17671feeder_combout ; +wire \text_gen|char_ram~17671_q ; +wire \text_gen|char_ram~24839_q ; +wire \text_gen|char_ram~17223_q ; +wire \text_gen|char_ram~24391feeder_combout ; +wire \text_gen|char_ram~24391_q ; +wire \text_gen|char_ram~44587_combout ; +wire \text_gen|char_ram~44588_combout ; +wire \text_gen|char_ram~16775feeder_combout ; +wire \text_gen|char_ram~16775_q ; +wire \text_gen|char_ram~23943_q ; +wire \text_gen|char_ram~16327_q ; +wire \text_gen|char_ram~23495feeder_combout ; +wire \text_gen|char_ram~23495_q ; +wire \text_gen|char_ram~44582_combout ; +wire \text_gen|char_ram~44583_combout ; +wire \text_gen|char_ram~1991_q ; +wire \text_gen|char_ram~9159feeder_combout ; +wire \text_gen|char_ram~9159_q ; +wire \text_gen|char_ram~44584_combout ; +wire \text_gen|char_ram~9607_q ; +wire \text_gen|char_ram~2439feeder_combout ; +wire \text_gen|char_ram~2439_q ; +wire \text_gen|char_ram~44585_combout ; +wire \text_gen|char_ram~44586_combout ; +wire \text_gen|char_ram~44589_combout ; +wire \text_gen|char_ram~44600_combout ; +wire \text_gen|char_ram~44611_combout ; +wire \text_gen|char_ram~44654_combout ; +wire \text_gen|char_ram~27534feeder_combout ; +wire \text_gen|char_ram~27534_q ; +wire \text_gen|char_ram~13198feeder_combout ; +wire \text_gen|char_ram~13198_q ; +wire \text_gen|char_ram~6030_q ; +wire \text_gen|char_ram~44662_combout ; +wire \text_gen|char_ram~20366_q ; +wire \text_gen|char_ram~44663_combout ; +wire \text_gen|char_ram~20338feeder_combout ; +wire \text_gen|char_ram~20338_q ; +wire \text_gen|char_ram~6002feeder_combout ; +wire \text_gen|char_ram~6002_q ; +wire \text_gen|char_ram~44655_combout ; +wire \text_gen|char_ram~13170feeder_combout ; +wire \text_gen|char_ram~13170_q ; +wire \text_gen|char_ram~27506feeder_combout ; +wire \text_gen|char_ram~27506_q ; +wire \text_gen|char_ram~44656_combout ; +wire \text_gen|char_ram~27499feeder_combout ; +wire \text_gen|char_ram~27499_q ; +wire \text_gen|char_ram~13163_q ; +wire \text_gen|char_ram~20331feeder_combout ; +wire \text_gen|char_ram~20331_q ; +wire \text_gen|char_ram~5995_q ; +wire \text_gen|char_ram~44659_combout ; +wire \text_gen|char_ram~44660_combout ; +wire \text_gen|char_ram~27527feeder_combout ; +wire \text_gen|char_ram~27527_q ; +wire \text_gen|char_ram~20359feeder_combout ; +wire \text_gen|char_ram~20359_q ; +wire \text_gen|char_ram~13191feeder_combout ; +wire \text_gen|char_ram~13191_q ; +wire \text_gen|char_ram~6023_q ; +wire \text_gen|char_ram~44657_combout ; +wire \text_gen|char_ram~44658_combout ; +wire \text_gen|char_ram~44661_combout ; +wire \text_gen|char_ram~44664_combout ; +wire \text_gen|char_ram~28402feeder_combout ; +wire \text_gen|char_ram~28402_q ; +wire \text_gen|char_ram~14066_q ; +wire \text_gen|char_ram~21234feeder_combout ; +wire \text_gen|char_ram~21234_q ; +wire \text_gen|char_ram~6898_q ; +wire \text_gen|char_ram~44686_combout ; +wire \text_gen|char_ram~44687_combout ; +wire \text_gen|char_ram~21262feeder_combout ; +wire \text_gen|char_ram~21262_q ; +wire \text_gen|char_ram~28430_q ; +wire \text_gen|char_ram~14094feeder_combout ; +wire \text_gen|char_ram~14094_q ; +wire \text_gen|char_ram~6926_q ; +wire \text_gen|char_ram~44693_combout ; +wire \text_gen|char_ram~44694_combout ; +wire \text_gen|char_ram~21255feeder_combout ; +wire \text_gen|char_ram~21255_q ; +wire \text_gen|char_ram~28423_q ; +wire \text_gen|char_ram~6919feeder_combout ; +wire \text_gen|char_ram~6919_q ; +wire \text_gen|char_ram~14087_q ; +wire \text_gen|char_ram~44688_combout ; +wire \text_gen|char_ram~44689_combout ; +wire \text_gen|char_ram~14059feeder_combout ; +wire \text_gen|char_ram~14059_q ; +wire \text_gen|char_ram~28395_q ; +wire \text_gen|char_ram~21227feeder_combout ; +wire \text_gen|char_ram~21227_q ; +wire \text_gen|char_ram~6891_q ; +wire \text_gen|char_ram~44690_combout ; +wire \text_gen|char_ram~44691_combout ; +wire \text_gen|char_ram~44692_combout ; +wire \text_gen|char_ram~44695_combout ; +wire \text_gen|char_ram~20807feeder_combout ; +wire \text_gen|char_ram~20807_q ; +wire \text_gen|char_ram~27975_q ; +wire \text_gen|char_ram~6471_q ; +wire \text_gen|char_ram~13639feeder_combout ; +wire \text_gen|char_ram~13639_q ; +wire \text_gen|char_ram~44665_combout ; +wire \text_gen|char_ram~44666_combout ; +wire \text_gen|char_ram~20814feeder_combout ; +wire \text_gen|char_ram~20814_q ; +wire \text_gen|char_ram~27982_q ; +wire \text_gen|char_ram~13646feeder_combout ; +wire \text_gen|char_ram~13646_q ; +wire \text_gen|char_ram~6478_q ; +wire \text_gen|char_ram~44672_combout ; +wire \text_gen|char_ram~44673_combout ; +wire \text_gen|char_ram~13611feeder_combout ; +wire \text_gen|char_ram~13611_q ; +wire \text_gen|char_ram~27947_q ; +wire \text_gen|char_ram~20779feeder_combout ; +wire \text_gen|char_ram~20779_q ; +wire \text_gen|char_ram~6443_q ; +wire \text_gen|char_ram~44669_combout ; +wire \text_gen|char_ram~44670_combout ; +wire \text_gen|char_ram~13618feeder_combout ; +wire \text_gen|char_ram~13618_q ; +wire \text_gen|char_ram~27954_q ; +wire \text_gen|char_ram~20786feeder_combout ; +wire \text_gen|char_ram~20786_q ; +wire \text_gen|char_ram~6450_q ; +wire \text_gen|char_ram~44667_combout ; +wire \text_gen|char_ram~44668_combout ; +wire \text_gen|char_ram~44671_combout ; +wire \text_gen|char_ram~44674_combout ; +wire \text_gen|char_ram~19918feeder_combout ; +wire \text_gen|char_ram~19918_q ; +wire \text_gen|char_ram~27086_q ; +wire \text_gen|char_ram~5582_q ; +wire \text_gen|char_ram~12750feeder_combout ; +wire \text_gen|char_ram~12750_q ; +wire \text_gen|char_ram~44682_combout ; +wire \text_gen|char_ram~44683_combout ; +wire \text_gen|char_ram~12715feeder_combout ; +wire \text_gen|char_ram~12715_q ; +wire \text_gen|char_ram~27051_q ; +wire \text_gen|char_ram~5547_q ; +wire \text_gen|char_ram~19883feeder_combout ; +wire \text_gen|char_ram~19883_q ; +wire \text_gen|char_ram~44679_combout ; +wire \text_gen|char_ram~44680_combout ; +wire \text_gen|char_ram~12722feeder_combout ; +wire \text_gen|char_ram~12722_q ; +wire \text_gen|char_ram~27058_q ; +wire \text_gen|char_ram~19890feeder_combout ; +wire \text_gen|char_ram~19890_q ; +wire \text_gen|char_ram~5554_q ; +wire \text_gen|char_ram~44677_combout ; +wire \text_gen|char_ram~44678_combout ; +wire \text_gen|char_ram~44681_combout ; +wire \text_gen|char_ram~19911feeder_combout ; +wire \text_gen|char_ram~19911_q ; +wire \text_gen|char_ram~27079_q ; +wire \text_gen|char_ram~12743feeder_combout ; +wire \text_gen|char_ram~12743_q ; +wire \text_gen|char_ram~5575_q ; +wire \text_gen|char_ram~44675_combout ; +wire \text_gen|char_ram~44676_combout ; +wire \text_gen|char_ram~44684_combout ; +wire \text_gen|char_ram~44685_combout ; +wire \text_gen|char_ram~44696_combout ; +wire \text_gen|char_ram~44697_combout ; +wire \text_gen|char_ram~28647feeder_combout ; +wire \text_gen|char_ram~28647_q ; +wire \text_gen|char_ram~28654_q ; +wire \text_gen|char_ram~28626feeder_combout ; +wire \text_gen|char_ram~28626_q ; +wire \text_gen|char_ram~28619_q ; +wire \text_gen|char_ram~45204_combout ; +wire \text_gen|char_ram~45205_combout ; +wire \text_gen|char_ram~7122feeder_combout ; +wire \text_gen|char_ram~7122_q ; +wire \text_gen|char_ram~7150_q ; +wire \text_gen|char_ram~7115_q ; +wire \text_gen|char_ram~7143_q ; +wire \text_gen|char_ram~45201_combout ; +wire \text_gen|char_ram~45202_combout ; +wire \text_gen|char_ram~21458feeder_combout ; +wire \text_gen|char_ram~21458_q ; +wire \text_gen|char_ram~21486_q ; +wire \text_gen|char_ram~21451_q ; +wire \text_gen|char_ram~21479feeder_combout ; +wire \text_gen|char_ram~21479_q ; +wire \text_gen|char_ram~45199_combout ; +wire \text_gen|char_ram~45200_combout ; +wire \text_gen|char_ram~45203_combout ; +wire \text_gen|char_ram~14283_q ; +wire \text_gen|char_ram~14290_q ; +wire \text_gen|char_ram~45197_combout ; +wire \text_gen|char_ram~14318_q ; +wire \text_gen|char_ram~14311_q ; +wire \text_gen|char_ram~45198_combout ; +wire \text_gen|char_ram~45206_combout ; +wire \text_gen|char_ram~28199feeder_combout ; +wire \text_gen|char_ram~28199_q ; +wire \text_gen|char_ram~28206_q ; +wire \text_gen|char_ram~28171_q ; +wire \text_gen|char_ram~28178feeder_combout ; +wire \text_gen|char_ram~28178_q ; +wire \text_gen|char_ram~45173_combout ; +wire \text_gen|char_ram~45174_combout ; +wire \text_gen|char_ram~21038feeder_combout ; +wire \text_gen|char_ram~21038_q ; +wire \text_gen|char_ram~21010_q ; +wire \text_gen|char_ram~21003_q ; +wire \text_gen|char_ram~21031feeder_combout ; +wire \text_gen|char_ram~21031_q ; +wire \text_gen|char_ram~45166_combout ; +wire \text_gen|char_ram~45167_combout ; +wire \text_gen|char_ram~6674feeder_combout ; +wire \text_gen|char_ram~6674_q ; +wire \text_gen|char_ram~6702_q ; +wire \text_gen|char_ram~6667_q ; +wire \text_gen|char_ram~6695feeder_combout ; +wire \text_gen|char_ram~6695_q ; +wire \text_gen|char_ram~45170_combout ; +wire \text_gen|char_ram~45171_combout ; +wire \text_gen|char_ram~13863feeder_combout ; +wire \text_gen|char_ram~13863_q ; +wire \text_gen|char_ram~13870_q ; +wire \text_gen|char_ram~13835_q ; +wire \text_gen|char_ram~13842feeder_combout ; +wire \text_gen|char_ram~13842_q ; +wire \text_gen|char_ram~45168_combout ; +wire \text_gen|char_ram~45169_combout ; +wire \text_gen|char_ram~45172_combout ; +wire \text_gen|char_ram~45175_combout ; +wire \text_gen|char_ram~6247feeder_combout ; +wire \text_gen|char_ram~6247_q ; +wire \text_gen|char_ram~6219_q ; +wire \text_gen|char_ram~45180_combout ; +wire \text_gen|char_ram~6254_q ; +wire \text_gen|char_ram~6226feeder_combout ; +wire \text_gen|char_ram~6226_q ; +wire \text_gen|char_ram~45181_combout ; +wire \text_gen|char_ram~20562feeder_combout ; +wire \text_gen|char_ram~20562_q ; +wire \text_gen|char_ram~20590_q ; +wire \text_gen|char_ram~20583feeder_combout ; +wire \text_gen|char_ram~20583_q ; +wire \text_gen|char_ram~20555_q ; +wire \text_gen|char_ram~45178_combout ; +wire \text_gen|char_ram~45179_combout ; +wire \text_gen|char_ram~45182_combout ; +wire \text_gen|char_ram~13415feeder_combout ; +wire \text_gen|char_ram~13415_q ; +wire \text_gen|char_ram~13422_q ; +wire \text_gen|char_ram~13387_q ; +wire \text_gen|char_ram~13394feeder_combout ; +wire \text_gen|char_ram~13394_q ; +wire \text_gen|char_ram~45176_combout ; +wire \text_gen|char_ram~45177_combout ; +wire \text_gen|char_ram~27730feeder_combout ; +wire \text_gen|char_ram~27730_q ; +wire \text_gen|char_ram~27723_q ; +wire \text_gen|char_ram~45183_combout ; +wire \text_gen|char_ram~27758_q ; +wire \text_gen|char_ram~27751feeder_combout ; +wire \text_gen|char_ram~27751_q ; +wire \text_gen|char_ram~45184_combout ; +wire \text_gen|char_ram~45185_combout ; +wire \text_gen|char_ram~27303feeder_combout ; +wire \text_gen|char_ram~27303_q ; +wire \text_gen|char_ram~27310_q ; +wire \text_gen|char_ram~27275_q ; +wire \text_gen|char_ram~27282feeder_combout ; +wire \text_gen|char_ram~27282_q ; +wire \text_gen|char_ram~45193_combout ; +wire \text_gen|char_ram~45194_combout ; +wire \text_gen|char_ram~20114feeder_combout ; +wire \text_gen|char_ram~20114_q ; +wire \text_gen|char_ram~20142_q ; +wire \text_gen|char_ram~20107_q ; +wire \text_gen|char_ram~20135feeder_combout ; +wire \text_gen|char_ram~20135_q ; +wire \text_gen|char_ram~45186_combout ; +wire \text_gen|char_ram~45187_combout ; +wire \text_gen|char_ram~12967feeder_combout ; +wire \text_gen|char_ram~12967_q ; +wire \text_gen|char_ram~12974_q ; +wire \text_gen|char_ram~12939_q ; +wire \text_gen|char_ram~12946feeder_combout ; +wire \text_gen|char_ram~12946_q ; +wire \text_gen|char_ram~45188_combout ; +wire \text_gen|char_ram~45189_combout ; +wire \text_gen|char_ram~5778feeder_combout ; +wire \text_gen|char_ram~5778_q ; +wire \text_gen|char_ram~5806_q ; +wire \text_gen|char_ram~5771_q ; +wire \text_gen|char_ram~5799feeder_combout ; +wire \text_gen|char_ram~5799_q ; +wire \text_gen|char_ram~45190_combout ; +wire \text_gen|char_ram~45191_combout ; +wire \text_gen|char_ram~45192_combout ; +wire \text_gen|char_ram~45195_combout ; +wire \text_gen|char_ram~45196_combout ; +wire \text_gen|char_ram~45207_combout ; +wire \text_gen|char_ram~17454feeder_combout ; +wire \text_gen|char_ram~17454_q ; +wire \text_gen|char_ram~16558_q ; +wire \text_gen|char_ram~45072_combout ; +wire \text_gen|char_ram~17902_q ; +wire \text_gen|char_ram~17006feeder_combout ; +wire \text_gen|char_ram~17006_q ; +wire \text_gen|char_ram~45073_combout ; +wire \text_gen|char_ram~2670feeder_combout ; +wire \text_gen|char_ram~2670_q ; +wire \text_gen|char_ram~3566_q ; +wire \text_gen|char_ram~2222_q ; +wire \text_gen|char_ram~3118feeder_combout ; +wire \text_gen|char_ram~3118_q ; +wire \text_gen|char_ram~45074_combout ; +wire \text_gen|char_ram~45075_combout ; +wire \text_gen|char_ram~45076_combout ; +wire \text_gen|char_ram~24622feeder_combout ; +wire \text_gen|char_ram~24622_q ; +wire \text_gen|char_ram~25070_q ; +wire \text_gen|char_ram~23726_q ; +wire \text_gen|char_ram~24174feeder_combout ; +wire \text_gen|char_ram~24174_q ; +wire \text_gen|char_ram~45077_combout ; +wire \text_gen|char_ram~45078_combout ; +wire \text_gen|char_ram~10286feeder_combout ; +wire \text_gen|char_ram~10286_q ; +wire \text_gen|char_ram~10734_q ; +wire \text_gen|char_ram~9838_q ; +wire \text_gen|char_ram~9390_q ; +wire \text_gen|char_ram~45070_combout ; +wire \text_gen|char_ram~45071_combout ; +wire \text_gen|char_ram~45079_combout ; +wire \text_gen|char_ram~24587feeder_combout ; +wire \text_gen|char_ram~24587_q ; +wire \text_gen|char_ram~25035_q ; +wire \text_gen|char_ram~23691_q ; +wire \text_gen|char_ram~24139feeder_combout ; +wire \text_gen|char_ram~24139_q ; +wire \text_gen|char_ram~45066_combout ; +wire \text_gen|char_ram~45067_combout ; +wire \text_gen|char_ram~16971feeder_combout ; +wire \text_gen|char_ram~16971_q ; +wire \text_gen|char_ram~17867_q ; +wire \text_gen|char_ram~16523feeder_combout ; +wire \text_gen|char_ram~16523_q ; +wire \text_gen|char_ram~17419feeder_combout ; +wire \text_gen|char_ram~17419_q ; +wire \text_gen|char_ram~45059_combout ; +wire \text_gen|char_ram~45060_combout ; +wire \text_gen|char_ram~2635feeder_combout ; +wire \text_gen|char_ram~2635_q ; +wire \text_gen|char_ram~3531_q ; +wire \text_gen|char_ram~3083feeder_combout ; +wire \text_gen|char_ram~3083_q ; +wire \text_gen|char_ram~2187_q ; +wire \text_gen|char_ram~45063_combout ; +wire \text_gen|char_ram~45064_combout ; +wire \text_gen|char_ram~10251feeder_combout ; +wire \text_gen|char_ram~10251_q ; +wire \text_gen|char_ram~10699_q ; +wire \text_gen|char_ram~9355_q ; +wire \text_gen|char_ram~9803feeder_combout ; +wire \text_gen|char_ram~9803_q ; +wire \text_gen|char_ram~45061_combout ; +wire \text_gen|char_ram~45062_combout ; +wire \text_gen|char_ram~45065_combout ; +wire \text_gen|char_ram~45068_combout ; +wire \text_gen|char_ram~10279feeder_combout ; +wire \text_gen|char_ram~10279_q ; +wire \text_gen|char_ram~10727_q ; +wire \text_gen|char_ram~9383_q ; +wire \text_gen|char_ram~9831feeder_combout ; +wire \text_gen|char_ram~9831_q ; +wire \text_gen|char_ram~45049_combout ; +wire \text_gen|char_ram~45050_combout ; +wire \text_gen|char_ram~24615feeder_combout ; +wire \text_gen|char_ram~24615_q ; +wire \text_gen|char_ram~25063_q ; +wire \text_gen|char_ram~23719_q ; +wire \text_gen|char_ram~24167feeder_combout ; +wire \text_gen|char_ram~24167_q ; +wire \text_gen|char_ram~45056_combout ; +wire \text_gen|char_ram~45057_combout ; +wire \text_gen|char_ram~16999feeder_combout ; +wire \text_gen|char_ram~16999_q ; +wire \text_gen|char_ram~17895_q ; +wire \text_gen|char_ram~16551_q ; +wire \text_gen|char_ram~17447_q ; +wire \text_gen|char_ram~45051_combout ; +wire \text_gen|char_ram~45052_combout ; +wire \text_gen|char_ram~2663feeder_combout ; +wire \text_gen|char_ram~2663_q ; +wire \text_gen|char_ram~3559_q ; +wire \text_gen|char_ram~2215_q ; +wire \text_gen|char_ram~3111feeder_combout ; +wire \text_gen|char_ram~3111_q ; +wire \text_gen|char_ram~45053_combout ; +wire \text_gen|char_ram~45054_combout ; +wire \text_gen|char_ram~45055_combout ; +wire \text_gen|char_ram~45058_combout ; +wire \text_gen|char_ram~45069_combout ; +wire \text_gen|char_ram~17874feeder_combout ; +wire \text_gen|char_ram~17874_q ; +wire \text_gen|char_ram~16978_q ; +wire \text_gen|char_ram~16530_q ; +wire \text_gen|char_ram~17426feeder_combout ; +wire \text_gen|char_ram~17426_q ; +wire \text_gen|char_ram~45039_combout ; +wire \text_gen|char_ram~45040_combout ; +wire \text_gen|char_ram~25042_q ; +wire \text_gen|char_ram~24594_q ; +wire \text_gen|char_ram~23698_q ; +wire \text_gen|char_ram~24146feeder_combout ; +wire \text_gen|char_ram~24146_q ; +wire \text_gen|char_ram~45046_combout ; +wire \text_gen|char_ram~45047_combout ; +wire \text_gen|char_ram~2642feeder_combout ; +wire \text_gen|char_ram~2642_q ; +wire \text_gen|char_ram~3538_q ; +wire \text_gen|char_ram~2194_q ; +wire \text_gen|char_ram~3090feeder_combout ; +wire \text_gen|char_ram~3090_q ; +wire \text_gen|char_ram~45043_combout ; +wire \text_gen|char_ram~45044_combout ; +wire \text_gen|char_ram~10258feeder_combout ; +wire \text_gen|char_ram~10258_q ; +wire \text_gen|char_ram~10706_q ; +wire \text_gen|char_ram~9810feeder_combout ; +wire \text_gen|char_ram~9810_q ; +wire \text_gen|char_ram~9362_q ; +wire \text_gen|char_ram~45041_combout ; +wire \text_gen|char_ram~45042_combout ; +wire \text_gen|char_ram~45045_combout ; +wire \text_gen|char_ram~45048_combout ; +wire \text_gen|char_ram~45080_combout ; +wire \text_gen|char_ram~15186feeder_combout ; +wire \text_gen|char_ram~15186_q ; +wire \text_gen|char_ram~16082_q ; +wire \text_gen|char_ram~15634feeder_combout ; +wire \text_gen|char_ram~15634_q ; +wire \text_gen|char_ram~14738_q ; +wire \text_gen|char_ram~45123_combout ; +wire \text_gen|char_ram~45124_combout ; +wire \text_gen|char_ram~22802_q ; +wire \text_gen|char_ram~23250feeder_combout ; +wire \text_gen|char_ram~23250_q ; +wire \text_gen|char_ram~21906feeder_combout ; +wire \text_gen|char_ram~21906_q ; +wire \text_gen|char_ram~22354feeder_combout ; +wire \text_gen|char_ram~22354_q ; +wire \text_gen|char_ram~45130_combout ; +wire \text_gen|char_ram~45131_combout ; +wire \text_gen|char_ram~402_q ; +wire \text_gen|char_ram~1298_q ; +wire \text_gen|char_ram~45127_combout ; +wire \text_gen|char_ram~1746_q ; +wire \text_gen|char_ram~850feeder_combout ; +wire \text_gen|char_ram~850_q ; +wire \text_gen|char_ram~45128_combout ; +wire \text_gen|char_ram~8018_q ; +wire \text_gen|char_ram~7570_q ; +wire \text_gen|char_ram~45125_combout ; +wire \text_gen|char_ram~8914_q ; +wire \text_gen|char_ram~8466feeder_combout ; +wire \text_gen|char_ram~8466_q ; +wire \text_gen|char_ram~45126_combout ; +wire \text_gen|char_ram~45129_combout ; +wire \text_gen|char_ram~45132_combout ; +wire \text_gen|char_ram~8046feeder_combout ; +wire \text_gen|char_ram~8046_q ; +wire \text_gen|char_ram~7598_q ; +wire \text_gen|char_ram~45154_combout ; +wire \text_gen|char_ram~8494feeder_combout ; +wire \text_gen|char_ram~8494_q ; +wire \text_gen|char_ram~8942_q ; +wire \text_gen|char_ram~45155_combout ; +wire \text_gen|char_ram~22830feeder_combout ; +wire \text_gen|char_ram~22830_q ; +wire \text_gen|char_ram~23278_q ; +wire \text_gen|char_ram~21934_q ; +wire \text_gen|char_ram~22382_q ; +wire \text_gen|char_ram~45161_combout ; +wire \text_gen|char_ram~45162_combout ; +wire \text_gen|char_ram~878feeder_combout ; +wire \text_gen|char_ram~878_q ; +wire \text_gen|char_ram~1774_q ; +wire \text_gen|char_ram~1326feeder_combout ; +wire \text_gen|char_ram~1326_q ; +wire \text_gen|char_ram~430_q ; +wire \text_gen|char_ram~45158_combout ; +wire \text_gen|char_ram~45159_combout ; +wire \text_gen|char_ram~15214feeder_combout ; +wire \text_gen|char_ram~15214_q ; +wire \text_gen|char_ram~16110_q ; +wire \text_gen|char_ram~14766_q ; +wire \text_gen|char_ram~15662feeder_combout ; +wire \text_gen|char_ram~15662_q ; +wire \text_gen|char_ram~45156_combout ; +wire \text_gen|char_ram~45157_combout ; +wire \text_gen|char_ram~45160_combout ; +wire \text_gen|char_ram~45163_combout ; +wire \text_gen|char_ram~21899_q ; +wire \text_gen|char_ram~22347feeder_combout ; +wire \text_gen|char_ram~22347_q ; +wire \text_gen|char_ram~45150_combout ; +wire \text_gen|char_ram~22795feeder_combout ; +wire \text_gen|char_ram~22795_q ; +wire \text_gen|char_ram~23243_q ; +wire \text_gen|char_ram~45151_combout ; +wire \text_gen|char_ram~1739feeder_combout ; +wire \text_gen|char_ram~1739_q ; +wire \text_gen|char_ram~843feeder_combout ; +wire \text_gen|char_ram~843_q ; +wire \text_gen|char_ram~395_q ; +wire \text_gen|char_ram~1291feeder_combout ; +wire \text_gen|char_ram~1291_q ; +wire \text_gen|char_ram~45147_combout ; +wire \text_gen|char_ram~45148_combout ; +wire \text_gen|char_ram~8459_q ; +wire \text_gen|char_ram~8907_q ; +wire \text_gen|char_ram~8011feeder_combout ; +wire \text_gen|char_ram~8011_q ; +wire \text_gen|char_ram~7563_q ; +wire \text_gen|char_ram~45145_combout ; +wire \text_gen|char_ram~45146_combout ; +wire \text_gen|char_ram~45149_combout ; +wire \text_gen|char_ram~15179feeder_combout ; +wire \text_gen|char_ram~15179_q ; +wire \text_gen|char_ram~16075_q ; +wire \text_gen|char_ram~14731_q ; +wire \text_gen|char_ram~15627feeder_combout ; +wire \text_gen|char_ram~15627_q ; +wire \text_gen|char_ram~45143_combout ; +wire \text_gen|char_ram~45144_combout ; +wire \text_gen|char_ram~45152_combout ; +wire \text_gen|char_ram~21927_q ; +wire \text_gen|char_ram~22375_q ; +wire \text_gen|char_ram~45140_combout ; +wire \text_gen|char_ram~23271_q ; +wire \text_gen|char_ram~22823feeder_combout ; +wire \text_gen|char_ram~22823_q ; +wire \text_gen|char_ram~45141_combout ; +wire \text_gen|char_ram~8039feeder_combout ; +wire \text_gen|char_ram~8039_q ; +wire \text_gen|char_ram~7591_q ; +wire \text_gen|char_ram~45133_combout ; +wire \text_gen|char_ram~8935_q ; +wire \text_gen|char_ram~8487feeder_combout ; +wire \text_gen|char_ram~8487_q ; +wire \text_gen|char_ram~45134_combout ; +wire \text_gen|char_ram~15207feeder_combout ; +wire \text_gen|char_ram~15207_q ; +wire \text_gen|char_ram~16103_q ; +wire \text_gen|char_ram~15655feeder_combout ; +wire \text_gen|char_ram~15655_q ; +wire \text_gen|char_ram~14759_q ; +wire \text_gen|char_ram~45135_combout ; +wire \text_gen|char_ram~45136_combout ; +wire \text_gen|char_ram~871feeder_combout ; +wire \text_gen|char_ram~871_q ; +wire \text_gen|char_ram~1767_q ; +wire \text_gen|char_ram~423_q ; +wire \text_gen|char_ram~1319feeder_combout ; +wire \text_gen|char_ram~1319_q ; +wire \text_gen|char_ram~45137_combout ; +wire \text_gen|char_ram~45138_combout ; +wire \text_gen|char_ram~45139_combout ; +wire \text_gen|char_ram~45142_combout ; +wire \text_gen|char_ram~45153_combout ; +wire \text_gen|char_ram~45164_combout ; +wire \text_gen|char_ram~18770feeder_combout ; +wire \text_gen|char_ram~18770_q ; +wire \text_gen|char_ram~19666_q ; +wire \text_gen|char_ram~18322_q ; +wire \text_gen|char_ram~19218feeder_combout ; +wire \text_gen|char_ram~19218_q ; +wire \text_gen|char_ram~45081_combout ; +wire \text_gen|char_ram~45082_combout ; +wire \text_gen|char_ram~26386feeder_combout ; +wire \text_gen|char_ram~26386_q ; +wire \text_gen|char_ram~26834_q ; +wire \text_gen|char_ram~25490_q ; +wire \text_gen|char_ram~25938feeder_combout ; +wire \text_gen|char_ram~25938_q ; +wire \text_gen|char_ram~45088_combout ; +wire \text_gen|char_ram~45089_combout ; +wire \text_gen|char_ram~3986_q ; +wire \text_gen|char_ram~4882feeder_combout ; +wire \text_gen|char_ram~4882_q ; +wire \text_gen|char_ram~45085_combout ; +wire \text_gen|char_ram~5330_q ; +wire \text_gen|char_ram~4434feeder_combout ; +wire \text_gen|char_ram~4434_q ; +wire \text_gen|char_ram~45086_combout ; +wire \text_gen|char_ram~11154_q ; +wire \text_gen|char_ram~11602feeder_combout ; +wire \text_gen|char_ram~11602_q ; +wire \text_gen|char_ram~45083_combout ; +wire \text_gen|char_ram~12498_q ; +wire \text_gen|char_ram~12050feeder_combout ; +wire \text_gen|char_ram~12050_q ; +wire \text_gen|char_ram~45084_combout ; +wire \text_gen|char_ram~45087_combout ; +wire \text_gen|char_ram~45090_combout ; +wire \text_gen|char_ram~11182_q ; +wire \text_gen|char_ram~11630feeder_combout ; +wire \text_gen|char_ram~11630_q ; +wire \text_gen|char_ram~45112_combout ; +wire \text_gen|char_ram~12526_q ; +wire \text_gen|char_ram~12078feeder_combout ; +wire \text_gen|char_ram~12078_q ; +wire \text_gen|char_ram~45113_combout ; +wire \text_gen|char_ram~26414feeder_combout ; +wire \text_gen|char_ram~26414_q ; +wire \text_gen|char_ram~26862_q ; +wire \text_gen|char_ram~25518_q ; +wire \text_gen|char_ram~25966feeder_combout ; +wire \text_gen|char_ram~25966_q ; +wire \text_gen|char_ram~45119_combout ; +wire \text_gen|char_ram~45120_combout ; +wire \text_gen|char_ram~4462feeder_combout ; +wire \text_gen|char_ram~4462_q ; +wire \text_gen|char_ram~5358_q ; +wire \text_gen|char_ram~4014_q ; +wire \text_gen|char_ram~4910feeder_combout ; +wire \text_gen|char_ram~4910_q ; +wire \text_gen|char_ram~45116_combout ; +wire \text_gen|char_ram~45117_combout ; +wire \text_gen|char_ram~18798feeder_combout ; +wire \text_gen|char_ram~18798_q ; +wire \text_gen|char_ram~19694_q ; +wire \text_gen|char_ram~19246feeder_combout ; +wire \text_gen|char_ram~19246_q ; +wire \text_gen|char_ram~18350_q ; +wire \text_gen|char_ram~45114_combout ; +wire \text_gen|char_ram~45115_combout ; +wire \text_gen|char_ram~45118_combout ; +wire \text_gen|char_ram~45121_combout ; +wire \text_gen|char_ram~26407feeder_combout ; +wire \text_gen|char_ram~26407_q ; +wire \text_gen|char_ram~26855_q ; +wire \text_gen|char_ram~25511_q ; +wire \text_gen|char_ram~25959feeder_combout ; +wire \text_gen|char_ram~25959_q ; +wire \text_gen|char_ram~45098_combout ; +wire \text_gen|char_ram~45099_combout ; +wire \text_gen|char_ram~12071feeder_combout ; +wire \text_gen|char_ram~12071_q ; +wire \text_gen|char_ram~12519_q ; +wire \text_gen|char_ram~11175_q ; +wire \text_gen|char_ram~11623feeder_combout ; +wire \text_gen|char_ram~11623_q ; +wire \text_gen|char_ram~45091_combout ; +wire \text_gen|char_ram~45092_combout ; +wire \text_gen|char_ram~4455feeder_combout ; +wire \text_gen|char_ram~4455_q ; +wire \text_gen|char_ram~5351_q ; +wire \text_gen|char_ram~4007_q ; +wire \text_gen|char_ram~4903feeder_combout ; +wire \text_gen|char_ram~4903_q ; +wire \text_gen|char_ram~45095_combout ; +wire \text_gen|char_ram~45096_combout ; +wire \text_gen|char_ram~18791feeder_combout ; +wire \text_gen|char_ram~18791_q ; +wire \text_gen|char_ram~19687_q ; +wire \text_gen|char_ram~18343_q ; +wire \text_gen|char_ram~19239feeder_combout ; +wire \text_gen|char_ram~19239_q ; +wire \text_gen|char_ram~45093_combout ; +wire \text_gen|char_ram~45094_combout ; +wire \text_gen|char_ram~45097_combout ; +wire \text_gen|char_ram~45100_combout ; +wire \text_gen|char_ram~18763feeder_combout ; +wire \text_gen|char_ram~18763_q ; +wire \text_gen|char_ram~19659_q ; +wire \text_gen|char_ram~18315feeder_combout ; +wire \text_gen|char_ram~18315_q ; +wire \text_gen|char_ram~19211_q ; +wire \text_gen|char_ram~45101_combout ; +wire \text_gen|char_ram~45102_combout ; +wire \text_gen|char_ram~26379feeder_combout ; +wire \text_gen|char_ram~26379_q ; +wire \text_gen|char_ram~26827_q ; +wire \text_gen|char_ram~25483_q ; +wire \text_gen|char_ram~25931feeder_combout ; +wire \text_gen|char_ram~25931_q ; +wire \text_gen|char_ram~45108_combout ; +wire \text_gen|char_ram~45109_combout ; +wire \text_gen|char_ram~11595_q ; +wire \text_gen|char_ram~11147_q ; +wire \text_gen|char_ram~45103_combout ; +wire \text_gen|char_ram~12491_q ; +wire \text_gen|char_ram~12043feeder_combout ; +wire \text_gen|char_ram~12043_q ; +wire \text_gen|char_ram~45104_combout ; +wire \text_gen|char_ram~4427feeder_combout ; +wire \text_gen|char_ram~4427_q ; +wire \text_gen|char_ram~5323_q ; +wire \text_gen|char_ram~3979_q ; +wire \text_gen|char_ram~4875feeder_combout ; +wire \text_gen|char_ram~4875_q ; +wire \text_gen|char_ram~45105_combout ; +wire \text_gen|char_ram~45106_combout ; +wire \text_gen|char_ram~45107_combout ; +wire \text_gen|char_ram~45110_combout ; +wire \text_gen|char_ram~45111_combout ; +wire \text_gen|char_ram~45122_combout ; +wire \text_gen|char_ram~45165_combout ; +wire \text_gen|char_ram~45208_combout ; +wire \text_gen|char_ram~15746feeder_combout ; +wire \text_gen|char_ram~15746_q ; +wire \text_gen|char_ram~1410_q ; +wire \text_gen|char_ram~44999_combout ; +wire \text_gen|char_ram~22914_q ; +wire \text_gen|char_ram~8578_q ; +wire \text_gen|char_ram~45000_combout ; +wire \text_gen|char_ram~12162feeder_combout ; +wire \text_gen|char_ram~12162_q ; +wire \text_gen|char_ram~26498_q ; +wire \text_gen|char_ram~4994_q ; +wire \text_gen|char_ram~19330feeder_combout ; +wire \text_gen|char_ram~19330_q ; +wire \text_gen|char_ram~44997_combout ; +wire \text_gen|char_ram~44998_combout ; +wire \text_gen|char_ram~45001_combout ; +wire \text_gen|char_ram~17538feeder_combout ; +wire \text_gen|char_ram~17538_q ; +wire \text_gen|char_ram~24706_q ; +wire \text_gen|char_ram~10370feeder_combout ; +wire \text_gen|char_ram~10370_q ; +wire \text_gen|char_ram~3202_q ; +wire \text_gen|char_ram~44995_combout ; +wire \text_gen|char_ram~44996_combout ; +wire \text_gen|char_ram~21122feeder_combout ; +wire \text_gen|char_ram~21122_q ; +wire \text_gen|char_ram~28290_q ; +wire \text_gen|char_ram~13954_q ; +wire \text_gen|char_ram~6786_q ; +wire \text_gen|char_ram~45002_combout ; +wire \text_gen|char_ram~45003_combout ; +wire \text_gen|char_ram~45004_combout ; +wire \text_gen|char_ram~21150feeder_combout ; +wire \text_gen|char_ram~21150_q ; +wire \text_gen|char_ram~28318_q ; +wire \text_gen|char_ram~13982feeder_combout ; +wire \text_gen|char_ram~13982_q ; +wire \text_gen|char_ram~6814_q ; +wire \text_gen|char_ram~45033_combout ; +wire \text_gen|char_ram~45034_combout ; +wire \text_gen|char_ram~12190feeder_combout ; +wire \text_gen|char_ram~12190_q ; +wire \text_gen|char_ram~26526_q ; +wire \text_gen|char_ram~19358feeder_combout ; +wire \text_gen|char_ram~19358_q ; +wire \text_gen|char_ram~5022_q ; +wire \text_gen|char_ram~45026_combout ; +wire \text_gen|char_ram~45027_combout ; +wire \text_gen|char_ram~8606feeder_combout ; +wire \text_gen|char_ram~8606_q ; +wire \text_gen|char_ram~22942_q ; +wire \text_gen|char_ram~1438feeder_combout ; +wire \text_gen|char_ram~1438_q ; +wire \text_gen|char_ram~15774_q ; +wire \text_gen|char_ram~45030_combout ; +wire \text_gen|char_ram~45031_combout ; +wire \text_gen|char_ram~24734feeder_combout ; +wire \text_gen|char_ram~24734_q ; +wire \text_gen|char_ram~10398_q ; +wire \text_gen|char_ram~3230_q ; +wire \text_gen|char_ram~45028_combout ; +wire \text_gen|char_ram~17566feeder_combout ; +wire \text_gen|char_ram~17566_q ; +wire \text_gen|char_ram~45029_combout ; +wire \text_gen|char_ram~45032_combout ; +wire \text_gen|char_ram~45035_combout ; +wire \text_gen|char_ram~8599_q ; +wire \text_gen|char_ram~22935_q ; +wire \text_gen|char_ram~1431_q ; +wire \text_gen|char_ram~15767feeder_combout ; +wire \text_gen|char_ram~15767_q ; +wire \text_gen|char_ram~45009_combout ; +wire \text_gen|char_ram~45010_combout ; +wire \text_gen|char_ram~17559feeder_combout ; +wire \text_gen|char_ram~17559_q ; +wire \text_gen|char_ram~24727_q ; +wire \text_gen|char_ram~10391feeder_combout ; +wire \text_gen|char_ram~10391_q ; +wire \text_gen|char_ram~3223_q ; +wire \text_gen|char_ram~45007_combout ; +wire \text_gen|char_ram~45008_combout ; +wire \text_gen|char_ram~45011_combout ; +wire \text_gen|char_ram~6807_q ; +wire \text_gen|char_ram~13975_q ; +wire \text_gen|char_ram~45012_combout ; +wire \text_gen|char_ram~28311feeder_combout ; +wire \text_gen|char_ram~28311_q ; +wire \text_gen|char_ram~21143feeder_combout ; +wire \text_gen|char_ram~21143_q ; +wire \text_gen|char_ram~45013_combout ; +wire \text_gen|char_ram~12183feeder_combout ; +wire \text_gen|char_ram~12183_q ; +wire \text_gen|char_ram~19351_q ; +wire \text_gen|char_ram~5015_q ; +wire \text_gen|char_ram~45005_combout ; +wire \text_gen|char_ram~26519_q ; +wire \text_gen|char_ram~45006_combout ; +wire \text_gen|char_ram~45014_combout ; +wire \text_gen|char_ram~17531feeder_combout ; +wire \text_gen|char_ram~17531_q ; +wire \text_gen|char_ram~24699_q ; +wire \text_gen|char_ram~10363feeder_combout ; +wire \text_gen|char_ram~10363_q ; +wire \text_gen|char_ram~3195_q ; +wire \text_gen|char_ram~45015_combout ; +wire \text_gen|char_ram~45016_combout ; +wire \text_gen|char_ram~13947_q ; +wire \text_gen|char_ram~6779_q ; +wire \text_gen|char_ram~45022_combout ; +wire \text_gen|char_ram~28283_q ; +wire \text_gen|char_ram~21115_q ; +wire \text_gen|char_ram~45023_combout ; +wire \text_gen|char_ram~8571_q ; +wire \text_gen|char_ram~22907_q ; +wire \text_gen|char_ram~15739feeder_combout ; +wire \text_gen|char_ram~15739_q ; +wire \text_gen|char_ram~1403_q ; +wire \text_gen|char_ram~45019_combout ; +wire \text_gen|char_ram~45020_combout ; +wire \text_gen|char_ram~12155_q ; +wire \text_gen|char_ram~26491_q ; +wire \text_gen|char_ram~19323feeder_combout ; +wire \text_gen|char_ram~19323_q ; +wire \text_gen|char_ram~4987feeder_combout ; +wire \text_gen|char_ram~4987_q ; +wire \text_gen|char_ram~45017_combout ; +wire \text_gen|char_ram~45018_combout ; +wire \text_gen|char_ram~45021_combout ; +wire \text_gen|char_ram~45024_combout ; +wire \text_gen|char_ram~45025_combout ; +wire \text_gen|char_ram~45036_combout ; +wire \text_gen|char_ram~20695feeder_combout ; +wire \text_gen|char_ram~20695_q ; +wire \text_gen|char_ram~27863_q ; +wire \text_gen|char_ram~13527feeder_combout ; +wire \text_gen|char_ram~13527_q ; +wire \text_gen|char_ram~6359_q ; +wire \text_gen|char_ram~44943_combout ; +wire \text_gen|char_ram~44944_combout ; +wire \text_gen|char_ram~13499feeder_combout ; +wire \text_gen|char_ram~13499_q ; +wire \text_gen|char_ram~27835_q ; +wire \text_gen|char_ram~20667feeder_combout ; +wire \text_gen|char_ram~20667_q ; +wire \text_gen|char_ram~6331_q ; +wire \text_gen|char_ram~44945_combout ; +wire \text_gen|char_ram~44946_combout ; +wire \text_gen|char_ram~44947_combout ; +wire \text_gen|char_ram~6338_q ; +wire \text_gen|char_ram~20674feeder_combout ; +wire \text_gen|char_ram~20674_q ; +wire \text_gen|char_ram~44941_combout ; +wire \text_gen|char_ram~27842_q ; +wire \text_gen|char_ram~13506feeder_combout ; +wire \text_gen|char_ram~13506_q ; +wire \text_gen|char_ram~44942_combout ; +wire \text_gen|char_ram~20702feeder_combout ; +wire \text_gen|char_ram~20702_q ; +wire \text_gen|char_ram~27870_q ; +wire \text_gen|char_ram~13534feeder_combout ; +wire \text_gen|char_ram~13534_q ; +wire \text_gen|char_ram~6366_q ; +wire \text_gen|char_ram~44948_combout ; +wire \text_gen|char_ram~44949_combout ; +wire \text_gen|char_ram~44950_combout ; +wire \text_gen|char_ram~17118feeder_combout ; +wire \text_gen|char_ram~17118_q ; +wire \text_gen|char_ram~24286_q ; +wire \text_gen|char_ram~2782_q ; +wire \text_gen|char_ram~9950feeder_combout ; +wire \text_gen|char_ram~9950_q ; +wire \text_gen|char_ram~44927_combout ; +wire \text_gen|char_ram~44928_combout ; +wire \text_gen|char_ram~9922feeder_combout ; +wire \text_gen|char_ram~9922_q ; +wire \text_gen|char_ram~24258_q ; +wire \text_gen|char_ram~2754feeder_combout ; +wire \text_gen|char_ram~2754_q ; +wire \text_gen|char_ram~17090_q ; +wire \text_gen|char_ram~44920_combout ; +wire \text_gen|char_ram~44921_combout ; +wire \text_gen|char_ram~17111feeder_combout ; +wire \text_gen|char_ram~17111_q ; +wire \text_gen|char_ram~24279_q ; +wire \text_gen|char_ram~9943feeder_combout ; +wire \text_gen|char_ram~9943_q ; +wire \text_gen|char_ram~2775_q ; +wire \text_gen|char_ram~44922_combout ; +wire \text_gen|char_ram~44923_combout ; +wire \text_gen|char_ram~9915feeder_combout ; +wire \text_gen|char_ram~9915_q ; +wire \text_gen|char_ram~24251_q ; +wire \text_gen|char_ram~17083feeder_combout ; +wire \text_gen|char_ram~17083_q ; +wire \text_gen|char_ram~2747_q ; +wire \text_gen|char_ram~44924_combout ; +wire \text_gen|char_ram~44925_combout ; +wire \text_gen|char_ram~44926_combout ; +wire \text_gen|char_ram~44929_combout ; +wire \text_gen|char_ram~8130feeder_combout ; +wire \text_gen|char_ram~8130_q ; +wire \text_gen|char_ram~22466_q ; +wire \text_gen|char_ram~15298feeder_combout ; +wire \text_gen|char_ram~15298_q ; +wire \text_gen|char_ram~962_q ; +wire \text_gen|char_ram~44932_combout ; +wire \text_gen|char_ram~44933_combout ; +wire \text_gen|char_ram~8123feeder_combout ; +wire \text_gen|char_ram~8123_q ; +wire \text_gen|char_ram~22459_q ; +wire \text_gen|char_ram~15291feeder_combout ; +wire \text_gen|char_ram~15291_q ; +wire \text_gen|char_ram~955_q ; +wire \text_gen|char_ram~44934_combout ; +wire \text_gen|char_ram~44935_combout ; +wire \text_gen|char_ram~44936_combout ; +wire \text_gen|char_ram~8158feeder_combout ; +wire \text_gen|char_ram~8158_q ; +wire \text_gen|char_ram~990_q ; +wire \text_gen|char_ram~44937_combout ; +wire \text_gen|char_ram~15326feeder_combout ; +wire \text_gen|char_ram~15326_q ; +wire \text_gen|char_ram~22494_q ; +wire \text_gen|char_ram~44938_combout ; +wire \text_gen|char_ram~8151_q ; +wire \text_gen|char_ram~983_q ; +wire \text_gen|char_ram~44930_combout ; +wire \text_gen|char_ram~15319feeder_combout ; +wire \text_gen|char_ram~15319_q ; +wire \text_gen|char_ram~22487_q ; +wire \text_gen|char_ram~44931_combout ; +wire \text_gen|char_ram~44939_combout ; +wire \text_gen|char_ram~44940_combout ; +wire \text_gen|char_ram~18903feeder_combout ; +wire \text_gen|char_ram~18903_q ; +wire \text_gen|char_ram~26071_q ; +wire \text_gen|char_ram~4567feeder_combout ; +wire \text_gen|char_ram~4567_q ; +wire \text_gen|char_ram~11735feeder_combout ; +wire \text_gen|char_ram~11735_q ; +wire \text_gen|char_ram~44910_combout ; +wire \text_gen|char_ram~44911_combout ; +wire \text_gen|char_ram~11707feeder_combout ; +wire \text_gen|char_ram~11707_q ; +wire \text_gen|char_ram~26043_q ; +wire \text_gen|char_ram~18875feeder_combout ; +wire \text_gen|char_ram~18875_q ; +wire \text_gen|char_ram~4539_q ; +wire \text_gen|char_ram~44914_combout ; +wire \text_gen|char_ram~44915_combout ; +wire \text_gen|char_ram~18882feeder_combout ; +wire \text_gen|char_ram~18882_q ; +wire \text_gen|char_ram~4546_q ; +wire \text_gen|char_ram~44912_combout ; +wire \text_gen|char_ram~11714feeder_combout ; +wire \text_gen|char_ram~11714_q ; +wire \text_gen|char_ram~26050_q ; +wire \text_gen|char_ram~44913_combout ; +wire \text_gen|char_ram~44916_combout ; +wire \text_gen|char_ram~18910feeder_combout ; +wire \text_gen|char_ram~18910_q ; +wire \text_gen|char_ram~26078_q ; +wire \text_gen|char_ram~4574_q ; +wire \text_gen|char_ram~11742feeder_combout ; +wire \text_gen|char_ram~11742_q ; +wire \text_gen|char_ram~44917_combout ; +wire \text_gen|char_ram~44918_combout ; +wire \text_gen|char_ram~44919_combout ; +wire \text_gen|char_ram~44951_combout ; +wire \text_gen|char_ram~19806feeder_combout ; +wire \text_gen|char_ram~19806_q ; +wire \text_gen|char_ram~26974_q ; +wire \text_gen|char_ram~12638feeder_combout ; +wire \text_gen|char_ram~12638_q ; +wire \text_gen|char_ram~5470feeder_combout ; +wire \text_gen|char_ram~5470_q ; +wire \text_gen|char_ram~44990_combout ; +wire \text_gen|char_ram~44991_combout ; +wire \text_gen|char_ram~19799feeder_combout ; +wire \text_gen|char_ram~19799_q ; +wire \text_gen|char_ram~26967_q ; +wire \text_gen|char_ram~12631feeder_combout ; +wire \text_gen|char_ram~12631_q ; +wire \text_gen|char_ram~5463_q ; +wire \text_gen|char_ram~44985_combout ; +wire \text_gen|char_ram~44986_combout ; +wire \text_gen|char_ram~5435_q ; +wire \text_gen|char_ram~19771feeder_combout ; +wire \text_gen|char_ram~19771_q ; +wire \text_gen|char_ram~44987_combout ; +wire \text_gen|char_ram~26939_q ; +wire \text_gen|char_ram~12603_q ; +wire \text_gen|char_ram~44988_combout ; +wire \text_gen|char_ram~44989_combout ; +wire \text_gen|char_ram~26946feeder_combout ; +wire \text_gen|char_ram~26946_q ; +wire \text_gen|char_ram~12610feeder_combout ; +wire \text_gen|char_ram~12610_q ; +wire \text_gen|char_ram~5442_q ; +wire \text_gen|char_ram~19778feeder_combout ; +wire \text_gen|char_ram~19778_q ; +wire \text_gen|char_ram~44983_combout ; +wire \text_gen|char_ram~44984_combout ; +wire \text_gen|char_ram~44992_combout ; +wire \text_gen|char_ram~14423feeder_combout ; +wire \text_gen|char_ram~14423_q ; +wire \text_gen|char_ram~21591_q ; +wire \text_gen|char_ram~87_q ; +wire \text_gen|char_ram~7255feeder_combout ; +wire \text_gen|char_ram~7255_q ; +wire \text_gen|char_ram~44972_combout ; +wire \text_gen|char_ram~44973_combout ; +wire \text_gen|char_ram~14430feeder_combout ; +wire \text_gen|char_ram~14430_q ; +wire \text_gen|char_ram~21598_q ; +wire \text_gen|char_ram~94_q ; +wire \text_gen|char_ram~7262feeder_combout ; +wire \text_gen|char_ram~7262_q ; +wire \text_gen|char_ram~44979_combout ; +wire \text_gen|char_ram~44980_combout ; +wire \text_gen|char_ram~7234feeder_combout ; +wire \text_gen|char_ram~7234_q ; +wire \text_gen|char_ram~21570_q ; +wire \text_gen|char_ram~66_q ; +wire \text_gen|char_ram~14402feeder_combout ; +wire \text_gen|char_ram~14402_q ; +wire \text_gen|char_ram~44974_combout ; +wire \text_gen|char_ram~44975_combout ; +wire \text_gen|char_ram~7227feeder_combout ; +wire \text_gen|char_ram~7227_q ; +wire \text_gen|char_ram~21563_q ; +wire \text_gen|char_ram~59_q ; +wire \text_gen|char_ram~14395feeder_combout ; +wire \text_gen|char_ram~14395_q ; +wire \text_gen|char_ram~44976_combout ; +wire \text_gen|char_ram~44977_combout ; +wire \text_gen|char_ram~44978_combout ; +wire \text_gen|char_ram~44981_combout ; +wire \text_gen|char_ram~23362feeder_combout ; +wire \text_gen|char_ram~23362_q ; +wire \text_gen|char_ram~9026feeder_combout ; +wire \text_gen|char_ram~9026_q ; +wire \text_gen|char_ram~1858_q ; +wire \text_gen|char_ram~16194feeder_combout ; +wire \text_gen|char_ram~16194_q ; +wire \text_gen|char_ram~44962_combout ; +wire \text_gen|char_ram~44963_combout ; +wire \text_gen|char_ram~9054_q ; +wire \text_gen|char_ram~1886_q ; +wire \text_gen|char_ram~44969_combout ; +wire \text_gen|char_ram~23390_q ; +wire \text_gen|char_ram~16222feeder_combout ; +wire \text_gen|char_ram~16222_q ; +wire \text_gen|char_ram~44970_combout ; +wire \text_gen|char_ram~16215feeder_combout ; +wire \text_gen|char_ram~16215_q ; +wire \text_gen|char_ram~9047_q ; +wire \text_gen|char_ram~1879_q ; +wire \text_gen|char_ram~44964_combout ; +wire \text_gen|char_ram~23383_q ; +wire \text_gen|char_ram~44965_combout ; +wire \text_gen|char_ram~9019feeder_combout ; +wire \text_gen|char_ram~9019_q ; +wire \text_gen|char_ram~23355_q ; +wire \text_gen|char_ram~1851_q ; +wire \text_gen|char_ram~16187feeder_combout ; +wire \text_gen|char_ram~16187_q ; +wire \text_gen|char_ram~44966_combout ; +wire \text_gen|char_ram~44967_combout ; +wire \text_gen|char_ram~44968_combout ; +wire \text_gen|char_ram~44971_combout ; +wire \text_gen|char_ram~44982_combout ; +wire \text_gen|char_ram~10839feeder_combout ; +wire \text_gen|char_ram~10839_q ; +wire \text_gen|char_ram~3671_q ; +wire \text_gen|char_ram~44952_combout ; +wire \text_gen|char_ram~18007feeder_combout ; +wire \text_gen|char_ram~18007_q ; +wire \text_gen|char_ram~25175_q ; +wire \text_gen|char_ram~44953_combout ; +wire \text_gen|char_ram~10811feeder_combout ; +wire \text_gen|char_ram~10811_q ; +wire \text_gen|char_ram~25147_q ; +wire \text_gen|char_ram~17979feeder_combout ; +wire \text_gen|char_ram~17979_q ; +wire \text_gen|char_ram~3643_q ; +wire \text_gen|char_ram~44956_combout ; +wire \text_gen|char_ram~44957_combout ; +wire \text_gen|char_ram~10818feeder_combout ; +wire \text_gen|char_ram~10818_q ; +wire \text_gen|char_ram~25154_q ; +wire \text_gen|char_ram~17986feeder_combout ; +wire \text_gen|char_ram~17986_q ; +wire \text_gen|char_ram~3650_q ; +wire \text_gen|char_ram~44954_combout ; +wire \text_gen|char_ram~44955_combout ; +wire \text_gen|char_ram~44958_combout ; +wire \text_gen|char_ram~18014feeder_combout ; +wire \text_gen|char_ram~18014_q ; +wire \text_gen|char_ram~25182_q ; +wire \text_gen|char_ram~10846feeder_combout ; +wire \text_gen|char_ram~10846_q ; +wire \text_gen|char_ram~3678_q ; +wire \text_gen|char_ram~44959_combout ; +wire \text_gen|char_ram~44960_combout ; +wire \text_gen|char_ram~44961_combout ; +wire \text_gen|char_ram~44993_combout ; +wire \text_gen|char_ram~44994_combout ; +wire \text_gen|char_ram~27394feeder_combout ; +wire \text_gen|char_ram~27394_q ; +wire \text_gen|char_ram~13058_q ; +wire \text_gen|char_ram~20226feeder_combout ; +wire \text_gen|char_ram~20226_q ; +wire \text_gen|char_ram~5890_q ; +wire \text_gen|char_ram~44899_combout ; +wire \text_gen|char_ram~44900_combout ; +wire \text_gen|char_ram~20254feeder_combout ; +wire \text_gen|char_ram~20254_q ; +wire \text_gen|char_ram~27422_q ; +wire \text_gen|char_ram~13086feeder_combout ; +wire \text_gen|char_ram~13086_q ; +wire \text_gen|char_ram~5918_q ; +wire \text_gen|char_ram~44906_combout ; +wire \text_gen|char_ram~44907_combout ; +wire \text_gen|char_ram~13051feeder_combout ; +wire \text_gen|char_ram~13051_q ; +wire \text_gen|char_ram~27387_q ; +wire \text_gen|char_ram~20219feeder_combout ; +wire \text_gen|char_ram~20219_q ; +wire \text_gen|char_ram~5883_q ; +wire \text_gen|char_ram~44903_combout ; +wire \text_gen|char_ram~44904_combout ; +wire \text_gen|char_ram~13079feeder_combout ; +wire \text_gen|char_ram~13079_q ; +wire \text_gen|char_ram~5911_q ; +wire \text_gen|char_ram~44901_combout ; +wire \text_gen|char_ram~27415_q ; +wire \text_gen|char_ram~20247feeder_combout ; +wire \text_gen|char_ram~20247_q ; +wire \text_gen|char_ram~44902_combout ; +wire \text_gen|char_ram~44905_combout ; +wire \text_gen|char_ram~44908_combout ; +wire \text_gen|char_ram~16670feeder_combout ; +wire \text_gen|char_ram~16670_q ; +wire \text_gen|char_ram~23838_q ; +wire \text_gen|char_ram~9502feeder_combout ; +wire \text_gen|char_ram~9502_q ; +wire \text_gen|char_ram~2334feeder_combout ; +wire \text_gen|char_ram~2334_q ; +wire \text_gen|char_ram~44875_combout ; +wire \text_gen|char_ram~44876_combout ; +wire \text_gen|char_ram~9474feeder_combout ; +wire \text_gen|char_ram~9474_q ; +wire \text_gen|char_ram~23810feeder_combout ; +wire \text_gen|char_ram~23810_q ; +wire \text_gen|char_ram~16642feeder_combout ; +wire \text_gen|char_ram~16642_q ; +wire \text_gen|char_ram~2306_q ; +wire \text_gen|char_ram~44868_combout ; +wire \text_gen|char_ram~44869_combout ; +wire \text_gen|char_ram~9467feeder_combout ; +wire \text_gen|char_ram~9467_q ; +wire \text_gen|char_ram~23803_q ; +wire \text_gen|char_ram~16635feeder_combout ; +wire \text_gen|char_ram~16635_q ; +wire \text_gen|char_ram~2299feeder_combout ; +wire \text_gen|char_ram~2299_q ; +wire \text_gen|char_ram~44872_combout ; +wire \text_gen|char_ram~44873_combout ; +wire \text_gen|char_ram~23831feeder_combout ; +wire \text_gen|char_ram~23831_q ; +wire \text_gen|char_ram~16663feeder_combout ; +wire \text_gen|char_ram~16663_q ; +wire \text_gen|char_ram~2327_q ; +wire \text_gen|char_ram~9495feeder_combout ; +wire \text_gen|char_ram~9495_q ; +wire \text_gen|char_ram~44870_combout ; +wire \text_gen|char_ram~44871_combout ; +wire \text_gen|char_ram~44874_combout ; +wire \text_gen|char_ram~44877_combout ; +wire \text_gen|char_ram~14878feeder_combout ; +wire \text_gen|char_ram~14878_q ; +wire \text_gen|char_ram~22046_q ; +wire \text_gen|char_ram~7710feeder_combout ; +wire \text_gen|char_ram~7710_q ; +wire \text_gen|char_ram~542_q ; +wire \text_gen|char_ram~44895_combout ; +wire \text_gen|char_ram~44896_combout ; +wire \text_gen|char_ram~22039feeder_combout ; +wire \text_gen|char_ram~22039_q ; +wire \text_gen|char_ram~14871feeder_combout ; +wire \text_gen|char_ram~14871_q ; +wire \text_gen|char_ram~7703feeder_combout ; +wire \text_gen|char_ram~7703_q ; +wire \text_gen|char_ram~535_q ; +wire \text_gen|char_ram~44888_combout ; +wire \text_gen|char_ram~44889_combout ; +wire \text_gen|char_ram~7682feeder_combout ; +wire \text_gen|char_ram~7682_q ; +wire \text_gen|char_ram~22018_q ; +wire \text_gen|char_ram~14850_q ; +wire \text_gen|char_ram~514feeder_combout ; +wire \text_gen|char_ram~514_q ; +wire \text_gen|char_ram~44890_combout ; +wire \text_gen|char_ram~44891_combout ; +wire \text_gen|char_ram~7675feeder_combout ; +wire \text_gen|char_ram~7675_q ; +wire \text_gen|char_ram~22011_q ; +wire \text_gen|char_ram~14843feeder_combout ; +wire \text_gen|char_ram~14843_q ; +wire \text_gen|char_ram~507_q ; +wire \text_gen|char_ram~44892_combout ; +wire \text_gen|char_ram~44893_combout ; +wire \text_gen|char_ram~44894_combout ; +wire \text_gen|char_ram~44897_combout ; +wire \text_gen|char_ram~11266feeder_combout ; +wire \text_gen|char_ram~11266_q ; +wire \text_gen|char_ram~25602_q ; +wire \text_gen|char_ram~4098_q ; +wire \text_gen|char_ram~18434feeder_combout ; +wire \text_gen|char_ram~18434_q ; +wire \text_gen|char_ram~44880_combout ; +wire \text_gen|char_ram~44881_combout ; +wire \text_gen|char_ram~4091_q ; +wire \text_gen|char_ram~18427feeder_combout ; +wire \text_gen|char_ram~18427_q ; +wire \text_gen|char_ram~44882_combout ; +wire \text_gen|char_ram~25595_q ; +wire \text_gen|char_ram~11259feeder_combout ; +wire \text_gen|char_ram~11259_q ; +wire \text_gen|char_ram~44883_combout ; +wire \text_gen|char_ram~44884_combout ; +wire \text_gen|char_ram~18462feeder_combout ; +wire \text_gen|char_ram~18462_q ; +wire \text_gen|char_ram~25630_q ; +wire \text_gen|char_ram~11294feeder_combout ; +wire \text_gen|char_ram~11294_q ; +wire \text_gen|char_ram~4126_q ; +wire \text_gen|char_ram~44885_combout ; +wire \text_gen|char_ram~44886_combout ; +wire \text_gen|char_ram~18455feeder_combout ; +wire \text_gen|char_ram~18455_q ; +wire \text_gen|char_ram~25623feeder_combout ; +wire \text_gen|char_ram~25623_q ; +wire \text_gen|char_ram~11287feeder_combout ; +wire \text_gen|char_ram~11287_q ; +wire \text_gen|char_ram~4119_q ; +wire \text_gen|char_ram~44878_combout ; +wire \text_gen|char_ram~44879_combout ; +wire \text_gen|char_ram~44887_combout ; +wire \text_gen|char_ram~44898_combout ; +wire \text_gen|char_ram~44909_combout ; +wire \text_gen|char_ram~45037_combout ; +wire \text_gen|char_ram~17783feeder_combout ; +wire \text_gen|char_ram~17783_q ; +wire \text_gen|char_ram~17790_q ; +wire \text_gen|char_ram~17755_q ; +wire \text_gen|char_ram~17762feeder_combout ; +wire \text_gen|char_ram~17762_q ; +wire \text_gen|char_ram~44825_combout ; +wire \text_gen|char_ram~44826_combout ; +wire \text_gen|char_ram~24930feeder_combout ; +wire \text_gen|char_ram~24930_q ; +wire \text_gen|char_ram~24958_q ; +wire \text_gen|char_ram~24923_q ; +wire \text_gen|char_ram~24951feeder_combout ; +wire \text_gen|char_ram~24951_q ; +wire \text_gen|char_ram~44832_combout ; +wire \text_gen|char_ram~44833_combout ; +wire \text_gen|char_ram~10622feeder_combout ; +wire \text_gen|char_ram~10622_q ; +wire \text_gen|char_ram~10594_q ; +wire \text_gen|char_ram~10615feeder_combout ; +wire \text_gen|char_ram~10615_q ; +wire \text_gen|char_ram~10587_q ; +wire \text_gen|char_ram~44827_combout ; +wire \text_gen|char_ram~44828_combout ; +wire \text_gen|char_ram~3426feeder_combout ; +wire \text_gen|char_ram~3426_q ; +wire \text_gen|char_ram~3419_q ; +wire \text_gen|char_ram~44829_combout ; +wire \text_gen|char_ram~3447feeder_combout ; +wire \text_gen|char_ram~3447_q ; +wire \text_gen|char_ram~3454_q ; +wire \text_gen|char_ram~44830_combout ; +wire \text_gen|char_ram~44831_combout ; +wire \text_gen|char_ram~44834_combout ; +wire \text_gen|char_ram~14206feeder_combout ; +wire \text_gen|char_ram~14206_q ; +wire \text_gen|char_ram~28542_q ; +wire \text_gen|char_ram~21374feeder_combout ; +wire \text_gen|char_ram~21374_q ; +wire \text_gen|char_ram~7038_q ; +wire \text_gen|char_ram~44863_combout ; +wire \text_gen|char_ram~44864_combout ; +wire \text_gen|char_ram~21339feeder_combout ; +wire \text_gen|char_ram~21339_q ; +wire \text_gen|char_ram~28507_q ; +wire \text_gen|char_ram~7003_q ; +wire \text_gen|char_ram~14171feeder_combout ; +wire \text_gen|char_ram~14171_q ; +wire \text_gen|char_ram~44860_combout ; +wire \text_gen|char_ram~44861_combout ; +wire \text_gen|char_ram~21346feeder_combout ; +wire \text_gen|char_ram~21346_q ; +wire \text_gen|char_ram~7010_q ; +wire \text_gen|char_ram~14178feeder_combout ; +wire \text_gen|char_ram~14178_q ; +wire \text_gen|char_ram~44858_combout ; +wire \text_gen|char_ram~28514_q ; +wire \text_gen|char_ram~44859_combout ; +wire \text_gen|char_ram~44862_combout ; +wire \text_gen|char_ram~14199feeder_combout ; +wire \text_gen|char_ram~14199_q ; +wire \text_gen|char_ram~28535feeder_combout ; +wire \text_gen|char_ram~28535_q ; +wire \text_gen|char_ram~21367feeder_combout ; +wire \text_gen|char_ram~21367_q ; +wire \text_gen|char_ram~7031_q ; +wire \text_gen|char_ram~44856_combout ; +wire \text_gen|char_ram~44857_combout ; +wire \text_gen|char_ram~44865_combout ; +wire \text_gen|char_ram~23138feeder_combout ; +wire \text_gen|char_ram~23138_q ; +wire \text_gen|char_ram~23166_q ; +wire \text_gen|char_ram~23131_q ; +wire \text_gen|char_ram~23159feeder_combout ; +wire \text_gen|char_ram~23159_q ; +wire \text_gen|char_ram~44852_combout ; +wire \text_gen|char_ram~44853_combout ; +wire \text_gen|char_ram~8795_q ; +wire \text_gen|char_ram~8823feeder_combout ; +wire \text_gen|char_ram~8823_q ; +wire \text_gen|char_ram~44845_combout ; +wire \text_gen|char_ram~8830_q ; +wire \text_gen|char_ram~8802feeder_combout ; +wire \text_gen|char_ram~8802_q ; +wire \text_gen|char_ram~44846_combout ; +wire \text_gen|char_ram~1655feeder_combout ; +wire \text_gen|char_ram~1655_q ; +wire \text_gen|char_ram~1662_q ; +wire \text_gen|char_ram~1627_q ; +wire \text_gen|char_ram~1634feeder_combout ; +wire \text_gen|char_ram~1634_q ; +wire \text_gen|char_ram~44849_combout ; +wire \text_gen|char_ram~44850_combout ; +wire \text_gen|char_ram~15991feeder_combout ; +wire \text_gen|char_ram~15991_q ; +wire \text_gen|char_ram~15998_q ; +wire \text_gen|char_ram~15963_q ; +wire \text_gen|char_ram~15970feeder_combout ; +wire \text_gen|char_ram~15970_q ; +wire \text_gen|char_ram~44847_combout ; +wire \text_gen|char_ram~44848_combout ; +wire \text_gen|char_ram~44851_combout ; +wire \text_gen|char_ram~44854_combout ; +wire \text_gen|char_ram~12386feeder_combout ; +wire \text_gen|char_ram~12386_q ; +wire \text_gen|char_ram~12414_q ; +wire \text_gen|char_ram~12379_q ; +wire \text_gen|char_ram~12407feeder_combout ; +wire \text_gen|char_ram~12407_q ; +wire \text_gen|char_ram~44835_combout ; +wire \text_gen|char_ram~44836_combout ; +wire \text_gen|char_ram~26743feeder_combout ; +wire \text_gen|char_ram~26743_q ; +wire \text_gen|char_ram~26715_q ; +wire \text_gen|char_ram~44842_combout ; +wire \text_gen|char_ram~26750_q ; +wire \text_gen|char_ram~26722feeder_combout ; +wire \text_gen|char_ram~26722_q ; +wire \text_gen|char_ram~44843_combout ; +wire \text_gen|char_ram~19575feeder_combout ; +wire \text_gen|char_ram~19575_q ; +wire \text_gen|char_ram~19582_q ; +wire \text_gen|char_ram~19547_q ; +wire \text_gen|char_ram~19554feeder_combout ; +wire \text_gen|char_ram~19554_q ; +wire \text_gen|char_ram~44837_combout ; +wire \text_gen|char_ram~44838_combout ; +wire \text_gen|char_ram~5211_q ; +wire \text_gen|char_ram~5218feeder_combout ; +wire \text_gen|char_ram~5218_q ; +wire \text_gen|char_ram~44839_combout ; +wire \text_gen|char_ram~5246_q ; +wire \text_gen|char_ram~5239feeder_combout ; +wire \text_gen|char_ram~5239_q ; +wire \text_gen|char_ram~44840_combout ; +wire \text_gen|char_ram~44841_combout ; +wire \text_gen|char_ram~44844_combout ; +wire \text_gen|char_ram~44855_combout ; +wire \text_gen|char_ram~44866_combout ; +wire \text_gen|char_ram~13310feeder_combout ; +wire \text_gen|char_ram~13310_q ; +wire \text_gen|char_ram~6142_q ; +wire \text_gen|char_ram~44778_combout ; +wire \text_gen|char_ram~27646_q ; +wire \text_gen|char_ram~20478feeder_combout ; +wire \text_gen|char_ram~20478_q ; +wire \text_gen|char_ram~44779_combout ; +wire \text_gen|char_ram~25854feeder_combout ; +wire \text_gen|char_ram~25854_q ; +wire \text_gen|char_ram~11518feeder_combout ; +wire \text_gen|char_ram~11518_q ; +wire \text_gen|char_ram~18686feeder_combout ; +wire \text_gen|char_ram~18686_q ; +wire \text_gen|char_ram~4350_q ; +wire \text_gen|char_ram~44771_combout ; +wire \text_gen|char_ram~44772_combout ; +wire \text_gen|char_ram~16894feeder_combout ; +wire \text_gen|char_ram~16894_q ; +wire \text_gen|char_ram~24062_q ; +wire \text_gen|char_ram~9726feeder_combout ; +wire \text_gen|char_ram~9726_q ; +wire \text_gen|char_ram~2558_q ; +wire \text_gen|char_ram~44773_combout ; +wire \text_gen|char_ram~44774_combout ; +wire \text_gen|char_ram~7934feeder_combout ; +wire \text_gen|char_ram~7934_q ; +wire \text_gen|char_ram~22270_q ; +wire \text_gen|char_ram~15102feeder_combout ; +wire \text_gen|char_ram~15102_q ; +wire \text_gen|char_ram~766_q ; +wire \text_gen|char_ram~44775_combout ; +wire \text_gen|char_ram~44776_combout ; +wire \text_gen|char_ram~44777_combout ; +wire \text_gen|char_ram~44780_combout ; +wire \text_gen|char_ram~24034feeder_combout ; +wire \text_gen|char_ram~24034_q ; +wire \text_gen|char_ram~27618_q ; +wire \text_gen|char_ram~25826feeder_combout ; +wire \text_gen|char_ram~25826_q ; +wire \text_gen|char_ram~22242_q ; +wire \text_gen|char_ram~44747_combout ; +wire \text_gen|char_ram~44748_combout ; +wire \text_gen|char_ram~18658feeder_combout ; +wire \text_gen|char_ram~18658_q ; +wire \text_gen|char_ram~16866feeder_combout ; +wire \text_gen|char_ram~16866_q ; +wire \text_gen|char_ram~15074_q ; +wire \text_gen|char_ram~44740_combout ; +wire \text_gen|char_ram~20450_q ; +wire \text_gen|char_ram~44741_combout ; +wire \text_gen|char_ram~9698feeder_combout ; +wire \text_gen|char_ram~9698_q ; +wire \text_gen|char_ram~13282_q ; +wire \text_gen|char_ram~7906_q ; +wire \text_gen|char_ram~11490feeder_combout ; +wire \text_gen|char_ram~11490_q ; +wire \text_gen|char_ram~44742_combout ; +wire \text_gen|char_ram~44743_combout ; +wire \text_gen|char_ram~2530feeder_combout ; +wire \text_gen|char_ram~2530_q ; +wire \text_gen|char_ram~738_q ; +wire \text_gen|char_ram~44744_combout ; +wire \text_gen|char_ram~4322feeder_combout ; +wire \text_gen|char_ram~4322_q ; +wire \text_gen|char_ram~6114_q ; +wire \text_gen|char_ram~44745_combout ; +wire \text_gen|char_ram~44746_combout ; +wire \text_gen|char_ram~44749_combout ; +wire \text_gen|char_ram~27639feeder_combout ; +wire \text_gen|char_ram~27639_q ; +wire \text_gen|char_ram~13303feeder_combout ; +wire \text_gen|char_ram~13303_q ; +wire \text_gen|char_ram~20471feeder_combout ; +wire \text_gen|char_ram~20471_q ; +wire \text_gen|char_ram~6135_q ; +wire \text_gen|char_ram~44757_combout ; +wire \text_gen|char_ram~44758_combout ; +wire \text_gen|char_ram~9719feeder_combout ; +wire \text_gen|char_ram~9719_q ; +wire \text_gen|char_ram~24055_q ; +wire \text_gen|char_ram~16887feeder_combout ; +wire \text_gen|char_ram~16887_q ; +wire \text_gen|char_ram~2551_q ; +wire \text_gen|char_ram~44750_combout ; +wire \text_gen|char_ram~44751_combout ; +wire \text_gen|char_ram~15095feeder_combout ; +wire \text_gen|char_ram~15095_q ; +wire \text_gen|char_ram~22263_q ; +wire \text_gen|char_ram~7927feeder_combout ; +wire \text_gen|char_ram~7927_q ; +wire \text_gen|char_ram~759_q ; +wire \text_gen|char_ram~44754_combout ; +wire \text_gen|char_ram~44755_combout ; +wire \text_gen|char_ram~18679feeder_combout ; +wire \text_gen|char_ram~18679_q ; +wire \text_gen|char_ram~25847_q ; +wire \text_gen|char_ram~11511feeder_combout ; +wire \text_gen|char_ram~11511_q ; +wire \text_gen|char_ram~4343_q ; +wire \text_gen|char_ram~44752_combout ; +wire \text_gen|char_ram~44753_combout ; +wire \text_gen|char_ram~44756_combout ; +wire \text_gen|char_ram~44759_combout ; +wire \text_gen|char_ram~11483feeder_combout ; +wire \text_gen|char_ram~11483_q ; +wire \text_gen|char_ram~13275_q ; +wire \text_gen|char_ram~9691feeder_combout ; +wire \text_gen|char_ram~9691_q ; +wire \text_gen|char_ram~7899_q ; +wire \text_gen|char_ram~44760_combout ; +wire \text_gen|char_ram~44761_combout ; +wire \text_gen|char_ram~25819feeder_combout ; +wire \text_gen|char_ram~25819_q ; +wire \text_gen|char_ram~27611_q ; +wire \text_gen|char_ram~24027feeder_combout ; +wire \text_gen|char_ram~24027_q ; +wire \text_gen|char_ram~22235_q ; +wire \text_gen|char_ram~44767_combout ; +wire \text_gen|char_ram~44768_combout ; +wire \text_gen|char_ram~6107feeder_combout ; +wire \text_gen|char_ram~6107_q ; +wire \text_gen|char_ram~2523feeder_combout ; +wire \text_gen|char_ram~2523_q ; +wire \text_gen|char_ram~4315feeder_combout ; +wire \text_gen|char_ram~4315_q ; +wire \text_gen|char_ram~731_q ; +wire \text_gen|char_ram~44764_combout ; +wire \text_gen|char_ram~44765_combout ; +wire \text_gen|char_ram~16859feeder_combout ; +wire \text_gen|char_ram~16859_q ; +wire \text_gen|char_ram~20443_q ; +wire \text_gen|char_ram~18651feeder_combout ; +wire \text_gen|char_ram~18651_q ; +wire \text_gen|char_ram~15067_q ; +wire \text_gen|char_ram~44762_combout ; +wire \text_gen|char_ram~44763_combout ; +wire \text_gen|char_ram~44766_combout ; +wire \text_gen|char_ram~44769_combout ; +wire \text_gen|char_ram~44770_combout ; +wire \text_gen|char_ram~44781_combout ; +wire \text_gen|char_ram~11070feeder_combout ; +wire \text_gen|char_ram~11070_q ; +wire \text_gen|char_ram~12862_q ; +wire \text_gen|char_ram~9278_q ; +wire \text_gen|char_ram~7486_q ; +wire \text_gen|char_ram~44815_combout ; +wire \text_gen|char_ram~44816_combout ; +wire \text_gen|char_ram~2110feeder_combout ; +wire \text_gen|char_ram~2110_q ; +wire \text_gen|char_ram~5694_q ; +wire \text_gen|char_ram~318_q ; +wire \text_gen|char_ram~3902feeder_combout ; +wire \text_gen|char_ram~3902_q ; +wire \text_gen|char_ram~44817_combout ; +wire \text_gen|char_ram~44818_combout ; +wire \text_gen|char_ram~44819_combout ; +wire \text_gen|char_ram~25406feeder_combout ; +wire \text_gen|char_ram~25406_q ; +wire \text_gen|char_ram~27198_q ; +wire \text_gen|char_ram~21822_q ; +wire \text_gen|char_ram~23614feeder_combout ; +wire \text_gen|char_ram~23614_q ; +wire \text_gen|char_ram~44820_combout ; +wire \text_gen|char_ram~44821_combout ; +wire \text_gen|char_ram~16446feeder_combout ; +wire \text_gen|char_ram~16446_q ; +wire \text_gen|char_ram~20030_q ; +wire \text_gen|char_ram~18238feeder_combout ; +wire \text_gen|char_ram~18238_q ; +wire \text_gen|char_ram~14654_q ; +wire \text_gen|char_ram~44813_combout ; +wire \text_gen|char_ram~44814_combout ; +wire \text_gen|char_ram~44822_combout ; +wire \text_gen|char_ram~16418feeder_combout ; +wire \text_gen|char_ram~16418_q ; +wire \text_gen|char_ram~20002_q ; +wire \text_gen|char_ram~18210_q ; +wire \text_gen|char_ram~14626_q ; +wire \text_gen|char_ram~44784_combout ; +wire \text_gen|char_ram~44785_combout ; +wire \text_gen|char_ram~2082feeder_combout ; +wire \text_gen|char_ram~2082_q ; +wire \text_gen|char_ram~5666_q ; +wire \text_gen|char_ram~3874feeder_combout ; +wire \text_gen|char_ram~3874_q ; +wire \text_gen|char_ram~290_q ; +wire \text_gen|char_ram~44786_combout ; +wire \text_gen|char_ram~44787_combout ; +wire \text_gen|char_ram~44788_combout ; +wire \text_gen|char_ram~25378feeder_combout ; +wire \text_gen|char_ram~25378_q ; +wire \text_gen|char_ram~27170_q ; +wire \text_gen|char_ram~23586feeder_combout ; +wire \text_gen|char_ram~23586_q ; +wire \text_gen|char_ram~21794_q ; +wire \text_gen|char_ram~44789_combout ; +wire \text_gen|char_ram~44790_combout ; +wire \text_gen|char_ram~11042feeder_combout ; +wire \text_gen|char_ram~11042_q ; +wire \text_gen|char_ram~12834_q ; +wire \text_gen|char_ram~9250feeder_combout ; +wire \text_gen|char_ram~9250_q ; +wire \text_gen|char_ram~7458_q ; +wire \text_gen|char_ram~44782_combout ; +wire \text_gen|char_ram~44783_combout ; +wire \text_gen|char_ram~44791_combout ; +wire \text_gen|char_ram~11035feeder_combout ; +wire \text_gen|char_ram~11035_q ; +wire \text_gen|char_ram~12827_q ; +wire \text_gen|char_ram~9243feeder_combout ; +wire \text_gen|char_ram~9243_q ; +wire \text_gen|char_ram~7451_q ; +wire \text_gen|char_ram~44802_combout ; +wire \text_gen|char_ram~44803_combout ; +wire \text_gen|char_ram~25371feeder_combout ; +wire \text_gen|char_ram~25371_q ; +wire \text_gen|char_ram~27163_q ; +wire \text_gen|char_ram~23579feeder_combout ; +wire \text_gen|char_ram~23579_q ; +wire \text_gen|char_ram~21787_q ; +wire \text_gen|char_ram~44809_combout ; +wire \text_gen|char_ram~44810_combout ; +wire \text_gen|char_ram~18203_q ; +wire \text_gen|char_ram~14619_q ; +wire \text_gen|char_ram~44804_combout ; +wire \text_gen|char_ram~19995_q ; +wire \text_gen|char_ram~16411feeder_combout ; +wire \text_gen|char_ram~16411_q ; +wire \text_gen|char_ram~44805_combout ; +wire \text_gen|char_ram~2075feeder_combout ; +wire \text_gen|char_ram~2075_q ; +wire \text_gen|char_ram~5659_q ; +wire \text_gen|char_ram~3867feeder_combout ; +wire \text_gen|char_ram~3867_q ; +wire \text_gen|char_ram~283_q ; +wire \text_gen|char_ram~44806_combout ; +wire \text_gen|char_ram~44807_combout ; +wire \text_gen|char_ram~44808_combout ; +wire \text_gen|char_ram~44811_combout ; +wire \text_gen|char_ram~25399feeder_combout ; +wire \text_gen|char_ram~25399_q ; +wire \text_gen|char_ram~27191_q ; +wire \text_gen|char_ram~23607feeder_combout ; +wire \text_gen|char_ram~23607_q ; +wire \text_gen|char_ram~21815_q ; +wire \text_gen|char_ram~44799_combout ; +wire \text_gen|char_ram~44800_combout ; +wire \text_gen|char_ram~16439feeder_combout ; +wire \text_gen|char_ram~16439_q ; +wire \text_gen|char_ram~20023_q ; +wire \text_gen|char_ram~18231feeder_combout ; +wire \text_gen|char_ram~18231_q ; +wire \text_gen|char_ram~14647_q ; +wire \text_gen|char_ram~44792_combout ; +wire \text_gen|char_ram~44793_combout ; +wire \text_gen|char_ram~11063feeder_combout ; +wire \text_gen|char_ram~11063_q ; +wire \text_gen|char_ram~12855_q ; +wire \text_gen|char_ram~9271feeder_combout ; +wire \text_gen|char_ram~9271_q ; +wire \text_gen|char_ram~7479_q ; +wire \text_gen|char_ram~44794_combout ; +wire \text_gen|char_ram~44795_combout ; +wire \text_gen|char_ram~2103feeder_combout ; +wire \text_gen|char_ram~2103_q ; +wire \text_gen|char_ram~5687_q ; +wire \text_gen|char_ram~3895_q ; +wire \text_gen|char_ram~311_q ; +wire \text_gen|char_ram~44796_combout ; +wire \text_gen|char_ram~44797_combout ; +wire \text_gen|char_ram~44798_combout ; +wire \text_gen|char_ram~44801_combout ; +wire \text_gen|char_ram~44812_combout ; +wire \text_gen|char_ram~44823_combout ; +wire \text_gen|char_ram~44824_combout ; +wire \text_gen|char_ram~19134feeder_combout ; +wire \text_gen|char_ram~19134_q ; +wire \text_gen|char_ram~4798_q ; +wire \text_gen|char_ram~44729_combout ; +wire \text_gen|char_ram~26302_q ; +wire \text_gen|char_ram~11966feeder_combout ; +wire \text_gen|char_ram~11966_q ; +wire \text_gen|char_ram~44730_combout ; +wire \text_gen|char_ram~20926feeder_combout ; +wire \text_gen|char_ram~20926_q ; +wire \text_gen|char_ram~28094_q ; +wire \text_gen|char_ram~13758feeder_combout ; +wire \text_gen|char_ram~13758_q ; +wire \text_gen|char_ram~6590_q ; +wire \text_gen|char_ram~44736_combout ; +wire \text_gen|char_ram~44737_combout ; +wire \text_gen|char_ram~22718feeder_combout ; +wire \text_gen|char_ram~22718_q ; +wire \text_gen|char_ram~8382_q ; +wire \text_gen|char_ram~1214_q ; +wire \text_gen|char_ram~15550feeder_combout ; +wire \text_gen|char_ram~15550_q ; +wire \text_gen|char_ram~44733_combout ; +wire \text_gen|char_ram~44734_combout ; +wire \text_gen|char_ram~17342feeder_combout ; +wire \text_gen|char_ram~17342_q ; +wire \text_gen|char_ram~24510_q ; +wire \text_gen|char_ram~10174feeder_combout ; +wire \text_gen|char_ram~10174_q ; +wire \text_gen|char_ram~3006_q ; +wire \text_gen|char_ram~44731_combout ; +wire \text_gen|char_ram~44732_combout ; +wire \text_gen|char_ram~44735_combout ; +wire \text_gen|char_ram~44738_combout ; +wire \text_gen|char_ram~11931feeder_combout ; +wire \text_gen|char_ram~11931_q ; +wire \text_gen|char_ram~13723feeder_combout ; +wire \text_gen|char_ram~13723_q ; +wire \text_gen|char_ram~10139feeder_combout ; +wire \text_gen|char_ram~10139_q ; +wire \text_gen|char_ram~8347_q ; +wire \text_gen|char_ram~44718_combout ; +wire \text_gen|char_ram~44719_combout ; +wire \text_gen|char_ram~28059feeder_combout ; +wire \text_gen|char_ram~28059_q ; +wire \text_gen|char_ram~26267feeder_combout ; +wire \text_gen|char_ram~26267_q ; +wire \text_gen|char_ram~22683_q ; +wire \text_gen|char_ram~24475feeder_combout ; +wire \text_gen|char_ram~24475_q ; +wire \text_gen|char_ram~44725_combout ; +wire \text_gen|char_ram~44726_combout ; +wire \text_gen|char_ram~2971feeder_combout ; +wire \text_gen|char_ram~2971_q ; +wire \text_gen|char_ram~1179_q ; +wire \text_gen|char_ram~4763feeder_combout ; +wire \text_gen|char_ram~4763_q ; +wire \text_gen|char_ram~44722_combout ; +wire \text_gen|char_ram~6555feeder_combout ; +wire \text_gen|char_ram~6555_q ; +wire \text_gen|char_ram~44723_combout ; +wire \text_gen|char_ram~17307feeder_combout ; +wire \text_gen|char_ram~17307_q ; +wire \text_gen|char_ram~20891_q ; +wire \text_gen|char_ram~19099feeder_combout ; +wire \text_gen|char_ram~19099_q ; +wire \text_gen|char_ram~15515_q ; +wire \text_gen|char_ram~44720_combout ; +wire \text_gen|char_ram~44721_combout ; +wire \text_gen|char_ram~44724_combout ; +wire \text_gen|char_ram~44727_combout ; +wire \text_gen|char_ram~10167feeder_combout ; +wire \text_gen|char_ram~10167_q ; +wire \text_gen|char_ram~24503_q ; +wire \text_gen|char_ram~17335feeder_combout ; +wire \text_gen|char_ram~17335_q ; +wire \text_gen|char_ram~2999_q ; +wire \text_gen|char_ram~44708_combout ; +wire \text_gen|char_ram~44709_combout ; +wire \text_gen|char_ram~15543feeder_combout ; +wire \text_gen|char_ram~15543_q ; +wire \text_gen|char_ram~22711_q ; +wire \text_gen|char_ram~8375feeder_combout ; +wire \text_gen|char_ram~8375_q ; +wire \text_gen|char_ram~1207_q ; +wire \text_gen|char_ram~44712_combout ; +wire \text_gen|char_ram~44713_combout ; +wire \text_gen|char_ram~19127feeder_combout ; +wire \text_gen|char_ram~19127_q ; +wire \text_gen|char_ram~26295_q ; +wire \text_gen|char_ram~11959feeder_combout ; +wire \text_gen|char_ram~11959_q ; +wire \text_gen|char_ram~4791_q ; +wire \text_gen|char_ram~44710_combout ; +wire \text_gen|char_ram~44711_combout ; +wire \text_gen|char_ram~44714_combout ; +wire \text_gen|char_ram~13751feeder_combout ; +wire \text_gen|char_ram~13751_q ; +wire \text_gen|char_ram~28087_q ; +wire \text_gen|char_ram~20919feeder_combout ; +wire \text_gen|char_ram~20919_q ; +wire \text_gen|char_ram~6583_q ; +wire \text_gen|char_ram~44715_combout ; +wire \text_gen|char_ram~44716_combout ; +wire \text_gen|char_ram~44717_combout ; +wire \text_gen|char_ram~44728_combout ; +wire \text_gen|char_ram~24482feeder_combout ; +wire \text_gen|char_ram~24482_q ; +wire \text_gen|char_ram~28066_q ; +wire \text_gen|char_ram~22690feeder_combout ; +wire \text_gen|char_ram~22690_q ; +wire \text_gen|char_ram~26274_q ; +wire \text_gen|char_ram~44705_combout ; +wire \text_gen|char_ram~44706_combout ; +wire \text_gen|char_ram~4770feeder_combout ; +wire \text_gen|char_ram~4770_q ; +wire \text_gen|char_ram~6562_q ; +wire \text_gen|char_ram~2978feeder_combout ; +wire \text_gen|char_ram~2978_q ; +wire \text_gen|char_ram~1186_q ; +wire \text_gen|char_ram~44702_combout ; +wire \text_gen|char_ram~44703_combout ; +wire \text_gen|char_ram~10146feeder_combout ; +wire \text_gen|char_ram~10146_q ; +wire \text_gen|char_ram~13730_q ; +wire \text_gen|char_ram~11938feeder_combout ; +wire \text_gen|char_ram~11938_q ; +wire \text_gen|char_ram~8354_q ; +wire \text_gen|char_ram~44700_combout ; +wire \text_gen|char_ram~44701_combout ; +wire \text_gen|char_ram~44704_combout ; +wire \text_gen|char_ram~15522feeder_combout ; +wire \text_gen|char_ram~15522_q ; +wire \text_gen|char_ram~17314feeder_combout ; +wire \text_gen|char_ram~17314_q ; +wire \text_gen|char_ram~44698_combout ; +wire \text_gen|char_ram~20898feeder_combout ; +wire \text_gen|char_ram~20898_q ; +wire \text_gen|char_ram~19106_q ; +wire \text_gen|char_ram~44699_combout ; +wire \text_gen|char_ram~44707_combout ; +wire \text_gen|char_ram~44739_combout ; +wire \text_gen|char_ram~44867_combout ; +wire \text_gen|char_ram~45038_combout ; +wire \text_gen|char_ram~45209_combout ; +wire \text_gen|char_ram~47257_combout ; +wire \text_gen|char_code[3]~4_combout ; +wire \text_gen|char_ram~57013_combout ; +wire \text_gen|char_ram~19227feeder_combout ; +wire \text_gen|char_ram~19227_q ; +wire \text_gen|char_ram~19675_q ; +wire \text_gen|char_ram~19115_q ; +wire \text_gen|char_ram~19563feeder_combout ; +wire \text_gen|char_ram~19563_q ; +wire \text_gen|char_ram~36472_combout ; +wire \text_gen|char_ram~36473_combout ; +wire \text_gen|char_ram~19234_q ; +wire \text_gen|char_ram~19682_q ; +wire \text_gen|char_ram~19122_q ; +wire \text_gen|char_ram~19570feeder_combout ; +wire \text_gen|char_ram~19570_q ; +wire \text_gen|char_ram~36479_combout ; +wire \text_gen|char_ram~36480_combout ; +wire \text_gen|char_ram~18331_q ; +wire \text_gen|char_ram~18779_q ; +wire \text_gen|char_ram~18219_q ; +wire \text_gen|char_ram~18667_q ; +wire \text_gen|char_ram~36476_combout ; +wire \text_gen|char_ram~36477_combout ; +wire \text_gen|char_ram~18674_q ; +wire \text_gen|char_ram~18786_q ; +wire \text_gen|char_ram~18226_q ; +wire \text_gen|char_ram~18338feeder_combout ; +wire \text_gen|char_ram~18338_q ; +wire \text_gen|char_ram~36474_combout ; +wire \text_gen|char_ram~36475_combout ; +wire \text_gen|char_ram~36478_combout ; +wire \text_gen|char_ram~36481_combout ; +wire \text_gen|char_ram~18275_q ; +wire \text_gen|char_ram~19171_q ; +wire \text_gen|char_ram~19059_q ; +wire \text_gen|char_ram~18163_q ; +wire \text_gen|char_ram~36486_combout ; +wire \text_gen|char_ram~36487_combout ; +wire \text_gen|char_ram~18170_q ; +wire \text_gen|char_ram~19066feeder_combout ; +wire \text_gen|char_ram~19066_q ; +wire \text_gen|char_ram~36484_combout ; +wire \text_gen|char_ram~19178_q ; +wire \text_gen|char_ram~18282feeder_combout ; +wire \text_gen|char_ram~18282_q ; +wire \text_gen|char_ram~36485_combout ; +wire \text_gen|char_ram~36488_combout ; +wire \text_gen|char_ram~18730_q ; +wire \text_gen|char_ram~19626_q ; +wire \text_gen|char_ram~19514_q ; +wire \text_gen|char_ram~18618_q ; +wire \text_gen|char_ram~36489_combout ; +wire \text_gen|char_ram~36490_combout ; +wire \text_gen|char_ram~18723feeder_combout ; +wire \text_gen|char_ram~18723_q ; +wire \text_gen|char_ram~19619_q ; +wire \text_gen|char_ram~18611feeder_combout ; +wire \text_gen|char_ram~18611_q ; +wire \text_gen|char_ram~19507feeder_combout ; +wire \text_gen|char_ram~19507_q ; +wire \text_gen|char_ram~36482_combout ; +wire \text_gen|char_ram~36483_combout ; +wire \text_gen|char_ram~36491_combout ; +wire \text_gen|char_ram~36492_combout ; +wire \text_gen|char_ram~18758_q ; +wire \text_gen|char_ram~19654_q ; +wire \text_gen|char_ram~19542feeder_combout ; +wire \text_gen|char_ram~19542_q ; +wire \text_gen|char_ram~18646_q ; +wire \text_gen|char_ram~36469_combout ; +wire \text_gen|char_ram~36470_combout ; +wire \text_gen|char_ram~19087feeder_combout ; +wire \text_gen|char_ram~19087_q ; +wire \text_gen|char_ram~19199_q ; +wire \text_gen|char_ram~18303feeder_combout ; +wire \text_gen|char_ram~18303_q ; +wire \text_gen|char_ram~18191_q ; +wire \text_gen|char_ram~36466_combout ; +wire \text_gen|char_ram~36467_combout ; +wire \text_gen|char_ram~19094feeder_combout ; +wire \text_gen|char_ram~19094_q ; +wire \text_gen|char_ram~18310feeder_combout ; +wire \text_gen|char_ram~18310_q ; +wire \text_gen|char_ram~18198_q ; +wire \text_gen|char_ram~36464_combout ; +wire \text_gen|char_ram~19206feeder_combout ; +wire \text_gen|char_ram~19206_q ; +wire \text_gen|char_ram~36465_combout ; +wire \text_gen|char_ram~36468_combout ; +wire \text_gen|char_ram~19647_q ; +wire \text_gen|char_ram~19535_q ; +wire \text_gen|char_ram~18751feeder_combout ; +wire \text_gen|char_ram~18751_q ; +wire \text_gen|char_ram~18639_q ; +wire \text_gen|char_ram~36462_combout ; +wire \text_gen|char_ram~36463_combout ; +wire \text_gen|char_ram~36471_combout ; +wire \text_gen|char_ram~19591feeder_combout ; +wire \text_gen|char_ram~19591_q ; +wire \text_gen|char_ram~19703_q ; +wire \text_gen|char_ram~19143_q ; +wire \text_gen|char_ram~19255feeder_combout ; +wire \text_gen|char_ram~19255_q ; +wire \text_gen|char_ram~36493_combout ; +wire \text_gen|char_ram~36494_combout ; +wire \text_gen|char_ram~19598_q ; +wire \text_gen|char_ram~19710_q ; +wire \text_gen|char_ram~19150_q ; +wire \text_gen|char_ram~19262feeder_combout ; +wire \text_gen|char_ram~19262_q ; +wire \text_gen|char_ram~36500_combout ; +wire \text_gen|char_ram~36501_combout ; +wire \text_gen|char_ram~18702feeder_combout ; +wire \text_gen|char_ram~18702_q ; +wire \text_gen|char_ram~18814_q ; +wire \text_gen|char_ram~18254_q ; +wire \text_gen|char_ram~18366_q ; +wire \text_gen|char_ram~36495_combout ; +wire \text_gen|char_ram~36496_combout ; +wire \text_gen|char_ram~18695_q ; +wire \text_gen|char_ram~18807_q ; +wire \text_gen|char_ram~18359feeder_combout ; +wire \text_gen|char_ram~18359_q ; +wire \text_gen|char_ram~18247_q ; +wire \text_gen|char_ram~36497_combout ; +wire \text_gen|char_ram~36498_combout ; +wire \text_gen|char_ram~36499_combout ; +wire \text_gen|char_ram~36502_combout ; +wire \text_gen|char_ram~36503_combout ; +wire \text_gen|char_ram~19549feeder_combout ; +wire \text_gen|char_ram~19549_q ; +wire \text_gen|char_ram~19661_q ; +wire \text_gen|char_ram~19493_q ; +wire \text_gen|char_ram~19605_q ; +wire \text_gen|char_ram~36404_combout ; +wire \text_gen|char_ram~36405_combout ; +wire \text_gen|char_ram~18261feeder_combout ; +wire \text_gen|char_ram~18261_q ; +wire \text_gen|char_ram~18317_q ; +wire \text_gen|char_ram~18149_q ; +wire \text_gen|char_ram~18205_q ; +wire \text_gen|char_ram~36401_combout ; +wire \text_gen|char_ram~36402_combout ; +wire \text_gen|char_ram~18597_q ; +wire \text_gen|char_ram~18709feeder_combout ; +wire \text_gen|char_ram~18709_q ; +wire \text_gen|char_ram~36399_combout ; +wire \text_gen|char_ram~18765_q ; +wire \text_gen|char_ram~18653feeder_combout ; +wire \text_gen|char_ram~18653_q ; +wire \text_gen|char_ram~36400_combout ; +wire \text_gen|char_ram~36403_combout ; +wire \text_gen|char_ram~19157feeder_combout ; +wire \text_gen|char_ram~19157_q ; +wire \text_gen|char_ram~19213_q ; +wire \text_gen|char_ram~19101feeder_combout ; +wire \text_gen|char_ram~19101_q ; +wire \text_gen|char_ram~19045_q ; +wire \text_gen|char_ram~36397_combout ; +wire \text_gen|char_ram~36398_combout ; +wire \text_gen|char_ram~36406_combout ; +wire \text_gen|char_ram~19500_q ; +wire \text_gen|char_ram~19612_q ; +wire \text_gen|char_ram~36394_combout ; +wire \text_gen|char_ram~19668_q ; +wire \text_gen|char_ram~19556_q ; +wire \text_gen|char_ram~36395_combout ; +wire \text_gen|char_ram~18604_q ; +wire \text_gen|char_ram~18716feeder_combout ; +wire \text_gen|char_ram~18716_q ; +wire \text_gen|char_ram~36387_combout ; +wire \text_gen|char_ram~18772_q ; +wire \text_gen|char_ram~18660feeder_combout ; +wire \text_gen|char_ram~18660_q ; +wire \text_gen|char_ram~36388_combout ; +wire \text_gen|char_ram~18268feeder_combout ; +wire \text_gen|char_ram~18268_q ; +wire \text_gen|char_ram~18324_q ; +wire \text_gen|char_ram~18156_q ; +wire \text_gen|char_ram~18212feeder_combout ; +wire \text_gen|char_ram~18212_q ; +wire \text_gen|char_ram~36391_combout ; +wire \text_gen|char_ram~36392_combout ; +wire \text_gen|char_ram~19164feeder_combout ; +wire \text_gen|char_ram~19164_q ; +wire \text_gen|char_ram~19220_q ; +wire \text_gen|char_ram~19052_q ; +wire \text_gen|char_ram~19108feeder_combout ; +wire \text_gen|char_ram~19108_q ; +wire \text_gen|char_ram~36389_combout ; +wire \text_gen|char_ram~36390_combout ; +wire \text_gen|char_ram~36393_combout ; +wire \text_gen|char_ram~36396_combout ; +wire \text_gen|char_ram~36407_combout ; +wire \text_gen|char_ram~19192feeder_combout ; +wire \text_gen|char_ram~19192_q ; +wire \text_gen|char_ram~19248_q ; +wire \text_gen|char_ram~19080_q ; +wire \text_gen|char_ram~19136feeder_combout ; +wire \text_gen|char_ram~19136_q ; +wire \text_gen|char_ram~36410_combout ; +wire \text_gen|char_ram~36411_combout ; +wire \text_gen|char_ram~18184_q ; +wire \text_gen|char_ram~18240_q ; +wire \text_gen|char_ram~36412_combout ; +wire \text_gen|char_ram~18352_q ; +wire \text_gen|char_ram~18296feeder_combout ; +wire \text_gen|char_ram~18296_q ; +wire \text_gen|char_ram~36413_combout ; +wire \text_gen|char_ram~36414_combout ; +wire \text_gen|char_ram~19584_q ; +wire \text_gen|char_ram~19696_q ; +wire \text_gen|char_ram~19528_q ; +wire \text_gen|char_ram~19640feeder_combout ; +wire \text_gen|char_ram~19640_q ; +wire \text_gen|char_ram~36415_combout ; +wire \text_gen|char_ram~36416_combout ; +wire \text_gen|char_ram~18688_q ; +wire \text_gen|char_ram~18800_q ; +wire \text_gen|char_ram~18632_q ; +wire \text_gen|char_ram~18744feeder_combout ; +wire \text_gen|char_ram~18744_q ; +wire \text_gen|char_ram~36408_combout ; +wire \text_gen|char_ram~36409_combout ; +wire \text_gen|char_ram~36417_combout ; +wire \text_gen|char_ram~19633feeder_combout ; +wire \text_gen|char_ram~19633_q ; +wire \text_gen|char_ram~19521_q ; +wire \text_gen|char_ram~36384_combout ; +wire \text_gen|char_ram~19689_q ; +wire \text_gen|char_ram~19577_q ; +wire \text_gen|char_ram~36385_combout ; +wire \text_gen|char_ram~19073_q ; +wire \text_gen|char_ram~19129feeder_combout ; +wire \text_gen|char_ram~19129_q ; +wire \text_gen|char_ram~36377_combout ; +wire \text_gen|char_ram~19241feeder_combout ; +wire \text_gen|char_ram~19241_q ; +wire \text_gen|char_ram~19185_q ; +wire \text_gen|char_ram~36378_combout ; +wire \text_gen|char_ram~18625_q ; +wire \text_gen|char_ram~18737feeder_combout ; +wire \text_gen|char_ram~18737_q ; +wire \text_gen|char_ram~36379_combout ; +wire \text_gen|char_ram~18793_q ; +wire \text_gen|char_ram~18681_q ; +wire \text_gen|char_ram~36380_combout ; +wire \text_gen|char_ram~18289feeder_combout ; +wire \text_gen|char_ram~18289_q ; +wire \text_gen|char_ram~18345_q ; +wire \text_gen|char_ram~18233feeder_combout ; +wire \text_gen|char_ram~18233_q ; +wire \text_gen|char_ram~18177_q ; +wire \text_gen|char_ram~36381_combout ; +wire \text_gen|char_ram~36382_combout ; +wire \text_gen|char_ram~36383_combout ; +wire \text_gen|char_ram~36386_combout ; +wire \text_gen|char_ram~36418_combout ; +wire \text_gen|char_ram~19381feeder_combout ; +wire \text_gen|char_ram~19381_q ; +wire \text_gen|char_ram~19437_q ; +wire \text_gen|char_ram~19269_q ; +wire \text_gen|char_ram~19325feeder_combout ; +wire \text_gen|char_ram~19325_q ; +wire \text_gen|char_ram~36446_combout ; +wire \text_gen|char_ram~36447_combout ; +wire \text_gen|char_ram~17925_q ; +wire \text_gen|char_ram~17981feeder_combout ; +wire \text_gen|char_ram~17981_q ; +wire \text_gen|char_ram~36443_combout ; +wire \text_gen|char_ram~18093_q ; +wire \text_gen|char_ram~18037feeder_combout ; +wire \text_gen|char_ram~18037_q ; +wire \text_gen|char_ram~36444_combout ; +wire \text_gen|char_ram~18485feeder_combout ; +wire \text_gen|char_ram~18485_q ; +wire \text_gen|char_ram~18541_q ; +wire \text_gen|char_ram~18429feeder_combout ; +wire \text_gen|char_ram~18429_q ; +wire \text_gen|char_ram~18373_q ; +wire \text_gen|char_ram~36441_combout ; +wire \text_gen|char_ram~36442_combout ; +wire \text_gen|char_ram~36445_combout ; +wire \text_gen|char_ram~18933feeder_combout ; +wire \text_gen|char_ram~18933_q ; +wire \text_gen|char_ram~18989_q ; +wire \text_gen|char_ram~18877feeder_combout ; +wire \text_gen|char_ram~18877_q ; +wire \text_gen|char_ram~18821_q ; +wire \text_gen|char_ram~36439_combout ; +wire \text_gen|char_ram~36440_combout ; +wire \text_gen|char_ram~36448_combout ; +wire \text_gen|char_ram~18492feeder_combout ; +wire \text_gen|char_ram~18492_q ; +wire \text_gen|char_ram~18548_q ; +wire \text_gen|char_ram~18380_q ; +wire \text_gen|char_ram~18436feeder_combout ; +wire \text_gen|char_ram~18436_q ; +wire \text_gen|char_ram~36429_combout ; +wire \text_gen|char_ram~36430_combout ; +wire \text_gen|char_ram~19388feeder_combout ; +wire \text_gen|char_ram~19388_q ; +wire \text_gen|char_ram~19444_q ; +wire \text_gen|char_ram~19276_q ; +wire \text_gen|char_ram~19332feeder_combout ; +wire \text_gen|char_ram~19332_q ; +wire \text_gen|char_ram~36436_combout ; +wire \text_gen|char_ram~36437_combout ; +wire \text_gen|char_ram~18940feeder_combout ; +wire \text_gen|char_ram~18940_q ; +wire \text_gen|char_ram~18996_q ; +wire \text_gen|char_ram~18828_q ; +wire \text_gen|char_ram~18884feeder_combout ; +wire \text_gen|char_ram~18884_q ; +wire \text_gen|char_ram~36431_combout ; +wire \text_gen|char_ram~36432_combout ; +wire \text_gen|char_ram~18044feeder_combout ; +wire \text_gen|char_ram~18044_q ; +wire \text_gen|char_ram~18100_q ; +wire \text_gen|char_ram~17932_q ; +wire \text_gen|char_ram~17988_q ; +wire \text_gen|char_ram~36433_combout ; +wire \text_gen|char_ram~36434_combout ; +wire \text_gen|char_ram~36435_combout ; +wire \text_gen|char_ram~36438_combout ; +wire \text_gen|char_ram~36449_combout ; +wire \text_gen|char_ram~19409feeder_combout ; +wire \text_gen|char_ram~19409_q ; +wire \text_gen|char_ram~19465_q ; +wire \text_gen|char_ram~19353feeder_combout ; +wire \text_gen|char_ram~19353_q ; +wire \text_gen|char_ram~19297_q ; +wire \text_gen|char_ram~36426_combout ; +wire \text_gen|char_ram~36427_combout ; +wire \text_gen|char_ram~19017feeder_combout ; +wire \text_gen|char_ram~19017_q ; +wire \text_gen|char_ram~18961_q ; +wire \text_gen|char_ram~18905feeder_combout ; +wire \text_gen|char_ram~18905_q ; +wire \text_gen|char_ram~18849_q ; +wire \text_gen|char_ram~36419_combout ; +wire \text_gen|char_ram~36420_combout ; +wire \text_gen|char_ram~18065feeder_combout ; +wire \text_gen|char_ram~18065_q ; +wire \text_gen|char_ram~18121_q ; +wire \text_gen|char_ram~17953_q ; +wire \text_gen|char_ram~18009feeder_combout ; +wire \text_gen|char_ram~18009_q ; +wire \text_gen|char_ram~36423_combout ; +wire \text_gen|char_ram~36424_combout ; +wire \text_gen|char_ram~18513feeder_combout ; +wire \text_gen|char_ram~18513_q ; +wire \text_gen|char_ram~18569_q ; +wire \text_gen|char_ram~18401_q ; +wire \text_gen|char_ram~18457_q ; +wire \text_gen|char_ram~36421_combout ; +wire \text_gen|char_ram~36422_combout ; +wire \text_gen|char_ram~36425_combout ; +wire \text_gen|char_ram~36428_combout ; +wire \text_gen|char_ram~19304_q ; +wire \text_gen|char_ram~19416feeder_combout ; +wire \text_gen|char_ram~19416_q ; +wire \text_gen|char_ram~36457_combout ; +wire \text_gen|char_ram~19472_q ; +wire \text_gen|char_ram~19360feeder_combout ; +wire \text_gen|char_ram~19360_q ; +wire \text_gen|char_ram~36458_combout ; +wire \text_gen|char_ram~18072feeder_combout ; +wire \text_gen|char_ram~18072_q ; +wire \text_gen|char_ram~18016_q ; +wire \text_gen|char_ram~17960_q ; +wire \text_gen|char_ram~36454_combout ; +wire \text_gen|char_ram~18128_q ; +wire \text_gen|char_ram~36455_combout ; +wire \text_gen|char_ram~18968feeder_combout ; +wire \text_gen|char_ram~18968_q ; +wire \text_gen|char_ram~19024_q ; +wire \text_gen|char_ram~18856_q ; +wire \text_gen|char_ram~18912feeder_combout ; +wire \text_gen|char_ram~18912_q ; +wire \text_gen|char_ram~36452_combout ; +wire \text_gen|char_ram~36453_combout ; +wire \text_gen|char_ram~36456_combout ; +wire \text_gen|char_ram~18464_q ; +wire \text_gen|char_ram~18576_q ; +wire \text_gen|char_ram~18408_q ; +wire \text_gen|char_ram~18520feeder_combout ; +wire \text_gen|char_ram~18520_q ; +wire \text_gen|char_ram~36450_combout ; +wire \text_gen|char_ram~36451_combout ; +wire \text_gen|char_ram~36459_combout ; +wire \text_gen|char_ram~36460_combout ; +wire \text_gen|char_ram~36461_combout ; +wire \text_gen|char_ram~18478feeder_combout ; +wire \text_gen|char_ram~18478_q ; +wire \text_gen|char_ram~18590_q ; +wire \text_gen|char_ram~18422_q ; +wire \text_gen|char_ram~18534feeder_combout ; +wire \text_gen|char_ram~18534_q ; +wire \text_gen|char_ram~36366_combout ; +wire \text_gen|char_ram~36367_combout ; +wire \text_gen|char_ram~19374_q ; +wire \text_gen|char_ram~19486_q ; +wire \text_gen|char_ram~19430_q ; +wire \text_gen|char_ram~19318_q ; +wire \text_gen|char_ram~36373_combout ; +wire \text_gen|char_ram~36374_combout ; +wire \text_gen|char_ram~18142feeder_combout ; +wire \text_gen|char_ram~18142_q ; +wire \text_gen|char_ram~18086feeder_combout ; +wire \text_gen|char_ram~18086_q ; +wire \text_gen|char_ram~17974_q ; +wire \text_gen|char_ram~18030_q ; +wire \text_gen|char_ram~36370_combout ; +wire \text_gen|char_ram~36371_combout ; +wire \text_gen|char_ram~18982feeder_combout ; +wire \text_gen|char_ram~18982_q ; +wire \text_gen|char_ram~19038_q ; +wire \text_gen|char_ram~18870_q ; +wire \text_gen|char_ram~18926feeder_combout ; +wire \text_gen|char_ram~18926_q ; +wire \text_gen|char_ram~36368_combout ; +wire \text_gen|char_ram~36369_combout ; +wire \text_gen|char_ram~36372_combout ; +wire \text_gen|char_ram~36375_combout ; +wire \text_gen|char_ram~19311_q ; +wire \text_gen|char_ram~19423feeder_combout ; +wire \text_gen|char_ram~19423_q ; +wire \text_gen|char_ram~36352_combout ; +wire \text_gen|char_ram~19367feeder_combout ; +wire \text_gen|char_ram~19367_q ; +wire \text_gen|char_ram~19479feeder_combout ; +wire \text_gen|char_ram~19479_q ; +wire \text_gen|char_ram~36353_combout ; +wire \text_gen|char_ram~18863_q ; +wire \text_gen|char_ram~18919feeder_combout ; +wire \text_gen|char_ram~18919_q ; +wire \text_gen|char_ram~36345_combout ; +wire \text_gen|char_ram~19031_q ; +wire \text_gen|char_ram~18975feeder_combout ; +wire \text_gen|char_ram~18975_q ; +wire \text_gen|char_ram~36346_combout ; +wire \text_gen|char_ram~18471feeder_combout ; +wire \text_gen|char_ram~18471_q ; +wire \text_gen|char_ram~18583_q ; +wire \text_gen|char_ram~18527feeder_combout ; +wire \text_gen|char_ram~18527_q ; +wire \text_gen|char_ram~18415_q ; +wire \text_gen|char_ram~36347_combout ; +wire \text_gen|char_ram~36348_combout ; +wire \text_gen|char_ram~17967_q ; +wire \text_gen|char_ram~18023feeder_combout ; +wire \text_gen|char_ram~18023_q ; +wire \text_gen|char_ram~36349_combout ; +wire \text_gen|char_ram~18135_q ; +wire \text_gen|char_ram~18079feeder_combout ; +wire \text_gen|char_ram~18079_q ; +wire \text_gen|char_ram~36350_combout ; +wire \text_gen|char_ram~36351_combout ; +wire \text_gen|char_ram~36354_combout ; +wire \text_gen|char_ram~19339feeder_combout ; +wire \text_gen|char_ram~19339_q ; +wire \text_gen|char_ram~19451_q ; +wire \text_gen|char_ram~19283_q ; +wire \text_gen|char_ram~19395feeder_combout ; +wire \text_gen|char_ram~19395_q ; +wire \text_gen|char_ram~36362_combout ; +wire \text_gen|char_ram~36363_combout ; +wire \text_gen|char_ram~18947feeder_combout ; +wire \text_gen|char_ram~18947_q ; +wire \text_gen|char_ram~19003_q ; +wire \text_gen|char_ram~18891feeder_combout ; +wire \text_gen|char_ram~18891_q ; +wire \text_gen|char_ram~18835_q ; +wire \text_gen|char_ram~36355_combout ; +wire \text_gen|char_ram~36356_combout ; +wire \text_gen|char_ram~18443_q ; +wire \text_gen|char_ram~18555_q ; +wire \text_gen|char_ram~18387_q ; +wire \text_gen|char_ram~18499feeder_combout ; +wire \text_gen|char_ram~18499_q ; +wire \text_gen|char_ram~36357_combout ; +wire \text_gen|char_ram~36358_combout ; +wire \text_gen|char_ram~18051feeder_combout ; +wire \text_gen|char_ram~18051_q ; +wire \text_gen|char_ram~18107_q ; +wire \text_gen|char_ram~17995feeder_combout ; +wire \text_gen|char_ram~17995_q ; +wire \text_gen|char_ram~17939_q ; +wire \text_gen|char_ram~36359_combout ; +wire \text_gen|char_ram~36360_combout ; +wire \text_gen|char_ram~36361_combout ; +wire \text_gen|char_ram~36364_combout ; +wire \text_gen|char_ram~36365_combout ; +wire \text_gen|char_ram~19402_q ; +wire \text_gen|char_ram~19290_q ; +wire \text_gen|char_ram~36342_combout ; +wire \text_gen|char_ram~19346_q ; +wire \text_gen|char_ram~19458feeder_combout ; +wire \text_gen|char_ram~19458_q ; +wire \text_gen|char_ram~36343_combout ; +wire \text_gen|char_ram~18562_q ; +wire \text_gen|char_ram~18450_q ; +wire \text_gen|char_ram~18394_q ; +wire \text_gen|char_ram~18506feeder_combout ; +wire \text_gen|char_ram~18506_q ; +wire \text_gen|char_ram~36335_combout ; +wire \text_gen|char_ram~36336_combout ; +wire \text_gen|char_ram~18954feeder_combout ; +wire \text_gen|char_ram~18954_q ; +wire \text_gen|char_ram~19010_q ; +wire \text_gen|char_ram~18842_q ; +wire \text_gen|char_ram~18898feeder_combout ; +wire \text_gen|char_ram~18898_q ; +wire \text_gen|char_ram~36337_combout ; +wire \text_gen|char_ram~36338_combout ; +wire \text_gen|char_ram~18058feeder_combout ; +wire \text_gen|char_ram~18058_q ; +wire \text_gen|char_ram~18114_q ; +wire \text_gen|char_ram~17946_q ; +wire \text_gen|char_ram~18002feeder_combout ; +wire \text_gen|char_ram~18002_q ; +wire \text_gen|char_ram~36339_combout ; +wire \text_gen|char_ram~36340_combout ; +wire \text_gen|char_ram~36341_combout ; +wire \text_gen|char_ram~36344_combout ; +wire \text_gen|char_ram~36376_combout ; +wire \text_gen|char_ram~36504_combout ; +wire \text_gen|char_ram~17596_q ; +wire \text_gen|char_ram~17820_q ; +wire \text_gen|char_ram~17148_q ; +wire \text_gen|char_ram~17372feeder_combout ; +wire \text_gen|char_ram~17372_q ; +wire \text_gen|char_ram~36547_combout ; +wire \text_gen|char_ram~36548_combout ; +wire \text_gen|char_ram~16252_q ; +wire \text_gen|char_ram~16476_q ; +wire \text_gen|char_ram~36551_combout ; +wire \text_gen|char_ram~16924_q ; +wire \text_gen|char_ram~16700feeder_combout ; +wire \text_gen|char_ram~16700_q ; +wire \text_gen|char_ram~36552_combout ; +wire \text_gen|char_ram~16728_q ; +wire \text_gen|char_ram~16952_q ; +wire \text_gen|char_ram~16504feeder_combout ; +wire \text_gen|char_ram~16504_q ; +wire \text_gen|char_ram~16280_q ; +wire \text_gen|char_ram~36549_combout ; +wire \text_gen|char_ram~36550_combout ; +wire \text_gen|char_ram~36553_combout ; +wire \text_gen|char_ram~17624_q ; +wire \text_gen|char_ram~17848_q ; +wire \text_gen|char_ram~17400feeder_combout ; +wire \text_gen|char_ram~17400_q ; +wire \text_gen|char_ram~17176_q ; +wire \text_gen|char_ram~36554_combout ; +wire \text_gen|char_ram~36555_combout ; +wire \text_gen|char_ram~36556_combout ; +wire \text_gen|char_ram~17386feeder_combout ; +wire \text_gen|char_ram~17386_q ; +wire \text_gen|char_ram~17834_q ; +wire \text_gen|char_ram~16490_q ; +wire \text_gen|char_ram~16938feeder_combout ; +wire \text_gen|char_ram~16938_q ; +wire \text_gen|char_ram~36578_combout ; +wire \text_gen|char_ram~36579_combout ; +wire \text_gen|char_ram~16714feeder_combout ; +wire \text_gen|char_ram~16714_q ; +wire \text_gen|char_ram~16266_q ; +wire \text_gen|char_ram~36582_combout ; +wire \text_gen|char_ram~17162feeder_combout ; +wire \text_gen|char_ram~17162_q ; +wire \text_gen|char_ram~17610_q ; +wire \text_gen|char_ram~36583_combout ; +wire \text_gen|char_ram~16742_q ; +wire \text_gen|char_ram~16294_q ; +wire \text_gen|char_ram~36580_combout ; +wire \text_gen|char_ram~17190_q ; +wire \text_gen|char_ram~17638_q ; +wire \text_gen|char_ram~36581_combout ; +wire \text_gen|char_ram~36584_combout ; +wire \text_gen|char_ram~16966_q ; +wire \text_gen|char_ram~17862_q ; +wire \text_gen|char_ram~16518_q ; +wire \text_gen|char_ram~17414feeder_combout ; +wire \text_gen|char_ram~17414_q ; +wire \text_gen|char_ram~36585_combout ; +wire \text_gen|char_ram~36586_combout ; +wire \text_gen|char_ram~36587_combout ; +wire \text_gen|char_ram~16245_q ; +wire \text_gen|char_ram~16693feeder_combout ; +wire \text_gen|char_ram~16693_q ; +wire \text_gen|char_ram~36571_combout ; +wire \text_gen|char_ram~17589_q ; +wire \text_gen|char_ram~17141feeder_combout ; +wire \text_gen|char_ram~17141_q ; +wire \text_gen|char_ram~36572_combout ; +wire \text_gen|char_ram~17169_q ; +wire \text_gen|char_ram~17617_q ; +wire \text_gen|char_ram~16273_q ; +wire \text_gen|char_ram~16721feeder_combout ; +wire \text_gen|char_ram~16721_q ; +wire \text_gen|char_ram~36569_combout ; +wire \text_gen|char_ram~36570_combout ; +wire \text_gen|char_ram~36573_combout ; +wire \text_gen|char_ram~16917feeder_combout ; +wire \text_gen|char_ram~16917_q ; +wire \text_gen|char_ram~17813_q ; +wire \text_gen|char_ram~17365feeder_combout ; +wire \text_gen|char_ram~17365_q ; +wire \text_gen|char_ram~16469_q ; +wire \text_gen|char_ram~36567_combout ; +wire \text_gen|char_ram~36568_combout ; +wire \text_gen|char_ram~16945_q ; +wire \text_gen|char_ram~17841_q ; +wire \text_gen|char_ram~17393feeder_combout ; +wire \text_gen|char_ram~17393_q ; +wire \text_gen|char_ram~16497_q ; +wire \text_gen|char_ram~36574_combout ; +wire \text_gen|char_ram~36575_combout ; +wire \text_gen|char_ram~36576_combout ; +wire \text_gen|char_ram~16707_q ; +wire \text_gen|char_ram~17603feeder_combout ; +wire \text_gen|char_ram~17603_q ; +wire \text_gen|char_ram~36557_combout ; +wire \text_gen|char_ram~17827_q ; +wire \text_gen|char_ram~16931feeder_combout ; +wire \text_gen|char_ram~16931_q ; +wire \text_gen|char_ram~36558_combout ; +wire \text_gen|char_ram~16959feeder_combout ; +wire \text_gen|char_ram~16959_q ; +wire \text_gen|char_ram~16735_q ; +wire \text_gen|char_ram~17631_q ; +wire \text_gen|char_ram~36564_combout ; +wire \text_gen|char_ram~17855_q ; +wire \text_gen|char_ram~36565_combout ; +wire \text_gen|char_ram~17155feeder_combout ; +wire \text_gen|char_ram~17155_q ; +wire \text_gen|char_ram~17379_q ; +wire \text_gen|char_ram~16259_q ; +wire \text_gen|char_ram~16483_q ; +wire \text_gen|char_ram~36561_combout ; +wire \text_gen|char_ram~36562_combout ; +wire \text_gen|char_ram~17183feeder_combout ; +wire \text_gen|char_ram~17183_q ; +wire \text_gen|char_ram~16511feeder_combout ; +wire \text_gen|char_ram~16511_q ; +wire \text_gen|char_ram~16287_q ; +wire \text_gen|char_ram~36559_combout ; +wire \text_gen|char_ram~17407_q ; +wire \text_gen|char_ram~36560_combout ; +wire \text_gen|char_ram~36563_combout ; +wire \text_gen|char_ram~36566_combout ; +wire \text_gen|char_ram~36577_combout ; +wire \text_gen|char_ram~36588_combout ; +wire \text_gen|char_ram~17512_q ; +wire \text_gen|char_ram~17526_q ; +wire \text_gen|char_ram~16630_q ; +wire \text_gen|char_ram~16616_q ; +wire \text_gen|char_ram~36620_combout ; +wire \text_gen|char_ram~36621_combout ; +wire \text_gen|char_ram~17736feeder_combout ; +wire \text_gen|char_ram~17736_q ; +wire \text_gen|char_ram~17750_q ; +wire \text_gen|char_ram~16854feeder_combout ; +wire \text_gen|char_ram~16854_q ; +wire \text_gen|char_ram~16840_q ; +wire \text_gen|char_ram~36627_combout ; +wire \text_gen|char_ram~36628_combout ; +wire \text_gen|char_ram~17288feeder_combout ; +wire \text_gen|char_ram~17288_q ; +wire \text_gen|char_ram~17302_q ; +wire \text_gen|char_ram~16392_q ; +wire \text_gen|char_ram~16406feeder_combout ; +wire \text_gen|char_ram~16406_q ; +wire \text_gen|char_ram~36622_combout ; +wire \text_gen|char_ram~36623_combout ; +wire \text_gen|char_ram~17064feeder_combout ; +wire \text_gen|char_ram~17064_q ; +wire \text_gen|char_ram~17078_q ; +wire \text_gen|char_ram~16168_q ; +wire \text_gen|char_ram~16182feeder_combout ; +wire \text_gen|char_ram~16182_q ; +wire \text_gen|char_ram~36624_combout ; +wire \text_gen|char_ram~36625_combout ; +wire \text_gen|char_ram~36626_combout ; +wire \text_gen|char_ram~36629_combout ; +wire \text_gen|char_ram~17729_q ; +wire \text_gen|char_ram~17743_q ; +wire \text_gen|char_ram~17519_q ; +wire \text_gen|char_ram~17505_q ; +wire \text_gen|char_ram~36596_combout ; +wire \text_gen|char_ram~36597_combout ; +wire \text_gen|char_ram~16847_q ; +wire \text_gen|char_ram~16833feeder_combout ; +wire \text_gen|char_ram~16833_q ; +wire \text_gen|char_ram~16609_q ; +wire \text_gen|char_ram~16623feeder_combout ; +wire \text_gen|char_ram~16623_q ; +wire \text_gen|char_ram~36589_combout ; +wire \text_gen|char_ram~36590_combout ; +wire \text_gen|char_ram~16385_q ; +wire \text_gen|char_ram~16399_q ; +wire \text_gen|char_ram~16161_q ; +wire \text_gen|char_ram~16175feeder_combout ; +wire \text_gen|char_ram~16175_q ; +wire \text_gen|char_ram~36593_combout ; +wire \text_gen|char_ram~36594_combout ; +wire \text_gen|char_ram~17281feeder_combout ; +wire \text_gen|char_ram~17281_q ; +wire \text_gen|char_ram~17295_q ; +wire \text_gen|char_ram~17071feeder_combout ; +wire \text_gen|char_ram~17071_q ; +wire \text_gen|char_ram~17057_q ; +wire \text_gen|char_ram~36591_combout ; +wire \text_gen|char_ram~36592_combout ; +wire \text_gen|char_ram~36595_combout ; +wire \text_gen|char_ram~36598_combout ; +wire \text_gen|char_ram~17253feeder_combout ; +wire \text_gen|char_ram~17253_q ; +wire \text_gen|char_ram~17267_q ; +wire \text_gen|char_ram~17043feeder_combout ; +wire \text_gen|char_ram~17043_q ; +wire \text_gen|char_ram~17029_q ; +wire \text_gen|char_ram~36611_combout ; +wire \text_gen|char_ram~36612_combout ; +wire \text_gen|char_ram~16133_q ; +wire \text_gen|char_ram~16147_q ; +wire \text_gen|char_ram~36613_combout ; +wire \text_gen|char_ram~16357_q ; +wire \text_gen|char_ram~16371_q ; +wire \text_gen|char_ram~36614_combout ; +wire \text_gen|char_ram~36615_combout ; +wire \text_gen|char_ram~17491feeder_combout ; +wire \text_gen|char_ram~17491_q ; +wire \text_gen|char_ram~17477_q ; +wire \text_gen|char_ram~36616_combout ; +wire \text_gen|char_ram~17701_q ; +wire \text_gen|char_ram~17715feeder_combout ; +wire \text_gen|char_ram~17715_q ; +wire \text_gen|char_ram~36617_combout ; +wire \text_gen|char_ram~16805_q ; +wire \text_gen|char_ram~16819_q ; +wire \text_gen|char_ram~16581_q ; +wire \text_gen|char_ram~16595feeder_combout ; +wire \text_gen|char_ram~16595_q ; +wire \text_gen|char_ram~36609_combout ; +wire \text_gen|char_ram~36610_combout ; +wire \text_gen|char_ram~36618_combout ; +wire \text_gen|char_ram~17722feeder_combout ; +wire \text_gen|char_ram~17722_q ; +wire \text_gen|char_ram~17484_q ; +wire \text_gen|char_ram~17498_q ; +wire \text_gen|char_ram~36606_combout ; +wire \text_gen|char_ram~17708_q ; +wire \text_gen|char_ram~36607_combout ; +wire \text_gen|char_ram~17260feeder_combout ; +wire \text_gen|char_ram~17260_q ; +wire \text_gen|char_ram~17274_q ; +wire \text_gen|char_ram~17050feeder_combout ; +wire \text_gen|char_ram~17050_q ; +wire \text_gen|char_ram~17036_q ; +wire \text_gen|char_ram~36599_combout ; +wire \text_gen|char_ram~36600_combout ; +wire \text_gen|char_ram~16154feeder_combout ; +wire \text_gen|char_ram~16154_q ; +wire \text_gen|char_ram~16140_q ; +wire \text_gen|char_ram~36603_combout ; +wire \text_gen|char_ram~16364_q ; +wire \text_gen|char_ram~16378_q ; +wire \text_gen|char_ram~36604_combout ; +wire \text_gen|char_ram~16588_q ; +wire \text_gen|char_ram~16602_q ; +wire \text_gen|char_ram~36601_combout ; +wire \text_gen|char_ram~16826_q ; +wire \text_gen|char_ram~16812_q ; +wire \text_gen|char_ram~36602_combout ; +wire \text_gen|char_ram~36605_combout ; +wire \text_gen|char_ram~36608_combout ; +wire \text_gen|char_ram~36619_combout ; +wire \text_gen|char_ram~36630_combout ; +wire \text_gen|char_ram~36631_combout ; +wire \text_gen|char_ram~17785_q ; +wire \text_gen|char_ram~17561_q ; +wire \text_gen|char_ram~16665_q ; +wire \text_gen|char_ram~16889_q ; +wire \text_gen|char_ram~36505_combout ; +wire \text_gen|char_ram~36506_combout ; +wire \text_gen|char_ram~17568_q ; +wire \text_gen|char_ram~17792_q ; +wire \text_gen|char_ram~16896feeder_combout ; +wire \text_gen|char_ram~16896_q ; +wire \text_gen|char_ram~16672_q ; +wire \text_gen|char_ram~36512_combout ; +wire \text_gen|char_ram~36513_combout ; +wire \text_gen|char_ram~17120feeder_combout ; +wire \text_gen|char_ram~17120_q ; +wire \text_gen|char_ram~17344_q ; +wire \text_gen|char_ram~16224_q ; +wire \text_gen|char_ram~16448_q ; +wire \text_gen|char_ram~36507_combout ; +wire \text_gen|char_ram~36508_combout ; +wire \text_gen|char_ram~17113_q ; +wire \text_gen|char_ram~17337_q ; +wire \text_gen|char_ram~16217_q ; +wire \text_gen|char_ram~16441_q ; +wire \text_gen|char_ram~36509_combout ; +wire \text_gen|char_ram~36510_combout ; +wire \text_gen|char_ram~36511_combout ; +wire \text_gen|char_ram~36514_combout ; +wire \text_gen|char_ram~17582_q ; +wire \text_gen|char_ram~17806_q ; +wire \text_gen|char_ram~17134_q ; +wire \text_gen|char_ram~17358feeder_combout ; +wire \text_gen|char_ram~17358_q ; +wire \text_gen|char_ram~36543_combout ; +wire \text_gen|char_ram~36544_combout ; +wire \text_gen|char_ram~17575_q ; +wire \text_gen|char_ram~17127_q ; +wire \text_gen|char_ram~17351feeder_combout ; +wire \text_gen|char_ram~17351_q ; +wire \text_gen|char_ram~36536_combout ; +wire \text_gen|char_ram~17799_q ; +wire \text_gen|char_ram~36537_combout ; +wire \text_gen|char_ram~16679_q ; +wire \text_gen|char_ram~16903_q ; +wire \text_gen|char_ram~16231_q ; +wire \text_gen|char_ram~16455_q ; +wire \text_gen|char_ram~36540_combout ; +wire \text_gen|char_ram~36541_combout ; +wire \text_gen|char_ram~16686_q ; +wire \text_gen|char_ram~16910_q ; +wire \text_gen|char_ram~16462_q ; +wire \text_gen|char_ram~16238_q ; +wire \text_gen|char_ram~36538_combout ; +wire \text_gen|char_ram~36539_combout ; +wire \text_gen|char_ram~36542_combout ; +wire \text_gen|char_ram~36545_combout ; +wire \text_gen|char_ram~16644feeder_combout ; +wire \text_gen|char_ram~16644_q ; +wire \text_gen|char_ram~16868_q ; +wire \text_gen|char_ram~16196_q ; +wire \text_gen|char_ram~16420_q ; +wire \text_gen|char_ram~36527_combout ; +wire \text_gen|char_ram~36528_combout ; +wire \text_gen|char_ram~16637_q ; +wire \text_gen|char_ram~16861_q ; +wire \text_gen|char_ram~16413_q ; +wire \text_gen|char_ram~16189_q ; +wire \text_gen|char_ram~36529_combout ; +wire \text_gen|char_ram~36530_combout ; +wire \text_gen|char_ram~36531_combout ; +wire \text_gen|char_ram~17533feeder_combout ; +wire \text_gen|char_ram~17533_q ; +wire \text_gen|char_ram~17309feeder_combout ; +wire \text_gen|char_ram~17309_q ; +wire \text_gen|char_ram~17085_q ; +wire \text_gen|char_ram~36525_combout ; +wire \text_gen|char_ram~17757_q ; +wire \text_gen|char_ram~36526_combout ; +wire \text_gen|char_ram~17764_q ; +wire \text_gen|char_ram~17092_q ; +wire \text_gen|char_ram~17316feeder_combout ; +wire \text_gen|char_ram~17316_q ; +wire \text_gen|char_ram~36532_combout ; +wire \text_gen|char_ram~17540feeder_combout ; +wire \text_gen|char_ram~17540_q ; +wire \text_gen|char_ram~36533_combout ; +wire \text_gen|char_ram~36534_combout ; +wire \text_gen|char_ram~17778_q ; +wire \text_gen|char_ram~16882_q ; +wire \text_gen|char_ram~16434_q ; +wire \text_gen|char_ram~17330_q ; +wire \text_gen|char_ram~36522_combout ; +wire \text_gen|char_ram~36523_combout ; +wire \text_gen|char_ram~16875_q ; +wire \text_gen|char_ram~17771_q ; +wire \text_gen|char_ram~16427_q ; +wire \text_gen|char_ram~17323feeder_combout ; +wire \text_gen|char_ram~17323_q ; +wire \text_gen|char_ram~36515_combout ; +wire \text_gen|char_ram~36516_combout ; +wire \text_gen|char_ram~17106_q ; +wire \text_gen|char_ram~17554_q ; +wire \text_gen|char_ram~16658_q ; +wire \text_gen|char_ram~16210_q ; +wire \text_gen|char_ram~36517_combout ; +wire \text_gen|char_ram~36518_combout ; +wire \text_gen|char_ram~17099feeder_combout ; +wire \text_gen|char_ram~17099_q ; +wire \text_gen|char_ram~17547_q ; +wire \text_gen|char_ram~16203_q ; +wire \text_gen|char_ram~16651feeder_combout ; +wire \text_gen|char_ram~16651_q ; +wire \text_gen|char_ram~36519_combout ; +wire \text_gen|char_ram~36520_combout ; +wire \text_gen|char_ram~36521_combout ; +wire \text_gen|char_ram~36524_combout ; +wire \text_gen|char_ram~36535_combout ; +wire \text_gen|char_ram~36546_combout ; +wire \text_gen|char_ram~16546_q ; +wire \text_gen|char_ram~17442_q ; +wire \text_gen|char_ram~16532_q ; +wire \text_gen|char_ram~17428feeder_combout ; +wire \text_gen|char_ram~17428_q ; +wire \text_gen|char_ram~36642_combout ; +wire \text_gen|char_ram~36643_combout ; +wire \text_gen|char_ram~17876_q ; +wire \text_gen|char_ram~17890_q ; +wire \text_gen|char_ram~16994_q ; +wire \text_gen|char_ram~16980_q ; +wire \text_gen|char_ram~36649_combout ; +wire \text_gen|char_ram~36650_combout ; +wire \text_gen|char_ram~17652_q ; +wire \text_gen|char_ram~17666_q ; +wire \text_gen|char_ram~16770feeder_combout ; +wire \text_gen|char_ram~16770_q ; +wire \text_gen|char_ram~16756_q ; +wire \text_gen|char_ram~36644_combout ; +wire \text_gen|char_ram~36645_combout ; +wire \text_gen|char_ram~17204feeder_combout ; +wire \text_gen|char_ram~17204_q ; +wire \text_gen|char_ram~16308_q ; +wire \text_gen|char_ram~36646_combout ; +wire \text_gen|char_ram~17218_q ; +wire \text_gen|char_ram~16322_q ; +wire \text_gen|char_ram~36647_combout ; +wire \text_gen|char_ram~36648_combout ; +wire \text_gen|char_ram~36651_combout ; +wire \text_gen|char_ram~17659feeder_combout ; +wire \text_gen|char_ram~17659_q ; +wire \text_gen|char_ram~17883_q ; +wire \text_gen|char_ram~17869feeder_combout ; +wire \text_gen|char_ram~17869_q ; +wire \text_gen|char_ram~17645_q ; +wire \text_gen|char_ram~36659_combout ; +wire \text_gen|char_ram~36660_combout ; +wire \text_gen|char_ram~16315feeder_combout ; +wire \text_gen|char_ram~16315_q ; +wire \text_gen|char_ram~16539_q ; +wire \text_gen|char_ram~16525_q ; +wire \text_gen|char_ram~16301_q ; +wire \text_gen|char_ram~36656_combout ; +wire \text_gen|char_ram~36657_combout ; +wire \text_gen|char_ram~16763feeder_combout ; +wire \text_gen|char_ram~16763_q ; +wire \text_gen|char_ram~16987_q ; +wire \text_gen|char_ram~16973feeder_combout ; +wire \text_gen|char_ram~16973_q ; +wire \text_gen|char_ram~16749_q ; +wire \text_gen|char_ram~36654_combout ; +wire \text_gen|char_ram~36655_combout ; +wire \text_gen|char_ram~36658_combout ; +wire \text_gen|char_ram~17211feeder_combout ; +wire \text_gen|char_ram~17211_q ; +wire \text_gen|char_ram~17435_q ; +wire \text_gen|char_ram~17197_q ; +wire \text_gen|char_ram~17421feeder_combout ; +wire \text_gen|char_ram~17421_q ; +wire \text_gen|char_ram~36652_combout ; +wire \text_gen|char_ram~36653_combout ; +wire \text_gen|char_ram~36661_combout ; +wire \text_gen|char_ram~36662_combout ; +wire \text_gen|char_ram~17246_q ; +wire \text_gen|char_ram~17232feeder_combout ; +wire \text_gen|char_ram~17232_q ; +wire \text_gen|char_ram~36663_combout ; +wire \text_gen|char_ram~17470_q ; +wire \text_gen|char_ram~17456feeder_combout ; +wire \text_gen|char_ram~17456_q ; +wire \text_gen|char_ram~36664_combout ; +wire \text_gen|char_ram~16336_q ; +wire \text_gen|char_ram~16350feeder_combout ; +wire \text_gen|char_ram~16350_q ; +wire \text_gen|char_ram~36667_combout ; +wire \text_gen|char_ram~16560_q ; +wire \text_gen|char_ram~16574_q ; +wire \text_gen|char_ram~36668_combout ; +wire \text_gen|char_ram~16798feeder_combout ; +wire \text_gen|char_ram~16798_q ; +wire \text_gen|char_ram~16784_q ; +wire \text_gen|char_ram~36665_combout ; +wire \text_gen|char_ram~17022_q ; +wire \text_gen|char_ram~17008_q ; +wire \text_gen|char_ram~36666_combout ; +wire \text_gen|char_ram~36669_combout ; +wire \text_gen|char_ram~17904_q ; +wire \text_gen|char_ram~17918_q ; +wire \text_gen|char_ram~17694feeder_combout ; +wire \text_gen|char_ram~17694_q ; +wire \text_gen|char_ram~17680_q ; +wire \text_gen|char_ram~36670_combout ; +wire \text_gen|char_ram~36671_combout ; +wire \text_gen|char_ram~36672_combout ; +wire \text_gen|char_ram~17897feeder_combout ; +wire \text_gen|char_ram~17897_q ; +wire \text_gen|char_ram~17911_q ; +wire \text_gen|char_ram~17449_q ; +wire \text_gen|char_ram~17463_q ; +wire \text_gen|char_ram~36639_combout ; +wire \text_gen|char_ram~36640_combout ; +wire \text_gen|char_ram~17015feeder_combout ; +wire \text_gen|char_ram~17015_q ; +wire \text_gen|char_ram~16553_q ; +wire \text_gen|char_ram~16567_q ; +wire \text_gen|char_ram~36632_combout ; +wire \text_gen|char_ram~17001feeder_combout ; +wire \text_gen|char_ram~17001_q ; +wire \text_gen|char_ram~36633_combout ; +wire \text_gen|char_ram~17673_q ; +wire \text_gen|char_ram~17687_q ; +wire \text_gen|char_ram~17225_q ; +wire \text_gen|char_ram~17239_q ; +wire \text_gen|char_ram~36634_combout ; +wire \text_gen|char_ram~36635_combout ; +wire \text_gen|char_ram~16777feeder_combout ; +wire \text_gen|char_ram~16777_q ; +wire \text_gen|char_ram~16791_q ; +wire \text_gen|char_ram~16329_q ; +wire \text_gen|char_ram~16343feeder_combout ; +wire \text_gen|char_ram~16343_q ; +wire \text_gen|char_ram~36636_combout ; +wire \text_gen|char_ram~36637_combout ; +wire \text_gen|char_ram~36638_combout ; +wire \text_gen|char_ram~36641_combout ; +wire \text_gen|char_ram~36673_combout ; +wire \text_gen|char_ram~36674_combout ; +wire \text_gen|char_ram~14544_q ; +wire \text_gen|char_ram~14992feeder_combout ; +wire \text_gen|char_ram~14992_q ; +wire \text_gen|char_ram~36692_combout ; +wire \text_gen|char_ram~15888_q ; +wire \text_gen|char_ram~15440feeder_combout ; +wire \text_gen|char_ram~15440_q ; +wire \text_gen|char_ram~36693_combout ; +wire \text_gen|char_ram~14985_q ; +wire \text_gen|char_ram~15881_q ; +wire \text_gen|char_ram~14537_q ; +wire \text_gen|char_ram~15433_q ; +wire \text_gen|char_ram~36685_combout ; +wire \text_gen|char_ram~36686_combout ; +wire \text_gen|char_ram~14957feeder_combout ; +wire \text_gen|char_ram~14957_q ; +wire \text_gen|char_ram~15853_q ; +wire \text_gen|char_ram~14509_q ; +wire \text_gen|char_ram~15405feeder_combout ; +wire \text_gen|char_ram~15405_q ; +wire \text_gen|char_ram~36689_combout ; +wire \text_gen|char_ram~36690_combout ; +wire \text_gen|char_ram~14516_q ; +wire \text_gen|char_ram~14964feeder_combout ; +wire \text_gen|char_ram~14964_q ; +wire \text_gen|char_ram~36687_combout ; +wire \text_gen|char_ram~15860_q ; +wire \text_gen|char_ram~15412feeder_combout ; +wire \text_gen|char_ram~15412_q ; +wire \text_gen|char_ram~36688_combout ; +wire \text_gen|char_ram~36691_combout ; +wire \text_gen|char_ram~36694_combout ; +wire \text_gen|char_ram~15356feeder_combout ; +wire \text_gen|char_ram~15356_q ; +wire \text_gen|char_ram~15804_q ; +wire \text_gen|char_ram~14460_q ; +wire \text_gen|char_ram~14908_q ; +wire \text_gen|char_ram~36695_combout ; +wire \text_gen|char_ram~36696_combout ; +wire \text_gen|char_ram~15384feeder_combout ; +wire \text_gen|char_ram~15384_q ; +wire \text_gen|char_ram~15832_q ; +wire \text_gen|char_ram~14936feeder_combout ; +wire \text_gen|char_ram~14936_q ; +wire \text_gen|char_ram~14488_q ; +wire \text_gen|char_ram~36702_combout ; +wire \text_gen|char_ram~36703_combout ; +wire \text_gen|char_ram~14901feeder_combout ; +wire \text_gen|char_ram~14901_q ; +wire \text_gen|char_ram~15797_q ; +wire \text_gen|char_ram~15349feeder_combout ; +wire \text_gen|char_ram~15349_q ; +wire \text_gen|char_ram~14453_q ; +wire \text_gen|char_ram~36699_combout ; +wire \text_gen|char_ram~36700_combout ; +wire \text_gen|char_ram~14929feeder_combout ; +wire \text_gen|char_ram~14929_q ; +wire \text_gen|char_ram~15825_q ; +wire \text_gen|char_ram~14481_q ; +wire \text_gen|char_ram~15377feeder_combout ; +wire \text_gen|char_ram~15377_q ; +wire \text_gen|char_ram~36697_combout ; +wire \text_gen|char_ram~36698_combout ; +wire \text_gen|char_ram~36701_combout ; +wire \text_gen|char_ram~36704_combout ; +wire \text_gen|char_ram~36705_combout ; +wire \text_gen|char_ram~14558_q ; +wire \text_gen|char_ram~15006feeder_combout ; +wire \text_gen|char_ram~15006_q ; +wire \text_gen|char_ram~36713_combout ; +wire \text_gen|char_ram~15902_q ; +wire \text_gen|char_ram~15454feeder_combout ; +wire \text_gen|char_ram~15454_q ; +wire \text_gen|char_ram~36714_combout ; +wire \text_gen|char_ram~14999feeder_combout ; +wire \text_gen|char_ram~14999_q ; +wire \text_gen|char_ram~15895feeder_combout ; +wire \text_gen|char_ram~15895_q ; +wire \text_gen|char_ram~14551feeder_combout ; +wire \text_gen|char_ram~14551_q ; +wire \text_gen|char_ram~15447_q ; +wire \text_gen|char_ram~36706_combout ; +wire \text_gen|char_ram~36707_combout ; +wire \text_gen|char_ram~15426feeder_combout ; +wire \text_gen|char_ram~15426_q ; +wire \text_gen|char_ram~15874_q ; +wire \text_gen|char_ram~14978feeder_combout ; +wire \text_gen|char_ram~14978_q ; +wire \text_gen|char_ram~14530_q ; +wire \text_gen|char_ram~36708_combout ; +wire \text_gen|char_ram~36709_combout ; +wire \text_gen|char_ram~14971feeder_combout ; +wire \text_gen|char_ram~14971_q ; +wire \text_gen|char_ram~15867_q ; +wire \text_gen|char_ram~15419feeder_combout ; +wire \text_gen|char_ram~15419_q ; +wire \text_gen|char_ram~14523_q ; +wire \text_gen|char_ram~36710_combout ; +wire \text_gen|char_ram~36711_combout ; +wire \text_gen|char_ram~36712_combout ; +wire \text_gen|char_ram~36715_combout ; +wire \text_gen|char_ram~15398feeder_combout ; +wire \text_gen|char_ram~15398_q ; +wire \text_gen|char_ram~15846_q ; +wire \text_gen|char_ram~14502_q ; +wire \text_gen|char_ram~14950feeder_combout ; +wire \text_gen|char_ram~14950_q ; +wire \text_gen|char_ram~36682_combout ; +wire \text_gen|char_ram~36683_combout ; +wire \text_gen|char_ram~14922_q ; +wire \text_gen|char_ram~14474_q ; +wire \text_gen|char_ram~36675_combout ; +wire \text_gen|char_ram~15818_q ; +wire \text_gen|char_ram~15370_q ; +wire \text_gen|char_ram~36676_combout ; +wire \text_gen|char_ram~14943_q ; +wire \text_gen|char_ram~15839_q ; +wire \text_gen|char_ram~15391feeder_combout ; +wire \text_gen|char_ram~15391_q ; +wire \text_gen|char_ram~14495_q ; +wire \text_gen|char_ram~36677_combout ; +wire \text_gen|char_ram~36678_combout ; +wire \text_gen|char_ram~14915feeder_combout ; +wire \text_gen|char_ram~14915_q ; +wire \text_gen|char_ram~15811_q ; +wire \text_gen|char_ram~14467_q ; +wire \text_gen|char_ram~15363feeder_combout ; +wire \text_gen|char_ram~15363_q ; +wire \text_gen|char_ram~36679_combout ; +wire \text_gen|char_ram~36680_combout ; +wire \text_gen|char_ram~36681_combout ; +wire \text_gen|char_ram~36684_combout ; +wire \text_gen|char_ram~36716_combout ; +wire \text_gen|char_ram~14782feeder_combout ; +wire \text_gen|char_ram~14782_q ; +wire \text_gen|char_ram~14726_q ; +wire \text_gen|char_ram~36835_combout ; +wire \text_gen|char_ram~15230_q ; +wire \text_gen|char_ram~15174_q ; +wire \text_gen|char_ram~36836_combout ; +wire \text_gen|char_ram~15146_q ; +wire \text_gen|char_ram~15202_q ; +wire \text_gen|char_ram~14754feeder_combout ; +wire \text_gen|char_ram~14754_q ; +wire \text_gen|char_ram~14698_q ; +wire \text_gen|char_ram~36837_combout ; +wire \text_gen|char_ram~36838_combout ; +wire \text_gen|char_ram~36839_combout ; +wire \text_gen|char_ram~16070feeder_combout ; +wire \text_gen|char_ram~16070_q ; +wire \text_gen|char_ram~16126_q ; +wire \text_gen|char_ram~15622_q ; +wire \text_gen|char_ram~15678feeder_combout ; +wire \text_gen|char_ram~15678_q ; +wire \text_gen|char_ram~36840_combout ; +wire \text_gen|char_ram~36841_combout ; +wire \text_gen|char_ram~16042feeder_combout ; +wire \text_gen|char_ram~16042_q ; +wire \text_gen|char_ram~16098_q ; +wire \text_gen|char_ram~15594_q ; +wire \text_gen|char_ram~15650feeder_combout ; +wire \text_gen|char_ram~15650_q ; +wire \text_gen|char_ram~36833_combout ; +wire \text_gen|char_ram~36834_combout ; +wire \text_gen|char_ram~36842_combout ; +wire \text_gen|char_ram~14684_q ; +wire \text_gen|char_ram~14740feeder_combout ; +wire \text_gen|char_ram~14740_q ; +wire \text_gen|char_ram~36806_combout ; +wire \text_gen|char_ram~15580feeder_combout ; +wire \text_gen|char_ram~15580_q ; +wire \text_gen|char_ram~15636_q ; +wire \text_gen|char_ram~36807_combout ; +wire \text_gen|char_ram~15608feeder_combout ; +wire \text_gen|char_ram~15608_q ; +wire \text_gen|char_ram~15664_q ; +wire \text_gen|char_ram~14768feeder_combout ; +wire \text_gen|char_ram~14768_q ; +wire \text_gen|char_ram~14712_q ; +wire \text_gen|char_ram~36804_combout ; +wire \text_gen|char_ram~36805_combout ; +wire \text_gen|char_ram~36808_combout ; +wire \text_gen|char_ram~16056feeder_combout ; +wire \text_gen|char_ram~16056_q ; +wire \text_gen|char_ram~16112_q ; +wire \text_gen|char_ram~15216feeder_combout ; +wire \text_gen|char_ram~15216_q ; +wire \text_gen|char_ram~15160_q ; +wire \text_gen|char_ram~36809_combout ; +wire \text_gen|char_ram~36810_combout ; +wire \text_gen|char_ram~16028feeder_combout ; +wire \text_gen|char_ram~16028_q ; +wire \text_gen|char_ram~15188feeder_combout ; +wire \text_gen|char_ram~15188_q ; +wire \text_gen|char_ram~15132_q ; +wire \text_gen|char_ram~36802_combout ; +wire \text_gen|char_ram~16084_q ; +wire \text_gen|char_ram~36803_combout ; +wire \text_gen|char_ram~36811_combout ; +wire \text_gen|char_ram~15573feeder_combout ; +wire \text_gen|char_ram~15573_q ; +wire \text_gen|char_ram~15629_q ; +wire \text_gen|char_ram~14733_q ; +wire \text_gen|char_ram~14677_q ; +wire \text_gen|char_ram~36826_combout ; +wire \text_gen|char_ram~36827_combout ; +wire \text_gen|char_ram~14761feeder_combout ; +wire \text_gen|char_ram~14761_q ; +wire \text_gen|char_ram~14705_q ; +wire \text_gen|char_ram~36824_combout ; +wire \text_gen|char_ram~15657_q ; +wire \text_gen|char_ram~15601feeder_combout ; +wire \text_gen|char_ram~15601_q ; +wire \text_gen|char_ram~36825_combout ; +wire \text_gen|char_ram~36828_combout ; +wire \text_gen|char_ram~16021feeder_combout ; +wire \text_gen|char_ram~16021_q ; +wire \text_gen|char_ram~16077_q ; +wire \text_gen|char_ram~15125_q ; +wire \text_gen|char_ram~15181feeder_combout ; +wire \text_gen|char_ram~15181_q ; +wire \text_gen|char_ram~36822_combout ; +wire \text_gen|char_ram~36823_combout ; +wire \text_gen|char_ram~16049_q ; +wire \text_gen|char_ram~15209feeder_combout ; +wire \text_gen|char_ram~15209_q ; +wire \text_gen|char_ram~15153_q ; +wire \text_gen|char_ram~36829_combout ; +wire \text_gen|char_ram~16105_q ; +wire \text_gen|char_ram~36830_combout ; +wire \text_gen|char_ram~36831_combout ; +wire \text_gen|char_ram~15643feeder_combout ; +wire \text_gen|char_ram~15643_q ; +wire \text_gen|char_ram~15587_q ; +wire \text_gen|char_ram~36812_combout ; +wire \text_gen|char_ram~16091_q ; +wire \text_gen|char_ram~16035_q ; +wire \text_gen|char_ram~36813_combout ; +wire \text_gen|char_ram~15167feeder_combout ; +wire \text_gen|char_ram~15167_q ; +wire \text_gen|char_ram~15223_q ; +wire \text_gen|char_ram~14719_q ; +wire \text_gen|char_ram~14775_q ; +wire \text_gen|char_ram~36814_combout ; +wire \text_gen|char_ram~36815_combout ; +wire \text_gen|char_ram~14747feeder_combout ; +wire \text_gen|char_ram~14747_q ; +wire \text_gen|char_ram~14691_q ; +wire \text_gen|char_ram~36816_combout ; +wire \text_gen|char_ram~15139feeder_combout ; +wire \text_gen|char_ram~15139_q ; +wire \text_gen|char_ram~15195_q ; +wire \text_gen|char_ram~36817_combout ; +wire \text_gen|char_ram~36818_combout ; +wire \text_gen|char_ram~16063_q ; +wire \text_gen|char_ram~16119_q ; +wire \text_gen|char_ram~15615_q ; +wire \text_gen|char_ram~15671feeder_combout ; +wire \text_gen|char_ram~15671_q ; +wire \text_gen|char_ram~36819_combout ; +wire \text_gen|char_ram~36820_combout ; +wire \text_gen|char_ram~36821_combout ; +wire \text_gen|char_ram~36832_combout ; +wire \text_gen|char_ram~36843_combout ; +wire \text_gen|char_ram~14873feeder_combout ; +wire \text_gen|char_ram~14873_q ; +wire \text_gen|char_ram~15769_q ; +wire \text_gen|char_ram~15321feeder_combout ; +wire \text_gen|char_ram~15321_q ; +wire \text_gen|char_ram~14425_q ; +wire \text_gen|char_ram~36771_combout ; +wire \text_gen|char_ram~36772_combout ; +wire \text_gen|char_ram~14845_q ; +wire \text_gen|char_ram~15741_q ; +wire \text_gen|char_ram~14397_q ; +wire \text_gen|char_ram~15293feeder_combout ; +wire \text_gen|char_ram~15293_q ; +wire \text_gen|char_ram~36773_combout ; +wire \text_gen|char_ram~36774_combout ; +wire \text_gen|char_ram~36775_combout ; +wire \text_gen|char_ram~15328feeder_combout ; +wire \text_gen|char_ram~15328_q ; +wire \text_gen|char_ram~15776_q ; +wire \text_gen|char_ram~14432_q ; +wire \text_gen|char_ram~14880feeder_combout ; +wire \text_gen|char_ram~14880_q ; +wire \text_gen|char_ram~36776_combout ; +wire \text_gen|char_ram~36777_combout ; +wire \text_gen|char_ram~14852feeder_combout ; +wire \text_gen|char_ram~14852_q ; +wire \text_gen|char_ram~15748_q ; +wire \text_gen|char_ram~14404_q ; +wire \text_gen|char_ram~15300_q ; +wire \text_gen|char_ram~36769_combout ; +wire \text_gen|char_ram~36770_combout ; +wire \text_gen|char_ram~36778_combout ; +wire \text_gen|char_ram~14824_q ; +wire \text_gen|char_ram~15720_q ; +wire \text_gen|char_ram~14376_q ; +wire \text_gen|char_ram~15272feeder_combout ; +wire \text_gen|char_ram~15272_q ; +wire \text_gen|char_ram~36786_combout ; +wire \text_gen|char_ram~36787_combout ; +wire \text_gen|char_ram~14796_q ; +wire \text_gen|char_ram~15692_q ; +wire \text_gen|char_ram~15244feeder_combout ; +wire \text_gen|char_ram~15244_q ; +wire \text_gen|char_ram~14348_q ; +wire \text_gen|char_ram~36779_combout ; +wire \text_gen|char_ram~36780_combout ; +wire \text_gen|char_ram~14817feeder_combout ; +wire \text_gen|char_ram~14817_q ; +wire \text_gen|char_ram~15713_q ; +wire \text_gen|char_ram~14369_q ; +wire \text_gen|char_ram~15265feeder_combout ; +wire \text_gen|char_ram~15265_q ; +wire \text_gen|char_ram~36781_combout ; +wire \text_gen|char_ram~36782_combout ; +wire \text_gen|char_ram~14341_q ; +wire \text_gen|char_ram~15237feeder_combout ; +wire \text_gen|char_ram~15237_q ; +wire \text_gen|char_ram~36783_combout ; +wire \text_gen|char_ram~15685_q ; +wire \text_gen|char_ram~14789_q ; +wire \text_gen|char_ram~36784_combout ; +wire \text_gen|char_ram~36785_combout ; +wire \text_gen|char_ram~36788_combout ; +wire \text_gen|char_ram~36789_combout ; +wire \text_gen|char_ram~15286_q ; +wire \text_gen|char_ram~15734_q ; +wire \text_gen|char_ram~14390_q ; +wire \text_gen|char_ram~14838_q ; +wire \text_gen|char_ram~36766_combout ; +wire \text_gen|char_ram~36767_combout ; +wire \text_gen|char_ram~14810_q ; +wire \text_gen|char_ram~14362_q ; +wire \text_gen|char_ram~36759_combout ; +wire \text_gen|char_ram~15706_q ; +wire \text_gen|char_ram~15258feeder_combout ; +wire \text_gen|char_ram~15258_q ; +wire \text_gen|char_ram~36760_combout ; +wire \text_gen|char_ram~14831feeder_combout ; +wire \text_gen|char_ram~14831_q ; +wire \text_gen|char_ram~15727_q ; +wire \text_gen|char_ram~14383feeder_combout ; +wire \text_gen|char_ram~14383_q ; +wire \text_gen|char_ram~15279feeder_combout ; +wire \text_gen|char_ram~15279_q ; +wire \text_gen|char_ram~36761_combout ; +wire \text_gen|char_ram~36762_combout ; +wire \text_gen|char_ram~14803_q ; +wire \text_gen|char_ram~15699_q ; +wire \text_gen|char_ram~14355_q ; +wire \text_gen|char_ram~15251_q ; +wire \text_gen|char_ram~36763_combout ; +wire \text_gen|char_ram~36764_combout ; +wire \text_gen|char_ram~36765_combout ; +wire \text_gen|char_ram~36768_combout ; +wire \text_gen|char_ram~15314feeder_combout ; +wire \text_gen|char_ram~15314_q ; +wire \text_gen|char_ram~15762_q ; +wire \text_gen|char_ram~14418feeder_combout ; +wire \text_gen|char_ram~14418_q ; +wire \text_gen|char_ram~14866_q ; +wire \text_gen|char_ram~36792_combout ; +wire \text_gen|char_ram~36793_combout ; +wire \text_gen|char_ram~14411_q ; +wire \text_gen|char_ram~15307feeder_combout ; +wire \text_gen|char_ram~15307_q ; +wire \text_gen|char_ram~36794_combout ; +wire \text_gen|char_ram~15755_q ; +wire \text_gen|char_ram~14859feeder_combout ; +wire \text_gen|char_ram~14859_q ; +wire \text_gen|char_ram~36795_combout ; +wire \text_gen|char_ram~36796_combout ; +wire \text_gen|char_ram~15342feeder_combout ; +wire \text_gen|char_ram~15342_q ; +wire \text_gen|char_ram~15790_q ; +wire \text_gen|char_ram~14894feeder_combout ; +wire \text_gen|char_ram~14894_q ; +wire \text_gen|char_ram~14446_q ; +wire \text_gen|char_ram~36797_combout ; +wire \text_gen|char_ram~36798_combout ; +wire \text_gen|char_ram~14887feeder_combout ; +wire \text_gen|char_ram~14887_q ; +wire \text_gen|char_ram~14439_q ; +wire \text_gen|char_ram~15335feeder_combout ; +wire \text_gen|char_ram~15335_q ; +wire \text_gen|char_ram~36790_combout ; +wire \text_gen|char_ram~15783_q ; +wire \text_gen|char_ram~36791_combout ; +wire \text_gen|char_ram~36799_combout ; +wire \text_gen|char_ram~36800_combout ; +wire \text_gen|char_ram~15552feeder_combout ; +wire \text_gen|char_ram~15552_q ; +wire \text_gen|char_ram~16000_q ; +wire \text_gen|char_ram~15104_q ; +wire \text_gen|char_ram~14656_q ; +wire \text_gen|char_ram~36724_combout ; +wire \text_gen|char_ram~36725_combout ; +wire \text_gen|char_ram~15069feeder_combout ; +wire \text_gen|char_ram~15069_q ; +wire \text_gen|char_ram~15965_q ; +wire \text_gen|char_ram~14621_q ; +wire \text_gen|char_ram~15517feeder_combout ; +wire \text_gen|char_ram~15517_q ; +wire \text_gen|char_ram~36721_combout ; +wire \text_gen|char_ram~36722_combout ; +wire \text_gen|char_ram~15076_q ; +wire \text_gen|char_ram~14628_q ; +wire \text_gen|char_ram~36719_combout ; +wire \text_gen|char_ram~15972_q ; +wire \text_gen|char_ram~15524feeder_combout ; +wire \text_gen|char_ram~15524_q ; +wire \text_gen|char_ram~36720_combout ; +wire \text_gen|char_ram~36723_combout ; +wire \text_gen|char_ram~15097_q ; +wire \text_gen|char_ram~15993_q ; +wire \text_gen|char_ram~15545_q ; +wire \text_gen|char_ram~14649_q ; +wire \text_gen|char_ram~36717_combout ; +wire \text_gen|char_ram~36718_combout ; +wire \text_gen|char_ram~36726_combout ; +wire \text_gen|char_ram~14600_q ; +wire \text_gen|char_ram~15048feeder_combout ; +wire \text_gen|char_ram~15048_q ; +wire \text_gen|char_ram~36744_combout ; +wire \text_gen|char_ram~15944_q ; +wire \text_gen|char_ram~15496feeder_combout ; +wire \text_gen|char_ram~15496_q ; +wire \text_gen|char_ram~36745_combout ; +wire \text_gen|char_ram~15041_q ; +wire \text_gen|char_ram~15937_q ; +wire \text_gen|char_ram~15489feeder_combout ; +wire \text_gen|char_ram~15489_q ; +wire \text_gen|char_ram~14593_q ; +wire \text_gen|char_ram~36739_combout ; +wire \text_gen|char_ram~36740_combout ; +wire \text_gen|char_ram~15013feeder_combout ; +wire \text_gen|char_ram~15013_q ; +wire \text_gen|char_ram~15909_q ; +wire \text_gen|char_ram~15461feeder_combout ; +wire \text_gen|char_ram~15461_q ; +wire \text_gen|char_ram~14565_q ; +wire \text_gen|char_ram~36741_combout ; +wire \text_gen|char_ram~36742_combout ; +wire \text_gen|char_ram~36743_combout ; +wire \text_gen|char_ram~15468_q ; +wire \text_gen|char_ram~15916_q ; +wire \text_gen|char_ram~14572_q ; +wire \text_gen|char_ram~15020_q ; +wire \text_gen|char_ram~36737_combout ; +wire \text_gen|char_ram~36738_combout ; +wire \text_gen|char_ram~36746_combout ; +wire \text_gen|char_ram~15034_q ; +wire \text_gen|char_ram~14586_q ; +wire \text_gen|char_ram~36727_combout ; +wire \text_gen|char_ram~15482feeder_combout ; +wire \text_gen|char_ram~15482_q ; +wire \text_gen|char_ram~15930_q ; +wire \text_gen|char_ram~36728_combout ; +wire \text_gen|char_ram~15510feeder_combout ; +wire \text_gen|char_ram~15510_q ; +wire \text_gen|char_ram~15958_q ; +wire \text_gen|char_ram~15062feeder_combout ; +wire \text_gen|char_ram~15062_q ; +wire \text_gen|char_ram~14614_q ; +wire \text_gen|char_ram~36734_combout ; +wire \text_gen|char_ram~36735_combout ; +wire \text_gen|char_ram~15055_q ; +wire \text_gen|char_ram~15951_q ; +wire \text_gen|char_ram~15503_q ; +wire \text_gen|char_ram~14607_q ; +wire \text_gen|char_ram~36729_combout ; +wire \text_gen|char_ram~36730_combout ; +wire \text_gen|char_ram~15027feeder_combout ; +wire \text_gen|char_ram~15027_q ; +wire \text_gen|char_ram~15923_q ; +wire \text_gen|char_ram~14579_q ; +wire \text_gen|char_ram~15475feeder_combout ; +wire \text_gen|char_ram~15475_q ; +wire \text_gen|char_ram~36731_combout ; +wire \text_gen|char_ram~36732_combout ; +wire \text_gen|char_ram~36733_combout ; +wire \text_gen|char_ram~36736_combout ; +wire \text_gen|char_ram~36747_combout ; +wire \text_gen|char_ram~15083feeder_combout ; +wire \text_gen|char_ram~15083_q ; +wire \text_gen|char_ram~15979_q ; +wire \text_gen|char_ram~15531feeder_combout ; +wire \text_gen|char_ram~15531_q ; +wire \text_gen|char_ram~14635_q ; +wire \text_gen|char_ram~36752_combout ; +wire \text_gen|char_ram~36753_combout ; +wire \text_gen|char_ram~15538feeder_combout ; +wire \text_gen|char_ram~15538_q ; +wire \text_gen|char_ram~15986_q ; +wire \text_gen|char_ram~14642_q ; +wire \text_gen|char_ram~15090_q ; +wire \text_gen|char_ram~36750_combout ; +wire \text_gen|char_ram~36751_combout ; +wire \text_gen|char_ram~36754_combout ; +wire \text_gen|char_ram~15566feeder_combout ; +wire \text_gen|char_ram~15566_q ; +wire \text_gen|char_ram~14670_q ; +wire \text_gen|char_ram~15118feeder_combout ; +wire \text_gen|char_ram~15118_q ; +wire \text_gen|char_ram~36755_combout ; +wire \text_gen|char_ram~16014_q ; +wire \text_gen|char_ram~36756_combout ; +wire \text_gen|char_ram~15111_q ; +wire \text_gen|char_ram~16007_q ; +wire \text_gen|char_ram~14663_q ; +wire \text_gen|char_ram~15559feeder_combout ; +wire \text_gen|char_ram~15559_q ; +wire \text_gen|char_ram~36748_combout ; +wire \text_gen|char_ram~36749_combout ; +wire \text_gen|char_ram~36757_combout ; +wire \text_gen|char_ram~36758_combout ; +wire \text_gen|char_ram~36801_combout ; +wire \text_gen|char_ram~36844_combout ; +wire \text_gen|char_ram~36845_combout ; +wire \text_gen|char_ram~20760feeder_combout ; +wire \text_gen|char_ram~20760_q ; +wire \text_gen|char_ram~20774_q ; +wire \text_gen|char_ram~20648_q ; +wire \text_gen|char_ram~20662feeder_combout ; +wire \text_gen|char_ram~20662_q ; +wire \text_gen|char_ram~36888_combout ; +wire \text_gen|char_ram~36889_combout ; +wire \text_gen|char_ram~20753feeder_combout ; +wire \text_gen|char_ram~20753_q ; +wire \text_gen|char_ram~20767_q ; +wire \text_gen|char_ram~20641_q ; +wire \text_gen|char_ram~20655feeder_combout ; +wire \text_gen|char_ram~20655_q ; +wire \text_gen|char_ram~36892_combout ; +wire \text_gen|char_ram~36893_combout ; +wire \text_gen|char_ram~20977feeder_combout ; +wire \text_gen|char_ram~20977_q ; +wire \text_gen|char_ram~20991_q ; +wire \text_gen|char_ram~20879feeder_combout ; +wire \text_gen|char_ram~20879_q ; +wire \text_gen|char_ram~20865_q ; +wire \text_gen|char_ram~36890_combout ; +wire \text_gen|char_ram~36891_combout ; +wire \text_gen|char_ram~36894_combout ; +wire \text_gen|char_ram~20984feeder_combout ; +wire \text_gen|char_ram~20984_q ; +wire \text_gen|char_ram~20998_q ; +wire \text_gen|char_ram~20872_q ; +wire \text_gen|char_ram~20886_q ; +wire \text_gen|char_ram~36895_combout ; +wire \text_gen|char_ram~36896_combout ; +wire \text_gen|char_ram~36897_combout ; +wire \text_gen|char_ram~20816feeder_combout ; +wire \text_gen|char_ram~20816_q ; +wire \text_gen|char_ram~20830feeder_combout ; +wire \text_gen|char_ram~20830_q ; +wire \text_gen|char_ram~20704_q ; +wire \text_gen|char_ram~20718feeder_combout ; +wire \text_gen|char_ram~20718_q ; +wire \text_gen|char_ram~36919_combout ; +wire \text_gen|char_ram~36920_combout ; +wire \text_gen|char_ram~20942feeder_combout ; +wire \text_gen|char_ram~20942_q ; +wire \text_gen|char_ram~20928_q ; +wire \text_gen|char_ram~36926_combout ; +wire \text_gen|char_ram~21054_q ; +wire \text_gen|char_ram~21040feeder_combout ; +wire \text_gen|char_ram~21040_q ; +wire \text_gen|char_ram~36927_combout ; +wire \text_gen|char_ram~20809feeder_combout ; +wire \text_gen|char_ram~20809_q ; +wire \text_gen|char_ram~20823_q ; +wire \text_gen|char_ram~20697_q ; +wire \text_gen|char_ram~20711feeder_combout ; +wire \text_gen|char_ram~20711_q ; +wire \text_gen|char_ram~36923_combout ; +wire \text_gen|char_ram~36924_combout ; +wire \text_gen|char_ram~21047feeder_combout ; +wire \text_gen|char_ram~21047_q ; +wire \text_gen|char_ram~20935feeder_combout ; +wire \text_gen|char_ram~20935_q ; +wire \text_gen|char_ram~20921feeder_combout ; +wire \text_gen|char_ram~20921_q ; +wire \text_gen|char_ram~36921_combout ; +wire \text_gen|char_ram~21033feeder_combout ; +wire \text_gen|char_ram~21033_q ; +wire \text_gen|char_ram~36922_combout ; +wire \text_gen|char_ram~36925_combout ; +wire \text_gen|char_ram~36928_combout ; +wire \text_gen|char_ram~20802feeder_combout ; +wire \text_gen|char_ram~20802_q ; +wire \text_gen|char_ram~20788_q ; +wire \text_gen|char_ram~36905_combout ; +wire \text_gen|char_ram~21026_q ; +wire \text_gen|char_ram~21012feeder_combout ; +wire \text_gen|char_ram~21012_q ; +wire \text_gen|char_ram~36906_combout ; +wire \text_gen|char_ram~20900feeder_combout ; +wire \text_gen|char_ram~20900_q ; +wire \text_gen|char_ram~20914_q ; +wire \text_gen|char_ram~20690feeder_combout ; +wire \text_gen|char_ram~20690_q ; +wire \text_gen|char_ram~20676_q ; +wire \text_gen|char_ram~36898_combout ; +wire \text_gen|char_ram~36899_combout ; +wire \text_gen|char_ram~20893feeder_combout ; +wire \text_gen|char_ram~20893_q ; +wire \text_gen|char_ram~20907_q ; +wire \text_gen|char_ram~20669_q ; +wire \text_gen|char_ram~20683feeder_combout ; +wire \text_gen|char_ram~20683_q ; +wire \text_gen|char_ram~36902_combout ; +wire \text_gen|char_ram~36903_combout ; +wire \text_gen|char_ram~20781_q ; +wire \text_gen|char_ram~20795feeder_combout ; +wire \text_gen|char_ram~20795_q ; +wire \text_gen|char_ram~36900_combout ; +wire \text_gen|char_ram~21019_q ; +wire \text_gen|char_ram~21005feeder_combout ; +wire \text_gen|char_ram~21005_q ; +wire \text_gen|char_ram~36901_combout ; +wire \text_gen|char_ram~36904_combout ; +wire \text_gen|char_ram~36907_combout ; +wire \text_gen|char_ram~20746feeder_combout ; +wire \text_gen|char_ram~20746_q ; +wire \text_gen|char_ram~20970_q ; +wire \text_gen|char_ram~20732_q ; +wire \text_gen|char_ram~20956feeder_combout ; +wire \text_gen|char_ram~20956_q ; +wire \text_gen|char_ram~36915_combout ; +wire \text_gen|char_ram~36916_combout ; +wire \text_gen|char_ram~20613_q ; +wire \text_gen|char_ram~20627feeder_combout ; +wire \text_gen|char_ram~20627_q ; +wire \text_gen|char_ram~36912_combout ; +wire \text_gen|char_ram~20851_q ; +wire \text_gen|char_ram~20837feeder_combout ; +wire \text_gen|char_ram~20837_q ; +wire \text_gen|char_ram~36913_combout ; +wire \text_gen|char_ram~20739feeder_combout ; +wire \text_gen|char_ram~20739_q ; +wire \text_gen|char_ram~20963_q ; +wire \text_gen|char_ram~20949feeder_combout ; +wire \text_gen|char_ram~20949_q ; +wire \text_gen|char_ram~20725_q ; +wire \text_gen|char_ram~36910_combout ; +wire \text_gen|char_ram~36911_combout ; +wire \text_gen|char_ram~36914_combout ; +wire \text_gen|char_ram~20844feeder_combout ; +wire \text_gen|char_ram~20844_q ; +wire \text_gen|char_ram~20858_q ; +wire \text_gen|char_ram~20620_q ; +wire \text_gen|char_ram~20634feeder_combout ; +wire \text_gen|char_ram~20634_q ; +wire \text_gen|char_ram~36908_combout ; +wire \text_gen|char_ram~36909_combout ; +wire \text_gen|char_ram~36917_combout ; +wire \text_gen|char_ram~36918_combout ; +wire \text_gen|char_ram~36929_combout ; +wire \text_gen|char_ram~20032feeder_combout ; +wire \text_gen|char_ram~20032_q ; +wire \text_gen|char_ram~20046_q ; +wire \text_gen|char_ram~19822feeder_combout ; +wire \text_gen|char_ram~19822_q ; +wire \text_gen|char_ram~19808_q ; +wire \text_gen|char_ram~36961_combout ; +wire \text_gen|char_ram~36962_combout ; +wire \text_gen|char_ram~20144_q ; +wire \text_gen|char_ram~20158_q ; +wire \text_gen|char_ram~19920_q ; +wire \text_gen|char_ram~19934feeder_combout ; +wire \text_gen|char_ram~19934_q ; +wire \text_gen|char_ram~36968_combout ; +wire \text_gen|char_ram~36969_combout ; +wire \text_gen|char_ram~19990_q ; +wire \text_gen|char_ram~19976feeder_combout ; +wire \text_gen|char_ram~19976_q ; +wire \text_gen|char_ram~19752_q ; +wire \text_gen|char_ram~19766_q ; +wire \text_gen|char_ram~36965_combout ; +wire \text_gen|char_ram~36966_combout ; +wire \text_gen|char_ram~19864_q ; +wire \text_gen|char_ram~19878feeder_combout ; +wire \text_gen|char_ram~19878_q ; +wire \text_gen|char_ram~36963_combout ; +wire \text_gen|char_ram~20102_q ; +wire \text_gen|char_ram~20088_q ; +wire \text_gen|char_ram~36964_combout ; +wire \text_gen|char_ram~36967_combout ; +wire \text_gen|char_ram~36970_combout ; +wire \text_gen|char_ram~19836_q ; +wire \text_gen|char_ram~19850feeder_combout ; +wire \text_gen|char_ram~19850_q ; +wire \text_gen|char_ram~36932_combout ; +wire \text_gen|char_ram~19906_q ; +wire \text_gen|char_ram~19892feeder_combout ; +wire \text_gen|char_ram~19892_q ; +wire \text_gen|char_ram~36933_combout ; +wire \text_gen|char_ram~19780feeder_combout ; +wire \text_gen|char_ram~19780_q ; +wire \text_gen|char_ram~19794_q ; +wire \text_gen|char_ram~19724_q ; +wire \text_gen|char_ram~19738feeder_combout ; +wire \text_gen|char_ram~19738_q ; +wire \text_gen|char_ram~36934_combout ; +wire \text_gen|char_ram~36935_combout ; +wire \text_gen|char_ram~36936_combout ; +wire \text_gen|char_ram~20074_q ; +wire \text_gen|char_ram~20130_q ; +wire \text_gen|char_ram~20060_q ; +wire \text_gen|char_ram~20116feeder_combout ; +wire \text_gen|char_ram~20116_q ; +wire \text_gen|char_ram~36937_combout ; +wire \text_gen|char_ram~36938_combout ; +wire \text_gen|char_ram~19962_q ; +wire \text_gen|char_ram~20018_q ; +wire \text_gen|char_ram~19948_q ; +wire \text_gen|char_ram~20004feeder_combout ; +wire \text_gen|char_ram~20004_q ; +wire \text_gen|char_ram~36930_combout ; +wire \text_gen|char_ram~36931_combout ; +wire \text_gen|char_ram~36939_combout ; +wire \text_gen|char_ram~19871feeder_combout ; +wire \text_gen|char_ram~19871_q ; +wire \text_gen|char_ram~19927_q ; +wire \text_gen|char_ram~19857_q ; +wire \text_gen|char_ram~19913feeder_combout ; +wire \text_gen|char_ram~19913_q ; +wire \text_gen|char_ram~36942_combout ; +wire \text_gen|char_ram~36943_combout ; +wire \text_gen|char_ram~19759feeder_combout ; +wire \text_gen|char_ram~19759_q ; +wire \text_gen|char_ram~19815_q ; +wire \text_gen|char_ram~19745_q ; +wire \text_gen|char_ram~19801_q ; +wire \text_gen|char_ram~36944_combout ; +wire \text_gen|char_ram~36945_combout ; +wire \text_gen|char_ram~36946_combout ; +wire \text_gen|char_ram~20095_q ; +wire \text_gen|char_ram~20151_q ; +wire \text_gen|char_ram~20081_q ; +wire \text_gen|char_ram~20137_q ; +wire \text_gen|char_ram~36947_combout ; +wire \text_gen|char_ram~36948_combout ; +wire \text_gen|char_ram~19983_q ; +wire \text_gen|char_ram~20039feeder_combout ; +wire \text_gen|char_ram~20039_q ; +wire \text_gen|char_ram~19969_q ; +wire \text_gen|char_ram~20025_q ; +wire \text_gen|char_ram~36940_combout ; +wire \text_gen|char_ram~36941_combout ; +wire \text_gen|char_ram~36949_combout ; +wire \text_gen|char_ram~20067feeder_combout ; +wire \text_gen|char_ram~20067_q ; +wire \text_gen|char_ram~20123_q ; +wire \text_gen|char_ram~20053_q ; +wire \text_gen|char_ram~20109feeder_combout ; +wire \text_gen|char_ram~20109_q ; +wire \text_gen|char_ram~36957_combout ; +wire \text_gen|char_ram~36958_combout ; +wire \text_gen|char_ram~19731feeder_combout ; +wire \text_gen|char_ram~19731_q ; +wire \text_gen|char_ram~19787_q ; +wire \text_gen|char_ram~19717_q ; +wire \text_gen|char_ram~19773feeder_combout ; +wire \text_gen|char_ram~19773_q ; +wire \text_gen|char_ram~36954_combout ; +wire \text_gen|char_ram~36955_combout ; +wire \text_gen|char_ram~19843feeder_combout ; +wire \text_gen|char_ram~19843_q ; +wire \text_gen|char_ram~19899_q ; +wire \text_gen|char_ram~19829_q ; +wire \text_gen|char_ram~19885feeder_combout ; +wire \text_gen|char_ram~19885_q ; +wire \text_gen|char_ram~36952_combout ; +wire \text_gen|char_ram~36953_combout ; +wire \text_gen|char_ram~36956_combout ; +wire \text_gen|char_ram~19955_q ; +wire \text_gen|char_ram~20011_q ; +wire \text_gen|char_ram~19941_q ; +wire \text_gen|char_ram~19997feeder_combout ; +wire \text_gen|char_ram~19997_q ; +wire \text_gen|char_ram~36950_combout ; +wire \text_gen|char_ram~36951_combout ; +wire \text_gen|char_ram~36959_combout ; +wire \text_gen|char_ram~36960_combout ; +wire \text_gen|char_ram~36971_combout ; +wire \text_gen|char_ram~36972_combout ; +wire \text_gen|char_ram~20480feeder_combout ; +wire \text_gen|char_ram~20480_q ; +wire \text_gen|char_ram~20494_q ; +wire \text_gen|char_ram~20256_q ; +wire \text_gen|char_ram~20270_q ; +wire \text_gen|char_ram~36877_combout ; +wire \text_gen|char_ram~36878_combout ; +wire \text_gen|char_ram~20382feeder_combout ; +wire \text_gen|char_ram~20382_q ; +wire \text_gen|char_ram~20606_q ; +wire \text_gen|char_ram~20368_q ; +wire \text_gen|char_ram~20592feeder_combout ; +wire \text_gen|char_ram~20592_q ; +wire \text_gen|char_ram~36884_combout ; +wire \text_gen|char_ram~36885_combout ; +wire \text_gen|char_ram~20564feeder_combout ; +wire \text_gen|char_ram~20564_q ; +wire \text_gen|char_ram~20578_q ; +wire \text_gen|char_ram~20340_q ; +wire \text_gen|char_ram~20354feeder_combout ; +wire \text_gen|char_ram~20354_q ; +wire \text_gen|char_ram~36879_combout ; +wire \text_gen|char_ram~36880_combout ; +wire \text_gen|char_ram~20242feeder_combout ; +wire \text_gen|char_ram~20242_q ; +wire \text_gen|char_ram~20228_q ; +wire \text_gen|char_ram~36881_combout ; +wire \text_gen|char_ram~20452feeder_combout ; +wire \text_gen|char_ram~20452_q ; +wire \text_gen|char_ram~20466_q ; +wire \text_gen|char_ram~36882_combout ; +wire \text_gen|char_ram~36883_combout ; +wire \text_gen|char_ram~36886_combout ; +wire \text_gen|char_ram~20585feeder_combout ; +wire \text_gen|char_ram~20585_q ; +wire \text_gen|char_ram~20599_q ; +wire \text_gen|char_ram~20375feeder_combout ; +wire \text_gen|char_ram~20375_q ; +wire \text_gen|char_ram~20361_q ; +wire \text_gen|char_ram~36863_combout ; +wire \text_gen|char_ram~36864_combout ; +wire \text_gen|char_ram~20473feeder_combout ; +wire \text_gen|char_ram~20473_q ; +wire \text_gen|char_ram~20263_q ; +wire \text_gen|char_ram~20249_q ; +wire \text_gen|char_ram~36858_combout ; +wire \text_gen|char_ram~20487_q ; +wire \text_gen|char_ram~36859_combout ; +wire \text_gen|char_ram~20445feeder_combout ; +wire \text_gen|char_ram~20445_q ; +wire \text_gen|char_ram~20459_q ; +wire \text_gen|char_ram~20221_q ; +wire \text_gen|char_ram~20235feeder_combout ; +wire \text_gen|char_ram~20235_q ; +wire \text_gen|char_ram~36860_combout ; +wire \text_gen|char_ram~36861_combout ; +wire \text_gen|char_ram~36862_combout ; +wire \text_gen|char_ram~20557feeder_combout ; +wire \text_gen|char_ram~20557_q ; +wire \text_gen|char_ram~20571_q ; +wire \text_gen|char_ram~20333_q ; +wire \text_gen|char_ram~20347feeder_combout ; +wire \text_gen|char_ram~20347_q ; +wire \text_gen|char_ram~36856_combout ; +wire \text_gen|char_ram~36857_combout ; +wire \text_gen|char_ram~36865_combout ; +wire \text_gen|char_ram~20515feeder_combout ; +wire \text_gen|char_ram~20515_q ; +wire \text_gen|char_ram~20501_q ; +wire \text_gen|char_ram~20277_q ; +wire \text_gen|char_ram~20291feeder_combout ; +wire \text_gen|char_ram~20291_q ; +wire \text_gen|char_ram~36866_combout ; +wire \text_gen|char_ram~36867_combout ; +wire \text_gen|char_ram~20319feeder_combout ; +wire \text_gen|char_ram~20319_q ; +wire \text_gen|char_ram~20305_q ; +wire \text_gen|char_ram~36873_combout ; +wire \text_gen|char_ram~20529feeder_combout ; +wire \text_gen|char_ram~20529_q ; +wire \text_gen|char_ram~20543_q ; +wire \text_gen|char_ram~36874_combout ; +wire \text_gen|char_ram~20207feeder_combout ; +wire \text_gen|char_ram~20207_q ; +wire \text_gen|char_ram~20193_q ; +wire \text_gen|char_ram~36868_combout ; +wire \text_gen|char_ram~20431_q ; +wire \text_gen|char_ram~20417feeder_combout ; +wire \text_gen|char_ram~20417_q ; +wire \text_gen|char_ram~36869_combout ; +wire \text_gen|char_ram~20389feeder_combout ; +wire \text_gen|char_ram~20389_q ; +wire \text_gen|char_ram~20403_q ; +wire \text_gen|char_ram~20165feeder_combout ; +wire \text_gen|char_ram~20165_q ; +wire \text_gen|char_ram~20179feeder_combout ; +wire \text_gen|char_ram~20179_q ; +wire \text_gen|char_ram~36870_combout ; +wire \text_gen|char_ram~36871_combout ; +wire \text_gen|char_ram~36872_combout ; +wire \text_gen|char_ram~36875_combout ; +wire \text_gen|char_ram~36876_combout ; +wire \text_gen|char_ram~20536_q ; +wire \text_gen|char_ram~20550_q ; +wire \text_gen|char_ram~20312_q ; +wire \text_gen|char_ram~20326feeder_combout ; +wire \text_gen|char_ram~20326_q ; +wire \text_gen|char_ram~36853_combout ; +wire \text_gen|char_ram~36854_combout ; +wire \text_gen|char_ram~20438feeder_combout ; +wire \text_gen|char_ram~20438_q ; +wire \text_gen|char_ram~20424_q ; +wire \text_gen|char_ram~20200_q ; +wire \text_gen|char_ram~20214_q ; +wire \text_gen|char_ram~36846_combout ; +wire \text_gen|char_ram~36847_combout ; +wire \text_gen|char_ram~20396feeder_combout ; +wire \text_gen|char_ram~20396_q ; +wire \text_gen|char_ram~20410_q ; +wire \text_gen|char_ram~20172_q ; +wire \text_gen|char_ram~20186feeder_combout ; +wire \text_gen|char_ram~20186_q ; +wire \text_gen|char_ram~36850_combout ; +wire \text_gen|char_ram~36851_combout ; +wire \text_gen|char_ram~20508_q ; +wire \text_gen|char_ram~20522_q ; +wire \text_gen|char_ram~20298feeder_combout ; +wire \text_gen|char_ram~20298_q ; +wire \text_gen|char_ram~20284_q ; +wire \text_gen|char_ram~36848_combout ; +wire \text_gen|char_ram~36849_combout ; +wire \text_gen|char_ram~36852_combout ; +wire \text_gen|char_ram~36855_combout ; +wire \text_gen|char_ram~36887_combout ; +wire \text_gen|char_ram~21376feeder_combout ; +wire \text_gen|char_ram~21376_q ; +wire \text_gen|char_ram~21488_q ; +wire \text_gen|char_ram~21432_q ; +wire \text_gen|char_ram~21320_q ; +wire \text_gen|char_ram~36980_combout ; +wire \text_gen|char_ram~36981_combout ; +wire \text_gen|char_ram~21145feeder_combout ; +wire \text_gen|char_ram~21145_q ; +wire \text_gen|char_ram~21257_q ; +wire \text_gen|char_ram~21089_q ; +wire \text_gen|char_ram~21201_q ; +wire \text_gen|char_ram~36977_combout ; +wire \text_gen|char_ram~36978_combout ; +wire \text_gen|char_ram~21369feeder_combout ; +wire \text_gen|char_ram~21369_q ; +wire \text_gen|char_ram~21481_q ; +wire \text_gen|char_ram~21313_q ; +wire \text_gen|char_ram~21425feeder_combout ; +wire \text_gen|char_ram~21425_q ; +wire \text_gen|char_ram~36975_combout ; +wire \text_gen|char_ram~36976_combout ; +wire \text_gen|char_ram~36979_combout ; +wire \text_gen|char_ram~21152_q ; +wire \text_gen|char_ram~21264_q ; +wire \text_gen|char_ram~21096_q ; +wire \text_gen|char_ram~21208feeder_combout ; +wire \text_gen|char_ram~21208_q ; +wire \text_gen|char_ram~36973_combout ; +wire \text_gen|char_ram~36974_combout ; +wire \text_gen|char_ram~36982_combout ; +wire \text_gen|char_ram~21124_q ; +wire \text_gen|char_ram~21348_q ; +wire \text_gen|char_ram~21068_q ; +wire \text_gen|char_ram~21292_q ; +wire \text_gen|char_ram~36993_combout ; +wire \text_gen|char_ram~36994_combout ; +wire \text_gen|char_ram~21460_q ; +wire \text_gen|char_ram~21180feeder_combout ; +wire \text_gen|char_ram~21180_q ; +wire \text_gen|char_ram~21404feeder_combout ; +wire \text_gen|char_ram~21404_q ; +wire \text_gen|char_ram~37000_combout ; +wire \text_gen|char_ram~21236feeder_combout ; +wire \text_gen|char_ram~21236_q ; +wire \text_gen|char_ram~37001_combout ; +wire \text_gen|char_ram~21397feeder_combout ; +wire \text_gen|char_ram~21397_q ; +wire \text_gen|char_ram~21173_q ; +wire \text_gen|char_ram~36995_combout ; +wire \text_gen|char_ram~21453_q ; +wire \text_gen|char_ram~21229_q ; +wire \text_gen|char_ram~36996_combout ; +wire \text_gen|char_ram~21061_q ; +wire \text_gen|char_ram~21285_q ; +wire \text_gen|char_ram~36997_combout ; +wire \text_gen|char_ram~21341_q ; +wire \text_gen|char_ram~21117_q ; +wire \text_gen|char_ram~36998_combout ; +wire \text_gen|char_ram~36999_combout ; +wire \text_gen|char_ram~37002_combout ; +wire \text_gen|char_ram~21138_q ; +wire \text_gen|char_ram~21362_q ; +wire \text_gen|char_ram~21306feeder_combout ; +wire \text_gen|char_ram~21306_q ; +wire \text_gen|char_ram~21082_q ; +wire \text_gen|char_ram~36983_combout ; +wire \text_gen|char_ram~36984_combout ; +wire \text_gen|char_ram~21250feeder_combout ; +wire \text_gen|char_ram~21250_q ; +wire \text_gen|char_ram~21474feeder_combout ; +wire \text_gen|char_ram~21474_q ; +wire \text_gen|char_ram~21194_q ; +wire \text_gen|char_ram~21418feeder_combout ; +wire \text_gen|char_ram~21418_q ; +wire \text_gen|char_ram~36990_combout ; +wire \text_gen|char_ram~36991_combout ; +wire \text_gen|char_ram~21131_q ; +wire \text_gen|char_ram~21355_q ; +wire \text_gen|char_ram~21075_q ; +wire \text_gen|char_ram~21299feeder_combout ; +wire \text_gen|char_ram~21299_q ; +wire \text_gen|char_ram~36987_combout ; +wire \text_gen|char_ram~36988_combout ; +wire \text_gen|char_ram~21243_q ; +wire \text_gen|char_ram~21467_q ; +wire \text_gen|char_ram~21187_q ; +wire \text_gen|char_ram~21411feeder_combout ; +wire \text_gen|char_ram~21411_q ; +wire \text_gen|char_ram~36985_combout ; +wire \text_gen|char_ram~36986_combout ; +wire \text_gen|char_ram~36989_combout ; +wire \text_gen|char_ram~36992_combout ; +wire \text_gen|char_ram~37003_combout ; +wire \text_gen|char_ram~21271_q ; +wire \text_gen|char_ram~21278_q ; +wire \text_gen|char_ram~21222_q ; +wire \text_gen|char_ram~21215_q ; +wire \text_gen|char_ram~37004_combout ; +wire \text_gen|char_ram~37005_combout ; +wire \text_gen|char_ram~21446_q ; +wire \text_gen|char_ram~21439_q ; +wire \text_gen|char_ram~37011_combout ; +wire \text_gen|char_ram~21495_q ; +wire \text_gen|char_ram~21502feeder_combout ; +wire \text_gen|char_ram~21502_q ; +wire \text_gen|char_ram~37012_combout ; +wire \text_gen|char_ram~21159_q ; +wire \text_gen|char_ram~21166_q ; +wire \text_gen|char_ram~21103_q ; +wire \text_gen|char_ram~21110_q ; +wire \text_gen|char_ram~37008_combout ; +wire \text_gen|char_ram~37009_combout ; +wire \text_gen|char_ram~21334_q ; +wire \text_gen|char_ram~21390_q ; +wire \text_gen|char_ram~21383feeder_combout ; +wire \text_gen|char_ram~21383_q ; +wire \text_gen|char_ram~21327_q ; +wire \text_gen|char_ram~37006_combout ; +wire \text_gen|char_ram~37007_combout ; +wire \text_gen|char_ram~37010_combout ; +wire \text_gen|char_ram~37013_combout ; +wire \text_gen|char_ram~37014_combout ; +wire \text_gen|char_ram~37015_combout ; +wire \text_gen|char_ram~37016_combout ; +wire \text_gen|char_ram~26038_q ; +wire \text_gen|char_ram~26486_q ; +wire \text_gen|char_ram~25590_q ; +wire \text_gen|char_ram~25142_q ; +wire \text_gen|char_ram~38795_combout ; +wire \text_gen|char_ram~38796_combout ; +wire \text_gen|char_ram~27382feeder_combout ; +wire \text_gen|char_ram~27382_q ; +wire \text_gen|char_ram~28278_q ; +wire \text_gen|char_ram~26934_q ; +wire \text_gen|char_ram~27830feeder_combout ; +wire \text_gen|char_ram~27830_q ; +wire \text_gen|char_ram~38802_combout ; +wire \text_gen|char_ram~38803_combout ; +wire \text_gen|char_ram~22454_q ; +wire \text_gen|char_ram~22902_q ; +wire \text_gen|char_ram~21558_q ; +wire \text_gen|char_ram~22006_q ; +wire \text_gen|char_ram~38799_combout ; +wire \text_gen|char_ram~38800_combout ; +wire \text_gen|char_ram~23798_q ; +wire \text_gen|char_ram~24694_q ; +wire \text_gen|char_ram~23350_q ; +wire \text_gen|char_ram~24246feeder_combout ; +wire \text_gen|char_ram~24246_q ; +wire \text_gen|char_ram~38797_combout ; +wire \text_gen|char_ram~38798_combout ; +wire \text_gen|char_ram~38801_combout ; +wire \text_gen|char_ram~38804_combout ; +wire \text_gen|char_ram~24666feeder_combout ; +wire \text_gen|char_ram~24666_q ; +wire \text_gen|char_ram~28250_q ; +wire \text_gen|char_ram~26458_q ; +wire \text_gen|char_ram~22874_q ; +wire \text_gen|char_ram~38771_combout ; +wire \text_gen|char_ram~38772_combout ; +wire \text_gen|char_ram~23770_q ; +wire \text_gen|char_ram~21978_q ; +wire \text_gen|char_ram~38764_combout ; +wire \text_gen|char_ram~25562_q ; +wire \text_gen|char_ram~27354_q ; +wire \text_gen|char_ram~38765_combout ; +wire \text_gen|char_ram~25114feeder_combout ; +wire \text_gen|char_ram~25114_q ; +wire \text_gen|char_ram~26906_q ; +wire \text_gen|char_ram~21530_q ; +wire \text_gen|char_ram~23322_q ; +wire \text_gen|char_ram~38768_combout ; +wire \text_gen|char_ram~38769_combout ; +wire \text_gen|char_ram~26010feeder_combout ; +wire \text_gen|char_ram~26010_q ; +wire \text_gen|char_ram~27802_q ; +wire \text_gen|char_ram~24218feeder_combout ; +wire \text_gen|char_ram~24218_q ; +wire \text_gen|char_ram~22426_q ; +wire \text_gen|char_ram~38766_combout ; +wire \text_gen|char_ram~38767_combout ; +wire \text_gen|char_ram~38770_combout ; +wire \text_gen|char_ram~38773_combout ; +wire \text_gen|char_ram~26451_q ; +wire \text_gen|char_ram~28243_q ; +wire \text_gen|char_ram~24659feeder_combout ; +wire \text_gen|char_ram~24659_q ; +wire \text_gen|char_ram~22867_q ; +wire \text_gen|char_ram~38791_combout ; +wire \text_gen|char_ram~38792_combout ; +wire \text_gen|char_ram~25107feeder_combout ; +wire \text_gen|char_ram~25107_q ; +wire \text_gen|char_ram~26899_q ; +wire \text_gen|char_ram~23315_q ; +wire \text_gen|char_ram~21523_q ; +wire \text_gen|char_ram~38788_combout ; +wire \text_gen|char_ram~38789_combout ; +wire \text_gen|char_ram~25555_q ; +wire \text_gen|char_ram~27347_q ; +wire \text_gen|char_ram~23763feeder_combout ; +wire \text_gen|char_ram~23763_q ; +wire \text_gen|char_ram~21971_q ; +wire \text_gen|char_ram~38786_combout ; +wire \text_gen|char_ram~38787_combout ; +wire \text_gen|char_ram~38790_combout ; +wire \text_gen|char_ram~26003feeder_combout ; +wire \text_gen|char_ram~26003_q ; +wire \text_gen|char_ram~27795_q ; +wire \text_gen|char_ram~22419_q ; +wire \text_gen|char_ram~24211feeder_combout ; +wire \text_gen|char_ram~24211_q ; +wire \text_gen|char_ram~38784_combout ; +wire \text_gen|char_ram~38785_combout ; +wire \text_gen|char_ram~38793_combout ; +wire \text_gen|char_ram~25583_q ; +wire \text_gen|char_ram~25135_q ; +wire \text_gen|char_ram~26031feeder_combout ; +wire \text_gen|char_ram~26031_q ; +wire \text_gen|char_ram~38774_combout ; +wire \text_gen|char_ram~26479_q ; +wire \text_gen|char_ram~38775_combout ; +wire \text_gen|char_ram~27823_q ; +wire \text_gen|char_ram~28271_q ; +wire \text_gen|char_ram~26927_q ; +wire \text_gen|char_ram~27375_q ; +wire \text_gen|char_ram~38781_combout ; +wire \text_gen|char_ram~38782_combout ; +wire \text_gen|char_ram~24239_q ; +wire \text_gen|char_ram~24687_q ; +wire \text_gen|char_ram~23791feeder_combout ; +wire \text_gen|char_ram~23791_q ; +wire \text_gen|char_ram~23343_q ; +wire \text_gen|char_ram~38776_combout ; +wire \text_gen|char_ram~38777_combout ; +wire \text_gen|char_ram~21999_q ; +wire \text_gen|char_ram~22895_q ; +wire \text_gen|char_ram~21551_q ; +wire \text_gen|char_ram~22447_q ; +wire \text_gen|char_ram~38778_combout ; +wire \text_gen|char_ram~38779_combout ; +wire \text_gen|char_ram~38780_combout ; +wire \text_gen|char_ram~38783_combout ; +wire \text_gen|char_ram~38794_combout ; +wire \text_gen|char_ram~38805_combout ; +wire \text_gen|char_ram~26024feeder_combout ; +wire \text_gen|char_ram~26024_q ; +wire \text_gen|char_ram~25128_q ; +wire \text_gen|char_ram~38837_combout ; +wire \text_gen|char_ram~26920_q ; +wire \text_gen|char_ram~27816_q ; +wire \text_gen|char_ram~38838_combout ; +wire \text_gen|char_ram~27368_q ; +wire \text_gen|char_ram~28264_q ; +wire \text_gen|char_ram~25576_q ; +wire \text_gen|char_ram~26472_q ; +wire \text_gen|char_ram~38844_combout ; +wire \text_gen|char_ram~38845_combout ; +wire \text_gen|char_ram~23336_q ; +wire \text_gen|char_ram~24232_q ; +wire \text_gen|char_ram~21544feeder_combout ; +wire \text_gen|char_ram~21544_q ; +wire \text_gen|char_ram~22440feeder_combout ; +wire \text_gen|char_ram~22440_q ; +wire \text_gen|char_ram~38841_combout ; +wire \text_gen|char_ram~38842_combout ; +wire \text_gen|char_ram~23784_q ; +wire \text_gen|char_ram~24680_q ; +wire \text_gen|char_ram~21992_q ; +wire \text_gen|char_ram~22888_q ; +wire \text_gen|char_ram~38839_combout ; +wire \text_gen|char_ram~38840_combout ; +wire \text_gen|char_ram~38843_combout ; +wire \text_gen|char_ram~38846_combout ; +wire \text_gen|char_ram~23308_q ; +wire \text_gen|char_ram~23756_q ; +wire \text_gen|char_ram~21964_q ; +wire \text_gen|char_ram~21516_q ; +wire \text_gen|char_ram~38810_combout ; +wire \text_gen|char_ram~38811_combout ; +wire \text_gen|char_ram~24204feeder_combout ; +wire \text_gen|char_ram~24204_q ; +wire \text_gen|char_ram~24652_q ; +wire \text_gen|char_ram~22860_q ; +wire \text_gen|char_ram~22412_q ; +wire \text_gen|char_ram~38808_combout ; +wire \text_gen|char_ram~38809_combout ; +wire \text_gen|char_ram~38812_combout ; +wire \text_gen|char_ram~26892_q ; +wire \text_gen|char_ram~27340_q ; +wire \text_gen|char_ram~25100_q ; +wire \text_gen|char_ram~25548_q ; +wire \text_gen|char_ram~38806_combout ; +wire \text_gen|char_ram~38807_combout ; +wire \text_gen|char_ram~27788feeder_combout ; +wire \text_gen|char_ram~27788_q ; +wire \text_gen|char_ram~28236_q ; +wire \text_gen|char_ram~25996_q ; +wire \text_gen|char_ram~26444_q ; +wire \text_gen|char_ram~38813_combout ; +wire \text_gen|char_ram~38814_combout ; +wire \text_gen|char_ram~38815_combout ; +wire \text_gen|char_ram~24645_q ; +wire \text_gen|char_ram~28229_q ; +wire \text_gen|char_ram~22853_q ; +wire \text_gen|char_ram~26437feeder_combout ; +wire \text_gen|char_ram~26437_q ; +wire \text_gen|char_ram~38833_combout ; +wire \text_gen|char_ram~38834_combout ; +wire \text_gen|char_ram~26885feeder_combout ; +wire \text_gen|char_ram~26885_q ; +wire \text_gen|char_ram~23301_q ; +wire \text_gen|char_ram~25093_q ; +wire \text_gen|char_ram~21509_q ; +wire \text_gen|char_ram~38830_combout ; +wire \text_gen|char_ram~38831_combout ; +wire \text_gen|char_ram~23749_q ; +wire \text_gen|char_ram~27333_q ; +wire \text_gen|char_ram~25541feeder_combout ; +wire \text_gen|char_ram~25541_q ; +wire \text_gen|char_ram~21957_q ; +wire \text_gen|char_ram~38828_combout ; +wire \text_gen|char_ram~38829_combout ; +wire \text_gen|char_ram~38832_combout ; +wire \text_gen|char_ram~24197feeder_combout ; +wire \text_gen|char_ram~24197_q ; +wire \text_gen|char_ram~27781_q ; +wire \text_gen|char_ram~25989feeder_combout ; +wire \text_gen|char_ram~25989_q ; +wire \text_gen|char_ram~22405_q ; +wire \text_gen|char_ram~38826_combout ; +wire \text_gen|char_ram~38827_combout ; +wire \text_gen|char_ram~38835_combout ; +wire \text_gen|char_ram~23329feeder_combout ; +wire \text_gen|char_ram~23329_q ; +wire \text_gen|char_ram~26913_q ; +wire \text_gen|char_ram~25121feeder_combout ; +wire \text_gen|char_ram~25121_q ; +wire \text_gen|char_ram~21537feeder_combout ; +wire \text_gen|char_ram~21537_q ; +wire \text_gen|char_ram~38820_combout ; +wire \text_gen|char_ram~38821_combout ; +wire \text_gen|char_ram~23777feeder_combout ; +wire \text_gen|char_ram~23777_q ; +wire \text_gen|char_ram~27361_q ; +wire \text_gen|char_ram~21985_q ; +wire \text_gen|char_ram~25569feeder_combout ; +wire \text_gen|char_ram~25569_q ; +wire \text_gen|char_ram~38818_combout ; +wire \text_gen|char_ram~38819_combout ; +wire \text_gen|char_ram~38822_combout ; +wire \text_gen|char_ram~24673feeder_combout ; +wire \text_gen|char_ram~24673_q ; +wire \text_gen|char_ram~22881_q ; +wire \text_gen|char_ram~26465_q ; +wire \text_gen|char_ram~38823_combout ; +wire \text_gen|char_ram~28257_q ; +wire \text_gen|char_ram~38824_combout ; +wire \text_gen|char_ram~24225_q ; +wire \text_gen|char_ram~27809_q ; +wire \text_gen|char_ram~26017feeder_combout ; +wire \text_gen|char_ram~26017_q ; +wire \text_gen|char_ram~22433_q ; +wire \text_gen|char_ram~38816_combout ; +wire \text_gen|char_ram~38817_combout ; +wire \text_gen|char_ram~38825_combout ; +wire \text_gen|char_ram~38836_combout ; +wire \text_gen|char_ram~38847_combout ; +wire \text_gen|char_ram~38848_combout ; +wire \text_gen|char_ram~26080feeder_combout ; +wire \text_gen|char_ram~26080_q ; +wire \text_gen|char_ram~26528_q ; +wire \text_gen|char_ram~25184_q ; +wire \text_gen|char_ram~25632_q ; +wire \text_gen|char_ram~38753_combout ; +wire \text_gen|char_ram~38754_combout ; +wire \text_gen|char_ram~23840_q ; +wire \text_gen|char_ram~24736_q ; +wire \text_gen|char_ram~24288_q ; +wire \text_gen|char_ram~23392_q ; +wire \text_gen|char_ram~38755_combout ; +wire \text_gen|char_ram~38756_combout ; +wire \text_gen|char_ram~22496feeder_combout ; +wire \text_gen|char_ram~22496_q ; +wire \text_gen|char_ram~22944_q ; +wire \text_gen|char_ram~22048_q ; +wire \text_gen|char_ram~21600_q ; +wire \text_gen|char_ram~38757_combout ; +wire \text_gen|char_ram~38758_combout ; +wire \text_gen|char_ram~38759_combout ; +wire \text_gen|char_ram~27424feeder_combout ; +wire \text_gen|char_ram~27424_q ; +wire \text_gen|char_ram~28320_q ; +wire \text_gen|char_ram~26976_q ; +wire \text_gen|char_ram~27872feeder_combout ; +wire \text_gen|char_ram~27872_q ; +wire \text_gen|char_ram~38760_combout ; +wire \text_gen|char_ram~38761_combout ; +wire \text_gen|char_ram~38762_combout ; +wire \text_gen|char_ram~22916_q ; +wire \text_gen|char_ram~26500_q ; +wire \text_gen|char_ram~38729_combout ; +wire \text_gen|char_ram~28292_q ; +wire \text_gen|char_ram~24708_q ; +wire \text_gen|char_ram~38730_combout ; +wire \text_gen|char_ram~27396feeder_combout ; +wire \text_gen|char_ram~27396_q ; +wire \text_gen|char_ram~23812_q ; +wire \text_gen|char_ram~25604_q ; +wire \text_gen|char_ram~22020_q ; +wire \text_gen|char_ram~38722_combout ; +wire \text_gen|char_ram~38723_combout ; +wire \text_gen|char_ram~25156_q ; +wire \text_gen|char_ram~26948_q ; +wire \text_gen|char_ram~23364_q ; +wire \text_gen|char_ram~21572_q ; +wire \text_gen|char_ram~38726_combout ; +wire \text_gen|char_ram~38727_combout ; +wire \text_gen|char_ram~24260feeder_combout ; +wire \text_gen|char_ram~24260_q ; +wire \text_gen|char_ram~22468_q ; +wire \text_gen|char_ram~38724_combout ; +wire \text_gen|char_ram~27844_q ; +wire \text_gen|char_ram~26052feeder_combout ; +wire \text_gen|char_ram~26052_q ; +wire \text_gen|char_ram~38725_combout ; +wire \text_gen|char_ram~38728_combout ; +wire \text_gen|char_ram~38731_combout ; +wire \text_gen|char_ram~24281feeder_combout ; +wire \text_gen|char_ram~24281_q ; +wire \text_gen|char_ram~24729_q ; +wire \text_gen|char_ram~23385_q ; +wire \text_gen|char_ram~23833_q ; +wire \text_gen|char_ram~38732_combout ; +wire \text_gen|char_ram~38733_combout ; +wire \text_gen|char_ram~27865feeder_combout ; +wire \text_gen|char_ram~27865_q ; +wire \text_gen|char_ram~28313_q ; +wire \text_gen|char_ram~26969_q ; +wire \text_gen|char_ram~27417feeder_combout ; +wire \text_gen|char_ram~27417_q ; +wire \text_gen|char_ram~38739_combout ; +wire \text_gen|char_ram~38740_combout ; +wire \text_gen|char_ram~22041_q ; +wire \text_gen|char_ram~22937_q ; +wire \text_gen|char_ram~21593_q ; +wire \text_gen|char_ram~22489_q ; +wire \text_gen|char_ram~38736_combout ; +wire \text_gen|char_ram~38737_combout ; +wire \text_gen|char_ram~25625feeder_combout ; +wire \text_gen|char_ram~25625_q ; +wire \text_gen|char_ram~26521_q ; +wire \text_gen|char_ram~26073feeder_combout ; +wire \text_gen|char_ram~26073_q ; +wire \text_gen|char_ram~25177_q ; +wire \text_gen|char_ram~38734_combout ; +wire \text_gen|char_ram~38735_combout ; +wire \text_gen|char_ram~38738_combout ; +wire \text_gen|char_ram~38741_combout ; +wire \text_gen|char_ram~26493feeder_combout ; +wire \text_gen|char_ram~26493_q ; +wire \text_gen|char_ram~24701feeder_combout ; +wire \text_gen|char_ram~24701_q ; +wire \text_gen|char_ram~22909_q ; +wire \text_gen|char_ram~38749_combout ; +wire \text_gen|char_ram~28285_q ; +wire \text_gen|char_ram~38750_combout ; +wire \text_gen|char_ram~24253feeder_combout ; +wire \text_gen|char_ram~24253_q ; +wire \text_gen|char_ram~27837_q ; +wire \text_gen|char_ram~26045feeder_combout ; +wire \text_gen|char_ram~26045_q ; +wire \text_gen|char_ram~22461_q ; +wire \text_gen|char_ram~38742_combout ; +wire \text_gen|char_ram~38743_combout ; +wire \text_gen|char_ram~25597_q ; +wire \text_gen|char_ram~27389_q ; +wire \text_gen|char_ram~23805_q ; +wire \text_gen|char_ram~22013_q ; +wire \text_gen|char_ram~38744_combout ; +wire \text_gen|char_ram~38745_combout ; +wire \text_gen|char_ram~23357_q ; +wire \text_gen|char_ram~26941_q ; +wire \text_gen|char_ram~25149feeder_combout ; +wire \text_gen|char_ram~25149_q ; +wire \text_gen|char_ram~21565_q ; +wire \text_gen|char_ram~38746_combout ; +wire \text_gen|char_ram~38747_combout ; +wire \text_gen|char_ram~38748_combout ; +wire \text_gen|char_ram~38751_combout ; +wire \text_gen|char_ram~38752_combout ; +wire \text_gen|char_ram~38763_combout ; +wire \text_gen|char_ram~24722feeder_combout ; +wire \text_gen|char_ram~24722_q ; +wire \text_gen|char_ram~28306_q ; +wire \text_gen|char_ram~26514feeder_combout ; +wire \text_gen|char_ram~26514_q ; +wire \text_gen|char_ram~22930_q ; +wire \text_gen|char_ram~38856_combout ; +wire \text_gen|char_ram~38857_combout ; +wire \text_gen|char_ram~23826feeder_combout ; +wire \text_gen|char_ram~23826_q ; +wire \text_gen|char_ram~27410_q ; +wire \text_gen|char_ram~22034_q ; +wire \text_gen|char_ram~25618_q ; +wire \text_gen|char_ram~38849_combout ; +wire \text_gen|char_ram~38850_combout ; +wire \text_gen|char_ram~25170_q ; +wire \text_gen|char_ram~26962_q ; +wire \text_gen|char_ram~21586_q ; +wire \text_gen|char_ram~23378_q ; +wire \text_gen|char_ram~38853_combout ; +wire \text_gen|char_ram~38854_combout ; +wire \text_gen|char_ram~26066feeder_combout ; +wire \text_gen|char_ram~26066_q ; +wire \text_gen|char_ram~27858_q ; +wire \text_gen|char_ram~24274feeder_combout ; +wire \text_gen|char_ram~24274_q ; +wire \text_gen|char_ram~22482_q ; +wire \text_gen|char_ram~38851_combout ; +wire \text_gen|char_ram~38852_combout ; +wire \text_gen|char_ram~38855_combout ; +wire \text_gen|char_ram~38858_combout ; +wire \text_gen|char_ram~26983_q ; +wire \text_gen|char_ram~27431feeder_combout ; +wire \text_gen|char_ram~27431_q ; +wire \text_gen|char_ram~38866_combout ; +wire \text_gen|char_ram~28327_q ; +wire \text_gen|char_ram~27879feeder_combout ; +wire \text_gen|char_ram~27879_q ; +wire \text_gen|char_ram~38867_combout ; +wire \text_gen|char_ram~24295_q ; +wire \text_gen|char_ram~24743_q ; +wire \text_gen|char_ram~23847_q ; +wire \text_gen|char_ram~23399_q ; +wire \text_gen|char_ram~38859_combout ; +wire \text_gen|char_ram~38860_combout ; +wire \text_gen|char_ram~22055feeder_combout ; +wire \text_gen|char_ram~22055_q ; +wire \text_gen|char_ram~22951_q ; +wire \text_gen|char_ram~21607_q ; +wire \text_gen|char_ram~22503feeder_combout ; +wire \text_gen|char_ram~22503_q ; +wire \text_gen|char_ram~38863_combout ; +wire \text_gen|char_ram~38864_combout ; +wire \text_gen|char_ram~25639_q ; +wire \text_gen|char_ram~26535_q ; +wire \text_gen|char_ram~25191_q ; +wire \text_gen|char_ram~26087feeder_combout ; +wire \text_gen|char_ram~26087_q ; +wire \text_gen|char_ram~38861_combout ; +wire \text_gen|char_ram~38862_combout ; +wire \text_gen|char_ram~38865_combout ; +wire \text_gen|char_ram~38868_combout ; +wire \text_gen|char_ram~24267_q ; +wire \text_gen|char_ram~27851_q ; +wire \text_gen|char_ram~26059feeder_combout ; +wire \text_gen|char_ram~26059_q ; +wire \text_gen|char_ram~22475_q ; +wire \text_gen|char_ram~38869_combout ; +wire \text_gen|char_ram~38870_combout ; +wire \text_gen|char_ram~26507_q ; +wire \text_gen|char_ram~28299_q ; +wire \text_gen|char_ram~22923_q ; +wire \text_gen|char_ram~24715_q ; +wire \text_gen|char_ram~38876_combout ; +wire \text_gen|char_ram~38877_combout ; +wire \text_gen|char_ram~23371_q ; +wire \text_gen|char_ram~26955_q ; +wire \text_gen|char_ram~25163feeder_combout ; +wire \text_gen|char_ram~25163_q ; +wire \text_gen|char_ram~21579_q ; +wire \text_gen|char_ram~38873_combout ; +wire \text_gen|char_ram~38874_combout ; +wire \text_gen|char_ram~25611_q ; +wire \text_gen|char_ram~27403_q ; +wire \text_gen|char_ram~23819_q ; +wire \text_gen|char_ram~22027_q ; +wire \text_gen|char_ram~38871_combout ; +wire \text_gen|char_ram~38872_combout ; +wire \text_gen|char_ram~38875_combout ; +wire \text_gen|char_ram~38878_combout ; +wire \text_gen|char_ram~38879_combout ; +wire \text_gen|char_ram~26094feeder_combout ; +wire \text_gen|char_ram~26094_q ; +wire \text_gen|char_ram~26542_q ; +wire \text_gen|char_ram~25646feeder_combout ; +wire \text_gen|char_ram~25646_q ; +wire \text_gen|char_ram~25198_q ; +wire \text_gen|char_ram~38880_combout ; +wire \text_gen|char_ram~38881_combout ; +wire \text_gen|char_ram~27438feeder_combout ; +wire \text_gen|char_ram~27438_q ; +wire \text_gen|char_ram~28334_q ; +wire \text_gen|char_ram~26990_q ; +wire \text_gen|char_ram~27886feeder_combout ; +wire \text_gen|char_ram~27886_q ; +wire \text_gen|char_ram~38887_combout ; +wire \text_gen|char_ram~38888_combout ; +wire \text_gen|char_ram~22510_q ; +wire \text_gen|char_ram~22958_q ; +wire \text_gen|char_ram~22062feeder_combout ; +wire \text_gen|char_ram~22062_q ; +wire \text_gen|char_ram~21614_q ; +wire \text_gen|char_ram~38884_combout ; +wire \text_gen|char_ram~38885_combout ; +wire \text_gen|char_ram~23406_q ; +wire \text_gen|char_ram~24302feeder_combout ; +wire \text_gen|char_ram~24302_q ; +wire \text_gen|char_ram~38882_combout ; +wire \text_gen|char_ram~24750_q ; +wire \text_gen|char_ram~23854_q ; +wire \text_gen|char_ram~38883_combout ; +wire \text_gen|char_ram~38886_combout ; +wire \text_gen|char_ram~38889_combout ; +wire \text_gen|char_ram~38890_combout ; +wire \text_gen|char_ram~38891_combout ; +wire \text_gen|char_ram~26745_q ; +wire \text_gen|char_ram~28537_q ; +wire \text_gen|char_ram~24953_q ; +wire \text_gen|char_ram~23161_q ; +wire \text_gen|char_ram~38559_combout ; +wire \text_gen|char_ram~38560_combout ; +wire \text_gen|char_ram~28089_q ; +wire \text_gen|char_ram~24505_q ; +wire \text_gen|char_ram~26297_q ; +wire \text_gen|char_ram~22713_q ; +wire \text_gen|char_ram~38552_combout ; +wire \text_gen|char_ram~38553_combout ; +wire \text_gen|char_ram~25849_q ; +wire \text_gen|char_ram~27641_q ; +wire \text_gen|char_ram~24057_q ; +wire \text_gen|char_ram~22265_q ; +wire \text_gen|char_ram~38554_combout ; +wire \text_gen|char_ram~38555_combout ; +wire \text_gen|char_ram~23609feeder_combout ; +wire \text_gen|char_ram~23609_q ; +wire \text_gen|char_ram~27193_q ; +wire \text_gen|char_ram~25401_q ; +wire \text_gen|char_ram~21817_q ; +wire \text_gen|char_ram~38556_combout ; +wire \text_gen|char_ram~38557_combout ; +wire \text_gen|char_ram~38558_combout ; +wire \text_gen|char_ram~38561_combout ; +wire \text_gen|char_ram~24477_q ; +wire \text_gen|char_ram~22685_q ; +wire \text_gen|char_ram~38574_combout ; +wire \text_gen|char_ram~26269feeder_combout ; +wire \text_gen|char_ram~26269_q ; +wire \text_gen|char_ram~28061_q ; +wire \text_gen|char_ram~38575_combout ; +wire \text_gen|char_ram~25373feeder_combout ; +wire \text_gen|char_ram~25373_q ; +wire \text_gen|char_ram~27165_q ; +wire \text_gen|char_ram~23581_q ; +wire \text_gen|char_ram~21789_q ; +wire \text_gen|char_ram~38576_combout ; +wire \text_gen|char_ram~38577_combout ; +wire \text_gen|char_ram~38578_combout ; +wire \text_gen|char_ram~24029_q ; +wire \text_gen|char_ram~27613_q ; +wire \text_gen|char_ram~25821_q ; +wire \text_gen|char_ram~22237_q ; +wire \text_gen|char_ram~38572_combout ; +wire \text_gen|char_ram~38573_combout ; +wire \text_gen|char_ram~24925feeder_combout ; +wire \text_gen|char_ram~24925_q ; +wire \text_gen|char_ram~28509_q ; +wire \text_gen|char_ram~26717_q ; +wire \text_gen|char_ram~23133_q ; +wire \text_gen|char_ram~38579_combout ; +wire \text_gen|char_ram~38580_combout ; +wire \text_gen|char_ram~38581_combout ; +wire \text_gen|char_ram~26276_q ; +wire \text_gen|char_ram~26724_q ; +wire \text_gen|char_ram~25380_q ; +wire \text_gen|char_ram~25828feeder_combout ; +wire \text_gen|char_ram~25828_q ; +wire \text_gen|char_ram~38562_combout ; +wire \text_gen|char_ram~38563_combout ; +wire \text_gen|char_ram~27620_q ; +wire \text_gen|char_ram~28516_q ; +wire \text_gen|char_ram~28068_q ; +wire \text_gen|char_ram~27172_q ; +wire \text_gen|char_ram~38569_combout ; +wire \text_gen|char_ram~38570_combout ; +wire \text_gen|char_ram~22692feeder_combout ; +wire \text_gen|char_ram~22692_q ; +wire \text_gen|char_ram~23140_q ; +wire \text_gen|char_ram~22244feeder_combout ; +wire \text_gen|char_ram~22244_q ; +wire \text_gen|char_ram~21796_q ; +wire \text_gen|char_ram~38566_combout ; +wire \text_gen|char_ram~38567_combout ; +wire \text_gen|char_ram~23588_q ; +wire \text_gen|char_ram~24484feeder_combout ; +wire \text_gen|char_ram~24484_q ; +wire \text_gen|char_ram~38564_combout ; +wire \text_gen|char_ram~24932_q ; +wire \text_gen|char_ram~24036_q ; +wire \text_gen|char_ram~38565_combout ; +wire \text_gen|char_ram~38568_combout ; +wire \text_gen|char_ram~38571_combout ; +wire \text_gen|char_ram~38582_combout ; +wire \text_gen|char_ram~24512feeder_combout ; +wire \text_gen|char_ram~24512_q ; +wire \text_gen|char_ram~24960_q ; +wire \text_gen|char_ram~23616_q ; +wire \text_gen|char_ram~24064feeder_combout ; +wire \text_gen|char_ram~24064_q ; +wire \text_gen|char_ram~38583_combout ; +wire \text_gen|char_ram~38584_combout ; +wire \text_gen|char_ram~25856feeder_combout ; +wire \text_gen|char_ram~25856_q ; +wire \text_gen|char_ram~26752_q ; +wire \text_gen|char_ram~26304feeder_combout ; +wire \text_gen|char_ram~26304_q ; +wire \text_gen|char_ram~25408_q ; +wire \text_gen|char_ram~38585_combout ; +wire \text_gen|char_ram~38586_combout ; +wire \text_gen|char_ram~22272feeder_combout ; +wire \text_gen|char_ram~22272_q ; +wire \text_gen|char_ram~23168_q ; +wire \text_gen|char_ram~21824_q ; +wire \text_gen|char_ram~22720feeder_combout ; +wire \text_gen|char_ram~22720_q ; +wire \text_gen|char_ram~38587_combout ; +wire \text_gen|char_ram~38588_combout ; +wire \text_gen|char_ram~38589_combout ; +wire \text_gen|char_ram~28096_q ; +wire \text_gen|char_ram~28544_q ; +wire \text_gen|char_ram~27648_q ; +wire \text_gen|char_ram~27200_q ; +wire \text_gen|char_ram~38590_combout ; +wire \text_gen|char_ram~38591_combout ; +wire \text_gen|char_ram~38592_combout ; +wire \text_gen|char_ram~38593_combout ; +wire \text_gen|char_ram~27571_q ; +wire \text_gen|char_ram~28467_q ; +wire \text_gen|char_ram~28019_q ; +wire \text_gen|char_ram~27123_q ; +wire \text_gen|char_ram~38621_combout ; +wire \text_gen|char_ram~38622_combout ; +wire \text_gen|char_ram~23987feeder_combout ; +wire \text_gen|char_ram~23987_q ; +wire \text_gen|char_ram~24883_q ; +wire \text_gen|char_ram~24435_q ; +wire \text_gen|char_ram~23539_q ; +wire \text_gen|char_ram~38614_combout ; +wire \text_gen|char_ram~38615_combout ; +wire \text_gen|char_ram~22643feeder_combout ; +wire \text_gen|char_ram~22643_q ; +wire \text_gen|char_ram~22195feeder_combout ; +wire \text_gen|char_ram~22195_q ; +wire \text_gen|char_ram~21747_q ; +wire \text_gen|char_ram~38618_combout ; +wire \text_gen|char_ram~23091_q ; +wire \text_gen|char_ram~38619_combout ; +wire \text_gen|char_ram~26227feeder_combout ; +wire \text_gen|char_ram~26227_q ; +wire \text_gen|char_ram~26675_q ; +wire \text_gen|char_ram~25331_q ; +wire \text_gen|char_ram~25779_q ; +wire \text_gen|char_ram~38616_combout ; +wire \text_gen|char_ram~38617_combout ; +wire \text_gen|char_ram~38620_combout ; +wire \text_gen|char_ram~38623_combout ; +wire \text_gen|char_ram~26234feeder_combout ; +wire \text_gen|char_ram~26234_q ; +wire \text_gen|char_ram~26682_q ; +wire \text_gen|char_ram~25786_q ; +wire \text_gen|char_ram~25338_q ; +wire \text_gen|char_ram~38604_combout ; +wire \text_gen|char_ram~38605_combout ; +wire \text_gen|char_ram~22202feeder_combout ; +wire \text_gen|char_ram~22202_q ; +wire \text_gen|char_ram~21754_q ; +wire \text_gen|char_ram~38608_combout ; +wire \text_gen|char_ram~23098_q ; +wire \text_gen|char_ram~22650_q ; +wire \text_gen|char_ram~38609_combout ; +wire \text_gen|char_ram~23994_q ; +wire \text_gen|char_ram~24890_q ; +wire \text_gen|char_ram~24442feeder_combout ; +wire \text_gen|char_ram~24442_q ; +wire \text_gen|char_ram~23546_q ; +wire \text_gen|char_ram~38606_combout ; +wire \text_gen|char_ram~38607_combout ; +wire \text_gen|char_ram~38610_combout ; +wire \text_gen|char_ram~27578_q ; +wire \text_gen|char_ram~28474_q ; +wire \text_gen|char_ram~27130_q ; +wire \text_gen|char_ram~28026_q ; +wire \text_gen|char_ram~38611_combout ; +wire \text_gen|char_ram~38612_combout ; +wire \text_gen|char_ram~38613_combout ; +wire \text_gen|char_ram~38624_combout ; +wire \text_gen|char_ram~28054feeder_combout ; +wire \text_gen|char_ram~28054_q ; +wire \text_gen|char_ram~27606feeder_combout ; +wire \text_gen|char_ram~27606_q ; +wire \text_gen|char_ram~27158_q ; +wire \text_gen|char_ram~38632_combout ; +wire \text_gen|char_ram~28502_q ; +wire \text_gen|char_ram~38633_combout ; +wire \text_gen|char_ram~24470_q ; +wire \text_gen|char_ram~24022_q ; +wire \text_gen|char_ram~23574_q ; +wire \text_gen|char_ram~38625_combout ; +wire \text_gen|char_ram~24918_q ; +wire \text_gen|char_ram~38626_combout ; +wire \text_gen|char_ram~25814_q ; +wire \text_gen|char_ram~26710_q ; +wire \text_gen|char_ram~26262_q ; +wire \text_gen|char_ram~25366_q ; +wire \text_gen|char_ram~38627_combout ; +wire \text_gen|char_ram~38628_combout ; +wire \text_gen|char_ram~22230_q ; +wire \text_gen|char_ram~23126_q ; +wire \text_gen|char_ram~21782_q ; +wire \text_gen|char_ram~22678_q ; +wire \text_gen|char_ram~38629_combout ; +wire \text_gen|char_ram~38630_combout ; +wire \text_gen|char_ram~38631_combout ; +wire \text_gen|char_ram~38634_combout ; +wire \text_gen|char_ram~23567feeder_combout ; +wire \text_gen|char_ram~23567_q ; +wire \text_gen|char_ram~27151_q ; +wire \text_gen|char_ram~25359_q ; +wire \text_gen|char_ram~21775_q ; +wire \text_gen|char_ram~38598_combout ; +wire \text_gen|char_ram~38599_combout ; +wire \text_gen|char_ram~25807_q ; +wire \text_gen|char_ram~27599_q ; +wire \text_gen|char_ram~24015_q ; +wire \text_gen|char_ram~22223_q ; +wire \text_gen|char_ram~38596_combout ; +wire \text_gen|char_ram~38597_combout ; +wire \text_gen|char_ram~38600_combout ; +wire \text_gen|char_ram~26703feeder_combout ; +wire \text_gen|char_ram~26703_q ; +wire \text_gen|char_ram~28495_q ; +wire \text_gen|char_ram~24911_q ; +wire \text_gen|char_ram~23119_q ; +wire \text_gen|char_ram~38601_combout ; +wire \text_gen|char_ram~38602_combout ; +wire \text_gen|char_ram~24463feeder_combout ; +wire \text_gen|char_ram~24463_q ; +wire \text_gen|char_ram~28047_q ; +wire \text_gen|char_ram~22671_q ; +wire \text_gen|char_ram~26255feeder_combout ; +wire \text_gen|char_ram~26255_q ; +wire \text_gen|char_ram~38594_combout ; +wire \text_gen|char_ram~38595_combout ; +wire \text_gen|char_ram~38603_combout ; +wire \text_gen|char_ram~38635_combout ; +wire \text_gen|char_ram~25793_q ; +wire \text_gen|char_ram~25345_q ; +wire \text_gen|char_ram~38638_combout ; +wire \text_gen|char_ram~26689_q ; +wire \text_gen|char_ram~26241feeder_combout ; +wire \text_gen|char_ram~26241_q ; +wire \text_gen|char_ram~38639_combout ; +wire \text_gen|char_ram~22657feeder_combout ; +wire \text_gen|char_ram~22657_q ; +wire \text_gen|char_ram~23105_q ; +wire \text_gen|char_ram~21761_q ; +wire \text_gen|char_ram~22209_q ; +wire \text_gen|char_ram~38640_combout ; +wire \text_gen|char_ram~38641_combout ; +wire \text_gen|char_ram~38642_combout ; +wire \text_gen|char_ram~27585feeder_combout ; +wire \text_gen|char_ram~27585_q ; +wire \text_gen|char_ram~28481_q ; +wire \text_gen|char_ram~28033_q ; +wire \text_gen|char_ram~27137_q ; +wire \text_gen|char_ram~38643_combout ; +wire \text_gen|char_ram~38644_combout ; +wire \text_gen|char_ram~24001feeder_combout ; +wire \text_gen|char_ram~24001_q ; +wire \text_gen|char_ram~24897_q ; +wire \text_gen|char_ram~24449_q ; +wire \text_gen|char_ram~23553_q ; +wire \text_gen|char_ram~38636_combout ; +wire \text_gen|char_ram~38637_combout ; +wire \text_gen|char_ram~38645_combout ; +wire \text_gen|char_ram~27592feeder_combout ; +wire \text_gen|char_ram~27592_q ; +wire \text_gen|char_ram~28488_q ; +wire \text_gen|char_ram~27144_q ; +wire \text_gen|char_ram~28040_q ; +wire \text_gen|char_ram~38674_combout ; +wire \text_gen|char_ram~38675_combout ; +wire \text_gen|char_ram~25352_q ; +wire \text_gen|char_ram~25800feeder_combout ; +wire \text_gen|char_ram~25800_q ; +wire \text_gen|char_ram~38667_combout ; +wire \text_gen|char_ram~26696_q ; +wire \text_gen|char_ram~26248feeder_combout ; +wire \text_gen|char_ram~26248_q ; +wire \text_gen|char_ram~38668_combout ; +wire \text_gen|char_ram~22664_q ; +wire \text_gen|char_ram~23112_q ; +wire \text_gen|char_ram~22216_q ; +wire \text_gen|char_ram~21768_q ; +wire \text_gen|char_ram~38671_combout ; +wire \text_gen|char_ram~38672_combout ; +wire \text_gen|char_ram~24008_q ; +wire \text_gen|char_ram~24904_q ; +wire \text_gen|char_ram~23560_q ; +wire \text_gen|char_ram~24456feeder_combout ; +wire \text_gen|char_ram~24456_q ; +wire \text_gen|char_ram~38669_combout ; +wire \text_gen|char_ram~38670_combout ; +wire \text_gen|char_ram~38673_combout ; +wire \text_gen|char_ram~38676_combout ; +wire \text_gen|char_ram~23980_q ; +wire \text_gen|char_ram~24876_q ; +wire \text_gen|char_ram~24428feeder_combout ; +wire \text_gen|char_ram~24428_q ; +wire \text_gen|char_ram~23532_q ; +wire \text_gen|char_ram~38648_combout ; +wire \text_gen|char_ram~38649_combout ; +wire \text_gen|char_ram~22636_q ; +wire \text_gen|char_ram~22188feeder_combout ; +wire \text_gen|char_ram~22188_q ; +wire \text_gen|char_ram~21740_q ; +wire \text_gen|char_ram~38650_combout ; +wire \text_gen|char_ram~23084_q ; +wire \text_gen|char_ram~38651_combout ; +wire \text_gen|char_ram~38652_combout ; +wire \text_gen|char_ram~26220feeder_combout ; +wire \text_gen|char_ram~26220_q ; +wire \text_gen|char_ram~26668_q ; +wire \text_gen|char_ram~25324_q ; +wire \text_gen|char_ram~25772_q ; +wire \text_gen|char_ram~38646_combout ; +wire \text_gen|char_ram~38647_combout ; +wire \text_gen|char_ram~27564_q ; +wire \text_gen|char_ram~28460_q ; +wire \text_gen|char_ram~28012feeder_combout ; +wire \text_gen|char_ram~28012_q ; +wire \text_gen|char_ram~27116_q ; +wire \text_gen|char_ram~38653_combout ; +wire \text_gen|char_ram~38654_combout ; +wire \text_gen|char_ram~38655_combout ; +wire \text_gen|char_ram~22629_q ; +wire \text_gen|char_ram~23077_q ; +wire \text_gen|char_ram~21733_q ; +wire \text_gen|char_ram~22181_q ; +wire \text_gen|char_ram~38660_combout ; +wire \text_gen|char_ram~38661_combout ; +wire \text_gen|char_ram~26213_q ; +wire \text_gen|char_ram~26661_q ; +wire \text_gen|char_ram~25317_q ; +wire \text_gen|char_ram~25765_q ; +wire \text_gen|char_ram~38658_combout ; +wire \text_gen|char_ram~38659_combout ; +wire \text_gen|char_ram~38662_combout ; +wire \text_gen|char_ram~27557feeder_combout ; +wire \text_gen|char_ram~27557_q ; +wire \text_gen|char_ram~28453_q ; +wire \text_gen|char_ram~27109_q ; +wire \text_gen|char_ram~28005_q ; +wire \text_gen|char_ram~38663_combout ; +wire \text_gen|char_ram~38664_combout ; +wire \text_gen|char_ram~23973feeder_combout ; +wire \text_gen|char_ram~23973_q ; +wire \text_gen|char_ram~24869_q ; +wire \text_gen|char_ram~24421_q ; +wire \text_gen|char_ram~23525_q ; +wire \text_gen|char_ram~38656_combout ; +wire \text_gen|char_ram~38657_combout ; +wire \text_gen|char_ram~38665_combout ; +wire \text_gen|char_ram~38666_combout ; +wire \text_gen|char_ram~38677_combout ; +wire \text_gen|char_ram~38678_combout ; +wire \text_gen|char_ram~24519feeder_combout ; +wire \text_gen|char_ram~24519_q ; +wire \text_gen|char_ram~28103_q ; +wire \text_gen|char_ram~26311_q ; +wire \text_gen|char_ram~22727_q ; +wire \text_gen|char_ram~38679_combout ; +wire \text_gen|char_ram~38680_combout ; +wire \text_gen|char_ram~26759_q ; +wire \text_gen|char_ram~28551_q ; +wire \text_gen|char_ram~24967feeder_combout ; +wire \text_gen|char_ram~24967_q ; +wire \text_gen|char_ram~23175_q ; +wire \text_gen|char_ram~38686_combout ; +wire \text_gen|char_ram~38687_combout ; +wire \text_gen|char_ram~23623feeder_combout ; +wire \text_gen|char_ram~23623_q ; +wire \text_gen|char_ram~27207_q ; +wire \text_gen|char_ram~25415_q ; +wire \text_gen|char_ram~21831_q ; +wire \text_gen|char_ram~38683_combout ; +wire \text_gen|char_ram~38684_combout ; +wire \text_gen|char_ram~25863feeder_combout ; +wire \text_gen|char_ram~25863_q ; +wire \text_gen|char_ram~27655_q ; +wire \text_gen|char_ram~24071_q ; +wire \text_gen|char_ram~22279_q ; +wire \text_gen|char_ram~38681_combout ; +wire \text_gen|char_ram~38682_combout ; +wire \text_gen|char_ram~38685_combout ; +wire \text_gen|char_ram~38688_combout ; +wire \text_gen|char_ram~28110_q ; +wire \text_gen|char_ram~27662feeder_combout ; +wire \text_gen|char_ram~27662_q ; +wire \text_gen|char_ram~27214_q ; +wire \text_gen|char_ram~38717_combout ; +wire \text_gen|char_ram~28558_q ; +wire \text_gen|char_ram~38718_combout ; +wire \text_gen|char_ram~25870_q ; +wire \text_gen|char_ram~26766_q ; +wire \text_gen|char_ram~26318feeder_combout ; +wire \text_gen|char_ram~26318_q ; +wire \text_gen|char_ram~25422_q ; +wire \text_gen|char_ram~38712_combout ; +wire \text_gen|char_ram~38713_combout ; +wire \text_gen|char_ram~22286feeder_combout ; +wire \text_gen|char_ram~22286_q ; +wire \text_gen|char_ram~23182_q ; +wire \text_gen|char_ram~21838_q ; +wire \text_gen|char_ram~22734feeder_combout ; +wire \text_gen|char_ram~22734_q ; +wire \text_gen|char_ram~38714_combout ; +wire \text_gen|char_ram~38715_combout ; +wire \text_gen|char_ram~38716_combout ; +wire \text_gen|char_ram~24078_q ; +wire \text_gen|char_ram~23630_q ; +wire \text_gen|char_ram~38710_combout ; +wire \text_gen|char_ram~24974_q ; +wire \text_gen|char_ram~24526feeder_combout ; +wire \text_gen|char_ram~24526_q ; +wire \text_gen|char_ram~38711_combout ; +wire \text_gen|char_ram~38719_combout ; +wire \text_gen|char_ram~24939feeder_combout ; +wire \text_gen|char_ram~24939_q ; +wire \text_gen|char_ram~28523_q ; +wire \text_gen|char_ram~23147_q ; +wire \text_gen|char_ram~26731feeder_combout ; +wire \text_gen|char_ram~26731_q ; +wire \text_gen|char_ram~38706_combout ; +wire \text_gen|char_ram~38707_combout ; +wire \text_gen|char_ram~24043_q ; +wire \text_gen|char_ram~27627_q ; +wire \text_gen|char_ram~25835_q ; +wire \text_gen|char_ram~22251_q ; +wire \text_gen|char_ram~38699_combout ; +wire \text_gen|char_ram~38700_combout ; +wire \text_gen|char_ram~22699_q ; +wire \text_gen|char_ram~24491_q ; +wire \text_gen|char_ram~38701_combout ; +wire \text_gen|char_ram~28075_q ; +wire \text_gen|char_ram~26283feeder_combout ; +wire \text_gen|char_ram~26283_q ; +wire \text_gen|char_ram~38702_combout ; +wire \text_gen|char_ram~25387feeder_combout ; +wire \text_gen|char_ram~25387_q ; +wire \text_gen|char_ram~27179_q ; +wire \text_gen|char_ram~21803_q ; +wire \text_gen|char_ram~23595feeder_combout ; +wire \text_gen|char_ram~23595_q ; +wire \text_gen|char_ram~38703_combout ; +wire \text_gen|char_ram~38704_combout ; +wire \text_gen|char_ram~38705_combout ; +wire \text_gen|char_ram~38708_combout ; +wire \text_gen|char_ram~27634_q ; +wire \text_gen|char_ram~28530_q ; +wire \text_gen|char_ram~28082_q ; +wire \text_gen|char_ram~27186_q ; +wire \text_gen|char_ram~38696_combout ; +wire \text_gen|char_ram~38697_combout ; +wire \text_gen|char_ram~24498feeder_combout ; +wire \text_gen|char_ram~24498_q ; +wire \text_gen|char_ram~23602_q ; +wire \text_gen|char_ram~38691_combout ; +wire \text_gen|char_ram~24946_q ; +wire \text_gen|char_ram~24050feeder_combout ; +wire \text_gen|char_ram~24050_q ; +wire \text_gen|char_ram~38692_combout ; +wire \text_gen|char_ram~22706_q ; +wire \text_gen|char_ram~23154_q ; +wire \text_gen|char_ram~21810_q ; +wire \text_gen|char_ram~22258feeder_combout ; +wire \text_gen|char_ram~22258_q ; +wire \text_gen|char_ram~38693_combout ; +wire \text_gen|char_ram~38694_combout ; +wire \text_gen|char_ram~38695_combout ; +wire \text_gen|char_ram~26290_q ; +wire \text_gen|char_ram~26738_q ; +wire \text_gen|char_ram~25394_q ; +wire \text_gen|char_ram~25842feeder_combout ; +wire \text_gen|char_ram~25842_q ; +wire \text_gen|char_ram~38689_combout ; +wire \text_gen|char_ram~38690_combout ; +wire \text_gen|char_ram~38698_combout ; +wire \text_gen|char_ram~38709_combout ; +wire \text_gen|char_ram~38720_combout ; +wire \text_gen|char_ram~38721_combout ; +wire \text_gen|char_ram~38892_combout ; +wire \text_gen|char_ram~27928feeder_combout ; +wire \text_gen|char_ram~27928_q ; +wire \text_gen|char_ram~27984_q ; +wire \text_gen|char_ram~27900_q ; +wire \text_gen|char_ram~27956feeder_combout ; +wire \text_gen|char_ram~27956_q ; +wire \text_gen|char_ram~38389_combout ; +wire \text_gen|char_ram~38390_combout ; +wire \text_gen|char_ram~26192feeder_combout ; +wire \text_gen|char_ram~26192_q ; +wire \text_gen|char_ram~26136_q ; +wire \text_gen|char_ram~26164feeder_combout ; +wire \text_gen|char_ram~26164_q ; +wire \text_gen|char_ram~26108_q ; +wire \text_gen|char_ram~38382_combout ; +wire \text_gen|char_ram~38383_combout ; +wire \text_gen|char_ram~24400feeder_combout ; +wire \text_gen|char_ram~24400_q ; +wire \text_gen|char_ram~24344feeder_combout ; +wire \text_gen|char_ram~24344_q ; +wire \text_gen|char_ram~24316_q ; +wire \text_gen|char_ram~24372feeder_combout ; +wire \text_gen|char_ram~24372_q ; +wire \text_gen|char_ram~38384_combout ; +wire \text_gen|char_ram~38385_combout ; +wire \text_gen|char_ram~22552feeder_combout ; +wire \text_gen|char_ram~22552_q ; +wire \text_gen|char_ram~22608_q ; +wire \text_gen|char_ram~22524_q ; +wire \text_gen|char_ram~22580feeder_combout ; +wire \text_gen|char_ram~22580_q ; +wire \text_gen|char_ram~38386_combout ; +wire \text_gen|char_ram~38387_combout ; +wire \text_gen|char_ram~38388_combout ; +wire \text_gen|char_ram~38391_combout ; +wire \text_gen|char_ram~27998feeder_combout ; +wire \text_gen|char_ram~27998_q ; +wire \text_gen|char_ram~27942feeder_combout ; +wire \text_gen|char_ram~27942_q ; +wire \text_gen|char_ram~24358_q ; +wire \text_gen|char_ram~24414feeder_combout ; +wire \text_gen|char_ram~24414_q ; +wire \text_gen|char_ram~38420_combout ; +wire \text_gen|char_ram~38421_combout ; +wire \text_gen|char_ram~27914feeder_combout ; +wire \text_gen|char_ram~27914_q ; +wire \text_gen|char_ram~27970_q ; +wire \text_gen|char_ram~24330_q ; +wire \text_gen|char_ram~24386feeder_combout ; +wire \text_gen|char_ram~24386_q ; +wire \text_gen|char_ram~38413_combout ; +wire \text_gen|char_ram~38414_combout ; +wire \text_gen|char_ram~26122_q ; +wire \text_gen|char_ram~26178_q ; +wire \text_gen|char_ram~22538_q ; +wire \text_gen|char_ram~22594feeder_combout ; +wire \text_gen|char_ram~22594_q ; +wire \text_gen|char_ram~38417_combout ; +wire \text_gen|char_ram~38418_combout ; +wire \text_gen|char_ram~26150feeder_combout ; +wire \text_gen|char_ram~26150_q ; +wire \text_gen|char_ram~26206_q ; +wire \text_gen|char_ram~22622feeder_combout ; +wire \text_gen|char_ram~22622_q ; +wire \text_gen|char_ram~22566_q ; +wire \text_gen|char_ram~38415_combout ; +wire \text_gen|char_ram~38416_combout ; +wire \text_gen|char_ram~38419_combout ; +wire \text_gen|char_ram~38422_combout ; +wire \text_gen|char_ram~27963feeder_combout ; +wire \text_gen|char_ram~27963_q ; +wire \text_gen|char_ram~27991_q ; +wire \text_gen|char_ram~27907_q ; +wire \text_gen|char_ram~27935feeder_combout ; +wire \text_gen|char_ram~27935_q ; +wire \text_gen|char_ram~38399_combout ; +wire \text_gen|char_ram~38400_combout ; +wire \text_gen|char_ram~24379feeder_combout ; +wire \text_gen|char_ram~24379_q ; +wire \text_gen|char_ram~24407_q ; +wire \text_gen|char_ram~24323_q ; +wire \text_gen|char_ram~24351feeder_combout ; +wire \text_gen|char_ram~24351_q ; +wire \text_gen|char_ram~38392_combout ; +wire \text_gen|char_ram~38393_combout ; +wire \text_gen|char_ram~22559feeder_combout ; +wire \text_gen|char_ram~22559_q ; +wire \text_gen|char_ram~22615_q ; +wire \text_gen|char_ram~22531_q ; +wire \text_gen|char_ram~22587feeder_combout ; +wire \text_gen|char_ram~22587_q ; +wire \text_gen|char_ram~38396_combout ; +wire \text_gen|char_ram~38397_combout ; +wire \text_gen|char_ram~26143feeder_combout ; +wire \text_gen|char_ram~26143_q ; +wire \text_gen|char_ram~26199_q ; +wire \text_gen|char_ram~26115_q ; +wire \text_gen|char_ram~26171feeder_combout ; +wire \text_gen|char_ram~26171_q ; +wire \text_gen|char_ram~38394_combout ; +wire \text_gen|char_ram~38395_combout ; +wire \text_gen|char_ram~38398_combout ; +wire \text_gen|char_ram~38401_combout ; +wire \text_gen|char_ram~27893_q ; +wire \text_gen|char_ram~27949feeder_combout ; +wire \text_gen|char_ram~27949_q ; +wire \text_gen|char_ram~38409_combout ; +wire \text_gen|char_ram~27977_q ; +wire \text_gen|char_ram~27921feeder_combout ; +wire \text_gen|char_ram~27921_q ; +wire \text_gen|char_ram~38410_combout ; +wire \text_gen|char_ram~24337feeder_combout ; +wire \text_gen|char_ram~24337_q ; +wire \text_gen|char_ram~24393_q ; +wire \text_gen|char_ram~24365feeder_combout ; +wire \text_gen|char_ram~24365_q ; +wire \text_gen|char_ram~24309_q ; +wire \text_gen|char_ram~38402_combout ; +wire \text_gen|char_ram~38403_combout ; +wire \text_gen|char_ram~26129feeder_combout ; +wire \text_gen|char_ram~26129_q ; +wire \text_gen|char_ram~26185_q ; +wire \text_gen|char_ram~26101_q ; +wire \text_gen|char_ram~26157feeder_combout ; +wire \text_gen|char_ram~26157_q ; +wire \text_gen|char_ram~38404_combout ; +wire \text_gen|char_ram~38405_combout ; +wire \text_gen|char_ram~22545feeder_combout ; +wire \text_gen|char_ram~22545_q ; +wire \text_gen|char_ram~22601_q ; +wire \text_gen|char_ram~22517_q ; +wire \text_gen|char_ram~22573feeder_combout ; +wire \text_gen|char_ram~22573_q ; +wire \text_gen|char_ram~38406_combout ; +wire \text_gen|char_ram~38407_combout ; +wire \text_gen|char_ram~38408_combout ; +wire \text_gen|char_ram~38411_combout ; +wire \text_gen|char_ram~38412_combout ; +wire \text_gen|char_ram~38423_combout ; +wire \text_gen|char_ram~25737_q ; +wire \text_gen|char_ram~25751_q ; +wire \text_gen|char_ram~25709_q ; +wire \text_gen|char_ram~25723_q ; +wire \text_gen|char_ram~38434_combout ; +wire \text_gen|char_ram~38435_combout ; +wire \text_gen|char_ram~27529feeder_combout ; +wire \text_gen|char_ram~27529_q ; +wire \text_gen|char_ram~27543_q ; +wire \text_gen|char_ram~27515feeder_combout ; +wire \text_gen|char_ram~27515_q ; +wire \text_gen|char_ram~27501_q ; +wire \text_gen|char_ram~38441_combout ; +wire \text_gen|char_ram~38442_combout ; +wire \text_gen|char_ram~23945feeder_combout ; +wire \text_gen|char_ram~23945_q ; +wire \text_gen|char_ram~23959_q ; +wire \text_gen|char_ram~23917_q ; +wire \text_gen|char_ram~23931feeder_combout ; +wire \text_gen|char_ram~23931_q ; +wire \text_gen|char_ram~38436_combout ; +wire \text_gen|char_ram~38437_combout ; +wire \text_gen|char_ram~22153_q ; +wire \text_gen|char_ram~22125_q ; +wire \text_gen|char_ram~22139_q ; +wire \text_gen|char_ram~38438_combout ; +wire \text_gen|char_ram~22167_q ; +wire \text_gen|char_ram~38439_combout ; +wire \text_gen|char_ram~38440_combout ; +wire \text_gen|char_ram~38443_combout ; +wire \text_gen|char_ram~25681feeder_combout ; +wire \text_gen|char_ram~25681_q ; +wire \text_gen|char_ram~25695_q ; +wire \text_gen|char_ram~25667feeder_combout ; +wire \text_gen|char_ram~25667_q ; +wire \text_gen|char_ram~25653_q ; +wire \text_gen|char_ram~38446_combout ; +wire \text_gen|char_ram~38447_combout ; +wire \text_gen|char_ram~22097feeder_combout ; +wire \text_gen|char_ram~22097_q ; +wire \text_gen|char_ram~22111_q ; +wire \text_gen|char_ram~22069_q ; +wire \text_gen|char_ram~22083_q ; +wire \text_gen|char_ram~38448_combout ; +wire \text_gen|char_ram~38449_combout ; +wire \text_gen|char_ram~38450_combout ; +wire \text_gen|char_ram~27473feeder_combout ; +wire \text_gen|char_ram~27473_q ; +wire \text_gen|char_ram~27459_q ; +wire \text_gen|char_ram~27445_q ; +wire \text_gen|char_ram~38451_combout ; +wire \text_gen|char_ram~27487feeder_combout ; +wire \text_gen|char_ram~27487_q ; +wire \text_gen|char_ram~38452_combout ; +wire \text_gen|char_ram~23889feeder_combout ; +wire \text_gen|char_ram~23889_q ; +wire \text_gen|char_ram~23903feeder_combout ; +wire \text_gen|char_ram~23903_q ; +wire \text_gen|char_ram~23861_q ; +wire \text_gen|char_ram~23875feeder_combout ; +wire \text_gen|char_ram~23875_q ; +wire \text_gen|char_ram~38444_combout ; +wire \text_gen|char_ram~38445_combout ; +wire \text_gen|char_ram~38453_combout ; +wire \text_gen|char_ram~38454_combout ; +wire \text_gen|char_ram~25744feeder_combout ; +wire \text_gen|char_ram~25744_q ; +wire \text_gen|char_ram~25758_q ; +wire \text_gen|char_ram~25716_q ; +wire \text_gen|char_ram~25730feeder_combout ; +wire \text_gen|char_ram~25730_q ; +wire \text_gen|char_ram~38455_combout ; +wire \text_gen|char_ram~38456_combout ; +wire \text_gen|char_ram~27536feeder_combout ; +wire \text_gen|char_ram~27536_q ; +wire \text_gen|char_ram~27550_q ; +wire \text_gen|char_ram~27508_q ; +wire \text_gen|char_ram~27522feeder_combout ; +wire \text_gen|char_ram~27522_q ; +wire \text_gen|char_ram~38462_combout ; +wire \text_gen|char_ram~38463_combout ; +wire \text_gen|char_ram~23952feeder_combout ; +wire \text_gen|char_ram~23952_q ; +wire \text_gen|char_ram~23966_q ; +wire \text_gen|char_ram~23924_q ; +wire \text_gen|char_ram~23938feeder_combout ; +wire \text_gen|char_ram~23938_q ; +wire \text_gen|char_ram~38457_combout ; +wire \text_gen|char_ram~38458_combout ; +wire \text_gen|char_ram~22132_q ; +wire \text_gen|char_ram~22146feeder_combout ; +wire \text_gen|char_ram~22146_q ; +wire \text_gen|char_ram~38459_combout ; +wire \text_gen|char_ram~22174_q ; +wire \text_gen|char_ram~22160feeder_combout ; +wire \text_gen|char_ram~22160_q ; +wire \text_gen|char_ram~38460_combout ; +wire \text_gen|char_ram~38461_combout ; +wire \text_gen|char_ram~38464_combout ; +wire \text_gen|char_ram~27466_q ; +wire \text_gen|char_ram~27452_q ; +wire \text_gen|char_ram~38431_combout ; +wire \text_gen|char_ram~27494_q ; +wire \text_gen|char_ram~27480feeder_combout ; +wire \text_gen|char_ram~27480_q ; +wire \text_gen|char_ram~38432_combout ; +wire \text_gen|char_ram~23868_q ; +wire \text_gen|char_ram~23882_q ; +wire \text_gen|char_ram~38424_combout ; +wire \text_gen|char_ram~23910_q ; +wire \text_gen|char_ram~23896_q ; +wire \text_gen|char_ram~38425_combout ; +wire \text_gen|char_ram~25688feeder_combout ; +wire \text_gen|char_ram~25688_q ; +wire \text_gen|char_ram~25702_q ; +wire \text_gen|char_ram~25660_q ; +wire \text_gen|char_ram~25674feeder_combout ; +wire \text_gen|char_ram~25674_q ; +wire \text_gen|char_ram~38426_combout ; +wire \text_gen|char_ram~38427_combout ; +wire \text_gen|char_ram~22076_q ; +wire \text_gen|char_ram~22090feeder_combout ; +wire \text_gen|char_ram~22090_q ; +wire \text_gen|char_ram~38428_combout ; +wire \text_gen|char_ram~22118_q ; +wire \text_gen|char_ram~22104feeder_combout ; +wire \text_gen|char_ram~22104_q ; +wire \text_gen|char_ram~38429_combout ; +wire \text_gen|char_ram~38430_combout ; +wire \text_gen|char_ram~38433_combout ; +wire \text_gen|char_ram~38465_combout ; +wire \text_gen|char_ram~25268feeder_combout ; +wire \text_gen|char_ram~25268_q ; +wire \text_gen|char_ram~25282_q ; +wire \text_gen|char_ram~25212_q ; +wire \text_gen|char_ram~25226feeder_combout ; +wire \text_gen|char_ram~25226_q ; +wire \text_gen|char_ram~38468_combout ; +wire \text_gen|char_ram~38469_combout ; +wire \text_gen|char_ram~21642feeder_combout ; +wire \text_gen|char_ram~21642_q ; +wire \text_gen|char_ram~21628_q ; +wire \text_gen|char_ram~38470_combout ; +wire \text_gen|char_ram~21698_q ; +wire \text_gen|char_ram~21684feeder_combout ; +wire \text_gen|char_ram~21684_q ; +wire \text_gen|char_ram~38471_combout ; +wire \text_gen|char_ram~38472_combout ; +wire \text_gen|char_ram~27018feeder_combout ; +wire \text_gen|char_ram~27018_q ; +wire \text_gen|char_ram~27074_q ; +wire \text_gen|char_ram~27004_q ; +wire \text_gen|char_ram~27060feeder_combout ; +wire \text_gen|char_ram~27060_q ; +wire \text_gen|char_ram~38473_combout ; +wire \text_gen|char_ram~38474_combout ; +wire \text_gen|char_ram~23434feeder_combout ; +wire \text_gen|char_ram~23434_q ; +wire \text_gen|char_ram~23490_q ; +wire \text_gen|char_ram~23420_q ; +wire \text_gen|char_ram~23476_q ; +wire \text_gen|char_ram~38466_combout ; +wire \text_gen|char_ram~38467_combout ; +wire \text_gen|char_ram~38475_combout ; +wire \text_gen|char_ram~27046feeder_combout ; +wire \text_gen|char_ram~27046_q ; +wire \text_gen|char_ram~27102_q ; +wire \text_gen|char_ram~27032_q ; +wire \text_gen|char_ram~27088_q ; +wire \text_gen|char_ram~38504_combout ; +wire \text_gen|char_ram~38505_combout ; +wire \text_gen|char_ram~23462feeder_combout ; +wire \text_gen|char_ram~23462_q ; +wire \text_gen|char_ram~23518_q ; +wire \text_gen|char_ram~23448_q ; +wire \text_gen|char_ram~23504feeder_combout ; +wire \text_gen|char_ram~23504_q ; +wire \text_gen|char_ram~38499_combout ; +wire \text_gen|char_ram~38500_combout ; +wire \text_gen|char_ram~21712feeder_combout ; +wire \text_gen|char_ram~21712_q ; +wire \text_gen|char_ram~21726_q ; +wire \text_gen|char_ram~21656_q ; +wire \text_gen|char_ram~21670_q ; +wire \text_gen|char_ram~38501_combout ; +wire \text_gen|char_ram~38502_combout ; +wire \text_gen|char_ram~38503_combout ; +wire \text_gen|char_ram~25296feeder_combout ; +wire \text_gen|char_ram~25296_q ; +wire \text_gen|char_ram~25310_q ; +wire \text_gen|char_ram~25240_q ; +wire \text_gen|char_ram~25254feeder_combout ; +wire \text_gen|char_ram~25254_q ; +wire \text_gen|char_ram~38497_combout ; +wire \text_gen|char_ram~38498_combout ; +wire \text_gen|char_ram~38506_combout ; +wire \text_gen|char_ram~27039feeder_combout ; +wire \text_gen|char_ram~27039_q ; +wire \text_gen|char_ram~27095_q ; +wire \text_gen|char_ram~27025_q ; +wire \text_gen|char_ram~27081feeder_combout ; +wire \text_gen|char_ram~27081_q ; +wire \text_gen|char_ram~38483_combout ; +wire \text_gen|char_ram~38484_combout ; +wire \text_gen|char_ram~21705feeder_combout ; +wire \text_gen|char_ram~21705_q ; +wire \text_gen|char_ram~21719_q ; +wire \text_gen|char_ram~21649_q ; +wire \text_gen|char_ram~21663feeder_combout ; +wire \text_gen|char_ram~21663_q ; +wire \text_gen|char_ram~38480_combout ; +wire \text_gen|char_ram~38481_combout ; +wire \text_gen|char_ram~23497feeder_combout ; +wire \text_gen|char_ram~23497_q ; +wire \text_gen|char_ram~23511_q ; +wire \text_gen|char_ram~23441_q ; +wire \text_gen|char_ram~23455feeder_combout ; +wire \text_gen|char_ram~23455_q ; +wire \text_gen|char_ram~38478_combout ; +wire \text_gen|char_ram~38479_combout ; +wire \text_gen|char_ram~38482_combout ; +wire \text_gen|char_ram~25289feeder_combout ; +wire \text_gen|char_ram~25289_q ; +wire \text_gen|char_ram~25303_q ; +wire \text_gen|char_ram~25233_q ; +wire \text_gen|char_ram~25247_q ; +wire \text_gen|char_ram~38476_combout ; +wire \text_gen|char_ram~38477_combout ; +wire \text_gen|char_ram~38485_combout ; +wire \text_gen|char_ram~26997_q ; +wire \text_gen|char_ram~27011feeder_combout ; +wire \text_gen|char_ram~27011_q ; +wire \text_gen|char_ram~38493_combout ; +wire \text_gen|char_ram~27067_q ; +wire \text_gen|char_ram~27053feeder_combout ; +wire \text_gen|char_ram~27053_q ; +wire \text_gen|char_ram~38494_combout ; +wire \text_gen|char_ram~23469_q ; +wire \text_gen|char_ram~23483_q ; +wire \text_gen|char_ram~23427feeder_combout ; +wire \text_gen|char_ram~23427_q ; +wire \text_gen|char_ram~23413_q ; +wire \text_gen|char_ram~38486_combout ; +wire \text_gen|char_ram~38487_combout ; +wire \text_gen|char_ram~21677feeder_combout ; +wire \text_gen|char_ram~21677_q ; +wire \text_gen|char_ram~21691_q ; +wire \text_gen|char_ram~21621_q ; +wire \text_gen|char_ram~21635feeder_combout ; +wire \text_gen|char_ram~21635_q ; +wire \text_gen|char_ram~38490_combout ; +wire \text_gen|char_ram~38491_combout ; +wire \text_gen|char_ram~25261feeder_combout ; +wire \text_gen|char_ram~25261_q ; +wire \text_gen|char_ram~25275_q ; +wire \text_gen|char_ram~25205_q ; +wire \text_gen|char_ram~25219feeder_combout ; +wire \text_gen|char_ram~25219_q ; +wire \text_gen|char_ram~38488_combout ; +wire \text_gen|char_ram~38489_combout ; +wire \text_gen|char_ram~38492_combout ; +wire \text_gen|char_ram~38495_combout ; +wire \text_gen|char_ram~38496_combout ; +wire \text_gen|char_ram~38507_combout ; +wire \text_gen|char_ram~38508_combout ; +wire \text_gen|char_ram~24820feeder_combout ; +wire \text_gen|char_ram~24820_q ; +wire \text_gen|char_ram~24834_q ; +wire \text_gen|char_ram~24827feeder_combout ; +wire \text_gen|char_ram~24827_q ; +wire \text_gen|char_ram~24813feeder_combout ; +wire \text_gen|char_ram~24813_q ; +wire \text_gen|char_ram~38519_combout ; +wire \text_gen|char_ram~38520_combout ; +wire \text_gen|char_ram~28404_q ; +wire \text_gen|char_ram~28397_q ; +wire \text_gen|char_ram~28411feeder_combout ; +wire \text_gen|char_ram~28411_q ; +wire \text_gen|char_ram~38526_combout ; +wire \text_gen|char_ram~28418_q ; +wire \text_gen|char_ram~38527_combout ; +wire \text_gen|char_ram~26605_q ; +wire \text_gen|char_ram~26619feeder_combout ; +wire \text_gen|char_ram~26619_q ; +wire \text_gen|char_ram~38521_combout ; +wire \text_gen|char_ram~26626_q ; +wire \text_gen|char_ram~26612feeder_combout ; +wire \text_gen|char_ram~26612_q ; +wire \text_gen|char_ram~38522_combout ; +wire \text_gen|char_ram~23028feeder_combout ; +wire \text_gen|char_ram~23028_q ; +wire \text_gen|char_ram~23042_q ; +wire \text_gen|char_ram~23021_q ; +wire \text_gen|char_ram~23035feeder_combout ; +wire \text_gen|char_ram~23035_q ; +wire \text_gen|char_ram~38523_combout ; +wire \text_gen|char_ram~38524_combout ; +wire \text_gen|char_ram~38525_combout ; +wire \text_gen|char_ram~38528_combout ; +wire \text_gen|char_ram~24764_q ; +wire \text_gen|char_ram~24778_q ; +wire \text_gen|char_ram~24757_q ; +wire \text_gen|char_ram~24771_q ; +wire \text_gen|char_ram~38529_combout ; +wire \text_gen|char_ram~38530_combout ; +wire \text_gen|char_ram~28348_q ; +wire \text_gen|char_ram~28362_q ; +wire \text_gen|char_ram~28341_q ; +wire \text_gen|char_ram~28355_q ; +wire \text_gen|char_ram~38536_combout ; +wire \text_gen|char_ram~38537_combout ; +wire \text_gen|char_ram~26563feeder_combout ; +wire \text_gen|char_ram~26563_q ; +wire \text_gen|char_ram~26549_q ; +wire \text_gen|char_ram~38531_combout ; +wire \text_gen|char_ram~26570_q ; +wire \text_gen|char_ram~26556feeder_combout ; +wire \text_gen|char_ram~26556_q ; +wire \text_gen|char_ram~38532_combout ; +wire \text_gen|char_ram~22972feeder_combout ; +wire \text_gen|char_ram~22972_q ; +wire \text_gen|char_ram~22986_q ; +wire \text_gen|char_ram~22965_q ; +wire \text_gen|char_ram~22979feeder_combout ; +wire \text_gen|char_ram~22979_q ; +wire \text_gen|char_ram~38533_combout ; +wire \text_gen|char_ram~38534_combout ; +wire \text_gen|char_ram~38535_combout ; +wire \text_gen|char_ram~38538_combout ; +wire \text_gen|char_ram~38539_combout ; +wire \text_gen|char_ram~26584feeder_combout ; +wire \text_gen|char_ram~26584_q ; +wire \text_gen|char_ram~26598_q ; +wire \text_gen|char_ram~26577_q ; +wire \text_gen|char_ram~26591_q ; +wire \text_gen|char_ram~38511_combout ; +wire \text_gen|char_ram~38512_combout ; +wire \text_gen|char_ram~23000feeder_combout ; +wire \text_gen|char_ram~23000_q ; +wire \text_gen|char_ram~23014_q ; +wire \text_gen|char_ram~22993_q ; +wire \text_gen|char_ram~23007feeder_combout ; +wire \text_gen|char_ram~23007_q ; +wire \text_gen|char_ram~38513_combout ; +wire \text_gen|char_ram~38514_combout ; +wire \text_gen|char_ram~38515_combout ; +wire \text_gen|char_ram~28376feeder_combout ; +wire \text_gen|char_ram~28376_q ; +wire \text_gen|char_ram~28390_q ; +wire \text_gen|char_ram~28369_q ; +wire \text_gen|char_ram~28383feeder_combout ; +wire \text_gen|char_ram~28383_q ; +wire \text_gen|char_ram~38516_combout ; +wire \text_gen|char_ram~38517_combout ; +wire \text_gen|char_ram~24792feeder_combout ; +wire \text_gen|char_ram~24792_q ; +wire \text_gen|char_ram~24806_q ; +wire \text_gen|char_ram~24785_q ; +wire \text_gen|char_ram~24799feeder_combout ; +wire \text_gen|char_ram~24799_q ; +wire \text_gen|char_ram~38509_combout ; +wire \text_gen|char_ram~38510_combout ; +wire \text_gen|char_ram~38518_combout ; +wire \text_gen|char_ram~26654feeder_combout ; +wire \text_gen|char_ram~26654_q ; +wire \text_gen|char_ram~28439_q ; +wire \text_gen|char_ram~26647_q ; +wire \text_gen|char_ram~38547_combout ; +wire \text_gen|char_ram~28446_q ; +wire \text_gen|char_ram~38548_combout ; +wire \text_gen|char_ram~26640feeder_combout ; +wire \text_gen|char_ram~26640_q ; +wire \text_gen|char_ram~28432_q ; +wire \text_gen|char_ram~26633_q ; +wire \text_gen|char_ram~28425_q ; +wire \text_gen|char_ram~38540_combout ; +wire \text_gen|char_ram~38541_combout ; +wire \text_gen|char_ram~23056feeder_combout ; +wire \text_gen|char_ram~23056_q ; +wire \text_gen|char_ram~24848_q ; +wire \text_gen|char_ram~24841_q ; +wire \text_gen|char_ram~23049_q ; +wire \text_gen|char_ram~38544_combout ; +wire \text_gen|char_ram~38545_combout ; +wire \text_gen|char_ram~23070_q ; +wire \text_gen|char_ram~24862_q ; +wire \text_gen|char_ram~24855_q ; +wire \text_gen|char_ram~23063_q ; +wire \text_gen|char_ram~38542_combout ; +wire \text_gen|char_ram~38543_combout ; +wire \text_gen|char_ram~38546_combout ; +wire \text_gen|char_ram~38549_combout ; +wire \text_gen|char_ram~38550_combout ; +wire \text_gen|char_ram~38551_combout ; +wire \text_gen|char_ram~22356feeder_combout ; +wire \text_gen|char_ram~22356_q ; +wire \text_gen|char_ram~22370_q ; +wire \text_gen|char_ram~22300_q ; +wire \text_gen|char_ram~22314_q ; +wire \text_gen|char_ram~38897_combout ; +wire \text_gen|char_ram~38898_combout ; +wire \text_gen|char_ram~25940_q ; +wire \text_gen|char_ram~25954_q ; +wire \text_gen|char_ram~25884_q ; +wire \text_gen|char_ram~25898_q ; +wire \text_gen|char_ram~38895_combout ; +wire \text_gen|char_ram~38896_combout ; +wire \text_gen|char_ram~38899_combout ; +wire \text_gen|char_ram~27676_q ; +wire \text_gen|char_ram~27732_q ; +wire \text_gen|char_ram~38900_combout ; +wire \text_gen|char_ram~27746_q ; +wire \text_gen|char_ram~27690_q ; +wire \text_gen|char_ram~38901_combout ; +wire \text_gen|char_ram~24092_q ; +wire \text_gen|char_ram~24148feeder_combout ; +wire \text_gen|char_ram~24148_q ; +wire \text_gen|char_ram~38893_combout ; +wire \text_gen|char_ram~24162_q ; +wire \text_gen|char_ram~24106_q ; +wire \text_gen|char_ram~38894_combout ; +wire \text_gen|char_ram~38902_combout ; +wire \text_gen|char_ram~25933feeder_combout ; +wire \text_gen|char_ram~25933_q ; +wire \text_gen|char_ram~25947_q ; +wire \text_gen|char_ram~25891_q ; +wire \text_gen|char_ram~25877_q ; +wire \text_gen|char_ram~38913_combout ; +wire \text_gen|char_ram~38914_combout ; +wire \text_gen|char_ram~22307_q ; +wire \text_gen|char_ram~22363_q ; +wire \text_gen|char_ram~22293_q ; +wire \text_gen|char_ram~22349feeder_combout ; +wire \text_gen|char_ram~22349_q ; +wire \text_gen|char_ram~38917_combout ; +wire \text_gen|char_ram~38918_combout ; +wire \text_gen|char_ram~24099feeder_combout ; +wire \text_gen|char_ram~24099_q ; +wire \text_gen|char_ram~24155_q ; +wire \text_gen|char_ram~24085_q ; +wire \text_gen|char_ram~24141_q ; +wire \text_gen|char_ram~38915_combout ; +wire \text_gen|char_ram~38916_combout ; +wire \text_gen|char_ram~38919_combout ; +wire \text_gen|char_ram~27683feeder_combout ; +wire \text_gen|char_ram~27683_q ; +wire \text_gen|char_ram~27739_q ; +wire \text_gen|char_ram~27669_q ; +wire \text_gen|char_ram~27725feeder_combout ; +wire \text_gen|char_ram~27725_q ; +wire \text_gen|char_ram~38920_combout ; +wire \text_gen|char_ram~38921_combout ; +wire \text_gen|char_ram~38922_combout ; +wire \text_gen|char_ram~22321_q ; +wire \text_gen|char_ram~22335_q ; +wire \text_gen|char_ram~38907_combout ; +wire \text_gen|char_ram~22391_q ; +wire \text_gen|char_ram~22377feeder_combout ; +wire \text_gen|char_ram~22377_q ; +wire \text_gen|char_ram~38908_combout ; +wire \text_gen|char_ram~24127_q ; +wire \text_gen|char_ram~24183_q ; +wire \text_gen|char_ram~24113_q ; +wire \text_gen|char_ram~24169_q ; +wire \text_gen|char_ram~38905_combout ; +wire \text_gen|char_ram~38906_combout ; +wire \text_gen|char_ram~38909_combout ; +wire \text_gen|char_ram~27711_q ; +wire \text_gen|char_ram~27767_q ; +wire \text_gen|char_ram~27697_q ; +wire \text_gen|char_ram~27753_q ; +wire \text_gen|char_ram~38910_combout ; +wire \text_gen|char_ram~38911_combout ; +wire \text_gen|char_ram~25961_q ; +wire \text_gen|char_ram~25975_q ; +wire \text_gen|char_ram~25905_q ; +wire \text_gen|char_ram~25919_q ; +wire \text_gen|char_ram~38903_combout ; +wire \text_gen|char_ram~38904_combout ; +wire \text_gen|char_ram~38912_combout ; +wire \text_gen|char_ram~38923_combout ; +wire \text_gen|char_ram~25912_q ; +wire \text_gen|char_ram~25926_q ; +wire \text_gen|char_ram~38926_combout ; +wire \text_gen|char_ram~25982_q ; +wire \text_gen|char_ram~25968_q ; +wire \text_gen|char_ram~38927_combout ; +wire \text_gen|char_ram~22384feeder_combout ; +wire \text_gen|char_ram~22384_q ; +wire \text_gen|char_ram~22398_q ; +wire \text_gen|char_ram~22328_q ; +wire \text_gen|char_ram~22342_q ; +wire \text_gen|char_ram~38928_combout ; +wire \text_gen|char_ram~38929_combout ; +wire \text_gen|char_ram~38930_combout ; +wire \text_gen|char_ram~24134feeder_combout ; +wire \text_gen|char_ram~24134_q ; +wire \text_gen|char_ram~24190_q ; +wire \text_gen|char_ram~24120_q ; +wire \text_gen|char_ram~24176_q ; +wire \text_gen|char_ram~38924_combout ; +wire \text_gen|char_ram~38925_combout ; +wire \text_gen|char_ram~27718_q ; +wire \text_gen|char_ram~27774_q ; +wire \text_gen|char_ram~27704_q ; +wire \text_gen|char_ram~27760_q ; +wire \text_gen|char_ram~38931_combout ; +wire \text_gen|char_ram~38932_combout ; +wire \text_gen|char_ram~38933_combout ; +wire \text_gen|char_ram~38934_combout ; +wire \text_gen|char_ram~26808feeder_combout ; +wire \text_gen|char_ram~26808_q ; +wire \text_gen|char_ram~26864_q ; +wire \text_gen|char_ram~26780_q ; +wire \text_gen|char_ram~26836feeder_combout ; +wire \text_gen|char_ram~26836_q ; +wire \text_gen|char_ram~39020_combout ; +wire \text_gen|char_ram~39021_combout ; +wire \text_gen|char_ram~28600feeder_combout ; +wire \text_gen|char_ram~28600_q ; +wire \text_gen|char_ram~28656_q ; +wire \text_gen|char_ram~28572_q ; +wire \text_gen|char_ram~28628_q ; +wire \text_gen|char_ram~39027_combout ; +wire \text_gen|char_ram~39028_combout ; +wire \text_gen|char_ram~25016_q ; +wire \text_gen|char_ram~25072_q ; +wire \text_gen|char_ram~25044_q ; +wire \text_gen|char_ram~24988_q ; +wire \text_gen|char_ram~39022_combout ; +wire \text_gen|char_ram~39023_combout ; +wire \text_gen|char_ram~23196_q ; +wire \text_gen|char_ram~23252_q ; +wire \text_gen|char_ram~39024_combout ; +wire \text_gen|char_ram~23280_q ; +wire \text_gen|char_ram~23224feeder_combout ; +wire \text_gen|char_ram~23224_q ; +wire \text_gen|char_ram~39025_combout ; +wire \text_gen|char_ram~39026_combout ; +wire \text_gen|char_ram~39029_combout ; +wire \text_gen|char_ram~28593_q ; +wire \text_gen|char_ram~28649_q ; +wire \text_gen|char_ram~28565_q ; +wire \text_gen|char_ram~28621_q ; +wire \text_gen|char_ram~39047_combout ; +wire \text_gen|char_ram~39048_combout ; +wire \text_gen|char_ram~26801_q ; +wire \text_gen|char_ram~26857_q ; +wire \text_gen|char_ram~26773_q ; +wire \text_gen|char_ram~26829feeder_combout ; +wire \text_gen|char_ram~26829_q ; +wire \text_gen|char_ram~39040_combout ; +wire \text_gen|char_ram~39041_combout ; +wire \text_gen|char_ram~24981_q ; +wire \text_gen|char_ram~25037feeder_combout ; +wire \text_gen|char_ram~25037_q ; +wire \text_gen|char_ram~39042_combout ; +wire \text_gen|char_ram~25065_q ; +wire \text_gen|char_ram~25009feeder_combout ; +wire \text_gen|char_ram~25009_q ; +wire \text_gen|char_ram~39043_combout ; +wire \text_gen|char_ram~23217feeder_combout ; +wire \text_gen|char_ram~23217_q ; +wire \text_gen|char_ram~23273_q ; +wire \text_gen|char_ram~23189_q ; +wire \text_gen|char_ram~23245feeder_combout ; +wire \text_gen|char_ram~23245_q ; +wire \text_gen|char_ram~39044_combout ; +wire \text_gen|char_ram~39045_combout ; +wire \text_gen|char_ram~39046_combout ; +wire \text_gen|char_ram~39049_combout ; +wire \text_gen|char_ram~28607_q ; +wire \text_gen|char_ram~28663_q ; +wire \text_gen|char_ram~28579_q ; +wire \text_gen|char_ram~28635_q ; +wire \text_gen|char_ram~39037_combout ; +wire \text_gen|char_ram~39038_combout ; +wire \text_gen|char_ram~26815_q ; +wire \text_gen|char_ram~26871_q ; +wire \text_gen|char_ram~26787_q ; +wire \text_gen|char_ram~26843feeder_combout ; +wire \text_gen|char_ram~26843_q ; +wire \text_gen|char_ram~39032_combout ; +wire \text_gen|char_ram~39033_combout ; +wire \text_gen|char_ram~23259_q ; +wire \text_gen|char_ram~23203_q ; +wire \text_gen|char_ram~39034_combout ; +wire \text_gen|char_ram~23287_q ; +wire \text_gen|char_ram~23231feeder_combout ; +wire \text_gen|char_ram~23231_q ; +wire \text_gen|char_ram~39035_combout ; +wire \text_gen|char_ram~39036_combout ; +wire \text_gen|char_ram~25023feeder_combout ; +wire \text_gen|char_ram~25023_q ; +wire \text_gen|char_ram~25079_q ; +wire \text_gen|char_ram~24995_q ; +wire \text_gen|char_ram~25051_q ; +wire \text_gen|char_ram~39030_combout ; +wire \text_gen|char_ram~39031_combout ; +wire \text_gen|char_ram~39039_combout ; +wire \text_gen|char_ram~39050_combout ; +wire \text_gen|char_ram~25086feeder_combout ; +wire \text_gen|char_ram~25086_q ; +wire \text_gen|char_ram~25030feeder_combout ; +wire \text_gen|char_ram~25030_q ; +wire \text_gen|char_ram~25002_q ; +wire \text_gen|char_ram~25058_q ; +wire \text_gen|char_ram~39051_combout ; +wire \text_gen|char_ram~39052_combout ; +wire \text_gen|char_ram~28614feeder_combout ; +wire \text_gen|char_ram~28614_q ; +wire \text_gen|char_ram~28586_q ; +wire \text_gen|char_ram~28642_q ; +wire \text_gen|char_ram~39058_combout ; +wire \text_gen|char_ram~28670_q ; +wire \text_gen|char_ram~39059_combout ; +wire \text_gen|char_ram~26822_q ; +wire \text_gen|char_ram~26794_q ; +wire \text_gen|char_ram~39053_combout ; +wire \text_gen|char_ram~26850_q ; +wire \text_gen|char_ram~26878_q ; +wire \text_gen|char_ram~39054_combout ; +wire \text_gen|char_ram~23238_q ; +wire \text_gen|char_ram~23210_q ; +wire \text_gen|char_ram~39055_combout ; +wire \text_gen|char_ram~23266_q ; +wire \text_gen|char_ram~23294feeder_combout ; +wire \text_gen|char_ram~23294_q ; +wire \text_gen|char_ram~39056_combout ; +wire \text_gen|char_ram~39057_combout ; +wire \text_gen|char_ram~39060_combout ; +wire \text_gen|char_ram~39061_combout ; +wire \text_gen|char_ram~21894_q ; +wire \text_gen|char_ram~21950_q ; +wire \text_gen|char_ram~21887_q ; +wire \text_gen|char_ram~21943feeder_combout ; +wire \text_gen|char_ram~21943_q ; +wire \text_gen|char_ram~39004_combout ; +wire \text_gen|char_ram~39005_combout ; +wire \text_gen|char_ram~21880feeder_combout ; +wire \text_gen|char_ram~21880_q ; +wire \text_gen|char_ram~21936_q ; +wire \text_gen|char_ram~21929_q ; +wire \text_gen|char_ram~21873_q ; +wire \text_gen|char_ram~38997_combout ; +wire \text_gen|char_ram~38998_combout ; +wire \text_gen|char_ram~21866_q ; +wire \text_gen|char_ram~21922_q ; +wire \text_gen|char_ram~21859_q ; +wire \text_gen|char_ram~21915feeder_combout ; +wire \text_gen|char_ram~21915_q ; +wire \text_gen|char_ram~38999_combout ; +wire \text_gen|char_ram~39000_combout ; +wire \text_gen|char_ram~21852_q ; +wire \text_gen|char_ram~21908_q ; +wire \text_gen|char_ram~21845_q ; +wire \text_gen|char_ram~21901feeder_combout ; +wire \text_gen|char_ram~21901_q ; +wire \text_gen|char_ram~39001_combout ; +wire \text_gen|char_ram~39002_combout ; +wire \text_gen|char_ram~39003_combout ; +wire \text_gen|char_ram~39006_combout ; +wire \text_gen|char_ram~25478_q ; +wire \text_gen|char_ram~25534_q ; +wire \text_gen|char_ram~25471_q ; +wire \text_gen|char_ram~25527feeder_combout ; +wire \text_gen|char_ram~25527_q ; +wire \text_gen|char_ram~38994_combout ; +wire \text_gen|char_ram~38995_combout ; +wire \text_gen|char_ram~25513_q ; +wire \text_gen|char_ram~25457_q ; +wire \text_gen|char_ram~38987_combout ; +wire \text_gen|char_ram~25520_q ; +wire \text_gen|char_ram~25464_q ; +wire \text_gen|char_ram~38988_combout ; +wire \text_gen|char_ram~25450feeder_combout ; +wire \text_gen|char_ram~25450_q ; +wire \text_gen|char_ram~25506_q ; +wire \text_gen|char_ram~25443_q ; +wire \text_gen|char_ram~25499_q ; +wire \text_gen|char_ram~38989_combout ; +wire \text_gen|char_ram~38990_combout ; +wire \text_gen|char_ram~25436_q ; +wire \text_gen|char_ram~25429_q ; +wire \text_gen|char_ram~25485_q ; +wire \text_gen|char_ram~38991_combout ; +wire \text_gen|char_ram~25492_q ; +wire \text_gen|char_ram~38992_combout ; +wire \text_gen|char_ram~38993_combout ; +wire \text_gen|char_ram~38996_combout ; +wire \text_gen|char_ram~39007_combout ; +wire \text_gen|char_ram~23672_q ; +wire \text_gen|char_ram~23728_q ; +wire \text_gen|char_ram~23721feeder_combout ; +wire \text_gen|char_ram~23721_q ; +wire \text_gen|char_ram~23665_q ; +wire \text_gen|char_ram~38977_combout ; +wire \text_gen|char_ram~38978_combout ; +wire \text_gen|char_ram~23686feeder_combout ; +wire \text_gen|char_ram~23686_q ; +wire \text_gen|char_ram~23742_q ; +wire \text_gen|char_ram~23679_q ; +wire \text_gen|char_ram~23735feeder_combout ; +wire \text_gen|char_ram~23735_q ; +wire \text_gen|char_ram~38984_combout ; +wire \text_gen|char_ram~38985_combout ; +wire \text_gen|char_ram~23658feeder_combout ; +wire \text_gen|char_ram~23658_q ; +wire \text_gen|char_ram~23714_q ; +wire \text_gen|char_ram~23651_q ; +wire \text_gen|char_ram~23707_q ; +wire \text_gen|char_ram~38979_combout ; +wire \text_gen|char_ram~38980_combout ; +wire \text_gen|char_ram~23637_q ; +wire \text_gen|char_ram~23693_q ; +wire \text_gen|char_ram~38981_combout ; +wire \text_gen|char_ram~23700_q ; +wire \text_gen|char_ram~23644feeder_combout ; +wire \text_gen|char_ram~23644_q ; +wire \text_gen|char_ram~38982_combout ; +wire \text_gen|char_ram~38983_combout ; +wire \text_gen|char_ram~38986_combout ; +wire \text_gen|char_ram~27270_q ; +wire \text_gen|char_ram~27326_q ; +wire \text_gen|char_ram~27263_q ; +wire \text_gen|char_ram~27319_q ; +wire \text_gen|char_ram~39015_combout ; +wire \text_gen|char_ram~39016_combout ; +wire \text_gen|char_ram~27256feeder_combout ; +wire \text_gen|char_ram~27256_q ; +wire \text_gen|char_ram~27312_q ; +wire \text_gen|char_ram~27249_q ; +wire \text_gen|char_ram~27305_q ; +wire \text_gen|char_ram~39008_combout ; +wire \text_gen|char_ram~39009_combout ; +wire \text_gen|char_ram~27291feeder_combout ; +wire \text_gen|char_ram~27291_q ; +wire \text_gen|char_ram~27298_q ; +wire \text_gen|char_ram~27235_q ; +wire \text_gen|char_ram~27242_q ; +wire \text_gen|char_ram~39010_combout ; +wire \text_gen|char_ram~39011_combout ; +wire \text_gen|char_ram~27228feeder_combout ; +wire \text_gen|char_ram~27228_q ; +wire \text_gen|char_ram~27284_q ; +wire \text_gen|char_ram~27221_q ; +wire \text_gen|char_ram~27277_q ; +wire \text_gen|char_ram~39012_combout ; +wire \text_gen|char_ram~39013_combout ; +wire \text_gen|char_ram~39014_combout ; +wire \text_gen|char_ram~39017_combout ; +wire \text_gen|char_ram~39018_combout ; +wire \text_gen|char_ram~24554_q ; +wire \text_gen|char_ram~24547_q ; +wire \text_gen|char_ram~38945_combout ; +wire \text_gen|char_ram~24582_q ; +wire \text_gen|char_ram~24575feeder_combout ; +wire \text_gen|char_ram~24575_q ; +wire \text_gen|char_ram~38946_combout ; +wire \text_gen|char_ram~24561_q ; +wire \text_gen|char_ram~24568_q ; +wire \text_gen|char_ram~24533_q ; +wire \text_gen|char_ram~24540feeder_combout ; +wire \text_gen|char_ram~24540_q ; +wire \text_gen|char_ram~38949_combout ; +wire \text_gen|char_ram~38950_combout ; +wire \text_gen|char_ram~24617feeder_combout ; +wire \text_gen|char_ram~24617_q ; +wire \text_gen|char_ram~24624_q ; +wire \text_gen|char_ram~24589_q ; +wire \text_gen|char_ram~24596feeder_combout ; +wire \text_gen|char_ram~24596_q ; +wire \text_gen|char_ram~38947_combout ; +wire \text_gen|char_ram~38948_combout ; +wire \text_gen|char_ram~38951_combout ; +wire \text_gen|char_ram~24631_q ; +wire \text_gen|char_ram~24638_q ; +wire \text_gen|char_ram~24603_q ; +wire \text_gen|char_ram~24610_q ; +wire \text_gen|char_ram~38952_combout ; +wire \text_gen|char_ram~38953_combout ; +wire \text_gen|char_ram~38954_combout ; +wire \text_gen|char_ram~22825feeder_combout ; +wire \text_gen|char_ram~22825_q ; +wire \text_gen|char_ram~22832_q ; +wire \text_gen|char_ram~22804feeder_combout ; +wire \text_gen|char_ram~22804_q ; +wire \text_gen|char_ram~22797_q ; +wire \text_gen|char_ram~38955_combout ; +wire \text_gen|char_ram~38956_combout ; +wire \text_gen|char_ram~22769feeder_combout ; +wire \text_gen|char_ram~22769_q ; +wire \text_gen|char_ram~22776_q ; +wire \text_gen|char_ram~22741_q ; +wire \text_gen|char_ram~22748feeder_combout ; +wire \text_gen|char_ram~22748_q ; +wire \text_gen|char_ram~38959_combout ; +wire \text_gen|char_ram~38960_combout ; +wire \text_gen|char_ram~22755_q ; +wire \text_gen|char_ram~22762_q ; +wire \text_gen|char_ram~38957_combout ; +wire \text_gen|char_ram~22790_q ; +wire \text_gen|char_ram~22783feeder_combout ; +wire \text_gen|char_ram~22783_q ; +wire \text_gen|char_ram~38958_combout ; +wire \text_gen|char_ram~38961_combout ; +wire \text_gen|char_ram~22839feeder_combout ; +wire \text_gen|char_ram~22839_q ; +wire \text_gen|char_ram~22846_q ; +wire \text_gen|char_ram~22811_q ; +wire \text_gen|char_ram~22818_q ; +wire \text_gen|char_ram~38962_combout ; +wire \text_gen|char_ram~38963_combout ; +wire \text_gen|char_ram~38964_combout ; +wire \text_gen|char_ram~38965_combout ; +wire \text_gen|char_ram~28159feeder_combout ; +wire \text_gen|char_ram~28159_q ; +wire \text_gen|char_ram~28166_q ; +wire \text_gen|char_ram~28138feeder_combout ; +wire \text_gen|char_ram~28138_q ; +wire \text_gen|char_ram~28131_q ; +wire \text_gen|char_ram~38966_combout ; +wire \text_gen|char_ram~38967_combout ; +wire \text_gen|char_ram~28194feeder_combout ; +wire \text_gen|char_ram~28194_q ; +wire \text_gen|char_ram~28222_q ; +wire \text_gen|char_ram~28187_q ; +wire \text_gen|char_ram~28215_q ; +wire \text_gen|char_ram~38973_combout ; +wire \text_gen|char_ram~38974_combout ; +wire \text_gen|char_ram~28145_q ; +wire \text_gen|char_ram~28152_q ; +wire \text_gen|char_ram~28117_q ; +wire \text_gen|char_ram~28124feeder_combout ; +wire \text_gen|char_ram~28124_q ; +wire \text_gen|char_ram~38970_combout ; +wire \text_gen|char_ram~38971_combout ; +wire \text_gen|char_ram~28180feeder_combout ; +wire \text_gen|char_ram~28180_q ; +wire \text_gen|char_ram~28208_q ; +wire \text_gen|char_ram~28173_q ; +wire \text_gen|char_ram~28201feeder_combout ; +wire \text_gen|char_ram~28201_q ; +wire \text_gen|char_ram~38968_combout ; +wire \text_gen|char_ram~38969_combout ; +wire \text_gen|char_ram~38972_combout ; +wire \text_gen|char_ram~38975_combout ; +wire \text_gen|char_ram~26423_q ; +wire \text_gen|char_ram~26430_q ; +wire \text_gen|char_ram~26395_q ; +wire \text_gen|char_ram~26402feeder_combout ; +wire \text_gen|char_ram~26402_q ; +wire \text_gen|char_ram~38942_combout ; +wire \text_gen|char_ram~38943_combout ; +wire \text_gen|char_ram~26409_q ; +wire \text_gen|char_ram~26416_q ; +wire \text_gen|char_ram~26381_q ; +wire \text_gen|char_ram~26388_q ; +wire \text_gen|char_ram~38935_combout ; +wire \text_gen|char_ram~38936_combout ; +wire \text_gen|char_ram~26367_q ; +wire \text_gen|char_ram~26374_q ; +wire \text_gen|char_ram~26339_q ; +wire \text_gen|char_ram~26346feeder_combout ; +wire \text_gen|char_ram~26346_q ; +wire \text_gen|char_ram~38937_combout ; +wire \text_gen|char_ram~38938_combout ; +wire \text_gen|char_ram~26353feeder_combout ; +wire \text_gen|char_ram~26353_q ; +wire \text_gen|char_ram~26360_q ; +wire \text_gen|char_ram~26325_q ; +wire \text_gen|char_ram~26332feeder_combout ; +wire \text_gen|char_ram~26332_q ; +wire \text_gen|char_ram~38939_combout ; +wire \text_gen|char_ram~38940_combout ; +wire \text_gen|char_ram~38941_combout ; +wire \text_gen|char_ram~38944_combout ; +wire \text_gen|char_ram~38976_combout ; +wire \text_gen|char_ram~39019_combout ; +wire \text_gen|char_ram~39062_combout ; +wire \text_gen|char_ram~39063_combout ; +wire \text_gen|char_ram~9280_q ; +wire \text_gen|char_ram~12864_q ; +wire \text_gen|char_ram~11072feeder_combout ; +wire \text_gen|char_ram~11072_q ; +wire \text_gen|char_ram~7488_q ; +wire \text_gen|char_ram~37364_combout ; +wire \text_gen|char_ram~37365_combout ; +wire \text_gen|char_ram~9252_q ; +wire \text_gen|char_ram~12836_q ; +wire \text_gen|char_ram~7460_q ; +wire \text_gen|char_ram~11044_q ; +wire \text_gen|char_ram~37359_combout ; +wire \text_gen|char_ram~37360_combout ; +wire \text_gen|char_ram~9245feeder_combout ; +wire \text_gen|char_ram~9245_q ; +wire \text_gen|char_ram~7453_q ; +wire \text_gen|char_ram~37361_combout ; +wire \text_gen|char_ram~12829_q ; +wire \text_gen|char_ram~11037feeder_combout ; +wire \text_gen|char_ram~11037_q ; +wire \text_gen|char_ram~37362_combout ; +wire \text_gen|char_ram~37363_combout ; +wire \text_gen|char_ram~12857feeder_combout ; +wire \text_gen|char_ram~12857_q ; +wire \text_gen|char_ram~11065_q ; +wire \text_gen|char_ram~9273_q ; +wire \text_gen|char_ram~7481_q ; +wire \text_gen|char_ram~37357_combout ; +wire \text_gen|char_ram~37358_combout ; +wire \text_gen|char_ram~37366_combout ; +wire \text_gen|char_ram~11079_q ; +wire \text_gen|char_ram~11086_q ; +wire \text_gen|char_ram~11051_q ; +wire \text_gen|char_ram~11058feeder_combout ; +wire \text_gen|char_ram~11058_q ; +wire \text_gen|char_ram~37388_combout ; +wire \text_gen|char_ram~37389_combout ; +wire \text_gen|char_ram~12871_q ; +wire \text_gen|char_ram~12878_q ; +wire \text_gen|char_ram~12850feeder_combout ; +wire \text_gen|char_ram~12850_q ; +wire \text_gen|char_ram~12843_q ; +wire \text_gen|char_ram~37395_combout ; +wire \text_gen|char_ram~37396_combout ; +wire \text_gen|char_ram~9266feeder_combout ; +wire \text_gen|char_ram~9266_q ; +wire \text_gen|char_ram~9294_q ; +wire \text_gen|char_ram~9259_q ; +wire \text_gen|char_ram~9287feeder_combout ; +wire \text_gen|char_ram~9287_q ; +wire \text_gen|char_ram~37390_combout ; +wire \text_gen|char_ram~37391_combout ; +wire \text_gen|char_ram~7495_q ; +wire \text_gen|char_ram~7467_q ; +wire \text_gen|char_ram~37392_combout ; +wire \text_gen|char_ram~7502_q ; +wire \text_gen|char_ram~7474feeder_combout ; +wire \text_gen|char_ram~7474_q ; +wire \text_gen|char_ram~37393_combout ; +wire \text_gen|char_ram~37394_combout ; +wire \text_gen|char_ram~37397_combout ; +wire \text_gen|char_ram~10988_q ; +wire \text_gen|char_ram~12780_q ; +wire \text_gen|char_ram~7404_q ; +wire \text_gen|char_ram~9196_q ; +wire \text_gen|char_ram~37377_combout ; +wire \text_gen|char_ram~37378_combout ; +wire \text_gen|char_ram~11016_q ; +wire \text_gen|char_ram~12808_q ; +wire \text_gen|char_ram~7432_q ; +wire \text_gen|char_ram~9224_q ; +wire \text_gen|char_ram~37384_combout ; +wire \text_gen|char_ram~37385_combout ; +wire \text_gen|char_ram~9189feeder_combout ; +wire \text_gen|char_ram~9189_q ; +wire \text_gen|char_ram~12773_q ; +wire \text_gen|char_ram~10981_q ; +wire \text_gen|char_ram~7397_q ; +wire \text_gen|char_ram~37381_combout ; +wire \text_gen|char_ram~37382_combout ; +wire \text_gen|char_ram~9217feeder_combout ; +wire \text_gen|char_ram~9217_q ; +wire \text_gen|char_ram~12801_q ; +wire \text_gen|char_ram~11009_q ; +wire \text_gen|char_ram~7425_q ; +wire \text_gen|char_ram~37379_combout ; +wire \text_gen|char_ram~37380_combout ; +wire \text_gen|char_ram~37383_combout ; +wire \text_gen|char_ram~37386_combout ; +wire \text_gen|char_ram~12794_q ; +wire \text_gen|char_ram~12822_q ; +wire \text_gen|char_ram~12815feeder_combout ; +wire \text_gen|char_ram~12815_q ; +wire \text_gen|char_ram~12787_q ; +wire \text_gen|char_ram~37374_combout ; +wire \text_gen|char_ram~37375_combout ; +wire \text_gen|char_ram~7418_q ; +wire \text_gen|char_ram~7411_q ; +wire \text_gen|char_ram~37371_combout ; +wire \text_gen|char_ram~7439_q ; +wire \text_gen|char_ram~7446_q ; +wire \text_gen|char_ram~37372_combout ; +wire \text_gen|char_ram~11002_q ; +wire \text_gen|char_ram~11030_q ; +wire \text_gen|char_ram~10995_q ; +wire \text_gen|char_ram~11023feeder_combout ; +wire \text_gen|char_ram~11023_q ; +wire \text_gen|char_ram~37369_combout ; +wire \text_gen|char_ram~37370_combout ; +wire \text_gen|char_ram~37373_combout ; +wire \text_gen|char_ram~9210feeder_combout ; +wire \text_gen|char_ram~9210_q ; +wire \text_gen|char_ram~9203_q ; +wire \text_gen|char_ram~37367_combout ; +wire \text_gen|char_ram~9231_q ; +wire \text_gen|char_ram~9238_q ; +wire \text_gen|char_ram~37368_combout ; +wire \text_gen|char_ram~37376_combout ; +wire \text_gen|char_ram~37387_combout ; +wire \text_gen|char_ram~37398_combout ; +wire \text_gen|char_ram~11191feeder_combout ; +wire \text_gen|char_ram~11191_q ; +wire \text_gen|char_ram~11198_q ; +wire \text_gen|char_ram~11170_q ; +wire \text_gen|char_ram~11163_q ; +wire \text_gen|char_ram~37515_combout ; +wire \text_gen|char_ram~37516_combout ; +wire \text_gen|char_ram~9399_q ; +wire \text_gen|char_ram~9371_q ; +wire \text_gen|char_ram~37517_combout ; +wire \text_gen|char_ram~9406_q ; +wire \text_gen|char_ram~9378feeder_combout ; +wire \text_gen|char_ram~9378_q ; +wire \text_gen|char_ram~37518_combout ; +wire \text_gen|char_ram~7614feeder_combout ; +wire \text_gen|char_ram~7614_q ; +wire \text_gen|char_ram~7579_q ; +wire \text_gen|char_ram~7607feeder_combout ; +wire \text_gen|char_ram~7607_q ; +wire \text_gen|char_ram~37519_combout ; +wire \text_gen|char_ram~7586feeder_combout ; +wire \text_gen|char_ram~7586_q ; +wire \text_gen|char_ram~37520_combout ; +wire \text_gen|char_ram~37521_combout ; +wire \text_gen|char_ram~12983_q ; +wire \text_gen|char_ram~12990_q ; +wire \text_gen|char_ram~12962feeder_combout ; +wire \text_gen|char_ram~12962_q ; +wire \text_gen|char_ram~12955_q ; +wire \text_gen|char_ram~37522_combout ; +wire \text_gen|char_ram~37523_combout ; +wire \text_gen|char_ram~37524_combout ; +wire \text_gen|char_ram~9343feeder_combout ; +wire \text_gen|char_ram~9343_q ; +wire \text_gen|char_ram~9350_q ; +wire \text_gen|char_ram~9315_q ; +wire \text_gen|char_ram~9322feeder_combout ; +wire \text_gen|char_ram~9322_q ; +wire \text_gen|char_ram~37484_combout ; +wire \text_gen|char_ram~37485_combout ; +wire \text_gen|char_ram~12906_q ; +wire \text_gen|char_ram~12934_q ; +wire \text_gen|char_ram~12899_q ; +wire \text_gen|char_ram~12927feeder_combout ; +wire \text_gen|char_ram~12927_q ; +wire \text_gen|char_ram~37491_combout ; +wire \text_gen|char_ram~37492_combout ; +wire \text_gen|char_ram~11114feeder_combout ; +wire \text_gen|char_ram~11114_q ; +wire \text_gen|char_ram~11142_q ; +wire \text_gen|char_ram~11107_q ; +wire \text_gen|char_ram~11135feeder_combout ; +wire \text_gen|char_ram~11135_q ; +wire \text_gen|char_ram~37486_combout ; +wire \text_gen|char_ram~37487_combout ; +wire \text_gen|char_ram~7523_q ; +wire \text_gen|char_ram~7530feeder_combout ; +wire \text_gen|char_ram~7530_q ; +wire \text_gen|char_ram~37488_combout ; +wire \text_gen|char_ram~7551feeder_combout ; +wire \text_gen|char_ram~7551_q ; +wire \text_gen|char_ram~7558_q ; +wire \text_gen|char_ram~37489_combout ; +wire \text_gen|char_ram~37490_combout ; +wire \text_gen|char_ram~37493_combout ; +wire \text_gen|char_ram~11128feeder_combout ; +wire \text_gen|char_ram~11128_q ; +wire \text_gen|char_ram~12920_q ; +wire \text_gen|char_ram~9336_q ; +wire \text_gen|char_ram~7544_q ; +wire \text_gen|char_ram~37511_combout ; +wire \text_gen|char_ram~37512_combout ; +wire \text_gen|char_ram~9301feeder_combout ; +wire \text_gen|char_ram~9301_q ; +wire \text_gen|char_ram~12885_q ; +wire \text_gen|char_ram~11093feeder_combout ; +wire \text_gen|char_ram~11093_q ; +wire \text_gen|char_ram~7509_q ; +wire \text_gen|char_ram~37508_combout ; +wire \text_gen|char_ram~37509_combout ; +wire \text_gen|char_ram~9329_q ; +wire \text_gen|char_ram~12913_q ; +wire \text_gen|char_ram~11121_q ; +wire \text_gen|char_ram~7537_q ; +wire \text_gen|char_ram~37506_combout ; +wire \text_gen|char_ram~37507_combout ; +wire \text_gen|char_ram~37510_combout ; +wire \text_gen|char_ram~11100_q ; +wire \text_gen|char_ram~12892_q ; +wire \text_gen|char_ram~9308_q ; +wire \text_gen|char_ram~7516_q ; +wire \text_gen|char_ram~37504_combout ; +wire \text_gen|char_ram~37505_combout ; +wire \text_gen|char_ram~37513_combout ; +wire \text_gen|char_ram~9392feeder_combout ; +wire \text_gen|char_ram~9392_q ; +wire \text_gen|char_ram~12976_q ; +wire \text_gen|char_ram~7600_q ; +wire \text_gen|char_ram~11184feeder_combout ; +wire \text_gen|char_ram~11184_q ; +wire \text_gen|char_ram~37501_combout ; +wire \text_gen|char_ram~37502_combout ; +wire \text_gen|char_ram~9364feeder_combout ; +wire \text_gen|char_ram~9364_q ; +wire \text_gen|char_ram~12948_q ; +wire \text_gen|char_ram~7572_q ; +wire \text_gen|char_ram~11156_q ; +wire \text_gen|char_ram~37496_combout ; +wire \text_gen|char_ram~37497_combout ; +wire \text_gen|char_ram~11149feeder_combout ; +wire \text_gen|char_ram~11149_q ; +wire \text_gen|char_ram~12941_q ; +wire \text_gen|char_ram~7565_q ; +wire \text_gen|char_ram~9357_q ; +wire \text_gen|char_ram~37498_combout ; +wire \text_gen|char_ram~37499_combout ; +wire \text_gen|char_ram~37500_combout ; +wire \text_gen|char_ram~11177feeder_combout ; +wire \text_gen|char_ram~11177_q ; +wire \text_gen|char_ram~12969_q ; +wire \text_gen|char_ram~9385_q ; +wire \text_gen|char_ram~7593_q ; +wire \text_gen|char_ram~37494_combout ; +wire \text_gen|char_ram~37495_combout ; +wire \text_gen|char_ram~37503_combout ; +wire \text_gen|char_ram~37514_combout ; +wire \text_gen|char_ram~37525_combout ; +wire \text_gen|char_ram~10813feeder_combout ; +wire \text_gen|char_ram~10813_q ; +wire \text_gen|char_ram~12605_q ; +wire \text_gen|char_ram~9021_q ; +wire \text_gen|char_ram~7229_q ; +wire \text_gen|char_ram~37445_combout ; +wire \text_gen|char_ram~37446_combout ; +wire \text_gen|char_ram~9028feeder_combout ; +wire \text_gen|char_ram~9028_q ; +wire \text_gen|char_ram~12612_q ; +wire \text_gen|char_ram~10820_q ; +wire \text_gen|char_ram~7236_q ; +wire \text_gen|char_ram~37443_combout ; +wire \text_gen|char_ram~37444_combout ; +wire \text_gen|char_ram~37447_combout ; +wire \text_gen|char_ram~10841_q ; +wire \text_gen|char_ram~12633_q ; +wire \text_gen|char_ram~7257_q ; +wire \text_gen|char_ram~9049_q ; +wire \text_gen|char_ram~37441_combout ; +wire \text_gen|char_ram~37442_combout ; +wire \text_gen|char_ram~9056feeder_combout ; +wire \text_gen|char_ram~9056_q ; +wire \text_gen|char_ram~12640_q ; +wire \text_gen|char_ram~10848feeder_combout ; +wire \text_gen|char_ram~10848_q ; +wire \text_gen|char_ram~7264_q ; +wire \text_gen|char_ram~37448_combout ; +wire \text_gen|char_ram~37449_combout ; +wire \text_gen|char_ram~37450_combout ; +wire \text_gen|char_ram~10834_q ; +wire \text_gen|char_ram~10827_q ; +wire \text_gen|char_ram~37472_combout ; +wire \text_gen|char_ram~10855_q ; +wire \text_gen|char_ram~10862_q ; +wire \text_gen|char_ram~37473_combout ; +wire \text_gen|char_ram~12647feeder_combout ; +wire \text_gen|char_ram~12647_q ; +wire \text_gen|char_ram~12654_q ; +wire \text_gen|char_ram~12619_q ; +wire \text_gen|char_ram~12626feeder_combout ; +wire \text_gen|char_ram~12626_q ; +wire \text_gen|char_ram~37479_combout ; +wire \text_gen|char_ram~37480_combout ; +wire \text_gen|char_ram~7243_q ; +wire \text_gen|char_ram~7271feeder_combout ; +wire \text_gen|char_ram~7271_q ; +wire \text_gen|char_ram~37476_combout ; +wire \text_gen|char_ram~7278_q ; +wire \text_gen|char_ram~7250_q ; +wire \text_gen|char_ram~37477_combout ; +wire \text_gen|char_ram~9042feeder_combout ; +wire \text_gen|char_ram~9042_q ; +wire \text_gen|char_ram~9070_q ; +wire \text_gen|char_ram~9035_q ; +wire \text_gen|char_ram~9063feeder_combout ; +wire \text_gen|char_ram~9063_q ; +wire \text_gen|char_ram~37474_combout ; +wire \text_gen|char_ram~37475_combout ; +wire \text_gen|char_ram~37478_combout ; +wire \text_gen|char_ram~37481_combout ; +wire \text_gen|char_ram~9000_q ; +wire \text_gen|char_ram~12584_q ; +wire \text_gen|char_ram~8993_q ; +wire \text_gen|char_ram~12577feeder_combout ; +wire \text_gen|char_ram~12577_q ; +wire \text_gen|char_ram~37468_combout ; +wire \text_gen|char_ram~37469_combout ; +wire \text_gen|char_ram~12549_q ; +wire \text_gen|char_ram~8965_q ; +wire \text_gen|char_ram~37463_combout ; +wire \text_gen|char_ram~12556_q ; +wire \text_gen|char_ram~8972feeder_combout ; +wire \text_gen|char_ram~8972_q ; +wire \text_gen|char_ram~37464_combout ; +wire \text_gen|char_ram~7180_q ; +wire \text_gen|char_ram~10764_q ; +wire \text_gen|char_ram~10757feeder_combout ; +wire \text_gen|char_ram~10757_q ; +wire \text_gen|char_ram~7173_q ; +wire \text_gen|char_ram~37465_combout ; +wire \text_gen|char_ram~37466_combout ; +wire \text_gen|char_ram~37467_combout ; +wire \text_gen|char_ram~7201_q ; +wire \text_gen|char_ram~10785_q ; +wire \text_gen|char_ram~37461_combout ; +wire \text_gen|char_ram~10792_q ; +wire \text_gen|char_ram~7208_q ; +wire \text_gen|char_ram~37462_combout ; +wire \text_gen|char_ram~37470_combout ; +wire \text_gen|char_ram~12563_q ; +wire \text_gen|char_ram~12591_q ; +wire \text_gen|char_ram~37458_combout ; +wire \text_gen|char_ram~12598_q ; +wire \text_gen|char_ram~12570_q ; +wire \text_gen|char_ram~37459_combout ; +wire \text_gen|char_ram~9007feeder_combout ; +wire \text_gen|char_ram~9007_q ; +wire \text_gen|char_ram~9014_q ; +wire \text_gen|char_ram~8979_q ; +wire \text_gen|char_ram~8986feeder_combout ; +wire \text_gen|char_ram~8986_q ; +wire \text_gen|char_ram~37453_combout ; +wire \text_gen|char_ram~37454_combout ; +wire \text_gen|char_ram~7194feeder_combout ; +wire \text_gen|char_ram~7194_q ; +wire \text_gen|char_ram~7187_q ; +wire \text_gen|char_ram~37455_combout ; +wire \text_gen|char_ram~7222_q ; +wire \text_gen|char_ram~7215feeder_combout ; +wire \text_gen|char_ram~7215_q ; +wire \text_gen|char_ram~37456_combout ; +wire \text_gen|char_ram~37457_combout ; +wire \text_gen|char_ram~10799_q ; +wire \text_gen|char_ram~10806_q ; +wire \text_gen|char_ram~10778feeder_combout ; +wire \text_gen|char_ram~10778_q ; +wire \text_gen|char_ram~10771_q ; +wire \text_gen|char_ram~37451_combout ; +wire \text_gen|char_ram~37452_combout ; +wire \text_gen|char_ram~37460_combout ; +wire \text_gen|char_ram~37471_combout ; +wire \text_gen|char_ram~37482_combout ; +wire \text_gen|char_ram~10904_q ; +wire \text_gen|char_ram~12696_q ; +wire \text_gen|char_ram~7320_q ; +wire \text_gen|char_ram~9112_q ; +wire \text_gen|char_ram~37426_combout ; +wire \text_gen|char_ram~37427_combout ; +wire \text_gen|char_ram~10876feeder_combout ; +wire \text_gen|char_ram~10876_q ; +wire \text_gen|char_ram~12668_q ; +wire \text_gen|char_ram~9084feeder_combout ; +wire \text_gen|char_ram~9084_q ; +wire \text_gen|char_ram~7292_q ; +wire \text_gen|char_ram~37419_combout ; +wire \text_gen|char_ram~37420_combout ; +wire \text_gen|char_ram~9105_q ; +wire \text_gen|char_ram~12689_q ; +wire \text_gen|char_ram~7313_q ; +wire \text_gen|char_ram~10897feeder_combout ; +wire \text_gen|char_ram~10897_q ; +wire \text_gen|char_ram~37421_combout ; +wire \text_gen|char_ram~37422_combout ; +wire \text_gen|char_ram~9077feeder_combout ; +wire \text_gen|char_ram~9077_q ; +wire \text_gen|char_ram~12661_q ; +wire \text_gen|char_ram~7285_q ; +wire \text_gen|char_ram~10869feeder_combout ; +wire \text_gen|char_ram~10869_q ; +wire \text_gen|char_ram~37423_combout ; +wire \text_gen|char_ram~37424_combout ; +wire \text_gen|char_ram~37425_combout ; +wire \text_gen|char_ram~37428_combout ; +wire \text_gen|char_ram~10925feeder_combout ; +wire \text_gen|char_ram~10925_q ; +wire \text_gen|char_ram~12717_q ; +wire \text_gen|char_ram~9133feeder_combout ; +wire \text_gen|char_ram~9133_q ; +wire \text_gen|char_ram~7341_q ; +wire \text_gen|char_ram~37413_combout ; +wire \text_gen|char_ram~37414_combout ; +wire \text_gen|char_ram~9140feeder_combout ; +wire \text_gen|char_ram~9140_q ; +wire \text_gen|char_ram~12724_q ; +wire \text_gen|char_ram~10932_q ; +wire \text_gen|char_ram~7348_q ; +wire \text_gen|char_ram~37411_combout ; +wire \text_gen|char_ram~37412_combout ; +wire \text_gen|char_ram~37415_combout ; +wire \text_gen|char_ram~9168feeder_combout ; +wire \text_gen|char_ram~9168_q ; +wire \text_gen|char_ram~12752_q ; +wire \text_gen|char_ram~10960feeder_combout ; +wire \text_gen|char_ram~10960_q ; +wire \text_gen|char_ram~7376_q ; +wire \text_gen|char_ram~37416_combout ; +wire \text_gen|char_ram~37417_combout ; +wire \text_gen|char_ram~10953_q ; +wire \text_gen|char_ram~12745_q ; +wire \text_gen|char_ram~9161feeder_combout ; +wire \text_gen|char_ram~9161_q ; +wire \text_gen|char_ram~7369_q ; +wire \text_gen|char_ram~37409_combout ; +wire \text_gen|char_ram~37410_combout ; +wire \text_gen|char_ram~37418_combout ; +wire \text_gen|char_ram~37429_combout ; +wire \text_gen|char_ram~10967feeder_combout ; +wire \text_gen|char_ram~10967_q ; +wire \text_gen|char_ram~10974_q ; +wire \text_gen|char_ram~10939_q ; +wire \text_gen|char_ram~10946feeder_combout ; +wire \text_gen|char_ram~10946_q ; +wire \text_gen|char_ram~37430_combout ; +wire \text_gen|char_ram~37431_combout ; +wire \text_gen|char_ram~12759_q ; +wire \text_gen|char_ram~12766_q ; +wire \text_gen|char_ram~12731_q ; +wire \text_gen|char_ram~12738feeder_combout ; +wire \text_gen|char_ram~12738_q ; +wire \text_gen|char_ram~37437_combout ; +wire \text_gen|char_ram~37438_combout ; +wire \text_gen|char_ram~7362_q ; +wire \text_gen|char_ram~7390_q ; +wire \text_gen|char_ram~7355_q ; +wire \text_gen|char_ram~7383feeder_combout ; +wire \text_gen|char_ram~7383_q ; +wire \text_gen|char_ram~37434_combout ; +wire \text_gen|char_ram~37435_combout ; +wire \text_gen|char_ram~9154feeder_combout ; +wire \text_gen|char_ram~9154_q ; +wire \text_gen|char_ram~9182_q ; +wire \text_gen|char_ram~9147_q ; +wire \text_gen|char_ram~9175feeder_combout ; +wire \text_gen|char_ram~9175_q ; +wire \text_gen|char_ram~37432_combout ; +wire \text_gen|char_ram~37433_combout ; +wire \text_gen|char_ram~37436_combout ; +wire \text_gen|char_ram~37439_combout ; +wire \text_gen|char_ram~12682feeder_combout ; +wire \text_gen|char_ram~12682_q ; +wire \text_gen|char_ram~12710_q ; +wire \text_gen|char_ram~12703feeder_combout ; +wire \text_gen|char_ram~12703_q ; +wire \text_gen|char_ram~12675_q ; +wire \text_gen|char_ram~37406_combout ; +wire \text_gen|char_ram~37407_combout ; +wire \text_gen|char_ram~9091_q ; +wire \text_gen|char_ram~9098feeder_combout ; +wire \text_gen|char_ram~9098_q ; +wire \text_gen|char_ram~37399_combout ; +wire \text_gen|char_ram~9126_q ; +wire \text_gen|char_ram~9119feeder_combout ; +wire \text_gen|char_ram~9119_q ; +wire \text_gen|char_ram~37400_combout ; +wire \text_gen|char_ram~7299_q ; +wire \text_gen|char_ram~7306feeder_combout ; +wire \text_gen|char_ram~7306_q ; +wire \text_gen|char_ram~37403_combout ; +wire \text_gen|char_ram~7334_q ; +wire \text_gen|char_ram~7327_q ; +wire \text_gen|char_ram~37404_combout ; +wire \text_gen|char_ram~10890feeder_combout ; +wire \text_gen|char_ram~10890_q ; +wire \text_gen|char_ram~10918_q ; +wire \text_gen|char_ram~10883_q ; +wire \text_gen|char_ram~10911feeder_combout ; +wire \text_gen|char_ram~10911_q ; +wire \text_gen|char_ram~37401_combout ; +wire \text_gen|char_ram~37402_combout ; +wire \text_gen|char_ram~37405_combout ; +wire \text_gen|char_ram~37408_combout ; +wire \text_gen|char_ram~37440_combout ; +wire \text_gen|char_ram~37483_combout ; +wire \text_gen|char_ram~37526_combout ; +wire \text_gen|char_ram~13634feeder_combout ; +wire \text_gen|char_ram~13634_q ; +wire \text_gen|char_ram~13858_q ; +wire \text_gen|char_ram~13746feeder_combout ; +wire \text_gen|char_ram~13746_q ; +wire \text_gen|char_ram~13522_q ; +wire \text_gen|char_ram~37347_combout ; +wire \text_gen|char_ram~37348_combout ; +wire \text_gen|char_ram~13515_q ; +wire \text_gen|char_ram~13627feeder_combout ; +wire \text_gen|char_ram~13627_q ; +wire \text_gen|char_ram~37349_combout ; +wire \text_gen|char_ram~13739_q ; +wire \text_gen|char_ram~13851_q ; +wire \text_gen|char_ram~37350_combout ; +wire \text_gen|char_ram~37351_combout ; +wire \text_gen|char_ram~13662feeder_combout ; +wire \text_gen|char_ram~13662_q ; +wire \text_gen|char_ram~13886_q ; +wire \text_gen|char_ram~13774_q ; +wire \text_gen|char_ram~13550_q ; +wire \text_gen|char_ram~37352_combout ; +wire \text_gen|char_ram~37353_combout ; +wire \text_gen|char_ram~13767_q ; +wire \text_gen|char_ram~13879_q ; +wire \text_gen|char_ram~13543_q ; +wire \text_gen|char_ram~13655feeder_combout ; +wire \text_gen|char_ram~13655_q ; +wire \text_gen|char_ram~37345_combout ; +wire \text_gen|char_ram~37346_combout ; +wire \text_gen|char_ram~37354_combout ; +wire \text_gen|char_ram~13648feeder_combout ; +wire \text_gen|char_ram~13648_q ; +wire \text_gen|char_ram~13872_q ; +wire \text_gen|char_ram~13536_q ; +wire \text_gen|char_ram~13760_q ; +wire \text_gen|char_ram~37331_combout ; +wire \text_gen|char_ram~37332_combout ; +wire \text_gen|char_ram~13620feeder_combout ; +wire \text_gen|char_ram~13620_q ; +wire \text_gen|char_ram~13844_q ; +wire \text_gen|char_ram~13732_q ; +wire \text_gen|char_ram~13508_q ; +wire \text_gen|char_ram~37324_combout ; +wire \text_gen|char_ram~37325_combout ; +wire \text_gen|char_ram~13725_q ; +wire \text_gen|char_ram~13837_q ; +wire \text_gen|char_ram~13501_q ; +wire \text_gen|char_ram~13613feeder_combout ; +wire \text_gen|char_ram~13613_q ; +wire \text_gen|char_ram~37328_combout ; +wire \text_gen|char_ram~37329_combout ; +wire \text_gen|char_ram~13753feeder_combout ; +wire \text_gen|char_ram~13753_q ; +wire \text_gen|char_ram~13865_q ; +wire \text_gen|char_ram~13529_q ; +wire \text_gen|char_ram~13641feeder_combout ; +wire \text_gen|char_ram~13641_q ; +wire \text_gen|char_ram~37326_combout ; +wire \text_gen|char_ram~37327_combout ; +wire \text_gen|char_ram~37330_combout ; +wire \text_gen|char_ram~37333_combout ; +wire \text_gen|char_ram~13480_q ; +wire \text_gen|char_ram~13704_q ; +wire \text_gen|char_ram~37341_combout ; +wire \text_gen|char_ram~13816_q ; +wire \text_gen|char_ram~13592feeder_combout ; +wire \text_gen|char_ram~13592_q ; +wire \text_gen|char_ram~37342_combout ; +wire \text_gen|char_ram~13697feeder_combout ; +wire \text_gen|char_ram~13697_q ; +wire \text_gen|char_ram~13809_q ; +wire \text_gen|char_ram~13473_q ; +wire \text_gen|char_ram~13585_q ; +wire \text_gen|char_ram~37336_combout ; +wire \text_gen|char_ram~37337_combout ; +wire \text_gen|char_ram~13669_q ; +wire \text_gen|char_ram~13781_q ; +wire \text_gen|char_ram~13445_q ; +wire \text_gen|char_ram~13557feeder_combout ; +wire \text_gen|char_ram~13557_q ; +wire \text_gen|char_ram~37338_combout ; +wire \text_gen|char_ram~37339_combout ; +wire \text_gen|char_ram~37340_combout ; +wire \text_gen|char_ram~13564_q ; +wire \text_gen|char_ram~13788_q ; +wire \text_gen|char_ram~13676_q ; +wire \text_gen|char_ram~13452_q ; +wire \text_gen|char_ram~37334_combout ; +wire \text_gen|char_ram~37335_combout ; +wire \text_gen|char_ram~37343_combout ; +wire \text_gen|char_ram~37344_combout ; +wire \text_gen|char_ram~13823_q ; +wire \text_gen|char_ram~13487_q ; +wire \text_gen|char_ram~13599feeder_combout ; +wire \text_gen|char_ram~13599_q ; +wire \text_gen|char_ram~37314_combout ; +wire \text_gen|char_ram~13711_q ; +wire \text_gen|char_ram~37315_combout ; +wire \text_gen|char_ram~13683_q ; +wire \text_gen|char_ram~13795_q ; +wire \text_gen|char_ram~13459_q ; +wire \text_gen|char_ram~13571feeder_combout ; +wire \text_gen|char_ram~13571_q ; +wire \text_gen|char_ram~37318_combout ; +wire \text_gen|char_ram~37319_combout ; +wire \text_gen|char_ram~13578feeder_combout ; +wire \text_gen|char_ram~13578_q ; +wire \text_gen|char_ram~13802_q ; +wire \text_gen|char_ram~13466_q ; +wire \text_gen|char_ram~13690feeder_combout ; +wire \text_gen|char_ram~13690_q ; +wire \text_gen|char_ram~37316_combout ; +wire \text_gen|char_ram~37317_combout ; +wire \text_gen|char_ram~37320_combout ; +wire \text_gen|char_ram~13606feeder_combout ; +wire \text_gen|char_ram~13606_q ; +wire \text_gen|char_ram~13830_q ; +wire \text_gen|char_ram~13494_q ; +wire \text_gen|char_ram~13718_q ; +wire \text_gen|char_ram~37321_combout ; +wire \text_gen|char_ram~37322_combout ; +wire \text_gen|char_ram~37323_combout ; +wire \text_gen|char_ram~37355_combout ; +wire \text_gen|char_ram~10239feeder_combout ; +wire \text_gen|char_ram~10239_q ; +wire \text_gen|char_ram~10127_q ; +wire \text_gen|char_ram~9903_q ; +wire \text_gen|char_ram~10015feeder_combout ; +wire \text_gen|char_ram~10015_q ; +wire \text_gen|char_ram~37187_combout ; +wire \text_gen|char_ram~37188_combout ; +wire \text_gen|char_ram~10022feeder_combout ; +wire \text_gen|char_ram~10022_q ; +wire \text_gen|char_ram~10246_q ; +wire \text_gen|char_ram~9910_q ; +wire \text_gen|char_ram~10134feeder_combout ; +wire \text_gen|char_ram~10134_q ; +wire \text_gen|char_ram~37194_combout ; +wire \text_gen|char_ram~37195_combout ; +wire \text_gen|char_ram~9994feeder_combout ; +wire \text_gen|char_ram~9994_q ; +wire \text_gen|char_ram~10218_q ; +wire \text_gen|char_ram~9882_q ; +wire \text_gen|char_ram~10106feeder_combout ; +wire \text_gen|char_ram~10106_q ; +wire \text_gen|char_ram~37189_combout ; +wire \text_gen|char_ram~37190_combout ; +wire \text_gen|char_ram~9875_q ; +wire \text_gen|char_ram~9987feeder_combout ; +wire \text_gen|char_ram~9987_q ; +wire \text_gen|char_ram~37191_combout ; +wire \text_gen|char_ram~10211_q ; +wire \text_gen|char_ram~10099feeder_combout ; +wire \text_gen|char_ram~10099_q ; +wire \text_gen|char_ram~37192_combout ; +wire \text_gen|char_ram~37193_combout ; +wire \text_gen|char_ram~37196_combout ; +wire \text_gen|char_ram~10183_q ; +wire \text_gen|char_ram~10295_q ; +wire \text_gen|char_ram~9959_q ; +wire \text_gen|char_ram~10071_q ; +wire \text_gen|char_ram~37218_combout ; +wire \text_gen|char_ram~37219_combout ; +wire \text_gen|char_ram~10155feeder_combout ; +wire \text_gen|char_ram~10155_q ; +wire \text_gen|char_ram~10267_q ; +wire \text_gen|char_ram~10043feeder_combout ; +wire \text_gen|char_ram~10043_q ; +wire \text_gen|char_ram~9931_q ; +wire \text_gen|char_ram~37222_combout ; +wire \text_gen|char_ram~37223_combout ; +wire \text_gen|char_ram~10050feeder_combout ; +wire \text_gen|char_ram~10050_q ; +wire \text_gen|char_ram~10274_q ; +wire \text_gen|char_ram~10162_q ; +wire \text_gen|char_ram~9938_q ; +wire \text_gen|char_ram~37220_combout ; +wire \text_gen|char_ram~37221_combout ; +wire \text_gen|char_ram~37224_combout ; +wire \text_gen|char_ram~10078feeder_combout ; +wire \text_gen|char_ram~10078_q ; +wire \text_gen|char_ram~10302_q ; +wire \text_gen|char_ram~10190_q ; +wire \text_gen|char_ram~9966_q ; +wire \text_gen|char_ram~37225_combout ; +wire \text_gen|char_ram~37226_combout ; +wire \text_gen|char_ram~37227_combout ; +wire \text_gen|char_ram~9980feeder_combout ; +wire \text_gen|char_ram~9980_q ; +wire \text_gen|char_ram~10204_q ; +wire \text_gen|char_ram~9868_q ; +wire \text_gen|char_ram~10092feeder_combout ; +wire \text_gen|char_ram~10092_q ; +wire \text_gen|char_ram~37207_combout ; +wire \text_gen|char_ram~37208_combout ; +wire \text_gen|char_ram~10113feeder_combout ; +wire \text_gen|char_ram~10113_q ; +wire \text_gen|char_ram~10225_q ; +wire \text_gen|char_ram~9889_q ; +wire \text_gen|char_ram~10001feeder_combout ; +wire \text_gen|char_ram~10001_q ; +wire \text_gen|char_ram~37209_combout ; +wire \text_gen|char_ram~37210_combout ; +wire \text_gen|char_ram~9861_q ; +wire \text_gen|char_ram~9973feeder_combout ; +wire \text_gen|char_ram~9973_q ; +wire \text_gen|char_ram~37211_combout ; +wire \text_gen|char_ram~10197_q ; +wire \text_gen|char_ram~10085feeder_combout ; +wire \text_gen|char_ram~10085_q ; +wire \text_gen|char_ram~37212_combout ; +wire \text_gen|char_ram~37213_combout ; +wire \text_gen|char_ram~9896_q ; +wire \text_gen|char_ram~10120feeder_combout ; +wire \text_gen|char_ram~10120_q ; +wire \text_gen|char_ram~37214_combout ; +wire \text_gen|char_ram~10232_q ; +wire \text_gen|char_ram~10008feeder_combout ; +wire \text_gen|char_ram~10008_q ; +wire \text_gen|char_ram~37215_combout ; +wire \text_gen|char_ram~37216_combout ; +wire \text_gen|char_ram~10064feeder_combout ; +wire \text_gen|char_ram~10064_q ; +wire \text_gen|char_ram~10288_q ; +wire \text_gen|char_ram~9952_q ; +wire \text_gen|char_ram~10176feeder_combout ; +wire \text_gen|char_ram~10176_q ; +wire \text_gen|char_ram~37204_combout ; +wire \text_gen|char_ram~37205_combout ; +wire \text_gen|char_ram~10036feeder_combout ; +wire \text_gen|char_ram~10036_q ; +wire \text_gen|char_ram~10260_q ; +wire \text_gen|char_ram~10148_q ; +wire \text_gen|char_ram~9924_q ; +wire \text_gen|char_ram~37197_combout ; +wire \text_gen|char_ram~37198_combout ; +wire \text_gen|char_ram~10169_q ; +wire \text_gen|char_ram~10281_q ; +wire \text_gen|char_ram~10057feeder_combout ; +wire \text_gen|char_ram~10057_q ; +wire \text_gen|char_ram~9945_q ; +wire \text_gen|char_ram~37199_combout ; +wire \text_gen|char_ram~37200_combout ; +wire \text_gen|char_ram~10141feeder_combout ; +wire \text_gen|char_ram~10141_q ; +wire \text_gen|char_ram~10253_q ; +wire \text_gen|char_ram~10029feeder_combout ; +wire \text_gen|char_ram~10029_q ; +wire \text_gen|char_ram~9917_q ; +wire \text_gen|char_ram~37201_combout ; +wire \text_gen|char_ram~37202_combout ; +wire \text_gen|char_ram~37203_combout ; +wire \text_gen|char_ram~37206_combout ; +wire \text_gen|char_ram~37217_combout ; +wire \text_gen|char_ram~37228_combout ; +wire \text_gen|char_ram~8391feeder_combout ; +wire \text_gen|char_ram~8391_q ; +wire \text_gen|char_ram~8503_q ; +wire \text_gen|char_ram~8279feeder_combout ; +wire \text_gen|char_ram~8279_q ; +wire \text_gen|char_ram~8167_q ; +wire \text_gen|char_ram~37302_combout ; +wire \text_gen|char_ram~37303_combout ; +wire \text_gen|char_ram~8251feeder_combout ; +wire \text_gen|char_ram~8251_q ; +wire \text_gen|char_ram~8139_q ; +wire \text_gen|char_ram~37306_combout ; +wire \text_gen|char_ram~8475_q ; +wire \text_gen|char_ram~8363_q ; +wire \text_gen|char_ram~37307_combout ; +wire \text_gen|char_ram~8258feeder_combout ; +wire \text_gen|char_ram~8258_q ; +wire \text_gen|char_ram~8482_q ; +wire \text_gen|char_ram~8370_q ; +wire \text_gen|char_ram~8146_q ; +wire \text_gen|char_ram~37304_combout ; +wire \text_gen|char_ram~37305_combout ; +wire \text_gen|char_ram~37308_combout ; +wire \text_gen|char_ram~8286feeder_combout ; +wire \text_gen|char_ram~8286_q ; +wire \text_gen|char_ram~8510_q ; +wire \text_gen|char_ram~8174_q ; +wire \text_gen|char_ram~8398feeder_combout ; +wire \text_gen|char_ram~8398_q ; +wire \text_gen|char_ram~37309_combout ; +wire \text_gen|char_ram~37310_combout ; +wire \text_gen|char_ram~37311_combout ; +wire \text_gen|char_ram~8335feeder_combout ; +wire \text_gen|char_ram~8335_q ; +wire \text_gen|char_ram~8447_q ; +wire \text_gen|char_ram~8223feeder_combout ; +wire \text_gen|char_ram~8223_q ; +wire \text_gen|char_ram~8111_q ; +wire \text_gen|char_ram~37283_combout ; +wire \text_gen|char_ram~37284_combout ; +wire \text_gen|char_ram~8307_q ; +wire \text_gen|char_ram~8419_q ; +wire \text_gen|char_ram~8195feeder_combout ; +wire \text_gen|char_ram~8195_q ; +wire \text_gen|char_ram~8083_q ; +wire \text_gen|char_ram~37285_combout ; +wire \text_gen|char_ram~37286_combout ; +wire \text_gen|char_ram~37287_combout ; +wire \text_gen|char_ram~8314feeder_combout ; +wire \text_gen|char_ram~8314_q ; +wire \text_gen|char_ram~8426_q ; +wire \text_gen|char_ram~8202feeder_combout ; +wire \text_gen|char_ram~8202_q ; +wire \text_gen|char_ram~8090_q ; +wire \text_gen|char_ram~37281_combout ; +wire \text_gen|char_ram~37282_combout ; +wire \text_gen|char_ram~8342feeder_combout ; +wire \text_gen|char_ram~8342_q ; +wire \text_gen|char_ram~8454_q ; +wire \text_gen|char_ram~8118_q ; +wire \text_gen|char_ram~8230feeder_combout ; +wire \text_gen|char_ram~8230_q ; +wire \text_gen|char_ram~37288_combout ; +wire \text_gen|char_ram~37289_combout ; +wire \text_gen|char_ram~37290_combout ; +wire \text_gen|char_ram~8300feeder_combout ; +wire \text_gen|char_ram~8300_q ; +wire \text_gen|char_ram~8412_q ; +wire \text_gen|char_ram~8076_q ; +wire \text_gen|char_ram~8188feeder_combout ; +wire \text_gen|char_ram~8188_q ; +wire \text_gen|char_ram~37291_combout ; +wire \text_gen|char_ram~37292_combout ; +wire \text_gen|char_ram~8328_q ; +wire \text_gen|char_ram~8440_q ; +wire \text_gen|char_ram~8104_q ; +wire \text_gen|char_ram~8216feeder_combout ; +wire \text_gen|char_ram~8216_q ; +wire \text_gen|char_ram~37298_combout ; +wire \text_gen|char_ram~37299_combout ; +wire \text_gen|char_ram~8097_q ; +wire \text_gen|char_ram~8209feeder_combout ; +wire \text_gen|char_ram~8209_q ; +wire \text_gen|char_ram~37293_combout ; +wire \text_gen|char_ram~8433_q ; +wire \text_gen|char_ram~8321feeder_combout ; +wire \text_gen|char_ram~8321_q ; +wire \text_gen|char_ram~37294_combout ; +wire \text_gen|char_ram~8293_q ; +wire \text_gen|char_ram~8405_q ; +wire \text_gen|char_ram~8069_q ; +wire \text_gen|char_ram~8181feeder_combout ; +wire \text_gen|char_ram~8181_q ; +wire \text_gen|char_ram~37295_combout ; +wire \text_gen|char_ram~37296_combout ; +wire \text_gen|char_ram~37297_combout ; +wire \text_gen|char_ram~37300_combout ; +wire \text_gen|char_ram~37301_combout ; +wire \text_gen|char_ram~8244feeder_combout ; +wire \text_gen|char_ram~8244_q ; +wire \text_gen|char_ram~8468_q ; +wire \text_gen|char_ram~8356feeder_combout ; +wire \text_gen|char_ram~8356_q ; +wire \text_gen|char_ram~8132_q ; +wire \text_gen|char_ram~37271_combout ; +wire \text_gen|char_ram~37272_combout ; +wire \text_gen|char_ram~8125_q ; +wire \text_gen|char_ram~8237feeder_combout ; +wire \text_gen|char_ram~8237_q ; +wire \text_gen|char_ram~37275_combout ; +wire \text_gen|char_ram~8461_q ; +wire \text_gen|char_ram~8349feeder_combout ; +wire \text_gen|char_ram~8349_q ; +wire \text_gen|char_ram~37276_combout ; +wire \text_gen|char_ram~8377feeder_combout ; +wire \text_gen|char_ram~8377_q ; +wire \text_gen|char_ram~8489_q ; +wire \text_gen|char_ram~8265feeder_combout ; +wire \text_gen|char_ram~8265_q ; +wire \text_gen|char_ram~8153_q ; +wire \text_gen|char_ram~37273_combout ; +wire \text_gen|char_ram~37274_combout ; +wire \text_gen|char_ram~37277_combout ; +wire \text_gen|char_ram~8384feeder_combout ; +wire \text_gen|char_ram~8384_q ; +wire \text_gen|char_ram~8160_q ; +wire \text_gen|char_ram~37278_combout ; +wire \text_gen|char_ram~8496_q ; +wire \text_gen|char_ram~8272feeder_combout ; +wire \text_gen|char_ram~8272_q ; +wire \text_gen|char_ram~37279_combout ; +wire \text_gen|char_ram~37280_combout ; +wire \text_gen|char_ram~37312_combout ; +wire \text_gen|char_ram~11856feeder_combout ; +wire \text_gen|char_ram~11856_q ; +wire \text_gen|char_ram~12080_q ; +wire \text_gen|char_ram~11968_q ; +wire \text_gen|char_ram~11744_q ; +wire \text_gen|char_ram~37236_combout ; +wire \text_gen|char_ram~37237_combout ; +wire \text_gen|char_ram~11828feeder_combout ; +wire \text_gen|char_ram~11828_q ; +wire \text_gen|char_ram~12052_q ; +wire \text_gen|char_ram~11940feeder_combout ; +wire \text_gen|char_ram~11940_q ; +wire \text_gen|char_ram~11716_q ; +wire \text_gen|char_ram~37229_combout ; +wire \text_gen|char_ram~37230_combout ; +wire \text_gen|char_ram~11961feeder_combout ; +wire \text_gen|char_ram~11961_q ; +wire \text_gen|char_ram~12073_q ; +wire \text_gen|char_ram~11737_q ; +wire \text_gen|char_ram~11849feeder_combout ; +wire \text_gen|char_ram~11849_q ; +wire \text_gen|char_ram~37231_combout ; +wire \text_gen|char_ram~37232_combout ; +wire \text_gen|char_ram~11933_q ; +wire \text_gen|char_ram~12045_q ; +wire \text_gen|char_ram~11709_q ; +wire \text_gen|char_ram~11821feeder_combout ; +wire \text_gen|char_ram~11821_q ; +wire \text_gen|char_ram~37233_combout ; +wire \text_gen|char_ram~37234_combout ; +wire \text_gen|char_ram~37235_combout ; +wire \text_gen|char_ram~37238_combout ; +wire \text_gen|char_ram~11975_q ; +wire \text_gen|char_ram~12087_q ; +wire \text_gen|char_ram~11751_q ; +wire \text_gen|char_ram~11863feeder_combout ; +wire \text_gen|char_ram~11863_q ; +wire \text_gen|char_ram~37260_combout ; +wire \text_gen|char_ram~37261_combout ; +wire \text_gen|char_ram~11870feeder_combout ; +wire \text_gen|char_ram~11870_q ; +wire \text_gen|char_ram~12094_q ; +wire \text_gen|char_ram~11758_q ; +wire \text_gen|char_ram~11982feeder_combout ; +wire \text_gen|char_ram~11982_q ; +wire \text_gen|char_ram~37267_combout ; +wire \text_gen|char_ram~37268_combout ; +wire \text_gen|char_ram~11842feeder_combout ; +wire \text_gen|char_ram~11842_q ; +wire \text_gen|char_ram~12066_q ; +wire \text_gen|char_ram~11954feeder_combout ; +wire \text_gen|char_ram~11954_q ; +wire \text_gen|char_ram~11730_q ; +wire \text_gen|char_ram~37262_combout ; +wire \text_gen|char_ram~37263_combout ; +wire \text_gen|char_ram~11947feeder_combout ; +wire \text_gen|char_ram~11947_q ; +wire \text_gen|char_ram~12059_q ; +wire \text_gen|char_ram~11723_q ; +wire \text_gen|char_ram~11835feeder_combout ; +wire \text_gen|char_ram~11835_q ; +wire \text_gen|char_ram~37264_combout ; +wire \text_gen|char_ram~37265_combout ; +wire \text_gen|char_ram~37266_combout ; +wire \text_gen|char_ram~37269_combout ; +wire \text_gen|char_ram~11786_q ; +wire \text_gen|char_ram~12010_q ; +wire \text_gen|char_ram~11674_q ; +wire \text_gen|char_ram~11898feeder_combout ; +wire \text_gen|char_ram~11898_q ; +wire \text_gen|char_ram~37241_combout ; +wire \text_gen|char_ram~37242_combout ; +wire \text_gen|char_ram~11891feeder_combout ; +wire \text_gen|char_ram~11891_q ; +wire \text_gen|char_ram~12003_q ; +wire \text_gen|char_ram~11667_q ; +wire \text_gen|char_ram~11779feeder_combout ; +wire \text_gen|char_ram~11779_q ; +wire \text_gen|char_ram~37243_combout ; +wire \text_gen|char_ram~37244_combout ; +wire \text_gen|char_ram~37245_combout ; +wire \text_gen|char_ram~11919_q ; +wire \text_gen|char_ram~12031_q ; +wire \text_gen|char_ram~11807feeder_combout ; +wire \text_gen|char_ram~11807_q ; +wire \text_gen|char_ram~11695_q ; +wire \text_gen|char_ram~37239_combout ; +wire \text_gen|char_ram~37240_combout ; +wire \text_gen|char_ram~11814feeder_combout ; +wire \text_gen|char_ram~11814_q ; +wire \text_gen|char_ram~12038_q ; +wire \text_gen|char_ram~11702_q ; +wire \text_gen|char_ram~11926feeder_combout ; +wire \text_gen|char_ram~11926_q ; +wire \text_gen|char_ram~37246_combout ; +wire \text_gen|char_ram~37247_combout ; +wire \text_gen|char_ram~37248_combout ; +wire \text_gen|char_ram~11800feeder_combout ; +wire \text_gen|char_ram~11800_q ; +wire \text_gen|char_ram~12024_q ; +wire \text_gen|char_ram~11688_q ; +wire \text_gen|char_ram~11912feeder_combout ; +wire \text_gen|char_ram~11912_q ; +wire \text_gen|char_ram~37256_combout ; +wire \text_gen|char_ram~37257_combout ; +wire \text_gen|char_ram~11772feeder_combout ; +wire \text_gen|char_ram~11772_q ; +wire \text_gen|char_ram~11996_q ; +wire \text_gen|char_ram~11660_q ; +wire \text_gen|char_ram~11884feeder_combout ; +wire \text_gen|char_ram~11884_q ; +wire \text_gen|char_ram~37249_combout ; +wire \text_gen|char_ram~37250_combout ; +wire \text_gen|char_ram~11877_q ; +wire \text_gen|char_ram~11989_q ; +wire \text_gen|char_ram~11653_q ; +wire \text_gen|char_ram~11765feeder_combout ; +wire \text_gen|char_ram~11765_q ; +wire \text_gen|char_ram~37253_combout ; +wire \text_gen|char_ram~37254_combout ; +wire \text_gen|char_ram~11793feeder_combout ; +wire \text_gen|char_ram~11793_q ; +wire \text_gen|char_ram~11681_q ; +wire \text_gen|char_ram~37251_combout ; +wire \text_gen|char_ram~12017_q ; +wire \text_gen|char_ram~11905feeder_combout ; +wire \text_gen|char_ram~11905_q ; +wire \text_gen|char_ram~37252_combout ; +wire \text_gen|char_ram~37255_combout ; +wire \text_gen|char_ram~37258_combout ; +wire \text_gen|char_ram~37259_combout ; +wire \text_gen|char_ram~37270_combout ; +wire \text_gen|char_ram~37313_combout ; +wire \text_gen|char_ram~37356_combout ; +wire \text_gen|char_ram~37527_combout ; +wire \text_gen|char_ram~11303feeder_combout ; +wire \text_gen|char_ram~11303_q ; +wire \text_gen|char_ram~11310_q ; +wire \text_gen|char_ram~11275_q ; +wire \text_gen|char_ram~11282feeder_combout ; +wire \text_gen|char_ram~11282_q ; +wire \text_gen|char_ram~37132_combout ; +wire \text_gen|char_ram~37133_combout ; +wire \text_gen|char_ram~13067_q ; +wire \text_gen|char_ram~13074feeder_combout ; +wire \text_gen|char_ram~13074_q ; +wire \text_gen|char_ram~37139_combout ; +wire \text_gen|char_ram~13102_q ; +wire \text_gen|char_ram~13095_q ; +wire \text_gen|char_ram~37140_combout ; +wire \text_gen|char_ram~9490feeder_combout ; +wire \text_gen|char_ram~9490_q ; +wire \text_gen|char_ram~9518_q ; +wire \text_gen|char_ram~9483_q ; +wire \text_gen|char_ram~9511feeder_combout ; +wire \text_gen|char_ram~9511_q ; +wire \text_gen|char_ram~37134_combout ; +wire \text_gen|char_ram~37135_combout ; +wire \text_gen|char_ram~7698_q ; +wire \text_gen|char_ram~7726_q ; +wire \text_gen|char_ram~7691_q ; +wire \text_gen|char_ram~7719_q ; +wire \text_gen|char_ram~37136_combout ; +wire \text_gen|char_ram~37137_combout ; +wire \text_gen|char_ram~37138_combout ; +wire \text_gen|char_ram~37141_combout ; +wire \text_gen|char_ram~11289_q ; +wire \text_gen|char_ram~13081_q ; +wire \text_gen|char_ram~7705_q ; +wire \text_gen|char_ram~9497feeder_combout ; +wire \text_gen|char_ram~9497_q ; +wire \text_gen|char_ram~37101_combout ; +wire \text_gen|char_ram~37102_combout ; +wire \text_gen|char_ram~11296feeder_combout ; +wire \text_gen|char_ram~11296_q ; +wire \text_gen|char_ram~7712_q ; +wire \text_gen|char_ram~37108_combout ; +wire \text_gen|char_ram~9504feeder_combout ; +wire \text_gen|char_ram~9504_q ; +wire \text_gen|char_ram~13088_q ; +wire \text_gen|char_ram~37109_combout ; +wire \text_gen|char_ram~9476feeder_combout ; +wire \text_gen|char_ram~9476_q ; +wire \text_gen|char_ram~13060_q ; +wire \text_gen|char_ram~11268_q ; +wire \text_gen|char_ram~7684_q ; +wire \text_gen|char_ram~37103_combout ; +wire \text_gen|char_ram~37104_combout ; +wire \text_gen|char_ram~11261_q ; +wire \text_gen|char_ram~13053_q ; +wire \text_gen|char_ram~9469feeder_combout ; +wire \text_gen|char_ram~9469_q ; +wire \text_gen|char_ram~7677_q ; +wire \text_gen|char_ram~37105_combout ; +wire \text_gen|char_ram~37106_combout ; +wire \text_gen|char_ram~37107_combout ; +wire \text_gen|char_ram~37110_combout ; +wire \text_gen|char_ram~9413feeder_combout ; +wire \text_gen|char_ram~9413_q ; +wire \text_gen|char_ram~12997_q ; +wire \text_gen|char_ram~7621_q ; +wire \text_gen|char_ram~11205_q ; +wire \text_gen|char_ram~37125_combout ; +wire \text_gen|char_ram~37126_combout ; +wire \text_gen|char_ram~9441_q ; +wire \text_gen|char_ram~13025_q ; +wire \text_gen|char_ram~11233feeder_combout ; +wire \text_gen|char_ram~11233_q ; +wire \text_gen|char_ram~7649_q ; +wire \text_gen|char_ram~37123_combout ; +wire \text_gen|char_ram~37124_combout ; +wire \text_gen|char_ram~37127_combout ; +wire \text_gen|char_ram~11212feeder_combout ; +wire \text_gen|char_ram~11212_q ; +wire \text_gen|char_ram~13004_q ; +wire \text_gen|char_ram~9420feeder_combout ; +wire \text_gen|char_ram~9420_q ; +wire \text_gen|char_ram~7628_q ; +wire \text_gen|char_ram~37121_combout ; +wire \text_gen|char_ram~37122_combout ; +wire \text_gen|char_ram~11240feeder_combout ; +wire \text_gen|char_ram~11240_q ; +wire \text_gen|char_ram~13032_q ; +wire \text_gen|char_ram~9448_q ; +wire \text_gen|char_ram~7656_q ; +wire \text_gen|char_ram~37128_combout ; +wire \text_gen|char_ram~37129_combout ; +wire \text_gen|char_ram~37130_combout ; +wire \text_gen|char_ram~13018_q ; +wire \text_gen|char_ram~13046_q ; +wire \text_gen|char_ram~13011_q ; +wire \text_gen|char_ram~13039feeder_combout ; +wire \text_gen|char_ram~13039_q ; +wire \text_gen|char_ram~37118_combout ; +wire \text_gen|char_ram~37119_combout ; +wire \text_gen|char_ram~9455feeder_combout ; +wire \text_gen|char_ram~9455_q ; +wire \text_gen|char_ram~9462_q ; +wire \text_gen|char_ram~9427_q ; +wire \text_gen|char_ram~9434_q ; +wire \text_gen|char_ram~37111_combout ; +wire \text_gen|char_ram~37112_combout ; +wire \text_gen|char_ram~11226feeder_combout ; +wire \text_gen|char_ram~11226_q ; +wire \text_gen|char_ram~11254_q ; +wire \text_gen|char_ram~11219_q ; +wire \text_gen|char_ram~11247_q ; +wire \text_gen|char_ram~37113_combout ; +wire \text_gen|char_ram~37114_combout ; +wire \text_gen|char_ram~7663feeder_combout ; +wire \text_gen|char_ram~7663_q ; +wire \text_gen|char_ram~7670_q ; +wire \text_gen|char_ram~7635_q ; +wire \text_gen|char_ram~7642_q ; +wire \text_gen|char_ram~37115_combout ; +wire \text_gen|char_ram~37116_combout ; +wire \text_gen|char_ram~37117_combout ; +wire \text_gen|char_ram~37120_combout ; +wire \text_gen|char_ram~37131_combout ; +wire \text_gen|char_ram~37142_combout ; +wire \text_gen|char_ram~9721_q ; +wire \text_gen|char_ram~9728feeder_combout ; +wire \text_gen|char_ram~9728_q ; +wire \text_gen|char_ram~37090_combout ; +wire \text_gen|char_ram~9742_q ; +wire \text_gen|char_ram~9735_q ; +wire \text_gen|char_ram~37091_combout ; +wire \text_gen|char_ram~13319feeder_combout ; +wire \text_gen|char_ram~13319_q ; +wire \text_gen|char_ram~13326_q ; +wire \text_gen|char_ram~13305_q ; +wire \text_gen|char_ram~13312feeder_combout ; +wire \text_gen|char_ram~13312_q ; +wire \text_gen|char_ram~37097_combout ; +wire \text_gen|char_ram~37098_combout ; +wire \text_gen|char_ram~9707_q ; +wire \text_gen|char_ram~9714_q ; +wire \text_gen|char_ram~9693_q ; +wire \text_gen|char_ram~9700_q ; +wire \text_gen|char_ram~37094_combout ; +wire \text_gen|char_ram~37095_combout ; +wire \text_gen|char_ram~13277_q ; +wire \text_gen|char_ram~13284_q ; +wire \text_gen|char_ram~37092_combout ; +wire \text_gen|char_ram~13298_q ; +wire \text_gen|char_ram~13291feeder_combout ; +wire \text_gen|char_ram~13291_q ; +wire \text_gen|char_ram~37093_combout ; +wire \text_gen|char_ram~37096_combout ; +wire \text_gen|char_ram~37099_combout ; +wire \text_gen|char_ram~9686feeder_combout ; +wire \text_gen|char_ram~9686_q ; +wire \text_gen|char_ram~13270feeder_combout ; +wire \text_gen|char_ram~13270_q ; +wire \text_gen|char_ram~13256feeder_combout ; +wire \text_gen|char_ram~13256_q ; +wire \text_gen|char_ram~9672_q ; +wire \text_gen|char_ram~37066_combout ; +wire \text_gen|char_ram~37067_combout ; +wire \text_gen|char_ram~9658feeder_combout ; +wire \text_gen|char_ram~9658_q ; +wire \text_gen|char_ram~13242_q ; +wire \text_gen|char_ram~13228_q ; +wire \text_gen|char_ram~9644_q ; +wire \text_gen|char_ram~37059_combout ; +wire \text_gen|char_ram~37060_combout ; +wire \text_gen|char_ram~9679feeder_combout ; +wire \text_gen|char_ram~9679_q ; +wire \text_gen|char_ram~13263_q ; +wire \text_gen|char_ram~13249_q ; +wire \text_gen|char_ram~9665_q ; +wire \text_gen|char_ram~37061_combout ; +wire \text_gen|char_ram~37062_combout ; +wire \text_gen|char_ram~9651_q ; +wire \text_gen|char_ram~13235_q ; +wire \text_gen|char_ram~13221_q ; +wire \text_gen|char_ram~9637_q ; +wire \text_gen|char_ram~37063_combout ; +wire \text_gen|char_ram~37064_combout ; +wire \text_gen|char_ram~37065_combout ; +wire \text_gen|char_ram~37068_combout ; +wire \text_gen|char_ram~7866_q ; +wire \text_gen|char_ram~11450_q ; +wire \text_gen|char_ram~11436feeder_combout ; +wire \text_gen|char_ram~11436_q ; +wire \text_gen|char_ram~7852_q ; +wire \text_gen|char_ram~37079_combout ; +wire \text_gen|char_ram~37080_combout ; +wire \text_gen|char_ram~7887_q ; +wire \text_gen|char_ram~11471_q ; +wire \text_gen|char_ram~11457feeder_combout ; +wire \text_gen|char_ram~11457_q ; +wire \text_gen|char_ram~7873_q ; +wire \text_gen|char_ram~37081_combout ; +wire \text_gen|char_ram~37082_combout ; +wire \text_gen|char_ram~7859_q ; +wire \text_gen|char_ram~11443_q ; +wire \text_gen|char_ram~11429feeder_combout ; +wire \text_gen|char_ram~11429_q ; +wire \text_gen|char_ram~7845_q ; +wire \text_gen|char_ram~37083_combout ; +wire \text_gen|char_ram~37084_combout ; +wire \text_gen|char_ram~37085_combout ; +wire \text_gen|char_ram~7894_q ; +wire \text_gen|char_ram~11478_q ; +wire \text_gen|char_ram~11464feeder_combout ; +wire \text_gen|char_ram~11464_q ; +wire \text_gen|char_ram~7880_q ; +wire \text_gen|char_ram~37086_combout ; +wire \text_gen|char_ram~37087_combout ; +wire \text_gen|char_ram~37088_combout ; +wire \text_gen|char_ram~7922feeder_combout ; +wire \text_gen|char_ram~7922_q ; +wire \text_gen|char_ram~7950_q ; +wire \text_gen|char_ram~7908_q ; +wire \text_gen|char_ram~7936feeder_combout ; +wire \text_gen|char_ram~7936_q ; +wire \text_gen|char_ram~37069_combout ; +wire \text_gen|char_ram~37070_combout ; +wire \text_gen|char_ram~11506_q ; +wire \text_gen|char_ram~11534_q ; +wire \text_gen|char_ram~11492_q ; +wire \text_gen|char_ram~11520_q ; +wire \text_gen|char_ram~37076_combout ; +wire \text_gen|char_ram~37077_combout ; +wire \text_gen|char_ram~7915_q ; +wire \text_gen|char_ram~7943_q ; +wire \text_gen|char_ram~7929_q ; +wire \text_gen|char_ram~7901_q ; +wire \text_gen|char_ram~37073_combout ; +wire \text_gen|char_ram~37074_combout ; +wire \text_gen|char_ram~11499feeder_combout ; +wire \text_gen|char_ram~11499_q ; +wire \text_gen|char_ram~11527_q ; +wire \text_gen|char_ram~11513_q ; +wire \text_gen|char_ram~11485_q ; +wire \text_gen|char_ram~37071_combout ; +wire \text_gen|char_ram~37072_combout ; +wire \text_gen|char_ram~37075_combout ; +wire \text_gen|char_ram~37078_combout ; +wire \text_gen|char_ram~37089_combout ; +wire \text_gen|char_ram~37100_combout ; +wire \text_gen|char_ram~37143_combout ; +wire \text_gen|char_ram~13410feeder_combout ; +wire \text_gen|char_ram~13410_q ; +wire \text_gen|char_ram~13438_q ; +wire \text_gen|char_ram~13354_q ; +wire \text_gen|char_ram~13382feeder_combout ; +wire \text_gen|char_ram~13382_q ; +wire \text_gen|char_ram~37182_combout ; +wire \text_gen|char_ram~37183_combout ; +wire \text_gen|char_ram~13403_q ; +wire \text_gen|char_ram~13431_q ; +wire \text_gen|char_ram~13375_q ; +wire \text_gen|char_ram~13347_q ; +wire \text_gen|char_ram~37175_combout ; +wire \text_gen|char_ram~37176_combout ; +wire \text_gen|char_ram~11611feeder_combout ; +wire \text_gen|char_ram~11611_q ; +wire \text_gen|char_ram~11639_q ; +wire \text_gen|char_ram~11583feeder_combout ; +wire \text_gen|char_ram~11583_q ; +wire \text_gen|char_ram~11555_q ; +wire \text_gen|char_ram~37179_combout ; +wire \text_gen|char_ram~37180_combout ; +wire \text_gen|char_ram~11618feeder_combout ; +wire \text_gen|char_ram~11618_q ; +wire \text_gen|char_ram~11646_q ; +wire \text_gen|char_ram~11590feeder_combout ; +wire \text_gen|char_ram~11590_q ; +wire \text_gen|char_ram~11562_q ; +wire \text_gen|char_ram~37177_combout ; +wire \text_gen|char_ram~37178_combout ; +wire \text_gen|char_ram~37181_combout ; +wire \text_gen|char_ram~37184_combout ; +wire \text_gen|char_ram~8062_q ; +wire \text_gen|char_ram~9854_q ; +wire \text_gen|char_ram~9798_q ; +wire \text_gen|char_ram~8006_q ; +wire \text_gen|char_ram~37161_combout ; +wire \text_gen|char_ram~37162_combout ; +wire \text_gen|char_ram~8027_q ; +wire \text_gen|char_ram~9819_q ; +wire \text_gen|char_ram~9763_q ; +wire \text_gen|char_ram~7971_q ; +wire \text_gen|char_ram~37158_combout ; +wire \text_gen|char_ram~37159_combout ; +wire \text_gen|char_ram~8055_q ; +wire \text_gen|char_ram~9847_q ; +wire \text_gen|char_ram~7999_q ; +wire \text_gen|char_ram~9791_q ; +wire \text_gen|char_ram~37156_combout ; +wire \text_gen|char_ram~37157_combout ; +wire \text_gen|char_ram~37160_combout ; +wire \text_gen|char_ram~9770_q ; +wire \text_gen|char_ram~7978_q ; +wire \text_gen|char_ram~37154_combout ; +wire \text_gen|char_ram~9826feeder_combout ; +wire \text_gen|char_ram~9826_q ; +wire \text_gen|char_ram~8034_q ; +wire \text_gen|char_ram~37155_combout ; +wire \text_gen|char_ram~37163_combout ; +wire \text_gen|char_ram~8048_q ; +wire \text_gen|char_ram~9840_q ; +wire \text_gen|char_ram~9784feeder_combout ; +wire \text_gen|char_ram~9784_q ; +wire \text_gen|char_ram~7992_q ; +wire \text_gen|char_ram~37171_combout ; +wire \text_gen|char_ram~37172_combout ; +wire \text_gen|char_ram~8013feeder_combout ; +wire \text_gen|char_ram~8013_q ; +wire \text_gen|char_ram~9805_q ; +wire \text_gen|char_ram~9749feeder_combout ; +wire \text_gen|char_ram~9749_q ; +wire \text_gen|char_ram~7957_q ; +wire \text_gen|char_ram~37168_combout ; +wire \text_gen|char_ram~37169_combout ; +wire \text_gen|char_ram~8020_q ; +wire \text_gen|char_ram~9812_q ; +wire \text_gen|char_ram~9756_q ; +wire \text_gen|char_ram~7964_q ; +wire \text_gen|char_ram~37166_combout ; +wire \text_gen|char_ram~37167_combout ; +wire \text_gen|char_ram~37170_combout ; +wire \text_gen|char_ram~8041_q ; +wire \text_gen|char_ram~9833_q ; +wire \text_gen|char_ram~7985_q ; +wire \text_gen|char_ram~9777_q ; +wire \text_gen|char_ram~37164_combout ; +wire \text_gen|char_ram~37165_combout ; +wire \text_gen|char_ram~37173_combout ; +wire \text_gen|char_ram~37174_combout ; +wire \text_gen|char_ram~11604_q ; +wire \text_gen|char_ram~13396_q ; +wire \text_gen|char_ram~13340_q ; +wire \text_gen|char_ram~11548_q ; +wire \text_gen|char_ram~37146_combout ; +wire \text_gen|char_ram~37147_combout ; +wire \text_gen|char_ram~11597_q ; +wire \text_gen|char_ram~13389_q ; +wire \text_gen|char_ram~11541_q ; +wire \text_gen|char_ram~13333_q ; +wire \text_gen|char_ram~37148_combout ; +wire \text_gen|char_ram~37149_combout ; +wire \text_gen|char_ram~37150_combout ; +wire \text_gen|char_ram~11625feeder_combout ; +wire \text_gen|char_ram~11625_q ; +wire \text_gen|char_ram~13417_q ; +wire \text_gen|char_ram~11569_q ; +wire \text_gen|char_ram~13361_q ; +wire \text_gen|char_ram~37144_combout ; +wire \text_gen|char_ram~37145_combout ; +wire \text_gen|char_ram~11632feeder_combout ; +wire \text_gen|char_ram~11632_q ; +wire \text_gen|char_ram~13424_q ; +wire \text_gen|char_ram~13368_q ; +wire \text_gen|char_ram~11576_q ; +wire \text_gen|char_ram~37151_combout ; +wire \text_gen|char_ram~37152_combout ; +wire \text_gen|char_ram~37153_combout ; +wire \text_gen|char_ram~37185_combout ; +wire \text_gen|char_ram~13130_q ; +wire \text_gen|char_ram~13158_q ; +wire \text_gen|char_ram~13123_q ; +wire \text_gen|char_ram~13151feeder_combout ; +wire \text_gen|char_ram~13151_q ; +wire \text_gen|char_ram~37024_combout ; +wire \text_gen|char_ram~37025_combout ; +wire \text_gen|char_ram~9574feeder_combout ; +wire \text_gen|char_ram~9574_q ; +wire \text_gen|char_ram~9567_q ; +wire \text_gen|char_ram~9539_q ; +wire \text_gen|char_ram~9546_q ; +wire \text_gen|char_ram~37017_combout ; +wire \text_gen|char_ram~37018_combout ; +wire \text_gen|char_ram~11338feeder_combout ; +wire \text_gen|char_ram~11338_q ; +wire \text_gen|char_ram~11366_q ; +wire \text_gen|char_ram~11331_q ; +wire \text_gen|char_ram~11359_q ; +wire \text_gen|char_ram~37019_combout ; +wire \text_gen|char_ram~37020_combout ; +wire \text_gen|char_ram~7747_q ; +wire \text_gen|char_ram~7754feeder_combout ; +wire \text_gen|char_ram~7754_q ; +wire \text_gen|char_ram~37021_combout ; +wire \text_gen|char_ram~7782_q ; +wire \text_gen|char_ram~7775feeder_combout ; +wire \text_gen|char_ram~7775_q ; +wire \text_gen|char_ram~37022_combout ; +wire \text_gen|char_ram~37023_combout ; +wire \text_gen|char_ram~37026_combout ; +wire \text_gen|char_ram~9595_q ; +wire \text_gen|char_ram~9623feeder_combout ; +wire \text_gen|char_ram~9623_q ; +wire \text_gen|char_ram~37050_combout ; +wire \text_gen|char_ram~9630_q ; +wire \text_gen|char_ram~9602feeder_combout ; +wire \text_gen|char_ram~9602_q ; +wire \text_gen|char_ram~37051_combout ; +wire \text_gen|char_ram~7810feeder_combout ; +wire \text_gen|char_ram~7810_q ; +wire \text_gen|char_ram~7838_q ; +wire \text_gen|char_ram~7803_q ; +wire \text_gen|char_ram~7831_q ; +wire \text_gen|char_ram~37052_combout ; +wire \text_gen|char_ram~37053_combout ; +wire \text_gen|char_ram~37054_combout ; +wire \text_gen|char_ram~11415feeder_combout ; +wire \text_gen|char_ram~11415_q ; +wire \text_gen|char_ram~11422_q ; +wire \text_gen|char_ram~11387_q ; +wire \text_gen|char_ram~11394_q ; +wire \text_gen|char_ram~37048_combout ; +wire \text_gen|char_ram~37049_combout ; +wire \text_gen|char_ram~13207feeder_combout ; +wire \text_gen|char_ram~13207_q ; +wire \text_gen|char_ram~13214_q ; +wire \text_gen|char_ram~13179_q ; +wire \text_gen|char_ram~13186feeder_combout ; +wire \text_gen|char_ram~13186_q ; +wire \text_gen|char_ram~37055_combout ; +wire \text_gen|char_ram~37056_combout ; +wire \text_gen|char_ram~37057_combout ; +wire \text_gen|char_ram~11401feeder_combout ; +wire \text_gen|char_ram~11401_q ; +wire \text_gen|char_ram~13193_q ; +wire \text_gen|char_ram~9609feeder_combout ; +wire \text_gen|char_ram~9609_q ; +wire \text_gen|char_ram~7817_q ; +wire \text_gen|char_ram~37027_combout ; +wire \text_gen|char_ram~37028_combout ; +wire \text_gen|char_ram~9616feeder_combout ; +wire \text_gen|char_ram~9616_q ; +wire \text_gen|char_ram~13200_q ; +wire \text_gen|char_ram~11408feeder_combout ; +wire \text_gen|char_ram~11408_q ; +wire \text_gen|char_ram~7824_q ; +wire \text_gen|char_ram~37034_combout ; +wire \text_gen|char_ram~37035_combout ; +wire \text_gen|char_ram~11373_q ; +wire \text_gen|char_ram~13165_q ; +wire \text_gen|char_ram~9581feeder_combout ; +wire \text_gen|char_ram~9581_q ; +wire \text_gen|char_ram~7789_q ; +wire \text_gen|char_ram~37031_combout ; +wire \text_gen|char_ram~37032_combout ; +wire \text_gen|char_ram~9588feeder_combout ; +wire \text_gen|char_ram~9588_q ; +wire \text_gen|char_ram~13172_q ; +wire \text_gen|char_ram~11380feeder_combout ; +wire \text_gen|char_ram~11380_q ; +wire \text_gen|char_ram~7796_q ; +wire \text_gen|char_ram~37029_combout ; +wire \text_gen|char_ram~37030_combout ; +wire \text_gen|char_ram~37033_combout ; +wire \text_gen|char_ram~37036_combout ; +wire \text_gen|char_ram~11324feeder_combout ; +wire \text_gen|char_ram~11324_q ; +wire \text_gen|char_ram~13116_q ; +wire \text_gen|char_ram~9532_q ; +wire \text_gen|char_ram~7740_q ; +wire \text_gen|char_ram~37037_combout ; +wire \text_gen|char_ram~37038_combout ; +wire \text_gen|char_ram~11352feeder_combout ; +wire \text_gen|char_ram~11352_q ; +wire \text_gen|char_ram~13144_q ; +wire \text_gen|char_ram~9560feeder_combout ; +wire \text_gen|char_ram~9560_q ; +wire \text_gen|char_ram~7768_q ; +wire \text_gen|char_ram~37044_combout ; +wire \text_gen|char_ram~37045_combout ; +wire \text_gen|char_ram~9525feeder_combout ; +wire \text_gen|char_ram~9525_q ; +wire \text_gen|char_ram~13109_q ; +wire \text_gen|char_ram~11317feeder_combout ; +wire \text_gen|char_ram~11317_q ; +wire \text_gen|char_ram~7733_q ; +wire \text_gen|char_ram~37041_combout ; +wire \text_gen|char_ram~37042_combout ; +wire \text_gen|char_ram~9553feeder_combout ; +wire \text_gen|char_ram~9553_q ; +wire \text_gen|char_ram~13137_q ; +wire \text_gen|char_ram~7761_q ; +wire \text_gen|char_ram~11345_q ; +wire \text_gen|char_ram~37039_combout ; +wire \text_gen|char_ram~37040_combout ; +wire \text_gen|char_ram~37043_combout ; +wire \text_gen|char_ram~37046_combout ; +wire \text_gen|char_ram~37047_combout ; +wire \text_gen|char_ram~37058_combout ; +wire \text_gen|char_ram~37186_combout ; +wire \text_gen|char_ram~8608_q ; +wire \text_gen|char_ram~10400_q ; +wire \text_gen|char_ram~37619_combout ; +wire \text_gen|char_ram~12192_q ; +wire \text_gen|char_ram~13984_q ; +wire \text_gen|char_ram~37620_combout ; +wire \text_gen|char_ram~12164feeder_combout ; +wire \text_gen|char_ram~12164_q ; +wire \text_gen|char_ram~13956_q ; +wire \text_gen|char_ram~10372_q ; +wire \text_gen|char_ram~8580_q ; +wire \text_gen|char_ram~37612_combout ; +wire \text_gen|char_ram~37613_combout ; +wire \text_gen|char_ram~10393feeder_combout ; +wire \text_gen|char_ram~10393_q ; +wire \text_gen|char_ram~13977_q ; +wire \text_gen|char_ram~12185_q ; +wire \text_gen|char_ram~8601_q ; +wire \text_gen|char_ram~37614_combout ; +wire \text_gen|char_ram~37615_combout ; +wire \text_gen|char_ram~10365_q ; +wire \text_gen|char_ram~13949_q ; +wire \text_gen|char_ram~12157feeder_combout ; +wire \text_gen|char_ram~12157_q ; +wire \text_gen|char_ram~8573_q ; +wire \text_gen|char_ram~37616_combout ; +wire \text_gen|char_ram~37617_combout ; +wire \text_gen|char_ram~37618_combout ; +wire \text_gen|char_ram~37621_combout ; +wire \text_gen|char_ram~10407feeder_combout ; +wire \text_gen|char_ram~10407_q ; +wire \text_gen|char_ram~13991_q ; +wire \text_gen|char_ram~12199feeder_combout ; +wire \text_gen|char_ram~12199_q ; +wire \text_gen|char_ram~8615_q ; +wire \text_gen|char_ram~37643_combout ; +wire \text_gen|char_ram~37644_combout ; +wire \text_gen|char_ram~12171_q ; +wire \text_gen|char_ram~8587_q ; +wire \text_gen|char_ram~37647_combout ; +wire \text_gen|char_ram~10379_q ; +wire \text_gen|char_ram~13963_q ; +wire \text_gen|char_ram~37648_combout ; +wire \text_gen|char_ram~10386_q ; +wire \text_gen|char_ram~8594_q ; +wire \text_gen|char_ram~37645_combout ; +wire \text_gen|char_ram~13970_q ; +wire \text_gen|char_ram~12178feeder_combout ; +wire \text_gen|char_ram~12178_q ; +wire \text_gen|char_ram~37646_combout ; +wire \text_gen|char_ram~37649_combout ; +wire \text_gen|char_ram~12206_q ; +wire \text_gen|char_ram~13998_q ; +wire \text_gen|char_ram~10414_q ; +wire \text_gen|char_ram~8622_q ; +wire \text_gen|char_ram~37650_combout ; +wire \text_gen|char_ram~37651_combout ; +wire \text_gen|char_ram~37652_combout ; +wire \text_gen|char_ram~8545_q ; +wire \text_gen|char_ram~10337_q ; +wire \text_gen|char_ram~37634_combout ; +wire \text_gen|char_ram~13921_q ; +wire \text_gen|char_ram~12129_q ; +wire \text_gen|char_ram~37635_combout ; +wire \text_gen|char_ram~8517_q ; +wire \text_gen|char_ram~10309feeder_combout ; +wire \text_gen|char_ram~10309_q ; +wire \text_gen|char_ram~37636_combout ; +wire \text_gen|char_ram~13893_q ; +wire \text_gen|char_ram~12101feeder_combout ; +wire \text_gen|char_ram~12101_q ; +wire \text_gen|char_ram~37637_combout ; +wire \text_gen|char_ram~37638_combout ; +wire \text_gen|char_ram~12136_q ; +wire \text_gen|char_ram~13928_q ; +wire \text_gen|char_ram~10344feeder_combout ; +wire \text_gen|char_ram~10344_q ; +wire \text_gen|char_ram~8552_q ; +wire \text_gen|char_ram~37639_combout ; +wire \text_gen|char_ram~37640_combout ; +wire \text_gen|char_ram~12108feeder_combout ; +wire \text_gen|char_ram~12108_q ; +wire \text_gen|char_ram~13900_q ; +wire \text_gen|char_ram~8524_q ; +wire \text_gen|char_ram~10316_q ; +wire \text_gen|char_ram~37632_combout ; +wire \text_gen|char_ram~37633_combout ; +wire \text_gen|char_ram~37641_combout ; +wire \text_gen|char_ram~10351_q ; +wire \text_gen|char_ram~13935_q ; +wire \text_gen|char_ram~12143feeder_combout ; +wire \text_gen|char_ram~12143_q ; +wire \text_gen|char_ram~8559_q ; +wire \text_gen|char_ram~37622_combout ; +wire \text_gen|char_ram~37623_combout ; +wire \text_gen|char_ram~12150_q ; +wire \text_gen|char_ram~13942_q ; +wire \text_gen|char_ram~10358feeder_combout ; +wire \text_gen|char_ram~10358_q ; +wire \text_gen|char_ram~8566_q ; +wire \text_gen|char_ram~37629_combout ; +wire \text_gen|char_ram~37630_combout ; +wire \text_gen|char_ram~12122_q ; +wire \text_gen|char_ram~13914_q ; +wire \text_gen|char_ram~8538_q ; +wire \text_gen|char_ram~10330_q ; +wire \text_gen|char_ram~37624_combout ; +wire \text_gen|char_ram~37625_combout ; +wire \text_gen|char_ram~12115_q ; +wire \text_gen|char_ram~8531_q ; +wire \text_gen|char_ram~37626_combout ; +wire \text_gen|char_ram~10323feeder_combout ; +wire \text_gen|char_ram~10323_q ; +wire \text_gen|char_ram~13907_q ; +wire \text_gen|char_ram~37627_combout ; +wire \text_gen|char_ram~37628_combout ; +wire \text_gen|char_ram~37631_combout ; +wire \text_gen|char_ram~37642_combout ; +wire \text_gen|char_ram~37653_combout ; +wire \text_gen|char_ram~8650feeder_combout ; +wire \text_gen|char_ram~8650_q ; +wire \text_gen|char_ram~12234_q ; +wire \text_gen|char_ram~8636_q ; +wire \text_gen|char_ram~12220feeder_combout ; +wire \text_gen|char_ram~12220_q ; +wire \text_gen|char_ram~37590_combout ; +wire \text_gen|char_ram~37591_combout ; +wire \text_gen|char_ram~8643_q ; +wire \text_gen|char_ram~12227_q ; +wire \text_gen|char_ram~12213_q ; +wire \text_gen|char_ram~8629_q ; +wire \text_gen|char_ram~37594_combout ; +wire \text_gen|char_ram~37595_combout ; +wire \text_gen|char_ram~8671feeder_combout ; +wire \text_gen|char_ram~8671_q ; +wire \text_gen|char_ram~12255_q ; +wire \text_gen|char_ram~8657_q ; +wire \text_gen|char_ram~12241feeder_combout ; +wire \text_gen|char_ram~12241_q ; +wire \text_gen|char_ram~37592_combout ; +wire \text_gen|char_ram~37593_combout ; +wire \text_gen|char_ram~37596_combout ; +wire \text_gen|char_ram~8678feeder_combout ; +wire \text_gen|char_ram~8678_q ; +wire \text_gen|char_ram~12262_q ; +wire \text_gen|char_ram~8664_q ; +wire \text_gen|char_ram~12248feeder_combout ; +wire \text_gen|char_ram~12248_q ; +wire \text_gen|char_ram~37597_combout ; +wire \text_gen|char_ram~37598_combout ; +wire \text_gen|char_ram~37599_combout ; +wire \text_gen|char_ram~8734feeder_combout ; +wire \text_gen|char_ram~8734_q ; +wire \text_gen|char_ram~12318_q ; +wire \text_gen|char_ram~12304feeder_combout ; +wire \text_gen|char_ram~12304_q ; +wire \text_gen|char_ram~8720_q ; +wire \text_gen|char_ram~37587_combout ; +wire \text_gen|char_ram~37588_combout ; +wire \text_gen|char_ram~8727feeder_combout ; +wire \text_gen|char_ram~8727_q ; +wire \text_gen|char_ram~12311_q ; +wire \text_gen|char_ram~12297feeder_combout ; +wire \text_gen|char_ram~12297_q ; +wire \text_gen|char_ram~8713_q ; +wire \text_gen|char_ram~37582_combout ; +wire \text_gen|char_ram~37583_combout ; +wire \text_gen|char_ram~12269feeder_combout ; +wire \text_gen|char_ram~12269_q ; +wire \text_gen|char_ram~8685_q ; +wire \text_gen|char_ram~37584_combout ; +wire \text_gen|char_ram~12283_q ; +wire \text_gen|char_ram~8699feeder_combout ; +wire \text_gen|char_ram~8699_q ; +wire \text_gen|char_ram~37585_combout ; +wire \text_gen|char_ram~37586_combout ; +wire \text_gen|char_ram~8706_q ; +wire \text_gen|char_ram~12290_q ; +wire \text_gen|char_ram~12276feeder_combout ; +wire \text_gen|char_ram~12276_q ; +wire \text_gen|char_ram~8692_q ; +wire \text_gen|char_ram~37580_combout ; +wire \text_gen|char_ram~37581_combout ; +wire \text_gen|char_ram~37589_combout ; +wire \text_gen|char_ram~37600_combout ; +wire \text_gen|char_ram~10477_q ; +wire \text_gen|char_ram~10484_q ; +wire \text_gen|char_ram~37605_combout ; +wire \text_gen|char_ram~10498_q ; +wire \text_gen|char_ram~10491feeder_combout ; +wire \text_gen|char_ram~10491_q ; +wire \text_gen|char_ram~37606_combout ; +wire \text_gen|char_ram~10519feeder_combout ; +wire \text_gen|char_ram~10519_q ; +wire \text_gen|char_ram~10526_q ; +wire \text_gen|char_ram~10505_q ; +wire \text_gen|char_ram~10512feeder_combout ; +wire \text_gen|char_ram~10512_q ; +wire \text_gen|char_ram~37603_combout ; +wire \text_gen|char_ram~37604_combout ; +wire \text_gen|char_ram~37607_combout ; +wire \text_gen|char_ram~14103feeder_combout ; +wire \text_gen|char_ram~14103_q ; +wire \text_gen|char_ram~14110_q ; +wire \text_gen|char_ram~14089_q ; +wire \text_gen|char_ram~14096feeder_combout ; +wire \text_gen|char_ram~14096_q ; +wire \text_gen|char_ram~37608_combout ; +wire \text_gen|char_ram~37609_combout ; +wire \text_gen|char_ram~14075feeder_combout ; +wire \text_gen|char_ram~14075_q ; +wire \text_gen|char_ram~14082_q ; +wire \text_gen|char_ram~14061_q ; +wire \text_gen|char_ram~14068feeder_combout ; +wire \text_gen|char_ram~14068_q ; +wire \text_gen|char_ram~37601_combout ; +wire \text_gen|char_ram~37602_combout ; +wire \text_gen|char_ram~37610_combout ; +wire \text_gen|char_ram~10442_q ; +wire \text_gen|char_ram~14026feeder_combout ; +wire \text_gen|char_ram~14026_q ; +wire \text_gen|char_ram~14012_q ; +wire \text_gen|char_ram~10428_q ; +wire \text_gen|char_ram~37572_combout ; +wire \text_gen|char_ram~37573_combout ; +wire \text_gen|char_ram~14019feeder_combout ; +wire \text_gen|char_ram~14019_q ; +wire \text_gen|char_ram~10435_q ; +wire \text_gen|char_ram~14005_q ; +wire \text_gen|char_ram~10421_q ; +wire \text_gen|char_ram~37574_combout ; +wire \text_gen|char_ram~37575_combout ; +wire \text_gen|char_ram~37576_combout ; +wire \text_gen|char_ram~10470feeder_combout ; +wire \text_gen|char_ram~10470_q ; +wire \text_gen|char_ram~14054_q ; +wire \text_gen|char_ram~10456_q ; +wire \text_gen|char_ram~14040_q ; +wire \text_gen|char_ram~37577_combout ; +wire \text_gen|char_ram~37578_combout ; +wire \text_gen|char_ram~14033feeder_combout ; +wire \text_gen|char_ram~14033_q ; +wire \text_gen|char_ram~10449_q ; +wire \text_gen|char_ram~37570_combout ; +wire \text_gen|char_ram~14047_q ; +wire \text_gen|char_ram~10463feeder_combout ; +wire \text_gen|char_ram~10463_q ; +wire \text_gen|char_ram~37571_combout ; +wire \text_gen|char_ram~37579_combout ; +wire \text_gen|char_ram~37611_combout ; +wire \text_gen|char_ram~37654_combout ; +wire \text_gen|char_ram~12423_q ; +wire \text_gen|char_ram~14215_q ; +wire \text_gen|char_ram~14159feeder_combout ; +wire \text_gen|char_ram~14159_q ; +wire \text_gen|char_ram~12367_q ; +wire \text_gen|char_ram~37559_combout ; +wire \text_gen|char_ram~37560_combout ; +wire \text_gen|char_ram~12430_q ; +wire \text_gen|char_ram~14222_q ; +wire \text_gen|char_ram~14166_q ; +wire \text_gen|char_ram~12374_q ; +wire \text_gen|char_ram~37566_combout ; +wire \text_gen|char_ram~37567_combout ; +wire \text_gen|char_ram~12395feeder_combout ; +wire \text_gen|char_ram~12395_q ; +wire \text_gen|char_ram~14187_q ; +wire \text_gen|char_ram~14131feeder_combout ; +wire \text_gen|char_ram~14131_q ; +wire \text_gen|char_ram~12339_q ; +wire \text_gen|char_ram~37563_combout ; +wire \text_gen|char_ram~37564_combout ; +wire \text_gen|char_ram~12402_q ; +wire \text_gen|char_ram~14194_q ; +wire \text_gen|char_ram~14138_q ; +wire \text_gen|char_ram~12346_q ; +wire \text_gen|char_ram~37561_combout ; +wire \text_gen|char_ram~37562_combout ; +wire \text_gen|char_ram~37565_combout ; +wire \text_gen|char_ram~37568_combout ; +wire \text_gen|char_ram~12409_q ; +wire \text_gen|char_ram~14201_q ; +wire \text_gen|char_ram~12353_q ; +wire \text_gen|char_ram~14145_q ; +wire \text_gen|char_ram~37528_combout ; +wire \text_gen|char_ram~37529_combout ; +wire \text_gen|char_ram~12416feeder_combout ; +wire \text_gen|char_ram~12416_q ; +wire \text_gen|char_ram~14208_q ; +wire \text_gen|char_ram~12360_q ; +wire \text_gen|char_ram~14152_q ; +wire \text_gen|char_ram~37535_combout ; +wire \text_gen|char_ram~37536_combout ; +wire \text_gen|char_ram~12388_q ; +wire \text_gen|char_ram~14180_q ; +wire \text_gen|char_ram~14124_q ; +wire \text_gen|char_ram~12332_q ; +wire \text_gen|char_ram~37530_combout ; +wire \text_gen|char_ram~37531_combout ; +wire \text_gen|char_ram~12381feeder_combout ; +wire \text_gen|char_ram~12381_q ; +wire \text_gen|char_ram~14173_q ; +wire \text_gen|char_ram~14117_q ; +wire \text_gen|char_ram~12325_q ; +wire \text_gen|char_ram~37532_combout ; +wire \text_gen|char_ram~37533_combout ; +wire \text_gen|char_ram~37534_combout ; +wire \text_gen|char_ram~37537_combout ; +wire \text_gen|char_ram~8832_q ; +wire \text_gen|char_ram~10624_q ; +wire \text_gen|char_ram~8776_q ; +wire \text_gen|char_ram~10568_q ; +wire \text_gen|char_ram~37555_combout ; +wire \text_gen|char_ram~37556_combout ; +wire \text_gen|char_ram~8797_q ; +wire \text_gen|char_ram~10589_q ; +wire \text_gen|char_ram~10533_q ; +wire \text_gen|char_ram~8741_q ; +wire \text_gen|char_ram~37552_combout ; +wire \text_gen|char_ram~37553_combout ; +wire \text_gen|char_ram~8804_q ; +wire \text_gen|char_ram~10596_q ; +wire \text_gen|char_ram~10540_q ; +wire \text_gen|char_ram~8748_q ; +wire \text_gen|char_ram~37550_combout ; +wire \text_gen|char_ram~37551_combout ; +wire \text_gen|char_ram~37554_combout ; +wire \text_gen|char_ram~8825_q ; +wire \text_gen|char_ram~10617_q ; +wire \text_gen|char_ram~8769_q ; +wire \text_gen|char_ram~10561_q ; +wire \text_gen|char_ram~37548_combout ; +wire \text_gen|char_ram~37549_combout ; +wire \text_gen|char_ram~37557_combout ; +wire \text_gen|char_ram~8839_q ; +wire \text_gen|char_ram~10631_q ; +wire \text_gen|char_ram~8783_q ; +wire \text_gen|char_ram~10575feeder_combout ; +wire \text_gen|char_ram~10575_q ; +wire \text_gen|char_ram~37538_combout ; +wire \text_gen|char_ram~37539_combout ; +wire \text_gen|char_ram~8846_q ; +wire \text_gen|char_ram~10638_q ; +wire \text_gen|char_ram~10582_q ; +wire \text_gen|char_ram~8790_q ; +wire \text_gen|char_ram~37545_combout ; +wire \text_gen|char_ram~37546_combout ; +wire \text_gen|char_ram~8811feeder_combout ; +wire \text_gen|char_ram~8811_q ; +wire \text_gen|char_ram~10603_q ; +wire \text_gen|char_ram~8755_q ; +wire \text_gen|char_ram~10547feeder_combout ; +wire \text_gen|char_ram~10547_q ; +wire \text_gen|char_ram~37542_combout ; +wire \text_gen|char_ram~37543_combout ; +wire \text_gen|char_ram~8818feeder_combout ; +wire \text_gen|char_ram~8818_q ; +wire \text_gen|char_ram~10610_q ; +wire \text_gen|char_ram~10554_q ; +wire \text_gen|char_ram~8762_q ; +wire \text_gen|char_ram~37540_combout ; +wire \text_gen|char_ram~37541_combout ; +wire \text_gen|char_ram~37544_combout ; +wire \text_gen|char_ram~37547_combout ; +wire \text_gen|char_ram~37558_combout ; +wire \text_gen|char_ram~37569_combout ; +wire \text_gen|char_ram~10694feeder_combout ; +wire \text_gen|char_ram~10694_q ; +wire \text_gen|char_ram~14278_q ; +wire \text_gen|char_ram~14264_q ; +wire \text_gen|char_ram~10680_q ; +wire \text_gen|char_ram~37662_combout ; +wire \text_gen|char_ram~37663_combout ; +wire \text_gen|char_ram~10666feeder_combout ; +wire \text_gen|char_ram~10666_q ; +wire \text_gen|char_ram~14250_q ; +wire \text_gen|char_ram~10652_q ; +wire \text_gen|char_ram~14236_q ; +wire \text_gen|char_ram~37657_combout ; +wire \text_gen|char_ram~37658_combout ; +wire \text_gen|char_ram~14229_q ; +wire \text_gen|char_ram~10645_q ; +wire \text_gen|char_ram~37659_combout ; +wire \text_gen|char_ram~14243_q ; +wire \text_gen|char_ram~10659_q ; +wire \text_gen|char_ram~37660_combout ; +wire \text_gen|char_ram~37661_combout ; +wire \text_gen|char_ram~14257_q ; +wire \text_gen|char_ram~10673_q ; +wire \text_gen|char_ram~37655_combout ; +wire \text_gen|char_ram~14271_q ; +wire \text_gen|char_ram~10687_q ; +wire \text_gen|char_ram~37656_combout ; +wire \text_gen|char_ram~37664_combout ; +wire \text_gen|char_ram~10722_q ; +wire \text_gen|char_ram~14306_q ; +wire \text_gen|char_ram~14292feeder_combout ; +wire \text_gen|char_ram~14292_q ; +wire \text_gen|char_ram~10708_q ; +wire \text_gen|char_ram~37686_combout ; +wire \text_gen|char_ram~37687_combout ; +wire \text_gen|char_ram~14320_q ; +wire \text_gen|char_ram~10736_q ; +wire \text_gen|char_ram~37693_combout ; +wire \text_gen|char_ram~10750feeder_combout ; +wire \text_gen|char_ram~10750_q ; +wire \text_gen|char_ram~14334_q ; +wire \text_gen|char_ram~37694_combout ; +wire \text_gen|char_ram~14327_q ; +wire \text_gen|char_ram~10743_q ; +wire \text_gen|char_ram~10729_q ; +wire \text_gen|char_ram~14313_q ; +wire \text_gen|char_ram~37688_combout ; +wire \text_gen|char_ram~37689_combout ; +wire \text_gen|char_ram~10715_q ; +wire \text_gen|char_ram~14299_q ; +wire \text_gen|char_ram~10701_q ; +wire \text_gen|char_ram~14285_q ; +wire \text_gen|char_ram~37690_combout ; +wire \text_gen|char_ram~37691_combout ; +wire \text_gen|char_ram~37692_combout ; +wire \text_gen|char_ram~37695_combout ; +wire \text_gen|char_ram~12514feeder_combout ; +wire \text_gen|char_ram~12514_q ; +wire \text_gen|char_ram~12542_q ; +wire \text_gen|char_ram~12500_q ; +wire \text_gen|char_ram~12528_q ; +wire \text_gen|char_ram~37672_combout ; +wire \text_gen|char_ram~37673_combout ; +wire \text_gen|char_ram~12507_q ; +wire \text_gen|char_ram~12535_q ; +wire \text_gen|char_ram~12493_q ; +wire \text_gen|char_ram~12521_q ; +wire \text_gen|char_ram~37665_combout ; +wire \text_gen|char_ram~37666_combout ; +wire \text_gen|char_ram~8930_q ; +wire \text_gen|char_ram~8958_q ; +wire \text_gen|char_ram~8916_q ; +wire \text_gen|char_ram~8944_q ; +wire \text_gen|char_ram~37667_combout ; +wire \text_gen|char_ram~37668_combout ; +wire \text_gen|char_ram~8909_q ; +wire \text_gen|char_ram~8937feeder_combout ; +wire \text_gen|char_ram~8937_q ; +wire \text_gen|char_ram~37669_combout ; +wire \text_gen|char_ram~8951_q ; +wire \text_gen|char_ram~8923_q ; +wire \text_gen|char_ram~37670_combout ; +wire \text_gen|char_ram~37671_combout ; +wire \text_gen|char_ram~37674_combout ; +wire \text_gen|char_ram~8874_q ; +wire \text_gen|char_ram~12458_q ; +wire \text_gen|char_ram~12444feeder_combout ; +wire \text_gen|char_ram~12444_q ; +wire \text_gen|char_ram~8860_q ; +wire \text_gen|char_ram~37675_combout ; +wire \text_gen|char_ram~37676_combout ; +wire \text_gen|char_ram~8902_q ; +wire \text_gen|char_ram~12486_q ; +wire \text_gen|char_ram~12472feeder_combout ; +wire \text_gen|char_ram~12472_q ; +wire \text_gen|char_ram~8888_q ; +wire \text_gen|char_ram~37682_combout ; +wire \text_gen|char_ram~37683_combout ; +wire \text_gen|char_ram~12465feeder_combout ; +wire \text_gen|char_ram~12465_q ; +wire \text_gen|char_ram~8881_q ; +wire \text_gen|char_ram~37677_combout ; +wire \text_gen|char_ram~12479_q ; +wire \text_gen|char_ram~8895_q ; +wire \text_gen|char_ram~37678_combout ; +wire \text_gen|char_ram~8867_q ; +wire \text_gen|char_ram~12451_q ; +wire \text_gen|char_ram~8853_q ; +wire \text_gen|char_ram~12437_q ; +wire \text_gen|char_ram~37679_combout ; +wire \text_gen|char_ram~37680_combout ; +wire \text_gen|char_ram~37681_combout ; +wire \text_gen|char_ram~37684_combout ; +wire \text_gen|char_ram~37685_combout ; +wire \text_gen|char_ram~37696_combout ; +wire \text_gen|char_ram~37697_combout ; +wire \text_gen|char_ram~37698_combout ; +wire \text_gen|char_ram~6039feeder_combout ; +wire \text_gen|char_ram~6039_q ; +wire \text_gen|char_ram~6011_q ; +wire \text_gen|char_ram~38241_combout ; +wire \text_gen|char_ram~6935_q ; +wire \text_gen|char_ram~6907feeder_combout ; +wire \text_gen|char_ram~6907_q ; +wire \text_gen|char_ram~38242_combout ; +wire \text_gen|char_ram~6459feeder_combout ; +wire \text_gen|char_ram~6459_q ; +wire \text_gen|char_ram~6487_q ; +wire \text_gen|char_ram~5563_q ; +wire \text_gen|char_ram~5591feeder_combout ; +wire \text_gen|char_ram~5591_q ; +wire \text_gen|char_ram~38245_combout ; +wire \text_gen|char_ram~38246_combout ; +wire \text_gen|char_ram~6466feeder_combout ; +wire \text_gen|char_ram~6466_q ; +wire \text_gen|char_ram~6494_q ; +wire \text_gen|char_ram~5570_q ; +wire \text_gen|char_ram~5598feeder_combout ; +wire \text_gen|char_ram~5598_q ; +wire \text_gen|char_ram~38243_combout ; +wire \text_gen|char_ram~38244_combout ; +wire \text_gen|char_ram~38247_combout ; +wire \text_gen|char_ram~6942feeder_combout ; +wire \text_gen|char_ram~6942_q ; +wire \text_gen|char_ram~6914_q ; +wire \text_gen|char_ram~6046feeder_combout ; +wire \text_gen|char_ram~6046_q ; +wire \text_gen|char_ram~6018_q ; +wire \text_gen|char_ram~38248_combout ; +wire \text_gen|char_ram~38249_combout ; +wire \text_gen|char_ram~38250_combout ; +wire \text_gen|char_ram~6865_q ; +wire \text_gen|char_ram~6872_q ; +wire \text_gen|char_ram~6424feeder_combout ; +wire \text_gen|char_ram~6424_q ; +wire \text_gen|char_ram~6417_q ; +wire \text_gen|char_ram~38237_combout ; +wire \text_gen|char_ram~38238_combout ; +wire \text_gen|char_ram~6837feeder_combout ; +wire \text_gen|char_ram~6837_q ; +wire \text_gen|char_ram~6844_q ; +wire \text_gen|char_ram~6396feeder_combout ; +wire \text_gen|char_ram~6396_q ; +wire \text_gen|char_ram~6389_q ; +wire \text_gen|char_ram~38230_combout ; +wire \text_gen|char_ram~38231_combout ; +wire \text_gen|char_ram~5969feeder_combout ; +wire \text_gen|char_ram~5969_q ; +wire \text_gen|char_ram~5976_q ; +wire \text_gen|char_ram~5521_q ; +wire \text_gen|char_ram~5528feeder_combout ; +wire \text_gen|char_ram~5528_q ; +wire \text_gen|char_ram~38232_combout ; +wire \text_gen|char_ram~38233_combout ; +wire \text_gen|char_ram~5948feeder_combout ; +wire \text_gen|char_ram~5948_q ; +wire \text_gen|char_ram~5941feeder_combout ; +wire \text_gen|char_ram~5941_q ; +wire \text_gen|char_ram~5500feeder_combout ; +wire \text_gen|char_ram~5500_q ; +wire \text_gen|char_ram~5493_q ; +wire \text_gen|char_ram~38234_combout ; +wire \text_gen|char_ram~38235_combout ; +wire \text_gen|char_ram~38236_combout ; +wire \text_gen|char_ram~38239_combout ; +wire \text_gen|char_ram~6851_q ; +wire \text_gen|char_ram~6879_q ; +wire \text_gen|char_ram~5983feeder_combout ; +wire \text_gen|char_ram~5983_q ; +wire \text_gen|char_ram~5955_q ; +wire \text_gen|char_ram~38220_combout ; +wire \text_gen|char_ram~38221_combout ; +wire \text_gen|char_ram~6410feeder_combout ; +wire \text_gen|char_ram~6410_q ; +wire \text_gen|char_ram~6438_q ; +wire \text_gen|char_ram~5514_q ; +wire \text_gen|char_ram~5542feeder_combout ; +wire \text_gen|char_ram~5542_q ; +wire \text_gen|char_ram~38222_combout ; +wire \text_gen|char_ram~38223_combout ; +wire \text_gen|char_ram~6403feeder_combout ; +wire \text_gen|char_ram~6403_q ; +wire \text_gen|char_ram~6431_q ; +wire \text_gen|char_ram~5535feeder_combout ; +wire \text_gen|char_ram~5535_q ; +wire \text_gen|char_ram~5507_q ; +wire \text_gen|char_ram~38224_combout ; +wire \text_gen|char_ram~38225_combout ; +wire \text_gen|char_ram~38226_combout ; +wire \text_gen|char_ram~6858_q ; +wire \text_gen|char_ram~6886_q ; +wire \text_gen|char_ram~5962_q ; +wire \text_gen|char_ram~5990feeder_combout ; +wire \text_gen|char_ram~5990_q ; +wire \text_gen|char_ram~38227_combout ; +wire \text_gen|char_ram~38228_combout ; +wire \text_gen|char_ram~38229_combout ; +wire \text_gen|char_ram~38240_combout ; +wire \text_gen|char_ram~6452feeder_combout ; +wire \text_gen|char_ram~6452_q ; +wire \text_gen|char_ram~6445_q ; +wire \text_gen|char_ram~38210_combout ; +wire \text_gen|char_ram~6893feeder_combout ; +wire \text_gen|char_ram~6893_q ; +wire \text_gen|char_ram~6900_q ; +wire \text_gen|char_ram~38211_combout ; +wire \text_gen|char_ram~6921feeder_combout ; +wire \text_gen|char_ram~6921_q ; +wire \text_gen|char_ram~6928_q ; +wire \text_gen|char_ram~6473_q ; +wire \text_gen|char_ram~6480feeder_combout ; +wire \text_gen|char_ram~6480_q ; +wire \text_gen|char_ram~38217_combout ; +wire \text_gen|char_ram~38218_combout ; +wire \text_gen|char_ram~5997_q ; +wire \text_gen|char_ram~6004_q ; +wire \text_gen|char_ram~5549_q ; +wire \text_gen|char_ram~5556feeder_combout ; +wire \text_gen|char_ram~5556_q ; +wire \text_gen|char_ram~38214_combout ; +wire \text_gen|char_ram~38215_combout ; +wire \text_gen|char_ram~5577_q ; +wire \text_gen|char_ram~5584_q ; +wire \text_gen|char_ram~38212_combout ; +wire \text_gen|char_ram~6032_q ; +wire \text_gen|char_ram~6025feeder_combout ; +wire \text_gen|char_ram~6025_q ; +wire \text_gen|char_ram~38213_combout ; +wire \text_gen|char_ram~38216_combout ; +wire \text_gen|char_ram~38219_combout ; +wire \text_gen|char_ram~38251_combout ; +wire \text_gen|char_ram~6515_q ; +wire \text_gen|char_ram~6543_q ; +wire \text_gen|char_ram~5647_q ; +wire \text_gen|char_ram~5619_q ; +wire \text_gen|char_ram~38266_combout ; +wire \text_gen|char_ram~38267_combout ; +wire \text_gen|char_ram~6522_q ; +wire \text_gen|char_ram~6550_q ; +wire \text_gen|char_ram~5626_q ; +wire \text_gen|char_ram~5654feeder_combout ; +wire \text_gen|char_ram~5654_q ; +wire \text_gen|char_ram~38264_combout ; +wire \text_gen|char_ram~38265_combout ; +wire \text_gen|char_ram~38268_combout ; +wire \text_gen|char_ram~6963feeder_combout ; +wire \text_gen|char_ram~6963_q ; +wire \text_gen|char_ram~6991_q ; +wire \text_gen|char_ram~6095feeder_combout ; +wire \text_gen|char_ram~6095_q ; +wire \text_gen|char_ram~6067_q ; +wire \text_gen|char_ram~38262_combout ; +wire \text_gen|char_ram~38263_combout ; +wire \text_gen|char_ram~6970_q ; +wire \text_gen|char_ram~6998_q ; +wire \text_gen|char_ram~6102feeder_combout ; +wire \text_gen|char_ram~6102_q ; +wire \text_gen|char_ram~6074_q ; +wire \text_gen|char_ram~38269_combout ; +wire \text_gen|char_ram~38270_combout ; +wire \text_gen|char_ram~38271_combout ; +wire \text_gen|char_ram~5640feeder_combout ; +wire \text_gen|char_ram~5640_q ; +wire \text_gen|char_ram~5633_q ; +wire \text_gen|char_ram~38274_combout ; +wire \text_gen|char_ram~6088_q ; +wire \text_gen|char_ram~6081feeder_combout ; +wire \text_gen|char_ram~6081_q ; +wire \text_gen|char_ram~38275_combout ; +wire \text_gen|char_ram~6053feeder_combout ; +wire \text_gen|char_ram~6053_q ; +wire \text_gen|char_ram~6060_q ; +wire \text_gen|char_ram~5612_q ; +wire \text_gen|char_ram~5605feeder_combout ; +wire \text_gen|char_ram~5605_q ; +wire \text_gen|char_ram~38276_combout ; +wire \text_gen|char_ram~38277_combout ; +wire \text_gen|char_ram~38278_combout ; +wire \text_gen|char_ram~6977feeder_combout ; +wire \text_gen|char_ram~6977_q ; +wire \text_gen|char_ram~6984_q ; +wire \text_gen|char_ram~6536_q ; +wire \text_gen|char_ram~6529_q ; +wire \text_gen|char_ram~38279_combout ; +wire \text_gen|char_ram~38280_combout ; +wire \text_gen|char_ram~6949feeder_combout ; +wire \text_gen|char_ram~6949_q ; +wire \text_gen|char_ram~6956_q ; +wire \text_gen|char_ram~6508_q ; +wire \text_gen|char_ram~6501_q ; +wire \text_gen|char_ram~38272_combout ; +wire \text_gen|char_ram~38273_combout ; +wire \text_gen|char_ram~38281_combout ; +wire \text_gen|char_ram~38282_combout ; +wire \text_gen|char_ram~7026_q ; +wire \text_gen|char_ram~7054_q ; +wire \text_gen|char_ram~6158feeder_combout ; +wire \text_gen|char_ram~6158_q ; +wire \text_gen|char_ram~6130_q ; +wire \text_gen|char_ram~38290_combout ; +wire \text_gen|char_ram~38291_combout ; +wire \text_gen|char_ram~5682_q ; +wire \text_gen|char_ram~5710_q ; +wire \text_gen|char_ram~38285_combout ; +wire \text_gen|char_ram~6578_q ; +wire \text_gen|char_ram~6606_q ; +wire \text_gen|char_ram~38286_combout ; +wire \text_gen|char_ram~5703feeder_combout ; +wire \text_gen|char_ram~5703_q ; +wire \text_gen|char_ram~5675_q ; +wire \text_gen|char_ram~38287_combout ; +wire \text_gen|char_ram~6571feeder_combout ; +wire \text_gen|char_ram~6571_q ; +wire \text_gen|char_ram~6599_q ; +wire \text_gen|char_ram~38288_combout ; +wire \text_gen|char_ram~38289_combout ; +wire \text_gen|char_ram~7019_q ; +wire \text_gen|char_ram~7047_q ; +wire \text_gen|char_ram~6151_q ; +wire \text_gen|char_ram~6123_q ; +wire \text_gen|char_ram~38283_combout ; +wire \text_gen|char_ram~38284_combout ; +wire \text_gen|char_ram~38292_combout ; +wire \text_gen|char_ram~7033feeder_combout ; +wire \text_gen|char_ram~7033_q ; +wire \text_gen|char_ram~7040_q ; +wire \text_gen|char_ram~6592_q ; +wire \text_gen|char_ram~6585_q ; +wire \text_gen|char_ram~38259_combout ; +wire \text_gen|char_ram~38260_combout ; +wire \text_gen|char_ram~5696_q ; +wire \text_gen|char_ram~5689_q ; +wire \text_gen|char_ram~38254_combout ; +wire \text_gen|char_ram~6144_q ; +wire \text_gen|char_ram~6137_q ; +wire \text_gen|char_ram~38255_combout ; +wire \text_gen|char_ram~5668feeder_combout ; +wire \text_gen|char_ram~5668_q ; +wire \text_gen|char_ram~5661_q ; +wire \text_gen|char_ram~38256_combout ; +wire \text_gen|char_ram~6116_q ; +wire \text_gen|char_ram~6109_q ; +wire \text_gen|char_ram~38257_combout ; +wire \text_gen|char_ram~38258_combout ; +wire \text_gen|char_ram~7005_q ; +wire \text_gen|char_ram~7012_q ; +wire \text_gen|char_ram~6564_q ; +wire \text_gen|char_ram~6557_q ; +wire \text_gen|char_ram~38252_combout ; +wire \text_gen|char_ram~38253_combout ; +wire \text_gen|char_ram~38261_combout ; +wire \text_gen|char_ram~38293_combout ; +wire \text_gen|char_ram~6284_q ; +wire \text_gen|char_ram~6732_q ; +wire \text_gen|char_ram~5836feeder_combout ; +wire \text_gen|char_ram~5836_q ; +wire \text_gen|char_ram~5388_q ; +wire \text_gen|char_ram~38316_combout ; +wire \text_gen|char_ram~38317_combout ; +wire \text_gen|char_ram~5829feeder_combout ; +wire \text_gen|char_ram~5829_q ; +wire \text_gen|char_ram~6725_q ; +wire \text_gen|char_ram~6277feeder_combout ; +wire \text_gen|char_ram~6277_q ; +wire \text_gen|char_ram~5381_q ; +wire \text_gen|char_ram~38318_combout ; +wire \text_gen|char_ram~38319_combout ; +wire \text_gen|char_ram~38320_combout ; +wire \text_gen|char_ram~5416_q ; +wire \text_gen|char_ram~5864_q ; +wire \text_gen|char_ram~38321_combout ; +wire \text_gen|char_ram~6760_q ; +wire \text_gen|char_ram~6312feeder_combout ; +wire \text_gen|char_ram~6312_q ; +wire \text_gen|char_ram~38322_combout ; +wire \text_gen|char_ram~5857feeder_combout ; +wire \text_gen|char_ram~5857_q ; +wire \text_gen|char_ram~6753_q ; +wire \text_gen|char_ram~5409_q ; +wire \text_gen|char_ram~6305feeder_combout ; +wire \text_gen|char_ram~6305_q ; +wire \text_gen|char_ram~38314_combout ; +wire \text_gen|char_ram~38315_combout ; +wire \text_gen|char_ram~38323_combout ; +wire \text_gen|char_ram~5430_q ; +wire \text_gen|char_ram~5878feeder_combout ; +wire \text_gen|char_ram~5878_q ; +wire \text_gen|char_ram~38311_combout ; +wire \text_gen|char_ram~6774_q ; +wire \text_gen|char_ram~6326feeder_combout ; +wire \text_gen|char_ram~6326_q ; +wire \text_gen|char_ram~38312_combout ; +wire \text_gen|char_ram~5423_q ; +wire \text_gen|char_ram~6319feeder_combout ; +wire \text_gen|char_ram~6319_q ; +wire \text_gen|char_ram~38306_combout ; +wire \text_gen|char_ram~6767_q ; +wire \text_gen|char_ram~5871feeder_combout ; +wire \text_gen|char_ram~5871_q ; +wire \text_gen|char_ram~38307_combout ; +wire \text_gen|char_ram~5843_q ; +wire \text_gen|char_ram~6739_q ; +wire \text_gen|char_ram~5395_q ; +wire \text_gen|char_ram~6291feeder_combout ; +wire \text_gen|char_ram~6291_q ; +wire \text_gen|char_ram~38308_combout ; +wire \text_gen|char_ram~38309_combout ; +wire \text_gen|char_ram~38310_combout ; +wire \text_gen|char_ram~6298_q ; +wire \text_gen|char_ram~5402_q ; +wire \text_gen|char_ram~5850feeder_combout ; +wire \text_gen|char_ram~5850_q ; +wire \text_gen|char_ram~38304_combout ; +wire \text_gen|char_ram~6746_q ; +wire \text_gen|char_ram~38305_combout ; +wire \text_gen|char_ram~38313_combout ; +wire \text_gen|char_ram~38324_combout ; +wire \text_gen|char_ram~6368_q ; +wire \text_gen|char_ram~6816_q ; +wire \text_gen|char_ram~5472_q ; +wire \text_gen|char_ram~5920_q ; +wire \text_gen|char_ram~38301_combout ; +wire \text_gen|char_ram~38302_combout ; +wire \text_gen|char_ram~5913feeder_combout ; +wire \text_gen|char_ram~5913_q ; +wire \text_gen|char_ram~6809_q ; +wire \text_gen|char_ram~6361feeder_combout ; +wire \text_gen|char_ram~6361_q ; +wire \text_gen|char_ram~5465_q ; +wire \text_gen|char_ram~38294_combout ; +wire \text_gen|char_ram~38295_combout ; +wire \text_gen|char_ram~5892_q ; +wire \text_gen|char_ram~5444_q ; +wire \text_gen|char_ram~38296_combout ; +wire \text_gen|char_ram~6788_q ; +wire \text_gen|char_ram~6340_q ; +wire \text_gen|char_ram~38297_combout ; +wire \text_gen|char_ram~5885feeder_combout ; +wire \text_gen|char_ram~5885_q ; +wire \text_gen|char_ram~6781_q ; +wire \text_gen|char_ram~5437_q ; +wire \text_gen|char_ram~6333feeder_combout ; +wire \text_gen|char_ram~6333_q ; +wire \text_gen|char_ram~38298_combout ; +wire \text_gen|char_ram~38299_combout ; +wire \text_gen|char_ram~38300_combout ; +wire \text_gen|char_ram~38303_combout ; +wire \text_gen|char_ram~6347feeder_combout ; +wire \text_gen|char_ram~6347_q ; +wire \text_gen|char_ram~5451_q ; +wire \text_gen|char_ram~5479_q ; +wire \text_gen|char_ram~38329_combout ; +wire \text_gen|char_ram~6375_q ; +wire \text_gen|char_ram~38330_combout ; +wire \text_gen|char_ram~6354feeder_combout ; +wire \text_gen|char_ram~6354_q ; +wire \text_gen|char_ram~6382_q ; +wire \text_gen|char_ram~5486_q ; +wire \text_gen|char_ram~5458_q ; +wire \text_gen|char_ram~38327_combout ; +wire \text_gen|char_ram~38328_combout ; +wire \text_gen|char_ram~38331_combout ; +wire \text_gen|char_ram~6795feeder_combout ; +wire \text_gen|char_ram~6795_q ; +wire \text_gen|char_ram~6823_q ; +wire \text_gen|char_ram~5927feeder_combout ; +wire \text_gen|char_ram~5927_q ; +wire \text_gen|char_ram~5899_q ; +wire \text_gen|char_ram~38325_combout ; +wire \text_gen|char_ram~38326_combout ; +wire \text_gen|char_ram~6802feeder_combout ; +wire \text_gen|char_ram~6802_q ; +wire \text_gen|char_ram~6830_q ; +wire \text_gen|char_ram~5934_q ; +wire \text_gen|char_ram~5906_q ; +wire \text_gen|char_ram~38332_combout ; +wire \text_gen|char_ram~38333_combout ; +wire \text_gen|char_ram~38334_combout ; +wire \text_gen|char_ram~38335_combout ; +wire \text_gen|char_ram~38336_combout ; +wire \text_gen|char_ram~6165_q ; +wire \text_gen|char_ram~6172_q ; +wire \text_gen|char_ram~5724_q ; +wire \text_gen|char_ram~5717_q ; +wire \text_gen|char_ram~38361_combout ; +wire \text_gen|char_ram~38362_combout ; +wire \text_gen|char_ram~6193_q ; +wire \text_gen|char_ram~6200_q ; +wire \text_gen|char_ram~5745_q ; +wire \text_gen|char_ram~5752feeder_combout ; +wire \text_gen|char_ram~5752_q ; +wire \text_gen|char_ram~38359_combout ; +wire \text_gen|char_ram~38360_combout ; +wire \text_gen|char_ram~38363_combout ; +wire \text_gen|char_ram~7061_q ; +wire \text_gen|char_ram~7068_q ; +wire \text_gen|char_ram~6613_q ; +wire \text_gen|char_ram~6620_q ; +wire \text_gen|char_ram~38357_combout ; +wire \text_gen|char_ram~38358_combout ; +wire \text_gen|char_ram~7089feeder_combout ; +wire \text_gen|char_ram~7089_q ; +wire \text_gen|char_ram~7096_q ; +wire \text_gen|char_ram~6641_q ; +wire \text_gen|char_ram~6648feeder_combout ; +wire \text_gen|char_ram~6648_q ; +wire \text_gen|char_ram~38364_combout ; +wire \text_gen|char_ram~38365_combout ; +wire \text_gen|char_ram~38366_combout ; +wire \text_gen|char_ram~7117_q ; +wire \text_gen|char_ram~7124_q ; +wire \text_gen|char_ram~6676_q ; +wire \text_gen|char_ram~6669_q ; +wire \text_gen|char_ram~38347_combout ; +wire \text_gen|char_ram~38348_combout ; +wire \text_gen|char_ram~5808_q ; +wire \text_gen|char_ram~5801_q ; +wire \text_gen|char_ram~38349_combout ; +wire \text_gen|char_ram~6256_q ; +wire \text_gen|char_ram~6249feeder_combout ; +wire \text_gen|char_ram~6249_q ; +wire \text_gen|char_ram~38350_combout ; +wire \text_gen|char_ram~6221feeder_combout ; +wire \text_gen|char_ram~6221_q ; +wire \text_gen|char_ram~6228_q ; +wire \text_gen|char_ram~5780_q ; +wire \text_gen|char_ram~5773_q ; +wire \text_gen|char_ram~38351_combout ; +wire \text_gen|char_ram~38352_combout ; +wire \text_gen|char_ram~38353_combout ; +wire \text_gen|char_ram~7145feeder_combout ; +wire \text_gen|char_ram~7145_q ; +wire \text_gen|char_ram~7152_q ; +wire \text_gen|char_ram~6697_q ; +wire \text_gen|char_ram~6704feeder_combout ; +wire \text_gen|char_ram~6704_q ; +wire \text_gen|char_ram~38354_combout ; +wire \text_gen|char_ram~38355_combout ; +wire \text_gen|char_ram~38356_combout ; +wire \text_gen|char_ram~38367_combout ; +wire \text_gen|char_ram~7131_q ; +wire \text_gen|char_ram~7159_q ; +wire \text_gen|char_ram~6235_q ; +wire \text_gen|char_ram~6263_q ; +wire \text_gen|char_ram~38368_combout ; +wire \text_gen|char_ram~38369_combout ; +wire \text_gen|char_ram~7138_q ; +wire \text_gen|char_ram~7166_q ; +wire \text_gen|char_ram~6270_q ; +wire \text_gen|char_ram~6242_q ; +wire \text_gen|char_ram~38375_combout ; +wire \text_gen|char_ram~38376_combout ; +wire \text_gen|char_ram~6683_q ; +wire \text_gen|char_ram~6711_q ; +wire \text_gen|char_ram~5815feeder_combout ; +wire \text_gen|char_ram~5815_q ; +wire \text_gen|char_ram~5787_q ; +wire \text_gen|char_ram~38372_combout ; +wire \text_gen|char_ram~38373_combout ; +wire \text_gen|char_ram~6690_q ; +wire \text_gen|char_ram~5822feeder_combout ; +wire \text_gen|char_ram~5822_q ; +wire \text_gen|char_ram~5794_q ; +wire \text_gen|char_ram~38370_combout ; +wire \text_gen|char_ram~6718_q ; +wire \text_gen|char_ram~38371_combout ; +wire \text_gen|char_ram~38374_combout ; +wire \text_gen|char_ram~38377_combout ; +wire \text_gen|char_ram~6634feeder_combout ; +wire \text_gen|char_ram~6634_q ; +wire \text_gen|char_ram~6662_q ; +wire \text_gen|char_ram~5766_q ; +wire \text_gen|char_ram~5738_q ; +wire \text_gen|char_ram~38339_combout ; +wire \text_gen|char_ram~38340_combout ; +wire \text_gen|char_ram~6627_q ; +wire \text_gen|char_ram~6655_q ; +wire \text_gen|char_ram~5759feeder_combout ; +wire \text_gen|char_ram~5759_q ; +wire \text_gen|char_ram~5731_q ; +wire \text_gen|char_ram~38341_combout ; +wire \text_gen|char_ram~38342_combout ; +wire \text_gen|char_ram~38343_combout ; +wire \text_gen|char_ram~7082feeder_combout ; +wire \text_gen|char_ram~7082_q ; +wire \text_gen|char_ram~7110_q ; +wire \text_gen|char_ram~6214feeder_combout ; +wire \text_gen|char_ram~6214_q ; +wire \text_gen|char_ram~6186_q ; +wire \text_gen|char_ram~38344_combout ; +wire \text_gen|char_ram~38345_combout ; +wire \text_gen|char_ram~7075_q ; +wire \text_gen|char_ram~7103_q ; +wire \text_gen|char_ram~6179_q ; +wire \text_gen|char_ram~6207feeder_combout ; +wire \text_gen|char_ram~6207_q ; +wire \text_gen|char_ram~38337_combout ; +wire \text_gen|char_ram~38338_combout ; +wire \text_gen|char_ram~38346_combout ; +wire \text_gen|char_ram~38378_combout ; +wire \text_gen|char_ram~38379_combout ; +wire \text_gen|char_ram~5052feeder_combout ; +wire \text_gen|char_ram~5052_q ; +wire \text_gen|char_ram~5080_q ; +wire \text_gen|char_ram~5045_q ; +wire \text_gen|char_ram~5073_q ; +wire \text_gen|char_ram~37846_combout ; +wire \text_gen|char_ram~37847_combout ; +wire \text_gen|char_ram~4961_q ; +wire \text_gen|char_ram~4968_q ; +wire \text_gen|char_ram~4940_q ; +wire \text_gen|char_ram~4933_q ; +wire \text_gen|char_ram~37850_combout ; +wire \text_gen|char_ram~37851_combout ; +wire \text_gen|char_ram~5017feeder_combout ; +wire \text_gen|char_ram~5017_q ; +wire \text_gen|char_ram~5024_q ; +wire \text_gen|char_ram~4989_q ; +wire \text_gen|char_ram~4996_q ; +wire \text_gen|char_ram~37848_combout ; +wire \text_gen|char_ram~37849_combout ; +wire \text_gen|char_ram~37852_combout ; +wire \text_gen|char_ram~5108_q ; +wire \text_gen|char_ram~5136_q ; +wire \text_gen|char_ram~5101_q ; +wire \text_gen|char_ram~5129feeder_combout ; +wire \text_gen|char_ram~5129_q ; +wire \text_gen|char_ram~37853_combout ; +wire \text_gen|char_ram~37854_combout ; +wire \text_gen|char_ram~37855_combout ; +wire \text_gen|char_ram~5269_q ; +wire \text_gen|char_ram~5297feeder_combout ; +wire \text_gen|char_ram~5297_q ; +wire \text_gen|char_ram~37836_combout ; +wire \text_gen|char_ram~5304_q ; +wire \text_gen|char_ram~5276_q ; +wire \text_gen|char_ram~37837_combout ; +wire \text_gen|char_ram~5332feeder_combout ; +wire \text_gen|char_ram~5332_q ; +wire \text_gen|char_ram~5360_q ; +wire \text_gen|char_ram~5353_q ; +wire \text_gen|char_ram~5325_q ; +wire \text_gen|char_ram~37843_combout ; +wire \text_gen|char_ram~37844_combout ; +wire \text_gen|char_ram~5185_q ; +wire \text_gen|char_ram~5192_q ; +wire \text_gen|char_ram~5164feeder_combout ; +wire \text_gen|char_ram~5164_q ; +wire \text_gen|char_ram~5157_q ; +wire \text_gen|char_ram~37840_combout ; +wire \text_gen|char_ram~37841_combout ; +wire \text_gen|char_ram~5213_q ; +wire \text_gen|char_ram~5220_q ; +wire \text_gen|char_ram~37838_combout ; +wire \text_gen|char_ram~5248_q ; +wire \text_gen|char_ram~5241feeder_combout ; +wire \text_gen|char_ram~5241_q ; +wire \text_gen|char_ram~37839_combout ; +wire \text_gen|char_ram~37842_combout ; +wire \text_gen|char_ram~37845_combout ; +wire \text_gen|char_ram~37856_combout ; +wire \text_gen|char_ram~5318_q ; +wire \text_gen|char_ram~5290feeder_combout ; +wire \text_gen|char_ram~5290_q ; +wire \text_gen|char_ram~5311_q ; +wire \text_gen|char_ram~5283_q ; +wire \text_gen|char_ram~37857_combout ; +wire \text_gen|char_ram~37858_combout ; +wire \text_gen|char_ram~5346feeder_combout ; +wire \text_gen|char_ram~5346_q ; +wire \text_gen|char_ram~5374_q ; +wire \text_gen|char_ram~5367_q ; +wire \text_gen|char_ram~5339_q ; +wire \text_gen|char_ram~37864_combout ; +wire \text_gen|char_ram~37865_combout ; +wire \text_gen|char_ram~5227_q ; +wire \text_gen|char_ram~5234feeder_combout ; +wire \text_gen|char_ram~5234_q ; +wire \text_gen|char_ram~37859_combout ; +wire \text_gen|char_ram~5262_q ; +wire \text_gen|char_ram~5255feeder_combout ; +wire \text_gen|char_ram~5255_q ; +wire \text_gen|char_ram~37860_combout ; +wire \text_gen|char_ram~5199_q ; +wire \text_gen|char_ram~5206_q ; +wire \text_gen|char_ram~5171_q ; +wire \text_gen|char_ram~5178feeder_combout ; +wire \text_gen|char_ram~5178_q ; +wire \text_gen|char_ram~37861_combout ; +wire \text_gen|char_ram~37862_combout ; +wire \text_gen|char_ram~37863_combout ; +wire \text_gen|char_ram~37866_combout ; +wire \text_gen|char_ram~5031_q ; +wire \text_gen|char_ram~5038_q ; +wire \text_gen|char_ram~5003_q ; +wire \text_gen|char_ram~5010_q ; +wire \text_gen|char_ram~37828_combout ; +wire \text_gen|char_ram~37829_combout ; +wire \text_gen|char_ram~4947_q ; +wire \text_gen|char_ram~4954_q ; +wire \text_gen|char_ram~37830_combout ; +wire \text_gen|char_ram~4982_q ; +wire \text_gen|char_ram~4975_q ; +wire \text_gen|char_ram~37831_combout ; +wire \text_gen|char_ram~37832_combout ; +wire \text_gen|char_ram~5122_q ; +wire \text_gen|char_ram~5150_q ; +wire \text_gen|char_ram~5115_q ; +wire \text_gen|char_ram~5143feeder_combout ; +wire \text_gen|char_ram~5143_q ; +wire \text_gen|char_ram~37833_combout ; +wire \text_gen|char_ram~37834_combout ; +wire \text_gen|char_ram~5066_q ; +wire \text_gen|char_ram~5094_q ; +wire \text_gen|char_ram~5059_q ; +wire \text_gen|char_ram~5087feeder_combout ; +wire \text_gen|char_ram~5087_q ; +wire \text_gen|char_ram~37826_combout ; +wire \text_gen|char_ram~37827_combout ; +wire \text_gen|char_ram~37835_combout ; +wire \text_gen|char_ram~37867_combout ; +wire \text_gen|char_ram~4842feeder_combout ; +wire \text_gen|char_ram~4842_q ; +wire \text_gen|char_ram~4870_q ; +wire \text_gen|char_ram~4863_q ; +wire \text_gen|char_ram~4835_q ; +wire \text_gen|char_ram~37706_combout ; +wire \text_gen|char_ram~37707_combout ; +wire \text_gen|char_ram~4758_q ; +wire \text_gen|char_ram~4751_q ; +wire \text_gen|char_ram~4723_q ; +wire \text_gen|char_ram~4730feeder_combout ; +wire \text_gen|char_ram~4730_q ; +wire \text_gen|char_ram~37699_combout ; +wire \text_gen|char_ram~37700_combout ; +wire \text_gen|char_ram~4527feeder_combout ; +wire \text_gen|char_ram~4527_q ; +wire \text_gen|char_ram~4534_q ; +wire \text_gen|char_ram~4499_q ; +wire \text_gen|char_ram~4506feeder_combout ; +wire \text_gen|char_ram~4506_q ; +wire \text_gen|char_ram~37703_combout ; +wire \text_gen|char_ram~37704_combout ; +wire \text_gen|char_ram~4639feeder_combout ; +wire \text_gen|char_ram~4639_q ; +wire \text_gen|char_ram~4611_q ; +wire \text_gen|char_ram~37701_combout ; +wire \text_gen|char_ram~4618feeder_combout ; +wire \text_gen|char_ram~4618_q ; +wire \text_gen|char_ram~4646_q ; +wire \text_gen|char_ram~37702_combout ; +wire \text_gen|char_ram~37705_combout ; +wire \text_gen|char_ram~37708_combout ; +wire \text_gen|char_ram~4674feeder_combout ; +wire \text_gen|char_ram~4674_q ; +wire \text_gen|char_ram~4702_q ; +wire \text_gen|char_ram~4695feeder_combout ; +wire \text_gen|char_ram~4695_q ; +wire \text_gen|char_ram~4667_q ; +wire \text_gen|char_ram~37730_combout ; +wire \text_gen|char_ram~37731_combout ; +wire \text_gen|char_ram~4779_q ; +wire \text_gen|char_ram~4786_q ; +wire \text_gen|char_ram~37732_combout ; +wire \text_gen|char_ram~4814_q ; +wire \text_gen|char_ram~4807feeder_combout ; +wire \text_gen|char_ram~4807_q ; +wire \text_gen|char_ram~37733_combout ; +wire \text_gen|char_ram~4583feeder_combout ; +wire \text_gen|char_ram~4583_q ; +wire \text_gen|char_ram~4590_q ; +wire \text_gen|char_ram~4555_q ; +wire \text_gen|char_ram~4562feeder_combout ; +wire \text_gen|char_ram~4562_q ; +wire \text_gen|char_ram~37734_combout ; +wire \text_gen|char_ram~37735_combout ; +wire \text_gen|char_ram~37736_combout ; +wire \text_gen|char_ram~4898feeder_combout ; +wire \text_gen|char_ram~4898_q ; +wire \text_gen|char_ram~4926_q ; +wire \text_gen|char_ram~4891_q ; +wire \text_gen|char_ram~4919_q ; +wire \text_gen|char_ram~37737_combout ; +wire \text_gen|char_ram~37738_combout ; +wire \text_gen|char_ram~37739_combout ; +wire \text_gen|char_ram~4884feeder_combout ; +wire \text_gen|char_ram~4884_q ; +wire \text_gen|char_ram~4912_q ; +wire \text_gen|char_ram~4877_q ; +wire \text_gen|char_ram~4905feeder_combout ; +wire \text_gen|char_ram~4905_q ; +wire \text_gen|char_ram~37716_combout ; +wire \text_gen|char_ram~37717_combout ; +wire \text_gen|char_ram~4569feeder_combout ; +wire \text_gen|char_ram~4569_q ; +wire \text_gen|char_ram~4576_q ; +wire \text_gen|char_ram~4541_q ; +wire \text_gen|char_ram~4548feeder_combout ; +wire \text_gen|char_ram~4548_q ; +wire \text_gen|char_ram~37713_combout ; +wire \text_gen|char_ram~37714_combout ; +wire \text_gen|char_ram~4793_q ; +wire \text_gen|char_ram~4800_q ; +wire \text_gen|char_ram~4765_q ; +wire \text_gen|char_ram~4772_q ; +wire \text_gen|char_ram~37711_combout ; +wire \text_gen|char_ram~37712_combout ; +wire \text_gen|char_ram~37715_combout ; +wire \text_gen|char_ram~4660feeder_combout ; +wire \text_gen|char_ram~4660_q ; +wire \text_gen|char_ram~4688_q ; +wire \text_gen|char_ram~4653_q ; +wire \text_gen|char_ram~4681feeder_combout ; +wire \text_gen|char_ram~4681_q ; +wire \text_gen|char_ram~37709_combout ; +wire \text_gen|char_ram~37710_combout ; +wire \text_gen|char_ram~37718_combout ; +wire \text_gen|char_ram~4828feeder_combout ; +wire \text_gen|char_ram~4828_q ; +wire \text_gen|char_ram~4856_q ; +wire \text_gen|char_ram~4821_q ; +wire \text_gen|char_ram~4849feeder_combout ; +wire \text_gen|char_ram~4849_q ; +wire \text_gen|char_ram~37726_combout ; +wire \text_gen|char_ram~37727_combout ; +wire \text_gen|char_ram~4716feeder_combout ; +wire \text_gen|char_ram~4716_q ; +wire \text_gen|char_ram~4709_q ; +wire \text_gen|char_ram~37719_combout ; +wire \text_gen|char_ram~4744_q ; +wire \text_gen|char_ram~4737_q ; +wire \text_gen|char_ram~37720_combout ; +wire \text_gen|char_ram~4485_q ; +wire \text_gen|char_ram~4492feeder_combout ; +wire \text_gen|char_ram~4492_q ; +wire \text_gen|char_ram~37723_combout ; +wire \text_gen|char_ram~4520_q ; +wire \text_gen|char_ram~4513feeder_combout ; +wire \text_gen|char_ram~4513_q ; +wire \text_gen|char_ram~37724_combout ; +wire \text_gen|char_ram~4604feeder_combout ; +wire \text_gen|char_ram~4604_q ; +wire \text_gen|char_ram~4632_q ; +wire \text_gen|char_ram~4597_q ; +wire \text_gen|char_ram~4625feeder_combout ; +wire \text_gen|char_ram~4625_q ; +wire \text_gen|char_ram~37721_combout ; +wire \text_gen|char_ram~37722_combout ; +wire \text_gen|char_ram~37725_combout ; +wire \text_gen|char_ram~37728_combout ; +wire \text_gen|char_ram~37729_combout ; +wire \text_gen|char_ram~37740_combout ; +wire \text_gen|char_ram~3981_q ; +wire \text_gen|char_ram~4009feeder_combout ; +wire \text_gen|char_ram~4009_q ; +wire \text_gen|char_ram~37800_combout ; +wire \text_gen|char_ram~4016_q ; +wire \text_gen|char_ram~3988_q ; +wire \text_gen|char_ram~37801_combout ; +wire \text_gen|char_ram~3673_q ; +wire \text_gen|char_ram~3645_q ; +wire \text_gen|char_ram~3652_q ; +wire \text_gen|char_ram~37797_combout ; +wire \text_gen|char_ram~3680_q ; +wire \text_gen|char_ram~37798_combout ; +wire \text_gen|char_ram~3897feeder_combout ; +wire \text_gen|char_ram~3897_q ; +wire \text_gen|char_ram~3904_q ; +wire \text_gen|char_ram~3869_q ; +wire \text_gen|char_ram~3876feeder_combout ; +wire \text_gen|char_ram~3876_q ; +wire \text_gen|char_ram~37795_combout ; +wire \text_gen|char_ram~37796_combout ; +wire \text_gen|char_ram~37799_combout ; +wire \text_gen|char_ram~3764feeder_combout ; +wire \text_gen|char_ram~3764_q ; +wire \text_gen|char_ram~3792_q ; +wire \text_gen|char_ram~3785feeder_combout ; +wire \text_gen|char_ram~3785_q ; +wire \text_gen|char_ram~3757_q ; +wire \text_gen|char_ram~37793_combout ; +wire \text_gen|char_ram~37794_combout ; +wire \text_gen|char_ram~37802_combout ; +wire \text_gen|char_ram~3813_q ; +wire \text_gen|char_ram~3820feeder_combout ; +wire \text_gen|char_ram~3820_q ; +wire \text_gen|char_ram~37803_combout ; +wire \text_gen|char_ram~3848_q ; +wire \text_gen|char_ram~3841_q ; +wire \text_gen|char_ram~37804_combout ; +wire \text_gen|char_ram~3708feeder_combout ; +wire \text_gen|char_ram~3708_q ; +wire \text_gen|char_ram~3736_q ; +wire \text_gen|char_ram~3729feeder_combout ; +wire \text_gen|char_ram~3729_q ; +wire \text_gen|char_ram~3701_q ; +wire \text_gen|char_ram~37805_combout ; +wire \text_gen|char_ram~37806_combout ; +wire \text_gen|char_ram~3589_q ; +wire \text_gen|char_ram~3596_q ; +wire \text_gen|char_ram~37807_combout ; +wire \text_gen|char_ram~3624_q ; +wire \text_gen|char_ram~3617_q ; +wire \text_gen|char_ram~37808_combout ; +wire \text_gen|char_ram~37809_combout ; +wire \text_gen|char_ram~3932_q ; +wire \text_gen|char_ram~3960_q ; +wire \text_gen|char_ram~3925_q ; +wire \text_gen|char_ram~3953feeder_combout ; +wire \text_gen|char_ram~3953_q ; +wire \text_gen|char_ram~37810_combout ; +wire \text_gen|char_ram~37811_combout ; +wire \text_gen|char_ram~37812_combout ; +wire \text_gen|char_ram~37813_combout ; +wire \text_gen|char_ram~3659_q ; +wire \text_gen|char_ram~3666_q ; +wire \text_gen|char_ram~37818_combout ; +wire \text_gen|char_ram~3694_q ; +wire \text_gen|char_ram~3687_q ; +wire \text_gen|char_ram~37819_combout ; +wire \text_gen|char_ram~3911feeder_combout ; +wire \text_gen|char_ram~3911_q ; +wire \text_gen|char_ram~3918_q ; +wire \text_gen|char_ram~3883_q ; +wire \text_gen|char_ram~3890feeder_combout ; +wire \text_gen|char_ram~3890_q ; +wire \text_gen|char_ram~37816_combout ; +wire \text_gen|char_ram~37817_combout ; +wire \text_gen|char_ram~37820_combout ; +wire \text_gen|char_ram~4002feeder_combout ; +wire \text_gen|char_ram~4002_q ; +wire \text_gen|char_ram~4030_q ; +wire \text_gen|char_ram~3995_q ; +wire \text_gen|char_ram~4023_q ; +wire \text_gen|char_ram~37821_combout ; +wire \text_gen|char_ram~37822_combout ; +wire \text_gen|char_ram~3778feeder_combout ; +wire \text_gen|char_ram~3778_q ; +wire \text_gen|char_ram~3771_q ; +wire \text_gen|char_ram~3799feeder_combout ; +wire \text_gen|char_ram~3799_q ; +wire \text_gen|char_ram~37814_combout ; +wire \text_gen|char_ram~3806_q ; +wire \text_gen|char_ram~37815_combout ; +wire \text_gen|char_ram~37823_combout ; +wire \text_gen|char_ram~3946_q ; +wire \text_gen|char_ram~3974_q ; +wire \text_gen|char_ram~3939_q ; +wire \text_gen|char_ram~3967_q ; +wire \text_gen|char_ram~37790_combout ; +wire \text_gen|char_ram~37791_combout ; +wire \text_gen|char_ram~3855feeder_combout ; +wire \text_gen|char_ram~3855_q ; +wire \text_gen|char_ram~3862_q ; +wire \text_gen|char_ram~3827_q ; +wire \text_gen|char_ram~3834feeder_combout ; +wire \text_gen|char_ram~3834_q ; +wire \text_gen|char_ram~37783_combout ; +wire \text_gen|char_ram~37784_combout ; +wire \text_gen|char_ram~3603_q ; +wire \text_gen|char_ram~3610_q ; +wire \text_gen|char_ram~37787_combout ; +wire \text_gen|char_ram~3638_q ; +wire \text_gen|char_ram~3631feeder_combout ; +wire \text_gen|char_ram~3631_q ; +wire \text_gen|char_ram~37788_combout ; +wire \text_gen|char_ram~3722_q ; +wire \text_gen|char_ram~3750_q ; +wire \text_gen|char_ram~3715_q ; +wire \text_gen|char_ram~3743_q ; +wire \text_gen|char_ram~37785_combout ; +wire \text_gen|char_ram~37786_combout ; +wire \text_gen|char_ram~37789_combout ; +wire \text_gen|char_ram~37792_combout ; +wire \text_gen|char_ram~37824_combout ; +wire \text_gen|char_ram~4289_q ; +wire \text_gen|char_ram~4296_q ; +wire \text_gen|char_ram~4261_q ; +wire \text_gen|char_ram~4268_q ; +wire \text_gen|char_ram~37761_combout ; +wire \text_gen|char_ram~37762_combout ; +wire \text_gen|char_ram~4380feeder_combout ; +wire \text_gen|char_ram~4380_q ; +wire \text_gen|char_ram~4408_q ; +wire \text_gen|char_ram~4401_q ; +wire \text_gen|char_ram~4373_q ; +wire \text_gen|char_ram~37768_combout ; +wire \text_gen|char_ram~37769_combout ; +wire \text_gen|char_ram~4156feeder_combout ; +wire \text_gen|char_ram~4156_q ; +wire \text_gen|char_ram~4184_q ; +wire \text_gen|char_ram~4149_q ; +wire \text_gen|char_ram~4177_q ; +wire \text_gen|char_ram~37763_combout ; +wire \text_gen|char_ram~37764_combout ; +wire \text_gen|char_ram~4065feeder_combout ; +wire \text_gen|char_ram~4065_q ; +wire \text_gen|char_ram~4072_q ; +wire \text_gen|char_ram~4037_q ; +wire \text_gen|char_ram~4044_q ; +wire \text_gen|char_ram~37765_combout ; +wire \text_gen|char_ram~37766_combout ; +wire \text_gen|char_ram~37767_combout ; +wire \text_gen|char_ram~37770_combout ; +wire \text_gen|char_ram~4387_q ; +wire \text_gen|char_ram~4415_q ; +wire \text_gen|char_ram~37758_combout ; +wire \text_gen|char_ram~4422_q ; +wire \text_gen|char_ram~4394_q ; +wire \text_gen|char_ram~37759_combout ; +wire \text_gen|char_ram~4079feeder_combout ; +wire \text_gen|char_ram~4079_q ; +wire \text_gen|char_ram~4086_q ; +wire \text_gen|char_ram~4058_q ; +wire \text_gen|char_ram~4051_q ; +wire \text_gen|char_ram~37755_combout ; +wire \text_gen|char_ram~37756_combout ; +wire \text_gen|char_ram~4191feeder_combout ; +wire \text_gen|char_ram~4191_q ; +wire \text_gen|char_ram~4163_q ; +wire \text_gen|char_ram~37753_combout ; +wire \text_gen|char_ram~4198_q ; +wire \text_gen|char_ram~4170_q ; +wire \text_gen|char_ram~37754_combout ; +wire \text_gen|char_ram~37757_combout ; +wire \text_gen|char_ram~4275_q ; +wire \text_gen|char_ram~4282feeder_combout ; +wire \text_gen|char_ram~4282_q ; +wire \text_gen|char_ram~37751_combout ; +wire \text_gen|char_ram~4310_q ; +wire \text_gen|char_ram~4303_q ; +wire \text_gen|char_ram~37752_combout ; +wire \text_gen|char_ram~37760_combout ; +wire \text_gen|char_ram~37771_combout ; +wire \text_gen|char_ram~4093_q ; +wire \text_gen|char_ram~4100feeder_combout ; +wire \text_gen|char_ram~4100_q ; +wire \text_gen|char_ram~37745_combout ; +wire \text_gen|char_ram~4128_q ; +wire \text_gen|char_ram~4121_q ; +wire \text_gen|char_ram~37746_combout ; +wire \text_gen|char_ram~4345_q ; +wire \text_gen|char_ram~4352_q ; +wire \text_gen|char_ram~4324_q ; +wire \text_gen|char_ram~4317_q ; +wire \text_gen|char_ram~37743_combout ; +wire \text_gen|char_ram~37744_combout ; +wire \text_gen|char_ram~37747_combout ; +wire \text_gen|char_ram~4429_q ; +wire \text_gen|char_ram~4457_q ; +wire \text_gen|char_ram~37748_combout ; +wire \text_gen|char_ram~4464_q ; +wire \text_gen|char_ram~4436feeder_combout ; +wire \text_gen|char_ram~4436_q ; +wire \text_gen|char_ram~37749_combout ; +wire \text_gen|char_ram~4205_q ; +wire \text_gen|char_ram~4233feeder_combout ; +wire \text_gen|char_ram~4233_q ; +wire \text_gen|char_ram~37741_combout ; +wire \text_gen|char_ram~4240_q ; +wire \text_gen|char_ram~4212feeder_combout ; +wire \text_gen|char_ram~4212_q ; +wire \text_gen|char_ram~37742_combout ; +wire \text_gen|char_ram~37750_combout ; +wire \text_gen|char_ram~4443_q ; +wire \text_gen|char_ram~4471_q ; +wire \text_gen|char_ram~37779_combout ; +wire \text_gen|char_ram~4478_q ; +wire \text_gen|char_ram~4450_q ; +wire \text_gen|char_ram~37780_combout ; +wire \text_gen|char_ram~4359feeder_combout ; +wire \text_gen|char_ram~4359_q ; +wire \text_gen|char_ram~4366_q ; +wire \text_gen|char_ram~4331_q ; +wire \text_gen|char_ram~4338_q ; +wire \text_gen|char_ram~37774_combout ; +wire \text_gen|char_ram~37775_combout ; +wire \text_gen|char_ram~4107_q ; +wire \text_gen|char_ram~4114_q ; +wire \text_gen|char_ram~37776_combout ; +wire \text_gen|char_ram~4142_q ; +wire \text_gen|char_ram~4135feeder_combout ; +wire \text_gen|char_ram~4135_q ; +wire \text_gen|char_ram~37777_combout ; +wire \text_gen|char_ram~37778_combout ; +wire \text_gen|char_ram~4226feeder_combout ; +wire \text_gen|char_ram~4226_q ; +wire \text_gen|char_ram~4254_q ; +wire \text_gen|char_ram~4219_q ; +wire \text_gen|char_ram~4247feeder_combout ; +wire \text_gen|char_ram~4247_q ; +wire \text_gen|char_ram~37772_combout ; +wire \text_gen|char_ram~37773_combout ; +wire \text_gen|char_ram~37781_combout ; +wire \text_gen|char_ram~37782_combout ; +wire \text_gen|char_ram~37825_combout ; +wire \text_gen|char_ram~37868_combout ; +wire \text_gen|char_ram~1349_q ; +wire \text_gen|char_ram~1356_q ; +wire \text_gen|char_ram~38190_combout ; +wire \text_gen|char_ram~1384_q ; +wire \text_gen|char_ram~1377_q ; +wire \text_gen|char_ram~38191_combout ; +wire \text_gen|char_ram~1468_q ; +wire \text_gen|char_ram~1496_q ; +wire \text_gen|char_ram~1461_q ; +wire \text_gen|char_ram~1489feeder_combout ; +wire \text_gen|char_ram~1489_q ; +wire \text_gen|char_ram~38188_combout ; +wire \text_gen|char_ram~38189_combout ; +wire \text_gen|char_ram~38192_combout ; +wire \text_gen|char_ram~1692_q ; +wire \text_gen|char_ram~1720_q ; +wire \text_gen|char_ram~1713feeder_combout ; +wire \text_gen|char_ram~1713_q ; +wire \text_gen|char_ram~1685_q ; +wire \text_gen|char_ram~38193_combout ; +wire \text_gen|char_ram~38194_combout ; +wire \text_gen|char_ram~1601_q ; +wire \text_gen|char_ram~1608_q ; +wire \text_gen|char_ram~1573_q ; +wire \text_gen|char_ram~1580feeder_combout ; +wire \text_gen|char_ram~1580_q ; +wire \text_gen|char_ram~38186_combout ; +wire \text_gen|char_ram~38187_combout ; +wire \text_gen|char_ram~38195_combout ; +wire \text_gen|char_ram~1391feeder_combout ; +wire \text_gen|char_ram~1391_q ; +wire \text_gen|char_ram~1398_q ; +wire \text_gen|char_ram~1370_q ; +wire \text_gen|char_ram~1363_q ; +wire \text_gen|char_ram~38180_combout ; +wire \text_gen|char_ram~38181_combout ; +wire \text_gen|char_ram~1482feeder_combout ; +wire \text_gen|char_ram~1482_q ; +wire \text_gen|char_ram~1510_q ; +wire \text_gen|char_ram~1475_q ; +wire \text_gen|char_ram~1503feeder_combout ; +wire \text_gen|char_ram~1503_q ; +wire \text_gen|char_ram~38178_combout ; +wire \text_gen|char_ram~38179_combout ; +wire \text_gen|char_ram~38182_combout ; +wire \text_gen|char_ram~1699_q ; +wire \text_gen|char_ram~1727feeder_combout ; +wire \text_gen|char_ram~1727_q ; +wire \text_gen|char_ram~38183_combout ; +wire \text_gen|char_ram~1734_q ; +wire \text_gen|char_ram~1706feeder_combout ; +wire \text_gen|char_ram~1706_q ; +wire \text_gen|char_ram~38184_combout ; +wire \text_gen|char_ram~1615_q ; +wire \text_gen|char_ram~1622_q ; +wire \text_gen|char_ram~1587_q ; +wire \text_gen|char_ram~1594_q ; +wire \text_gen|char_ram~38176_combout ; +wire \text_gen|char_ram~38177_combout ; +wire \text_gen|char_ram~38185_combout ; +wire \text_gen|char_ram~38196_combout ; +wire \text_gen|char_ram~1433_q ; +wire \text_gen|char_ram~1440_q ; +wire \text_gen|char_ram~1405_q ; +wire \text_gen|char_ram~1412_q ; +wire \text_gen|char_ram~38170_combout ; +wire \text_gen|char_ram~38171_combout ; +wire \text_gen|char_ram~1657feeder_combout ; +wire \text_gen|char_ram~1657_q ; +wire \text_gen|char_ram~1664_q ; +wire \text_gen|char_ram~1636feeder_combout ; +wire \text_gen|char_ram~1636_q ; +wire \text_gen|char_ram~1629_q ; +wire \text_gen|char_ram~38168_combout ; +wire \text_gen|char_ram~38169_combout ; +wire \text_gen|char_ram~38172_combout ; +wire \text_gen|char_ram~1748_q ; +wire \text_gen|char_ram~1776_q ; +wire \text_gen|char_ram~1741_q ; +wire \text_gen|char_ram~1769feeder_combout ; +wire \text_gen|char_ram~1769_q ; +wire \text_gen|char_ram~38173_combout ; +wire \text_gen|char_ram~38174_combout ; +wire \text_gen|char_ram~1524feeder_combout ; +wire \text_gen|char_ram~1524_q ; +wire \text_gen|char_ram~1552_q ; +wire \text_gen|char_ram~1517_q ; +wire \text_gen|char_ram~1545_q ; +wire \text_gen|char_ram~38166_combout ; +wire \text_gen|char_ram~38167_combout ; +wire \text_gen|char_ram~38175_combout ; +wire \text_gen|char_ram~1762feeder_combout ; +wire \text_gen|char_ram~1762_q ; +wire \text_gen|char_ram~1790_q ; +wire \text_gen|char_ram~1755_q ; +wire \text_gen|char_ram~1783feeder_combout ; +wire \text_gen|char_ram~1783_q ; +wire \text_gen|char_ram~38204_combout ; +wire \text_gen|char_ram~38205_combout ; +wire \text_gen|char_ram~1671_q ; +wire \text_gen|char_ram~1678_q ; +wire \text_gen|char_ram~1650_q ; +wire \text_gen|char_ram~1643_q ; +wire \text_gen|char_ram~38199_combout ; +wire \text_gen|char_ram~38200_combout ; +wire \text_gen|char_ram~1419_q ; +wire \text_gen|char_ram~1426_q ; +wire \text_gen|char_ram~38201_combout ; +wire \text_gen|char_ram~1447_q ; +wire \text_gen|char_ram~1454_q ; +wire \text_gen|char_ram~38202_combout ; +wire \text_gen|char_ram~38203_combout ; +wire \text_gen|char_ram~1538feeder_combout ; +wire \text_gen|char_ram~1538_q ; +wire \text_gen|char_ram~1566_q ; +wire \text_gen|char_ram~1531_q ; +wire \text_gen|char_ram~1559feeder_combout ; +wire \text_gen|char_ram~1559_q ; +wire \text_gen|char_ram~38197_combout ; +wire \text_gen|char_ram~38198_combout ; +wire \text_gen|char_ram~38206_combout ; +wire \text_gen|char_ram~38207_combout ; +wire \text_gen|char_ram~327feeder_combout ; +wire \text_gen|char_ram~327_q ; +wire \text_gen|char_ram~334_q ; +wire \text_gen|char_ram~306feeder_combout ; +wire \text_gen|char_ram~306_q ; +wire \text_gen|char_ram~299_q ; +wire \text_gen|char_ram~38156_combout ; +wire \text_gen|char_ram~38157_combout ; +wire \text_gen|char_ram~103feeder_combout ; +wire \text_gen|char_ram~103_q ; +wire \text_gen|char_ram~110_q ; +wire \text_gen|char_ram~82_q ; +wire \text_gen|char_ram~75_q ; +wire \text_gen|char_ram~38158_combout ; +wire \text_gen|char_ram~38159_combout ; +wire \text_gen|char_ram~38160_combout ; +wire \text_gen|char_ram~411_q ; +wire \text_gen|char_ram~439feeder_combout ; +wire \text_gen|char_ram~439_q ; +wire \text_gen|char_ram~38161_combout ; +wire \text_gen|char_ram~418_q ; +wire \text_gen|char_ram~446_q ; +wire \text_gen|char_ram~38162_combout ; +wire \text_gen|char_ram~194feeder_combout ; +wire \text_gen|char_ram~194_q ; +wire \text_gen|char_ram~222_q ; +wire \text_gen|char_ram~187_q ; +wire \text_gen|char_ram~215_q ; +wire \text_gen|char_ram~38154_combout ; +wire \text_gen|char_ram~38155_combout ; +wire \text_gen|char_ram~38163_combout ; +wire \text_gen|char_ram~355_q ; +wire \text_gen|char_ram~383feeder_combout ; +wire \text_gen|char_ram~383_q ; +wire \text_gen|char_ram~38130_combout ; +wire \text_gen|char_ram~390_q ; +wire \text_gen|char_ram~362_q ; +wire \text_gen|char_ram~38131_combout ; +wire \text_gen|char_ram~138feeder_combout ; +wire \text_gen|char_ram~138_q ; +wire \text_gen|char_ram~166_q ; +wire \text_gen|char_ram~131_q ; +wire \text_gen|char_ram~159feeder_combout ; +wire \text_gen|char_ram~159_q ; +wire \text_gen|char_ram~38123_combout ; +wire \text_gen|char_ram~38124_combout ; +wire \text_gen|char_ram~47_q ; +wire \text_gen|char_ram~54_q ; +wire \text_gen|char_ram~19_q ; +wire \text_gen|char_ram~26_q ; +wire \text_gen|char_ram~38127_combout ; +wire \text_gen|char_ram~38128_combout ; +wire \text_gen|char_ram~271feeder_combout ; +wire \text_gen|char_ram~271_q ; +wire \text_gen|char_ram~278_q ; +wire \text_gen|char_ram~243_q ; +wire \text_gen|char_ram~250feeder_combout ; +wire \text_gen|char_ram~250_q ; +wire \text_gen|char_ram~38125_combout ; +wire \text_gen|char_ram~38126_combout ; +wire \text_gen|char_ram~38129_combout ; +wire \text_gen|char_ram~38132_combout ; +wire \text_gen|char_ram~61_q ; +wire \text_gen|char_ram~68_q ; +wire \text_gen|char_ram~38137_combout ; +wire \text_gen|char_ram~96_q ; +wire \text_gen|char_ram~89_q ; +wire \text_gen|char_ram~38138_combout ; +wire \text_gen|char_ram~313_q ; +wire \text_gen|char_ram~320_q ; +wire \text_gen|char_ram~285_q ; +wire \text_gen|char_ram~292_q ; +wire \text_gen|char_ram~38135_combout ; +wire \text_gen|char_ram~38136_combout ; +wire \text_gen|char_ram~38139_combout ; +wire \text_gen|char_ram~404feeder_combout ; +wire \text_gen|char_ram~404_q ; +wire \text_gen|char_ram~432_q ; +wire \text_gen|char_ram~425_q ; +wire \text_gen|char_ram~397_q ; +wire \text_gen|char_ram~38140_combout ; +wire \text_gen|char_ram~38141_combout ; +wire \text_gen|char_ram~180feeder_combout ; +wire \text_gen|char_ram~180_q ; +wire \text_gen|char_ram~208_q ; +wire \text_gen|char_ram~201feeder_combout ; +wire \text_gen|char_ram~201_q ; +wire \text_gen|char_ram~173_q ; +wire \text_gen|char_ram~38133_combout ; +wire \text_gen|char_ram~38134_combout ; +wire \text_gen|char_ram~38142_combout ; +wire \text_gen|char_ram~33feeder_combout ; +wire \text_gen|char_ram~33_q ; +wire \text_gen|char_ram~40_q ; +wire \text_gen|char_ram~5_q ; +wire \text_gen|char_ram~12feeder_combout ; +wire \text_gen|char_ram~12_q ; +wire \text_gen|char_ram~38147_combout ; +wire \text_gen|char_ram~38148_combout ; +wire \text_gen|char_ram~257feeder_combout ; +wire \text_gen|char_ram~257_q ; +wire \text_gen|char_ram~264_q ; +wire \text_gen|char_ram~229_q ; +wire \text_gen|char_ram~236feeder_combout ; +wire \text_gen|char_ram~236_q ; +wire \text_gen|char_ram~38145_combout ; +wire \text_gen|char_ram~38146_combout ; +wire \text_gen|char_ram~38149_combout ; +wire \text_gen|char_ram~124_q ; +wire \text_gen|char_ram~152_q ; +wire \text_gen|char_ram~117_q ; +wire \text_gen|char_ram~145feeder_combout ; +wire \text_gen|char_ram~145_q ; +wire \text_gen|char_ram~38143_combout ; +wire \text_gen|char_ram~38144_combout ; +wire \text_gen|char_ram~348_q ; +wire \text_gen|char_ram~376_q ; +wire \text_gen|char_ram~341_q ; +wire \text_gen|char_ram~369feeder_combout ; +wire \text_gen|char_ram~369_q ; +wire \text_gen|char_ram~38150_combout ; +wire \text_gen|char_ram~38151_combout ; +wire \text_gen|char_ram~38152_combout ; +wire \text_gen|char_ram~38153_combout ; +wire \text_gen|char_ram~38164_combout ; +wire \text_gen|char_ram~572feeder_combout ; +wire \text_gen|char_ram~572_q ; +wire \text_gen|char_ram~600_q ; +wire \text_gen|char_ram~565_q ; +wire \text_gen|char_ram~593_q ; +wire \text_gen|char_ram~38103_combout ; +wire \text_gen|char_ram~38104_combout ; +wire \text_gen|char_ram~453_q ; +wire \text_gen|char_ram~460_q ; +wire \text_gen|char_ram~38105_combout ; +wire \text_gen|char_ram~488_q ; +wire \text_gen|char_ram~481_q ; +wire \text_gen|char_ram~38106_combout ; +wire \text_gen|char_ram~38107_combout ; +wire \text_gen|char_ram~796feeder_combout ; +wire \text_gen|char_ram~796_q ; +wire \text_gen|char_ram~789_q ; +wire \text_gen|char_ram~817_q ; +wire \text_gen|char_ram~824_q ; +wire \text_gen|char_ram~38108_combout ; +wire \text_gen|char_ram~38109_combout ; +wire \text_gen|char_ram~705_q ; +wire \text_gen|char_ram~712_q ; +wire \text_gen|char_ram~677_q ; +wire \text_gen|char_ram~684feeder_combout ; +wire \text_gen|char_ram~684_q ; +wire \text_gen|char_ram~38101_combout ; +wire \text_gen|char_ram~38102_combout ; +wire \text_gen|char_ram~38110_combout ; +wire \text_gen|char_ram~495_q ; +wire \text_gen|char_ram~502_q ; +wire \text_gen|char_ram~467_q ; +wire \text_gen|char_ram~474_q ; +wire \text_gen|char_ram~38095_combout ; +wire \text_gen|char_ram~38096_combout ; +wire \text_gen|char_ram~586feeder_combout ; +wire \text_gen|char_ram~586_q ; +wire \text_gen|char_ram~614_q ; +wire \text_gen|char_ram~607feeder_combout ; +wire \text_gen|char_ram~607_q ; +wire \text_gen|char_ram~579_q ; +wire \text_gen|char_ram~38093_combout ; +wire \text_gen|char_ram~38094_combout ; +wire \text_gen|char_ram~38097_combout ; +wire \text_gen|char_ram~810_q ; +wire \text_gen|char_ram~838_q ; +wire \text_gen|char_ram~803_q ; +wire \text_gen|char_ram~831_q ; +wire \text_gen|char_ram~38098_combout ; +wire \text_gen|char_ram~38099_combout ; +wire \text_gen|char_ram~691_q ; +wire \text_gen|char_ram~698feeder_combout ; +wire \text_gen|char_ram~698_q ; +wire \text_gen|char_ram~38091_combout ; +wire \text_gen|char_ram~726_q ; +wire \text_gen|char_ram~719_q ; +wire \text_gen|char_ram~38092_combout ; +wire \text_gen|char_ram~38100_combout ; +wire \text_gen|char_ram~38111_combout ; +wire \text_gen|char_ram~663feeder_combout ; +wire \text_gen|char_ram~663_q ; +wire \text_gen|char_ram~635_q ; +wire \text_gen|char_ram~38112_combout ; +wire \text_gen|char_ram~642_q ; +wire \text_gen|char_ram~670feeder_combout ; +wire \text_gen|char_ram~670_q ; +wire \text_gen|char_ram~38113_combout ; +wire \text_gen|char_ram~866feeder_combout ; +wire \text_gen|char_ram~866_q ; +wire \text_gen|char_ram~894_q ; +wire \text_gen|char_ram~859_q ; +wire \text_gen|char_ram~887feeder_combout ; +wire \text_gen|char_ram~887_q ; +wire \text_gen|char_ram~38119_combout ; +wire \text_gen|char_ram~38120_combout ; +wire \text_gen|char_ram~775_q ; +wire \text_gen|char_ram~782_q ; +wire \text_gen|char_ram~747_q ; +wire \text_gen|char_ram~754feeder_combout ; +wire \text_gen|char_ram~754_q ; +wire \text_gen|char_ram~38114_combout ; +wire \text_gen|char_ram~38115_combout ; +wire \text_gen|char_ram~551feeder_combout ; +wire \text_gen|char_ram~551_q ; +wire \text_gen|char_ram~558_q ; +wire \text_gen|char_ram~523_q ; +wire \text_gen|char_ram~530feeder_combout ; +wire \text_gen|char_ram~530_q ; +wire \text_gen|char_ram~38116_combout ; +wire \text_gen|char_ram~38117_combout ; +wire \text_gen|char_ram~38118_combout ; +wire \text_gen|char_ram~38121_combout ; +wire \text_gen|char_ram~516_q ; +wire \text_gen|char_ram~544_q ; +wire \text_gen|char_ram~38085_combout ; +wire \text_gen|char_ram~509_q ; +wire \text_gen|char_ram~537_q ; +wire \text_gen|char_ram~38086_combout ; +wire \text_gen|char_ram~761_q ; +wire \text_gen|char_ram~768_q ; +wire \text_gen|char_ram~733_q ; +wire \text_gen|char_ram~740_q ; +wire \text_gen|char_ram~38083_combout ; +wire \text_gen|char_ram~38084_combout ; +wire \text_gen|char_ram~38087_combout ; +wire \text_gen|char_ram~656_q ; +wire \text_gen|char_ram~628_q ; +wire \text_gen|char_ram~621_q ; +wire \text_gen|char_ram~649feeder_combout ; +wire \text_gen|char_ram~649_q ; +wire \text_gen|char_ram~38081_combout ; +wire \text_gen|char_ram~38082_combout ; +wire \text_gen|char_ram~852_q ; +wire \text_gen|char_ram~880_q ; +wire \text_gen|char_ram~845_q ; +wire \text_gen|char_ram~873feeder_combout ; +wire \text_gen|char_ram~873_q ; +wire \text_gen|char_ram~38088_combout ; +wire \text_gen|char_ram~38089_combout ; +wire \text_gen|char_ram~38090_combout ; +wire \text_gen|char_ram~38122_combout ; +wire \text_gen|char_ram~38165_combout ; +wire \text_gen|char_ram~1069_q ; +wire \text_gen|char_ram~1097_q ; +wire \text_gen|char_ram~38049_combout ; +wire \text_gen|char_ram~1104_q ; +wire \text_gen|char_ram~1076feeder_combout ; +wire \text_gen|char_ram~1076_q ; +wire \text_gen|char_ram~38050_combout ; +wire \text_gen|char_ram~1209_q ; +wire \text_gen|char_ram~1216_q ; +wire \text_gen|char_ram~1188_q ; +wire \text_gen|char_ram~1181_q ; +wire \text_gen|char_ram~38051_combout ; +wire \text_gen|char_ram~38052_combout ; +wire \text_gen|char_ram~957_q ; +wire \text_gen|char_ram~964feeder_combout ; +wire \text_gen|char_ram~964_q ; +wire \text_gen|char_ram~38053_combout ; +wire \text_gen|char_ram~992_q ; +wire \text_gen|char_ram~985feeder_combout ; +wire \text_gen|char_ram~985_q ; +wire \text_gen|char_ram~38054_combout ; +wire \text_gen|char_ram~38055_combout ; +wire \text_gen|char_ram~1300_q ; +wire \text_gen|char_ram~1328_q ; +wire \text_gen|char_ram~1293_q ; +wire \text_gen|char_ram~1321_q ; +wire \text_gen|char_ram~38056_combout ; +wire \text_gen|char_ram~38057_combout ; +wire \text_gen|char_ram~38058_combout ; +wire \text_gen|char_ram~1020feeder_combout ; +wire \text_gen|char_ram~1020_q ; +wire \text_gen|char_ram~1048_q ; +wire \text_gen|char_ram~1013_q ; +wire \text_gen|char_ram~1041feeder_combout ; +wire \text_gen|char_ram~1041_q ; +wire \text_gen|char_ram~38061_combout ; +wire \text_gen|char_ram~38062_combout ; +wire \text_gen|char_ram~908feeder_combout ; +wire \text_gen|char_ram~908_q ; +wire \text_gen|char_ram~901_q ; +wire \text_gen|char_ram~38063_combout ; +wire \text_gen|char_ram~936_q ; +wire \text_gen|char_ram~929feeder_combout ; +wire \text_gen|char_ram~929_q ; +wire \text_gen|char_ram~38064_combout ; +wire \text_gen|char_ram~38065_combout ; +wire \text_gen|char_ram~1153feeder_combout ; +wire \text_gen|char_ram~1153_q ; +wire \text_gen|char_ram~1160_q ; +wire \text_gen|char_ram~1125_q ; +wire \text_gen|char_ram~1132_q ; +wire \text_gen|char_ram~38059_combout ; +wire \text_gen|char_ram~38060_combout ; +wire \text_gen|char_ram~1244_q ; +wire \text_gen|char_ram~1272_q ; +wire \text_gen|char_ram~1237_q ; +wire \text_gen|char_ram~1265_q ; +wire \text_gen|char_ram~38066_combout ; +wire \text_gen|char_ram~38067_combout ; +wire \text_gen|char_ram~38068_combout ; +wire \text_gen|char_ram~38069_combout ; +wire \text_gen|char_ram~1314_q ; +wire \text_gen|char_ram~1342_q ; +wire \text_gen|char_ram~1307_q ; +wire \text_gen|char_ram~1335_q ; +wire \text_gen|char_ram~38077_combout ; +wire \text_gen|char_ram~38078_combout ; +wire \text_gen|char_ram~1090feeder_combout ; +wire \text_gen|char_ram~1090_q ; +wire \text_gen|char_ram~1118_q ; +wire \text_gen|char_ram~1111feeder_combout ; +wire \text_gen|char_ram~1111_q ; +wire \text_gen|char_ram~1083_q ; +wire \text_gen|char_ram~38070_combout ; +wire \text_gen|char_ram~38071_combout ; +wire \text_gen|char_ram~999feeder_combout ; +wire \text_gen|char_ram~999_q ; +wire \text_gen|char_ram~1006_q ; +wire \text_gen|char_ram~978feeder_combout ; +wire \text_gen|char_ram~978_q ; +wire \text_gen|char_ram~971_q ; +wire \text_gen|char_ram~38074_combout ; +wire \text_gen|char_ram~38075_combout ; +wire \text_gen|char_ram~1223feeder_combout ; +wire \text_gen|char_ram~1223_q ; +wire \text_gen|char_ram~1195_q ; +wire \text_gen|char_ram~1202feeder_combout ; +wire \text_gen|char_ram~1202_q ; +wire \text_gen|char_ram~38072_combout ; +wire \text_gen|char_ram~1230feeder_combout ; +wire \text_gen|char_ram~1230_q ; +wire \text_gen|char_ram~38073_combout ; +wire \text_gen|char_ram~38076_combout ; +wire \text_gen|char_ram~38079_combout ; +wire \text_gen|char_ram~1174feeder_combout ; +wire \text_gen|char_ram~1174_q ; +wire \text_gen|char_ram~1167_q ; +wire \text_gen|char_ram~1139_q ; +wire \text_gen|char_ram~1146feeder_combout ; +wire \text_gen|char_ram~1146_q ; +wire \text_gen|char_ram~38039_combout ; +wire \text_gen|char_ram~38040_combout ; +wire \text_gen|char_ram~1258_q ; +wire \text_gen|char_ram~1286_q ; +wire \text_gen|char_ram~1251_q ; +wire \text_gen|char_ram~1279_q ; +wire \text_gen|char_ram~38046_combout ; +wire \text_gen|char_ram~38047_combout ; +wire \text_gen|char_ram~943feeder_combout ; +wire \text_gen|char_ram~943_q ; +wire \text_gen|char_ram~950_q ; +wire \text_gen|char_ram~915_q ; +wire \text_gen|char_ram~922feeder_combout ; +wire \text_gen|char_ram~922_q ; +wire \text_gen|char_ram~38043_combout ; +wire \text_gen|char_ram~38044_combout ; +wire \text_gen|char_ram~1034feeder_combout ; +wire \text_gen|char_ram~1034_q ; +wire \text_gen|char_ram~1062_q ; +wire \text_gen|char_ram~1027_q ; +wire \text_gen|char_ram~1055feeder_combout ; +wire \text_gen|char_ram~1055_q ; +wire \text_gen|char_ram~38041_combout ; +wire \text_gen|char_ram~38042_combout ; +wire \text_gen|char_ram~38045_combout ; +wire \text_gen|char_ram~38048_combout ; +wire \text_gen|char_ram~38080_combout ; +wire \text_gen|char_ram~38208_combout ; +wire \text_gen|char_ram~2063_q ; +wire \text_gen|char_ram~2070_q ; +wire \text_gen|char_ram~2042feeder_combout ; +wire \text_gen|char_ram~2042_q ; +wire \text_gen|char_ram~2035_q ; +wire \text_gen|char_ram~37953_combout ; +wire \text_gen|char_ram~37954_combout ; +wire \text_gen|char_ram~2147_q ; +wire \text_gen|char_ram~2175feeder_combout ; +wire \text_gen|char_ram~2175_q ; +wire \text_gen|char_ram~37960_combout ; +wire \text_gen|char_ram~2182_q ; +wire \text_gen|char_ram~2154_q ; +wire \text_gen|char_ram~37961_combout ; +wire \text_gen|char_ram~1839_q ; +wire \text_gen|char_ram~1846_q ; +wire \text_gen|char_ram~1811_q ; +wire \text_gen|char_ram~1818_q ; +wire \text_gen|char_ram~37957_combout ; +wire \text_gen|char_ram~37958_combout ; +wire \text_gen|char_ram~1930feeder_combout ; +wire \text_gen|char_ram~1930_q ; +wire \text_gen|char_ram~1958_q ; +wire \text_gen|char_ram~1923_q ; +wire \text_gen|char_ram~1951feeder_combout ; +wire \text_gen|char_ram~1951_q ; +wire \text_gen|char_ram~37955_combout ; +wire \text_gen|char_ram~37956_combout ; +wire \text_gen|char_ram~37959_combout ; +wire \text_gen|char_ram~37962_combout ; +wire \text_gen|char_ram~2140feeder_combout ; +wire \text_gen|char_ram~2140_q ; +wire \text_gen|char_ram~2168_q ; +wire \text_gen|char_ram~2161feeder_combout ; +wire \text_gen|char_ram~2161_q ; +wire \text_gen|char_ram~2133_q ; +wire \text_gen|char_ram~37980_combout ; +wire \text_gen|char_ram~37981_combout ; +wire \text_gen|char_ram~2049feeder_combout ; +wire \text_gen|char_ram~2049_q ; +wire \text_gen|char_ram~2056_q ; +wire \text_gen|char_ram~2021_q ; +wire \text_gen|char_ram~2028feeder_combout ; +wire \text_gen|char_ram~2028_q ; +wire \text_gen|char_ram~37973_combout ; +wire \text_gen|char_ram~37974_combout ; +wire \text_gen|char_ram~1825feeder_combout ; +wire \text_gen|char_ram~1825_q ; +wire \text_gen|char_ram~1832_q ; +wire \text_gen|char_ram~1804_q ; +wire \text_gen|char_ram~1797_q ; +wire \text_gen|char_ram~37977_combout ; +wire \text_gen|char_ram~37978_combout ; +wire \text_gen|char_ram~1916_q ; +wire \text_gen|char_ram~1944_q ; +wire \text_gen|char_ram~1909_q ; +wire \text_gen|char_ram~1937feeder_combout ; +wire \text_gen|char_ram~1937_q ; +wire \text_gen|char_ram~37975_combout ; +wire \text_gen|char_ram~37976_combout ; +wire \text_gen|char_ram~37979_combout ; +wire \text_gen|char_ram~37982_combout ; +wire \text_gen|char_ram~2217_q ; +wire \text_gen|char_ram~2189_q ; +wire \text_gen|char_ram~37970_combout ; +wire \text_gen|char_ram~2224_q ; +wire \text_gen|char_ram~2196_q ; +wire \text_gen|char_ram~37971_combout ; +wire \text_gen|char_ram~2105feeder_combout ; +wire \text_gen|char_ram~2105_q ; +wire \text_gen|char_ram~2112_q ; +wire \text_gen|char_ram~2077_q ; +wire \text_gen|char_ram~2084_q ; +wire \text_gen|char_ram~37965_combout ; +wire \text_gen|char_ram~37966_combout ; +wire \text_gen|char_ram~1881_q ; +wire \text_gen|char_ram~1888_q ; +wire \text_gen|char_ram~1853_q ; +wire \text_gen|char_ram~1860_q ; +wire \text_gen|char_ram~37967_combout ; +wire \text_gen|char_ram~37968_combout ; +wire \text_gen|char_ram~37969_combout ; +wire \text_gen|char_ram~1965_q ; +wire \text_gen|char_ram~1993feeder_combout ; +wire \text_gen|char_ram~1993_q ; +wire \text_gen|char_ram~37963_combout ; +wire \text_gen|char_ram~2000_q ; +wire \text_gen|char_ram~1972feeder_combout ; +wire \text_gen|char_ram~1972_q ; +wire \text_gen|char_ram~37964_combout ; +wire \text_gen|char_ram~37972_combout ; +wire \text_gen|char_ram~37983_combout ; +wire \text_gen|char_ram~2210_q ; +wire \text_gen|char_ram~2238_q ; +wire \text_gen|char_ram~2231_q ; +wire \text_gen|char_ram~2203_q ; +wire \text_gen|char_ram~37991_combout ; +wire \text_gen|char_ram~37992_combout ; +wire \text_gen|char_ram~1986feeder_combout ; +wire \text_gen|char_ram~1986_q ; +wire \text_gen|char_ram~2014_q ; +wire \text_gen|char_ram~1979_q ; +wire \text_gen|char_ram~2007feeder_combout ; +wire \text_gen|char_ram~2007_q ; +wire \text_gen|char_ram~37984_combout ; +wire \text_gen|char_ram~37985_combout ; +wire \text_gen|char_ram~1895_q ; +wire \text_gen|char_ram~1902_q ; +wire \text_gen|char_ram~1867_q ; +wire \text_gen|char_ram~1874_q ; +wire \text_gen|char_ram~37988_combout ; +wire \text_gen|char_ram~37989_combout ; +wire \text_gen|char_ram~2119feeder_combout ; +wire \text_gen|char_ram~2119_q ; +wire \text_gen|char_ram~2126_q ; +wire \text_gen|char_ram~2091_q ; +wire \text_gen|char_ram~2098feeder_combout ; +wire \text_gen|char_ram~2098_q ; +wire \text_gen|char_ram~37986_combout ; +wire \text_gen|char_ram~37987_combout ; +wire \text_gen|char_ram~37990_combout ; +wire \text_gen|char_ram~37993_combout ; +wire \text_gen|char_ram~37994_combout ; +wire \text_gen|char_ram~3029_q ; +wire \text_gen|char_ram~3057feeder_combout ; +wire \text_gen|char_ram~3057_q ; +wire \text_gen|char_ram~37938_combout ; +wire \text_gen|char_ram~3064_q ; +wire \text_gen|char_ram~3036feeder_combout ; +wire \text_gen|char_ram~3036_q ; +wire \text_gen|char_ram~37939_combout ; +wire \text_gen|char_ram~2945feeder_combout ; +wire \text_gen|char_ram~2945_q ; +wire \text_gen|char_ram~2952_q ; +wire \text_gen|char_ram~2917_q ; +wire \text_gen|char_ram~2924_q ; +wire \text_gen|char_ram~37931_combout ; +wire \text_gen|char_ram~37932_combout ; +wire \text_gen|char_ram~2812feeder_combout ; +wire \text_gen|char_ram~2812_q ; +wire \text_gen|char_ram~2840_q ; +wire \text_gen|char_ram~2805_q ; +wire \text_gen|char_ram~2833feeder_combout ; +wire \text_gen|char_ram~2833_q ; +wire \text_gen|char_ram~37933_combout ; +wire \text_gen|char_ram~37934_combout ; +wire \text_gen|char_ram~2693_q ; +wire \text_gen|char_ram~2700feeder_combout ; +wire \text_gen|char_ram~2700_q ; +wire \text_gen|char_ram~37935_combout ; +wire \text_gen|char_ram~2728_q ; +wire \text_gen|char_ram~2721feeder_combout ; +wire \text_gen|char_ram~2721_q ; +wire \text_gen|char_ram~37936_combout ; +wire \text_gen|char_ram~37937_combout ; +wire \text_gen|char_ram~37940_combout ; +wire \text_gen|char_ram~3092feeder_combout ; +wire \text_gen|char_ram~3092_q ; +wire \text_gen|char_ram~3120_q ; +wire \text_gen|char_ram~3085_q ; +wire \text_gen|char_ram~3113_q ; +wire \text_gen|char_ram~37928_combout ; +wire \text_gen|char_ram~37929_combout ; +wire \text_gen|char_ram~2980_q ; +wire \text_gen|char_ram~2973_q ; +wire \text_gen|char_ram~37923_combout ; +wire \text_gen|char_ram~3008_q ; +wire \text_gen|char_ram~3001feeder_combout ; +wire \text_gen|char_ram~3001_q ; +wire \text_gen|char_ram~37924_combout ; +wire \text_gen|char_ram~2777feeder_combout ; +wire \text_gen|char_ram~2777_q ; +wire \text_gen|char_ram~2756feeder_combout ; +wire \text_gen|char_ram~2756_q ; +wire \text_gen|char_ram~2749_q ; +wire \text_gen|char_ram~37925_combout ; +wire \text_gen|char_ram~2784_q ; +wire \text_gen|char_ram~37926_combout ; +wire \text_gen|char_ram~37927_combout ; +wire \text_gen|char_ram~2868feeder_combout ; +wire \text_gen|char_ram~2868_q ; +wire \text_gen|char_ram~2896_q ; +wire \text_gen|char_ram~2861_q ; +wire \text_gen|char_ram~2889feeder_combout ; +wire \text_gen|char_ram~2889_q ; +wire \text_gen|char_ram~37921_combout ; +wire \text_gen|char_ram~37922_combout ; +wire \text_gen|char_ram~37930_combout ; +wire \text_gen|char_ram~37941_combout ; +wire \text_gen|char_ram~2994_q ; +wire \text_gen|char_ram~2987_q ; +wire \text_gen|char_ram~37944_combout ; +wire \text_gen|char_ram~3022_q ; +wire \text_gen|char_ram~3015_q ; +wire \text_gen|char_ram~37945_combout ; +wire \text_gen|char_ram~2763_q ; +wire \text_gen|char_ram~2770feeder_combout ; +wire \text_gen|char_ram~2770_q ; +wire \text_gen|char_ram~37946_combout ; +wire \text_gen|char_ram~2798_q ; +wire \text_gen|char_ram~2791feeder_combout ; +wire \text_gen|char_ram~2791_q ; +wire \text_gen|char_ram~37947_combout ; +wire \text_gen|char_ram~37948_combout ; +wire \text_gen|char_ram~3106_q ; +wire \text_gen|char_ram~3134_q ; +wire \text_gen|char_ram~3099_q ; +wire \text_gen|char_ram~3127_q ; +wire \text_gen|char_ram~37949_combout ; +wire \text_gen|char_ram~37950_combout ; +wire \text_gen|char_ram~2882feeder_combout ; +wire \text_gen|char_ram~2882_q ; +wire \text_gen|char_ram~2910_q ; +wire \text_gen|char_ram~2875_q ; +wire \text_gen|char_ram~2903feeder_combout ; +wire \text_gen|char_ram~2903_q ; +wire \text_gen|char_ram~37942_combout ; +wire \text_gen|char_ram~37943_combout ; +wire \text_gen|char_ram~37951_combout ; +wire \text_gen|char_ram~3050feeder_combout ; +wire \text_gen|char_ram~3050_q ; +wire \text_gen|char_ram~3078_q ; +wire \text_gen|char_ram~3043_q ; +wire \text_gen|char_ram~3071feeder_combout ; +wire \text_gen|char_ram~3071_q ; +wire \text_gen|char_ram~37918_combout ; +wire \text_gen|char_ram~37919_combout ; +wire \text_gen|char_ram~2959feeder_combout ; +wire \text_gen|char_ram~2959_q ; +wire \text_gen|char_ram~2966_q ; +wire \text_gen|char_ram~2931_q ; +wire \text_gen|char_ram~2938_q ; +wire \text_gen|char_ram~37911_combout ; +wire \text_gen|char_ram~37912_combout ; +wire \text_gen|char_ram~2707_q ; +wire \text_gen|char_ram~2714feeder_combout ; +wire \text_gen|char_ram~2714_q ; +wire \text_gen|char_ram~37915_combout ; +wire \text_gen|char_ram~2742_q ; +wire \text_gen|char_ram~2735feeder_combout ; +wire \text_gen|char_ram~2735_q ; +wire \text_gen|char_ram~37916_combout ; +wire \text_gen|char_ram~2826feeder_combout ; +wire \text_gen|char_ram~2826_q ; +wire \text_gen|char_ram~2854_q ; +wire \text_gen|char_ram~2819_q ; +wire \text_gen|char_ram~2847feeder_combout ; +wire \text_gen|char_ram~2847_q ; +wire \text_gen|char_ram~37913_combout ; +wire \text_gen|char_ram~37914_combout ; +wire \text_gen|char_ram~37917_combout ; +wire \text_gen|char_ram~37920_combout ; +wire \text_gen|char_ram~37952_combout ; +wire \text_gen|char_ram~37995_combout ; +wire \text_gen|char_ram~2287feeder_combout ; +wire \text_gen|char_ram~2287_q ; +wire \text_gen|char_ram~2294_q ; +wire \text_gen|char_ram~2259_q ; +wire \text_gen|char_ram~2266_q ; +wire \text_gen|char_ram~37883_combout ; +wire \text_gen|char_ram~37884_combout ; +wire \text_gen|char_ram~2378feeder_combout ; +wire \text_gen|char_ram~2378_q ; +wire \text_gen|char_ram~2406_q ; +wire \text_gen|char_ram~2371_q ; +wire \text_gen|char_ram~2399feeder_combout ; +wire \text_gen|char_ram~2399_q ; +wire \text_gen|char_ram~37881_combout ; +wire \text_gen|char_ram~37882_combout ; +wire \text_gen|char_ram~37885_combout ; +wire \text_gen|char_ram~2511_q ; +wire \text_gen|char_ram~2518_q ; +wire \text_gen|char_ram~2483_q ; +wire \text_gen|char_ram~2490feeder_combout ; +wire \text_gen|char_ram~2490_q ; +wire \text_gen|char_ram~37879_combout ; +wire \text_gen|char_ram~37880_combout ; +wire \text_gen|char_ram~2595_q ; +wire \text_gen|char_ram~2623feeder_combout ; +wire \text_gen|char_ram~2623_q ; +wire \text_gen|char_ram~37886_combout ; +wire \text_gen|char_ram~2630_q ; +wire \text_gen|char_ram~2602_q ; +wire \text_gen|char_ram~37887_combout ; +wire \text_gen|char_ram~37888_combout ; +wire \text_gen|char_ram~2497feeder_combout ; +wire \text_gen|char_ram~2497_q ; +wire \text_gen|char_ram~2504_q ; +wire \text_gen|char_ram~2469_q ; +wire \text_gen|char_ram~2476_q ; +wire \text_gen|char_ram~37889_combout ; +wire \text_gen|char_ram~37890_combout ; +wire \text_gen|char_ram~2609_q ; +wire \text_gen|char_ram~2581_q ; +wire \text_gen|char_ram~37896_combout ; +wire \text_gen|char_ram~2616_q ; +wire \text_gen|char_ram~2588_q ; +wire \text_gen|char_ram~37897_combout ; +wire \text_gen|char_ram~2364_q ; +wire \text_gen|char_ram~2392_q ; +wire \text_gen|char_ram~2357_q ; +wire \text_gen|char_ram~2385feeder_combout ; +wire \text_gen|char_ram~2385_q ; +wire \text_gen|char_ram~37891_combout ; +wire \text_gen|char_ram~37892_combout ; +wire \text_gen|char_ram~2273feeder_combout ; +wire \text_gen|char_ram~2273_q ; +wire \text_gen|char_ram~2280_q ; +wire \text_gen|char_ram~2252feeder_combout ; +wire \text_gen|char_ram~2252_q ; +wire \text_gen|char_ram~2245_q ; +wire \text_gen|char_ram~37893_combout ; +wire \text_gen|char_ram~37894_combout ; +wire \text_gen|char_ram~37895_combout ; +wire \text_gen|char_ram~37898_combout ; +wire \text_gen|char_ram~37899_combout ; +wire \text_gen|char_ram~2448_q ; +wire \text_gen|char_ram~2420_q ; +wire \text_gen|char_ram~2413_q ; +wire \text_gen|char_ram~2441feeder_combout ; +wire \text_gen|char_ram~2441_q ; +wire \text_gen|char_ram~37869_combout ; +wire \text_gen|char_ram~37870_combout ; +wire \text_gen|char_ram~2329_q ; +wire \text_gen|char_ram~2336_q ; +wire \text_gen|char_ram~2301_q ; +wire \text_gen|char_ram~2308feeder_combout ; +wire \text_gen|char_ram~2308_q ; +wire \text_gen|char_ram~37873_combout ; +wire \text_gen|char_ram~37874_combout ; +wire \text_gen|char_ram~2553feeder_combout ; +wire \text_gen|char_ram~2553_q ; +wire \text_gen|char_ram~2560_q ; +wire \text_gen|char_ram~2525_q ; +wire \text_gen|char_ram~2532_q ; +wire \text_gen|char_ram~37871_combout ; +wire \text_gen|char_ram~37872_combout ; +wire \text_gen|char_ram~37875_combout ; +wire \text_gen|char_ram~2644_q ; +wire \text_gen|char_ram~2672_q ; +wire \text_gen|char_ram~2637_q ; +wire \text_gen|char_ram~2665_q ; +wire \text_gen|char_ram~37876_combout ; +wire \text_gen|char_ram~37877_combout ; +wire \text_gen|char_ram~37878_combout ; +wire \text_gen|char_ram~2679feeder_combout ; +wire \text_gen|char_ram~2679_q ; +wire \text_gen|char_ram~2651feeder_combout ; +wire \text_gen|char_ram~2651_q ; +wire \text_gen|char_ram~37907_combout ; +wire \text_gen|char_ram~2686_q ; +wire \text_gen|char_ram~2658feeder_combout ; +wire \text_gen|char_ram~2658_q ; +wire \text_gen|char_ram~37908_combout ; +wire \text_gen|char_ram~2455feeder_combout ; +wire \text_gen|char_ram~2455_q ; +wire \text_gen|char_ram~2427_q ; +wire \text_gen|char_ram~37900_combout ; +wire \text_gen|char_ram~2462_q ; +wire \text_gen|char_ram~2434feeder_combout ; +wire \text_gen|char_ram~2434_q ; +wire \text_gen|char_ram~37901_combout ; +wire \text_gen|char_ram~2315_q ; +wire \text_gen|char_ram~2322feeder_combout ; +wire \text_gen|char_ram~2322_q ; +wire \text_gen|char_ram~37904_combout ; +wire \text_gen|char_ram~2350_q ; +wire \text_gen|char_ram~2343_q ; +wire \text_gen|char_ram~37905_combout ; +wire \text_gen|char_ram~2567_q ; +wire \text_gen|char_ram~2574_q ; +wire \text_gen|char_ram~2539_q ; +wire \text_gen|char_ram~2546_q ; +wire \text_gen|char_ram~37902_combout ; +wire \text_gen|char_ram~37903_combout ; +wire \text_gen|char_ram~37906_combout ; +wire \text_gen|char_ram~37909_combout ; +wire \text_gen|char_ram~37910_combout ; +wire \text_gen|char_ram~3540feeder_combout ; +wire \text_gen|char_ram~3540_q ; +wire \text_gen|char_ram~3568_q ; +wire \text_gen|char_ram~3533_q ; +wire \text_gen|char_ram~3561feeder_combout ; +wire \text_gen|char_ram~3561_q ; +wire \text_gen|char_ram~38003_combout ; +wire \text_gen|char_ram~38004_combout ; +wire \text_gen|char_ram~3197_q ; +wire \text_gen|char_ram~3204_q ; +wire \text_gen|char_ram~38000_combout ; +wire \text_gen|char_ram~3232_q ; +wire \text_gen|char_ram~3225feeder_combout ; +wire \text_gen|char_ram~3225_q ; +wire \text_gen|char_ram~38001_combout ; +wire \text_gen|char_ram~3449_q ; +wire \text_gen|char_ram~3456_q ; +wire \text_gen|char_ram~3428feeder_combout ; +wire \text_gen|char_ram~3428_q ; +wire \text_gen|char_ram~3421_q ; +wire \text_gen|char_ram~37998_combout ; +wire \text_gen|char_ram~37999_combout ; +wire \text_gen|char_ram~38002_combout ; +wire \text_gen|char_ram~3316feeder_combout ; +wire \text_gen|char_ram~3316_q ; +wire \text_gen|char_ram~3309_q ; +wire \text_gen|char_ram~3337feeder_combout ; +wire \text_gen|char_ram~3337_q ; +wire \text_gen|char_ram~37996_combout ; +wire \text_gen|char_ram~3344_q ; +wire \text_gen|char_ram~37997_combout ; +wire \text_gen|char_ram~38005_combout ; +wire \text_gen|char_ram~3211_q ; +wire \text_gen|char_ram~3218feeder_combout ; +wire \text_gen|char_ram~3218_q ; +wire \text_gen|char_ram~38031_combout ; +wire \text_gen|char_ram~3246_q ; +wire \text_gen|char_ram~3239_q ; +wire \text_gen|char_ram~38032_combout ; +wire \text_gen|char_ram~3463_q ; +wire \text_gen|char_ram~3470_q ; +wire \text_gen|char_ram~3435_q ; +wire \text_gen|char_ram~3442_q ; +wire \text_gen|char_ram~38029_combout ; +wire \text_gen|char_ram~38030_combout ; +wire \text_gen|char_ram~38033_combout ; +wire \text_gen|char_ram~3554_q ; +wire \text_gen|char_ram~3582_q ; +wire \text_gen|char_ram~3547_q ; +wire \text_gen|char_ram~3575feeder_combout ; +wire \text_gen|char_ram~3575_q ; +wire \text_gen|char_ram~38034_combout ; +wire \text_gen|char_ram~38035_combout ; +wire \text_gen|char_ram~3330feeder_combout ; +wire \text_gen|char_ram~3330_q ; +wire \text_gen|char_ram~3358_q ; +wire \text_gen|char_ram~3323_q ; +wire \text_gen|char_ram~3351feeder_combout ; +wire \text_gen|char_ram~3351_q ; +wire \text_gen|char_ram~38027_combout ; +wire \text_gen|char_ram~38028_combout ; +wire \text_gen|char_ram~38036_combout ; +wire \text_gen|char_ram~3477_q ; +wire \text_gen|char_ram~3505feeder_combout ; +wire \text_gen|char_ram~3505_q ; +wire \text_gen|char_ram~38023_combout ; +wire \text_gen|char_ram~3512_q ; +wire \text_gen|char_ram~3484feeder_combout ; +wire \text_gen|char_ram~3484_q ; +wire \text_gen|char_ram~38024_combout ; +wire \text_gen|char_ram~3393feeder_combout ; +wire \text_gen|char_ram~3393_q ; +wire \text_gen|char_ram~3400_q ; +wire \text_gen|char_ram~3365_q ; +wire \text_gen|char_ram~3372feeder_combout ; +wire \text_gen|char_ram~3372_q ; +wire \text_gen|char_ram~38016_combout ; +wire \text_gen|char_ram~38017_combout ; +wire \text_gen|char_ram~3260feeder_combout ; +wire \text_gen|char_ram~3260_q ; +wire \text_gen|char_ram~3288_q ; +wire \text_gen|char_ram~3253_q ; +wire \text_gen|char_ram~3281_q ; +wire \text_gen|char_ram~38018_combout ; +wire \text_gen|char_ram~38019_combout ; +wire \text_gen|char_ram~3169feeder_combout ; +wire \text_gen|char_ram~3169_q ; +wire \text_gen|char_ram~3176_q ; +wire \text_gen|char_ram~3141_q ; +wire \text_gen|char_ram~3148_q ; +wire \text_gen|char_ram~38020_combout ; +wire \text_gen|char_ram~38021_combout ; +wire \text_gen|char_ram~38022_combout ; +wire \text_gen|char_ram~38025_combout ; +wire \text_gen|char_ram~3498_q ; +wire \text_gen|char_ram~3526_q ; +wire \text_gen|char_ram~3491_q ; +wire \text_gen|char_ram~3519_q ; +wire \text_gen|char_ram~38013_combout ; +wire \text_gen|char_ram~38014_combout ; +wire \text_gen|char_ram~3407_q ; +wire \text_gen|char_ram~3414_q ; +wire \text_gen|char_ram~3379_q ; +wire \text_gen|char_ram~3386feeder_combout ; +wire \text_gen|char_ram~3386_q ; +wire \text_gen|char_ram~38006_combout ; +wire \text_gen|char_ram~38007_combout ; +wire \text_gen|char_ram~3155_q ; +wire \text_gen|char_ram~3162feeder_combout ; +wire \text_gen|char_ram~3162_q ; +wire \text_gen|char_ram~38010_combout ; +wire \text_gen|char_ram~3190_q ; +wire \text_gen|char_ram~3183feeder_combout ; +wire \text_gen|char_ram~3183_q ; +wire \text_gen|char_ram~38011_combout ; +wire \text_gen|char_ram~3295_q ; +wire \text_gen|char_ram~3267_q ; +wire \text_gen|char_ram~38008_combout ; +wire \text_gen|char_ram~3302_q ; +wire \text_gen|char_ram~3274feeder_combout ; +wire \text_gen|char_ram~3274_q ; +wire \text_gen|char_ram~38009_combout ; +wire \text_gen|char_ram~38012_combout ; +wire \text_gen|char_ram~38015_combout ; +wire \text_gen|char_ram~38026_combout ; +wire \text_gen|char_ram~38037_combout ; +wire \text_gen|char_ram~38038_combout ; +wire \text_gen|char_ram~38209_combout ; +wire \text_gen|char_ram~38380_combout ; +wire \text_gen|char_ram~38381_combout ; +wire \text_gen|char_ram~39064_combout ; +wire \text_gen|char_code[5]~7_combout ; +wire \text_gen|char_ram~9069_q ; +wire \text_gen|char_ram~23405_q ; +wire \text_gen|char_ram~1901_q ; +wire \text_gen|char_ram~16237_q ; +wire \text_gen|char_ram~52492_combout ; +wire \text_gen|char_ram~52493_combout ; +wire \text_gen|char_ram~14445feeder_combout ; +wire \text_gen|char_ram~14445_q ; +wire \text_gen|char_ram~21613_q ; +wire \text_gen|char_ram~7277feeder_combout ; +wire \text_gen|char_ram~7277_q ; +wire \text_gen|char_ram~109_q ; +wire \text_gen|char_ram~52494_combout ; +wire \text_gen|char_ram~52495_combout ; +wire \text_gen|char_ram~52496_combout ; +wire \text_gen|char_ram~18029_q ; +wire \text_gen|char_ram~25197_q ; +wire \text_gen|char_ram~10861_q ; +wire \text_gen|char_ram~3693_q ; +wire \text_gen|char_ram~52490_combout ; +wire \text_gen|char_ram~52491_combout ; +wire \text_gen|char_ram~12653_q ; +wire \text_gen|char_ram~26989_q ; +wire \text_gen|char_ram~19821feeder_combout ; +wire \text_gen|char_ram~19821_q ; +wire \text_gen|char_ram~5485feeder_combout ; +wire \text_gen|char_ram~5485_q ; +wire \text_gen|char_ram~52497_combout ; +wire \text_gen|char_ram~52498_combout ; +wire \text_gen|char_ram~52499_combout ; +wire \text_gen|char_ram~10805_q ; +wire \text_gen|char_ram~3637feeder_combout ; +wire \text_gen|char_ram~3637_q ; +wire \text_gen|char_ram~52469_combout ; +wire \text_gen|char_ram~17973feeder_combout ; +wire \text_gen|char_ram~17973_q ; +wire \text_gen|char_ram~25141_q ; +wire \text_gen|char_ram~52470_combout ; +wire \text_gen|char_ram~19765_q ; +wire \text_gen|char_ram~5429_q ; +wire \text_gen|char_ram~52476_combout ; +wire \text_gen|char_ram~26933_q ; +wire \text_gen|char_ram~12597_q ; +wire \text_gen|char_ram~52477_combout ; +wire \text_gen|char_ram~9013feeder_combout ; +wire \text_gen|char_ram~9013_q ; +wire \text_gen|char_ram~16181_q ; +wire \text_gen|char_ram~1845_q ; +wire \text_gen|char_ram~52471_combout ; +wire \text_gen|char_ram~23349_q ; +wire \text_gen|char_ram~52472_combout ; +wire \text_gen|char_ram~14389_q ; +wire \text_gen|char_ram~21557_q ; +wire \text_gen|char_ram~53_q ; +wire \text_gen|char_ram~7221_q ; +wire \text_gen|char_ram~52473_combout ; +wire \text_gen|char_ram~52474_combout ; +wire \text_gen|char_ram~52475_combout ; +wire \text_gen|char_ram~52478_combout ; +wire \text_gen|char_ram~17959feeder_combout ; +wire \text_gen|char_ram~17959_q ; +wire \text_gen|char_ram~10791feeder_combout ; +wire \text_gen|char_ram~10791_q ; +wire \text_gen|char_ram~3623_q ; +wire \text_gen|char_ram~52479_combout ; +wire \text_gen|char_ram~25127_q ; +wire \text_gen|char_ram~52480_combout ; +wire \text_gen|char_ram~5415_q ; +wire \text_gen|char_ram~19751_q ; +wire \text_gen|char_ram~52486_combout ; +wire \text_gen|char_ram~12583_q ; +wire \text_gen|char_ram~26919_q ; +wire \text_gen|char_ram~52487_combout ; +wire \text_gen|char_ram~8999_q ; +wire \text_gen|char_ram~23335_q ; +wire \text_gen|char_ram~16167feeder_combout ; +wire \text_gen|char_ram~16167_q ; +wire \text_gen|char_ram~1831_q ; +wire \text_gen|char_ram~52481_combout ; +wire \text_gen|char_ram~52482_combout ; +wire \text_gen|char_ram~14375_q ; +wire \text_gen|char_ram~21543_q ; +wire \text_gen|char_ram~7207_q ; +wire \text_gen|char_ram~39_q ; +wire \text_gen|char_ram~52483_combout ; +wire \text_gen|char_ram~52484_combout ; +wire \text_gen|char_ram~52485_combout ; +wire \text_gen|char_ram~52488_combout ; +wire \text_gen|char_ram~52489_combout ; +wire \text_gen|char_ram~16223feeder_combout ; +wire \text_gen|char_ram~16223_q ; +wire \text_gen|char_ram~1887_q ; +wire \text_gen|char_ram~52461_combout ; +wire \text_gen|char_ram~9055feeder_combout ; +wire \text_gen|char_ram~9055_q ; +wire \text_gen|char_ram~23391_q ; +wire \text_gen|char_ram~52462_combout ; +wire \text_gen|char_ram~14431feeder_combout ; +wire \text_gen|char_ram~14431_q ; +wire \text_gen|char_ram~21599_q ; +wire \text_gen|char_ram~7263feeder_combout ; +wire \text_gen|char_ram~7263_q ; +wire \text_gen|char_ram~95_q ; +wire \text_gen|char_ram~52463_combout ; +wire \text_gen|char_ram~52464_combout ; +wire \text_gen|char_ram~52465_combout ; +wire \text_gen|char_ram~12639_q ; +wire \text_gen|char_ram~5471_q ; +wire \text_gen|char_ram~19807_q ; +wire \text_gen|char_ram~52466_combout ; +wire \text_gen|char_ram~26975_q ; +wire \text_gen|char_ram~52467_combout ; +wire \text_gen|char_ram~18015_q ; +wire \text_gen|char_ram~25183_q ; +wire \text_gen|char_ram~10847_q ; +wire \text_gen|char_ram~3679_q ; +wire \text_gen|char_ram~52459_combout ; +wire \text_gen|char_ram~52460_combout ; +wire \text_gen|char_ram~52468_combout ; +wire \text_gen|char_ram~52500_combout ; +wire \text_gen|char_ram~9965feeder_combout ; +wire \text_gen|char_ram~9965_q ; +wire \text_gen|char_ram~24301_q ; +wire \text_gen|char_ram~2797_q ; +wire \text_gen|char_ram~17133_q ; +wire \text_gen|char_ram~52434_combout ; +wire \text_gen|char_ram~52435_combout ; +wire \text_gen|char_ram~17077feeder_combout ; +wire \text_gen|char_ram~17077_q ; +wire \text_gen|char_ram~9909_q ; +wire \text_gen|char_ram~2741_q ; +wire \text_gen|char_ram~52427_combout ; +wire \text_gen|char_ram~24245_q ; +wire \text_gen|char_ram~52428_combout ; +wire \text_gen|char_ram~17119feeder_combout ; +wire \text_gen|char_ram~17119_q ; +wire \text_gen|char_ram~2783feeder_combout ; +wire \text_gen|char_ram~2783_q ; +wire \text_gen|char_ram~52429_combout ; +wire \text_gen|char_ram~9951_q ; +wire \text_gen|char_ram~24287_q ; +wire \text_gen|char_ram~52430_combout ; +wire \text_gen|char_ram~17063feeder_combout ; +wire \text_gen|char_ram~17063_q ; +wire \text_gen|char_ram~24231_q ; +wire \text_gen|char_ram~9895_q ; +wire \text_gen|char_ram~2727_q ; +wire \text_gen|char_ram~52431_combout ; +wire \text_gen|char_ram~52432_combout ; +wire \text_gen|char_ram~52433_combout ; +wire \text_gen|char_ram~52436_combout ; +wire \text_gen|char_ram~8173_q ; +wire \text_gen|char_ram~22509_q ; +wire \text_gen|char_ram~15341feeder_combout ; +wire \text_gen|char_ram~15341_q ; +wire \text_gen|char_ram~1005_q ; +wire \text_gen|char_ram~52444_combout ; +wire \text_gen|char_ram~52445_combout ; +wire \text_gen|char_ram~15285_q ; +wire \text_gen|char_ram~22453_q ; +wire \text_gen|char_ram~8117_q ; +wire \text_gen|char_ram~949_q ; +wire \text_gen|char_ram~52439_combout ; +wire \text_gen|char_ram~52440_combout ; +wire \text_gen|char_ram~15271_q ; +wire \text_gen|char_ram~22439_q ; +wire \text_gen|char_ram~8103feeder_combout ; +wire \text_gen|char_ram~8103_q ; +wire \text_gen|char_ram~935_q ; +wire \text_gen|char_ram~52441_combout ; +wire \text_gen|char_ram~52442_combout ; +wire \text_gen|char_ram~52443_combout ; +wire \text_gen|char_ram~15327feeder_combout ; +wire \text_gen|char_ram~15327_q ; +wire \text_gen|char_ram~991_q ; +wire \text_gen|char_ram~52437_combout ; +wire \text_gen|char_ram~8159_q ; +wire \text_gen|char_ram~22495_q ; +wire \text_gen|char_ram~52438_combout ; +wire \text_gen|char_ram~52446_combout ; +wire \text_gen|char_ram~52447_combout ; +wire \text_gen|char_ram~13535feeder_combout ; +wire \text_gen|char_ram~13535_q ; +wire \text_gen|char_ram~27871_q ; +wire \text_gen|char_ram~6367_q ; +wire \text_gen|char_ram~20703_q ; +wire \text_gen|char_ram~52450_combout ; +wire \text_gen|char_ram~52451_combout ; +wire \text_gen|char_ram~20647feeder_combout ; +wire \text_gen|char_ram~20647_q ; +wire \text_gen|char_ram~27815_q ; +wire \text_gen|char_ram~13479feeder_combout ; +wire \text_gen|char_ram~13479_q ; +wire \text_gen|char_ram~6311_q ; +wire \text_gen|char_ram~52452_combout ; +wire \text_gen|char_ram~52453_combout ; +wire \text_gen|char_ram~52454_combout ; +wire \text_gen|char_ram~20661feeder_combout ; +wire \text_gen|char_ram~20661_q ; +wire \text_gen|char_ram~27829_q ; +wire \text_gen|char_ram~13493_q ; +wire \text_gen|char_ram~6325_q ; +wire \text_gen|char_ram~52448_combout ; +wire \text_gen|char_ram~52449_combout ; +wire \text_gen|char_ram~27885_q ; +wire \text_gen|char_ram~13549feeder_combout ; +wire \text_gen|char_ram~13549_q ; +wire \text_gen|char_ram~20717_q ; +wire \text_gen|char_ram~6381_q ; +wire \text_gen|char_ram~52455_combout ; +wire \text_gen|char_ram~52456_combout ; +wire \text_gen|char_ram~52457_combout ; +wire \text_gen|char_ram~11743feeder_combout ; +wire \text_gen|char_ram~11743_q ; +wire \text_gen|char_ram~26079_q ; +wire \text_gen|char_ram~18911feeder_combout ; +wire \text_gen|char_ram~18911_q ; +wire \text_gen|char_ram~4575_q ; +wire \text_gen|char_ram~52417_combout ; +wire \text_gen|char_ram~52418_combout ; +wire \text_gen|char_ram~11757_q ; +wire \text_gen|char_ram~26093_q ; +wire \text_gen|char_ram~4589feeder_combout ; +wire \text_gen|char_ram~4589_q ; +wire \text_gen|char_ram~18925feeder_combout ; +wire \text_gen|char_ram~18925_q ; +wire \text_gen|char_ram~52424_combout ; +wire \text_gen|char_ram~52425_combout ; +wire \text_gen|char_ram~18869_q ; +wire \text_gen|char_ram~26037_q ; +wire \text_gen|char_ram~11701_q ; +wire \text_gen|char_ram~4533_q ; +wire \text_gen|char_ram~52419_combout ; +wire \text_gen|char_ram~52420_combout ; +wire \text_gen|char_ram~18855_q ; +wire \text_gen|char_ram~26023_q ; +wire \text_gen|char_ram~11687feeder_combout ; +wire \text_gen|char_ram~11687_q ; +wire \text_gen|char_ram~4519_q ; +wire \text_gen|char_ram~52421_combout ; +wire \text_gen|char_ram~52422_combout ; +wire \text_gen|char_ram~52423_combout ; +wire \text_gen|char_ram~52426_combout ; +wire \text_gen|char_ram~52458_combout ; +wire \text_gen|char_ram~52501_combout ; +wire \text_gen|char_ram~13997feeder_combout ; +wire \text_gen|char_ram~13997_q ; +wire \text_gen|char_ram~21165_q ; +wire \text_gen|char_ram~6829_q ; +wire \text_gen|char_ram~52540_combout ; +wire \text_gen|char_ram~28333_q ; +wire \text_gen|char_ram~52541_combout ; +wire \text_gen|char_ram~10413_q ; +wire \text_gen|char_ram~24749_q ; +wire \text_gen|char_ram~17581feeder_combout ; +wire \text_gen|char_ram~17581_q ; +wire \text_gen|char_ram~3245_q ; +wire \text_gen|char_ram~52535_combout ; +wire \text_gen|char_ram~52536_combout ; +wire \text_gen|char_ram~8621feeder_combout ; +wire \text_gen|char_ram~8621_q ; +wire \text_gen|char_ram~1453_q ; +wire \text_gen|char_ram~52537_combout ; +wire \text_gen|char_ram~15789feeder_combout ; +wire \text_gen|char_ram~15789_q ; +wire \text_gen|char_ram~22957_q ; +wire \text_gen|char_ram~52538_combout ; +wire \text_gen|char_ram~52539_combout ; +wire \text_gen|char_ram~19373_q ; +wire \text_gen|char_ram~26541_q ; +wire \text_gen|char_ram~12205_q ; +wire \text_gen|char_ram~5037_q ; +wire \text_gen|char_ram~52533_combout ; +wire \text_gen|char_ram~52534_combout ; +wire \text_gen|char_ram~52542_combout ; +wire \text_gen|char_ram~10399_q ; +wire \text_gen|char_ram~24735_q ; +wire \text_gen|char_ram~17567feeder_combout ; +wire \text_gen|char_ram~17567_q ; +wire \text_gen|char_ram~3231_q ; +wire \text_gen|char_ram~52502_combout ; +wire \text_gen|char_ram~52503_combout ; +wire \text_gen|char_ram~13983feeder_combout ; +wire \text_gen|char_ram~13983_q ; +wire \text_gen|char_ram~28319_q ; +wire \text_gen|char_ram~21151feeder_combout ; +wire \text_gen|char_ram~21151_q ; +wire \text_gen|char_ram~6815_q ; +wire \text_gen|char_ram~52509_combout ; +wire \text_gen|char_ram~52510_combout ; +wire \text_gen|char_ram~15775feeder_combout ; +wire \text_gen|char_ram~15775_q ; +wire \text_gen|char_ram~22943_q ; +wire \text_gen|char_ram~8607_q ; +wire \text_gen|char_ram~1439_q ; +wire \text_gen|char_ram~52506_combout ; +wire \text_gen|char_ram~52507_combout ; +wire \text_gen|char_ram~19359feeder_combout ; +wire \text_gen|char_ram~19359_q ; +wire \text_gen|char_ram~26527_q ; +wire \text_gen|char_ram~12191_q ; +wire \text_gen|char_ram~5023_q ; +wire \text_gen|char_ram~52504_combout ; +wire \text_gen|char_ram~52505_combout ; +wire \text_gen|char_ram~52508_combout ; +wire \text_gen|char_ram~52511_combout ; +wire \text_gen|char_ram~15719_q ; +wire \text_gen|char_ram~22887_q ; +wire \text_gen|char_ram~8551_q ; +wire \text_gen|char_ram~1383_q ; +wire \text_gen|char_ram~52526_combout ; +wire \text_gen|char_ram~52527_combout ; +wire \text_gen|char_ram~19303feeder_combout ; +wire \text_gen|char_ram~19303_q ; +wire \text_gen|char_ram~26471_q ; +wire \text_gen|char_ram~12135feeder_combout ; +wire \text_gen|char_ram~12135_q ; +wire \text_gen|char_ram~4967_q ; +wire \text_gen|char_ram~52524_combout ; +wire \text_gen|char_ram~52525_combout ; +wire \text_gen|char_ram~52528_combout ; +wire \text_gen|char_ram~10343_q ; +wire \text_gen|char_ram~24679_q ; +wire \text_gen|char_ram~17511feeder_combout ; +wire \text_gen|char_ram~17511_q ; +wire \text_gen|char_ram~3175_q ; +wire \text_gen|char_ram~52522_combout ; +wire \text_gen|char_ram~52523_combout ; +wire \text_gen|char_ram~13927_q ; +wire \text_gen|char_ram~28263_q ; +wire \text_gen|char_ram~21095feeder_combout ; +wire \text_gen|char_ram~21095_q ; +wire \text_gen|char_ram~6759_q ; +wire \text_gen|char_ram~52529_combout ; +wire \text_gen|char_ram~52530_combout ; +wire \text_gen|char_ram~52531_combout ; +wire \text_gen|char_ram~19317_q ; +wire \text_gen|char_ram~26485_q ; +wire \text_gen|char_ram~4981_q ; +wire \text_gen|char_ram~12149_q ; +wire \text_gen|char_ram~52512_combout ; +wire \text_gen|char_ram~52513_combout ; +wire \text_gen|char_ram~24693_q ; +wire \text_gen|char_ram~10357feeder_combout ; +wire \text_gen|char_ram~10357_q ; +wire \text_gen|char_ram~3189_q ; +wire \text_gen|char_ram~17525_q ; +wire \text_gen|char_ram~52514_combout ; +wire \text_gen|char_ram~52515_combout ; +wire \text_gen|char_ram~22901feeder_combout ; +wire \text_gen|char_ram~22901_q ; +wire \text_gen|char_ram~1397_q ; +wire \text_gen|char_ram~8565_q ; +wire \text_gen|char_ram~52516_combout ; +wire \text_gen|char_ram~15733_q ; +wire \text_gen|char_ram~52517_combout ; +wire \text_gen|char_ram~52518_combout ; +wire \text_gen|char_ram~28277_q ; +wire \text_gen|char_ram~6773_q ; +wire \text_gen|char_ram~21109_q ; +wire \text_gen|char_ram~52519_combout ; +wire \text_gen|char_ram~13941_q ; +wire \text_gen|char_ram~52520_combout ; +wire \text_gen|char_ram~52521_combout ; +wire \text_gen|char_ram~52532_combout ; +wire \text_gen|char_ram~52543_combout ; +wire \text_gen|char_ram~27437_q ; +wire \text_gen|char_ram~13101_q ; +wire \text_gen|char_ram~20269feeder_combout ; +wire \text_gen|char_ram~20269_q ; +wire \text_gen|char_ram~5933_q ; +wire \text_gen|char_ram~52413_combout ; +wire \text_gen|char_ram~52414_combout ; +wire \text_gen|char_ram~9517_q ; +wire \text_gen|char_ram~23853_q ; +wire \text_gen|char_ram~16685feeder_combout ; +wire \text_gen|char_ram~16685_q ; +wire \text_gen|char_ram~2349_q ; +wire \text_gen|char_ram~52408_combout ; +wire \text_gen|char_ram~52409_combout ; +wire \text_gen|char_ram~14893feeder_combout ; +wire \text_gen|char_ram~14893_q ; +wire \text_gen|char_ram~22061_q ; +wire \text_gen|char_ram~7725feeder_combout ; +wire \text_gen|char_ram~7725_q ; +wire \text_gen|char_ram~557feeder_combout ; +wire \text_gen|char_ram~557_q ; +wire \text_gen|char_ram~52410_combout ; +wire \text_gen|char_ram~52411_combout ; +wire \text_gen|char_ram~52412_combout ; +wire \text_gen|char_ram~18477_q ; +wire \text_gen|char_ram~25645_q ; +wire \text_gen|char_ram~4141_q ; +wire \text_gen|char_ram~11309feeder_combout ; +wire \text_gen|char_ram~11309_q ; +wire \text_gen|char_ram~52406_combout ; +wire \text_gen|char_ram~52407_combout ; +wire \text_gen|char_ram~52415_combout ; +wire \text_gen|char_ram~23783feeder_combout ; +wire \text_gen|char_ram~23783_q ; +wire \text_gen|char_ram~16615_q ; +wire \text_gen|char_ram~2279_q ; +wire \text_gen|char_ram~52395_combout ; +wire \text_gen|char_ram~9447feeder_combout ; +wire \text_gen|char_ram~9447_q ; +wire \text_gen|char_ram~52396_combout ; +wire \text_gen|char_ram~13031_q ; +wire \text_gen|char_ram~27367_q ; +wire \text_gen|char_ram~5863_q ; +wire \text_gen|char_ram~20199_q ; +wire \text_gen|char_ram~52402_combout ; +wire \text_gen|char_ram~52403_combout ; +wire \text_gen|char_ram~18407feeder_combout ; +wire \text_gen|char_ram~18407_q ; +wire \text_gen|char_ram~25575_q ; +wire \text_gen|char_ram~11239_q ; +wire \text_gen|char_ram~4071_q ; +wire \text_gen|char_ram~52397_combout ; +wire \text_gen|char_ram~52398_combout ; +wire \text_gen|char_ram~14823feeder_combout ; +wire \text_gen|char_ram~14823_q ; +wire \text_gen|char_ram~21991_q ; +wire \text_gen|char_ram~487_q ; +wire \text_gen|char_ram~7655_q ; +wire \text_gen|char_ram~52399_combout ; +wire \text_gen|char_ram~52400_combout ; +wire \text_gen|char_ram~52401_combout ; +wire \text_gen|char_ram~52404_combout ; +wire \text_gen|char_ram~13087feeder_combout ; +wire \text_gen|char_ram~13087_q ; +wire \text_gen|char_ram~27423_q ; +wire \text_gen|char_ram~20255_q ; +wire \text_gen|char_ram~5919_q ; +wire \text_gen|char_ram~52392_combout ; +wire \text_gen|char_ram~52393_combout ; +wire \text_gen|char_ram~14879_q ; +wire \text_gen|char_ram~22047_q ; +wire \text_gen|char_ram~543_q ; +wire \text_gen|char_ram~7711feeder_combout ; +wire \text_gen|char_ram~7711_q ; +wire \text_gen|char_ram~52389_combout ; +wire \text_gen|char_ram~52390_combout ; +wire \text_gen|char_ram~18463_q ; +wire \text_gen|char_ram~25631_q ; +wire \text_gen|char_ram~11295_q ; +wire \text_gen|char_ram~4127_q ; +wire \text_gen|char_ram~52387_combout ; +wire \text_gen|char_ram~52388_combout ; +wire \text_gen|char_ram~52391_combout ; +wire \text_gen|char_ram~9503_q ; +wire \text_gen|char_ram~16671_q ; +wire \text_gen|char_ram~2335_q ; +wire \text_gen|char_ram~52385_combout ; +wire \text_gen|char_ram~23839_q ; +wire \text_gen|char_ram~52386_combout ; +wire \text_gen|char_ram~52394_combout ; +wire \text_gen|char_ram~52405_combout ; +wire \text_gen|char_ram~25589_q ; +wire \text_gen|char_ram~18421_q ; +wire \text_gen|char_ram~4085_q ; +wire \text_gen|char_ram~11253feeder_combout ; +wire \text_gen|char_ram~11253_q ; +wire \text_gen|char_ram~52375_combout ; +wire \text_gen|char_ram~52376_combout ; +wire \text_gen|char_ram~13045feeder_combout ; +wire \text_gen|char_ram~13045_q ; +wire \text_gen|char_ram~27381_q ; +wire \text_gen|char_ram~5877_q ; +wire \text_gen|char_ram~20213_q ; +wire \text_gen|char_ram~52382_combout ; +wire \text_gen|char_ram~52383_combout ; +wire \text_gen|char_ram~9461_q ; +wire \text_gen|char_ram~23797_q ; +wire \text_gen|char_ram~16629feeder_combout ; +wire \text_gen|char_ram~16629_q ; +wire \text_gen|char_ram~2293_q ; +wire \text_gen|char_ram~52377_combout ; +wire \text_gen|char_ram~52378_combout ; +wire \text_gen|char_ram~14837_q ; +wire \text_gen|char_ram~7669_q ; +wire \text_gen|char_ram~501_q ; +wire \text_gen|char_ram~52379_combout ; +wire \text_gen|char_ram~22005_q ; +wire \text_gen|char_ram~52380_combout ; +wire \text_gen|char_ram~52381_combout ; +wire \text_gen|char_ram~52384_combout ; +wire \text_gen|char_ram~52416_combout ; +wire \text_gen|char_ram~52544_combout ; +wire \text_gen|char_ram~28543_q ; +wire \text_gen|char_ram~28095_q ; +wire \text_gen|char_ram~27199_q ; +wire \text_gen|char_ram~52365_combout ; +wire \text_gen|char_ram~27647feeder_combout ; +wire \text_gen|char_ram~27647_q ; +wire \text_gen|char_ram~52366_combout ; +wire \text_gen|char_ram~13311_q ; +wire \text_gen|char_ram~14207_q ; +wire \text_gen|char_ram~13759feeder_combout ; +wire \text_gen|char_ram~13759_q ; +wire \text_gen|char_ram~12863_q ; +wire \text_gen|char_ram~52367_combout ; +wire \text_gen|char_ram~52368_combout ; +wire \text_gen|char_ram~52369_combout ; +wire \text_gen|char_ram~13773_q ; +wire \text_gen|char_ram~14221_q ; +wire \text_gen|char_ram~13325feeder_combout ; +wire \text_gen|char_ram~13325_q ; +wire \text_gen|char_ram~12877_q ; +wire \text_gen|char_ram~52363_combout ; +wire \text_gen|char_ram~52364_combout ; +wire \text_gen|char_ram~27661_q ; +wire \text_gen|char_ram~27213_q ; +wire \text_gen|char_ram~52370_combout ; +wire \text_gen|char_ram~28109feeder_combout ; +wire \text_gen|char_ram~28109_q ; +wire \text_gen|char_ram~28557_q ; +wire \text_gen|char_ram~52371_combout ; +wire \text_gen|char_ram~52372_combout ; +wire \text_gen|char_ram~27157_q ; +wire \text_gen|char_ram~27605_q ; +wire \text_gen|char_ram~52339_combout ; +wire \text_gen|char_ram~28053_q ; +wire \text_gen|char_ram~28501_q ; +wire \text_gen|char_ram~52340_combout ; +wire \text_gen|char_ram~13255feeder_combout ; +wire \text_gen|char_ram~13255_q ; +wire \text_gen|char_ram~14151_q ; +wire \text_gen|char_ram~13703feeder_combout ; +wire \text_gen|char_ram~13703_q ; +wire \text_gen|char_ram~12807_q ; +wire \text_gen|char_ram~52336_combout ; +wire \text_gen|char_ram~52337_combout ; +wire \text_gen|char_ram~27591_q ; +wire \text_gen|char_ram~28487_q ; +wire \text_gen|char_ram~27143_q ; +wire \text_gen|char_ram~28039_q ; +wire \text_gen|char_ram~52334_combout ; +wire \text_gen|char_ram~52335_combout ; +wire \text_gen|char_ram~52338_combout ; +wire \text_gen|char_ram~13269feeder_combout ; +wire \text_gen|char_ram~13269_q ; +wire \text_gen|char_ram~12821_q ; +wire \text_gen|char_ram~52332_combout ; +wire \text_gen|char_ram~14165_q ; +wire \text_gen|char_ram~13717_q ; +wire \text_gen|char_ram~52333_combout ; +wire \text_gen|char_ram~52341_combout ; +wire \text_gen|char_ram~6605_q ; +wire \text_gen|char_ram~5709_q ; +wire \text_gen|char_ram~6157_q ; +wire \text_gen|char_ram~52342_combout ; +wire \text_gen|char_ram~7053_q ; +wire \text_gen|char_ram~52343_combout ; +wire \text_gen|char_ram~20941_q ; +wire \text_gen|char_ram~21389_q ; +wire \text_gen|char_ram~20045_q ; +wire \text_gen|char_ram~20493feeder_combout ; +wire \text_gen|char_ram~20493_q ; +wire \text_gen|char_ram~52349_combout ; +wire \text_gen|char_ram~52350_combout ; +wire \text_gen|char_ram~20479feeder_combout ; +wire \text_gen|char_ram~20479_q ; +wire \text_gen|char_ram~21375_q ; +wire \text_gen|char_ram~20031_q ; +wire \text_gen|char_ram~20927_q ; +wire \text_gen|char_ram~52344_combout ; +wire \text_gen|char_ram~52345_combout ; +wire \text_gen|char_ram~6143_q ; +wire \text_gen|char_ram~7039_q ; +wire \text_gen|char_ram~5695_q ; +wire \text_gen|char_ram~6591feeder_combout ; +wire \text_gen|char_ram~6591_q ; +wire \text_gen|char_ram~52346_combout ; +wire \text_gen|char_ram~52347_combout ; +wire \text_gen|char_ram~52348_combout ; +wire \text_gen|char_ram~52351_combout ; +wire \text_gen|char_ram~20885feeder_combout ; +wire \text_gen|char_ram~20885_q ; +wire \text_gen|char_ram~21333feeder_combout ; +wire \text_gen|char_ram~21333_q ; +wire \text_gen|char_ram~19989_q ; +wire \text_gen|char_ram~20437_q ; +wire \text_gen|char_ram~52359_combout ; +wire \text_gen|char_ram~52360_combout ; +wire \text_gen|char_ram~6549feeder_combout ; +wire \text_gen|char_ram~6549_q ; +wire \text_gen|char_ram~6997_q ; +wire \text_gen|char_ram~5653_q ; +wire \text_gen|char_ram~6101feeder_combout ; +wire \text_gen|char_ram~6101_q ; +wire \text_gen|char_ram~52352_combout ; +wire \text_gen|char_ram~52353_combout ; +wire \text_gen|char_ram~20423_q ; +wire \text_gen|char_ram~21319feeder_combout ; +wire \text_gen|char_ram~21319_q ; +wire \text_gen|char_ram~19975_q ; +wire \text_gen|char_ram~20871_q ; +wire \text_gen|char_ram~52354_combout ; +wire \text_gen|char_ram~52355_combout ; +wire \text_gen|char_ram~6087_q ; +wire \text_gen|char_ram~6983_q ; +wire \text_gen|char_ram~6535feeder_combout ; +wire \text_gen|char_ram~6535_q ; +wire \text_gen|char_ram~5639_q ; +wire \text_gen|char_ram~52356_combout ; +wire \text_gen|char_ram~52357_combout ; +wire \text_gen|char_ram~52358_combout ; +wire \text_gen|char_ram~52361_combout ; +wire \text_gen|char_ram~52362_combout ; +wire \text_gen|char_ram~52373_combout ; +wire \text_gen|char_ram~8397feeder_combout ; +wire \text_gen|char_ram~8397_q ; +wire \text_gen|char_ram~8845_q ; +wire \text_gen|char_ram~7501_q ; +wire \text_gen|char_ram~7949feeder_combout ; +wire \text_gen|char_ram~7949_q ; +wire \text_gen|char_ram~52322_combout ; +wire \text_gen|char_ram~52323_combout ; +wire \text_gen|char_ram~781_q ; +wire \text_gen|char_ram~1677_q ; +wire \text_gen|char_ram~1229_q ; +wire \text_gen|char_ram~333_q ; +wire \text_gen|char_ram~52324_combout ; +wire \text_gen|char_ram~52325_combout ; +wire \text_gen|char_ram~52326_combout ; +wire \text_gen|char_ram~22733feeder_combout ; +wire \text_gen|char_ram~22733_q ; +wire \text_gen|char_ram~23181_q ; +wire \text_gen|char_ram~21837_q ; +wire \text_gen|char_ram~22285_q ; +wire \text_gen|char_ram~52327_combout ; +wire \text_gen|char_ram~52328_combout ; +wire \text_gen|char_ram~14669_q ; +wire \text_gen|char_ram~15565_q ; +wire \text_gen|char_ram~52320_combout ; +wire \text_gen|char_ram~16013_q ; +wire \text_gen|char_ram~15117feeder_combout ; +wire \text_gen|char_ram~15117_q ; +wire \text_gen|char_ram~52321_combout ; +wire \text_gen|char_ram~52329_combout ; +wire \text_gen|char_ram~22663_q ; +wire \text_gen|char_ram~23111_q ; +wire \text_gen|char_ram~22215_q ; +wire \text_gen|char_ram~21767_q ; +wire \text_gen|char_ram~52316_combout ; +wire \text_gen|char_ram~52317_combout ; +wire \text_gen|char_ram~8327feeder_combout ; +wire \text_gen|char_ram~8327_q ; +wire \text_gen|char_ram~8775_q ; +wire \text_gen|char_ram~7879feeder_combout ; +wire \text_gen|char_ram~7879_q ; +wire \text_gen|char_ram~7431_q ; +wire \text_gen|char_ram~52309_combout ; +wire \text_gen|char_ram~52310_combout ; +wire \text_gen|char_ram~711_q ; +wire \text_gen|char_ram~1607_q ; +wire \text_gen|char_ram~1159_q ; +wire \text_gen|char_ram~263_q ; +wire \text_gen|char_ram~52313_combout ; +wire \text_gen|char_ram~52314_combout ; +wire \text_gen|char_ram~15047_q ; +wire \text_gen|char_ram~15943_q ; +wire \text_gen|char_ram~14599_q ; +wire \text_gen|char_ram~15495_q ; +wire \text_gen|char_ram~52311_combout ; +wire \text_gen|char_ram~52312_combout ; +wire \text_gen|char_ram~52315_combout ; +wire \text_gen|char_ram~52318_combout ; +wire \text_gen|char_ram~767feeder_combout ; +wire \text_gen|char_ram~767_q ; +wire \text_gen|char_ram~1663_q ; +wire \text_gen|char_ram~319_q ; +wire \text_gen|char_ram~1215_q ; +wire \text_gen|char_ram~52303_combout ; +wire \text_gen|char_ram~52304_combout ; +wire \text_gen|char_ram~14655_q ; +wire \text_gen|char_ram~15551feeder_combout ; +wire \text_gen|char_ram~15551_q ; +wire \text_gen|char_ram~52301_combout ; +wire \text_gen|char_ram~15999_q ; +wire \text_gen|char_ram~15103feeder_combout ; +wire \text_gen|char_ram~15103_q ; +wire \text_gen|char_ram~52302_combout ; +wire \text_gen|char_ram~52305_combout ; +wire \text_gen|char_ram~22719feeder_combout ; +wire \text_gen|char_ram~22719_q ; +wire \text_gen|char_ram~23167_q ; +wire \text_gen|char_ram~21823_q ; +wire \text_gen|char_ram~22271_q ; +wire \text_gen|char_ram~52306_combout ; +wire \text_gen|char_ram~52307_combout ; +wire \text_gen|char_ram~8383feeder_combout ; +wire \text_gen|char_ram~8383_q ; +wire \text_gen|char_ram~8831_q ; +wire \text_gen|char_ram~7935feeder_combout ; +wire \text_gen|char_ram~7935_q ; +wire \text_gen|char_ram~7487_q ; +wire \text_gen|char_ram~52299_combout ; +wire \text_gen|char_ram~52300_combout ; +wire \text_gen|char_ram~52308_combout ; +wire \text_gen|char_ram~52319_combout ; +wire \text_gen|char_ram~22677_q ; +wire \text_gen|char_ram~22229feeder_combout ; +wire \text_gen|char_ram~22229_q ; +wire \text_gen|char_ram~21781_q ; +wire \text_gen|char_ram~52296_combout ; +wire \text_gen|char_ram~23125_q ; +wire \text_gen|char_ram~52297_combout ; +wire \text_gen|char_ram~15061feeder_combout ; +wire \text_gen|char_ram~15061_q ; +wire \text_gen|char_ram~15957_q ; +wire \text_gen|char_ram~14613_q ; +wire \text_gen|char_ram~15509_q ; +wire \text_gen|char_ram~52289_combout ; +wire \text_gen|char_ram~52290_combout ; +wire \text_gen|char_ram~725feeder_combout ; +wire \text_gen|char_ram~725_q ; +wire \text_gen|char_ram~1621_q ; +wire \text_gen|char_ram~1173feeder_combout ; +wire \text_gen|char_ram~1173_q ; +wire \text_gen|char_ram~277_q ; +wire \text_gen|char_ram~52293_combout ; +wire \text_gen|char_ram~52294_combout ; +wire \text_gen|char_ram~8341feeder_combout ; +wire \text_gen|char_ram~8341_q ; +wire \text_gen|char_ram~7893feeder_combout ; +wire \text_gen|char_ram~7893_q ; +wire \text_gen|char_ram~7445_q ; +wire \text_gen|char_ram~52291_combout ; +wire \text_gen|char_ram~8789_q ; +wire \text_gen|char_ram~52292_combout ; +wire \text_gen|char_ram~52295_combout ; +wire \text_gen|char_ram~52298_combout ; +wire \text_gen|char_ram~52330_combout ; +wire \text_gen|char_ram~10175feeder_combout ; +wire \text_gen|char_ram~10175_q ; +wire \text_gen|char_ram~10623_q ; +wire \text_gen|char_ram~9727feeder_combout ; +wire \text_gen|char_ram~9727_q ; +wire \text_gen|char_ram~9279_q ; +wire \text_gen|char_ram~52247_combout ; +wire \text_gen|char_ram~52248_combout ; +wire \text_gen|char_ram~24511feeder_combout ; +wire \text_gen|char_ram~24511_q ; +wire \text_gen|char_ram~24959_q ; +wire \text_gen|char_ram~23615_q ; +wire \text_gen|char_ram~24063feeder_combout ; +wire \text_gen|char_ram~24063_q ; +wire \text_gen|char_ram~52254_combout ; +wire \text_gen|char_ram~52255_combout ; +wire \text_gen|char_ram~3007_q ; +wire \text_gen|char_ram~2111_q ; +wire \text_gen|char_ram~52251_combout ; +wire \text_gen|char_ram~3455_q ; +wire \text_gen|char_ram~2559_q ; +wire \text_gen|char_ram~52252_combout ; +wire \text_gen|char_ram~16895_q ; +wire \text_gen|char_ram~17791_q ; +wire \text_gen|char_ram~16447_q ; +wire \text_gen|char_ram~17343feeder_combout ; +wire \text_gen|char_ram~17343_q ; +wire \text_gen|char_ram~52249_combout ; +wire \text_gen|char_ram~52250_combout ; +wire \text_gen|char_ram~52253_combout ; +wire \text_gen|char_ram~52256_combout ; +wire \text_gen|char_ram~10189feeder_combout ; +wire \text_gen|char_ram~10189_q ; +wire \text_gen|char_ram~10637_q ; +wire \text_gen|char_ram~9293_q ; +wire \text_gen|char_ram~9741feeder_combout ; +wire \text_gen|char_ram~9741_q ; +wire \text_gen|char_ram~52280_combout ; +wire \text_gen|char_ram~52281_combout ; +wire \text_gen|char_ram~2573feeder_combout ; +wire \text_gen|char_ram~2573_q ; +wire \text_gen|char_ram~3469_q ; +wire \text_gen|char_ram~2125_q ; +wire \text_gen|char_ram~3021_q ; +wire \text_gen|char_ram~52282_combout ; +wire \text_gen|char_ram~52283_combout ; +wire \text_gen|char_ram~52284_combout ; +wire \text_gen|char_ram~24525feeder_combout ; +wire \text_gen|char_ram~24525_q ; +wire \text_gen|char_ram~24973_q ; +wire \text_gen|char_ram~24077feeder_combout ; +wire \text_gen|char_ram~24077_q ; +wire \text_gen|char_ram~23629_q ; +wire \text_gen|char_ram~52285_combout ; +wire \text_gen|char_ram~52286_combout ; +wire \text_gen|char_ram~16909feeder_combout ; +wire \text_gen|char_ram~16909_q ; +wire \text_gen|char_ram~17805_q ; +wire \text_gen|char_ram~16461_q ; +wire \text_gen|char_ram~17357_q ; +wire \text_gen|char_ram~52278_combout ; +wire \text_gen|char_ram~52279_combout ; +wire \text_gen|char_ram~52287_combout ; +wire \text_gen|char_ram~16405_q ; +wire \text_gen|char_ram~17301_q ; +wire \text_gen|char_ram~52257_combout ; +wire \text_gen|char_ram~17749_q ; +wire \text_gen|char_ram~16853_q ; +wire \text_gen|char_ram~52258_combout ; +wire \text_gen|char_ram~24469_q ; +wire \text_gen|char_ram~24917_q ; +wire \text_gen|char_ram~24021_q ; +wire \text_gen|char_ram~23573_q ; +wire \text_gen|char_ram~52264_combout ; +wire \text_gen|char_ram~52265_combout ; +wire \text_gen|char_ram~10133_q ; +wire \text_gen|char_ram~10581_q ; +wire \text_gen|char_ram~9237_q ; +wire \text_gen|char_ram~9685feeder_combout ; +wire \text_gen|char_ram~9685_q ; +wire \text_gen|char_ram~52259_combout ; +wire \text_gen|char_ram~52260_combout ; +wire \text_gen|char_ram~2965_q ; +wire \text_gen|char_ram~2069_q ; +wire \text_gen|char_ram~52261_combout ; +wire \text_gen|char_ram~2517_q ; +wire \text_gen|char_ram~3413_q ; +wire \text_gen|char_ram~52262_combout ; +wire \text_gen|char_ram~52263_combout ; +wire \text_gen|char_ram~52266_combout ; +wire \text_gen|char_ram~23559_q ; +wire \text_gen|char_ram~24007feeder_combout ; +wire \text_gen|char_ram~24007_q ; +wire \text_gen|char_ram~52274_combout ; +wire \text_gen|char_ram~24903_q ; +wire \text_gen|char_ram~24455feeder_combout ; +wire \text_gen|char_ram~24455_q ; +wire \text_gen|char_ram~52275_combout ; +wire \text_gen|char_ram~10567_q ; +wire \text_gen|char_ram~10119feeder_combout ; +wire \text_gen|char_ram~10119_q ; +wire \text_gen|char_ram~9223_q ; +wire \text_gen|char_ram~9671_q ; +wire \text_gen|char_ram~52267_combout ; +wire \text_gen|char_ram~52268_combout ; +wire \text_gen|char_ram~2951feeder_combout ; +wire \text_gen|char_ram~2951_q ; +wire \text_gen|char_ram~2055_q ; +wire \text_gen|char_ram~52271_combout ; +wire \text_gen|char_ram~3399_q ; +wire \text_gen|char_ram~2503_q ; +wire \text_gen|char_ram~52272_combout ; +wire \text_gen|char_ram~16839_q ; +wire \text_gen|char_ram~17735_q ; +wire \text_gen|char_ram~16391_q ; +wire \text_gen|char_ram~17287feeder_combout ; +wire \text_gen|char_ram~17287_q ; +wire \text_gen|char_ram~52269_combout ; +wire \text_gen|char_ram~52270_combout ; +wire \text_gen|char_ram~52273_combout ; +wire \text_gen|char_ram~52276_combout ; +wire \text_gen|char_ram~52277_combout ; +wire \text_gen|char_ram~52288_combout ; +wire \text_gen|char_ram~52331_combout ; +wire \text_gen|char_ram~19541_q ; +wire \text_gen|char_ram~18645_q ; +wire \text_gen|char_ram~18197_q ; +wire \text_gen|char_ram~19093_q ; +wire \text_gen|char_ram~52205_combout ; +wire \text_gen|char_ram~52206_combout ; +wire \text_gen|char_ram~26261_q ; +wire \text_gen|char_ram~26709_q ; +wire \text_gen|char_ram~25813feeder_combout ; +wire \text_gen|char_ram~25813_q ; +wire \text_gen|char_ram~25365_q ; +wire \text_gen|char_ram~52212_combout ; +wire \text_gen|char_ram~52213_combout ; +wire \text_gen|char_ram~4309_q ; +wire \text_gen|char_ram~5205_q ; +wire \text_gen|char_ram~3861_q ; +wire \text_gen|char_ram~4757_q ; +wire \text_gen|char_ram~52209_combout ; +wire \text_gen|char_ram~52210_combout ; +wire \text_gen|char_ram~11925feeder_combout ; +wire \text_gen|char_ram~11925_q ; +wire \text_gen|char_ram~12373_q ; +wire \text_gen|char_ram~11029_q ; +wire \text_gen|char_ram~11477feeder_combout ; +wire \text_gen|char_ram~11477_q ; +wire \text_gen|char_ram~52207_combout ; +wire \text_gen|char_ram~52208_combout ; +wire \text_gen|char_ram~52211_combout ; +wire \text_gen|char_ram~52214_combout ; +wire \text_gen|char_ram~26303_q ; +wire \text_gen|char_ram~26751_q ; +wire \text_gen|char_ram~25407_q ; +wire \text_gen|char_ram~25855_q ; +wire \text_gen|char_ram~52222_combout ; +wire \text_gen|char_ram~52223_combout ; +wire \text_gen|char_ram~11519feeder_combout ; +wire \text_gen|char_ram~11519_q ; +wire \text_gen|char_ram~11071_q ; +wire \text_gen|char_ram~52215_combout ; +wire \text_gen|char_ram~12415_q ; +wire \text_gen|char_ram~11967feeder_combout ; +wire \text_gen|char_ram~11967_q ; +wire \text_gen|char_ram~52216_combout ; +wire \text_gen|char_ram~4351feeder_combout ; +wire \text_gen|char_ram~4351_q ; +wire \text_gen|char_ram~5247feeder_combout ; +wire \text_gen|char_ram~5247_q ; +wire \text_gen|char_ram~3903_q ; +wire \text_gen|char_ram~4799_q ; +wire \text_gen|char_ram~52219_combout ; +wire \text_gen|char_ram~52220_combout ; +wire \text_gen|char_ram~18687feeder_combout ; +wire \text_gen|char_ram~18687_q ; +wire \text_gen|char_ram~19583_q ; +wire \text_gen|char_ram~19135_q ; +wire \text_gen|char_ram~18239_q ; +wire \text_gen|char_ram~52217_combout ; +wire \text_gen|char_ram~52218_combout ; +wire \text_gen|char_ram~52221_combout ; +wire \text_gen|char_ram~52224_combout ; +wire \text_gen|char_ram~11911feeder_combout ; +wire \text_gen|char_ram~11911_q ; +wire \text_gen|char_ram~12359_q ; +wire \text_gen|char_ram~11463feeder_combout ; +wire \text_gen|char_ram~11463_q ; +wire \text_gen|char_ram~11015_q ; +wire \text_gen|char_ram~52225_combout ; +wire \text_gen|char_ram~52226_combout ; +wire \text_gen|char_ram~25351_q ; +wire \text_gen|char_ram~25799feeder_combout ; +wire \text_gen|char_ram~25799_q ; +wire \text_gen|char_ram~52232_combout ; +wire \text_gen|char_ram~26695_q ; +wire \text_gen|char_ram~26247feeder_combout ; +wire \text_gen|char_ram~26247_q ; +wire \text_gen|char_ram~52233_combout ; +wire \text_gen|char_ram~4295_q ; +wire \text_gen|char_ram~5191feeder_combout ; +wire \text_gen|char_ram~5191_q ; +wire \text_gen|char_ram~4743feeder_combout ; +wire \text_gen|char_ram~4743_q ; +wire \text_gen|char_ram~3847_q ; +wire \text_gen|char_ram~52229_combout ; +wire \text_gen|char_ram~52230_combout ; +wire \text_gen|char_ram~18631feeder_combout ; +wire \text_gen|char_ram~18631_q ; +wire \text_gen|char_ram~19527_q ; +wire \text_gen|char_ram~18183_q ; +wire \text_gen|char_ram~19079feeder_combout ; +wire \text_gen|char_ram~19079_q ; +wire \text_gen|char_ram~52227_combout ; +wire \text_gen|char_ram~52228_combout ; +wire \text_gen|char_ram~52231_combout ; +wire \text_gen|char_ram~52234_combout ; +wire \text_gen|char_ram~52235_combout ; +wire \text_gen|char_ram~18701feeder_combout ; +wire \text_gen|char_ram~18701_q ; +wire \text_gen|char_ram~19597_q ; +wire \text_gen|char_ram~19149_q ; +wire \text_gen|char_ram~18253_q ; +wire \text_gen|char_ram~52236_combout ; +wire \text_gen|char_ram~52237_combout ; +wire \text_gen|char_ram~26317feeder_combout ; +wire \text_gen|char_ram~26317_q ; +wire \text_gen|char_ram~25421_q ; +wire \text_gen|char_ram~25869_q ; +wire \text_gen|char_ram~52243_combout ; +wire \text_gen|char_ram~26765_q ; +wire \text_gen|char_ram~52244_combout ; +wire \text_gen|char_ram~12429_q ; +wire \text_gen|char_ram~11533_q ; +wire \text_gen|char_ram~11085feeder_combout ; +wire \text_gen|char_ram~11085_q ; +wire \text_gen|char_ram~52238_combout ; +wire \text_gen|char_ram~11981feeder_combout ; +wire \text_gen|char_ram~11981_q ; +wire \text_gen|char_ram~52239_combout ; +wire \text_gen|char_ram~4365feeder_combout ; +wire \text_gen|char_ram~4365_q ; +wire \text_gen|char_ram~5261_q ; +wire \text_gen|char_ram~4813feeder_combout ; +wire \text_gen|char_ram~4813_q ; +wire \text_gen|char_ram~3917_q ; +wire \text_gen|char_ram~52240_combout ; +wire \text_gen|char_ram~52241_combout ; +wire \text_gen|char_ram~52242_combout ; +wire \text_gen|char_ram~52245_combout ; +wire \text_gen|char_ram~52246_combout ; +wire \text_gen|char_ram~52374_combout ; +wire \text_gen|char_ram~52545_combout ; +wire \text_gen|char_ram~23727_q ; +wire \text_gen|char_ram~27311_q ; +wire \text_gen|char_ram~23671_q ; +wire \text_gen|char_ram~27255_q ; +wire \text_gen|char_ram~52637_combout ; +wire \text_gen|char_ram~52638_combout ; +wire \text_gen|char_ram~16559feeder_combout ; +wire \text_gen|char_ram~16559_q ; +wire \text_gen|char_ram~20143_q ; +wire \text_gen|char_ram~20087_q ; +wire \text_gen|char_ram~16503_q ; +wire \text_gen|char_ram~52630_combout ; +wire \text_gen|char_ram~52631_combout ; +wire \text_gen|char_ram~14767feeder_combout ; +wire \text_gen|char_ram~14767_q ; +wire \text_gen|char_ram~18351_q ; +wire \text_gen|char_ram~18295_q ; +wire \text_gen|char_ram~14711_q ; +wire \text_gen|char_ram~52634_combout ; +wire \text_gen|char_ram~52635_combout ; +wire \text_gen|char_ram~21879_q ; +wire \text_gen|char_ram~25463_q ; +wire \text_gen|char_ram~52632_combout ; +wire \text_gen|char_ram~25519_q ; +wire \text_gen|char_ram~21935feeder_combout ; +wire \text_gen|char_ram~21935_q ; +wire \text_gen|char_ram~52633_combout ; +wire \text_gen|char_ram~52636_combout ; +wire \text_gen|char_ram~52639_combout ; +wire \text_gen|char_ram~25533feeder_combout ; +wire \text_gen|char_ram~25533_q ; +wire \text_gen|char_ram~27325_q ; +wire \text_gen|char_ram~27269_q ; +wire \text_gen|char_ram~25477_q ; +wire \text_gen|char_ram~52668_combout ; +wire \text_gen|char_ram~52669_combout ; +wire \text_gen|char_ram~18365feeder_combout ; +wire \text_gen|char_ram~18365_q ; +wire \text_gen|char_ram~20157_q ; +wire \text_gen|char_ram~20101feeder_combout ; +wire \text_gen|char_ram~20101_q ; +wire \text_gen|char_ram~18309_q ; +wire \text_gen|char_ram~52661_combout ; +wire \text_gen|char_ram~52662_combout ; +wire \text_gen|char_ram~21893_q ; +wire \text_gen|char_ram~23685_q ; +wire \text_gen|char_ram~52663_combout ; +wire \text_gen|char_ram~23741_q ; +wire \text_gen|char_ram~21949_q ; +wire \text_gen|char_ram~52664_combout ; +wire \text_gen|char_ram~14781_q ; +wire \text_gen|char_ram~16573_q ; +wire \text_gen|char_ram~16517_q ; +wire \text_gen|char_ram~14725_q ; +wire \text_gen|char_ram~52665_combout ; +wire \text_gen|char_ram~52666_combout ; +wire \text_gen|char_ram~52667_combout ; +wire \text_gen|char_ram~52670_combout ; +wire \text_gen|char_ram~11197_q ; +wire \text_gen|char_ram~12933_q ; +wire \text_gen|char_ram~11141_q ; +wire \text_gen|char_ram~52647_combout ; +wire \text_gen|char_ram~12989feeder_combout ; +wire \text_gen|char_ram~12989_q ; +wire \text_gen|char_ram~52648_combout ; +wire \text_gen|char_ram~445_q ; +wire \text_gen|char_ram~2237_q ; +wire \text_gen|char_ram~2181_q ; +wire \text_gen|char_ram~389_q ; +wire \text_gen|char_ram~52644_combout ; +wire \text_gen|char_ram~52645_combout ; +wire \text_gen|char_ram~7613_q ; +wire \text_gen|char_ram~9405_q ; +wire \text_gen|char_ram~7557_q ; +wire \text_gen|char_ram~9349feeder_combout ; +wire \text_gen|char_ram~9349_q ; +wire \text_gen|char_ram~52642_combout ; +wire \text_gen|char_ram~52643_combout ; +wire \text_gen|char_ram~52646_combout ; +wire \text_gen|char_ram~4029feeder_combout ; +wire \text_gen|char_ram~4029_q ; +wire \text_gen|char_ram~5821_q ; +wire \text_gen|char_ram~5765_q ; +wire \text_gen|char_ram~3973_q ; +wire \text_gen|char_ram~52640_combout ; +wire \text_gen|char_ram~52641_combout ; +wire \text_gen|char_ram~52649_combout ; +wire \text_gen|char_ram~2223feeder_combout ; +wire \text_gen|char_ram~2223_q ; +wire \text_gen|char_ram~5807_q ; +wire \text_gen|char_ram~5751feeder_combout ; +wire \text_gen|char_ram~5751_q ; +wire \text_gen|char_ram~2167_q ; +wire \text_gen|char_ram~52650_combout ; +wire \text_gen|char_ram~52651_combout ; +wire \text_gen|char_ram~9391feeder_combout ; +wire \text_gen|char_ram~9391_q ; +wire \text_gen|char_ram~12975_q ; +wire \text_gen|char_ram~9335_q ; +wire \text_gen|char_ram~12919_q ; +wire \text_gen|char_ram~52657_combout ; +wire \text_gen|char_ram~52658_combout ; +wire \text_gen|char_ram~7599feeder_combout ; +wire \text_gen|char_ram~7599_q ; +wire \text_gen|char_ram~11183_q ; +wire \text_gen|char_ram~7543_q ; +wire \text_gen|char_ram~11127feeder_combout ; +wire \text_gen|char_ram~11127_q ; +wire \text_gen|char_ram~52652_combout ; +wire \text_gen|char_ram~52653_combout ; +wire \text_gen|char_ram~4015_q ; +wire \text_gen|char_ram~375_q ; +wire \text_gen|char_ram~3959feeder_combout ; +wire \text_gen|char_ram~3959_q ; +wire \text_gen|char_ram~52654_combout ; +wire \text_gen|char_ram~431_q ; +wire \text_gen|char_ram~52655_combout ; +wire \text_gen|char_ram~52656_combout ; +wire \text_gen|char_ram~52659_combout ; +wire \text_gen|char_ram~52660_combout ; +wire \text_gen|char_ram~52671_combout ; +wire \text_gen|char_ram~24581feeder_combout ; +wire \text_gen|char_ram~24581_q ; +wire \text_gen|char_ram~24637_q ; +wire \text_gen|char_ram~17469_q ; +wire \text_gen|char_ram~17413_q ; +wire \text_gen|char_ram~52619_combout ; +wire \text_gen|char_ram~52620_combout ; +wire \text_gen|char_ram~22789feeder_combout ; +wire \text_gen|char_ram~22789_q ; +wire \text_gen|char_ram~22845_q ; +wire \text_gen|char_ram~15677_q ; +wire \text_gen|char_ram~15621_q ; +wire \text_gen|char_ram~52623_combout ; +wire \text_gen|char_ram~52624_combout ; +wire \text_gen|char_ram~26373_q ; +wire \text_gen|char_ram~26429_q ; +wire \text_gen|char_ram~19205_q ; +wire \text_gen|char_ram~19261feeder_combout ; +wire \text_gen|char_ram~19261_q ; +wire \text_gen|char_ram~52621_combout ; +wire \text_gen|char_ram~52622_combout ; +wire \text_gen|char_ram~52625_combout ; +wire \text_gen|char_ram~28165_q ; +wire \text_gen|char_ram~20997_q ; +wire \text_gen|char_ram~21053feeder_combout ; +wire \text_gen|char_ram~21053_q ; +wire \text_gen|char_ram~52626_combout ; +wire \text_gen|char_ram~28221_q ; +wire \text_gen|char_ram~52627_combout ; +wire \text_gen|char_ram~52628_combout ; +wire \text_gen|char_ram~13885_q ; +wire \text_gen|char_ram~12093_q ; +wire \text_gen|char_ram~13829_q ; +wire \text_gen|char_ram~12037_q ; +wire \text_gen|char_ram~52605_combout ; +wire \text_gen|char_ram~52606_combout ; +wire \text_gen|char_ram~3133_q ; +wire \text_gen|char_ram~1341_q ; +wire \text_gen|char_ram~3077_q ; +wire \text_gen|char_ram~1285_q ; +wire \text_gen|char_ram~52602_combout ; +wire \text_gen|char_ram~52603_combout ; +wire \text_gen|char_ram~4925_q ; +wire \text_gen|char_ram~6717_q ; +wire \text_gen|char_ram~4869_q ; +wire \text_gen|char_ram~6661_q ; +wire \text_gen|char_ram~52600_combout ; +wire \text_gen|char_ram~52601_combout ; +wire \text_gen|char_ram~52604_combout ; +wire \text_gen|char_ram~10245feeder_combout ; +wire \text_gen|char_ram~10245_q ; +wire \text_gen|char_ram~8453_q ; +wire \text_gen|char_ram~52598_combout ; +wire \text_gen|char_ram~10301_q ; +wire \text_gen|char_ram~8509_q ; +wire \text_gen|char_ram~52599_combout ; +wire \text_gen|char_ram~52607_combout ; +wire \text_gen|char_ram~12079_q ; +wire \text_gen|char_ram~12023_q ; +wire \text_gen|char_ram~4855_q ; +wire \text_gen|char_ram~52608_combout ; +wire \text_gen|char_ram~4911_q ; +wire \text_gen|char_ram~52609_combout ; +wire \text_gen|char_ram~6703_q ; +wire \text_gen|char_ram~13871_q ; +wire \text_gen|char_ram~6647_q ; +wire \text_gen|char_ram~13815feeder_combout ; +wire \text_gen|char_ram~13815_q ; +wire \text_gen|char_ram~52615_combout ; +wire \text_gen|char_ram~52616_combout ; +wire \text_gen|char_ram~1327feeder_combout ; +wire \text_gen|char_ram~1327_q ; +wire \text_gen|char_ram~8439feeder_combout ; +wire \text_gen|char_ram~8439_q ; +wire \text_gen|char_ram~1271_q ; +wire \text_gen|char_ram~52612_combout ; +wire \text_gen|char_ram~8495feeder_combout ; +wire \text_gen|char_ram~8495_q ; +wire \text_gen|char_ram~52613_combout ; +wire \text_gen|char_ram~3119_q ; +wire \text_gen|char_ram~10287_q ; +wire \text_gen|char_ram~3063_q ; +wire \text_gen|char_ram~10231feeder_combout ; +wire \text_gen|char_ram~10231_q ; +wire \text_gen|char_ram~52610_combout ; +wire \text_gen|char_ram~52611_combout ; +wire \text_gen|char_ram~52614_combout ; +wire \text_gen|char_ram~52617_combout ; +wire \text_gen|char_ram~52618_combout ; +wire \text_gen|char_ram~26359feeder_combout ; +wire \text_gen|char_ram~26359_q ; +wire \text_gen|char_ram~26415_q ; +wire \text_gen|char_ram~22831_q ; +wire \text_gen|char_ram~22775_q ; +wire \text_gen|char_ram~52588_combout ; +wire \text_gen|char_ram~52589_combout ; +wire \text_gen|char_ram~28207feeder_combout ; +wire \text_gen|char_ram~28207_q ; +wire \text_gen|char_ram~28151feeder_combout ; +wire \text_gen|char_ram~28151_q ; +wire \text_gen|char_ram~24623_q ; +wire \text_gen|char_ram~24567_q ; +wire \text_gen|char_ram~52595_combout ; +wire \text_gen|char_ram~52596_combout ; +wire \text_gen|char_ram~19191feeder_combout ; +wire \text_gen|char_ram~19191_q ; +wire \text_gen|char_ram~19247_q ; +wire \text_gen|char_ram~15663_q ; +wire \text_gen|char_ram~15607_q ; +wire \text_gen|char_ram~52592_combout ; +wire \text_gen|char_ram~52593_combout ; +wire \text_gen|char_ram~21039_q ; +wire \text_gen|char_ram~17455_q ; +wire \text_gen|char_ram~17399feeder_combout ; +wire \text_gen|char_ram~17399_q ; +wire \text_gen|char_ram~20983feeder_combout ; +wire \text_gen|char_ram~20983_q ; +wire \text_gen|char_ram~52590_combout ; +wire \text_gen|char_ram~52591_combout ; +wire \text_gen|char_ram~52594_combout ; +wire \text_gen|char_ram~52597_combout ; +wire \text_gen|char_ram~52629_combout ; +wire \text_gen|char_ram~52672_combout ; +wire \text_gen|char_ram~25925_q ; +wire \text_gen|char_ram~27717_q ; +wire \text_gen|char_ram~27703_q ; +wire \text_gen|char_ram~25911_q ; +wire \text_gen|char_ram~52553_combout ; +wire \text_gen|char_ram~52554_combout ; +wire \text_gen|char_ram~11575_q ; +wire \text_gen|char_ram~13367_q ; +wire \text_gen|char_ram~52546_combout ; +wire \text_gen|char_ram~13381_q ; +wire \text_gen|char_ram~11589_q ; +wire \text_gen|char_ram~52547_combout ; +wire \text_gen|char_ram~22341_q ; +wire \text_gen|char_ram~24133_q ; +wire \text_gen|char_ram~22327_q ; +wire \text_gen|char_ram~24119_q ; +wire \text_gen|char_ram~52548_combout ; +wire \text_gen|char_ram~52549_combout ; +wire \text_gen|char_ram~8005_q ; +wire \text_gen|char_ram~9783feeder_combout ; +wire \text_gen|char_ram~9783_q ; +wire \text_gen|char_ram~7991_q ; +wire \text_gen|char_ram~52550_combout ; +wire \text_gen|char_ram~9797_q ; +wire \text_gen|char_ram~52551_combout ; +wire \text_gen|char_ram~52552_combout ; +wire \text_gen|char_ram~52555_combout ; +wire \text_gen|char_ram~25981feeder_combout ; +wire \text_gen|char_ram~25981_q ; +wire \text_gen|char_ram~27773_q ; +wire \text_gen|char_ram~27759_q ; +wire \text_gen|char_ram~25967_q ; +wire \text_gen|char_ram~52584_combout ; +wire \text_gen|char_ram~52585_combout ; +wire \text_gen|char_ram~22397_q ; +wire \text_gen|char_ram~24189_q ; +wire \text_gen|char_ram~22383_q ; +wire \text_gen|char_ram~24175_q ; +wire \text_gen|char_ram~52579_combout ; +wire \text_gen|char_ram~52580_combout ; +wire \text_gen|char_ram~8061_q ; +wire \text_gen|char_ram~9853_q ; +wire \text_gen|char_ram~9839_q ; +wire \text_gen|char_ram~8047_q ; +wire \text_gen|char_ram~52581_combout ; +wire \text_gen|char_ram~52582_combout ; +wire \text_gen|char_ram~52583_combout ; +wire \text_gen|char_ram~11645_q ; +wire \text_gen|char_ram~13437_q ; +wire \text_gen|char_ram~11631_q ; +wire \text_gen|char_ram~13423feeder_combout ; +wire \text_gen|char_ram~13423_q ; +wire \text_gen|char_ram~52577_combout ; +wire \text_gen|char_ram~52578_combout ; +wire \text_gen|char_ram~52586_combout ; +wire \text_gen|char_ram~6213feeder_combout ; +wire \text_gen|char_ram~6213_q ; +wire \text_gen|char_ram~2629feeder_combout ; +wire \text_gen|char_ram~2629_q ; +wire \text_gen|char_ram~6199_q ; +wire \text_gen|char_ram~2615_q ; +wire \text_gen|char_ram~52566_combout ; +wire \text_gen|char_ram~52567_combout ; +wire \text_gen|char_ram~15173feeder_combout ; +wire \text_gen|char_ram~15173_q ; +wire \text_gen|char_ram~18757_q ; +wire \text_gen|char_ram~18743feeder_combout ; +wire \text_gen|char_ram~18743_q ; +wire \text_gen|char_ram~15159_q ; +wire \text_gen|char_ram~52568_combout ; +wire \text_gen|char_ram~52569_combout ; +wire \text_gen|char_ram~837_q ; +wire \text_gen|char_ram~4421_q ; +wire \text_gen|char_ram~823_q ; +wire \text_gen|char_ram~4407_q ; +wire \text_gen|char_ram~52570_combout ; +wire \text_gen|char_ram~52571_combout ; +wire \text_gen|char_ram~52572_combout ; +wire \text_gen|char_ram~20549feeder_combout ; +wire \text_gen|char_ram~20549_q ; +wire \text_gen|char_ram~16965_q ; +wire \text_gen|char_ram~20535_q ; +wire \text_gen|char_ram~16951feeder_combout ; +wire \text_gen|char_ram~16951_q ; +wire \text_gen|char_ram~52573_combout ; +wire \text_gen|char_ram~52574_combout ; +wire \text_gen|char_ram~52575_combout ; +wire \text_gen|char_ram~2685_q ; +wire \text_gen|char_ram~6269feeder_combout ; +wire \text_gen|char_ram~6269_q ; +wire \text_gen|char_ram~6255feeder_combout ; +wire \text_gen|char_ram~6255_q ; +wire \text_gen|char_ram~2671_q ; +wire \text_gen|char_ram~52556_combout ; +wire \text_gen|char_ram~52557_combout ; +wire \text_gen|char_ram~20605feeder_combout ; +wire \text_gen|char_ram~20605_q ; +wire \text_gen|char_ram~17021feeder_combout ; +wire \text_gen|char_ram~17021_q ; +wire \text_gen|char_ram~17007_q ; +wire \text_gen|char_ram~20591_q ; +wire \text_gen|char_ram~52563_combout ; +wire \text_gen|char_ram~52564_combout ; +wire \text_gen|char_ram~18813_q ; +wire \text_gen|char_ram~15229feeder_combout ; +wire \text_gen|char_ram~15229_q ; +wire \text_gen|char_ram~15215_q ; +wire \text_gen|char_ram~18799feeder_combout ; +wire \text_gen|char_ram~18799_q ; +wire \text_gen|char_ram~52558_combout ; +wire \text_gen|char_ram~52559_combout ; +wire \text_gen|char_ram~879_q ; +wire \text_gen|char_ram~4463feeder_combout ; +wire \text_gen|char_ram~4463_q ; +wire \text_gen|char_ram~52560_combout ; +wire \text_gen|char_ram~893feeder_combout ; +wire \text_gen|char_ram~893_q ; +wire \text_gen|char_ram~4477_q ; +wire \text_gen|char_ram~52561_combout ; +wire \text_gen|char_ram~52562_combout ; +wire \text_gen|char_ram~52565_combout ; +wire \text_gen|char_ram~52576_combout ; +wire \text_gen|char_ram~52587_combout ; +wire \text_gen|char_ram~28655feeder_combout ; +wire \text_gen|char_ram~28655_q ; +wire \text_gen|char_ram~14333_q ; +wire \text_gen|char_ram~14319_q ; +wire \text_gen|char_ram~52711_combout ; +wire \text_gen|char_ram~28669_q ; +wire \text_gen|char_ram~52712_combout ; +wire \text_gen|char_ram~26863feeder_combout ; +wire \text_gen|char_ram~26863_q ; +wire \text_gen|char_ram~26877_q ; +wire \text_gen|char_ram~12541feeder_combout ; +wire \text_gen|char_ram~12541_q ; +wire \text_gen|char_ram~12527_q ; +wire \text_gen|char_ram~52706_combout ; +wire \text_gen|char_ram~52707_combout ; +wire \text_gen|char_ram~5359feeder_combout ; +wire \text_gen|char_ram~5359_q ; +wire \text_gen|char_ram~5373_q ; +wire \text_gen|char_ram~52708_combout ; +wire \text_gen|char_ram~19709_q ; +wire \text_gen|char_ram~19695_q ; +wire \text_gen|char_ram~52709_combout ; +wire \text_gen|char_ram~52710_combout ; +wire \text_gen|char_ram~21487_q ; +wire \text_gen|char_ram~21501_q ; +wire \text_gen|char_ram~7165feeder_combout ; +wire \text_gen|char_ram~7165_q ; +wire \text_gen|char_ram~7151_q ; +wire \text_gen|char_ram~52704_combout ; +wire \text_gen|char_ram~52705_combout ; +wire \text_gen|char_ram~52713_combout ; +wire \text_gen|char_ram~28599feeder_combout ; +wire \text_gen|char_ram~28599_q ; +wire \text_gen|char_ram~28613_q ; +wire \text_gen|char_ram~14277feeder_combout ; +wire \text_gen|char_ram~14277_q ; +wire \text_gen|char_ram~14263_q ; +wire \text_gen|char_ram~52680_combout ; +wire \text_gen|char_ram~52681_combout ; +wire \text_gen|char_ram~7095_q ; +wire \text_gen|char_ram~21431feeder_combout ; +wire \text_gen|char_ram~21431_q ; +wire \text_gen|char_ram~52673_combout ; +wire \text_gen|char_ram~21445feeder_combout ; +wire \text_gen|char_ram~21445_q ; +wire \text_gen|char_ram~7109_q ; +wire \text_gen|char_ram~52674_combout ; +wire \text_gen|char_ram~5317_q ; +wire \text_gen|char_ram~19653_q ; +wire \text_gen|char_ram~5303_q ; +wire \text_gen|char_ram~19639_q ; +wire \text_gen|char_ram~52677_combout ; +wire \text_gen|char_ram~52678_combout ; +wire \text_gen|char_ram~26807_q ; +wire \text_gen|char_ram~26821_q ; +wire \text_gen|char_ram~12485feeder_combout ; +wire \text_gen|char_ram~12485_q ; +wire \text_gen|char_ram~12471_q ; +wire \text_gen|char_ram~52675_combout ; +wire \text_gen|char_ram~52676_combout ; +wire \text_gen|char_ram~52679_combout ; +wire \text_gen|char_ram~52682_combout ; +wire \text_gen|char_ram~16125_q ; +wire \text_gen|char_ram~23293_q ; +wire \text_gen|char_ram~23279_q ; +wire \text_gen|char_ram~16111_q ; +wire \text_gen|char_ram~52683_combout ; +wire \text_gen|char_ram~52684_combout ; +wire \text_gen|char_ram~3581_q ; +wire \text_gen|char_ram~10735_q ; +wire \text_gen|char_ram~3567_q ; +wire \text_gen|char_ram~52685_combout ; +wire \text_gen|char_ram~10749_q ; +wire \text_gen|char_ram~52686_combout ; +wire \text_gen|char_ram~1789feeder_combout ; +wire \text_gen|char_ram~1789_q ; +wire \text_gen|char_ram~8957_q ; +wire \text_gen|char_ram~1775_q ; +wire \text_gen|char_ram~8943_q ; +wire \text_gen|char_ram~52687_combout ; +wire \text_gen|char_ram~52688_combout ; +wire \text_gen|char_ram~52689_combout ; +wire \text_gen|char_ram~17917_q ; +wire \text_gen|char_ram~25085_q ; +wire \text_gen|char_ram~25071_q ; +wire \text_gen|char_ram~17903_q ; +wire \text_gen|char_ram~52690_combout ; +wire \text_gen|char_ram~52691_combout ; +wire \text_gen|char_ram~52692_combout ; +wire \text_gen|char_ram~3511_q ; +wire \text_gen|char_ram~17847_q ; +wire \text_gen|char_ram~52693_combout ; +wire \text_gen|char_ram~17861_q ; +wire \text_gen|char_ram~3525_q ; +wire \text_gen|char_ram~52694_combout ; +wire \text_gen|char_ram~8901feeder_combout ; +wire \text_gen|char_ram~8901_q ; +wire \text_gen|char_ram~23237_q ; +wire \text_gen|char_ram~23223feeder_combout ; +wire \text_gen|char_ram~23223_q ; +wire \text_gen|char_ram~8887_q ; +wire \text_gen|char_ram~52695_combout ; +wire \text_gen|char_ram~52696_combout ; +wire \text_gen|char_ram~1733feeder_combout ; +wire \text_gen|char_ram~1733_q ; +wire \text_gen|char_ram~16069_q ; +wire \text_gen|char_ram~1719_q ; +wire \text_gen|char_ram~16055_q ; +wire \text_gen|char_ram~52697_combout ; +wire \text_gen|char_ram~52698_combout ; +wire \text_gen|char_ram~52699_combout ; +wire \text_gen|char_ram~25015_q ; +wire \text_gen|char_ram~10693feeder_combout ; +wire \text_gen|char_ram~10693_q ; +wire \text_gen|char_ram~10679_q ; +wire \text_gen|char_ram~52700_combout ; +wire \text_gen|char_ram~25029_q ; +wire \text_gen|char_ram~52701_combout ; +wire \text_gen|char_ram~52702_combout ; +wire \text_gen|char_ram~52703_combout ; +wire \text_gen|char_ram~52714_combout ; +wire \text_gen|char_ram~52715_combout ; +wire \text_gen|char_ram~9573_q ; +wire \text_gen|char_ram~23909_q ; +wire \text_gen|char_ram~2405feeder_combout ; +wire \text_gen|char_ram~2405_q ; +wire \text_gen|char_ram~16741feeder_combout ; +wire \text_gen|char_ram~16741_q ; +wire \text_gen|char_ram~52079_combout ; +wire \text_gen|char_ram~52080_combout ; +wire \text_gen|char_ram~14949_q ; +wire \text_gen|char_ram~22117_q ; +wire \text_gen|char_ram~7781_q ; +wire \text_gen|char_ram~613_q ; +wire \text_gen|char_ram~52081_combout ; +wire \text_gen|char_ram~52082_combout ; +wire \text_gen|char_ram~52083_combout ; +wire \text_gen|char_ram~25701feeder_combout ; +wire \text_gen|char_ram~25701_q ; +wire \text_gen|char_ram~18533_q ; +wire \text_gen|char_ram~11365_q ; +wire \text_gen|char_ram~4197_q ; +wire \text_gen|char_ram~52077_combout ; +wire \text_gen|char_ram~52078_combout ; +wire \text_gen|char_ram~27493feeder_combout ; +wire \text_gen|char_ram~27493_q ; +wire \text_gen|char_ram~13157_q ; +wire \text_gen|char_ram~20325feeder_combout ; +wire \text_gen|char_ram~20325_q ; +wire \text_gen|char_ram~5989_q ; +wire \text_gen|char_ram~52084_combout ; +wire \text_gen|char_ram~52085_combout ; +wire \text_gen|char_ram~52086_combout ; +wire \text_gen|char_ram~18575feeder_combout ; +wire \text_gen|char_ram~18575_q ; +wire \text_gen|char_ram~25743_q ; +wire \text_gen|char_ram~4239feeder_combout ; +wire \text_gen|char_ram~4239_q ; +wire \text_gen|char_ram~11407_q ; +wire \text_gen|char_ram~52089_combout ; +wire \text_gen|char_ram~52090_combout ; +wire \text_gen|char_ram~14991_q ; +wire \text_gen|char_ram~22159_q ; +wire \text_gen|char_ram~7823feeder_combout ; +wire \text_gen|char_ram~7823_q ; +wire \text_gen|char_ram~655_q ; +wire \text_gen|char_ram~52091_combout ; +wire \text_gen|char_ram~52092_combout ; +wire \text_gen|char_ram~52093_combout ; +wire \text_gen|char_ram~13199_q ; +wire \text_gen|char_ram~27535_q ; +wire \text_gen|char_ram~20367_q ; +wire \text_gen|char_ram~6031_q ; +wire \text_gen|char_ram~52094_combout ; +wire \text_gen|char_ram~52095_combout ; +wire \text_gen|char_ram~9615_q ; +wire \text_gen|char_ram~23951_q ; +wire \text_gen|char_ram~2447feeder_combout ; +wire \text_gen|char_ram~2447_q ; +wire \text_gen|char_ram~16783feeder_combout ; +wire \text_gen|char_ram~16783_q ; +wire \text_gen|char_ram~52087_combout ; +wire \text_gen|char_ram~52088_combout ; +wire \text_gen|char_ram~52096_combout ; +wire \text_gen|char_ram~16727feeder_combout ; +wire \text_gen|char_ram~16727_q ; +wire \text_gen|char_ram~2391feeder_combout ; +wire \text_gen|char_ram~2391_q ; +wire \text_gen|char_ram~52097_combout ; +wire \text_gen|char_ram~9559_q ; +wire \text_gen|char_ram~23895_q ; +wire \text_gen|char_ram~52098_combout ; +wire \text_gen|char_ram~13143_q ; +wire \text_gen|char_ram~27479_q ; +wire \text_gen|char_ram~5975_q ; +wire \text_gen|char_ram~20311_q ; +wire \text_gen|char_ram~52104_combout ; +wire \text_gen|char_ram~52105_combout ; +wire \text_gen|char_ram~7767_q ; +wire \text_gen|char_ram~599_q ; +wire \text_gen|char_ram~52101_combout ; +wire \text_gen|char_ram~14935_q ; +wire \text_gen|char_ram~22103_q ; +wire \text_gen|char_ram~52102_combout ; +wire \text_gen|char_ram~18519feeder_combout ; +wire \text_gen|char_ram~18519_q ; +wire \text_gen|char_ram~25687_q ; +wire \text_gen|char_ram~11351_q ; +wire \text_gen|char_ram~4183_q ; +wire \text_gen|char_ram~52099_combout ; +wire \text_gen|char_ram~52100_combout ; +wire \text_gen|char_ram~52103_combout ; +wire \text_gen|char_ram~52106_combout ; +wire \text_gen|char_ram~52107_combout ; +wire \text_gen|char_ram~18589_q ; +wire \text_gen|char_ram~25757_q ; +wire \text_gen|char_ram~11421feeder_combout ; +wire \text_gen|char_ram~11421_q ; +wire \text_gen|char_ram~4253_q ; +wire \text_gen|char_ram~52108_combout ; +wire \text_gen|char_ram~52109_combout ; +wire \text_gen|char_ram~15005feeder_combout ; +wire \text_gen|char_ram~15005_q ; +wire \text_gen|char_ram~22173_q ; +wire \text_gen|char_ram~7837feeder_combout ; +wire \text_gen|char_ram~7837_q ; +wire \text_gen|char_ram~669_q ; +wire \text_gen|char_ram~52112_combout ; +wire \text_gen|char_ram~52113_combout ; +wire \text_gen|char_ram~9629feeder_combout ; +wire \text_gen|char_ram~9629_q ; +wire \text_gen|char_ram~23965_q ; +wire \text_gen|char_ram~16797_q ; +wire \text_gen|char_ram~2461_q ; +wire \text_gen|char_ram~52110_combout ; +wire \text_gen|char_ram~52111_combout ; +wire \text_gen|char_ram~52114_combout ; +wire \text_gen|char_ram~13213feeder_combout ; +wire \text_gen|char_ram~13213_q ; +wire \text_gen|char_ram~27549_q ; +wire \text_gen|char_ram~6045feeder_combout ; +wire \text_gen|char_ram~6045_q ; +wire \text_gen|char_ram~20381feeder_combout ; +wire \text_gen|char_ram~20381_q ; +wire \text_gen|char_ram~52115_combout ; +wire \text_gen|char_ram~52116_combout ; +wire \text_gen|char_ram~52117_combout ; +wire \text_gen|char_ram~52118_combout ; +wire \text_gen|char_ram~9111_q ; +wire \text_gen|char_ram~9167feeder_combout ; +wire \text_gen|char_ram~9167_q ; +wire \text_gen|char_ram~52119_combout ; +wire \text_gen|char_ram~9125_q ; +wire \text_gen|char_ram~9181_q ; +wire \text_gen|char_ram~52120_combout ; +wire \text_gen|char_ram~1999_q ; +wire \text_gen|char_ram~2013_q ; +wire \text_gen|char_ram~1943_q ; +wire \text_gen|char_ram~1957feeder_combout ; +wire \text_gen|char_ram~1957_q ; +wire \text_gen|char_ram~52123_combout ; +wire \text_gen|char_ram~52124_combout ; +wire \text_gen|char_ram~16279_q ; +wire \text_gen|char_ram~16293feeder_combout ; +wire \text_gen|char_ram~16293_q ; +wire \text_gen|char_ram~52121_combout ; +wire \text_gen|char_ram~16349_q ; +wire \text_gen|char_ram~16335_q ; +wire \text_gen|char_ram~52122_combout ; +wire \text_gen|char_ram~52125_combout ; +wire \text_gen|char_ram~23447_q ; +wire \text_gen|char_ram~23503_q ; +wire \text_gen|char_ram~52126_combout ; +wire \text_gen|char_ram~23517_q ; +wire \text_gen|char_ram~23461_q ; +wire \text_gen|char_ram~52127_combout ; +wire \text_gen|char_ram~52128_combout ; +wire \text_gen|char_ram~27045feeder_combout ; +wire \text_gen|char_ram~27045_q ; +wire \text_gen|char_ram~27101_q ; +wire \text_gen|char_ram~27031_q ; +wire \text_gen|char_ram~27087_q ; +wire \text_gen|char_ram~52157_combout ; +wire \text_gen|char_ram~52158_combout ; +wire \text_gen|char_ram~12695_q ; +wire \text_gen|char_ram~12751feeder_combout ; +wire \text_gen|char_ram~12751_q ; +wire \text_gen|char_ram~52150_combout ; +wire \text_gen|char_ram~12709feeder_combout ; +wire \text_gen|char_ram~12709_q ; +wire \text_gen|char_ram~12765_q ; +wire \text_gen|char_ram~52151_combout ; +wire \text_gen|char_ram~19919_q ; +wire \text_gen|char_ram~19933_q ; +wire \text_gen|char_ram~19877feeder_combout ; +wire \text_gen|char_ram~19877_q ; +wire \text_gen|char_ram~19863_q ; +wire \text_gen|char_ram~52152_combout ; +wire \text_gen|char_ram~52153_combout ; +wire \text_gen|char_ram~5527_q ; +wire \text_gen|char_ram~5541_q ; +wire \text_gen|char_ram~52154_combout ; +wire \text_gen|char_ram~5597_q ; +wire \text_gen|char_ram~5583_q ; +wire \text_gen|char_ram~52155_combout ; +wire \text_gen|char_ram~52156_combout ; +wire \text_gen|char_ram~52159_combout ; +wire \text_gen|char_ram~7389feeder_combout ; +wire \text_gen|char_ram~7389_q ; +wire \text_gen|char_ram~7333_q ; +wire \text_gen|char_ram~7319_q ; +wire \text_gen|char_ram~7375feeder_combout ; +wire \text_gen|char_ram~7375_q ; +wire \text_gen|char_ram~52141_combout ; +wire \text_gen|char_ram~52142_combout ; +wire \text_gen|char_ram~207feeder_combout ; +wire \text_gen|char_ram~207_q ; +wire \text_gen|char_ram~221_q ; +wire \text_gen|char_ram~165_q ; +wire \text_gen|char_ram~151_q ; +wire \text_gen|char_ram~52143_combout ; +wire \text_gen|char_ram~52144_combout ; +wire \text_gen|char_ram~52145_combout ; +wire \text_gen|char_ram~14543_q ; +wire \text_gen|char_ram~14557_q ; +wire \text_gen|char_ram~14487_q ; +wire \text_gen|char_ram~14501feeder_combout ; +wire \text_gen|char_ram~14501_q ; +wire \text_gen|char_ram~52139_combout ; +wire \text_gen|char_ram~52140_combout ; +wire \text_gen|char_ram~21669_q ; +wire \text_gen|char_ram~21725_q ; +wire \text_gen|char_ram~21655_q ; +wire \text_gen|char_ram~21711_q ; +wire \text_gen|char_ram~52146_combout ; +wire \text_gen|char_ram~52147_combout ; +wire \text_gen|char_ram~52148_combout ; +wire \text_gen|char_ram~18127_q ; +wire \text_gen|char_ram~18141_q ; +wire \text_gen|char_ram~18071_q ; +wire \text_gen|char_ram~18085feeder_combout ; +wire \text_gen|char_ram~18085_q ; +wire \text_gen|char_ram~52129_combout ; +wire \text_gen|char_ram~52130_combout ; +wire \text_gen|char_ram~25253feeder_combout ; +wire \text_gen|char_ram~25253_q ; +wire \text_gen|char_ram~25309_q ; +wire \text_gen|char_ram~25239_q ; +wire \text_gen|char_ram~25295feeder_combout ; +wire \text_gen|char_ram~25295_q ; +wire \text_gen|char_ram~52136_combout ; +wire \text_gen|char_ram~52137_combout ; +wire \text_gen|char_ram~10917feeder_combout ; +wire \text_gen|char_ram~10917_q ; +wire \text_gen|char_ram~10973_q ; +wire \text_gen|char_ram~10903_q ; +wire \text_gen|char_ram~10959feeder_combout ; +wire \text_gen|char_ram~10959_q ; +wire \text_gen|char_ram~52131_combout ; +wire \text_gen|char_ram~52132_combout ; +wire \text_gen|char_ram~3791_q ; +wire \text_gen|char_ram~3805_q ; +wire \text_gen|char_ram~3735_q ; +wire \text_gen|char_ram~3749feeder_combout ; +wire \text_gen|char_ram~3749_q ; +wire \text_gen|char_ram~52133_combout ; +wire \text_gen|char_ram~52134_combout ; +wire \text_gen|char_ram~52135_combout ; +wire \text_gen|char_ram~52138_combout ; +wire \text_gen|char_ram~52149_combout ; +wire \text_gen|char_ram~52160_combout ; +wire \text_gen|char_ram~52161_combout ; +wire \text_gen|char_ram~18981_q ; +wire \text_gen|char_ram~18967_q ; +wire \text_gen|char_ram~52035_combout ; +wire \text_gen|char_ram~19023_q ; +wire \text_gen|char_ram~19037feeder_combout ; +wire \text_gen|char_ram~19037_q ; +wire \text_gen|char_ram~52036_combout ; +wire \text_gen|char_ram~4687feeder_combout ; +wire \text_gen|char_ram~4687_q ; +wire \text_gen|char_ram~4701_q ; +wire \text_gen|char_ram~4645feeder_combout ; +wire \text_gen|char_ram~4645_q ; +wire \text_gen|char_ram~4631_q ; +wire \text_gen|char_ram~52039_combout ; +wire \text_gen|char_ram~52040_combout ; +wire \text_gen|char_ram~11813feeder_combout ; +wire \text_gen|char_ram~11813_q ; +wire \text_gen|char_ram~11869_q ; +wire \text_gen|char_ram~11799_q ; +wire \text_gen|char_ram~11855feeder_combout ; +wire \text_gen|char_ram~11855_q ; +wire \text_gen|char_ram~52037_combout ; +wire \text_gen|char_ram~52038_combout ; +wire \text_gen|char_ram~52041_combout ; +wire \text_gen|char_ram~26135_q ; +wire \text_gen|char_ram~26191_q ; +wire \text_gen|char_ram~52042_combout ; +wire \text_gen|char_ram~26149_q ; +wire \text_gen|char_ram~26205_q ; +wire \text_gen|char_ram~52043_combout ; +wire \text_gen|char_ram~52044_combout ; +wire \text_gen|char_ram~27941_q ; +wire \text_gen|char_ram~27997_q ; +wire \text_gen|char_ram~27927_q ; +wire \text_gen|char_ram~27983_q ; +wire \text_gen|char_ram~52073_combout ; +wire \text_gen|char_ram~52074_combout ; +wire \text_gen|char_ram~13591_q ; +wire \text_gen|char_ram~13647_q ; +wire \text_gen|char_ram~52066_combout ; +wire \text_gen|char_ram~13605_q ; +wire \text_gen|char_ram~13661_q ; +wire \text_gen|char_ram~52067_combout ; +wire \text_gen|char_ram~20759_q ; +wire \text_gen|char_ram~20773_q ; +wire \text_gen|char_ram~52068_combout ; +wire \text_gen|char_ram~20829_q ; +wire \text_gen|char_ram~20815_q ; +wire \text_gen|char_ram~52069_combout ; +wire \text_gen|char_ram~6479feeder_combout ; +wire \text_gen|char_ram~6479_q ; +wire \text_gen|char_ram~6423_q ; +wire \text_gen|char_ram~6437_q ; +wire \text_gen|char_ram~52070_combout ; +wire \text_gen|char_ram~6493feeder_combout ; +wire \text_gen|char_ram~6493_q ; +wire \text_gen|char_ram~52071_combout ; +wire \text_gen|char_ram~52072_combout ; +wire \text_gen|char_ram~52075_combout ; +wire \text_gen|char_ram~8229_q ; +wire \text_gen|char_ram~8285_q ; +wire \text_gen|char_ram~8215feeder_combout ; +wire \text_gen|char_ram~8215_q ; +wire \text_gen|char_ram~8271_q ; +wire \text_gen|char_ram~52057_combout ; +wire \text_gen|char_ram~52058_combout ; +wire \text_gen|char_ram~1103feeder_combout ; +wire \text_gen|char_ram~1103_q ; +wire \text_gen|char_ram~1117_q ; +wire \text_gen|char_ram~1047_q ; +wire \text_gen|char_ram~1061_q ; +wire \text_gen|char_ram~52059_combout ; +wire \text_gen|char_ram~52060_combout ; +wire \text_gen|char_ram~52061_combout ; +wire \text_gen|char_ram~22565_q ; +wire \text_gen|char_ram~22621_q ; +wire \text_gen|char_ram~22607_q ; +wire \text_gen|char_ram~22551_q ; +wire \text_gen|char_ram~52062_combout ; +wire \text_gen|char_ram~52063_combout ; +wire \text_gen|char_ram~15439_q ; +wire \text_gen|char_ram~15453_q ; +wire \text_gen|char_ram~15383_q ; +wire \text_gen|char_ram~15397_q ; +wire \text_gen|char_ram~52055_combout ; +wire \text_gen|char_ram~52056_combout ; +wire \text_gen|char_ram~52064_combout ; +wire \text_gen|char_ram~24413feeder_combout ; +wire \text_gen|char_ram~24413_q ; +wire \text_gen|char_ram~24357_q ; +wire \text_gen|char_ram~24343_q ; +wire \text_gen|char_ram~24399_q ; +wire \text_gen|char_ram~52052_combout ; +wire \text_gen|char_ram~52053_combout ; +wire \text_gen|char_ram~10077_q ; +wire \text_gen|char_ram~10021feeder_combout ; +wire \text_gen|char_ram~10021_q ; +wire \text_gen|char_ram~10063_q ; +wire \text_gen|char_ram~10007_q ; +wire \text_gen|char_ram~52045_combout ; +wire \text_gen|char_ram~52046_combout ; +wire \text_gen|char_ram~2895feeder_combout ; +wire \text_gen|char_ram~2895_q ; +wire \text_gen|char_ram~2909_q ; +wire \text_gen|char_ram~2839_q ; +wire \text_gen|char_ram~2853feeder_combout ; +wire \text_gen|char_ram~2853_q ; +wire \text_gen|char_ram~52049_combout ; +wire \text_gen|char_ram~52050_combout ; +wire \text_gen|char_ram~17231_q ; +wire \text_gen|char_ram~17245_q ; +wire \text_gen|char_ram~17189_q ; +wire \text_gen|char_ram~17175_q ; +wire \text_gen|char_ram~52047_combout ; +wire \text_gen|char_ram~52048_combout ; +wire \text_gen|char_ram~52051_combout ; +wire \text_gen|char_ram~52054_combout ; +wire \text_gen|char_ram~52065_combout ; +wire \text_gen|char_ram~52076_combout ; +wire \text_gen|char_ram~8677_q ; +wire \text_gen|char_ram~10469_q ; +wire \text_gen|char_ram~52172_combout ; +wire \text_gen|char_ram~12261_q ; +wire \text_gen|char_ram~14053_q ; +wire \text_gen|char_ram~52173_combout ; +wire \text_gen|char_ram~26597_q ; +wire \text_gen|char_ram~28389_q ; +wire \text_gen|char_ram~23013_q ; +wire \text_gen|char_ram~24805_q ; +wire \text_gen|char_ram~52179_combout ; +wire \text_gen|char_ram~52180_combout ; +wire \text_gen|char_ram~3301_q ; +wire \text_gen|char_ram~6885_q ; +wire \text_gen|char_ram~5093feeder_combout ; +wire \text_gen|char_ram~5093_q ; +wire \text_gen|char_ram~1509_q ; +wire \text_gen|char_ram~52176_combout ; +wire \text_gen|char_ram~52177_combout ; +wire \text_gen|char_ram~17637feeder_combout ; +wire \text_gen|char_ram~17637_q ; +wire \text_gen|char_ram~21221_q ; +wire \text_gen|char_ram~19429feeder_combout ; +wire \text_gen|char_ram~19429_q ; +wire \text_gen|char_ram~15845_q ; +wire \text_gen|char_ram~52174_combout ; +wire \text_gen|char_ram~52175_combout ; +wire \text_gen|char_ram~52178_combout ; +wire \text_gen|char_ram~52181_combout ; +wire \text_gen|char_ram~17623_q ; +wire \text_gen|char_ram~21207_q ; +wire \text_gen|char_ram~19415_q ; +wire \text_gen|char_ram~15831_q ; +wire \text_gen|char_ram~52182_combout ; +wire \text_gen|char_ram~52183_combout ; +wire \text_gen|char_ram~26583_q ; +wire \text_gen|char_ram~24791_q ; +wire \text_gen|char_ram~22999_q ; +wire \text_gen|char_ram~52189_combout ; +wire \text_gen|char_ram~28375_q ; +wire \text_gen|char_ram~52190_combout ; +wire \text_gen|char_ram~3287feeder_combout ; +wire \text_gen|char_ram~3287_q ; +wire \text_gen|char_ram~6871_q ; +wire \text_gen|char_ram~1495_q ; +wire \text_gen|char_ram~5079feeder_combout ; +wire \text_gen|char_ram~5079_q ; +wire \text_gen|char_ram~52186_combout ; +wire \text_gen|char_ram~52187_combout ; +wire \text_gen|char_ram~12247_q ; +wire \text_gen|char_ram~10455feeder_combout ; +wire \text_gen|char_ram~10455_q ; +wire \text_gen|char_ram~8663_q ; +wire \text_gen|char_ram~52184_combout ; +wire \text_gen|char_ram~14039_q ; +wire \text_gen|char_ram~52185_combout ; +wire \text_gen|char_ram~52188_combout ; +wire \text_gen|char_ram~52191_combout ; +wire \text_gen|char_ram~52192_combout ; +wire \text_gen|char_ram~26639_q ; +wire \text_gen|char_ram~28431_q ; +wire \text_gen|char_ram~24847feeder_combout ; +wire \text_gen|char_ram~24847_q ; +wire \text_gen|char_ram~23055_q ; +wire \text_gen|char_ram~52169_combout ; +wire \text_gen|char_ram~52170_combout ; +wire \text_gen|char_ram~3343_q ; +wire \text_gen|char_ram~6927_q ; +wire \text_gen|char_ram~5135feeder_combout ; +wire \text_gen|char_ram~5135_q ; +wire \text_gen|char_ram~1551_q ; +wire \text_gen|char_ram~52166_combout ; +wire \text_gen|char_ram~52167_combout ; +wire \text_gen|char_ram~12303feeder_combout ; +wire \text_gen|char_ram~12303_q ; +wire \text_gen|char_ram~14095_q ; +wire \text_gen|char_ram~10511feeder_combout ; +wire \text_gen|char_ram~10511_q ; +wire \text_gen|char_ram~8719_q ; +wire \text_gen|char_ram~52164_combout ; +wire \text_gen|char_ram~52165_combout ; +wire \text_gen|char_ram~52168_combout ; +wire \text_gen|char_ram~19471feeder_combout ; +wire \text_gen|char_ram~19471_q ; +wire \text_gen|char_ram~15887_q ; +wire \text_gen|char_ram~52162_combout ; +wire \text_gen|char_ram~17679feeder_combout ; +wire \text_gen|char_ram~17679_q ; +wire \text_gen|char_ram~21263_q ; +wire \text_gen|char_ram~52163_combout ; +wire \text_gen|char_ram~52171_combout ; +wire \text_gen|char_ram~8733_q ; +wire \text_gen|char_ram~23069_q ; +wire \text_gen|char_ram~15901_q ; +wire \text_gen|char_ram~1565_q ; +wire \text_gen|char_ram~52197_combout ; +wire \text_gen|char_ram~52198_combout ; +wire \text_gen|char_ram~12317feeder_combout ; +wire \text_gen|char_ram~12317_q ; +wire \text_gen|char_ram~26653_q ; +wire \text_gen|char_ram~19485_q ; +wire \text_gen|char_ram~5149_q ; +wire \text_gen|char_ram~52195_combout ; +wire \text_gen|char_ram~52196_combout ; +wire \text_gen|char_ram~52199_combout ; +wire \text_gen|char_ram~17693feeder_combout ; +wire \text_gen|char_ram~17693_q ; +wire \text_gen|char_ram~10525_q ; +wire \text_gen|char_ram~3357_q ; +wire \text_gen|char_ram~52193_combout ; +wire \text_gen|char_ram~24861_q ; +wire \text_gen|char_ram~52194_combout ; +wire \text_gen|char_ram~21277feeder_combout ; +wire \text_gen|char_ram~21277_q ; +wire \text_gen|char_ram~28445_q ; +wire \text_gen|char_ram~14109_q ; +wire \text_gen|char_ram~6941_q ; +wire \text_gen|char_ram~52200_combout ; +wire \text_gen|char_ram~52201_combout ; +wire \text_gen|char_ram~52202_combout ; +wire \text_gen|char_ram~52203_combout ; +wire \text_gen|char_ram~52204_combout ; +wire \text_gen|char_ram~52716_combout ; +wire \text_gen|char_ram~10609feeder_combout ; +wire \text_gen|char_ram~10609_q ; +wire \text_gen|char_ram~8817_q ; +wire \text_gen|char_ram~50132_combout ; +wire \text_gen|char_ram~12401_q ; +wire \text_gen|char_ram~14193_q ; +wire \text_gen|char_ram~50133_combout ; +wire \text_gen|char_ram~10539_q ; +wire \text_gen|char_ram~12331feeder_combout ; +wire \text_gen|char_ram~12331_q ; +wire \text_gen|char_ram~8747_q ; +wire \text_gen|char_ram~50129_combout ; +wire \text_gen|char_ram~14123_q ; +wire \text_gen|char_ram~50130_combout ; +wire \text_gen|char_ram~10553feeder_combout ; +wire \text_gen|char_ram~10553_q ; +wire \text_gen|char_ram~14137_q ; +wire \text_gen|char_ram~8761feeder_combout ; +wire \text_gen|char_ram~8761_q ; +wire \text_gen|char_ram~12345_q ; +wire \text_gen|char_ram~50127_combout ; +wire \text_gen|char_ram~50128_combout ; +wire \text_gen|char_ram~50131_combout ; +wire \text_gen|char_ram~12387_q ; +wire \text_gen|char_ram~14179_q ; +wire \text_gen|char_ram~8803_q ; +wire \text_gen|char_ram~10595feeder_combout ; +wire \text_gen|char_ram~10595_q ; +wire \text_gen|char_ram~50125_combout ; +wire \text_gen|char_ram~50126_combout ; +wire \text_gen|char_ram~50134_combout ; +wire \text_gen|char_ram~12163feeder_combout ; +wire \text_gen|char_ram~12163_q ; +wire \text_gen|char_ram~13955_q ; +wire \text_gen|char_ram~10371_q ; +wire \text_gen|char_ram~8579_q ; +wire \text_gen|char_ram~50135_combout ; +wire \text_gen|char_ram~50136_combout ; +wire \text_gen|char_ram~12177feeder_combout ; +wire \text_gen|char_ram~12177_q ; +wire \text_gen|char_ram~13969_q ; +wire \text_gen|char_ram~10385_q ; +wire \text_gen|char_ram~8593_q ; +wire \text_gen|char_ram~50142_combout ; +wire \text_gen|char_ram~50143_combout ; +wire \text_gen|char_ram~12121feeder_combout ; +wire \text_gen|char_ram~12121_q ; +wire \text_gen|char_ram~8537_q ; +wire \text_gen|char_ram~50137_combout ; +wire \text_gen|char_ram~10329_q ; +wire \text_gen|char_ram~13913_q ; +wire \text_gen|char_ram~50138_combout ; +wire \text_gen|char_ram~10315_q ; +wire \text_gen|char_ram~13899_q ; +wire \text_gen|char_ram~12107_q ; +wire \text_gen|char_ram~8523_q ; +wire \text_gen|char_ram~50139_combout ; +wire \text_gen|char_ram~50140_combout ; +wire \text_gen|char_ram~50141_combout ; +wire \text_gen|char_ram~50144_combout ; +wire \text_gen|char_ram~50145_combout ; +wire \text_gen|char_ram~12513feeder_combout ; +wire \text_gen|char_ram~12513_q ; +wire \text_gen|char_ram~10721_q ; +wire \text_gen|char_ram~8929_q ; +wire \text_gen|char_ram~50153_combout ; +wire \text_gen|char_ram~14305_q ; +wire \text_gen|char_ram~50154_combout ; +wire \text_gen|char_ram~14249feeder_combout ; +wire \text_gen|char_ram~14249_q ; +wire \text_gen|char_ram~10665_q ; +wire \text_gen|char_ram~8873_q ; +wire \text_gen|char_ram~12457_q ; +wire \text_gen|char_ram~50146_combout ; +wire \text_gen|char_ram~50147_combout ; +wire \text_gen|char_ram~10651_q ; +wire \text_gen|char_ram~8859_q ; +wire \text_gen|char_ram~12443_q ; +wire \text_gen|char_ram~50150_combout ; +wire \text_gen|char_ram~14235_q ; +wire \text_gen|char_ram~50151_combout ; +wire \text_gen|char_ram~12499feeder_combout ; +wire \text_gen|char_ram~12499_q ; +wire \text_gen|char_ram~14291_q ; +wire \text_gen|char_ram~10707_q ; +wire \text_gen|char_ram~8915_q ; +wire \text_gen|char_ram~50148_combout ; +wire \text_gen|char_ram~50149_combout ; +wire \text_gen|char_ram~50152_combout ; +wire \text_gen|char_ram~50155_combout ; +wire \text_gen|char_ram~12289feeder_combout ; +wire \text_gen|char_ram~12289_q ; +wire \text_gen|char_ram~14081_q ; +wire \text_gen|char_ram~10497feeder_combout ; +wire \text_gen|char_ram~10497_q ; +wire \text_gen|char_ram~8705_q ; +wire \text_gen|char_ram~50122_combout ; +wire \text_gen|char_ram~50123_combout ; +wire \text_gen|char_ram~14025feeder_combout ; +wire \text_gen|char_ram~14025_q ; +wire \text_gen|char_ram~10441_q ; +wire \text_gen|char_ram~12233_q ; +wire \text_gen|char_ram~8649_q ; +wire \text_gen|char_ram~50115_combout ; +wire \text_gen|char_ram~50116_combout ; +wire \text_gen|char_ram~12275_q ; +wire \text_gen|char_ram~14067_q ; +wire \text_gen|char_ram~8691feeder_combout ; +wire \text_gen|char_ram~8691_q ; +wire \text_gen|char_ram~10483_q ; +wire \text_gen|char_ram~50117_combout ; +wire \text_gen|char_ram~50118_combout ; +wire \text_gen|char_ram~10427_q ; +wire \text_gen|char_ram~14011_q ; +wire \text_gen|char_ram~12219_q ; +wire \text_gen|char_ram~8635_q ; +wire \text_gen|char_ram~50119_combout ; +wire \text_gen|char_ram~50120_combout ; +wire \text_gen|char_ram~50121_combout ; +wire \text_gen|char_ram~50124_combout ; +wire \text_gen|char_ram~50156_combout ; +wire \text_gen|char_ram~13395_q ; +wire \text_gen|char_ram~11603_q ; +wire \text_gen|char_ram~8019_q ; +wire \text_gen|char_ram~9811_q ; +wire \text_gen|char_ram~50021_combout ; +wire \text_gen|char_ram~50022_combout ; +wire \text_gen|char_ram~9755_q ; +wire \text_gen|char_ram~13339_q ; +wire \text_gen|char_ram~7963_q ; +wire \text_gen|char_ram~11547_q ; +wire \text_gen|char_ram~50023_combout ; +wire \text_gen|char_ram~50024_combout ; +wire \text_gen|char_ram~50025_combout ; +wire \text_gen|char_ram~13409_q ; +wire \text_gen|char_ram~9825_q ; +wire \text_gen|char_ram~8033_q ; +wire \text_gen|char_ram~50026_combout ; +wire \text_gen|char_ram~11617_q ; +wire \text_gen|char_ram~50027_combout ; +wire \text_gen|char_ram~13353_q ; +wire \text_gen|char_ram~11561_q ; +wire \text_gen|char_ram~7977_q ; +wire \text_gen|char_ram~50019_combout ; +wire \text_gen|char_ram~9769_q ; +wire \text_gen|char_ram~50020_combout ; +wire \text_gen|char_ram~50028_combout ; +wire \text_gen|char_ram~13297_q ; +wire \text_gen|char_ram~11505_q ; +wire \text_gen|char_ram~9713_q ; +wire \text_gen|char_ram~7921_q ; +wire \text_gen|char_ram~49995_combout ; +wire \text_gen|char_ram~49996_combout ; +wire \text_gen|char_ram~13283_q ; +wire \text_gen|char_ram~11491_q ; +wire \text_gen|char_ram~7907feeder_combout ; +wire \text_gen|char_ram~7907_q ; +wire \text_gen|char_ram~9699_q ; +wire \text_gen|char_ram~49988_combout ; +wire \text_gen|char_ram~49989_combout ; +wire \text_gen|char_ram~11435feeder_combout ; +wire \text_gen|char_ram~11435_q ; +wire \text_gen|char_ram~7851_q ; +wire \text_gen|char_ram~49992_combout ; +wire \text_gen|char_ram~13227_q ; +wire \text_gen|char_ram~9643_q ; +wire \text_gen|char_ram~49993_combout ; +wire \text_gen|char_ram~9657feeder_combout ; +wire \text_gen|char_ram~9657_q ; +wire \text_gen|char_ram~13241_q ; +wire \text_gen|char_ram~11449feeder_combout ; +wire \text_gen|char_ram~11449_q ; +wire \text_gen|char_ram~7865_q ; +wire \text_gen|char_ram~49990_combout ; +wire \text_gen|char_ram~49991_combout ; +wire \text_gen|char_ram~49994_combout ; +wire \text_gen|char_ram~49997_combout ; +wire \text_gen|char_ram~11267_q ; +wire \text_gen|char_ram~13059feeder_combout ; +wire \text_gen|char_ram~13059_q ; +wire \text_gen|char_ram~9475feeder_combout ; +wire \text_gen|char_ram~9475_q ; +wire \text_gen|char_ram~7683_q ; +wire \text_gen|char_ram~50008_combout ; +wire \text_gen|char_ram~50009_combout ; +wire \text_gen|char_ram~9489feeder_combout ; +wire \text_gen|char_ram~9489_q ; +wire \text_gen|char_ram~7697_q ; +wire \text_gen|char_ram~50015_combout ; +wire \text_gen|char_ram~11281feeder_combout ; +wire \text_gen|char_ram~11281_q ; +wire \text_gen|char_ram~13073feeder_combout ; +wire \text_gen|char_ram~13073_q ; +wire \text_gen|char_ram~50016_combout ; +wire \text_gen|char_ram~9433_q ; +wire \text_gen|char_ram~13017_q ; +wire \text_gen|char_ram~11225feeder_combout ; +wire \text_gen|char_ram~11225_q ; +wire \text_gen|char_ram~7641_q ; +wire \text_gen|char_ram~50010_combout ; +wire \text_gen|char_ram~50011_combout ; +wire \text_gen|char_ram~13003_q ; +wire \text_gen|char_ram~9419_q ; +wire \text_gen|char_ram~11211_q ; +wire \text_gen|char_ram~7627_q ; +wire \text_gen|char_ram~50012_combout ; +wire \text_gen|char_ram~50013_combout ; +wire \text_gen|char_ram~50014_combout ; +wire \text_gen|char_ram~50017_combout ; +wire \text_gen|char_ram~9545feeder_combout ; +wire \text_gen|char_ram~9545_q ; +wire \text_gen|char_ram~13129_q ; +wire \text_gen|char_ram~11337feeder_combout ; +wire \text_gen|char_ram~11337_q ; +wire \text_gen|char_ram~7753_q ; +wire \text_gen|char_ram~49998_combout ; +wire \text_gen|char_ram~49999_combout ; +wire \text_gen|char_ram~11379feeder_combout ; +wire \text_gen|char_ram~11379_q ; +wire \text_gen|char_ram~13171_q ; +wire \text_gen|char_ram~9587feeder_combout ; +wire \text_gen|char_ram~9587_q ; +wire \text_gen|char_ram~7795_q ; +wire \text_gen|char_ram~50000_combout ; +wire \text_gen|char_ram~50001_combout ; +wire \text_gen|char_ram~9531_q ; +wire \text_gen|char_ram~13115_q ; +wire \text_gen|char_ram~7739_q ; +wire \text_gen|char_ram~11323_q ; +wire \text_gen|char_ram~50002_combout ; +wire \text_gen|char_ram~50003_combout ; +wire \text_gen|char_ram~50004_combout ; +wire \text_gen|char_ram~9601feeder_combout ; +wire \text_gen|char_ram~9601_q ; +wire \text_gen|char_ram~7809_q ; +wire \text_gen|char_ram~50005_combout ; +wire \text_gen|char_ram~11393feeder_combout ; +wire \text_gen|char_ram~11393_q ; +wire \text_gen|char_ram~13185_q ; +wire \text_gen|char_ram~50006_combout ; +wire \text_gen|char_ram~50007_combout ; +wire \text_gen|char_ram~50018_combout ; +wire \text_gen|char_ram~50029_combout ; +wire \text_gen|char_ram~10147_q ; +wire \text_gen|char_ram~11939_q ; +wire \text_gen|char_ram~8355_q ; +wire \text_gen|char_ram~50040_combout ; +wire \text_gen|char_ram~13731_q ; +wire \text_gen|char_ram~50041_combout ; +wire \text_gen|char_ram~12051_q ; +wire \text_gen|char_ram~13843_q ; +wire \text_gen|char_ram~10259_q ; +wire \text_gen|char_ram~8467_q ; +wire \text_gen|char_ram~50047_combout ; +wire \text_gen|char_ram~50048_combout ; +wire \text_gen|char_ram~9923_q ; +wire \text_gen|char_ram~13507_q ; +wire \text_gen|char_ram~11715_q ; +wire \text_gen|char_ram~8131_q ; +wire \text_gen|char_ram~50044_combout ; +wire \text_gen|char_ram~50045_combout ; +wire \text_gen|char_ram~11827_q ; +wire \text_gen|char_ram~13619_q ; +wire \text_gen|char_ram~10035feeder_combout ; +wire \text_gen|char_ram~10035_q ; +wire \text_gen|char_ram~8243_q ; +wire \text_gen|char_ram~50042_combout ; +wire \text_gen|char_ram~50043_combout ; +wire \text_gen|char_ram~50046_combout ; +wire \text_gen|char_ram~50049_combout ; +wire \text_gen|char_ram~11995_q ; +wire \text_gen|char_ram~13787_q ; +wire \text_gen|char_ram~10203feeder_combout ; +wire \text_gen|char_ram~10203_q ; +wire \text_gen|char_ram~8411_q ; +wire \text_gen|char_ram~50057_combout ; +wire \text_gen|char_ram~50058_combout ; +wire \text_gen|char_ram~10091_q ; +wire \text_gen|char_ram~13675_q ; +wire \text_gen|char_ram~11883feeder_combout ; +wire \text_gen|char_ram~11883_q ; +wire \text_gen|char_ram~8299_q ; +wire \text_gen|char_ram~50050_combout ; +wire \text_gen|char_ram~50051_combout ; +wire \text_gen|char_ram~9867feeder_combout ; +wire \text_gen|char_ram~9867_q ; +wire \text_gen|char_ram~13451_q ; +wire \text_gen|char_ram~11659_q ; +wire \text_gen|char_ram~8075_q ; +wire \text_gen|char_ram~50054_combout ; +wire \text_gen|char_ram~50055_combout ; +wire \text_gen|char_ram~11771feeder_combout ; +wire \text_gen|char_ram~11771_q ; +wire \text_gen|char_ram~13563_q ; +wire \text_gen|char_ram~8187_q ; +wire \text_gen|char_ram~9979feeder_combout ; +wire \text_gen|char_ram~9979_q ; +wire \text_gen|char_ram~50052_combout ; +wire \text_gen|char_ram~50053_combout ; +wire \text_gen|char_ram~50056_combout ; +wire \text_gen|char_ram~50059_combout ; +wire \text_gen|char_ram~50060_combout ; +wire \text_gen|char_ram~12009_q ; +wire \text_gen|char_ram~13801_q ; +wire \text_gen|char_ram~10217_q ; +wire \text_gen|char_ram~8425_q ; +wire \text_gen|char_ram~50037_combout ; +wire \text_gen|char_ram~50038_combout ; +wire \text_gen|char_ram~9881_q ; +wire \text_gen|char_ram~11673_q ; +wire \text_gen|char_ram~8089_q ; +wire \text_gen|char_ram~50034_combout ; +wire \text_gen|char_ram~13465_q ; +wire \text_gen|char_ram~50035_combout ; +wire \text_gen|char_ram~10105feeder_combout ; +wire \text_gen|char_ram~10105_q ; +wire \text_gen|char_ram~13689_q ; +wire \text_gen|char_ram~11897feeder_combout ; +wire \text_gen|char_ram~11897_q ; +wire \text_gen|char_ram~8313_q ; +wire \text_gen|char_ram~50032_combout ; +wire \text_gen|char_ram~50033_combout ; +wire \text_gen|char_ram~50036_combout ; +wire \text_gen|char_ram~13577_q ; +wire \text_gen|char_ram~11785_q ; +wire \text_gen|char_ram~9993feeder_combout ; +wire \text_gen|char_ram~9993_q ; +wire \text_gen|char_ram~8201_q ; +wire \text_gen|char_ram~50030_combout ; +wire \text_gen|char_ram~50031_combout ; +wire \text_gen|char_ram~50039_combout ; +wire \text_gen|char_ram~13857feeder_combout ; +wire \text_gen|char_ram~13857_q ; +wire \text_gen|char_ram~12065_q ; +wire \text_gen|char_ram~10273_q ; +wire \text_gen|char_ram~8481_q ; +wire \text_gen|char_ram~50068_combout ; +wire \text_gen|char_ram~50069_combout ; +wire \text_gen|char_ram~9937_q ; +wire \text_gen|char_ram~13521_q ; +wire \text_gen|char_ram~11729_q ; +wire \text_gen|char_ram~8145_q ; +wire \text_gen|char_ram~50065_combout ; +wire \text_gen|char_ram~50066_combout ; +wire \text_gen|char_ram~10161_q ; +wire \text_gen|char_ram~13745_q ; +wire \text_gen|char_ram~8369_q ; +wire \text_gen|char_ram~11953_q ; +wire \text_gen|char_ram~50063_combout ; +wire \text_gen|char_ram~50064_combout ; +wire \text_gen|char_ram~50067_combout ; +wire \text_gen|char_ram~11841feeder_combout ; +wire \text_gen|char_ram~11841_q ; +wire \text_gen|char_ram~13633_q ; +wire \text_gen|char_ram~10049feeder_combout ; +wire \text_gen|char_ram~10049_q ; +wire \text_gen|char_ram~8257_q ; +wire \text_gen|char_ram~50061_combout ; +wire \text_gen|char_ram~50062_combout ; +wire \text_gen|char_ram~50070_combout ; +wire \text_gen|char_ram~50071_combout ; +wire \text_gen|char_ram~11155feeder_combout ; +wire \text_gen|char_ram~11155_q ; +wire \text_gen|char_ram~12947_q ; +wire \text_gen|char_ram~9363feeder_combout ; +wire \text_gen|char_ram~9363_q ; +wire \text_gen|char_ram~7571_q ; +wire \text_gen|char_ram~50079_combout ; +wire \text_gen|char_ram~50080_combout ; +wire \text_gen|char_ram~12723_q ; +wire \text_gen|char_ram~10931feeder_combout ; +wire \text_gen|char_ram~10931_q ; +wire \text_gen|char_ram~9139_q ; +wire \text_gen|char_ram~7347_q ; +wire \text_gen|char_ram~50072_combout ; +wire \text_gen|char_ram~50073_combout ; +wire \text_gen|char_ram~9251_q ; +wire \text_gen|char_ram~12835_q ; +wire \text_gen|char_ram~11043_q ; +wire \text_gen|char_ram~7459_q ; +wire \text_gen|char_ram~50074_combout ; +wire \text_gen|char_ram~50075_combout ; +wire \text_gen|char_ram~9027_q ; +wire \text_gen|char_ram~12611_q ; +wire \text_gen|char_ram~10819_q ; +wire \text_gen|char_ram~7235_q ; +wire \text_gen|char_ram~50076_combout ; +wire \text_gen|char_ram~50077_combout ; +wire \text_gen|char_ram~50078_combout ; +wire \text_gen|char_ram~50081_combout ; +wire \text_gen|char_ram~11057_q ; +wire \text_gen|char_ram~7473_q ; +wire \text_gen|char_ram~50105_combout ; +wire \text_gen|char_ram~9265_q ; +wire \text_gen|char_ram~12849_q ; +wire \text_gen|char_ram~50106_combout ; +wire \text_gen|char_ram~9041_q ; +wire \text_gen|char_ram~12625_q ; +wire \text_gen|char_ram~10833feeder_combout ; +wire \text_gen|char_ram~10833_q ; +wire \text_gen|char_ram~7249_q ; +wire \text_gen|char_ram~50107_combout ; +wire \text_gen|char_ram~50108_combout ; +wire \text_gen|char_ram~50109_combout ; +wire \text_gen|char_ram~11169feeder_combout ; +wire \text_gen|char_ram~11169_q ; +wire \text_gen|char_ram~12961_q ; +wire \text_gen|char_ram~7585_q ; +wire \text_gen|char_ram~9377_q ; +wire \text_gen|char_ram~50110_combout ; +wire \text_gen|char_ram~50111_combout ; +wire \text_gen|char_ram~10945_q ; +wire \text_gen|char_ram~12737_q ; +wire \text_gen|char_ram~9153feeder_combout ; +wire \text_gen|char_ram~9153_q ; +wire \text_gen|char_ram~7361_q ; +wire \text_gen|char_ram~50103_combout ; +wire \text_gen|char_ram~50104_combout ; +wire \text_gen|char_ram~50112_combout ; +wire \text_gen|char_ram~10875feeder_combout ; +wire \text_gen|char_ram~10875_q ; +wire \text_gen|char_ram~9083feeder_combout ; +wire \text_gen|char_ram~9083_q ; +wire \text_gen|char_ram~7291_q ; +wire \text_gen|char_ram~50092_combout ; +wire \text_gen|char_ram~12667_q ; +wire \text_gen|char_ram~50093_combout ; +wire \text_gen|char_ram~11099_q ; +wire \text_gen|char_ram~12891_q ; +wire \text_gen|char_ram~9307_q ; +wire \text_gen|char_ram~7515_q ; +wire \text_gen|char_ram~50099_combout ; +wire \text_gen|char_ram~50100_combout ; +wire \text_gen|char_ram~9195_q ; +wire \text_gen|char_ram~12779_q ; +wire \text_gen|char_ram~10987feeder_combout ; +wire \text_gen|char_ram~10987_q ; +wire \text_gen|char_ram~7403_q ; +wire \text_gen|char_ram~50094_combout ; +wire \text_gen|char_ram~50095_combout ; +wire \text_gen|char_ram~8971feeder_combout ; +wire \text_gen|char_ram~8971_q ; +wire \text_gen|char_ram~12555_q ; +wire \text_gen|char_ram~7179_q ; +wire \text_gen|char_ram~10763feeder_combout ; +wire \text_gen|char_ram~10763_q ; +wire \text_gen|char_ram~50096_combout ; +wire \text_gen|char_ram~50097_combout ; +wire \text_gen|char_ram~50098_combout ; +wire \text_gen|char_ram~50101_combout ; +wire \text_gen|char_ram~10889feeder_combout ; +wire \text_gen|char_ram~10889_q ; +wire \text_gen|char_ram~12681_q ; +wire \text_gen|char_ram~7305_q ; +wire \text_gen|char_ram~9097_q ; +wire \text_gen|char_ram~50082_combout ; +wire \text_gen|char_ram~50083_combout ; +wire \text_gen|char_ram~11113_q ; +wire \text_gen|char_ram~12905_q ; +wire \text_gen|char_ram~9321feeder_combout ; +wire \text_gen|char_ram~9321_q ; +wire \text_gen|char_ram~7529_q ; +wire \text_gen|char_ram~50089_combout ; +wire \text_gen|char_ram~50090_combout ; +wire \text_gen|char_ram~8985feeder_combout ; +wire \text_gen|char_ram~8985_q ; +wire \text_gen|char_ram~12569_q ; +wire \text_gen|char_ram~7193_q ; +wire \text_gen|char_ram~10777feeder_combout ; +wire \text_gen|char_ram~10777_q ; +wire \text_gen|char_ram~50086_combout ; +wire \text_gen|char_ram~50087_combout ; +wire \text_gen|char_ram~9209_q ; +wire \text_gen|char_ram~12793_q ; +wire \text_gen|char_ram~11001_q ; +wire \text_gen|char_ram~7417_q ; +wire \text_gen|char_ram~50084_combout ; +wire \text_gen|char_ram~50085_combout ; +wire \text_gen|char_ram~50088_combout ; +wire \text_gen|char_ram~50091_combout ; +wire \text_gen|char_ram~50102_combout ; +wire \text_gen|char_ram~50113_combout ; +wire \text_gen|char_ram~50114_combout ; +wire \text_gen|char_ram~50157_combout ; +wire \text_gen|char_ram~14865_q ; +wire \text_gen|char_ram~15761_q ; +wire \text_gen|char_ram~14417_q ; +wire \text_gen|char_ram~15313_q ; +wire \text_gen|char_ram~50277_combout ; +wire \text_gen|char_ram~50278_combout ; +wire \text_gen|char_ram~17105_q ; +wire \text_gen|char_ram~17553_q ; +wire \text_gen|char_ram~16657feeder_combout ; +wire \text_gen|char_ram~16657_q ; +wire \text_gen|char_ram~16209_q ; +wire \text_gen|char_ram~50275_combout ; +wire \text_gen|char_ram~50276_combout ; +wire \text_gen|char_ram~50279_combout ; +wire \text_gen|char_ram~20241_q ; +wire \text_gen|char_ram~19793_q ; +wire \text_gen|char_ram~50280_combout ; +wire \text_gen|char_ram~20689feeder_combout ; +wire \text_gen|char_ram~20689_q ; +wire \text_gen|char_ram~21137_q ; +wire \text_gen|char_ram~50281_combout ; +wire \text_gen|char_ram~19345_q ; +wire \text_gen|char_ram~18449_q ; +wire \text_gen|char_ram~18897_q ; +wire \text_gen|char_ram~18001_q ; +wire \text_gen|char_ram~50273_combout ; +wire \text_gen|char_ram~50274_combout ; +wire \text_gen|char_ram~50282_combout ; +wire \text_gen|char_ram~17091_q ; +wire \text_gen|char_ram~17539_q ; +wire \text_gen|char_ram~16195_q ; +wire \text_gen|char_ram~16643_q ; +wire \text_gen|char_ram~50242_combout ; +wire \text_gen|char_ram~50243_combout ; +wire \text_gen|char_ram~15299_q ; +wire \text_gen|char_ram~14403_q ; +wire \text_gen|char_ram~50246_combout ; +wire \text_gen|char_ram~15747_q ; +wire \text_gen|char_ram~14851_q ; +wire \text_gen|char_ram~50247_combout ; +wire \text_gen|char_ram~18435feeder_combout ; +wire \text_gen|char_ram~18435_q ; +wire \text_gen|char_ram~19331_q ; +wire \text_gen|char_ram~17987_q ; +wire \text_gen|char_ram~18883feeder_combout ; +wire \text_gen|char_ram~18883_q ; +wire \text_gen|char_ram~50244_combout ; +wire \text_gen|char_ram~50245_combout ; +wire \text_gen|char_ram~50248_combout ; +wire \text_gen|char_ram~20675feeder_combout ; +wire \text_gen|char_ram~20675_q ; +wire \text_gen|char_ram~21123_q ; +wire \text_gen|char_ram~19779_q ; +wire \text_gen|char_ram~20227_q ; +wire \text_gen|char_ram~50249_combout ; +wire \text_gen|char_ram~50250_combout ; +wire \text_gen|char_ram~50251_combout ; +wire \text_gen|char_ram~17035feeder_combout ; +wire \text_gen|char_ram~17035_q ; +wire \text_gen|char_ram~17483_q ; +wire \text_gen|char_ram~16139_q ; +wire \text_gen|char_ram~16587_q ; +wire \text_gen|char_ram~50262_combout ; +wire \text_gen|char_ram~50263_combout ; +wire \text_gen|char_ram~20619_q ; +wire \text_gen|char_ram~21067_q ; +wire \text_gen|char_ram~19723_q ; +wire \text_gen|char_ram~20171_q ; +wire \text_gen|char_ram~50269_combout ; +wire \text_gen|char_ram~50270_combout ; +wire \text_gen|char_ram~14795_q ; +wire \text_gen|char_ram~15691_q ; +wire \text_gen|char_ram~14347_q ; +wire \text_gen|char_ram~15243feeder_combout ; +wire \text_gen|char_ram~15243_q ; +wire \text_gen|char_ram~50266_combout ; +wire \text_gen|char_ram~50267_combout ; +wire \text_gen|char_ram~18379_q ; +wire \text_gen|char_ram~19275_q ; +wire \text_gen|char_ram~18827_q ; +wire \text_gen|char_ram~17931_q ; +wire \text_gen|char_ram~50264_combout ; +wire \text_gen|char_ram~50265_combout ; +wire \text_gen|char_ram~50268_combout ; +wire \text_gen|char_ram~50271_combout ; +wire \text_gen|char_ram~14809_q ; +wire \text_gen|char_ram~15705_q ; +wire \text_gen|char_ram~14361_q ; +wire \text_gen|char_ram~15257feeder_combout ; +wire \text_gen|char_ram~15257_q ; +wire \text_gen|char_ram~50256_combout ; +wire \text_gen|char_ram~50257_combout ; +wire \text_gen|char_ram~16153feeder_combout ; +wire \text_gen|char_ram~16153_q ; +wire \text_gen|char_ram~16601_q ; +wire \text_gen|char_ram~50254_combout ; +wire \text_gen|char_ram~17497_q ; +wire \text_gen|char_ram~17049_q ; +wire \text_gen|char_ram~50255_combout ; +wire \text_gen|char_ram~50258_combout ; +wire \text_gen|char_ram~20633_q ; +wire \text_gen|char_ram~19737_q ; +wire \text_gen|char_ram~20185_q ; +wire \text_gen|char_ram~50259_combout ; +wire \text_gen|char_ram~21081_q ; +wire \text_gen|char_ram~50260_combout ; +wire \text_gen|char_ram~18393_q ; +wire \text_gen|char_ram~19289_q ; +wire \text_gen|char_ram~17945feeder_combout ; +wire \text_gen|char_ram~17945_q ; +wire \text_gen|char_ram~18841feeder_combout ; +wire \text_gen|char_ram~18841_q ; +wire \text_gen|char_ram~50252_combout ; +wire \text_gen|char_ram~50253_combout ; +wire \text_gen|char_ram~50261_combout ; +wire \text_gen|char_ram~50272_combout ; +wire \text_gen|char_ram~50283_combout ; +wire \text_gen|char_ram~15089_q ; +wire \text_gen|char_ram~15985_q ; +wire \text_gen|char_ram~14641_q ; +wire \text_gen|char_ram~15537feeder_combout ; +wire \text_gen|char_ram~15537_q ; +wire \text_gen|char_ram~50235_combout ; +wire \text_gen|char_ram~50236_combout ; +wire \text_gen|char_ram~17329_q ; +wire \text_gen|char_ram~17777_q ; +wire \text_gen|char_ram~16881_q ; +wire \text_gen|char_ram~16433_q ; +wire \text_gen|char_ram~50233_combout ; +wire \text_gen|char_ram~50234_combout ; +wire \text_gen|char_ram~50237_combout ; +wire \text_gen|char_ram~20913_q ; +wire \text_gen|char_ram~21361_q ; +wire \text_gen|char_ram~20017_q ; +wire \text_gen|char_ram~20465_q ; +wire \text_gen|char_ram~50238_combout ; +wire \text_gen|char_ram~50239_combout ; +wire \text_gen|char_ram~18673_q ; +wire \text_gen|char_ram~19569feeder_combout ; +wire \text_gen|char_ram~19569_q ; +wire \text_gen|char_ram~18225_q ; +wire \text_gen|char_ram~19121_q ; +wire \text_gen|char_ram~50231_combout ; +wire \text_gen|char_ram~50232_combout ; +wire \text_gen|char_ram~50240_combout ; +wire \text_gen|char_ram~20899_q ; +wire \text_gen|char_ram~21347_q ; +wire \text_gen|char_ram~20003feeder_combout ; +wire \text_gen|char_ram~20003_q ; +wire \text_gen|char_ram~20451feeder_combout ; +wire \text_gen|char_ram~20451_q ; +wire \text_gen|char_ram~50207_combout ; +wire \text_gen|char_ram~50208_combout ; +wire \text_gen|char_ram~17315_q ; +wire \text_gen|char_ram~17763_q ; +wire \text_gen|char_ram~16419_q ; +wire \text_gen|char_ram~16867_q ; +wire \text_gen|char_ram~50200_combout ; +wire \text_gen|char_ram~50201_combout ; +wire \text_gen|char_ram~18659feeder_combout ; +wire \text_gen|char_ram~18659_q ; +wire \text_gen|char_ram~19555_q ; +wire \text_gen|char_ram~18211_q ; +wire \text_gen|char_ram~19107_q ; +wire \text_gen|char_ram~50202_combout ; +wire \text_gen|char_ram~50203_combout ; +wire \text_gen|char_ram~15075feeder_combout ; +wire \text_gen|char_ram~15075_q ; +wire \text_gen|char_ram~15971_q ; +wire \text_gen|char_ram~14627_q ; +wire \text_gen|char_ram~15523_q ; +wire \text_gen|char_ram~50204_combout ; +wire \text_gen|char_ram~50205_combout ; +wire \text_gen|char_ram~50206_combout ; +wire \text_gen|char_ram~50209_combout ; +wire \text_gen|char_ram~20857feeder_combout ; +wire \text_gen|char_ram~20857_q ; +wire \text_gen|char_ram~21305_q ; +wire \text_gen|char_ram~19961_q ; +wire \text_gen|char_ram~20409feeder_combout ; +wire \text_gen|char_ram~20409_q ; +wire \text_gen|char_ram~50217_combout ; +wire \text_gen|char_ram~50218_combout ; +wire \text_gen|char_ram~15033feeder_combout ; +wire \text_gen|char_ram~15033_q ; +wire \text_gen|char_ram~15929_q ; +wire \text_gen|char_ram~15481feeder_combout ; +wire \text_gen|char_ram~15481_q ; +wire \text_gen|char_ram~14585_q ; +wire \text_gen|char_ram~50214_combout ; +wire \text_gen|char_ram~50215_combout ; +wire \text_gen|char_ram~17273feeder_combout ; +wire \text_gen|char_ram~17273_q ; +wire \text_gen|char_ram~17721_q ; +wire \text_gen|char_ram~16377_q ; +wire \text_gen|char_ram~16825feeder_combout ; +wire \text_gen|char_ram~16825_q ; +wire \text_gen|char_ram~50212_combout ; +wire \text_gen|char_ram~50213_combout ; +wire \text_gen|char_ram~50216_combout ; +wire \text_gen|char_ram~18617feeder_combout ; +wire \text_gen|char_ram~18617_q ; +wire \text_gen|char_ram~19513_q ; +wire \text_gen|char_ram~18169_q ; +wire \text_gen|char_ram~19065_q ; +wire \text_gen|char_ram~50210_combout ; +wire \text_gen|char_ram~50211_combout ; +wire \text_gen|char_ram~50219_combout ; +wire \text_gen|char_ram~21291feeder_combout ; +wire \text_gen|char_ram~21291_q ; +wire \text_gen|char_ram~20395_q ; +wire \text_gen|char_ram~19947_q ; +wire \text_gen|char_ram~50227_combout ; +wire \text_gen|char_ram~20843_q ; +wire \text_gen|char_ram~50228_combout ; +wire \text_gen|char_ram~16363_q ; +wire \text_gen|char_ram~16811_q ; +wire \text_gen|char_ram~50220_combout ; +wire \text_gen|char_ram~17707_q ; +wire \text_gen|char_ram~17259_q ; +wire \text_gen|char_ram~50221_combout ; +wire \text_gen|char_ram~14571_q ; +wire \text_gen|char_ram~15467_q ; +wire \text_gen|char_ram~50224_combout ; +wire \text_gen|char_ram~15915_q ; +wire \text_gen|char_ram~15019_q ; +wire \text_gen|char_ram~50225_combout ; +wire \text_gen|char_ram~18603_q ; +wire \text_gen|char_ram~19499_q ; +wire \text_gen|char_ram~19051_q ; +wire \text_gen|char_ram~18155_q ; +wire \text_gen|char_ram~50222_combout ; +wire \text_gen|char_ram~50223_combout ; +wire \text_gen|char_ram~50226_combout ; +wire \text_gen|char_ram~50229_combout ; +wire \text_gen|char_ram~50230_combout ; +wire \text_gen|char_ram~50241_combout ; +wire \text_gen|char_ram~50284_combout ; +wire \text_gen|char_ram~21011_q ; +wire \text_gen|char_ram~21459_q ; +wire \text_gen|char_ram~20115_q ; +wire \text_gen|char_ram~20563_q ; +wire \text_gen|char_ram~50302_combout ; +wire \text_gen|char_ram~50303_combout ; +wire \text_gen|char_ram~17427feeder_combout ; +wire \text_gen|char_ram~17427_q ; +wire \text_gen|char_ram~17875_q ; +wire \text_gen|char_ram~16979feeder_combout ; +wire \text_gen|char_ram~16979_q ; +wire \text_gen|char_ram~16531_q ; +wire \text_gen|char_ram~50295_combout ; +wire \text_gen|char_ram~50296_combout ; +wire \text_gen|char_ram~15187_q ; +wire \text_gen|char_ram~15635feeder_combout ; +wire \text_gen|char_ram~15635_q ; +wire \text_gen|char_ram~14739_q ; +wire \text_gen|char_ram~50299_combout ; +wire \text_gen|char_ram~16083_q ; +wire \text_gen|char_ram~50300_combout ; +wire \text_gen|char_ram~18771_q ; +wire \text_gen|char_ram~19667_q ; +wire \text_gen|char_ram~18323_q ; +wire \text_gen|char_ram~19219feeder_combout ; +wire \text_gen|char_ram~19219_q ; +wire \text_gen|char_ram~50297_combout ; +wire \text_gen|char_ram~50298_combout ; +wire \text_gen|char_ram~50301_combout ; +wire \text_gen|char_ram~50304_combout ; +wire \text_gen|char_ram~20507feeder_combout ; +wire \text_gen|char_ram~20507_q ; +wire \text_gen|char_ram~20059_q ; +wire \text_gen|char_ram~50312_combout ; +wire \text_gen|char_ram~21403_q ; +wire \text_gen|char_ram~20955feeder_combout ; +wire \text_gen|char_ram~20955_q ; +wire \text_gen|char_ram~50313_combout ; +wire \text_gen|char_ram~16475_q ; +wire \text_gen|char_ram~16923_q ; +wire \text_gen|char_ram~50305_combout ; +wire \text_gen|char_ram~17819_q ; +wire \text_gen|char_ram~17371_q ; +wire \text_gen|char_ram~50306_combout ; +wire \text_gen|char_ram~18715_q ; +wire \text_gen|char_ram~19611_q ; +wire \text_gen|char_ram~19163feeder_combout ; +wire \text_gen|char_ram~19163_q ; +wire \text_gen|char_ram~18267_q ; +wire \text_gen|char_ram~50307_combout ; +wire \text_gen|char_ram~50308_combout ; +wire \text_gen|char_ram~16027_q ; +wire \text_gen|char_ram~15131_q ; +wire \text_gen|char_ram~14683_q ; +wire \text_gen|char_ram~15579feeder_combout ; +wire \text_gen|char_ram~15579_q ; +wire \text_gen|char_ram~50309_combout ; +wire \text_gen|char_ram~50310_combout ; +wire \text_gen|char_ram~50311_combout ; +wire \text_gen|char_ram~50314_combout ; +wire \text_gen|char_ram~50315_combout ; +wire \text_gen|char_ram~20969feeder_combout ; +wire \text_gen|char_ram~20969_q ; +wire \text_gen|char_ram~21417_q ; +wire \text_gen|char_ram~20073_q ; +wire \text_gen|char_ram~20521feeder_combout ; +wire \text_gen|char_ram~20521_q ; +wire \text_gen|char_ram~50292_combout ; +wire \text_gen|char_ram~50293_combout ; +wire \text_gen|char_ram~15145_q ; +wire \text_gen|char_ram~16041_q ; +wire \text_gen|char_ram~14697_q ; +wire \text_gen|char_ram~15593_q ; +wire \text_gen|char_ram~50289_combout ; +wire \text_gen|char_ram~50290_combout ; +wire \text_gen|char_ram~17385_q ; +wire \text_gen|char_ram~17833_q ; +wire \text_gen|char_ram~16489_q ; +wire \text_gen|char_ram~16937_q ; +wire \text_gen|char_ram~50287_combout ; +wire \text_gen|char_ram~50288_combout ; +wire \text_gen|char_ram~50291_combout ; +wire \text_gen|char_ram~18729_q ; +wire \text_gen|char_ram~19625_q ; +wire \text_gen|char_ram~19177feeder_combout ; +wire \text_gen|char_ram~19177_q ; +wire \text_gen|char_ram~18281_q ; +wire \text_gen|char_ram~50285_combout ; +wire \text_gen|char_ram~50286_combout ; +wire \text_gen|char_ram~50294_combout ; +wire \text_gen|char_ram~21025_q ; +wire \text_gen|char_ram~21473_q ; +wire \text_gen|char_ram~20129_q ; +wire \text_gen|char_ram~20577feeder_combout ; +wire \text_gen|char_ram~20577_q ; +wire \text_gen|char_ram~50323_combout ; +wire \text_gen|char_ram~50324_combout ; +wire \text_gen|char_ram~15201feeder_combout ; +wire \text_gen|char_ram~15201_q ; +wire \text_gen|char_ram~16097_q ; +wire \text_gen|char_ram~14753_q ; +wire \text_gen|char_ram~15649_q ; +wire \text_gen|char_ram~50320_combout ; +wire \text_gen|char_ram~50321_combout ; +wire \text_gen|char_ram~17441feeder_combout ; +wire \text_gen|char_ram~17441_q ; +wire \text_gen|char_ram~16545_q ; +wire \text_gen|char_ram~16993feeder_combout ; +wire \text_gen|char_ram~16993_q ; +wire \text_gen|char_ram~50318_combout ; +wire \text_gen|char_ram~17889_q ; +wire \text_gen|char_ram~50319_combout ; +wire \text_gen|char_ram~50322_combout ; +wire \text_gen|char_ram~18785_q ; +wire \text_gen|char_ram~19681_q ; +wire \text_gen|char_ram~19233_q ; +wire \text_gen|char_ram~18337_q ; +wire \text_gen|char_ram~50316_combout ; +wire \text_gen|char_ram~50317_combout ; +wire \text_gen|char_ram~50325_combout ; +wire \text_gen|char_ram~50326_combout ; +wire \text_gen|char_ram~16321_q ; +wire \text_gen|char_ram~16769_q ; +wire \text_gen|char_ram~50191_combout ; +wire \text_gen|char_ram~17217feeder_combout ; +wire \text_gen|char_ram~17217_q ; +wire \text_gen|char_ram~17665_q ; +wire \text_gen|char_ram~50192_combout ; +wire \text_gen|char_ram~14977_q ; +wire \text_gen|char_ram~15873_q ; +wire \text_gen|char_ram~15425_q ; +wire \text_gen|char_ram~14529_q ; +wire \text_gen|char_ram~50193_combout ; +wire \text_gen|char_ram~50194_combout ; +wire \text_gen|char_ram~50195_combout ; +wire \text_gen|char_ram~21249_q ; +wire \text_gen|char_ram~20801feeder_combout ; +wire \text_gen|char_ram~20801_q ; +wire \text_gen|char_ram~19905_q ; +wire \text_gen|char_ram~20353feeder_combout ; +wire \text_gen|char_ram~20353_q ; +wire \text_gen|char_ram~50196_combout ; +wire \text_gen|char_ram~50197_combout ; +wire \text_gen|char_ram~19009_q ; +wire \text_gen|char_ram~18113_q ; +wire \text_gen|char_ram~50189_combout ; +wire \text_gen|char_ram~19457_q ; +wire \text_gen|char_ram~18561feeder_combout ; +wire \text_gen|char_ram~18561_q ; +wire \text_gen|char_ram~50190_combout ; +wire \text_gen|char_ram~50198_combout ; +wire \text_gen|char_ram~20745feeder_combout ; +wire \text_gen|char_ram~20745_q ; +wire \text_gen|char_ram~21193_q ; +wire \text_gen|char_ram~20297_q ; +wire \text_gen|char_ram~19849_q ; +wire \text_gen|char_ram~50165_combout ; +wire \text_gen|char_ram~50166_combout ; +wire \text_gen|char_ram~17161feeder_combout ; +wire \text_gen|char_ram~17161_q ; +wire \text_gen|char_ram~16713_q ; +wire \text_gen|char_ram~16265_q ; +wire \text_gen|char_ram~50160_combout ; +wire \text_gen|char_ram~17609_q ; +wire \text_gen|char_ram~50161_combout ; +wire \text_gen|char_ram~14921feeder_combout ; +wire \text_gen|char_ram~14921_q ; +wire \text_gen|char_ram~15817_q ; +wire \text_gen|char_ram~15369_q ; +wire \text_gen|char_ram~14473_q ; +wire \text_gen|char_ram~50162_combout ; +wire \text_gen|char_ram~50163_combout ; +wire \text_gen|char_ram~50164_combout ; +wire \text_gen|char_ram~18505feeder_combout ; +wire \text_gen|char_ram~18505_q ; +wire \text_gen|char_ram~19401feeder_combout ; +wire \text_gen|char_ram~19401_q ; +wire \text_gen|char_ram~18953_q ; +wire \text_gen|char_ram~18057_q ; +wire \text_gen|char_ram~50158_combout ; +wire \text_gen|char_ram~50159_combout ; +wire \text_gen|char_ram~50167_combout ; +wire \text_gen|char_ram~20731feeder_combout ; +wire \text_gen|char_ram~20731_q ; +wire \text_gen|char_ram~21179_q ; +wire \text_gen|char_ram~20283feeder_combout ; +wire \text_gen|char_ram~20283_q ; +wire \text_gen|char_ram~19835_q ; +wire \text_gen|char_ram~50185_combout ; +wire \text_gen|char_ram~50186_combout ; +wire \text_gen|char_ram~17147_q ; +wire \text_gen|char_ram~17595_q ; +wire \text_gen|char_ram~16251_q ; +wire \text_gen|char_ram~16699_q ; +wire \text_gen|char_ram~50178_combout ; +wire \text_gen|char_ram~50179_combout ; +wire \text_gen|char_ram~14907feeder_combout ; +wire \text_gen|char_ram~14907_q ; +wire \text_gen|char_ram~15803_q ; +wire \text_gen|char_ram~14459_q ; +wire \text_gen|char_ram~15355_q ; +wire \text_gen|char_ram~50182_combout ; +wire \text_gen|char_ram~50183_combout ; +wire \text_gen|char_ram~18491feeder_combout ; +wire \text_gen|char_ram~18491_q ; +wire \text_gen|char_ram~19387_q ; +wire \text_gen|char_ram~18939_q ; +wire \text_gen|char_ram~18043_q ; +wire \text_gen|char_ram~50180_combout ; +wire \text_gen|char_ram~50181_combout ; +wire \text_gen|char_ram~50184_combout ; +wire \text_gen|char_ram~50187_combout ; +wire \text_gen|char_ram~18547_q ; +wire \text_gen|char_ram~19443_q ; +wire \text_gen|char_ram~18995feeder_combout ; +wire \text_gen|char_ram~18995_q ; +wire \text_gen|char_ram~18099_q ; +wire \text_gen|char_ram~50170_combout ; +wire \text_gen|char_ram~50171_combout ; +wire \text_gen|char_ram~15411feeder_combout ; +wire \text_gen|char_ram~15411_q ; +wire \text_gen|char_ram~14515_q ; +wire \text_gen|char_ram~50172_combout ; +wire \text_gen|char_ram~14963feeder_combout ; +wire \text_gen|char_ram~14963_q ; +wire \text_gen|char_ram~15859_q ; +wire \text_gen|char_ram~50173_combout ; +wire \text_gen|char_ram~50174_combout ; +wire \text_gen|char_ram~17203feeder_combout ; +wire \text_gen|char_ram~17203_q ; +wire \text_gen|char_ram~17651_q ; +wire \text_gen|char_ram~16755_q ; +wire \text_gen|char_ram~16307_q ; +wire \text_gen|char_ram~50168_combout ; +wire \text_gen|char_ram~50169_combout ; +wire \text_gen|char_ram~20787feeder_combout ; +wire \text_gen|char_ram~20787_q ; +wire \text_gen|char_ram~21235_q ; +wire \text_gen|char_ram~19891_q ; +wire \text_gen|char_ram~20339_q ; +wire \text_gen|char_ram~50175_combout ; +wire \text_gen|char_ram~50176_combout ; +wire \text_gen|char_ram~50177_combout ; +wire \text_gen|char_ram~50188_combout ; +wire \text_gen|char_ram~50199_combout ; +wire \text_gen|char_ram~50327_combout ; +wire \text_gen|char_ram~3385_q ; +wire \text_gen|char_ram~1593_q ; +wire \text_gen|char_ram~50335_combout ; +wire \text_gen|char_ram~5177_q ; +wire \text_gen|char_ram~6969_q ; +wire \text_gen|char_ram~50336_combout ; +wire \text_gen|char_ram~1145_q ; +wire \text_gen|char_ram~2937_q ; +wire \text_gen|char_ram~50328_combout ; +wire \text_gen|char_ram~4729_q ; +wire \text_gen|char_ram~6521feeder_combout ; +wire \text_gen|char_ram~6521_q ; +wire \text_gen|char_ram~50329_combout ; +wire \text_gen|char_ram~6073_q ; +wire \text_gen|char_ram~2489_q ; +wire \text_gen|char_ram~4281_q ; +wire \text_gen|char_ram~697_q ; +wire \text_gen|char_ram~50330_combout ; +wire \text_gen|char_ram~50331_combout ; +wire \text_gen|char_ram~2041feeder_combout ; +wire \text_gen|char_ram~2041_q ; +wire \text_gen|char_ram~5625feeder_combout ; +wire \text_gen|char_ram~5625_q ; +wire \text_gen|char_ram~3833feeder_combout ; +wire \text_gen|char_ram~3833_q ; +wire \text_gen|char_ram~249_q ; +wire \text_gen|char_ram~50332_combout ; +wire \text_gen|char_ram~50333_combout ; +wire \text_gen|char_ram~50334_combout ; +wire \text_gen|char_ram~50337_combout ; +wire \text_gen|char_ram~3441feeder_combout ; +wire \text_gen|char_ram~3441_q ; +wire \text_gen|char_ram~1649_q ; +wire \text_gen|char_ram~50366_combout ; +wire \text_gen|char_ram~5233_q ; +wire \text_gen|char_ram~7025_q ; +wire \text_gen|char_ram~50367_combout ; +wire \text_gen|char_ram~4785_q ; +wire \text_gen|char_ram~6577_q ; +wire \text_gen|char_ram~2993feeder_combout ; +wire \text_gen|char_ram~2993_q ; +wire \text_gen|char_ram~1201_q ; +wire \text_gen|char_ram~50359_combout ; +wire \text_gen|char_ram~50360_combout ; +wire \text_gen|char_ram~2097feeder_combout ; +wire \text_gen|char_ram~2097_q ; +wire \text_gen|char_ram~5681_q ; +wire \text_gen|char_ram~3889_q ; +wire \text_gen|char_ram~305_q ; +wire \text_gen|char_ram~50363_combout ; +wire \text_gen|char_ram~50364_combout ; +wire \text_gen|char_ram~2545_q ; +wire \text_gen|char_ram~6129_q ; +wire \text_gen|char_ram~4337_q ; +wire \text_gen|char_ram~753_q ; +wire \text_gen|char_ram~50361_combout ; +wire \text_gen|char_ram~50362_combout ; +wire \text_gen|char_ram~50365_combout ; +wire \text_gen|char_ram~50368_combout ; +wire \text_gen|char_ram~2531_q ; +wire \text_gen|char_ram~6115_q ; +wire \text_gen|char_ram~4323feeder_combout ; +wire \text_gen|char_ram~4323_q ; +wire \text_gen|char_ram~739_q ; +wire \text_gen|char_ram~50338_combout ; +wire \text_gen|char_ram~50339_combout ; +wire \text_gen|char_ram~5219feeder_combout ; +wire \text_gen|char_ram~5219_q ; +wire \text_gen|char_ram~3427_q ; +wire \text_gen|char_ram~1635_q ; +wire \text_gen|char_ram~50345_combout ; +wire \text_gen|char_ram~7011_q ; +wire \text_gen|char_ram~50346_combout ; +wire \text_gen|char_ram~6563_q ; +wire \text_gen|char_ram~4771_q ; +wire \text_gen|char_ram~2979feeder_combout ; +wire \text_gen|char_ram~2979_q ; +wire \text_gen|char_ram~1187_q ; +wire \text_gen|char_ram~50340_combout ; +wire \text_gen|char_ram~50341_combout ; +wire \text_gen|char_ram~2083feeder_combout ; +wire \text_gen|char_ram~2083_q ; +wire \text_gen|char_ram~5667_q ; +wire \text_gen|char_ram~3875_q ; +wire \text_gen|char_ram~291_q ; +wire \text_gen|char_ram~50342_combout ; +wire \text_gen|char_ram~50343_combout ; +wire \text_gen|char_ram~50344_combout ; +wire \text_gen|char_ram~50347_combout ; +wire \text_gen|char_ram~6507feeder_combout ; +wire \text_gen|char_ram~6507_q ; +wire \text_gen|char_ram~4715feeder_combout ; +wire \text_gen|char_ram~4715_q ; +wire \text_gen|char_ram~2923feeder_combout ; +wire \text_gen|char_ram~2923_q ; +wire \text_gen|char_ram~1131_q ; +wire \text_gen|char_ram~50350_combout ; +wire \text_gen|char_ram~50351_combout ; +wire \text_gen|char_ram~3819feeder_combout ; +wire \text_gen|char_ram~3819_q ; +wire \text_gen|char_ram~235_q ; +wire \text_gen|char_ram~50352_combout ; +wire \text_gen|char_ram~5611_q ; +wire \text_gen|char_ram~2027_q ; +wire \text_gen|char_ram~50353_combout ; +wire \text_gen|char_ram~50354_combout ; +wire \text_gen|char_ram~2475_q ; +wire \text_gen|char_ram~6059feeder_combout ; +wire \text_gen|char_ram~6059_q ; +wire \text_gen|char_ram~4267_q ; +wire \text_gen|char_ram~683_q ; +wire \text_gen|char_ram~50348_combout ; +wire \text_gen|char_ram~50349_combout ; +wire \text_gen|char_ram~6955_q ; +wire \text_gen|char_ram~5163feeder_combout ; +wire \text_gen|char_ram~5163_q ; +wire \text_gen|char_ram~3371_q ; +wire \text_gen|char_ram~1579_q ; +wire \text_gen|char_ram~50355_combout ; +wire \text_gen|char_ram~50356_combout ; +wire \text_gen|char_ram~50357_combout ; +wire \text_gen|char_ram~50358_combout ; +wire \text_gen|char_ram~50369_combout ; +wire \text_gen|char_ram~4449feeder_combout ; +wire \text_gen|char_ram~4449_q ; +wire \text_gen|char_ram~865_q ; +wire \text_gen|char_ram~2657_q ; +wire \text_gen|char_ram~50462_combout ; +wire \text_gen|char_ram~6241_q ; +wire \text_gen|char_ram~50463_combout ; +wire \text_gen|char_ram~2601feeder_combout ; +wire \text_gen|char_ram~2601_q ; +wire \text_gen|char_ram~6185_q ; +wire \text_gen|char_ram~809_q ; +wire \text_gen|char_ram~4393_q ; +wire \text_gen|char_ram~50455_combout ; +wire \text_gen|char_ram~50456_combout ; +wire \text_gen|char_ram~2587_q ; +wire \text_gen|char_ram~6171_q ; +wire \text_gen|char_ram~4379_q ; +wire \text_gen|char_ram~795feeder_combout ; +wire \text_gen|char_ram~795_q ; +wire \text_gen|char_ram~50459_combout ; +wire \text_gen|char_ram~50460_combout ; +wire \text_gen|char_ram~4435_q ; +wire \text_gen|char_ram~6227_q ; +wire \text_gen|char_ram~2643feeder_combout ; +wire \text_gen|char_ram~2643_q ; +wire \text_gen|char_ram~851_q ; +wire \text_gen|char_ram~50457_combout ; +wire \text_gen|char_ram~50458_combout ; +wire \text_gen|char_ram~50461_combout ; +wire \text_gen|char_ram~50464_combout ; +wire \text_gen|char_ram~3483_q ; +wire \text_gen|char_ram~7067_q ; +wire \text_gen|char_ram~5275feeder_combout ; +wire \text_gen|char_ram~5275_q ; +wire \text_gen|char_ram~1691_q ; +wire \text_gen|char_ram~50490_combout ; +wire \text_gen|char_ram~50491_combout ; +wire \text_gen|char_ram~3539feeder_combout ; +wire \text_gen|char_ram~3539_q ; +wire \text_gen|char_ram~1747_q ; +wire \text_gen|char_ram~50488_combout ; +wire \text_gen|char_ram~7123_q ; +wire \text_gen|char_ram~5331_q ; +wire \text_gen|char_ram~50489_combout ; +wire \text_gen|char_ram~50492_combout ; +wire \text_gen|char_ram~5345feeder_combout ; +wire \text_gen|char_ram~5345_q ; +wire \text_gen|char_ram~7137_q ; +wire \text_gen|char_ram~3553_q ; +wire \text_gen|char_ram~1761_q ; +wire \text_gen|char_ram~50493_combout ; +wire \text_gen|char_ram~50494_combout ; +wire \text_gen|char_ram~3497feeder_combout ; +wire \text_gen|char_ram~3497_q ; +wire \text_gen|char_ram~7081_q ; +wire \text_gen|char_ram~5289feeder_combout ; +wire \text_gen|char_ram~5289_q ; +wire \text_gen|char_ram~1705_q ; +wire \text_gen|char_ram~50486_combout ; +wire \text_gen|char_ram~50487_combout ; +wire \text_gen|char_ram~50495_combout ; +wire \text_gen|char_ram~4897feeder_combout ; +wire \text_gen|char_ram~4897_q ; +wire \text_gen|char_ram~1313_q ; +wire \text_gen|char_ram~3105_q ; +wire \text_gen|char_ram~50472_combout ; +wire \text_gen|char_ram~6689_q ; +wire \text_gen|char_ram~50473_combout ; +wire \text_gen|char_ram~6675feeder_combout ; +wire \text_gen|char_ram~6675_q ; +wire \text_gen|char_ram~4883feeder_combout ; +wire \text_gen|char_ram~4883_q ; +wire \text_gen|char_ram~3091feeder_combout ; +wire \text_gen|char_ram~3091_q ; +wire \text_gen|char_ram~1299_q ; +wire \text_gen|char_ram~50465_combout ; +wire \text_gen|char_ram~50466_combout ; +wire \text_gen|char_ram~3049_q ; +wire \text_gen|char_ram~6633_q ; +wire \text_gen|char_ram~4841_q ; +wire \text_gen|char_ram~1257_q ; +wire \text_gen|char_ram~50467_combout ; +wire \text_gen|char_ram~50468_combout ; +wire \text_gen|char_ram~3035feeder_combout ; +wire \text_gen|char_ram~3035_q ; +wire \text_gen|char_ram~4827_q ; +wire \text_gen|char_ram~1243_q ; +wire \text_gen|char_ram~50469_combout ; +wire \text_gen|char_ram~6619_q ; +wire \text_gen|char_ram~50470_combout ; +wire \text_gen|char_ram~50471_combout ; +wire \text_gen|char_ram~50474_combout ; +wire \text_gen|char_ram~3987_q ; +wire \text_gen|char_ram~5779_q ; +wire \text_gen|char_ram~2195_q ; +wire \text_gen|char_ram~403_q ; +wire \text_gen|char_ram~50475_combout ; +wire \text_gen|char_ram~50476_combout ; +wire \text_gen|char_ram~4001feeder_combout ; +wire \text_gen|char_ram~4001_q ; +wire \text_gen|char_ram~5793_q ; +wire \text_gen|char_ram~417_q ; +wire \text_gen|char_ram~2209_q ; +wire \text_gen|char_ram~50482_combout ; +wire \text_gen|char_ram~50483_combout ; +wire \text_gen|char_ram~2153_q ; +wire \text_gen|char_ram~5737_q ; +wire \text_gen|char_ram~3945_q ; +wire \text_gen|char_ram~361_q ; +wire \text_gen|char_ram~50477_combout ; +wire \text_gen|char_ram~50478_combout ; +wire \text_gen|char_ram~2139_q ; +wire \text_gen|char_ram~5723_q ; +wire \text_gen|char_ram~3931_q ; +wire \text_gen|char_ram~347_q ; +wire \text_gen|char_ram~50479_combout ; +wire \text_gen|char_ram~50480_combout ; +wire \text_gen|char_ram~50481_combout ; +wire \text_gen|char_ram~50484_combout ; +wire \text_gen|char_ram~50485_combout ; +wire \text_gen|char_ram~50496_combout ; +wire \text_gen|char_ram~1873_q ; +wire \text_gen|char_ram~5457_q ; +wire \text_gen|char_ram~81_q ; +wire \text_gen|char_ram~3665feeder_combout ; +wire \text_gen|char_ram~3665_q ; +wire \text_gen|char_ram~50447_combout ; +wire \text_gen|char_ram~50448_combout ; +wire \text_gen|char_ram~2321_q ; +wire \text_gen|char_ram~5905_q ; +wire \text_gen|char_ram~4113_q ; +wire \text_gen|char_ram~529_q ; +wire \text_gen|char_ram~50445_combout ; +wire \text_gen|char_ram~50446_combout ; +wire \text_gen|char_ram~50449_combout ; +wire \text_gen|char_ram~5009_q ; +wire \text_gen|char_ram~6801_q ; +wire \text_gen|char_ram~3217_q ; +wire \text_gen|char_ram~1425_q ; +wire \text_gen|char_ram~50450_combout ; +wire \text_gen|char_ram~50451_combout ; +wire \text_gen|char_ram~4561_q ; +wire \text_gen|char_ram~6353_q ; +wire \text_gen|char_ram~2769_q ; +wire \text_gen|char_ram~977_q ; +wire \text_gen|char_ram~50443_combout ; +wire \text_gen|char_ram~50444_combout ; +wire \text_gen|char_ram~50452_combout ; +wire \text_gen|char_ram~4505feeder_combout ; +wire \text_gen|char_ram~4505_q ; +wire \text_gen|char_ram~6297_q ; +wire \text_gen|char_ram~921_q ; +wire \text_gen|char_ram~2713feeder_combout ; +wire \text_gen|char_ram~2713_q ; +wire \text_gen|char_ram~50422_combout ; +wire \text_gen|char_ram~50423_combout ; +wire \text_gen|char_ram~4953_q ; +wire \text_gen|char_ram~6745_q ; +wire \text_gen|char_ram~3161feeder_combout ; +wire \text_gen|char_ram~3161_q ; +wire \text_gen|char_ram~1369_q ; +wire \text_gen|char_ram~50429_combout ; +wire \text_gen|char_ram~50430_combout ; +wire \text_gen|char_ram~2265_q ; +wire \text_gen|char_ram~5849_q ; +wire \text_gen|char_ram~4057_q ; +wire \text_gen|char_ram~473_q ; +wire \text_gen|char_ram~50424_combout ; +wire \text_gen|char_ram~50425_combout ; +wire \text_gen|char_ram~1817_q ; +wire \text_gen|char_ram~5401_q ; +wire \text_gen|char_ram~3609_q ; +wire \text_gen|char_ram~25_q ; +wire \text_gen|char_ram~50426_combout ; +wire \text_gen|char_ram~50427_combout ; +wire \text_gen|char_ram~50428_combout ; +wire \text_gen|char_ram~50431_combout ; +wire \text_gen|char_ram~4939_q ; +wire \text_gen|char_ram~6731_q ; +wire \text_gen|char_ram~1355_q ; +wire \text_gen|char_ram~3147_q ; +wire \text_gen|char_ram~50439_combout ; +wire \text_gen|char_ram~50440_combout ; +wire \text_gen|char_ram~2251_q ; +wire \text_gen|char_ram~5835_q ; +wire \text_gen|char_ram~4043feeder_combout ; +wire \text_gen|char_ram~4043_q ; +wire \text_gen|char_ram~459_q ; +wire \text_gen|char_ram~50432_combout ; +wire \text_gen|char_ram~50433_combout ; +wire \text_gen|char_ram~4491feeder_combout ; +wire \text_gen|char_ram~4491_q ; +wire \text_gen|char_ram~6283_q ; +wire \text_gen|char_ram~2699_q ; +wire \text_gen|char_ram~907feeder_combout ; +wire \text_gen|char_ram~907_q ; +wire \text_gen|char_ram~50434_combout ; +wire \text_gen|char_ram~50435_combout ; +wire \text_gen|char_ram~1803_q ; +wire \text_gen|char_ram~5387_q ; +wire \text_gen|char_ram~3595_q ; +wire \text_gen|char_ram~11_q ; +wire \text_gen|char_ram~50436_combout ; +wire \text_gen|char_ram~50437_combout ; +wire \text_gen|char_ram~50438_combout ; +wire \text_gen|char_ram~50441_combout ; +wire \text_gen|char_ram~50442_combout ; +wire \text_gen|char_ram~2755_q ; +wire \text_gen|char_ram~963_q ; +wire \text_gen|char_ram~50414_combout ; +wire \text_gen|char_ram~6339_q ; +wire \text_gen|char_ram~4547feeder_combout ; +wire \text_gen|char_ram~4547_q ; +wire \text_gen|char_ram~50415_combout ; +wire \text_gen|char_ram~67_q ; +wire \text_gen|char_ram~3651feeder_combout ; +wire \text_gen|char_ram~3651_q ; +wire \text_gen|char_ram~50416_combout ; +wire \text_gen|char_ram~5443_q ; +wire \text_gen|char_ram~1859feeder_combout ; +wire \text_gen|char_ram~1859_q ; +wire \text_gen|char_ram~50417_combout ; +wire \text_gen|char_ram~50418_combout ; +wire \text_gen|char_ram~1411_q ; +wire \text_gen|char_ram~3203_q ; +wire \text_gen|char_ram~50419_combout ; +wire \text_gen|char_ram~6787_q ; +wire \text_gen|char_ram~4995feeder_combout ; +wire \text_gen|char_ram~4995_q ; +wire \text_gen|char_ram~50420_combout ; +wire \text_gen|char_ram~2307_q ; +wire \text_gen|char_ram~5891_q ; +wire \text_gen|char_ram~4099_q ; +wire \text_gen|char_ram~515_q ; +wire \text_gen|char_ram~50412_combout ; +wire \text_gen|char_ram~50413_combout ; +wire \text_gen|char_ram~50421_combout ; +wire \text_gen|char_ram~50453_combout ; +wire \text_gen|char_ram~5107feeder_combout ; +wire \text_gen|char_ram~5107_q ; +wire \text_gen|char_ram~6899_q ; +wire \text_gen|char_ram~3315feeder_combout ; +wire \text_gen|char_ram~3315_q ; +wire \text_gen|char_ram~1523_q ; +wire \text_gen|char_ram~50401_combout ; +wire \text_gen|char_ram~50402_combout ; +wire \text_gen|char_ram~5121_q ; +wire \text_gen|char_ram~6913_q ; +wire \text_gen|char_ram~3329_q ; +wire \text_gen|char_ram~1537_q ; +wire \text_gen|char_ram~50408_combout ; +wire \text_gen|char_ram~50409_combout ; +wire \text_gen|char_ram~3273_q ; +wire \text_gen|char_ram~6857_q ; +wire \text_gen|char_ram~5065feeder_combout ; +wire \text_gen|char_ram~5065_q ; +wire \text_gen|char_ram~1481_q ; +wire \text_gen|char_ram~50403_combout ; +wire \text_gen|char_ram~50404_combout ; +wire \text_gen|char_ram~3259_q ; +wire \text_gen|char_ram~6843_q ; +wire \text_gen|char_ram~5051_q ; +wire \text_gen|char_ram~1467_q ; +wire \text_gen|char_ram~50405_combout ; +wire \text_gen|char_ram~50406_combout ; +wire \text_gen|char_ram~50407_combout ; +wire \text_gen|char_ram~50410_combout ; +wire \text_gen|char_ram~4659feeder_combout ; +wire \text_gen|char_ram~4659_q ; +wire \text_gen|char_ram~6451_q ; +wire \text_gen|char_ram~2867feeder_combout ; +wire \text_gen|char_ram~2867_q ; +wire \text_gen|char_ram~1075_q ; +wire \text_gen|char_ram~50370_combout ; +wire \text_gen|char_ram~50371_combout ; +wire \text_gen|char_ram~2811feeder_combout ; +wire \text_gen|char_ram~2811_q ; +wire \text_gen|char_ram~4603_q ; +wire \text_gen|char_ram~1019_q ; +wire \text_gen|char_ram~50374_combout ; +wire \text_gen|char_ram~6395feeder_combout ; +wire \text_gen|char_ram~6395_q ; +wire \text_gen|char_ram~50375_combout ; +wire \text_gen|char_ram~2825_q ; +wire \text_gen|char_ram~6409_q ; +wire \text_gen|char_ram~4617_q ; +wire \text_gen|char_ram~1033_q ; +wire \text_gen|char_ram~50372_combout ; +wire \text_gen|char_ram~50373_combout ; +wire \text_gen|char_ram~50376_combout ; +wire \text_gen|char_ram~4673feeder_combout ; +wire \text_gen|char_ram~4673_q ; +wire \text_gen|char_ram~6465_q ; +wire \text_gen|char_ram~2881feeder_combout ; +wire \text_gen|char_ram~2881_q ; +wire \text_gen|char_ram~1089_q ; +wire \text_gen|char_ram~50377_combout ; +wire \text_gen|char_ram~50378_combout ; +wire \text_gen|char_ram~50379_combout ; +wire \text_gen|char_ram~4225_q ; +wire \text_gen|char_ram~6017_q ; +wire \text_gen|char_ram~2433feeder_combout ; +wire \text_gen|char_ram~2433_q ; +wire \text_gen|char_ram~641_q ; +wire \text_gen|char_ram~50387_combout ; +wire \text_gen|char_ram~50388_combout ; +wire \text_gen|char_ram~2377feeder_combout ; +wire \text_gen|char_ram~2377_q ; +wire \text_gen|char_ram~5961_q ; +wire \text_gen|char_ram~4169feeder_combout ; +wire \text_gen|char_ram~4169_q ; +wire \text_gen|char_ram~585_q ; +wire \text_gen|char_ram~50382_combout ; +wire \text_gen|char_ram~50383_combout ; +wire \text_gen|char_ram~2363_q ; +wire \text_gen|char_ram~4155_q ; +wire \text_gen|char_ram~571_q ; +wire \text_gen|char_ram~50384_combout ; +wire \text_gen|char_ram~5947_q ; +wire \text_gen|char_ram~50385_combout ; +wire \text_gen|char_ram~50386_combout ; +wire \text_gen|char_ram~4211feeder_combout ; +wire \text_gen|char_ram~4211_q ; +wire \text_gen|char_ram~2419feeder_combout ; +wire \text_gen|char_ram~2419_q ; +wire \text_gen|char_ram~627_q ; +wire \text_gen|char_ram~50380_combout ; +wire \text_gen|char_ram~6003_q ; +wire \text_gen|char_ram~50381_combout ; +wire \text_gen|char_ram~50389_combout ; +wire \text_gen|char_ram~3777_q ; +wire \text_gen|char_ram~5569_q ; +wire \text_gen|char_ram~1985_q ; +wire \text_gen|char_ram~193_q ; +wire \text_gen|char_ram~50397_combout ; +wire \text_gen|char_ram~50398_combout ; +wire \text_gen|char_ram~3763feeder_combout ; +wire \text_gen|char_ram~3763_q ; +wire \text_gen|char_ram~5555_q ; +wire \text_gen|char_ram~179_q ; +wire \text_gen|char_ram~1971_q ; +wire \text_gen|char_ram~50390_combout ; +wire \text_gen|char_ram~50391_combout ; +wire \text_gen|char_ram~3707_q ; +wire \text_gen|char_ram~123_q ; +wire \text_gen|char_ram~50394_combout ; +wire \text_gen|char_ram~5499_q ; +wire \text_gen|char_ram~1915_q ; +wire \text_gen|char_ram~50395_combout ; +wire \text_gen|char_ram~1929feeder_combout ; +wire \text_gen|char_ram~1929_q ; +wire \text_gen|char_ram~5513_q ; +wire \text_gen|char_ram~3721feeder_combout ; +wire \text_gen|char_ram~3721_q ; +wire \text_gen|char_ram~137_q ; +wire \text_gen|char_ram~50392_combout ; +wire \text_gen|char_ram~50393_combout ; +wire \text_gen|char_ram~50396_combout ; +wire \text_gen|char_ram~50399_combout ; +wire \text_gen|char_ram~50400_combout ; +wire \text_gen|char_ram~50411_combout ; +wire \text_gen|char_ram~50454_combout ; +wire \text_gen|char_ram~50497_combout ; +wire \text_gen|char_ram~50498_combout ; +wire \text_gen|char_ram~24945feeder_combout ; +wire \text_gen|char_ram~24945_q ; +wire \text_gen|char_ram~24721_q ; +wire \text_gen|char_ram~24665_q ; +wire \text_gen|char_ram~24889feeder_combout ; +wire \text_gen|char_ram~24889_q ; +wire \text_gen|char_ram~50626_combout ; +wire \text_gen|char_ram~50627_combout ; +wire \text_gen|char_ram~22929feeder_combout ; +wire \text_gen|char_ram~22929_q ; +wire \text_gen|char_ram~23153_q ; +wire \text_gen|char_ram~22873feeder_combout ; +wire \text_gen|char_ram~22873_q ; +wire \text_gen|char_ram~23097_q ; +wire \text_gen|char_ram~50630_combout ; +wire \text_gen|char_ram~50631_combout ; +wire \text_gen|char_ram~26457feeder_combout ; +wire \text_gen|char_ram~26457_q ; +wire \text_gen|char_ram~26681feeder_combout ; +wire \text_gen|char_ram~26681_q ; +wire \text_gen|char_ram~50628_combout ; +wire \text_gen|char_ram~26513feeder_combout ; +wire \text_gen|char_ram~26513_q ; +wire \text_gen|char_ram~26737_q ; +wire \text_gen|char_ram~50629_combout ; +wire \text_gen|char_ram~50632_combout ; +wire \text_gen|char_ram~28305_q ; +wire \text_gen|char_ram~28529_q ; +wire \text_gen|char_ram~28249_q ; +wire \text_gen|char_ram~28473feeder_combout ; +wire \text_gen|char_ram~28473_q ; +wire \text_gen|char_ram~50633_combout ; +wire \text_gen|char_ram~50634_combout ; +wire \text_gen|char_ram~50635_combout ; +wire \text_gen|char_ram~24707feeder_combout ; +wire \text_gen|char_ram~24707_q ; +wire \text_gen|char_ram~24931_q ; +wire \text_gen|char_ram~24651_q ; +wire \text_gen|char_ram~24875_q ; +wire \text_gen|char_ram~50646_combout ; +wire \text_gen|char_ram~50647_combout ; +wire \text_gen|char_ram~28515feeder_combout ; +wire \text_gen|char_ram~28515_q ; +wire \text_gen|char_ram~28235_q ; +wire \text_gen|char_ram~28459feeder_combout ; +wire \text_gen|char_ram~28459_q ; +wire \text_gen|char_ram~50653_combout ; +wire \text_gen|char_ram~28291feeder_combout ; +wire \text_gen|char_ram~28291_q ; +wire \text_gen|char_ram~50654_combout ; +wire \text_gen|char_ram~22915feeder_combout ; +wire \text_gen|char_ram~22915_q ; +wire \text_gen|char_ram~23139_q ; +wire \text_gen|char_ram~22859_q ; +wire \text_gen|char_ram~23083_q ; +wire \text_gen|char_ram~50650_combout ; +wire \text_gen|char_ram~50651_combout ; +wire \text_gen|char_ram~26499feeder_combout ; +wire \text_gen|char_ram~26499_q ; +wire \text_gen|char_ram~26723_q ; +wire \text_gen|char_ram~26443_q ; +wire \text_gen|char_ram~26667feeder_combout ; +wire \text_gen|char_ram~26667_q ; +wire \text_gen|char_ram~50648_combout ; +wire \text_gen|char_ram~50649_combout ; +wire \text_gen|char_ram~50652_combout ; +wire \text_gen|char_ram~50655_combout ; +wire \text_gen|char_ram~24819_q ; +wire \text_gen|char_ram~25043_q ; +wire \text_gen|char_ram~24987_q ; +wire \text_gen|char_ram~24763_q ; +wire \text_gen|char_ram~50636_combout ; +wire \text_gen|char_ram~50637_combout ; +wire \text_gen|char_ram~23027_q ; +wire \text_gen|char_ram~23251_q ; +wire \text_gen|char_ram~23195_q ; +wire \text_gen|char_ram~22971_q ; +wire \text_gen|char_ram~50640_combout ; +wire \text_gen|char_ram~50641_combout ; +wire \text_gen|char_ram~26611_q ; +wire \text_gen|char_ram~26835_q ; +wire \text_gen|char_ram~26555_q ; +wire \text_gen|char_ram~26779_q ; +wire \text_gen|char_ram~50638_combout ; +wire \text_gen|char_ram~50639_combout ; +wire \text_gen|char_ram~50642_combout ; +wire \text_gen|char_ram~28403_q ; +wire \text_gen|char_ram~28627feeder_combout ; +wire \text_gen|char_ram~28627_q ; +wire \text_gen|char_ram~28347_q ; +wire \text_gen|char_ram~28571feeder_combout ; +wire \text_gen|char_ram~28571_q ; +wire \text_gen|char_ram~50643_combout ; +wire \text_gen|char_ram~50644_combout ; +wire \text_gen|char_ram~50645_combout ; +wire \text_gen|char_ram~50656_combout ; +wire \text_gen|char_ram~25001feeder_combout ; +wire \text_gen|char_ram~25001_q ; +wire \text_gen|char_ram~23209_q ; +wire \text_gen|char_ram~50657_combout ; +wire \text_gen|char_ram~25057_q ; +wire \text_gen|char_ram~23265_q ; +wire \text_gen|char_ram~50658_combout ; +wire \text_gen|char_ram~26849feeder_combout ; +wire \text_gen|char_ram~26849_q ; +wire \text_gen|char_ram~28641_q ; +wire \text_gen|char_ram~26793_q ; +wire \text_gen|char_ram~28585feeder_combout ; +wire \text_gen|char_ram~28585_q ; +wire \text_gen|char_ram~50664_combout ; +wire \text_gen|char_ram~50665_combout ; +wire \text_gen|char_ram~23041_q ; +wire \text_gen|char_ram~24833_q ; +wire \text_gen|char_ram~24777_q ; +wire \text_gen|char_ram~22985_q ; +wire \text_gen|char_ram~50661_combout ; +wire \text_gen|char_ram~50662_combout ; +wire \text_gen|char_ram~26625_q ; +wire \text_gen|char_ram~28417_q ; +wire \text_gen|char_ram~28361_q ; +wire \text_gen|char_ram~26569_q ; +wire \text_gen|char_ram~50659_combout ; +wire \text_gen|char_ram~50660_combout ; +wire \text_gen|char_ram~50663_combout ; +wire \text_gen|char_ram~50666_combout ; +wire \text_gen|char_ram~50667_combout ; +wire \text_gen|char_ram~26387feeder_combout ; +wire \text_gen|char_ram~26387_q ; +wire \text_gen|char_ram~22803_q ; +wire \text_gen|char_ram~50530_combout ; +wire \text_gen|char_ram~22817_q ; +wire \text_gen|char_ram~26401feeder_combout ; +wire \text_gen|char_ram~26401_q ; +wire \text_gen|char_ram~50531_combout ; +wire \text_gen|char_ram~24609feeder_combout ; +wire \text_gen|char_ram~24609_q ; +wire \text_gen|char_ram~28193_q ; +wire \text_gen|char_ram~28179_q ; +wire \text_gen|char_ram~24595_q ; +wire \text_gen|char_ram~50537_combout ; +wire \text_gen|char_ram~50538_combout ; +wire \text_gen|char_ram~24497_q ; +wire \text_gen|char_ram~28081feeder_combout ; +wire \text_gen|char_ram~28081_q ; +wire \text_gen|char_ram~28067feeder_combout ; +wire \text_gen|char_ram~28067_q ; +wire \text_gen|char_ram~24483_q ; +wire \text_gen|char_ram~50532_combout ; +wire \text_gen|char_ram~50533_combout ; +wire \text_gen|char_ram~22705feeder_combout ; +wire \text_gen|char_ram~22705_q ; +wire \text_gen|char_ram~26289_q ; +wire \text_gen|char_ram~26275feeder_combout ; +wire \text_gen|char_ram~26275_q ; +wire \text_gen|char_ram~22691_q ; +wire \text_gen|char_ram~50534_combout ; +wire \text_gen|char_ram~50535_combout ; +wire \text_gen|char_ram~50536_combout ; +wire \text_gen|char_ram~50539_combout ; +wire \text_gen|char_ram~24385feeder_combout ; +wire \text_gen|char_ram~24385_q ; +wire \text_gen|char_ram~24273_q ; +wire \text_gen|char_ram~24371feeder_combout ; +wire \text_gen|char_ram~24371_q ; +wire \text_gen|char_ram~24259_q ; +wire \text_gen|char_ram~50499_combout ; +wire \text_gen|char_ram~50500_combout ; +wire \text_gen|char_ram~27969_q ; +wire \text_gen|char_ram~27857_q ; +wire \text_gen|char_ram~27843_q ; +wire \text_gen|char_ram~27955feeder_combout ; +wire \text_gen|char_ram~27955_q ; +wire \text_gen|char_ram~50506_combout ; +wire \text_gen|char_ram~50507_combout ; +wire \text_gen|char_ram~22579_q ; +wire \text_gen|char_ram~22467feeder_combout ; +wire \text_gen|char_ram~22467_q ; +wire \text_gen|char_ram~50503_combout ; +wire \text_gen|char_ram~22593_q ; +wire \text_gen|char_ram~22481feeder_combout ; +wire \text_gen|char_ram~22481_q ; +wire \text_gen|char_ram~50504_combout ; +wire \text_gen|char_ram~26065_q ; +wire \text_gen|char_ram~26177_q ; +wire \text_gen|char_ram~26051_q ; +wire \text_gen|char_ram~26163feeder_combout ; +wire \text_gen|char_ram~26163_q ; +wire \text_gen|char_ram~50501_combout ; +wire \text_gen|char_ram~50502_combout ; +wire \text_gen|char_ram~50505_combout ; +wire \text_gen|char_ram~50508_combout ; +wire \text_gen|char_ram~22761_q ; +wire \text_gen|char_ram~24553_q ; +wire \text_gen|char_ram~24539feeder_combout ; +wire \text_gen|char_ram~24539_q ; +wire \text_gen|char_ram~22747_q ; +wire \text_gen|char_ram~50509_combout ; +wire \text_gen|char_ram~50510_combout ; +wire \text_gen|char_ram~26345_q ; +wire \text_gen|char_ram~28137_q ; +wire \text_gen|char_ram~28123feeder_combout ; +wire \text_gen|char_ram~28123_q ; +wire \text_gen|char_ram~26331_q ; +wire \text_gen|char_ram~50516_combout ; +wire \text_gen|char_ram~50517_combout ; +wire \text_gen|char_ram~26233_q ; +wire \text_gen|char_ram~28025_q ; +wire \text_gen|char_ram~28011feeder_combout ; +wire \text_gen|char_ram~28011_q ; +wire \text_gen|char_ram~26219_q ; +wire \text_gen|char_ram~50511_combout ; +wire \text_gen|char_ram~50512_combout ; +wire \text_gen|char_ram~22649_q ; +wire \text_gen|char_ram~24441_q ; +wire \text_gen|char_ram~24427_q ; +wire \text_gen|char_ram~22635_q ; +wire \text_gen|char_ram~50513_combout ; +wire \text_gen|char_ram~50514_combout ; +wire \text_gen|char_ram~50515_combout ; +wire \text_gen|char_ram~50518_combout ; +wire \text_gen|char_ram~24217feeder_combout ; +wire \text_gen|char_ram~24217_q ; +wire \text_gen|char_ram~27801_q ; +wire \text_gen|char_ram~27787_q ; +wire \text_gen|char_ram~24203_q ; +wire \text_gen|char_ram~50521_combout ; +wire \text_gen|char_ram~50522_combout ; +wire \text_gen|char_ram~22425_q ; +wire \text_gen|char_ram~26009_q ; +wire \text_gen|char_ram~22411_q ; +wire \text_gen|char_ram~25995feeder_combout ; +wire \text_gen|char_ram~25995_q ; +wire \text_gen|char_ram~50523_combout ; +wire \text_gen|char_ram~50524_combout ; +wire \text_gen|char_ram~50525_combout ; +wire \text_gen|char_ram~22537_q ; +wire \text_gen|char_ram~26121_q ; +wire \text_gen|char_ram~26107feeder_combout ; +wire \text_gen|char_ram~26107_q ; +wire \text_gen|char_ram~22523_q ; +wire \text_gen|char_ram~50519_combout ; +wire \text_gen|char_ram~50520_combout ; +wire \text_gen|char_ram~24329_q ; +wire \text_gen|char_ram~27913_q ; +wire \text_gen|char_ram~27899_q ; +wire \text_gen|char_ram~24315_q ; +wire \text_gen|char_ram~50526_combout ; +wire \text_gen|char_ram~50527_combout ; +wire \text_gen|char_ram~50528_combout ; +wire \text_gen|char_ram~50529_combout ; +wire \text_gen|char_ram~50540_combout ; +wire \text_gen|char_ram~23881feeder_combout ; +wire \text_gen|char_ram~23881_q ; +wire \text_gen|char_ram~24105_q ; +wire \text_gen|char_ram~23769_q ; +wire \text_gen|char_ram~23993_q ; +wire \text_gen|char_ram~50543_combout ; +wire \text_gen|char_ram~50544_combout ; +wire \text_gen|char_ram~22201feeder_combout ; +wire \text_gen|char_ram~22201_q ; +wire \text_gen|char_ram~22313_q ; +wire \text_gen|char_ram~21977_q ; +wire \text_gen|char_ram~22089_q ; +wire \text_gen|char_ram~50545_combout ; +wire \text_gen|char_ram~50546_combout ; +wire \text_gen|char_ram~50547_combout ; +wire \text_gen|char_ram~27465_q ; +wire \text_gen|char_ram~27689_q ; +wire \text_gen|char_ram~27577_q ; +wire \text_gen|char_ram~27353_q ; +wire \text_gen|char_ram~50548_combout ; +wire \text_gen|char_ram~50549_combout ; +wire \text_gen|char_ram~25785feeder_combout ; +wire \text_gen|char_ram~25785_q ; +wire \text_gen|char_ram~25897feeder_combout ; +wire \text_gen|char_ram~25897_q ; +wire \text_gen|char_ram~25561_q ; +wire \text_gen|char_ram~25673_q ; +wire \text_gen|char_ram~50541_combout ; +wire \text_gen|char_ram~50542_combout ; +wire \text_gen|char_ram~50550_combout ; +wire \text_gen|char_ram~23923_q ; +wire \text_gen|char_ram~24147_q ; +wire \text_gen|char_ram~24035_q ; +wire \text_gen|char_ram~23811_q ; +wire \text_gen|char_ram~50551_combout ; +wire \text_gen|char_ram~50552_combout ; +wire \text_gen|char_ram~25827_q ; +wire \text_gen|char_ram~25939_q ; +wire \text_gen|char_ram~25603_q ; +wire \text_gen|char_ram~25715_q ; +wire \text_gen|char_ram~50553_combout ; +wire \text_gen|char_ram~50554_combout ; +wire \text_gen|char_ram~22243feeder_combout ; +wire \text_gen|char_ram~22243_q ; +wire \text_gen|char_ram~22355_q ; +wire \text_gen|char_ram~22131feeder_combout ; +wire \text_gen|char_ram~22131_q ; +wire \text_gen|char_ram~22019_q ; +wire \text_gen|char_ram~50555_combout ; +wire \text_gen|char_ram~50556_combout ; +wire \text_gen|char_ram~50557_combout ; +wire \text_gen|char_ram~27507_q ; +wire \text_gen|char_ram~27731feeder_combout ; +wire \text_gen|char_ram~27731_q ; +wire \text_gen|char_ram~27395_q ; +wire \text_gen|char_ram~27619feeder_combout ; +wire \text_gen|char_ram~27619_q ; +wire \text_gen|char_ram~50558_combout ; +wire \text_gen|char_ram~50559_combout ; +wire \text_gen|char_ram~50560_combout ; +wire \text_gen|char_ram~27451_q ; +wire \text_gen|char_ram~27675_q ; +wire \text_gen|char_ram~27339_q ; +wire \text_gen|char_ram~27563_q ; +wire \text_gen|char_ram~50568_combout ; +wire \text_gen|char_ram~50569_combout ; +wire \text_gen|char_ram~25771_q ; +wire \text_gen|char_ram~25883_q ; +wire \text_gen|char_ram~25547_q ; +wire \text_gen|char_ram~25659feeder_combout ; +wire \text_gen|char_ram~25659_q ; +wire \text_gen|char_ram~50563_combout ; +wire \text_gen|char_ram~50564_combout ; +wire \text_gen|char_ram~22075feeder_combout ; +wire \text_gen|char_ram~22075_q ; +wire \text_gen|char_ram~21963_q ; +wire \text_gen|char_ram~50565_combout ; +wire \text_gen|char_ram~22187_q ; +wire \text_gen|char_ram~22299_q ; +wire \text_gen|char_ram~50566_combout ; +wire \text_gen|char_ram~50567_combout ; +wire \text_gen|char_ram~23867feeder_combout ; +wire \text_gen|char_ram~23867_q ; +wire \text_gen|char_ram~24091_q ; +wire \text_gen|char_ram~23979feeder_combout ; +wire \text_gen|char_ram~23979_q ; +wire \text_gen|char_ram~23755_q ; +wire \text_gen|char_ram~50561_combout ; +wire \text_gen|char_ram~50562_combout ; +wire \text_gen|char_ram~50570_combout ; +wire \text_gen|char_ram~50571_combout ; +wire \text_gen|char_ram~23937_q ; +wire \text_gen|char_ram~24161_q ; +wire \text_gen|char_ram~23825_q ; +wire \text_gen|char_ram~24049feeder_combout ; +wire \text_gen|char_ram~24049_q ; +wire \text_gen|char_ram~50574_combout ; +wire \text_gen|char_ram~50575_combout ; +wire \text_gen|char_ram~22033_q ; +wire \text_gen|char_ram~22145feeder_combout ; +wire \text_gen|char_ram~22145_q ; +wire \text_gen|char_ram~50576_combout ; +wire \text_gen|char_ram~22369_q ; +wire \text_gen|char_ram~22257_q ; +wire \text_gen|char_ram~50577_combout ; +wire \text_gen|char_ram~50578_combout ; +wire \text_gen|char_ram~27521feeder_combout ; +wire \text_gen|char_ram~27521_q ; +wire \text_gen|char_ram~27745_q ; +wire \text_gen|char_ram~27633_q ; +wire \text_gen|char_ram~27409_q ; +wire \text_gen|char_ram~50579_combout ; +wire \text_gen|char_ram~50580_combout ; +wire \text_gen|char_ram~25841_q ; +wire \text_gen|char_ram~25953_q ; +wire \text_gen|char_ram~25617_q ; +wire \text_gen|char_ram~25729feeder_combout ; +wire \text_gen|char_ram~25729_q ; +wire \text_gen|char_ram~50572_combout ; +wire \text_gen|char_ram~50573_combout ; +wire \text_gen|char_ram~50581_combout ; +wire \text_gen|char_ram~50582_combout ; +wire \text_gen|char_ram~21627_q ; +wire \text_gen|char_ram~21515_q ; +wire \text_gen|char_ram~50607_combout ; +wire \text_gen|char_ram~21851_q ; +wire \text_gen|char_ram~21739_q ; +wire \text_gen|char_ram~50608_combout ; +wire \text_gen|char_ram~25323feeder_combout ; +wire \text_gen|char_ram~25323_q ; +wire \text_gen|char_ram~25435_q ; +wire \text_gen|char_ram~25211_q ; +wire \text_gen|char_ram~25099_q ; +wire \text_gen|char_ram~50605_combout ; +wire \text_gen|char_ram~50606_combout ; +wire \text_gen|char_ram~50609_combout ; +wire \text_gen|char_ram~27003_q ; +wire \text_gen|char_ram~27227_q ; +wire \text_gen|char_ram~26891_q ; +wire \text_gen|char_ram~27115_q ; +wire \text_gen|char_ram~50610_combout ; +wire \text_gen|char_ram~50611_combout ; +wire \text_gen|char_ram~23419_q ; +wire \text_gen|char_ram~23643_q ; +wire \text_gen|char_ram~23307_q ; +wire \text_gen|char_ram~23531_q ; +wire \text_gen|char_ram~50603_combout ; +wire \text_gen|char_ram~50604_combout ; +wire \text_gen|char_ram~50612_combout ; +wire \text_gen|char_ram~25113_q ; +wire \text_gen|char_ram~25225feeder_combout ; +wire \text_gen|char_ram~25225_q ; +wire \text_gen|char_ram~50593_combout ; +wire \text_gen|char_ram~25449_q ; +wire \text_gen|char_ram~25337feeder_combout ; +wire \text_gen|char_ram~25337_q ; +wire \text_gen|char_ram~50594_combout ; +wire \text_gen|char_ram~21753_q ; +wire \text_gen|char_ram~21865_q ; +wire \text_gen|char_ram~21641_q ; +wire \text_gen|char_ram~21529_q ; +wire \text_gen|char_ram~50597_combout ; +wire \text_gen|char_ram~50598_combout ; +wire \text_gen|char_ram~23433_q ; +wire \text_gen|char_ram~23657_q ; +wire \text_gen|char_ram~23321_q ; +wire \text_gen|char_ram~23545feeder_combout ; +wire \text_gen|char_ram~23545_q ; +wire \text_gen|char_ram~50595_combout ; +wire \text_gen|char_ram~50596_combout ; +wire \text_gen|char_ram~50599_combout ; +wire \text_gen|char_ram~27017_q ; +wire \text_gen|char_ram~27241_q ; +wire \text_gen|char_ram~26905_q ; +wire \text_gen|char_ram~27129_q ; +wire \text_gen|char_ram~50600_combout ; +wire \text_gen|char_ram~50601_combout ; +wire \text_gen|char_ram~50602_combout ; +wire \text_gen|char_ram~50613_combout ; +wire \text_gen|char_ram~25169_q ; +wire \text_gen|char_ram~25281_q ; +wire \text_gen|char_ram~50614_combout ; +wire \text_gen|char_ram~25505_q ; +wire \text_gen|char_ram~25393feeder_combout ; +wire \text_gen|char_ram~25393_q ; +wire \text_gen|char_ram~50615_combout ; +wire \text_gen|char_ram~26961_q ; +wire \text_gen|char_ram~27185_q ; +wire \text_gen|char_ram~50621_combout ; +wire \text_gen|char_ram~27297_q ; +wire \text_gen|char_ram~27073_q ; +wire \text_gen|char_ram~50622_combout ; +wire \text_gen|char_ram~21809feeder_combout ; +wire \text_gen|char_ram~21809_q ; +wire \text_gen|char_ram~21921_q ; +wire \text_gen|char_ram~21585_q ; +wire \text_gen|char_ram~21697_q ; +wire \text_gen|char_ram~50618_combout ; +wire \text_gen|char_ram~50619_combout ; +wire \text_gen|char_ram~23713_q ; +wire \text_gen|char_ram~23489_q ; +wire \text_gen|char_ram~23377_q ; +wire \text_gen|char_ram~23601feeder_combout ; +wire \text_gen|char_ram~23601_q ; +wire \text_gen|char_ram~50616_combout ; +wire \text_gen|char_ram~50617_combout ; +wire \text_gen|char_ram~50620_combout ; +wire \text_gen|char_ram~50623_combout ; +wire \text_gen|char_ram~23699feeder_combout ; +wire \text_gen|char_ram~23699_q ; +wire \text_gen|char_ram~23475_q ; +wire \text_gen|char_ram~23363_q ; +wire \text_gen|char_ram~23587_q ; +wire \text_gen|char_ram~50583_combout ; +wire \text_gen|char_ram~50584_combout ; +wire \text_gen|char_ram~26947_q ; +wire \text_gen|char_ram~27171_q ; +wire \text_gen|char_ram~50590_combout ; +wire \text_gen|char_ram~27283_q ; +wire \text_gen|char_ram~27059_q ; +wire \text_gen|char_ram~50591_combout ; +wire \text_gen|char_ram~25379_q ; +wire \text_gen|char_ram~25491_q ; +wire \text_gen|char_ram~25155_q ; +wire \text_gen|char_ram~25267feeder_combout ; +wire \text_gen|char_ram~25267_q ; +wire \text_gen|char_ram~50585_combout ; +wire \text_gen|char_ram~50586_combout ; +wire \text_gen|char_ram~21571_q ; +wire \text_gen|char_ram~21683_q ; +wire \text_gen|char_ram~50587_combout ; +wire \text_gen|char_ram~21907_q ; +wire \text_gen|char_ram~21795_q ; +wire \text_gen|char_ram~50588_combout ; +wire \text_gen|char_ram~50589_combout ; +wire \text_gen|char_ram~50592_combout ; +wire \text_gen|char_ram~50624_combout ; +wire \text_gen|char_ram~50625_combout ; +wire \text_gen|char_ram~50668_combout ; +wire \text_gen|char_ram~50669_combout ; +wire \text_gen|char_ram~22824_q ; +wire \text_gen|char_ram~22838_q ; +wire \text_gen|char_ram~8502_q ; +wire \text_gen|char_ram~8488_q ; +wire \text_gen|char_ram~51144_combout ; +wire \text_gen|char_ram~51145_combout ; +wire \text_gen|char_ram~15656_q ; +wire \text_gen|char_ram~15670_q ; +wire \text_gen|char_ram~1320_q ; +wire \text_gen|char_ram~1334_q ; +wire \text_gen|char_ram~51137_combout ; +wire \text_gen|char_ram~51138_combout ; +wire \text_gen|char_ram~1278feeder_combout ; +wire \text_gen|char_ram~1278_q ; +wire \text_gen|char_ram~15614_q ; +wire \text_gen|char_ram~15600feeder_combout ; +wire \text_gen|char_ram~15600_q ; +wire \text_gen|char_ram~1264_q ; +wire \text_gen|char_ram~51141_combout ; +wire \text_gen|char_ram~51142_combout ; +wire \text_gen|char_ram~8446_q ; +wire \text_gen|char_ram~22782_q ; +wire \text_gen|char_ram~8432_q ; +wire \text_gen|char_ram~22768_q ; +wire \text_gen|char_ram~51139_combout ; +wire \text_gen|char_ram~51140_combout ; +wire \text_gen|char_ram~51143_combout ; +wire \text_gen|char_ram~51146_combout ; +wire \text_gen|char_ram~7606_q ; +wire \text_gen|char_ram~21942_q ; +wire \text_gen|char_ram~7592_q ; +wire \text_gen|char_ram~21928feeder_combout ; +wire \text_gen|char_ram~21928_q ; +wire \text_gen|char_ram~51164_combout ; +wire \text_gen|char_ram~51165_combout ; +wire \text_gen|char_ram~21886feeder_combout ; +wire \text_gen|char_ram~21886_q ; +wire \text_gen|char_ram~21872feeder_combout ; +wire \text_gen|char_ram~21872_q ; +wire \text_gen|char_ram~7550_q ; +wire \text_gen|char_ram~7536_q ; +wire \text_gen|char_ram~51157_combout ; +wire \text_gen|char_ram~51158_combout ; +wire \text_gen|char_ram~438feeder_combout ; +wire \text_gen|char_ram~438_q ; +wire \text_gen|char_ram~14774_q ; +wire \text_gen|char_ram~14760feeder_combout ; +wire \text_gen|char_ram~14760_q ; +wire \text_gen|char_ram~424_q ; +wire \text_gen|char_ram~51159_combout ; +wire \text_gen|char_ram~51160_combout ; +wire \text_gen|char_ram~14704feeder_combout ; +wire \text_gen|char_ram~14704_q ; +wire \text_gen|char_ram~368_q ; +wire \text_gen|char_ram~382_q ; +wire \text_gen|char_ram~51161_combout ; +wire \text_gen|char_ram~14718_q ; +wire \text_gen|char_ram~51162_combout ; +wire \text_gen|char_ram~51163_combout ; +wire \text_gen|char_ram~51166_combout ; +wire \text_gen|char_ram~872_q ; +wire \text_gen|char_ram~8040_q ; +wire \text_gen|char_ram~7984_q ; +wire \text_gen|char_ram~816_q ; +wire \text_gen|char_ram~51151_combout ; +wire \text_gen|char_ram~51152_combout ; +wire \text_gen|char_ram~830_q ; +wire \text_gen|char_ram~7998feeder_combout ; +wire \text_gen|char_ram~7998_q ; +wire \text_gen|char_ram~51149_combout ; +wire \text_gen|char_ram~8054_q ; +wire \text_gen|char_ram~886feeder_combout ; +wire \text_gen|char_ram~886_q ; +wire \text_gen|char_ram~51150_combout ; +wire \text_gen|char_ram~51153_combout ; +wire \text_gen|char_ram~15166feeder_combout ; +wire \text_gen|char_ram~15166_q ; +wire \text_gen|char_ram~15222feeder_combout ; +wire \text_gen|char_ram~15222_q ; +wire \text_gen|char_ram~51154_combout ; +wire \text_gen|char_ram~22390_q ; +wire \text_gen|char_ram~22334feeder_combout ; +wire \text_gen|char_ram~22334_q ; +wire \text_gen|char_ram~51155_combout ; +wire \text_gen|char_ram~22320feeder_combout ; +wire \text_gen|char_ram~22320_q ; +wire \text_gen|char_ram~22376_q ; +wire \text_gen|char_ram~15208_q ; +wire \text_gen|char_ram~15152_q ; +wire \text_gen|char_ram~51147_combout ; +wire \text_gen|char_ram~51148_combout ; +wire \text_gen|char_ram~51156_combout ; +wire \text_gen|char_ram~51167_combout ; +wire \text_gen|char_ram~23230_q ; +wire \text_gen|char_ram~16062_q ; +wire \text_gen|char_ram~51175_combout ; +wire \text_gen|char_ram~16118feeder_combout ; +wire \text_gen|char_ram~16118_q ; +wire \text_gen|char_ram~23286_q ; +wire \text_gen|char_ram~51176_combout ; +wire \text_gen|char_ram~8894_q ; +wire \text_gen|char_ram~8950_q ; +wire \text_gen|char_ram~1726_q ; +wire \text_gen|char_ram~1782_q ; +wire \text_gen|char_ram~51168_combout ; +wire \text_gen|char_ram~51169_combout ; +wire \text_gen|char_ram~16104_q ; +wire \text_gen|char_ram~23272_q ; +wire \text_gen|char_ram~23216_q ; +wire \text_gen|char_ram~16048_q ; +wire \text_gen|char_ram~51170_combout ; +wire \text_gen|char_ram~51171_combout ; +wire \text_gen|char_ram~8880feeder_combout ; +wire \text_gen|char_ram~8880_q ; +wire \text_gen|char_ram~8936_q ; +wire \text_gen|char_ram~1712_q ; +wire \text_gen|char_ram~1768_q ; +wire \text_gen|char_ram~51172_combout ; +wire \text_gen|char_ram~51173_combout ; +wire \text_gen|char_ram~51174_combout ; +wire \text_gen|char_ram~51177_combout ; +wire \text_gen|char_ram~51178_combout ; +wire \text_gen|char_ram~7942_q ; +wire \text_gen|char_ram~774feeder_combout ; +wire \text_gen|char_ram~774_q ; +wire \text_gen|char_ram~7886feeder_combout ; +wire \text_gen|char_ram~7886_q ; +wire \text_gen|char_ram~718_q ; +wire \text_gen|char_ram~51012_combout ; +wire \text_gen|char_ram~51013_combout ; +wire \text_gen|char_ram~760feeder_combout ; +wire \text_gen|char_ram~760_q ; +wire \text_gen|char_ram~7872feeder_combout ; +wire \text_gen|char_ram~7872_q ; +wire \text_gen|char_ram~704_q ; +wire \text_gen|char_ram~51014_combout ; +wire \text_gen|char_ram~7928_q ; +wire \text_gen|char_ram~51015_combout ; +wire \text_gen|char_ram~51016_combout ; +wire \text_gen|char_ram~22264feeder_combout ; +wire \text_gen|char_ram~22264_q ; +wire \text_gen|char_ram~22208_q ; +wire \text_gen|char_ram~15040_q ; +wire \text_gen|char_ram~15096_q ; +wire \text_gen|char_ram~51010_combout ; +wire \text_gen|char_ram~51011_combout ; +wire \text_gen|char_ram~22222feeder_combout ; +wire \text_gen|char_ram~22222_q ; +wire \text_gen|char_ram~22278_q ; +wire \text_gen|char_ram~15054_q ; +wire \text_gen|char_ram~15110feeder_combout ; +wire \text_gen|char_ram~15110_q ; +wire \text_gen|char_ram~51017_combout ; +wire \text_gen|char_ram~51018_combout ; +wire \text_gen|char_ram~51019_combout ; +wire \text_gen|char_ram~21830feeder_combout ; +wire \text_gen|char_ram~21830_q ; +wire \text_gen|char_ram~7494feeder_combout ; +wire \text_gen|char_ram~7494_q ; +wire \text_gen|char_ram~7480_q ; +wire \text_gen|char_ram~21816feeder_combout ; +wire \text_gen|char_ram~21816_q ; +wire \text_gen|char_ram~51037_combout ; +wire \text_gen|char_ram~51038_combout ; +wire \text_gen|char_ram~21760feeder_combout ; +wire \text_gen|char_ram~21760_q ; +wire \text_gen|char_ram~21774_q ; +wire \text_gen|char_ram~7424_q ; +wire \text_gen|char_ram~7438feeder_combout ; +wire \text_gen|char_ram~7438_q ; +wire \text_gen|char_ram~51030_combout ; +wire \text_gen|char_ram~51031_combout ; +wire \text_gen|char_ram~14592feeder_combout ; +wire \text_gen|char_ram~14592_q ; +wire \text_gen|char_ram~14606_q ; +wire \text_gen|char_ram~256_q ; +wire \text_gen|char_ram~270_q ; +wire \text_gen|char_ram~51034_combout ; +wire \text_gen|char_ram~51035_combout ; +wire \text_gen|char_ram~326feeder_combout ; +wire \text_gen|char_ram~326_q ; +wire \text_gen|char_ram~14662_q ; +wire \text_gen|char_ram~312_q ; +wire \text_gen|char_ram~14648feeder_combout ; +wire \text_gen|char_ram~14648_q ; +wire \text_gen|char_ram~51032_combout ; +wire \text_gen|char_ram~51033_combout ; +wire \text_gen|char_ram~51036_combout ; +wire \text_gen|char_ram~51039_combout ; +wire \text_gen|char_ram~22726feeder_combout ; +wire \text_gen|char_ram~22726_q ; +wire \text_gen|char_ram~22712feeder_combout ; +wire \text_gen|char_ram~22712_q ; +wire \text_gen|char_ram~8390feeder_combout ; +wire \text_gen|char_ram~8390_q ; +wire \text_gen|char_ram~8376feeder_combout ; +wire \text_gen|char_ram~8376_q ; +wire \text_gen|char_ram~51027_combout ; +wire \text_gen|char_ram~51028_combout ; +wire \text_gen|char_ram~8334feeder_combout ; +wire \text_gen|char_ram~8334_q ; +wire \text_gen|char_ram~22670_q ; +wire \text_gen|char_ram~22656feeder_combout ; +wire \text_gen|char_ram~22656_q ; +wire \text_gen|char_ram~8320_q ; +wire \text_gen|char_ram~51022_combout ; +wire \text_gen|char_ram~51023_combout ; +wire \text_gen|char_ram~1166_q ; +wire \text_gen|char_ram~15502_q ; +wire \text_gen|char_ram~15488_q ; +wire \text_gen|char_ram~1152_q ; +wire \text_gen|char_ram~51024_combout ; +wire \text_gen|char_ram~51025_combout ; +wire \text_gen|char_ram~51026_combout ; +wire \text_gen|char_ram~15544_q ; +wire \text_gen|char_ram~15558_q ; +wire \text_gen|char_ram~1208_q ; +wire \text_gen|char_ram~1222_q ; +wire \text_gen|char_ram~51020_combout ; +wire \text_gen|char_ram~51021_combout ; +wire \text_gen|char_ram~51029_combout ; +wire \text_gen|char_ram~51040_combout ; +wire \text_gen|char_ram~16006feeder_combout ; +wire \text_gen|char_ram~16006_q ; +wire \text_gen|char_ram~23174_q ; +wire \text_gen|char_ram~15950_q ; +wire \text_gen|char_ram~23118feeder_combout ; +wire \text_gen|char_ram~23118_q ; +wire \text_gen|char_ram~51048_combout ; +wire \text_gen|char_ram~51049_combout ; +wire \text_gen|char_ram~1670feeder_combout ; +wire \text_gen|char_ram~1670_q ; +wire \text_gen|char_ram~1614_q ; +wire \text_gen|char_ram~51041_combout ; +wire \text_gen|char_ram~8838feeder_combout ; +wire \text_gen|char_ram~8838_q ; +wire \text_gen|char_ram~8782_q ; +wire \text_gen|char_ram~51042_combout ; +wire \text_gen|char_ram~23160feeder_combout ; +wire \text_gen|char_ram~23160_q ; +wire \text_gen|char_ram~15992_q ; +wire \text_gen|char_ram~23104feeder_combout ; +wire \text_gen|char_ram~23104_q ; +wire \text_gen|char_ram~15936_q ; +wire \text_gen|char_ram~51043_combout ; +wire \text_gen|char_ram~51044_combout ; +wire \text_gen|char_ram~1600feeder_combout ; +wire \text_gen|char_ram~1600_q ; +wire \text_gen|char_ram~1656feeder_combout ; +wire \text_gen|char_ram~1656_q ; +wire \text_gen|char_ram~51045_combout ; +wire \text_gen|char_ram~8768_q ; +wire \text_gen|char_ram~8824_q ; +wire \text_gen|char_ram~51046_combout ; +wire \text_gen|char_ram~51047_combout ; +wire \text_gen|char_ram~51050_combout ; +wire \text_gen|char_ram~51051_combout ; +wire \text_gen|char_ram~15894_q ; +wire \text_gen|char_ram~23062_q ; +wire \text_gen|char_ram~15838feeder_combout ; +wire \text_gen|char_ram~15838_q ; +wire \text_gen|char_ram~23006_q ; +wire \text_gen|char_ram~51090_combout ; +wire \text_gen|char_ram~51091_combout ; +wire \text_gen|char_ram~8670_q ; +wire \text_gen|char_ram~8726_q ; +wire \text_gen|char_ram~1558feeder_combout ; +wire \text_gen|char_ram~1558_q ; +wire \text_gen|char_ram~1502_q ; +wire \text_gen|char_ram~51083_combout ; +wire \text_gen|char_ram~51084_combout ; +wire \text_gen|char_ram~8656_q ; +wire \text_gen|char_ram~8712_q ; +wire \text_gen|char_ram~1488_q ; +wire \text_gen|char_ram~1544feeder_combout ; +wire \text_gen|char_ram~1544_q ; +wire \text_gen|char_ram~51087_combout ; +wire \text_gen|char_ram~51088_combout ; +wire \text_gen|char_ram~15880_q ; +wire \text_gen|char_ram~23048feeder_combout ; +wire \text_gen|char_ram~23048_q ; +wire \text_gen|char_ram~15824_q ; +wire \text_gen|char_ram~22992_q ; +wire \text_gen|char_ram~51085_combout ; +wire \text_gen|char_ram~51086_combout ; +wire \text_gen|char_ram~51089_combout ; +wire \text_gen|char_ram~51092_combout ; +wire \text_gen|char_ram~662_q ; +wire \text_gen|char_ram~7830feeder_combout ; +wire \text_gen|char_ram~7830_q ; +wire \text_gen|char_ram~7774feeder_combout ; +wire \text_gen|char_ram~7774_q ; +wire \text_gen|char_ram~606_q ; +wire \text_gen|char_ram~51064_combout ; +wire \text_gen|char_ram~51065_combout ; +wire \text_gen|char_ram~648_q ; +wire \text_gen|char_ram~7816_q ; +wire \text_gen|char_ram~592_q ; +wire \text_gen|char_ram~7760_q ; +wire \text_gen|char_ram~51066_combout ; +wire \text_gen|char_ram~51067_combout ; +wire \text_gen|char_ram~51068_combout ; +wire \text_gen|char_ram~22110_q ; +wire \text_gen|char_ram~22166_q ; +wire \text_gen|char_ram~14998feeder_combout ; +wire \text_gen|char_ram~14998_q ; +wire \text_gen|char_ram~14942_q ; +wire \text_gen|char_ram~51069_combout ; +wire \text_gen|char_ram~51070_combout ; +wire \text_gen|char_ram~22096_q ; +wire \text_gen|char_ram~22152feeder_combout ; +wire \text_gen|char_ram~22152_q ; +wire \text_gen|char_ram~14984_q ; +wire \text_gen|char_ram~14928_q ; +wire \text_gen|char_ram~51062_combout ; +wire \text_gen|char_ram~51063_combout ; +wire \text_gen|char_ram~51071_combout ; +wire \text_gen|char_ram~21718feeder_combout ; +wire \text_gen|char_ram~21718_q ; +wire \text_gen|char_ram~7382_q ; +wire \text_gen|char_ram~21704_q ; +wire \text_gen|char_ram~7368_q ; +wire \text_gen|char_ram~51079_combout ; +wire \text_gen|char_ram~51080_combout ; +wire \text_gen|char_ram~21648feeder_combout ; +wire \text_gen|char_ram~21648_q ; +wire \text_gen|char_ram~21662_q ; +wire \text_gen|char_ram~7326_q ; +wire \text_gen|char_ram~7312_q ; +wire \text_gen|char_ram~51072_combout ; +wire \text_gen|char_ram~51073_combout ; +wire \text_gen|char_ram~214_q ; +wire \text_gen|char_ram~14550_q ; +wire \text_gen|char_ram~200_q ; +wire \text_gen|char_ram~14536_q ; +wire \text_gen|char_ram~51074_combout ; +wire \text_gen|char_ram~51075_combout ; +wire \text_gen|char_ram~14480_q ; +wire \text_gen|char_ram~14494_q ; +wire \text_gen|char_ram~158_q ; +wire \text_gen|char_ram~144_q ; +wire \text_gen|char_ram~51076_combout ; +wire \text_gen|char_ram~51077_combout ; +wire \text_gen|char_ram~51078_combout ; +wire \text_gen|char_ram~51081_combout ; +wire \text_gen|char_ram~51082_combout ; +wire \text_gen|char_ram~22600feeder_combout ; +wire \text_gen|char_ram~22600_q ; +wire \text_gen|char_ram~22614_q ; +wire \text_gen|char_ram~8264_q ; +wire \text_gen|char_ram~8278_q ; +wire \text_gen|char_ram~51059_combout ; +wire \text_gen|char_ram~51060_combout ; +wire \text_gen|char_ram~15432_q ; +wire \text_gen|char_ram~15446_q ; +wire \text_gen|char_ram~1110_q ; +wire \text_gen|char_ram~1096_q ; +wire \text_gen|char_ram~51052_combout ; +wire \text_gen|char_ram~51053_combout ; +wire \text_gen|char_ram~22544_q ; +wire \text_gen|char_ram~8208_q ; +wire \text_gen|char_ram~51054_combout ; +wire \text_gen|char_ram~22558_q ; +wire \text_gen|char_ram~8222_q ; +wire \text_gen|char_ram~51055_combout ; +wire \text_gen|char_ram~15390_q ; +wire \text_gen|char_ram~1054_q ; +wire \text_gen|char_ram~15376_q ; +wire \text_gen|char_ram~1040_q ; +wire \text_gen|char_ram~51056_combout ; +wire \text_gen|char_ram~51057_combout ; +wire \text_gen|char_ram~51058_combout ; +wire \text_gen|char_ram~51061_combout ; +wire \text_gen|char_ram~51093_combout ; +wire \text_gen|char_ram~21998_q ; +wire \text_gen|char_ram~22054_q ; +wire \text_gen|char_ram~14830_q ; +wire \text_gen|char_ram~14886feeder_combout ; +wire \text_gen|char_ram~14886_q ; +wire \text_gen|char_ram~51101_combout ; +wire \text_gen|char_ram~51102_combout ; +wire \text_gen|char_ram~14872_q ; +wire \text_gen|char_ram~14816feeder_combout ; +wire \text_gen|char_ram~14816_q ; +wire \text_gen|char_ram~51094_combout ; +wire \text_gen|char_ram~22040_q ; +wire \text_gen|char_ram~21984feeder_combout ; +wire \text_gen|char_ram~21984_q ; +wire \text_gen|char_ram~51095_combout ; +wire \text_gen|char_ram~550feeder_combout ; +wire \text_gen|char_ram~550_q ; +wire \text_gen|char_ram~7718_q ; +wire \text_gen|char_ram~494_q ; +wire \text_gen|char_ram~7662feeder_combout ; +wire \text_gen|char_ram~7662_q ; +wire \text_gen|char_ram~51096_combout ; +wire \text_gen|char_ram~51097_combout ; +wire \text_gen|char_ram~7648_q ; +wire \text_gen|char_ram~7704_q ; +wire \text_gen|char_ram~480_q ; +wire \text_gen|char_ram~536_q ; +wire \text_gen|char_ram~51098_combout ; +wire \text_gen|char_ram~51099_combout ; +wire \text_gen|char_ram~51100_combout ; +wire \text_gen|char_ram~51103_combout ; +wire \text_gen|char_ram~1390_q ; +wire \text_gen|char_ram~1446feeder_combout ; +wire \text_gen|char_ram~1446_q ; +wire \text_gen|char_ram~51125_combout ; +wire \text_gen|char_ram~8614_q ; +wire \text_gen|char_ram~8558_q ; +wire \text_gen|char_ram~51126_combout ; +wire \text_gen|char_ram~8544feeder_combout ; +wire \text_gen|char_ram~8544_q ; +wire \text_gen|char_ram~8600_q ; +wire \text_gen|char_ram~1376_q ; +wire \text_gen|char_ram~1432_q ; +wire \text_gen|char_ram~51129_combout ; +wire \text_gen|char_ram~51130_combout ; +wire \text_gen|char_ram~15768_q ; +wire \text_gen|char_ram~22936_q ; +wire \text_gen|char_ram~22880_q ; +wire \text_gen|char_ram~15712_q ; +wire \text_gen|char_ram~51127_combout ; +wire \text_gen|char_ram~51128_combout ; +wire \text_gen|char_ram~51131_combout ; +wire \text_gen|char_ram~15782_q ; +wire \text_gen|char_ram~22950_q ; +wire \text_gen|char_ram~15726_q ; +wire \text_gen|char_ram~22894_q ; +wire \text_gen|char_ram~51132_combout ; +wire \text_gen|char_ram~51133_combout ; +wire \text_gen|char_ram~51134_combout ; +wire \text_gen|char_ram~15320feeder_combout ; +wire \text_gen|char_ram~15320_q ; +wire \text_gen|char_ram~15334_q ; +wire \text_gen|char_ram~998_q ; +wire \text_gen|char_ram~984_q ; +wire \text_gen|char_ram~51104_combout ; +wire \text_gen|char_ram~51105_combout ; +wire \text_gen|char_ram~15264_q ; +wire \text_gen|char_ram~15278feeder_combout ; +wire \text_gen|char_ram~15278_q ; +wire \text_gen|char_ram~942_q ; +wire \text_gen|char_ram~928_q ; +wire \text_gen|char_ram~51108_combout ; +wire \text_gen|char_ram~51109_combout ; +wire \text_gen|char_ram~8110_q ; +wire \text_gen|char_ram~22446_q ; +wire \text_gen|char_ram~22432_q ; +wire \text_gen|char_ram~8096_q ; +wire \text_gen|char_ram~51106_combout ; +wire \text_gen|char_ram~51107_combout ; +wire \text_gen|char_ram~51110_combout ; +wire \text_gen|char_ram~22488_q ; +wire \text_gen|char_ram~22502_q ; +wire \text_gen|char_ram~8166_q ; +wire \text_gen|char_ram~8152_q ; +wire \text_gen|char_ram~51111_combout ; +wire \text_gen|char_ram~51112_combout ; +wire \text_gen|char_ram~51113_combout ; +wire \text_gen|char_ram~32_q ; +wire \text_gen|char_ram~46feeder_combout ; +wire \text_gen|char_ram~46_q ; +wire \text_gen|char_ram~51118_combout ; +wire \text_gen|char_ram~102_q ; +wire \text_gen|char_ram~88feeder_combout ; +wire \text_gen|char_ram~88_q ; +wire \text_gen|char_ram~51119_combout ; +wire \text_gen|char_ram~7256_q ; +wire \text_gen|char_ram~7200_q ; +wire \text_gen|char_ram~51116_combout ; +wire \text_gen|char_ram~7270_q ; +wire \text_gen|char_ram~7214_q ; +wire \text_gen|char_ram~51117_combout ; +wire \text_gen|char_ram~51120_combout ; +wire \text_gen|char_ram~21536_q ; +wire \text_gen|char_ram~21592feeder_combout ; +wire \text_gen|char_ram~21592_q ; +wire \text_gen|char_ram~51121_combout ; +wire \text_gen|char_ram~21550feeder_combout ; +wire \text_gen|char_ram~21550_q ; +wire \text_gen|char_ram~21606_q ; +wire \text_gen|char_ram~51122_combout ; +wire \text_gen|char_ram~14424_q ; +wire \text_gen|char_ram~14438_q ; +wire \text_gen|char_ram~14368_q ; +wire \text_gen|char_ram~14382_q ; +wire \text_gen|char_ram~51114_combout ; +wire \text_gen|char_ram~51115_combout ; +wire \text_gen|char_ram~51123_combout ; +wire \text_gen|char_ram~51124_combout ; +wire \text_gen|char_ram~51135_combout ; +wire \text_gen|char_ram~51136_combout ; +wire \text_gen|char_ram~51179_combout ; +wire \text_gen|char_ram~16790feeder_combout ; +wire \text_gen|char_ram~16790_q ; +wire \text_gen|char_ram~17014_q ; +wire \text_gen|char_ram~16678_q ; +wire \text_gen|char_ram~16902_q ; +wire \text_gen|char_ram~50857_combout ; +wire \text_gen|char_ram~50858_combout ; +wire \text_gen|char_ram~16734_q ; +wire \text_gen|char_ram~16958_q ; +wire \text_gen|char_ram~16846feeder_combout ; +wire \text_gen|char_ram~16846_q ; +wire \text_gen|char_ram~16622_q ; +wire \text_gen|char_ram~50850_combout ; +wire \text_gen|char_ram~50851_combout ; +wire \text_gen|char_ram~16888feeder_combout ; +wire \text_gen|char_ram~16888_q ; +wire \text_gen|char_ram~17000_q ; +wire \text_gen|char_ram~16776feeder_combout ; +wire \text_gen|char_ram~16776_q ; +wire \text_gen|char_ram~16664_q ; +wire \text_gen|char_ram~50852_combout ; +wire \text_gen|char_ram~50853_combout ; +wire \text_gen|char_ram~16832_q ; +wire \text_gen|char_ram~16944_q ; +wire \text_gen|char_ram~16608_q ; +wire \text_gen|char_ram~16720_q ; +wire \text_gen|char_ram~50854_combout ; +wire \text_gen|char_ram~50855_combout ; +wire \text_gen|char_ram~50856_combout ; +wire \text_gen|char_ram~50859_combout ; +wire \text_gen|char_ram~2454feeder_combout ; +wire \text_gen|char_ram~2454_q ; +wire \text_gen|char_ram~2678_q ; +wire \text_gen|char_ram~2566feeder_combout ; +wire \text_gen|char_ram~2566_q ; +wire \text_gen|char_ram~2342_q ; +wire \text_gen|char_ram~50867_combout ; +wire \text_gen|char_ram~50868_combout ; +wire \text_gen|char_ram~2622_q ; +wire \text_gen|char_ram~2398feeder_combout ; +wire \text_gen|char_ram~2398_q ; +wire \text_gen|char_ram~2286_q ; +wire \text_gen|char_ram~2510_q ; +wire \text_gen|char_ram~50860_combout ; +wire \text_gen|char_ram~50861_combout ; +wire \text_gen|char_ram~2552_q ; +wire \text_gen|char_ram~2664_q ; +wire \text_gen|char_ram~2440_q ; +wire \text_gen|char_ram~2328_q ; +wire \text_gen|char_ram~50862_combout ; +wire \text_gen|char_ram~50863_combout ; +wire \text_gen|char_ram~2496_q ; +wire \text_gen|char_ram~2608_q ; +wire \text_gen|char_ram~2384feeder_combout ; +wire \text_gen|char_ram~2384_q ; +wire \text_gen|char_ram~2272_q ; +wire \text_gen|char_ram~50864_combout ; +wire \text_gen|char_ram~50865_combout ; +wire \text_gen|char_ram~50866_combout ; +wire \text_gen|char_ram~50869_combout ; +wire \text_gen|char_ram~50870_combout ; +wire \text_gen|char_ram~9832_q ; +wire \text_gen|char_ram~9720_q ; +wire \text_gen|char_ram~9496_q ; +wire \text_gen|char_ram~9608_q ; +wire \text_gen|char_ram~50840_combout ; +wire \text_gen|char_ram~50841_combout ; +wire \text_gen|char_ram~9622feeder_combout ; +wire \text_gen|char_ram~9622_q ; +wire \text_gen|char_ram~9846_q ; +wire \text_gen|char_ram~9510_q ; +wire \text_gen|char_ram~9734feeder_combout ; +wire \text_gen|char_ram~9734_q ; +wire \text_gen|char_ram~50847_combout ; +wire \text_gen|char_ram~50848_combout ; +wire \text_gen|char_ram~9566_q ; +wire \text_gen|char_ram~9790_q ; +wire \text_gen|char_ram~9454_q ; +wire \text_gen|char_ram~9678_q ; +wire \text_gen|char_ram~50842_combout ; +wire \text_gen|char_ram~50843_combout ; +wire \text_gen|char_ram~9440_q ; +wire \text_gen|char_ram~9552feeder_combout ; +wire \text_gen|char_ram~9552_q ; +wire \text_gen|char_ram~50844_combout ; +wire \text_gen|char_ram~9776_q ; +wire \text_gen|char_ram~9664feeder_combout ; +wire \text_gen|char_ram~9664_q ; +wire \text_gen|char_ram~50845_combout ; +wire \text_gen|char_ram~50846_combout ; +wire \text_gen|char_ram~50849_combout ; +wire \text_gen|char_ram~24056feeder_combout ; +wire \text_gen|char_ram~24056_q ; +wire \text_gen|char_ram~24168_q ; +wire \text_gen|char_ram~23832_q ; +wire \text_gen|char_ram~23944feeder_combout ; +wire \text_gen|char_ram~23944_q ; +wire \text_gen|char_ram~50871_combout ; +wire \text_gen|char_ram~50872_combout ; +wire \text_gen|char_ram~23958_q ; +wire \text_gen|char_ram~24182_q ; +wire \text_gen|char_ram~23846_q ; +wire \text_gen|char_ram~24070feeder_combout ; +wire \text_gen|char_ram~24070_q ; +wire \text_gen|char_ram~50878_combout ; +wire \text_gen|char_ram~50879_combout ; +wire \text_gen|char_ram~23888_q ; +wire \text_gen|char_ram~23776_q ; +wire \text_gen|char_ram~50875_combout ; +wire \text_gen|char_ram~24000_q ; +wire \text_gen|char_ram~24112_q ; +wire \text_gen|char_ram~50876_combout ; +wire \text_gen|char_ram~23790_q ; +wire \text_gen|char_ram~24014feeder_combout ; +wire \text_gen|char_ram~24014_q ; +wire \text_gen|char_ram~50873_combout ; +wire \text_gen|char_ram~24126_q ; +wire \text_gen|char_ram~23902_q ; +wire \text_gen|char_ram~50874_combout ; +wire \text_gen|char_ram~50877_combout ; +wire \text_gen|char_ram~50880_combout ; +wire \text_gen|char_ram~50881_combout ; +wire \text_gen|char_ram~10630_q ; +wire \text_gen|char_ram~10406_q ; +wire \text_gen|char_ram~50984_combout ; +wire \text_gen|char_ram~10742_q ; +wire \text_gen|char_ram~10518feeder_combout ; +wire \text_gen|char_ram~10518_q ; +wire \text_gen|char_ram~50985_combout ; +wire \text_gen|char_ram~10504_q ; +wire \text_gen|char_ram~10728_q ; +wire \text_gen|char_ram~10616_q ; +wire \text_gen|char_ram~10392_q ; +wire \text_gen|char_ram~50977_combout ; +wire \text_gen|char_ram~50978_combout ; +wire \text_gen|char_ram~10560feeder_combout ; +wire \text_gen|char_ram~10560_q ; +wire \text_gen|char_ram~10672_q ; +wire \text_gen|char_ram~10336_q ; +wire \text_gen|char_ram~10448_q ; +wire \text_gen|char_ram~50981_combout ; +wire \text_gen|char_ram~50982_combout ; +wire \text_gen|char_ram~10574_q ; +wire \text_gen|char_ram~10686_q ; +wire \text_gen|char_ram~10350_q ; +wire \text_gen|char_ram~10462_q ; +wire \text_gen|char_ram~50979_combout ; +wire \text_gen|char_ram~50980_combout ; +wire \text_gen|char_ram~50983_combout ; +wire \text_gen|char_ram~50986_combout ; +wire \text_gen|char_ram~3406_q ; +wire \text_gen|char_ram~3518_q ; +wire \text_gen|char_ram~3182_q ; +wire \text_gen|char_ram~3294_q ; +wire \text_gen|char_ram~50989_combout ; +wire \text_gen|char_ram~50990_combout ; +wire \text_gen|char_ram~3392_q ; +wire \text_gen|char_ram~3504_q ; +wire \text_gen|char_ram~3168_q ; +wire \text_gen|char_ram~3280_q ; +wire \text_gen|char_ram~50991_combout ; +wire \text_gen|char_ram~50992_combout ; +wire \text_gen|char_ram~50993_combout ; +wire \text_gen|char_ram~3560_q ; +wire \text_gen|char_ram~3224_q ; +wire \text_gen|char_ram~3448_q ; +wire \text_gen|char_ram~50987_combout ; +wire \text_gen|char_ram~3336_q ; +wire \text_gen|char_ram~50988_combout ; +wire \text_gen|char_ram~3350_q ; +wire \text_gen|char_ram~3574_q ; +wire \text_gen|char_ram~3238_q ; +wire \text_gen|char_ram~3462_q ; +wire \text_gen|char_ram~50994_combout ; +wire \text_gen|char_ram~50995_combout ; +wire \text_gen|char_ram~50996_combout ; +wire \text_gen|char_ram~50997_combout ; +wire \text_gen|char_ram~24742_q ; +wire \text_gen|char_ram~24966_q ; +wire \text_gen|char_ram~51005_combout ; +wire \text_gen|char_ram~25078_q ; +wire \text_gen|char_ram~24854feeder_combout ; +wire \text_gen|char_ram~24854_q ; +wire \text_gen|char_ram~51006_combout ; +wire \text_gen|char_ram~24840feeder_combout ; +wire \text_gen|char_ram~24840_q ; +wire \text_gen|char_ram~25064_q ; +wire \text_gen|char_ram~24728_q ; +wire \text_gen|char_ram~24952_q ; +wire \text_gen|char_ram~50998_combout ; +wire \text_gen|char_ram~50999_combout ; +wire \text_gen|char_ram~24910feeder_combout ; +wire \text_gen|char_ram~24910_q ; +wire \text_gen|char_ram~25022_q ; +wire \text_gen|char_ram~24686_q ; +wire \text_gen|char_ram~24798feeder_combout ; +wire \text_gen|char_ram~24798_q ; +wire \text_gen|char_ram~51000_combout ; +wire \text_gen|char_ram~51001_combout ; +wire \text_gen|char_ram~24896feeder_combout ; +wire \text_gen|char_ram~24896_q ; +wire \text_gen|char_ram~24784_q ; +wire \text_gen|char_ram~24672_q ; +wire \text_gen|char_ram~51002_combout ; +wire \text_gen|char_ram~25008_q ; +wire \text_gen|char_ram~51003_combout ; +wire \text_gen|char_ram~51004_combout ; +wire \text_gen|char_ram~51007_combout ; +wire \text_gen|char_ram~17742_q ; +wire \text_gen|char_ram~17854_q ; +wire \text_gen|char_ram~17630_q ; +wire \text_gen|char_ram~17518_q ; +wire \text_gen|char_ram~50969_combout ; +wire \text_gen|char_ram~50970_combout ; +wire \text_gen|char_ram~17728feeder_combout ; +wire \text_gen|char_ram~17728_q ; +wire \text_gen|char_ram~17840_q ; +wire \text_gen|char_ram~17616_q ; +wire \text_gen|char_ram~17504_q ; +wire \text_gen|char_ram~50971_combout ; +wire \text_gen|char_ram~50972_combout ; +wire \text_gen|char_ram~50973_combout ; +wire \text_gen|char_ram~17672feeder_combout ; +wire \text_gen|char_ram~17672_q ; +wire \text_gen|char_ram~17896_q ; +wire \text_gen|char_ram~17560_q ; +wire \text_gen|char_ram~17784_q ; +wire \text_gen|char_ram~50967_combout ; +wire \text_gen|char_ram~50968_combout ; +wire \text_gen|char_ram~17686feeder_combout ; +wire \text_gen|char_ram~17686_q ; +wire \text_gen|char_ram~17910_q ; +wire \text_gen|char_ram~17574_q ; +wire \text_gen|char_ram~17798_q ; +wire \text_gen|char_ram~50974_combout ; +wire \text_gen|char_ram~50975_combout ; +wire \text_gen|char_ram~50976_combout ; +wire \text_gen|char_ram~51008_combout ; +wire \text_gen|char_ram~9174feeder_combout ; +wire \text_gen|char_ram~9174_q ; +wire \text_gen|char_ram~9062_q ; +wire \text_gen|char_ram~9286_q ; +wire \text_gen|char_ram~50931_combout ; +wire \text_gen|char_ram~9398_q ; +wire \text_gen|char_ram~50932_combout ; +wire \text_gen|char_ram~9118_q ; +wire \text_gen|char_ram~9342_q ; +wire \text_gen|char_ram~9006_q ; +wire \text_gen|char_ram~9230_q ; +wire \text_gen|char_ram~50924_combout ; +wire \text_gen|char_ram~50925_combout ; +wire \text_gen|char_ram~9216_q ; +wire \text_gen|char_ram~9328_q ; +wire \text_gen|char_ram~8992_q ; +wire \text_gen|char_ram~9104_q ; +wire \text_gen|char_ram~50928_combout ; +wire \text_gen|char_ram~50929_combout ; +wire \text_gen|char_ram~9048_q ; +wire \text_gen|char_ram~9160feeder_combout ; +wire \text_gen|char_ram~9160_q ; +wire \text_gen|char_ram~50926_combout ; +wire \text_gen|char_ram~9384_q ; +wire \text_gen|char_ram~9272_q ; +wire \text_gen|char_ram~50927_combout ; +wire \text_gen|char_ram~50930_combout ; +wire \text_gen|char_ram~50933_combout ; +wire \text_gen|char_ram~23342_q ; +wire \text_gen|char_ram~23566feeder_combout ; +wire \text_gen|char_ram~23566_q ; +wire \text_gen|char_ram~50955_combout ; +wire \text_gen|char_ram~23454_q ; +wire \text_gen|char_ram~23678_q ; +wire \text_gen|char_ram~50956_combout ; +wire \text_gen|char_ram~23398_q ; +wire \text_gen|char_ram~23622feeder_combout ; +wire \text_gen|char_ram~23622_q ; +wire \text_gen|char_ram~50962_combout ; +wire \text_gen|char_ram~23510_q ; +wire \text_gen|char_ram~23734_q ; +wire \text_gen|char_ram~50963_combout ; +wire \text_gen|char_ram~23384_q ; +wire \text_gen|char_ram~23496_q ; +wire \text_gen|char_ram~50957_combout ; +wire \text_gen|char_ram~23720_q ; +wire \text_gen|char_ram~23608_q ; +wire \text_gen|char_ram~50958_combout ; +wire \text_gen|char_ram~23552_q ; +wire \text_gen|char_ram~23664_q ; +wire \text_gen|char_ram~23328_q ; +wire \text_gen|char_ram~23440_q ; +wire \text_gen|char_ram~50959_combout ; +wire \text_gen|char_ram~50960_combout ; +wire \text_gen|char_ram~50961_combout ; +wire \text_gen|char_ram~50964_combout ; +wire \text_gen|char_ram~16286_q ; +wire \text_gen|char_ram~16510_q ; +wire \text_gen|char_ram~16174_q ; +wire \text_gen|char_ram~16398feeder_combout ; +wire \text_gen|char_ram~16398_q ; +wire \text_gen|char_ram~50934_combout ; +wire \text_gen|char_ram~50935_combout ; +wire \text_gen|char_ram~16230_q ; +wire \text_gen|char_ram~16454_q ; +wire \text_gen|char_ram~50941_combout ; +wire \text_gen|char_ram~16566_q ; +wire \text_gen|char_ram~16342feeder_combout ; +wire \text_gen|char_ram~16342_q ; +wire \text_gen|char_ram~50942_combout ; +wire \text_gen|char_ram~16384feeder_combout ; +wire \text_gen|char_ram~16384_q ; +wire \text_gen|char_ram~16496_q ; +wire \text_gen|char_ram~16272_q ; +wire \text_gen|char_ram~16160_q ; +wire \text_gen|char_ram~50938_combout ; +wire \text_gen|char_ram~50939_combout ; +wire \text_gen|char_ram~16440_q ; +wire \text_gen|char_ram~16552_q ; +wire \text_gen|char_ram~16216_q ; +wire \text_gen|char_ram~16328feeder_combout ; +wire \text_gen|char_ram~16328_q ; +wire \text_gen|char_ram~50936_combout ; +wire \text_gen|char_ram~50937_combout ; +wire \text_gen|char_ram~50940_combout ; +wire \text_gen|char_ram~50943_combout ; +wire \text_gen|char_ram~2062_q ; +wire \text_gen|char_ram~1838_q ; +wire \text_gen|char_ram~50944_combout ; +wire \text_gen|char_ram~2174_q ; +wire \text_gen|char_ram~1950_q ; +wire \text_gen|char_ram~50945_combout ; +wire \text_gen|char_ram~2006_q ; +wire \text_gen|char_ram~2230_q ; +wire \text_gen|char_ram~1894_q ; +wire \text_gen|char_ram~2118_q ; +wire \text_gen|char_ram~50951_combout ; +wire \text_gen|char_ram~50952_combout ; +wire \text_gen|char_ram~2104_q ; +wire \text_gen|char_ram~2216_q ; +wire \text_gen|char_ram~1880_q ; +wire \text_gen|char_ram~1992_q ; +wire \text_gen|char_ram~50946_combout ; +wire \text_gen|char_ram~50947_combout ; +wire \text_gen|char_ram~2048_q ; +wire \text_gen|char_ram~2160_q ; +wire \text_gen|char_ram~1824_q ; +wire \text_gen|char_ram~1936_q ; +wire \text_gen|char_ram~50948_combout ; +wire \text_gen|char_ram~50949_combout ; +wire \text_gen|char_ram~50950_combout ; +wire \text_gen|char_ram~50953_combout ; +wire \text_gen|char_ram~50954_combout ; +wire \text_gen|char_ram~50965_combout ; +wire \text_gen|char_ram~10182feeder_combout ; +wire \text_gen|char_ram~10182_q ; +wire \text_gen|char_ram~3014_q ; +wire \text_gen|char_ram~50889_combout ; +wire \text_gen|char_ram~17350feeder_combout ; +wire \text_gen|char_ram~17350_q ; +wire \text_gen|char_ram~24518_q ; +wire \text_gen|char_ram~50890_combout ; +wire \text_gen|char_ram~24462_q ; +wire \text_gen|char_ram~10126_q ; +wire \text_gen|char_ram~2958_q ; +wire \text_gen|char_ram~50882_combout ; +wire \text_gen|char_ram~17294_q ; +wire \text_gen|char_ram~50883_combout ; +wire \text_gen|char_ram~10168_q ; +wire \text_gen|char_ram~24504_q ; +wire \text_gen|char_ram~17336_q ; +wire \text_gen|char_ram~3000_q ; +wire \text_gen|char_ram~50884_combout ; +wire \text_gen|char_ram~50885_combout ; +wire \text_gen|char_ram~10112_q ; +wire \text_gen|char_ram~24448_q ; +wire \text_gen|char_ram~2944_q ; +wire \text_gen|char_ram~17280feeder_combout ; +wire \text_gen|char_ram~17280_q ; +wire \text_gen|char_ram~50886_combout ; +wire \text_gen|char_ram~50887_combout ; +wire \text_gen|char_ram~50888_combout ; +wire \text_gen|char_ram~50891_combout ; +wire \text_gen|char_ram~17126_q ; +wire \text_gen|char_ram~24294_q ; +wire \text_gen|char_ram~9958_q ; +wire \text_gen|char_ram~2790_q ; +wire \text_gen|char_ram~50909_combout ; +wire \text_gen|char_ram~50910_combout ; +wire \text_gen|char_ram~9944feeder_combout ; +wire \text_gen|char_ram~9944_q ; +wire \text_gen|char_ram~2776_q ; +wire \text_gen|char_ram~50904_combout ; +wire \text_gen|char_ram~24280_q ; +wire \text_gen|char_ram~17112feeder_combout ; +wire \text_gen|char_ram~17112_q ; +wire \text_gen|char_ram~50905_combout ; +wire \text_gen|char_ram~9888feeder_combout ; +wire \text_gen|char_ram~9888_q ; +wire \text_gen|char_ram~2720_q ; +wire \text_gen|char_ram~50906_combout ; +wire \text_gen|char_ram~17056feeder_combout ; +wire \text_gen|char_ram~17056_q ; +wire \text_gen|char_ram~24224_q ; +wire \text_gen|char_ram~50907_combout ; +wire \text_gen|char_ram~50908_combout ; +wire \text_gen|char_ram~17070_q ; +wire \text_gen|char_ram~24238_q ; +wire \text_gen|char_ram~2734_q ; +wire \text_gen|char_ram~9902_q ; +wire \text_gen|char_ram~50902_combout ; +wire \text_gen|char_ram~50903_combout ; +wire \text_gen|char_ram~50911_combout ; +wire \text_gen|char_ram~10070feeder_combout ; +wire \text_gen|char_ram~10070_q ; +wire \text_gen|char_ram~2902_q ; +wire \text_gen|char_ram~50899_combout ; +wire \text_gen|char_ram~24406_q ; +wire \text_gen|char_ram~17238feeder_combout ; +wire \text_gen|char_ram~17238_q ; +wire \text_gen|char_ram~50900_combout ; +wire \text_gen|char_ram~24336_q ; +wire \text_gen|char_ram~10000_q ; +wire \text_gen|char_ram~17168_q ; +wire \text_gen|char_ram~2832_q ; +wire \text_gen|char_ram~50896_combout ; +wire \text_gen|char_ram~50897_combout ; +wire \text_gen|char_ram~17182feeder_combout ; +wire \text_gen|char_ram~17182_q ; +wire \text_gen|char_ram~24350_q ; +wire \text_gen|char_ram~10014_q ; +wire \text_gen|char_ram~2846_q ; +wire \text_gen|char_ram~50894_combout ; +wire \text_gen|char_ram~50895_combout ; +wire \text_gen|char_ram~50898_combout ; +wire \text_gen|char_ram~10056_q ; +wire \text_gen|char_ram~24392_q ; +wire \text_gen|char_ram~17224feeder_combout ; +wire \text_gen|char_ram~17224_q ; +wire \text_gen|char_ram~2888_q ; +wire \text_gen|char_ram~50892_combout ; +wire \text_gen|char_ram~50893_combout ; +wire \text_gen|char_ram~50901_combout ; +wire \text_gen|char_ram~50912_combout ; +wire \text_gen|char_ram~10238_q ; +wire \text_gen|char_ram~24574_q ; +wire \text_gen|char_ram~24560_q ; +wire \text_gen|char_ram~10224feeder_combout ; +wire \text_gen|char_ram~10224_q ; +wire \text_gen|char_ram~50915_combout ; +wire \text_gen|char_ram~50916_combout ; +wire \text_gen|char_ram~3070_q ; +wire \text_gen|char_ram~17406_q ; +wire \text_gen|char_ram~17392_q ; +wire \text_gen|char_ram~3056_q ; +wire \text_gen|char_ram~50917_combout ; +wire \text_gen|char_ram~50918_combout ; +wire \text_gen|char_ram~50919_combout ; +wire \text_gen|char_ram~24616_q ; +wire \text_gen|char_ram~24630_q ; +wire \text_gen|char_ram~10294feeder_combout ; +wire \text_gen|char_ram~10294_q ; +wire \text_gen|char_ram~10280_q ; +wire \text_gen|char_ram~50920_combout ; +wire \text_gen|char_ram~50921_combout ; +wire \text_gen|char_ram~17448_q ; +wire \text_gen|char_ram~17462_q ; +wire \text_gen|char_ram~3126_q ; +wire \text_gen|char_ram~3112_q ; +wire \text_gen|char_ram~50913_combout ; +wire \text_gen|char_ram~50914_combout ; +wire \text_gen|char_ram~50922_combout ; +wire \text_gen|char_ram~50923_combout ; +wire \text_gen|char_ram~50966_combout ; +wire \text_gen|char_ram~51009_combout ; +wire \text_gen|char_ram~51180_combout ; +wire \text_gen|char_ram~20920feeder_combout ; +wire \text_gen|char_ram~20920_q ; +wire \text_gen|char_ram~28088_q ; +wire \text_gen|char_ram~6584feeder_combout ; +wire \text_gen|char_ram~6584_q ; +wire \text_gen|char_ram~13752_q ; +wire \text_gen|char_ram~51193_combout ; +wire \text_gen|char_ram~51194_combout ; +wire \text_gen|char_ram~28032feeder_combout ; +wire \text_gen|char_ram~28032_q ; +wire \text_gen|char_ram~13696feeder_combout ; +wire \text_gen|char_ram~13696_q ; +wire \text_gen|char_ram~6528feeder_combout ; +wire \text_gen|char_ram~6528_q ; +wire \text_gen|char_ram~51195_combout ; +wire \text_gen|char_ram~20864_q ; +wire \text_gen|char_ram~51196_combout ; +wire \text_gen|char_ram~51197_combout ; +wire \text_gen|char_ram~13766feeder_combout ; +wire \text_gen|char_ram~13766_q ; +wire \text_gen|char_ram~28102_q ; +wire \text_gen|char_ram~6598_q ; +wire \text_gen|char_ram~20934feeder_combout ; +wire \text_gen|char_ram~20934_q ; +wire \text_gen|char_ram~51198_combout ; +wire \text_gen|char_ram~51199_combout ; +wire \text_gen|char_ram~28046feeder_combout ; +wire \text_gen|char_ram~28046_q ; +wire \text_gen|char_ram~20878feeder_combout ; +wire \text_gen|char_ram~20878_q ; +wire \text_gen|char_ram~6542_q ; +wire \text_gen|char_ram~51191_combout ; +wire \text_gen|char_ram~13710feeder_combout ; +wire \text_gen|char_ram~13710_q ; +wire \text_gen|char_ram~51192_combout ; +wire \text_gen|char_ram~51200_combout ; +wire \text_gen|char_ram~13486_q ; +wire \text_gen|char_ram~27822_q ; +wire \text_gen|char_ram~20654_q ; +wire \text_gen|char_ram~6318_q ; +wire \text_gen|char_ram~51201_combout ; +wire \text_gen|char_ram~51202_combout ; +wire \text_gen|char_ram~13542feeder_combout ; +wire \text_gen|char_ram~13542_q ; +wire \text_gen|char_ram~27878feeder_combout ; +wire \text_gen|char_ram~27878_q ; +wire \text_gen|char_ram~20710feeder_combout ; +wire \text_gen|char_ram~20710_q ; +wire \text_gen|char_ram~6374_q ; +wire \text_gen|char_ram~51208_combout ; +wire \text_gen|char_ram~51209_combout ; +wire \text_gen|char_ram~20696_q ; +wire \text_gen|char_ram~27864_q ; +wire \text_gen|char_ram~13528feeder_combout ; +wire \text_gen|char_ram~13528_q ; +wire \text_gen|char_ram~6360_q ; +wire \text_gen|char_ram~51203_combout ; +wire \text_gen|char_ram~51204_combout ; +wire \text_gen|char_ram~20640_q ; +wire \text_gen|char_ram~13472feeder_combout ; +wire \text_gen|char_ram~13472_q ; +wire \text_gen|char_ram~6304_q ; +wire \text_gen|char_ram~51205_combout ; +wire \text_gen|char_ram~27808_q ; +wire \text_gen|char_ram~51206_combout ; +wire \text_gen|char_ram~51207_combout ; +wire \text_gen|char_ram~51210_combout ; +wire \text_gen|char_ram~51211_combout ; +wire \text_gen|char_ram~6654_q ; +wire \text_gen|char_ram~20990_q ; +wire \text_gen|char_ram~51212_combout ; +wire \text_gen|char_ram~28158_q ; +wire \text_gen|char_ram~13822feeder_combout ; +wire \text_gen|char_ram~13822_q ; +wire \text_gen|char_ram~51213_combout ; +wire \text_gen|char_ram~13878_q ; +wire \text_gen|char_ram~28214_q ; +wire \text_gen|char_ram~21046_q ; +wire \text_gen|char_ram~6710_q ; +wire \text_gen|char_ram~51219_combout ; +wire \text_gen|char_ram~51220_combout ; +wire \text_gen|char_ram~21032_q ; +wire \text_gen|char_ram~28200_q ; +wire \text_gen|char_ram~6696_q ; +wire \text_gen|char_ram~13864_q ; +wire \text_gen|char_ram~51214_combout ; +wire \text_gen|char_ram~51215_combout ; +wire \text_gen|char_ram~20976_q ; +wire \text_gen|char_ram~28144_q ; +wire \text_gen|char_ram~13808_q ; +wire \text_gen|char_ram~6640_q ; +wire \text_gen|char_ram~51216_combout ; +wire \text_gen|char_ram~51217_combout ; +wire \text_gen|char_ram~51218_combout ; +wire \text_gen|char_ram~51221_combout ; +wire \text_gen|char_ram~13654feeder_combout ; +wire \text_gen|char_ram~13654_q ; +wire \text_gen|char_ram~27990_q ; +wire \text_gen|char_ram~20822feeder_combout ; +wire \text_gen|char_ram~20822_q ; +wire \text_gen|char_ram~6486_q ; +wire \text_gen|char_ram~51188_combout ; +wire \text_gen|char_ram~51189_combout ; +wire \text_gen|char_ram~27934feeder_combout ; +wire \text_gen|char_ram~27934_q ; +wire \text_gen|char_ram~13598_q ; +wire \text_gen|char_ram~20766feeder_combout ; +wire \text_gen|char_ram~20766_q ; +wire \text_gen|char_ram~6430_q ; +wire \text_gen|char_ram~51181_combout ; +wire \text_gen|char_ram~51182_combout ; +wire \text_gen|char_ram~20752feeder_combout ; +wire \text_gen|char_ram~20752_q ; +wire \text_gen|char_ram~27920_q ; +wire \text_gen|char_ram~13584_q ; +wire \text_gen|char_ram~6416_q ; +wire \text_gen|char_ram~51185_combout ; +wire \text_gen|char_ram~51186_combout ; +wire \text_gen|char_ram~20808_q ; +wire \text_gen|char_ram~13640_q ; +wire \text_gen|char_ram~6472_q ; +wire \text_gen|char_ram~51183_combout ; +wire \text_gen|char_ram~27976_q ; +wire \text_gen|char_ram~51184_combout ; +wire \text_gen|char_ram~51187_combout ; +wire \text_gen|char_ram~51190_combout ; +wire \text_gen|char_ram~51222_combout ; +wire \text_gen|char_ram~14256_q ; +wire \text_gen|char_ram~14270_q ; +wire \text_gen|char_ram~14032_q ; +wire \text_gen|char_ram~14046_q ; +wire \text_gen|char_ram~51308_combout ; +wire \text_gen|char_ram~51309_combout ; +wire \text_gen|char_ram~14312_q ; +wire \text_gen|char_ram~14326_q ; +wire \text_gen|char_ram~14088_q ; +wire \text_gen|char_ram~14102_q ; +wire \text_gen|char_ram~51315_combout ; +wire \text_gen|char_ram~51316_combout ; +wire \text_gen|char_ram~13920_q ; +wire \text_gen|char_ram~13934_q ; +wire \text_gen|char_ram~51312_combout ; +wire \text_gen|char_ram~14144feeder_combout ; +wire \text_gen|char_ram~14144_q ; +wire \text_gen|char_ram~14158_q ; +wire \text_gen|char_ram~51313_combout ; +wire \text_gen|char_ram~13990_q ; +wire \text_gen|char_ram~14214_q ; +wire \text_gen|char_ram~14200_q ; +wire \text_gen|char_ram~13976feeder_combout ; +wire \text_gen|char_ram~13976_q ; +wire \text_gen|char_ram~51310_combout ; +wire \text_gen|char_ram~51311_combout ; +wire \text_gen|char_ram~51314_combout ; +wire \text_gen|char_ram~51317_combout ; +wire \text_gen|char_ram~28480feeder_combout ; +wire \text_gen|char_ram~28480_q ; +wire \text_gen|char_ram~28256_q ; +wire \text_gen|char_ram~28270_q ; +wire \text_gen|char_ram~51343_combout ; +wire \text_gen|char_ram~28494_q ; +wire \text_gen|char_ram~51344_combout ; +wire \text_gen|char_ram~28326_q ; +wire \text_gen|char_ram~28312_q ; +wire \text_gen|char_ram~51341_combout ; +wire \text_gen|char_ram~28550_q ; +wire \text_gen|char_ram~28536_q ; +wire \text_gen|char_ram~51342_combout ; +wire \text_gen|char_ram~51345_combout ; +wire \text_gen|char_ram~28438feeder_combout ; +wire \text_gen|char_ram~28438_q ; +wire \text_gen|char_ram~28662_q ; +wire \text_gen|char_ram~28424_q ; +wire \text_gen|char_ram~28648_q ; +wire \text_gen|char_ram~51346_combout ; +wire \text_gen|char_ram~51347_combout ; +wire \text_gen|char_ram~28382_q ; +wire \text_gen|char_ram~28606_q ; +wire \text_gen|char_ram~28368_q ; +wire \text_gen|char_ram~28592_q ; +wire \text_gen|char_ram~51339_combout ; +wire \text_gen|char_ram~51340_combout ; +wire \text_gen|char_ram~51348_combout ; +wire \text_gen|char_ram~21326_q ; +wire \text_gen|char_ram~21438_q ; +wire \text_gen|char_ram~51325_combout ; +wire \text_gen|char_ram~21494_q ; +wire \text_gen|char_ram~21382_q ; +wire \text_gen|char_ram~51326_combout ; +wire \text_gen|char_ram~21214_q ; +wire \text_gen|char_ram~21270_q ; +wire \text_gen|char_ram~21102_q ; +wire \text_gen|char_ram~21158feeder_combout ; +wire \text_gen|char_ram~21158_q ; +wire \text_gen|char_ram~51318_combout ; +wire \text_gen|char_ram~51319_combout ; +wire \text_gen|char_ram~21200_q ; +wire \text_gen|char_ram~21256_q ; +wire \text_gen|char_ram~21088_q ; +wire \text_gen|char_ram~21144_q ; +wire \text_gen|char_ram~51322_combout ; +wire \text_gen|char_ram~51323_combout ; +wire \text_gen|char_ram~21368_q ; +wire \text_gen|char_ram~21480_q ; +wire \text_gen|char_ram~21312_q ; +wire \text_gen|char_ram~21424feeder_combout ; +wire \text_gen|char_ram~21424_q ; +wire \text_gen|char_ram~51320_combout ; +wire \text_gen|char_ram~51321_combout ; +wire \text_gen|char_ram~51324_combout ; +wire \text_gen|char_ram~51327_combout ; +wire \text_gen|char_ram~6990feeder_combout ; +wire \text_gen|char_ram~6990_q ; +wire \text_gen|char_ram~7102_q ; +wire \text_gen|char_ram~6766_q ; +wire \text_gen|char_ram~6878_q ; +wire \text_gen|char_ram~51328_combout ; +wire \text_gen|char_ram~51329_combout ; +wire \text_gen|char_ram~7046_q ; +wire \text_gen|char_ram~7158_q ; +wire \text_gen|char_ram~6822_q ; +wire \text_gen|char_ram~6934feeder_combout ; +wire \text_gen|char_ram~6934_q ; +wire \text_gen|char_ram~51335_combout ; +wire \text_gen|char_ram~51336_combout ; +wire \text_gen|char_ram~7032feeder_combout ; +wire \text_gen|char_ram~7032_q ; +wire \text_gen|char_ram~7144_q ; +wire \text_gen|char_ram~6808_q ; +wire \text_gen|char_ram~6920_q ; +wire \text_gen|char_ram~51330_combout ; +wire \text_gen|char_ram~51331_combout ; +wire \text_gen|char_ram~6976feeder_combout ; +wire \text_gen|char_ram~6976_q ; +wire \text_gen|char_ram~7088_q ; +wire \text_gen|char_ram~6752_q ; +wire \text_gen|char_ram~6864_q ; +wire \text_gen|char_ram~51332_combout ; +wire \text_gen|char_ram~51333_combout ; +wire \text_gen|char_ram~51334_combout ; +wire \text_gen|char_ram~51337_combout ; +wire \text_gen|char_ram~51338_combout ; +wire \text_gen|char_ram~51349_combout ; +wire \text_gen|char_ram~12744_q ; +wire \text_gen|char_ram~12968_q ; +wire \text_gen|char_ram~12632_q ; +wire \text_gen|char_ram~12856_q ; +wire \text_gen|char_ram~51267_combout ; +wire \text_gen|char_ram~51268_combout ; +wire \text_gen|char_ram~12800_q ; +wire \text_gen|char_ram~12912_q ; +wire \text_gen|char_ram~12576_q ; +wire \text_gen|char_ram~12688_q ; +wire \text_gen|char_ram~51269_combout ; +wire \text_gen|char_ram~51270_combout ; +wire \text_gen|char_ram~51271_combout ; +wire \text_gen|char_ram~12870feeder_combout ; +wire \text_gen|char_ram~12870_q ; +wire \text_gen|char_ram~12646_q ; +wire \text_gen|char_ram~51272_combout ; +wire \text_gen|char_ram~12982_q ; +wire \text_gen|char_ram~12758feeder_combout ; +wire \text_gen|char_ram~12758_q ; +wire \text_gen|char_ram~51273_combout ; +wire \text_gen|char_ram~12814feeder_combout ; +wire \text_gen|char_ram~12814_q ; +wire \text_gen|char_ram~12926_q ; +wire \text_gen|char_ram~12702_q ; +wire \text_gen|char_ram~12590_q ; +wire \text_gen|char_ram~51265_combout ; +wire \text_gen|char_ram~51266_combout ; +wire \text_gen|char_ram~51274_combout ; +wire \text_gen|char_ram~27094feeder_combout ; +wire \text_gen|char_ram~27094_q ; +wire \text_gen|char_ram~27318_q ; +wire \text_gen|char_ram~27206_q ; +wire \text_gen|char_ram~26982_q ; +wire \text_gen|char_ram~51303_combout ; +wire \text_gen|char_ram~51304_combout ; +wire \text_gen|char_ram~26926_q ; +wire \text_gen|char_ram~27038_q ; +wire \text_gen|char_ram~51296_combout ; +wire \text_gen|char_ram~27262_q ; +wire \text_gen|char_ram~27150_q ; +wire \text_gen|char_ram~51297_combout ; +wire \text_gen|char_ram~27080feeder_combout ; +wire \text_gen|char_ram~27080_q ; +wire \text_gen|char_ram~27304_q ; +wire \text_gen|char_ram~26968_q ; +wire \text_gen|char_ram~27192feeder_combout ; +wire \text_gen|char_ram~27192_q ; +wire \text_gen|char_ram~51298_combout ; +wire \text_gen|char_ram~51299_combout ; +wire \text_gen|char_ram~27136feeder_combout ; +wire \text_gen|char_ram~27136_q ; +wire \text_gen|char_ram~27248_q ; +wire \text_gen|char_ram~26912_q ; +wire \text_gen|char_ram~27024feeder_combout ; +wire \text_gen|char_ram~27024_q ; +wire \text_gen|char_ram~51300_combout ; +wire \text_gen|char_ram~51301_combout ; +wire \text_gen|char_ram~51302_combout ; +wire \text_gen|char_ram~51305_combout ; +wire \text_gen|char_ram~5464_q ; +wire \text_gen|char_ram~5688_q ; +wire \text_gen|char_ram~51285_combout ; +wire \text_gen|char_ram~5800_q ; +wire \text_gen|char_ram~5576_q ; +wire \text_gen|char_ram~51286_combout ; +wire \text_gen|char_ram~5702_q ; +wire \text_gen|char_ram~5478_q ; +wire \text_gen|char_ram~51292_combout ; +wire \text_gen|char_ram~5814_q ; +wire \text_gen|char_ram~5590_q ; +wire \text_gen|char_ram~51293_combout ; +wire \text_gen|char_ram~5632_q ; +wire \text_gen|char_ram~5744_q ; +wire \text_gen|char_ram~5408_q ; +wire \text_gen|char_ram~5520feeder_combout ; +wire \text_gen|char_ram~5520_q ; +wire \text_gen|char_ram~51289_combout ; +wire \text_gen|char_ram~51290_combout ; +wire \text_gen|char_ram~5646_q ; +wire \text_gen|char_ram~5758_q ; +wire \text_gen|char_ram~5422_q ; +wire \text_gen|char_ram~5534_q ; +wire \text_gen|char_ram~51287_combout ; +wire \text_gen|char_ram~51288_combout ; +wire \text_gen|char_ram~51291_combout ; +wire \text_gen|char_ram~51294_combout ; +wire \text_gen|char_ram~19912_q ; +wire \text_gen|char_ram~20136_q ; +wire \text_gen|char_ram~20024_q ; +wire \text_gen|char_ram~19800_q ; +wire \text_gen|char_ram~51275_combout ; +wire \text_gen|char_ram~51276_combout ; +wire \text_gen|char_ram~20080_q ; +wire \text_gen|char_ram~19968feeder_combout ; +wire \text_gen|char_ram~19968_q ; +wire \text_gen|char_ram~19744_q ; +wire \text_gen|char_ram~19856_q ; +wire \text_gen|char_ram~51279_combout ; +wire \text_gen|char_ram~51280_combout ; +wire \text_gen|char_ram~19982_q ; +wire \text_gen|char_ram~20094_q ; +wire \text_gen|char_ram~19758_q ; +wire \text_gen|char_ram~19870_q ; +wire \text_gen|char_ram~51277_combout ; +wire \text_gen|char_ram~51278_combout ; +wire \text_gen|char_ram~51281_combout ; +wire \text_gen|char_ram~19926_q ; +wire \text_gen|char_ram~20150_q ; +wire \text_gen|char_ram~20038_q ; +wire \text_gen|char_ram~19814_q ; +wire \text_gen|char_ram~51282_combout ; +wire \text_gen|char_ram~51283_combout ; +wire \text_gen|char_ram~51284_combout ; +wire \text_gen|char_ram~51295_combout ; +wire \text_gen|char_ram~51306_combout ; +wire \text_gen|char_ram~20584_q ; +wire \text_gen|char_ram~20598_q ; +wire \text_gen|char_ram~20374feeder_combout ; +wire \text_gen|char_ram~20374_q ; +wire \text_gen|char_ram~20360_q ; +wire \text_gen|char_ram~51230_combout ; +wire \text_gen|char_ram~51231_combout ; +wire \text_gen|char_ram~20528feeder_combout ; +wire \text_gen|char_ram~20528_q ; +wire \text_gen|char_ram~20318feeder_combout ; +wire \text_gen|char_ram~20318_q ; +wire \text_gen|char_ram~20304_q ; +wire \text_gen|char_ram~51223_combout ; +wire \text_gen|char_ram~20542_q ; +wire \text_gen|char_ram~51224_combout ; +wire \text_gen|char_ram~20416feeder_combout ; +wire \text_gen|char_ram~20416_q ; +wire \text_gen|char_ram~20430_q ; +wire \text_gen|char_ram~20206_q ; +wire \text_gen|char_ram~20192_q ; +wire \text_gen|char_ram~51227_combout ; +wire \text_gen|char_ram~51228_combout ; +wire \text_gen|char_ram~20248_q ; +wire \text_gen|char_ram~20262feeder_combout ; +wire \text_gen|char_ram~20262_q ; +wire \text_gen|char_ram~51225_combout ; +wire \text_gen|char_ram~20472_q ; +wire \text_gen|char_ram~20486_q ; +wire \text_gen|char_ram~51226_combout ; +wire \text_gen|char_ram~51229_combout ; +wire \text_gen|char_ram~51232_combout ; +wire \text_gen|char_ram~6080_q ; +wire \text_gen|char_ram~6192_q ; +wire \text_gen|char_ram~5856_q ; +wire \text_gen|char_ram~5968_q ; +wire \text_gen|char_ram~51247_combout ; +wire \text_gen|char_ram~51248_combout ; +wire \text_gen|char_ram~6094feeder_combout ; +wire \text_gen|char_ram~6094_q ; +wire \text_gen|char_ram~6206_q ; +wire \text_gen|char_ram~5982feeder_combout ; +wire \text_gen|char_ram~5982_q ; +wire \text_gen|char_ram~5870_q ; +wire \text_gen|char_ram~51245_combout ; +wire \text_gen|char_ram~51246_combout ; +wire \text_gen|char_ram~51249_combout ; +wire \text_gen|char_ram~6038feeder_combout ; +wire \text_gen|char_ram~6038_q ; +wire \text_gen|char_ram~5926_q ; +wire \text_gen|char_ram~6150feeder_combout ; +wire \text_gen|char_ram~6150_q ; +wire \text_gen|char_ram~51250_combout ; +wire \text_gen|char_ram~6262_q ; +wire \text_gen|char_ram~51251_combout ; +wire \text_gen|char_ram~6024_q ; +wire \text_gen|char_ram~6248_q ; +wire \text_gen|char_ram~5912_q ; +wire \text_gen|char_ram~6136_q ; +wire \text_gen|char_ram~51243_combout ; +wire \text_gen|char_ram~51244_combout ; +wire \text_gen|char_ram~51252_combout ; +wire \text_gen|char_ram~13374_q ; +wire \text_gen|char_ram~13430_q ; +wire \text_gen|char_ram~13318_q ; +wire \text_gen|char_ram~13262_q ; +wire \text_gen|char_ram~51240_combout ; +wire \text_gen|char_ram~51241_combout ; +wire \text_gen|char_ram~13360_q ; +wire \text_gen|char_ram~13416_q ; +wire \text_gen|char_ram~13248_q ; +wire \text_gen|char_ram~13304_q ; +wire \text_gen|char_ram~51233_combout ; +wire \text_gen|char_ram~51234_combout ; +wire \text_gen|char_ram~13150feeder_combout ; +wire \text_gen|char_ram~13150_q ; +wire \text_gen|char_ram~13206_q ; +wire \text_gen|char_ram~13038_q ; +wire \text_gen|char_ram~13094feeder_combout ; +wire \text_gen|char_ram~13094_q ; +wire \text_gen|char_ram~51235_combout ; +wire \text_gen|char_ram~51236_combout ; +wire \text_gen|char_ram~13136_q ; +wire \text_gen|char_ram~13192_q ; +wire \text_gen|char_ram~13024_q ; +wire \text_gen|char_ram~13080_q ; +wire \text_gen|char_ram~51237_combout ; +wire \text_gen|char_ram~51238_combout ; +wire \text_gen|char_ram~51239_combout ; +wire \text_gen|char_ram~51242_combout ; +wire \text_gen|char_ram~51253_combout ; +wire \text_gen|char_ram~27654_q ; +wire \text_gen|char_ram~27598_q ; +wire \text_gen|char_ram~27710_q ; +wire \text_gen|char_ram~51261_combout ; +wire \text_gen|char_ram~27766_q ; +wire \text_gen|char_ram~51262_combout ; +wire \text_gen|char_ram~27486_q ; +wire \text_gen|char_ram~27542_q ; +wire \text_gen|char_ram~27374_q ; +wire \text_gen|char_ram~27430_q ; +wire \text_gen|char_ram~51256_combout ; +wire \text_gen|char_ram~51257_combout ; +wire \text_gen|char_ram~27472feeder_combout ; +wire \text_gen|char_ram~27472_q ; +wire \text_gen|char_ram~27528_q ; +wire \text_gen|char_ram~27360_q ; +wire \text_gen|char_ram~27416feeder_combout ; +wire \text_gen|char_ram~27416_q ; +wire \text_gen|char_ram~51258_combout ; +wire \text_gen|char_ram~51259_combout ; +wire \text_gen|char_ram~51260_combout ; +wire \text_gen|char_ram~27640_q ; +wire \text_gen|char_ram~27752_q ; +wire \text_gen|char_ram~27584_q ; +wire \text_gen|char_ram~27696_q ; +wire \text_gen|char_ram~51254_combout ; +wire \text_gen|char_ram~51255_combout ; +wire \text_gen|char_ram~51263_combout ; +wire \text_gen|char_ram~51264_combout ; +wire \text_gen|char_ram~51307_combout ; +wire \text_gen|char_ram~51350_combout ; +wire \text_gen|char_ram~5366_q ; +wire \text_gen|char_ram~19702feeder_combout ; +wire \text_gen|char_ram~19702_q ; +wire \text_gen|char_ram~50835_combout ; +wire \text_gen|char_ram~12534_q ; +wire \text_gen|char_ram~26870_q ; +wire \text_gen|char_ram~50836_combout ; +wire \text_gen|char_ram~12478feeder_combout ; +wire \text_gen|char_ram~12478_q ; +wire \text_gen|char_ram~5310_q ; +wire \text_gen|char_ram~50828_combout ; +wire \text_gen|char_ram~26814_q ; +wire \text_gen|char_ram~19646_q ; +wire \text_gen|char_ram~50829_combout ; +wire \text_gen|char_ram~12520_q ; +wire \text_gen|char_ram~26856_q ; +wire \text_gen|char_ram~19688feeder_combout ; +wire \text_gen|char_ram~19688_q ; +wire \text_gen|char_ram~5352_q ; +wire \text_gen|char_ram~50830_combout ; +wire \text_gen|char_ram~50831_combout ; +wire \text_gen|char_ram~19632_q ; +wire \text_gen|char_ram~26800_q ; +wire \text_gen|char_ram~5296_q ; +wire \text_gen|char_ram~12464feeder_combout ; +wire \text_gen|char_ram~12464_q ; +wire \text_gen|char_ram~50832_combout ; +wire \text_gen|char_ram~50833_combout ; +wire \text_gen|char_ram~50834_combout ; +wire \text_gen|char_ram~50837_combout ; +wire \text_gen|char_ram~18358_q ; +wire \text_gen|char_ram~4022_q ; +wire \text_gen|char_ram~50824_combout ; +wire \text_gen|char_ram~25526_q ; +wire \text_gen|char_ram~11190_q ; +wire \text_gen|char_ram~50825_combout ; +wire \text_gen|char_ram~25512feeder_combout ; +wire \text_gen|char_ram~25512_q ; +wire \text_gen|char_ram~11176_q ; +wire \text_gen|char_ram~4008_q ; +wire \text_gen|char_ram~18344_q ; +wire \text_gen|char_ram~50817_combout ; +wire \text_gen|char_ram~50818_combout ; +wire \text_gen|char_ram~11134_q ; +wire \text_gen|char_ram~25470_q ; +wire \text_gen|char_ram~3966_q ; +wire \text_gen|char_ram~18302_q ; +wire \text_gen|char_ram~50819_combout ; +wire \text_gen|char_ram~50820_combout ; +wire \text_gen|char_ram~11120_q ; +wire \text_gen|char_ram~25456_q ; +wire \text_gen|char_ram~18288_q ; +wire \text_gen|char_ram~3952_q ; +wire \text_gen|char_ram~50821_combout ; +wire \text_gen|char_ram~50822_combout ; +wire \text_gen|char_ram~50823_combout ; +wire \text_gen|char_ram~50826_combout ; +wire \text_gen|char_ram~19254_q ; +wire \text_gen|char_ram~4918_q ; +wire \text_gen|char_ram~50814_combout ; +wire \text_gen|char_ram~26422_q ; +wire \text_gen|char_ram~12086_q ; +wire \text_gen|char_ram~50815_combout ; +wire \text_gen|char_ram~19198_q ; +wire \text_gen|char_ram~26366_q ; +wire \text_gen|char_ram~12030_q ; +wire \text_gen|char_ram~4862_q ; +wire \text_gen|char_ram~50809_combout ; +wire \text_gen|char_ram~50810_combout ; +wire \text_gen|char_ram~19184feeder_combout ; +wire \text_gen|char_ram~19184_q ; +wire \text_gen|char_ram~26352_q ; +wire \text_gen|char_ram~12016feeder_combout ; +wire \text_gen|char_ram~12016_q ; +wire \text_gen|char_ram~4848_q ; +wire \text_gen|char_ram~50811_combout ; +wire \text_gen|char_ram~50812_combout ; +wire \text_gen|char_ram~50813_combout ; +wire \text_gen|char_ram~12072feeder_combout ; +wire \text_gen|char_ram~12072_q ; +wire \text_gen|char_ram~26408_q ; +wire \text_gen|char_ram~19240_q ; +wire \text_gen|char_ram~4904_q ; +wire \text_gen|char_ram~50807_combout ; +wire \text_gen|char_ram~50808_combout ; +wire \text_gen|char_ram~50816_combout ; +wire \text_gen|char_ram~50827_combout ; +wire \text_gen|char_ram~11638feeder_combout ; +wire \text_gen|char_ram~11638_q ; +wire \text_gen|char_ram~25974_q ; +wire \text_gen|char_ram~18806_q ; +wire \text_gen|char_ram~4470_q ; +wire \text_gen|char_ram~50804_combout ; +wire \text_gen|char_ram~50805_combout ; +wire \text_gen|char_ram~11624_q ; +wire \text_gen|char_ram~25960_q ; +wire \text_gen|char_ram~18792feeder_combout ; +wire \text_gen|char_ram~18792_q ; +wire \text_gen|char_ram~4456_q ; +wire \text_gen|char_ram~50799_combout ; +wire \text_gen|char_ram~50800_combout ; +wire \text_gen|char_ram~11568_q ; +wire \text_gen|char_ram~25904_q ; +wire \text_gen|char_ram~18736_q ; +wire \text_gen|char_ram~4400_q ; +wire \text_gen|char_ram~50801_combout ; +wire \text_gen|char_ram~50802_combout ; +wire \text_gen|char_ram~50803_combout ; +wire \text_gen|char_ram~25918_q ; +wire \text_gen|char_ram~18750_q ; +wire \text_gen|char_ram~11582_q ; +wire \text_gen|char_ram~4414_q ; +wire \text_gen|char_ram~50797_combout ; +wire \text_gen|char_ram~50798_combout ; +wire \text_gen|char_ram~50806_combout ; +wire \text_gen|char_ram~50838_combout ; +wire \text_gen|char_ram~25582_q ; +wire \text_gen|char_ram~26478_q ; +wire \text_gen|char_ram~25134_q ; +wire \text_gen|char_ram~26030feeder_combout ; +wire \text_gen|char_ram~26030_q ; +wire \text_gen|char_ram~50785_combout ; +wire \text_gen|char_ram~50786_combout ; +wire \text_gen|char_ram~26086_q ; +wire \text_gen|char_ram~26534_q ; +wire \text_gen|char_ram~25190_q ; +wire \text_gen|char_ram~25638_q ; +wire \text_gen|char_ram~50792_combout ; +wire \text_gen|char_ram~50793_combout ; +wire \text_gen|char_ram~26016feeder_combout ; +wire \text_gen|char_ram~26016_q ; +wire \text_gen|char_ram~25120_q ; +wire \text_gen|char_ram~50789_combout ; +wire \text_gen|char_ram~26464_q ; +wire \text_gen|char_ram~25568_q ; +wire \text_gen|char_ram~50790_combout ; +wire \text_gen|char_ram~26072_q ; +wire \text_gen|char_ram~26520_q ; +wire \text_gen|char_ram~25176_q ; +wire \text_gen|char_ram~25624_q ; +wire \text_gen|char_ram~50787_combout ; +wire \text_gen|char_ram~50788_combout ; +wire \text_gen|char_ram~50791_combout ; +wire \text_gen|char_ram~50794_combout ; +wire \text_gen|char_ram~11246feeder_combout ; +wire \text_gen|char_ram~11246_q ; +wire \text_gen|char_ram~10798_q ; +wire \text_gen|char_ram~11694_q ; +wire \text_gen|char_ram~50764_combout ; +wire \text_gen|char_ram~12142_q ; +wire \text_gen|char_ram~50765_combout ; +wire \text_gen|char_ram~11232_q ; +wire \text_gen|char_ram~12128_q ; +wire \text_gen|char_ram~10784_q ; +wire \text_gen|char_ram~11680_q ; +wire \text_gen|char_ram~50768_combout ; +wire \text_gen|char_ram~50769_combout ; +wire \text_gen|char_ram~11736feeder_combout ; +wire \text_gen|char_ram~11736_q ; +wire \text_gen|char_ram~12184_q ; +wire \text_gen|char_ram~11288_q ; +wire \text_gen|char_ram~10840_q ; +wire \text_gen|char_ram~50766_combout ; +wire \text_gen|char_ram~50767_combout ; +wire \text_gen|char_ram~50770_combout ; +wire \text_gen|char_ram~11750_q ; +wire \text_gen|char_ram~12198_q ; +wire \text_gen|char_ram~10854_q ; +wire \text_gen|char_ram~11302_q ; +wire \text_gen|char_ram~50771_combout ; +wire \text_gen|char_ram~50772_combout ; +wire \text_gen|char_ram~50773_combout ; +wire \text_gen|char_ram~4974feeder_combout ; +wire \text_gen|char_ram~4974_q ; +wire \text_gen|char_ram~3630_q ; +wire \text_gen|char_ram~4526feeder_combout ; +wire \text_gen|char_ram~4526_q ; +wire \text_gen|char_ram~50776_combout ; +wire \text_gen|char_ram~4078feeder_combout ; +wire \text_gen|char_ram~4078_q ; +wire \text_gen|char_ram~50777_combout ; +wire \text_gen|char_ram~4064feeder_combout ; +wire \text_gen|char_ram~4064_q ; +wire \text_gen|char_ram~4960_q ; +wire \text_gen|char_ram~3616_q ; +wire \text_gen|char_ram~4512feeder_combout ; +wire \text_gen|char_ram~4512_q ; +wire \text_gen|char_ram~50778_combout ; +wire \text_gen|char_ram~50779_combout ; +wire \text_gen|char_ram~50780_combout ; +wire \text_gen|char_ram~4568_q ; +wire \text_gen|char_ram~5016_q ; +wire \text_gen|char_ram~3672_q ; +wire \text_gen|char_ram~4120feeder_combout ; +wire \text_gen|char_ram~4120_q ; +wire \text_gen|char_ram~50774_combout ; +wire \text_gen|char_ram~50775_combout ; +wire \text_gen|char_ram~4582feeder_combout ; +wire \text_gen|char_ram~4582_q ; +wire \text_gen|char_ram~5030_q ; +wire \text_gen|char_ram~3686_q ; +wire \text_gen|char_ram~4134_q ; +wire \text_gen|char_ram~50781_combout ; +wire \text_gen|char_ram~50782_combout ; +wire \text_gen|char_ram~50783_combout ; +wire \text_gen|char_ram~50784_combout ; +wire \text_gen|char_ram~18400feeder_combout ; +wire \text_gen|char_ram~18400_q ; +wire \text_gen|char_ram~19296_q ; +wire \text_gen|char_ram~17952_q ; +wire \text_gen|char_ram~18848_q ; +wire \text_gen|char_ram~50758_combout ; +wire \text_gen|char_ram~50759_combout ; +wire \text_gen|char_ram~18414_q ; +wire \text_gen|char_ram~19310_q ; +wire \text_gen|char_ram~18862feeder_combout ; +wire \text_gen|char_ram~18862_q ; +wire \text_gen|char_ram~17966_q ; +wire \text_gen|char_ram~50756_combout ; +wire \text_gen|char_ram~50757_combout ; +wire \text_gen|char_ram~50760_combout ; +wire \text_gen|char_ram~19366_q ; +wire \text_gen|char_ram~18918_q ; +wire \text_gen|char_ram~18022_q ; +wire \text_gen|char_ram~18470feeder_combout ; +wire \text_gen|char_ram~18470_q ; +wire \text_gen|char_ram~50761_combout ; +wire \text_gen|char_ram~50762_combout ; +wire \text_gen|char_ram~19352_q ; +wire \text_gen|char_ram~18904_q ; +wire \text_gen|char_ram~18008_q ; +wire \text_gen|char_ram~18456_q ; +wire \text_gen|char_ram~50754_combout ; +wire \text_gen|char_ram~50755_combout ; +wire \text_gen|char_ram~50763_combout ; +wire \text_gen|char_ram~50795_combout ; +wire \text_gen|char_ram~26310feeder_combout ; +wire \text_gen|char_ram~26310_q ; +wire \text_gen|char_ram~26758_q ; +wire \text_gen|char_ram~25862feeder_combout ; +wire \text_gen|char_ram~25862_q ; +wire \text_gen|char_ram~25414_q ; +wire \text_gen|char_ram~50750_combout ; +wire \text_gen|char_ram~50751_combout ; +wire \text_gen|char_ram~26296_q ; +wire \text_gen|char_ram~26744_q ; +wire \text_gen|char_ram~25400_q ; +wire \text_gen|char_ram~25848feeder_combout ; +wire \text_gen|char_ram~25848_q ; +wire \text_gen|char_ram~50745_combout ; +wire \text_gen|char_ram~50746_combout ; +wire \text_gen|char_ram~25344_q ; +wire \text_gen|char_ram~26240_q ; +wire \text_gen|char_ram~50747_combout ; +wire \text_gen|char_ram~26688_q ; +wire \text_gen|char_ram~25792_q ; +wire \text_gen|char_ram~50748_combout ; +wire \text_gen|char_ram~50749_combout ; +wire \text_gen|char_ram~25806_q ; +wire \text_gen|char_ram~26702_q ; +wire \text_gen|char_ram~26254_q ; +wire \text_gen|char_ram~25358_q ; +wire \text_gen|char_ram~50743_combout ; +wire \text_gen|char_ram~50744_combout ; +wire \text_gen|char_ram~50752_combout ; +wire \text_gen|char_ram~11456feeder_combout ; +wire \text_gen|char_ram~11456_q ; +wire \text_gen|char_ram~12352_q ; +wire \text_gen|char_ram~11904_q ; +wire \text_gen|char_ram~11008_q ; +wire \text_gen|char_ram~50726_combout ; +wire \text_gen|char_ram~50727_combout ; +wire \text_gen|char_ram~11960feeder_combout ; +wire \text_gen|char_ram~11960_q ; +wire \text_gen|char_ram~12408_q ; +wire \text_gen|char_ram~11512feeder_combout ; +wire \text_gen|char_ram~11512_q ; +wire \text_gen|char_ram~11064_q ; +wire \text_gen|char_ram~50724_combout ; +wire \text_gen|char_ram~50725_combout ; +wire \text_gen|char_ram~50728_combout ; +wire \text_gen|char_ram~11470feeder_combout ; +wire \text_gen|char_ram~11470_q ; +wire \text_gen|char_ram~12366_q ; +wire \text_gen|char_ram~11918feeder_combout ; +wire \text_gen|char_ram~11918_q ; +wire \text_gen|char_ram~11022_q ; +wire \text_gen|char_ram~50722_combout ; +wire \text_gen|char_ram~50723_combout ; +wire \text_gen|char_ram~11078_q ; +wire \text_gen|char_ram~11526feeder_combout ; +wire \text_gen|char_ram~11526_q ; +wire \text_gen|char_ram~50729_combout ; +wire \text_gen|char_ram~11974feeder_combout ; +wire \text_gen|char_ram~11974_q ; +wire \text_gen|char_ram~12422_q ; +wire \text_gen|char_ram~50730_combout ; +wire \text_gen|char_ram~50731_combout ; +wire \text_gen|char_ram~4806feeder_combout ; +wire \text_gen|char_ram~4806_q ; +wire \text_gen|char_ram~5254_q ; +wire \text_gen|char_ram~3910_q ; +wire \text_gen|char_ram~4358feeder_combout ; +wire \text_gen|char_ram~4358_q ; +wire \text_gen|char_ram~50739_combout ; +wire \text_gen|char_ram~50740_combout ; +wire \text_gen|char_ram~4792feeder_combout ; +wire \text_gen|char_ram~4792_q ; +wire \text_gen|char_ram~5240_q ; +wire \text_gen|char_ram~3896_q ; +wire \text_gen|char_ram~4344feeder_combout ; +wire \text_gen|char_ram~4344_q ; +wire \text_gen|char_ram~50732_combout ; +wire \text_gen|char_ram~50733_combout ; +wire \text_gen|char_ram~4302_q ; +wire \text_gen|char_ram~5198_q ; +wire \text_gen|char_ram~3854_q ; +wire \text_gen|char_ram~4750feeder_combout ; +wire \text_gen|char_ram~4750_q ; +wire \text_gen|char_ram~50734_combout ; +wire \text_gen|char_ram~50735_combout ; +wire \text_gen|char_ram~4288_q ; +wire \text_gen|char_ram~5184_q ; +wire \text_gen|char_ram~4736feeder_combout ; +wire \text_gen|char_ram~4736_q ; +wire \text_gen|char_ram~3840_q ; +wire \text_gen|char_ram~50736_combout ; +wire \text_gen|char_ram~50737_combout ; +wire \text_gen|char_ram~50738_combout ; +wire \text_gen|char_ram~50741_combout ; +wire \text_gen|char_ram~50742_combout ; +wire \text_gen|char_ram~19590_q ; +wire \text_gen|char_ram~19142_q ; +wire \text_gen|char_ram~18246_q ; +wire \text_gen|char_ram~18694_q ; +wire \text_gen|char_ram~50719_combout ; +wire \text_gen|char_ram~50720_combout ; +wire \text_gen|char_ram~18232_q ; +wire \text_gen|char_ram~18680feeder_combout ; +wire \text_gen|char_ram~18680_q ; +wire \text_gen|char_ram~50712_combout ; +wire \text_gen|char_ram~19576feeder_combout ; +wire \text_gen|char_ram~19576_q ; +wire \text_gen|char_ram~19128_q ; +wire \text_gen|char_ram~50713_combout ; +wire \text_gen|char_ram~19086feeder_combout ; +wire \text_gen|char_ram~19086_q ; +wire \text_gen|char_ram~18190_q ; +wire \text_gen|char_ram~50714_combout ; +wire \text_gen|char_ram~19534_q ; +wire \text_gen|char_ram~18638_q ; +wire \text_gen|char_ram~50715_combout ; +wire \text_gen|char_ram~18624_q ; +wire \text_gen|char_ram~19520_q ; +wire \text_gen|char_ram~18176_q ; +wire \text_gen|char_ram~19072_q ; +wire \text_gen|char_ram~50716_combout ; +wire \text_gen|char_ram~50717_combout ; +wire \text_gen|char_ram~50718_combout ; +wire \text_gen|char_ram~50721_combout ; +wire \text_gen|char_ram~50753_combout ; +wire \text_gen|char_ram~50796_combout ; +wire \text_gen|char_ram~26646feeder_combout ; +wire \text_gen|char_ram~26646_q ; +wire \text_gen|char_ram~25302feeder_combout ; +wire \text_gen|char_ram~25302_q ; +wire \text_gen|char_ram~25750_q ; +wire \text_gen|char_ram~50708_combout ; +wire \text_gen|char_ram~26198feeder_combout ; +wire \text_gen|char_ram~26198_q ; +wire \text_gen|char_ram~50709_combout ; +wire \text_gen|char_ram~26590_q ; +wire \text_gen|char_ram~25694_q ; +wire \text_gen|char_ram~25246_q ; +wire \text_gen|char_ram~26142_q ; +wire \text_gen|char_ram~50701_combout ; +wire \text_gen|char_ram~50702_combout ; +wire \text_gen|char_ram~25736feeder_combout ; +wire \text_gen|char_ram~25736_q ; +wire \text_gen|char_ram~25288_q ; +wire \text_gen|char_ram~50703_combout ; +wire \text_gen|char_ram~26632_q ; +wire \text_gen|char_ram~26184_q ; +wire \text_gen|char_ram~50704_combout ; +wire \text_gen|char_ram~25680feeder_combout ; +wire \text_gen|char_ram~25680_q ; +wire \text_gen|char_ram~26576_q ; +wire \text_gen|char_ram~25232_q ; +wire \text_gen|char_ram~26128_q ; +wire \text_gen|char_ram~50705_combout ; +wire \text_gen|char_ram~50706_combout ; +wire \text_gen|char_ram~50707_combout ; +wire \text_gen|char_ram~50710_combout ; +wire \text_gen|char_ram~5128feeder_combout ; +wire \text_gen|char_ram~5128_q ; +wire \text_gen|char_ram~4680feeder_combout ; +wire \text_gen|char_ram~4680_q ; +wire \text_gen|char_ram~3784feeder_combout ; +wire \text_gen|char_ram~3784_q ; +wire \text_gen|char_ram~4232feeder_combout ; +wire \text_gen|char_ram~4232_q ; +wire \text_gen|char_ram~50690_combout ; +wire \text_gen|char_ram~50691_combout ; +wire \text_gen|char_ram~4176_q ; +wire \text_gen|char_ram~5072_q ; +wire \text_gen|char_ram~4624_q ; +wire \text_gen|char_ram~3728_q ; +wire \text_gen|char_ram~50694_combout ; +wire \text_gen|char_ram~50695_combout ; +wire \text_gen|char_ram~4190feeder_combout ; +wire \text_gen|char_ram~4190_q ; +wire \text_gen|char_ram~5086_q ; +wire \text_gen|char_ram~4638_q ; +wire \text_gen|char_ram~3742_q ; +wire \text_gen|char_ram~50692_combout ; +wire \text_gen|char_ram~50693_combout ; +wire \text_gen|char_ram~50696_combout ; +wire \text_gen|char_ram~4694_q ; +wire \text_gen|char_ram~5142_q ; +wire \text_gen|char_ram~4246_q ; +wire \text_gen|char_ram~3798_q ; +wire \text_gen|char_ram~50697_combout ; +wire \text_gen|char_ram~50698_combout ; +wire \text_gen|char_ram~50699_combout ; +wire \text_gen|char_ram~19016feeder_combout ; +wire \text_gen|char_ram~19016_q ; +wire \text_gen|char_ram~19464_q ; +wire \text_gen|char_ram~18120feeder_combout ; +wire \text_gen|char_ram~18120_q ; +wire \text_gen|char_ram~18568_q ; +wire \text_gen|char_ram~50680_combout ; +wire \text_gen|char_ram~50681_combout ; +wire \text_gen|char_ram~19030feeder_combout ; +wire \text_gen|char_ram~19030_q ; +wire \text_gen|char_ram~19478_q ; +wire \text_gen|char_ram~18582_q ; +wire \text_gen|char_ram~18134_q ; +wire \text_gen|char_ram~50687_combout ; +wire \text_gen|char_ram~50688_combout ; +wire \text_gen|char_ram~18526feeder_combout ; +wire \text_gen|char_ram~18526_q ; +wire \text_gen|char_ram~19422_q ; +wire \text_gen|char_ram~18974feeder_combout ; +wire \text_gen|char_ram~18974_q ; +wire \text_gen|char_ram~18078_q ; +wire \text_gen|char_ram~50682_combout ; +wire \text_gen|char_ram~50683_combout ; +wire \text_gen|char_ram~18512feeder_combout ; +wire \text_gen|char_ram~18512_q ; +wire \text_gen|char_ram~19408_q ; +wire \text_gen|char_ram~18960feeder_combout ; +wire \text_gen|char_ram~18960_q ; +wire \text_gen|char_ram~18064_q ; +wire \text_gen|char_ram~50684_combout ; +wire \text_gen|char_ram~50685_combout ; +wire \text_gen|char_ram~50686_combout ; +wire \text_gen|char_ram~50689_combout ; +wire \text_gen|char_ram~50700_combout ; +wire \text_gen|char_ram~12310_q ; +wire \text_gen|char_ram~11862_q ; +wire \text_gen|char_ram~11414feeder_combout ; +wire \text_gen|char_ram~11414_q ; +wire \text_gen|char_ram~10966_q ; +wire \text_gen|char_ram~50677_combout ; +wire \text_gen|char_ram~50678_combout ; +wire \text_gen|char_ram~12254_q ; +wire \text_gen|char_ram~11358_q ; +wire \text_gen|char_ram~11806_q ; +wire \text_gen|char_ram~10910_q ; +wire \text_gen|char_ram~50670_combout ; +wire \text_gen|char_ram~50671_combout ; +wire \text_gen|char_ram~11344_q ; +wire \text_gen|char_ram~12240_q ; +wire \text_gen|char_ram~11792_q ; +wire \text_gen|char_ram~10896_q ; +wire \text_gen|char_ram~50674_combout ; +wire \text_gen|char_ram~50675_combout ; +wire \text_gen|char_ram~10952_q ; +wire \text_gen|char_ram~11400feeder_combout ; +wire \text_gen|char_ram~11400_q ; +wire \text_gen|char_ram~50672_combout ; +wire \text_gen|char_ram~12296_q ; +wire \text_gen|char_ram~11848_q ; +wire \text_gen|char_ram~50673_combout ; +wire \text_gen|char_ram~50676_combout ; +wire \text_gen|char_ram~50679_combout ; +wire \text_gen|char_ram~50711_combout ; +wire \text_gen|char_ram~50839_combout ; +wire \text_gen|char_ram~51351_combout ; +wire \text_gen|char_ram~17196_q ; +wire \text_gen|char_ram~17140_q ; +wire \text_gen|char_ram~51352_combout ; +wire \text_gen|char_ram~17154_q ; +wire \text_gen|char_ram~17210feeder_combout ; +wire \text_gen|char_ram~17210_q ; +wire \text_gen|char_ram~51353_combout ; +wire \text_gen|char_ram~20794_q ; +wire \text_gen|char_ram~20738_q ; +wire \text_gen|char_ram~20724_q ; +wire \text_gen|char_ram~20780_q ; +wire \text_gen|char_ram~51359_combout ; +wire \text_gen|char_ram~51360_combout ; +wire \text_gen|char_ram~18932_q ; +wire \text_gen|char_ram~18946_q ; +wire \text_gen|char_ram~51354_combout ; +wire \text_gen|char_ram~19002_q ; +wire \text_gen|char_ram~18988_q ; +wire \text_gen|char_ram~51355_combout ; +wire \text_gen|char_ram~15404_q ; +wire \text_gen|char_ram~15418_q ; +wire \text_gen|char_ram~15362feeder_combout ; +wire \text_gen|char_ram~15362_q ; +wire \text_gen|char_ram~15348_q ; +wire \text_gen|char_ram~51356_combout ; +wire \text_gen|char_ram~51357_combout ; +wire \text_gen|char_ram~51358_combout ; +wire \text_gen|char_ram~51361_combout ; +wire \text_gen|char_ram~21172_q ; +wire \text_gen|char_ram~21228_q ; +wire \text_gen|char_ram~51390_combout ; +wire \text_gen|char_ram~21242_q ; +wire \text_gen|char_ram~21186feeder_combout ; +wire \text_gen|char_ram~21186_q ; +wire \text_gen|char_ram~51391_combout ; +wire \text_gen|char_ram~19394feeder_combout ; +wire \text_gen|char_ram~19394_q ; +wire \text_gen|char_ram~19380_q ; +wire \text_gen|char_ram~51383_combout ; +wire \text_gen|char_ram~19436_q ; +wire \text_gen|char_ram~19450_q ; +wire \text_gen|char_ram~51384_combout ; +wire \text_gen|char_ram~15852_q ; +wire \text_gen|char_ram~15866_q ; +wire \text_gen|char_ram~15796_q ; +wire \text_gen|char_ram~15810feeder_combout ; +wire \text_gen|char_ram~15810_q ; +wire \text_gen|char_ram~51387_combout ; +wire \text_gen|char_ram~51388_combout ; +wire \text_gen|char_ram~17602_q ; +wire \text_gen|char_ram~17658_q ; +wire \text_gen|char_ram~17644_q ; +wire \text_gen|char_ram~17588_q ; +wire \text_gen|char_ram~51385_combout ; +wire \text_gen|char_ram~51386_combout ; +wire \text_gen|char_ram~51389_combout ; +wire \text_gen|char_ram~51392_combout ; +wire \text_gen|char_ram~14522_q ; +wire \text_gen|char_ram~14452_q ; +wire \text_gen|char_ram~14466feeder_combout ; +wire \text_gen|char_ram~14466_q ; +wire \text_gen|char_ram~51376_combout ; +wire \text_gen|char_ram~14508_q ; +wire \text_gen|char_ram~51377_combout ; +wire \text_gen|char_ram~18036_q ; +wire \text_gen|char_ram~18050_q ; +wire \text_gen|char_ram~51374_combout ; +wire \text_gen|char_ram~18106_q ; +wire \text_gen|char_ram~18092_q ; +wire \text_gen|char_ram~51375_combout ; +wire \text_gen|char_ram~51378_combout ; +wire \text_gen|char_ram~19842feeder_combout ; +wire \text_gen|char_ram~19842_q ; +wire \text_gen|char_ram~19898_q ; +wire \text_gen|char_ram~19828_q ; +wire \text_gen|char_ram~19884_q ; +wire \text_gen|char_ram~51379_combout ; +wire \text_gen|char_ram~51380_combout ; +wire \text_gen|char_ram~16258feeder_combout ; +wire \text_gen|char_ram~16258_q ; +wire \text_gen|char_ram~16314_q ; +wire \text_gen|char_ram~16244_q ; +wire \text_gen|char_ram~16300_q ; +wire \text_gen|char_ram~51372_combout ; +wire \text_gen|char_ram~51373_combout ; +wire \text_gen|char_ram~51381_combout ; +wire \text_gen|char_ram~20290_q ; +wire \text_gen|char_ram~20346_q ; +wire \text_gen|char_ram~20276_q ; +wire \text_gen|char_ram~20332_q ; +wire \text_gen|char_ram~51369_combout ; +wire \text_gen|char_ram~51370_combout ; +wire \text_gen|char_ram~18540_q ; +wire \text_gen|char_ram~18554_q ; +wire \text_gen|char_ram~18498feeder_combout ; +wire \text_gen|char_ram~18498_q ; +wire \text_gen|char_ram~18484_q ; +wire \text_gen|char_ram~51362_combout ; +wire \text_gen|char_ram~51363_combout ; +wire \text_gen|char_ram~16706feeder_combout ; +wire \text_gen|char_ram~16706_q ; +wire \text_gen|char_ram~16762_q ; +wire \text_gen|char_ram~16692_q ; +wire \text_gen|char_ram~16748_q ; +wire \text_gen|char_ram~51364_combout ; +wire \text_gen|char_ram~51365_combout ; +wire \text_gen|char_ram~14956_q ; +wire \text_gen|char_ram~14970_q ; +wire \text_gen|char_ram~14914_q ; +wire \text_gen|char_ram~14900_q ; +wire \text_gen|char_ram~51366_combout ; +wire \text_gen|char_ram~51367_combout ; +wire \text_gen|char_ram~51368_combout ; +wire \text_gen|char_ram~51371_combout ; +wire \text_gen|char_ram~51382_combout ; +wire \text_gen|char_ram~51393_combout ; +wire \text_gen|char_ram~20164_q ; +wire \text_gen|char_ram~20220_q ; +wire \text_gen|char_ram~51443_combout ; +wire \text_gen|char_ram~20234_q ; +wire \text_gen|char_ram~20178_q ; +wire \text_gen|char_ram~51444_combout ; +wire \text_gen|char_ram~18442_q ; +wire \text_gen|char_ram~18428_q ; +wire \text_gen|char_ram~18386feeder_combout ; +wire \text_gen|char_ram~18386_q ; +wire \text_gen|char_ram~18372_q ; +wire \text_gen|char_ram~51436_combout ; +wire \text_gen|char_ram~51437_combout ; +wire \text_gen|char_ram~16594feeder_combout ; +wire \text_gen|char_ram~16594_q ; +wire \text_gen|char_ram~16650_q ; +wire \text_gen|char_ram~16580_q ; +wire \text_gen|char_ram~16636feeder_combout ; +wire \text_gen|char_ram~16636_q ; +wire \text_gen|char_ram~51438_combout ; +wire \text_gen|char_ram~51439_combout ; +wire \text_gen|char_ram~14844feeder_combout ; +wire \text_gen|char_ram~14844_q ; +wire \text_gen|char_ram~14858_q ; +wire \text_gen|char_ram~14788_q ; +wire \text_gen|char_ram~14802feeder_combout ; +wire \text_gen|char_ram~14802_q ; +wire \text_gen|char_ram~51440_combout ; +wire \text_gen|char_ram~51441_combout ; +wire \text_gen|char_ram~51442_combout ; +wire \text_gen|char_ram~51445_combout ; +wire \text_gen|char_ram~19324feeder_combout ; +wire \text_gen|char_ram~19324_q ; +wire \text_gen|char_ram~19338_q ; +wire \text_gen|char_ram~19268_q ; +wire \text_gen|char_ram~19282feeder_combout ; +wire \text_gen|char_ram~19282_q ; +wire \text_gen|char_ram~51467_combout ; +wire \text_gen|char_ram~51468_combout ; +wire \text_gen|char_ram~21074_q ; +wire \text_gen|char_ram~21130_q ; +wire \text_gen|char_ram~21060_q ; +wire \text_gen|char_ram~21116_q ; +wire \text_gen|char_ram~51474_combout ; +wire \text_gen|char_ram~51475_combout ; +wire \text_gen|char_ram~17490_q ; +wire \text_gen|char_ram~17546_q ; +wire \text_gen|char_ram~17476_q ; +wire \text_gen|char_ram~17532_q ; +wire \text_gen|char_ram~51469_combout ; +wire \text_gen|char_ram~51470_combout ; +wire \text_gen|char_ram~15740_q ; +wire \text_gen|char_ram~15754_q ; +wire \text_gen|char_ram~15684_q ; +wire \text_gen|char_ram~15698feeder_combout ; +wire \text_gen|char_ram~15698_q ; +wire \text_gen|char_ram~51471_combout ; +wire \text_gen|char_ram~51472_combout ; +wire \text_gen|char_ram~51473_combout ; +wire \text_gen|char_ram~51476_combout ; +wire \text_gen|char_ram~15292_q ; +wire \text_gen|char_ram~15306_q ; +wire \text_gen|char_ram~15250feeder_combout ; +wire \text_gen|char_ram~15250_q ; +wire \text_gen|char_ram~15236_q ; +wire \text_gen|char_ram~51450_combout ; +wire \text_gen|char_ram~51451_combout ; +wire \text_gen|char_ram~18834feeder_combout ; +wire \text_gen|char_ram~18834_q ; +wire \text_gen|char_ram~18820_q ; +wire \text_gen|char_ram~51448_combout ; +wire \text_gen|char_ram~18890_q ; +wire \text_gen|char_ram~18876_q ; +wire \text_gen|char_ram~51449_combout ; +wire \text_gen|char_ram~51452_combout ; +wire \text_gen|char_ram~20626_q ; +wire \text_gen|char_ram~20682_q ; +wire \text_gen|char_ram~20612_q ; +wire \text_gen|char_ram~20668feeder_combout ; +wire \text_gen|char_ram~20668_q ; +wire \text_gen|char_ram~51453_combout ; +wire \text_gen|char_ram~51454_combout ; +wire \text_gen|char_ram~17098feeder_combout ; +wire \text_gen|char_ram~17098_q ; +wire \text_gen|char_ram~17042feeder_combout ; +wire \text_gen|char_ram~17042_q ; +wire \text_gen|char_ram~17028_q ; +wire \text_gen|char_ram~17084feeder_combout ; +wire \text_gen|char_ram~17084_q ; +wire \text_gen|char_ram~51446_combout ; +wire \text_gen|char_ram~51447_combout ; +wire \text_gen|char_ram~51455_combout ; +wire \text_gen|char_ram~19716_q ; +wire \text_gen|char_ram~19772feeder_combout ; +wire \text_gen|char_ram~19772_q ; +wire \text_gen|char_ram~51463_combout ; +wire \text_gen|char_ram~19786_q ; +wire \text_gen|char_ram~19730feeder_combout ; +wire \text_gen|char_ram~19730_q ; +wire \text_gen|char_ram~51464_combout ; +wire \text_gen|char_ram~16146_q ; +wire \text_gen|char_ram~16132_q ; +wire \text_gen|char_ram~16188feeder_combout ; +wire \text_gen|char_ram~16188_q ; +wire \text_gen|char_ram~51456_combout ; +wire \text_gen|char_ram~16202_q ; +wire \text_gen|char_ram~51457_combout ; +wire \text_gen|char_ram~14396feeder_combout ; +wire \text_gen|char_ram~14396_q ; +wire \text_gen|char_ram~14410_q ; +wire \text_gen|char_ram~14354_q ; +wire \text_gen|char_ram~14340_q ; +wire \text_gen|char_ram~51460_combout ; +wire \text_gen|char_ram~51461_combout ; +wire \text_gen|char_ram~17994_q ; +wire \text_gen|char_ram~17924_q ; +wire \text_gen|char_ram~17938feeder_combout ; +wire \text_gen|char_ram~17938_q ; +wire \text_gen|char_ram~51458_combout ; +wire \text_gen|char_ram~17980_q ; +wire \text_gen|char_ram~51459_combout ; +wire \text_gen|char_ram~51462_combout ; +wire \text_gen|char_ram~51465_combout ; +wire \text_gen|char_ram~51466_combout ; +wire \text_gen|char_ram~51477_combout ; +wire \text_gen|char_ram~14620feeder_combout ; +wire \text_gen|char_ram~14620_q ; +wire \text_gen|char_ram~14634_q ; +wire \text_gen|char_ram~14578feeder_combout ; +wire \text_gen|char_ram~14578_q ; +wire \text_gen|char_ram~14564_q ; +wire \text_gen|char_ram~51418_combout ; +wire \text_gen|char_ram~51419_combout ; +wire \text_gen|char_ram~18148_q ; +wire \text_gen|char_ram~18162_q ; +wire \text_gen|char_ram~51416_combout ; +wire \text_gen|char_ram~18218_q ; +wire \text_gen|char_ram~18204_q ; +wire \text_gen|char_ram~51417_combout ; +wire \text_gen|char_ram~51420_combout ; +wire \text_gen|char_ram~16370feeder_combout ; +wire \text_gen|char_ram~16370_q ; +wire \text_gen|char_ram~16426_q ; +wire \text_gen|char_ram~16356_q ; +wire \text_gen|char_ram~16412feeder_combout ; +wire \text_gen|char_ram~16412_q ; +wire \text_gen|char_ram~51414_combout ; +wire \text_gen|char_ram~51415_combout ; +wire \text_gen|char_ram~19954_q ; +wire \text_gen|char_ram~20010_q ; +wire \text_gen|char_ram~19940_q ; +wire \text_gen|char_ram~19996feeder_combout ; +wire \text_gen|char_ram~19996_q ; +wire \text_gen|char_ram~51421_combout ; +wire \text_gen|char_ram~51422_combout ; +wire \text_gen|char_ram~51423_combout ; +wire \text_gen|char_ram~19044_q ; +wire \text_gen|char_ram~19058_q ; +wire \text_gen|char_ram~51406_combout ; +wire \text_gen|char_ram~19114_q ; +wire \text_gen|char_ram~19100_q ; +wire \text_gen|char_ram~51407_combout ; +wire \text_gen|char_ram~15460_q ; +wire \text_gen|char_ram~15474_q ; +wire \text_gen|char_ram~51408_combout ; +wire \text_gen|char_ram~15516feeder_combout ; +wire \text_gen|char_ram~15516_q ; +wire \text_gen|char_ram~15530_q ; +wire \text_gen|char_ram~51409_combout ; +wire \text_gen|char_ram~51410_combout ; +wire \text_gen|char_ram~20850_q ; +wire \text_gen|char_ram~20906_q ; +wire \text_gen|char_ram~20836_q ; +wire \text_gen|char_ram~20892_q ; +wire \text_gen|char_ram~51411_combout ; +wire \text_gen|char_ram~51412_combout ; +wire \text_gen|char_ram~17266feeder_combout ; +wire \text_gen|char_ram~17266_q ; +wire \text_gen|char_ram~17322_q ; +wire \text_gen|char_ram~17252_q ; +wire \text_gen|char_ram~17308feeder_combout ; +wire \text_gen|char_ram~17308_q ; +wire \text_gen|char_ram~51404_combout ; +wire \text_gen|char_ram~51405_combout ; +wire \text_gen|char_ram~51413_combout ; +wire \text_gen|char_ram~51424_combout ; +wire \text_gen|char_ram~15964_q ; +wire \text_gen|char_ram~15978_q ; +wire \text_gen|char_ram~15908_q ; +wire \text_gen|char_ram~15922feeder_combout ; +wire \text_gen|char_ram~15922_q ; +wire \text_gen|char_ram~51429_combout ; +wire \text_gen|char_ram~51430_combout ; +wire \text_gen|char_ram~17714_q ; +wire \text_gen|char_ram~17770_q ; +wire \text_gen|char_ram~17700_q ; +wire \text_gen|char_ram~17756_q ; +wire \text_gen|char_ram~51427_combout ; +wire \text_gen|char_ram~51428_combout ; +wire \text_gen|char_ram~51431_combout ; +wire \text_gen|char_ram~19548feeder_combout ; +wire \text_gen|char_ram~19548_q ; +wire \text_gen|char_ram~19562_q ; +wire \text_gen|char_ram~19492_q ; +wire \text_gen|char_ram~19506_q ; +wire \text_gen|char_ram~51425_combout ; +wire \text_gen|char_ram~51426_combout ; +wire \text_gen|char_ram~21298_q ; +wire \text_gen|char_ram~21354_q ; +wire \text_gen|char_ram~21284_q ; +wire \text_gen|char_ram~21340_q ; +wire \text_gen|char_ram~51432_combout ; +wire \text_gen|char_ram~51433_combout ; +wire \text_gen|char_ram~51434_combout ; +wire \text_gen|char_ram~18666feeder_combout ; +wire \text_gen|char_ram~18666_q ; +wire \text_gen|char_ram~18652_q ; +wire \text_gen|char_ram~18596_q ; +wire \text_gen|char_ram~18610feeder_combout ; +wire \text_gen|char_ram~18610_q ; +wire \text_gen|char_ram~51394_combout ; +wire \text_gen|char_ram~51395_combout ; +wire \text_gen|char_ram~20444_q ; +wire \text_gen|char_ram~20388_q ; +wire \text_gen|char_ram~51401_combout ; +wire \text_gen|char_ram~20458_q ; +wire \text_gen|char_ram~20402feeder_combout ; +wire \text_gen|char_ram~20402_q ; +wire \text_gen|char_ram~51402_combout ; +wire \text_gen|char_ram~16818_q ; +wire \text_gen|char_ram~16874_q ; +wire \text_gen|char_ram~16804_q ; +wire \text_gen|char_ram~16860_q ; +wire \text_gen|char_ram~51396_combout ; +wire \text_gen|char_ram~51397_combout ; +wire \text_gen|char_ram~15012_q ; +wire \text_gen|char_ram~15026_q ; +wire \text_gen|char_ram~51398_combout ; +wire \text_gen|char_ram~15082_q ; +wire \text_gen|char_ram~15068_q ; +wire \text_gen|char_ram~51399_combout ; +wire \text_gen|char_ram~51400_combout ; +wire \text_gen|char_ram~51403_combout ; +wire \text_gen|char_ram~51435_combout ; +wire \text_gen|char_ram~51478_combout ; +wire \text_gen|char_ram~21410_q ; +wire \text_gen|char_ram~21466_q ; +wire \text_gen|char_ram~21452_q ; +wire \text_gen|char_ram~21396_q ; +wire \text_gen|char_ram~51517_combout ; +wire \text_gen|char_ram~51518_combout ; +wire \text_gen|char_ram~19604_q ; +wire \text_gen|char_ram~19618_q ; +wire \text_gen|char_ram~51510_combout ; +wire \text_gen|char_ram~19660feeder_combout ; +wire \text_gen|char_ram~19660_q ; +wire \text_gen|char_ram~19674_q ; +wire \text_gen|char_ram~51511_combout ; +wire \text_gen|char_ram~17826feeder_combout ; +wire \text_gen|char_ram~17826_q ; +wire \text_gen|char_ram~17882_q ; +wire \text_gen|char_ram~17812_q ; +wire \text_gen|char_ram~17868_q ; +wire \text_gen|char_ram~51512_combout ; +wire \text_gen|char_ram~51513_combout ; +wire \text_gen|char_ram~16076_q ; +wire \text_gen|char_ram~16034_q ; +wire \text_gen|char_ram~16020_q ; +wire \text_gen|char_ram~51514_combout ; +wire \text_gen|char_ram~16090feeder_combout ; +wire \text_gen|char_ram~16090_q ; +wire \text_gen|char_ram~51515_combout ; +wire \text_gen|char_ram~51516_combout ; +wire \text_gen|char_ram~51519_combout ; +wire \text_gen|char_ram~17364_q ; +wire \text_gen|char_ram~17420feeder_combout ; +wire \text_gen|char_ram~17420_q ; +wire \text_gen|char_ram~51479_combout ; +wire \text_gen|char_ram~17378_q ; +wire \text_gen|char_ram~17434_q ; +wire \text_gen|char_ram~51480_combout ; +wire \text_gen|char_ram~20962feeder_combout ; +wire \text_gen|char_ram~20962_q ; +wire \text_gen|char_ram~21018_q ; +wire \text_gen|char_ram~21004_q ; +wire \text_gen|char_ram~20948_q ; +wire \text_gen|char_ram~51486_combout ; +wire \text_gen|char_ram~51487_combout ; +wire \text_gen|char_ram~19212_q ; +wire \text_gen|char_ram~19226_q ; +wire \text_gen|char_ram~19156_q ; +wire \text_gen|char_ram~19170_q ; +wire \text_gen|char_ram~51481_combout ; +wire \text_gen|char_ram~51482_combout ; +wire \text_gen|char_ram~15628_q ; +wire \text_gen|char_ram~15642_q ; +wire \text_gen|char_ram~15586feeder_combout ; +wire \text_gen|char_ram~15586_q ; +wire \text_gen|char_ram~15572_q ; +wire \text_gen|char_ram~51483_combout ; +wire \text_gen|char_ram~51484_combout ; +wire \text_gen|char_ram~51485_combout ; +wire \text_gen|char_ram~51488_combout ; +wire \text_gen|char_ram~16468_q ; +wire \text_gen|char_ram~16524feeder_combout ; +wire \text_gen|char_ram~16524_q ; +wire \text_gen|char_ram~51499_combout ; +wire \text_gen|char_ram~16482_q ; +wire \text_gen|char_ram~16538_q ; +wire \text_gen|char_ram~51500_combout ; +wire \text_gen|char_ram~18316_q ; +wire \text_gen|char_ram~18330_q ; +wire \text_gen|char_ram~18260_q ; +wire \text_gen|char_ram~18274_q ; +wire \text_gen|char_ram~51501_combout ; +wire \text_gen|char_ram~51502_combout ; +wire \text_gen|char_ram~14676_q ; +wire \text_gen|char_ram~14690feeder_combout ; +wire \text_gen|char_ram~14690_q ; +wire \text_gen|char_ram~51503_combout ; +wire \text_gen|char_ram~14746_q ; +wire \text_gen|char_ram~14732feeder_combout ; +wire \text_gen|char_ram~14732_q ; +wire \text_gen|char_ram~51504_combout ; +wire \text_gen|char_ram~51505_combout ; +wire \text_gen|char_ram~20052_q ; +wire \text_gen|char_ram~20108feeder_combout ; +wire \text_gen|char_ram~20108_q ; +wire \text_gen|char_ram~51506_combout ; +wire \text_gen|char_ram~20122_q ; +wire \text_gen|char_ram~20066_q ; +wire \text_gen|char_ram~51507_combout ; +wire \text_gen|char_ram~51508_combout ; +wire \text_gen|char_ram~18708_q ; +wire \text_gen|char_ram~18722_q ; +wire \text_gen|char_ram~51489_combout ; +wire \text_gen|char_ram~18778_q ; +wire \text_gen|char_ram~18764_q ; +wire \text_gen|char_ram~51490_combout ; +wire \text_gen|char_ram~20514feeder_combout ; +wire \text_gen|char_ram~20514_q ; +wire \text_gen|char_ram~20570_q ; +wire \text_gen|char_ram~20500_q ; +wire \text_gen|char_ram~20556feeder_combout ; +wire \text_gen|char_ram~20556_q ; +wire \text_gen|char_ram~51496_combout ; +wire \text_gen|char_ram~51497_combout ; +wire \text_gen|char_ram~16916_q ; +wire \text_gen|char_ram~16972_q ; +wire \text_gen|char_ram~51491_combout ; +wire \text_gen|char_ram~16986_q ; +wire \text_gen|char_ram~16930_q ; +wire \text_gen|char_ram~51492_combout ; +wire \text_gen|char_ram~15180_q ; +wire \text_gen|char_ram~15194_q ; +wire \text_gen|char_ram~15124_q ; +wire \text_gen|char_ram~15138feeder_combout ; +wire \text_gen|char_ram~15138_q ; +wire \text_gen|char_ram~51493_combout ; +wire \text_gen|char_ram~51494_combout ; +wire \text_gen|char_ram~51495_combout ; +wire \text_gen|char_ram~51498_combout ; +wire \text_gen|char_ram~51509_combout ; +wire \text_gen|char_ram~51520_combout ; +wire \text_gen|char_ram~51521_combout ; +wire \text_gen|char_ram~24098_q ; +wire \text_gen|char_ram~24994_q ; +wire \text_gen|char_ram~23650_q ; +wire \text_gen|char_ram~24546_q ; +wire \text_gen|char_ram~51894_combout ; +wire \text_gen|char_ram~51895_combout ; +wire \text_gen|char_ram~24588_q ; +wire \text_gen|char_ram~25036_q ; +wire \text_gen|char_ram~23692_q ; +wire \text_gen|char_ram~24140feeder_combout ; +wire \text_gen|char_ram~24140_q ; +wire \text_gen|char_ram~51896_combout ; +wire \text_gen|char_ram~51897_combout ; +wire \text_gen|char_ram~24084feeder_combout ; +wire \text_gen|char_ram~24084_q ; +wire \text_gen|char_ram~24980_q ; +wire \text_gen|char_ram~23636_q ; +wire \text_gen|char_ram~24532feeder_combout ; +wire \text_gen|char_ram~24532_q ; +wire \text_gen|char_ram~51898_combout ; +wire \text_gen|char_ram~51899_combout ; +wire \text_gen|char_ram~51900_combout ; +wire \text_gen|char_ram~25050_q ; +wire \text_gen|char_ram~24602feeder_combout ; +wire \text_gen|char_ram~24602_q ; +wire \text_gen|char_ram~23706_q ; +wire \text_gen|char_ram~24154feeder_combout ; +wire \text_gen|char_ram~24154_q ; +wire \text_gen|char_ram~51901_combout ; +wire \text_gen|char_ram~51902_combout ; +wire \text_gen|char_ram~51903_combout ; +wire \text_gen|char_ram~24028feeder_combout ; +wire \text_gen|char_ram~24028_q ; +wire \text_gen|char_ram~23580_q ; +wire \text_gen|char_ram~51863_combout ; +wire \text_gen|char_ram~24476_q ; +wire \text_gen|char_ram~24924_q ; +wire \text_gen|char_ram~51864_combout ; +wire \text_gen|char_ram~23986feeder_combout ; +wire \text_gen|char_ram~23986_q ; +wire \text_gen|char_ram~24434feeder_combout ; +wire \text_gen|char_ram~24434_q ; +wire \text_gen|char_ram~23538_q ; +wire \text_gen|char_ram~51865_combout ; +wire \text_gen|char_ram~24882_q ; +wire \text_gen|char_ram~51866_combout ; +wire \text_gen|char_ram~24420_q ; +wire \text_gen|char_ram~23524_q ; +wire \text_gen|char_ram~51867_combout ; +wire \text_gen|char_ram~24868_q ; +wire \text_gen|char_ram~23972feeder_combout ; +wire \text_gen|char_ram~23972_q ; +wire \text_gen|char_ram~51868_combout ; +wire \text_gen|char_ram~51869_combout ; +wire \text_gen|char_ram~24042feeder_combout ; +wire \text_gen|char_ram~24042_q ; +wire \text_gen|char_ram~23594_q ; +wire \text_gen|char_ram~51870_combout ; +wire \text_gen|char_ram~24938_q ; +wire \text_gen|char_ram~24490feeder_combout ; +wire \text_gen|char_ram~24490_q ; +wire \text_gen|char_ram~51871_combout ; +wire \text_gen|char_ram~51872_combout ; +wire \text_gen|char_ram~23762_q ; +wire \text_gen|char_ram~24658_q ; +wire \text_gen|char_ram~24210_q ; +wire \text_gen|char_ram~23314_q ; +wire \text_gen|char_ram~51885_combout ; +wire \text_gen|char_ram~51886_combout ; +wire \text_gen|char_ram~23748feeder_combout ; +wire \text_gen|char_ram~23748_q ; +wire \text_gen|char_ram~24644_q ; +wire \text_gen|char_ram~23300_q ; +wire \text_gen|char_ram~24196feeder_combout ; +wire \text_gen|char_ram~24196_q ; +wire \text_gen|char_ram~51887_combout ; +wire \text_gen|char_ram~51888_combout ; +wire \text_gen|char_ram~51889_combout ; +wire \text_gen|char_ram~24252feeder_combout ; +wire \text_gen|char_ram~24252_q ; +wire \text_gen|char_ram~24700_q ; +wire \text_gen|char_ram~23356_q ; +wire \text_gen|char_ram~23804feeder_combout ; +wire \text_gen|char_ram~23804_q ; +wire \text_gen|char_ram~51883_combout ; +wire \text_gen|char_ram~51884_combout ; +wire \text_gen|char_ram~24266feeder_combout ; +wire \text_gen|char_ram~24266_q ; +wire \text_gen|char_ram~23370_q ; +wire \text_gen|char_ram~23818feeder_combout ; +wire \text_gen|char_ram~23818_q ; +wire \text_gen|char_ram~51890_combout ; +wire \text_gen|char_ram~24714_q ; +wire \text_gen|char_ram~51891_combout ; +wire \text_gen|char_ram~51892_combout ; +wire \text_gen|char_ram~24378_q ; +wire \text_gen|char_ram~24826_q ; +wire \text_gen|char_ram~23930feeder_combout ; +wire \text_gen|char_ram~23930_q ; +wire \text_gen|char_ram~23482_q ; +wire \text_gen|char_ram~51880_combout ; +wire \text_gen|char_ram~51881_combout ; +wire \text_gen|char_ram~23874feeder_combout ; +wire \text_gen|char_ram~23874_q ; +wire \text_gen|char_ram~24770_q ; +wire \text_gen|char_ram~24322_q ; +wire \text_gen|char_ram~23426_q ; +wire \text_gen|char_ram~51873_combout ; +wire \text_gen|char_ram~51874_combout ; +wire \text_gen|char_ram~23860feeder_combout ; +wire \text_gen|char_ram~23860_q ; +wire \text_gen|char_ram~24756_q ; +wire \text_gen|char_ram~24308feeder_combout ; +wire \text_gen|char_ram~24308_q ; +wire \text_gen|char_ram~23412_q ; +wire \text_gen|char_ram~51877_combout ; +wire \text_gen|char_ram~51878_combout ; +wire \text_gen|char_ram~24364feeder_combout ; +wire \text_gen|char_ram~24364_q ; +wire \text_gen|char_ram~24812_q ; +wire \text_gen|char_ram~23916feeder_combout ; +wire \text_gen|char_ram~23916_q ; +wire \text_gen|char_ram~23468_q ; +wire \text_gen|char_ram~51875_combout ; +wire \text_gen|char_ram~51876_combout ; +wire \text_gen|char_ram~51879_combout ; +wire \text_gen|char_ram~51882_combout ; +wire \text_gen|char_ram~51893_combout ; +wire \text_gen|char_ram~51904_combout ; +wire \text_gen|char_ram~27682_q ; +wire \text_gen|char_ram~28578_q ; +wire \text_gen|char_ram~27234_q ; +wire \text_gen|char_ram~28130_q ; +wire \text_gen|char_ram~52021_combout ; +wire \text_gen|char_ram~52022_combout ; +wire \text_gen|char_ram~28186feeder_combout ; +wire \text_gen|char_ram~28186_q ; +wire \text_gen|char_ram~28634_q ; +wire \text_gen|char_ram~27290_q ; +wire \text_gen|char_ram~27738feeder_combout ; +wire \text_gen|char_ram~27738_q ; +wire \text_gen|char_ram~52028_combout ; +wire \text_gen|char_ram~52029_combout ; +wire \text_gen|char_ram~28172feeder_combout ; +wire \text_gen|char_ram~28172_q ; +wire \text_gen|char_ram~28620_q ; +wire \text_gen|char_ram~27724_q ; +wire \text_gen|char_ram~27276_q ; +wire \text_gen|char_ram~52023_combout ; +wire \text_gen|char_ram~52024_combout ; +wire \text_gen|char_ram~28116_q ; +wire \text_gen|char_ram~27220_q ; +wire \text_gen|char_ram~52025_combout ; +wire \text_gen|char_ram~28564_q ; +wire \text_gen|char_ram~27668_q ; +wire \text_gen|char_ram~52026_combout ; +wire \text_gen|char_ram~52027_combout ; +wire \text_gen|char_ram~52030_combout ; +wire \text_gen|char_ram~27458_q ; +wire \text_gen|char_ram~28354_q ; +wire \text_gen|char_ram~27010_q ; +wire \text_gen|char_ram~27906_q ; +wire \text_gen|char_ram~51990_combout ; +wire \text_gen|char_ram~51991_combout ; +wire \text_gen|char_ram~27948feeder_combout ; +wire \text_gen|char_ram~27948_q ; +wire \text_gen|char_ram~28396_q ; +wire \text_gen|char_ram~27052_q ; +wire \text_gen|char_ram~27500feeder_combout ; +wire \text_gen|char_ram~27500_q ; +wire \text_gen|char_ram~51992_combout ; +wire \text_gen|char_ram~51993_combout ; +wire \text_gen|char_ram~27444_q ; +wire \text_gen|char_ram~28340_q ; +wire \text_gen|char_ram~26996_q ; +wire \text_gen|char_ram~27892feeder_combout ; +wire \text_gen|char_ram~27892_q ; +wire \text_gen|char_ram~51994_combout ; +wire \text_gen|char_ram~51995_combout ; +wire \text_gen|char_ram~51996_combout ; +wire \text_gen|char_ram~27962feeder_combout ; +wire \text_gen|char_ram~27962_q ; +wire \text_gen|char_ram~28410_q ; +wire \text_gen|char_ram~27514_q ; +wire \text_gen|char_ram~27066_q ; +wire \text_gen|char_ram~51997_combout ; +wire \text_gen|char_ram~51998_combout ; +wire \text_gen|char_ram~51999_combout ; +wire \text_gen|char_ram~28074feeder_combout ; +wire \text_gen|char_ram~28074_q ; +wire \text_gen|char_ram~28522_q ; +wire \text_gen|char_ram~27626_q ; +wire \text_gen|char_ram~27178_q ; +wire \text_gen|char_ram~52007_combout ; +wire \text_gen|char_ram~52008_combout ; +wire \text_gen|char_ram~27122_q ; +wire \text_gen|char_ram~28018feeder_combout ; +wire \text_gen|char_ram~28018_q ; +wire \text_gen|char_ram~52002_combout ; +wire \text_gen|char_ram~28466_q ; +wire \text_gen|char_ram~27570feeder_combout ; +wire \text_gen|char_ram~27570_q ; +wire \text_gen|char_ram~52003_combout ; +wire \text_gen|char_ram~27556_q ; +wire \text_gen|char_ram~27108_q ; +wire \text_gen|char_ram~28004feeder_combout ; +wire \text_gen|char_ram~28004_q ; +wire \text_gen|char_ram~52004_combout ; +wire \text_gen|char_ram~28452_q ; +wire \text_gen|char_ram~52005_combout ; +wire \text_gen|char_ram~52006_combout ; +wire \text_gen|char_ram~28060_q ; +wire \text_gen|char_ram~28508_q ; +wire \text_gen|char_ram~27612feeder_combout ; +wire \text_gen|char_ram~27612_q ; +wire \text_gen|char_ram~27164_q ; +wire \text_gen|char_ram~52000_combout ; +wire \text_gen|char_ram~52001_combout ; +wire \text_gen|char_ram~52009_combout ; +wire \text_gen|char_ram~27850_q ; +wire \text_gen|char_ram~28298_q ; +wire \text_gen|char_ram~27402feeder_combout ; +wire \text_gen|char_ram~27402_q ; +wire \text_gen|char_ram~26954_q ; +wire \text_gen|char_ram~52017_combout ; +wire \text_gen|char_ram~52018_combout ; +wire \text_gen|char_ram~27780_q ; +wire \text_gen|char_ram~26884_q ; +wire \text_gen|char_ram~52014_combout ; +wire \text_gen|char_ram~28228_q ; +wire \text_gen|char_ram~27332_q ; +wire \text_gen|char_ram~52015_combout ; +wire \text_gen|char_ram~27346_q ; +wire \text_gen|char_ram~28242_q ; +wire \text_gen|char_ram~27794_q ; +wire \text_gen|char_ram~26898_q ; +wire \text_gen|char_ram~52012_combout ; +wire \text_gen|char_ram~52013_combout ; +wire \text_gen|char_ram~52016_combout ; +wire \text_gen|char_ram~27836feeder_combout ; +wire \text_gen|char_ram~27836_q ; +wire \text_gen|char_ram~28284_q ; +wire \text_gen|char_ram~26940_q ; +wire \text_gen|char_ram~27388feeder_combout ; +wire \text_gen|char_ram~27388_q ; +wire \text_gen|char_ram~52010_combout ; +wire \text_gen|char_ram~52011_combout ; +wire \text_gen|char_ram~52019_combout ; +wire \text_gen|char_ram~52020_combout ; +wire \text_gen|char_ram~52031_combout ; +wire \text_gen|char_ram~26044_q ; +wire \text_gen|char_ram~26058_q ; +wire \text_gen|char_ram~25988_q ; +wire \text_gen|char_ram~26002_q ; +wire \text_gen|char_ram~51909_combout ; +wire \text_gen|char_ram~51910_combout ; +wire \text_gen|char_ram~26114feeder_combout ; +wire \text_gen|char_ram~26114_q ; +wire \text_gen|char_ram~26170_q ; +wire \text_gen|char_ram~26156_q ; +wire \text_gen|char_ram~26100_q ; +wire \text_gen|char_ram~51907_combout ; +wire \text_gen|char_ram~51908_combout ; +wire \text_gen|char_ram~51911_combout ; +wire \text_gen|char_ram~26338feeder_combout ; +wire \text_gen|char_ram~26338_q ; +wire \text_gen|char_ram~26324_q ; +wire \text_gen|char_ram~26380_q ; +wire \text_gen|char_ram~51912_combout ; +wire \text_gen|char_ram~26394_q ; +wire \text_gen|char_ram~51913_combout ; +wire \text_gen|char_ram~26268feeder_combout ; +wire \text_gen|char_ram~26268_q ; +wire \text_gen|char_ram~26282_q ; +wire \text_gen|char_ram~26226feeder_combout ; +wire \text_gen|char_ram~26226_q ; +wire \text_gen|char_ram~26212_q ; +wire \text_gen|char_ram~51905_combout ; +wire \text_gen|char_ram~51906_combout ; +wire \text_gen|char_ram~51914_combout ; +wire \text_gen|char_ram~25442feeder_combout ; +wire \text_gen|char_ram~25442_q ; +wire \text_gen|char_ram~25498_q ; +wire \text_gen|char_ram~25428_q ; +wire \text_gen|char_ram~25484_q ; +wire \text_gen|char_ram~51932_combout ; +wire \text_gen|char_ram~51933_combout ; +wire \text_gen|char_ram~25162feeder_combout ; +wire \text_gen|char_ram~25162_q ; +wire \text_gen|char_ram~25148_q ; +wire \text_gen|char_ram~25092_q ; +wire \text_gen|char_ram~25106feeder_combout ; +wire \text_gen|char_ram~25106_q ; +wire \text_gen|char_ram~51929_combout ; +wire \text_gen|char_ram~51930_combout ; +wire \text_gen|char_ram~25204_q ; +wire \text_gen|char_ram~25260_q ; +wire \text_gen|char_ram~51927_combout ; +wire \text_gen|char_ram~25274_q ; +wire \text_gen|char_ram~25218_q ; +wire \text_gen|char_ram~51928_combout ; +wire \text_gen|char_ram~51931_combout ; +wire \text_gen|char_ram~25372_q ; +wire \text_gen|char_ram~25386_q ; +wire \text_gen|char_ram~25316_q ; +wire \text_gen|char_ram~25330feeder_combout ; +wire \text_gen|char_ram~25330_q ; +wire \text_gen|char_ram~51925_combout ; +wire \text_gen|char_ram~51926_combout ; +wire \text_gen|char_ram~51934_combout ; +wire \text_gen|char_ram~25820feeder_combout ; +wire \text_gen|char_ram~25820_q ; +wire \text_gen|char_ram~25834_q ; +wire \text_gen|char_ram~25764_q ; +wire \text_gen|char_ram~25778_q ; +wire \text_gen|char_ram~51917_combout ; +wire \text_gen|char_ram~51918_combout ; +wire \text_gen|char_ram~25596_q ; +wire \text_gen|char_ram~25610_q ; +wire \text_gen|char_ram~25540_q ; +wire \text_gen|char_ram~25554feeder_combout ; +wire \text_gen|char_ram~25554_q ; +wire \text_gen|char_ram~51919_combout ; +wire \text_gen|char_ram~51920_combout ; +wire \text_gen|char_ram~51921_combout ; +wire \text_gen|char_ram~25932feeder_combout ; +wire \text_gen|char_ram~25932_q ; +wire \text_gen|char_ram~25876_q ; +wire \text_gen|char_ram~51922_combout ; +wire \text_gen|char_ram~25946_q ; +wire \text_gen|char_ram~25890_q ; +wire \text_gen|char_ram~51923_combout ; +wire \text_gen|char_ram~25652_q ; +wire \text_gen|char_ram~25708feeder_combout ; +wire \text_gen|char_ram~25708_q ; +wire \text_gen|char_ram~51915_combout ; +wire \text_gen|char_ram~25722_q ; +wire \text_gen|char_ram~25666feeder_combout ; +wire \text_gen|char_ram~25666_q ; +wire \text_gen|char_ram~51916_combout ; +wire \text_gen|char_ram~51924_combout ; +wire \text_gen|char_ram~51935_combout ; +wire \text_gen|char_ram~26716feeder_combout ; +wire \text_gen|char_ram~26716_q ; +wire \text_gen|char_ram~26730_q ; +wire \text_gen|char_ram~26660_q ; +wire \text_gen|char_ram~26674_q ; +wire \text_gen|char_ram~51938_combout ; +wire \text_gen|char_ram~51939_combout ; +wire \text_gen|char_ram~26450_q ; +wire \text_gen|char_ram~26436feeder_combout ; +wire \text_gen|char_ram~26436_q ; +wire \text_gen|char_ram~51940_combout ; +wire \text_gen|char_ram~26506_q ; +wire \text_gen|char_ram~26492_q ; +wire \text_gen|char_ram~51941_combout ; +wire \text_gen|char_ram~51942_combout ; +wire \text_gen|char_ram~26786feeder_combout ; +wire \text_gen|char_ram~26786_q ; +wire \text_gen|char_ram~26842_q ; +wire \text_gen|char_ram~26772_q ; +wire \text_gen|char_ram~26828_q ; +wire \text_gen|char_ram~51943_combout ; +wire \text_gen|char_ram~51944_combout ; +wire \text_gen|char_ram~26562_q ; +wire \text_gen|char_ram~26618_q ; +wire \text_gen|char_ram~26604_q ; +wire \text_gen|char_ram~26548_q ; +wire \text_gen|char_ram~51936_combout ; +wire \text_gen|char_ram~51937_combout ; +wire \text_gen|char_ram~51945_combout ; +wire \text_gen|char_ram~51946_combout ; +wire \text_gen|char_ram~22236feeder_combout ; +wire \text_gen|char_ram~22236_q ; +wire \text_gen|char_ram~22250_q ; +wire \text_gen|char_ram~22180_q ; +wire \text_gen|char_ram~22194feeder_combout ; +wire \text_gen|char_ram~22194_q ; +wire \text_gen|char_ram~51949_combout ; +wire \text_gen|char_ram~51950_combout ; +wire \text_gen|char_ram~21970feeder_combout ; +wire \text_gen|char_ram~21970_q ; +wire \text_gen|char_ram~21956_q ; +wire \text_gen|char_ram~51951_combout ; +wire \text_gen|char_ram~22026_q ; +wire \text_gen|char_ram~22012feeder_combout ; +wire \text_gen|char_ram~22012_q ; +wire \text_gen|char_ram~51952_combout ; +wire \text_gen|char_ram~51953_combout ; +wire \text_gen|char_ram~22306_q ; +wire \text_gen|char_ram~22362_q ; +wire \text_gen|char_ram~22292_q ; +wire \text_gen|char_ram~22348feeder_combout ; +wire \text_gen|char_ram~22348_q ; +wire \text_gen|char_ram~51954_combout ; +wire \text_gen|char_ram~51955_combout ; +wire \text_gen|char_ram~22082_q ; +wire \text_gen|char_ram~22138_q ; +wire \text_gen|char_ram~22068_q ; +wire \text_gen|char_ram~22124feeder_combout ; +wire \text_gen|char_ram~22124_q ; +wire \text_gen|char_ram~51947_combout ; +wire \text_gen|char_ram~51948_combout ; +wire \text_gen|char_ram~51956_combout ; +wire \text_gen|char_ram~23188_q ; +wire \text_gen|char_ram~23244_q ; +wire \text_gen|char_ram~51985_combout ; +wire \text_gen|char_ram~23258_q ; +wire \text_gen|char_ram~23202_q ; +wire \text_gen|char_ram~51986_combout ; +wire \text_gen|char_ram~23132_q ; +wire \text_gen|char_ram~23146_q ; +wire \text_gen|char_ram~23090_q ; +wire \text_gen|char_ram~23076_q ; +wire \text_gen|char_ram~51980_combout ; +wire \text_gen|char_ram~51981_combout ; +wire \text_gen|char_ram~22908_q ; +wire \text_gen|char_ram~22922_q ; +wire \text_gen|char_ram~22866_q ; +wire \text_gen|char_ram~22852_q ; +wire \text_gen|char_ram~51982_combout ; +wire \text_gen|char_ram~51983_combout ; +wire \text_gen|char_ram~51984_combout ; +wire \text_gen|char_ram~22978_q ; +wire \text_gen|char_ram~22964_q ; +wire \text_gen|char_ram~23020feeder_combout ; +wire \text_gen|char_ram~23020_q ; +wire \text_gen|char_ram~51978_combout ; +wire \text_gen|char_ram~23034_q ; +wire \text_gen|char_ram~51979_combout ; +wire \text_gen|char_ram~51987_combout ; +wire \text_gen|char_ram~22684feeder_combout ; +wire \text_gen|char_ram~22684_q ; +wire \text_gen|char_ram~22698_q ; +wire \text_gen|char_ram~22642feeder_combout ; +wire \text_gen|char_ram~22642_q ; +wire \text_gen|char_ram~22628_q ; +wire \text_gen|char_ram~51957_combout ; +wire \text_gen|char_ram~51958_combout ; +wire \text_gen|char_ram~22754_q ; +wire \text_gen|char_ram~22810_q ; +wire \text_gen|char_ram~22740_q ; +wire \text_gen|char_ram~22796_q ; +wire \text_gen|char_ram~51964_combout ; +wire \text_gen|char_ram~51965_combout ; +wire \text_gen|char_ram~22460_q ; +wire \text_gen|char_ram~22474_q ; +wire \text_gen|char_ram~22404_q ; +wire \text_gen|char_ram~22418_q ; +wire \text_gen|char_ram~51961_combout ; +wire \text_gen|char_ram~51962_combout ; +wire \text_gen|char_ram~22586_q ; +wire \text_gen|char_ram~22530_q ; +wire \text_gen|char_ram~22572feeder_combout ; +wire \text_gen|char_ram~22572_q ; +wire \text_gen|char_ram~22516_q ; +wire \text_gen|char_ram~51959_combout ; +wire \text_gen|char_ram~51960_combout ; +wire \text_gen|char_ram~51963_combout ; +wire \text_gen|char_ram~51966_combout ; +wire \text_gen|char_ram~21900_q ; +wire \text_gen|char_ram~21844_q ; +wire \text_gen|char_ram~51974_combout ; +wire \text_gen|char_ram~21914_q ; +wire \text_gen|char_ram~21858_q ; +wire \text_gen|char_ram~51975_combout ; +wire \text_gen|char_ram~21788_q ; +wire \text_gen|char_ram~21802_q ; +wire \text_gen|char_ram~21732_q ; +wire \text_gen|char_ram~21746_q ; +wire \text_gen|char_ram~51967_combout ; +wire \text_gen|char_ram~51968_combout ; +wire \text_gen|char_ram~21564_q ; +wire \text_gen|char_ram~21578_q ; +wire \text_gen|char_ram~21508_q ; +wire \text_gen|char_ram~21522feeder_combout ; +wire \text_gen|char_ram~21522_q ; +wire \text_gen|char_ram~51971_combout ; +wire \text_gen|char_ram~51972_combout ; +wire \text_gen|char_ram~21634feeder_combout ; +wire \text_gen|char_ram~21634_q ; +wire \text_gen|char_ram~21690_q ; +wire \text_gen|char_ram~21620_q ; +wire \text_gen|char_ram~21676feeder_combout ; +wire \text_gen|char_ram~21676_q ; +wire \text_gen|char_ram~51969_combout ; +wire \text_gen|char_ram~51970_combout ; +wire \text_gen|char_ram~51973_combout ; +wire \text_gen|char_ram~51976_combout ; +wire \text_gen|char_ram~51977_combout ; +wire \text_gen|char_ram~51988_combout ; +wire \text_gen|char_ram~51989_combout ; +wire \text_gen|char_ram~52032_combout ; +wire \text_gen|char_ram~11484feeder_combout ; +wire \text_gen|char_ram~11484_q ; +wire \text_gen|char_ram~11442feeder_combout ; +wire \text_gen|char_ram~11442_q ; +wire \text_gen|char_ram~11428_q ; +wire \text_gen|char_ram~51522_combout ; +wire \text_gen|char_ram~11498feeder_combout ; +wire \text_gen|char_ram~11498_q ; +wire \text_gen|char_ram~51523_combout ; +wire \text_gen|char_ram~11890_q ; +wire \text_gen|char_ram~11946_q ; +wire \text_gen|char_ram~11876_q ; +wire \text_gen|char_ram~11932_q ; +wire \text_gen|char_ram~51524_combout ; +wire \text_gen|char_ram~51525_combout ; +wire \text_gen|char_ram~11036_q ; +wire \text_gen|char_ram~11050_q ; +wire \text_gen|char_ram~10980_q ; +wire \text_gen|char_ram~10994_q ; +wire \text_gen|char_ram~51526_combout ; +wire \text_gen|char_ram~51527_combout ; +wire \text_gen|char_ram~51528_combout ; +wire \text_gen|char_ram~12380feeder_combout ; +wire \text_gen|char_ram~12380_q ; +wire \text_gen|char_ram~12324_q ; +wire \text_gen|char_ram~51529_combout ; +wire \text_gen|char_ram~12394_q ; +wire \text_gen|char_ram~12338feeder_combout ; +wire \text_gen|char_ram~12338_q ; +wire \text_gen|char_ram~51530_combout ; +wire \text_gen|char_ram~51531_combout ; +wire \text_gen|char_ram~12226_q ; +wire \text_gen|char_ram~12282_q ; +wire \text_gen|char_ram~12212_q ; +wire \text_gen|char_ram~12268feeder_combout ; +wire \text_gen|char_ram~12268_q ; +wire \text_gen|char_ram~51539_combout ; +wire \text_gen|char_ram~51540_combout ; +wire \text_gen|char_ram~10882_q ; +wire \text_gen|char_ram~10868_q ; +wire \text_gen|char_ram~51536_combout ; +wire \text_gen|char_ram~10938_q ; +wire \text_gen|char_ram~10924feeder_combout ; +wire \text_gen|char_ram~10924_q ; +wire \text_gen|char_ram~51537_combout ; +wire \text_gen|char_ram~11372feeder_combout ; +wire \text_gen|char_ram~11372_q ; +wire \text_gen|char_ram~11386_q ; +wire \text_gen|char_ram~11316_q ; +wire \text_gen|char_ram~11330_q ; +wire \text_gen|char_ram~51534_combout ; +wire \text_gen|char_ram~51535_combout ; +wire \text_gen|char_ram~51538_combout ; +wire \text_gen|char_ram~11778_q ; +wire \text_gen|char_ram~11834_q ; +wire \text_gen|char_ram~11764_q ; +wire \text_gen|char_ram~11820feeder_combout ; +wire \text_gen|char_ram~11820_q ; +wire \text_gen|char_ram~51532_combout ; +wire \text_gen|char_ram~51533_combout ; +wire \text_gen|char_ram~51541_combout ; +wire \text_gen|char_ram~12100_q ; +wire \text_gen|char_ram~12156_q ; +wire \text_gen|char_ram~51549_combout ; +wire \text_gen|char_ram~12170_q ; +wire \text_gen|char_ram~12114_q ; +wire \text_gen|char_ram~51550_combout ; +wire \text_gen|char_ram~11204_q ; +wire \text_gen|char_ram~11218feeder_combout ; +wire \text_gen|char_ram~11218_q ; +wire \text_gen|char_ram~51542_combout ; +wire \text_gen|char_ram~11274_q ; +wire \text_gen|char_ram~11260_q ; +wire \text_gen|char_ram~51543_combout ; +wire \text_gen|char_ram~10756_q ; +wire \text_gen|char_ram~10770feeder_combout ; +wire \text_gen|char_ram~10770_q ; +wire \text_gen|char_ram~51546_combout ; +wire \text_gen|char_ram~10826_q ; +wire \text_gen|char_ram~10812feeder_combout ; +wire \text_gen|char_ram~10812_q ; +wire \text_gen|char_ram~51547_combout ; +wire \text_gen|char_ram~11666feeder_combout ; +wire \text_gen|char_ram~11666_q ; +wire \text_gen|char_ram~11722_q ; +wire \text_gen|char_ram~11652_q ; +wire \text_gen|char_ram~11708_q ; +wire \text_gen|char_ram~51544_combout ; +wire \text_gen|char_ram~51545_combout ; +wire \text_gen|char_ram~51548_combout ; +wire \text_gen|char_ram~51551_combout ; +wire \text_gen|char_ram~51552_combout ; +wire \text_gen|char_ram~12436_q ; +wire \text_gen|char_ram~12492_q ; +wire \text_gen|char_ram~51560_combout ; +wire \text_gen|char_ram~12506_q ; +wire \text_gen|char_ram~12450feeder_combout ; +wire \text_gen|char_ram~12450_q ; +wire \text_gen|char_ram~51561_combout ; +wire \text_gen|char_ram~11596_q ; +wire \text_gen|char_ram~11610_q ; +wire \text_gen|char_ram~11540_q ; +wire \text_gen|char_ram~11554feeder_combout ; +wire \text_gen|char_ram~11554_q ; +wire \text_gen|char_ram~51555_combout ; +wire \text_gen|char_ram~51556_combout ; +wire \text_gen|char_ram~11092_q ; +wire \text_gen|char_ram~11106feeder_combout ; +wire \text_gen|char_ram~11106_q ; +wire \text_gen|char_ram~51557_combout ; +wire \text_gen|char_ram~11162_q ; +wire \text_gen|char_ram~11148feeder_combout ; +wire \text_gen|char_ram~11148_q ; +wire \text_gen|char_ram~51558_combout ; +wire \text_gen|char_ram~51559_combout ; +wire \text_gen|char_ram~11988_q ; +wire \text_gen|char_ram~12044_q ; +wire \text_gen|char_ram~51553_combout ; +wire \text_gen|char_ram~12002_q ; +wire \text_gen|char_ram~12058_q ; +wire \text_gen|char_ram~51554_combout ; +wire \text_gen|char_ram~51562_combout ; +wire \text_gen|char_ram~51563_combout ; +wire \text_gen|char_ram~14018feeder_combout ; +wire \text_gen|char_ram~14018_q ; +wire \text_gen|char_ram~14074_q ; +wire \text_gen|char_ram~14004_q ; +wire \text_gen|char_ram~14060feeder_combout ; +wire \text_gen|char_ram~14060_q ; +wire \text_gen|char_ram~51656_combout ; +wire \text_gen|char_ram~51657_combout ; +wire \text_gen|char_ram~13556_q ; +wire \text_gen|char_ram~13612feeder_combout ; +wire \text_gen|char_ram~13612_q ; +wire \text_gen|char_ram~51649_combout ; +wire \text_gen|char_ram~13626_q ; +wire \text_gen|char_ram~13570_q ; +wire \text_gen|char_ram~51650_combout ; +wire \text_gen|char_ram~13164feeder_combout ; +wire \text_gen|char_ram~13164_q ; +wire \text_gen|char_ram~13178_q ; +wire \text_gen|char_ram~13108_q ; +wire \text_gen|char_ram~13122feeder_combout ; +wire \text_gen|char_ram~13122_q ; +wire \text_gen|char_ram~51651_combout ; +wire \text_gen|char_ram~51652_combout ; +wire \text_gen|char_ram~12716_q ; +wire \text_gen|char_ram~12730_q ; +wire \text_gen|char_ram~12660_q ; +wire \text_gen|char_ram~12674feeder_combout ; +wire \text_gen|char_ram~12674_q ; +wire \text_gen|char_ram~51653_combout ; +wire \text_gen|char_ram~51654_combout ; +wire \text_gen|char_ram~51655_combout ; +wire \text_gen|char_ram~51658_combout ; +wire \text_gen|char_ram~13794_q ; +wire \text_gen|char_ram~13850_q ; +wire \text_gen|char_ram~13836_q ; +wire \text_gen|char_ram~13780_q ; +wire \text_gen|char_ram~51680_combout ; +wire \text_gen|char_ram~51681_combout ; +wire \text_gen|char_ram~14242_q ; +wire \text_gen|char_ram~14298_q ; +wire \text_gen|char_ram~14228_q ; +wire \text_gen|char_ram~14284feeder_combout ; +wire \text_gen|char_ram~14284_q ; +wire \text_gen|char_ram~51687_combout ; +wire \text_gen|char_ram~51688_combout ; +wire \text_gen|char_ram~13388feeder_combout ; +wire \text_gen|char_ram~13388_q ; +wire \text_gen|char_ram~13402_q ; +wire \text_gen|char_ram~13332_q ; +wire \text_gen|char_ram~13346_q ; +wire \text_gen|char_ram~51682_combout ; +wire \text_gen|char_ram~51683_combout ; +wire \text_gen|char_ram~12884_q ; +wire \text_gen|char_ram~12898_q ; +wire \text_gen|char_ram~51684_combout ; +wire \text_gen|char_ram~12954_q ; +wire \text_gen|char_ram~12940_q ; +wire \text_gen|char_ram~51685_combout ; +wire \text_gen|char_ram~51686_combout ; +wire \text_gen|char_ram~51689_combout ; +wire \text_gen|char_ram~13458_q ; +wire \text_gen|char_ram~13514_q ; +wire \text_gen|char_ram~13444_q ; +wire \text_gen|char_ram~13500feeder_combout ; +wire \text_gen|char_ram~13500_q ; +wire \text_gen|char_ram~51671_combout ; +wire \text_gen|char_ram~51672_combout ; +wire \text_gen|char_ram~12548_q ; +wire \text_gen|char_ram~12562_q ; +wire \text_gen|char_ram~51673_combout ; +wire \text_gen|char_ram~12618_q ; +wire \text_gen|char_ram~12604feeder_combout ; +wire \text_gen|char_ram~12604_q ; +wire \text_gen|char_ram~51674_combout ; +wire \text_gen|char_ram~51675_combout ; +wire \text_gen|char_ram~13948_q ; +wire \text_gen|char_ram~13892_q ; +wire \text_gen|char_ram~51676_combout ; +wire \text_gen|char_ram~13962_q ; +wire \text_gen|char_ram~13906_q ; +wire \text_gen|char_ram~51677_combout ; +wire \text_gen|char_ram~13052feeder_combout ; +wire \text_gen|char_ram~13052_q ; +wire \text_gen|char_ram~13066_q ; +wire \text_gen|char_ram~12996_q ; +wire \text_gen|char_ram~13010feeder_combout ; +wire \text_gen|char_ram~13010_q ; +wire \text_gen|char_ram~51669_combout ; +wire \text_gen|char_ram~51670_combout ; +wire \text_gen|char_ram~51678_combout ; +wire \text_gen|char_ram~14130feeder_combout ; +wire \text_gen|char_ram~14130_q ; +wire \text_gen|char_ram~14186_q ; +wire \text_gen|char_ram~14116_q ; +wire \text_gen|char_ram~14172_q ; +wire \text_gen|char_ram~51666_combout ; +wire \text_gen|char_ram~51667_combout ; +wire \text_gen|char_ram~13234_q ; +wire \text_gen|char_ram~13220_q ; +wire \text_gen|char_ram~51659_combout ; +wire \text_gen|char_ram~13290_q ; +wire \text_gen|char_ram~13276_q ; +wire \text_gen|char_ram~51660_combout ; +wire \text_gen|char_ram~13682_q ; +wire \text_gen|char_ram~13738_q ; +wire \text_gen|char_ram~13668_q ; +wire \text_gen|char_ram~13724feeder_combout ; +wire \text_gen|char_ram~13724_q ; +wire \text_gen|char_ram~51661_combout ; +wire \text_gen|char_ram~51662_combout ; +wire \text_gen|char_ram~12828_q ; +wire \text_gen|char_ram~12842_q ; +wire \text_gen|char_ram~12772_q ; +wire \text_gen|char_ram~12786_q ; +wire \text_gen|char_ram~51663_combout ; +wire \text_gen|char_ram~51664_combout ; +wire \text_gen|char_ram~51665_combout ; +wire \text_gen|char_ram~51668_combout ; +wire \text_gen|char_ram~51679_combout ; +wire \text_gen|char_ram~51690_combout ; +wire \text_gen|char_ram~8418_q ; +wire \text_gen|char_ram~8474_q ; +wire \text_gen|char_ram~8404_q ; +wire \text_gen|char_ram~8460_q ; +wire \text_gen|char_ram~51637_combout ; +wire \text_gen|char_ram~51638_combout ; +wire \text_gen|char_ram~8866feeder_combout ; +wire \text_gen|char_ram~8866_q ; +wire \text_gen|char_ram~8922_q ; +wire \text_gen|char_ram~8908_q ; +wire \text_gen|char_ram~8852_q ; +wire \text_gen|char_ram~51644_combout ; +wire \text_gen|char_ram~51645_combout ; +wire \text_gen|char_ram~7564feeder_combout ; +wire \text_gen|char_ram~7564_q ; +wire \text_gen|char_ram~7578_q ; +wire \text_gen|char_ram~7508_q ; +wire \text_gen|char_ram~7522feeder_combout ; +wire \text_gen|char_ram~7522_q ; +wire \text_gen|char_ram~51641_combout ; +wire \text_gen|char_ram~51642_combout ; +wire \text_gen|char_ram~7956_q ; +wire \text_gen|char_ram~7970_q ; +wire \text_gen|char_ram~51639_combout ; +wire \text_gen|char_ram~8026_q ; +wire \text_gen|char_ram~8012feeder_combout ; +wire \text_gen|char_ram~8012_q ; +wire \text_gen|char_ram~51640_combout ; +wire \text_gen|char_ram~51643_combout ; +wire \text_gen|char_ram~51646_combout ; +wire \text_gen|char_ram~8754feeder_combout ; +wire \text_gen|char_ram~8754_q ; +wire \text_gen|char_ram~8810_q ; +wire \text_gen|char_ram~8796_q ; +wire \text_gen|char_ram~8740_q ; +wire \text_gen|char_ram~51613_combout ; +wire \text_gen|char_ram~51614_combout ; +wire \text_gen|char_ram~8306_q ; +wire \text_gen|char_ram~8362_q ; +wire \text_gen|char_ram~8292_q ; +wire \text_gen|char_ram~8348feeder_combout ; +wire \text_gen|char_ram~8348_q ; +wire \text_gen|char_ram~51608_combout ; +wire \text_gen|char_ram~51609_combout ; +wire \text_gen|char_ram~7466feeder_combout ; +wire \text_gen|char_ram~7466_q ; +wire \text_gen|char_ram~7452_q ; +wire \text_gen|char_ram~7396_q ; +wire \text_gen|char_ram~7410_q ; +wire \text_gen|char_ram~51610_combout ; +wire \text_gen|char_ram~51611_combout ; +wire \text_gen|char_ram~51612_combout ; +wire \text_gen|char_ram~7858feeder_combout ; +wire \text_gen|char_ram~7858_q ; +wire \text_gen|char_ram~7844_q ; +wire \text_gen|char_ram~51606_combout ; +wire \text_gen|char_ram~7914_q ; +wire \text_gen|char_ram~7900_q ; +wire \text_gen|char_ram~51607_combout ; +wire \text_gen|char_ram~51615_combout ; +wire \text_gen|char_ram~8516_q ; +wire \text_gen|char_ram~8572_q ; +wire \text_gen|char_ram~51633_combout ; +wire \text_gen|char_ram~8586_q ; +wire \text_gen|char_ram~8530_q ; +wire \text_gen|char_ram~51634_combout ; +wire \text_gen|char_ram~7228_q ; +wire \text_gen|char_ram~7242_q ; +wire \text_gen|char_ram~7186_q ; +wire \text_gen|char_ram~7172_q ; +wire \text_gen|char_ram~51630_combout ; +wire \text_gen|char_ram~51631_combout ; +wire \text_gen|char_ram~8082_q ; +wire \text_gen|char_ram~8138_q ; +wire \text_gen|char_ram~8068_q ; +wire \text_gen|char_ram~8124_q ; +wire \text_gen|char_ram~51628_combout ; +wire \text_gen|char_ram~51629_combout ; +wire \text_gen|char_ram~51632_combout ; +wire \text_gen|char_ram~7676feeder_combout ; +wire \text_gen|char_ram~7676_q ; +wire \text_gen|char_ram~7690_q ; +wire \text_gen|char_ram~7620_q ; +wire \text_gen|char_ram~7634_q ; +wire \text_gen|char_ram~51626_combout ; +wire \text_gen|char_ram~51627_combout ; +wire \text_gen|char_ram~51635_combout ; +wire \text_gen|char_ram~8698_q ; +wire \text_gen|char_ram~8642_q ; +wire \text_gen|char_ram~8684_q ; +wire \text_gen|char_ram~8628_q ; +wire \text_gen|char_ram~51623_combout ; +wire \text_gen|char_ram~51624_combout ; +wire \text_gen|char_ram~8194_q ; +wire \text_gen|char_ram~8250_q ; +wire \text_gen|char_ram~8180_q ; +wire \text_gen|char_ram~8236feeder_combout ; +wire \text_gen|char_ram~8236_q ; +wire \text_gen|char_ram~51616_combout ; +wire \text_gen|char_ram~51617_combout ; +wire \text_gen|char_ram~7340_q ; +wire \text_gen|char_ram~7354_q ; +wire \text_gen|char_ram~7284_q ; +wire \text_gen|char_ram~7298_q ; +wire \text_gen|char_ram~51620_combout ; +wire \text_gen|char_ram~51621_combout ; +wire \text_gen|char_ram~7788feeder_combout ; +wire \text_gen|char_ram~7788_q ; +wire \text_gen|char_ram~7802_q ; +wire \text_gen|char_ram~7732_q ; +wire \text_gen|char_ram~7746feeder_combout ; +wire \text_gen|char_ram~7746_q ; +wire \text_gen|char_ram~51618_combout ; +wire \text_gen|char_ram~51619_combout ; +wire \text_gen|char_ram~51622_combout ; +wire \text_gen|char_ram~51625_combout ; +wire \text_gen|char_ram~51636_combout ; +wire \text_gen|char_ram~51647_combout ; +wire \text_gen|char_ram~10434_q ; +wire \text_gen|char_ram~10490_q ; +wire \text_gen|char_ram~10420_q ; +wire \text_gen|char_ram~10476_q ; +wire \text_gen|char_ram~51571_combout ; +wire \text_gen|char_ram~51572_combout ; +wire \text_gen|char_ram~9972_q ; +wire \text_gen|char_ram~10028_q ; +wire \text_gen|char_ram~51564_combout ; +wire \text_gen|char_ram~10042_q ; +wire \text_gen|char_ram~9986_q ; +wire \text_gen|char_ram~51565_combout ; +wire \text_gen|char_ram~9076_q ; +wire \text_gen|char_ram~9090feeder_combout ; +wire \text_gen|char_ram~9090_q ; +wire \text_gen|char_ram~51568_combout ; +wire \text_gen|char_ram~9146_q ; +wire \text_gen|char_ram~9132feeder_combout ; +wire \text_gen|char_ram~9132_q ; +wire \text_gen|char_ram~51569_combout ; +wire \text_gen|char_ram~9580feeder_combout ; +wire \text_gen|char_ram~9580_q ; +wire \text_gen|char_ram~9594_q ; +wire \text_gen|char_ram~9524_q ; +wire \text_gen|char_ram~9538_q ; +wire \text_gen|char_ram~51566_combout ; +wire \text_gen|char_ram~51567_combout ; +wire \text_gen|char_ram~51570_combout ; +wire \text_gen|char_ram~51573_combout ; +wire \text_gen|char_ram~10196_q ; +wire \text_gen|char_ram~10252feeder_combout ; +wire \text_gen|char_ram~10252_q ; +wire \text_gen|char_ram~51595_combout ; +wire \text_gen|char_ram~10266_q ; +wire \text_gen|char_ram~10210feeder_combout ; +wire \text_gen|char_ram~10210_q ; +wire \text_gen|char_ram~51596_combout ; +wire \text_gen|char_ram~10658feeder_combout ; +wire \text_gen|char_ram~10658_q ; +wire \text_gen|char_ram~10714_q ; +wire \text_gen|char_ram~10644_q ; +wire \text_gen|char_ram~10700_q ; +wire \text_gen|char_ram~51602_combout ; +wire \text_gen|char_ram~51603_combout ; +wire \text_gen|char_ram~9300_q ; +wire \text_gen|char_ram~9314feeder_combout ; +wire \text_gen|char_ram~9314_q ; +wire \text_gen|char_ram~51599_combout ; +wire \text_gen|char_ram~9370_q ; +wire \text_gen|char_ram~9356_q ; +wire \text_gen|char_ram~51600_combout ; +wire \text_gen|char_ram~9804feeder_combout ; +wire \text_gen|char_ram~9804_q ; +wire \text_gen|char_ram~9818_q ; +wire \text_gen|char_ram~9762feeder_combout ; +wire \text_gen|char_ram~9762_q ; +wire \text_gen|char_ram~9748_q ; +wire \text_gen|char_ram~51597_combout ; +wire \text_gen|char_ram~51598_combout ; +wire \text_gen|char_ram~51601_combout ; +wire \text_gen|char_ram~51604_combout ; +wire \text_gen|char_ram~10322_q ; +wire \text_gen|char_ram~10378_q ; +wire \text_gen|char_ram~10308_q ; +wire \text_gen|char_ram~10364_q ; +wire \text_gen|char_ram~51591_combout ; +wire \text_gen|char_ram~51592_combout ; +wire \text_gen|char_ram~9482_q ; +wire \text_gen|char_ram~9426feeder_combout ; +wire \text_gen|char_ram~9426_q ; +wire \text_gen|char_ram~9412_q ; +wire \text_gen|char_ram~51584_combout ; +wire \text_gen|char_ram~9468_q ; +wire \text_gen|char_ram~51585_combout ; +wire \text_gen|char_ram~9916_q ; +wire \text_gen|char_ram~9860_q ; +wire \text_gen|char_ram~51586_combout ; +wire \text_gen|char_ram~9930_q ; +wire \text_gen|char_ram~9874_q ; +wire \text_gen|char_ram~51587_combout ; +wire \text_gen|char_ram~9020_q ; +wire \text_gen|char_ram~9034_q ; +wire \text_gen|char_ram~8964_q ; +wire \text_gen|char_ram~8978feeder_combout ; +wire \text_gen|char_ram~8978_q ; +wire \text_gen|char_ram~51588_combout ; +wire \text_gen|char_ram~51589_combout ; +wire \text_gen|char_ram~51590_combout ; +wire \text_gen|char_ram~51593_combout ; +wire \text_gen|char_ram~10546feeder_combout ; +wire \text_gen|char_ram~10546_q ; +wire \text_gen|char_ram~10602_q ; +wire \text_gen|char_ram~10532_q ; +wire \text_gen|char_ram~10588feeder_combout ; +wire \text_gen|char_ram~10588_q ; +wire \text_gen|char_ram~51581_combout ; +wire \text_gen|char_ram~51582_combout ; +wire \text_gen|char_ram~9692_q ; +wire \text_gen|char_ram~9706_q ; +wire \text_gen|char_ram~9636_q ; +wire \text_gen|char_ram~9650_q ; +wire \text_gen|char_ram~51574_combout ; +wire \text_gen|char_ram~51575_combout ; +wire \text_gen|char_ram~9244feeder_combout ; +wire \text_gen|char_ram~9244_q ; +wire \text_gen|char_ram~9258_q ; +wire \text_gen|char_ram~9188_q ; +wire \text_gen|char_ram~9202_q ; +wire \text_gen|char_ram~51578_combout ; +wire \text_gen|char_ram~51579_combout ; +wire \text_gen|char_ram~10098_q ; +wire \text_gen|char_ram~10154_q ; +wire \text_gen|char_ram~10084_q ; +wire \text_gen|char_ram~10140_q ; +wire \text_gen|char_ram~51576_combout ; +wire \text_gen|char_ram~51577_combout ; +wire \text_gen|char_ram~51580_combout ; +wire \text_gen|char_ram~51583_combout ; +wire \text_gen|char_ram~51594_combout ; +wire \text_gen|char_ram~51605_combout ; +wire \text_gen|char_ram~51648_combout ; +wire \text_gen|char_ram~51691_combout ; +wire \text_gen|char_ram~3042_q ; +wire \text_gen|char_ram~3098_q ; +wire \text_gen|char_ram~3084_q ; +wire \text_gen|char_ram~3028_q ; +wire \text_gen|char_ram~51723_combout ; +wire \text_gen|char_ram~51724_combout ; +wire \text_gen|char_ram~3490_q ; +wire \text_gen|char_ram~3546_q ; +wire \text_gen|char_ram~3476_q ; +wire \text_gen|char_ram~3532feeder_combout ; +wire \text_gen|char_ram~3532_q ; +wire \text_gen|char_ram~51730_combout ; +wire \text_gen|char_ram~51731_combout ; +wire \text_gen|char_ram~2580_q ; +wire \text_gen|char_ram~2594feeder_combout ; +wire \text_gen|char_ram~2594_q ; +wire \text_gen|char_ram~51725_combout ; +wire \text_gen|char_ram~2650_q ; +wire \text_gen|char_ram~2636_q ; +wire \text_gen|char_ram~51726_combout ; +wire \text_gen|char_ram~2188_q ; +wire \text_gen|char_ram~2202_q ; +wire \text_gen|char_ram~2132_q ; +wire \text_gen|char_ram~2146_q ; +wire \text_gen|char_ram~51727_combout ; +wire \text_gen|char_ram~51728_combout ; +wire \text_gen|char_ram~51729_combout ; +wire \text_gen|char_ram~51732_combout ; +wire \text_gen|char_ram~2524_q ; +wire \text_gen|char_ram~2538_q ; +wire \text_gen|char_ram~2482feeder_combout ; +wire \text_gen|char_ram~2482_q ; +wire \text_gen|char_ram~2468_q ; +wire \text_gen|char_ram~51702_combout ; +wire \text_gen|char_ram~51703_combout ; +wire \text_gen|char_ram~2986feeder_combout ; +wire \text_gen|char_ram~2986_q ; +wire \text_gen|char_ram~2930_q ; +wire \text_gen|char_ram~2916_q ; +wire \text_gen|char_ram~2972feeder_combout ; +wire \text_gen|char_ram~2972_q ; +wire \text_gen|char_ram~51704_combout ; +wire \text_gen|char_ram~51705_combout ; +wire \text_gen|char_ram~2020_q ; +wire \text_gen|char_ram~2034_q ; +wire \text_gen|char_ram~51706_combout ; +wire \text_gen|char_ram~2090_q ; +wire \text_gen|char_ram~2076feeder_combout ; +wire \text_gen|char_ram~2076_q ; +wire \text_gen|char_ram~51707_combout ; +wire \text_gen|char_ram~51708_combout ; +wire \text_gen|char_ram~3378_q ; +wire \text_gen|char_ram~3434_q ; +wire \text_gen|char_ram~3364_q ; +wire \text_gen|char_ram~3420_q ; +wire \text_gen|char_ram~51709_combout ; +wire \text_gen|char_ram~51710_combout ; +wire \text_gen|char_ram~51711_combout ; +wire \text_gen|char_ram~3154_q ; +wire \text_gen|char_ram~3140_q ; +wire \text_gen|char_ram~3196_q ; +wire \text_gen|char_ram~51719_combout ; +wire \text_gen|char_ram~3210_q ; +wire \text_gen|char_ram~51720_combout ; +wire \text_gen|char_ram~1796_q ; +wire \text_gen|char_ram~1810_q ; +wire \text_gen|char_ram~51716_combout ; +wire \text_gen|char_ram~1866_q ; +wire \text_gen|char_ram~1852feeder_combout ; +wire \text_gen|char_ram~1852_q ; +wire \text_gen|char_ram~51717_combout ; +wire \text_gen|char_ram~2706feeder_combout ; +wire \text_gen|char_ram~2706_q ; +wire \text_gen|char_ram~2762_q ; +wire \text_gen|char_ram~2748_q ; +wire \text_gen|char_ram~2692_q ; +wire \text_gen|char_ram~51714_combout ; +wire \text_gen|char_ram~51715_combout ; +wire \text_gen|char_ram~51718_combout ; +wire \text_gen|char_ram~2300_q ; +wire \text_gen|char_ram~2314_q ; +wire \text_gen|char_ram~2244_q ; +wire \text_gen|char_ram~2258_q ; +wire \text_gen|char_ram~51712_combout ; +wire \text_gen|char_ram~51713_combout ; +wire \text_gen|char_ram~51721_combout ; +wire \text_gen|char_ram~51722_combout ; +wire \text_gen|char_ram~2426feeder_combout ; +wire \text_gen|char_ram~2426_q ; +wire \text_gen|char_ram~2412feeder_combout ; +wire \text_gen|char_ram~2412_q ; +wire \text_gen|char_ram~2356_q ; +wire \text_gen|char_ram~2370feeder_combout ; +wire \text_gen|char_ram~2370_q ; +wire \text_gen|char_ram~51694_combout ; +wire \text_gen|char_ram~51695_combout ; +wire \text_gen|char_ram~1964_q ; +wire \text_gen|char_ram~1978_q ; +wire \text_gen|char_ram~1908_q ; +wire \text_gen|char_ram~1922_q ; +wire \text_gen|char_ram~51696_combout ; +wire \text_gen|char_ram~51697_combout ; +wire \text_gen|char_ram~51698_combout ; +wire \text_gen|char_ram~2874_q ; +wire \text_gen|char_ram~2818_q ; +wire \text_gen|char_ram~2860_q ; +wire \text_gen|char_ram~2804_q ; +wire \text_gen|char_ram~51692_combout ; +wire \text_gen|char_ram~51693_combout ; +wire \text_gen|char_ram~3266feeder_combout ; +wire \text_gen|char_ram~3266_q ; +wire \text_gen|char_ram~3322_q ; +wire \text_gen|char_ram~3252_q ; +wire \text_gen|char_ram~3308_q ; +wire \text_gen|char_ram~51699_combout ; +wire \text_gen|char_ram~51700_combout ; +wire \text_gen|char_ram~51701_combout ; +wire \text_gen|char_ram~51733_combout ; +wire \text_gen|char_ram~7074feeder_combout ; +wire \text_gen|char_ram~7074_q ; +wire \text_gen|char_ram~7130_q ; +wire \text_gen|char_ram~7116_q ; +wire \text_gen|char_ram~7060_q ; +wire \text_gen|char_ram~51857_combout ; +wire \text_gen|char_ram~51858_combout ; +wire \text_gen|char_ram~5772_q ; +wire \text_gen|char_ram~5786_q ; +wire \text_gen|char_ram~5730feeder_combout ; +wire \text_gen|char_ram~5730_q ; +wire \text_gen|char_ram~5716_q ; +wire \text_gen|char_ram~51854_combout ; +wire \text_gen|char_ram~51855_combout ; +wire \text_gen|char_ram~6220feeder_combout ; +wire \text_gen|char_ram~6220_q ; +wire \text_gen|char_ram~6234_q ; +wire \text_gen|char_ram~6164_q ; +wire \text_gen|char_ram~6178_q ; +wire \text_gen|char_ram~51852_combout ; +wire \text_gen|char_ram~51853_combout ; +wire \text_gen|char_ram~51856_combout ; +wire \text_gen|char_ram~6626_q ; +wire \text_gen|char_ram~6682_q ; +wire \text_gen|char_ram~6668feeder_combout ; +wire \text_gen|char_ram~6668_q ; +wire \text_gen|char_ram~6612_q ; +wire \text_gen|char_ram~51850_combout ; +wire \text_gen|char_ram~51851_combout ; +wire \text_gen|char_ram~51859_combout ; +wire \text_gen|char_ram~5548feeder_combout ; +wire \text_gen|char_ram~5548_q ; +wire \text_gen|char_ram~5562_q ; +wire \text_gen|char_ram~5492_q ; +wire \text_gen|char_ram~5506feeder_combout ; +wire \text_gen|char_ram~5506_q ; +wire \text_gen|char_ram~51823_combout ; +wire \text_gen|char_ram~51824_combout ; +wire \text_gen|char_ram~5940_q ; +wire \text_gen|char_ram~5954_q ; +wire \text_gen|char_ram~51821_combout ; +wire \text_gen|char_ram~6010_q ; +wire \text_gen|char_ram~5996_q ; +wire \text_gen|char_ram~51822_combout ; +wire \text_gen|char_ram~51825_combout ; +wire \text_gen|char_ram~6850_q ; +wire \text_gen|char_ram~6906_q ; +wire \text_gen|char_ram~6836_q ; +wire \text_gen|char_ram~6892feeder_combout ; +wire \text_gen|char_ram~6892_q ; +wire \text_gen|char_ram~51826_combout ; +wire \text_gen|char_ram~51827_combout ; +wire \text_gen|char_ram~6402_q ; +wire \text_gen|char_ram~6458_q ; +wire \text_gen|char_ram~6388_q ; +wire \text_gen|char_ram~6444_q ; +wire \text_gen|char_ram~51819_combout ; +wire \text_gen|char_ram~51820_combout ; +wire \text_gen|char_ram~51828_combout ; +wire \text_gen|char_ram~6108feeder_combout ; +wire \text_gen|char_ram~6108_q ; +wire \text_gen|char_ram~6122_q ; +wire \text_gen|char_ram~6066feeder_combout ; +wire \text_gen|char_ram~6066_q ; +wire \text_gen|char_ram~6052_q ; +wire \text_gen|char_ram~51829_combout ; +wire \text_gen|char_ram~51830_combout ; +wire \text_gen|char_ram~6962feeder_combout ; +wire \text_gen|char_ram~6962_q ; +wire \text_gen|char_ram~7018_q ; +wire \text_gen|char_ram~6948_q ; +wire \text_gen|char_ram~7004feeder_combout ; +wire \text_gen|char_ram~7004_q ; +wire \text_gen|char_ram~51836_combout ; +wire \text_gen|char_ram~51837_combout ; +wire \text_gen|char_ram~5660_q ; +wire \text_gen|char_ram~5674_q ; +wire \text_gen|char_ram~5604_q ; +wire \text_gen|char_ram~5618feeder_combout ; +wire \text_gen|char_ram~5618_q ; +wire \text_gen|char_ram~51833_combout ; +wire \text_gen|char_ram~51834_combout ; +wire \text_gen|char_ram~6514feeder_combout ; +wire \text_gen|char_ram~6514_q ; +wire \text_gen|char_ram~6570_q ; +wire \text_gen|char_ram~6500_q ; +wire \text_gen|char_ram~6556feeder_combout ; +wire \text_gen|char_ram~6556_q ; +wire \text_gen|char_ram~51831_combout ; +wire \text_gen|char_ram~51832_combout ; +wire \text_gen|char_ram~51835_combout ; +wire \text_gen|char_ram~51838_combout ; +wire \text_gen|char_ram~6738feeder_combout ; +wire \text_gen|char_ram~6738_q ; +wire \text_gen|char_ram~6794_q ; +wire \text_gen|char_ram~6724_q ; +wire \text_gen|char_ram~6780feeder_combout ; +wire \text_gen|char_ram~6780_q ; +wire \text_gen|char_ram~51846_combout ; +wire \text_gen|char_ram~51847_combout ; +wire \text_gen|char_ram~5436_q ; +wire \text_gen|char_ram~5450_q ; +wire \text_gen|char_ram~5380_q ; +wire \text_gen|char_ram~5394_q ; +wire \text_gen|char_ram~51843_combout ; +wire \text_gen|char_ram~51844_combout ; +wire \text_gen|char_ram~6290_q ; +wire \text_gen|char_ram~6346_q ; +wire \text_gen|char_ram~6276_q ; +wire \text_gen|char_ram~6332feeder_combout ; +wire \text_gen|char_ram~6332_q ; +wire \text_gen|char_ram~51841_combout ; +wire \text_gen|char_ram~51842_combout ; +wire \text_gen|char_ram~51845_combout ; +wire \text_gen|char_ram~5884feeder_combout ; +wire \text_gen|char_ram~5884_q ; +wire \text_gen|char_ram~5898_q ; +wire \text_gen|char_ram~5828_q ; +wire \text_gen|char_ram~5842feeder_combout ; +wire \text_gen|char_ram~5842_q ; +wire \text_gen|char_ram~51839_combout ; +wire \text_gen|char_ram~51840_combout ; +wire \text_gen|char_ram~51848_combout ; +wire \text_gen|char_ram~51849_combout ; +wire \text_gen|char_ram~51860_combout ; +wire \text_gen|char_ram~3924_q ; +wire \text_gen|char_ram~3938_q ; +wire \text_gen|char_ram~51769_combout ; +wire \text_gen|char_ram~3994_q ; +wire \text_gen|char_ram~3980_q ; +wire \text_gen|char_ram~51770_combout ; +wire \text_gen|char_ram~4372_q ; +wire \text_gen|char_ram~4386_q ; +wire \text_gen|char_ram~51767_combout ; +wire \text_gen|char_ram~4442_q ; +wire \text_gen|char_ram~4428_q ; +wire \text_gen|char_ram~51768_combout ; +wire \text_gen|char_ram~51771_combout ; +wire \text_gen|char_ram~5282feeder_combout ; +wire \text_gen|char_ram~5282_q ; +wire \text_gen|char_ram~5338_q ; +wire \text_gen|char_ram~5324feeder_combout ; +wire \text_gen|char_ram~5324_q ; +wire \text_gen|char_ram~5268_q ; +wire \text_gen|char_ram~51772_combout ; +wire \text_gen|char_ram~51773_combout ; +wire \text_gen|char_ram~4834feeder_combout ; +wire \text_gen|char_ram~4834_q ; +wire \text_gen|char_ram~4890_q ; +wire \text_gen|char_ram~4876_q ; +wire \text_gen|char_ram~4820_q ; +wire \text_gen|char_ram~51765_combout ; +wire \text_gen|char_ram~51766_combout ; +wire \text_gen|char_ram~51774_combout ; +wire \text_gen|char_ram~5156_q ; +wire \text_gen|char_ram~5212feeder_combout ; +wire \text_gen|char_ram~5212_q ; +wire \text_gen|char_ram~51741_combout ; +wire \text_gen|char_ram~5170_q ; +wire \text_gen|char_ram~5226_q ; +wire \text_gen|char_ram~51742_combout ; +wire \text_gen|char_ram~4316feeder_combout ; +wire \text_gen|char_ram~4316_q ; +wire \text_gen|char_ram~4330_q ; +wire \text_gen|char_ram~4260_q ; +wire \text_gen|char_ram~4274_q ; +wire \text_gen|char_ram~51734_combout ; +wire \text_gen|char_ram~51735_combout ; +wire \text_gen|char_ram~3868_q ; +wire \text_gen|char_ram~3882_q ; +wire \text_gen|char_ram~3812_q ; +wire \text_gen|char_ram~3826_q ; +wire \text_gen|char_ram~51738_combout ; +wire \text_gen|char_ram~51739_combout ; +wire \text_gen|char_ram~4722_q ; +wire \text_gen|char_ram~4778_q ; +wire \text_gen|char_ram~4708_q ; +wire \text_gen|char_ram~4764feeder_combout ; +wire \text_gen|char_ram~4764_q ; +wire \text_gen|char_ram~51736_combout ; +wire \text_gen|char_ram~51737_combout ; +wire \text_gen|char_ram~51740_combout ; +wire \text_gen|char_ram~51743_combout ; +wire \text_gen|char_ram~3756feeder_combout ; +wire \text_gen|char_ram~3756_q ; +wire \text_gen|char_ram~3770_q ; +wire \text_gen|char_ram~3700_q ; +wire \text_gen|char_ram~3714feeder_combout ; +wire \text_gen|char_ram~3714_q ; +wire \text_gen|char_ram~51748_combout ; +wire \text_gen|char_ram~51749_combout ; +wire \text_gen|char_ram~4204feeder_combout ; +wire \text_gen|char_ram~4204_q ; +wire \text_gen|char_ram~4218_q ; +wire \text_gen|char_ram~4148_q ; +wire \text_gen|char_ram~4162_q ; +wire \text_gen|char_ram~51746_combout ; +wire \text_gen|char_ram~51747_combout ; +wire \text_gen|char_ram~51750_combout ; +wire \text_gen|char_ram~4610feeder_combout ; +wire \text_gen|char_ram~4610_q ; +wire \text_gen|char_ram~4666_q ; +wire \text_gen|char_ram~4652feeder_combout ; +wire \text_gen|char_ram~4652_q ; +wire \text_gen|char_ram~4596_q ; +wire \text_gen|char_ram~51744_combout ; +wire \text_gen|char_ram~51745_combout ; +wire \text_gen|char_ram~5058_q ; +wire \text_gen|char_ram~5114_q ; +wire \text_gen|char_ram~5044_q ; +wire \text_gen|char_ram~5100_q ; +wire \text_gen|char_ram~51751_combout ; +wire \text_gen|char_ram~51752_combout ; +wire \text_gen|char_ram~51753_combout ; +wire \text_gen|char_ram~4498feeder_combout ; +wire \text_gen|char_ram~4498_q ; +wire \text_gen|char_ram~4554feeder_combout ; +wire \text_gen|char_ram~4554_q ; +wire \text_gen|char_ram~4484_q ; +wire \text_gen|char_ram~4540_q ; +wire \text_gen|char_ram~51756_combout ; +wire \text_gen|char_ram~51757_combout ; +wire \text_gen|char_ram~3644_q ; +wire \text_gen|char_ram~3658_q ; +wire \text_gen|char_ram~3588_q ; +wire \text_gen|char_ram~3602_q ; +wire \text_gen|char_ram~51758_combout ; +wire \text_gen|char_ram~51759_combout ; +wire \text_gen|char_ram~51760_combout ; +wire \text_gen|char_ram~4946_q ; +wire \text_gen|char_ram~5002_q ; +wire \text_gen|char_ram~4932_q ; +wire \text_gen|char_ram~4988feeder_combout ; +wire \text_gen|char_ram~4988_q ; +wire \text_gen|char_ram~51761_combout ; +wire \text_gen|char_ram~51762_combout ; +wire \text_gen|char_ram~4092_q ; +wire \text_gen|char_ram~4106_q ; +wire \text_gen|char_ram~4036_q ; +wire \text_gen|char_ram~4050_q ; +wire \text_gen|char_ram~51754_combout ; +wire \text_gen|char_ram~51755_combout ; +wire \text_gen|char_ram~51763_combout ; +wire \text_gen|char_ram~51764_combout ; +wire \text_gen|char_ram~51775_combout ; +wire \text_gen|char_ram~1698feeder_combout ; +wire \text_gen|char_ram~1698_q ; +wire \text_gen|char_ram~1754_q ; +wire \text_gen|char_ram~1740_q ; +wire \text_gen|char_ram~1684_q ; +wire \text_gen|char_ram~51814_combout ; +wire \text_gen|char_ram~51815_combout ; +wire \text_gen|char_ram~788_q ; +wire \text_gen|char_ram~802_q ; +wire \text_gen|char_ram~51809_combout ; +wire \text_gen|char_ram~858_q ; +wire \text_gen|char_ram~844_q ; +wire \text_gen|char_ram~51810_combout ; +wire \text_gen|char_ram~396feeder_combout ; +wire \text_gen|char_ram~396_q ; +wire \text_gen|char_ram~410_q ; +wire \text_gen|char_ram~354_q ; +wire \text_gen|char_ram~340_q ; +wire \text_gen|char_ram~51811_combout ; +wire \text_gen|char_ram~51812_combout ; +wire \text_gen|char_ram~51813_combout ; +wire \text_gen|char_ram~1250_q ; +wire \text_gen|char_ram~1306_q ; +wire \text_gen|char_ram~1236_q ; +wire \text_gen|char_ram~1292feeder_combout ; +wire \text_gen|char_ram~1292_q ; +wire \text_gen|char_ram~51807_combout ; +wire \text_gen|char_ram~51808_combout ; +wire \text_gen|char_ram~51816_combout ; +wire \text_gen|char_ram~1586_q ; +wire \text_gen|char_ram~1642_q ; +wire \text_gen|char_ram~1628feeder_combout ; +wire \text_gen|char_ram~1628_q ; +wire \text_gen|char_ram~1572_q ; +wire \text_gen|char_ram~51783_combout ; +wire \text_gen|char_ram~51784_combout ; +wire \text_gen|char_ram~1124_q ; +wire \text_gen|char_ram~1180_q ; +wire \text_gen|char_ram~51778_combout ; +wire \text_gen|char_ram~1194_q ; +wire \text_gen|char_ram~1138_q ; +wire \text_gen|char_ram~51779_combout ; +wire \text_gen|char_ram~284_q ; +wire \text_gen|char_ram~298_q ; +wire \text_gen|char_ram~228_q ; +wire \text_gen|char_ram~242_q ; +wire \text_gen|char_ram~51780_combout ; +wire \text_gen|char_ram~51781_combout ; +wire \text_gen|char_ram~51782_combout ; +wire \text_gen|char_ram~732feeder_combout ; +wire \text_gen|char_ram~732_q ; +wire \text_gen|char_ram~746_q ; +wire \text_gen|char_ram~690_q ; +wire \text_gen|char_ram~676_q ; +wire \text_gen|char_ram~51776_combout ; +wire \text_gen|char_ram~51777_combout ; +wire \text_gen|char_ram~51785_combout ; +wire \text_gen|char_ram~1362_q ; +wire \text_gen|char_ram~1418_q ; +wire \text_gen|char_ram~1348_q ; +wire \text_gen|char_ram~1404_q ; +wire \text_gen|char_ram~51803_combout ; +wire \text_gen|char_ram~51804_combout ; +wire \text_gen|char_ram~508feeder_combout ; +wire \text_gen|char_ram~508_q ; +wire \text_gen|char_ram~522_q ; +wire \text_gen|char_ram~452_q ; +wire \text_gen|char_ram~466_q ; +wire \text_gen|char_ram~51796_combout ; +wire \text_gen|char_ram~51797_combout ; +wire \text_gen|char_ram~60_q ; +wire \text_gen|char_ram~74_q ; +wire \text_gen|char_ram~4_q ; +wire \text_gen|char_ram~18_q ; +wire \text_gen|char_ram~51800_combout ; +wire \text_gen|char_ram~51801_combout ; +wire \text_gen|char_ram~900_q ; +wire \text_gen|char_ram~956feeder_combout ; +wire \text_gen|char_ram~956_q ; +wire \text_gen|char_ram~51798_combout ; +wire \text_gen|char_ram~970_q ; +wire \text_gen|char_ram~914_q ; +wire \text_gen|char_ram~51799_combout ; +wire \text_gen|char_ram~51802_combout ; +wire \text_gen|char_ram~51805_combout ; +wire \text_gen|char_ram~1474_q ; +wire \text_gen|char_ram~1530_q ; +wire \text_gen|char_ram~1460_q ; +wire \text_gen|char_ram~1516feeder_combout ; +wire \text_gen|char_ram~1516_q ; +wire \text_gen|char_ram~51793_combout ; +wire \text_gen|char_ram~51794_combout ; +wire \text_gen|char_ram~1082_q ; +wire \text_gen|char_ram~1026feeder_combout ; +wire \text_gen|char_ram~1026_q ; +wire \text_gen|char_ram~1012_q ; +wire \text_gen|char_ram~1068feeder_combout ; +wire \text_gen|char_ram~1068_q ; +wire \text_gen|char_ram~51786_combout ; +wire \text_gen|char_ram~51787_combout ; +wire \text_gen|char_ram~172feeder_combout ; +wire \text_gen|char_ram~172_q ; +wire \text_gen|char_ram~186_q ; +wire \text_gen|char_ram~116_q ; +wire \text_gen|char_ram~130feeder_combout ; +wire \text_gen|char_ram~130_q ; +wire \text_gen|char_ram~51790_combout ; +wire \text_gen|char_ram~51791_combout ; +wire \text_gen|char_ram~634feeder_combout ; +wire \text_gen|char_ram~634_q ; +wire \text_gen|char_ram~620_q ; +wire \text_gen|char_ram~564_q ; +wire \text_gen|char_ram~578_q ; +wire \text_gen|char_ram~51788_combout ; +wire \text_gen|char_ram~51789_combout ; +wire \text_gen|char_ram~51792_combout ; +wire \text_gen|char_ram~51795_combout ; +wire \text_gen|char_ram~51806_combout ; +wire \text_gen|char_ram~51817_combout ; +wire \text_gen|char_ram~51818_combout ; +wire \text_gen|char_ram~51861_combout ; +wire \text_gen|char_ram~51862_combout ; +wire \text_gen|char_ram~52033_combout ; +wire \text_gen|char_ram~52034_combout ; +wire \text_gen|char_ram~52717_combout ; +wire \text_gen|char_code[4]~6_combout ; +wire \text_gen|f_rom|Mux5~63_combout ; +wire \text_gen|f_rom|row_pixels[7]~6_combout ; +wire \text_gen|char_ram~10303feeder_combout ; +wire \text_gen|char_ram~10303_q ; +wire \text_gen|char_ram~10079feeder_combout ; +wire \text_gen|char_ram~10079_q ; +wire \text_gen|char_ram~10072_q ; +wire \text_gen|char_ram~10296_q ; +wire \text_gen|char_ram~33640_combout ; +wire \text_gen|char_ram~33641_combout ; +wire \text_gen|char_ram~10191_q ; +wire \text_gen|char_ram~9967_q ; +wire \text_gen|char_ram~10184_q ; +wire \text_gen|char_ram~9960_q ; +wire \text_gen|char_ram~33633_combout ; +wire \text_gen|char_ram~33634_combout ; +wire \text_gen|char_ram~10135feeder_combout ; +wire \text_gen|char_ram~10135_q ; +wire \text_gen|char_ram~10128_q ; +wire \text_gen|char_ram~9904_q ; +wire \text_gen|char_ram~33637_combout ; +wire \text_gen|char_ram~9911feeder_combout ; +wire \text_gen|char_ram~9911_q ; +wire \text_gen|char_ram~33638_combout ; +wire \text_gen|char_ram~10023feeder_combout ; +wire \text_gen|char_ram~10023_q ; +wire \text_gen|char_ram~10247_q ; +wire \text_gen|char_ram~10016_q ; +wire \text_gen|char_ram~10240_q ; +wire \text_gen|char_ram~33635_combout ; +wire \text_gen|char_ram~33636_combout ; +wire \text_gen|char_ram~33639_combout ; +wire \text_gen|char_ram~33642_combout ; +wire \text_gen|char_ram~9988_q ; +wire \text_gen|char_ram~10044_q ; +wire \text_gen|char_ram~33612_combout ; +wire \text_gen|char_ram~10051_q ; +wire \text_gen|char_ram~9995_q ; +wire \text_gen|char_ram~33613_combout ; +wire \text_gen|char_ram~10156feeder_combout ; +wire \text_gen|char_ram~10156_q ; +wire \text_gen|char_ram~10163_q ; +wire \text_gen|char_ram~10107_q ; +wire \text_gen|char_ram~10100_q ; +wire \text_gen|char_ram~33614_combout ; +wire \text_gen|char_ram~33615_combout ; +wire \text_gen|char_ram~9883_q ; +wire \text_gen|char_ram~9939_q ; +wire \text_gen|char_ram~9876_q ; +wire \text_gen|char_ram~9932_q ; +wire \text_gen|char_ram~33616_combout ; +wire \text_gen|char_ram~33617_combout ; +wire \text_gen|char_ram~33618_combout ; +wire \text_gen|char_ram~10268_q ; +wire \text_gen|char_ram~10275_q ; +wire \text_gen|char_ram~10212_q ; +wire \text_gen|char_ram~10219_q ; +wire \text_gen|char_ram~33619_combout ; +wire \text_gen|char_ram~33620_combout ; +wire \text_gen|char_ram~33621_combout ; +wire \text_gen|char_ram~10086_q ; +wire \text_gen|char_ram~10093_q ; +wire \text_gen|char_ram~33622_combout ; +wire \text_gen|char_ram~10149_q ; +wire \text_gen|char_ram~10142_q ; +wire \text_gen|char_ram~33623_combout ; +wire \text_gen|char_ram~10254_q ; +wire \text_gen|char_ram~10261_q ; +wire \text_gen|char_ram~10198_q ; +wire \text_gen|char_ram~10205_q ; +wire \text_gen|char_ram~33629_combout ; +wire \text_gen|char_ram~33630_combout ; +wire \text_gen|char_ram~10030_q ; +wire \text_gen|char_ram~9974_q ; +wire \text_gen|char_ram~33624_combout ; +wire \text_gen|char_ram~10037_q ; +wire \text_gen|char_ram~9981_q ; +wire \text_gen|char_ram~33625_combout ; +wire \text_gen|char_ram~9869_q ; +wire \text_gen|char_ram~9925_q ; +wire \text_gen|char_ram~9862_q ; +wire \text_gen|char_ram~9918feeder_combout ; +wire \text_gen|char_ram~9918_q ; +wire \text_gen|char_ram~33626_combout ; +wire \text_gen|char_ram~33627_combout ; +wire \text_gen|char_ram~33628_combout ; +wire \text_gen|char_ram~33631_combout ; +wire \text_gen|char_ram~33632_combout ; +wire \text_gen|char_ram~10226_q ; +wire \text_gen|char_ram~10233_q ; +wire \text_gen|char_ram~33609_combout ; +wire \text_gen|char_ram~10282_q ; +wire \text_gen|char_ram~10289_q ; +wire \text_gen|char_ram~33610_combout ; +wire \text_gen|char_ram~10177_q ; +wire \text_gen|char_ram~10170_q ; +wire \text_gen|char_ram~10114_q ; +wire \text_gen|char_ram~10121feeder_combout ; +wire \text_gen|char_ram~10121_q ; +wire \text_gen|char_ram~33602_combout ; +wire \text_gen|char_ram~33603_combout ; +wire \text_gen|char_ram~9897feeder_combout ; +wire \text_gen|char_ram~9897_q ; +wire \text_gen|char_ram~9953_q ; +wire \text_gen|char_ram~9890_q ; +wire \text_gen|char_ram~9946feeder_combout ; +wire \text_gen|char_ram~9946_q ; +wire \text_gen|char_ram~33606_combout ; +wire \text_gen|char_ram~33607_combout ; +wire \text_gen|char_ram~10009feeder_combout ; +wire \text_gen|char_ram~10009_q ; +wire \text_gen|char_ram~10065_q ; +wire \text_gen|char_ram~10058_q ; +wire \text_gen|char_ram~10002_q ; +wire \text_gen|char_ram~33604_combout ; +wire \text_gen|char_ram~33605_combout ; +wire \text_gen|char_ram~33608_combout ; +wire \text_gen|char_ram~33611_combout ; +wire \text_gen|char_ram~33643_combout ; +wire \text_gen|char_ram~2715_q ; +wire \text_gen|char_ram~2771_q ; +wire \text_gen|char_ram~2708_q ; +wire \text_gen|char_ram~2764_q ; +wire \text_gen|char_ram~33690_combout ; +wire \text_gen|char_ram~33691_combout ; +wire \text_gen|char_ram~2988_q ; +wire \text_gen|char_ram~2995_q ; +wire \text_gen|char_ram~2932_q ; +wire \text_gen|char_ram~2939_q ; +wire \text_gen|char_ram~33688_combout ; +wire \text_gen|char_ram~33689_combout ; +wire \text_gen|char_ram~33692_combout ; +wire \text_gen|char_ram~3100feeder_combout ; +wire \text_gen|char_ram~3100_q ; +wire \text_gen|char_ram~3107feeder_combout ; +wire \text_gen|char_ram~3107_q ; +wire \text_gen|char_ram~3051feeder_combout ; +wire \text_gen|char_ram~3051_q ; +wire \text_gen|char_ram~3044_q ; +wire \text_gen|char_ram~33693_combout ; +wire \text_gen|char_ram~33694_combout ; +wire \text_gen|char_ram~2883_q ; +wire \text_gen|char_ram~2827_q ; +wire \text_gen|char_ram~2820_q ; +wire \text_gen|char_ram~2876_q ; +wire \text_gen|char_ram~33686_combout ; +wire \text_gen|char_ram~33687_combout ; +wire \text_gen|char_ram~33695_combout ; +wire \text_gen|char_ram~2736_q ; +wire \text_gen|char_ram~2792feeder_combout ; +wire \text_gen|char_ram~2792_q ; +wire \text_gen|char_ram~33721_combout ; +wire \text_gen|char_ram~2799_q ; +wire \text_gen|char_ram~2743_q ; +wire \text_gen|char_ram~33722_combout ; +wire \text_gen|char_ram~3016_q ; +wire \text_gen|char_ram~3023_q ; +wire \text_gen|char_ram~2960_q ; +wire \text_gen|char_ram~2967_q ; +wire \text_gen|char_ram~33719_combout ; +wire \text_gen|char_ram~33720_combout ; +wire \text_gen|char_ram~33723_combout ; +wire \text_gen|char_ram~3128_q ; +wire \text_gen|char_ram~3135_q ; +wire \text_gen|char_ram~3079_q ; +wire \text_gen|char_ram~3072_q ; +wire \text_gen|char_ram~33724_combout ; +wire \text_gen|char_ram~33725_combout ; +wire \text_gen|char_ram~2855feeder_combout ; +wire \text_gen|char_ram~2855_q ; +wire \text_gen|char_ram~2911_q ; +wire \text_gen|char_ram~2848_q ; +wire \text_gen|char_ram~2904feeder_combout ; +wire \text_gen|char_ram~2904_q ; +wire \text_gen|char_ram~33717_combout ; +wire \text_gen|char_ram~33718_combout ; +wire \text_gen|char_ram~33726_combout ; +wire \text_gen|char_ram~2722feeder_combout ; +wire \text_gen|char_ram~2722_q ; +wire \text_gen|char_ram~2778feeder_combout ; +wire \text_gen|char_ram~2778_q ; +wire \text_gen|char_ram~33700_combout ; +wire \text_gen|char_ram~2785_q ; +wire \text_gen|char_ram~2729feeder_combout ; +wire \text_gen|char_ram~2729_q ; +wire \text_gen|char_ram~33701_combout ; +wire \text_gen|char_ram~2841feeder_combout ; +wire \text_gen|char_ram~2841_q ; +wire \text_gen|char_ram~2897_q ; +wire \text_gen|char_ram~2834_q ; +wire \text_gen|char_ram~2890feeder_combout ; +wire \text_gen|char_ram~2890_q ; +wire \text_gen|char_ram~33698_combout ; +wire \text_gen|char_ram~33699_combout ; +wire \text_gen|char_ram~33702_combout ; +wire \text_gen|char_ram~3114_q ; +wire \text_gen|char_ram~3121_q ; +wire \text_gen|char_ram~3058_q ; +wire \text_gen|char_ram~3065_q ; +wire \text_gen|char_ram~33703_combout ; +wire \text_gen|char_ram~33704_combout ; +wire \text_gen|char_ram~3009_q ; +wire \text_gen|char_ram~3002_q ; +wire \text_gen|char_ram~2946_q ; +wire \text_gen|char_ram~2953_q ; +wire \text_gen|char_ram~33696_combout ; +wire \text_gen|char_ram~33697_combout ; +wire \text_gen|char_ram~33705_combout ; +wire \text_gen|char_ram~2974_q ; +wire \text_gen|char_ram~2981_q ; +wire \text_gen|char_ram~2925feeder_combout ; +wire \text_gen|char_ram~2925_q ; +wire \text_gen|char_ram~2918_q ; +wire \text_gen|char_ram~33706_combout ; +wire \text_gen|char_ram~33707_combout ; +wire \text_gen|char_ram~3086_q ; +wire \text_gen|char_ram~3093_q ; +wire \text_gen|char_ram~3030_q ; +wire \text_gen|char_ram~3037_q ; +wire \text_gen|char_ram~33713_combout ; +wire \text_gen|char_ram~33714_combout ; +wire \text_gen|char_ram~2813_q ; +wire \text_gen|char_ram~2869_q ; +wire \text_gen|char_ram~2806_q ; +wire \text_gen|char_ram~2862_q ; +wire \text_gen|char_ram~33708_combout ; +wire \text_gen|char_ram~33709_combout ; +wire \text_gen|char_ram~2701_q ; +wire \text_gen|char_ram~2757_q ; +wire \text_gen|char_ram~2694_q ; +wire \text_gen|char_ram~2750_q ; +wire \text_gen|char_ram~33710_combout ; +wire \text_gen|char_ram~33711_combout ; +wire \text_gen|char_ram~33712_combout ; +wire \text_gen|char_ram~33715_combout ; +wire \text_gen|char_ram~33716_combout ; +wire \text_gen|char_ram~33727_combout ; +wire \text_gen|char_ram~17219feeder_combout ; +wire \text_gen|char_ram~17219_q ; +wire \text_gen|char_ram~17107_q ; +wire \text_gen|char_ram~17100_q ; +wire \text_gen|char_ram~17212feeder_combout ; +wire \text_gen|char_ram~17212_q ; +wire \text_gen|char_ram~33644_combout ; +wire \text_gen|char_ram~33645_combout ; +wire \text_gen|char_ram~17331feeder_combout ; +wire \text_gen|char_ram~17331_q ; +wire \text_gen|char_ram~17443_q ; +wire \text_gen|char_ram~17324_q ; +wire \text_gen|char_ram~17436_q ; +wire \text_gen|char_ram~33651_combout ; +wire \text_gen|char_ram~33652_combout ; +wire \text_gen|char_ram~17380_q ; +wire \text_gen|char_ram~17268_q ; +wire \text_gen|char_ram~33646_combout ; +wire \text_gen|char_ram~17387_q ; +wire \text_gen|char_ram~17275_q ; +wire \text_gen|char_ram~33647_combout ; +wire \text_gen|char_ram~17051feeder_combout ; +wire \text_gen|char_ram~17051_q ; +wire \text_gen|char_ram~17163_q ; +wire \text_gen|char_ram~17156feeder_combout ; +wire \text_gen|char_ram~17156_q ; +wire \text_gen|char_ram~17044_q ; +wire \text_gen|char_ram~33648_combout ; +wire \text_gen|char_ram~33649_combout ; +wire \text_gen|char_ram~33650_combout ; +wire \text_gen|char_ram~33653_combout ; +wire \text_gen|char_ram~17408_q ; +wire \text_gen|char_ram~17415feeder_combout ; +wire \text_gen|char_ram~17415_q ; +wire \text_gen|char_ram~33682_combout ; +wire \text_gen|char_ram~17471_q ; +wire \text_gen|char_ram~17464feeder_combout ; +wire \text_gen|char_ram~17464_q ; +wire \text_gen|char_ram~33683_combout ; +wire \text_gen|char_ram~17240_q ; +wire \text_gen|char_ram~17247_q ; +wire \text_gen|char_ram~17184_q ; +wire \text_gen|char_ram~17191_q ; +wire \text_gen|char_ram~33675_combout ; +wire \text_gen|char_ram~33676_combout ; +wire \text_gen|char_ram~17072_q ; +wire \text_gen|char_ram~17079feeder_combout ; +wire \text_gen|char_ram~17079_q ; +wire \text_gen|char_ram~33679_combout ; +wire \text_gen|char_ram~17135_q ; +wire \text_gen|char_ram~17128_q ; +wire \text_gen|char_ram~33680_combout ; +wire \text_gen|char_ram~17359_q ; +wire \text_gen|char_ram~17296_q ; +wire \text_gen|char_ram~17303_q ; +wire \text_gen|char_ram~33677_combout ; +wire \text_gen|char_ram~17352feeder_combout ; +wire \text_gen|char_ram~17352_q ; +wire \text_gen|char_ram~33678_combout ; +wire \text_gen|char_ram~33681_combout ; +wire \text_gen|char_ram~33684_combout ; +wire \text_gen|char_ram~17121feeder_combout ; +wire \text_gen|char_ram~17121_q ; +wire \text_gen|char_ram~17345_q ; +wire \text_gen|char_ram~17114_q ; +wire \text_gen|char_ram~17338_q ; +wire \text_gen|char_ram~33654_combout ; +wire \text_gen|char_ram~33655_combout ; +wire \text_gen|char_ram~17065feeder_combout ; +wire \text_gen|char_ram~17065_q ; +wire \text_gen|char_ram~17289_q ; +wire \text_gen|char_ram~17282feeder_combout ; +wire \text_gen|char_ram~17282_q ; +wire \text_gen|char_ram~17058_q ; +wire \text_gen|char_ram~33658_combout ; +wire \text_gen|char_ram~33659_combout ; +wire \text_gen|char_ram~17177_q ; +wire \text_gen|char_ram~17401_q ; +wire \text_gen|char_ram~17170_q ; +wire \text_gen|char_ram~17394_q ; +wire \text_gen|char_ram~33656_combout ; +wire \text_gen|char_ram~33657_combout ; +wire \text_gen|char_ram~33660_combout ; +wire \text_gen|char_ram~17233_q ; +wire \text_gen|char_ram~17457_q ; +wire \text_gen|char_ram~17226_q ; +wire \text_gen|char_ram~17450feeder_combout ; +wire \text_gen|char_ram~17450_q ; +wire \text_gen|char_ram~33661_combout ; +wire \text_gen|char_ram~33662_combout ; +wire \text_gen|char_ram~33663_combout ; +wire \text_gen|char_ram~17310_q ; +wire \text_gen|char_ram~17317_q ; +wire \text_gen|char_ram~17254_q ; +wire \text_gen|char_ram~17261_q ; +wire \text_gen|char_ram~33666_combout ; +wire \text_gen|char_ram~33667_combout ; +wire \text_gen|char_ram~17086_q ; +wire \text_gen|char_ram~17093_q ; +wire \text_gen|char_ram~17037_q ; +wire \text_gen|char_ram~17030_q ; +wire \text_gen|char_ram~33668_combout ; +wire \text_gen|char_ram~33669_combout ; +wire \text_gen|char_ram~33670_combout ; +wire \text_gen|char_ram~17198feeder_combout ; +wire \text_gen|char_ram~17198_q ; +wire \text_gen|char_ram~17205_q ; +wire \text_gen|char_ram~17142_q ; +wire \text_gen|char_ram~17149_q ; +wire \text_gen|char_ram~33664_combout ; +wire \text_gen|char_ram~33665_combout ; +wire \text_gen|char_ram~17422_q ; +wire \text_gen|char_ram~17429_q ; +wire \text_gen|char_ram~17366_q ; +wire \text_gen|char_ram~17373_q ; +wire \text_gen|char_ram~33671_combout ; +wire \text_gen|char_ram~33672_combout ; +wire \text_gen|char_ram~33673_combout ; +wire \text_gen|char_ram~33674_combout ; +wire \text_gen|char_ram~33685_combout ; +wire \text_gen|char_ram~33728_combout ; +wire \text_gen|char_ram~24289feeder_combout ; +wire \text_gen|char_ram~24289_q ; +wire \text_gen|char_ram~24303_q ; +wire \text_gen|char_ram~24275_q ; +wire \text_gen|char_ram~24261feeder_combout ; +wire \text_gen|char_ram~24261_q ; +wire \text_gen|char_ram~33764_combout ; +wire \text_gen|char_ram~33765_combout ; +wire \text_gen|char_ram~24513_q ; +wire \text_gen|char_ram~24527_q ; +wire \text_gen|char_ram~24485_q ; +wire \text_gen|char_ram~24499feeder_combout ; +wire \text_gen|char_ram~24499_q ; +wire \text_gen|char_ram~33762_combout ; +wire \text_gen|char_ram~33763_combout ; +wire \text_gen|char_ram~33766_combout ; +wire \text_gen|char_ram~24625_q ; +wire \text_gen|char_ram~24597feeder_combout ; +wire \text_gen|char_ram~24597_q ; +wire \text_gen|char_ram~33767_combout ; +wire \text_gen|char_ram~24639_q ; +wire \text_gen|char_ram~24611_q ; +wire \text_gen|char_ram~33768_combout ; +wire \text_gen|char_ram~24415feeder_combout ; +wire \text_gen|char_ram~24415_q ; +wire \text_gen|char_ram~24387_q ; +wire \text_gen|char_ram~24373_q ; +wire \text_gen|char_ram~24401_q ; +wire \text_gen|char_ram~33760_combout ; +wire \text_gen|char_ram~33761_combout ; +wire \text_gen|char_ram~33769_combout ; +wire \text_gen|char_ram~24205_q ; +wire \text_gen|char_ram~24219_q ; +wire \text_gen|char_ram~33743_combout ; +wire \text_gen|char_ram~24247_q ; +wire \text_gen|char_ram~24233feeder_combout ; +wire \text_gen|char_ram~24233_q ; +wire \text_gen|char_ram~33744_combout ; +wire \text_gen|char_ram~24443_q ; +wire \text_gen|char_ram~24429_q ; +wire \text_gen|char_ram~33741_combout ; +wire \text_gen|char_ram~24471_q ; +wire \text_gen|char_ram~24457feeder_combout ; +wire \text_gen|char_ram~24457_q ; +wire \text_gen|char_ram~33742_combout ; +wire \text_gen|char_ram~33745_combout ; +wire \text_gen|char_ram~24555feeder_combout ; +wire \text_gen|char_ram~24555_q ; +wire \text_gen|char_ram~24583_q ; +wire \text_gen|char_ram~24541_q ; +wire \text_gen|char_ram~24569_q ; +wire \text_gen|char_ram~33746_combout ; +wire \text_gen|char_ram~33747_combout ; +wire \text_gen|char_ram~24317_q ; +wire \text_gen|char_ram~24345_q ; +wire \text_gen|char_ram~33739_combout ; +wire \text_gen|char_ram~24359_q ; +wire \text_gen|char_ram~24331_q ; +wire \text_gen|char_ram~33740_combout ; +wire \text_gen|char_ram~33748_combout ; +wire \text_gen|char_ram~24548_q ; +wire \text_gen|char_ram~24576_q ; +wire \text_gen|char_ram~24534_q ; +wire \text_gen|char_ram~24562_q ; +wire \text_gen|char_ram~33756_combout ; +wire \text_gen|char_ram~33757_combout ; +wire \text_gen|char_ram~24352_q ; +wire \text_gen|char_ram~24324_q ; +wire \text_gen|char_ram~24310_q ; +wire \text_gen|char_ram~24338_q ; +wire \text_gen|char_ram~33749_combout ; +wire \text_gen|char_ram~33750_combout ; +wire \text_gen|char_ram~24198_q ; +wire \text_gen|char_ram~24212feeder_combout ; +wire \text_gen|char_ram~24212_q ; +wire \text_gen|char_ram~33753_combout ; +wire \text_gen|char_ram~24240_q ; +wire \text_gen|char_ram~24226feeder_combout ; +wire \text_gen|char_ram~24226_q ; +wire \text_gen|char_ram~33754_combout ; +wire \text_gen|char_ram~24450feeder_combout ; +wire \text_gen|char_ram~24450_q ; +wire \text_gen|char_ram~24464_q ; +wire \text_gen|char_ram~24422_q ; +wire \text_gen|char_ram~24436feeder_combout ; +wire \text_gen|char_ram~24436_q ; +wire \text_gen|char_ram~33751_combout ; +wire \text_gen|char_ram~33752_combout ; +wire \text_gen|char_ram~33755_combout ; +wire \text_gen|char_ram~33758_combout ; +wire \text_gen|char_ram~33759_combout ; +wire \text_gen|char_ram~24632_q ; +wire \text_gen|char_ram~24604_q ; +wire \text_gen|char_ram~24618_q ; +wire \text_gen|char_ram~24590_q ; +wire \text_gen|char_ram~33736_combout ; +wire \text_gen|char_ram~33737_combout ; +wire \text_gen|char_ram~24520_q ; +wire \text_gen|char_ram~24506_q ; +wire \text_gen|char_ram~24478_q ; +wire \text_gen|char_ram~24492_q ; +wire \text_gen|char_ram~33729_combout ; +wire \text_gen|char_ram~33730_combout ; +wire \text_gen|char_ram~24296_q ; +wire \text_gen|char_ram~24282_q ; +wire \text_gen|char_ram~24268_q ; +wire \text_gen|char_ram~24254_q ; +wire \text_gen|char_ram~33733_combout ; +wire \text_gen|char_ram~33734_combout ; +wire \text_gen|char_ram~24380_q ; +wire \text_gen|char_ram~24408_q ; +wire \text_gen|char_ram~24366_q ; +wire \text_gen|char_ram~24394_q ; +wire \text_gen|char_ram~33731_combout ; +wire \text_gen|char_ram~33732_combout ; +wire \text_gen|char_ram~33735_combout ; +wire \text_gen|char_ram~33738_combout ; +wire \text_gen|char_ram~33770_combout ; +wire \text_gen|char_ram~33771_combout ; +wire \text_gen|char_ram~28069_q ; +wire \text_gen|char_ram~28097feeder_combout ; +wire \text_gen|char_ram~28097_q ; +wire \text_gen|char_ram~34271_combout ; +wire \text_gen|char_ram~28111_q ; +wire \text_gen|char_ram~28083feeder_combout ; +wire \text_gen|char_ram~28083_q ; +wire \text_gen|char_ram~34272_combout ; +wire \text_gen|char_ram~28209feeder_combout ; +wire \text_gen|char_ram~28209_q ; +wire \text_gen|char_ram~28223_q ; +wire \text_gen|char_ram~28181_q ; +wire \text_gen|char_ram~28195feeder_combout ; +wire \text_gen|char_ram~28195_q ; +wire \text_gen|char_ram~34278_combout ; +wire \text_gen|char_ram~34279_combout ; +wire \text_gen|char_ram~27985feeder_combout ; +wire \text_gen|char_ram~27985_q ; +wire \text_gen|char_ram~27999_q ; +wire \text_gen|char_ram~27957_q ; +wire \text_gen|char_ram~27971feeder_combout ; +wire \text_gen|char_ram~27971_q ; +wire \text_gen|char_ram~34273_combout ; +wire \text_gen|char_ram~34274_combout ; +wire \text_gen|char_ram~27859_q ; +wire \text_gen|char_ram~27887_q ; +wire \text_gen|char_ram~27845_q ; +wire \text_gen|char_ram~27873_q ; +wire \text_gen|char_ram~34275_combout ; +wire \text_gen|char_ram~34276_combout ; +wire \text_gen|char_ram~34277_combout ; +wire \text_gen|char_ram~34280_combout ; +wire \text_gen|char_ram~20831feeder_combout ; +wire \text_gen|char_ram~20831_q ; +wire \text_gen|char_ram~21055_q ; +wire \text_gen|char_ram~20943_q ; +wire \text_gen|char_ram~20719_q ; +wire \text_gen|char_ram~34247_combout ; +wire \text_gen|char_ram~34248_combout ; +wire \text_gen|char_ram~21041_q ; +wire \text_gen|char_ram~20817_q ; +wire \text_gen|char_ram~20929_q ; +wire \text_gen|char_ram~20705_q ; +wire \text_gen|char_ram~34240_combout ; +wire \text_gen|char_ram~34241_combout ; +wire \text_gen|char_ram~20915_q ; +wire \text_gen|char_ram~21027_q ; +wire \text_gen|char_ram~20691_q ; +wire \text_gen|char_ram~20803feeder_combout ; +wire \text_gen|char_ram~20803_q ; +wire \text_gen|char_ram~34242_combout ; +wire \text_gen|char_ram~34243_combout ; +wire \text_gen|char_ram~20901feeder_combout ; +wire \text_gen|char_ram~20901_q ; +wire \text_gen|char_ram~21013_q ; +wire \text_gen|char_ram~20677_q ; +wire \text_gen|char_ram~20789feeder_combout ; +wire \text_gen|char_ram~20789_q ; +wire \text_gen|char_ram~34244_combout ; +wire \text_gen|char_ram~34245_combout ; +wire \text_gen|char_ram~34246_combout ; +wire \text_gen|char_ram~34249_combout ; +wire \text_gen|char_ram~13663feeder_combout ; +wire \text_gen|char_ram~13663_q ; +wire \text_gen|char_ram~13635_q ; +wire \text_gen|char_ram~13649feeder_combout ; +wire \text_gen|char_ram~13649_q ; +wire \text_gen|char_ram~13621_q ; +wire \text_gen|char_ram~34250_combout ; +wire \text_gen|char_ram~34251_combout ; +wire \text_gen|char_ram~13761feeder_combout ; +wire \text_gen|char_ram~13761_q ; +wire \text_gen|char_ram~13775_q ; +wire \text_gen|char_ram~13733_q ; +wire \text_gen|char_ram~13747_q ; +wire \text_gen|char_ram~34252_combout ; +wire \text_gen|char_ram~34253_combout ; +wire \text_gen|char_ram~13537feeder_combout ; +wire \text_gen|char_ram~13537_q ; +wire \text_gen|char_ram~13551_q ; +wire \text_gen|char_ram~13509_q ; +wire \text_gen|char_ram~13523feeder_combout ; +wire \text_gen|char_ram~13523_q ; +wire \text_gen|char_ram~34254_combout ; +wire \text_gen|char_ram~34255_combout ; +wire \text_gen|char_ram~34256_combout ; +wire \text_gen|char_ram~13845_q ; +wire \text_gen|char_ram~13873feeder_combout ; +wire \text_gen|char_ram~13873_q ; +wire \text_gen|char_ram~34257_combout ; +wire \text_gen|char_ram~13887_q ; +wire \text_gen|char_ram~13859_q ; +wire \text_gen|char_ram~34258_combout ; +wire \text_gen|char_ram~34259_combout ; +wire \text_gen|char_ram~6453_q ; +wire \text_gen|char_ram~6481_q ; +wire \text_gen|char_ram~34262_combout ; +wire \text_gen|char_ram~6495_q ; +wire \text_gen|char_ram~6467feeder_combout ; +wire \text_gen|char_ram~6467_q ; +wire \text_gen|char_ram~34263_combout ; +wire \text_gen|char_ram~6369_q ; +wire \text_gen|char_ram~6383_q ; +wire \text_gen|char_ram~6355_q ; +wire \text_gen|char_ram~6341_q ; +wire \text_gen|char_ram~34264_combout ; +wire \text_gen|char_ram~34265_combout ; +wire \text_gen|char_ram~34266_combout ; +wire \text_gen|char_ram~6691feeder_combout ; +wire \text_gen|char_ram~6691_q ; +wire \text_gen|char_ram~6719_q ; +wire \text_gen|char_ram~6705feeder_combout ; +wire \text_gen|char_ram~6705_q ; +wire \text_gen|char_ram~6677_q ; +wire \text_gen|char_ram~34267_combout ; +wire \text_gen|char_ram~34268_combout ; +wire \text_gen|char_ram~6565_q ; +wire \text_gen|char_ram~6579_q ; +wire \text_gen|char_ram~34260_combout ; +wire \text_gen|char_ram~6607_q ; +wire \text_gen|char_ram~6593_q ; +wire \text_gen|char_ram~34261_combout ; +wire \text_gen|char_ram~34269_combout ; +wire \text_gen|char_ram~34270_combout ; +wire \text_gen|char_ram~34281_combout ; +wire \text_gen|char_ram~6544feeder_combout ; +wire \text_gen|char_ram~6544_q ; +wire \text_gen|char_ram~6530feeder_combout ; +wire \text_gen|char_ram~6530_q ; +wire \text_gen|char_ram~6516_q ; +wire \text_gen|char_ram~6502_q ; +wire \text_gen|char_ram~34217_combout ; +wire \text_gen|char_ram~34218_combout ; +wire \text_gen|char_ram~6628_q ; +wire \text_gen|char_ram~6656_q ; +wire \text_gen|char_ram~6614_q ; +wire \text_gen|char_ram~6642_q ; +wire \text_gen|char_ram~34224_combout ; +wire \text_gen|char_ram~34225_combout ; +wire \text_gen|char_ram~6306_q ; +wire \text_gen|char_ram~6320_q ; +wire \text_gen|char_ram~6278_q ; +wire \text_gen|char_ram~6292_q ; +wire \text_gen|char_ram~34221_combout ; +wire \text_gen|char_ram~34222_combout ; +wire \text_gen|char_ram~6404_q ; +wire \text_gen|char_ram~6432_q ; +wire \text_gen|char_ram~6390_q ; +wire \text_gen|char_ram~6418_q ; +wire \text_gen|char_ram~34219_combout ; +wire \text_gen|char_ram~34220_combout ; +wire \text_gen|char_ram~34223_combout ; +wire \text_gen|char_ram~34226_combout ; +wire \text_gen|char_ram~13796_q ; +wire \text_gen|char_ram~13824_q ; +wire \text_gen|char_ram~13782_q ; +wire \text_gen|char_ram~13810_q ; +wire \text_gen|char_ram~34214_combout ; +wire \text_gen|char_ram~34215_combout ; +wire \text_gen|char_ram~13446_q ; +wire \text_gen|char_ram~13460_q ; +wire \text_gen|char_ram~34211_combout ; +wire \text_gen|char_ram~13488_q ; +wire \text_gen|char_ram~13474_q ; +wire \text_gen|char_ram~34212_combout ; +wire \text_gen|char_ram~13712_q ; +wire \text_gen|char_ram~13698_q ; +wire \text_gen|char_ram~13670_q ; +wire \text_gen|char_ram~13684_q ; +wire \text_gen|char_ram~34209_combout ; +wire \text_gen|char_ram~34210_combout ; +wire \text_gen|char_ram~34213_combout ; +wire \text_gen|char_ram~13572feeder_combout ; +wire \text_gen|char_ram~13572_q ; +wire \text_gen|char_ram~13600_q ; +wire \text_gen|char_ram~13586feeder_combout ; +wire \text_gen|char_ram~13586_q ; +wire \text_gen|char_ram~13558_q ; +wire \text_gen|char_ram~34207_combout ; +wire \text_gen|char_ram~34208_combout ; +wire \text_gen|char_ram~34216_combout ; +wire \text_gen|char_ram~34227_combout ; +wire \text_gen|char_ram~28132_q ; +wire \text_gen|char_ram~28160_q ; +wire \text_gen|char_ram~28146_q ; +wire \text_gen|char_ram~28118_q ; +wire \text_gen|char_ram~34235_combout ; +wire \text_gen|char_ram~34236_combout ; +wire \text_gen|char_ram~28034feeder_combout ; +wire \text_gen|char_ram~28034_q ; +wire \text_gen|char_ram~28048_q ; +wire \text_gen|char_ram~28006_q ; +wire \text_gen|char_ram~28020feeder_combout ; +wire \text_gen|char_ram~28020_q ; +wire \text_gen|char_ram~34230_combout ; +wire \text_gen|char_ram~34231_combout ; +wire \text_gen|char_ram~27810feeder_combout ; +wire \text_gen|char_ram~27810_q ; +wire \text_gen|char_ram~27824_q ; +wire \text_gen|char_ram~27782_q ; +wire \text_gen|char_ram~27796_q ; +wire \text_gen|char_ram~34232_combout ; +wire \text_gen|char_ram~34233_combout ; +wire \text_gen|char_ram~34234_combout ; +wire \text_gen|char_ram~27894_q ; +wire \text_gen|char_ram~27922feeder_combout ; +wire \text_gen|char_ram~27922_q ; +wire \text_gen|char_ram~34228_combout ; +wire \text_gen|char_ram~27936_q ; +wire \text_gen|char_ram~27908_q ; +wire \text_gen|char_ram~34229_combout ; +wire \text_gen|char_ram~34237_combout ; +wire \text_gen|char_ram~20964_q ; +wire \text_gen|char_ram~20992_q ; +wire \text_gen|char_ram~20950_q ; +wire \text_gen|char_ram~20978_q ; +wire \text_gen|char_ram~34204_combout ; +wire \text_gen|char_ram~34205_combout ; +wire \text_gen|char_ram~20880feeder_combout ; +wire \text_gen|char_ram~20880_q ; +wire \text_gen|char_ram~20866feeder_combout ; +wire \text_gen|char_ram~20866_q ; +wire \text_gen|char_ram~20838_q ; +wire \text_gen|char_ram~20852_q ; +wire \text_gen|char_ram~34197_combout ; +wire \text_gen|char_ram~34198_combout ; +wire \text_gen|char_ram~20642_q ; +wire \text_gen|char_ram~20656_q ; +wire \text_gen|char_ram~20614_q ; +wire \text_gen|char_ram~20628_q ; +wire \text_gen|char_ram~34201_combout ; +wire \text_gen|char_ram~34202_combout ; +wire \text_gen|char_ram~20740feeder_combout ; +wire \text_gen|char_ram~20740_q ; +wire \text_gen|char_ram~20768_q ; +wire \text_gen|char_ram~20726_q ; +wire \text_gen|char_ram~20754_q ; +wire \text_gen|char_ram~34199_combout ; +wire \text_gen|char_ram~34200_combout ; +wire \text_gen|char_ram~34203_combout ; +wire \text_gen|char_ram~34206_combout ; +wire \text_gen|char_ram~34238_combout ; +wire \text_gen|char_ram~13866feeder_combout ; +wire \text_gen|char_ram~13866_q ; +wire \text_gen|char_ram~13838_q ; +wire \text_gen|char_ram~34162_combout ; +wire \text_gen|char_ram~13880_q ; +wire \text_gen|char_ram~13852feeder_combout ; +wire \text_gen|char_ram~13852_q ; +wire \text_gen|char_ram~34163_combout ; +wire \text_gen|char_ram~13656_q ; +wire \text_gen|char_ram~13628_q ; +wire \text_gen|char_ram~13614_q ; +wire \text_gen|char_ram~13642feeder_combout ; +wire \text_gen|char_ram~13642_q ; +wire \text_gen|char_ram~34155_combout ; +wire \text_gen|char_ram~34156_combout ; +wire \text_gen|char_ram~13502_q ; +wire \text_gen|char_ram~13516_q ; +wire \text_gen|char_ram~34159_combout ; +wire \text_gen|char_ram~13544_q ; +wire \text_gen|char_ram~13530feeder_combout ; +wire \text_gen|char_ram~13530_q ; +wire \text_gen|char_ram~34160_combout ; +wire \text_gen|char_ram~13754_q ; +wire \text_gen|char_ram~13768_q ; +wire \text_gen|char_ram~13726_q ; +wire \text_gen|char_ram~13740_q ; +wire \text_gen|char_ram~34157_combout ; +wire \text_gen|char_ram~34158_combout ; +wire \text_gen|char_ram~34161_combout ; +wire \text_gen|char_ram~34164_combout ; +wire \text_gen|char_ram~27992feeder_combout ; +wire \text_gen|char_ram~27992_q ; +wire \text_gen|char_ram~28216_q ; +wire \text_gen|char_ram~27978_q ; +wire \text_gen|char_ram~28202_q ; +wire \text_gen|char_ram~34193_combout ; +wire \text_gen|char_ram~34194_combout ; +wire \text_gen|char_ram~27964feeder_combout ; +wire \text_gen|char_ram~27964_q ; +wire \text_gen|char_ram~28188_q ; +wire \text_gen|char_ram~27950_q ; +wire \text_gen|char_ram~28174feeder_combout ; +wire \text_gen|char_ram~28174_q ; +wire \text_gen|char_ram~34186_combout ; +wire \text_gen|char_ram~34187_combout ; +wire \text_gen|char_ram~28090feeder_combout ; +wire \text_gen|char_ram~28090_q ; +wire \text_gen|char_ram~28104_q ; +wire \text_gen|char_ram~27880feeder_combout ; +wire \text_gen|char_ram~27880_q ; +wire \text_gen|char_ram~27866_q ; +wire \text_gen|char_ram~34188_combout ; +wire \text_gen|char_ram~34189_combout ; +wire \text_gen|char_ram~28062_q ; +wire \text_gen|char_ram~28076_q ; +wire \text_gen|char_ram~27838_q ; +wire \text_gen|char_ram~27852_q ; +wire \text_gen|char_ram~34190_combout ; +wire \text_gen|char_ram~34191_combout ; +wire \text_gen|char_ram~34192_combout ; +wire \text_gen|char_ram~34195_combout ; +wire \text_gen|char_ram~6684_q ; +wire \text_gen|char_ram~6712_q ; +wire \text_gen|char_ram~6670_q ; +wire \text_gen|char_ram~6698_q ; +wire \text_gen|char_ram~34182_combout ; +wire \text_gen|char_ram~34183_combout ; +wire \text_gen|char_ram~6334_q ; +wire \text_gen|char_ram~6348feeder_combout ; +wire \text_gen|char_ram~6348_q ; +wire \text_gen|char_ram~34179_combout ; +wire \text_gen|char_ram~6376_q ; +wire \text_gen|char_ram~6362_q ; +wire \text_gen|char_ram~34180_combout ; +wire \text_gen|char_ram~6446_q ; +wire \text_gen|char_ram~6474_q ; +wire \text_gen|char_ram~34177_combout ; +wire \text_gen|char_ram~6460_q ; +wire \text_gen|char_ram~6488_q ; +wire \text_gen|char_ram~34178_combout ; +wire \text_gen|char_ram~34181_combout ; +wire \text_gen|char_ram~6586feeder_combout ; +wire \text_gen|char_ram~6586_q ; +wire \text_gen|char_ram~6600_q ; +wire \text_gen|char_ram~6558_q ; +wire \text_gen|char_ram~6572_q ; +wire \text_gen|char_ram~34175_combout ; +wire \text_gen|char_ram~34176_combout ; +wire \text_gen|char_ram~34184_combout ; +wire \text_gen|char_ram~20712_q ; +wire \text_gen|char_ram~20824_q ; +wire \text_gen|char_ram~20684_q ; +wire \text_gen|char_ram~20796_q ; +wire \text_gen|char_ram~34167_combout ; +wire \text_gen|char_ram~34168_combout ; +wire \text_gen|char_ram~20782feeder_combout ; +wire \text_gen|char_ram~20782_q ; +wire \text_gen|char_ram~20810_q ; +wire \text_gen|char_ram~20670_q ; +wire \text_gen|char_ram~20698_q ; +wire \text_gen|char_ram~34169_combout ; +wire \text_gen|char_ram~34170_combout ; +wire \text_gen|char_ram~34171_combout ; +wire \text_gen|char_ram~20894_q ; +wire \text_gen|char_ram~20922_q ; +wire \text_gen|char_ram~34165_combout ; +wire \text_gen|char_ram~21006_q ; +wire \text_gen|char_ram~21034_q ; +wire \text_gen|char_ram~34166_combout ; +wire \text_gen|char_ram~20936feeder_combout ; +wire \text_gen|char_ram~20936_q ; +wire \text_gen|char_ram~21048_q ; +wire \text_gen|char_ram~20908_q ; +wire \text_gen|char_ram~21020feeder_combout ; +wire \text_gen|char_ram~21020_q ; +wire \text_gen|char_ram~34172_combout ; +wire \text_gen|char_ram~34173_combout ; +wire \text_gen|char_ram~34174_combout ; +wire \text_gen|char_ram~34185_combout ; +wire \text_gen|char_ram~34196_combout ; +wire \text_gen|char_ram~34239_combout ; +wire \text_gen|char_ram~20957_q ; +wire \text_gen|char_ram~28125_q ; +wire \text_gen|char_ram~13789_q ; +wire \text_gen|char_ram~6621_q ; +wire \text_gen|char_ram~34140_combout ; +wire \text_gen|char_ram~34141_combout ; +wire \text_gen|char_ram~13677_q ; +wire \text_gen|char_ram~28013_q ; +wire \text_gen|char_ram~6509_q ; +wire \text_gen|char_ram~20845feeder_combout ; +wire \text_gen|char_ram~20845_q ; +wire \text_gen|char_ram~34133_combout ; +wire \text_gen|char_ram~34134_combout ; +wire \text_gen|char_ram~20733_q ; +wire \text_gen|char_ram~27901_q ; +wire \text_gen|char_ram~13565feeder_combout ; +wire \text_gen|char_ram~13565_q ; +wire \text_gen|char_ram~6397_q ; +wire \text_gen|char_ram~34135_combout ; +wire \text_gen|char_ram~34136_combout ; +wire \text_gen|char_ram~13453_q ; +wire \text_gen|char_ram~27789_q ; +wire \text_gen|char_ram~6285_q ; +wire \text_gen|char_ram~20621_q ; +wire \text_gen|char_ram~34137_combout ; +wire \text_gen|char_ram~34138_combout ; +wire \text_gen|char_ram~34139_combout ; +wire \text_gen|char_ram~34142_combout ; +wire \text_gen|char_ram~20971_q ; +wire \text_gen|char_ram~28139_q ; +wire \text_gen|char_ram~13803_q ; +wire \text_gen|char_ram~6635_q ; +wire \text_gen|char_ram~34130_combout ; +wire \text_gen|char_ram~34131_combout ; +wire \text_gen|char_ram~20747_q ; +wire \text_gen|char_ram~27915_q ; +wire \text_gen|char_ram~6411_q ; +wire \text_gen|char_ram~13579feeder_combout ; +wire \text_gen|char_ram~13579_q ; +wire \text_gen|char_ram~34123_combout ; +wire \text_gen|char_ram~34124_combout ; +wire \text_gen|char_ram~13691feeder_combout ; +wire \text_gen|char_ram~13691_q ; +wire \text_gen|char_ram~28027_q ; +wire \text_gen|char_ram~20859_q ; +wire \text_gen|char_ram~6523_q ; +wire \text_gen|char_ram~34125_combout ; +wire \text_gen|char_ram~34126_combout ; +wire \text_gen|char_ram~13467feeder_combout ; +wire \text_gen|char_ram~13467_q ; +wire \text_gen|char_ram~27803_q ; +wire \text_gen|char_ram~20635feeder_combout ; +wire \text_gen|char_ram~20635_q ; +wire \text_gen|char_ram~6299feeder_combout ; +wire \text_gen|char_ram~6299_q ; +wire \text_gen|char_ram~34127_combout ; +wire \text_gen|char_ram~34128_combout ; +wire \text_gen|char_ram~34129_combout ; +wire \text_gen|char_ram~34132_combout ; +wire \text_gen|char_ram~34143_combout ; +wire \text_gen|char_ram~20999_q ; +wire \text_gen|char_ram~28167_q ; +wire \text_gen|char_ram~6663feeder_combout ; +wire \text_gen|char_ram~6663_q ; +wire \text_gen|char_ram~13831_q ; +wire \text_gen|char_ram~34151_combout ; +wire \text_gen|char_ram~34152_combout ; +wire \text_gen|char_ram~27943_q ; +wire \text_gen|char_ram~20775_q ; +wire \text_gen|char_ram~13607feeder_combout ; +wire \text_gen|char_ram~13607_q ; +wire \text_gen|char_ram~6439_q ; +wire \text_gen|char_ram~34144_combout ; +wire \text_gen|char_ram~34145_combout ; +wire \text_gen|char_ram~13495_q ; +wire \text_gen|char_ram~27831_q ; +wire \text_gen|char_ram~20663_q ; +wire \text_gen|char_ram~6327_q ; +wire \text_gen|char_ram~34148_combout ; +wire \text_gen|char_ram~34149_combout ; +wire \text_gen|char_ram~13719_q ; +wire \text_gen|char_ram~28055_q ; +wire \text_gen|char_ram~20887_q ; +wire \text_gen|char_ram~6551_q ; +wire \text_gen|char_ram~34146_combout ; +wire \text_gen|char_ram~34147_combout ; +wire \text_gen|char_ram~34150_combout ; +wire \text_gen|char_ram~34153_combout ; +wire \text_gen|char_ram~20649_q ; +wire \text_gen|char_ram~6313_q ; +wire \text_gen|char_ram~34117_combout ; +wire \text_gen|char_ram~13481_q ; +wire \text_gen|char_ram~27817_q ; +wire \text_gen|char_ram~34118_combout ; +wire \text_gen|char_ram~13593_q ; +wire \text_gen|char_ram~6425_q ; +wire \text_gen|char_ram~34115_combout ; +wire \text_gen|char_ram~27929_q ; +wire \text_gen|char_ram~20761_q ; +wire \text_gen|char_ram~34116_combout ; +wire \text_gen|char_ram~34119_combout ; +wire \text_gen|char_ram~28041_q ; +wire \text_gen|char_ram~13705_q ; +wire \text_gen|char_ram~20873_q ; +wire \text_gen|char_ram~6537_q ; +wire \text_gen|char_ram~34113_combout ; +wire \text_gen|char_ram~34114_combout ; +wire \text_gen|char_ram~28153_q ; +wire \text_gen|char_ram~20985_q ; +wire \text_gen|char_ram~13817feeder_combout ; +wire \text_gen|char_ram~13817_q ; +wire \text_gen|char_ram~6649_q ; +wire \text_gen|char_ram~34120_combout ; +wire \text_gen|char_ram~34121_combout ; +wire \text_gen|char_ram~34122_combout ; +wire \text_gen|char_ram~34154_combout ; +wire \text_gen|char_ram~34282_combout ; +wire \text_gen|char_ram~15469feeder_combout ; +wire \text_gen|char_ram~15469_q ; +wire \text_gen|char_ram~22637_q ; +wire \text_gen|char_ram~8301_q ; +wire \text_gen|char_ram~1133_q ; +wire \text_gen|char_ram~33964_combout ; +wire \text_gen|char_ram~33965_combout ; +wire \text_gen|char_ram~8077_q ; +wire \text_gen|char_ram~15245_q ; +wire \text_gen|char_ram~909_q ; +wire \text_gen|char_ram~33966_combout ; +wire \text_gen|char_ram~22413_q ; +wire \text_gen|char_ram~33967_combout ; +wire \text_gen|char_ram~33968_combout ; +wire \text_gen|char_ram~8189_q ; +wire \text_gen|char_ram~22525_q ; +wire \text_gen|char_ram~15357_q ; +wire \text_gen|char_ram~1021_q ; +wire \text_gen|char_ram~33962_combout ; +wire \text_gen|char_ram~33963_combout ; +wire \text_gen|char_ram~15581_q ; +wire \text_gen|char_ram~22749_q ; +wire \text_gen|char_ram~8413_q ; +wire \text_gen|char_ram~1245_q ; +wire \text_gen|char_ram~33969_combout ; +wire \text_gen|char_ram~33970_combout ; +wire \text_gen|char_ram~33971_combout ; +wire \text_gen|char_ram~15595feeder_combout ; +wire \text_gen|char_ram~15595_q ; +wire \text_gen|char_ram~22763_q ; +wire \text_gen|char_ram~1259_q ; +wire \text_gen|char_ram~8427_q ; +wire \text_gen|char_ram~33959_combout ; +wire \text_gen|char_ram~33960_combout ; +wire \text_gen|char_ram~8315_q ; +wire \text_gen|char_ram~1147_q ; +wire \text_gen|char_ram~33952_combout ; +wire \text_gen|char_ram~15483_q ; +wire \text_gen|char_ram~22651feeder_combout ; +wire \text_gen|char_ram~22651_q ; +wire \text_gen|char_ram~33953_combout ; +wire \text_gen|char_ram~8091_q ; +wire \text_gen|char_ram~22427_q ; +wire \text_gen|char_ram~15259_q ; +wire \text_gen|char_ram~923_q ; +wire \text_gen|char_ram~33956_combout ; +wire \text_gen|char_ram~33957_combout ; +wire \text_gen|char_ram~8203_q ; +wire \text_gen|char_ram~22539_q ; +wire \text_gen|char_ram~15371_q ; +wire \text_gen|char_ram~1035_q ; +wire \text_gen|char_ram~33954_combout ; +wire \text_gen|char_ram~33955_combout ; +wire \text_gen|char_ram~33958_combout ; +wire \text_gen|char_ram~33961_combout ; +wire \text_gen|char_ram~33972_combout ; +wire \text_gen|char_ram~22679feeder_combout ; +wire \text_gen|char_ram~22679_q ; +wire \text_gen|char_ram~1175_q ; +wire \text_gen|char_ram~8343_q ; +wire \text_gen|char_ram~33973_combout ; +wire \text_gen|char_ram~15511_q ; +wire \text_gen|char_ram~33974_combout ; +wire \text_gen|char_ram~15623feeder_combout ; +wire \text_gen|char_ram~15623_q ; +wire \text_gen|char_ram~22791_q ; +wire \text_gen|char_ram~8455feeder_combout ; +wire \text_gen|char_ram~8455_q ; +wire \text_gen|char_ram~1287_q ; +wire \text_gen|char_ram~33980_combout ; +wire \text_gen|char_ram~33981_combout ; +wire \text_gen|char_ram~8119feeder_combout ; +wire \text_gen|char_ram~8119_q ; +wire \text_gen|char_ram~15287_q ; +wire \text_gen|char_ram~951_q ; +wire \text_gen|char_ram~33977_combout ; +wire \text_gen|char_ram~22455_q ; +wire \text_gen|char_ram~33978_combout ; +wire \text_gen|char_ram~8231_q ; +wire \text_gen|char_ram~22567_q ; +wire \text_gen|char_ram~15399_q ; +wire \text_gen|char_ram~1063_q ; +wire \text_gen|char_ram~33975_combout ; +wire \text_gen|char_ram~33976_combout ; +wire \text_gen|char_ram~33979_combout ; +wire \text_gen|char_ram~33982_combout ; +wire \text_gen|char_ram~15609feeder_combout ; +wire \text_gen|char_ram~15609_q ; +wire \text_gen|char_ram~22777_q ; +wire \text_gen|char_ram~8441feeder_combout ; +wire \text_gen|char_ram~8441_q ; +wire \text_gen|char_ram~1273_q ; +wire \text_gen|char_ram~33949_combout ; +wire \text_gen|char_ram~33950_combout ; +wire \text_gen|char_ram~22553_q ; +wire \text_gen|char_ram~8217_q ; +wire \text_gen|char_ram~15385_q ; +wire \text_gen|char_ram~1049_q ; +wire \text_gen|char_ram~33942_combout ; +wire \text_gen|char_ram~33943_combout ; +wire \text_gen|char_ram~8105feeder_combout ; +wire \text_gen|char_ram~8105_q ; +wire \text_gen|char_ram~22441_q ; +wire \text_gen|char_ram~15273_q ; +wire \text_gen|char_ram~937_q ; +wire \text_gen|char_ram~33946_combout ; +wire \text_gen|char_ram~33947_combout ; +wire \text_gen|char_ram~22665_q ; +wire \text_gen|char_ram~15497_q ; +wire \text_gen|char_ram~8329_q ; +wire \text_gen|char_ram~1161_q ; +wire \text_gen|char_ram~33944_combout ; +wire \text_gen|char_ram~33945_combout ; +wire \text_gen|char_ram~33948_combout ; +wire \text_gen|char_ram~33951_combout ; +wire \text_gen|char_ram~33983_combout ; +wire \text_gen|char_ram~22805_q ; +wire \text_gen|char_ram~22833_q ; +wire \text_gen|char_ram~34107_combout ; +wire \text_gen|char_ram~22847_q ; +wire \text_gen|char_ram~22819feeder_combout ; +wire \text_gen|char_ram~22819_q ; +wire \text_gen|char_ram~34108_combout ; +wire \text_gen|char_ram~22609_q ; +wire \text_gen|char_ram~22623_q ; +wire \text_gen|char_ram~22581_q ; +wire \text_gen|char_ram~22595_q ; +wire \text_gen|char_ram~34100_combout ; +wire \text_gen|char_ram~34101_combout ; +wire \text_gen|char_ram~22707feeder_combout ; +wire \text_gen|char_ram~22707_q ; +wire \text_gen|char_ram~22735_q ; +wire \text_gen|char_ram~22693_q ; +wire \text_gen|char_ram~22721_q ; +wire \text_gen|char_ram~34102_combout ; +wire \text_gen|char_ram~34103_combout ; +wire \text_gen|char_ram~22469feeder_combout ; +wire \text_gen|char_ram~22469_q ; +wire \text_gen|char_ram~22483_q ; +wire \text_gen|char_ram~34104_combout ; +wire \text_gen|char_ram~22511_q ; +wire \text_gen|char_ram~22497feeder_combout ; +wire \text_gen|char_ram~22497_q ; +wire \text_gen|char_ram~34105_combout ; +wire \text_gen|char_ram~34106_combout ; +wire \text_gen|char_ram~34109_combout ; +wire \text_gen|char_ram~8371_q ; +wire \text_gen|char_ram~8357_q ; +wire \text_gen|char_ram~34079_combout ; +wire \text_gen|char_ram~8399_q ; +wire \text_gen|char_ram~8385feeder_combout ; +wire \text_gen|char_ram~8385_q ; +wire \text_gen|char_ram~34080_combout ; +wire \text_gen|char_ram~8133_q ; +wire \text_gen|char_ram~8161_q ; +wire \text_gen|char_ram~34083_combout ; +wire \text_gen|char_ram~8175_q ; +wire \text_gen|char_ram~8147_q ; +wire \text_gen|char_ram~34084_combout ; +wire \text_gen|char_ram~8259feeder_combout ; +wire \text_gen|char_ram~8259_q ; +wire \text_gen|char_ram~8287_q ; +wire \text_gen|char_ram~8273feeder_combout ; +wire \text_gen|char_ram~8273_q ; +wire \text_gen|char_ram~8245_q ; +wire \text_gen|char_ram~34081_combout ; +wire \text_gen|char_ram~34082_combout ; +wire \text_gen|char_ram~34085_combout ; +wire \text_gen|char_ram~8469_q ; +wire \text_gen|char_ram~8483_q ; +wire \text_gen|char_ram~34086_combout ; +wire \text_gen|char_ram~8511_q ; +wire \text_gen|char_ram~8497_q ; +wire \text_gen|char_ram~34087_combout ; +wire \text_gen|char_ram~34088_combout ; +wire \text_gen|char_ram~1077_q ; +wire \text_gen|char_ram~1105_q ; +wire \text_gen|char_ram~34089_combout ; +wire \text_gen|char_ram~1119_q ; +wire \text_gen|char_ram~1091_q ; +wire \text_gen|char_ram~34090_combout ; +wire \text_gen|char_ram~1343feeder_combout ; +wire \text_gen|char_ram~1343_q ; +wire \text_gen|char_ram~1329_q ; +wire \text_gen|char_ram~1301_q ; +wire \text_gen|char_ram~1315feeder_combout ; +wire \text_gen|char_ram~1315_q ; +wire \text_gen|char_ram~34096_combout ; +wire \text_gen|char_ram~34097_combout ; +wire \text_gen|char_ram~965feeder_combout ; +wire \text_gen|char_ram~965_q ; +wire \text_gen|char_ram~993_q ; +wire \text_gen|char_ram~34093_combout ; +wire \text_gen|char_ram~1007_q ; +wire \text_gen|char_ram~979_q ; +wire \text_gen|char_ram~34094_combout ; +wire \text_gen|char_ram~1217_q ; +wire \text_gen|char_ram~1231_q ; +wire \text_gen|char_ram~1203feeder_combout ; +wire \text_gen|char_ram~1203_q ; +wire \text_gen|char_ram~1189_q ; +wire \text_gen|char_ram~34091_combout ; +wire \text_gen|char_ram~34092_combout ; +wire \text_gen|char_ram~34095_combout ; +wire \text_gen|char_ram~34098_combout ; +wire \text_gen|char_ram~34099_combout ; +wire \text_gen|char_ram~15651feeder_combout ; +wire \text_gen|char_ram~15651_q ; +wire \text_gen|char_ram~15427feeder_combout ; +wire \text_gen|char_ram~15427_q ; +wire \text_gen|char_ram~15315_q ; +wire \text_gen|char_ram~15539feeder_combout ; +wire \text_gen|char_ram~15539_q ; +wire \text_gen|char_ram~34069_combout ; +wire \text_gen|char_ram~34070_combout ; +wire \text_gen|char_ram~15679feeder_combout ; +wire \text_gen|char_ram~15679_q ; +wire \text_gen|char_ram~15567_q ; +wire \text_gen|char_ram~15343_q ; +wire \text_gen|char_ram~15455feeder_combout ; +wire \text_gen|char_ram~15455_q ; +wire \text_gen|char_ram~34076_combout ; +wire \text_gen|char_ram~34077_combout ; +wire \text_gen|char_ram~15329_q ; +wire \text_gen|char_ram~15441feeder_combout ; +wire \text_gen|char_ram~15441_q ; +wire \text_gen|char_ram~34071_combout ; +wire \text_gen|char_ram~15553_q ; +wire \text_gen|char_ram~15665_q ; +wire \text_gen|char_ram~34072_combout ; +wire \text_gen|char_ram~15413_q ; +wire \text_gen|char_ram~15637_q ; +wire \text_gen|char_ram~15301_q ; +wire \text_gen|char_ram~15525_q ; +wire \text_gen|char_ram~34073_combout ; +wire \text_gen|char_ram~34074_combout ; +wire \text_gen|char_ram~34075_combout ; +wire \text_gen|char_ram~34078_combout ; +wire \text_gen|char_ram~34110_combout ; +wire \text_gen|char_ram~8140feeder_combout ; +wire \text_gen|char_ram~8140_q ; +wire \text_gen|char_ram~8168_q ; +wire \text_gen|char_ram~8126_q ; +wire \text_gen|char_ram~8154feeder_combout ; +wire \text_gen|char_ram~8154_q ; +wire \text_gen|char_ram~33988_combout ; +wire \text_gen|char_ram~33989_combout ; +wire \text_gen|char_ram~8252_q ; +wire \text_gen|char_ram~8280_q ; +wire \text_gen|char_ram~8238_q ; +wire \text_gen|char_ram~8266_q ; +wire \text_gen|char_ram~33986_combout ; +wire \text_gen|char_ram~33987_combout ; +wire \text_gen|char_ram~33990_combout ; +wire \text_gen|char_ram~8504feeder_combout ; +wire \text_gen|char_ram~8504_q ; +wire \text_gen|char_ram~8490feeder_combout ; +wire \text_gen|char_ram~8490_q ; +wire \text_gen|char_ram~8462_q ; +wire \text_gen|char_ram~8476_q ; +wire \text_gen|char_ram~33991_combout ; +wire \text_gen|char_ram~33992_combout ; +wire \text_gen|char_ram~8378_q ; +wire \text_gen|char_ram~8392_q ; +wire \text_gen|char_ram~8350_q ; +wire \text_gen|char_ram~8364_q ; +wire \text_gen|char_ram~33984_combout ; +wire \text_gen|char_ram~33985_combout ; +wire \text_gen|char_ram~33993_combout ; +wire \text_gen|char_ram~22812_q ; +wire \text_gen|char_ram~22798_q ; +wire \text_gen|char_ram~34022_combout ; +wire \text_gen|char_ram~22840_q ; +wire \text_gen|char_ram~22826feeder_combout ; +wire \text_gen|char_ram~22826_q ; +wire \text_gen|char_ram~34023_combout ; +wire \text_gen|char_ram~22588_q ; +wire \text_gen|char_ram~22616_q ; +wire \text_gen|char_ram~22574_q ; +wire \text_gen|char_ram~22602_q ; +wire \text_gen|char_ram~34017_combout ; +wire \text_gen|char_ram~34018_combout ; +wire \text_gen|char_ram~22476_q ; +wire \text_gen|char_ram~22504_q ; +wire \text_gen|char_ram~22462_q ; +wire \text_gen|char_ram~22490feeder_combout ; +wire \text_gen|char_ram~22490_q ; +wire \text_gen|char_ram~34019_combout ; +wire \text_gen|char_ram~34020_combout ; +wire \text_gen|char_ram~34021_combout ; +wire \text_gen|char_ram~22714_q ; +wire \text_gen|char_ram~22728_q ; +wire \text_gen|char_ram~22686_q ; +wire \text_gen|char_ram~22700_q ; +wire \text_gen|char_ram~34015_combout ; +wire \text_gen|char_ram~34016_combout ; +wire \text_gen|char_ram~34024_combout ; +wire \text_gen|char_ram~1210_q ; +wire \text_gen|char_ram~1224_q ; +wire \text_gen|char_ram~1196_q ; +wire \text_gen|char_ram~1182_q ; +wire \text_gen|char_ram~34006_combout ; +wire \text_gen|char_ram~34007_combout ; +wire \text_gen|char_ram~986feeder_combout ; +wire \text_gen|char_ram~986_q ; +wire \text_gen|char_ram~958_q ; +wire \text_gen|char_ram~34008_combout ; +wire \text_gen|char_ram~1000_q ; +wire \text_gen|char_ram~972_q ; +wire \text_gen|char_ram~34009_combout ; +wire \text_gen|char_ram~34010_combout ; +wire \text_gen|char_ram~1322_q ; +wire \text_gen|char_ram~1336_q ; +wire \text_gen|char_ram~1294_q ; +wire \text_gen|char_ram~1308feeder_combout ; +wire \text_gen|char_ram~1308_q ; +wire \text_gen|char_ram~34011_combout ; +wire \text_gen|char_ram~34012_combout ; +wire \text_gen|char_ram~1084_q ; +wire \text_gen|char_ram~1112_q ; +wire \text_gen|char_ram~1070_q ; +wire \text_gen|char_ram~1098_q ; +wire \text_gen|char_ram~34004_combout ; +wire \text_gen|char_ram~34005_combout ; +wire \text_gen|char_ram~34013_combout ; +wire \text_gen|char_ram~15658_q ; +wire \text_gen|char_ram~15672_q ; +wire \text_gen|char_ram~15630_q ; +wire \text_gen|char_ram~15644feeder_combout ; +wire \text_gen|char_ram~15644_q ; +wire \text_gen|char_ram~34001_combout ; +wire \text_gen|char_ram~34002_combout ; +wire \text_gen|char_ram~15546_q ; +wire \text_gen|char_ram~15560_q ; +wire \text_gen|char_ram~15518_q ; +wire \text_gen|char_ram~15532_q ; +wire \text_gen|char_ram~33996_combout ; +wire \text_gen|char_ram~33997_combout ; +wire \text_gen|char_ram~15308feeder_combout ; +wire \text_gen|char_ram~15308_q ; +wire \text_gen|char_ram~15336_q ; +wire \text_gen|char_ram~15294_q ; +wire \text_gen|char_ram~15322feeder_combout ; +wire \text_gen|char_ram~15322_q ; +wire \text_gen|char_ram~33998_combout ; +wire \text_gen|char_ram~33999_combout ; +wire \text_gen|char_ram~34000_combout ; +wire \text_gen|char_ram~15420feeder_combout ; +wire \text_gen|char_ram~15420_q ; +wire \text_gen|char_ram~15448_q ; +wire \text_gen|char_ram~15406_q ; +wire \text_gen|char_ram~15434_q ; +wire \text_gen|char_ram~33994_combout ; +wire \text_gen|char_ram~33995_combout ; +wire \text_gen|char_ram~34003_combout ; +wire \text_gen|char_ram~34014_combout ; +wire \text_gen|char_ram~34025_combout ; +wire \text_gen|char_ram~8406_q ; +wire \text_gen|char_ram~8420_q ; +wire \text_gen|char_ram~34033_combout ; +wire \text_gen|char_ram~8448_q ; +wire \text_gen|char_ram~8434feeder_combout ; +wire \text_gen|char_ram~8434_q ; +wire \text_gen|char_ram~34034_combout ; +wire \text_gen|char_ram~8308_q ; +wire \text_gen|char_ram~8294_q ; +wire \text_gen|char_ram~34026_combout ; +wire \text_gen|char_ram~8336_q ; +wire \text_gen|char_ram~8322feeder_combout ; +wire \text_gen|char_ram~8322_q ; +wire \text_gen|char_ram~34027_combout ; +wire \text_gen|char_ram~8084_q ; +wire \text_gen|char_ram~8112_q ; +wire \text_gen|char_ram~8070_q ; +wire \text_gen|char_ram~8098feeder_combout ; +wire \text_gen|char_ram~8098_q ; +wire \text_gen|char_ram~34030_combout ; +wire \text_gen|char_ram~34031_combout ; +wire \text_gen|char_ram~8196feeder_combout ; +wire \text_gen|char_ram~8196_q ; +wire \text_gen|char_ram~8224_q ; +wire \text_gen|char_ram~8182_q ; +wire \text_gen|char_ram~8210_q ; +wire \text_gen|char_ram~34028_combout ; +wire \text_gen|char_ram~34029_combout ; +wire \text_gen|char_ram~34032_combout ; +wire \text_gen|char_ram~34035_combout ; +wire \text_gen|char_ram~1238_q ; +wire \text_gen|char_ram~1252feeder_combout ; +wire \text_gen|char_ram~1252_q ; +wire \text_gen|char_ram~34053_combout ; +wire \text_gen|char_ram~1280_q ; +wire \text_gen|char_ram~1266_q ; +wire \text_gen|char_ram~34054_combout ; +wire \text_gen|char_ram~916_q ; +wire \text_gen|char_ram~944_q ; +wire \text_gen|char_ram~902_q ; +wire \text_gen|char_ram~930_q ; +wire \text_gen|char_ram~34050_combout ; +wire \text_gen|char_ram~34051_combout ; +wire \text_gen|char_ram~1154_q ; +wire \text_gen|char_ram~1168_q ; +wire \text_gen|char_ram~1140feeder_combout ; +wire \text_gen|char_ram~1140_q ; +wire \text_gen|char_ram~1126_q ; +wire \text_gen|char_ram~34048_combout ; +wire \text_gen|char_ram~34049_combout ; +wire \text_gen|char_ram~34052_combout ; +wire \text_gen|char_ram~1014_q ; +wire \text_gen|char_ram~1042_q ; +wire \text_gen|char_ram~34046_combout ; +wire \text_gen|char_ram~1056_q ; +wire \text_gen|char_ram~1028feeder_combout ; +wire \text_gen|char_ram~1028_q ; +wire \text_gen|char_ram~34047_combout ; +wire \text_gen|char_ram~34055_combout ; +wire \text_gen|char_ram~15602_q ; +wire \text_gen|char_ram~15616_q ; +wire \text_gen|char_ram~15588_q ; +wire \text_gen|char_ram~15574_q ; +wire \text_gen|char_ram~34043_combout ; +wire \text_gen|char_ram~34044_combout ; +wire \text_gen|char_ram~15252feeder_combout ; +wire \text_gen|char_ram~15252_q ; +wire \text_gen|char_ram~15280_q ; +wire \text_gen|char_ram~15238_q ; +wire \text_gen|char_ram~15266_q ; +wire \text_gen|char_ram~34040_combout ; +wire \text_gen|char_ram~34041_combout ; +wire \text_gen|char_ram~15476_q ; +wire \text_gen|char_ram~15462_q ; +wire \text_gen|char_ram~34038_combout ; +wire \text_gen|char_ram~15504_q ; +wire \text_gen|char_ram~15490_q ; +wire \text_gen|char_ram~34039_combout ; +wire \text_gen|char_ram~34042_combout ; +wire \text_gen|char_ram~15350_q ; +wire \text_gen|char_ram~15378feeder_combout ; +wire \text_gen|char_ram~15378_q ; +wire \text_gen|char_ram~34036_combout ; +wire \text_gen|char_ram~15392_q ; +wire \text_gen|char_ram~15364feeder_combout ; +wire \text_gen|char_ram~15364_q ; +wire \text_gen|char_ram~34037_combout ; +wire \text_gen|char_ram~34045_combout ; +wire \text_gen|char_ram~34056_combout ; +wire \text_gen|char_ram~22742_q ; +wire \text_gen|char_ram~22756_q ; +wire \text_gen|char_ram~34064_combout ; +wire \text_gen|char_ram~22770_q ; +wire \text_gen|char_ram~22784_q ; +wire \text_gen|char_ram~34065_combout ; +wire \text_gen|char_ram~22630_q ; +wire \text_gen|char_ram~22644_q ; +wire \text_gen|char_ram~34057_combout ; +wire \text_gen|char_ram~22672_q ; +wire \text_gen|char_ram~22658_q ; +wire \text_gen|char_ram~34058_combout ; +wire \text_gen|char_ram~22420_q ; +wire \text_gen|char_ram~22448_q ; +wire \text_gen|char_ram~22406_q ; +wire \text_gen|char_ram~22434_q ; +wire \text_gen|char_ram~34061_combout ; +wire \text_gen|char_ram~34062_combout ; +wire \text_gen|char_ram~22532_q ; +wire \text_gen|char_ram~22560_q ; +wire \text_gen|char_ram~22518_q ; +wire \text_gen|char_ram~22546_q ; +wire \text_gen|char_ram~34059_combout ; +wire \text_gen|char_ram~34060_combout ; +wire \text_gen|char_ram~34063_combout ; +wire \text_gen|char_ram~34066_combout ; +wire \text_gen|char_ram~34067_combout ; +wire \text_gen|char_ram~34068_combout ; +wire \text_gen|char_ram~34111_combout ; +wire \text_gen|char_ram~26200_q ; +wire \text_gen|char_ram~26207_q ; +wire \text_gen|char_ram~26151_q ; +wire \text_gen|char_ram~26144_q ; +wire \text_gen|char_ram~33930_combout ; +wire \text_gen|char_ram~33931_combout ; +wire \text_gen|char_ram~26039feeder_combout ; +wire \text_gen|char_ram~26039_q ; +wire \text_gen|char_ram~26095_q ; +wire \text_gen|char_ram~26032_q ; +wire \text_gen|char_ram~26088feeder_combout ; +wire \text_gen|char_ram~26088_q ; +wire \text_gen|char_ram~33934_combout ; +wire \text_gen|char_ram~33935_combout ; +wire \text_gen|char_ram~26263feeder_combout ; +wire \text_gen|char_ram~26263_q ; +wire \text_gen|char_ram~26319_q ; +wire \text_gen|char_ram~26256_q ; +wire \text_gen|char_ram~26312_q ; +wire \text_gen|char_ram~33932_combout ; +wire \text_gen|char_ram~33933_combout ; +wire \text_gen|char_ram~33936_combout ; +wire \text_gen|char_ram~26424feeder_combout ; +wire \text_gen|char_ram~26424_q ; +wire \text_gen|char_ram~26431feeder_combout ; +wire \text_gen|char_ram~26431_q ; +wire \text_gen|char_ram~26375_q ; +wire \text_gen|char_ram~26368_q ; +wire \text_gen|char_ram~33937_combout ; +wire \text_gen|char_ram~33938_combout ; +wire \text_gen|char_ram~33939_combout ; +wire \text_gen|char_ram~19256feeder_combout ; +wire \text_gen|char_ram~19256_q ; +wire \text_gen|char_ram~19263_q ; +wire \text_gen|char_ram~19207feeder_combout ; +wire \text_gen|char_ram~19207_q ; +wire \text_gen|char_ram~19200_q ; +wire \text_gen|char_ram~33916_combout ; +wire \text_gen|char_ram~33917_combout ; +wire \text_gen|char_ram~19095_q ; +wire \text_gen|char_ram~19151_q ; +wire \text_gen|char_ram~19088_q ; +wire \text_gen|char_ram~19144_q ; +wire \text_gen|char_ram~33909_combout ; +wire \text_gen|char_ram~33910_combout ; +wire \text_gen|char_ram~18920feeder_combout ; +wire \text_gen|char_ram~18920_q ; +wire \text_gen|char_ram~18927_q ; +wire \text_gen|char_ram~18864_q ; +wire \text_gen|char_ram~18871feeder_combout ; +wire \text_gen|char_ram~18871_q ; +wire \text_gen|char_ram~33913_combout ; +wire \text_gen|char_ram~33914_combout ; +wire \text_gen|char_ram~18976_q ; +wire \text_gen|char_ram~18983_q ; +wire \text_gen|char_ram~33911_combout ; +wire \text_gen|char_ram~19039_q ; +wire \text_gen|char_ram~19032feeder_combout ; +wire \text_gen|char_ram~19032_q ; +wire \text_gen|char_ram~33912_combout ; +wire \text_gen|char_ram~33915_combout ; +wire \text_gen|char_ram~33918_combout ; +wire \text_gen|char_ram~4535feeder_combout ; +wire \text_gen|char_ram~4535_q ; +wire \text_gen|char_ram~4528_q ; +wire \text_gen|char_ram~33923_combout ; +wire \text_gen|char_ram~4591_q ; +wire \text_gen|char_ram~4584_q ; +wire \text_gen|char_ram~33924_combout ; +wire \text_gen|char_ram~4696feeder_combout ; +wire \text_gen|char_ram~4696_q ; +wire \text_gen|char_ram~4703_q ; +wire \text_gen|char_ram~4640_q ; +wire \text_gen|char_ram~4647feeder_combout ; +wire \text_gen|char_ram~4647_q ; +wire \text_gen|char_ram~33921_combout ; +wire \text_gen|char_ram~33922_combout ; +wire \text_gen|char_ram~33925_combout ; +wire \text_gen|char_ram~4920_q ; +wire \text_gen|char_ram~4927_q ; +wire \text_gen|char_ram~4871feeder_combout ; +wire \text_gen|char_ram~4871_q ; +wire \text_gen|char_ram~4864_q ; +wire \text_gen|char_ram~33926_combout ; +wire \text_gen|char_ram~33927_combout ; +wire \text_gen|char_ram~4752_q ; +wire \text_gen|char_ram~4759_q ; +wire \text_gen|char_ram~33919_combout ; +wire \text_gen|char_ram~4815_q ; +wire \text_gen|char_ram~4808_q ; +wire \text_gen|char_ram~33920_combout ; +wire \text_gen|char_ram~33928_combout ; +wire \text_gen|char_ram~33929_combout ; +wire \text_gen|char_ram~12032_q ; +wire \text_gen|char_ram~12039feeder_combout ; +wire \text_gen|char_ram~12039_q ; +wire \text_gen|char_ram~33906_combout ; +wire \text_gen|char_ram~12095_q ; +wire \text_gen|char_ram~12088feeder_combout ; +wire \text_gen|char_ram~12088_q ; +wire \text_gen|char_ram~33907_combout ; +wire \text_gen|char_ram~11920_q ; +wire \text_gen|char_ram~11927feeder_combout ; +wire \text_gen|char_ram~11927_q ; +wire \text_gen|char_ram~33901_combout ; +wire \text_gen|char_ram~11976_q ; +wire \text_gen|char_ram~11983_q ; +wire \text_gen|char_ram~33902_combout ; +wire \text_gen|char_ram~11696_q ; +wire \text_gen|char_ram~11703feeder_combout ; +wire \text_gen|char_ram~11703_q ; +wire \text_gen|char_ram~33903_combout ; +wire \text_gen|char_ram~11759_q ; +wire \text_gen|char_ram~11752_q ; +wire \text_gen|char_ram~33904_combout ; +wire \text_gen|char_ram~33905_combout ; +wire \text_gen|char_ram~11864_q ; +wire \text_gen|char_ram~11871_q ; +wire \text_gen|char_ram~11808_q ; +wire \text_gen|char_ram~11815_q ; +wire \text_gen|char_ram~33899_combout ; +wire \text_gen|char_ram~33900_combout ; +wire \text_gen|char_ram~33908_combout ; +wire \text_gen|char_ram~33940_combout ; +wire \text_gen|char_ram~11738feeder_combout ; +wire \text_gen|char_ram~11738_q ; +wire \text_gen|char_ram~26074_q ; +wire \text_gen|char_ram~4570_q ; +wire \text_gen|char_ram~18906_q ; +wire \text_gen|char_ram~33776_combout ; +wire \text_gen|char_ram~33777_combout ; +wire \text_gen|char_ram~19018_q ; +wire \text_gen|char_ram~26186_q ; +wire \text_gen|char_ram~11850feeder_combout ; +wire \text_gen|char_ram~11850_q ; +wire \text_gen|char_ram~4682_q ; +wire \text_gen|char_ram~33774_combout ; +wire \text_gen|char_ram~33775_combout ; +wire \text_gen|char_ram~33778_combout ; +wire \text_gen|char_ram~26410_q ; +wire \text_gen|char_ram~19242feeder_combout ; +wire \text_gen|char_ram~19242_q ; +wire \text_gen|char_ram~12074feeder_combout ; +wire \text_gen|char_ram~12074_q ; +wire \text_gen|char_ram~4906_q ; +wire \text_gen|char_ram~33779_combout ; +wire \text_gen|char_ram~33780_combout ; +wire \text_gen|char_ram~26298_q ; +wire \text_gen|char_ram~11962_q ; +wire \text_gen|char_ram~19130_q ; +wire \text_gen|char_ram~4794_q ; +wire \text_gen|char_ram~33772_combout ; +wire \text_gen|char_ram~33773_combout ; +wire \text_gen|char_ram~33781_combout ; +wire \text_gen|char_ram~18969feeder_combout ; +wire \text_gen|char_ram~18969_q ; +wire \text_gen|char_ram~26137_q ; +wire \text_gen|char_ram~11801feeder_combout ; +wire \text_gen|char_ram~11801_q ; +wire \text_gen|char_ram~4633_q ; +wire \text_gen|char_ram~33782_combout ; +wire \text_gen|char_ram~33783_combout ; +wire \text_gen|char_ram~19193feeder_combout ; +wire \text_gen|char_ram~19193_q ; +wire \text_gen|char_ram~26361_q ; +wire \text_gen|char_ram~12025_q ; +wire \text_gen|char_ram~4857_q ; +wire \text_gen|char_ram~33789_combout ; +wire \text_gen|char_ram~33790_combout ; +wire \text_gen|char_ram~11913_q ; +wire \text_gen|char_ram~26249_q ; +wire \text_gen|char_ram~19081_q ; +wire \text_gen|char_ram~4745_q ; +wire \text_gen|char_ram~33784_combout ; +wire \text_gen|char_ram~33785_combout ; +wire \text_gen|char_ram~11689feeder_combout ; +wire \text_gen|char_ram~11689_q ; +wire \text_gen|char_ram~26025_q ; +wire \text_gen|char_ram~18857feeder_combout ; +wire \text_gen|char_ram~18857_q ; +wire \text_gen|char_ram~4521_q ; +wire \text_gen|char_ram~33786_combout ; +wire \text_gen|char_ram~33787_combout ; +wire \text_gen|char_ram~33788_combout ; +wire \text_gen|char_ram~33791_combout ; +wire \text_gen|char_ram~19186_q ; +wire \text_gen|char_ram~26354_q ; +wire \text_gen|char_ram~4850_q ; +wire \text_gen|char_ram~12018feeder_combout ; +wire \text_gen|char_ram~12018_q ; +wire \text_gen|char_ram~33799_combout ; +wire \text_gen|char_ram~33800_combout ; +wire \text_gen|char_ram~11906feeder_combout ; +wire \text_gen|char_ram~11906_q ; +wire \text_gen|char_ram~26242_q ; +wire \text_gen|char_ram~19074feeder_combout ; +wire \text_gen|char_ram~19074_q ; +wire \text_gen|char_ram~4738_q ; +wire \text_gen|char_ram~33792_combout ; +wire \text_gen|char_ram~33793_combout ; +wire \text_gen|char_ram~11682feeder_combout ; +wire \text_gen|char_ram~11682_q ; +wire \text_gen|char_ram~18850_q ; +wire \text_gen|char_ram~4514_q ; +wire \text_gen|char_ram~33796_combout ; +wire \text_gen|char_ram~26018_q ; +wire \text_gen|char_ram~33797_combout ; +wire \text_gen|char_ram~18962_q ; +wire \text_gen|char_ram~26130_q ; +wire \text_gen|char_ram~11794feeder_combout ; +wire \text_gen|char_ram~11794_q ; +wire \text_gen|char_ram~4626_q ; +wire \text_gen|char_ram~33794_combout ; +wire \text_gen|char_ram~33795_combout ; +wire \text_gen|char_ram~33798_combout ; +wire \text_gen|char_ram~33801_combout ; +wire \text_gen|char_ram~33802_combout ; +wire \text_gen|char_ram~19025feeder_combout ; +wire \text_gen|char_ram~19025_q ; +wire \text_gen|char_ram~26193_q ; +wire \text_gen|char_ram~11857feeder_combout ; +wire \text_gen|char_ram~11857_q ; +wire \text_gen|char_ram~4689_q ; +wire \text_gen|char_ram~33803_combout ; +wire \text_gen|char_ram~33804_combout ; +wire \text_gen|char_ram~11969feeder_combout ; +wire \text_gen|char_ram~11969_q ; +wire \text_gen|char_ram~26305_q ; +wire \text_gen|char_ram~19137feeder_combout ; +wire \text_gen|char_ram~19137_q ; +wire \text_gen|char_ram~4801_q ; +wire \text_gen|char_ram~33805_combout ; +wire \text_gen|char_ram~33806_combout ; +wire \text_gen|char_ram~11745_q ; +wire \text_gen|char_ram~26081_q ; +wire \text_gen|char_ram~18913feeder_combout ; +wire \text_gen|char_ram~18913_q ; +wire \text_gen|char_ram~4577_q ; +wire \text_gen|char_ram~33807_combout ; +wire \text_gen|char_ram~33808_combout ; +wire \text_gen|char_ram~33809_combout ; +wire \text_gen|char_ram~19249_q ; +wire \text_gen|char_ram~26417_q ; +wire \text_gen|char_ram~12081feeder_combout ; +wire \text_gen|char_ram~12081_q ; +wire \text_gen|char_ram~4913_q ; +wire \text_gen|char_ram~33810_combout ; +wire \text_gen|char_ram~33811_combout ; +wire \text_gen|char_ram~33812_combout ; +wire \text_gen|char_ram~33813_combout ; +wire \text_gen|char_ram~11661_q ; +wire \text_gen|char_ram~25997_q ; +wire \text_gen|char_ram~18829feeder_combout ; +wire \text_gen|char_ram~18829_q ; +wire \text_gen|char_ram~4493_q ; +wire \text_gen|char_ram~33870_combout ; +wire \text_gen|char_ram~33871_combout ; +wire \text_gen|char_ram~11885feeder_combout ; +wire \text_gen|char_ram~11885_q ; +wire \text_gen|char_ram~26221_q ; +wire \text_gen|char_ram~19053_q ; +wire \text_gen|char_ram~4717_q ; +wire \text_gen|char_ram~33868_combout ; +wire \text_gen|char_ram~33869_combout ; +wire \text_gen|char_ram~33872_combout ; +wire \text_gen|char_ram~18941_q ; +wire \text_gen|char_ram~26109_q ; +wire \text_gen|char_ram~11773_q ; +wire \text_gen|char_ram~4605_q ; +wire \text_gen|char_ram~33866_combout ; +wire \text_gen|char_ram~33867_combout ; +wire \text_gen|char_ram~11997_q ; +wire \text_gen|char_ram~4829_q ; +wire \text_gen|char_ram~33873_combout ; +wire \text_gen|char_ram~26333_q ; +wire \text_gen|char_ram~19165feeder_combout ; +wire \text_gen|char_ram~19165_q ; +wire \text_gen|char_ram~33874_combout ; +wire \text_gen|char_ram~33875_combout ; +wire \text_gen|char_ram~19158feeder_combout ; +wire \text_gen|char_ram~19158_q ; +wire \text_gen|char_ram~26326_q ; +wire \text_gen|char_ram~11990feeder_combout ; +wire \text_gen|char_ram~11990_q ; +wire \text_gen|char_ram~4822_q ; +wire \text_gen|char_ram~33883_combout ; +wire \text_gen|char_ram~33884_combout ; +wire \text_gen|char_ram~11878_q ; +wire \text_gen|char_ram~26214_q ; +wire \text_gen|char_ram~19046_q ; +wire \text_gen|char_ram~4710_q ; +wire \text_gen|char_ram~33876_combout ; +wire \text_gen|char_ram~33877_combout ; +wire \text_gen|char_ram~18934_q ; +wire \text_gen|char_ram~26102_q ; +wire \text_gen|char_ram~11766_q ; +wire \text_gen|char_ram~4598_q ; +wire \text_gen|char_ram~33878_combout ; +wire \text_gen|char_ram~33879_combout ; +wire \text_gen|char_ram~4486_q ; +wire \text_gen|char_ram~18822_q ; +wire \text_gen|char_ram~33880_combout ; +wire \text_gen|char_ram~25990_q ; +wire \text_gen|char_ram~11654_q ; +wire \text_gen|char_ram~33881_combout ; +wire \text_gen|char_ram~33882_combout ; +wire \text_gen|char_ram~33885_combout ; +wire \text_gen|char_ram~33886_combout ; +wire \text_gen|char_ram~11934_q ; +wire \text_gen|char_ram~26270_q ; +wire \text_gen|char_ram~4766_q ; +wire \text_gen|char_ram~19102_q ; +wire \text_gen|char_ram~33856_combout ; +wire \text_gen|char_ram~33857_combout ; +wire \text_gen|char_ram~26046_q ; +wire \text_gen|char_ram~11710_q ; +wire \text_gen|char_ram~18878_q ; +wire \text_gen|char_ram~4542_q ; +wire \text_gen|char_ram~33860_combout ; +wire \text_gen|char_ram~33861_combout ; +wire \text_gen|char_ram~11822_q ; +wire \text_gen|char_ram~4654_q ; +wire \text_gen|char_ram~33858_combout ; +wire \text_gen|char_ram~18990feeder_combout ; +wire \text_gen|char_ram~18990_q ; +wire \text_gen|char_ram~26158_q ; +wire \text_gen|char_ram~33859_combout ; +wire \text_gen|char_ram~33862_combout ; +wire \text_gen|char_ram~19214_q ; +wire \text_gen|char_ram~26382_q ; +wire \text_gen|char_ram~12046_q ; +wire \text_gen|char_ram~4878_q ; +wire \text_gen|char_ram~33863_combout ; +wire \text_gen|char_ram~33864_combout ; +wire \text_gen|char_ram~33865_combout ; +wire \text_gen|char_ram~18997_q ; +wire \text_gen|char_ram~26165_q ; +wire \text_gen|char_ram~11829_q ; +wire \text_gen|char_ram~4661_q ; +wire \text_gen|char_ram~33887_combout ; +wire \text_gen|char_ram~33888_combout ; +wire \text_gen|char_ram~11941feeder_combout ; +wire \text_gen|char_ram~11941_q ; +wire \text_gen|char_ram~26277_q ; +wire \text_gen|char_ram~19109_q ; +wire \text_gen|char_ram~4773_q ; +wire \text_gen|char_ram~33889_combout ; +wire \text_gen|char_ram~33890_combout ; +wire \text_gen|char_ram~11717feeder_combout ; +wire \text_gen|char_ram~11717_q ; +wire \text_gen|char_ram~26053_q ; +wire \text_gen|char_ram~18885feeder_combout ; +wire \text_gen|char_ram~18885_q ; +wire \text_gen|char_ram~4549_q ; +wire \text_gen|char_ram~33891_combout ; +wire \text_gen|char_ram~33892_combout ; +wire \text_gen|char_ram~33893_combout ; +wire \text_gen|char_ram~19221feeder_combout ; +wire \text_gen|char_ram~19221_q ; +wire \text_gen|char_ram~26389_q ; +wire \text_gen|char_ram~12053feeder_combout ; +wire \text_gen|char_ram~12053_q ; +wire \text_gen|char_ram~4885_q ; +wire \text_gen|char_ram~33894_combout ; +wire \text_gen|char_ram~33895_combout ; +wire \text_gen|char_ram~33896_combout ; +wire \text_gen|char_ram~33897_combout ; +wire \text_gen|char_ram~19235_q ; +wire \text_gen|char_ram~26403_q ; +wire \text_gen|char_ram~12067_q ; +wire \text_gen|char_ram~4899_q ; +wire \text_gen|char_ram~33852_combout ; +wire \text_gen|char_ram~33853_combout ; +wire \text_gen|char_ram~11731_q ; +wire \text_gen|char_ram~26067_q ; +wire \text_gen|char_ram~18899_q ; +wire \text_gen|char_ram~4563_q ; +wire \text_gen|char_ram~33849_combout ; +wire \text_gen|char_ram~33850_combout ; +wire \text_gen|char_ram~11955_q ; +wire \text_gen|char_ram~26291_q ; +wire \text_gen|char_ram~4787_q ; +wire \text_gen|char_ram~19123feeder_combout ; +wire \text_gen|char_ram~19123_q ; +wire \text_gen|char_ram~33847_combout ; +wire \text_gen|char_ram~33848_combout ; +wire \text_gen|char_ram~33851_combout ; +wire \text_gen|char_ram~19011feeder_combout ; +wire \text_gen|char_ram~19011_q ; +wire \text_gen|char_ram~26179_q ; +wire \text_gen|char_ram~11843_q ; +wire \text_gen|char_ram~4675_q ; +wire \text_gen|char_ram~33845_combout ; +wire \text_gen|char_ram~33846_combout ; +wire \text_gen|char_ram~33854_combout ; +wire \text_gen|char_ram~19004_q ; +wire \text_gen|char_ram~26172_q ; +wire \text_gen|char_ram~11836_q ; +wire \text_gen|char_ram~4668_q ; +wire \text_gen|char_ram~33816_combout ; +wire \text_gen|char_ram~33817_combout ; +wire \text_gen|char_ram~11724_q ; +wire \text_gen|char_ram~26060_q ; +wire \text_gen|char_ram~18892_q ; +wire \text_gen|char_ram~4556_q ; +wire \text_gen|char_ram~33818_combout ; +wire \text_gen|char_ram~33819_combout ; +wire \text_gen|char_ram~33820_combout ; +wire \text_gen|char_ram~11948_q ; +wire \text_gen|char_ram~26284_q ; +wire \text_gen|char_ram~19116feeder_combout ; +wire \text_gen|char_ram~19116_q ; +wire \text_gen|char_ram~4780_q ; +wire \text_gen|char_ram~33814_combout ; +wire \text_gen|char_ram~33815_combout ; +wire \text_gen|char_ram~19228_q ; +wire \text_gen|char_ram~26396_q ; +wire \text_gen|char_ram~12060_q ; +wire \text_gen|char_ram~4892_q ; +wire \text_gen|char_ram~33821_combout ; +wire \text_gen|char_ram~33822_combout ; +wire \text_gen|char_ram~33823_combout ; +wire \text_gen|char_ram~19179feeder_combout ; +wire \text_gen|char_ram~19179_q ; +wire \text_gen|char_ram~26347_q ; +wire \text_gen|char_ram~12011_q ; +wire \text_gen|char_ram~4843_q ; +wire \text_gen|char_ram~33831_combout ; +wire \text_gen|char_ram~33832_combout ; +wire \text_gen|char_ram~18955_q ; +wire \text_gen|char_ram~26123_q ; +wire \text_gen|char_ram~11787_q ; +wire \text_gen|char_ram~4619_q ; +wire \text_gen|char_ram~33824_combout ; +wire \text_gen|char_ram~33825_combout ; +wire \text_gen|char_ram~11675_q ; +wire \text_gen|char_ram~26011_q ; +wire \text_gen|char_ram~4507_q ; +wire \text_gen|char_ram~18843_q ; +wire \text_gen|char_ram~33828_combout ; +wire \text_gen|char_ram~33829_combout ; +wire \text_gen|char_ram~11899_q ; +wire \text_gen|char_ram~26235_q ; +wire \text_gen|char_ram~19067feeder_combout ; +wire \text_gen|char_ram~19067_q ; +wire \text_gen|char_ram~4731_q ; +wire \text_gen|char_ram~33826_combout ; +wire \text_gen|char_ram~33827_combout ; +wire \text_gen|char_ram~33830_combout ; +wire \text_gen|char_ram~33833_combout ; +wire \text_gen|char_ram~19172feeder_combout ; +wire \text_gen|char_ram~19172_q ; +wire \text_gen|char_ram~12004feeder_combout ; +wire \text_gen|char_ram~12004_q ; +wire \text_gen|char_ram~4836_q ; +wire \text_gen|char_ram~33841_combout ; +wire \text_gen|char_ram~26340_q ; +wire \text_gen|char_ram~33842_combout ; +wire \text_gen|char_ram~11668feeder_combout ; +wire \text_gen|char_ram~11668_q ; +wire \text_gen|char_ram~18836feeder_combout ; +wire \text_gen|char_ram~18836_q ; +wire \text_gen|char_ram~4500_q ; +wire \text_gen|char_ram~33838_combout ; +wire \text_gen|char_ram~26004_q ; +wire \text_gen|char_ram~33839_combout ; +wire \text_gen|char_ram~18948feeder_combout ; +wire \text_gen|char_ram~18948_q ; +wire \text_gen|char_ram~26116_q ; +wire \text_gen|char_ram~11780_q ; +wire \text_gen|char_ram~4612_q ; +wire \text_gen|char_ram~33836_combout ; +wire \text_gen|char_ram~33837_combout ; +wire \text_gen|char_ram~33840_combout ; +wire \text_gen|char_ram~11892feeder_combout ; +wire \text_gen|char_ram~11892_q ; +wire \text_gen|char_ram~26228_q ; +wire \text_gen|char_ram~4724_q ; +wire \text_gen|char_ram~19060feeder_combout ; +wire \text_gen|char_ram~19060_q ; +wire \text_gen|char_ram~33834_combout ; +wire \text_gen|char_ram~33835_combout ; +wire \text_gen|char_ram~33843_combout ; +wire \text_gen|char_ram~33844_combout ; +wire \text_gen|char_ram~33855_combout ; +wire \text_gen|char_ram~33898_combout ; +wire \text_gen|char_ram~33941_combout ; +wire \text_gen|char_ram~34112_combout ; +wire \text_gen|char_ram~34283_combout ; +wire \text_gen|char_ram~12487_q ; +wire \text_gen|char_ram~14279_q ; +wire \text_gen|char_ram~10695feeder_combout ; +wire \text_gen|char_ram~10695_q ; +wire \text_gen|char_ram~8903_q ; +wire \text_gen|char_ram~35860_combout ; +wire \text_gen|char_ram~35861_combout ; +wire \text_gen|char_ram~10457_q ; +wire \text_gen|char_ram~14041_q ; +wire \text_gen|char_ram~12249_q ; +wire \text_gen|char_ram~8665_q ; +wire \text_gen|char_ram~35857_combout ; +wire \text_gen|char_ram~35858_combout ; +wire \text_gen|char_ram~10681_q ; +wire \text_gen|char_ram~14265_q ; +wire \text_gen|char_ram~12473_q ; +wire \text_gen|char_ram~8889_q ; +wire \text_gen|char_ram~35855_combout ; +wire \text_gen|char_ram~35856_combout ; +wire \text_gen|char_ram~35859_combout ; +wire \text_gen|char_ram~14055_q ; +wire \text_gen|char_ram~12263_q ; +wire \text_gen|char_ram~8679_q ; +wire \text_gen|char_ram~10471feeder_combout ; +wire \text_gen|char_ram~10471_q ; +wire \text_gen|char_ram~35853_combout ; +wire \text_gen|char_ram~35854_combout ; +wire \text_gen|char_ram~35862_combout ; +wire \text_gen|char_ram~10345feeder_combout ; +wire \text_gen|char_ram~10345_q ; +wire \text_gen|char_ram~13929_q ; +wire \text_gen|char_ram~12137feeder_combout ; +wire \text_gen|char_ram~12137_q ; +wire \text_gen|char_ram~8553_q ; +wire \text_gen|char_ram~35836_combout ; +wire \text_gen|char_ram~35837_combout ; +wire \text_gen|char_ram~10569_q ; +wire \text_gen|char_ram~14153_q ; +wire \text_gen|char_ram~12361_q ; +wire \text_gen|char_ram~8777_q ; +wire \text_gen|char_ram~35834_combout ; +wire \text_gen|char_ram~35835_combout ; +wire \text_gen|char_ram~35838_combout ; +wire \text_gen|char_ram~12151feeder_combout ; +wire \text_gen|char_ram~12151_q ; +wire \text_gen|char_ram~13943_q ; +wire \text_gen|char_ram~10359feeder_combout ; +wire \text_gen|char_ram~10359_q ; +wire \text_gen|char_ram~8567_q ; +wire \text_gen|char_ram~35832_combout ; +wire \text_gen|char_ram~35833_combout ; +wire \text_gen|char_ram~12375_q ; +wire \text_gen|char_ram~14167_q ; +wire \text_gen|char_ram~10583feeder_combout ; +wire \text_gen|char_ram~10583_q ; +wire \text_gen|char_ram~8791_q ; +wire \text_gen|char_ram~35839_combout ; +wire \text_gen|char_ram~35840_combout ; +wire \text_gen|char_ram~35841_combout ; +wire \text_gen|char_ram~12123feeder_combout ; +wire \text_gen|char_ram~12123_q ; +wire \text_gen|char_ram~13915_q ; +wire \text_gen|char_ram~10331_q ; +wire \text_gen|char_ram~8539_q ; +wire \text_gen|char_ram~35842_combout ; +wire \text_gen|char_ram~35843_combout ; +wire \text_gen|char_ram~10541_q ; +wire \text_gen|char_ram~14125_q ; +wire \text_gen|char_ram~12333_q ; +wire \text_gen|char_ram~8749_q ; +wire \text_gen|char_ram~35844_combout ; +wire \text_gen|char_ram~35845_combout ; +wire \text_gen|char_ram~10317feeder_combout ; +wire \text_gen|char_ram~10317_q ; +wire \text_gen|char_ram~13901_q ; +wire \text_gen|char_ram~12109_q ; +wire \text_gen|char_ram~8525_q ; +wire \text_gen|char_ram~35846_combout ; +wire \text_gen|char_ram~35847_combout ; +wire \text_gen|char_ram~35848_combout ; +wire \text_gen|char_ram~12347_q ; +wire \text_gen|char_ram~14139_q ; +wire \text_gen|char_ram~10555feeder_combout ; +wire \text_gen|char_ram~10555_q ; +wire \text_gen|char_ram~8763_q ; +wire \text_gen|char_ram~35849_combout ; +wire \text_gen|char_ram~35850_combout ; +wire \text_gen|char_ram~35851_combout ; +wire \text_gen|char_ram~35852_combout ; +wire \text_gen|char_ram~10653_q ; +wire \text_gen|char_ram~14237_q ; +wire \text_gen|char_ram~12445_q ; +wire \text_gen|char_ram~8861_q ; +wire \text_gen|char_ram~35824_combout ; +wire \text_gen|char_ram~35825_combout ; +wire \text_gen|char_ram~10429_q ; +wire \text_gen|char_ram~14013_q ; +wire \text_gen|char_ram~12221feeder_combout ; +wire \text_gen|char_ram~12221_q ; +wire \text_gen|char_ram~8637_q ; +wire \text_gen|char_ram~35826_combout ; +wire \text_gen|char_ram~35827_combout ; +wire \text_gen|char_ram~35828_combout ; +wire \text_gen|char_ram~8875_q ; +wire \text_gen|char_ram~10667feeder_combout ; +wire \text_gen|char_ram~10667_q ; +wire \text_gen|char_ram~35829_combout ; +wire \text_gen|char_ram~14251_q ; +wire \text_gen|char_ram~12459_q ; +wire \text_gen|char_ram~35830_combout ; +wire \text_gen|char_ram~14027feeder_combout ; +wire \text_gen|char_ram~14027_q ; +wire \text_gen|char_ram~12235_q ; +wire \text_gen|char_ram~8651_q ; +wire \text_gen|char_ram~10443_q ; +wire \text_gen|char_ram~35822_combout ; +wire \text_gen|char_ram~35823_combout ; +wire \text_gen|char_ram~35831_combout ; +wire \text_gen|char_ram~35863_combout ; +wire \text_gen|char_ram~12543_q ; +wire \text_gen|char_ram~14335_q ; +wire \text_gen|char_ram~10751_q ; +wire \text_gen|char_ram~8959_q ; +wire \text_gen|char_ram~35987_combout ; +wire \text_gen|char_ram~35988_combout ; +wire \text_gen|char_ram~10723feeder_combout ; +wire \text_gen|char_ram~10723_q ; +wire \text_gen|char_ram~14307_q ; +wire \text_gen|char_ram~12515_q ; +wire \text_gen|char_ram~8931_q ; +wire \text_gen|char_ram~35982_combout ; +wire \text_gen|char_ram~35983_combout ; +wire \text_gen|char_ram~10499_q ; +wire \text_gen|char_ram~14083_q ; +wire \text_gen|char_ram~12291_q ; +wire \text_gen|char_ram~8707_q ; +wire \text_gen|char_ram~35984_combout ; +wire \text_gen|char_ram~35985_combout ; +wire \text_gen|char_ram~35986_combout ; +wire \text_gen|char_ram~12319_q ; +wire \text_gen|char_ram~14111_q ; +wire \text_gen|char_ram~10527_q ; +wire \text_gen|char_ram~8735_q ; +wire \text_gen|char_ram~35980_combout ; +wire \text_gen|char_ram~35981_combout ; +wire \text_gen|char_ram~35989_combout ; +wire \text_gen|char_ram~12305feeder_combout ; +wire \text_gen|char_ram~12305_q ; +wire \text_gen|char_ram~14097_q ; +wire \text_gen|char_ram~10513feeder_combout ; +wire \text_gen|char_ram~10513_q ; +wire \text_gen|char_ram~8721_q ; +wire \text_gen|char_ram~35949_combout ; +wire \text_gen|char_ram~35950_combout ; +wire \text_gen|char_ram~12529feeder_combout ; +wire \text_gen|char_ram~12529_q ; +wire \text_gen|char_ram~14321_q ; +wire \text_gen|char_ram~8945_q ; +wire \text_gen|char_ram~10737_q ; +wire \text_gen|char_ram~35956_combout ; +wire \text_gen|char_ram~35957_combout ; +wire \text_gen|char_ram~10709_q ; +wire \text_gen|char_ram~14293_q ; +wire \text_gen|char_ram~12501feeder_combout ; +wire \text_gen|char_ram~12501_q ; +wire \text_gen|char_ram~8917feeder_combout ; +wire \text_gen|char_ram~8917_q ; +wire \text_gen|char_ram~35951_combout ; +wire \text_gen|char_ram~35952_combout ; +wire \text_gen|char_ram~10485_q ; +wire \text_gen|char_ram~14069_q ; +wire \text_gen|char_ram~12277_q ; +wire \text_gen|char_ram~8693_q ; +wire \text_gen|char_ram~35953_combout ; +wire \text_gen|char_ram~35954_combout ; +wire \text_gen|char_ram~35955_combout ; +wire \text_gen|char_ram~35958_combout ; +wire \text_gen|char_ram~10401feeder_combout ; +wire \text_gen|char_ram~10401_q ; +wire \text_gen|char_ram~8609_q ; +wire \text_gen|char_ram~35969_combout ; +wire \text_gen|char_ram~12193_q ; +wire \text_gen|char_ram~13985_q ; +wire \text_gen|char_ram~35970_combout ; +wire \text_gen|char_ram~12417_q ; +wire \text_gen|char_ram~14209_q ; +wire \text_gen|char_ram~8833_q ; +wire \text_gen|char_ram~10625_q ; +wire \text_gen|char_ram~35976_combout ; +wire \text_gen|char_ram~35977_combout ; +wire \text_gen|char_ram~12389_q ; +wire \text_gen|char_ram~8805_q ; +wire \text_gen|char_ram~35971_combout ; +wire \text_gen|char_ram~10597_q ; +wire \text_gen|char_ram~14181_q ; +wire \text_gen|char_ram~35972_combout ; +wire \text_gen|char_ram~10373_q ; +wire \text_gen|char_ram~13957_q ; +wire \text_gen|char_ram~12165_q ; +wire \text_gen|char_ram~8581_q ; +wire \text_gen|char_ram~35973_combout ; +wire \text_gen|char_ram~35974_combout ; +wire \text_gen|char_ram~35975_combout ; +wire \text_gen|char_ram~35978_combout ; +wire \text_gen|char_ram~12207feeder_combout ; +wire \text_gen|char_ram~12207_q ; +wire \text_gen|char_ram~13999_q ; +wire \text_gen|char_ram~10415_q ; +wire \text_gen|char_ram~8623_q ; +wire \text_gen|char_ram~35959_combout ; +wire \text_gen|char_ram~35960_combout ; +wire \text_gen|char_ram~12431_q ; +wire \text_gen|char_ram~14223_q ; +wire \text_gen|char_ram~10639feeder_combout ; +wire \text_gen|char_ram~10639_q ; +wire \text_gen|char_ram~8847_q ; +wire \text_gen|char_ram~35966_combout ; +wire \text_gen|char_ram~35967_combout ; +wire \text_gen|char_ram~10611_q ; +wire \text_gen|char_ram~14195_q ; +wire \text_gen|char_ram~12403_q ; +wire \text_gen|char_ram~8819_q ; +wire \text_gen|char_ram~35961_combout ; +wire \text_gen|char_ram~35962_combout ; +wire \text_gen|char_ram~12179_q ; +wire \text_gen|char_ram~8595_q ; +wire \text_gen|char_ram~35963_combout ; +wire \text_gen|char_ram~13971_q ; +wire \text_gen|char_ram~10387_q ; +wire \text_gen|char_ram~35964_combout ; +wire \text_gen|char_ram~35965_combout ; +wire \text_gen|char_ram~35968_combout ; +wire \text_gen|char_ram~35979_combout ; +wire \text_gen|char_ram~35990_combout ; +wire \text_gen|char_ram~12452_q ; +wire \text_gen|char_ram~14244_q ; +wire \text_gen|char_ram~10660feeder_combout ; +wire \text_gen|char_ram~10660_q ; +wire \text_gen|char_ram~8868_q ; +wire \text_gen|char_ram~35913_combout ; +wire \text_gen|char_ram~35914_combout ; +wire \text_gen|char_ram~10548_q ; +wire \text_gen|char_ram~14132_q ; +wire \text_gen|char_ram~12340feeder_combout ; +wire \text_gen|char_ram~12340_q ; +wire \text_gen|char_ram~8756_q ; +wire \text_gen|char_ram~35906_combout ; +wire \text_gen|char_ram~35907_combout ; +wire \text_gen|char_ram~10324feeder_combout ; +wire \text_gen|char_ram~10324_q ; +wire \text_gen|char_ram~13908_q ; +wire \text_gen|char_ram~8532feeder_combout ; +wire \text_gen|char_ram~8532_q ; +wire \text_gen|char_ram~12116_q ; +wire \text_gen|char_ram~35910_combout ; +wire \text_gen|char_ram~35911_combout ; +wire \text_gen|char_ram~12228feeder_combout ; +wire \text_gen|char_ram~12228_q ; +wire \text_gen|char_ram~14020_q ; +wire \text_gen|char_ram~10436_q ; +wire \text_gen|char_ram~8644_q ; +wire \text_gen|char_ram~35908_combout ; +wire \text_gen|char_ram~35909_combout ; +wire \text_gen|char_ram~35912_combout ; +wire \text_gen|char_ram~35915_combout ; +wire \text_gen|char_ram~10352feeder_combout ; +wire \text_gen|char_ram~10352_q ; +wire \text_gen|char_ram~13936_q ; +wire \text_gen|char_ram~8560_q ; +wire \text_gen|char_ram~12144feeder_combout ; +wire \text_gen|char_ram~12144_q ; +wire \text_gen|char_ram~35941_combout ; +wire \text_gen|char_ram~35942_combout ; +wire \text_gen|char_ram~12256_q ; +wire \text_gen|char_ram~10464_q ; +wire \text_gen|char_ram~8672_q ; +wire \text_gen|char_ram~35939_combout ; +wire \text_gen|char_ram~14048_q ; +wire \text_gen|char_ram~35940_combout ; +wire \text_gen|char_ram~35943_combout ; +wire \text_gen|char_ram~12480_q ; +wire \text_gen|char_ram~10688feeder_combout ; +wire \text_gen|char_ram~10688_q ; +wire \text_gen|char_ram~8896_q ; +wire \text_gen|char_ram~35944_combout ; +wire \text_gen|char_ram~14272_q ; +wire \text_gen|char_ram~35945_combout ; +wire \text_gen|char_ram~10576_q ; +wire \text_gen|char_ram~14160_q ; +wire \text_gen|char_ram~12368_q ; +wire \text_gen|char_ram~8784_q ; +wire \text_gen|char_ram~35937_combout ; +wire \text_gen|char_ram~35938_combout ; +wire \text_gen|char_ram~35946_combout ; +wire \text_gen|char_ram~12466_q ; +wire \text_gen|char_ram~14258_q ; +wire \text_gen|char_ram~8882_q ; +wire \text_gen|char_ram~10674_q ; +wire \text_gen|char_ram~35923_combout ; +wire \text_gen|char_ram~35924_combout ; +wire \text_gen|char_ram~12242_q ; +wire \text_gen|char_ram~14034_q ; +wire \text_gen|char_ram~10450_q ; +wire \text_gen|char_ram~8658_q ; +wire \text_gen|char_ram~35916_combout ; +wire \text_gen|char_ram~35917_combout ; +wire \text_gen|char_ram~10338feeder_combout ; +wire \text_gen|char_ram~10338_q ; +wire \text_gen|char_ram~13922_q ; +wire \text_gen|char_ram~12130_q ; +wire \text_gen|char_ram~8546_q ; +wire \text_gen|char_ram~35920_combout ; +wire \text_gen|char_ram~35921_combout ; +wire \text_gen|char_ram~10562feeder_combout ; +wire \text_gen|char_ram~10562_q ; +wire \text_gen|char_ram~14146_q ; +wire \text_gen|char_ram~12354feeder_combout ; +wire \text_gen|char_ram~12354_q ; +wire \text_gen|char_ram~8770_q ; +wire \text_gen|char_ram~35918_combout ; +wire \text_gen|char_ram~35919_combout ; +wire \text_gen|char_ram~35922_combout ; +wire \text_gen|char_ram~35925_combout ; +wire \text_gen|char_ram~12214_q ; +wire \text_gen|char_ram~14006_q ; +wire \text_gen|char_ram~10422_q ; +wire \text_gen|char_ram~8630_q ; +wire \text_gen|char_ram~35926_combout ; +wire \text_gen|char_ram~35927_combout ; +wire \text_gen|char_ram~12438_q ; +wire \text_gen|char_ram~14230_q ; +wire \text_gen|char_ram~10646_q ; +wire \text_gen|char_ram~8854_q ; +wire \text_gen|char_ram~35933_combout ; +wire \text_gen|char_ram~35934_combout ; +wire \text_gen|char_ram~10534feeder_combout ; +wire \text_gen|char_ram~10534_q ; +wire \text_gen|char_ram~14118_q ; +wire \text_gen|char_ram~12326_q ; +wire \text_gen|char_ram~8742_q ; +wire \text_gen|char_ram~35928_combout ; +wire \text_gen|char_ram~35929_combout ; +wire \text_gen|char_ram~10310_q ; +wire \text_gen|char_ram~13894_q ; +wire \text_gen|char_ram~12102feeder_combout ; +wire \text_gen|char_ram~12102_q ; +wire \text_gen|char_ram~8518_q ; +wire \text_gen|char_ram~35930_combout ; +wire \text_gen|char_ram~35931_combout ; +wire \text_gen|char_ram~35932_combout ; +wire \text_gen|char_ram~35935_combout ; +wire \text_gen|char_ram~35936_combout ; +wire \text_gen|char_ram~35947_combout ; +wire \text_gen|char_ram~12522feeder_combout ; +wire \text_gen|char_ram~12522_q ; +wire \text_gen|char_ram~14314_q ; +wire \text_gen|char_ram~10730_q ; +wire \text_gen|char_ram~8938_q ; +wire \text_gen|char_ram~35871_combout ; +wire \text_gen|char_ram~35872_combout ; +wire \text_gen|char_ram~12298_q ; +wire \text_gen|char_ram~14090_q ; +wire \text_gen|char_ram~10506feeder_combout ; +wire \text_gen|char_ram~10506_q ; +wire \text_gen|char_ram~8714_q ; +wire \text_gen|char_ram~35864_combout ; +wire \text_gen|char_ram~35865_combout ; +wire \text_gen|char_ram~10618_q ; +wire \text_gen|char_ram~14202_q ; +wire \text_gen|char_ram~12410_q ; +wire \text_gen|char_ram~8826_q ; +wire \text_gen|char_ram~35866_combout ; +wire \text_gen|char_ram~35867_combout ; +wire \text_gen|char_ram~10394_q ; +wire \text_gen|char_ram~12186_q ; +wire \text_gen|char_ram~8602_q ; +wire \text_gen|char_ram~35868_combout ; +wire \text_gen|char_ram~13978_q ; +wire \text_gen|char_ram~35869_combout ; +wire \text_gen|char_ram~35870_combout ; +wire \text_gen|char_ram~35873_combout ; +wire \text_gen|char_ram~10408_q ; +wire \text_gen|char_ram~13992_q ; +wire \text_gen|char_ram~12200_q ; +wire \text_gen|char_ram~8616_q ; +wire \text_gen|char_ram~35899_combout ; +wire \text_gen|char_ram~35900_combout ; +wire \text_gen|char_ram~12312feeder_combout ; +wire \text_gen|char_ram~12312_q ; +wire \text_gen|char_ram~14104_q ; +wire \text_gen|char_ram~10520feeder_combout ; +wire \text_gen|char_ram~10520_q ; +wire \text_gen|char_ram~8728_q ; +wire \text_gen|char_ram~35897_combout ; +wire \text_gen|char_ram~35898_combout ; +wire \text_gen|char_ram~35901_combout ; +wire \text_gen|char_ram~12536feeder_combout ; +wire \text_gen|char_ram~12536_q ; +wire \text_gen|char_ram~14328_q ; +wire \text_gen|char_ram~10744_q ; +wire \text_gen|char_ram~8952_q ; +wire \text_gen|char_ram~35902_combout ; +wire \text_gen|char_ram~35903_combout ; +wire \text_gen|char_ram~10632_q ; +wire \text_gen|char_ram~14216_q ; +wire \text_gen|char_ram~12424_q ; +wire \text_gen|char_ram~8840_q ; +wire \text_gen|char_ram~35895_combout ; +wire \text_gen|char_ram~35896_combout ; +wire \text_gen|char_ram~35904_combout ; +wire \text_gen|char_ram~10380_q ; +wire \text_gen|char_ram~12172_q ; +wire \text_gen|char_ram~8588_q ; +wire \text_gen|char_ram~35878_combout ; +wire \text_gen|char_ram~13964_q ; +wire \text_gen|char_ram~35879_combout ; +wire \text_gen|char_ram~12284feeder_combout ; +wire \text_gen|char_ram~12284_q ; +wire \text_gen|char_ram~10492feeder_combout ; +wire \text_gen|char_ram~10492_q ; +wire \text_gen|char_ram~8700_q ; +wire \text_gen|char_ram~35876_combout ; +wire \text_gen|char_ram~14076_q ; +wire \text_gen|char_ram~35877_combout ; +wire \text_gen|char_ram~35880_combout ; +wire \text_gen|char_ram~10716_q ; +wire \text_gen|char_ram~8924_q ; +wire \text_gen|char_ram~35881_combout ; +wire \text_gen|char_ram~12508_q ; +wire \text_gen|char_ram~14300_q ; +wire \text_gen|char_ram~35882_combout ; +wire \text_gen|char_ram~10604feeder_combout ; +wire \text_gen|char_ram~10604_q ; +wire \text_gen|char_ram~14188_q ; +wire \text_gen|char_ram~12396_q ; +wire \text_gen|char_ram~8812_q ; +wire \text_gen|char_ram~35874_combout ; +wire \text_gen|char_ram~35875_combout ; +wire \text_gen|char_ram~35883_combout ; +wire \text_gen|char_ram~10590_q ; +wire \text_gen|char_ram~14174_q ; +wire \text_gen|char_ram~12382_q ; +wire \text_gen|char_ram~8798_q ; +wire \text_gen|char_ram~35886_combout ; +wire \text_gen|char_ram~35887_combout ; +wire \text_gen|char_ram~10366_q ; +wire \text_gen|char_ram~13950_q ; +wire \text_gen|char_ram~12158_q ; +wire \text_gen|char_ram~8574_q ; +wire \text_gen|char_ram~35888_combout ; +wire \text_gen|char_ram~35889_combout ; +wire \text_gen|char_ram~35890_combout ; +wire \text_gen|char_ram~10702_q ; +wire \text_gen|char_ram~8910_q ; +wire \text_gen|char_ram~35891_combout ; +wire \text_gen|char_ram~12494_q ; +wire \text_gen|char_ram~14286_q ; +wire \text_gen|char_ram~35892_combout ; +wire \text_gen|char_ram~12270_q ; +wire \text_gen|char_ram~14062_q ; +wire \text_gen|char_ram~10478_q ; +wire \text_gen|char_ram~8686_q ; +wire \text_gen|char_ram~35884_combout ; +wire \text_gen|char_ram~35885_combout ; +wire \text_gen|char_ram~35893_combout ; +wire \text_gen|char_ram~35894_combout ; +wire \text_gen|char_ram~35905_combout ; +wire \text_gen|char_ram~35948_combout ; +wire \text_gen|char_ram~35991_combout ; +wire \text_gen|char_ram~3394_q ; +wire \text_gen|char_ram~6978_q ; +wire \text_gen|char_ram~5186feeder_combout ; +wire \text_gen|char_ram~5186_q ; +wire \text_gen|char_ram~1602_q ; +wire \text_gen|char_ram~36014_combout ; +wire \text_gen|char_ram~36015_combout ; +wire \text_gen|char_ram~3170feeder_combout ; +wire \text_gen|char_ram~3170_q ; +wire \text_gen|char_ram~6754_q ; +wire \text_gen|char_ram~1378_q ; +wire \text_gen|char_ram~4962feeder_combout ; +wire \text_gen|char_ram~4962_q ; +wire \text_gen|char_ram~36016_combout ; +wire \text_gen|char_ram~36017_combout ; +wire \text_gen|char_ram~36018_combout ; +wire \text_gen|char_ram~5298_q ; +wire \text_gen|char_ram~7090_q ; +wire \text_gen|char_ram~1714_q ; +wire \text_gen|char_ram~3506_q ; +wire \text_gen|char_ram~36019_combout ; +wire \text_gen|char_ram~36020_combout ; +wire \text_gen|char_ram~5074_q ; +wire \text_gen|char_ram~6866_q ; +wire \text_gen|char_ram~3282_q ; +wire \text_gen|char_ram~1490_q ; +wire \text_gen|char_ram~36012_combout ; +wire \text_gen|char_ram~36013_combout ; +wire \text_gen|char_ram~36021_combout ; +wire \text_gen|char_ram~5130_q ; +wire \text_gen|char_ram~6922_q ; +wire \text_gen|char_ram~3338feeder_combout ; +wire \text_gen|char_ram~3338_q ; +wire \text_gen|char_ram~1546_q ; +wire \text_gen|char_ram~36002_combout ; +wire \text_gen|char_ram~36003_combout ; +wire \text_gen|char_ram~1770_q ; +wire \text_gen|char_ram~3562feeder_combout ; +wire \text_gen|char_ram~3562_q ; +wire \text_gen|char_ram~36009_combout ; +wire \text_gen|char_ram~5354feeder_combout ; +wire \text_gen|char_ram~5354_q ; +wire \text_gen|char_ram~7146_q ; +wire \text_gen|char_ram~36010_combout ; +wire \text_gen|char_ram~3226_q ; +wire \text_gen|char_ram~6810_q ; +wire \text_gen|char_ram~1434_q ; +wire \text_gen|char_ram~5018_q ; +wire \text_gen|char_ram~36006_combout ; +wire \text_gen|char_ram~36007_combout ; +wire \text_gen|char_ram~3450feeder_combout ; +wire \text_gen|char_ram~3450_q ; +wire \text_gen|char_ram~7034_q ; +wire \text_gen|char_ram~5242_q ; +wire \text_gen|char_ram~1658_q ; +wire \text_gen|char_ram~36004_combout ; +wire \text_gen|char_ram~36005_combout ; +wire \text_gen|char_ram~36008_combout ; +wire \text_gen|char_ram~36011_combout ; +wire \text_gen|char_ram~36022_combout ; +wire \text_gen|char_ram~3457_q ; +wire \text_gen|char_ram~7041_q ; +wire \text_gen|char_ram~5249feeder_combout ; +wire \text_gen|char_ram~5249_q ; +wire \text_gen|char_ram~1665_q ; +wire \text_gen|char_ram~36023_combout ; +wire \text_gen|char_ram~36024_combout ; +wire \text_gen|char_ram~1441_q ; +wire \text_gen|char_ram~5025feeder_combout ; +wire \text_gen|char_ram~5025_q ; +wire \text_gen|char_ram~36027_combout ; +wire \text_gen|char_ram~6817_q ; +wire \text_gen|char_ram~3233feeder_combout ; +wire \text_gen|char_ram~3233_q ; +wire \text_gen|char_ram~36028_combout ; +wire \text_gen|char_ram~5137_q ; +wire \text_gen|char_ram~6929_q ; +wire \text_gen|char_ram~3345_q ; +wire \text_gen|char_ram~1553_q ; +wire \text_gen|char_ram~36025_combout ; +wire \text_gen|char_ram~36026_combout ; +wire \text_gen|char_ram~36029_combout ; +wire \text_gen|char_ram~1777_q ; +wire \text_gen|char_ram~3569_q ; +wire \text_gen|char_ram~36030_combout ; +wire \text_gen|char_ram~7153_q ; +wire \text_gen|char_ram~5361_q ; +wire \text_gen|char_ram~36031_combout ; +wire \text_gen|char_ram~36032_combout ; +wire \text_gen|char_ram~6985feeder_combout ; +wire \text_gen|char_ram~6985_q ; +wire \text_gen|char_ram~3401_q ; +wire \text_gen|char_ram~5193_q ; +wire \text_gen|char_ram~1609_q ; +wire \text_gen|char_ram~35992_combout ; +wire \text_gen|char_ram~35993_combout ; +wire \text_gen|char_ram~5305feeder_combout ; +wire \text_gen|char_ram~5305_q ; +wire \text_gen|char_ram~7097_q ; +wire \text_gen|char_ram~3513_q ; +wire \text_gen|char_ram~1721_q ; +wire \text_gen|char_ram~35999_combout ; +wire \text_gen|char_ram~36000_combout ; +wire \text_gen|char_ram~3177feeder_combout ; +wire \text_gen|char_ram~3177_q ; +wire \text_gen|char_ram~1385_q ; +wire \text_gen|char_ram~4969feeder_combout ; +wire \text_gen|char_ram~4969_q ; +wire \text_gen|char_ram~35996_combout ; +wire \text_gen|char_ram~6761_q ; +wire \text_gen|char_ram~35997_combout ; +wire \text_gen|char_ram~5081_q ; +wire \text_gen|char_ram~6873_q ; +wire \text_gen|char_ram~3289feeder_combout ; +wire \text_gen|char_ram~3289_q ; +wire \text_gen|char_ram~1497_q ; +wire \text_gen|char_ram~35994_combout ; +wire \text_gen|char_ram~35995_combout ; +wire \text_gen|char_ram~35998_combout ; +wire \text_gen|char_ram~36001_combout ; +wire \text_gen|char_ram~36033_combout ; +wire \text_gen|char_ram~5340_q ; +wire \text_gen|char_ram~7132_q ; +wire \text_gen|char_ram~3548_q ; +wire \text_gen|char_ram~1756_q ; +wire \text_gen|char_ram~36041_combout ; +wire \text_gen|char_ram~36042_combout ; +wire \text_gen|char_ram~3324_q ; +wire \text_gen|char_ram~1532_q ; +wire \text_gen|char_ram~36034_combout ; +wire \text_gen|char_ram~6908_q ; +wire \text_gen|char_ram~5116feeder_combout ; +wire \text_gen|char_ram~5116_q ; +wire \text_gen|char_ram~36035_combout ; +wire \text_gen|char_ram~3212feeder_combout ; +wire \text_gen|char_ram~3212_q ; +wire \text_gen|char_ram~6796_q ; +wire \text_gen|char_ram~5004_q ; +wire \text_gen|char_ram~1420_q ; +wire \text_gen|char_ram~36038_combout ; +wire \text_gen|char_ram~36039_combout ; +wire \text_gen|char_ram~3436_q ; +wire \text_gen|char_ram~7020_q ; +wire \text_gen|char_ram~5228feeder_combout ; +wire \text_gen|char_ram~5228_q ; +wire \text_gen|char_ram~1644_q ; +wire \text_gen|char_ram~36036_combout ; +wire \text_gen|char_ram~36037_combout ; +wire \text_gen|char_ram~36040_combout ; +wire \text_gen|char_ram~36043_combout ; +wire \text_gen|char_ram~5347_q ; +wire \text_gen|char_ram~7139_q ; +wire \text_gen|char_ram~3555_q ; +wire \text_gen|char_ram~1763_q ; +wire \text_gen|char_ram~36072_combout ; +wire \text_gen|char_ram~36073_combout ; +wire \text_gen|char_ram~3443_q ; +wire \text_gen|char_ram~5235feeder_combout ; +wire \text_gen|char_ram~5235_q ; +wire \text_gen|char_ram~1651_q ; +wire \text_gen|char_ram~36065_combout ; +wire \text_gen|char_ram~7027_q ; +wire \text_gen|char_ram~36066_combout ; +wire \text_gen|char_ram~3219_q ; +wire \text_gen|char_ram~6803_q ; +wire \text_gen|char_ram~1427feeder_combout ; +wire \text_gen|char_ram~1427_q ; +wire \text_gen|char_ram~5011_q ; +wire \text_gen|char_ram~36069_combout ; +wire \text_gen|char_ram~36070_combout ; +wire \text_gen|char_ram~5123feeder_combout ; +wire \text_gen|char_ram~5123_q ; +wire \text_gen|char_ram~3331_q ; +wire \text_gen|char_ram~1539_q ; +wire \text_gen|char_ram~36067_combout ; +wire \text_gen|char_ram~6915_q ; +wire \text_gen|char_ram~36068_combout ; +wire \text_gen|char_ram~36071_combout ; +wire \text_gen|char_ram~36074_combout ; +wire \text_gen|char_ram~3163_q ; +wire \text_gen|char_ram~6747_q ; +wire \text_gen|char_ram~1371_q ; +wire \text_gen|char_ram~4955_q ; +wire \text_gen|char_ram~36048_combout ; +wire \text_gen|char_ram~36049_combout ; +wire \text_gen|char_ram~5067feeder_combout ; +wire \text_gen|char_ram~5067_q ; +wire \text_gen|char_ram~6859_q ; +wire \text_gen|char_ram~3275_q ; +wire \text_gen|char_ram~1483_q ; +wire \text_gen|char_ram~36046_combout ; +wire \text_gen|char_ram~36047_combout ; +wire \text_gen|char_ram~36050_combout ; +wire \text_gen|char_ram~5291_q ; +wire \text_gen|char_ram~7083_q ; +wire \text_gen|char_ram~3499feeder_combout ; +wire \text_gen|char_ram~3499_q ; +wire \text_gen|char_ram~1707_q ; +wire \text_gen|char_ram~36051_combout ; +wire \text_gen|char_ram~36052_combout ; +wire \text_gen|char_ram~3387_q ; +wire \text_gen|char_ram~6971_q ; +wire \text_gen|char_ram~5179feeder_combout ; +wire \text_gen|char_ram~5179_q ; +wire \text_gen|char_ram~1595_q ; +wire \text_gen|char_ram~36044_combout ; +wire \text_gen|char_ram~36045_combout ; +wire \text_gen|char_ram~36053_combout ; +wire \text_gen|char_ram~3156_q ; +wire \text_gen|char_ram~6740_q ; +wire \text_gen|char_ram~1364_q ; +wire \text_gen|char_ram~4948_q ; +wire \text_gen|char_ram~36058_combout ; +wire \text_gen|char_ram~36059_combout ; +wire \text_gen|char_ram~3380feeder_combout ; +wire \text_gen|char_ram~3380_q ; +wire \text_gen|char_ram~6964_q ; +wire \text_gen|char_ram~5172_q ; +wire \text_gen|char_ram~1588_q ; +wire \text_gen|char_ram~36056_combout ; +wire \text_gen|char_ram~36057_combout ; +wire \text_gen|char_ram~36060_combout ; +wire \text_gen|char_ram~5284_q ; +wire \text_gen|char_ram~7076_q ; +wire \text_gen|char_ram~3492_q ; +wire \text_gen|char_ram~1700_q ; +wire \text_gen|char_ram~36061_combout ; +wire \text_gen|char_ram~36062_combout ; +wire \text_gen|char_ram~5060_q ; +wire \text_gen|char_ram~6852_q ; +wire \text_gen|char_ram~3268_q ; +wire \text_gen|char_ram~1476_q ; +wire \text_gen|char_ram~36054_combout ; +wire \text_gen|char_ram~36055_combout ; +wire \text_gen|char_ram~36063_combout ; +wire \text_gen|char_ram~36064_combout ; +wire \text_gen|char_ram~36075_combout ; +wire \text_gen|char_ram~3422feeder_combout ; +wire \text_gen|char_ram~3422_q ; +wire \text_gen|char_ram~7006_q ; +wire \text_gen|char_ram~5214feeder_combout ; +wire \text_gen|char_ram~5214_q ; +wire \text_gen|char_ram~1630_q ; +wire \text_gen|char_ram~36078_combout ; +wire \text_gen|char_ram~36079_combout ; +wire \text_gen|char_ram~4990feeder_combout ; +wire \text_gen|char_ram~4990_q ; +wire \text_gen|char_ram~1406_q ; +wire \text_gen|char_ram~36080_combout ; +wire \text_gen|char_ram~6782_q ; +wire \text_gen|char_ram~3198feeder_combout ; +wire \text_gen|char_ram~3198_q ; +wire \text_gen|char_ram~36081_combout ; +wire \text_gen|char_ram~36082_combout ; +wire \text_gen|char_ram~5326feeder_combout ; +wire \text_gen|char_ram~5326_q ; +wire \text_gen|char_ram~1742_q ; +wire \text_gen|char_ram~3534_q ; +wire \text_gen|char_ram~36083_combout ; +wire \text_gen|char_ram~7118_q ; +wire \text_gen|char_ram~36084_combout ; +wire \text_gen|char_ram~3310_q ; +wire \text_gen|char_ram~1518_q ; +wire \text_gen|char_ram~36076_combout ; +wire \text_gen|char_ram~5102feeder_combout ; +wire \text_gen|char_ram~5102_q ; +wire \text_gen|char_ram~6894_q ; +wire \text_gen|char_ram~36077_combout ; +wire \text_gen|char_ram~36085_combout ; +wire \text_gen|char_ram~3429_q ; +wire \text_gen|char_ram~7013_q ; +wire \text_gen|char_ram~5221feeder_combout ; +wire \text_gen|char_ram~5221_q ; +wire \text_gen|char_ram~1637_q ; +wire \text_gen|char_ram~36107_combout ; +wire \text_gen|char_ram~36108_combout ; +wire \text_gen|char_ram~5333_q ; +wire \text_gen|char_ram~7125_q ; +wire \text_gen|char_ram~3541_q ; +wire \text_gen|char_ram~1749_q ; +wire \text_gen|char_ram~36114_combout ; +wire \text_gen|char_ram~36115_combout ; +wire \text_gen|char_ram~5109_q ; +wire \text_gen|char_ram~6901_q ; +wire \text_gen|char_ram~3317_q ; +wire \text_gen|char_ram~1525_q ; +wire \text_gen|char_ram~36109_combout ; +wire \text_gen|char_ram~36110_combout ; +wire \text_gen|char_ram~3205feeder_combout ; +wire \text_gen|char_ram~3205_q ; +wire \text_gen|char_ram~6789_q ; +wire \text_gen|char_ram~4997feeder_combout ; +wire \text_gen|char_ram~4997_q ; +wire \text_gen|char_ram~1413_q ; +wire \text_gen|char_ram~36111_combout ; +wire \text_gen|char_ram~36112_combout ; +wire \text_gen|char_ram~36113_combout ; +wire \text_gen|char_ram~36116_combout ; +wire \text_gen|char_ram~3149_q ; +wire \text_gen|char_ram~1357_q ; +wire \text_gen|char_ram~36090_combout ; +wire \text_gen|char_ram~6733_q ; +wire \text_gen|char_ram~4941_q ; +wire \text_gen|char_ram~36091_combout ; +wire \text_gen|char_ram~5053feeder_combout ; +wire \text_gen|char_ram~5053_q ; +wire \text_gen|char_ram~6845_q ; +wire \text_gen|char_ram~3261_q ; +wire \text_gen|char_ram~1469_q ; +wire \text_gen|char_ram~36088_combout ; +wire \text_gen|char_ram~36089_combout ; +wire \text_gen|char_ram~36092_combout ; +wire \text_gen|char_ram~5277feeder_combout ; +wire \text_gen|char_ram~5277_q ; +wire \text_gen|char_ram~7069_q ; +wire \text_gen|char_ram~1693_q ; +wire \text_gen|char_ram~3485_q ; +wire \text_gen|char_ram~36093_combout ; +wire \text_gen|char_ram~36094_combout ; +wire \text_gen|char_ram~5165feeder_combout ; +wire \text_gen|char_ram~5165_q ; +wire \text_gen|char_ram~6957_q ; +wire \text_gen|char_ram~3373_q ; +wire \text_gen|char_ram~1581_q ; +wire \text_gen|char_ram~36086_combout ; +wire \text_gen|char_ram~36087_combout ; +wire \text_gen|char_ram~36095_combout ; +wire \text_gen|char_ram~5046_q ; +wire \text_gen|char_ram~6838_q ; +wire \text_gen|char_ram~3254feeder_combout ; +wire \text_gen|char_ram~3254_q ; +wire \text_gen|char_ram~1462_q ; +wire \text_gen|char_ram~36096_combout ; +wire \text_gen|char_ram~36097_combout ; +wire \text_gen|char_ram~5270_q ; +wire \text_gen|char_ram~7062_q ; +wire \text_gen|char_ram~3478_q ; +wire \text_gen|char_ram~1686_q ; +wire \text_gen|char_ram~36103_combout ; +wire \text_gen|char_ram~36104_combout ; +wire \text_gen|char_ram~5158_q ; +wire \text_gen|char_ram~6950_q ; +wire \text_gen|char_ram~3366_q ; +wire \text_gen|char_ram~1574_q ; +wire \text_gen|char_ram~36098_combout ; +wire \text_gen|char_ram~36099_combout ; +wire \text_gen|char_ram~4934feeder_combout ; +wire \text_gen|char_ram~4934_q ; +wire \text_gen|char_ram~6726_q ; +wire \text_gen|char_ram~3142_q ; +wire \text_gen|char_ram~1350_q ; +wire \text_gen|char_ram~36100_combout ; +wire \text_gen|char_ram~36101_combout ; +wire \text_gen|char_ram~36102_combout ; +wire \text_gen|char_ram~36105_combout ; +wire \text_gen|char_ram~36106_combout ; +wire \text_gen|char_ram~36117_combout ; +wire \text_gen|char_ram~36118_combout ; +wire \text_gen|char_ram~5319_q ; +wire \text_gen|char_ram~7111_q ; +wire \text_gen|char_ram~1735_q ; +wire \text_gen|char_ram~3527feeder_combout ; +wire \text_gen|char_ram~3527_q ; +wire \text_gen|char_ram~36126_combout ; +wire \text_gen|char_ram~36127_combout ; +wire \text_gen|char_ram~3415feeder_combout ; +wire \text_gen|char_ram~3415_q ; +wire \text_gen|char_ram~6999_q ; +wire \text_gen|char_ram~1623_q ; +wire \text_gen|char_ram~5207feeder_combout ; +wire \text_gen|char_ram~5207_q ; +wire \text_gen|char_ram~36119_combout ; +wire \text_gen|char_ram~36120_combout ; +wire \text_gen|char_ram~3191_q ; +wire \text_gen|char_ram~6775_q ; +wire \text_gen|char_ram~1399_q ; +wire \text_gen|char_ram~4983feeder_combout ; +wire \text_gen|char_ram~4983_q ; +wire \text_gen|char_ram~36123_combout ; +wire \text_gen|char_ram~36124_combout ; +wire \text_gen|char_ram~5095feeder_combout ; +wire \text_gen|char_ram~5095_q ; +wire \text_gen|char_ram~6887_q ; +wire \text_gen|char_ram~1511_q ; +wire \text_gen|char_ram~3303feeder_combout ; +wire \text_gen|char_ram~3303_q ; +wire \text_gen|char_ram~36121_combout ; +wire \text_gen|char_ram~36122_combout ; +wire \text_gen|char_ram~36125_combout ; +wire \text_gen|char_ram~36128_combout ; +wire \text_gen|char_ram~3471_q ; +wire \text_gen|char_ram~7055_q ; +wire \text_gen|char_ram~1679_q ; +wire \text_gen|char_ram~5263feeder_combout ; +wire \text_gen|char_ram~5263_q ; +wire \text_gen|char_ram~36150_combout ; +wire \text_gen|char_ram~36151_combout ; +wire \text_gen|char_ram~5375_q ; +wire \text_gen|char_ram~7167_q ; +wire \text_gen|char_ram~3583_q ; +wire \text_gen|char_ram~1791_q ; +wire \text_gen|char_ram~36157_combout ; +wire \text_gen|char_ram~36158_combout ; +wire \text_gen|char_ram~3247_q ; +wire \text_gen|char_ram~6831_q ; +wire \text_gen|char_ram~1455_q ; +wire \text_gen|char_ram~5039_q ; +wire \text_gen|char_ram~36154_combout ; +wire \text_gen|char_ram~36155_combout ; +wire \text_gen|char_ram~5151_q ; +wire \text_gen|char_ram~6943_q ; +wire \text_gen|char_ram~3359_q ; +wire \text_gen|char_ram~1567_q ; +wire \text_gen|char_ram~36152_combout ; +wire \text_gen|char_ram~36153_combout ; +wire \text_gen|char_ram~36156_combout ; +wire \text_gen|char_ram~36159_combout ; +wire \text_gen|char_ram~5088_q ; +wire \text_gen|char_ram~6880_q ; +wire \text_gen|char_ram~3296_q ; +wire \text_gen|char_ram~1504_q ; +wire \text_gen|char_ram~36139_combout ; +wire \text_gen|char_ram~36140_combout ; +wire \text_gen|char_ram~3184_q ; +wire \text_gen|char_ram~6768_q ; +wire \text_gen|char_ram~4976_q ; +wire \text_gen|char_ram~1392_q ; +wire \text_gen|char_ram~36143_combout ; +wire \text_gen|char_ram~36144_combout ; +wire \text_gen|char_ram~3408feeder_combout ; +wire \text_gen|char_ram~3408_q ; +wire \text_gen|char_ram~6992_q ; +wire \text_gen|char_ram~5200feeder_combout ; +wire \text_gen|char_ram~5200_q ; +wire \text_gen|char_ram~1616_q ; +wire \text_gen|char_ram~36141_combout ; +wire \text_gen|char_ram~36142_combout ; +wire \text_gen|char_ram~36145_combout ; +wire \text_gen|char_ram~5312_q ; +wire \text_gen|char_ram~7104_q ; +wire \text_gen|char_ram~3520_q ; +wire \text_gen|char_ram~1728_q ; +wire \text_gen|char_ram~36146_combout ; +wire \text_gen|char_ram~36147_combout ; +wire \text_gen|char_ram~36148_combout ; +wire \text_gen|char_ram~5368_q ; +wire \text_gen|char_ram~7160_q ; +wire \text_gen|char_ram~3576_q ; +wire \text_gen|char_ram~1784_q ; +wire \text_gen|char_ram~36136_combout ; +wire \text_gen|char_ram~36137_combout ; +wire \text_gen|char_ram~3240_q ; +wire \text_gen|char_ram~6824_q ; +wire \text_gen|char_ram~1448_q ; +wire \text_gen|char_ram~5032_q ; +wire \text_gen|char_ram~36133_combout ; +wire \text_gen|char_ram~36134_combout ; +wire \text_gen|char_ram~3464_q ; +wire \text_gen|char_ram~7048_q ; +wire \text_gen|char_ram~5256_q ; +wire \text_gen|char_ram~1672_q ; +wire \text_gen|char_ram~36131_combout ; +wire \text_gen|char_ram~36132_combout ; +wire \text_gen|char_ram~36135_combout ; +wire \text_gen|char_ram~5144_q ; +wire \text_gen|char_ram~6936_q ; +wire \text_gen|char_ram~1560_q ; +wire \text_gen|char_ram~3352feeder_combout ; +wire \text_gen|char_ram~3352_q ; +wire \text_gen|char_ram~36129_combout ; +wire \text_gen|char_ram~36130_combout ; +wire \text_gen|char_ram~36138_combout ; +wire \text_gen|char_ram~36149_combout ; +wire \text_gen|char_ram~36160_combout ; +wire \text_gen|char_ram~36161_combout ; +wire \text_gen|char_ram~36162_combout ; +wire \text_gen|char_ram~17520feeder_combout ; +wire \text_gen|char_ram~17520_q ; +wire \text_gen|char_ram~21104_q ; +wire \text_gen|char_ram~19312feeder_combout ; +wire \text_gen|char_ram~19312_q ; +wire \text_gen|char_ram~15728_q ; +wire \text_gen|char_ram~35803_combout ; +wire \text_gen|char_ram~35804_combout ; +wire \text_gen|char_ram~15784_q ; +wire \text_gen|char_ram~19368_q ; +wire \text_gen|char_ram~35801_combout ; +wire \text_gen|char_ram~21160_q ; +wire \text_gen|char_ram~17576_q ; +wire \text_gen|char_ram~35802_combout ; +wire \text_gen|char_ram~35805_combout ; +wire \text_gen|char_ram~19319_q ; +wire \text_gen|char_ram~21111_q ; +wire \text_gen|char_ram~15735_q ; +wire \text_gen|char_ram~17527_q ; +wire \text_gen|char_ram~35799_combout ; +wire \text_gen|char_ram~35800_combout ; +wire \text_gen|char_ram~19375feeder_combout ; +wire \text_gen|char_ram~19375_q ; +wire \text_gen|char_ram~21167_q ; +wire \text_gen|char_ram~17583_q ; +wire \text_gen|char_ram~15791_q ; +wire \text_gen|char_ram~35806_combout ; +wire \text_gen|char_ram~35807_combout ; +wire \text_gen|char_ram~35808_combout ; +wire \text_gen|char_ram~19431_q ; +wire \text_gen|char_ram~21223_q ; +wire \text_gen|char_ram~17639feeder_combout ; +wire \text_gen|char_ram~17639_q ; +wire \text_gen|char_ram~15847_q ; +wire \text_gen|char_ram~35791_combout ; +wire \text_gen|char_ram~35792_combout ; +wire \text_gen|char_ram~15840_q ; +wire \text_gen|char_ram~19424_q ; +wire \text_gen|char_ram~35793_combout ; +wire \text_gen|char_ram~17632feeder_combout ; +wire \text_gen|char_ram~17632_q ; +wire \text_gen|char_ram~21216_q ; +wire \text_gen|char_ram~35794_combout ; +wire \text_gen|char_ram~35795_combout ; +wire \text_gen|char_ram~19487_q ; +wire \text_gen|char_ram~21279_q ; +wire \text_gen|char_ram~17695_q ; +wire \text_gen|char_ram~15903_q ; +wire \text_gen|char_ram~35796_combout ; +wire \text_gen|char_ram~35797_combout ; +wire \text_gen|char_ram~17688_q ; +wire \text_gen|char_ram~21272_q ; +wire \text_gen|char_ram~19480_q ; +wire \text_gen|char_ram~15896_q ; +wire \text_gen|char_ram~35789_combout ; +wire \text_gen|char_ram~35790_combout ; +wire \text_gen|char_ram~35798_combout ; +wire \text_gen|char_ram~35809_combout ; +wire \text_gen|char_ram~21496_q ; +wire \text_gen|char_ram~19704_q ; +wire \text_gen|char_ram~16120_q ; +wire \text_gen|char_ram~35810_combout ; +wire \text_gen|char_ram~17912_q ; +wire \text_gen|char_ram~35811_combout ; +wire \text_gen|char_ram~19648_q ; +wire \text_gen|char_ram~16064_q ; +wire \text_gen|char_ram~35814_combout ; +wire \text_gen|char_ram~17856_q ; +wire \text_gen|char_ram~21440_q ; +wire \text_gen|char_ram~35815_combout ; +wire \text_gen|char_ram~19655feeder_combout ; +wire \text_gen|char_ram~19655_q ; +wire \text_gen|char_ram~21447_q ; +wire \text_gen|char_ram~17863_q ; +wire \text_gen|char_ram~16071_q ; +wire \text_gen|char_ram~35812_combout ; +wire \text_gen|char_ram~35813_combout ; +wire \text_gen|char_ram~35816_combout ; +wire \text_gen|char_ram~19711_q ; +wire \text_gen|char_ram~21503_q ; +wire \text_gen|char_ram~17919feeder_combout ; +wire \text_gen|char_ram~17919_q ; +wire \text_gen|char_ram~16127_q ; +wire \text_gen|char_ram~35817_combout ; +wire \text_gen|char_ram~35818_combout ; +wire \text_gen|char_ram~35819_combout ; +wire \text_gen|char_ram~19599feeder_combout ; +wire \text_gen|char_ram~19599_q ; +wire \text_gen|char_ram~21391_q ; +wire \text_gen|char_ram~17807_q ; +wire \text_gen|char_ram~16015_q ; +wire \text_gen|char_ram~35786_combout ; +wire \text_gen|char_ram~35787_combout ; +wire \text_gen|char_ram~21335_q ; +wire \text_gen|char_ram~19543_q ; +wire \text_gen|char_ram~15959_q ; +wire \text_gen|char_ram~17751feeder_combout ; +wire \text_gen|char_ram~17751_q ; +wire \text_gen|char_ram~35779_combout ; +wire \text_gen|char_ram~35780_combout ; +wire \text_gen|char_ram~17744_q ; +wire \text_gen|char_ram~21328_q ; +wire \text_gen|char_ram~15952_q ; +wire \text_gen|char_ram~19536_q ; +wire \text_gen|char_ram~35783_combout ; +wire \text_gen|char_ram~35784_combout ; +wire \text_gen|char_ram~17800_q ; +wire \text_gen|char_ram~21384_q ; +wire \text_gen|char_ram~19592feeder_combout ; +wire \text_gen|char_ram~19592_q ; +wire \text_gen|char_ram~16008_q ; +wire \text_gen|char_ram~35781_combout ; +wire \text_gen|char_ram~35782_combout ; +wire \text_gen|char_ram~35785_combout ; +wire \text_gen|char_ram~35788_combout ; +wire \text_gen|char_ram~35820_combout ; +wire \text_gen|char_ram~19669feeder_combout ; +wire \text_gen|char_ram~19669_q ; +wire \text_gen|char_ram~21461_q ; +wire \text_gen|char_ram~17877feeder_combout ; +wire \text_gen|char_ram~17877_q ; +wire \text_gen|char_ram~16085_q ; +wire \text_gen|char_ram~35774_combout ; +wire \text_gen|char_ram~35775_combout ; +wire \text_gen|char_ram~19613_q ; +wire \text_gen|char_ram~21405_q ; +wire \text_gen|char_ram~16029_q ; +wire \text_gen|char_ram~17821_q ; +wire \text_gen|char_ram~35769_combout ; +wire \text_gen|char_ram~35770_combout ; +wire \text_gen|char_ram~16022_q ; +wire \text_gen|char_ram~19606feeder_combout ; +wire \text_gen|char_ram~19606_q ; +wire \text_gen|char_ram~35771_combout ; +wire \text_gen|char_ram~21398_q ; +wire \text_gen|char_ram~17814_q ; +wire \text_gen|char_ram~35772_combout ; +wire \text_gen|char_ram~35773_combout ; +wire \text_gen|char_ram~17870feeder_combout ; +wire \text_gen|char_ram~17870_q ; +wire \text_gen|char_ram~21454_q ; +wire \text_gen|char_ram~19662_q ; +wire \text_gen|char_ram~16078_q ; +wire \text_gen|char_ram~35767_combout ; +wire \text_gen|char_ram~35768_combout ; +wire \text_gen|char_ram~35776_combout ; +wire \text_gen|char_ram~17590_q ; +wire \text_gen|char_ram~21174_q ; +wire \text_gen|char_ram~15798_q ; +wire \text_gen|char_ram~19382feeder_combout ; +wire \text_gen|char_ram~19382_q ; +wire \text_gen|char_ram~35750_combout ; +wire \text_gen|char_ram~35751_combout ; +wire \text_gen|char_ram~19389_q ; +wire \text_gen|char_ram~21181_q ; +wire \text_gen|char_ram~17597feeder_combout ; +wire \text_gen|char_ram~17597_q ; +wire \text_gen|char_ram~15805_q ; +wire \text_gen|char_ram~35748_combout ; +wire \text_gen|char_ram~35749_combout ; +wire \text_gen|char_ram~35752_combout ; +wire \text_gen|char_ram~17646_q ; +wire \text_gen|char_ram~21230_q ; +wire \text_gen|char_ram~19438feeder_combout ; +wire \text_gen|char_ram~19438_q ; +wire \text_gen|char_ram~15854_q ; +wire \text_gen|char_ram~35746_combout ; +wire \text_gen|char_ram~35747_combout ; +wire \text_gen|char_ram~19445feeder_combout ; +wire \text_gen|char_ram~19445_q ; +wire \text_gen|char_ram~21237_q ; +wire \text_gen|char_ram~17653feeder_combout ; +wire \text_gen|char_ram~17653_q ; +wire \text_gen|char_ram~15861_q ; +wire \text_gen|char_ram~35753_combout ; +wire \text_gen|char_ram~35754_combout ; +wire \text_gen|char_ram~35755_combout ; +wire \text_gen|char_ram~19277feeder_combout ; +wire \text_gen|char_ram~19277_q ; +wire \text_gen|char_ram~21069_q ; +wire \text_gen|char_ram~17485_q ; +wire \text_gen|char_ram~15693_q ; +wire \text_gen|char_ram~35756_combout ; +wire \text_gen|char_ram~35757_combout ; +wire \text_gen|char_ram~17534_q ; +wire \text_gen|char_ram~21118_q ; +wire \text_gen|char_ram~19326feeder_combout ; +wire \text_gen|char_ram~19326_q ; +wire \text_gen|char_ram~15742_q ; +wire \text_gen|char_ram~35758_combout ; +wire \text_gen|char_ram~35759_combout ; +wire \text_gen|char_ram~17478_q ; +wire \text_gen|char_ram~21062_q ; +wire \text_gen|char_ram~15686_q ; +wire \text_gen|char_ram~19270feeder_combout ; +wire \text_gen|char_ram~19270_q ; +wire \text_gen|char_ram~35760_combout ; +wire \text_gen|char_ram~35761_combout ; +wire \text_gen|char_ram~35762_combout ; +wire \text_gen|char_ram~19333_q ; +wire \text_gen|char_ram~21125_q ; +wire \text_gen|char_ram~15749_q ; +wire \text_gen|char_ram~17541_q ; +wire \text_gen|char_ram~35763_combout ; +wire \text_gen|char_ram~35764_combout ; +wire \text_gen|char_ram~35765_combout ; +wire \text_gen|char_ram~35766_combout ; +wire \text_gen|char_ram~21349feeder_combout ; +wire \text_gen|char_ram~21349_q ; +wire \text_gen|char_ram~17765feeder_combout ; +wire \text_gen|char_ram~17765_q ; +wire \text_gen|char_ram~15973_q ; +wire \text_gen|char_ram~35743_combout ; +wire \text_gen|char_ram~19557feeder_combout ; +wire \text_gen|char_ram~19557_q ; +wire \text_gen|char_ram~35744_combout ; +wire \text_gen|char_ram~17758_q ; +wire \text_gen|char_ram~21342_q ; +wire \text_gen|char_ram~19550feeder_combout ; +wire \text_gen|char_ram~19550_q ; +wire \text_gen|char_ram~15966_q ; +wire \text_gen|char_ram~35738_combout ; +wire \text_gen|char_ram~35739_combout ; +wire \text_gen|char_ram~17702_q ; +wire \text_gen|char_ram~21286_q ; +wire \text_gen|char_ram~19494feeder_combout ; +wire \text_gen|char_ram~19494_q ; +wire \text_gen|char_ram~15910_q ; +wire \text_gen|char_ram~35740_combout ; +wire \text_gen|char_ram~35741_combout ; +wire \text_gen|char_ram~35742_combout ; +wire \text_gen|char_ram~21293feeder_combout ; +wire \text_gen|char_ram~21293_q ; +wire \text_gen|char_ram~19501_q ; +wire \text_gen|char_ram~15917_q ; +wire \text_gen|char_ram~17709_q ; +wire \text_gen|char_ram~35736_combout ; +wire \text_gen|char_ram~35737_combout ; +wire \text_gen|char_ram~35745_combout ; +wire \text_gen|char_ram~35777_combout ; +wire \text_gen|char_ram~19683feeder_combout ; +wire \text_gen|char_ram~19683_q ; +wire \text_gen|char_ram~21475_q ; +wire \text_gen|char_ram~17891feeder_combout ; +wire \text_gen|char_ram~17891_q ; +wire \text_gen|char_ram~16099_q ; +wire \text_gen|char_ram~35732_combout ; +wire \text_gen|char_ram~35733_combout ; +wire \text_gen|char_ram~17884_q ; +wire \text_gen|char_ram~21468_q ; +wire \text_gen|char_ram~19676feeder_combout ; +wire \text_gen|char_ram~19676_q ; +wire \text_gen|char_ram~16092_q ; +wire \text_gen|char_ram~35725_combout ; +wire \text_gen|char_ram~35726_combout ; +wire \text_gen|char_ram~19627_q ; +wire \text_gen|char_ram~21419_q ; +wire \text_gen|char_ram~16043_q ; +wire \text_gen|char_ram~17835_q ; +wire \text_gen|char_ram~35727_combout ; +wire \text_gen|char_ram~35728_combout ; +wire \text_gen|char_ram~17828_q ; +wire \text_gen|char_ram~21412_q ; +wire \text_gen|char_ram~19620_q ; +wire \text_gen|char_ram~16036_q ; +wire \text_gen|char_ram~35729_combout ; +wire \text_gen|char_ram~35730_combout ; +wire \text_gen|char_ram~35731_combout ; +wire \text_gen|char_ram~35734_combout ; +wire \text_gen|char_ram~17716_q ; +wire \text_gen|char_ram~21300_q ; +wire \text_gen|char_ram~19508feeder_combout ; +wire \text_gen|char_ram~19508_q ; +wire \text_gen|char_ram~15924_q ; +wire \text_gen|char_ram~35698_combout ; +wire \text_gen|char_ram~35699_combout ; +wire \text_gen|char_ram~17772feeder_combout ; +wire \text_gen|char_ram~17772_q ; +wire \text_gen|char_ram~21356_q ; +wire \text_gen|char_ram~15980_q ; +wire \text_gen|char_ram~19564_q ; +wire \text_gen|char_ram~35696_combout ; +wire \text_gen|char_ram~35697_combout ; +wire \text_gen|char_ram~35700_combout ; +wire \text_gen|char_ram~19571_q ; +wire \text_gen|char_ram~21363_q ; +wire \text_gen|char_ram~17779feeder_combout ; +wire \text_gen|char_ram~17779_q ; +wire \text_gen|char_ram~15987_q ; +wire \text_gen|char_ram~35701_combout ; +wire \text_gen|char_ram~35702_combout ; +wire \text_gen|char_ram~21307feeder_combout ; +wire \text_gen|char_ram~21307_q ; +wire \text_gen|char_ram~19515_q ; +wire \text_gen|char_ram~17723_q ; +wire \text_gen|char_ram~15931_q ; +wire \text_gen|char_ram~35694_combout ; +wire \text_gen|char_ram~35695_combout ; +wire \text_gen|char_ram~35703_combout ; +wire \text_gen|char_ram~15707_q ; +wire \text_gen|char_ram~17499_q ; +wire \text_gen|char_ram~35714_combout ; +wire \text_gen|char_ram~21083_q ; +wire \text_gen|char_ram~19291feeder_combout ; +wire \text_gen|char_ram~19291_q ; +wire \text_gen|char_ram~35715_combout ; +wire \text_gen|char_ram~17548feeder_combout ; +wire \text_gen|char_ram~17548_q ; +wire \text_gen|char_ram~21132_q ; +wire \text_gen|char_ram~19340feeder_combout ; +wire \text_gen|char_ram~19340_q ; +wire \text_gen|char_ram~15756_q ; +wire \text_gen|char_ram~35716_combout ; +wire \text_gen|char_ram~35717_combout ; +wire \text_gen|char_ram~17492_q ; +wire \text_gen|char_ram~21076_q ; +wire \text_gen|char_ram~19284_q ; +wire \text_gen|char_ram~15700_q ; +wire \text_gen|char_ram~35718_combout ; +wire \text_gen|char_ram~35719_combout ; +wire \text_gen|char_ram~35720_combout ; +wire \text_gen|char_ram~19347feeder_combout ; +wire \text_gen|char_ram~19347_q ; +wire \text_gen|char_ram~21139_q ; +wire \text_gen|char_ram~15763_q ; +wire \text_gen|char_ram~17555_q ; +wire \text_gen|char_ram~35721_combout ; +wire \text_gen|char_ram~35722_combout ; +wire \text_gen|char_ram~35723_combout ; +wire \text_gen|char_ram~19403feeder_combout ; +wire \text_gen|char_ram~19403_q ; +wire \text_gen|char_ram~21195_q ; +wire \text_gen|char_ram~17611feeder_combout ; +wire \text_gen|char_ram~17611_q ; +wire \text_gen|char_ram~15819_q ; +wire \text_gen|char_ram~35706_combout ; +wire \text_gen|char_ram~35707_combout ; +wire \text_gen|char_ram~17604_q ; +wire \text_gen|char_ram~21188_q ; +wire \text_gen|char_ram~19396feeder_combout ; +wire \text_gen|char_ram~19396_q ; +wire \text_gen|char_ram~15812_q ; +wire \text_gen|char_ram~35708_combout ; +wire \text_gen|char_ram~35709_combout ; +wire \text_gen|char_ram~35710_combout ; +wire \text_gen|char_ram~19459_q ; +wire \text_gen|char_ram~21251_q ; +wire \text_gen|char_ram~17667feeder_combout ; +wire \text_gen|char_ram~17667_q ; +wire \text_gen|char_ram~15875_q ; +wire \text_gen|char_ram~35711_combout ; +wire \text_gen|char_ram~35712_combout ; +wire \text_gen|char_ram~17660_q ; +wire \text_gen|char_ram~21244_q ; +wire \text_gen|char_ram~19452feeder_combout ; +wire \text_gen|char_ram~19452_q ; +wire \text_gen|char_ram~15868_q ; +wire \text_gen|char_ram~35704_combout ; +wire \text_gen|char_ram~35705_combout ; +wire \text_gen|char_ram~35713_combout ; +wire \text_gen|char_ram~35724_combout ; +wire \text_gen|char_ram~35735_combout ; +wire \text_gen|char_ram~35778_combout ; +wire \text_gen|char_ram~21482_q ; +wire \text_gen|char_ram~17898_q ; +wire \text_gen|char_ram~19690feeder_combout ; +wire \text_gen|char_ram~19690_q ; +wire \text_gen|char_ram~16106_q ; +wire \text_gen|char_ram~35683_combout ; +wire \text_gen|char_ram~35684_combout ; +wire \text_gen|char_ram~19697_q ; +wire \text_gen|char_ram~21489_q ; +wire \text_gen|char_ram~17905feeder_combout ; +wire \text_gen|char_ram~17905_q ; +wire \text_gen|char_ram~16113_q ; +wire \text_gen|char_ram~35690_combout ; +wire \text_gen|char_ram~35691_combout ; +wire \text_gen|char_ram~19641_q ; +wire \text_gen|char_ram~21433_q ; +wire \text_gen|char_ram~16057_q ; +wire \text_gen|char_ram~17849_q ; +wire \text_gen|char_ram~35685_combout ; +wire \text_gen|char_ram~35686_combout ; +wire \text_gen|char_ram~17842feeder_combout ; +wire \text_gen|char_ram~17842_q ; +wire \text_gen|char_ram~21426_q ; +wire \text_gen|char_ram~16050_q ; +wire \text_gen|char_ram~19634feeder_combout ; +wire \text_gen|char_ram~19634_q ; +wire \text_gen|char_ram~35687_combout ; +wire \text_gen|char_ram~35688_combout ; +wire \text_gen|char_ram~35689_combout ; +wire \text_gen|char_ram~35692_combout ; +wire \text_gen|char_ram~21377feeder_combout ; +wire \text_gen|char_ram~21377_q ; +wire \text_gen|char_ram~16001_q ; +wire \text_gen|char_ram~17793feeder_combout ; +wire \text_gen|char_ram~17793_q ; +wire \text_gen|char_ram~35659_combout ; +wire \text_gen|char_ram~19585_q ; +wire \text_gen|char_ram~35660_combout ; +wire \text_gen|char_ram~17737_q ; +wire \text_gen|char_ram~15945_q ; +wire \text_gen|char_ram~35652_combout ; +wire \text_gen|char_ram~21321feeder_combout ; +wire \text_gen|char_ram~21321_q ; +wire \text_gen|char_ram~19529_q ; +wire \text_gen|char_ram~35653_combout ; +wire \text_gen|char_ram~17730feeder_combout ; +wire \text_gen|char_ram~17730_q ; +wire \text_gen|char_ram~21314_q ; +wire \text_gen|char_ram~15938_q ; +wire \text_gen|char_ram~19522feeder_combout ; +wire \text_gen|char_ram~19522_q ; +wire \text_gen|char_ram~35656_combout ; +wire \text_gen|char_ram~35657_combout ; +wire \text_gen|char_ram~17786feeder_combout ; +wire \text_gen|char_ram~17786_q ; +wire \text_gen|char_ram~21370_q ; +wire \text_gen|char_ram~19578feeder_combout ; +wire \text_gen|char_ram~19578_q ; +wire \text_gen|char_ram~15994_q ; +wire \text_gen|char_ram~35654_combout ; +wire \text_gen|char_ram~35655_combout ; +wire \text_gen|char_ram~35658_combout ; +wire \text_gen|char_ram~35661_combout ; +wire \text_gen|char_ram~19361feeder_combout ; +wire \text_gen|char_ram~19361_q ; +wire \text_gen|char_ram~21153_q ; +wire \text_gen|char_ram~17569feeder_combout ; +wire \text_gen|char_ram~17569_q ; +wire \text_gen|char_ram~15777_q ; +wire \text_gen|char_ram~35679_combout ; +wire \text_gen|char_ram~35680_combout ; +wire \text_gen|char_ram~19305feeder_combout ; +wire \text_gen|char_ram~19305_q ; +wire \text_gen|char_ram~21097_q ; +wire \text_gen|char_ram~17513_q ; +wire \text_gen|char_ram~15721_q ; +wire \text_gen|char_ram~35672_combout ; +wire \text_gen|char_ram~35673_combout ; +wire \text_gen|char_ram~17562feeder_combout ; +wire \text_gen|char_ram~17562_q ; +wire \text_gen|char_ram~21146_q ; +wire \text_gen|char_ram~19354_q ; +wire \text_gen|char_ram~15770_q ; +wire \text_gen|char_ram~35674_combout ; +wire \text_gen|char_ram~35675_combout ; +wire \text_gen|char_ram~17506feeder_combout ; +wire \text_gen|char_ram~17506_q ; +wire \text_gen|char_ram~21090_q ; +wire \text_gen|char_ram~19298_q ; +wire \text_gen|char_ram~15714_q ; +wire \text_gen|char_ram~35676_combout ; +wire \text_gen|char_ram~35677_combout ; +wire \text_gen|char_ram~35678_combout ; +wire \text_gen|char_ram~35681_combout ; +wire \text_gen|char_ram~17674_q ; +wire \text_gen|char_ram~21258_q ; +wire \text_gen|char_ram~19466feeder_combout ; +wire \text_gen|char_ram~19466_q ; +wire \text_gen|char_ram~15882_q ; +wire \text_gen|char_ram~35662_combout ; +wire \text_gen|char_ram~35663_combout ; +wire \text_gen|char_ram~19473feeder_combout ; +wire \text_gen|char_ram~19473_q ; +wire \text_gen|char_ram~21265_q ; +wire \text_gen|char_ram~17681_q ; +wire \text_gen|char_ram~15889_q ; +wire \text_gen|char_ram~35669_combout ; +wire \text_gen|char_ram~35670_combout ; +wire \text_gen|char_ram~19417_q ; +wire \text_gen|char_ram~21209_q ; +wire \text_gen|char_ram~15833_q ; +wire \text_gen|char_ram~17625_q ; +wire \text_gen|char_ram~35664_combout ; +wire \text_gen|char_ram~35665_combout ; +wire \text_gen|char_ram~17618_q ; +wire \text_gen|char_ram~21202_q ; +wire \text_gen|char_ram~19410feeder_combout ; +wire \text_gen|char_ram~19410_q ; +wire \text_gen|char_ram~15826_q ; +wire \text_gen|char_ram~35666_combout ; +wire \text_gen|char_ram~35667_combout ; +wire \text_gen|char_ram~35668_combout ; +wire \text_gen|char_ram~35671_combout ; +wire \text_gen|char_ram~35682_combout ; +wire \text_gen|char_ram~35693_combout ; +wire \text_gen|char_ram~35821_combout ; +wire \text_gen|char_ram~28370_q ; +wire \text_gen|char_ram~26578_q ; +wire \text_gen|char_ram~24786_q ; +wire \text_gen|char_ram~22994_q ; +wire \text_gen|char_ram~36247_combout ; +wire \text_gen|char_ram~36248_combout ; +wire \text_gen|char_ram~26592feeder_combout ; +wire \text_gen|char_ram~26592_q ; +wire \text_gen|char_ram~28384_q ; +wire \text_gen|char_ram~24800_q ; +wire \text_gen|char_ram~23008_q ; +wire \text_gen|char_ram~36254_combout ; +wire \text_gen|char_ram~36255_combout ; +wire \text_gen|char_ram~24772feeder_combout ; +wire \text_gen|char_ram~24772_q ; +wire \text_gen|char_ram~28356_q ; +wire \text_gen|char_ram~26564feeder_combout ; +wire \text_gen|char_ram~26564_q ; +wire \text_gen|char_ram~22980_q ; +wire \text_gen|char_ram~36249_combout ; +wire \text_gen|char_ram~36250_combout ; +wire \text_gen|char_ram~24758feeder_combout ; +wire \text_gen|char_ram~24758_q ; +wire \text_gen|char_ram~28342_q ; +wire \text_gen|char_ram~26550feeder_combout ; +wire \text_gen|char_ram~26550_q ; +wire \text_gen|char_ram~22966_q ; +wire \text_gen|char_ram~36251_combout ; +wire \text_gen|char_ram~36252_combout ; +wire \text_gen|char_ram~36253_combout ; +wire \text_gen|char_ram~36256_combout ; +wire \text_gen|char_ram~24884_q ; +wire \text_gen|char_ram~26676_q ; +wire \text_gen|char_ram~23092_q ; +wire \text_gen|char_ram~36257_combout ; +wire \text_gen|char_ram~28468_q ; +wire \text_gen|char_ram~36258_combout ; +wire \text_gen|char_ram~26704_q ; +wire \text_gen|char_ram~28496_q ; +wire \text_gen|char_ram~24912_q ; +wire \text_gen|char_ram~23120_q ; +wire \text_gen|char_ram~36264_combout ; +wire \text_gen|char_ram~36265_combout ; +wire \text_gen|char_ram~24870feeder_combout ; +wire \text_gen|char_ram~24870_q ; +wire \text_gen|char_ram~28454_q ; +wire \text_gen|char_ram~26662_q ; +wire \text_gen|char_ram~23078_q ; +wire \text_gen|char_ram~36261_combout ; +wire \text_gen|char_ram~36262_combout ; +wire \text_gen|char_ram~26690_q ; +wire \text_gen|char_ram~28482_q ; +wire \text_gen|char_ram~24898_q ; +wire \text_gen|char_ram~23106_q ; +wire \text_gen|char_ram~36259_combout ; +wire \text_gen|char_ram~36260_combout ; +wire \text_gen|char_ram~36263_combout ; +wire \text_gen|char_ram~36266_combout ; +wire \text_gen|char_ram~24660_q ; +wire \text_gen|char_ram~28244_q ; +wire \text_gen|char_ram~22868_q ; +wire \text_gen|char_ram~26452_q ; +wire \text_gen|char_ram~36267_combout ; +wire \text_gen|char_ram~36268_combout ; +wire \text_gen|char_ram~22896_q ; +wire \text_gen|char_ram~24688feeder_combout ; +wire \text_gen|char_ram~24688_q ; +wire \text_gen|char_ram~36274_combout ; +wire \text_gen|char_ram~28272_q ; +wire \text_gen|char_ram~26480feeder_combout ; +wire \text_gen|char_ram~26480_q ; +wire \text_gen|char_ram~36275_combout ; +wire \text_gen|char_ram~24646feeder_combout ; +wire \text_gen|char_ram~24646_q ; +wire \text_gen|char_ram~28230_q ; +wire \text_gen|char_ram~22854_q ; +wire \text_gen|char_ram~26438feeder_combout ; +wire \text_gen|char_ram~26438_q ; +wire \text_gen|char_ram~36271_combout ; +wire \text_gen|char_ram~36272_combout ; +wire \text_gen|char_ram~26466feeder_combout ; +wire \text_gen|char_ram~26466_q ; +wire \text_gen|char_ram~28258_q ; +wire \text_gen|char_ram~22882_q ; +wire \text_gen|char_ram~24674feeder_combout ; +wire \text_gen|char_ram~24674_q ; +wire \text_gen|char_ram~36269_combout ; +wire \text_gen|char_ram~36270_combout ; +wire \text_gen|char_ram~36273_combout ; +wire \text_gen|char_ram~36276_combout ; +wire \text_gen|char_ram~36277_combout ; +wire \text_gen|char_ram~23232_q ; +wire \text_gen|char_ram~25024_q ; +wire \text_gen|char_ram~36285_combout ; +wire \text_gen|char_ram~26816_q ; +wire \text_gen|char_ram~28608_q ; +wire \text_gen|char_ram~36286_combout ; +wire \text_gen|char_ram~26802feeder_combout ; +wire \text_gen|char_ram~26802_q ; +wire \text_gen|char_ram~28594_q ; +wire \text_gen|char_ram~25010_q ; +wire \text_gen|char_ram~23218_q ; +wire \text_gen|char_ram~36278_combout ; +wire \text_gen|char_ram~36279_combout ; +wire \text_gen|char_ram~24996_q ; +wire \text_gen|char_ram~28580_q ; +wire \text_gen|char_ram~26788_q ; +wire \text_gen|char_ram~23204_q ; +wire \text_gen|char_ram~36280_combout ; +wire \text_gen|char_ram~36281_combout ; +wire \text_gen|char_ram~24982feeder_combout ; +wire \text_gen|char_ram~24982_q ; +wire \text_gen|char_ram~28566_q ; +wire \text_gen|char_ram~26774feeder_combout ; +wire \text_gen|char_ram~26774_q ; +wire \text_gen|char_ram~23190_q ; +wire \text_gen|char_ram~36282_combout ; +wire \text_gen|char_ram~36283_combout ; +wire \text_gen|char_ram~36284_combout ; +wire \text_gen|char_ram~36287_combout ; +wire \text_gen|char_ram~36288_combout ; +wire \text_gen|char_ram~24716_q ; +wire \text_gen|char_ram~28300_q ; +wire \text_gen|char_ram~22924_q ; +wire \text_gen|char_ram~26508feeder_combout ; +wire \text_gen|char_ram~26508_q ; +wire \text_gen|char_ram~36225_combout ; +wire \text_gen|char_ram~36226_combout ; +wire \text_gen|char_ram~26536_q ; +wire \text_gen|char_ram~28328_q ; +wire \text_gen|char_ram~24744feeder_combout ; +wire \text_gen|char_ram~24744_q ; +wire \text_gen|char_ram~22952_q ; +wire \text_gen|char_ram~36232_combout ; +wire \text_gen|char_ram~36233_combout ; +wire \text_gen|char_ram~24702feeder_combout ; +wire \text_gen|char_ram~24702_q ; +wire \text_gen|char_ram~28286_q ; +wire \text_gen|char_ram~22910_q ; +wire \text_gen|char_ram~26494_q ; +wire \text_gen|char_ram~36229_combout ; +wire \text_gen|char_ram~36230_combout ; +wire \text_gen|char_ram~26522_q ; +wire \text_gen|char_ram~28314_q ; +wire \text_gen|char_ram~24730_q ; +wire \text_gen|char_ram~22938_q ; +wire \text_gen|char_ram~36227_combout ; +wire \text_gen|char_ram~36228_combout ; +wire \text_gen|char_ram~36231_combout ; +wire \text_gen|char_ram~36234_combout ; +wire \text_gen|char_ram~26648_q ; +wire \text_gen|char_ram~24856feeder_combout ; +wire \text_gen|char_ram~24856_q ; +wire \text_gen|char_ram~23064_q ; +wire \text_gen|char_ram~36222_combout ; +wire \text_gen|char_ram~28440_q ; +wire \text_gen|char_ram~36223_combout ; +wire \text_gen|char_ram~24828feeder_combout ; +wire \text_gen|char_ram~24828_q ; +wire \text_gen|char_ram~28412_q ; +wire \text_gen|char_ram~26620_q ; +wire \text_gen|char_ram~23036_q ; +wire \text_gen|char_ram~36217_combout ; +wire \text_gen|char_ram~36218_combout ; +wire \text_gen|char_ram~24814_q ; +wire \text_gen|char_ram~28398_q ; +wire \text_gen|char_ram~26606_q ; +wire \text_gen|char_ram~23022_q ; +wire \text_gen|char_ram~36219_combout ; +wire \text_gen|char_ram~36220_combout ; +wire \text_gen|char_ram~36221_combout ; +wire \text_gen|char_ram~26634feeder_combout ; +wire \text_gen|char_ram~26634_q ; +wire \text_gen|char_ram~28426_q ; +wire \text_gen|char_ram~24842_q ; +wire \text_gen|char_ram~23050_q ; +wire \text_gen|char_ram~36215_combout ; +wire \text_gen|char_ram~36216_combout ; +wire \text_gen|char_ram~36224_combout ; +wire \text_gen|char_ram~36235_combout ; +wire \text_gen|char_ram~26872_q ; +wire \text_gen|char_ram~28664_q ; +wire \text_gen|char_ram~23288_q ; +wire \text_gen|char_ram~25080_q ; +wire \text_gen|char_ram~36243_combout ; +wire \text_gen|char_ram~36244_combout ; +wire \text_gen|char_ram~26858feeder_combout ; +wire \text_gen|char_ram~26858_q ; +wire \text_gen|char_ram~28650_q ; +wire \text_gen|char_ram~25066feeder_combout ; +wire \text_gen|char_ram~25066_q ; +wire \text_gen|char_ram~23274_q ; +wire \text_gen|char_ram~36236_combout ; +wire \text_gen|char_ram~36237_combout ; +wire \text_gen|char_ram~25038_q ; +wire \text_gen|char_ram~28622_q ; +wire \text_gen|char_ram~26830_q ; +wire \text_gen|char_ram~23246_q ; +wire \text_gen|char_ram~36240_combout ; +wire \text_gen|char_ram~36241_combout ; +wire \text_gen|char_ram~25052_q ; +wire \text_gen|char_ram~28636_q ; +wire \text_gen|char_ram~26844feeder_combout ; +wire \text_gen|char_ram~26844_q ; +wire \text_gen|char_ram~23260_q ; +wire \text_gen|char_ram~36238_combout ; +wire \text_gen|char_ram~36239_combout ; +wire \text_gen|char_ram~36242_combout ; +wire \text_gen|char_ram~36245_combout ; +wire \text_gen|char_ram~24940_q ; +wire \text_gen|char_ram~28524_q ; +wire \text_gen|char_ram~26732feeder_combout ; +wire \text_gen|char_ram~26732_q ; +wire \text_gen|char_ram~23148_q ; +wire \text_gen|char_ram~36205_combout ; +wire \text_gen|char_ram~36206_combout ; +wire \text_gen|char_ram~26760_q ; +wire \text_gen|char_ram~28552_q ; +wire \text_gen|char_ram~24968_q ; +wire \text_gen|char_ram~23176_q ; +wire \text_gen|char_ram~36212_combout ; +wire \text_gen|char_ram~36213_combout ; +wire \text_gen|char_ram~26746_q ; +wire \text_gen|char_ram~28538_q ; +wire \text_gen|char_ram~24954feeder_combout ; +wire \text_gen|char_ram~24954_q ; +wire \text_gen|char_ram~23162_q ; +wire \text_gen|char_ram~36207_combout ; +wire \text_gen|char_ram~36208_combout ; +wire \text_gen|char_ram~24926feeder_combout ; +wire \text_gen|char_ram~24926_q ; +wire \text_gen|char_ram~28510_q ; +wire \text_gen|char_ram~26718_q ; +wire \text_gen|char_ram~23134_q ; +wire \text_gen|char_ram~36209_combout ; +wire \text_gen|char_ram~36210_combout ; +wire \text_gen|char_ram~36211_combout ; +wire \text_gen|char_ram~36214_combout ; +wire \text_gen|char_ram~36246_combout ; +wire \text_gen|char_ram~36289_combout ; +wire \text_gen|char_ram~26795feeder_combout ; +wire \text_gen|char_ram~26795_q ; +wire \text_gen|char_ram~28587_q ; +wire \text_gen|char_ram~25003feeder_combout ; +wire \text_gen|char_ram~25003_q ; +wire \text_gen|char_ram~23211_q ; +wire \text_gen|char_ram~36170_combout ; +wire \text_gen|char_ram~36171_combout ; +wire \text_gen|char_ram~24877feeder_combout ; +wire \text_gen|char_ram~24877_q ; +wire \text_gen|char_ram~28461_q ; +wire \text_gen|char_ram~26669_q ; +wire \text_gen|char_ram~23085_q ; +wire \text_gen|char_ram~36167_combout ; +wire \text_gen|char_ram~36168_combout ; +wire \text_gen|char_ram~24989_q ; +wire \text_gen|char_ram~28573_q ; +wire \text_gen|char_ram~26781feeder_combout ; +wire \text_gen|char_ram~26781_q ; +wire \text_gen|char_ram~23197_q ; +wire \text_gen|char_ram~36165_combout ; +wire \text_gen|char_ram~36166_combout ; +wire \text_gen|char_ram~36169_combout ; +wire \text_gen|char_ram~26683feeder_combout ; +wire \text_gen|char_ram~26683_q ; +wire \text_gen|char_ram~24891feeder_combout ; +wire \text_gen|char_ram~24891_q ; +wire \text_gen|char_ram~23099_q ; +wire \text_gen|char_ram~36163_combout ; +wire \text_gen|char_ram~28475feeder_combout ; +wire \text_gen|char_ram~28475_q ; +wire \text_gen|char_ram~36164_combout ; +wire \text_gen|char_ram~36172_combout ; +wire \text_gen|char_ram~28503feeder_combout ; +wire \text_gen|char_ram~28503_q ; +wire \text_gen|char_ram~26711_q ; +wire \text_gen|char_ram~24919_q ; +wire \text_gen|char_ram~23127_q ; +wire \text_gen|char_ram~36194_combout ; +wire \text_gen|char_ram~36195_combout ; +wire \text_gen|char_ram~26823feeder_combout ; +wire \text_gen|char_ram~26823_q ; +wire \text_gen|char_ram~28615_q ; +wire \text_gen|char_ram~25031_q ; +wire \text_gen|char_ram~23239_q ; +wire \text_gen|char_ram~36201_combout ; +wire \text_gen|char_ram~36202_combout ; +wire \text_gen|char_ram~25017feeder_combout ; +wire \text_gen|char_ram~25017_q ; +wire \text_gen|char_ram~28601_q ; +wire \text_gen|char_ram~26809feeder_combout ; +wire \text_gen|char_ram~26809_q ; +wire \text_gen|char_ram~23225_q ; +wire \text_gen|char_ram~36196_combout ; +wire \text_gen|char_ram~36197_combout ; +wire \text_gen|char_ram~24905_q ; +wire \text_gen|char_ram~28489_q ; +wire \text_gen|char_ram~26697_q ; +wire \text_gen|char_ram~23113_q ; +wire \text_gen|char_ram~36198_combout ; +wire \text_gen|char_ram~36199_combout ; +wire \text_gen|char_ram~36200_combout ; +wire \text_gen|char_ram~36203_combout ; +wire \text_gen|char_ram~26459_q ; +wire \text_gen|char_ram~24667_q ; +wire \text_gen|char_ram~22875_q ; +wire \text_gen|char_ram~36183_combout ; +wire \text_gen|char_ram~28251_q ; +wire \text_gen|char_ram~36184_combout ; +wire \text_gen|char_ram~26445feeder_combout ; +wire \text_gen|char_ram~26445_q ; +wire \text_gen|char_ram~22861_q ; +wire \text_gen|char_ram~36187_combout ; +wire \text_gen|char_ram~24653feeder_combout ; +wire \text_gen|char_ram~24653_q ; +wire \text_gen|char_ram~28237_q ; +wire \text_gen|char_ram~36188_combout ; +wire \text_gen|char_ram~24765feeder_combout ; +wire \text_gen|char_ram~24765_q ; +wire \text_gen|char_ram~28349_q ; +wire \text_gen|char_ram~26557_q ; +wire \text_gen|char_ram~22973_q ; +wire \text_gen|char_ram~36185_combout ; +wire \text_gen|char_ram~36186_combout ; +wire \text_gen|char_ram~36189_combout ; +wire \text_gen|char_ram~26571_q ; +wire \text_gen|char_ram~28363_q ; +wire \text_gen|char_ram~24779feeder_combout ; +wire \text_gen|char_ram~24779_q ; +wire \text_gen|char_ram~22987_q ; +wire \text_gen|char_ram~36190_combout ; +wire \text_gen|char_ram~36191_combout ; +wire \text_gen|char_ram~36192_combout ; +wire \text_gen|char_ram~28279_q ; +wire \text_gen|char_ram~26487feeder_combout ; +wire \text_gen|char_ram~26487_q ; +wire \text_gen|char_ram~24695feeder_combout ; +wire \text_gen|char_ram~24695_q ; +wire \text_gen|char_ram~22903_q ; +wire \text_gen|char_ram~36173_combout ; +wire \text_gen|char_ram~36174_combout ; +wire \text_gen|char_ram~26599feeder_combout ; +wire \text_gen|char_ram~26599_q ; +wire \text_gen|char_ram~28391_q ; +wire \text_gen|char_ram~24807_q ; +wire \text_gen|char_ram~23015_q ; +wire \text_gen|char_ram~36180_combout ; +wire \text_gen|char_ram~36181_combout ; +wire \text_gen|char_ram~24793_q ; +wire \text_gen|char_ram~28377_q ; +wire \text_gen|char_ram~26585_q ; +wire \text_gen|char_ram~23001_q ; +wire \text_gen|char_ram~36175_combout ; +wire \text_gen|char_ram~36176_combout ; +wire \text_gen|char_ram~24681feeder_combout ; +wire \text_gen|char_ram~24681_q ; +wire \text_gen|char_ram~28265_q ; +wire \text_gen|char_ram~26473feeder_combout ; +wire \text_gen|char_ram~26473_q ; +wire \text_gen|char_ram~22889_q ; +wire \text_gen|char_ram~36177_combout ; +wire \text_gen|char_ram~36178_combout ; +wire \text_gen|char_ram~36179_combout ; +wire \text_gen|char_ram~36182_combout ; +wire \text_gen|char_ram~36193_combout ; +wire \text_gen|char_ram~36204_combout ; +wire \text_gen|char_ram~26879feeder_combout ; +wire \text_gen|char_ram~26879_q ; +wire \text_gen|char_ram~28671_q ; +wire \text_gen|char_ram~23295_q ; +wire \text_gen|char_ram~25087_q ; +wire \text_gen|char_ram~36328_combout ; +wire \text_gen|char_ram~36329_combout ; +wire \text_gen|char_ram~26655feeder_combout ; +wire \text_gen|char_ram~26655_q ; +wire \text_gen|char_ram~28447_q ; +wire \text_gen|char_ram~24863_q ; +wire \text_gen|char_ram~23071_q ; +wire \text_gen|char_ram~36321_combout ; +wire \text_gen|char_ram~36322_combout ; +wire \text_gen|char_ram~24751_q ; +wire \text_gen|char_ram~28335_q ; +wire \text_gen|char_ram~26543feeder_combout ; +wire \text_gen|char_ram~26543_q ; +wire \text_gen|char_ram~22959_q ; +wire \text_gen|char_ram~36325_combout ; +wire \text_gen|char_ram~36326_combout ; +wire \text_gen|char_ram~24975_q ; +wire \text_gen|char_ram~28559_q ; +wire \text_gen|char_ram~26767feeder_combout ; +wire \text_gen|char_ram~26767_q ; +wire \text_gen|char_ram~23183_q ; +wire \text_gen|char_ram~36323_combout ; +wire \text_gen|char_ram~36324_combout ; +wire \text_gen|char_ram~36327_combout ; +wire \text_gen|char_ram~36330_combout ; +wire \text_gen|char_ram~24947_q ; +wire \text_gen|char_ram~28531_q ; +wire \text_gen|char_ram~26739feeder_combout ; +wire \text_gen|char_ram~26739_q ; +wire \text_gen|char_ram~23155_q ; +wire \text_gen|char_ram~36292_combout ; +wire \text_gen|char_ram~36293_combout ; +wire \text_gen|char_ram~24723_q ; +wire \text_gen|char_ram~28307_q ; +wire \text_gen|char_ram~26515_q ; +wire \text_gen|char_ram~22931_q ; +wire \text_gen|char_ram~36294_combout ; +wire \text_gen|char_ram~36295_combout ; +wire \text_gen|char_ram~36296_combout ; +wire \text_gen|char_ram~26627_q ; +wire \text_gen|char_ram~28419_q ; +wire \text_gen|char_ram~24835feeder_combout ; +wire \text_gen|char_ram~24835_q ; +wire \text_gen|char_ram~23043_q ; +wire \text_gen|char_ram~36290_combout ; +wire \text_gen|char_ram~36291_combout ; +wire \text_gen|char_ram~26851_q ; +wire \text_gen|char_ram~28643_q ; +wire \text_gen|char_ram~25059feeder_combout ; +wire \text_gen|char_ram~25059_q ; +wire \text_gen|char_ram~23267_q ; +wire \text_gen|char_ram~36297_combout ; +wire \text_gen|char_ram~36298_combout ; +wire \text_gen|char_ram~36299_combout ; +wire \text_gen|char_ram~24709feeder_combout ; +wire \text_gen|char_ram~24709_q ; +wire \text_gen|char_ram~26501_q ; +wire \text_gen|char_ram~22917_q ; +wire \text_gen|char_ram~36314_combout ; +wire \text_gen|char_ram~28293_q ; +wire \text_gen|char_ram~36315_combout ; +wire \text_gen|char_ram~24933feeder_combout ; +wire \text_gen|char_ram~24933_q ; +wire \text_gen|char_ram~28517_q ; +wire \text_gen|char_ram~26725feeder_combout ; +wire \text_gen|char_ram~26725_q ; +wire \text_gen|char_ram~23141_q ; +wire \text_gen|char_ram~36312_combout ; +wire \text_gen|char_ram~36313_combout ; +wire \text_gen|char_ram~36316_combout ; +wire \text_gen|char_ram~26613feeder_combout ; +wire \text_gen|char_ram~26613_q ; +wire \text_gen|char_ram~28405_q ; +wire \text_gen|char_ram~24821_q ; +wire \text_gen|char_ram~23029_q ; +wire \text_gen|char_ram~36310_combout ; +wire \text_gen|char_ram~36311_combout ; +wire \text_gen|char_ram~26837_q ; +wire \text_gen|char_ram~28629_q ; +wire \text_gen|char_ram~23253_q ; +wire \text_gen|char_ram~25045_q ; +wire \text_gen|char_ram~36317_combout ; +wire \text_gen|char_ram~36318_combout ; +wire \text_gen|char_ram~36319_combout ; +wire \text_gen|char_ram~26865_q ; +wire \text_gen|char_ram~28657_q ; +wire \text_gen|char_ram~25073_q ; +wire \text_gen|char_ram~23281_q ; +wire \text_gen|char_ram~36307_combout ; +wire \text_gen|char_ram~36308_combout ; +wire \text_gen|char_ram~26641_q ; +wire \text_gen|char_ram~28433_q ; +wire \text_gen|char_ram~24849feeder_combout ; +wire \text_gen|char_ram~24849_q ; +wire \text_gen|char_ram~23057_q ; +wire \text_gen|char_ram~36300_combout ; +wire \text_gen|char_ram~36301_combout ; +wire \text_gen|char_ram~24737_q ; +wire \text_gen|char_ram~22945_q ; +wire \text_gen|char_ram~26529feeder_combout ; +wire \text_gen|char_ram~26529_q ; +wire \text_gen|char_ram~36304_combout ; +wire \text_gen|char_ram~28321_q ; +wire \text_gen|char_ram~36305_combout ; +wire \text_gen|char_ram~24961_q ; +wire \text_gen|char_ram~28545_q ; +wire \text_gen|char_ram~26753_q ; +wire \text_gen|char_ram~23169_q ; +wire \text_gen|char_ram~36302_combout ; +wire \text_gen|char_ram~36303_combout ; +wire \text_gen|char_ram~36306_combout ; +wire \text_gen|char_ram~36309_combout ; +wire \text_gen|char_ram~36320_combout ; +wire \text_gen|char_ram~36331_combout ; +wire \text_gen|char_ram~36332_combout ; +wire \text_gen|char_ram~36333_combout ; +wire \text_gen|char_ram~12767_q ; +wire \text_gen|char_ram~12991_q ; +wire \text_gen|char_ram~12655_q ; +wire \text_gen|char_ram~12879feeder_combout ; +wire \text_gen|char_ram~12879_q ; +wire \text_gen|char_ram~35638_combout ; +wire \text_gen|char_ram~35639_combout ; +wire \text_gen|char_ram~20047_q ; +wire \text_gen|char_ram~20159_q ; +wire \text_gen|char_ram~19823_q ; +wire \text_gen|char_ram~19935_q ; +wire \text_gen|char_ram~35640_combout ; +wire \text_gen|char_ram~35641_combout ; +wire \text_gen|char_ram~5487_q ; +wire \text_gen|char_ram~5599_q ; +wire \text_gen|char_ram~35642_combout ; +wire \text_gen|char_ram~5823_q ; +wire \text_gen|char_ram~5711feeder_combout ; +wire \text_gen|char_ram~5711_q ; +wire \text_gen|char_ram~35643_combout ; +wire \text_gen|char_ram~35644_combout ; +wire \text_gen|char_ram~27103_q ; +wire \text_gen|char_ram~27327_q ; +wire \text_gen|char_ram~26991_q ; +wire \text_gen|char_ram~27215_q ; +wire \text_gen|char_ram~35645_combout ; +wire \text_gen|char_ram~35646_combout ; +wire \text_gen|char_ram~35647_combout ; +wire \text_gen|char_ram~12851_q ; +wire \text_gen|char_ram~12627_q ; +wire \text_gen|char_ram~35607_combout ; +wire \text_gen|char_ram~12963_q ; +wire \text_gen|char_ram~12739feeder_combout ; +wire \text_gen|char_ram~12739_q ; +wire \text_gen|char_ram~35608_combout ; +wire \text_gen|char_ram~27075_q ; +wire \text_gen|char_ram~27299_q ; +wire \text_gen|char_ram~27187_q ; +wire \text_gen|char_ram~26963_q ; +wire \text_gen|char_ram~35614_combout ; +wire \text_gen|char_ram~35615_combout ; +wire \text_gen|char_ram~20019_q ; +wire \text_gen|char_ram~20131_q ; +wire \text_gen|char_ram~19907feeder_combout ; +wire \text_gen|char_ram~19907_q ; +wire \text_gen|char_ram~19795_q ; +wire \text_gen|char_ram~35609_combout ; +wire \text_gen|char_ram~35610_combout ; +wire \text_gen|char_ram~5683_q ; +wire \text_gen|char_ram~5795_q ; +wire \text_gen|char_ram~5571feeder_combout ; +wire \text_gen|char_ram~5571_q ; +wire \text_gen|char_ram~5459_q ; +wire \text_gen|char_ram~35611_combout ; +wire \text_gen|char_ram~35612_combout ; +wire \text_gen|char_ram~35613_combout ; +wire \text_gen|char_ram~35616_combout ; +wire \text_gen|char_ram~5697feeder_combout ; +wire \text_gen|char_ram~5697_q ; +wire \text_gen|char_ram~5809_q ; +wire \text_gen|char_ram~5473_q ; +wire \text_gen|char_ram~5585_q ; +wire \text_gen|char_ram~35621_combout ; +wire \text_gen|char_ram~35622_combout ; +wire \text_gen|char_ram~20033feeder_combout ; +wire \text_gen|char_ram~20033_q ; +wire \text_gen|char_ram~19921feeder_combout ; +wire \text_gen|char_ram~19921_q ; +wire \text_gen|char_ram~19809_q ; +wire \text_gen|char_ram~35619_combout ; +wire \text_gen|char_ram~20145_q ; +wire \text_gen|char_ram~35620_combout ; +wire \text_gen|char_ram~35623_combout ; +wire \text_gen|char_ram~27089feeder_combout ; +wire \text_gen|char_ram~27089_q ; +wire \text_gen|char_ram~27313_q ; +wire \text_gen|char_ram~26977_q ; +wire \text_gen|char_ram~27201_q ; +wire \text_gen|char_ram~35624_combout ; +wire \text_gen|char_ram~35625_combout ; +wire \text_gen|char_ram~12753feeder_combout ; +wire \text_gen|char_ram~12753_q ; +wire \text_gen|char_ram~12977_q ; +wire \text_gen|char_ram~12865feeder_combout ; +wire \text_gen|char_ram~12865_q ; +wire \text_gen|char_ram~12641_q ; +wire \text_gen|char_ram~35617_combout ; +wire \text_gen|char_ram~35618_combout ; +wire \text_gen|char_ram~35626_combout ; +wire \text_gen|char_ram~12725feeder_combout ; +wire \text_gen|char_ram~12725_q ; +wire \text_gen|char_ram~12949_q ; +wire \text_gen|char_ram~12837feeder_combout ; +wire \text_gen|char_ram~12837_q ; +wire \text_gen|char_ram~12613_q ; +wire \text_gen|char_ram~35627_combout ; +wire \text_gen|char_ram~35628_combout ; +wire \text_gen|char_ram~20005_q ; +wire \text_gen|char_ram~20117_q ; +wire \text_gen|char_ram~19781_q ; +wire \text_gen|char_ram~19893_q ; +wire \text_gen|char_ram~35629_combout ; +wire \text_gen|char_ram~35630_combout ; +wire \text_gen|char_ram~5669feeder_combout ; +wire \text_gen|char_ram~5669_q ; +wire \text_gen|char_ram~5781_q ; +wire \text_gen|char_ram~5445_q ; +wire \text_gen|char_ram~5557_q ; +wire \text_gen|char_ram~35631_combout ; +wire \text_gen|char_ram~35632_combout ; +wire \text_gen|char_ram~35633_combout ; +wire \text_gen|char_ram~27061feeder_combout ; +wire \text_gen|char_ram~27061_q ; +wire \text_gen|char_ram~27285_q ; +wire \text_gen|char_ram~26949_q ; +wire \text_gen|char_ram~27173_q ; +wire \text_gen|char_ram~35634_combout ; +wire \text_gen|char_ram~35635_combout ; +wire \text_gen|char_ram~35636_combout ; +wire \text_gen|char_ram~35637_combout ; +wire \text_gen|char_ram~35648_combout ; +wire \text_gen|char_ram~12578_q ; +wire \text_gen|char_ram~12802_q ; +wire \text_gen|char_ram~35566_combout ; +wire \text_gen|char_ram~12914_q ; +wire \text_gen|char_ram~12690_q ; +wire \text_gen|char_ram~35567_combout ; +wire \text_gen|char_ram~12774feeder_combout ; +wire \text_gen|char_ram~12774_q ; +wire \text_gen|char_ram~12886_q ; +wire \text_gen|char_ram~12550_q ; +wire \text_gen|char_ram~12662_q ; +wire \text_gen|char_ram~35568_combout ; +wire \text_gen|char_ram~35569_combout ; +wire \text_gen|char_ram~35570_combout ; +wire \text_gen|char_ram~12704feeder_combout ; +wire \text_gen|char_ram~12704_q ; +wire \text_gen|char_ram~12928_q ; +wire \text_gen|char_ram~12592_q ; +wire \text_gen|char_ram~12816_q ; +wire \text_gen|char_ram~35571_combout ; +wire \text_gen|char_ram~35572_combout ; +wire \text_gen|char_ram~12788feeder_combout ; +wire \text_gen|char_ram~12788_q ; +wire \text_gen|char_ram~12900_q ; +wire \text_gen|char_ram~12564_q ; +wire \text_gen|char_ram~12676_q ; +wire \text_gen|char_ram~35564_combout ; +wire \text_gen|char_ram~35565_combout ; +wire \text_gen|char_ram~35573_combout ; +wire \text_gen|char_ram~27110feeder_combout ; +wire \text_gen|char_ram~27110_q ; +wire \text_gen|char_ram~27222_q ; +wire \text_gen|char_ram~26886_q ; +wire \text_gen|char_ram~26998_q ; +wire \text_gen|char_ram~35599_combout ; +wire \text_gen|char_ram~35600_combout ; +wire \text_gen|char_ram~27138feeder_combout ; +wire \text_gen|char_ram~27138_q ; +wire \text_gen|char_ram~26914_q ; +wire \text_gen|char_ram~35597_combout ; +wire \text_gen|char_ram~27250_q ; +wire \text_gen|char_ram~27026feeder_combout ; +wire \text_gen|char_ram~27026_q ; +wire \text_gen|char_ram~35598_combout ; +wire \text_gen|char_ram~35601_combout ; +wire \text_gen|char_ram~26928_q ; +wire \text_gen|char_ram~27152feeder_combout ; +wire \text_gen|char_ram~27152_q ; +wire \text_gen|char_ram~35602_combout ; +wire \text_gen|char_ram~27264_q ; +wire \text_gen|char_ram~27040_q ; +wire \text_gen|char_ram~35603_combout ; +wire \text_gen|char_ram~27124_q ; +wire \text_gen|char_ram~27236_q ; +wire \text_gen|char_ram~26900_q ; +wire \text_gen|char_ram~27012_q ; +wire \text_gen|char_ram~35595_combout ; +wire \text_gen|char_ram~35596_combout ; +wire \text_gen|char_ram~35604_combout ; +wire \text_gen|char_ram~20068feeder_combout ; +wire \text_gen|char_ram~20068_q ; +wire \text_gen|char_ram~19732_q ; +wire \text_gen|char_ram~19844feeder_combout ; +wire \text_gen|char_ram~19844_q ; +wire \text_gen|char_ram~35574_combout ; +wire \text_gen|char_ram~19956_q ; +wire \text_gen|char_ram~35575_combout ; +wire \text_gen|char_ram~19942_q ; +wire \text_gen|char_ram~20054_q ; +wire \text_gen|char_ram~19830_q ; +wire \text_gen|char_ram~19718_q ; +wire \text_gen|char_ram~35578_combout ; +wire \text_gen|char_ram~35579_combout ; +wire \text_gen|char_ram~19970feeder_combout ; +wire \text_gen|char_ram~19970_q ; +wire \text_gen|char_ram~19746_q ; +wire \text_gen|char_ram~35576_combout ; +wire \text_gen|char_ram~20082_q ; +wire \text_gen|char_ram~19858feeder_combout ; +wire \text_gen|char_ram~19858_q ; +wire \text_gen|char_ram~35577_combout ; +wire \text_gen|char_ram~35580_combout ; +wire \text_gen|char_ram~19760_q ; +wire \text_gen|char_ram~19984_q ; +wire \text_gen|char_ram~35581_combout ; +wire \text_gen|char_ram~20096_q ; +wire \text_gen|char_ram~19872feeder_combout ; +wire \text_gen|char_ram~19872_q ; +wire \text_gen|char_ram~35582_combout ; +wire \text_gen|char_ram~35583_combout ; +wire \text_gen|char_ram~5536feeder_combout ; +wire \text_gen|char_ram~5536_q ; +wire \text_gen|char_ram~5760_q ; +wire \text_gen|char_ram~5424_q ; +wire \text_gen|char_ram~5648_q ; +wire \text_gen|char_ram~35591_combout ; +wire \text_gen|char_ram~35592_combout ; +wire \text_gen|char_ram~5620_q ; +wire \text_gen|char_ram~5732_q ; +wire \text_gen|char_ram~5396_q ; +wire \text_gen|char_ram~5508_q ; +wire \text_gen|char_ram~35584_combout ; +wire \text_gen|char_ram~35585_combout ; +wire \text_gen|char_ram~5522feeder_combout ; +wire \text_gen|char_ram~5522_q ; +wire \text_gen|char_ram~5746_q ; +wire \text_gen|char_ram~5410_q ; +wire \text_gen|char_ram~5634_q ; +wire \text_gen|char_ram~35586_combout ; +wire \text_gen|char_ram~35587_combout ; +wire \text_gen|char_ram~5606_q ; +wire \text_gen|char_ram~5718_q ; +wire \text_gen|char_ram~5382_q ; +wire \text_gen|char_ram~5494feeder_combout ; +wire \text_gen|char_ram~5494_q ; +wire \text_gen|char_ram~35588_combout ; +wire \text_gen|char_ram~35589_combout ; +wire \text_gen|char_ram~35590_combout ; +wire \text_gen|char_ram~35593_combout ; +wire \text_gen|char_ram~35594_combout ; +wire \text_gen|char_ram~35605_combout ; +wire \text_gen|char_ram~19998_q ; +wire \text_gen|char_ram~20110_q ; +wire \text_gen|char_ram~19774_q ; +wire \text_gen|char_ram~19886_q ; +wire \text_gen|char_ram~35526_combout ; +wire \text_gen|char_ram~35527_combout ; +wire \text_gen|char_ram~19914feeder_combout ; +wire \text_gen|char_ram~19914_q ; +wire \text_gen|char_ram~20138_q ; +wire \text_gen|char_ram~20026feeder_combout ; +wire \text_gen|char_ram~20026_q ; +wire \text_gen|char_ram~19802_q ; +wire \text_gen|char_ram~35524_combout ; +wire \text_gen|char_ram~35525_combout ; +wire \text_gen|char_ram~35528_combout ; +wire \text_gen|char_ram~20012feeder_combout ; +wire \text_gen|char_ram~20012_q ; +wire \text_gen|char_ram~20124_q ; +wire \text_gen|char_ram~19788_q ; +wire \text_gen|char_ram~19900_q ; +wire \text_gen|char_ram~35522_combout ; +wire \text_gen|char_ram~35523_combout ; +wire \text_gen|char_ram~19928feeder_combout ; +wire \text_gen|char_ram~19928_q ; +wire \text_gen|char_ram~20152_q ; +wire \text_gen|char_ram~19816_q ; +wire \text_gen|char_ram~20040feeder_combout ; +wire \text_gen|char_ram~20040_q ; +wire \text_gen|char_ram~35529_combout ; +wire \text_gen|char_ram~35530_combout ; +wire \text_gen|char_ram~35531_combout ; +wire \text_gen|char_ram~5592_q ; +wire \text_gen|char_ram~5816_q ; +wire \text_gen|char_ram~5704feeder_combout ; +wire \text_gen|char_ram~5704_q ; +wire \text_gen|char_ram~5480_q ; +wire \text_gen|char_ram~35549_combout ; +wire \text_gen|char_ram~35550_combout ; +wire \text_gen|char_ram~5676_q ; +wire \text_gen|char_ram~5788_q ; +wire \text_gen|char_ram~5452_q ; +wire \text_gen|char_ram~5564_q ; +wire \text_gen|char_ram~35542_combout ; +wire \text_gen|char_ram~35543_combout ; +wire \text_gen|char_ram~5578_q ; +wire \text_gen|char_ram~5802_q ; +wire \text_gen|char_ram~5466_q ; +wire \text_gen|char_ram~5690feeder_combout ; +wire \text_gen|char_ram~5690_q ; +wire \text_gen|char_ram~35544_combout ; +wire \text_gen|char_ram~35545_combout ; +wire \text_gen|char_ram~5662_q ; +wire \text_gen|char_ram~5774_q ; +wire \text_gen|char_ram~5550_q ; +wire \text_gen|char_ram~5438_q ; +wire \text_gen|char_ram~35546_combout ; +wire \text_gen|char_ram~35547_combout ; +wire \text_gen|char_ram~35548_combout ; +wire \text_gen|char_ram~35551_combout ; +wire \text_gen|char_ram~12760_q ; +wire \text_gen|char_ram~12984_q ; +wire \text_gen|char_ram~12648_q ; +wire \text_gen|char_ram~12872_q ; +wire \text_gen|char_ram~35539_combout ; +wire \text_gen|char_ram~35540_combout ; +wire \text_gen|char_ram~12844_q ; +wire \text_gen|char_ram~12956_q ; +wire \text_gen|char_ram~12620_q ; +wire \text_gen|char_ram~12732_q ; +wire \text_gen|char_ram~35532_combout ; +wire \text_gen|char_ram~35533_combout ; +wire \text_gen|char_ram~12746feeder_combout ; +wire \text_gen|char_ram~12746_q ; +wire \text_gen|char_ram~12970_q ; +wire \text_gen|char_ram~12634_q ; +wire \text_gen|char_ram~12858feeder_combout ; +wire \text_gen|char_ram~12858_q ; +wire \text_gen|char_ram~35534_combout ; +wire \text_gen|char_ram~35535_combout ; +wire \text_gen|char_ram~12830_q ; +wire \text_gen|char_ram~12942_q ; +wire \text_gen|char_ram~12606_q ; +wire \text_gen|char_ram~12718_q ; +wire \text_gen|char_ram~35536_combout ; +wire \text_gen|char_ram~35537_combout ; +wire \text_gen|char_ram~35538_combout ; +wire \text_gen|char_ram~35541_combout ; +wire \text_gen|char_ram~35552_combout ; +wire \text_gen|char_ram~27096_q ; +wire \text_gen|char_ram~27320_q ; +wire \text_gen|char_ram~26984_q ; +wire \text_gen|char_ram~27208_q ; +wire \text_gen|char_ram~35560_combout ; +wire \text_gen|char_ram~35561_combout ; +wire \text_gen|char_ram~27180feeder_combout ; +wire \text_gen|char_ram~27180_q ; +wire \text_gen|char_ram~27292_q ; +wire \text_gen|char_ram~26956_q ; +wire \text_gen|char_ram~27068_q ; +wire \text_gen|char_ram~35553_combout ; +wire \text_gen|char_ram~35554_combout ; +wire \text_gen|char_ram~27166feeder_combout ; +wire \text_gen|char_ram~27166_q ; +wire \text_gen|char_ram~27278_q ; +wire \text_gen|char_ram~26942_q ; +wire \text_gen|char_ram~27054_q ; +wire \text_gen|char_ram~35557_combout ; +wire \text_gen|char_ram~35558_combout ; +wire \text_gen|char_ram~26970_q ; +wire \text_gen|char_ram~27194feeder_combout ; +wire \text_gen|char_ram~27194_q ; +wire \text_gen|char_ram~35555_combout ; +wire \text_gen|char_ram~27306_q ; +wire \text_gen|char_ram~27082feeder_combout ; +wire \text_gen|char_ram~27082_q ; +wire \text_gen|char_ram~35556_combout ; +wire \text_gen|char_ram~35559_combout ; +wire \text_gen|char_ram~35562_combout ; +wire \text_gen|char_ram~35563_combout ; +wire \text_gen|char_ram~35606_combout ; +wire \text_gen|char_ram~26907_q ; +wire \text_gen|char_ram~27019feeder_combout ; +wire \text_gen|char_ram~27019_q ; +wire \text_gen|char_ram~35511_combout ; +wire \text_gen|char_ram~27243_q ; +wire \text_gen|char_ram~27131_q ; +wire \text_gen|char_ram~35512_combout ; +wire \text_gen|char_ram~27229_q ; +wire \text_gen|char_ram~27117_q ; +wire \text_gen|char_ram~26893_q ; +wire \text_gen|char_ram~27005_q ; +wire \text_gen|char_ram~35515_combout ; +wire \text_gen|char_ram~35516_combout ; +wire \text_gen|char_ram~27033feeder_combout ; +wire \text_gen|char_ram~27033_q ; +wire \text_gen|char_ram~27257_q ; +wire \text_gen|char_ram~26921_q ; +wire \text_gen|char_ram~27145feeder_combout ; +wire \text_gen|char_ram~27145_q ; +wire \text_gen|char_ram~35513_combout ; +wire \text_gen|char_ram~35514_combout ; +wire \text_gen|char_ram~35517_combout ; +wire \text_gen|char_ram~27047_q ; +wire \text_gen|char_ram~27271_q ; +wire \text_gen|char_ram~26935_q ; +wire \text_gen|char_ram~27159_q ; +wire \text_gen|char_ram~35518_combout ; +wire \text_gen|char_ram~35519_combout ; +wire \text_gen|char_ram~35520_combout ; +wire \text_gen|char_ram~12711_q ; +wire \text_gen|char_ram~12935_q ; +wire \text_gen|char_ram~12599_q ; +wire \text_gen|char_ram~12823feeder_combout ; +wire \text_gen|char_ram~12823_q ; +wire \text_gen|char_ram~35487_combout ; +wire \text_gen|char_ram~35488_combout ; +wire \text_gen|char_ram~12907_q ; +wire \text_gen|char_ram~12795_q ; +wire \text_gen|char_ram~12683_q ; +wire \text_gen|char_ram~12571_q ; +wire \text_gen|char_ram~35480_combout ; +wire \text_gen|char_ram~35481_combout ; +wire \text_gen|char_ram~12781feeder_combout ; +wire \text_gen|char_ram~12781_q ; +wire \text_gen|char_ram~12893_q ; +wire \text_gen|char_ram~12557_q ; +wire \text_gen|char_ram~12669_q ; +wire \text_gen|char_ram~35484_combout ; +wire \text_gen|char_ram~35485_combout ; +wire \text_gen|char_ram~12697feeder_combout ; +wire \text_gen|char_ram~12697_q ; +wire \text_gen|char_ram~12921_q ; +wire \text_gen|char_ram~12585_q ; +wire \text_gen|char_ram~12809_q ; +wire \text_gen|char_ram~35482_combout ; +wire \text_gen|char_ram~35483_combout ; +wire \text_gen|char_ram~35486_combout ; +wire \text_gen|char_ram~35489_combout ; +wire \text_gen|char_ram~19879_q ; +wire \text_gen|char_ram~20103_q ; +wire \text_gen|char_ram~19767_q ; +wire \text_gen|char_ram~19991feeder_combout ; +wire \text_gen|char_ram~19991_q ; +wire \text_gen|char_ram~35497_combout ; +wire \text_gen|char_ram~35498_combout ; +wire \text_gen|char_ram~19963feeder_combout ; +wire \text_gen|char_ram~19963_q ; +wire \text_gen|char_ram~20075_q ; +wire \text_gen|char_ram~19851_q ; +wire \text_gen|char_ram~19739_q ; +wire \text_gen|char_ram~35490_combout ; +wire \text_gen|char_ram~35491_combout ; +wire \text_gen|char_ram~19865feeder_combout ; +wire \text_gen|char_ram~19865_q ; +wire \text_gen|char_ram~20089_q ; +wire \text_gen|char_ram~19977feeder_combout ; +wire \text_gen|char_ram~19977_q ; +wire \text_gen|char_ram~19753_q ; +wire \text_gen|char_ram~35492_combout ; +wire \text_gen|char_ram~35493_combout ; +wire \text_gen|char_ram~19725_q ; +wire \text_gen|char_ram~19837feeder_combout ; +wire \text_gen|char_ram~19837_q ; +wire \text_gen|char_ram~35494_combout ; +wire \text_gen|char_ram~20061_q ; +wire \text_gen|char_ram~19949_q ; +wire \text_gen|char_ram~35495_combout ; +wire \text_gen|char_ram~35496_combout ; +wire \text_gen|char_ram~35499_combout ; +wire \text_gen|char_ram~5515feeder_combout ; +wire \text_gen|char_ram~5515_q ; +wire \text_gen|char_ram~5403_q ; +wire \text_gen|char_ram~35500_combout ; +wire \text_gen|char_ram~5739_q ; +wire \text_gen|char_ram~5627_q ; +wire \text_gen|char_ram~35501_combout ; +wire \text_gen|char_ram~5543feeder_combout ; +wire \text_gen|char_ram~5543_q ; +wire \text_gen|char_ram~5767_q ; +wire \text_gen|char_ram~5431_q ; +wire \text_gen|char_ram~5655feeder_combout ; +wire \text_gen|char_ram~5655_q ; +wire \text_gen|char_ram~35507_combout ; +wire \text_gen|char_ram~35508_combout ; +wire \text_gen|char_ram~5529_q ; +wire \text_gen|char_ram~5753_q ; +wire \text_gen|char_ram~5417_q ; +wire \text_gen|char_ram~5641feeder_combout ; +wire \text_gen|char_ram~5641_q ; +wire \text_gen|char_ram~35502_combout ; +wire \text_gen|char_ram~35503_combout ; +wire \text_gen|char_ram~5613_q ; +wire \text_gen|char_ram~5725_q ; +wire \text_gen|char_ram~5389_q ; +wire \text_gen|char_ram~5501feeder_combout ; +wire \text_gen|char_ram~5501_q ; +wire \text_gen|char_ram~35504_combout ; +wire \text_gen|char_ram~35505_combout ; +wire \text_gen|char_ram~35506_combout ; +wire \text_gen|char_ram~35509_combout ; +wire \text_gen|char_ram~35510_combout ; +wire \text_gen|char_ram~35521_combout ; +wire \text_gen|char_ram~35649_combout ; +wire \text_gen|char_ram~10982feeder_combout ; +wire \text_gen|char_ram~10982_q ; +wire \text_gen|char_ram~11094_q ; +wire \text_gen|char_ram~10758_q ; +wire \text_gen|char_ram~10870_q ; +wire \text_gen|char_ram~35227_combout ; +wire \text_gen|char_ram~35228_combout ; +wire \text_gen|char_ram~11038_q ; +wire \text_gen|char_ram~11150_q ; +wire \text_gen|char_ram~10814_q ; +wire \text_gen|char_ram~10926_q ; +wire \text_gen|char_ram~35225_combout ; +wire \text_gen|char_ram~35226_combout ; +wire \text_gen|char_ram~35229_combout ; +wire \text_gen|char_ram~10821_q ; +wire \text_gen|char_ram~11045feeder_combout ; +wire \text_gen|char_ram~11045_q ; +wire \text_gen|char_ram~35230_combout ; +wire \text_gen|char_ram~10933feeder_combout ; +wire \text_gen|char_ram~10933_q ; +wire \text_gen|char_ram~11157_q ; +wire \text_gen|char_ram~35231_combout ; +wire \text_gen|char_ram~10877feeder_combout ; +wire \text_gen|char_ram~10877_q ; +wire \text_gen|char_ram~11101_q ; +wire \text_gen|char_ram~10765_q ; +wire \text_gen|char_ram~10989feeder_combout ; +wire \text_gen|char_ram~10989_q ; +wire \text_gen|char_ram~35223_combout ; +wire \text_gen|char_ram~35224_combout ; +wire \text_gen|char_ram~35232_combout ; +wire \text_gen|char_ram~18206_q ; +wire \text_gen|char_ram~18318_q ; +wire \text_gen|char_ram~17982_q ; +wire \text_gen|char_ram~18094feeder_combout ; +wire \text_gen|char_ram~18094_q ; +wire \text_gen|char_ram~35235_combout ; +wire \text_gen|char_ram~35236_combout ; +wire \text_gen|char_ram~18150_q ; +wire \text_gen|char_ram~18262_q ; +wire \text_gen|char_ram~17926_q ; +wire \text_gen|char_ram~18038feeder_combout ; +wire \text_gen|char_ram~18038_q ; +wire \text_gen|char_ram~35237_combout ; +wire \text_gen|char_ram~35238_combout ; +wire \text_gen|char_ram~35239_combout ; +wire \text_gen|char_ram~17989_q ; +wire \text_gen|char_ram~18213feeder_combout ; +wire \text_gen|char_ram~18213_q ; +wire \text_gen|char_ram~35240_combout ; +wire \text_gen|char_ram~18325_q ; +wire \text_gen|char_ram~18101_q ; +wire \text_gen|char_ram~35241_combout ; +wire \text_gen|char_ram~18045feeder_combout ; +wire \text_gen|char_ram~18045_q ; +wire \text_gen|char_ram~18269_q ; +wire \text_gen|char_ram~18157_q ; +wire \text_gen|char_ram~17933_q ; +wire \text_gen|char_ram~35233_combout ; +wire \text_gen|char_ram~35234_combout ; +wire \text_gen|char_ram~35242_combout ; +wire \text_gen|char_ram~3709_q ; +wire \text_gen|char_ram~3933_q ; +wire \text_gen|char_ram~3821_q ; +wire \text_gen|char_ram~3597_q ; +wire \text_gen|char_ram~35243_combout ; +wire \text_gen|char_ram~35244_combout ; +wire \text_gen|char_ram~3870_q ; +wire \text_gen|char_ram~3982_q ; +wire \text_gen|char_ram~3758feeder_combout ; +wire \text_gen|char_ram~3758_q ; +wire \text_gen|char_ram~3646_q ; +wire \text_gen|char_ram~35245_combout ; +wire \text_gen|char_ram~35246_combout ; +wire \text_gen|char_ram~3814_q ; +wire \text_gen|char_ram~3926_q ; +wire \text_gen|char_ram~3702_q ; +wire \text_gen|char_ram~3590_q ; +wire \text_gen|char_ram~35247_combout ; +wire \text_gen|char_ram~35248_combout ; +wire \text_gen|char_ram~35249_combout ; +wire \text_gen|char_ram~3653_q ; +wire \text_gen|char_ram~3877feeder_combout ; +wire \text_gen|char_ram~3877_q ; +wire \text_gen|char_ram~35250_combout ; +wire \text_gen|char_ram~3989_q ; +wire \text_gen|char_ram~3765_q ; +wire \text_gen|char_ram~35251_combout ; +wire \text_gen|char_ram~35252_combout ; +wire \text_gen|char_ram~35253_combout ; +wire \text_gen|char_ram~25374_q ; +wire \text_gen|char_ram~25486_q ; +wire \text_gen|char_ram~25262_q ; +wire \text_gen|char_ram~25150_q ; +wire \text_gen|char_ram~35256_combout ; +wire \text_gen|char_ram~35257_combout ; +wire \text_gen|char_ram~25318_q ; +wire \text_gen|char_ram~25430_q ; +wire \text_gen|char_ram~25094_q ; +wire \text_gen|char_ram~25206_q ; +wire \text_gen|char_ram~35258_combout ; +wire \text_gen|char_ram~35259_combout ; +wire \text_gen|char_ram~35260_combout ; +wire \text_gen|char_ram~25381_q ; +wire \text_gen|char_ram~25157_q ; +wire \text_gen|char_ram~35261_combout ; +wire \text_gen|char_ram~25493_q ; +wire \text_gen|char_ram~25269_q ; +wire \text_gen|char_ram~35262_combout ; +wire \text_gen|char_ram~25213_q ; +wire \text_gen|char_ram~25437_q ; +wire \text_gen|char_ram~25325_q ; +wire \text_gen|char_ram~25101_q ; +wire \text_gen|char_ram~35254_combout ; +wire \text_gen|char_ram~35255_combout ; +wire \text_gen|char_ram~35263_combout ; +wire \text_gen|char_ram~35264_combout ; +wire \text_gen|char_ram~10947feeder_combout ; +wire \text_gen|char_ram~10947_q ; +wire \text_gen|char_ram~11171_q ; +wire \text_gen|char_ram~10835_q ; +wire \text_gen|char_ram~11059feeder_combout ; +wire \text_gen|char_ram~11059_q ; +wire \text_gen|char_ram~35198_combout ; +wire \text_gen|char_ram~35199_combout ; +wire \text_gen|char_ram~10996feeder_combout ; +wire \text_gen|char_ram~10996_q ; +wire \text_gen|char_ram~11108_q ; +wire \text_gen|char_ram~10884feeder_combout ; +wire \text_gen|char_ram~10884_q ; +wire \text_gen|char_ram~10772_q ; +wire \text_gen|char_ram~35195_combout ; +wire \text_gen|char_ram~35196_combout ; +wire \text_gen|char_ram~11052_q ; +wire \text_gen|char_ram~11164_q ; +wire \text_gen|char_ram~10828_q ; +wire \text_gen|char_ram~10940feeder_combout ; +wire \text_gen|char_ram~10940_q ; +wire \text_gen|char_ram~35193_combout ; +wire \text_gen|char_ram~35194_combout ; +wire \text_gen|char_ram~35197_combout ; +wire \text_gen|char_ram~10891feeder_combout ; +wire \text_gen|char_ram~10891_q ; +wire \text_gen|char_ram~11115_q ; +wire \text_gen|char_ram~10779_q ; +wire \text_gen|char_ram~11003feeder_combout ; +wire \text_gen|char_ram~11003_q ; +wire \text_gen|char_ram~35191_combout ; +wire \text_gen|char_ram~35192_combout ; +wire \text_gen|char_ram~35200_combout ; +wire \text_gen|char_ram~3891feeder_combout ; +wire \text_gen|char_ram~3891_q ; +wire \text_gen|char_ram~3667_q ; +wire \text_gen|char_ram~35208_combout ; +wire \text_gen|char_ram~4003_q ; +wire \text_gen|char_ram~3779feeder_combout ; +wire \text_gen|char_ram~3779_q ; +wire \text_gen|char_ram~35209_combout ; +wire \text_gen|char_ram~3723_q ; +wire \text_gen|char_ram~3947_q ; +wire \text_gen|char_ram~3611_q ; +wire \text_gen|char_ram~3835feeder_combout ; +wire \text_gen|char_ram~3835_q ; +wire \text_gen|char_ram~35201_combout ; +wire \text_gen|char_ram~35202_combout ; +wire \text_gen|char_ram~3884_q ; +wire \text_gen|char_ram~3996_q ; +wire \text_gen|char_ram~3660_q ; +wire \text_gen|char_ram~3772feeder_combout ; +wire \text_gen|char_ram~3772_q ; +wire \text_gen|char_ram~35203_combout ; +wire \text_gen|char_ram~35204_combout ; +wire \text_gen|char_ram~3828feeder_combout ; +wire \text_gen|char_ram~3828_q ; +wire \text_gen|char_ram~3940_q ; +wire \text_gen|char_ram~3604_q ; +wire \text_gen|char_ram~3716_q ; +wire \text_gen|char_ram~35205_combout ; +wire \text_gen|char_ram~35206_combout ; +wire \text_gen|char_ram~35207_combout ; +wire \text_gen|char_ram~35210_combout ; +wire \text_gen|char_ram~35211_combout ; +wire \text_gen|char_ram~25164_q ; +wire \text_gen|char_ram~25276_q ; +wire \text_gen|char_ram~35212_combout ; +wire \text_gen|char_ram~25500_q ; +wire \text_gen|char_ram~25388_q ; +wire \text_gen|char_ram~35213_combout ; +wire \text_gen|char_ram~25283_q ; +wire \text_gen|char_ram~25507_q ; +wire \text_gen|char_ram~25171_q ; +wire \text_gen|char_ram~25395_q ; +wire \text_gen|char_ram~35219_combout ; +wire \text_gen|char_ram~35220_combout ; +wire \text_gen|char_ram~25227feeder_combout ; +wire \text_gen|char_ram~25227_q ; +wire \text_gen|char_ram~25451_q ; +wire \text_gen|char_ram~25115_q ; +wire \text_gen|char_ram~25339feeder_combout ; +wire \text_gen|char_ram~25339_q ; +wire \text_gen|char_ram~35214_combout ; +wire \text_gen|char_ram~35215_combout ; +wire \text_gen|char_ram~25332feeder_combout ; +wire \text_gen|char_ram~25332_q ; +wire \text_gen|char_ram~25444_q ; +wire \text_gen|char_ram~25220feeder_combout ; +wire \text_gen|char_ram~25220_q ; +wire \text_gen|char_ram~25108_q ; +wire \text_gen|char_ram~35216_combout ; +wire \text_gen|char_ram~35217_combout ; +wire \text_gen|char_ram~35218_combout ; +wire \text_gen|char_ram~35221_combout ; +wire \text_gen|char_ram~17947_q ; +wire \text_gen|char_ram~18171feeder_combout ; +wire \text_gen|char_ram~18171_q ; +wire \text_gen|char_ram~35181_combout ; +wire \text_gen|char_ram~18283_q ; +wire \text_gen|char_ram~18059_q ; +wire \text_gen|char_ram~35182_combout ; +wire \text_gen|char_ram~18164feeder_combout ; +wire \text_gen|char_ram~18164_q ; +wire \text_gen|char_ram~18276_q ; +wire \text_gen|char_ram~18052feeder_combout ; +wire \text_gen|char_ram~18052_q ; +wire \text_gen|char_ram~17940_q ; +wire \text_gen|char_ram~35185_combout ; +wire \text_gen|char_ram~35186_combout ; +wire \text_gen|char_ram~18220_q ; +wire \text_gen|char_ram~18332_q ; +wire \text_gen|char_ram~17996_q ; +wire \text_gen|char_ram~18108_q ; +wire \text_gen|char_ram~35183_combout ; +wire \text_gen|char_ram~35184_combout ; +wire \text_gen|char_ram~35187_combout ; +wire \text_gen|char_ram~18115feeder_combout ; +wire \text_gen|char_ram~18115_q ; +wire \text_gen|char_ram~18339_q ; +wire \text_gen|char_ram~18003_q ; +wire \text_gen|char_ram~18227_q ; +wire \text_gen|char_ram~35188_combout ; +wire \text_gen|char_ram~35189_combout ; +wire \text_gen|char_ram~35190_combout ; +wire \text_gen|char_ram~35222_combout ; +wire \text_gen|char_ram~35265_combout ; +wire \text_gen|char_ram~10919feeder_combout ; +wire \text_gen|char_ram~10919_q ; +wire \text_gen|char_ram~11143_q ; +wire \text_gen|char_ram~10807_q ; +wire \text_gen|char_ram~11031feeder_combout ; +wire \text_gen|char_ram~11031_q ; +wire \text_gen|char_ram~35276_combout ; +wire \text_gen|char_ram~35277_combout ; +wire \text_gen|char_ram~25255_q ; +wire \text_gen|char_ram~25479_q ; +wire \text_gen|char_ram~25143_q ; +wire \text_gen|char_ram~25367_q ; +wire \text_gen|char_ram~35283_combout ; +wire \text_gen|char_ram~35284_combout ; +wire \text_gen|char_ram~3639_q ; +wire \text_gen|char_ram~3751_q ; +wire \text_gen|char_ram~35280_combout ; +wire \text_gen|char_ram~3975_q ; +wire \text_gen|char_ram~3863feeder_combout ; +wire \text_gen|char_ram~3863_q ; +wire \text_gen|char_ram~35281_combout ; +wire \text_gen|char_ram~18087_q ; +wire \text_gen|char_ram~17975_q ; +wire \text_gen|char_ram~35278_combout ; +wire \text_gen|char_ram~18311_q ; +wire \text_gen|char_ram~18199feeder_combout ; +wire \text_gen|char_ram~18199_q ; +wire \text_gen|char_ram~35279_combout ; +wire \text_gen|char_ram~35282_combout ; +wire \text_gen|char_ram~35285_combout ; +wire \text_gen|char_ram~10912_q ; +wire \text_gen|char_ram~11136_q ; +wire \text_gen|char_ram~10800_q ; +wire \text_gen|char_ram~11024feeder_combout ; +wire \text_gen|char_ram~11024_q ; +wire \text_gen|char_ram~35286_combout ; +wire \text_gen|char_ram~35287_combout ; +wire \text_gen|char_ram~3856_q ; +wire \text_gen|char_ram~3968_q ; +wire \text_gen|char_ram~3744feeder_combout ; +wire \text_gen|char_ram~3744_q ; +wire \text_gen|char_ram~3632_q ; +wire \text_gen|char_ram~35290_combout ; +wire \text_gen|char_ram~35291_combout ; +wire \text_gen|char_ram~18192_q ; +wire \text_gen|char_ram~18304_q ; +wire \text_gen|char_ram~18080_q ; +wire \text_gen|char_ram~17968_q ; +wire \text_gen|char_ram~35288_combout ; +wire \text_gen|char_ram~35289_combout ; +wire \text_gen|char_ram~35292_combout ; +wire \text_gen|char_ram~25248_q ; +wire \text_gen|char_ram~25472_q ; +wire \text_gen|char_ram~25136_q ; +wire \text_gen|char_ram~25360feeder_combout ; +wire \text_gen|char_ram~25360_q ; +wire \text_gen|char_ram~35293_combout ; +wire \text_gen|char_ram~35294_combout ; +wire \text_gen|char_ram~35295_combout ; +wire \text_gen|char_ram~35296_combout ; +wire \text_gen|char_ram~10856_q ; +wire \text_gen|char_ram~11080_q ; +wire \text_gen|char_ram~35266_combout ; +wire \text_gen|char_ram~11192_q ; +wire \text_gen|char_ram~10968_q ; +wire \text_gen|char_ram~35267_combout ; +wire \text_gen|char_ram~25416_q ; +wire \text_gen|char_ram~25192_q ; +wire \text_gen|char_ram~35273_combout ; +wire \text_gen|char_ram~25528_q ; +wire \text_gen|char_ram~25304feeder_combout ; +wire \text_gen|char_ram~25304_q ; +wire \text_gen|char_ram~35274_combout ; +wire \text_gen|char_ram~3912feeder_combout ; +wire \text_gen|char_ram~3912_q ; +wire \text_gen|char_ram~4024_q ; +wire \text_gen|char_ram~3688_q ; +wire \text_gen|char_ram~3800feeder_combout ; +wire \text_gen|char_ram~3800_q ; +wire \text_gen|char_ram~35270_combout ; +wire \text_gen|char_ram~35271_combout ; +wire \text_gen|char_ram~18248feeder_combout ; +wire \text_gen|char_ram~18248_q ; +wire \text_gen|char_ram~18360_q ; +wire \text_gen|char_ram~18024_q ; +wire \text_gen|char_ram~18136_q ; +wire \text_gen|char_ram~35268_combout ; +wire \text_gen|char_ram~35269_combout ; +wire \text_gen|char_ram~35272_combout ; +wire \text_gen|char_ram~35275_combout ; +wire \text_gen|char_ram~10975_q ; +wire \text_gen|char_ram~11199_q ; +wire \text_gen|char_ram~10863_q ; +wire \text_gen|char_ram~11087_q ; +wire \text_gen|char_ram~35297_combout ; +wire \text_gen|char_ram~35298_combout ; +wire \text_gen|char_ram~25311_q ; +wire \text_gen|char_ram~25535_q ; +wire \text_gen|char_ram~25199_q ; +wire \text_gen|char_ram~25423feeder_combout ; +wire \text_gen|char_ram~25423_q ; +wire \text_gen|char_ram~35304_combout ; +wire \text_gen|char_ram~35305_combout ; +wire \text_gen|char_ram~18255_q ; +wire \text_gen|char_ram~18143feeder_combout ; +wire \text_gen|char_ram~18143_q ; +wire \text_gen|char_ram~18031_q ; +wire \text_gen|char_ram~35299_combout ; +wire \text_gen|char_ram~18367_q ; +wire \text_gen|char_ram~35300_combout ; +wire \text_gen|char_ram~3919_q ; +wire \text_gen|char_ram~4031_q ; +wire \text_gen|char_ram~3695_q ; +wire \text_gen|char_ram~3807feeder_combout ; +wire \text_gen|char_ram~3807_q ; +wire \text_gen|char_ram~35301_combout ; +wire \text_gen|char_ram~35302_combout ; +wire \text_gen|char_ram~35303_combout ; +wire \text_gen|char_ram~35306_combout ; +wire \text_gen|char_ram~35307_combout ; +wire \text_gen|char_ram~18129_q ; +wire \text_gen|char_ram~18353_q ; +wire \text_gen|char_ram~18017_q ; +wire \text_gen|char_ram~18241feeder_combout ; +wire \text_gen|char_ram~18241_q ; +wire \text_gen|char_ram~35156_combout ; +wire \text_gen|char_ram~35157_combout ; +wire \text_gen|char_ram~18234feeder_combout ; +wire \text_gen|char_ram~18234_q ; +wire \text_gen|char_ram~18010_q ; +wire \text_gen|char_ram~18346_q ; +wire \text_gen|char_ram~18122_q ; +wire \text_gen|char_ram~35151_combout ; +wire \text_gen|char_ram~35152_combout ; +wire \text_gen|char_ram~18178feeder_combout ; +wire \text_gen|char_ram~18178_q ; +wire \text_gen|char_ram~18290_q ; +wire \text_gen|char_ram~17954_q ; +wire \text_gen|char_ram~18066feeder_combout ; +wire \text_gen|char_ram~18066_q ; +wire \text_gen|char_ram~35153_combout ; +wire \text_gen|char_ram~35154_combout ; +wire \text_gen|char_ram~35155_combout ; +wire \text_gen|char_ram~18073_q ; +wire \text_gen|char_ram~18297_q ; +wire \text_gen|char_ram~18185feeder_combout ; +wire \text_gen|char_ram~18185_q ; +wire \text_gen|char_ram~17961_q ; +wire \text_gen|char_ram~35149_combout ; +wire \text_gen|char_ram~35150_combout ; +wire \text_gen|char_ram~35158_combout ; +wire \text_gen|char_ram~3737_q ; +wire \text_gen|char_ram~3961_q ; +wire \text_gen|char_ram~3625_q ; +wire \text_gen|char_ram~3849_q ; +wire \text_gen|char_ram~35159_combout ; +wire \text_gen|char_ram~35160_combout ; +wire \text_gen|char_ram~3905_q ; +wire \text_gen|char_ram~3681_q ; +wire \text_gen|char_ram~35166_combout ; +wire \text_gen|char_ram~4017_q ; +wire \text_gen|char_ram~3793_q ; +wire \text_gen|char_ram~35167_combout ; +wire \text_gen|char_ram~3842feeder_combout ; +wire \text_gen|char_ram~3842_q ; +wire \text_gen|char_ram~3954_q ; +wire \text_gen|char_ram~3618_q ; +wire \text_gen|char_ram~3730feeder_combout ; +wire \text_gen|char_ram~3730_q ; +wire \text_gen|char_ram~35163_combout ; +wire \text_gen|char_ram~35164_combout ; +wire \text_gen|char_ram~3898feeder_combout ; +wire \text_gen|char_ram~3898_q ; +wire \text_gen|char_ram~4010_q ; +wire \text_gen|char_ram~3674_q ; +wire \text_gen|char_ram~3786_q ; +wire \text_gen|char_ram~35161_combout ; +wire \text_gen|char_ram~35162_combout ; +wire \text_gen|char_ram~35165_combout ; +wire \text_gen|char_ram~35168_combout ; +wire \text_gen|char_ram~35169_combout ; +wire \text_gen|char_ram~10961_q ; +wire \text_gen|char_ram~10849_q ; +wire \text_gen|char_ram~11073feeder_combout ; +wire \text_gen|char_ram~11073_q ; +wire \text_gen|char_ram~35146_combout ; +wire \text_gen|char_ram~11185_q ; +wire \text_gen|char_ram~35147_combout ; +wire \text_gen|char_ram~11129_q ; +wire \text_gen|char_ram~10905_q ; +wire \text_gen|char_ram~10793_q ; +wire \text_gen|char_ram~11017_q ; +wire \text_gen|char_ram~35139_combout ; +wire \text_gen|char_ram~35140_combout ; +wire \text_gen|char_ram~11010_q ; +wire \text_gen|char_ram~11122_q ; +wire \text_gen|char_ram~10786_q ; +wire \text_gen|char_ram~10898feeder_combout ; +wire \text_gen|char_ram~10898_q ; +wire \text_gen|char_ram~35143_combout ; +wire \text_gen|char_ram~35144_combout ; +wire \text_gen|char_ram~10954_q ; +wire \text_gen|char_ram~10842_q ; +wire \text_gen|char_ram~35141_combout ; +wire \text_gen|char_ram~11178_q ; +wire \text_gen|char_ram~11066_q ; +wire \text_gen|char_ram~35142_combout ; +wire \text_gen|char_ram~35145_combout ; +wire \text_gen|char_ram~35148_combout ; +wire \text_gen|char_ram~25234_q ; +wire \text_gen|char_ram~25458_q ; +wire \text_gen|char_ram~35174_combout ; +wire \text_gen|char_ram~25122_q ; +wire \text_gen|char_ram~25346_q ; +wire \text_gen|char_ram~35175_combout ; +wire \text_gen|char_ram~25402_q ; +wire \text_gen|char_ram~25514_q ; +wire \text_gen|char_ram~25178_q ; +wire \text_gen|char_ram~25290feeder_combout ; +wire \text_gen|char_ram~25290_q ; +wire \text_gen|char_ram~35172_combout ; +wire \text_gen|char_ram~35173_combout ; +wire \text_gen|char_ram~35176_combout ; +wire \text_gen|char_ram~25297feeder_combout ; +wire \text_gen|char_ram~25297_q ; +wire \text_gen|char_ram~25521_q ; +wire \text_gen|char_ram~25185_q ; +wire \text_gen|char_ram~25409feeder_combout ; +wire \text_gen|char_ram~25409_q ; +wire \text_gen|char_ram~35177_combout ; +wire \text_gen|char_ram~35178_combout ; +wire \text_gen|char_ram~25241_q ; +wire \text_gen|char_ram~25465_q ; +wire \text_gen|char_ram~25129_q ; +wire \text_gen|char_ram~25353_q ; +wire \text_gen|char_ram~35170_combout ; +wire \text_gen|char_ram~35171_combout ; +wire \text_gen|char_ram~35179_combout ; +wire \text_gen|char_ram~35180_combout ; +wire \text_gen|char_ram~35308_combout ; +wire \text_gen|char_ram~7307_q ; +wire \text_gen|char_ram~7531_q ; +wire \text_gen|char_ram~7195_q ; +wire \text_gen|char_ram~7419feeder_combout ; +wire \text_gen|char_ram~7419_q ; +wire \text_gen|char_ram~35351_combout ; +wire \text_gen|char_ram~35352_combout ; +wire \text_gen|char_ram~7475_q ; +wire \text_gen|char_ram~7251_q ; +wire \text_gen|char_ram~35358_combout ; +wire \text_gen|char_ram~7587_q ; +wire \text_gen|char_ram~7363_q ; +wire \text_gen|char_ram~35359_combout ; +wire \text_gen|char_ram~7412_q ; +wire \text_gen|char_ram~7524_q ; +wire \text_gen|char_ram~7188_q ; +wire \text_gen|char_ram~7300feeder_combout ; +wire \text_gen|char_ram~7300_q ; +wire \text_gen|char_ram~35355_combout ; +wire \text_gen|char_ram~35356_combout ; +wire \text_gen|char_ram~7468feeder_combout ; +wire \text_gen|char_ram~7468_q ; +wire \text_gen|char_ram~7356_q ; +wire \text_gen|char_ram~7244_q ; +wire \text_gen|char_ram~35353_combout ; +wire \text_gen|char_ram~7580_q ; +wire \text_gen|char_ram~35354_combout ; +wire \text_gen|char_ram~35357_combout ; +wire \text_gen|char_ram~35360_combout ; +wire \text_gen|char_ram~14587_q ; +wire \text_gen|char_ram~14363_q ; +wire \text_gen|char_ram~35361_combout ; +wire \text_gen|char_ram~14699_q ; +wire \text_gen|char_ram~14475feeder_combout ; +wire \text_gen|char_ram~14475_q ; +wire \text_gen|char_ram~35362_combout ; +wire \text_gen|char_ram~14531_q ; +wire \text_gen|char_ram~14755_q ; +wire \text_gen|char_ram~14419_q ; +wire \text_gen|char_ram~14643feeder_combout ; +wire \text_gen|char_ram~14643_q ; +wire \text_gen|char_ram~35368_combout ; +wire \text_gen|char_ram~35369_combout ; +wire \text_gen|char_ram~14580_q ; +wire \text_gen|char_ram~14692_q ; +wire \text_gen|char_ram~14356_q ; +wire \text_gen|char_ram~14468_q ; +wire \text_gen|char_ram~35365_combout ; +wire \text_gen|char_ram~35366_combout ; +wire \text_gen|char_ram~14636feeder_combout ; +wire \text_gen|char_ram~14636_q ; +wire \text_gen|char_ram~14748_q ; +wire \text_gen|char_ram~14412_q ; +wire \text_gen|char_ram~14524_q ; +wire \text_gen|char_ram~35363_combout ; +wire \text_gen|char_ram~35364_combout ; +wire \text_gen|char_ram~35367_combout ; +wire \text_gen|char_ram~35370_combout ; +wire \text_gen|char_ram~363feeder_combout ; +wire \text_gen|char_ram~363_q ; +wire \text_gen|char_ram~139feeder_combout ; +wire \text_gen|char_ram~139_q ; +wire \text_gen|char_ram~251_q ; +wire \text_gen|char_ram~27_q ; +wire \text_gen|char_ram~35371_combout ; +wire \text_gen|char_ram~35372_combout ; +wire \text_gen|char_ram~76_q ; +wire \text_gen|char_ram~188feeder_combout ; +wire \text_gen|char_ram~188_q ; +wire \text_gen|char_ram~35373_combout ; +wire \text_gen|char_ram~412_q ; +wire \text_gen|char_ram~300feeder_combout ; +wire \text_gen|char_ram~300_q ; +wire \text_gen|char_ram~35374_combout ; +wire \text_gen|char_ram~244feeder_combout ; +wire \text_gen|char_ram~244_q ; +wire \text_gen|char_ram~356_q ; +wire \text_gen|char_ram~20_q ; +wire \text_gen|char_ram~132feeder_combout ; +wire \text_gen|char_ram~132_q ; +wire \text_gen|char_ram~35375_combout ; +wire \text_gen|char_ram~35376_combout ; +wire \text_gen|char_ram~35377_combout ; +wire \text_gen|char_ram~195_q ; +wire \text_gen|char_ram~419_q ; +wire \text_gen|char_ram~83_q ; +wire \text_gen|char_ram~307_q ; +wire \text_gen|char_ram~35378_combout ; +wire \text_gen|char_ram~35379_combout ; +wire \text_gen|char_ram~35380_combout ; +wire \text_gen|char_ram~35381_combout ; +wire \text_gen|char_ram~21580_q ; +wire \text_gen|char_ram~21692feeder_combout ; +wire \text_gen|char_ram~21692_q ; +wire \text_gen|char_ram~35384_combout ; +wire \text_gen|char_ram~21916_q ; +wire \text_gen|char_ram~21804_q ; +wire \text_gen|char_ram~35385_combout ; +wire \text_gen|char_ram~21748feeder_combout ; +wire \text_gen|char_ram~21748_q ; +wire \text_gen|char_ram~21860_q ; +wire \text_gen|char_ram~21524_q ; +wire \text_gen|char_ram~21636_q ; +wire \text_gen|char_ram~35386_combout ; +wire \text_gen|char_ram~35387_combout ; +wire \text_gen|char_ram~35388_combout ; +wire \text_gen|char_ram~21699feeder_combout ; +wire \text_gen|char_ram~21699_q ; +wire \text_gen|char_ram~21923_q ; +wire \text_gen|char_ram~21587_q ; +wire \text_gen|char_ram~21811_q ; +wire \text_gen|char_ram~35389_combout ; +wire \text_gen|char_ram~35390_combout ; +wire \text_gen|char_ram~21643_q ; +wire \text_gen|char_ram~21867_q ; +wire \text_gen|char_ram~21531feeder_combout ; +wire \text_gen|char_ram~21531_q ; +wire \text_gen|char_ram~21755_q ; +wire \text_gen|char_ram~35382_combout ; +wire \text_gen|char_ram~35383_combout ; +wire \text_gen|char_ram~35391_combout ; +wire \text_gen|char_ram~35392_combout ; +wire \text_gen|char_ram~14517_q ; +wire \text_gen|char_ram~14741_q ; +wire \text_gen|char_ram~14629feeder_combout ; +wire \text_gen|char_ram~14629_q ; +wire \text_gen|char_ram~14405_q ; +wire \text_gen|char_ram~35400_combout ; +wire \text_gen|char_ram~35401_combout ; +wire \text_gen|char_ram~14566_q ; +wire \text_gen|char_ram~14678_q ; +wire \text_gen|char_ram~14454feeder_combout ; +wire \text_gen|char_ram~14454_q ; +wire \text_gen|char_ram~14342_q ; +wire \text_gen|char_ram~35397_combout ; +wire \text_gen|char_ram~35398_combout ; +wire \text_gen|char_ram~14622_q ; +wire \text_gen|char_ram~14734_q ; +wire \text_gen|char_ram~14398_q ; +wire \text_gen|char_ram~14510feeder_combout ; +wire \text_gen|char_ram~14510_q ; +wire \text_gen|char_ram~35395_combout ; +wire \text_gen|char_ram~35396_combout ; +wire \text_gen|char_ram~35399_combout ; +wire \text_gen|char_ram~14461feeder_combout ; +wire \text_gen|char_ram~14461_q ; +wire \text_gen|char_ram~14685_q ; +wire \text_gen|char_ram~14349_q ; +wire \text_gen|char_ram~14573_q ; +wire \text_gen|char_ram~35393_combout ; +wire \text_gen|char_ram~35394_combout ; +wire \text_gen|char_ram~35402_combout ; +wire \text_gen|char_ram~21573_q ; +wire \text_gen|char_ram~21797_q ; +wire \text_gen|char_ram~35431_combout ; +wire \text_gen|char_ram~21909_q ; +wire \text_gen|char_ram~21685feeder_combout ; +wire \text_gen|char_ram~21685_q ; +wire \text_gen|char_ram~35432_combout ; +wire \text_gen|char_ram~21790_q ; +wire \text_gen|char_ram~21902_q ; +wire \text_gen|char_ram~21678feeder_combout ; +wire \text_gen|char_ram~21678_q ; +wire \text_gen|char_ram~21566_q ; +wire \text_gen|char_ram~35426_combout ; +wire \text_gen|char_ram~35427_combout ; +wire \text_gen|char_ram~21734feeder_combout ; +wire \text_gen|char_ram~21734_q ; +wire \text_gen|char_ram~21846_q ; +wire \text_gen|char_ram~21622_q ; +wire \text_gen|char_ram~21510_q ; +wire \text_gen|char_ram~35428_combout ; +wire \text_gen|char_ram~35429_combout ; +wire \text_gen|char_ram~35430_combout ; +wire \text_gen|char_ram~21629feeder_combout ; +wire \text_gen|char_ram~21629_q ; +wire \text_gen|char_ram~21853_q ; +wire \text_gen|char_ram~21517_q ; +wire \text_gen|char_ram~21741_q ; +wire \text_gen|char_ram~35424_combout ; +wire \text_gen|char_ram~35425_combout ; +wire \text_gen|char_ram~35433_combout ; +wire \text_gen|char_ram~125_q ; +wire \text_gen|char_ram~349_q ; +wire \text_gen|char_ram~13_q ; +wire \text_gen|char_ram~237_q ; +wire \text_gen|char_ram~35413_combout ; +wire \text_gen|char_ram~35414_combout ; +wire \text_gen|char_ram~181_q ; +wire \text_gen|char_ram~405_q ; +wire \text_gen|char_ram~69_q ; +wire \text_gen|char_ram~293feeder_combout ; +wire \text_gen|char_ram~293_q ; +wire \text_gen|char_ram~35420_combout ; +wire \text_gen|char_ram~35421_combout ; +wire \text_gen|char_ram~118_q ; +wire \text_gen|char_ram~342_q ; +wire \text_gen|char_ram~6_q ; +wire \text_gen|char_ram~230feeder_combout ; +wire \text_gen|char_ram~230_q ; +wire \text_gen|char_ram~35417_combout ; +wire \text_gen|char_ram~35418_combout ; +wire \text_gen|char_ram~286feeder_combout ; +wire \text_gen|char_ram~286_q ; +wire \text_gen|char_ram~398_q ; +wire \text_gen|char_ram~62_q ; +wire \text_gen|char_ram~174_q ; +wire \text_gen|char_ram~35415_combout ; +wire \text_gen|char_ram~35416_combout ; +wire \text_gen|char_ram~35419_combout ; +wire \text_gen|char_ram~35422_combout ; +wire \text_gen|char_ram~7293feeder_combout ; +wire \text_gen|char_ram~7293_q ; +wire \text_gen|char_ram~7517_q ; +wire \text_gen|char_ram~7405_q ; +wire \text_gen|char_ram~7181_q ; +wire \text_gen|char_ram~35403_combout ; +wire \text_gen|char_ram~35404_combout ; +wire \text_gen|char_ram~7237_q ; +wire \text_gen|char_ram~7461_q ; +wire \text_gen|char_ram~35410_combout ; +wire \text_gen|char_ram~7573_q ; +wire \text_gen|char_ram~7349feeder_combout ; +wire \text_gen|char_ram~7349_q ; +wire \text_gen|char_ram~35411_combout ; +wire \text_gen|char_ram~7454_q ; +wire \text_gen|char_ram~7566_q ; +wire \text_gen|char_ram~7230_q ; +wire \text_gen|char_ram~7342_q ; +wire \text_gen|char_ram~35405_combout ; +wire \text_gen|char_ram~35406_combout ; +wire \text_gen|char_ram~7398feeder_combout ; +wire \text_gen|char_ram~7398_q ; +wire \text_gen|char_ram~7510_q ; +wire \text_gen|char_ram~7286feeder_combout ; +wire \text_gen|char_ram~7286_q ; +wire \text_gen|char_ram~7174_q ; +wire \text_gen|char_ram~35407_combout ; +wire \text_gen|char_ram~35408_combout ; +wire \text_gen|char_ram~35409_combout ; +wire \text_gen|char_ram~35412_combout ; +wire \text_gen|char_ram~35423_combout ; +wire \text_gen|char_ram~35434_combout ; +wire \text_gen|char_ram~35435_combout ; +wire \text_gen|char_ram~7258_q ; +wire \text_gen|char_ram~7370feeder_combout ; +wire \text_gen|char_ram~7370_q ; +wire \text_gen|char_ram~35321_combout ; +wire \text_gen|char_ram~7594_q ; +wire \text_gen|char_ram~7482feeder_combout ; +wire \text_gen|char_ram~7482_q ; +wire \text_gen|char_ram~35322_combout ; +wire \text_gen|char_ram~7426feeder_combout ; +wire \text_gen|char_ram~7426_q ; +wire \text_gen|char_ram~7202_q ; +wire \text_gen|char_ram~7314_q ; +wire \text_gen|char_ram~7538_q ; +wire \text_gen|char_ram~35323_combout ; +wire \text_gen|char_ram~35324_combout ; +wire \text_gen|char_ram~35325_combout ; +wire \text_gen|char_ram~7377_q ; +wire \text_gen|char_ram~7601_q ; +wire \text_gen|char_ram~7489feeder_combout ; +wire \text_gen|char_ram~7489_q ; +wire \text_gen|char_ram~7265_q ; +wire \text_gen|char_ram~35326_combout ; +wire \text_gen|char_ram~35327_combout ; +wire \text_gen|char_ram~7321feeder_combout ; +wire \text_gen|char_ram~7321_q ; +wire \text_gen|char_ram~7545_q ; +wire \text_gen|char_ram~7209_q ; +wire \text_gen|char_ram~7433_q ; +wire \text_gen|char_ram~35319_combout ; +wire \text_gen|char_ram~35320_combout ; +wire \text_gen|char_ram~35328_combout ; +wire \text_gen|char_ram~97_q ; +wire \text_gen|char_ram~321_q ; +wire \text_gen|char_ram~35336_combout ; +wire \text_gen|char_ram~433_q ; +wire \text_gen|char_ram~209_q ; +wire \text_gen|char_ram~35337_combout ; +wire \text_gen|char_ram~153_q ; +wire \text_gen|char_ram~377_q ; +wire \text_gen|char_ram~41_q ; +wire \text_gen|char_ram~265feeder_combout ; +wire \text_gen|char_ram~265_q ; +wire \text_gen|char_ram~35329_combout ; +wire \text_gen|char_ram~35330_combout ; +wire \text_gen|char_ram~314_q ; +wire \text_gen|char_ram~426_q ; +wire \text_gen|char_ram~90_q ; +wire \text_gen|char_ram~202feeder_combout ; +wire \text_gen|char_ram~202_q ; +wire \text_gen|char_ram~35331_combout ; +wire \text_gen|char_ram~35332_combout ; +wire \text_gen|char_ram~258feeder_combout ; +wire \text_gen|char_ram~258_q ; +wire \text_gen|char_ram~370_q ; +wire \text_gen|char_ram~34_q ; +wire \text_gen|char_ram~146_q ; +wire \text_gen|char_ram~35333_combout ; +wire \text_gen|char_ram~35334_combout ; +wire \text_gen|char_ram~35335_combout ; +wire \text_gen|char_ram~35338_combout ; +wire \text_gen|char_ram~35339_combout ; +wire \text_gen|char_ram~21657feeder_combout ; +wire \text_gen|char_ram~21657_q ; +wire \text_gen|char_ram~21881_q ; +wire \text_gen|char_ram~21545_q ; +wire \text_gen|char_ram~21769feeder_combout ; +wire \text_gen|char_ram~21769_q ; +wire \text_gen|char_ram~35340_combout ; +wire \text_gen|char_ram~35341_combout ; +wire \text_gen|char_ram~21713_q ; +wire \text_gen|char_ram~21937_q ; +wire \text_gen|char_ram~21825_q ; +wire \text_gen|char_ram~21601_q ; +wire \text_gen|char_ram~35347_combout ; +wire \text_gen|char_ram~35348_combout ; +wire \text_gen|char_ram~21818feeder_combout ; +wire \text_gen|char_ram~21818_q ; +wire \text_gen|char_ram~21930_q ; +wire \text_gen|char_ram~21594_q ; +wire \text_gen|char_ram~21706feeder_combout ; +wire \text_gen|char_ram~21706_q ; +wire \text_gen|char_ram~35342_combout ; +wire \text_gen|char_ram~35343_combout ; +wire \text_gen|char_ram~21762_q ; +wire \text_gen|char_ram~21874_q ; +wire \text_gen|char_ram~21538_q ; +wire \text_gen|char_ram~21650feeder_combout ; +wire \text_gen|char_ram~21650_q ; +wire \text_gen|char_ram~35344_combout ; +wire \text_gen|char_ram~35345_combout ; +wire \text_gen|char_ram~35346_combout ; +wire \text_gen|char_ram~35349_combout ; +wire \text_gen|char_ram~14713_q ; +wire \text_gen|char_ram~14377_q ; +wire \text_gen|char_ram~14601_q ; +wire \text_gen|char_ram~35309_combout ; +wire \text_gen|char_ram~14489feeder_combout ; +wire \text_gen|char_ram~14489_q ; +wire \text_gen|char_ram~35310_combout ; +wire \text_gen|char_ram~14545feeder_combout ; +wire \text_gen|char_ram~14545_q ; +wire \text_gen|char_ram~14769_q ; +wire \text_gen|char_ram~14433_q ; +wire \text_gen|char_ram~14657_q ; +wire \text_gen|char_ram~35316_combout ; +wire \text_gen|char_ram~35317_combout ; +wire \text_gen|char_ram~14370_q ; +wire \text_gen|char_ram~14482_q ; +wire \text_gen|char_ram~35313_combout ; +wire \text_gen|char_ram~14706_q ; +wire \text_gen|char_ram~14594_q ; +wire \text_gen|char_ram~35314_combout ; +wire \text_gen|char_ram~14650_q ; +wire \text_gen|char_ram~14762_q ; +wire \text_gen|char_ram~14426_q ; +wire \text_gen|char_ram~14538_q ; +wire \text_gen|char_ram~35311_combout ; +wire \text_gen|char_ram~35312_combout ; +wire \text_gen|char_ram~35315_combout ; +wire \text_gen|char_ram~35318_combout ; +wire \text_gen|char_ram~35350_combout ; +wire \text_gen|char_ram~14440_q ; +wire \text_gen|char_ram~14552_q ; +wire \text_gen|char_ram~35438_combout ; +wire \text_gen|char_ram~14776_q ; +wire \text_gen|char_ram~14664feeder_combout ; +wire \text_gen|char_ram~14664_q ; +wire \text_gen|char_ram~35439_combout ; +wire \text_gen|char_ram~14384_q ; +wire \text_gen|char_ram~14496feeder_combout ; +wire \text_gen|char_ram~14496_q ; +wire \text_gen|char_ram~35440_combout ; +wire \text_gen|char_ram~14720_q ; +wire \text_gen|char_ram~14608_q ; +wire \text_gen|char_ram~35441_combout ; +wire \text_gen|char_ram~35442_combout ; +wire \text_gen|char_ram~14503feeder_combout ; +wire \text_gen|char_ram~14503_q ; +wire \text_gen|char_ram~14727_q ; +wire \text_gen|char_ram~14391_q ; +wire \text_gen|char_ram~14615feeder_combout ; +wire \text_gen|char_ram~14615_q ; +wire \text_gen|char_ram~35436_combout ; +wire \text_gen|char_ram~35437_combout ; +wire \text_gen|char_ram~14559_q ; +wire \text_gen|char_ram~14783_q ; +wire \text_gen|char_ram~14447_q ; +wire \text_gen|char_ram~14671_q ; +wire \text_gen|char_ram~35443_combout ; +wire \text_gen|char_ram~35444_combout ; +wire \text_gen|char_ram~35445_combout ; +wire \text_gen|char_ram~21727feeder_combout ; +wire \text_gen|char_ram~21727_q ; +wire \text_gen|char_ram~21951_q ; +wire \text_gen|char_ram~21615_q ; +wire \text_gen|char_ram~21839_q ; +wire \text_gen|char_ram~35474_combout ; +wire \text_gen|char_ram~35475_combout ; +wire \text_gen|char_ram~21832feeder_combout ; +wire \text_gen|char_ram~21832_q ; +wire \text_gen|char_ram~21944_q ; +wire \text_gen|char_ram~21608_q ; +wire \text_gen|char_ram~21720feeder_combout ; +wire \text_gen|char_ram~21720_q ; +wire \text_gen|char_ram~35469_combout ; +wire \text_gen|char_ram~35470_combout ; +wire \text_gen|char_ram~21776feeder_combout ; +wire \text_gen|char_ram~21776_q ; +wire \text_gen|char_ram~21888_q ; +wire \text_gen|char_ram~21552_q ; +wire \text_gen|char_ram~21664_q ; +wire \text_gen|char_ram~35471_combout ; +wire \text_gen|char_ram~35472_combout ; +wire \text_gen|char_ram~35473_combout ; +wire \text_gen|char_ram~21671feeder_combout ; +wire \text_gen|char_ram~21671_q ; +wire \text_gen|char_ram~21895_q ; +wire \text_gen|char_ram~21559_q ; +wire \text_gen|char_ram~21783feeder_combout ; +wire \text_gen|char_ram~21783_q ; +wire \text_gen|char_ram~35467_combout ; +wire \text_gen|char_ram~35468_combout ; +wire \text_gen|char_ram~35476_combout ; +wire \text_gen|char_ram~167feeder_combout ; +wire \text_gen|char_ram~167_q ; +wire \text_gen|char_ram~391_q ; +wire \text_gen|char_ram~55_q ; +wire \text_gen|char_ram~279_q ; +wire \text_gen|char_ram~35456_combout ; +wire \text_gen|char_ram~35457_combout ; +wire \text_gen|char_ram~223_q ; +wire \text_gen|char_ram~447_q ; +wire \text_gen|char_ram~111_q ; +wire \text_gen|char_ram~335feeder_combout ; +wire \text_gen|char_ram~335_q ; +wire \text_gen|char_ram~35463_combout ; +wire \text_gen|char_ram~35464_combout ; +wire \text_gen|char_ram~272feeder_combout ; +wire \text_gen|char_ram~272_q ; +wire \text_gen|char_ram~384_q ; +wire \text_gen|char_ram~48_q ; +wire \text_gen|char_ram~160_q ; +wire \text_gen|char_ram~35460_combout ; +wire \text_gen|char_ram~35461_combout ; +wire \text_gen|char_ram~328feeder_combout ; +wire \text_gen|char_ram~328_q ; +wire \text_gen|char_ram~440_q ; +wire \text_gen|char_ram~104_q ; +wire \text_gen|char_ram~216feeder_combout ; +wire \text_gen|char_ram~216_q ; +wire \text_gen|char_ram~35458_combout ; +wire \text_gen|char_ram~35459_combout ; +wire \text_gen|char_ram~35462_combout ; +wire \text_gen|char_ram~35465_combout ; +wire \text_gen|char_ram~7391feeder_combout ; +wire \text_gen|char_ram~7391_q ; +wire \text_gen|char_ram~7615_q ; +wire \text_gen|char_ram~7279_q ; +wire \text_gen|char_ram~7503_q ; +wire \text_gen|char_ram~35453_combout ; +wire \text_gen|char_ram~35454_combout ; +wire \text_gen|char_ram~7496_q ; +wire \text_gen|char_ram~7384_q ; +wire \text_gen|char_ram~7272_q ; +wire \text_gen|char_ram~35448_combout ; +wire \text_gen|char_ram~7608_q ; +wire \text_gen|char_ram~35449_combout ; +wire \text_gen|char_ram~7440feeder_combout ; +wire \text_gen|char_ram~7440_q ; +wire \text_gen|char_ram~7552_q ; +wire \text_gen|char_ram~7328_q ; +wire \text_gen|char_ram~7216_q ; +wire \text_gen|char_ram~35450_combout ; +wire \text_gen|char_ram~35451_combout ; +wire \text_gen|char_ram~35452_combout ; +wire \text_gen|char_ram~7335_q ; +wire \text_gen|char_ram~7559_q ; +wire \text_gen|char_ram~7223_q ; +wire \text_gen|char_ram~7447feeder_combout ; +wire \text_gen|char_ram~7447_q ; +wire \text_gen|char_ram~35446_combout ; +wire \text_gen|char_ram~35447_combout ; +wire \text_gen|char_ram~35455_combout ; +wire \text_gen|char_ram~35466_combout ; +wire \text_gen|char_ram~35477_combout ; +wire \text_gen|char_ram~35478_combout ; +wire \text_gen|char_ram~35479_combout ; +wire \text_gen|char_ram~2043_q ; +wire \text_gen|char_ram~2155_q ; +wire \text_gen|char_ram~1819_q ; +wire \text_gen|char_ram~1931_q ; +wire \text_gen|char_ram~34983_combout ; +wire \text_gen|char_ram~34984_combout ; +wire \text_gen|char_ram~1847_q ; +wire \text_gen|char_ram~1959_q ; +wire \text_gen|char_ram~34981_combout ; +wire \text_gen|char_ram~2183_q ; +wire \text_gen|char_ram~2071_q ; +wire \text_gen|char_ram~34982_combout ; +wire \text_gen|char_ram~34985_combout ; +wire \text_gen|char_ram~16295feeder_combout ; +wire \text_gen|char_ram~16295_q ; +wire \text_gen|char_ram~16519_q ; +wire \text_gen|char_ram~16183_q ; +wire \text_gen|char_ram~16407feeder_combout ; +wire \text_gen|char_ram~16407_q ; +wire \text_gen|char_ram~34986_combout ; +wire \text_gen|char_ram~34987_combout ; +wire \text_gen|char_ram~16267feeder_combout ; +wire \text_gen|char_ram~16267_q ; +wire \text_gen|char_ram~16491_q ; +wire \text_gen|char_ram~16155_q ; +wire \text_gen|char_ram~16379_q ; +wire \text_gen|char_ram~34979_combout ; +wire \text_gen|char_ram~34980_combout ; +wire \text_gen|char_ram~34988_combout ; +wire \text_gen|char_ram~16253_q ; +wire \text_gen|char_ram~16477_q ; +wire \text_gen|char_ram~16365_q ; +wire \text_gen|char_ram~16141_q ; +wire \text_gen|char_ram~34989_combout ; +wire \text_gen|char_ram~34990_combout ; +wire \text_gen|char_ram~16281_q ; +wire \text_gen|char_ram~16505_q ; +wire \text_gen|char_ram~16169_q ; +wire \text_gen|char_ram~16393_q ; +wire \text_gen|char_ram~34996_combout ; +wire \text_gen|char_ram~34997_combout ; +wire \text_gen|char_ram~2029feeder_combout ; +wire \text_gen|char_ram~2029_q ; +wire \text_gen|char_ram~2141_q ; +wire \text_gen|char_ram~1805_q ; +wire \text_gen|char_ram~1917_q ; +wire \text_gen|char_ram~34993_combout ; +wire \text_gen|char_ram~34994_combout ; +wire \text_gen|char_ram~2057feeder_combout ; +wire \text_gen|char_ram~2057_q ; +wire \text_gen|char_ram~2169_q ; +wire \text_gen|char_ram~1833_q ; +wire \text_gen|char_ram~1945feeder_combout ; +wire \text_gen|char_ram~1945_q ; +wire \text_gen|char_ram~34991_combout ; +wire \text_gen|char_ram~34992_combout ; +wire \text_gen|char_ram~34995_combout ; +wire \text_gen|char_ram~34998_combout ; +wire \text_gen|char_ram~34999_combout ; +wire \text_gen|char_ram~23463_q ; +wire \text_gen|char_ram~23687_q ; +wire \text_gen|char_ram~23351_q ; +wire \text_gen|char_ram~23575_q ; +wire \text_gen|char_ram~35007_combout ; +wire \text_gen|char_ram~35008_combout ; +wire \text_gen|char_ram~23659_q ; +wire \text_gen|char_ram~23435_q ; +wire \text_gen|char_ram~23323_q ; +wire \text_gen|char_ram~23547feeder_combout ; +wire \text_gen|char_ram~23547_q ; +wire \text_gen|char_ram~35000_combout ; +wire \text_gen|char_ram~35001_combout ; +wire \text_gen|char_ram~9211_q ; +wire \text_gen|char_ram~8987_q ; +wire \text_gen|char_ram~9099_q ; +wire \text_gen|char_ram~35004_combout ; +wire \text_gen|char_ram~9323_q ; +wire \text_gen|char_ram~35005_combout ; +wire \text_gen|char_ram~9239feeder_combout ; +wire \text_gen|char_ram~9239_q ; +wire \text_gen|char_ram~9351_q ; +wire \text_gen|char_ram~9015_q ; +wire \text_gen|char_ram~9127feeder_combout ; +wire \text_gen|char_ram~9127_q ; +wire \text_gen|char_ram~35002_combout ; +wire \text_gen|char_ram~35003_combout ; +wire \text_gen|char_ram~35006_combout ; +wire \text_gen|char_ram~35009_combout ; +wire \text_gen|char_ram~9197feeder_combout ; +wire \text_gen|char_ram~9197_q ; +wire \text_gen|char_ram~9309_q ; +wire \text_gen|char_ram~8973_q ; +wire \text_gen|char_ram~9085_q ; +wire \text_gen|char_ram~34973_combout ; +wire \text_gen|char_ram~34974_combout ; +wire \text_gen|char_ram~9225_q ; +wire \text_gen|char_ram~9337_q ; +wire \text_gen|char_ram~9001_q ; +wire \text_gen|char_ram~9113_q ; +wire \text_gen|char_ram~34971_combout ; +wire \text_gen|char_ram~34972_combout ; +wire \text_gen|char_ram~34975_combout ; +wire \text_gen|char_ram~23673feeder_combout ; +wire \text_gen|char_ram~23673_q ; +wire \text_gen|char_ram~23449_q ; +wire \text_gen|char_ram~23337_q ; +wire \text_gen|char_ram~23561_q ; +wire \text_gen|char_ram~34976_combout ; +wire \text_gen|char_ram~34977_combout ; +wire \text_gen|char_ram~23645_q ; +wire \text_gen|char_ram~23421_q ; +wire \text_gen|char_ram~23309_q ; +wire \text_gen|char_ram~23533feeder_combout ; +wire \text_gen|char_ram~23533_q ; +wire \text_gen|char_ram~34969_combout ; +wire \text_gen|char_ram~34970_combout ; +wire \text_gen|char_ram~34978_combout ; +wire \text_gen|char_ram~35010_combout ; +wire \text_gen|char_ram~16288_q ; +wire \text_gen|char_ram~16512_q ; +wire \text_gen|char_ram~16400feeder_combout ; +wire \text_gen|char_ram~16400_q ; +wire \text_gen|char_ram~16176_q ; +wire \text_gen|char_ram~35070_combout ; +wire \text_gen|char_ram~35071_combout ; +wire \text_gen|char_ram~16260_q ; +wire \text_gen|char_ram~16484_q ; +wire \text_gen|char_ram~16148_q ; +wire \text_gen|char_ram~16372feeder_combout ; +wire \text_gen|char_ram~16372_q ; +wire \text_gen|char_ram~35063_combout ; +wire \text_gen|char_ram~35064_combout ; +wire \text_gen|char_ram~16358feeder_combout ; +wire \text_gen|char_ram~16358_q ; +wire \text_gen|char_ram~16470_q ; +wire \text_gen|char_ram~16246feeder_combout ; +wire \text_gen|char_ram~16246_q ; +wire \text_gen|char_ram~16134_q ; +wire \text_gen|char_ram~35067_combout ; +wire \text_gen|char_ram~35068_combout ; +wire \text_gen|char_ram~16386feeder_combout ; +wire \text_gen|char_ram~16386_q ; +wire \text_gen|char_ram~16498_q ; +wire \text_gen|char_ram~16162_q ; +wire \text_gen|char_ram~16274_q ; +wire \text_gen|char_ram~35065_combout ; +wire \text_gen|char_ram~35066_combout ; +wire \text_gen|char_ram~35069_combout ; +wire \text_gen|char_ram~35072_combout ; +wire \text_gen|char_ram~1952_q ; +wire \text_gen|char_ram~2176_q ; +wire \text_gen|char_ram~2064_q ; +wire \text_gen|char_ram~1840_q ; +wire \text_gen|char_ram~35080_combout ; +wire \text_gen|char_ram~35081_combout ; +wire \text_gen|char_ram~1924feeder_combout ; +wire \text_gen|char_ram~1924_q ; +wire \text_gen|char_ram~2148_q ; +wire \text_gen|char_ram~1812_q ; +wire \text_gen|char_ram~2036_q ; +wire \text_gen|char_ram~35073_combout ; +wire \text_gen|char_ram~35074_combout ; +wire \text_gen|char_ram~2022feeder_combout ; +wire \text_gen|char_ram~2022_q ; +wire \text_gen|char_ram~2134_q ; +wire \text_gen|char_ram~1798_q ; +wire \text_gen|char_ram~1910feeder_combout ; +wire \text_gen|char_ram~1910_q ; +wire \text_gen|char_ram~35077_combout ; +wire \text_gen|char_ram~35078_combout ; +wire \text_gen|char_ram~2050_q ; +wire \text_gen|char_ram~2162_q ; +wire \text_gen|char_ram~1826_q ; +wire \text_gen|char_ram~1938feeder_combout ; +wire \text_gen|char_ram~1938_q ; +wire \text_gen|char_ram~35075_combout ; +wire \text_gen|char_ram~35076_combout ; +wire \text_gen|char_ram~35079_combout ; +wire \text_gen|char_ram~35082_combout ; +wire \text_gen|char_ram~35083_combout ; +wire \text_gen|char_ram~23428_q ; +wire \text_gen|char_ram~23652_q ; +wire \text_gen|char_ram~23540_q ; +wire \text_gen|char_ram~23316_q ; +wire \text_gen|char_ram~35084_combout ; +wire \text_gen|char_ram~35085_combout ; +wire \text_gen|char_ram~23456_q ; +wire \text_gen|char_ram~23680_q ; +wire \text_gen|char_ram~23344_q ; +wire \text_gen|char_ram~23568feeder_combout ; +wire \text_gen|char_ram~23568_q ; +wire \text_gen|char_ram~35091_combout ; +wire \text_gen|char_ram~35092_combout ; +wire \text_gen|char_ram~23526feeder_combout ; +wire \text_gen|char_ram~23526_q ; +wire \text_gen|char_ram~23638_q ; +wire \text_gen|char_ram~23302_q ; +wire \text_gen|char_ram~23414feeder_combout ; +wire \text_gen|char_ram~23414_q ; +wire \text_gen|char_ram~35088_combout ; +wire \text_gen|char_ram~35089_combout ; +wire \text_gen|char_ram~23330_q ; +wire \text_gen|char_ram~23442feeder_combout ; +wire \text_gen|char_ram~23442_q ; +wire \text_gen|char_ram~35086_combout ; +wire \text_gen|char_ram~23554_q ; +wire \text_gen|char_ram~23666_q ; +wire \text_gen|char_ram~35087_combout ; +wire \text_gen|char_ram~35090_combout ; +wire \text_gen|char_ram~35093_combout ; +wire \text_gen|char_ram~9008_q ; +wire \text_gen|char_ram~9232feeder_combout ; +wire \text_gen|char_ram~9232_q ; +wire \text_gen|char_ram~35060_combout ; +wire \text_gen|char_ram~9344_q ; +wire \text_gen|char_ram~9120_q ; +wire \text_gen|char_ram~35061_combout ; +wire \text_gen|char_ram~9218feeder_combout ; +wire \text_gen|char_ram~9218_q ; +wire \text_gen|char_ram~9330_q ; +wire \text_gen|char_ram~8994_q ; +wire \text_gen|char_ram~9106_q ; +wire \text_gen|char_ram~35055_combout ; +wire \text_gen|char_ram~35056_combout ; +wire \text_gen|char_ram~9190_q ; +wire \text_gen|char_ram~9302_q ; +wire \text_gen|char_ram~8966_q ; +wire \text_gen|char_ram~9078_q ; +wire \text_gen|char_ram~35057_combout ; +wire \text_gen|char_ram~35058_combout ; +wire \text_gen|char_ram~35059_combout ; +wire \text_gen|char_ram~9316_q ; +wire \text_gen|char_ram~9092_q ; +wire \text_gen|char_ram~8980_q ; +wire \text_gen|char_ram~9204feeder_combout ; +wire \text_gen|char_ram~9204_q ; +wire \text_gen|char_ram~35053_combout ; +wire \text_gen|char_ram~35054_combout ; +wire \text_gen|char_ram~35062_combout ; +wire \text_gen|char_ram~35094_combout ; +wire \text_gen|char_ram~16232_q ; +wire \text_gen|char_ram~16344_q ; +wire \text_gen|char_ram~35044_combout ; +wire \text_gen|char_ram~16568_q ; +wire \text_gen|char_ram~16456_q ; +wire \text_gen|char_ram~35045_combout ; +wire \text_gen|char_ram~16442feeder_combout ; +wire \text_gen|char_ram~16442_q ; +wire \text_gen|char_ram~16554_q ; +wire \text_gen|char_ram~16218_q ; +wire \text_gen|char_ram~16330_q ; +wire \text_gen|char_ram~35046_combout ; +wire \text_gen|char_ram~35047_combout ; +wire \text_gen|char_ram~35048_combout ; +wire \text_gen|char_ram~23498feeder_combout ; +wire \text_gen|char_ram~23498_q ; +wire \text_gen|char_ram~23722_q ; +wire \text_gen|char_ram~23386_q ; +wire \text_gen|char_ram~23610feeder_combout ; +wire \text_gen|char_ram~23610_q ; +wire \text_gen|char_ram~35042_combout ; +wire \text_gen|char_ram~35043_combout ; +wire \text_gen|char_ram~23512feeder_combout ; +wire \text_gen|char_ram~23512_q ; +wire \text_gen|char_ram~23736_q ; +wire \text_gen|char_ram~23400_q ; +wire \text_gen|char_ram~23624feeder_combout ; +wire \text_gen|char_ram~23624_q ; +wire \text_gen|char_ram~35049_combout ; +wire \text_gen|char_ram~35050_combout ; +wire \text_gen|char_ram~35051_combout ; +wire \text_gen|char_ram~9162feeder_combout ; +wire \text_gen|char_ram~9162_q ; +wire \text_gen|char_ram~9050_q ; +wire \text_gen|char_ram~9274_q ; +wire \text_gen|char_ram~35021_combout ; +wire \text_gen|char_ram~9386_q ; +wire \text_gen|char_ram~35022_combout ; +wire \text_gen|char_ram~2106feeder_combout ; +wire \text_gen|char_ram~2106_q ; +wire \text_gen|char_ram~2218_q ; +wire \text_gen|char_ram~1882_q ; +wire \text_gen|char_ram~1994_q ; +wire \text_gen|char_ram~35025_combout ; +wire \text_gen|char_ram~35026_combout ; +wire \text_gen|char_ram~2120feeder_combout ; +wire \text_gen|char_ram~2120_q ; +wire \text_gen|char_ram~2232_q ; +wire \text_gen|char_ram~1896_q ; +wire \text_gen|char_ram~2008feeder_combout ; +wire \text_gen|char_ram~2008_q ; +wire \text_gen|char_ram~35023_combout ; +wire \text_gen|char_ram~35024_combout ; +wire \text_gen|char_ram~35027_combout ; +wire \text_gen|char_ram~9176feeder_combout ; +wire \text_gen|char_ram~9176_q ; +wire \text_gen|char_ram~9400_q ; +wire \text_gen|char_ram~9064_q ; +wire \text_gen|char_ram~9288feeder_combout ; +wire \text_gen|char_ram~9288_q ; +wire \text_gen|char_ram~35028_combout ; +wire \text_gen|char_ram~35029_combout ; +wire \text_gen|char_ram~35030_combout ; +wire \text_gen|char_ram~9148feeder_combout ; +wire \text_gen|char_ram~9148_q ; +wire \text_gen|char_ram~9372_q ; +wire \text_gen|char_ram~9036_q ; +wire \text_gen|char_ram~9260feeder_combout ; +wire \text_gen|char_ram~9260_q ; +wire \text_gen|char_ram~35038_combout ; +wire \text_gen|char_ram~35039_combout ; +wire \text_gen|char_ram~9134_q ; +wire \text_gen|char_ram~9022_q ; +wire \text_gen|char_ram~9246_q ; +wire \text_gen|char_ram~35031_combout ; +wire \text_gen|char_ram~9358_q ; +wire \text_gen|char_ram~35032_combout ; +wire \text_gen|char_ram~1854_q ; +wire \text_gen|char_ram~1966feeder_combout ; +wire \text_gen|char_ram~1966_q ; +wire \text_gen|char_ram~35035_combout ; +wire \text_gen|char_ram~2190_q ; +wire \text_gen|char_ram~2078feeder_combout ; +wire \text_gen|char_ram~2078_q ; +wire \text_gen|char_ram~35036_combout ; +wire \text_gen|char_ram~2092_q ; +wire \text_gen|char_ram~2204_q ; +wire \text_gen|char_ram~1868_q ; +wire \text_gen|char_ram~1980feeder_combout ; +wire \text_gen|char_ram~1980_q ; +wire \text_gen|char_ram~35033_combout ; +wire \text_gen|char_ram~35034_combout ; +wire \text_gen|char_ram~35037_combout ; +wire \text_gen|char_ram~35040_combout ; +wire \text_gen|char_ram~35041_combout ; +wire \text_gen|char_ram~23484feeder_combout ; +wire \text_gen|char_ram~23484_q ; +wire \text_gen|char_ram~23708_q ; +wire \text_gen|char_ram~23372_q ; +wire \text_gen|char_ram~23596feeder_combout ; +wire \text_gen|char_ram~23596_q ; +wire \text_gen|char_ram~35018_combout ; +wire \text_gen|char_ram~35019_combout ; +wire \text_gen|char_ram~16414_q ; +wire \text_gen|char_ram~16526_q ; +wire \text_gen|char_ram~16190_q ; +wire \text_gen|char_ram~16302feeder_combout ; +wire \text_gen|char_ram~16302_q ; +wire \text_gen|char_ram~35015_combout ; +wire \text_gen|char_ram~35016_combout ; +wire \text_gen|char_ram~16204_q ; +wire \text_gen|char_ram~16316feeder_combout ; +wire \text_gen|char_ram~16316_q ; +wire \text_gen|char_ram~35013_combout ; +wire \text_gen|char_ram~16540_q ; +wire \text_gen|char_ram~16428_q ; +wire \text_gen|char_ram~35014_combout ; +wire \text_gen|char_ram~35017_combout ; +wire \text_gen|char_ram~23694_q ; +wire \text_gen|char_ram~23470_q ; +wire \text_gen|char_ram~23358_q ; +wire \text_gen|char_ram~23582_q ; +wire \text_gen|char_ram~35011_combout ; +wire \text_gen|char_ram~35012_combout ; +wire \text_gen|char_ram~35020_combout ; +wire \text_gen|char_ram~35052_combout ; +wire \text_gen|char_ram~35095_combout ; +wire \text_gen|char_ram~23519feeder_combout ; +wire \text_gen|char_ram~23519_q ; +wire \text_gen|char_ram~23743_q ; +wire \text_gen|char_ram~23407_q ; +wire \text_gen|char_ram~23631_q ; +wire \text_gen|char_ram~35134_combout ; +wire \text_gen|char_ram~35135_combout ; +wire \text_gen|char_ram~23505feeder_combout ; +wire \text_gen|char_ram~23505_q ; +wire \text_gen|char_ram~23729_q ; +wire \text_gen|char_ram~23393_q ; +wire \text_gen|char_ram~23617_q ; +wire \text_gen|char_ram~35127_combout ; +wire \text_gen|char_ram~35128_combout ; +wire \text_gen|char_ram~16449feeder_combout ; +wire \text_gen|char_ram~16449_q ; +wire \text_gen|char_ram~16561_q ; +wire \text_gen|char_ram~16225_q ; +wire \text_gen|char_ram~16337_q ; +wire \text_gen|char_ram~35131_combout ; +wire \text_gen|char_ram~35132_combout ; +wire \text_gen|char_ram~16463_q ; +wire \text_gen|char_ram~16575_q ; +wire \text_gen|char_ram~16239_q ; +wire \text_gen|char_ram~16351_q ; +wire \text_gen|char_ram~35129_combout ; +wire \text_gen|char_ram~35130_combout ; +wire \text_gen|char_ram~35133_combout ; +wire \text_gen|char_ram~35136_combout ; +wire \text_gen|char_ram~9057_q ; +wire \text_gen|char_ram~9281_q ; +wire \text_gen|char_ram~35106_combout ; +wire \text_gen|char_ram~9393_q ; +wire \text_gen|char_ram~9169_q ; +wire \text_gen|char_ram~35107_combout ; +wire \text_gen|char_ram~2113_q ; +wire \text_gen|char_ram~2225_q ; +wire \text_gen|char_ram~1889_q ; +wire \text_gen|char_ram~2001feeder_combout ; +wire \text_gen|char_ram~2001_q ; +wire \text_gen|char_ram~35110_combout ; +wire \text_gen|char_ram~35111_combout ; +wire \text_gen|char_ram~2127feeder_combout ; +wire \text_gen|char_ram~2127_q ; +wire \text_gen|char_ram~2239_q ; +wire \text_gen|char_ram~1903_q ; +wire \text_gen|char_ram~2015feeder_combout ; +wire \text_gen|char_ram~2015_q ; +wire \text_gen|char_ram~35108_combout ; +wire \text_gen|char_ram~35109_combout ; +wire \text_gen|char_ram~35112_combout ; +wire \text_gen|char_ram~9183_q ; +wire \text_gen|char_ram~9407_q ; +wire \text_gen|char_ram~9071_q ; +wire \text_gen|char_ram~9295feeder_combout ; +wire \text_gen|char_ram~9295_q ; +wire \text_gen|char_ram~35113_combout ; +wire \text_gen|char_ram~35114_combout ; +wire \text_gen|char_ram~35115_combout ; +wire \text_gen|char_ram~9029_q ; +wire \text_gen|char_ram~9253feeder_combout ; +wire \text_gen|char_ram~9253_q ; +wire \text_gen|char_ram~35116_combout ; +wire \text_gen|char_ram~9365_q ; +wire \text_gen|char_ram~9141feeder_combout ; +wire \text_gen|char_ram~9141_q ; +wire \text_gen|char_ram~35117_combout ; +wire \text_gen|char_ram~9155_q ; +wire \text_gen|char_ram~9379_q ; +wire \text_gen|char_ram~9267_q ; +wire \text_gen|char_ram~9043_q ; +wire \text_gen|char_ram~35123_combout ; +wire \text_gen|char_ram~35124_combout ; +wire \text_gen|char_ram~2099feeder_combout ; +wire \text_gen|char_ram~2099_q ; +wire \text_gen|char_ram~2211_q ; +wire \text_gen|char_ram~1875_q ; +wire \text_gen|char_ram~1987_q ; +wire \text_gen|char_ram~35118_combout ; +wire \text_gen|char_ram~35119_combout ; +wire \text_gen|char_ram~2085feeder_combout ; +wire \text_gen|char_ram~2085_q ; +wire \text_gen|char_ram~1861_q ; +wire \text_gen|char_ram~1973_q ; +wire \text_gen|char_ram~35120_combout ; +wire \text_gen|char_ram~2197_q ; +wire \text_gen|char_ram~35121_combout ; +wire \text_gen|char_ram~35122_combout ; +wire \text_gen|char_ram~35125_combout ; +wire \text_gen|char_ram~35126_combout ; +wire \text_gen|char_ram~23701_q ; +wire \text_gen|char_ram~23477_q ; +wire \text_gen|char_ram~23365_q ; +wire \text_gen|char_ram~23589feeder_combout ; +wire \text_gen|char_ram~23589_q ; +wire \text_gen|char_ram~35096_combout ; +wire \text_gen|char_ram~35097_combout ; +wire \text_gen|char_ram~23491feeder_combout ; +wire \text_gen|char_ram~23491_q ; +wire \text_gen|char_ram~23715_q ; +wire \text_gen|char_ram~23379_q ; +wire \text_gen|char_ram~23603_q ; +wire \text_gen|char_ram~35103_combout ; +wire \text_gen|char_ram~35104_combout ; +wire \text_gen|char_ram~16435feeder_combout ; +wire \text_gen|char_ram~16435_q ; +wire \text_gen|char_ram~16547_q ; +wire \text_gen|char_ram~16323_q ; +wire \text_gen|char_ram~16211_q ; +wire \text_gen|char_ram~35098_combout ; +wire \text_gen|char_ram~35099_combout ; +wire \text_gen|char_ram~16421feeder_combout ; +wire \text_gen|char_ram~16421_q ; +wire \text_gen|char_ram~16533_q ; +wire \text_gen|char_ram~16197_q ; +wire \text_gen|char_ram~16309_q ; +wire \text_gen|char_ram~35100_combout ; +wire \text_gen|char_ram~35101_combout ; +wire \text_gen|char_ram~35102_combout ; +wire \text_gen|char_ram~35105_combout ; +wire \text_gen|char_ram~35137_combout ; +wire \text_gen|char_ram~35138_combout ; +wire \text_gen|char_ram~35650_combout ; +wire \text_gen|char_ram~25913feeder_combout ; +wire \text_gen|char_ram~25913_q ; +wire \text_gen|char_ram~25927_q ; +wire \text_gen|char_ram~25885_q ; +wire \text_gen|char_ram~25899feeder_combout ; +wire \text_gen|char_ram~25899_q ; +wire \text_gen|char_ram~34428_combout ; +wire \text_gen|char_ram~34429_combout ; +wire \text_gen|char_ram~25563feeder_combout ; +wire \text_gen|char_ram~25563_q ; +wire \text_gen|char_ram~25591_q ; +wire \text_gen|char_ram~25549_q ; +wire \text_gen|char_ram~25577_q ; +wire \text_gen|char_ram~34425_combout ; +wire \text_gen|char_ram~34426_combout ; +wire \text_gen|char_ram~25675_q ; +wire \text_gen|char_ram~25703_q ; +wire \text_gen|char_ram~25661_q ; +wire \text_gen|char_ram~25689feeder_combout ; +wire \text_gen|char_ram~25689_q ; +wire \text_gen|char_ram~34423_combout ; +wire \text_gen|char_ram~34424_combout ; +wire \text_gen|char_ram~34427_combout ; +wire \text_gen|char_ram~25801feeder_combout ; +wire \text_gen|char_ram~25801_q ; +wire \text_gen|char_ram~25815_q ; +wire \text_gen|char_ram~25773_q ; +wire \text_gen|char_ram~25787feeder_combout ; +wire \text_gen|char_ram~25787_q ; +wire \text_gen|char_ram~34421_combout ; +wire \text_gen|char_ram~34422_combout ; +wire \text_gen|char_ram~34430_combout ; +wire \text_gen|char_ram~25556_q ; +wire \text_gen|char_ram~25584_q ; +wire \text_gen|char_ram~25542_q ; +wire \text_gen|char_ram~25570_q ; +wire \text_gen|char_ram~34435_combout ; +wire \text_gen|char_ram~34436_combout ; +wire \text_gen|char_ram~25794feeder_combout ; +wire \text_gen|char_ram~25794_q ; +wire \text_gen|char_ram~25808_q ; +wire \text_gen|char_ram~25766_q ; +wire \text_gen|char_ram~25780feeder_combout ; +wire \text_gen|char_ram~25780_q ; +wire \text_gen|char_ram~34433_combout ; +wire \text_gen|char_ram~34434_combout ; +wire \text_gen|char_ram~34437_combout ; +wire \text_gen|char_ram~25878_q ; +wire \text_gen|char_ram~25892_q ; +wire \text_gen|char_ram~34438_combout ; +wire \text_gen|char_ram~25920_q ; +wire \text_gen|char_ram~25906feeder_combout ; +wire \text_gen|char_ram~25906_q ; +wire \text_gen|char_ram~34439_combout ; +wire \text_gen|char_ram~25668_q ; +wire \text_gen|char_ram~25696_q ; +wire \text_gen|char_ram~25682feeder_combout ; +wire \text_gen|char_ram~25682_q ; +wire \text_gen|char_ram~25654_q ; +wire \text_gen|char_ram~34431_combout ; +wire \text_gen|char_ram~34432_combout ; +wire \text_gen|char_ram~34440_combout ; +wire \text_gen|char_ram~34441_combout ; +wire \text_gen|char_ram~25962_q ; +wire \text_gen|char_ram~25976_q ; +wire \text_gen|char_ram~25948_q ; +wire \text_gen|char_ram~25934_q ; +wire \text_gen|char_ram~34418_combout ; +wire \text_gen|char_ram~34419_combout ; +wire \text_gen|char_ram~25612_q ; +wire \text_gen|char_ram~25640_q ; +wire \text_gen|char_ram~25598_q ; +wire \text_gen|char_ram~25626feeder_combout ; +wire \text_gen|char_ram~25626_q ; +wire \text_gen|char_ram~34415_combout ; +wire \text_gen|char_ram~34416_combout ; +wire \text_gen|char_ram~25850feeder_combout ; +wire \text_gen|char_ram~25850_q ; +wire \text_gen|char_ram~25864_q ; +wire \text_gen|char_ram~25822_q ; +wire \text_gen|char_ram~25836feeder_combout ; +wire \text_gen|char_ram~25836_q ; +wire \text_gen|char_ram~34413_combout ; +wire \text_gen|char_ram~34414_combout ; +wire \text_gen|char_ram~34417_combout ; +wire \text_gen|char_ram~25752_q ; +wire \text_gen|char_ram~25724_q ; +wire \text_gen|char_ram~25710_q ; +wire \text_gen|char_ram~25738feeder_combout ; +wire \text_gen|char_ram~25738_q ; +wire \text_gen|char_ram~34411_combout ; +wire \text_gen|char_ram~34412_combout ; +wire \text_gen|char_ram~34420_combout ; +wire \text_gen|char_ram~25969_q ; +wire \text_gen|char_ram~25983_q ; +wire \text_gen|char_ram~25941_q ; +wire \text_gen|char_ram~25955feeder_combout ; +wire \text_gen|char_ram~25955_q ; +wire \text_gen|char_ram~34449_combout ; +wire \text_gen|char_ram~34450_combout ; +wire \text_gen|char_ram~25857_q ; +wire \text_gen|char_ram~25871_q ; +wire \text_gen|char_ram~25843_q ; +wire \text_gen|char_ram~25829_q ; +wire \text_gen|char_ram~34442_combout ; +wire \text_gen|char_ram~34443_combout ; +wire \text_gen|char_ram~25619feeder_combout ; +wire \text_gen|char_ram~25619_q ; +wire \text_gen|char_ram~25647_q ; +wire \text_gen|char_ram~25605_q ; +wire \text_gen|char_ram~25633_q ; +wire \text_gen|char_ram~34446_combout ; +wire \text_gen|char_ram~34447_combout ; +wire \text_gen|char_ram~25731feeder_combout ; +wire \text_gen|char_ram~25731_q ; +wire \text_gen|char_ram~25759_q ; +wire \text_gen|char_ram~25717_q ; +wire \text_gen|char_ram~25745_q ; +wire \text_gen|char_ram~34444_combout ; +wire \text_gen|char_ram~34445_combout ; +wire \text_gen|char_ram~34448_combout ; +wire \text_gen|char_ram~34451_combout ; +wire \text_gen|char_ram~34452_combout ; +wire \text_gen|char_ram~4437feeder_combout ; +wire \text_gen|char_ram~4437_q ; +wire \text_gen|char_ram~4430feeder_combout ; +wire \text_gen|char_ram~4430_q ; +wire \text_gen|char_ram~4374_q ; +wire \text_gen|char_ram~4381_q ; +wire \text_gen|char_ram~34395_combout ; +wire \text_gen|char_ram~34396_combout ; +wire \text_gen|char_ram~4318feeder_combout ; +wire \text_gen|char_ram~4318_q ; +wire \text_gen|char_ram~4325_q ; +wire \text_gen|char_ram~4262_q ; +wire \text_gen|char_ram~4269_q ; +wire \text_gen|char_ram~34390_combout ; +wire \text_gen|char_ram~34391_combout ; +wire \text_gen|char_ram~4094_q ; +wire \text_gen|char_ram~4101_q ; +wire \text_gen|char_ram~4045_q ; +wire \text_gen|char_ram~4038_q ; +wire \text_gen|char_ram~34392_combout ; +wire \text_gen|char_ram~34393_combout ; +wire \text_gen|char_ram~34394_combout ; +wire \text_gen|char_ram~4206_q ; +wire \text_gen|char_ram~4213_q ; +wire \text_gen|char_ram~4150_q ; +wire \text_gen|char_ram~4157_q ; +wire \text_gen|char_ram~34388_combout ; +wire \text_gen|char_ram~34389_combout ; +wire \text_gen|char_ram~34397_combout ; +wire \text_gen|char_ram~4234_q ; +wire \text_gen|char_ram~4241_q ; +wire \text_gen|char_ram~4178_q ; +wire \text_gen|char_ram~4185feeder_combout ; +wire \text_gen|char_ram~4185_q ; +wire \text_gen|char_ram~34378_combout ; +wire \text_gen|char_ram~34379_combout ; +wire \text_gen|char_ram~4458_q ; +wire \text_gen|char_ram~4465_q ; +wire \text_gen|char_ram~4402_q ; +wire \text_gen|char_ram~4409_q ; +wire \text_gen|char_ram~34385_combout ; +wire \text_gen|char_ram~34386_combout ; +wire \text_gen|char_ram~4346_q ; +wire \text_gen|char_ram~4353_q ; +wire \text_gen|char_ram~4297_q ; +wire \text_gen|char_ram~4290_q ; +wire \text_gen|char_ram~34380_combout ; +wire \text_gen|char_ram~34381_combout ; +wire \text_gen|char_ram~4122_q ; +wire \text_gen|char_ram~4129_q ; +wire \text_gen|char_ram~4066_q ; +wire \text_gen|char_ram~4073_q ; +wire \text_gen|char_ram~34382_combout ; +wire \text_gen|char_ram~34383_combout ; +wire \text_gen|char_ram~34384_combout ; +wire \text_gen|char_ram~34387_combout ; +wire \text_gen|char_ram~34398_combout ; +wire \text_gen|char_ram~4472_q ; +wire \text_gen|char_ram~4479_q ; +wire \text_gen|char_ram~4416_q ; +wire \text_gen|char_ram~4423_q ; +wire \text_gen|char_ram~34406_combout ; +wire \text_gen|char_ram~34407_combout ; +wire \text_gen|char_ram~4360feeder_combout ; +wire \text_gen|char_ram~4360_q ; +wire \text_gen|char_ram~4367_q ; +wire \text_gen|char_ram~4311_q ; +wire \text_gen|char_ram~4304_q ; +wire \text_gen|char_ram~34399_combout ; +wire \text_gen|char_ram~34400_combout ; +wire \text_gen|char_ram~4136feeder_combout ; +wire \text_gen|char_ram~4136_q ; +wire \text_gen|char_ram~4143_q ; +wire \text_gen|char_ram~4080_q ; +wire \text_gen|char_ram~4087_q ; +wire \text_gen|char_ram~34403_combout ; +wire \text_gen|char_ram~34404_combout ; +wire \text_gen|char_ram~4199_q ; +wire \text_gen|char_ram~4255_q ; +wire \text_gen|char_ram~4248_q ; +wire \text_gen|char_ram~4192_q ; +wire \text_gen|char_ram~34401_combout ; +wire \text_gen|char_ram~34402_combout ; +wire \text_gen|char_ram~34405_combout ; +wire \text_gen|char_ram~34408_combout ; +wire \text_gen|char_ram~4115feeder_combout ; +wire \text_gen|char_ram~4115_q ; +wire \text_gen|char_ram~4108_q ; +wire \text_gen|char_ram~4052_q ; +wire \text_gen|char_ram~4059_q ; +wire \text_gen|char_ram~34372_combout ; +wire \text_gen|char_ram~34373_combout ; +wire \text_gen|char_ram~4220_q ; +wire \text_gen|char_ram~4227_q ; +wire \text_gen|char_ram~4171feeder_combout ; +wire \text_gen|char_ram~4171_q ; +wire \text_gen|char_ram~4164_q ; +wire \text_gen|char_ram~34370_combout ; +wire \text_gen|char_ram~34371_combout ; +wire \text_gen|char_ram~34374_combout ; +wire \text_gen|char_ram~4339_q ; +wire \text_gen|char_ram~4332_q ; +wire \text_gen|char_ram~4276_q ; +wire \text_gen|char_ram~4283_q ; +wire \text_gen|char_ram~34368_combout ; +wire \text_gen|char_ram~34369_combout ; +wire \text_gen|char_ram~4444_q ; +wire \text_gen|char_ram~4451_q ; +wire \text_gen|char_ram~4388_q ; +wire \text_gen|char_ram~4395feeder_combout ; +wire \text_gen|char_ram~4395_q ; +wire \text_gen|char_ram~34375_combout ; +wire \text_gen|char_ram~34376_combout ; +wire \text_gen|char_ram~34377_combout ; +wire \text_gen|char_ram~34409_combout ; +wire \text_gen|char_ram~11612_q ; +wire \text_gen|char_ram~11619_q ; +wire \text_gen|char_ram~11563_q ; +wire \text_gen|char_ram~11556_q ; +wire \text_gen|char_ram~34333_combout ; +wire \text_gen|char_ram~34334_combout ; +wire \text_gen|char_ram~11507feeder_combout ; +wire \text_gen|char_ram~11507_q ; +wire \text_gen|char_ram~11500_q ; +wire \text_gen|char_ram~11444_q ; +wire \text_gen|char_ram~11451feeder_combout ; +wire \text_gen|char_ram~11451_q ; +wire \text_gen|char_ram~34326_combout ; +wire \text_gen|char_ram~34327_combout ; +wire \text_gen|char_ram~11227_q ; +wire \text_gen|char_ram~11283_q ; +wire \text_gen|char_ram~11276feeder_combout ; +wire \text_gen|char_ram~11276_q ; +wire \text_gen|char_ram~11220_q ; +wire \text_gen|char_ram~34330_combout ; +wire \text_gen|char_ram~34331_combout ; +wire \text_gen|char_ram~11339_q ; +wire \text_gen|char_ram~11395_q ; +wire \text_gen|char_ram~11332_q ; +wire \text_gen|char_ram~11388_q ; +wire \text_gen|char_ram~34328_combout ; +wire \text_gen|char_ram~34329_combout ; +wire \text_gen|char_ram~34332_combout ; +wire \text_gen|char_ram~34335_combout ; +wire \text_gen|char_ram~11255_q ; +wire \text_gen|char_ram~11367_q ; +wire \text_gen|char_ram~11248_q ; +wire \text_gen|char_ram~11360_q ; +wire \text_gen|char_ram~34361_combout ; +wire \text_gen|char_ram~34362_combout ; +wire \text_gen|char_ram~11479_q ; +wire \text_gen|char_ram~11591_q ; +wire \text_gen|char_ram~11472_q ; +wire \text_gen|char_ram~11584_q ; +wire \text_gen|char_ram~34359_combout ; +wire \text_gen|char_ram~34360_combout ; +wire \text_gen|char_ram~34363_combout ; +wire \text_gen|char_ram~11535feeder_combout ; +wire \text_gen|char_ram~11535_q ; +wire \text_gen|char_ram~11647_q ; +wire \text_gen|char_ram~11528_q ; +wire \text_gen|char_ram~11640_q ; +wire \text_gen|char_ram~34364_combout ; +wire \text_gen|char_ram~34365_combout ; +wire \text_gen|char_ram~11311feeder_combout ; +wire \text_gen|char_ram~11311_q ; +wire \text_gen|char_ram~11423_q ; +wire \text_gen|char_ram~11304_q ; +wire \text_gen|char_ram~11416_q ; +wire \text_gen|char_ram~34357_combout ; +wire \text_gen|char_ram~34358_combout ; +wire \text_gen|char_ram~34366_combout ; +wire \text_gen|char_ram~11353_q ; +wire \text_gen|char_ram~11577_q ; +wire \text_gen|char_ram~11346_q ; +wire \text_gen|char_ram~11570feeder_combout ; +wire \text_gen|char_ram~11570_q ; +wire \text_gen|char_ram~34338_combout ; +wire \text_gen|char_ram~34339_combout ; +wire \text_gen|char_ram~11241_q ; +wire \text_gen|char_ram~11465_q ; +wire \text_gen|char_ram~11458_q ; +wire \text_gen|char_ram~11234_q ; +wire \text_gen|char_ram~34340_combout ; +wire \text_gen|char_ram~34341_combout ; +wire \text_gen|char_ram~34342_combout ; +wire \text_gen|char_ram~11297_q ; +wire \text_gen|char_ram~11521_q ; +wire \text_gen|char_ram~11290_q ; +wire \text_gen|char_ram~11514feeder_combout ; +wire \text_gen|char_ram~11514_q ; +wire \text_gen|char_ram~34336_combout ; +wire \text_gen|char_ram~34337_combout ; +wire \text_gen|char_ram~11409feeder_combout ; +wire \text_gen|char_ram~11409_q ; +wire \text_gen|char_ram~11633_q ; +wire \text_gen|char_ram~11626feeder_combout ; +wire \text_gen|char_ram~11626_q ; +wire \text_gen|char_ram~11402_q ; +wire \text_gen|char_ram~34343_combout ; +wire \text_gen|char_ram~34344_combout ; +wire \text_gen|char_ram~34345_combout ; +wire \text_gen|char_ram~11542_q ; +wire \text_gen|char_ram~11549feeder_combout ; +wire \text_gen|char_ram~11549_q ; +wire \text_gen|char_ram~34353_combout ; +wire \text_gen|char_ram~11598_q ; +wire \text_gen|char_ram~11605_q ; +wire \text_gen|char_ram~34354_combout ; +wire \text_gen|char_ram~11325feeder_combout ; +wire \text_gen|char_ram~11325_q ; +wire \text_gen|char_ram~11381_q ; +wire \text_gen|char_ram~11318_q ; +wire \text_gen|char_ram~11374feeder_combout ; +wire \text_gen|char_ram~11374_q ; +wire \text_gen|char_ram~34346_combout ; +wire \text_gen|char_ram~34347_combout ; +wire \text_gen|char_ram~11430_q ; +wire \text_gen|char_ram~11437feeder_combout ; +wire \text_gen|char_ram~11437_q ; +wire \text_gen|char_ram~34348_combout ; +wire \text_gen|char_ram~11493_q ; +wire \text_gen|char_ram~11486feeder_combout ; +wire \text_gen|char_ram~11486_q ; +wire \text_gen|char_ram~34349_combout ; +wire \text_gen|char_ram~11213_q ; +wire \text_gen|char_ram~11269_q ; +wire \text_gen|char_ram~11262_q ; +wire \text_gen|char_ram~11206_q ; +wire \text_gen|char_ram~34350_combout ; +wire \text_gen|char_ram~34351_combout ; +wire \text_gen|char_ram~34352_combout ; +wire \text_gen|char_ram~34355_combout ; +wire \text_gen|char_ram~34356_combout ; +wire \text_gen|char_ram~34367_combout ; +wire \text_gen|char_ram~34410_combout ; +wire \text_gen|char_ram~18710_q ; +wire \text_gen|char_ram~18717_q ; +wire \text_gen|char_ram~34311_combout ; +wire \text_gen|char_ram~18766_q ; +wire \text_gen|char_ram~18773_q ; +wire \text_gen|char_ram~34312_combout ; +wire \text_gen|char_ram~18542_q ; +wire \text_gen|char_ram~18549_q ; +wire \text_gen|char_ram~18486_q ; +wire \text_gen|char_ram~18493feeder_combout ; +wire \text_gen|char_ram~18493_q ; +wire \text_gen|char_ram~34304_combout ; +wire \text_gen|char_ram~34305_combout ; +wire \text_gen|char_ram~18430feeder_combout ; +wire \text_gen|char_ram~18430_q ; +wire \text_gen|char_ram~18437_q ; +wire \text_gen|char_ram~18381_q ; +wire \text_gen|char_ram~18374_q ; +wire \text_gen|char_ram~34308_combout ; +wire \text_gen|char_ram~34309_combout ; +wire \text_gen|char_ram~18654_q ; +wire \text_gen|char_ram~18661_q ; +wire \text_gen|char_ram~18598_q ; +wire \text_gen|char_ram~18605_q ; +wire \text_gen|char_ram~34306_combout ; +wire \text_gen|char_ram~34307_combout ; +wire \text_gen|char_ram~34310_combout ; +wire \text_gen|char_ram~34313_combout ; +wire \text_gen|char_ram~18689feeder_combout ; +wire \text_gen|char_ram~18689_q ; +wire \text_gen|char_ram~18801_q ; +wire \text_gen|char_ram~18682_q ; +wire \text_gen|char_ram~18794_q ; +wire \text_gen|char_ram~34301_combout ; +wire \text_gen|char_ram~34302_combout ; +wire \text_gen|char_ram~18577_q ; +wire \text_gen|char_ram~18465_q ; +wire \text_gen|char_ram~18458_q ; +wire \text_gen|char_ram~18570feeder_combout ; +wire \text_gen|char_ram~18570_q ; +wire \text_gen|char_ram~34294_combout ; +wire \text_gen|char_ram~34295_combout ; +wire \text_gen|char_ram~18626_q ; +wire \text_gen|char_ram~18738_q ; +wire \text_gen|char_ram~34296_combout ; +wire \text_gen|char_ram~18745_q ; +wire \text_gen|char_ram~18633feeder_combout ; +wire \text_gen|char_ram~18633_q ; +wire \text_gen|char_ram~34297_combout ; +wire \text_gen|char_ram~18409_q ; +wire \text_gen|char_ram~18521_q ; +wire \text_gen|char_ram~18402_q ; +wire \text_gen|char_ram~18514_q ; +wire \text_gen|char_ram~34298_combout ; +wire \text_gen|char_ram~34299_combout ; +wire \text_gen|char_ram~34300_combout ; +wire \text_gen|char_ram~34303_combout ; +wire \text_gen|char_ram~34314_combout ; +wire \text_gen|char_ram~18640_q ; +wire \text_gen|char_ram~18647feeder_combout ; +wire \text_gen|char_ram~18647_q ; +wire \text_gen|char_ram~34315_combout ; +wire \text_gen|char_ram~18696_q ; +wire \text_gen|char_ram~18703_q ; +wire \text_gen|char_ram~34316_combout ; +wire \text_gen|char_ram~18808_q ; +wire \text_gen|char_ram~18815_q ; +wire \text_gen|char_ram~18752_q ; +wire \text_gen|char_ram~18759feeder_combout ; +wire \text_gen|char_ram~18759_q ; +wire \text_gen|char_ram~34322_combout ; +wire \text_gen|char_ram~34323_combout ; +wire \text_gen|char_ram~18584_q ; +wire \text_gen|char_ram~18591_q ; +wire \text_gen|char_ram~18528_q ; +wire \text_gen|char_ram~18535_q ; +wire \text_gen|char_ram~34317_combout ; +wire \text_gen|char_ram~34318_combout ; +wire \text_gen|char_ram~18472feeder_combout ; +wire \text_gen|char_ram~18472_q ; +wire \text_gen|char_ram~18479_q ; +wire \text_gen|char_ram~18423_q ; +wire \text_gen|char_ram~18416_q ; +wire \text_gen|char_ram~34319_combout ; +wire \text_gen|char_ram~34320_combout ; +wire \text_gen|char_ram~34321_combout ; +wire \text_gen|char_ram~34324_combout ; +wire \text_gen|char_ram~18675_q ; +wire \text_gen|char_ram~18451_q ; +wire \text_gen|char_ram~18444_q ; +wire \text_gen|char_ram~18668feeder_combout ; +wire \text_gen|char_ram~18668_q ; +wire \text_gen|char_ram~34284_combout ; +wire \text_gen|char_ram~34285_combout ; +wire \text_gen|char_ram~18507feeder_combout ; +wire \text_gen|char_ram~18507_q ; +wire \text_gen|char_ram~18731_q ; +wire \text_gen|char_ram~18500_q ; +wire \text_gen|char_ram~18724_q ; +wire \text_gen|char_ram~34286_combout ; +wire \text_gen|char_ram~34287_combout ; +wire \text_gen|char_ram~18395feeder_combout ; +wire \text_gen|char_ram~18395_q ; +wire \text_gen|char_ram~18619_q ; +wire \text_gen|char_ram~18388_q ; +wire \text_gen|char_ram~18612feeder_combout ; +wire \text_gen|char_ram~18612_q ; +wire \text_gen|char_ram~34288_combout ; +wire \text_gen|char_ram~34289_combout ; +wire \text_gen|char_ram~34290_combout ; +wire \text_gen|char_ram~18787feeder_combout ; +wire \text_gen|char_ram~18787_q ; +wire \text_gen|char_ram~18563_q ; +wire \text_gen|char_ram~18556_q ; +wire \text_gen|char_ram~18780feeder_combout ; +wire \text_gen|char_ram~18780_q ; +wire \text_gen|char_ram~34291_combout ; +wire \text_gen|char_ram~34292_combout ; +wire \text_gen|char_ram~34293_combout ; +wire \text_gen|char_ram~34325_combout ; +wire \text_gen|char_ram~34453_combout ; +wire \text_gen|char_ram~27768feeder_combout ; +wire \text_gen|char_ram~27768_q ; +wire \text_gen|char_ram~27775_q ; +wire \text_gen|char_ram~27712_q ; +wire \text_gen|char_ram~27719feeder_combout ; +wire \text_gen|char_ram~27719_q ; +wire \text_gen|char_ram~34963_combout ; +wire \text_gen|char_ram~34964_combout ; +wire \text_gen|char_ram~27656_q ; +wire \text_gen|char_ram~27663_q ; +wire \text_gen|char_ram~27600_q ; +wire \text_gen|char_ram~27607_q ; +wire \text_gen|char_ram~34956_combout ; +wire \text_gen|char_ram~34957_combout ; +wire \text_gen|char_ram~27432_q ; +wire \text_gen|char_ram~27439_q ; +wire \text_gen|char_ram~27383_q ; +wire \text_gen|char_ram~27376_q ; +wire \text_gen|char_ram~34960_combout ; +wire \text_gen|char_ram~34961_combout ; +wire \text_gen|char_ram~27544_q ; +wire \text_gen|char_ram~27551_q ; +wire \text_gen|char_ram~27495_q ; +wire \text_gen|char_ram~27488_q ; +wire \text_gen|char_ram~34958_combout ; +wire \text_gen|char_ram~34959_combout ; +wire \text_gen|char_ram~34962_combout ; +wire \text_gen|char_ram~34965_combout ; +wire \text_gen|char_ram~13439feeder_combout ; +wire \text_gen|char_ram~13439_q ; +wire \text_gen|char_ram~13432feeder_combout ; +wire \text_gen|char_ram~13432_q ; +wire \text_gen|char_ram~13376_q ; +wire \text_gen|char_ram~13383_q ; +wire \text_gen|char_ram~34932_combout ; +wire \text_gen|char_ram~34933_combout ; +wire \text_gen|char_ram~13320_q ; +wire \text_gen|char_ram~13327_q ; +wire \text_gen|char_ram~13271feeder_combout ; +wire \text_gen|char_ram~13271_q ; +wire \text_gen|char_ram~13264_q ; +wire \text_gen|char_ram~34925_combout ; +wire \text_gen|char_ram~34926_combout ; +wire \text_gen|char_ram~13208_q ; +wire \text_gen|char_ram~13215_q ; +wire \text_gen|char_ram~13159feeder_combout ; +wire \text_gen|char_ram~13159_q ; +wire \text_gen|char_ram~13152_q ; +wire \text_gen|char_ram~34927_combout ; +wire \text_gen|char_ram~34928_combout ; +wire \text_gen|char_ram~13103_q ; +wire \text_gen|char_ram~13040_q ; +wire \text_gen|char_ram~13047_q ; +wire \text_gen|char_ram~34929_combout ; +wire \text_gen|char_ram~13096feeder_combout ; +wire \text_gen|char_ram~13096_q ; +wire \text_gen|char_ram~34930_combout ; +wire \text_gen|char_ram~34931_combout ; +wire \text_gen|char_ram~34934_combout ; +wire \text_gen|char_ram~6040_q ; +wire \text_gen|char_ram~6047_q ; +wire \text_gen|char_ram~5984_q ; +wire \text_gen|char_ram~5991feeder_combout ; +wire \text_gen|char_ram~5991_q ; +wire \text_gen|char_ram~34945_combout ; +wire \text_gen|char_ram~34946_combout ; +wire \text_gen|char_ram~6152_q ; +wire \text_gen|char_ram~6159_q ; +wire \text_gen|char_ram~6096_q ; +wire \text_gen|char_ram~6103feeder_combout ; +wire \text_gen|char_ram~6103_q ; +wire \text_gen|char_ram~34947_combout ; +wire \text_gen|char_ram~34948_combout ; +wire \text_gen|char_ram~5928_q ; +wire \text_gen|char_ram~5935_q ; +wire \text_gen|char_ram~5872_q ; +wire \text_gen|char_ram~5879_q ; +wire \text_gen|char_ram~34949_combout ; +wire \text_gen|char_ram~34950_combout ; +wire \text_gen|char_ram~34951_combout ; +wire \text_gen|char_ram~6264_q ; +wire \text_gen|char_ram~6271_q ; +wire \text_gen|char_ram~6215_q ; +wire \text_gen|char_ram~6208_q ; +wire \text_gen|char_ram~34952_combout ; +wire \text_gen|char_ram~34953_combout ; +wire \text_gen|char_ram~34954_combout ; +wire \text_gen|char_ram~20376feeder_combout ; +wire \text_gen|char_ram~20376_q ; +wire \text_gen|char_ram~20383_q ; +wire \text_gen|char_ram~20320_q ; +wire \text_gen|char_ram~20327_q ; +wire \text_gen|char_ram~34935_combout ; +wire \text_gen|char_ram~34936_combout ; +wire \text_gen|char_ram~20544_q ; +wire \text_gen|char_ram~20551feeder_combout ; +wire \text_gen|char_ram~20551_q ; +wire \text_gen|char_ram~34942_combout ; +wire \text_gen|char_ram~20607_q ; +wire \text_gen|char_ram~20600feeder_combout ; +wire \text_gen|char_ram~20600_q ; +wire \text_gen|char_ram~34943_combout ; +wire \text_gen|char_ram~20264_q ; +wire \text_gen|char_ram~20271_q ; +wire \text_gen|char_ram~20208_q ; +wire \text_gen|char_ram~20215_q ; +wire \text_gen|char_ram~34939_combout ; +wire \text_gen|char_ram~34940_combout ; +wire \text_gen|char_ram~20488_q ; +wire \text_gen|char_ram~20495_q ; +wire \text_gen|char_ram~20432_q ; +wire \text_gen|char_ram~20439_q ; +wire \text_gen|char_ram~34937_combout ; +wire \text_gen|char_ram~34938_combout ; +wire \text_gen|char_ram~34941_combout ; +wire \text_gen|char_ram~34944_combout ; +wire \text_gen|char_ram~34955_combout ; +wire \text_gen|char_ram~34966_combout ; +wire \text_gen|char_ram~20586feeder_combout ; +wire \text_gen|char_ram~20586_q ; +wire \text_gen|char_ram~6250_q ; +wire \text_gen|char_ram~13418_q ; +wire \text_gen|char_ram~34805_combout ; +wire \text_gen|char_ram~27754_q ; +wire \text_gen|char_ram~34806_combout ; +wire \text_gen|char_ram~20250_q ; +wire \text_gen|char_ram~27418_q ; +wire \text_gen|char_ram~13082_q ; +wire \text_gen|char_ram~5914_q ; +wire \text_gen|char_ram~34802_combout ; +wire \text_gen|char_ram~34803_combout ; +wire \text_gen|char_ram~20474feeder_combout ; +wire \text_gen|char_ram~20474_q ; +wire \text_gen|char_ram~27642_q ; +wire \text_gen|char_ram~13306_q ; +wire \text_gen|char_ram~6138_q ; +wire \text_gen|char_ram~34800_combout ; +wire \text_gen|char_ram~34801_combout ; +wire \text_gen|char_ram~34804_combout ; +wire \text_gen|char_ram~27530_q ; +wire \text_gen|char_ram~20362_q ; +wire \text_gen|char_ram~6026_q ; +wire \text_gen|char_ram~34798_combout ; +wire \text_gen|char_ram~13194_q ; +wire \text_gen|char_ram~34799_combout ; +wire \text_gen|char_ram~34807_combout ; +wire \text_gen|char_ram~20593_q ; +wire \text_gen|char_ram~27761_q ; +wire \text_gen|char_ram~13425_q ; +wire \text_gen|char_ram~6257_q ; +wire \text_gen|char_ram~34836_combout ; +wire \text_gen|char_ram~34837_combout ; +wire \text_gen|char_ram~20481_q ; +wire \text_gen|char_ram~27649_q ; +wire \text_gen|char_ram~13313_q ; +wire \text_gen|char_ram~6145_q ; +wire \text_gen|char_ram~34829_combout ; +wire \text_gen|char_ram~34830_combout ; +wire \text_gen|char_ram~13089feeder_combout ; +wire \text_gen|char_ram~13089_q ; +wire \text_gen|char_ram~27425_q ; +wire \text_gen|char_ram~20257feeder_combout ; +wire \text_gen|char_ram~20257_q ; +wire \text_gen|char_ram~5921_q ; +wire \text_gen|char_ram~34833_combout ; +wire \text_gen|char_ram~34834_combout ; +wire \text_gen|char_ram~13201feeder_combout ; +wire \text_gen|char_ram~13201_q ; +wire \text_gen|char_ram~27537_q ; +wire \text_gen|char_ram~20369_q ; +wire \text_gen|char_ram~6033_q ; +wire \text_gen|char_ram~34831_combout ; +wire \text_gen|char_ram~34832_combout ; +wire \text_gen|char_ram~34835_combout ; +wire \text_gen|char_ram~34838_combout ; +wire \text_gen|char_ram~20425_q ; +wire \text_gen|char_ram~27593_q ; +wire \text_gen|char_ram~13257feeder_combout ; +wire \text_gen|char_ram~13257_q ; +wire \text_gen|char_ram~6089_q ; +wire \text_gen|char_ram~34808_combout ; +wire \text_gen|char_ram~34809_combout ; +wire \text_gen|char_ram~6201_q ; +wire \text_gen|char_ram~13369feeder_combout ; +wire \text_gen|char_ram~13369_q ; +wire \text_gen|char_ram~34815_combout ; +wire \text_gen|char_ram~27705_q ; +wire \text_gen|char_ram~20537_q ; +wire \text_gen|char_ram~34816_combout ; +wire \text_gen|char_ram~20313_q ; +wire \text_gen|char_ram~27481_q ; +wire \text_gen|char_ram~13145_q ; +wire \text_gen|char_ram~5977_q ; +wire \text_gen|char_ram~34810_combout ; +wire \text_gen|char_ram~34811_combout ; +wire \text_gen|char_ram~20201_q ; +wire \text_gen|char_ram~27369_q ; +wire \text_gen|char_ram~13033feeder_combout ; +wire \text_gen|char_ram~13033_q ; +wire \text_gen|char_ram~5865_q ; +wire \text_gen|char_ram~34812_combout ; +wire \text_gen|char_ram~34813_combout ; +wire \text_gen|char_ram~34814_combout ; +wire \text_gen|char_ram~34817_combout ; +wire \text_gen|char_ram~20530_q ; +wire \text_gen|char_ram~27698_q ; +wire \text_gen|char_ram~13362feeder_combout ; +wire \text_gen|char_ram~13362_q ; +wire \text_gen|char_ram~6194_q ; +wire \text_gen|char_ram~34825_combout ; +wire \text_gen|char_ram~34826_combout ; +wire \text_gen|char_ram~20194_q ; +wire \text_gen|char_ram~27362_q ; +wire \text_gen|char_ram~13026_q ; +wire \text_gen|char_ram~5858_q ; +wire \text_gen|char_ram~34822_combout ; +wire \text_gen|char_ram~34823_combout ; +wire \text_gen|char_ram~20418feeder_combout ; +wire \text_gen|char_ram~20418_q ; +wire \text_gen|char_ram~27586_q ; +wire \text_gen|char_ram~13250_q ; +wire \text_gen|char_ram~6082_q ; +wire \text_gen|char_ram~34820_combout ; +wire \text_gen|char_ram~34821_combout ; +wire \text_gen|char_ram~34824_combout ; +wire \text_gen|char_ram~20306_q ; +wire \text_gen|char_ram~27474_q ; +wire \text_gen|char_ram~13138_q ; +wire \text_gen|char_ram~5970_q ; +wire \text_gen|char_ram~34818_combout ; +wire \text_gen|char_ram~34819_combout ; +wire \text_gen|char_ram~34827_combout ; +wire \text_gen|char_ram~34828_combout ; +wire \text_gen|char_ram~34839_combout ; +wire \text_gen|char_ram~20565_q ; +wire \text_gen|char_ram~27733_q ; +wire \text_gen|char_ram~13397_q ; +wire \text_gen|char_ram~6229_q ; +wire \text_gen|char_ram~34920_combout ; +wire \text_gen|char_ram~34921_combout ; +wire \text_gen|char_ram~20453feeder_combout ; +wire \text_gen|char_ram~20453_q ; +wire \text_gen|char_ram~27621_q ; +wire \text_gen|char_ram~13285feeder_combout ; +wire \text_gen|char_ram~13285_q ; +wire \text_gen|char_ram~6117_q ; +wire \text_gen|char_ram~34913_combout ; +wire \text_gen|char_ram~34914_combout ; +wire \text_gen|char_ram~20229feeder_combout ; +wire \text_gen|char_ram~20229_q ; +wire \text_gen|char_ram~27397_q ; +wire \text_gen|char_ram~13061_q ; +wire \text_gen|char_ram~5893_q ; +wire \text_gen|char_ram~34917_combout ; +wire \text_gen|char_ram~34918_combout ; +wire \text_gen|char_ram~20341feeder_combout ; +wire \text_gen|char_ram~20341_q ; +wire \text_gen|char_ram~27509_q ; +wire \text_gen|char_ram~13173_q ; +wire \text_gen|char_ram~6005_q ; +wire \text_gen|char_ram~34915_combout ; +wire \text_gen|char_ram~34916_combout ; +wire \text_gen|char_ram~34919_combout ; +wire \text_gen|char_ram~34922_combout ; +wire \text_gen|char_ram~20558feeder_combout ; +wire \text_gen|char_ram~20558_q ; +wire \text_gen|char_ram~27726_q ; +wire \text_gen|char_ram~13390feeder_combout ; +wire \text_gen|char_ram~13390_q ; +wire \text_gen|char_ram~6222_q ; +wire \text_gen|char_ram~34889_combout ; +wire \text_gen|char_ram~34890_combout ; +wire \text_gen|char_ram~20334_q ; +wire \text_gen|char_ram~27502_q ; +wire \text_gen|char_ram~13166feeder_combout ; +wire \text_gen|char_ram~13166_q ; +wire \text_gen|char_ram~5998_q ; +wire \text_gen|char_ram~34882_combout ; +wire \text_gen|char_ram~34883_combout ; +wire \text_gen|char_ram~20446_q ; +wire \text_gen|char_ram~27614_q ; +wire \text_gen|char_ram~13278feeder_combout ; +wire \text_gen|char_ram~13278_q ; +wire \text_gen|char_ram~6110_q ; +wire \text_gen|char_ram~34884_combout ; +wire \text_gen|char_ram~34885_combout ; +wire \text_gen|char_ram~20222feeder_combout ; +wire \text_gen|char_ram~20222_q ; +wire \text_gen|char_ram~27390_q ; +wire \text_gen|char_ram~13054feeder_combout ; +wire \text_gen|char_ram~13054_q ; +wire \text_gen|char_ram~5886_q ; +wire \text_gen|char_ram~34886_combout ; +wire \text_gen|char_ram~34887_combout ; +wire \text_gen|char_ram~34888_combout ; +wire \text_gen|char_ram~34891_combout ; +wire \text_gen|char_ram~20502_q ; +wire \text_gen|char_ram~27670_q ; +wire \text_gen|char_ram~6166_q ; +wire \text_gen|char_ram~13334_q ; +wire \text_gen|char_ram~34909_combout ; +wire \text_gen|char_ram~34910_combout ; +wire \text_gen|char_ram~20390_q ; +wire \text_gen|char_ram~27558_q ; +wire \text_gen|char_ram~13222feeder_combout ; +wire \text_gen|char_ram~13222_q ; +wire \text_gen|char_ram~6054_q ; +wire \text_gen|char_ram~34904_combout ; +wire \text_gen|char_ram~34905_combout ; +wire \text_gen|char_ram~20166_q ; +wire \text_gen|char_ram~27334_q ; +wire \text_gen|char_ram~5830_q ; +wire \text_gen|char_ram~12998feeder_combout ; +wire \text_gen|char_ram~12998_q ; +wire \text_gen|char_ram~34906_combout ; +wire \text_gen|char_ram~34907_combout ; +wire \text_gen|char_ram~34908_combout ; +wire \text_gen|char_ram~20278feeder_combout ; +wire \text_gen|char_ram~20278_q ; +wire \text_gen|char_ram~27446_q ; +wire \text_gen|char_ram~13110_q ; +wire \text_gen|char_ram~5942_q ; +wire \text_gen|char_ram~34902_combout ; +wire \text_gen|char_ram~34903_combout ; +wire \text_gen|char_ram~34911_combout ; +wire \text_gen|char_ram~20173_q ; +wire \text_gen|char_ram~13005_q ; +wire \text_gen|char_ram~5837_q ; +wire \text_gen|char_ram~34896_combout ; +wire \text_gen|char_ram~27341_q ; +wire \text_gen|char_ram~34897_combout ; +wire \text_gen|char_ram~20285_q ; +wire \text_gen|char_ram~27453_q ; +wire \text_gen|char_ram~13117feeder_combout ; +wire \text_gen|char_ram~13117_q ; +wire \text_gen|char_ram~5949_q ; +wire \text_gen|char_ram~34894_combout ; +wire \text_gen|char_ram~34895_combout ; +wire \text_gen|char_ram~34898_combout ; +wire \text_gen|char_ram~20509_q ; +wire \text_gen|char_ram~27677_q ; +wire \text_gen|char_ram~6173_q ; +wire \text_gen|char_ram~13341feeder_combout ; +wire \text_gen|char_ram~13341_q ; +wire \text_gen|char_ram~34899_combout ; +wire \text_gen|char_ram~34900_combout ; +wire \text_gen|char_ram~20397_q ; +wire \text_gen|char_ram~27565_q ; +wire \text_gen|char_ram~13229feeder_combout ; +wire \text_gen|char_ram~13229_q ; +wire \text_gen|char_ram~6061_q ; +wire \text_gen|char_ram~34892_combout ; +wire \text_gen|char_ram~34893_combout ; +wire \text_gen|char_ram~34901_combout ; +wire \text_gen|char_ram~34912_combout ; +wire \text_gen|char_ram~34923_combout ; +wire \text_gen|char_ram~13180_q ; +wire \text_gen|char_ram~27516_q ; +wire \text_gen|char_ram~20348feeder_combout ; +wire \text_gen|char_ram~20348_q ; +wire \text_gen|char_ram~6012_q ; +wire \text_gen|char_ram~34840_combout ; +wire \text_gen|char_ram~34841_combout ; +wire \text_gen|char_ram~20572feeder_combout ; +wire \text_gen|char_ram~20572_q ; +wire \text_gen|char_ram~27740_q ; +wire \text_gen|char_ram~13404_q ; +wire \text_gen|char_ram~6236_q ; +wire \text_gen|char_ram~34847_combout ; +wire \text_gen|char_ram~34848_combout ; +wire \text_gen|char_ram~13068_q ; +wire \text_gen|char_ram~27404_q ; +wire \text_gen|char_ram~5900_q ; +wire \text_gen|char_ram~20236_q ; +wire \text_gen|char_ram~34844_combout ; +wire \text_gen|char_ram~34845_combout ; +wire \text_gen|char_ram~20460feeder_combout ; +wire \text_gen|char_ram~20460_q ; +wire \text_gen|char_ram~27628_q ; +wire \text_gen|char_ram~13292feeder_combout ; +wire \text_gen|char_ram~13292_q ; +wire \text_gen|char_ram~6124_q ; +wire \text_gen|char_ram~34842_combout ; +wire \text_gen|char_ram~34843_combout ; +wire \text_gen|char_ram~34846_combout ; +wire \text_gen|char_ram~34849_combout ; +wire \text_gen|char_ram~13187_q ; +wire \text_gen|char_ram~27523_q ; +wire \text_gen|char_ram~20355_q ; +wire \text_gen|char_ram~6019_q ; +wire \text_gen|char_ram~34873_combout ; +wire \text_gen|char_ram~34874_combout ; +wire \text_gen|char_ram~13075feeder_combout ; +wire \text_gen|char_ram~13075_q ; +wire \text_gen|char_ram~27411_q ; +wire \text_gen|char_ram~20243feeder_combout ; +wire \text_gen|char_ram~20243_q ; +wire \text_gen|char_ram~5907_q ; +wire \text_gen|char_ram~34875_combout ; +wire \text_gen|char_ram~34876_combout ; +wire \text_gen|char_ram~34877_combout ; +wire \text_gen|char_ram~20579feeder_combout ; +wire \text_gen|char_ram~20579_q ; +wire \text_gen|char_ram~27747_q ; +wire \text_gen|char_ram~13411_q ; +wire \text_gen|char_ram~6243_q ; +wire \text_gen|char_ram~34878_combout ; +wire \text_gen|char_ram~34879_combout ; +wire \text_gen|char_ram~20467_q ; +wire \text_gen|char_ram~27635_q ; +wire \text_gen|char_ram~13299_q ; +wire \text_gen|char_ram~6131_q ; +wire \text_gen|char_ram~34871_combout ; +wire \text_gen|char_ram~34872_combout ; +wire \text_gen|char_ram~34880_combout ; +wire \text_gen|char_ram~13019feeder_combout ; +wire \text_gen|char_ram~13019_q ; +wire \text_gen|char_ram~27355_q ; +wire \text_gen|char_ram~5851_q ; +wire \text_gen|char_ram~20187_q ; +wire \text_gen|char_ram~34854_combout ; +wire \text_gen|char_ram~34855_combout ; +wire \text_gen|char_ram~13131feeder_combout ; +wire \text_gen|char_ram~13131_q ; +wire \text_gen|char_ram~27467_q ; +wire \text_gen|char_ram~20299_q ; +wire \text_gen|char_ram~5963_q ; +wire \text_gen|char_ram~34852_combout ; +wire \text_gen|char_ram~34853_combout ; +wire \text_gen|char_ram~34856_combout ; +wire \text_gen|char_ram~20523feeder_combout ; +wire \text_gen|char_ram~20523_q ; +wire \text_gen|char_ram~27691_q ; +wire \text_gen|char_ram~6187_q ; +wire \text_gen|char_ram~13355_q ; +wire \text_gen|char_ram~34857_combout ; +wire \text_gen|char_ram~34858_combout ; +wire \text_gen|char_ram~20411_q ; +wire \text_gen|char_ram~27579_q ; +wire \text_gen|char_ram~13243feeder_combout ; +wire \text_gen|char_ram~13243_q ; +wire \text_gen|char_ram~6075_q ; +wire \text_gen|char_ram~34850_combout ; +wire \text_gen|char_ram~34851_combout ; +wire \text_gen|char_ram~34859_combout ; +wire \text_gen|char_ram~13348_q ; +wire \text_gen|char_ram~6180_q ; +wire \text_gen|char_ram~34867_combout ; +wire \text_gen|char_ram~27684_q ; +wire \text_gen|char_ram~20516_q ; +wire \text_gen|char_ram~34868_combout ; +wire \text_gen|char_ram~13124_q ; +wire \text_gen|char_ram~27460_q ; +wire \text_gen|char_ram~20292feeder_combout ; +wire \text_gen|char_ram~20292_q ; +wire \text_gen|char_ram~5956_q ; +wire \text_gen|char_ram~34860_combout ; +wire \text_gen|char_ram~34861_combout ; +wire \text_gen|char_ram~13012_q ; +wire \text_gen|char_ram~5844feeder_combout ; +wire \text_gen|char_ram~5844_q ; +wire \text_gen|char_ram~34864_combout ; +wire \text_gen|char_ram~27348_q ; +wire \text_gen|char_ram~20180_q ; +wire \text_gen|char_ram~34865_combout ; +wire \text_gen|char_ram~20404_q ; +wire \text_gen|char_ram~27572_q ; +wire \text_gen|char_ram~13236feeder_combout ; +wire \text_gen|char_ram~13236_q ; +wire \text_gen|char_ram~6068_q ; +wire \text_gen|char_ram~34862_combout ; +wire \text_gen|char_ram~34863_combout ; +wire \text_gen|char_ram~34866_combout ; +wire \text_gen|char_ram~34869_combout ; +wire \text_gen|char_ram~34870_combout ; +wire \text_gen|char_ram~34881_combout ; +wire \text_gen|char_ram~34924_combout ; +wire \text_gen|char_ram~34967_combout ; +wire \text_gen|char_ram~22000_q ; +wire \text_gen|char_ram~22224feeder_combout ; +wire \text_gen|char_ram~22224_q ; +wire \text_gen|char_ram~34756_combout ; +wire \text_gen|char_ram~22336_q ; +wire \text_gen|char_ram~22112_q ; +wire \text_gen|char_ram~34757_combout ; +wire \text_gen|char_ram~7888_q ; +wire \text_gen|char_ram~8000_q ; +wire \text_gen|char_ram~7776_q ; +wire \text_gen|char_ram~7664_q ; +wire \text_gen|char_ram~34758_combout ; +wire \text_gen|char_ram~34759_combout ; +wire \text_gen|char_ram~34760_combout ; +wire \text_gen|char_ram~7944_q ; +wire \text_gen|char_ram~8056_q ; +wire \text_gen|char_ram~7720_q ; +wire \text_gen|char_ram~7832feeder_combout ; +wire \text_gen|char_ram~7832_q ; +wire \text_gen|char_ram~34754_combout ; +wire \text_gen|char_ram~34755_combout ; +wire \text_gen|char_ram~22168_q ; +wire \text_gen|char_ram~22392_q ; +wire \text_gen|char_ram~22056_q ; +wire \text_gen|char_ram~22280feeder_combout ; +wire \text_gen|char_ram~22280_q ; +wire \text_gen|char_ram~34761_combout ; +wire \text_gen|char_ram~34762_combout ; +wire \text_gen|char_ram~34763_combout ; +wire \text_gen|char_ram~22175_q ; +wire \text_gen|char_ram~22399_q ; +wire \text_gen|char_ram~22287feeder_combout ; +wire \text_gen|char_ram~22287_q ; +wire \text_gen|char_ram~22063_q ; +wire \text_gen|char_ram~34792_combout ; +wire \text_gen|char_ram~34793_combout ; +wire \text_gen|char_ram~7951feeder_combout ; +wire \text_gen|char_ram~7951_q ; +wire \text_gen|char_ram~8063_q ; +wire \text_gen|char_ram~7727_q ; +wire \text_gen|char_ram~7839_q ; +wire \text_gen|char_ram~34785_combout ; +wire \text_gen|char_ram~34786_combout ; +wire \text_gen|char_ram~22007_q ; +wire \text_gen|char_ram~22231_q ; +wire \text_gen|char_ram~34787_combout ; +wire \text_gen|char_ram~22343_q ; +wire \text_gen|char_ram~22119_q ; +wire \text_gen|char_ram~34788_combout ; +wire \text_gen|char_ram~7895_q ; +wire \text_gen|char_ram~8007_q ; +wire \text_gen|char_ram~7671_q ; +wire \text_gen|char_ram~7783feeder_combout ; +wire \text_gen|char_ram~7783_q ; +wire \text_gen|char_ram~34789_combout ; +wire \text_gen|char_ram~34790_combout ; +wire \text_gen|char_ram~34791_combout ; +wire \text_gen|char_ram~34794_combout ; +wire \text_gen|char_ram~727feeder_combout ; +wire \text_gen|char_ram~727_q ; +wire \text_gen|char_ram~839_q ; +wire \text_gen|char_ram~503_q ; +wire \text_gen|char_ram~615_q ; +wire \text_gen|char_ram~34768_combout ; +wire \text_gen|char_ram~34769_combout ; +wire \text_gen|char_ram~14951feeder_combout ; +wire \text_gen|char_ram~14951_q ; +wire \text_gen|char_ram~15175_q ; +wire \text_gen|char_ram~14839_q ; +wire \text_gen|char_ram~15063_q ; +wire \text_gen|char_ram~34766_combout ; +wire \text_gen|char_ram~34767_combout ; +wire \text_gen|char_ram~34770_combout ; +wire \text_gen|char_ram~783feeder_combout ; +wire \text_gen|char_ram~783_q ; +wire \text_gen|char_ram~895_q ; +wire \text_gen|char_ram~559_q ; +wire \text_gen|char_ram~671feeder_combout ; +wire \text_gen|char_ram~671_q ; +wire \text_gen|char_ram~34764_combout ; +wire \text_gen|char_ram~34765_combout ; +wire \text_gen|char_ram~15007_q ; +wire \text_gen|char_ram~15231_q ; +wire \text_gen|char_ram~14895_q ; +wire \text_gen|char_ram~15119_q ; +wire \text_gen|char_ram~34771_combout ; +wire \text_gen|char_ram~34772_combout ; +wire \text_gen|char_ram~34773_combout ; +wire \text_gen|char_ram~15000feeder_combout ; +wire \text_gen|char_ram~15000_q ; +wire \text_gen|char_ram~15224_q ; +wire \text_gen|char_ram~15112_q ; +wire \text_gen|char_ram~14888_q ; +wire \text_gen|char_ram~34781_combout ; +wire \text_gen|char_ram~34782_combout ; +wire \text_gen|char_ram~776_q ; +wire \text_gen|char_ram~888_q ; +wire \text_gen|char_ram~552_q ; +wire \text_gen|char_ram~664feeder_combout ; +wire \text_gen|char_ram~664_q ; +wire \text_gen|char_ram~34774_combout ; +wire \text_gen|char_ram~34775_combout ; +wire \text_gen|char_ram~14944_q ; +wire \text_gen|char_ram~15056_q ; +wire \text_gen|char_ram~14832_q ; +wire \text_gen|char_ram~34776_combout ; +wire \text_gen|char_ram~15168_q ; +wire \text_gen|char_ram~34777_combout ; +wire \text_gen|char_ram~720_q ; +wire \text_gen|char_ram~832_q ; +wire \text_gen|char_ram~496_q ; +wire \text_gen|char_ram~608_q ; +wire \text_gen|char_ram~34778_combout ; +wire \text_gen|char_ram~34779_combout ; +wire \text_gen|char_ram~34780_combout ; +wire \text_gen|char_ram~34783_combout ; +wire \text_gen|char_ram~34784_combout ; +wire \text_gen|char_ram~34795_combout ; +wire \text_gen|char_ram~7993feeder_combout ; +wire \text_gen|char_ram~7993_q ; +wire \text_gen|char_ram~7986_q ; +wire \text_gen|char_ram~7762_q ; +wire \text_gen|char_ram~7769_q ; +wire \text_gen|char_ram~34624_combout ; +wire \text_gen|char_ram~34625_combout ; +wire \text_gen|char_ram~8042_q ; +wire \text_gen|char_ram~8049_q ; +wire \text_gen|char_ram~7825feeder_combout ; +wire \text_gen|char_ram~7825_q ; +wire \text_gen|char_ram~7818_q ; +wire \text_gen|char_ram~34631_combout ; +wire \text_gen|char_ram~34632_combout ; +wire \text_gen|char_ram~7930_q ; +wire \text_gen|char_ram~7937_q ; +wire \text_gen|char_ram~7706_q ; +wire \text_gen|char_ram~7713feeder_combout ; +wire \text_gen|char_ram~7713_q ; +wire \text_gen|char_ram~34626_combout ; +wire \text_gen|char_ram~34627_combout ; +wire \text_gen|char_ram~7874feeder_combout ; +wire \text_gen|char_ram~7874_q ; +wire \text_gen|char_ram~7881_q ; +wire \text_gen|char_ram~7650_q ; +wire \text_gen|char_ram~7657feeder_combout ; +wire \text_gen|char_ram~7657_q ; +wire \text_gen|char_ram~34628_combout ; +wire \text_gen|char_ram~34629_combout ; +wire \text_gen|char_ram~34630_combout ; +wire \text_gen|char_ram~34633_combout ; +wire \text_gen|char_ram~874feeder_combout ; +wire \text_gen|char_ram~874_q ; +wire \text_gen|char_ram~881_q ; +wire \text_gen|char_ram~762_q ; +wire \text_gen|char_ram~769_q ; +wire \text_gen|char_ram~34645_combout ; +wire \text_gen|char_ram~34646_combout ; +wire \text_gen|char_ram~650feeder_combout ; +wire \text_gen|char_ram~650_q ; +wire \text_gen|char_ram~657_q ; +wire \text_gen|char_ram~538_q ; +wire \text_gen|char_ram~545_q ; +wire \text_gen|char_ram~34640_combout ; +wire \text_gen|char_ram~34641_combout ; +wire \text_gen|char_ram~594_q ; +wire \text_gen|char_ram~482_q ; +wire \text_gen|char_ram~601_q ; +wire \text_gen|char_ram~489_q ; +wire \text_gen|char_ram~34642_combout ; +wire \text_gen|char_ram~34643_combout ; +wire \text_gen|char_ram~34644_combout ; +wire \text_gen|char_ram~818_q ; +wire \text_gen|char_ram~825_q ; +wire \text_gen|char_ram~706_q ; +wire \text_gen|char_ram~713feeder_combout ; +wire \text_gen|char_ram~713_q ; +wire \text_gen|char_ram~34647_combout ; +wire \text_gen|char_ram~34648_combout ; +wire \text_gen|char_ram~14881_q ; +wire \text_gen|char_ram~15105_q ; +wire \text_gen|char_ram~34636_combout ; +wire \text_gen|char_ram~15217_q ; +wire \text_gen|char_ram~14993_q ; +wire \text_gen|char_ram~34637_combout ; +wire \text_gen|char_ram~34649_combout ; +wire \text_gen|char_ram~34650_combout ; +wire \text_gen|char_ram~15042_q ; +wire \text_gen|char_ram~15154_q ; +wire \text_gen|char_ram~14818_q ; +wire \text_gen|char_ram~14930_q ; +wire \text_gen|char_ram~34651_combout ; +wire \text_gen|char_ram~34652_combout ; +wire \text_gen|char_ram~14825_q ; +wire \text_gen|char_ram~15049feeder_combout ; +wire \text_gen|char_ram~15049_q ; +wire \text_gen|char_ram~34653_combout ; +wire \text_gen|char_ram~15161_q ; +wire \text_gen|char_ram~14937_q ; +wire \text_gen|char_ram~15098_q ; +wire \text_gen|char_ram~15210_q ; +wire \text_gen|char_ram~14874_q ; +wire \text_gen|char_ram~14986_q ; +wire \text_gen|char_ram~34634_combout ; +wire \text_gen|char_ram~34635_combout ; +wire \text_gen|char_ram~34654_combout ; +wire \text_gen|char_ram~34655_combout ; +wire \text_gen|char_ram~34656_combout ; +wire \text_gen|char_ram~34638_combout ; +wire \text_gen|char_ram~34639_combout ; +wire \text_gen|char_ram~34657_combout ; +wire \text_gen|char_ram~22217feeder_combout ; +wire \text_gen|char_ram~22217_q ; +wire \text_gen|char_ram~22210_q ; +wire \text_gen|char_ram~34658_combout ; +wire \text_gen|char_ram~22329_q ; +wire \text_gen|char_ram~22322_q ; +wire \text_gen|char_ram~34659_combout ; +wire \text_gen|char_ram~22378_q ; +wire \text_gen|char_ram~22385_q ; +wire \text_gen|char_ram~22266_q ; +wire \text_gen|char_ram~22273_q ; +wire \text_gen|char_ram~34665_combout ; +wire \text_gen|char_ram~34666_combout ; +wire \text_gen|char_ram~21986_q ; +wire \text_gen|char_ram~21993_q ; +wire \text_gen|char_ram~34662_combout ; +wire \text_gen|char_ram~22105_q ; +wire \text_gen|char_ram~22098_q ; +wire \text_gen|char_ram~34663_combout ; +wire \text_gen|char_ram~22154_q ; +wire \text_gen|char_ram~22161_q ; +wire \text_gen|char_ram~22042_q ; +wire \text_gen|char_ram~22049feeder_combout ; +wire \text_gen|char_ram~22049_q ; +wire \text_gen|char_ram~34660_combout ; +wire \text_gen|char_ram~34661_combout ; +wire \text_gen|char_ram~34664_combout ; +wire \text_gen|char_ram~34667_combout ; +wire \text_gen|char_ram~34668_combout ; +wire \text_gen|char_ram~14972feeder_combout ; +wire \text_gen|char_ram~14972_q ; +wire \text_gen|char_ram~14979_q ; +wire \text_gen|char_ram~14860_q ; +wire \text_gen|char_ram~14867feeder_combout ; +wire \text_gen|char_ram~14867_q ; +wire \text_gen|char_ram~34671_combout ; +wire \text_gen|char_ram~34672_combout ; +wire \text_gen|char_ram~14916feeder_combout ; +wire \text_gen|char_ram~14916_q ; +wire \text_gen|char_ram~14923_q ; +wire \text_gen|char_ram~14804_q ; +wire \text_gen|char_ram~14811_q ; +wire \text_gen|char_ram~34673_combout ; +wire \text_gen|char_ram~34674_combout ; +wire \text_gen|char_ram~34675_combout ; +wire \text_gen|char_ram~15196feeder_combout ; +wire \text_gen|char_ram~15196_q ; +wire \text_gen|char_ram~15203_q ; +wire \text_gen|char_ram~15084_q ; +wire \text_gen|char_ram~15091feeder_combout ; +wire \text_gen|char_ram~15091_q ; +wire \text_gen|char_ram~34676_combout ; +wire \text_gen|char_ram~34677_combout ; +wire \text_gen|char_ram~15140_q ; +wire \text_gen|char_ram~15147_q ; +wire \text_gen|char_ram~15028_q ; +wire \text_gen|char_ram~15035feeder_combout ; +wire \text_gen|char_ram~15035_q ; +wire \text_gen|char_ram~34669_combout ; +wire \text_gen|char_ram~34670_combout ; +wire \text_gen|char_ram~34678_combout ; +wire \text_gen|char_ram~7811_q ; +wire \text_gen|char_ram~8035_q ; +wire \text_gen|char_ram~7699_q ; +wire \text_gen|char_ram~7923feeder_combout ; +wire \text_gen|char_ram~7923_q ; +wire \text_gen|char_ram~34686_combout ; +wire \text_gen|char_ram~34687_combout ; +wire \text_gen|char_ram~7916_q ; +wire \text_gen|char_ram~8028_q ; +wire \text_gen|char_ram~7692_q ; +wire \text_gen|char_ram~7804_q ; +wire \text_gen|char_ram~34679_combout ; +wire \text_gen|char_ram~34680_combout ; +wire \text_gen|char_ram~7860_q ; +wire \text_gen|char_ram~7972_q ; +wire \text_gen|char_ram~7636_q ; +wire \text_gen|char_ram~7748feeder_combout ; +wire \text_gen|char_ram~7748_q ; +wire \text_gen|char_ram~34683_combout ; +wire \text_gen|char_ram~34684_combout ; +wire \text_gen|char_ram~7643_q ; +wire \text_gen|char_ram~7867_q ; +wire \text_gen|char_ram~34681_combout ; +wire \text_gen|char_ram~7979_q ; +wire \text_gen|char_ram~7755feeder_combout ; +wire \text_gen|char_ram~7755_q ; +wire \text_gen|char_ram~34682_combout ; +wire \text_gen|char_ram~34685_combout ; +wire \text_gen|char_ram~34688_combout ; +wire \text_gen|char_ram~860feeder_combout ; +wire \text_gen|char_ram~860_q ; +wire \text_gen|char_ram~867_q ; +wire \text_gen|char_ram~636_q ; +wire \text_gen|char_ram~643feeder_combout ; +wire \text_gen|char_ram~643_q ; +wire \text_gen|char_ram~34696_combout ; +wire \text_gen|char_ram~34697_combout ; +wire \text_gen|char_ram~468_q ; +wire \text_gen|char_ram~475_q ; +wire \text_gen|char_ram~34693_combout ; +wire \text_gen|char_ram~699_q ; +wire \text_gen|char_ram~692feeder_combout ; +wire \text_gen|char_ram~692_q ; +wire \text_gen|char_ram~34694_combout ; +wire \text_gen|char_ram~755_q ; +wire \text_gen|char_ram~748_q ; +wire \text_gen|char_ram~531_q ; +wire \text_gen|char_ram~524_q ; +wire \text_gen|char_ram~34691_combout ; +wire \text_gen|char_ram~34692_combout ; +wire \text_gen|char_ram~34695_combout ; +wire \text_gen|char_ram~804_q ; +wire \text_gen|char_ram~811_q ; +wire \text_gen|char_ram~587feeder_combout ; +wire \text_gen|char_ram~587_q ; +wire \text_gen|char_ram~580_q ; +wire \text_gen|char_ram~34689_combout ; +wire \text_gen|char_ram~34690_combout ; +wire \text_gen|char_ram~34698_combout ; +wire \text_gen|char_ram~34699_combout ; +wire \text_gen|char_ram~22140_q ; +wire \text_gen|char_ram~22147feeder_combout ; +wire \text_gen|char_ram~22147_q ; +wire \text_gen|char_ram~34707_combout ; +wire \text_gen|char_ram~22371_q ; +wire \text_gen|char_ram~22364_q ; +wire \text_gen|char_ram~34708_combout ; +wire \text_gen|char_ram~22308_q ; +wire \text_gen|char_ram~22315_q ; +wire \text_gen|char_ram~22084_q ; +wire \text_gen|char_ram~22091feeder_combout ; +wire \text_gen|char_ram~22091_q ; +wire \text_gen|char_ram~34700_combout ; +wire \text_gen|char_ram~34701_combout ; +wire \text_gen|char_ram~22035feeder_combout ; +wire \text_gen|char_ram~22035_q ; +wire \text_gen|char_ram~22028_q ; +wire \text_gen|char_ram~34702_combout ; +wire \text_gen|char_ram~22259_q ; +wire \text_gen|char_ram~22252_q ; +wire \text_gen|char_ram~34703_combout ; +wire \text_gen|char_ram~21979_q ; +wire \text_gen|char_ram~21972_q ; +wire \text_gen|char_ram~34704_combout ; +wire \text_gen|char_ram~22203_q ; +wire \text_gen|char_ram~22196_q ; +wire \text_gen|char_ram~34705_combout ; +wire \text_gen|char_ram~34706_combout ; +wire \text_gen|char_ram~34709_combout ; +wire \text_gen|char_ram~34710_combout ; +wire \text_gen|char_ram~7902_q ; +wire \text_gen|char_ram~7909feeder_combout ; +wire \text_gen|char_ram~7909_q ; +wire \text_gen|char_ram~34728_combout ; +wire \text_gen|char_ram~8021_q ; +wire \text_gen|char_ram~8014_q ; +wire \text_gen|char_ram~34729_combout ; +wire \text_gen|char_ram~7958_q ; +wire \text_gen|char_ram~7965_q ; +wire \text_gen|char_ram~7853_q ; +wire \text_gen|char_ram~7846_q ; +wire \text_gen|char_ram~34721_combout ; +wire \text_gen|char_ram~34722_combout ; +wire \text_gen|char_ram~7734_q ; +wire \text_gen|char_ram~7741_q ; +wire \text_gen|char_ram~7629_q ; +wire \text_gen|char_ram~7622_q ; +wire \text_gen|char_ram~34725_combout ; +wire \text_gen|char_ram~34726_combout ; +wire \text_gen|char_ram~7790feeder_combout ; +wire \text_gen|char_ram~7790_q ; +wire \text_gen|char_ram~7797_q ; +wire \text_gen|char_ram~7678_q ; +wire \text_gen|char_ram~7685_q ; +wire \text_gen|char_ram~34723_combout ; +wire \text_gen|char_ram~34724_combout ; +wire \text_gen|char_ram~34727_combout ; +wire \text_gen|char_ram~34730_combout ; +wire \text_gen|char_ram~629_q ; +wire \text_gen|char_ram~853_q ; +wire \text_gen|char_ram~517_q ; +wire \text_gen|char_ram~741_q ; +wire \text_gen|char_ram~34738_combout ; +wire \text_gen|char_ram~34739_combout ; +wire \text_gen|char_ram~573_q ; +wire \text_gen|char_ram~797_q ; +wire \text_gen|char_ram~461_q ; +wire \text_gen|char_ram~685feeder_combout ; +wire \text_gen|char_ram~685_q ; +wire \text_gen|char_ram~34731_combout ; +wire \text_gen|char_ram~34732_combout ; +wire \text_gen|char_ram~678feeder_combout ; +wire \text_gen|char_ram~678_q ; +wire \text_gen|char_ram~790_q ; +wire \text_gen|char_ram~454_q ; +wire \text_gen|char_ram~566feeder_combout ; +wire \text_gen|char_ram~566_q ; +wire \text_gen|char_ram~34735_combout ; +wire \text_gen|char_ram~34736_combout ; +wire \text_gen|char_ram~734_q ; +wire \text_gen|char_ram~846_q ; +wire \text_gen|char_ram~510_q ; +wire \text_gen|char_ram~622_q ; +wire \text_gen|char_ram~34733_combout ; +wire \text_gen|char_ram~34734_combout ; +wire \text_gen|char_ram~34737_combout ; +wire \text_gen|char_ram~34740_combout ; +wire \text_gen|char_ram~34741_combout ; +wire \text_gen|char_ram~22238_q ; +wire \text_gen|char_ram~22350_q ; +wire \text_gen|char_ram~22014_q ; +wire \text_gen|char_ram~22126_q ; +wire \text_gen|char_ram~34742_combout ; +wire \text_gen|char_ram~34743_combout ; +wire \text_gen|char_ram~22133feeder_combout ; +wire \text_gen|char_ram~22133_q ; +wire \text_gen|char_ram~22357_q ; +wire \text_gen|char_ram~22021_q ; +wire \text_gen|char_ram~22245feeder_combout ; +wire \text_gen|char_ram~22245_q ; +wire \text_gen|char_ram~34749_combout ; +wire \text_gen|char_ram~34750_combout ; +wire \text_gen|char_ram~21965_q ; +wire \text_gen|char_ram~22189_q ; +wire \text_gen|char_ram~34744_combout ; +wire \text_gen|char_ram~22301_q ; +wire \text_gen|char_ram~22077_q ; +wire \text_gen|char_ram~34745_combout ; +wire \text_gen|char_ram~22182_q ; +wire \text_gen|char_ram~22294_q ; +wire \text_gen|char_ram~21958_q ; +wire \text_gen|char_ram~22070_q ; +wire \text_gen|char_ram~34746_combout ; +wire \text_gen|char_ram~34747_combout ; +wire \text_gen|char_ram~34748_combout ; +wire \text_gen|char_ram~34751_combout ; +wire \text_gen|char_ram~15070_q ; +wire \text_gen|char_ram~15077_q ; +wire \text_gen|char_ram~14853_q ; +wire \text_gen|char_ram~14846_q ; +wire \text_gen|char_ram~34713_combout ; +wire \text_gen|char_ram~34714_combout ; +wire \text_gen|char_ram~15014_q ; +wire \text_gen|char_ram~15021_q ; +wire \text_gen|char_ram~14790_q ; +wire \text_gen|char_ram~14797_q ; +wire \text_gen|char_ram~34715_combout ; +wire \text_gen|char_ram~34716_combout ; +wire \text_gen|char_ram~34717_combout ; +wire \text_gen|char_ram~15126_q ; +wire \text_gen|char_ram~15133_q ; +wire \text_gen|char_ram~14902_q ; +wire \text_gen|char_ram~14909_q ; +wire \text_gen|char_ram~34711_combout ; +wire \text_gen|char_ram~34712_combout ; +wire \text_gen|char_ram~15182_q ; +wire \text_gen|char_ram~15189_q ; +wire \text_gen|char_ram~14958_q ; +wire \text_gen|char_ram~14965_q ; +wire \text_gen|char_ram~34718_combout ; +wire \text_gen|char_ram~34719_combout ; +wire \text_gen|char_ram~34720_combout ; +wire \text_gen|char_ram~34752_combout ; +wire \text_gen|char_ram~34753_combout ; +wire \text_gen|char_ram~34796_combout ; +wire \text_gen|char_ram~16995_q ; +wire \text_gen|char_ram~17023_q ; +wire \text_gen|char_ram~16981_q ; +wire \text_gen|char_ram~17009feeder_combout ; +wire \text_gen|char_ram~17009_q ; +wire \text_gen|char_ram~34598_combout ; +wire \text_gen|char_ram~34599_combout ; +wire \text_gen|char_ram~16897_q ; +wire \text_gen|char_ram~16911_q ; +wire \text_gen|char_ram~16869_q ; +wire \text_gen|char_ram~16883feeder_combout ; +wire \text_gen|char_ram~16883_q ; +wire \text_gen|char_ram~34591_combout ; +wire \text_gen|char_ram~34592_combout ; +wire \text_gen|char_ram~16645_q ; +wire \text_gen|char_ram~16659_q ; +wire \text_gen|char_ram~34595_combout ; +wire \text_gen|char_ram~16687_q ; +wire \text_gen|char_ram~16673_q ; +wire \text_gen|char_ram~34596_combout ; +wire \text_gen|char_ram~16785feeder_combout ; +wire \text_gen|char_ram~16785_q ; +wire \text_gen|char_ram~16799_q ; +wire \text_gen|char_ram~16757_q ; +wire \text_gen|char_ram~16771feeder_combout ; +wire \text_gen|char_ram~16771_q ; +wire \text_gen|char_ram~34593_combout ; +wire \text_gen|char_ram~34594_combout ; +wire \text_gen|char_ram~34597_combout ; +wire \text_gen|char_ram~34600_combout ; +wire \text_gen|char_ram~2687_q ; +wire \text_gen|char_ram~2463feeder_combout ; +wire \text_gen|char_ram~2463_q ; +wire \text_gen|char_ram~2673feeder_combout ; +wire \text_gen|char_ram~2673_q ; +wire \text_gen|char_ram~2449_q ; +wire \text_gen|char_ram~34608_combout ; +wire \text_gen|char_ram~34609_combout ; +wire \text_gen|char_ram~2323feeder_combout ; +wire \text_gen|char_ram~2323_q ; +wire \text_gen|char_ram~2547_q ; +wire \text_gen|char_ram~2309_q ; +wire \text_gen|char_ram~2533_q ; +wire \text_gen|char_ram~34605_combout ; +wire \text_gen|char_ram~34606_combout ; +wire \text_gen|char_ram~2421_q ; +wire \text_gen|char_ram~2645_q ; +wire \text_gen|char_ram~34603_combout ; +wire \text_gen|char_ram~2659_q ; +wire \text_gen|char_ram~2435feeder_combout ; +wire \text_gen|char_ram~2435_q ; +wire \text_gen|char_ram~34604_combout ; +wire \text_gen|char_ram~34607_combout ; +wire \text_gen|char_ram~2351_q ; +wire \text_gen|char_ram~2575_q ; +wire \text_gen|char_ram~2561feeder_combout ; +wire \text_gen|char_ram~2561_q ; +wire \text_gen|char_ram~2337_q ; +wire \text_gen|char_ram~34601_combout ; +wire \text_gen|char_ram~34602_combout ; +wire \text_gen|char_ram~34610_combout ; +wire \text_gen|char_ram~34611_combout ; +wire \text_gen|char_ram~24065feeder_combout ; +wire \text_gen|char_ram~24065_q ; +wire \text_gen|char_ram~24177_q ; +wire \text_gen|char_ram~23841_q ; +wire \text_gen|char_ram~23953_q ; +wire \text_gen|char_ram~34612_combout ; +wire \text_gen|char_ram~34613_combout ; +wire \text_gen|char_ram~24079_q ; +wire \text_gen|char_ram~24191_q ; +wire \text_gen|char_ram~23855_q ; +wire \text_gen|char_ram~23967feeder_combout ; +wire \text_gen|char_ram~23967_q ; +wire \text_gen|char_ram~34619_combout ; +wire \text_gen|char_ram~34620_combout ; +wire \text_gen|char_ram~23939_q ; +wire \text_gen|char_ram~24163_q ; +wire \text_gen|char_ram~24051_q ; +wire \text_gen|char_ram~23827_q ; +wire \text_gen|char_ram~34614_combout ; +wire \text_gen|char_ram~34615_combout ; +wire \text_gen|char_ram~24037feeder_combout ; +wire \text_gen|char_ram~24037_q ; +wire \text_gen|char_ram~24149_q ; +wire \text_gen|char_ram~23813_q ; +wire \text_gen|char_ram~23925feeder_combout ; +wire \text_gen|char_ram~23925_q ; +wire \text_gen|char_ram~34616_combout ; +wire \text_gen|char_ram~34617_combout ; +wire \text_gen|char_ram~34618_combout ; +wire \text_gen|char_ram~34621_combout ; +wire \text_gen|char_ram~9519feeder_combout ; +wire \text_gen|char_ram~9519_q ; +wire \text_gen|char_ram~9631_q ; +wire \text_gen|char_ram~9505_q ; +wire \text_gen|char_ram~9617_q ; +wire \text_gen|char_ram~34581_combout ; +wire \text_gen|char_ram~34582_combout ; +wire \text_gen|char_ram~9743feeder_combout ; +wire \text_gen|char_ram~9743_q ; +wire \text_gen|char_ram~9855_q ; +wire \text_gen|char_ram~9729_q ; +wire \text_gen|char_ram~9841feeder_combout ; +wire \text_gen|char_ram~9841_q ; +wire \text_gen|char_ram~34588_combout ; +wire \text_gen|char_ram~34589_combout ; +wire \text_gen|char_ram~9813_q ; +wire \text_gen|char_ram~9701_q ; +wire \text_gen|char_ram~34583_combout ; +wire \text_gen|char_ram~9827_q ; +wire \text_gen|char_ram~9715feeder_combout ; +wire \text_gen|char_ram~9715_q ; +wire \text_gen|char_ram~34584_combout ; +wire \text_gen|char_ram~9491_q ; +wire \text_gen|char_ram~9603_q ; +wire \text_gen|char_ram~9477_q ; +wire \text_gen|char_ram~9589_q ; +wire \text_gen|char_ram~34585_combout ; +wire \text_gen|char_ram~34586_combout ; +wire \text_gen|char_ram~34587_combout ; +wire \text_gen|char_ram~34590_combout ; +wire \text_gen|char_ram~34622_combout ; +wire \text_gen|char_ram~23771_q ; +wire \text_gen|char_ram~23883_q ; +wire \text_gen|char_ram~16715_q ; +wire \text_gen|char_ram~16603_q ; +wire \text_gen|char_ram~34489_combout ; +wire \text_gen|char_ram~34490_combout ; +wire \text_gen|char_ram~23995_q ; +wire \text_gen|char_ram~24107_q ; +wire \text_gen|char_ram~16827_q ; +wire \text_gen|char_ram~16939_q ; +wire \text_gen|char_ram~34487_combout ; +wire \text_gen|char_ram~34488_combout ; +wire \text_gen|char_ram~34491_combout ; +wire \text_gen|char_ram~24023feeder_combout ; +wire \text_gen|char_ram~24023_q ; +wire \text_gen|char_ram~24135_q ; +wire \text_gen|char_ram~16855_q ; +wire \text_gen|char_ram~16967_q ; +wire \text_gen|char_ram~34492_combout ; +wire \text_gen|char_ram~34493_combout ; +wire \text_gen|char_ram~23799feeder_combout ; +wire \text_gen|char_ram~23799_q ; +wire \text_gen|char_ram~23911_q ; +wire \text_gen|char_ram~16743_q ; +wire \text_gen|char_ram~16631_q ; +wire \text_gen|char_ram~34485_combout ; +wire \text_gen|char_ram~34486_combout ; +wire \text_gen|char_ram~34494_combout ; +wire \text_gen|char_ram~24093_q ; +wire \text_gen|char_ram~24121_q ; +wire \text_gen|char_ram~16925_q ; +wire \text_gen|char_ram~16953feeder_combout ; +wire \text_gen|char_ram~16953_q ; +wire \text_gen|char_ram~34461_combout ; +wire \text_gen|char_ram~34462_combout ; +wire \text_gen|char_ram~23757feeder_combout ; +wire \text_gen|char_ram~23757_q ; +wire \text_gen|char_ram~23785_q ; +wire \text_gen|char_ram~16617_q ; +wire \text_gen|char_ram~16589_q ; +wire \text_gen|char_ram~34458_combout ; +wire \text_gen|char_ram~34459_combout ; +wire \text_gen|char_ram~23869_q ; +wire \text_gen|char_ram~23897_q ; +wire \text_gen|char_ram~16729feeder_combout ; +wire \text_gen|char_ram~16729_q ; +wire \text_gen|char_ram~16701_q ; +wire \text_gen|char_ram~34456_combout ; +wire \text_gen|char_ram~34457_combout ; +wire \text_gen|char_ram~34460_combout ; +wire \text_gen|char_ram~24009feeder_combout ; +wire \text_gen|char_ram~24009_q ; +wire \text_gen|char_ram~23981_q ; +wire \text_gen|char_ram~16841feeder_combout ; +wire \text_gen|char_ram~16841_q ; +wire \text_gen|char_ram~16813_q ; +wire \text_gen|char_ram~34454_combout ; +wire \text_gen|char_ram~34455_combout ; +wire \text_gen|char_ram~34463_combout ; +wire \text_gen|char_ram~2393_q ; +wire \text_gen|char_ram~2281_q ; +wire \text_gen|char_ram~34474_combout ; +wire \text_gen|char_ram~9449_q ; +wire \text_gen|char_ram~9561_q ; +wire \text_gen|char_ram~34475_combout ; +wire \text_gen|char_ram~9673_q ; +wire \text_gen|char_ram~9785_q ; +wire \text_gen|char_ram~2617_q ; +wire \text_gen|char_ram~2505_q ; +wire \text_gen|char_ram~34481_combout ; +wire \text_gen|char_ram~34482_combout ; +wire \text_gen|char_ram~9421_q ; +wire \text_gen|char_ram~2253_q ; +wire \text_gen|char_ram~2365feeder_combout ; +wire \text_gen|char_ram~2365_q ; +wire \text_gen|char_ram~34478_combout ; +wire \text_gen|char_ram~9533_q ; +wire \text_gen|char_ram~34479_combout ; +wire \text_gen|char_ram~9645feeder_combout ; +wire \text_gen|char_ram~9645_q ; +wire \text_gen|char_ram~9757_q ; +wire \text_gen|char_ram~2589_q ; +wire \text_gen|char_ram~2477_q ; +wire \text_gen|char_ram~34476_combout ; +wire \text_gen|char_ram~34477_combout ; +wire \text_gen|char_ram~34480_combout ; +wire \text_gen|char_ram~34483_combout ; +wire \text_gen|char_ram~9575_q ; +wire \text_gen|char_ram~2631_q ; +wire \text_gen|char_ram~2407_q ; +wire \text_gen|char_ram~34471_combout ; +wire \text_gen|char_ram~9799_q ; +wire \text_gen|char_ram~34472_combout ; +wire \text_gen|char_ram~9463_q ; +wire \text_gen|char_ram~9687_q ; +wire \text_gen|char_ram~2519_q ; +wire \text_gen|char_ram~2295_q ; +wire \text_gen|char_ram~34464_combout ; +wire \text_gen|char_ram~34465_combout ; +wire \text_gen|char_ram~2379_q ; +wire \text_gen|char_ram~2603_q ; +wire \text_gen|char_ram~34466_combout ; +wire \text_gen|char_ram~9771_q ; +wire \text_gen|char_ram~9547feeder_combout ; +wire \text_gen|char_ram~9547_q ; +wire \text_gen|char_ram~34467_combout ; +wire \text_gen|char_ram~9435_q ; +wire \text_gen|char_ram~9659_q ; +wire \text_gen|char_ram~2267_q ; +wire \text_gen|char_ram~2491_q ; +wire \text_gen|char_ram~34468_combout ; +wire \text_gen|char_ram~34469_combout ; +wire \text_gen|char_ram~34470_combout ; +wire \text_gen|char_ram~34473_combout ; +wire \text_gen|char_ram~34484_combout ; +wire \text_gen|char_ram~34495_combout ; +wire \text_gen|char_ram~16736_q ; +wire \text_gen|char_ram~16960_q ; +wire \text_gen|char_ram~16848_q ; +wire \text_gen|char_ram~16624_q ; +wire \text_gen|char_ram~34545_combout ; +wire \text_gen|char_ram~34546_combout ; +wire \text_gen|char_ram~16806_q ; +wire \text_gen|char_ram~16918_q ; +wire \text_gen|char_ram~16582_q ; +wire \text_gen|char_ram~16694feeder_combout ; +wire \text_gen|char_ram~16694_q ; +wire \text_gen|char_ram~34542_combout ; +wire \text_gen|char_ram~34543_combout ; +wire \text_gen|char_ram~16820_q ; +wire \text_gen|char_ram~16932_q ; +wire \text_gen|char_ram~16708_q ; +wire \text_gen|char_ram~16596_q ; +wire \text_gen|char_ram~34540_combout ; +wire \text_gen|char_ram~34541_combout ; +wire \text_gen|char_ram~34544_combout ; +wire \text_gen|char_ram~16610_q ; +wire \text_gen|char_ram~16834_q ; +wire \text_gen|char_ram~34538_combout ; +wire \text_gen|char_ram~16946_q ; +wire \text_gen|char_ram~16722feeder_combout ; +wire \text_gen|char_ram~16722_q ; +wire \text_gen|char_ram~34539_combout ; +wire \text_gen|char_ram~34547_combout ; +wire \text_gen|char_ram~23904_q ; +wire \text_gen|char_ram~24128_q ; +wire \text_gen|char_ram~23792_q ; +wire \text_gen|char_ram~24016_q ; +wire \text_gen|char_ram~34576_combout ; +wire \text_gen|char_ram~34577_combout ; +wire \text_gen|char_ram~23890feeder_combout ; +wire \text_gen|char_ram~23890_q ; +wire \text_gen|char_ram~24114_q ; +wire \text_gen|char_ram~24002feeder_combout ; +wire \text_gen|char_ram~24002_q ; +wire \text_gen|char_ram~23778_q ; +wire \text_gen|char_ram~34571_combout ; +wire \text_gen|char_ram~34572_combout ; +wire \text_gen|char_ram~23974feeder_combout ; +wire \text_gen|char_ram~23974_q ; +wire \text_gen|char_ram~24086_q ; +wire \text_gen|char_ram~23750_q ; +wire \text_gen|char_ram~23862_q ; +wire \text_gen|char_ram~34573_combout ; +wire \text_gen|char_ram~34574_combout ; +wire \text_gen|char_ram~34575_combout ; +wire \text_gen|char_ram~23988feeder_combout ; +wire \text_gen|char_ram~23988_q ; +wire \text_gen|char_ram~24100_q ; +wire \text_gen|char_ram~23764_q ; +wire \text_gen|char_ram~23876feeder_combout ; +wire \text_gen|char_ram~23876_q ; +wire \text_gen|char_ram~34569_combout ; +wire \text_gen|char_ram~34570_combout ; +wire \text_gen|char_ram~34578_combout ; +wire \text_gen|char_ram~2386feeder_combout ; +wire \text_gen|char_ram~2386_q ; +wire \text_gen|char_ram~2610_q ; +wire \text_gen|char_ram~2498_q ; +wire \text_gen|char_ram~2274_q ; +wire \text_gen|char_ram~34560_combout ; +wire \text_gen|char_ram~34561_combout ; +wire \text_gen|char_ram~2470feeder_combout ; +wire \text_gen|char_ram~2470_q ; +wire \text_gen|char_ram~2582_q ; +wire \text_gen|char_ram~2358_q ; +wire \text_gen|char_ram~2246_q ; +wire \text_gen|char_ram~34562_combout ; +wire \text_gen|char_ram~34563_combout ; +wire \text_gen|char_ram~34564_combout ; +wire \text_gen|char_ram~2484_q ; +wire \text_gen|char_ram~2596_q ; +wire \text_gen|char_ram~2260_q ; +wire \text_gen|char_ram~2372feeder_combout ; +wire \text_gen|char_ram~2372_q ; +wire \text_gen|char_ram~34558_combout ; +wire \text_gen|char_ram~34559_combout ; +wire \text_gen|char_ram~2400feeder_combout ; +wire \text_gen|char_ram~2400_q ; +wire \text_gen|char_ram~2624_q ; +wire \text_gen|char_ram~2288_q ; +wire \text_gen|char_ram~2512_q ; +wire \text_gen|char_ram~34565_combout ; +wire \text_gen|char_ram~34566_combout ; +wire \text_gen|char_ram~34567_combout ; +wire \text_gen|char_ram~9568_q ; +wire \text_gen|char_ram~9792_q ; +wire \text_gen|char_ram~9680_q ; +wire \text_gen|char_ram~9456_q ; +wire \text_gen|char_ram~34555_combout ; +wire \text_gen|char_ram~34556_combout ; +wire \text_gen|char_ram~9652feeder_combout ; +wire \text_gen|char_ram~9652_q ; +wire \text_gen|char_ram~9764_q ; +wire \text_gen|char_ram~9428_q ; +wire \text_gen|char_ram~9540feeder_combout ; +wire \text_gen|char_ram~9540_q ; +wire \text_gen|char_ram~34548_combout ; +wire \text_gen|char_ram~34549_combout ; +wire \text_gen|char_ram~9638feeder_combout ; +wire \text_gen|char_ram~9638_q ; +wire \text_gen|char_ram~9750_q ; +wire \text_gen|char_ram~9414_q ; +wire \text_gen|char_ram~9526_q ; +wire \text_gen|char_ram~34552_combout ; +wire \text_gen|char_ram~34553_combout ; +wire \text_gen|char_ram~9442_q ; +wire \text_gen|char_ram~9666_q ; +wire \text_gen|char_ram~34550_combout ; +wire \text_gen|char_ram~9778_q ; +wire \text_gen|char_ram~9554feeder_combout ; +wire \text_gen|char_ram~9554_q ; +wire \text_gen|char_ram~34551_combout ; +wire \text_gen|char_ram~34554_combout ; +wire \text_gen|char_ram~34557_combout ; +wire \text_gen|char_ram~34568_combout ; +wire \text_gen|char_ram~34579_combout ; +wire \text_gen|char_ram~16890_q ; +wire \text_gen|char_ram~16666_q ; +wire \text_gen|char_ram~34496_combout ; +wire \text_gen|char_ram~17002_q ; +wire \text_gen|char_ram~16778feeder_combout ; +wire \text_gen|char_ram~16778_q ; +wire \text_gen|char_ram~34497_combout ; +wire \text_gen|char_ram~16792_q ; +wire \text_gen|char_ram~17016_q ; +wire \text_gen|char_ram~16904_q ; +wire \text_gen|char_ram~16680_q ; +wire \text_gen|char_ram~34503_combout ; +wire \text_gen|char_ram~34504_combout ; +wire \text_gen|char_ram~16862_q ; +wire \text_gen|char_ram~16974_q ; +wire \text_gen|char_ram~16638_q ; +wire \text_gen|char_ram~16750_q ; +wire \text_gen|char_ram~34500_combout ; +wire \text_gen|char_ram~34501_combout ; +wire \text_gen|char_ram~16764_q ; +wire \text_gen|char_ram~16652_q ; +wire \text_gen|char_ram~34498_combout ; +wire \text_gen|char_ram~16988_q ; +wire \text_gen|char_ram~16876feeder_combout ; +wire \text_gen|char_ram~16876_q ; +wire \text_gen|char_ram~34499_combout ; +wire \text_gen|char_ram~34502_combout ; +wire \text_gen|char_ram~34505_combout ; +wire \text_gen|char_ram~24044_q ; +wire \text_gen|char_ram~24156_q ; +wire \text_gen|char_ram~23820_q ; +wire \text_gen|char_ram~23932_q ; +wire \text_gen|char_ram~34527_combout ; +wire \text_gen|char_ram~34528_combout ; +wire \text_gen|char_ram~23960_q ; +wire \text_gen|char_ram~24184_q ; +wire \text_gen|char_ram~23848_q ; +wire \text_gen|char_ram~24072feeder_combout ; +wire \text_gen|char_ram~24072_q ; +wire \text_gen|char_ram~34534_combout ; +wire \text_gen|char_ram~34535_combout ; +wire \text_gen|char_ram~24030_q ; +wire \text_gen|char_ram~24142_q ; +wire \text_gen|char_ram~23806_q ; +wire \text_gen|char_ram~23918feeder_combout ; +wire \text_gen|char_ram~23918_q ; +wire \text_gen|char_ram~34531_combout ; +wire \text_gen|char_ram~34532_combout ; +wire \text_gen|char_ram~23946_q ; +wire \text_gen|char_ram~24170_q ; +wire \text_gen|char_ram~23834_q ; +wire \text_gen|char_ram~24058_q ; +wire \text_gen|char_ram~34529_combout ; +wire \text_gen|char_ram~34530_combout ; +wire \text_gen|char_ram~34533_combout ; +wire \text_gen|char_ram~34536_combout ; +wire \text_gen|char_ram~2442_q ; +wire \text_gen|char_ram~2666_q ; +wire \text_gen|char_ram~2554_q ; +wire \text_gen|char_ram~2330_q ; +wire \text_gen|char_ram~34516_combout ; +wire \text_gen|char_ram~34517_combout ; +wire \text_gen|char_ram~2526feeder_combout ; +wire \text_gen|char_ram~2526_q ; +wire \text_gen|char_ram~2638_q ; +wire \text_gen|char_ram~2302_q ; +wire \text_gen|char_ram~2414_q ; +wire \text_gen|char_ram~34520_combout ; +wire \text_gen|char_ram~34521_combout ; +wire \text_gen|char_ram~2540feeder_combout ; +wire \text_gen|char_ram~2540_q ; +wire \text_gen|char_ram~2652_q ; +wire \text_gen|char_ram~2316_q ; +wire \text_gen|char_ram~2428_q ; +wire \text_gen|char_ram~34518_combout ; +wire \text_gen|char_ram~34519_combout ; +wire \text_gen|char_ram~34522_combout ; +wire \text_gen|char_ram~2456feeder_combout ; +wire \text_gen|char_ram~2456_q ; +wire \text_gen|char_ram~2680_q ; +wire \text_gen|char_ram~2568_q ; +wire \text_gen|char_ram~2344_q ; +wire \text_gen|char_ram~34523_combout ; +wire \text_gen|char_ram~34524_combout ; +wire \text_gen|char_ram~34525_combout ; +wire \text_gen|char_ram~9708_q ; +wire \text_gen|char_ram~9820_q ; +wire \text_gen|char_ram~9484_q ; +wire \text_gen|char_ram~9596_q ; +wire \text_gen|char_ram~34506_combout ; +wire \text_gen|char_ram~34507_combout ; +wire \text_gen|char_ram~9624_q ; +wire \text_gen|char_ram~9848_q ; +wire \text_gen|char_ram~9512_q ; +wire \text_gen|char_ram~9736feeder_combout ; +wire \text_gen|char_ram~9736_q ; +wire \text_gen|char_ram~34513_combout ; +wire \text_gen|char_ram~34514_combout ; +wire \text_gen|char_ram~9694_q ; +wire \text_gen|char_ram~9806_q ; +wire \text_gen|char_ram~9470_q ; +wire \text_gen|char_ram~9582_q ; +wire \text_gen|char_ram~34510_combout ; +wire \text_gen|char_ram~34511_combout ; +wire \text_gen|char_ram~9498_q ; +wire \text_gen|char_ram~9722feeder_combout ; +wire \text_gen|char_ram~9722_q ; +wire \text_gen|char_ram~34508_combout ; +wire \text_gen|char_ram~9834_q ; +wire \text_gen|char_ram~9610_q ; +wire \text_gen|char_ram~34509_combout ; +wire \text_gen|char_ram~34512_combout ; +wire \text_gen|char_ram~34515_combout ; +wire \text_gen|char_ram~34526_combout ; +wire \text_gen|char_ram~34537_combout ; +wire \text_gen|char_ram~34580_combout ; +wire \text_gen|char_ram~34623_combout ; +wire \text_gen|char_ram~34797_combout ; +wire \text_gen|char_ram~34968_combout ; +wire \text_gen|char_ram~35651_combout ; +wire \text_gen|char_ram~36334_combout ; +wire \text_gen|char_ram~9738_q ; +wire \text_gen|char_ram~24074_q ; +wire \text_gen|char_ram~16906_q ; +wire \text_gen|char_ram~2570_q ; +wire \text_gen|char_ram~41358_combout ; +wire \text_gen|char_ram~41359_combout ; +wire \text_gen|char_ram~17018feeder_combout ; +wire \text_gen|char_ram~17018_q ; +wire \text_gen|char_ram~24186_q ; +wire \text_gen|char_ram~9850feeder_combout ; +wire \text_gen|char_ram~9850_q ; +wire \text_gen|char_ram~2682_q ; +wire \text_gen|char_ram~41365_combout ; +wire \text_gen|char_ram~41366_combout ; +wire \text_gen|char_ram~9514_q ; +wire \text_gen|char_ram~23850_q ; +wire \text_gen|char_ram~16682_q ; +wire \text_gen|char_ram~2346_q ; +wire \text_gen|char_ram~41362_combout ; +wire \text_gen|char_ram~41363_combout ; +wire \text_gen|char_ram~16794feeder_combout ; +wire \text_gen|char_ram~16794_q ; +wire \text_gen|char_ram~23962_q ; +wire \text_gen|char_ram~9626feeder_combout ; +wire \text_gen|char_ram~9626_q ; +wire \text_gen|char_ram~2458_q ; +wire \text_gen|char_ram~41360_combout ; +wire \text_gen|char_ram~41361_combout ; +wire \text_gen|char_ram~41364_combout ; +wire \text_gen|char_ram~41367_combout ; +wire \text_gen|char_ram~16878_q ; +wire \text_gen|char_ram~16766feeder_combout ; +wire \text_gen|char_ram~16766_q ; +wire \text_gen|char_ram~16654_q ; +wire \text_gen|char_ram~41327_combout ; +wire \text_gen|char_ram~16990_q ; +wire \text_gen|char_ram~41328_combout ; +wire \text_gen|char_ram~23934_q ; +wire \text_gen|char_ram~24158_q ; +wire \text_gen|char_ram~23822_q ; +wire \text_gen|char_ram~24046feeder_combout ; +wire \text_gen|char_ram~24046_q ; +wire \text_gen|char_ram~41334_combout ; +wire \text_gen|char_ram~41335_combout ; +wire \text_gen|char_ram~9598_q ; +wire \text_gen|char_ram~9822_q ; +wire \text_gen|char_ram~9486_q ; +wire \text_gen|char_ram~9710feeder_combout ; +wire \text_gen|char_ram~9710_q ; +wire \text_gen|char_ram~41329_combout ; +wire \text_gen|char_ram~41330_combout ; +wire \text_gen|char_ram~2654_q ; +wire \text_gen|char_ram~2542_q ; +wire \text_gen|char_ram~2318_q ; +wire \text_gen|char_ram~2430_q ; +wire \text_gen|char_ram~41331_combout ; +wire \text_gen|char_ram~41332_combout ; +wire \text_gen|char_ram~41333_combout ; +wire \text_gen|char_ram~41336_combout ; +wire \text_gen|char_ram~24039feeder_combout ; +wire \text_gen|char_ram~24039_q ; +wire \text_gen|char_ram~24151_q ; +wire \text_gen|char_ram~23927_q ; +wire \text_gen|char_ram~23815_q ; +wire \text_gen|char_ram~41354_combout ; +wire \text_gen|char_ram~41355_combout ; +wire \text_gen|char_ram~9479_q ; +wire \text_gen|char_ram~9591feeder_combout ; +wire \text_gen|char_ram~9591_q ; +wire \text_gen|char_ram~41347_combout ; +wire \text_gen|char_ram~9815feeder_combout ; +wire \text_gen|char_ram~9815_q ; +wire \text_gen|char_ram~9703feeder_combout ; +wire \text_gen|char_ram~9703_q ; +wire \text_gen|char_ram~41348_combout ; +wire \text_gen|char_ram~2423feeder_combout ; +wire \text_gen|char_ram~2423_q ; +wire \text_gen|char_ram~2647_q ; +wire \text_gen|char_ram~2311_q ; +wire \text_gen|char_ram~2535feeder_combout ; +wire \text_gen|char_ram~2535_q ; +wire \text_gen|char_ram~41351_combout ; +wire \text_gen|char_ram~41352_combout ; +wire \text_gen|char_ram~16759_q ; +wire \text_gen|char_ram~16983_q ; +wire \text_gen|char_ram~16871_q ; +wire \text_gen|char_ram~16647_q ; +wire \text_gen|char_ram~41349_combout ; +wire \text_gen|char_ram~41350_combout ; +wire \text_gen|char_ram~41353_combout ; +wire \text_gen|char_ram~41356_combout ; +wire \text_gen|char_ram~16675_q ; +wire \text_gen|char_ram~23843_q ; +wire \text_gen|char_ram~9507_q ; +wire \text_gen|char_ram~2339_q ; +wire \text_gen|char_ram~41341_combout ; +wire \text_gen|char_ram~41342_combout ; +wire \text_gen|char_ram~16899_q ; +wire \text_gen|char_ram~24067_q ; +wire \text_gen|char_ram~9731_q ; +wire \text_gen|char_ram~2563_q ; +wire \text_gen|char_ram~41339_combout ; +wire \text_gen|char_ram~41340_combout ; +wire \text_gen|char_ram~41343_combout ; +wire \text_gen|char_ram~9619_q ; +wire \text_gen|char_ram~23955_q ; +wire \text_gen|char_ram~16787feeder_combout ; +wire \text_gen|char_ram~16787_q ; +wire \text_gen|char_ram~2451_q ; +wire \text_gen|char_ram~41337_combout ; +wire \text_gen|char_ram~41338_combout ; +wire \text_gen|char_ram~24179_q ; +wire \text_gen|char_ram~17011_q ; +wire \text_gen|char_ram~2675_q ; +wire \text_gen|char_ram~9843_q ; +wire \text_gen|char_ram~41344_combout ; +wire \text_gen|char_ram~41345_combout ; +wire \text_gen|char_ram~41346_combout ; +wire \text_gen|char_ram~41357_combout ; +wire \text_gen|char_ram~41368_combout ; +wire \text_gen|char_ram~22058_q ; +wire \text_gen|char_ram~22170feeder_combout ; +wire \text_gen|char_ram~22170_q ; +wire \text_gen|char_ram~41407_combout ; +wire \text_gen|char_ram~22394_q ; +wire \text_gen|char_ram~22282_q ; +wire \text_gen|char_ram~41408_combout ; +wire \text_gen|char_ram~15226feeder_combout ; +wire \text_gen|char_ram~15226_q ; +wire \text_gen|char_ram~15002feeder_combout ; +wire \text_gen|char_ram~15002_q ; +wire \text_gen|char_ram~15114feeder_combout ; +wire \text_gen|char_ram~15114_q ; +wire \text_gen|char_ram~14890_q ; +wire \text_gen|char_ram~41400_combout ; +wire \text_gen|char_ram~41401_combout ; +wire \text_gen|char_ram~554_q ; +wire \text_gen|char_ram~778feeder_combout ; +wire \text_gen|char_ram~778_q ; +wire \text_gen|char_ram~41404_combout ; +wire \text_gen|char_ram~890_q ; +wire \text_gen|char_ram~666_q ; +wire \text_gen|char_ram~41405_combout ; +wire \text_gen|char_ram~7946feeder_combout ; +wire \text_gen|char_ram~7946_q ; +wire \text_gen|char_ram~7722_q ; +wire \text_gen|char_ram~7834feeder_combout ; +wire \text_gen|char_ram~7834_q ; +wire \text_gen|char_ram~41402_combout ; +wire \text_gen|char_ram~8058feeder_combout ; +wire \text_gen|char_ram~8058_q ; +wire \text_gen|char_ram~41403_combout ; +wire \text_gen|char_ram~41406_combout ; +wire \text_gen|char_ram~41409_combout ; +wire \text_gen|char_ram~7918feeder_combout ; +wire \text_gen|char_ram~7918_q ; +wire \text_gen|char_ram~8030_q ; +wire \text_gen|char_ram~7694_q ; +wire \text_gen|char_ram~7806_q ; +wire \text_gen|char_ram~41369_combout ; +wire \text_gen|char_ram~41370_combout ; +wire \text_gen|char_ram~22254feeder_combout ; +wire \text_gen|char_ram~22254_q ; +wire \text_gen|char_ram~22366_q ; +wire \text_gen|char_ram~22030_q ; +wire \text_gen|char_ram~22142_q ; +wire \text_gen|char_ram~41376_combout ; +wire \text_gen|char_ram~41377_combout ; +wire \text_gen|char_ram~638_q ; +wire \text_gen|char_ram~862_q ; +wire \text_gen|char_ram~750_q ; +wire \text_gen|char_ram~526_q ; +wire \text_gen|char_ram~41373_combout ; +wire \text_gen|char_ram~41374_combout ; +wire \text_gen|char_ram~14862_q ; +wire \text_gen|char_ram~15086feeder_combout ; +wire \text_gen|char_ram~15086_q ; +wire \text_gen|char_ram~41371_combout ; +wire \text_gen|char_ram~14974_q ; +wire \text_gen|char_ram~15198_q ; +wire \text_gen|char_ram~41372_combout ; +wire \text_gen|char_ram~41375_combout ; +wire \text_gen|char_ram~41378_combout ; +wire \text_gen|char_ram~14967feeder_combout ; +wire \text_gen|char_ram~14967_q ; +wire \text_gen|char_ram~14855_q ; +wire \text_gen|char_ram~15079_q ; +wire \text_gen|char_ram~41391_combout ; +wire \text_gen|char_ram~15191_q ; +wire \text_gen|char_ram~41392_combout ; +wire \text_gen|char_ram~631_q ; +wire \text_gen|char_ram~743_q ; +wire \text_gen|char_ram~519_q ; +wire \text_gen|char_ram~41393_combout ; +wire \text_gen|char_ram~855_q ; +wire \text_gen|char_ram~41394_combout ; +wire \text_gen|char_ram~41395_combout ; +wire \text_gen|char_ram~7687_q ; +wire \text_gen|char_ram~7799feeder_combout ; +wire \text_gen|char_ram~7799_q ; +wire \text_gen|char_ram~41389_combout ; +wire \text_gen|char_ram~7911_q ; +wire \text_gen|char_ram~8023_q ; +wire \text_gen|char_ram~41390_combout ; +wire \text_gen|char_ram~22135_q ; +wire \text_gen|char_ram~22023_q ; +wire \text_gen|char_ram~41396_combout ; +wire \text_gen|char_ram~22359_q ; +wire \text_gen|char_ram~22247feeder_combout ; +wire \text_gen|char_ram~22247_q ; +wire \text_gen|char_ram~41397_combout ; +wire \text_gen|char_ram~41398_combout ; +wire \text_gen|char_ram~15107_q ; +wire \text_gen|char_ram~14883_q ; +wire \text_gen|char_ram~41379_combout ; +wire \text_gen|char_ram~15219_q ; +wire \text_gen|char_ram~14995feeder_combout ; +wire \text_gen|char_ram~14995_q ; +wire \text_gen|char_ram~41380_combout ; +wire \text_gen|char_ram~547_q ; +wire \text_gen|char_ram~771feeder_combout ; +wire \text_gen|char_ram~771_q ; +wire \text_gen|char_ram~41383_combout ; +wire \text_gen|char_ram~883_q ; +wire \text_gen|char_ram~659feeder_combout ; +wire \text_gen|char_ram~659_q ; +wire \text_gen|char_ram~41384_combout ; +wire \text_gen|char_ram~7715_q ; +wire \text_gen|char_ram~7827feeder_combout ; +wire \text_gen|char_ram~7827_q ; +wire \text_gen|char_ram~41381_combout ; +wire \text_gen|char_ram~8051_q ; +wire \text_gen|char_ram~7939_q ; +wire \text_gen|char_ram~41382_combout ; +wire \text_gen|char_ram~41385_combout ; +wire \text_gen|char_ram~22275feeder_combout ; +wire \text_gen|char_ram~22275_q ; +wire \text_gen|char_ram~22387_q ; +wire \text_gen|char_ram~22163_q ; +wire \text_gen|char_ram~22051_q ; +wire \text_gen|char_ram~41386_combout ; +wire \text_gen|char_ram~41387_combout ; +wire \text_gen|char_ram~41388_combout ; +wire \text_gen|char_ram~41399_combout ; +wire \text_gen|char_ram~41410_combout ; +wire \text_gen|char_ram~41411_combout ; +wire \text_gen|char_ram~18670feeder_combout ; +wire \text_gen|char_ram~18670_q ; +wire \text_gen|char_ram~18446_q ; +wire \text_gen|char_ram~18558_q ; +wire \text_gen|char_ram~41285_combout ; +wire \text_gen|char_ram~18782feeder_combout ; +wire \text_gen|char_ram~18782_q ; +wire \text_gen|char_ram~41286_combout ; +wire \text_gen|char_ram~25726_q ; +wire \text_gen|char_ram~25950_q ; +wire \text_gen|char_ram~25614_q ; +wire \text_gen|char_ram~25838feeder_combout ; +wire \text_gen|char_ram~25838_q ; +wire \text_gen|char_ram~41292_combout ; +wire \text_gen|char_ram~41293_combout ; +wire \text_gen|char_ram~11502feeder_combout ; +wire \text_gen|char_ram~11502_q ; +wire \text_gen|char_ram~11278_q ; +wire \text_gen|char_ram~41287_combout ; +wire \text_gen|char_ram~11390_q ; +wire \text_gen|char_ram~11614_q ; +wire \text_gen|char_ram~41288_combout ; +wire \text_gen|char_ram~4334_q ; +wire \text_gen|char_ram~4446_q ; +wire \text_gen|char_ram~4110_q ; +wire \text_gen|char_ram~4222_q ; +wire \text_gen|char_ram~41289_combout ; +wire \text_gen|char_ram~41290_combout ; +wire \text_gen|char_ram~41291_combout ; +wire \text_gen|char_ram~41294_combout ; +wire \text_gen|char_ram~25607_q ; +wire \text_gen|char_ram~25719_q ; +wire \text_gen|char_ram~41312_combout ; +wire \text_gen|char_ram~25943_q ; +wire \text_gen|char_ram~25831feeder_combout ; +wire \text_gen|char_ram~25831_q ; +wire \text_gen|char_ram~41313_combout ; +wire \text_gen|char_ram~18551_q ; +wire \text_gen|char_ram~18775_q ; +wire \text_gen|char_ram~18663_q ; +wire \text_gen|char_ram~18439_q ; +wire \text_gen|char_ram~41307_combout ; +wire \text_gen|char_ram~41308_combout ; +wire \text_gen|char_ram~4215_q ; +wire \text_gen|char_ram~4439_q ; +wire \text_gen|char_ram~4103_q ; +wire \text_gen|char_ram~4327_q ; +wire \text_gen|char_ram~41309_combout ; +wire \text_gen|char_ram~41310_combout ; +wire \text_gen|char_ram~41311_combout ; +wire \text_gen|char_ram~11495feeder_combout ; +wire \text_gen|char_ram~11495_q ; +wire \text_gen|char_ram~11607_q ; +wire \text_gen|char_ram~11271_q ; +wire \text_gen|char_ram~11383_q ; +wire \text_gen|char_ram~41305_combout ; +wire \text_gen|char_ram~41306_combout ; +wire \text_gen|char_ram~41314_combout ; +wire \text_gen|char_ram~11635feeder_combout ; +wire \text_gen|char_ram~11635_q ; +wire \text_gen|char_ram~25971_q ; +wire \text_gen|char_ram~18803_q ; +wire \text_gen|char_ram~4467_q ; +wire \text_gen|char_ram~41302_combout ; +wire \text_gen|char_ram~41303_combout ; +wire \text_gen|char_ram~18467feeder_combout ; +wire \text_gen|char_ram~18467_q ; +wire \text_gen|char_ram~11299_q ; +wire \text_gen|char_ram~4131_q ; +wire \text_gen|char_ram~41299_combout ; +wire \text_gen|char_ram~25635_q ; +wire \text_gen|char_ram~41300_combout ; +wire \text_gen|char_ram~18691feeder_combout ; +wire \text_gen|char_ram~18691_q ; +wire \text_gen|char_ram~25859_q ; +wire \text_gen|char_ram~11523_q ; +wire \text_gen|char_ram~4355_q ; +wire \text_gen|char_ram~41297_combout ; +wire \text_gen|char_ram~41298_combout ; +wire \text_gen|char_ram~41301_combout ; +wire \text_gen|char_ram~11411_q ; +wire \text_gen|char_ram~25747_q ; +wire \text_gen|char_ram~18579feeder_combout ; +wire \text_gen|char_ram~18579_q ; +wire \text_gen|char_ram~4243_q ; +wire \text_gen|char_ram~41295_combout ; +wire \text_gen|char_ram~41296_combout ; +wire \text_gen|char_ram~41304_combout ; +wire \text_gen|char_ram~41315_combout ; +wire \text_gen|char_ram~25642feeder_combout ; +wire \text_gen|char_ram~25642_q ; +wire \text_gen|char_ram~11306_q ; +wire \text_gen|char_ram~4138_q ; +wire \text_gen|char_ram~18474feeder_combout ; +wire \text_gen|char_ram~18474_q ; +wire \text_gen|char_ram~41320_combout ; +wire \text_gen|char_ram~41321_combout ; +wire \text_gen|char_ram~18586feeder_combout ; +wire \text_gen|char_ram~18586_q ; +wire \text_gen|char_ram~25754_q ; +wire \text_gen|char_ram~11418_q ; +wire \text_gen|char_ram~4250_q ; +wire \text_gen|char_ram~41318_combout ; +wire \text_gen|char_ram~41319_combout ; +wire \text_gen|char_ram~41322_combout ; +wire \text_gen|char_ram~18810_q ; +wire \text_gen|char_ram~25978_q ; +wire \text_gen|char_ram~11642_q ; +wire \text_gen|char_ram~4474_q ; +wire \text_gen|char_ram~41323_combout ; +wire \text_gen|char_ram~41324_combout ; +wire \text_gen|char_ram~11530feeder_combout ; +wire \text_gen|char_ram~11530_q ; +wire \text_gen|char_ram~25866_q ; +wire \text_gen|char_ram~18698feeder_combout ; +wire \text_gen|char_ram~18698_q ; +wire \text_gen|char_ram~4362_q ; +wire \text_gen|char_ram~41316_combout ; +wire \text_gen|char_ram~41317_combout ; +wire \text_gen|char_ram~41325_combout ; +wire \text_gen|char_ram~41326_combout ; +wire \text_gen|char_ram~20574feeder_combout ; +wire \text_gen|char_ram~20574_q ; +wire \text_gen|char_ram~20462feeder_combout ; +wire \text_gen|char_ram~20462_q ; +wire \text_gen|char_ram~20238_q ; +wire \text_gen|char_ram~20350_q ; +wire \text_gen|char_ram~41412_combout ; +wire \text_gen|char_ram~41413_combout ; +wire \text_gen|char_ram~6126feeder_combout ; +wire \text_gen|char_ram~6126_q ; +wire \text_gen|char_ram~6238_q ; +wire \text_gen|char_ram~5902_q ; +wire \text_gen|char_ram~6014feeder_combout ; +wire \text_gen|char_ram~6014_q ; +wire \text_gen|char_ram~41416_combout ; +wire \text_gen|char_ram~41417_combout ; +wire \text_gen|char_ram~13182feeder_combout ; +wire \text_gen|char_ram~13182_q ; +wire \text_gen|char_ram~13406_q ; +wire \text_gen|char_ram~13070_q ; +wire \text_gen|char_ram~13294_q ; +wire \text_gen|char_ram~41414_combout ; +wire \text_gen|char_ram~41415_combout ; +wire \text_gen|char_ram~41418_combout ; +wire \text_gen|char_ram~27630feeder_combout ; +wire \text_gen|char_ram~27630_q ; +wire \text_gen|char_ram~27406_q ; +wire \text_gen|char_ram~41419_combout ; +wire \text_gen|char_ram~27742_q ; +wire \text_gen|char_ram~27518_q ; +wire \text_gen|char_ram~41420_combout ; +wire \text_gen|char_ram~41421_combout ; +wire \text_gen|char_ram~13203_q ; +wire \text_gen|char_ram~27539_q ; +wire \text_gen|char_ram~20371feeder_combout ; +wire \text_gen|char_ram~20371_q ; +wire \text_gen|char_ram~6035_q ; +wire \text_gen|char_ram~41422_combout ; +wire \text_gen|char_ram~41423_combout ; +wire \text_gen|char_ram~13427_q ; +wire \text_gen|char_ram~27763_q ; +wire \text_gen|char_ram~6259_q ; +wire \text_gen|char_ram~20595_q ; +wire \text_gen|char_ram~41429_combout ; +wire \text_gen|char_ram~41430_combout ; +wire \text_gen|char_ram~20259feeder_combout ; +wire \text_gen|char_ram~20259_q ; +wire \text_gen|char_ram~27427_q ; +wire \text_gen|char_ram~13091_q ; +wire \text_gen|char_ram~5923_q ; +wire \text_gen|char_ram~41426_combout ; +wire \text_gen|char_ram~41427_combout ; +wire \text_gen|char_ram~20483feeder_combout ; +wire \text_gen|char_ram~20483_q ; +wire \text_gen|char_ram~27651_q ; +wire \text_gen|char_ram~13315feeder_combout ; +wire \text_gen|char_ram~13315_q ; +wire \text_gen|char_ram~6147_q ; +wire \text_gen|char_ram~41424_combout ; +wire \text_gen|char_ram~41425_combout ; +wire \text_gen|char_ram~41428_combout ; +wire \text_gen|char_ram~41431_combout ; +wire \text_gen|char_ram~27623_q ; +wire \text_gen|char_ram~27735_q ; +wire \text_gen|char_ram~27399_q ; +wire \text_gen|char_ram~27511feeder_combout ; +wire \text_gen|char_ram~27511_q ; +wire \text_gen|char_ram~41439_combout ; +wire \text_gen|char_ram~41440_combout ; +wire \text_gen|char_ram~13287feeder_combout ; +wire \text_gen|char_ram~13287_q ; +wire \text_gen|char_ram~13399_q ; +wire \text_gen|char_ram~13175feeder_combout ; +wire \text_gen|char_ram~13175_q ; +wire \text_gen|char_ram~13063_q ; +wire \text_gen|char_ram~41432_combout ; +wire \text_gen|char_ram~41433_combout ; +wire \text_gen|char_ram~6007feeder_combout ; +wire \text_gen|char_ram~6007_q ; +wire \text_gen|char_ram~6231_q ; +wire \text_gen|char_ram~6119_q ; +wire \text_gen|char_ram~5895_q ; +wire \text_gen|char_ram~41436_combout ; +wire \text_gen|char_ram~41437_combout ; +wire \text_gen|char_ram~20343feeder_combout ; +wire \text_gen|char_ram~20343_q ; +wire \text_gen|char_ram~20567_q ; +wire \text_gen|char_ram~20231_q ; +wire \text_gen|char_ram~20455_q ; +wire \text_gen|char_ram~41434_combout ; +wire \text_gen|char_ram~41435_combout ; +wire \text_gen|char_ram~41438_combout ; +wire \text_gen|char_ram~41441_combout ; +wire \text_gen|char_ram~41442_combout ; +wire \text_gen|char_ram~20378feeder_combout ; +wire \text_gen|char_ram~20378_q ; +wire \text_gen|char_ram~27546_q ; +wire \text_gen|char_ram~6042feeder_combout ; +wire \text_gen|char_ram~6042_q ; +wire \text_gen|char_ram~13210_q ; +wire \text_gen|char_ram~41445_combout ; +wire \text_gen|char_ram~41446_combout ; +wire \text_gen|char_ram~13098_q ; +wire \text_gen|char_ram~27434_q ; +wire \text_gen|char_ram~20266_q ; +wire \text_gen|char_ram~5930_q ; +wire \text_gen|char_ram~41447_combout ; +wire \text_gen|char_ram~41448_combout ; +wire \text_gen|char_ram~41449_combout ; +wire \text_gen|char_ram~20602_q ; +wire \text_gen|char_ram~27770_q ; +wire \text_gen|char_ram~6266_q ; +wire \text_gen|char_ram~13434_q ; +wire \text_gen|char_ram~41450_combout ; +wire \text_gen|char_ram~41451_combout ; +wire \text_gen|char_ram~13322feeder_combout ; +wire \text_gen|char_ram~13322_q ; +wire \text_gen|char_ram~27658_q ; +wire \text_gen|char_ram~20490_q ; +wire \text_gen|char_ram~6154_q ; +wire \text_gen|char_ram~41443_combout ; +wire \text_gen|char_ram~41444_combout ; +wire \text_gen|char_ram~41452_combout ; +wire \text_gen|char_ram~41453_combout ; +wire \text_gen|char_ram~41454_combout ; +wire \text_gen|char_ram~25278_q ; +wire \text_gen|char_ram~25502_q ; +wire \text_gen|char_ram~25166_q ; +wire \text_gen|char_ram~25390_q ; +wire \text_gen|char_ram~41617_combout ; +wire \text_gen|char_ram~41618_combout ; +wire \text_gen|char_ram~27182_q ; +wire \text_gen|char_ram~26958_q ; +wire \text_gen|char_ram~41615_combout ; +wire \text_gen|char_ram~27294_q ; +wire \text_gen|char_ram~27070feeder_combout ; +wire \text_gen|char_ram~27070_q ; +wire \text_gen|char_ram~41616_combout ; +wire \text_gen|char_ram~41619_combout ; +wire \text_gen|char_ram~27210feeder_combout ; +wire \text_gen|char_ram~27210_q ; +wire \text_gen|char_ram~27322_q ; +wire \text_gen|char_ram~26986_q ; +wire \text_gen|char_ram~27098_q ; +wire \text_gen|char_ram~41620_combout ; +wire \text_gen|char_ram~41621_combout ; +wire \text_gen|char_ram~25418_q ; +wire \text_gen|char_ram~25530_q ; +wire \text_gen|char_ram~25194_q ; +wire \text_gen|char_ram~25306_q ; +wire \text_gen|char_ram~41613_combout ; +wire \text_gen|char_ram~41614_combout ; +wire \text_gen|char_ram~41622_combout ; +wire \text_gen|char_ram~23626feeder_combout ; +wire \text_gen|char_ram~23626_q ; +wire \text_gen|char_ram~23738_q ; +wire \text_gen|char_ram~23402_q ; +wire \text_gen|char_ram~23514feeder_combout ; +wire \text_gen|char_ram~23514_q ; +wire \text_gen|char_ram~41589_combout ; +wire \text_gen|char_ram~41590_combout ; +wire \text_gen|char_ram~23486_q ; +wire \text_gen|char_ram~23710_q ; +wire \text_gen|char_ram~23374_q ; +wire \text_gen|char_ram~23598_q ; +wire \text_gen|char_ram~41582_combout ; +wire \text_gen|char_ram~41583_combout ; +wire \text_gen|char_ram~21834feeder_combout ; +wire \text_gen|char_ram~21834_q ; +wire \text_gen|char_ram~21946_q ; +wire \text_gen|char_ram~21610_q ; +wire \text_gen|char_ram~21722feeder_combout ; +wire \text_gen|char_ram~21722_q ; +wire \text_gen|char_ram~41584_combout ; +wire \text_gen|char_ram~41585_combout ; +wire \text_gen|char_ram~21694feeder_combout ; +wire \text_gen|char_ram~21694_q ; +wire \text_gen|char_ram~21918_q ; +wire \text_gen|char_ram~21582_q ; +wire \text_gen|char_ram~21806_q ; +wire \text_gen|char_ram~41586_combout ; +wire \text_gen|char_ram~41587_combout ; +wire \text_gen|char_ram~41588_combout ; +wire \text_gen|char_ram~41591_combout ; +wire \text_gen|char_ram~23619feeder_combout ; +wire \text_gen|char_ram~23619_q ; +wire \text_gen|char_ram~23731_q ; +wire \text_gen|char_ram~23395_q ; +wire \text_gen|char_ram~23507feeder_combout ; +wire \text_gen|char_ram~23507_q ; +wire \text_gen|char_ram~41609_combout ; +wire \text_gen|char_ram~41610_combout ; +wire \text_gen|char_ram~21603_q ; +wire \text_gen|char_ram~21715feeder_combout ; +wire \text_gen|char_ram~21715_q ; +wire \text_gen|char_ram~41602_combout ; +wire \text_gen|char_ram~21939_q ; +wire \text_gen|char_ram~21827_q ; +wire \text_gen|char_ram~41603_combout ; +wire \text_gen|char_ram~21687_q ; +wire \text_gen|char_ram~21911_q ; +wire \text_gen|char_ram~21575_q ; +wire \text_gen|char_ram~21799feeder_combout ; +wire \text_gen|char_ram~21799_q ; +wire \text_gen|char_ram~41606_combout ; +wire \text_gen|char_ram~41607_combout ; +wire \text_gen|char_ram~23367_q ; +wire \text_gen|char_ram~23591feeder_combout ; +wire \text_gen|char_ram~23591_q ; +wire \text_gen|char_ram~41604_combout ; +wire \text_gen|char_ram~23703_q ; +wire \text_gen|char_ram~23479_q ; +wire \text_gen|char_ram~41605_combout ; +wire \text_gen|char_ram~41608_combout ; +wire \text_gen|char_ram~41611_combout ; +wire \text_gen|char_ram~27203_q ; +wire \text_gen|char_ram~27315_q ; +wire \text_gen|char_ram~26979feeder_combout ; +wire \text_gen|char_ram~26979_q ; +wire \text_gen|char_ram~27091feeder_combout ; +wire \text_gen|char_ram~27091_q ; +wire \text_gen|char_ram~41599_combout ; +wire \text_gen|char_ram~41600_combout ; +wire \text_gen|char_ram~25271_q ; +wire \text_gen|char_ram~25495_q ; +wire \text_gen|char_ram~25159_q ; +wire \text_gen|char_ram~25383feeder_combout ; +wire \text_gen|char_ram~25383_q ; +wire \text_gen|char_ram~41596_combout ; +wire \text_gen|char_ram~41597_combout ; +wire \text_gen|char_ram~27063_q ; +wire \text_gen|char_ram~27287_q ; +wire \text_gen|char_ram~27175feeder_combout ; +wire \text_gen|char_ram~27175_q ; +wire \text_gen|char_ram~26951_q ; +wire \text_gen|char_ram~41594_combout ; +wire \text_gen|char_ram~41595_combout ; +wire \text_gen|char_ram~41598_combout ; +wire \text_gen|char_ram~25411feeder_combout ; +wire \text_gen|char_ram~25411_q ; +wire \text_gen|char_ram~25523_q ; +wire \text_gen|char_ram~25187_q ; +wire \text_gen|char_ram~25299_q ; +wire \text_gen|char_ram~41592_combout ; +wire \text_gen|char_ram~41593_combout ; +wire \text_gen|char_ram~41601_combout ; +wire \text_gen|char_ram~41612_combout ; +wire \text_gen|char_ram~41623_combout ; +wire \text_gen|char_ram~16227_q ; +wire \text_gen|char_ram~16451_q ; +wire \text_gen|char_ram~41490_combout ; +wire \text_gen|char_ram~16563_q ; +wire \text_gen|char_ram~16339_q ; +wire \text_gen|char_ram~41491_combout ; +wire \text_gen|char_ram~16234_q ; +wire \text_gen|char_ram~16458_q ; +wire \text_gen|char_ram~41488_combout ; +wire \text_gen|char_ram~16570_q ; +wire \text_gen|char_ram~16346feeder_combout ; +wire \text_gen|char_ram~16346_q ; +wire \text_gen|char_ram~41489_combout ; +wire \text_gen|char_ram~41492_combout ; +wire \text_gen|char_ram~20035feeder_combout ; +wire \text_gen|char_ram~20035_q ; +wire \text_gen|char_ram~20147_q ; +wire \text_gen|char_ram~19811_q ; +wire \text_gen|char_ram~19923_q ; +wire \text_gen|char_ram~41486_combout ; +wire \text_gen|char_ram~41487_combout ; +wire \text_gen|char_ram~20042_q ; +wire \text_gen|char_ram~20154_q ; +wire \text_gen|char_ram~19818_q ; +wire \text_gen|char_ram~19930_q ; +wire \text_gen|char_ram~41493_combout ; +wire \text_gen|char_ram~41494_combout ; +wire \text_gen|char_ram~41495_combout ; +wire \text_gen|char_ram~16311feeder_combout ; +wire \text_gen|char_ram~16311_q ; +wire \text_gen|char_ram~16535_q ; +wire \text_gen|char_ram~16199_q ; +wire \text_gen|char_ram~16423_q ; +wire \text_gen|char_ram~41459_combout ; +wire \text_gen|char_ram~41460_combout ; +wire \text_gen|char_ram~16318_q ; +wire \text_gen|char_ram~16542_q ; +wire \text_gen|char_ram~16206_q ; +wire \text_gen|char_ram~16430_q ; +wire \text_gen|char_ram~41457_combout ; +wire \text_gen|char_ram~41458_combout ; +wire \text_gen|char_ram~41461_combout ; +wire \text_gen|char_ram~19902feeder_combout ; +wire \text_gen|char_ram~19902_q ; +wire \text_gen|char_ram~19790_q ; +wire \text_gen|char_ram~41462_combout ; +wire \text_gen|char_ram~20126_q ; +wire \text_gen|char_ram~20014_q ; +wire \text_gen|char_ram~41463_combout ; +wire \text_gen|char_ram~20119feeder_combout ; +wire \text_gen|char_ram~20119_q ; +wire \text_gen|char_ram~20007_q ; +wire \text_gen|char_ram~19895_q ; +wire \text_gen|char_ram~19783_q ; +wire \text_gen|char_ram~41455_combout ; +wire \text_gen|char_ram~41456_combout ; +wire \text_gen|char_ram~41464_combout ; +wire \text_gen|char_ram~14407_q ; +wire \text_gen|char_ram~14631_q ; +wire \text_gen|char_ram~41479_combout ; +wire \text_gen|char_ram~14743_q ; +wire \text_gen|char_ram~14519_q ; +wire \text_gen|char_ram~41480_combout ; +wire \text_gen|char_ram~14526_q ; +wire \text_gen|char_ram~14750_q ; +wire \text_gen|char_ram~14414_q ; +wire \text_gen|char_ram~14638feeder_combout ; +wire \text_gen|char_ram~14638_q ; +wire \text_gen|char_ram~41477_combout ; +wire \text_gen|char_ram~41478_combout ; +wire \text_gen|char_ram~41481_combout ; +wire \text_gen|char_ram~18222_q ; +wire \text_gen|char_ram~18334_q ; +wire \text_gen|char_ram~18110feeder_combout ; +wire \text_gen|char_ram~18110_q ; +wire \text_gen|char_ram~17998_q ; +wire \text_gen|char_ram~41482_combout ; +wire \text_gen|char_ram~41483_combout ; +wire \text_gen|char_ram~17991_q ; +wire \text_gen|char_ram~18103_q ; +wire \text_gen|char_ram~41475_combout ; +wire \text_gen|char_ram~18327_q ; +wire \text_gen|char_ram~18215feeder_combout ; +wire \text_gen|char_ram~18215_q ; +wire \text_gen|char_ram~41476_combout ; +wire \text_gen|char_ram~41484_combout ; +wire \text_gen|char_ram~18250_q ; +wire \text_gen|char_ram~18362_q ; +wire \text_gen|char_ram~18138_q ; +wire \text_gen|char_ram~18026_q ; +wire \text_gen|char_ram~41472_combout ; +wire \text_gen|char_ram~41473_combout ; +wire \text_gen|char_ram~18243feeder_combout ; +wire \text_gen|char_ram~18243_q ; +wire \text_gen|char_ram~18355_q ; +wire \text_gen|char_ram~18131feeder_combout ; +wire \text_gen|char_ram~18131_q ; +wire \text_gen|char_ram~18019_q ; +wire \text_gen|char_ram~41465_combout ; +wire \text_gen|char_ram~41466_combout ; +wire \text_gen|char_ram~14554_q ; +wire \text_gen|char_ram~14778_q ; +wire \text_gen|char_ram~14666_q ; +wire \text_gen|char_ram~14442_q ; +wire \text_gen|char_ram~41467_combout ; +wire \text_gen|char_ram~41468_combout ; +wire \text_gen|char_ram~14547_q ; +wire \text_gen|char_ram~14771_q ; +wire \text_gen|char_ram~14435_q ; +wire \text_gen|char_ram~14659feeder_combout ; +wire \text_gen|char_ram~14659_q ; +wire \text_gen|char_ram~41469_combout ; +wire \text_gen|char_ram~41470_combout ; +wire \text_gen|char_ram~41471_combout ; +wire \text_gen|char_ram~41474_combout ; +wire \text_gen|char_ram~41485_combout ; +wire \text_gen|char_ram~41496_combout ; +wire \text_gen|char_ram~11082feeder_combout ; +wire \text_gen|char_ram~11082_q ; +wire \text_gen|char_ram~11194_q ; +wire \text_gen|char_ram~10970_q ; +wire \text_gen|char_ram~10858_q ; +wire \text_gen|char_ram~41528_combout ; +wire \text_gen|char_ram~41529_combout ; +wire \text_gen|char_ram~12874feeder_combout ; +wire \text_gen|char_ram~12874_q ; +wire \text_gen|char_ram~12986_q ; +wire \text_gen|char_ram~12650_q ; +wire \text_gen|char_ram~12762feeder_combout ; +wire \text_gen|char_ram~12762_q ; +wire \text_gen|char_ram~41535_combout ; +wire \text_gen|char_ram~41536_combout ; +wire \text_gen|char_ram~12755feeder_combout ; +wire \text_gen|char_ram~12755_q ; +wire \text_gen|char_ram~12979_q ; +wire \text_gen|char_ram~12643_q ; +wire \text_gen|char_ram~12867feeder_combout ; +wire \text_gen|char_ram~12867_q ; +wire \text_gen|char_ram~41530_combout ; +wire \text_gen|char_ram~41531_combout ; +wire \text_gen|char_ram~11075feeder_combout ; +wire \text_gen|char_ram~11075_q ; +wire \text_gen|char_ram~10851_q ; +wire \text_gen|char_ram~41532_combout ; +wire \text_gen|char_ram~11187_q ; +wire \text_gen|char_ram~10963_q ; +wire \text_gen|char_ram~41533_combout ; +wire \text_gen|char_ram~41534_combout ; +wire \text_gen|char_ram~41537_combout ; +wire \text_gen|char_ram~9290feeder_combout ; +wire \text_gen|char_ram~9290_q ; +wire \text_gen|char_ram~9402_q ; +wire \text_gen|char_ram~9066_q ; +wire \text_gen|char_ram~9178_q ; +wire \text_gen|char_ram~41514_combout ; +wire \text_gen|char_ram~41515_combout ; +wire \text_gen|char_ram~7498feeder_combout ; +wire \text_gen|char_ram~7498_q ; +wire \text_gen|char_ram~7610_q ; +wire \text_gen|char_ram~7274_q ; +wire \text_gen|char_ram~7386_q ; +wire \text_gen|char_ram~41507_combout ; +wire \text_gen|char_ram~41508_combout ; +wire \text_gen|char_ram~7491_q ; +wire \text_gen|char_ram~7267_q ; +wire \text_gen|char_ram~41511_combout ; +wire \text_gen|char_ram~7603_q ; +wire \text_gen|char_ram~7379feeder_combout ; +wire \text_gen|char_ram~7379_q ; +wire \text_gen|char_ram~41512_combout ; +wire \text_gen|char_ram~9059_q ; +wire \text_gen|char_ram~9283_q ; +wire \text_gen|char_ram~41509_combout ; +wire \text_gen|char_ram~9395_q ; +wire \text_gen|char_ram~9171feeder_combout ; +wire \text_gen|char_ram~9171_q ; +wire \text_gen|char_ram~41510_combout ; +wire \text_gen|char_ram~41513_combout ; +wire \text_gen|char_ram~41516_combout ; +wire \text_gen|char_ram~7351feeder_combout ; +wire \text_gen|char_ram~7351_q ; +wire \text_gen|char_ram~7575_q ; +wire \text_gen|char_ram~7239_q ; +wire \text_gen|char_ram~7463_q ; +wire \text_gen|char_ram~41521_combout ; +wire \text_gen|char_ram~41522_combout ; +wire \text_gen|char_ram~9255_q ; +wire \text_gen|char_ram~9031_q ; +wire \text_gen|char_ram~41519_combout ; +wire \text_gen|char_ram~9367_q ; +wire \text_gen|char_ram~9143_q ; +wire \text_gen|char_ram~41520_combout ; +wire \text_gen|char_ram~41523_combout ; +wire \text_gen|char_ram~7470_q ; +wire \text_gen|char_ram~7582_q ; +wire \text_gen|char_ram~7246_q ; +wire \text_gen|char_ram~7358_q ; +wire \text_gen|char_ram~41517_combout ; +wire \text_gen|char_ram~41518_combout ; +wire \text_gen|char_ram~9262feeder_combout ; +wire \text_gen|char_ram~9262_q ; +wire \text_gen|char_ram~9374_q ; +wire \text_gen|char_ram~9038_q ; +wire \text_gen|char_ram~9150feeder_combout ; +wire \text_gen|char_ram~9150_q ; +wire \text_gen|char_ram~41524_combout ; +wire \text_gen|char_ram~41525_combout ; +wire \text_gen|char_ram~41526_combout ; +wire \text_gen|char_ram~41527_combout ; +wire \text_gen|char_ram~12846_q ; +wire \text_gen|char_ram~12958_q ; +wire \text_gen|char_ram~12622_q ; +wire \text_gen|char_ram~12734feeder_combout ; +wire \text_gen|char_ram~12734_q ; +wire \text_gen|char_ram~41504_combout ; +wire \text_gen|char_ram~41505_combout ; +wire \text_gen|char_ram~12951_q ; +wire \text_gen|char_ram~12615_q ; +wire \text_gen|char_ram~12839_q ; +wire \text_gen|char_ram~41499_combout ; +wire \text_gen|char_ram~12727feeder_combout ; +wire \text_gen|char_ram~12727_q ; +wire \text_gen|char_ram~41500_combout ; +wire \text_gen|char_ram~10935_q ; +wire \text_gen|char_ram~11159_q ; +wire \text_gen|char_ram~10823_q ; +wire \text_gen|char_ram~11047_q ; +wire \text_gen|char_ram~41501_combout ; +wire \text_gen|char_ram~41502_combout ; +wire \text_gen|char_ram~41503_combout ; +wire \text_gen|char_ram~11054feeder_combout ; +wire \text_gen|char_ram~11054_q ; +wire \text_gen|char_ram~11166_q ; +wire \text_gen|char_ram~10830_q ; +wire \text_gen|char_ram~10942feeder_combout ; +wire \text_gen|char_ram~10942_q ; +wire \text_gen|char_ram~41497_combout ; +wire \text_gen|char_ram~41498_combout ; +wire \text_gen|char_ram~41506_combout ; +wire \text_gen|char_ram~41538_combout ; +wire \text_gen|char_ram~5706feeder_combout ; +wire \text_gen|char_ram~5706_q ; +wire \text_gen|char_ram~5818_q ; +wire \text_gen|char_ram~5482_q ; +wire \text_gen|char_ram~5594_q ; +wire \text_gen|char_ram~41577_combout ; +wire \text_gen|char_ram~41578_combout ; +wire \text_gen|char_ram~5678feeder_combout ; +wire \text_gen|char_ram~5678_q ; +wire \text_gen|char_ram~5790feeder_combout ; +wire \text_gen|char_ram~5790_q ; +wire \text_gen|char_ram~5566feeder_combout ; +wire \text_gen|char_ram~5566_q ; +wire \text_gen|char_ram~5454_q ; +wire \text_gen|char_ram~41570_combout ; +wire \text_gen|char_ram~41571_combout ; +wire \text_gen|char_ram~5587feeder_combout ; +wire \text_gen|char_ram~5587_q ; +wire \text_gen|char_ram~5811_q ; +wire \text_gen|char_ram~5699_q ; +wire \text_gen|char_ram~5475_q ; +wire \text_gen|char_ram~41572_combout ; +wire \text_gen|char_ram~41573_combout ; +wire \text_gen|char_ram~5559feeder_combout ; +wire \text_gen|char_ram~5559_q ; +wire \text_gen|char_ram~5783_q ; +wire \text_gen|char_ram~5447_q ; +wire \text_gen|char_ram~5671_q ; +wire \text_gen|char_ram~41574_combout ; +wire \text_gen|char_ram~41575_combout ; +wire \text_gen|char_ram~41576_combout ; +wire \text_gen|char_ram~41579_combout ; +wire \text_gen|char_ram~2094_q ; +wire \text_gen|char_ram~2206_q ; +wire \text_gen|char_ram~1870_q ; +wire \text_gen|char_ram~1982_q ; +wire \text_gen|char_ram~41549_combout ; +wire \text_gen|char_ram~41550_combout ; +wire \text_gen|char_ram~2122feeder_combout ; +wire \text_gen|char_ram~2122_q ; +wire \text_gen|char_ram~2234_q ; +wire \text_gen|char_ram~1898_q ; +wire \text_gen|char_ram~2010_q ; +wire \text_gen|char_ram~41556_combout ; +wire \text_gen|char_ram~41557_combout ; +wire \text_gen|char_ram~1891_q ; +wire \text_gen|char_ram~2115_q ; +wire \text_gen|char_ram~41551_combout ; +wire \text_gen|char_ram~2227_q ; +wire \text_gen|char_ram~2003feeder_combout ; +wire \text_gen|char_ram~2003_q ; +wire \text_gen|char_ram~41552_combout ; +wire \text_gen|char_ram~1975_q ; +wire \text_gen|char_ram~2199_q ; +wire \text_gen|char_ram~1863_q ; +wire \text_gen|char_ram~2087_q ; +wire \text_gen|char_ram~41553_combout ; +wire \text_gen|char_ram~41554_combout ; +wire \text_gen|char_ram~41555_combout ; +wire \text_gen|char_ram~41558_combout ; +wire \text_gen|char_ram~78feeder_combout ; +wire \text_gen|char_ram~78_q ; +wire \text_gen|char_ram~190_q ; +wire \text_gen|char_ram~41559_combout ; +wire \text_gen|char_ram~414_q ; +wire \text_gen|char_ram~302_q ; +wire \text_gen|char_ram~41560_combout ; +wire \text_gen|char_ram~330feeder_combout ; +wire \text_gen|char_ram~330_q ; +wire \text_gen|char_ram~442_q ; +wire \text_gen|char_ram~106_q ; +wire \text_gen|char_ram~218feeder_combout ; +wire \text_gen|char_ram~218_q ; +wire \text_gen|char_ram~41566_combout ; +wire \text_gen|char_ram~41567_combout ; +wire \text_gen|char_ram~71_q ; +wire \text_gen|char_ram~295_q ; +wire \text_gen|char_ram~41563_combout ; +wire \text_gen|char_ram~407_q ; +wire \text_gen|char_ram~183_q ; +wire \text_gen|char_ram~41564_combout ; +wire \text_gen|char_ram~99_q ; +wire \text_gen|char_ram~323_q ; +wire \text_gen|char_ram~41561_combout ; +wire \text_gen|char_ram~435_q ; +wire \text_gen|char_ram~211feeder_combout ; +wire \text_gen|char_ram~211_q ; +wire \text_gen|char_ram~41562_combout ; +wire \text_gen|char_ram~41565_combout ; +wire \text_gen|char_ram~41568_combout ; +wire \text_gen|char_ram~41569_combout ; +wire \text_gen|char_ram~3767_q ; +wire \text_gen|char_ram~3991_q ; +wire \text_gen|char_ram~3655_q ; +wire \text_gen|char_ram~3879_q ; +wire \text_gen|char_ram~41543_combout ; +wire \text_gen|char_ram~41544_combout ; +wire \text_gen|char_ram~3683_q ; +wire \text_gen|char_ram~3907feeder_combout ; +wire \text_gen|char_ram~3907_q ; +wire \text_gen|char_ram~41541_combout ; +wire \text_gen|char_ram~4019_q ; +wire \text_gen|char_ram~3795feeder_combout ; +wire \text_gen|char_ram~3795_q ; +wire \text_gen|char_ram~41542_combout ; +wire \text_gen|char_ram~41545_combout ; +wire \text_gen|char_ram~3886feeder_combout ; +wire \text_gen|char_ram~3886_q ; +wire \text_gen|char_ram~3998_q ; +wire \text_gen|char_ram~3662_q ; +wire \text_gen|char_ram~3774feeder_combout ; +wire \text_gen|char_ram~3774_q ; +wire \text_gen|char_ram~41539_combout ; +wire \text_gen|char_ram~41540_combout ; +wire \text_gen|char_ram~3914_q ; +wire \text_gen|char_ram~4026_q ; +wire \text_gen|char_ram~3690_q ; +wire \text_gen|char_ram~3802_q ; +wire \text_gen|char_ram~41546_combout ; +wire \text_gen|char_ram~41547_combout ; +wire \text_gen|char_ram~41548_combout ; +wire \text_gen|char_ram~41580_combout ; +wire \text_gen|char_ram~41581_combout ; +wire \text_gen|char_ram~41624_combout ; +wire \text_gen|char_ram~41625_combout ; +wire \text_gen|char_ram~17130_q ; +wire \text_gen|char_ram~20707_q ; +wire \text_gen|char_ram~17123_q ; +wire \text_gen|char_ram~41192_combout ; +wire \text_gen|char_ram~20714_q ; +wire \text_gen|char_ram~41193_combout ; +wire \text_gen|char_ram~17242feeder_combout ; +wire \text_gen|char_ram~17242_q ; +wire \text_gen|char_ram~20826_q ; +wire \text_gen|char_ram~20819feeder_combout ; +wire \text_gen|char_ram~20819_q ; +wire \text_gen|char_ram~17235_q ; +wire \text_gen|char_ram~41190_combout ; +wire \text_gen|char_ram~41191_combout ; +wire \text_gen|char_ram~41194_combout ; +wire \text_gen|char_ram~17354feeder_combout ; +wire \text_gen|char_ram~17354_q ; +wire \text_gen|char_ram~20938_q ; +wire \text_gen|char_ram~20931_q ; +wire \text_gen|char_ram~17347_q ; +wire \text_gen|char_ram~41188_combout ; +wire \text_gen|char_ram~41189_combout ; +wire \text_gen|char_ram~21050feeder_combout ; +wire \text_gen|char_ram~21050_q ; +wire \text_gen|char_ram~17466feeder_combout ; +wire \text_gen|char_ram~17466_q ; +wire \text_gen|char_ram~21043_q ; +wire \text_gen|char_ram~17459_q ; +wire \text_gen|char_ram~41195_combout ; +wire \text_gen|char_ram~41196_combout ; +wire \text_gen|char_ram~41197_combout ; +wire \text_gen|char_ram~17438feeder_combout ; +wire \text_gen|char_ram~17438_q ; +wire \text_gen|char_ram~21022_q ; +wire \text_gen|char_ram~21015_q ; +wire \text_gen|char_ram~17431_q ; +wire \text_gen|char_ram~41164_combout ; +wire \text_gen|char_ram~41165_combout ; +wire \text_gen|char_ram~20798_q ; +wire \text_gen|char_ram~17214_q ; +wire \text_gen|char_ram~17207_q ; +wire \text_gen|char_ram~20791feeder_combout ; +wire \text_gen|char_ram~20791_q ; +wire \text_gen|char_ram~41157_combout ; +wire \text_gen|char_ram~41158_combout ; +wire \text_gen|char_ram~17326feeder_combout ; +wire \text_gen|char_ram~17326_q ; +wire \text_gen|char_ram~20910_q ; +wire \text_gen|char_ram~20903feeder_combout ; +wire \text_gen|char_ram~20903_q ; +wire \text_gen|char_ram~17319_q ; +wire \text_gen|char_ram~41159_combout ; +wire \text_gen|char_ram~41160_combout ; +wire \text_gen|char_ram~17102feeder_combout ; +wire \text_gen|char_ram~17102_q ; +wire \text_gen|char_ram~20686_q ; +wire \text_gen|char_ram~20679feeder_combout ; +wire \text_gen|char_ram~20679_q ; +wire \text_gen|char_ram~17095_q ; +wire \text_gen|char_ram~41161_combout ; +wire \text_gen|char_ram~41162_combout ; +wire \text_gen|char_ram~41163_combout ; +wire \text_gen|char_ram~41166_combout ; +wire \text_gen|char_ram~15646_q ; +wire \text_gen|char_ram~19230feeder_combout ; +wire \text_gen|char_ram~19230_q ; +wire \text_gen|char_ram~15639_q ; +wire \text_gen|char_ram~19223feeder_combout ; +wire \text_gen|char_ram~19223_q ; +wire \text_gen|char_ram~41184_combout ; +wire \text_gen|char_ram~41185_combout ; +wire \text_gen|char_ram~15422_q ; +wire \text_gen|char_ram~19006_q ; +wire \text_gen|char_ram~18999_q ; +wire \text_gen|char_ram~15415_q ; +wire \text_gen|char_ram~41177_combout ; +wire \text_gen|char_ram~41178_combout ; +wire \text_gen|char_ram~15310feeder_combout ; +wire \text_gen|char_ram~15310_q ; +wire \text_gen|char_ram~18894_q ; +wire \text_gen|char_ram~15303_q ; +wire \text_gen|char_ram~18887feeder_combout ; +wire \text_gen|char_ram~18887_q ; +wire \text_gen|char_ram~41181_combout ; +wire \text_gen|char_ram~41182_combout ; +wire \text_gen|char_ram~15534feeder_combout ; +wire \text_gen|char_ram~15534_q ; +wire \text_gen|char_ram~19118_q ; +wire \text_gen|char_ram~19111_q ; +wire \text_gen|char_ram~15527_q ; +wire \text_gen|char_ram~41179_combout ; +wire \text_gen|char_ram~41180_combout ; +wire \text_gen|char_ram~41183_combout ; +wire \text_gen|char_ram~41186_combout ; +wire \text_gen|char_ram~15562feeder_combout ; +wire \text_gen|char_ram~15562_q ; +wire \text_gen|char_ram~19146_q ; +wire \text_gen|char_ram~19139_q ; +wire \text_gen|char_ram~15555_q ; +wire \text_gen|char_ram~41167_combout ; +wire \text_gen|char_ram~41168_combout ; +wire \text_gen|char_ram~15674feeder_combout ; +wire \text_gen|char_ram~15674_q ; +wire \text_gen|char_ram~19258_q ; +wire \text_gen|char_ram~19251_q ; +wire \text_gen|char_ram~15667_q ; +wire \text_gen|char_ram~41174_combout ; +wire \text_gen|char_ram~41175_combout ; +wire \text_gen|char_ram~15338_q ; +wire \text_gen|char_ram~18922_q ; +wire \text_gen|char_ram~18915_q ; +wire \text_gen|char_ram~15331_q ; +wire \text_gen|char_ram~41171_combout ; +wire \text_gen|char_ram~41172_combout ; +wire \text_gen|char_ram~15450_q ; +wire \text_gen|char_ram~19034_q ; +wire \text_gen|char_ram~19027feeder_combout ; +wire \text_gen|char_ram~19027_q ; +wire \text_gen|char_ram~15443_q ; +wire \text_gen|char_ram~41169_combout ; +wire \text_gen|char_ram~41170_combout ; +wire \text_gen|char_ram~41173_combout ; +wire \text_gen|char_ram~41176_combout ; +wire \text_gen|char_ram~41187_combout ; +wire \text_gen|char_ram~41198_combout ; +wire \text_gen|char_ram~4915_q ; +wire \text_gen|char_ram~6707_q ; +wire \text_gen|char_ram~3123_q ; +wire \text_gen|char_ram~1331_q ; +wire \text_gen|char_ram~41216_combout ; +wire \text_gen|char_ram~41217_combout ; +wire \text_gen|char_ram~4803_q ; +wire \text_gen|char_ram~6595_q ; +wire \text_gen|char_ram~1219_q ; +wire \text_gen|char_ram~3011_q ; +wire \text_gen|char_ram~41209_combout ; +wire \text_gen|char_ram~41210_combout ; +wire \text_gen|char_ram~4579_q ; +wire \text_gen|char_ram~6371_q ; +wire \text_gen|char_ram~2787feeder_combout ; +wire \text_gen|char_ram~2787_q ; +wire \text_gen|char_ram~995_q ; +wire \text_gen|char_ram~41213_combout ; +wire \text_gen|char_ram~41214_combout ; +wire \text_gen|char_ram~4691feeder_combout ; +wire \text_gen|char_ram~4691_q ; +wire \text_gen|char_ram~6483_q ; +wire \text_gen|char_ram~2899_q ; +wire \text_gen|char_ram~1107_q ; +wire \text_gen|char_ram~41211_combout ; +wire \text_gen|char_ram~41212_combout ; +wire \text_gen|char_ram~41215_combout ; +wire \text_gen|char_ram~41218_combout ; +wire \text_gen|char_ram~2871feeder_combout ; +wire \text_gen|char_ram~2871_q ; +wire \text_gen|char_ram~1079_q ; +wire \text_gen|char_ram~41219_combout ; +wire \text_gen|char_ram~6455_q ; +wire \text_gen|char_ram~4663feeder_combout ; +wire \text_gen|char_ram~4663_q ; +wire \text_gen|char_ram~41220_combout ; +wire \text_gen|char_ram~4887feeder_combout ; +wire \text_gen|char_ram~4887_q ; +wire \text_gen|char_ram~6679_q ; +wire \text_gen|char_ram~3095_q ; +wire \text_gen|char_ram~1303_q ; +wire \text_gen|char_ram~41226_combout ; +wire \text_gen|char_ram~41227_combout ; +wire \text_gen|char_ram~6343_q ; +wire \text_gen|char_ram~4551feeder_combout ; +wire \text_gen|char_ram~4551_q ; +wire \text_gen|char_ram~2759_q ; +wire \text_gen|char_ram~967_q ; +wire \text_gen|char_ram~41223_combout ; +wire \text_gen|char_ram~41224_combout ; +wire \text_gen|char_ram~4775_q ; +wire \text_gen|char_ram~6567_q ; +wire \text_gen|char_ram~2983feeder_combout ; +wire \text_gen|char_ram~2983_q ; +wire \text_gen|char_ram~1191_q ; +wire \text_gen|char_ram~41221_combout ; +wire \text_gen|char_ram~41222_combout ; +wire \text_gen|char_ram~41225_combout ; +wire \text_gen|char_ram~41228_combout ; +wire \text_gen|char_ram~41229_combout ; +wire \text_gen|char_ram~4894_q ; +wire \text_gen|char_ram~6686_q ; +wire \text_gen|char_ram~1310_q ; +wire \text_gen|char_ram~3102feeder_combout ; +wire \text_gen|char_ram~3102_q ; +wire \text_gen|char_ram~41206_combout ; +wire \text_gen|char_ram~41207_combout ; +wire \text_gen|char_ram~4558feeder_combout ; +wire \text_gen|char_ram~4558_q ; +wire \text_gen|char_ram~6350_q ; +wire \text_gen|char_ram~2766_q ; +wire \text_gen|char_ram~974_q ; +wire \text_gen|char_ram~41203_combout ; +wire \text_gen|char_ram~41204_combout ; +wire \text_gen|char_ram~2990feeder_combout ; +wire \text_gen|char_ram~2990_q ; +wire \text_gen|char_ram~6574_q ; +wire \text_gen|char_ram~4782feeder_combout ; +wire \text_gen|char_ram~4782_q ; +wire \text_gen|char_ram~1198_q ; +wire \text_gen|char_ram~41201_combout ; +wire \text_gen|char_ram~41202_combout ; +wire \text_gen|char_ram~41205_combout ; +wire \text_gen|char_ram~2878feeder_combout ; +wire \text_gen|char_ram~2878_q ; +wire \text_gen|char_ram~1086_q ; +wire \text_gen|char_ram~41199_combout ; +wire \text_gen|char_ram~6462_q ; +wire \text_gen|char_ram~4670_q ; +wire \text_gen|char_ram~41200_combout ; +wire \text_gen|char_ram~41208_combout ; +wire \text_gen|char_ram~3018_q ; +wire \text_gen|char_ram~6602_q ; +wire \text_gen|char_ram~4810_q ; +wire \text_gen|char_ram~1226_q ; +wire \text_gen|char_ram~41230_combout ; +wire \text_gen|char_ram~41231_combout ; +wire \text_gen|char_ram~4922_q ; +wire \text_gen|char_ram~6714_q ; +wire \text_gen|char_ram~3130_q ; +wire \text_gen|char_ram~1338_q ; +wire \text_gen|char_ram~41237_combout ; +wire \text_gen|char_ram~41238_combout ; +wire \text_gen|char_ram~4698_q ; +wire \text_gen|char_ram~6490_q ; +wire \text_gen|char_ram~2906feeder_combout ; +wire \text_gen|char_ram~2906_q ; +wire \text_gen|char_ram~1114_q ; +wire \text_gen|char_ram~41232_combout ; +wire \text_gen|char_ram~41233_combout ; +wire \text_gen|char_ram~2794feeder_combout ; +wire \text_gen|char_ram~2794_q ; +wire \text_gen|char_ram~6378_q ; +wire \text_gen|char_ram~4586_q ; +wire \text_gen|char_ram~1002_q ; +wire \text_gen|char_ram~41234_combout ; +wire \text_gen|char_ram~41235_combout ; +wire \text_gen|char_ram~41236_combout ; +wire \text_gen|char_ram~41239_combout ; +wire \text_gen|char_ram~41240_combout ; +wire \text_gen|char_ram~41241_combout ; +wire \text_gen|char_ram~9927feeder_combout ; +wire \text_gen|char_ram~9927_q ; +wire \text_gen|char_ram~13511_q ; +wire \text_gen|char_ram~11719feeder_combout ; +wire \text_gen|char_ram~11719_q ; +wire \text_gen|char_ram~8135_q ; +wire \text_gen|char_ram~41139_combout ; +wire \text_gen|char_ram~41140_combout ; +wire \text_gen|char_ram~10151feeder_combout ; +wire \text_gen|char_ram~10151_q ; +wire \text_gen|char_ram~13735_q ; +wire \text_gen|char_ram~11943feeder_combout ; +wire \text_gen|char_ram~11943_q ; +wire \text_gen|char_ram~8359_q ; +wire \text_gen|char_ram~41137_combout ; +wire \text_gen|char_ram~41138_combout ; +wire \text_gen|char_ram~41141_combout ; +wire \text_gen|char_ram~11831feeder_combout ; +wire \text_gen|char_ram~11831_q ; +wire \text_gen|char_ram~13623_q ; +wire \text_gen|char_ram~8247_q ; +wire \text_gen|char_ram~10039_q ; +wire \text_gen|char_ram~41135_combout ; +wire \text_gen|char_ram~41136_combout ; +wire \text_gen|char_ram~12055feeder_combout ; +wire \text_gen|char_ram~12055_q ; +wire \text_gen|char_ram~13847_q ; +wire \text_gen|char_ram~8471_q ; +wire \text_gen|char_ram~10263feeder_combout ; +wire \text_gen|char_ram~10263_q ; +wire \text_gen|char_ram~41142_combout ; +wire \text_gen|char_ram~41143_combout ; +wire \text_gen|char_ram~41144_combout ; +wire \text_gen|char_ram~12083feeder_combout ; +wire \text_gen|char_ram~12083_q ; +wire \text_gen|char_ram~13875_q ; +wire \text_gen|char_ram~10291_q ; +wire \text_gen|char_ram~8499_q ; +wire \text_gen|char_ram~41132_combout ; +wire \text_gen|char_ram~41133_combout ; +wire \text_gen|char_ram~10179feeder_combout ; +wire \text_gen|char_ram~10179_q ; +wire \text_gen|char_ram~13763_q ; +wire \text_gen|char_ram~11971_q ; +wire \text_gen|char_ram~8387_q ; +wire \text_gen|char_ram~41125_combout ; +wire \text_gen|char_ram~41126_combout ; +wire \text_gen|char_ram~11859feeder_combout ; +wire \text_gen|char_ram~11859_q ; +wire \text_gen|char_ram~13651_q ; +wire \text_gen|char_ram~10067feeder_combout ; +wire \text_gen|char_ram~10067_q ; +wire \text_gen|char_ram~8275_q ; +wire \text_gen|char_ram~41127_combout ; +wire \text_gen|char_ram~41128_combout ; +wire \text_gen|char_ram~9955_q ; +wire \text_gen|char_ram~13539_q ; +wire \text_gen|char_ram~11747feeder_combout ; +wire \text_gen|char_ram~11747_q ; +wire \text_gen|char_ram~8163_q ; +wire \text_gen|char_ram~41129_combout ; +wire \text_gen|char_ram~41130_combout ; +wire \text_gen|char_ram~41131_combout ; +wire \text_gen|char_ram~41134_combout ; +wire \text_gen|char_ram~41145_combout ; +wire \text_gen|char_ram~13770_q ; +wire \text_gen|char_ram~11978_q ; +wire \text_gen|char_ram~8394_q ; +wire \text_gen|char_ram~41146_combout ; +wire \text_gen|char_ram~10186_q ; +wire \text_gen|char_ram~41147_combout ; +wire \text_gen|char_ram~12090feeder_combout ; +wire \text_gen|char_ram~12090_q ; +wire \text_gen|char_ram~13882_q ; +wire \text_gen|char_ram~8506_q ; +wire \text_gen|char_ram~10298feeder_combout ; +wire \text_gen|char_ram~10298_q ; +wire \text_gen|char_ram~41153_combout ; +wire \text_gen|char_ram~41154_combout ; +wire \text_gen|char_ram~9962_q ; +wire \text_gen|char_ram~13546_q ; +wire \text_gen|char_ram~11754_q ; +wire \text_gen|char_ram~8170_q ; +wire \text_gen|char_ram~41150_combout ; +wire \text_gen|char_ram~41151_combout ; +wire \text_gen|char_ram~11866feeder_combout ; +wire \text_gen|char_ram~11866_q ; +wire \text_gen|char_ram~13658_q ; +wire \text_gen|char_ram~10074_q ; +wire \text_gen|char_ram~8282_q ; +wire \text_gen|char_ram~41148_combout ; +wire \text_gen|char_ram~41149_combout ; +wire \text_gen|char_ram~41152_combout ; +wire \text_gen|char_ram~41155_combout ; +wire \text_gen|char_ram~13854_q ; +wire \text_gen|char_ram~12062_q ; +wire \text_gen|char_ram~10270_q ; +wire \text_gen|char_ram~8478_q ; +wire \text_gen|char_ram~41122_combout ; +wire \text_gen|char_ram~41123_combout ; +wire \text_gen|char_ram~13742feeder_combout ; +wire \text_gen|char_ram~13742_q ; +wire \text_gen|char_ram~10158_q ; +wire \text_gen|char_ram~11950feeder_combout ; +wire \text_gen|char_ram~11950_q ; +wire \text_gen|char_ram~8366_q ; +wire \text_gen|char_ram~41117_combout ; +wire \text_gen|char_ram~41118_combout ; +wire \text_gen|char_ram~9934_q ; +wire \text_gen|char_ram~13518_q ; +wire \text_gen|char_ram~11726feeder_combout ; +wire \text_gen|char_ram~11726_q ; +wire \text_gen|char_ram~8142_q ; +wire \text_gen|char_ram~41119_combout ; +wire \text_gen|char_ram~41120_combout ; +wire \text_gen|char_ram~41121_combout ; +wire \text_gen|char_ram~13630_q ; +wire \text_gen|char_ram~11838_q ; +wire \text_gen|char_ram~10046feeder_combout ; +wire \text_gen|char_ram~10046_q ; +wire \text_gen|char_ram~8254_q ; +wire \text_gen|char_ram~41115_combout ; +wire \text_gen|char_ram~41116_combout ; +wire \text_gen|char_ram~41124_combout ; +wire \text_gen|char_ram~41156_combout ; +wire \text_gen|char_ram~26090_q ; +wire \text_gen|char_ram~26314_q ; +wire \text_gen|char_ram~26062feeder_combout ; +wire \text_gen|char_ram~26062_q ; +wire \text_gen|char_ram~26286feeder_combout ; +wire \text_gen|char_ram~26286_q ; +wire \text_gen|char_ram~41277_combout ; +wire \text_gen|char_ram~41278_combout ; +wire \text_gen|char_ram~28106feeder_combout ; +wire \text_gen|char_ram~28106_q ; +wire \text_gen|char_ram~27882_q ; +wire \text_gen|char_ram~27854_q ; +wire \text_gen|char_ram~28078_q ; +wire \text_gen|char_ram~41275_combout ; +wire \text_gen|char_ram~41276_combout ; +wire \text_gen|char_ram~41279_combout ; +wire \text_gen|char_ram~26202_q ; +wire \text_gen|char_ram~26426_q ; +wire \text_gen|char_ram~26398feeder_combout ; +wire \text_gen|char_ram~26398_q ; +wire \text_gen|char_ram~26174_q ; +wire \text_gen|char_ram~41273_combout ; +wire \text_gen|char_ram~41274_combout ; +wire \text_gen|char_ram~28190_q ; +wire \text_gen|char_ram~27966_q ; +wire \text_gen|char_ram~41280_combout ; +wire \text_gen|char_ram~28218_q ; +wire \text_gen|char_ram~27994feeder_combout ; +wire \text_gen|char_ram~27994_q ; +wire \text_gen|char_ram~41281_combout ; +wire \text_gen|char_ram~41282_combout ; +wire \text_gen|char_ram~22835_q ; +wire \text_gen|char_ram~24627_q ; +wire \text_gen|char_ram~24599_q ; +wire \text_gen|char_ram~22807_q ; +wire \text_gen|char_ram~41269_combout ; +wire \text_gen|char_ram~41270_combout ; +wire \text_gen|char_ram~22499_q ; +wire \text_gen|char_ram~24291_q ; +wire \text_gen|char_ram~22471_q ; +wire \text_gen|char_ram~24263_q ; +wire \text_gen|char_ram~41266_combout ; +wire \text_gen|char_ram~41267_combout ; +wire \text_gen|char_ram~22723_q ; +wire \text_gen|char_ram~24515_q ; +wire \text_gen|char_ram~24487feeder_combout ; +wire \text_gen|char_ram~24487_q ; +wire \text_gen|char_ram~22695feeder_combout ; +wire \text_gen|char_ram~22695_q ; +wire \text_gen|char_ram~41264_combout ; +wire \text_gen|char_ram~41265_combout ; +wire \text_gen|char_ram~41268_combout ; +wire \text_gen|char_ram~22611feeder_combout ; +wire \text_gen|char_ram~22611_q ; +wire \text_gen|char_ram~24403_q ; +wire \text_gen|char_ram~22583_q ; +wire \text_gen|char_ram~24375feeder_combout ; +wire \text_gen|char_ram~24375_q ; +wire \text_gen|char_ram~41262_combout ; +wire \text_gen|char_ram~41263_combout ; +wire \text_gen|char_ram~41271_combout ; +wire \text_gen|char_ram~26419_q ; +wire \text_gen|char_ram~28211_q ; +wire \text_gen|char_ram~28183_q ; +wire \text_gen|char_ram~26391_q ; +wire \text_gen|char_ram~41259_combout ; +wire \text_gen|char_ram~41260_combout ; +wire \text_gen|char_ram~26307feeder_combout ; +wire \text_gen|char_ram~26307_q ; +wire \text_gen|char_ram~28099_q ; +wire \text_gen|char_ram~28071_q ; +wire \text_gen|char_ram~26279_q ; +wire \text_gen|char_ram~41252_combout ; +wire \text_gen|char_ram~41253_combout ; +wire \text_gen|char_ram~26195feeder_combout ; +wire \text_gen|char_ram~26195_q ; +wire \text_gen|char_ram~27987_q ; +wire \text_gen|char_ram~27959feeder_combout ; +wire \text_gen|char_ram~27959_q ; +wire \text_gen|char_ram~26167_q ; +wire \text_gen|char_ram~41254_combout ; +wire \text_gen|char_ram~41255_combout ; +wire \text_gen|char_ram~26055_q ; +wire \text_gen|char_ram~27847feeder_combout ; +wire \text_gen|char_ram~27847_q ; +wire \text_gen|char_ram~41256_combout ; +wire \text_gen|char_ram~26083_q ; +wire \text_gen|char_ram~27875feeder_combout ; +wire \text_gen|char_ram~27875_q ; +wire \text_gen|char_ram~41257_combout ; +wire \text_gen|char_ram~41258_combout ; +wire \text_gen|char_ram~41261_combout ; +wire \text_gen|char_ram~41272_combout ; +wire \text_gen|char_ram~24606_q ; +wire \text_gen|char_ram~22814_q ; +wire \text_gen|char_ram~41249_combout ; +wire \text_gen|char_ram~24634_q ; +wire \text_gen|char_ram~22842_q ; +wire \text_gen|char_ram~41250_combout ; +wire \text_gen|char_ram~22730_q ; +wire \text_gen|char_ram~24522_q ; +wire \text_gen|char_ram~24494_q ; +wire \text_gen|char_ram~22702_q ; +wire \text_gen|char_ram~41244_combout ; +wire \text_gen|char_ram~41245_combout ; +wire \text_gen|char_ram~22506feeder_combout ; +wire \text_gen|char_ram~22506_q ; +wire \text_gen|char_ram~24298_q ; +wire \text_gen|char_ram~24270feeder_combout ; +wire \text_gen|char_ram~24270_q ; +wire \text_gen|char_ram~22478_q ; +wire \text_gen|char_ram~41246_combout ; +wire \text_gen|char_ram~41247_combout ; +wire \text_gen|char_ram~41248_combout ; +wire \text_gen|char_ram~24410feeder_combout ; +wire \text_gen|char_ram~24410_q ; +wire \text_gen|char_ram~22618_q ; +wire \text_gen|char_ram~22590_q ; +wire \text_gen|char_ram~24382feeder_combout ; +wire \text_gen|char_ram~24382_q ; +wire \text_gen|char_ram~41242_combout ; +wire \text_gen|char_ram~41243_combout ; +wire \text_gen|char_ram~41251_combout ; +wire \text_gen|char_ram~41283_combout ; +wire \text_gen|char_ram~41284_combout ; +wire \text_gen|char_ram~3354_q ; +wire \text_gen|char_ram~10522_q ; +wire \text_gen|char_ram~10410_q ; +wire \text_gen|char_ram~3242_q ; +wire \text_gen|char_ram~41661_combout ; +wire \text_gen|char_ram~41662_combout ; +wire \text_gen|char_ram~17690_q ; +wire \text_gen|char_ram~24858_q ; +wire \text_gen|char_ram~24746_q ; +wire \text_gen|char_ram~17578_q ; +wire \text_gen|char_ram~41659_combout ; +wire \text_gen|char_ram~41660_combout ; +wire \text_gen|char_ram~41663_combout ; +wire \text_gen|char_ram~3578_q ; +wire \text_gen|char_ram~10746_q ; +wire \text_gen|char_ram~10634_q ; +wire \text_gen|char_ram~3466_q ; +wire \text_gen|char_ram~41657_combout ; +wire \text_gen|char_ram~41658_combout ; +wire \text_gen|char_ram~17914feeder_combout ; +wire \text_gen|char_ram~17914_q ; +wire \text_gen|char_ram~25082_q ; +wire \text_gen|char_ram~17802_q ; +wire \text_gen|char_ram~24970_q ; +wire \text_gen|char_ram~41664_combout ; +wire \text_gen|char_ram~41665_combout ; +wire \text_gen|char_ram~41666_combout ; +wire \text_gen|char_ram~17683feeder_combout ; +wire \text_gen|char_ram~17683_q ; +wire \text_gen|char_ram~10515feeder_combout ; +wire \text_gen|char_ram~10515_q ; +wire \text_gen|char_ram~3347_q ; +wire \text_gen|char_ram~41636_combout ; +wire \text_gen|char_ram~24851feeder_combout ; +wire \text_gen|char_ram~24851_q ; +wire \text_gen|char_ram~41637_combout ; +wire \text_gen|char_ram~10739_q ; +wire \text_gen|char_ram~3571_q ; +wire \text_gen|char_ram~41643_combout ; +wire \text_gen|char_ram~25075_q ; +wire \text_gen|char_ram~17907feeder_combout ; +wire \text_gen|char_ram~17907_q ; +wire \text_gen|char_ram~41644_combout ; +wire \text_gen|char_ram~10403_q ; +wire \text_gen|char_ram~24739_q ; +wire \text_gen|char_ram~17571_q ; +wire \text_gen|char_ram~3235_q ; +wire \text_gen|char_ram~41640_combout ; +wire \text_gen|char_ram~41641_combout ; +wire \text_gen|char_ram~10627_q ; +wire \text_gen|char_ram~24963_q ; +wire \text_gen|char_ram~17795_q ; +wire \text_gen|char_ram~3459_q ; +wire \text_gen|char_ram~41638_combout ; +wire \text_gen|char_ram~41639_combout ; +wire \text_gen|char_ram~41642_combout ; +wire \text_gen|char_ram~41645_combout ; +wire \text_gen|char_ram~10599feeder_combout ; +wire \text_gen|char_ram~10599_q ; +wire \text_gen|char_ram~17767feeder_combout ; +wire \text_gen|char_ram~17767_q ; +wire \text_gen|char_ram~3431_q ; +wire \text_gen|char_ram~41646_combout ; +wire \text_gen|char_ram~24935_q ; +wire \text_gen|char_ram~41647_combout ; +wire \text_gen|char_ram~17879_q ; +wire \text_gen|char_ram~25047_q ; +wire \text_gen|char_ram~10711feeder_combout ; +wire \text_gen|char_ram~10711_q ; +wire \text_gen|char_ram~3543_q ; +wire \text_gen|char_ram~41653_combout ; +wire \text_gen|char_ram~41654_combout ; +wire \text_gen|char_ram~10375_q ; +wire \text_gen|char_ram~24711_q ; +wire \text_gen|char_ram~17543feeder_combout ; +wire \text_gen|char_ram~17543_q ; +wire \text_gen|char_ram~3207_q ; +wire \text_gen|char_ram~41650_combout ; +wire \text_gen|char_ram~41651_combout ; +wire \text_gen|char_ram~17655_q ; +wire \text_gen|char_ram~24823_q ; +wire \text_gen|char_ram~10487_q ; +wire \text_gen|char_ram~3319_q ; +wire \text_gen|char_ram~41648_combout ; +wire \text_gen|char_ram~41649_combout ; +wire \text_gen|char_ram~41652_combout ; +wire \text_gen|char_ram~41655_combout ; +wire \text_gen|char_ram~41656_combout ; +wire \text_gen|char_ram~17886_q ; +wire \text_gen|char_ram~3550_q ; +wire \text_gen|char_ram~17774feeder_combout ; +wire \text_gen|char_ram~17774_q ; +wire \text_gen|char_ram~3438_q ; +wire \text_gen|char_ram~41626_combout ; +wire \text_gen|char_ram~41627_combout ; +wire \text_gen|char_ram~10494_q ; +wire \text_gen|char_ram~24830_q ; +wire \text_gen|char_ram~24718feeder_combout ; +wire \text_gen|char_ram~24718_q ; +wire \text_gen|char_ram~10382_q ; +wire \text_gen|char_ram~41628_combout ; +wire \text_gen|char_ram~41629_combout ; +wire \text_gen|char_ram~3326feeder_combout ; +wire \text_gen|char_ram~3326_q ; +wire \text_gen|char_ram~17662_q ; +wire \text_gen|char_ram~17550feeder_combout ; +wire \text_gen|char_ram~17550_q ; +wire \text_gen|char_ram~3214_q ; +wire \text_gen|char_ram~41630_combout ; +wire \text_gen|char_ram~41631_combout ; +wire \text_gen|char_ram~41632_combout ; +wire \text_gen|char_ram~24942feeder_combout ; +wire \text_gen|char_ram~24942_q ; +wire \text_gen|char_ram~10606_q ; +wire \text_gen|char_ram~41633_combout ; +wire \text_gen|char_ram~25054_q ; +wire \text_gen|char_ram~10718_q ; +wire \text_gen|char_ram~41634_combout ; +wire \text_gen|char_ram~41635_combout ; +wire \text_gen|char_ram~41667_combout ; +wire \text_gen|char_ram~26615_q ; +wire \text_gen|char_ram~26643_q ; +wire \text_gen|char_ram~41675_combout ; +wire \text_gen|char_ram~26650_q ; +wire \text_gen|char_ram~26622_q ; +wire \text_gen|char_ram~41676_combout ; +wire \text_gen|char_ram~12307_q ; +wire \text_gen|char_ram~12279feeder_combout ; +wire \text_gen|char_ram~12279_q ; +wire \text_gen|char_ram~41670_combout ; +wire \text_gen|char_ram~12314_q ; +wire \text_gen|char_ram~12286feeder_combout ; +wire \text_gen|char_ram~12286_q ; +wire \text_gen|char_ram~41671_combout ; +wire \text_gen|char_ram~5118_q ; +wire \text_gen|char_ram~5146_q ; +wire \text_gen|char_ram~5111_q ; +wire \text_gen|char_ram~5139feeder_combout ; +wire \text_gen|char_ram~5139_q ; +wire \text_gen|char_ram~41672_combout ; +wire \text_gen|char_ram~41673_combout ; +wire \text_gen|char_ram~41674_combout ; +wire \text_gen|char_ram~19454_q ; +wire \text_gen|char_ram~19482_q ; +wire \text_gen|char_ram~19475_q ; +wire \text_gen|char_ram~19447_q ; +wire \text_gen|char_ram~41668_combout ; +wire \text_gen|char_ram~41669_combout ; +wire \text_gen|char_ram~41677_combout ; +wire \text_gen|char_ram~19699feeder_combout ; +wire \text_gen|char_ram~19699_q ; +wire \text_gen|char_ram~19706_q ; +wire \text_gen|char_ram~19671_q ; +wire \text_gen|char_ram~19678_q ; +wire \text_gen|char_ram~41699_combout ; +wire \text_gen|char_ram~41700_combout ; +wire \text_gen|char_ram~26846_q ; +wire \text_gen|char_ram~26874_q ; +wire \text_gen|char_ram~26839_q ; +wire \text_gen|char_ram~26867_q ; +wire \text_gen|char_ram~41706_combout ; +wire \text_gen|char_ram~41707_combout ; +wire \text_gen|char_ram~5363feeder_combout ; +wire \text_gen|char_ram~5363_q ; +wire \text_gen|char_ram~5370_q ; +wire \text_gen|char_ram~5342_q ; +wire \text_gen|char_ram~5335_q ; +wire \text_gen|char_ram~41703_combout ; +wire \text_gen|char_ram~41704_combout ; +wire \text_gen|char_ram~12510feeder_combout ; +wire \text_gen|char_ram~12510_q ; +wire \text_gen|char_ram~12538_q ; +wire \text_gen|char_ram~12531_q ; +wire \text_gen|char_ram~12503_q ; +wire \text_gen|char_ram~41701_combout ; +wire \text_gen|char_ram~41702_combout ; +wire \text_gen|char_ram~41705_combout ; +wire \text_gen|char_ram~41708_combout ; +wire \text_gen|char_ram~26727_q ; +wire \text_gen|char_ram~26755_q ; +wire \text_gen|char_ram~41685_combout ; +wire \text_gen|char_ram~26762_q ; +wire \text_gen|char_ram~26734feeder_combout ; +wire \text_gen|char_ram~26734_q ; +wire \text_gen|char_ram~41686_combout ; +wire \text_gen|char_ram~12398_q ; +wire \text_gen|char_ram~12426_q ; +wire \text_gen|char_ram~12419_q ; +wire \text_gen|char_ram~12391_q ; +wire \text_gen|char_ram~41678_combout ; +wire \text_gen|char_ram~41679_combout ; +wire \text_gen|char_ram~5230_q ; +wire \text_gen|char_ram~5258_q ; +wire \text_gen|char_ram~5223_q ; +wire \text_gen|char_ram~5251_q ; +wire \text_gen|char_ram~41682_combout ; +wire \text_gen|char_ram~41683_combout ; +wire \text_gen|char_ram~19566feeder_combout ; +wire \text_gen|char_ram~19566_q ; +wire \text_gen|char_ram~19594_q ; +wire \text_gen|char_ram~19559_q ; +wire \text_gen|char_ram~19587_q ; +wire \text_gen|char_ram~41680_combout ; +wire \text_gen|char_ram~41681_combout ; +wire \text_gen|char_ram~41684_combout ; +wire \text_gen|char_ram~41687_combout ; +wire \text_gen|char_ram~26510_q ; +wire \text_gen|char_ram~26538_q ; +wire \text_gen|char_ram~26503_q ; +wire \text_gen|char_ram~26531_q ; +wire \text_gen|char_ram~41695_combout ; +wire \text_gen|char_ram~41696_combout ; +wire \text_gen|char_ram~12174feeder_combout ; +wire \text_gen|char_ram~12174_q ; +wire \text_gen|char_ram~12202_q ; +wire \text_gen|char_ram~12167_q ; +wire \text_gen|char_ram~12195_q ; +wire \text_gen|char_ram~41688_combout ; +wire \text_gen|char_ram~41689_combout ; +wire \text_gen|char_ram~5006_q ; +wire \text_gen|char_ram~5034_q ; +wire \text_gen|char_ram~4999_q ; +wire \text_gen|char_ram~5027_q ; +wire \text_gen|char_ram~41692_combout ; +wire \text_gen|char_ram~41693_combout ; +wire \text_gen|char_ram~19342_q ; +wire \text_gen|char_ram~19370_q ; +wire \text_gen|char_ram~19335_q ; +wire \text_gen|char_ram~19363_q ; +wire \text_gen|char_ram~41690_combout ; +wire \text_gen|char_ram~41691_combout ; +wire \text_gen|char_ram~41694_combout ; +wire \text_gen|char_ram~41697_combout ; +wire \text_gen|char_ram~41698_combout ; +wire \text_gen|char_ram~41709_combout ; +wire \text_gen|char_ram~16122_q ; +wire \text_gen|char_ram~23290_q ; +wire \text_gen|char_ram~8954_q ; +wire \text_gen|char_ram~1786_q ; +wire \text_gen|char_ram~41748_combout ; +wire \text_gen|char_ram~41749_combout ; +wire \text_gen|char_ram~15898_q ; +wire \text_gen|char_ram~8730_q ; +wire \text_gen|char_ram~1562_q ; +wire \text_gen|char_ram~41741_combout ; +wire \text_gen|char_ram~23066_q ; +wire \text_gen|char_ram~41742_combout ; +wire \text_gen|char_ram~8618_q ; +wire \text_gen|char_ram~22954_q ; +wire \text_gen|char_ram~1450_q ; +wire \text_gen|char_ram~15786_q ; +wire \text_gen|char_ram~41745_combout ; +wire \text_gen|char_ram~41746_combout ; +wire \text_gen|char_ram~8842_q ; +wire \text_gen|char_ram~23178_q ; +wire \text_gen|char_ram~16010feeder_combout ; +wire \text_gen|char_ram~16010_q ; +wire \text_gen|char_ram~1674_q ; +wire \text_gen|char_ram~41743_combout ; +wire \text_gen|char_ram~41744_combout ; +wire \text_gen|char_ram~41747_combout ; +wire \text_gen|char_ram~41750_combout ; +wire \text_gen|char_ram~8926_q ; +wire \text_gen|char_ram~1758_q ; +wire \text_gen|char_ram~41717_combout ; +wire \text_gen|char_ram~16094_q ; +wire \text_gen|char_ram~23262_q ; +wire \text_gen|char_ram~41718_combout ; +wire \text_gen|char_ram~8814_q ; +wire \text_gen|char_ram~23150_q ; +wire \text_gen|char_ram~1646_q ; +wire \text_gen|char_ram~15982_q ; +wire \text_gen|char_ram~41710_combout ; +wire \text_gen|char_ram~41711_combout ; +wire \text_gen|char_ram~8590_q ; +wire \text_gen|char_ram~22926_q ; +wire \text_gen|char_ram~15758_q ; +wire \text_gen|char_ram~1422_q ; +wire \text_gen|char_ram~41714_combout ; +wire \text_gen|char_ram~41715_combout ; +wire \text_gen|char_ram~15870_q ; +wire \text_gen|char_ram~23038_q ; +wire \text_gen|char_ram~8702_q ; +wire \text_gen|char_ram~1534_q ; +wire \text_gen|char_ram~41712_combout ; +wire \text_gen|char_ram~41713_combout ; +wire \text_gen|char_ram~41716_combout ; +wire \text_gen|char_ram~41719_combout ; +wire \text_gen|char_ram~15891_q ; +wire \text_gen|char_ram~23059_q ; +wire \text_gen|char_ram~8723_q ; +wire \text_gen|char_ram~1555_q ; +wire \text_gen|char_ram~41720_combout ; +wire \text_gen|char_ram~41721_combout ; +wire \text_gen|char_ram~16115_q ; +wire \text_gen|char_ram~23283_q ; +wire \text_gen|char_ram~8947_q ; +wire \text_gen|char_ram~1779_q ; +wire \text_gen|char_ram~41727_combout ; +wire \text_gen|char_ram~41728_combout ; +wire \text_gen|char_ram~8611_q ; +wire \text_gen|char_ram~22947_q ; +wire \text_gen|char_ram~1443_q ; +wire \text_gen|char_ram~15779_q ; +wire \text_gen|char_ram~41724_combout ; +wire \text_gen|char_ram~41725_combout ; +wire \text_gen|char_ram~8835feeder_combout ; +wire \text_gen|char_ram~8835_q ; +wire \text_gen|char_ram~23171_q ; +wire \text_gen|char_ram~16003_q ; +wire \text_gen|char_ram~1667_q ; +wire \text_gen|char_ram~41722_combout ; +wire \text_gen|char_ram~41723_combout ; +wire \text_gen|char_ram~41726_combout ; +wire \text_gen|char_ram~41729_combout ; +wire \text_gen|char_ram~15863_q ; +wire \text_gen|char_ram~23031_q ; +wire \text_gen|char_ram~1527_q ; +wire \text_gen|char_ram~8695feeder_combout ; +wire \text_gen|char_ram~8695_q ; +wire \text_gen|char_ram~41730_combout ; +wire \text_gen|char_ram~41731_combout ; +wire \text_gen|char_ram~16087_q ; +wire \text_gen|char_ram~23255_q ; +wire \text_gen|char_ram~8919feeder_combout ; +wire \text_gen|char_ram~8919_q ; +wire \text_gen|char_ram~1751_q ; +wire \text_gen|char_ram~41737_combout ; +wire \text_gen|char_ram~41738_combout ; +wire \text_gen|char_ram~8807feeder_combout ; +wire \text_gen|char_ram~8807_q ; +wire \text_gen|char_ram~23143_q ; +wire \text_gen|char_ram~15975feeder_combout ; +wire \text_gen|char_ram~15975_q ; +wire \text_gen|char_ram~1639_q ; +wire \text_gen|char_ram~41732_combout ; +wire \text_gen|char_ram~41733_combout ; +wire \text_gen|char_ram~15751_q ; +wire \text_gen|char_ram~1415_q ; +wire \text_gen|char_ram~41734_combout ; +wire \text_gen|char_ram~8583_q ; +wire \text_gen|char_ram~22919_q ; +wire \text_gen|char_ram~41735_combout ; +wire \text_gen|char_ram~41736_combout ; +wire \text_gen|char_ram~41739_combout ; +wire \text_gen|char_ram~41740_combout ; +wire \text_gen|char_ram~41751_combout ; +wire \text_gen|char_ram~41752_combout ; +wire \text_gen|char_ram~7162feeder_combout ; +wire \text_gen|char_ram~7162_q ; +wire \text_gen|char_ram~6938_q ; +wire \text_gen|char_ram~21274feeder_combout ; +wire \text_gen|char_ram~21274_q ; +wire \text_gen|char_ram~41784_combout ; +wire \text_gen|char_ram~21498feeder_combout ; +wire \text_gen|char_ram~21498_q ; +wire \text_gen|char_ram~41785_combout ; +wire \text_gen|char_ram~14330feeder_combout ; +wire \text_gen|char_ram~14330_q ; +wire \text_gen|char_ram~28666_q ; +wire \text_gen|char_ram~28442_q ; +wire \text_gen|char_ram~14106_q ; +wire \text_gen|char_ram~41791_combout ; +wire \text_gen|char_ram~41792_combout ; +wire \text_gen|char_ram~28330_q ; +wire \text_gen|char_ram~13994_q ; +wire \text_gen|char_ram~41786_combout ; +wire \text_gen|char_ram~28554_q ; +wire \text_gen|char_ram~14218_q ; +wire \text_gen|char_ram~41787_combout ; +wire \text_gen|char_ram~7050feeder_combout ; +wire \text_gen|char_ram~7050_q ; +wire \text_gen|char_ram~21386_q ; +wire \text_gen|char_ram~6826_q ; +wire \text_gen|char_ram~21162feeder_combout ; +wire \text_gen|char_ram~21162_q ; +wire \text_gen|char_ram~41788_combout ; +wire \text_gen|char_ram~41789_combout ; +wire \text_gen|char_ram~41790_combout ; +wire \text_gen|char_ram~41793_combout ; +wire \text_gen|char_ram~7134feeder_combout ; +wire \text_gen|char_ram~7134_q ; +wire \text_gen|char_ram~14302_q ; +wire \text_gen|char_ram~14190feeder_combout ; +wire \text_gen|char_ram~14190_q ; +wire \text_gen|char_ram~7022_q ; +wire \text_gen|char_ram~41753_combout ; +wire \text_gen|char_ram~41754_combout ; +wire \text_gen|char_ram~21470feeder_combout ; +wire \text_gen|char_ram~21470_q ; +wire \text_gen|char_ram~28638_q ; +wire \text_gen|char_ram~21358_q ; +wire \text_gen|char_ram~28526feeder_combout ; +wire \text_gen|char_ram~28526_q ; +wire \text_gen|char_ram~41760_combout ; +wire \text_gen|char_ram~41761_combout ; +wire \text_gen|char_ram~6910_q ; +wire \text_gen|char_ram~14078_q ; +wire \text_gen|char_ram~13966_q ; +wire \text_gen|char_ram~6798_q ; +wire \text_gen|char_ram~41757_combout ; +wire \text_gen|char_ram~41758_combout ; +wire \text_gen|char_ram~21246_q ; +wire \text_gen|char_ram~28414_q ; +wire \text_gen|char_ram~28302feeder_combout ; +wire \text_gen|char_ram~28302_q ; +wire \text_gen|char_ram~21134_q ; +wire \text_gen|char_ram~41755_combout ; +wire \text_gen|char_ram~41756_combout ; +wire \text_gen|char_ram~41759_combout ; +wire \text_gen|char_ram~41762_combout ; +wire \text_gen|char_ram~7155feeder_combout ; +wire \text_gen|char_ram~7155_q ; +wire \text_gen|char_ram~21491_q ; +wire \text_gen|char_ram~21267_q ; +wire \text_gen|char_ram~6931_q ; +wire \text_gen|char_ram~41763_combout ; +wire \text_gen|char_ram~41764_combout ; +wire \text_gen|char_ram~14323_q ; +wire \text_gen|char_ram~28659_q ; +wire \text_gen|char_ram~28435_q ; +wire \text_gen|char_ram~14099_q ; +wire \text_gen|char_ram~41770_combout ; +wire \text_gen|char_ram~41771_combout ; +wire \text_gen|char_ram~6819_q ; +wire \text_gen|char_ram~21155_q ; +wire \text_gen|char_ram~41767_combout ; +wire \text_gen|char_ram~21379_q ; +wire \text_gen|char_ram~7043feeder_combout ; +wire \text_gen|char_ram~7043_q ; +wire \text_gen|char_ram~41768_combout ; +wire \text_gen|char_ram~14211feeder_combout ; +wire \text_gen|char_ram~14211_q ; +wire \text_gen|char_ram~28547_q ; +wire \text_gen|char_ram~28323feeder_combout ; +wire \text_gen|char_ram~28323_q ; +wire \text_gen|char_ram~13987_q ; +wire \text_gen|char_ram~41765_combout ; +wire \text_gen|char_ram~41766_combout ; +wire \text_gen|char_ram~41769_combout ; +wire \text_gen|char_ram~41772_combout ; +wire \text_gen|char_ram~21351_q ; +wire \text_gen|char_ram~21463_q ; +wire \text_gen|char_ram~21127_q ; +wire \text_gen|char_ram~21239_q ; +wire \text_gen|char_ram~41775_combout ; +wire \text_gen|char_ram~41776_combout ; +wire \text_gen|char_ram~6791_q ; +wire \text_gen|char_ram~6903_q ; +wire \text_gen|char_ram~41777_combout ; +wire \text_gen|char_ram~7127_q ; +wire \text_gen|char_ram~7015feeder_combout ; +wire \text_gen|char_ram~7015_q ; +wire \text_gen|char_ram~41778_combout ; +wire \text_gen|char_ram~41779_combout ; +wire \text_gen|char_ram~28519_q ; +wire \text_gen|char_ram~28631_q ; +wire \text_gen|char_ram~28295_q ; +wire \text_gen|char_ram~28407feeder_combout ; +wire \text_gen|char_ram~28407_q ; +wire \text_gen|char_ram~41780_combout ; +wire \text_gen|char_ram~41781_combout ; +wire \text_gen|char_ram~14183_q ; +wire \text_gen|char_ram~14295_q ; +wire \text_gen|char_ram~13959_q ; +wire \text_gen|char_ram~14071_q ; +wire \text_gen|char_ram~41773_combout ; +wire \text_gen|char_ram~41774_combout ; +wire \text_gen|char_ram~41782_combout ; +wire \text_gen|char_ram~41783_combout ; +wire \text_gen|char_ram~41794_combout ; +wire \text_gen|char_ram~41795_combout ; +wire \text_gen|char_ram~41796_combout ; +wire \text_gen|char_ram~24592feeder_combout ; +wire \text_gen|char_ram~24592_q ; +wire \text_gen|char_ram~10256_q ; +wire \text_gen|char_ram~17424_q ; +wire \text_gen|char_ram~3088_q ; +wire \text_gen|char_ram~39618_combout ; +wire \text_gen|char_ram~39619_combout ; +wire \text_gen|char_ram~21008_q ; +wire \text_gen|char_ram~28176_q ; +wire \text_gen|char_ram~6672feeder_combout ; +wire \text_gen|char_ram~6672_q ; +wire \text_gen|char_ram~13840_q ; +wire \text_gen|char_ram~39625_combout ; +wire \text_gen|char_ram~39626_combout ; +wire \text_gen|char_ram~10249_q ; +wire \text_gen|char_ram~24585_q ; +wire \text_gen|char_ram~3081_q ; +wire \text_gen|char_ram~17417_q ; +wire \text_gen|char_ram~39622_combout ; +wire \text_gen|char_ram~39623_combout ; +wire \text_gen|char_ram~13833feeder_combout ; +wire \text_gen|char_ram~13833_q ; +wire \text_gen|char_ram~28169_q ; +wire \text_gen|char_ram~21001feeder_combout ; +wire \text_gen|char_ram~21001_q ; +wire \text_gen|char_ram~6665feeder_combout ; +wire \text_gen|char_ram~6665_q ; +wire \text_gen|char_ram~39620_combout ; +wire \text_gen|char_ram~39621_combout ; +wire \text_gen|char_ram~39624_combout ; +wire \text_gen|char_ram~39627_combout ; +wire \text_gen|char_ram~8457_q ; +wire \text_gen|char_ram~22793_q ; +wire \text_gen|char_ram~15625_q ; +wire \text_gen|char_ram~1289_q ; +wire \text_gen|char_ram~39642_combout ; +wire \text_gen|char_ram~39643_combout ; +wire \text_gen|char_ram~12041_q ; +wire \text_gen|char_ram~26377_q ; +wire \text_gen|char_ram~19209_q ; +wire \text_gen|char_ram~4873_q ; +wire \text_gen|char_ram~39640_combout ; +wire \text_gen|char_ram~39641_combout ; +wire \text_gen|char_ram~39644_combout ; +wire \text_gen|char_ram~15632_q ; +wire \text_gen|char_ram~8464feeder_combout ; +wire \text_gen|char_ram~8464_q ; +wire \text_gen|char_ram~1296_q ; +wire \text_gen|char_ram~39638_combout ; +wire \text_gen|char_ram~22800_q ; +wire \text_gen|char_ram~39639_combout ; +wire \text_gen|char_ram~19216feeder_combout ; +wire \text_gen|char_ram~19216_q ; +wire \text_gen|char_ram~26384_q ; +wire \text_gen|char_ram~12048feeder_combout ; +wire \text_gen|char_ram~12048_q ; +wire \text_gen|char_ram~4880_q ; +wire \text_gen|char_ram~39645_combout ; +wire \text_gen|char_ram~39646_combout ; +wire \text_gen|char_ram~39647_combout ; +wire \text_gen|char_ram~8492_q ; +wire \text_gen|char_ram~22828_q ; +wire \text_gen|char_ram~22821feeder_combout ; +wire \text_gen|char_ram~22821_q ; +wire \text_gen|char_ram~8485_q ; +wire \text_gen|char_ram~39628_combout ; +wire \text_gen|char_ram~39629_combout ; +wire \text_gen|char_ram~12076feeder_combout ; +wire \text_gen|char_ram~12076_q ; +wire \text_gen|char_ram~26412_q ; +wire \text_gen|char_ram~26405feeder_combout ; +wire \text_gen|char_ram~26405_q ; +wire \text_gen|char_ram~12069_q ; +wire \text_gen|char_ram~39635_combout ; +wire \text_gen|char_ram~39636_combout ; +wire \text_gen|char_ram~4908feeder_combout ; +wire \text_gen|char_ram~4908_q ; +wire \text_gen|char_ram~19244_q ; +wire \text_gen|char_ram~19237_q ; +wire \text_gen|char_ram~4901_q ; +wire \text_gen|char_ram~39630_combout ; +wire \text_gen|char_ram~39631_combout ; +wire \text_gen|char_ram~1324_q ; +wire \text_gen|char_ram~15660_q ; +wire \text_gen|char_ram~15653feeder_combout ; +wire \text_gen|char_ram~15653_q ; +wire \text_gen|char_ram~1317_q ; +wire \text_gen|char_ram~39632_combout ; +wire \text_gen|char_ram~39633_combout ; +wire \text_gen|char_ram~39634_combout ; +wire \text_gen|char_ram~39637_combout ; +wire \text_gen|char_ram~39648_combout ; +wire \text_gen|char_ram~3116_q ; +wire \text_gen|char_ram~17452_q ; +wire \text_gen|char_ram~17445_q ; +wire \text_gen|char_ram~3109_q ; +wire \text_gen|char_ram~39653_combout ; +wire \text_gen|char_ram~39654_combout ; +wire \text_gen|char_ram~10284_q ; +wire \text_gen|char_ram~24620_q ; +wire \text_gen|char_ram~24613_q ; +wire \text_gen|char_ram~10277_q ; +wire \text_gen|char_ram~39651_combout ; +wire \text_gen|char_ram~39652_combout ; +wire \text_gen|char_ram~39655_combout ; +wire \text_gen|char_ram~13868_q ; +wire \text_gen|char_ram~28204_q ; +wire \text_gen|char_ram~28197_q ; +wire \text_gen|char_ram~13861_q ; +wire \text_gen|char_ram~39656_combout ; +wire \text_gen|char_ram~39657_combout ; +wire \text_gen|char_ram~6700_q ; +wire \text_gen|char_ram~21036_q ; +wire \text_gen|char_ram~6693_q ; +wire \text_gen|char_ram~21029feeder_combout ; +wire \text_gen|char_ram~21029_q ; +wire \text_gen|char_ram~39649_combout ; +wire \text_gen|char_ram~39650_combout ; +wire \text_gen|char_ram~39658_combout ; +wire \text_gen|char_ram~39659_combout ; +wire \text_gen|char_ram~7561_q ; +wire \text_gen|char_ram~21897_q ; +wire \text_gen|char_ram~14729_q ; +wire \text_gen|char_ram~393_q ; +wire \text_gen|char_ram~39684_combout ; +wire \text_gen|char_ram~39685_combout ; +wire \text_gen|char_ram~11145feeder_combout ; +wire \text_gen|char_ram~11145_q ; +wire \text_gen|char_ram~25481_q ; +wire \text_gen|char_ram~3977_q ; +wire \text_gen|char_ram~18313feeder_combout ; +wire \text_gen|char_ram~18313_q ; +wire \text_gen|char_ram~39682_combout ; +wire \text_gen|char_ram~39683_combout ; +wire \text_gen|char_ram~39686_combout ; +wire \text_gen|char_ram~7568feeder_combout ; +wire \text_gen|char_ram~7568_q ; +wire \text_gen|char_ram~21904_q ; +wire \text_gen|char_ram~14736feeder_combout ; +wire \text_gen|char_ram~14736_q ; +wire \text_gen|char_ram~400_q ; +wire \text_gen|char_ram~39680_combout ; +wire \text_gen|char_ram~39681_combout ; +wire \text_gen|char_ram~11152_q ; +wire \text_gen|char_ram~25488_q ; +wire \text_gen|char_ram~3984_q ; +wire \text_gen|char_ram~18320_q ; +wire \text_gen|char_ram~39687_combout ; +wire \text_gen|char_ram~39688_combout ; +wire \text_gen|char_ram~39689_combout ; +wire \text_gen|char_ram~7589_q ; +wire \text_gen|char_ram~21925_q ; +wire \text_gen|char_ram~421_q ; +wire \text_gen|char_ram~14757feeder_combout ; +wire \text_gen|char_ram~14757_q ; +wire \text_gen|char_ram~39674_combout ; +wire \text_gen|char_ram~39675_combout ; +wire \text_gen|char_ram~11173feeder_combout ; +wire \text_gen|char_ram~11173_q ; +wire \text_gen|char_ram~25509_q ; +wire \text_gen|char_ram~4005_q ; +wire \text_gen|char_ram~18341feeder_combout ; +wire \text_gen|char_ram~18341_q ; +wire \text_gen|char_ram~39672_combout ; +wire \text_gen|char_ram~39673_combout ; +wire \text_gen|char_ram~39676_combout ; +wire \text_gen|char_ram~21932feeder_combout ; +wire \text_gen|char_ram~21932_q ; +wire \text_gen|char_ram~7596_q ; +wire \text_gen|char_ram~428feeder_combout ; +wire \text_gen|char_ram~428_q ; +wire \text_gen|char_ram~14764_q ; +wire \text_gen|char_ram~39670_combout ; +wire \text_gen|char_ram~39671_combout ; +wire \text_gen|char_ram~11180_q ; +wire \text_gen|char_ram~25516_q ; +wire \text_gen|char_ram~18348feeder_combout ; +wire \text_gen|char_ram~18348_q ; +wire \text_gen|char_ram~4012_q ; +wire \text_gen|char_ram~39677_combout ; +wire \text_gen|char_ram~39678_combout ; +wire \text_gen|char_ram~39679_combout ; +wire \text_gen|char_ram~39690_combout ; +wire \text_gen|char_ram~23696_q ; +wire \text_gen|char_ram~9360_q ; +wire \text_gen|char_ram~16528feeder_combout ; +wire \text_gen|char_ram~16528_q ; +wire \text_gen|char_ram~2192_q ; +wire \text_gen|char_ram~39660_combout ; +wire \text_gen|char_ram~39661_combout ; +wire \text_gen|char_ram~9353_q ; +wire \text_gen|char_ram~23689_q ; +wire \text_gen|char_ram~2185_q ; +wire \text_gen|char_ram~16521_q ; +wire \text_gen|char_ram~39664_combout ; +wire \text_gen|char_ram~39665_combout ; +wire \text_gen|char_ram~12937_q ; +wire \text_gen|char_ram~27273_q ; +wire \text_gen|char_ram~5769feeder_combout ; +wire \text_gen|char_ram~5769_q ; +wire \text_gen|char_ram~20105_q ; +wire \text_gen|char_ram~39662_combout ; +wire \text_gen|char_ram~39663_combout ; +wire \text_gen|char_ram~39666_combout ; +wire \text_gen|char_ram~12944feeder_combout ; +wire \text_gen|char_ram~12944_q ; +wire \text_gen|char_ram~27280_q ; +wire \text_gen|char_ram~20112_q ; +wire \text_gen|char_ram~5776_q ; +wire \text_gen|char_ram~39667_combout ; +wire \text_gen|char_ram~39668_combout ; +wire \text_gen|char_ram~39669_combout ; +wire \text_gen|char_ram~20140feeder_combout ; +wire \text_gen|char_ram~20140_q ; +wire \text_gen|char_ram~27308_q ; +wire \text_gen|char_ram~12972_q ; +wire \text_gen|char_ram~5804_q ; +wire \text_gen|char_ram~39698_combout ; +wire \text_gen|char_ram~39699_combout ; +wire \text_gen|char_ram~9388_q ; +wire \text_gen|char_ram~23724_q ; +wire \text_gen|char_ram~16556feeder_combout ; +wire \text_gen|char_ram~16556_q ; +wire \text_gen|char_ram~2220_q ; +wire \text_gen|char_ram~39691_combout ; +wire \text_gen|char_ram~39692_combout ; +wire \text_gen|char_ram~9381_q ; +wire \text_gen|char_ram~23717_q ; +wire \text_gen|char_ram~16549feeder_combout ; +wire \text_gen|char_ram~16549_q ; +wire \text_gen|char_ram~2213_q ; +wire \text_gen|char_ram~39695_combout ; +wire \text_gen|char_ram~39696_combout ; +wire \text_gen|char_ram~20133_q ; +wire \text_gen|char_ram~5797_q ; +wire \text_gen|char_ram~39693_combout ; +wire \text_gen|char_ram~12965feeder_combout ; +wire \text_gen|char_ram~12965_q ; +wire \text_gen|char_ram~27301feeder_combout ; +wire \text_gen|char_ram~27301_q ; +wire \text_gen|char_ram~39694_combout ; +wire \text_gen|char_ram~39697_combout ; +wire \text_gen|char_ram~39700_combout ; +wire \text_gen|char_ram~39701_combout ; +wire \text_gen|char_ram~39702_combout ; +wire \text_gen|char_ram~21484_q ; +wire \text_gen|char_ram~28652_q ; +wire \text_gen|char_ram~14316_q ; +wire \text_gen|char_ram~7148_q ; +wire \text_gen|char_ram~39741_combout ; +wire \text_gen|char_ram~39742_combout ; +wire \text_gen|char_ram~14288feeder_combout ; +wire \text_gen|char_ram~14288_q ; +wire \text_gen|char_ram~28624_q ; +wire \text_gen|char_ram~7120_q ; +wire \text_gen|char_ram~21456_q ; +wire \text_gen|char_ram~39736_combout ; +wire \text_gen|char_ram~39737_combout ; +wire \text_gen|char_ram~26832feeder_combout ; +wire \text_gen|char_ram~26832_q ; +wire \text_gen|char_ram~12496_q ; +wire \text_gen|char_ram~19664_q ; +wire \text_gen|char_ram~5328_q ; +wire \text_gen|char_ram~39738_combout ; +wire \text_gen|char_ram~39739_combout ; +wire \text_gen|char_ram~39740_combout ; +wire \text_gen|char_ram~19692_q ; +wire \text_gen|char_ram~26860_q ; +wire \text_gen|char_ram~5356_q ; +wire \text_gen|char_ram~12524feeder_combout ; +wire \text_gen|char_ram~12524_q ; +wire \text_gen|char_ram~39734_combout ; +wire \text_gen|char_ram~39735_combout ; +wire \text_gen|char_ram~39743_combout ; +wire \text_gen|char_ram~23269_q ; +wire \text_gen|char_ram~25061_q ; +wire \text_gen|char_ram~25033_q ; +wire \text_gen|char_ram~23241_q ; +wire \text_gen|char_ram~39730_combout ; +wire \text_gen|char_ram~39731_combout ; +wire \text_gen|char_ram~8933_q ; +wire \text_gen|char_ram~10725_q ; +wire \text_gen|char_ram~8905_q ; +wire \text_gen|char_ram~10697_q ; +wire \text_gen|char_ram~39723_combout ; +wire \text_gen|char_ram~39724_combout ; +wire \text_gen|char_ram~1765_q ; +wire \text_gen|char_ram~3557_q ; +wire \text_gen|char_ram~3529_q ; +wire \text_gen|char_ram~1737_q ; +wire \text_gen|char_ram~39727_combout ; +wire \text_gen|char_ram~39728_combout ; +wire \text_gen|char_ram~16101_q ; +wire \text_gen|char_ram~17893_q ; +wire \text_gen|char_ram~16073_q ; +wire \text_gen|char_ram~17865feeder_combout ; +wire \text_gen|char_ram~17865_q ; +wire \text_gen|char_ram~39725_combout ; +wire \text_gen|char_ram~39726_combout ; +wire \text_gen|char_ram~39729_combout ; +wire \text_gen|char_ram~39732_combout ; +wire \text_gen|char_ram~12517feeder_combout ; +wire \text_gen|char_ram~12517_q ; +wire \text_gen|char_ram~14309_q ; +wire \text_gen|char_ram~12489_q ; +wire \text_gen|char_ram~14281feeder_combout ; +wire \text_gen|char_ram~14281_q ; +wire \text_gen|char_ram~39715_combout ; +wire \text_gen|char_ram~39716_combout ; +wire \text_gen|char_ram~5349_q ; +wire \text_gen|char_ram~7141_q ; +wire \text_gen|char_ram~7113feeder_combout ; +wire \text_gen|char_ram~7113_q ; +wire \text_gen|char_ram~5321_q ; +wire \text_gen|char_ram~39717_combout ; +wire \text_gen|char_ram~39718_combout ; +wire \text_gen|char_ram~39719_combout ; +wire \text_gen|char_ram~19685feeder_combout ; +wire \text_gen|char_ram~19685_q ; +wire \text_gen|char_ram~21477_q ; +wire \text_gen|char_ram~19657_q ; +wire \text_gen|char_ram~21449_q ; +wire \text_gen|char_ram~39713_combout ; +wire \text_gen|char_ram~39714_combout ; +wire \text_gen|char_ram~26853_q ; +wire \text_gen|char_ram~28645_q ; +wire \text_gen|char_ram~26825_q ; +wire \text_gen|char_ram~28617feeder_combout ; +wire \text_gen|char_ram~28617_q ; +wire \text_gen|char_ram~39720_combout ; +wire \text_gen|char_ram~39721_combout ; +wire \text_gen|char_ram~39722_combout ; +wire \text_gen|char_ram~39733_combout ; +wire \text_gen|char_ram~10732feeder_combout ; +wire \text_gen|char_ram~10732_q ; +wire \text_gen|char_ram~3564_q ; +wire \text_gen|char_ram~10704feeder_combout ; +wire \text_gen|char_ram~10704_q ; +wire \text_gen|char_ram~3536_q ; +wire \text_gen|char_ram~39703_combout ; +wire \text_gen|char_ram~39704_combout ; +wire \text_gen|char_ram~17900feeder_combout ; +wire \text_gen|char_ram~17900_q ; +wire \text_gen|char_ram~25068_q ; +wire \text_gen|char_ram~25040_q ; +wire \text_gen|char_ram~17872_q ; +wire \text_gen|char_ram~39710_combout ; +wire \text_gen|char_ram~39711_combout ; +wire \text_gen|char_ram~16108_q ; +wire \text_gen|char_ram~23276_q ; +wire \text_gen|char_ram~16080_q ; +wire \text_gen|char_ram~23248feeder_combout ; +wire \text_gen|char_ram~23248_q ; +wire \text_gen|char_ram~39705_combout ; +wire \text_gen|char_ram~39706_combout ; +wire \text_gen|char_ram~1772feeder_combout ; +wire \text_gen|char_ram~1772_q ; +wire \text_gen|char_ram~8940_q ; +wire \text_gen|char_ram~1744_q ; +wire \text_gen|char_ram~8912_q ; +wire \text_gen|char_ram~39707_combout ; +wire \text_gen|char_ram~39708_combout ; +wire \text_gen|char_ram~39709_combout ; +wire \text_gen|char_ram~39712_combout ; +wire \text_gen|char_ram~39744_combout ; +wire \text_gen|char_ram~20588_q ; +wire \text_gen|char_ram~27756_q ; +wire \text_gen|char_ram~13420_q ; +wire \text_gen|char_ram~6252_q ; +wire \text_gen|char_ram~39614_combout ; +wire \text_gen|char_ram~39615_combout ; +wire \text_gen|char_ram~18796feeder_combout ; +wire \text_gen|char_ram~18796_q ; +wire \text_gen|char_ram~25964_q ; +wire \text_gen|char_ram~11628_q ; +wire \text_gen|char_ram~4460_q ; +wire \text_gen|char_ram~39607_combout ; +wire \text_gen|char_ram~39608_combout ; +wire \text_gen|char_ram~6224feeder_combout ; +wire \text_gen|char_ram~6224_q ; +wire \text_gen|char_ram~20560_q ; +wire \text_gen|char_ram~39609_combout ; +wire \text_gen|char_ram~13392feeder_combout ; +wire \text_gen|char_ram~13392_q ; +wire \text_gen|char_ram~27728_q ; +wire \text_gen|char_ram~39610_combout ; +wire \text_gen|char_ram~11600_q ; +wire \text_gen|char_ram~25936_q ; +wire \text_gen|char_ram~18768_q ; +wire \text_gen|char_ram~4432_q ; +wire \text_gen|char_ram~39611_combout ; +wire \text_gen|char_ram~39612_combout ; +wire \text_gen|char_ram~39613_combout ; +wire \text_gen|char_ram~39616_combout ; +wire \text_gen|char_ram~22380feeder_combout ; +wire \text_gen|char_ram~22380_q ; +wire \text_gen|char_ram~15212_q ; +wire \text_gen|char_ram~8044feeder_combout ; +wire \text_gen|char_ram~8044_q ; +wire \text_gen|char_ram~876_q ; +wire \text_gen|char_ram~39576_combout ; +wire \text_gen|char_ram~39577_combout ; +wire \text_gen|char_ram~9808_q ; +wire \text_gen|char_ram~24144_q ; +wire \text_gen|char_ram~16976feeder_combout ; +wire \text_gen|char_ram~16976_q ; +wire \text_gen|char_ram~2640_q ; +wire \text_gen|char_ram~39578_combout ; +wire \text_gen|char_ram~39579_combout ; +wire \text_gen|char_ram~22352_q ; +wire \text_gen|char_ram~8016feeder_combout ; +wire \text_gen|char_ram~8016_q ; +wire \text_gen|char_ram~848_q ; +wire \text_gen|char_ram~15184feeder_combout ; +wire \text_gen|char_ram~15184_q ; +wire \text_gen|char_ram~39580_combout ; +wire \text_gen|char_ram~39581_combout ; +wire \text_gen|char_ram~39582_combout ; +wire \text_gen|char_ram~24172_q ; +wire \text_gen|char_ram~17004_q ; +wire \text_gen|char_ram~2668_q ; +wire \text_gen|char_ram~9836_q ; +wire \text_gen|char_ram~39583_combout ; +wire \text_gen|char_ram~39584_combout ; +wire \text_gen|char_ram~39585_combout ; +wire \text_gen|char_ram~16997_q ; +wire \text_gen|char_ram~24165feeder_combout ; +wire \text_gen|char_ram~24165_q ; +wire \text_gen|char_ram~2661_q ; +wire \text_gen|char_ram~9829feeder_combout ; +wire \text_gen|char_ram~9829_q ; +wire \text_gen|char_ram~39603_combout ; +wire \text_gen|char_ram~39604_combout ; +wire \text_gen|char_ram~9801_q ; +wire \text_gen|char_ram~24137_q ; +wire \text_gen|char_ram~16969_q ; +wire \text_gen|char_ram~2633_q ; +wire \text_gen|char_ram~39598_combout ; +wire \text_gen|char_ram~39599_combout ; +wire \text_gen|char_ram~8009_q ; +wire \text_gen|char_ram~22345_q ; +wire \text_gen|char_ram~15177feeder_combout ; +wire \text_gen|char_ram~15177_q ; +wire \text_gen|char_ram~841_q ; +wire \text_gen|char_ram~39600_combout ; +wire \text_gen|char_ram~39601_combout ; +wire \text_gen|char_ram~39602_combout ; +wire \text_gen|char_ram~15205feeder_combout ; +wire \text_gen|char_ram~15205_q ; +wire \text_gen|char_ram~22373_q ; +wire \text_gen|char_ram~8037feeder_combout ; +wire \text_gen|char_ram~8037_q ; +wire \text_gen|char_ram~869_q ; +wire \text_gen|char_ram~39596_combout ; +wire \text_gen|char_ram~39597_combout ; +wire \text_gen|char_ram~39605_combout ; +wire \text_gen|char_ram~18789_q ; +wire \text_gen|char_ram~25957_q ; +wire \text_gen|char_ram~11621_q ; +wire \text_gen|char_ram~4453_q ; +wire \text_gen|char_ram~39586_combout ; +wire \text_gen|char_ram~39587_combout ; +wire \text_gen|char_ram~11593_q ; +wire \text_gen|char_ram~25929_q ; +wire \text_gen|char_ram~18761_q ; +wire \text_gen|char_ram~4425_q ; +wire \text_gen|char_ram~39590_combout ; +wire \text_gen|char_ram~39591_combout ; +wire \text_gen|char_ram~13385feeder_combout ; +wire \text_gen|char_ram~13385_q ; +wire \text_gen|char_ram~27721_q ; +wire \text_gen|char_ram~20553feeder_combout ; +wire \text_gen|char_ram~20553_q ; +wire \text_gen|char_ram~6217_q ; +wire \text_gen|char_ram~39588_combout ; +wire \text_gen|char_ram~39589_combout ; +wire \text_gen|char_ram~39592_combout ; +wire \text_gen|char_ram~20581feeder_combout ; +wire \text_gen|char_ram~20581_q ; +wire \text_gen|char_ram~27749_q ; +wire \text_gen|char_ram~13413_q ; +wire \text_gen|char_ram~6245_q ; +wire \text_gen|char_ram~39593_combout ; +wire \text_gen|char_ram~39594_combout ; +wire \text_gen|char_ram~39595_combout ; +wire \text_gen|char_ram~39606_combout ; +wire \text_gen|char_ram~39617_combout ; +wire \text_gen|char_ram~39745_combout ; +wire \text_gen|char_ram~12160feeder_combout ; +wire \text_gen|char_ram~12160_q ; +wire \text_gen|char_ram~12188_q ; +wire \text_gen|char_ram~12153_q ; +wire \text_gen|char_ram~12181_q ; +wire \text_gen|char_ram~39478_combout ; +wire \text_gen|char_ram~39479_combout ; +wire \text_gen|char_ram~13980_q ; +wire \text_gen|char_ram~13973_q ; +wire \text_gen|char_ram~13945_q ; +wire \text_gen|char_ram~13952_q ; +wire \text_gen|char_ram~39485_combout ; +wire \text_gen|char_ram~39486_combout ; +wire \text_gen|char_ram~8576_q ; +wire \text_gen|char_ram~8604_q ; +wire \text_gen|char_ram~8597_q ; +wire \text_gen|char_ram~8569_q ; +wire \text_gen|char_ram~39482_combout ; +wire \text_gen|char_ram~39483_combout ; +wire \text_gen|char_ram~10389_q ; +wire \text_gen|char_ram~10396_q ; +wire \text_gen|char_ram~10361_q ; +wire \text_gen|char_ram~10368_q ; +wire \text_gen|char_ram~39480_combout ; +wire \text_gen|char_ram~39481_combout ; +wire \text_gen|char_ram~39484_combout ; +wire \text_gen|char_ram~39487_combout ; +wire \text_gen|char_ram~9941feeder_combout ; +wire \text_gen|char_ram~9941_q ; +wire \text_gen|char_ram~9948_q ; +wire \text_gen|char_ram~9913_q ; +wire \text_gen|char_ram~9920feeder_combout ; +wire \text_gen|char_ram~9920_q ; +wire \text_gen|char_ram~39447_combout ; +wire \text_gen|char_ram~39448_combout ; +wire \text_gen|char_ram~13525feeder_combout ; +wire \text_gen|char_ram~13525_q ; +wire \text_gen|char_ram~13532_q ; +wire \text_gen|char_ram~13497_q ; +wire \text_gen|char_ram~13504_q ; +wire \text_gen|char_ram~39454_combout ; +wire \text_gen|char_ram~39455_combout ; +wire \text_gen|char_ram~8121_q ; +wire \text_gen|char_ram~8149feeder_combout ; +wire \text_gen|char_ram~8149_q ; +wire \text_gen|char_ram~39451_combout ; +wire \text_gen|char_ram~8156_q ; +wire \text_gen|char_ram~8128feeder_combout ; +wire \text_gen|char_ram~8128_q ; +wire \text_gen|char_ram~39452_combout ; +wire \text_gen|char_ram~11740feeder_combout ; +wire \text_gen|char_ram~11740_q ; +wire \text_gen|char_ram~11705_q ; +wire \text_gen|char_ram~11733_q ; +wire \text_gen|char_ram~39449_combout ; +wire \text_gen|char_ram~11712_q ; +wire \text_gen|char_ram~39450_combout ; +wire \text_gen|char_ram~39453_combout ; +wire \text_gen|char_ram~39456_combout ; +wire \text_gen|char_ram~9045feeder_combout ; +wire \text_gen|char_ram~9045_q ; +wire \text_gen|char_ram~9052_q ; +wire \text_gen|char_ram~9024_q ; +wire \text_gen|char_ram~9017_q ; +wire \text_gen|char_ram~39467_combout ; +wire \text_gen|char_ram~39468_combout ; +wire \text_gen|char_ram~12601_q ; +wire \text_gen|char_ram~12608_q ; +wire \text_gen|char_ram~39474_combout ; +wire \text_gen|char_ram~12629_q ; +wire \text_gen|char_ram~12636_q ; +wire \text_gen|char_ram~39475_combout ; +wire \text_gen|char_ram~7253_q ; +wire \text_gen|char_ram~7225feeder_combout ; +wire \text_gen|char_ram~7225_q ; +wire \text_gen|char_ram~39471_combout ; +wire \text_gen|char_ram~7260_q ; +wire \text_gen|char_ram~7232feeder_combout ; +wire \text_gen|char_ram~7232_q ; +wire \text_gen|char_ram~39472_combout ; +wire \text_gen|char_ram~10809_q ; +wire \text_gen|char_ram~10837feeder_combout ; +wire \text_gen|char_ram~10837_q ; +wire \text_gen|char_ram~39469_combout ; +wire \text_gen|char_ram~10844_q ; +wire \text_gen|char_ram~10816feeder_combout ; +wire \text_gen|char_ram~10816_q ; +wire \text_gen|char_ram~39470_combout ; +wire \text_gen|char_ram~39473_combout ; +wire \text_gen|char_ram~39476_combout ; +wire \text_gen|char_ram~11264_q ; +wire \text_gen|char_ram~11292_q ; +wire \text_gen|char_ram~11285feeder_combout ; +wire \text_gen|char_ram~11285_q ; +wire \text_gen|char_ram~11257_q ; +wire \text_gen|char_ram~39457_combout ; +wire \text_gen|char_ram~39458_combout ; +wire \text_gen|char_ram~9493_q ; +wire \text_gen|char_ram~9500_q ; +wire \text_gen|char_ram~9465_q ; +wire \text_gen|char_ram~9472feeder_combout ; +wire \text_gen|char_ram~9472_q ; +wire \text_gen|char_ram~39459_combout ; +wire \text_gen|char_ram~39460_combout ; +wire \text_gen|char_ram~7680feeder_combout ; +wire \text_gen|char_ram~7680_q ; +wire \text_gen|char_ram~7708_q ; +wire \text_gen|char_ram~7701_q ; +wire \text_gen|char_ram~7673_q ; +wire \text_gen|char_ram~39461_combout ; +wire \text_gen|char_ram~39462_combout ; +wire \text_gen|char_ram~39463_combout ; +wire \text_gen|char_ram~13077feeder_combout ; +wire \text_gen|char_ram~13077_q ; +wire \text_gen|char_ram~13084_q ; +wire \text_gen|char_ram~13049_q ; +wire \text_gen|char_ram~13056_q ; +wire \text_gen|char_ram~39464_combout ; +wire \text_gen|char_ram~39465_combout ; +wire \text_gen|char_ram~39466_combout ; +wire \text_gen|char_ram~39477_combout ; +wire \text_gen|char_ram~39488_combout ; +wire \text_gen|char_ram~4992feeder_combout ; +wire \text_gen|char_ram~4992_q ; +wire \text_gen|char_ram~5020_q ; +wire \text_gen|char_ram~4985_q ; +wire \text_gen|char_ram~5013_q ; +wire \text_gen|char_ram~39520_combout ; +wire \text_gen|char_ram~39521_combout ; +wire \text_gen|char_ram~6805feeder_combout ; +wire \text_gen|char_ram~6805_q ; +wire \text_gen|char_ram~6812_q ; +wire \text_gen|char_ram~6777_q ; +wire \text_gen|char_ram~6784_q ; +wire \text_gen|char_ram~39527_combout ; +wire \text_gen|char_ram~39528_combout ; +wire \text_gen|char_ram~1429feeder_combout ; +wire \text_gen|char_ram~1429_q ; +wire \text_gen|char_ram~1401_q ; +wire \text_gen|char_ram~39524_combout ; +wire \text_gen|char_ram~1436_q ; +wire \text_gen|char_ram~1408feeder_combout ; +wire \text_gen|char_ram~1408_q ; +wire \text_gen|char_ram~39525_combout ; +wire \text_gen|char_ram~3221feeder_combout ; +wire \text_gen|char_ram~3221_q ; +wire \text_gen|char_ram~3228_q ; +wire \text_gen|char_ram~3193_q ; +wire \text_gen|char_ram~3200_q ; +wire \text_gen|char_ram~39522_combout ; +wire \text_gen|char_ram~39523_combout ; +wire \text_gen|char_ram~39526_combout ; +wire \text_gen|char_ram~39529_combout ; +wire \text_gen|char_ram~5461feeder_combout ; +wire \text_gen|char_ram~5461_q ; +wire \text_gen|char_ram~5468_q ; +wire \text_gen|char_ram~5433feeder_combout ; +wire \text_gen|char_ram~5433_q ; +wire \text_gen|char_ram~5440_q ; +wire \text_gen|char_ram~39516_combout ; +wire \text_gen|char_ram~39517_combout ; +wire \text_gen|char_ram~1877_q ; +wire \text_gen|char_ram~1884_q ; +wire \text_gen|char_ram~1849_q ; +wire \text_gen|char_ram~1856_q ; +wire \text_gen|char_ram~39509_combout ; +wire \text_gen|char_ram~39510_combout ; +wire \text_gen|char_ram~57_q ; +wire \text_gen|char_ram~85_q ; +wire \text_gen|char_ram~39513_combout ; +wire \text_gen|char_ram~92_q ; +wire \text_gen|char_ram~64feeder_combout ; +wire \text_gen|char_ram~64_q ; +wire \text_gen|char_ram~39514_combout ; +wire \text_gen|char_ram~3648_q ; +wire \text_gen|char_ram~3676_q ; +wire \text_gen|char_ram~3641_q ; +wire \text_gen|char_ram~3669_q ; +wire \text_gen|char_ram~39511_combout ; +wire \text_gen|char_ram~39512_combout ; +wire \text_gen|char_ram~39515_combout ; +wire \text_gen|char_ram~39518_combout ; +wire \text_gen|char_ram~6329_q ; +wire \text_gen|char_ram~6336_q ; +wire \text_gen|char_ram~39506_combout ; +wire \text_gen|char_ram~6364_q ; +wire \text_gen|char_ram~6357_q ; +wire \text_gen|char_ram~39507_combout ; +wire \text_gen|char_ram~4537_q ; +wire \text_gen|char_ram~4565feeder_combout ; +wire \text_gen|char_ram~4565_q ; +wire \text_gen|char_ram~39501_combout ; +wire \text_gen|char_ram~4572_q ; +wire \text_gen|char_ram~4544_q ; +wire \text_gen|char_ram~39502_combout ; +wire \text_gen|char_ram~960_q ; +wire \text_gen|char_ram~988_q ; +wire \text_gen|char_ram~953_q ; +wire \text_gen|char_ram~981feeder_combout ; +wire \text_gen|char_ram~981_q ; +wire \text_gen|char_ram~39503_combout ; +wire \text_gen|char_ram~39504_combout ; +wire \text_gen|char_ram~39505_combout ; +wire \text_gen|char_ram~2773feeder_combout ; +wire \text_gen|char_ram~2773_q ; +wire \text_gen|char_ram~2780_q ; +wire \text_gen|char_ram~2745_q ; +wire \text_gen|char_ram~2752_q ; +wire \text_gen|char_ram~39499_combout ; +wire \text_gen|char_ram~39500_combout ; +wire \text_gen|char_ram~39508_combout ; +wire \text_gen|char_ram~39519_combout ; +wire \text_gen|char_ram~5881_q ; +wire \text_gen|char_ram~5888feeder_combout ; +wire \text_gen|char_ram~5888_q ; +wire \text_gen|char_ram~39496_combout ; +wire \text_gen|char_ram~5916_q ; +wire \text_gen|char_ram~5909feeder_combout ; +wire \text_gen|char_ram~5909_q ; +wire \text_gen|char_ram~39497_combout ; +wire \text_gen|char_ram~512_q ; +wire \text_gen|char_ram~540_q ; +wire \text_gen|char_ram~505_q ; +wire \text_gen|char_ram~533feeder_combout ; +wire \text_gen|char_ram~533_q ; +wire \text_gen|char_ram~39493_combout ; +wire \text_gen|char_ram~39494_combout ; +wire \text_gen|char_ram~2325_q ; +wire \text_gen|char_ram~2332_q ; +wire \text_gen|char_ram~2297_q ; +wire \text_gen|char_ram~2304feeder_combout ; +wire \text_gen|char_ram~2304_q ; +wire \text_gen|char_ram~39491_combout ; +wire \text_gen|char_ram~39492_combout ; +wire \text_gen|char_ram~39495_combout ; +wire \text_gen|char_ram~4096feeder_combout ; +wire \text_gen|char_ram~4096_q ; +wire \text_gen|char_ram~4124_q ; +wire \text_gen|char_ram~4089_q ; +wire \text_gen|char_ram~4117feeder_combout ; +wire \text_gen|char_ram~4117_q ; +wire \text_gen|char_ram~39489_combout ; +wire \text_gen|char_ram~39490_combout ; +wire \text_gen|char_ram~39498_combout ; +wire \text_gen|char_ram~39530_combout ; +wire \text_gen|char_ram~39531_combout ; +wire \text_gen|char_ram~18425_q ; +wire \text_gen|char_ram~18453_q ; +wire \text_gen|char_ram~39405_combout ; +wire \text_gen|char_ram~18432_q ; +wire \text_gen|char_ram~18460feeder_combout ; +wire \text_gen|char_ram~18460_q ; +wire \text_gen|char_ram~39406_combout ; +wire \text_gen|char_ram~20245_q ; +wire \text_gen|char_ram~20252_q ; +wire \text_gen|char_ram~20217_q ; +wire \text_gen|char_ram~20224feeder_combout ; +wire \text_gen|char_ram~20224_q ; +wire \text_gen|char_ram~39412_combout ; +wire \text_gen|char_ram~39413_combout ; +wire \text_gen|char_ram~14848feeder_combout ; +wire \text_gen|char_ram~14848_q ; +wire \text_gen|char_ram~14876_q ; +wire \text_gen|char_ram~14841_q ; +wire \text_gen|char_ram~14869feeder_combout ; +wire \text_gen|char_ram~14869_q ; +wire \text_gen|char_ram~39409_combout ; +wire \text_gen|char_ram~39410_combout ; +wire \text_gen|char_ram~16661_q ; +wire \text_gen|char_ram~16668_q ; +wire \text_gen|char_ram~16633_q ; +wire \text_gen|char_ram~16640feeder_combout ; +wire \text_gen|char_ram~16640_q ; +wire \text_gen|char_ram~39407_combout ; +wire \text_gen|char_ram~39408_combout ; +wire \text_gen|char_ram~39411_combout ; +wire \text_gen|char_ram~39414_combout ; +wire \text_gen|char_ram~18908_q ; +wire \text_gen|char_ram~18880_q ; +wire \text_gen|char_ram~18901feeder_combout ; +wire \text_gen|char_ram~18901_q ; +wire \text_gen|char_ram~18873_q ; +wire \text_gen|char_ram~39417_combout ; +wire \text_gen|char_ram~39418_combout ; +wire \text_gen|char_ram~15296_q ; +wire \text_gen|char_ram~15324_q ; +wire \text_gen|char_ram~15289_q ; +wire \text_gen|char_ram~15317feeder_combout ; +wire \text_gen|char_ram~15317_q ; +wire \text_gen|char_ram~39419_combout ; +wire \text_gen|char_ram~39420_combout ; +wire \text_gen|char_ram~39421_combout ; +wire \text_gen|char_ram~17109feeder_combout ; +wire \text_gen|char_ram~17109_q ; +wire \text_gen|char_ram~17116_q ; +wire \text_gen|char_ram~17081_q ; +wire \text_gen|char_ram~17088feeder_combout ; +wire \text_gen|char_ram~17088_q ; +wire \text_gen|char_ram~39415_combout ; +wire \text_gen|char_ram~39416_combout ; +wire \text_gen|char_ram~20665_q ; +wire \text_gen|char_ram~20672feeder_combout ; +wire \text_gen|char_ram~20672_q ; +wire \text_gen|char_ram~39422_combout ; +wire \text_gen|char_ram~20700_q ; +wire \text_gen|char_ram~20693feeder_combout ; +wire \text_gen|char_ram~20693_q ; +wire \text_gen|char_ram~39423_combout ; +wire \text_gen|char_ram~39424_combout ; +wire \text_gen|char_ram~19804_q ; +wire \text_gen|char_ram~19797_q ; +wire \text_gen|char_ram~19769_q ; +wire \text_gen|char_ram~19776_q ; +wire \text_gen|char_ram~39432_combout ; +wire \text_gen|char_ram~39433_combout ; +wire \text_gen|char_ram~16185_q ; +wire \text_gen|char_ram~16192_q ; +wire \text_gen|char_ram~39425_combout ; +wire \text_gen|char_ram~16213feeder_combout ; +wire \text_gen|char_ram~16213_q ; +wire \text_gen|char_ram~16220_q ; +wire \text_gen|char_ram~39426_combout ; +wire \text_gen|char_ram~17984_q ; +wire \text_gen|char_ram~18012_q ; +wire \text_gen|char_ram~17977_q ; +wire \text_gen|char_ram~18005feeder_combout ; +wire \text_gen|char_ram~18005_q ; +wire \text_gen|char_ram~39427_combout ; +wire \text_gen|char_ram~39428_combout ; +wire \text_gen|char_ram~14400feeder_combout ; +wire \text_gen|char_ram~14400_q ; +wire \text_gen|char_ram~14428_q ; +wire \text_gen|char_ram~14393_q ; +wire \text_gen|char_ram~14421feeder_combout ; +wire \text_gen|char_ram~14421_q ; +wire \text_gen|char_ram~39429_combout ; +wire \text_gen|char_ram~39430_combout ; +wire \text_gen|char_ram~39431_combout ; +wire \text_gen|char_ram~39434_combout ; +wire \text_gen|char_ram~39435_combout ; +wire \text_gen|char_ram~15737_q ; +wire \text_gen|char_ram~15765feeder_combout ; +wire \text_gen|char_ram~15765_q ; +wire \text_gen|char_ram~39440_combout ; +wire \text_gen|char_ram~15772_q ; +wire \text_gen|char_ram~15744_q ; +wire \text_gen|char_ram~39441_combout ; +wire \text_gen|char_ram~17564feeder_combout ; +wire \text_gen|char_ram~17564_q ; +wire \text_gen|char_ram~17529_q ; +wire \text_gen|char_ram~17536_q ; +wire \text_gen|char_ram~39438_combout ; +wire \text_gen|char_ram~17557_q ; +wire \text_gen|char_ram~39439_combout ; +wire \text_gen|char_ram~39442_combout ; +wire \text_gen|char_ram~19321_q ; +wire \text_gen|char_ram~19349feeder_combout ; +wire \text_gen|char_ram~19349_q ; +wire \text_gen|char_ram~39436_combout ; +wire \text_gen|char_ram~19356_q ; +wire \text_gen|char_ram~19328_q ; +wire \text_gen|char_ram~39437_combout ; +wire \text_gen|char_ram~21141_q ; +wire \text_gen|char_ram~21148_q ; +wire \text_gen|char_ram~21113_q ; +wire \text_gen|char_ram~21120feeder_combout ; +wire \text_gen|char_ram~21120_q ; +wire \text_gen|char_ram~39443_combout ; +wire \text_gen|char_ram~39444_combout ; +wire \text_gen|char_ram~39445_combout ; +wire \text_gen|char_ram~39446_combout ; +wire \text_gen|char_ram~27413_q ; +wire \text_gen|char_ram~27420_q ; +wire \text_gen|char_ram~27392_q ; +wire \text_gen|char_ram~27385_q ; +wire \text_gen|char_ram~39549_combout ; +wire \text_gen|char_ram~39550_combout ; +wire \text_gen|char_ram~25600_q ; +wire \text_gen|char_ram~25593_q ; +wire \text_gen|char_ram~25621feeder_combout ; +wire \text_gen|char_ram~25621_q ; +wire \text_gen|char_ram~39542_combout ; +wire \text_gen|char_ram~25628feeder_combout ; +wire \text_gen|char_ram~25628_q ; +wire \text_gen|char_ram~39543_combout ; +wire \text_gen|char_ram~23808feeder_combout ; +wire \text_gen|char_ram~23808_q ; +wire \text_gen|char_ram~23801_q ; +wire \text_gen|char_ram~39544_combout ; +wire \text_gen|char_ram~23836_q ; +wire \text_gen|char_ram~23829feeder_combout ; +wire \text_gen|char_ram~23829_q ; +wire \text_gen|char_ram~39545_combout ; +wire \text_gen|char_ram~22037feeder_combout ; +wire \text_gen|char_ram~22037_q ; +wire \text_gen|char_ram~22009_q ; +wire \text_gen|char_ram~39546_combout ; +wire \text_gen|char_ram~22044_q ; +wire \text_gen|char_ram~22016feeder_combout ; +wire \text_gen|char_ram~22016_q ; +wire \text_gen|char_ram~39547_combout ; +wire \text_gen|char_ram~39548_combout ; +wire \text_gen|char_ram~39551_combout ; +wire \text_gen|char_ram~23381feeder_combout ; +wire \text_gen|char_ram~23381_q ; +wire \text_gen|char_ram~23388_q ; +wire \text_gen|char_ram~23360feeder_combout ; +wire \text_gen|char_ram~23360_q ; +wire \text_gen|char_ram~23353_q ; +wire \text_gen|char_ram~39552_combout ; +wire \text_gen|char_ram~39553_combout ; +wire \text_gen|char_ram~26965feeder_combout ; +wire \text_gen|char_ram~26965_q ; +wire \text_gen|char_ram~26972_q ; +wire \text_gen|char_ram~26937_q ; +wire \text_gen|char_ram~26944_q ; +wire \text_gen|char_ram~39559_combout ; +wire \text_gen|char_ram~39560_combout ; +wire \text_gen|char_ram~21589feeder_combout ; +wire \text_gen|char_ram~21589_q ; +wire \text_gen|char_ram~21561_q ; +wire \text_gen|char_ram~39556_combout ; +wire \text_gen|char_ram~21596_q ; +wire \text_gen|char_ram~21568_q ; +wire \text_gen|char_ram~39557_combout ; +wire \text_gen|char_ram~25145_q ; +wire \text_gen|char_ram~25173_q ; +wire \text_gen|char_ram~39554_combout ; +wire \text_gen|char_ram~25180_q ; +wire \text_gen|char_ram~25152_q ; +wire \text_gen|char_ram~39555_combout ; +wire \text_gen|char_ram~39558_combout ; +wire \text_gen|char_ram~39561_combout ; +wire \text_gen|char_ram~39562_combout ; +wire \text_gen|char_ram~28309_q ; +wire \text_gen|char_ram~28316_q ; +wire \text_gen|char_ram~28288_q ; +wire \text_gen|char_ram~28281_q ; +wire \text_gen|char_ram~39570_combout ; +wire \text_gen|char_ram~39571_combout ; +wire \text_gen|char_ram~22912_q ; +wire \text_gen|char_ram~22940_q ; +wire \text_gen|char_ram~22933_q ; +wire \text_gen|char_ram~22905_q ; +wire \text_gen|char_ram~39567_combout ; +wire \text_gen|char_ram~39568_combout ; +wire \text_gen|char_ram~24725feeder_combout ; +wire \text_gen|char_ram~24725_q ; +wire \text_gen|char_ram~24732_q ; +wire \text_gen|char_ram~24697_q ; +wire \text_gen|char_ram~24704_q ; +wire \text_gen|char_ram~39565_combout ; +wire \text_gen|char_ram~39566_combout ; +wire \text_gen|char_ram~39569_combout ; +wire \text_gen|char_ram~26496feeder_combout ; +wire \text_gen|char_ram~26496_q ; +wire \text_gen|char_ram~26524_q ; +wire \text_gen|char_ram~26489_q ; +wire \text_gen|char_ram~26517_q ; +wire \text_gen|char_ram~39563_combout ; +wire \text_gen|char_ram~39564_combout ; +wire \text_gen|char_ram~39572_combout ; +wire \text_gen|char_ram~27868_q ; +wire \text_gen|char_ram~27833_q ; +wire \text_gen|char_ram~27840_q ; +wire \text_gen|char_ram~39539_combout ; +wire \text_gen|char_ram~27861feeder_combout ; +wire \text_gen|char_ram~27861_q ; +wire \text_gen|char_ram~39540_combout ; +wire \text_gen|char_ram~24277feeder_combout ; +wire \text_gen|char_ram~24277_q ; +wire \text_gen|char_ram~24284_q ; +wire \text_gen|char_ram~24249_q ; +wire \text_gen|char_ram~24256feeder_combout ; +wire \text_gen|char_ram~24256_q ; +wire \text_gen|char_ram~39532_combout ; +wire \text_gen|char_ram~39533_combout ; +wire \text_gen|char_ram~26041_q ; +wire \text_gen|char_ram~26069_q ; +wire \text_gen|char_ram~39534_combout ; +wire \text_gen|char_ram~26076_q ; +wire \text_gen|char_ram~26048_q ; +wire \text_gen|char_ram~39535_combout ; +wire \text_gen|char_ram~22457_q ; +wire \text_gen|char_ram~22485feeder_combout ; +wire \text_gen|char_ram~22485_q ; +wire \text_gen|char_ram~39536_combout ; +wire \text_gen|char_ram~22492_q ; +wire \text_gen|char_ram~22464_q ; +wire \text_gen|char_ram~39537_combout ; +wire \text_gen|char_ram~39538_combout ; +wire \text_gen|char_ram~39541_combout ; +wire \text_gen|char_ram~39573_combout ; +wire \text_gen|char_ram~39574_combout ; +wire \text_gen|char_ram~26713_q ; +wire \text_gen|char_ram~26741_q ; +wire \text_gen|char_ram~26265_q ; +wire \text_gen|char_ram~26293feeder_combout ; +wire \text_gen|char_ram~26293_q ; +wire \text_gen|char_ram~39372_combout ; +wire \text_gen|char_ram~39373_combout ; +wire \text_gen|char_ram~28057_q ; +wire \text_gen|char_ram~28085_q ; +wire \text_gen|char_ram~39379_combout ; +wire \text_gen|char_ram~28505_q ; +wire \text_gen|char_ram~28533_q ; +wire \text_gen|char_ram~39380_combout ; +wire \text_gen|char_ram~25817_q ; +wire \text_gen|char_ram~25845_q ; +wire \text_gen|char_ram~25397_q ; +wire \text_gen|char_ram~25369_q ; +wire \text_gen|char_ram~39376_combout ; +wire \text_gen|char_ram~39377_combout ; +wire \text_gen|char_ram~27609feeder_combout ; +wire \text_gen|char_ram~27609_q ; +wire \text_gen|char_ram~27637_q ; +wire \text_gen|char_ram~27161_q ; +wire \text_gen|char_ram~27189feeder_combout ; +wire \text_gen|char_ram~27189_q ; +wire \text_gen|char_ram~39374_combout ; +wire \text_gen|char_ram~39375_combout ; +wire \text_gen|char_ram~39378_combout ; +wire \text_gen|char_ram~39381_combout ; +wire \text_gen|char_ram~24921_q ; +wire \text_gen|char_ram~24949_q ; +wire \text_gen|char_ram~24025_q ; +wire \text_gen|char_ram~24053feeder_combout ; +wire \text_gen|char_ram~24053_q ; +wire \text_gen|char_ram~39389_combout ; +wire \text_gen|char_ram~39390_combout ; +wire \text_gen|char_ram~23129feeder_combout ; +wire \text_gen|char_ram~23129_q ; +wire \text_gen|char_ram~23157_q ; +wire \text_gen|char_ram~22261feeder_combout ; +wire \text_gen|char_ram~22261_q ; +wire \text_gen|char_ram~22233_q ; +wire \text_gen|char_ram~39382_combout ; +wire \text_gen|char_ram~39383_combout ; +wire \text_gen|char_ram~22681feeder_combout ; +wire \text_gen|char_ram~22681_q ; +wire \text_gen|char_ram~22709_q ; +wire \text_gen|char_ram~21813feeder_combout ; +wire \text_gen|char_ram~21813_q ; +wire \text_gen|char_ram~21785_q ; +wire \text_gen|char_ram~39386_combout ; +wire \text_gen|char_ram~39387_combout ; +wire \text_gen|char_ram~24473feeder_combout ; +wire \text_gen|char_ram~24473_q ; +wire \text_gen|char_ram~24501_q ; +wire \text_gen|char_ram~23605feeder_combout ; +wire \text_gen|char_ram~23605_q ; +wire \text_gen|char_ram~23577_q ; +wire \text_gen|char_ram~39384_combout ; +wire \text_gen|char_ram~39385_combout ; +wire \text_gen|char_ram~39388_combout ; +wire \text_gen|char_ram~39391_combout ; +wire \text_gen|char_ram~39392_combout ; +wire \text_gen|char_ram~24032_q ; +wire \text_gen|char_ram~22240_q ; +wire \text_gen|char_ram~39362_combout ; +wire \text_gen|char_ram~24060_q ; +wire \text_gen|char_ram~22268feeder_combout ; +wire \text_gen|char_ram~22268_q ; +wire \text_gen|char_ram~39363_combout ; +wire \text_gen|char_ram~23164feeder_combout ; +wire \text_gen|char_ram~23164_q ; +wire \text_gen|char_ram~24956_q ; +wire \text_gen|char_ram~23136_q ; +wire \text_gen|char_ram~24928_q ; +wire \text_gen|char_ram~39369_combout ; +wire \text_gen|char_ram~39370_combout ; +wire \text_gen|char_ram~22716feeder_combout ; +wire \text_gen|char_ram~22716_q ; +wire \text_gen|char_ram~24508_q ; +wire \text_gen|char_ram~24480_q ; +wire \text_gen|char_ram~22688_q ; +wire \text_gen|char_ram~39364_combout ; +wire \text_gen|char_ram~39365_combout ; +wire \text_gen|char_ram~21820feeder_combout ; +wire \text_gen|char_ram~21820_q ; +wire \text_gen|char_ram~23612_q ; +wire \text_gen|char_ram~23584_q ; +wire \text_gen|char_ram~21792_q ; +wire \text_gen|char_ram~39366_combout ; +wire \text_gen|char_ram~39367_combout ; +wire \text_gen|char_ram~39368_combout ; +wire \text_gen|char_ram~39371_combout ; +wire \text_gen|char_ram~28512_q ; +wire \text_gen|char_ram~28540_q ; +wire \text_gen|char_ram~27616_q ; +wire \text_gen|char_ram~27644_q ; +wire \text_gen|char_ram~39400_combout ; +wire \text_gen|char_ram~39401_combout ; +wire \text_gen|char_ram~26720feeder_combout ; +wire \text_gen|char_ram~26720_q ; +wire \text_gen|char_ram~26748_q ; +wire \text_gen|char_ram~25824_q ; +wire \text_gen|char_ram~25852feeder_combout ; +wire \text_gen|char_ram~25852_q ; +wire \text_gen|char_ram~39393_combout ; +wire \text_gen|char_ram~39394_combout ; +wire \text_gen|char_ram~28064_q ; +wire \text_gen|char_ram~28092_q ; +wire \text_gen|char_ram~27196_q ; +wire \text_gen|char_ram~27168_q ; +wire \text_gen|char_ram~39395_combout ; +wire \text_gen|char_ram~39396_combout ; +wire \text_gen|char_ram~26272feeder_combout ; +wire \text_gen|char_ram~26272_q ; +wire \text_gen|char_ram~26300_q ; +wire \text_gen|char_ram~25404_q ; +wire \text_gen|char_ram~25376_q ; +wire \text_gen|char_ram~39397_combout ; +wire \text_gen|char_ram~39398_combout ; +wire \text_gen|char_ram~39399_combout ; +wire \text_gen|char_ram~39402_combout ; +wire \text_gen|char_ram~39403_combout ; +wire \text_gen|char_ram~13756_q ; +wire \text_gen|char_ram~12860_q ; +wire \text_gen|char_ram~39273_combout ; +wire \text_gen|char_ram~14204_q ; +wire \text_gen|char_ram~13308feeder_combout ; +wire \text_gen|char_ram~13308_q ; +wire \text_gen|char_ram~39274_combout ; +wire \text_gen|char_ram~12384_q ; +wire \text_gen|char_ram~11040_q ; +wire \text_gen|char_ram~11488feeder_combout ; +wire \text_gen|char_ram~11488_q ; +wire \text_gen|char_ram~39270_combout ; +wire \text_gen|char_ram~11936feeder_combout ; +wire \text_gen|char_ram~11936_q ; +wire \text_gen|char_ram~39271_combout ; +wire \text_gen|char_ram~12832_q ; +wire \text_gen|char_ram~13280_q ; +wire \text_gen|char_ram~39268_combout ; +wire \text_gen|char_ram~14176_q ; +wire \text_gen|char_ram~13728feeder_combout ; +wire \text_gen|char_ram~13728_q ; +wire \text_gen|char_ram~39269_combout ; +wire \text_gen|char_ram~39272_combout ; +wire \text_gen|char_ram~11516_q ; +wire \text_gen|char_ram~12412_q ; +wire \text_gen|char_ram~11964feeder_combout ; +wire \text_gen|char_ram~11964_q ; +wire \text_gen|char_ram~11068_q ; +wire \text_gen|char_ram~39266_combout ; +wire \text_gen|char_ram~39267_combout ; +wire \text_gen|char_ram~39275_combout ; +wire \text_gen|char_ram~14169feeder_combout ; +wire \text_gen|char_ram~14169_q ; +wire \text_gen|char_ram~14197_q ; +wire \text_gen|char_ram~13721_q ; +wire \text_gen|char_ram~13749_q ; +wire \text_gen|char_ram~39252_combout ; +wire \text_gen|char_ram~39253_combout ; +wire \text_gen|char_ram~12377_q ; +wire \text_gen|char_ram~12405_q ; +wire \text_gen|char_ram~11929_q ; +wire \text_gen|char_ram~11957_q ; +wire \text_gen|char_ram~39245_combout ; +wire \text_gen|char_ram~39246_combout ; +wire \text_gen|char_ram~13273_q ; +wire \text_gen|char_ram~13301_q ; +wire \text_gen|char_ram~12825_q ; +wire \text_gen|char_ram~12853_q ; +wire \text_gen|char_ram~39247_combout ; +wire \text_gen|char_ram~39248_combout ; +wire \text_gen|char_ram~11481_q ; +wire \text_gen|char_ram~11509_q ; +wire \text_gen|char_ram~11061feeder_combout ; +wire \text_gen|char_ram~11061_q ; +wire \text_gen|char_ram~11033_q ; +wire \text_gen|char_ram~39249_combout ; +wire \text_gen|char_ram~39250_combout ; +wire \text_gen|char_ram~39251_combout ; +wire \text_gen|char_ram~39254_combout ; +wire \text_gen|char_ram~9717_q ; +wire \text_gen|char_ram~10613_q ; +wire \text_gen|char_ram~9269_q ; +wire \text_gen|char_ram~10165_q ; +wire \text_gen|char_ram~39262_combout ; +wire \text_gen|char_ram~39263_combout ; +wire \text_gen|char_ram~8373_q ; +wire \text_gen|char_ram~7477_q ; +wire \text_gen|char_ram~39255_combout ; +wire \text_gen|char_ram~8821_q ; +wire \text_gen|char_ram~7925feeder_combout ; +wire \text_gen|char_ram~7925_q ; +wire \text_gen|char_ram~39256_combout ; +wire \text_gen|char_ram~8345feeder_combout ; +wire \text_gen|char_ram~8345_q ; +wire \text_gen|char_ram~8793_q ; +wire \text_gen|char_ram~7897feeder_combout ; +wire \text_gen|char_ram~7897_q ; +wire \text_gen|char_ram~7449_q ; +wire \text_gen|char_ram~39259_combout ; +wire \text_gen|char_ram~39260_combout ; +wire \text_gen|char_ram~10137_q ; +wire \text_gen|char_ram~10585_q ; +wire \text_gen|char_ram~9241_q ; +wire \text_gen|char_ram~9689feeder_combout ; +wire \text_gen|char_ram~9689_q ; +wire \text_gen|char_ram~39257_combout ; +wire \text_gen|char_ram~39258_combout ; +wire \text_gen|char_ram~39261_combout ; +wire \text_gen|char_ram~39264_combout ; +wire \text_gen|char_ram~39265_combout ; +wire \text_gen|char_ram~8352feeder_combout ; +wire \text_gen|char_ram~8352_q ; +wire \text_gen|char_ram~8380_q ; +wire \text_gen|char_ram~7456feeder_combout ; +wire \text_gen|char_ram~7456_q ; +wire \text_gen|char_ram~7484_q ; +wire \text_gen|char_ram~39239_combout ; +wire \text_gen|char_ram~39240_combout ; +wire \text_gen|char_ram~10144feeder_combout ; +wire \text_gen|char_ram~10144_q ; +wire \text_gen|char_ram~10172_q ; +wire \text_gen|char_ram~9248_q ; +wire \text_gen|char_ram~9276_q ; +wire \text_gen|char_ram~39237_combout ; +wire \text_gen|char_ram~39238_combout ; +wire \text_gen|char_ram~39241_combout ; +wire \text_gen|char_ram~7904_q ; +wire \text_gen|char_ram~7932_q ; +wire \text_gen|char_ram~39235_combout ; +wire \text_gen|char_ram~8828_q ; +wire \text_gen|char_ram~8800_q ; +wire \text_gen|char_ram~39236_combout ; +wire \text_gen|char_ram~10592_q ; +wire \text_gen|char_ram~10620_q ; +wire \text_gen|char_ram~9724_q ; +wire \text_gen|char_ram~9696_q ; +wire \text_gen|char_ram~39242_combout ; +wire \text_gen|char_ram~39243_combout ; +wire \text_gen|char_ram~39244_combout ; +wire \text_gen|char_ram~39276_combout ; +wire \text_gen|char_ram~2556_q ; +wire \text_gen|char_ram~2108_q ; +wire \text_gen|char_ram~3004feeder_combout ; +wire \text_gen|char_ram~3004_q ; +wire \text_gen|char_ram~39350_combout ; +wire \text_gen|char_ram~3452_q ; +wire \text_gen|char_ram~39351_combout ; +wire \text_gen|char_ram~6140feeder_combout ; +wire \text_gen|char_ram~6140_q ; +wire \text_gen|char_ram~7036_q ; +wire \text_gen|char_ram~6588_q ; +wire \text_gen|char_ram~5692_q ; +wire \text_gen|char_ram~39357_combout ; +wire \text_gen|char_ram~39358_combout ; +wire \text_gen|char_ram~2976feeder_combout ; +wire \text_gen|char_ram~2976_q ; +wire \text_gen|char_ram~3424_q ; +wire \text_gen|char_ram~2080_q ; +wire \text_gen|char_ram~2528feeder_combout ; +wire \text_gen|char_ram~2528_q ; +wire \text_gen|char_ram~39354_combout ; +wire \text_gen|char_ram~39355_combout ; +wire \text_gen|char_ram~6560_q ; +wire \text_gen|char_ram~7008_q ; +wire \text_gen|char_ram~5664_q ; +wire \text_gen|char_ram~6112feeder_combout ; +wire \text_gen|char_ram~6112_q ; +wire \text_gen|char_ram~39352_combout ; +wire \text_gen|char_ram~39353_combout ; +wire \text_gen|char_ram~39356_combout ; +wire \text_gen|char_ram~39359_combout ; +wire \text_gen|char_ram~764_q ; +wire \text_gen|char_ram~1660_q ; +wire \text_gen|char_ram~316_q ; +wire \text_gen|char_ram~1212feeder_combout ; +wire \text_gen|char_ram~1212_q ; +wire \text_gen|char_ram~39319_combout ; +wire \text_gen|char_ram~39320_combout ; +wire \text_gen|char_ram~4348feeder_combout ; +wire \text_gen|char_ram~4348_q ; +wire \text_gen|char_ram~5244_q ; +wire \text_gen|char_ram~3900_q ; +wire \text_gen|char_ram~4796_q ; +wire \text_gen|char_ram~39326_combout ; +wire \text_gen|char_ram~39327_combout ; +wire \text_gen|char_ram~1184feeder_combout ; +wire \text_gen|char_ram~1184_q ; +wire \text_gen|char_ram~1632_q ; +wire \text_gen|char_ram~736feeder_combout ; +wire \text_gen|char_ram~736_q ; +wire \text_gen|char_ram~288_q ; +wire \text_gen|char_ram~39323_combout ; +wire \text_gen|char_ram~39324_combout ; +wire \text_gen|char_ram~4768_q ; +wire \text_gen|char_ram~5216_q ; +wire \text_gen|char_ram~4320_q ; +wire \text_gen|char_ram~3872_q ; +wire \text_gen|char_ram~39321_combout ; +wire \text_gen|char_ram~39322_combout ; +wire \text_gen|char_ram~39325_combout ; +wire \text_gen|char_ram~39328_combout ; +wire \text_gen|char_ram~5685feeder_combout ; +wire \text_gen|char_ram~5685_q ; +wire \text_gen|char_ram~6581feeder_combout ; +wire \text_gen|char_ram~6581_q ; +wire \text_gen|char_ram~39336_combout ; +wire \text_gen|char_ram~7029_q ; +wire \text_gen|char_ram~6133_q ; +wire \text_gen|char_ram~39337_combout ; +wire \text_gen|char_ram~2549_q ; +wire \text_gen|char_ram~3445_q ; +wire \text_gen|char_ram~2101_q ; +wire \text_gen|char_ram~2997_q ; +wire \text_gen|char_ram~39329_combout ; +wire \text_gen|char_ram~39330_combout ; +wire \text_gen|char_ram~2073_q ; +wire \text_gen|char_ram~2521feeder_combout ; +wire \text_gen|char_ram~2521_q ; +wire \text_gen|char_ram~39333_combout ; +wire \text_gen|char_ram~3417_q ; +wire \text_gen|char_ram~2969_q ; +wire \text_gen|char_ram~39334_combout ; +wire \text_gen|char_ram~6553_q ; +wire \text_gen|char_ram~7001_q ; +wire \text_gen|char_ram~5657_q ; +wire \text_gen|char_ram~6105feeder_combout ; +wire \text_gen|char_ram~6105_q ; +wire \text_gen|char_ram~39331_combout ; +wire \text_gen|char_ram~39332_combout ; +wire \text_gen|char_ram~39335_combout ; +wire \text_gen|char_ram~39338_combout ; +wire \text_gen|char_ram~4341_q ; +wire \text_gen|char_ram~5237_q ; +wire \text_gen|char_ram~4789_q ; +wire \text_gen|char_ram~3893_q ; +wire \text_gen|char_ram~39346_combout ; +wire \text_gen|char_ram~39347_combout ; +wire \text_gen|char_ram~4761feeder_combout ; +wire \text_gen|char_ram~4761_q ; +wire \text_gen|char_ram~5209_q ; +wire \text_gen|char_ram~3865_q ; +wire \text_gen|char_ram~4313feeder_combout ; +wire \text_gen|char_ram~4313_q ; +wire \text_gen|char_ram~39341_combout ; +wire \text_gen|char_ram~39342_combout ; +wire \text_gen|char_ram~1177feeder_combout ; +wire \text_gen|char_ram~1177_q ; +wire \text_gen|char_ram~1625_q ; +wire \text_gen|char_ram~281_q ; +wire \text_gen|char_ram~729feeder_combout ; +wire \text_gen|char_ram~729_q ; +wire \text_gen|char_ram~39343_combout ; +wire \text_gen|char_ram~39344_combout ; +wire \text_gen|char_ram~39345_combout ; +wire \text_gen|char_ram~757feeder_combout ; +wire \text_gen|char_ram~757_q ; +wire \text_gen|char_ram~1653_q ; +wire \text_gen|char_ram~309_q ; +wire \text_gen|char_ram~1205_q ; +wire \text_gen|char_ram~39339_combout ; +wire \text_gen|char_ram~39340_combout ; +wire \text_gen|char_ram~39348_combout ; +wire \text_gen|char_ram~39349_combout ; +wire \text_gen|char_ram~39360_combout ; +wire \text_gen|char_ram~19573feeder_combout ; +wire \text_gen|char_ram~19573_q ; +wire \text_gen|char_ram~19580_q ; +wire \text_gen|char_ram~18684_q ; +wire \text_gen|char_ram~18677_q ; +wire \text_gen|char_ram~39294_combout ; +wire \text_gen|char_ram~39295_combout ; +wire \text_gen|char_ram~15989feeder_combout ; +wire \text_gen|char_ram~15989_q ; +wire \text_gen|char_ram~15996_q ; +wire \text_gen|char_ram~15093_q ; +wire \text_gen|char_ram~15100feeder_combout ; +wire \text_gen|char_ram~15100_q ; +wire \text_gen|char_ram~39287_combout ; +wire \text_gen|char_ram~39288_combout ; +wire \text_gen|char_ram~19125_q ; +wire \text_gen|char_ram~19132_q ; +wire \text_gen|char_ram~18236_q ; +wire \text_gen|char_ram~18229_q ; +wire \text_gen|char_ram~39289_combout ; +wire \text_gen|char_ram~39290_combout ; +wire \text_gen|char_ram~15541_q ; +wire \text_gen|char_ram~15548_q ; +wire \text_gen|char_ram~14645_q ; +wire \text_gen|char_ram~14652_q ; +wire \text_gen|char_ram~39291_combout ; +wire \text_gen|char_ram~39292_combout ; +wire \text_gen|char_ram~39293_combout ; +wire \text_gen|char_ram~39296_combout ; +wire \text_gen|char_ram~15968feeder_combout ; +wire \text_gen|char_ram~15968_q ; +wire \text_gen|char_ram~15072_q ; +wire \text_gen|char_ram~14624_q ; +wire \text_gen|char_ram~15520_q ; +wire \text_gen|char_ram~39297_combout ; +wire \text_gen|char_ram~39298_combout ; +wire \text_gen|char_ram~18656feeder_combout ; +wire \text_gen|char_ram~18656_q ; +wire \text_gen|char_ram~19552_q ; +wire \text_gen|char_ram~18208_q ; +wire \text_gen|char_ram~19104_q ; +wire \text_gen|char_ram~39304_combout ; +wire \text_gen|char_ram~39305_combout ; +wire \text_gen|char_ram~19097feeder_combout ; +wire \text_gen|char_ram~19097_q ; +wire \text_gen|char_ram~19545_q ; +wire \text_gen|char_ram~18201_q ; +wire \text_gen|char_ram~18649feeder_combout ; +wire \text_gen|char_ram~18649_q ; +wire \text_gen|char_ram~39299_combout ; +wire \text_gen|char_ram~39300_combout ; +wire \text_gen|char_ram~15513_q ; +wire \text_gen|char_ram~15961_q ; +wire \text_gen|char_ram~14617_q ; +wire \text_gen|char_ram~15065_q ; +wire \text_gen|char_ram~39301_combout ; +wire \text_gen|char_ram~39302_combout ; +wire \text_gen|char_ram~39303_combout ; +wire \text_gen|char_ram~39306_combout ; +wire \text_gen|char_ram~39307_combout ; +wire \text_gen|char_ram~20476feeder_combout ; +wire \text_gen|char_ram~20476_q ; +wire \text_gen|char_ram~20028_q ; +wire \text_gen|char_ram~20924_q ; +wire \text_gen|char_ram~39315_combout ; +wire \text_gen|char_ram~21372_q ; +wire \text_gen|char_ram~39316_combout ; +wire \text_gen|char_ram~16892feeder_combout ; +wire \text_gen|char_ram~16892_q ; +wire \text_gen|char_ram~17788_q ; +wire \text_gen|char_ram~16444_q ; +wire \text_gen|char_ram~17340feeder_combout ; +wire \text_gen|char_ram~17340_q ; +wire \text_gen|char_ram~39308_combout ; +wire \text_gen|char_ram~39309_combout ; +wire \text_gen|char_ram~17333feeder_combout ; +wire \text_gen|char_ram~17333_q ; +wire \text_gen|char_ram~17781_q ; +wire \text_gen|char_ram~16437_q ; +wire \text_gen|char_ram~16885feeder_combout ; +wire \text_gen|char_ram~16885_q ; +wire \text_gen|char_ram~39312_combout ; +wire \text_gen|char_ram~39313_combout ; +wire \text_gen|char_ram~20917_q ; +wire \text_gen|char_ram~21365_q ; +wire \text_gen|char_ram~20021_q ; +wire \text_gen|char_ram~20469_q ; +wire \text_gen|char_ram~39310_combout ; +wire \text_gen|char_ram~39311_combout ; +wire \text_gen|char_ram~39314_combout ; +wire \text_gen|char_ram~39317_combout ; +wire \text_gen|char_ram~21337_q ; +wire \text_gen|char_ram~21344_q ; +wire \text_gen|char_ram~20889_q ; +wire \text_gen|char_ram~20896_q ; +wire \text_gen|char_ram~39284_combout ; +wire \text_gen|char_ram~39285_combout ; +wire \text_gen|char_ram~17753feeder_combout ; +wire \text_gen|char_ram~17753_q ; +wire \text_gen|char_ram~17760_q ; +wire \text_gen|char_ram~17312_q ; +wire \text_gen|char_ram~17305_q ; +wire \text_gen|char_ram~39277_combout ; +wire \text_gen|char_ram~39278_combout ; +wire \text_gen|char_ram~16857_q ; +wire \text_gen|char_ram~16864_q ; +wire \text_gen|char_ram~16409_q ; +wire \text_gen|char_ram~16416_q ; +wire \text_gen|char_ram~39281_combout ; +wire \text_gen|char_ram~39282_combout ; +wire \text_gen|char_ram~20441_q ; +wire \text_gen|char_ram~20448_q ; +wire \text_gen|char_ram~19993_q ; +wire \text_gen|char_ram~20000feeder_combout ; +wire \text_gen|char_ram~20000_q ; +wire \text_gen|char_ram~39279_combout ; +wire \text_gen|char_ram~39280_combout ; +wire \text_gen|char_ram~39283_combout ; +wire \text_gen|char_ram~39286_combout ; +wire \text_gen|char_ram~39318_combout ; +wire \text_gen|char_ram~39361_combout ; +wire \text_gen|char_ram~39404_combout ; +wire \text_gen|char_ram~39575_combout ; +wire \text_gen|char_ram~28400feeder_combout ; +wire \text_gen|char_ram~28400_q ; +wire \text_gen|char_ram~28393_q ; +wire \text_gen|char_ram~14057_q ; +wire \text_gen|char_ram~14064feeder_combout ; +wire \text_gen|char_ram~14064_q ; +wire \text_gen|char_ram~39199_combout ; +wire \text_gen|char_ram~39200_combout ; +wire \text_gen|char_ram~26601_q ; +wire \text_gen|char_ram~26608_q ; +wire \text_gen|char_ram~12272_q ; +wire \text_gen|char_ram~12265feeder_combout ; +wire \text_gen|char_ram~12265_q ; +wire \text_gen|char_ram~39194_combout ; +wire \text_gen|char_ram~39195_combout ; +wire \text_gen|char_ram~23024feeder_combout ; +wire \text_gen|char_ram~23024_q ; +wire \text_gen|char_ram~23017_q ; +wire \text_gen|char_ram~8688_q ; +wire \text_gen|char_ram~8681_q ; +wire \text_gen|char_ram~39196_combout ; +wire \text_gen|char_ram~39197_combout ; +wire \text_gen|char_ram~39198_combout ; +wire \text_gen|char_ram~24816_q ; +wire \text_gen|char_ram~24809_q ; +wire \text_gen|char_ram~10480_q ; +wire \text_gen|char_ram~10473_q ; +wire \text_gen|char_ram~39192_combout ; +wire \text_gen|char_ram~39193_combout ; +wire \text_gen|char_ram~39201_combout ; +wire \text_gen|char_ram~6889_q ; +wire \text_gen|char_ram~6896_q ; +wire \text_gen|char_ram~39219_combout ; +wire \text_gen|char_ram~21232_q ; +wire \text_gen|char_ram~21225feeder_combout ; +wire \text_gen|char_ram~21225_q ; +wire \text_gen|char_ram~39220_combout ; +wire \text_gen|char_ram~17648feeder_combout ; +wire \text_gen|char_ram~17648_q ; +wire \text_gen|char_ram~3312_q ; +wire \text_gen|char_ram~3305_q ; +wire \text_gen|char_ram~39212_combout ; +wire \text_gen|char_ram~17641_q ; +wire \text_gen|char_ram~39213_combout ; +wire \text_gen|char_ram~15849_q ; +wire \text_gen|char_ram~15856_q ; +wire \text_gen|char_ram~1513_q ; +wire \text_gen|char_ram~1520feeder_combout ; +wire \text_gen|char_ram~1520_q ; +wire \text_gen|char_ram~39216_combout ; +wire \text_gen|char_ram~39217_combout ; +wire \text_gen|char_ram~19433_q ; +wire \text_gen|char_ram~19440_q ; +wire \text_gen|char_ram~5097_q ; +wire \text_gen|char_ram~5104_q ; +wire \text_gen|char_ram~39214_combout ; +wire \text_gen|char_ram~39215_combout ; +wire \text_gen|char_ram~39218_combout ; +wire \text_gen|char_ram~39221_combout ; +wire \text_gen|char_ram~17669feeder_combout ; +wire \text_gen|char_ram~17669_q ; +wire \text_gen|char_ram~17676_q ; +wire \text_gen|char_ram~3340feeder_combout ; +wire \text_gen|char_ram~3340_q ; +wire \text_gen|char_ram~3333_q ; +wire \text_gen|char_ram~39202_combout ; +wire \text_gen|char_ram~39203_combout ; +wire \text_gen|char_ram~15877_q ; +wire \text_gen|char_ram~15884_q ; +wire \text_gen|char_ram~1548_q ; +wire \text_gen|char_ram~1541_q ; +wire \text_gen|char_ram~39206_combout ; +wire \text_gen|char_ram~39207_combout ; +wire \text_gen|char_ram~19461_q ; +wire \text_gen|char_ram~5132_q ; +wire \text_gen|char_ram~5125_q ; +wire \text_gen|char_ram~39204_combout ; +wire \text_gen|char_ram~19468_q ; +wire \text_gen|char_ram~39205_combout ; +wire \text_gen|char_ram~39208_combout ; +wire \text_gen|char_ram~21253feeder_combout ; +wire \text_gen|char_ram~21253_q ; +wire \text_gen|char_ram~21260_q ; +wire \text_gen|char_ram~6924_q ; +wire \text_gen|char_ram~6917_q ; +wire \text_gen|char_ram~39209_combout ; +wire \text_gen|char_ram~39210_combout ; +wire \text_gen|char_ram~39211_combout ; +wire \text_gen|char_ram~39222_combout ; +wire \text_gen|char_ram~28421_q ; +wire \text_gen|char_ram~28428_q ; +wire \text_gen|char_ram~14092feeder_combout ; +wire \text_gen|char_ram~14092_q ; +wire \text_gen|char_ram~14085_q ; +wire \text_gen|char_ram~39230_combout ; +wire \text_gen|char_ram~39231_combout ; +wire \text_gen|char_ram~24837feeder_combout ; +wire \text_gen|char_ram~24837_q ; +wire \text_gen|char_ram~24844feeder_combout ; +wire \text_gen|char_ram~24844_q ; +wire \text_gen|char_ram~10501_q ; +wire \text_gen|char_ram~10508_q ; +wire \text_gen|char_ram~39223_combout ; +wire \text_gen|char_ram~39224_combout ; +wire \text_gen|char_ram~23045feeder_combout ; +wire \text_gen|char_ram~23045_q ; +wire \text_gen|char_ram~23052_q ; +wire \text_gen|char_ram~8709_q ; +wire \text_gen|char_ram~8716_q ; +wire \text_gen|char_ram~39227_combout ; +wire \text_gen|char_ram~39228_combout ; +wire \text_gen|char_ram~26629_q ; +wire \text_gen|char_ram~26636feeder_combout ; +wire \text_gen|char_ram~26636_q ; +wire \text_gen|char_ram~12300feeder_combout ; +wire \text_gen|char_ram~12300_q ; +wire \text_gen|char_ram~12293_q ; +wire \text_gen|char_ram~39225_combout ; +wire \text_gen|char_ram~39226_combout ; +wire \text_gen|char_ram~39229_combout ; +wire \text_gen|char_ram~39232_combout ; +wire \text_gen|char_ram~39233_combout ; +wire \text_gen|char_ram~19020_q ; +wire \text_gen|char_ram~26188feeder_combout ; +wire \text_gen|char_ram~26188_q ; +wire \text_gen|char_ram~26160_q ; +wire \text_gen|char_ram~18992_q ; +wire \text_gen|char_ram~39096_combout ; +wire \text_gen|char_ram~39097_combout ; +wire \text_gen|char_ram~19013feeder_combout ; +wire \text_gen|char_ram~19013_q ; +wire \text_gen|char_ram~26181_q ; +wire \text_gen|char_ram~26153feeder_combout ; +wire \text_gen|char_ram~26153_q ; +wire \text_gen|char_ram~18985_q ; +wire \text_gen|char_ram~39100_combout ; +wire \text_gen|char_ram~39101_combout ; +wire \text_gen|char_ram~20805_q ; +wire \text_gen|char_ram~27973_q ; +wire \text_gen|char_ram~20777_q ; +wire \text_gen|char_ram~27945_q ; +wire \text_gen|char_ram~39098_combout ; +wire \text_gen|char_ram~39099_combout ; +wire \text_gen|char_ram~39102_combout ; +wire \text_gen|char_ram~27980_q ; +wire \text_gen|char_ram~20812_q ; +wire \text_gen|char_ram~27952feeder_combout ; +wire \text_gen|char_ram~27952_q ; +wire \text_gen|char_ram~20784feeder_combout ; +wire \text_gen|char_ram~20784_q ; +wire \text_gen|char_ram~39103_combout ; +wire \text_gen|char_ram~39104_combout ; +wire \text_gen|char_ram~39105_combout ; +wire \text_gen|char_ram~11852feeder_combout ; +wire \text_gen|char_ram~11852_q ; +wire \text_gen|char_ram~11845_q ; +wire \text_gen|char_ram~4684_q ; +wire \text_gen|char_ram~4677feeder_combout ; +wire \text_gen|char_ram~4677_q ; +wire \text_gen|char_ram~39065_combout ; +wire \text_gen|char_ram~39066_combout ; +wire \text_gen|char_ram~13644feeder_combout ; +wire \text_gen|char_ram~13644_q ; +wire \text_gen|char_ram~13637_q ; +wire \text_gen|char_ram~6476_q ; +wire \text_gen|char_ram~6469_q ; +wire \text_gen|char_ram~39072_combout ; +wire \text_gen|char_ram~39073_combout ; +wire \text_gen|char_ram~6448_q ; +wire \text_gen|char_ram~13616_q ; +wire \text_gen|char_ram~13609_q ; +wire \text_gen|char_ram~6441_q ; +wire \text_gen|char_ram~39067_combout ; +wire \text_gen|char_ram~39068_combout ; +wire \text_gen|char_ram~11817_q ; +wire \text_gen|char_ram~11824_q ; +wire \text_gen|char_ram~4656_q ; +wire \text_gen|char_ram~4649_q ; +wire \text_gen|char_ram~39069_combout ; +wire \text_gen|char_ram~39070_combout ; +wire \text_gen|char_ram~39071_combout ; +wire \text_gen|char_ram~39074_combout ; +wire \text_gen|char_ram~15436_q ; +wire \text_gen|char_ram~22604_q ; +wire \text_gen|char_ram~22576_q ; +wire \text_gen|char_ram~15408_q ; +wire \text_gen|char_ram~39075_combout ; +wire \text_gen|char_ram~39076_combout ; +wire \text_gen|char_ram~17228feeder_combout ; +wire \text_gen|char_ram~17228_q ; +wire \text_gen|char_ram~24396_q ; +wire \text_gen|char_ram~24368feeder_combout ; +wire \text_gen|char_ram~24368_q ; +wire \text_gen|char_ram~17200_q ; +wire \text_gen|char_ram~39082_combout ; +wire \text_gen|char_ram~39083_combout ; +wire \text_gen|char_ram~24389feeder_combout ; +wire \text_gen|char_ram~24389_q ; +wire \text_gen|char_ram~24361_q ; +wire \text_gen|char_ram~17221feeder_combout ; +wire \text_gen|char_ram~17221_q ; +wire \text_gen|char_ram~17193_q ; +wire \text_gen|char_ram~39077_combout ; +wire \text_gen|char_ram~39078_combout ; +wire \text_gen|char_ram~22569feeder_combout ; +wire \text_gen|char_ram~22569_q ; +wire \text_gen|char_ram~22597_q ; +wire \text_gen|char_ram~15401_q ; +wire \text_gen|char_ram~15429feeder_combout ; +wire \text_gen|char_ram~15429_q ; +wire \text_gen|char_ram~39079_combout ; +wire \text_gen|char_ram~39080_combout ; +wire \text_gen|char_ram~39081_combout ; +wire \text_gen|char_ram~39084_combout ; +wire \text_gen|char_ram~8261feeder_combout ; +wire \text_gen|char_ram~8261_q ; +wire \text_gen|char_ram~1100_q ; +wire \text_gen|char_ram~1093_q ; +wire \text_gen|char_ram~39085_combout ; +wire \text_gen|char_ram~8268_q ; +wire \text_gen|char_ram~39086_combout ; +wire \text_gen|char_ram~10053feeder_combout ; +wire \text_gen|char_ram~10053_q ; +wire \text_gen|char_ram~10060_q ; +wire \text_gen|char_ram~2892_q ; +wire \text_gen|char_ram~2885_q ; +wire \text_gen|char_ram~39092_combout ; +wire \text_gen|char_ram~39093_combout ; +wire \text_gen|char_ram~8233feeder_combout ; +wire \text_gen|char_ram~8233_q ; +wire \text_gen|char_ram~8240_q ; +wire \text_gen|char_ram~1072_q ; +wire \text_gen|char_ram~1065_q ; +wire \text_gen|char_ram~39089_combout ; +wire \text_gen|char_ram~39090_combout ; +wire \text_gen|char_ram~10025_q ; +wire \text_gen|char_ram~10032_q ; +wire \text_gen|char_ram~2864_q ; +wire \text_gen|char_ram~2857_q ; +wire \text_gen|char_ram~39087_combout ; +wire \text_gen|char_ram~39088_combout ; +wire \text_gen|char_ram~39091_combout ; +wire \text_gen|char_ram~39094_combout ; +wire \text_gen|char_ram~39095_combout ; +wire \text_gen|char_ram~39106_combout ; +wire \text_gen|char_ram~12741_q ; +wire \text_gen|char_ram~12748_q ; +wire \text_gen|char_ram~5580_q ; +wire \text_gen|char_ram~5573_q ; +wire \text_gen|char_ram~39156_combout ; +wire \text_gen|char_ram~39157_combout ; +wire \text_gen|char_ram~9164feeder_combout ; +wire \text_gen|char_ram~9164_q ; +wire \text_gen|char_ram~1996feeder_combout ; +wire \text_gen|char_ram~1996_q ; +wire \text_gen|char_ram~1989_q ; +wire \text_gen|char_ram~39149_combout ; +wire \text_gen|char_ram~9157feeder_combout ; +wire \text_gen|char_ram~9157_q ; +wire \text_gen|char_ram~39150_combout ; +wire \text_gen|char_ram~9136feeder_combout ; +wire \text_gen|char_ram~9136_q ; +wire \text_gen|char_ram~1968_q ; +wire \text_gen|char_ram~1961feeder_combout ; +wire \text_gen|char_ram~1961_q ; +wire \text_gen|char_ram~9129_q ; +wire \text_gen|char_ram~39153_combout ; +wire \text_gen|char_ram~39154_combout ; +wire \text_gen|char_ram~5552feeder_combout ; +wire \text_gen|char_ram~5552_q ; +wire \text_gen|char_ram~12720_q ; +wire \text_gen|char_ram~5545_q ; +wire \text_gen|char_ram~12713feeder_combout ; +wire \text_gen|char_ram~12713_q ; +wire \text_gen|char_ram~39151_combout ; +wire \text_gen|char_ram~39152_combout ; +wire \text_gen|char_ram~39155_combout ; +wire \text_gen|char_ram~39158_combout ; +wire \text_gen|char_ram~10949feeder_combout ; +wire \text_gen|char_ram~10949_q ; +wire \text_gen|char_ram~10956_q ; +wire \text_gen|char_ram~3788_q ; +wire \text_gen|char_ram~3781_q ; +wire \text_gen|char_ram~39176_combout ; +wire \text_gen|char_ram~39177_combout ; +wire \text_gen|char_ram~7365_q ; +wire \text_gen|char_ram~7372_q ; +wire \text_gen|char_ram~204_q ; +wire \text_gen|char_ram~197_q ; +wire \text_gen|char_ram~39169_combout ; +wire \text_gen|char_ram~39170_combout ; +wire \text_gen|char_ram~176feeder_combout ; +wire \text_gen|char_ram~176_q ; +wire \text_gen|char_ram~7344_q ; +wire \text_gen|char_ram~169_q ; +wire \text_gen|char_ram~7337feeder_combout ; +wire \text_gen|char_ram~7337_q ; +wire \text_gen|char_ram~39173_combout ; +wire \text_gen|char_ram~39174_combout ; +wire \text_gen|char_ram~3760_q ; +wire \text_gen|char_ram~10928_q ; +wire \text_gen|char_ram~10921_q ; +wire \text_gen|char_ram~3753_q ; +wire \text_gen|char_ram~39171_combout ; +wire \text_gen|char_ram~39172_combout ; +wire \text_gen|char_ram~39175_combout ; +wire \text_gen|char_ram~39178_combout ; +wire \text_gen|char_ram~21701_q ; +wire \text_gen|char_ram~21708_q ; +wire \text_gen|char_ram~14533_q ; +wire \text_gen|char_ram~14540feeder_combout ; +wire \text_gen|char_ram~14540_q ; +wire \text_gen|char_ram~39159_combout ; +wire \text_gen|char_ram~39160_combout ; +wire \text_gen|char_ram~25285_q ; +wire \text_gen|char_ram~25292_q ; +wire \text_gen|char_ram~18124_q ; +wire \text_gen|char_ram~18117_q ; +wire \text_gen|char_ram~39166_combout ; +wire \text_gen|char_ram~39167_combout ; +wire \text_gen|char_ram~18096feeder_combout ; +wire \text_gen|char_ram~18096_q ; +wire \text_gen|char_ram~25264_q ; +wire \text_gen|char_ram~25257_q ; +wire \text_gen|char_ram~18089_q ; +wire \text_gen|char_ram~39161_combout ; +wire \text_gen|char_ram~39162_combout ; +wire \text_gen|char_ram~14512_q ; +wire \text_gen|char_ram~21680_q ; +wire \text_gen|char_ram~21673feeder_combout ; +wire \text_gen|char_ram~21673_q ; +wire \text_gen|char_ram~14505_q ; +wire \text_gen|char_ram~39163_combout ; +wire \text_gen|char_ram~39164_combout ; +wire \text_gen|char_ram~39165_combout ; +wire \text_gen|char_ram~39168_combout ; +wire \text_gen|char_ram~39179_combout ; +wire \text_gen|char_ram~16325feeder_combout ; +wire \text_gen|char_ram~16325_q ; +wire \text_gen|char_ram~23493_q ; +wire \text_gen|char_ram~16297_q ; +wire \text_gen|char_ram~23465feeder_combout ; +wire \text_gen|char_ram~23465_q ; +wire \text_gen|char_ram~39184_combout ; +wire \text_gen|char_ram~39185_combout ; +wire \text_gen|char_ram~19909feeder_combout ; +wire \text_gen|char_ram~19909_q ; +wire \text_gen|char_ram~27077_q ; +wire \text_gen|char_ram~27049_q ; +wire \text_gen|char_ram~19881_q ; +wire \text_gen|char_ram~39182_combout ; +wire \text_gen|char_ram~39183_combout ; +wire \text_gen|char_ram~39186_combout ; +wire \text_gen|char_ram~16332_q ; +wire \text_gen|char_ram~23500_q ; +wire \text_gen|char_ram~23472feeder_combout ; +wire \text_gen|char_ram~23472_q ; +wire \text_gen|char_ram~16304_q ; +wire \text_gen|char_ram~39180_combout ; +wire \text_gen|char_ram~39181_combout ; +wire \text_gen|char_ram~19916_q ; +wire \text_gen|char_ram~27084_q ; +wire \text_gen|char_ram~19888_q ; +wire \text_gen|char_ram~27056_q ; +wire \text_gen|char_ram~39187_combout ; +wire \text_gen|char_ram~39188_combout ; +wire \text_gen|char_ram~39189_combout ; +wire \text_gen|char_ram~39190_combout ; +wire \text_gen|char_ram~9612_q ; +wire \text_gen|char_ram~23948_q ; +wire \text_gen|char_ram~23920feeder_combout ; +wire \text_gen|char_ram~23920_q ; +wire \text_gen|char_ram~9584_q ; +wire \text_gen|char_ram~39138_combout ; +wire \text_gen|char_ram~39139_combout ; +wire \text_gen|char_ram~13189feeder_combout ; +wire \text_gen|char_ram~13189_q ; +wire \text_gen|char_ram~27525_q ; +wire \text_gen|char_ram~13161_q ; +wire \text_gen|char_ram~27497_q ; +wire \text_gen|char_ram~39140_combout ; +wire \text_gen|char_ram~39141_combout ; +wire \text_gen|char_ram~9605_q ; +wire \text_gen|char_ram~23941_q ; +wire \text_gen|char_ram~23913feeder_combout ; +wire \text_gen|char_ram~23913_q ; +wire \text_gen|char_ram~9577_q ; +wire \text_gen|char_ram~39142_combout ; +wire \text_gen|char_ram~39143_combout ; +wire \text_gen|char_ram~39144_combout ; +wire \text_gen|char_ram~27504feeder_combout ; +wire \text_gen|char_ram~27504_q ; +wire \text_gen|char_ram~27532_q ; +wire \text_gen|char_ram~13196_q ; +wire \text_gen|char_ram~13168_q ; +wire \text_gen|char_ram~39145_combout ; +wire \text_gen|char_ram~39146_combout ; +wire \text_gen|char_ram~39147_combout ; +wire \text_gen|char_ram~6028_q ; +wire \text_gen|char_ram~6000_q ; +wire \text_gen|char_ram~39114_combout ; +wire \text_gen|char_ram~20336feeder_combout ; +wire \text_gen|char_ram~20336_q ; +wire \text_gen|char_ram~20364_q ; +wire \text_gen|char_ram~39115_combout ; +wire \text_gen|char_ram~16745_q ; +wire \text_gen|char_ram~16773_q ; +wire \text_gen|char_ram~2437feeder_combout ; +wire \text_gen|char_ram~2437_q ; +wire \text_gen|char_ram~2409_q ; +wire \text_gen|char_ram~39111_combout ; +wire \text_gen|char_ram~39112_combout ; +wire \text_gen|char_ram~20357_q ; +wire \text_gen|char_ram~20329feeder_combout ; +wire \text_gen|char_ram~20329_q ; +wire \text_gen|char_ram~5993_q ; +wire \text_gen|char_ram~6021_q ; +wire \text_gen|char_ram~39109_combout ; +wire \text_gen|char_ram~39110_combout ; +wire \text_gen|char_ram~39113_combout ; +wire \text_gen|char_ram~16780feeder_combout ; +wire \text_gen|char_ram~16780_q ; +wire \text_gen|char_ram~16752_q ; +wire \text_gen|char_ram~2416_q ; +wire \text_gen|char_ram~2444feeder_combout ; +wire \text_gen|char_ram~2444_q ; +wire \text_gen|char_ram~39107_combout ; +wire \text_gen|char_ram~39108_combout ; +wire \text_gen|char_ram~39116_combout ; +wire \text_gen|char_ram~14981_q ; +wire \text_gen|char_ram~14988_q ; +wire \text_gen|char_ram~652_q ; +wire \text_gen|char_ram~645_q ; +wire \text_gen|char_ram~39127_combout ; +wire \text_gen|char_ram~39128_combout ; +wire \text_gen|char_ram~18565_q ; +wire \text_gen|char_ram~18572_q ; +wire \text_gen|char_ram~4229_q ; +wire \text_gen|char_ram~4236_q ; +wire \text_gen|char_ram~39134_combout ; +wire \text_gen|char_ram~39135_combout ; +wire \text_gen|char_ram~18537feeder_combout ; +wire \text_gen|char_ram~18537_q ; +wire \text_gen|char_ram~18544_q ; +wire \text_gen|char_ram~4201_q ; +wire \text_gen|char_ram~4208feeder_combout ; +wire \text_gen|char_ram~4208_q ; +wire \text_gen|char_ram~39129_combout ; +wire \text_gen|char_ram~39130_combout ; +wire \text_gen|char_ram~14953feeder_combout ; +wire \text_gen|char_ram~14953_q ; +wire \text_gen|char_ram~14960_q ; +wire \text_gen|char_ram~624_q ; +wire \text_gen|char_ram~617_q ; +wire \text_gen|char_ram~39131_combout ; +wire \text_gen|char_ram~39132_combout ; +wire \text_gen|char_ram~39133_combout ; +wire \text_gen|char_ram~39136_combout ; +wire \text_gen|char_ram~25733_q ; +wire \text_gen|char_ram~25740_q ; +wire \text_gen|char_ram~11397_q ; +wire \text_gen|char_ram~11404feeder_combout ; +wire \text_gen|char_ram~11404_q ; +wire \text_gen|char_ram~39124_combout ; +wire \text_gen|char_ram~39125_combout ; +wire \text_gen|char_ram~22149_q ; +wire \text_gen|char_ram~22156_q ; +wire \text_gen|char_ram~7813_q ; +wire \text_gen|char_ram~7820feeder_combout ; +wire \text_gen|char_ram~7820_q ; +wire \text_gen|char_ram~39117_combout ; +wire \text_gen|char_ram~39118_combout ; +wire \text_gen|char_ram~25705feeder_combout ; +wire \text_gen|char_ram~25705_q ; +wire \text_gen|char_ram~25712_q ; +wire \text_gen|char_ram~11376_q ; +wire \text_gen|char_ram~11369_q ; +wire \text_gen|char_ram~39119_combout ; +wire \text_gen|char_ram~39120_combout ; +wire \text_gen|char_ram~22121_q ; +wire \text_gen|char_ram~22128_q ; +wire \text_gen|char_ram~7792_q ; +wire \text_gen|char_ram~7785_q ; +wire \text_gen|char_ram~39121_combout ; +wire \text_gen|char_ram~39122_combout ; +wire \text_gen|char_ram~39123_combout ; +wire \text_gen|char_ram~39126_combout ; +wire \text_gen|char_ram~39137_combout ; +wire \text_gen|char_ram~39148_combout ; +wire \text_gen|char_ram~39191_combout ; +wire \text_gen|char_ram~39234_combout ; +wire \text_gen|char_ram~39746_combout ; +wire \text_gen|char_ram~25698_q ; +wire \text_gen|char_ram~11362_q ; +wire \text_gen|char_ram~18530_q ; +wire \text_gen|char_ram~4194_q ; +wire \text_gen|char_ram~40258_combout ; +wire \text_gen|char_ram~40259_combout ; +wire \text_gen|char_ram~7778feeder_combout ; +wire \text_gen|char_ram~7778_q ; +wire \text_gen|char_ram~22114_q ; +wire \text_gen|char_ram~14946_q ; +wire \text_gen|char_ram~610_q ; +wire \text_gen|char_ram~40262_combout ; +wire \text_gen|char_ram~40263_combout ; +wire \text_gen|char_ram~16738_q ; +wire \text_gen|char_ram~23906_q ; +wire \text_gen|char_ram~9570_q ; +wire \text_gen|char_ram~2402_q ; +wire \text_gen|char_ram~40260_combout ; +wire \text_gen|char_ram~40261_combout ; +wire \text_gen|char_ram~40264_combout ; +wire \text_gen|char_ram~20322_q ; +wire \text_gen|char_ram~27490_q ; +wire \text_gen|char_ram~13154feeder_combout ; +wire \text_gen|char_ram~13154_q ; +wire \text_gen|char_ram~5986_q ; +wire \text_gen|char_ram~40265_combout ; +wire \text_gen|char_ram~40266_combout ; +wire \text_gen|char_ram~40267_combout ; +wire \text_gen|char_ram~16626feeder_combout ; +wire \text_gen|char_ram~16626_q ; +wire \text_gen|char_ram~9458_q ; +wire \text_gen|char_ram~2290_q ; +wire \text_gen|char_ram~40278_combout ; +wire \text_gen|char_ram~23794_q ; +wire \text_gen|char_ram~40279_combout ; +wire \text_gen|char_ram~20210feeder_combout ; +wire \text_gen|char_ram~20210_q ; +wire \text_gen|char_ram~27378_q ; +wire \text_gen|char_ram~13042_q ; +wire \text_gen|char_ram~5874_q ; +wire \text_gen|char_ram~40285_combout ; +wire \text_gen|char_ram~40286_combout ; +wire \text_gen|char_ram~11250_q ; +wire \text_gen|char_ram~25586_q ; +wire \text_gen|char_ram~4082_q ; +wire \text_gen|char_ram~18418feeder_combout ; +wire \text_gen|char_ram~18418_q ; +wire \text_gen|char_ram~40280_combout ; +wire \text_gen|char_ram~40281_combout ; +wire \text_gen|char_ram~7666_q ; +wire \text_gen|char_ram~22002_q ; +wire \text_gen|char_ram~14834feeder_combout ; +wire \text_gen|char_ram~14834_q ; +wire \text_gen|char_ram~498_q ; +wire \text_gen|char_ram~40282_combout ; +wire \text_gen|char_ram~40283_combout ; +wire \text_gen|char_ram~40284_combout ; +wire \text_gen|char_ram~40287_combout ; +wire \text_gen|char_ram~16850_q ; +wire \text_gen|char_ram~24018_q ; +wire \text_gen|char_ram~9682_q ; +wire \text_gen|char_ram~2514_q ; +wire \text_gen|char_ram~40268_combout ; +wire \text_gen|char_ram~40269_combout ; +wire \text_gen|char_ram~11474feeder_combout ; +wire \text_gen|char_ram~11474_q ; +wire \text_gen|char_ram~25810_q ; +wire \text_gen|char_ram~18642feeder_combout ; +wire \text_gen|char_ram~18642_q ; +wire \text_gen|char_ram~4306_q ; +wire \text_gen|char_ram~40270_combout ; +wire \text_gen|char_ram~40271_combout ; +wire \text_gen|char_ram~7890feeder_combout ; +wire \text_gen|char_ram~7890_q ; +wire \text_gen|char_ram~22226_q ; +wire \text_gen|char_ram~15058_q ; +wire \text_gen|char_ram~722_q ; +wire \text_gen|char_ram~40272_combout ; +wire \text_gen|char_ram~40273_combout ; +wire \text_gen|char_ram~40274_combout ; +wire \text_gen|char_ram~20434_q ; +wire \text_gen|char_ram~27602_q ; +wire \text_gen|char_ram~13266_q ; +wire \text_gen|char_ram~6098_q ; +wire \text_gen|char_ram~40275_combout ; +wire \text_gen|char_ram~40276_combout ; +wire \text_gen|char_ram~40277_combout ; +wire \text_gen|char_ram~40288_combout ; +wire \text_gen|char_ram~11586_q ; +wire \text_gen|char_ram~25922_q ; +wire \text_gen|char_ram~4418_q ; +wire \text_gen|char_ram~18754feeder_combout ; +wire \text_gen|char_ram~18754_q ; +wire \text_gen|char_ram~40289_combout ; +wire \text_gen|char_ram~40290_combout ; +wire \text_gen|char_ram~13378feeder_combout ; +wire \text_gen|char_ram~13378_q ; +wire \text_gen|char_ram~6210_q ; +wire \text_gen|char_ram~40296_combout ; +wire \text_gen|char_ram~20546feeder_combout ; +wire \text_gen|char_ram~20546_q ; +wire \text_gen|char_ram~27714_q ; +wire \text_gen|char_ram~40297_combout ; +wire \text_gen|char_ram~16962feeder_combout ; +wire \text_gen|char_ram~16962_q ; +wire \text_gen|char_ram~24130_q ; +wire \text_gen|char_ram~9794_q ; +wire \text_gen|char_ram~2626_q ; +wire \text_gen|char_ram~40291_combout ; +wire \text_gen|char_ram~40292_combout ; +wire \text_gen|char_ram~8002_q ; +wire \text_gen|char_ram~22338_q ; +wire \text_gen|char_ram~15170feeder_combout ; +wire \text_gen|char_ram~15170_q ; +wire \text_gen|char_ram~834feeder_combout ; +wire \text_gen|char_ram~834_q ; +wire \text_gen|char_ram~40293_combout ; +wire \text_gen|char_ram~40294_combout ; +wire \text_gen|char_ram~40295_combout ; +wire \text_gen|char_ram~40298_combout ; +wire \text_gen|char_ram~40299_combout ; +wire \text_gen|char_ram~28274_q ; +wire \text_gen|char_ram~28386_q ; +wire \text_gen|char_ram~40423_combout ; +wire \text_gen|char_ram~28610_q ; +wire \text_gen|char_ram~28498_q ; +wire \text_gen|char_ram~40424_combout ; +wire \text_gen|char_ram~26594_q ; +wire \text_gen|char_ram~26818_q ; +wire \text_gen|char_ram~26482_q ; +wire \text_gen|char_ram~26706feeder_combout ; +wire \text_gen|char_ram~26706_q ; +wire \text_gen|char_ram~40416_combout ; +wire \text_gen|char_ram~40417_combout ; +wire \text_gen|char_ram~24914_q ; +wire \text_gen|char_ram~25026_q ; +wire \text_gen|char_ram~24690_q ; +wire \text_gen|char_ram~24802_q ; +wire \text_gen|char_ram~40418_combout ; +wire \text_gen|char_ram~40419_combout ; +wire \text_gen|char_ram~23010feeder_combout ; +wire \text_gen|char_ram~23010_q ; +wire \text_gen|char_ram~23234_q ; +wire \text_gen|char_ram~22898_q ; +wire \text_gen|char_ram~23122_q ; +wire \text_gen|char_ram~40420_combout ; +wire \text_gen|char_ram~40421_combout ; +wire \text_gen|char_ram~40422_combout ; +wire \text_gen|char_ram~40425_combout ; +wire \text_gen|char_ram~21330_q ; +wire \text_gen|char_ram~21106_q ; +wire \text_gen|char_ram~21218feeder_combout ; +wire \text_gen|char_ram~21218_q ; +wire \text_gen|char_ram~40392_combout ; +wire \text_gen|char_ram~21442feeder_combout ; +wire \text_gen|char_ram~21442_q ; +wire \text_gen|char_ram~40393_combout ; +wire \text_gen|char_ram~17746feeder_combout ; +wire \text_gen|char_ram~17746_q ; +wire \text_gen|char_ram~17858_q ; +wire \text_gen|char_ram~17522_q ; +wire \text_gen|char_ram~17634_q ; +wire \text_gen|char_ram~40385_combout ; +wire \text_gen|char_ram~40386_combout ; +wire \text_gen|char_ram~15842feeder_combout ; +wire \text_gen|char_ram~15842_q ; +wire \text_gen|char_ram~16066_q ; +wire \text_gen|char_ram~15730_q ; +wire \text_gen|char_ram~15954_q ; +wire \text_gen|char_ram~40389_combout ; +wire \text_gen|char_ram~40390_combout ; +wire \text_gen|char_ram~19426_q ; +wire \text_gen|char_ram~19650_q ; +wire \text_gen|char_ram~19538_q ; +wire \text_gen|char_ram~19314_q ; +wire \text_gen|char_ram~40387_combout ; +wire \text_gen|char_ram~40388_combout ; +wire \text_gen|char_ram~40391_combout ; +wire \text_gen|char_ram~40394_combout ; +wire \text_gen|char_ram~14162feeder_combout ; +wire \text_gen|char_ram~14162_q ; +wire \text_gen|char_ram~14274_q ; +wire \text_gen|char_ram~13938_q ; +wire \text_gen|char_ram~14050_q ; +wire \text_gen|char_ram~40402_combout ; +wire \text_gen|char_ram~40403_combout ; +wire \text_gen|char_ram~12258_q ; +wire \text_gen|char_ram~12482_q ; +wire \text_gen|char_ram~12146_q ; +wire \text_gen|char_ram~12370_q ; +wire \text_gen|char_ram~40395_combout ; +wire \text_gen|char_ram~40396_combout ; +wire \text_gen|char_ram~10578feeder_combout ; +wire \text_gen|char_ram~10578_q ; +wire \text_gen|char_ram~10690_q ; +wire \text_gen|char_ram~10354_q ; +wire \text_gen|char_ram~10466_q ; +wire \text_gen|char_ram~40397_combout ; +wire \text_gen|char_ram~40398_combout ; +wire \text_gen|char_ram~8562_q ; +wire \text_gen|char_ram~8786feeder_combout ; +wire \text_gen|char_ram~8786_q ; +wire \text_gen|char_ram~40399_combout ; +wire \text_gen|char_ram~8898_q ; +wire \text_gen|char_ram~8674feeder_combout ; +wire \text_gen|char_ram~8674_q ; +wire \text_gen|char_ram~40400_combout ; +wire \text_gen|char_ram~40401_combout ; +wire \text_gen|char_ram~40404_combout ; +wire \text_gen|char_ram~5090feeder_combout ; +wire \text_gen|char_ram~5090_q ; +wire \text_gen|char_ram~5314_q ; +wire \text_gen|char_ram~4978_q ; +wire \text_gen|char_ram~5202_q ; +wire \text_gen|char_ram~40407_combout ; +wire \text_gen|char_ram~40408_combout ; +wire \text_gen|char_ram~1394_q ; +wire \text_gen|char_ram~1618feeder_combout ; +wire \text_gen|char_ram~1618_q ; +wire \text_gen|char_ram~40409_combout ; +wire \text_gen|char_ram~1730_q ; +wire \text_gen|char_ram~1506_q ; +wire \text_gen|char_ram~40410_combout ; +wire \text_gen|char_ram~40411_combout ; +wire \text_gen|char_ram~6770_q ; +wire \text_gen|char_ram~6882_q ; +wire \text_gen|char_ram~40412_combout ; +wire \text_gen|char_ram~7106_q ; +wire \text_gen|char_ram~6994_q ; +wire \text_gen|char_ram~40413_combout ; +wire \text_gen|char_ram~3410_q ; +wire \text_gen|char_ram~3522_q ; +wire \text_gen|char_ram~3186_q ; +wire \text_gen|char_ram~3298_q ; +wire \text_gen|char_ram~40405_combout ; +wire \text_gen|char_ram~40406_combout ; +wire \text_gen|char_ram~40414_combout ; +wire \text_gen|char_ram~40415_combout ; +wire \text_gen|char_ram~40426_combout ; +wire \text_gen|char_ram~19090_q ; +wire \text_gen|char_ram~4754_q ; +wire \text_gen|char_ram~40302_combout ; +wire \text_gen|char_ram~26258_q ; +wire \text_gen|char_ram~11922feeder_combout ; +wire \text_gen|char_ram~11922_q ; +wire \text_gen|char_ram~40303_combout ; +wire \text_gen|char_ram~1170_q ; +wire \text_gen|char_ram~15506_q ; +wire \text_gen|char_ram~40304_combout ; +wire \text_gen|char_ram~8338_q ; +wire \text_gen|char_ram~22674_q ; +wire \text_gen|char_ram~40305_combout ; +wire \text_gen|char_ram~40306_combout ; +wire \text_gen|char_ram~24466_q ; +wire \text_gen|char_ram~17298_q ; +wire \text_gen|char_ram~10130_q ; +wire \text_gen|char_ram~2962_q ; +wire \text_gen|char_ram~40300_combout ; +wire \text_gen|char_ram~40301_combout ; +wire \text_gen|char_ram~20882feeder_combout ; +wire \text_gen|char_ram~20882_q ; +wire \text_gen|char_ram~28050_q ; +wire \text_gen|char_ram~13714feeder_combout ; +wire \text_gen|char_ram~13714_q ; +wire \text_gen|char_ram~6546_q ; +wire \text_gen|char_ram~40307_combout ; +wire \text_gen|char_ram~40308_combout ; +wire \text_gen|char_ram~40309_combout ; +wire \text_gen|char_ram~12034feeder_combout ; +wire \text_gen|char_ram~12034_q ; +wire \text_gen|char_ram~26370_q ; +wire \text_gen|char_ram~19202feeder_combout ; +wire \text_gen|char_ram~19202_q ; +wire \text_gen|char_ram~4866_q ; +wire \text_gen|char_ram~40331_combout ; +wire \text_gen|char_ram~40332_combout ; +wire \text_gen|char_ram~8450_q ; +wire \text_gen|char_ram~22786_q ; +wire \text_gen|char_ram~15618feeder_combout ; +wire \text_gen|char_ram~15618_q ; +wire \text_gen|char_ram~1282_q ; +wire \text_gen|char_ram~40335_combout ; +wire \text_gen|char_ram~40336_combout ; +wire \text_gen|char_ram~17410_q ; +wire \text_gen|char_ram~24578_q ; +wire \text_gen|char_ram~10242_q ; +wire \text_gen|char_ram~3074feeder_combout ; +wire \text_gen|char_ram~3074_q ; +wire \text_gen|char_ram~40333_combout ; +wire \text_gen|char_ram~40334_combout ; +wire \text_gen|char_ram~40337_combout ; +wire \text_gen|char_ram~13826feeder_combout ; +wire \text_gen|char_ram~13826_q ; +wire \text_gen|char_ram~6658_q ; +wire \text_gen|char_ram~40338_combout ; +wire \text_gen|char_ram~28162_q ; +wire \text_gen|char_ram~20994_q ; +wire \text_gen|char_ram~40339_combout ; +wire \text_gen|char_ram~40340_combout ; +wire \text_gen|char_ram~11810_q ; +wire \text_gen|char_ram~26146_q ; +wire \text_gen|char_ram~18978_q ; +wire \text_gen|char_ram~4642_q ; +wire \text_gen|char_ram~40310_combout ; +wire \text_gen|char_ram~40311_combout ; +wire \text_gen|char_ram~20770_q ; +wire \text_gen|char_ram~27938_q ; +wire \text_gen|char_ram~13602feeder_combout ; +wire \text_gen|char_ram~13602_q ; +wire \text_gen|char_ram~6434_q ; +wire \text_gen|char_ram~40317_combout ; +wire \text_gen|char_ram~40318_combout ; +wire \text_gen|char_ram~8226feeder_combout ; +wire \text_gen|char_ram~8226_q ; +wire \text_gen|char_ram~22562_q ; +wire \text_gen|char_ram~15394feeder_combout ; +wire \text_gen|char_ram~15394_q ; +wire \text_gen|char_ram~1058_q ; +wire \text_gen|char_ram~40314_combout ; +wire \text_gen|char_ram~40315_combout ; +wire \text_gen|char_ram~17186_q ; +wire \text_gen|char_ram~24354_q ; +wire \text_gen|char_ram~10018_q ; +wire \text_gen|char_ram~2850_q ; +wire \text_gen|char_ram~40312_combout ; +wire \text_gen|char_ram~40313_combout ; +wire \text_gen|char_ram~40316_combout ; +wire \text_gen|char_ram~40319_combout ; +wire \text_gen|char_ram~13490feeder_combout ; +wire \text_gen|char_ram~13490_q ; +wire \text_gen|char_ram~6322_q ; +wire \text_gen|char_ram~40327_combout ; +wire \text_gen|char_ram~27826_q ; +wire \text_gen|char_ram~20658_q ; +wire \text_gen|char_ram~40328_combout ; +wire \text_gen|char_ram~17074_q ; +wire \text_gen|char_ram~24242_q ; +wire \text_gen|char_ram~9906_q ; +wire \text_gen|char_ram~2738_q ; +wire \text_gen|char_ram~40320_combout ; +wire \text_gen|char_ram~40321_combout ; +wire \text_gen|char_ram~11698feeder_combout ; +wire \text_gen|char_ram~11698_q ; +wire \text_gen|char_ram~18866feeder_combout ; +wire \text_gen|char_ram~18866_q ; +wire \text_gen|char_ram~4530_q ; +wire \text_gen|char_ram~40322_combout ; +wire \text_gen|char_ram~26034_q ; +wire \text_gen|char_ram~40323_combout ; +wire \text_gen|char_ram~8114_q ; +wire \text_gen|char_ram~22450_q ; +wire \text_gen|char_ram~946_q ; +wire \text_gen|char_ram~15282_q ; +wire \text_gen|char_ram~40324_combout ; +wire \text_gen|char_ram~40325_combout ; +wire \text_gen|char_ram~40326_combout ; +wire \text_gen|char_ram~40329_combout ; +wire \text_gen|char_ram~40330_combout ; +wire \text_gen|char_ram~40341_combout ; +wire \text_gen|char_ram~7554_q ; +wire \text_gen|char_ram~21890_q ; +wire \text_gen|char_ram~14722_q ; +wire \text_gen|char_ram~386_q ; +wire \text_gen|char_ram~40377_combout ; +wire \text_gen|char_ram~40378_combout ; +wire \text_gen|char_ram~16514feeder_combout ; +wire \text_gen|char_ram~16514_q ; +wire \text_gen|char_ram~23682_q ; +wire \text_gen|char_ram~9346_q ; +wire \text_gen|char_ram~2178_q ; +wire \text_gen|char_ram~40375_combout ; +wire \text_gen|char_ram~40376_combout ; +wire \text_gen|char_ram~40379_combout ; +wire \text_gen|char_ram~11138feeder_combout ; +wire \text_gen|char_ram~11138_q ; +wire \text_gen|char_ram~18306feeder_combout ; +wire \text_gen|char_ram~18306_q ; +wire \text_gen|char_ram~3970_q ; +wire \text_gen|char_ram~40373_combout ; +wire \text_gen|char_ram~25474feeder_combout ; +wire \text_gen|char_ram~25474_q ; +wire \text_gen|char_ram~40374_combout ; +wire \text_gen|char_ram~20098feeder_combout ; +wire \text_gen|char_ram~20098_q ; +wire \text_gen|char_ram~27266_q ; +wire \text_gen|char_ram~12930_q ; +wire \text_gen|char_ram~5762_q ; +wire \text_gen|char_ram~40380_combout ; +wire \text_gen|char_ram~40381_combout ; +wire \text_gen|char_ram~40382_combout ; +wire \text_gen|char_ram~16402_q ; +wire \text_gen|char_ram~23570_q ; +wire \text_gen|char_ram~2066_q ; +wire \text_gen|char_ram~9234feeder_combout ; +wire \text_gen|char_ram~9234_q ; +wire \text_gen|char_ram~40342_combout ; +wire \text_gen|char_ram~40343_combout ; +wire \text_gen|char_ram~19986feeder_combout ; +wire \text_gen|char_ram~19986_q ; +wire \text_gen|char_ram~27154_q ; +wire \text_gen|char_ram~12818feeder_combout ; +wire \text_gen|char_ram~12818_q ; +wire \text_gen|char_ram~5650_q ; +wire \text_gen|char_ram~40349_combout ; +wire \text_gen|char_ram~40350_combout ; +wire \text_gen|char_ram~7442feeder_combout ; +wire \text_gen|char_ram~7442_q ; +wire \text_gen|char_ram~21778_q ; +wire \text_gen|char_ram~274_q ; +wire \text_gen|char_ram~14610_q ; +wire \text_gen|char_ram~40346_combout ; +wire \text_gen|char_ram~40347_combout ; +wire \text_gen|char_ram~3858_q ; +wire \text_gen|char_ram~18194_q ; +wire \text_gen|char_ram~40344_combout ; +wire \text_gen|char_ram~25362_q ; +wire \text_gen|char_ram~11026feeder_combout ; +wire \text_gen|char_ram~11026_q ; +wire \text_gen|char_ram~40345_combout ; +wire \text_gen|char_ram~40348_combout ; +wire \text_gen|char_ram~40351_combout ; +wire \text_gen|char_ram~16178feeder_combout ; +wire \text_gen|char_ram~16178_q ; +wire \text_gen|char_ram~23346_q ; +wire \text_gen|char_ram~9010feeder_combout ; +wire \text_gen|char_ram~9010_q ; +wire \text_gen|char_ram~1842_q ; +wire \text_gen|char_ram~40362_combout ; +wire \text_gen|char_ram~40363_combout ; +wire \text_gen|char_ram~19762_q ; +wire \text_gen|char_ram~26930_q ; +wire \text_gen|char_ram~5426_q ; +wire \text_gen|char_ram~12594_q ; +wire \text_gen|char_ram~40369_combout ; +wire \text_gen|char_ram~40370_combout ; +wire \text_gen|char_ram~14386_q ; +wire \text_gen|char_ram~7218_q ; +wire \text_gen|char_ram~50_q ; +wire \text_gen|char_ram~40366_combout ; +wire \text_gen|char_ram~21554_q ; +wire \text_gen|char_ram~40367_combout ; +wire \text_gen|char_ram~17970feeder_combout ; +wire \text_gen|char_ram~17970_q ; +wire \text_gen|char_ram~25138_q ; +wire \text_gen|char_ram~3634_q ; +wire \text_gen|char_ram~10802feeder_combout ; +wire \text_gen|char_ram~10802_q ; +wire \text_gen|char_ram~40364_combout ; +wire \text_gen|char_ram~40365_combout ; +wire \text_gen|char_ram~40368_combout ; +wire \text_gen|char_ram~40371_combout ; +wire \text_gen|char_ram~12706_q ; +wire \text_gen|char_ram~5538_q ; +wire \text_gen|char_ram~40359_combout ; +wire \text_gen|char_ram~19874_q ; +wire \text_gen|char_ram~27042_q ; +wire \text_gen|char_ram~40360_combout ; +wire \text_gen|char_ram~23458_q ; +wire \text_gen|char_ram~16290_q ; +wire \text_gen|char_ram~1954_q ; +wire \text_gen|char_ram~9122feeder_combout ; +wire \text_gen|char_ram~9122_q ; +wire \text_gen|char_ram~40354_combout ; +wire \text_gen|char_ram~40355_combout ; +wire \text_gen|char_ram~7330_q ; +wire \text_gen|char_ram~162_q ; +wire \text_gen|char_ram~40356_combout ; +wire \text_gen|char_ram~14498_q ; +wire \text_gen|char_ram~21666_q ; +wire \text_gen|char_ram~40357_combout ; +wire \text_gen|char_ram~40358_combout ; +wire \text_gen|char_ram~10914feeder_combout ; +wire \text_gen|char_ram~10914_q ; +wire \text_gen|char_ram~25250_q ; +wire \text_gen|char_ram~18082_q ; +wire \text_gen|char_ram~3746_q ; +wire \text_gen|char_ram~40352_combout ; +wire \text_gen|char_ram~40353_combout ; +wire \text_gen|char_ram~40361_combout ; +wire \text_gen|char_ram~40372_combout ; +wire \text_gen|char_ram~40383_combout ; +wire \text_gen|char_ram~40384_combout ; +wire \text_gen|char_ram~40427_combout ; +wire \text_gen|char_ram~25019_q ; +wire \text_gen|char_ram~23227_q ; +wire \text_gen|char_ram~40082_combout ; +wire \text_gen|char_ram~26811_q ; +wire \text_gen|char_ram~28603_q ; +wire \text_gen|char_ram~40083_combout ; +wire \text_gen|char_ram~24907feeder_combout ; +wire \text_gen|char_ram~24907_q ; +wire \text_gen|char_ram~28491_q ; +wire \text_gen|char_ram~26699feeder_combout ; +wire \text_gen|char_ram~26699_q ; +wire \text_gen|char_ram~23115_q ; +wire \text_gen|char_ram~40075_combout ; +wire \text_gen|char_ram~40076_combout ; +wire \text_gen|char_ram~26587_q ; +wire \text_gen|char_ram~28379_q ; +wire \text_gen|char_ram~24795feeder_combout ; +wire \text_gen|char_ram~24795_q ; +wire \text_gen|char_ram~23003_q ; +wire \text_gen|char_ram~40077_combout ; +wire \text_gen|char_ram~40078_combout ; +wire \text_gen|char_ram~26475feeder_combout ; +wire \text_gen|char_ram~26475_q ; +wire \text_gen|char_ram~22891_q ; +wire \text_gen|char_ram~40079_combout ; +wire \text_gen|char_ram~28267_q ; +wire \text_gen|char_ram~24683feeder_combout ; +wire \text_gen|char_ram~24683_q ; +wire \text_gen|char_ram~40080_combout ; +wire \text_gen|char_ram~40081_combout ; +wire \text_gen|char_ram~40084_combout ; +wire \text_gen|char_ram~12475feeder_combout ; +wire \text_gen|char_ram~12475_q ; +wire \text_gen|char_ram~10683_q ; +wire \text_gen|char_ram~8891_q ; +wire \text_gen|char_ram~40051_combout ; +wire \text_gen|char_ram~14267_q ; +wire \text_gen|char_ram~40052_combout ; +wire \text_gen|char_ram~10571_q ; +wire \text_gen|char_ram~14155_q ; +wire \text_gen|char_ram~12363feeder_combout ; +wire \text_gen|char_ram~12363_q ; +wire \text_gen|char_ram~8779_q ; +wire \text_gen|char_ram~40044_combout ; +wire \text_gen|char_ram~40045_combout ; +wire \text_gen|char_ram~10347_q ; +wire \text_gen|char_ram~13931_q ; +wire \text_gen|char_ram~12139_q ; +wire \text_gen|char_ram~8555_q ; +wire \text_gen|char_ram~40048_combout ; +wire \text_gen|char_ram~40049_combout ; +wire \text_gen|char_ram~12251_q ; +wire \text_gen|char_ram~14043_q ; +wire \text_gen|char_ram~8667_q ; +wire \text_gen|char_ram~10459_q ; +wire \text_gen|char_ram~40046_combout ; +wire \text_gen|char_ram~40047_combout ; +wire \text_gen|char_ram~40050_combout ; +wire \text_gen|char_ram~40053_combout ; +wire \text_gen|char_ram~5307_q ; +wire \text_gen|char_ram~7099_q ; +wire \text_gen|char_ram~3515_q ; +wire \text_gen|char_ram~1723_q ; +wire \text_gen|char_ram~40071_combout ; +wire \text_gen|char_ram~40072_combout ; +wire \text_gen|char_ram~3291_q ; +wire \text_gen|char_ram~6875_q ; +wire \text_gen|char_ram~5083feeder_combout ; +wire \text_gen|char_ram~5083_q ; +wire \text_gen|char_ram~1499_q ; +wire \text_gen|char_ram~40064_combout ; +wire \text_gen|char_ram~40065_combout ; +wire \text_gen|char_ram~3179feeder_combout ; +wire \text_gen|char_ram~3179_q ; +wire \text_gen|char_ram~6763_q ; +wire \text_gen|char_ram~1387_q ; +wire \text_gen|char_ram~4971_q ; +wire \text_gen|char_ram~40068_combout ; +wire \text_gen|char_ram~40069_combout ; +wire \text_gen|char_ram~3403_q ; +wire \text_gen|char_ram~6987_q ; +wire \text_gen|char_ram~5195feeder_combout ; +wire \text_gen|char_ram~5195_q ; +wire \text_gen|char_ram~1611_q ; +wire \text_gen|char_ram~40066_combout ; +wire \text_gen|char_ram~40067_combout ; +wire \text_gen|char_ram~40070_combout ; +wire \text_gen|char_ram~40073_combout ; +wire \text_gen|char_ram~17739feeder_combout ; +wire \text_gen|char_ram~17739_q ; +wire \text_gen|char_ram~21323_q ; +wire \text_gen|char_ram~19531_q ; +wire \text_gen|char_ram~15947_q ; +wire \text_gen|char_ram~40056_combout ; +wire \text_gen|char_ram~40057_combout ; +wire \text_gen|char_ram~17515feeder_combout ; +wire \text_gen|char_ram~17515_q ; +wire \text_gen|char_ram~21099_q ; +wire \text_gen|char_ram~19307_q ; +wire \text_gen|char_ram~15723_q ; +wire \text_gen|char_ram~40058_combout ; +wire \text_gen|char_ram~40059_combout ; +wire \text_gen|char_ram~40060_combout ; +wire \text_gen|char_ram~19643_q ; +wire \text_gen|char_ram~21435_q ; +wire \text_gen|char_ram~17851feeder_combout ; +wire \text_gen|char_ram~17851_q ; +wire \text_gen|char_ram~16059_q ; +wire \text_gen|char_ram~40061_combout ; +wire \text_gen|char_ram~40062_combout ; +wire \text_gen|char_ram~19419feeder_combout ; +wire \text_gen|char_ram~19419_q ; +wire \text_gen|char_ram~21211_q ; +wire \text_gen|char_ram~15835_q ; +wire \text_gen|char_ram~17627_q ; +wire \text_gen|char_ram~40054_combout ; +wire \text_gen|char_ram~40055_combout ; +wire \text_gen|char_ram~40063_combout ; +wire \text_gen|char_ram~40074_combout ; +wire \text_gen|char_ram~40085_combout ; +wire \text_gen|char_ram~25467feeder_combout ; +wire \text_gen|char_ram~25467_q ; +wire \text_gen|char_ram~23675feeder_combout ; +wire \text_gen|char_ram~23675_q ; +wire \text_gen|char_ram~21883_q ; +wire \text_gen|char_ram~40039_combout ; +wire \text_gen|char_ram~27259_q ; +wire \text_gen|char_ram~40040_combout ; +wire \text_gen|char_ram~11131_q ; +wire \text_gen|char_ram~12923_q ; +wire \text_gen|char_ram~9339_q ; +wire \text_gen|char_ram~7547_q ; +wire \text_gen|char_ram~40034_combout ; +wire \text_gen|char_ram~40035_combout ; +wire \text_gen|char_ram~2171feeder_combout ; +wire \text_gen|char_ram~2171_q ; +wire \text_gen|char_ram~5755_q ; +wire \text_gen|char_ram~3963_q ; +wire \text_gen|char_ram~379_q ; +wire \text_gen|char_ram~40036_combout ; +wire \text_gen|char_ram~40037_combout ; +wire \text_gen|char_ram~40038_combout ; +wire \text_gen|char_ram~16507_q ; +wire \text_gen|char_ram~20091_q ; +wire \text_gen|char_ram~14715_q ; +wire \text_gen|char_ram~18299_q ; +wire \text_gen|char_ram~40032_combout ; +wire \text_gen|char_ram~40033_combout ; +wire \text_gen|char_ram~40041_combout ; +wire \text_gen|char_ram~25131_q ; +wire \text_gen|char_ram~26923_q ; +wire \text_gen|char_ram~21547_q ; +wire \text_gen|char_ram~23339feeder_combout ; +wire \text_gen|char_ram~23339_q ; +wire \text_gen|char_ram~40028_combout ; +wire \text_gen|char_ram~40029_combout ; +wire \text_gen|char_ram~10795feeder_combout ; +wire \text_gen|char_ram~10795_q ; +wire \text_gen|char_ram~9003_q ; +wire \text_gen|char_ram~7211_q ; +wire \text_gen|char_ram~40021_combout ; +wire \text_gen|char_ram~12587_q ; +wire \text_gen|char_ram~40022_combout ; +wire \text_gen|char_ram~3627_q ; +wire \text_gen|char_ram~43_q ; +wire \text_gen|char_ram~40025_combout ; +wire \text_gen|char_ram~5419_q ; +wire \text_gen|char_ram~1835feeder_combout ; +wire \text_gen|char_ram~1835_q ; +wire \text_gen|char_ram~40026_combout ; +wire \text_gen|char_ram~16171feeder_combout ; +wire \text_gen|char_ram~16171_q ; +wire \text_gen|char_ram~19755_q ; +wire \text_gen|char_ram~17963_q ; +wire \text_gen|char_ram~14379_q ; +wire \text_gen|char_ram~40023_combout ; +wire \text_gen|char_ram~40024_combout ; +wire \text_gen|char_ram~40027_combout ; +wire \text_gen|char_ram~40030_combout ; +wire \text_gen|char_ram~16283_q ; +wire \text_gen|char_ram~14491_q ; +wire \text_gen|char_ram~18075_q ; +wire \text_gen|char_ram~40011_combout ; +wire \text_gen|char_ram~19867_q ; +wire \text_gen|char_ram~40012_combout ; +wire \text_gen|char_ram~3739_q ; +wire \text_gen|char_ram~155_q ; +wire \text_gen|char_ram~40015_combout ; +wire \text_gen|char_ram~5531_q ; +wire \text_gen|char_ram~1947_q ; +wire \text_gen|char_ram~40016_combout ; +wire \text_gen|char_ram~10907_q ; +wire \text_gen|char_ram~9115feeder_combout ; +wire \text_gen|char_ram~9115_q ; +wire \text_gen|char_ram~7323_q ; +wire \text_gen|char_ram~40013_combout ; +wire \text_gen|char_ram~12699_q ; +wire \text_gen|char_ram~40014_combout ; +wire \text_gen|char_ram~40017_combout ; +wire \text_gen|char_ram~25243feeder_combout ; +wire \text_gen|char_ram~25243_q ; +wire \text_gen|char_ram~27035_q ; +wire \text_gen|char_ram~23451_q ; +wire \text_gen|char_ram~21659_q ; +wire \text_gen|char_ram~40018_combout ; +wire \text_gen|char_ram~40019_combout ; +wire \text_gen|char_ram~40020_combout ; +wire \text_gen|char_ram~40031_combout ; +wire \text_gen|char_ram~16395_q ; +wire \text_gen|char_ram~19979_q ; +wire \text_gen|char_ram~14603_q ; +wire \text_gen|char_ram~18187_q ; +wire \text_gen|char_ram~40003_combout ; +wire \text_gen|char_ram~40004_combout ; +wire \text_gen|char_ram~2059_q ; +wire \text_gen|char_ram~5643_q ; +wire \text_gen|char_ram~3851_q ; +wire \text_gen|char_ram~267_q ; +wire \text_gen|char_ram~40005_combout ; +wire \text_gen|char_ram~40006_combout ; +wire \text_gen|char_ram~40007_combout ; +wire \text_gen|char_ram~11019feeder_combout ; +wire \text_gen|char_ram~11019_q ; +wire \text_gen|char_ram~12811_q ; +wire \text_gen|char_ram~7435feeder_combout ; +wire \text_gen|char_ram~7435_q ; +wire \text_gen|char_ram~9227feeder_combout ; +wire \text_gen|char_ram~9227_q ; +wire \text_gen|char_ram~40001_combout ; +wire \text_gen|char_ram~40002_combout ; +wire \text_gen|char_ram~25355feeder_combout ; +wire \text_gen|char_ram~25355_q ; +wire \text_gen|char_ram~27147_q ; +wire \text_gen|char_ram~23563feeder_combout ; +wire \text_gen|char_ram~23563_q ; +wire \text_gen|char_ram~21771_q ; +wire \text_gen|char_ram~40008_combout ; +wire \text_gen|char_ram~40009_combout ; +wire \text_gen|char_ram~40010_combout ; +wire \text_gen|char_ram~40042_combout ; +wire \text_gen|char_ram~25915_q ; +wire \text_gen|char_ram~27707_q ; +wire \text_gen|char_ram~24123_q ; +wire \text_gen|char_ram~22331_q ; +wire \text_gen|char_ram~39997_combout ; +wire \text_gen|char_ram~39998_combout ; +wire \text_gen|char_ram~25803feeder_combout ; +wire \text_gen|char_ram~25803_q ; +wire \text_gen|char_ram~22219_q ; +wire \text_gen|char_ram~39990_combout ; +wire \text_gen|char_ram~24011_q ; +wire \text_gen|char_ram~27595_q ; +wire \text_gen|char_ram~39991_combout ; +wire \text_gen|char_ram~23787_q ; +wire \text_gen|char_ram~27371_q ; +wire \text_gen|char_ram~25579_q ; +wire \text_gen|char_ram~21995_q ; +wire \text_gen|char_ram~39994_combout ; +wire \text_gen|char_ram~39995_combout ; +wire \text_gen|char_ram~25691feeder_combout ; +wire \text_gen|char_ram~25691_q ; +wire \text_gen|char_ram~27483_q ; +wire \text_gen|char_ram~23899_q ; +wire \text_gen|char_ram~22107_q ; +wire \text_gen|char_ram~39992_combout ; +wire \text_gen|char_ram~39993_combout ; +wire \text_gen|char_ram~39996_combout ; +wire \text_gen|char_ram~39999_combout ; +wire \text_gen|char_ram~11579feeder_combout ; +wire \text_gen|char_ram~11579_q ; +wire \text_gen|char_ram~13371_q ; +wire \text_gen|char_ram~7995_q ; +wire \text_gen|char_ram~9787_q ; +wire \text_gen|char_ram~39966_combout ; +wire \text_gen|char_ram~39967_combout ; +wire \text_gen|char_ram~9675feeder_combout ; +wire \text_gen|char_ram~9675_q ; +wire \text_gen|char_ram~13259_q ; +wire \text_gen|char_ram~11467_q ; +wire \text_gen|char_ram~7883_q ; +wire \text_gen|char_ram~39959_combout ; +wire \text_gen|char_ram~39960_combout ; +wire \text_gen|char_ram~9451feeder_combout ; +wire \text_gen|char_ram~9451_q ; +wire \text_gen|char_ram~13035_q ; +wire \text_gen|char_ram~11243feeder_combout ; +wire \text_gen|char_ram~11243_q ; +wire \text_gen|char_ram~7659_q ; +wire \text_gen|char_ram~39963_combout ; +wire \text_gen|char_ram~39964_combout ; +wire \text_gen|char_ram~11355_q ; +wire \text_gen|char_ram~13147_q ; +wire \text_gen|char_ram~9563feeder_combout ; +wire \text_gen|char_ram~9563_q ; +wire \text_gen|char_ram~7771_q ; +wire \text_gen|char_ram~39961_combout ; +wire \text_gen|char_ram~39962_combout ; +wire \text_gen|char_ram~39965_combout ; +wire \text_gen|char_ram~39968_combout ; +wire \text_gen|char_ram~18747_q ; +wire \text_gen|char_ram~20539_q ; +wire \text_gen|char_ram~16955_q ; +wire \text_gen|char_ram~15163_q ; +wire \text_gen|char_ram~39976_combout ; +wire \text_gen|char_ram~39977_combout ; +wire \text_gen|char_ram~16619_q ; +wire \text_gen|char_ram~20203_q ; +wire \text_gen|char_ram~18411feeder_combout ; +wire \text_gen|char_ram~18411_q ; +wire \text_gen|char_ram~14827_q ; +wire \text_gen|char_ram~39973_combout ; +wire \text_gen|char_ram~39974_combout ; +wire \text_gen|char_ram~16843_q ; +wire \text_gen|char_ram~20427_q ; +wire \text_gen|char_ram~18635feeder_combout ; +wire \text_gen|char_ram~18635_q ; +wire \text_gen|char_ram~15051_q ; +wire \text_gen|char_ram~39971_combout ; +wire \text_gen|char_ram~39972_combout ; +wire \text_gen|char_ram~39975_combout ; +wire \text_gen|char_ram~18523_q ; +wire \text_gen|char_ram~16731feeder_combout ; +wire \text_gen|char_ram~16731_q ; +wire \text_gen|char_ram~14939_q ; +wire \text_gen|char_ram~39969_combout ; +wire \text_gen|char_ram~20315_q ; +wire \text_gen|char_ram~39970_combout ; +wire \text_gen|char_ram~39978_combout ; +wire \text_gen|char_ram~4075_q ; +wire \text_gen|char_ram~491_q ; +wire \text_gen|char_ram~39983_combout ; +wire \text_gen|char_ram~2283_q ; +wire \text_gen|char_ram~5867_q ; +wire \text_gen|char_ram~39984_combout ; +wire \text_gen|char_ram~2507_q ; +wire \text_gen|char_ram~6091_q ; +wire \text_gen|char_ram~4299_q ; +wire \text_gen|char_ram~715_q ; +wire \text_gen|char_ram~39981_combout ; +wire \text_gen|char_ram~39982_combout ; +wire \text_gen|char_ram~39985_combout ; +wire \text_gen|char_ram~4411_q ; +wire \text_gen|char_ram~6203_q ; +wire \text_gen|char_ram~2619feeder_combout ; +wire \text_gen|char_ram~2619_q ; +wire \text_gen|char_ram~827_q ; +wire \text_gen|char_ram~39986_combout ; +wire \text_gen|char_ram~39987_combout ; +wire \text_gen|char_ram~4187_q ; +wire \text_gen|char_ram~5979_q ; +wire \text_gen|char_ram~2395feeder_combout ; +wire \text_gen|char_ram~2395_q ; +wire \text_gen|char_ram~603_q ; +wire \text_gen|char_ram~39979_combout ; +wire \text_gen|char_ram~39980_combout ; +wire \text_gen|char_ram~39988_combout ; +wire \text_gen|char_ram~39989_combout ; +wire \text_gen|char_ram~40000_combout ; +wire \text_gen|char_ram~40043_combout ; +wire \text_gen|char_ram~10011feeder_combout ; +wire \text_gen|char_ram~10011_q ; +wire \text_gen|char_ram~24347_q ; +wire \text_gen|char_ram~2843_q ; +wire \text_gen|char_ram~17179feeder_combout ; +wire \text_gen|char_ram~17179_q ; +wire \text_gen|char_ram~39919_combout ; +wire \text_gen|char_ram~39920_combout ; +wire \text_gen|char_ram~22555feeder_combout ; +wire \text_gen|char_ram~22555_q ; +wire \text_gen|char_ram~8219feeder_combout ; +wire \text_gen|char_ram~8219_q ; +wire \text_gen|char_ram~15387feeder_combout ; +wire \text_gen|char_ram~15387_q ; +wire \text_gen|char_ram~1051_q ; +wire \text_gen|char_ram~39921_combout ; +wire \text_gen|char_ram~39922_combout ; +wire \text_gen|char_ram~39923_combout ; +wire \text_gen|char_ram~26139feeder_combout ; +wire \text_gen|char_ram~26139_q ; +wire \text_gen|char_ram~18971_q ; +wire \text_gen|char_ram~11803feeder_combout ; +wire \text_gen|char_ram~11803_q ; +wire \text_gen|char_ram~4635_q ; +wire \text_gen|char_ram~39917_combout ; +wire \text_gen|char_ram~39918_combout ; +wire \text_gen|char_ram~20763_q ; +wire \text_gen|char_ram~27931_q ; +wire \text_gen|char_ram~13595feeder_combout ; +wire \text_gen|char_ram~13595_q ; +wire \text_gen|char_ram~6427_q ; +wire \text_gen|char_ram~39924_combout ; +wire \text_gen|char_ram~39925_combout ; +wire \text_gen|char_ram~39926_combout ; +wire \text_gen|char_ram~20875feeder_combout ; +wire \text_gen|char_ram~20875_q ; +wire \text_gen|char_ram~28043_q ; +wire \text_gen|char_ram~13707feeder_combout ; +wire \text_gen|char_ram~13707_q ; +wire \text_gen|char_ram~6539_q ; +wire \text_gen|char_ram~39934_combout ; +wire \text_gen|char_ram~39935_combout ; +wire \text_gen|char_ram~10123feeder_combout ; +wire \text_gen|char_ram~10123_q ; +wire \text_gen|char_ram~24459_q ; +wire \text_gen|char_ram~2955_q ; +wire \text_gen|char_ram~17291feeder_combout ; +wire \text_gen|char_ram~17291_q ; +wire \text_gen|char_ram~39927_combout ; +wire \text_gen|char_ram~39928_combout ; +wire \text_gen|char_ram~22667feeder_combout ; +wire \text_gen|char_ram~22667_q ; +wire \text_gen|char_ram~15499_q ; +wire \text_gen|char_ram~1163feeder_combout ; +wire \text_gen|char_ram~1163_q ; +wire \text_gen|char_ram~8331_q ; +wire \text_gen|char_ram~39931_combout ; +wire \text_gen|char_ram~39932_combout ; +wire \text_gen|char_ram~19083feeder_combout ; +wire \text_gen|char_ram~19083_q ; +wire \text_gen|char_ram~26251feeder_combout ; +wire \text_gen|char_ram~26251_q ; +wire \text_gen|char_ram~11915feeder_combout ; +wire \text_gen|char_ram~11915_q ; +wire \text_gen|char_ram~4747_q ; +wire \text_gen|char_ram~39929_combout ; +wire \text_gen|char_ram~39930_combout ; +wire \text_gen|char_ram~39933_combout ; +wire \text_gen|char_ram~39936_combout ; +wire \text_gen|char_ram~2731_q ; +wire \text_gen|char_ram~17067feeder_combout ; +wire \text_gen|char_ram~17067_q ; +wire \text_gen|char_ram~39937_combout ; +wire \text_gen|char_ram~24235_q ; +wire \text_gen|char_ram~9899feeder_combout ; +wire \text_gen|char_ram~9899_q ; +wire \text_gen|char_ram~39938_combout ; +wire \text_gen|char_ram~20651_q ; +wire \text_gen|char_ram~27819_q ; +wire \text_gen|char_ram~13483_q ; +wire \text_gen|char_ram~6315_q ; +wire \text_gen|char_ram~39944_combout ; +wire \text_gen|char_ram~39945_combout ; +wire \text_gen|char_ram~18859_q ; +wire \text_gen|char_ram~26027_q ; +wire \text_gen|char_ram~11691_q ; +wire \text_gen|char_ram~4523_q ; +wire \text_gen|char_ram~39939_combout ; +wire \text_gen|char_ram~39940_combout ; +wire \text_gen|char_ram~8107_q ; +wire \text_gen|char_ram~22443_q ; +wire \text_gen|char_ram~15275_q ; +wire \text_gen|char_ram~939_q ; +wire \text_gen|char_ram~39941_combout ; +wire \text_gen|char_ram~39942_combout ; +wire \text_gen|char_ram~39943_combout ; +wire \text_gen|char_ram~39946_combout ; +wire \text_gen|char_ram~39947_combout ; +wire \text_gen|char_ram~24571_q ; +wire \text_gen|char_ram~28155_q ; +wire \text_gen|char_ram~17403_q ; +wire \text_gen|char_ram~20987_q ; +wire \text_gen|char_ram~39955_combout ; +wire \text_gen|char_ram~39956_combout ; +wire \text_gen|char_ram~10235feeder_combout ; +wire \text_gen|char_ram~10235_q ; +wire \text_gen|char_ram~13819_q ; +wire \text_gen|char_ram~6651_q ; +wire \text_gen|char_ram~3067_q ; +wire \text_gen|char_ram~39950_combout ; +wire \text_gen|char_ram~39951_combout ; +wire \text_gen|char_ram~8443feeder_combout ; +wire \text_gen|char_ram~8443_q ; +wire \text_gen|char_ram~12027_q ; +wire \text_gen|char_ram~1275feeder_combout ; +wire \text_gen|char_ram~1275_q ; +wire \text_gen|char_ram~4859_q ; +wire \text_gen|char_ram~39952_combout ; +wire \text_gen|char_ram~39953_combout ; +wire \text_gen|char_ram~39954_combout ; +wire \text_gen|char_ram~19195_q ; +wire \text_gen|char_ram~15611_q ; +wire \text_gen|char_ram~39948_combout ; +wire \text_gen|char_ram~26363_q ; +wire \text_gen|char_ram~22779_q ; +wire \text_gen|char_ram~39949_combout ; +wire \text_gen|char_ram~39957_combout ; +wire \text_gen|char_ram~39958_combout ; +wire \text_gen|char_ram~40086_combout ; +wire \text_gen|char_ram~12447feeder_combout ; +wire \text_gen|char_ram~12447_q ; +wire \text_gen|char_ram~10655_q ; +wire \text_gen|char_ram~8863_q ; +wire \text_gen|char_ram~40167_combout ; +wire \text_gen|char_ram~14239_q ; +wire \text_gen|char_ram~40168_combout ; +wire \text_gen|char_ram~10543_q ; +wire \text_gen|char_ram~14127_q ; +wire \text_gen|char_ram~12335_q ; +wire \text_gen|char_ram~8751_q ; +wire \text_gen|char_ram~40160_combout ; +wire \text_gen|char_ram~40161_combout ; +wire \text_gen|char_ram~10319_q ; +wire \text_gen|char_ram~13903_q ; +wire \text_gen|char_ram~8527_q ; +wire \text_gen|char_ram~12111_q ; +wire \text_gen|char_ram~40164_combout ; +wire \text_gen|char_ram~40165_combout ; +wire \text_gen|char_ram~12223feeder_combout ; +wire \text_gen|char_ram~12223_q ; +wire \text_gen|char_ram~14015_q ; +wire \text_gen|char_ram~10431_q ; +wire \text_gen|char_ram~8639_q ; +wire \text_gen|char_ram~40162_combout ; +wire \text_gen|char_ram~40163_combout ; +wire \text_gen|char_ram~40166_combout ; +wire \text_gen|char_ram~40169_combout ; +wire \text_gen|char_ram~10207feeder_combout ; +wire \text_gen|char_ram~10207_q ; +wire \text_gen|char_ram~8415_q ; +wire \text_gen|char_ram~40146_combout ; +wire \text_gen|char_ram~11999feeder_combout ; +wire \text_gen|char_ram~11999_q ; +wire \text_gen|char_ram~13791_q ; +wire \text_gen|char_ram~40147_combout ; +wire \text_gen|char_ram~11775feeder_combout ; +wire \text_gen|char_ram~11775_q ; +wire \text_gen|char_ram~13567_q ; +wire \text_gen|char_ram~9983_q ; +wire \text_gen|char_ram~8191_q ; +wire \text_gen|char_ram~40139_combout ; +wire \text_gen|char_ram~40140_combout ; +wire \text_gen|char_ram~10095_q ; +wire \text_gen|char_ram~13679_q ; +wire \text_gen|char_ram~11887feeder_combout ; +wire \text_gen|char_ram~11887_q ; +wire \text_gen|char_ram~8303_q ; +wire \text_gen|char_ram~40141_combout ; +wire \text_gen|char_ram~40142_combout ; +wire \text_gen|char_ram~9871feeder_combout ; +wire \text_gen|char_ram~9871_q ; +wire \text_gen|char_ram~13455_q ; +wire \text_gen|char_ram~11663feeder_combout ; +wire \text_gen|char_ram~11663_q ; +wire \text_gen|char_ram~8079_q ; +wire \text_gen|char_ram~40143_combout ; +wire \text_gen|char_ram~40144_combout ; +wire \text_gen|char_ram~40145_combout ; +wire \text_gen|char_ram~40148_combout ; +wire \text_gen|char_ram~11103feeder_combout ; +wire \text_gen|char_ram~11103_q ; +wire \text_gen|char_ram~12895_q ; +wire \text_gen|char_ram~9311_q ; +wire \text_gen|char_ram~7519_q ; +wire \text_gen|char_ram~40156_combout ; +wire \text_gen|char_ram~40157_combout ; +wire \text_gen|char_ram~9199_q ; +wire \text_gen|char_ram~12783_q ; +wire \text_gen|char_ram~10991feeder_combout ; +wire \text_gen|char_ram~10991_q ; +wire \text_gen|char_ram~7407_q ; +wire \text_gen|char_ram~40151_combout ; +wire \text_gen|char_ram~40152_combout ; +wire \text_gen|char_ram~8975feeder_combout ; +wire \text_gen|char_ram~8975_q ; +wire \text_gen|char_ram~12559_q ; +wire \text_gen|char_ram~7183_q ; +wire \text_gen|char_ram~10767feeder_combout ; +wire \text_gen|char_ram~10767_q ; +wire \text_gen|char_ram~40153_combout ; +wire \text_gen|char_ram~40154_combout ; +wire \text_gen|char_ram~40155_combout ; +wire \text_gen|char_ram~10879feeder_combout ; +wire \text_gen|char_ram~10879_q ; +wire \text_gen|char_ram~12671_q ; +wire \text_gen|char_ram~9087feeder_combout ; +wire \text_gen|char_ram~9087_q ; +wire \text_gen|char_ram~7295_q ; +wire \text_gen|char_ram~40149_combout ; +wire \text_gen|char_ram~40150_combout ; +wire \text_gen|char_ram~40158_combout ; +wire \text_gen|char_ram~40159_combout ; +wire \text_gen|char_ram~11551feeder_combout ; +wire \text_gen|char_ram~11551_q ; +wire \text_gen|char_ram~13343_q ; +wire \text_gen|char_ram~7967_q ; +wire \text_gen|char_ram~9759feeder_combout ; +wire \text_gen|char_ram~9759_q ; +wire \text_gen|char_ram~40136_combout ; +wire \text_gen|char_ram~40137_combout ; +wire \text_gen|char_ram~11439_q ; +wire \text_gen|char_ram~7855_q ; +wire \text_gen|char_ram~40129_combout ; +wire \text_gen|char_ram~9647feeder_combout ; +wire \text_gen|char_ram~9647_q ; +wire \text_gen|char_ram~13231_q ; +wire \text_gen|char_ram~40130_combout ; +wire \text_gen|char_ram~9423feeder_combout ; +wire \text_gen|char_ram~9423_q ; +wire \text_gen|char_ram~13007_q ; +wire \text_gen|char_ram~11215_q ; +wire \text_gen|char_ram~7631_q ; +wire \text_gen|char_ram~40133_combout ; +wire \text_gen|char_ram~40134_combout ; +wire \text_gen|char_ram~11327_q ; +wire \text_gen|char_ram~9535feeder_combout ; +wire \text_gen|char_ram~9535_q ; +wire \text_gen|char_ram~7743_q ; +wire \text_gen|char_ram~40131_combout ; +wire \text_gen|char_ram~13119_q ; +wire \text_gen|char_ram~40132_combout ; +wire \text_gen|char_ram~40135_combout ; +wire \text_gen|char_ram~40138_combout ; +wire \text_gen|char_ram~40170_combout ; +wire \text_gen|char_ram~2143_q ; +wire \text_gen|char_ram~351_q ; +wire \text_gen|char_ram~40198_combout ; +wire \text_gen|char_ram~3935_q ; +wire \text_gen|char_ram~5727_q ; +wire \text_gen|char_ram~40199_combout ; +wire \text_gen|char_ram~3711_q ; +wire \text_gen|char_ram~5503_q ; +wire \text_gen|char_ram~1919_q ; +wire \text_gen|char_ram~127_q ; +wire \text_gen|char_ram~40191_combout ; +wire \text_gen|char_ram~40192_combout ; +wire \text_gen|char_ram~3599feeder_combout ; +wire \text_gen|char_ram~3599_q ; +wire \text_gen|char_ram~5391_q ; +wire \text_gen|char_ram~1807_q ; +wire \text_gen|char_ram~15feeder_combout ; +wire \text_gen|char_ram~15_q ; +wire \text_gen|char_ram~40195_combout ; +wire \text_gen|char_ram~40196_combout ; +wire \text_gen|char_ram~3823_q ; +wire \text_gen|char_ram~5615_q ; +wire \text_gen|char_ram~2031_q ; +wire \text_gen|char_ram~239_q ; +wire \text_gen|char_ram~40193_combout ; +wire \text_gen|char_ram~40194_combout ; +wire \text_gen|char_ram~40197_combout ; +wire \text_gen|char_ram~40200_combout ; +wire \text_gen|char_ram~4271_q ; +wire \text_gen|char_ram~6063_q ; +wire \text_gen|char_ram~2479feeder_combout ; +wire \text_gen|char_ram~2479_q ; +wire \text_gen|char_ram~687_q ; +wire \text_gen|char_ram~40181_combout ; +wire \text_gen|char_ram~40182_combout ; +wire \text_gen|char_ram~4047_q ; +wire \text_gen|char_ram~5839_q ; +wire \text_gen|char_ram~2255feeder_combout ; +wire \text_gen|char_ram~2255_q ; +wire \text_gen|char_ram~463_q ; +wire \text_gen|char_ram~40185_combout ; +wire \text_gen|char_ram~40186_combout ; +wire \text_gen|char_ram~4159_q ; +wire \text_gen|char_ram~5951_q ; +wire \text_gen|char_ram~2367feeder_combout ; +wire \text_gen|char_ram~2367_q ; +wire \text_gen|char_ram~575_q ; +wire \text_gen|char_ram~40183_combout ; +wire \text_gen|char_ram~40184_combout ; +wire \text_gen|char_ram~40187_combout ; +wire \text_gen|char_ram~4383_q ; +wire \text_gen|char_ram~6175_q ; +wire \text_gen|char_ram~2591feeder_combout ; +wire \text_gen|char_ram~2591_q ; +wire \text_gen|char_ram~799_q ; +wire \text_gen|char_ram~40188_combout ; +wire \text_gen|char_ram~40189_combout ; +wire \text_gen|char_ram~40190_combout ; +wire \text_gen|char_ram~40201_combout ; +wire \text_gen|char_ram~4607_q ; +wire \text_gen|char_ram~6399_q ; +wire \text_gen|char_ram~2815_q ; +wire \text_gen|char_ram~1023_q ; +wire \text_gen|char_ram~40171_combout ; +wire \text_gen|char_ram~40172_combout ; +wire \text_gen|char_ram~3039feeder_combout ; +wire \text_gen|char_ram~3039_q ; +wire \text_gen|char_ram~1247_q ; +wire \text_gen|char_ram~40178_combout ; +wire \text_gen|char_ram~6623feeder_combout ; +wire \text_gen|char_ram~6623_q ; +wire \text_gen|char_ram~4831_q ; +wire \text_gen|char_ram~40179_combout ; +wire \text_gen|char_ram~4495feeder_combout ; +wire \text_gen|char_ram~4495_q ; +wire \text_gen|char_ram~6287_q ; +wire \text_gen|char_ram~2703feeder_combout ; +wire \text_gen|char_ram~2703_q ; +wire \text_gen|char_ram~911_q ; +wire \text_gen|char_ram~40175_combout ; +wire \text_gen|char_ram~40176_combout ; +wire \text_gen|char_ram~2927feeder_combout ; +wire \text_gen|char_ram~2927_q ; +wire \text_gen|char_ram~6511_q ; +wire \text_gen|char_ram~4719feeder_combout ; +wire \text_gen|char_ram~4719_q ; +wire \text_gen|char_ram~1135_q ; +wire \text_gen|char_ram~40173_combout ; +wire \text_gen|char_ram~40174_combout ; +wire \text_gen|char_ram~40177_combout ; +wire \text_gen|char_ram~40180_combout ; +wire \text_gen|char_ram~5279_q ; +wire \text_gen|char_ram~7071_q ; +wire \text_gen|char_ram~3487_q ; +wire \text_gen|char_ram~1695_q ; +wire \text_gen|char_ram~40209_combout ; +wire \text_gen|char_ram~40210_combout ; +wire \text_gen|char_ram~3375feeder_combout ; +wire \text_gen|char_ram~3375_q ; +wire \text_gen|char_ram~6959_q ; +wire \text_gen|char_ram~5167_q ; +wire \text_gen|char_ram~1583_q ; +wire \text_gen|char_ram~40202_combout ; +wire \text_gen|char_ram~40203_combout ; +wire \text_gen|char_ram~3151_q ; +wire \text_gen|char_ram~6735_q ; +wire \text_gen|char_ram~4943_q ; +wire \text_gen|char_ram~1359_q ; +wire \text_gen|char_ram~40206_combout ; +wire \text_gen|char_ram~40207_combout ; +wire \text_gen|char_ram~5055_q ; +wire \text_gen|char_ram~6847_q ; +wire \text_gen|char_ram~3263feeder_combout ; +wire \text_gen|char_ram~3263_q ; +wire \text_gen|char_ram~1471_q ; +wire \text_gen|char_ram~40204_combout ; +wire \text_gen|char_ram~40205_combout ; +wire \text_gen|char_ram~40208_combout ; +wire \text_gen|char_ram~40211_combout ; +wire \text_gen|char_ram~40212_combout ; +wire \text_gen|char_ram~40213_combout ; +wire \text_gen|char_ram~19615_q ; +wire \text_gen|char_ram~21407_q ; +wire \text_gen|char_ram~17823feeder_combout ; +wire \text_gen|char_ram~17823_q ; +wire \text_gen|char_ram~16031_q ; +wire \text_gen|char_ram~40125_combout ; +wire \text_gen|char_ram~40126_combout ; +wire \text_gen|char_ram~17711_q ; +wire \text_gen|char_ram~21295_q ; +wire \text_gen|char_ram~15919_q ; +wire \text_gen|char_ram~19503feeder_combout ; +wire \text_gen|char_ram~19503_q ; +wire \text_gen|char_ram~40118_combout ; +wire \text_gen|char_ram~40119_combout ; +wire \text_gen|char_ram~17487feeder_combout ; +wire \text_gen|char_ram~17487_q ; +wire \text_gen|char_ram~21071_q ; +wire \text_gen|char_ram~19279_q ; +wire \text_gen|char_ram~15695_q ; +wire \text_gen|char_ram~40122_combout ; +wire \text_gen|char_ram~40123_combout ; +wire \text_gen|char_ram~19391feeder_combout ; +wire \text_gen|char_ram~19391_q ; +wire \text_gen|char_ram~21183_q ; +wire \text_gen|char_ram~17599feeder_combout ; +wire \text_gen|char_ram~17599_q ; +wire \text_gen|char_ram~15807_q ; +wire \text_gen|char_ram~40120_combout ; +wire \text_gen|char_ram~40121_combout ; +wire \text_gen|char_ram~40124_combout ; +wire \text_gen|char_ram~40127_combout ; +wire \text_gen|char_ram~18047_q ; +wire \text_gen|char_ram~19839_q ; +wire \text_gen|char_ram~16255_q ; +wire \text_gen|char_ram~14463_q ; +wire \text_gen|char_ram~40107_combout ; +wire \text_gen|char_ram~40108_combout ; +wire \text_gen|char_ram~16367feeder_combout ; +wire \text_gen|char_ram~16367_q ; +wire \text_gen|char_ram~19951_q ; +wire \text_gen|char_ram~14575_q ; +wire \text_gen|char_ram~18159_q ; +wire \text_gen|char_ram~40109_combout ; +wire \text_gen|char_ram~40110_combout ; +wire \text_gen|char_ram~16143feeder_combout ; +wire \text_gen|char_ram~16143_q ; +wire \text_gen|char_ram~19727_q ; +wire \text_gen|char_ram~17935_q ; +wire \text_gen|char_ram~14351_q ; +wire \text_gen|char_ram~40111_combout ; +wire \text_gen|char_ram~40112_combout ; +wire \text_gen|char_ram~40113_combout ; +wire \text_gen|char_ram~18271_q ; +wire \text_gen|char_ram~20063_q ; +wire \text_gen|char_ram~16479_q ; +wire \text_gen|char_ram~14687_q ; +wire \text_gen|char_ram~40114_combout ; +wire \text_gen|char_ram~40115_combout ; +wire \text_gen|char_ram~40116_combout ; +wire \text_gen|char_ram~16815_q ; +wire \text_gen|char_ram~20399_q ; +wire \text_gen|char_ram~18607_q ; +wire \text_gen|char_ram~15023_q ; +wire \text_gen|char_ram~40097_combout ; +wire \text_gen|char_ram~40098_combout ; +wire \text_gen|char_ram~16591_q ; +wire \text_gen|char_ram~20175_q ; +wire \text_gen|char_ram~18383feeder_combout ; +wire \text_gen|char_ram~18383_q ; +wire \text_gen|char_ram~14799_q ; +wire \text_gen|char_ram~40101_combout ; +wire \text_gen|char_ram~40102_combout ; +wire \text_gen|char_ram~18495_q ; +wire \text_gen|char_ram~20287_q ; +wire \text_gen|char_ram~14911_q ; +wire \text_gen|char_ram~16703feeder_combout ; +wire \text_gen|char_ram~16703_q ; +wire \text_gen|char_ram~40099_combout ; +wire \text_gen|char_ram~40100_combout ; +wire \text_gen|char_ram~40103_combout ; +wire \text_gen|char_ram~18719_q ; +wire \text_gen|char_ram~20511_q ; +wire \text_gen|char_ram~15135_q ; +wire \text_gen|char_ram~16927_q ; +wire \text_gen|char_ram~40104_combout ; +wire \text_gen|char_ram~40105_combout ; +wire \text_gen|char_ram~40106_combout ; +wire \text_gen|char_ram~40117_combout ; +wire \text_gen|char_ram~17375feeder_combout ; +wire \text_gen|char_ram~17375_q ; +wire \text_gen|char_ram~15583_q ; +wire \text_gen|char_ram~40094_combout ; +wire \text_gen|char_ram~20959_q ; +wire \text_gen|char_ram~19167_q ; +wire \text_gen|char_ram~40095_combout ; +wire \text_gen|char_ram~20735_q ; +wire \text_gen|char_ram~18943_q ; +wire \text_gen|char_ram~15359_q ; +wire \text_gen|char_ram~17151_q ; +wire \text_gen|char_ram~40087_combout ; +wire \text_gen|char_ram~40088_combout ; +wire \text_gen|char_ram~17263feeder_combout ; +wire \text_gen|char_ram~17263_q ; +wire \text_gen|char_ram~20847_q ; +wire \text_gen|char_ram~19055_q ; +wire \text_gen|char_ram~15471_q ; +wire \text_gen|char_ram~40089_combout ; +wire \text_gen|char_ram~40090_combout ; +wire \text_gen|char_ram~18831_q ; +wire \text_gen|char_ram~15247_q ; +wire \text_gen|char_ram~40091_combout ; +wire \text_gen|char_ram~20623_q ; +wire \text_gen|char_ram~17039_q ; +wire \text_gen|char_ram~40092_combout ; +wire \text_gen|char_ram~40093_combout ; +wire \text_gen|char_ram~40096_combout ; +wire \text_gen|char_ram~40128_combout ; +wire \text_gen|char_ram~24431_q ; +wire \text_gen|char_ram~28015_q ; +wire \text_gen|char_ram~26223_q ; +wire \text_gen|char_ram~22639_q ; +wire \text_gen|char_ram~40214_combout ; +wire \text_gen|char_ram~40215_combout ; +wire \text_gen|char_ram~26671_q ; +wire \text_gen|char_ram~28463_q ; +wire \text_gen|char_ram~24879feeder_combout ; +wire \text_gen|char_ram~24879_q ; +wire \text_gen|char_ram~23087_q ; +wire \text_gen|char_ram~40221_combout ; +wire \text_gen|char_ram~40222_combout ; +wire \text_gen|char_ram~25775feeder_combout ; +wire \text_gen|char_ram~25775_q ; +wire \text_gen|char_ram~27567_q ; +wire \text_gen|char_ram~23983feeder_combout ; +wire \text_gen|char_ram~23983_q ; +wire \text_gen|char_ram~22191_q ; +wire \text_gen|char_ram~40216_combout ; +wire \text_gen|char_ram~40217_combout ; +wire \text_gen|char_ram~23535feeder_combout ; +wire \text_gen|char_ram~23535_q ; +wire \text_gen|char_ram~21743_q ; +wire \text_gen|char_ram~25327feeder_combout ; +wire \text_gen|char_ram~25327_q ; +wire \text_gen|char_ram~40218_combout ; +wire \text_gen|char_ram~27119_q ; +wire \text_gen|char_ram~40219_combout ; +wire \text_gen|char_ram~40220_combout ; +wire \text_gen|char_ram~40223_combout ; +wire \text_gen|char_ram~24991_q ; +wire \text_gen|char_ram~23199_q ; +wire \text_gen|char_ram~40252_combout ; +wire \text_gen|char_ram~28575_q ; +wire \text_gen|char_ram~26783_q ; +wire \text_gen|char_ram~40253_combout ; +wire \text_gen|char_ram~25887_q ; +wire \text_gen|char_ram~27679_q ; +wire \text_gen|char_ram~22303_q ; +wire \text_gen|char_ram~24095feeder_combout ; +wire \text_gen|char_ram~24095_q ; +wire \text_gen|char_ram~40245_combout ; +wire \text_gen|char_ram~40246_combout ; +wire \text_gen|char_ram~24543_q ; +wire \text_gen|char_ram~28127_q ; +wire \text_gen|char_ram~26335_q ; +wire \text_gen|char_ram~22751_q ; +wire \text_gen|char_ram~40247_combout ; +wire \text_gen|char_ram~40248_combout ; +wire \text_gen|char_ram~23647_q ; +wire \text_gen|char_ram~27231_q ; +wire \text_gen|char_ram~25439feeder_combout ; +wire \text_gen|char_ram~25439_q ; +wire \text_gen|char_ram~21855_q ; +wire \text_gen|char_ram~40249_combout ; +wire \text_gen|char_ram~40250_combout ; +wire \text_gen|char_ram~40251_combout ; +wire \text_gen|char_ram~40254_combout ; +wire \text_gen|char_ram~25663_q ; +wire \text_gen|char_ram~27455_q ; +wire \text_gen|char_ram~23871feeder_combout ; +wire \text_gen|char_ram~23871_q ; +wire \text_gen|char_ram~22079_q ; +wire \text_gen|char_ram~40224_combout ; +wire \text_gen|char_ram~40225_combout ; +wire \text_gen|char_ram~26559feeder_combout ; +wire \text_gen|char_ram~26559_q ; +wire \text_gen|char_ram~24767feeder_combout ; +wire \text_gen|char_ram~24767_q ; +wire \text_gen|char_ram~22975_q ; +wire \text_gen|char_ram~40231_combout ; +wire \text_gen|char_ram~28351_q ; +wire \text_gen|char_ram~40232_combout ; +wire \text_gen|char_ram~24319_q ; +wire \text_gen|char_ram~27903_q ; +wire \text_gen|char_ram~26111feeder_combout ; +wire \text_gen|char_ram~26111_q ; +wire \text_gen|char_ram~22527_q ; +wire \text_gen|char_ram~40226_combout ; +wire \text_gen|char_ram~40227_combout ; +wire \text_gen|char_ram~23423_q ; +wire \text_gen|char_ram~27007_q ; +wire \text_gen|char_ram~21631_q ; +wire \text_gen|char_ram~25215_q ; +wire \text_gen|char_ram~40228_combout ; +wire \text_gen|char_ram~40229_combout ; +wire \text_gen|char_ram~40230_combout ; +wire \text_gen|char_ram~40233_combout ; +wire \text_gen|char_ram~23311_q ; +wire \text_gen|char_ram~26895_q ; +wire \text_gen|char_ram~25103_q ; +wire \text_gen|char_ram~21519_q ; +wire \text_gen|char_ram~40238_combout ; +wire \text_gen|char_ram~40239_combout ; +wire \text_gen|char_ram~25551feeder_combout ; +wire \text_gen|char_ram~25551_q ; +wire \text_gen|char_ram~27343_q ; +wire \text_gen|char_ram~23759feeder_combout ; +wire \text_gen|char_ram~23759_q ; +wire \text_gen|char_ram~21967_q ; +wire \text_gen|char_ram~40236_combout ; +wire \text_gen|char_ram~40237_combout ; +wire \text_gen|char_ram~40240_combout ; +wire \text_gen|char_ram~24207_q ; +wire \text_gen|char_ram~27791_q ; +wire \text_gen|char_ram~22415_q ; +wire \text_gen|char_ram~25999_q ; +wire \text_gen|char_ram~40234_combout ; +wire \text_gen|char_ram~40235_combout ; +wire \text_gen|char_ram~26447_q ; +wire \text_gen|char_ram~28239_q ; +wire \text_gen|char_ram~24655feeder_combout ; +wire \text_gen|char_ram~24655_q ; +wire \text_gen|char_ram~22863_q ; +wire \text_gen|char_ram~40241_combout ; +wire \text_gen|char_ram~40242_combout ; +wire \text_gen|char_ram~40243_combout ; +wire \text_gen|char_ram~40244_combout ; +wire \text_gen|char_ram~40255_combout ; +wire \text_gen|char_ram~40256_combout ; +wire \text_gen|char_ram~40257_combout ; +wire \text_gen|char_ram~13350_q ; +wire \text_gen|char_ram~11558_q ; +wire \text_gen|char_ram~9766feeder_combout ; +wire \text_gen|char_ram~9766_q ; +wire \text_gen|char_ram~7974_q ; +wire \text_gen|char_ram~39778_combout ; +wire \text_gen|char_ram~39779_combout ; +wire \text_gen|char_ram~14246_q ; +wire \text_gen|char_ram~12454_q ; +wire \text_gen|char_ram~8870_q ; +wire \text_gen|char_ram~10662_q ; +wire \text_gen|char_ram~39785_combout ; +wire \text_gen|char_ram~39786_combout ; +wire \text_gen|char_ram~9318_q ; +wire \text_gen|char_ram~12902_q ; +wire \text_gen|char_ram~11110feeder_combout ; +wire \text_gen|char_ram~11110_q ; +wire \text_gen|char_ram~7526_q ; +wire \text_gen|char_ram~39782_combout ; +wire \text_gen|char_ram~39783_combout ; +wire \text_gen|char_ram~10214_q ; +wire \text_gen|char_ram~13798_q ; +wire \text_gen|char_ram~12006_q ; +wire \text_gen|char_ram~8422_q ; +wire \text_gen|char_ram~39780_combout ; +wire \text_gen|char_ram~39781_combout ; +wire \text_gen|char_ram~39784_combout ; +wire \text_gen|char_ram~39787_combout ; +wire \text_gen|char_ram~14022_q ; +wire \text_gen|char_ram~12230_q ; +wire \text_gen|char_ram~8646_q ; +wire \text_gen|char_ram~10438_q ; +wire \text_gen|char_ram~39754_combout ; +wire \text_gen|char_ram~39755_combout ; +wire \text_gen|char_ram~13126_q ; +wire \text_gen|char_ram~11334_q ; +wire \text_gen|char_ram~9542_q ; +wire \text_gen|char_ram~7750_q ; +wire \text_gen|char_ram~39747_combout ; +wire \text_gen|char_ram~39748_combout ; +wire \text_gen|char_ram~9990feeder_combout ; +wire \text_gen|char_ram~9990_q ; +wire \text_gen|char_ram~13574_q ; +wire \text_gen|char_ram~11782feeder_combout ; +wire \text_gen|char_ram~11782_q ; +wire \text_gen|char_ram~8198_q ; +wire \text_gen|char_ram~39749_combout ; +wire \text_gen|char_ram~39750_combout ; +wire \text_gen|char_ram~9094_q ; +wire \text_gen|char_ram~12678_q ; +wire \text_gen|char_ram~7302_q ; +wire \text_gen|char_ram~10886_q ; +wire \text_gen|char_ram~39751_combout ; +wire \text_gen|char_ram~39752_combout ; +wire \text_gen|char_ram~39753_combout ; +wire \text_gen|char_ram~39756_combout ; +wire \text_gen|char_ram~12118_q ; +wire \text_gen|char_ram~13910_q ; +wire \text_gen|char_ram~10326_q ; +wire \text_gen|char_ram~8534_q ; +wire \text_gen|char_ram~39774_combout ; +wire \text_gen|char_ram~39775_combout ; +wire \text_gen|char_ram~9878_q ; +wire \text_gen|char_ram~13462_q ; +wire \text_gen|char_ram~11670_q ; +wire \text_gen|char_ram~8086_q ; +wire \text_gen|char_ram~39767_combout ; +wire \text_gen|char_ram~39768_combout ; +wire \text_gen|char_ram~11222_q ; +wire \text_gen|char_ram~13014_q ; +wire \text_gen|char_ram~9430_q ; +wire \text_gen|char_ram~7638_q ; +wire \text_gen|char_ram~39769_combout ; +wire \text_gen|char_ram~39770_combout ; +wire \text_gen|char_ram~8982_q ; +wire \text_gen|char_ram~12566_q ; +wire \text_gen|char_ram~10774feeder_combout ; +wire \text_gen|char_ram~10774_q ; +wire \text_gen|char_ram~7190_q ; +wire \text_gen|char_ram~39771_combout ; +wire \text_gen|char_ram~39772_combout ; +wire \text_gen|char_ram~39773_combout ; +wire \text_gen|char_ram~39776_combout ; +wire \text_gen|char_ram~12342feeder_combout ; +wire \text_gen|char_ram~12342_q ; +wire \text_gen|char_ram~14134_q ; +wire \text_gen|char_ram~10550feeder_combout ; +wire \text_gen|char_ram~10550_q ; +wire \text_gen|char_ram~8758_q ; +wire \text_gen|char_ram~39764_combout ; +wire \text_gen|char_ram~39765_combout ; +wire \text_gen|char_ram~9206_q ; +wire \text_gen|char_ram~12790_q ; +wire \text_gen|char_ram~10998_q ; +wire \text_gen|char_ram~7414_q ; +wire \text_gen|char_ram~39761_combout ; +wire \text_gen|char_ram~39762_combout ; +wire \text_gen|char_ram~13238feeder_combout ; +wire \text_gen|char_ram~13238_q ; +wire \text_gen|char_ram~11446feeder_combout ; +wire \text_gen|char_ram~11446_q ; +wire \text_gen|char_ram~9654_q ; +wire \text_gen|char_ram~7862_q ; +wire \text_gen|char_ram~39759_combout ; +wire \text_gen|char_ram~39760_combout ; +wire \text_gen|char_ram~39763_combout ; +wire \text_gen|char_ram~10102feeder_combout ; +wire \text_gen|char_ram~10102_q ; +wire \text_gen|char_ram~13686_q ; +wire \text_gen|char_ram~11894_q ; +wire \text_gen|char_ram~8310_q ; +wire \text_gen|char_ram~39757_combout ; +wire \text_gen|char_ram~39758_combout ; +wire \text_gen|char_ram~39766_combout ; +wire \text_gen|char_ram~39777_combout ; +wire \text_gen|char_ram~39788_combout ; +wire \text_gen|char_ram~25670_q ; +wire \text_gen|char_ram~26566_q ; +wire \text_gen|char_ram~26118_q ; +wire \text_gen|char_ram~25222_q ; +wire \text_gen|char_ram~39876_combout ; +wire \text_gen|char_ram~39877_combout ; +wire \text_gen|char_ram~22086feeder_combout ; +wire \text_gen|char_ram~22086_q ; +wire \text_gen|char_ram~22982_q ; +wire \text_gen|char_ram~21638_q ; +wire \text_gen|char_ram~22534feeder_combout ; +wire \text_gen|char_ram~22534_q ; +wire \text_gen|char_ram~39878_combout ; +wire \text_gen|char_ram~39879_combout ; +wire \text_gen|char_ram~39880_combout ; +wire \text_gen|char_ram~27910feeder_combout ; +wire \text_gen|char_ram~27910_q ; +wire \text_gen|char_ram~28358_q ; +wire \text_gen|char_ram~27014_q ; +wire \text_gen|char_ram~27462_q ; +wire \text_gen|char_ram~39881_combout ; +wire \text_gen|char_ram~39882_combout ; +wire \text_gen|char_ram~24774_q ; +wire \text_gen|char_ram~24326_q ; +wire \text_gen|char_ram~23430_q ; +wire \text_gen|char_ram~23878feeder_combout ; +wire \text_gen|char_ram~23878_q ; +wire \text_gen|char_ram~39874_combout ; +wire \text_gen|char_ram~39875_combout ; +wire \text_gen|char_ram~39883_combout ; +wire \text_gen|char_ram~23318feeder_combout ; +wire \text_gen|char_ram~23318_q ; +wire \text_gen|char_ram~26902_q ; +wire \text_gen|char_ram~21526_q ; +wire \text_gen|char_ram~25110_q ; +wire \text_gen|char_ram~39898_combout ; +wire \text_gen|char_ram~39899_combout ; +wire \text_gen|char_ram~25558_q ; +wire \text_gen|char_ram~27350_q ; +wire \text_gen|char_ram~23766feeder_combout ; +wire \text_gen|char_ram~23766_q ; +wire \text_gen|char_ram~21974_q ; +wire \text_gen|char_ram~39896_combout ; +wire \text_gen|char_ram~39897_combout ; +wire \text_gen|char_ram~39900_combout ; +wire \text_gen|char_ram~26454feeder_combout ; +wire \text_gen|char_ram~26454_q ; +wire \text_gen|char_ram~28246_q ; +wire \text_gen|char_ram~22870_q ; +wire \text_gen|char_ram~24662feeder_combout ; +wire \text_gen|char_ram~24662_q ; +wire \text_gen|char_ram~39901_combout ; +wire \text_gen|char_ram~39902_combout ; +wire \text_gen|char_ram~24214feeder_combout ; +wire \text_gen|char_ram~24214_q ; +wire \text_gen|char_ram~27798_q ; +wire \text_gen|char_ram~26006_q ; +wire \text_gen|char_ram~22422_q ; +wire \text_gen|char_ram~39894_combout ; +wire \text_gen|char_ram~39895_combout ; +wire \text_gen|char_ram~39903_combout ; +wire \text_gen|char_ram~25782feeder_combout ; +wire \text_gen|char_ram~25782_q ; +wire \text_gen|char_ram~22198_q ; +wire \text_gen|char_ram~39884_combout ; +wire \text_gen|char_ram~27574_q ; +wire \text_gen|char_ram~23990feeder_combout ; +wire \text_gen|char_ram~23990_q ; +wire \text_gen|char_ram~39885_combout ; +wire \text_gen|char_ram~24886_q ; +wire \text_gen|char_ram~28470_q ; +wire \text_gen|char_ram~26678feeder_combout ; +wire \text_gen|char_ram~26678_q ; +wire \text_gen|char_ram~23094_q ; +wire \text_gen|char_ram~39891_combout ; +wire \text_gen|char_ram~39892_combout ; +wire \text_gen|char_ram~26230feeder_combout ; +wire \text_gen|char_ram~26230_q ; +wire \text_gen|char_ram~28022_q ; +wire \text_gen|char_ram~24438feeder_combout ; +wire \text_gen|char_ram~24438_q ; +wire \text_gen|char_ram~22646_q ; +wire \text_gen|char_ram~39886_combout ; +wire \text_gen|char_ram~39887_combout ; +wire \text_gen|char_ram~25334feeder_combout ; +wire \text_gen|char_ram~25334_q ; +wire \text_gen|char_ram~27126_q ; +wire \text_gen|char_ram~23542feeder_combout ; +wire \text_gen|char_ram~23542_q ; +wire \text_gen|char_ram~21750_q ; +wire \text_gen|char_ram~39888_combout ; +wire \text_gen|char_ram~39889_combout ; +wire \text_gen|char_ram~39890_combout ; +wire \text_gen|char_ram~39893_combout ; +wire \text_gen|char_ram~39904_combout ; +wire \text_gen|char_ram~27686_q ; +wire \text_gen|char_ram~28582_q ; +wire \text_gen|char_ram~27238_q ; +wire \text_gen|char_ram~28134feeder_combout ; +wire \text_gen|char_ram~28134_q ; +wire \text_gen|char_ram~39912_combout ; +wire \text_gen|char_ram~39913_combout ; +wire \text_gen|char_ram~26342feeder_combout ; +wire \text_gen|char_ram~26342_q ; +wire \text_gen|char_ram~26790_q ; +wire \text_gen|char_ram~25446_q ; +wire \text_gen|char_ram~25894feeder_combout ; +wire \text_gen|char_ram~25894_q ; +wire \text_gen|char_ram~39905_combout ; +wire \text_gen|char_ram~39906_combout ; +wire \text_gen|char_ram~24102feeder_combout ; +wire \text_gen|char_ram~24102_q ; +wire \text_gen|char_ram~24998feeder_combout ; +wire \text_gen|char_ram~24998_q ; +wire \text_gen|char_ram~23654_q ; +wire \text_gen|char_ram~24550_q ; +wire \text_gen|char_ram~39907_combout ; +wire \text_gen|char_ram~39908_combout ; +wire \text_gen|char_ram~22758_q ; +wire \text_gen|char_ram~23206_q ; +wire \text_gen|char_ram~21862_q ; +wire \text_gen|char_ram~22310_q ; +wire \text_gen|char_ram~39909_combout ; +wire \text_gen|char_ram~39910_combout ; +wire \text_gen|char_ram~39911_combout ; +wire \text_gen|char_ram~39914_combout ; +wire \text_gen|char_ram~39915_combout ; +wire \text_gen|char_ram~17718_q ; +wire \text_gen|char_ram~21302_q ; +wire \text_gen|char_ram~19510_q ; +wire \text_gen|char_ram~15926_q ; +wire \text_gen|char_ram~39796_combout ; +wire \text_gen|char_ram~39797_combout ; +wire \text_gen|char_ram~16822_q ; +wire \text_gen|char_ram~20406_q ; +wire \text_gen|char_ram~18614_q ; +wire \text_gen|char_ram~15030_q ; +wire \text_gen|char_ram~39789_combout ; +wire \text_gen|char_ram~39790_combout ; +wire \text_gen|char_ram~18166_q ; +wire \text_gen|char_ram~16374_q ; +wire \text_gen|char_ram~14582_q ; +wire \text_gen|char_ram~39793_combout ; +wire \text_gen|char_ram~19958_q ; +wire \text_gen|char_ram~39794_combout ; +wire \text_gen|char_ram~17270_q ; +wire \text_gen|char_ram~15478_q ; +wire \text_gen|char_ram~39791_combout ; +wire \text_gen|char_ram~19062_q ; +wire \text_gen|char_ram~20854_q ; +wire \text_gen|char_ram~39792_combout ; +wire \text_gen|char_ram~39795_combout ; +wire \text_gen|char_ram~39798_combout ; +wire \text_gen|char_ram~19174_q ; +wire \text_gen|char_ram~19622_q ; +wire \text_gen|char_ram~18726feeder_combout ; +wire \text_gen|char_ram~18726_q ; +wire \text_gen|char_ram~18278_q ; +wire \text_gen|char_ram~39820_combout ; +wire \text_gen|char_ram~39821_combout ; +wire \text_gen|char_ram~20518feeder_combout ; +wire \text_gen|char_ram~20518_q ; +wire \text_gen|char_ram~21414_q ; +wire \text_gen|char_ram~20070_q ; +wire \text_gen|char_ram~20966feeder_combout ; +wire \text_gen|char_ram~20966_q ; +wire \text_gen|char_ram~39827_combout ; +wire \text_gen|char_ram~39828_combout ; +wire \text_gen|char_ram~16934feeder_combout ; +wire \text_gen|char_ram~16934_q ; +wire \text_gen|char_ram~17830_q ; +wire \text_gen|char_ram~16486_q ; +wire \text_gen|char_ram~17382_q ; +wire \text_gen|char_ram~39822_combout ; +wire \text_gen|char_ram~39823_combout ; +wire \text_gen|char_ram~15590feeder_combout ; +wire \text_gen|char_ram~15590_q ; +wire \text_gen|char_ram~16038_q ; +wire \text_gen|char_ram~15142feeder_combout ; +wire \text_gen|char_ram~15142_q ; +wire \text_gen|char_ram~14694_q ; +wire \text_gen|char_ram~39824_combout ; +wire \text_gen|char_ram~39825_combout ; +wire \text_gen|char_ram~39826_combout ; +wire \text_gen|char_ram~39829_combout ; +wire \text_gen|char_ram~19286_q ; +wire \text_gen|char_ram~21078_q ; +wire \text_gen|char_ram~15702_q ; +wire \text_gen|char_ram~17494_q ; +wire \text_gen|char_ram~39816_combout ; +wire \text_gen|char_ram~39817_combout ; +wire \text_gen|char_ram~18390feeder_combout ; +wire \text_gen|char_ram~18390_q ; +wire \text_gen|char_ram~20182_q ; +wire \text_gen|char_ram~16598feeder_combout ; +wire \text_gen|char_ram~16598_q ; +wire \text_gen|char_ram~14806_q ; +wire \text_gen|char_ram~39811_combout ; +wire \text_gen|char_ram~39812_combout ; +wire \text_gen|char_ram~16150_q ; +wire \text_gen|char_ram~19734_q ; +wire \text_gen|char_ram~17942_q ; +wire \text_gen|char_ram~14358_q ; +wire \text_gen|char_ram~39813_combout ; +wire \text_gen|char_ram~39814_combout ; +wire \text_gen|char_ram~39815_combout ; +wire \text_gen|char_ram~17046_q ; +wire \text_gen|char_ram~20630_q ; +wire \text_gen|char_ram~18838_q ; +wire \text_gen|char_ram~15254_q ; +wire \text_gen|char_ram~39809_combout ; +wire \text_gen|char_ram~39810_combout ; +wire \text_gen|char_ram~39818_combout ; +wire \text_gen|char_ram~16710feeder_combout ; +wire \text_gen|char_ram~16710_q ; +wire \text_gen|char_ram~16262_q ; +wire \text_gen|char_ram~39799_combout ; +wire \text_gen|char_ram~17606_q ; +wire \text_gen|char_ram~17158_q ; +wire \text_gen|char_ram~39800_combout ; +wire \text_gen|char_ram~20742_q ; +wire \text_gen|char_ram~21190_q ; +wire \text_gen|char_ram~20294_q ; +wire \text_gen|char_ram~19846_q ; +wire \text_gen|char_ram~39806_combout ; +wire \text_gen|char_ram~39807_combout ; +wire \text_gen|char_ram~14918_q ; +wire \text_gen|char_ram~15814_q ; +wire \text_gen|char_ram~15366_q ; +wire \text_gen|char_ram~14470_q ; +wire \text_gen|char_ram~39803_combout ; +wire \text_gen|char_ram~39804_combout ; +wire \text_gen|char_ram~18502feeder_combout ; +wire \text_gen|char_ram~18502_q ; +wire \text_gen|char_ram~19398_q ; +wire \text_gen|char_ram~18950_q ; +wire \text_gen|char_ram~18054_q ; +wire \text_gen|char_ram~39801_combout ; +wire \text_gen|char_ram~39802_combout ; +wire \text_gen|char_ram~39805_combout ; +wire \text_gen|char_ram~39808_combout ; +wire \text_gen|char_ram~39819_combout ; +wire \text_gen|char_ram~39830_combout ; +wire \text_gen|char_ram~6518_q ; +wire \text_gen|char_ram~2934_q ; +wire \text_gen|char_ram~4726_q ; +wire \text_gen|char_ram~1142_q ; +wire \text_gen|char_ram~39831_combout ; +wire \text_gen|char_ram~39832_combout ; +wire \text_gen|char_ram~5174feeder_combout ; +wire \text_gen|char_ram~5174_q ; +wire \text_gen|char_ram~6966_q ; +wire \text_gen|char_ram~3382feeder_combout ; +wire \text_gen|char_ram~3382_q ; +wire \text_gen|char_ram~1590_q ; +wire \text_gen|char_ram~39838_combout ; +wire \text_gen|char_ram~39839_combout ; +wire \text_gen|char_ram~4278feeder_combout ; +wire \text_gen|char_ram~4278_q ; +wire \text_gen|char_ram~6070_q ; +wire \text_gen|char_ram~2486_q ; +wire \text_gen|char_ram~694_q ; +wire \text_gen|char_ram~39833_combout ; +wire \text_gen|char_ram~39834_combout ; +wire \text_gen|char_ram~2038feeder_combout ; +wire \text_gen|char_ram~2038_q ; +wire \text_gen|char_ram~5622_q ; +wire \text_gen|char_ram~3830_q ; +wire \text_gen|char_ram~246_q ; +wire \text_gen|char_ram~39835_combout ; +wire \text_gen|char_ram~39836_combout ; +wire \text_gen|char_ram~39837_combout ; +wire \text_gen|char_ram~39840_combout ; +wire \text_gen|char_ram~4950_q ; +wire \text_gen|char_ram~3158_q ; +wire \text_gen|char_ram~1366_q ; +wire \text_gen|char_ram~39858_combout ; +wire \text_gen|char_ram~6742_q ; +wire \text_gen|char_ram~39859_combout ; +wire \text_gen|char_ram~1814feeder_combout ; +wire \text_gen|char_ram~1814_q ; +wire \text_gen|char_ram~5398_q ; +wire \text_gen|char_ram~3606feeder_combout ; +wire \text_gen|char_ram~3606_q ; +wire \text_gen|char_ram~22_q ; +wire \text_gen|char_ram~39855_combout ; +wire \text_gen|char_ram~39856_combout ; +wire \text_gen|char_ram~4054_q ; +wire \text_gen|char_ram~5846_q ; +wire \text_gen|char_ram~2262feeder_combout ; +wire \text_gen|char_ram~2262_q ; +wire \text_gen|char_ram~470_q ; +wire \text_gen|char_ram~39853_combout ; +wire \text_gen|char_ram~39854_combout ; +wire \text_gen|char_ram~39857_combout ; +wire \text_gen|char_ram~2710feeder_combout ; +wire \text_gen|char_ram~2710_q ; +wire \text_gen|char_ram~6294_q ; +wire \text_gen|char_ram~918_q ; +wire \text_gen|char_ram~4502_q ; +wire \text_gen|char_ram~39851_combout ; +wire \text_gen|char_ram~39852_combout ; +wire \text_gen|char_ram~39860_combout ; +wire \text_gen|char_ram~5062feeder_combout ; +wire \text_gen|char_ram~5062_q ; +wire \text_gen|char_ram~6854_q ; +wire \text_gen|char_ram~3270feeder_combout ; +wire \text_gen|char_ram~3270_q ; +wire \text_gen|char_ram~1478_q ; +wire \text_gen|char_ram~39848_combout ; +wire \text_gen|char_ram~39849_combout ; +wire \text_gen|char_ram~4166_q ; +wire \text_gen|char_ram~5958_q ; +wire \text_gen|char_ram~2374_q ; +wire \text_gen|char_ram~582_q ; +wire \text_gen|char_ram~39841_combout ; +wire \text_gen|char_ram~39842_combout ; +wire \text_gen|char_ram~2822_q ; +wire \text_gen|char_ram~6406_q ; +wire \text_gen|char_ram~4614feeder_combout ; +wire \text_gen|char_ram~4614_q ; +wire \text_gen|char_ram~1030_q ; +wire \text_gen|char_ram~39843_combout ; +wire \text_gen|char_ram~39844_combout ; +wire \text_gen|char_ram~1926_q ; +wire \text_gen|char_ram~5510_q ; +wire \text_gen|char_ram~3718feeder_combout ; +wire \text_gen|char_ram~3718_q ; +wire \text_gen|char_ram~134_q ; +wire \text_gen|char_ram~39845_combout ; +wire \text_gen|char_ram~39846_combout ; +wire \text_gen|char_ram~39847_combout ; +wire \text_gen|char_ram~39850_combout ; +wire \text_gen|char_ram~39861_combout ; +wire \text_gen|char_ram~5286_q ; +wire \text_gen|char_ram~7078_q ; +wire \text_gen|char_ram~3494_q ; +wire \text_gen|char_ram~1702_q ; +wire \text_gen|char_ram~39869_combout ; +wire \text_gen|char_ram~39870_combout ; +wire \text_gen|char_ram~4390feeder_combout ; +wire \text_gen|char_ram~4390_q ; +wire \text_gen|char_ram~6182_q ; +wire \text_gen|char_ram~2598_q ; +wire \text_gen|char_ram~806_q ; +wire \text_gen|char_ram~39862_combout ; +wire \text_gen|char_ram~39863_combout ; +wire \text_gen|char_ram~3046feeder_combout ; +wire \text_gen|char_ram~3046_q ; +wire \text_gen|char_ram~6630_q ; +wire \text_gen|char_ram~4838feeder_combout ; +wire \text_gen|char_ram~4838_q ; +wire \text_gen|char_ram~1254_q ; +wire \text_gen|char_ram~39864_combout ; +wire \text_gen|char_ram~39865_combout ; +wire \text_gen|char_ram~2150feeder_combout ; +wire \text_gen|char_ram~2150_q ; +wire \text_gen|char_ram~5734_q ; +wire \text_gen|char_ram~3942feeder_combout ; +wire \text_gen|char_ram~3942_q ; +wire \text_gen|char_ram~358_q ; +wire \text_gen|char_ram~39866_combout ; +wire \text_gen|char_ram~39867_combout ; +wire \text_gen|char_ram~39868_combout ; +wire \text_gen|char_ram~39871_combout ; +wire \text_gen|char_ram~39872_combout ; +wire \text_gen|char_ram~39873_combout ; +wire \text_gen|char_ram~39916_combout ; +wire \text_gen|char_ram~40428_combout ; +wire \text_gen|char_ram~14120_q ; +wire \text_gen|char_ram~6952_q ; +wire \text_gen|char_ram~40992_combout ; +wire \text_gen|char_ram~21288_q ; +wire \text_gen|char_ram~28456_q ; +wire \text_gen|char_ram~40993_combout ; +wire \text_gen|char_ram~13672_q ; +wire \text_gen|char_ram~28008_q ; +wire \text_gen|char_ram~20840_q ; +wire \text_gen|char_ram~6504_q ; +wire \text_gen|char_ram~40985_combout ; +wire \text_gen|char_ram~40986_combout ; +wire \text_gen|char_ram~12776_q ; +wire \text_gen|char_ram~27112_q ; +wire \text_gen|char_ram~19944feeder_combout ; +wire \text_gen|char_ram~19944_q ; +wire \text_gen|char_ram~5608_q ; +wire \text_gen|char_ram~40989_combout ; +wire \text_gen|char_ram~40990_combout ; +wire \text_gen|char_ram~20392_q ; +wire \text_gen|char_ram~27560_q ; +wire \text_gen|char_ram~13224_q ; +wire \text_gen|char_ram~6056_q ; +wire \text_gen|char_ram~40987_combout ; +wire \text_gen|char_ram~40988_combout ; +wire \text_gen|char_ram~40991_combout ; +wire \text_gen|char_ram~40994_combout ; +wire \text_gen|char_ram~21316_q ; +wire \text_gen|char_ram~28484_q ; +wire \text_gen|char_ram~14148_q ; +wire \text_gen|char_ram~6980_q ; +wire \text_gen|char_ram~41023_combout ; +wire \text_gen|char_ram~41024_combout ; +wire \text_gen|char_ram~20420_q ; +wire \text_gen|char_ram~27588_q ; +wire \text_gen|char_ram~13252feeder_combout ; +wire \text_gen|char_ram~13252_q ; +wire \text_gen|char_ram~6084_q ; +wire \text_gen|char_ram~41016_combout ; +wire \text_gen|char_ram~41017_combout ; +wire \text_gen|char_ram~12804_q ; +wire \text_gen|char_ram~27140_q ; +wire \text_gen|char_ram~19972_q ; +wire \text_gen|char_ram~5636_q ; +wire \text_gen|char_ram~41020_combout ; +wire \text_gen|char_ram~41021_combout ; +wire \text_gen|char_ram~13700_q ; +wire \text_gen|char_ram~28036_q ; +wire \text_gen|char_ram~20868feeder_combout ; +wire \text_gen|char_ram~20868_q ; +wire \text_gen|char_ram~6532_q ; +wire \text_gen|char_ram~41018_combout ; +wire \text_gen|char_ram~41019_combout ; +wire \text_gen|char_ram~41022_combout ; +wire \text_gen|char_ram~41025_combout ; +wire \text_gen|char_ram~6497feeder_combout ; +wire \text_gen|char_ram~6497_q ; +wire \text_gen|char_ram~20833feeder_combout ; +wire \text_gen|char_ram~20833_q ; +wire \text_gen|char_ram~41005_combout ; +wire \text_gen|char_ram~13665_q ; +wire \text_gen|char_ram~28001_q ; +wire \text_gen|char_ram~41006_combout ; +wire \text_gen|char_ram~12769_q ; +wire \text_gen|char_ram~27105_q ; +wire \text_gen|char_ram~19937_q ; +wire \text_gen|char_ram~5601_q ; +wire \text_gen|char_ram~41009_combout ; +wire \text_gen|char_ram~41010_combout ; +wire \text_gen|char_ram~20385_q ; +wire \text_gen|char_ram~13217feeder_combout ; +wire \text_gen|char_ram~13217_q ; +wire \text_gen|char_ram~6049_q ; +wire \text_gen|char_ram~41007_combout ; +wire \text_gen|char_ram~27553_q ; +wire \text_gen|char_ram~41008_combout ; +wire \text_gen|char_ram~41011_combout ; +wire \text_gen|char_ram~21281_q ; +wire \text_gen|char_ram~28449_q ; +wire \text_gen|char_ram~14113feeder_combout ; +wire \text_gen|char_ram~14113_q ; +wire \text_gen|char_ram~6945_q ; +wire \text_gen|char_ram~41012_combout ; +wire \text_gen|char_ram~41013_combout ; +wire \text_gen|char_ram~41014_combout ; +wire \text_gen|char_ram~20413feeder_combout ; +wire \text_gen|char_ram~20413_q ; +wire \text_gen|char_ram~27581_q ; +wire \text_gen|char_ram~13245feeder_combout ; +wire \text_gen|char_ram~13245_q ; +wire \text_gen|char_ram~6077_q ; +wire \text_gen|char_ram~40995_combout ; +wire \text_gen|char_ram~40996_combout ; +wire \text_gen|char_ram~21309_q ; +wire \text_gen|char_ram~28477_q ; +wire \text_gen|char_ram~14141feeder_combout ; +wire \text_gen|char_ram~14141_q ; +wire \text_gen|char_ram~6973_q ; +wire \text_gen|char_ram~41002_combout ; +wire \text_gen|char_ram~41003_combout ; +wire \text_gen|char_ram~13693feeder_combout ; +wire \text_gen|char_ram~13693_q ; +wire \text_gen|char_ram~28029_q ; +wire \text_gen|char_ram~20861feeder_combout ; +wire \text_gen|char_ram~20861_q ; +wire \text_gen|char_ram~6525_q ; +wire \text_gen|char_ram~40997_combout ; +wire \text_gen|char_ram~40998_combout ; +wire \text_gen|char_ram~12797feeder_combout ; +wire \text_gen|char_ram~12797_q ; +wire \text_gen|char_ram~27133_q ; +wire \text_gen|char_ram~19965_q ; +wire \text_gen|char_ram~5629_q ; +wire \text_gen|char_ram~40999_combout ; +wire \text_gen|char_ram~41000_combout ; +wire \text_gen|char_ram~41001_combout ; +wire \text_gen|char_ram~41004_combout ; +wire \text_gen|char_ram~41015_combout ; +wire \text_gen|char_ram~41026_combout ; +wire \text_gen|char_ram~21092feeder_combout ; +wire \text_gen|char_ram~21092_q ; +wire \text_gen|char_ram~28260_q ; +wire \text_gen|char_ram~6756_q ; +wire \text_gen|char_ram~13924feeder_combout ; +wire \text_gen|char_ram~13924_q ; +wire \text_gen|char_ram~41065_combout ; +wire \text_gen|char_ram~41066_combout ; +wire \text_gen|char_ram~20196feeder_combout ; +wire \text_gen|char_ram~20196_q ; +wire \text_gen|char_ram~27364_q ; +wire \text_gen|char_ram~13028_q ; +wire \text_gen|char_ram~5860_q ; +wire \text_gen|char_ram~41058_combout ; +wire \text_gen|char_ram~41059_combout ; +wire \text_gen|char_ram~27812_q ; +wire \text_gen|char_ram~6308_q ; +wire \text_gen|char_ram~13476_q ; +wire \text_gen|char_ram~41060_combout ; +wire \text_gen|char_ram~20644_q ; +wire \text_gen|char_ram~41061_combout ; +wire \text_gen|char_ram~12580_q ; +wire \text_gen|char_ram~26916_q ; +wire \text_gen|char_ram~19748feeder_combout ; +wire \text_gen|char_ram~19748_q ; +wire \text_gen|char_ram~5412_q ; +wire \text_gen|char_ram~41062_combout ; +wire \text_gen|char_ram~41063_combout ; +wire \text_gen|char_ram~41064_combout ; +wire \text_gen|char_ram~41067_combout ; +wire \text_gen|char_ram~26888feeder_combout ; +wire \text_gen|char_ram~26888_q ; +wire \text_gen|char_ram~12552_q ; +wire \text_gen|char_ram~5384_q ; +wire \text_gen|char_ram~19720feeder_combout ; +wire \text_gen|char_ram~19720_q ; +wire \text_gen|char_ram~41031_combout ; +wire \text_gen|char_ram~41032_combout ; +wire \text_gen|char_ram~20168feeder_combout ; +wire \text_gen|char_ram~20168_q ; +wire \text_gen|char_ram~13000_q ; +wire \text_gen|char_ram~5832_q ; +wire \text_gen|char_ram~41029_combout ; +wire \text_gen|char_ram~27336_q ; +wire \text_gen|char_ram~41030_combout ; +wire \text_gen|char_ram~41033_combout ; +wire \text_gen|char_ram~13896_q ; +wire \text_gen|char_ram~6728_q ; +wire \text_gen|char_ram~41034_combout ; +wire \text_gen|char_ram~28232_q ; +wire \text_gen|char_ram~21064feeder_combout ; +wire \text_gen|char_ram~21064_q ; +wire \text_gen|char_ram~41035_combout ; +wire \text_gen|char_ram~13448feeder_combout ; +wire \text_gen|char_ram~13448_q ; +wire \text_gen|char_ram~27784_q ; +wire \text_gen|char_ram~20616_q ; +wire \text_gen|char_ram~6280_q ; +wire \text_gen|char_ram~41027_combout ; +wire \text_gen|char_ram~41028_combout ; +wire \text_gen|char_ram~41036_combout ; +wire \text_gen|char_ram~21085_q ; +wire \text_gen|char_ram~28253_q ; +wire \text_gen|char_ram~6749_q ; +wire \text_gen|char_ram~13917_q ; +wire \text_gen|char_ram~41044_combout ; +wire \text_gen|char_ram~41045_combout ; +wire \text_gen|char_ram~20189feeder_combout ; +wire \text_gen|char_ram~20189_q ; +wire \text_gen|char_ram~5853_q ; +wire \text_gen|char_ram~13021feeder_combout ; +wire \text_gen|char_ram~13021_q ; +wire \text_gen|char_ram~41037_combout ; +wire \text_gen|char_ram~27357_q ; +wire \text_gen|char_ram~41038_combout ; +wire \text_gen|char_ram~27805feeder_combout ; +wire \text_gen|char_ram~27805_q ; +wire \text_gen|char_ram~20637_q ; +wire \text_gen|char_ram~6301_q ; +wire \text_gen|char_ram~13469_q ; +wire \text_gen|char_ram~41039_combout ; +wire \text_gen|char_ram~41040_combout ; +wire \text_gen|char_ram~26909feeder_combout ; +wire \text_gen|char_ram~26909_q ; +wire \text_gen|char_ram~5405_q ; +wire \text_gen|char_ram~12573feeder_combout ; +wire \text_gen|char_ram~12573_q ; +wire \text_gen|char_ram~41041_combout ; +wire \text_gen|char_ram~19741_q ; +wire \text_gen|char_ram~41042_combout ; +wire \text_gen|char_ram~41043_combout ; +wire \text_gen|char_ram~41046_combout ; +wire \text_gen|char_ram~6721_q ; +wire \text_gen|char_ram~13889_q ; +wire \text_gen|char_ram~41054_combout ; +wire \text_gen|char_ram~28225_q ; +wire \text_gen|char_ram~21057_q ; +wire \text_gen|char_ram~41055_combout ; +wire \text_gen|char_ram~13441_q ; +wire \text_gen|char_ram~27777_q ; +wire \text_gen|char_ram~6273_q ; +wire \text_gen|char_ram~20609_q ; +wire \text_gen|char_ram~41047_combout ; +wire \text_gen|char_ram~41048_combout ; +wire \text_gen|char_ram~19713_q ; +wire \text_gen|char_ram~5377_q ; +wire \text_gen|char_ram~41051_combout ; +wire \text_gen|char_ram~12545_q ; +wire \text_gen|char_ram~26881_q ; +wire \text_gen|char_ram~41052_combout ; +wire \text_gen|char_ram~20161_q ; +wire \text_gen|char_ram~27329_q ; +wire \text_gen|char_ram~12993_q ; +wire \text_gen|char_ram~5825_q ; +wire \text_gen|char_ram~41049_combout ; +wire \text_gen|char_ram~41050_combout ; +wire \text_gen|char_ram~41053_combout ; +wire \text_gen|char_ram~41056_combout ; +wire \text_gen|char_ram~41057_combout ; +wire \text_gen|char_ram~41068_combout ; +wire \text_gen|char_ram~41069_combout ; +wire \text_gen|char_ram~6392_q ; +wire \text_gen|char_ram~6420_q ; +wire \text_gen|char_ram~6385_q ; +wire \text_gen|char_ram~6413_q ; +wire \text_gen|char_ram~40963_combout ; +wire \text_gen|char_ram~40964_combout ; +wire \text_gen|char_ram~6861_q ; +wire \text_gen|char_ram~6833_q ; +wire \text_gen|char_ram~6840_q ; +wire \text_gen|char_ram~40970_combout ; +wire \text_gen|char_ram~6868_q ; +wire \text_gen|char_ram~40971_combout ; +wire \text_gen|char_ram~5496_q ; +wire \text_gen|char_ram~5524_q ; +wire \text_gen|char_ram~5489_q ; +wire \text_gen|char_ram~5517_q ; +wire \text_gen|char_ram~40967_combout ; +wire \text_gen|char_ram~40968_combout ; +wire \text_gen|char_ram~5965feeder_combout ; +wire \text_gen|char_ram~5965_q ; +wire \text_gen|char_ram~5972_q ; +wire \text_gen|char_ram~5937_q ; +wire \text_gen|char_ram~5944feeder_combout ; +wire \text_gen|char_ram~5944_q ; +wire \text_gen|char_ram~40965_combout ; +wire \text_gen|char_ram~40966_combout ; +wire \text_gen|char_ram~40969_combout ; +wire \text_gen|char_ram~40972_combout ; +wire \text_gen|char_ram~20721_q ; +wire \text_gen|char_ram~20749_q ; +wire \text_gen|char_ram~40953_combout ; +wire \text_gen|char_ram~20756_q ; +wire \text_gen|char_ram~20728feeder_combout ; +wire \text_gen|char_ram~20728_q ; +wire \text_gen|char_ram~40954_combout ; +wire \text_gen|char_ram~21197_q ; +wire \text_gen|char_ram~21204_q ; +wire \text_gen|char_ram~21169_q ; +wire \text_gen|char_ram~21176feeder_combout ; +wire \text_gen|char_ram~21176_q ; +wire \text_gen|char_ram~40960_combout ; +wire \text_gen|char_ram~40961_combout ; +wire \text_gen|char_ram~19832feeder_combout ; +wire \text_gen|char_ram~19832_q ; +wire \text_gen|char_ram~19860_q ; +wire \text_gen|char_ram~19825_q ; +wire \text_gen|char_ram~19853feeder_combout ; +wire \text_gen|char_ram~19853_q ; +wire \text_gen|char_ram~40957_combout ; +wire \text_gen|char_ram~40958_combout ; +wire \text_gen|char_ram~20301feeder_combout ; +wire \text_gen|char_ram~20301_q ; +wire \text_gen|char_ram~20308_q ; +wire \text_gen|char_ram~20273_q ; +wire \text_gen|char_ram~20280_q ; +wire \text_gen|char_ram~40955_combout ; +wire \text_gen|char_ram~40956_combout ; +wire \text_gen|char_ram~40959_combout ; +wire \text_gen|char_ram~40962_combout ; +wire \text_gen|char_ram~40973_combout ; +wire \text_gen|char_ram~13133_q ; +wire \text_gen|char_ram~13140_q ; +wire \text_gen|char_ram~13105_q ; +wire \text_gen|char_ram~13112feeder_combout ; +wire \text_gen|char_ram~13112_q ; +wire \text_gen|char_ram~40943_combout ; +wire \text_gen|char_ram~40944_combout ; +wire \text_gen|char_ram~14029_q ; +wire \text_gen|char_ram~14036_q ; +wire \text_gen|char_ram~14001_q ; +wire \text_gen|char_ram~14008_q ; +wire \text_gen|char_ram~40950_combout ; +wire \text_gen|char_ram~40951_combout ; +wire \text_gen|char_ram~12664_q ; +wire \text_gen|char_ram~12692_q ; +wire \text_gen|char_ram~12657_q ; +wire \text_gen|char_ram~12685_q ; +wire \text_gen|char_ram~40947_combout ; +wire \text_gen|char_ram~40948_combout ; +wire \text_gen|char_ram~13560_q ; +wire \text_gen|char_ram~13588_q ; +wire \text_gen|char_ram~13553_q ; +wire \text_gen|char_ram~13581_q ; +wire \text_gen|char_ram~40945_combout ; +wire \text_gen|char_ram~40946_combout ; +wire \text_gen|char_ram~40949_combout ; +wire \text_gen|char_ram~40952_combout ; +wire \text_gen|char_ram~27000feeder_combout ; +wire \text_gen|char_ram~27000_q ; +wire \text_gen|char_ram~27028_q ; +wire \text_gen|char_ram~26993_q ; +wire \text_gen|char_ram~27021feeder_combout ; +wire \text_gen|char_ram~27021_q ; +wire \text_gen|char_ram~40978_combout ; +wire \text_gen|char_ram~40979_combout ; +wire \text_gen|char_ram~27896_q ; +wire \text_gen|char_ram~27924_q ; +wire \text_gen|char_ram~27889_q ; +wire \text_gen|char_ram~27917_q ; +wire \text_gen|char_ram~40976_combout ; +wire \text_gen|char_ram~40977_combout ; +wire \text_gen|char_ram~40980_combout ; +wire \text_gen|char_ram~27469feeder_combout ; +wire \text_gen|char_ram~27469_q ; +wire \text_gen|char_ram~27476_q ; +wire \text_gen|char_ram~27441_q ; +wire \text_gen|char_ram~27448_q ; +wire \text_gen|char_ram~40974_combout ; +wire \text_gen|char_ram~40975_combout ; +wire \text_gen|char_ram~28365_q ; +wire \text_gen|char_ram~28372_q ; +wire \text_gen|char_ram~28337_q ; +wire \text_gen|char_ram~28344_q ; +wire \text_gen|char_ram~40981_combout ; +wire \text_gen|char_ram~40982_combout ; +wire \text_gen|char_ram~40983_combout ; +wire \text_gen|char_ram~40984_combout ; +wire \text_gen|char_ram~20952_q ; +wire \text_gen|char_ram~20980_q ; +wire \text_gen|char_ram~20945_q ; +wire \text_gen|char_ram~20973_q ; +wire \text_gen|char_ram~41070_combout ; +wire \text_gen|char_ram~41071_combout ; +wire \text_gen|char_ram~21421feeder_combout ; +wire \text_gen|char_ram~21421_q ; +wire \text_gen|char_ram~21428_q ; +wire \text_gen|char_ram~21393_q ; +wire \text_gen|char_ram~21400_q ; +wire \text_gen|char_ram~41077_combout ; +wire \text_gen|char_ram~41078_combout ; +wire \text_gen|char_ram~20056feeder_combout ; +wire \text_gen|char_ram~20056_q ; +wire \text_gen|char_ram~20084_q ; +wire \text_gen|char_ram~20077_q ; +wire \text_gen|char_ram~20049_q ; +wire \text_gen|char_ram~41074_combout ; +wire \text_gen|char_ram~41075_combout ; +wire \text_gen|char_ram~20497_q ; +wire \text_gen|char_ram~20504_q ; +wire \text_gen|char_ram~41072_combout ; +wire \text_gen|char_ram~20532_q ; +wire \text_gen|char_ram~20525feeder_combout ; +wire \text_gen|char_ram~20525_q ; +wire \text_gen|char_ram~41073_combout ; +wire \text_gen|char_ram~41076_combout ; +wire \text_gen|char_ram~41079_combout ; +wire \text_gen|char_ram~27224_q ; +wire \text_gen|char_ram~27252_q ; +wire \text_gen|char_ram~27217_q ; +wire \text_gen|char_ram~27245_q ; +wire \text_gen|char_ram~41105_combout ; +wire \text_gen|char_ram~41106_combout ; +wire \text_gen|char_ram~28120_q ; +wire \text_gen|char_ram~28148_q ; +wire \text_gen|char_ram~28113_q ; +wire \text_gen|char_ram~28141_q ; +wire \text_gen|char_ram~41103_combout ; +wire \text_gen|char_ram~41104_combout ; +wire \text_gen|char_ram~41107_combout ; +wire \text_gen|char_ram~27693_q ; +wire \text_gen|char_ram~27700_q ; +wire \text_gen|char_ram~27665_q ; +wire \text_gen|char_ram~27672_q ; +wire \text_gen|char_ram~41101_combout ; +wire \text_gen|char_ram~41102_combout ; +wire \text_gen|char_ram~28589_q ; +wire \text_gen|char_ram~28596_q ; +wire \text_gen|char_ram~28561_q ; +wire \text_gen|char_ram~28568feeder_combout ; +wire \text_gen|char_ram~28568_q ; +wire \text_gen|char_ram~41108_combout ; +wire \text_gen|char_ram~41109_combout ; +wire \text_gen|char_ram~41110_combout ; +wire \text_gen|char_ram~13784_q ; +wire \text_gen|char_ram~13812_q ; +wire \text_gen|char_ram~13777_q ; +wire \text_gen|char_ram~13805_q ; +wire \text_gen|char_ram~41082_combout ; +wire \text_gen|char_ram~41083_combout ; +wire \text_gen|char_ram~12888_q ; +wire \text_gen|char_ram~12916_q ; +wire \text_gen|char_ram~12909_q ; +wire \text_gen|char_ram~12881_q ; +wire \text_gen|char_ram~41084_combout ; +wire \text_gen|char_ram~41085_combout ; +wire \text_gen|char_ram~41086_combout ; +wire \text_gen|char_ram~14253_q ; +wire \text_gen|char_ram~14260_q ; +wire \text_gen|char_ram~14225_q ; +wire \text_gen|char_ram~14232_q ; +wire \text_gen|char_ram~41087_combout ; +wire \text_gen|char_ram~41088_combout ; +wire \text_gen|char_ram~13357_q ; +wire \text_gen|char_ram~13364_q ; +wire \text_gen|char_ram~13329_q ; +wire \text_gen|char_ram~13336_q ; +wire \text_gen|char_ram~41080_combout ; +wire \text_gen|char_ram~41081_combout ; +wire \text_gen|char_ram~41089_combout ; +wire \text_gen|char_ram~7085_q ; +wire \text_gen|char_ram~7092_q ; +wire \text_gen|char_ram~7064_q ; +wire \text_gen|char_ram~7057_q ; +wire \text_gen|char_ram~41097_combout ; +wire \text_gen|char_ram~41098_combout ; +wire \text_gen|char_ram~6616feeder_combout ; +wire \text_gen|char_ram~6616_q ; +wire \text_gen|char_ram~6644_q ; +wire \text_gen|char_ram~6609_q ; +wire \text_gen|char_ram~6637_q ; +wire \text_gen|char_ram~41090_combout ; +wire \text_gen|char_ram~41091_combout ; +wire \text_gen|char_ram~5713_q ; +wire \text_gen|char_ram~5741_q ; +wire \text_gen|char_ram~41094_combout ; +wire \text_gen|char_ram~5748_q ; +wire \text_gen|char_ram~5720_q ; +wire \text_gen|char_ram~41095_combout ; +wire \text_gen|char_ram~6168_q ; +wire \text_gen|char_ram~6161_q ; +wire \text_gen|char_ram~41092_combout ; +wire \text_gen|char_ram~6196_q ; +wire \text_gen|char_ram~6189_q ; +wire \text_gen|char_ram~41093_combout ; +wire \text_gen|char_ram~41096_combout ; +wire \text_gen|char_ram~41099_combout ; +wire \text_gen|char_ram~41100_combout ; +wire \text_gen|char_ram~41111_combout ; +wire \text_gen|char_ram~41112_combout ; +wire \text_gen|char_ram~9640_q ; +wire \text_gen|char_ram~9192_q ; +wire \text_gen|char_ram~40601_combout ; +wire \text_gen|char_ram~10536_q ; +wire \text_gen|char_ram~10088feeder_combout ; +wire \text_gen|char_ram~10088_q ; +wire \text_gen|char_ram~40602_combout ; +wire \text_gen|char_ram~9864feeder_combout ; +wire \text_gen|char_ram~9864_q ; +wire \text_gen|char_ram~10312_q ; +wire \text_gen|char_ram~9416_q ; +wire \text_gen|char_ram~8968feeder_combout ; +wire \text_gen|char_ram~8968_q ; +wire \text_gen|char_ram~40603_combout ; +wire \text_gen|char_ram~40604_combout ; +wire \text_gen|char_ram~40605_combout ; +wire \text_gen|char_ram~9752_q ; +wire \text_gen|char_ram~10648_q ; +wire \text_gen|char_ram~10200_q ; +wire \text_gen|char_ram~9304_q ; +wire \text_gen|char_ram~40606_combout ; +wire \text_gen|char_ram~40607_combout ; +wire \text_gen|char_ram~10424_q ; +wire \text_gen|char_ram~9528_q ; +wire \text_gen|char_ram~9080_q ; +wire \text_gen|char_ram~9976_q ; +wire \text_gen|char_ram~40599_combout ; +wire \text_gen|char_ram~40600_combout ; +wire \text_gen|char_ram~40608_combout ; +wire \text_gen|char_ram~9780feeder_combout ; +wire \text_gen|char_ram~9780_q ; +wire \text_gen|char_ram~10676_q ; +wire \text_gen|char_ram~9332_q ; +wire \text_gen|char_ram~10228feeder_combout ; +wire \text_gen|char_ram~10228_q ; +wire \text_gen|char_ram~40637_combout ; +wire \text_gen|char_ram~40638_combout ; +wire \text_gen|char_ram~9556feeder_combout ; +wire \text_gen|char_ram~9556_q ; +wire \text_gen|char_ram~10452_q ; +wire \text_gen|char_ram~9108_q ; +wire \text_gen|char_ram~10004_q ; +wire \text_gen|char_ram~40632_combout ; +wire \text_gen|char_ram~40633_combout ; +wire \text_gen|char_ram~9892feeder_combout ; +wire \text_gen|char_ram~9892_q ; +wire \text_gen|char_ram~10340_q ; +wire \text_gen|char_ram~8996_q ; +wire \text_gen|char_ram~9444_q ; +wire \text_gen|char_ram~40634_combout ; +wire \text_gen|char_ram~40635_combout ; +wire \text_gen|char_ram~40636_combout ; +wire \text_gen|char_ram~10116_q ; +wire \text_gen|char_ram~10564_q ; +wire \text_gen|char_ram~9668_q ; +wire \text_gen|char_ram~9220_q ; +wire \text_gen|char_ram~40630_combout ; +wire \text_gen|char_ram~40631_combout ; +wire \text_gen|char_ram~40639_combout ; +wire \text_gen|char_ram~9549_q ; +wire \text_gen|char_ram~10445_q ; +wire \text_gen|char_ram~9101feeder_combout ; +wire \text_gen|char_ram~9101_q ; +wire \text_gen|char_ram~9997_q ; +wire \text_gen|char_ram~40611_combout ; +wire \text_gen|char_ram~40612_combout ; +wire \text_gen|char_ram~9885_q ; +wire \text_gen|char_ram~10333_q ; +wire \text_gen|char_ram~8989_q ; +wire \text_gen|char_ram~9437feeder_combout ; +wire \text_gen|char_ram~9437_q ; +wire \text_gen|char_ram~40613_combout ; +wire \text_gen|char_ram~40614_combout ; +wire \text_gen|char_ram~40615_combout ; +wire \text_gen|char_ram~9773_q ; +wire \text_gen|char_ram~10669_q ; +wire \text_gen|char_ram~9325_q ; +wire \text_gen|char_ram~10221_q ; +wire \text_gen|char_ram~40616_combout ; +wire \text_gen|char_ram~40617_combout ; +wire \text_gen|char_ram~10109_q ; +wire \text_gen|char_ram~10557_q ; +wire \text_gen|char_ram~9661feeder_combout ; +wire \text_gen|char_ram~9661_q ; +wire \text_gen|char_ram~9213_q ; +wire \text_gen|char_ram~40609_combout ; +wire \text_gen|char_ram~40610_combout ; +wire \text_gen|char_ram~40618_combout ; +wire \text_gen|char_ram~9521feeder_combout ; +wire \text_gen|char_ram~9521_q ; +wire \text_gen|char_ram~10417_q ; +wire \text_gen|char_ram~9073_q ; +wire \text_gen|char_ram~9969feeder_combout ; +wire \text_gen|char_ram~9969_q ; +wire \text_gen|char_ram~40619_combout ; +wire \text_gen|char_ram~40620_combout ; +wire \text_gen|char_ram~9745feeder_combout ; +wire \text_gen|char_ram~9745_q ; +wire \text_gen|char_ram~10641_q ; +wire \text_gen|char_ram~9297_q ; +wire \text_gen|char_ram~10193_q ; +wire \text_gen|char_ram~40626_combout ; +wire \text_gen|char_ram~40627_combout ; +wire \text_gen|char_ram~9857_q ; +wire \text_gen|char_ram~10305_q ; +wire \text_gen|char_ram~8961_q ; +wire \text_gen|char_ram~9409feeder_combout ; +wire \text_gen|char_ram~9409_q ; +wire \text_gen|char_ram~40623_combout ; +wire \text_gen|char_ram~40624_combout ; +wire \text_gen|char_ram~10081_q ; +wire \text_gen|char_ram~10529_q ; +wire \text_gen|char_ram~9185_q ; +wire \text_gen|char_ram~9633feeder_combout ; +wire \text_gen|char_ram~9633_q ; +wire \text_gen|char_ram~40621_combout ; +wire \text_gen|char_ram~40622_combout ; +wire \text_gen|char_ram~40625_combout ; +wire \text_gen|char_ram~40628_combout ; +wire \text_gen|char_ram~40629_combout ; +wire \text_gen|char_ram~40640_combout ; +wire \text_gen|char_ram~24088_q ; +wire \text_gen|char_ram~23640_q ; +wire \text_gen|char_ram~40736_combout ; +wire \text_gen|char_ram~24984_q ; +wire \text_gen|char_ram~24536_q ; +wire \text_gen|char_ram~40737_combout ; +wire \text_gen|char_ram~23976feeder_combout ; +wire \text_gen|char_ram~23976_q ; +wire \text_gen|char_ram~24424_q ; +wire \text_gen|char_ram~23528_q ; +wire \text_gen|char_ram~40729_combout ; +wire \text_gen|char_ram~24872_q ; +wire \text_gen|char_ram~40730_combout ; +wire \text_gen|char_ram~23752_q ; +wire \text_gen|char_ram~24648_q ; +wire \text_gen|char_ram~23304_q ; +wire \text_gen|char_ram~24200_q ; +wire \text_gen|char_ram~40733_combout ; +wire \text_gen|char_ram~40734_combout ; +wire \text_gen|char_ram~23416_q ; +wire \text_gen|char_ram~23864feeder_combout ; +wire \text_gen|char_ram~23864_q ; +wire \text_gen|char_ram~40731_combout ; +wire \text_gen|char_ram~24760_q ; +wire \text_gen|char_ram~24312feeder_combout ; +wire \text_gen|char_ram~24312_q ; +wire \text_gen|char_ram~40732_combout ; +wire \text_gen|char_ram~40735_combout ; +wire \text_gen|char_ram~40738_combout ; +wire \text_gen|char_ram~24004feeder_combout ; +wire \text_gen|char_ram~24004_q ; +wire \text_gen|char_ram~24116_q ; +wire \text_gen|char_ram~23780_q ; +wire \text_gen|char_ram~23892_q ; +wire \text_gen|char_ram~40760_combout ; +wire \text_gen|char_ram~40761_combout ; +wire \text_gen|char_ram~24900feeder_combout ; +wire \text_gen|char_ram~24900_q ; +wire \text_gen|char_ram~25012_q ; +wire \text_gen|char_ram~24788_q ; +wire \text_gen|char_ram~24676_q ; +wire \text_gen|char_ram~40767_combout ; +wire \text_gen|char_ram~40768_combout ; +wire \text_gen|char_ram~23668_q ; +wire \text_gen|char_ram~23444_q ; +wire \text_gen|char_ram~23332_q ; +wire \text_gen|char_ram~23556_q ; +wire \text_gen|char_ram~40764_combout ; +wire \text_gen|char_ram~40765_combout ; +wire \text_gen|char_ram~24340feeder_combout ; +wire \text_gen|char_ram~24340_q ; +wire \text_gen|char_ram~24564_q ; +wire \text_gen|char_ram~24452_q ; +wire \text_gen|char_ram~24228_q ; +wire \text_gen|char_ram~40762_combout ; +wire \text_gen|char_ram~40763_combout ; +wire \text_gen|char_ram~40766_combout ; +wire \text_gen|char_ram~40769_combout ; +wire \text_gen|char_ram~24781feeder_combout ; +wire \text_gen|char_ram~24781_q ; +wire \text_gen|char_ram~25005_q ; +wire \text_gen|char_ram~24669_q ; +wire \text_gen|char_ram~24893feeder_combout ; +wire \text_gen|char_ram~24893_q ; +wire \text_gen|char_ram~40746_combout ; +wire \text_gen|char_ram~40747_combout ; +wire \text_gen|char_ram~24445_q ; +wire \text_gen|char_ram~24557_q ; +wire \text_gen|char_ram~24221_q ; +wire \text_gen|char_ram~24333feeder_combout ; +wire \text_gen|char_ram~24333_q ; +wire \text_gen|char_ram~40739_combout ; +wire \text_gen|char_ram~40740_combout ; +wire \text_gen|char_ram~23885feeder_combout ; +wire \text_gen|char_ram~23885_q ; +wire \text_gen|char_ram~24109_q ; +wire \text_gen|char_ram~23773_q ; +wire \text_gen|char_ram~23997_q ; +wire \text_gen|char_ram~40741_combout ; +wire \text_gen|char_ram~40742_combout ; +wire \text_gen|char_ram~23549feeder_combout ; +wire \text_gen|char_ram~23549_q ; +wire \text_gen|char_ram~23661_q ; +wire \text_gen|char_ram~23325_q ; +wire \text_gen|char_ram~23437feeder_combout ; +wire \text_gen|char_ram~23437_q ; +wire \text_gen|char_ram~40743_combout ; +wire \text_gen|char_ram~40744_combout ; +wire \text_gen|char_ram~40745_combout ; +wire \text_gen|char_ram~40748_combout ; +wire \text_gen|char_ram~24753feeder_combout ; +wire \text_gen|char_ram~24753_q ; +wire \text_gen|char_ram~23857feeder_combout ; +wire \text_gen|char_ram~23857_q ; +wire \text_gen|char_ram~24305_q ; +wire \text_gen|char_ram~23409_q ; +wire \text_gen|char_ram~40749_combout ; +wire \text_gen|char_ram~40750_combout ; +wire \text_gen|char_ram~24081feeder_combout ; +wire \text_gen|char_ram~24081_q ; +wire \text_gen|char_ram~24529_q ; +wire \text_gen|char_ram~23633_q ; +wire \text_gen|char_ram~40756_combout ; +wire \text_gen|char_ram~24977feeder_combout ; +wire \text_gen|char_ram~24977_q ; +wire \text_gen|char_ram~40757_combout ; +wire \text_gen|char_ram~23969feeder_combout ; +wire \text_gen|char_ram~23969_q ; +wire \text_gen|char_ram~23521_q ; +wire \text_gen|char_ram~40751_combout ; +wire \text_gen|char_ram~24417feeder_combout ; +wire \text_gen|char_ram~24417_q ; +wire \text_gen|char_ram~24865_q ; +wire \text_gen|char_ram~40752_combout ; +wire \text_gen|char_ram~24193_q ; +wire \text_gen|char_ram~24641_q ; +wire \text_gen|char_ram~23745feeder_combout ; +wire \text_gen|char_ram~23745_q ; +wire \text_gen|char_ram~23297_q ; +wire \text_gen|char_ram~40753_combout ; +wire \text_gen|char_ram~40754_combout ; +wire \text_gen|char_ram~40755_combout ; +wire \text_gen|char_ram~40758_combout ; +wire \text_gen|char_ram~40759_combout ; +wire \text_gen|char_ram~40770_combout ; +wire \text_gen|char_ram~1905_q ; +wire \text_gen|char_ram~2801feeder_combout ; +wire \text_gen|char_ram~2801_q ; +wire \text_gen|char_ram~40684_combout ; +wire \text_gen|char_ram~3249_q ; +wire \text_gen|char_ram~2353feeder_combout ; +wire \text_gen|char_ram~2353_q ; +wire \text_gen|char_ram~40685_combout ; +wire \text_gen|char_ram~2577_q ; +wire \text_gen|char_ram~3473_q ; +wire \text_gen|char_ram~3025_q ; +wire \text_gen|char_ram~2129_q ; +wire \text_gen|char_ram~40691_combout ; +wire \text_gen|char_ram~40692_combout ; +wire \text_gen|char_ram~2689feeder_combout ; +wire \text_gen|char_ram~2689_q ; +wire \text_gen|char_ram~3137_q ; +wire \text_gen|char_ram~1793_q ; +wire \text_gen|char_ram~2241_q ; +wire \text_gen|char_ram~40688_combout ; +wire \text_gen|char_ram~40689_combout ; +wire \text_gen|char_ram~2913_q ; +wire \text_gen|char_ram~2017_q ; +wire \text_gen|char_ram~2465feeder_combout ; +wire \text_gen|char_ram~2465_q ; +wire \text_gen|char_ram~40686_combout ; +wire \text_gen|char_ram~3361_q ; +wire \text_gen|char_ram~40687_combout ; +wire \text_gen|char_ram~40690_combout ; +wire \text_gen|char_ram~40693_combout ; +wire \text_gen|char_ram~2920_q ; +wire \text_gen|char_ram~3368_q ; +wire \text_gen|char_ram~2024_q ; +wire \text_gen|char_ram~2472_q ; +wire \text_gen|char_ram~40676_combout ; +wire \text_gen|char_ram~40677_combout ; +wire \text_gen|char_ram~2696feeder_combout ; +wire \text_gen|char_ram~2696_q ; +wire \text_gen|char_ram~3144_q ; +wire \text_gen|char_ram~1800_q ; +wire \text_gen|char_ram~2248_q ; +wire \text_gen|char_ram~40678_combout ; +wire \text_gen|char_ram~40679_combout ; +wire \text_gen|char_ram~40680_combout ; +wire \text_gen|char_ram~2584_q ; +wire \text_gen|char_ram~3480_q ; +wire \text_gen|char_ram~2136_q ; +wire \text_gen|char_ram~3032_q ; +wire \text_gen|char_ram~40681_combout ; +wire \text_gen|char_ram~40682_combout ; +wire \text_gen|char_ram~3256_q ; +wire \text_gen|char_ram~2360_q ; +wire \text_gen|char_ram~1912_q ; +wire \text_gen|char_ram~2808_q ; +wire \text_gen|char_ram~40674_combout ; +wire \text_gen|char_ram~40675_combout ; +wire \text_gen|char_ram~40683_combout ; +wire \text_gen|char_ram~40694_combout ; +wire \text_gen|char_ram~17732_q ; +wire \text_gen|char_ram~16388_q ; +wire \text_gen|char_ram~16836feeder_combout ; +wire \text_gen|char_ram~16836_q ; +wire \text_gen|char_ram~40662_combout ; +wire \text_gen|char_ram~17284_q ; +wire \text_gen|char_ram~40663_combout ; +wire \text_gen|char_ram~16948feeder_combout ; +wire \text_gen|char_ram~16948_q ; +wire \text_gen|char_ram~17844_q ; +wire \text_gen|char_ram~17396_q ; +wire \text_gen|char_ram~16500_q ; +wire \text_gen|char_ram~40669_combout ; +wire \text_gen|char_ram~40670_combout ; +wire \text_gen|char_ram~16724_q ; +wire \text_gen|char_ram~17620_q ; +wire \text_gen|char_ram~17172_q ; +wire \text_gen|char_ram~16276_q ; +wire \text_gen|char_ram~40664_combout ; +wire \text_gen|char_ram~40665_combout ; +wire \text_gen|char_ram~16164_q ; +wire \text_gen|char_ram~16612_q ; +wire \text_gen|char_ram~40666_combout ; +wire \text_gen|char_ram~17508_q ; +wire \text_gen|char_ram~17060_q ; +wire \text_gen|char_ram~40667_combout ; +wire \text_gen|char_ram~40668_combout ; +wire \text_gen|char_ram~40671_combout ; +wire \text_gen|char_ram~16920_q ; +wire \text_gen|char_ram~17816_q ; +wire \text_gen|char_ram~16472_q ; +wire \text_gen|char_ram~17368feeder_combout ; +wire \text_gen|char_ram~17368_q ; +wire \text_gen|char_ram~40659_combout ; +wire \text_gen|char_ram~40660_combout ; +wire \text_gen|char_ram~17032_q ; +wire \text_gen|char_ram~17480_q ; +wire \text_gen|char_ram~16136_q ; +wire \text_gen|char_ram~16584_q ; +wire \text_gen|char_ram~40656_combout ; +wire \text_gen|char_ram~40657_combout ; +wire \text_gen|char_ram~16808_q ; +wire \text_gen|char_ram~16360_q ; +wire \text_gen|char_ram~40654_combout ; +wire \text_gen|char_ram~17704_q ; +wire \text_gen|char_ram~17256feeder_combout ; +wire \text_gen|char_ram~17256_q ; +wire \text_gen|char_ram~40655_combout ; +wire \text_gen|char_ram~40658_combout ; +wire \text_gen|char_ram~16696_q ; +wire \text_gen|char_ram~17592_q ; +wire \text_gen|char_ram~16248_q ; +wire \text_gen|char_ram~17144_q ; +wire \text_gen|char_ram~40652_combout ; +wire \text_gen|char_ram~40653_combout ; +wire \text_gen|char_ram~40661_combout ; +wire \text_gen|char_ram~40672_combout ; +wire \text_gen|char_ram~2612feeder_combout ; +wire \text_gen|char_ram~2612_q ; +wire \text_gen|char_ram~3508_q ; +wire \text_gen|char_ram~2164_q ; +wire \text_gen|char_ram~3060_q ; +wire \text_gen|char_ram~40648_combout ; +wire \text_gen|char_ram~40649_combout ; +wire \text_gen|char_ram~3284_q ; +wire \text_gen|char_ram~2836feeder_combout ; +wire \text_gen|char_ram~2836_q ; +wire \text_gen|char_ram~1940_q ; +wire \text_gen|char_ram~40643_combout ; +wire \text_gen|char_ram~2388_q ; +wire \text_gen|char_ram~40644_combout ; +wire \text_gen|char_ram~2724feeder_combout ; +wire \text_gen|char_ram~2724_q ; +wire \text_gen|char_ram~3172_q ; +wire \text_gen|char_ram~1828_q ; +wire \text_gen|char_ram~2276_q ; +wire \text_gen|char_ram~40645_combout ; +wire \text_gen|char_ram~40646_combout ; +wire \text_gen|char_ram~40647_combout ; +wire \text_gen|char_ram~3396_q ; +wire \text_gen|char_ram~2948_q ; +wire \text_gen|char_ram~2052_q ; +wire \text_gen|char_ram~2500feeder_combout ; +wire \text_gen|char_ram~2500_q ; +wire \text_gen|char_ram~40641_combout ; +wire \text_gen|char_ram~40642_combout ; +wire \text_gen|char_ram~40650_combout ; +wire \text_gen|char_ram~40651_combout ; +wire \text_gen|char_ram~40673_combout ; +wire \text_gen|char_ram~16941feeder_combout ; +wire \text_gen|char_ram~16941_q ; +wire \text_gen|char_ram~17837_q ; +wire \text_gen|char_ram~17389_q ; +wire \text_gen|char_ram~16493_q ; +wire \text_gen|char_ram~40713_combout ; +wire \text_gen|char_ram~40714_combout ; +wire \text_gen|char_ram~17277_q ; +wire \text_gen|char_ram~17725_q ; +wire \text_gen|char_ram~16381_q ; +wire \text_gen|char_ram~16829_q ; +wire \text_gen|char_ram~40706_combout ; +wire \text_gen|char_ram~40707_combout ; +wire \text_gen|char_ram~16717feeder_combout ; +wire \text_gen|char_ram~16717_q ; +wire \text_gen|char_ram~17613_q ; +wire \text_gen|char_ram~17165feeder_combout ; +wire \text_gen|char_ram~17165_q ; +wire \text_gen|char_ram~16269_q ; +wire \text_gen|char_ram~40708_combout ; +wire \text_gen|char_ram~40709_combout ; +wire \text_gen|char_ram~17053feeder_combout ; +wire \text_gen|char_ram~17053_q ; +wire \text_gen|char_ram~16157_q ; +wire \text_gen|char_ram~16605_q ; +wire \text_gen|char_ram~17501feeder_combout ; +wire \text_gen|char_ram~17501_q ; +wire \text_gen|char_ram~40710_combout ; +wire \text_gen|char_ram~40711_combout ; +wire \text_gen|char_ram~40712_combout ; +wire \text_gen|char_ram~40715_combout ; +wire \text_gen|char_ram~16465_q ; +wire \text_gen|char_ram~17361feeder_combout ; +wire \text_gen|char_ram~17361_q ; +wire \text_gen|char_ram~40700_combout ; +wire \text_gen|char_ram~17809_q ; +wire \text_gen|char_ram~16913_q ; +wire \text_gen|char_ram~40701_combout ; +wire \text_gen|char_ram~17025feeder_combout ; +wire \text_gen|char_ram~17025_q ; +wire \text_gen|char_ram~17473_q ; +wire \text_gen|char_ram~16129_q ; +wire \text_gen|char_ram~16577_q ; +wire \text_gen|char_ram~40697_combout ; +wire \text_gen|char_ram~40698_combout ; +wire \text_gen|char_ram~17249_q ; +wire \text_gen|char_ram~17697_q ; +wire \text_gen|char_ram~16801_q ; +wire \text_gen|char_ram~16353_q ; +wire \text_gen|char_ram~40695_combout ; +wire \text_gen|char_ram~40696_combout ; +wire \text_gen|char_ram~40699_combout ; +wire \text_gen|char_ram~16689feeder_combout ; +wire \text_gen|char_ram~16689_q ; +wire \text_gen|char_ram~17585_q ; +wire \text_gen|char_ram~16241_q ; +wire \text_gen|char_ram~17137feeder_combout ; +wire \text_gen|char_ram~17137_q ; +wire \text_gen|char_ram~40702_combout ; +wire \text_gen|char_ram~40703_combout ; +wire \text_gen|char_ram~40704_combout ; +wire \text_gen|char_ram~40705_combout ; +wire \text_gen|char_ram~40716_combout ; +wire \text_gen|char_ram~2941_q ; +wire \text_gen|char_ram~3389_q ; +wire \text_gen|char_ram~2045_q ; +wire \text_gen|char_ram~2493_q ; +wire \text_gen|char_ram~40719_combout ; +wire \text_gen|char_ram~40720_combout ; +wire \text_gen|char_ram~2717_q ; +wire \text_gen|char_ram~3165_q ; +wire \text_gen|char_ram~2269_q ; +wire \text_gen|char_ram~1821_q ; +wire \text_gen|char_ram~40721_combout ; +wire \text_gen|char_ram~40722_combout ; +wire \text_gen|char_ram~40723_combout ; +wire \text_gen|char_ram~2381feeder_combout ; +wire \text_gen|char_ram~2381_q ; +wire \text_gen|char_ram~3277_q ; +wire \text_gen|char_ram~1933_q ; +wire \text_gen|char_ram~2829feeder_combout ; +wire \text_gen|char_ram~2829_q ; +wire \text_gen|char_ram~40717_combout ; +wire \text_gen|char_ram~40718_combout ; +wire \text_gen|char_ram~2605_q ; +wire \text_gen|char_ram~3501_q ; +wire \text_gen|char_ram~2157_q ; +wire \text_gen|char_ram~3053feeder_combout ; +wire \text_gen|char_ram~3053_q ; +wire \text_gen|char_ram~40724_combout ; +wire \text_gen|char_ram~40725_combout ; +wire \text_gen|char_ram~40726_combout ; +wire \text_gen|char_ram~40727_combout ; +wire \text_gen|char_ram~40728_combout ; +wire \text_gen|char_ram~40771_combout ; +wire \text_gen|char_ram~15373_q ; +wire \text_gen|char_ram~15821_q ; +wire \text_gen|char_ram~14477_q ; +wire \text_gen|char_ram~14925feeder_combout ; +wire \text_gen|char_ram~14925_q ; +wire \text_gen|char_ram~40824_combout ; +wire \text_gen|char_ram~40825_combout ; +wire \text_gen|char_ram~7757_q ; +wire \text_gen|char_ram~8653_q ; +wire \text_gen|char_ram~7309_q ; +wire \text_gen|char_ram~8205_q ; +wire \text_gen|char_ram~40826_combout ; +wire \text_gen|char_ram~40827_combout ; +wire \text_gen|char_ram~1037_q ; +wire \text_gen|char_ram~1485_q ; +wire \text_gen|char_ram~141_q ; +wire \text_gen|char_ram~589_q ; +wire \text_gen|char_ram~40828_combout ; +wire \text_gen|char_ram~40829_combout ; +wire \text_gen|char_ram~40830_combout ; +wire \text_gen|char_ram~22093feeder_combout ; +wire \text_gen|char_ram~22093_q ; +wire \text_gen|char_ram~22989_q ; +wire \text_gen|char_ram~21645_q ; +wire \text_gen|char_ram~22541_q ; +wire \text_gen|char_ram~40831_combout ; +wire \text_gen|char_ram~40832_combout ; +wire \text_gen|char_ram~40833_combout ; +wire \text_gen|char_ram~21617_q ; +wire \text_gen|char_ram~22513_q ; +wire \text_gen|char_ram~40841_combout ; +wire \text_gen|char_ram~22961_q ; +wire \text_gen|char_ram~22065_q ; +wire \text_gen|char_ram~40842_combout ; +wire \text_gen|char_ram~113_q ; +wire \text_gen|char_ram~561_q ; +wire \text_gen|char_ram~40838_combout ; +wire \text_gen|char_ram~1457_q ; +wire \text_gen|char_ram~1009feeder_combout ; +wire \text_gen|char_ram~1009_q ; +wire \text_gen|char_ram~40839_combout ; +wire \text_gen|char_ram~14449_q ; +wire \text_gen|char_ram~14897feeder_combout ; +wire \text_gen|char_ram~14897_q ; +wire \text_gen|char_ram~40836_combout ; +wire \text_gen|char_ram~15793_q ; +wire \text_gen|char_ram~15345feeder_combout ; +wire \text_gen|char_ram~15345_q ; +wire \text_gen|char_ram~40837_combout ; +wire \text_gen|char_ram~40840_combout ; +wire \text_gen|char_ram~7729_q ; +wire \text_gen|char_ram~8625_q ; +wire \text_gen|char_ram~8177feeder_combout ; +wire \text_gen|char_ram~8177_q ; +wire \text_gen|char_ram~7281_q ; +wire \text_gen|char_ram~40834_combout ; +wire \text_gen|char_ram~40835_combout ; +wire \text_gen|char_ram~40843_combout ; +wire \text_gen|char_ram~40844_combout ; +wire \text_gen|char_ram~14932_q ; +wire \text_gen|char_ram~14484_q ; +wire \text_gen|char_ram~40845_combout ; +wire \text_gen|char_ram~15828_q ; +wire \text_gen|char_ram~15380_q ; +wire \text_gen|char_ram~40846_combout ; +wire \text_gen|char_ram~22100feeder_combout ; +wire \text_gen|char_ram~22100_q ; +wire \text_gen|char_ram~22996_q ; +wire \text_gen|char_ram~21652_q ; +wire \text_gen|char_ram~22548_q ; +wire \text_gen|char_ram~40852_combout ; +wire \text_gen|char_ram~40853_combout ; +wire \text_gen|char_ram~7764_q ; +wire \text_gen|char_ram~8660_q ; +wire \text_gen|char_ram~7316_q ; +wire \text_gen|char_ram~8212feeder_combout ; +wire \text_gen|char_ram~8212_q ; +wire \text_gen|char_ram~40847_combout ; +wire \text_gen|char_ram~40848_combout ; +wire \text_gen|char_ram~1044feeder_combout ; +wire \text_gen|char_ram~1044_q ; +wire \text_gen|char_ram~1492_q ; +wire \text_gen|char_ram~596_q ; +wire \text_gen|char_ram~148_q ; +wire \text_gen|char_ram~40849_combout ; +wire \text_gen|char_ram~40850_combout ; +wire \text_gen|char_ram~40851_combout ; +wire \text_gen|char_ram~40854_combout ; +wire \text_gen|char_ram~15352_q ; +wire \text_gen|char_ram~15800_q ; +wire \text_gen|char_ram~14456_q ; +wire \text_gen|char_ram~14904feeder_combout ; +wire \text_gen|char_ram~14904_q ; +wire \text_gen|char_ram~40816_combout ; +wire \text_gen|char_ram~40817_combout ; +wire \text_gen|char_ram~1016feeder_combout ; +wire \text_gen|char_ram~1016_q ; +wire \text_gen|char_ram~1464_q ; +wire \text_gen|char_ram~120_q ; +wire \text_gen|char_ram~568_q ; +wire \text_gen|char_ram~40818_combout ; +wire \text_gen|char_ram~40819_combout ; +wire \text_gen|char_ram~40820_combout ; +wire \text_gen|char_ram~7736feeder_combout ; +wire \text_gen|char_ram~7736_q ; +wire \text_gen|char_ram~8632_q ; +wire \text_gen|char_ram~7288_q ; +wire \text_gen|char_ram~8184feeder_combout ; +wire \text_gen|char_ram~8184_q ; +wire \text_gen|char_ram~40814_combout ; +wire \text_gen|char_ram~40815_combout ; +wire \text_gen|char_ram~22072feeder_combout ; +wire \text_gen|char_ram~22072_q ; +wire \text_gen|char_ram~22968_q ; +wire \text_gen|char_ram~21624_q ; +wire \text_gen|char_ram~22520feeder_combout ; +wire \text_gen|char_ram~22520_q ; +wire \text_gen|char_ram~40821_combout ; +wire \text_gen|char_ram~40822_combout ; +wire \text_gen|char_ram~40823_combout ; +wire \text_gen|char_ram~40855_combout ; +wire \text_gen|char_ram~21981_q ; +wire \text_gen|char_ram~22877_q ; +wire \text_gen|char_ram~21533_q ; +wire \text_gen|char_ram~22429feeder_combout ; +wire \text_gen|char_ram~22429_q ; +wire \text_gen|char_ram~40873_combout ; +wire \text_gen|char_ram~40874_combout ; +wire \text_gen|char_ram~15261feeder_combout ; +wire \text_gen|char_ram~15261_q ; +wire \text_gen|char_ram~15709_q ; +wire \text_gen|char_ram~14365_q ; +wire \text_gen|char_ram~14813feeder_combout ; +wire \text_gen|char_ram~14813_q ; +wire \text_gen|char_ram~40866_combout ; +wire \text_gen|char_ram~40867_combout ; +wire \text_gen|char_ram~477feeder_combout ; +wire \text_gen|char_ram~477_q ; +wire \text_gen|char_ram~29_q ; +wire \text_gen|char_ram~40870_combout ; +wire \text_gen|char_ram~1373_q ; +wire \text_gen|char_ram~925feeder_combout ; +wire \text_gen|char_ram~925_q ; +wire \text_gen|char_ram~40871_combout ; +wire \text_gen|char_ram~7645feeder_combout ; +wire \text_gen|char_ram~7645_q ; +wire \text_gen|char_ram~8541_q ; +wire \text_gen|char_ram~7197_q ; +wire \text_gen|char_ram~8093feeder_combout ; +wire \text_gen|char_ram~8093_q ; +wire \text_gen|char_ram~40868_combout ; +wire \text_gen|char_ram~40869_combout ; +wire \text_gen|char_ram~40872_combout ; +wire \text_gen|char_ram~40875_combout ; +wire \text_gen|char_ram~21953feeder_combout ; +wire \text_gen|char_ram~21953_q ; +wire \text_gen|char_ram~22849_q ; +wire \text_gen|char_ram~21505_q ; +wire \text_gen|char_ram~22401feeder_combout ; +wire \text_gen|char_ram~22401_q ; +wire \text_gen|char_ram~40883_combout ; +wire \text_gen|char_ram~40884_combout ; +wire \text_gen|char_ram~15233feeder_combout ; +wire \text_gen|char_ram~15233_q ; +wire \text_gen|char_ram~15681_q ; +wire \text_gen|char_ram~14337_q ; +wire \text_gen|char_ram~14785_q ; +wire \text_gen|char_ram~40878_combout ; +wire \text_gen|char_ram~40879_combout ; +wire \text_gen|char_ram~897_q ; +wire \text_gen|char_ram~1345_q ; +wire \text_gen|char_ram~449feeder_combout ; +wire \text_gen|char_ram~449_q ; +wire \text_gen|char_ram~1_q ; +wire \text_gen|char_ram~40880_combout ; +wire \text_gen|char_ram~40881_combout ; +wire \text_gen|char_ram~40882_combout ; +wire \text_gen|char_ram~7169_q ; +wire \text_gen|char_ram~8065feeder_combout ; +wire \text_gen|char_ram~8065_q ; +wire \text_gen|char_ram~40876_combout ; +wire \text_gen|char_ram~8513_q ; +wire \text_gen|char_ram~7617feeder_combout ; +wire \text_gen|char_ram~7617_q ; +wire \text_gen|char_ram~40877_combout ; +wire \text_gen|char_ram~40885_combout ; +wire \text_gen|char_ram~40886_combout ; +wire \text_gen|char_ram~7624_q ; +wire \text_gen|char_ram~8520_q ; +wire \text_gen|char_ram~7176_q ; +wire \text_gen|char_ram~8072feeder_combout ; +wire \text_gen|char_ram~8072_q ; +wire \text_gen|char_ram~40856_combout ; +wire \text_gen|char_ram~40857_combout ; +wire \text_gen|char_ram~21960feeder_combout ; +wire \text_gen|char_ram~21960_q ; +wire \text_gen|char_ram~22856_q ; +wire \text_gen|char_ram~21512_q ; +wire \text_gen|char_ram~22408_q ; +wire \text_gen|char_ram~40863_combout ; +wire \text_gen|char_ram~40864_combout ; +wire \text_gen|char_ram~15240feeder_combout ; +wire \text_gen|char_ram~15240_q ; +wire \text_gen|char_ram~15688_q ; +wire \text_gen|char_ram~14792_q ; +wire \text_gen|char_ram~14344_q ; +wire \text_gen|char_ram~40858_combout ; +wire \text_gen|char_ram~40859_combout ; +wire \text_gen|char_ram~8_q ; +wire \text_gen|char_ram~456_q ; +wire \text_gen|char_ram~40860_combout ; +wire \text_gen|char_ram~1352_q ; +wire \text_gen|char_ram~904feeder_combout ; +wire \text_gen|char_ram~904_q ; +wire \text_gen|char_ram~40861_combout ; +wire \text_gen|char_ram~40862_combout ; +wire \text_gen|char_ram~40865_combout ; +wire \text_gen|char_ram~14372_q ; +wire \text_gen|char_ram~14820_q ; +wire \text_gen|char_ram~40887_combout ; +wire \text_gen|char_ram~15716_q ; +wire \text_gen|char_ram~15268_q ; +wire \text_gen|char_ram~40888_combout ; +wire \text_gen|char_ram~21988_q ; +wire \text_gen|char_ram~22884_q ; +wire \text_gen|char_ram~21540_q ; +wire \text_gen|char_ram~22436_q ; +wire \text_gen|char_ram~40894_combout ; +wire \text_gen|char_ram~40895_combout ; +wire \text_gen|char_ram~484_q ; +wire \text_gen|char_ram~36_q ; +wire \text_gen|char_ram~40891_combout ; +wire \text_gen|char_ram~932_q ; +wire \text_gen|char_ram~1380_q ; +wire \text_gen|char_ram~40892_combout ; +wire \text_gen|char_ram~7652_q ; +wire \text_gen|char_ram~8548_q ; +wire \text_gen|char_ram~7204_q ; +wire \text_gen|char_ram~8100_q ; +wire \text_gen|char_ram~40889_combout ; +wire \text_gen|char_ram~40890_combout ; +wire \text_gen|char_ram~40893_combout ; +wire \text_gen|char_ram~40896_combout ; +wire \text_gen|char_ram~40897_combout ; +wire \text_gen|char_ram~40898_combout ; +wire \text_gen|char_ram~22765_q ; +wire \text_gen|char_ram~23213_q ; +wire \text_gen|char_ram~21869_q ; +wire \text_gen|char_ram~22317_q ; +wire \text_gen|char_ram~40930_combout ; +wire \text_gen|char_ram~40931_combout ; +wire \text_gen|char_ram~22324feeder_combout ; +wire \text_gen|char_ram~22324_q ; +wire \text_gen|char_ram~23220_q ; +wire \text_gen|char_ram~21876_q ; +wire \text_gen|char_ram~22772feeder_combout ; +wire \text_gen|char_ram~22772_q ; +wire \text_gen|char_ram~40937_combout ; +wire \text_gen|char_ram~40938_combout ; +wire \text_gen|char_ram~22296feeder_combout ; +wire \text_gen|char_ram~22296_q ; +wire \text_gen|char_ram~23192_q ; +wire \text_gen|char_ram~21848_q ; +wire \text_gen|char_ram~22744_q ; +wire \text_gen|char_ram~40932_combout ; +wire \text_gen|char_ram~40933_combout ; +wire \text_gen|char_ram~22737feeder_combout ; +wire \text_gen|char_ram~22737_q ; +wire \text_gen|char_ram~23185_q ; +wire \text_gen|char_ram~21841_q ; +wire \text_gen|char_ram~22289_q ; +wire \text_gen|char_ram~40934_combout ; +wire \text_gen|char_ram~40935_combout ; +wire \text_gen|char_ram~40936_combout ; +wire \text_gen|char_ram~40939_combout ; +wire \text_gen|char_ram~16024_q ; +wire \text_gen|char_ram~15128_q ; +wire \text_gen|char_ram~15576_q ; +wire \text_gen|char_ram~14680_q ; +wire \text_gen|char_ram~40899_combout ; +wire \text_gen|char_ram~40900_combout ; +wire \text_gen|char_ram~15156feeder_combout ; +wire \text_gen|char_ram~15156_q ; +wire \text_gen|char_ram~16052_q ; +wire \text_gen|char_ram~15604feeder_combout ; +wire \text_gen|char_ram~15604_q ; +wire \text_gen|char_ram~14708_q ; +wire \text_gen|char_ram~40906_combout ; +wire \text_gen|char_ram~40907_combout ; +wire \text_gen|char_ram~15569feeder_combout ; +wire \text_gen|char_ram~15569_q ; +wire \text_gen|char_ram~16017_q ; +wire \text_gen|char_ram~15121_q ; +wire \text_gen|char_ram~14673feeder_combout ; +wire \text_gen|char_ram~14673_q ; +wire \text_gen|char_ram~40903_combout ; +wire \text_gen|char_ram~40904_combout ; +wire \text_gen|char_ram~15597feeder_combout ; +wire \text_gen|char_ram~15597_q ; +wire \text_gen|char_ram~16045_q ; +wire \text_gen|char_ram~15149_q ; +wire \text_gen|char_ram~14701_q ; +wire \text_gen|char_ram~40901_combout ; +wire \text_gen|char_ram~40902_combout ; +wire \text_gen|char_ram~40905_combout ; +wire \text_gen|char_ram~40908_combout ; +wire \text_gen|char_ram~7540_q ; +wire \text_gen|char_ram~8436_q ; +wire \text_gen|char_ram~40916_combout ; +wire \text_gen|char_ram~8884_q ; +wire \text_gen|char_ram~7988_q ; +wire \text_gen|char_ram~40917_combout ; +wire \text_gen|char_ram~7960_q ; +wire \text_gen|char_ram~8856_q ; +wire \text_gen|char_ram~7512_q ; +wire \text_gen|char_ram~8408feeder_combout ; +wire \text_gen|char_ram~8408_q ; +wire \text_gen|char_ram~40911_combout ; +wire \text_gen|char_ram~40912_combout ; +wire \text_gen|char_ram~8401_q ; +wire \text_gen|char_ram~8849_q ; +wire \text_gen|char_ram~7505_q ; +wire \text_gen|char_ram~7953_q ; +wire \text_gen|char_ram~40913_combout ; +wire \text_gen|char_ram~40914_combout ; +wire \text_gen|char_ram~40915_combout ; +wire \text_gen|char_ram~8429feeder_combout ; +wire \text_gen|char_ram~8429_q ; +wire \text_gen|char_ram~8877_q ; +wire \text_gen|char_ram~7981_q ; +wire \text_gen|char_ram~7533feeder_combout ; +wire \text_gen|char_ram~7533_q ; +wire \text_gen|char_ram~40909_combout ; +wire \text_gen|char_ram~40910_combout ; +wire \text_gen|char_ram~40918_combout ; +wire \text_gen|char_ram~1261feeder_combout ; +wire \text_gen|char_ram~1261_q ; +wire \text_gen|char_ram~1709_q ; +wire \text_gen|char_ram~813_q ; +wire \text_gen|char_ram~365_q ; +wire \text_gen|char_ram~40921_combout ; +wire \text_gen|char_ram~40922_combout ; +wire \text_gen|char_ram~1233_q ; +wire \text_gen|char_ram~1681_q ; +wire \text_gen|char_ram~337_q ; +wire \text_gen|char_ram~785feeder_combout ; +wire \text_gen|char_ram~785_q ; +wire \text_gen|char_ram~40923_combout ; +wire \text_gen|char_ram~40924_combout ; +wire \text_gen|char_ram~40925_combout ; +wire \text_gen|char_ram~344_q ; +wire \text_gen|char_ram~1240feeder_combout ; +wire \text_gen|char_ram~1240_q ; +wire \text_gen|char_ram~40919_combout ; +wire \text_gen|char_ram~1688_q ; +wire \text_gen|char_ram~792_q ; +wire \text_gen|char_ram~40920_combout ; +wire \text_gen|char_ram~372_q ; +wire \text_gen|char_ram~1268_q ; +wire \text_gen|char_ram~40926_combout ; +wire \text_gen|char_ram~1716_q ; +wire \text_gen|char_ram~820_q ; +wire \text_gen|char_ram~40927_combout ; +wire \text_gen|char_ram~40928_combout ; +wire \text_gen|char_ram~40929_combout ; +wire \text_gen|char_ram~40940_combout ; +wire \text_gen|char_ram~8744feeder_combout ; +wire \text_gen|char_ram~8744_q ; +wire \text_gen|char_ram~7848_q ; +wire \text_gen|char_ram~7400_q ; +wire \text_gen|char_ram~8296_q ; +wire \text_gen|char_ram~40772_combout ; +wire \text_gen|char_ram~40773_combout ; +wire \text_gen|char_ram~22184feeder_combout ; +wire \text_gen|char_ram~22184_q ; +wire \text_gen|char_ram~23080_q ; +wire \text_gen|char_ram~22632_q ; +wire \text_gen|char_ram~21736_q ; +wire \text_gen|char_ram~40779_combout ; +wire \text_gen|char_ram~40780_combout ; +wire \text_gen|char_ram~1128_q ; +wire \text_gen|char_ram~1576_q ; +wire \text_gen|char_ram~232_q ; +wire \text_gen|char_ram~680feeder_combout ; +wire \text_gen|char_ram~680_q ; +wire \text_gen|char_ram~40776_combout ; +wire \text_gen|char_ram~40777_combout ; +wire \text_gen|char_ram~15464_q ; +wire \text_gen|char_ram~15912_q ; +wire \text_gen|char_ram~14568_q ; +wire \text_gen|char_ram~15016_q ; +wire \text_gen|char_ram~40774_combout ; +wire \text_gen|char_ram~40775_combout ; +wire \text_gen|char_ram~40778_combout ; +wire \text_gen|char_ram~40781_combout ; +wire \text_gen|char_ram~22205feeder_combout ; +wire \text_gen|char_ram~22205_q ; +wire \text_gen|char_ram~23101_q ; +wire \text_gen|char_ram~21757_q ; +wire \text_gen|char_ram~22653feeder_combout ; +wire \text_gen|char_ram~22653_q ; +wire \text_gen|char_ram~40789_combout ; +wire \text_gen|char_ram~40790_combout ; +wire \text_gen|char_ram~7869feeder_combout ; +wire \text_gen|char_ram~7869_q ; +wire \text_gen|char_ram~8765_q ; +wire \text_gen|char_ram~8317_q ; +wire \text_gen|char_ram~7421_q ; +wire \text_gen|char_ram~40784_combout ; +wire \text_gen|char_ram~40785_combout ; +wire \text_gen|char_ram~1149_q ; +wire \text_gen|char_ram~1597_q ; +wire \text_gen|char_ram~701feeder_combout ; +wire \text_gen|char_ram~701_q ; +wire \text_gen|char_ram~253_q ; +wire \text_gen|char_ram~40786_combout ; +wire \text_gen|char_ram~40787_combout ; +wire \text_gen|char_ram~40788_combout ; +wire \text_gen|char_ram~15485_q ; +wire \text_gen|char_ram~15933_q ; +wire \text_gen|char_ram~14589_q ; +wire \text_gen|char_ram~15037feeder_combout ; +wire \text_gen|char_ram~15037_q ; +wire \text_gen|char_ram~40782_combout ; +wire \text_gen|char_ram~40783_combout ; +wire \text_gen|char_ram~40791_combout ; +wire \text_gen|char_ram~22177_q ; +wire \text_gen|char_ram~23073_q ; +wire \text_gen|char_ram~21729_q ; +wire \text_gen|char_ram~22625feeder_combout ; +wire \text_gen|char_ram~22625_q ; +wire \text_gen|char_ram~40799_combout ; +wire \text_gen|char_ram~40800_combout ; +wire \text_gen|char_ram~15457_q ; +wire \text_gen|char_ram~15905_q ; +wire \text_gen|char_ram~15009_q ; +wire \text_gen|char_ram~14561_q ; +wire \text_gen|char_ram~40794_combout ; +wire \text_gen|char_ram~40795_combout ; +wire \text_gen|char_ram~1121_q ; +wire \text_gen|char_ram~1569_q ; +wire \text_gen|char_ram~225_q ; +wire \text_gen|char_ram~673_q ; +wire \text_gen|char_ram~40796_combout ; +wire \text_gen|char_ram~40797_combout ; +wire \text_gen|char_ram~40798_combout ; +wire \text_gen|char_ram~7841_q ; +wire \text_gen|char_ram~8737_q ; +wire \text_gen|char_ram~7393_q ; +wire \text_gen|char_ram~8289_q ; +wire \text_gen|char_ram~40792_combout ; +wire \text_gen|char_ram~40793_combout ; +wire \text_gen|char_ram~40801_combout ; +wire \text_gen|char_ram~40802_combout ; +wire \text_gen|char_ram~15492feeder_combout ; +wire \text_gen|char_ram~15492_q ; +wire \text_gen|char_ram~15940_q ; +wire \text_gen|char_ram~14596_q ; +wire \text_gen|char_ram~15044_q ; +wire \text_gen|char_ram~40803_combout ; +wire \text_gen|char_ram~40804_combout ; +wire \text_gen|char_ram~22212feeder_combout ; +wire \text_gen|char_ram~22212_q ; +wire \text_gen|char_ram~23108_q ; +wire \text_gen|char_ram~21764feeder_combout ; +wire \text_gen|char_ram~21764_q ; +wire \text_gen|char_ram~22660_q ; +wire \text_gen|char_ram~40810_combout ; +wire \text_gen|char_ram~40811_combout ; +wire \text_gen|char_ram~1156_q ; +wire \text_gen|char_ram~1604_q ; +wire \text_gen|char_ram~260_q ; +wire \text_gen|char_ram~708feeder_combout ; +wire \text_gen|char_ram~708_q ; +wire \text_gen|char_ram~40807_combout ; +wire \text_gen|char_ram~40808_combout ; +wire \text_gen|char_ram~7876_q ; +wire \text_gen|char_ram~8772_q ; +wire \text_gen|char_ram~7428_q ; +wire \text_gen|char_ram~8324feeder_combout ; +wire \text_gen|char_ram~8324_q ; +wire \text_gen|char_ram~40805_combout ; +wire \text_gen|char_ram~40806_combout ; +wire \text_gen|char_ram~40809_combout ; +wire \text_gen|char_ram~40812_combout ; +wire \text_gen|char_ram~40813_combout ; +wire \text_gen|char_ram~40941_combout ; +wire \text_gen|char_ram~40942_combout ; +wire \text_gen|char_ram~19188feeder_combout ; +wire \text_gen|char_ram~19188_q ; +wire \text_gen|char_ram~19636feeder_combout ; +wire \text_gen|char_ram~19636_q ; +wire \text_gen|char_ram~18740_q ; +wire \text_gen|char_ram~18292_q ; +wire \text_gen|char_ram~40563_combout ; +wire \text_gen|char_ram~40564_combout ; +wire \text_gen|char_ram~19524_q ; +wire \text_gen|char_ram~18628_q ; +wire \text_gen|char_ram~18180_q ; +wire \text_gen|char_ram~19076_q ; +wire \text_gen|char_ram~40556_combout ; +wire \text_gen|char_ram~40557_combout ; +wire \text_gen|char_ram~18964feeder_combout ; +wire \text_gen|char_ram~18964_q ; +wire \text_gen|char_ram~19412_q ; +wire \text_gen|char_ram~18516feeder_combout ; +wire \text_gen|char_ram~18516_q ; +wire \text_gen|char_ram~18068_q ; +wire \text_gen|char_ram~40558_combout ; +wire \text_gen|char_ram~40559_combout ; +wire \text_gen|char_ram~18852feeder_combout ; +wire \text_gen|char_ram~18852_q ; +wire \text_gen|char_ram~17956_q ; +wire \text_gen|char_ram~40560_combout ; +wire \text_gen|char_ram~19300_q ; +wire \text_gen|char_ram~18404_q ; +wire \text_gen|char_ram~40561_combout ; +wire \text_gen|char_ram~40562_combout ; +wire \text_gen|char_ram~40565_combout ; +wire \text_gen|char_ram~4740feeder_combout ; +wire \text_gen|char_ram~4740_q ; +wire \text_gen|char_ram~5188feeder_combout ; +wire \text_gen|char_ram~5188_q ; +wire \text_gen|char_ram~3844_q ; +wire \text_gen|char_ram~4292_q ; +wire \text_gen|char_ram~40578_combout ; +wire \text_gen|char_ram~40579_combout ; +wire \text_gen|char_ram~3620feeder_combout ; +wire \text_gen|char_ram~3620_q ; +wire \text_gen|char_ram~4068feeder_combout ; +wire \text_gen|char_ram~4068_q ; +wire \text_gen|char_ram~40580_combout ; +wire \text_gen|char_ram~4964_q ; +wire \text_gen|char_ram~4516feeder_combout ; +wire \text_gen|char_ram~4516_q ; +wire \text_gen|char_ram~40581_combout ; +wire \text_gen|char_ram~40582_combout ; +wire \text_gen|char_ram~4180_q ; +wire \text_gen|char_ram~5076_q ; +wire \text_gen|char_ram~3732_q ; +wire \text_gen|char_ram~4628feeder_combout ; +wire \text_gen|char_ram~4628_q ; +wire \text_gen|char_ram~40576_combout ; +wire \text_gen|char_ram~40577_combout ; +wire \text_gen|char_ram~4404_q ; +wire \text_gen|char_ram~5300_q ; +wire \text_gen|char_ram~3956_q ; +wire \text_gen|char_ram~4852feeder_combout ; +wire \text_gen|char_ram~4852_q ; +wire \text_gen|char_ram~40583_combout ; +wire \text_gen|char_ram~40584_combout ; +wire \text_gen|char_ram~40585_combout ; +wire \text_gen|char_ram~11348_q ; +wire \text_gen|char_ram~11572_q ; +wire \text_gen|char_ram~11460_q ; +wire \text_gen|char_ram~11236_q ; +wire \text_gen|char_ram~40568_combout ; +wire \text_gen|char_ram~40569_combout ; +wire \text_gen|char_ram~11012_q ; +wire \text_gen|char_ram~11124_q ; +wire \text_gen|char_ram~10788_q ; +wire \text_gen|char_ram~10900_q ; +wire \text_gen|char_ram~40570_combout ; +wire \text_gen|char_ram~40571_combout ; +wire \text_gen|char_ram~40572_combout ; +wire \text_gen|char_ram~11908feeder_combout ; +wire \text_gen|char_ram~11908_q ; +wire \text_gen|char_ram~12020_q ; +wire \text_gen|char_ram~11796feeder_combout ; +wire \text_gen|char_ram~11796_q ; +wire \text_gen|char_ram~11684_q ; +wire \text_gen|char_ram~40566_combout ; +wire \text_gen|char_ram~40567_combout ; +wire \text_gen|char_ram~12132_q ; +wire \text_gen|char_ram~12356feeder_combout ; +wire \text_gen|char_ram~12356_q ; +wire \text_gen|char_ram~40573_combout ; +wire \text_gen|char_ram~12468_q ; +wire \text_gen|char_ram~12244_q ; +wire \text_gen|char_ram~40574_combout ; +wire \text_gen|char_ram~40575_combout ; +wire \text_gen|char_ram~40586_combout ; +wire \text_gen|char_ram~25124_q ; +wire \text_gen|char_ram~25348feeder_combout ; +wire \text_gen|char_ram~25348_q ; +wire \text_gen|char_ram~40591_combout ; +wire \text_gen|char_ram~25460_q ; +wire \text_gen|char_ram~25236_q ; +wire \text_gen|char_ram~40592_combout ; +wire \text_gen|char_ram~26132_q ; +wire \text_gen|char_ram~26356_q ; +wire \text_gen|char_ram~26020_q ; +wire \text_gen|char_ram~26244_q ; +wire \text_gen|char_ram~40589_combout ; +wire \text_gen|char_ram~40590_combout ; +wire \text_gen|char_ram~40593_combout ; +wire \text_gen|char_ram~26692_q ; +wire \text_gen|char_ram~26804_q ; +wire \text_gen|char_ram~26468_q ; +wire \text_gen|char_ram~26580feeder_combout ; +wire \text_gen|char_ram~26580_q ; +wire \text_gen|char_ram~40594_combout ; +wire \text_gen|char_ram~40595_combout ; +wire \text_gen|char_ram~25908_q ; +wire \text_gen|char_ram~25572_q ; +wire \text_gen|char_ram~25684feeder_combout ; +wire \text_gen|char_ram~25684_q ; +wire \text_gen|char_ram~40587_combout ; +wire \text_gen|char_ram~25796feeder_combout ; +wire \text_gen|char_ram~25796_q ; +wire \text_gen|char_ram~40588_combout ; +wire \text_gen|char_ram~40596_combout ; +wire \text_gen|char_ram~40597_combout ; +wire \text_gen|char_ram~11320_q ; +wire \text_gen|char_ram~11544_q ; +wire \text_gen|char_ram~11208_q ; +wire \text_gen|char_ram~11432feeder_combout ; +wire \text_gen|char_ram~11432_q ; +wire \text_gen|char_ram~40431_combout ; +wire \text_gen|char_ram~40432_combout ; +wire \text_gen|char_ram~10984_q ; +wire \text_gen|char_ram~11096_q ; +wire \text_gen|char_ram~10760_q ; +wire \text_gen|char_ram~10872_q ; +wire \text_gen|char_ram~40433_combout ; +wire \text_gen|char_ram~40434_combout ; +wire \text_gen|char_ram~40435_combout ; +wire \text_gen|char_ram~11880_q ; +wire \text_gen|char_ram~11992feeder_combout ; +wire \text_gen|char_ram~11992_q ; +wire \text_gen|char_ram~11656_q ; +wire \text_gen|char_ram~11768feeder_combout ; +wire \text_gen|char_ram~11768_q ; +wire \text_gen|char_ram~40429_combout ; +wire \text_gen|char_ram~40430_combout ; +wire \text_gen|char_ram~12440feeder_combout ; +wire \text_gen|char_ram~12440_q ; +wire \text_gen|char_ram~12216_q ; +wire \text_gen|char_ram~12328_q ; +wire \text_gen|char_ram~12104_q ; +wire \text_gen|char_ram~40436_combout ; +wire \text_gen|char_ram~40437_combout ; +wire \text_gen|char_ram~40438_combout ; +wire \text_gen|char_ram~25880_q ; +wire \text_gen|char_ram~25768_q ; +wire \text_gen|char_ram~25544_q ; +wire \text_gen|char_ram~25656_q ; +wire \text_gen|char_ram~40460_combout ; +wire \text_gen|char_ram~40461_combout ; +wire \text_gen|char_ram~26664_q ; +wire \text_gen|char_ram~26776_q ; +wire \text_gen|char_ram~26440_q ; +wire \text_gen|char_ram~26552feeder_combout ; +wire \text_gen|char_ram~26552_q ; +wire \text_gen|char_ram~40467_combout ; +wire \text_gen|char_ram~40468_combout ; +wire \text_gen|char_ram~26104feeder_combout ; +wire \text_gen|char_ram~26104_q ; +wire \text_gen|char_ram~26328_q ; +wire \text_gen|char_ram~25992_q ; +wire \text_gen|char_ram~26216feeder_combout ; +wire \text_gen|char_ram~26216_q ; +wire \text_gen|char_ram~40462_combout ; +wire \text_gen|char_ram~40463_combout ; +wire \text_gen|char_ram~25208_q ; +wire \text_gen|char_ram~25432_q ; +wire \text_gen|char_ram~25096_q ; +wire \text_gen|char_ram~25320_q ; +wire \text_gen|char_ram~40464_combout ; +wire \text_gen|char_ram~40465_combout ; +wire \text_gen|char_ram~40466_combout ; +wire \text_gen|char_ram~40469_combout ; +wire \text_gen|char_ram~18600_q ; +wire \text_gen|char_ram~19496_q ; +wire \text_gen|char_ram~19048_q ; +wire \text_gen|char_ram~18152_q ; +wire \text_gen|char_ram~40439_combout ; +wire \text_gen|char_ram~40440_combout ; +wire \text_gen|char_ram~18936feeder_combout ; +wire \text_gen|char_ram~18936_q ; +wire \text_gen|char_ram~19384_q ; +wire \text_gen|char_ram~18040_q ; +wire \text_gen|char_ram~18488_q ; +wire \text_gen|char_ram~40441_combout ; +wire \text_gen|char_ram~40442_combout ; +wire \text_gen|char_ram~19272_q ; +wire \text_gen|char_ram~18376_q ; +wire \text_gen|char_ram~18824_q ; +wire \text_gen|char_ram~17928_q ; +wire \text_gen|char_ram~40443_combout ; +wire \text_gen|char_ram~40444_combout ; +wire \text_gen|char_ram~40445_combout ; +wire \text_gen|char_ram~18712feeder_combout ; +wire \text_gen|char_ram~18712_q ; +wire \text_gen|char_ram~18264_q ; +wire \text_gen|char_ram~40446_combout ; +wire \text_gen|char_ram~19608_q ; +wire \text_gen|char_ram~19160feeder_combout ; +wire \text_gen|char_ram~19160_q ; +wire \text_gen|char_ram~40447_combout ; +wire \text_gen|char_ram~40448_combout ; +wire \text_gen|char_ram~4152feeder_combout ; +wire \text_gen|char_ram~4152_q ; +wire \text_gen|char_ram~5048_q ; +wire \text_gen|char_ram~3704_q ; +wire \text_gen|char_ram~4600feeder_combout ; +wire \text_gen|char_ram~4600_q ; +wire \text_gen|char_ram~40449_combout ; +wire \text_gen|char_ram~40450_combout ; +wire \text_gen|char_ram~4712feeder_combout ; +wire \text_gen|char_ram~4712_q ; +wire \text_gen|char_ram~5160_q ; +wire \text_gen|char_ram~3816_q ; +wire \text_gen|char_ram~4264_q ; +wire \text_gen|char_ram~40451_combout ; +wire \text_gen|char_ram~40452_combout ; +wire \text_gen|char_ram~4488feeder_combout ; +wire \text_gen|char_ram~4488_q ; +wire \text_gen|char_ram~4936_q ; +wire \text_gen|char_ram~3592feeder_combout ; +wire \text_gen|char_ram~3592_q ; +wire \text_gen|char_ram~4040_q ; +wire \text_gen|char_ram~40453_combout ; +wire \text_gen|char_ram~40454_combout ; +wire \text_gen|char_ram~40455_combout ; +wire \text_gen|char_ram~4376_q ; +wire \text_gen|char_ram~5272_q ; +wire \text_gen|char_ram~3928_q ; +wire \text_gen|char_ram~4824_q ; +wire \text_gen|char_ram~40456_combout ; +wire \text_gen|char_ram~40457_combout ; +wire \text_gen|char_ram~40458_combout ; +wire \text_gen|char_ram~40459_combout ; +wire \text_gen|char_ram~40470_combout ; +wire \text_gen|char_ram~12461feeder_combout ; +wire \text_gen|char_ram~12461_q ; +wire \text_gen|char_ram~12349feeder_combout ; +wire \text_gen|char_ram~12349_q ; +wire \text_gen|char_ram~12125_q ; +wire \text_gen|char_ram~40488_combout ; +wire \text_gen|char_ram~12237feeder_combout ; +wire \text_gen|char_ram~12237_q ; +wire \text_gen|char_ram~40489_combout ; +wire \text_gen|char_ram~11005_q ; +wire \text_gen|char_ram~11117_q ; +wire \text_gen|char_ram~10781_q ; +wire \text_gen|char_ram~10893feeder_combout ; +wire \text_gen|char_ram~10893_q ; +wire \text_gen|char_ram~40485_combout ; +wire \text_gen|char_ram~40486_combout ; +wire \text_gen|char_ram~11453_q ; +wire \text_gen|char_ram~11229_q ; +wire \text_gen|char_ram~40483_combout ; +wire \text_gen|char_ram~11565_q ; +wire \text_gen|char_ram~11341_q ; +wire \text_gen|char_ram~40484_combout ; +wire \text_gen|char_ram~40487_combout ; +wire \text_gen|char_ram~11901feeder_combout ; +wire \text_gen|char_ram~11901_q ; +wire \text_gen|char_ram~12013_q ; +wire \text_gen|char_ram~11789_q ; +wire \text_gen|char_ram~11677_q ; +wire \text_gen|char_ram~40481_combout ; +wire \text_gen|char_ram~40482_combout ; +wire \text_gen|char_ram~40490_combout ; +wire \text_gen|char_ram~4509_q ; +wire \text_gen|char_ram~4957_q ; +wire \text_gen|char_ram~3613_q ; +wire \text_gen|char_ram~4061feeder_combout ; +wire \text_gen|char_ram~4061_q ; +wire \text_gen|char_ram~40495_combout ; +wire \text_gen|char_ram~40496_combout ; +wire \text_gen|char_ram~4733_q ; +wire \text_gen|char_ram~5181_q ; +wire \text_gen|char_ram~3837_q ; +wire \text_gen|char_ram~4285_q ; +wire \text_gen|char_ram~40493_combout ; +wire \text_gen|char_ram~40494_combout ; +wire \text_gen|char_ram~40497_combout ; +wire \text_gen|char_ram~4397_q ; +wire \text_gen|char_ram~5293_q ; +wire \text_gen|char_ram~3949_q ; +wire \text_gen|char_ram~4845feeder_combout ; +wire \text_gen|char_ram~4845_q ; +wire \text_gen|char_ram~40498_combout ; +wire \text_gen|char_ram~40499_combout ; +wire \text_gen|char_ram~4173feeder_combout ; +wire \text_gen|char_ram~4173_q ; +wire \text_gen|char_ram~5069_q ; +wire \text_gen|char_ram~4621feeder_combout ; +wire \text_gen|char_ram~4621_q ; +wire \text_gen|char_ram~3725_q ; +wire \text_gen|char_ram~40491_combout ; +wire \text_gen|char_ram~40492_combout ; +wire \text_gen|char_ram~40500_combout ; +wire \text_gen|char_ram~40501_combout ; +wire \text_gen|char_ram~26013_q ; +wire \text_gen|char_ram~26237feeder_combout ; +wire \text_gen|char_ram~26237_q ; +wire \text_gen|char_ram~40504_combout ; +wire \text_gen|char_ram~26349_q ; +wire \text_gen|char_ram~26125feeder_combout ; +wire \text_gen|char_ram~26125_q ; +wire \text_gen|char_ram~40505_combout ; +wire \text_gen|char_ram~25117_q ; +wire \text_gen|char_ram~25341feeder_combout ; +wire \text_gen|char_ram~25341_q ; +wire \text_gen|char_ram~40506_combout ; +wire \text_gen|char_ram~25453_q ; +wire \text_gen|char_ram~25229_q ; +wire \text_gen|char_ram~40507_combout ; +wire \text_gen|char_ram~40508_combout ; +wire \text_gen|char_ram~25789_q ; +wire \text_gen|char_ram~25901_q ; +wire \text_gen|char_ram~25565_q ; +wire \text_gen|char_ram~25677feeder_combout ; +wire \text_gen|char_ram~25677_q ; +wire \text_gen|char_ram~40502_combout ; +wire \text_gen|char_ram~40503_combout ; +wire \text_gen|char_ram~26685feeder_combout ; +wire \text_gen|char_ram~26685_q ; +wire \text_gen|char_ram~26797_q ; +wire \text_gen|char_ram~26461_q ; +wire \text_gen|char_ram~26573_q ; +wire \text_gen|char_ram~40509_combout ; +wire \text_gen|char_ram~40510_combout ; +wire \text_gen|char_ram~40511_combout ; +wire \text_gen|char_ram~18957_q ; +wire \text_gen|char_ram~19405_q ; +wire \text_gen|char_ram~18509feeder_combout ; +wire \text_gen|char_ram~18509_q ; +wire \text_gen|char_ram~18061_q ; +wire \text_gen|char_ram~40473_combout ; +wire \text_gen|char_ram~40474_combout ; +wire \text_gen|char_ram~18397feeder_combout ; +wire \text_gen|char_ram~18397_q ; +wire \text_gen|char_ram~19293_q ; +wire \text_gen|char_ram~17949_q ; +wire \text_gen|char_ram~18845_q ; +wire \text_gen|char_ram~40475_combout ; +wire \text_gen|char_ram~40476_combout ; +wire \text_gen|char_ram~40477_combout ; +wire \text_gen|char_ram~19181_q ; +wire \text_gen|char_ram~19629_q ; +wire \text_gen|char_ram~18285_q ; +wire \text_gen|char_ram~18733_q ; +wire \text_gen|char_ram~40478_combout ; +wire \text_gen|char_ram~40479_combout ; +wire \text_gen|char_ram~19517_q ; +wire \text_gen|char_ram~18621_q ; +wire \text_gen|char_ram~18173_q ; +wire \text_gen|char_ram~19069_q ; +wire \text_gen|char_ram~40471_combout ; +wire \text_gen|char_ram~40472_combout ; +wire \text_gen|char_ram~40480_combout ; +wire \text_gen|char_ram~40512_combout ; +wire \text_gen|char_ram~12321feeder_combout ; +wire \text_gen|char_ram~12321_q ; +wire \text_gen|char_ram~12097feeder_combout ; +wire \text_gen|char_ram~12097_q ; +wire \text_gen|char_ram~40520_combout ; +wire \text_gen|char_ram~12433_q ; +wire \text_gen|char_ram~12209_q ; +wire \text_gen|char_ram~40521_combout ; +wire \text_gen|char_ram~11313_q ; +wire \text_gen|char_ram~11537_q ; +wire \text_gen|char_ram~11425feeder_combout ; +wire \text_gen|char_ram~11425_q ; +wire \text_gen|char_ram~11201_q ; +wire \text_gen|char_ram~40515_combout ; +wire \text_gen|char_ram~40516_combout ; +wire \text_gen|char_ram~10977_q ; +wire \text_gen|char_ram~11089_q ; +wire \text_gen|char_ram~10753_q ; +wire \text_gen|char_ram~10865_q ; +wire \text_gen|char_ram~40517_combout ; +wire \text_gen|char_ram~40518_combout ; +wire \text_gen|char_ram~40519_combout ; +wire \text_gen|char_ram~11985_q ; +wire \text_gen|char_ram~11761_q ; +wire \text_gen|char_ram~11649_q ; +wire \text_gen|char_ram~40513_combout ; +wire \text_gen|char_ram~11873_q ; +wire \text_gen|char_ram~40514_combout ; +wire \text_gen|char_ram~40522_combout ; +wire \text_gen|char_ram~26657_q ; +wire \text_gen|char_ram~26769_q ; +wire \text_gen|char_ram~26433_q ; +wire \text_gen|char_ram~26545feeder_combout ; +wire \text_gen|char_ram~26545_q ; +wire \text_gen|char_ram~40551_combout ; +wire \text_gen|char_ram~40552_combout ; +wire \text_gen|char_ram~25873_q ; +wire \text_gen|char_ram~25537_q ; +wire \text_gen|char_ram~25649feeder_combout ; +wire \text_gen|char_ram~25649_q ; +wire \text_gen|char_ram~40544_combout ; +wire \text_gen|char_ram~25761feeder_combout ; +wire \text_gen|char_ram~25761_q ; +wire \text_gen|char_ram~40545_combout ; +wire \text_gen|char_ram~25201_q ; +wire \text_gen|char_ram~25425_q ; +wire \text_gen|char_ram~25313_q ; +wire \text_gen|char_ram~25089_q ; +wire \text_gen|char_ram~40548_combout ; +wire \text_gen|char_ram~40549_combout ; +wire \text_gen|char_ram~26097feeder_combout ; +wire \text_gen|char_ram~26097_q ; +wire \text_gen|char_ram~26321_q ; +wire \text_gen|char_ram~25985feeder_combout ; +wire \text_gen|char_ram~25985_q ; +wire \text_gen|char_ram~26209feeder_combout ; +wire \text_gen|char_ram~26209_q ; +wire \text_gen|char_ram~40546_combout ; +wire \text_gen|char_ram~40547_combout ; +wire \text_gen|char_ram~40550_combout ; +wire \text_gen|char_ram~40553_combout ; +wire \text_gen|char_ram~19153feeder_combout ; +wire \text_gen|char_ram~19153_q ; +wire \text_gen|char_ram~19601_q ; +wire \text_gen|char_ram~18257_q ; +wire \text_gen|char_ram~18705feeder_combout ; +wire \text_gen|char_ram~18705_q ; +wire \text_gen|char_ram~40530_combout ; +wire \text_gen|char_ram~40531_combout ; +wire \text_gen|char_ram~18369_q ; +wire \text_gen|char_ram~19265_q ; +wire \text_gen|char_ram~18817feeder_combout ; +wire \text_gen|char_ram~18817_q ; +wire \text_gen|char_ram~17921_q ; +wire \text_gen|char_ram~40527_combout ; +wire \text_gen|char_ram~40528_combout ; +wire \text_gen|char_ram~18929_q ; +wire \text_gen|char_ram~19377_q ; +wire \text_gen|char_ram~18481_q ; +wire \text_gen|char_ram~18033_q ; +wire \text_gen|char_ram~40525_combout ; +wire \text_gen|char_ram~40526_combout ; +wire \text_gen|char_ram~40529_combout ; +wire \text_gen|char_ram~18593feeder_combout ; +wire \text_gen|char_ram~18593_q ; +wire \text_gen|char_ram~19489_q ; +wire \text_gen|char_ram~18145_q ; +wire \text_gen|char_ram~19041feeder_combout ; +wire \text_gen|char_ram~19041_q ; +wire \text_gen|char_ram~40523_combout ; +wire \text_gen|char_ram~40524_combout ; +wire \text_gen|char_ram~40532_combout ; +wire \text_gen|char_ram~4369feeder_combout ; +wire \text_gen|char_ram~4369_q ; +wire \text_gen|char_ram~5265_q ; +wire \text_gen|char_ram~4817_q ; +wire \text_gen|char_ram~3921_q ; +wire \text_gen|char_ram~40540_combout ; +wire \text_gen|char_ram~40541_combout ; +wire \text_gen|char_ram~3697_q ; +wire \text_gen|char_ram~4593feeder_combout ; +wire \text_gen|char_ram~4593_q ; +wire \text_gen|char_ram~40533_combout ; +wire \text_gen|char_ram~5041_q ; +wire \text_gen|char_ram~4145feeder_combout ; +wire \text_gen|char_ram~4145_q ; +wire \text_gen|char_ram~40534_combout ; +wire \text_gen|char_ram~3809_q ; +wire \text_gen|char_ram~4257_q ; +wire \text_gen|char_ram~40535_combout ; +wire \text_gen|char_ram~5153_q ; +wire \text_gen|char_ram~4705_q ; +wire \text_gen|char_ram~40536_combout ; +wire \text_gen|char_ram~4481_q ; +wire \text_gen|char_ram~4929_q ; +wire \text_gen|char_ram~3585_q ; +wire \text_gen|char_ram~4033_q ; +wire \text_gen|char_ram~40537_combout ; +wire \text_gen|char_ram~40538_combout ; +wire \text_gen|char_ram~40539_combout ; +wire \text_gen|char_ram~40542_combout ; +wire \text_gen|char_ram~40543_combout ; +wire \text_gen|char_ram~40554_combout ; +wire \text_gen|char_ram~40555_combout ; +wire \text_gen|char_ram~40598_combout ; +wire \text_gen|char_ram~41113_combout ; +wire \text_gen|char_ram~41114_combout ; +wire \text_gen|char_ram~41797_combout ; +wire \text_gen|char_ram~24710_q ; +wire \text_gen|char_ram~24696_q ; +wire \text_gen|char_ram~43680_combout ; +wire \text_gen|char_ram~24738_q ; +wire \text_gen|char_ram~24724_q ; +wire \text_gen|char_ram~43681_combout ; +wire \text_gen|char_ram~3220_q ; +wire \text_gen|char_ram~3234_q ; +wire \text_gen|char_ram~3192_q ; +wire \text_gen|char_ram~3206_q ; +wire \text_gen|char_ram~43677_combout ; +wire \text_gen|char_ram~43678_combout ; +wire \text_gen|char_ram~17556feeder_combout ; +wire \text_gen|char_ram~17556_q ; +wire \text_gen|char_ram~17570_q ; +wire \text_gen|char_ram~17528_q ; +wire \text_gen|char_ram~17542_q ; +wire \text_gen|char_ram~43675_combout ; +wire \text_gen|char_ram~43676_combout ; +wire \text_gen|char_ram~43679_combout ; +wire \text_gen|char_ram~10402_q ; +wire \text_gen|char_ram~10360_q ; +wire \text_gen|char_ram~10374_q ; +wire \text_gen|char_ram~43673_combout ; +wire \text_gen|char_ram~10388_q ; +wire \text_gen|char_ram~43674_combout ; +wire \text_gen|char_ram~43682_combout ; +wire \text_gen|char_ram~17563_q ; +wire \text_gen|char_ram~24731_q ; +wire \text_gen|char_ram~17535_q ; +wire \text_gen|char_ram~24703_q ; +wire \text_gen|char_ram~43704_combout ; +wire \text_gen|char_ram~43705_combout ; +wire \text_gen|char_ram~24745feeder_combout ; +wire \text_gen|char_ram~24745_q ; +wire \text_gen|char_ram~24717feeder_combout ; +wire \text_gen|char_ram~24717_q ; +wire \text_gen|char_ram~17549feeder_combout ; +wire \text_gen|char_ram~17549_q ; +wire \text_gen|char_ram~17577feeder_combout ; +wire \text_gen|char_ram~17577_q ; +wire \text_gen|char_ram~43711_combout ; +wire \text_gen|char_ram~43712_combout ; +wire \text_gen|char_ram~3227_q ; +wire \text_gen|char_ram~10395_q ; +wire \text_gen|char_ram~10367_q ; +wire \text_gen|char_ram~3199_q ; +wire \text_gen|char_ram~43708_combout ; +wire \text_gen|char_ram~43709_combout ; +wire \text_gen|char_ram~10381_q ; +wire \text_gen|char_ram~10409_q ; +wire \text_gen|char_ram~3241_q ; +wire \text_gen|char_ram~3213_q ; +wire \text_gen|char_ram~43706_combout ; +wire \text_gen|char_ram~43707_combout ; +wire \text_gen|char_ram~43710_combout ; +wire \text_gen|char_ram~43713_combout ; +wire \text_gen|char_ram~8596feeder_combout ; +wire \text_gen|char_ram~8596_q ; +wire \text_gen|char_ram~1428_q ; +wire \text_gen|char_ram~1400_q ; +wire \text_gen|char_ram~8568feeder_combout ; +wire \text_gen|char_ram~8568_q ; +wire \text_gen|char_ram~43697_combout ; +wire \text_gen|char_ram~43698_combout ; +wire \text_gen|char_ram~15764_q ; +wire \text_gen|char_ram~22932_q ; +wire \text_gen|char_ram~22904_q ; +wire \text_gen|char_ram~15736_q ; +wire \text_gen|char_ram~43695_combout ; +wire \text_gen|char_ram~43696_combout ; +wire \text_gen|char_ram~43699_combout ; +wire \text_gen|char_ram~15778feeder_combout ; +wire \text_gen|char_ram~15778_q ; +wire \text_gen|char_ram~22946_q ; +wire \text_gen|char_ram~15750_q ; +wire \text_gen|char_ram~22918feeder_combout ; +wire \text_gen|char_ram~22918_q ; +wire \text_gen|char_ram~43700_combout ; +wire \text_gen|char_ram~43701_combout ; +wire \text_gen|char_ram~1442feeder_combout ; +wire \text_gen|char_ram~1442_q ; +wire \text_gen|char_ram~8610_q ; +wire \text_gen|char_ram~8582feeder_combout ; +wire \text_gen|char_ram~8582_q ; +wire \text_gen|char_ram~1414_q ; +wire \text_gen|char_ram~43693_combout ; +wire \text_gen|char_ram~43694_combout ; +wire \text_gen|char_ram~43702_combout ; +wire \text_gen|char_ram~15757_q ; +wire \text_gen|char_ram~1421_q ; +wire \text_gen|char_ram~43685_combout ; +wire \text_gen|char_ram~15785_q ; +wire \text_gen|char_ram~1449_q ; +wire \text_gen|char_ram~43686_combout ; +wire \text_gen|char_ram~1435_q ; +wire \text_gen|char_ram~15771_q ; +wire \text_gen|char_ram~1407_q ; +wire \text_gen|char_ram~15743_q ; +wire \text_gen|char_ram~43687_combout ; +wire \text_gen|char_ram~43688_combout ; +wire \text_gen|char_ram~43689_combout ; +wire \text_gen|char_ram~22939_q ; +wire \text_gen|char_ram~8575_q ; +wire \text_gen|char_ram~22911_q ; +wire \text_gen|char_ram~43683_combout ; +wire \text_gen|char_ram~8603feeder_combout ; +wire \text_gen|char_ram~8603_q ; +wire \text_gen|char_ram~43684_combout ; +wire \text_gen|char_ram~22953feeder_combout ; +wire \text_gen|char_ram~22953_q ; +wire \text_gen|char_ram~8589_q ; +wire \text_gen|char_ram~22925_q ; +wire \text_gen|char_ram~43690_combout ; +wire \text_gen|char_ram~8617_q ; +wire \text_gen|char_ram~43691_combout ; +wire \text_gen|char_ram~43692_combout ; +wire \text_gen|char_ram~43703_combout ; +wire \text_gen|char_ram~43714_combout ; +wire \text_gen|char_ram~6818feeder_combout ; +wire \text_gen|char_ram~6818_q ; +wire \text_gen|char_ram~21154_q ; +wire \text_gen|char_ram~19362feeder_combout ; +wire \text_gen|char_ram~19362_q ; +wire \text_gen|char_ram~5026_q ; +wire \text_gen|char_ram~43800_combout ; +wire \text_gen|char_ram~43801_combout ; +wire \text_gen|char_ram~28322_q ; +wire \text_gen|char_ram~13986_q ; +wire \text_gen|char_ram~26530_q ; +wire \text_gen|char_ram~12194_q ; +wire \text_gen|char_ram~43807_combout ; +wire \text_gen|char_ram~43808_combout ; +wire \text_gen|char_ram~6804_q ; +wire \text_gen|char_ram~21140_q ; +wire \text_gen|char_ram~5012_q ; +wire \text_gen|char_ram~19348_q ; +wire \text_gen|char_ram~43804_combout ; +wire \text_gen|char_ram~43805_combout ; +wire \text_gen|char_ram~13972feeder_combout ; +wire \text_gen|char_ram~13972_q ; +wire \text_gen|char_ram~28308_q ; +wire \text_gen|char_ram~26516_q ; +wire \text_gen|char_ram~12180_q ; +wire \text_gen|char_ram~43802_combout ; +wire \text_gen|char_ram~43803_combout ; +wire \text_gen|char_ram~43806_combout ; +wire \text_gen|char_ram~43809_combout ; +wire \text_gen|char_ram~13993_q ; +wire \text_gen|char_ram~28329_q ; +wire \text_gen|char_ram~26537_q ; +wire \text_gen|char_ram~12201_q ; +wire \text_gen|char_ram~43838_combout ; +wire \text_gen|char_ram~43839_combout ; +wire \text_gen|char_ram~12187_q ; +wire \text_gen|char_ram~26523_q ; +wire \text_gen|char_ram~43831_combout ; +wire \text_gen|char_ram~13979feeder_combout ; +wire \text_gen|char_ram~13979_q ; +wire \text_gen|char_ram~28315_q ; +wire \text_gen|char_ram~43832_combout ; +wire \text_gen|char_ram~6811feeder_combout ; +wire \text_gen|char_ram~6811_q ; +wire \text_gen|char_ram~21147_q ; +wire \text_gen|char_ram~19355_q ; +wire \text_gen|char_ram~5019_q ; +wire \text_gen|char_ram~43835_combout ; +wire \text_gen|char_ram~43836_combout ; +wire \text_gen|char_ram~6825_q ; +wire \text_gen|char_ram~5033_q ; +wire \text_gen|char_ram~19369_q ; +wire \text_gen|char_ram~43833_combout ; +wire \text_gen|char_ram~21161_q ; +wire \text_gen|char_ram~43834_combout ; +wire \text_gen|char_ram~43837_combout ; +wire \text_gen|char_ram~43840_combout ; +wire \text_gen|char_ram~21133_q ; +wire \text_gen|char_ram~28301_q ; +wire \text_gen|char_ram~28287_q ; +wire \text_gen|char_ram~21119_q ; +wire \text_gen|char_ram~43817_combout ; +wire \text_gen|char_ram~43818_combout ; +wire \text_gen|char_ram~12173feeder_combout ; +wire \text_gen|char_ram~12173_q ; +wire \text_gen|char_ram~12159_q ; +wire \text_gen|char_ram~4991_q ; +wire \text_gen|char_ram~5005_q ; +wire \text_gen|char_ram~43814_combout ; +wire \text_gen|char_ram~43815_combout ; +wire \text_gen|char_ram~26495_q ; +wire \text_gen|char_ram~26509_q ; +wire \text_gen|char_ram~19327_q ; +wire \text_gen|char_ram~19341_q ; +wire \text_gen|char_ram~43812_combout ; +wire \text_gen|char_ram~43813_combout ; +wire \text_gen|char_ram~43816_combout ; +wire \text_gen|char_ram~6797_q ; +wire \text_gen|char_ram~13965_q ; +wire \text_gen|char_ram~13951_q ; +wire \text_gen|char_ram~6783_q ; +wire \text_gen|char_ram~43810_combout ; +wire \text_gen|char_ram~43811_combout ; +wire \text_gen|char_ram~43819_combout ; +wire \text_gen|char_ram~28280_q ; +wire \text_gen|char_ram~26502_q ; +wire \text_gen|char_ram~26488_q ; +wire \text_gen|char_ram~43827_combout ; +wire \text_gen|char_ram~28294_q ; +wire \text_gen|char_ram~43828_combout ; +wire \text_gen|char_ram~21126_q ; +wire \text_gen|char_ram~21112feeder_combout ; +wire \text_gen|char_ram~21112_q ; +wire \text_gen|char_ram~19334_q ; +wire \text_gen|char_ram~19320_q ; +wire \text_gen|char_ram~43820_combout ; +wire \text_gen|char_ram~43821_combout ; +wire \text_gen|char_ram~12152_q ; +wire \text_gen|char_ram~12166_q ; +wire \text_gen|char_ram~43822_combout ; +wire \text_gen|char_ram~13958_q ; +wire \text_gen|char_ram~13944feeder_combout ; +wire \text_gen|char_ram~13944_q ; +wire \text_gen|char_ram~43823_combout ; +wire \text_gen|char_ram~6776_q ; +wire \text_gen|char_ram~4998_q ; +wire \text_gen|char_ram~4984_q ; +wire \text_gen|char_ram~43824_combout ; +wire \text_gen|char_ram~6790_q ; +wire \text_gen|char_ram~43825_combout ; +wire \text_gen|char_ram~43826_combout ; +wire \text_gen|char_ram~43829_combout ; +wire \text_gen|char_ram~43830_combout ; +wire \text_gen|char_ram~43841_combout ; +wire \text_gen|char_ram~8547_q ; +wire \text_gen|char_ram~22883_q ; +wire \text_gen|char_ram~15715feeder_combout ; +wire \text_gen|char_ram~15715_q ; +wire \text_gen|char_ram~1379_q ; +wire \text_gen|char_ram~43792_combout ; +wire \text_gen|char_ram~43793_combout ; +wire \text_gen|char_ram~1393_q ; +wire \text_gen|char_ram~8561_q ; +wire \text_gen|char_ram~43790_combout ; +wire \text_gen|char_ram~22897_q ; +wire \text_gen|char_ram~15729feeder_combout ; +wire \text_gen|char_ram~15729_q ; +wire \text_gen|char_ram~43791_combout ; +wire \text_gen|char_ram~43794_combout ; +wire \text_gen|char_ram~24689_q ; +wire \text_gen|char_ram~10353_q ; +wire \text_gen|char_ram~3185_q ; +wire \text_gen|char_ram~43795_combout ; +wire \text_gen|char_ram~17521feeder_combout ; +wire \text_gen|char_ram~17521_q ; +wire \text_gen|char_ram~43796_combout ; +wire \text_gen|char_ram~10339_q ; +wire \text_gen|char_ram~24675_q ; +wire \text_gen|char_ram~17507feeder_combout ; +wire \text_gen|char_ram~17507_q ; +wire \text_gen|char_ram~3171_q ; +wire \text_gen|char_ram~43788_combout ; +wire \text_gen|char_ram~43789_combout ; +wire \text_gen|char_ram~43797_combout ; +wire \text_gen|char_ram~10332_q ; +wire \text_gen|char_ram~24668_q ; +wire \text_gen|char_ram~3164_q ; +wire \text_gen|char_ram~17500feeder_combout ; +wire \text_gen|char_ram~17500_q ; +wire \text_gen|char_ram~43767_combout ; +wire \text_gen|char_ram~43768_combout ; +wire \text_gen|char_ram~22890_q ; +wire \text_gen|char_ram~15722_q ; +wire \text_gen|char_ram~1386_q ; +wire \text_gen|char_ram~8554_q ; +wire \text_gen|char_ram~43769_combout ; +wire \text_gen|char_ram~43770_combout ; +wire \text_gen|char_ram~22876_q ; +wire \text_gen|char_ram~15708_q ; +wire \text_gen|char_ram~1372_q ; +wire \text_gen|char_ram~8540_q ; +wire \text_gen|char_ram~43771_combout ; +wire \text_gen|char_ram~43772_combout ; +wire \text_gen|char_ram~43773_combout ; +wire \text_gen|char_ram~17514_q ; +wire \text_gen|char_ram~24682_q ; +wire \text_gen|char_ram~10346_q ; +wire \text_gen|char_ram~3178_q ; +wire \text_gen|char_ram~43774_combout ; +wire \text_gen|char_ram~43775_combout ; +wire \text_gen|char_ram~43776_combout ; +wire \text_gen|char_ram~22862_q ; +wire \text_gen|char_ram~15694_q ; +wire \text_gen|char_ram~1358_q ; +wire \text_gen|char_ram~8526feeder_combout ; +wire \text_gen|char_ram~8526_q ; +wire \text_gen|char_ram~43781_combout ; +wire \text_gen|char_ram~43782_combout ; +wire \text_gen|char_ram~8512feeder_combout ; +wire \text_gen|char_ram~8512_q ; +wire \text_gen|char_ram~1344_q ; +wire \text_gen|char_ram~15680_q ; +wire \text_gen|char_ram~22848_q ; +wire \text_gen|char_ram~43779_combout ; +wire \text_gen|char_ram~43780_combout ; +wire \text_gen|char_ram~43783_combout ; +wire \text_gen|char_ram~10304_q ; +wire \text_gen|char_ram~24640_q ; +wire \text_gen|char_ram~17472_q ; +wire \text_gen|char_ram~3136_q ; +wire \text_gen|char_ram~43777_combout ; +wire \text_gen|char_ram~43778_combout ; +wire \text_gen|char_ram~17486_q ; +wire \text_gen|char_ram~24654_q ; +wire \text_gen|char_ram~10318feeder_combout ; +wire \text_gen|char_ram~10318_q ; +wire \text_gen|char_ram~3150_q ; +wire \text_gen|char_ram~43784_combout ; +wire \text_gen|char_ram~43785_combout ; +wire \text_gen|char_ram~43786_combout ; +wire \text_gen|char_ram~43787_combout ; +wire \text_gen|char_ram~17493feeder_combout ; +wire \text_gen|char_ram~17493_q ; +wire \text_gen|char_ram~24661_q ; +wire \text_gen|char_ram~10325_q ; +wire \text_gen|char_ram~3157_q ; +wire \text_gen|char_ram~43764_combout ; +wire \text_gen|char_ram~43765_combout ; +wire \text_gen|char_ram~10311_q ; +wire \text_gen|char_ram~24647_q ; +wire \text_gen|char_ram~3143_q ; +wire \text_gen|char_ram~17479_q ; +wire \text_gen|char_ram~43759_combout ; +wire \text_gen|char_ram~43760_combout ; +wire \text_gen|char_ram~8519_q ; +wire \text_gen|char_ram~22855_q ; +wire \text_gen|char_ram~15687feeder_combout ; +wire \text_gen|char_ram~15687_q ; +wire \text_gen|char_ram~1351_q ; +wire \text_gen|char_ram~43761_combout ; +wire \text_gen|char_ram~43762_combout ; +wire \text_gen|char_ram~43763_combout ; +wire \text_gen|char_ram~15701_q ; +wire \text_gen|char_ram~22869_q ; +wire \text_gen|char_ram~1365_q ; +wire \text_gen|char_ram~8533_q ; +wire \text_gen|char_ram~43757_combout ; +wire \text_gen|char_ram~43758_combout ; +wire \text_gen|char_ram~43766_combout ; +wire \text_gen|char_ram~43798_combout ; +wire \text_gen|char_ram~6769_q ; +wire \text_gen|char_ram~21105_q ; +wire \text_gen|char_ram~21091feeder_combout ; +wire \text_gen|char_ram~21091_q ; +wire \text_gen|char_ram~6755_q ; +wire \text_gen|char_ram~43746_combout ; +wire \text_gen|char_ram~43747_combout ; +wire \text_gen|char_ram~12145feeder_combout ; +wire \text_gen|char_ram~12145_q ; +wire \text_gen|char_ram~12131_q ; +wire \text_gen|char_ram~26467feeder_combout ; +wire \text_gen|char_ram~26467_q ; +wire \text_gen|char_ram~43748_combout ; +wire \text_gen|char_ram~26481_q ; +wire \text_gen|char_ram~43749_combout ; +wire \text_gen|char_ram~4977_q ; +wire \text_gen|char_ram~19313_q ; +wire \text_gen|char_ram~4963_q ; +wire \text_gen|char_ram~19299_q ; +wire \text_gen|char_ram~43750_combout ; +wire \text_gen|char_ram~43751_combout ; +wire \text_gen|char_ram~43752_combout ; +wire \text_gen|char_ram~13937_q ; +wire \text_gen|char_ram~13923_q ; +wire \text_gen|char_ram~43753_combout ; +wire \text_gen|char_ram~28259_q ; +wire \text_gen|char_ram~28273feeder_combout ; +wire \text_gen|char_ram~28273_q ; +wire \text_gen|char_ram~43754_combout ; +wire \text_gen|char_ram~43755_combout ; +wire \text_gen|char_ram~26432feeder_combout ; +wire \text_gen|char_ram~26432_q ; +wire \text_gen|char_ram~26446_q ; +wire \text_gen|char_ram~12096_q ; +wire \text_gen|char_ram~12110_q ; +wire \text_gen|char_ram~43735_combout ; +wire \text_gen|char_ram~43736_combout ; +wire \text_gen|char_ram~28224feeder_combout ; +wire \text_gen|char_ram~28224_q ; +wire \text_gen|char_ram~28238_q ; +wire \text_gen|char_ram~13888_q ; +wire \text_gen|char_ram~13902feeder_combout ; +wire \text_gen|char_ram~13902_q ; +wire \text_gen|char_ram~43742_combout ; +wire \text_gen|char_ram~43743_combout ; +wire \text_gen|char_ram~6734_q ; +wire \text_gen|char_ram~6720_q ; +wire \text_gen|char_ram~43737_combout ; +wire \text_gen|char_ram~21056feeder_combout ; +wire \text_gen|char_ram~21056_q ; +wire \text_gen|char_ram~21070_q ; +wire \text_gen|char_ram~43738_combout ; +wire \text_gen|char_ram~19264feeder_combout ; +wire \text_gen|char_ram~19264_q ; +wire \text_gen|char_ram~4928_q ; +wire \text_gen|char_ram~4942feeder_combout ; +wire \text_gen|char_ram~4942_q ; +wire \text_gen|char_ram~43739_combout ; +wire \text_gen|char_ram~19278_q ; +wire \text_gen|char_ram~43740_combout ; +wire \text_gen|char_ram~43741_combout ; +wire \text_gen|char_ram~43744_combout ; +wire \text_gen|char_ram~28245_q ; +wire \text_gen|char_ram~21077_q ; +wire \text_gen|char_ram~6741_q ; +wire \text_gen|char_ram~13909_q ; +wire \text_gen|char_ram~43732_combout ; +wire \text_gen|char_ram~43733_combout ; +wire \text_gen|char_ram~21063_q ; +wire \text_gen|char_ram~28231_q ; +wire \text_gen|char_ram~13895feeder_combout ; +wire \text_gen|char_ram~13895_q ; +wire \text_gen|char_ram~6727_q ; +wire \text_gen|char_ram~43725_combout ; +wire \text_gen|char_ram~43726_combout ; +wire \text_gen|char_ram~26453feeder_combout ; +wire \text_gen|char_ram~26453_q ; +wire \text_gen|char_ram~19285_q ; +wire \text_gen|char_ram~4949feeder_combout ; +wire \text_gen|char_ram~4949_q ; +wire \text_gen|char_ram~12117_q ; +wire \text_gen|char_ram~43727_combout ; +wire \text_gen|char_ram~43728_combout ; +wire \text_gen|char_ram~19271_q ; +wire \text_gen|char_ram~26439_q ; +wire \text_gen|char_ram~4935_q ; +wire \text_gen|char_ram~12103feeder_combout ; +wire \text_gen|char_ram~12103_q ; +wire \text_gen|char_ram~43729_combout ; +wire \text_gen|char_ram~43730_combout ; +wire \text_gen|char_ram~43731_combout ; +wire \text_gen|char_ram~43734_combout ; +wire \text_gen|char_ram~43745_combout ; +wire \text_gen|char_ram~6748_q ; +wire \text_gen|char_ram~6762_q ; +wire \text_gen|char_ram~43715_combout ; +wire \text_gen|char_ram~13916_q ; +wire \text_gen|char_ram~13930feeder_combout ; +wire \text_gen|char_ram~13930_q ; +wire \text_gen|char_ram~43716_combout ; +wire \text_gen|char_ram~28252_q ; +wire \text_gen|char_ram~28266_q ; +wire \text_gen|char_ram~21098_q ; +wire \text_gen|char_ram~21084_q ; +wire \text_gen|char_ram~43722_combout ; +wire \text_gen|char_ram~43723_combout ; +wire \text_gen|char_ram~4956_q ; +wire \text_gen|char_ram~4970feeder_combout ; +wire \text_gen|char_ram~4970_q ; +wire \text_gen|char_ram~43719_combout ; +wire \text_gen|char_ram~12138_q ; +wire \text_gen|char_ram~12124_q ; +wire \text_gen|char_ram~43720_combout ; +wire \text_gen|char_ram~26460feeder_combout ; +wire \text_gen|char_ram~26460_q ; +wire \text_gen|char_ram~26474_q ; +wire \text_gen|char_ram~19306_q ; +wire \text_gen|char_ram~19292_q ; +wire \text_gen|char_ram~43717_combout ; +wire \text_gen|char_ram~43718_combout ; +wire \text_gen|char_ram~43721_combout ; +wire \text_gen|char_ram~43724_combout ; +wire \text_gen|char_ram~43756_combout ; +wire \text_gen|char_ram~43799_combout ; +wire \text_gen|char_ram~43842_combout ; +wire \text_gen|char_ram~18445_q ; +wire \text_gen|char_ram~25613_q ; +wire \text_gen|char_ram~11277feeder_combout ; +wire \text_gen|char_ram~11277_q ; +wire \text_gen|char_ram~4109_q ; +wire \text_gen|char_ram~43486_combout ; +wire \text_gen|char_ram~43487_combout ; +wire \text_gen|char_ram~11263_q ; +wire \text_gen|char_ram~4095_q ; +wire \text_gen|char_ram~43479_combout ; +wire \text_gen|char_ram~18431_q ; +wire \text_gen|char_ram~25599_q ; +wire \text_gen|char_ram~43480_combout ; +wire \text_gen|char_ram~4102_q ; +wire \text_gen|char_ram~18438_q ; +wire \text_gen|char_ram~43481_combout ; +wire \text_gen|char_ram~11270feeder_combout ; +wire \text_gen|char_ram~11270_q ; +wire \text_gen|char_ram~25606_q ; +wire \text_gen|char_ram~43482_combout ; +wire \text_gen|char_ram~4088_q ; +wire \text_gen|char_ram~18424feeder_combout ; +wire \text_gen|char_ram~18424_q ; +wire \text_gen|char_ram~43483_combout ; +wire \text_gen|char_ram~25592_q ; +wire \text_gen|char_ram~11256feeder_combout ; +wire \text_gen|char_ram~11256_q ; +wire \text_gen|char_ram~43484_combout ; +wire \text_gen|char_ram~43485_combout ; +wire \text_gen|char_ram~43488_combout ; +wire \text_gen|char_ram~18473_q ; +wire \text_gen|char_ram~25641_q ; +wire \text_gen|char_ram~4137_q ; +wire \text_gen|char_ram~11305_q ; +wire \text_gen|char_ram~43476_combout ; +wire \text_gen|char_ram~43477_combout ; +wire \text_gen|char_ram~18459_q ; +wire \text_gen|char_ram~25627_q ; +wire \text_gen|char_ram~11291feeder_combout ; +wire \text_gen|char_ram~11291_q ; +wire \text_gen|char_ram~4123_q ; +wire \text_gen|char_ram~43469_combout ; +wire \text_gen|char_ram~43470_combout ; +wire \text_gen|char_ram~11284feeder_combout ; +wire \text_gen|char_ram~11284_q ; +wire \text_gen|char_ram~25620_q ; +wire \text_gen|char_ram~18452_q ; +wire \text_gen|char_ram~4116_q ; +wire \text_gen|char_ram~43473_combout ; +wire \text_gen|char_ram~43474_combout ; +wire \text_gen|char_ram~25634feeder_combout ; +wire \text_gen|char_ram~25634_q ; +wire \text_gen|char_ram~18466_q ; +wire \text_gen|char_ram~4130_q ; +wire \text_gen|char_ram~11298_q ; +wire \text_gen|char_ram~43471_combout ; +wire \text_gen|char_ram~43472_combout ; +wire \text_gen|char_ram~43475_combout ; +wire \text_gen|char_ram~43478_combout ; +wire \text_gen|char_ram~43489_combout ; +wire \text_gen|char_ram~20237feeder_combout ; +wire \text_gen|char_ram~20237_q ; +wire \text_gen|char_ram~27405_q ; +wire \text_gen|char_ram~13069feeder_combout ; +wire \text_gen|char_ram~13069_q ; +wire \text_gen|char_ram~5901_q ; +wire \text_gen|char_ram~43466_combout ; +wire \text_gen|char_ram~43467_combout ; +wire \text_gen|char_ram~13062feeder_combout ; +wire \text_gen|char_ram~13062_q ; +wire \text_gen|char_ram~27398_q ; +wire \text_gen|char_ram~20230feeder_combout ; +wire \text_gen|char_ram~20230_q ; +wire \text_gen|char_ram~5894_q ; +wire \text_gen|char_ram~43461_combout ; +wire \text_gen|char_ram~43462_combout ; +wire \text_gen|char_ram~13048feeder_combout ; +wire \text_gen|char_ram~13048_q ; +wire \text_gen|char_ram~27384_q ; +wire \text_gen|char_ram~20216feeder_combout ; +wire \text_gen|char_ram~20216_q ; +wire \text_gen|char_ram~5880_q ; +wire \text_gen|char_ram~43463_combout ; +wire \text_gen|char_ram~43464_combout ; +wire \text_gen|char_ram~43465_combout ; +wire \text_gen|char_ram~20223feeder_combout ; +wire \text_gen|char_ram~20223_q ; +wire \text_gen|char_ram~27391feeder_combout ; +wire \text_gen|char_ram~27391_q ; +wire \text_gen|char_ram~13055_q ; +wire \text_gen|char_ram~5887_q ; +wire \text_gen|char_ram~43459_combout ; +wire \text_gen|char_ram~43460_combout ; +wire \text_gen|char_ram~43468_combout ; +wire \text_gen|char_ram~13090feeder_combout ; +wire \text_gen|char_ram~13090_q ; +wire \text_gen|char_ram~27426_q ; +wire \text_gen|char_ram~5922_q ; +wire \text_gen|char_ram~20258_q ; +wire \text_gen|char_ram~43492_combout ; +wire \text_gen|char_ram~43493_combout ; +wire \text_gen|char_ram~27412_q ; +wire \text_gen|char_ram~20244_q ; +wire \text_gen|char_ram~5908_q ; +wire \text_gen|char_ram~13076_q ; +wire \text_gen|char_ram~43494_combout ; +wire \text_gen|char_ram~43495_combout ; +wire \text_gen|char_ram~43496_combout ; +wire \text_gen|char_ram~20265feeder_combout ; +wire \text_gen|char_ram~20265_q ; +wire \text_gen|char_ram~27433_q ; +wire \text_gen|char_ram~13097_q ; +wire \text_gen|char_ram~5929_q ; +wire \text_gen|char_ram~43497_combout ; +wire \text_gen|char_ram~43498_combout ; +wire \text_gen|char_ram~20251_q ; +wire \text_gen|char_ram~27419_q ; +wire \text_gen|char_ram~13083feeder_combout ; +wire \text_gen|char_ram~13083_q ; +wire \text_gen|char_ram~5915_q ; +wire \text_gen|char_ram~43490_combout ; +wire \text_gen|char_ram~43491_combout ; +wire \text_gen|char_ram~43499_combout ; +wire \text_gen|char_ram~43500_combout ; +wire \text_gen|char_ram~5873_q ; +wire \text_gen|char_ram~13041feeder_combout ; +wire \text_gen|char_ram~13041_q ; +wire \text_gen|char_ram~43412_combout ; +wire \text_gen|char_ram~27377_q ; +wire \text_gen|char_ram~20209feeder_combout ; +wire \text_gen|char_ram~20209_q ; +wire \text_gen|char_ram~43413_combout ; +wire \text_gen|char_ram~20181_q ; +wire \text_gen|char_ram~27349_q ; +wire \text_gen|char_ram~13013feeder_combout ; +wire \text_gen|char_ram~13013_q ; +wire \text_gen|char_ram~5845_q ; +wire \text_gen|char_ram~43405_combout ; +wire \text_gen|char_ram~43406_combout ; +wire \text_gen|char_ram~13027_q ; +wire \text_gen|char_ram~27363_q ; +wire \text_gen|char_ram~20195_q ; +wire \text_gen|char_ram~5859_q ; +wire \text_gen|char_ram~43407_combout ; +wire \text_gen|char_ram~43408_combout ; +wire \text_gen|char_ram~5831_q ; +wire \text_gen|char_ram~20167_q ; +wire \text_gen|char_ram~43409_combout ; +wire \text_gen|char_ram~12999feeder_combout ; +wire \text_gen|char_ram~12999_q ; +wire \text_gen|char_ram~27335_q ; +wire \text_gen|char_ram~43410_combout ; +wire \text_gen|char_ram~43411_combout ; +wire \text_gen|char_ram~43414_combout ; +wire \text_gen|char_ram~20188_q ; +wire \text_gen|char_ram~5852_q ; +wire \text_gen|char_ram~43376_combout ; +wire \text_gen|char_ram~13020_q ; +wire \text_gen|char_ram~27356_q ; +wire \text_gen|char_ram~43377_combout ; +wire \text_gen|char_ram~12992_q ; +wire \text_gen|char_ram~27328_q ; +wire \text_gen|char_ram~20160_q ; +wire \text_gen|char_ram~5824_q ; +wire \text_gen|char_ram~43378_combout ; +wire \text_gen|char_ram~43379_combout ; +wire \text_gen|char_ram~43380_combout ; +wire \text_gen|char_ram~20174feeder_combout ; +wire \text_gen|char_ram~20174_q ; +wire \text_gen|char_ram~27342_q ; +wire \text_gen|char_ram~13006_q ; +wire \text_gen|char_ram~5838_q ; +wire \text_gen|char_ram~43374_combout ; +wire \text_gen|char_ram~43375_combout ; +wire \text_gen|char_ram~20202_q ; +wire \text_gen|char_ram~27370_q ; +wire \text_gen|char_ram~5866_q ; +wire \text_gen|char_ram~13034_q ; +wire \text_gen|char_ram~43381_combout ; +wire \text_gen|char_ram~43382_combout ; +wire \text_gen|char_ram~43383_combout ; +wire \text_gen|char_ram~18389_q ; +wire \text_gen|char_ram~25557_q ; +wire \text_gen|char_ram~11221feeder_combout ; +wire \text_gen|char_ram~11221_q ; +wire \text_gen|char_ram~4053_q ; +wire \text_gen|char_ram~43384_combout ; +wire \text_gen|char_ram~43385_combout ; +wire \text_gen|char_ram~18417_q ; +wire \text_gen|char_ram~25585_q ; +wire \text_gen|char_ram~4081_q ; +wire \text_gen|char_ram~11249_q ; +wire \text_gen|char_ram~43391_combout ; +wire \text_gen|char_ram~43392_combout ; +wire \text_gen|char_ram~25571_q ; +wire \text_gen|char_ram~18403_q ; +wire \text_gen|char_ram~11235_q ; +wire \text_gen|char_ram~4067_q ; +wire \text_gen|char_ram~43386_combout ; +wire \text_gen|char_ram~43387_combout ; +wire \text_gen|char_ram~4039_q ; +wire \text_gen|char_ram~18375_q ; +wire \text_gen|char_ram~43388_combout ; +wire \text_gen|char_ram~25543_q ; +wire \text_gen|char_ram~11207feeder_combout ; +wire \text_gen|char_ram~11207_q ; +wire \text_gen|char_ram~43389_combout ; +wire \text_gen|char_ram~43390_combout ; +wire \text_gen|char_ram~43393_combout ; +wire \text_gen|char_ram~18410_q ; +wire \text_gen|char_ram~25578_q ; +wire \text_gen|char_ram~11242_q ; +wire \text_gen|char_ram~4074_q ; +wire \text_gen|char_ram~43401_combout ; +wire \text_gen|char_ram~43402_combout ; +wire \text_gen|char_ram~18382_q ; +wire \text_gen|char_ram~25550_q ; +wire \text_gen|char_ram~4046_q ; +wire \text_gen|char_ram~11214_q ; +wire \text_gen|char_ram~43394_combout ; +wire \text_gen|char_ram~43395_combout ; +wire \text_gen|char_ram~11228feeder_combout ; +wire \text_gen|char_ram~11228_q ; +wire \text_gen|char_ram~25564_q ; +wire \text_gen|char_ram~18396_q ; +wire \text_gen|char_ram~4060_q ; +wire \text_gen|char_ram~43396_combout ; +wire \text_gen|char_ram~43397_combout ; +wire \text_gen|char_ram~11200feeder_combout ; +wire \text_gen|char_ram~11200_q ; +wire \text_gen|char_ram~25536_q ; +wire \text_gen|char_ram~18368_q ; +wire \text_gen|char_ram~4032_q ; +wire \text_gen|char_ram~43398_combout ; +wire \text_gen|char_ram~43399_combout ; +wire \text_gen|char_ram~43400_combout ; +wire \text_gen|char_ram~43403_combout ; +wire \text_gen|char_ram~43404_combout ; +wire \text_gen|char_ram~43415_combout ; +wire \text_gen|char_ram~16590feeder_combout ; +wire \text_gen|char_ram~16590_q ; +wire \text_gen|char_ram~23758_q ; +wire \text_gen|char_ram~2254_q ; +wire \text_gen|char_ram~9422_q ; +wire \text_gen|char_ram~43416_combout ; +wire \text_gen|char_ram~43417_combout ; +wire \text_gen|char_ram~16597_q ; +wire \text_gen|char_ram~23765_q ; +wire \text_gen|char_ram~2261_q ; +wire \text_gen|char_ram~9429feeder_combout ; +wire \text_gen|char_ram~9429_q ; +wire \text_gen|char_ram~43423_combout ; +wire \text_gen|char_ram~43424_combout ; +wire \text_gen|char_ram~23751_q ; +wire \text_gen|char_ram~2247_q ; +wire \text_gen|char_ram~9415_q ; +wire \text_gen|char_ram~43418_combout ; +wire \text_gen|char_ram~16583_q ; +wire \text_gen|char_ram~43419_combout ; +wire \text_gen|char_ram~9408_q ; +wire \text_gen|char_ram~23744_q ; +wire \text_gen|char_ram~16576_q ; +wire \text_gen|char_ram~2240_q ; +wire \text_gen|char_ram~43420_combout ; +wire \text_gen|char_ram~43421_combout ; +wire \text_gen|char_ram~43422_combout ; +wire \text_gen|char_ram~43425_combout ; +wire \text_gen|char_ram~9443_q ; +wire \text_gen|char_ram~23779_q ; +wire \text_gen|char_ram~16611feeder_combout ; +wire \text_gen|char_ram~16611_q ; +wire \text_gen|char_ram~2275_q ; +wire \text_gen|char_ram~43449_combout ; +wire \text_gen|char_ram~43450_combout ; +wire \text_gen|char_ram~23772feeder_combout ; +wire \text_gen|char_ram~23772_q ; +wire \text_gen|char_ram~16604_q ; +wire \text_gen|char_ram~2268_q ; +wire \text_gen|char_ram~9436_q ; +wire \text_gen|char_ram~43451_combout ; +wire \text_gen|char_ram~43452_combout ; +wire \text_gen|char_ram~43453_combout ; +wire \text_gen|char_ram~16618feeder_combout ; +wire \text_gen|char_ram~16618_q ; +wire \text_gen|char_ram~23786_q ; +wire \text_gen|char_ram~9450feeder_combout ; +wire \text_gen|char_ram~9450_q ; +wire \text_gen|char_ram~2282_q ; +wire \text_gen|char_ram~43447_combout ; +wire \text_gen|char_ram~43448_combout ; +wire \text_gen|char_ram~16625feeder_combout ; +wire \text_gen|char_ram~16625_q ; +wire \text_gen|char_ram~23793_q ; +wire \text_gen|char_ram~9457_q ; +wire \text_gen|char_ram~2289_q ; +wire \text_gen|char_ram~43454_combout ; +wire \text_gen|char_ram~43455_combout ; +wire \text_gen|char_ram~43456_combout ; +wire \text_gen|char_ram~14798_q ; +wire \text_gen|char_ram~21966_q ; +wire \text_gen|char_ram~462_q ; +wire \text_gen|char_ram~7630_q ; +wire \text_gen|char_ram~43436_combout ; +wire \text_gen|char_ram~43437_combout ; +wire \text_gen|char_ram~14805_q ; +wire \text_gen|char_ram~21973_q ; +wire \text_gen|char_ram~469_q ; +wire \text_gen|char_ram~7637_q ; +wire \text_gen|char_ram~43443_combout ; +wire \text_gen|char_ram~43444_combout ; +wire \text_gen|char_ram~7616_q ; +wire \text_gen|char_ram~21952_q ; +wire \text_gen|char_ram~448_q ; +wire \text_gen|char_ram~14784_q ; +wire \text_gen|char_ram~43440_combout ; +wire \text_gen|char_ram~43441_combout ; +wire \text_gen|char_ram~7623_q ; +wire \text_gen|char_ram~21959_q ; +wire \text_gen|char_ram~14791_q ; +wire \text_gen|char_ram~455_q ; +wire \text_gen|char_ram~43438_combout ; +wire \text_gen|char_ram~43439_combout ; +wire \text_gen|char_ram~43442_combout ; +wire \text_gen|char_ram~43445_combout ; +wire \text_gen|char_ram~14833_q ; +wire \text_gen|char_ram~22001_q ; +wire \text_gen|char_ram~7665_q ; +wire \text_gen|char_ram~497_q ; +wire \text_gen|char_ram~43433_combout ; +wire \text_gen|char_ram~43434_combout ; +wire \text_gen|char_ram~14826_q ; +wire \text_gen|char_ram~21994_q ; +wire \text_gen|char_ram~7658feeder_combout ; +wire \text_gen|char_ram~7658_q ; +wire \text_gen|char_ram~490_q ; +wire \text_gen|char_ram~43426_combout ; +wire \text_gen|char_ram~43427_combout ; +wire \text_gen|char_ram~7644_q ; +wire \text_gen|char_ram~21980_q ; +wire \text_gen|char_ram~14812_q ; +wire \text_gen|char_ram~476_q ; +wire \text_gen|char_ram~43430_combout ; +wire \text_gen|char_ram~43431_combout ; +wire \text_gen|char_ram~7651_q ; +wire \text_gen|char_ram~21987_q ; +wire \text_gen|char_ram~483_q ; +wire \text_gen|char_ram~14819feeder_combout ; +wire \text_gen|char_ram~14819_q ; +wire \text_gen|char_ram~43428_combout ; +wire \text_gen|char_ram~43429_combout ; +wire \text_gen|char_ram~43432_combout ; +wire \text_gen|char_ram~43435_combout ; +wire \text_gen|char_ram~43446_combout ; +wire \text_gen|char_ram~43457_combout ; +wire \text_gen|char_ram~43458_combout ; +wire \text_gen|char_ram~16681_q ; +wire \text_gen|char_ram~23849_q ; +wire \text_gen|char_ram~9513feeder_combout ; +wire \text_gen|char_ram~9513_q ; +wire \text_gen|char_ram~2345_q ; +wire \text_gen|char_ram~43370_combout ; +wire \text_gen|char_ram~43371_combout ; +wire \text_gen|char_ram~14889_q ; +wire \text_gen|char_ram~22057_q ; +wire \text_gen|char_ram~7721feeder_combout ; +wire \text_gen|char_ram~7721_q ; +wire \text_gen|char_ram~553_q ; +wire \text_gen|char_ram~43363_combout ; +wire \text_gen|char_ram~43364_combout ; +wire \text_gen|char_ram~9499_q ; +wire \text_gen|char_ram~23835_q ; +wire \text_gen|char_ram~16667_q ; +wire \text_gen|char_ram~2331_q ; +wire \text_gen|char_ram~43365_combout ; +wire \text_gen|char_ram~43366_combout ; +wire \text_gen|char_ram~14875feeder_combout ; +wire \text_gen|char_ram~14875_q ; +wire \text_gen|char_ram~539_q ; +wire \text_gen|char_ram~43367_combout ; +wire \text_gen|char_ram~7707feeder_combout ; +wire \text_gen|char_ram~7707_q ; +wire \text_gen|char_ram~22043_q ; +wire \text_gen|char_ram~43368_combout ; +wire \text_gen|char_ram~43369_combout ; +wire \text_gen|char_ram~43372_combout ; +wire \text_gen|char_ram~16674_q ; +wire \text_gen|char_ram~23842_q ; +wire \text_gen|char_ram~9506feeder_combout ; +wire \text_gen|char_ram~9506_q ; +wire \text_gen|char_ram~2338_q ; +wire \text_gen|char_ram~43339_combout ; +wire \text_gen|char_ram~43340_combout ; +wire \text_gen|char_ram~22050feeder_combout ; +wire \text_gen|char_ram~22050_q ; +wire \text_gen|char_ram~14882_q ; +wire \text_gen|char_ram~7714feeder_combout ; +wire \text_gen|char_ram~7714_q ; +wire \text_gen|char_ram~546_q ; +wire \text_gen|char_ram~43332_combout ; +wire \text_gen|char_ram~43333_combout ; +wire \text_gen|char_ram~7700_q ; +wire \text_gen|char_ram~22036_q ; +wire \text_gen|char_ram~14868_q ; +wire \text_gen|char_ram~532_q ; +wire \text_gen|char_ram~43336_combout ; +wire \text_gen|char_ram~43337_combout ; +wire \text_gen|char_ram~9492_q ; +wire \text_gen|char_ram~23828_q ; +wire \text_gen|char_ram~16660_q ; +wire \text_gen|char_ram~2324_q ; +wire \text_gen|char_ram~43334_combout ; +wire \text_gen|char_ram~43335_combout ; +wire \text_gen|char_ram~43338_combout ; +wire \text_gen|char_ram~43341_combout ; +wire \text_gen|char_ram~16653_q ; +wire \text_gen|char_ram~23821_q ; +wire \text_gen|char_ram~9485feeder_combout ; +wire \text_gen|char_ram~9485_q ; +wire \text_gen|char_ram~2317_q ; +wire \text_gen|char_ram~43349_combout ; +wire \text_gen|char_ram~43350_combout ; +wire \text_gen|char_ram~7679feeder_combout ; +wire \text_gen|char_ram~7679_q ; +wire \text_gen|char_ram~22015_q ; +wire \text_gen|char_ram~14847_q ; +wire \text_gen|char_ram~511_q ; +wire \text_gen|char_ram~43346_combout ; +wire \text_gen|char_ram~43347_combout ; +wire \text_gen|char_ram~9471_q ; +wire \text_gen|char_ram~23807_q ; +wire \text_gen|char_ram~16639_q ; +wire \text_gen|char_ram~2303_q ; +wire \text_gen|char_ram~43344_combout ; +wire \text_gen|char_ram~43345_combout ; +wire \text_gen|char_ram~43348_combout ; +wire \text_gen|char_ram~14861_q ; +wire \text_gen|char_ram~22029_q ; +wire \text_gen|char_ram~7693_q ; +wire \text_gen|char_ram~525_q ; +wire \text_gen|char_ram~43342_combout ; +wire \text_gen|char_ram~43343_combout ; +wire \text_gen|char_ram~43351_combout ; +wire \text_gen|char_ram~16646feeder_combout ; +wire \text_gen|char_ram~16646_q ; +wire \text_gen|char_ram~23814_q ; +wire \text_gen|char_ram~9478feeder_combout ; +wire \text_gen|char_ram~9478_q ; +wire \text_gen|char_ram~2310_q ; +wire \text_gen|char_ram~43359_combout ; +wire \text_gen|char_ram~43360_combout ; +wire \text_gen|char_ram~7672_q ; +wire \text_gen|char_ram~22008_q ; +wire \text_gen|char_ram~14840_q ; +wire \text_gen|char_ram~504_q ; +wire \text_gen|char_ram~43356_combout ; +wire \text_gen|char_ram~43357_combout ; +wire \text_gen|char_ram~23800_q ; +wire \text_gen|char_ram~16632_q ; +wire \text_gen|char_ram~2296feeder_combout ; +wire \text_gen|char_ram~2296_q ; +wire \text_gen|char_ram~9464_q ; +wire \text_gen|char_ram~43354_combout ; +wire \text_gen|char_ram~43355_combout ; +wire \text_gen|char_ram~43358_combout ; +wire \text_gen|char_ram~14854_q ; +wire \text_gen|char_ram~7686_q ; +wire \text_gen|char_ram~518_q ; +wire \text_gen|char_ram~43352_combout ; +wire \text_gen|char_ram~22022_q ; +wire \text_gen|char_ram~43353_combout ; +wire \text_gen|char_ram~43361_combout ; +wire \text_gen|char_ram~43362_combout ; +wire \text_gen|char_ram~43373_combout ; +wire \text_gen|char_ram~43501_combout ; +wire \text_gen|char_ram~8967_q ; +wire \text_gen|char_ram~1799_q ; +wire \text_gen|char_ram~43586_combout ; +wire \text_gen|char_ram~23303_q ; +wire \text_gen|char_ram~16135_q ; +wire \text_gen|char_ram~43587_combout ; +wire \text_gen|char_ram~8988_q ; +wire \text_gen|char_ram~23324_q ; +wire \text_gen|char_ram~16156feeder_combout ; +wire \text_gen|char_ram~16156_q ; +wire \text_gen|char_ram~1820_q ; +wire \text_gen|char_ram~43588_combout ; +wire \text_gen|char_ram~43589_combout ; +wire \text_gen|char_ram~1792_q ; +wire \text_gen|char_ram~16128_q ; +wire \text_gen|char_ram~43590_combout ; +wire \text_gen|char_ram~23296_q ; +wire \text_gen|char_ram~8960feeder_combout ; +wire \text_gen|char_ram~8960_q ; +wire \text_gen|char_ram~43591_combout ; +wire \text_gen|char_ram~43592_combout ; +wire \text_gen|char_ram~16163feeder_combout ; +wire \text_gen|char_ram~16163_q ; +wire \text_gen|char_ram~23331_q ; +wire \text_gen|char_ram~8995_q ; +wire \text_gen|char_ram~1827_q ; +wire \text_gen|char_ram~43593_combout ; +wire \text_gen|char_ram~43594_combout ; +wire \text_gen|char_ram~43595_combout ; +wire \text_gen|char_ram~19747feeder_combout ; +wire \text_gen|char_ram~19747_q ; +wire \text_gen|char_ram~26915_q ; +wire \text_gen|char_ram~12579_q ; +wire \text_gen|char_ram~5411_q ; +wire \text_gen|char_ram~43624_combout ; +wire \text_gen|char_ram~43625_combout ; +wire \text_gen|char_ram~26880feeder_combout ; +wire \text_gen|char_ram~26880_q ; +wire \text_gen|char_ram~12544feeder_combout ; +wire \text_gen|char_ram~12544_q ; +wire \text_gen|char_ram~5376_q ; +wire \text_gen|char_ram~19712feeder_combout ; +wire \text_gen|char_ram~19712_q ; +wire \text_gen|char_ram~43621_combout ; +wire \text_gen|char_ram~43622_combout ; +wire \text_gen|char_ram~19740_q ; +wire \text_gen|char_ram~5404_q ; +wire \text_gen|char_ram~43619_combout ; +wire \text_gen|char_ram~26908_q ; +wire \text_gen|char_ram~12572feeder_combout ; +wire \text_gen|char_ram~12572_q ; +wire \text_gen|char_ram~43620_combout ; +wire \text_gen|char_ram~43623_combout ; +wire \text_gen|char_ram~19719feeder_combout ; +wire \text_gen|char_ram~19719_q ; +wire \text_gen|char_ram~26887feeder_combout ; +wire \text_gen|char_ram~26887_q ; +wire \text_gen|char_ram~5383_q ; +wire \text_gen|char_ram~12551feeder_combout ; +wire \text_gen|char_ram~12551_q ; +wire \text_gen|char_ram~43617_combout ; +wire \text_gen|char_ram~43618_combout ; +wire \text_gen|char_ram~43626_combout ; +wire \text_gen|char_ram~17927feeder_combout ; +wire \text_gen|char_ram~17927_q ; +wire \text_gen|char_ram~25095_q ; +wire \text_gen|char_ram~10759feeder_combout ; +wire \text_gen|char_ram~10759_q ; +wire \text_gen|char_ram~3591_q ; +wire \text_gen|char_ram~43596_combout ; +wire \text_gen|char_ram~43597_combout ; +wire \text_gen|char_ram~17955_q ; +wire \text_gen|char_ram~10787_q ; +wire \text_gen|char_ram~3619_q ; +wire \text_gen|char_ram~43603_combout ; +wire \text_gen|char_ram~25123_q ; +wire \text_gen|char_ram~43604_combout ; +wire \text_gen|char_ram~10752_q ; +wire \text_gen|char_ram~25088_q ; +wire \text_gen|char_ram~17920_q ; +wire \text_gen|char_ram~3584_q ; +wire \text_gen|char_ram~43600_combout ; +wire \text_gen|char_ram~43601_combout ; +wire \text_gen|char_ram~10780_q ; +wire \text_gen|char_ram~25116_q ; +wire \text_gen|char_ram~3612_q ; +wire \text_gen|char_ram~17948_q ; +wire \text_gen|char_ram~43598_combout ; +wire \text_gen|char_ram~43599_combout ; +wire \text_gen|char_ram~43602_combout ; +wire \text_gen|char_ram~43605_combout ; +wire \text_gen|char_ram~14371feeder_combout ; +wire \text_gen|char_ram~14371_q ; +wire \text_gen|char_ram~21539_q ; +wire \text_gen|char_ram~7203feeder_combout ; +wire \text_gen|char_ram~7203_q ; +wire \text_gen|char_ram~35_q ; +wire \text_gen|char_ram~43613_combout ; +wire \text_gen|char_ram~43614_combout ; +wire \text_gen|char_ram~7168_q ; +wire \text_gen|char_ram~21504_q ; +wire \text_gen|char_ram~0_q ; +wire \text_gen|char_ram~14336_q ; +wire \text_gen|char_ram~43610_combout ; +wire \text_gen|char_ram~43611_combout ; +wire \text_gen|char_ram~7196feeder_combout ; +wire \text_gen|char_ram~7196_q ; +wire \text_gen|char_ram~21532_q ; +wire \text_gen|char_ram~14364feeder_combout ; +wire \text_gen|char_ram~14364_q ; +wire \text_gen|char_ram~28_q ; +wire \text_gen|char_ram~43608_combout ; +wire \text_gen|char_ram~43609_combout ; +wire \text_gen|char_ram~43612_combout ; +wire \text_gen|char_ram~7175_q ; +wire \text_gen|char_ram~21511_q ; +wire \text_gen|char_ram~7_q ; +wire \text_gen|char_ram~14343feeder_combout ; +wire \text_gen|char_ram~14343_q ; +wire \text_gen|char_ram~43606_combout ; +wire \text_gen|char_ram~43607_combout ; +wire \text_gen|char_ram~43615_combout ; +wire \text_gen|char_ram~43616_combout ; +wire \text_gen|char_ram~43627_combout ; +wire \text_gen|char_ram~19733_q ; +wire \text_gen|char_ram~26901_q ; +wire \text_gen|char_ram~12565feeder_combout ; +wire \text_gen|char_ram~12565_q ; +wire \text_gen|char_ram~5397_q ; +wire \text_gen|char_ram~43551_combout ; +wire \text_gen|char_ram~43552_combout ; +wire \text_gen|char_ram~17941_q ; +wire \text_gen|char_ram~25109_q ; +wire \text_gen|char_ram~10773_q ; +wire \text_gen|char_ram~3605feeder_combout ; +wire \text_gen|char_ram~3605_q ; +wire \text_gen|char_ram~43544_combout ; +wire \text_gen|char_ram~43545_combout ; +wire \text_gen|char_ram~25102feeder_combout ; +wire \text_gen|char_ram~25102_q ; +wire \text_gen|char_ram~17934feeder_combout ; +wire \text_gen|char_ram~17934_q ; +wire \text_gen|char_ram~3598_q ; +wire \text_gen|char_ram~10766_q ; +wire \text_gen|char_ram~43548_combout ; +wire \text_gen|char_ram~43549_combout ; +wire \text_gen|char_ram~19726_q ; +wire \text_gen|char_ram~5390_q ; +wire \text_gen|char_ram~43546_combout ; +wire \text_gen|char_ram~12558_q ; +wire \text_gen|char_ram~26894_q ; +wire \text_gen|char_ram~43547_combout ; +wire \text_gen|char_ram~43550_combout ; +wire \text_gen|char_ram~43553_combout ; +wire \text_gen|char_ram~21525feeder_combout ; +wire \text_gen|char_ram~21525_q ; +wire \text_gen|char_ram~7189feeder_combout ; +wire \text_gen|char_ram~7189_q ; +wire \text_gen|char_ram~21feeder_combout ; +wire \text_gen|char_ram~21_q ; +wire \text_gen|char_ram~43564_combout ; +wire \text_gen|char_ram~14357_q ; +wire \text_gen|char_ram~43565_combout ; +wire \text_gen|char_ram~16149feeder_combout ; +wire \text_gen|char_ram~16149_q ; +wire \text_gen|char_ram~23317_q ; +wire \text_gen|char_ram~8981feeder_combout ; +wire \text_gen|char_ram~8981_q ; +wire \text_gen|char_ram~1813_q ; +wire \text_gen|char_ram~43571_combout ; +wire \text_gen|char_ram~43572_combout ; +wire \text_gen|char_ram~8974_q ; +wire \text_gen|char_ram~23310_q ; +wire \text_gen|char_ram~16142feeder_combout ; +wire \text_gen|char_ram~16142_q ; +wire \text_gen|char_ram~1806_q ; +wire \text_gen|char_ram~43566_combout ; +wire \text_gen|char_ram~43567_combout ; +wire \text_gen|char_ram~14_q ; +wire \text_gen|char_ram~14350_q ; +wire \text_gen|char_ram~43568_combout ; +wire \text_gen|char_ram~21518_q ; +wire \text_gen|char_ram~7182_q ; +wire \text_gen|char_ram~43569_combout ; +wire \text_gen|char_ram~43570_combout ; +wire \text_gen|char_ram~43573_combout ; +wire \text_gen|char_ram~9002_q ; +wire \text_gen|char_ram~23338_q ; +wire \text_gen|char_ram~1834_q ; +wire \text_gen|char_ram~16170_q ; +wire \text_gen|char_ram~43556_combout ; +wire \text_gen|char_ram~43557_combout ; +wire \text_gen|char_ram~7210_q ; +wire \text_gen|char_ram~21546_q ; +wire \text_gen|char_ram~42_q ; +wire \text_gen|char_ram~14378_q ; +wire \text_gen|char_ram~43558_combout ; +wire \text_gen|char_ram~43559_combout ; +wire \text_gen|char_ram~43560_combout ; +wire \text_gen|char_ram~14385_q ; +wire \text_gen|char_ram~21553_q ; +wire \text_gen|char_ram~7217_q ; +wire \text_gen|char_ram~49_q ; +wire \text_gen|char_ram~43554_combout ; +wire \text_gen|char_ram~43555_combout ; +wire \text_gen|char_ram~16177_q ; +wire \text_gen|char_ram~23345_q ; +wire \text_gen|char_ram~1841_q ; +wire \text_gen|char_ram~9009_q ; +wire \text_gen|char_ram~43561_combout ; +wire \text_gen|char_ram~43562_combout ; +wire \text_gen|char_ram~43563_combout ; +wire \text_gen|char_ram~43574_combout ; +wire \text_gen|char_ram~17969_q ; +wire \text_gen|char_ram~25137_q ; +wire \text_gen|char_ram~3633_q ; +wire \text_gen|char_ram~10801_q ; +wire \text_gen|char_ram~43575_combout ; +wire \text_gen|char_ram~43576_combout ; +wire \text_gen|char_ram~19761_q ; +wire \text_gen|char_ram~26929_q ; +wire \text_gen|char_ram~12593_q ; +wire \text_gen|char_ram~5425_q ; +wire \text_gen|char_ram~43582_combout ; +wire \text_gen|char_ram~43583_combout ; +wire \text_gen|char_ram~10794_q ; +wire \text_gen|char_ram~25130_q ; +wire \text_gen|char_ram~3626_q ; +wire \text_gen|char_ram~17962_q ; +wire \text_gen|char_ram~43579_combout ; +wire \text_gen|char_ram~43580_combout ; +wire \text_gen|char_ram~12586_q ; +wire \text_gen|char_ram~26922_q ; +wire \text_gen|char_ram~5418_q ; +wire \text_gen|char_ram~19754_q ; +wire \text_gen|char_ram~43577_combout ; +wire \text_gen|char_ram~43578_combout ; +wire \text_gen|char_ram~43581_combout ; +wire \text_gen|char_ram~43584_combout ; +wire \text_gen|char_ram~43585_combout ; +wire \text_gen|char_ram~43628_combout ; +wire \text_gen|char_ram~12649_q ; +wire \text_gen|char_ram~5481_q ; +wire \text_gen|char_ram~43667_combout ; +wire \text_gen|char_ram~26985_q ; +wire \text_gen|char_ram~19817feeder_combout ; +wire \text_gen|char_ram~19817_q ; +wire \text_gen|char_ram~43668_combout ; +wire \text_gen|char_ram~12621_q ; +wire \text_gen|char_ram~26957_q ; +wire \text_gen|char_ram~19789feeder_combout ; +wire \text_gen|char_ram~19789_q ; +wire \text_gen|char_ram~5453_q ; +wire \text_gen|char_ram~43660_combout ; +wire \text_gen|char_ram~43661_combout ; +wire \text_gen|char_ram~18025_q ; +wire \text_gen|char_ram~3689_q ; +wire \text_gen|char_ram~10857feeder_combout ; +wire \text_gen|char_ram~10857_q ; +wire \text_gen|char_ram~43662_combout ; +wire \text_gen|char_ram~25193_q ; +wire \text_gen|char_ram~43663_combout ; +wire \text_gen|char_ram~10829_q ; +wire \text_gen|char_ram~25165_q ; +wire \text_gen|char_ram~3661_q ; +wire \text_gen|char_ram~17997_q ; +wire \text_gen|char_ram~43664_combout ; +wire \text_gen|char_ram~43665_combout ; +wire \text_gen|char_ram~43666_combout ; +wire \text_gen|char_ram~43669_combout ; +wire \text_gen|char_ram~12614_q ; +wire \text_gen|char_ram~26950_q ; +wire \text_gen|char_ram~19782_q ; +wire \text_gen|char_ram~5446feeder_combout ; +wire \text_gen|char_ram~5446_q ; +wire \text_gen|char_ram~43629_combout ; +wire \text_gen|char_ram~43630_combout ; +wire \text_gen|char_ram~12642_q ; +wire \text_gen|char_ram~5474_q ; +wire \text_gen|char_ram~43636_combout ; +wire \text_gen|char_ram~26978_q ; +wire \text_gen|char_ram~19810_q ; +wire \text_gen|char_ram~43637_combout ; +wire \text_gen|char_ram~10822_q ; +wire \text_gen|char_ram~25158_q ; +wire \text_gen|char_ram~17990_q ; +wire \text_gen|char_ram~3654_q ; +wire \text_gen|char_ram~43633_combout ; +wire \text_gen|char_ram~43634_combout ; +wire \text_gen|char_ram~25186_q ; +wire \text_gen|char_ram~10850feeder_combout ; +wire \text_gen|char_ram~10850_q ; +wire \text_gen|char_ram~3682_q ; +wire \text_gen|char_ram~43631_combout ; +wire \text_gen|char_ram~18018_q ; +wire \text_gen|char_ram~43632_combout ; +wire \text_gen|char_ram~43635_combout ; +wire \text_gen|char_ram~43638_combout ; +wire \text_gen|char_ram~1862_q ; +wire \text_gen|char_ram~16198feeder_combout ; +wire \text_gen|char_ram~16198_q ; +wire \text_gen|char_ram~43649_combout ; +wire \text_gen|char_ram~23366_q ; +wire \text_gen|char_ram~9030feeder_combout ; +wire \text_gen|char_ram~9030_q ; +wire \text_gen|char_ram~43650_combout ; +wire \text_gen|char_ram~16226_q ; +wire \text_gen|char_ram~23394_q ; +wire \text_gen|char_ram~9058_q ; +wire \text_gen|char_ram~1890_q ; +wire \text_gen|char_ram~43656_combout ; +wire \text_gen|char_ram~43657_combout ; +wire \text_gen|char_ram~7238feeder_combout ; +wire \text_gen|char_ram~7238_q ; +wire \text_gen|char_ram~21574_q ; +wire \text_gen|char_ram~14406feeder_combout ; +wire \text_gen|char_ram~14406_q ; +wire \text_gen|char_ram~70_q ; +wire \text_gen|char_ram~43653_combout ; +wire \text_gen|char_ram~43654_combout ; +wire \text_gen|char_ram~14434_q ; +wire \text_gen|char_ram~21602_q ; +wire \text_gen|char_ram~98_q ; +wire \text_gen|char_ram~7266_q ; +wire \text_gen|char_ram~43651_combout ; +wire \text_gen|char_ram~43652_combout ; +wire \text_gen|char_ram~43655_combout ; +wire \text_gen|char_ram~43658_combout ; +wire \text_gen|char_ram~1897_q ; +wire \text_gen|char_ram~9065feeder_combout ; +wire \text_gen|char_ram~9065_q ; +wire \text_gen|char_ram~43646_combout ; +wire \text_gen|char_ram~23401_q ; +wire \text_gen|char_ram~16233feeder_combout ; +wire \text_gen|char_ram~16233_q ; +wire \text_gen|char_ram~43647_combout ; +wire \text_gen|char_ram~9037_q ; +wire \text_gen|char_ram~23373_q ; +wire \text_gen|char_ram~1869_q ; +wire \text_gen|char_ram~16205feeder_combout ; +wire \text_gen|char_ram~16205_q ; +wire \text_gen|char_ram~43639_combout ; +wire \text_gen|char_ram~43640_combout ; +wire \text_gen|char_ram~7273_q ; +wire \text_gen|char_ram~105_q ; +wire \text_gen|char_ram~43641_combout ; +wire \text_gen|char_ram~21609_q ; +wire \text_gen|char_ram~14441feeder_combout ; +wire \text_gen|char_ram~14441_q ; +wire \text_gen|char_ram~43642_combout ; +wire \text_gen|char_ram~7245feeder_combout ; +wire \text_gen|char_ram~7245_q ; +wire \text_gen|char_ram~21581_q ; +wire \text_gen|char_ram~77_q ; +wire \text_gen|char_ram~14413_q ; +wire \text_gen|char_ram~43643_combout ; +wire \text_gen|char_ram~43644_combout ; +wire \text_gen|char_ram~43645_combout ; +wire \text_gen|char_ram~43648_combout ; +wire \text_gen|char_ram~43659_combout ; +wire \text_gen|char_ram~43670_combout ; +wire \text_gen|char_ram~7224feeder_combout ; +wire \text_gen|char_ram~7224_q ; +wire \text_gen|char_ram~21560_q ; +wire \text_gen|char_ram~56_q ; +wire \text_gen|char_ram~14392_q ; +wire \text_gen|char_ram~43526_combout ; +wire \text_gen|char_ram~43527_combout ; +wire \text_gen|char_ram~25144_q ; +wire \text_gen|char_ram~17976_q ; +wire \text_gen|char_ram~3640_q ; +wire \text_gen|char_ram~10808_q ; +wire \text_gen|char_ram~43524_combout ; +wire \text_gen|char_ram~43525_combout ; +wire \text_gen|char_ram~43528_combout ; +wire \text_gen|char_ram~63_q ; +wire \text_gen|char_ram~7231feeder_combout ; +wire \text_gen|char_ram~7231_q ; +wire \text_gen|char_ram~43522_combout ; +wire \text_gen|char_ram~21567_q ; +wire \text_gen|char_ram~14399_q ; +wire \text_gen|char_ram~43523_combout ; +wire \text_gen|char_ram~17983feeder_combout ; +wire \text_gen|char_ram~17983_q ; +wire \text_gen|char_ram~25151_q ; +wire \text_gen|char_ram~10815feeder_combout ; +wire \text_gen|char_ram~10815_q ; +wire \text_gen|char_ram~3647_q ; +wire \text_gen|char_ram~43529_combout ; +wire \text_gen|char_ram~43530_combout ; +wire \text_gen|char_ram~43531_combout ; +wire \text_gen|char_ram~10836feeder_combout ; +wire \text_gen|char_ram~10836_q ; +wire \text_gen|char_ram~25172_q ; +wire \text_gen|char_ram~18004feeder_combout ; +wire \text_gen|char_ram~18004_q ; +wire \text_gen|char_ram~3668_q ; +wire \text_gen|char_ram~43514_combout ; +wire \text_gen|char_ram~43515_combout ; +wire \text_gen|char_ram~7252feeder_combout ; +wire \text_gen|char_ram~7252_q ; +wire \text_gen|char_ram~21588_q ; +wire \text_gen|char_ram~84_q ; +wire \text_gen|char_ram~14420_q ; +wire \text_gen|char_ram~43516_combout ; +wire \text_gen|char_ram~43517_combout ; +wire \text_gen|char_ram~43518_combout ; +wire \text_gen|char_ram~18011_q ; +wire \text_gen|char_ram~25179_q ; +wire \text_gen|char_ram~10843_q ; +wire \text_gen|char_ram~3675_q ; +wire \text_gen|char_ram~43519_combout ; +wire \text_gen|char_ram~43520_combout ; +wire \text_gen|char_ram~14427_q ; +wire \text_gen|char_ram~21595_q ; +wire \text_gen|char_ram~91_q ; +wire \text_gen|char_ram~7259feeder_combout ; +wire \text_gen|char_ram~7259_q ; +wire \text_gen|char_ram~43512_combout ; +wire \text_gen|char_ram~43513_combout ; +wire \text_gen|char_ram~43521_combout ; +wire \text_gen|char_ram~43532_combout ; +wire \text_gen|char_ram~9044_q ; +wire \text_gen|char_ram~23380_q ; +wire \text_gen|char_ram~1876_q ; +wire \text_gen|char_ram~16212_q ; +wire \text_gen|char_ram~43537_combout ; +wire \text_gen|char_ram~43538_combout ; +wire \text_gen|char_ram~26964_q ; +wire \text_gen|char_ram~12628feeder_combout ; +wire \text_gen|char_ram~12628_q ; +wire \text_gen|char_ram~5460_q ; +wire \text_gen|char_ram~19796feeder_combout ; +wire \text_gen|char_ram~19796_q ; +wire \text_gen|char_ram~43535_combout ; +wire \text_gen|char_ram~43536_combout ; +wire \text_gen|char_ram~43539_combout ; +wire \text_gen|char_ram~19803_q ; +wire \text_gen|char_ram~26971_q ; +wire \text_gen|char_ram~12635_q ; +wire \text_gen|char_ram~5467_q ; +wire \text_gen|char_ram~43540_combout ; +wire \text_gen|char_ram~43541_combout ; +wire \text_gen|char_ram~16219_q ; +wire \text_gen|char_ram~23387_q ; +wire \text_gen|char_ram~9051_q ; +wire \text_gen|char_ram~1883_q ; +wire \text_gen|char_ram~43533_combout ; +wire \text_gen|char_ram~43534_combout ; +wire \text_gen|char_ram~43542_combout ; +wire \text_gen|char_ram~9016feeder_combout ; +wire \text_gen|char_ram~9016_q ; +wire \text_gen|char_ram~23352_q ; +wire \text_gen|char_ram~1848_q ; +wire \text_gen|char_ram~16184_q ; +wire \text_gen|char_ram~43506_combout ; +wire \text_gen|char_ram~43507_combout ; +wire \text_gen|char_ram~12600_q ; +wire \text_gen|char_ram~26936_q ; +wire \text_gen|char_ram~19768_q ; +wire \text_gen|char_ram~5432_q ; +wire \text_gen|char_ram~43504_combout ; +wire \text_gen|char_ram~43505_combout ; +wire \text_gen|char_ram~43508_combout ; +wire \text_gen|char_ram~1855_q ; +wire \text_gen|char_ram~9023_q ; +wire \text_gen|char_ram~43502_combout ; +wire \text_gen|char_ram~23359_q ; +wire \text_gen|char_ram~16191feeder_combout ; +wire \text_gen|char_ram~16191_q ; +wire \text_gen|char_ram~43503_combout ; +wire \text_gen|char_ram~19775feeder_combout ; +wire \text_gen|char_ram~19775_q ; +wire \text_gen|char_ram~26943_q ; +wire \text_gen|char_ram~5439_q ; +wire \text_gen|char_ram~12607_q ; +wire \text_gen|char_ram~43509_combout ; +wire \text_gen|char_ram~43510_combout ; +wire \text_gen|char_ram~43511_combout ; +wire \text_gen|char_ram~43543_combout ; +wire \text_gen|char_ram~43671_combout ; +wire \text_gen|char_ram~43672_combout ; +wire \text_gen|char_ram~8113_q ; +wire \text_gen|char_ram~22449_q ; +wire \text_gen|char_ram~945_q ; +wire \text_gen|char_ram~15281feeder_combout ; +wire \text_gen|char_ram~15281_q ; +wire \text_gen|char_ram~43197_combout ; +wire \text_gen|char_ram~43198_combout ; +wire \text_gen|char_ram~15337feeder_combout ; +wire \text_gen|char_ram~15337_q ; +wire \text_gen|char_ram~22505_q ; +wire \text_gen|char_ram~8169feeder_combout ; +wire \text_gen|char_ram~8169_q ; +wire \text_gen|char_ram~1001_q ; +wire \text_gen|char_ram~43195_combout ; +wire \text_gen|char_ram~43196_combout ; +wire \text_gen|char_ram~43199_combout ; +wire \text_gen|char_ram~18921_q ; +wire \text_gen|char_ram~26089_q ; +wire \text_gen|char_ram~11753feeder_combout ; +wire \text_gen|char_ram~11753_q ; +wire \text_gen|char_ram~4585_q ; +wire \text_gen|char_ram~43200_combout ; +wire \text_gen|char_ram~43201_combout ; +wire \text_gen|char_ram~11697_q ; +wire \text_gen|char_ram~26033feeder_combout ; +wire \text_gen|char_ram~26033_q ; +wire \text_gen|char_ram~4529_q ; +wire \text_gen|char_ram~18865_q ; +wire \text_gen|char_ram~43193_combout ; +wire \text_gen|char_ram~43194_combout ; +wire \text_gen|char_ram~43202_combout ; +wire \text_gen|char_ram~18893feeder_combout ; +wire \text_gen|char_ram~18893_q ; +wire \text_gen|char_ram~26061_q ; +wire \text_gen|char_ram~11725_q ; +wire \text_gen|char_ram~4557_q ; +wire \text_gen|char_ram~43169_combout ; +wire \text_gen|char_ram~43170_combout ; +wire \text_gen|char_ram~11669feeder_combout ; +wire \text_gen|char_ram~11669_q ; +wire \text_gen|char_ram~18837_q ; +wire \text_gen|char_ram~4501_q ; +wire \text_gen|char_ram~43164_combout ; +wire \text_gen|char_ram~26005_q ; +wire \text_gen|char_ram~43165_combout ; +wire \text_gen|char_ram~8085feeder_combout ; +wire \text_gen|char_ram~8085_q ; +wire \text_gen|char_ram~22421_q ; +wire \text_gen|char_ram~15253_q ; +wire \text_gen|char_ram~917_q ; +wire \text_gen|char_ram~43166_combout ; +wire \text_gen|char_ram~43167_combout ; +wire \text_gen|char_ram~43168_combout ; +wire \text_gen|char_ram~22477feeder_combout ; +wire \text_gen|char_ram~22477_q ; +wire \text_gen|char_ram~15309_q ; +wire \text_gen|char_ram~8141feeder_combout ; +wire \text_gen|char_ram~8141_q ; +wire \text_gen|char_ram~973_q ; +wire \text_gen|char_ram~43162_combout ; +wire \text_gen|char_ram~43163_combout ; +wire \text_gen|char_ram~43171_combout ; +wire \text_gen|char_ram~18886feeder_combout ; +wire \text_gen|char_ram~18886_q ; +wire \text_gen|char_ram~26054_q ; +wire \text_gen|char_ram~11718_q ; +wire \text_gen|char_ram~4550_q ; +wire \text_gen|char_ram~43189_combout ; +wire \text_gen|char_ram~43190_combout ; +wire \text_gen|char_ram~8134feeder_combout ; +wire \text_gen|char_ram~8134_q ; +wire \text_gen|char_ram~966_q ; +wire \text_gen|char_ram~43182_combout ; +wire \text_gen|char_ram~15302_q ; +wire \text_gen|char_ram~22470_q ; +wire \text_gen|char_ram~43183_combout ; +wire \text_gen|char_ram~15246_q ; +wire \text_gen|char_ram~910_q ; +wire \text_gen|char_ram~43186_combout ; +wire \text_gen|char_ram~22414_q ; +wire \text_gen|char_ram~8078_q ; +wire \text_gen|char_ram~43187_combout ; +wire \text_gen|char_ram~11662_q ; +wire \text_gen|char_ram~25998_q ; +wire \text_gen|char_ram~4494_q ; +wire \text_gen|char_ram~18830_q ; +wire \text_gen|char_ram~43184_combout ; +wire \text_gen|char_ram~43185_combout ; +wire \text_gen|char_ram~43188_combout ; +wire \text_gen|char_ram~43191_combout ; +wire \text_gen|char_ram~18914_q ; +wire \text_gen|char_ram~11746_q ; +wire \text_gen|char_ram~4578feeder_combout ; +wire \text_gen|char_ram~4578_q ; +wire \text_gen|char_ram~43179_combout ; +wire \text_gen|char_ram~26082_q ; +wire \text_gen|char_ram~43180_combout ; +wire \text_gen|char_ram~8106_q ; +wire \text_gen|char_ram~22442_q ; +wire \text_gen|char_ram~15274_q ; +wire \text_gen|char_ram~938_q ; +wire \text_gen|char_ram~43176_combout ; +wire \text_gen|char_ram~43177_combout ; +wire \text_gen|char_ram~15330feeder_combout ; +wire \text_gen|char_ram~15330_q ; +wire \text_gen|char_ram~22498_q ; +wire \text_gen|char_ram~994feeder_combout ; +wire \text_gen|char_ram~994_q ; +wire \text_gen|char_ram~8162_q ; +wire \text_gen|char_ram~43174_combout ; +wire \text_gen|char_ram~43175_combout ; +wire \text_gen|char_ram~43178_combout ; +wire \text_gen|char_ram~11690_q ; +wire \text_gen|char_ram~26026_q ; +wire \text_gen|char_ram~18858_q ; +wire \text_gen|char_ram~4522_q ; +wire \text_gen|char_ram~43172_combout ; +wire \text_gen|char_ram~43173_combout ; +wire \text_gen|char_ram~43181_combout ; +wire \text_gen|char_ram~43192_combout ; +wire \text_gen|char_ram~43203_combout ; +wire \text_gen|char_ram~13489_q ; +wire \text_gen|char_ram~27825_q ; +wire \text_gen|char_ram~20657feeder_combout ; +wire \text_gen|char_ram~20657_q ; +wire \text_gen|char_ram~6321_q ; +wire \text_gen|char_ram~43320_combout ; +wire \text_gen|char_ram~43321_combout ; +wire \text_gen|char_ram~20713feeder_combout ; +wire \text_gen|char_ram~20713_q ; +wire \text_gen|char_ram~27881_q ; +wire \text_gen|char_ram~13545feeder_combout ; +wire \text_gen|char_ram~13545_q ; +wire \text_gen|char_ram~6377_q ; +wire \text_gen|char_ram~43327_combout ; +wire \text_gen|char_ram~43328_combout ; +wire \text_gen|char_ram~9905_q ; +wire \text_gen|char_ram~24241_q ; +wire \text_gen|char_ram~2737_q ; +wire \text_gen|char_ram~17073feeder_combout ; +wire \text_gen|char_ram~17073_q ; +wire \text_gen|char_ram~43324_combout ; +wire \text_gen|char_ram~43325_combout ; +wire \text_gen|char_ram~17129_q ; +wire \text_gen|char_ram~24297_q ; +wire \text_gen|char_ram~9961feeder_combout ; +wire \text_gen|char_ram~9961_q ; +wire \text_gen|char_ram~2793_q ; +wire \text_gen|char_ram~43322_combout ; +wire \text_gen|char_ram~43323_combout ; +wire \text_gen|char_ram~43326_combout ; +wire \text_gen|char_ram~43329_combout ; +wire \text_gen|char_ram~17122_q ; +wire \text_gen|char_ram~9954_q ; +wire \text_gen|char_ram~2786_q ; +wire \text_gen|char_ram~43291_combout ; +wire \text_gen|char_ram~24290_q ; +wire \text_gen|char_ram~43292_combout ; +wire \text_gen|char_ram~9898feeder_combout ; +wire \text_gen|char_ram~9898_q ; +wire \text_gen|char_ram~24234_q ; +wire \text_gen|char_ram~2730_q ; +wire \text_gen|char_ram~17066_q ; +wire \text_gen|char_ram~43293_combout ; +wire \text_gen|char_ram~43294_combout ; +wire \text_gen|char_ram~43295_combout ; +wire \text_gen|char_ram~20706feeder_combout ; +wire \text_gen|char_ram~20706_q ; +wire \text_gen|char_ram~27874feeder_combout ; +wire \text_gen|char_ram~27874_q ; +wire \text_gen|char_ram~13538_q ; +wire \text_gen|char_ram~6370_q ; +wire \text_gen|char_ram~43296_combout ; +wire \text_gen|char_ram~43297_combout ; +wire \text_gen|char_ram~20650_q ; +wire \text_gen|char_ram~6314_q ; +wire \text_gen|char_ram~43289_combout ; +wire \text_gen|char_ram~13482_q ; +wire \text_gen|char_ram~27818_q ; +wire \text_gen|char_ram~43290_combout ; +wire \text_gen|char_ram~43298_combout ; +wire \text_gen|char_ram~17101feeder_combout ; +wire \text_gen|char_ram~17101_q ; +wire \text_gen|char_ram~24269_q ; +wire \text_gen|char_ram~2765_q ; +wire \text_gen|char_ram~9933feeder_combout ; +wire \text_gen|char_ram~9933_q ; +wire \text_gen|char_ram~43299_combout ; +wire \text_gen|char_ram~43300_combout ; +wire \text_gen|char_ram~20685feeder_combout ; +wire \text_gen|char_ram~20685_q ; +wire \text_gen|char_ram~27853_q ; +wire \text_gen|char_ram~13517_q ; +wire \text_gen|char_ram~6349_q ; +wire \text_gen|char_ram~43306_combout ; +wire \text_gen|char_ram~43307_combout ; +wire \text_gen|char_ram~13461feeder_combout ; +wire \text_gen|char_ram~13461_q ; +wire \text_gen|char_ram~27797_q ; +wire \text_gen|char_ram~20629feeder_combout ; +wire \text_gen|char_ram~20629_q ; +wire \text_gen|char_ram~6293feeder_combout ; +wire \text_gen|char_ram~6293_q ; +wire \text_gen|char_ram~43301_combout ; +wire \text_gen|char_ram~43302_combout ; +wire \text_gen|char_ram~9877feeder_combout ; +wire \text_gen|char_ram~9877_q ; +wire \text_gen|char_ram~24213_q ; +wire \text_gen|char_ram~17045_q ; +wire \text_gen|char_ram~2709_q ; +wire \text_gen|char_ram~43303_combout ; +wire \text_gen|char_ram~43304_combout ; +wire \text_gen|char_ram~43305_combout ; +wire \text_gen|char_ram~43308_combout ; +wire \text_gen|char_ram~20622_q ; +wire \text_gen|char_ram~6286_q ; +wire \text_gen|char_ram~43311_combout ; +wire \text_gen|char_ram~27790_q ; +wire \text_gen|char_ram~13454_q ; +wire \text_gen|char_ram~43312_combout ; +wire \text_gen|char_ram~9870feeder_combout ; +wire \text_gen|char_ram~9870_q ; +wire \text_gen|char_ram~24206_q ; +wire \text_gen|char_ram~17038_q ; +wire \text_gen|char_ram~2702_q ; +wire \text_gen|char_ram~43313_combout ; +wire \text_gen|char_ram~43314_combout ; +wire \text_gen|char_ram~43315_combout ; +wire \text_gen|char_ram~17094_q ; +wire \text_gen|char_ram~24262_q ; +wire \text_gen|char_ram~9926feeder_combout ; +wire \text_gen|char_ram~9926_q ; +wire \text_gen|char_ram~2758_q ; +wire \text_gen|char_ram~43309_combout ; +wire \text_gen|char_ram~43310_combout ; +wire \text_gen|char_ram~20678feeder_combout ; +wire \text_gen|char_ram~20678_q ; +wire \text_gen|char_ram~6342_q ; +wire \text_gen|char_ram~13510feeder_combout ; +wire \text_gen|char_ram~13510_q ; +wire \text_gen|char_ram~43316_combout ; +wire \text_gen|char_ram~27846_q ; +wire \text_gen|char_ram~43317_combout ; +wire \text_gen|char_ram~43318_combout ; +wire \text_gen|char_ram~43319_combout ; +wire \text_gen|char_ram~43330_combout ; +wire \text_gen|char_ram~18907_q ; +wire \text_gen|char_ram~11739_q ; +wire \text_gen|char_ram~4571_q ; +wire \text_gen|char_ram~43284_combout ; +wire \text_gen|char_ram~26075_q ; +wire \text_gen|char_ram~43285_combout ; +wire \text_gen|char_ram~11683feeder_combout ; +wire \text_gen|char_ram~11683_q ; +wire \text_gen|char_ram~26019feeder_combout ; +wire \text_gen|char_ram~26019_q ; +wire \text_gen|char_ram~18851_q ; +wire \text_gen|char_ram~4515_q ; +wire \text_gen|char_ram~43277_combout ; +wire \text_gen|char_ram~43278_combout ; +wire \text_gen|char_ram~8099feeder_combout ; +wire \text_gen|char_ram~8099_q ; +wire \text_gen|char_ram~22435_q ; +wire \text_gen|char_ram~15267_q ; +wire \text_gen|char_ram~931_q ; +wire \text_gen|char_ram~43281_combout ; +wire \text_gen|char_ram~43282_combout ; +wire \text_gen|char_ram~15323_q ; +wire \text_gen|char_ram~22491_q ; +wire \text_gen|char_ram~8155_q ; +wire \text_gen|char_ram~987_q ; +wire \text_gen|char_ram~43279_combout ; +wire \text_gen|char_ram~43280_combout ; +wire \text_gen|char_ram~43283_combout ; +wire \text_gen|char_ram~43286_combout ; +wire \text_gen|char_ram~18900_q ; +wire \text_gen|char_ram~26068_q ; +wire \text_gen|char_ram~11732_q ; +wire \text_gen|char_ram~4564_q ; +wire \text_gen|char_ram~43263_combout ; +wire \text_gen|char_ram~43264_combout ; +wire \text_gen|char_ram~11676feeder_combout ; +wire \text_gen|char_ram~11676_q ; +wire \text_gen|char_ram~18844_q ; +wire \text_gen|char_ram~4508_q ; +wire \text_gen|char_ram~43256_combout ; +wire \text_gen|char_ram~26012_q ; +wire \text_gen|char_ram~43257_combout ; +wire \text_gen|char_ram~15260_q ; +wire \text_gen|char_ram~924_q ; +wire \text_gen|char_ram~43260_combout ; +wire \text_gen|char_ram~8092feeder_combout ; +wire \text_gen|char_ram~8092_q ; +wire \text_gen|char_ram~22428_q ; +wire \text_gen|char_ram~43261_combout ; +wire \text_gen|char_ram~15316_q ; +wire \text_gen|char_ram~8148_q ; +wire \text_gen|char_ram~980_q ; +wire \text_gen|char_ram~43258_combout ; +wire \text_gen|char_ram~22484_q ; +wire \text_gen|char_ram~43259_combout ; +wire \text_gen|char_ram~43262_combout ; +wire \text_gen|char_ram~43265_combout ; +wire \text_gen|char_ram~18872feeder_combout ; +wire \text_gen|char_ram~18872_q ; +wire \text_gen|char_ram~26040_q ; +wire \text_gen|char_ram~11704_q ; +wire \text_gen|char_ram~4536_q ; +wire \text_gen|char_ram~43273_combout ; +wire \text_gen|char_ram~43274_combout ; +wire \text_gen|char_ram~8064_q ; +wire \text_gen|char_ram~22400_q ; +wire \text_gen|char_ram~15232_q ; +wire \text_gen|char_ram~896_q ; +wire \text_gen|char_ram~43270_combout ; +wire \text_gen|char_ram~43271_combout ; +wire \text_gen|char_ram~15288_q ; +wire \text_gen|char_ram~22456_q ; +wire \text_gen|char_ram~8120feeder_combout ; +wire \text_gen|char_ram~8120_q ; +wire \text_gen|char_ram~952_q ; +wire \text_gen|char_ram~43268_combout ; +wire \text_gen|char_ram~43269_combout ; +wire \text_gen|char_ram~43272_combout ; +wire \text_gen|char_ram~11648_q ; +wire \text_gen|char_ram~25984_q ; +wire \text_gen|char_ram~4480_q ; +wire \text_gen|char_ram~18816_q ; +wire \text_gen|char_ram~43266_combout ; +wire \text_gen|char_ram~43267_combout ; +wire \text_gen|char_ram~43275_combout ; +wire \text_gen|char_ram~43276_combout ; +wire \text_gen|char_ram~8071feeder_combout ; +wire \text_gen|char_ram~8071_q ; +wire \text_gen|char_ram~22407_q ; +wire \text_gen|char_ram~15239_q ; +wire \text_gen|char_ram~903_q ; +wire \text_gen|char_ram~43250_combout ; +wire \text_gen|char_ram~43251_combout ; +wire \text_gen|char_ram~15295feeder_combout ; +wire \text_gen|char_ram~15295_q ; +wire \text_gen|char_ram~22463_q ; +wire \text_gen|char_ram~8127_q ; +wire \text_gen|char_ram~959_q ; +wire \text_gen|char_ram~43248_combout ; +wire \text_gen|char_ram~43249_combout ; +wire \text_gen|char_ram~43252_combout ; +wire \text_gen|char_ram~18879feeder_combout ; +wire \text_gen|char_ram~18879_q ; +wire \text_gen|char_ram~26047_q ; +wire \text_gen|char_ram~11711feeder_combout ; +wire \text_gen|char_ram~11711_q ; +wire \text_gen|char_ram~4543_q ; +wire \text_gen|char_ram~43253_combout ; +wire \text_gen|char_ram~43254_combout ; +wire \text_gen|char_ram~11655feeder_combout ; +wire \text_gen|char_ram~11655_q ; +wire \text_gen|char_ram~25991_q ; +wire \text_gen|char_ram~18823feeder_combout ; +wire \text_gen|char_ram~18823_q ; +wire \text_gen|char_ram~4487_q ; +wire \text_gen|char_ram~43246_combout ; +wire \text_gen|char_ram~43247_combout ; +wire \text_gen|char_ram~43255_combout ; +wire \text_gen|char_ram~43287_combout ; +wire \text_gen|char_ram~17115feeder_combout ; +wire \text_gen|char_ram~17115_q ; +wire \text_gen|char_ram~24283_q ; +wire \text_gen|char_ram~9947_q ; +wire \text_gen|char_ram~2779_q ; +wire \text_gen|char_ram~43237_combout ; +wire \text_gen|char_ram~43238_combout ; +wire \text_gen|char_ram~9891_q ; +wire \text_gen|char_ram~17059feeder_combout ; +wire \text_gen|char_ram~17059_q ; +wire \text_gen|char_ram~2723_q ; +wire \text_gen|char_ram~43239_combout ; +wire \text_gen|char_ram~24227_q ; +wire \text_gen|char_ram~43240_combout ; +wire \text_gen|char_ram~43241_combout ; +wire \text_gen|char_ram~6307_q ; +wire \text_gen|char_ram~20643feeder_combout ; +wire \text_gen|char_ram~20643_q ; +wire \text_gen|char_ram~43235_combout ; +wire \text_gen|char_ram~13475feeder_combout ; +wire \text_gen|char_ram~13475_q ; +wire \text_gen|char_ram~27811_q ; +wire \text_gen|char_ram~43236_combout ; +wire \text_gen|char_ram~20699_q ; +wire \text_gen|char_ram~13531_q ; +wire \text_gen|char_ram~6363_q ; +wire \text_gen|char_ram~43242_combout ; +wire \text_gen|char_ram~27867_q ; +wire \text_gen|char_ram~43243_combout ; +wire \text_gen|char_ram~43244_combout ; +wire \text_gen|char_ram~27804_q ; +wire \text_gen|char_ram~20636_q ; +wire \text_gen|char_ram~6300_q ; +wire \text_gen|char_ram~43204_combout ; +wire \text_gen|char_ram~13468_q ; +wire \text_gen|char_ram~43205_combout ; +wire \text_gen|char_ram~13524_q ; +wire \text_gen|char_ram~6356_q ; +wire \text_gen|char_ram~43211_combout ; +wire \text_gen|char_ram~20692feeder_combout ; +wire \text_gen|char_ram~20692_q ; +wire \text_gen|char_ram~27860_q ; +wire \text_gen|char_ram~43212_combout ; +wire \text_gen|char_ram~9884_q ; +wire \text_gen|char_ram~24220_q ; +wire \text_gen|char_ram~17052_q ; +wire \text_gen|char_ram~2716_q ; +wire \text_gen|char_ram~43208_combout ; +wire \text_gen|char_ram~43209_combout ; +wire \text_gen|char_ram~9940feeder_combout ; +wire \text_gen|char_ram~9940_q ; +wire \text_gen|char_ram~2772_q ; +wire \text_gen|char_ram~43206_combout ; +wire \text_gen|char_ram~17108feeder_combout ; +wire \text_gen|char_ram~17108_q ; +wire \text_gen|char_ram~24276_q ; +wire \text_gen|char_ram~43207_combout ; +wire \text_gen|char_ram~43210_combout ; +wire \text_gen|char_ram~43213_combout ; +wire \text_gen|char_ram~9919feeder_combout ; +wire \text_gen|char_ram~9919_q ; +wire \text_gen|char_ram~2751_q ; +wire \text_gen|char_ram~43214_combout ; +wire \text_gen|char_ram~24255_q ; +wire \text_gen|char_ram~17087_q ; +wire \text_gen|char_ram~43215_combout ; +wire \text_gen|char_ram~20671feeder_combout ; +wire \text_gen|char_ram~20671_q ; +wire \text_gen|char_ram~27839_q ; +wire \text_gen|char_ram~6335_q ; +wire \text_gen|char_ram~13503_q ; +wire \text_gen|char_ram~43221_combout ; +wire \text_gen|char_ram~43222_combout ; +wire \text_gen|char_ram~9863_q ; +wire \text_gen|char_ram~24199_q ; +wire \text_gen|char_ram~17031_q ; +wire \text_gen|char_ram~2695_q ; +wire \text_gen|char_ram~43218_combout ; +wire \text_gen|char_ram~43219_combout ; +wire \text_gen|char_ram~27783feeder_combout ; +wire \text_gen|char_ram~27783_q ; +wire \text_gen|char_ram~20615_q ; +wire \text_gen|char_ram~6279_q ; +wire \text_gen|char_ram~13447_q ; +wire \text_gen|char_ram~43216_combout ; +wire \text_gen|char_ram~43217_combout ; +wire \text_gen|char_ram~43220_combout ; +wire \text_gen|char_ram~43223_combout ; +wire \text_gen|char_ram~20664feeder_combout ; +wire \text_gen|char_ram~20664_q ; +wire \text_gen|char_ram~27832_q ; +wire \text_gen|char_ram~6328_q ; +wire \text_gen|char_ram~13496feeder_combout ; +wire \text_gen|char_ram~13496_q ; +wire \text_gen|char_ram~43231_combout ; +wire \text_gen|char_ram~43232_combout ; +wire \text_gen|char_ram~9856_q ; +wire \text_gen|char_ram~24192_q ; +wire \text_gen|char_ram~17024_q ; +wire \text_gen|char_ram~2688_q ; +wire \text_gen|char_ram~43228_combout ; +wire \text_gen|char_ram~43229_combout ; +wire \text_gen|char_ram~13440feeder_combout ; +wire \text_gen|char_ram~13440_q ; +wire \text_gen|char_ram~27776_q ; +wire \text_gen|char_ram~20608_q ; +wire \text_gen|char_ram~6272_q ; +wire \text_gen|char_ram~43226_combout ; +wire \text_gen|char_ram~43227_combout ; +wire \text_gen|char_ram~43230_combout ; +wire \text_gen|char_ram~17080_q ; +wire \text_gen|char_ram~9912_q ; +wire \text_gen|char_ram~2744_q ; +wire \text_gen|char_ram~43224_combout ; +wire \text_gen|char_ram~24248_q ; +wire \text_gen|char_ram~43225_combout ; +wire \text_gen|char_ram~43233_combout ; +wire \text_gen|char_ram~43234_combout ; +wire \text_gen|char_ram~43245_combout ; +wire \text_gen|char_ram~43288_combout ; +wire \text_gen|char_ram~43331_combout ; +wire \text_gen|char_ram~43843_combout ; +wire \text_gen|char_ram~27573_q ; +wire \text_gen|char_ram~23989_q ; +wire \text_gen|char_ram~23975_q ; +wire \text_gen|char_ram~27559_q ; +wire \text_gen|char_ram~42487_combout ; +wire \text_gen|char_ram~42488_combout ; +wire \text_gen|char_ram~20405_q ; +wire \text_gen|char_ram~16821_q ; +wire \text_gen|char_ram~16807_q ; +wire \text_gen|char_ram~20391_q ; +wire \text_gen|char_ram~42480_combout ; +wire \text_gen|char_ram~42481_combout ; +wire \text_gen|char_ram~2485_q ; +wire \text_gen|char_ram~6069_q ; +wire \text_gen|char_ram~2471_q ; +wire \text_gen|char_ram~6055feeder_combout ; +wire \text_gen|char_ram~6055_q ; +wire \text_gen|char_ram~42484_combout ; +wire \text_gen|char_ram~42485_combout ; +wire \text_gen|char_ram~9653feeder_combout ; +wire \text_gen|char_ram~9653_q ; +wire \text_gen|char_ram~13237_q ; +wire \text_gen|char_ram~13223feeder_combout ; +wire \text_gen|char_ram~13223_q ; +wire \text_gen|char_ram~9639_q ; +wire \text_gen|char_ram~42482_combout ; +wire \text_gen|char_ram~42483_combout ; +wire \text_gen|char_ram~42486_combout ; +wire \text_gen|char_ram~42489_combout ; +wire \text_gen|char_ram~22197_q ; +wire \text_gen|char_ram~25781_q ; +wire \text_gen|char_ram~25767_q ; +wire \text_gen|char_ram~22183_q ; +wire \text_gen|char_ram~42507_combout ; +wire \text_gen|char_ram~42508_combout ; +wire \text_gen|char_ram~693_q ; +wire \text_gen|char_ram~4277_q ; +wire \text_gen|char_ram~4263_q ; +wire \text_gen|char_ram~679_q ; +wire \text_gen|char_ram~42504_combout ; +wire \text_gen|char_ram~42505_combout ; +wire \text_gen|char_ram~7861_q ; +wire \text_gen|char_ram~11445_q ; +wire \text_gen|char_ram~11431_q ; +wire \text_gen|char_ram~7847_q ; +wire \text_gen|char_ram~42502_combout ; +wire \text_gen|char_ram~42503_combout ; +wire \text_gen|char_ram~42506_combout ; +wire \text_gen|char_ram~15029_q ; +wire \text_gen|char_ram~18613_q ; +wire \text_gen|char_ram~18599_q ; +wire \text_gen|char_ram~15015_q ; +wire \text_gen|char_ram~42500_combout ; +wire \text_gen|char_ram~42501_combout ; +wire \text_gen|char_ram~42509_combout ; +wire \text_gen|char_ram~7889_q ; +wire \text_gen|char_ram~11473_q ; +wire \text_gen|char_ram~11459feeder_combout ; +wire \text_gen|char_ram~11459_q ; +wire \text_gen|char_ram~7875_q ; +wire \text_gen|char_ram~42490_combout ; +wire \text_gen|char_ram~42491_combout ; +wire \text_gen|char_ram~22225_q ; +wire \text_gen|char_ram~25809_q ; +wire \text_gen|char_ram~22211feeder_combout ; +wire \text_gen|char_ram~22211_q ; +wire \text_gen|char_ram~25795feeder_combout ; +wire \text_gen|char_ram~25795_q ; +wire \text_gen|char_ram~42497_combout ; +wire \text_gen|char_ram~42498_combout ; +wire \text_gen|char_ram~721feeder_combout ; +wire \text_gen|char_ram~721_q ; +wire \text_gen|char_ram~4305_q ; +wire \text_gen|char_ram~4291_q ; +wire \text_gen|char_ram~707_q ; +wire \text_gen|char_ram~42494_combout ; +wire \text_gen|char_ram~42495_combout ; +wire \text_gen|char_ram~15057feeder_combout ; +wire \text_gen|char_ram~15057_q ; +wire \text_gen|char_ram~18641_q ; +wire \text_gen|char_ram~18627_q ; +wire \text_gen|char_ram~15043_q ; +wire \text_gen|char_ram~42492_combout ; +wire \text_gen|char_ram~42493_combout ; +wire \text_gen|char_ram~42496_combout ; +wire \text_gen|char_ram~42499_combout ; +wire \text_gen|char_ram~42510_combout ; +wire \text_gen|char_ram~13265feeder_combout ; +wire \text_gen|char_ram~13265_q ; +wire \text_gen|char_ram~9681_q ; +wire \text_gen|char_ram~9667_q ; +wire \text_gen|char_ram~13251_q ; +wire \text_gen|char_ram~42511_combout ; +wire \text_gen|char_ram~42512_combout ; +wire \text_gen|char_ram~24003_q ; +wire \text_gen|char_ram~24017_q ; +wire \text_gen|char_ram~42518_combout ; +wire \text_gen|char_ram~27601_q ; +wire \text_gen|char_ram~27587feeder_combout ; +wire \text_gen|char_ram~27587_q ; +wire \text_gen|char_ram~42519_combout ; +wire \text_gen|char_ram~6083_q ; +wire \text_gen|char_ram~2499_q ; +wire \text_gen|char_ram~42515_combout ; +wire \text_gen|char_ram~2513_q ; +wire \text_gen|char_ram~6097feeder_combout ; +wire \text_gen|char_ram~6097_q ; +wire \text_gen|char_ram~42516_combout ; +wire \text_gen|char_ram~16849_q ; +wire \text_gen|char_ram~20433_q ; +wire \text_gen|char_ram~20419feeder_combout ; +wire \text_gen|char_ram~20419_q ; +wire \text_gen|char_ram~16835_q ; +wire \text_gen|char_ram~42513_combout ; +wire \text_gen|char_ram~42514_combout ; +wire \text_gen|char_ram~42517_combout ; +wire \text_gen|char_ram~42520_combout ; +wire \text_gen|char_ram~42521_combout ; +wire \text_gen|char_ram~22281_q ; +wire \text_gen|char_ram~24073_q ; +wire \text_gen|char_ram~24045_q ; +wire \text_gen|char_ram~22253_q ; +wire \text_gen|char_ram~42614_combout ; +wire \text_gen|char_ram~42615_combout ; +wire \text_gen|char_ram~9709feeder_combout ; +wire \text_gen|char_ram~9709_q ; +wire \text_gen|char_ram~7917_q ; +wire \text_gen|char_ram~42607_combout ; +wire \text_gen|char_ram~7945_q ; +wire \text_gen|char_ram~9737feeder_combout ; +wire \text_gen|char_ram~9737_q ; +wire \text_gen|char_ram~42608_combout ; +wire \text_gen|char_ram~22267feeder_combout ; +wire \text_gen|char_ram~22267_q ; +wire \text_gen|char_ram~24059_q ; +wire \text_gen|char_ram~24031_q ; +wire \text_gen|char_ram~22239_q ; +wire \text_gen|char_ram~42609_combout ; +wire \text_gen|char_ram~42610_combout ; +wire \text_gen|char_ram~7931_q ; +wire \text_gen|char_ram~9723_q ; +wire \text_gen|char_ram~9695feeder_combout ; +wire \text_gen|char_ram~9695_q ; +wire \text_gen|char_ram~7903_q ; +wire \text_gen|char_ram~42611_combout ; +wire \text_gen|char_ram~42612_combout ; +wire \text_gen|char_ram~42613_combout ; +wire \text_gen|char_ram~42616_combout ; +wire \text_gen|char_ram~25865_q ; +wire \text_gen|char_ram~27657_q ; +wire \text_gen|char_ram~25837_q ; +wire \text_gen|char_ram~27629feeder_combout ; +wire \text_gen|char_ram~27629_q ; +wire \text_gen|char_ram~42645_combout ; +wire \text_gen|char_ram~42646_combout ; +wire \text_gen|char_ram~13321_q ; +wire \text_gen|char_ram~11529_q ; +wire \text_gen|char_ram~13293feeder_combout ; +wire \text_gen|char_ram~13293_q ; +wire \text_gen|char_ram~11501_q ; +wire \text_gen|char_ram~42638_combout ; +wire \text_gen|char_ram~42639_combout ; +wire \text_gen|char_ram~11515feeder_combout ; +wire \text_gen|char_ram~11515_q ; +wire \text_gen|char_ram~13307_q ; +wire \text_gen|char_ram~13279feeder_combout ; +wire \text_gen|char_ram~13279_q ; +wire \text_gen|char_ram~11487_q ; +wire \text_gen|char_ram~42642_combout ; +wire \text_gen|char_ram~42643_combout ; +wire \text_gen|char_ram~25851feeder_combout ; +wire \text_gen|char_ram~25851_q ; +wire \text_gen|char_ram~27643_q ; +wire \text_gen|char_ram~27615_q ; +wire \text_gen|char_ram~25823_q ; +wire \text_gen|char_ram~42640_combout ; +wire \text_gen|char_ram~42641_combout ; +wire \text_gen|char_ram~42644_combout ; +wire \text_gen|char_ram~42647_combout ; +wire \text_gen|char_ram~4361_q ; +wire \text_gen|char_ram~6153_q ; +wire \text_gen|char_ram~6125feeder_combout ; +wire \text_gen|char_ram~6125_q ; +wire \text_gen|char_ram~4333_q ; +wire \text_gen|char_ram~42617_combout ; +wire \text_gen|char_ram~42618_combout ; +wire \text_gen|char_ram~18683_q ; +wire \text_gen|char_ram~20475_q ; +wire \text_gen|char_ram~20447_q ; +wire \text_gen|char_ram~18655_q ; +wire \text_gen|char_ram~42619_combout ; +wire \text_gen|char_ram~42620_combout ; +wire \text_gen|char_ram~4347feeder_combout ; +wire \text_gen|char_ram~4347_q ; +wire \text_gen|char_ram~6139_q ; +wire \text_gen|char_ram~6111_q ; +wire \text_gen|char_ram~4319_q ; +wire \text_gen|char_ram~42621_combout ; +wire \text_gen|char_ram~42622_combout ; +wire \text_gen|char_ram~42623_combout ; +wire \text_gen|char_ram~18697_q ; +wire \text_gen|char_ram~20489_q ; +wire \text_gen|char_ram~20461_q ; +wire \text_gen|char_ram~18669_q ; +wire \text_gen|char_ram~42624_combout ; +wire \text_gen|char_ram~42625_combout ; +wire \text_gen|char_ram~42626_combout ; +wire \text_gen|char_ram~777feeder_combout ; +wire \text_gen|char_ram~777_q ; +wire \text_gen|char_ram~2569_q ; +wire \text_gen|char_ram~2541_q ; +wire \text_gen|char_ram~749_q ; +wire \text_gen|char_ram~42627_combout ; +wire \text_gen|char_ram~42628_combout ; +wire \text_gen|char_ram~15099_q ; +wire \text_gen|char_ram~16891_q ; +wire \text_gen|char_ram~15071_q ; +wire \text_gen|char_ram~16863feeder_combout ; +wire \text_gen|char_ram~16863_q ; +wire \text_gen|char_ram~42629_combout ; +wire \text_gen|char_ram~42630_combout ; +wire \text_gen|char_ram~763_q ; +wire \text_gen|char_ram~2555_q ; +wire \text_gen|char_ram~2527_q ; +wire \text_gen|char_ram~735_q ; +wire \text_gen|char_ram~42631_combout ; +wire \text_gen|char_ram~42632_combout ; +wire \text_gen|char_ram~42633_combout ; +wire \text_gen|char_ram~15113_q ; +wire \text_gen|char_ram~16905_q ; +wire \text_gen|char_ram~16877feeder_combout ; +wire \text_gen|char_ram~16877_q ; +wire \text_gen|char_ram~15085_q ; +wire \text_gen|char_ram~42634_combout ; +wire \text_gen|char_ram~42635_combout ; +wire \text_gen|char_ram~42636_combout ; +wire \text_gen|char_ram~42637_combout ; +wire \text_gen|char_ram~42648_combout ; +wire \text_gen|char_ram~20412feeder_combout ; +wire \text_gen|char_ram~20412_q ; +wire \text_gen|char_ram~20426_q ; +wire \text_gen|char_ram~20384_q ; +wire \text_gen|char_ram~20398feeder_combout ; +wire \text_gen|char_ram~20398_q ; +wire \text_gen|char_ram~42595_combout ; +wire \text_gen|char_ram~42596_combout ; +wire \text_gen|char_ram~23996feeder_combout ; +wire \text_gen|char_ram~23996_q ; +wire \text_gen|char_ram~24010_q ; +wire \text_gen|char_ram~23968_q ; +wire \text_gen|char_ram~23982_q ; +wire \text_gen|char_ram~42597_combout ; +wire \text_gen|char_ram~42598_combout ; +wire \text_gen|char_ram~16828_q ; +wire \text_gen|char_ram~16842_q ; +wire \text_gen|char_ram~16814_q ; +wire \text_gen|char_ram~16800_q ; +wire \text_gen|char_ram~42599_combout ; +wire \text_gen|char_ram~42600_combout ; +wire \text_gen|char_ram~42601_combout ; +wire \text_gen|char_ram~27580_q ; +wire \text_gen|char_ram~27594_q ; +wire \text_gen|char_ram~27552_q ; +wire \text_gen|char_ram~27566_q ; +wire \text_gen|char_ram~42602_combout ; +wire \text_gen|char_ram~42603_combout ; +wire \text_gen|char_ram~42604_combout ; +wire \text_gen|char_ram~25760_q ; +wire \text_gen|char_ram~25774_q ; +wire \text_gen|char_ram~42571_combout ; +wire \text_gen|char_ram~25802_q ; +wire \text_gen|char_ram~25788_q ; +wire \text_gen|char_ram~42572_combout ; +wire \text_gen|char_ram~18634_q ; +wire \text_gen|char_ram~18620_q ; +wire \text_gen|char_ram~18592_q ; +wire \text_gen|char_ram~18606feeder_combout ; +wire \text_gen|char_ram~18606_q ; +wire \text_gen|char_ram~42564_combout ; +wire \text_gen|char_ram~42565_combout ; +wire \text_gen|char_ram~15036_q ; +wire \text_gen|char_ram~15050_q ; +wire \text_gen|char_ram~15008_q ; +wire \text_gen|char_ram~15022_q ; +wire \text_gen|char_ram~42568_combout ; +wire \text_gen|char_ram~42569_combout ; +wire \text_gen|char_ram~22204_q ; +wire \text_gen|char_ram~22218_q ; +wire \text_gen|char_ram~22176_q ; +wire \text_gen|char_ram~22190_q ; +wire \text_gen|char_ram~42566_combout ; +wire \text_gen|char_ram~42567_combout ; +wire \text_gen|char_ram~42570_combout ; +wire \text_gen|char_ram~42573_combout ; +wire \text_gen|char_ram~11438_q ; +wire \text_gen|char_ram~11424_q ; +wire \text_gen|char_ram~42591_combout ; +wire \text_gen|char_ram~11466_q ; +wire \text_gen|char_ram~11452feeder_combout ; +wire \text_gen|char_ram~11452_q ; +wire \text_gen|char_ram~42592_combout ; +wire \text_gen|char_ram~7868_q ; +wire \text_gen|char_ram~7882_q ; +wire \text_gen|char_ram~7840_q ; +wire \text_gen|char_ram~7854feeder_combout ; +wire \text_gen|char_ram~7854_q ; +wire \text_gen|char_ram~42586_combout ; +wire \text_gen|char_ram~42587_combout ; +wire \text_gen|char_ram~700_q ; +wire \text_gen|char_ram~714_q ; +wire \text_gen|char_ram~686feeder_combout ; +wire \text_gen|char_ram~686_q ; +wire \text_gen|char_ram~672_q ; +wire \text_gen|char_ram~42588_combout ; +wire \text_gen|char_ram~42589_combout ; +wire \text_gen|char_ram~42590_combout ; +wire \text_gen|char_ram~4256_q ; +wire \text_gen|char_ram~4270_q ; +wire \text_gen|char_ram~42584_combout ; +wire \text_gen|char_ram~4298_q ; +wire \text_gen|char_ram~4284_q ; +wire \text_gen|char_ram~42585_combout ; +wire \text_gen|char_ram~42593_combout ; +wire \text_gen|char_ram~9660feeder_combout ; +wire \text_gen|char_ram~9660_q ; +wire \text_gen|char_ram~9674_q ; +wire \text_gen|char_ram~9632_q ; +wire \text_gen|char_ram~9646feeder_combout ; +wire \text_gen|char_ram~9646_q ; +wire \text_gen|char_ram~42576_combout ; +wire \text_gen|char_ram~42577_combout ; +wire \text_gen|char_ram~2492_q ; +wire \text_gen|char_ram~2506_q ; +wire \text_gen|char_ram~2464_q ; +wire \text_gen|char_ram~2478feeder_combout ; +wire \text_gen|char_ram~2478_q ; +wire \text_gen|char_ram~42578_combout ; +wire \text_gen|char_ram~42579_combout ; +wire \text_gen|char_ram~42580_combout ; +wire \text_gen|char_ram~6076_q ; +wire \text_gen|char_ram~6090_q ; +wire \text_gen|char_ram~6048_q ; +wire \text_gen|char_ram~6062_q ; +wire \text_gen|char_ram~42574_combout ; +wire \text_gen|char_ram~42575_combout ; +wire \text_gen|char_ram~13244feeder_combout ; +wire \text_gen|char_ram~13244_q ; +wire \text_gen|char_ram~13258_q ; +wire \text_gen|char_ram~13216_q ; +wire \text_gen|char_ram~13230feeder_combout ; +wire \text_gen|char_ram~13230_q ; +wire \text_gen|char_ram~42581_combout ; +wire \text_gen|char_ram~42582_combout ; +wire \text_gen|char_ram~42583_combout ; +wire \text_gen|char_ram~42594_combout ; +wire \text_gen|char_ram~42605_combout ; +wire \text_gen|char_ram~22274feeder_combout ; +wire \text_gen|char_ram~22274_q ; +wire \text_gen|char_ram~24066_q ; +wire \text_gen|char_ram~24038feeder_combout ; +wire \text_gen|char_ram~24038_q ; +wire \text_gen|char_ram~22246_q ; +wire \text_gen|char_ram~42553_combout ; +wire \text_gen|char_ram~42554_combout ; +wire \text_gen|char_ram~25844_q ; +wire \text_gen|char_ram~27636_q ; +wire \text_gen|char_ram~27608_q ; +wire \text_gen|char_ram~25816_q ; +wire \text_gen|char_ram~42555_combout ; +wire \text_gen|char_ram~42556_combout ; +wire \text_gen|char_ram~22260_q ; +wire \text_gen|char_ram~24052_q ; +wire \text_gen|char_ram~24024feeder_combout ; +wire \text_gen|char_ram~24024_q ; +wire \text_gen|char_ram~22232_q ; +wire \text_gen|char_ram~42557_combout ; +wire \text_gen|char_ram~42558_combout ; +wire \text_gen|char_ram~42559_combout ; +wire \text_gen|char_ram~27650_q ; +wire \text_gen|char_ram~25858_q ; +wire \text_gen|char_ram~27622feeder_combout ; +wire \text_gen|char_ram~27622_q ; +wire \text_gen|char_ram~25830_q ; +wire \text_gen|char_ram~42560_combout ; +wire \text_gen|char_ram~42561_combout ; +wire \text_gen|char_ram~42562_combout ; +wire \text_gen|char_ram~16898feeder_combout ; +wire \text_gen|char_ram~16898_q ; +wire \text_gen|char_ram~16884_q ; +wire \text_gen|char_ram~16856_q ; +wire \text_gen|char_ram~16870feeder_combout ; +wire \text_gen|char_ram~16870_q ; +wire \text_gen|char_ram~42522_combout ; +wire \text_gen|char_ram~42523_combout ; +wire \text_gen|char_ram~18676_q ; +wire \text_gen|char_ram~18690_q ; +wire \text_gen|char_ram~18648_q ; +wire \text_gen|char_ram~18662feeder_combout ; +wire \text_gen|char_ram~18662_q ; +wire \text_gen|char_ram~42524_combout ; +wire \text_gen|char_ram~42525_combout ; +wire \text_gen|char_ram~15092feeder_combout ; +wire \text_gen|char_ram~15092_q ; +wire \text_gen|char_ram~15106_q ; +wire \text_gen|char_ram~15064_q ; +wire \text_gen|char_ram~15078_q ; +wire \text_gen|char_ram~42526_combout ; +wire \text_gen|char_ram~42527_combout ; +wire \text_gen|char_ram~42528_combout ; +wire \text_gen|char_ram~20440_q ; +wire \text_gen|char_ram~20454feeder_combout ; +wire \text_gen|char_ram~20454_q ; +wire \text_gen|char_ram~42529_combout ; +wire \text_gen|char_ram~20482_q ; +wire \text_gen|char_ram~20468_q ; +wire \text_gen|char_ram~42530_combout ; +wire \text_gen|char_ram~42531_combout ; +wire \text_gen|char_ram~6132_q ; +wire \text_gen|char_ram~6146_q ; +wire \text_gen|char_ram~6104_q ; +wire \text_gen|char_ram~6118_q ; +wire \text_gen|char_ram~42549_combout ; +wire \text_gen|char_ram~42550_combout ; +wire \text_gen|char_ram~2520_q ; +wire \text_gen|char_ram~2534_q ; +wire \text_gen|char_ram~42542_combout ; +wire \text_gen|char_ram~2562_q ; +wire \text_gen|char_ram~2548_q ; +wire \text_gen|char_ram~42543_combout ; +wire \text_gen|char_ram~4340_q ; +wire \text_gen|char_ram~4354_q ; +wire \text_gen|char_ram~4312_q ; +wire \text_gen|char_ram~4326feeder_combout ; +wire \text_gen|char_ram~4326_q ; +wire \text_gen|char_ram~42544_combout ; +wire \text_gen|char_ram~42545_combout ; +wire \text_gen|char_ram~770feeder_combout ; +wire \text_gen|char_ram~770_q ; +wire \text_gen|char_ram~728_q ; +wire \text_gen|char_ram~742_q ; +wire \text_gen|char_ram~42546_combout ; +wire \text_gen|char_ram~756feeder_combout ; +wire \text_gen|char_ram~756_q ; +wire \text_gen|char_ram~42547_combout ; +wire \text_gen|char_ram~42548_combout ; +wire \text_gen|char_ram~42551_combout ; +wire \text_gen|char_ram~7924_q ; +wire \text_gen|char_ram~9716_q ; +wire \text_gen|char_ram~7896_q ; +wire \text_gen|char_ram~9688feeder_combout ; +wire \text_gen|char_ram~9688_q ; +wire \text_gen|char_ram~42536_combout ; +wire \text_gen|char_ram~42537_combout ; +wire \text_gen|char_ram~11508feeder_combout ; +wire \text_gen|char_ram~11508_q ; +wire \text_gen|char_ram~13300_q ; +wire \text_gen|char_ram~13272feeder_combout ; +wire \text_gen|char_ram~13272_q ; +wire \text_gen|char_ram~11480_q ; +wire \text_gen|char_ram~42534_combout ; +wire \text_gen|char_ram~42535_combout ; +wire \text_gen|char_ram~42538_combout ; +wire \text_gen|char_ram~11522feeder_combout ; +wire \text_gen|char_ram~11522_q ; +wire \text_gen|char_ram~13314_q ; +wire \text_gen|char_ram~13286_q ; +wire \text_gen|char_ram~11494_q ; +wire \text_gen|char_ram~42539_combout ; +wire \text_gen|char_ram~42540_combout ; +wire \text_gen|char_ram~7938feeder_combout ; +wire \text_gen|char_ram~7938_q ; +wire \text_gen|char_ram~9730_q ; +wire \text_gen|char_ram~9702feeder_combout ; +wire \text_gen|char_ram~9702_q ; +wire \text_gen|char_ram~7910_q ; +wire \text_gen|char_ram~42532_combout ; +wire \text_gen|char_ram~42533_combout ; +wire \text_gen|char_ram~42541_combout ; +wire \text_gen|char_ram~42552_combout ; +wire \text_gen|char_ram~42563_combout ; +wire \text_gen|char_ram~42606_combout ; +wire \text_gen|char_ram~42649_combout ; +wire \text_gen|char_ram~28504_q ; +wire \text_gen|char_ram~28532_q ; +wire \text_gen|char_ram~26740feeder_combout ; +wire \text_gen|char_ram~26740_q ; +wire \text_gen|char_ram~26712_q ; +wire \text_gen|char_ram~43066_combout ; +wire \text_gen|char_ram~43067_combout ; +wire \text_gen|char_ram~14168_q ; +wire \text_gen|char_ram~14196_q ; +wire \text_gen|char_ram~12376_q ; +wire \text_gen|char_ram~12404feeder_combout ; +wire \text_gen|char_ram~12404_q ; +wire \text_gen|char_ram~43068_combout ; +wire \text_gen|char_ram~43069_combout ; +wire \text_gen|char_ram~43070_combout ; +wire \text_gen|char_ram~28518feeder_combout ; +wire \text_gen|char_ram~28518_q ; +wire \text_gen|char_ram~28546_q ; +wire \text_gen|char_ram~26754_q ; +wire \text_gen|char_ram~26726_q ; +wire \text_gen|char_ram~43071_combout ; +wire \text_gen|char_ram~43072_combout ; +wire \text_gen|char_ram~14182feeder_combout ; +wire \text_gen|char_ram~14182_q ; +wire \text_gen|char_ram~14210_q ; +wire \text_gen|char_ram~12418_q ; +wire \text_gen|char_ram~12390_q ; +wire \text_gen|char_ram~43064_combout ; +wire \text_gen|char_ram~43065_combout ; +wire \text_gen|char_ram~43073_combout ; +wire \text_gen|char_ram~5236_q ; +wire \text_gen|char_ram~5250_q ; +wire \text_gen|char_ram~5208_q ; +wire \text_gen|char_ram~5222_q ; +wire \text_gen|char_ram~43047_combout ; +wire \text_gen|char_ram~43048_combout ; +wire \text_gen|char_ram~19572feeder_combout ; +wire \text_gen|char_ram~19572_q ; +wire \text_gen|char_ram~19586_q ; +wire \text_gen|char_ram~19544_q ; +wire \text_gen|char_ram~19558_q ; +wire \text_gen|char_ram~43045_combout ; +wire \text_gen|char_ram~43046_combout ; +wire \text_gen|char_ram~43049_combout ; +wire \text_gen|char_ram~7014feeder_combout ; +wire \text_gen|char_ram~7014_q ; +wire \text_gen|char_ram~7042_q ; +wire \text_gen|char_ram~7000_q ; +wire \text_gen|char_ram~7028_q ; +wire \text_gen|char_ram~43043_combout ; +wire \text_gen|char_ram~43044_combout ; +wire \text_gen|char_ram~21350_q ; +wire \text_gen|char_ram~21378_q ; +wire \text_gen|char_ram~21336_q ; +wire \text_gen|char_ram~21364_q ; +wire \text_gen|char_ram~43050_combout ; +wire \text_gen|char_ram~43051_combout ; +wire \text_gen|char_ram~43052_combout ; +wire \text_gen|char_ram~17766_q ; +wire \text_gen|char_ram~17794_q ; +wire \text_gen|char_ram~17752_q ; +wire \text_gen|char_ram~17780feeder_combout ; +wire \text_gen|char_ram~17780_q ; +wire \text_gen|char_ram~43060_combout ; +wire \text_gen|char_ram~43061_combout ; +wire \text_gen|char_ram~3430feeder_combout ; +wire \text_gen|char_ram~3430_q ; +wire \text_gen|char_ram~3458_q ; +wire \text_gen|char_ram~3416_q ; +wire \text_gen|char_ram~3444_q ; +wire \text_gen|char_ram~43053_combout ; +wire \text_gen|char_ram~43054_combout ; +wire \text_gen|char_ram~15988feeder_combout ; +wire \text_gen|char_ram~15988_q ; +wire \text_gen|char_ram~16002_q ; +wire \text_gen|char_ram~15960_q ; +wire \text_gen|char_ram~15974_q ; +wire \text_gen|char_ram~43055_combout ; +wire \text_gen|char_ram~43056_combout ; +wire \text_gen|char_ram~1652_q ; +wire \text_gen|char_ram~1666_q ; +wire \text_gen|char_ram~1624_q ; +wire \text_gen|char_ram~1638_q ; +wire \text_gen|char_ram~43057_combout ; +wire \text_gen|char_ram~43058_combout ; +wire \text_gen|char_ram~43059_combout ; +wire \text_gen|char_ram~43062_combout ; +wire \text_gen|char_ram~43063_combout ; +wire \text_gen|char_ram~24920_q ; +wire \text_gen|char_ram~24948_q ; +wire \text_gen|char_ram~43040_combout ; +wire \text_gen|char_ram~24962_q ; +wire \text_gen|char_ram~24934_q ; +wire \text_gen|char_ram~43041_combout ; +wire \text_gen|char_ram~10598feeder_combout ; +wire \text_gen|char_ram~10598_q ; +wire \text_gen|char_ram~10626_q ; +wire \text_gen|char_ram~10584_q ; +wire \text_gen|char_ram~10612_q ; +wire \text_gen|char_ram~43033_combout ; +wire \text_gen|char_ram~43034_combout ; +wire \text_gen|char_ram~8820_q ; +wire \text_gen|char_ram~8834_q ; +wire \text_gen|char_ram~8792_q ; +wire \text_gen|char_ram~8806_q ; +wire \text_gen|char_ram~43037_combout ; +wire \text_gen|char_ram~43038_combout ; +wire \text_gen|char_ram~23156_q ; +wire \text_gen|char_ram~23170_q ; +wire \text_gen|char_ram~23142_q ; +wire \text_gen|char_ram~23128_q ; +wire \text_gen|char_ram~43035_combout ; +wire \text_gen|char_ram~43036_combout ; +wire \text_gen|char_ram~43039_combout ; +wire \text_gen|char_ram~43042_combout ; +wire \text_gen|char_ram~43074_combout ; +wire \text_gen|char_ram~5152_q ; +wire \text_gen|char_ram~5166_q ; +wire \text_gen|char_ram~43095_combout ; +wire \text_gen|char_ram~5194_q ; +wire \text_gen|char_ram~5180_q ; +wire \text_gen|char_ram~43096_combout ; +wire \text_gen|char_ram~12348feeder_combout ; +wire \text_gen|char_ram~12348_q ; +wire \text_gen|char_ram~12362_q ; +wire \text_gen|char_ram~12334_q ; +wire \text_gen|char_ram~12320_q ; +wire \text_gen|char_ram~43102_combout ; +wire \text_gen|char_ram~43103_combout ; +wire \text_gen|char_ram~8764feeder_combout ; +wire \text_gen|char_ram~8764_q ; +wire \text_gen|char_ram~8778_q ; +wire \text_gen|char_ram~8736_q ; +wire \text_gen|char_ram~8750_q ; +wire \text_gen|char_ram~43097_combout ; +wire \text_gen|char_ram~43098_combout ; +wire \text_gen|char_ram~1596_q ; +wire \text_gen|char_ram~1610_q ; +wire \text_gen|char_ram~1568_q ; +wire \text_gen|char_ram~1582_q ; +wire \text_gen|char_ram~43099_combout ; +wire \text_gen|char_ram~43100_combout ; +wire \text_gen|char_ram~43101_combout ; +wire \text_gen|char_ram~43104_combout ; +wire \text_gen|char_ram~6958_q ; +wire \text_gen|char_ram~6944_q ; +wire \text_gen|char_ram~43085_combout ; +wire \text_gen|char_ram~6986_q ; +wire \text_gen|char_ram~6972_q ; +wire \text_gen|char_ram~43086_combout ; +wire \text_gen|char_ram~14154feeder_combout ; +wire \text_gen|char_ram~14154_q ; +wire \text_gen|char_ram~14140_q ; +wire \text_gen|char_ram~14112_q ; +wire \text_gen|char_ram~14126_q ; +wire \text_gen|char_ram~43092_combout ; +wire \text_gen|char_ram~43093_combout ; +wire \text_gen|char_ram~3388feeder_combout ; +wire \text_gen|char_ram~3388_q ; +wire \text_gen|char_ram~3402_q ; +wire \text_gen|char_ram~3360_q ; +wire \text_gen|char_ram~3374_q ; +wire \text_gen|char_ram~43089_combout ; +wire \text_gen|char_ram~43090_combout ; +wire \text_gen|char_ram~10528_q ; +wire \text_gen|char_ram~10542_q ; +wire \text_gen|char_ram~43087_combout ; +wire \text_gen|char_ram~10570_q ; +wire \text_gen|char_ram~10556_q ; +wire \text_gen|char_ram~43088_combout ; +wire \text_gen|char_ram~43091_combout ; +wire \text_gen|char_ram~43094_combout ; +wire \text_gen|char_ram~43105_combout ; +wire \text_gen|char_ram~23072_q ; +wire \text_gen|char_ram~23086_q ; +wire \text_gen|char_ram~43077_combout ; +wire \text_gen|char_ram~23114_q ; +wire \text_gen|char_ram~23100_q ; +wire \text_gen|char_ram~43078_combout ; +wire \text_gen|char_ram~15904_q ; +wire \text_gen|char_ram~15918_q ; +wire \text_gen|char_ram~43079_combout ; +wire \text_gen|char_ram~15946_q ; +wire \text_gen|char_ram~15932feeder_combout ; +wire \text_gen|char_ram~15932_q ; +wire \text_gen|char_ram~43080_combout ; +wire \text_gen|char_ram~43081_combout ; +wire \text_gen|char_ram~26670_q ; +wire \text_gen|char_ram~26656_q ; +wire \text_gen|char_ram~43082_combout ; +wire \text_gen|char_ram~26684_q ; +wire \text_gen|char_ram~26698_q ; +wire \text_gen|char_ram~43083_combout ; +wire \text_gen|char_ram~19516_q ; +wire \text_gen|char_ram~19530_q ; +wire \text_gen|char_ram~19488_q ; +wire \text_gen|char_ram~19502_q ; +wire \text_gen|char_ram~43075_combout ; +wire \text_gen|char_ram~43076_combout ; +wire \text_gen|char_ram~43084_combout ; +wire \text_gen|char_ram~24892_q ; +wire \text_gen|char_ram~24906_q ; +wire \text_gen|char_ram~24878_q ; +wire \text_gen|char_ram~24864_q ; +wire \text_gen|char_ram~43108_combout ; +wire \text_gen|char_ram~43109_combout ; +wire \text_gen|char_ram~17696_q ; +wire \text_gen|char_ram~17710feeder_combout ; +wire \text_gen|char_ram~17710_q ; +wire \text_gen|char_ram~43110_combout ; +wire \text_gen|char_ram~17738_q ; +wire \text_gen|char_ram~17724_q ; +wire \text_gen|char_ram~43111_combout ; +wire \text_gen|char_ram~43112_combout ; +wire \text_gen|char_ram~28462feeder_combout ; +wire \text_gen|char_ram~28462_q ; +wire \text_gen|char_ram~28490_q ; +wire \text_gen|char_ram~28448_q ; +wire \text_gen|char_ram~28476_q ; +wire \text_gen|char_ram~43113_combout ; +wire \text_gen|char_ram~43114_combout ; +wire \text_gen|char_ram~21294feeder_combout ; +wire \text_gen|char_ram~21294_q ; +wire \text_gen|char_ram~21322_q ; +wire \text_gen|char_ram~21280_q ; +wire \text_gen|char_ram~21308_q ; +wire \text_gen|char_ram~43106_combout ; +wire \text_gen|char_ram~43107_combout ; +wire \text_gen|char_ram~43115_combout ; +wire \text_gen|char_ram~43116_combout ; +wire \text_gen|char_ram~43117_combout ; +wire \text_gen|char_ram~26677feeder_combout ; +wire \text_gen|char_ram~26677_q ; +wire \text_gen|char_ram~26705_q ; +wire \text_gen|char_ram~23093_q ; +wire \text_gen|char_ram~23121_q ; +wire \text_gen|char_ram~42998_combout ; +wire \text_gen|char_ram~42999_combout ; +wire \text_gen|char_ram~15925_q ; +wire \text_gen|char_ram~15953feeder_combout ; +wire \text_gen|char_ram~15953_q ; +wire \text_gen|char_ram~42991_combout ; +wire \text_gen|char_ram~19509_q ; +wire \text_gen|char_ram~19537_q ; +wire \text_gen|char_ram~42992_combout ; +wire \text_gen|char_ram~26663_q ; +wire \text_gen|char_ram~26691_q ; +wire \text_gen|char_ram~23079feeder_combout ; +wire \text_gen|char_ram~23079_q ; +wire \text_gen|char_ram~23107feeder_combout ; +wire \text_gen|char_ram~23107_q ; +wire \text_gen|char_ram~42993_combout ; +wire \text_gen|char_ram~42994_combout ; +wire \text_gen|char_ram~19495_q ; +wire \text_gen|char_ram~19523_q ; +wire \text_gen|char_ram~15911_q ; +wire \text_gen|char_ram~15939_q ; +wire \text_gen|char_ram~42995_combout ; +wire \text_gen|char_ram~42996_combout ; +wire \text_gen|char_ram~42997_combout ; +wire \text_gen|char_ram~43000_combout ; +wire \text_gen|char_ram~28483feeder_combout ; +wire \text_gen|char_ram~28483_q ; +wire \text_gen|char_ram~28455feeder_combout ; +wire \text_gen|char_ram~28455_q ; +wire \text_gen|char_ram~43029_combout ; +wire \text_gen|char_ram~28497_q ; +wire \text_gen|char_ram~28469feeder_combout ; +wire \text_gen|char_ram~28469_q ; +wire \text_gen|char_ram~43030_combout ; +wire \text_gen|char_ram~24899feeder_combout ; +wire \text_gen|char_ram~24899_q ; +wire \text_gen|char_ram~24871_q ; +wire \text_gen|char_ram~43024_combout ; +wire \text_gen|char_ram~24913_q ; +wire \text_gen|char_ram~24885feeder_combout ; +wire \text_gen|char_ram~24885_q ; +wire \text_gen|char_ram~43025_combout ; +wire \text_gen|char_ram~17703_q ; +wire \text_gen|char_ram~17731feeder_combout ; +wire \text_gen|char_ram~17731_q ; +wire \text_gen|char_ram~43026_combout ; +wire \text_gen|char_ram~17745_q ; +wire \text_gen|char_ram~17717_q ; +wire \text_gen|char_ram~43027_combout ; +wire \text_gen|char_ram~43028_combout ; +wire \text_gen|char_ram~21301_q ; +wire \text_gen|char_ram~21329_q ; +wire \text_gen|char_ram~21287_q ; +wire \text_gen|char_ram~21315_q ; +wire \text_gen|char_ram~43022_combout ; +wire \text_gen|char_ram~43023_combout ; +wire \text_gen|char_ram~43031_combout ; +wire \text_gen|char_ram~5173feeder_combout ; +wire \text_gen|char_ram~5173_q ; +wire \text_gen|char_ram~5201_q ; +wire \text_gen|char_ram~1617_q ; +wire \text_gen|char_ram~1589_q ; +wire \text_gen|char_ram~43011_combout ; +wire \text_gen|char_ram~43012_combout ; +wire \text_gen|char_ram~12341_q ; +wire \text_gen|char_ram~12369_q ; +wire \text_gen|char_ram~8785_q ; +wire \text_gen|char_ram~8757_q ; +wire \text_gen|char_ram~43018_combout ; +wire \text_gen|char_ram~43019_combout ; +wire \text_gen|char_ram~8771_q ; +wire \text_gen|char_ram~8743_q ; +wire \text_gen|char_ram~43013_combout ; +wire \text_gen|char_ram~12355_q ; +wire \text_gen|char_ram~12327feeder_combout ; +wire \text_gen|char_ram~12327_q ; +wire \text_gen|char_ram~43014_combout ; +wire \text_gen|char_ram~5159_q ; +wire \text_gen|char_ram~5187_q ; +wire \text_gen|char_ram~1603_q ; +wire \text_gen|char_ram~1575_q ; +wire \text_gen|char_ram~43015_combout ; +wire \text_gen|char_ram~43016_combout ; +wire \text_gen|char_ram~43017_combout ; +wire \text_gen|char_ram~43020_combout ; +wire \text_gen|char_ram~14133_q ; +wire \text_gen|char_ram~14161_q ; +wire \text_gen|char_ram~10577_q ; +wire \text_gen|char_ram~10549_q ; +wire \text_gen|char_ram~43008_combout ; +wire \text_gen|char_ram~43009_combout ; +wire \text_gen|char_ram~6965_q ; +wire \text_gen|char_ram~6993_q ; +wire \text_gen|char_ram~3409_q ; +wire \text_gen|char_ram~3381_q ; +wire \text_gen|char_ram~43001_combout ; +wire \text_gen|char_ram~43002_combout ; +wire \text_gen|char_ram~14119feeder_combout ; +wire \text_gen|char_ram~14119_q ; +wire \text_gen|char_ram~14147_q ; +wire \text_gen|char_ram~10535_q ; +wire \text_gen|char_ram~10563_q ; +wire \text_gen|char_ram~43003_combout ; +wire \text_gen|char_ram~43004_combout ; +wire \text_gen|char_ram~6951_q ; +wire \text_gen|char_ram~6979_q ; +wire \text_gen|char_ram~3395feeder_combout ; +wire \text_gen|char_ram~3395_q ; +wire \text_gen|char_ram~3367_q ; +wire \text_gen|char_ram~43005_combout ; +wire \text_gen|char_ram~43006_combout ; +wire \text_gen|char_ram~43007_combout ; +wire \text_gen|char_ram~43010_combout ; +wire \text_gen|char_ram~43021_combout ; +wire \text_gen|char_ram~43032_combout ; +wire \text_gen|char_ram~10591_q ; +wire \text_gen|char_ram~10619_q ; +wire \text_gen|char_ram~8827_q ; +wire \text_gen|char_ram~8799_q ; +wire \text_gen|char_ram~43122_combout ; +wire \text_gen|char_ram~43123_combout ; +wire \text_gen|char_ram~24927_q ; +wire \text_gen|char_ram~24955_q ; +wire \text_gen|char_ram~23163_q ; +wire \text_gen|char_ram~23135_q ; +wire \text_gen|char_ram~43120_combout ; +wire \text_gen|char_ram~43121_combout ; +wire \text_gen|char_ram~43124_combout ; +wire \text_gen|char_ram~24941_q ; +wire \text_gen|char_ram~24969feeder_combout ; +wire \text_gen|char_ram~24969_q ; +wire \text_gen|char_ram~23177feeder_combout ; +wire \text_gen|char_ram~23177_q ; +wire \text_gen|char_ram~23149_q ; +wire \text_gen|char_ram~43125_combout ; +wire \text_gen|char_ram~43126_combout ; +wire \text_gen|char_ram~10605feeder_combout ; +wire \text_gen|char_ram~10605_q ; +wire \text_gen|char_ram~10633_q ; +wire \text_gen|char_ram~8841_q ; +wire \text_gen|char_ram~8813_q ; +wire \text_gen|char_ram~43118_combout ; +wire \text_gen|char_ram~43119_combout ; +wire \text_gen|char_ram~43127_combout ; +wire \text_gen|char_ram~14189feeder_combout ; +wire \text_gen|char_ram~14189_q ; +wire \text_gen|char_ram~14217_q ; +wire \text_gen|char_ram~12425_q ; +wire \text_gen|char_ram~12397_q ; +wire \text_gen|char_ram~43149_combout ; +wire \text_gen|char_ram~43150_combout ; +wire \text_gen|char_ram~28525_q ; +wire \text_gen|char_ram~28553_q ; +wire \text_gen|char_ram~26761_q ; +wire \text_gen|char_ram~26733_q ; +wire \text_gen|char_ram~43156_combout ; +wire \text_gen|char_ram~43157_combout ; +wire \text_gen|char_ram~12411feeder_combout ; +wire \text_gen|char_ram~12411_q ; +wire \text_gen|char_ram~12383feeder_combout ; +wire \text_gen|char_ram~12383_q ; +wire \text_gen|char_ram~43153_combout ; +wire \text_gen|char_ram~14203_q ; +wire \text_gen|char_ram~14175_q ; +wire \text_gen|char_ram~43154_combout ; +wire \text_gen|char_ram~28511feeder_combout ; +wire \text_gen|char_ram~28511_q ; +wire \text_gen|char_ram~28539_q ; +wire \text_gen|char_ram~26747feeder_combout ; +wire \text_gen|char_ram~26747_q ; +wire \text_gen|char_ram~26719_q ; +wire \text_gen|char_ram~43151_combout ; +wire \text_gen|char_ram~43152_combout ; +wire \text_gen|char_ram~43155_combout ; +wire \text_gen|char_ram~43158_combout ; +wire \text_gen|char_ram~3437feeder_combout ; +wire \text_gen|char_ram~3437_q ; +wire \text_gen|char_ram~3465_q ; +wire \text_gen|char_ram~1673_q ; +wire \text_gen|char_ram~1645_q ; +wire \text_gen|char_ram~43138_combout ; +wire \text_gen|char_ram~43139_combout ; +wire \text_gen|char_ram~17773_q ; +wire \text_gen|char_ram~17801_q ; +wire \text_gen|char_ram~16009_q ; +wire \text_gen|char_ram~15981_q ; +wire \text_gen|char_ram~43145_combout ; +wire \text_gen|char_ram~43146_combout ; +wire \text_gen|char_ram~3423feeder_combout ; +wire \text_gen|char_ram~3423_q ; +wire \text_gen|char_ram~3451_q ; +wire \text_gen|char_ram~1631_q ; +wire \text_gen|char_ram~1659_q ; +wire \text_gen|char_ram~43142_combout ; +wire \text_gen|char_ram~43143_combout ; +wire \text_gen|char_ram~17759feeder_combout ; +wire \text_gen|char_ram~17759_q ; +wire \text_gen|char_ram~17787_q ; +wire \text_gen|char_ram~15995_q ; +wire \text_gen|char_ram~15967_q ; +wire \text_gen|char_ram~43140_combout ; +wire \text_gen|char_ram~43141_combout ; +wire \text_gen|char_ram~43144_combout ; +wire \text_gen|char_ram~43147_combout ; +wire \text_gen|char_ram~5229_q ; +wire \text_gen|char_ram~5243_q ; +wire \text_gen|char_ram~5215_q ; +wire \text_gen|char_ram~43132_combout ; +wire \text_gen|char_ram~5257_q ; +wire \text_gen|char_ram~43133_combout ; +wire \text_gen|char_ram~19565_q ; +wire \text_gen|char_ram~19593_q ; +wire \text_gen|char_ram~19551_q ; +wire \text_gen|char_ram~19579_q ; +wire \text_gen|char_ram~43130_combout ; +wire \text_gen|char_ram~43131_combout ; +wire \text_gen|char_ram~43134_combout ; +wire \text_gen|char_ram~7007_q ; +wire \text_gen|char_ram~7035feeder_combout ; +wire \text_gen|char_ram~7035_q ; +wire \text_gen|char_ram~43128_combout ; +wire \text_gen|char_ram~7049_q ; +wire \text_gen|char_ram~7021feeder_combout ; +wire \text_gen|char_ram~7021_q ; +wire \text_gen|char_ram~43129_combout ; +wire \text_gen|char_ram~21357_q ; +wire \text_gen|char_ram~21385_q ; +wire \text_gen|char_ram~21343_q ; +wire \text_gen|char_ram~21371feeder_combout ; +wire \text_gen|char_ram~21371_q ; +wire \text_gen|char_ram~43135_combout ; +wire \text_gen|char_ram~43136_combout ; +wire \text_gen|char_ram~43137_combout ; +wire \text_gen|char_ram~43148_combout ; +wire \text_gen|char_ram~43159_combout ; +wire \text_gen|char_ram~43160_combout ; +wire \text_gen|char_ram~24451_q ; +wire \text_gen|char_ram~24507_q ; +wire \text_gen|char_ram~24500feeder_combout ; +wire \text_gen|char_ram~24500_q ; +wire \text_gen|char_ram~24444_q ; +wire \text_gen|char_ram~42657_combout ; +wire \text_gen|char_ram~42658_combout ; +wire \text_gen|char_ram~10108_q ; +wire \text_gen|char_ram~10164_q ; +wire \text_gen|char_ram~42650_combout ; +wire \text_gen|char_ram~10115_q ; +wire \text_gen|char_ram~10171_q ; +wire \text_gen|char_ram~42651_combout ; +wire \text_gen|char_ram~22652_q ; +wire \text_gen|char_ram~22708feeder_combout ; +wire \text_gen|char_ram~22708_q ; +wire \text_gen|char_ram~42652_combout ; +wire \text_gen|char_ram~22715_q ; +wire \text_gen|char_ram~22659_q ; +wire \text_gen|char_ram~42653_combout ; +wire \text_gen|char_ram~8323_q ; +wire \text_gen|char_ram~8379_q ; +wire \text_gen|char_ram~8316_q ; +wire \text_gen|char_ram~8372_q ; +wire \text_gen|char_ram~42654_combout ; +wire \text_gen|char_ram~42655_combout ; +wire \text_gen|char_ram~42656_combout ; +wire \text_gen|char_ram~42659_combout ; +wire \text_gen|char_ram~28035feeder_combout ; +wire \text_gen|char_ram~28035_q ; +wire \text_gen|char_ram~28028_q ; +wire \text_gen|char_ram~28084feeder_combout ; +wire \text_gen|char_ram~28084_q ; +wire \text_gen|char_ram~42688_combout ; +wire \text_gen|char_ram~28091feeder_combout ; +wire \text_gen|char_ram~28091_q ; +wire \text_gen|char_ram~42689_combout ; +wire \text_gen|char_ram~13692_q ; +wire \text_gen|char_ram~13748feeder_combout ; +wire \text_gen|char_ram~13748_q ; +wire \text_gen|char_ram~42681_combout ; +wire \text_gen|char_ram~13755_q ; +wire \text_gen|char_ram~13699_q ; +wire \text_gen|char_ram~42682_combout ; +wire \text_gen|char_ram~11956_q ; +wire \text_gen|char_ram~11900_q ; +wire \text_gen|char_ram~42685_combout ; +wire \text_gen|char_ram~11963_q ; +wire \text_gen|char_ram~11907feeder_combout ; +wire \text_gen|char_ram~11907_q ; +wire \text_gen|char_ram~42686_combout ; +wire \text_gen|char_ram~26243feeder_combout ; +wire \text_gen|char_ram~26243_q ; +wire \text_gen|char_ram~26299_q ; +wire \text_gen|char_ram~26236_q ; +wire \text_gen|char_ram~26292feeder_combout ; +wire \text_gen|char_ram~26292_q ; +wire \text_gen|char_ram~42683_combout ; +wire \text_gen|char_ram~42684_combout ; +wire \text_gen|char_ram~42687_combout ; +wire \text_gen|char_ram~42690_combout ; +wire \text_gen|char_ram~19131feeder_combout ; +wire \text_gen|char_ram~19131_q ; +wire \text_gen|char_ram~20923_q ; +wire \text_gen|char_ram~19124_q ; +wire \text_gen|char_ram~20916feeder_combout ; +wire \text_gen|char_ram~20916_q ; +wire \text_gen|char_ram~42667_combout ; +wire \text_gen|char_ram~42668_combout ; +wire \text_gen|char_ram~4795_q ; +wire \text_gen|char_ram~6587_q ; +wire \text_gen|char_ram~6580_q ; +wire \text_gen|char_ram~4788_q ; +wire \text_gen|char_ram~42660_combout ; +wire \text_gen|char_ram~42661_combout ; +wire \text_gen|char_ram~19075_q ; +wire \text_gen|char_ram~20867_q ; +wire \text_gen|char_ram~20860feeder_combout ; +wire \text_gen|char_ram~20860_q ; +wire \text_gen|char_ram~19068_q ; +wire \text_gen|char_ram~42662_combout ; +wire \text_gen|char_ram~42663_combout ; +wire \text_gen|char_ram~4739_q ; +wire \text_gen|char_ram~6531_q ; +wire \text_gen|char_ram~6524_q ; +wire \text_gen|char_ram~4732_q ; +wire \text_gen|char_ram~42664_combout ; +wire \text_gen|char_ram~42665_combout ; +wire \text_gen|char_ram~42666_combout ; +wire \text_gen|char_ram~42669_combout ; +wire \text_gen|char_ram~1211_q ; +wire \text_gen|char_ram~3003_q ; +wire \text_gen|char_ram~2996_q ; +wire \text_gen|char_ram~1204_q ; +wire \text_gen|char_ram~42670_combout ; +wire \text_gen|char_ram~42671_combout ; +wire \text_gen|char_ram~15547_q ; +wire \text_gen|char_ram~17339_q ; +wire \text_gen|char_ram~17332feeder_combout ; +wire \text_gen|char_ram~17332_q ; +wire \text_gen|char_ram~15540_q ; +wire \text_gen|char_ram~42677_combout ; +wire \text_gen|char_ram~42678_combout ; +wire \text_gen|char_ram~2940_q ; +wire \text_gen|char_ram~1148_q ; +wire \text_gen|char_ram~42674_combout ; +wire \text_gen|char_ram~1155feeder_combout ; +wire \text_gen|char_ram~1155_q ; +wire \text_gen|char_ram~2947_q ; +wire \text_gen|char_ram~42675_combout ; +wire \text_gen|char_ram~15491_q ; +wire \text_gen|char_ram~17283_q ; +wire \text_gen|char_ram~17276feeder_combout ; +wire \text_gen|char_ram~17276_q ; +wire \text_gen|char_ram~15484_q ; +wire \text_gen|char_ram~42672_combout ; +wire \text_gen|char_ram~42673_combout ; +wire \text_gen|char_ram~42676_combout ; +wire \text_gen|char_ram~42679_combout ; +wire \text_gen|char_ram~42680_combout ; +wire \text_gen|char_ram~42691_combout ; +wire \text_gen|char_ram~8337_q ; +wire \text_gen|char_ram~10129_q ; +wire \text_gen|char_ram~8330_q ; +wire \text_gen|char_ram~10122feeder_combout ; +wire \text_gen|char_ram~10122_q ; +wire \text_gen|char_ram~42781_combout ; +wire \text_gen|char_ram~42782_combout ; +wire \text_gen|char_ram~22666_q ; +wire \text_gen|char_ram~24458_q ; +wire \text_gen|char_ram~42779_combout ; +wire \text_gen|char_ram~24465_q ; +wire \text_gen|char_ram~22673_q ; +wire \text_gen|char_ram~42780_combout ; +wire \text_gen|char_ram~42783_combout ; +wire \text_gen|char_ram~22729_q ; +wire \text_gen|char_ram~24521_q ; +wire \text_gen|char_ram~22722_q ; +wire \text_gen|char_ram~24514_q ; +wire \text_gen|char_ram~42784_combout ; +wire \text_gen|char_ram~42785_combout ; +wire \text_gen|char_ram~8393_q ; +wire \text_gen|char_ram~10185_q ; +wire \text_gen|char_ram~10178feeder_combout ; +wire \text_gen|char_ram~10178_q ; +wire \text_gen|char_ram~8386_q ; +wire \text_gen|char_ram~42777_combout ; +wire \text_gen|char_ram~42778_combout ; +wire \text_gen|char_ram~42786_combout ; +wire \text_gen|char_ram~4809_q ; +wire \text_gen|char_ram~6601_q ; +wire \text_gen|char_ram~6594_q ; +wire \text_gen|char_ram~4802_q ; +wire \text_gen|char_ram~42787_combout ; +wire \text_gen|char_ram~42788_combout ; +wire \text_gen|char_ram~20930feeder_combout ; +wire \text_gen|char_ram~20930_q ; +wire \text_gen|char_ram~19138_q ; +wire \text_gen|char_ram~42794_combout ; +wire \text_gen|char_ram~19145_q ; +wire \text_gen|char_ram~20937_q ; +wire \text_gen|char_ram~42795_combout ; +wire \text_gen|char_ram~4753feeder_combout ; +wire \text_gen|char_ram~4753_q ; +wire \text_gen|char_ram~6545_q ; +wire \text_gen|char_ram~4746_q ; +wire \text_gen|char_ram~6538feeder_combout ; +wire \text_gen|char_ram~6538_q ; +wire \text_gen|char_ram~42791_combout ; +wire \text_gen|char_ram~42792_combout ; +wire \text_gen|char_ram~19089_q ; +wire \text_gen|char_ram~20881_q ; +wire \text_gen|char_ram~20874feeder_combout ; +wire \text_gen|char_ram~20874_q ; +wire \text_gen|char_ram~19082_q ; +wire \text_gen|char_ram~42789_combout ; +wire \text_gen|char_ram~42790_combout ; +wire \text_gen|char_ram~42793_combout ; +wire \text_gen|char_ram~42796_combout ; +wire \text_gen|char_ram~1225feeder_combout ; +wire \text_gen|char_ram~1225_q ; +wire \text_gen|char_ram~3017_q ; +wire \text_gen|char_ram~3010_q ; +wire \text_gen|char_ram~1218_q ; +wire \text_gen|char_ram~42797_combout ; +wire \text_gen|char_ram~42798_combout ; +wire \text_gen|char_ram~15561_q ; +wire \text_gen|char_ram~17353_q ; +wire \text_gen|char_ram~17346feeder_combout ; +wire \text_gen|char_ram~17346_q ; +wire \text_gen|char_ram~15554_q ; +wire \text_gen|char_ram~42804_combout ; +wire \text_gen|char_ram~42805_combout ; +wire \text_gen|char_ram~1169_q ; +wire \text_gen|char_ram~2961_q ; +wire \text_gen|char_ram~2954feeder_combout ; +wire \text_gen|char_ram~2954_q ; +wire \text_gen|char_ram~1162_q ; +wire \text_gen|char_ram~42801_combout ; +wire \text_gen|char_ram~42802_combout ; +wire \text_gen|char_ram~15498_q ; +wire \text_gen|char_ram~17290feeder_combout ; +wire \text_gen|char_ram~17290_q ; +wire \text_gen|char_ram~42799_combout ; +wire \text_gen|char_ram~17297_q ; +wire \text_gen|char_ram~15505feeder_combout ; +wire \text_gen|char_ram~15505_q ; +wire \text_gen|char_ram~42800_combout ; +wire \text_gen|char_ram~42803_combout ; +wire \text_gen|char_ram~42806_combout ; +wire \text_gen|char_ram~42807_combout ; +wire \text_gen|char_ram~26313feeder_combout ; +wire \text_gen|char_ram~26313_q ; +wire \text_gen|char_ram~28105_q ; +wire \text_gen|char_ram~28098_q ; +wire \text_gen|char_ram~26306_q ; +wire \text_gen|char_ram~42815_combout ; +wire \text_gen|char_ram~42816_combout ; +wire \text_gen|char_ram~11977_q ; +wire \text_gen|char_ram~13769_q ; +wire \text_gen|char_ram~11970_q ; +wire \text_gen|char_ram~13762feeder_combout ; +wire \text_gen|char_ram~13762_q ; +wire \text_gen|char_ram~42808_combout ; +wire \text_gen|char_ram~42809_combout ; +wire \text_gen|char_ram~26257feeder_combout ; +wire \text_gen|char_ram~26257_q ; +wire \text_gen|char_ram~28049_q ; +wire \text_gen|char_ram~28042_q ; +wire \text_gen|char_ram~26250_q ; +wire \text_gen|char_ram~42810_combout ; +wire \text_gen|char_ram~42811_combout ; +wire \text_gen|char_ram~11921feeder_combout ; +wire \text_gen|char_ram~11921_q ; +wire \text_gen|char_ram~13713_q ; +wire \text_gen|char_ram~13706feeder_combout ; +wire \text_gen|char_ram~13706_q ; +wire \text_gen|char_ram~11914_q ; +wire \text_gen|char_ram~42812_combout ; +wire \text_gen|char_ram~42813_combout ; +wire \text_gen|char_ram~42814_combout ; +wire \text_gen|char_ram~42817_combout ; +wire \text_gen|char_ram~42818_combout ; +wire \text_gen|char_ram~10157_q ; +wire \text_gen|char_ram~13741_q ; +wire \text_gen|char_ram~13734feeder_combout ; +wire \text_gen|char_ram~13734_q ; +wire \text_gen|char_ram~10150_q ; +wire \text_gen|char_ram~42709_combout ; +wire \text_gen|char_ram~42710_combout ; +wire \text_gen|char_ram~2933_q ; +wire \text_gen|char_ram~6517_q ; +wire \text_gen|char_ram~6510feeder_combout ; +wire \text_gen|char_ram~6510_q ; +wire \text_gen|char_ram~2926_q ; +wire \text_gen|char_ram~42706_combout ; +wire \text_gen|char_ram~42707_combout ; +wire \text_gen|char_ram~10101feeder_combout ; +wire \text_gen|char_ram~10101_q ; +wire \text_gen|char_ram~13685_q ; +wire \text_gen|char_ram~10094_q ; +wire \text_gen|char_ram~13678feeder_combout ; +wire \text_gen|char_ram~13678_q ; +wire \text_gen|char_ram~42704_combout ; +wire \text_gen|char_ram~42705_combout ; +wire \text_gen|char_ram~42708_combout ; +wire \text_gen|char_ram~2989feeder_combout ; +wire \text_gen|char_ram~2989_q ; +wire \text_gen|char_ram~6573_q ; +wire \text_gen|char_ram~2982_q ; +wire \text_gen|char_ram~6566_q ; +wire \text_gen|char_ram~42702_combout ; +wire \text_gen|char_ram~42703_combout ; +wire \text_gen|char_ram~42711_combout ; +wire \text_gen|char_ram~11893feeder_combout ; +wire \text_gen|char_ram~11893_q ; +wire \text_gen|char_ram~11949_q ; +wire \text_gen|char_ram~11886_q ; +wire \text_gen|char_ram~11942_q ; +wire \text_gen|char_ram~42719_combout ; +wire \text_gen|char_ram~42720_combout ; +wire \text_gen|char_ram~4725_q ; +wire \text_gen|char_ram~4781_q ; +wire \text_gen|char_ram~4718_q ; +wire \text_gen|char_ram~4774_q ; +wire \text_gen|char_ram~42712_combout ; +wire \text_gen|char_ram~42713_combout ; +wire \text_gen|char_ram~1134_q ; +wire \text_gen|char_ram~1190feeder_combout ; +wire \text_gen|char_ram~1190_q ; +wire \text_gen|char_ram~42716_combout ; +wire \text_gen|char_ram~1197_q ; +wire \text_gen|char_ram~1141feeder_combout ; +wire \text_gen|char_ram~1141_q ; +wire \text_gen|char_ram~42717_combout ; +wire \text_gen|char_ram~8309_q ; +wire \text_gen|char_ram~8365_q ; +wire \text_gen|char_ram~8302_q ; +wire \text_gen|char_ram~8358_q ; +wire \text_gen|char_ram~42714_combout ; +wire \text_gen|char_ram~42715_combout ; +wire \text_gen|char_ram~42718_combout ; +wire \text_gen|char_ram~42721_combout ; +wire \text_gen|char_ram~42722_combout ; +wire \text_gen|char_ram~26229_q ; +wire \text_gen|char_ram~26285_q ; +wire \text_gen|char_ram~26222_q ; +wire \text_gen|char_ram~26278_q ; +wire \text_gen|char_ram~42699_combout ; +wire \text_gen|char_ram~42700_combout ; +wire \text_gen|char_ram~19061_q ; +wire \text_gen|char_ram~19117_q ; +wire \text_gen|char_ram~19054_q ; +wire \text_gen|char_ram~19110feeder_combout ; +wire \text_gen|char_ram~19110_q ; +wire \text_gen|char_ram~42692_combout ; +wire \text_gen|char_ram~42693_combout ; +wire \text_gen|char_ram~15477feeder_combout ; +wire \text_gen|char_ram~15477_q ; +wire \text_gen|char_ram~15533_q ; +wire \text_gen|char_ram~15470_q ; +wire \text_gen|char_ram~15526_q ; +wire \text_gen|char_ram~42696_combout ; +wire \text_gen|char_ram~42697_combout ; +wire \text_gen|char_ram~22645_q ; +wire \text_gen|char_ram~22701_q ; +wire \text_gen|char_ram~22638_q ; +wire \text_gen|char_ram~22694_q ; +wire \text_gen|char_ram~42694_combout ; +wire \text_gen|char_ram~42695_combout ; +wire \text_gen|char_ram~42698_combout ; +wire \text_gen|char_ram~42701_combout ; +wire \text_gen|char_ram~24486_q ; +wire \text_gen|char_ram~28070feeder_combout ; +wire \text_gen|char_ram~28070_q ; +wire \text_gen|char_ram~42730_combout ; +wire \text_gen|char_ram~28077_q ; +wire \text_gen|char_ram~24493feeder_combout ; +wire \text_gen|char_ram~24493_q ; +wire \text_gen|char_ram~42731_combout ; +wire \text_gen|char_ram~17325_q ; +wire \text_gen|char_ram~20909_q ; +wire \text_gen|char_ram~20902feeder_combout ; +wire \text_gen|char_ram~20902_q ; +wire \text_gen|char_ram~17318_q ; +wire \text_gen|char_ram~42723_combout ; +wire \text_gen|char_ram~42724_combout ; +wire \text_gen|char_ram~17269_q ; +wire \text_gen|char_ram~20853_q ; +wire \text_gen|char_ram~20846_q ; +wire \text_gen|char_ram~17262_q ; +wire \text_gen|char_ram~42727_combout ; +wire \text_gen|char_ram~42728_combout ; +wire \text_gen|char_ram~24437_q ; +wire \text_gen|char_ram~28021_q ; +wire \text_gen|char_ram~28014_q ; +wire \text_gen|char_ram~24430_q ; +wire \text_gen|char_ram~42725_combout ; +wire \text_gen|char_ram~42726_combout ; +wire \text_gen|char_ram~42729_combout ; +wire \text_gen|char_ram~42732_combout ; +wire \text_gen|char_ram~42733_combout ; +wire \text_gen|char_ram~13671_q ; +wire \text_gen|char_ram~13727_q ; +wire \text_gen|char_ram~13664_q ; +wire \text_gen|char_ram~13720feeder_combout ; +wire \text_gen|char_ram~13720_q ; +wire \text_gen|char_ram~42751_combout ; +wire \text_gen|char_ram~42752_combout ; +wire \text_gen|char_ram~6503_q ; +wire \text_gen|char_ram~6559_q ; +wire \text_gen|char_ram~6552_q ; +wire \text_gen|char_ram~6496_q ; +wire \text_gen|char_ram~42744_combout ; +wire \text_gen|char_ram~42745_combout ; +wire \text_gen|char_ram~10087feeder_combout ; +wire \text_gen|char_ram~10087_q ; +wire \text_gen|char_ram~10143_q ; +wire \text_gen|char_ram~10080_q ; +wire \text_gen|char_ram~10136_q ; +wire \text_gen|char_ram~42746_combout ; +wire \text_gen|char_ram~42747_combout ; +wire \text_gen|char_ram~2919_q ; +wire \text_gen|char_ram~2975_q ; +wire \text_gen|char_ram~2912_q ; +wire \text_gen|char_ram~2968_q ; +wire \text_gen|char_ram~42748_combout ; +wire \text_gen|char_ram~42749_combout ; +wire \text_gen|char_ram~42750_combout ; +wire \text_gen|char_ram~42753_combout ; +wire \text_gen|char_ram~1127_q ; +wire \text_gen|char_ram~1183_q ; +wire \text_gen|char_ram~1120_q ; +wire \text_gen|char_ram~1176_q ; +wire \text_gen|char_ram~42758_combout ; +wire \text_gen|char_ram~42759_combout ; +wire \text_gen|char_ram~8288_q ; +wire \text_gen|char_ram~8344feeder_combout ; +wire \text_gen|char_ram~8344_q ; +wire \text_gen|char_ram~42756_combout ; +wire \text_gen|char_ram~8351_q ; +wire \text_gen|char_ram~8295_q ; +wire \text_gen|char_ram~42757_combout ; +wire \text_gen|char_ram~42760_combout ; +wire \text_gen|char_ram~4711feeder_combout ; +wire \text_gen|char_ram~4711_q ; +wire \text_gen|char_ram~4767_q ; +wire \text_gen|char_ram~4760_q ; +wire \text_gen|char_ram~4704_q ; +wire \text_gen|char_ram~42754_combout ; +wire \text_gen|char_ram~42755_combout ; +wire \text_gen|char_ram~11879feeder_combout ; +wire \text_gen|char_ram~11879_q ; +wire \text_gen|char_ram~11935_q ; +wire \text_gen|char_ram~11872_q ; +wire \text_gen|char_ram~11928_q ; +wire \text_gen|char_ram~42761_combout ; +wire \text_gen|char_ram~42762_combout ; +wire \text_gen|char_ram~42763_combout ; +wire \text_gen|char_ram~42764_combout ; +wire \text_gen|char_ram~22631_q ; +wire \text_gen|char_ram~22687_q ; +wire \text_gen|char_ram~22624_q ; +wire \text_gen|char_ram~22680feeder_combout ; +wire \text_gen|char_ram~22680_q ; +wire \text_gen|char_ram~42736_combout ; +wire \text_gen|char_ram~42737_combout ; +wire \text_gen|char_ram~15456_q ; +wire \text_gen|char_ram~15512_q ; +wire \text_gen|char_ram~42738_combout ; +wire \text_gen|char_ram~15519_q ; +wire \text_gen|char_ram~15463feeder_combout ; +wire \text_gen|char_ram~15463_q ; +wire \text_gen|char_ram~42739_combout ; +wire \text_gen|char_ram~42740_combout ; +wire \text_gen|char_ram~26215feeder_combout ; +wire \text_gen|char_ram~26215_q ; +wire \text_gen|char_ram~26271_q ; +wire \text_gen|char_ram~26208_q ; +wire \text_gen|char_ram~26264feeder_combout ; +wire \text_gen|char_ram~26264_q ; +wire \text_gen|char_ram~42741_combout ; +wire \text_gen|char_ram~42742_combout ; +wire \text_gen|char_ram~19040_q ; +wire \text_gen|char_ram~19096_q ; +wire \text_gen|char_ram~42734_combout ; +wire \text_gen|char_ram~19047feeder_combout ; +wire \text_gen|char_ram~19047_q ; +wire \text_gen|char_ram~19103_q ; +wire \text_gen|char_ram~42735_combout ; +wire \text_gen|char_ram~42743_combout ; +wire \text_gen|char_ram~28007_q ; +wire \text_gen|char_ram~28063_q ; +wire \text_gen|char_ram~28000_q ; +wire \text_gen|char_ram~28056feeder_combout ; +wire \text_gen|char_ram~28056_q ; +wire \text_gen|char_ram~42772_combout ; +wire \text_gen|char_ram~42773_combout ; +wire \text_gen|char_ram~20839_q ; +wire \text_gen|char_ram~20895_q ; +wire \text_gen|char_ram~20832_q ; +wire \text_gen|char_ram~20888feeder_combout ; +wire \text_gen|char_ram~20888_q ; +wire \text_gen|char_ram~42765_combout ; +wire \text_gen|char_ram~42766_combout ; +wire \text_gen|char_ram~17255feeder_combout ; +wire \text_gen|char_ram~17255_q ; +wire \text_gen|char_ram~17311_q ; +wire \text_gen|char_ram~17248_q ; +wire \text_gen|char_ram~17304_q ; +wire \text_gen|char_ram~42769_combout ; +wire \text_gen|char_ram~42770_combout ; +wire \text_gen|char_ram~24423_q ; +wire \text_gen|char_ram~24479_q ; +wire \text_gen|char_ram~24416_q ; +wire \text_gen|char_ram~24472feeder_combout ; +wire \text_gen|char_ram~24472_q ; +wire \text_gen|char_ram~42767_combout ; +wire \text_gen|char_ram~42768_combout ; +wire \text_gen|char_ram~42771_combout ; +wire \text_gen|char_ram~42774_combout ; +wire \text_gen|char_ram~42775_combout ; +wire \text_gen|char_ram~42776_combout ; +wire \text_gen|char_ram~42819_combout ; +wire \text_gen|char_ram~27139_q ; +wire \text_gen|char_ram~27195_q ; +wire \text_gen|char_ram~25403feeder_combout ; +wire \text_gen|char_ram~25403_q ; +wire \text_gen|char_ram~25347_q ; +wire \text_gen|char_ram~42858_combout ; +wire \text_gen|char_ram~42859_combout ; +wire \text_gen|char_ram~19971feeder_combout ; +wire \text_gen|char_ram~19971_q ; +wire \text_gen|char_ram~20027_q ; +wire \text_gen|char_ram~18179_q ; +wire \text_gen|char_ram~18235feeder_combout ; +wire \text_gen|char_ram~18235_q ; +wire \text_gen|char_ram~42851_combout ; +wire \text_gen|char_ram~42852_combout ; +wire \text_gen|char_ram~23555_q ; +wire \text_gen|char_ram~23611_q ; +wire \text_gen|char_ram~21819_q ; +wire \text_gen|char_ram~21763_q ; +wire \text_gen|char_ram~42853_combout ; +wire \text_gen|char_ram~42854_combout ; +wire \text_gen|char_ram~14651_q ; +wire \text_gen|char_ram~14595_q ; +wire \text_gen|char_ram~42855_combout ; +wire \text_gen|char_ram~16443_q ; +wire \text_gen|char_ram~16387_q ; +wire \text_gen|char_ram~42856_combout ; +wire \text_gen|char_ram~42857_combout ; +wire \text_gen|char_ram~42860_combout ; +wire \text_gen|char_ram~12803_q ; +wire \text_gen|char_ram~12859_q ; +wire \text_gen|char_ram~9275_q ; +wire \text_gen|char_ram~9219_q ; +wire \text_gen|char_ram~42837_combout ; +wire \text_gen|char_ram~42838_combout ; +wire \text_gen|char_ram~5635feeder_combout ; +wire \text_gen|char_ram~5635_q ; +wire \text_gen|char_ram~5691_q ; +wire \text_gen|char_ram~2107_q ; +wire \text_gen|char_ram~2051_q ; +wire \text_gen|char_ram~42830_combout ; +wire \text_gen|char_ram~42831_combout ; +wire \text_gen|char_ram~3843_q ; +wire \text_gen|char_ram~3899_q ; +wire \text_gen|char_ram~259_q ; +wire \text_gen|char_ram~315feeder_combout ; +wire \text_gen|char_ram~315_q ; +wire \text_gen|char_ram~42834_combout ; +wire \text_gen|char_ram~42835_combout ; +wire \text_gen|char_ram~11011_q ; +wire \text_gen|char_ram~11067_q ; +wire \text_gen|char_ram~7483_q ; +wire \text_gen|char_ram~7427_q ; +wire \text_gen|char_ram~42832_combout ; +wire \text_gen|char_ram~42833_combout ; +wire \text_gen|char_ram~42836_combout ; +wire \text_gen|char_ram~42839_combout ; +wire \text_gen|char_ram~5628_q ; +wire \text_gen|char_ram~5684_q ; +wire \text_gen|char_ram~2100_q ; +wire \text_gen|char_ram~2044_q ; +wire \text_gen|char_ram~42840_combout ; +wire \text_gen|char_ram~42841_combout ; +wire \text_gen|char_ram~9212_q ; +wire \text_gen|char_ram~9268_q ; +wire \text_gen|char_ram~42847_combout ; +wire \text_gen|char_ram~12852_q ; +wire \text_gen|char_ram~12796feeder_combout ; +wire \text_gen|char_ram~12796_q ; +wire \text_gen|char_ram~42848_combout ; +wire \text_gen|char_ram~3836_q ; +wire \text_gen|char_ram~3892_q ; +wire \text_gen|char_ram~308_q ; +wire \text_gen|char_ram~252_q ; +wire \text_gen|char_ram~42844_combout ; +wire \text_gen|char_ram~42845_combout ; +wire \text_gen|char_ram~11004_q ; +wire \text_gen|char_ram~11060_q ; +wire \text_gen|char_ram~7476feeder_combout ; +wire \text_gen|char_ram~7476_q ; +wire \text_gen|char_ram~7420_q ; +wire \text_gen|char_ram~42842_combout ; +wire \text_gen|char_ram~42843_combout ; +wire \text_gen|char_ram~42846_combout ; +wire \text_gen|char_ram~42849_combout ; +wire \text_gen|char_ram~42850_combout ; +wire \text_gen|char_ram~16380_q ; +wire \text_gen|char_ram~19964_q ; +wire \text_gen|char_ram~18172_q ; +wire \text_gen|char_ram~14588_q ; +wire \text_gen|char_ram~42824_combout ; +wire \text_gen|char_ram~42825_combout ; +wire \text_gen|char_ram~25340feeder_combout ; +wire \text_gen|char_ram~25340_q ; +wire \text_gen|char_ram~27132_q ; +wire \text_gen|char_ram~23548_q ; +wire \text_gen|char_ram~21756_q ; +wire \text_gen|char_ram~42822_combout ; +wire \text_gen|char_ram~42823_combout ; +wire \text_gen|char_ram~42826_combout ; +wire \text_gen|char_ram~23604_q ; +wire \text_gen|char_ram~27188_q ; +wire \text_gen|char_ram~25396feeder_combout ; +wire \text_gen|char_ram~25396_q ; +wire \text_gen|char_ram~21812_q ; +wire \text_gen|char_ram~42827_combout ; +wire \text_gen|char_ram~42828_combout ; +wire \text_gen|char_ram~20020_q ; +wire \text_gen|char_ram~16436_q ; +wire \text_gen|char_ram~18228_q ; +wire \text_gen|char_ram~14644_q ; +wire \text_gen|char_ram~42820_combout ; +wire \text_gen|char_ram~42821_combout ; +wire \text_gen|char_ram~42829_combout ; +wire \text_gen|char_ram~42861_combout ; +wire \text_gen|char_ram~16401_q ; +wire \text_gen|char_ram~19985_q ; +wire \text_gen|char_ram~18193_q ; +wire \text_gen|char_ram~14609_q ; +wire \text_gen|char_ram~42959_combout ; +wire \text_gen|char_ram~42960_combout ; +wire \text_gen|char_ram~273_q ; +wire \text_gen|char_ram~3857feeder_combout ; +wire \text_gen|char_ram~3857_q ; +wire \text_gen|char_ram~42961_combout ; +wire \text_gen|char_ram~5649_q ; +wire \text_gen|char_ram~2065feeder_combout ; +wire \text_gen|char_ram~2065_q ; +wire \text_gen|char_ram~42962_combout ; +wire \text_gen|char_ram~42963_combout ; +wire \text_gen|char_ram~2121_q ; +wire \text_gen|char_ram~5705_q ; +wire \text_gen|char_ram~3913_q ; +wire \text_gen|char_ram~329_q ; +wire \text_gen|char_ram~42957_combout ; +wire \text_gen|char_ram~42958_combout ; +wire \text_gen|char_ram~16457feeder_combout ; +wire \text_gen|char_ram~16457_q ; +wire \text_gen|char_ram~20041_q ; +wire \text_gen|char_ram~14665_q ; +wire \text_gen|char_ram~18249feeder_combout ; +wire \text_gen|char_ram~18249_q ; +wire \text_gen|char_ram~42964_combout ; +wire \text_gen|char_ram~42965_combout ; +wire \text_gen|char_ram~42966_combout ; +wire \text_gen|char_ram~16450_q ; +wire \text_gen|char_ram~20034_q ; +wire \text_gen|char_ram~14658_q ; +wire \text_gen|char_ram~18242_q ; +wire \text_gen|char_ram~42974_combout ; +wire \text_gen|char_ram~42975_combout ; +wire \text_gen|char_ram~2114_q ; +wire \text_gen|char_ram~5698_q ; +wire \text_gen|char_ram~322_q ; +wire \text_gen|char_ram~3906_q ; +wire \text_gen|char_ram~42967_combout ; +wire \text_gen|char_ram~42968_combout ; +wire \text_gen|char_ram~16394feeder_combout ; +wire \text_gen|char_ram~16394_q ; +wire \text_gen|char_ram~19978_q ; +wire \text_gen|char_ram~18186_q ; +wire \text_gen|char_ram~14602_q ; +wire \text_gen|char_ram~42969_combout ; +wire \text_gen|char_ram~42970_combout ; +wire \text_gen|char_ram~3850_q ; +wire \text_gen|char_ram~266_q ; +wire \text_gen|char_ram~42971_combout ; +wire \text_gen|char_ram~5642_q ; +wire \text_gen|char_ram~2058feeder_combout ; +wire \text_gen|char_ram~2058_q ; +wire \text_gen|char_ram~42972_combout ; +wire \text_gen|char_ram~42973_combout ; +wire \text_gen|char_ram~42976_combout ; +wire \text_gen|char_ram~42977_combout ; +wire \text_gen|char_ram~27146_q ; +wire \text_gen|char_ram~27202_q ; +wire \text_gen|char_ram~25410_q ; +wire \text_gen|char_ram~25354_q ; +wire \text_gen|char_ram~42954_combout ; +wire \text_gen|char_ram~42955_combout ; +wire \text_gen|char_ram~12810_q ; +wire \text_gen|char_ram~12866_q ; +wire \text_gen|char_ram~11018_q ; +wire \text_gen|char_ram~11074_q ; +wire \text_gen|char_ram~42947_combout ; +wire \text_gen|char_ram~42948_combout ; +wire \text_gen|char_ram~21826_q ; +wire \text_gen|char_ram~21770_q ; +wire \text_gen|char_ram~42949_combout ; +wire \text_gen|char_ram~23618_q ; +wire \text_gen|char_ram~23562_q ; +wire \text_gen|char_ram~42950_combout ; +wire \text_gen|char_ram~7434_q ; +wire \text_gen|char_ram~7490_q ; +wire \text_gen|char_ram~42951_combout ; +wire \text_gen|char_ram~9282_q ; +wire \text_gen|char_ram~9226feeder_combout ; +wire \text_gen|char_ram~9226_q ; +wire \text_gen|char_ram~42952_combout ; +wire \text_gen|char_ram~42953_combout ; +wire \text_gen|char_ram~42956_combout ; +wire \text_gen|char_ram~12817feeder_combout ; +wire \text_gen|char_ram~12817_q ; +wire \text_gen|char_ram~11081feeder_combout ; +wire \text_gen|char_ram~11081_q ; +wire \text_gen|char_ram~11025_q ; +wire \text_gen|char_ram~42978_combout ; +wire \text_gen|char_ram~12873_q ; +wire \text_gen|char_ram~42979_combout ; +wire \text_gen|char_ram~27153_q ; +wire \text_gen|char_ram~27209_q ; +wire \text_gen|char_ram~25417_q ; +wire \text_gen|char_ram~25361_q ; +wire \text_gen|char_ram~42985_combout ; +wire \text_gen|char_ram~42986_combout ; +wire \text_gen|char_ram~23625_q ; +wire \text_gen|char_ram~23569_q ; +wire \text_gen|char_ram~21777_q ; +wire \text_gen|char_ram~21833feeder_combout ; +wire \text_gen|char_ram~21833_q ; +wire \text_gen|char_ram~42980_combout ; +wire \text_gen|char_ram~42981_combout ; +wire \text_gen|char_ram~9233feeder_combout ; +wire \text_gen|char_ram~9233_q ; +wire \text_gen|char_ram~9289_q ; +wire \text_gen|char_ram~7497_q ; +wire \text_gen|char_ram~7441_q ; +wire \text_gen|char_ram~42982_combout ; +wire \text_gen|char_ram~42983_combout ; +wire \text_gen|char_ram~42984_combout ; +wire \text_gen|char_ram~42987_combout ; +wire \text_gen|char_ram~42988_combout ; +wire \text_gen|char_ram~11039feeder_combout ; +wire \text_gen|char_ram~11039_q ; +wire \text_gen|char_ram~12831_q ; +wire \text_gen|char_ram~9247feeder_combout ; +wire \text_gen|char_ram~9247_q ; +wire \text_gen|char_ram~7455_q ; +wire \text_gen|char_ram~42935_combout ; +wire \text_gen|char_ram~42936_combout ; +wire \text_gen|char_ram~23527_q ; +wire \text_gen|char_ram~21735_q ; +wire \text_gen|char_ram~42937_combout ; +wire \text_gen|char_ram~25319_q ; +wire \text_gen|char_ram~27111_q ; +wire \text_gen|char_ram~42938_combout ; +wire \text_gen|char_ram~10983_q ; +wire \text_gen|char_ram~12775_q ; +wire \text_gen|char_ram~7399_q ; +wire \text_gen|char_ram~9191_q ; +wire \text_gen|char_ram~42939_combout ; +wire \text_gen|char_ram~42940_combout ; +wire \text_gen|char_ram~42941_combout ; +wire \text_gen|char_ram~25375_q ; +wire \text_gen|char_ram~27167_q ; +wire \text_gen|char_ram~23583_q ; +wire \text_gen|char_ram~21791_q ; +wire \text_gen|char_ram~42942_combout ; +wire \text_gen|char_ram~42943_combout ; +wire \text_gen|char_ram~42944_combout ; +wire \text_gen|char_ram~27104feeder_combout ; +wire \text_gen|char_ram~27104_q ; +wire \text_gen|char_ram~27160_q ; +wire \text_gen|char_ram~23576_q ; +wire \text_gen|char_ram~23520_q ; +wire \text_gen|char_ram~42911_combout ; +wire \text_gen|char_ram~42912_combout ; +wire \text_gen|char_ram~12768_q ; +wire \text_gen|char_ram~12824_q ; +wire \text_gen|char_ram~9240_q ; +wire \text_gen|char_ram~9184_q ; +wire \text_gen|char_ram~42904_combout ; +wire \text_gen|char_ram~42905_combout ; +wire \text_gen|char_ram~25312_q ; +wire \text_gen|char_ram~25368_q ; +wire \text_gen|char_ram~21784_q ; +wire \text_gen|char_ram~21728_q ; +wire \text_gen|char_ram~42906_combout ; +wire \text_gen|char_ram~42907_combout ; +wire \text_gen|char_ram~10976_q ; +wire \text_gen|char_ram~11032_q ; +wire \text_gen|char_ram~7392_q ; +wire \text_gen|char_ram~7448_q ; +wire \text_gen|char_ram~42908_combout ; +wire \text_gen|char_ram~42909_combout ; +wire \text_gen|char_ram~42910_combout ; +wire \text_gen|char_ram~42913_combout ; +wire \text_gen|char_ram~2072feeder_combout ; +wire \text_gen|char_ram~2072_q ; +wire \text_gen|char_ram~2016_q ; +wire \text_gen|char_ram~42924_combout ; +wire \text_gen|char_ram~5600feeder_combout ; +wire \text_gen|char_ram~5600_q ; +wire \text_gen|char_ram~5656_q ; +wire \text_gen|char_ram~42925_combout ; +wire \text_gen|char_ram~16408_q ; +wire \text_gen|char_ram~16352_q ; +wire \text_gen|char_ram~42931_combout ; +wire \text_gen|char_ram~19992_q ; +wire \text_gen|char_ram~19936_q ; +wire \text_gen|char_ram~42932_combout ; +wire \text_gen|char_ram~3808_q ; +wire \text_gen|char_ram~224_q ; +wire \text_gen|char_ram~280feeder_combout ; +wire \text_gen|char_ram~280_q ; +wire \text_gen|char_ram~42928_combout ; +wire \text_gen|char_ram~3864_q ; +wire \text_gen|char_ram~42929_combout ; +wire \text_gen|char_ram~18144feeder_combout ; +wire \text_gen|char_ram~18144_q ; +wire \text_gen|char_ram~14616_q ; +wire \text_gen|char_ram~14560_q ; +wire \text_gen|char_ram~42926_combout ; +wire \text_gen|char_ram~18200_q ; +wire \text_gen|char_ram~42927_combout ; +wire \text_gen|char_ram~42930_combout ; +wire \text_gen|char_ram~42933_combout ; +wire \text_gen|char_ram~5607feeder_combout ; +wire \text_gen|char_ram~5607_q ; +wire \text_gen|char_ram~5663_q ; +wire \text_gen|char_ram~2023_q ; +wire \text_gen|char_ram~2079feeder_combout ; +wire \text_gen|char_ram~2079_q ; +wire \text_gen|char_ram~42914_combout ; +wire \text_gen|char_ram~42915_combout ; +wire \text_gen|char_ram~3815feeder_combout ; +wire \text_gen|char_ram~3815_q ; +wire \text_gen|char_ram~3871_q ; +wire \text_gen|char_ram~287feeder_combout ; +wire \text_gen|char_ram~287_q ; +wire \text_gen|char_ram~231_q ; +wire \text_gen|char_ram~42918_combout ; +wire \text_gen|char_ram~42919_combout ; +wire \text_gen|char_ram~14623_q ; +wire \text_gen|char_ram~14567_q ; +wire \text_gen|char_ram~42916_combout ; +wire \text_gen|char_ram~18207_q ; +wire \text_gen|char_ram~18151feeder_combout ; +wire \text_gen|char_ram~18151_q ; +wire \text_gen|char_ram~42917_combout ; +wire \text_gen|char_ram~42920_combout ; +wire \text_gen|char_ram~19943_q ; +wire \text_gen|char_ram~19999_q ; +wire \text_gen|char_ram~16359_q ; +wire \text_gen|char_ram~16415_q ; +wire \text_gen|char_ram~42921_combout ; +wire \text_gen|char_ram~42922_combout ; +wire \text_gen|char_ram~42923_combout ; +wire \text_gen|char_ram~42934_combout ; +wire \text_gen|char_ram~42945_combout ; +wire \text_gen|char_ram~23590_q ; +wire \text_gen|char_ram~27174_q ; +wire \text_gen|char_ram~27118feeder_combout ; +wire \text_gen|char_ram~27118_q ; +wire \text_gen|char_ram~23534_q ; +wire \text_gen|char_ram~42869_combout ; +wire \text_gen|char_ram~42870_combout ; +wire \text_gen|char_ram~9254_q ; +wire \text_gen|char_ram~12838_q ; +wire \text_gen|char_ram~12782_q ; +wire \text_gen|char_ram~9198_q ; +wire \text_gen|char_ram~42862_combout ; +wire \text_gen|char_ram~42863_combout ; +wire \text_gen|char_ram~5614_q ; +wire \text_gen|char_ram~5670_q ; +wire \text_gen|char_ram~2030_q ; +wire \text_gen|char_ram~2086feeder_combout ; +wire \text_gen|char_ram~2086_q ; +wire \text_gen|char_ram~42866_combout ; +wire \text_gen|char_ram~42867_combout ; +wire \text_gen|char_ram~19950feeder_combout ; +wire \text_gen|char_ram~19950_q ; +wire \text_gen|char_ram~20006_q ; +wire \text_gen|char_ram~16366_q ; +wire \text_gen|char_ram~16422feeder_combout ; +wire \text_gen|char_ram~16422_q ; +wire \text_gen|char_ram~42864_combout ; +wire \text_gen|char_ram~42865_combout ; +wire \text_gen|char_ram~42868_combout ; +wire \text_gen|char_ram~42871_combout ; +wire \text_gen|char_ram~23597_q ; +wire \text_gen|char_ram~27181_q ; +wire \text_gen|char_ram~27125feeder_combout ; +wire \text_gen|char_ram~27125_q ; +wire \text_gen|char_ram~23541_q ; +wire \text_gen|char_ram~42900_combout ; +wire \text_gen|char_ram~42901_combout ; +wire \text_gen|char_ram~9261_q ; +wire \text_gen|char_ram~12845_q ; +wire \text_gen|char_ram~12789feeder_combout ; +wire \text_gen|char_ram~12789_q ; +wire \text_gen|char_ram~9205_q ; +wire \text_gen|char_ram~42893_combout ; +wire \text_gen|char_ram~42894_combout ; +wire \text_gen|char_ram~5621feeder_combout ; +wire \text_gen|char_ram~5621_q ; +wire \text_gen|char_ram~5677_q ; +wire \text_gen|char_ram~2037_q ; +wire \text_gen|char_ram~2093_q ; +wire \text_gen|char_ram~42897_combout ; +wire \text_gen|char_ram~42898_combout ; +wire \text_gen|char_ram~19957_q ; +wire \text_gen|char_ram~20013_q ; +wire \text_gen|char_ram~16429_q ; +wire \text_gen|char_ram~16373_q ; +wire \text_gen|char_ram~42895_combout ; +wire \text_gen|char_ram~42896_combout ; +wire \text_gen|char_ram~42899_combout ; +wire \text_gen|char_ram~42902_combout ; +wire \text_gen|char_ram~18165_q ; +wire \text_gen|char_ram~18221_q ; +wire \text_gen|char_ram~14637_q ; +wire \text_gen|char_ram~14581_q ; +wire \text_gen|char_ram~42872_combout ; +wire \text_gen|char_ram~42873_combout ; +wire \text_gen|char_ram~21805_q ; +wire \text_gen|char_ram~25389_q ; +wire \text_gen|char_ram~25333feeder_combout ; +wire \text_gen|char_ram~25333_q ; +wire \text_gen|char_ram~21749_q ; +wire \text_gen|char_ram~42879_combout ; +wire \text_gen|char_ram~42880_combout ; +wire \text_gen|char_ram~7469feeder_combout ; +wire \text_gen|char_ram~7469_q ; +wire \text_gen|char_ram~11053_q ; +wire \text_gen|char_ram~10997_q ; +wire \text_gen|char_ram~7413_q ; +wire \text_gen|char_ram~42874_combout ; +wire \text_gen|char_ram~42875_combout ; +wire \text_gen|char_ram~3829feeder_combout ; +wire \text_gen|char_ram~3829_q ; +wire \text_gen|char_ram~3885_q ; +wire \text_gen|char_ram~301_q ; +wire \text_gen|char_ram~245_q ; +wire \text_gen|char_ram~42876_combout ; +wire \text_gen|char_ram~42877_combout ; +wire \text_gen|char_ram~42878_combout ; +wire \text_gen|char_ram~42881_combout ; +wire \text_gen|char_ram~21798_q ; +wire \text_gen|char_ram~21742_q ; +wire \text_gen|char_ram~42889_combout ; +wire \text_gen|char_ram~25382_q ; +wire \text_gen|char_ram~25326feeder_combout ; +wire \text_gen|char_ram~25326_q ; +wire \text_gen|char_ram~42890_combout ; +wire \text_gen|char_ram~3822feeder_combout ; +wire \text_gen|char_ram~3822_q ; +wire \text_gen|char_ram~3878_q ; +wire \text_gen|char_ram~294_q ; +wire \text_gen|char_ram~238_q ; +wire \text_gen|char_ram~42886_combout ; +wire \text_gen|char_ram~42887_combout ; +wire \text_gen|char_ram~10990_q ; +wire \text_gen|char_ram~11046_q ; +wire \text_gen|char_ram~7462_q ; +wire \text_gen|char_ram~7406_q ; +wire \text_gen|char_ram~42884_combout ; +wire \text_gen|char_ram~42885_combout ; +wire \text_gen|char_ram~42888_combout ; +wire \text_gen|char_ram~18158_q ; +wire \text_gen|char_ram~18214_q ; +wire \text_gen|char_ram~14630feeder_combout ; +wire \text_gen|char_ram~14630_q ; +wire \text_gen|char_ram~14574_q ; +wire \text_gen|char_ram~42882_combout ; +wire \text_gen|char_ram~42883_combout ; +wire \text_gen|char_ram~42891_combout ; +wire \text_gen|char_ram~42892_combout ; +wire \text_gen|char_ram~42903_combout ; +wire \text_gen|char_ram~42946_combout ; +wire \text_gen|char_ram~42989_combout ; +wire \text_gen|char_ram~42990_combout ; +wire \text_gen|char_ram~43161_combout ; +wire \text_gen|char_ram~43844_combout ; +wire \text_gen|char_ram~28357_q ; +wire \text_gen|char_ram~27909_q ; +wire \text_gen|char_ram~14021_q ; +wire \text_gen|char_ram~13573_q ; +wire \text_gen|char_ram~42316_combout ; +wire \text_gen|char_ram~42317_combout ; +wire \text_gen|char_ram~27461feeder_combout ; +wire \text_gen|char_ram~27461_q ; +wire \text_gen|char_ram~27013_q ; +wire \text_gen|char_ram~13125feeder_combout ; +wire \text_gen|char_ram~13125_q ; +wire \text_gen|char_ram~12677_q ; +wire \text_gen|char_ram~42309_combout ; +wire \text_gen|char_ram~42310_combout ; +wire \text_gen|char_ram~6853_q ; +wire \text_gen|char_ram~21189_q ; +wire \text_gen|char_ram~20741_q ; +wire \text_gen|char_ram~6405_q ; +wire \text_gen|char_ram~42311_combout ; +wire \text_gen|char_ram~42312_combout ; +wire \text_gen|char_ram~5957feeder_combout ; +wire \text_gen|char_ram~5957_q ; +wire \text_gen|char_ram~20293_q ; +wire \text_gen|char_ram~19845_q ; +wire \text_gen|char_ram~5509_q ; +wire \text_gen|char_ram~42313_combout ; +wire \text_gen|char_ram~42314_combout ; +wire \text_gen|char_ram~42315_combout ; +wire \text_gen|char_ram~42318_combout ; +wire \text_gen|char_ram~27475feeder_combout ; +wire \text_gen|char_ram~27475_q ; +wire \text_gen|char_ram~28371_q ; +wire \text_gen|char_ram~21203feeder_combout ; +wire \text_gen|char_ram~21203_q ; +wire \text_gen|char_ram~20307_q ; +wire \text_gen|char_ram~42326_combout ; +wire \text_gen|char_ram~42327_combout ; +wire \text_gen|char_ram~13139feeder_combout ; +wire \text_gen|char_ram~13139_q ; +wire \text_gen|char_ram~14035_q ; +wire \text_gen|char_ram~6867_q ; +wire \text_gen|char_ram~5971_q ; +wire \text_gen|char_ram~42319_combout ; +wire \text_gen|char_ram~42320_combout ; +wire \text_gen|char_ram~20755_q ; +wire \text_gen|char_ram~27923_q ; +wire \text_gen|char_ram~27027_q ; +wire \text_gen|char_ram~19859_q ; +wire \text_gen|char_ram~42321_combout ; +wire \text_gen|char_ram~42322_combout ; +wire \text_gen|char_ram~6419_q ; +wire \text_gen|char_ram~13587_q ; +wire \text_gen|char_ram~12691feeder_combout ; +wire \text_gen|char_ram~12691_q ; +wire \text_gen|char_ram~5523_q ; +wire \text_gen|char_ram~42323_combout ; +wire \text_gen|char_ram~42324_combout ; +wire \text_gen|char_ram~42325_combout ; +wire \text_gen|char_ram~42328_combout ; +wire \text_gen|char_ram~21175feeder_combout ; +wire \text_gen|char_ram~21175_q ; +wire \text_gen|char_ram~28343_q ; +wire \text_gen|char_ram~27447_q ; +wire \text_gen|char_ram~20279_q ; +wire \text_gen|char_ram~42336_combout ; +wire \text_gen|char_ram~42337_combout ; +wire \text_gen|char_ram~26999_q ; +wire \text_gen|char_ram~27895_q ; +wire \text_gen|char_ram~19831_q ; +wire \text_gen|char_ram~20727_q ; +wire \text_gen|char_ram~42329_combout ; +wire \text_gen|char_ram~42330_combout ; +wire \text_gen|char_ram~14007feeder_combout ; +wire \text_gen|char_ram~14007_q ; +wire \text_gen|char_ram~6839_q ; +wire \text_gen|char_ram~13111_q ; +wire \text_gen|char_ram~5943_q ; +wire \text_gen|char_ram~42331_combout ; +wire \text_gen|char_ram~42332_combout ; +wire \text_gen|char_ram~12663feeder_combout ; +wire \text_gen|char_ram~12663_q ; +wire \text_gen|char_ram~13559_q ; +wire \text_gen|char_ram~6391feeder_combout ; +wire \text_gen|char_ram~6391_q ; +wire \text_gen|char_ram~5495_q ; +wire \text_gen|char_ram~42333_combout ; +wire \text_gen|char_ram~42334_combout ; +wire \text_gen|char_ram~42335_combout ; +wire \text_gen|char_ram~42338_combout ; +wire \text_gen|char_ram~42339_combout ; +wire \text_gen|char_ram~14049_q ; +wire \text_gen|char_ram~28385_q ; +wire \text_gen|char_ram~27937_q ; +wire \text_gen|char_ram~13601_q ; +wire \text_gen|char_ram~42347_combout ; +wire \text_gen|char_ram~42348_combout ; +wire \text_gen|char_ram~19873feeder_combout ; +wire \text_gen|char_ram~19873_q ; +wire \text_gen|char_ram~20321_q ; +wire \text_gen|char_ram~5985feeder_combout ; +wire \text_gen|char_ram~5985_q ; +wire \text_gen|char_ram~5537_q ; +wire \text_gen|char_ram~42344_combout ; +wire \text_gen|char_ram~42345_combout ; +wire \text_gen|char_ram~13153_q ; +wire \text_gen|char_ram~27489_q ; +wire \text_gen|char_ram~27041feeder_combout ; +wire \text_gen|char_ram~27041_q ; +wire \text_gen|char_ram~12705_q ; +wire \text_gen|char_ram~42342_combout ; +wire \text_gen|char_ram~42343_combout ; +wire \text_gen|char_ram~42346_combout ; +wire \text_gen|char_ram~21217_q ; +wire \text_gen|char_ram~20769_q ; +wire \text_gen|char_ram~6881_q ; +wire \text_gen|char_ram~6433_q ; +wire \text_gen|char_ram~42340_combout ; +wire \text_gen|char_ram~42341_combout ; +wire \text_gen|char_ram~42349_combout ; +wire \text_gen|char_ram~42350_combout ; +wire \text_gen|char_ram~14077feeder_combout ; +wire \text_gen|char_ram~14077_q ; +wire \text_gen|char_ram~13629_q ; +wire \text_gen|char_ram~14063feeder_combout ; +wire \text_gen|char_ram~14063_q ; +wire \text_gen|char_ram~13615_q ; +wire \text_gen|char_ram~42436_combout ; +wire \text_gen|char_ram~42437_combout ; +wire \text_gen|char_ram~27965feeder_combout ; +wire \text_gen|char_ram~27965_q ; +wire \text_gen|char_ram~28413_q ; +wire \text_gen|char_ram~28399_q ; +wire \text_gen|char_ram~27951_q ; +wire \text_gen|char_ram~42443_combout ; +wire \text_gen|char_ram~42444_combout ; +wire \text_gen|char_ram~20797_q ; +wire \text_gen|char_ram~21245_q ; +wire \text_gen|char_ram~20783_q ; +wire \text_gen|char_ram~21231feeder_combout ; +wire \text_gen|char_ram~21231_q ; +wire \text_gen|char_ram~42438_combout ; +wire \text_gen|char_ram~42439_combout ; +wire \text_gen|char_ram~6461_q ; +wire \text_gen|char_ram~6909_q ; +wire \text_gen|char_ram~6895_q ; +wire \text_gen|char_ram~6447_q ; +wire \text_gen|char_ram~42440_combout ; +wire \text_gen|char_ram~42441_combout ; +wire \text_gen|char_ram~42442_combout ; +wire \text_gen|char_ram~42445_combout ; +wire \text_gen|char_ram~21273feeder_combout ; +wire \text_gen|char_ram~21273_q ; +wire \text_gen|char_ram~28441_q ; +wire \text_gen|char_ram~28427_q ; +wire \text_gen|char_ram~21259_q ; +wire \text_gen|char_ram~42474_combout ; +wire \text_gen|char_ram~42475_combout ; +wire \text_gen|char_ram~6937_q ; +wire \text_gen|char_ram~14105_q ; +wire \text_gen|char_ram~14091_q ; +wire \text_gen|char_ram~6923_q ; +wire \text_gen|char_ram~42467_combout ; +wire \text_gen|char_ram~42468_combout ; +wire \text_gen|char_ram~6489feeder_combout ; +wire \text_gen|char_ram~6489_q ; +wire \text_gen|char_ram~13657_q ; +wire \text_gen|char_ram~13643_q ; +wire \text_gen|char_ram~6475_q ; +wire \text_gen|char_ram~42471_combout ; +wire \text_gen|char_ram~42472_combout ; +wire \text_gen|char_ram~20825feeder_combout ; +wire \text_gen|char_ram~20825_q ; +wire \text_gen|char_ram~27993_q ; +wire \text_gen|char_ram~27979_q ; +wire \text_gen|char_ram~20811_q ; +wire \text_gen|char_ram~42469_combout ; +wire \text_gen|char_ram~42470_combout ; +wire \text_gen|char_ram~42473_combout ; +wire \text_gen|char_ram~42476_combout ; +wire \text_gen|char_ram~19901_q ; +wire \text_gen|char_ram~27069_q ; +wire \text_gen|char_ram~19887_q ; +wire \text_gen|char_ram~27055feeder_combout ; +wire \text_gen|char_ram~27055_q ; +wire \text_gen|char_ram~42456_combout ; +wire \text_gen|char_ram~42457_combout ; +wire \text_gen|char_ram~27517feeder_combout ; +wire \text_gen|char_ram~27517_q ; +wire \text_gen|char_ram~20349_q ; +wire \text_gen|char_ram~27503feeder_combout ; +wire \text_gen|char_ram~27503_q ; +wire \text_gen|char_ram~20335_q ; +wire \text_gen|char_ram~42463_combout ; +wire \text_gen|char_ram~42464_combout ; +wire \text_gen|char_ram~6013_q ; +wire \text_gen|char_ram~13181_q ; +wire \text_gen|char_ram~13167feeder_combout ; +wire \text_gen|char_ram~13167_q ; +wire \text_gen|char_ram~5999_q ; +wire \text_gen|char_ram~42458_combout ; +wire \text_gen|char_ram~42459_combout ; +wire \text_gen|char_ram~5565feeder_combout ; +wire \text_gen|char_ram~5565_q ; +wire \text_gen|char_ram~12733_q ; +wire \text_gen|char_ram~12719feeder_combout ; +wire \text_gen|char_ram~12719_q ; +wire \text_gen|char_ram~5551_q ; +wire \text_gen|char_ram~42460_combout ; +wire \text_gen|char_ram~42461_combout ; +wire \text_gen|char_ram~42462_combout ; +wire \text_gen|char_ram~42465_combout ; +wire \text_gen|char_ram~13209feeder_combout ; +wire \text_gen|char_ram~13209_q ; +wire \text_gen|char_ram~27545_q ; +wire \text_gen|char_ram~13195_q ; +wire \text_gen|char_ram~27531_q ; +wire \text_gen|char_ram~42453_combout ; +wire \text_gen|char_ram~42454_combout ; +wire \text_gen|char_ram~12761_q ; +wire \text_gen|char_ram~27097_q ; +wire \text_gen|char_ram~27083_q ; +wire \text_gen|char_ram~12747_q ; +wire \text_gen|char_ram~42446_combout ; +wire \text_gen|char_ram~42447_combout ; +wire \text_gen|char_ram~6041_q ; +wire \text_gen|char_ram~20377_q ; +wire \text_gen|char_ram~20363feeder_combout ; +wire \text_gen|char_ram~20363_q ; +wire \text_gen|char_ram~6027feeder_combout ; +wire \text_gen|char_ram~6027_q ; +wire \text_gen|char_ram~42448_combout ; +wire \text_gen|char_ram~42449_combout ; +wire \text_gen|char_ram~5593_q ; +wire \text_gen|char_ram~19929_q ; +wire \text_gen|char_ram~19915_q ; +wire \text_gen|char_ram~5579_q ; +wire \text_gen|char_ram~42450_combout ; +wire \text_gen|char_ram~42451_combout ; +wire \text_gen|char_ram~42452_combout ; +wire \text_gen|char_ram~42455_combout ; +wire \text_gen|char_ram~42466_combout ; +wire \text_gen|char_ram~42477_combout ; +wire \text_gen|char_ram~27048_q ; +wire \text_gen|char_ram~27944_q ; +wire \text_gen|char_ram~20776feeder_combout ; +wire \text_gen|char_ram~20776_q ; +wire \text_gen|char_ram~19880_q ; +wire \text_gen|char_ram~42371_combout ; +wire \text_gen|char_ram~42372_combout ; +wire \text_gen|char_ram~12712_q ; +wire \text_gen|char_ram~13608_q ; +wire \text_gen|char_ram~5544_q ; +wire \text_gen|char_ram~6440_q ; +wire \text_gen|char_ram~42375_combout ; +wire \text_gen|char_ram~42376_combout ; +wire \text_gen|char_ram~13160_q ; +wire \text_gen|char_ram~14056_q ; +wire \text_gen|char_ram~6888_q ; +wire \text_gen|char_ram~5992_q ; +wire \text_gen|char_ram~42373_combout ; +wire \text_gen|char_ram~42374_combout ; +wire \text_gen|char_ram~42377_combout ; +wire \text_gen|char_ram~21224_q ; +wire \text_gen|char_ram~28392_q ; +wire \text_gen|char_ram~27496_q ; +wire \text_gen|char_ram~20328_q ; +wire \text_gen|char_ram~42378_combout ; +wire \text_gen|char_ram~42379_combout ; +wire \text_gen|char_ram~42380_combout ; +wire \text_gen|char_ram~27524feeder_combout ; +wire \text_gen|char_ram~27524_q ; +wire \text_gen|char_ram~28420_q ; +wire \text_gen|char_ram~21252_q ; +wire \text_gen|char_ram~20356_q ; +wire \text_gen|char_ram~42368_combout ; +wire \text_gen|char_ram~42369_combout ; +wire \text_gen|char_ram~13188feeder_combout ; +wire \text_gen|char_ram~13188_q ; +wire \text_gen|char_ram~14084_q ; +wire \text_gen|char_ram~6916_q ; +wire \text_gen|char_ram~6020_q ; +wire \text_gen|char_ram~42361_combout ; +wire \text_gen|char_ram~42362_combout ; +wire \text_gen|char_ram~6468_q ; +wire \text_gen|char_ram~13636_q ; +wire \text_gen|char_ram~12740_q ; +wire \text_gen|char_ram~5572_q ; +wire \text_gen|char_ram~42365_combout ; +wire \text_gen|char_ram~42366_combout ; +wire \text_gen|char_ram~20804_q ; +wire \text_gen|char_ram~27972_q ; +wire \text_gen|char_ram~27076feeder_combout ; +wire \text_gen|char_ram~27076_q ; +wire \text_gen|char_ram~19908_q ; +wire \text_gen|char_ram~42363_combout ; +wire \text_gen|char_ram~42364_combout ; +wire \text_gen|char_ram~42367_combout ; +wire \text_gen|char_ram~42370_combout ; +wire \text_gen|char_ram~42381_combout ; +wire \text_gen|char_ram~27958_q ; +wire \text_gen|char_ram~28406_q ; +wire \text_gen|char_ram~13622_q ; +wire \text_gen|char_ram~14070feeder_combout ; +wire \text_gen|char_ram~14070_q ; +wire \text_gen|char_ram~42358_combout ; +wire \text_gen|char_ram~42359_combout ; +wire \text_gen|char_ram~27510feeder_combout ; +wire \text_gen|char_ram~27510_q ; +wire \text_gen|char_ram~27062_q ; +wire \text_gen|char_ram~13174_q ; +wire \text_gen|char_ram~12726_q ; +wire \text_gen|char_ram~42351_combout ; +wire \text_gen|char_ram~42352_combout ; +wire \text_gen|char_ram~6006_q ; +wire \text_gen|char_ram~5558_q ; +wire \text_gen|char_ram~42355_combout ; +wire \text_gen|char_ram~19894_q ; +wire \text_gen|char_ram~20342_q ; +wire \text_gen|char_ram~42356_combout ; +wire \text_gen|char_ram~6902_q ; +wire \text_gen|char_ram~21238_q ; +wire \text_gen|char_ram~6454_q ; +wire \text_gen|char_ram~20790_q ; +wire \text_gen|char_ram~42353_combout ; +wire \text_gen|char_ram~42354_combout ; +wire \text_gen|char_ram~42357_combout ; +wire \text_gen|char_ram~42360_combout ; +wire \text_gen|char_ram~6930_q ; +wire \text_gen|char_ram~6482_q ; +wire \text_gen|char_ram~42382_combout ; +wire \text_gen|char_ram~21266_q ; +wire \text_gen|char_ram~20818feeder_combout ; +wire \text_gen|char_ram~20818_q ; +wire \text_gen|char_ram~42383_combout ; +wire \text_gen|char_ram~14098feeder_combout ; +wire \text_gen|char_ram~14098_q ; +wire \text_gen|char_ram~28434_q ; +wire \text_gen|char_ram~27986_q ; +wire \text_gen|char_ram~13650_q ; +wire \text_gen|char_ram~42389_combout ; +wire \text_gen|char_ram~42390_combout ; +wire \text_gen|char_ram~6034feeder_combout ; +wire \text_gen|char_ram~6034_q ; +wire \text_gen|char_ram~5586_q ; +wire \text_gen|char_ram~42386_combout ; +wire \text_gen|char_ram~19922_q ; +wire \text_gen|char_ram~20370_q ; +wire \text_gen|char_ram~42387_combout ; +wire \text_gen|char_ram~13202feeder_combout ; +wire \text_gen|char_ram~13202_q ; +wire \text_gen|char_ram~27538_q ; +wire \text_gen|char_ram~27090_q ; +wire \text_gen|char_ram~12754_q ; +wire \text_gen|char_ram~42384_combout ; +wire \text_gen|char_ram~42385_combout ; +wire \text_gen|char_ram~42388_combout ; +wire \text_gen|char_ram~42391_combout ; +wire \text_gen|char_ram~42392_combout ; +wire \text_gen|char_ram~14014_q ; +wire \text_gen|char_ram~6846_q ; +wire \text_gen|char_ram~13566feeder_combout ; +wire \text_gen|char_ram~13566_q ; +wire \text_gen|char_ram~6398_q ; +wire \text_gen|char_ram~42393_combout ; +wire \text_gen|char_ram~42394_combout ; +wire \text_gen|char_ram~21182_q ; +wire \text_gen|char_ram~28350_q ; +wire \text_gen|char_ram~27902feeder_combout ; +wire \text_gen|char_ram~27902_q ; +wire \text_gen|char_ram~20734_q ; +wire \text_gen|char_ram~42400_combout ; +wire \text_gen|char_ram~42401_combout ; +wire \text_gen|char_ram~12670_q ; +wire \text_gen|char_ram~13118_q ; +wire \text_gen|char_ram~5502_q ; +wire \text_gen|char_ram~5950_q ; +wire \text_gen|char_ram~42397_combout ; +wire \text_gen|char_ram~42398_combout ; +wire \text_gen|char_ram~27006_q ; +wire \text_gen|char_ram~27454_q ; +wire \text_gen|char_ram~19838_q ; +wire \text_gen|char_ram~20286feeder_combout ; +wire \text_gen|char_ram~20286_q ; +wire \text_gen|char_ram~42395_combout ; +wire \text_gen|char_ram~42396_combout ; +wire \text_gen|char_ram~42399_combout ; +wire \text_gen|char_ram~42402_combout ; +wire \text_gen|char_ram~27034_q ; +wire \text_gen|char_ram~27482_q ; +wire \text_gen|char_ram~12698_q ; +wire \text_gen|char_ram~13146_q ; +wire \text_gen|char_ram~42424_combout ; +wire \text_gen|char_ram~42425_combout ; +wire \text_gen|char_ram~20762_q ; +wire \text_gen|char_ram~21210_q ; +wire \text_gen|char_ram~6874feeder_combout ; +wire \text_gen|char_ram~6874_q ; +wire \text_gen|char_ram~6426_q ; +wire \text_gen|char_ram~42426_combout ; +wire \text_gen|char_ram~42427_combout ; +wire \text_gen|char_ram~19866_q ; +wire \text_gen|char_ram~20314_q ; +wire \text_gen|char_ram~5978_q ; +wire \text_gen|char_ram~5530_q ; +wire \text_gen|char_ram~42428_combout ; +wire \text_gen|char_ram~42429_combout ; +wire \text_gen|char_ram~42430_combout ; +wire \text_gen|char_ram~27930feeder_combout ; +wire \text_gen|char_ram~27930_q ; +wire \text_gen|char_ram~28378_q ; +wire \text_gen|char_ram~13594_q ; +wire \text_gen|char_ram~14042_q ; +wire \text_gen|char_ram~42431_combout ; +wire \text_gen|char_ram~42432_combout ; +wire \text_gen|char_ram~42433_combout ; +wire \text_gen|char_ram~14000_q ; +wire \text_gen|char_ram~28336_q ; +wire \text_gen|char_ram~13552_q ; +wire \text_gen|char_ram~27888_q ; +wire \text_gen|char_ram~42420_combout ; +wire \text_gen|char_ram~42421_combout ; +wire \text_gen|char_ram~6832_q ; +wire \text_gen|char_ram~21168_q ; +wire \text_gen|char_ram~20720_q ; +wire \text_gen|char_ram~6384_q ; +wire \text_gen|char_ram~42413_combout ; +wire \text_gen|char_ram~42414_combout ; +wire \text_gen|char_ram~13104feeder_combout ; +wire \text_gen|char_ram~13104_q ; +wire \text_gen|char_ram~27440_q ; +wire \text_gen|char_ram~26992_q ; +wire \text_gen|char_ram~12656_q ; +wire \text_gen|char_ram~42415_combout ; +wire \text_gen|char_ram~42416_combout ; +wire \text_gen|char_ram~5936feeder_combout ; +wire \text_gen|char_ram~5936_q ; +wire \text_gen|char_ram~20272_q ; +wire \text_gen|char_ram~19824feeder_combout ; +wire \text_gen|char_ram~19824_q ; +wire \text_gen|char_ram~5488_q ; +wire \text_gen|char_ram~42417_combout ; +wire \text_gen|char_ram~42418_combout ; +wire \text_gen|char_ram~42419_combout ; +wire \text_gen|char_ram~42422_combout ; +wire \text_gen|char_ram~27916feeder_combout ; +wire \text_gen|char_ram~27916_q ; +wire \text_gen|char_ram~28364_q ; +wire \text_gen|char_ram~27020_q ; +wire \text_gen|char_ram~27468feeder_combout ; +wire \text_gen|char_ram~27468_q ; +wire \text_gen|char_ram~42410_combout ; +wire \text_gen|char_ram~42411_combout ; +wire \text_gen|char_ram~20748_q ; +wire \text_gen|char_ram~21196_q ; +wire \text_gen|char_ram~19852_q ; +wire \text_gen|char_ram~20300_q ; +wire \text_gen|char_ram~42403_combout ; +wire \text_gen|char_ram~42404_combout ; +wire \text_gen|char_ram~6412_q ; +wire \text_gen|char_ram~6860_q ; +wire \text_gen|char_ram~5516_q ; +wire \text_gen|char_ram~5964feeder_combout ; +wire \text_gen|char_ram~5964_q ; +wire \text_gen|char_ram~42407_combout ; +wire \text_gen|char_ram~42408_combout ; +wire \text_gen|char_ram~13580_q ; +wire \text_gen|char_ram~14028_q ; +wire \text_gen|char_ram~12684_q ; +wire \text_gen|char_ram~13132feeder_combout ; +wire \text_gen|char_ram~13132_q ; +wire \text_gen|char_ram~42405_combout ; +wire \text_gen|char_ram~42406_combout ; +wire \text_gen|char_ram~42409_combout ; +wire \text_gen|char_ram~42412_combout ; +wire \text_gen|char_ram~42423_combout ; +wire \text_gen|char_ram~42434_combout ; +wire \text_gen|char_ram~42435_combout ; +wire \text_gen|char_ram~42478_combout ; +wire \text_gen|char_ram~25753feeder_combout ; +wire \text_gen|char_ram~25753_q ; +wire \text_gen|char_ram~26649_q ; +wire \text_gen|char_ram~25697_q ; +wire \text_gen|char_ram~26593_q ; +wire \text_gen|char_ram~41963_combout ; +wire \text_gen|char_ram~41964_combout ; +wire \text_gen|char_ram~19425_q ; +wire \text_gen|char_ram~18529_q ; +wire \text_gen|char_ram~41956_combout ; +wire \text_gen|char_ram~18585_q ; +wire \text_gen|char_ram~19481_q ; +wire \text_gen|char_ram~41957_combout ; +wire \text_gen|char_ram~4249feeder_combout ; +wire \text_gen|char_ram~4249_q ; +wire \text_gen|char_ram~5145_q ; +wire \text_gen|char_ram~4193_q ; +wire \text_gen|char_ram~5089_q ; +wire \text_gen|char_ram~41960_combout ; +wire \text_gen|char_ram~41961_combout ; +wire \text_gen|char_ram~11417_q ; +wire \text_gen|char_ram~12313_q ; +wire \text_gen|char_ram~11361_q ; +wire \text_gen|char_ram~12257_q ; +wire \text_gen|char_ram~41958_combout ; +wire \text_gen|char_ram~41959_combout ; +wire \text_gen|char_ram~41962_combout ; +wire \text_gen|char_ram~41965_combout ; +wire \text_gen|char_ram~18137_q ; +wire \text_gen|char_ram~25305_q ; +wire \text_gen|char_ram~25249_q ; +wire \text_gen|char_ram~18081_q ; +wire \text_gen|char_ram~41935_combout ; +wire \text_gen|char_ram~41936_combout ; +wire \text_gen|char_ram~19033feeder_combout ; +wire \text_gen|char_ram~19033_q ; +wire \text_gen|char_ram~26201_q ; +wire \text_gen|char_ram~26145_q ; +wire \text_gen|char_ram~18977_q ; +wire \text_gen|char_ram~41942_combout ; +wire \text_gen|char_ram~41943_combout ; +wire \text_gen|char_ram~4697_q ; +wire \text_gen|char_ram~11865_q ; +wire \text_gen|char_ram~11809feeder_combout ; +wire \text_gen|char_ram~11809_q ; +wire \text_gen|char_ram~4641feeder_combout ; +wire \text_gen|char_ram~4641_q ; +wire \text_gen|char_ram~41937_combout ; +wire \text_gen|char_ram~41938_combout ; +wire \text_gen|char_ram~3801_q ; +wire \text_gen|char_ram~10969_q ; +wire \text_gen|char_ram~3745_q ; +wire \text_gen|char_ram~10913feeder_combout ; +wire \text_gen|char_ram~10913_q ; +wire \text_gen|char_ram~41939_combout ; +wire \text_gen|char_ram~41940_combout ; +wire \text_gen|char_ram~41941_combout ; +wire \text_gen|char_ram~41944_combout ; +wire \text_gen|char_ram~18074_q ; +wire \text_gen|char_ram~18970feeder_combout ; +wire \text_gen|char_ram~18970_q ; +wire \text_gen|char_ram~41945_combout ; +wire \text_gen|char_ram~19026_q ; +wire \text_gen|char_ram~18130feeder_combout ; +wire \text_gen|char_ram~18130_q ; +wire \text_gen|char_ram~41946_combout ; +wire \text_gen|char_ram~11858feeder_combout ; +wire \text_gen|char_ram~11858_q ; +wire \text_gen|char_ram~10962feeder_combout ; +wire \text_gen|char_ram~10962_q ; +wire \text_gen|char_ram~10906_q ; +wire \text_gen|char_ram~11802_q ; +wire \text_gen|char_ram~41947_combout ; +wire \text_gen|char_ram~41948_combout ; +wire \text_gen|char_ram~3794_q ; +wire \text_gen|char_ram~4690_q ; +wire \text_gen|char_ram~4634_q ; +wire \text_gen|char_ram~3738_q ; +wire \text_gen|char_ram~41949_combout ; +wire \text_gen|char_ram~41950_combout ; +wire \text_gen|char_ram~41951_combout ; +wire \text_gen|char_ram~25298_q ; +wire \text_gen|char_ram~26194_q ; +wire \text_gen|char_ram~25242_q ; +wire \text_gen|char_ram~26138_q ; +wire \text_gen|char_ram~41952_combout ; +wire \text_gen|char_ram~41953_combout ; +wire \text_gen|char_ram~41954_combout ; +wire \text_gen|char_ram~41955_combout ; +wire \text_gen|char_ram~19474feeder_combout ; +wire \text_gen|char_ram~19474_q ; +wire \text_gen|char_ram~5138_q ; +wire \text_gen|char_ram~19418_q ; +wire \text_gen|char_ram~5082_q ; +wire \text_gen|char_ram~41925_combout ; +wire \text_gen|char_ram~41926_combout ; +wire \text_gen|char_ram~26642_q ; +wire \text_gen|char_ram~12306_q ; +wire \text_gen|char_ram~12250_q ; +wire \text_gen|char_ram~26586_q ; +wire \text_gen|char_ram~41932_combout ; +wire \text_gen|char_ram~41933_combout ; +wire \text_gen|char_ram~11410_q ; +wire \text_gen|char_ram~25746_q ; +wire \text_gen|char_ram~11354_q ; +wire \text_gen|char_ram~25690feeder_combout ; +wire \text_gen|char_ram~25690_q ; +wire \text_gen|char_ram~41927_combout ; +wire \text_gen|char_ram~41928_combout ; +wire \text_gen|char_ram~4242feeder_combout ; +wire \text_gen|char_ram~4242_q ; +wire \text_gen|char_ram~18578_q ; +wire \text_gen|char_ram~4186_q ; +wire \text_gen|char_ram~18522feeder_combout ; +wire \text_gen|char_ram~18522_q ; +wire \text_gen|char_ram~41929_combout ; +wire \text_gen|char_ram~41930_combout ; +wire \text_gen|char_ram~41931_combout ; +wire \text_gen|char_ram~41934_combout ; +wire \text_gen|char_ram~41966_combout ; +wire \text_gen|char_ram~5117_q ; +wire \text_gen|char_ram~12285_q ; +wire \text_gen|char_ram~11837_q ; +wire \text_gen|char_ram~4669_q ; +wire \text_gen|char_ram~41871_combout ; +wire \text_gen|char_ram~41872_combout ; +wire \text_gen|char_ram~19453_q ; +wire \text_gen|char_ram~26621_q ; +wire \text_gen|char_ram~26173_q ; +wire \text_gen|char_ram~19005_q ; +wire \text_gen|char_ram~41878_combout ; +wire \text_gen|char_ram~41879_combout ; +wire \text_gen|char_ram~25277feeder_combout ; +wire \text_gen|char_ram~25277_q ; +wire \text_gen|char_ram~25725_q ; +wire \text_gen|char_ram~18109_q ; +wire \text_gen|char_ram~18557feeder_combout ; +wire \text_gen|char_ram~18557_q ; +wire \text_gen|char_ram~41873_combout ; +wire \text_gen|char_ram~41874_combout ; +wire \text_gen|char_ram~10941feeder_combout ; +wire \text_gen|char_ram~10941_q ; +wire \text_gen|char_ram~11389_q ; +wire \text_gen|char_ram~4221_q ; +wire \text_gen|char_ram~3773_q ; +wire \text_gen|char_ram~41875_combout ; +wire \text_gen|char_ram~41876_combout ; +wire \text_gen|char_ram~41877_combout ; +wire \text_gen|char_ram~41880_combout ; +wire \text_gen|char_ram~18501feeder_combout ; +wire \text_gen|char_ram~18501_q ; +wire \text_gen|char_ram~19397_q ; +wire \text_gen|char_ram~5061_q ; +wire \text_gen|char_ram~4165_q ; +wire \text_gen|char_ram~41850_combout ; +wire \text_gen|char_ram~41851_combout ; +wire \text_gen|char_ram~4613_q ; +wire \text_gen|char_ram~18949_q ; +wire \text_gen|char_ram~3717_q ; +wire \text_gen|char_ram~18053feeder_combout ; +wire \text_gen|char_ram~18053_q ; +wire \text_gen|char_ram~41854_combout ; +wire \text_gen|char_ram~41855_combout ; +wire \text_gen|char_ram~11781_q ; +wire \text_gen|char_ram~26117_q ; +wire \text_gen|char_ram~10885_q ; +wire \text_gen|char_ram~25221_q ; +wire \text_gen|char_ram~41852_combout ; +wire \text_gen|char_ram~41853_combout ; +wire \text_gen|char_ram~41856_combout ; +wire \text_gen|char_ram~25669_q ; +wire \text_gen|char_ram~26565_q ; +wire \text_gen|char_ram~12229_q ; +wire \text_gen|char_ram~11333_q ; +wire \text_gen|char_ram~41857_combout ; +wire \text_gen|char_ram~41858_combout ; +wire \text_gen|char_ram~41859_combout ; +wire \text_gen|char_ram~25214_q ; +wire \text_gen|char_ram~26110_q ; +wire \text_gen|char_ram~10878_q ; +wire \text_gen|char_ram~11774_q ; +wire \text_gen|char_ram~41860_combout ; +wire \text_gen|char_ram~41861_combout ; +wire \text_gen|char_ram~18046_q ; +wire \text_gen|char_ram~18942_q ; +wire \text_gen|char_ram~4606_q ; +wire \text_gen|char_ram~3710_q ; +wire \text_gen|char_ram~41864_combout ; +wire \text_gen|char_ram~41865_combout ; +wire \text_gen|char_ram~5054_q ; +wire \text_gen|char_ram~19390_q ; +wire \text_gen|char_ram~18494_q ; +wire \text_gen|char_ram~4158_q ; +wire \text_gen|char_ram~41862_combout ; +wire \text_gen|char_ram~41863_combout ; +wire \text_gen|char_ram~41866_combout ; +wire \text_gen|char_ram~12222feeder_combout ; +wire \text_gen|char_ram~12222_q ; +wire \text_gen|char_ram~26558_q ; +wire \text_gen|char_ram~25662feeder_combout ; +wire \text_gen|char_ram~25662_q ; +wire \text_gen|char_ram~11326_q ; +wire \text_gen|char_ram~41867_combout ; +wire \text_gen|char_ram~41868_combout ; +wire \text_gen|char_ram~41869_combout ; +wire \text_gen|char_ram~41870_combout ; +wire \text_gen|char_ram~26166_q ; +wire \text_gen|char_ram~26614_q ; +wire \text_gen|char_ram~19446_q ; +wire \text_gen|char_ram~18998_q ; +wire \text_gen|char_ram~41847_combout ; +wire \text_gen|char_ram~41848_combout ; +wire \text_gen|char_ram~25718_q ; +wire \text_gen|char_ram~18550_q ; +wire \text_gen|char_ram~18102_q ; +wire \text_gen|char_ram~25270feeder_combout ; +wire \text_gen|char_ram~25270_q ; +wire \text_gen|char_ram~41840_combout ; +wire \text_gen|char_ram~41841_combout ; +wire \text_gen|char_ram~11830_q ; +wire \text_gen|char_ram~12278_q ; +wire \text_gen|char_ram~5110_q ; +wire \text_gen|char_ram~4662_q ; +wire \text_gen|char_ram~41842_combout ; +wire \text_gen|char_ram~41843_combout ; +wire \text_gen|char_ram~4214feeder_combout ; +wire \text_gen|char_ram~4214_q ; +wire \text_gen|char_ram~11382_q ; +wire \text_gen|char_ram~10934feeder_combout ; +wire \text_gen|char_ram~10934_q ; +wire \text_gen|char_ram~3766_q ; +wire \text_gen|char_ram~41844_combout ; +wire \text_gen|char_ram~41845_combout ; +wire \text_gen|char_ram~41846_combout ; +wire \text_gen|char_ram~41849_combout ; +wire \text_gen|char_ram~41881_combout ; +wire \text_gen|char_ram~10864_q ; +wire \text_gen|char_ram~11760feeder_combout ; +wire \text_gen|char_ram~11760_q ; +wire \text_gen|char_ram~41902_combout ; +wire \text_gen|char_ram~25200feeder_combout ; +wire \text_gen|char_ram~25200_q ; +wire \text_gen|char_ram~26096_q ; +wire \text_gen|char_ram~41903_combout ; +wire \text_gen|char_ram~12208feeder_combout ; +wire \text_gen|char_ram~12208_q ; +wire \text_gen|char_ram~26544_q ; +wire \text_gen|char_ram~25648feeder_combout ; +wire \text_gen|char_ram~25648_q ; +wire \text_gen|char_ram~11312_q ; +wire \text_gen|char_ram~41909_combout ; +wire \text_gen|char_ram~41910_combout ; +wire \text_gen|char_ram~18032_q ; +wire \text_gen|char_ram~18928_q ; +wire \text_gen|char_ram~4592_q ; +wire \text_gen|char_ram~3696_q ; +wire \text_gen|char_ram~41906_combout ; +wire \text_gen|char_ram~41907_combout ; +wire \text_gen|char_ram~5040feeder_combout ; +wire \text_gen|char_ram~5040_q ; +wire \text_gen|char_ram~19376_q ; +wire \text_gen|char_ram~18480_q ; +wire \text_gen|char_ram~4144_q ; +wire \text_gen|char_ram~41904_combout ; +wire \text_gen|char_ram~41905_combout ; +wire \text_gen|char_ram~41908_combout ; +wire \text_gen|char_ram~41911_combout ; +wire \text_gen|char_ram~18487_q ; +wire \text_gen|char_ram~19383_q ; +wire \text_gen|char_ram~4151_q ; +wire \text_gen|char_ram~5047feeder_combout ; +wire \text_gen|char_ram~5047_q ; +wire \text_gen|char_ram~41892_combout ; +wire \text_gen|char_ram~41893_combout ; +wire \text_gen|char_ram~25655feeder_combout ; +wire \text_gen|char_ram~25655_q ; +wire \text_gen|char_ram~26551_q ; +wire \text_gen|char_ram~12215feeder_combout ; +wire \text_gen|char_ram~12215_q ; +wire \text_gen|char_ram~11319_q ; +wire \text_gen|char_ram~41899_combout ; +wire \text_gen|char_ram~41900_combout ; +wire \text_gen|char_ram~11767feeder_combout ; +wire \text_gen|char_ram~11767_q ; +wire \text_gen|char_ram~26103_q ; +wire \text_gen|char_ram~25207_q ; +wire \text_gen|char_ram~10871_q ; +wire \text_gen|char_ram~41894_combout ; +wire \text_gen|char_ram~41895_combout ; +wire \text_gen|char_ram~4599feeder_combout ; +wire \text_gen|char_ram~4599_q ; +wire \text_gen|char_ram~18935_q ; +wire \text_gen|char_ram~18039feeder_combout ; +wire \text_gen|char_ram~18039_q ; +wire \text_gen|char_ram~3703_q ; +wire \text_gen|char_ram~41896_combout ; +wire \text_gen|char_ram~41897_combout ; +wire \text_gen|char_ram~41898_combout ; +wire \text_gen|char_ram~41901_combout ; +wire \text_gen|char_ram~41912_combout ; +wire \text_gen|char_ram~18088_q ; +wire \text_gen|char_ram~25256feeder_combout ; +wire \text_gen|char_ram~25256_q ; +wire \text_gen|char_ram~41882_combout ; +wire \text_gen|char_ram~18536_q ; +wire \text_gen|char_ram~25704feeder_combout ; +wire \text_gen|char_ram~25704_q ; +wire \text_gen|char_ram~41883_combout ; +wire \text_gen|char_ram~26152feeder_combout ; +wire \text_gen|char_ram~26152_q ; +wire \text_gen|char_ram~26600_q ; +wire \text_gen|char_ram~19432feeder_combout ; +wire \text_gen|char_ram~19432_q ; +wire \text_gen|char_ram~18984_q ; +wire \text_gen|char_ram~41889_combout ; +wire \text_gen|char_ram~41890_combout ; +wire \text_gen|char_ram~11816feeder_combout ; +wire \text_gen|char_ram~11816_q ; +wire \text_gen|char_ram~12264_q ; +wire \text_gen|char_ram~5096_q ; +wire \text_gen|char_ram~4648_q ; +wire \text_gen|char_ram~41884_combout ; +wire \text_gen|char_ram~41885_combout ; +wire \text_gen|char_ram~4200_q ; +wire \text_gen|char_ram~11368_q ; +wire \text_gen|char_ram~10920_q ; +wire \text_gen|char_ram~3752_q ; +wire \text_gen|char_ram~41886_combout ; +wire \text_gen|char_ram~41887_combout ; +wire \text_gen|char_ram~41888_combout ; +wire \text_gen|char_ram~41891_combout ; +wire \text_gen|char_ram~25263_q ; +wire \text_gen|char_ram~25711_q ; +wire \text_gen|char_ram~18543_q ; +wire \text_gen|char_ram~18095_q ; +wire \text_gen|char_ram~41915_combout ; +wire \text_gen|char_ram~41916_combout ; +wire \text_gen|char_ram~10927_q ; +wire \text_gen|char_ram~11375_q ; +wire \text_gen|char_ram~4207_q ; +wire \text_gen|char_ram~3759_q ; +wire \text_gen|char_ram~41917_combout ; +wire \text_gen|char_ram~41918_combout ; +wire \text_gen|char_ram~41919_combout ; +wire \text_gen|char_ram~19439_q ; +wire \text_gen|char_ram~26159_q ; +wire \text_gen|char_ram~18991_q ; +wire \text_gen|char_ram~41920_combout ; +wire \text_gen|char_ram~26607_q ; +wire \text_gen|char_ram~41921_combout ; +wire \text_gen|char_ram~5103feeder_combout ; +wire \text_gen|char_ram~5103_q ; +wire \text_gen|char_ram~12271_q ; +wire \text_gen|char_ram~11823feeder_combout ; +wire \text_gen|char_ram~11823_q ; +wire \text_gen|char_ram~4655_q ; +wire \text_gen|char_ram~41913_combout ; +wire \text_gen|char_ram~41914_combout ; +wire \text_gen|char_ram~41922_combout ; +wire \text_gen|char_ram~41923_combout ; +wire \text_gen|char_ram~41924_combout ; +wire \text_gen|char_ram~25732feeder_combout ; +wire \text_gen|char_ram~25732_q ; +wire \text_gen|char_ram~18564_q ; +wire \text_gen|char_ram~18116_q ; +wire \text_gen|char_ram~25284_q ; +wire \text_gen|char_ram~41798_combout ; +wire \text_gen|char_ram~41799_combout ; +wire \text_gen|char_ram~26628_q ; +wire \text_gen|char_ram~26180_q ; +wire \text_gen|char_ram~19460_q ; +wire \text_gen|char_ram~19012_q ; +wire \text_gen|char_ram~41805_combout ; +wire \text_gen|char_ram~41806_combout ; +wire \text_gen|char_ram~11844_q ; +wire \text_gen|char_ram~12292_q ; +wire \text_gen|char_ram~4676_q ; +wire \text_gen|char_ram~5124feeder_combout ; +wire \text_gen|char_ram~5124_q ; +wire \text_gen|char_ram~41800_combout ; +wire \text_gen|char_ram~41801_combout ; +wire \text_gen|char_ram~4228_q ; +wire \text_gen|char_ram~11396_q ; +wire \text_gen|char_ram~10948feeder_combout ; +wire \text_gen|char_ram~10948_q ; +wire \text_gen|char_ram~3780_q ; +wire \text_gen|char_ram~41802_combout ; +wire \text_gen|char_ram~41803_combout ; +wire \text_gen|char_ram~41804_combout ; +wire \text_gen|char_ram~41807_combout ; +wire \text_gen|char_ram~25228_q ; +wire \text_gen|char_ram~26124_q ; +wire \text_gen|char_ram~11788_q ; +wire \text_gen|char_ram~10892_q ; +wire \text_gen|char_ram~41818_combout ; +wire \text_gen|char_ram~41819_combout ; +wire \text_gen|char_ram~12236feeder_combout ; +wire \text_gen|char_ram~12236_q ; +wire \text_gen|char_ram~26572_q ; +wire \text_gen|char_ram~11340_q ; +wire \text_gen|char_ram~25676feeder_combout ; +wire \text_gen|char_ram~25676_q ; +wire \text_gen|char_ram~41825_combout ; +wire \text_gen|char_ram~41826_combout ; +wire \text_gen|char_ram~18060feeder_combout ; +wire \text_gen|char_ram~18060_q ; +wire \text_gen|char_ram~4620_q ; +wire \text_gen|char_ram~3724_q ; +wire \text_gen|char_ram~41822_combout ; +wire \text_gen|char_ram~18956_q ; +wire \text_gen|char_ram~41823_combout ; +wire \text_gen|char_ram~5068_q ; +wire \text_gen|char_ram~19404_q ; +wire \text_gen|char_ram~18508feeder_combout ; +wire \text_gen|char_ram~18508_q ; +wire \text_gen|char_ram~4172_q ; +wire \text_gen|char_ram~41820_combout ; +wire \text_gen|char_ram~41821_combout ; +wire \text_gen|char_ram~41824_combout ; +wire \text_gen|char_ram~41827_combout ; +wire \text_gen|char_ram~18515feeder_combout ; +wire \text_gen|char_ram~18515_q ; +wire \text_gen|char_ram~19411_q ; +wire \text_gen|char_ram~4179_q ; +wire \text_gen|char_ram~5075feeder_combout ; +wire \text_gen|char_ram~5075_q ; +wire \text_gen|char_ram~41808_combout ; +wire \text_gen|char_ram~41809_combout ; +wire \text_gen|char_ram~25683feeder_combout ; +wire \text_gen|char_ram~25683_q ; +wire \text_gen|char_ram~26579_q ; +wire \text_gen|char_ram~12243_q ; +wire \text_gen|char_ram~11347_q ; +wire \text_gen|char_ram~41815_combout ; +wire \text_gen|char_ram~41816_combout ; +wire \text_gen|char_ram~11795feeder_combout ; +wire \text_gen|char_ram~11795_q ; +wire \text_gen|char_ram~26131_q ; +wire \text_gen|char_ram~25235_q ; +wire \text_gen|char_ram~10899_q ; +wire \text_gen|char_ram~41810_combout ; +wire \text_gen|char_ram~41811_combout ; +wire \text_gen|char_ram~4627feeder_combout ; +wire \text_gen|char_ram~4627_q ; +wire \text_gen|char_ram~18963_q ; +wire \text_gen|char_ram~18067_q ; +wire \text_gen|char_ram~3731_q ; +wire \text_gen|char_ram~41812_combout ; +wire \text_gen|char_ram~41813_combout ; +wire \text_gen|char_ram~41814_combout ; +wire \text_gen|char_ram~41817_combout ; +wire \text_gen|char_ram~41828_combout ; +wire \text_gen|char_ram~12299_q ; +wire \text_gen|char_ram~5131_q ; +wire \text_gen|char_ram~11851feeder_combout ; +wire \text_gen|char_ram~11851_q ; +wire \text_gen|char_ram~4683_q ; +wire \text_gen|char_ram~41829_combout ; +wire \text_gen|char_ram~41830_combout ; +wire \text_gen|char_ram~26635_q ; +wire \text_gen|char_ram~19467_q ; +wire \text_gen|char_ram~26187feeder_combout ; +wire \text_gen|char_ram~26187_q ; +wire \text_gen|char_ram~19019_q ; +wire \text_gen|char_ram~41836_combout ; +wire \text_gen|char_ram~41837_combout ; +wire \text_gen|char_ram~10955_q ; +wire \text_gen|char_ram~11403_q ; +wire \text_gen|char_ram~4235_q ; +wire \text_gen|char_ram~3787_q ; +wire \text_gen|char_ram~41833_combout ; +wire \text_gen|char_ram~41834_combout ; +wire \text_gen|char_ram~25291_q ; +wire \text_gen|char_ram~25739_q ; +wire \text_gen|char_ram~18123_q ; +wire \text_gen|char_ram~18571feeder_combout ; +wire \text_gen|char_ram~18571_q ; +wire \text_gen|char_ram~41831_combout ; +wire \text_gen|char_ram~41832_combout ; +wire \text_gen|char_ram~41835_combout ; +wire \text_gen|char_ram~41838_combout ; +wire \text_gen|char_ram~41839_combout ; +wire \text_gen|char_ram~41967_combout ; +wire \text_gen|char_ram~24346feeder_combout ; +wire \text_gen|char_ram~24346_q ; +wire \text_gen|char_ram~24794_q ; +wire \text_gen|char_ram~17626_q ; +wire \text_gen|char_ram~17178_q ; +wire \text_gen|char_ram~42027_combout ; +wire \text_gen|char_ram~42028_combout ; +wire \text_gen|char_ram~2394_q ; +wire \text_gen|char_ram~9562_q ; +wire \text_gen|char_ram~1946_q ; +wire \text_gen|char_ram~9114_q ; +wire \text_gen|char_ram~42024_combout ; +wire \text_gen|char_ram~42025_combout ; +wire \text_gen|char_ram~10010_q ; +wire \text_gen|char_ram~10458_q ; +wire \text_gen|char_ram~3290_q ; +wire \text_gen|char_ram~2842_q ; +wire \text_gen|char_ram~42022_combout ; +wire \text_gen|char_ram~42023_combout ; +wire \text_gen|char_ram~42026_combout ; +wire \text_gen|char_ram~16730_q ; +wire \text_gen|char_ram~23898_q ; +wire \text_gen|char_ram~16282_q ; +wire \text_gen|char_ram~23450_q ; +wire \text_gen|char_ram~42020_combout ; +wire \text_gen|char_ram~42021_combout ; +wire \text_gen|char_ram~42029_combout ; +wire \text_gen|char_ram~10430_q ; +wire \text_gen|char_ram~24766_q ; +wire \text_gen|char_ram~23870feeder_combout ; +wire \text_gen|char_ram~23870_q ; +wire \text_gen|char_ram~9534_q ; +wire \text_gen|char_ram~42037_combout ; +wire \text_gen|char_ram~42038_combout ; +wire \text_gen|char_ram~23422feeder_combout ; +wire \text_gen|char_ram~23422_q ; +wire \text_gen|char_ram~24318_q ; +wire \text_gen|char_ram~9982feeder_combout ; +wire \text_gen|char_ram~9982_q ; +wire \text_gen|char_ram~9086_q ; +wire \text_gen|char_ram~42030_combout ; +wire \text_gen|char_ram~42031_combout ; +wire \text_gen|char_ram~16254_q ; +wire \text_gen|char_ram~17150_q ; +wire \text_gen|char_ram~2814feeder_combout ; +wire \text_gen|char_ram~2814_q ; +wire \text_gen|char_ram~1918_q ; +wire \text_gen|char_ram~42034_combout ; +wire \text_gen|char_ram~42035_combout ; +wire \text_gen|char_ram~3262_q ; +wire \text_gen|char_ram~17598_q ; +wire \text_gen|char_ram~16702_q ; +wire \text_gen|char_ram~2366_q ; +wire \text_gen|char_ram~42032_combout ; +wire \text_gen|char_ram~42033_combout ; +wire \text_gen|char_ram~42036_combout ; +wire \text_gen|char_ram~42039_combout ; +wire \text_gen|char_ram~42040_combout ; +wire \text_gen|char_ram~9989feeder_combout ; +wire \text_gen|char_ram~9989_q ; +wire \text_gen|char_ram~24325_q ; +wire \text_gen|char_ram~23429feeder_combout ; +wire \text_gen|char_ram~23429_q ; +wire \text_gen|char_ram~9093_q ; +wire \text_gen|char_ram~42012_combout ; +wire \text_gen|char_ram~42013_combout ; +wire \text_gen|char_ram~2821_q ; +wire \text_gen|char_ram~17157_q ; +wire \text_gen|char_ram~16261_q ; +wire \text_gen|char_ram~1925_q ; +wire \text_gen|char_ram~42014_combout ; +wire \text_gen|char_ram~42015_combout ; +wire \text_gen|char_ram~42016_combout ; +wire \text_gen|char_ram~23877feeder_combout ; +wire \text_gen|char_ram~23877_q ; +wire \text_gen|char_ram~24773_q ; +wire \text_gen|char_ram~10437feeder_combout ; +wire \text_gen|char_ram~10437_q ; +wire \text_gen|char_ram~9541_q ; +wire \text_gen|char_ram~42017_combout ; +wire \text_gen|char_ram~42018_combout ; +wire \text_gen|char_ram~16709_q ; +wire \text_gen|char_ram~17605_q ; +wire \text_gen|char_ram~3269feeder_combout ; +wire \text_gen|char_ram~3269_q ; +wire \text_gen|char_ram~2373_q ; +wire \text_gen|char_ram~42010_combout ; +wire \text_gen|char_ram~42011_combout ; +wire \text_gen|char_ram~42019_combout ; +wire \text_gen|char_ram~24353_q ; +wire \text_gen|char_ram~17185_q ; +wire \text_gen|char_ram~42048_combout ; +wire \text_gen|char_ram~24801_q ; +wire \text_gen|char_ram~17633_q ; +wire \text_gen|char_ram~42049_combout ; +wire \text_gen|char_ram~23457feeder_combout ; +wire \text_gen|char_ram~23457_q ; +wire \text_gen|char_ram~23905_q ; +wire \text_gen|char_ram~16737feeder_combout ; +wire \text_gen|char_ram~16737_q ; +wire \text_gen|char_ram~16289_q ; +wire \text_gen|char_ram~42043_combout ; +wire \text_gen|char_ram~42044_combout ; +wire \text_gen|char_ram~9121_q ; +wire \text_gen|char_ram~9569_q ; +wire \text_gen|char_ram~1953_q ; +wire \text_gen|char_ram~2401_q ; +wire \text_gen|char_ram~42045_combout ; +wire \text_gen|char_ram~42046_combout ; +wire \text_gen|char_ram~42047_combout ; +wire \text_gen|char_ram~3297_q ; +wire \text_gen|char_ram~10465_q ; +wire \text_gen|char_ram~10017_q ; +wire \text_gen|char_ram~2849_q ; +wire \text_gen|char_ram~42041_combout ; +wire \text_gen|char_ram~42042_combout ; +wire \text_gen|char_ram~42050_combout ; +wire \text_gen|char_ram~42051_combout ; +wire \text_gen|char_ram~23863feeder_combout ; +wire \text_gen|char_ram~23863_q ; +wire \text_gen|char_ram~24759_q ; +wire \text_gen|char_ram~10423feeder_combout ; +wire \text_gen|char_ram~10423_q ; +wire \text_gen|char_ram~9527_q ; +wire \text_gen|char_ram~42059_combout ; +wire \text_gen|char_ram~42060_combout ; +wire \text_gen|char_ram~16695_q ; +wire \text_gen|char_ram~17591_q ; +wire \text_gen|char_ram~3255feeder_combout ; +wire \text_gen|char_ram~3255_q ; +wire \text_gen|char_ram~2359feeder_combout ; +wire \text_gen|char_ram~2359_q ; +wire \text_gen|char_ram~42052_combout ; +wire \text_gen|char_ram~42053_combout ; +wire \text_gen|char_ram~9975feeder_combout ; +wire \text_gen|char_ram~9975_q ; +wire \text_gen|char_ram~24311_q ; +wire \text_gen|char_ram~23415_q ; +wire \text_gen|char_ram~9079_q ; +wire \text_gen|char_ram~42054_combout ; +wire \text_gen|char_ram~42055_combout ; +wire \text_gen|char_ram~2807_q ; +wire \text_gen|char_ram~17143_q ; +wire \text_gen|char_ram~16247_q ; +wire \text_gen|char_ram~1911_q ; +wire \text_gen|char_ram~42056_combout ; +wire \text_gen|char_ram~42057_combout ; +wire \text_gen|char_ram~42058_combout ; +wire \text_gen|char_ram~42061_combout ; +wire \text_gen|char_ram~23443_q ; +wire \text_gen|char_ram~23891_q ; +wire \text_gen|char_ram~16275_q ; +wire \text_gen|char_ram~16723feeder_combout ; +wire \text_gen|char_ram~16723_q ; +wire \text_gen|char_ram~42085_combout ; +wire \text_gen|char_ram~42086_combout ; +wire \text_gen|char_ram~9107feeder_combout ; +wire \text_gen|char_ram~9107_q ; +wire \text_gen|char_ram~9555_q ; +wire \text_gen|char_ram~1939_q ; +wire \text_gen|char_ram~2387_q ; +wire \text_gen|char_ram~42087_combout ; +wire \text_gen|char_ram~42088_combout ; +wire \text_gen|char_ram~42089_combout ; +wire \text_gen|char_ram~17619_q ; +wire \text_gen|char_ram~24787_q ; +wire \text_gen|char_ram~24339_q ; +wire \text_gen|char_ram~17171_q ; +wire \text_gen|char_ram~42090_combout ; +wire \text_gen|char_ram~42091_combout ; +wire \text_gen|char_ram~3283_q ; +wire \text_gen|char_ram~10451_q ; +wire \text_gen|char_ram~10003_q ; +wire \text_gen|char_ram~2835_q ; +wire \text_gen|char_ram~42083_combout ; +wire \text_gen|char_ram~42084_combout ; +wire \text_gen|char_ram~42092_combout ; +wire \text_gen|char_ram~23408_q ; +wire \text_gen|char_ram~24304_q ; +wire \text_gen|char_ram~9072_q ; +wire \text_gen|char_ram~9968feeder_combout ; +wire \text_gen|char_ram~9968_q ; +wire \text_gen|char_ram~42072_combout ; +wire \text_gen|char_ram~42073_combout ; +wire \text_gen|char_ram~10416_q ; +wire \text_gen|char_ram~24752_q ; +wire \text_gen|char_ram~9520_q ; +wire \text_gen|char_ram~23856_q ; +wire \text_gen|char_ram~42079_combout ; +wire \text_gen|char_ram~42080_combout ; +wire \text_gen|char_ram~16240feeder_combout ; +wire \text_gen|char_ram~16240_q ; +wire \text_gen|char_ram~17136_q ; +wire \text_gen|char_ram~1904_q ; +wire \text_gen|char_ram~2800_q ; +wire \text_gen|char_ram~42076_combout ; +wire \text_gen|char_ram~42077_combout ; +wire \text_gen|char_ram~3248feeder_combout ; +wire \text_gen|char_ram~3248_q ; +wire \text_gen|char_ram~17584_q ; +wire \text_gen|char_ram~16688_q ; +wire \text_gen|char_ram~2352_q ; +wire \text_gen|char_ram~42074_combout ; +wire \text_gen|char_ram~42075_combout ; +wire \text_gen|char_ram~42078_combout ; +wire \text_gen|char_ram~42081_combout ; +wire \text_gen|char_ram~24332_q ; +wire \text_gen|char_ram~24780_q ; +wire \text_gen|char_ram~17612_q ; +wire \text_gen|char_ram~17164_q ; +wire \text_gen|char_ram~42069_combout ; +wire \text_gen|char_ram~42070_combout ; +wire \text_gen|char_ram~23884feeder_combout ; +wire \text_gen|char_ram~23884_q ; +wire \text_gen|char_ram~16716feeder_combout ; +wire \text_gen|char_ram~16716_q ; +wire \text_gen|char_ram~16268_q ; +wire \text_gen|char_ram~23436_q ; +wire \text_gen|char_ram~42062_combout ; +wire \text_gen|char_ram~42063_combout ; +wire \text_gen|char_ram~9100_q ; +wire \text_gen|char_ram~1932_q ; +wire \text_gen|char_ram~42066_combout ; +wire \text_gen|char_ram~9548_q ; +wire \text_gen|char_ram~2380feeder_combout ; +wire \text_gen|char_ram~2380_q ; +wire \text_gen|char_ram~42067_combout ; +wire \text_gen|char_ram~9996_q ; +wire \text_gen|char_ram~10444_q ; +wire \text_gen|char_ram~2828_q ; +wire \text_gen|char_ram~3276_q ; +wire \text_gen|char_ram~42064_combout ; +wire \text_gen|char_ram~42065_combout ; +wire \text_gen|char_ram~42068_combout ; +wire \text_gen|char_ram~42071_combout ; +wire \text_gen|char_ram~42082_combout ; +wire \text_gen|char_ram~42093_combout ; +wire \text_gen|char_ram~42094_combout ; +wire \text_gen|char_ram~23464feeder_combout ; +wire \text_gen|char_ram~23464_q ; +wire \text_gen|char_ram~24360_q ; +wire \text_gen|char_ram~9128_q ; +wire \text_gen|char_ram~10024feeder_combout ; +wire \text_gen|char_ram~10024_q ; +wire \text_gen|char_ram~41988_combout ; +wire \text_gen|char_ram~41989_combout ; +wire \text_gen|char_ram~10472feeder_combout ; +wire \text_gen|char_ram~10472_q ; +wire \text_gen|char_ram~24808_q ; +wire \text_gen|char_ram~23912_q ; +wire \text_gen|char_ram~9576_q ; +wire \text_gen|char_ram~41995_combout ; +wire \text_gen|char_ram~41996_combout ; +wire \text_gen|char_ram~16296feeder_combout ; +wire \text_gen|char_ram~16296_q ; +wire \text_gen|char_ram~17192_q ; +wire \text_gen|char_ram~2856_q ; +wire \text_gen|char_ram~1960_q ; +wire \text_gen|char_ram~41992_combout ; +wire \text_gen|char_ram~41993_combout ; +wire \text_gen|char_ram~3304feeder_combout ; +wire \text_gen|char_ram~3304_q ; +wire \text_gen|char_ram~17640_q ; +wire \text_gen|char_ram~16744feeder_combout ; +wire \text_gen|char_ram~16744_q ; +wire \text_gen|char_ram~2408_q ; +wire \text_gen|char_ram~41990_combout ; +wire \text_gen|char_ram~41991_combout ; +wire \text_gen|char_ram~41994_combout ; +wire \text_gen|char_ram~41997_combout ; +wire \text_gen|char_ram~2863_q ; +wire \text_gen|char_ram~17199_q ; +wire \text_gen|char_ram~16303feeder_combout ; +wire \text_gen|char_ram~16303_q ; +wire \text_gen|char_ram~1967_q ; +wire \text_gen|char_ram~41982_combout ; +wire \text_gen|char_ram~41983_combout ; +wire \text_gen|char_ram~10031feeder_combout ; +wire \text_gen|char_ram~10031_q ; +wire \text_gen|char_ram~24367_q ; +wire \text_gen|char_ram~23471_q ; +wire \text_gen|char_ram~9135_q ; +wire \text_gen|char_ram~41980_combout ; +wire \text_gen|char_ram~41981_combout ; +wire \text_gen|char_ram~41984_combout ; +wire \text_gen|char_ram~23919feeder_combout ; +wire \text_gen|char_ram~23919_q ; +wire \text_gen|char_ram~24815_q ; +wire \text_gen|char_ram~10479_q ; +wire \text_gen|char_ram~9583_q ; +wire \text_gen|char_ram~41985_combout ; +wire \text_gen|char_ram~41986_combout ; +wire \text_gen|char_ram~16751feeder_combout ; +wire \text_gen|char_ram~16751_q ; +wire \text_gen|char_ram~17647_q ; +wire \text_gen|char_ram~3311_q ; +wire \text_gen|char_ram~2415_q ; +wire \text_gen|char_ram~41978_combout ; +wire \text_gen|char_ram~41979_combout ; +wire \text_gen|char_ram~41987_combout ; +wire \text_gen|char_ram~41998_combout ; +wire \text_gen|char_ram~24388_q ; +wire \text_gen|char_ram~24836_q ; +wire \text_gen|char_ram~17668_q ; +wire \text_gen|char_ram~17220_q ; +wire \text_gen|char_ram~41975_combout ; +wire \text_gen|char_ram~41976_combout ; +wire \text_gen|char_ram~2436feeder_combout ; +wire \text_gen|char_ram~2436_q ; +wire \text_gen|char_ram~9604_q ; +wire \text_gen|char_ram~1988_q ; +wire \text_gen|char_ram~9156feeder_combout ; +wire \text_gen|char_ram~9156_q ; +wire \text_gen|char_ram~41972_combout ; +wire \text_gen|char_ram~41973_combout ; +wire \text_gen|char_ram~3332_q ; +wire \text_gen|char_ram~2884_q ; +wire \text_gen|char_ram~41970_combout ; +wire \text_gen|char_ram~10052feeder_combout ; +wire \text_gen|char_ram~10052_q ; +wire \text_gen|char_ram~10500_q ; +wire \text_gen|char_ram~41971_combout ; +wire \text_gen|char_ram~41974_combout ; +wire \text_gen|char_ram~23940_q ; +wire \text_gen|char_ram~16772_q ; +wire \text_gen|char_ram~16324_q ; +wire \text_gen|char_ram~23492feeder_combout ; +wire \text_gen|char_ram~23492_q ; +wire \text_gen|char_ram~41968_combout ; +wire \text_gen|char_ram~41969_combout ; +wire \text_gen|char_ram~41977_combout ; +wire \text_gen|char_ram~23499_q ; +wire \text_gen|char_ram~23947_q ; +wire \text_gen|char_ram~16779_q ; +wire \text_gen|char_ram~16331_q ; +wire \text_gen|char_ram~42001_combout ; +wire \text_gen|char_ram~42002_combout ; +wire \text_gen|char_ram~9163feeder_combout ; +wire \text_gen|char_ram~9163_q ; +wire \text_gen|char_ram~9611_q ; +wire \text_gen|char_ram~2443_q ; +wire \text_gen|char_ram~1995_q ; +wire \text_gen|char_ram~42003_combout ; +wire \text_gen|char_ram~42004_combout ; +wire \text_gen|char_ram~42005_combout ; +wire \text_gen|char_ram~17675feeder_combout ; +wire \text_gen|char_ram~17675_q ; +wire \text_gen|char_ram~24843_q ; +wire \text_gen|char_ram~24395_q ; +wire \text_gen|char_ram~17227_q ; +wire \text_gen|char_ram~42006_combout ; +wire \text_gen|char_ram~42007_combout ; +wire \text_gen|char_ram~3339_q ; +wire \text_gen|char_ram~10507_q ; +wire \text_gen|char_ram~10059_q ; +wire \text_gen|char_ram~2891_q ; +wire \text_gen|char_ram~41999_combout ; +wire \text_gen|char_ram~42000_combout ; +wire \text_gen|char_ram~42008_combout ; +wire \text_gen|char_ram~42009_combout ; +wire \text_gen|char_ram~24409feeder_combout ; +wire \text_gen|char_ram~24409_q ; +wire \text_gen|char_ram~17241_q ; +wire \text_gen|char_ram~42133_combout ; +wire \text_gen|char_ram~24857_q ; +wire \text_gen|char_ram~17689_q ; +wire \text_gen|char_ram~42134_combout ; +wire \text_gen|char_ram~9177_q ; +wire \text_gen|char_ram~9625_q ; +wire \text_gen|char_ram~2457_q ; +wire \text_gen|char_ram~2009_q ; +wire \text_gen|char_ram~42130_combout ; +wire \text_gen|char_ram~42131_combout ; +wire \text_gen|char_ram~23513feeder_combout ; +wire \text_gen|char_ram~23513_q ; +wire \text_gen|char_ram~23961_q ; +wire \text_gen|char_ram~16793_q ; +wire \text_gen|char_ram~16345_q ; +wire \text_gen|char_ram~42128_combout ; +wire \text_gen|char_ram~42129_combout ; +wire \text_gen|char_ram~42132_combout ; +wire \text_gen|char_ram~3353feeder_combout ; +wire \text_gen|char_ram~3353_q ; +wire \text_gen|char_ram~10521_q ; +wire \text_gen|char_ram~10073feeder_combout ; +wire \text_gen|char_ram~10073_q ; +wire \text_gen|char_ram~2905_q ; +wire \text_gen|char_ram~42126_combout ; +wire \text_gen|char_ram~42127_combout ; +wire \text_gen|char_ram~42135_combout ; +wire \text_gen|char_ram~16765feeder_combout ; +wire \text_gen|char_ram~16765_q ; +wire \text_gen|char_ram~17661_q ; +wire \text_gen|char_ram~3325_q ; +wire \text_gen|char_ram~2429_q ; +wire \text_gen|char_ram~42105_combout ; +wire \text_gen|char_ram~42106_combout ; +wire \text_gen|char_ram~23933_q ; +wire \text_gen|char_ram~24829_q ; +wire \text_gen|char_ram~10493_q ; +wire \text_gen|char_ram~9597_q ; +wire \text_gen|char_ram~42112_combout ; +wire \text_gen|char_ram~42113_combout ; +wire \text_gen|char_ram~2877feeder_combout ; +wire \text_gen|char_ram~2877_q ; +wire \text_gen|char_ram~17213_q ; +wire \text_gen|char_ram~1981_q ; +wire \text_gen|char_ram~16317feeder_combout ; +wire \text_gen|char_ram~16317_q ; +wire \text_gen|char_ram~42109_combout ; +wire \text_gen|char_ram~42110_combout ; +wire \text_gen|char_ram~10045feeder_combout ; +wire \text_gen|char_ram~10045_q ; +wire \text_gen|char_ram~24381_q ; +wire \text_gen|char_ram~23485feeder_combout ; +wire \text_gen|char_ram~23485_q ; +wire \text_gen|char_ram~9149_q ; +wire \text_gen|char_ram~42107_combout ; +wire \text_gen|char_ram~42108_combout ; +wire \text_gen|char_ram~42111_combout ; +wire \text_gen|char_ram~42114_combout ; +wire \text_gen|char_ram~23478_q ; +wire \text_gen|char_ram~24374_q ; +wire \text_gen|char_ram~9142_q ; +wire \text_gen|char_ram~10038_q ; +wire \text_gen|char_ram~42115_combout ; +wire \text_gen|char_ram~42116_combout ; +wire \text_gen|char_ram~10486_q ; +wire \text_gen|char_ram~24822_q ; +wire \text_gen|char_ram~23926_q ; +wire \text_gen|char_ram~9590_q ; +wire \text_gen|char_ram~42122_combout ; +wire \text_gen|char_ram~42123_combout ; +wire \text_gen|char_ram~16310_q ; +wire \text_gen|char_ram~17206_q ; +wire \text_gen|char_ram~1974_q ; +wire \text_gen|char_ram~2870feeder_combout ; +wire \text_gen|char_ram~2870_q ; +wire \text_gen|char_ram~42119_combout ; +wire \text_gen|char_ram~42120_combout ; +wire \text_gen|char_ram~3318feeder_combout ; +wire \text_gen|char_ram~3318_q ; +wire \text_gen|char_ram~17654_q ; +wire \text_gen|char_ram~16758feeder_combout ; +wire \text_gen|char_ram~16758_q ; +wire \text_gen|char_ram~2422_q ; +wire \text_gen|char_ram~42117_combout ; +wire \text_gen|char_ram~42118_combout ; +wire \text_gen|char_ram~42121_combout ; +wire \text_gen|char_ram~42124_combout ; +wire \text_gen|char_ram~42125_combout ; +wire \text_gen|char_ram~24402_q ; +wire \text_gen|char_ram~24850_q ; +wire \text_gen|char_ram~17234_q ; +wire \text_gen|char_ram~17682_q ; +wire \text_gen|char_ram~42102_combout ; +wire \text_gen|char_ram~42103_combout ; +wire \text_gen|char_ram~16786_q ; +wire \text_gen|char_ram~23954_q ; +wire \text_gen|char_ram~23506_q ; +wire \text_gen|char_ram~16338_q ; +wire \text_gen|char_ram~42095_combout ; +wire \text_gen|char_ram~42096_combout ; +wire \text_gen|char_ram~2450_q ; +wire \text_gen|char_ram~9618_q ; +wire \text_gen|char_ram~2002_q ; +wire \text_gen|char_ram~9170feeder_combout ; +wire \text_gen|char_ram~9170_q ; +wire \text_gen|char_ram~42099_combout ; +wire \text_gen|char_ram~42100_combout ; +wire \text_gen|char_ram~10066feeder_combout ; +wire \text_gen|char_ram~10066_q ; +wire \text_gen|char_ram~10514_q ; +wire \text_gen|char_ram~2898_q ; +wire \text_gen|char_ram~3346_q ; +wire \text_gen|char_ram~42097_combout ; +wire \text_gen|char_ram~42098_combout ; +wire \text_gen|char_ram~42101_combout ; +wire \text_gen|char_ram~42104_combout ; +wire \text_gen|char_ram~42136_combout ; +wire \text_gen|char_ram~42137_combout ; +wire \text_gen|char_ram~22568_q ; +wire \text_gen|char_ram~23016_q ; +wire \text_gen|char_ram~21672_q ; +wire \text_gen|char_ram~22120_q ; +wire \text_gen|char_ram~42165_combout ; +wire \text_gen|char_ram~42166_combout ; +wire \text_gen|char_ram~8232feeder_combout ; +wire \text_gen|char_ram~8232_q ; +wire \text_gen|char_ram~8680_q ; +wire \text_gen|char_ram~7784feeder_combout ; +wire \text_gen|char_ram~7784_q ; +wire \text_gen|char_ram~7336_q ; +wire \text_gen|char_ram~42158_combout ; +wire \text_gen|char_ram~42159_combout ; +wire \text_gen|char_ram~616feeder_combout ; +wire \text_gen|char_ram~616_q ; +wire \text_gen|char_ram~1512_q ; +wire \text_gen|char_ram~168_q ; +wire \text_gen|char_ram~1064feeder_combout ; +wire \text_gen|char_ram~1064_q ; +wire \text_gen|char_ram~42162_combout ; +wire \text_gen|char_ram~42163_combout ; +wire \text_gen|char_ram~14952_q ; +wire \text_gen|char_ram~15848_q ; +wire \text_gen|char_ram~14504_q ; +wire \text_gen|char_ram~15400_q ; +wire \text_gen|char_ram~42160_combout ; +wire \text_gen|char_ram~42161_combout ; +wire \text_gen|char_ram~42164_combout ; +wire \text_gen|char_ram~42167_combout ; +wire \text_gen|char_ram~22575_q ; +wire \text_gen|char_ram~23023_q ; +wire \text_gen|char_ram~21679_q ; +wire \text_gen|char_ram~22127_q ; +wire \text_gen|char_ram~42155_combout ; +wire \text_gen|char_ram~42156_combout ; +wire \text_gen|char_ram~14511_q ; +wire \text_gen|char_ram~15407feeder_combout ; +wire \text_gen|char_ram~15407_q ; +wire \text_gen|char_ram~42150_combout ; +wire \text_gen|char_ram~15855_q ; +wire \text_gen|char_ram~14959feeder_combout ; +wire \text_gen|char_ram~14959_q ; +wire \text_gen|char_ram~42151_combout ; +wire \text_gen|char_ram~623feeder_combout ; +wire \text_gen|char_ram~623_q ; +wire \text_gen|char_ram~1519_q ; +wire \text_gen|char_ram~1071feeder_combout ; +wire \text_gen|char_ram~1071_q ; +wire \text_gen|char_ram~175_q ; +wire \text_gen|char_ram~42152_combout ; +wire \text_gen|char_ram~42153_combout ; +wire \text_gen|char_ram~42154_combout ; +wire \text_gen|char_ram~8239_q ; +wire \text_gen|char_ram~8687_q ; +wire \text_gen|char_ram~7343_q ; +wire \text_gen|char_ram~7791feeder_combout ; +wire \text_gen|char_ram~7791_q ; +wire \text_gen|char_ram~42148_combout ; +wire \text_gen|char_ram~42149_combout ; +wire \text_gen|char_ram~42157_combout ; +wire \text_gen|char_ram~42168_combout ; +wire \text_gen|char_ram~22603feeder_combout ; +wire \text_gen|char_ram~22603_q ; +wire \text_gen|char_ram~23051_q ; +wire \text_gen|char_ram~22155feeder_combout ; +wire \text_gen|char_ram~22155_q ; +wire \text_gen|char_ram~21707_q ; +wire \text_gen|char_ram~42176_combout ; +wire \text_gen|char_ram~42177_combout ; +wire \text_gen|char_ram~14987_q ; +wire \text_gen|char_ram~14539_q ; +wire \text_gen|char_ram~15435_q ; +wire \text_gen|char_ram~42169_combout ; +wire \text_gen|char_ram~15883_q ; +wire \text_gen|char_ram~42170_combout ; +wire \text_gen|char_ram~651feeder_combout ; +wire \text_gen|char_ram~651_q ; +wire \text_gen|char_ram~203_q ; +wire \text_gen|char_ram~1099feeder_combout ; +wire \text_gen|char_ram~1099_q ; +wire \text_gen|char_ram~42173_combout ; +wire \text_gen|char_ram~1547_q ; +wire \text_gen|char_ram~42174_combout ; +wire \text_gen|char_ram~8267_q ; +wire \text_gen|char_ram~8715_q ; +wire \text_gen|char_ram~7371_q ; +wire \text_gen|char_ram~7819_q ; +wire \text_gen|char_ram~42171_combout ; +wire \text_gen|char_ram~42172_combout ; +wire \text_gen|char_ram~42175_combout ; +wire \text_gen|char_ram~42178_combout ; +wire \text_gen|char_ram~8260_q ; +wire \text_gen|char_ram~8708_q ; +wire \text_gen|char_ram~7812feeder_combout ; +wire \text_gen|char_ram~7812_q ; +wire \text_gen|char_ram~7364_q ; +wire \text_gen|char_ram~42140_combout ; +wire \text_gen|char_ram~42141_combout ; +wire \text_gen|char_ram~644_q ; +wire \text_gen|char_ram~1540_q ; +wire \text_gen|char_ram~196_q ; +wire \text_gen|char_ram~1092_q ; +wire \text_gen|char_ram~42142_combout ; +wire \text_gen|char_ram~42143_combout ; +wire \text_gen|char_ram~42144_combout ; +wire \text_gen|char_ram~23044_q ; +wire \text_gen|char_ram~22596feeder_combout ; +wire \text_gen|char_ram~22596_q ; +wire \text_gen|char_ram~22148_q ; +wire \text_gen|char_ram~21700_q ; +wire \text_gen|char_ram~42145_combout ; +wire \text_gen|char_ram~42146_combout ; +wire \text_gen|char_ram~15876_q ; +wire \text_gen|char_ram~14980_q ; +wire \text_gen|char_ram~14532_q ; +wire \text_gen|char_ram~15428feeder_combout ; +wire \text_gen|char_ram~15428_q ; +wire \text_gen|char_ram~42138_combout ; +wire \text_gen|char_ram~42139_combout ; +wire \text_gen|char_ram~42147_combout ; +wire \text_gen|char_ram~42179_combout ; +wire \text_gen|char_ram~21714_q ; +wire \text_gen|char_ram~14546_q ; +wire \text_gen|char_ram~42265_combout ; +wire \text_gen|char_ram~22162_q ; +wire \text_gen|char_ram~14994_q ; +wire \text_gen|char_ram~42266_combout ; +wire \text_gen|char_ram~22610_q ; +wire \text_gen|char_ram~23058_q ; +wire \text_gen|char_ram~15890feeder_combout ; +wire \text_gen|char_ram~15890_q ; +wire \text_gen|char_ram~15442_q ; +wire \text_gen|char_ram~42272_combout ; +wire \text_gen|char_ram~42273_combout ; +wire \text_gen|char_ram~658feeder_combout ; +wire \text_gen|char_ram~658_q ; +wire \text_gen|char_ram~7826_q ; +wire \text_gen|char_ram~7378feeder_combout ; +wire \text_gen|char_ram~7378_q ; +wire \text_gen|char_ram~210_q ; +wire \text_gen|char_ram~42269_combout ; +wire \text_gen|char_ram~42270_combout ; +wire \text_gen|char_ram~8274_q ; +wire \text_gen|char_ram~8722_q ; +wire \text_gen|char_ram~1554_q ; +wire \text_gen|char_ram~1106_q ; +wire \text_gen|char_ram~42267_combout ; +wire \text_gen|char_ram~42268_combout ; +wire \text_gen|char_ram~42271_combout ; +wire \text_gen|char_ram~42274_combout ; +wire \text_gen|char_ram~1561_q ; +wire \text_gen|char_ram~8729_q ; +wire \text_gen|char_ram~8281_q ; +wire \text_gen|char_ram~1113_q ; +wire \text_gen|char_ram~42296_combout ; +wire \text_gen|char_ram~42297_combout ; +wire \text_gen|char_ram~15897_q ; +wire \text_gen|char_ram~23065_q ; +wire \text_gen|char_ram~22617_q ; +wire \text_gen|char_ram~15449_q ; +wire \text_gen|char_ram~42303_combout ; +wire \text_gen|char_ram~42304_combout ; +wire \text_gen|char_ram~7385_q ; +wire \text_gen|char_ram~665_q ; +wire \text_gen|char_ram~217_q ; +wire \text_gen|char_ram~42300_combout ; +wire \text_gen|char_ram~7833_q ; +wire \text_gen|char_ram~42301_combout ; +wire \text_gen|char_ram~21721feeder_combout ; +wire \text_gen|char_ram~21721_q ; +wire \text_gen|char_ram~22169_q ; +wire \text_gen|char_ram~15001_q ; +wire \text_gen|char_ram~14553_q ; +wire \text_gen|char_ram~42298_combout ; +wire \text_gen|char_ram~42299_combout ; +wire \text_gen|char_ram~42302_combout ; +wire \text_gen|char_ram~42305_combout ; +wire \text_gen|char_ram~8246_q ; +wire \text_gen|char_ram~8694_q ; +wire \text_gen|char_ram~7350_q ; +wire \text_gen|char_ram~7798feeder_combout ; +wire \text_gen|char_ram~7798_q ; +wire \text_gen|char_ram~42285_combout ; +wire \text_gen|char_ram~42286_combout ; +wire \text_gen|char_ram~22582feeder_combout ; +wire \text_gen|char_ram~22582_q ; +wire \text_gen|char_ram~23030_q ; +wire \text_gen|char_ram~21686_q ; +wire \text_gen|char_ram~22134_q ; +wire \text_gen|char_ram~42292_combout ; +wire \text_gen|char_ram~42293_combout ; +wire \text_gen|char_ram~14966feeder_combout ; +wire \text_gen|char_ram~14966_q ; +wire \text_gen|char_ram~15862_q ; +wire \text_gen|char_ram~15414_q ; +wire \text_gen|char_ram~14518_q ; +wire \text_gen|char_ram~42287_combout ; +wire \text_gen|char_ram~42288_combout ; +wire \text_gen|char_ram~630_q ; +wire \text_gen|char_ram~1526_q ; +wire \text_gen|char_ram~1078feeder_combout ; +wire \text_gen|char_ram~1078_q ; +wire \text_gen|char_ram~182_q ; +wire \text_gen|char_ram~42289_combout ; +wire \text_gen|char_ram~42290_combout ; +wire \text_gen|char_ram~42291_combout ; +wire \text_gen|char_ram~42294_combout ; +wire \text_gen|char_ram~8253feeder_combout ; +wire \text_gen|char_ram~8253_q ; +wire \text_gen|char_ram~22589_q ; +wire \text_gen|char_ram~7357_q ; +wire \text_gen|char_ram~21693feeder_combout ; +wire \text_gen|char_ram~21693_q ; +wire \text_gen|char_ram~42277_combout ; +wire \text_gen|char_ram~42278_combout ; +wire \text_gen|char_ram~1085feeder_combout ; +wire \text_gen|char_ram~1085_q ; +wire \text_gen|char_ram~15421_q ; +wire \text_gen|char_ram~14525feeder_combout ; +wire \text_gen|char_ram~14525_q ; +wire \text_gen|char_ram~189_q ; +wire \text_gen|char_ram~42279_combout ; +wire \text_gen|char_ram~42280_combout ; +wire \text_gen|char_ram~42281_combout ; +wire \text_gen|char_ram~22141feeder_combout ; +wire \text_gen|char_ram~22141_q ; +wire \text_gen|char_ram~23037_q ; +wire \text_gen|char_ram~8701_q ; +wire \text_gen|char_ram~7805_q ; +wire \text_gen|char_ram~42282_combout ; +wire \text_gen|char_ram~42283_combout ; +wire \text_gen|char_ram~14973_q ; +wire \text_gen|char_ram~15869_q ; +wire \text_gen|char_ram~1533_q ; +wire \text_gen|char_ram~637_q ; +wire \text_gen|char_ram~42275_combout ; +wire \text_gen|char_ram~42276_combout ; +wire \text_gen|char_ram~42284_combout ; +wire \text_gen|char_ram~42295_combout ; +wire \text_gen|char_ram~42306_combout ; +wire \text_gen|char_ram~22540_q ; +wire \text_gen|char_ram~22988_q ; +wire \text_gen|char_ram~21644_q ; +wire \text_gen|char_ram~22092feeder_combout ; +wire \text_gen|char_ram~22092_q ; +wire \text_gen|char_ram~42239_combout ; +wire \text_gen|char_ram~42240_combout ; +wire \text_gen|char_ram~14924feeder_combout ; +wire \text_gen|char_ram~14924_q ; +wire \text_gen|char_ram~15820_q ; +wire \text_gen|char_ram~14476_q ; +wire \text_gen|char_ram~15372_q ; +wire \text_gen|char_ram~42232_combout ; +wire \text_gen|char_ram~42233_combout ; +wire \text_gen|char_ram~588feeder_combout ; +wire \text_gen|char_ram~588_q ; +wire \text_gen|char_ram~1036_q ; +wire \text_gen|char_ram~140_q ; +wire \text_gen|char_ram~42236_combout ; +wire \text_gen|char_ram~1484_q ; +wire \text_gen|char_ram~42237_combout ; +wire \text_gen|char_ram~8204feeder_combout ; +wire \text_gen|char_ram~8204_q ; +wire \text_gen|char_ram~8652_q ; +wire \text_gen|char_ram~7756feeder_combout ; +wire \text_gen|char_ram~7756_q ; +wire \text_gen|char_ram~7308_q ; +wire \text_gen|char_ram~42234_combout ; +wire \text_gen|char_ram~42235_combout ; +wire \text_gen|char_ram~42238_combout ; +wire \text_gen|char_ram~42241_combout ; +wire \text_gen|char_ram~22512feeder_combout ; +wire \text_gen|char_ram~22512_q ; +wire \text_gen|char_ram~22960_q ; +wire \text_gen|char_ram~21616_q ; +wire \text_gen|char_ram~22064feeder_combout ; +wire \text_gen|char_ram~22064_q ; +wire \text_gen|char_ram~42249_combout ; +wire \text_gen|char_ram~42250_combout ; +wire \text_gen|char_ram~14448_q ; +wire \text_gen|char_ram~15344feeder_combout ; +wire \text_gen|char_ram~15344_q ; +wire \text_gen|char_ram~42242_combout ; +wire \text_gen|char_ram~15792_q ; +wire \text_gen|char_ram~14896feeder_combout ; +wire \text_gen|char_ram~14896_q ; +wire \text_gen|char_ram~42243_combout ; +wire \text_gen|char_ram~8176_q ; +wire \text_gen|char_ram~8624_q ; +wire \text_gen|char_ram~7728feeder_combout ; +wire \text_gen|char_ram~7728_q ; +wire \text_gen|char_ram~7280_q ; +wire \text_gen|char_ram~42244_combout ; +wire \text_gen|char_ram~42245_combout ; +wire \text_gen|char_ram~560_q ; +wire \text_gen|char_ram~1456_q ; +wire \text_gen|char_ram~1008_q ; +wire \text_gen|char_ram~112_q ; +wire \text_gen|char_ram~42246_combout ; +wire \text_gen|char_ram~42247_combout ; +wire \text_gen|char_ram~42248_combout ; +wire \text_gen|char_ram~42251_combout ; +wire \text_gen|char_ram~42252_combout ; +wire \text_gen|char_ram~14903feeder_combout ; +wire \text_gen|char_ram~14903_q ; +wire \text_gen|char_ram~15799_q ; +wire \text_gen|char_ram~14455_q ; +wire \text_gen|char_ram~15351feeder_combout ; +wire \text_gen|char_ram~15351_q ; +wire \text_gen|char_ram~42224_combout ; +wire \text_gen|char_ram~42225_combout ; +wire \text_gen|char_ram~1015_q ; +wire \text_gen|char_ram~119_q ; +wire \text_gen|char_ram~42226_combout ; +wire \text_gen|char_ram~1463_q ; +wire \text_gen|char_ram~567_q ; +wire \text_gen|char_ram~42227_combout ; +wire \text_gen|char_ram~42228_combout ; +wire \text_gen|char_ram~8183feeder_combout ; +wire \text_gen|char_ram~8183_q ; +wire \text_gen|char_ram~8631_q ; +wire \text_gen|char_ram~7735_q ; +wire \text_gen|char_ram~7287_q ; +wire \text_gen|char_ram~42222_combout ; +wire \text_gen|char_ram~42223_combout ; +wire \text_gen|char_ram~22519feeder_combout ; +wire \text_gen|char_ram~22519_q ; +wire \text_gen|char_ram~22967_q ; +wire \text_gen|char_ram~22071_q ; +wire \text_gen|char_ram~21623_q ; +wire \text_gen|char_ram~42229_combout ; +wire \text_gen|char_ram~42230_combout ; +wire \text_gen|char_ram~42231_combout ; +wire \text_gen|char_ram~22547feeder_combout ; +wire \text_gen|char_ram~22547_q ; +wire \text_gen|char_ram~22995_q ; +wire \text_gen|char_ram~21651_q ; +wire \text_gen|char_ram~22099feeder_combout ; +wire \text_gen|char_ram~22099_q ; +wire \text_gen|char_ram~42260_combout ; +wire \text_gen|char_ram~42261_combout ; +wire \text_gen|char_ram~14931feeder_combout ; +wire \text_gen|char_ram~14931_q ; +wire \text_gen|char_ram~15379feeder_combout ; +wire \text_gen|char_ram~15379_q ; +wire \text_gen|char_ram~14483_q ; +wire \text_gen|char_ram~42253_combout ; +wire \text_gen|char_ram~15827_q ; +wire \text_gen|char_ram~42254_combout ; +wire \text_gen|char_ram~8211_q ; +wire \text_gen|char_ram~8659_q ; +wire \text_gen|char_ram~7763_q ; +wire \text_gen|char_ram~7315_q ; +wire \text_gen|char_ram~42255_combout ; +wire \text_gen|char_ram~42256_combout ; +wire \text_gen|char_ram~595feeder_combout ; +wire \text_gen|char_ram~595_q ; +wire \text_gen|char_ram~1491_q ; +wire \text_gen|char_ram~1043_q ; +wire \text_gen|char_ram~147_q ; +wire \text_gen|char_ram~42257_combout ; +wire \text_gen|char_ram~42258_combout ; +wire \text_gen|char_ram~42259_combout ; +wire \text_gen|char_ram~42262_combout ; +wire \text_gen|char_ram~42263_combout ; +wire \text_gen|char_ram~22561feeder_combout ; +wire \text_gen|char_ram~22561_q ; +wire \text_gen|char_ram~23009_q ; +wire \text_gen|char_ram~21665_q ; +wire \text_gen|char_ram~22113feeder_combout ; +wire \text_gen|char_ram~22113_q ; +wire \text_gen|char_ram~42218_combout ; +wire \text_gen|char_ram~42219_combout ; +wire \text_gen|char_ram~609_q ; +wire \text_gen|char_ram~1505_q ; +wire \text_gen|char_ram~1057feeder_combout ; +wire \text_gen|char_ram~1057_q ; +wire \text_gen|char_ram~161_q ; +wire \text_gen|char_ram~42215_combout ; +wire \text_gen|char_ram~42216_combout ; +wire \text_gen|char_ram~7329_q ; +wire \text_gen|char_ram~7777_q ; +wire \text_gen|char_ram~42213_combout ; +wire \text_gen|char_ram~8225_q ; +wire \text_gen|char_ram~8673_q ; +wire \text_gen|char_ram~42214_combout ; +wire \text_gen|char_ram~42217_combout ; +wire \text_gen|char_ram~14497_q ; +wire \text_gen|char_ram~15393_q ; +wire \text_gen|char_ram~42211_combout ; +wire \text_gen|char_ram~15841_q ; +wire \text_gen|char_ram~14945_q ; +wire \text_gen|char_ram~42212_combout ; +wire \text_gen|char_ram~42220_combout ; +wire \text_gen|char_ram~8197feeder_combout ; +wire \text_gen|char_ram~8197_q ; +wire \text_gen|char_ram~8645_q ; +wire \text_gen|char_ram~7301_q ; +wire \text_gen|char_ram~7749feeder_combout ; +wire \text_gen|char_ram~7749_q ; +wire \text_gen|char_ram~42180_combout ; +wire \text_gen|char_ram~42181_combout ; +wire \text_gen|char_ram~22533feeder_combout ; +wire \text_gen|char_ram~22533_q ; +wire \text_gen|char_ram~22981_q ; +wire \text_gen|char_ram~22085_q ; +wire \text_gen|char_ram~21637_q ; +wire \text_gen|char_ram~42187_combout ; +wire \text_gen|char_ram~42188_combout ; +wire \text_gen|char_ram~14917_q ; +wire \text_gen|char_ram~15813_q ; +wire \text_gen|char_ram~15365_q ; +wire \text_gen|char_ram~14469_q ; +wire \text_gen|char_ram~42182_combout ; +wire \text_gen|char_ram~42183_combout ; +wire \text_gen|char_ram~581feeder_combout ; +wire \text_gen|char_ram~581_q ; +wire \text_gen|char_ram~1477_q ; +wire \text_gen|char_ram~133_q ; +wire \text_gen|char_ram~1029feeder_combout ; +wire \text_gen|char_ram~1029_q ; +wire \text_gen|char_ram~42184_combout ; +wire \text_gen|char_ram~42185_combout ; +wire \text_gen|char_ram~42186_combout ; +wire \text_gen|char_ram~42189_combout ; +wire \text_gen|char_ram~22526feeder_combout ; +wire \text_gen|char_ram~22526_q ; +wire \text_gen|char_ram~22974_q ; +wire \text_gen|char_ram~21630_q ; +wire \text_gen|char_ram~22078_q ; +wire \text_gen|char_ram~42207_combout ; +wire \text_gen|char_ram~42208_combout ; +wire \text_gen|char_ram~14910feeder_combout ; +wire \text_gen|char_ram~14910_q ; +wire \text_gen|char_ram~15806_q ; +wire \text_gen|char_ram~14462_q ; +wire \text_gen|char_ram~15358_q ; +wire \text_gen|char_ram~42202_combout ; +wire \text_gen|char_ram~42203_combout ; +wire \text_gen|char_ram~574_q ; +wire \text_gen|char_ram~1470_q ; +wire \text_gen|char_ram~126_q ; +wire \text_gen|char_ram~1022_q ; +wire \text_gen|char_ram~42204_combout ; +wire \text_gen|char_ram~42205_combout ; +wire \text_gen|char_ram~42206_combout ; +wire \text_gen|char_ram~8190feeder_combout ; +wire \text_gen|char_ram~8190_q ; +wire \text_gen|char_ram~8638_q ; +wire \text_gen|char_ram~7294_q ; +wire \text_gen|char_ram~7742feeder_combout ; +wire \text_gen|char_ram~7742_q ; +wire \text_gen|char_ram~42200_combout ; +wire \text_gen|char_ram~42201_combout ; +wire \text_gen|char_ram~42209_combout ; +wire \text_gen|char_ram~8218feeder_combout ; +wire \text_gen|char_ram~8218_q ; +wire \text_gen|char_ram~8666_q ; +wire \text_gen|char_ram~7770feeder_combout ; +wire \text_gen|char_ram~7770_q ; +wire \text_gen|char_ram~7322_q ; +wire \text_gen|char_ram~42192_combout ; +wire \text_gen|char_ram~42193_combout ; +wire \text_gen|char_ram~1498feeder_combout ; +wire \text_gen|char_ram~1498_q ; +wire \text_gen|char_ram~602_q ; +wire \text_gen|char_ram~1050_q ; +wire \text_gen|char_ram~154_q ; +wire \text_gen|char_ram~42194_combout ; +wire \text_gen|char_ram~42195_combout ; +wire \text_gen|char_ram~42196_combout ; +wire \text_gen|char_ram~22554feeder_combout ; +wire \text_gen|char_ram~22554_q ; +wire \text_gen|char_ram~23002_q ; +wire \text_gen|char_ram~22106feeder_combout ; +wire \text_gen|char_ram~22106_q ; +wire \text_gen|char_ram~21658_q ; +wire \text_gen|char_ram~42197_combout ; +wire \text_gen|char_ram~42198_combout ; +wire \text_gen|char_ram~14938_q ; +wire \text_gen|char_ram~15834_q ; +wire \text_gen|char_ram~14490_q ; +wire \text_gen|char_ram~15386feeder_combout ; +wire \text_gen|char_ram~15386_q ; +wire \text_gen|char_ram~42190_combout ; +wire \text_gen|char_ram~42191_combout ; +wire \text_gen|char_ram~42199_combout ; +wire \text_gen|char_ram~42210_combout ; +wire \text_gen|char_ram~42221_combout ; +wire \text_gen|char_ram~42264_combout ; +wire \text_gen|char_ram~42307_combout ; +wire \text_gen|char_ram~42308_combout ; +wire \text_gen|char_ram~42479_combout ; +wire \text_gen|char_ram~28644feeder_combout ; +wire \text_gen|char_ram~28644_q ; +wire \text_gen|char_ram~28658_q ; +wire \text_gen|char_ram~28616_q ; +wire \text_gen|char_ram~28630feeder_combout ; +wire \text_gen|char_ram~28630_q ; +wire \text_gen|char_ram~44436_combout ; +wire \text_gen|char_ram~44437_combout ; +wire \text_gen|char_ram~28182_q ; +wire \text_gen|char_ram~28210_q ; +wire \text_gen|char_ram~28168_q ; +wire \text_gen|char_ram~28196feeder_combout ; +wire \text_gen|char_ram~28196_q ; +wire \text_gen|char_ram~44429_combout ; +wire \text_gen|char_ram~44430_combout ; +wire \text_gen|char_ram~27734_q ; +wire \text_gen|char_ram~27720_q ; +wire \text_gen|char_ram~44431_combout ; +wire \text_gen|char_ram~27762_q ; +wire \text_gen|char_ram~27748_q ; +wire \text_gen|char_ram~44432_combout ; +wire \text_gen|char_ram~27286_q ; +wire \text_gen|char_ram~27314_q ; +wire \text_gen|char_ram~27272_q ; +wire \text_gen|char_ram~27300_q ; +wire \text_gen|char_ram~44433_combout ; +wire \text_gen|char_ram~44434_combout ; +wire \text_gen|char_ram~44435_combout ; +wire \text_gen|char_ram~44438_combout ; +wire \text_gen|char_ram~20566_q ; +wire \text_gen|char_ram~20552_q ; +wire \text_gen|char_ram~44398_combout ; +wire \text_gen|char_ram~20594_q ; +wire \text_gen|char_ram~20580_q ; +wire \text_gen|char_ram~44399_combout ; +wire \text_gen|char_ram~21462feeder_combout ; +wire \text_gen|char_ram~21462_q ; +wire \text_gen|char_ram~21448_q ; +wire \text_gen|char_ram~44405_combout ; +wire \text_gen|char_ram~21476_q ; +wire \text_gen|char_ram~21490feeder_combout ; +wire \text_gen|char_ram~21490_q ; +wire \text_gen|char_ram~44406_combout ; +wire \text_gen|char_ram~21014_q ; +wire \text_gen|char_ram~21042_q ; +wire \text_gen|char_ram~21000_q ; +wire \text_gen|char_ram~21028feeder_combout ; +wire \text_gen|char_ram~21028_q ; +wire \text_gen|char_ram~44400_combout ; +wire \text_gen|char_ram~44401_combout ; +wire \text_gen|char_ram~20118_q ; +wire \text_gen|char_ram~20146_q ; +wire \text_gen|char_ram~20104_q ; +wire \text_gen|char_ram~20132feeder_combout ; +wire \text_gen|char_ram~20132_q ; +wire \text_gen|char_ram~44402_combout ; +wire \text_gen|char_ram~44403_combout ; +wire \text_gen|char_ram~44404_combout ; +wire \text_gen|char_ram~44407_combout ; +wire \text_gen|char_ram~7140feeder_combout ; +wire \text_gen|char_ram~7140_q ; +wire \text_gen|char_ram~7154_q ; +wire \text_gen|char_ram~7126_q ; +wire \text_gen|char_ram~7112_q ; +wire \text_gen|char_ram~44425_combout ; +wire \text_gen|char_ram~44426_combout ; +wire \text_gen|char_ram~6244feeder_combout ; +wire \text_gen|char_ram~6244_q ; +wire \text_gen|char_ram~6258_q ; +wire \text_gen|char_ram~6216_q ; +wire \text_gen|char_ram~6230feeder_combout ; +wire \text_gen|char_ram~6230_q ; +wire \text_gen|char_ram~44418_combout ; +wire \text_gen|char_ram~44419_combout ; +wire \text_gen|char_ram~5768_q ; +wire \text_gen|char_ram~5782feeder_combout ; +wire \text_gen|char_ram~5782_q ; +wire \text_gen|char_ram~44422_combout ; +wire \text_gen|char_ram~5810_q ; +wire \text_gen|char_ram~5796_q ; +wire \text_gen|char_ram~44423_combout ; +wire \text_gen|char_ram~6692feeder_combout ; +wire \text_gen|char_ram~6692_q ; +wire \text_gen|char_ram~6706_q ; +wire \text_gen|char_ram~6678_q ; +wire \text_gen|char_ram~6664_q ; +wire \text_gen|char_ram~44420_combout ; +wire \text_gen|char_ram~44421_combout ; +wire \text_gen|char_ram~44424_combout ; +wire \text_gen|char_ram~44427_combout ; +wire \text_gen|char_ram~13846_q ; +wire \text_gen|char_ram~13874_q ; +wire \text_gen|char_ram~13832_q ; +wire \text_gen|char_ram~13860_q ; +wire \text_gen|char_ram~44408_combout ; +wire \text_gen|char_ram~44409_combout ; +wire \text_gen|char_ram~14308_q ; +wire \text_gen|char_ram~14322_q ; +wire \text_gen|char_ram~14294_q ; +wire \text_gen|char_ram~14280_q ; +wire \text_gen|char_ram~44415_combout ; +wire \text_gen|char_ram~44416_combout ; +wire \text_gen|char_ram~12950feeder_combout ; +wire \text_gen|char_ram~12950_q ; +wire \text_gen|char_ram~12978_q ; +wire \text_gen|char_ram~12936_q ; +wire \text_gen|char_ram~12964_q ; +wire \text_gen|char_ram~44412_combout ; +wire \text_gen|char_ram~44413_combout ; +wire \text_gen|char_ram~13412_q ; +wire \text_gen|char_ram~13426_q ; +wire \text_gen|char_ram~13384_q ; +wire \text_gen|char_ram~13398feeder_combout ; +wire \text_gen|char_ram~13398_q ; +wire \text_gen|char_ram~44410_combout ; +wire \text_gen|char_ram~44411_combout ; +wire \text_gen|char_ram~44414_combout ; +wire \text_gen|char_ram~44417_combout ; +wire \text_gen|char_ram~44428_combout ; +wire \text_gen|char_ram~44439_combout ; +wire \text_gen|char_ram~28140_q ; +wire \text_gen|char_ram~28154_q ; +wire \text_gen|char_ram~28112_q ; +wire \text_gen|char_ram~28126_q ; +wire \text_gen|char_ram~44471_combout ; +wire \text_gen|char_ram~44472_combout ; +wire \text_gen|char_ram~27244feeder_combout ; +wire \text_gen|char_ram~27244_q ; +wire \text_gen|char_ram~27258_q ; +wire \text_gen|char_ram~27216_q ; +wire \text_gen|char_ram~27230_q ; +wire \text_gen|char_ram~44475_combout ; +wire \text_gen|char_ram~44476_combout ; +wire \text_gen|char_ram~27692_q ; +wire \text_gen|char_ram~27706_q ; +wire \text_gen|char_ram~27664_q ; +wire \text_gen|char_ram~27678feeder_combout ; +wire \text_gen|char_ram~27678_q ; +wire \text_gen|char_ram~44473_combout ; +wire \text_gen|char_ram~44474_combout ; +wire \text_gen|char_ram~44477_combout ; +wire \text_gen|char_ram~28588feeder_combout ; +wire \text_gen|char_ram~28588_q ; +wire \text_gen|char_ram~28602_q ; +wire \text_gen|char_ram~28560_q ; +wire \text_gen|char_ram~28574_q ; +wire \text_gen|char_ram~44478_combout ; +wire \text_gen|char_ram~44479_combout ; +wire \text_gen|char_ram~44480_combout ; +wire \text_gen|char_ram~12908feeder_combout ; +wire \text_gen|char_ram~12908_q ; +wire \text_gen|char_ram~12922_q ; +wire \text_gen|char_ram~12880_q ; +wire \text_gen|char_ram~12894_q ; +wire \text_gen|char_ram~44444_combout ; +wire \text_gen|char_ram~44445_combout ; +wire \text_gen|char_ram~13356_q ; +wire \text_gen|char_ram~13328_q ; +wire \text_gen|char_ram~13342feeder_combout ; +wire \text_gen|char_ram~13342_q ; +wire \text_gen|char_ram~44442_combout ; +wire \text_gen|char_ram~13370feeder_combout ; +wire \text_gen|char_ram~13370_q ; +wire \text_gen|char_ram~44443_combout ; +wire \text_gen|char_ram~44446_combout ; +wire \text_gen|char_ram~13776_q ; +wire \text_gen|char_ram~13790feeder_combout ; +wire \text_gen|char_ram~13790_q ; +wire \text_gen|char_ram~44440_combout ; +wire \text_gen|char_ram~13818_q ; +wire \text_gen|char_ram~13804_q ; +wire \text_gen|char_ram~44441_combout ; +wire \text_gen|char_ram~14252_q ; +wire \text_gen|char_ram~14266_q ; +wire \text_gen|char_ram~14224_q ; +wire \text_gen|char_ram~14238feeder_combout ; +wire \text_gen|char_ram~14238_q ; +wire \text_gen|char_ram~44447_combout ; +wire \text_gen|char_ram~44448_combout ; +wire \text_gen|char_ram~44449_combout ; +wire \text_gen|char_ram~20076_q ; +wire \text_gen|char_ram~20090_q ; +wire \text_gen|char_ram~20062feeder_combout ; +wire \text_gen|char_ram~20062_q ; +wire \text_gen|char_ram~20048_q ; +wire \text_gen|char_ram~44454_combout ; +wire \text_gen|char_ram~44455_combout ; +wire \text_gen|char_ram~20972feeder_combout ; +wire \text_gen|char_ram~20972_q ; +wire \text_gen|char_ram~20986_q ; +wire \text_gen|char_ram~20944_q ; +wire \text_gen|char_ram~20958feeder_combout ; +wire \text_gen|char_ram~20958_q ; +wire \text_gen|char_ram~44452_combout ; +wire \text_gen|char_ram~44453_combout ; +wire \text_gen|char_ram~44456_combout ; +wire \text_gen|char_ram~21420feeder_combout ; +wire \text_gen|char_ram~21420_q ; +wire \text_gen|char_ram~21434_q ; +wire \text_gen|char_ram~21392_q ; +wire \text_gen|char_ram~21406feeder_combout ; +wire \text_gen|char_ram~21406_q ; +wire \text_gen|char_ram~44457_combout ; +wire \text_gen|char_ram~44458_combout ; +wire \text_gen|char_ram~20524feeder_combout ; +wire \text_gen|char_ram~20524_q ; +wire \text_gen|char_ram~20538_q ; +wire \text_gen|char_ram~20496_q ; +wire \text_gen|char_ram~20510_q ; +wire \text_gen|char_ram~44450_combout ; +wire \text_gen|char_ram~44451_combout ; +wire \text_gen|char_ram~44459_combout ; +wire \text_gen|char_ram~6608_q ; +wire \text_gen|char_ram~6622_q ; +wire \text_gen|char_ram~44460_combout ; +wire \text_gen|char_ram~6636_q ; +wire \text_gen|char_ram~6650_q ; +wire \text_gen|char_ram~44461_combout ; +wire \text_gen|char_ram~7084_q ; +wire \text_gen|char_ram~7098_q ; +wire \text_gen|char_ram~7056_q ; +wire \text_gen|char_ram~7070feeder_combout ; +wire \text_gen|char_ram~7070_q ; +wire \text_gen|char_ram~44467_combout ; +wire \text_gen|char_ram~44468_combout ; +wire \text_gen|char_ram~5754_q ; +wire \text_gen|char_ram~5712_q ; +wire \text_gen|char_ram~5726_q ; +wire \text_gen|char_ram~44464_combout ; +wire \text_gen|char_ram~5740_q ; +wire \text_gen|char_ram~44465_combout ; +wire \text_gen|char_ram~6188_q ; +wire \text_gen|char_ram~6202_q ; +wire \text_gen|char_ram~6160_q ; +wire \text_gen|char_ram~6174feeder_combout ; +wire \text_gen|char_ram~6174_q ; +wire \text_gen|char_ram~44462_combout ; +wire \text_gen|char_ram~44463_combout ; +wire \text_gen|char_ram~44466_combout ; +wire \text_gen|char_ram~44469_combout ; +wire \text_gen|char_ram~44470_combout ; +wire \text_gen|char_ram~44481_combout ; +wire \text_gen|char_ram~44482_combout ; +wire \text_gen|char_ram~14273feeder_combout ; +wire \text_gen|char_ram~14273_q ; +wire \text_gen|char_ram~14245_q ; +wire \text_gen|char_ram~44394_combout ; +wire \text_gen|char_ram~28581_q ; +wire \text_gen|char_ram~28609_q ; +wire \text_gen|char_ram~44395_combout ; +wire \text_gen|char_ram~20517_q ; +wire \text_gen|char_ram~20545_q ; +wire \text_gen|char_ram~6209_q ; +wire \text_gen|char_ram~6181_q ; +wire \text_gen|char_ram~44391_combout ; +wire \text_gen|char_ram~44392_combout ; +wire \text_gen|char_ram~21413_q ; +wire \text_gen|char_ram~7105_q ; +wire \text_gen|char_ram~7077_q ; +wire \text_gen|char_ram~44389_combout ; +wire \text_gen|char_ram~21441_q ; +wire \text_gen|char_ram~44390_combout ; +wire \text_gen|char_ram~44393_combout ; +wire \text_gen|char_ram~27685_q ; +wire \text_gen|char_ram~27713_q ; +wire \text_gen|char_ram~13377feeder_combout ; +wire \text_gen|char_ram~13377_q ; +wire \text_gen|char_ram~13349_q ; +wire \text_gen|char_ram~44387_combout ; +wire \text_gen|char_ram~44388_combout ; +wire \text_gen|char_ram~44396_combout ; +wire \text_gen|char_ram~27699feeder_combout ; +wire \text_gen|char_ram~27699_q ; +wire \text_gen|char_ram~27671_q ; +wire \text_gen|char_ram~13335_q ; +wire \text_gen|char_ram~13363feeder_combout ; +wire \text_gen|char_ram~13363_q ; +wire \text_gen|char_ram~44356_combout ; +wire \text_gen|char_ram~44357_combout ; +wire \text_gen|char_ram~28567_q ; +wire \text_gen|char_ram~28595_q ; +wire \text_gen|char_ram~14259feeder_combout ; +wire \text_gen|char_ram~14259_q ; +wire \text_gen|char_ram~14231_q ; +wire \text_gen|char_ram~44363_combout ; +wire \text_gen|char_ram~44364_combout ; +wire \text_gen|char_ram~21399_q ; +wire \text_gen|char_ram~21427_q ; +wire \text_gen|char_ram~7091feeder_combout ; +wire \text_gen|char_ram~7091_q ; +wire \text_gen|char_ram~7063_q ; +wire \text_gen|char_ram~44358_combout ; +wire \text_gen|char_ram~44359_combout ; +wire \text_gen|char_ram~20503_q ; +wire \text_gen|char_ram~20531_q ; +wire \text_gen|char_ram~6195_q ; +wire \text_gen|char_ram~6167_q ; +wire \text_gen|char_ram~44360_combout ; +wire \text_gen|char_ram~44361_combout ; +wire \text_gen|char_ram~44362_combout ; +wire \text_gen|char_ram~44365_combout ; +wire \text_gen|char_ram~12901_q ; +wire \text_gen|char_ram~12929_q ; +wire \text_gen|char_ram~5761_q ; +wire \text_gen|char_ram~5733_q ; +wire \text_gen|char_ram~44370_combout ; +wire \text_gen|char_ram~44371_combout ; +wire \text_gen|char_ram~13797feeder_combout ; +wire \text_gen|char_ram~13797_q ; +wire \text_gen|char_ram~13825_q ; +wire \text_gen|char_ram~6657_q ; +wire \text_gen|char_ram~6629_q ; +wire \text_gen|char_ram~44368_combout ; +wire \text_gen|char_ram~44369_combout ; +wire \text_gen|char_ram~44372_combout ; +wire \text_gen|char_ram~20993_q ; +wire \text_gen|char_ram~20965_q ; +wire \text_gen|char_ram~44373_combout ; +wire \text_gen|char_ram~28133feeder_combout ; +wire \text_gen|char_ram~28133_q ; +wire \text_gen|char_ram~28161_q ; +wire \text_gen|char_ram~44374_combout ; +wire \text_gen|char_ram~27237_q ; +wire \text_gen|char_ram~27265_q ; +wire \text_gen|char_ram~20097_q ; +wire \text_gen|char_ram~20069_q ; +wire \text_gen|char_ram~44366_combout ; +wire \text_gen|char_ram~44367_combout ; +wire \text_gen|char_ram~44375_combout ; +wire \text_gen|char_ram~20951_q ; +wire \text_gen|char_ram~20979_q ; +wire \text_gen|char_ram~6643feeder_combout ; +wire \text_gen|char_ram~6643_q ; +wire \text_gen|char_ram~6615_q ; +wire \text_gen|char_ram~44378_combout ; +wire \text_gen|char_ram~44379_combout ; +wire \text_gen|char_ram~20055_q ; +wire \text_gen|char_ram~20083_q ; +wire \text_gen|char_ram~5747_q ; +wire \text_gen|char_ram~5719_q ; +wire \text_gen|char_ram~44380_combout ; +wire \text_gen|char_ram~44381_combout ; +wire \text_gen|char_ram~44382_combout ; +wire \text_gen|char_ram~28119_q ; +wire \text_gen|char_ram~28147_q ; +wire \text_gen|char_ram~13811feeder_combout ; +wire \text_gen|char_ram~13811_q ; +wire \text_gen|char_ram~13783_q ; +wire \text_gen|char_ram~44383_combout ; +wire \text_gen|char_ram~44384_combout ; +wire \text_gen|char_ram~12915_q ; +wire \text_gen|char_ram~12887_q ; +wire \text_gen|char_ram~44376_combout ; +wire \text_gen|char_ram~27223_q ; +wire \text_gen|char_ram~27251_q ; +wire \text_gen|char_ram~44377_combout ; +wire \text_gen|char_ram~44385_combout ; +wire \text_gen|char_ram~44386_combout ; +wire \text_gen|char_ram~44397_combout ; +wire \text_gen|char_ram~20573_q ; +wire \text_gen|char_ram~20601_q ; +wire \text_gen|char_ram~6265_q ; +wire \text_gen|char_ram~6237_q ; +wire \text_gen|char_ram~44510_combout ; +wire \text_gen|char_ram~44511_combout ; +wire \text_gen|char_ram~5803_q ; +wire \text_gen|char_ram~5775_q ; +wire \text_gen|char_ram~44507_combout ; +wire \text_gen|char_ram~20111_q ; +wire \text_gen|char_ram~20139_q ; +wire \text_gen|char_ram~44508_combout ; +wire \text_gen|char_ram~20125feeder_combout ; +wire \text_gen|char_ram~20125_q ; +wire \text_gen|char_ram~20153_q ; +wire \text_gen|char_ram~5817_q ; +wire \text_gen|char_ram~5789_q ; +wire \text_gen|char_ram~44505_combout ; +wire \text_gen|char_ram~44506_combout ; +wire \text_gen|char_ram~44509_combout ; +wire \text_gen|char_ram~20559feeder_combout ; +wire \text_gen|char_ram~20559_q ; +wire \text_gen|char_ram~20587_q ; +wire \text_gen|char_ram~6251_q ; +wire \text_gen|char_ram~6223_q ; +wire \text_gen|char_ram~44503_combout ; +wire \text_gen|char_ram~44504_combout ; +wire \text_gen|char_ram~44512_combout ; +wire \text_gen|char_ram~27727feeder_combout ; +wire \text_gen|char_ram~27727_q ; +wire \text_gen|char_ram~27755_q ; +wire \text_gen|char_ram~13419_q ; +wire \text_gen|char_ram~13391_q ; +wire \text_gen|char_ram~44493_combout ; +wire \text_gen|char_ram~44494_combout ; +wire \text_gen|char_ram~27279_q ; +wire \text_gen|char_ram~27307_q ; +wire \text_gen|char_ram~12971feeder_combout ; +wire \text_gen|char_ram~12971_q ; +wire \text_gen|char_ram~12943_q ; +wire \text_gen|char_ram~44497_combout ; +wire \text_gen|char_ram~44498_combout ; +wire \text_gen|char_ram~27293feeder_combout ; +wire \text_gen|char_ram~27293_q ; +wire \text_gen|char_ram~27321_q ; +wire \text_gen|char_ram~12957_q ; +wire \text_gen|char_ram~12985feeder_combout ; +wire \text_gen|char_ram~12985_q ; +wire \text_gen|char_ram~44495_combout ; +wire \text_gen|char_ram~44496_combout ; +wire \text_gen|char_ram~44499_combout ; +wire \text_gen|char_ram~27741_q ; +wire \text_gen|char_ram~27769_q ; +wire \text_gen|char_ram~13433feeder_combout ; +wire \text_gen|char_ram~13433_q ; +wire \text_gen|char_ram~13405_q ; +wire \text_gen|char_ram~44500_combout ; +wire \text_gen|char_ram~44501_combout ; +wire \text_gen|char_ram~44502_combout ; +wire \text_gen|char_ram~44513_combout ; +wire \text_gen|char_ram~21021_q ; +wire \text_gen|char_ram~21049_q ; +wire \text_gen|char_ram~21007_q ; +wire \text_gen|char_ram~21035feeder_combout ; +wire \text_gen|char_ram~21035_q ; +wire \text_gen|char_ram~44485_combout ; +wire \text_gen|char_ram~44486_combout ; +wire \text_gen|char_ram~6699_q ; +wire \text_gen|char_ram~6671_q ; +wire \text_gen|char_ram~44487_combout ; +wire \text_gen|char_ram~6685_q ; +wire \text_gen|char_ram~6713feeder_combout ; +wire \text_gen|char_ram~6713_q ; +wire \text_gen|char_ram~44488_combout ; +wire \text_gen|char_ram~44489_combout ; +wire \text_gen|char_ram~7133_q ; +wire \text_gen|char_ram~7161_q ; +wire \text_gen|char_ram~7119_q ; +wire \text_gen|char_ram~7147feeder_combout ; +wire \text_gen|char_ram~7147_q ; +wire \text_gen|char_ram~44483_combout ; +wire \text_gen|char_ram~44484_combout ; +wire \text_gen|char_ram~21469_q ; +wire \text_gen|char_ram~21497_q ; +wire \text_gen|char_ram~21455_q ; +wire \text_gen|char_ram~21483_q ; +wire \text_gen|char_ram~44490_combout ; +wire \text_gen|char_ram~44491_combout ; +wire \text_gen|char_ram~44492_combout ; +wire \text_gen|char_ram~14301_q ; +wire \text_gen|char_ram~14329_q ; +wire \text_gen|char_ram~13853_q ; +wire \text_gen|char_ram~13881feeder_combout ; +wire \text_gen|char_ram~13881_q ; +wire \text_gen|char_ram~44516_combout ; +wire \text_gen|char_ram~44517_combout ; +wire \text_gen|char_ram~14287feeder_combout ; +wire \text_gen|char_ram~14287_q ; +wire \text_gen|char_ram~14315_q ; +wire \text_gen|char_ram~13867_q ; +wire \text_gen|char_ram~13839_q ; +wire \text_gen|char_ram~44518_combout ; +wire \text_gen|char_ram~44519_combout ; +wire \text_gen|char_ram~44520_combout ; +wire \text_gen|char_ram~28623_q ; +wire \text_gen|char_ram~28651_q ; +wire \text_gen|char_ram~28175_q ; +wire \text_gen|char_ram~28203_q ; +wire \text_gen|char_ram~44514_combout ; +wire \text_gen|char_ram~44515_combout ; +wire \text_gen|char_ram~28189_q ; +wire \text_gen|char_ram~28217_q ; +wire \text_gen|char_ram~44521_combout ; +wire \text_gen|char_ram~28665_q ; +wire \text_gen|char_ram~28637_q ; +wire \text_gen|char_ram~44522_combout ; +wire \text_gen|char_ram~44523_combout ; +wire \text_gen|char_ram~44524_combout ; +wire \text_gen|char_ram~44525_combout ; +wire \text_gen|char_ram~26852_q ; +wire \text_gen|char_ram~26859_q ; +wire \text_gen|char_ram~26796_q ; +wire \text_gen|char_ram~26803feeder_combout ; +wire \text_gen|char_ram~26803_q ; +wire \text_gen|char_ram~43883_combout ; +wire \text_gen|char_ram~43884_combout ; +wire \text_gen|char_ram~25963_q ; +wire \text_gen|char_ram~25956_q ; +wire \text_gen|char_ram~25900_q ; +wire \text_gen|char_ram~25907_q ; +wire \text_gen|char_ram~43876_combout ; +wire \text_gen|char_ram~43877_combout ; +wire \text_gen|char_ram~26355_q ; +wire \text_gen|char_ram~26411_q ; +wire \text_gen|char_ram~26348_q ; +wire \text_gen|char_ram~26404feeder_combout ; +wire \text_gen|char_ram~26404_q ; +wire \text_gen|char_ram~43878_combout ; +wire \text_gen|char_ram~43879_combout ; +wire \text_gen|char_ram~25459_q ; +wire \text_gen|char_ram~25515_q ; +wire \text_gen|char_ram~25452_q ; +wire \text_gen|char_ram~25508feeder_combout ; +wire \text_gen|char_ram~25508_q ; +wire \text_gen|char_ram~43880_combout ; +wire \text_gen|char_ram~43881_combout ; +wire \text_gen|char_ram~43882_combout ; +wire \text_gen|char_ram~43885_combout ; +wire \text_gen|char_ram~3955_q ; +wire \text_gen|char_ram~4011_q ; +wire \text_gen|char_ram~3948_q ; +wire \text_gen|char_ram~4004_q ; +wire \text_gen|char_ram~43869_combout ; +wire \text_gen|char_ram~43870_combout ; +wire \text_gen|char_ram~4907_q ; +wire \text_gen|char_ram~4844_q ; +wire \text_gen|char_ram~4900_q ; +wire \text_gen|char_ram~43867_combout ; +wire \text_gen|char_ram~4851_q ; +wire \text_gen|char_ram~43868_combout ; +wire \text_gen|char_ram~43871_combout ; +wire \text_gen|char_ram~5292_q ; +wire \text_gen|char_ram~5299feeder_combout ; +wire \text_gen|char_ram~5299_q ; +wire \text_gen|char_ram~43872_combout ; +wire \text_gen|char_ram~5355_q ; +wire \text_gen|char_ram~5348feeder_combout ; +wire \text_gen|char_ram~5348_q ; +wire \text_gen|char_ram~43873_combout ; +wire \text_gen|char_ram~4396_q ; +wire \text_gen|char_ram~4403_q ; +wire \text_gen|char_ram~43865_combout ; +wire \text_gen|char_ram~4459_q ; +wire \text_gen|char_ram~4452_q ; +wire \text_gen|char_ram~43866_combout ; +wire \text_gen|char_ram~43874_combout ; +wire \text_gen|char_ram~19684feeder_combout ; +wire \text_gen|char_ram~19684_q ; +wire \text_gen|char_ram~19691_q ; +wire \text_gen|char_ram~19628_q ; +wire \text_gen|char_ram~19635feeder_combout ; +wire \text_gen|char_ram~19635_q ; +wire \text_gen|char_ram~43862_combout ; +wire \text_gen|char_ram~43863_combout ; +wire \text_gen|char_ram~19187feeder_combout ; +wire \text_gen|char_ram~19187_q ; +wire \text_gen|char_ram~19243feeder_combout ; +wire \text_gen|char_ram~19243_q ; +wire \text_gen|char_ram~19180_q ; +wire \text_gen|char_ram~19236feeder_combout ; +wire \text_gen|char_ram~19236_q ; +wire \text_gen|char_ram~43857_combout ; +wire \text_gen|char_ram~43858_combout ; +wire \text_gen|char_ram~18291feeder_combout ; +wire \text_gen|char_ram~18291_q ; +wire \text_gen|char_ram~18347_q ; +wire \text_gen|char_ram~18284_q ; +wire \text_gen|char_ram~18340feeder_combout ; +wire \text_gen|char_ram~18340_q ; +wire \text_gen|char_ram~43859_combout ; +wire \text_gen|char_ram~43860_combout ; +wire \text_gen|char_ram~43861_combout ; +wire \text_gen|char_ram~18788_q ; +wire \text_gen|char_ram~18795_q ; +wire \text_gen|char_ram~18732_q ; +wire \text_gen|char_ram~18739_q ; +wire \text_gen|char_ram~43855_combout ; +wire \text_gen|char_ram~43856_combout ; +wire \text_gen|char_ram~43864_combout ; +wire \text_gen|char_ram~43875_combout ; +wire \text_gen|char_ram~11571feeder_combout ; +wire \text_gen|char_ram~11571_q ; +wire \text_gen|char_ram~11564_q ; +wire \text_gen|char_ram~43845_combout ; +wire \text_gen|char_ram~11620_q ; +wire \text_gen|char_ram~11627feeder_combout ; +wire \text_gen|char_ram~11627_q ; +wire \text_gen|char_ram~43846_combout ; +wire \text_gen|char_ram~12523_q ; +wire \text_gen|char_ram~12516_q ; +wire \text_gen|char_ram~12460_q ; +wire \text_gen|char_ram~12467_q ; +wire \text_gen|char_ram~43852_combout ; +wire \text_gen|char_ram~43853_combout ; +wire \text_gen|char_ram~11123_q ; +wire \text_gen|char_ram~11179_q ; +wire \text_gen|char_ram~11116_q ; +wire \text_gen|char_ram~11172feeder_combout ; +wire \text_gen|char_ram~11172_q ; +wire \text_gen|char_ram~43849_combout ; +wire \text_gen|char_ram~43850_combout ; +wire \text_gen|char_ram~12019feeder_combout ; +wire \text_gen|char_ram~12019_q ; +wire \text_gen|char_ram~12075_q ; +wire \text_gen|char_ram~12012_q ; +wire \text_gen|char_ram~12068_q ; +wire \text_gen|char_ram~43847_combout ; +wire \text_gen|char_ram~43848_combout ; +wire \text_gen|char_ram~43851_combout ; +wire \text_gen|char_ram~43854_combout ; +wire \text_gen|char_ram~43886_combout ; +wire \text_gen|char_ram~26425_q ; +wire \text_gen|char_ram~26873_q ; +wire \text_gen|char_ram~19705feeder_combout ; +wire \text_gen|char_ram~19705_q ; +wire \text_gen|char_ram~19257_q ; +wire \text_gen|char_ram~44010_combout ; +wire \text_gen|char_ram~44011_combout ; +wire \text_gen|char_ram~25529feeder_combout ; +wire \text_gen|char_ram~25529_q ; +wire \text_gen|char_ram~25977_q ; +wire \text_gen|char_ram~18809feeder_combout ; +wire \text_gen|char_ram~18809_q ; +wire \text_gen|char_ram~18361_q ; +wire \text_gen|char_ram~44003_combout ; +wire \text_gen|char_ram~44004_combout ; +wire \text_gen|char_ram~26369feeder_combout ; +wire \text_gen|char_ram~26369_q ; +wire \text_gen|char_ram~26817_q ; +wire \text_gen|char_ram~19201_q ; +wire \text_gen|char_ram~19649_q ; +wire \text_gen|char_ram~44005_combout ; +wire \text_gen|char_ram~44006_combout ; +wire \text_gen|char_ram~25921_q ; +wire \text_gen|char_ram~25473_q ; +wire \text_gen|char_ram~18753feeder_combout ; +wire \text_gen|char_ram~18753_q ; +wire \text_gen|char_ram~18305_q ; +wire \text_gen|char_ram~44007_combout ; +wire \text_gen|char_ram~44008_combout ; +wire \text_gen|char_ram~44009_combout ; +wire \text_gen|char_ram~44012_combout ; +wire \text_gen|char_ram~19642_q ; +wire \text_gen|char_ram~26810feeder_combout ; +wire \text_gen|char_ram~26810_q ; +wire \text_gen|char_ram~43979_combout ; +wire \text_gen|char_ram~26866_q ; +wire \text_gen|char_ram~19698feeder_combout ; +wire \text_gen|char_ram~19698_q ; +wire \text_gen|char_ram~43980_combout ; +wire \text_gen|char_ram~25970_q ; +wire \text_gen|char_ram~25914_q ; +wire \text_gen|char_ram~18802feeder_combout ; +wire \text_gen|char_ram~18802_q ; +wire \text_gen|char_ram~18746_q ; +wire \text_gen|char_ram~43972_combout ; +wire \text_gen|char_ram~43973_combout ; +wire \text_gen|char_ram~18298_q ; +wire \text_gen|char_ram~18354_q ; +wire \text_gen|char_ram~43976_combout ; +wire \text_gen|char_ram~25522_q ; +wire \text_gen|char_ram~25466_q ; +wire \text_gen|char_ram~43977_combout ; +wire \text_gen|char_ram~26362feeder_combout ; +wire \text_gen|char_ram~26362_q ; +wire \text_gen|char_ram~26418_q ; +wire \text_gen|char_ram~19250feeder_combout ; +wire \text_gen|char_ram~19250_q ; +wire \text_gen|char_ram~19194_q ; +wire \text_gen|char_ram~43974_combout ; +wire \text_gen|char_ram~43975_combout ; +wire \text_gen|char_ram~43978_combout ; +wire \text_gen|char_ram~43981_combout ; +wire \text_gen|char_ram~11578feeder_combout ; +wire \text_gen|char_ram~11578_q ; +wire \text_gen|char_ram~11634_q ; +wire \text_gen|char_ram~4466_q ; +wire \text_gen|char_ram~4410_q ; +wire \text_gen|char_ram~43992_combout ; +wire \text_gen|char_ram~43993_combout ; +wire \text_gen|char_ram~12474_q ; +wire \text_gen|char_ram~12530_q ; +wire \text_gen|char_ram~5362_q ; +wire \text_gen|char_ram~5306_q ; +wire \text_gen|char_ram~43999_combout ; +wire \text_gen|char_ram~44000_combout ; +wire \text_gen|char_ram~11130_q ; +wire \text_gen|char_ram~11186_q ; +wire \text_gen|char_ram~3962_q ; +wire \text_gen|char_ram~4018_q ; +wire \text_gen|char_ram~43996_combout ; +wire \text_gen|char_ram~43997_combout ; +wire \text_gen|char_ram~12026_q ; +wire \text_gen|char_ram~12082_q ; +wire \text_gen|char_ram~4914_q ; +wire \text_gen|char_ram~4858_q ; +wire \text_gen|char_ram~43994_combout ; +wire \text_gen|char_ram~43995_combout ; +wire \text_gen|char_ram~43998_combout ; +wire \text_gen|char_ram~44001_combout ; +wire \text_gen|char_ram~11193feeder_combout ; +wire \text_gen|char_ram~11193_q ; +wire \text_gen|char_ram~12089_q ; +wire \text_gen|char_ram~4921feeder_combout ; +wire \text_gen|char_ram~4921_q ; +wire \text_gen|char_ram~4025_q ; +wire \text_gen|char_ram~43982_combout ; +wire \text_gen|char_ram~43983_combout ; +wire \text_gen|char_ram~11585_q ; +wire \text_gen|char_ram~12481_q ; +wire \text_gen|char_ram~5313_q ; +wire \text_gen|char_ram~4417_q ; +wire \text_gen|char_ram~43984_combout ; +wire \text_gen|char_ram~43985_combout ; +wire \text_gen|char_ram~11137_q ; +wire \text_gen|char_ram~12033_q ; +wire \text_gen|char_ram~4865feeder_combout ; +wire \text_gen|char_ram~4865_q ; +wire \text_gen|char_ram~3969feeder_combout ; +wire \text_gen|char_ram~3969_q ; +wire \text_gen|char_ram~43986_combout ; +wire \text_gen|char_ram~43987_combout ; +wire \text_gen|char_ram~43988_combout ; +wire \text_gen|char_ram~11641feeder_combout ; +wire \text_gen|char_ram~11641_q ; +wire \text_gen|char_ram~12537_q ; +wire \text_gen|char_ram~5369feeder_combout ; +wire \text_gen|char_ram~5369_q ; +wire \text_gen|char_ram~4473_q ; +wire \text_gen|char_ram~43989_combout ; +wire \text_gen|char_ram~43990_combout ; +wire \text_gen|char_ram~43991_combout ; +wire \text_gen|char_ram~44002_combout ; +wire \text_gen|char_ram~44013_combout ; +wire \text_gen|char_ram~19159_q ; +wire \text_gen|char_ram~19215_q ; +wire \text_gen|char_ram~19152_q ; +wire \text_gen|char_ram~19208feeder_combout ; +wire \text_gen|char_ram~19208_q ; +wire \text_gen|char_ram~43941_combout ; +wire \text_gen|char_ram~43942_combout ; +wire \text_gen|char_ram~18263feeder_combout ; +wire \text_gen|char_ram~18263_q ; +wire \text_gen|char_ram~18319_q ; +wire \text_gen|char_ram~18256_q ; +wire \text_gen|char_ram~18312feeder_combout ; +wire \text_gen|char_ram~18312_q ; +wire \text_gen|char_ram~43943_combout ; +wire \text_gen|char_ram~43944_combout ; +wire \text_gen|char_ram~43945_combout ; +wire \text_gen|char_ram~19600_q ; +wire \text_gen|char_ram~19607_q ; +wire \text_gen|char_ram~43946_combout ; +wire \text_gen|char_ram~19663_q ; +wire \text_gen|char_ram~19656feeder_combout ; +wire \text_gen|char_ram~19656_q ; +wire \text_gen|char_ram~43947_combout ; +wire \text_gen|char_ram~18704_q ; +wire \text_gen|char_ram~18711_q ; +wire \text_gen|char_ram~43939_combout ; +wire \text_gen|char_ram~18767_q ; +wire \text_gen|char_ram~18760_q ; +wire \text_gen|char_ram~43940_combout ; +wire \text_gen|char_ram~43948_combout ; +wire \text_gen|char_ram~5320_q ; +wire \text_gen|char_ram~5327_q ; +wire \text_gen|char_ram~5264_q ; +wire \text_gen|char_ram~5271feeder_combout ; +wire \text_gen|char_ram~5271_q ; +wire \text_gen|char_ram~43956_combout ; +wire \text_gen|char_ram~43957_combout ; +wire \text_gen|char_ram~4424_q ; +wire \text_gen|char_ram~4431_q ; +wire \text_gen|char_ram~4368_q ; +wire \text_gen|char_ram~4375feeder_combout ; +wire \text_gen|char_ram~4375_q ; +wire \text_gen|char_ram~43949_combout ; +wire \text_gen|char_ram~43950_combout ; +wire \text_gen|char_ram~3976_q ; +wire \text_gen|char_ram~3983_q ; +wire \text_gen|char_ram~3927feeder_combout ; +wire \text_gen|char_ram~3927_q ; +wire \text_gen|char_ram~3920_q ; +wire \text_gen|char_ram~43953_combout ; +wire \text_gen|char_ram~43954_combout ; +wire \text_gen|char_ram~4823feeder_combout ; +wire \text_gen|char_ram~4823_q ; +wire \text_gen|char_ram~4879_q ; +wire \text_gen|char_ram~4872feeder_combout ; +wire \text_gen|char_ram~4872_q ; +wire \text_gen|char_ram~4816_q ; +wire \text_gen|char_ram~43951_combout ; +wire \text_gen|char_ram~43952_combout ; +wire \text_gen|char_ram~43955_combout ; +wire \text_gen|char_ram~43958_combout ; +wire \text_gen|char_ram~43959_combout ; +wire \text_gen|char_ram~26824_q ; +wire \text_gen|char_ram~26831_q ; +wire \text_gen|char_ram~26768_q ; +wire \text_gen|char_ram~26775_q ; +wire \text_gen|char_ram~43967_combout ; +wire \text_gen|char_ram~43968_combout ; +wire \text_gen|char_ram~26327feeder_combout ; +wire \text_gen|char_ram~26327_q ; +wire \text_gen|char_ram~26383_q ; +wire \text_gen|char_ram~26320_q ; +wire \text_gen|char_ram~26376_q ; +wire \text_gen|char_ram~43962_combout ; +wire \text_gen|char_ram~43963_combout ; +wire \text_gen|char_ram~25487feeder_combout ; +wire \text_gen|char_ram~25487_q ; +wire \text_gen|char_ram~25431feeder_combout ; +wire \text_gen|char_ram~25431_q ; +wire \text_gen|char_ram~25424_q ; +wire \text_gen|char_ram~25480_q ; +wire \text_gen|char_ram~43964_combout ; +wire \text_gen|char_ram~43965_combout ; +wire \text_gen|char_ram~43966_combout ; +wire \text_gen|char_ram~25928_q ; +wire \text_gen|char_ram~25935_q ; +wire \text_gen|char_ram~25872_q ; +wire \text_gen|char_ram~25879_q ; +wire \text_gen|char_ram~43960_combout ; +wire \text_gen|char_ram~43961_combout ; +wire \text_gen|char_ram~43969_combout ; +wire \text_gen|char_ram~12432_q ; +wire \text_gen|char_ram~12439_q ; +wire \text_gen|char_ram~43936_combout ; +wire \text_gen|char_ram~12495_q ; +wire \text_gen|char_ram~12488_q ; +wire \text_gen|char_ram~43937_combout ; +wire \text_gen|char_ram~11599_q ; +wire \text_gen|char_ram~11592_q ; +wire \text_gen|char_ram~11536_q ; +wire \text_gen|char_ram~11543_q ; +wire \text_gen|char_ram~43929_combout ; +wire \text_gen|char_ram~43930_combout ; +wire \text_gen|char_ram~11991feeder_combout ; +wire \text_gen|char_ram~11991_q ; +wire \text_gen|char_ram~12047_q ; +wire \text_gen|char_ram~12040_q ; +wire \text_gen|char_ram~11984feeder_combout ; +wire \text_gen|char_ram~11984_q ; +wire \text_gen|char_ram~43931_combout ; +wire \text_gen|char_ram~43932_combout ; +wire \text_gen|char_ram~11095_q ; +wire \text_gen|char_ram~11151_q ; +wire \text_gen|char_ram~11088_q ; +wire \text_gen|char_ram~11144_q ; +wire \text_gen|char_ram~43933_combout ; +wire \text_gen|char_ram~43934_combout ; +wire \text_gen|char_ram~43935_combout ; +wire \text_gen|char_ram~43938_combout ; +wire \text_gen|char_ram~43970_combout ; +wire \text_gen|char_ram~25893feeder_combout ; +wire \text_gen|char_ram~25893_q ; +wire \text_gen|char_ram~26789_q ; +wire \text_gen|char_ram~25445_q ; +wire \text_gen|char_ram~26341_q ; +wire \text_gen|char_ram~43920_combout ; +wire \text_gen|char_ram~43921_combout ; +wire \text_gen|char_ram~11557feeder_combout ; +wire \text_gen|char_ram~11557_q ; +wire \text_gen|char_ram~12453_q ; +wire \text_gen|char_ram~11109_q ; +wire \text_gen|char_ram~12005_q ; +wire \text_gen|char_ram~43922_combout ; +wire \text_gen|char_ram~43923_combout ; +wire \text_gen|char_ram~43924_combout ; +wire \text_gen|char_ram~26397feeder_combout ; +wire \text_gen|char_ram~26397_q ; +wire \text_gen|char_ram~26845_q ; +wire \text_gen|char_ram~25501_q ; +wire \text_gen|char_ram~25949feeder_combout ; +wire \text_gen|char_ram~25949_q ; +wire \text_gen|char_ram~43925_combout ; +wire \text_gen|char_ram~43926_combout ; +wire \text_gen|char_ram~12061feeder_combout ; +wire \text_gen|char_ram~12061_q ; +wire \text_gen|char_ram~12509_q ; +wire \text_gen|char_ram~11613_q ; +wire \text_gen|char_ram~11165_q ; +wire \text_gen|char_ram~43918_combout ; +wire \text_gen|char_ram~43919_combout ; +wire \text_gen|char_ram~43927_combout ; +wire \text_gen|char_ram~25886_q ; +wire \text_gen|char_ram~11550_q ; +wire \text_gen|char_ram~43887_combout ; +wire \text_gen|char_ram~25942_q ; +wire \text_gen|char_ram~11606_q ; +wire \text_gen|char_ram~43888_combout ; +wire \text_gen|char_ram~12502_q ; +wire \text_gen|char_ram~12446_q ; +wire \text_gen|char_ram~43894_combout ; +wire \text_gen|char_ram~26782_q ; +wire \text_gen|char_ram~26838feeder_combout ; +wire \text_gen|char_ram~26838_q ; +wire \text_gen|char_ram~43895_combout ; +wire \text_gen|char_ram~12054feeder_combout ; +wire \text_gen|char_ram~12054_q ; +wire \text_gen|char_ram~26390_q ; +wire \text_gen|char_ram~26334_q ; +wire \text_gen|char_ram~11998_q ; +wire \text_gen|char_ram~43889_combout ; +wire \text_gen|char_ram~43890_combout ; +wire \text_gen|char_ram~11158_q ; +wire \text_gen|char_ram~25494_q ; +wire \text_gen|char_ram~11102feeder_combout ; +wire \text_gen|char_ram~11102_q ; +wire \text_gen|char_ram~25438_q ; +wire \text_gen|char_ram~43891_combout ; +wire \text_gen|char_ram~43892_combout ; +wire \text_gen|char_ram~43893_combout ; +wire \text_gen|char_ram~43896_combout ; +wire \text_gen|char_ram~4445feeder_combout ; +wire \text_gen|char_ram~4445_q ; +wire \text_gen|char_ram~3997_q ; +wire \text_gen|char_ram~43897_combout ; +wire \text_gen|char_ram~18781_q ; +wire \text_gen|char_ram~18333feeder_combout ; +wire \text_gen|char_ram~18333_q ; +wire \text_gen|char_ram~43898_combout ; +wire \text_gen|char_ram~18277feeder_combout ; +wire \text_gen|char_ram~18277_q ; +wire \text_gen|char_ram~18725_q ; +wire \text_gen|char_ram~3941_q ; +wire \text_gen|char_ram~4389feeder_combout ; +wire \text_gen|char_ram~4389_q ; +wire \text_gen|char_ram~43901_combout ; +wire \text_gen|char_ram~43902_combout ; +wire \text_gen|char_ram~19173_q ; +wire \text_gen|char_ram~19621_q ; +wire \text_gen|char_ram~4837_q ; +wire \text_gen|char_ram~5285_q ; +wire \text_gen|char_ram~43899_combout ; +wire \text_gen|char_ram~43900_combout ; +wire \text_gen|char_ram~43903_combout ; +wire \text_gen|char_ram~19229_q ; +wire \text_gen|char_ram~19677_q ; +wire \text_gen|char_ram~5341_q ; +wire \text_gen|char_ram~4893_q ; +wire \text_gen|char_ram~43904_combout ; +wire \text_gen|char_ram~43905_combout ; +wire \text_gen|char_ram~43906_combout ; +wire \text_gen|char_ram~19222feeder_combout ; +wire \text_gen|char_ram~19222_q ; +wire \text_gen|char_ram~18326feeder_combout ; +wire \text_gen|char_ram~18326_q ; +wire \text_gen|char_ram~4886feeder_combout ; +wire \text_gen|char_ram~4886_q ; +wire \text_gen|char_ram~3990_q ; +wire \text_gen|char_ram~43907_combout ; +wire \text_gen|char_ram~43908_combout ; +wire \text_gen|char_ram~18774_q ; +wire \text_gen|char_ram~19670_q ; +wire \text_gen|char_ram~5334feeder_combout ; +wire \text_gen|char_ram~5334_q ; +wire \text_gen|char_ram~4438_q ; +wire \text_gen|char_ram~43914_combout ; +wire \text_gen|char_ram~43915_combout ; +wire \text_gen|char_ram~18270feeder_combout ; +wire \text_gen|char_ram~18270_q ; +wire \text_gen|char_ram~3934_q ; +wire \text_gen|char_ram~4830_q ; +wire \text_gen|char_ram~43911_combout ; +wire \text_gen|char_ram~19166_q ; +wire \text_gen|char_ram~43912_combout ; +wire \text_gen|char_ram~18718feeder_combout ; +wire \text_gen|char_ram~18718_q ; +wire \text_gen|char_ram~19614_q ; +wire \text_gen|char_ram~5278feeder_combout ; +wire \text_gen|char_ram~5278_q ; +wire \text_gen|char_ram~4382_q ; +wire \text_gen|char_ram~43909_combout ; +wire \text_gen|char_ram~43910_combout ; +wire \text_gen|char_ram~43913_combout ; +wire \text_gen|char_ram~43916_combout ; +wire \text_gen|char_ram~43917_combout ; +wire \text_gen|char_ram~43928_combout ; +wire \text_gen|char_ram~43971_combout ; +wire \text_gen|char_ram~44014_combout ; +wire \text_gen|char_ram~21875_q ; +wire \text_gen|char_ram~21931_q ; +wire \text_gen|char_ram~21924_q ; +wire \text_gen|char_ram~21868_q ; +wire \text_gen|char_ram~44220_combout ; +wire \text_gen|char_ram~44221_combout ; +wire \text_gen|char_ram~22323_q ; +wire \text_gen|char_ram~22379_q ; +wire \text_gen|char_ram~22316_q ; +wire \text_gen|char_ram~22372_q ; +wire \text_gen|char_ram~44218_combout ; +wire \text_gen|char_ram~44219_combout ; +wire \text_gen|char_ram~44222_combout ; +wire \text_gen|char_ram~23268feeder_combout ; +wire \text_gen|char_ram~23268_q ; +wire \text_gen|char_ram~23275_q ; +wire \text_gen|char_ram~23212_q ; +wire \text_gen|char_ram~23219_q ; +wire \text_gen|char_ram~44223_combout ; +wire \text_gen|char_ram~44224_combout ; +wire \text_gen|char_ram~22764_q ; +wire \text_gen|char_ram~22771_q ; +wire \text_gen|char_ram~44216_combout ; +wire \text_gen|char_ram~22827_q ; +wire \text_gen|char_ram~22820_q ; +wire \text_gen|char_ram~44217_combout ; +wire \text_gen|char_ram~44225_combout ; +wire \text_gen|char_ram~14700_q ; +wire \text_gen|char_ram~14756_q ; +wire \text_gen|char_ram~44189_combout ; +wire \text_gen|char_ram~14707_q ; +wire \text_gen|char_ram~14763_q ; +wire \text_gen|char_ram~44190_combout ; +wire \text_gen|char_ram~15155feeder_combout ; +wire \text_gen|char_ram~15155_q ; +wire \text_gen|char_ram~15211_q ; +wire \text_gen|char_ram~15148_q ; +wire \text_gen|char_ram~15204_q ; +wire \text_gen|char_ram~44187_combout ; +wire \text_gen|char_ram~44188_combout ; +wire \text_gen|char_ram~44191_combout ; +wire \text_gen|char_ram~16051feeder_combout ; +wire \text_gen|char_ram~16051_q ; +wire \text_gen|char_ram~16107_q ; +wire \text_gen|char_ram~16100_q ; +wire \text_gen|char_ram~16044_q ; +wire \text_gen|char_ram~44192_combout ; +wire \text_gen|char_ram~44193_combout ; +wire \text_gen|char_ram~15596_q ; +wire \text_gen|char_ram~15652feeder_combout ; +wire \text_gen|char_ram~15652_q ; +wire \text_gen|char_ram~44185_combout ; +wire \text_gen|char_ram~15659_q ; +wire \text_gen|char_ram~15603_q ; +wire \text_gen|char_ram~44186_combout ; +wire \text_gen|char_ram~44194_combout ; +wire \text_gen|char_ram~1715_q ; +wire \text_gen|char_ram~1771_q ; +wire \text_gen|char_ram~1764feeder_combout ; +wire \text_gen|char_ram~1764_q ; +wire \text_gen|char_ram~1708_q ; +wire \text_gen|char_ram~44212_combout ; +wire \text_gen|char_ram~44213_combout ; +wire \text_gen|char_ram~1267_q ; +wire \text_gen|char_ram~1323_q ; +wire \text_gen|char_ram~1260_q ; +wire \text_gen|char_ram~1316_q ; +wire \text_gen|char_ram~44205_combout ; +wire \text_gen|char_ram~44206_combout ; +wire \text_gen|char_ram~371_q ; +wire \text_gen|char_ram~427_q ; +wire \text_gen|char_ram~364_q ; +wire \text_gen|char_ram~420_q ; +wire \text_gen|char_ram~44209_combout ; +wire \text_gen|char_ram~44210_combout ; +wire \text_gen|char_ram~819_q ; +wire \text_gen|char_ram~875_q ; +wire \text_gen|char_ram~868feeder_combout ; +wire \text_gen|char_ram~868_q ; +wire \text_gen|char_ram~812_q ; +wire \text_gen|char_ram~44207_combout ; +wire \text_gen|char_ram~44208_combout ; +wire \text_gen|char_ram~44211_combout ; +wire \text_gen|char_ram~44214_combout ; +wire \text_gen|char_ram~8428_q ; +wire \text_gen|char_ram~8484_q ; +wire \text_gen|char_ram~44195_combout ; +wire \text_gen|char_ram~8491_q ; +wire \text_gen|char_ram~8435feeder_combout ; +wire \text_gen|char_ram~8435_q ; +wire \text_gen|char_ram~44196_combout ; +wire \text_gen|char_ram~7987_q ; +wire \text_gen|char_ram~8043_q ; +wire \text_gen|char_ram~8036_q ; +wire \text_gen|char_ram~7980feeder_combout ; +wire \text_gen|char_ram~7980_q ; +wire \text_gen|char_ram~44197_combout ; +wire \text_gen|char_ram~44198_combout ; +wire \text_gen|char_ram~7539_q ; +wire \text_gen|char_ram~7595_q ; +wire \text_gen|char_ram~7588_q ; +wire \text_gen|char_ram~7532_q ; +wire \text_gen|char_ram~44199_combout ; +wire \text_gen|char_ram~44200_combout ; +wire \text_gen|char_ram~44201_combout ; +wire \text_gen|char_ram~8876_q ; +wire \text_gen|char_ram~8932feeder_combout ; +wire \text_gen|char_ram~8932_q ; +wire \text_gen|char_ram~44202_combout ; +wire \text_gen|char_ram~8939_q ; +wire \text_gen|char_ram~8883_q ; +wire \text_gen|char_ram~44203_combout ; +wire \text_gen|char_ram~44204_combout ; +wire \text_gen|char_ram~44215_combout ; +wire \text_gen|char_ram~44226_combout ; +wire \text_gen|char_ram~378_q ; +wire \text_gen|char_ram~434_q ; +wire \text_gen|char_ram~44336_combout ; +wire \text_gen|char_ram~441_q ; +wire \text_gen|char_ram~385_q ; +wire \text_gen|char_ram~44337_combout ; +wire \text_gen|char_ram~833feeder_combout ; +wire \text_gen|char_ram~833_q ; +wire \text_gen|char_ram~889_q ; +wire \text_gen|char_ram~826_q ; +wire \text_gen|char_ram~882_q ; +wire \text_gen|char_ram~44334_combout ; +wire \text_gen|char_ram~44335_combout ; +wire \text_gen|char_ram~44338_combout ; +wire \text_gen|char_ram~1722_q ; +wire \text_gen|char_ram~1729_q ; +wire \text_gen|char_ram~44339_combout ; +wire \text_gen|char_ram~1778_q ; +wire \text_gen|char_ram~1785_q ; +wire \text_gen|char_ram~44340_combout ; +wire \text_gen|char_ram~1330_q ; +wire \text_gen|char_ram~1337_q ; +wire \text_gen|char_ram~1274_q ; +wire \text_gen|char_ram~1281feeder_combout ; +wire \text_gen|char_ram~1281_q ; +wire \text_gen|char_ram~44332_combout ; +wire \text_gen|char_ram~44333_combout ; +wire \text_gen|char_ram~44341_combout ; +wire \text_gen|char_ram~7602_q ; +wire \text_gen|char_ram~7546_q ; +wire \text_gen|char_ram~44326_combout ; +wire \text_gen|char_ram~7609_q ; +wire \text_gen|char_ram~7553_q ; +wire \text_gen|char_ram~44327_combout ; +wire \text_gen|char_ram~8498_q ; +wire \text_gen|char_ram~8505_q ; +wire \text_gen|char_ram~8442_q ; +wire \text_gen|char_ram~8449_q ; +wire \text_gen|char_ram~44324_combout ; +wire \text_gen|char_ram~44325_combout ; +wire \text_gen|char_ram~44328_combout ; +wire \text_gen|char_ram~8946_q ; +wire \text_gen|char_ram~8953_q ; +wire \text_gen|char_ram~8890_q ; +wire \text_gen|char_ram~8897_q ; +wire \text_gen|char_ram~44329_combout ; +wire \text_gen|char_ram~44330_combout ; +wire \text_gen|char_ram~8001_q ; +wire \text_gen|char_ram~8057_q ; +wire \text_gen|char_ram~7994_q ; +wire \text_gen|char_ram~8050feeder_combout ; +wire \text_gen|char_ram~8050_q ; +wire \text_gen|char_ram~44322_combout ; +wire \text_gen|char_ram~44323_combout ; +wire \text_gen|char_ram~44331_combout ; +wire \text_gen|char_ram~44342_combout ; +wire \text_gen|char_ram~14777_q ; +wire \text_gen|char_ram~15673_q ; +wire \text_gen|char_ram~15666feeder_combout ; +wire \text_gen|char_ram~15666_q ; +wire \text_gen|char_ram~14770_q ; +wire \text_gen|char_ram~44312_combout ; +wire \text_gen|char_ram~44313_combout ; +wire \text_gen|char_ram~15225feeder_combout ; +wire \text_gen|char_ram~15225_q ; +wire \text_gen|char_ram~16121_q ; +wire \text_gen|char_ram~15218_q ; +wire \text_gen|char_ram~16114feeder_combout ; +wire \text_gen|char_ram~16114_q ; +wire \text_gen|char_ram~44319_combout ; +wire \text_gen|char_ram~44320_combout ; +wire \text_gen|char_ram~15169_q ; +wire \text_gen|char_ram~16065_q ; +wire \text_gen|char_ram~15162_q ; +wire \text_gen|char_ram~16058feeder_combout ; +wire \text_gen|char_ram~16058_q ; +wire \text_gen|char_ram~44314_combout ; +wire \text_gen|char_ram~44315_combout ; +wire \text_gen|char_ram~14721_q ; +wire \text_gen|char_ram~15617_q ; +wire \text_gen|char_ram~14714_q ; +wire \text_gen|char_ram~15610_q ; +wire \text_gen|char_ram~44316_combout ; +wire \text_gen|char_ram~44317_combout ; +wire \text_gen|char_ram~44318_combout ; +wire \text_gen|char_ram~44321_combout ; +wire \text_gen|char_ram~21938_q ; +wire \text_gen|char_ram~21945_q ; +wire \text_gen|char_ram~21882_q ; +wire \text_gen|char_ram~21889feeder_combout ; +wire \text_gen|char_ram~21889_q ; +wire \text_gen|char_ram~44347_combout ; +wire \text_gen|char_ram~44348_combout ; +wire \text_gen|char_ram~22778_q ; +wire \text_gen|char_ram~22785_q ; +wire \text_gen|char_ram~44345_combout ; +wire \text_gen|char_ram~22841_q ; +wire \text_gen|char_ram~22834feeder_combout ; +wire \text_gen|char_ram~22834_q ; +wire \text_gen|char_ram~44346_combout ; +wire \text_gen|char_ram~44349_combout ; +wire \text_gen|char_ram~22386feeder_combout ; +wire \text_gen|char_ram~22386_q ; +wire \text_gen|char_ram~22393_q ; +wire \text_gen|char_ram~22330_q ; +wire \text_gen|char_ram~22337_q ; +wire \text_gen|char_ram~44343_combout ; +wire \text_gen|char_ram~44344_combout ; +wire \text_gen|char_ram~23282_q ; +wire \text_gen|char_ram~23289_q ; +wire \text_gen|char_ram~23226_q ; +wire \text_gen|char_ram~23233feeder_combout ; +wire \text_gen|char_ram~23233_q ; +wire \text_gen|char_ram~44350_combout ; +wire \text_gen|char_ram~44351_combout ; +wire \text_gen|char_ram~44352_combout ; +wire \text_gen|char_ram~44353_combout ; +wire \text_gen|char_ram~22302_q ; +wire \text_gen|char_ram~22358_q ; +wire \text_gen|char_ram~44258_combout ; +wire \text_gen|char_ram~22365_q ; +wire \text_gen|char_ram~22309_q ; +wire \text_gen|char_ram~44259_combout ; +wire \text_gen|char_ram~22806_q ; +wire \text_gen|char_ram~22813_q ; +wire \text_gen|char_ram~22750_q ; +wire \text_gen|char_ram~22757_q ; +wire \text_gen|char_ram~44260_combout ; +wire \text_gen|char_ram~44261_combout ; +wire \text_gen|char_ram~21861_q ; +wire \text_gen|char_ram~21917_q ; +wire \text_gen|char_ram~21854_q ; +wire \text_gen|char_ram~21910_q ; +wire \text_gen|char_ram~44262_combout ; +wire \text_gen|char_ram~44263_combout ; +wire \text_gen|char_ram~44264_combout ; +wire \text_gen|char_ram~23198_q ; +wire \text_gen|char_ram~23205feeder_combout ; +wire \text_gen|char_ram~23205_q ; +wire \text_gen|char_ram~44265_combout ; +wire \text_gen|char_ram~23261_q ; +wire \text_gen|char_ram~23254_q ; +wire \text_gen|char_ram~44266_combout ; +wire \text_gen|char_ram~44267_combout ; +wire \text_gen|char_ram~8421feeder_combout ; +wire \text_gen|char_ram~8421_q ; +wire \text_gen|char_ram~8414_q ; +wire \text_gen|char_ram~44227_combout ; +wire \text_gen|char_ram~8470_q ; +wire \text_gen|char_ram~8477_q ; +wire \text_gen|char_ram~44228_combout ; +wire \text_gen|char_ram~8918_q ; +wire \text_gen|char_ram~8925_q ; +wire \text_gen|char_ram~8862_q ; +wire \text_gen|char_ram~8869feeder_combout ; +wire \text_gen|char_ram~8869_q ; +wire \text_gen|char_ram~44234_combout ; +wire \text_gen|char_ram~44235_combout ; +wire \text_gen|char_ram~7581_q ; +wire \text_gen|char_ram~7525_q ; +wire \text_gen|char_ram~7518_q ; +wire \text_gen|char_ram~7574_q ; +wire \text_gen|char_ram~44231_combout ; +wire \text_gen|char_ram~44232_combout ; +wire \text_gen|char_ram~7966_q ; +wire \text_gen|char_ram~8022_q ; +wire \text_gen|char_ram~44229_combout ; +wire \text_gen|char_ram~8029_q ; +wire \text_gen|char_ram~7973_q ; +wire \text_gen|char_ram~44230_combout ; +wire \text_gen|char_ram~44233_combout ; +wire \text_gen|char_ram~44236_combout ; +wire \text_gen|char_ram~1694_q ; +wire \text_gen|char_ram~1701_q ; +wire \text_gen|char_ram~44254_combout ; +wire \text_gen|char_ram~1757_q ; +wire \text_gen|char_ram~1750_q ; +wire \text_gen|char_ram~44255_combout ; +wire \text_gen|char_ram~1302_q ; +wire \text_gen|char_ram~1309_q ; +wire \text_gen|char_ram~1253_q ; +wire \text_gen|char_ram~1246_q ; +wire \text_gen|char_ram~44247_combout ; +wire \text_gen|char_ram~44248_combout ; +wire \text_gen|char_ram~798_q ; +wire \text_gen|char_ram~854feeder_combout ; +wire \text_gen|char_ram~854_q ; +wire \text_gen|char_ram~44249_combout ; +wire \text_gen|char_ram~861_q ; +wire \text_gen|char_ram~805feeder_combout ; +wire \text_gen|char_ram~805_q ; +wire \text_gen|char_ram~44250_combout ; +wire \text_gen|char_ram~357_q ; +wire \text_gen|char_ram~413_q ; +wire \text_gen|char_ram~350_q ; +wire \text_gen|char_ram~406feeder_combout ; +wire \text_gen|char_ram~406_q ; +wire \text_gen|char_ram~44251_combout ; +wire \text_gen|char_ram~44252_combout ; +wire \text_gen|char_ram~44253_combout ; +wire \text_gen|char_ram~44256_combout ; +wire \text_gen|char_ram~15638_q ; +wire \text_gen|char_ram~15645_q ; +wire \text_gen|char_ram~15582_q ; +wire \text_gen|char_ram~15589_q ; +wire \text_gen|char_ram~44237_combout ; +wire \text_gen|char_ram~44238_combout ; +wire \text_gen|char_ram~16086_q ; +wire \text_gen|char_ram~16093_q ; +wire \text_gen|char_ram~16030_q ; +wire \text_gen|char_ram~16037_q ; +wire \text_gen|char_ram~44244_combout ; +wire \text_gen|char_ram~44245_combout ; +wire \text_gen|char_ram~14693_q ; +wire \text_gen|char_ram~14749_q ; +wire \text_gen|char_ram~14686_q ; +wire \text_gen|char_ram~14742feeder_combout ; +wire \text_gen|char_ram~14742_q ; +wire \text_gen|char_ram~44241_combout ; +wire \text_gen|char_ram~44242_combout ; +wire \text_gen|char_ram~15141_q ; +wire \text_gen|char_ram~15134_q ; +wire \text_gen|char_ram~15190_q ; +wire \text_gen|char_ram~44239_combout ; +wire \text_gen|char_ram~15197_q ; +wire \text_gen|char_ram~44240_combout ; +wire \text_gen|char_ram~44243_combout ; +wire \text_gen|char_ram~44246_combout ; +wire \text_gen|char_ram~44257_combout ; +wire \text_gen|char_ram~44268_combout ; +wire \text_gen|char_ram~16023_q ; +wire \text_gen|char_ram~16079_q ; +wire \text_gen|char_ram~16016_q ; +wire \text_gen|char_ram~16072_q ; +wire \text_gen|char_ram~44276_combout ; +wire \text_gen|char_ram~44277_combout ; +wire \text_gen|char_ram~15568_q ; +wire \text_gen|char_ram~15624_q ; +wire \text_gen|char_ram~44269_combout ; +wire \text_gen|char_ram~15631_q ; +wire \text_gen|char_ram~15575_q ; +wire \text_gen|char_ram~44270_combout ; +wire \text_gen|char_ram~15127_q ; +wire \text_gen|char_ram~15183_q ; +wire \text_gen|char_ram~15120_q ; +wire \text_gen|char_ram~15176_q ; +wire \text_gen|char_ram~44271_combout ; +wire \text_gen|char_ram~44272_combout ; +wire \text_gen|char_ram~14672_q ; +wire \text_gen|char_ram~14728feeder_combout ; +wire \text_gen|char_ram~14728_q ; +wire \text_gen|char_ram~44273_combout ; +wire \text_gen|char_ram~14735_q ; +wire \text_gen|char_ram~14679_q ; +wire \text_gen|char_ram~44274_combout ; +wire \text_gen|char_ram~44275_combout ; +wire \text_gen|char_ram~44278_combout ; +wire \text_gen|char_ram~8855_q ; +wire \text_gen|char_ram~8911_q ; +wire \text_gen|char_ram~8848_q ; +wire \text_gen|char_ram~8904feeder_combout ; +wire \text_gen|char_ram~8904_q ; +wire \text_gen|char_ram~44286_combout ; +wire \text_gen|char_ram~44287_combout ; +wire \text_gen|char_ram~7511_q ; +wire \text_gen|char_ram~7567_q ; +wire \text_gen|char_ram~7504_q ; +wire \text_gen|char_ram~7560_q ; +wire \text_gen|char_ram~44283_combout ; +wire \text_gen|char_ram~44284_combout ; +wire \text_gen|char_ram~7959_q ; +wire \text_gen|char_ram~8015_q ; +wire \text_gen|char_ram~7952_q ; +wire \text_gen|char_ram~8008_q ; +wire \text_gen|char_ram~44281_combout ; +wire \text_gen|char_ram~44282_combout ; +wire \text_gen|char_ram~44285_combout ; +wire \text_gen|char_ram~8407_q ; +wire \text_gen|char_ram~8463_q ; +wire \text_gen|char_ram~8400_q ; +wire \text_gen|char_ram~8456feeder_combout ; +wire \text_gen|char_ram~8456_q ; +wire \text_gen|char_ram~44279_combout ; +wire \text_gen|char_ram~44280_combout ; +wire \text_gen|char_ram~44288_combout ; +wire \text_gen|char_ram~1239_q ; +wire \text_gen|char_ram~1288_q ; +wire \text_gen|char_ram~1232_q ; +wire \text_gen|char_ram~44289_combout ; +wire \text_gen|char_ram~1295_q ; +wire \text_gen|char_ram~44290_combout ; +wire \text_gen|char_ram~1680_q ; +wire \text_gen|char_ram~1736_q ; +wire \text_gen|char_ram~44296_combout ; +wire \text_gen|char_ram~1687feeder_combout ; +wire \text_gen|char_ram~1687_q ; +wire \text_gen|char_ram~1743_q ; +wire \text_gen|char_ram~44297_combout ; +wire \text_gen|char_ram~336_q ; +wire \text_gen|char_ram~392_q ; +wire \text_gen|char_ram~44293_combout ; +wire \text_gen|char_ram~399_q ; +wire \text_gen|char_ram~343_q ; +wire \text_gen|char_ram~44294_combout ; +wire \text_gen|char_ram~784_q ; +wire \text_gen|char_ram~840_q ; +wire \text_gen|char_ram~44291_combout ; +wire \text_gen|char_ram~847_q ; +wire \text_gen|char_ram~791_q ; +wire \text_gen|char_ram~44292_combout ; +wire \text_gen|char_ram~44295_combout ; +wire \text_gen|char_ram~44298_combout ; +wire \text_gen|char_ram~44299_combout ; +wire \text_gen|char_ram~23184_q ; +wire \text_gen|char_ram~23240_q ; +wire \text_gen|char_ram~44307_combout ; +wire \text_gen|char_ram~23247_q ; +wire \text_gen|char_ram~23191_q ; +wire \text_gen|char_ram~44308_combout ; +wire \text_gen|char_ram~22743_q ; +wire \text_gen|char_ram~22799_q ; +wire \text_gen|char_ram~22736_q ; +wire \text_gen|char_ram~22792feeder_combout ; +wire \text_gen|char_ram~22792_q ; +wire \text_gen|char_ram~44300_combout ; +wire \text_gen|char_ram~44301_combout ; +wire \text_gen|char_ram~22295feeder_combout ; +wire \text_gen|char_ram~22295_q ; +wire \text_gen|char_ram~22351_q ; +wire \text_gen|char_ram~22344_q ; +wire \text_gen|char_ram~22288_q ; +wire \text_gen|char_ram~44302_combout ; +wire \text_gen|char_ram~44303_combout ; +wire \text_gen|char_ram~21847_q ; +wire \text_gen|char_ram~21903_q ; +wire \text_gen|char_ram~21840_q ; +wire \text_gen|char_ram~21896_q ; +wire \text_gen|char_ram~44304_combout ; +wire \text_gen|char_ram~44305_combout ; +wire \text_gen|char_ram~44306_combout ; +wire \text_gen|char_ram~44309_combout ; +wire \text_gen|char_ram~44310_combout ; +wire \text_gen|char_ram~44311_combout ; +wire \text_gen|char_ram~44354_combout ; +wire \text_gen|char_ram~24115_q ; +wire \text_gen|char_ram~24087_q ; +wire \text_gen|char_ram~24101_q ; +wire \text_gen|char_ram~44046_combout ; +wire \text_gen|char_ram~24129_q ; +wire \text_gen|char_ram~44047_combout ; +wire \text_gen|char_ram~24997_q ; +wire \text_gen|char_ram~25025_q ; +wire \text_gen|char_ram~24983_q ; +wire \text_gen|char_ram~25011_q ; +wire \text_gen|char_ram~44053_combout ; +wire \text_gen|char_ram~44054_combout ; +wire \text_gen|char_ram~24549_q ; +wire \text_gen|char_ram~24577_q ; +wire \text_gen|char_ram~24535_q ; +wire \text_gen|char_ram~24563_q ; +wire \text_gen|char_ram~44048_combout ; +wire \text_gen|char_ram~44049_combout ; +wire \text_gen|char_ram~23639_q ; +wire \text_gen|char_ram~23653_q ; +wire \text_gen|char_ram~44050_combout ; +wire \text_gen|char_ram~23681_q ; +wire \text_gen|char_ram~23667_q ; +wire \text_gen|char_ram~44051_combout ; +wire \text_gen|char_ram~44052_combout ; +wire \text_gen|char_ram~44055_combout ; +wire \text_gen|char_ram~3479_q ; +wire \text_gen|char_ram~3507_q ; +wire \text_gen|char_ram~44042_combout ; +wire \text_gen|char_ram~3521_q ; +wire \text_gen|char_ram~3493feeder_combout ; +wire \text_gen|char_ram~3493_q ; +wire \text_gen|char_ram~44043_combout ; +wire \text_gen|char_ram~3045_q ; +wire \text_gen|char_ram~3073_q ; +wire \text_gen|char_ram~3059_q ; +wire \text_gen|char_ram~3031_q ; +wire \text_gen|char_ram~44035_combout ; +wire \text_gen|char_ram~44036_combout ; +wire \text_gen|char_ram~2163_q ; +wire \text_gen|char_ram~2177_q ; +wire \text_gen|char_ram~2135_q ; +wire \text_gen|char_ram~2149_q ; +wire \text_gen|char_ram~44039_combout ; +wire \text_gen|char_ram~44040_combout ; +wire \text_gen|char_ram~2597_q ; +wire \text_gen|char_ram~2583_q ; +wire \text_gen|char_ram~44037_combout ; +wire \text_gen|char_ram~2625_q ; +wire \text_gen|char_ram~2611feeder_combout ; +wire \text_gen|char_ram~2611_q ; +wire \text_gen|char_ram~44038_combout ; +wire \text_gen|char_ram~44041_combout ; +wire \text_gen|char_ram~44044_combout ; +wire \text_gen|char_ram~16499feeder_combout ; +wire \text_gen|char_ram~16499_q ; +wire \text_gen|char_ram~16513_q ; +wire \text_gen|char_ram~16471_q ; +wire \text_gen|char_ram~16485_q ; +wire \text_gen|char_ram~44029_combout ; +wire \text_gen|char_ram~44030_combout ; +wire \text_gen|char_ram~16947_q ; +wire \text_gen|char_ram~16961_q ; +wire \text_gen|char_ram~16919_q ; +wire \text_gen|char_ram~16933_q ; +wire \text_gen|char_ram~44027_combout ; +wire \text_gen|char_ram~44028_combout ; +wire \text_gen|char_ram~44031_combout ; +wire \text_gen|char_ram~17367_q ; +wire \text_gen|char_ram~17395_q ; +wire \text_gen|char_ram~44025_combout ; +wire \text_gen|char_ram~17409_q ; +wire \text_gen|char_ram~17381_q ; +wire \text_gen|char_ram~44026_combout ; +wire \text_gen|char_ram~17829feeder_combout ; +wire \text_gen|char_ram~17829_q ; +wire \text_gen|char_ram~17857_q ; +wire \text_gen|char_ram~17843_q ; +wire \text_gen|char_ram~17815_q ; +wire \text_gen|char_ram~44032_combout ; +wire \text_gen|char_ram~44033_combout ; +wire \text_gen|char_ram~44034_combout ; +wire \text_gen|char_ram~44045_combout ; +wire \text_gen|char_ram~10647_q ; +wire \text_gen|char_ram~10675feeder_combout ; +wire \text_gen|char_ram~10675_q ; +wire \text_gen|char_ram~44022_combout ; +wire \text_gen|char_ram~10689_q ; +wire \text_gen|char_ram~10661_q ; +wire \text_gen|char_ram~44023_combout ; +wire \text_gen|char_ram~9793feeder_combout ; +wire \text_gen|char_ram~9793_q ; +wire \text_gen|char_ram~9779_q ; +wire \text_gen|char_ram~9751_q ; +wire \text_gen|char_ram~9765feeder_combout ; +wire \text_gen|char_ram~9765_q ; +wire \text_gen|char_ram~44015_combout ; +wire \text_gen|char_ram~44016_combout ; +wire \text_gen|char_ram~10213feeder_combout ; +wire \text_gen|char_ram~10213_q ; +wire \text_gen|char_ram~10241_q ; +wire \text_gen|char_ram~10227feeder_combout ; +wire \text_gen|char_ram~10227_q ; +wire \text_gen|char_ram~10199_q ; +wire \text_gen|char_ram~44017_combout ; +wire \text_gen|char_ram~44018_combout ; +wire \text_gen|char_ram~9331_q ; +wire \text_gen|char_ram~9345_q ; +wire \text_gen|char_ram~9303_q ; +wire \text_gen|char_ram~9317feeder_combout ; +wire \text_gen|char_ram~9317_q ; +wire \text_gen|char_ram~44019_combout ; +wire \text_gen|char_ram~44020_combout ; +wire \text_gen|char_ram~44021_combout ; +wire \text_gen|char_ram~44024_combout ; +wire \text_gen|char_ram~44056_combout ; +wire \text_gen|char_ram~10731_q ; +wire \text_gen|char_ram~9835_q ; +wire \text_gen|char_ram~44159_combout ; +wire \text_gen|char_ram~10745_q ; +wire \text_gen|char_ram~9849_q ; +wire \text_gen|char_ram~44160_combout ; +wire \text_gen|char_ram~9387_q ; +wire \text_gen|char_ram~9401_q ; +wire \text_gen|char_ram~44152_combout ; +wire \text_gen|char_ram~10283_q ; +wire \text_gen|char_ram~10297_q ; +wire \text_gen|char_ram~44153_combout ; +wire \text_gen|char_ram~3563_q ; +wire \text_gen|char_ram~3577_q ; +wire \text_gen|char_ram~2667_q ; +wire \text_gen|char_ram~2681_q ; +wire \text_gen|char_ram~44154_combout ; +wire \text_gen|char_ram~44155_combout ; +wire \text_gen|char_ram~3115_q ; +wire \text_gen|char_ram~3129_q ; +wire \text_gen|char_ram~2219_q ; +wire \text_gen|char_ram~2233feeder_combout ; +wire \text_gen|char_ram~2233_q ; +wire \text_gen|char_ram~44156_combout ; +wire \text_gen|char_ram~44157_combout ; +wire \text_gen|char_ram~44158_combout ; +wire \text_gen|char_ram~44161_combout ; +wire \text_gen|char_ram~3087_q ; +wire \text_gen|char_ram~3101_q ; +wire \text_gen|char_ram~2205feeder_combout ; +wire \text_gen|char_ram~2205_q ; +wire \text_gen|char_ram~2191_q ; +wire \text_gen|char_ram~44166_combout ; +wire \text_gen|char_ram~44167_combout ; +wire \text_gen|char_ram~3535_q ; +wire \text_gen|char_ram~3549_q ; +wire \text_gen|char_ram~2653feeder_combout ; +wire \text_gen|char_ram~2653_q ; +wire \text_gen|char_ram~2639_q ; +wire \text_gen|char_ram~44164_combout ; +wire \text_gen|char_ram~44165_combout ; +wire \text_gen|char_ram~44168_combout ; +wire \text_gen|char_ram~10269_q ; +wire \text_gen|char_ram~10255_q ; +wire \text_gen|char_ram~9359_q ; +wire \text_gen|char_ram~9373_q ; +wire \text_gen|char_ram~44162_combout ; +wire \text_gen|char_ram~44163_combout ; +wire \text_gen|char_ram~10703feeder_combout ; +wire \text_gen|char_ram~10703_q ; +wire \text_gen|char_ram~10717_q ; +wire \text_gen|char_ram~9821_q ; +wire \text_gen|char_ram~9807_q ; +wire \text_gen|char_ram~44169_combout ; +wire \text_gen|char_ram~44170_combout ; +wire \text_gen|char_ram~44171_combout ; +wire \text_gen|char_ram~44172_combout ; +wire \text_gen|char_ram~17423_q ; +wire \text_gen|char_ram~17437_q ; +wire \text_gen|char_ram~16527_q ; +wire \text_gen|char_ram~16541feeder_combout ; +wire \text_gen|char_ram~16541_q ; +wire \text_gen|char_ram~44146_combout ; +wire \text_gen|char_ram~44147_combout ; +wire \text_gen|char_ram~24591feeder_combout ; +wire \text_gen|char_ram~24591_q ; +wire \text_gen|char_ram~24605_q ; +wire \text_gen|char_ram~23695_q ; +wire \text_gen|char_ram~23709_q ; +wire \text_gen|char_ram~44144_combout ; +wire \text_gen|char_ram~44145_combout ; +wire \text_gen|char_ram~44148_combout ; +wire \text_gen|char_ram~25039_q ; +wire \text_gen|char_ram~24143_q ; +wire \text_gen|char_ram~44149_combout ; +wire \text_gen|char_ram~24157feeder_combout ; +wire \text_gen|char_ram~24157_q ; +wire \text_gen|char_ram~25053_q ; +wire \text_gen|char_ram~44150_combout ; +wire \text_gen|char_ram~16989feeder_combout ; +wire \text_gen|char_ram~16989_q ; +wire \text_gen|char_ram~17885_q ; +wire \text_gen|char_ram~16975_q ; +wire \text_gen|char_ram~17871_q ; +wire \text_gen|char_ram~44142_combout ; +wire \text_gen|char_ram~44143_combout ; +wire \text_gen|char_ram~44151_combout ; +wire \text_gen|char_ram~17899_q ; +wire \text_gen|char_ram~17913_q ; +wire \text_gen|char_ram~17465_q ; +wire \text_gen|char_ram~17451_q ; +wire \text_gen|char_ram~44175_combout ; +wire \text_gen|char_ram~44176_combout ; +wire \text_gen|char_ram~17003_q ; +wire \text_gen|char_ram~17017_q ; +wire \text_gen|char_ram~16555_q ; +wire \text_gen|char_ram~16569_q ; +wire \text_gen|char_ram~44177_combout ; +wire \text_gen|char_ram~44178_combout ; +wire \text_gen|char_ram~44179_combout ; +wire \text_gen|char_ram~25067_q ; +wire \text_gen|char_ram~25081_q ; +wire \text_gen|char_ram~24633_q ; +wire \text_gen|char_ram~24619_q ; +wire \text_gen|char_ram~44180_combout ; +wire \text_gen|char_ram~44181_combout ; +wire \text_gen|char_ram~24171_q ; +wire \text_gen|char_ram~24185_q ; +wire \text_gen|char_ram~23723_q ; +wire \text_gen|char_ram~23737_q ; +wire \text_gen|char_ram~44173_combout ; +wire \text_gen|char_ram~44174_combout ; +wire \text_gen|char_ram~44182_combout ; +wire \text_gen|char_ram~44183_combout ; +wire \text_gen|char_ram~24150feeder_combout ; +wire \text_gen|char_ram~24150_q ; +wire \text_gen|char_ram~24136_q ; +wire \text_gen|char_ram~44088_combout ; +wire \text_gen|char_ram~24178_q ; +wire \text_gen|char_ram~24164_q ; +wire \text_gen|char_ram~44089_combout ; +wire \text_gen|char_ram~25046_q ; +wire \text_gen|char_ram~25074_q ; +wire \text_gen|char_ram~25060_q ; +wire \text_gen|char_ram~25032_q ; +wire \text_gen|char_ram~44095_combout ; +wire \text_gen|char_ram~44096_combout ; +wire \text_gen|char_ram~23702feeder_combout ; +wire \text_gen|char_ram~23702_q ; +wire \text_gen|char_ram~23688_q ; +wire \text_gen|char_ram~44092_combout ; +wire \text_gen|char_ram~23730_q ; +wire \text_gen|char_ram~23716_q ; +wire \text_gen|char_ram~44093_combout ; +wire \text_gen|char_ram~24598_q ; +wire \text_gen|char_ram~24626_q ; +wire \text_gen|char_ram~24584_q ; +wire \text_gen|char_ram~24612feeder_combout ; +wire \text_gen|char_ram~24612_q ; +wire \text_gen|char_ram~44090_combout ; +wire \text_gen|char_ram~44091_combout ; +wire \text_gen|char_ram~44094_combout ; +wire \text_gen|char_ram~44097_combout ; +wire \text_gen|char_ram~3542_q ; +wire \text_gen|char_ram~3570_q ; +wire \text_gen|char_ram~3556feeder_combout ; +wire \text_gen|char_ram~3556_q ; +wire \text_gen|char_ram~3528_q ; +wire \text_gen|char_ram~44084_combout ; +wire \text_gen|char_ram~44085_combout ; +wire \text_gen|char_ram~2660feeder_combout ; +wire \text_gen|char_ram~2660_q ; +wire \text_gen|char_ram~2674_q ; +wire \text_gen|char_ram~2632_q ; +wire \text_gen|char_ram~2646_q ; +wire \text_gen|char_ram~44079_combout ; +wire \text_gen|char_ram~44080_combout ; +wire \text_gen|char_ram~2184_q ; +wire \text_gen|char_ram~2198_q ; +wire \text_gen|char_ram~44081_combout ; +wire \text_gen|char_ram~2226_q ; +wire \text_gen|char_ram~2212_q ; +wire \text_gen|char_ram~44082_combout ; +wire \text_gen|char_ram~44083_combout ; +wire \text_gen|char_ram~3108_q ; +wire \text_gen|char_ram~3080_q ; +wire \text_gen|char_ram~44077_combout ; +wire \text_gen|char_ram~3122_q ; +wire \text_gen|char_ram~3094_q ; +wire \text_gen|char_ram~44078_combout ; +wire \text_gen|char_ram~44086_combout ; +wire \text_gen|char_ram~9380feeder_combout ; +wire \text_gen|char_ram~9380_q ; +wire \text_gen|char_ram~9394_q ; +wire \text_gen|char_ram~9352_q ; +wire \text_gen|char_ram~9366feeder_combout ; +wire \text_gen|char_ram~9366_q ; +wire \text_gen|char_ram~44071_combout ; +wire \text_gen|char_ram~44072_combout ; +wire \text_gen|char_ram~10290_q ; +wire \text_gen|char_ram~10262_q ; +wire \text_gen|char_ram~10276_q ; +wire \text_gen|char_ram~10248_q ; +wire \text_gen|char_ram~44069_combout ; +wire \text_gen|char_ram~44070_combout ; +wire \text_gen|char_ram~44073_combout ; +wire \text_gen|char_ram~9800_q ; +wire \text_gen|char_ram~9814feeder_combout ; +wire \text_gen|char_ram~9814_q ; +wire \text_gen|char_ram~44067_combout ; +wire \text_gen|char_ram~9842feeder_combout ; +wire \text_gen|char_ram~9842_q ; +wire \text_gen|char_ram~9828feeder_combout ; +wire \text_gen|char_ram~9828_q ; +wire \text_gen|char_ram~44068_combout ; +wire \text_gen|char_ram~10710_q ; +wire \text_gen|char_ram~10696_q ; +wire \text_gen|char_ram~10724feeder_combout ; +wire \text_gen|char_ram~10724_q ; +wire \text_gen|char_ram~44074_combout ; +wire \text_gen|char_ram~10738_q ; +wire \text_gen|char_ram~44075_combout ; +wire \text_gen|char_ram~44076_combout ; +wire \text_gen|char_ram~44087_combout ; +wire \text_gen|char_ram~17878_q ; +wire \text_gen|char_ram~17906_q ; +wire \text_gen|char_ram~17864_q ; +wire \text_gen|char_ram~17892_q ; +wire \text_gen|char_ram~44064_combout ; +wire \text_gen|char_ram~44065_combout ; +wire \text_gen|char_ram~17430_q ; +wire \text_gen|char_ram~17458_q ; +wire \text_gen|char_ram~17416_q ; +wire \text_gen|char_ram~17444_q ; +wire \text_gen|char_ram~44057_combout ; +wire \text_gen|char_ram~44058_combout ; +wire \text_gen|char_ram~16548_q ; +wire \text_gen|char_ram~16562_q ; +wire \text_gen|char_ram~16520_q ; +wire \text_gen|char_ram~16534feeder_combout ; +wire \text_gen|char_ram~16534_q ; +wire \text_gen|char_ram~44061_combout ; +wire \text_gen|char_ram~44062_combout ; +wire \text_gen|char_ram~16996_q ; +wire \text_gen|char_ram~17010_q ; +wire \text_gen|char_ram~16968_q ; +wire \text_gen|char_ram~16982feeder_combout ; +wire \text_gen|char_ram~16982_q ; +wire \text_gen|char_ram~44059_combout ; +wire \text_gen|char_ram~44060_combout ; +wire \text_gen|char_ram~44063_combout ; +wire \text_gen|char_ram~44066_combout ; +wire \text_gen|char_ram~44098_combout ; +wire \text_gen|char_ram~2142_q ; +wire \text_gen|char_ram~2170_q ; +wire \text_gen|char_ram~2156feeder_combout ; +wire \text_gen|char_ram~2156_q ; +wire \text_gen|char_ram~2128_q ; +wire \text_gen|char_ram~44123_combout ; +wire \text_gen|char_ram~44124_combout ; +wire \text_gen|char_ram~3038_q ; +wire \text_gen|char_ram~3066_q ; +wire \text_gen|char_ram~3024_q ; +wire \text_gen|char_ram~3052_q ; +wire \text_gen|char_ram~44121_combout ; +wire \text_gen|char_ram~44122_combout ; +wire \text_gen|char_ram~44125_combout ; +wire \text_gen|char_ram~2576_q ; +wire \text_gen|char_ram~2604feeder_combout ; +wire \text_gen|char_ram~2604_q ; +wire \text_gen|char_ram~44119_combout ; +wire \text_gen|char_ram~2618_q ; +wire \text_gen|char_ram~2590feeder_combout ; +wire \text_gen|char_ram~2590_q ; +wire \text_gen|char_ram~44120_combout ; +wire \text_gen|char_ram~3486_q ; +wire \text_gen|char_ram~3514_q ; +wire \text_gen|char_ram~3472_q ; +wire \text_gen|char_ram~3500feeder_combout ; +wire \text_gen|char_ram~3500_q ; +wire \text_gen|char_ram~44126_combout ; +wire \text_gen|char_ram~44127_combout ; +wire \text_gen|char_ram~44128_combout ; +wire \text_gen|char_ram~17374_q ; +wire \text_gen|char_ram~17402_q ; +wire \text_gen|char_ram~17388_q ; +wire \text_gen|char_ram~17360_q ; +wire \text_gen|char_ram~44109_combout ; +wire \text_gen|char_ram~44110_combout ; +wire \text_gen|char_ram~17822_q ; +wire \text_gen|char_ram~17850_q ; +wire \text_gen|char_ram~17808_q ; +wire \text_gen|char_ram~17836_q ; +wire \text_gen|char_ram~44116_combout ; +wire \text_gen|char_ram~44117_combout ; +wire \text_gen|char_ram~16464_q ; +wire \text_gen|char_ram~16478feeder_combout ; +wire \text_gen|char_ram~16478_q ; +wire \text_gen|char_ram~44113_combout ; +wire \text_gen|char_ram~16506_q ; +wire \text_gen|char_ram~16492_q ; +wire \text_gen|char_ram~44114_combout ; +wire \text_gen|char_ram~16940_q ; +wire \text_gen|char_ram~16954_q ; +wire \text_gen|char_ram~16926feeder_combout ; +wire \text_gen|char_ram~16926_q ; +wire \text_gen|char_ram~16912_q ; +wire \text_gen|char_ram~44111_combout ; +wire \text_gen|char_ram~44112_combout ; +wire \text_gen|char_ram~44115_combout ; +wire \text_gen|char_ram~44118_combout ; +wire \text_gen|char_ram~44129_combout ; +wire \text_gen|char_ram~24990_q ; +wire \text_gen|char_ram~25018_q ; +wire \text_gen|char_ram~24976_q ; +wire \text_gen|char_ram~25004_q ; +wire \text_gen|char_ram~44137_combout ; +wire \text_gen|char_ram~44138_combout ; +wire \text_gen|char_ram~24108feeder_combout ; +wire \text_gen|char_ram~24108_q ; +wire \text_gen|char_ram~24122_q ; +wire \text_gen|char_ram~24080_q ; +wire \text_gen|char_ram~24094_q ; +wire \text_gen|char_ram~44130_combout ; +wire \text_gen|char_ram~44131_combout ; +wire \text_gen|char_ram~24542_q ; +wire \text_gen|char_ram~24570_q ; +wire \text_gen|char_ram~24528_q ; +wire \text_gen|char_ram~24556_q ; +wire \text_gen|char_ram~44132_combout ; +wire \text_gen|char_ram~44133_combout ; +wire \text_gen|char_ram~23660_q ; +wire \text_gen|char_ram~23674_q ; +wire \text_gen|char_ram~23632_q ; +wire \text_gen|char_ram~23646feeder_combout ; +wire \text_gen|char_ram~23646_q ; +wire \text_gen|char_ram~44134_combout ; +wire \text_gen|char_ram~44135_combout ; +wire \text_gen|char_ram~44136_combout ; +wire \text_gen|char_ram~44139_combout ; +wire \text_gen|char_ram~10640_q ; +wire \text_gen|char_ram~10668_q ; +wire \text_gen|char_ram~44106_combout ; +wire \text_gen|char_ram~10682_q ; +wire \text_gen|char_ram~10654_q ; +wire \text_gen|char_ram~44107_combout ; +wire \text_gen|char_ram~9772feeder_combout ; +wire \text_gen|char_ram~9772_q ; +wire \text_gen|char_ram~9786_q ; +wire \text_gen|char_ram~9744_q ; +wire \text_gen|char_ram~9758_q ; +wire \text_gen|char_ram~44099_combout ; +wire \text_gen|char_ram~44100_combout ; +wire \text_gen|char_ram~9310_q ; +wire \text_gen|char_ram~9338_q ; +wire \text_gen|char_ram~9296_q ; +wire \text_gen|char_ram~9324feeder_combout ; +wire \text_gen|char_ram~9324_q ; +wire \text_gen|char_ram~44103_combout ; +wire \text_gen|char_ram~44104_combout ; +wire \text_gen|char_ram~10206feeder_combout ; +wire \text_gen|char_ram~10206_q ; +wire \text_gen|char_ram~10234_q ; +wire \text_gen|char_ram~10192_q ; +wire \text_gen|char_ram~10220_q ; +wire \text_gen|char_ram~44101_combout ; +wire \text_gen|char_ram~44102_combout ; +wire \text_gen|char_ram~44105_combout ; +wire \text_gen|char_ram~44108_combout ; +wire \text_gen|char_ram~44140_combout ; +wire \text_gen|char_ram~44141_combout ; +wire \text_gen|char_ram~44184_combout ; +wire \text_gen|char_ram~44355_combout ; +wire \text_gen|char_ram~44526_combout ; +wire \text_gen|char_ram~44527_combout ; +wire \text_gen|f_rom|row_pixels[7]~4_combout ; +wire \text_gen|f_rom|row_pixels[7]~11_combout ; +wire \text_gen|char_code[1]~2_combout ; +wire \text_gen|f_rom|WideOr42~0_combout ; +wire \text_gen|f_rom|Mux5~62_combout ; +wire \text_gen|f_rom|Mux5~77_combout ; +wire \text_gen|f_rom|Mux5~78_combout ; +wire \text_gen|f_rom|Mux1~49_combout ; +wire \text_gen|f_rom|Mux1~50_combout ; +wire \text_gen|f_rom|WideOr8~0_combout ; +wire \text_gen|f_rom|Mux1~48_combout ; +wire \text_gen|char_code[0]~3_combout ; +wire \text_gen|f_rom|Mux1~51_combout ; +wire \text_gen|f_rom|Mux1~52_combout ; +wire \text_gen|f_rom|Mux1~47_combout ; +wire \text_gen|f_rom|row_pixels~5_combout ; +wire \text_gen|f_rom|Mux5~79_combout ; +wire \text_gen|f_rom|Mux5~80_combout ; +wire \text_gen|f_rom|Mux1~53_combout ; +wire \text_gen|f_rom|Mux1~55_combout ; +wire \text_gen|f_rom|Mux1~54_combout ; +wire \text_gen|f_rom|Mux1~56_combout ; +wire \text_gen|f_rom|Mux1~57_combout ; +wire \text_gen|f_rom|Mux1~58_combout ; +wire \text_gen|f_rom|Mux5~65_combout ; +wire \text_gen|f_rom|Mux5~66_combout ; +wire \text_gen|f_rom|Mux1~27_combout ; +wire \text_gen|f_rom|Mux1~70_combout ; +wire \text_gen|f_rom|Mux1~71_combout ; +wire \text_gen|f_rom|WideOr37~0_combout ; +wire \text_gen|f_rom|Mux1~24_combout ; +wire \text_gen|f_rom|Mux1~21_combout ; +wire \text_gen|f_rom|Mux5~64_combout ; +wire \text_gen|f_rom|Mux1~22_combout ; +wire \text_gen|f_rom|Mux1~23_combout ; +wire \text_gen|f_rom|Mux1~20_combout ; +wire \text_gen|f_rom|Mux1~25_combout ; +wire \text_gen|char_code[2]~5_combout ; +wire \text_gen|f_rom|Mux1~14_combout ; +wire \text_gen|f_rom|Mux1~16_combout ; +wire \text_gen|f_rom|Mux1~15_combout ; +wire \text_gen|f_rom|Mux1~17_combout ; +wire \text_gen|f_rom|Mux1~18_combout ; +wire \text_gen|f_rom|Mux1~19_combout ; +wire \text_gen|f_rom|Mux1~26_combout ; +wire \text_gen|f_rom|Decoder2~0_combout ; +wire \text_gen|f_rom|row_pixels~2_combout ; +wire \text_gen|f_rom|Mux5~56_combout ; +wire \text_gen|f_rom|Mux5~59_combout ; +wire \text_gen|f_rom|Mux5~60_combout ; +wire \text_gen|f_rom|Mux5~61_combout ; +wire \text_gen|f_rom|Decoder2~1_combout ; +wire \text_gen|f_rom|row_pixels~3_combout ; +wire \text_gen|f_rom|Mux5~57_combout ; +wire \text_gen|f_rom|Mux5~58_combout ; +wire \text_gen|f_rom|Mux1~67_combout ; +wire \text_gen|f_rom|Mux1~12_combout ; +wire \text_gen|f_rom|Mux1~13_combout ; +wire \text_gen|f_rom|Mux1~28_combout ; +wire \text_gen|f_rom|Mux5~76_combout ; +wire \text_gen|f_rom|Mux5~73_combout ; +wire \text_gen|f_rom|Mux5~74_combout ; +wire \text_gen|f_rom|Mux5~72_combout ; +wire \text_gen|f_rom|Mux5~75_combout ; +wire \text_gen|f_rom|Mux5~68_combout ; +wire \text_gen|f_rom|Mux5~67_combout ; +wire \text_gen|f_rom|Mux5~69_combout ; +wire \text_gen|f_rom|Mux5~70_combout ; +wire \text_gen|f_rom|Mux5~71_combout ; +wire \text_gen|f_rom|Mux5~254_combout ; +wire \text_gen|f_rom|WideOr3~0_combout ; +wire \text_gen|f_rom|Mux1~42_combout ; +wire \text_gen|f_rom|WideOr45~0_combout ; +wire \text_gen|f_rom|Mux1~43_combout ; +wire \text_gen|f_rom|Mux1~44_combout ; +wire \text_gen|f_rom|Mux1~45_combout ; +wire \text_gen|f_rom|Mux1~34_combout ; +wire \text_gen|f_rom|Mux1~36_combout ; +wire \text_gen|f_rom|Mux1~33_combout ; +wire \text_gen|f_rom|Mux1~35_combout ; +wire \text_gen|f_rom|Mux1~32_combout ; +wire \text_gen|f_rom|Mux1~37_combout ; +wire \text_gen|f_rom|Mux1~38_combout ; +wire \text_gen|f_rom|Mux1~39_combout ; +wire \text_gen|f_rom|Mux2~44_combout ; +wire \text_gen|f_rom|Mux1~40_combout ; +wire \text_gen|f_rom|Mux1~29_combout ; +wire \text_gen|f_rom|Mux1~30_combout ; +wire \text_gen|f_rom|Mux1~31_combout ; +wire \text_gen|f_rom|Mux1~69_combout ; +wire \text_gen|f_rom|Mux1~41_combout ; +wire \text_gen|f_rom|Mux1~46_combout ; +wire \text_gen|f_rom|Mux1~59_combout ; +wire \text_gen|always1~1_combout ; +wire \text_gen|always1~2_combout ; +wire \text_gen|f_rom|Mux4~5_combout ; +wire \text_gen|f_rom|Mux4~6_combout ; +wire \text_gen|f_rom|Mux4~7_combout ; +wire \text_gen|f_rom|Mux4~8_combout ; +wire \text_gen|f_rom|Mux4~9_combout ; +wire \text_gen|f_rom|Mux4~10_combout ; +wire \text_gen|f_rom|Mux5~110_combout ; +wire \text_gen|f_rom|Mux5~170_combout ; +wire \text_gen|f_rom|WideOr48~0_combout ; +wire \text_gen|f_rom|Mux5~223_combout ; +wire \text_gen|f_rom|Mux5~224_combout ; +wire \text_gen|f_rom|Mux5~225_combout ; +wire \text_gen|f_rom|Mux5~226_combout ; +wire \text_gen|f_rom|WideOr5~0_combout ; +wire \text_gen|f_rom|Decoder2~3_combout ; +wire \text_gen|f_rom|Mux5~218_combout ; +wire \text_gen|f_rom|Mux5~221_combout ; +wire \text_gen|f_rom|WideOr23~0_combout ; +wire \text_gen|f_rom|Mux5~219_combout ; +wire \text_gen|f_rom|Mux5~220_combout ; +wire \text_gen|f_rom|Mux5~276_combout ; +wire \text_gen|f_rom|Mux5~222_combout ; +wire \text_gen|f_rom|Mux4~11_combout ; +wire \text_gen|f_rom|Mux5~216_combout ; +wire \text_gen|f_rom|WideOr25~0_combout ; +wire \text_gen|f_rom|Mux5~161_combout ; +wire \text_gen|f_rom|Mux5~214_combout ; +wire \text_gen|f_rom|Mux5~215_combout ; +wire \text_gen|f_rom|Mux5~217_combout ; +wire \text_gen|f_rom|Mux5~209_combout ; +wire \text_gen|f_rom|Mux4~2_combout ; +wire \text_gen|f_rom|Mux4~15_combout ; +wire \text_gen|f_rom|Mux4~3_combout ; +wire \text_gen|f_rom|Mux4~4_combout ; +wire \text_gen|f_rom|Mux4~12_combout ; +wire \text_gen|f_rom|Mux5~114_combout ; +wire \text_gen|f_rom|Mux5~115_combout ; +wire \text_gen|f_rom|Mux5~116_combout ; +wire \text_gen|f_rom|Mux5~142_combout ; +wire \text_gen|f_rom|Decoder2~2_combout ; +wire \text_gen|f_rom|Mux5~106_combout ; +wire \text_gen|f_rom|Mux5~107_combout ; +wire \text_gen|f_rom|Mux1~65_combout ; +wire \text_gen|f_rom|Mux1~66_combout ; +wire \text_gen|f_rom|Mux1~60_combout ; +wire \text_gen|f_rom|Mux1~68_combout ; +wire \text_gen|f_rom|WideOr51~0_combout ; +wire \text_gen|f_rom|Mux5~229_combout ; +wire \text_gen|f_rom|WideOr27~0_combout ; +wire \text_gen|f_rom|Mux5~207_combout ; +wire \text_gen|f_rom|WideOr41~0_combout ; +wire \text_gen|f_rom|Mux5~227_combout ; +wire \text_gen|f_rom|Mux5~228_combout ; +wire \text_gen|f_rom|Mux5~230_combout ; +wire \text_gen|f_rom|Mux1~61_combout ; +wire \text_gen|f_rom|Mux1~63_combout ; +wire \text_gen|f_rom|Mux2~75_combout ; +wire \text_gen|f_rom|Mux1~62_combout ; +wire \text_gen|f_rom|Mux1~64_combout ; +wire \text_gen|f_rom|WideOr15~0_combout ; +wire \text_gen|f_rom|Mux5~277_combout ; +wire \text_gen|f_rom|WideOr46~0_combout ; +wire \text_gen|f_rom|Mux5~235_combout ; +wire \text_gen|f_rom|Mux5~236_combout ; +wire \text_gen|f_rom|Mux5~232_combout ; +wire \text_gen|f_rom|Mux5~233_combout ; +wire \text_gen|f_rom|Mux5~95_combout ; +wire \text_gen|f_rom|Mux5~231_combout ; +wire \text_gen|f_rom|Mux5~93_combout ; +wire \text_gen|f_rom|Mux5~234_combout ; +wire \text_gen|f_rom|Mux5~278_combout ; +wire \text_gen|f_rom|Mux4~13_combout ; +wire \text_gen|f_rom|Mux4~14_combout ; +wire \text_gen|f_rom|Mux2~55_combout ; +wire \text_gen|f_rom|Mux2~87_combout ; +wire \text_gen|f_rom|Mux5~125_combout ; +wire \text_gen|f_rom|Mux5~251_combout ; +wire \text_gen|f_rom|Mux5~252_combout ; +wire \text_gen|f_rom|Mux5~253_combout ; +wire \text_gen|f_rom|Mux5~152_combout ; +wire \text_gen|f_rom|Mux5~153_combout ; +wire \text_gen|f_rom|Mux2~81_combout ; +wire \text_gen|f_rom|Mux5~198_combout ; +wire \text_gen|f_rom|Mux2~82_combout ; +wire \text_gen|f_rom|Mux2~83_combout ; +wire \text_gen|f_rom|Mux2~84_combout ; +wire \text_gen|f_rom|Mux2~53_combout ; +wire \text_gen|f_rom|Mux2~54_combout ; +wire \text_gen|f_rom|WideOr22~0_combout ; +wire \text_gen|f_rom|Mux2~52_combout ; +wire \text_gen|f_rom|Mux2~56_combout ; +wire \text_gen|f_rom|Mux5~139_combout ; +wire \text_gen|f_rom|Mux5~280_combout ; +wire \text_gen|f_rom|Mux5~250_combout ; +wire \text_gen|f_rom|Mux5~157_combout ; +wire \text_gen|f_rom|Mux5~249_combout ; +wire \text_gen|f_rom|Mux5~281_combout ; +wire \text_gen|f_rom|WideOr47~0_combout ; +wire \text_gen|f_rom|Mux5~136_combout ; +wire \text_gen|f_rom|Mux2~91_combout ; +wire \text_gen|f_rom|Mux2~80_combout ; +wire \text_gen|f_rom|Mux3~10_combout ; +wire \text_gen|f_rom|Mux2~78_combout ; +wire \text_gen|f_rom|WideOr40~0_combout ; +wire \text_gen|f_rom|Mux5~248_combout ; +wire \text_gen|f_rom|Mux2~90_combout ; +wire \text_gen|f_rom|WideOr11~0_combout ; +wire \text_gen|f_rom|Mux5~243_combout ; +wire \text_gen|f_rom|WideOr0~0_combout ; +wire \text_gen|f_rom|WideOr44~0_combout ; +wire \text_gen|f_rom|Mux5~246_combout ; +wire \text_gen|f_rom|row_pixels~10_combout ; +wire \text_gen|f_rom|Mux5~244_combout ; +wire \text_gen|f_rom|Mux5~245_combout ; +wire \text_gen|f_rom|Mux5~247_combout ; +wire \text_gen|f_rom|Mux2~79_combout ; +wire \text_gen|always1~5_combout ; +wire \text_gen|f_rom|Mux5~141_combout ; +wire \text_gen|f_rom|Mux5~264_combout ; +wire \text_gen|f_rom|Mux5~238_combout ; +wire \text_gen|f_rom|Mux5~239_combout ; +wire \text_gen|f_rom|Mux5~237_combout ; +wire \text_gen|f_rom|WideOr9~0_combout ; +wire \text_gen|f_rom|Mux5~143_combout ; +wire \text_gen|f_rom|Mux2~76_combout ; +wire \text_gen|f_rom|Mux2~77_combout ; +wire \text_gen|f_rom|Mux3~11_combout ; +wire \text_gen|f_rom|row_pixels~7_combout ; +wire \text_gen|f_rom|Mux5~279_combout ; +wire \text_gen|f_rom|WideOr31~0_combout ; +wire \text_gen|f_rom|Mux5~241_combout ; +wire \text_gen|f_rom|Mux5~240_combout ; +wire \text_gen|f_rom|Mux5~242_combout ; +wire \text_gen|f_rom|Mux5~146_combout ; +wire \text_gen|f_rom|Mux5~101_combout ; +wire \text_gen|f_rom|Mux5~124_combout ; +wire \text_gen|f_rom|Mux5~147_combout ; +wire \text_gen|f_rom|Mux5~265_combout ; +wire \text_gen|f_rom|Mux5~266_combout ; +wire \text_gen|f_rom|Mux5~148_combout ; +wire \text_gen|f_rom|Mux5~149_combout ; +wire \text_gen|f_rom|Mux3~8_combout ; +wire \text_gen|f_rom|Mux3~2_combout ; +wire \text_gen|f_rom|WideOr34~0_combout ; +wire \text_gen|f_rom|WideOr18~0_combout ; +wire \text_gen|f_rom|Mux3~3_combout ; +wire \text_gen|f_rom|Mux3~4_combout ; +wire \text_gen|f_rom|Mux3~5_combout ; +wire \text_gen|f_rom|Mux5~144_combout ; +wire \text_gen|f_rom|Mux5~145_combout ; +wire \text_gen|f_rom|Mux5~160_combout ; +wire \text_gen|f_rom|Mux3~6_combout ; +wire \text_gen|f_rom|Mux3~7_combout ; +wire \text_gen|f_rom|Mux3~9_combout ; +wire \text_gen|always1~6_combout ; +wire \text_gen|always1~7_combout ; +wire \text_gen|f_rom|Mux0~7_combout ; +wire \text_gen|f_rom|Mux0~8_combout ; +wire \text_gen|f_rom|WideOr29~0_combout ; +wire \text_gen|f_rom|Mux0~9_combout ; +wire \text_gen|f_rom|WideOr20~0_combout ; +wire \text_gen|f_rom|Mux0~10_combout ; +wire \text_gen|f_rom|Mux0~11_combout ; +wire \text_gen|f_rom|Mux0~12_combout ; +wire \text_gen|f_rom|Mux0~13_combout ; +wire \text_gen|f_rom|Mux0~14_combout ; +wire \text_gen|f_rom|Mux0~15_combout ; +wire \text_gen|f_rom|Mux5~102_combout ; +wire \text_gen|f_rom|WideOr26~0_combout ; +wire \text_gen|f_rom|Mux5~103_combout ; +wire \text_gen|f_rom|Mux5~104_combout ; +wire \text_gen|f_rom|Mux5~105_combout ; +wire \text_gen|f_rom|Mux5~81_combout ; +wire \text_gen|f_rom|Mux5~255_combout ; +wire \text_gen|f_rom|Mux5~83_combout ; +wire \text_gen|f_rom|Mux5~82_combout ; +wire \text_gen|f_rom|Mux5~84_combout ; +wire \text_gen|f_rom|Mux5~85_combout ; +wire \text_gen|f_rom|Mux5~88_combout ; +wire \text_gen|f_rom|Mux5~89_combout ; +wire \text_gen|f_rom|Mux5~90_combout ; +wire \text_gen|f_rom|Mux5~256_combout ; +wire \text_gen|f_rom|Mux5~91_combout ; +wire \text_gen|f_rom|WideOr2~0_combout ; +wire \text_gen|f_rom|Mux5~86_combout ; +wire \text_gen|f_rom|Mux5~87_combout ; +wire \text_gen|f_rom|Mux5~92_combout ; +wire \text_gen|f_rom|Mux5~257_combout ; +wire \text_gen|f_rom|Mux5~94_combout ; +wire \text_gen|f_rom|Mux5~96_combout ; +wire \text_gen|f_rom|Mux5~97_combout ; +wire \text_gen|f_rom|Mux5~98_combout ; +wire \text_gen|f_rom|Mux5~99_combout ; +wire \text_gen|f_rom|Mux5~100_combout ; +wire \text_gen|f_rom|Mux0~0_combout ; +wire \text_gen|f_rom|Mux0~1_combout ; +wire \text_gen|f_rom|Mux5~108_combout ; +wire \text_gen|f_rom|Mux5~109_combout ; +wire \text_gen|f_rom|Mux5~113_combout ; +wire \text_gen|f_rom|Mux5~117_combout ; +wire \text_gen|f_rom|Mux5~111_combout ; +wire \text_gen|f_rom|Mux5~112_combout ; +wire \text_gen|f_rom|Mux0~2_combout ; +wire \text_gen|f_rom|Mux0~3_combout ; +wire \text_gen|f_rom|WideOr38~0_combout ; +wire \text_gen|f_rom|Mux5~121_combout ; +wire \text_gen|f_rom|Mux5~122_combout ; +wire \text_gen|f_rom|Mux5~123_combout ; +wire \text_gen|f_rom|Mux5~118_combout ; +wire \text_gen|f_rom|Mux5~258_combout ; +wire \text_gen|f_rom|Mux5~119_combout ; +wire \text_gen|f_rom|WideOr12~0_combout ; +wire \text_gen|f_rom|Mux5~259_combout ; +wire \text_gen|f_rom|Mux5~120_combout ; +wire \text_gen|f_rom|Mux0~4_combout ; +wire \text_gen|f_rom|Mux0~5_combout ; +wire \text_gen|f_rom|Mux0~6_combout ; +wire \text_gen|f_rom|Mux0~16_combout ; +wire \text_gen|f_rom|WideOr36~0_combout ; +wire \text_gen|f_rom|Mux5~204_combout ; +wire \text_gen|f_rom|Mux5~205_combout ; +wire \text_gen|f_rom|Mux5~210_combout ; +wire \text_gen|f_rom|Mux5~206_combout ; +wire \text_gen|f_rom|Mux5~208_combout ; +wire \text_gen|f_rom|Mux5~211_combout ; +wire \text_gen|f_rom|Mux5~212_combout ; +wire \text_gen|f_rom|WideOr24~0_combout ; +wire \text_gen|f_rom|Mux5~268_combout ; +wire \text_gen|f_rom|Mux5~177_combout ; +wire \text_gen|f_rom|Mux5~176_combout ; +wire \text_gen|f_rom|Mux5~267_combout ; +wire \text_gen|f_rom|Mux5~269_combout ; +wire \text_gen|f_rom|Mux5~164_combout ; +wire \text_gen|f_rom|Mux5~162_combout ; +wire \text_gen|f_rom|Mux5~163_combout ; +wire \text_gen|f_rom|Mux5~165_combout ; +wire \text_gen|f_rom|Mux5~168_combout ; +wire \text_gen|f_rom|Mux5~167_combout ; +wire \text_gen|f_rom|row_pixels~9_combout ; +wire \text_gen|f_rom|WideOr19~0_combout ; +wire \text_gen|f_rom|Mux5~166_combout ; +wire \text_gen|f_rom|Mux5~169_combout ; +wire \text_gen|f_rom|Mux5~172_combout ; +wire \text_gen|f_rom|Mux5~173_combout ; +wire \text_gen|f_rom|WideOr16~0_combout ; +wire \text_gen|f_rom|Mux5~171_combout ; +wire \text_gen|f_rom|Mux5~174_combout ; +wire \text_gen|f_rom|Mux5~175_combout ; +wire \text_gen|f_rom|Mux5~178_combout ; +wire \text_gen|f_rom|Mux5~179_combout ; +wire \text_gen|f_rom|Mux5~270_combout ; +wire \text_gen|f_rom|Mux5~180_combout ; +wire \text_gen|f_rom|Mux5~184_combout ; +wire \text_gen|f_rom|Mux5~185_combout ; +wire \text_gen|f_rom|Mux5~187_combout ; +wire \text_gen|f_rom|Mux5~273_combout ; +wire \text_gen|f_rom|Mux5~271_combout ; +wire \text_gen|f_rom|Mux5~181_combout ; +wire \text_gen|f_rom|Mux5~182_combout ; +wire \text_gen|f_rom|Mux5~183_combout ; +wire \text_gen|f_rom|Mux5~272_combout ; +wire \text_gen|f_rom|Mux5~186_combout ; +wire \text_gen|f_rom|Mux5~188_combout ; +wire \text_gen|f_rom|Mux5~189_combout ; +wire \text_gen|f_rom|Mux5~190_combout ; +wire \text_gen|f_rom|Mux5~191_combout ; +wire \text_gen|f_rom|Mux5~274_combout ; +wire \text_gen|f_rom|Mux5~199_combout ; +wire \text_gen|f_rom|Mux5~200_combout ; +wire \text_gen|f_rom|Mux5~201_combout ; +wire \text_gen|f_rom|Mux5~275_combout ; +wire \text_gen|f_rom|Mux5~196_combout ; +wire \text_gen|f_rom|Mux5~193_combout ; +wire \text_gen|f_rom|Mux5~192_combout ; +wire \text_gen|f_rom|Mux5~194_combout ; +wire \text_gen|f_rom|Mux5~195_combout ; +wire \text_gen|f_rom|Mux5~197_combout ; +wire \text_gen|f_rom|Mux5~202_combout ; +wire \text_gen|f_rom|Mux5~203_combout ; +wire \text_gen|f_rom|Mux5~213_combout ; +wire \text_gen|always1~3_combout ; +wire \text_gen|f_rom|Mux5~150_combout ; +wire \text_gen|f_rom|Mux5~151_combout ; +wire \text_gen|f_rom|Mux5~154_combout ; +wire \text_gen|f_rom|Mux5~158_combout ; +wire \text_gen|f_rom|Mux5~159_combout ; +wire \text_gen|f_rom|row_pixels~8_combout ; +wire \text_gen|f_rom|Mux5~155_combout ; +wire \text_gen|f_rom|Mux5~156_combout ; +wire \text_gen|f_rom|Mux2~71_combout ; +wire \text_gen|f_rom|Mux2~72_combout ; +wire \text_gen|f_rom|WideOr33~0_combout ; +wire \text_gen|f_rom|Mux2~68_combout ; +wire \text_gen|f_rom|Mux2~69_combout ; +wire \text_gen|f_rom|Mux2~70_combout ; +wire \text_gen|f_rom|Mux2~73_combout ; +wire \text_gen|f_rom|Mux2~61_combout ; +wire \text_gen|f_rom|Mux2~62_combout ; +wire \text_gen|f_rom|Mux2~63_combout ; +wire \text_gen|f_rom|Mux2~60_combout ; +wire \text_gen|f_rom|Mux2~64_combout ; +wire \text_gen|f_rom|Mux2~65_combout ; +wire \text_gen|f_rom|Mux2~66_combout ; +wire \text_gen|f_rom|Mux2~67_combout ; +wire \text_gen|f_rom|Mux2~45_combout ; +wire \text_gen|f_rom|Mux2~46_combout ; +wire \text_gen|f_rom|Mux2~47_combout ; +wire \text_gen|f_rom|Mux5~260_combout ; +wire \text_gen|f_rom|Mux5~126_combout ; +wire \text_gen|f_rom|Mux5~127_combout ; +wire \text_gen|f_rom|Mux5~128_combout ; +wire \text_gen|f_rom|Mux5~129_combout ; +wire \text_gen|f_rom|Mux5~261_combout ; +wire \text_gen|f_rom|Mux2~85_combout ; +wire \text_gen|f_rom|Mux5~132_combout ; +wire \text_gen|f_rom|Mux5~133_combout ; +wire \text_gen|f_rom|Mux5~134_combout ; +wire \text_gen|f_rom|Mux5~130_combout ; +wire \text_gen|f_rom|Mux5~131_combout ; +wire \text_gen|f_rom|Mux5~262_combout ; +wire \text_gen|f_rom|Mux5~135_combout ; +wire \text_gen|f_rom|Mux2~48_combout ; +wire \text_gen|f_rom|Mux2~49_combout ; +wire \text_gen|f_rom|Mux2~50_combout ; +wire \text_gen|f_rom|Mux2~92_combout ; +wire \text_gen|f_rom|Mux2~51_combout ; +wire \text_gen|f_rom|Mux2~86_combout ; +wire \text_gen|f_rom|Mux5~137_combout ; +wire \text_gen|f_rom|Mux5~138_combout ; +wire \text_gen|f_rom|Mux5~140_combout ; +wire \text_gen|f_rom|Mux5~263_combout ; +wire \text_gen|f_rom|Mux2~88_combout ; +wire \text_gen|f_rom|Mux2~57_combout ; +wire \text_gen|f_rom|Mux2~58_combout ; +wire \text_gen|f_rom|Mux2~59_combout ; +wire \text_gen|f_rom|Mux2~89_combout ; +wire \text_gen|f_rom|Mux2~74_combout ; +wire \text_gen|always1~4_combout ; +wire \text_gen|always1~8_combout ; +wire \text_gen|vga_r[0]~feeder_combout ; +wire \text_gen|vga_r[3]~feeder_combout ; +wire \text_gen|vga_r[4]~feeder_combout ; +wire \text_gen|vga_r[5]~feeder_combout ; +wire \text_gen|vga_r[6]~feeder_combout ; +wire \text_gen|vga_r[7]~feeder_combout ; +wire \text_gen|vga_g[0]~feeder_combout ; +wire \text_gen|vga_g[1]~feeder_combout ; +wire \text_gen|vga_g[2]~feeder_combout ; +wire \text_gen|vga_g[3]~feeder_combout ; +wire \text_gen|vga_g[4]~feeder_combout ; +wire \text_gen|vga_g[5]~feeder_combout ; +wire \text_gen|vga_g[6]~feeder_combout ; +wire \text_gen|vga_g[7]~feeder_combout ; +wire \text_gen|vga_b[0]~feeder_combout ; +wire \text_gen|vga_b[2]~feeder_combout ; +wire \text_gen|vga_b[4]~feeder_combout ; +wire \text_gen|vga_b[5]~feeder_combout ; +wire \text_gen|vga_b[6]~feeder_combout ; wire [7:0] \lcd_inst|LCD_DATA ; wire [19:0] \lcd_inst|cnt ; +wire [4:0] \pll_inst|altpll_component|auto_generated|wire_pll1_clk ; +wire [11:0] \text_gen|cursor_pos ; +wire [7:0] \text_gen|vga_g ; wire [15:0] \uart_inst|clk_cnt ; -wire [7:0] \uart_inst|rx_data ; +wire [7:0] \text_gen|vga_r ; +wire [7:0] \text_gen|vga_b ; wire [7:0] lcd_char_data; +wire [11:0] \vga_c|h_cnt ; +wire [11:0] \vga_c|v_cnt ; wire [19:0] \lcd_inst|delay_target ; +wire [7:0] \uart_inst|rx_data ; wire [7:0] \uart_inst|rx_byte ; wire [2:0] \uart_inst|bit_index ; +wire [4:0] \pll_inst|altpll_component|auto_generated|pll1_CLK_bus ; -hard_block auto_generated_inst( - .devpor(devpor), - .devclrn(devclrn), - .devoe(devoe)); +assign \pll_inst|altpll_component|auto_generated|wire_pll1_clk [0] = \pll_inst|altpll_component|auto_generated|pll1_CLK_bus [0]; +assign \pll_inst|altpll_component|auto_generated|wire_pll1_clk [1] = \pll_inst|altpll_component|auto_generated|pll1_CLK_bus [1]; +assign \pll_inst|altpll_component|auto_generated|wire_pll1_clk [2] = \pll_inst|altpll_component|auto_generated|pll1_CLK_bus [2]; +assign \pll_inst|altpll_component|auto_generated|wire_pll1_clk [3] = \pll_inst|altpll_component|auto_generated|pll1_CLK_bus [3]; +assign \pll_inst|altpll_component|auto_generated|wire_pll1_clk [4] = \pll_inst|altpll_component|auto_generated|pll1_CLK_bus [4]; // Location: IOOBUF_X111_Y91_N9 cycloneiv_io_obuf \UART_TXD~output ( @@ -382,7 +61165,7 @@ cycloneiv_io_obuf \UART_TXD~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\UART_TXD~output_o ), + .o(UART_TXD), .obar()); // synopsys translate_off defparam \UART_TXD~output .bus_hold = "false"; @@ -395,7 +61178,7 @@ cycloneiv_io_obuf \UART_RTS~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\UART_RTS~output_o ), + .o(UART_RTS), .obar()); // synopsys translate_off defparam \UART_RTS~output .bus_hold = "false"; @@ -408,7 +61191,7 @@ cycloneiv_io_obuf \LCD_DATA[0]~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_DATA[0]~output_o ), + .o(LCD_DATA[0]), .obar()); // synopsys translate_off defparam \LCD_DATA[0]~output .bus_hold = "false"; @@ -421,7 +61204,7 @@ cycloneiv_io_obuf \LCD_DATA[1]~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_DATA[1]~output_o ), + .o(LCD_DATA[1]), .obar()); // synopsys translate_off defparam \LCD_DATA[1]~output .bus_hold = "false"; @@ -434,7 +61217,7 @@ cycloneiv_io_obuf \LCD_DATA[2]~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_DATA[2]~output_o ), + .o(LCD_DATA[2]), .obar()); // synopsys translate_off defparam \LCD_DATA[2]~output .bus_hold = "false"; @@ -447,7 +61230,7 @@ cycloneiv_io_obuf \LCD_DATA[3]~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_DATA[3]~output_o ), + .o(LCD_DATA[3]), .obar()); // synopsys translate_off defparam \LCD_DATA[3]~output .bus_hold = "false"; @@ -460,7 +61243,7 @@ cycloneiv_io_obuf \LCD_DATA[4]~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_DATA[4]~output_o ), + .o(LCD_DATA[4]), .obar()); // synopsys translate_off defparam \LCD_DATA[4]~output .bus_hold = "false"; @@ -473,7 +61256,7 @@ cycloneiv_io_obuf \LCD_DATA[5]~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_DATA[5]~output_o ), + .o(LCD_DATA[5]), .obar()); // synopsys translate_off defparam \LCD_DATA[5]~output .bus_hold = "false"; @@ -486,7 +61269,7 @@ cycloneiv_io_obuf \LCD_DATA[6]~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_DATA[6]~output_o ), + .o(LCD_DATA[6]), .obar()); // synopsys translate_off defparam \LCD_DATA[6]~output .bus_hold = "false"; @@ -499,7 +61282,7 @@ cycloneiv_io_obuf \LCD_DATA[7]~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_DATA[7]~output_o ), + .o(LCD_DATA[7]), .obar()); // synopsys translate_off defparam \LCD_DATA[7]~output .bus_hold = "false"; @@ -512,7 +61295,7 @@ cycloneiv_io_obuf \LCD_RW~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_RW~output_o ), + .o(LCD_RW), .obar()); // synopsys translate_off defparam \LCD_RW~output .bus_hold = "false"; @@ -525,7 +61308,7 @@ cycloneiv_io_obuf \LCD_EN~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_EN~output_o ), + .o(LCD_EN), .obar()); // synopsys translate_off defparam \LCD_EN~output .bus_hold = "false"; @@ -538,7 +61321,7 @@ cycloneiv_io_obuf \LCD_RS~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_RS~output_o ), + .o(LCD_RS), .obar()); // synopsys translate_off defparam \LCD_RS~output .bus_hold = "false"; @@ -551,13 +61334,390 @@ cycloneiv_io_obuf \LCD_ON~output ( .oe(vcc), .seriesterminationcontrol(16'b0000000000000000), .devoe(devoe), - .o(\LCD_ON~output_o ), + .o(LCD_ON), .obar()); // synopsys translate_off defparam \LCD_ON~output .bus_hold = "false"; defparam \LCD_ON~output .open_drain_output = "false"; // synopsys translate_on +// Location: IOOBUF_X115_Y91_N23 +cycloneiv_io_obuf \VGA_CLK~output ( + .i(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_CLK), + .obar()); +// synopsys translate_off +defparam \VGA_CLK~output .bus_hold = "false"; +defparam \VGA_CLK~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X90_Y91_N16 +cycloneiv_io_obuf \VGA_HS~output ( + .i(\vga_c|h_sync~q ), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_HS), + .obar()); +// synopsys translate_off +defparam \VGA_HS~output .bus_hold = "false"; +defparam \VGA_HS~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X90_Y91_N2 +cycloneiv_io_obuf \VGA_VS~output ( + .i(\vga_c|v_sync~q ), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_VS), + .obar()); +// synopsys translate_off +defparam \VGA_VS~output .bus_hold = "false"; +defparam \VGA_VS~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X115_Y91_N9 +cycloneiv_io_obuf \VGA_BLANK_N~output ( + .i(\vga_c|blank_n~q ), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_BLANK_N), + .obar()); +// synopsys translate_off +defparam \VGA_BLANK_N~output .bus_hold = "false"; +defparam \VGA_BLANK_N~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X84_Y0_N23 +cycloneiv_io_obuf \VGA_SYNC_N~output ( + .i(gnd), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_SYNC_N), + .obar()); +// synopsys translate_off +defparam \VGA_SYNC_N~output .bus_hold = "false"; +defparam \VGA_SYNC_N~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X66_Y91_N16 +cycloneiv_io_obuf \VGA_R[0]~output ( + .i(\text_gen|vga_r [0]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_R[0]), + .obar()); +// synopsys translate_off +defparam \VGA_R[0]~output .bus_hold = "false"; +defparam \VGA_R[0]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X68_Y91_N2 +cycloneiv_io_obuf \VGA_R[1]~output ( + .i(\text_gen|vga_r [1]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_R[1]), + .obar()); +// synopsys translate_off +defparam \VGA_R[1]~output .bus_hold = "false"; +defparam \VGA_R[1]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X70_Y91_N9 +cycloneiv_io_obuf \VGA_R[2]~output ( + .i(\text_gen|vga_r [2]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_R[2]), + .obar()); +// synopsys translate_off +defparam \VGA_R[2]~output .bus_hold = "false"; +defparam \VGA_R[2]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X66_Y91_N23 +cycloneiv_io_obuf \VGA_R[3]~output ( + .i(\text_gen|vga_r [3]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_R[3]), + .obar()); +// synopsys translate_off +defparam \VGA_R[3]~output .bus_hold = "false"; +defparam \VGA_R[3]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X77_Y91_N16 +cycloneiv_io_obuf \VGA_R[4]~output ( + .i(\text_gen|vga_r [4]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_R[4]), + .obar()); +// synopsys translate_off +defparam \VGA_R[4]~output .bus_hold = "false"; +defparam \VGA_R[4]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X77_Y91_N23 +cycloneiv_io_obuf \VGA_R[5]~output ( + .i(\text_gen|vga_r [5]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_R[5]), + .obar()); +// synopsys translate_off +defparam \VGA_R[5]~output .bus_hold = "false"; +defparam \VGA_R[5]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X75_Y91_N9 +cycloneiv_io_obuf \VGA_R[6]~output ( + .i(\text_gen|vga_r [6]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_R[6]), + .obar()); +// synopsys translate_off +defparam \VGA_R[6]~output .bus_hold = "false"; +defparam \VGA_R[6]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X72_Y91_N2 +cycloneiv_io_obuf \VGA_R[7]~output ( + .i(\text_gen|vga_r [7]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_R[7]), + .obar()); +// synopsys translate_off +defparam \VGA_R[7]~output .bus_hold = "false"; +defparam \VGA_R[7]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X77_Y91_N9 +cycloneiv_io_obuf \VGA_G[0]~output ( + .i(\text_gen|vga_g [0]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_G[0]), + .obar()); +// synopsys translate_off +defparam \VGA_G[0]~output .bus_hold = "false"; +defparam \VGA_G[0]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X77_Y91_N2 +cycloneiv_io_obuf \VGA_G[1]~output ( + .i(\text_gen|vga_g [1]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_G[1]), + .obar()); +// synopsys translate_off +defparam \VGA_G[1]~output .bus_hold = "false"; +defparam \VGA_G[1]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X75_Y91_N2 +cycloneiv_io_obuf \VGA_G[2]~output ( + .i(\text_gen|vga_g [2]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_G[2]), + .obar()); +// synopsys translate_off +defparam \VGA_G[2]~output .bus_hold = "false"; +defparam \VGA_G[2]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X63_Y91_N23 +cycloneiv_io_obuf \VGA_G[3]~output ( + .i(\text_gen|vga_g [3]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_G[3]), + .obar()); +// synopsys translate_off +defparam \VGA_G[3]~output .bus_hold = "false"; +defparam \VGA_G[3]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X79_Y91_N2 +cycloneiv_io_obuf \VGA_G[4]~output ( + .i(\text_gen|vga_g [4]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_G[4]), + .obar()); +// synopsys translate_off +defparam \VGA_G[4]~output .bus_hold = "false"; +defparam \VGA_G[4]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X84_Y91_N9 +cycloneiv_io_obuf \VGA_G[5]~output ( + .i(\text_gen|vga_g [5]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_G[5]), + .obar()); +// synopsys translate_off +defparam \VGA_G[5]~output .bus_hold = "false"; +defparam \VGA_G[5]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X86_Y91_N2 +cycloneiv_io_obuf \VGA_G[6]~output ( + .i(\text_gen|vga_g [6]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_G[6]), + .obar()); +// synopsys translate_off +defparam \VGA_G[6]~output .bus_hold = "false"; +defparam \VGA_G[6]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X82_Y91_N2 +cycloneiv_io_obuf \VGA_G[7]~output ( + .i(\text_gen|vga_g [7]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_G[7]), + .obar()); +// synopsys translate_off +defparam \VGA_G[7]~output .bus_hold = "false"; +defparam \VGA_G[7]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X99_Y91_N9 +cycloneiv_io_obuf \VGA_B[0]~output ( + .i(\text_gen|vga_b [0]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_B[0]), + .obar()); +// synopsys translate_off +defparam \VGA_B[0]~output .bus_hold = "false"; +defparam \VGA_B[0]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X90_Y91_N23 +cycloneiv_io_obuf \VGA_B[1]~output ( + .i(\text_gen|vga_b [1]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_B[1]), + .obar()); +// synopsys translate_off +defparam \VGA_B[1]~output .bus_hold = "false"; +defparam \VGA_B[1]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X90_Y91_N9 +cycloneiv_io_obuf \VGA_B[2]~output ( + .i(\text_gen|vga_b [2]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_B[2]), + .obar()); +// synopsys translate_off +defparam \VGA_B[2]~output .bus_hold = "false"; +defparam \VGA_B[2]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X88_Y91_N2 +cycloneiv_io_obuf \VGA_B[3]~output ( + .i(\text_gen|vga_b [3]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_B[3]), + .obar()); +// synopsys translate_off +defparam \VGA_B[3]~output .bus_hold = "false"; +defparam \VGA_B[3]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X113_Y91_N2 +cycloneiv_io_obuf \VGA_B[4]~output ( + .i(\text_gen|vga_b [4]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_B[4]), + .obar()); +// synopsys translate_off +defparam \VGA_B[4]~output .bus_hold = "false"; +defparam \VGA_B[4]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X86_Y91_N9 +cycloneiv_io_obuf \VGA_B[5]~output ( + .i(\text_gen|vga_b [5]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_B[5]), + .obar()); +// synopsys translate_off +defparam \VGA_B[5]~output .bus_hold = "false"; +defparam \VGA_B[5]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X115_Y91_N2 +cycloneiv_io_obuf \VGA_B[6]~output ( + .i(\text_gen|vga_b [6]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_B[6]), + .obar()); +// synopsys translate_off +defparam \VGA_B[6]~output .bus_hold = "false"; +defparam \VGA_B[6]~output .open_drain_output = "false"; +// synopsys translate_on + +// Location: IOOBUF_X82_Y91_N9 +cycloneiv_io_obuf \VGA_B[7]~output ( + .i(\text_gen|vga_b [7]), + .oe(vcc), + .seriesterminationcontrol(16'b0000000000000000), + .devoe(devoe), + .o(VGA_B[7]), + .obar()); +// synopsys translate_off +defparam \VGA_B[7]~output .bus_hold = "false"; +defparam \VGA_B[7]~output .open_drain_output = "false"; +// synopsys translate_on + // Location: IOIBUF_X57_Y0_N8 cycloneiv_io_ibuf \CLOCK_50~input ( .i(CLOCK_50), @@ -581,22 +61741,39 @@ defparam \CLOCK_50~inputclkctrl .clock_type = "global clock"; defparam \CLOCK_50~inputclkctrl .ena_register_mode = "none"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N12 -cycloneiv_lcell_comb \lcd_inst|cnt[0]~22 ( +// Location: LCCOMB_X16_Y17_N26 +cycloneiv_lcell_comb \lcd_inst|LCD_DATA[4]~0 ( +// Equation(s): +// \lcd_inst|LCD_DATA[4]~0_combout = (!\lcd_char_valid~q & \lcd_inst|state.S_IDLE~q ) + + .dataa(gnd), + .datab(gnd), + .datac(\lcd_char_valid~q ), + .datad(\lcd_inst|state.S_IDLE~q ), + .cin(gnd), + .combout(\lcd_inst|LCD_DATA[4]~0_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LCD_DATA[4]~0 .lut_mask = 16'h0F00; +defparam \lcd_inst|LCD_DATA[4]~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y18_N12 +cycloneiv_lcell_comb \lcd_inst|cnt[0]~20 ( // Equation(s): -// \lcd_inst|cnt[0]~22_combout = \lcd_inst|cnt [0] $ (VCC) -// \lcd_inst|cnt[0]~23 = CARRY(\lcd_inst|cnt [0]) +// \lcd_inst|cnt[0]~20_combout = \lcd_inst|cnt [0] $ (VCC) +// \lcd_inst|cnt[0]~21 = CARRY(\lcd_inst|cnt [0]) .dataa(\lcd_inst|cnt [0]), .datab(gnd), .datac(gnd), .datad(vcc), .cin(gnd), - .combout(\lcd_inst|cnt[0]~22_combout ), - .cout(\lcd_inst|cnt[0]~23 )); + .combout(\lcd_inst|cnt[0]~20_combout ), + .cout(\lcd_inst|cnt[0]~21 )); // synopsys translate_off -defparam \lcd_inst|cnt[0]~22 .lut_mask = 16'h55AA; -defparam \lcd_inst|cnt[0]~22 .sum_lutc_input = "datac"; +defparam \lcd_inst|cnt[0]~20 .lut_mask = 16'h55AA; +defparam \lcd_inst|cnt[0]~20 .sum_lutc_input = "datac"; // synopsys translate_on // Location: IOIBUF_X117_Y14_N1 @@ -609,256 +61786,461 @@ defparam \KEY[0]~input .bus_hold = "false"; defparam \KEY[0]~input .simulate_z_as = "z"; // synopsys translate_on -// Location: LCCOMB_X57_Y5_N18 -cycloneiv_lcell_comb \lcd_inst|Selector31~7 ( +// Location: LCCOMB_X16_Y18_N2 +cycloneiv_lcell_comb \lcd_inst|LessThan0~0 ( // Equation(s): -// \lcd_inst|Selector31~7_combout = (!\lcd_inst|cnt [5] & (!\lcd_inst|cnt [6] & (!\lcd_inst|cnt [14] & !\lcd_inst|cnt [13]))) +// \lcd_inst|LessThan0~0_combout = ((!\lcd_inst|cnt [14]) # (!\lcd_inst|cnt [13])) # (!\lcd_inst|cnt [12]) - .dataa(\lcd_inst|cnt [5]), - .datab(\lcd_inst|cnt [6]), + .dataa(\lcd_inst|cnt [12]), + .datab(\lcd_inst|cnt [13]), .datac(\lcd_inst|cnt [14]), - .datad(\lcd_inst|cnt [13]), + .datad(gnd), .cin(gnd), - .combout(\lcd_inst|Selector31~7_combout ), + .combout(\lcd_inst|LessThan0~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector31~7 .lut_mask = 16'h0001; -defparam \lcd_inst|Selector31~7 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan0~0 .lut_mask = 16'h7F7F; +defparam \lcd_inst|LessThan0~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X57_Y5_N8 -cycloneiv_lcell_comb \lcd_inst|LessThan1~1 ( +// Location: LCCOMB_X16_Y18_N6 +cycloneiv_lcell_comb \lcd_inst|LessThan1~3 ( // Equation(s): -// \lcd_inst|LessThan1~1_combout = ((!\lcd_inst|cnt [2] & (!\lcd_inst|cnt [0] & !\lcd_inst|cnt [1]))) # (!\lcd_inst|cnt [3]) +// \lcd_inst|LessThan1~3_combout = (!\lcd_inst|cnt [10] & (!\lcd_inst|cnt [9] & !\lcd_inst|cnt [11])) - .dataa(\lcd_inst|cnt [2]), - .datab(\lcd_inst|cnt [3]), - .datac(\lcd_inst|cnt [0]), - .datad(\lcd_inst|cnt [1]), + .dataa(gnd), + .datab(\lcd_inst|cnt [10]), + .datac(\lcd_inst|cnt [9]), + .datad(\lcd_inst|cnt [11]), .cin(gnd), - .combout(\lcd_inst|LessThan1~1_combout ), + .combout(\lcd_inst|LessThan1~3_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|LessThan1~1 .lut_mask = 16'h3337; -defparam \lcd_inst|LessThan1~1 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan1~3 .lut_mask = 16'h0003; +defparam \lcd_inst|LessThan1~3 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N22 -cycloneiv_lcell_comb \lcd_inst|LessThan1~0 ( +// Location: LCCOMB_X17_Y18_N2 +cycloneiv_lcell_comb \lcd_inst|LessThan0~1 ( // Equation(s): -// \lcd_inst|LessThan1~0_combout = (!\lcd_inst|cnt [15] & (!\lcd_inst|cnt [11] & (!\lcd_inst|cnt [9] & !\lcd_inst|cnt [10]))) +// \lcd_inst|LessThan0~1_combout = ((!\lcd_inst|cnt [6] & ((!\lcd_inst|cnt [4]) # (!\lcd_inst|cnt [5])))) # (!\lcd_inst|cnt [8]) - .dataa(\lcd_inst|cnt [15]), - .datab(\lcd_inst|cnt [11]), - .datac(\lcd_inst|cnt [9]), - .datad(\lcd_inst|cnt [10]), + .dataa(\lcd_inst|cnt [8]), + .datab(\lcd_inst|cnt [6]), + .datac(\lcd_inst|cnt [5]), + .datad(\lcd_inst|cnt [4]), .cin(gnd), - .combout(\lcd_inst|LessThan1~0_combout ), + .combout(\lcd_inst|LessThan0~1_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|LessThan1~0 .lut_mask = 16'h0001; -defparam \lcd_inst|LessThan1~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan0~1 .lut_mask = 16'h5777; +defparam \lcd_inst|LessThan0~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y18_N4 +cycloneiv_lcell_comb \lcd_inst|LessThan0~2 ( +// Equation(s): +// \lcd_inst|LessThan0~2_combout = (\lcd_inst|LessThan0~0_combout ) # ((\lcd_inst|LessThan1~3_combout & ((\lcd_inst|LessThan0~1_combout ) # (!\lcd_inst|cnt [7])))) + + .dataa(\lcd_inst|LessThan0~0_combout ), + .datab(\lcd_inst|LessThan1~3_combout ), + .datac(\lcd_inst|cnt [7]), + .datad(\lcd_inst|LessThan0~1_combout ), + .cin(gnd), + .combout(\lcd_inst|LessThan0~2_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan0~2 .lut_mask = 16'hEEAE; +defparam \lcd_inst|LessThan0~2 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X57_Y5_N2 -cycloneiv_lcell_comb \lcd_inst|Selector31~8 ( +// Location: LCCOMB_X17_Y17_N22 +cycloneiv_lcell_comb \lcd_inst|LessThan0~3 ( // Equation(s): -// \lcd_inst|Selector31~8_combout = (\lcd_inst|Selector31~7_combout & (\lcd_inst|LessThan1~0_combout & ((\lcd_inst|LessThan1~1_combout ) # (!\lcd_inst|cnt [4])))) +// \lcd_inst|LessThan0~3_combout = (((!\lcd_inst|cnt [15] & \lcd_inst|LessThan0~2_combout )) # (!\lcd_inst|cnt [17])) # (!\lcd_inst|cnt [16]) - .dataa(\lcd_inst|cnt [4]), - .datab(\lcd_inst|Selector31~7_combout ), - .datac(\lcd_inst|LessThan1~1_combout ), - .datad(\lcd_inst|LessThan1~0_combout ), + .dataa(\lcd_inst|cnt [16]), + .datab(\lcd_inst|cnt [15]), + .datac(\lcd_inst|cnt [17]), + .datad(\lcd_inst|LessThan0~2_combout ), .cin(gnd), - .combout(\lcd_inst|Selector31~8_combout ), + .combout(\lcd_inst|LessThan0~3_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector31~8 .lut_mask = 16'hC400; -defparam \lcd_inst|Selector31~8 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan0~3 .lut_mask = 16'h7F5F; +defparam \lcd_inst|LessThan0~3 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N6 -cycloneiv_lcell_comb \lcd_inst|Selector33~5 ( +// Location: LCCOMB_X17_Y17_N26 +cycloneiv_lcell_comb \lcd_inst|LessThan0~4 ( // Equation(s): -// \lcd_inst|Selector33~5_combout = (\lcd_inst|state.S_DELAY~q & !\lcd_inst|Selector31~6_combout ) +// \lcd_inst|LessThan0~4_combout = ((\lcd_inst|LessThan0~3_combout & !\lcd_inst|cnt [18])) # (!\lcd_inst|cnt [19]) .dataa(gnd), - .datab(gnd), - .datac(\lcd_inst|state.S_DELAY~q ), - .datad(\lcd_inst|Selector31~6_combout ), + .datab(\lcd_inst|cnt [19]), + .datac(\lcd_inst|LessThan0~3_combout ), + .datad(\lcd_inst|cnt [18]), .cin(gnd), - .combout(\lcd_inst|Selector33~5_combout ), + .combout(\lcd_inst|LessThan0~4_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector33~5 .lut_mask = 16'h00F0; -defparam \lcd_inst|Selector33~5 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan0~4 .lut_mask = 16'h33F3; +defparam \lcd_inst|LessThan0~4 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X57_Y5_N12 -cycloneiv_lcell_comb \lcd_inst|Selector31~9 ( +// Location: LCCOMB_X16_Y18_N8 +cycloneiv_lcell_comb \lcd_inst|LessThan1~0 ( // Equation(s): -// \lcd_inst|Selector31~9_combout = (!\lcd_inst|cnt [7] & (!\lcd_inst|cnt [12] & !\lcd_inst|cnt [8])) +// \lcd_inst|LessThan1~0_combout = (!\lcd_inst|cnt [13] & !\lcd_inst|cnt [14]) - .dataa(\lcd_inst|cnt [7]), - .datab(gnd), - .datac(\lcd_inst|cnt [12]), - .datad(\lcd_inst|cnt [8]), + .dataa(gnd), + .datab(\lcd_inst|cnt [13]), + .datac(\lcd_inst|cnt [14]), + .datad(gnd), .cin(gnd), - .combout(\lcd_inst|Selector31~9_combout ), + .combout(\lcd_inst|LessThan1~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector31~9 .lut_mask = 16'h0005; -defparam \lcd_inst|Selector31~9 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan1~0 .lut_mask = 16'h0303; +defparam \lcd_inst|LessThan1~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N16 -cycloneiv_lcell_comb \lcd_inst|cnt[18]~58 ( +// Location: LCCOMB_X16_Y18_N10 +cycloneiv_lcell_comb \lcd_inst|LessThan2~0 ( // Equation(s): -// \lcd_inst|cnt[18]~58_combout = (\lcd_inst|cnt [18] & (\lcd_inst|cnt[17]~57 $ (GND))) # (!\lcd_inst|cnt [18] & (!\lcd_inst|cnt[17]~57 & VCC)) -// \lcd_inst|cnt[18]~59 = CARRY((\lcd_inst|cnt [18] & !\lcd_inst|cnt[17]~57 )) +// \lcd_inst|LessThan2~0_combout = (\lcd_inst|LessThan1~0_combout & ((\lcd_inst|cnt [16] & (\lcd_inst|delay_target [10] & \lcd_inst|cnt [15])) # (!\lcd_inst|cnt [16] & (!\lcd_inst|delay_target [10] & !\lcd_inst|cnt [15])))) - .dataa(gnd), - .datab(\lcd_inst|cnt [18]), - .datac(gnd), - .datad(vcc), - .cin(\lcd_inst|cnt[17]~57 ), - .combout(\lcd_inst|cnt[18]~58_combout ), - .cout(\lcd_inst|cnt[18]~59 )); + .dataa(\lcd_inst|cnt [16]), + .datab(\lcd_inst|LessThan1~0_combout ), + .datac(\lcd_inst|delay_target [10]), + .datad(\lcd_inst|cnt [15]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~0_combout ), + .cout()); // synopsys translate_off -defparam \lcd_inst|cnt[18]~58 .lut_mask = 16'hC30C; -defparam \lcd_inst|cnt[18]~58 .sum_lutc_input = "cin"; +defparam \lcd_inst|LessThan2~0 .lut_mask = 16'h8004; +defparam \lcd_inst|LessThan2~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N18 -cycloneiv_lcell_comb \lcd_inst|cnt[19]~60 ( +// Location: LCCOMB_X15_Y17_N2 +cycloneiv_lcell_comb \lcd_inst|WideOr3~0 ( // Equation(s): -// \lcd_inst|cnt[19]~60_combout = \lcd_inst|cnt[18]~59 $ (\lcd_inst|cnt [19]) +// \lcd_inst|WideOr3~0_combout = (\lcd_inst|state.S_WAIT_EN~q ) # ((\lcd_inst|state.S_HOLD~q ) # ((\lcd_inst|state.S_DELAY~q ) # (!\lcd_inst|state.S_PWR_UP~q ))) - .dataa(gnd), - .datab(gnd), - .datac(gnd), - .datad(\lcd_inst|cnt [19]), - .cin(\lcd_inst|cnt[18]~59 ), - .combout(\lcd_inst|cnt[19]~60_combout ), + .dataa(\lcd_inst|state.S_WAIT_EN~q ), + .datab(\lcd_inst|state.S_HOLD~q ), + .datac(\lcd_inst|state.S_PWR_UP~q ), + .datad(\lcd_inst|state.S_DELAY~q ), + .cin(gnd), + .combout(\lcd_inst|WideOr3~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|cnt[19]~60 .lut_mask = 16'h0FF0; -defparam \lcd_inst|cnt[19]~60 .sum_lutc_input = "cin"; +defparam \lcd_inst|WideOr3~0 .lut_mask = 16'hFFEF; +defparam \lcd_inst|WideOr3~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X56_Y4_N19 -dffeas \lcd_inst|cnt[19] ( +// Location: LCCOMB_X15_Y18_N28 +cycloneiv_lcell_comb \lcd_inst|delay_target[10]~2 ( +// Equation(s): +// \lcd_inst|delay_target[10]~2_combout = (\KEY[0]~input_o & (!\lcd_inst|WideOr3~0_combout & ((\lcd_char_valid~q ) # (!\lcd_inst|state.S_IDLE~q )))) + + .dataa(\lcd_inst|state.S_IDLE~q ), + .datab(\KEY[0]~input_o ), + .datac(\lcd_inst|WideOr3~0_combout ), + .datad(\lcd_char_valid~q ), + .cin(gnd), + .combout(\lcd_inst|delay_target[10]~2_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|delay_target[10]~2 .lut_mask = 16'h0C04; +defparam \lcd_inst|delay_target[10]~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X15_Y18_N19 +dffeas \lcd_inst|delay_target[12] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[19]~60_combout ), + .d(\lcd_inst|Selector60~1_combout ), .asdata(vcc), - .clrn(\KEY[0]~input_o ), + .clrn(vcc), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(gnd), .sload(gnd), - .ena(\lcd_inst|WideOr3~0_combout ), + .ena(\lcd_inst|delay_target[10]~2_combout ), .devclrn(devclrn), .devpor(devpor), - .q(\lcd_inst|cnt [19]), + .q(\lcd_inst|delay_target [12]), .prn(vcc)); // synopsys translate_off -defparam \lcd_inst|cnt[19] .is_wysiwyg = "true"; -defparam \lcd_inst|cnt[19] .power_up = "low"; +defparam \lcd_inst|delay_target[12] .is_wysiwyg = "true"; +defparam \lcd_inst|delay_target[12] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N24 -cycloneiv_lcell_comb \lcd_inst|Selector31~5 ( +// Location: LCCOMB_X16_Y18_N4 +cycloneiv_lcell_comb \lcd_inst|LessThan2~1 ( +// Equation(s): +// \lcd_inst|LessThan2~1_combout = (!\lcd_inst|cnt [4] & (!\lcd_inst|cnt [3] & ((\lcd_inst|delay_target [10]) # (!\lcd_inst|cnt [5])))) + + .dataa(\lcd_inst|cnt [4]), + .datab(\lcd_inst|cnt [3]), + .datac(\lcd_inst|delay_target [10]), + .datad(\lcd_inst|cnt [5]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~1_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan2~1 .lut_mask = 16'h1011; +defparam \lcd_inst|LessThan2~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y18_N18 +cycloneiv_lcell_comb \lcd_inst|LessThan2~2 ( +// Equation(s): +// \lcd_inst|LessThan2~2_combout = (\lcd_inst|delay_target [12] & (((!\lcd_inst|cnt [6] & \lcd_inst|LessThan2~1_combout )) # (!\lcd_inst|cnt [8]))) + + .dataa(\lcd_inst|cnt [6]), + .datab(\lcd_inst|delay_target [12]), + .datac(\lcd_inst|LessThan2~1_combout ), + .datad(\lcd_inst|cnt [8]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~2_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan2~2 .lut_mask = 16'h40CC; +defparam \lcd_inst|LessThan2~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y18_N12 +cycloneiv_lcell_comb \lcd_inst|LessThan2~3 ( +// Equation(s): +// \lcd_inst|LessThan2~3_combout = ((\lcd_inst|delay_target [10] & (!\lcd_inst|cnt [6] & !\lcd_inst|cnt [5]))) # (!\lcd_inst|cnt [7]) + + .dataa(\lcd_inst|delay_target [10]), + .datab(\lcd_inst|cnt [7]), + .datac(\lcd_inst|cnt [6]), + .datad(\lcd_inst|cnt [5]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~3_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan2~3 .lut_mask = 16'h333B; +defparam \lcd_inst|LessThan2~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y18_N22 +cycloneiv_lcell_comb \lcd_inst|LessThan2~4 ( +// Equation(s): +// \lcd_inst|LessThan2~4_combout = ((\lcd_inst|LessThan2~3_combout & ((\lcd_inst|delay_target [12]) # (!\lcd_inst|cnt [8])))) # (!\lcd_inst|cnt [9]) + + .dataa(\lcd_inst|LessThan2~3_combout ), + .datab(\lcd_inst|delay_target [12]), + .datac(\lcd_inst|cnt [9]), + .datad(\lcd_inst|cnt [8]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~4_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan2~4 .lut_mask = 16'h8FAF; +defparam \lcd_inst|LessThan2~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y18_N28 +cycloneiv_lcell_comb \lcd_inst|LessThan2~5 ( +// Equation(s): +// \lcd_inst|LessThan2~5_combout = (\lcd_inst|delay_target [10] & ((\lcd_inst|LessThan2~2_combout ) # ((\lcd_inst|LessThan2~4_combout ) # (!\lcd_inst|cnt [10])))) # (!\lcd_inst|delay_target [10] & (!\lcd_inst|cnt [10] & ((\lcd_inst|LessThan2~2_combout ) # +// (\lcd_inst|LessThan2~4_combout )))) + + .dataa(\lcd_inst|delay_target [10]), + .datab(\lcd_inst|LessThan2~2_combout ), + .datac(\lcd_inst|LessThan2~4_combout ), + .datad(\lcd_inst|cnt [10]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~5_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan2~5 .lut_mask = 16'hA8FE; +defparam \lcd_inst|LessThan2~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y18_N20 +cycloneiv_lcell_comb \lcd_inst|LessThan2~8 ( +// Equation(s): +// \lcd_inst|LessThan2~8_combout = (\lcd_inst|cnt [12] & (!\lcd_inst|cnt [11] & (\lcd_inst|LessThan2~5_combout & \lcd_inst|delay_target [12]))) # (!\lcd_inst|cnt [12] & ((\lcd_inst|delay_target [12]) # ((!\lcd_inst|cnt [11] & \lcd_inst|LessThan2~5_combout +// )))) + + .dataa(\lcd_inst|cnt [11]), + .datab(\lcd_inst|LessThan2~5_combout ), + .datac(\lcd_inst|cnt [12]), + .datad(\lcd_inst|delay_target [12]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~8_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan2~8 .lut_mask = 16'h4F04; +defparam \lcd_inst|LessThan2~8 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y18_N14 +cycloneiv_lcell_comb \lcd_inst|LessThan2~9 ( +// Equation(s): +// \lcd_inst|LessThan2~9_combout = (\lcd_inst|LessThan2~0_combout & (\lcd_inst|LessThan2~8_combout & ((!\lcd_inst|cnt [11]) # (!\lcd_inst|cnt [12])))) + + .dataa(\lcd_inst|LessThan2~0_combout ), + .datab(\lcd_inst|LessThan2~8_combout ), + .datac(\lcd_inst|cnt [12]), + .datad(\lcd_inst|cnt [11]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~9_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan2~9 .lut_mask = 16'h0888; +defparam \lcd_inst|LessThan2~9 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y18_N26 +cycloneiv_lcell_comb \lcd_inst|LessThan2~6 ( +// Equation(s): +// \lcd_inst|LessThan2~6_combout = (\lcd_inst|LessThan2~9_combout ) # ((\lcd_inst|delay_target [10] & ((!\lcd_inst|cnt [15]) # (!\lcd_inst|cnt [16])))) + + .dataa(\lcd_inst|cnt [16]), + .datab(\lcd_inst|LessThan2~9_combout ), + .datac(\lcd_inst|delay_target [10]), + .datad(\lcd_inst|cnt [15]), + .cin(gnd), + .combout(\lcd_inst|LessThan2~6_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan2~6 .lut_mask = 16'hDCFC; +defparam \lcd_inst|LessThan2~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y17_N28 +cycloneiv_lcell_comb \lcd_inst|LessThan1~1 ( // Equation(s): -// \lcd_inst|Selector31~5_combout = (!\lcd_inst|cnt [19] & (!\lcd_inst|cnt [17] & !\lcd_inst|cnt [18])) +// \lcd_inst|LessThan1~1_combout = (!\lcd_inst|cnt [19] & (!\lcd_inst|cnt [17] & !\lcd_inst|cnt [18])) .dataa(gnd), .datab(\lcd_inst|cnt [19]), .datac(\lcd_inst|cnt [17]), .datad(\lcd_inst|cnt [18]), .cin(gnd), - .combout(\lcd_inst|Selector31~5_combout ), + .combout(\lcd_inst|LessThan1~1_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector31~5 .lut_mask = 16'h0003; -defparam \lcd_inst|Selector31~5 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan1~1 .lut_mask = 16'h0003; +defparam \lcd_inst|LessThan1~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y18_N10 +cycloneiv_lcell_comb \lcd_inst|LessThan1~6 ( +// Equation(s): +// \lcd_inst|LessThan1~6_combout = ((!\lcd_inst|cnt [0] & (!\lcd_inst|cnt [2] & !\lcd_inst|cnt [1]))) # (!\lcd_inst|cnt [3]) + + .dataa(\lcd_inst|cnt [0]), + .datab(\lcd_inst|cnt [2]), + .datac(\lcd_inst|cnt [1]), + .datad(\lcd_inst|cnt [3]), + .cin(gnd), + .combout(\lcd_inst|LessThan1~6_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan1~6 .lut_mask = 16'h01FF; +defparam \lcd_inst|LessThan1~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y18_N24 +cycloneiv_lcell_comb \lcd_inst|LessThan1~4 ( +// Equation(s): +// \lcd_inst|LessThan1~4_combout = (!\lcd_inst|cnt [6] & (!\lcd_inst|cnt [13] & (!\lcd_inst|cnt [14] & !\lcd_inst|cnt [5]))) + + .dataa(\lcd_inst|cnt [6]), + .datab(\lcd_inst|cnt [13]), + .datac(\lcd_inst|cnt [14]), + .datad(\lcd_inst|cnt [5]), + .cin(gnd), + .combout(\lcd_inst|LessThan1~4_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|LessThan1~4 .lut_mask = 16'h0001; +defparam \lcd_inst|LessThan1~4 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X57_Y5_N22 -cycloneiv_lcell_comb \lcd_inst|Selector31~10 ( +// Location: LCCOMB_X17_Y18_N0 +cycloneiv_lcell_comb \lcd_inst|LessThan1~5 ( // Equation(s): -// \lcd_inst|Selector31~10_combout = (\lcd_inst|Selector31~9_combout & (!\lcd_inst|cnt [16] & (\lcd_inst|Selector31~5_combout & \lcd_inst|Selector31~8_combout ))) +// \lcd_inst|LessThan1~5_combout = (!\lcd_inst|cnt [16] & (\lcd_inst|LessThan1~3_combout & \lcd_inst|LessThan1~4_combout )) - .dataa(\lcd_inst|Selector31~9_combout ), + .dataa(gnd), .datab(\lcd_inst|cnt [16]), - .datac(\lcd_inst|Selector31~5_combout ), - .datad(\lcd_inst|Selector31~8_combout ), + .datac(\lcd_inst|LessThan1~3_combout ), + .datad(\lcd_inst|LessThan1~4_combout ), .cin(gnd), - .combout(\lcd_inst|Selector31~10_combout ), + .combout(\lcd_inst|LessThan1~5_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector31~10 .lut_mask = 16'h2000; -defparam \lcd_inst|Selector31~10 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan1~5 .lut_mask = 16'h3000; +defparam \lcd_inst|LessThan1~5 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N24 -cycloneiv_lcell_comb \lcd_inst|Selector33~6 ( +// Location: LCCOMB_X16_Y18_N0 +cycloneiv_lcell_comb \lcd_inst|LessThan1~2 ( // Equation(s): -// \lcd_inst|Selector33~6_combout = (\lcd_inst|Selector31~10_combout ) # (!\lcd_inst|state.S_HOLD~q ) +// \lcd_inst|LessThan1~2_combout = (!\lcd_inst|cnt [15] & (!\lcd_inst|cnt [8] & (!\lcd_inst|cnt [12] & !\lcd_inst|cnt [7]))) - .dataa(\lcd_inst|state.S_HOLD~q ), - .datab(gnd), - .datac(gnd), - .datad(\lcd_inst|Selector31~10_combout ), + .dataa(\lcd_inst|cnt [15]), + .datab(\lcd_inst|cnt [8]), + .datac(\lcd_inst|cnt [12]), + .datad(\lcd_inst|cnt [7]), .cin(gnd), - .combout(\lcd_inst|Selector33~6_combout ), + .combout(\lcd_inst|LessThan1~2_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector33~6 .lut_mask = 16'hFF55; -defparam \lcd_inst|Selector33~6 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan1~2 .lut_mask = 16'h0001; +defparam \lcd_inst|LessThan1~2 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N18 -cycloneiv_lcell_comb \lcd_inst|Selector33~8 ( +// Location: LCCOMB_X17_Y18_N8 +cycloneiv_lcell_comb \lcd_inst|LessThan1~7 ( // Equation(s): -// \lcd_inst|Selector33~8_combout = (\lcd_inst|Selector33~6_combout & ((\lcd_inst|state.S_IDLE~q & ((!\lcd_char_valid~q ))) # (!\lcd_inst|state.S_IDLE~q & (!\lcd_inst|Selector31~4_combout )))) +// \lcd_inst|LessThan1~7_combout = (\lcd_inst|LessThan1~5_combout & (\lcd_inst|LessThan1~2_combout & ((\lcd_inst|LessThan1~6_combout ) # (!\lcd_inst|cnt [4])))) - .dataa(\lcd_inst|state.S_IDLE~q ), - .datab(\lcd_inst|Selector31~4_combout ), - .datac(\lcd_char_valid~q ), - .datad(\lcd_inst|Selector33~6_combout ), + .dataa(\lcd_inst|LessThan1~6_combout ), + .datab(\lcd_inst|LessThan1~5_combout ), + .datac(\lcd_inst|LessThan1~2_combout ), + .datad(\lcd_inst|cnt [4]), .cin(gnd), - .combout(\lcd_inst|Selector33~8_combout ), + .combout(\lcd_inst|LessThan1~7_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector33~8 .lut_mask = 16'h1B00; -defparam \lcd_inst|Selector33~8 .sum_lutc_input = "datac"; +defparam \lcd_inst|LessThan1~7 .lut_mask = 16'h80C0; +defparam \lcd_inst|LessThan1~7 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N2 -cycloneiv_lcell_comb \lcd_inst|Selector33~7 ( +// Location: LCCOMB_X16_Y17_N14 +cycloneiv_lcell_comb \lcd_inst|Selector33~8 ( // Equation(s): -// \lcd_inst|Selector33~7_combout = (\lcd_inst|Selector33~8_combout & ((\lcd_inst|LessThan0~4_combout ) # (\lcd_inst|state.S_PWR_UP~q ))) +// \lcd_inst|Selector33~8_combout = (\lcd_inst|Selector33~9_combout & (((\lcd_inst|LessThan1~1_combout & \lcd_inst|LessThan1~7_combout )) # (!\lcd_inst|state.S_HOLD~q ))) - .dataa(gnd), - .datab(\lcd_inst|LessThan0~4_combout ), - .datac(\lcd_inst|state.S_PWR_UP~q ), - .datad(\lcd_inst|Selector33~8_combout ), + .dataa(\lcd_inst|Selector33~9_combout ), + .datab(\lcd_inst|LessThan1~1_combout ), + .datac(\lcd_inst|state.S_HOLD~q ), + .datad(\lcd_inst|LessThan1~7_combout ), .cin(gnd), - .combout(\lcd_inst|Selector33~7_combout ), + .combout(\lcd_inst|Selector33~8_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector33~7 .lut_mask = 16'hFC00; -defparam \lcd_inst|Selector33~7 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector33~8 .lut_mask = 16'h8A0A; +defparam \lcd_inst|Selector33~8 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N30 +// Location: LCCOMB_X16_Y17_N28 cycloneiv_lcell_comb \lcd_inst|Selector22~0 ( // Equation(s): -// \lcd_inst|Selector22~0_combout = (!\lcd_inst|Selector33~5_combout & ((\lcd_inst|Selector33~7_combout & ((\lcd_inst|state.S_INIT_1~q ))) # (!\lcd_inst|Selector33~7_combout & (\lcd_inst|Selector33~8_combout )))) +// \lcd_inst|Selector22~0_combout = (!\lcd_inst|Selector33~4_combout & ((\lcd_inst|Selector33~6_combout & ((\lcd_inst|state.S_INIT_1~q ))) # (!\lcd_inst|Selector33~6_combout & (\lcd_inst|Selector33~8_combout )))) - .dataa(\lcd_inst|Selector33~5_combout ), + .dataa(\lcd_inst|Selector33~4_combout ), .datab(\lcd_inst|Selector33~8_combout ), .datac(\lcd_inst|state.S_INIT_1~q ), - .datad(\lcd_inst|Selector33~7_combout ), + .datad(\lcd_inst|Selector33~6_combout ), .cin(gnd), .combout(\lcd_inst|Selector22~0_combout ), .cout()); @@ -867,7 +62249,7 @@ defparam \lcd_inst|Selector22~0 .lut_mask = 16'h5044; defparam \lcd_inst|Selector22~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X58_Y5_N31 +// Location: FF_X16_Y17_N29 dffeas \lcd_inst|state.S_INIT_1 ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector22~0_combout ), @@ -886,24 +62268,24 @@ defparam \lcd_inst|state.S_INIT_1 .is_wysiwyg = "true"; defparam \lcd_inst|state.S_INIT_1 .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N24 +// Location: LCCOMB_X16_Y17_N16 cycloneiv_lcell_comb \lcd_inst|Selector43~0 ( // Equation(s): -// \lcd_inst|Selector43~0_combout = (!\lcd_inst|state.S_INIT_1~q & ((\lcd_inst|next_state_after_delay.S_INIT_2~q ) # (\lcd_inst|Selector42~1_combout ))) +// \lcd_inst|Selector43~0_combout = (!\lcd_inst|state.S_INIT_1~q & ((\lcd_inst|next_state_after_delay.S_INIT_2~q ) # ((!\lcd_inst|LCD_DATA[4]~0_combout & !\lcd_inst|WideOr3~0_combout )))) - .dataa(\lcd_inst|state.S_INIT_1~q ), - .datab(gnd), + .dataa(\lcd_inst|LCD_DATA[4]~0_combout ), + .datab(\lcd_inst|state.S_INIT_1~q ), .datac(\lcd_inst|next_state_after_delay.S_INIT_2~q ), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector43~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector43~0 .lut_mask = 16'h5550; +defparam \lcd_inst|Selector43~0 .lut_mask = 16'h3031; defparam \lcd_inst|Selector43~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X58_Y6_N25 +// Location: FF_X16_Y17_N17 dffeas \lcd_inst|next_state_after_delay.S_INIT_2 ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector43~0_combout ), @@ -922,24 +62304,24 @@ defparam \lcd_inst|next_state_after_delay.S_INIT_2 .is_wysiwyg = "true"; defparam \lcd_inst|next_state_after_delay.S_INIT_2 .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N8 +// Location: LCCOMB_X16_Y19_N6 cycloneiv_lcell_comb \lcd_inst|Selector23~0 ( // Equation(s): -// \lcd_inst|Selector23~0_combout = (\lcd_inst|state.S_DELAY~q & (!\lcd_inst|next_state_after_delay.S_INIT_2~q & !\lcd_inst|Selector31~6_combout )) +// \lcd_inst|Selector23~0_combout = (\lcd_inst|state.S_DELAY~q & (!\lcd_inst|next_state_after_delay.S_INIT_2~q & ((!\lcd_inst|LessThan1~1_combout ) # (!\lcd_inst|LessThan2~6_combout )))) - .dataa(\lcd_inst|state.S_DELAY~q ), - .datab(gnd), + .dataa(\lcd_inst|LessThan2~6_combout ), + .datab(\lcd_inst|state.S_DELAY~q ), .datac(\lcd_inst|next_state_after_delay.S_INIT_2~q ), - .datad(\lcd_inst|Selector31~6_combout ), + .datad(\lcd_inst|LessThan1~1_combout ), .cin(gnd), .combout(\lcd_inst|Selector23~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector23~0 .lut_mask = 16'h000A; +defparam \lcd_inst|Selector23~0 .lut_mask = 16'h040C; defparam \lcd_inst|Selector23~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N9 +// Location: FF_X16_Y19_N7 dffeas \lcd_inst|state.S_INIT_2 ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector23~0_combout ), @@ -958,24 +62340,24 @@ defparam \lcd_inst|state.S_INIT_2 .is_wysiwyg = "true"; defparam \lcd_inst|state.S_INIT_2 .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N22 +// Location: LCCOMB_X16_Y19_N14 cycloneiv_lcell_comb \lcd_inst|Selector44~0 ( // Equation(s): -// \lcd_inst|Selector44~0_combout = (\lcd_inst|state.S_INIT_2~q ) # ((\lcd_inst|next_state_after_delay.S_INIT_3~q & !\lcd_inst|Selector42~1_combout )) +// \lcd_inst|Selector44~0_combout = (\lcd_inst|state.S_INIT_2~q ) # ((\lcd_inst|next_state_after_delay.S_INIT_3~q & ((\lcd_inst|LCD_DATA[4]~0_combout ) # (\lcd_inst|WideOr3~0_combout )))) - .dataa(gnd), - .datab(\lcd_inst|state.S_INIT_2~q ), + .dataa(\lcd_inst|state.S_INIT_2~q ), + .datab(\lcd_inst|LCD_DATA[4]~0_combout ), .datac(\lcd_inst|next_state_after_delay.S_INIT_3~q ), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector44~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector44~0 .lut_mask = 16'hCCFC; +defparam \lcd_inst|Selector44~0 .lut_mask = 16'hFAEA; defparam \lcd_inst|Selector44~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N23 +// Location: FF_X16_Y19_N15 dffeas \lcd_inst|next_state_after_delay.S_INIT_3 ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector44~0_combout ), @@ -994,24 +62376,24 @@ defparam \lcd_inst|next_state_after_delay.S_INIT_3 .is_wysiwyg = "true"; defparam \lcd_inst|next_state_after_delay.S_INIT_3 .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N2 +// Location: LCCOMB_X16_Y19_N0 cycloneiv_lcell_comb \lcd_inst|Selector24~0 ( // Equation(s): -// \lcd_inst|Selector24~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_INIT_3~q & !\lcd_inst|Selector31~6_combout )) +// \lcd_inst|Selector24~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_INIT_3~q & ((!\lcd_inst|LessThan1~1_combout ) # (!\lcd_inst|LessThan2~6_combout )))) - .dataa(\lcd_inst|state.S_DELAY~q ), - .datab(gnd), + .dataa(\lcd_inst|LessThan2~6_combout ), + .datab(\lcd_inst|state.S_DELAY~q ), .datac(\lcd_inst|next_state_after_delay.S_INIT_3~q ), - .datad(\lcd_inst|Selector31~6_combout ), + .datad(\lcd_inst|LessThan1~1_combout ), .cin(gnd), .combout(\lcd_inst|Selector24~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector24~0 .lut_mask = 16'h00A0; +defparam \lcd_inst|Selector24~0 .lut_mask = 16'h40C0; defparam \lcd_inst|Selector24~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N3 +// Location: FF_X16_Y19_N1 dffeas \lcd_inst|state.S_INIT_3 ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector24~0_combout ), @@ -1030,24 +62412,24 @@ defparam \lcd_inst|state.S_INIT_3 .is_wysiwyg = "true"; defparam \lcd_inst|state.S_INIT_3 .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N28 +// Location: LCCOMB_X16_Y19_N20 cycloneiv_lcell_comb \lcd_inst|Selector45~0 ( // Equation(s): -// \lcd_inst|Selector45~0_combout = (\lcd_inst|state.S_INIT_3~q ) # ((\lcd_inst|next_state_after_delay.S_FUNC_SET~q & !\lcd_inst|Selector42~1_combout )) +// \lcd_inst|Selector45~0_combout = (\lcd_inst|state.S_INIT_3~q ) # ((\lcd_inst|next_state_after_delay.S_FUNC_SET~q & ((\lcd_inst|LCD_DATA[4]~0_combout ) # (\lcd_inst|WideOr3~0_combout )))) - .dataa(gnd), - .datab(\lcd_inst|state.S_INIT_3~q ), + .dataa(\lcd_inst|state.S_INIT_3~q ), + .datab(\lcd_inst|LCD_DATA[4]~0_combout ), .datac(\lcd_inst|next_state_after_delay.S_FUNC_SET~q ), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector45~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector45~0 .lut_mask = 16'hCCFC; +defparam \lcd_inst|Selector45~0 .lut_mask = 16'hFAEA; defparam \lcd_inst|Selector45~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N29 +// Location: FF_X16_Y19_N21 dffeas \lcd_inst|next_state_after_delay.S_FUNC_SET ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector45~0_combout ), @@ -1066,24 +62448,24 @@ defparam \lcd_inst|next_state_after_delay.S_FUNC_SET .is_wysiwyg = "true"; defparam \lcd_inst|next_state_after_delay.S_FUNC_SET .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N6 +// Location: LCCOMB_X16_Y19_N16 cycloneiv_lcell_comb \lcd_inst|Selector25~0 ( // Equation(s): -// \lcd_inst|Selector25~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_FUNC_SET~q & !\lcd_inst|Selector31~6_combout )) +// \lcd_inst|Selector25~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_FUNC_SET~q & ((!\lcd_inst|LessThan2~6_combout ) # (!\lcd_inst|LessThan1~1_combout )))) - .dataa(\lcd_inst|state.S_DELAY~q ), - .datab(gnd), - .datac(\lcd_inst|next_state_after_delay.S_FUNC_SET~q ), - .datad(\lcd_inst|Selector31~6_combout ), + .dataa(\lcd_inst|LessThan1~1_combout ), + .datab(\lcd_inst|state.S_DELAY~q ), + .datac(\lcd_inst|LessThan2~6_combout ), + .datad(\lcd_inst|next_state_after_delay.S_FUNC_SET~q ), .cin(gnd), .combout(\lcd_inst|Selector25~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector25~0 .lut_mask = 16'h00A0; +defparam \lcd_inst|Selector25~0 .lut_mask = 16'h4C00; defparam \lcd_inst|Selector25~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N7 +// Location: FF_X16_Y19_N17 dffeas \lcd_inst|state.S_FUNC_SET ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector25~0_combout ), @@ -1102,24 +62484,24 @@ defparam \lcd_inst|state.S_FUNC_SET .is_wysiwyg = "true"; defparam \lcd_inst|state.S_FUNC_SET .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N26 +// Location: LCCOMB_X16_Y19_N30 cycloneiv_lcell_comb \lcd_inst|Selector46~0 ( // Equation(s): -// \lcd_inst|Selector46~0_combout = (\lcd_inst|state.S_FUNC_SET~q ) # ((\lcd_inst|next_state_after_delay.S_DISP_OFF~q & !\lcd_inst|Selector42~1_combout )) +// \lcd_inst|Selector46~0_combout = (\lcd_inst|state.S_FUNC_SET~q ) # ((\lcd_inst|next_state_after_delay.S_DISP_OFF~q & ((\lcd_inst|LCD_DATA[4]~0_combout ) # (\lcd_inst|WideOr3~0_combout )))) .dataa(\lcd_inst|state.S_FUNC_SET~q ), - .datab(gnd), + .datab(\lcd_inst|LCD_DATA[4]~0_combout ), .datac(\lcd_inst|next_state_after_delay.S_DISP_OFF~q ), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector46~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector46~0 .lut_mask = 16'hAAFA; +defparam \lcd_inst|Selector46~0 .lut_mask = 16'hFAEA; defparam \lcd_inst|Selector46~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N27 +// Location: FF_X16_Y19_N31 dffeas \lcd_inst|next_state_after_delay.S_DISP_OFF ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector46~0_combout ), @@ -1138,24 +62520,24 @@ defparam \lcd_inst|next_state_after_delay.S_DISP_OFF .is_wysiwyg = "true"; defparam \lcd_inst|next_state_after_delay.S_DISP_OFF .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N30 +// Location: LCCOMB_X16_Y19_N4 cycloneiv_lcell_comb \lcd_inst|Selector26~0 ( // Equation(s): -// \lcd_inst|Selector26~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_DISP_OFF~q & !\lcd_inst|Selector31~6_combout )) +// \lcd_inst|Selector26~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_DISP_OFF~q & ((!\lcd_inst|LessThan1~1_combout ) # (!\lcd_inst|LessThan2~6_combout )))) - .dataa(\lcd_inst|state.S_DELAY~q ), - .datab(gnd), + .dataa(\lcd_inst|LessThan2~6_combout ), + .datab(\lcd_inst|state.S_DELAY~q ), .datac(\lcd_inst|next_state_after_delay.S_DISP_OFF~q ), - .datad(\lcd_inst|Selector31~6_combout ), + .datad(\lcd_inst|LessThan1~1_combout ), .cin(gnd), .combout(\lcd_inst|Selector26~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector26~0 .lut_mask = 16'h00A0; +defparam \lcd_inst|Selector26~0 .lut_mask = 16'h40C0; defparam \lcd_inst|Selector26~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N31 +// Location: FF_X16_Y19_N5 dffeas \lcd_inst|state.S_DISP_OFF ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector26~0_combout ), @@ -1174,24 +62556,24 @@ defparam \lcd_inst|state.S_DISP_OFF .is_wysiwyg = "true"; defparam \lcd_inst|state.S_DISP_OFF .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N10 +// Location: LCCOMB_X16_Y19_N12 cycloneiv_lcell_comb \lcd_inst|Selector47~0 ( // Equation(s): -// \lcd_inst|Selector47~0_combout = (\lcd_inst|state.S_DISP_OFF~q ) # ((\lcd_inst|next_state_after_delay.S_DISP_CLEAR~q & !\lcd_inst|Selector42~1_combout )) +// \lcd_inst|Selector47~0_combout = (\lcd_inst|state.S_DISP_OFF~q ) # ((\lcd_inst|next_state_after_delay.S_DISP_CLEAR~q & ((\lcd_inst|LCD_DATA[4]~0_combout ) # (\lcd_inst|WideOr3~0_combout )))) .dataa(\lcd_inst|state.S_DISP_OFF~q ), - .datab(gnd), + .datab(\lcd_inst|LCD_DATA[4]~0_combout ), .datac(\lcd_inst|next_state_after_delay.S_DISP_CLEAR~q ), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector47~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector47~0 .lut_mask = 16'hAAFA; +defparam \lcd_inst|Selector47~0 .lut_mask = 16'hFAEA; defparam \lcd_inst|Selector47~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N11 +// Location: FF_X16_Y19_N13 dffeas \lcd_inst|next_state_after_delay.S_DISP_CLEAR ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector47~0_combout ), @@ -1210,24 +62592,24 @@ defparam \lcd_inst|next_state_after_delay.S_DISP_CLEAR .is_wysiwyg = "true"; defparam \lcd_inst|next_state_after_delay.S_DISP_CLEAR .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N16 +// Location: LCCOMB_X16_Y19_N26 cycloneiv_lcell_comb \lcd_inst|Selector27~0 ( // Equation(s): -// \lcd_inst|Selector27~0_combout = (\lcd_inst|next_state_after_delay.S_DISP_CLEAR~q & (\lcd_inst|state.S_DELAY~q & !\lcd_inst|Selector31~6_combout )) +// \lcd_inst|Selector27~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_DISP_CLEAR~q & ((!\lcd_inst|LessThan1~1_combout ) # (!\lcd_inst|LessThan2~6_combout )))) - .dataa(\lcd_inst|next_state_after_delay.S_DISP_CLEAR~q ), - .datab(gnd), - .datac(\lcd_inst|state.S_DELAY~q ), - .datad(\lcd_inst|Selector31~6_combout ), + .dataa(\lcd_inst|LessThan2~6_combout ), + .datab(\lcd_inst|state.S_DELAY~q ), + .datac(\lcd_inst|next_state_after_delay.S_DISP_CLEAR~q ), + .datad(\lcd_inst|LessThan1~1_combout ), .cin(gnd), .combout(\lcd_inst|Selector27~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector27~0 .lut_mask = 16'h00A0; +defparam \lcd_inst|Selector27~0 .lut_mask = 16'h40C0; defparam \lcd_inst|Selector27~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N17 +// Location: FF_X16_Y19_N27 dffeas \lcd_inst|state.S_DISP_CLEAR ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector27~0_combout ), @@ -1246,24 +62628,24 @@ defparam \lcd_inst|state.S_DISP_CLEAR .is_wysiwyg = "true"; defparam \lcd_inst|state.S_DISP_CLEAR .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N12 +// Location: LCCOMB_X16_Y19_N22 cycloneiv_lcell_comb \lcd_inst|Selector48~0 ( // Equation(s): -// \lcd_inst|Selector48~0_combout = (\lcd_inst|state.S_DISP_CLEAR~q ) # ((\lcd_inst|next_state_after_delay.S_ENTRY_MODE~q & !\lcd_inst|Selector42~1_combout )) +// \lcd_inst|Selector48~0_combout = (\lcd_inst|state.S_DISP_CLEAR~q ) # ((\lcd_inst|next_state_after_delay.S_ENTRY_MODE~q & ((\lcd_inst|LCD_DATA[4]~0_combout ) # (\lcd_inst|WideOr3~0_combout )))) - .dataa(gnd), - .datab(\lcd_inst|state.S_DISP_CLEAR~q ), + .dataa(\lcd_inst|state.S_DISP_CLEAR~q ), + .datab(\lcd_inst|LCD_DATA[4]~0_combout ), .datac(\lcd_inst|next_state_after_delay.S_ENTRY_MODE~q ), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector48~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector48~0 .lut_mask = 16'hCCFC; +defparam \lcd_inst|Selector48~0 .lut_mask = 16'hFAEA; defparam \lcd_inst|Selector48~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N13 +// Location: FF_X16_Y19_N23 dffeas \lcd_inst|next_state_after_delay.S_ENTRY_MODE ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector48~0_combout ), @@ -1282,24 +62664,24 @@ defparam \lcd_inst|next_state_after_delay.S_ENTRY_MODE .is_wysiwyg = "true"; defparam \lcd_inst|next_state_after_delay.S_ENTRY_MODE .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N14 +// Location: LCCOMB_X16_Y19_N8 cycloneiv_lcell_comb \lcd_inst|Selector28~0 ( // Equation(s): -// \lcd_inst|Selector28~0_combout = (\lcd_inst|next_state_after_delay.S_ENTRY_MODE~q & (\lcd_inst|state.S_DELAY~q & !\lcd_inst|Selector31~6_combout )) +// \lcd_inst|Selector28~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_ENTRY_MODE~q & ((!\lcd_inst|LessThan1~1_combout ) # (!\lcd_inst|LessThan2~6_combout )))) - .dataa(\lcd_inst|next_state_after_delay.S_ENTRY_MODE~q ), - .datab(gnd), - .datac(\lcd_inst|state.S_DELAY~q ), - .datad(\lcd_inst|Selector31~6_combout ), + .dataa(\lcd_inst|LessThan2~6_combout ), + .datab(\lcd_inst|state.S_DELAY~q ), + .datac(\lcd_inst|next_state_after_delay.S_ENTRY_MODE~q ), + .datad(\lcd_inst|LessThan1~1_combout ), .cin(gnd), .combout(\lcd_inst|Selector28~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector28~0 .lut_mask = 16'h00A0; +defparam \lcd_inst|Selector28~0 .lut_mask = 16'h40C0; defparam \lcd_inst|Selector28~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N15 +// Location: FF_X16_Y19_N9 dffeas \lcd_inst|state.S_ENTRY_MODE ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector28~0_combout ), @@ -1318,24 +62700,24 @@ defparam \lcd_inst|state.S_ENTRY_MODE .is_wysiwyg = "true"; defparam \lcd_inst|state.S_ENTRY_MODE .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N10 +// Location: LCCOMB_X16_Y19_N24 cycloneiv_lcell_comb \lcd_inst|Selector49~0 ( // Equation(s): -// \lcd_inst|Selector49~0_combout = (\lcd_inst|state.S_ENTRY_MODE~q ) # ((\lcd_inst|next_state_after_delay.S_DISP_ON~q & !\lcd_inst|Selector42~1_combout )) +// \lcd_inst|Selector49~0_combout = (\lcd_inst|state.S_ENTRY_MODE~q ) # ((\lcd_inst|next_state_after_delay.S_DISP_ON~q & ((\lcd_inst|LCD_DATA[4]~0_combout ) # (\lcd_inst|WideOr3~0_combout )))) .dataa(\lcd_inst|state.S_ENTRY_MODE~q ), - .datab(gnd), + .datab(\lcd_inst|LCD_DATA[4]~0_combout ), .datac(\lcd_inst|next_state_after_delay.S_DISP_ON~q ), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector49~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector49~0 .lut_mask = 16'hAAFA; +defparam \lcd_inst|Selector49~0 .lut_mask = 16'hFAEA; defparam \lcd_inst|Selector49~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X58_Y6_N11 +// Location: FF_X16_Y19_N25 dffeas \lcd_inst|next_state_after_delay.S_DISP_ON ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector49~0_combout ), @@ -1354,24 +62736,24 @@ defparam \lcd_inst|next_state_after_delay.S_DISP_ON .is_wysiwyg = "true"; defparam \lcd_inst|next_state_after_delay.S_DISP_ON .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N20 +// Location: LCCOMB_X16_Y19_N18 cycloneiv_lcell_comb \lcd_inst|Selector29~0 ( // Equation(s): -// \lcd_inst|Selector29~0_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|next_state_after_delay.S_DISP_ON~q & !\lcd_inst|Selector31~6_combout )) +// \lcd_inst|Selector29~0_combout = (\lcd_inst|next_state_after_delay.S_DISP_ON~q & (\lcd_inst|state.S_DELAY~q & ((!\lcd_inst|LessThan2~6_combout ) # (!\lcd_inst|LessThan1~1_combout )))) - .dataa(\lcd_inst|state.S_DELAY~q ), - .datab(gnd), - .datac(\lcd_inst|next_state_after_delay.S_DISP_ON~q ), - .datad(\lcd_inst|Selector31~6_combout ), + .dataa(\lcd_inst|LessThan1~1_combout ), + .datab(\lcd_inst|next_state_after_delay.S_DISP_ON~q ), + .datac(\lcd_inst|LessThan2~6_combout ), + .datad(\lcd_inst|state.S_DELAY~q ), .cin(gnd), .combout(\lcd_inst|Selector29~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector29~0 .lut_mask = 16'h00A0; +defparam \lcd_inst|Selector29~0 .lut_mask = 16'h4C00; defparam \lcd_inst|Selector29~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N21 +// Location: FF_X16_Y19_N19 dffeas \lcd_inst|state.S_DISP_ON ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector29~0_combout ), @@ -1390,7 +62772,7 @@ defparam \lcd_inst|state.S_DISP_ON .is_wysiwyg = "true"; defparam \lcd_inst|state.S_DISP_ON .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N24 +// Location: LCCOMB_X16_Y19_N2 cycloneiv_lcell_comb \lcd_inst|Selector38~0 ( // Equation(s): // \lcd_inst|Selector38~0_combout = (!\lcd_inst|state.S_DISP_OFF~q & !\lcd_inst|state.S_DISP_ON~q ) @@ -1407,32 +62789,32 @@ defparam \lcd_inst|Selector38~0 .lut_mask = 16'h000F; defparam \lcd_inst|Selector38~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N4 +// Location: LCCOMB_X15_Y19_N10 cycloneiv_lcell_comb \lcd_inst|Selector60~0 ( // Equation(s): -// \lcd_inst|Selector60~0_combout = (!\lcd_inst|state.S_FUNC_SET~q & (!\lcd_inst|state.S_INIT_3~q & (!\lcd_inst|state.S_INIT_2~q & \lcd_inst|Selector38~0_combout ))) +// \lcd_inst|Selector60~0_combout = (\lcd_inst|Selector38~0_combout & (!\lcd_inst|state.S_FUNC_SET~q & (!\lcd_inst|state.S_INIT_3~q & !\lcd_inst|state.S_INIT_2~q ))) - .dataa(\lcd_inst|state.S_FUNC_SET~q ), - .datab(\lcd_inst|state.S_INIT_3~q ), - .datac(\lcd_inst|state.S_INIT_2~q ), - .datad(\lcd_inst|Selector38~0_combout ), + .dataa(\lcd_inst|Selector38~0_combout ), + .datab(\lcd_inst|state.S_FUNC_SET~q ), + .datac(\lcd_inst|state.S_INIT_3~q ), + .datad(\lcd_inst|state.S_INIT_2~q ), .cin(gnd), .combout(\lcd_inst|Selector60~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector60~0 .lut_mask = 16'h0100; +defparam \lcd_inst|Selector60~0 .lut_mask = 16'h0002; defparam \lcd_inst|Selector60~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X55_Y5_N24 +// Location: LCCOMB_X15_Y18_N18 cycloneiv_lcell_comb \lcd_inst|Selector60~1 ( // Equation(s): -// \lcd_inst|Selector60~1_combout = (\lcd_inst|state.S_ENTRY_MODE~q ) # ((\lcd_inst|state.S_IDLE~q ) # (!\lcd_inst|Selector60~0_combout )) +// \lcd_inst|Selector60~1_combout = (\lcd_inst|state.S_IDLE~q ) # ((\lcd_inst|state.S_ENTRY_MODE~q ) # (!\lcd_inst|Selector60~0_combout )) - .dataa(\lcd_inst|state.S_ENTRY_MODE~q ), + .dataa(\lcd_inst|state.S_IDLE~q ), .datab(gnd), .datac(\lcd_inst|Selector60~0_combout ), - .datad(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|state.S_ENTRY_MODE~q ), .cin(gnd), .combout(\lcd_inst|Selector60~1_combout ), .cout()); @@ -1441,50 +62823,33 @@ defparam \lcd_inst|Selector60~1 .lut_mask = 16'hFFAF; defparam \lcd_inst|Selector60~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X55_Y5_N22 -cycloneiv_lcell_comb \lcd_inst|delay_target[10]~1 ( +// Location: LCCOMB_X15_Y18_N16 +cycloneiv_lcell_comb \lcd_inst|delay_target[10]~3 ( // Equation(s): -// \lcd_inst|delay_target[10]~1_combout = !\lcd_inst|Selector60~1_combout +// \lcd_inst|delay_target[10]~3_combout = !\lcd_inst|Selector60~1_combout .dataa(gnd), .datab(gnd), .datac(gnd), .datad(\lcd_inst|Selector60~1_combout ), .cin(gnd), - .combout(\lcd_inst|delay_target[10]~1_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|delay_target[10]~1 .lut_mask = 16'h00FF; -defparam \lcd_inst|delay_target[10]~1 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X55_Y5_N14 -cycloneiv_lcell_comb \lcd_inst|delay_target[10]~0 ( -// Equation(s): -// \lcd_inst|delay_target[10]~0_combout = (!\lcd_inst|WideOr3~0_combout & (\KEY[0]~input_o & ((\lcd_char_valid~q ) # (!\lcd_inst|state.S_IDLE~q )))) - - .dataa(\lcd_char_valid~q ), - .datab(\lcd_inst|WideOr3~0_combout ), - .datac(\KEY[0]~input_o ), - .datad(\lcd_inst|state.S_IDLE~q ), - .cin(gnd), - .combout(\lcd_inst|delay_target[10]~0_combout ), + .combout(\lcd_inst|delay_target[10]~3_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|delay_target[10]~0 .lut_mask = 16'h2030; -defparam \lcd_inst|delay_target[10]~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|delay_target[10]~3 .lut_mask = 16'h00FF; +defparam \lcd_inst|delay_target[10]~3 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X55_Y5_N23 +// Location: FF_X15_Y18_N17 dffeas \lcd_inst|delay_target[10] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|delay_target[10]~1_combout ), + .d(\lcd_inst|delay_target[10]~3_combout ), .asdata(vcc), .clrn(vcc), .aload(gnd), .sclr(gnd), .sload(gnd), - .ena(\lcd_inst|delay_target[10]~0_combout ), + .ena(\lcd_inst|delay_target[10]~2_combout ), .devclrn(devclrn), .devpor(devpor), .q(\lcd_inst|delay_target [10]), @@ -1494,533 +62859,82 @@ defparam \lcd_inst|delay_target[10] .is_wysiwyg = "true"; defparam \lcd_inst|delay_target[10] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X55_Y5_N8 -cycloneiv_lcell_comb \lcd_inst|delay_target[12]~feeder ( -// Equation(s): -// \lcd_inst|delay_target[12]~feeder_combout = \lcd_inst|Selector60~1_combout - - .dataa(gnd), - .datab(gnd), - .datac(gnd), - .datad(\lcd_inst|Selector60~1_combout ), - .cin(gnd), - .combout(\lcd_inst|delay_target[12]~feeder_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|delay_target[12]~feeder .lut_mask = 16'hFF00; -defparam \lcd_inst|delay_target[12]~feeder .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X55_Y5_N9 -dffeas \lcd_inst|delay_target[12] ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|delay_target[12]~feeder_combout ), - .asdata(vcc), - .clrn(vcc), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(\lcd_inst|delay_target[10]~0_combout ), - .devclrn(devclrn), - .devpor(devpor), - .q(\lcd_inst|delay_target [12]), - .prn(vcc)); -// synopsys translate_off -defparam \lcd_inst|delay_target[12] .is_wysiwyg = "true"; -defparam \lcd_inst|delay_target[12] .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X55_Y5_N18 -cycloneiv_lcell_comb \lcd_inst|LessThan2~0 ( -// Equation(s): -// \lcd_inst|LessThan2~0_combout = (\lcd_inst|delay_target [12] & (!\lcd_inst|cnt [13] & (!\lcd_inst|cnt [14] & !\lcd_inst|cnt [12]))) - - .dataa(\lcd_inst|delay_target [12]), - .datab(\lcd_inst|cnt [13]), - .datac(\lcd_inst|cnt [14]), - .datad(\lcd_inst|cnt [12]), - .cin(gnd), - .combout(\lcd_inst|LessThan2~0_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan2~0 .lut_mask = 16'h0002; -defparam \lcd_inst|LessThan2~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X55_Y5_N12 -cycloneiv_lcell_comb \lcd_inst|LessThan2~1 ( +// Location: LCCOMB_X16_Y18_N16 +cycloneiv_lcell_comb \lcd_inst|LessThan2~7 ( // Equation(s): -// \lcd_inst|LessThan2~1_combout = (\lcd_inst|cnt [16] & (\lcd_inst|delay_target [10] & ((\lcd_inst|LessThan2~0_combout ) # (!\lcd_inst|cnt [15])))) # (!\lcd_inst|cnt [16] & ((\lcd_inst|delay_target [10]) # ((!\lcd_inst|cnt [15] & -// \lcd_inst|LessThan2~0_combout )))) +// \lcd_inst|LessThan2~7_combout = (\lcd_inst|delay_target [10] & ((!\lcd_inst|cnt [15]) # (!\lcd_inst|cnt [16]))) .dataa(\lcd_inst|cnt [16]), - .datab(\lcd_inst|delay_target [10]), - .datac(\lcd_inst|cnt [15]), - .datad(\lcd_inst|LessThan2~0_combout ), - .cin(gnd), - .combout(\lcd_inst|LessThan2~1_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan2~1 .lut_mask = 16'hCD4C; -defparam \lcd_inst|LessThan2~1 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X55_Y5_N10 -cycloneiv_lcell_comb \lcd_inst|LessThan2~5 ( -// Equation(s): -// \lcd_inst|LessThan2~5_combout = (!\lcd_inst|cnt [14] & !\lcd_inst|cnt [13]) - - .dataa(gnd), .datab(gnd), - .datac(\lcd_inst|cnt [14]), - .datad(\lcd_inst|cnt [13]), - .cin(gnd), - .combout(\lcd_inst|LessThan2~5_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan2~5 .lut_mask = 16'h000F; -defparam \lcd_inst|LessThan2~5 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X55_Y5_N0 -cycloneiv_lcell_comb \lcd_inst|LessThan2~6 ( -// Equation(s): -// \lcd_inst|LessThan2~6_combout = (\lcd_inst|LessThan2~5_combout & ((\lcd_inst|cnt [16] & (\lcd_inst|delay_target [10] & \lcd_inst|cnt [15])) # (!\lcd_inst|cnt [16] & (!\lcd_inst|delay_target [10] & !\lcd_inst|cnt [15])))) - - .dataa(\lcd_inst|cnt [16]), - .datab(\lcd_inst|delay_target [10]), - .datac(\lcd_inst|cnt [15]), - .datad(\lcd_inst|LessThan2~5_combout ), - .cin(gnd), - .combout(\lcd_inst|LessThan2~6_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan2~6 .lut_mask = 16'h8100; -defparam \lcd_inst|LessThan2~6 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X55_Y5_N26 -cycloneiv_lcell_comb \lcd_inst|LessThan2~7 ( -// Equation(s): -// \lcd_inst|LessThan2~7_combout = (!\lcd_inst|cnt [11] & (\lcd_inst|LessThan2~6_combout & (\lcd_inst|cnt [12] $ (!\lcd_inst|delay_target [12])))) - - .dataa(\lcd_inst|cnt [12]), - .datab(\lcd_inst|delay_target [12]), - .datac(\lcd_inst|cnt [11]), - .datad(\lcd_inst|LessThan2~6_combout ), + .datac(\lcd_inst|delay_target [10]), + .datad(\lcd_inst|cnt [15]), .cin(gnd), .combout(\lcd_inst|LessThan2~7_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|LessThan2~7 .lut_mask = 16'h0900; +defparam \lcd_inst|LessThan2~7 .lut_mask = 16'h50F0; defparam \lcd_inst|LessThan2~7 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X55_Y5_N6 -cycloneiv_lcell_comb \lcd_inst|LessThan2~2 ( -// Equation(s): -// \lcd_inst|LessThan2~2_combout = ((\lcd_inst|delay_target [10] & (!\lcd_inst|cnt [5] & !\lcd_inst|cnt [6]))) # (!\lcd_inst|cnt [7]) - - .dataa(\lcd_inst|delay_target [10]), - .datab(\lcd_inst|cnt [5]), - .datac(\lcd_inst|cnt [6]), - .datad(\lcd_inst|cnt [7]), - .cin(gnd), - .combout(\lcd_inst|LessThan2~2_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan2~2 .lut_mask = 16'h02FF; -defparam \lcd_inst|LessThan2~2 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X55_Y5_N20 -cycloneiv_lcell_comb \lcd_inst|LessThan2~3 ( -// Equation(s): -// \lcd_inst|LessThan2~3_combout = (\lcd_inst|delay_target [12] & (!\lcd_inst|cnt [3] & ((\lcd_inst|delay_target [10]) # (!\lcd_inst|cnt [5])))) - - .dataa(\lcd_inst|delay_target [10]), - .datab(\lcd_inst|cnt [5]), - .datac(\lcd_inst|delay_target [12]), - .datad(\lcd_inst|cnt [3]), - .cin(gnd), - .combout(\lcd_inst|LessThan2~3_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan2~3 .lut_mask = 16'h00B0; -defparam \lcd_inst|LessThan2~3 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y5_N4 -cycloneiv_lcell_comb \lcd_inst|LessThan2~4 ( -// Equation(s): -// \lcd_inst|LessThan2~4_combout = (\lcd_inst|LessThan2~2_combout ) # ((!\lcd_inst|cnt [4] & (!\lcd_inst|cnt [6] & \lcd_inst|LessThan2~3_combout ))) - - .dataa(\lcd_inst|cnt [4]), - .datab(\lcd_inst|cnt [6]), - .datac(\lcd_inst|LessThan2~2_combout ), - .datad(\lcd_inst|LessThan2~3_combout ), - .cin(gnd), - .combout(\lcd_inst|LessThan2~4_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan2~4 .lut_mask = 16'hF1F0; -defparam \lcd_inst|LessThan2~4 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y5_N8 -cycloneiv_lcell_comb \lcd_inst|LessThan2~8 ( -// Equation(s): -// \lcd_inst|LessThan2~8_combout = ((\lcd_inst|cnt [8] & (\lcd_inst|LessThan2~4_combout & \lcd_inst|delay_target [12])) # (!\lcd_inst|cnt [8] & ((\lcd_inst|LessThan2~4_combout ) # (\lcd_inst|delay_target [12])))) # (!\lcd_inst|cnt [9]) - - .dataa(\lcd_inst|cnt [9]), - .datab(\lcd_inst|cnt [8]), - .datac(\lcd_inst|LessThan2~4_combout ), - .datad(\lcd_inst|delay_target [12]), - .cin(gnd), - .combout(\lcd_inst|LessThan2~8_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan2~8 .lut_mask = 16'hF775; -defparam \lcd_inst|LessThan2~8 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y5_N10 -cycloneiv_lcell_comb \lcd_inst|LessThan2~9 ( +// Location: LCCOMB_X17_Y18_N6 +cycloneiv_lcell_comb \lcd_inst|Selector31~5 ( // Equation(s): -// \lcd_inst|LessThan2~9_combout = (\lcd_inst|cnt [10] & (\lcd_inst|LessThan2~8_combout & \lcd_inst|delay_target [10])) # (!\lcd_inst|cnt [10] & ((\lcd_inst|LessThan2~8_combout ) # (\lcd_inst|delay_target [10]))) +// \lcd_inst|Selector31~5_combout = (\lcd_inst|state.S_DELAY~q & ((\lcd_inst|LessThan2~7_combout ) # ((\lcd_inst|LessThan2~9_combout )))) # (!\lcd_inst|state.S_DELAY~q & (((\lcd_inst|LessThan1~7_combout )))) - .dataa(gnd), - .datab(\lcd_inst|cnt [10]), - .datac(\lcd_inst|LessThan2~8_combout ), - .datad(\lcd_inst|delay_target [10]), + .dataa(\lcd_inst|LessThan2~7_combout ), + .datab(\lcd_inst|LessThan1~7_combout ), + .datac(\lcd_inst|state.S_DELAY~q ), + .datad(\lcd_inst|LessThan2~9_combout ), .cin(gnd), - .combout(\lcd_inst|LessThan2~9_combout ), + .combout(\lcd_inst|Selector31~5_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|LessThan2~9 .lut_mask = 16'hF330; -defparam \lcd_inst|LessThan2~9 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector31~5 .lut_mask = 16'hFCAC; +defparam \lcd_inst|Selector31~5 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N2 +// Location: LCCOMB_X17_Y17_N24 cycloneiv_lcell_comb \lcd_inst|Selector31~6 ( // Equation(s): -// \lcd_inst|Selector31~6_combout = (\lcd_inst|Selector31~5_combout & ((\lcd_inst|LessThan2~1_combout ) # ((\lcd_inst|LessThan2~7_combout & \lcd_inst|LessThan2~9_combout )))) +// \lcd_inst|Selector31~6_combout = (\lcd_inst|state.S_PWR_UP~q & (((\lcd_inst|Selector31~5_combout & \lcd_inst|LessThan1~1_combout )))) # (!\lcd_inst|state.S_PWR_UP~q & (\lcd_inst|LessThan0~4_combout )) - .dataa(\lcd_inst|LessThan2~1_combout ), + .dataa(\lcd_inst|LessThan0~4_combout ), .datab(\lcd_inst|Selector31~5_combout ), - .datac(\lcd_inst|LessThan2~7_combout ), - .datad(\lcd_inst|LessThan2~9_combout ), + .datac(\lcd_inst|LessThan1~1_combout ), + .datad(\lcd_inst|state.S_PWR_UP~q ), .cin(gnd), .combout(\lcd_inst|Selector31~6_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector31~6 .lut_mask = 16'hC888; +defparam \lcd_inst|Selector31~6 .lut_mask = 16'hC0AA; defparam \lcd_inst|Selector31~6 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N26 -cycloneiv_lcell_comb \lcd_inst|Selector33~9 ( -// Equation(s): -// \lcd_inst|Selector33~9_combout = (\lcd_inst|state.S_DELAY~q & (\lcd_inst|Selector31~6_combout & ((\lcd_inst|Selector33~7_combout ) # (!\lcd_inst|Selector33~6_combout )))) # (!\lcd_inst|state.S_DELAY~q & (((!\lcd_inst|Selector33~6_combout )))) - - .dataa(\lcd_inst|Selector31~6_combout ), - .datab(\lcd_inst|Selector33~6_combout ), - .datac(\lcd_inst|state.S_DELAY~q ), - .datad(\lcd_inst|Selector33~7_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector33~9_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector33~9 .lut_mask = 16'hA323; -defparam \lcd_inst|Selector33~9 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X58_Y5_N27 -dffeas \lcd_inst|state.S_DELAY ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|Selector33~9_combout ), - .asdata(vcc), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(vcc), - .devclrn(devclrn), - .devpor(devpor), - .q(\lcd_inst|state.S_DELAY~q ), - .prn(vcc)); -// synopsys translate_off -defparam \lcd_inst|state.S_DELAY .is_wysiwyg = "true"; -defparam \lcd_inst|state.S_DELAY .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X57_Y5_N30 -cycloneiv_lcell_comb \lcd_inst|Selector31~13 ( -// Equation(s): -// \lcd_inst|Selector31~13_combout = (\lcd_inst|Selector31~9_combout & (!\lcd_inst|cnt [16] & \lcd_inst|Selector31~5_combout )) - - .dataa(\lcd_inst|Selector31~9_combout ), - .datab(\lcd_inst|cnt [16]), - .datac(gnd), - .datad(\lcd_inst|Selector31~5_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector31~13_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~13 .lut_mask = 16'h2200; -defparam \lcd_inst|Selector31~13 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y5_N0 -cycloneiv_lcell_comb \lcd_inst|Selector31~14 ( -// Equation(s): -// \lcd_inst|Selector31~14_combout = (\lcd_inst|state.S_DELAY~q & (((\lcd_inst|Selector31~6_combout )))) # (!\lcd_inst|state.S_DELAY~q & (\lcd_inst|Selector31~8_combout & (\lcd_inst|Selector31~13_combout ))) - - .dataa(\lcd_inst|Selector31~8_combout ), - .datab(\lcd_inst|state.S_DELAY~q ), - .datac(\lcd_inst|Selector31~13_combout ), - .datad(\lcd_inst|Selector31~6_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector31~14_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~14 .lut_mask = 16'hEC20; -defparam \lcd_inst|Selector31~14 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y4_N28 -cycloneiv_lcell_comb \lcd_inst|Selector31~11 ( -// Equation(s): -// \lcd_inst|Selector31~11_combout = (\lcd_inst|cnt [14] & (\lcd_inst|cnt [12] & \lcd_inst|cnt [13])) - - .dataa(gnd), - .datab(\lcd_inst|cnt [14]), - .datac(\lcd_inst|cnt [12]), - .datad(\lcd_inst|cnt [13]), - .cin(gnd), - .combout(\lcd_inst|Selector31~11_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~11 .lut_mask = 16'hC000; -defparam \lcd_inst|Selector31~11 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y4_N26 -cycloneiv_lcell_comb \lcd_inst|Selector31~12 ( -// Equation(s): -// \lcd_inst|Selector31~12_combout = (!\lcd_inst|cnt [18] & (((!\lcd_inst|cnt [15] & !\lcd_inst|Selector31~11_combout )) # (!\lcd_inst|cnt [16]))) - - .dataa(\lcd_inst|cnt [15]), - .datab(\lcd_inst|cnt [18]), - .datac(\lcd_inst|cnt [16]), - .datad(\lcd_inst|Selector31~11_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector31~12_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~12 .lut_mask = 16'h0313; -defparam \lcd_inst|Selector31~12 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X57_Y5_N20 -cycloneiv_lcell_comb \lcd_inst|LessThan0~5 ( -// Equation(s): -// \lcd_inst|LessThan0~5_combout = ((!\lcd_inst|cnt [6] & ((!\lcd_inst|cnt [4]) # (!\lcd_inst|cnt [5])))) # (!\lcd_inst|cnt [8]) - - .dataa(\lcd_inst|cnt [5]), - .datab(\lcd_inst|cnt [6]), - .datac(\lcd_inst|cnt [4]), - .datad(\lcd_inst|cnt [8]), - .cin(gnd), - .combout(\lcd_inst|LessThan0~5_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan0~5 .lut_mask = 16'h13FF; -defparam \lcd_inst|LessThan0~5 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y4_N20 -cycloneiv_lcell_comb \lcd_inst|Selector31~17 ( -// Equation(s): -// \lcd_inst|Selector31~17_combout = ((\lcd_inst|LessThan1~0_combout & ((\lcd_inst|LessThan0~5_combout ) # (!\lcd_inst|cnt [7])))) # (!\lcd_inst|cnt [17]) - - .dataa(\lcd_inst|LessThan1~0_combout ), - .datab(\lcd_inst|cnt [17]), - .datac(\lcd_inst|cnt [7]), - .datad(\lcd_inst|LessThan0~5_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector31~17_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~17 .lut_mask = 16'hBB3B; -defparam \lcd_inst|Selector31~17 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y4_N30 -cycloneiv_lcell_comb \lcd_inst|Selector31~18 ( -// Equation(s): -// \lcd_inst|Selector31~18_combout = ((\lcd_inst|Selector31~12_combout ) # ((!\lcd_inst|cnt [18] & \lcd_inst|Selector31~17_combout ))) # (!\lcd_inst|cnt [19]) - - .dataa(\lcd_inst|cnt [19]), - .datab(\lcd_inst|cnt [18]), - .datac(\lcd_inst|Selector31~12_combout ), - .datad(\lcd_inst|Selector31~17_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector31~18_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~18 .lut_mask = 16'hF7F5; -defparam \lcd_inst|Selector31~18 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X57_Y5_N24 -cycloneiv_lcell_comb \lcd_inst|Selector31~15 ( +// Location: LCCOMB_X17_Y17_N30 +cycloneiv_lcell_comb \lcd_inst|cnt[7]~54 ( // Equation(s): -// \lcd_inst|Selector31~15_combout = (\lcd_inst|state.S_PWR_UP~q & (\lcd_inst|Selector31~14_combout )) # (!\lcd_inst|state.S_PWR_UP~q & ((\lcd_inst|Selector31~18_combout ))) +// \lcd_inst|cnt[7]~54_combout = (\lcd_inst|state.S_WAIT_EN~q ) # (!\lcd_inst|Selector31~6_combout ) .dataa(gnd), - .datab(\lcd_inst|state.S_PWR_UP~q ), - .datac(\lcd_inst|Selector31~14_combout ), - .datad(\lcd_inst|Selector31~18_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector31~15_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~15 .lut_mask = 16'hF3C0; -defparam \lcd_inst|Selector31~15 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X57_Y5_N6 -cycloneiv_lcell_comb \lcd_inst|state.S_HOLD~0 ( -// Equation(s): -// \lcd_inst|state.S_HOLD~0_combout = (\lcd_inst|state.S_HOLD~q & ((\lcd_inst|Selector31~4_combout & (\lcd_inst|state.S_IDLE~q )) # (!\lcd_inst|Selector31~4_combout & ((\lcd_inst|Selector31~15_combout ))))) - - .dataa(\lcd_inst|Selector31~4_combout ), - .datab(\lcd_inst|state.S_IDLE~q ), - .datac(\lcd_inst|state.S_HOLD~q ), - .datad(\lcd_inst|Selector31~15_combout ), - .cin(gnd), - .combout(\lcd_inst|state.S_HOLD~0_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|state.S_HOLD~0 .lut_mask = 16'hD080; -defparam \lcd_inst|state.S_HOLD~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X57_Y5_N14 -cycloneiv_lcell_comb \lcd_inst|state.S_HOLD~1 ( -// Equation(s): -// \lcd_inst|state.S_HOLD~1_combout = (\lcd_inst|state.S_WAIT_EN~q ) # ((\lcd_inst|state.S_HOLD~0_combout & ((!\lcd_inst|state.S_IDLE~q ) # (!\lcd_char_valid~q )))) - - .dataa(\lcd_char_valid~q ), - .datab(\lcd_inst|state.S_IDLE~q ), - .datac(\lcd_inst|state.S_WAIT_EN~q ), - .datad(\lcd_inst|state.S_HOLD~0_combout ), - .cin(gnd), - .combout(\lcd_inst|state.S_HOLD~1_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|state.S_HOLD~1 .lut_mask = 16'hF7F0; -defparam \lcd_inst|state.S_HOLD~1 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X57_Y5_N15 -dffeas \lcd_inst|state.S_HOLD ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|state.S_HOLD~1_combout ), - .asdata(vcc), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(vcc), - .devclrn(devclrn), - .devpor(devpor), - .q(\lcd_inst|state.S_HOLD~q ), - .prn(vcc)); -// synopsys translate_off -defparam \lcd_inst|state.S_HOLD .is_wysiwyg = "true"; -defparam \lcd_inst|state.S_HOLD .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X58_Y5_N20 -cycloneiv_lcell_comb \lcd_inst|Selector31~4 ( -// Equation(s): -// \lcd_inst|Selector31~4_combout = (!\lcd_inst|state.S_HOLD~q & (\lcd_inst|state.S_PWR_UP~q & !\lcd_inst|state.S_DELAY~q )) - - .dataa(\lcd_inst|state.S_HOLD~q ), - .datab(\lcd_inst|state.S_PWR_UP~q ), - .datac(\lcd_inst|state.S_DELAY~q ), - .datad(gnd), - .cin(gnd), - .combout(\lcd_inst|Selector31~4_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~4 .lut_mask = 16'h0404; -defparam \lcd_inst|Selector31~4 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X54_Y5_N0 -cycloneiv_lcell_comb \lcd_inst|Selector31~16 ( -// Equation(s): -// \lcd_inst|Selector31~16_combout = (!\lcd_inst|state.S_WAIT_EN~q & ((\lcd_inst|state.S_IDLE~q & (\lcd_char_valid~q )) # (!\lcd_inst|state.S_IDLE~q & ((\lcd_inst|Selector31~4_combout ))))) - - .dataa(\lcd_char_valid~q ), - .datab(\lcd_inst|Selector31~4_combout ), + .datab(gnd), .datac(\lcd_inst|state.S_WAIT_EN~q ), - .datad(\lcd_inst|state.S_IDLE~q ), - .cin(gnd), - .combout(\lcd_inst|Selector31~16_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector31~16 .lut_mask = 16'h0A0C; -defparam \lcd_inst|Selector31~16 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X54_Y5_N1 -dffeas \lcd_inst|state.S_WAIT_EN ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|Selector31~16_combout ), - .asdata(vcc), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(vcc), - .devclrn(devclrn), - .devpor(devpor), - .q(\lcd_inst|state.S_WAIT_EN~q ), - .prn(vcc)); -// synopsys translate_off -defparam \lcd_inst|state.S_WAIT_EN .is_wysiwyg = "true"; -defparam \lcd_inst|state.S_WAIT_EN .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X56_Y5_N6 -cycloneiv_lcell_comb \lcd_inst|cnt[3]~62 ( -// Equation(s): -// \lcd_inst|cnt[3]~62_combout = (\lcd_inst|state.S_WAIT_EN~q ) # ((\lcd_inst|state.S_PWR_UP~q & ((!\lcd_inst|Selector31~14_combout ))) # (!\lcd_inst|state.S_PWR_UP~q & (!\lcd_inst|Selector31~18_combout ))) - - .dataa(\lcd_inst|state.S_WAIT_EN~q ), - .datab(\lcd_inst|state.S_PWR_UP~q ), - .datac(\lcd_inst|Selector31~18_combout ), - .datad(\lcd_inst|Selector31~14_combout ), + .datad(\lcd_inst|Selector31~6_combout ), .cin(gnd), - .combout(\lcd_inst|cnt[3]~62_combout ), + .combout(\lcd_inst|cnt[7]~54_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|cnt[3]~62 .lut_mask = 16'hABEF; -defparam \lcd_inst|cnt[3]~62 .sum_lutc_input = "datac"; +defparam \lcd_inst|cnt[7]~54 .lut_mask = 16'hF0FF; +defparam \lcd_inst|cnt[7]~54 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X56_Y5_N13 +// Location: FF_X17_Y18_N13 dffeas \lcd_inst|cnt[0] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[0]~22_combout ), + .d(\lcd_inst|cnt[0]~20_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2032,32 +62946,32 @@ defparam \lcd_inst|cnt[0] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[0] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N14 -cycloneiv_lcell_comb \lcd_inst|cnt[1]~24 ( +// Location: LCCOMB_X17_Y18_N14 +cycloneiv_lcell_comb \lcd_inst|cnt[1]~22 ( // Equation(s): -// \lcd_inst|cnt[1]~24_combout = (\lcd_inst|cnt [1] & (!\lcd_inst|cnt[0]~23 )) # (!\lcd_inst|cnt [1] & ((\lcd_inst|cnt[0]~23 ) # (GND))) -// \lcd_inst|cnt[1]~25 = CARRY((!\lcd_inst|cnt[0]~23 ) # (!\lcd_inst|cnt [1])) +// \lcd_inst|cnt[1]~22_combout = (\lcd_inst|cnt [1] & (!\lcd_inst|cnt[0]~21 )) # (!\lcd_inst|cnt [1] & ((\lcd_inst|cnt[0]~21 ) # (GND))) +// \lcd_inst|cnt[1]~23 = CARRY((!\lcd_inst|cnt[0]~21 ) # (!\lcd_inst|cnt [1])) - .dataa(\lcd_inst|cnt [1]), - .datab(gnd), + .dataa(gnd), + .datab(\lcd_inst|cnt [1]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[0]~23 ), - .combout(\lcd_inst|cnt[1]~24_combout ), - .cout(\lcd_inst|cnt[1]~25 )); + .cin(\lcd_inst|cnt[0]~21 ), + .combout(\lcd_inst|cnt[1]~22_combout ), + .cout(\lcd_inst|cnt[1]~23 )); // synopsys translate_off -defparam \lcd_inst|cnt[1]~24 .lut_mask = 16'h5A5F; -defparam \lcd_inst|cnt[1]~24 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[1]~22 .lut_mask = 16'h3C3F; +defparam \lcd_inst|cnt[1]~22 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N15 +// Location: FF_X17_Y18_N15 dffeas \lcd_inst|cnt[1] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[1]~24_combout ), + .d(\lcd_inst|cnt[1]~22_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2069,32 +62983,32 @@ defparam \lcd_inst|cnt[1] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[1] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N16 -cycloneiv_lcell_comb \lcd_inst|cnt[2]~26 ( +// Location: LCCOMB_X17_Y18_N16 +cycloneiv_lcell_comb \lcd_inst|cnt[2]~24 ( // Equation(s): -// \lcd_inst|cnt[2]~26_combout = (\lcd_inst|cnt [2] & (\lcd_inst|cnt[1]~25 $ (GND))) # (!\lcd_inst|cnt [2] & (!\lcd_inst|cnt[1]~25 & VCC)) -// \lcd_inst|cnt[2]~27 = CARRY((\lcd_inst|cnt [2] & !\lcd_inst|cnt[1]~25 )) +// \lcd_inst|cnt[2]~24_combout = (\lcd_inst|cnt [2] & (\lcd_inst|cnt[1]~23 $ (GND))) # (!\lcd_inst|cnt [2] & (!\lcd_inst|cnt[1]~23 & VCC)) +// \lcd_inst|cnt[2]~25 = CARRY((\lcd_inst|cnt [2] & !\lcd_inst|cnt[1]~23 )) - .dataa(\lcd_inst|cnt [2]), - .datab(gnd), + .dataa(gnd), + .datab(\lcd_inst|cnt [2]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[1]~25 ), - .combout(\lcd_inst|cnt[2]~26_combout ), - .cout(\lcd_inst|cnt[2]~27 )); + .cin(\lcd_inst|cnt[1]~23 ), + .combout(\lcd_inst|cnt[2]~24_combout ), + .cout(\lcd_inst|cnt[2]~25 )); // synopsys translate_off -defparam \lcd_inst|cnt[2]~26 .lut_mask = 16'hA50A; -defparam \lcd_inst|cnt[2]~26 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[2]~24 .lut_mask = 16'hC30C; +defparam \lcd_inst|cnt[2]~24 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N17 +// Location: FF_X17_Y18_N17 dffeas \lcd_inst|cnt[2] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[2]~26_combout ), + .d(\lcd_inst|cnt[2]~24_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2106,32 +63020,32 @@ defparam \lcd_inst|cnt[2] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[2] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N18 -cycloneiv_lcell_comb \lcd_inst|cnt[3]~28 ( +// Location: LCCOMB_X17_Y18_N18 +cycloneiv_lcell_comb \lcd_inst|cnt[3]~26 ( // Equation(s): -// \lcd_inst|cnt[3]~28_combout = (\lcd_inst|cnt [3] & (!\lcd_inst|cnt[2]~27 )) # (!\lcd_inst|cnt [3] & ((\lcd_inst|cnt[2]~27 ) # (GND))) -// \lcd_inst|cnt[3]~29 = CARRY((!\lcd_inst|cnt[2]~27 ) # (!\lcd_inst|cnt [3])) +// \lcd_inst|cnt[3]~26_combout = (\lcd_inst|cnt [3] & (!\lcd_inst|cnt[2]~25 )) # (!\lcd_inst|cnt [3] & ((\lcd_inst|cnt[2]~25 ) # (GND))) +// \lcd_inst|cnt[3]~27 = CARRY((!\lcd_inst|cnt[2]~25 ) # (!\lcd_inst|cnt [3])) .dataa(gnd), .datab(\lcd_inst|cnt [3]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[2]~27 ), - .combout(\lcd_inst|cnt[3]~28_combout ), - .cout(\lcd_inst|cnt[3]~29 )); + .cin(\lcd_inst|cnt[2]~25 ), + .combout(\lcd_inst|cnt[3]~26_combout ), + .cout(\lcd_inst|cnt[3]~27 )); // synopsys translate_off -defparam \lcd_inst|cnt[3]~28 .lut_mask = 16'h3C3F; -defparam \lcd_inst|cnt[3]~28 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[3]~26 .lut_mask = 16'h3C3F; +defparam \lcd_inst|cnt[3]~26 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N19 +// Location: FF_X17_Y18_N19 dffeas \lcd_inst|cnt[3] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[3]~28_combout ), + .d(\lcd_inst|cnt[3]~26_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2143,32 +63057,32 @@ defparam \lcd_inst|cnt[3] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[3] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N20 -cycloneiv_lcell_comb \lcd_inst|cnt[4]~30 ( +// Location: LCCOMB_X17_Y18_N20 +cycloneiv_lcell_comb \lcd_inst|cnt[4]~28 ( // Equation(s): -// \lcd_inst|cnt[4]~30_combout = (\lcd_inst|cnt [4] & (\lcd_inst|cnt[3]~29 $ (GND))) # (!\lcd_inst|cnt [4] & (!\lcd_inst|cnt[3]~29 & VCC)) -// \lcd_inst|cnt[4]~31 = CARRY((\lcd_inst|cnt [4] & !\lcd_inst|cnt[3]~29 )) +// \lcd_inst|cnt[4]~28_combout = (\lcd_inst|cnt [4] & (\lcd_inst|cnt[3]~27 $ (GND))) # (!\lcd_inst|cnt [4] & (!\lcd_inst|cnt[3]~27 & VCC)) +// \lcd_inst|cnt[4]~29 = CARRY((\lcd_inst|cnt [4] & !\lcd_inst|cnt[3]~27 )) - .dataa(\lcd_inst|cnt [4]), - .datab(gnd), + .dataa(gnd), + .datab(\lcd_inst|cnt [4]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[3]~29 ), - .combout(\lcd_inst|cnt[4]~30_combout ), - .cout(\lcd_inst|cnt[4]~31 )); + .cin(\lcd_inst|cnt[3]~27 ), + .combout(\lcd_inst|cnt[4]~28_combout ), + .cout(\lcd_inst|cnt[4]~29 )); // synopsys translate_off -defparam \lcd_inst|cnt[4]~30 .lut_mask = 16'hA50A; -defparam \lcd_inst|cnt[4]~30 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[4]~28 .lut_mask = 16'hC30C; +defparam \lcd_inst|cnt[4]~28 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N21 +// Location: FF_X17_Y18_N21 dffeas \lcd_inst|cnt[4] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[4]~30_combout ), + .d(\lcd_inst|cnt[4]~28_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2180,32 +63094,32 @@ defparam \lcd_inst|cnt[4] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[4] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N22 -cycloneiv_lcell_comb \lcd_inst|cnt[5]~32 ( +// Location: LCCOMB_X17_Y18_N22 +cycloneiv_lcell_comb \lcd_inst|cnt[5]~30 ( // Equation(s): -// \lcd_inst|cnt[5]~32_combout = (\lcd_inst|cnt [5] & (!\lcd_inst|cnt[4]~31 )) # (!\lcd_inst|cnt [5] & ((\lcd_inst|cnt[4]~31 ) # (GND))) -// \lcd_inst|cnt[5]~33 = CARRY((!\lcd_inst|cnt[4]~31 ) # (!\lcd_inst|cnt [5])) +// \lcd_inst|cnt[5]~30_combout = (\lcd_inst|cnt [5] & (!\lcd_inst|cnt[4]~29 )) # (!\lcd_inst|cnt [5] & ((\lcd_inst|cnt[4]~29 ) # (GND))) +// \lcd_inst|cnt[5]~31 = CARRY((!\lcd_inst|cnt[4]~29 ) # (!\lcd_inst|cnt [5])) .dataa(\lcd_inst|cnt [5]), .datab(gnd), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[4]~31 ), - .combout(\lcd_inst|cnt[5]~32_combout ), - .cout(\lcd_inst|cnt[5]~33 )); + .cin(\lcd_inst|cnt[4]~29 ), + .combout(\lcd_inst|cnt[5]~30_combout ), + .cout(\lcd_inst|cnt[5]~31 )); // synopsys translate_off -defparam \lcd_inst|cnt[5]~32 .lut_mask = 16'h5A5F; -defparam \lcd_inst|cnt[5]~32 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[5]~30 .lut_mask = 16'h5A5F; +defparam \lcd_inst|cnt[5]~30 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N23 +// Location: FF_X17_Y18_N23 dffeas \lcd_inst|cnt[5] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[5]~32_combout ), + .d(\lcd_inst|cnt[5]~30_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2217,32 +63131,32 @@ defparam \lcd_inst|cnt[5] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[5] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N24 -cycloneiv_lcell_comb \lcd_inst|cnt[6]~34 ( +// Location: LCCOMB_X17_Y18_N24 +cycloneiv_lcell_comb \lcd_inst|cnt[6]~32 ( // Equation(s): -// \lcd_inst|cnt[6]~34_combout = (\lcd_inst|cnt [6] & (\lcd_inst|cnt[5]~33 $ (GND))) # (!\lcd_inst|cnt [6] & (!\lcd_inst|cnt[5]~33 & VCC)) -// \lcd_inst|cnt[6]~35 = CARRY((\lcd_inst|cnt [6] & !\lcd_inst|cnt[5]~33 )) +// \lcd_inst|cnt[6]~32_combout = (\lcd_inst|cnt [6] & (\lcd_inst|cnt[5]~31 $ (GND))) # (!\lcd_inst|cnt [6] & (!\lcd_inst|cnt[5]~31 & VCC)) +// \lcd_inst|cnt[6]~33 = CARRY((\lcd_inst|cnt [6] & !\lcd_inst|cnt[5]~31 )) .dataa(gnd), .datab(\lcd_inst|cnt [6]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[5]~33 ), - .combout(\lcd_inst|cnt[6]~34_combout ), - .cout(\lcd_inst|cnt[6]~35 )); + .cin(\lcd_inst|cnt[5]~31 ), + .combout(\lcd_inst|cnt[6]~32_combout ), + .cout(\lcd_inst|cnt[6]~33 )); // synopsys translate_off -defparam \lcd_inst|cnt[6]~34 .lut_mask = 16'hC30C; -defparam \lcd_inst|cnt[6]~34 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[6]~32 .lut_mask = 16'hC30C; +defparam \lcd_inst|cnt[6]~32 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N25 +// Location: FF_X17_Y18_N25 dffeas \lcd_inst|cnt[6] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[6]~34_combout ), + .d(\lcd_inst|cnt[6]~32_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2254,32 +63168,32 @@ defparam \lcd_inst|cnt[6] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[6] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N26 -cycloneiv_lcell_comb \lcd_inst|cnt[7]~36 ( +// Location: LCCOMB_X17_Y18_N26 +cycloneiv_lcell_comb \lcd_inst|cnt[7]~34 ( // Equation(s): -// \lcd_inst|cnt[7]~36_combout = (\lcd_inst|cnt [7] & (!\lcd_inst|cnt[6]~35 )) # (!\lcd_inst|cnt [7] & ((\lcd_inst|cnt[6]~35 ) # (GND))) -// \lcd_inst|cnt[7]~37 = CARRY((!\lcd_inst|cnt[6]~35 ) # (!\lcd_inst|cnt [7])) +// \lcd_inst|cnt[7]~34_combout = (\lcd_inst|cnt [7] & (!\lcd_inst|cnt[6]~33 )) # (!\lcd_inst|cnt [7] & ((\lcd_inst|cnt[6]~33 ) # (GND))) +// \lcd_inst|cnt[7]~35 = CARRY((!\lcd_inst|cnt[6]~33 ) # (!\lcd_inst|cnt [7])) .dataa(\lcd_inst|cnt [7]), .datab(gnd), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[6]~35 ), - .combout(\lcd_inst|cnt[7]~36_combout ), - .cout(\lcd_inst|cnt[7]~37 )); + .cin(\lcd_inst|cnt[6]~33 ), + .combout(\lcd_inst|cnt[7]~34_combout ), + .cout(\lcd_inst|cnt[7]~35 )); // synopsys translate_off -defparam \lcd_inst|cnt[7]~36 .lut_mask = 16'h5A5F; -defparam \lcd_inst|cnt[7]~36 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[7]~34 .lut_mask = 16'h5A5F; +defparam \lcd_inst|cnt[7]~34 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N27 +// Location: FF_X17_Y18_N27 dffeas \lcd_inst|cnt[7] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[7]~36_combout ), + .d(\lcd_inst|cnt[7]~34_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2291,32 +63205,32 @@ defparam \lcd_inst|cnt[7] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[7] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N28 -cycloneiv_lcell_comb \lcd_inst|cnt[8]~38 ( +// Location: LCCOMB_X17_Y18_N28 +cycloneiv_lcell_comb \lcd_inst|cnt[8]~36 ( // Equation(s): -// \lcd_inst|cnt[8]~38_combout = (\lcd_inst|cnt [8] & (\lcd_inst|cnt[7]~37 $ (GND))) # (!\lcd_inst|cnt [8] & (!\lcd_inst|cnt[7]~37 & VCC)) -// \lcd_inst|cnt[8]~39 = CARRY((\lcd_inst|cnt [8] & !\lcd_inst|cnt[7]~37 )) +// \lcd_inst|cnt[8]~36_combout = (\lcd_inst|cnt [8] & (\lcd_inst|cnt[7]~35 $ (GND))) # (!\lcd_inst|cnt [8] & (!\lcd_inst|cnt[7]~35 & VCC)) +// \lcd_inst|cnt[8]~37 = CARRY((\lcd_inst|cnt [8] & !\lcd_inst|cnt[7]~35 )) - .dataa(gnd), - .datab(\lcd_inst|cnt [8]), + .dataa(\lcd_inst|cnt [8]), + .datab(gnd), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[7]~37 ), - .combout(\lcd_inst|cnt[8]~38_combout ), - .cout(\lcd_inst|cnt[8]~39 )); + .cin(\lcd_inst|cnt[7]~35 ), + .combout(\lcd_inst|cnt[8]~36_combout ), + .cout(\lcd_inst|cnt[8]~37 )); // synopsys translate_off -defparam \lcd_inst|cnt[8]~38 .lut_mask = 16'hC30C; -defparam \lcd_inst|cnt[8]~38 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[8]~36 .lut_mask = 16'hA50A; +defparam \lcd_inst|cnt[8]~36 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N29 +// Location: FF_X17_Y18_N29 dffeas \lcd_inst|cnt[8] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[8]~38_combout ), + .d(\lcd_inst|cnt[8]~36_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2328,32 +63242,32 @@ defparam \lcd_inst|cnt[8] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[8] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y5_N30 -cycloneiv_lcell_comb \lcd_inst|cnt[9]~40 ( +// Location: LCCOMB_X17_Y18_N30 +cycloneiv_lcell_comb \lcd_inst|cnt[9]~38 ( // Equation(s): -// \lcd_inst|cnt[9]~40_combout = (\lcd_inst|cnt [9] & (!\lcd_inst|cnt[8]~39 )) # (!\lcd_inst|cnt [9] & ((\lcd_inst|cnt[8]~39 ) # (GND))) -// \lcd_inst|cnt[9]~41 = CARRY((!\lcd_inst|cnt[8]~39 ) # (!\lcd_inst|cnt [9])) +// \lcd_inst|cnt[9]~38_combout = (\lcd_inst|cnt [9] & (!\lcd_inst|cnt[8]~37 )) # (!\lcd_inst|cnt [9] & ((\lcd_inst|cnt[8]~37 ) # (GND))) +// \lcd_inst|cnt[9]~39 = CARRY((!\lcd_inst|cnt[8]~37 ) # (!\lcd_inst|cnt [9])) .dataa(\lcd_inst|cnt [9]), .datab(gnd), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[8]~39 ), - .combout(\lcd_inst|cnt[9]~40_combout ), - .cout(\lcd_inst|cnt[9]~41 )); + .cin(\lcd_inst|cnt[8]~37 ), + .combout(\lcd_inst|cnt[9]~38_combout ), + .cout(\lcd_inst|cnt[9]~39 )); // synopsys translate_off -defparam \lcd_inst|cnt[9]~40 .lut_mask = 16'h5A5F; -defparam \lcd_inst|cnt[9]~40 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[9]~38 .lut_mask = 16'h5A5F; +defparam \lcd_inst|cnt[9]~38 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y5_N31 +// Location: FF_X17_Y18_N31 dffeas \lcd_inst|cnt[9] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[9]~40_combout ), + .d(\lcd_inst|cnt[9]~38_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2365,32 +63279,32 @@ defparam \lcd_inst|cnt[9] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[9] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N0 -cycloneiv_lcell_comb \lcd_inst|cnt[10]~42 ( +// Location: LCCOMB_X17_Y17_N0 +cycloneiv_lcell_comb \lcd_inst|cnt[10]~40 ( // Equation(s): -// \lcd_inst|cnt[10]~42_combout = (\lcd_inst|cnt [10] & (\lcd_inst|cnt[9]~41 $ (GND))) # (!\lcd_inst|cnt [10] & (!\lcd_inst|cnt[9]~41 & VCC)) -// \lcd_inst|cnt[10]~43 = CARRY((\lcd_inst|cnt [10] & !\lcd_inst|cnt[9]~41 )) +// \lcd_inst|cnt[10]~40_combout = (\lcd_inst|cnt [10] & (\lcd_inst|cnt[9]~39 $ (GND))) # (!\lcd_inst|cnt [10] & (!\lcd_inst|cnt[9]~39 & VCC)) +// \lcd_inst|cnt[10]~41 = CARRY((\lcd_inst|cnt [10] & !\lcd_inst|cnt[9]~39 )) .dataa(gnd), .datab(\lcd_inst|cnt [10]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[9]~41 ), - .combout(\lcd_inst|cnt[10]~42_combout ), - .cout(\lcd_inst|cnt[10]~43 )); + .cin(\lcd_inst|cnt[9]~39 ), + .combout(\lcd_inst|cnt[10]~40_combout ), + .cout(\lcd_inst|cnt[10]~41 )); // synopsys translate_off -defparam \lcd_inst|cnt[10]~42 .lut_mask = 16'hC30C; -defparam \lcd_inst|cnt[10]~42 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[10]~40 .lut_mask = 16'hC30C; +defparam \lcd_inst|cnt[10]~40 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y4_N1 +// Location: FF_X17_Y17_N1 dffeas \lcd_inst|cnt[10] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[10]~42_combout ), + .d(\lcd_inst|cnt[10]~40_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2402,32 +63316,32 @@ defparam \lcd_inst|cnt[10] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[10] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N2 -cycloneiv_lcell_comb \lcd_inst|cnt[11]~44 ( +// Location: LCCOMB_X17_Y17_N2 +cycloneiv_lcell_comb \lcd_inst|cnt[11]~42 ( // Equation(s): -// \lcd_inst|cnt[11]~44_combout = (\lcd_inst|cnt [11] & (!\lcd_inst|cnt[10]~43 )) # (!\lcd_inst|cnt [11] & ((\lcd_inst|cnt[10]~43 ) # (GND))) -// \lcd_inst|cnt[11]~45 = CARRY((!\lcd_inst|cnt[10]~43 ) # (!\lcd_inst|cnt [11])) +// \lcd_inst|cnt[11]~42_combout = (\lcd_inst|cnt [11] & (!\lcd_inst|cnt[10]~41 )) # (!\lcd_inst|cnt [11] & ((\lcd_inst|cnt[10]~41 ) # (GND))) +// \lcd_inst|cnt[11]~43 = CARRY((!\lcd_inst|cnt[10]~41 ) # (!\lcd_inst|cnt [11])) .dataa(gnd), .datab(\lcd_inst|cnt [11]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[10]~43 ), - .combout(\lcd_inst|cnt[11]~44_combout ), - .cout(\lcd_inst|cnt[11]~45 )); + .cin(\lcd_inst|cnt[10]~41 ), + .combout(\lcd_inst|cnt[11]~42_combout ), + .cout(\lcd_inst|cnt[11]~43 )); // synopsys translate_off -defparam \lcd_inst|cnt[11]~44 .lut_mask = 16'h3C3F; -defparam \lcd_inst|cnt[11]~44 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[11]~42 .lut_mask = 16'h3C3F; +defparam \lcd_inst|cnt[11]~42 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y4_N3 +// Location: FF_X17_Y17_N3 dffeas \lcd_inst|cnt[11] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[11]~44_combout ), + .d(\lcd_inst|cnt[11]~42_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2439,32 +63353,32 @@ defparam \lcd_inst|cnt[11] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[11] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N4 -cycloneiv_lcell_comb \lcd_inst|cnt[12]~46 ( +// Location: LCCOMB_X17_Y17_N4 +cycloneiv_lcell_comb \lcd_inst|cnt[12]~44 ( // Equation(s): -// \lcd_inst|cnt[12]~46_combout = (\lcd_inst|cnt [12] & (\lcd_inst|cnt[11]~45 $ (GND))) # (!\lcd_inst|cnt [12] & (!\lcd_inst|cnt[11]~45 & VCC)) -// \lcd_inst|cnt[12]~47 = CARRY((\lcd_inst|cnt [12] & !\lcd_inst|cnt[11]~45 )) +// \lcd_inst|cnt[12]~44_combout = (\lcd_inst|cnt [12] & (\lcd_inst|cnt[11]~43 $ (GND))) # (!\lcd_inst|cnt [12] & (!\lcd_inst|cnt[11]~43 & VCC)) +// \lcd_inst|cnt[12]~45 = CARRY((\lcd_inst|cnt [12] & !\lcd_inst|cnt[11]~43 )) .dataa(gnd), .datab(\lcd_inst|cnt [12]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[11]~45 ), - .combout(\lcd_inst|cnt[12]~46_combout ), - .cout(\lcd_inst|cnt[12]~47 )); + .cin(\lcd_inst|cnt[11]~43 ), + .combout(\lcd_inst|cnt[12]~44_combout ), + .cout(\lcd_inst|cnt[12]~45 )); // synopsys translate_off -defparam \lcd_inst|cnt[12]~46 .lut_mask = 16'hC30C; -defparam \lcd_inst|cnt[12]~46 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[12]~44 .lut_mask = 16'hC30C; +defparam \lcd_inst|cnt[12]~44 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y4_N5 +// Location: FF_X17_Y17_N5 dffeas \lcd_inst|cnt[12] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[12]~46_combout ), + .d(\lcd_inst|cnt[12]~44_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2476,32 +63390,32 @@ defparam \lcd_inst|cnt[12] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[12] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N6 -cycloneiv_lcell_comb \lcd_inst|cnt[13]~48 ( +// Location: LCCOMB_X17_Y17_N6 +cycloneiv_lcell_comb \lcd_inst|cnt[13]~46 ( // Equation(s): -// \lcd_inst|cnt[13]~48_combout = (\lcd_inst|cnt [13] & (!\lcd_inst|cnt[12]~47 )) # (!\lcd_inst|cnt [13] & ((\lcd_inst|cnt[12]~47 ) # (GND))) -// \lcd_inst|cnt[13]~49 = CARRY((!\lcd_inst|cnt[12]~47 ) # (!\lcd_inst|cnt [13])) +// \lcd_inst|cnt[13]~46_combout = (\lcd_inst|cnt [13] & (!\lcd_inst|cnt[12]~45 )) # (!\lcd_inst|cnt [13] & ((\lcd_inst|cnt[12]~45 ) # (GND))) +// \lcd_inst|cnt[13]~47 = CARRY((!\lcd_inst|cnt[12]~45 ) # (!\lcd_inst|cnt [13])) .dataa(\lcd_inst|cnt [13]), .datab(gnd), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[12]~47 ), - .combout(\lcd_inst|cnt[13]~48_combout ), - .cout(\lcd_inst|cnt[13]~49 )); + .cin(\lcd_inst|cnt[12]~45 ), + .combout(\lcd_inst|cnt[13]~46_combout ), + .cout(\lcd_inst|cnt[13]~47 )); // synopsys translate_off -defparam \lcd_inst|cnt[13]~48 .lut_mask = 16'h5A5F; -defparam \lcd_inst|cnt[13]~48 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[13]~46 .lut_mask = 16'h5A5F; +defparam \lcd_inst|cnt[13]~46 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y4_N7 +// Location: FF_X17_Y17_N7 dffeas \lcd_inst|cnt[13] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[13]~48_combout ), + .d(\lcd_inst|cnt[13]~46_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2513,32 +63427,32 @@ defparam \lcd_inst|cnt[13] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[13] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N8 -cycloneiv_lcell_comb \lcd_inst|cnt[14]~50 ( +// Location: LCCOMB_X17_Y17_N8 +cycloneiv_lcell_comb \lcd_inst|cnt[14]~48 ( // Equation(s): -// \lcd_inst|cnt[14]~50_combout = (\lcd_inst|cnt [14] & (\lcd_inst|cnt[13]~49 $ (GND))) # (!\lcd_inst|cnt [14] & (!\lcd_inst|cnt[13]~49 & VCC)) -// \lcd_inst|cnt[14]~51 = CARRY((\lcd_inst|cnt [14] & !\lcd_inst|cnt[13]~49 )) +// \lcd_inst|cnt[14]~48_combout = (\lcd_inst|cnt [14] & (\lcd_inst|cnt[13]~47 $ (GND))) # (!\lcd_inst|cnt [14] & (!\lcd_inst|cnt[13]~47 & VCC)) +// \lcd_inst|cnt[14]~49 = CARRY((\lcd_inst|cnt [14] & !\lcd_inst|cnt[13]~47 )) - .dataa(\lcd_inst|cnt [14]), - .datab(gnd), + .dataa(gnd), + .datab(\lcd_inst|cnt [14]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[13]~49 ), - .combout(\lcd_inst|cnt[14]~50_combout ), - .cout(\lcd_inst|cnt[14]~51 )); + .cin(\lcd_inst|cnt[13]~47 ), + .combout(\lcd_inst|cnt[14]~48_combout ), + .cout(\lcd_inst|cnt[14]~49 )); // synopsys translate_off -defparam \lcd_inst|cnt[14]~50 .lut_mask = 16'hA50A; -defparam \lcd_inst|cnt[14]~50 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[14]~48 .lut_mask = 16'hC30C; +defparam \lcd_inst|cnt[14]~48 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y4_N9 +// Location: FF_X17_Y17_N9 dffeas \lcd_inst|cnt[14] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[14]~50_combout ), + .d(\lcd_inst|cnt[14]~48_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2550,32 +63464,32 @@ defparam \lcd_inst|cnt[14] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[14] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N10 -cycloneiv_lcell_comb \lcd_inst|cnt[15]~52 ( +// Location: LCCOMB_X17_Y17_N10 +cycloneiv_lcell_comb \lcd_inst|cnt[15]~50 ( // Equation(s): -// \lcd_inst|cnt[15]~52_combout = (\lcd_inst|cnt [15] & (!\lcd_inst|cnt[14]~51 )) # (!\lcd_inst|cnt [15] & ((\lcd_inst|cnt[14]~51 ) # (GND))) -// \lcd_inst|cnt[15]~53 = CARRY((!\lcd_inst|cnt[14]~51 ) # (!\lcd_inst|cnt [15])) +// \lcd_inst|cnt[15]~50_combout = (\lcd_inst|cnt [15] & (!\lcd_inst|cnt[14]~49 )) # (!\lcd_inst|cnt [15] & ((\lcd_inst|cnt[14]~49 ) # (GND))) +// \lcd_inst|cnt[15]~51 = CARRY((!\lcd_inst|cnt[14]~49 ) # (!\lcd_inst|cnt [15])) - .dataa(\lcd_inst|cnt [15]), - .datab(gnd), + .dataa(gnd), + .datab(\lcd_inst|cnt [15]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[14]~51 ), - .combout(\lcd_inst|cnt[15]~52_combout ), - .cout(\lcd_inst|cnt[15]~53 )); + .cin(\lcd_inst|cnt[14]~49 ), + .combout(\lcd_inst|cnt[15]~50_combout ), + .cout(\lcd_inst|cnt[15]~51 )); // synopsys translate_off -defparam \lcd_inst|cnt[15]~52 .lut_mask = 16'h5A5F; -defparam \lcd_inst|cnt[15]~52 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[15]~50 .lut_mask = 16'h3C3F; +defparam \lcd_inst|cnt[15]~50 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y4_N11 +// Location: FF_X17_Y17_N11 dffeas \lcd_inst|cnt[15] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[15]~52_combout ), + .d(\lcd_inst|cnt[15]~50_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2587,32 +63501,32 @@ defparam \lcd_inst|cnt[15] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[15] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N12 -cycloneiv_lcell_comb \lcd_inst|cnt[16]~54 ( +// Location: LCCOMB_X17_Y17_N12 +cycloneiv_lcell_comb \lcd_inst|cnt[16]~52 ( // Equation(s): -// \lcd_inst|cnt[16]~54_combout = (\lcd_inst|cnt [16] & (\lcd_inst|cnt[15]~53 $ (GND))) # (!\lcd_inst|cnt [16] & (!\lcd_inst|cnt[15]~53 & VCC)) -// \lcd_inst|cnt[16]~55 = CARRY((\lcd_inst|cnt [16] & !\lcd_inst|cnt[15]~53 )) +// \lcd_inst|cnt[16]~52_combout = (\lcd_inst|cnt [16] & (\lcd_inst|cnt[15]~51 $ (GND))) # (!\lcd_inst|cnt [16] & (!\lcd_inst|cnt[15]~51 & VCC)) +// \lcd_inst|cnt[16]~53 = CARRY((\lcd_inst|cnt [16] & !\lcd_inst|cnt[15]~51 )) .dataa(\lcd_inst|cnt [16]), .datab(gnd), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[15]~53 ), - .combout(\lcd_inst|cnt[16]~54_combout ), - .cout(\lcd_inst|cnt[16]~55 )); + .cin(\lcd_inst|cnt[15]~51 ), + .combout(\lcd_inst|cnt[16]~52_combout ), + .cout(\lcd_inst|cnt[16]~53 )); // synopsys translate_off -defparam \lcd_inst|cnt[16]~54 .lut_mask = 16'hA50A; -defparam \lcd_inst|cnt[16]~54 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[16]~52 .lut_mask = 16'hA50A; +defparam \lcd_inst|cnt[16]~52 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y4_N13 +// Location: FF_X17_Y17_N13 dffeas \lcd_inst|cnt[16] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[16]~54_combout ), + .d(\lcd_inst|cnt[16]~52_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2624,32 +63538,32 @@ defparam \lcd_inst|cnt[16] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[16] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X56_Y4_N14 -cycloneiv_lcell_comb \lcd_inst|cnt[17]~56 ( +// Location: LCCOMB_X17_Y17_N14 +cycloneiv_lcell_comb \lcd_inst|cnt[17]~55 ( // Equation(s): -// \lcd_inst|cnt[17]~56_combout = (\lcd_inst|cnt [17] & (!\lcd_inst|cnt[16]~55 )) # (!\lcd_inst|cnt [17] & ((\lcd_inst|cnt[16]~55 ) # (GND))) -// \lcd_inst|cnt[17]~57 = CARRY((!\lcd_inst|cnt[16]~55 ) # (!\lcd_inst|cnt [17])) +// \lcd_inst|cnt[17]~55_combout = (\lcd_inst|cnt [17] & (!\lcd_inst|cnt[16]~53 )) # (!\lcd_inst|cnt [17] & ((\lcd_inst|cnt[16]~53 ) # (GND))) +// \lcd_inst|cnt[17]~56 = CARRY((!\lcd_inst|cnt[16]~53 ) # (!\lcd_inst|cnt [17])) .dataa(gnd), .datab(\lcd_inst|cnt [17]), .datac(gnd), .datad(vcc), - .cin(\lcd_inst|cnt[16]~55 ), - .combout(\lcd_inst|cnt[17]~56_combout ), - .cout(\lcd_inst|cnt[17]~57 )); + .cin(\lcd_inst|cnt[16]~53 ), + .combout(\lcd_inst|cnt[17]~55_combout ), + .cout(\lcd_inst|cnt[17]~56 )); // synopsys translate_off -defparam \lcd_inst|cnt[17]~56 .lut_mask = 16'h3C3F; -defparam \lcd_inst|cnt[17]~56 .sum_lutc_input = "cin"; +defparam \lcd_inst|cnt[17]~55 .lut_mask = 16'h3C3F; +defparam \lcd_inst|cnt[17]~55 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X56_Y4_N15 +// Location: FF_X17_Y17_N15 dffeas \lcd_inst|cnt[17] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[17]~56_combout ), + .d(\lcd_inst|cnt[17]~55_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2661,14 +63575,32 @@ defparam \lcd_inst|cnt[17] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[17] .power_up = "low"; // synopsys translate_on -// Location: FF_X56_Y4_N17 +// Location: LCCOMB_X17_Y17_N16 +cycloneiv_lcell_comb \lcd_inst|cnt[18]~57 ( +// Equation(s): +// \lcd_inst|cnt[18]~57_combout = (\lcd_inst|cnt [18] & (\lcd_inst|cnt[17]~56 $ (GND))) # (!\lcd_inst|cnt [18] & (!\lcd_inst|cnt[17]~56 & VCC)) +// \lcd_inst|cnt[18]~58 = CARRY((\lcd_inst|cnt [18] & !\lcd_inst|cnt[17]~56 )) + + .dataa(gnd), + .datab(\lcd_inst|cnt [18]), + .datac(gnd), + .datad(vcc), + .cin(\lcd_inst|cnt[17]~56 ), + .combout(\lcd_inst|cnt[18]~57_combout ), + .cout(\lcd_inst|cnt[18]~58 )); +// synopsys translate_off +defparam \lcd_inst|cnt[18]~57 .lut_mask = 16'hC30C; +defparam \lcd_inst|cnt[18]~57 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X17_Y17_N17 dffeas \lcd_inst|cnt[18] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|cnt[18]~58_combout ), + .d(\lcd_inst|cnt[18]~57_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\lcd_inst|cnt[3]~62_combout ), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), @@ -2680,179 +63612,111 @@ defparam \lcd_inst|cnt[18] .is_wysiwyg = "true"; defparam \lcd_inst|cnt[18] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X55_Y5_N28 -cycloneiv_lcell_comb \lcd_inst|LessThan0~2 ( -// Equation(s): -// \lcd_inst|LessThan0~2_combout = (!\lcd_inst|cnt [15] & (((!\lcd_inst|cnt [13]) # (!\lcd_inst|cnt [14])) # (!\lcd_inst|cnt [12]))) - - .dataa(\lcd_inst|cnt [12]), - .datab(\lcd_inst|cnt [14]), - .datac(\lcd_inst|cnt [15]), - .datad(\lcd_inst|cnt [13]), - .cin(gnd), - .combout(\lcd_inst|LessThan0~2_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan0~2 .lut_mask = 16'h070F; -defparam \lcd_inst|LessThan0~2 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X55_Y5_N30 -cycloneiv_lcell_comb \lcd_inst|LessThan0~3 ( +// Location: LCCOMB_X17_Y17_N18 +cycloneiv_lcell_comb \lcd_inst|cnt[19]~59 ( // Equation(s): -// \lcd_inst|LessThan0~3_combout = (\lcd_inst|LessThan0~2_combout ) # (!\lcd_inst|cnt [17]) +// \lcd_inst|cnt[19]~59_combout = \lcd_inst|cnt[18]~58 $ (\lcd_inst|cnt [19]) .dataa(gnd), .datab(gnd), - .datac(\lcd_inst|cnt [17]), - .datad(\lcd_inst|LessThan0~2_combout ), - .cin(gnd), - .combout(\lcd_inst|LessThan0~3_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan0~3 .lut_mask = 16'hFF0F; -defparam \lcd_inst|LessThan0~3 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X57_Y5_N4 -cycloneiv_lcell_comb \lcd_inst|LessThan0~0 ( -// Equation(s): -// \lcd_inst|LessThan0~0_combout = ((!\lcd_inst|cnt [6] & ((!\lcd_inst|cnt [5]) # (!\lcd_inst|cnt [4])))) # (!\lcd_inst|cnt [7]) - - .dataa(\lcd_inst|cnt [7]), - .datab(\lcd_inst|cnt [4]), - .datac(\lcd_inst|cnt [6]), - .datad(\lcd_inst|cnt [5]), - .cin(gnd), - .combout(\lcd_inst|LessThan0~0_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan0~0 .lut_mask = 16'h575F; -defparam \lcd_inst|LessThan0~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X57_Y5_N10 -cycloneiv_lcell_comb \lcd_inst|LessThan0~1 ( -// Equation(s): -// \lcd_inst|LessThan0~1_combout = ((\lcd_inst|LessThan1~0_combout & ((\lcd_inst|LessThan0~0_combout ) # (!\lcd_inst|cnt [8])))) # (!\lcd_inst|cnt [16]) - - .dataa(\lcd_inst|cnt [8]), - .datab(\lcd_inst|cnt [16]), - .datac(\lcd_inst|LessThan0~0_combout ), - .datad(\lcd_inst|LessThan1~0_combout ), - .cin(gnd), - .combout(\lcd_inst|LessThan0~1_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan0~1 .lut_mask = 16'hF733; -defparam \lcd_inst|LessThan0~1 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X58_Y5_N28 -cycloneiv_lcell_comb \lcd_inst|LessThan0~4 ( -// Equation(s): -// \lcd_inst|LessThan0~4_combout = ((!\lcd_inst|cnt [18] & ((\lcd_inst|LessThan0~3_combout ) # (\lcd_inst|LessThan0~1_combout )))) # (!\lcd_inst|cnt [19]) - - .dataa(\lcd_inst|cnt [18]), - .datab(\lcd_inst|cnt [19]), - .datac(\lcd_inst|LessThan0~3_combout ), - .datad(\lcd_inst|LessThan0~1_combout ), - .cin(gnd), - .combout(\lcd_inst|LessThan0~4_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|LessThan0~4 .lut_mask = 16'h7773; -defparam \lcd_inst|LessThan0~4 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X58_Y5_N4 -cycloneiv_lcell_comb \lcd_inst|state.S_PWR_UP~0 ( -// Equation(s): -// \lcd_inst|state.S_PWR_UP~0_combout = (((\lcd_inst|state.S_PWR_UP~q ) # (\lcd_inst|Selector33~5_combout )) # (!\lcd_inst|Selector33~8_combout )) # (!\lcd_inst|LessThan0~4_combout ) - - .dataa(\lcd_inst|LessThan0~4_combout ), - .datab(\lcd_inst|Selector33~8_combout ), - .datac(\lcd_inst|state.S_PWR_UP~q ), - .datad(\lcd_inst|Selector33~5_combout ), - .cin(gnd), - .combout(\lcd_inst|state.S_PWR_UP~0_combout ), + .datac(gnd), + .datad(\lcd_inst|cnt [19]), + .cin(\lcd_inst|cnt[18]~58 ), + .combout(\lcd_inst|cnt[19]~59_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|state.S_PWR_UP~0 .lut_mask = 16'hFFF7; -defparam \lcd_inst|state.S_PWR_UP~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|cnt[19]~59 .lut_mask = 16'h0FF0; +defparam \lcd_inst|cnt[19]~59 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X58_Y5_N5 -dffeas \lcd_inst|state.S_PWR_UP ( +// Location: FF_X17_Y17_N19 +dffeas \lcd_inst|cnt[19] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|state.S_PWR_UP~0_combout ), + .d(\lcd_inst|cnt[19]~59_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(gnd), + .sclr(\lcd_inst|cnt[7]~54_combout ), .sload(gnd), - .ena(vcc), + .ena(\lcd_inst|WideOr3~0_combout ), .devclrn(devclrn), .devpor(devpor), - .q(\lcd_inst|state.S_PWR_UP~q ), + .q(\lcd_inst|cnt [19]), .prn(vcc)); // synopsys translate_off -defparam \lcd_inst|state.S_PWR_UP .is_wysiwyg = "true"; -defparam \lcd_inst|state.S_PWR_UP .power_up = "low"; +defparam \lcd_inst|cnt[19] .is_wysiwyg = "true"; +defparam \lcd_inst|cnt[19] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X57_Y5_N0 -cycloneiv_lcell_comb \lcd_inst|WideOr3~0 ( +// Location: LCCOMB_X17_Y17_N20 +cycloneiv_lcell_comb \lcd_inst|Selector33~3 ( // Equation(s): -// \lcd_inst|WideOr3~0_combout = ((\lcd_inst|state.S_WAIT_EN~q ) # ((\lcd_inst|state.S_HOLD~q ) # (\lcd_inst|state.S_DELAY~q ))) # (!\lcd_inst|state.S_PWR_UP~q ) +// \lcd_inst|Selector33~3_combout = (\lcd_inst|state.S_PWR_UP~q ) # (((\lcd_inst|LessThan0~3_combout & !\lcd_inst|cnt [18])) # (!\lcd_inst|cnt [19])) .dataa(\lcd_inst|state.S_PWR_UP~q ), - .datab(\lcd_inst|state.S_WAIT_EN~q ), + .datab(\lcd_inst|cnt [19]), + .datac(\lcd_inst|LessThan0~3_combout ), + .datad(\lcd_inst|cnt [18]), + .cin(gnd), + .combout(\lcd_inst|Selector33~3_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|Selector33~3 .lut_mask = 16'hBBFB; +defparam \lcd_inst|Selector33~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y17_N20 +cycloneiv_lcell_comb \lcd_inst|Selector30~0 ( +// Equation(s): +// \lcd_inst|Selector30~0_combout = (\lcd_inst|state.S_HOLD~q & (((\lcd_inst|LessThan1~1_combout & \lcd_inst|LessThan1~7_combout )))) # (!\lcd_inst|state.S_HOLD~q & (\lcd_inst|Selector33~3_combout )) + + .dataa(\lcd_inst|Selector33~3_combout ), + .datab(\lcd_inst|LessThan1~1_combout ), .datac(\lcd_inst|state.S_HOLD~q ), - .datad(\lcd_inst|state.S_DELAY~q ), + .datad(\lcd_inst|LessThan1~7_combout ), .cin(gnd), - .combout(\lcd_inst|WideOr3~0_combout ), + .combout(\lcd_inst|Selector30~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|WideOr3~0 .lut_mask = 16'hFFFD; -defparam \lcd_inst|WideOr3~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector30~0 .lut_mask = 16'hCA0A; +defparam \lcd_inst|Selector30~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N12 +// Location: LCCOMB_X15_Y17_N20 cycloneiv_lcell_comb \lcd_inst|Selector50~0 ( // Equation(s): -// \lcd_inst|Selector50~0_combout = (\lcd_inst|state.S_DISP_ON~q ) # ((\lcd_inst|state.S_IDLE~q & ((\lcd_char_valid~q ) # (\lcd_inst|next_state_after_delay.S_IDLE~q )))) +// \lcd_inst|Selector50~0_combout = (\lcd_inst|state.S_DISP_ON~q ) # ((\lcd_inst|state.S_IDLE~q & ((\lcd_inst|next_state_after_delay.S_IDLE~q ) # (\lcd_char_valid~q )))) - .dataa(\lcd_inst|state.S_IDLE~q ), - .datab(\lcd_char_valid~q ), - .datac(\lcd_inst|next_state_after_delay.S_IDLE~q ), + .dataa(\lcd_inst|next_state_after_delay.S_IDLE~q ), + .datab(\lcd_inst|state.S_IDLE~q ), + .datac(\lcd_char_valid~q ), .datad(\lcd_inst|state.S_DISP_ON~q ), .cin(gnd), .combout(\lcd_inst|Selector50~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector50~0 .lut_mask = 16'hFFA8; +defparam \lcd_inst|Selector50~0 .lut_mask = 16'hFFC8; defparam \lcd_inst|Selector50~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N10 +// Location: LCCOMB_X16_Y17_N6 cycloneiv_lcell_comb \lcd_inst|Selector50~1 ( // Equation(s): // \lcd_inst|Selector50~1_combout = (\lcd_inst|Selector50~0_combout ) # ((\lcd_inst|WideOr3~0_combout & \lcd_inst|next_state_after_delay.S_IDLE~q )) - .dataa(\lcd_inst|WideOr3~0_combout ), - .datab(gnd), + .dataa(gnd), + .datab(\lcd_inst|WideOr3~0_combout ), .datac(\lcd_inst|next_state_after_delay.S_IDLE~q ), .datad(\lcd_inst|Selector50~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector50~1_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector50~1 .lut_mask = 16'hFFA0; +defparam \lcd_inst|Selector50~1 .lut_mask = 16'hFFC0; defparam \lcd_inst|Selector50~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X58_Y5_N11 +// Location: FF_X16_Y17_N7 dffeas \lcd_inst|next_state_after_delay.S_IDLE ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector50~1_combout ), @@ -2871,61 +63735,27 @@ defparam \lcd_inst|next_state_after_delay.S_IDLE .is_wysiwyg = "true"; defparam \lcd_inst|next_state_after_delay.S_IDLE .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N16 +// Location: LCCOMB_X16_Y17_N0 cycloneiv_lcell_comb \lcd_inst|Selector30~1 ( // Equation(s): -// \lcd_inst|Selector30~1_combout = (\lcd_inst|state.S_IDLE~q & !\lcd_char_valid~q ) +// \lcd_inst|Selector30~1_combout = (\lcd_inst|Selector33~4_combout & (((\lcd_inst|next_state_after_delay.S_IDLE~q )))) # (!\lcd_inst|Selector33~4_combout & (\lcd_inst|LCD_DATA[4]~0_combout & (\lcd_inst|Selector30~0_combout ))) - .dataa(\lcd_inst|state.S_IDLE~q ), - .datab(gnd), - .datac(\lcd_char_valid~q ), - .datad(gnd), + .dataa(\lcd_inst|LCD_DATA[4]~0_combout ), + .datab(\lcd_inst|Selector30~0_combout ), + .datac(\lcd_inst|Selector33~4_combout ), + .datad(\lcd_inst|next_state_after_delay.S_IDLE~q ), .cin(gnd), .combout(\lcd_inst|Selector30~1_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector30~1 .lut_mask = 16'h0A0A; +defparam \lcd_inst|Selector30~1 .lut_mask = 16'hF808; defparam \lcd_inst|Selector30~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N14 -cycloneiv_lcell_comb \lcd_inst|Selector30~0 ( -// Equation(s): -// \lcd_inst|Selector30~0_combout = (\lcd_inst|state.S_HOLD~q & (\lcd_inst|Selector31~10_combout )) # (!\lcd_inst|state.S_HOLD~q & (((\lcd_inst|state.S_PWR_UP~q ) # (\lcd_inst|LessThan0~4_combout )))) - - .dataa(\lcd_inst|state.S_HOLD~q ), - .datab(\lcd_inst|Selector31~10_combout ), - .datac(\lcd_inst|state.S_PWR_UP~q ), - .datad(\lcd_inst|LessThan0~4_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector30~0_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector30~0 .lut_mask = 16'hDDD8; -defparam \lcd_inst|Selector30~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X58_Y5_N22 -cycloneiv_lcell_comb \lcd_inst|Selector30~2 ( -// Equation(s): -// \lcd_inst|Selector30~2_combout = (\lcd_inst|Selector33~5_combout & (\lcd_inst|next_state_after_delay.S_IDLE~q )) # (!\lcd_inst|Selector33~5_combout & (((\lcd_inst|Selector30~1_combout & \lcd_inst|Selector30~0_combout )))) - - .dataa(\lcd_inst|next_state_after_delay.S_IDLE~q ), - .datab(\lcd_inst|Selector30~1_combout ), - .datac(\lcd_inst|Selector30~0_combout ), - .datad(\lcd_inst|Selector33~5_combout ), - .cin(gnd), - .combout(\lcd_inst|Selector30~2_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_inst|Selector30~2 .lut_mask = 16'hAAC0; -defparam \lcd_inst|Selector30~2 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X58_Y5_N23 +// Location: FF_X16_Y17_N1 dffeas \lcd_inst|state.S_IDLE ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|Selector30~2_combout ), + .d(\lcd_inst|Selector30~1_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), @@ -2941,27 +63771,27 @@ defparam \lcd_inst|state.S_IDLE .is_wysiwyg = "true"; defparam \lcd_inst|state.S_IDLE .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N0 -cycloneiv_lcell_comb \lcd_inst|Selector0~0 ( +// Location: LCCOMB_X15_Y17_N6 +cycloneiv_lcell_comb \lcd_inst|Selector31~7 ( // Equation(s): -// \lcd_inst|Selector0~0_combout = (\lcd_inst|state.S_IDLE~q & (((!\lcd_char_valid~q )))) # (!\lcd_inst|state.S_IDLE~q & (\lcd_inst|state.S_PWR_UP~q & (\lcd_inst|busy~q ))) +// \lcd_inst|Selector31~7_combout = (!\lcd_inst|state.S_WAIT_EN~q & ((\lcd_inst|state.S_IDLE~q & ((\lcd_char_valid~q ))) # (!\lcd_inst|state.S_IDLE~q & (\lcd_inst|Selector31~4_combout )))) - .dataa(\lcd_inst|state.S_IDLE~q ), - .datab(\lcd_inst|state.S_PWR_UP~q ), - .datac(\lcd_inst|busy~q ), + .dataa(\lcd_inst|Selector31~4_combout ), + .datab(\lcd_inst|state.S_IDLE~q ), + .datac(\lcd_inst|state.S_WAIT_EN~q ), .datad(\lcd_char_valid~q ), .cin(gnd), - .combout(\lcd_inst|Selector0~0_combout ), + .combout(\lcd_inst|Selector31~7_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector0~0 .lut_mask = 16'h40EA; -defparam \lcd_inst|Selector0~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector31~7 .lut_mask = 16'h0E02; +defparam \lcd_inst|Selector31~7 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X58_Y5_N1 -dffeas \lcd_inst|busy ( +// Location: FF_X15_Y17_N7 +dffeas \lcd_inst|state.S_WAIT_EN ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|Selector0~0_combout ), + .d(\lcd_inst|Selector31~7_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), @@ -2970,185 +63800,51 @@ dffeas \lcd_inst|busy ( .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\lcd_inst|busy~q ), - .prn(vcc)); -// synopsys translate_off -defparam \lcd_inst|busy .is_wysiwyg = "true"; -defparam \lcd_inst|busy .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X70_Y11_N0 -cycloneiv_lcell_comb \uart_inst|clk_cnt[0]~16 ( -// Equation(s): -// \uart_inst|clk_cnt[0]~16_combout = \uart_inst|clk_cnt [0] $ (VCC) -// \uart_inst|clk_cnt[0]~17 = CARRY(\uart_inst|clk_cnt [0]) - - .dataa(\uart_inst|clk_cnt [0]), - .datab(gnd), - .datac(gnd), - .datad(vcc), - .cin(gnd), - .combout(\uart_inst|clk_cnt[0]~16_combout ), - .cout(\uart_inst|clk_cnt[0]~17 )); -// synopsys translate_off -defparam \uart_inst|clk_cnt[0]~16 .lut_mask = 16'h55AA; -defparam \uart_inst|clk_cnt[0]~16 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N30 -cycloneiv_lcell_comb \uart_inst|Selector19~2 ( -// Equation(s): -// \uart_inst|Selector19~2_combout = (\uart_inst|clk_cnt [3] & (\uart_inst|clk_cnt [5] & (!\uart_inst|clk_cnt [4] & !\uart_inst|clk_cnt [6]))) - - .dataa(\uart_inst|clk_cnt [3]), - .datab(\uart_inst|clk_cnt [5]), - .datac(\uart_inst|clk_cnt [4]), - .datad(\uart_inst|clk_cnt [6]), - .cin(gnd), - .combout(\uart_inst|Selector19~2_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector19~2 .lut_mask = 16'h0008; -defparam \uart_inst|Selector19~2 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N4 -cycloneiv_lcell_comb \uart_inst|Selector19~3 ( -// Equation(s): -// \uart_inst|Selector19~3_combout = (!\uart_inst|clk_cnt [10] & (\uart_inst|clk_cnt [11] & (!\uart_inst|clk_cnt [12] & \uart_inst|clk_cnt [9]))) - - .dataa(\uart_inst|clk_cnt [10]), - .datab(\uart_inst|clk_cnt [11]), - .datac(\uart_inst|clk_cnt [12]), - .datad(\uart_inst|clk_cnt [9]), - .cin(gnd), - .combout(\uart_inst|Selector19~3_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector19~3 .lut_mask = 16'h0400; -defparam \uart_inst|Selector19~3 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N14 -cycloneiv_lcell_comb \uart_inst|Equal0~0 ( -// Equation(s): -// \uart_inst|Equal0~0_combout = (!\uart_inst|clk_cnt [13] & (!\uart_inst|clk_cnt [14] & (!\uart_inst|clk_cnt [7] & !\uart_inst|clk_cnt [8]))) - - .dataa(\uart_inst|clk_cnt [13]), - .datab(\uart_inst|clk_cnt [14]), - .datac(\uart_inst|clk_cnt [7]), - .datad(\uart_inst|clk_cnt [8]), - .cin(gnd), - .combout(\uart_inst|Equal0~0_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Equal0~0 .lut_mask = 16'h0001; -defparam \uart_inst|Equal0~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: IOIBUF_X101_Y91_N8 -cycloneiv_io_ibuf \UART_RXD~input ( - .i(UART_RXD), - .ibar(gnd), - .o(\UART_RXD~input_o )); -// synopsys translate_off -defparam \UART_RXD~input .bus_hold = "false"; -defparam \UART_RXD~input .simulate_z_as = "z"; -// synopsys translate_on - -// Location: LCCOMB_X72_Y11_N16 -cycloneiv_lcell_comb \uart_inst|rx_sync_stage1~0 ( -// Equation(s): -// \uart_inst|rx_sync_stage1~0_combout = !\UART_RXD~input_o - - .dataa(gnd), - .datab(gnd), - .datac(gnd), - .datad(\UART_RXD~input_o ), - .cin(gnd), - .combout(\uart_inst|rx_sync_stage1~0_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|rx_sync_stage1~0 .lut_mask = 16'h00FF; -defparam \uart_inst|rx_sync_stage1~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X72_Y11_N17 -dffeas \uart_inst|rx_sync_stage1 ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|rx_sync_stage1~0_combout ), - .asdata(vcc), - .clrn(vcc), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(vcc), - .devclrn(devclrn), - .devpor(devpor), - .q(\uart_inst|rx_sync_stage1~q ), + .q(\lcd_inst|state.S_WAIT_EN~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|rx_sync_stage1 .is_wysiwyg = "true"; -defparam \uart_inst|rx_sync_stage1 .power_up = "low"; +defparam \lcd_inst|state.S_WAIT_EN .is_wysiwyg = "true"; +defparam \lcd_inst|state.S_WAIT_EN .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N26 -cycloneiv_lcell_comb \uart_inst|rx_sync_stage2~feeder ( +// Location: LCCOMB_X16_Y17_N24 +cycloneiv_lcell_comb \lcd_inst|state.S_HOLD~0 ( // Equation(s): -// \uart_inst|rx_sync_stage2~feeder_combout = \uart_inst|rx_sync_stage1~q +// \lcd_inst|state.S_HOLD~0_combout = (\lcd_inst|state.S_HOLD~q & ((\lcd_inst|Selector31~4_combout & (\lcd_inst|state.S_IDLE~q )) # (!\lcd_inst|Selector31~4_combout & ((\lcd_inst|Selector31~6_combout ))))) - .dataa(gnd), - .datab(gnd), - .datac(gnd), - .datad(\uart_inst|rx_sync_stage1~q ), + .dataa(\lcd_inst|Selector31~4_combout ), + .datab(\lcd_inst|state.S_IDLE~q ), + .datac(\lcd_inst|state.S_HOLD~q ), + .datad(\lcd_inst|Selector31~6_combout ), .cin(gnd), - .combout(\uart_inst|rx_sync_stage2~feeder_combout ), + .combout(\lcd_inst|state.S_HOLD~0_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_sync_stage2~feeder .lut_mask = 16'hFF00; -defparam \uart_inst|rx_sync_stage2~feeder .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X68_Y11_N27 -dffeas \uart_inst|rx_sync_stage2 ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|rx_sync_stage2~feeder_combout ), - .asdata(vcc), - .clrn(vcc), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(vcc), - .devclrn(devclrn), - .devpor(devpor), - .q(\uart_inst|rx_sync_stage2~q ), - .prn(vcc)); -// synopsys translate_off -defparam \uart_inst|rx_sync_stage2 .is_wysiwyg = "true"; -defparam \uart_inst|rx_sync_stage2 .power_up = "low"; +defparam \lcd_inst|state.S_HOLD~0 .lut_mask = 16'hD080; +defparam \lcd_inst|state.S_HOLD~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N0 -cycloneiv_lcell_comb \uart_inst|Selector19~5 ( +// Location: LCCOMB_X15_Y17_N4 +cycloneiv_lcell_comb \lcd_inst|state.S_HOLD~1 ( // Equation(s): -// \uart_inst|Selector19~5_combout = (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|rx_sync_stage2~q ) # ((\uart_inst|state.S_IDLE~q & !\uart_inst|Selector19~4_combout )))) +// \lcd_inst|state.S_HOLD~1_combout = (\lcd_inst|state.S_WAIT_EN~q ) # ((\lcd_inst|state.S_HOLD~0_combout & ((!\lcd_inst|state.S_IDLE~q ) # (!\lcd_char_valid~q )))) - .dataa(\uart_inst|rx_sync_stage2~q ), - .datab(\uart_inst|state.S_CLEANUP~q ), - .datac(\uart_inst|state.S_IDLE~q ), - .datad(\uart_inst|Selector19~4_combout ), + .dataa(\lcd_inst|state.S_WAIT_EN~q ), + .datab(\lcd_char_valid~q ), + .datac(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|state.S_HOLD~0_combout ), .cin(gnd), - .combout(\uart_inst|Selector19~5_combout ), + .combout(\lcd_inst|state.S_HOLD~1_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Selector19~5 .lut_mask = 16'h2232; -defparam \uart_inst|Selector19~5 .sum_lutc_input = "datac"; +defparam \lcd_inst|state.S_HOLD~1 .lut_mask = 16'hBFAA; +defparam \lcd_inst|state.S_HOLD~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X68_Y11_N1 -dffeas \uart_inst|state.S_IDLE ( +// Location: FF_X15_Y17_N5 +dffeas \lcd_inst|state.S_HOLD ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|Selector19~5_combout ), + .d(\lcd_inst|state.S_HOLD~1_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), @@ -3157,207 +63853,102 @@ dffeas \uart_inst|state.S_IDLE ( .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\uart_inst|state.S_IDLE~q ), + .q(\lcd_inst|state.S_HOLD~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|state.S_IDLE .is_wysiwyg = "true"; -defparam \uart_inst|state.S_IDLE .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N26 -cycloneiv_lcell_comb \uart_inst|LessThan1~3 ( -// Equation(s): -// \uart_inst|LessThan1~3_combout = (\uart_inst|clk_cnt [14]) # ((\uart_inst|clk_cnt [12] & ((\uart_inst|clk_cnt [10]) # (\uart_inst|clk_cnt [11])))) - - .dataa(\uart_inst|clk_cnt [10]), - .datab(\uart_inst|clk_cnt [11]), - .datac(\uart_inst|clk_cnt [12]), - .datad(\uart_inst|clk_cnt [14]), - .cin(gnd), - .combout(\uart_inst|LessThan1~3_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|LessThan1~3 .lut_mask = 16'hFFE0; -defparam \uart_inst|LessThan1~3 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N10 -cycloneiv_lcell_comb \uart_inst|LessThan1~0 ( -// Equation(s): -// \uart_inst|LessThan1~0_combout = (!\uart_inst|clk_cnt [3] & (((!\uart_inst|clk_cnt [1]) # (!\uart_inst|clk_cnt [2])) # (!\uart_inst|clk_cnt [0]))) - - .dataa(\uart_inst|clk_cnt [3]), - .datab(\uart_inst|clk_cnt [0]), - .datac(\uart_inst|clk_cnt [2]), - .datad(\uart_inst|clk_cnt [1]), - .cin(gnd), - .combout(\uart_inst|LessThan1~0_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|LessThan1~0 .lut_mask = 16'h1555; -defparam \uart_inst|LessThan1~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N20 -cycloneiv_lcell_comb \uart_inst|LessThan1~1 ( -// Equation(s): -// \uart_inst|LessThan1~1_combout = ((!\uart_inst|clk_cnt [5] & ((\uart_inst|LessThan1~0_combout ) # (!\uart_inst|clk_cnt [4])))) # (!\uart_inst|clk_cnt [6]) - - .dataa(\uart_inst|clk_cnt [6]), - .datab(\uart_inst|clk_cnt [4]), - .datac(\uart_inst|clk_cnt [5]), - .datad(\uart_inst|LessThan1~0_combout ), - .cin(gnd), - .combout(\uart_inst|LessThan1~1_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|LessThan1~1 .lut_mask = 16'h5F57; -defparam \uart_inst|LessThan1~1 .sum_lutc_input = "datac"; +defparam \lcd_inst|state.S_HOLD .is_wysiwyg = "true"; +defparam \lcd_inst|state.S_HOLD .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X69_Y11_N0 -cycloneiv_lcell_comb \uart_inst|LessThan1~2 ( +// Location: LCCOMB_X15_Y17_N12 +cycloneiv_lcell_comb \lcd_inst|Selector31~4 ( // Equation(s): -// \uart_inst|LessThan1~2_combout = (!\uart_inst|clk_cnt [9] & (\uart_inst|Equal0~0_combout & \uart_inst|LessThan1~1_combout )) +// \lcd_inst|Selector31~4_combout = (\lcd_inst|state.S_PWR_UP~q & (!\lcd_inst|state.S_HOLD~q & !\lcd_inst|state.S_DELAY~q )) .dataa(gnd), - .datab(\uart_inst|clk_cnt [9]), - .datac(\uart_inst|Equal0~0_combout ), - .datad(\uart_inst|LessThan1~1_combout ), - .cin(gnd), - .combout(\uart_inst|LessThan1~2_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|LessThan1~2 .lut_mask = 16'h3000; -defparam \uart_inst|LessThan1~2 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N12 -cycloneiv_lcell_comb \uart_inst|LessThan1~4 ( -// Equation(s): -// \uart_inst|LessThan1~4_combout = (\uart_inst|clk_cnt [13] & (!\uart_inst|clk_cnt [11] & ((\uart_inst|LessThan1~2_combout )))) # (!\uart_inst|clk_cnt [13] & (((!\uart_inst|clk_cnt [11] & \uart_inst|LessThan1~2_combout )) # (!\uart_inst|LessThan1~3_combout -// ))) - - .dataa(\uart_inst|clk_cnt [13]), - .datab(\uart_inst|clk_cnt [11]), - .datac(\uart_inst|LessThan1~3_combout ), - .datad(\uart_inst|LessThan1~2_combout ), + .datab(\lcd_inst|state.S_PWR_UP~q ), + .datac(\lcd_inst|state.S_HOLD~q ), + .datad(\lcd_inst|state.S_DELAY~q ), .cin(gnd), - .combout(\uart_inst|LessThan1~4_combout ), + .combout(\lcd_inst|Selector31~4_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|LessThan1~4 .lut_mask = 16'h3705; -defparam \uart_inst|LessThan1~4 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector31~4 .lut_mask = 16'h000C; +defparam \lcd_inst|Selector31~4 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N4 -cycloneiv_lcell_comb \uart_inst|Selector18~0 ( +// Location: LCCOMB_X16_Y17_N18 +cycloneiv_lcell_comb \lcd_inst|Selector33~9 ( // Equation(s): -// \uart_inst|Selector18~0_combout = (\uart_inst|bit_index [0] & ((\uart_inst|state.S_IDLE~q ) # (\uart_inst|state.S_DATA_BITS~q ))) +// \lcd_inst|Selector33~9_combout = (\lcd_inst|state.S_IDLE~q & ((!\lcd_char_valid~q ))) # (!\lcd_inst|state.S_IDLE~q & (!\lcd_inst|Selector31~4_combout )) .dataa(gnd), - .datab(\uart_inst|bit_index [0]), - .datac(\uart_inst|state.S_IDLE~q ), - .datad(\uart_inst|state.S_DATA_BITS~q ), - .cin(gnd), - .combout(\uart_inst|Selector18~0_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector18~0 .lut_mask = 16'hCCC0; -defparam \uart_inst|Selector18~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X68_Y11_N20 -cycloneiv_lcell_comb \uart_inst|Selector18~1 ( -// Equation(s): -// \uart_inst|Selector18~1_combout = \uart_inst|Selector18~0_combout $ (((\uart_inst|state.S_DATA_BITS~q & ((\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~4_combout ))))) - - .dataa(\uart_inst|LessThan1~4_combout ), - .datab(\uart_inst|clk_cnt [15]), - .datac(\uart_inst|Selector18~0_combout ), - .datad(\uart_inst|state.S_DATA_BITS~q ), + .datab(\lcd_inst|Selector31~4_combout ), + .datac(\lcd_char_valid~q ), + .datad(\lcd_inst|state.S_IDLE~q ), .cin(gnd), - .combout(\uart_inst|Selector18~1_combout ), + .combout(\lcd_inst|Selector33~9_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Selector18~1 .lut_mask = 16'h2DF0; -defparam \uart_inst|Selector18~1 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X68_Y11_N21 -dffeas \uart_inst|bit_index[0] ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|Selector18~1_combout ), - .asdata(vcc), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(vcc), - .devclrn(devclrn), - .devpor(devpor), - .q(\uart_inst|bit_index [0]), - .prn(vcc)); -// synopsys translate_off -defparam \uart_inst|bit_index[0] .is_wysiwyg = "true"; -defparam \uart_inst|bit_index[0] .power_up = "low"; +defparam \lcd_inst|Selector33~9 .lut_mask = 16'h0F33; +defparam \lcd_inst|Selector33~9 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X69_Y11_N24 -cycloneiv_lcell_comb \uart_inst|LessThan1~5 ( +// Location: LCCOMB_X16_Y17_N10 +cycloneiv_lcell_comb \lcd_inst|Selector33~5 ( // Equation(s): -// \uart_inst|LessThan1~5_combout = (\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~4_combout ) +// \lcd_inst|Selector33~5_combout = ((\lcd_inst|LessThan1~1_combout & \lcd_inst|LessThan1~7_combout )) # (!\lcd_inst|state.S_HOLD~q ) .dataa(gnd), - .datab(gnd), - .datac(\uart_inst|clk_cnt [15]), - .datad(\uart_inst|LessThan1~4_combout ), + .datab(\lcd_inst|LessThan1~1_combout ), + .datac(\lcd_inst|state.S_HOLD~q ), + .datad(\lcd_inst|LessThan1~7_combout ), .cin(gnd), - .combout(\uart_inst|LessThan1~5_combout ), + .combout(\lcd_inst|Selector33~5_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|LessThan1~5 .lut_mask = 16'hF0FF; -defparam \uart_inst|LessThan1~5 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector33~5 .lut_mask = 16'hCF0F; +defparam \lcd_inst|Selector33~5 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N18 -cycloneiv_lcell_comb \uart_inst|Selector17~0 ( +// Location: LCCOMB_X16_Y17_N12 +cycloneiv_lcell_comb \lcd_inst|Selector33~6 ( // Equation(s): -// \uart_inst|Selector17~0_combout = (\uart_inst|state.S_DATA_BITS~q & (\uart_inst|bit_index [1] $ (((\uart_inst|bit_index [0] & \uart_inst|LessThan1~5_combout ))))) +// \lcd_inst|Selector33~6_combout = (\lcd_inst|Selector33~9_combout & (\lcd_inst|Selector33~3_combout & \lcd_inst|Selector33~5_combout )) - .dataa(\uart_inst|bit_index [0]), - .datab(\uart_inst|state.S_DATA_BITS~q ), - .datac(\uart_inst|bit_index [1]), - .datad(\uart_inst|LessThan1~5_combout ), + .dataa(gnd), + .datab(\lcd_inst|Selector33~9_combout ), + .datac(\lcd_inst|Selector33~3_combout ), + .datad(\lcd_inst|Selector33~5_combout ), .cin(gnd), - .combout(\uart_inst|Selector17~0_combout ), + .combout(\lcd_inst|Selector33~6_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Selector17~0 .lut_mask = 16'h48C0; -defparam \uart_inst|Selector17~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector33~6 .lut_mask = 16'hC000; +defparam \lcd_inst|Selector33~6 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N2 -cycloneiv_lcell_comb \uart_inst|Selector17~1 ( +// Location: LCCOMB_X16_Y17_N22 +cycloneiv_lcell_comb \lcd_inst|Selector33~7 ( // Equation(s): -// \uart_inst|Selector17~1_combout = (\uart_inst|Selector17~0_combout ) # ((\uart_inst|state.S_IDLE~q & (!\uart_inst|state.S_DATA_BITS~q & \uart_inst|bit_index [1]))) +// \lcd_inst|Selector33~7_combout = (!\lcd_inst|Selector33~4_combout & (((\lcd_inst|Selector33~6_combout & \lcd_inst|state.S_DELAY~q )) # (!\lcd_inst|Selector33~5_combout ))) - .dataa(\uart_inst|state.S_IDLE~q ), - .datab(\uart_inst|state.S_DATA_BITS~q ), - .datac(\uart_inst|bit_index [1]), - .datad(\uart_inst|Selector17~0_combout ), + .dataa(\lcd_inst|Selector33~4_combout ), + .datab(\lcd_inst|Selector33~6_combout ), + .datac(\lcd_inst|state.S_DELAY~q ), + .datad(\lcd_inst|Selector33~5_combout ), .cin(gnd), - .combout(\uart_inst|Selector17~1_combout ), + .combout(\lcd_inst|Selector33~7_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Selector17~1 .lut_mask = 16'hFF20; -defparam \uart_inst|Selector17~1 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector33~7 .lut_mask = 16'h4055; +defparam \lcd_inst|Selector33~7 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X68_Y11_N3 -dffeas \uart_inst|bit_index[1] ( +// Location: FF_X16_Y17_N23 +dffeas \lcd_inst|state.S_DELAY ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|Selector17~1_combout ), + .d(\lcd_inst|Selector33~7_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), @@ -3366,68 +63957,51 @@ dffeas \uart_inst|bit_index[1] ( .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\uart_inst|bit_index [1]), + .q(\lcd_inst|state.S_DELAY~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|bit_index[1] .is_wysiwyg = "true"; -defparam \uart_inst|bit_index[1] .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X67_Y11_N16 -cycloneiv_lcell_comb \uart_inst|state~16 ( -// Equation(s): -// \uart_inst|state~16_combout = (\uart_inst|bit_index [1] & ((\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~4_combout ))) - - .dataa(\uart_inst|bit_index [1]), - .datab(gnd), - .datac(\uart_inst|clk_cnt [15]), - .datad(\uart_inst|LessThan1~4_combout ), - .cin(gnd), - .combout(\uart_inst|state~16_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|state~16 .lut_mask = 16'hA0AA; -defparam \uart_inst|state~16 .sum_lutc_input = "datac"; +defparam \lcd_inst|state.S_DELAY .is_wysiwyg = "true"; +defparam \lcd_inst|state.S_DELAY .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N28 -cycloneiv_lcell_comb \uart_inst|Selector16~0 ( +// Location: LCCOMB_X16_Y18_N30 +cycloneiv_lcell_comb \lcd_inst|Selector33~4 ( // Equation(s): -// \uart_inst|Selector16~0_combout = (\uart_inst|state.S_DATA_BITS~q & (\uart_inst|bit_index [2] $ (((\uart_inst|bit_index [0] & \uart_inst|state~16_combout ))))) +// \lcd_inst|Selector33~4_combout = (\lcd_inst|state.S_DELAY~q & (((!\lcd_inst|LessThan2~9_combout & !\lcd_inst|LessThan2~7_combout )) # (!\lcd_inst|LessThan1~1_combout ))) - .dataa(\uart_inst|state.S_DATA_BITS~q ), - .datab(\uart_inst|bit_index [0]), - .datac(\uart_inst|bit_index [2]), - .datad(\uart_inst|state~16_combout ), + .dataa(\lcd_inst|state.S_DELAY~q ), + .datab(\lcd_inst|LessThan2~9_combout ), + .datac(\lcd_inst|LessThan1~1_combout ), + .datad(\lcd_inst|LessThan2~7_combout ), .cin(gnd), - .combout(\uart_inst|Selector16~0_combout ), + .combout(\lcd_inst|Selector33~4_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Selector16~0 .lut_mask = 16'h28A0; -defparam \uart_inst|Selector16~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector33~4 .lut_mask = 16'h0A2A; +defparam \lcd_inst|Selector33~4 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N6 -cycloneiv_lcell_comb \uart_inst|Selector16~1 ( +// Location: LCCOMB_X16_Y17_N8 +cycloneiv_lcell_comb \lcd_inst|state.S_PWR_UP~0 ( // Equation(s): -// \uart_inst|Selector16~1_combout = (\uart_inst|Selector16~0_combout ) # ((!\uart_inst|state.S_DATA_BITS~q & (\uart_inst|state.S_IDLE~q & \uart_inst|bit_index [2]))) +// \lcd_inst|state.S_PWR_UP~0_combout = (\lcd_inst|Selector33~4_combout ) # ((\lcd_inst|state.S_PWR_UP~q ) # (!\lcd_inst|Selector33~6_combout )) - .dataa(\uart_inst|state.S_DATA_BITS~q ), - .datab(\uart_inst|state.S_IDLE~q ), - .datac(\uart_inst|bit_index [2]), - .datad(\uart_inst|Selector16~0_combout ), + .dataa(\lcd_inst|Selector33~4_combout ), + .datab(gnd), + .datac(\lcd_inst|state.S_PWR_UP~q ), + .datad(\lcd_inst|Selector33~6_combout ), .cin(gnd), - .combout(\uart_inst|Selector16~1_combout ), + .combout(\lcd_inst|state.S_PWR_UP~0_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Selector16~1 .lut_mask = 16'hFF40; -defparam \uart_inst|Selector16~1 .sum_lutc_input = "datac"; +defparam \lcd_inst|state.S_PWR_UP~0 .lut_mask = 16'hFAFF; +defparam \lcd_inst|state.S_PWR_UP~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X67_Y11_N7 -dffeas \uart_inst|bit_index[2] ( +// Location: FF_X16_Y17_N9 +dffeas \lcd_inst|state.S_PWR_UP ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|Selector16~1_combout ), + .d(\lcd_inst|state.S_PWR_UP~0_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), @@ -3436,68 +64010,34 @@ dffeas \uart_inst|bit_index[2] ( .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\uart_inst|bit_index [2]), + .q(\lcd_inst|state.S_PWR_UP~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|bit_index[2] .is_wysiwyg = "true"; -defparam \uart_inst|bit_index[2] .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X68_Y11_N30 -cycloneiv_lcell_comb \uart_inst|state~17 ( -// Equation(s): -// \uart_inst|state~17_combout = (\uart_inst|bit_index [2] & \uart_inst|bit_index [0]) - - .dataa(gnd), - .datab(gnd), - .datac(\uart_inst|bit_index [2]), - .datad(\uart_inst|bit_index [0]), - .cin(gnd), - .combout(\uart_inst|state~17_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|state~17 .lut_mask = 16'hF000; -defparam \uart_inst|state~17 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X68_Y11_N8 -cycloneiv_lcell_comb \uart_inst|state~18 ( -// Equation(s): -// \uart_inst|state~18_combout = (\uart_inst|state~17_combout & (\uart_inst|bit_index [1] & ((\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~4_combout )))) - - .dataa(\uart_inst|state~17_combout ), - .datab(\uart_inst|clk_cnt [15]), - .datac(\uart_inst|bit_index [1]), - .datad(\uart_inst|LessThan1~4_combout ), - .cin(gnd), - .combout(\uart_inst|state~18_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|state~18 .lut_mask = 16'h80A0; -defparam \uart_inst|state~18 .sum_lutc_input = "datac"; +defparam \lcd_inst|state.S_PWR_UP .is_wysiwyg = "true"; +defparam \lcd_inst|state.S_PWR_UP .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N28 -cycloneiv_lcell_comb \uart_inst|Selector21~0 ( +// Location: LCCOMB_X15_Y17_N10 +cycloneiv_lcell_comb \lcd_inst|Selector0~0 ( // Equation(s): -// \uart_inst|Selector21~0_combout = (\uart_inst|Selector19~4_combout & (\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Selector19~4_combout & (((!\uart_inst|state~18_combout & \uart_inst|state.S_DATA_BITS~q )))) +// \lcd_inst|Selector0~0_combout = (\lcd_inst|state.S_IDLE~q & (((!\lcd_char_valid~q )))) # (!\lcd_inst|state.S_IDLE~q & (\lcd_inst|state.S_PWR_UP~q & (\lcd_inst|busy~q ))) - .dataa(\uart_inst|rx_sync_stage2~q ), - .datab(\uart_inst|state~18_combout ), - .datac(\uart_inst|state.S_DATA_BITS~q ), - .datad(\uart_inst|Selector19~4_combout ), + .dataa(\lcd_inst|state.S_PWR_UP~q ), + .datab(\lcd_inst|state.S_IDLE~q ), + .datac(\lcd_inst|busy~q ), + .datad(\lcd_char_valid~q ), .cin(gnd), - .combout(\uart_inst|Selector21~0_combout ), + .combout(\lcd_inst|Selector0~0_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Selector21~0 .lut_mask = 16'hAA30; -defparam \uart_inst|Selector21~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector0~0 .lut_mask = 16'h20EC; +defparam \lcd_inst|Selector0~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X68_Y11_N29 -dffeas \uart_inst|state.S_DATA_BITS ( +// Location: FF_X15_Y17_N11 +dffeas \lcd_inst|busy ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|Selector21~0_combout ), + .d(\lcd_inst|Selector0~0_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), @@ -3506,486 +64046,212 @@ dffeas \uart_inst|state.S_DATA_BITS ( .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\uart_inst|state.S_DATA_BITS~q ), + .q(\lcd_inst|busy~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|state.S_DATA_BITS .is_wysiwyg = "true"; -defparam \uart_inst|state.S_DATA_BITS .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X67_Y11_N24 -cycloneiv_lcell_comb \uart_inst|Selector20~0 ( -// Equation(s): -// \uart_inst|Selector20~0_combout = (\uart_inst|state.S_DATA_BITS~q & (\uart_inst|bit_index [0] & (\uart_inst|bit_index [2] & \uart_inst|state~16_combout ))) - - .dataa(\uart_inst|state.S_DATA_BITS~q ), - .datab(\uart_inst|bit_index [0]), - .datac(\uart_inst|bit_index [2]), - .datad(\uart_inst|state~16_combout ), - .cin(gnd), - .combout(\uart_inst|Selector20~0_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector20~0 .lut_mask = 16'h8000; -defparam \uart_inst|Selector20~0 .sum_lutc_input = "datac"; +defparam \lcd_inst|busy .is_wysiwyg = "true"; +defparam \lcd_inst|busy .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N20 -cycloneiv_lcell_comb \uart_inst|Selector20~1 ( +// Location: LCCOMB_X105_Y27_N0 +cycloneiv_lcell_comb \uart_inst|clk_cnt[0]~16 ( // Equation(s): -// \uart_inst|Selector20~1_combout = (!\uart_inst|state.S_IDLE~q & \uart_inst|rx_sync_stage2~q ) +// \uart_inst|clk_cnt[0]~16_combout = \uart_inst|clk_cnt [0] $ (VCC) +// \uart_inst|clk_cnt[0]~17 = CARRY(\uart_inst|clk_cnt [0]) .dataa(gnd), - .datab(\uart_inst|state.S_IDLE~q ), + .datab(\uart_inst|clk_cnt [0]), .datac(gnd), - .datad(\uart_inst|rx_sync_stage2~q ), - .cin(gnd), - .combout(\uart_inst|Selector20~1_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector20~1 .lut_mask = 16'h3300; -defparam \uart_inst|Selector20~1 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X67_Y11_N0 -cycloneiv_lcell_comb \uart_inst|Selector20~2 ( -// Equation(s): -// \uart_inst|Selector20~2_combout = (\uart_inst|Selector19~4_combout ) # ((\uart_inst|Selector20~1_combout ) # ((\uart_inst|rx_data[0]~0_combout ) # (\uart_inst|Selector20~0_combout ))) - - .dataa(\uart_inst|Selector19~4_combout ), - .datab(\uart_inst|Selector20~1_combout ), - .datac(\uart_inst|rx_data[0]~0_combout ), - .datad(\uart_inst|Selector20~0_combout ), - .cin(gnd), - .combout(\uart_inst|Selector20~2_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector20~2 .lut_mask = 16'hFFFE; -defparam \uart_inst|Selector20~2 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X67_Y11_N12 -cycloneiv_lcell_comb \uart_inst|Selector22~0 ( -// Equation(s): -// \uart_inst|Selector22~0_combout = (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|Selector20~2_combout & (\uart_inst|Selector20~0_combout )) # (!\uart_inst|Selector20~2_combout & ((\uart_inst|state.S_STOP_BIT~q ))))) - - .dataa(\uart_inst|state.S_CLEANUP~q ), - .datab(\uart_inst|Selector20~0_combout ), - .datac(\uart_inst|state.S_STOP_BIT~q ), - .datad(\uart_inst|Selector20~2_combout ), - .cin(gnd), - .combout(\uart_inst|Selector22~0_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector22~0 .lut_mask = 16'h4450; -defparam \uart_inst|Selector22~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X67_Y11_N13 -dffeas \uart_inst|state.S_STOP_BIT ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|Selector22~0_combout ), - .asdata(vcc), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(vcc), - .devclrn(devclrn), - .devpor(devpor), - .q(\uart_inst|state.S_STOP_BIT~q ), - .prn(vcc)); -// synopsys translate_off -defparam \uart_inst|state.S_STOP_BIT .is_wysiwyg = "true"; -defparam \uart_inst|state.S_STOP_BIT .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X68_Y11_N14 -cycloneiv_lcell_comb \uart_inst|Selector23~0 ( -// Equation(s): -// \uart_inst|Selector23~0_combout = (\uart_inst|state.S_STOP_BIT~q & (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~4_combout )))) - - .dataa(\uart_inst|state.S_STOP_BIT~q ), - .datab(\uart_inst|clk_cnt [15]), - .datac(\uart_inst|state.S_CLEANUP~q ), - .datad(\uart_inst|LessThan1~4_combout ), + .datad(vcc), .cin(gnd), - .combout(\uart_inst|Selector23~0_combout ), - .cout()); + .combout(\uart_inst|clk_cnt[0]~16_combout ), + .cout(\uart_inst|clk_cnt[0]~17 )); // synopsys translate_off -defparam \uart_inst|Selector23~0 .lut_mask = 16'h080A; -defparam \uart_inst|Selector23~0 .sum_lutc_input = "datac"; +defparam \uart_inst|clk_cnt[0]~16 .lut_mask = 16'h33CC; +defparam \uart_inst|clk_cnt[0]~16 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X68_Y11_N15 -dffeas \uart_inst|state.S_CLEANUP ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|Selector23~0_combout ), - .asdata(vcc), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(gnd), - .sload(gnd), - .ena(vcc), - .devclrn(devclrn), - .devpor(devpor), - .q(\uart_inst|state.S_CLEANUP~q ), - .prn(vcc)); +// Location: IOIBUF_X101_Y91_N8 +cycloneiv_io_ibuf \UART_RXD~input ( + .i(UART_RXD), + .ibar(gnd), + .o(\UART_RXD~input_o )); // synopsys translate_off -defparam \uart_inst|state.S_CLEANUP .is_wysiwyg = "true"; -defparam \uart_inst|state.S_CLEANUP .power_up = "low"; +defparam \UART_RXD~input .bus_hold = "false"; +defparam \UART_RXD~input .simulate_z_as = "z"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N18 -cycloneiv_lcell_comb \uart_inst|Selector20~3 ( +// Location: LCCOMB_X105_Y60_N20 +cycloneiv_lcell_comb \uart_inst|rx_sync_stage1~0 ( // Equation(s): -// \uart_inst|Selector20~3_combout = (!\uart_inst|Selector19~4_combout & (!\uart_inst|rx_data[0]~0_combout & !\uart_inst|Selector20~0_combout )) +// \uart_inst|rx_sync_stage1~0_combout = !\UART_RXD~input_o - .dataa(\uart_inst|Selector19~4_combout ), + .dataa(gnd), .datab(gnd), - .datac(\uart_inst|rx_data[0]~0_combout ), - .datad(\uart_inst|Selector20~0_combout ), - .cin(gnd), - .combout(\uart_inst|Selector20~3_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector20~3 .lut_mask = 16'h0005; -defparam \uart_inst|Selector20~3 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X67_Y11_N14 -cycloneiv_lcell_comb \uart_inst|Selector20~4 ( -// Equation(s): -// \uart_inst|Selector20~4_combout = (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|Selector20~2_combout & (\uart_inst|Selector20~3_combout )) # (!\uart_inst|Selector20~2_combout & ((\uart_inst|state.S_START_BIT~q ))))) - - .dataa(\uart_inst|state.S_CLEANUP~q ), - .datab(\uart_inst|Selector20~3_combout ), - .datac(\uart_inst|state.S_START_BIT~q ), - .datad(\uart_inst|Selector20~2_combout ), + .datac(gnd), + .datad(\UART_RXD~input_o ), .cin(gnd), - .combout(\uart_inst|Selector20~4_combout ), + .combout(\uart_inst|rx_sync_stage1~0_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Selector20~4 .lut_mask = 16'h4450; -defparam \uart_inst|Selector20~4 .sum_lutc_input = "datac"; +defparam \uart_inst|rx_sync_stage1~0 .lut_mask = 16'h00FF; +defparam \uart_inst|rx_sync_stage1~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X67_Y11_N15 -dffeas \uart_inst|state.S_START_BIT ( +// Location: FF_X105_Y60_N21 +dffeas \uart_inst|rx_sync_stage1 ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|Selector20~4_combout ), + .d(\uart_inst|rx_sync_stage1~0_combout ), .asdata(vcc), - .clrn(\KEY[0]~input_o ), + .clrn(vcc), .aload(gnd), .sclr(gnd), .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\uart_inst|state.S_START_BIT~q ), + .q(\uart_inst|rx_sync_stage1~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|state.S_START_BIT .is_wysiwyg = "true"; -defparam \uart_inst|state.S_START_BIT .power_up = "low"; +defparam \uart_inst|rx_sync_stage1 .is_wysiwyg = "true"; +defparam \uart_inst|rx_sync_stage1 .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X69_Y11_N22 -cycloneiv_lcell_comb \uart_inst|Selector19~0 ( +// Location: LCCOMB_X104_Y28_N4 +cycloneiv_lcell_comb \uart_inst|rx_sync_stage2~feeder ( // Equation(s): -// \uart_inst|Selector19~0_combout = (\uart_inst|state.S_START_BIT~q & !\uart_inst|clk_cnt [2]) +// \uart_inst|rx_sync_stage2~feeder_combout = \uart_inst|rx_sync_stage1~q .dataa(gnd), .datab(gnd), - .datac(\uart_inst|state.S_START_BIT~q ), - .datad(\uart_inst|clk_cnt [2]), - .cin(gnd), - .combout(\uart_inst|Selector19~0_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector19~0 .lut_mask = 16'h00F0; -defparam \uart_inst|Selector19~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N28 -cycloneiv_lcell_comb \uart_inst|Selector19~1 ( -// Equation(s): -// \uart_inst|Selector19~1_combout = (\uart_inst|clk_cnt [1] & (\uart_inst|Equal0~0_combout & (\uart_inst|Selector19~0_combout & \uart_inst|clk_cnt [0]))) - - .dataa(\uart_inst|clk_cnt [1]), - .datab(\uart_inst|Equal0~0_combout ), - .datac(\uart_inst|Selector19~0_combout ), - .datad(\uart_inst|clk_cnt [0]), - .cin(gnd), - .combout(\uart_inst|Selector19~1_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector19~1 .lut_mask = 16'h8000; -defparam \uart_inst|Selector19~1 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N6 -cycloneiv_lcell_comb \uart_inst|Selector19~4 ( -// Equation(s): -// \uart_inst|Selector19~4_combout = (\uart_inst|Selector19~2_combout & (\uart_inst|Selector19~3_combout & (!\uart_inst|clk_cnt [15] & \uart_inst|Selector19~1_combout ))) - - .dataa(\uart_inst|Selector19~2_combout ), - .datab(\uart_inst|Selector19~3_combout ), - .datac(\uart_inst|clk_cnt [15]), - .datad(\uart_inst|Selector19~1_combout ), - .cin(gnd), - .combout(\uart_inst|Selector19~4_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|Selector19~4 .lut_mask = 16'h0800; -defparam \uart_inst|Selector19~4 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X68_Y11_N16 -cycloneiv_lcell_comb \uart_inst|clk_cnt[6]~48 ( -// Equation(s): -// \uart_inst|clk_cnt[6]~48_combout = (\uart_inst|state.S_STOP_BIT~q ) # (\uart_inst|state.S_DATA_BITS~q ) - - .dataa(\uart_inst|state.S_STOP_BIT~q ), - .datab(gnd), .datac(gnd), - .datad(\uart_inst|state.S_DATA_BITS~q ), - .cin(gnd), - .combout(\uart_inst|clk_cnt[6]~48_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|clk_cnt[6]~48 .lut_mask = 16'hFFAA; -defparam \uart_inst|clk_cnt[6]~48 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N2 -cycloneiv_lcell_comb \uart_inst|clk_cnt[6]~49 ( -// Equation(s): -// \uart_inst|clk_cnt[6]~49_combout = (\uart_inst|Selector19~4_combout ) # (((\uart_inst|clk_cnt[6]~48_combout & \uart_inst|LessThan1~5_combout )) # (!\uart_inst|state.S_IDLE~q )) - - .dataa(\uart_inst|Selector19~4_combout ), - .datab(\uart_inst|state.S_IDLE~q ), - .datac(\uart_inst|clk_cnt[6]~48_combout ), - .datad(\uart_inst|LessThan1~5_combout ), - .cin(gnd), - .combout(\uart_inst|clk_cnt[6]~49_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|clk_cnt[6]~49 .lut_mask = 16'hFBBB; -defparam \uart_inst|clk_cnt[6]~49 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: LCCOMB_X69_Y11_N16 -cycloneiv_lcell_comb \uart_inst|clk_cnt[6]~50 ( -// Equation(s): -// \uart_inst|clk_cnt[6]~50_combout = (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|rx_sync_stage2~q ) # (!\uart_inst|Selector19~4_combout ))) - - .dataa(\uart_inst|state.S_CLEANUP~q ), - .datab(gnd), - .datac(\uart_inst|rx_sync_stage2~q ), - .datad(\uart_inst|Selector19~4_combout ), + .datad(\uart_inst|rx_sync_stage1~q ), .cin(gnd), - .combout(\uart_inst|clk_cnt[6]~50_combout ), + .combout(\uart_inst|rx_sync_stage2~feeder_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|clk_cnt[6]~50 .lut_mask = 16'h5055; -defparam \uart_inst|clk_cnt[6]~50 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X69_Y11_N9 -dffeas \uart_inst|clk_cnt[0] ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(gnd), - .asdata(\uart_inst|clk_cnt[0]~16_combout ), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), - .sload(vcc), - .ena(\uart_inst|clk_cnt[6]~50_combout ), - .devclrn(devclrn), - .devpor(devpor), - .q(\uart_inst|clk_cnt [0]), - .prn(vcc)); -// synopsys translate_off -defparam \uart_inst|clk_cnt[0] .is_wysiwyg = "true"; -defparam \uart_inst|clk_cnt[0] .power_up = "low"; -// synopsys translate_on - -// Location: LCCOMB_X70_Y11_N2 -cycloneiv_lcell_comb \uart_inst|clk_cnt[1]~18 ( -// Equation(s): -// \uart_inst|clk_cnt[1]~18_combout = (\uart_inst|clk_cnt [1] & (!\uart_inst|clk_cnt[0]~17 )) # (!\uart_inst|clk_cnt [1] & ((\uart_inst|clk_cnt[0]~17 ) # (GND))) -// \uart_inst|clk_cnt[1]~19 = CARRY((!\uart_inst|clk_cnt[0]~17 ) # (!\uart_inst|clk_cnt [1])) - - .dataa(gnd), - .datab(\uart_inst|clk_cnt [1]), - .datac(gnd), - .datad(vcc), - .cin(\uart_inst|clk_cnt[0]~17 ), - .combout(\uart_inst|clk_cnt[1]~18_combout ), - .cout(\uart_inst|clk_cnt[1]~19 )); -// synopsys translate_off -defparam \uart_inst|clk_cnt[1]~18 .lut_mask = 16'h3C3F; -defparam \uart_inst|clk_cnt[1]~18 .sum_lutc_input = "cin"; +defparam \uart_inst|rx_sync_stage2~feeder .lut_mask = 16'hFF00; +defparam \uart_inst|rx_sync_stage2~feeder .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X70_Y11_N3 -dffeas \uart_inst|clk_cnt[1] ( +// Location: FF_X104_Y28_N5 +dffeas \uart_inst|rx_sync_stage2 ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|clk_cnt[1]~18_combout ), + .d(\uart_inst|rx_sync_stage2~feeder_combout ), .asdata(vcc), - .clrn(\KEY[0]~input_o ), + .clrn(vcc), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(gnd), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\uart_inst|clk_cnt [1]), + .q(\uart_inst|rx_sync_stage2~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|clk_cnt[1] .is_wysiwyg = "true"; -defparam \uart_inst|clk_cnt[1] .power_up = "low"; +defparam \uart_inst|rx_sync_stage2 .is_wysiwyg = "true"; +defparam \uart_inst|rx_sync_stage2 .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N4 -cycloneiv_lcell_comb \uart_inst|clk_cnt[2]~20 ( +// Location: LCCOMB_X105_Y27_N8 +cycloneiv_lcell_comb \uart_inst|clk_cnt[4]~24 ( // Equation(s): -// \uart_inst|clk_cnt[2]~20_combout = (\uart_inst|clk_cnt [2] & (\uart_inst|clk_cnt[1]~19 $ (GND))) # (!\uart_inst|clk_cnt [2] & (!\uart_inst|clk_cnt[1]~19 & VCC)) -// \uart_inst|clk_cnt[2]~21 = CARRY((\uart_inst|clk_cnt [2] & !\uart_inst|clk_cnt[1]~19 )) +// \uart_inst|clk_cnt[4]~24_combout = (\uart_inst|clk_cnt [4] & (\uart_inst|clk_cnt[3]~23 $ (GND))) # (!\uart_inst|clk_cnt [4] & (!\uart_inst|clk_cnt[3]~23 & VCC)) +// \uart_inst|clk_cnt[4]~25 = CARRY((\uart_inst|clk_cnt [4] & !\uart_inst|clk_cnt[3]~23 )) .dataa(gnd), - .datab(\uart_inst|clk_cnt [2]), + .datab(\uart_inst|clk_cnt [4]), .datac(gnd), .datad(vcc), - .cin(\uart_inst|clk_cnt[1]~19 ), - .combout(\uart_inst|clk_cnt[2]~20_combout ), - .cout(\uart_inst|clk_cnt[2]~21 )); -// synopsys translate_off -defparam \uart_inst|clk_cnt[2]~20 .lut_mask = 16'hC30C; -defparam \uart_inst|clk_cnt[2]~20 .sum_lutc_input = "cin"; -// synopsys translate_on - -// Location: FF_X70_Y11_N5 -dffeas \uart_inst|clk_cnt[2] ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|clk_cnt[2]~20_combout ), - .asdata(vcc), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), - .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), - .devclrn(devclrn), - .devpor(devpor), - .q(\uart_inst|clk_cnt [2]), - .prn(vcc)); + .cin(\uart_inst|clk_cnt[3]~23 ), + .combout(\uart_inst|clk_cnt[4]~24_combout ), + .cout(\uart_inst|clk_cnt[4]~25 )); // synopsys translate_off -defparam \uart_inst|clk_cnt[2] .is_wysiwyg = "true"; -defparam \uart_inst|clk_cnt[2] .power_up = "low"; +defparam \uart_inst|clk_cnt[4]~24 .lut_mask = 16'hC30C; +defparam \uart_inst|clk_cnt[4]~24 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N6 -cycloneiv_lcell_comb \uart_inst|clk_cnt[3]~22 ( +// Location: LCCOMB_X105_Y27_N10 +cycloneiv_lcell_comb \uart_inst|clk_cnt[5]~26 ( // Equation(s): -// \uart_inst|clk_cnt[3]~22_combout = (\uart_inst|clk_cnt [3] & (!\uart_inst|clk_cnt[2]~21 )) # (!\uart_inst|clk_cnt [3] & ((\uart_inst|clk_cnt[2]~21 ) # (GND))) -// \uart_inst|clk_cnt[3]~23 = CARRY((!\uart_inst|clk_cnt[2]~21 ) # (!\uart_inst|clk_cnt [3])) +// \uart_inst|clk_cnt[5]~26_combout = (\uart_inst|clk_cnt [5] & (!\uart_inst|clk_cnt[4]~25 )) # (!\uart_inst|clk_cnt [5] & ((\uart_inst|clk_cnt[4]~25 ) # (GND))) +// \uart_inst|clk_cnt[5]~27 = CARRY((!\uart_inst|clk_cnt[4]~25 ) # (!\uart_inst|clk_cnt [5])) - .dataa(\uart_inst|clk_cnt [3]), + .dataa(\uart_inst|clk_cnt [5]), .datab(gnd), .datac(gnd), .datad(vcc), - .cin(\uart_inst|clk_cnt[2]~21 ), - .combout(\uart_inst|clk_cnt[3]~22_combout ), - .cout(\uart_inst|clk_cnt[3]~23 )); -// synopsys translate_off -defparam \uart_inst|clk_cnt[3]~22 .lut_mask = 16'h5A5F; -defparam \uart_inst|clk_cnt[3]~22 .sum_lutc_input = "cin"; -// synopsys translate_on - -// Location: FF_X70_Y11_N7 -dffeas \uart_inst|clk_cnt[3] ( - .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|clk_cnt[3]~22_combout ), - .asdata(vcc), - .clrn(\KEY[0]~input_o ), - .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), - .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), - .devclrn(devclrn), - .devpor(devpor), - .q(\uart_inst|clk_cnt [3]), - .prn(vcc)); + .cin(\uart_inst|clk_cnt[4]~25 ), + .combout(\uart_inst|clk_cnt[5]~26_combout ), + .cout(\uart_inst|clk_cnt[5]~27 )); // synopsys translate_off -defparam \uart_inst|clk_cnt[3] .is_wysiwyg = "true"; -defparam \uart_inst|clk_cnt[3] .power_up = "low"; +defparam \uart_inst|clk_cnt[5]~26 .lut_mask = 16'h5A5F; +defparam \uart_inst|clk_cnt[5]~26 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N8 -cycloneiv_lcell_comb \uart_inst|clk_cnt[4]~24 ( +// Location: LCCOMB_X104_Y28_N24 +cycloneiv_lcell_comb \uart_inst|Selector23~1 ( // Equation(s): -// \uart_inst|clk_cnt[4]~24_combout = (\uart_inst|clk_cnt [4] & (\uart_inst|clk_cnt[3]~23 $ (GND))) # (!\uart_inst|clk_cnt [4] & (!\uart_inst|clk_cnt[3]~23 & VCC)) -// \uart_inst|clk_cnt[4]~25 = CARRY((\uart_inst|clk_cnt [4] & !\uart_inst|clk_cnt[3]~23 )) +// \uart_inst|Selector23~1_combout = (\uart_inst|rx_data[0]~0_combout & !\uart_inst|state.S_CLEANUP~q ) - .dataa(gnd), - .datab(\uart_inst|clk_cnt [4]), - .datac(gnd), - .datad(vcc), - .cin(\uart_inst|clk_cnt[3]~23 ), - .combout(\uart_inst|clk_cnt[4]~24_combout ), - .cout(\uart_inst|clk_cnt[4]~25 )); + .dataa(\uart_inst|rx_data[0]~0_combout ), + .datab(gnd), + .datac(\uart_inst|state.S_CLEANUP~q ), + .datad(gnd), + .cin(gnd), + .combout(\uart_inst|Selector23~1_combout ), + .cout()); // synopsys translate_off -defparam \uart_inst|clk_cnt[4]~24 .lut_mask = 16'hC30C; -defparam \uart_inst|clk_cnt[4]~24 .sum_lutc_input = "cin"; +defparam \uart_inst|Selector23~1 .lut_mask = 16'h0A0A; +defparam \uart_inst|Selector23~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X70_Y11_N9 -dffeas \uart_inst|clk_cnt[4] ( +// Location: FF_X104_Y28_N25 +dffeas \uart_inst|state.S_CLEANUP ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|clk_cnt[4]~24_combout ), + .d(\uart_inst|Selector23~1_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(gnd), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\uart_inst|clk_cnt [4]), + .q(\uart_inst|state.S_CLEANUP~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|clk_cnt[4] .is_wysiwyg = "true"; -defparam \uart_inst|clk_cnt[4] .power_up = "low"; +defparam \uart_inst|state.S_CLEANUP .is_wysiwyg = "true"; +defparam \uart_inst|state.S_CLEANUP .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N10 -cycloneiv_lcell_comb \uart_inst|clk_cnt[5]~26 ( +// Location: LCCOMB_X104_Y28_N8 +cycloneiv_lcell_comb \uart_inst|clk_cnt[0]~50 ( // Equation(s): -// \uart_inst|clk_cnt[5]~26_combout = (\uart_inst|clk_cnt [5] & (!\uart_inst|clk_cnt[4]~25 )) # (!\uart_inst|clk_cnt [5] & ((\uart_inst|clk_cnt[4]~25 ) # (GND))) -// \uart_inst|clk_cnt[5]~27 = CARRY((!\uart_inst|clk_cnt[4]~25 ) # (!\uart_inst|clk_cnt [5])) +// \uart_inst|clk_cnt[0]~50_combout = (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|rx_sync_stage2~q ) # (!\uart_inst|Selector21~4_combout ))) - .dataa(\uart_inst|clk_cnt [5]), - .datab(gnd), - .datac(gnd), - .datad(vcc), - .cin(\uart_inst|clk_cnt[4]~25 ), - .combout(\uart_inst|clk_cnt[5]~26_combout ), - .cout(\uart_inst|clk_cnt[5]~27 )); + .dataa(gnd), + .datab(\uart_inst|rx_sync_stage2~q ), + .datac(\uart_inst|Selector21~4_combout ), + .datad(\uart_inst|state.S_CLEANUP~q ), + .cin(gnd), + .combout(\uart_inst|clk_cnt[0]~50_combout ), + .cout()); // synopsys translate_off -defparam \uart_inst|clk_cnt[5]~26 .lut_mask = 16'h5A5F; -defparam \uart_inst|clk_cnt[5]~26 .sum_lutc_input = "cin"; +defparam \uart_inst|clk_cnt[0]~50 .lut_mask = 16'h00CF; +defparam \uart_inst|clk_cnt[0]~50 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X70_Y11_N11 +// Location: FF_X105_Y27_N11 dffeas \uart_inst|clk_cnt[5] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[5]~26_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [5]), @@ -3995,7 +64261,7 @@ defparam \uart_inst|clk_cnt[5] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[5] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N12 +// Location: LCCOMB_X105_Y27_N12 cycloneiv_lcell_comb \uart_inst|clk_cnt[6]~28 ( // Equation(s): // \uart_inst|clk_cnt[6]~28_combout = (\uart_inst|clk_cnt [6] & (\uart_inst|clk_cnt[5]~27 $ (GND))) # (!\uart_inst|clk_cnt [6] & (!\uart_inst|clk_cnt[5]~27 & VCC)) @@ -4013,16 +64279,16 @@ defparam \uart_inst|clk_cnt[6]~28 .lut_mask = 16'hA50A; defparam \uart_inst|clk_cnt[6]~28 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N13 +// Location: FF_X105_Y27_N13 dffeas \uart_inst|clk_cnt[6] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[6]~28_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [6]), @@ -4032,7 +64298,7 @@ defparam \uart_inst|clk_cnt[6] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[6] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N14 +// Location: LCCOMB_X105_Y27_N14 cycloneiv_lcell_comb \uart_inst|clk_cnt[7]~30 ( // Equation(s): // \uart_inst|clk_cnt[7]~30_combout = (\uart_inst|clk_cnt [7] & (!\uart_inst|clk_cnt[6]~29 )) # (!\uart_inst|clk_cnt [7] & ((\uart_inst|clk_cnt[6]~29 ) # (GND))) @@ -4050,16 +64316,16 @@ defparam \uart_inst|clk_cnt[7]~30 .lut_mask = 16'h3C3F; defparam \uart_inst|clk_cnt[7]~30 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N15 +// Location: FF_X105_Y27_N15 dffeas \uart_inst|clk_cnt[7] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[7]~30_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [7]), @@ -4069,7 +64335,7 @@ defparam \uart_inst|clk_cnt[7] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[7] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N16 +// Location: LCCOMB_X105_Y27_N16 cycloneiv_lcell_comb \uart_inst|clk_cnt[8]~32 ( // Equation(s): // \uart_inst|clk_cnt[8]~32_combout = (\uart_inst|clk_cnt [8] & (\uart_inst|clk_cnt[7]~31 $ (GND))) # (!\uart_inst|clk_cnt [8] & (!\uart_inst|clk_cnt[7]~31 & VCC)) @@ -4087,16 +64353,16 @@ defparam \uart_inst|clk_cnt[8]~32 .lut_mask = 16'hC30C; defparam \uart_inst|clk_cnt[8]~32 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N17 +// Location: FF_X105_Y27_N17 dffeas \uart_inst|clk_cnt[8] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[8]~32_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [8]), @@ -4106,7 +64372,7 @@ defparam \uart_inst|clk_cnt[8] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[8] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N18 +// Location: LCCOMB_X105_Y27_N18 cycloneiv_lcell_comb \uart_inst|clk_cnt[9]~34 ( // Equation(s): // \uart_inst|clk_cnt[9]~34_combout = (\uart_inst|clk_cnt [9] & (!\uart_inst|clk_cnt[8]~33 )) # (!\uart_inst|clk_cnt [9] & ((\uart_inst|clk_cnt[8]~33 ) # (GND))) @@ -4124,16 +64390,16 @@ defparam \uart_inst|clk_cnt[9]~34 .lut_mask = 16'h3C3F; defparam \uart_inst|clk_cnt[9]~34 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N19 +// Location: FF_X105_Y27_N19 dffeas \uart_inst|clk_cnt[9] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[9]~34_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [9]), @@ -4143,7 +64409,7 @@ defparam \uart_inst|clk_cnt[9] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[9] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N20 +// Location: LCCOMB_X105_Y27_N20 cycloneiv_lcell_comb \uart_inst|clk_cnt[10]~36 ( // Equation(s): // \uart_inst|clk_cnt[10]~36_combout = (\uart_inst|clk_cnt [10] & (\uart_inst|clk_cnt[9]~35 $ (GND))) # (!\uart_inst|clk_cnt [10] & (!\uart_inst|clk_cnt[9]~35 & VCC)) @@ -4161,16 +64427,16 @@ defparam \uart_inst|clk_cnt[10]~36 .lut_mask = 16'hC30C; defparam \uart_inst|clk_cnt[10]~36 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N21 +// Location: FF_X105_Y27_N21 dffeas \uart_inst|clk_cnt[10] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[10]~36_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [10]), @@ -4180,7 +64446,7 @@ defparam \uart_inst|clk_cnt[10] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[10] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N22 +// Location: LCCOMB_X105_Y27_N22 cycloneiv_lcell_comb \uart_inst|clk_cnt[11]~38 ( // Equation(s): // \uart_inst|clk_cnt[11]~38_combout = (\uart_inst|clk_cnt [11] & (!\uart_inst|clk_cnt[10]~37 )) # (!\uart_inst|clk_cnt [11] & ((\uart_inst|clk_cnt[10]~37 ) # (GND))) @@ -4198,16 +64464,16 @@ defparam \uart_inst|clk_cnt[11]~38 .lut_mask = 16'h5A5F; defparam \uart_inst|clk_cnt[11]~38 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N23 +// Location: FF_X105_Y27_N23 dffeas \uart_inst|clk_cnt[11] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[11]~38_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [11]), @@ -4217,7 +64483,7 @@ defparam \uart_inst|clk_cnt[11] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[11] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N24 +// Location: LCCOMB_X105_Y27_N24 cycloneiv_lcell_comb \uart_inst|clk_cnt[12]~40 ( // Equation(s): // \uart_inst|clk_cnt[12]~40_combout = (\uart_inst|clk_cnt [12] & (\uart_inst|clk_cnt[11]~39 $ (GND))) # (!\uart_inst|clk_cnt [12] & (!\uart_inst|clk_cnt[11]~39 & VCC)) @@ -4235,16 +64501,16 @@ defparam \uart_inst|clk_cnt[12]~40 .lut_mask = 16'hC30C; defparam \uart_inst|clk_cnt[12]~40 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N25 +// Location: FF_X105_Y27_N25 dffeas \uart_inst|clk_cnt[12] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[12]~40_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [12]), @@ -4254,7 +64520,75 @@ defparam \uart_inst|clk_cnt[12] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[12] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N26 +// Location: LCCOMB_X104_Y27_N28 +cycloneiv_lcell_comb \uart_inst|LessThan1~0 ( +// Equation(s): +// \uart_inst|LessThan1~0_combout = (!\uart_inst|clk_cnt [3] & (((!\uart_inst|clk_cnt [2]) # (!\uart_inst|clk_cnt [0])) # (!\uart_inst|clk_cnt [1]))) + + .dataa(\uart_inst|clk_cnt [3]), + .datab(\uart_inst|clk_cnt [1]), + .datac(\uart_inst|clk_cnt [0]), + .datad(\uart_inst|clk_cnt [2]), + .cin(gnd), + .combout(\uart_inst|LessThan1~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|LessThan1~0 .lut_mask = 16'h1555; +defparam \uart_inst|LessThan1~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y27_N22 +cycloneiv_lcell_comb \uart_inst|LessThan1~1 ( +// Equation(s): +// \uart_inst|LessThan1~1_combout = ((!\uart_inst|clk_cnt [5] & ((\uart_inst|LessThan1~0_combout ) # (!\uart_inst|clk_cnt [4])))) # (!\uart_inst|clk_cnt [6]) + + .dataa(\uart_inst|clk_cnt [4]), + .datab(\uart_inst|clk_cnt [5]), + .datac(\uart_inst|clk_cnt [6]), + .datad(\uart_inst|LessThan1~0_combout ), + .cin(gnd), + .combout(\uart_inst|LessThan1~1_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|LessThan1~1 .lut_mask = 16'h3F1F; +defparam \uart_inst|LessThan1~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y27_N16 +cycloneiv_lcell_comb \uart_inst|LessThan1~2 ( +// Equation(s): +// \uart_inst|LessThan1~2_combout = (\uart_inst|LessThan1~1_combout & (!\uart_inst|clk_cnt [9] & (!\uart_inst|clk_cnt [7] & !\uart_inst|clk_cnt [8]))) + + .dataa(\uart_inst|LessThan1~1_combout ), + .datab(\uart_inst|clk_cnt [9]), + .datac(\uart_inst|clk_cnt [7]), + .datad(\uart_inst|clk_cnt [8]), + .cin(gnd), + .combout(\uart_inst|LessThan1~2_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|LessThan1~2 .lut_mask = 16'h0002; +defparam \uart_inst|LessThan1~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y27_N6 +cycloneiv_lcell_comb \uart_inst|LessThan1~3 ( +// Equation(s): +// \uart_inst|LessThan1~3_combout = ((!\uart_inst|clk_cnt [11] & ((\uart_inst|LessThan1~2_combout ) # (!\uart_inst|clk_cnt [10])))) # (!\uart_inst|clk_cnt [12]) + + .dataa(\uart_inst|clk_cnt [11]), + .datab(\uart_inst|clk_cnt [12]), + .datac(\uart_inst|clk_cnt [10]), + .datad(\uart_inst|LessThan1~2_combout ), + .cin(gnd), + .combout(\uart_inst|LessThan1~3_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|LessThan1~3 .lut_mask = 16'h7737; +defparam \uart_inst|LessThan1~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y27_N26 cycloneiv_lcell_comb \uart_inst|clk_cnt[13]~42 ( // Equation(s): // \uart_inst|clk_cnt[13]~42_combout = (\uart_inst|clk_cnt [13] & (!\uart_inst|clk_cnt[12]~41 )) # (!\uart_inst|clk_cnt [13] & ((\uart_inst|clk_cnt[12]~41 ) # (GND))) @@ -4272,16 +64606,16 @@ defparam \uart_inst|clk_cnt[13]~42 .lut_mask = 16'h5A5F; defparam \uart_inst|clk_cnt[13]~42 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N27 +// Location: FF_X105_Y27_N27 dffeas \uart_inst|clk_cnt[13] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[13]~42_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [13]), @@ -4291,7 +64625,7 @@ defparam \uart_inst|clk_cnt[13] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[13] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N28 +// Location: LCCOMB_X105_Y27_N28 cycloneiv_lcell_comb \uart_inst|clk_cnt[14]~44 ( // Equation(s): // \uart_inst|clk_cnt[14]~44_combout = (\uart_inst|clk_cnt [14] & (\uart_inst|clk_cnt[13]~43 $ (GND))) # (!\uart_inst|clk_cnt [14] & (!\uart_inst|clk_cnt[13]~43 & VCC)) @@ -4309,16 +64643,16 @@ defparam \uart_inst|clk_cnt[14]~44 .lut_mask = 16'hC30C; defparam \uart_inst|clk_cnt[14]~44 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N29 +// Location: FF_X105_Y27_N29 dffeas \uart_inst|clk_cnt[14] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[14]~44_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [14]), @@ -4328,7 +64662,7 @@ defparam \uart_inst|clk_cnt[14] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[14] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X70_Y11_N30 +// Location: LCCOMB_X105_Y27_N30 cycloneiv_lcell_comb \uart_inst|clk_cnt[15]~46 ( // Equation(s): // \uart_inst|clk_cnt[15]~46_combout = \uart_inst|clk_cnt [15] $ (\uart_inst|clk_cnt[14]~45 ) @@ -4345,16 +64679,16 @@ defparam \uart_inst|clk_cnt[15]~46 .lut_mask = 16'h5A5A; defparam \uart_inst|clk_cnt[15]~46 .sum_lutc_input = "cin"; // synopsys translate_on -// Location: FF_X70_Y11_N31 +// Location: FF_X105_Y27_N31 dffeas \uart_inst|clk_cnt[15] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|clk_cnt[15]~46_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), - .sclr(\uart_inst|clk_cnt[6]~49_combout ), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), .sload(gnd), - .ena(\uart_inst|clk_cnt[6]~50_combout ), + .ena(\uart_inst|clk_cnt[0]~50_combout ), .devclrn(devclrn), .devpor(devpor), .q(\uart_inst|clk_cnt [15]), @@ -4364,63 +64698,561 @@ defparam \uart_inst|clk_cnt[15] .is_wysiwyg = "true"; defparam \uart_inst|clk_cnt[15] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N26 -cycloneiv_lcell_comb \uart_inst|rx_data[0]~0 ( +// Location: LCCOMB_X104_Y27_N0 +cycloneiv_lcell_comb \uart_inst|LessThan1~5 ( // Equation(s): -// \uart_inst|rx_data[0]~0_combout = (\uart_inst|state.S_STOP_BIT~q & ((\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~4_combout ))) +// \uart_inst|LessThan1~5_combout = ((\uart_inst|clk_cnt [14]) # ((\uart_inst|clk_cnt [15]) # (\uart_inst|clk_cnt [13]))) # (!\uart_inst|LessThan1~3_combout ) - .dataa(\uart_inst|clk_cnt [15]), - .datab(\uart_inst|state.S_STOP_BIT~q ), + .dataa(\uart_inst|LessThan1~3_combout ), + .datab(\uart_inst|clk_cnt [14]), + .datac(\uart_inst|clk_cnt [15]), + .datad(\uart_inst|clk_cnt [13]), + .cin(gnd), + .combout(\uart_inst|LessThan1~5_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|LessThan1~5 .lut_mask = 16'hFFFD; +defparam \uart_inst|LessThan1~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y27_N20 +cycloneiv_lcell_comb \uart_inst|LessThan1~4 ( +// Equation(s): +// \uart_inst|LessThan1~4_combout = (!\uart_inst|clk_cnt [14] & !\uart_inst|clk_cnt [13]) + + .dataa(gnd), + .datab(\uart_inst|clk_cnt [14]), .datac(gnd), - .datad(\uart_inst|LessThan1~4_combout ), + .datad(\uart_inst|clk_cnt [13]), .cin(gnd), - .combout(\uart_inst|rx_data[0]~0_combout ), + .combout(\uart_inst|LessThan1~4_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_data[0]~0 .lut_mask = 16'h88CC; -defparam \uart_inst|rx_data[0]~0 .sum_lutc_input = "datac"; +defparam \uart_inst|LessThan1~4 .lut_mask = 16'h0033; +defparam \uart_inst|LessThan1~4 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X67_Y11_N21 -dffeas \uart_inst|rx_ready ( +// Location: LCCOMB_X104_Y27_N12 +cycloneiv_lcell_comb \uart_inst|Selector18~0 ( +// Equation(s): +// \uart_inst|Selector18~0_combout = \uart_inst|bit_index [0] $ ((((\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~3_combout )) # (!\uart_inst|LessThan1~4_combout ))) + + .dataa(\uart_inst|bit_index [0]), + .datab(\uart_inst|LessThan1~4_combout ), + .datac(\uart_inst|clk_cnt [15]), + .datad(\uart_inst|LessThan1~3_combout ), + .cin(gnd), + .combout(\uart_inst|Selector18~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector18~0 .lut_mask = 16'h5955; +defparam \uart_inst|Selector18~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N2 +cycloneiv_lcell_comb \uart_inst|Selector19~0 ( +// Equation(s): +// \uart_inst|Selector19~0_combout = (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|rx_sync_stage2~q ) # ((!\uart_inst|Selector21~4_combout & \uart_inst|state.S_IDLE~q )))) + + .dataa(\uart_inst|rx_sync_stage2~q ), + .datab(\uart_inst|Selector21~4_combout ), + .datac(\uart_inst|state.S_IDLE~q ), + .datad(\uart_inst|state.S_CLEANUP~q ), + .cin(gnd), + .combout(\uart_inst|Selector19~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector19~0 .lut_mask = 16'h00BA; +defparam \uart_inst|Selector19~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y28_N3 +dffeas \uart_inst|state.S_IDLE ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(gnd), - .asdata(\uart_inst|rx_data[0]~0_combout ), + .d(\uart_inst|Selector19~0_combout ), + .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(vcc), + .sload(gnd), .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\uart_inst|rx_ready~q ), + .q(\uart_inst|state.S_IDLE~q ), .prn(vcc)); // synopsys translate_off -defparam \uart_inst|rx_ready .is_wysiwyg = "true"; -defparam \uart_inst|rx_ready .power_up = "low"; +defparam \uart_inst|state.S_IDLE .is_wysiwyg = "true"; +defparam \uart_inst|state.S_IDLE .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y5_N8 -cycloneiv_lcell_comb \always0~0 ( +// Location: LCCOMB_X104_Y28_N26 +cycloneiv_lcell_comb \uart_inst|Selector18~1 ( // Equation(s): -// \always0~0_combout = (\lcd_inst|busy~q & \uart_inst|rx_ready~q ) +// \uart_inst|Selector18~1_combout = (\uart_inst|state.S_DATA_BITS~q & (\uart_inst|Selector18~0_combout )) # (!\uart_inst|state.S_DATA_BITS~q & (((\uart_inst|state.S_IDLE~q & \uart_inst|bit_index [0])))) + + .dataa(\uart_inst|Selector18~0_combout ), + .datab(\uart_inst|state.S_IDLE~q ), + .datac(\uart_inst|bit_index [0]), + .datad(\uart_inst|state.S_DATA_BITS~q ), + .cin(gnd), + .combout(\uart_inst|Selector18~1_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector18~1 .lut_mask = 16'hAAC0; +defparam \uart_inst|Selector18~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y28_N27 +dffeas \uart_inst|bit_index[0] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|Selector18~1_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|bit_index [0]), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|bit_index[0] .is_wysiwyg = "true"; +defparam \uart_inst|bit_index[0] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y28_N18 +cycloneiv_lcell_comb \uart_inst|Selector17~0 ( +// Equation(s): +// \uart_inst|Selector17~0_combout = (\uart_inst|state.S_DATA_BITS~q & (\uart_inst|bit_index [0])) # (!\uart_inst|state.S_DATA_BITS~q & ((\uart_inst|state.S_IDLE~q ))) + + .dataa(gnd), + .datab(\uart_inst|bit_index [0]), + .datac(\uart_inst|state.S_IDLE~q ), + .datad(\uart_inst|state.S_DATA_BITS~q ), + .cin(gnd), + .combout(\uart_inst|Selector17~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector17~0 .lut_mask = 16'hCCF0; +defparam \uart_inst|Selector17~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y28_N20 +cycloneiv_lcell_comb \uart_inst|Selector17~1 ( +// Equation(s): +// \uart_inst|Selector17~1_combout = (\uart_inst|Selector17~0_combout & (\uart_inst|bit_index [1] $ (((\uart_inst|LessThan1~5_combout & \uart_inst|state.S_DATA_BITS~q ))))) # (!\uart_inst|Selector17~0_combout & (((\uart_inst|bit_index [1] & +// \uart_inst|state.S_DATA_BITS~q )))) + + .dataa(\uart_inst|LessThan1~5_combout ), + .datab(\uart_inst|Selector17~0_combout ), + .datac(\uart_inst|bit_index [1]), + .datad(\uart_inst|state.S_DATA_BITS~q ), + .cin(gnd), + .combout(\uart_inst|Selector17~1_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector17~1 .lut_mask = 16'h78C0; +defparam \uart_inst|Selector17~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y28_N21 +dffeas \uart_inst|bit_index[1] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|Selector17~1_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|bit_index [1]), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|bit_index[1] .is_wysiwyg = "true"; +defparam \uart_inst|bit_index[1] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y28_N10 +cycloneiv_lcell_comb \uart_inst|Selector16~0 ( +// Equation(s): +// \uart_inst|Selector16~0_combout = (\uart_inst|bit_index [1] & (\uart_inst|LessThan1~5_combout & \uart_inst|bit_index [0])) + + .dataa(gnd), + .datab(\uart_inst|bit_index [1]), + .datac(\uart_inst|LessThan1~5_combout ), + .datad(\uart_inst|bit_index [0]), + .cin(gnd), + .combout(\uart_inst|Selector16~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector16~0 .lut_mask = 16'hC000; +defparam \uart_inst|Selector16~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y28_N22 +cycloneiv_lcell_comb \uart_inst|Selector16~1 ( +// Equation(s): +// \uart_inst|Selector16~1_combout = (\uart_inst|state.S_DATA_BITS~q & (\uart_inst|Selector16~0_combout $ (((\uart_inst|bit_index [2]))))) # (!\uart_inst|state.S_DATA_BITS~q & (((\uart_inst|state.S_IDLE~q & \uart_inst|bit_index [2])))) + + .dataa(\uart_inst|Selector16~0_combout ), + .datab(\uart_inst|state.S_IDLE~q ), + .datac(\uart_inst|bit_index [2]), + .datad(\uart_inst|state.S_DATA_BITS~q ), + .cin(gnd), + .combout(\uart_inst|Selector16~1_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector16~1 .lut_mask = 16'h5AC0; +defparam \uart_inst|Selector16~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y28_N23 +dffeas \uart_inst|bit_index[2] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|Selector16~1_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|bit_index [2]), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|bit_index[2] .is_wysiwyg = "true"; +defparam \uart_inst|bit_index[2] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y28_N0 +cycloneiv_lcell_comb \uart_inst|state~16 ( +// Equation(s): +// \uart_inst|state~16_combout = (\uart_inst|bit_index [2] & (\uart_inst|bit_index [1] & (\uart_inst|LessThan1~5_combout & \uart_inst|bit_index [0]))) + + .dataa(\uart_inst|bit_index [2]), + .datab(\uart_inst|bit_index [1]), + .datac(\uart_inst|LessThan1~5_combout ), + .datad(\uart_inst|bit_index [0]), + .cin(gnd), + .combout(\uart_inst|state~16_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|state~16 .lut_mask = 16'h8000; +defparam \uart_inst|state~16 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N20 +cycloneiv_lcell_comb \uart_inst|Selector21~5 ( +// Equation(s): +// \uart_inst|Selector21~5_combout = (\uart_inst|Selector21~4_combout & (\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Selector21~4_combout & (((\uart_inst|state.S_DATA_BITS~q & !\uart_inst|state~16_combout )))) + + .dataa(\uart_inst|rx_sync_stage2~q ), + .datab(\uart_inst|Selector21~4_combout ), + .datac(\uart_inst|state.S_DATA_BITS~q ), + .datad(\uart_inst|state~16_combout ), + .cin(gnd), + .combout(\uart_inst|Selector21~5_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector21~5 .lut_mask = 16'h88B8; +defparam \uart_inst|Selector21~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y28_N21 +dffeas \uart_inst|state.S_DATA_BITS ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|Selector21~5_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|state.S_DATA_BITS~q ), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|state.S_DATA_BITS .is_wysiwyg = "true"; +defparam \uart_inst|state.S_DATA_BITS .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N12 +cycloneiv_lcell_comb \uart_inst|clk_cnt[0]~48 ( +// Equation(s): +// \uart_inst|clk_cnt[0]~48_combout = (\uart_inst|state.S_DATA_BITS~q ) # (\uart_inst|state.S_STOP_BIT~q ) + + .dataa(gnd), + .datab(\uart_inst|state.S_DATA_BITS~q ), + .datac(\uart_inst|state.S_STOP_BIT~q ), + .datad(gnd), + .cin(gnd), + .combout(\uart_inst|clk_cnt[0]~48_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|clk_cnt[0]~48 .lut_mask = 16'hFCFC; +defparam \uart_inst|clk_cnt[0]~48 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N14 +cycloneiv_lcell_comb \uart_inst|clk_cnt[0]~49 ( +// Equation(s): +// \uart_inst|clk_cnt[0]~49_combout = (\uart_inst|Selector21~4_combout ) # (((\uart_inst|clk_cnt[0]~48_combout & \uart_inst|LessThan1~5_combout )) # (!\uart_inst|state.S_IDLE~q )) + + .dataa(\uart_inst|clk_cnt[0]~48_combout ), + .datab(\uart_inst|LessThan1~5_combout ), + .datac(\uart_inst|Selector21~4_combout ), + .datad(\uart_inst|state.S_IDLE~q ), + .cin(gnd), + .combout(\uart_inst|clk_cnt[0]~49_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|clk_cnt[0]~49 .lut_mask = 16'hF8FF; +defparam \uart_inst|clk_cnt[0]~49 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y27_N1 +dffeas \uart_inst|clk_cnt[0] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|clk_cnt[0]~16_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), + .sload(gnd), + .ena(\uart_inst|clk_cnt[0]~50_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|clk_cnt [0]), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|clk_cnt[0] .is_wysiwyg = "true"; +defparam \uart_inst|clk_cnt[0] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y27_N2 +cycloneiv_lcell_comb \uart_inst|clk_cnt[1]~18 ( +// Equation(s): +// \uart_inst|clk_cnt[1]~18_combout = (\uart_inst|clk_cnt [1] & (!\uart_inst|clk_cnt[0]~17 )) # (!\uart_inst|clk_cnt [1] & ((\uart_inst|clk_cnt[0]~17 ) # (GND))) +// \uart_inst|clk_cnt[1]~19 = CARRY((!\uart_inst|clk_cnt[0]~17 ) # (!\uart_inst|clk_cnt [1])) .dataa(gnd), - .datab(\lcd_inst|busy~q ), + .datab(\uart_inst|clk_cnt [1]), .datac(gnd), - .datad(\uart_inst|rx_ready~q ), + .datad(vcc), + .cin(\uart_inst|clk_cnt[0]~17 ), + .combout(\uart_inst|clk_cnt[1]~18_combout ), + .cout(\uart_inst|clk_cnt[1]~19 )); +// synopsys translate_off +defparam \uart_inst|clk_cnt[1]~18 .lut_mask = 16'h3C3F; +defparam \uart_inst|clk_cnt[1]~18 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X105_Y27_N3 +dffeas \uart_inst|clk_cnt[1] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|clk_cnt[1]~18_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), + .sload(gnd), + .ena(\uart_inst|clk_cnt[0]~50_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|clk_cnt [1]), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|clk_cnt[1] .is_wysiwyg = "true"; +defparam \uart_inst|clk_cnt[1] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y27_N4 +cycloneiv_lcell_comb \uart_inst|clk_cnt[2]~20 ( +// Equation(s): +// \uart_inst|clk_cnt[2]~20_combout = (\uart_inst|clk_cnt [2] & (\uart_inst|clk_cnt[1]~19 $ (GND))) # (!\uart_inst|clk_cnt [2] & (!\uart_inst|clk_cnt[1]~19 & VCC)) +// \uart_inst|clk_cnt[2]~21 = CARRY((\uart_inst|clk_cnt [2] & !\uart_inst|clk_cnt[1]~19 )) + + .dataa(gnd), + .datab(\uart_inst|clk_cnt [2]), + .datac(gnd), + .datad(vcc), + .cin(\uart_inst|clk_cnt[1]~19 ), + .combout(\uart_inst|clk_cnt[2]~20_combout ), + .cout(\uart_inst|clk_cnt[2]~21 )); +// synopsys translate_off +defparam \uart_inst|clk_cnt[2]~20 .lut_mask = 16'hC30C; +defparam \uart_inst|clk_cnt[2]~20 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X105_Y27_N5 +dffeas \uart_inst|clk_cnt[2] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|clk_cnt[2]~20_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), + .sload(gnd), + .ena(\uart_inst|clk_cnt[0]~50_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|clk_cnt [2]), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|clk_cnt[2] .is_wysiwyg = "true"; +defparam \uart_inst|clk_cnt[2] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y27_N6 +cycloneiv_lcell_comb \uart_inst|clk_cnt[3]~22 ( +// Equation(s): +// \uart_inst|clk_cnt[3]~22_combout = (\uart_inst|clk_cnt [3] & (!\uart_inst|clk_cnt[2]~21 )) # (!\uart_inst|clk_cnt [3] & ((\uart_inst|clk_cnt[2]~21 ) # (GND))) +// \uart_inst|clk_cnt[3]~23 = CARRY((!\uart_inst|clk_cnt[2]~21 ) # (!\uart_inst|clk_cnt [3])) + + .dataa(\uart_inst|clk_cnt [3]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\uart_inst|clk_cnt[2]~21 ), + .combout(\uart_inst|clk_cnt[3]~22_combout ), + .cout(\uart_inst|clk_cnt[3]~23 )); +// synopsys translate_off +defparam \uart_inst|clk_cnt[3]~22 .lut_mask = 16'h5A5F; +defparam \uart_inst|clk_cnt[3]~22 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X105_Y27_N7 +dffeas \uart_inst|clk_cnt[3] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|clk_cnt[3]~22_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), + .sload(gnd), + .ena(\uart_inst|clk_cnt[0]~50_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|clk_cnt [3]), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|clk_cnt[3] .is_wysiwyg = "true"; +defparam \uart_inst|clk_cnt[3] .power_up = "low"; +// synopsys translate_on + +// Location: FF_X105_Y27_N9 +dffeas \uart_inst|clk_cnt[4] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|clk_cnt[4]~24_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(\uart_inst|clk_cnt[0]~49_combout ), + .sload(gnd), + .ena(\uart_inst|clk_cnt[0]~50_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|clk_cnt [4]), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|clk_cnt[4] .is_wysiwyg = "true"; +defparam \uart_inst|clk_cnt[4] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y27_N30 +cycloneiv_lcell_comb \uart_inst|Selector21~2 ( +// Equation(s): +// \uart_inst|Selector21~2_combout = (!\uart_inst|clk_cnt [4] & (\uart_inst|clk_cnt [5] & (!\uart_inst|clk_cnt [6] & \uart_inst|clk_cnt [3]))) + + .dataa(\uart_inst|clk_cnt [4]), + .datab(\uart_inst|clk_cnt [5]), + .datac(\uart_inst|clk_cnt [6]), + .datad(\uart_inst|clk_cnt [3]), .cin(gnd), - .combout(\always0~0_combout ), + .combout(\uart_inst|Selector21~2_combout ), .cout()); // synopsys translate_off -defparam \always0~0 .lut_mask = 16'hCC00; -defparam \always0~0 .sum_lutc_input = "datac"; +defparam \uart_inst|Selector21~2 .lut_mask = 16'h0400; +defparam \uart_inst|Selector21~2 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X58_Y5_N9 -dffeas lcd_char_valid( +// Location: LCCOMB_X104_Y27_N8 +cycloneiv_lcell_comb \uart_inst|Selector21~3 ( +// Equation(s): +// \uart_inst|Selector21~3_combout = (\uart_inst|clk_cnt [11] & (!\uart_inst|clk_cnt [12] & (!\uart_inst|clk_cnt [10] & \uart_inst|clk_cnt [9]))) + + .dataa(\uart_inst|clk_cnt [11]), + .datab(\uart_inst|clk_cnt [12]), + .datac(\uart_inst|clk_cnt [10]), + .datad(\uart_inst|clk_cnt [9]), + .cin(gnd), + .combout(\uart_inst|Selector21~3_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector21~3 .lut_mask = 16'h0200; +defparam \uart_inst|Selector21~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N10 +cycloneiv_lcell_comb \uart_inst|Selector23~2 ( +// Equation(s): +// \uart_inst|Selector23~2_combout = (!\uart_inst|rx_data[0]~0_combout & (!\uart_inst|Selector21~4_combout & ((!\uart_inst|state.S_DATA_BITS~q ) # (!\uart_inst|state~16_combout )))) + + .dataa(\uart_inst|rx_data[0]~0_combout ), + .datab(\uart_inst|state~16_combout ), + .datac(\uart_inst|Selector21~4_combout ), + .datad(\uart_inst|state.S_DATA_BITS~q ), + .cin(gnd), + .combout(\uart_inst|Selector23~2_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector23~2 .lut_mask = 16'h0105; +defparam \uart_inst|Selector23~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N28 +cycloneiv_lcell_comb \uart_inst|Selector23~0 ( +// Equation(s): +// \uart_inst|Selector23~0_combout = (!\uart_inst|state.S_IDLE~q & \uart_inst|rx_sync_stage2~q ) + + .dataa(gnd), + .datab(\uart_inst|state.S_IDLE~q ), + .datac(\uart_inst|rx_sync_stage2~q ), + .datad(gnd), + .cin(gnd), + .combout(\uart_inst|Selector23~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector23~0 .lut_mask = 16'h3030; +defparam \uart_inst|Selector23~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N22 +cycloneiv_lcell_comb \uart_inst|Selector20~0 ( +// Equation(s): +// \uart_inst|Selector20~0_combout = (\uart_inst|Selector23~2_combout & (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|Selector23~0_combout ) # (\uart_inst|state.S_START_BIT~q )))) + + .dataa(\uart_inst|Selector23~2_combout ), + .datab(\uart_inst|Selector23~0_combout ), + .datac(\uart_inst|state.S_START_BIT~q ), + .datad(\uart_inst|state.S_CLEANUP~q ), + .cin(gnd), + .combout(\uart_inst|Selector20~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector20~0 .lut_mask = 16'h00A8; +defparam \uart_inst|Selector20~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y28_N23 +dffeas \uart_inst|state.S_START_BIT ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\always0~0_combout ), + .d(\uart_inst|Selector20~0_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), @@ -4429,82 +65261,258 @@ dffeas lcd_char_valid( .ena(vcc), .devclrn(devclrn), .devpor(devpor), - .q(\lcd_char_valid~q ), + .q(\uart_inst|state.S_START_BIT~q ), .prn(vcc)); // synopsys translate_off -defparam lcd_char_valid.is_wysiwyg = "true"; -defparam lcd_char_valid.power_up = "low"; +defparam \uart_inst|state.S_START_BIT .is_wysiwyg = "true"; +defparam \uart_inst|state.S_START_BIT .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X54_Y5_N10 -cycloneiv_lcell_comb \lcd_inst|Selector42~1 ( +// Location: LCCOMB_X104_Y27_N10 +cycloneiv_lcell_comb \uart_inst|Selector21~0 ( // Equation(s): -// \lcd_inst|Selector42~1_combout = (!\lcd_inst|state.S_WAIT_EN~q & (\lcd_inst|Selector31~4_combout & ((\lcd_char_valid~q ) # (!\lcd_inst|state.S_IDLE~q )))) +// \uart_inst|Selector21~0_combout = (!\uart_inst|clk_cnt [2] & (\uart_inst|state.S_START_BIT~q & (!\uart_inst|clk_cnt [7] & !\uart_inst|clk_cnt [8]))) - .dataa(\lcd_char_valid~q ), - .datab(\lcd_inst|state.S_WAIT_EN~q ), - .datac(\lcd_inst|Selector31~4_combout ), - .datad(\lcd_inst|state.S_IDLE~q ), + .dataa(\uart_inst|clk_cnt [2]), + .datab(\uart_inst|state.S_START_BIT~q ), + .datac(\uart_inst|clk_cnt [7]), + .datad(\uart_inst|clk_cnt [8]), .cin(gnd), - .combout(\lcd_inst|Selector42~1_combout ), + .combout(\uart_inst|Selector21~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector42~1 .lut_mask = 16'h2030; -defparam \lcd_inst|Selector42~1 .sum_lutc_input = "datac"; +defparam \uart_inst|Selector21~0 .lut_mask = 16'h0004; +defparam \uart_inst|Selector21~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N12 +// Location: LCCOMB_X104_Y27_N24 +cycloneiv_lcell_comb \uart_inst|Selector21~1 ( +// Equation(s): +// \uart_inst|Selector21~1_combout = (\uart_inst|Selector21~0_combout & (\uart_inst|LessThan1~4_combout & (\uart_inst|clk_cnt [0] & \uart_inst|clk_cnt [1]))) + + .dataa(\uart_inst|Selector21~0_combout ), + .datab(\uart_inst|LessThan1~4_combout ), + .datac(\uart_inst|clk_cnt [0]), + .datad(\uart_inst|clk_cnt [1]), + .cin(gnd), + .combout(\uart_inst|Selector21~1_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector21~1 .lut_mask = 16'h8000; +defparam \uart_inst|Selector21~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y27_N26 +cycloneiv_lcell_comb \uart_inst|Selector21~4 ( +// Equation(s): +// \uart_inst|Selector21~4_combout = (\uart_inst|Selector21~2_combout & (\uart_inst|Selector21~3_combout & (!\uart_inst|clk_cnt [15] & \uart_inst|Selector21~1_combout ))) + + .dataa(\uart_inst|Selector21~2_combout ), + .datab(\uart_inst|Selector21~3_combout ), + .datac(\uart_inst|clk_cnt [15]), + .datad(\uart_inst|Selector21~1_combout ), + .cin(gnd), + .combout(\uart_inst|Selector21~4_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector21~4 .lut_mask = 16'h0800; +defparam \uart_inst|Selector21~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N18 +cycloneiv_lcell_comb \uart_inst|Selector22~1 ( +// Equation(s): +// \uart_inst|Selector22~1_combout = (!\uart_inst|rx_data[0]~0_combout & (!\uart_inst|Selector21~4_combout & (\uart_inst|state.S_STOP_BIT~q & !\uart_inst|Selector23~0_combout ))) + + .dataa(\uart_inst|rx_data[0]~0_combout ), + .datab(\uart_inst|Selector21~4_combout ), + .datac(\uart_inst|state.S_STOP_BIT~q ), + .datad(\uart_inst|Selector23~0_combout ), + .cin(gnd), + .combout(\uart_inst|Selector22~1_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector22~1 .lut_mask = 16'h0010; +defparam \uart_inst|Selector22~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y28_N26 +cycloneiv_lcell_comb \uart_inst|Selector22~0 ( +// Equation(s): +// \uart_inst|Selector22~0_combout = (\uart_inst|bit_index [0] & (\uart_inst|bit_index [1] & (\uart_inst|bit_index [2] & \uart_inst|state.S_DATA_BITS~q ))) + + .dataa(\uart_inst|bit_index [0]), + .datab(\uart_inst|bit_index [1]), + .datac(\uart_inst|bit_index [2]), + .datad(\uart_inst|state.S_DATA_BITS~q ), + .cin(gnd), + .combout(\uart_inst|Selector22~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector22~0 .lut_mask = 16'h8000; +defparam \uart_inst|Selector22~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y28_N30 +cycloneiv_lcell_comb \uart_inst|Selector22~2 ( +// Equation(s): +// \uart_inst|Selector22~2_combout = (!\uart_inst|state.S_CLEANUP~q & ((\uart_inst|Selector22~1_combout ) # ((\uart_inst|LessThan1~5_combout & \uart_inst|Selector22~0_combout )))) + + .dataa(\uart_inst|Selector22~1_combout ), + .datab(\uart_inst|LessThan1~5_combout ), + .datac(\uart_inst|Selector22~0_combout ), + .datad(\uart_inst|state.S_CLEANUP~q ), + .cin(gnd), + .combout(\uart_inst|Selector22~2_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|Selector22~2 .lut_mask = 16'h00EA; +defparam \uart_inst|Selector22~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y28_N31 +dffeas \uart_inst|state.S_STOP_BIT ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\uart_inst|Selector22~2_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|state.S_STOP_BIT~q ), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|state.S_STOP_BIT .is_wysiwyg = "true"; +defparam \uart_inst|state.S_STOP_BIT .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y27_N18 +cycloneiv_lcell_comb \uart_inst|rx_data[0]~0 ( +// Equation(s): +// \uart_inst|rx_data[0]~0_combout = (\uart_inst|state.S_STOP_BIT~q & (((\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~3_combout )) # (!\uart_inst|LessThan1~4_combout ))) + + .dataa(\uart_inst|state.S_STOP_BIT~q ), + .datab(\uart_inst|LessThan1~4_combout ), + .datac(\uart_inst|clk_cnt [15]), + .datad(\uart_inst|LessThan1~3_combout ), + .cin(gnd), + .combout(\uart_inst|rx_data[0]~0_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|rx_data[0]~0 .lut_mask = 16'hA2AA; +defparam \uart_inst|rx_data[0]~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y28_N17 +dffeas \uart_inst|rx_ready ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data[0]~0_combout ), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\uart_inst|rx_ready~q ), + .prn(vcc)); +// synopsys translate_off +defparam \uart_inst|rx_ready .is_wysiwyg = "true"; +defparam \uart_inst|rx_ready .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y17_N28 +cycloneiv_lcell_comb \always0~0 ( +// Equation(s): +// \always0~0_combout = (\lcd_inst|busy~q & \uart_inst|rx_ready~q ) + + .dataa(\lcd_inst|busy~q ), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_ready~q ), + .cin(gnd), + .combout(\always0~0_combout ), + .cout()); +// synopsys translate_off +defparam \always0~0 .lut_mask = 16'hAA00; +defparam \always0~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X15_Y17_N21 +dffeas lcd_char_valid( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\always0~0_combout ), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\lcd_char_valid~q ), + .prn(vcc)); +// synopsys translate_off +defparam lcd_char_valid.is_wysiwyg = "true"; +defparam lcd_char_valid.power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y28_N12 cycloneiv_lcell_comb \uart_inst|Decoder0~0 ( // Equation(s): -// \uart_inst|Decoder0~0_combout = (\KEY[0]~input_o & (\uart_inst|state.S_DATA_BITS~q & ((\uart_inst|clk_cnt [15]) # (!\uart_inst|LessThan1~4_combout )))) +// \uart_inst|Decoder0~0_combout = (\KEY[0]~input_o & (\uart_inst|LessThan1~5_combout & \uart_inst|state.S_DATA_BITS~q )) .dataa(\KEY[0]~input_o ), - .datab(\uart_inst|clk_cnt [15]), - .datac(\uart_inst|state.S_DATA_BITS~q ), - .datad(\uart_inst|LessThan1~4_combout ), + .datab(gnd), + .datac(\uart_inst|LessThan1~5_combout ), + .datad(\uart_inst|state.S_DATA_BITS~q ), .cin(gnd), .combout(\uart_inst|Decoder0~0_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Decoder0~0 .lut_mask = 16'h80A0; +defparam \uart_inst|Decoder0~0 .lut_mask = 16'hA000; defparam \uart_inst|Decoder0~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N2 +// Location: LCCOMB_X101_Y28_N2 cycloneiv_lcell_comb \uart_inst|Decoder0~1 ( // Equation(s): -// \uart_inst|Decoder0~1_combout = (!\uart_inst|bit_index [2] & (!\uart_inst|bit_index [0] & (!\uart_inst|bit_index [1] & \uart_inst|Decoder0~0_combout ))) +// \uart_inst|Decoder0~1_combout = (\uart_inst|Decoder0~0_combout & (!\uart_inst|bit_index [1] & (!\uart_inst|bit_index [2] & !\uart_inst|bit_index [0]))) - .dataa(\uart_inst|bit_index [2]), - .datab(\uart_inst|bit_index [0]), - .datac(\uart_inst|bit_index [1]), - .datad(\uart_inst|Decoder0~0_combout ), + .dataa(\uart_inst|Decoder0~0_combout ), + .datab(\uart_inst|bit_index [1]), + .datac(\uart_inst|bit_index [2]), + .datad(\uart_inst|bit_index [0]), .cin(gnd), .combout(\uart_inst|Decoder0~1_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Decoder0~1 .lut_mask = 16'h0100; +defparam \uart_inst|Decoder0~1 .lut_mask = 16'h0002; defparam \uart_inst|Decoder0~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N22 +// Location: LCCOMB_X100_Y28_N0 cycloneiv_lcell_comb \uart_inst|rx_byte[0]~0 ( // Equation(s): -// \uart_inst|rx_byte[0]~0_combout = (\uart_inst|Decoder0~1_combout & (!\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Decoder0~1_combout & ((\uart_inst|rx_byte [0]))) +// \uart_inst|rx_byte[0]~0_combout = (\uart_inst|Decoder0~1_combout & ((!\uart_inst|rx_sync_stage2~q ))) # (!\uart_inst|Decoder0~1_combout & (\uart_inst|rx_byte [0])) - .dataa(\uart_inst|rx_sync_stage2~q ), + .dataa(\uart_inst|Decoder0~1_combout ), .datab(gnd), .datac(\uart_inst|rx_byte [0]), - .datad(\uart_inst|Decoder0~1_combout ), + .datad(\uart_inst|rx_sync_stage2~q ), .cin(gnd), .combout(\uart_inst|rx_byte[0]~0_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_byte[0]~0 .lut_mask = 16'h55F0; +defparam \uart_inst|rx_byte[0]~0 .lut_mask = 16'h50FA; defparam \uart_inst|rx_byte[0]~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X66_Y11_N23 +// Location: FF_X100_Y28_N1 dffeas \uart_inst|rx_byte[0] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_byte[0]~0_combout ), @@ -4523,15 +65531,32 @@ defparam \uart_inst|rx_byte[0] .is_wysiwyg = "true"; defparam \uart_inst|rx_byte[0] .power_up = "low"; // synopsys translate_on -// Location: FF_X66_Y11_N29 +// Location: LCCOMB_X100_Y28_N8 +cycloneiv_lcell_comb \uart_inst|rx_data[0]~feeder ( +// Equation(s): +// \uart_inst|rx_data[0]~feeder_combout = \uart_inst|rx_byte [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_byte [0]), + .cin(gnd), + .combout(\uart_inst|rx_data[0]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|rx_data[0]~feeder .lut_mask = 16'hFF00; +defparam \uart_inst|rx_data[0]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y28_N9 dffeas \uart_inst|rx_data[0] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(gnd), - .asdata(\uart_inst|rx_byte [0]), + .d(\uart_inst|rx_data[0]~feeder_combout ), + .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(vcc), + .sload(gnd), .ena(\uart_inst|rx_data[0]~0_combout ), .devclrn(devclrn), .devpor(devpor), @@ -4542,33 +65567,16 @@ defparam \uart_inst|rx_data[0] .is_wysiwyg = "true"; defparam \uart_inst|rx_data[0] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N26 -cycloneiv_lcell_comb \lcd_char_data[0]~0 ( -// Equation(s): -// \lcd_char_data[0]~0_combout = (\KEY[0]~input_o & (\uart_inst|rx_ready~q & \lcd_inst|busy~q )) - - .dataa(\KEY[0]~input_o ), - .datab(\uart_inst|rx_ready~q ), - .datac(gnd), - .datad(\lcd_inst|busy~q ), - .cin(gnd), - .combout(\lcd_char_data[0]~0_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_char_data[0]~0 .lut_mask = 16'h8800; -defparam \lcd_char_data[0]~0 .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X58_Y6_N5 +// Location: FF_X15_Y19_N17 dffeas \lcd_char_data[0] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(gnd), .asdata(\uart_inst|rx_data [0]), - .clrn(vcc), + .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), .sload(vcc), - .ena(\lcd_char_data[0]~0_combout ), + .ena(\always0~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(lcd_char_data[0]), @@ -4578,44 +65586,44 @@ defparam \lcd_char_data[0] .is_wysiwyg = "true"; defparam \lcd_char_data[0] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N4 +// Location: LCCOMB_X15_Y19_N16 cycloneiv_lcell_comb \lcd_inst|Selector42~0 ( // Equation(s): -// \lcd_inst|Selector42~0_combout = (\lcd_inst|state.S_DISP_CLEAR~q ) # ((\lcd_char_valid~q & (lcd_char_data[0] & \lcd_inst|state.S_IDLE~q ))) +// \lcd_inst|Selector42~0_combout = (\lcd_inst|state.S_DISP_CLEAR~q ) # ((\lcd_char_valid~q & (\lcd_inst|state.S_IDLE~q & lcd_char_data[0]))) - .dataa(\lcd_inst|state.S_DISP_CLEAR~q ), - .datab(\lcd_char_valid~q ), + .dataa(\lcd_char_valid~q ), + .datab(\lcd_inst|state.S_IDLE~q ), .datac(lcd_char_data[0]), - .datad(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|state.S_DISP_CLEAR~q ), .cin(gnd), .combout(\lcd_inst|Selector42~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector42~0 .lut_mask = 16'hEAAA; +defparam \lcd_inst|Selector42~0 .lut_mask = 16'hFF80; defparam \lcd_inst|Selector42~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X54_Y5_N8 -cycloneiv_lcell_comb \lcd_inst|Selector42~2 ( +// Location: LCCOMB_X16_Y19_N28 +cycloneiv_lcell_comb \lcd_inst|Selector42~1 ( // Equation(s): -// \lcd_inst|Selector42~2_combout = (\lcd_inst|Selector42~0_combout ) # ((!\lcd_inst|Selector42~1_combout & \lcd_inst|LCD_DATA [0])) +// \lcd_inst|Selector42~1_combout = (\lcd_inst|Selector42~0_combout ) # ((\lcd_inst|LCD_DATA [0] & ((\lcd_inst|LCD_DATA[4]~0_combout ) # (\lcd_inst|WideOr3~0_combout )))) - .dataa(\lcd_inst|Selector42~1_combout ), - .datab(gnd), + .dataa(\lcd_inst|Selector42~0_combout ), + .datab(\lcd_inst|LCD_DATA[4]~0_combout ), .datac(\lcd_inst|LCD_DATA [0]), - .datad(\lcd_inst|Selector42~0_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), - .combout(\lcd_inst|Selector42~2_combout ), + .combout(\lcd_inst|Selector42~1_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector42~2 .lut_mask = 16'hFF50; -defparam \lcd_inst|Selector42~2 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector42~1 .lut_mask = 16'hFAEA; +defparam \lcd_inst|Selector42~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X54_Y5_N9 +// Location: FF_X16_Y19_N29 dffeas \lcd_inst|LCD_DATA[0] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_inst|Selector42~2_combout ), + .d(\lcd_inst|Selector42~1_combout ), .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), @@ -4631,15 +65639,15 @@ defparam \lcd_inst|LCD_DATA[0] .is_wysiwyg = "true"; defparam \lcd_inst|LCD_DATA[0] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N10 +// Location: LCCOMB_X101_Y28_N16 cycloneiv_lcell_comb \uart_inst|Decoder0~2 ( // Equation(s): -// \uart_inst|Decoder0~2_combout = (\uart_inst|bit_index [0] & (!\uart_inst|bit_index [1] & (!\uart_inst|bit_index [2] & \uart_inst|Decoder0~0_combout ))) +// \uart_inst|Decoder0~2_combout = (\uart_inst|Decoder0~0_combout & (!\uart_inst|bit_index [1] & (!\uart_inst|bit_index [2] & \uart_inst|bit_index [0]))) - .dataa(\uart_inst|bit_index [0]), + .dataa(\uart_inst|Decoder0~0_combout ), .datab(\uart_inst|bit_index [1]), .datac(\uart_inst|bit_index [2]), - .datad(\uart_inst|Decoder0~0_combout ), + .datad(\uart_inst|bit_index [0]), .cin(gnd), .combout(\uart_inst|Decoder0~2_combout ), .cout()); @@ -4648,24 +65656,24 @@ defparam \uart_inst|Decoder0~2 .lut_mask = 16'h0200; defparam \uart_inst|Decoder0~2 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N12 +// Location: LCCOMB_X101_Y28_N28 cycloneiv_lcell_comb \uart_inst|rx_byte[1]~1 ( // Equation(s): -// \uart_inst|rx_byte[1]~1_combout = (\uart_inst|Decoder0~2_combout & (!\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Decoder0~2_combout & ((\uart_inst|rx_byte [1]))) +// \uart_inst|rx_byte[1]~1_combout = (\uart_inst|Decoder0~2_combout & ((!\uart_inst|rx_sync_stage2~q ))) # (!\uart_inst|Decoder0~2_combout & (\uart_inst|rx_byte [1])) - .dataa(\uart_inst|rx_sync_stage2~q ), - .datab(gnd), + .dataa(gnd), + .datab(\uart_inst|Decoder0~2_combout ), .datac(\uart_inst|rx_byte [1]), - .datad(\uart_inst|Decoder0~2_combout ), + .datad(\uart_inst|rx_sync_stage2~q ), .cin(gnd), .combout(\uart_inst|rx_byte[1]~1_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_byte[1]~1 .lut_mask = 16'h55F0; +defparam \uart_inst|rx_byte[1]~1 .lut_mask = 16'h30FC; defparam \uart_inst|rx_byte[1]~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X68_Y11_N13 +// Location: FF_X101_Y28_N29 dffeas \uart_inst|rx_byte[1] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_byte[1]~1_combout ), @@ -4684,15 +65692,32 @@ defparam \uart_inst|rx_byte[1] .is_wysiwyg = "true"; defparam \uart_inst|rx_byte[1] .power_up = "low"; // synopsys translate_on -// Location: FF_X67_Y11_N27 +// Location: LCCOMB_X100_Y28_N22 +cycloneiv_lcell_comb \uart_inst|rx_data[1]~feeder ( +// Equation(s): +// \uart_inst|rx_data[1]~feeder_combout = \uart_inst|rx_byte [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_byte [1]), + .cin(gnd), + .combout(\uart_inst|rx_data[1]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|rx_data[1]~feeder .lut_mask = 16'hFF00; +defparam \uart_inst|rx_data[1]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y28_N23 dffeas \uart_inst|rx_data[1] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(gnd), - .asdata(\uart_inst|rx_byte [1]), + .d(\uart_inst|rx_data[1]~feeder_combout ), + .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(vcc), + .sload(gnd), .ena(\uart_inst|rx_data[0]~0_combout ), .devclrn(devclrn), .devpor(devpor), @@ -4703,16 +65728,16 @@ defparam \uart_inst|rx_data[1] .is_wysiwyg = "true"; defparam \uart_inst|rx_data[1] .power_up = "low"; // synopsys translate_on -// Location: FF_X58_Y6_N19 +// Location: FF_X15_Y17_N25 dffeas \lcd_char_data[1] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(gnd), .asdata(\uart_inst|rx_data [1]), - .clrn(vcc), + .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), .sload(vcc), - .ena(\lcd_char_data[0]~0_combout ), + .ena(\always0~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(lcd_char_data[1]), @@ -4722,41 +65747,41 @@ defparam \lcd_char_data[1] .is_wysiwyg = "true"; defparam \lcd_char_data[1] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N18 +// Location: LCCOMB_X15_Y17_N24 cycloneiv_lcell_comb \lcd_inst|Selector41~0 ( // Equation(s): -// \lcd_inst|Selector41~0_combout = (\lcd_inst|state.S_ENTRY_MODE~q ) # ((\lcd_char_valid~q & (lcd_char_data[1] & \lcd_inst|state.S_IDLE~q ))) +// \lcd_inst|Selector41~0_combout = (\lcd_inst|state.S_ENTRY_MODE~q ) # ((\lcd_char_valid~q & (\lcd_inst|state.S_IDLE~q & lcd_char_data[1]))) - .dataa(\lcd_inst|state.S_ENTRY_MODE~q ), - .datab(\lcd_char_valid~q ), + .dataa(\lcd_char_valid~q ), + .datab(\lcd_inst|state.S_IDLE~q ), .datac(lcd_char_data[1]), - .datad(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|state.S_ENTRY_MODE~q ), .cin(gnd), .combout(\lcd_inst|Selector41~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector41~0 .lut_mask = 16'hEAAA; +defparam \lcd_inst|Selector41~0 .lut_mask = 16'hFF80; defparam \lcd_inst|Selector41~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X57_Y5_N28 +// Location: LCCOMB_X16_Y17_N4 cycloneiv_lcell_comb \lcd_inst|Selector41~1 ( // Equation(s): -// \lcd_inst|Selector41~1_combout = (\lcd_inst|Selector41~0_combout ) # ((\lcd_inst|LCD_DATA [1] & !\lcd_inst|Selector42~1_combout )) +// \lcd_inst|Selector41~1_combout = (\lcd_inst|Selector41~0_combout ) # ((\lcd_inst|LCD_DATA [1] & ((\lcd_inst|LCD_DATA[4]~0_combout ) # (\lcd_inst|WideOr3~0_combout )))) - .dataa(gnd), + .dataa(\lcd_inst|LCD_DATA[4]~0_combout ), .datab(\lcd_inst|Selector41~0_combout ), .datac(\lcd_inst|LCD_DATA [1]), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector41~1_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector41~1 .lut_mask = 16'hCCFC; +defparam \lcd_inst|Selector41~1 .lut_mask = 16'hFCEC; defparam \lcd_inst|Selector41~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y5_N29 +// Location: FF_X16_Y17_N5 dffeas \lcd_inst|LCD_DATA[1] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector41~1_combout ), @@ -4775,41 +65800,41 @@ defparam \lcd_inst|LCD_DATA[1] .is_wysiwyg = "true"; defparam \lcd_inst|LCD_DATA[1] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N24 +// Location: LCCOMB_X101_Y28_N30 cycloneiv_lcell_comb \uart_inst|Decoder0~3 ( // Equation(s): -// \uart_inst|Decoder0~3_combout = (!\uart_inst|bit_index [0] & (\uart_inst|bit_index [1] & (!\uart_inst|bit_index [2] & \uart_inst|Decoder0~0_combout ))) +// \uart_inst|Decoder0~3_combout = (\uart_inst|Decoder0~0_combout & (\uart_inst|bit_index [1] & (!\uart_inst|bit_index [2] & !\uart_inst|bit_index [0]))) - .dataa(\uart_inst|bit_index [0]), + .dataa(\uart_inst|Decoder0~0_combout ), .datab(\uart_inst|bit_index [1]), .datac(\uart_inst|bit_index [2]), - .datad(\uart_inst|Decoder0~0_combout ), + .datad(\uart_inst|bit_index [0]), .cin(gnd), .combout(\uart_inst|Decoder0~3_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Decoder0~3 .lut_mask = 16'h0400; +defparam \uart_inst|Decoder0~3 .lut_mask = 16'h0008; defparam \uart_inst|Decoder0~3 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X68_Y11_N6 +// Location: LCCOMB_X100_Y28_N6 cycloneiv_lcell_comb \uart_inst|rx_byte[2]~2 ( // Equation(s): -// \uart_inst|rx_byte[2]~2_combout = (\uart_inst|Decoder0~3_combout & (!\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Decoder0~3_combout & ((\uart_inst|rx_byte [2]))) +// \uart_inst|rx_byte[2]~2_combout = (\uart_inst|Decoder0~3_combout & ((!\uart_inst|rx_sync_stage2~q ))) # (!\uart_inst|Decoder0~3_combout & (\uart_inst|rx_byte [2])) - .dataa(\uart_inst|rx_sync_stage2~q ), + .dataa(\uart_inst|Decoder0~3_combout ), .datab(gnd), .datac(\uart_inst|rx_byte [2]), - .datad(\uart_inst|Decoder0~3_combout ), + .datad(\uart_inst|rx_sync_stage2~q ), .cin(gnd), .combout(\uart_inst|rx_byte[2]~2_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_byte[2]~2 .lut_mask = 16'h55F0; +defparam \uart_inst|rx_byte[2]~2 .lut_mask = 16'h50FA; defparam \uart_inst|rx_byte[2]~2 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X68_Y11_N7 +// Location: FF_X100_Y28_N7 dffeas \uart_inst|rx_byte[2] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_byte[2]~2_combout ), @@ -4828,7 +65853,7 @@ defparam \uart_inst|rx_byte[2] .is_wysiwyg = "true"; defparam \uart_inst|rx_byte[2] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N4 +// Location: LCCOMB_X100_Y28_N2 cycloneiv_lcell_comb \uart_inst|rx_data[2]~feeder ( // Equation(s): // \uart_inst|rx_data[2]~feeder_combout = \uart_inst|rx_byte [2] @@ -4845,7 +65870,7 @@ defparam \uart_inst|rx_data[2]~feeder .lut_mask = 16'hFF00; defparam \uart_inst|rx_data[2]~feeder .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X67_Y11_N5 +// Location: FF_X100_Y28_N3 dffeas \uart_inst|rx_data[2] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_data[2]~feeder_combout ), @@ -4864,16 +65889,16 @@ defparam \uart_inst|rx_data[2] .is_wysiwyg = "true"; defparam \uart_inst|rx_data[2] .power_up = "low"; // synopsys translate_on -// Location: FF_X58_Y6_N21 +// Location: FF_X15_Y17_N23 dffeas \lcd_char_data[2] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(gnd), .asdata(\uart_inst|rx_data [2]), - .clrn(vcc), + .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), .sload(vcc), - .ena(\lcd_char_data[0]~0_combout ), + .ena(\always0~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(lcd_char_data[2]), @@ -4883,41 +65908,58 @@ defparam \lcd_char_data[2] .is_wysiwyg = "true"; defparam \lcd_char_data[2] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N20 +// Location: LCCOMB_X15_Y17_N22 cycloneiv_lcell_comb \lcd_inst|Selector40~0 ( // Equation(s): -// \lcd_inst|Selector40~0_combout = (\lcd_inst|state.S_ENTRY_MODE~q ) # ((\lcd_char_valid~q & (lcd_char_data[2] & \lcd_inst|state.S_IDLE~q ))) +// \lcd_inst|Selector40~0_combout = (\lcd_inst|state.S_ENTRY_MODE~q ) # ((\lcd_char_valid~q & (\lcd_inst|state.S_IDLE~q & lcd_char_data[2]))) - .dataa(\lcd_inst|state.S_ENTRY_MODE~q ), - .datab(\lcd_char_valid~q ), + .dataa(\lcd_char_valid~q ), + .datab(\lcd_inst|state.S_IDLE~q ), .datac(lcd_char_data[2]), - .datad(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|state.S_ENTRY_MODE~q ), .cin(gnd), .combout(\lcd_inst|Selector40~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector40~0 .lut_mask = 16'hEAAA; +defparam \lcd_inst|Selector40~0 .lut_mask = 16'hFF80; defparam \lcd_inst|Selector40~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N0 +// Location: LCCOMB_X15_Y17_N30 +cycloneiv_lcell_comb \lcd_inst|Selector42~2 ( +// Equation(s): +// \lcd_inst|Selector42~2_combout = (!\lcd_inst|state.S_WAIT_EN~q & (\lcd_inst|Selector31~4_combout & ((\lcd_char_valid~q ) # (!\lcd_inst|state.S_IDLE~q )))) + + .dataa(\lcd_inst|state.S_WAIT_EN~q ), + .datab(\lcd_char_valid~q ), + .datac(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|Selector31~4_combout ), + .cin(gnd), + .combout(\lcd_inst|Selector42~2_combout ), + .cout()); +// synopsys translate_off +defparam \lcd_inst|Selector42~2 .lut_mask = 16'h4500; +defparam \lcd_inst|Selector42~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y17_N8 cycloneiv_lcell_comb \lcd_inst|Selector40~1 ( // Equation(s): -// \lcd_inst|Selector40~1_combout = (\lcd_inst|Selector40~0_combout ) # ((\lcd_inst|state.S_DISP_ON~q ) # ((\lcd_inst|LCD_DATA [2] & !\lcd_inst|Selector42~1_combout ))) +// \lcd_inst|Selector40~1_combout = (\lcd_inst|Selector40~0_combout ) # ((\lcd_inst|state.S_DISP_ON~q ) # ((!\lcd_inst|Selector42~2_combout & \lcd_inst|LCD_DATA [2]))) .dataa(\lcd_inst|Selector40~0_combout ), - .datab(\lcd_inst|state.S_DISP_ON~q ), + .datab(\lcd_inst|Selector42~2_combout ), .datac(\lcd_inst|LCD_DATA [2]), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|state.S_DISP_ON~q ), .cin(gnd), .combout(\lcd_inst|Selector40~1_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector40~1 .lut_mask = 16'hEEFE; +defparam \lcd_inst|Selector40~1 .lut_mask = 16'hFFBA; defparam \lcd_inst|Selector40~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N1 +// Location: FF_X15_Y17_N9 dffeas \lcd_inst|LCD_DATA[2] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector40~1_combout ), @@ -4936,15 +65978,15 @@ defparam \lcd_inst|LCD_DATA[2] .is_wysiwyg = "true"; defparam \lcd_inst|LCD_DATA[2] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N2 +// Location: LCCOMB_X101_Y28_N24 cycloneiv_lcell_comb \uart_inst|Decoder0~4 ( // Equation(s): -// \uart_inst|Decoder0~4_combout = (\uart_inst|bit_index [1] & (\uart_inst|bit_index [0] & (!\uart_inst|bit_index [2] & \uart_inst|Decoder0~0_combout ))) +// \uart_inst|Decoder0~4_combout = (\uart_inst|Decoder0~0_combout & (\uart_inst|bit_index [1] & (!\uart_inst|bit_index [2] & \uart_inst|bit_index [0]))) - .dataa(\uart_inst|bit_index [1]), - .datab(\uart_inst|bit_index [0]), + .dataa(\uart_inst|Decoder0~0_combout ), + .datab(\uart_inst|bit_index [1]), .datac(\uart_inst|bit_index [2]), - .datad(\uart_inst|Decoder0~0_combout ), + .datad(\uart_inst|bit_index [0]), .cin(gnd), .combout(\uart_inst|Decoder0~4_combout ), .cout()); @@ -4953,24 +65995,24 @@ defparam \uart_inst|Decoder0~4 .lut_mask = 16'h0800; defparam \uart_inst|Decoder0~4 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N10 +// Location: LCCOMB_X100_Y28_N4 cycloneiv_lcell_comb \uart_inst|rx_byte[3]~3 ( // Equation(s): -// \uart_inst|rx_byte[3]~3_combout = (\uart_inst|Decoder0~4_combout & (!\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Decoder0~4_combout & ((\uart_inst|rx_byte [3]))) +// \uart_inst|rx_byte[3]~3_combout = (\uart_inst|Decoder0~4_combout & ((!\uart_inst|rx_sync_stage2~q ))) # (!\uart_inst|Decoder0~4_combout & (\uart_inst|rx_byte [3])) .dataa(gnd), - .datab(\uart_inst|rx_sync_stage2~q ), + .datab(\uart_inst|Decoder0~4_combout ), .datac(\uart_inst|rx_byte [3]), - .datad(\uart_inst|Decoder0~4_combout ), + .datad(\uart_inst|rx_sync_stage2~q ), .cin(gnd), .combout(\uart_inst|rx_byte[3]~3_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_byte[3]~3 .lut_mask = 16'h33F0; +defparam \uart_inst|rx_byte[3]~3 .lut_mask = 16'h30FC; defparam \uart_inst|rx_byte[3]~3 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X67_Y11_N11 +// Location: FF_X100_Y28_N5 dffeas \uart_inst|rx_byte[3] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_byte[3]~3_combout ), @@ -4989,32 +66031,15 @@ defparam \uart_inst|rx_byte[3] .is_wysiwyg = "true"; defparam \uart_inst|rx_byte[3] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X67_Y11_N22 -cycloneiv_lcell_comb \uart_inst|rx_data[3]~feeder ( -// Equation(s): -// \uart_inst|rx_data[3]~feeder_combout = \uart_inst|rx_byte [3] - - .dataa(gnd), - .datab(gnd), - .datac(gnd), - .datad(\uart_inst|rx_byte [3]), - .cin(gnd), - .combout(\uart_inst|rx_data[3]~feeder_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|rx_data[3]~feeder .lut_mask = 16'hFF00; -defparam \uart_inst|rx_data[3]~feeder .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X67_Y11_N23 +// Location: FF_X100_Y28_N27 dffeas \uart_inst|rx_data[3] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|rx_data[3]~feeder_combout ), - .asdata(vcc), + .d(gnd), + .asdata(\uart_inst|rx_byte [3]), .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(gnd), + .sload(vcc), .ena(\uart_inst|rx_data[0]~0_combout ), .devclrn(devclrn), .devpor(devpor), @@ -5025,16 +66050,16 @@ defparam \uart_inst|rx_data[3] .is_wysiwyg = "true"; defparam \uart_inst|rx_data[3] .power_up = "low"; // synopsys translate_on -// Location: FF_X58_Y6_N23 +// Location: FF_X15_Y17_N17 dffeas \lcd_char_data[3] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(gnd), .asdata(\uart_inst|rx_data [3]), - .clrn(vcc), + .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), .sload(vcc), - .ena(\lcd_char_data[0]~0_combout ), + .ena(\always0~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(lcd_char_data[3]), @@ -5044,32 +66069,32 @@ defparam \lcd_char_data[3] .is_wysiwyg = "true"; defparam \lcd_char_data[3] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N22 +// Location: LCCOMB_X15_Y17_N16 cycloneiv_lcell_comb \lcd_inst|Selector39~0 ( // Equation(s): -// \lcd_inst|Selector39~0_combout = (\lcd_inst|state.S_INIT_1~q ) # ((\lcd_char_valid~q & (lcd_char_data[3] & \lcd_inst|state.S_IDLE~q ))) +// \lcd_inst|Selector39~0_combout = (\lcd_inst|state.S_INIT_1~q ) # ((\lcd_char_valid~q & (\lcd_inst|state.S_IDLE~q & lcd_char_data[3]))) - .dataa(\lcd_inst|state.S_INIT_1~q ), - .datab(\lcd_char_valid~q ), + .dataa(\lcd_char_valid~q ), + .datab(\lcd_inst|state.S_IDLE~q ), .datac(lcd_char_data[3]), - .datad(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|state.S_INIT_1~q ), .cin(gnd), .combout(\lcd_inst|Selector39~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector39~0 .lut_mask = 16'hEAAA; +defparam \lcd_inst|Selector39~0 .lut_mask = 16'hFF80; defparam \lcd_inst|Selector39~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X57_Y6_N18 +// Location: LCCOMB_X15_Y17_N14 cycloneiv_lcell_comb \lcd_inst|Selector39~1 ( // Equation(s): -// \lcd_inst|Selector39~1_combout = ((\lcd_inst|Selector39~0_combout ) # ((\lcd_inst|LCD_DATA [3] & !\lcd_inst|Selector42~1_combout ))) # (!\lcd_inst|Selector60~0_combout ) +// \lcd_inst|Selector39~1_combout = ((\lcd_inst|Selector39~0_combout ) # ((\lcd_inst|LCD_DATA [3] & !\lcd_inst|Selector42~2_combout ))) # (!\lcd_inst|Selector60~0_combout ) .dataa(\lcd_inst|Selector60~0_combout ), .datab(\lcd_inst|Selector39~0_combout ), .datac(\lcd_inst|LCD_DATA [3]), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|Selector42~2_combout ), .cin(gnd), .combout(\lcd_inst|Selector39~1_combout ), .cout()); @@ -5078,7 +66103,7 @@ defparam \lcd_inst|Selector39~1 .lut_mask = 16'hDDFD; defparam \lcd_inst|Selector39~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X57_Y6_N19 +// Location: FF_X15_Y17_N15 dffeas \lcd_inst|LCD_DATA[3] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector39~1_combout ), @@ -5097,15 +66122,15 @@ defparam \lcd_inst|LCD_DATA[3] .is_wysiwyg = "true"; defparam \lcd_inst|LCD_DATA[3] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N12 +// Location: LCCOMB_X16_Y19_N10 cycloneiv_lcell_comb \lcd_inst|Selector38~1 ( // Equation(s): -// \lcd_inst|Selector38~1_combout = (!\lcd_inst|state.S_ENTRY_MODE~q & (\lcd_inst|Selector38~0_combout & (!\lcd_inst|state.S_DISP_CLEAR~q & !\lcd_inst|state.S_IDLE~q ))) +// \lcd_inst|Selector38~1_combout = (!\lcd_inst|state.S_IDLE~q & (\lcd_inst|Selector38~0_combout & (!\lcd_inst|state.S_DISP_CLEAR~q & !\lcd_inst|state.S_ENTRY_MODE~q ))) - .dataa(\lcd_inst|state.S_ENTRY_MODE~q ), + .dataa(\lcd_inst|state.S_IDLE~q ), .datab(\lcd_inst|Selector38~0_combout ), .datac(\lcd_inst|state.S_DISP_CLEAR~q ), - .datad(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|state.S_ENTRY_MODE~q ), .cin(gnd), .combout(\lcd_inst|Selector38~1_combout ), .cout()); @@ -5114,7 +66139,7 @@ defparam \lcd_inst|Selector38~1 .lut_mask = 16'h0004; defparam \lcd_inst|Selector38~1 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X54_Y6_N20 +// Location: LCCOMB_X15_Y18_N24 cycloneiv_lcell_comb \lcd_inst|LCD_DATA[4]~feeder ( // Equation(s): // \lcd_inst|LCD_DATA[4]~feeder_combout = \lcd_inst|Selector38~1_combout @@ -5131,41 +66156,41 @@ defparam \lcd_inst|LCD_DATA[4]~feeder .lut_mask = 16'hFF00; defparam \lcd_inst|LCD_DATA[4]~feeder .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N20 +// Location: LCCOMB_X101_Y28_N6 cycloneiv_lcell_comb \uart_inst|Decoder0~5 ( // Equation(s): -// \uart_inst|Decoder0~5_combout = (\uart_inst|bit_index [2] & (!\uart_inst|bit_index [0] & (!\uart_inst|bit_index [1] & \uart_inst|Decoder0~0_combout ))) +// \uart_inst|Decoder0~5_combout = (\uart_inst|Decoder0~0_combout & (!\uart_inst|bit_index [1] & (\uart_inst|bit_index [2] & !\uart_inst|bit_index [0]))) - .dataa(\uart_inst|bit_index [2]), - .datab(\uart_inst|bit_index [0]), - .datac(\uart_inst|bit_index [1]), - .datad(\uart_inst|Decoder0~0_combout ), + .dataa(\uart_inst|Decoder0~0_combout ), + .datab(\uart_inst|bit_index [1]), + .datac(\uart_inst|bit_index [2]), + .datad(\uart_inst|bit_index [0]), .cin(gnd), .combout(\uart_inst|Decoder0~5_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Decoder0~5 .lut_mask = 16'h0200; +defparam \uart_inst|Decoder0~5 .lut_mask = 16'h0020; defparam \uart_inst|Decoder0~5 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N0 +// Location: LCCOMB_X100_Y28_N14 cycloneiv_lcell_comb \uart_inst|rx_byte[4]~4 ( // Equation(s): -// \uart_inst|rx_byte[4]~4_combout = (\uart_inst|Decoder0~5_combout & (!\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Decoder0~5_combout & ((\uart_inst|rx_byte [4]))) +// \uart_inst|rx_byte[4]~4_combout = (\uart_inst|Decoder0~5_combout & ((!\uart_inst|rx_sync_stage2~q ))) # (!\uart_inst|Decoder0~5_combout & (\uart_inst|rx_byte [4])) - .dataa(\uart_inst|rx_sync_stage2~q ), + .dataa(\uart_inst|Decoder0~5_combout ), .datab(gnd), .datac(\uart_inst|rx_byte [4]), - .datad(\uart_inst|Decoder0~5_combout ), + .datad(\uart_inst|rx_sync_stage2~q ), .cin(gnd), .combout(\uart_inst|rx_byte[4]~4_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_byte[4]~4 .lut_mask = 16'h55F0; +defparam \uart_inst|rx_byte[4]~4 .lut_mask = 16'h50FA; defparam \uart_inst|rx_byte[4]~4 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X66_Y11_N1 +// Location: FF_X100_Y28_N15 dffeas \uart_inst|rx_byte[4] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_byte[4]~4_combout ), @@ -5184,32 +66209,15 @@ defparam \uart_inst|rx_byte[4] .is_wysiwyg = "true"; defparam \uart_inst|rx_byte[4] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N18 -cycloneiv_lcell_comb \uart_inst|rx_data[4]~feeder ( -// Equation(s): -// \uart_inst|rx_data[4]~feeder_combout = \uart_inst|rx_byte [4] - - .dataa(gnd), - .datab(gnd), - .datac(gnd), - .datad(\uart_inst|rx_byte [4]), - .cin(gnd), - .combout(\uart_inst|rx_data[4]~feeder_combout ), - .cout()); -// synopsys translate_off -defparam \uart_inst|rx_data[4]~feeder .lut_mask = 16'hFF00; -defparam \uart_inst|rx_data[4]~feeder .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X66_Y11_N19 +// Location: FF_X100_Y28_N19 dffeas \uart_inst|rx_data[4] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\uart_inst|rx_data[4]~feeder_combout ), - .asdata(vcc), + .d(gnd), + .asdata(\uart_inst|rx_byte [4]), .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(gnd), + .sload(vcc), .ena(\uart_inst|rx_data[0]~0_combout ), .devclrn(devclrn), .devpor(devpor), @@ -5220,16 +66228,16 @@ defparam \uart_inst|rx_data[4] .is_wysiwyg = "true"; defparam \uart_inst|rx_data[4] .power_up = "low"; // synopsys translate_on -// Location: FF_X58_Y6_N27 +// Location: FF_X15_Y19_N5 dffeas \lcd_char_data[4] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(gnd), .asdata(\uart_inst|rx_data [4]), - .clrn(vcc), + .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), .sload(vcc), - .ena(\lcd_char_data[0]~0_combout ), + .ena(\always0~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(lcd_char_data[4]), @@ -5239,7 +66247,7 @@ defparam \lcd_char_data[4] .is_wysiwyg = "true"; defparam \lcd_char_data[4] .power_up = "low"; // synopsys translate_on -// Location: FF_X54_Y6_N21 +// Location: FF_X15_Y18_N25 dffeas \lcd_inst|LCD_DATA[4] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|LCD_DATA[4]~feeder_combout ), @@ -5248,7 +66256,7 @@ dffeas \lcd_inst|LCD_DATA[4] ( .aload(gnd), .sclr(gnd), .sload(\lcd_inst|state.S_IDLE~q ), - .ena(\lcd_inst|Selector42~1_combout ), + .ena(\lcd_inst|Selector42~2_combout ), .devclrn(devclrn), .devpor(devpor), .q(\lcd_inst|LCD_DATA [4]), @@ -5258,7 +66266,7 @@ defparam \lcd_inst|LCD_DATA[4] .is_wysiwyg = "true"; defparam \lcd_inst|LCD_DATA[4] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X54_Y6_N18 +// Location: LCCOMB_X15_Y18_N26 cycloneiv_lcell_comb \lcd_inst|LCD_DATA[5]~feeder ( // Equation(s): // \lcd_inst|LCD_DATA[5]~feeder_combout = \lcd_inst|Selector38~1_combout @@ -5275,41 +66283,41 @@ defparam \lcd_inst|LCD_DATA[5]~feeder .lut_mask = 16'hFF00; defparam \lcd_inst|LCD_DATA[5]~feeder .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N10 +// Location: LCCOMB_X101_Y28_N4 cycloneiv_lcell_comb \uart_inst|Decoder0~6 ( // Equation(s): -// \uart_inst|Decoder0~6_combout = (\uart_inst|bit_index [2] & (\uart_inst|bit_index [0] & (!\uart_inst|bit_index [1] & \uart_inst|Decoder0~0_combout ))) +// \uart_inst|Decoder0~6_combout = (\uart_inst|Decoder0~0_combout & (!\uart_inst|bit_index [1] & (\uart_inst|bit_index [2] & \uart_inst|bit_index [0]))) - .dataa(\uart_inst|bit_index [2]), - .datab(\uart_inst|bit_index [0]), - .datac(\uart_inst|bit_index [1]), - .datad(\uart_inst|Decoder0~0_combout ), + .dataa(\uart_inst|Decoder0~0_combout ), + .datab(\uart_inst|bit_index [1]), + .datac(\uart_inst|bit_index [2]), + .datad(\uart_inst|bit_index [0]), .cin(gnd), .combout(\uart_inst|Decoder0~6_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Decoder0~6 .lut_mask = 16'h0800; +defparam \uart_inst|Decoder0~6 .lut_mask = 16'h2000; defparam \uart_inst|Decoder0~6 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N26 +// Location: LCCOMB_X100_Y28_N24 cycloneiv_lcell_comb \uart_inst|rx_byte[5]~5 ( // Equation(s): -// \uart_inst|rx_byte[5]~5_combout = (\uart_inst|Decoder0~6_combout & (!\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Decoder0~6_combout & ((\uart_inst|rx_byte [5]))) +// \uart_inst|rx_byte[5]~5_combout = (\uart_inst|Decoder0~6_combout & ((!\uart_inst|rx_sync_stage2~q ))) # (!\uart_inst|Decoder0~6_combout & (\uart_inst|rx_byte [5])) - .dataa(\uart_inst|rx_sync_stage2~q ), + .dataa(\uart_inst|Decoder0~6_combout ), .datab(gnd), .datac(\uart_inst|rx_byte [5]), - .datad(\uart_inst|Decoder0~6_combout ), + .datad(\uart_inst|rx_sync_stage2~q ), .cin(gnd), .combout(\uart_inst|rx_byte[5]~5_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_byte[5]~5 .lut_mask = 16'h55F0; +defparam \uart_inst|rx_byte[5]~5 .lut_mask = 16'h50FA; defparam \uart_inst|rx_byte[5]~5 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X66_Y11_N27 +// Location: FF_X100_Y28_N25 dffeas \uart_inst|rx_byte[5] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_byte[5]~5_combout ), @@ -5328,15 +66336,32 @@ defparam \uart_inst|rx_byte[5] .is_wysiwyg = "true"; defparam \uart_inst|rx_byte[5] .power_up = "low"; // synopsys translate_on -// Location: FF_X66_Y11_N17 +// Location: LCCOMB_X100_Y28_N10 +cycloneiv_lcell_comb \uart_inst|rx_data[5]~feeder ( +// Equation(s): +// \uart_inst|rx_data[5]~feeder_combout = \uart_inst|rx_byte [5] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_byte [5]), + .cin(gnd), + .combout(\uart_inst|rx_data[5]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|rx_data[5]~feeder .lut_mask = 16'hFF00; +defparam \uart_inst|rx_data[5]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y28_N11 dffeas \uart_inst|rx_data[5] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(gnd), - .asdata(\uart_inst|rx_byte [5]), + .d(\uart_inst|rx_data[5]~feeder_combout ), + .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(vcc), + .sload(gnd), .ena(\uart_inst|rx_data[0]~0_combout ), .devclrn(devclrn), .devpor(devpor), @@ -5347,7 +66372,7 @@ defparam \uart_inst|rx_data[5] .is_wysiwyg = "true"; defparam \uart_inst|rx_data[5] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N8 +// Location: LCCOMB_X15_Y19_N30 cycloneiv_lcell_comb \lcd_char_data[5]~feeder ( // Equation(s): // \lcd_char_data[5]~feeder_combout = \uart_inst|rx_data [5] @@ -5364,16 +66389,16 @@ defparam \lcd_char_data[5]~feeder .lut_mask = 16'hFF00; defparam \lcd_char_data[5]~feeder .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X58_Y6_N9 +// Location: FF_X15_Y19_N31 dffeas \lcd_char_data[5] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_char_data[5]~feeder_combout ), .asdata(vcc), - .clrn(vcc), + .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), .sload(gnd), - .ena(\lcd_char_data[0]~0_combout ), + .ena(\always0~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(lcd_char_data[5]), @@ -5383,7 +66408,7 @@ defparam \lcd_char_data[5] .is_wysiwyg = "true"; defparam \lcd_char_data[5] .power_up = "low"; // synopsys translate_on -// Location: FF_X54_Y6_N19 +// Location: FF_X15_Y18_N27 dffeas \lcd_inst|LCD_DATA[5] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|LCD_DATA[5]~feeder_combout ), @@ -5392,7 +66417,7 @@ dffeas \lcd_inst|LCD_DATA[5] ( .aload(gnd), .sclr(gnd), .sload(\lcd_inst|state.S_IDLE~q ), - .ena(\lcd_inst|Selector42~1_combout ), + .ena(\lcd_inst|Selector42~2_combout ), .devclrn(devclrn), .devpor(devpor), .q(\lcd_inst|LCD_DATA [5]), @@ -5402,41 +66427,41 @@ defparam \lcd_inst|LCD_DATA[5] .is_wysiwyg = "true"; defparam \lcd_inst|LCD_DATA[5] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N24 +// Location: LCCOMB_X101_Y28_N14 cycloneiv_lcell_comb \uart_inst|Decoder0~7 ( // Equation(s): -// \uart_inst|Decoder0~7_combout = (\uart_inst|bit_index [2] & (!\uart_inst|bit_index [0] & (\uart_inst|bit_index [1] & \uart_inst|Decoder0~0_combout ))) +// \uart_inst|Decoder0~7_combout = (\uart_inst|Decoder0~0_combout & (\uart_inst|bit_index [1] & (\uart_inst|bit_index [2] & !\uart_inst|bit_index [0]))) - .dataa(\uart_inst|bit_index [2]), - .datab(\uart_inst|bit_index [0]), - .datac(\uart_inst|bit_index [1]), - .datad(\uart_inst|Decoder0~0_combout ), + .dataa(\uart_inst|Decoder0~0_combout ), + .datab(\uart_inst|bit_index [1]), + .datac(\uart_inst|bit_index [2]), + .datad(\uart_inst|bit_index [0]), .cin(gnd), .combout(\uart_inst|Decoder0~7_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|Decoder0~7 .lut_mask = 16'h2000; +defparam \uart_inst|Decoder0~7 .lut_mask = 16'h0080; defparam \uart_inst|Decoder0~7 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N8 +// Location: LCCOMB_X100_Y28_N30 cycloneiv_lcell_comb \uart_inst|rx_byte[6]~6 ( // Equation(s): -// \uart_inst|rx_byte[6]~6_combout = (\uart_inst|Decoder0~7_combout & (!\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Decoder0~7_combout & ((\uart_inst|rx_byte [6]))) +// \uart_inst|rx_byte[6]~6_combout = (\uart_inst|Decoder0~7_combout & ((!\uart_inst|rx_sync_stage2~q ))) # (!\uart_inst|Decoder0~7_combout & (\uart_inst|rx_byte [6])) - .dataa(\uart_inst|rx_sync_stage2~q ), - .datab(gnd), + .dataa(gnd), + .datab(\uart_inst|Decoder0~7_combout ), .datac(\uart_inst|rx_byte [6]), - .datad(\uart_inst|Decoder0~7_combout ), + .datad(\uart_inst|rx_sync_stage2~q ), .cin(gnd), .combout(\uart_inst|rx_byte[6]~6_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_byte[6]~6 .lut_mask = 16'h55F0; +defparam \uart_inst|rx_byte[6]~6 .lut_mask = 16'h30FC; defparam \uart_inst|rx_byte[6]~6 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X66_Y11_N9 +// Location: FF_X100_Y28_N31 dffeas \uart_inst|rx_byte[6] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_byte[6]~6_combout ), @@ -5455,7 +66480,7 @@ defparam \uart_inst|rx_byte[6] .is_wysiwyg = "true"; defparam \uart_inst|rx_byte[6] .power_up = "low"; // synopsys translate_on -// Location: FF_X66_Y11_N31 +// Location: FF_X100_Y28_N21 dffeas \uart_inst|rx_data[6] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(gnd), @@ -5474,33 +66499,16 @@ defparam \uart_inst|rx_data[6] .is_wysiwyg = "true"; defparam \uart_inst|rx_data[6] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N30 -cycloneiv_lcell_comb \lcd_char_data[6]~feeder ( -// Equation(s): -// \lcd_char_data[6]~feeder_combout = \uart_inst|rx_data [6] - - .dataa(gnd), - .datab(gnd), - .datac(gnd), - .datad(\uart_inst|rx_data [6]), - .cin(gnd), - .combout(\lcd_char_data[6]~feeder_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_char_data[6]~feeder .lut_mask = 16'hFF00; -defparam \lcd_char_data[6]~feeder .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X58_Y6_N31 +// Location: FF_X15_Y17_N19 dffeas \lcd_char_data[6] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_char_data[6]~feeder_combout ), - .asdata(vcc), - .clrn(vcc), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(gnd), - .ena(\lcd_char_data[0]~0_combout ), + .sload(vcc), + .ena(\always0~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(lcd_char_data[6]), @@ -5510,32 +66518,32 @@ defparam \lcd_char_data[6] .is_wysiwyg = "true"; defparam \lcd_char_data[6] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X54_Y5_N28 -cycloneiv_lcell_comb \lcd_inst|Selector33~4 ( +// Location: LCCOMB_X15_Y17_N18 +cycloneiv_lcell_comb \lcd_inst|Selector33~2 ( // Equation(s): -// \lcd_inst|Selector33~4_combout = (\lcd_char_valid~q & \lcd_inst|state.S_IDLE~q ) +// \lcd_inst|Selector33~2_combout = (\lcd_inst|state.S_IDLE~q & \lcd_char_valid~q ) - .dataa(\lcd_char_valid~q ), - .datab(gnd), + .dataa(gnd), + .datab(\lcd_inst|state.S_IDLE~q ), .datac(gnd), - .datad(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_char_valid~q ), .cin(gnd), - .combout(\lcd_inst|Selector33~4_combout ), + .combout(\lcd_inst|Selector33~2_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector33~4 .lut_mask = 16'hAA00; -defparam \lcd_inst|Selector33~4 .sum_lutc_input = "datac"; +defparam \lcd_inst|Selector33~2 .lut_mask = 16'hCC00; +defparam \lcd_inst|Selector33~2 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X54_Y5_N26 +// Location: LCCOMB_X15_Y17_N0 cycloneiv_lcell_comb \lcd_inst|Selector36~0 ( // Equation(s): -// \lcd_inst|Selector36~0_combout = (\lcd_inst|Selector42~1_combout & (lcd_char_data[6] & ((\lcd_inst|Selector33~4_combout )))) # (!\lcd_inst|Selector42~1_combout & ((\lcd_inst|LCD_DATA [6]) # ((lcd_char_data[6] & \lcd_inst|Selector33~4_combout )))) +// \lcd_inst|Selector36~0_combout = (\lcd_inst|Selector42~2_combout & (lcd_char_data[6] & ((\lcd_inst|Selector33~2_combout )))) # (!\lcd_inst|Selector42~2_combout & ((\lcd_inst|LCD_DATA [6]) # ((lcd_char_data[6] & \lcd_inst|Selector33~2_combout )))) - .dataa(\lcd_inst|Selector42~1_combout ), + .dataa(\lcd_inst|Selector42~2_combout ), .datab(lcd_char_data[6]), .datac(\lcd_inst|LCD_DATA [6]), - .datad(\lcd_inst|Selector33~4_combout ), + .datad(\lcd_inst|Selector33~2_combout ), .cin(gnd), .combout(\lcd_inst|Selector36~0_combout ), .cout()); @@ -5544,7 +66552,7 @@ defparam \lcd_inst|Selector36~0 .lut_mask = 16'hDC50; defparam \lcd_inst|Selector36~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X54_Y5_N27 +// Location: FF_X15_Y17_N1 dffeas \lcd_inst|LCD_DATA[6] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector36~0_combout ), @@ -5563,15 +66571,15 @@ defparam \lcd_inst|LCD_DATA[6] .is_wysiwyg = "true"; defparam \lcd_inst|LCD_DATA[6] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N6 +// Location: LCCOMB_X101_Y28_N8 cycloneiv_lcell_comb \uart_inst|Decoder0~8 ( // Equation(s): -// \uart_inst|Decoder0~8_combout = (\uart_inst|bit_index [2] & (\uart_inst|bit_index [0] & (\uart_inst|bit_index [1] & \uart_inst|Decoder0~0_combout ))) +// \uart_inst|Decoder0~8_combout = (\uart_inst|Decoder0~0_combout & (\uart_inst|bit_index [1] & (\uart_inst|bit_index [2] & \uart_inst|bit_index [0]))) - .dataa(\uart_inst|bit_index [2]), - .datab(\uart_inst|bit_index [0]), - .datac(\uart_inst|bit_index [1]), - .datad(\uart_inst|Decoder0~0_combout ), + .dataa(\uart_inst|Decoder0~0_combout ), + .datab(\uart_inst|bit_index [1]), + .datac(\uart_inst|bit_index [2]), + .datad(\uart_inst|bit_index [0]), .cin(gnd), .combout(\uart_inst|Decoder0~8_combout ), .cout()); @@ -5580,24 +66588,24 @@ defparam \uart_inst|Decoder0~8 .lut_mask = 16'h8000; defparam \uart_inst|Decoder0~8 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: LCCOMB_X66_Y11_N14 +// Location: LCCOMB_X100_Y28_N12 cycloneiv_lcell_comb \uart_inst|rx_byte[7]~7 ( // Equation(s): -// \uart_inst|rx_byte[7]~7_combout = (\uart_inst|Decoder0~8_combout & (!\uart_inst|rx_sync_stage2~q )) # (!\uart_inst|Decoder0~8_combout & ((\uart_inst|rx_byte [7]))) +// \uart_inst|rx_byte[7]~7_combout = (\uart_inst|Decoder0~8_combout & ((!\uart_inst|rx_sync_stage2~q ))) # (!\uart_inst|Decoder0~8_combout & (\uart_inst|rx_byte [7])) - .dataa(\uart_inst|rx_sync_stage2~q ), - .datab(gnd), + .dataa(gnd), + .datab(\uart_inst|Decoder0~8_combout ), .datac(\uart_inst|rx_byte [7]), - .datad(\uart_inst|Decoder0~8_combout ), + .datad(\uart_inst|rx_sync_stage2~q ), .cin(gnd), .combout(\uart_inst|rx_byte[7]~7_combout ), .cout()); // synopsys translate_off -defparam \uart_inst|rx_byte[7]~7 .lut_mask = 16'h55F0; +defparam \uart_inst|rx_byte[7]~7 .lut_mask = 16'h30FC; defparam \uart_inst|rx_byte[7]~7 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X66_Y11_N15 +// Location: FF_X100_Y28_N13 dffeas \uart_inst|rx_byte[7] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\uart_inst|rx_byte[7]~7_combout ), @@ -5616,15 +66624,32 @@ defparam \uart_inst|rx_byte[7] .is_wysiwyg = "true"; defparam \uart_inst|rx_byte[7] .power_up = "low"; // synopsys translate_on -// Location: FF_X66_Y11_N5 +// Location: LCCOMB_X100_Y28_N28 +cycloneiv_lcell_comb \uart_inst|rx_data[7]~feeder ( +// Equation(s): +// \uart_inst|rx_data[7]~feeder_combout = \uart_inst|rx_byte [7] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_byte [7]), + .cin(gnd), + .combout(\uart_inst|rx_data[7]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \uart_inst|rx_data[7]~feeder .lut_mask = 16'hFF00; +defparam \uart_inst|rx_data[7]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y28_N29 dffeas \uart_inst|rx_data[7] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(gnd), - .asdata(\uart_inst|rx_byte [7]), + .d(\uart_inst|rx_data[7]~feeder_combout ), + .asdata(vcc), .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(vcc), + .sload(gnd), .ena(\uart_inst|rx_data[0]~0_combout ), .devclrn(devclrn), .devpor(devpor), @@ -5635,33 +66660,16 @@ defparam \uart_inst|rx_data[7] .is_wysiwyg = "true"; defparam \uart_inst|rx_data[7] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X58_Y6_N28 -cycloneiv_lcell_comb \lcd_char_data[7]~feeder ( -// Equation(s): -// \lcd_char_data[7]~feeder_combout = \uart_inst|rx_data [7] - - .dataa(gnd), - .datab(gnd), - .datac(gnd), - .datad(\uart_inst|rx_data [7]), - .cin(gnd), - .combout(\lcd_char_data[7]~feeder_combout ), - .cout()); -// synopsys translate_off -defparam \lcd_char_data[7]~feeder .lut_mask = 16'hFF00; -defparam \lcd_char_data[7]~feeder .sum_lutc_input = "datac"; -// synopsys translate_on - -// Location: FF_X58_Y6_N29 +// Location: FF_X15_Y17_N29 dffeas \lcd_char_data[7] ( .clk(\CLOCK_50~inputclkctrl_outclk ), - .d(\lcd_char_data[7]~feeder_combout ), - .asdata(vcc), - .clrn(vcc), + .d(gnd), + .asdata(\uart_inst|rx_data [7]), + .clrn(\KEY[0]~input_o ), .aload(gnd), .sclr(gnd), - .sload(gnd), - .ena(\lcd_char_data[0]~0_combout ), + .sload(vcc), + .ena(\always0~0_combout ), .devclrn(devclrn), .devpor(devpor), .q(lcd_char_data[7]), @@ -5671,24 +66679,24 @@ defparam \lcd_char_data[7] .is_wysiwyg = "true"; defparam \lcd_char_data[7] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X54_Y5_N16 +// Location: LCCOMB_X15_Y17_N26 cycloneiv_lcell_comb \lcd_inst|Selector35~0 ( // Equation(s): -// \lcd_inst|Selector35~0_combout = (lcd_char_data[7] & ((\lcd_inst|Selector33~4_combout ) # ((\lcd_inst|LCD_DATA [7] & !\lcd_inst|Selector42~1_combout )))) # (!lcd_char_data[7] & (((\lcd_inst|LCD_DATA [7] & !\lcd_inst|Selector42~1_combout )))) +// \lcd_inst|Selector35~0_combout = (\lcd_inst|Selector42~2_combout & (lcd_char_data[7] & ((\lcd_inst|Selector33~2_combout )))) # (!\lcd_inst|Selector42~2_combout & ((\lcd_inst|LCD_DATA [7]) # ((lcd_char_data[7] & \lcd_inst|Selector33~2_combout )))) - .dataa(lcd_char_data[7]), - .datab(\lcd_inst|Selector33~4_combout ), + .dataa(\lcd_inst|Selector42~2_combout ), + .datab(lcd_char_data[7]), .datac(\lcd_inst|LCD_DATA [7]), - .datad(\lcd_inst|Selector42~1_combout ), + .datad(\lcd_inst|Selector33~2_combout ), .cin(gnd), .combout(\lcd_inst|Selector35~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector35~0 .lut_mask = 16'h88F8; +defparam \lcd_inst|Selector35~0 .lut_mask = 16'hDC50; defparam \lcd_inst|Selector35~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X54_Y5_N17 +// Location: FF_X15_Y17_N27 dffeas \lcd_inst|LCD_DATA[7] ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector35~0_combout ), @@ -5707,7 +66715,7 @@ defparam \lcd_inst|LCD_DATA[7] .is_wysiwyg = "true"; defparam \lcd_inst|LCD_DATA[7] .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X54_Y5_N30 +// Location: LCCOMB_X9_Y1_N28 cycloneiv_lcell_comb \lcd_inst|LCD_EN~feeder ( // Equation(s): // \lcd_inst|LCD_EN~feeder_combout = \lcd_inst|state.S_WAIT_EN~q @@ -5724,7 +66732,7 @@ defparam \lcd_inst|LCD_EN~feeder .lut_mask = 16'hFF00; defparam \lcd_inst|LCD_EN~feeder .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X54_Y5_N31 +// Location: FF_X9_Y1_N29 dffeas \lcd_inst|LCD_EN ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|LCD_EN~feeder_combout ), @@ -5743,24 +66751,24 @@ defparam \lcd_inst|LCD_EN .is_wysiwyg = "true"; defparam \lcd_inst|LCD_EN .power_up = "low"; // synopsys translate_on -// Location: LCCOMB_X55_Y5_N16 +// Location: LCCOMB_X16_Y17_N30 cycloneiv_lcell_comb \lcd_inst|Selector34~0 ( // Equation(s): -// \lcd_inst|Selector34~0_combout = (\lcd_inst|LCD_RS~q & (((\lcd_inst|WideOr3~0_combout ) # (\lcd_inst|state.S_IDLE~q )))) # (!\lcd_inst|LCD_RS~q & (\lcd_char_valid~q & ((\lcd_inst|state.S_IDLE~q )))) +// \lcd_inst|Selector34~0_combout = (\lcd_inst|state.S_IDLE~q & ((\lcd_char_valid~q ) # ((\lcd_inst|LCD_RS~q )))) # (!\lcd_inst|state.S_IDLE~q & (((\lcd_inst|LCD_RS~q & \lcd_inst|WideOr3~0_combout )))) .dataa(\lcd_char_valid~q ), - .datab(\lcd_inst|WideOr3~0_combout ), + .datab(\lcd_inst|state.S_IDLE~q ), .datac(\lcd_inst|LCD_RS~q ), - .datad(\lcd_inst|state.S_IDLE~q ), + .datad(\lcd_inst|WideOr3~0_combout ), .cin(gnd), .combout(\lcd_inst|Selector34~0_combout ), .cout()); // synopsys translate_off -defparam \lcd_inst|Selector34~0 .lut_mask = 16'hFAC0; +defparam \lcd_inst|Selector34~0 .lut_mask = 16'hF8C8; defparam \lcd_inst|Selector34~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: FF_X55_Y5_N17 +// Location: FF_X16_Y17_N31 dffeas \lcd_inst|LCD_RS ( .clk(\CLOCK_50~inputclkctrl_outclk ), .d(\lcd_inst|Selector34~0_combout ), @@ -5779,107 +66787,1100273 @@ defparam \lcd_inst|LCD_RS .is_wysiwyg = "true"; defparam \lcd_inst|LCD_RS .power_up = "low"; // synopsys translate_on -// Location: IOIBUF_X117_Y10_N8 -cycloneiv_io_ibuf \KEY[1]~input ( - .i(KEY[1]), - .ibar(gnd), - .o(\KEY[1]~input_o )); +// Location: PLL_1 +cycloneiv_pll \pll_inst|altpll_component|auto_generated|pll1 ( + .areset(gnd), + .pfdena(vcc), + .fbin(\pll_inst|altpll_component|auto_generated|wire_pll1_fbout ), + .phaseupdown(gnd), + .phasestep(gnd), + .scandata(gnd), + .scanclk(gnd), + .scanclkena(vcc), + .configupdate(gnd), + .clkswitch(gnd), + .inclk({gnd,\CLOCK_50~input_o }), + .phasecounterselect(3'b000), + .phasedone(), + .scandataout(), + .scandone(), + .activeclock(), + .locked(\pll_inst|altpll_component|auto_generated|wire_pll1_locked ), + .vcooverrange(), + .vcounderrange(), + .fbout(\pll_inst|altpll_component|auto_generated|wire_pll1_fbout ), + .icdrclk(), + .fref(), + .clk(\pll_inst|altpll_component|auto_generated|pll1_CLK_bus ), + .clkbad()); // synopsys translate_off -defparam \KEY[1]~input .bus_hold = "false"; -defparam \KEY[1]~input .simulate_z_as = "z"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .auto_settings = "false"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .bandwidth_type = "medium"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c0_high = 2; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c0_initial = 1; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c0_low = 2; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c0_mode = "even"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c0_ph = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c1_high = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c1_initial = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c1_low = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c1_mode = "bypass"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c1_ph = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c1_use_casc_in = "off"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c2_high = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c2_initial = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c2_low = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c2_mode = "bypass"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c2_ph = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c2_use_casc_in = "off"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c3_high = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c3_initial = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c3_low = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c3_mode = "bypass"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c3_ph = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c3_use_casc_in = "off"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c4_high = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c4_initial = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c4_low = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c4_mode = "bypass"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c4_ph = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .c4_use_casc_in = "off"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .charge_pump_current_bits = 1; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk0_counter = "c0"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk0_divide_by = 32; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk0_duty_cycle = 50; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk0_multiply_by = 95; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk0_phase_shift = "0"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk1_counter = "unused"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk1_divide_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk1_duty_cycle = 50; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk1_multiply_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk1_phase_shift = "0"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk2_counter = "unused"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk2_divide_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk2_duty_cycle = 50; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk2_multiply_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk2_phase_shift = "0"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk3_counter = "unused"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk3_divide_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk3_duty_cycle = 50; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk3_multiply_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk3_phase_shift = "0"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk4_counter = "unused"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk4_divide_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk4_duty_cycle = 50; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk4_multiply_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .clk4_phase_shift = "0"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .compensate_clock = "clock0"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .dpa_divide_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .dpa_divider = 1; +defparam \pll_inst|altpll_component|auto_generated|pll1 .dpa_multiply_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .feedback_external_loop_divider = "false"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .feedback_source = -1; +defparam \pll_inst|altpll_component|auto_generated|pll1 .inclk0_input_frequency = 20000; +defparam \pll_inst|altpll_component|auto_generated|pll1 .inclk1_input_frequency = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .loop_filter_c_bits = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .loop_filter_r_bits = 16; +defparam \pll_inst|altpll_component|auto_generated|pll1 .m = 95; +defparam \pll_inst|altpll_component|auto_generated|pll1 .m_initial = 1; +defparam \pll_inst|altpll_component|auto_generated|pll1 .m_ph = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .n = 8; +defparam \pll_inst|altpll_component|auto_generated|pll1 .operation_mode = "normal"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .pfd_max = 200000; +defparam \pll_inst|altpll_component|auto_generated|pll1 .pfd_min = 3076; +defparam \pll_inst|altpll_component|auto_generated|pll1 .pll_type = "mpll"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .self_reset_on_loss_lock = "off"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .simulation_type = "functional"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .switch_over_type = "auto"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .vco_center = 1250; +defparam \pll_inst|altpll_component|auto_generated|pll1 .vco_divide_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .vco_frequency_control = "auto"; +defparam \pll_inst|altpll_component|auto_generated|pll1 .vco_max = 3333; +defparam \pll_inst|altpll_component|auto_generated|pll1 .vco_min = 1250; +defparam \pll_inst|altpll_component|auto_generated|pll1 .vco_multiply_by = 0; +defparam \pll_inst|altpll_component|auto_generated|pll1 .vco_phase_shift_step = 210; +defparam \pll_inst|altpll_component|auto_generated|pll1 .vco_post_scale = 2; // synopsys translate_on -// Location: IOIBUF_X117_Y17_N8 -cycloneiv_io_ibuf \KEY[2]~input ( - .i(KEY[2]), - .ibar(gnd), - .o(\KEY[2]~input_o )); +// Location: CLKCTRL_G29 +cycloneiv_clkctrl \pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl ( + .ena(vcc), + .inclk({vcc,vcc,vcc,\pll_inst|altpll_component|auto_generated|wire_pll1_clk [0]}), + .clkselect(2'b00), + .devclrn(devclrn), + .devpor(devpor), + .outclk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk )); // synopsys translate_off -defparam \KEY[2]~input .bus_hold = "false"; -defparam \KEY[2]~input .simulate_z_as = "z"; +defparam \pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl .clock_type = "global clock"; +defparam \pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl .ena_register_mode = "none"; // synopsys translate_on -// Location: IOIBUF_X117_Y8_N1 -cycloneiv_io_ibuf \KEY[3]~input ( - .i(KEY[3]), - .ibar(gnd), - .o(\KEY[3]~input_o )); +// Location: LCCOMB_X61_Y36_N4 +cycloneiv_lcell_comb \vga_c|Add1~0 ( +// Equation(s): +// \vga_c|Add1~0_combout = \vga_c|h_cnt [0] $ (VCC) +// \vga_c|Add1~1 = CARRY(\vga_c|h_cnt [0]) + + .dataa(gnd), + .datab(\vga_c|h_cnt [0]), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\vga_c|Add1~0_combout ), + .cout(\vga_c|Add1~1 )); // synopsys translate_off -defparam \KEY[3]~input .bus_hold = "false"; -defparam \KEY[3]~input .simulate_z_as = "z"; +defparam \vga_c|Add1~0 .lut_mask = 16'h33CC; +defparam \vga_c|Add1~0 .sum_lutc_input = "datac"; // synopsys translate_on -// Location: IOIBUF_X99_Y91_N22 -cycloneiv_io_ibuf \UART_CTS~input ( - .i(UART_CTS), - .ibar(gnd), - .o(\UART_CTS~input_o )); +// Location: LCCOMB_X1_Y13_N20 +cycloneiv_lcell_comb \comb~0 ( +// Equation(s): +// \comb~0_combout = (!\pll_inst|altpll_component|auto_generated|wire_pll1_locked ) # (!\KEY[0]~input_o ) + + .dataa(gnd), + .datab(gnd), + .datac(\KEY[0]~input_o ), + .datad(\pll_inst|altpll_component|auto_generated|wire_pll1_locked ), + .cin(gnd), + .combout(\comb~0_combout ), + .cout()); // synopsys translate_off -defparam \UART_CTS~input .bus_hold = "false"; -defparam \UART_CTS~input .simulate_z_as = "z"; +defparam \comb~0 .lut_mask = 16'h0FFF; +defparam \comb~0 .sum_lutc_input = "datac"; // synopsys translate_on -assign UART_TXD = \UART_TXD~output_o ; +// Location: CLKCTRL_G3 +cycloneiv_clkctrl \comb~0clkctrl ( + .ena(vcc), + .inclk({vcc,vcc,vcc,\comb~0_combout }), + .clkselect(2'b00), + .devclrn(devclrn), + .devpor(devpor), + .outclk(\comb~0clkctrl_outclk )); +// synopsys translate_off +defparam \comb~0clkctrl .clock_type = "global clock"; +defparam \comb~0clkctrl .ena_register_mode = "none"; +// synopsys translate_on -assign UART_RTS = \UART_RTS~output_o ; +// Location: FF_X61_Y36_N5 +dffeas \vga_c|h_cnt[0] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|Add1~0_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [0]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[0] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[0] .power_up = "low"; +// synopsys translate_on -assign LCD_DATA[0] = \LCD_DATA[0]~output_o ; +// Location: LCCOMB_X61_Y36_N6 +cycloneiv_lcell_comb \vga_c|Add1~2 ( +// Equation(s): +// \vga_c|Add1~2_combout = (\vga_c|h_cnt [1] & (!\vga_c|Add1~1 )) # (!\vga_c|h_cnt [1] & ((\vga_c|Add1~1 ) # (GND))) +// \vga_c|Add1~3 = CARRY((!\vga_c|Add1~1 ) # (!\vga_c|h_cnt [1])) -assign LCD_DATA[1] = \LCD_DATA[1]~output_o ; + .dataa(\vga_c|h_cnt [1]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~1 ), + .combout(\vga_c|Add1~2_combout ), + .cout(\vga_c|Add1~3 )); +// synopsys translate_off +defparam \vga_c|Add1~2 .lut_mask = 16'h5A5F; +defparam \vga_c|Add1~2 .sum_lutc_input = "cin"; +// synopsys translate_on -assign LCD_DATA[2] = \LCD_DATA[2]~output_o ; +// Location: FF_X61_Y36_N7 +dffeas \vga_c|h_cnt[1] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|Add1~2_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [1]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[1] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[1] .power_up = "low"; +// synopsys translate_on -assign LCD_DATA[3] = \LCD_DATA[3]~output_o ; +// Location: LCCOMB_X61_Y36_N8 +cycloneiv_lcell_comb \vga_c|Add1~4 ( +// Equation(s): +// \vga_c|Add1~4_combout = (\vga_c|h_cnt [2] & (\vga_c|Add1~3 $ (GND))) # (!\vga_c|h_cnt [2] & (!\vga_c|Add1~3 & VCC)) +// \vga_c|Add1~5 = CARRY((\vga_c|h_cnt [2] & !\vga_c|Add1~3 )) -assign LCD_DATA[4] = \LCD_DATA[4]~output_o ; + .dataa(gnd), + .datab(\vga_c|h_cnt [2]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~3 ), + .combout(\vga_c|Add1~4_combout ), + .cout(\vga_c|Add1~5 )); +// synopsys translate_off +defparam \vga_c|Add1~4 .lut_mask = 16'hC30C; +defparam \vga_c|Add1~4 .sum_lutc_input = "cin"; +// synopsys translate_on -assign LCD_DATA[5] = \LCD_DATA[5]~output_o ; +// Location: FF_X61_Y36_N9 +dffeas \vga_c|h_cnt[2] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|Add1~4_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [2]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[2] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[2] .power_up = "low"; +// synopsys translate_on -assign LCD_DATA[6] = \LCD_DATA[6]~output_o ; +// Location: LCCOMB_X61_Y36_N10 +cycloneiv_lcell_comb \vga_c|Add1~6 ( +// Equation(s): +// \vga_c|Add1~6_combout = (\vga_c|h_cnt [3] & (!\vga_c|Add1~5 )) # (!\vga_c|h_cnt [3] & ((\vga_c|Add1~5 ) # (GND))) +// \vga_c|Add1~7 = CARRY((!\vga_c|Add1~5 ) # (!\vga_c|h_cnt [3])) -assign LCD_DATA[7] = \LCD_DATA[7]~output_o ; + .dataa(gnd), + .datab(\vga_c|h_cnt [3]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~5 ), + .combout(\vga_c|Add1~6_combout ), + .cout(\vga_c|Add1~7 )); +// synopsys translate_off +defparam \vga_c|Add1~6 .lut_mask = 16'h3C3F; +defparam \vga_c|Add1~6 .sum_lutc_input = "cin"; +// synopsys translate_on -assign LCD_RW = \LCD_RW~output_o ; +// Location: LCCOMB_X61_Y36_N0 +cycloneiv_lcell_comb \vga_c|h_cnt~2 ( +// Equation(s): +// \vga_c|h_cnt~2_combout = (!\vga_c|Equal0~3_combout & \vga_c|Add1~6_combout ) -assign LCD_EN = \LCD_EN~output_o ; + .dataa(\vga_c|Equal0~3_combout ), + .datab(gnd), + .datac(gnd), + .datad(\vga_c|Add1~6_combout ), + .cin(gnd), + .combout(\vga_c|h_cnt~2_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|h_cnt~2 .lut_mask = 16'h5500; +defparam \vga_c|h_cnt~2 .sum_lutc_input = "datac"; +// synopsys translate_on -assign LCD_RS = \LCD_RS~output_o ; +// Location: FF_X61_Y36_N1 +dffeas \vga_c|h_cnt[3] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|h_cnt~2_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [3]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[3] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[3] .power_up = "low"; +// synopsys translate_on -assign LCD_ON = \LCD_ON~output_o ; +// Location: LCCOMB_X61_Y36_N12 +cycloneiv_lcell_comb \vga_c|Add1~8 ( +// Equation(s): +// \vga_c|Add1~8_combout = (\vga_c|h_cnt [4] & (\vga_c|Add1~7 $ (GND))) # (!\vga_c|h_cnt [4] & (!\vga_c|Add1~7 & VCC)) +// \vga_c|Add1~9 = CARRY((\vga_c|h_cnt [4] & !\vga_c|Add1~7 )) -endmodule + .dataa(gnd), + .datab(\vga_c|h_cnt [4]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~7 ), + .combout(\vga_c|Add1~8_combout ), + .cout(\vga_c|Add1~9 )); +// synopsys translate_off +defparam \vga_c|Add1~8 .lut_mask = 16'hC30C; +defparam \vga_c|Add1~8 .sum_lutc_input = "cin"; +// synopsys translate_on -module hard_block ( +// Location: LCCOMB_X61_Y36_N28 +cycloneiv_lcell_comb \vga_c|h_cnt~1 ( +// Equation(s): +// \vga_c|h_cnt~1_combout = (!\vga_c|Equal0~3_combout & \vga_c|Add1~8_combout ) - devpor, - devclrn, - devoe); + .dataa(\vga_c|Equal0~3_combout ), + .datab(gnd), + .datac(gnd), + .datad(\vga_c|Add1~8_combout ), + .cin(gnd), + .combout(\vga_c|h_cnt~1_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|h_cnt~1 .lut_mask = 16'h5500; +defparam \vga_c|h_cnt~1 .sum_lutc_input = "datac"; +// synopsys translate_on -// Design Ports Information -// ~ALTERA_NCEO~ => Location: PIN_AE7, I/O Standard: 2.5 V, Current Strength: 16mA -// ~ALTERA_DATA0~ => Location: PIN_A3, I/O Standard: 2.5 V, Current Strength: Default -// ~ALTERA_ASDO_DATA1~ => Location: PIN_G9, I/O Standard: 2.5 V, Current Strength: Default -// ~ALTERA_NCSO~ => Location: PIN_B4, I/O Standard: 2.5 V, Current Strength: Default -// ~ALTERA_DCLK~ => Location: PIN_B3, I/O Standard: 2.5 V, Current Strength: Default +// Location: FF_X61_Y36_N29 +dffeas \vga_c|h_cnt[4] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|h_cnt~1_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [4]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[4] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[4] .power_up = "low"; +// synopsys translate_on -input devpor; -input devclrn; -input devoe; +// Location: LCCOMB_X61_Y36_N14 +cycloneiv_lcell_comb \vga_c|Add1~10 ( +// Equation(s): +// \vga_c|Add1~10_combout = (\vga_c|h_cnt [5] & (!\vga_c|Add1~9 )) # (!\vga_c|h_cnt [5] & ((\vga_c|Add1~9 ) # (GND))) +// \vga_c|Add1~11 = CARRY((!\vga_c|Add1~9 ) # (!\vga_c|h_cnt [5])) -wire gnd; -wire vcc; -wire unknown; + .dataa(gnd), + .datab(\vga_c|h_cnt [5]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~9 ), + .combout(\vga_c|Add1~10_combout ), + .cout(\vga_c|Add1~11 )); +// synopsys translate_off +defparam \vga_c|Add1~10 .lut_mask = 16'h3C3F; +defparam \vga_c|Add1~10 .sum_lutc_input = "cin"; +// synopsys translate_on -assign gnd = 1'b0; -assign vcc = 1'b1; -assign unknown = 1'bx; +// Location: FF_X61_Y36_N15 +dffeas \vga_c|h_cnt[5] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|Add1~10_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [5]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[5] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[5] .power_up = "low"; +// synopsys translate_on -wire \~ALTERA_DATA0~~padout ; -wire \~ALTERA_ASDO_DATA1~~padout ; -wire \~ALTERA_NCSO~~padout ; -wire \~ALTERA_DATA0~~ibuf_o ; -wire \~ALTERA_ASDO_DATA1~~ibuf_o ; -wire \~ALTERA_NCSO~~ibuf_o ; +// Location: LCCOMB_X61_Y36_N16 +cycloneiv_lcell_comb \vga_c|Add1~12 ( +// Equation(s): +// \vga_c|Add1~12_combout = (\vga_c|h_cnt [6] & (\vga_c|Add1~11 $ (GND))) # (!\vga_c|h_cnt [6] & (!\vga_c|Add1~11 & VCC)) +// \vga_c|Add1~13 = CARRY((\vga_c|h_cnt [6] & !\vga_c|Add1~11 )) + + .dataa(gnd), + .datab(\vga_c|h_cnt [6]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~11 ), + .combout(\vga_c|Add1~12_combout ), + .cout(\vga_c|Add1~13 )); +// synopsys translate_off +defparam \vga_c|Add1~12 .lut_mask = 16'hC30C; +defparam \vga_c|Add1~12 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X61_Y36_N31 +dffeas \vga_c|h_cnt[6] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|Add1~12_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [6]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[6] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[6] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y36_N18 +cycloneiv_lcell_comb \vga_c|Add1~14 ( +// Equation(s): +// \vga_c|Add1~14_combout = (\vga_c|h_cnt [7] & (!\vga_c|Add1~13 )) # (!\vga_c|h_cnt [7] & ((\vga_c|Add1~13 ) # (GND))) +// \vga_c|Add1~15 = CARRY((!\vga_c|Add1~13 ) # (!\vga_c|h_cnt [7])) + + .dataa(gnd), + .datab(\vga_c|h_cnt [7]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~13 ), + .combout(\vga_c|Add1~14_combout ), + .cout(\vga_c|Add1~15 )); +// synopsys translate_off +defparam \vga_c|Add1~14 .lut_mask = 16'h3C3F; +defparam \vga_c|Add1~14 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y36_N20 +cycloneiv_lcell_comb \vga_c|Add1~16 ( +// Equation(s): +// \vga_c|Add1~16_combout = (\vga_c|h_cnt [8] & (\vga_c|Add1~15 $ (GND))) # (!\vga_c|h_cnt [8] & (!\vga_c|Add1~15 & VCC)) +// \vga_c|Add1~17 = CARRY((\vga_c|h_cnt [8] & !\vga_c|Add1~15 )) + + .dataa(gnd), + .datab(\vga_c|h_cnt [8]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~15 ), + .combout(\vga_c|Add1~16_combout ), + .cout(\vga_c|Add1~17 )); +// synopsys translate_off +defparam \vga_c|Add1~16 .lut_mask = 16'hC30C; +defparam \vga_c|Add1~16 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X60_Y36_N19 +dffeas \vga_c|h_cnt[8] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|Add1~16_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [8]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[8] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[8] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y36_N22 +cycloneiv_lcell_comb \vga_c|Add1~18 ( +// Equation(s): +// \vga_c|Add1~18_combout = (\vga_c|h_cnt [9] & (!\vga_c|Add1~17 )) # (!\vga_c|h_cnt [9] & ((\vga_c|Add1~17 ) # (GND))) +// \vga_c|Add1~19 = CARRY((!\vga_c|Add1~17 ) # (!\vga_c|h_cnt [9])) + + .dataa(gnd), + .datab(\vga_c|h_cnt [9]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~17 ), + .combout(\vga_c|Add1~18_combout ), + .cout(\vga_c|Add1~19 )); +// synopsys translate_off +defparam \vga_c|Add1~18 .lut_mask = 16'h3C3F; +defparam \vga_c|Add1~18 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X60_Y36_N25 +dffeas \vga_c|h_cnt[9] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|Add1~18_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [9]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[9] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[9] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y36_N24 +cycloneiv_lcell_comb \vga_c|Add1~20 ( +// Equation(s): +// \vga_c|Add1~20_combout = (\vga_c|h_cnt [10] & (\vga_c|Add1~19 $ (GND))) # (!\vga_c|h_cnt [10] & (!\vga_c|Add1~19 & VCC)) +// \vga_c|Add1~21 = CARRY((\vga_c|h_cnt [10] & !\vga_c|Add1~19 )) + + .dataa(\vga_c|h_cnt [10]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add1~19 ), + .combout(\vga_c|Add1~20_combout ), + .cout(\vga_c|Add1~21 )); +// synopsys translate_off +defparam \vga_c|Add1~20 .lut_mask = 16'hA50A; +defparam \vga_c|Add1~20 .sum_lutc_input = "cin"; +// synopsys translate_on +// Location: FF_X60_Y36_N27 +dffeas \vga_c|h_cnt[10] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|Add1~20_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [10]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[10] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[10] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y36_N26 +cycloneiv_lcell_comb \vga_c|Add1~22 ( +// Equation(s): +// \vga_c|Add1~22_combout = \vga_c|h_cnt [11] $ (\vga_c|Add1~21 ) + + .dataa(\vga_c|h_cnt [11]), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\vga_c|Add1~21 ), + .combout(\vga_c|Add1~22_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Add1~22 .lut_mask = 16'h5A5A; +defparam \vga_c|Add1~22 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N0 +cycloneiv_lcell_comb \vga_c|h_cnt~3 ( +// Equation(s): +// \vga_c|h_cnt~3_combout = (!\vga_c|Equal0~3_combout & \vga_c|Add1~22_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\vga_c|Equal0~3_combout ), + .datad(\vga_c|Add1~22_combout ), + .cin(gnd), + .combout(\vga_c|h_cnt~3_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|h_cnt~3 .lut_mask = 16'h0F00; +defparam \vga_c|h_cnt~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y36_N1 +dffeas \vga_c|h_cnt[11] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|h_cnt~3_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [11]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[11] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[11] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N12 +cycloneiv_lcell_comb \vga_c|Equal0~2 ( +// Equation(s): +// \vga_c|Equal0~2_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [2] & (\vga_c|h_cnt [4] & \vga_c|h_cnt [11]))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [2]), + .datac(\vga_c|h_cnt [4]), + .datad(\vga_c|h_cnt [11]), + .cin(gnd), + .combout(\vga_c|Equal0~2_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Equal0~2 .lut_mask = 16'h8000; +defparam \vga_c|Equal0~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N2 +cycloneiv_lcell_comb \vga_c|Equal0~0 ( +// Equation(s): +// \vga_c|Equal0~0_combout = (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [9] & (!\vga_c|h_cnt [10] & !\vga_c|h_cnt [8]))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [9]), + .datac(\vga_c|h_cnt [10]), + .datad(\vga_c|h_cnt [8]), + .cin(gnd), + .combout(\vga_c|Equal0~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Equal0~0 .lut_mask = 16'h0001; +defparam \vga_c|Equal0~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N20 +cycloneiv_lcell_comb \vga_c|Equal0~1 ( +// Equation(s): +// \vga_c|Equal0~1_combout = (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [3] & \vga_c|Equal0~0_combout )) + + .dataa(gnd), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [3]), + .datad(\vga_c|Equal0~0_combout ), + .cin(gnd), + .combout(\vga_c|Equal0~1_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Equal0~1 .lut_mask = 16'h0300; +defparam \vga_c|Equal0~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N6 +cycloneiv_lcell_comb \vga_c|Equal0~3 ( +// Equation(s): +// \vga_c|Equal0~3_combout = (\vga_c|Equal0~2_combout & (\vga_c|Equal0~1_combout & (\vga_c|h_cnt [0] & \vga_c|h_cnt [1]))) + + .dataa(\vga_c|Equal0~2_combout ), + .datab(\vga_c|Equal0~1_combout ), + .datac(\vga_c|h_cnt [0]), + .datad(\vga_c|h_cnt [1]), + .cin(gnd), + .combout(\vga_c|Equal0~3_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Equal0~3 .lut_mask = 16'h8000; +defparam \vga_c|Equal0~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N30 +cycloneiv_lcell_comb \vga_c|h_cnt~0 ( +// Equation(s): +// \vga_c|h_cnt~0_combout = (!\vga_c|Equal0~3_combout & \vga_c|Add1~14_combout ) + + .dataa(gnd), + .datab(\vga_c|Equal0~3_combout ), + .datac(\vga_c|Add1~14_combout ), + .datad(gnd), + .cin(gnd), + .combout(\vga_c|h_cnt~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|h_cnt~0 .lut_mask = 16'h3030; +defparam \vga_c|h_cnt~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y36_N31 +dffeas \vga_c|h_cnt[7] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|h_cnt~0_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_cnt [7]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_cnt[7] .is_wysiwyg = "true"; +defparam \vga_c|h_cnt[7] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N30 +cycloneiv_lcell_comb \vga_c|LessThan0~0 ( +// Equation(s): +// \vga_c|LessThan0~0_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [10] & (\vga_c|h_cnt [9] & \vga_c|h_cnt [8]))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [10]), + .datac(\vga_c|h_cnt [9]), + .datad(\vga_c|h_cnt [8]), + .cin(gnd), + .combout(\vga_c|LessThan0~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|LessThan0~0 .lut_mask = 16'h8000; +defparam \vga_c|LessThan0~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N8 +cycloneiv_lcell_comb \vga_c|h_sync~0 ( +// Equation(s): +// \vga_c|h_sync~0_combout = ((!\vga_c|h_cnt [5] & ((!\vga_c|h_cnt [4]) # (!\vga_c|h_cnt [3])))) # (!\vga_c|h_cnt [6]) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [3]), + .datac(\vga_c|h_cnt [5]), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\vga_c|h_sync~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|h_sync~0 .lut_mask = 16'h575F; +defparam \vga_c|h_sync~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N18 +cycloneiv_lcell_comb \vga_c|LessThan3~0 ( +// Equation(s): +// \vga_c|LessThan3~0_combout = (\vga_c|h_cnt [7]) # ((\vga_c|h_cnt [2]) # ((\vga_c|h_cnt [4]) # (!\vga_c|Equal0~1_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [2]), + .datac(\vga_c|h_cnt [4]), + .datad(\vga_c|Equal0~1_combout ), + .cin(gnd), + .combout(\vga_c|LessThan3~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|LessThan3~0 .lut_mask = 16'hFEFF; +defparam \vga_c|LessThan3~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N28 +cycloneiv_lcell_comb \vga_c|h_sync~1 ( +// Equation(s): +// \vga_c|h_sync~1_combout = (\vga_c|h_cnt [11] & (((\vga_c|LessThan3~0_combout )))) # (!\vga_c|h_cnt [11] & (((\vga_c|h_sync~0_combout )) # (!\vga_c|LessThan0~0_combout ))) + + .dataa(\vga_c|LessThan0~0_combout ), + .datab(\vga_c|h_cnt [11]), + .datac(\vga_c|h_sync~0_combout ), + .datad(\vga_c|LessThan3~0_combout ), + .cin(gnd), + .combout(\vga_c|h_sync~1_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|h_sync~1 .lut_mask = 16'hFD31; +defparam \vga_c|h_sync~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y35_N29 +dffeas \vga_c|h_sync ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|h_sync~1_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|h_sync~q ), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|h_sync .is_wysiwyg = "true"; +defparam \vga_c|h_sync .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N10 +cycloneiv_lcell_comb \vga_c|Add0~2 ( +// Equation(s): +// \vga_c|Add0~2_combout = (\vga_c|v_cnt [1] & (!\vga_c|Add0~1 )) # (!\vga_c|v_cnt [1] & ((\vga_c|Add0~1 ) # (GND))) +// \vga_c|Add0~3 = CARRY((!\vga_c|Add0~1 ) # (!\vga_c|v_cnt [1])) + + .dataa(\vga_c|v_cnt [1]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~1 ), + .combout(\vga_c|Add0~2_combout ), + .cout(\vga_c|Add0~3 )); +// synopsys translate_off +defparam \vga_c|Add0~2 .lut_mask = 16'h5A5F; +defparam \vga_c|Add0~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N12 +cycloneiv_lcell_comb \vga_c|Add0~4 ( +// Equation(s): +// \vga_c|Add0~4_combout = (\vga_c|v_cnt [2] & (\vga_c|Add0~3 $ (GND))) # (!\vga_c|v_cnt [2] & (!\vga_c|Add0~3 & VCC)) +// \vga_c|Add0~5 = CARRY((\vga_c|v_cnt [2] & !\vga_c|Add0~3 )) + + .dataa(gnd), + .datab(\vga_c|v_cnt [2]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~3 ), + .combout(\vga_c|Add0~4_combout ), + .cout(\vga_c|Add0~5 )); +// synopsys translate_off +defparam \vga_c|Add0~4 .lut_mask = 16'hC30C; +defparam \vga_c|Add0~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N0 +cycloneiv_lcell_comb \vga_c|v_cnt~1 ( +// Equation(s): +// \vga_c|v_cnt~1_combout = (\vga_c|Add0~4_combout & !\vga_c|Equal1~3_combout ) + + .dataa(\vga_c|Add0~4_combout ), + .datab(gnd), + .datac(\vga_c|Equal1~3_combout ), + .datad(gnd), + .cin(gnd), + .combout(\vga_c|v_cnt~1_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|v_cnt~1 .lut_mask = 16'h0A0A; +defparam \vga_c|v_cnt~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y36_N1 +dffeas \vga_c|v_cnt[2] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|v_cnt~1_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [2]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[2] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[2] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N14 +cycloneiv_lcell_comb \vga_c|Add0~6 ( +// Equation(s): +// \vga_c|Add0~6_combout = (\vga_c|v_cnt [3] & (!\vga_c|Add0~5 )) # (!\vga_c|v_cnt [3] & ((\vga_c|Add0~5 ) # (GND))) +// \vga_c|Add0~7 = CARRY((!\vga_c|Add0~5 ) # (!\vga_c|v_cnt [3])) + + .dataa(gnd), + .datab(\vga_c|v_cnt [3]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~5 ), + .combout(\vga_c|Add0~6_combout ), + .cout(\vga_c|Add0~7 )); +// synopsys translate_off +defparam \vga_c|Add0~6 .lut_mask = 16'h3C3F; +defparam \vga_c|Add0~6 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X59_Y36_N15 +dffeas \vga_c|v_cnt[3] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|Add0~6_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [3]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[3] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[3] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N16 +cycloneiv_lcell_comb \vga_c|Add0~8 ( +// Equation(s): +// \vga_c|Add0~8_combout = (\vga_c|v_cnt [4] & (\vga_c|Add0~7 $ (GND))) # (!\vga_c|v_cnt [4] & (!\vga_c|Add0~7 & VCC)) +// \vga_c|Add0~9 = CARRY((\vga_c|v_cnt [4] & !\vga_c|Add0~7 )) + + .dataa(gnd), + .datab(\vga_c|v_cnt [4]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~7 ), + .combout(\vga_c|Add0~8_combout ), + .cout(\vga_c|Add0~9 )); +// synopsys translate_off +defparam \vga_c|Add0~8 .lut_mask = 16'hC30C; +defparam \vga_c|Add0~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X59_Y36_N17 +dffeas \vga_c|v_cnt[4] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|Add0~8_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [4]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[4] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[4] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N26 +cycloneiv_lcell_comb \vga_c|Equal1~1 ( +// Equation(s): +// \vga_c|Equal1~1_combout = (\vga_c|v_cnt [2] & !\vga_c|v_cnt [4]) + + .dataa(gnd), + .datab(gnd), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\vga_c|Equal1~1_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Equal1~1 .lut_mask = 16'h00F0; +defparam \vga_c|Equal1~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N18 +cycloneiv_lcell_comb \vga_c|Add0~10 ( +// Equation(s): +// \vga_c|Add0~10_combout = (\vga_c|v_cnt [5] & (!\vga_c|Add0~9 )) # (!\vga_c|v_cnt [5] & ((\vga_c|Add0~9 ) # (GND))) +// \vga_c|Add0~11 = CARRY((!\vga_c|Add0~9 ) # (!\vga_c|v_cnt [5])) + + .dataa(gnd), + .datab(\vga_c|v_cnt [5]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~9 ), + .combout(\vga_c|Add0~10_combout ), + .cout(\vga_c|Add0~11 )); +// synopsys translate_off +defparam \vga_c|Add0~10 .lut_mask = 16'h3C3F; +defparam \vga_c|Add0~10 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N6 +cycloneiv_lcell_comb \vga_c|v_cnt~4 ( +// Equation(s): +// \vga_c|v_cnt~4_combout = (\vga_c|Add0~10_combout & !\vga_c|Equal1~3_combout ) + + .dataa(gnd), + .datab(\vga_c|Add0~10_combout ), + .datac(\vga_c|Equal1~3_combout ), + .datad(gnd), + .cin(gnd), + .combout(\vga_c|v_cnt~4_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|v_cnt~4 .lut_mask = 16'h0C0C; +defparam \vga_c|v_cnt~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y36_N7 +dffeas \vga_c|v_cnt[5] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|v_cnt~4_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [5]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[5] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[5] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N20 +cycloneiv_lcell_comb \vga_c|Add0~12 ( +// Equation(s): +// \vga_c|Add0~12_combout = (\vga_c|v_cnt [6] & (\vga_c|Add0~11 $ (GND))) # (!\vga_c|v_cnt [6] & (!\vga_c|Add0~11 & VCC)) +// \vga_c|Add0~13 = CARRY((\vga_c|v_cnt [6] & !\vga_c|Add0~11 )) + + .dataa(gnd), + .datab(\vga_c|v_cnt [6]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~11 ), + .combout(\vga_c|Add0~12_combout ), + .cout(\vga_c|Add0~13 )); +// synopsys translate_off +defparam \vga_c|Add0~12 .lut_mask = 16'hC30C; +defparam \vga_c|Add0~12 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N2 +cycloneiv_lcell_comb \vga_c|v_cnt~2 ( +// Equation(s): +// \vga_c|v_cnt~2_combout = (\vga_c|Add0~12_combout & !\vga_c|Equal1~3_combout ) + + .dataa(gnd), + .datab(\vga_c|Add0~12_combout ), + .datac(gnd), + .datad(\vga_c|Equal1~3_combout ), + .cin(gnd), + .combout(\vga_c|v_cnt~2_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|v_cnt~2 .lut_mask = 16'h00CC; +defparam \vga_c|v_cnt~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y36_N21 +dffeas \vga_c|v_cnt[6] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|v_cnt~2_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [6]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[6] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[6] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N4 +cycloneiv_lcell_comb \vga_c|Equal1~2 ( +// Equation(s): +// \vga_c|Equal1~2_combout = (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [6] & (!\vga_c|v_cnt [3] & !\vga_c|v_cnt [0]))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [6]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [0]), + .cin(gnd), + .combout(\vga_c|Equal1~2_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Equal1~2 .lut_mask = 16'h0004; +defparam \vga_c|Equal1~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N22 +cycloneiv_lcell_comb \vga_c|Add0~14 ( +// Equation(s): +// \vga_c|Add0~14_combout = (\vga_c|v_cnt [7] & (!\vga_c|Add0~13 )) # (!\vga_c|v_cnt [7] & ((\vga_c|Add0~13 ) # (GND))) +// \vga_c|Add0~15 = CARRY((!\vga_c|Add0~13 ) # (!\vga_c|v_cnt [7])) + + .dataa(gnd), + .datab(\vga_c|v_cnt [7]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~13 ), + .combout(\vga_c|Add0~14_combout ), + .cout(\vga_c|Add0~15 )); +// synopsys translate_off +defparam \vga_c|Add0~14 .lut_mask = 16'h3C3F; +defparam \vga_c|Add0~14 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X60_Y36_N3 +dffeas \vga_c|v_cnt[7] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|Add0~14_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [7]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[7] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[7] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N24 +cycloneiv_lcell_comb \vga_c|Add0~16 ( +// Equation(s): +// \vga_c|Add0~16_combout = (\vga_c|v_cnt [8] & (\vga_c|Add0~15 $ (GND))) # (!\vga_c|v_cnt [8] & (!\vga_c|Add0~15 & VCC)) +// \vga_c|Add0~17 = CARRY((\vga_c|v_cnt [8] & !\vga_c|Add0~15 )) + + .dataa(\vga_c|v_cnt [8]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~15 ), + .combout(\vga_c|Add0~16_combout ), + .cout(\vga_c|Add0~17 )); +// synopsys translate_off +defparam \vga_c|Add0~16 .lut_mask = 16'hA50A; +defparam \vga_c|Add0~16 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X60_Y36_N23 +dffeas \vga_c|v_cnt[8] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|Add0~16_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [8]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[8] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[8] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N26 +cycloneiv_lcell_comb \vga_c|Add0~18 ( +// Equation(s): +// \vga_c|Add0~18_combout = (\vga_c|v_cnt [9] & (!\vga_c|Add0~17 )) # (!\vga_c|v_cnt [9] & ((\vga_c|Add0~17 ) # (GND))) +// \vga_c|Add0~19 = CARRY((!\vga_c|Add0~17 ) # (!\vga_c|v_cnt [9])) + + .dataa(gnd), + .datab(\vga_c|v_cnt [9]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~17 ), + .combout(\vga_c|Add0~18_combout ), + .cout(\vga_c|Add0~19 )); +// synopsys translate_off +defparam \vga_c|Add0~18 .lut_mask = 16'h3C3F; +defparam \vga_c|Add0~18 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X60_Y36_N5 +dffeas \vga_c|v_cnt[9] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|Add0~18_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [9]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[9] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[9] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N28 +cycloneiv_lcell_comb \vga_c|video_on~0 ( +// Equation(s): +// \vga_c|video_on~0_combout = (!\vga_c|v_cnt [7] & (!\vga_c|v_cnt [9] & !\vga_c|v_cnt [8])) + + .dataa(gnd), + .datab(\vga_c|v_cnt [7]), + .datac(\vga_c|v_cnt [9]), + .datad(\vga_c|v_cnt [8]), + .cin(gnd), + .combout(\vga_c|video_on~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|video_on~0 .lut_mask = 16'h0003; +defparam \vga_c|video_on~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N28 +cycloneiv_lcell_comb \vga_c|Add0~20 ( +// Equation(s): +// \vga_c|Add0~20_combout = (\vga_c|v_cnt [10] & (\vga_c|Add0~19 $ (GND))) # (!\vga_c|v_cnt [10] & (!\vga_c|Add0~19 & VCC)) +// \vga_c|Add0~21 = CARRY((\vga_c|v_cnt [10] & !\vga_c|Add0~19 )) + + .dataa(gnd), + .datab(\vga_c|v_cnt [10]), + .datac(gnd), + .datad(vcc), + .cin(\vga_c|Add0~19 ), + .combout(\vga_c|Add0~20_combout ), + .cout(\vga_c|Add0~21 )); +// synopsys translate_off +defparam \vga_c|Add0~20 .lut_mask = 16'hC30C; +defparam \vga_c|Add0~20 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N4 +cycloneiv_lcell_comb \vga_c|v_cnt~0 ( +// Equation(s): +// \vga_c|v_cnt~0_combout = (!\vga_c|Equal1~3_combout & \vga_c|Add0~20_combout ) + + .dataa(\vga_c|Equal1~3_combout ), + .datab(gnd), + .datac(gnd), + .datad(\vga_c|Add0~20_combout ), + .cin(gnd), + .combout(\vga_c|v_cnt~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|v_cnt~0 .lut_mask = 16'h5500; +defparam \vga_c|v_cnt~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y36_N9 +dffeas \vga_c|v_cnt[10] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|v_cnt~0_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [10]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[10] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[10] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N30 +cycloneiv_lcell_comb \vga_c|Add0~22 ( +// Equation(s): +// \vga_c|Add0~22_combout = \vga_c|Add0~21 $ (\vga_c|v_cnt [11]) + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\vga_c|v_cnt [11]), + .cin(\vga_c|Add0~21 ), + .combout(\vga_c|Add0~22_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Add0~22 .lut_mask = 16'h0FF0; +defparam \vga_c|Add0~22 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: FF_X60_Y36_N17 +dffeas \vga_c|v_cnt[11] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|Add0~22_combout ), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [11]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[11] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[11] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N2 +cycloneiv_lcell_comb \vga_c|Equal1~0 ( +// Equation(s): +// \vga_c|Equal1~0_combout = (\vga_c|video_on~0_combout & (\vga_c|v_cnt [10] & !\vga_c|v_cnt [11])) + + .dataa(gnd), + .datab(\vga_c|video_on~0_combout ), + .datac(\vga_c|v_cnt [10]), + .datad(\vga_c|v_cnt [11]), + .cin(gnd), + .combout(\vga_c|Equal1~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Equal1~0 .lut_mask = 16'h00C0; +defparam \vga_c|Equal1~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N18 +cycloneiv_lcell_comb \vga_c|Equal1~3 ( +// Equation(s): +// \vga_c|Equal1~3_combout = (\vga_c|Equal1~1_combout & (\vga_c|Equal1~2_combout & (\vga_c|v_cnt [5] & \vga_c|Equal1~0_combout ))) + + .dataa(\vga_c|Equal1~1_combout ), + .datab(\vga_c|Equal1~2_combout ), + .datac(\vga_c|v_cnt [5]), + .datad(\vga_c|Equal1~0_combout ), + .cin(gnd), + .combout(\vga_c|Equal1~3_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|Equal1~3 .lut_mask = 16'h8000; +defparam \vga_c|Equal1~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N8 +cycloneiv_lcell_comb \vga_c|Add0~0 ( +// Equation(s): +// \vga_c|Add0~0_combout = \vga_c|v_cnt [0] $ (VCC) +// \vga_c|Add0~1 = CARRY(\vga_c|v_cnt [0]) + + .dataa(gnd), + .datab(\vga_c|v_cnt [0]), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\vga_c|Add0~0_combout ), + .cout(\vga_c|Add0~1 )); +// synopsys translate_off +defparam \vga_c|Add0~0 .lut_mask = 16'h33CC; +defparam \vga_c|Add0~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y36_N2 +cycloneiv_lcell_comb \vga_c|v_cnt~3 ( +// Equation(s): +// \vga_c|v_cnt~3_combout = (!\vga_c|Equal1~3_combout & \vga_c|Add0~0_combout ) + + .dataa(\vga_c|Equal1~3_combout ), + .datab(gnd), + .datac(\vga_c|Add0~0_combout ), + .datad(gnd), + .cin(gnd), + .combout(\vga_c|v_cnt~3_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|v_cnt~3 .lut_mask = 16'h5050; +defparam \vga_c|v_cnt~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y36_N3 +dffeas \vga_c|v_cnt[0] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|v_cnt~3_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [0]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[0] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[0] .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y36_N11 +dffeas \vga_c|v_cnt[1] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|Add0~2_combout ), + .asdata(vcc), + .clrn(!\comb~0clkctrl_outclk ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\vga_c|Equal0~3_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_cnt [1]), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_cnt[1] .is_wysiwyg = "true"; +defparam \vga_c|v_cnt[1] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N12 +cycloneiv_lcell_comb \vga_c|v_sync~0 ( +// Equation(s): +// \vga_c|v_sync~0_combout = (\vga_c|v_cnt [2] & (((\vga_c|v_cnt [4] & !\vga_c|v_cnt [6])))) # (!\vga_c|v_cnt [2] & (!\vga_c|v_cnt [1] & (!\vga_c|v_cnt [4] & \vga_c|v_cnt [6]))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [6]), + .cin(gnd), + .combout(\vga_c|v_sync~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|v_sync~0 .lut_mask = 16'h01C0; +defparam \vga_c|v_sync~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N22 +cycloneiv_lcell_comb \vga_c|v_sync~1 ( +// Equation(s): +// \vga_c|v_sync~1_combout = (\vga_c|v_cnt [3] & (((!\vga_c|v_cnt [4]) # (!\vga_c|v_cnt [5])))) # (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [0]) # ((\vga_c|v_cnt [5]) # (\vga_c|v_cnt [4])))) + + .dataa(\vga_c|v_cnt [0]), + .datab(\vga_c|v_cnt [3]), + .datac(\vga_c|v_cnt [5]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\vga_c|v_sync~1_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|v_sync~1 .lut_mask = 16'h3FFE; +defparam \vga_c|v_sync~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N20 +cycloneiv_lcell_comb \vga_c|v_sync~2 ( +// Equation(s): +// \vga_c|v_sync~2_combout = ((\vga_c|v_sync~1_combout ) # (!\vga_c|Equal1~0_combout )) # (!\vga_c|v_sync~0_combout ) + + .dataa(\vga_c|v_sync~0_combout ), + .datab(gnd), + .datac(\vga_c|v_sync~1_combout ), + .datad(\vga_c|Equal1~0_combout ), + .cin(gnd), + .combout(\vga_c|v_sync~2_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|v_sync~2 .lut_mask = 16'hF5FF; +defparam \vga_c|v_sync~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y36_N21 +dffeas \vga_c|v_sync ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\vga_c|v_sync~2_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|v_sync~q ), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|v_sync .is_wysiwyg = "true"; +defparam \vga_c|v_sync .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N8 +cycloneiv_lcell_comb \vga_c|LessThan1~0 ( +// Equation(s): +// \vga_c|LessThan1~0_combout = ((!\vga_c|v_cnt [4]) # (!\vga_c|v_cnt [5])) # (!\vga_c|v_cnt [3]) + + .dataa(gnd), + .datab(\vga_c|v_cnt [3]), + .datac(\vga_c|v_cnt [5]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\vga_c|LessThan1~0_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|LessThan1~0 .lut_mask = 16'h3FFF; +defparam \vga_c|LessThan1~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N6 +cycloneiv_lcell_comb \vga_c|video_on~1 ( +// Equation(s): +// \vga_c|video_on~1_combout = ((!\vga_c|v_cnt [6] & (\vga_c|LessThan1~0_combout & \vga_c|video_on~0_combout ))) # (!\vga_c|v_cnt [10]) + + .dataa(\vga_c|v_cnt [10]), + .datab(\vga_c|v_cnt [6]), + .datac(\vga_c|LessThan1~0_combout ), + .datad(\vga_c|video_on~0_combout ), + .cin(gnd), + .combout(\vga_c|video_on~1_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|video_on~1 .lut_mask = 16'h7555; +defparam \vga_c|video_on~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N24 +cycloneiv_lcell_comb \vga_c|video_on~2 ( +// Equation(s): +// \vga_c|video_on~2_combout = (!\vga_c|LessThan0~0_combout & (!\vga_c|h_cnt [11] & (\vga_c|video_on~1_combout & !\vga_c|v_cnt [11]))) + + .dataa(\vga_c|LessThan0~0_combout ), + .datab(\vga_c|h_cnt [11]), + .datac(\vga_c|video_on~1_combout ), + .datad(\vga_c|v_cnt [11]), + .cin(gnd), + .combout(\vga_c|video_on~2_combout ), + .cout()); +// synopsys translate_off +defparam \vga_c|video_on~2 .lut_mask = 16'h0010; +defparam \vga_c|video_on~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y49_N9 +dffeas \vga_c|blank_n ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\vga_c|video_on~2_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\vga_c|blank_n~q ), + .prn(vcc)); +// synopsys translate_off +defparam \vga_c|blank_n .is_wysiwyg = "true"; +defparam \vga_c|blank_n .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N2 +cycloneiv_lcell_comb \text_gen|always1~0 ( +// Equation(s): +// \text_gen|always1~0_combout = (\vga_c|video_on~2_combout & (!\vga_c|h_cnt [2] & \vga_c|h_cnt [3])) + + .dataa(\vga_c|video_on~2_combout ), + .datab(\vga_c|h_cnt [2]), + .datac(gnd), + .datad(\vga_c|h_cnt [3]), + .cin(gnd), + .combout(\text_gen|always1~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~0 .lut_mask = 16'h2200; +defparam \text_gen|always1~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N20 +cycloneiv_lcell_comb \text_gen|Add4~0 ( +// Equation(s): +// \text_gen|Add4~0_combout = (\vga_c|v_cnt [5] & (\vga_c|v_cnt [7] $ (VCC))) # (!\vga_c|v_cnt [5] & (\vga_c|v_cnt [7] & VCC)) +// \text_gen|Add4~1 = CARRY((\vga_c|v_cnt [5] & \vga_c|v_cnt [7])) + + .dataa(\vga_c|v_cnt [5]), + .datab(\vga_c|v_cnt [7]), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Add4~0_combout ), + .cout(\text_gen|Add4~1 )); +// synopsys translate_off +defparam \text_gen|Add4~0 .lut_mask = 16'h6688; +defparam \text_gen|Add4~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N22 +cycloneiv_lcell_comb \text_gen|Add4~2 ( +// Equation(s): +// \text_gen|Add4~2_combout = (\vga_c|v_cnt [8] & ((\vga_c|v_cnt [6] & (\text_gen|Add4~1 & VCC)) # (!\vga_c|v_cnt [6] & (!\text_gen|Add4~1 )))) # (!\vga_c|v_cnt [8] & ((\vga_c|v_cnt [6] & (!\text_gen|Add4~1 )) # (!\vga_c|v_cnt [6] & ((\text_gen|Add4~1 ) # +// (GND))))) +// \text_gen|Add4~3 = CARRY((\vga_c|v_cnt [8] & (!\vga_c|v_cnt [6] & !\text_gen|Add4~1 )) # (!\vga_c|v_cnt [8] & ((!\text_gen|Add4~1 ) # (!\vga_c|v_cnt [6])))) + + .dataa(\vga_c|v_cnt [8]), + .datab(\vga_c|v_cnt [6]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add4~1 ), + .combout(\text_gen|Add4~2_combout ), + .cout(\text_gen|Add4~3 )); +// synopsys translate_off +defparam \text_gen|Add4~2 .lut_mask = 16'h9617; +defparam \text_gen|Add4~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N4 +cycloneiv_lcell_comb \text_gen|Add5~0 ( +// Equation(s): +// \text_gen|Add5~0_combout = (\vga_c|v_cnt [5] & (\vga_c|h_cnt [8] $ (VCC))) # (!\vga_c|v_cnt [5] & (\vga_c|h_cnt [8] & VCC)) +// \text_gen|Add5~1 = CARRY((\vga_c|v_cnt [5] & \vga_c|h_cnt [8])) + + .dataa(\vga_c|v_cnt [5]), + .datab(\vga_c|h_cnt [8]), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Add5~0_combout ), + .cout(\text_gen|Add5~1 )); +// synopsys translate_off +defparam \text_gen|Add5~0 .lut_mask = 16'h6688; +defparam \text_gen|Add5~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N6 +cycloneiv_lcell_comb \text_gen|Add5~2 ( +// Equation(s): +// \text_gen|Add5~2_combout = (\vga_c|h_cnt [9] & ((\vga_c|v_cnt [6] & (\text_gen|Add5~1 & VCC)) # (!\vga_c|v_cnt [6] & (!\text_gen|Add5~1 )))) # (!\vga_c|h_cnt [9] & ((\vga_c|v_cnt [6] & (!\text_gen|Add5~1 )) # (!\vga_c|v_cnt [6] & ((\text_gen|Add5~1 ) # +// (GND))))) +// \text_gen|Add5~3 = CARRY((\vga_c|h_cnt [9] & (!\vga_c|v_cnt [6] & !\text_gen|Add5~1 )) # (!\vga_c|h_cnt [9] & ((!\text_gen|Add5~1 ) # (!\vga_c|v_cnt [6])))) + + .dataa(\vga_c|h_cnt [9]), + .datab(\vga_c|v_cnt [6]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add5~1 ), + .combout(\text_gen|Add5~2_combout ), + .cout(\text_gen|Add5~3 )); +// synopsys translate_off +defparam \text_gen|Add5~2 .lut_mask = 16'h9617; +defparam \text_gen|Add5~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N8 +cycloneiv_lcell_comb \text_gen|Add5~4 ( +// Equation(s): +// \text_gen|Add5~4_combout = ((\text_gen|Add4~0_combout $ (\vga_c|h_cnt [10] $ (!\text_gen|Add5~3 )))) # (GND) +// \text_gen|Add5~5 = CARRY((\text_gen|Add4~0_combout & ((\vga_c|h_cnt [10]) # (!\text_gen|Add5~3 ))) # (!\text_gen|Add4~0_combout & (\vga_c|h_cnt [10] & !\text_gen|Add5~3 ))) + + .dataa(\text_gen|Add4~0_combout ), + .datab(\vga_c|h_cnt [10]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add5~3 ), + .combout(\text_gen|Add5~4_combout ), + .cout(\text_gen|Add5~5 )); +// synopsys translate_off +defparam \text_gen|Add5~4 .lut_mask = 16'h698E; +defparam \text_gen|Add5~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N10 +cycloneiv_lcell_comb \text_gen|Add5~6 ( +// Equation(s): +// \text_gen|Add5~6_combout = (\vga_c|h_cnt [11] & ((\text_gen|Add4~2_combout & (\text_gen|Add5~5 & VCC)) # (!\text_gen|Add4~2_combout & (!\text_gen|Add5~5 )))) # (!\vga_c|h_cnt [11] & ((\text_gen|Add4~2_combout & (!\text_gen|Add5~5 )) # +// (!\text_gen|Add4~2_combout & ((\text_gen|Add5~5 ) # (GND))))) +// \text_gen|Add5~7 = CARRY((\vga_c|h_cnt [11] & (!\text_gen|Add4~2_combout & !\text_gen|Add5~5 )) # (!\vga_c|h_cnt [11] & ((!\text_gen|Add5~5 ) # (!\text_gen|Add4~2_combout )))) + + .dataa(\vga_c|h_cnt [11]), + .datab(\text_gen|Add4~2_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add5~5 ), + .combout(\text_gen|Add5~6_combout ), + .cout(\text_gen|Add5~7 )); +// synopsys translate_off +defparam \text_gen|Add5~6 .lut_mask = 16'h9617; +defparam \text_gen|Add5~6 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N24 +cycloneiv_lcell_comb \text_gen|Add4~4 ( +// Equation(s): +// \text_gen|Add4~4_combout = ((\vga_c|v_cnt [9] $ (\vga_c|v_cnt [7] $ (!\text_gen|Add4~3 )))) # (GND) +// \text_gen|Add4~5 = CARRY((\vga_c|v_cnt [9] & ((\vga_c|v_cnt [7]) # (!\text_gen|Add4~3 ))) # (!\vga_c|v_cnt [9] & (\vga_c|v_cnt [7] & !\text_gen|Add4~3 ))) + + .dataa(\vga_c|v_cnt [9]), + .datab(\vga_c|v_cnt [7]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add4~3 ), + .combout(\text_gen|Add4~4_combout ), + .cout(\text_gen|Add4~5 )); +// synopsys translate_off +defparam \text_gen|Add4~4 .lut_mask = 16'h698E; +defparam \text_gen|Add4~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N26 +cycloneiv_lcell_comb \text_gen|Add4~6 ( +// Equation(s): +// \text_gen|Add4~6_combout = (\vga_c|v_cnt [8] & ((\vga_c|v_cnt [10] & (\text_gen|Add4~5 & VCC)) # (!\vga_c|v_cnt [10] & (!\text_gen|Add4~5 )))) # (!\vga_c|v_cnt [8] & ((\vga_c|v_cnt [10] & (!\text_gen|Add4~5 )) # (!\vga_c|v_cnt [10] & ((\text_gen|Add4~5 +// ) # (GND))))) +// \text_gen|Add4~7 = CARRY((\vga_c|v_cnt [8] & (!\vga_c|v_cnt [10] & !\text_gen|Add4~5 )) # (!\vga_c|v_cnt [8] & ((!\text_gen|Add4~5 ) # (!\vga_c|v_cnt [10])))) + + .dataa(\vga_c|v_cnt [8]), + .datab(\vga_c|v_cnt [10]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add4~5 ), + .combout(\text_gen|Add4~6_combout ), + .cout(\text_gen|Add4~7 )); +// synopsys translate_off +defparam \text_gen|Add4~6 .lut_mask = 16'h9617; +defparam \text_gen|Add4~6 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N12 +cycloneiv_lcell_comb \text_gen|Add5~8 ( +// Equation(s): +// \text_gen|Add5~8_combout = (\text_gen|Add4~4_combout & (\text_gen|Add5~7 $ (GND))) # (!\text_gen|Add4~4_combout & (!\text_gen|Add5~7 & VCC)) +// \text_gen|Add5~9 = CARRY((\text_gen|Add4~4_combout & !\text_gen|Add5~7 )) + + .dataa(gnd), + .datab(\text_gen|Add4~4_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add5~7 ), + .combout(\text_gen|Add5~8_combout ), + .cout(\text_gen|Add5~9 )); +// synopsys translate_off +defparam \text_gen|Add5~8 .lut_mask = 16'hC30C; +defparam \text_gen|Add5~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N14 +cycloneiv_lcell_comb \text_gen|Add5~10 ( +// Equation(s): +// \text_gen|Add5~10_combout = (\text_gen|Add4~6_combout & (!\text_gen|Add5~9 )) # (!\text_gen|Add4~6_combout & ((\text_gen|Add5~9 ) # (GND))) +// \text_gen|Add5~11 = CARRY((!\text_gen|Add5~9 ) # (!\text_gen|Add4~6_combout )) + + .dataa(\text_gen|Add4~6_combout ), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add5~9 ), + .combout(\text_gen|Add5~10_combout ), + .cout(\text_gen|Add5~11 )); +// synopsys translate_off +defparam \text_gen|Add5~10 .lut_mask = 16'h5A5F; +defparam \text_gen|Add5~10 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y28_N16 +cycloneiv_lcell_comb \text_gen|Equal2~1 ( +// Equation(s): +// \text_gen|Equal2~1_combout = (!\uart_inst|rx_data [0] & (!\uart_inst|rx_data [1] & !\uart_inst|rx_data [2])) + + .dataa(gnd), + .datab(\uart_inst|rx_data [0]), + .datac(\uart_inst|rx_data [1]), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|Equal2~1_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Equal2~1 .lut_mask = 16'h0003; +defparam \text_gen|Equal2~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y28_N20 +cycloneiv_lcell_comb \text_gen|Equal2~0 ( +// Equation(s): +// \text_gen|Equal2~0_combout = (!\uart_inst|rx_data [5] & (!\uart_inst|rx_data [7] & (!\uart_inst|rx_data [6] & !\uart_inst|rx_data [4]))) + + .dataa(\uart_inst|rx_data [5]), + .datab(\uart_inst|rx_data [7]), + .datac(\uart_inst|rx_data [6]), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|Equal2~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Equal2~0 .lut_mask = 16'h0001; +defparam \text_gen|Equal2~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y28_N18 +cycloneiv_lcell_comb \text_gen|Equal2~2 ( +// Equation(s): +// \text_gen|Equal2~2_combout = (\uart_inst|rx_data [3] & (\text_gen|Equal2~1_combout & \text_gen|Equal2~0_combout )) + + .dataa(\uart_inst|rx_data [3]), + .datab(\text_gen|Equal2~1_combout ), + .datac(gnd), + .datad(\text_gen|Equal2~0_combout ), + .cin(gnd), + .combout(\text_gen|Equal2~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Equal2~2 .lut_mask = 16'h8800; +defparam \text_gen|Equal2~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N8 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0_combout = \text_gen|cursor_pos [9] $ (VCC) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~1 = CARRY(\text_gen|cursor_pos [9]) + + .dataa(\text_gen|cursor_pos [9]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~1 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0 .lut_mask = 16'h55AA; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N10 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2_combout = (\text_gen|cursor_pos [10] & (\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~1 & VCC)) # (!\text_gen|cursor_pos [10] & +// (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~1 )) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~3 = CARRY((!\text_gen|cursor_pos [10] & !\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~1 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [10]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~1 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~3 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2 .lut_mask = 16'hC303; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N10 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~135 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~135_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & +// ((\text_gen|cursor_pos [10]))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & (\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(\text_gen|cursor_pos [10]), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[62]~135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~135 .lut_mask = 16'hE040; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N2 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & \text_gen|cursor_pos [10]) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datad(\text_gen|cursor_pos [10]), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100 .lut_mask = 16'hF000; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N16 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~2_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101 .lut_mask = 16'h0F00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N6 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & \text_gen|cursor_pos [9]) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datac(\text_gen|cursor_pos [9]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102 .lut_mask = 16'hC0C0; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N0 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103 .lut_mask = 16'h3030; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N30 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & +// ((\text_gen|cursor_pos [9]))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & (\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[4]~0_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(\text_gen|cursor_pos [9]), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136 .lut_mask = 16'hE040; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N2 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~1 & (((\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103_combout )))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~1 & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102_combout & +// (!\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103_combout ))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~3 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~1 ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~102_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[52]~103_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~1 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~3 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2 .lut_mask = 16'hE101; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N14 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107 .lut_mask = 16'h3300; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N18 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & \text_gen|cursor_pos [8]) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datad(\text_gen|cursor_pos [8]), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105 .lut_mask = 16'h0F00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N0 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0_combout = (((\text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105_combout ))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~1 = CARRY((\text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105_combout )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[51]~105_combout ), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~1 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0 .lut_mask = 16'h11EE; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N12 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109 .lut_mask = 16'h3300; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N20 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108_combout = (\text_gen|cursor_pos [8] & \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ) + + .dataa(\text_gen|cursor_pos [8]), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108 .lut_mask = 16'hA0A0; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N22 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~1 & (((\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108_combout )))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~1 & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109_combout & +// (!\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108_combout ))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~3 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~1 ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~109_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[60]~108_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~1 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~3 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2 .lut_mask = 16'hE101; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N8 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & +// (\text_gen|cursor_pos [8])) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0_combout ))))) + + .dataa(\text_gen|cursor_pos [8]), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[4]~0_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137 .lut_mask = 16'hB800; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N22 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~131 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~131_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout ) # +// ((!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[78]~131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~131 .lut_mask = 16'hF400; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N8 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~2_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113 .lut_mask = 16'h00F0; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N6 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & \text_gen|cursor_pos [7]) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(\text_gen|cursor_pos [7]), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110 .lut_mask = 16'hF000; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N20 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0_combout = (((\text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110_combout ))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~1 = CARRY((\text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110_combout )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[59]~110_combout ), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~1 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0 .lut_mask = 16'h11EE; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N2 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114 .lut_mask = 16'h00F0; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N14 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138_combout = (\text_gen|cursor_pos [7] & \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [7]), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138 .lut_mask = 16'hCC00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N12 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~1 & (((\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138_combout )))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~1 & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114_combout & +// (!\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138_combout ))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~3 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~1 ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~114_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[68]~138_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~1 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~3 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2 .lut_mask = 16'hE101; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N24 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & +// (\text_gen|cursor_pos [7])) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0_combout ))))) + + .dataa(\text_gen|cursor_pos [7]), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[4]~0_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144 .lut_mask = 16'hAC00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N30 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~132 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~132_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout ) # +// ((\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[86]~132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~132 .lut_mask = 16'hCE00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N20 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~2_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116 .lut_mask = 16'h3300; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N6 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140_combout = (\text_gen|cursor_pos [6] & !\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ) + + .dataa(\text_gen|cursor_pos [6]), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140 .lut_mask = 16'h00AA; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N10 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0_combout = (((\text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140_combout ))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~1 = CARRY((\text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140_combout )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[67]~140_combout ), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~1 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0 .lut_mask = 16'h11EE; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N30 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117 .lut_mask = 16'h00AA; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N26 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145_combout = (\text_gen|cursor_pos [6] & \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|cursor_pos [6]), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145 .lut_mask = 16'hF000; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N24 +cycloneiv_lcell_comb \text_gen|always0~0 ( +// Equation(s): +// \text_gen|always0~0_combout = (\uart_inst|rx_data [0] & (!\uart_inst|rx_data [1] & \uart_inst|rx_data [2])) # (!\uart_inst|rx_data [0] & (\uart_inst|rx_data [1] & !\uart_inst|rx_data [2])) + + .dataa(gnd), + .datab(\uart_inst|rx_data [0]), + .datac(\uart_inst|rx_data [1]), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|always0~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always0~0 .lut_mask = 16'h0C30; +defparam \text_gen|always0~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y28_N20 +cycloneiv_lcell_comb \text_gen|always0~1 ( +// Equation(s): +// \text_gen|always0~1_combout = ((!\text_gen|always0~0_combout ) # (!\text_gen|Equal2~0_combout )) # (!\uart_inst|rx_data [3]) + + .dataa(gnd), + .datab(\uart_inst|rx_data [3]), + .datac(\text_gen|Equal2~0_combout ), + .datad(\text_gen|always0~0_combout ), + .cin(gnd), + .combout(\text_gen|always0~1_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always0~1 .lut_mask = 16'h3FFF; +defparam \text_gen|always0~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N4 +cycloneiv_lcell_comb \text_gen|Add2~0 ( +// Equation(s): +// \text_gen|Add2~0_combout = \text_gen|cursor_pos [0] $ (VCC) +// \text_gen|Add2~1 = CARRY(\text_gen|cursor_pos [0]) + + .dataa(\text_gen|cursor_pos [0]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Add2~0_combout ), + .cout(\text_gen|Add2~1 )); +// synopsys translate_off +defparam \text_gen|Add2~0 .lut_mask = 16'h55AA; +defparam \text_gen|Add2~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N4 +cycloneiv_lcell_comb \text_gen|Add3~0 ( +// Equation(s): +// \text_gen|Add3~0_combout = \text_gen|cursor_pos [0] $ (VCC) +// \text_gen|Add3~1 = CARRY(\text_gen|cursor_pos [0]) + + .dataa(\text_gen|cursor_pos [0]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Add3~0_combout ), + .cout(\text_gen|Add3~1 )); +// synopsys translate_off +defparam \text_gen|Add3~0 .lut_mask = 16'h55AA; +defparam \text_gen|Add3~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N30 +cycloneiv_lcell_comb \text_gen|cursor_pos~14 ( +// Equation(s): +// \text_gen|cursor_pos~14_combout = (\text_gen|always0~1_combout & ((\text_gen|Equal2~2_combout & (\text_gen|Add2~0_combout )) # (!\text_gen|Equal2~2_combout & ((\text_gen|Add3~0_combout ))))) + + .dataa(\text_gen|Add2~0_combout ), + .datab(\text_gen|Equal2~2_combout ), + .datac(\text_gen|Add3~0_combout ), + .datad(\text_gen|always0~1_combout ), + .cin(gnd), + .combout(\text_gen|cursor_pos~14_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos~14 .lut_mask = 16'hB800; +defparam \text_gen|cursor_pos~14 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N30 +cycloneiv_lcell_comb \text_gen|comb~2 ( +// Equation(s): +// \text_gen|comb~2_combout = (!\text_gen|cursor_pos [8] & (!\text_gen|cursor_pos [11] & (!\text_gen|cursor_pos [10] & !\text_gen|cursor_pos [9]))) + + .dataa(\text_gen|cursor_pos [8]), + .datab(\text_gen|cursor_pos [11]), + .datac(\text_gen|cursor_pos [10]), + .datad(\text_gen|cursor_pos [9]), + .cin(gnd), + .combout(\text_gen|comb~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|comb~2 .lut_mask = 16'h0001; +defparam \text_gen|comb~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N30 +cycloneiv_lcell_comb \text_gen|comb~1 ( +// Equation(s): +// \text_gen|comb~1_combout = (!\text_gen|cursor_pos [6] & (!\text_gen|cursor_pos [7] & (!\text_gen|cursor_pos [0] & !\text_gen|cursor_pos [1]))) + + .dataa(\text_gen|cursor_pos [6]), + .datab(\text_gen|cursor_pos [7]), + .datac(\text_gen|cursor_pos [0]), + .datad(\text_gen|cursor_pos [1]), + .cin(gnd), + .combout(\text_gen|comb~1_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|comb~1 .lut_mask = 16'h0001; +defparam \text_gen|comb~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N12 +cycloneiv_lcell_comb \text_gen|comb~0 ( +// Equation(s): +// \text_gen|comb~0_combout = (!\text_gen|cursor_pos [5] & (!\text_gen|cursor_pos [4] & (!\text_gen|cursor_pos [2] & !\text_gen|cursor_pos [3]))) + + .dataa(\text_gen|cursor_pos [5]), + .datab(\text_gen|cursor_pos [4]), + .datac(\text_gen|cursor_pos [2]), + .datad(\text_gen|cursor_pos [3]), + .cin(gnd), + .combout(\text_gen|comb~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|comb~0 .lut_mask = 16'h0001; +defparam \text_gen|comb~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N24 +cycloneiv_lcell_comb \text_gen|comb~3 ( +// Equation(s): +// \text_gen|comb~3_combout = (\text_gen|Equal2~2_combout & (\text_gen|comb~2_combout & (\text_gen|comb~1_combout & \text_gen|comb~0_combout ))) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|comb~2_combout ), + .datac(\text_gen|comb~1_combout ), + .datad(\text_gen|comb~0_combout ), + .cin(gnd), + .combout(\text_gen|comb~3_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|comb~3 .lut_mask = 16'h8000; +defparam \text_gen|comb~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N0 +cycloneiv_lcell_comb \text_gen|cursor_pos[11]~8 ( +// Equation(s): +// \text_gen|cursor_pos[11]~8_combout = (\uart_inst|rx_ready~q & ((!\text_gen|comb~3_combout ) # (!\text_gen|always0~1_combout ))) + + .dataa(\text_gen|always0~1_combout ), + .datab(\uart_inst|rx_ready~q ), + .datac(gnd), + .datad(\text_gen|comb~3_combout ), + .cin(gnd), + .combout(\text_gen|cursor_pos[11]~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos[11]~8 .lut_mask = 16'h44CC; +defparam \text_gen|cursor_pos[11]~8 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y36_N31 +dffeas \text_gen|cursor_pos[0] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos~14_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [0]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[0] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[0] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N6 +cycloneiv_lcell_comb \text_gen|Add2~2 ( +// Equation(s): +// \text_gen|Add2~2_combout = (\text_gen|cursor_pos [1] & (\text_gen|Add2~1 & VCC)) # (!\text_gen|cursor_pos [1] & (!\text_gen|Add2~1 )) +// \text_gen|Add2~3 = CARRY((!\text_gen|cursor_pos [1] & !\text_gen|Add2~1 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [1]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~1 ), + .combout(\text_gen|Add2~2_combout ), + .cout(\text_gen|Add2~3 )); +// synopsys translate_off +defparam \text_gen|Add2~2 .lut_mask = 16'hC303; +defparam \text_gen|Add2~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N6 +cycloneiv_lcell_comb \text_gen|Add3~2 ( +// Equation(s): +// \text_gen|Add3~2_combout = (\text_gen|cursor_pos [1] & (!\text_gen|Add3~1 )) # (!\text_gen|cursor_pos [1] & ((\text_gen|Add3~1 ) # (GND))) +// \text_gen|Add3~3 = CARRY((!\text_gen|Add3~1 ) # (!\text_gen|cursor_pos [1])) + + .dataa(\text_gen|cursor_pos [1]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~1 ), + .combout(\text_gen|Add3~2_combout ), + .cout(\text_gen|Add3~3 )); +// synopsys translate_off +defparam \text_gen|Add3~2 .lut_mask = 16'h5A5F; +defparam \text_gen|Add3~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N2 +cycloneiv_lcell_comb \text_gen|cursor_pos~13 ( +// Equation(s): +// \text_gen|cursor_pos~13_combout = (\text_gen|always0~1_combout & ((\text_gen|Equal2~2_combout & (\text_gen|Add2~2_combout )) # (!\text_gen|Equal2~2_combout & ((\text_gen|Add3~2_combout ))))) + + .dataa(\text_gen|Add2~2_combout ), + .datab(\text_gen|Equal2~2_combout ), + .datac(\text_gen|Add3~2_combout ), + .datad(\text_gen|always0~1_combout ), + .cin(gnd), + .combout(\text_gen|cursor_pos~13_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos~13 .lut_mask = 16'hB800; +defparam \text_gen|cursor_pos~13 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y36_N3 +dffeas \text_gen|cursor_pos[1] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos~13_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [1]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[1] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[1] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N8 +cycloneiv_lcell_comb \text_gen|Add3~4 ( +// Equation(s): +// \text_gen|Add3~4_combout = (\text_gen|cursor_pos [2] & (\text_gen|Add3~3 $ (GND))) # (!\text_gen|cursor_pos [2] & (!\text_gen|Add3~3 & VCC)) +// \text_gen|Add3~5 = CARRY((\text_gen|cursor_pos [2] & !\text_gen|Add3~3 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [2]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~3 ), + .combout(\text_gen|Add3~4_combout ), + .cout(\text_gen|Add3~5 )); +// synopsys translate_off +defparam \text_gen|Add3~4 .lut_mask = 16'hC30C; +defparam \text_gen|Add3~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N8 +cycloneiv_lcell_comb \text_gen|Add2~4 ( +// Equation(s): +// \text_gen|Add2~4_combout = (\text_gen|cursor_pos [2] & ((GND) # (!\text_gen|Add2~3 ))) # (!\text_gen|cursor_pos [2] & (\text_gen|Add2~3 $ (GND))) +// \text_gen|Add2~5 = CARRY((\text_gen|cursor_pos [2]) # (!\text_gen|Add2~3 )) + + .dataa(\text_gen|cursor_pos [2]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~3 ), + .combout(\text_gen|Add2~4_combout ), + .cout(\text_gen|Add2~5 )); +// synopsys translate_off +defparam \text_gen|Add2~4 .lut_mask = 16'h5AAF; +defparam \text_gen|Add2~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N4 +cycloneiv_lcell_comb \text_gen|cursor_pos~12 ( +// Equation(s): +// \text_gen|cursor_pos~12_combout = (\text_gen|always0~1_combout & ((\text_gen|Equal2~2_combout & ((\text_gen|Add2~4_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|Add3~4_combout )))) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|Add3~4_combout ), + .datac(\text_gen|always0~1_combout ), + .datad(\text_gen|Add2~4_combout ), + .cin(gnd), + .combout(\text_gen|cursor_pos~12_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos~12 .lut_mask = 16'hE040; +defparam \text_gen|cursor_pos~12 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y36_N5 +dffeas \text_gen|cursor_pos[2] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos~12_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [2]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[2] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[2] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N10 +cycloneiv_lcell_comb \text_gen|Add3~6 ( +// Equation(s): +// \text_gen|Add3~6_combout = (\text_gen|cursor_pos [3] & (!\text_gen|Add3~5 )) # (!\text_gen|cursor_pos [3] & ((\text_gen|Add3~5 ) # (GND))) +// \text_gen|Add3~7 = CARRY((!\text_gen|Add3~5 ) # (!\text_gen|cursor_pos [3])) + + .dataa(\text_gen|cursor_pos [3]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~5 ), + .combout(\text_gen|Add3~6_combout ), + .cout(\text_gen|Add3~7 )); +// synopsys translate_off +defparam \text_gen|Add3~6 .lut_mask = 16'h5A5F; +defparam \text_gen|Add3~6 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N10 +cycloneiv_lcell_comb \text_gen|Add2~6 ( +// Equation(s): +// \text_gen|Add2~6_combout = (\text_gen|cursor_pos [3] & (\text_gen|Add2~5 & VCC)) # (!\text_gen|cursor_pos [3] & (!\text_gen|Add2~5 )) +// \text_gen|Add2~7 = CARRY((!\text_gen|cursor_pos [3] & !\text_gen|Add2~5 )) + + .dataa(\text_gen|cursor_pos [3]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~5 ), + .combout(\text_gen|Add2~6_combout ), + .cout(\text_gen|Add2~7 )); +// synopsys translate_off +defparam \text_gen|Add2~6 .lut_mask = 16'hA505; +defparam \text_gen|Add2~6 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N6 +cycloneiv_lcell_comb \text_gen|cursor_pos~11 ( +// Equation(s): +// \text_gen|cursor_pos~11_combout = (\text_gen|always0~1_combout & ((\text_gen|Equal2~2_combout & ((\text_gen|Add2~6_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|Add3~6_combout )))) + + .dataa(\text_gen|always0~1_combout ), + .datab(\text_gen|Add3~6_combout ), + .datac(\text_gen|Equal2~2_combout ), + .datad(\text_gen|Add2~6_combout ), + .cin(gnd), + .combout(\text_gen|cursor_pos~11_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos~11 .lut_mask = 16'hA808; +defparam \text_gen|cursor_pos~11 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y36_N7 +dffeas \text_gen|cursor_pos[3] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos~11_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [3]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[3] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[3] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N12 +cycloneiv_lcell_comb \text_gen|Add3~8 ( +// Equation(s): +// \text_gen|Add3~8_combout = (\text_gen|cursor_pos [4] & (\text_gen|Add3~7 $ (GND))) # (!\text_gen|cursor_pos [4] & (!\text_gen|Add3~7 & VCC)) +// \text_gen|Add3~9 = CARRY((\text_gen|cursor_pos [4] & !\text_gen|Add3~7 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [4]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~7 ), + .combout(\text_gen|Add3~8_combout ), + .cout(\text_gen|Add3~9 )); +// synopsys translate_off +defparam \text_gen|Add3~8 .lut_mask = 16'hC30C; +defparam \text_gen|Add3~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N12 +cycloneiv_lcell_comb \text_gen|Add2~8 ( +// Equation(s): +// \text_gen|Add2~8_combout = (\text_gen|cursor_pos [4] & ((GND) # (!\text_gen|Add2~7 ))) # (!\text_gen|cursor_pos [4] & (\text_gen|Add2~7 $ (GND))) +// \text_gen|Add2~9 = CARRY((\text_gen|cursor_pos [4]) # (!\text_gen|Add2~7 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [4]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~7 ), + .combout(\text_gen|Add2~8_combout ), + .cout(\text_gen|Add2~9 )); +// synopsys translate_off +defparam \text_gen|Add2~8 .lut_mask = 16'h3CCF; +defparam \text_gen|Add2~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N26 +cycloneiv_lcell_comb \text_gen|cursor_pos~9 ( +// Equation(s): +// \text_gen|cursor_pos~9_combout = (\text_gen|always0~1_combout & ((\text_gen|Equal2~2_combout & ((\text_gen|Add2~8_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|Add3~8_combout )))) + + .dataa(\text_gen|always0~1_combout ), + .datab(\text_gen|Add3~8_combout ), + .datac(\text_gen|Equal2~2_combout ), + .datad(\text_gen|Add2~8_combout ), + .cin(gnd), + .combout(\text_gen|cursor_pos~9_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos~9 .lut_mask = 16'hA808; +defparam \text_gen|cursor_pos~9 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N8 +cycloneiv_lcell_comb \text_gen|cursor_pos~10 ( +// Equation(s): +// \text_gen|cursor_pos~10_combout = (\text_gen|cursor_pos~9_combout ) # ((!\text_gen|always0~1_combout & \text_gen|Add0~0_combout )) + + .dataa(\text_gen|cursor_pos~9_combout ), + .datab(gnd), + .datac(\text_gen|always0~1_combout ), + .datad(\text_gen|Add0~0_combout ), + .cin(gnd), + .combout(\text_gen|cursor_pos~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos~10 .lut_mask = 16'hAFAA; +defparam \text_gen|cursor_pos~10 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y36_N9 +dffeas \text_gen|cursor_pos[4] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos~10_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [4]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[4] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[4] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N14 +cycloneiv_lcell_comb \text_gen|Add3~10 ( +// Equation(s): +// \text_gen|Add3~10_combout = (\text_gen|cursor_pos [5] & (!\text_gen|Add3~9 )) # (!\text_gen|cursor_pos [5] & ((\text_gen|Add3~9 ) # (GND))) +// \text_gen|Add3~11 = CARRY((!\text_gen|Add3~9 ) # (!\text_gen|cursor_pos [5])) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [5]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~9 ), + .combout(\text_gen|Add3~10_combout ), + .cout(\text_gen|Add3~11 )); +// synopsys translate_off +defparam \text_gen|Add3~10 .lut_mask = 16'h3C3F; +defparam \text_gen|Add3~10 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N14 +cycloneiv_lcell_comb \text_gen|Add2~10 ( +// Equation(s): +// \text_gen|Add2~10_combout = (\text_gen|cursor_pos [5] & (\text_gen|Add2~9 & VCC)) # (!\text_gen|cursor_pos [5] & (!\text_gen|Add2~9 )) +// \text_gen|Add2~11 = CARRY((!\text_gen|cursor_pos [5] & !\text_gen|Add2~9 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [5]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~9 ), + .combout(\text_gen|Add2~10_combout ), + .cout(\text_gen|Add2~11 )); +// synopsys translate_off +defparam \text_gen|Add2~10 .lut_mask = 16'hC303; +defparam \text_gen|Add2~10 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N28 +cycloneiv_lcell_comb \text_gen|cursor_pos~6 ( +// Equation(s): +// \text_gen|cursor_pos~6_combout = (\text_gen|always0~1_combout & ((\text_gen|Equal2~2_combout & ((\text_gen|Add2~10_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|Add3~10_combout )))) + + .dataa(\text_gen|always0~1_combout ), + .datab(\text_gen|Add3~10_combout ), + .datac(\text_gen|Equal2~2_combout ), + .datad(\text_gen|Add2~10_combout ), + .cin(gnd), + .combout(\text_gen|cursor_pos~6_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos~6 .lut_mask = 16'hA808; +defparam \text_gen|cursor_pos~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N22 +cycloneiv_lcell_comb \text_gen|cursor_pos~7 ( +// Equation(s): +// \text_gen|cursor_pos~7_combout = (\text_gen|cursor_pos~6_combout ) # ((!\text_gen|always0~1_combout & \text_gen|Add0~2_combout )) + + .dataa(\text_gen|always0~1_combout ), + .datab(\text_gen|cursor_pos~6_combout ), + .datac(\text_gen|Add0~2_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|cursor_pos~7_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos~7 .lut_mask = 16'hDCDC; +defparam \text_gen|cursor_pos~7 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y36_N23 +dffeas \text_gen|cursor_pos[5] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos~7_combout ), + .asdata(vcc), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [5]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[5] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[5] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N26 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~119 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~119_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & \text_gen|cursor_pos [5]) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datab(\text_gen|cursor_pos [5]), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[48]~119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~119 .lut_mask = 16'h4444; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N24 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~118 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~118_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & \text_gen|cursor_pos [5]) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datab(\text_gen|cursor_pos [5]), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[48]~118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~118 .lut_mask = 16'h8888; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[48]~118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N16 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10_combout = (\text_gen|Div0|auto_generated|divider|divider|StageOut[48]~119_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[48]~118_combout ) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[48]~119_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|StageOut[48]~118_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10 .lut_mask = 16'hFFAA; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N18 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & +// (\text_gen|cursor_pos [5])) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10_combout ))))) + + .dataa(\text_gen|cursor_pos [5]), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142 .lut_mask = 16'hAC00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N4 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & +// (\text_gen|cursor_pos [5])) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10_combout ))))) + + .dataa(\text_gen|cursor_pos [5]), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[1]~10_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141 .lut_mask = 16'h00AC; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N2 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141_combout ))) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121 .lut_mask = 16'h00FC; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N12 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141_combout ))) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~142_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|StageOut[66]~141_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120 .lut_mask = 16'hFC00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N0 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~0 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~0_combout = (((\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120_combout ))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~1 = CARRY((\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120_combout )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120_combout ), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~0_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~1 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~0 .lut_mask = 16'h11EE; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N2 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~2 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~2_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~1 & (((\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145_combout )))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~1 & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117_combout & +// (!\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145_combout ))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~3 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~1 ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~117_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[76]~145_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~1 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~2_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~3 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~2 .lut_mask = 16'hE101; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N4 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~4 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~4_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~3 & (((\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout )))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~3 & ((((\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout ))))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~5 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~3 & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~116_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[77]~144_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~3 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~4_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~5 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~4 .lut_mask = 16'hE10E; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N0 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~122 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~122_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~4_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~4_combout ), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[86]~122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~122 .lut_mask = 16'h00CC; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[86]~122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N14 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~146 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~146_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & +// (\text_gen|cursor_pos [6])) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0_combout ))))) + + .dataa(\text_gen|cursor_pos [6]), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[4]~0_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[85]~146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~146 .lut_mask = 16'hA0C0; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N2 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~123 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~123_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~2_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[5]~2_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[85]~123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~123 .lut_mask = 16'h00AA; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[85]~123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N28 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~124 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~124_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120_combout ))) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~121_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|StageOut[75]~120_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[84]~124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~124 .lut_mask = 16'hFC00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N18 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~125 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~125_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~0_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[4]~0_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[84]~125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~125 .lut_mask = 16'h00AA; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[84]~125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N4 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~128 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~128_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & \text_gen|cursor_pos [4]) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(\text_gen|cursor_pos [4]), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[56]~128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~128 .lut_mask = 16'h0F00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N18 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~127 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~127_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & \text_gen|cursor_pos [4]) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(\text_gen|cursor_pos [4]), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[56]~127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~127 .lut_mask = 16'hF000; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[56]~127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N20 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10_combout = (\text_gen|Div0|auto_generated|divider|divider|StageOut[56]~128_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[56]~127_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|StageOut[56]~128_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|StageOut[56]~127_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10 .lut_mask = 16'hFFF0; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N30 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~129 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~129_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[65]~129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~129 .lut_mask = 16'h3300; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N28 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~126 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~126_combout = (\text_gen|cursor_pos [4] & \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [4]), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[65]~126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~126 .lut_mask = 16'hCC00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[65]~126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N26 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10_combout = (\text_gen|Div0|auto_generated|divider|divider|StageOut[65]~129_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[65]~126_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|StageOut[65]~129_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|StageOut[65]~126_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10 .lut_mask = 16'hFFF0; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N24 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & +// ((\text_gen|cursor_pos [4]))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[1]~10_combout ), + .datac(\text_gen|cursor_pos [4]), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143 .lut_mask = 16'hA088; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N10 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~134 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~134_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143_combout ) # +// ((\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[83]~134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~134 .lut_mask = 16'h0F02; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N16 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~133 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~133_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143_combout ) # +// ((\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[2]~10_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|StageOut[74]~143_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[83]~133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~133 .lut_mask = 16'hF020; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[83]~133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N20 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[4]~1 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[4]~1_cout = CARRY((\text_gen|Div0|auto_generated|divider|divider|StageOut[83]~134_combout ) # (\text_gen|Div0|auto_generated|divider|divider|StageOut[83]~133_combout )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[83]~134_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[83]~133_combout ), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[4]~1_cout )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[4]~1 .lut_mask = 16'h00EE; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[4]~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N22 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[5]~3 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[5]~3_cout = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[84]~124_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[84]~125_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[4]~1_cout ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[84]~124_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[84]~125_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[4]~1_cout ), + .combout(), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[5]~3_cout )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[5]~3 .lut_mask = 16'h0001; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[5]~3 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N24 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[6]~5 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[6]~5_cout = CARRY((!\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[5]~3_cout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[85]~146_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[85]~123_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[85]~146_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[85]~123_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[5]~3_cout ), + .combout(), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[6]~5_cout )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[6]~5 .lut_mask = 16'h000E; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[6]~5 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N26 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[7]~7 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[7]~7_cout = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[86]~132_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[86]~122_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[6]~5_cout ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[86]~132_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[86]~122_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[6]~5_cout ), + .combout(), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[7]~7_cout )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[7]~7 .lut_mask = 16'h0001; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[7]~7 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N28 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8_combout = \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[7]~7_cout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[7]~7_cout ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8 .lut_mask = 16'hF0F0; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N4 +cycloneiv_lcell_comb \text_gen|Add0~0 ( +// Equation(s): +// \text_gen|Add0~0_combout = \text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8_combout $ (GND) +// \text_gen|Add0~1 = CARRY(!\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_11_result_int[8]~8_combout ), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|Add0~0_combout ), + .cout(\text_gen|Add0~1 )); +// synopsys translate_off +defparam \text_gen|Add0~0 .lut_mask = 16'hCC33; +defparam \text_gen|Add0~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N20 +cycloneiv_lcell_comb \text_gen|cursor_pos[6]~15 ( +// Equation(s): +// \text_gen|cursor_pos[6]~15_combout = (\text_gen|Add0~0_combout & (\text_gen|Add0~4_combout $ (VCC))) # (!\text_gen|Add0~0_combout & (\text_gen|Add0~4_combout & VCC)) +// \text_gen|cursor_pos[6]~16 = CARRY((\text_gen|Add0~0_combout & \text_gen|Add0~4_combout )) + + .dataa(\text_gen|Add0~0_combout ), + .datab(\text_gen|Add0~4_combout ), + .datac(gnd), + .datad(vcc), + .cin(gnd), + .combout(\text_gen|cursor_pos[6]~15_combout ), + .cout(\text_gen|cursor_pos[6]~16 )); +// synopsys translate_off +defparam \text_gen|cursor_pos[6]~15 .lut_mask = 16'h6688; +defparam \text_gen|cursor_pos[6]~15 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N16 +cycloneiv_lcell_comb \text_gen|Add2~12 ( +// Equation(s): +// \text_gen|Add2~12_combout = (\text_gen|cursor_pos [6] & ((GND) # (!\text_gen|Add2~11 ))) # (!\text_gen|cursor_pos [6] & (\text_gen|Add2~11 $ (GND))) +// \text_gen|Add2~13 = CARRY((\text_gen|cursor_pos [6]) # (!\text_gen|Add2~11 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [6]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~11 ), + .combout(\text_gen|Add2~12_combout ), + .cout(\text_gen|Add2~13 )); +// synopsys translate_off +defparam \text_gen|Add2~12 .lut_mask = 16'h3CCF; +defparam \text_gen|Add2~12 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N16 +cycloneiv_lcell_comb \text_gen|Add3~12 ( +// Equation(s): +// \text_gen|Add3~12_combout = (\text_gen|cursor_pos [6] & (\text_gen|Add3~11 $ (GND))) # (!\text_gen|cursor_pos [6] & (!\text_gen|Add3~11 & VCC)) +// \text_gen|Add3~13 = CARRY((\text_gen|cursor_pos [6] & !\text_gen|Add3~11 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [6]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~11 ), + .combout(\text_gen|Add3~12_combout ), + .cout(\text_gen|Add3~13 )); +// synopsys translate_off +defparam \text_gen|Add3~12 .lut_mask = 16'hC30C; +defparam \text_gen|Add3~12 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N2 +cycloneiv_lcell_comb \text_gen|Add3~17 ( +// Equation(s): +// \text_gen|Add3~17_combout = (\text_gen|Equal2~2_combout & (\text_gen|Add2~12_combout )) # (!\text_gen|Equal2~2_combout & ((\text_gen|Add3~12_combout ))) + + .dataa(\text_gen|Add2~12_combout ), + .datab(\text_gen|Equal2~2_combout ), + .datac(gnd), + .datad(\text_gen|Add3~12_combout ), + .cin(gnd), + .combout(\text_gen|Add3~17_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add3~17 .lut_mask = 16'hBB88; +defparam \text_gen|Add3~17 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y37_N21 +dffeas \text_gen|cursor_pos[6] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos[6]~15_combout ), + .asdata(\text_gen|Add3~17_combout ), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(\text_gen|always0~1_combout ), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [6]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[6] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[6] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N0 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139_combout = (\text_gen|cursor_pos [6] & \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ) + + .dataa(\text_gen|cursor_pos [6]), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139 .lut_mask = 16'hAA00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[67]~139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N14 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~4 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~4_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~3 & (((\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout )))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~3 & ((((\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout ))))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~5 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~3 & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~113_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[69]~137_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[5]~3 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~4_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~5 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~4 .lut_mask = 16'hE10E; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N28 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~115 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~115_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~4_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~4_combout ), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[78]~115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~115 .lut_mask = 16'h00CC; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[78]~115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N6 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[7]~7 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[7]~7_cout = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[78]~131_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[78]~115_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~5 ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[78]~131_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[78]~115_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[6]~5 ), + .combout(), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[7]~7_cout )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[7]~7 .lut_mask = 16'h0001; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[7]~7 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N8 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout = \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[7]~7_cout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[7]~7_cout ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8 .lut_mask = 16'hF0F0; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N6 +cycloneiv_lcell_comb \text_gen|Add0~2 ( +// Equation(s): +// \text_gen|Add0~2_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout & ((\text_gen|Add0~1 ) # (GND))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout & (!\text_gen|Add0~1 )) +// \text_gen|Add0~3 = CARRY((\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ) # (!\text_gen|Add0~1 )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_10_result_int[8]~8_combout ), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add0~1 ), + .combout(\text_gen|Add0~2_combout ), + .cout(\text_gen|Add0~3 )); +// synopsys translate_off +defparam \text_gen|Add0~2 .lut_mask = 16'hA5AF; +defparam \text_gen|Add0~2 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N8 +cycloneiv_lcell_comb \text_gen|Add0~4 ( +// Equation(s): +// \text_gen|Add0~4_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & (!\text_gen|Add0~3 & VCC)) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & (\text_gen|Add0~3 $ (GND))) +// \text_gen|Add0~5 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout & !\text_gen|Add0~3 )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add0~3 ), + .combout(\text_gen|Add0~4_combout ), + .cout(\text_gen|Add0~5 )); +// synopsys translate_off +defparam \text_gen|Add0~4 .lut_mask = 16'h5A05; +defparam \text_gen|Add0~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N10 +cycloneiv_lcell_comb \text_gen|Add0~6 ( +// Equation(s): +// \text_gen|Add0~6_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & ((\text_gen|Add0~5 ) # (GND))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & (!\text_gen|Add0~5 )) +// \text_gen|Add0~7 = CARRY((\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ) # (!\text_gen|Add0~5 )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add0~5 ), + .combout(\text_gen|Add0~6_combout ), + .cout(\text_gen|Add0~7 )); +// synopsys translate_off +defparam \text_gen|Add0~6 .lut_mask = 16'hA5AF; +defparam \text_gen|Add0~6 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N22 +cycloneiv_lcell_comb \text_gen|cursor_pos[7]~17 ( +// Equation(s): +// \text_gen|cursor_pos[7]~17_combout = (\text_gen|Add0~2_combout & ((\text_gen|Add0~6_combout & (\text_gen|cursor_pos[6]~16 & VCC)) # (!\text_gen|Add0~6_combout & (!\text_gen|cursor_pos[6]~16 )))) # (!\text_gen|Add0~2_combout & +// ((\text_gen|Add0~6_combout & (!\text_gen|cursor_pos[6]~16 )) # (!\text_gen|Add0~6_combout & ((\text_gen|cursor_pos[6]~16 ) # (GND))))) +// \text_gen|cursor_pos[7]~18 = CARRY((\text_gen|Add0~2_combout & (!\text_gen|Add0~6_combout & !\text_gen|cursor_pos[6]~16 )) # (!\text_gen|Add0~2_combout & ((!\text_gen|cursor_pos[6]~16 ) # (!\text_gen|Add0~6_combout )))) + + .dataa(\text_gen|Add0~2_combout ), + .datab(\text_gen|Add0~6_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|cursor_pos[6]~16 ), + .combout(\text_gen|cursor_pos[7]~17_combout ), + .cout(\text_gen|cursor_pos[7]~18 )); +// synopsys translate_off +defparam \text_gen|cursor_pos[7]~17 .lut_mask = 16'h9617; +defparam \text_gen|cursor_pos[7]~17 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N18 +cycloneiv_lcell_comb \text_gen|Add3~14 ( +// Equation(s): +// \text_gen|Add3~14_combout = (\text_gen|cursor_pos [7] & (!\text_gen|Add3~13 )) # (!\text_gen|cursor_pos [7] & ((\text_gen|Add3~13 ) # (GND))) +// \text_gen|Add3~15 = CARRY((!\text_gen|Add3~13 ) # (!\text_gen|cursor_pos [7])) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [7]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~13 ), + .combout(\text_gen|Add3~14_combout ), + .cout(\text_gen|Add3~15 )); +// synopsys translate_off +defparam \text_gen|Add3~14 .lut_mask = 16'h3C3F; +defparam \text_gen|Add3~14 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N18 +cycloneiv_lcell_comb \text_gen|Add2~14 ( +// Equation(s): +// \text_gen|Add2~14_combout = (\text_gen|cursor_pos [7] & (\text_gen|Add2~13 & VCC)) # (!\text_gen|cursor_pos [7] & (!\text_gen|Add2~13 )) +// \text_gen|Add2~15 = CARRY((!\text_gen|cursor_pos [7] & !\text_gen|Add2~13 )) + + .dataa(\text_gen|cursor_pos [7]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~13 ), + .combout(\text_gen|Add2~14_combout ), + .cout(\text_gen|Add2~15 )); +// synopsys translate_off +defparam \text_gen|Add2~14 .lut_mask = 16'hA505; +defparam \text_gen|Add2~14 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N0 +cycloneiv_lcell_comb \text_gen|Add3~16 ( +// Equation(s): +// \text_gen|Add3~16_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~14_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|Add3~14_combout )) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|Add3~14_combout ), + .datac(gnd), + .datad(\text_gen|Add2~14_combout ), + .cin(gnd), + .combout(\text_gen|Add3~16_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add3~16 .lut_mask = 16'hEE44; +defparam \text_gen|Add3~16 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y37_N23 +dffeas \text_gen|cursor_pos[7] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos[7]~17_combout ), + .asdata(\text_gen|Add3~16_combout ), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(\text_gen|always0~1_combout ), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [7]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[7] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[7] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N0 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & \text_gen|cursor_pos [7]) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datad(\text_gen|cursor_pos [7]), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111 .lut_mask = 16'h0F00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[59]~111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N24 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~4 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~4_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~3 & (((\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107_combout )))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~3 & ((((\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107_combout ))))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~5 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~3 & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~107_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[5]~3 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~4_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~5 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~4 .lut_mask = 16'hE10E; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N30 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~112 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~112_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~4_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~4_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[70]~112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~112 .lut_mask = 16'h3300; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N22 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~130 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~130_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout ) # +// ((\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~2_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datac(\text_gen|Div0|auto_generated|divider|divider|StageOut[61]~136_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[70]~130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~130 .lut_mask = 16'hF200; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[70]~130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N16 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[7]~7 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[7]~7_cout = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[70]~112_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[70]~130_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~5 ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[70]~112_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[70]~130_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[6]~5 ), + .combout(), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[7]~7_cout )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[7]~7 .lut_mask = 16'h0001; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[7]~7 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y37_N18 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout = \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[7]~7_cout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[7]~7_cout ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8 .lut_mask = 16'hF0F0; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_9_result_int[8]~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N24 +cycloneiv_lcell_comb \text_gen|cursor_pos[8]~19 ( +// Equation(s): +// \text_gen|cursor_pos[8]~19_combout = ((\text_gen|Add0~8_combout $ (\text_gen|Add0~4_combout $ (!\text_gen|cursor_pos[7]~18 )))) # (GND) +// \text_gen|cursor_pos[8]~20 = CARRY((\text_gen|Add0~8_combout & ((\text_gen|Add0~4_combout ) # (!\text_gen|cursor_pos[7]~18 ))) # (!\text_gen|Add0~8_combout & (\text_gen|Add0~4_combout & !\text_gen|cursor_pos[7]~18 ))) + + .dataa(\text_gen|Add0~8_combout ), + .datab(\text_gen|Add0~4_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|cursor_pos[7]~18 ), + .combout(\text_gen|cursor_pos[8]~19_combout ), + .cout(\text_gen|cursor_pos[8]~20 )); +// synopsys translate_off +defparam \text_gen|cursor_pos[8]~19 .lut_mask = 16'h698E; +defparam \text_gen|cursor_pos[8]~19 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N20 +cycloneiv_lcell_comb \text_gen|Add3~18 ( +// Equation(s): +// \text_gen|Add3~18_combout = (\text_gen|cursor_pos [8] & (\text_gen|Add3~15 $ (GND))) # (!\text_gen|cursor_pos [8] & (!\text_gen|Add3~15 & VCC)) +// \text_gen|Add3~19 = CARRY((\text_gen|cursor_pos [8] & !\text_gen|Add3~15 )) + + .dataa(\text_gen|cursor_pos [8]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~15 ), + .combout(\text_gen|Add3~18_combout ), + .cout(\text_gen|Add3~19 )); +// synopsys translate_off +defparam \text_gen|Add3~18 .lut_mask = 16'hA50A; +defparam \text_gen|Add3~18 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N20 +cycloneiv_lcell_comb \text_gen|Add2~16 ( +// Equation(s): +// \text_gen|Add2~16_combout = (\text_gen|cursor_pos [8] & ((GND) # (!\text_gen|Add2~15 ))) # (!\text_gen|cursor_pos [8] & (\text_gen|Add2~15 $ (GND))) +// \text_gen|Add2~17 = CARRY((\text_gen|cursor_pos [8]) # (!\text_gen|Add2~15 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [8]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~15 ), + .combout(\text_gen|Add2~16_combout ), + .cout(\text_gen|Add2~17 )); +// synopsys translate_off +defparam \text_gen|Add2~16 .lut_mask = 16'h3CCF; +defparam \text_gen|Add2~16 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N14 +cycloneiv_lcell_comb \text_gen|Add3~20 ( +// Equation(s): +// \text_gen|Add3~20_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~16_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|Add3~18_combout )) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|Add3~18_combout ), + .datac(gnd), + .datad(\text_gen|Add2~16_combout ), + .cin(gnd), + .combout(\text_gen|Add3~20_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add3~20 .lut_mask = 16'hEE44; +defparam \text_gen|Add3~20 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y37_N25 +dffeas \text_gen|cursor_pos[8] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos[8]~19_combout ), + .asdata(\text_gen|Add3~20_combout ), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(\text_gen|always0~1_combout ), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [8]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[8] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[8] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y37_N10 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104_combout = (\text_gen|cursor_pos [8] & \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|cursor_pos [8]), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104 .lut_mask = 16'hF000; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[51]~104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N4 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~4 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~4_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~3 & (((\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101_combout )))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~3 & ((((\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101_combout ))))) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~5 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~3 & ((\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100_combout ) # +// (\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101_combout )))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~100_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[53]~101_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[5]~3 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~4_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~5 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~4 .lut_mask = 16'hE10E; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N18 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~106 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~106_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~4_combout & !\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~4_combout ), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[62]~106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~106 .lut_mask = 16'h00CC; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[62]~106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N26 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[7]~7 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[7]~7_cout = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[62]~135_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[62]~106_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~5 ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[62]~135_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[62]~106_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[6]~5 ), + .combout(), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[7]~7_cout )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[7]~7 .lut_mask = 16'h0001; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[7]~7 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N28 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout = \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[7]~7_cout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[7]~7_cout ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8 .lut_mask = 16'hF0F0; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_8_result_int[8]~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N12 +cycloneiv_lcell_comb \text_gen|Add0~8 ( +// Equation(s): +// \text_gen|Add0~8_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & (!\text_gen|Add0~7 & VCC)) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & (\text_gen|Add0~7 $ (GND))) +// \text_gen|Add0~9 = CARRY((!\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout & !\text_gen|Add0~7 )) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add0~7 ), + .combout(\text_gen|Add0~8_combout ), + .cout(\text_gen|Add0~9 )); +// synopsys translate_off +defparam \text_gen|Add0~8 .lut_mask = 16'h5A05; +defparam \text_gen|Add0~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N14 +cycloneiv_lcell_comb \text_gen|Add0~10 ( +// Equation(s): +// \text_gen|Add0~10_combout = (\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & ((\text_gen|Add0~9 ) # (GND))) # (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & (!\text_gen|Add0~9 )) +// \text_gen|Add0~11 = CARRY((\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ) # (!\text_gen|Add0~9 )) + + .dataa(gnd), + .datab(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add0~9 ), + .combout(\text_gen|Add0~10_combout ), + .cout(\text_gen|Add0~11 )); +// synopsys translate_off +defparam \text_gen|Add0~10 .lut_mask = 16'hC3CF; +defparam \text_gen|Add0~10 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y37_N16 +cycloneiv_lcell_comb \text_gen|Add0~12 ( +// Equation(s): +// \text_gen|Add0~12_combout = !\text_gen|Add0~11 + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Add0~11 ), + .combout(\text_gen|Add0~12_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add0~12 .lut_mask = 16'h0F0F; +defparam \text_gen|Add0~12 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N26 +cycloneiv_lcell_comb \text_gen|cursor_pos[9]~21 ( +// Equation(s): +// \text_gen|cursor_pos[9]~21_combout = (\text_gen|Add0~10_combout & ((\text_gen|Add0~6_combout & (\text_gen|cursor_pos[8]~20 & VCC)) # (!\text_gen|Add0~6_combout & (!\text_gen|cursor_pos[8]~20 )))) # (!\text_gen|Add0~10_combout & +// ((\text_gen|Add0~6_combout & (!\text_gen|cursor_pos[8]~20 )) # (!\text_gen|Add0~6_combout & ((\text_gen|cursor_pos[8]~20 ) # (GND))))) +// \text_gen|cursor_pos[9]~22 = CARRY((\text_gen|Add0~10_combout & (!\text_gen|Add0~6_combout & !\text_gen|cursor_pos[8]~20 )) # (!\text_gen|Add0~10_combout & ((!\text_gen|cursor_pos[8]~20 ) # (!\text_gen|Add0~6_combout )))) + + .dataa(\text_gen|Add0~10_combout ), + .datab(\text_gen|Add0~6_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|cursor_pos[8]~20 ), + .combout(\text_gen|cursor_pos[9]~21_combout ), + .cout(\text_gen|cursor_pos[9]~22 )); +// synopsys translate_off +defparam \text_gen|cursor_pos[9]~21 .lut_mask = 16'h9617; +defparam \text_gen|cursor_pos[9]~21 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N28 +cycloneiv_lcell_comb \text_gen|cursor_pos[10]~23 ( +// Equation(s): +// \text_gen|cursor_pos[10]~23_combout = ((\text_gen|Add0~8_combout $ (\text_gen|Add0~12_combout $ (!\text_gen|cursor_pos[9]~22 )))) # (GND) +// \text_gen|cursor_pos[10]~24 = CARRY((\text_gen|Add0~8_combout & ((\text_gen|Add0~12_combout ) # (!\text_gen|cursor_pos[9]~22 ))) # (!\text_gen|Add0~8_combout & (\text_gen|Add0~12_combout & !\text_gen|cursor_pos[9]~22 ))) + + .dataa(\text_gen|Add0~8_combout ), + .datab(\text_gen|Add0~12_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|cursor_pos[9]~22 ), + .combout(\text_gen|cursor_pos[10]~23_combout ), + .cout(\text_gen|cursor_pos[10]~24 )); +// synopsys translate_off +defparam \text_gen|cursor_pos[10]~23 .lut_mask = 16'h698E; +defparam \text_gen|cursor_pos[10]~23 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N22 +cycloneiv_lcell_comb \text_gen|Add2~18 ( +// Equation(s): +// \text_gen|Add2~18_combout = (\text_gen|cursor_pos [9] & (\text_gen|Add2~17 & VCC)) # (!\text_gen|cursor_pos [9] & (!\text_gen|Add2~17 )) +// \text_gen|Add2~19 = CARRY((!\text_gen|cursor_pos [9] & !\text_gen|Add2~17 )) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [9]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~17 ), + .combout(\text_gen|Add2~18_combout ), + .cout(\text_gen|Add2~19 )); +// synopsys translate_off +defparam \text_gen|Add2~18 .lut_mask = 16'hC303; +defparam \text_gen|Add2~18 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N24 +cycloneiv_lcell_comb \text_gen|Add2~20 ( +// Equation(s): +// \text_gen|Add2~20_combout = (\text_gen|cursor_pos [10] & ((GND) # (!\text_gen|Add2~19 ))) # (!\text_gen|cursor_pos [10] & (\text_gen|Add2~19 $ (GND))) +// \text_gen|Add2~21 = CARRY((\text_gen|cursor_pos [10]) # (!\text_gen|Add2~19 )) + + .dataa(\text_gen|cursor_pos [10]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~19 ), + .combout(\text_gen|Add2~20_combout ), + .cout(\text_gen|Add2~21 )); +// synopsys translate_off +defparam \text_gen|Add2~20 .lut_mask = 16'h5AAF; +defparam \text_gen|Add2~20 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N22 +cycloneiv_lcell_comb \text_gen|Add3~21 ( +// Equation(s): +// \text_gen|Add3~21_combout = (\text_gen|cursor_pos [9] & (!\text_gen|Add3~19 )) # (!\text_gen|cursor_pos [9] & ((\text_gen|Add3~19 ) # (GND))) +// \text_gen|Add3~22 = CARRY((!\text_gen|Add3~19 ) # (!\text_gen|cursor_pos [9])) + + .dataa(\text_gen|cursor_pos [9]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~19 ), + .combout(\text_gen|Add3~21_combout ), + .cout(\text_gen|Add3~22 )); +// synopsys translate_off +defparam \text_gen|Add3~21 .lut_mask = 16'h5A5F; +defparam \text_gen|Add3~21 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N24 +cycloneiv_lcell_comb \text_gen|Add3~23 ( +// Equation(s): +// \text_gen|Add3~23_combout = (\text_gen|cursor_pos [10] & (\text_gen|Add3~22 $ (GND))) # (!\text_gen|cursor_pos [10] & (!\text_gen|Add3~22 & VCC)) +// \text_gen|Add3~24 = CARRY((\text_gen|cursor_pos [10] & !\text_gen|Add3~22 )) + + .dataa(\text_gen|cursor_pos [10]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add3~22 ), + .combout(\text_gen|Add3~23_combout ), + .cout(\text_gen|Add3~24 )); +// synopsys translate_off +defparam \text_gen|Add3~23 .lut_mask = 16'hA50A; +defparam \text_gen|Add3~23 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N0 +cycloneiv_lcell_comb \text_gen|Add3~28 ( +// Equation(s): +// \text_gen|Add3~28_combout = (\text_gen|Equal2~2_combout & (\text_gen|Add2~20_combout )) # (!\text_gen|Equal2~2_combout & ((\text_gen|Add3~23_combout ))) + + .dataa(\text_gen|Add2~20_combout ), + .datab(\text_gen|Add3~23_combout ), + .datac(gnd), + .datad(\text_gen|Equal2~2_combout ), + .cin(gnd), + .combout(\text_gen|Add3~28_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add3~28 .lut_mask = 16'hAACC; +defparam \text_gen|Add3~28 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y37_N29 +dffeas \text_gen|cursor_pos[10] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos[10]~23_combout ), + .asdata(\text_gen|Add3~28_combout ), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(\text_gen|always0~1_combout ), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [10]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[10] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[10] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N12 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~4 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~4_combout = (\text_gen|cursor_pos [11] & (\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~3 $ (GND))) # (!\text_gen|cursor_pos [11] & +// (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~3 & VCC)) +// \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~5 = CARRY((\text_gen|cursor_pos [11] & !\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~3 )) + + .dataa(\text_gen|cursor_pos [11]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[5]~3 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~4_combout ), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~5 )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~4 .lut_mask = 16'hA50A; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~4 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N4 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~99 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~99_combout = (!\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout & \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~4_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~4_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[54]~99_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~99 .lut_mask = 16'h0F00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~99 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N16 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~98 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~98_combout = (\text_gen|cursor_pos [11] & \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ) + + .dataa(\text_gen|cursor_pos [11]), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .cin(gnd), + .combout(\text_gen|Div0|auto_generated|divider|divider|StageOut[54]~98_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~98 .lut_mask = 16'hAA00; +defparam \text_gen|Div0|auto_generated|divider|divider|StageOut[54]~98 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N6 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[7]~7 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[7]~7_cout = CARRY((!\text_gen|Div0|auto_generated|divider|divider|StageOut[54]~99_combout & (!\text_gen|Div0|auto_generated|divider|divider|StageOut[54]~98_combout & +// !\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~5 ))) + + .dataa(\text_gen|Div0|auto_generated|divider|divider|StageOut[54]~99_combout ), + .datab(\text_gen|Div0|auto_generated|divider|divider|StageOut[54]~98_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[6]~5 ), + .combout(), + .cout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[7]~7_cout )); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[7]~7 .lut_mask = 16'h0001; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[7]~7 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y37_N8 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout = \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[7]~7_cout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[7]~7_cout ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8 .lut_mask = 16'hF0F0; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_7_result_int[8]~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N30 +cycloneiv_lcell_comb \text_gen|cursor_pos[11]~25 ( +// Equation(s): +// \text_gen|cursor_pos[11]~25_combout = \text_gen|cursor_pos[10]~24 $ (\text_gen|Add0~10_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|Add0~10_combout ), + .cin(\text_gen|cursor_pos[10]~24 ), + .combout(\text_gen|cursor_pos[11]~25_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|cursor_pos[11]~25 .lut_mask = 16'h0FF0; +defparam \text_gen|cursor_pos[11]~25 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N26 +cycloneiv_lcell_comb \text_gen|Add3~25 ( +// Equation(s): +// \text_gen|Add3~25_combout = \text_gen|cursor_pos [11] $ (\text_gen|Add3~24 ) + + .dataa(gnd), + .datab(\text_gen|cursor_pos [11]), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Add3~24 ), + .combout(\text_gen|Add3~25_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add3~25 .lut_mask = 16'h3C3C; +defparam \text_gen|Add3~25 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N26 +cycloneiv_lcell_comb \text_gen|Add2~22 ( +// Equation(s): +// \text_gen|Add2~22_combout = (\text_gen|cursor_pos [11] & (\text_gen|Add2~21 & VCC)) # (!\text_gen|cursor_pos [11] & (!\text_gen|Add2~21 )) +// \text_gen|Add2~23 = CARRY((!\text_gen|cursor_pos [11] & !\text_gen|Add2~21 )) + + .dataa(\text_gen|cursor_pos [11]), + .datab(gnd), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add2~21 ), + .combout(\text_gen|Add2~22_combout ), + .cout(\text_gen|Add2~23 )); +// synopsys translate_off +defparam \text_gen|Add2~22 .lut_mask = 16'hA505; +defparam \text_gen|Add2~22 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y36_N28 +cycloneiv_lcell_comb \text_gen|Add3~27 ( +// Equation(s): +// \text_gen|Add3~27_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~22_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|Add3~25_combout )) + + .dataa(\text_gen|Add3~25_combout ), + .datab(\text_gen|Equal2~2_combout ), + .datac(gnd), + .datad(\text_gen|Add2~22_combout ), + .cin(gnd), + .combout(\text_gen|Add3~27_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add3~27 .lut_mask = 16'hEE22; +defparam \text_gen|Add3~27 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y37_N31 +dffeas \text_gen|cursor_pos[11] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos[11]~25_combout ), + .asdata(\text_gen|Add3~27_combout ), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(\text_gen|always0~1_combout ), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [11]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[11] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[11] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y37_N14 +cycloneiv_lcell_comb \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6 ( +// Equation(s): +// \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout = !\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~5 + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[6]~5 ), + .combout(\text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6 .lut_mask = 16'h0F0F; +defparam \text_gen|Div0|auto_generated|divider|divider|add_sub_6_result_int[7]~6 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N8 +cycloneiv_lcell_comb \text_gen|Add3~29 ( +// Equation(s): +// \text_gen|Add3~29_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~18_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|Add3~21_combout )) + + .dataa(\text_gen|Add3~21_combout ), + .datab(\text_gen|Add2~18_combout ), + .datac(gnd), + .datad(\text_gen|Equal2~2_combout ), + .cin(gnd), + .combout(\text_gen|Add3~29_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add3~29 .lut_mask = 16'hCCAA; +defparam \text_gen|Add3~29 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y37_N27 +dffeas \text_gen|cursor_pos[9] ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|cursor_pos[9]~21_combout ), + .asdata(\text_gen|Add3~29_combout ), + .clrn(\KEY[0]~input_o ), + .aload(gnd), + .sclr(gnd), + .sload(\text_gen|always0~1_combout ), + .ena(\text_gen|cursor_pos[11]~8_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|cursor_pos [9]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|cursor_pos[9] .is_wysiwyg = "true"; +defparam \text_gen|cursor_pos[9] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52721 ( +// Equation(s): +// \text_gen|char_ram~52721_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~18_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|cursor_pos [9])) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|cursor_pos [9]), + .datac(gnd), + .datad(\text_gen|Add2~18_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52721 .lut_mask = 16'hEE44; +defparam \text_gen|char_ram~52721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52719 ( +// Equation(s): +// \text_gen|char_ram~52719_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~20_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|cursor_pos [10])) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|cursor_pos [10]), + .datac(gnd), + .datad(\text_gen|Add2~20_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52719 .lut_mask = 16'hEE44; +defparam \text_gen|char_ram~52719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N28 +cycloneiv_lcell_comb \text_gen|Add2~24 ( +// Equation(s): +// \text_gen|Add2~24_combout = \text_gen|Add2~23 + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Add2~23 ), + .combout(\text_gen|Add2~24_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add2~24 .lut_mask = 16'hF0F0; +defparam \text_gen|Add2~24 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~57015 ( +// Equation(s): +// \text_gen|char_ram~57015_combout = (\text_gen|Equal2~1_combout & (\uart_inst|rx_data [3] & (\text_gen|Equal2~0_combout & \text_gen|Add2~24_combout ))) + + .dataa(\text_gen|Equal2~1_combout ), + .datab(\uart_inst|rx_data [3]), + .datac(\text_gen|Equal2~0_combout ), + .datad(\text_gen|Add2~24_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57015 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~57015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52720 ( +// Equation(s): +// \text_gen|char_ram~52720_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~22_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|cursor_pos [11])) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|cursor_pos [11]), + .datac(gnd), + .datad(\text_gen|Add2~22_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52720 .lut_mask = 16'hEE44; +defparam \text_gen|char_ram~52720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53057 ( +// Equation(s): +// \text_gen|char_ram~53057_combout = (\text_gen|char_ram~52721_combout & (\text_gen|char_ram~52719_combout & (!\text_gen|char_ram~57015_combout & !\text_gen|char_ram~52720_combout ))) + + .dataa(\text_gen|char_ram~52721_combout ), + .datab(\text_gen|char_ram~52719_combout ), + .datac(\text_gen|char_ram~57015_combout ), + .datad(\text_gen|char_ram~52720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53057 .lut_mask = 16'h0008; +defparam \text_gen|char_ram~53057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52718 ( +// Equation(s): +// \text_gen|char_ram~52718_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~10_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|cursor_pos [5])) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(gnd), + .datac(\text_gen|cursor_pos [5]), + .datad(\text_gen|Add2~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52718 .lut_mask = 16'hFA50; +defparam \text_gen|char_ram~52718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N2 +cycloneiv_lcell_comb \text_gen|comb~4 ( +// Equation(s): +// \text_gen|comb~4_combout = (\KEY[0]~input_o & (\uart_inst|rx_ready~q & (\text_gen|always0~1_combout & !\text_gen|comb~3_combout ))) + + .dataa(\KEY[0]~input_o ), + .datab(\uart_inst|rx_ready~q ), + .datac(\text_gen|always0~1_combout ), + .datad(\text_gen|comb~3_combout ), + .cin(gnd), + .combout(\text_gen|comb~4_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|comb~4 .lut_mask = 16'h0080; +defparam \text_gen|comb~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53058 ( +// Equation(s): +// \text_gen|char_ram~53058_combout = (\text_gen|char_ram~53057_combout & (\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout )) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(gnd), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53058 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52730 ( +// Equation(s): +// \text_gen|char_ram~52730_combout = (\text_gen|Equal2~2_combout & (\text_gen|Add2~12_combout )) # (!\text_gen|Equal2~2_combout & ((\text_gen|cursor_pos [6]))) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|Add2~12_combout ), + .datac(gnd), + .datad(\text_gen|cursor_pos [6]), + .cin(gnd), + .combout(\text_gen|char_ram~52730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52730 .lut_mask = 16'hDD88; +defparam \text_gen|char_ram~52730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52732 ( +// Equation(s): +// \text_gen|char_ram~52732_combout = (\text_gen|Equal2~2_combout & (\text_gen|Add2~0_combout )) # (!\text_gen|Equal2~2_combout & ((\text_gen|cursor_pos [0]))) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|Add2~0_combout ), + .datac(gnd), + .datad(\text_gen|cursor_pos [0]), + .cin(gnd), + .combout(\text_gen|char_ram~52732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52732 .lut_mask = 16'hDD88; +defparam \text_gen|char_ram~52732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52731 ( +// Equation(s): +// \text_gen|char_ram~52731_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~14_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|cursor_pos [7])) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|cursor_pos [7]), + .datac(gnd), + .datad(\text_gen|Add2~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52731 .lut_mask = 16'hEE44; +defparam \text_gen|char_ram~52731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52729 ( +// Equation(s): +// \text_gen|char_ram~52729_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~16_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|cursor_pos [8])) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|cursor_pos [8]), + .datac(gnd), + .datad(\text_gen|Add2~16_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52729 .lut_mask = 16'hEE44; +defparam \text_gen|char_ram~52729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55963 ( +// Equation(s): +// \text_gen|char_ram~55963_combout = (\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52732_combout & (\text_gen|char_ram~52731_combout & \text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52732_combout ), + .datac(\text_gen|char_ram~52731_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55963 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52724 ( +// Equation(s): +// \text_gen|char_ram~52724_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~2_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|cursor_pos [1])) + + .dataa(\text_gen|cursor_pos [1]), + .datab(gnd), + .datac(\text_gen|Add2~2_combout ), + .datad(\text_gen|Equal2~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52724 .lut_mask = 16'hF0AA; +defparam \text_gen|char_ram~52724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52727 ( +// Equation(s): +// \text_gen|char_ram~52727_combout = (\text_gen|Equal2~2_combout & (\text_gen|Add2~8_combout )) # (!\text_gen|Equal2~2_combout & ((\text_gen|cursor_pos [4]))) + + .dataa(\text_gen|Add2~8_combout ), + .datab(\text_gen|cursor_pos [4]), + .datac(gnd), + .datad(\text_gen|Equal2~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52727 .lut_mask = 16'hAACC; +defparam \text_gen|char_ram~52727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52725 ( +// Equation(s): +// \text_gen|char_ram~52725_combout = (\text_gen|Equal2~2_combout & (\text_gen|Add2~4_combout )) # (!\text_gen|Equal2~2_combout & ((\text_gen|cursor_pos [2]))) + + .dataa(\text_gen|Add2~4_combout ), + .datab(gnd), + .datac(\text_gen|cursor_pos [2]), + .datad(\text_gen|Equal2~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52725 .lut_mask = 16'hAAF0; +defparam \text_gen|char_ram~52725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52726 ( +// Equation(s): +// \text_gen|char_ram~52726_combout = (\text_gen|Equal2~2_combout & ((\text_gen|Add2~6_combout ))) # (!\text_gen|Equal2~2_combout & (\text_gen|cursor_pos [3])) + + .dataa(\text_gen|cursor_pos [3]), + .datab(gnd), + .datac(\text_gen|Equal2~2_combout ), + .datad(\text_gen|Add2~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52726 .lut_mask = 16'hFA0A; +defparam \text_gen|char_ram~52726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52728 ( +// Equation(s): +// \text_gen|char_ram~52728_combout = (!\text_gen|char_ram~52724_combout & (!\text_gen|char_ram~52727_combout & (\text_gen|char_ram~52725_combout & \text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52728 .lut_mask = 16'h1000; +defparam \text_gen|char_ram~52728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56465 ( +// Equation(s): +// \text_gen|char_ram~56465_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56465 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y35_N11 +dffeas \text_gen|char_ram~14205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55961 ( +// Equation(s): +// \text_gen|char_ram~55961_combout = (\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52732_combout & (\text_gen|char_ram~52731_combout & !\text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52732_combout ), + .datac(\text_gen|char_ram~52731_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55961 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~55961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56462 ( +// Equation(s): +// \text_gen|char_ram~56462_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56462 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N9 +dffeas \text_gen|char_ram~12413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52722 ( +// Equation(s): +// \text_gen|char_ram~52722_combout = (\text_gen|char_ram~52719_combout & (!\text_gen|char_ram~52721_combout & (!\text_gen|char_ram~52720_combout & !\text_gen|char_ram~57015_combout ))) + + .dataa(\text_gen|char_ram~52719_combout ), + .datab(\text_gen|char_ram~52721_combout ), + .datac(\text_gen|char_ram~52720_combout ), + .datad(\text_gen|char_ram~57015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52722 .lut_mask = 16'h0002; +defparam \text_gen|char_ram~52722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52723 ( +// Equation(s): +// \text_gen|char_ram~52723_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52718_combout & \text_gen|char_ram~52722_combout )) + + .dataa(\text_gen|comb~4_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52723 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56464 ( +// Equation(s): +// \text_gen|char_ram~56464_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56464 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y35_N25 +dffeas \text_gen|char_ram~8829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56463 ( +// Equation(s): +// \text_gen|char_ram~56463_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56463 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y35_N7 +dffeas \text_gen|char_ram~10621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49816 ( +// Equation(s): +// \text_gen|char_ram~49816_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10621_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8829_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8829_q ), + .datad(\text_gen|char_ram~10621_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49816 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49817 ( +// Equation(s): +// \text_gen|char_ram~49817_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49816_combout & (\text_gen|char_ram~14205_q )) # (!\text_gen|char_ram~49816_combout & ((\text_gen|char_ram~12413_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49816_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~14205_q ), + .datac(\text_gen|char_ram~12413_q ), + .datad(\text_gen|char_ram~49816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49817 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12189feeder ( +// Equation(s): +// \text_gen|char_ram~12189feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12189feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53078 ( +// Equation(s): +// \text_gen|char_ram~53078_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53057_combout & \text_gen|char_ram~52728_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53057_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53078 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56450 ( +// Equation(s): +// \text_gen|char_ram~56450_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53078_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56450 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y31_N27 +dffeas \text_gen|char_ram~12189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52740 ( +// Equation(s): +// \text_gen|char_ram~52740_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52722_combout )) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(gnd), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52740 .lut_mask = 16'h5000; +defparam \text_gen|char_ram~52740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56451 ( +// Equation(s): +// \text_gen|char_ram~56451_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56451 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y27_N19 +dffeas \text_gen|char_ram~10397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56452 ( +// Equation(s): +// \text_gen|char_ram~56452_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56452 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N9 +dffeas \text_gen|char_ram~8605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49820 ( +// Equation(s): +// \text_gen|char_ram~49820_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10397_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8605_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10397_q ), + .datac(\text_gen|char_ram~8605_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49820 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56453 ( +// Equation(s): +// \text_gen|char_ram~56453_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53078_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56453 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N31 +dffeas \text_gen|char_ram~13981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49821 ( +// Equation(s): +// \text_gen|char_ram~49821_combout = (\text_gen|char_ram~49820_combout & (((\text_gen|char_ram~13981_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~49820_combout & (\text_gen|char_ram~12189_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12189_q ), + .datab(\text_gen|char_ram~49820_combout ), + .datac(\text_gen|char_ram~13981_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49821 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52743 ( +// Equation(s): +// \text_gen|char_ram~52743_combout = (!\text_gen|char_ram~52724_combout & (\text_gen|char_ram~52727_combout & (\text_gen|char_ram~52725_combout & \text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52743 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53072 ( +// Equation(s): +// \text_gen|char_ram~53072_combout = (\text_gen|char_ram~53057_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52743_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53072 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56415 ( +// Equation(s): +// \text_gen|char_ram~56415_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53072_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56415 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y43_N21 +dffeas \text_gen|char_ram~12301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56417 ( +// Equation(s): +// \text_gen|char_ram~56417_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56417 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y43_N7 +dffeas \text_gen|char_ram~8717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49818 ( +// Equation(s): +// \text_gen|char_ram~49818_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12301_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8717_q +// ))))) + + .dataa(\text_gen|char_ram~12301_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8717_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49818 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56418 ( +// Equation(s): +// \text_gen|char_ram~56418_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53072_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56418 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y43_N9 +dffeas \text_gen|char_ram~14093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10509feeder ( +// Equation(s): +// \text_gen|char_ram~10509feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10509feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10509feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10509feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56416 ( +// Equation(s): +// \text_gen|char_ram~56416_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56416 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y46_N27 +dffeas \text_gen|char_ram~10509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10509feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49819 ( +// Equation(s): +// \text_gen|char_ram~49819_combout = (\text_gen|char_ram~49818_combout & (((\text_gen|char_ram~14093_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~49818_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10509_q )))) + + .dataa(\text_gen|char_ram~49818_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14093_q ), + .datad(\text_gen|char_ram~10509_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49819 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49822 ( +// Equation(s): +// \text_gen|char_ram~49822_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~49819_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~49821_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49821_combout ), + .datad(\text_gen|char_ram~49819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49822 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10733feeder ( +// Equation(s): +// \text_gen|char_ram~10733feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10733feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10733feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10733feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56428 ( +// Equation(s): +// \text_gen|char_ram~56428_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56428 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y24_N3 +dffeas \text_gen|char_ram~10733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10733feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56427 ( +// Equation(s): +// \text_gen|char_ram~56427_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56427 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N15 +dffeas \text_gen|char_ram~12525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56429 ( +// Equation(s): +// \text_gen|char_ram~56429_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56429 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y24_N25 +dffeas \text_gen|char_ram~8941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49823 ( +// Equation(s): +// \text_gen|char_ram~49823_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12525_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8941_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12525_q ), + .datac(\text_gen|char_ram~8941_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49823 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56430 ( +// Equation(s): +// \text_gen|char_ram~56430_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56430 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y24_N27 +dffeas \text_gen|char_ram~14317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49824 ( +// Equation(s): +// \text_gen|char_ram~49824_combout = (\text_gen|char_ram~49823_combout & (((\text_gen|char_ram~14317_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~49823_combout & (\text_gen|char_ram~10733_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10733_q ), + .datab(\text_gen|char_ram~49823_combout ), + .datac(\text_gen|char_ram~14317_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49824 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49825 ( +// Equation(s): +// \text_gen|char_ram~49825_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49822_combout & ((\text_gen|char_ram~49824_combout ))) # (!\text_gen|char_ram~49822_combout & (\text_gen|char_ram~49817_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49822_combout )))) + + .dataa(\text_gen|char_ram~49817_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49822_combout ), + .datad(\text_gen|char_ram~49824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49825 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52816 ( +// Equation(s): +// \text_gen|char_ram~52816_combout = (\text_gen|char_ram~52725_combout & (\text_gen|char_ram~52724_combout & (\text_gen|char_ram~52726_combout & \text_gen|char_ram~52727_combout ))) + + .dataa(\text_gen|char_ram~52725_combout ), + .datab(\text_gen|char_ram~52724_combout ), + .datac(\text_gen|char_ram~52726_combout ), + .datad(\text_gen|char_ram~52727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52816 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56478 ( +// Equation(s): +// \text_gen|char_ram~56478_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56478 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y21_N19 +dffeas \text_gen|char_ram~12539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56481 ( +// Equation(s): +// \text_gen|char_ram~56481_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56481 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y21_N13 +dffeas \text_gen|char_ram~14331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14219feeder ( +// Equation(s): +// \text_gen|char_ram~14219feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14219feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14219feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14219feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52799 ( +// Equation(s): +// \text_gen|char_ram~52799_combout = (\text_gen|char_ram~52724_combout & (!\text_gen|char_ram~52727_combout & (\text_gen|char_ram~52725_combout & \text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52799 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56449 ( +// Equation(s): +// \text_gen|char_ram~56449_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56449 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y28_N9 +dffeas \text_gen|char_ram~14219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14219feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56446 ( +// Equation(s): +// \text_gen|char_ram~56446_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56446 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y28_N13 +dffeas \text_gen|char_ram~12427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49854 ( +// Equation(s): +// \text_gen|char_ram~49854_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~14219_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~12427_q +// ))))) + + .dataa(\text_gen|char_ram~14219_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12427_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49854 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49855 ( +// Equation(s): +// \text_gen|char_ram~49855_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49854_combout & ((\text_gen|char_ram~14331_q ))) # (!\text_gen|char_ram~49854_combout & (\text_gen|char_ram~12539_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49854_combout )))) + + .dataa(\text_gen|char_ram~12539_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14331_q ), + .datad(\text_gen|char_ram~49854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49855 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53290 ( +// Equation(s): +// \text_gen|char_ram~53290_combout = (\text_gen|char_ram~53057_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52816_combout ))) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53290 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56466 ( +// Equation(s): +// \text_gen|char_ram~56466_combout = (\text_gen|char_ram~53290_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53290_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56466 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y23_N15 +dffeas \text_gen|char_ram~12315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56469 ( +// Equation(s): +// \text_gen|char_ram~56469_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53290_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56469 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y23_N27 +dffeas \text_gen|char_ram~14107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52800 ( +// Equation(s): +// \text_gen|char_ram~52800_combout = (\text_gen|char_ram~52799_combout & ((\text_gen|Equal2~2_combout & ((!\text_gen|Add2~10_combout ))) # (!\text_gen|Equal2~2_combout & (!\text_gen|cursor_pos [5])))) + + .dataa(\text_gen|Equal2~2_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|cursor_pos [5]), + .datad(\text_gen|Add2~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52800 .lut_mask = 16'h048C; +defparam \text_gen|char_ram~52800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56437 ( +// Equation(s): +// \text_gen|char_ram~56437_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53057_combout & (\text_gen|char_ram~52800_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~53057_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56437 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y23_N5 +dffeas \text_gen|char_ram~13995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56431 ( +// Equation(s): +// \text_gen|char_ram~56431_combout = (\text_gen|char_ram~53057_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52799_combout ))) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56431 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~56431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56432 ( +// Equation(s): +// \text_gen|char_ram~56432_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~56431_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56432 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y26_N13 +dffeas \text_gen|char_ram~12203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49847 ( +// Equation(s): +// \text_gen|char_ram~49847_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~13995_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~12203_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~13995_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12203_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49847 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49848 ( +// Equation(s): +// \text_gen|char_ram~49848_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49847_combout & ((\text_gen|char_ram~14107_q ))) # (!\text_gen|char_ram~49847_combout & (\text_gen|char_ram~12315_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49847_combout )))) + + .dataa(\text_gen|char_ram~12315_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14107_q ), + .datad(\text_gen|char_ram~49847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49848 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56447 ( +// Equation(s): +// \text_gen|char_ram~56447_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56447 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y23_N15 +dffeas \text_gen|char_ram~10635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56479 ( +// Equation(s): +// \text_gen|char_ram~56479_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56479 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y23_N29 +dffeas \text_gen|char_ram~10747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56448 ( +// Equation(s): +// \text_gen|char_ram~56448_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56448 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y27_N19 +dffeas \text_gen|char_ram~8843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56480 ( +// Equation(s): +// \text_gen|char_ram~56480_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56480 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y23_N25 +dffeas \text_gen|char_ram~8955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49849 ( +// Equation(s): +// \text_gen|char_ram~49849_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~8955_q )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8843_q & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~8843_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~8955_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49849 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~49849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49850 ( +// Equation(s): +// \text_gen|char_ram~49850_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49849_combout & ((\text_gen|char_ram~10747_q ))) # (!\text_gen|char_ram~49849_combout & (\text_gen|char_ram~10635_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49849_combout )))) + + .dataa(\text_gen|char_ram~10635_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~10747_q ), + .datad(\text_gen|char_ram~49849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49850 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56468 ( +// Equation(s): +// \text_gen|char_ram~56468_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56468 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y23_N7 +dffeas \text_gen|char_ram~8731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56467 ( +// Equation(s): +// \text_gen|char_ram~56467_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56467 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y23_N25 +dffeas \text_gen|char_ram~10523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10411feeder ( +// Equation(s): +// \text_gen|char_ram~10411feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56433 ( +// Equation(s): +// \text_gen|char_ram~56433_combout = (\text_gen|char_ram~52722_combout & \text_gen|comb~4_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52722_combout ), + .datac(gnd), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56433 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56434 ( +// Equation(s): +// \text_gen|char_ram~56434_combout = (\text_gen|char_ram~56433_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55963_combout ))) + + .dataa(\text_gen|char_ram~56433_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56434 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~56434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y23_N5 +dffeas \text_gen|char_ram~10411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56435 ( +// Equation(s): +// \text_gen|char_ram~56435_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56435 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~56435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56436 ( +// Equation(s): +// \text_gen|char_ram~56436_combout = (\text_gen|char_ram~56435_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56435_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56436 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y23_N7 +dffeas \text_gen|char_ram~8619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49851 ( +// Equation(s): +// \text_gen|char_ram~49851_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10411_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8619_q +// ))))) + + .dataa(\text_gen|char_ram~10411_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8619_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49851 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49852 ( +// Equation(s): +// \text_gen|char_ram~49852_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49851_combout & ((\text_gen|char_ram~10523_q ))) # (!\text_gen|char_ram~49851_combout & (\text_gen|char_ram~8731_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49851_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~8731_q ), + .datac(\text_gen|char_ram~10523_q ), + .datad(\text_gen|char_ram~49851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49852 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49853 ( +// Equation(s): +// \text_gen|char_ram~49853_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49850_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~49852_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49850_combout ), + .datac(\text_gen|char_ram~49852_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49853 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49856 ( +// Equation(s): +// \text_gen|char_ram~49856_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49853_combout & (\text_gen|char_ram~49855_combout )) # (!\text_gen|char_ram~49853_combout & ((\text_gen|char_ram~49848_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49853_combout )))) + + .dataa(\text_gen|char_ram~49855_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49848_combout ), + .datad(\text_gen|char_ram~49853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49856 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10677feeder ( +// Equation(s): +// \text_gen|char_ram~10677feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10677feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52741 ( +// Equation(s): +// \text_gen|char_ram~52741_combout = (!\text_gen|char_ram~52724_combout & (\text_gen|char_ram~52727_combout & (\text_gen|char_ram~52725_combout & !\text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52741 .lut_mask = 16'h0040; +defparam \text_gen|char_ram~52741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56275 ( +// Equation(s): +// \text_gen|char_ram~56275_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56275 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y32_N3 +dffeas \text_gen|char_ram~10677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56276 ( +// Equation(s): +// \text_gen|char_ram~56276_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56276 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y31_N19 +dffeas \text_gen|char_ram~12469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56277 ( +// Equation(s): +// \text_gen|char_ram~56277_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56277 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y31_N1 +dffeas \text_gen|char_ram~8885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49843 ( +// Equation(s): +// \text_gen|char_ram~49843_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12469_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8885_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12469_q ), + .datac(\text_gen|char_ram~8885_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49843 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56278 ( +// Equation(s): +// \text_gen|char_ram~56278_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56278 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y32_N27 +dffeas \text_gen|char_ram~14261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49844 ( +// Equation(s): +// \text_gen|char_ram~49844_combout = (\text_gen|char_ram~49843_combout & (((\text_gen|char_ram~14261_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~49843_combout & (\text_gen|char_ram~10677_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10677_q ), + .datab(\text_gen|char_ram~49843_combout ), + .datac(\text_gen|char_ram~14261_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49844 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~12357feeder ( +// Equation(s): +// \text_gen|char_ram~12357feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12357feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12357feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12357feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52736 ( +// Equation(s): +// \text_gen|char_ram~52736_combout = (!\text_gen|char_ram~52724_combout & (!\text_gen|char_ram~52727_combout & (\text_gen|char_ram~52725_combout & !\text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52736 .lut_mask = 16'h0010; +defparam \text_gen|char_ram~52736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56244 ( +// Equation(s): +// \text_gen|char_ram~56244_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56244 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y35_N3 +dffeas \text_gen|char_ram~12357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12357feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8773feeder ( +// Equation(s): +// \text_gen|char_ram~8773feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8773feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8773feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8773feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56245 ( +// Equation(s): +// \text_gen|char_ram~56245_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56245 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y36_N7 +dffeas \text_gen|char_ram~8773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8773feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56243 ( +// Equation(s): +// \text_gen|char_ram~56243_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56243 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y36_N19 +dffeas \text_gen|char_ram~10565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49836 ( +// Equation(s): +// \text_gen|char_ram~49836_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10565_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8773_q +// )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~8773_q ), + .datac(\text_gen|char_ram~10565_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49836 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~49836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56246 ( +// Equation(s): +// \text_gen|char_ram~56246_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56246 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y36_N21 +dffeas \text_gen|char_ram~14149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49837 ( +// Equation(s): +// \text_gen|char_ram~49837_combout = (\text_gen|char_ram~49836_combout & (((\text_gen|char_ram~14149_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~49836_combout & (\text_gen|char_ram~12357_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12357_q ), + .datab(\text_gen|char_ram~49836_combout ), + .datac(\text_gen|char_ram~14149_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49837 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53100 ( +// Equation(s): +// \text_gen|char_ram~53100_combout = (\text_gen|char_ram~52736_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53057_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53057_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53100 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56248 ( +// Equation(s): +// \text_gen|char_ram~56248_combout = (\text_gen|char_ram~53100_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53100_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56248 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y32_N21 +dffeas \text_gen|char_ram~12133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56250 ( +// Equation(s): +// \text_gen|char_ram~56250_combout = (\text_gen|char_ram~53100_combout & \text_gen|char_ram~55963_combout ) + + .dataa(\text_gen|char_ram~53100_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56250 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y32_N1 +dffeas \text_gen|char_ram~13925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10341feeder ( +// Equation(s): +// \text_gen|char_ram~10341feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10341feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56247 ( +// Equation(s): +// \text_gen|char_ram~56247_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56247 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y32_N9 +dffeas \text_gen|char_ram~10341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8549feeder ( +// Equation(s): +// \text_gen|char_ram~8549feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56249 ( +// Equation(s): +// \text_gen|char_ram~56249_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56249 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y26_N17 +dffeas \text_gen|char_ram~8549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49840 ( +// Equation(s): +// \text_gen|char_ram~49840_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10341_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8549_q +// ))))) + + .dataa(\text_gen|char_ram~10341_q ), + .datab(\text_gen|char_ram~8549_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49840 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~49840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49841 ( +// Equation(s): +// \text_gen|char_ram~49841_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49840_combout & ((\text_gen|char_ram~13925_q ))) # (!\text_gen|char_ram~49840_combout & (\text_gen|char_ram~12133_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49840_combout )))) + + .dataa(\text_gen|char_ram~12133_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13925_q ), + .datad(\text_gen|char_ram~49840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49841 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10453feeder ( +// Equation(s): +// \text_gen|char_ram~10453feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10453feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10453feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10453feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56279 ( +// Equation(s): +// \text_gen|char_ram~56279_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56279 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y32_N7 +dffeas \text_gen|char_ram~10453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10453feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53090 ( +// Equation(s): +// \text_gen|char_ram~53090_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53057_combout & \text_gen|char_ram~52741_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53057_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53090 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56282 ( +// Equation(s): +// \text_gen|char_ram~56282_combout = (\text_gen|char_ram~53090_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53090_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56282 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y32_N29 +dffeas \text_gen|char_ram~14037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56281 ( +// Equation(s): +// \text_gen|char_ram~56281_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56281 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y32_N31 +dffeas \text_gen|char_ram~8661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~12245feeder ( +// Equation(s): +// \text_gen|char_ram~12245feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12245feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56280 ( +// Equation(s): +// \text_gen|char_ram~56280_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53090_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56280 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y25_N3 +dffeas \text_gen|char_ram~12245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49838 ( +// Equation(s): +// \text_gen|char_ram~49838_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~12245_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8661_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8661_q ), + .datad(\text_gen|char_ram~12245_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49838 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49839 ( +// Equation(s): +// \text_gen|char_ram~49839_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49838_combout & ((\text_gen|char_ram~14037_q ))) # (!\text_gen|char_ram~49838_combout & (\text_gen|char_ram~10453_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49838_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10453_q ), + .datac(\text_gen|char_ram~14037_q ), + .datad(\text_gen|char_ram~49838_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49839 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49842 ( +// Equation(s): +// \text_gen|char_ram~49842_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~49839_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49841_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49841_combout ), + .datad(\text_gen|char_ram~49839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49842 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49845 ( +// Equation(s): +// \text_gen|char_ram~49845_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49842_combout & (\text_gen|char_ram~49844_combout )) # (!\text_gen|char_ram~49842_combout & ((\text_gen|char_ram~49837_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49842_combout )))) + + .dataa(\text_gen|char_ram~49844_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49837_combout ), + .datad(\text_gen|char_ram~49842_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49845 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52805 ( +// Equation(s): +// \text_gen|char_ram~52805_combout = (\text_gen|char_ram~52724_combout & (\text_gen|char_ram~52727_combout & (\text_gen|char_ram~52725_combout & !\text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52805 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~52805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56283 ( +// Equation(s): +// \text_gen|char_ram~56283_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56283 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y29_N25 +dffeas \text_gen|char_ram~12483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56285 ( +// Equation(s): +// \text_gen|char_ram~56285_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56285 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y29_N15 +dffeas \text_gen|char_ram~8899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49833 ( +// Equation(s): +// \text_gen|char_ram~49833_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12483_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8899_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12483_q ), + .datac(\text_gen|char_ram~8899_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49833 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56286 ( +// Equation(s): +// \text_gen|char_ram~56286_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56286 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y28_N29 +dffeas \text_gen|char_ram~14275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56284 ( +// Equation(s): +// \text_gen|char_ram~56284_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56284 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N15 +dffeas \text_gen|char_ram~10691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49834 ( +// Equation(s): +// \text_gen|char_ram~49834_combout = (\text_gen|char_ram~49833_combout & (((\text_gen|char_ram~14275_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~49833_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10691_q )))) + + .dataa(\text_gen|char_ram~49833_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14275_q ), + .datad(\text_gen|char_ram~10691_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49834 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10467feeder ( +// Equation(s): +// \text_gen|char_ram~10467feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56272 ( +// Equation(s): +// \text_gen|char_ram~56272_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56272 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y28_N9 +dffeas \text_gen|char_ram~10467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53292 ( +// Equation(s): +// \text_gen|char_ram~53292_combout = (\text_gen|char_ram~53057_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52805_combout ))) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53292 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~53292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56274 ( +// Equation(s): +// \text_gen|char_ram~56274_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56274 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y32_N5 +dffeas \text_gen|char_ram~14051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56273 ( +// Equation(s): +// \text_gen|char_ram~56273_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56273 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N11 +dffeas \text_gen|char_ram~8675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56271 ( +// Equation(s): +// \text_gen|char_ram~56271_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56271 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y32_N17 +dffeas \text_gen|char_ram~12259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49826 ( +// Equation(s): +// \text_gen|char_ram~49826_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~12259_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8675_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8675_q ), + .datad(\text_gen|char_ram~12259_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49826 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49827 ( +// Equation(s): +// \text_gen|char_ram~49827_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49826_combout & ((\text_gen|char_ram~14051_q ))) # (!\text_gen|char_ram~49826_combout & (\text_gen|char_ram~10467_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49826_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10467_q ), + .datac(\text_gen|char_ram~14051_q ), + .datad(\text_gen|char_ram~49826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49827 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52810 ( +// Equation(s): +// \text_gen|char_ram~52810_combout = (\text_gen|char_ram~52725_combout & (\text_gen|char_ram~52724_combout & (!\text_gen|char_ram~52726_combout & !\text_gen|char_ram~52727_combout ))) + + .dataa(\text_gen|char_ram~52725_combout ), + .datab(\text_gen|char_ram~52724_combout ), + .datac(\text_gen|char_ram~52726_combout ), + .datad(\text_gen|char_ram~52727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52810 .lut_mask = 16'h0008; +defparam \text_gen|char_ram~52810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56251 ( +// Equation(s): +// \text_gen|char_ram~56251_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56251 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y31_N15 +dffeas \text_gen|char_ram~12371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56254 ( +// Equation(s): +// \text_gen|char_ram~56254_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56254 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y31_N25 +dffeas \text_gen|char_ram~14163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10579feeder ( +// Equation(s): +// \text_gen|char_ram~10579feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10579feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10579feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10579feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56252 ( +// Equation(s): +// \text_gen|char_ram~56252_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56252 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y31_N15 +dffeas \text_gen|char_ram~10579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10579feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56253 ( +// Equation(s): +// \text_gen|char_ram~56253_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56253 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y30_N17 +dffeas \text_gen|char_ram~8787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49828 ( +// Equation(s): +// \text_gen|char_ram~49828_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10579_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8787_q +// ))))) + + .dataa(\text_gen|char_ram~10579_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8787_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49828 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49829 ( +// Equation(s): +// \text_gen|char_ram~49829_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49828_combout & ((\text_gen|char_ram~14163_q ))) # (!\text_gen|char_ram~49828_combout & (\text_gen|char_ram~12371_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49828_combout )))) + + .dataa(\text_gen|char_ram~12371_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14163_q ), + .datad(\text_gen|char_ram~49828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49829 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53301 ( +// Equation(s): +// \text_gen|char_ram~53301_combout = (\text_gen|char_ram~52810_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53057_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53057_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53301 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56239 ( +// Equation(s): +// \text_gen|char_ram~56239_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53301_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56239 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y34_N13 +dffeas \text_gen|char_ram~12147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56242 ( +// Equation(s): +// \text_gen|char_ram~56242_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53301_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56242 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y30_N19 +dffeas \text_gen|char_ram~13939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52811 ( +// Equation(s): +// \text_gen|char_ram~52811_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52722_combout & \text_gen|char_ram~52810_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52722_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52811 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56240 ( +// Equation(s): +// \text_gen|char_ram~56240_combout = (\text_gen|char_ram~52811_combout & \text_gen|char_ram~55963_combout ) + + .dataa(\text_gen|char_ram~52811_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56240 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N1 +dffeas \text_gen|char_ram~10355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56241 ( +// Equation(s): +// \text_gen|char_ram~56241_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52811_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56241 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y30_N25 +dffeas \text_gen|char_ram~8563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49830 ( +// Equation(s): +// \text_gen|char_ram~49830_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10355_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8563_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10355_q ), + .datac(\text_gen|char_ram~8563_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49830 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49831 ( +// Equation(s): +// \text_gen|char_ram~49831_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49830_combout & ((\text_gen|char_ram~13939_q ))) # (!\text_gen|char_ram~49830_combout & (\text_gen|char_ram~12147_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49830_combout )))) + + .dataa(\text_gen|char_ram~12147_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13939_q ), + .datad(\text_gen|char_ram~49830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49831 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49832 ( +// Equation(s): +// \text_gen|char_ram~49832_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~49829_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~49831_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49829_combout ), + .datad(\text_gen|char_ram~49831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49832 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49835 ( +// Equation(s): +// \text_gen|char_ram~49835_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49832_combout & (\text_gen|char_ram~49834_combout )) # (!\text_gen|char_ram~49832_combout & ((\text_gen|char_ram~49827_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49832_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49834_combout ), + .datac(\text_gen|char_ram~49827_combout ), + .datad(\text_gen|char_ram~49832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49835 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49846 ( +// Equation(s): +// \text_gen|char_ram~49846_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~49835_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~49845_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49845_combout ), + .datad(\text_gen|char_ram~49835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49846 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49857 ( +// Equation(s): +// \text_gen|char_ram~49857_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49846_combout & ((\text_gen|char_ram~49856_combout ))) # (!\text_gen|char_ram~49846_combout & (\text_gen|char_ram~49825_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49846_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49825_combout ), + .datac(\text_gen|char_ram~49856_combout ), + .datad(\text_gen|char_ram~49846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49857 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N28 +cycloneiv_lcell_comb \text_gen|Add4~8 ( +// Equation(s): +// \text_gen|Add4~8_combout = ((\vga_c|v_cnt [9] $ (\vga_c|v_cnt [11] $ (!\text_gen|Add4~7 )))) # (GND) +// \text_gen|Add4~9 = CARRY((\vga_c|v_cnt [9] & ((\vga_c|v_cnt [11]) # (!\text_gen|Add4~7 ))) # (!\vga_c|v_cnt [9] & (\vga_c|v_cnt [11] & !\text_gen|Add4~7 ))) + + .dataa(\vga_c|v_cnt [9]), + .datab(\vga_c|v_cnt [11]), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add4~7 ), + .combout(\text_gen|Add4~8_combout ), + .cout(\text_gen|Add4~9 )); +// synopsys translate_off +defparam \text_gen|Add4~8 .lut_mask = 16'h698E; +defparam \text_gen|Add4~8 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N16 +cycloneiv_lcell_comb \text_gen|Add5~12 ( +// Equation(s): +// \text_gen|Add5~12_combout = (\text_gen|Add4~8_combout & (\text_gen|Add5~11 $ (GND))) # (!\text_gen|Add4~8_combout & (!\text_gen|Add5~11 & VCC)) +// \text_gen|Add5~13 = CARRY((\text_gen|Add4~8_combout & !\text_gen|Add5~11 )) + + .dataa(gnd), + .datab(\text_gen|Add4~8_combout ), + .datac(gnd), + .datad(vcc), + .cin(\text_gen|Add5~11 ), + .combout(\text_gen|Add5~12_combout ), + .cout(\text_gen|Add5~13 )); +// synopsys translate_off +defparam \text_gen|Add5~12 .lut_mask = 16'hC30C; +defparam \text_gen|Add5~12 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26875feeder ( +// Equation(s): +// \text_gen|char_ram~26875feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26875feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53067 ( +// Equation(s): +// \text_gen|char_ram~53067_combout = (\text_gen|char_ram~52719_combout & (\text_gen|char_ram~52720_combout & (!\text_gen|char_ram~57015_combout & \text_gen|char_ram~52721_combout ))) + + .dataa(\text_gen|char_ram~52719_combout ), + .datab(\text_gen|char_ram~52720_combout ), + .datac(\text_gen|char_ram~57015_combout ), + .datad(\text_gen|char_ram~52721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53067 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~53067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56745 ( +// Equation(s): +// \text_gen|char_ram~56745_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~55961_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53067_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56745 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~57009 ( +// Equation(s): +// \text_gen|char_ram~57009_combout = (\text_gen|char_ram~56745_combout & \text_gen|char_ram~52816_combout ) + + .dataa(\text_gen|char_ram~56745_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~57009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57009 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~57009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y30_N17 +dffeas \text_gen|char_ram~26875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23291feeder ( +// Equation(s): +// \text_gen|char_ram~23291feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52975 ( +// Equation(s): +// \text_gen|char_ram~52975_combout = (!\text_gen|char_ram~52721_combout & (\text_gen|char_ram~52719_combout & (!\text_gen|char_ram~57015_combout & \text_gen|char_ram~52720_combout ))) + + .dataa(\text_gen|char_ram~52721_combout ), + .datab(\text_gen|char_ram~52719_combout ), + .datac(\text_gen|char_ram~57015_combout ), + .datad(\text_gen|char_ram~52720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52975 .lut_mask = 16'h0400; +defparam \text_gen|char_ram~52975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56749 ( +// Equation(s): +// \text_gen|char_ram~56749_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52975_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56749 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~57011 ( +// Equation(s): +// \text_gen|char_ram~57011_combout = (\text_gen|char_ram~56749_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56749_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57011 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~57011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y26_N1 +dffeas \text_gen|char_ram~23291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56996 ( +// Equation(s): +// \text_gen|char_ram~56996_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & \text_gen|char_ram~52816_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56996 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~56996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56997 ( +// Equation(s): +// \text_gen|char_ram~56997_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~56996_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~56996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56997 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y23_N5 +dffeas \text_gen|char_ram~23067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53076 ( +// Equation(s): +// \text_gen|char_ram~53076_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53067_combout & \text_gen|comb~4_combout )) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~53067_combout ), + .datac(gnd), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53076 .lut_mask = 16'h4400; +defparam \text_gen|char_ram~53076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56994 ( +// Equation(s): +// \text_gen|char_ram~56994_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56994 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y27_N27 +dffeas \text_gen|char_ram~26651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49976 ( +// Equation(s): +// \text_gen|char_ram~49976_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~26651_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23067_q +// )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23067_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~26651_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49976 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~49976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49977 ( +// Equation(s): +// \text_gen|char_ram~49977_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49976_combout & (\text_gen|char_ram~26875_q )) # (!\text_gen|char_ram~49976_combout & ((\text_gen|char_ram~23291_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49976_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~26875_q ), + .datac(\text_gen|char_ram~23291_q ), + .datad(\text_gen|char_ram~49976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49977 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~57005 ( +// Equation(s): +// \text_gen|char_ram~57005_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57005 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~57005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y27_N15 +dffeas \text_gen|char_ram~26539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~57000 ( +// Equation(s): +// \text_gen|char_ram~57000_combout = (\text_gen|char_ram~56745_combout & \text_gen|char_ram~52799_combout ) + + .dataa(\text_gen|char_ram~56745_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~57000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57000 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~57000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y27_N15 +dffeas \text_gen|char_ram~26763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23179feeder ( +// Equation(s): +// \text_gen|char_ram~23179feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23179feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23179feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23179feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~57001 ( +// Equation(s): +// \text_gen|char_ram~57001_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57001 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~57001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y23_N7 +dffeas \text_gen|char_ram~23179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23179feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~57006 ( +// Equation(s): +// \text_gen|char_ram~57006_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52975_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52799_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57006 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~57006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~57007 ( +// Equation(s): +// \text_gen|char_ram~57007_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~57006_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~57006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57007 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~57007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y24_N7 +dffeas \text_gen|char_ram~22955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49978 ( +// Equation(s): +// \text_gen|char_ram~49978_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~23179_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~22955_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~23179_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22955_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49978 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49979 ( +// Equation(s): +// \text_gen|char_ram~49979_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49978_combout & ((\text_gen|char_ram~26763_q ))) # (!\text_gen|char_ram~49978_combout & (\text_gen|char_ram~26539_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49978_combout )))) + + .dataa(\text_gen|char_ram~26539_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26763_q ), + .datad(\text_gen|char_ram~49978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49979 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49980 ( +// Equation(s): +// \text_gen|char_ram~49980_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~49977_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~49979_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~49977_combout ), + .datad(\text_gen|char_ram~49979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49980 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~57008 ( +// Equation(s): +// \text_gen|char_ram~57008_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57008 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~57008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y26_N27 +dffeas \text_gen|char_ram~28331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56751 ( +// Equation(s): +// \text_gen|char_ram~56751_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52718_combout & \text_gen|char_ram~53067_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~53067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56751 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~57002 ( +// Equation(s): +// \text_gen|char_ram~57002_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~56751_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~56751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57002 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~57002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y28_N9 +dffeas \text_gen|char_ram~28555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~57003 ( +// Equation(s): +// \text_gen|char_ram~57003_combout = (\text_gen|char_ram~52975_combout & \text_gen|comb~4_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57003 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~57003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~57004 ( +// Equation(s): +// \text_gen|char_ram~57004_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52799_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~57003_combout ))) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~57003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57004 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~57004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y23_N27 +dffeas \text_gen|char_ram~24747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56747 ( +// Equation(s): +// \text_gen|char_ram~56747_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56747 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56999 ( +// Equation(s): +// \text_gen|char_ram~56999_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~56747_combout ) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56999 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y23_N31 +dffeas \text_gen|char_ram~24971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49974 ( +// Equation(s): +// \text_gen|char_ram~49974_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~24971_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~24747_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24747_q ), + .datad(\text_gen|char_ram~24971_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49974 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49975 ( +// Equation(s): +// \text_gen|char_ram~49975_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49974_combout & ((\text_gen|char_ram~28555_q ))) # (!\text_gen|char_ram~49974_combout & (\text_gen|char_ram~28331_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49974_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~28331_q ), + .datac(\text_gen|char_ram~28555_q ), + .datad(\text_gen|char_ram~49974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49975 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~57010 ( +// Equation(s): +// \text_gen|char_ram~57010_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~56747_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57010 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~57010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y24_N27 +dffeas \text_gen|char_ram~25083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~57012 ( +// Equation(s): +// \text_gen|char_ram~57012_combout = (\text_gen|char_ram~56751_combout & \text_gen|char_ram~52816_combout ) + + .dataa(\text_gen|char_ram~56751_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~57012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57012 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~57012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y26_N13 +dffeas \text_gen|char_ram~28667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56998 ( +// Equation(s): +// \text_gen|char_ram~56998_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56998 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y23_N21 +dffeas \text_gen|char_ram~28443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52987 ( +// Equation(s): +// \text_gen|char_ram~52987_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & \text_gen|comb~4_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52987 .lut_mask = 16'h3000; +defparam \text_gen|char_ram~52987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56995 ( +// Equation(s): +// \text_gen|char_ram~56995_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52987_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~52987_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56995 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y23_N27 +dffeas \text_gen|char_ram~24859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49981 ( +// Equation(s): +// \text_gen|char_ram~49981_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~28443_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~24859_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~28443_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~24859_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49981 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49982 ( +// Equation(s): +// \text_gen|char_ram~49982_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49981_combout & ((\text_gen|char_ram~28667_q ))) # (!\text_gen|char_ram~49981_combout & (\text_gen|char_ram~25083_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49981_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25083_q ), + .datac(\text_gen|char_ram~28667_q ), + .datad(\text_gen|char_ram~49981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49982 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49983 ( +// Equation(s): +// \text_gen|char_ram~49983_combout = (\text_gen|char_ram~49980_combout & (((\text_gen|char_ram~49982_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~49980_combout & (\text_gen|char_ram~49975_combout & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~49980_combout ), + .datab(\text_gen|char_ram~49975_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~49982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49983 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~49983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56802 ( +// Equation(s): +// \text_gen|char_ram~56802_combout = (\text_gen|char_ram~56745_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~56745_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56802 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y31_N25 +dffeas \text_gen|char_ram~26805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56804 ( +// Equation(s): +// \text_gen|char_ram~56804_combout = (\text_gen|char_ram~56751_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56751_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56804 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y27_N23 +dffeas \text_gen|char_ram~28597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56801 ( +// Equation(s): +// \text_gen|char_ram~56801_combout = (\text_gen|char_ram~56747_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~56747_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56801 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y24_N17 +dffeas \text_gen|char_ram~25013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56803 ( +// Equation(s): +// \text_gen|char_ram~56803_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56803 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y27_N17 +dffeas \text_gen|char_ram~23221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49970 ( +// Equation(s): +// \text_gen|char_ram~49970_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~25013_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23221_q +// ))))) + + .dataa(\text_gen|char_ram~25013_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23221_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49970 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49971 ( +// Equation(s): +// \text_gen|char_ram~49971_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49970_combout & ((\text_gen|char_ram~28597_q ))) # (!\text_gen|char_ram~49970_combout & (\text_gen|char_ram~26805_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49970_combout )))) + + .dataa(\text_gen|char_ram~26805_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28597_q ), + .datad(\text_gen|char_ram~49970_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49971 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26469feeder ( +// Equation(s): +// \text_gen|char_ram~26469feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26469feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56774 ( +// Equation(s): +// \text_gen|char_ram~56774_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56774 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y28_N19 +dffeas \text_gen|char_ram~26469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56776 ( +// Equation(s): +// \text_gen|char_ram~56776_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56776 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y28_N17 +dffeas \text_gen|char_ram~28261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24677feeder ( +// Equation(s): +// \text_gen|char_ram~24677feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24677feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53013 ( +// Equation(s): +// \text_gen|char_ram~53013_combout = (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52736_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53013 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~53013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56773 ( +// Equation(s): +// \text_gen|char_ram~56773_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56773 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y32_N25 +dffeas \text_gen|char_ram~24677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56775 ( +// Equation(s): +// \text_gen|char_ram~56775_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56775 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y28_N11 +dffeas \text_gen|char_ram~22885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49967 ( +// Equation(s): +// \text_gen|char_ram~49967_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24677_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22885_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24677_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22885_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49967 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49968 ( +// Equation(s): +// \text_gen|char_ram~49968_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49967_combout & ((\text_gen|char_ram~28261_q ))) # (!\text_gen|char_ram~49967_combout & (\text_gen|char_ram~26469_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49967_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26469_q ), + .datac(\text_gen|char_ram~28261_q ), + .datad(\text_gen|char_ram~49967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49968 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56770 ( +// Equation(s): +// \text_gen|char_ram~56770_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56770 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y30_N13 +dffeas \text_gen|char_ram~26581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56772 ( +// Equation(s): +// \text_gen|char_ram~56772_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56772 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y30_N31 +dffeas \text_gen|char_ram~28373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53002 ( +// Equation(s): +// \text_gen|char_ram~53002_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52741_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53002 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56769 ( +// Equation(s): +// \text_gen|char_ram~56769_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56769 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y30_N29 +dffeas \text_gen|char_ram~24789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56771 ( +// Equation(s): +// \text_gen|char_ram~56771_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53002_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56771 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y30_N3 +dffeas \text_gen|char_ram~22997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49965 ( +// Equation(s): +// \text_gen|char_ram~49965_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24789_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22997_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~24789_q ), + .datad(\text_gen|char_ram~22997_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49965 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49966 ( +// Equation(s): +// \text_gen|char_ram~49966_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49965_combout & ((\text_gen|char_ram~28373_q ))) # (!\text_gen|char_ram~49965_combout & (\text_gen|char_ram~26581_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49965_combout )))) + + .dataa(\text_gen|char_ram~26581_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28373_q ), + .datad(\text_gen|char_ram~49965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49966 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49969 ( +// Equation(s): +// \text_gen|char_ram~49969_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~49966_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49968_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49968_combout ), + .datad(\text_gen|char_ram~49966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49969 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56806 ( +// Equation(s): +// \text_gen|char_ram~56806_combout = (\text_gen|char_ram~56745_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56745_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56806 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y35_N31 +dffeas \text_gen|char_ram~26693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56808 ( +// Equation(s): +// \text_gen|char_ram~56808_combout = (\text_gen|char_ram~56751_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56751_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56808 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y33_N15 +dffeas \text_gen|char_ram~28485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56805 ( +// Equation(s): +// \text_gen|char_ram~56805_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~56747_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56805 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y37_N31 +dffeas \text_gen|char_ram~24901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56807 ( +// Equation(s): +// \text_gen|char_ram~56807_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56807 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y35_N11 +dffeas \text_gen|char_ram~23109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49963 ( +// Equation(s): +// \text_gen|char_ram~49963_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24901_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23109_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24901_q ), + .datac(\text_gen|char_ram~23109_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49963 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49964 ( +// Equation(s): +// \text_gen|char_ram~49964_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49963_combout & ((\text_gen|char_ram~28485_q ))) # (!\text_gen|char_ram~49963_combout & (\text_gen|char_ram~26693_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49963_combout )))) + + .dataa(\text_gen|char_ram~26693_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28485_q ), + .datad(\text_gen|char_ram~49963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49964 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49972 ( +// Equation(s): +// \text_gen|char_ram~49972_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49969_combout & (\text_gen|char_ram~49971_combout )) # (!\text_gen|char_ram~49969_combout & ((\text_gen|char_ram~49964_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49969_combout )))) + + .dataa(\text_gen|char_ram~49971_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49969_combout ), + .datad(\text_gen|char_ram~49964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49972 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~49972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56798 ( +// Equation(s): +// \text_gen|char_ram~56798_combout = (\text_gen|char_ram~56747_combout & \text_gen|char_ram~52810_combout ) + + .dataa(\text_gen|char_ram~56747_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56798 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y30_N13 +dffeas \text_gen|char_ram~24915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56800 ( +// Equation(s): +// \text_gen|char_ram~56800_combout = (\text_gen|char_ram~56751_combout & \text_gen|char_ram~52810_combout ) + + .dataa(\text_gen|char_ram~56751_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56800 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y30_N21 +dffeas \text_gen|char_ram~28499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56768 ( +// Equation(s): +// \text_gen|char_ram~56768_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56768 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y32_N7 +dffeas \text_gen|char_ram~28275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53019 ( +// Equation(s): +// \text_gen|char_ram~53019_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52810_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53019 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56766 ( +// Equation(s): +// \text_gen|char_ram~56766_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53019_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56766 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y22_N23 +dffeas \text_gen|char_ram~24691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49953 ( +// Equation(s): +// \text_gen|char_ram~49953_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~28275_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~24691_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~28275_q ), + .datac(\text_gen|char_ram~24691_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49953 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49954 ( +// Equation(s): +// \text_gen|char_ram~49954_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49953_combout & ((\text_gen|char_ram~28499_q ))) # (!\text_gen|char_ram~49953_combout & (\text_gen|char_ram~24915_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49953_combout )))) + + .dataa(\text_gen|char_ram~24915_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~28499_q ), + .datad(\text_gen|char_ram~49953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49954 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56777 ( +// Equation(s): +// \text_gen|char_ram~56777_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56777 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N17 +dffeas \text_gen|char_ram~26595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56809 ( +// Equation(s): +// \text_gen|char_ram~56809_combout = (\text_gen|char_ram~56745_combout & \text_gen|char_ram~52805_combout ) + + .dataa(\text_gen|char_ram~56745_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56809 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y30_N5 +dffeas \text_gen|char_ram~26819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53006 ( +// Equation(s): +// \text_gen|char_ram~53006_combout = (\text_gen|char_ram~52975_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52805_combout ))) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53006 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56779 ( +// Equation(s): +// \text_gen|char_ram~56779_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53006_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53006_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56779 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y30_N7 +dffeas \text_gen|char_ram~23011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56811 ( +// Equation(s): +// \text_gen|char_ram~56811_combout = (\text_gen|char_ram~56749_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56749_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56811 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y26_N23 +dffeas \text_gen|char_ram~23235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49955 ( +// Equation(s): +// \text_gen|char_ram~49955_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~23235_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23011_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23011_q ), + .datad(\text_gen|char_ram~23235_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49955 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49956 ( +// Equation(s): +// \text_gen|char_ram~49956_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49955_combout & ((\text_gen|char_ram~26819_q ))) # (!\text_gen|char_ram~49955_combout & (\text_gen|char_ram~26595_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49955_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26595_q ), + .datac(\text_gen|char_ram~26819_q ), + .datad(\text_gen|char_ram~49955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49956 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56765 ( +// Equation(s): +// \text_gen|char_ram~56765_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56765 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y29_N15 +dffeas \text_gen|char_ram~26483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56799 ( +// Equation(s): +// \text_gen|char_ram~56799_combout = (\text_gen|char_ram~56749_combout & \text_gen|char_ram~52810_combout ) + + .dataa(\text_gen|char_ram~56749_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56799 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y30_N31 +dffeas \text_gen|char_ram~23123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56767 ( +// Equation(s): +// \text_gen|char_ram~56767_combout = (\text_gen|char_ram~53019_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53019_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56767 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y29_N15 +dffeas \text_gen|char_ram~22899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49957 ( +// Equation(s): +// \text_gen|char_ram~49957_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~23123_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22899_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23123_q ), + .datad(\text_gen|char_ram~22899_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49957 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26707feeder ( +// Equation(s): +// \text_gen|char_ram~26707feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56797 ( +// Equation(s): +// \text_gen|char_ram~56797_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~56745_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~56745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56797 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y32_N21 +dffeas \text_gen|char_ram~26707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49958 ( +// Equation(s): +// \text_gen|char_ram~49958_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49957_combout & ((\text_gen|char_ram~26707_q ))) # (!\text_gen|char_ram~49957_combout & (\text_gen|char_ram~26483_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49957_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26483_q ), + .datac(\text_gen|char_ram~49957_combout ), + .datad(\text_gen|char_ram~26707_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49958 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~49958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49959 ( +// Equation(s): +// \text_gen|char_ram~49959_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~49956_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~49958_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~49956_combout ), + .datad(\text_gen|char_ram~49958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49959 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~28387feeder ( +// Equation(s): +// \text_gen|char_ram~28387feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28387feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28387feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28387feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56780 ( +// Equation(s): +// \text_gen|char_ram~56780_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56780 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y30_N21 +dffeas \text_gen|char_ram~28387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28387feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56812 ( +// Equation(s): +// \text_gen|char_ram~56812_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~56751_combout ) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56812 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y29_N23 +dffeas \text_gen|char_ram~28611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56810 ( +// Equation(s): +// \text_gen|char_ram~56810_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~56747_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56810 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y26_N1 +dffeas \text_gen|char_ram~25027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24803feeder ( +// Equation(s): +// \text_gen|char_ram~24803feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24803feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24803feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24803feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56778 ( +// Equation(s): +// \text_gen|char_ram~56778_combout = (\text_gen|char_ram~53006_combout & \text_gen|char_ram~55963_combout ) + + .dataa(\text_gen|char_ram~53006_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56778 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y30_N13 +dffeas \text_gen|char_ram~24803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24803feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49960 ( +// Equation(s): +// \text_gen|char_ram~49960_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~25027_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~24803_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~25027_q ), + .datad(\text_gen|char_ram~24803_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49960 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49961 ( +// Equation(s): +// \text_gen|char_ram~49961_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49960_combout & ((\text_gen|char_ram~28611_q ))) # (!\text_gen|char_ram~49960_combout & (\text_gen|char_ram~28387_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49960_combout )))) + + .dataa(\text_gen|char_ram~28387_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28611_q ), + .datad(\text_gen|char_ram~49960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49961 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49962 ( +// Equation(s): +// \text_gen|char_ram~49962_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49959_combout & ((\text_gen|char_ram~49961_combout ))) # (!\text_gen|char_ram~49959_combout & (\text_gen|char_ram~49954_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49959_combout )))) + + .dataa(\text_gen|char_ram~49954_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~49959_combout ), + .datad(\text_gen|char_ram~49961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49962 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49973 ( +// Equation(s): +// \text_gen|char_ram~49973_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~49962_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49972_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49972_combout ), + .datad(\text_gen|char_ram~49962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49973 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24957feeder ( +// Equation(s): +// \text_gen|char_ram~24957feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24957feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24957feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24957feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56966 ( +// Equation(s): +// \text_gen|char_ram~56966_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56747_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56966 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y35_N23 +dffeas \text_gen|char_ram~24957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24957feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56975 ( +// Equation(s): +// \text_gen|char_ram~56975_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~56747_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56975 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y28_N3 +dffeas \text_gen|char_ram~25069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56976 ( +// Equation(s): +// \text_gen|char_ram~56976_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56976 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y27_N3 +dffeas \text_gen|char_ram~23277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56968 ( +// Equation(s): +// \text_gen|char_ram~56968_combout = (\text_gen|char_ram~56749_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56749_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56968 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y28_N29 +dffeas \text_gen|char_ram~23165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49943 ( +// Equation(s): +// \text_gen|char_ram~49943_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~23277_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~23165_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23277_q ), + .datac(\text_gen|char_ram~23165_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49943 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49944 ( +// Equation(s): +// \text_gen|char_ram~49944_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49943_combout & ((\text_gen|char_ram~25069_q ))) # (!\text_gen|char_ram~49943_combout & (\text_gen|char_ram~24957_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49943_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24957_q ), + .datac(\text_gen|char_ram~25069_q ), + .datad(\text_gen|char_ram~49943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49944 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56977 ( +// Equation(s): +// \text_gen|char_ram~56977_combout = (\text_gen|char_ram~56751_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56751_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56977 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y31_N19 +dffeas \text_gen|char_ram~28653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56974 ( +// Equation(s): +// \text_gen|char_ram~56974_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~56745_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~56745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56974 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y31_N21 +dffeas \text_gen|char_ram~26861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~28541feeder ( +// Equation(s): +// \text_gen|char_ram~28541feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28541feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28541feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28541feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56969 ( +// Equation(s): +// \text_gen|char_ram~56969_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56751_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56969 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y35_N1 +dffeas \text_gen|char_ram~28541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28541feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56967 ( +// Equation(s): +// \text_gen|char_ram~56967_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56745_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~56745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56967 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y39_N27 +dffeas \text_gen|char_ram~26749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49950 ( +// Equation(s): +// \text_gen|char_ram~49950_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~28541_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26749_q +// ))))) + + .dataa(\text_gen|char_ram~28541_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26749_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49950 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49951 ( +// Equation(s): +// \text_gen|char_ram~49951_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49950_combout & (\text_gen|char_ram~28653_q )) # (!\text_gen|char_ram~49950_combout & ((\text_gen|char_ram~26861_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49950_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~28653_q ), + .datac(\text_gen|char_ram~26861_q ), + .datad(\text_gen|char_ram~49950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49951 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24733feeder ( +// Equation(s): +// \text_gen|char_ram~24733feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24733feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24733feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24733feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52989 ( +// Equation(s): +// \text_gen|char_ram~52989_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52989 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~52989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56970 ( +// Equation(s): +// \text_gen|char_ram~56970_combout = (\text_gen|char_ram~52989_combout & \text_gen|char_ram~55963_combout ) + + .dataa(\text_gen|char_ram~52989_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56970 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N23 +dffeas \text_gen|char_ram~24733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24733feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52983 ( +// Equation(s): +// \text_gen|char_ram~52983_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52743_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52983 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56963 ( +// Equation(s): +// \text_gen|char_ram~56963_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56963 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y31_N17 +dffeas \text_gen|char_ram~24845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56972 ( +// Equation(s): +// \text_gen|char_ram~56972_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52989_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56972 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y28_N1 +dffeas \text_gen|char_ram~22941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23053feeder ( +// Equation(s): +// \text_gen|char_ram~23053feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56964 ( +// Equation(s): +// \text_gen|char_ram~56964_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56964 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y31_N7 +dffeas \text_gen|char_ram~23053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49947 ( +// Equation(s): +// \text_gen|char_ram~49947_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23053_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~22941_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22941_q ), + .datad(\text_gen|char_ram~23053_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49947 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49948 ( +// Equation(s): +// \text_gen|char_ram~49948_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49947_combout & ((\text_gen|char_ram~24845_q ))) # (!\text_gen|char_ram~49947_combout & (\text_gen|char_ram~24733_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49947_combout )))) + + .dataa(\text_gen|char_ram~24733_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~24845_q ), + .datad(\text_gen|char_ram~49947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49948 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56962 ( +// Equation(s): +// \text_gen|char_ram~56962_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56962 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y31_N9 +dffeas \text_gen|char_ram~26637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56965 ( +// Equation(s): +// \text_gen|char_ram~56965_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56965 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y31_N19 +dffeas \text_gen|char_ram~28429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56971 ( +// Equation(s): +// \text_gen|char_ram~56971_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56971 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y28_N11 +dffeas \text_gen|char_ram~26525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28317feeder ( +// Equation(s): +// \text_gen|char_ram~28317feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56973 ( +// Equation(s): +// \text_gen|char_ram~56973_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56973 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y28_N29 +dffeas \text_gen|char_ram~28317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49945 ( +// Equation(s): +// \text_gen|char_ram~49945_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~28317_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26525_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26525_q ), + .datad(\text_gen|char_ram~28317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49945 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49946 ( +// Equation(s): +// \text_gen|char_ram~49946_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49945_combout & ((\text_gen|char_ram~28429_q ))) # (!\text_gen|char_ram~49945_combout & (\text_gen|char_ram~26637_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49945_combout )))) + + .dataa(\text_gen|char_ram~26637_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~28429_q ), + .datad(\text_gen|char_ram~49945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49946 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49949 ( +// Equation(s): +// \text_gen|char_ram~49949_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~49946_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~49948_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49948_combout ), + .datad(\text_gen|char_ram~49946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49949 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49952 ( +// Equation(s): +// \text_gen|char_ram~49952_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49949_combout & ((\text_gen|char_ram~49951_combout ))) # (!\text_gen|char_ram~49949_combout & (\text_gen|char_ram~49944_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49949_combout )))) + + .dataa(\text_gen|char_ram~49944_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49951_combout ), + .datad(\text_gen|char_ram~49949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49952 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49984 ( +// Equation(s): +// \text_gen|char_ram~49984_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49973_combout & (\text_gen|char_ram~49983_combout )) # (!\text_gen|char_ram~49973_combout & ((\text_gen|char_ram~49952_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49973_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49983_combout ), + .datac(\text_gen|char_ram~49973_combout ), + .datad(\text_gen|char_ram~49952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49984 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N30 +cycloneiv_lcell_comb \text_gen|Add4~10 ( +// Equation(s): +// \text_gen|Add4~10_combout = \text_gen|Add4~9 $ (\vga_c|v_cnt [10]) + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\vga_c|v_cnt [10]), + .cin(\text_gen|Add4~9 ), + .combout(\text_gen|Add4~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add4~10 .lut_mask = 16'h0FF0; +defparam \text_gen|Add4~10 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y36_N18 +cycloneiv_lcell_comb \text_gen|Add5~14 ( +// Equation(s): +// \text_gen|Add5~14_combout = \text_gen|Add4~10_combout $ (\text_gen|Add5~13 ) + + .dataa(\text_gen|Add4~10_combout ), + .datab(gnd), + .datac(gnd), + .datad(gnd), + .cin(\text_gen|Add5~13 ), + .combout(\text_gen|Add5~14_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|Add5~14 .lut_mask = 16'h5A5A; +defparam \text_gen|Add5~14 .sum_lutc_input = "cin"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52821 ( +// Equation(s): +// \text_gen|char_ram~52821_combout = (!\text_gen|char_ram~52721_combout & (!\text_gen|char_ram~52719_combout & (!\text_gen|char_ram~57015_combout & \text_gen|char_ram~52720_combout ))) + + .dataa(\text_gen|char_ram~52721_combout ), + .datab(\text_gen|char_ram~52719_combout ), + .datac(\text_gen|char_ram~57015_combout ), + .datad(\text_gen|char_ram~52720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52821 .lut_mask = 16'h0100; +defparam \text_gen|char_ram~52821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52828 ( +// Equation(s): +// \text_gen|char_ram~52828_combout = (\text_gen|char_ram~52821_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52718_combout )) + + .dataa(\text_gen|char_ram~52821_combout ), + .datab(gnd), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52828 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56212 ( +// Equation(s): +// \text_gen|char_ram~56212_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56212 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y23_N7 +dffeas \text_gen|char_ram~17859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56220 ( +// Equation(s): +// \text_gen|char_ram~56220_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56220 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N19 +dffeas \text_gen|char_ram~17915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56018 ( +// Equation(s): +// \text_gen|char_ram~56018_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56018 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y27_N27 +dffeas \text_gen|char_ram~17845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56026 ( +// Equation(s): +// \text_gen|char_ram~56026_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56026 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N17 +dffeas \text_gen|char_ram~17901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49865 ( +// Equation(s): +// \text_gen|char_ram~49865_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~17901_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17845_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17845_q ), + .datad(\text_gen|char_ram~17901_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49865 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49866 ( +// Equation(s): +// \text_gen|char_ram~49866_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49865_combout & ((\text_gen|char_ram~17915_q ))) # (!\text_gen|char_ram~49865_combout & (\text_gen|char_ram~17859_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49865_combout )))) + + .dataa(\text_gen|char_ram~17859_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17915_q ), + .datad(\text_gen|char_ram~49865_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49866 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52824 ( +// Equation(s): +// \text_gen|char_ram~52824_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52821_combout )) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(gnd), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52824 .lut_mask = 16'h5000; +defparam \text_gen|char_ram~52824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56178 ( +// Equation(s): +// \text_gen|char_ram~56178_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56178 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y24_N11 +dffeas \text_gen|char_ram~17635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56186 ( +// Equation(s): +// \text_gen|char_ram~56186_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56186 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y25_N11 +dffeas \text_gen|char_ram~17691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55986 ( +// Equation(s): +// \text_gen|char_ram~55986_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55986 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y25_N29 +dffeas \text_gen|char_ram~17621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55994 ( +// Equation(s): +// \text_gen|char_ram~55994_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55994 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y27_N21 +dffeas \text_gen|char_ram~17677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49860 ( +// Equation(s): +// \text_gen|char_ram~49860_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17677_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17621_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17621_q ), + .datad(\text_gen|char_ram~17677_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49860 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49861 ( +// Equation(s): +// \text_gen|char_ram~49861_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49860_combout & ((\text_gen|char_ram~17691_q ))) # (!\text_gen|char_ram~49860_combout & (\text_gen|char_ram~17635_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49860_combout )))) + + .dataa(\text_gen|char_ram~17635_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17691_q ), + .datad(\text_gen|char_ram~49860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49861 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17565feeder ( +// Equation(s): +// \text_gen|char_ram~17565feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17565feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17565feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17565feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56010 ( +// Equation(s): +// \text_gen|char_ram~56010_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56010 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N13 +dffeas \text_gen|char_ram~17565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17565feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56203 ( +// Equation(s): +// \text_gen|char_ram~56203_combout = (\text_gen|comb~4_combout & \text_gen|char_ram~52821_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56203 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56204 ( +// Equation(s): +// \text_gen|char_ram~56204_combout = (\text_gen|char_ram~56203_combout & (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55963_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~56203_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56204 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~56204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y23_N5 +dffeas \text_gen|char_ram~17579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55998 ( +// Equation(s): +// \text_gen|char_ram~55998_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55998 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y27_N7 +dffeas \text_gen|char_ram~17509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52885 ( +// Equation(s): +// \text_gen|char_ram~52885_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52821_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~52821_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52885 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~52885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56190 ( +// Equation(s): +// \text_gen|char_ram~56190_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56190 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y20_N11 +dffeas \text_gen|char_ram~17523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49862 ( +// Equation(s): +// \text_gen|char_ram~49862_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~17523_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17509_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17509_q ), + .datad(\text_gen|char_ram~17523_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49862 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49863 ( +// Equation(s): +// \text_gen|char_ram~49863_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49862_combout & ((\text_gen|char_ram~17579_q ))) # (!\text_gen|char_ram~49862_combout & (\text_gen|char_ram~17565_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49862_combout )))) + + .dataa(\text_gen|char_ram~17565_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17579_q ), + .datad(\text_gen|char_ram~49862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49863 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49864 ( +// Equation(s): +// \text_gen|char_ram~49864_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~49861_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~49863_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49861_combout ), + .datad(\text_gen|char_ram~49863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49864 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55964 ( +// Equation(s): +// \text_gen|char_ram~55964_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55964 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N11 +dffeas \text_gen|char_ram~17733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17747feeder ( +// Equation(s): +// \text_gen|char_ram~17747feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17747feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17747feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17747feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56158 ( +// Equation(s): +// \text_gen|char_ram~56158_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56158 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y22_N11 +dffeas \text_gen|char_ram~17747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17747feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49858 ( +// Equation(s): +// \text_gen|char_ram~49858_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17747_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17733_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17733_q ), + .datad(\text_gen|char_ram~17747_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49858 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17789feeder ( +// Equation(s): +// \text_gen|char_ram~17789feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55978 ( +// Equation(s): +// \text_gen|char_ram~55978_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55978 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y27_N31 +dffeas \text_gen|char_ram~17789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56170 ( +// Equation(s): +// \text_gen|char_ram~56170_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56170 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y23_N9 +dffeas \text_gen|char_ram~17803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49859 ( +// Equation(s): +// \text_gen|char_ram~49859_combout = (\text_gen|char_ram~49858_combout & (((\text_gen|char_ram~17803_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~49858_combout & (\text_gen|char_ram~17789_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~49858_combout ), + .datab(\text_gen|char_ram~17789_q ), + .datac(\text_gen|char_ram~17803_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49859 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49867 ( +// Equation(s): +// \text_gen|char_ram~49867_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49864_combout & (\text_gen|char_ram~49866_combout )) # (!\text_gen|char_ram~49864_combout & ((\text_gen|char_ram~49859_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49864_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49866_combout ), + .datac(\text_gen|char_ram~49864_combout ), + .datad(\text_gen|char_ram~49859_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49867 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53061 ( +// Equation(s): +// \text_gen|char_ram~53061_combout = (\text_gen|char_ram~52721_combout & (!\text_gen|char_ram~52719_combout & (!\text_gen|char_ram~57015_combout & \text_gen|char_ram~52720_combout ))) + + .dataa(\text_gen|char_ram~52721_combout ), + .datab(\text_gen|char_ram~52719_combout ), + .datac(\text_gen|char_ram~57015_combout ), + .datad(\text_gen|char_ram~52720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53061 .lut_mask = 16'h0200; +defparam \text_gen|char_ram~53061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53062 ( +// Equation(s): +// \text_gen|char_ram~53062_combout = (\text_gen|char_ram~53061_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52718_combout )) + + .dataa(\text_gen|char_ram~53061_combout ), + .datab(gnd), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53062 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56214 ( +// Equation(s): +// \text_gen|char_ram~56214_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56214 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y27_N19 +dffeas \text_gen|char_ram~21443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56222 ( +// Equation(s): +// \text_gen|char_ram~56222_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56222 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y27_N1 +dffeas \text_gen|char_ram~21499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56020 ( +// Equation(s): +// \text_gen|char_ram~56020_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56020 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y33_N29 +dffeas \text_gen|char_ram~21429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56028 ( +// Equation(s): +// \text_gen|char_ram~56028_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56028 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y31_N23 +dffeas \text_gen|char_ram~21485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49896 ( +// Equation(s): +// \text_gen|char_ram~49896_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21485_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21429_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21429_q ), + .datad(\text_gen|char_ram~21485_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49896 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49897 ( +// Equation(s): +// \text_gen|char_ram~49897_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49896_combout & ((\text_gen|char_ram~21499_q ))) # (!\text_gen|char_ram~49896_combout & (\text_gen|char_ram~21443_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49896_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21443_q ), + .datac(\text_gen|char_ram~21499_q ), + .datad(\text_gen|char_ram~49896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49897 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55980 ( +// Equation(s): +// \text_gen|char_ram~55980_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55980 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N17 +dffeas \text_gen|char_ram~21373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56172 ( +// Equation(s): +// \text_gen|char_ram~56172_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56172 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y23_N3 +dffeas \text_gen|char_ram~21387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56160 ( +// Equation(s): +// \text_gen|char_ram~56160_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56160 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y23_N21 +dffeas \text_gen|char_ram~21331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21317feeder ( +// Equation(s): +// \text_gen|char_ram~21317feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55966 ( +// Equation(s): +// \text_gen|char_ram~55966_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55966 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y23_N13 +dffeas \text_gen|char_ram~21317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49889 ( +// Equation(s): +// \text_gen|char_ram~49889_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~21331_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~21317_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21331_q ), + .datad(\text_gen|char_ram~21317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49889 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49890 ( +// Equation(s): +// \text_gen|char_ram~49890_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49889_combout & ((\text_gen|char_ram~21387_q ))) # (!\text_gen|char_ram~49889_combout & (\text_gen|char_ram~21373_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49889_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21373_q ), + .datac(\text_gen|char_ram~21387_q ), + .datad(\text_gen|char_ram~49889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49890 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53070 ( +// Equation(s): +// \text_gen|char_ram~53070_combout = (\text_gen|char_ram~53061_combout & (\text_gen|comb~4_combout & !\text_gen|char_ram~52718_combout )) + + .dataa(\text_gen|char_ram~53061_combout ), + .datab(gnd), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53070 .lut_mask = 16'h00A0; +defparam \text_gen|char_ram~53070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56180 ( +// Equation(s): +// \text_gen|char_ram~56180_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56180 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y28_N7 +dffeas \text_gen|char_ram~21219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56188 ( +// Equation(s): +// \text_gen|char_ram~56188_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56188 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y28_N13 +dffeas \text_gen|char_ram~21275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55996 ( +// Equation(s): +// \text_gen|char_ram~55996_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55996 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y31_N17 +dffeas \text_gen|char_ram~21261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55988 ( +// Equation(s): +// \text_gen|char_ram~55988_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55988 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y28_N7 +dffeas \text_gen|char_ram~21205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49891 ( +// Equation(s): +// \text_gen|char_ram~49891_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~21261_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~21205_q ))))) + + .dataa(\text_gen|char_ram~21261_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21205_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49891 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49892 ( +// Equation(s): +// \text_gen|char_ram~49892_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49891_combout & ((\text_gen|char_ram~21275_q ))) # (!\text_gen|char_ram~49891_combout & (\text_gen|char_ram~21219_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49891_combout )))) + + .dataa(\text_gen|char_ram~21219_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21275_q ), + .datad(\text_gen|char_ram~49891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49892 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56012 ( +// Equation(s): +// \text_gen|char_ram~56012_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56012 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y31_N5 +dffeas \text_gen|char_ram~21149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56206 ( +// Equation(s): +// \text_gen|char_ram~56206_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53061_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~53061_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56206 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y28_N25 +dffeas \text_gen|char_ram~21163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56000 ( +// Equation(s): +// \text_gen|char_ram~56000_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56000 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y28_N3 +dffeas \text_gen|char_ram~21093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53318 ( +// Equation(s): +// \text_gen|char_ram~53318_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53061_combout & (!\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~53061_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53318 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~53318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56192 ( +// Equation(s): +// \text_gen|char_ram~56192_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53318_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56192 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y28_N7 +dffeas \text_gen|char_ram~21107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49893 ( +// Equation(s): +// \text_gen|char_ram~49893_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21107_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21093_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21093_q ), + .datad(\text_gen|char_ram~21107_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49893 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49894 ( +// Equation(s): +// \text_gen|char_ram~49894_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49893_combout & ((\text_gen|char_ram~21163_q ))) # (!\text_gen|char_ram~49893_combout & (\text_gen|char_ram~21149_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49893_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21149_q ), + .datac(\text_gen|char_ram~21163_q ), + .datad(\text_gen|char_ram~49893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49894 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49895 ( +// Equation(s): +// \text_gen|char_ram~49895_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~49892_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~49894_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49892_combout ), + .datad(\text_gen|char_ram~49894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49895 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49898 ( +// Equation(s): +// \text_gen|char_ram~49898_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49895_combout & (\text_gen|char_ram~49897_combout )) # (!\text_gen|char_ram~49895_combout & ((\text_gen|char_ram~49890_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49895_combout )))) + + .dataa(\text_gen|char_ram~49897_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49890_combout ), + .datad(\text_gen|char_ram~49895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49898 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56011 ( +// Equation(s): +// \text_gen|char_ram~56011_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56011 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y28_N13 +dffeas \text_gen|char_ram~15773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56205 ( +// Equation(s): +// \text_gen|char_ram~56205_combout = (\text_gen|char_ram~52821_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~55961_combout ))) + + .dataa(\text_gen|char_ram~52821_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56205 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y23_N13 +dffeas \text_gen|char_ram~15787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55999 ( +// Equation(s): +// \text_gen|char_ram~55999_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55999 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y27_N1 +dffeas \text_gen|char_ram~15717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15731feeder ( +// Equation(s): +// \text_gen|char_ram~15731feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15731feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15731feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15731feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56191 ( +// Equation(s): +// \text_gen|char_ram~56191_combout = (\text_gen|char_ram~52885_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52885_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56191 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y32_N31 +dffeas \text_gen|char_ram~15731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15731feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49882 ( +// Equation(s): +// \text_gen|char_ram~49882_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~15731_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15717_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15717_q ), + .datad(\text_gen|char_ram~15731_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49882 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49883 ( +// Equation(s): +// \text_gen|char_ram~49883_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49882_combout & ((\text_gen|char_ram~15787_q ))) # (!\text_gen|char_ram~49882_combout & (\text_gen|char_ram~15773_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49882_combout )))) + + .dataa(\text_gen|char_ram~15773_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15787_q ), + .datad(\text_gen|char_ram~49882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49883 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X2_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55995 ( +// Equation(s): +// \text_gen|char_ram~55995_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55995 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X2_Y31_N29 +dffeas \text_gen|char_ram~15885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X2_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55987 ( +// Equation(s): +// \text_gen|char_ram~55987_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55987 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X2_Y31_N7 +dffeas \text_gen|char_ram~15829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X2_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49880 ( +// Equation(s): +// \text_gen|char_ram~49880_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15885_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~15829_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15885_q ), + .datac(\text_gen|char_ram~15829_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49880 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56187 ( +// Equation(s): +// \text_gen|char_ram~56187_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56187 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N23 +dffeas \text_gen|char_ram~15899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56179 ( +// Equation(s): +// \text_gen|char_ram~56179_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56179 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y28_N5 +dffeas \text_gen|char_ram~15843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49881 ( +// Equation(s): +// \text_gen|char_ram~49881_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49880_combout & (\text_gen|char_ram~15899_q )) # (!\text_gen|char_ram~49880_combout & ((\text_gen|char_ram~15843_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~49880_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49880_combout ), + .datac(\text_gen|char_ram~15899_q ), + .datad(\text_gen|char_ram~15843_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49881 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49884 ( +// Equation(s): +// \text_gen|char_ram~49884_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~49881_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49883_combout )))) + + .dataa(\text_gen|char_ram~49883_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~49881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49884 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~49884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15997feeder ( +// Equation(s): +// \text_gen|char_ram~15997feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15997feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15997feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15997feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55979 ( +// Equation(s): +// \text_gen|char_ram~55979_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55979 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y21_N21 +dffeas \text_gen|char_ram~15997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15997feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56171 ( +// Equation(s): +// \text_gen|char_ram~56171_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56171 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y23_N11 +dffeas \text_gen|char_ram~16011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55965 ( +// Equation(s): +// \text_gen|char_ram~55965_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55965 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y35_N19 +dffeas \text_gen|char_ram~15941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56159 ( +// Equation(s): +// \text_gen|char_ram~56159_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56159 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y50_N27 +dffeas \text_gen|char_ram~15955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49878 ( +// Equation(s): +// \text_gen|char_ram~49878_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15955_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15941_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15941_q ), + .datad(\text_gen|char_ram~15955_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49878 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49879 ( +// Equation(s): +// \text_gen|char_ram~49879_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49878_combout & ((\text_gen|char_ram~16011_q ))) # (!\text_gen|char_ram~49878_combout & (\text_gen|char_ram~15997_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49878_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15997_q ), + .datac(\text_gen|char_ram~16011_q ), + .datad(\text_gen|char_ram~49878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49879 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16123feeder ( +// Equation(s): +// \text_gen|char_ram~16123feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56221 ( +// Equation(s): +// \text_gen|char_ram~56221_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56221 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y23_N11 +dffeas \text_gen|char_ram~16123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56213 ( +// Equation(s): +// \text_gen|char_ram~56213_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56213 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y23_N1 +dffeas \text_gen|char_ram~16067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56019 ( +// Equation(s): +// \text_gen|char_ram~56019_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56019 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y7_N17 +dffeas \text_gen|char_ram~16053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56027 ( +// Equation(s): +// \text_gen|char_ram~56027_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56027 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y7_N15 +dffeas \text_gen|char_ram~16109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y7_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49885 ( +// Equation(s): +// \text_gen|char_ram~49885_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~16109_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16053_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16053_q ), + .datad(\text_gen|char_ram~16109_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49885 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49886 ( +// Equation(s): +// \text_gen|char_ram~49886_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49885_combout & (\text_gen|char_ram~16123_q )) # (!\text_gen|char_ram~49885_combout & ((\text_gen|char_ram~16067_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49885_combout )))) + + .dataa(\text_gen|char_ram~16123_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16067_q ), + .datad(\text_gen|char_ram~49885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49886 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49887 ( +// Equation(s): +// \text_gen|char_ram~49887_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49884_combout & ((\text_gen|char_ram~49886_combout ))) # (!\text_gen|char_ram~49884_combout & (\text_gen|char_ram~49879_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49884_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49884_combout ), + .datac(\text_gen|char_ram~49879_combout ), + .datad(\text_gen|char_ram~49886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49887 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~49887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19651feeder ( +// Equation(s): +// \text_gen|char_ram~19651feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56211 ( +// Equation(s): +// \text_gen|char_ram~56211_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56211 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y25_N27 +dffeas \text_gen|char_ram~19651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56219 ( +// Equation(s): +// \text_gen|char_ram~56219_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56219 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y27_N29 +dffeas \text_gen|char_ram~19707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56025 ( +// Equation(s): +// \text_gen|char_ram~56025_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56025 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y35_N27 +dffeas \text_gen|char_ram~19693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56017 ( +// Equation(s): +// \text_gen|char_ram~56017_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56017 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y35_N15 +dffeas \text_gen|char_ram~19637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49875 ( +// Equation(s): +// \text_gen|char_ram~49875_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19693_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~19637_q )))) + + .dataa(\text_gen|char_ram~19693_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~19637_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49875 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~49875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49876 ( +// Equation(s): +// \text_gen|char_ram~49876_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49875_combout & ((\text_gen|char_ram~19707_q ))) # (!\text_gen|char_ram~49875_combout & (\text_gen|char_ram~19651_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49875_combout )))) + + .dataa(\text_gen|char_ram~19651_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19707_q ), + .datad(\text_gen|char_ram~49875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49876 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55977 ( +// Equation(s): +// \text_gen|char_ram~55977_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55977 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y35_N5 +dffeas \text_gen|char_ram~19581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56169 ( +// Equation(s): +// \text_gen|char_ram~56169_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56169 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y31_N5 +dffeas \text_gen|char_ram~19595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55962 ( +// Equation(s): +// \text_gen|char_ram~55962_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55962 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y35_N15 +dffeas \text_gen|char_ram~19525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19539feeder ( +// Equation(s): +// \text_gen|char_ram~19539feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19539feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19539feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19539feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56157 ( +// Equation(s): +// \text_gen|char_ram~56157_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56157 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y48_N31 +dffeas \text_gen|char_ram~19539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19539feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49868 ( +// Equation(s): +// \text_gen|char_ram~49868_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19539_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19525_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19525_q ), + .datad(\text_gen|char_ram~19539_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49868 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49869 ( +// Equation(s): +// \text_gen|char_ram~49869_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49868_combout & ((\text_gen|char_ram~19595_q ))) # (!\text_gen|char_ram~49868_combout & (\text_gen|char_ram~19581_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49868_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19581_q ), + .datac(\text_gen|char_ram~19595_q ), + .datad(\text_gen|char_ram~49868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49869 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56009 ( +// Equation(s): +// \text_gen|char_ram~56009_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56009 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y39_N21 +dffeas \text_gen|char_ram~19357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56201 ( +// Equation(s): +// \text_gen|char_ram~56201_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53061_combout & \text_gen|char_ram~52799_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53061_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56201 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~56201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56202 ( +// Equation(s): +// \text_gen|char_ram~56202_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~56201_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~56201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56202 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N3 +dffeas \text_gen|char_ram~19371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55997 ( +// Equation(s): +// \text_gen|char_ram~55997_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55997 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N17 +dffeas \text_gen|char_ram~19301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19315feeder ( +// Equation(s): +// \text_gen|char_ram~19315feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19315feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19315feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19315feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56189 ( +// Equation(s): +// \text_gen|char_ram~56189_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53318_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56189 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y25_N29 +dffeas \text_gen|char_ram~19315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19315feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49872 ( +// Equation(s): +// \text_gen|char_ram~49872_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19315_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19301_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19301_q ), + .datad(\text_gen|char_ram~19315_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49872 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49873 ( +// Equation(s): +// \text_gen|char_ram~49873_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49872_combout & ((\text_gen|char_ram~19371_q ))) # (!\text_gen|char_ram~49872_combout & (\text_gen|char_ram~19357_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49872_combout )))) + + .dataa(\text_gen|char_ram~19357_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19371_q ), + .datad(\text_gen|char_ram~49872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49873 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55985 ( +// Equation(s): +// \text_gen|char_ram~55985_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55985 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y31_N21 +dffeas \text_gen|char_ram~19413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55993 ( +// Equation(s): +// \text_gen|char_ram~55993_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55993 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N3 +dffeas \text_gen|char_ram~19469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49870 ( +// Equation(s): +// \text_gen|char_ram~49870_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19469_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19413_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19413_q ), + .datad(\text_gen|char_ram~19469_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49870 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56185 ( +// Equation(s): +// \text_gen|char_ram~56185_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56185 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y27_N17 +dffeas \text_gen|char_ram~19483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19427feeder ( +// Equation(s): +// \text_gen|char_ram~19427feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19427feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19427feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19427feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56177 ( +// Equation(s): +// \text_gen|char_ram~56177_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56177 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y25_N11 +dffeas \text_gen|char_ram~19427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19427feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49871 ( +// Equation(s): +// \text_gen|char_ram~49871_combout = (\text_gen|char_ram~49870_combout & (((\text_gen|char_ram~19483_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~49870_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~19427_q )))) + + .dataa(\text_gen|char_ram~49870_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19483_q ), + .datad(\text_gen|char_ram~19427_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49871 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49874 ( +// Equation(s): +// \text_gen|char_ram~49874_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~49871_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49873_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49873_combout ), + .datad(\text_gen|char_ram~49871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49874 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49877 ( +// Equation(s): +// \text_gen|char_ram~49877_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49874_combout & (\text_gen|char_ram~49876_combout )) # (!\text_gen|char_ram~49874_combout & ((\text_gen|char_ram~49869_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49874_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49876_combout ), + .datac(\text_gen|char_ram~49869_combout ), + .datad(\text_gen|char_ram~49874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49877 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49888 ( +// Equation(s): +// \text_gen|char_ram~49888_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~49877_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~49887_combout )))) + + .dataa(\text_gen|char_ram~49887_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~49877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49888 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~49888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49899 ( +// Equation(s): +// \text_gen|char_ram~49899_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49888_combout & ((\text_gen|char_ram~49898_combout ))) # (!\text_gen|char_ram~49888_combout & (\text_gen|char_ram~49867_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49888_combout )))) + + .dataa(\text_gen|char_ram~49867_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~49898_combout ), + .datad(\text_gen|char_ram~49888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49899 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5203feeder ( +// Equation(s): +// \text_gen|char_ram~5203feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5203feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5203feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5203feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53064 ( +// Equation(s): +// \text_gen|char_ram~53064_combout = (\text_gen|char_ram~52721_combout & (!\text_gen|char_ram~52719_combout & (!\text_gen|char_ram~57015_combout & !\text_gen|char_ram~52720_combout ))) + + .dataa(\text_gen|char_ram~52721_combout ), + .datab(\text_gen|char_ram~52719_combout ), + .datac(\text_gen|char_ram~57015_combout ), + .datad(\text_gen|char_ram~52720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53064 .lut_mask = 16'h0002; +defparam \text_gen|char_ram~53064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53065 ( +// Equation(s): +// \text_gen|char_ram~53065_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53064_combout & \text_gen|comb~4_combout )) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~53064_combout ), + .datac(gnd), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53065 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56679 ( +// Equation(s): +// \text_gen|char_ram~56679_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56679 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y27_N23 +dffeas \text_gen|char_ram~5203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5203feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56681 ( +// Equation(s): +// \text_gen|char_ram~56681_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56681 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y25_N23 +dffeas \text_gen|char_ram~6995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52893 ( +// Equation(s): +// \text_gen|char_ram~52893_combout = (!\text_gen|char_ram~52721_combout & (!\text_gen|char_ram~52719_combout & (!\text_gen|char_ram~57015_combout & !\text_gen|char_ram~52720_combout ))) + + .dataa(\text_gen|char_ram~52721_combout ), + .datab(\text_gen|char_ram~52719_combout ), + .datac(\text_gen|char_ram~57015_combout ), + .datad(\text_gen|char_ram~52720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52893 .lut_mask = 16'h0001; +defparam \text_gen|char_ram~52893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56485 ( +// Equation(s): +// \text_gen|char_ram~56485_combout = (\text_gen|char_ram~52893_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52718_combout & \text_gen|char_ram~55961_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56485 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56680 ( +// Equation(s): +// \text_gen|char_ram~56680_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52810_combout ) + + .dataa(\text_gen|char_ram~56485_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56680 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y25_N1 +dffeas \text_gen|char_ram~1619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56482 ( +// Equation(s): +// \text_gen|char_ram~56482_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52893_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56482 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56678 ( +// Equation(s): +// \text_gen|char_ram~56678_combout = (\text_gen|char_ram~56482_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56482_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56678 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y28_N21 +dffeas \text_gen|char_ram~3411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49912 ( +// Equation(s): +// \text_gen|char_ram~49912_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3411_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1619_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1619_q ), + .datad(\text_gen|char_ram~3411_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49912 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49913 ( +// Equation(s): +// \text_gen|char_ram~49913_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49912_combout & ((\text_gen|char_ram~6995_q ))) # (!\text_gen|char_ram~49912_combout & (\text_gen|char_ram~5203_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49912_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5203_q ), + .datac(\text_gen|char_ram~6995_q ), + .datad(\text_gen|char_ram~49912_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49913 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52966 ( +// Equation(s): +// \text_gen|char_ram~52966_combout = (\text_gen|char_ram~52810_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52966 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~52966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56686 ( +// Equation(s): +// \text_gen|char_ram~56686_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52966_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56686 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y22_N15 +dffeas \text_gen|char_ram~3187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53337 ( +// Equation(s): +// \text_gen|char_ram~53337_combout = (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52810_combout & (\text_gen|comb~4_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53337 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~53337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56689 ( +// Equation(s): +// \text_gen|char_ram~56689_combout = (\text_gen|char_ram~53337_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53337_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56689 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y25_N31 +dffeas \text_gen|char_ram~6771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56687 ( +// Equation(s): +// \text_gen|char_ram~56687_combout = (\text_gen|char_ram~53337_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53337_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56687 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y29_N13 +dffeas \text_gen|char_ram~4979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56688 ( +// Equation(s): +// \text_gen|char_ram~56688_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52966_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56688 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y25_N25 +dffeas \text_gen|char_ram~1395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49914 ( +// Equation(s): +// \text_gen|char_ram~49914_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4979_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1395_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4979_q ), + .datac(\text_gen|char_ram~1395_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49914 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49915 ( +// Equation(s): +// \text_gen|char_ram~49915_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49914_combout & ((\text_gen|char_ram~6771_q ))) # (!\text_gen|char_ram~49914_combout & (\text_gen|char_ram~3187_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49914_combout )))) + + .dataa(\text_gen|char_ram~3187_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6771_q ), + .datad(\text_gen|char_ram~49914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49915 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49916 ( +// Equation(s): +// \text_gen|char_ram~49916_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49913_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~49915_combout )))) + + .dataa(\text_gen|char_ram~49913_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~49915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49916 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~49916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3299feeder ( +// Equation(s): +// \text_gen|char_ram~3299feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3299feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3299feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3299feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52956 ( +// Equation(s): +// \text_gen|char_ram~52956_combout = (\text_gen|char_ram~52805_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52893_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52956 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56683 ( +// Equation(s): +// \text_gen|char_ram~56683_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52956_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56683 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y28_N23 +dffeas \text_gen|char_ram~3299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3299feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53332 ( +// Equation(s): +// \text_gen|char_ram~53332_combout = (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52805_combout & (!\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53332 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~53332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56685 ( +// Equation(s): +// \text_gen|char_ram~56685_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56685 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y29_N21 +dffeas \text_gen|char_ram~6883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1507feeder ( +// Equation(s): +// \text_gen|char_ram~1507feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1507feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1507feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1507feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56684 ( +// Equation(s): +// \text_gen|char_ram~56684_combout = (\text_gen|char_ram~52956_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52956_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56684 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y29_N31 +dffeas \text_gen|char_ram~1507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1507feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5091feeder ( +// Equation(s): +// \text_gen|char_ram~5091feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56682 ( +// Equation(s): +// \text_gen|char_ram~56682_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56682 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N3 +dffeas \text_gen|char_ram~5091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49910 ( +// Equation(s): +// \text_gen|char_ram~49910_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~5091_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1507_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~1507_q ), + .datac(\text_gen|char_ram~5091_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49910 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~49910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49911 ( +// Equation(s): +// \text_gen|char_ram~49911_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49910_combout & ((\text_gen|char_ram~6883_q ))) # (!\text_gen|char_ram~49910_combout & (\text_gen|char_ram~3299_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49910_combout )))) + + .dataa(\text_gen|char_ram~3299_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6883_q ), + .datad(\text_gen|char_ram~49910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49911 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56692 ( +// Equation(s): +// \text_gen|char_ram~56692_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56485_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56692 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y25_N5 +dffeas \text_gen|char_ram~1731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56690 ( +// Equation(s): +// \text_gen|char_ram~56690_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56690 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y25_N13 +dffeas \text_gen|char_ram~5315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49917 ( +// Equation(s): +// \text_gen|char_ram~49917_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5315_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1731_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1731_q ), + .datad(\text_gen|char_ram~5315_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49917 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56693 ( +// Equation(s): +// \text_gen|char_ram~56693_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56693 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y25_N27 +dffeas \text_gen|char_ram~7107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3523feeder ( +// Equation(s): +// \text_gen|char_ram~3523feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3523feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3523feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3523feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56691 ( +// Equation(s): +// \text_gen|char_ram~56691_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~56482_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56691 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y24_N31 +dffeas \text_gen|char_ram~3523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3523feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49918 ( +// Equation(s): +// \text_gen|char_ram~49918_combout = (\text_gen|char_ram~49917_combout & (((\text_gen|char_ram~7107_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~49917_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3523_q )))) + + .dataa(\text_gen|char_ram~49917_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7107_q ), + .datad(\text_gen|char_ram~3523_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49918 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49919 ( +// Equation(s): +// \text_gen|char_ram~49919_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49916_combout & ((\text_gen|char_ram~49918_combout ))) # (!\text_gen|char_ram~49916_combout & (\text_gen|char_ram~49911_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49916_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49916_combout ), + .datac(\text_gen|char_ram~49911_combout ), + .datad(\text_gen|char_ram~49918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49919 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~49919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3509feeder ( +// Equation(s): +// \text_gen|char_ram~3509feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3509feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3509feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3509feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56497 ( +// Equation(s): +// \text_gen|char_ram~56497_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~56482_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~56482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56497 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y34_N29 +dffeas \text_gen|char_ram~3509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3509feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56499 ( +// Equation(s): +// \text_gen|char_ram~56499_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56499 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y36_N9 +dffeas \text_gen|char_ram~7093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56498 ( +// Equation(s): +// \text_gen|char_ram~56498_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~56485_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~56485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56498 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y34_N7 +dffeas \text_gen|char_ram~1717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56496 ( +// Equation(s): +// \text_gen|char_ram~56496_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56496 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N19 +dffeas \text_gen|char_ram~5301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49927 ( +// Equation(s): +// \text_gen|char_ram~49927_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5301_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1717_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1717_q ), + .datad(\text_gen|char_ram~5301_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49927 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49928 ( +// Equation(s): +// \text_gen|char_ram~49928_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49927_combout & ((\text_gen|char_ram~7093_q ))) # (!\text_gen|char_ram~49927_combout & (\text_gen|char_ram~3509_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49927_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3509_q ), + .datac(\text_gen|char_ram~7093_q ), + .datad(\text_gen|char_ram~49927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49928 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56484 ( +// Equation(s): +// \text_gen|char_ram~56484_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56484 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y35_N3 +dffeas \text_gen|char_ram~5189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56486 ( +// Equation(s): +// \text_gen|char_ram~56486_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~56485_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~56485_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56486 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y35_N29 +dffeas \text_gen|char_ram~1605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49920 ( +// Equation(s): +// \text_gen|char_ram~49920_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5189_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1605_q ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5189_q ), + .datad(\text_gen|char_ram~1605_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49920 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3397feeder ( +// Equation(s): +// \text_gen|char_ram~3397feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3397feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3397feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3397feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56483 ( +// Equation(s): +// \text_gen|char_ram~56483_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~56482_combout ) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56483 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y34_N1 +dffeas \text_gen|char_ram~3397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3397feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56487 ( +// Equation(s): +// \text_gen|char_ram~56487_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56487 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y35_N21 +dffeas \text_gen|char_ram~6981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49921 ( +// Equation(s): +// \text_gen|char_ram~49921_combout = (\text_gen|char_ram~49920_combout & (((\text_gen|char_ram~6981_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~49920_combout & (\text_gen|char_ram~3397_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~49920_combout ), + .datab(\text_gen|char_ram~3397_q ), + .datac(\text_gen|char_ram~6981_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49921 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52926 ( +// Equation(s): +// \text_gen|char_ram~52926_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52736_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52926 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56494 ( +// Equation(s): +// \text_gen|char_ram~56494_combout = (\text_gen|char_ram~52926_combout & \text_gen|char_ram~55961_combout ) + + .dataa(\text_gen|char_ram~52926_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56494 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y32_N17 +dffeas \text_gen|char_ram~1381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53103 ( +// Equation(s): +// \text_gen|char_ram~53103_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52736_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53064_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53103 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56493 ( +// Equation(s): +// \text_gen|char_ram~56493_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56493 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y31_N11 +dffeas \text_gen|char_ram~4965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49924 ( +// Equation(s): +// \text_gen|char_ram~49924_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~4965_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1381_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1381_q ), + .datad(\text_gen|char_ram~4965_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49924 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56492 ( +// Equation(s): +// \text_gen|char_ram~56492_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52926_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56492 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y34_N9 +dffeas \text_gen|char_ram~3173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56495 ( +// Equation(s): +// \text_gen|char_ram~56495_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56495 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y32_N31 +dffeas \text_gen|char_ram~6757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49925 ( +// Equation(s): +// \text_gen|char_ram~49925_combout = (\text_gen|char_ram~49924_combout & (((\text_gen|char_ram~6757_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~49924_combout & (\text_gen|char_ram~3173_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~49924_combout ), + .datab(\text_gen|char_ram~3173_q ), + .datac(\text_gen|char_ram~6757_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49925 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52920 ( +// Equation(s): +// \text_gen|char_ram~52920_combout = (\text_gen|char_ram~52741_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52920 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~52920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56489 ( +// Equation(s): +// \text_gen|char_ram~56489_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56489 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y35_N17 +dffeas \text_gen|char_ram~3285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53092 ( +// Equation(s): +// \text_gen|char_ram~53092_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53064_combout & \text_gen|char_ram~52741_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53092 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56491 ( +// Equation(s): +// \text_gen|char_ram~56491_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53092_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53092_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56491 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y35_N23 +dffeas \text_gen|char_ram~6869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5077feeder ( +// Equation(s): +// \text_gen|char_ram~5077feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5077feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56488 ( +// Equation(s): +// \text_gen|char_ram~56488_combout = (\text_gen|char_ram~53092_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53092_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56488 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y35_N3 +dffeas \text_gen|char_ram~5077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56490 ( +// Equation(s): +// \text_gen|char_ram~56490_combout = (\text_gen|char_ram~52920_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52920_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56490 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y35_N9 +dffeas \text_gen|char_ram~1493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49922 ( +// Equation(s): +// \text_gen|char_ram~49922_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5077_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1493_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~5077_q ), + .datac(\text_gen|char_ram~1493_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49922 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49923 ( +// Equation(s): +// \text_gen|char_ram~49923_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49922_combout & ((\text_gen|char_ram~6869_q ))) # (!\text_gen|char_ram~49922_combout & (\text_gen|char_ram~3285_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49922_combout )))) + + .dataa(\text_gen|char_ram~3285_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6869_q ), + .datad(\text_gen|char_ram~49922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49923 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49926 ( +// Equation(s): +// \text_gen|char_ram~49926_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~49923_combout ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~49925_combout & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49925_combout ), + .datac(\text_gen|char_ram~49923_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49926 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~49926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49929 ( +// Equation(s): +// \text_gen|char_ram~49929_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49926_combout & (\text_gen|char_ram~49928_combout )) # (!\text_gen|char_ram~49926_combout & ((\text_gen|char_ram~49921_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49926_combout )))) + + .dataa(\text_gen|char_ram~49928_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49921_combout ), + .datad(\text_gen|char_ram~49926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49929 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49930 ( +// Equation(s): +// \text_gen|char_ram~49930_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49919_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49929_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49919_combout ), + .datad(\text_gen|char_ram~49929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49930 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56726 ( +// Equation(s): +// \text_gen|char_ram~56726_combout = (\text_gen|char_ram~56482_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56482_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56726 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y23_N27 +dffeas \text_gen|char_ram~3467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1675feeder ( +// Equation(s): +// \text_gen|char_ram~1675feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56728 ( +// Equation(s): +// \text_gen|char_ram~56728_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56485_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56728 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y23_N19 +dffeas \text_gen|char_ram~1675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49933 ( +// Equation(s): +// \text_gen|char_ram~49933_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~3467_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1675_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~3467_q ), + .datad(\text_gen|char_ram~1675_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49933 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56729 ( +// Equation(s): +// \text_gen|char_ram~56729_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56729 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y23_N9 +dffeas \text_gen|char_ram~7051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56727 ( +// Equation(s): +// \text_gen|char_ram~56727_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56727 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y27_N31 +dffeas \text_gen|char_ram~5259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49934 ( +// Equation(s): +// \text_gen|char_ram~49934_combout = (\text_gen|char_ram~49933_combout & (((\text_gen|char_ram~7051_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~49933_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5259_q )))) + + .dataa(\text_gen|char_ram~49933_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7051_q ), + .datad(\text_gen|char_ram~5259_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49934 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56736 ( +// Equation(s): +// \text_gen|char_ram~56736_combout = (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52799_combout & (\text_gen|comb~4_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56736 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~56736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56737 ( +// Equation(s): +// \text_gen|char_ram~56737_combout = (\text_gen|char_ram~56736_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56737 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y23_N13 +dffeas \text_gen|char_ram~5035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56740 ( +// Equation(s): +// \text_gen|char_ram~56740_combout = (\text_gen|char_ram~53064_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56740 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y23_N11 +dffeas \text_gen|char_ram~6827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56738 ( +// Equation(s): +// \text_gen|char_ram~56738_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56738 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~56738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56739 ( +// Equation(s): +// \text_gen|char_ram~56739_combout = (\text_gen|char_ram~56738_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56738_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56739 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y23_N13 +dffeas \text_gen|char_ram~1451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56734 ( +// Equation(s): +// \text_gen|char_ram~56734_combout = (\text_gen|comb~4_combout & \text_gen|char_ram~52893_combout ) + + .dataa(gnd), + .datab(\text_gen|comb~4_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56734 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56735 ( +// Equation(s): +// \text_gen|char_ram~56735_combout = (\text_gen|char_ram~56734_combout & (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55963_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~56734_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56735 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~56735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y23_N3 +dffeas \text_gen|char_ram~3243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49935 ( +// Equation(s): +// \text_gen|char_ram~49935_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~3243_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1451_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1451_q ), + .datad(\text_gen|char_ram~3243_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49935 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49936 ( +// Equation(s): +// \text_gen|char_ram~49936_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49935_combout & ((\text_gen|char_ram~6827_q ))) # (!\text_gen|char_ram~49935_combout & (\text_gen|char_ram~5035_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49935_combout )))) + + .dataa(\text_gen|char_ram~5035_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6827_q ), + .datad(\text_gen|char_ram~49935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49936 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49937 ( +// Equation(s): +// \text_gen|char_ram~49937_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49934_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~49936_combout )))) + + .dataa(\text_gen|char_ram~49934_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~49936_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49937 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~49937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56742 ( +// Equation(s): +// \text_gen|char_ram~56742_combout = (\text_gen|char_ram~56482_combout & \text_gen|char_ram~52816_combout ) + + .dataa(\text_gen|char_ram~56482_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56742 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y27_N27 +dffeas \text_gen|char_ram~3579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56744 ( +// Equation(s): +// \text_gen|char_ram~56744_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56744 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y26_N25 +dffeas \text_gen|char_ram~7163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56741 ( +// Equation(s): +// \text_gen|char_ram~56741_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56741 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y25_N15 +dffeas \text_gen|char_ram~5371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56743 ( +// Equation(s): +// \text_gen|char_ram~56743_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56485_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56743 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y26_N19 +dffeas \text_gen|char_ram~1787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49938 ( +// Equation(s): +// \text_gen|char_ram~49938_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5371_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1787_q +// ))))) + + .dataa(\text_gen|char_ram~5371_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1787_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49938 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49939 ( +// Equation(s): +// \text_gen|char_ram~49939_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49938_combout & ((\text_gen|char_ram~7163_q ))) # (!\text_gen|char_ram~49938_combout & (\text_gen|char_ram~3579_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49938_combout )))) + + .dataa(\text_gen|char_ram~3579_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7163_q ), + .datad(\text_gen|char_ram~49938_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49939 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52958 ( +// Equation(s): +// \text_gen|char_ram~52958_combout = (\text_gen|char_ram~52816_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52958 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~52958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56731 ( +// Equation(s): +// \text_gen|char_ram~56731_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56731 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y23_N17 +dffeas \text_gen|char_ram~3355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53330 ( +// Equation(s): +// \text_gen|char_ram~53330_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53064_combout & \text_gen|char_ram~52816_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53330 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56733 ( +// Equation(s): +// \text_gen|char_ram~56733_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53330_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56733 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y23_N27 +dffeas \text_gen|char_ram~6939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56732 ( +// Equation(s): +// \text_gen|char_ram~56732_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56732 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y23_N7 +dffeas \text_gen|char_ram~1563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56730 ( +// Equation(s): +// \text_gen|char_ram~56730_combout = (\text_gen|char_ram~53330_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56730 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y23_N31 +dffeas \text_gen|char_ram~5147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49931 ( +// Equation(s): +// \text_gen|char_ram~49931_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5147_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1563_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1563_q ), + .datad(\text_gen|char_ram~5147_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49931 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49932 ( +// Equation(s): +// \text_gen|char_ram~49932_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49931_combout & ((\text_gen|char_ram~6939_q ))) # (!\text_gen|char_ram~49931_combout & (\text_gen|char_ram~3355_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49931_combout )))) + + .dataa(\text_gen|char_ram~3355_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6939_q ), + .datad(\text_gen|char_ram~49931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49932 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49940 ( +// Equation(s): +// \text_gen|char_ram~49940_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49937_combout & (\text_gen|char_ram~49939_combout )) # (!\text_gen|char_ram~49937_combout & ((\text_gen|char_ram~49932_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49937_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49937_combout ), + .datac(\text_gen|char_ram~49939_combout ), + .datad(\text_gen|char_ram~49932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49940 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56536 ( +// Equation(s): +// \text_gen|char_ram~56536_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56485_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56536 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y32_N31 +dffeas \text_gen|char_ram~1661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3453feeder ( +// Equation(s): +// \text_gen|char_ram~3453feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3453feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3453feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3453feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56534 ( +// Equation(s): +// \text_gen|char_ram~56534_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56482_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56534 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y31_N1 +dffeas \text_gen|char_ram~3453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3453feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49900 ( +// Equation(s): +// \text_gen|char_ram~49900_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~3453_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1661_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1661_q ), + .datad(\text_gen|char_ram~3453_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49900 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7037feeder ( +// Equation(s): +// \text_gen|char_ram~7037feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56537 ( +// Equation(s): +// \text_gen|char_ram~56537_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56537 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y31_N21 +dffeas \text_gen|char_ram~7037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56535 ( +// Equation(s): +// \text_gen|char_ram~56535_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56535 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N13 +dffeas \text_gen|char_ram~5245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49901 ( +// Equation(s): +// \text_gen|char_ram~49901_combout = (\text_gen|char_ram~49900_combout & (((\text_gen|char_ram~7037_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~49900_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5245_q )))) + + .dataa(\text_gen|char_ram~49900_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7037_q ), + .datad(\text_gen|char_ram~5245_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49901 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5021feeder ( +// Equation(s): +// \text_gen|char_ram~5021feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5021feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53081 ( +// Equation(s): +// \text_gen|char_ram~53081_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52728_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53064_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53081 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56543 ( +// Equation(s): +// \text_gen|char_ram~56543_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53081_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56543 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y31_N29 +dffeas \text_gen|char_ram~5021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56545 ( +// Equation(s): +// \text_gen|char_ram~56545_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53081_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56545 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y30_N5 +dffeas \text_gen|char_ram~6813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3229feeder ( +// Equation(s): +// \text_gen|char_ram~3229feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3229feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3229feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3229feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52928 ( +// Equation(s): +// \text_gen|char_ram~52928_combout = (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~52728_combout & (\text_gen|comb~4_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52928 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~52928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y1_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56542 ( +// Equation(s): +// \text_gen|char_ram~56542_combout = (\text_gen|char_ram~52928_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52928_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56542 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y27_N23 +dffeas \text_gen|char_ram~3229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3229feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y1_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56544 ( +// Equation(s): +// \text_gen|char_ram~56544_combout = (\text_gen|char_ram~52928_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52928_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56544 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y28_N3 +dffeas \text_gen|char_ram~1437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49904 ( +// Equation(s): +// \text_gen|char_ram~49904_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3229_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1437_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3229_q ), + .datac(\text_gen|char_ram~1437_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49904 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49905 ( +// Equation(s): +// \text_gen|char_ram~49905_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49904_combout & ((\text_gen|char_ram~6813_q ))) # (!\text_gen|char_ram~49904_combout & (\text_gen|char_ram~5021_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49904_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5021_q ), + .datac(\text_gen|char_ram~6813_q ), + .datad(\text_gen|char_ram~49904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49905 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52922 ( +// Equation(s): +// \text_gen|char_ram~52922_combout = (\text_gen|char_ram~52743_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52893_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52922 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56539 ( +// Equation(s): +// \text_gen|char_ram~56539_combout = (\text_gen|char_ram~52922_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52922_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56539 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y35_N21 +dffeas \text_gen|char_ram~3341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53074 ( +// Equation(s): +// \text_gen|char_ram~53074_combout = (\text_gen|char_ram~52743_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53064_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53074 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56541 ( +// Equation(s): +// \text_gen|char_ram~56541_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56541 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y32_N9 +dffeas \text_gen|char_ram~6925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56538 ( +// Equation(s): +// \text_gen|char_ram~56538_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56538 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y36_N27 +dffeas \text_gen|char_ram~5133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56540 ( +// Equation(s): +// \text_gen|char_ram~56540_combout = (\text_gen|char_ram~52922_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52922_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56540 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y32_N3 +dffeas \text_gen|char_ram~1549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49902 ( +// Equation(s): +// \text_gen|char_ram~49902_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5133_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1549_q +// ))))) + + .dataa(\text_gen|char_ram~5133_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1549_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49902 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49903 ( +// Equation(s): +// \text_gen|char_ram~49903_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49902_combout & ((\text_gen|char_ram~6925_q ))) # (!\text_gen|char_ram~49902_combout & (\text_gen|char_ram~3341_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49902_combout )))) + + .dataa(\text_gen|char_ram~3341_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6925_q ), + .datad(\text_gen|char_ram~49902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49903 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49906 ( +// Equation(s): +// \text_gen|char_ram~49906_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~49903_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49905_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49905_combout ), + .datad(\text_gen|char_ram~49903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49906 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56548 ( +// Equation(s): +// \text_gen|char_ram~56548_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52743_combout ) + + .dataa(\text_gen|char_ram~56485_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56548 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y30_N21 +dffeas \text_gen|char_ram~1773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56546 ( +// Equation(s): +// \text_gen|char_ram~56546_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56546 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y36_N25 +dffeas \text_gen|char_ram~5357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49907 ( +// Equation(s): +// \text_gen|char_ram~49907_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~5357_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1773_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1773_q ), + .datad(\text_gen|char_ram~5357_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49907 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3565feeder ( +// Equation(s): +// \text_gen|char_ram~3565feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3565feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3565feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3565feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56547 ( +// Equation(s): +// \text_gen|char_ram~56547_combout = (\text_gen|char_ram~56482_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56482_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56547 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y27_N7 +dffeas \text_gen|char_ram~3565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3565feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56549 ( +// Equation(s): +// \text_gen|char_ram~56549_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56549 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y37_N19 +dffeas \text_gen|char_ram~7149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49908 ( +// Equation(s): +// \text_gen|char_ram~49908_combout = (\text_gen|char_ram~49907_combout & (((\text_gen|char_ram~7149_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~49907_combout & (\text_gen|char_ram~3565_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~49907_combout ), + .datab(\text_gen|char_ram~3565_q ), + .datac(\text_gen|char_ram~7149_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49908 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49909 ( +// Equation(s): +// \text_gen|char_ram~49909_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49906_combout & ((\text_gen|char_ram~49908_combout ))) # (!\text_gen|char_ram~49906_combout & (\text_gen|char_ram~49901_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49906_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49901_combout ), + .datac(\text_gen|char_ram~49906_combout ), + .datad(\text_gen|char_ram~49908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49909 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~49909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49941 ( +// Equation(s): +// \text_gen|char_ram~49941_combout = (\text_gen|char_ram~49930_combout & (((\text_gen|char_ram~49940_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~49930_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49909_combout )))) + + .dataa(\text_gen|char_ram~49930_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49940_combout ), + .datad(\text_gen|char_ram~49909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49941 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49942 ( +// Equation(s): +// \text_gen|char_ram~49942_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~49899_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~49941_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49899_combout ), + .datad(\text_gen|char_ram~49941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49942 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49985 ( +// Equation(s): +// \text_gen|char_ram~49985_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49942_combout & ((\text_gen|char_ram~49984_combout ))) # (!\text_gen|char_ram~49942_combout & (\text_gen|char_ram~49857_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49942_combout )))) + + .dataa(\text_gen|char_ram~49857_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49984_combout ), + .datad(\text_gen|char_ram~49942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49985 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53088 ( +// Equation(s): +// \text_gen|char_ram~53088_combout = (!\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52731_combout & (\text_gen|char_ram~52732_combout & !\text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53088 .lut_mask = 16'h0040; +defparam \text_gen|char_ram~53088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53129 ( +// Equation(s): +// \text_gen|char_ram~53129_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53129 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y62_N13 +dffeas \text_gen|char_ram~26189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53094 ( +// Equation(s): +// \text_gen|char_ram~53094_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53094 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y62_N15 +dffeas \text_gen|char_ram~26133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y62_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49378 ( +// Equation(s): +// \text_gen|char_ram~49378_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~26189_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~26133_q ))))) + + .dataa(\text_gen|char_ram~26189_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26133_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49378 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53348 ( +// Equation(s): +// \text_gen|char_ram~53348_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53348 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y58_N15 +dffeas \text_gen|char_ram~26203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26147feeder ( +// Equation(s): +// \text_gen|char_ram~26147feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26147feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26147feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26147feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53346 ( +// Equation(s): +// \text_gen|char_ram~53346_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53346 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y58_N21 +dffeas \text_gen|char_ram~26147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26147feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49379 ( +// Equation(s): +// \text_gen|char_ram~49379_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49378_combout & (\text_gen|char_ram~26203_q )) # (!\text_gen|char_ram~49378_combout & ((\text_gen|char_ram~26147_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~49378_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49378_combout ), + .datac(\text_gen|char_ram~26203_q ), + .datad(\text_gen|char_ram~26147_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49379 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53098 ( +// Equation(s): +// \text_gen|char_ram~53098_combout = (\text_gen|char_ram~53067_combout & (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53067_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53098 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53358 ( +// Equation(s): +// \text_gen|char_ram~53358_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53098_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53358 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y62_N25 +dffeas \text_gen|char_ram~26371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53109 ( +// Equation(s): +// \text_gen|char_ram~53109_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~53098_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53109 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y62_N27 +dffeas \text_gen|char_ram~26357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53141 ( +// Equation(s): +// \text_gen|char_ram~53141_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53098_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53141 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y62_N17 +dffeas \text_gen|char_ram~26413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49385 ( +// Equation(s): +// \text_gen|char_ram~49385_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~26413_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26357_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26357_q ), + .datad(\text_gen|char_ram~26413_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49385 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26427feeder ( +// Equation(s): +// \text_gen|char_ram~26427feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26427feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26427feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26427feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53360 ( +// Equation(s): +// \text_gen|char_ram~53360_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53098_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53360 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y62_N25 +dffeas \text_gen|char_ram~26427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26427feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49386 ( +// Equation(s): +// \text_gen|char_ram~49386_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49385_combout & ((\text_gen|char_ram~26427_q ))) # (!\text_gen|char_ram~49385_combout & (\text_gen|char_ram~26371_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49385_combout )))) + + .dataa(\text_gen|char_ram~26371_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49385_combout ), + .datad(\text_gen|char_ram~26427_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49386 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53105 ( +// Equation(s): +// \text_gen|char_ram~53105_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53105 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y59_N31 +dffeas \text_gen|char_ram~26021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26035feeder ( +// Equation(s): +// \text_gen|char_ram~26035feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53353 ( +// Equation(s): +// \text_gen|char_ram~53353_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53353 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y58_N15 +dffeas \text_gen|char_ram~26035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49382 ( +// Equation(s): +// \text_gen|char_ram~49382_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~26035_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26021_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26021_q ), + .datad(\text_gen|char_ram~26035_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49382 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53356 ( +// Equation(s): +// \text_gen|char_ram~53356_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53356 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y58_N31 +dffeas \text_gen|char_ram~26091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y66_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26077feeder ( +// Equation(s): +// \text_gen|char_ram~26077feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26077feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53137 ( +// Equation(s): +// \text_gen|char_ram~53137_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53137 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y66_N5 +dffeas \text_gen|char_ram~26077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49383 ( +// Equation(s): +// \text_gen|char_ram~49383_combout = (\text_gen|char_ram~49382_combout & (((\text_gen|char_ram~26091_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~49382_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~26077_q )))) + + .dataa(\text_gen|char_ram~49382_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26091_q ), + .datad(\text_gen|char_ram~26077_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49383 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26301feeder ( +// Equation(s): +// \text_gen|char_ram~26301feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26301feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26301feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26301feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53133 ( +// Equation(s): +// \text_gen|char_ram~53133_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53098_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53133 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y58_N23 +dffeas \text_gen|char_ram~26301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26301feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53352 ( +// Equation(s): +// \text_gen|char_ram~53352_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53098_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53352 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y58_N25 +dffeas \text_gen|char_ram~26315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53099 ( +// Equation(s): +// \text_gen|char_ram~53099_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53098_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53099 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y59_N13 +dffeas \text_gen|char_ram~26245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53349 ( +// Equation(s): +// \text_gen|char_ram~53349_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53098_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53098_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53349 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N19 +dffeas \text_gen|char_ram~26259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49380 ( +// Equation(s): +// \text_gen|char_ram~49380_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~26259_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26245_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26245_q ), + .datad(\text_gen|char_ram~26259_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49380 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49381 ( +// Equation(s): +// \text_gen|char_ram~49381_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49380_combout & ((\text_gen|char_ram~26315_q ))) # (!\text_gen|char_ram~49380_combout & (\text_gen|char_ram~26301_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49380_combout )))) + + .dataa(\text_gen|char_ram~26301_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26315_q ), + .datad(\text_gen|char_ram~49380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49381 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49384 ( +// Equation(s): +// \text_gen|char_ram~49384_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~49381_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~49383_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49383_combout ), + .datad(\text_gen|char_ram~49381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49384 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49387 ( +// Equation(s): +// \text_gen|char_ram~49387_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49384_combout & ((\text_gen|char_ram~49386_combout ))) # (!\text_gen|char_ram~49384_combout & (\text_gen|char_ram~49379_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49384_combout )))) + + .dataa(\text_gen|char_ram~49379_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49386_combout ), + .datad(\text_gen|char_ram~49384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49387 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19203feeder ( +// Equation(s): +// \text_gen|char_ram~19203feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19203feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19203feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19203feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53323 ( +// Equation(s): +// \text_gen|char_ram~53323_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53323 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y58_N1 +dffeas \text_gen|char_ram~19203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19203feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53325 ( +// Equation(s): +// \text_gen|char_ram~53325_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53325 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y58_N25 +dffeas \text_gen|char_ram~19259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53106 ( +// Equation(s): +// \text_gen|char_ram~53106_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53106 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y63_N7 +dffeas \text_gen|char_ram~19189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53138 ( +// Equation(s): +// \text_gen|char_ram~53138_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53138 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y63_N25 +dffeas \text_gen|char_ram~19245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49354 ( +// Equation(s): +// \text_gen|char_ram~49354_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19245_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19189_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19189_q ), + .datad(\text_gen|char_ram~19245_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49354 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49355 ( +// Equation(s): +// \text_gen|char_ram~49355_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49354_combout & ((\text_gen|char_ram~19259_q ))) # (!\text_gen|char_ram~49354_combout & (\text_gen|char_ram~19203_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49354_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19203_q ), + .datac(\text_gen|char_ram~19259_q ), + .datad(\text_gen|char_ram~49354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49355 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53135 ( +// Equation(s): +// \text_gen|char_ram~53135_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53135 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y62_N23 +dffeas \text_gen|char_ram~18909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53321 ( +// Equation(s): +// \text_gen|char_ram~53321_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53321 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y58_N31 +dffeas \text_gen|char_ram~18923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53319 ( +// Equation(s): +// \text_gen|char_ram~53319_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53318_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~53318_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53319 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y58_N15 +dffeas \text_gen|char_ram~18867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18853feeder ( +// Equation(s): +// \text_gen|char_ram~18853feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18853feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18853feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18853feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53102 ( +// Equation(s): +// \text_gen|char_ram~53102_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53102 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y58_N13 +dffeas \text_gen|char_ram~18853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18853feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49351 ( +// Equation(s): +// \text_gen|char_ram~49351_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18867_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~18853_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18867_q ), + .datad(\text_gen|char_ram~18853_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49351 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49352 ( +// Equation(s): +// \text_gen|char_ram~49352_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49351_combout & ((\text_gen|char_ram~18923_q ))) # (!\text_gen|char_ram~49351_combout & (\text_gen|char_ram~18909_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49351_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18909_q ), + .datac(\text_gen|char_ram~18923_q ), + .datad(\text_gen|char_ram~49351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49352 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19021feeder ( +// Equation(s): +// \text_gen|char_ram~19021feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19021feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53126 ( +// Equation(s): +// \text_gen|char_ram~53126_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53088_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53126 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y58_N7 +dffeas \text_gen|char_ram~19021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53089 ( +// Equation(s): +// \text_gen|char_ram~53089_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53089 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y58_N5 +dffeas \text_gen|char_ram~18965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49349 ( +// Equation(s): +// \text_gen|char_ram~49349_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~19021_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~18965_q ))))) + + .dataa(\text_gen|char_ram~19021_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18965_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49349 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53316 ( +// Equation(s): +// \text_gen|char_ram~53316_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53316 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N19 +dffeas \text_gen|char_ram~19035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53314 ( +// Equation(s): +// \text_gen|char_ram~53314_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53088_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53314 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N11 +dffeas \text_gen|char_ram~18979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49350 ( +// Equation(s): +// \text_gen|char_ram~49350_combout = (\text_gen|char_ram~49349_combout & (((\text_gen|char_ram~19035_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~49349_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~18979_q )))) + + .dataa(\text_gen|char_ram~49349_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19035_q ), + .datad(\text_gen|char_ram~18979_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49350 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49353 ( +// Equation(s): +// \text_gen|char_ram~49353_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~49350_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49352_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49352_combout ), + .datad(\text_gen|char_ram~49350_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49353 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53131 ( +// Equation(s): +// \text_gen|char_ram~53131_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53131 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y66_N9 +dffeas \text_gen|char_ram~19133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53312 ( +// Equation(s): +// \text_gen|char_ram~53312_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53312 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y58_N3 +dffeas \text_gen|char_ram~19147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53096 ( +// Equation(s): +// \text_gen|char_ram~53096_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53096 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y66_N31 +dffeas \text_gen|char_ram~19077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y66_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19091feeder ( +// Equation(s): +// \text_gen|char_ram~19091feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53309 ( +// Equation(s): +// \text_gen|char_ram~53309_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53309 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y66_N25 +dffeas \text_gen|char_ram~19091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y66_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49347 ( +// Equation(s): +// \text_gen|char_ram~49347_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19091_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19077_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19077_q ), + .datad(\text_gen|char_ram~19091_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49347 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49348 ( +// Equation(s): +// \text_gen|char_ram~49348_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49347_combout & ((\text_gen|char_ram~19147_q ))) # (!\text_gen|char_ram~49347_combout & (\text_gen|char_ram~19133_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49347_combout )))) + + .dataa(\text_gen|char_ram~19133_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19147_q ), + .datad(\text_gen|char_ram~49347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49348 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49356 ( +// Equation(s): +// \text_gen|char_ram~49356_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49353_combout & (\text_gen|char_ram~49355_combout )) # (!\text_gen|char_ram~49353_combout & ((\text_gen|char_ram~49348_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49353_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49355_combout ), + .datac(\text_gen|char_ram~49353_combout ), + .datad(\text_gen|char_ram~49348_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49356 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53128 ( +// Equation(s): +// \text_gen|char_ram~53128_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~53074_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53128 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y57_N13 +dffeas \text_gen|char_ram~4685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53093 ( +// Equation(s): +// \text_gen|char_ram~53093_combout = (\text_gen|char_ram~53092_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53092_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53093 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y57_N31 +dffeas \text_gen|char_ram~4629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49369 ( +// Equation(s): +// \text_gen|char_ram~49369_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~4685_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~4629_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~4685_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4629_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49369 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4643feeder ( +// Equation(s): +// \text_gen|char_ram~4643feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4643feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53333 ( +// Equation(s): +// \text_gen|char_ram~53333_combout = (\text_gen|char_ram~53332_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53332_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53333 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y55_N11 +dffeas \text_gen|char_ram~4643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4699feeder ( +// Equation(s): +// \text_gen|char_ram~4699feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4699feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4699feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4699feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53335 ( +// Equation(s): +// \text_gen|char_ram~53335_combout = (\text_gen|char_ram~53330_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53335 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y55_N7 +dffeas \text_gen|char_ram~4699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4699feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49370 ( +// Equation(s): +// \text_gen|char_ram~49370_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49369_combout & ((\text_gen|char_ram~4699_q ))) # (!\text_gen|char_ram~49369_combout & (\text_gen|char_ram~4643_q )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49369_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49369_combout ), + .datac(\text_gen|char_ram~4643_q ), + .datad(\text_gen|char_ram~4699_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49370 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~49370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53104 ( +// Equation(s): +// \text_gen|char_ram~53104_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53104 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y59_N21 +dffeas \text_gen|char_ram~4517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4531feeder ( +// Equation(s): +// \text_gen|char_ram~4531feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4531feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4531feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4531feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53338 ( +// Equation(s): +// \text_gen|char_ram~53338_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53338 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y58_N1 +dffeas \text_gen|char_ram~4531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4531feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49371 ( +// Equation(s): +// \text_gen|char_ram~49371_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4531_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4517_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4517_q ), + .datad(\text_gen|char_ram~4531_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49371 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53340 ( +// Equation(s): +// \text_gen|char_ram~53340_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53088_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53064_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53340 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N7 +dffeas \text_gen|char_ram~4587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4573feeder ( +// Equation(s): +// \text_gen|char_ram~4573feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4573feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4573feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4573feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53136 ( +// Equation(s): +// \text_gen|char_ram~53136_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53081_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53136 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y64_N7 +dffeas \text_gen|char_ram~4573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4573feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49372 ( +// Equation(s): +// \text_gen|char_ram~49372_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49371_combout & (\text_gen|char_ram~4587_q )) # (!\text_gen|char_ram~49371_combout & ((\text_gen|char_ram~4573_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~49371_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49371_combout ), + .datac(\text_gen|char_ram~4587_q ), + .datad(\text_gen|char_ram~4573_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49372 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49373 ( +// Equation(s): +// \text_gen|char_ram~49373_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~49370_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~49372_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49370_combout ), + .datad(\text_gen|char_ram~49372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49373 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53329 ( +// Equation(s): +// \text_gen|char_ram~53329_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53329 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N7 +dffeas \text_gen|char_ram~4811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53097 ( +// Equation(s): +// \text_gen|char_ram~53097_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53097 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y47_N3 +dffeas \text_gen|char_ram~4741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53327 ( +// Equation(s): +// \text_gen|char_ram~53327_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53327 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N25 +dffeas \text_gen|char_ram~4755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49367 ( +// Equation(s): +// \text_gen|char_ram~49367_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4755_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4741_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4741_q ), + .datad(\text_gen|char_ram~4755_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49367 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53132 ( +// Equation(s): +// \text_gen|char_ram~53132_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53132 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y51_N17 +dffeas \text_gen|char_ram~4797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49368 ( +// Equation(s): +// \text_gen|char_ram~49368_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49367_combout & (\text_gen|char_ram~4811_q )) # (!\text_gen|char_ram~49367_combout & ((\text_gen|char_ram~4797_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49367_combout )))) + + .dataa(\text_gen|char_ram~4811_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49367_combout ), + .datad(\text_gen|char_ram~4797_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49368 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~49368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4867feeder ( +// Equation(s): +// \text_gen|char_ram~4867feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4867feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4867feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4867feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53342 ( +// Equation(s): +// \text_gen|char_ram~53342_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53342 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y55_N7 +dffeas \text_gen|char_ram~4867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4867feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53344 ( +// Equation(s): +// \text_gen|char_ram~53344_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53344 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y58_N15 +dffeas \text_gen|char_ram~4923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53140 ( +// Equation(s): +// \text_gen|char_ram~53140_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53140 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y65_N13 +dffeas \text_gen|char_ram~4909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53108 ( +// Equation(s): +// \text_gen|char_ram~53108_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53108 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y65_N19 +dffeas \text_gen|char_ram~4853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y65_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49374 ( +// Equation(s): +// \text_gen|char_ram~49374_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~4909_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~4853_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4909_q ), + .datad(\text_gen|char_ram~4853_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49374 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49375 ( +// Equation(s): +// \text_gen|char_ram~49375_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49374_combout & ((\text_gen|char_ram~4923_q ))) # (!\text_gen|char_ram~49374_combout & (\text_gen|char_ram~4867_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49374_combout )))) + + .dataa(\text_gen|char_ram~4867_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4923_q ), + .datad(\text_gen|char_ram~49374_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49375 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49376 ( +// Equation(s): +// \text_gen|char_ram~49376_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49373_combout & ((\text_gen|char_ram~49375_combout ))) # (!\text_gen|char_ram~49373_combout & (\text_gen|char_ram~49368_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49373_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49373_combout ), + .datac(\text_gen|char_ram~49368_combout ), + .datad(\text_gen|char_ram~49375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49376 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~49376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53101 ( +// Equation(s): +// \text_gen|char_ram~53101_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53101 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y59_N1 +dffeas \text_gen|char_ram~11685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53302 ( +// Equation(s): +// \text_gen|char_ram~53302_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53301_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53302 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y58_N9 +dffeas \text_gen|char_ram~11699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49361 ( +// Equation(s): +// \text_gen|char_ram~49361_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~11699_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11685_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11685_q ), + .datad(\text_gen|char_ram~11699_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49361 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53304 ( +// Equation(s): +// \text_gen|char_ram~53304_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53057_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~53057_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53304 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y58_N5 +dffeas \text_gen|char_ram~11755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53134 ( +// Equation(s): +// \text_gen|char_ram~53134_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53078_combout ) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53134 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y65_N23 +dffeas \text_gen|char_ram~11741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49362 ( +// Equation(s): +// \text_gen|char_ram~49362_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49361_combout & (\text_gen|char_ram~11755_q )) # (!\text_gen|char_ram~49361_combout & ((\text_gen|char_ram~11741_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~49361_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49361_combout ), + .datac(\text_gen|char_ram~11755_q ), + .datad(\text_gen|char_ram~11741_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49362 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53130 ( +// Equation(s): +// \text_gen|char_ram~53130_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53130 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y58_N25 +dffeas \text_gen|char_ram~11965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53299 ( +// Equation(s): +// \text_gen|char_ram~53299_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53299 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y58_N29 +dffeas \text_gen|char_ram~11979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53095 ( +// Equation(s): +// \text_gen|char_ram~53095_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53095 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y55_N9 +dffeas \text_gen|char_ram~11909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11923feeder ( +// Equation(s): +// \text_gen|char_ram~11923feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11923feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11923feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11923feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53297 ( +// Equation(s): +// \text_gen|char_ram~53297_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53297 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y55_N19 +dffeas \text_gen|char_ram~11923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11923feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49359 ( +// Equation(s): +// \text_gen|char_ram~49359_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~11923_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11909_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11909_q ), + .datad(\text_gen|char_ram~11923_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49359 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49360 ( +// Equation(s): +// \text_gen|char_ram~49360_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49359_combout & ((\text_gen|char_ram~11979_q ))) # (!\text_gen|char_ram~49359_combout & (\text_gen|char_ram~11965_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49359_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11965_q ), + .datac(\text_gen|char_ram~11979_q ), + .datad(\text_gen|char_ram~49359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49360 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49363 ( +// Equation(s): +// \text_gen|char_ram~49363_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~49360_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~49362_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49362_combout ), + .datad(\text_gen|char_ram~49360_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49363 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53306 ( +// Equation(s): +// \text_gen|char_ram~53306_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53306 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y53_N13 +dffeas \text_gen|char_ram~12035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53308 ( +// Equation(s): +// \text_gen|char_ram~53308_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~53088_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53308 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y53_N31 +dffeas \text_gen|char_ram~12091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53107 ( +// Equation(s): +// \text_gen|char_ram~53107_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53107 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y63_N5 +dffeas \text_gen|char_ram~12021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53139 ( +// Equation(s): +// \text_gen|char_ram~53139_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53139 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y63_N27 +dffeas \text_gen|char_ram~12077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49364 ( +// Equation(s): +// \text_gen|char_ram~49364_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12077_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12021_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12021_q ), + .datad(\text_gen|char_ram~12077_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49364 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49365 ( +// Equation(s): +// \text_gen|char_ram~49365_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49364_combout & ((\text_gen|char_ram~12091_q ))) # (!\text_gen|char_ram~49364_combout & (\text_gen|char_ram~12035_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49364_combout )))) + + .dataa(\text_gen|char_ram~12035_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12091_q ), + .datad(\text_gen|char_ram~49364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49365 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53091 ( +// Equation(s): +// \text_gen|char_ram~53091_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53090_combout ) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53091 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y52_N5 +dffeas \text_gen|char_ram~11797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53127 ( +// Equation(s): +// \text_gen|char_ram~53127_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53072_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53127 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y56_N7 +dffeas \text_gen|char_ram~11853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49357 ( +// Equation(s): +// \text_gen|char_ram~49357_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~11853_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11797_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11797_q ), + .datad(\text_gen|char_ram~11853_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49357 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11811feeder ( +// Equation(s): +// \text_gen|char_ram~11811feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11811feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11811feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11811feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53293 ( +// Equation(s): +// \text_gen|char_ram~53293_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53292_combout ) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53293 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y51_N29 +dffeas \text_gen|char_ram~11811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11811feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53295 ( +// Equation(s): +// \text_gen|char_ram~53295_combout = (\text_gen|char_ram~53290_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53290_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53295 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y55_N31 +dffeas \text_gen|char_ram~11867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49358 ( +// Equation(s): +// \text_gen|char_ram~49358_combout = (\text_gen|char_ram~49357_combout & (((\text_gen|char_ram~11867_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~49357_combout & (\text_gen|char_ram~11811_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~49357_combout ), + .datab(\text_gen|char_ram~11811_q ), + .datac(\text_gen|char_ram~11867_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49358 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49366 ( +// Equation(s): +// \text_gen|char_ram~49366_combout = (\text_gen|char_ram~49363_combout & (((\text_gen|char_ram~49365_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~49363_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49358_combout )))) + + .dataa(\text_gen|char_ram~49363_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49365_combout ), + .datad(\text_gen|char_ram~49358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49366 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49377 ( +// Equation(s): +// \text_gen|char_ram~49377_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~49366_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~49376_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49376_combout ), + .datad(\text_gen|char_ram~49366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49377 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49388 ( +// Equation(s): +// \text_gen|char_ram~49388_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49377_combout & (\text_gen|char_ram~49387_combout )) # (!\text_gen|char_ram~49377_combout & ((\text_gen|char_ram~49356_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49377_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~49387_combout ), + .datac(\text_gen|char_ram~49356_combout ), + .datad(\text_gen|char_ram~49377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49388 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22605feeder ( +// Equation(s): +// \text_gen|char_ram~22605feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22605feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22605feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22605feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53605 ( +// Equation(s): +// \text_gen|char_ram~53605_combout = (\text_gen|char_ram~52983_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52983_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53605 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y54_N7 +dffeas \text_gen|char_ram~22605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22605feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53562 ( +// Equation(s): +// \text_gen|char_ram~53562_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53562 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y54_N3 +dffeas \text_gen|char_ram~15437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53578 ( +// Equation(s): +// \text_gen|char_ram~53578_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53578 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y47_N3 +dffeas \text_gen|char_ram~8269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53590 ( +// Equation(s): +// \text_gen|char_ram~53590_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52922_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53590 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N19 +dffeas \text_gen|char_ram~1101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49389 ( +// Equation(s): +// \text_gen|char_ram~49389_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8269_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1101_q +// ))))) + + .dataa(\text_gen|char_ram~8269_q ), + .datab(\text_gen|char_ram~1101_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49389 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~49389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49390 ( +// Equation(s): +// \text_gen|char_ram~49390_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49389_combout & (\text_gen|char_ram~22605_q )) # (!\text_gen|char_ram~49389_combout & ((\text_gen|char_ram~15437_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49389_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22605_q ), + .datac(\text_gen|char_ram~15437_q ), + .datad(\text_gen|char_ram~49389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49390 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53564 ( +// Equation(s): +// \text_gen|char_ram~53564_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53564 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y56_N29 +dffeas \text_gen|char_ram~15661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22829feeder ( +// Equation(s): +// \text_gen|char_ram~22829feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22829feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53369 ( +// Equation(s): +// \text_gen|char_ram~53369_combout = (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52975_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53369 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53618 ( +// Equation(s): +// \text_gen|char_ram~53618_combout = (\text_gen|char_ram~53369_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53369_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53618 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y59_N19 +dffeas \text_gen|char_ram~22829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53585 ( +// Equation(s): +// \text_gen|char_ram~53585_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53585 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y62_N13 +dffeas \text_gen|char_ram~8493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53367 ( +// Equation(s): +// \text_gen|char_ram~53367_combout = (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53367 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53601 ( +// Equation(s): +// \text_gen|char_ram~53601_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53367_combout ) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53601 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y57_N5 +dffeas \text_gen|char_ram~1325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49396 ( +// Equation(s): +// \text_gen|char_ram~49396_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8493_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1325_q +// ))))) + + .dataa(\text_gen|char_ram~8493_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1325_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49396 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49397 ( +// Equation(s): +// \text_gen|char_ram~49397_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49396_combout & ((\text_gen|char_ram~22829_q ))) # (!\text_gen|char_ram~49396_combout & (\text_gen|char_ram~15661_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49396_combout )))) + + .dataa(\text_gen|char_ram~15661_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22829_q ), + .datad(\text_gen|char_ram~49396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49397 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53573 ( +// Equation(s): +// \text_gen|char_ram~53573_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53573 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y50_N17 +dffeas \text_gen|char_ram~8381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53610 ( +// Equation(s): +// \text_gen|char_ram~53610_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53369_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53610 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N7 +dffeas \text_gen|char_ram~22717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53593 ( +// Equation(s): +// \text_gen|char_ram~53593_combout = (\text_gen|char_ram~53367_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53367_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53593 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y49_N29 +dffeas \text_gen|char_ram~1213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15549feeder ( +// Equation(s): +// \text_gen|char_ram~15549feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53561 ( +// Equation(s): +// \text_gen|char_ram~53561_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53561 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N31 +dffeas \text_gen|char_ram~15549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49391 ( +// Equation(s): +// \text_gen|char_ram~49391_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~15549_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1213_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1213_q ), + .datad(\text_gen|char_ram~15549_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49391 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49392 ( +// Equation(s): +// \text_gen|char_ram~49392_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49391_combout & ((\text_gen|char_ram~22717_q ))) # (!\text_gen|char_ram~49391_combout & (\text_gen|char_ram~8381_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49391_combout )))) + + .dataa(\text_gen|char_ram~8381_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22717_q ), + .datad(\text_gen|char_ram~49391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49392 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53563 ( +// Equation(s): +// \text_gen|char_ram~53563_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53563 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y54_N9 +dffeas \text_gen|char_ram~15325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53598 ( +// Equation(s): +// \text_gen|char_ram~53598_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53598 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y62_N7 +dffeas \text_gen|char_ram~989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49393 ( +// Equation(s): +// \text_gen|char_ram~49393_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15325_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~989_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15325_q ), + .datac(\text_gen|char_ram~989_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49393 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53582 ( +// Equation(s): +// \text_gen|char_ram~53582_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53582 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y62_N1 +dffeas \text_gen|char_ram~8157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53613 ( +// Equation(s): +// \text_gen|char_ram~53613_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52989_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53613 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y62_N13 +dffeas \text_gen|char_ram~22493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49394 ( +// Equation(s): +// \text_gen|char_ram~49394_combout = (\text_gen|char_ram~49393_combout & (((\text_gen|char_ram~22493_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~49393_combout & (\text_gen|char_ram~8157_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~49393_combout ), + .datab(\text_gen|char_ram~8157_q ), + .datac(\text_gen|char_ram~22493_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49394 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49395 ( +// Equation(s): +// \text_gen|char_ram~49395_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~49392_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~49394_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49392_combout ), + .datad(\text_gen|char_ram~49394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49395 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49398 ( +// Equation(s): +// \text_gen|char_ram~49398_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49395_combout & ((\text_gen|char_ram~49397_combout ))) # (!\text_gen|char_ram~49395_combout & (\text_gen|char_ram~49390_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49395_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49390_combout ), + .datac(\text_gen|char_ram~49397_combout ), + .datad(\text_gen|char_ram~49395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49398 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15619feeder ( +// Equation(s): +// \text_gen|char_ram~15619feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15619feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15619feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15619feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53423 ( +// Equation(s): +// \text_gen|char_ram~53423_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53423 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y55_N17 +dffeas \text_gen|char_ram~15619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15619feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53426 ( +// Equation(s): +// \text_gen|char_ram~53426_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53369_combout ) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53426 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y55_N21 +dffeas \text_gen|char_ram~22787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8451feeder ( +// Equation(s): +// \text_gen|char_ram~8451feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8451feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8451feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8451feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53424 ( +// Equation(s): +// \text_gen|char_ram~53424_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53424 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N3 +dffeas \text_gen|char_ram~8451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8451feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53425 ( +// Equation(s): +// \text_gen|char_ram~53425_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53367_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53425 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y55_N31 +dffeas \text_gen|char_ram~1283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49406 ( +// Equation(s): +// \text_gen|char_ram~49406_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8451_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1283_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8451_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1283_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49406 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49407 ( +// Equation(s): +// \text_gen|char_ram~49407_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49406_combout & ((\text_gen|char_ram~22787_q ))) # (!\text_gen|char_ram~49406_combout & (\text_gen|char_ram~15619_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49406_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15619_q ), + .datac(\text_gen|char_ram~22787_q ), + .datad(\text_gen|char_ram~49406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49407 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15395feeder ( +// Equation(s): +// \text_gen|char_ram~15395feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53416 ( +// Equation(s): +// \text_gen|char_ram~53416_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53416 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N15 +dffeas \text_gen|char_ram~15395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53418 ( +// Equation(s): +// \text_gen|char_ram~53418_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53006_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53418 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y50_N7 +dffeas \text_gen|char_ram~22563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53415 ( +// Equation(s): +// \text_gen|char_ram~53415_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53415 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N9 +dffeas \text_gen|char_ram~8227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53417 ( +// Equation(s): +// \text_gen|char_ram~53417_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52956_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53417 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y47_N5 +dffeas \text_gen|char_ram~1059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49399 ( +// Equation(s): +// \text_gen|char_ram~49399_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8227_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1059_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8227_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1059_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49399 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49400 ( +// Equation(s): +// \text_gen|char_ram~49400_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49399_combout & ((\text_gen|char_ram~22563_q ))) # (!\text_gen|char_ram~49399_combout & (\text_gen|char_ram~15395_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49399_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15395_q ), + .datac(\text_gen|char_ram~22563_q ), + .datad(\text_gen|char_ram~49399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49400 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15283feeder ( +// Equation(s): +// \text_gen|char_ram~15283feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15283feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15283feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15283feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53420 ( +// Equation(s): +// \text_gen|char_ram~53420_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52885_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53420 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y32_N9 +dffeas \text_gen|char_ram~15283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15283feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53421 ( +// Equation(s): +// \text_gen|char_ram~53421_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52966_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53421 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y54_N13 +dffeas \text_gen|char_ram~947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49403 ( +// Equation(s): +// \text_gen|char_ram~49403_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15283_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~947_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15283_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~947_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49403 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8115feeder ( +// Equation(s): +// \text_gen|char_ram~8115feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8115feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8115feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8115feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53419 ( +// Equation(s): +// \text_gen|char_ram~53419_combout = (\text_gen|char_ram~52811_combout & \text_gen|char_ram~53088_combout ) + + .dataa(\text_gen|char_ram~52811_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53419 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N25 +dffeas \text_gen|char_ram~8115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8115feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53422 ( +// Equation(s): +// \text_gen|char_ram~53422_combout = (\text_gen|char_ram~53019_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53019_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53422 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y54_N15 +dffeas \text_gen|char_ram~22451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49404 ( +// Equation(s): +// \text_gen|char_ram~49404_combout = (\text_gen|char_ram~49403_combout & (((\text_gen|char_ram~22451_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~49403_combout & (\text_gen|char_ram~8115_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~49403_combout ), + .datab(\text_gen|char_ram~8115_q ), + .datac(\text_gen|char_ram~22451_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49404 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53414 ( +// Equation(s): +// \text_gen|char_ram~53414_combout = (\text_gen|char_ram~53369_combout & \text_gen|char_ram~52810_combout ) + + .dataa(\text_gen|char_ram~53369_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53414 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~53414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N25 +dffeas \text_gen|char_ram~22675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53412 ( +// Equation(s): +// \text_gen|char_ram~53412_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53412 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N11 +dffeas \text_gen|char_ram~8339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53411 ( +// Equation(s): +// \text_gen|char_ram~53411_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53411 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y50_N25 +dffeas \text_gen|char_ram~15507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53413 ( +// Equation(s): +// \text_gen|char_ram~53413_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53367_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53413 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N1 +dffeas \text_gen|char_ram~1171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49401 ( +// Equation(s): +// \text_gen|char_ram~49401_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15507_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1171_q +// ))))) + + .dataa(\text_gen|char_ram~15507_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1171_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49401 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49402 ( +// Equation(s): +// \text_gen|char_ram~49402_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49401_combout & (\text_gen|char_ram~22675_q )) # (!\text_gen|char_ram~49401_combout & ((\text_gen|char_ram~8339_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49401_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~22675_q ), + .datac(\text_gen|char_ram~8339_q ), + .datad(\text_gen|char_ram~49401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49402 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49405 ( +// Equation(s): +// \text_gen|char_ram~49405_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~49402_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49404_combout )))) + + .dataa(\text_gen|char_ram~49404_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49402_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49405 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49408 ( +// Equation(s): +// \text_gen|char_ram~49408_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49405_combout & (\text_gen|char_ram~49407_combout )) # (!\text_gen|char_ram~49405_combout & ((\text_gen|char_ram~49400_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49405_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49407_combout ), + .datac(\text_gen|char_ram~49400_combout ), + .datad(\text_gen|char_ram~49405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49408 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53362 ( +// Equation(s): +// \text_gen|char_ram~53362_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53362 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y56_N13 +dffeas \text_gen|char_ram~15381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53364 ( +// Equation(s): +// \text_gen|char_ram~53364_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53364 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y56_N27 +dffeas \text_gen|char_ram~22549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8213feeder ( +// Equation(s): +// \text_gen|char_ram~8213feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53361 ( +// Equation(s): +// \text_gen|char_ram~53361_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53361 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y47_N7 +dffeas \text_gen|char_ram~8213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53363 ( +// Equation(s): +// \text_gen|char_ram~53363_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53363 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y45_N23 +dffeas \text_gen|char_ram~1045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49409 ( +// Equation(s): +// \text_gen|char_ram~49409_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8213_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1045_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8213_q ), + .datac(\text_gen|char_ram~1045_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49409 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49410 ( +// Equation(s): +// \text_gen|char_ram~49410_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49409_combout & ((\text_gen|char_ram~22549_q ))) # (!\text_gen|char_ram~49409_combout & (\text_gen|char_ram~15381_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49409_combout )))) + + .dataa(\text_gen|char_ram~15381_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22549_q ), + .datad(\text_gen|char_ram~49409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49410 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53375 ( +// Equation(s): +// \text_gen|char_ram~53375_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53088_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53375 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y56_N7 +dffeas \text_gen|char_ram~15605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8437feeder ( +// Equation(s): +// \text_gen|char_ram~8437feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53376 ( +// Equation(s): +// \text_gen|char_ram~53376_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53376 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N27 +dffeas \text_gen|char_ram~8437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53377 ( +// Equation(s): +// \text_gen|char_ram~53377_combout = (\text_gen|char_ram~53367_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53367_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53377 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y56_N3 +dffeas \text_gen|char_ram~1269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49416 ( +// Equation(s): +// \text_gen|char_ram~49416_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8437_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1269_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8437_q ), + .datac(\text_gen|char_ram~1269_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49416 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53378 ( +// Equation(s): +// \text_gen|char_ram~53378_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53369_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53378 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y56_N21 +dffeas \text_gen|char_ram~22773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49417 ( +// Equation(s): +// \text_gen|char_ram~49417_combout = (\text_gen|char_ram~49416_combout & (((\text_gen|char_ram~22773_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~49416_combout & (\text_gen|char_ram~15605_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~15605_q ), + .datab(\text_gen|char_ram~49416_combout ), + .datac(\text_gen|char_ram~22773_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49417 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53366 ( +// Equation(s): +// \text_gen|char_ram~53366_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53366 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y46_N23 +dffeas \text_gen|char_ram~8325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53370 ( +// Equation(s): +// \text_gen|char_ram~53370_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53369_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53370 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y42_N15 +dffeas \text_gen|char_ram~22661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53365 ( +// Equation(s): +// \text_gen|char_ram~53365_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53365 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y44_N3 +dffeas \text_gen|char_ram~15493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53368 ( +// Equation(s): +// \text_gen|char_ram~53368_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53367_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53368 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y46_N29 +dffeas \text_gen|char_ram~1157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49411 ( +// Equation(s): +// \text_gen|char_ram~49411_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15493_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1157_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15493_q ), + .datac(\text_gen|char_ram~1157_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49411 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49412 ( +// Equation(s): +// \text_gen|char_ram~49412_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49411_combout & ((\text_gen|char_ram~22661_q ))) # (!\text_gen|char_ram~49411_combout & (\text_gen|char_ram~8325_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49411_combout )))) + + .dataa(\text_gen|char_ram~8325_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22661_q ), + .datad(\text_gen|char_ram~49411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49412 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53372 ( +// Equation(s): +// \text_gen|char_ram~53372_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53372 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y56_N31 +dffeas \text_gen|char_ram~15269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53373 ( +// Equation(s): +// \text_gen|char_ram~53373_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52926_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53373 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y56_N25 +dffeas \text_gen|char_ram~933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49413 ( +// Equation(s): +// \text_gen|char_ram~49413_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15269_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~933_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15269_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~933_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49413 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53374 ( +// Equation(s): +// \text_gen|char_ram~53374_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53374 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y56_N15 +dffeas \text_gen|char_ram~22437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8101feeder ( +// Equation(s): +// \text_gen|char_ram~8101feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53371 ( +// Equation(s): +// \text_gen|char_ram~53371_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53371 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N13 +dffeas \text_gen|char_ram~8101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49414 ( +// Equation(s): +// \text_gen|char_ram~49414_combout = (\text_gen|char_ram~49413_combout & (((\text_gen|char_ram~22437_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~49413_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8101_q )))) + + .dataa(\text_gen|char_ram~49413_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22437_q ), + .datad(\text_gen|char_ram~8101_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49414 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49415 ( +// Equation(s): +// \text_gen|char_ram~49415_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~49412_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~49414_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49412_combout ), + .datad(\text_gen|char_ram~49414_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49415 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49418 ( +// Equation(s): +// \text_gen|char_ram~49418_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49415_combout & ((\text_gen|char_ram~49417_combout ))) # (!\text_gen|char_ram~49415_combout & (\text_gen|char_ram~49410_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49415_combout )))) + + .dataa(\text_gen|char_ram~49410_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49417_combout ), + .datad(\text_gen|char_ram~49415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49418 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49419 ( +// Equation(s): +// \text_gen|char_ram~49419_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49408_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49418_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49408_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~49418_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49419 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~49419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15675feeder ( +// Equation(s): +// \text_gen|char_ram~15675feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53572 ( +// Equation(s): +// \text_gen|char_ram~53572_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53572 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y55_N3 +dffeas \text_gen|char_ram~15675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53620 ( +// Equation(s): +// \text_gen|char_ram~53620_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53369_combout ) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53369_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53620 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y58_N3 +dffeas \text_gen|char_ram~22843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53604 ( +// Equation(s): +// \text_gen|char_ram~53604_combout = (\text_gen|char_ram~53367_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53367_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53604 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y57_N9 +dffeas \text_gen|char_ram~1339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53588 ( +// Equation(s): +// \text_gen|char_ram~53588_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53588 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y58_N1 +dffeas \text_gen|char_ram~8507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49427 ( +// Equation(s): +// \text_gen|char_ram~49427_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8507_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1339_q +// )))) + + .dataa(\text_gen|char_ram~1339_q ), + .datab(\text_gen|char_ram~8507_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49427 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~49427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49428 ( +// Equation(s): +// \text_gen|char_ram~49428_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49427_combout & ((\text_gen|char_ram~22843_q ))) # (!\text_gen|char_ram~49427_combout & (\text_gen|char_ram~15675_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49427_combout )))) + + .dataa(\text_gen|char_ram~15675_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22843_q ), + .datad(\text_gen|char_ram~49427_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49428 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15451feeder ( +// Equation(s): +// \text_gen|char_ram~15451feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15451feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15451feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15451feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53570 ( +// Equation(s): +// \text_gen|char_ram~53570_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53570 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y54_N17 +dffeas \text_gen|char_ram~15451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15451feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53608 ( +// Equation(s): +// \text_gen|char_ram~53608_combout = (\text_gen|char_ram~52987_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52987_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53608 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y54_N27 +dffeas \text_gen|char_ram~22619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8283feeder ( +// Equation(s): +// \text_gen|char_ram~8283feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8283feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8283feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8283feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53580 ( +// Equation(s): +// \text_gen|char_ram~53580_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~53088_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53580 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y54_N11 +dffeas \text_gen|char_ram~8283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8283feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53592 ( +// Equation(s): +// \text_gen|char_ram~53592_combout = (\text_gen|char_ram~52958_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52958_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53592 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y54_N25 +dffeas \text_gen|char_ram~1115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49420 ( +// Equation(s): +// \text_gen|char_ram~49420_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8283_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1115_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8283_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1115_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49420 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49421 ( +// Equation(s): +// \text_gen|char_ram~49421_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49420_combout & ((\text_gen|char_ram~22619_q ))) # (!\text_gen|char_ram~49420_combout & (\text_gen|char_ram~15451_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49420_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15451_q ), + .datac(\text_gen|char_ram~22619_q ), + .datad(\text_gen|char_ram~49420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49421 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53576 ( +// Equation(s): +// \text_gen|char_ram~53576_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53576 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y58_N7 +dffeas \text_gen|char_ram~8395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53612 ( +// Equation(s): +// \text_gen|char_ram~53612_combout = (\text_gen|char_ram~53369_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53369_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53612 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N15 +dffeas \text_gen|char_ram~22731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53569 ( +// Equation(s): +// \text_gen|char_ram~53569_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53569 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N7 +dffeas \text_gen|char_ram~15563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53596 ( +// Equation(s): +// \text_gen|char_ram~53596_combout = (\text_gen|char_ram~53367_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53367_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53596 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y57_N7 +dffeas \text_gen|char_ram~1227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49422 ( +// Equation(s): +// \text_gen|char_ram~49422_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15563_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1227_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15563_q ), + .datac(\text_gen|char_ram~1227_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49422 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49423 ( +// Equation(s): +// \text_gen|char_ram~49423_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49422_combout & ((\text_gen|char_ram~22731_q ))) # (!\text_gen|char_ram~49422_combout & (\text_gen|char_ram~8395_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49422_combout )))) + + .dataa(\text_gen|char_ram~8395_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22731_q ), + .datad(\text_gen|char_ram~49422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49423 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8171feeder ( +// Equation(s): +// \text_gen|char_ram~8171feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8171feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8171feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8171feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53584 ( +// Equation(s): +// \text_gen|char_ram~53584_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52722_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~52722_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53584 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y62_N9 +dffeas \text_gen|char_ram~8171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8171feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53616 ( +// Equation(s): +// \text_gen|char_ram~53616_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52800_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53616 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y62_N1 +dffeas \text_gen|char_ram~22507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53600 ( +// Equation(s): +// \text_gen|char_ram~53600_combout = (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~53088_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53600 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y62_N19 +dffeas \text_gen|char_ram~1003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53571 ( +// Equation(s): +// \text_gen|char_ram~53571_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52821_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53088_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~52821_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53571 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y44_N27 +dffeas \text_gen|char_ram~15339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49424 ( +// Equation(s): +// \text_gen|char_ram~49424_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~15339_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1003_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1003_q ), + .datad(\text_gen|char_ram~15339_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49424 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49425 ( +// Equation(s): +// \text_gen|char_ram~49425_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49424_combout & ((\text_gen|char_ram~22507_q ))) # (!\text_gen|char_ram~49424_combout & (\text_gen|char_ram~8171_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49424_combout )))) + + .dataa(\text_gen|char_ram~8171_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22507_q ), + .datad(\text_gen|char_ram~49424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49425 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49426 ( +// Equation(s): +// \text_gen|char_ram~49426_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49423_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~49425_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49423_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~49425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49426 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~49426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49429 ( +// Equation(s): +// \text_gen|char_ram~49429_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49426_combout & (\text_gen|char_ram~49428_combout )) # (!\text_gen|char_ram~49426_combout & ((\text_gen|char_ram~49421_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49426_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49428_combout ), + .datac(\text_gen|char_ram~49421_combout ), + .datad(\text_gen|char_ram~49426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49429 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49430 ( +// Equation(s): +// \text_gen|char_ram~49430_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49419_combout & ((\text_gen|char_ram~49429_combout ))) # (!\text_gen|char_ram~49419_combout & (\text_gen|char_ram~49398_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49419_combout )))) + + .dataa(\text_gen|char_ram~49398_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49419_combout ), + .datad(\text_gen|char_ram~49429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49430 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49431 ( +// Equation(s): +// \text_gen|char_ram~49431_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~49388_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~49430_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~49388_combout ), + .datad(\text_gen|char_ram~49430_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49431 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52735 ( +// Equation(s): +// \text_gen|char_ram~52735_combout = (!\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52731_combout & (\text_gen|char_ram~52732_combout & \text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52735 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53815 ( +// Equation(s): +// \text_gen|char_ram~53815_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53815 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y56_N29 +dffeas \text_gen|char_ram~20813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53867 ( +// Equation(s): +// \text_gen|char_ram~53867_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53867 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y56_N31 +dffeas \text_gen|char_ram~27981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53817 ( +// Equation(s): +// \text_gen|char_ram~53817_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53817 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y60_N15 +dffeas \text_gen|char_ram~20701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53872 ( +// Equation(s): +// \text_gen|char_ram~53872_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53872 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y60_N17 +dffeas \text_gen|char_ram~27869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49434 ( +// Equation(s): +// \text_gen|char_ram~49434_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~27869_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~20701_q +// )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~20701_q ), + .datad(\text_gen|char_ram~27869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49434 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49435 ( +// Equation(s): +// \text_gen|char_ram~49435_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49434_combout & ((\text_gen|char_ram~27981_q ))) # (!\text_gen|char_ram~49434_combout & (\text_gen|char_ram~20813_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49434_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20813_q ), + .datac(\text_gen|char_ram~27981_q ), + .datad(\text_gen|char_ram~49434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49435 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y64_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13533feeder ( +// Equation(s): +// \text_gen|char_ram~13533feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53839 ( +// Equation(s): +// \text_gen|char_ram~53839_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53839 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y64_N17 +dffeas \text_gen|char_ram~13533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53855 ( +// Equation(s): +// \text_gen|char_ram~53855_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53081_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53855 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y64_N3 +dffeas \text_gen|char_ram~6365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y64_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49436 ( +// Equation(s): +// \text_gen|char_ram~49436_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13533_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6365_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13533_q ), + .datac(\text_gen|char_ram~6365_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49436 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53832 ( +// Equation(s): +// \text_gen|char_ram~53832_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53072_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53832 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y64_N17 +dffeas \text_gen|char_ram~13645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53852 ( +// Equation(s): +// \text_gen|char_ram~53852_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53852 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y50_N3 +dffeas \text_gen|char_ram~6477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y64_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49437 ( +// Equation(s): +// \text_gen|char_ram~49437_combout = (\text_gen|char_ram~49436_combout & (((\text_gen|char_ram~13645_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~49436_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~6477_q )))) + + .dataa(\text_gen|char_ram~49436_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13645_q ), + .datad(\text_gen|char_ram~6477_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49437 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49438 ( +// Equation(s): +// \text_gen|char_ram~49438_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~49435_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~49437_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49435_combout ), + .datad(\text_gen|char_ram~49437_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49438 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y64_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53844 ( +// Equation(s): +// \text_gen|char_ram~53844_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53844 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y64_N3 +dffeas \text_gen|char_ram~13869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y64_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53860 ( +// Equation(s): +// \text_gen|char_ram~53860_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53860 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y64_N25 +dffeas \text_gen|char_ram~6701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53835 ( +// Equation(s): +// \text_gen|char_ram~53835_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53835 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y61_N13 +dffeas \text_gen|char_ram~13757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53847 ( +// Equation(s): +// \text_gen|char_ram~53847_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53847 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y61_N27 +dffeas \text_gen|char_ram~6589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49432 ( +// Equation(s): +// \text_gen|char_ram~49432_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13757_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6589_q +// ))))) + + .dataa(\text_gen|char_ram~13757_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6589_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49432 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y64_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49433 ( +// Equation(s): +// \text_gen|char_ram~49433_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49432_combout & (\text_gen|char_ram~13869_q )) # (!\text_gen|char_ram~49432_combout & ((\text_gen|char_ram~6701_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49432_combout )))) + + .dataa(\text_gen|char_ram~13869_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6701_q ), + .datad(\text_gen|char_ram~49432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49433 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53624 ( +// Equation(s): +// \text_gen|char_ram~53624_combout = (\text_gen|char_ram~53067_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~53067_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53624 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y75_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53875 ( +// Equation(s): +// \text_gen|char_ram~53875_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53624_combout ) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53624_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53875 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y65_N19 +dffeas \text_gen|char_ram~28205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53818 ( +// Equation(s): +// \text_gen|char_ram~53818_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53818 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y65_N5 +dffeas \text_gen|char_ram~21037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53864 ( +// Equation(s): +// \text_gen|char_ram~53864_combout = (\text_gen|char_ram~53624_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53624_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53864 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y62_N17 +dffeas \text_gen|char_ram~28093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53816 ( +// Equation(s): +// \text_gen|char_ram~53816_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53816 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y62_N11 +dffeas \text_gen|char_ram~20925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49439 ( +// Equation(s): +// \text_gen|char_ram~49439_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~28093_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~20925_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~28093_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~20925_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49439 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y65_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49440 ( +// Equation(s): +// \text_gen|char_ram~49440_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49439_combout & (\text_gen|char_ram~28205_q )) # (!\text_gen|char_ram~49439_combout & ((\text_gen|char_ram~21037_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49439_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~28205_q ), + .datac(\text_gen|char_ram~21037_q ), + .datad(\text_gen|char_ram~49439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49440 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49441 ( +// Equation(s): +// \text_gen|char_ram~49441_combout = (\text_gen|char_ram~49438_combout & (((\text_gen|char_ram~49440_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~49438_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~49433_combout ))) + + .dataa(\text_gen|char_ram~49438_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49433_combout ), + .datad(\text_gen|char_ram~49440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49441 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~49441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53685 ( +// Equation(s): +// \text_gen|char_ram~53685_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53624_combout ) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53685 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y52_N29 +dffeas \text_gen|char_ram~28163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53682 ( +// Equation(s): +// \text_gen|char_ram~53682_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53682 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y52_N31 +dffeas \text_gen|char_ram~20995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53683 ( +// Equation(s): +// \text_gen|char_ram~53683_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53683 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y51_N15 +dffeas \text_gen|char_ram~13827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53684 ( +// Equation(s): +// \text_gen|char_ram~53684_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53684 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y52_N3 +dffeas \text_gen|char_ram~6659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49449 ( +// Equation(s): +// \text_gen|char_ram~49449_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13827_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6659_q +// ))))) + + .dataa(\text_gen|char_ram~13827_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6659_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49449 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49450 ( +// Equation(s): +// \text_gen|char_ram~49450_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49449_combout & (\text_gen|char_ram~28163_q )) # (!\text_gen|char_ram~49449_combout & ((\text_gen|char_ram~20995_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49449_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~28163_q ), + .datac(\text_gen|char_ram~20995_q ), + .datad(\text_gen|char_ram~49449_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49450 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53678 ( +// Equation(s): +// \text_gen|char_ram~53678_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~52735_combout ) + + .dataa(\text_gen|char_ram~53301_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53678 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y51_N21 +dffeas \text_gen|char_ram~13491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53681 ( +// Equation(s): +// \text_gen|char_ram~53681_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53681 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y51_N13 +dffeas \text_gen|char_ram~27827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20659feeder ( +// Equation(s): +// \text_gen|char_ram~20659feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20659feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20659feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20659feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53679 ( +// Equation(s): +// \text_gen|char_ram~53679_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53318_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53318_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53679 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N5 +dffeas \text_gen|char_ram~20659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20659feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53680 ( +// Equation(s): +// \text_gen|char_ram~53680_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53680 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y51_N19 +dffeas \text_gen|char_ram~6323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49446 ( +// Equation(s): +// \text_gen|char_ram~49446_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20659_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6323_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20659_q ), + .datac(\text_gen|char_ram~6323_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49446 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49447 ( +// Equation(s): +// \text_gen|char_ram~49447_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49446_combout & ((\text_gen|char_ram~27827_q ))) # (!\text_gen|char_ram~49446_combout & (\text_gen|char_ram~13491_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49446_combout )))) + + .dataa(\text_gen|char_ram~13491_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27827_q ), + .datad(\text_gen|char_ram~49446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49447 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13715feeder ( +// Equation(s): +// \text_gen|char_ram~13715feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13715feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13715feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13715feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53674 ( +// Equation(s): +// \text_gen|char_ram~53674_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53674 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y54_N25 +dffeas \text_gen|char_ram~13715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13715feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53677 ( +// Equation(s): +// \text_gen|char_ram~53677_combout = (\text_gen|char_ram~53624_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53624_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53677 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y55_N19 +dffeas \text_gen|char_ram~28051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53676 ( +// Equation(s): +// \text_gen|char_ram~53676_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53676 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y55_N29 +dffeas \text_gen|char_ram~6547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20883feeder ( +// Equation(s): +// \text_gen|char_ram~20883feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20883feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20883feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20883feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53675 ( +// Equation(s): +// \text_gen|char_ram~53675_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53675 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y55_N23 +dffeas \text_gen|char_ram~20883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20883feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49444 ( +// Equation(s): +// \text_gen|char_ram~49444_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20883_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6547_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6547_q ), + .datad(\text_gen|char_ram~20883_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49444 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49445 ( +// Equation(s): +// \text_gen|char_ram~49445_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49444_combout & ((\text_gen|char_ram~28051_q ))) # (!\text_gen|char_ram~49444_combout & (\text_gen|char_ram~13715_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49444_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13715_q ), + .datac(\text_gen|char_ram~28051_q ), + .datad(\text_gen|char_ram~49444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49445 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49448 ( +// Equation(s): +// \text_gen|char_ram~49448_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~49445_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~49447_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49447_combout ), + .datad(\text_gen|char_ram~49445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49448 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53670 ( +// Equation(s): +// \text_gen|char_ram~53670_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53670 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y51_N29 +dffeas \text_gen|char_ram~20771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53673 ( +// Equation(s): +// \text_gen|char_ram~53673_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53673 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y51_N15 +dffeas \text_gen|char_ram~27939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13603feeder ( +// Equation(s): +// \text_gen|char_ram~13603feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13603feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13603feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13603feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53671 ( +// Equation(s): +// \text_gen|char_ram~53671_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53671 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y51_N5 +dffeas \text_gen|char_ram~13603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13603feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53672 ( +// Equation(s): +// \text_gen|char_ram~53672_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53672 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y51_N21 +dffeas \text_gen|char_ram~6435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49442 ( +// Equation(s): +// \text_gen|char_ram~49442_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13603_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6435_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13603_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6435_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49442 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49443 ( +// Equation(s): +// \text_gen|char_ram~49443_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49442_combout & ((\text_gen|char_ram~27939_q ))) # (!\text_gen|char_ram~49442_combout & (\text_gen|char_ram~20771_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49442_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20771_q ), + .datac(\text_gen|char_ram~27939_q ), + .datad(\text_gen|char_ram~49442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49443 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49451 ( +// Equation(s): +// \text_gen|char_ram~49451_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49448_combout & (\text_gen|char_ram~49450_combout )) # (!\text_gen|char_ram~49448_combout & ((\text_gen|char_ram~49443_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49448_combout )))) + + .dataa(\text_gen|char_ram~49450_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49448_combout ), + .datad(\text_gen|char_ram~49443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49451 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~49451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53621 ( +// Equation(s): +// \text_gen|char_ram~53621_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53621 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y51_N19 +dffeas \text_gen|char_ram~13701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53625 ( +// Equation(s): +// \text_gen|char_ram~53625_combout = (\text_gen|char_ram~53624_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53624_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53625 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y51_N17 +dffeas \text_gen|char_ram~28037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20869feeder ( +// Equation(s): +// \text_gen|char_ram~20869feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53622 ( +// Equation(s): +// \text_gen|char_ram~53622_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53622 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y55_N17 +dffeas \text_gen|char_ram~20869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53623 ( +// Equation(s): +// \text_gen|char_ram~53623_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53623 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y51_N11 +dffeas \text_gen|char_ram~6533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49452 ( +// Equation(s): +// \text_gen|char_ram~49452_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20869_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6533_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20869_q ), + .datac(\text_gen|char_ram~6533_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49452 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49453 ( +// Equation(s): +// \text_gen|char_ram~49453_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49452_combout & ((\text_gen|char_ram~28037_q ))) # (!\text_gen|char_ram~49452_combout & (\text_gen|char_ram~13701_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49452_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13701_q ), + .datac(\text_gen|char_ram~28037_q ), + .datad(\text_gen|char_ram~49452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49453 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20981feeder ( +// Equation(s): +// \text_gen|char_ram~20981feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20981feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20981feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20981feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53634 ( +// Equation(s): +// \text_gen|char_ram~53634_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53634 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y52_N25 +dffeas \text_gen|char_ram~20981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20981feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y75_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53637 ( +// Equation(s): +// \text_gen|char_ram~53637_combout = (\text_gen|char_ram~53624_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~53624_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53637 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y52_N15 +dffeas \text_gen|char_ram~28149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53636 ( +// Equation(s): +// \text_gen|char_ram~53636_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53636 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y52_N19 +dffeas \text_gen|char_ram~6645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53635 ( +// Equation(s): +// \text_gen|char_ram~53635_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53635 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N21 +dffeas \text_gen|char_ram~13813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49459 ( +// Equation(s): +// \text_gen|char_ram~49459_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13813_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6645_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6645_q ), + .datad(\text_gen|char_ram~13813_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49459 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49460 ( +// Equation(s): +// \text_gen|char_ram~49460_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49459_combout & ((\text_gen|char_ram~28149_q ))) # (!\text_gen|char_ram~49459_combout & (\text_gen|char_ram~20981_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49459_combout )))) + + .dataa(\text_gen|char_ram~20981_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28149_q ), + .datad(\text_gen|char_ram~49459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49460 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53630 ( +// Equation(s): +// \text_gen|char_ram~53630_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53100_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53630 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N15 +dffeas \text_gen|char_ram~13477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53633 ( +// Equation(s): +// \text_gen|char_ram~53633_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53633 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y52_N5 +dffeas \text_gen|char_ram~27813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53632 ( +// Equation(s): +// \text_gen|char_ram~53632_combout = (\text_gen|char_ram~53103_combout & \text_gen|char_ram~52735_combout ) + + .dataa(\text_gen|char_ram~53103_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53632 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y52_N19 +dffeas \text_gen|char_ram~6309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20645feeder ( +// Equation(s): +// \text_gen|char_ram~20645feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20645feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20645feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20645feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53631 ( +// Equation(s): +// \text_gen|char_ram~53631_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53631 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N3 +dffeas \text_gen|char_ram~20645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20645feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49456 ( +// Equation(s): +// \text_gen|char_ram~49456_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20645_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6309_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6309_q ), + .datad(\text_gen|char_ram~20645_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49456 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49457 ( +// Equation(s): +// \text_gen|char_ram~49457_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49456_combout & ((\text_gen|char_ram~27813_q ))) # (!\text_gen|char_ram~49456_combout & (\text_gen|char_ram~13477_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49456_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13477_q ), + .datac(\text_gen|char_ram~27813_q ), + .datad(\text_gen|char_ram~49456_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49457 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53626 ( +// Equation(s): +// \text_gen|char_ram~53626_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53626 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y52_N3 +dffeas \text_gen|char_ram~20757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53629 ( +// Equation(s): +// \text_gen|char_ram~53629_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53629 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y52_N13 +dffeas \text_gen|char_ram~27925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13589feeder ( +// Equation(s): +// \text_gen|char_ram~13589feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13589feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13589feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13589feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53627 ( +// Equation(s): +// \text_gen|char_ram~53627_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53090_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53627 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N25 +dffeas \text_gen|char_ram~13589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13589feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53628 ( +// Equation(s): +// \text_gen|char_ram~53628_combout = (\text_gen|char_ram~53092_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53092_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53628 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N15 +dffeas \text_gen|char_ram~6421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49454 ( +// Equation(s): +// \text_gen|char_ram~49454_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13589_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6421_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13589_q ), + .datac(\text_gen|char_ram~6421_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49454 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49455 ( +// Equation(s): +// \text_gen|char_ram~49455_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49454_combout & ((\text_gen|char_ram~27925_q ))) # (!\text_gen|char_ram~49454_combout & (\text_gen|char_ram~20757_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49454_combout )))) + + .dataa(\text_gen|char_ram~20757_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27925_q ), + .datad(\text_gen|char_ram~49454_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49455 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49458 ( +// Equation(s): +// \text_gen|char_ram~49458_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~49455_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~49457_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49457_combout ), + .datad(\text_gen|char_ram~49455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49458 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49461 ( +// Equation(s): +// \text_gen|char_ram~49461_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49458_combout & ((\text_gen|char_ram~49460_combout ))) # (!\text_gen|char_ram~49458_combout & (\text_gen|char_ram~49453_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49458_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49453_combout ), + .datac(\text_gen|char_ram~49460_combout ), + .datad(\text_gen|char_ram~49458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49461 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49462 ( +// Equation(s): +// \text_gen|char_ram~49462_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49451_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49461_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49451_combout ), + .datad(\text_gen|char_ram~49461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49462 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53830 ( +// Equation(s): +// \text_gen|char_ram~53830_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53830 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y57_N25 +dffeas \text_gen|char_ram~21051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53862 ( +// Equation(s): +// \text_gen|char_ram~53862_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53862 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y58_N25 +dffeas \text_gen|char_ram~6715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53827 ( +// Equation(s): +// \text_gen|char_ram~53827_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53827 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y57_N29 +dffeas \text_gen|char_ram~20827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53854 ( +// Equation(s): +// \text_gen|char_ram~53854_combout = (\text_gen|char_ram~53330_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53854 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y57_N3 +dffeas \text_gen|char_ram~6491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49463 ( +// Equation(s): +// \text_gen|char_ram~49463_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20827_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6491_q +// ))))) + + .dataa(\text_gen|char_ram~20827_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~6491_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49463 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49464 ( +// Equation(s): +// \text_gen|char_ram~49464_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49463_combout & (\text_gen|char_ram~21051_q )) # (!\text_gen|char_ram~49463_combout & ((\text_gen|char_ram~6715_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49463_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21051_q ), + .datac(\text_gen|char_ram~6715_q ), + .datad(\text_gen|char_ram~49463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49464 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53846 ( +// Equation(s): +// \text_gen|char_ram~53846_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53846 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y53_N3 +dffeas \text_gen|char_ram~13883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53878 ( +// Equation(s): +// \text_gen|char_ram~53878_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53624_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53878 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y55_N17 +dffeas \text_gen|char_ram~28219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53834 ( +// Equation(s): +// \text_gen|char_ram~53834_combout = (\text_gen|char_ram~53290_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53290_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53834 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y55_N15 +dffeas \text_gen|char_ram~13659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53870 ( +// Equation(s): +// \text_gen|char_ram~53870_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53870 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y55_N25 +dffeas \text_gen|char_ram~27995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49470 ( +// Equation(s): +// \text_gen|char_ram~49470_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~27995_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~13659_q +// )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~13659_q ), + .datad(\text_gen|char_ram~27995_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49470 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49471 ( +// Equation(s): +// \text_gen|char_ram~49471_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49470_combout & ((\text_gen|char_ram~28219_q ))) # (!\text_gen|char_ram~49470_combout & (\text_gen|char_ram~13883_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49470_combout )))) + + .dataa(\text_gen|char_ram~13883_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~28219_q ), + .datad(\text_gen|char_ram~49470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49471 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53850 ( +// Equation(s): +// \text_gen|char_ram~53850_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53850 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y58_N3 +dffeas \text_gen|char_ram~6603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53828 ( +// Equation(s): +// \text_gen|char_ram~53828_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53828 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y58_N23 +dffeas \text_gen|char_ram~20939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20715feeder ( +// Equation(s): +// \text_gen|char_ram~20715feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20715feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20715feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20715feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53829 ( +// Equation(s): +// \text_gen|char_ram~53829_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53829 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y61_N13 +dffeas \text_gen|char_ram~20715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20715feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53858 ( +// Equation(s): +// \text_gen|char_ram~53858_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52735_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~53064_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53858 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y61_N27 +dffeas \text_gen|char_ram~6379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49467 ( +// Equation(s): +// \text_gen|char_ram~49467_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20715_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6379_q +// ))))) + + .dataa(\text_gen|char_ram~20715_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~6379_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49467 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49468 ( +// Equation(s): +// \text_gen|char_ram~49468_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49467_combout & ((\text_gen|char_ram~20939_q ))) # (!\text_gen|char_ram~49467_combout & (\text_gen|char_ram~6603_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49467_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~6603_q ), + .datac(\text_gen|char_ram~20939_q ), + .datad(\text_gen|char_ram~49467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49468 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53838 ( +// Equation(s): +// \text_gen|char_ram~53838_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53838 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y60_N29 +dffeas \text_gen|char_ram~13771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53866 ( +// Equation(s): +// \text_gen|char_ram~53866_combout = (\text_gen|char_ram~53624_combout & \text_gen|char_ram~52799_combout ) + + .dataa(\text_gen|char_ram~53624_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53866 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y58_N29 +dffeas \text_gen|char_ram~28107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27883feeder ( +// Equation(s): +// \text_gen|char_ram~27883feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27883feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27883feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27883feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53874 ( +// Equation(s): +// \text_gen|char_ram~53874_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53874 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y58_N17 +dffeas \text_gen|char_ram~27883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27883feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53842 ( +// Equation(s): +// \text_gen|char_ram~53842_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52735_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53842 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y61_N31 +dffeas \text_gen|char_ram~13547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49465 ( +// Equation(s): +// \text_gen|char_ram~49465_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~27883_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~13547_q +// ))))) + + .dataa(\text_gen|char_ram~27883_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13547_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49465 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49466 ( +// Equation(s): +// \text_gen|char_ram~49466_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49465_combout & ((\text_gen|char_ram~28107_q ))) # (!\text_gen|char_ram~49465_combout & (\text_gen|char_ram~13771_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49465_combout )))) + + .dataa(\text_gen|char_ram~13771_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~28107_q ), + .datad(\text_gen|char_ram~49465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49466 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49469 ( +// Equation(s): +// \text_gen|char_ram~49469_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~49466_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~49468_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49468_combout ), + .datad(\text_gen|char_ram~49466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49469 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49472 ( +// Equation(s): +// \text_gen|char_ram~49472_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49469_combout & ((\text_gen|char_ram~49471_combout ))) # (!\text_gen|char_ram~49469_combout & (\text_gen|char_ram~49464_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49469_combout )))) + + .dataa(\text_gen|char_ram~49464_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49471_combout ), + .datad(\text_gen|char_ram~49469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49472 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49473 ( +// Equation(s): +// \text_gen|char_ram~49473_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49462_combout & ((\text_gen|char_ram~49472_combout ))) # (!\text_gen|char_ram~49462_combout & (\text_gen|char_ram~49441_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49462_combout )))) + + .dataa(\text_gen|char_ram~49441_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49462_combout ), + .datad(\text_gen|char_ram~49472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49473 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17467feeder ( +// Equation(s): +// \text_gen|char_ram~17467feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52892 ( +// Equation(s): +// \text_gen|char_ram~52892_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52892 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y60_N19 +dffeas \text_gen|char_ram~17467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53008 ( +// Equation(s): +// \text_gen|char_ram~53008_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52735_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53008 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53056 ( +// Equation(s): +// \text_gen|char_ram~53056_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53008_combout ) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53056 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y58_N3 +dffeas \text_gen|char_ram~24635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10299feeder ( +// Equation(s): +// \text_gen|char_ram~10299feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10299feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10299feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10299feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52820 ( +// Equation(s): +// \text_gen|char_ram~52820_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52820 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y62_N29 +dffeas \text_gen|char_ram~10299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10299feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3131feeder ( +// Equation(s): +// \text_gen|char_ram~3131feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3131feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3131feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3131feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52902 ( +// Equation(s): +// \text_gen|char_ram~52902_combout = (\text_gen|char_ram~52735_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52718_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52902 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52974 ( +// Equation(s): +// \text_gen|char_ram~52974_combout = (\text_gen|char_ram~52902_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52902_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52974 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y54_N7 +dffeas \text_gen|char_ram~3131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3131feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49343 ( +// Equation(s): +// \text_gen|char_ram~49343_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10299_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3131_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10299_q ), + .datac(\text_gen|char_ram~3131_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49343 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49344 ( +// Equation(s): +// \text_gen|char_ram~49344_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49343_combout & ((\text_gen|char_ram~24635_q ))) # (!\text_gen|char_ram~49343_combout & (\text_gen|char_ram~17467_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49343_combout )))) + + .dataa(\text_gen|char_ram~17467_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24635_q ), + .datad(\text_gen|char_ram~49343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49344 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24411feeder ( +// Equation(s): +// \text_gen|char_ram~24411feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24411feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53044 ( +// Equation(s): +// \text_gen|char_ram~53044_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52987_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53044 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y54_N27 +dffeas \text_gen|char_ram~24411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52879 ( +// Equation(s): +// \text_gen|char_ram~52879_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52879 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y61_N21 +dffeas \text_gen|char_ram~17243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10075feeder ( +// Equation(s): +// \text_gen|char_ram~10075feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52817 ( +// Equation(s): +// \text_gen|char_ram~52817_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52817 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y54_N9 +dffeas \text_gen|char_ram~10075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52961 ( +// Equation(s): +// \text_gen|char_ram~52961_combout = (\text_gen|char_ram~52958_combout & \text_gen|char_ram~52735_combout ) + + .dataa(\text_gen|char_ram~52958_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52961 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y54_N23 +dffeas \text_gen|char_ram~2907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49336 ( +// Equation(s): +// \text_gen|char_ram~49336_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10075_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2907_q +// ))))) + + .dataa(\text_gen|char_ram~10075_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2907_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49336 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49337 ( +// Equation(s): +// \text_gen|char_ram~49337_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49336_combout & (\text_gen|char_ram~24411_q )) # (!\text_gen|char_ram~49336_combout & ((\text_gen|char_ram~17243_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49336_combout )))) + + .dataa(\text_gen|char_ram~24411_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17243_q ), + .datad(\text_gen|char_ram~49336_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49337 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52801 ( +// Equation(s): +// \text_gen|char_ram~52801_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52801 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y57_N25 +dffeas \text_gen|char_ram~9963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52888 ( +// Equation(s): +// \text_gen|char_ram~52888_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52821_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52888 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y61_N1 +dffeas \text_gen|char_ram~17131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52970 ( +// Equation(s): +// \text_gen|char_ram~52970_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52970 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y57_N17 +dffeas \text_gen|char_ram~2795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49340 ( +// Equation(s): +// \text_gen|char_ram~49340_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17131_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2795_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17131_q ), + .datac(\text_gen|char_ram~2795_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49340 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53052 ( +// Equation(s): +// \text_gen|char_ram~53052_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53052 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y61_N15 +dffeas \text_gen|char_ram~24299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49341 ( +// Equation(s): +// \text_gen|char_ram~49341_combout = (\text_gen|char_ram~49340_combout & (((\text_gen|char_ram~24299_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~49340_combout & (\text_gen|char_ram~9963_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~9963_q ), + .datab(\text_gen|char_ram~49340_combout ), + .datac(\text_gen|char_ram~24299_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49341 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52883 ( +// Equation(s): +// \text_gen|char_ram~52883_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52883 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N25 +dffeas \text_gen|char_ram~17355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52965 ( +// Equation(s): +// \text_gen|char_ram~52965_combout = (\text_gen|char_ram~52902_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52902_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52965 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y55_N17 +dffeas \text_gen|char_ram~3019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49338 ( +// Equation(s): +// \text_gen|char_ram~49338_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17355_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~3019_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17355_q ), + .datac(\text_gen|char_ram~3019_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49338 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53048 ( +// Equation(s): +// \text_gen|char_ram~53048_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53008_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53048 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N25 +dffeas \text_gen|char_ram~24523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52804 ( +// Equation(s): +// \text_gen|char_ram~52804_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52804 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y60_N25 +dffeas \text_gen|char_ram~10187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49339 ( +// Equation(s): +// \text_gen|char_ram~49339_combout = (\text_gen|char_ram~49338_combout & (((\text_gen|char_ram~24523_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~49338_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10187_q )))) + + .dataa(\text_gen|char_ram~49338_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24523_q ), + .datad(\text_gen|char_ram~10187_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49339 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49342 ( +// Equation(s): +// \text_gen|char_ram~49342_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~49339_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49341_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49341_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~49339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49342 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~49342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49345 ( +// Equation(s): +// \text_gen|char_ram~49345_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49342_combout & (\text_gen|char_ram~49344_combout )) # (!\text_gen|char_ram~49342_combout & ((\text_gen|char_ram~49337_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49342_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49344_combout ), + .datac(\text_gen|char_ram~49337_combout ), + .datad(\text_gen|char_ram~49342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49345 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24621feeder ( +// Equation(s): +// \text_gen|char_ram~24621feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24621feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24621feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24621feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53054 ( +// Equation(s): +// \text_gen|char_ram~53054_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53008_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53054 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y57_N27 +dffeas \text_gen|char_ram~24621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24621feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52857 ( +// Equation(s): +// \text_gen|char_ram~52857_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52857 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y71_N17 +dffeas \text_gen|char_ram~17453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y64_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10285feeder ( +// Equation(s): +// \text_gen|char_ram~10285feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10285feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10285feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10285feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52754 ( +// Equation(s): +// \text_gen|char_ram~52754_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52754 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y64_N31 +dffeas \text_gen|char_ram~10285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10285feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52935 ( +// Equation(s): +// \text_gen|char_ram~52935_combout = (\text_gen|char_ram~52902_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52902_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52935 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y71_N19 +dffeas \text_gen|char_ram~3117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y71_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49312 ( +// Equation(s): +// \text_gen|char_ram~49312_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10285_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3117_q +// ))))) + + .dataa(\text_gen|char_ram~10285_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3117_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49312 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y71_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49313 ( +// Equation(s): +// \text_gen|char_ram~49313_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49312_combout & (\text_gen|char_ram~24621_q )) # (!\text_gen|char_ram~49312_combout & ((\text_gen|char_ram~17453_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49312_combout )))) + + .dataa(\text_gen|char_ram~24621_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17453_q ), + .datad(\text_gen|char_ram~49312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49313 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24509feeder ( +// Equation(s): +// \text_gen|char_ram~24509feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24509feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24509feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24509feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53045 ( +// Equation(s): +// \text_gen|char_ram~53045_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52728_combout ) + + .dataa(\text_gen|char_ram~53008_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53045 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y56_N19 +dffeas \text_gen|char_ram~24509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24509feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52739 ( +// Equation(s): +// \text_gen|char_ram~52739_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52739 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y56_N1 +dffeas \text_gen|char_ram~10173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52845 ( +// Equation(s): +// \text_gen|char_ram~52845_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52845 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y50_N31 +dffeas \text_gen|char_ram~17341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52919 ( +// Equation(s): +// \text_gen|char_ram~52919_combout = (\text_gen|char_ram~52902_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52902_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52919 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y50_N19 +dffeas \text_gen|char_ram~3005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49305 ( +// Equation(s): +// \text_gen|char_ram~49305_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17341_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3005_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17341_q ), + .datac(\text_gen|char_ram~3005_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49305 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49306 ( +// Equation(s): +// \text_gen|char_ram~49306_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49305_combout & (\text_gen|char_ram~24509_q )) # (!\text_gen|char_ram~49305_combout & ((\text_gen|char_ram~10173_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49305_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24509_q ), + .datac(\text_gen|char_ram~10173_q ), + .datad(\text_gen|char_ram~49305_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49306 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52750 ( +// Equation(s): +// \text_gen|char_ram~52750_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52750 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y57_N27 +dffeas \text_gen|char_ram~9949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52931 ( +// Equation(s): +// \text_gen|char_ram~52931_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52931 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y56_N5 +dffeas \text_gen|char_ram~2781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17117feeder ( +// Equation(s): +// \text_gen|char_ram~17117feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17117feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17117feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17117feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52842 ( +// Equation(s): +// \text_gen|char_ram~52842_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52842 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y57_N9 +dffeas \text_gen|char_ram~17117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17117feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49309 ( +// Equation(s): +// \text_gen|char_ram~49309_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17117_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2781_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2781_q ), + .datad(\text_gen|char_ram~17117_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49309 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53049 ( +// Equation(s): +// \text_gen|char_ram~53049_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52989_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52989_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53049 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y56_N3 +dffeas \text_gen|char_ram~24285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49310 ( +// Equation(s): +// \text_gen|char_ram~49310_combout = (\text_gen|char_ram~49309_combout & (((\text_gen|char_ram~24285_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~49309_combout & (\text_gen|char_ram~9949_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~9949_q ), + .datab(\text_gen|char_ram~49309_combout ), + .datac(\text_gen|char_ram~24285_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49310 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17229feeder ( +// Equation(s): +// \text_gen|char_ram~17229feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17229feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17229feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17229feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52854 ( +// Equation(s): +// \text_gen|char_ram~52854_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52854 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y48_N17 +dffeas \text_gen|char_ram~17229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17229feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53042 ( +// Equation(s): +// \text_gen|char_ram~53042_combout = (\text_gen|char_ram~52983_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52983_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53042 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y46_N21 +dffeas \text_gen|char_ram~24397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52746 ( +// Equation(s): +// \text_gen|char_ram~52746_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52746 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y47_N23 +dffeas \text_gen|char_ram~10061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52925 ( +// Equation(s): +// \text_gen|char_ram~52925_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52922_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52925 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y47_N19 +dffeas \text_gen|char_ram~2893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49307 ( +// Equation(s): +// \text_gen|char_ram~49307_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10061_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2893_q +// ))))) + + .dataa(\text_gen|char_ram~10061_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2893_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49307 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49308 ( +// Equation(s): +// \text_gen|char_ram~49308_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49307_combout & ((\text_gen|char_ram~24397_q ))) # (!\text_gen|char_ram~49307_combout & (\text_gen|char_ram~17229_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49307_combout )))) + + .dataa(\text_gen|char_ram~17229_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24397_q ), + .datad(\text_gen|char_ram~49307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49308 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49311 ( +// Equation(s): +// \text_gen|char_ram~49311_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~49308_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49310_combout )))) + + .dataa(\text_gen|char_ram~49310_combout ), + .datab(\text_gen|char_ram~49308_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49311 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~49311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49314 ( +// Equation(s): +// \text_gen|char_ram~49314_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49311_combout & (\text_gen|char_ram~49313_combout )) # (!\text_gen|char_ram~49311_combout & ((\text_gen|char_ram~49306_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49311_combout )))) + + .dataa(\text_gen|char_ram~49313_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49306_combout ), + .datad(\text_gen|char_ram~49311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49314 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52737 ( +// Equation(s): +// \text_gen|char_ram~52737_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52737 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y42_N9 +dffeas \text_gen|char_ram~10117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53009 ( +// Equation(s): +// \text_gen|char_ram~53009_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53008_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53009 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y46_N5 +dffeas \text_gen|char_ram~24453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17285feeder ( +// Equation(s): +// \text_gen|char_ram~17285feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17285feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17285feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17285feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52853 ( +// Equation(s): +// \text_gen|char_ram~52853_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52853 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y49_N11 +dffeas \text_gen|char_ram~17285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17285feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52917 ( +// Equation(s): +// \text_gen|char_ram~52917_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52902_combout ) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52902_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52917 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~52917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y49_N15 +dffeas \text_gen|char_ram~2949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49325 ( +// Equation(s): +// \text_gen|char_ram~49325_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17285_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2949_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17285_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2949_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49325 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49326 ( +// Equation(s): +// \text_gen|char_ram~49326_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49325_combout & ((\text_gen|char_ram~24453_q ))) # (!\text_gen|char_ram~49325_combout & (\text_gen|char_ram~10117_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49325_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10117_q ), + .datac(\text_gen|char_ram~24453_q ), + .datad(\text_gen|char_ram~49325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49326 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17397feeder ( +// Equation(s): +// \text_gen|char_ram~17397feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17397feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17397feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17397feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52849 ( +// Equation(s): +// \text_gen|char_ram~52849_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52849 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y62_N13 +dffeas \text_gen|char_ram~17397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17397feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53022 ( +// Equation(s): +// \text_gen|char_ram~53022_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53008_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53022 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y54_N11 +dffeas \text_gen|char_ram~24565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52752 ( +// Equation(s): +// \text_gen|char_ram~52752_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52752 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~52752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y39_N3 +dffeas \text_gen|char_ram~10229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52933 ( +// Equation(s): +// \text_gen|char_ram~52933_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52902_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52933 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y53_N3 +dffeas \text_gen|char_ram~3061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49332 ( +// Equation(s): +// \text_gen|char_ram~49332_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10229_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3061_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10229_q ), + .datac(\text_gen|char_ram~3061_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49332 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49333 ( +// Equation(s): +// \text_gen|char_ram~49333_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49332_combout & ((\text_gen|char_ram~24565_q ))) # (!\text_gen|char_ram~49332_combout & (\text_gen|char_ram~17397_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49332_combout )))) + + .dataa(\text_gen|char_ram~17397_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24565_q ), + .datad(\text_gen|char_ram~49332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49333 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52846 ( +// Equation(s): +// \text_gen|char_ram~52846_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52846 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y46_N13 +dffeas \text_gen|char_ram~17173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53003 ( +// Equation(s): +// \text_gen|char_ram~53003_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53003 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y46_N7 +dffeas \text_gen|char_ram~24341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52742 ( +// Equation(s): +// \text_gen|char_ram~52742_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52742 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~52742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y47_N19 +dffeas \text_gen|char_ram~10005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52921 ( +// Equation(s): +// \text_gen|char_ram~52921_combout = (\text_gen|char_ram~52920_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52920_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52921 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y47_N25 +dffeas \text_gen|char_ram~2837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49327 ( +// Equation(s): +// \text_gen|char_ram~49327_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10005_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2837_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10005_q ), + .datac(\text_gen|char_ram~2837_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49327 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49328 ( +// Equation(s): +// \text_gen|char_ram~49328_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49327_combout & ((\text_gen|char_ram~24341_q ))) # (!\text_gen|char_ram~49327_combout & (\text_gen|char_ram~17173_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49327_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17173_q ), + .datac(\text_gen|char_ram~24341_q ), + .datad(\text_gen|char_ram~49327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49328 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17061feeder ( +// Equation(s): +// \text_gen|char_ram~17061feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17061feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17061feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17061feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52850 ( +// Equation(s): +// \text_gen|char_ram~52850_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52850 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~52850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N5 +dffeas \text_gen|char_ram~17061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17061feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52927 ( +// Equation(s): +// \text_gen|char_ram~52927_combout = (\text_gen|char_ram~52926_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52926_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52927 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y56_N11 +dffeas \text_gen|char_ram~2725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49329 ( +// Equation(s): +// \text_gen|char_ram~49329_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17061_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2725_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17061_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2725_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49329 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52747 ( +// Equation(s): +// \text_gen|char_ram~52747_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52747 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y56_N17 +dffeas \text_gen|char_ram~9893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53014 ( +// Equation(s): +// \text_gen|char_ram~53014_combout = (\text_gen|char_ram~53013_combout & \text_gen|char_ram~52735_combout ) + + .dataa(\text_gen|char_ram~53013_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53014 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y56_N13 +dffeas \text_gen|char_ram~24229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49330 ( +// Equation(s): +// \text_gen|char_ram~49330_combout = (\text_gen|char_ram~49329_combout & (((\text_gen|char_ram~24229_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~49329_combout & (\text_gen|char_ram~9893_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~49329_combout ), + .datab(\text_gen|char_ram~9893_q ), + .datac(\text_gen|char_ram~24229_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49330 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49331 ( +// Equation(s): +// \text_gen|char_ram~49331_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~49328_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~49330_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49328_combout ), + .datad(\text_gen|char_ram~49330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49331 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49334 ( +// Equation(s): +// \text_gen|char_ram~49334_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49331_combout & ((\text_gen|char_ram~49333_combout ))) # (!\text_gen|char_ram~49331_combout & (\text_gen|char_ram~49326_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49331_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49326_combout ), + .datac(\text_gen|char_ram~49333_combout ), + .datad(\text_gen|char_ram~49331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49334 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53024 ( +// Equation(s): +// \text_gen|char_ram~53024_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52805_combout ) + + .dataa(\text_gen|char_ram~53008_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53024 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y54_N15 +dffeas \text_gen|char_ram~24579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17411feeder ( +// Equation(s): +// \text_gen|char_ram~17411feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52890 ( +// Equation(s): +// \text_gen|char_ram~52890_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52890 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~52890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N7 +dffeas \text_gen|char_ram~17411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52809 ( +// Equation(s): +// \text_gen|char_ram~52809_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52809 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y60_N13 +dffeas \text_gen|char_ram~10243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3075feeder ( +// Equation(s): +// \text_gen|char_ram~3075feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52972 ( +// Equation(s): +// \text_gen|char_ram~52972_combout = (\text_gen|char_ram~52902_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52902_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52972 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y54_N13 +dffeas \text_gen|char_ram~3075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49322 ( +// Equation(s): +// \text_gen|char_ram~49322_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10243_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3075_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10243_q ), + .datac(\text_gen|char_ram~3075_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49322 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49323 ( +// Equation(s): +// \text_gen|char_ram~49323_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49322_combout & (\text_gen|char_ram~24579_q )) # (!\text_gen|char_ram~49322_combout & ((\text_gen|char_ram~17411_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49322_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~24579_q ), + .datac(\text_gen|char_ram~17411_q ), + .datad(\text_gen|char_ram~49322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49323 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17187feeder ( +// Equation(s): +// \text_gen|char_ram~17187feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17187feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17187feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17187feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52877 ( +// Equation(s): +// \text_gen|char_ram~52877_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52877 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y62_N31 +dffeas \text_gen|char_ram~17187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17187feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53007 ( +// Equation(s): +// \text_gen|char_ram~53007_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53006_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53007 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y50_N21 +dffeas \text_gen|char_ram~24355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52806 ( +// Equation(s): +// \text_gen|char_ram~52806_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52806 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y54_N23 +dffeas \text_gen|char_ram~10019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52957 ( +// Equation(s): +// \text_gen|char_ram~52957_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52956_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52957 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y54_N21 +dffeas \text_gen|char_ram~2851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49315 ( +// Equation(s): +// \text_gen|char_ram~49315_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10019_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2851_q +// ))))) + + .dataa(\text_gen|char_ram~10019_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2851_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49315 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49316 ( +// Equation(s): +// \text_gen|char_ram~49316_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49315_combout & ((\text_gen|char_ram~24355_q ))) # (!\text_gen|char_ram~49315_combout & (\text_gen|char_ram~17187_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49315_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17187_q ), + .datac(\text_gen|char_ram~24355_q ), + .datad(\text_gen|char_ram~49315_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49316 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52815 ( +// Equation(s): +// \text_gen|char_ram~52815_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52815 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y54_N15 +dffeas \text_gen|char_ram~10131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53012 ( +// Equation(s): +// \text_gen|char_ram~53012_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53008_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53012 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N27 +dffeas \text_gen|char_ram~24467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52881 ( +// Equation(s): +// \text_gen|char_ram~52881_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52881 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y54_N5 +dffeas \text_gen|char_ram~17299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52963 ( +// Equation(s): +// \text_gen|char_ram~52963_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52902_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52963 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y54_N13 +dffeas \text_gen|char_ram~2963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49317 ( +// Equation(s): +// \text_gen|char_ram~49317_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17299_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2963_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17299_q ), + .datac(\text_gen|char_ram~2963_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49317 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49318 ( +// Equation(s): +// \text_gen|char_ram~49318_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49317_combout & ((\text_gen|char_ram~24467_q ))) # (!\text_gen|char_ram~49317_combout & (\text_gen|char_ram~10131_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49317_combout )))) + + .dataa(\text_gen|char_ram~10131_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24467_q ), + .datad(\text_gen|char_ram~49317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49318 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52812 ( +// Equation(s): +// \text_gen|char_ram~52812_combout = (\text_gen|char_ram~52811_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52811_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52812 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y60_N11 +dffeas \text_gen|char_ram~9907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53020 ( +// Equation(s): +// \text_gen|char_ram~53020_combout = (\text_gen|char_ram~53019_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53019_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53020 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y58_N5 +dffeas \text_gen|char_ram~24243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17075feeder ( +// Equation(s): +// \text_gen|char_ram~17075feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52886 ( +// Equation(s): +// \text_gen|char_ram~52886_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52886 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N11 +dffeas \text_gen|char_ram~17075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52967 ( +// Equation(s): +// \text_gen|char_ram~52967_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52966_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52967 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y58_N7 +dffeas \text_gen|char_ram~2739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49319 ( +// Equation(s): +// \text_gen|char_ram~49319_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17075_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2739_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17075_q ), + .datac(\text_gen|char_ram~2739_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49319 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49320 ( +// Equation(s): +// \text_gen|char_ram~49320_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49319_combout & ((\text_gen|char_ram~24243_q ))) # (!\text_gen|char_ram~49319_combout & (\text_gen|char_ram~9907_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49319_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9907_q ), + .datac(\text_gen|char_ram~24243_q ), + .datad(\text_gen|char_ram~49319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49320 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49321 ( +// Equation(s): +// \text_gen|char_ram~49321_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~49318_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~49320_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49318_combout ), + .datad(\text_gen|char_ram~49320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49321 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49324 ( +// Equation(s): +// \text_gen|char_ram~49324_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49321_combout & (\text_gen|char_ram~49323_combout )) # (!\text_gen|char_ram~49321_combout & ((\text_gen|char_ram~49316_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49321_combout )))) + + .dataa(\text_gen|char_ram~49323_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49316_combout ), + .datad(\text_gen|char_ram~49321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49324 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49335 ( +// Equation(s): +// \text_gen|char_ram~49335_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~49324_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49334_combout )))) + + .dataa(\text_gen|char_ram~49334_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~49324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49335 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~49335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49346 ( +// Equation(s): +// \text_gen|char_ram~49346_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49335_combout & (\text_gen|char_ram~49345_combout )) # (!\text_gen|char_ram~49335_combout & ((\text_gen|char_ram~49314_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49335_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49345_combout ), + .datac(\text_gen|char_ram~49314_combout ), + .datad(\text_gen|char_ram~49335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49346 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49474 ( +// Equation(s): +// \text_gen|char_ram~49474_combout = (\text_gen|char_ram~49431_combout & (((\text_gen|char_ram~49473_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~49431_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49346_combout )))) + + .dataa(\text_gen|char_ram~49431_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~49473_combout ), + .datad(\text_gen|char_ram~49346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49474 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54919 ( +// Equation(s): +// \text_gen|char_ram~54919_combout = (!\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52732_combout & (!\text_gen|char_ram~52731_combout & \text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52732_combout ), + .datac(\text_gen|char_ram~52731_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54919 .lut_mask = 16'h0400; +defparam \text_gen|char_ram~54919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55766 ( +// Equation(s): +// \text_gen|char_ram~55766_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55766 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y39_N11 +dffeas \text_gen|char_ram~26931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55764 ( +// Equation(s): +// \text_gen|char_ram~55764_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55764 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N19 +dffeas \text_gen|char_ram~27043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49803 ( +// Equation(s): +// \text_gen|char_ram~49803_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27043_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26931_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26931_q ), + .datad(\text_gen|char_ram~27043_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49803 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55751 ( +// Equation(s): +// \text_gen|char_ram~55751_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53067_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~53067_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55751 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55767 ( +// Equation(s): +// \text_gen|char_ram~55767_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55751_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55767 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y43_N25 +dffeas \text_gen|char_ram~27267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55765 ( +// Equation(s): +// \text_gen|char_ram~55765_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55751_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55765 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y30_N15 +dffeas \text_gen|char_ram~27155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49804 ( +// Equation(s): +// \text_gen|char_ram~49804_combout = (\text_gen|char_ram~49803_combout & (((\text_gen|char_ram~27267_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~49803_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~27155_q )))) + + .dataa(\text_gen|char_ram~49803_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27267_q ), + .datad(\text_gen|char_ram~27155_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49804 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55957 ( +// Equation(s): +// \text_gen|char_ram~55957_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55957 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y44_N27 +dffeas \text_gen|char_ram~27099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55960 ( +// Equation(s): +// \text_gen|char_ram~55960_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55751_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~55751_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55960 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y44_N19 +dffeas \text_gen|char_ram~27323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27211feeder ( +// Equation(s): +// \text_gen|char_ram~27211feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27211feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27211feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27211feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55958 ( +// Equation(s): +// \text_gen|char_ram~55958_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55751_combout ) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55958 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y44_N7 +dffeas \text_gen|char_ram~27211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27211feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55959 ( +// Equation(s): +// \text_gen|char_ram~55959_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55959 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y44_N1 +dffeas \text_gen|char_ram~26987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49810 ( +// Equation(s): +// \text_gen|char_ram~49810_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~27211_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~26987_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~27211_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26987_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49810 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49811 ( +// Equation(s): +// \text_gen|char_ram~49811_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49810_combout & ((\text_gen|char_ram~27323_q ))) # (!\text_gen|char_ram~49810_combout & (\text_gen|char_ram~27099_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49810_combout )))) + + .dataa(\text_gen|char_ram~27099_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27323_q ), + .datad(\text_gen|char_ram~49810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49811 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27085feeder ( +// Equation(s): +// \text_gen|char_ram~27085feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55925 ( +// Equation(s): +// \text_gen|char_ram~55925_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55925 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y41_N11 +dffeas \text_gen|char_ram~27085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55928 ( +// Equation(s): +// \text_gen|char_ram~55928_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55751_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55928 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y41_N29 +dffeas \text_gen|char_ram~27309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55927 ( +// Equation(s): +// \text_gen|char_ram~55927_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55927 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y41_N11 +dffeas \text_gen|char_ram~26973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27197feeder ( +// Equation(s): +// \text_gen|char_ram~27197feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27197feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27197feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27197feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55926 ( +// Equation(s): +// \text_gen|char_ram~55926_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52728_combout ) + + .dataa(\text_gen|char_ram~55751_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55926 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y41_N27 +dffeas \text_gen|char_ram~27197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27197feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49805 ( +// Equation(s): +// \text_gen|char_ram~49805_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27197_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26973_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26973_q ), + .datad(\text_gen|char_ram~27197_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49805 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49806 ( +// Equation(s): +// \text_gen|char_ram~49806_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49805_combout & ((\text_gen|char_ram~27309_q ))) # (!\text_gen|char_ram~49805_combout & (\text_gen|char_ram~27085_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49805_combout )))) + + .dataa(\text_gen|char_ram~27085_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27309_q ), + .datad(\text_gen|char_ram~49805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49806 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55758 ( +// Equation(s): +// \text_gen|char_ram~55758_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55758 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y52_N9 +dffeas \text_gen|char_ram~26917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55756 ( +// Equation(s): +// \text_gen|char_ram~55756_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55756 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y52_N19 +dffeas \text_gen|char_ram~27029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49807 ( +// Equation(s): +// \text_gen|char_ram~49807_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~27029_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26917_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26917_q ), + .datad(\text_gen|char_ram~27029_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49807 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55757 ( +// Equation(s): +// \text_gen|char_ram~55757_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55751_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55757 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y39_N7 +dffeas \text_gen|char_ram~27141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55759 ( +// Equation(s): +// \text_gen|char_ram~55759_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55751_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55759 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N1 +dffeas \text_gen|char_ram~27253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49808 ( +// Equation(s): +// \text_gen|char_ram~49808_combout = (\text_gen|char_ram~49807_combout & (((\text_gen|char_ram~27253_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~49807_combout & (\text_gen|char_ram~27141_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~49807_combout ), + .datab(\text_gen|char_ram~27141_q ), + .datac(\text_gen|char_ram~27253_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49808 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49809 ( +// Equation(s): +// \text_gen|char_ram~49809_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49806_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~49808_combout & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49806_combout ), + .datac(\text_gen|char_ram~49808_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49809 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49812 ( +// Equation(s): +// \text_gen|char_ram~49812_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49809_combout & ((\text_gen|char_ram~49811_combout ))) # (!\text_gen|char_ram~49809_combout & (\text_gen|char_ram~49804_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49809_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49804_combout ), + .datac(\text_gen|char_ram~49811_combout ), + .datad(\text_gen|char_ram~49809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49812 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12763feeder ( +// Equation(s): +// \text_gen|char_ram~12763feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12763feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12763feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12763feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55945 ( +// Equation(s): +// \text_gen|char_ram~55945_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53290_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55945 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y48_N15 +dffeas \text_gen|char_ram~12763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12763feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55948 ( +// Equation(s): +// \text_gen|char_ram~55948_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55948 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y48_N7 +dffeas \text_gen|char_ram~12987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55947 ( +// Equation(s): +// \text_gen|char_ram~55947_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~54919_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55947 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y48_N29 +dffeas \text_gen|char_ram~12651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12875feeder ( +// Equation(s): +// \text_gen|char_ram~12875feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12875feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55946 ( +// Equation(s): +// \text_gen|char_ram~55946_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55946 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y48_N13 +dffeas \text_gen|char_ram~12875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49779 ( +// Equation(s): +// \text_gen|char_ram~49779_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12875_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12651_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12651_q ), + .datad(\text_gen|char_ram~12875_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49779 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49780 ( +// Equation(s): +// \text_gen|char_ram~49780_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49779_combout & ((\text_gen|char_ram~12987_q ))) # (!\text_gen|char_ram~49779_combout & (\text_gen|char_ram~12763_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49779_combout )))) + + .dataa(\text_gen|char_ram~12763_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12987_q ), + .datad(\text_gen|char_ram~49779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49780 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55715 ( +// Equation(s): +// \text_gen|char_ram~55715_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~53292_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55715 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N7 +dffeas \text_gen|char_ram~12707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55717 ( +// Equation(s): +// \text_gen|char_ram~55717_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53301_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55717 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y46_N13 +dffeas \text_gen|char_ram~12595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49772 ( +// Equation(s): +// \text_gen|char_ram~49772_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~12707_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~12595_q +// ))))) + + .dataa(\text_gen|char_ram~12707_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12595_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49772 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55718 ( +// Equation(s): +// \text_gen|char_ram~55718_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55718 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y46_N7 +dffeas \text_gen|char_ram~12931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55716 ( +// Equation(s): +// \text_gen|char_ram~55716_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55716 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y44_N15 +dffeas \text_gen|char_ram~12819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49773 ( +// Equation(s): +// \text_gen|char_ram~49773_combout = (\text_gen|char_ram~49772_combout & (((\text_gen|char_ram~12931_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~49772_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~12819_q )))) + + .dataa(\text_gen|char_ram~49772_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12931_q ), + .datad(\text_gen|char_ram~12819_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49773 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55915 ( +// Equation(s): +// \text_gen|char_ram~55915_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55915 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y43_N7 +dffeas \text_gen|char_ram~12637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12861feeder ( +// Equation(s): +// \text_gen|char_ram~12861feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12861feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12861feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12861feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55914 ( +// Equation(s): +// \text_gen|char_ram~55914_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55914 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y43_N25 +dffeas \text_gen|char_ram~12861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12861feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49774 ( +// Equation(s): +// \text_gen|char_ram~49774_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~12861_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12637_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12637_q ), + .datad(\text_gen|char_ram~12861_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49774 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55916 ( +// Equation(s): +// \text_gen|char_ram~55916_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55916 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y43_N21 +dffeas \text_gen|char_ram~12973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55913 ( +// Equation(s): +// \text_gen|char_ram~55913_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53072_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55913 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y43_N27 +dffeas \text_gen|char_ram~12749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49775 ( +// Equation(s): +// \text_gen|char_ram~49775_combout = (\text_gen|char_ram~49774_combout & (((\text_gen|char_ram~12973_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~49774_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~12749_q )))) + + .dataa(\text_gen|char_ram~49774_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12973_q ), + .datad(\text_gen|char_ram~12749_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49775 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12805feeder ( +// Equation(s): +// \text_gen|char_ram~12805feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12805feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12805feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12805feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55708 ( +// Equation(s): +// \text_gen|char_ram~55708_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55708 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y46_N25 +dffeas \text_gen|char_ram~12805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12805feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55710 ( +// Equation(s): +// \text_gen|char_ram~55710_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55710 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y48_N27 +dffeas \text_gen|char_ram~12917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55709 ( +// Equation(s): +// \text_gen|char_ram~55709_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53100_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55709 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y48_N29 +dffeas \text_gen|char_ram~12581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12693feeder ( +// Equation(s): +// \text_gen|char_ram~12693feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12693feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55707 ( +// Equation(s): +// \text_gen|char_ram~55707_combout = (\text_gen|char_ram~53090_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53090_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55707 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y48_N7 +dffeas \text_gen|char_ram~12693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49776 ( +// Equation(s): +// \text_gen|char_ram~49776_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~12693_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12581_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12581_q ), + .datad(\text_gen|char_ram~12693_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49776 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49777 ( +// Equation(s): +// \text_gen|char_ram~49777_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49776_combout & ((\text_gen|char_ram~12917_q ))) # (!\text_gen|char_ram~49776_combout & (\text_gen|char_ram~12805_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49776_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~12805_q ), + .datac(\text_gen|char_ram~12917_q ), + .datad(\text_gen|char_ram~49776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49777 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49778 ( +// Equation(s): +// \text_gen|char_ram~49778_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~49775_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49777_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49775_combout ), + .datad(\text_gen|char_ram~49777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49778 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49781 ( +// Equation(s): +// \text_gen|char_ram~49781_combout = (\text_gen|char_ram~49778_combout & ((\text_gen|char_ram~49780_combout ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~49778_combout & (((\text_gen|char_ram~49773_combout & \vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~49780_combout ), + .datab(\text_gen|char_ram~49773_combout ), + .datac(\text_gen|char_ram~49778_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49781 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~49781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19917feeder ( +// Equation(s): +// \text_gen|char_ram~19917feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19917feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19917feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19917feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55918 ( +// Equation(s): +// \text_gen|char_ram~55918_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55918 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y41_N25 +dffeas \text_gen|char_ram~19917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19917feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55920 ( +// Equation(s): +// \text_gen|char_ram~55920_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55920 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y41_N19 +dffeas \text_gen|char_ram~20141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55917 ( +// Equation(s): +// \text_gen|char_ram~55917_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55917 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y43_N31 +dffeas \text_gen|char_ram~20029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55919 ( +// Equation(s): +// \text_gen|char_ram~55919_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55919 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y41_N13 +dffeas \text_gen|char_ram~19805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49782 ( +// Equation(s): +// \text_gen|char_ram~49782_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20029_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~19805_q +// ))))) + + .dataa(\text_gen|char_ram~20029_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19805_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49782 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49783 ( +// Equation(s): +// \text_gen|char_ram~49783_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49782_combout & ((\text_gen|char_ram~20141_q ))) # (!\text_gen|char_ram~49782_combout & (\text_gen|char_ram~19917_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49782_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19917_q ), + .datac(\text_gen|char_ram~20141_q ), + .datad(\text_gen|char_ram~49782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49783 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55950 ( +// Equation(s): +// \text_gen|char_ram~55950_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55950 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y44_N15 +dffeas \text_gen|char_ram~19931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55952 ( +// Equation(s): +// \text_gen|char_ram~55952_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55952 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y44_N3 +dffeas \text_gen|char_ram~20155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55951 ( +// Equation(s): +// \text_gen|char_ram~55951_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53061_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~54919_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53061_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55951 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y44_N9 +dffeas \text_gen|char_ram~19819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20043feeder ( +// Equation(s): +// \text_gen|char_ram~20043feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20043feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20043feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20043feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55949 ( +// Equation(s): +// \text_gen|char_ram~55949_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55949 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y41_N23 +dffeas \text_gen|char_ram~20043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20043feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49789 ( +// Equation(s): +// \text_gen|char_ram~49789_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~20043_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19819_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19819_q ), + .datad(\text_gen|char_ram~20043_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49789 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49790 ( +// Equation(s): +// \text_gen|char_ram~49790_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49789_combout & ((\text_gen|char_ram~20155_q ))) # (!\text_gen|char_ram~49789_combout & (\text_gen|char_ram~19931_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49789_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19931_q ), + .datac(\text_gen|char_ram~20155_q ), + .datad(\text_gen|char_ram~49789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49790 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19987feeder ( +// Equation(s): +// \text_gen|char_ram~19987feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19987feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19987feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19987feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55732 ( +// Equation(s): +// \text_gen|char_ram~55732_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55732 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y41_N9 +dffeas \text_gen|char_ram~19987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19987feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55734 ( +// Equation(s): +// \text_gen|char_ram~55734_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55734 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y43_N31 +dffeas \text_gen|char_ram~20099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55733 ( +// Equation(s): +// \text_gen|char_ram~55733_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53318_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55733 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y43_N21 +dffeas \text_gen|char_ram~19763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55731 ( +// Equation(s): +// \text_gen|char_ram~55731_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55731 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N9 +dffeas \text_gen|char_ram~19875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49784 ( +// Equation(s): +// \text_gen|char_ram~49784_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19875_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19763_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19763_q ), + .datad(\text_gen|char_ram~19875_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49784 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49785 ( +// Equation(s): +// \text_gen|char_ram~49785_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49784_combout & ((\text_gen|char_ram~20099_q ))) # (!\text_gen|char_ram~49784_combout & (\text_gen|char_ram~19987_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49784_combout )))) + + .dataa(\text_gen|char_ram~19987_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20099_q ), + .datad(\text_gen|char_ram~49784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49785 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19973feeder ( +// Equation(s): +// \text_gen|char_ram~19973feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19973feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19973feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19973feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55724 ( +// Equation(s): +// \text_gen|char_ram~55724_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55724 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y39_N17 +dffeas \text_gen|char_ram~19973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19973feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55726 ( +// Equation(s): +// \text_gen|char_ram~55726_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55726 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y39_N3 +dffeas \text_gen|char_ram~20085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55725 ( +// Equation(s): +// \text_gen|char_ram~55725_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55725 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y39_N21 +dffeas \text_gen|char_ram~19749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19861feeder ( +// Equation(s): +// \text_gen|char_ram~19861feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19861feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19861feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19861feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55723 ( +// Equation(s): +// \text_gen|char_ram~55723_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55723 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y43_N25 +dffeas \text_gen|char_ram~19861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19861feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49786 ( +// Equation(s): +// \text_gen|char_ram~49786_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~19861_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19749_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19749_q ), + .datad(\text_gen|char_ram~19861_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49786 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49787 ( +// Equation(s): +// \text_gen|char_ram~49787_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49786_combout & ((\text_gen|char_ram~20085_q ))) # (!\text_gen|char_ram~49786_combout & (\text_gen|char_ram~19973_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49786_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19973_q ), + .datac(\text_gen|char_ram~20085_q ), + .datad(\text_gen|char_ram~49786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49787 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49788 ( +// Equation(s): +// \text_gen|char_ram~49788_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49785_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49787_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49785_combout ), + .datad(\text_gen|char_ram~49787_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49788 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49791 ( +// Equation(s): +// \text_gen|char_ram~49791_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49788_combout & ((\text_gen|char_ram~49790_combout ))) # (!\text_gen|char_ram~49788_combout & (\text_gen|char_ram~49783_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49788_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49783_combout ), + .datac(\text_gen|char_ram~49790_combout ), + .datad(\text_gen|char_ram~49788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49791 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55954 ( +// Equation(s): +// \text_gen|char_ram~55954_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53330_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55954 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y47_N27 +dffeas \text_gen|char_ram~5595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55956 ( +// Equation(s): +// \text_gen|char_ram~55956_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55956 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y47_N1 +dffeas \text_gen|char_ram~5819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5707feeder ( +// Equation(s): +// \text_gen|char_ram~5707feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55953 ( +// Equation(s): +// \text_gen|char_ram~55953_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55953 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y43_N7 +dffeas \text_gen|char_ram~5707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55955 ( +// Equation(s): +// \text_gen|char_ram~55955_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~53064_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~54919_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~53064_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55955 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y47_N19 +dffeas \text_gen|char_ram~5483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49799 ( +// Equation(s): +// \text_gen|char_ram~49799_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~5707_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~5483_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5707_q ), + .datac(\text_gen|char_ram~5483_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49799 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49800 ( +// Equation(s): +// \text_gen|char_ram~49800_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49799_combout & ((\text_gen|char_ram~5819_q ))) # (!\text_gen|char_ram~49799_combout & (\text_gen|char_ram~5595_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49799_combout )))) + + .dataa(\text_gen|char_ram~5595_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5819_q ), + .datad(\text_gen|char_ram~49799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49800 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5651feeder ( +// Equation(s): +// \text_gen|char_ram~5651feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55748 ( +// Equation(s): +// \text_gen|char_ram~55748_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55748 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y36_N1 +dffeas \text_gen|char_ram~5651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55750 ( +// Equation(s): +// \text_gen|char_ram~55750_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55750 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y44_N5 +dffeas \text_gen|char_ram~5763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55749 ( +// Equation(s): +// \text_gen|char_ram~55749_combout = (\text_gen|char_ram~53337_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53337_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55749 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y32_N17 +dffeas \text_gen|char_ram~5427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55747 ( +// Equation(s): +// \text_gen|char_ram~55747_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53332_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55747 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y26_N25 +dffeas \text_gen|char_ram~5539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49794 ( +// Equation(s): +// \text_gen|char_ram~49794_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~5539_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5427_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5427_q ), + .datad(\text_gen|char_ram~5539_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49794 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49795 ( +// Equation(s): +// \text_gen|char_ram~49795_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49794_combout & ((\text_gen|char_ram~5763_q ))) # (!\text_gen|char_ram~49794_combout & (\text_gen|char_ram~5651_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49794_combout )))) + + .dataa(\text_gen|char_ram~5651_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5763_q ), + .datad(\text_gen|char_ram~49794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49795 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55739 ( +// Equation(s): +// \text_gen|char_ram~55739_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53092_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55739 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y40_N31 +dffeas \text_gen|char_ram~5525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55741 ( +// Equation(s): +// \text_gen|char_ram~55741_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53103_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55741 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y39_N15 +dffeas \text_gen|char_ram~5413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49796 ( +// Equation(s): +// \text_gen|char_ram~49796_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~5525_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~5413_q ))))) + + .dataa(\text_gen|char_ram~5525_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5413_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49796 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55742 ( +// Equation(s): +// \text_gen|char_ram~55742_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55742 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y40_N13 +dffeas \text_gen|char_ram~5749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5637feeder ( +// Equation(s): +// \text_gen|char_ram~5637feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5637feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5637feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5637feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55740 ( +// Equation(s): +// \text_gen|char_ram~55740_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55740 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y39_N23 +dffeas \text_gen|char_ram~5637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5637feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49797 ( +// Equation(s): +// \text_gen|char_ram~49797_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49796_combout & (\text_gen|char_ram~5749_q )) # (!\text_gen|char_ram~49796_combout & ((\text_gen|char_ram~5637_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49796_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49796_combout ), + .datac(\text_gen|char_ram~5749_q ), + .datad(\text_gen|char_ram~5637_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49797 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49798 ( +// Equation(s): +// \text_gen|char_ram~49798_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49795_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49797_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49795_combout ), + .datad(\text_gen|char_ram~49797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49798 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55923 ( +// Equation(s): +// \text_gen|char_ram~55923_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53081_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55923 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y41_N9 +dffeas \text_gen|char_ram~5469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55921 ( +// Equation(s): +// \text_gen|char_ram~55921_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55921 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y41_N3 +dffeas \text_gen|char_ram~5693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49792 ( +// Equation(s): +// \text_gen|char_ram~49792_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~5693_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5469_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5469_q ), + .datad(\text_gen|char_ram~5693_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49792 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55922 ( +// Equation(s): +// \text_gen|char_ram~55922_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55922 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y41_N15 +dffeas \text_gen|char_ram~5581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55924 ( +// Equation(s): +// \text_gen|char_ram~55924_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55924 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y41_N21 +dffeas \text_gen|char_ram~5805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49793 ( +// Equation(s): +// \text_gen|char_ram~49793_combout = (\text_gen|char_ram~49792_combout & (((\text_gen|char_ram~5805_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~49792_combout & (\text_gen|char_ram~5581_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~49792_combout ), + .datab(\text_gen|char_ram~5581_q ), + .datac(\text_gen|char_ram~5805_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49793 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49801 ( +// Equation(s): +// \text_gen|char_ram~49801_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49798_combout & (\text_gen|char_ram~49800_combout )) # (!\text_gen|char_ram~49798_combout & ((\text_gen|char_ram~49793_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49798_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49800_combout ), + .datac(\text_gen|char_ram~49798_combout ), + .datad(\text_gen|char_ram~49793_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49801 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49802 ( +// Equation(s): +// \text_gen|char_ram~49802_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~49791_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~49801_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49791_combout ), + .datad(\text_gen|char_ram~49801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49802 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49813 ( +// Equation(s): +// \text_gen|char_ram~49813_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49802_combout & (\text_gen|char_ram~49812_combout )) # (!\text_gen|char_ram~49802_combout & ((\text_gen|char_ram~49781_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49802_combout )))) + + .dataa(\text_gen|char_ram~49812_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49781_combout ), + .datad(\text_gen|char_ram~49802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49813 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54935 ( +// Equation(s): +// \text_gen|char_ram~54935_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54935 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y38_N27 +dffeas \text_gen|char_ram~23333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54933 ( +// Equation(s): +// \text_gen|char_ram~54933_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54933 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y38_N25 +dffeas \text_gen|char_ram~23445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49722 ( +// Equation(s): +// \text_gen|char_ram~49722_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23445_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23333_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23333_q ), + .datad(\text_gen|char_ram~23445_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49722 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54921 ( +// Equation(s): +// \text_gen|char_ram~54921_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~54919_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54921 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54936 ( +// Equation(s): +// \text_gen|char_ram~54936_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54936 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y38_N31 +dffeas \text_gen|char_ram~23669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23557feeder ( +// Equation(s): +// \text_gen|char_ram~23557feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23557feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54934 ( +// Equation(s): +// \text_gen|char_ram~54934_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54934 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y38_N15 +dffeas \text_gen|char_ram~23557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49723 ( +// Equation(s): +// \text_gen|char_ram~49723_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49722_combout & (\text_gen|char_ram~23669_q )) # (!\text_gen|char_ram~49722_combout & ((\text_gen|char_ram~23557_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49722_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49722_combout ), + .datac(\text_gen|char_ram~23669_q ), + .datad(\text_gen|char_ram~23557_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49723 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54984 ( +// Equation(s): +// \text_gen|char_ram~54984_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53019_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53019_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54984 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y40_N13 +dffeas \text_gen|char_ram~23347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23459feeder ( +// Equation(s): +// \text_gen|char_ram~23459feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23459feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23459feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23459feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54982 ( +// Equation(s): +// \text_gen|char_ram~54982_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53006_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54982 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y38_N17 +dffeas \text_gen|char_ram~23459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23459feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49720 ( +// Equation(s): +// \text_gen|char_ram~49720_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23459_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23347_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23347_q ), + .datad(\text_gen|char_ram~23459_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49720 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54985 ( +// Equation(s): +// \text_gen|char_ram~54985_combout = (\text_gen|char_ram~54921_combout & \text_gen|char_ram~52805_combout ) + + .dataa(\text_gen|char_ram~54921_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54985 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y38_N1 +dffeas \text_gen|char_ram~23683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54983 ( +// Equation(s): +// \text_gen|char_ram~54983_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54983 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y30_N17 +dffeas \text_gen|char_ram~23571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49721 ( +// Equation(s): +// \text_gen|char_ram~49721_combout = (\text_gen|char_ram~49720_combout & (((\text_gen|char_ram~23683_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~49720_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~23571_q )))) + + .dataa(\text_gen|char_ram~49720_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23683_q ), + .datad(\text_gen|char_ram~23571_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49721 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49724 ( +// Equation(s): +// \text_gen|char_ram~49724_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~49721_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49723_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49723_combout ), + .datad(\text_gen|char_ram~49721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49724 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55177 ( +// Equation(s): +// \text_gen|char_ram~55177_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52987_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55177 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N17 +dffeas \text_gen|char_ram~23515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55180 ( +// Equation(s): +// \text_gen|char_ram~55180_combout = (\text_gen|char_ram~54921_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54921_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55180 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y38_N15 +dffeas \text_gen|char_ram~23739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55179 ( +// Equation(s): +// \text_gen|char_ram~55179_combout = (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55179 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y38_N25 +dffeas \text_gen|char_ram~23403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55178 ( +// Equation(s): +// \text_gen|char_ram~55178_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55178 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y30_N19 +dffeas \text_gen|char_ram~23627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49725 ( +// Equation(s): +// \text_gen|char_ram~49725_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23627_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23403_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23403_q ), + .datad(\text_gen|char_ram~23627_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49725 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49726 ( +// Equation(s): +// \text_gen|char_ram~49726_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49725_combout & ((\text_gen|char_ram~23739_q ))) # (!\text_gen|char_ram~49725_combout & (\text_gen|char_ram~23515_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49725_combout )))) + + .dataa(\text_gen|char_ram~23515_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23739_q ), + .datad(\text_gen|char_ram~49725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49726 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55167 ( +// Equation(s): +// \text_gen|char_ram~55167_combout = (\text_gen|char_ram~52989_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52989_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55167 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y38_N17 +dffeas \text_gen|char_ram~23389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55166 ( +// Equation(s): +// \text_gen|char_ram~55166_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55166 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y38_N23 +dffeas \text_gen|char_ram~23613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49718 ( +// Equation(s): +// \text_gen|char_ram~49718_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23613_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23389_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23389_q ), + .datad(\text_gen|char_ram~23613_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49718 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55168 ( +// Equation(s): +// \text_gen|char_ram~55168_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~54921_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55168 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y38_N17 +dffeas \text_gen|char_ram~23725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23501feeder ( +// Equation(s): +// \text_gen|char_ram~23501feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23501feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55165 ( +// Equation(s): +// \text_gen|char_ram~55165_combout = (\text_gen|char_ram~52983_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52983_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55165 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y38_N3 +dffeas \text_gen|char_ram~23501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49719 ( +// Equation(s): +// \text_gen|char_ram~49719_combout = (\text_gen|char_ram~49718_combout & (((\text_gen|char_ram~23725_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~49718_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~23501_q )))) + + .dataa(\text_gen|char_ram~49718_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23725_q ), + .datad(\text_gen|char_ram~23501_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49719 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49727 ( +// Equation(s): +// \text_gen|char_ram~49727_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49724_combout & (\text_gen|char_ram~49726_combout )) # (!\text_gen|char_ram~49724_combout & ((\text_gen|char_ram~49719_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~49724_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49724_combout ), + .datac(\text_gen|char_ram~49726_combout ), + .datad(\text_gen|char_ram~49719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49727 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55175 ( +// Equation(s): +// \text_gen|char_ram~55175_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55175 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y38_N5 +dffeas \text_gen|char_ram~16221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16445feeder ( +// Equation(s): +// \text_gen|char_ram~16445feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16445feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16445feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16445feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55173 ( +// Equation(s): +// \text_gen|char_ram~55173_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55173 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y38_N31 +dffeas \text_gen|char_ram~16445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16445feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49687 ( +// Equation(s): +// \text_gen|char_ram~49687_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~16445_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16221_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16221_q ), + .datad(\text_gen|char_ram~16445_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49687 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55176 ( +// Equation(s): +// \text_gen|char_ram~55176_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55176 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y38_N27 +dffeas \text_gen|char_ram~16557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55174 ( +// Equation(s): +// \text_gen|char_ram~55174_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55174 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y22_N5 +dffeas \text_gen|char_ram~16333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49688 ( +// Equation(s): +// \text_gen|char_ram~49688_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49687_combout & (\text_gen|char_ram~16557_q )) # (!\text_gen|char_ram~49687_combout & ((\text_gen|char_ram~16333_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49687_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49687_combout ), + .datac(\text_gen|char_ram~16557_q ), + .datad(\text_gen|char_ram~16333_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49688 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16403feeder ( +// Equation(s): +// \text_gen|char_ram~16403feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16403feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16403feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16403feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54951 ( +// Equation(s): +// \text_gen|char_ram~54951_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54951 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y22_N25 +dffeas \text_gen|char_ram~16403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16403feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54953 ( +// Equation(s): +// \text_gen|char_ram~54953_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54953 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y22_N17 +dffeas \text_gen|char_ram~16515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54952 ( +// Equation(s): +// \text_gen|char_ram~54952_combout = (\text_gen|char_ram~52885_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~52885_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54952 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y22_N15 +dffeas \text_gen|char_ram~16179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54950 ( +// Equation(s): +// \text_gen|char_ram~54950_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54950 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y24_N5 +dffeas \text_gen|char_ram~16291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49689 ( +// Equation(s): +// \text_gen|char_ram~49689_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16291_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16179_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16179_q ), + .datad(\text_gen|char_ram~16291_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49689 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49690 ( +// Equation(s): +// \text_gen|char_ram~49690_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49689_combout & ((\text_gen|char_ram~16515_q ))) # (!\text_gen|char_ram~49689_combout & (\text_gen|char_ram~16403_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49689_combout )))) + + .dataa(\text_gen|char_ram~16403_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16515_q ), + .datad(\text_gen|char_ram~49689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49690 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16389feeder ( +// Equation(s): +// \text_gen|char_ram~16389feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16389feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16389feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16389feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54967 ( +// Equation(s): +// \text_gen|char_ram~54967_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54967 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y42_N5 +dffeas \text_gen|char_ram~16389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16389feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54969 ( +// Equation(s): +// \text_gen|char_ram~54969_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54969 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y38_N11 +dffeas \text_gen|char_ram~16501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16277feeder ( +// Equation(s): +// \text_gen|char_ram~16277feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54966 ( +// Equation(s): +// \text_gen|char_ram~54966_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54966 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y30_N25 +dffeas \text_gen|char_ram~16277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54968 ( +// Equation(s): +// \text_gen|char_ram~54968_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54968 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y38_N19 +dffeas \text_gen|char_ram~16165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49691 ( +// Equation(s): +// \text_gen|char_ram~49691_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16277_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16165_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16277_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16165_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49691 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49692 ( +// Equation(s): +// \text_gen|char_ram~49692_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49691_combout & ((\text_gen|char_ram~16501_q ))) # (!\text_gen|char_ram~49691_combout & (\text_gen|char_ram~16389_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49691_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16389_q ), + .datac(\text_gen|char_ram~16501_q ), + .datad(\text_gen|char_ram~49691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49692 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49693 ( +// Equation(s): +// \text_gen|char_ram~49693_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~49690_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~49692_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49690_combout ), + .datad(\text_gen|char_ram~49692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49693 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55169 ( +// Equation(s): +// \text_gen|char_ram~55169_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55169 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y22_N5 +dffeas \text_gen|char_ram~16459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55171 ( +// Equation(s): +// \text_gen|char_ram~55171_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52821_combout & (\text_gen|char_ram~54919_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~52821_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55171 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y22_N23 +dffeas \text_gen|char_ram~16235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49694 ( +// Equation(s): +// \text_gen|char_ram~49694_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16459_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16235_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16459_q ), + .datac(\text_gen|char_ram~16235_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49694 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55172 ( +// Equation(s): +// \text_gen|char_ram~55172_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55172 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y22_N11 +dffeas \text_gen|char_ram~16571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16347feeder ( +// Equation(s): +// \text_gen|char_ram~16347feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16347feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16347feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16347feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55170 ( +// Equation(s): +// \text_gen|char_ram~55170_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55170 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y15_N27 +dffeas \text_gen|char_ram~16347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16347feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49695 ( +// Equation(s): +// \text_gen|char_ram~49695_combout = (\text_gen|char_ram~49694_combout & (((\text_gen|char_ram~16571_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~49694_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16347_q )))) + + .dataa(\text_gen|char_ram~49694_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16571_q ), + .datad(\text_gen|char_ram~16347_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49695 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49696 ( +// Equation(s): +// \text_gen|char_ram~49696_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49693_combout & ((\text_gen|char_ram~49695_combout ))) # (!\text_gen|char_ram~49693_combout & (\text_gen|char_ram~49688_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49693_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49688_combout ), + .datac(\text_gen|char_ram~49693_combout ), + .datad(\text_gen|char_ram~49695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49696 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~49696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54941 ( +// Equation(s): +// \text_gen|char_ram~54941_combout = (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~54919_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54941 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54942 ( +// Equation(s): +// \text_gen|char_ram~54942_combout = (\text_gen|char_ram~54941_combout & \text_gen|char_ram~52810_combout ) + + .dataa(\text_gen|char_ram~54941_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54942 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y40_N5 +dffeas \text_gen|char_ram~2067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54945 ( +// Equation(s): +// \text_gen|char_ram~54945_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54941_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54945 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y40_N29 +dffeas \text_gen|char_ram~2179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54944 ( +// Equation(s): +// \text_gen|char_ram~54944_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52966_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54944 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y40_N25 +dffeas \text_gen|char_ram~1843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54943 ( +// Equation(s): +// \text_gen|char_ram~54943_combout = (\text_gen|char_ram~52956_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52956_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54943 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y40_N11 +dffeas \text_gen|char_ram~1955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49709 ( +// Equation(s): +// \text_gen|char_ram~49709_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1955_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1843_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1843_q ), + .datad(\text_gen|char_ram~1955_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49709 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49710 ( +// Equation(s): +// \text_gen|char_ram~49710_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49709_combout & ((\text_gen|char_ram~2179_q ))) # (!\text_gen|char_ram~49709_combout & (\text_gen|char_ram~2067_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49709_combout )))) + + .dataa(\text_gen|char_ram~2067_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2179_q ), + .datad(\text_gen|char_ram~49709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49710 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54958 ( +// Equation(s): +// \text_gen|char_ram~54958_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54941_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54958 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y38_N23 +dffeas \text_gen|char_ram~2053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54961 ( +// Equation(s): +// \text_gen|char_ram~54961_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54941_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54961 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y38_N23 +dffeas \text_gen|char_ram~2165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54960 ( +// Equation(s): +// \text_gen|char_ram~54960_combout = (\text_gen|char_ram~52926_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52926_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54960 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y38_N5 +dffeas \text_gen|char_ram~1829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54959 ( +// Equation(s): +// \text_gen|char_ram~54959_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54959 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y38_N21 +dffeas \text_gen|char_ram~1941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49711 ( +// Equation(s): +// \text_gen|char_ram~49711_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~1941_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1829_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1829_q ), + .datad(\text_gen|char_ram~1941_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49711 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49712 ( +// Equation(s): +// \text_gen|char_ram~49712_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49711_combout & ((\text_gen|char_ram~2165_q ))) # (!\text_gen|char_ram~49711_combout & (\text_gen|char_ram~2053_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49711_combout )))) + + .dataa(\text_gen|char_ram~2053_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2165_q ), + .datad(\text_gen|char_ram~49711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49712 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49713 ( +// Equation(s): +// \text_gen|char_ram~49713_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49710_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49712_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49710_combout ), + .datad(\text_gen|char_ram~49712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49713 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1997feeder ( +// Equation(s): +// \text_gen|char_ram~1997feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1997feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1997feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1997feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55142 ( +// Equation(s): +// \text_gen|char_ram~55142_combout = (\text_gen|char_ram~52922_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~52922_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55142 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y38_N31 +dffeas \text_gen|char_ram~1997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1997feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55144 ( +// Equation(s): +// \text_gen|char_ram~55144_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54941_combout ) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55144 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y38_N29 +dffeas \text_gen|char_ram~2221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55143 ( +// Equation(s): +// \text_gen|char_ram~55143_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55143 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y38_N13 +dffeas \text_gen|char_ram~1885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55141 ( +// Equation(s): +// \text_gen|char_ram~55141_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54941_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55141 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y38_N11 +dffeas \text_gen|char_ram~2109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49707 ( +// Equation(s): +// \text_gen|char_ram~49707_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~2109_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1885_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1885_q ), + .datad(\text_gen|char_ram~2109_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49707 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49708 ( +// Equation(s): +// \text_gen|char_ram~49708_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49707_combout & ((\text_gen|char_ram~2221_q ))) # (!\text_gen|char_ram~49707_combout & (\text_gen|char_ram~1997_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49707_combout )))) + + .dataa(\text_gen|char_ram~1997_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2221_q ), + .datad(\text_gen|char_ram~49707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49708 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55138 ( +// Equation(s): +// \text_gen|char_ram~55138_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55138 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y38_N13 +dffeas \text_gen|char_ram~2011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55140 ( +// Equation(s): +// \text_gen|char_ram~55140_combout = (\text_gen|char_ram~54941_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54941_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55140 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y38_N13 +dffeas \text_gen|char_ram~2235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55139 ( +// Equation(s): +// \text_gen|char_ram~55139_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52893_combout & \text_gen|char_ram~54919_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55139 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y38_N15 +dffeas \text_gen|char_ram~1899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2123feeder ( +// Equation(s): +// \text_gen|char_ram~2123feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55137 ( +// Equation(s): +// \text_gen|char_ram~55137_combout = (\text_gen|char_ram~54941_combout & \text_gen|char_ram~52799_combout ) + + .dataa(\text_gen|char_ram~54941_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55137 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y37_N25 +dffeas \text_gen|char_ram~2123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49714 ( +// Equation(s): +// \text_gen|char_ram~49714_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~2123_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1899_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1899_q ), + .datad(\text_gen|char_ram~2123_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49714 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49715 ( +// Equation(s): +// \text_gen|char_ram~49715_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49714_combout & ((\text_gen|char_ram~2235_q ))) # (!\text_gen|char_ram~49714_combout & (\text_gen|char_ram~2011_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49714_combout )))) + + .dataa(\text_gen|char_ram~2011_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2235_q ), + .datad(\text_gen|char_ram~49714_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49715 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49716 ( +// Equation(s): +// \text_gen|char_ram~49716_combout = (\text_gen|char_ram~49713_combout & (((\text_gen|char_ram~49715_combout ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~49713_combout & (\text_gen|char_ram~49708_combout & (\vga_c|h_cnt [7]))) + + .dataa(\text_gen|char_ram~49713_combout ), + .datab(\text_gen|char_ram~49708_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~49715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49716 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~49716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55133 ( +// Equation(s): +// \text_gen|char_ram~55133_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55133 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N5 +dffeas \text_gen|char_ram~9165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55136 ( +// Equation(s): +// \text_gen|char_ram~55136_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55136 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N23 +dffeas \text_gen|char_ram~9389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55135 ( +// Equation(s): +// \text_gen|char_ram~55135_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55135 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N1 +dffeas \text_gen|char_ram~9053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55134 ( +// Equation(s): +// \text_gen|char_ram~55134_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55134 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y39_N9 +dffeas \text_gen|char_ram~9277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49697 ( +// Equation(s): +// \text_gen|char_ram~49697_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9277_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9053_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9053_q ), + .datad(\text_gen|char_ram~9277_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49697 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49698 ( +// Equation(s): +// \text_gen|char_ram~49698_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49697_combout & ((\text_gen|char_ram~9389_q ))) # (!\text_gen|char_ram~49697_combout & (\text_gen|char_ram~9165_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49697_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~9165_q ), + .datac(\text_gen|char_ram~9389_q ), + .datad(\text_gen|char_ram~49697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49698 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55145 ( +// Equation(s): +// \text_gen|char_ram~55145_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55145 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y45_N31 +dffeas \text_gen|char_ram~9179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55146 ( +// Equation(s): +// \text_gen|char_ram~55146_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55146 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y45_N7 +dffeas \text_gen|char_ram~9291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55147 ( +// Equation(s): +// \text_gen|char_ram~55147_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~54919_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55147 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y45_N21 +dffeas \text_gen|char_ram~9067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49704 ( +// Equation(s): +// \text_gen|char_ram~49704_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~9291_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~9067_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~9291_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9067_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49704 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55148 ( +// Equation(s): +// \text_gen|char_ram~55148_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55148 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y43_N19 +dffeas \text_gen|char_ram~9403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49705 ( +// Equation(s): +// \text_gen|char_ram~49705_combout = (\text_gen|char_ram~49704_combout & (((\text_gen|char_ram~9403_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~49704_combout & (\text_gen|char_ram~9179_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~9179_q ), + .datab(\text_gen|char_ram~49704_combout ), + .datac(\text_gen|char_ram~9403_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49705 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54974 ( +// Equation(s): +// \text_gen|char_ram~54974_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54974 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N5 +dffeas \text_gen|char_ram~9235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54977 ( +// Equation(s): +// \text_gen|char_ram~54977_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54977 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y44_N31 +dffeas \text_gen|char_ram~9347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54976 ( +// Equation(s): +// \text_gen|char_ram~54976_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52811_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54976 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y40_N31 +dffeas \text_gen|char_ram~9011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9123feeder ( +// Equation(s): +// \text_gen|char_ram~9123feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54975 ( +// Equation(s): +// \text_gen|char_ram~54975_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54975 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N25 +dffeas \text_gen|char_ram~9123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49699 ( +// Equation(s): +// \text_gen|char_ram~49699_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9123_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9011_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9011_q ), + .datad(\text_gen|char_ram~9123_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49699 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49700 ( +// Equation(s): +// \text_gen|char_ram~49700_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49699_combout & ((\text_gen|char_ram~9347_q ))) # (!\text_gen|char_ram~49699_combout & (\text_gen|char_ram~9235_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49699_combout )))) + + .dataa(\text_gen|char_ram~9235_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9347_q ), + .datad(\text_gen|char_ram~49699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49700 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54927 ( +// Equation(s): +// \text_gen|char_ram~54927_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54927 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y39_N17 +dffeas \text_gen|char_ram~8997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54926 ( +// Equation(s): +// \text_gen|char_ram~54926_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54926 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N15 +dffeas \text_gen|char_ram~9109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49701 ( +// Equation(s): +// \text_gen|char_ram~49701_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9109_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~8997_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8997_q ), + .datad(\text_gen|char_ram~9109_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49701 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54928 ( +// Equation(s): +// \text_gen|char_ram~54928_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54928 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y39_N15 +dffeas \text_gen|char_ram~9333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54925 ( +// Equation(s): +// \text_gen|char_ram~54925_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54925 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y39_N11 +dffeas \text_gen|char_ram~9221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49702 ( +// Equation(s): +// \text_gen|char_ram~49702_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49701_combout & (\text_gen|char_ram~9333_q )) # (!\text_gen|char_ram~49701_combout & ((\text_gen|char_ram~9221_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49701_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49701_combout ), + .datac(\text_gen|char_ram~9333_q ), + .datad(\text_gen|char_ram~9221_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49702 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49703 ( +// Equation(s): +// \text_gen|char_ram~49703_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~49700_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~49702_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49700_combout ), + .datad(\text_gen|char_ram~49702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49703 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49706 ( +// Equation(s): +// \text_gen|char_ram~49706_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49703_combout & ((\text_gen|char_ram~49705_combout ))) # (!\text_gen|char_ram~49703_combout & (\text_gen|char_ram~49698_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49703_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49698_combout ), + .datac(\text_gen|char_ram~49705_combout ), + .datad(\text_gen|char_ram~49703_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49706 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49717 ( +// Equation(s): +// \text_gen|char_ram~49717_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~49706_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~49716_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49716_combout ), + .datad(\text_gen|char_ram~49706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49717 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49728 ( +// Equation(s): +// \text_gen|char_ram~49728_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49717_combout & (\text_gen|char_ram~49727_combout )) # (!\text_gen|char_ram~49717_combout & ((\text_gen|char_ram~49696_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49717_combout )))) + + .dataa(\text_gen|char_ram~49727_combout ), + .datab(\text_gen|char_ram~49696_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49728 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~49728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55181 ( +// Equation(s): +// \text_gen|char_ram~55181_combout = (!\text_gen|char_ram~52730_combout & (!\text_gen|char_ram~52731_combout & (\text_gen|char_ram~52732_combout & !\text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55181 .lut_mask = 16'h0010; +defparam \text_gen|char_ram~55181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55476 ( +// Equation(s): +// \text_gen|char_ram~55476_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52893_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55476 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55684 ( +// Equation(s): +// \text_gen|char_ram~55684_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55476_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55684 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y42_N13 +dffeas \text_gen|char_ram~331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55686 ( +// Equation(s): +// \text_gen|char_ram~55686_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55476_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55686 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y42_N23 +dffeas \text_gen|char_ram~443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55685 ( +// Equation(s): +// \text_gen|char_ram~55685_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52893_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55685 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y42_N3 +dffeas \text_gen|char_ram~107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55683 ( +// Equation(s): +// \text_gen|char_ram~55683_combout = (\text_gen|char_ram~52958_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52958_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55683 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y45_N23 +dffeas \text_gen|char_ram~219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49764 ( +// Equation(s): +// \text_gen|char_ram~49764_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~219_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~107_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~107_q ), + .datad(\text_gen|char_ram~219_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49764 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49765 ( +// Equation(s): +// \text_gen|char_ram~49765_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49764_combout & ((\text_gen|char_ram~443_q ))) # (!\text_gen|char_ram~49764_combout & (\text_gen|char_ram~331_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49764_combout )))) + + .dataa(\text_gen|char_ram~331_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~443_q ), + .datad(\text_gen|char_ram~49764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49765 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7387feeder ( +// Equation(s): +// \text_gen|char_ram~7387feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7387feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7387feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7387feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55667 ( +// Equation(s): +// \text_gen|char_ram~55667_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55667 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y49_N17 +dffeas \text_gen|char_ram~7387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7387feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55670 ( +// Equation(s): +// \text_gen|char_ram~55670_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55670 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y49_N29 +dffeas \text_gen|char_ram~7611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55669 ( +// Equation(s): +// \text_gen|char_ram~55669_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55669 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y49_N5 +dffeas \text_gen|char_ram~7275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55668 ( +// Equation(s): +// \text_gen|char_ram~55668_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55668 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y49_N11 +dffeas \text_gen|char_ram~7499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49762 ( +// Equation(s): +// \text_gen|char_ram~49762_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~7499_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7275_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7275_q ), + .datad(\text_gen|char_ram~7499_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49762 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49763 ( +// Equation(s): +// \text_gen|char_ram~49763_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49762_combout & ((\text_gen|char_ram~7611_q ))) # (!\text_gen|char_ram~49762_combout & (\text_gen|char_ram~7387_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49762_combout )))) + + .dataa(\text_gen|char_ram~7387_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7611_q ), + .datad(\text_gen|char_ram~49762_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49763 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49766 ( +// Equation(s): +// \text_gen|char_ram~49766_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~49763_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~49765_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~49765_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49766 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~49766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55699 ( +// Equation(s): +// \text_gen|char_ram~55699_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52987_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55699 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N23 +dffeas \text_gen|char_ram~21723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55494 ( +// Equation(s): +// \text_gen|char_ram~55494_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52975_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55494 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55702 ( +// Equation(s): +// \text_gen|char_ram~55702_combout = (\text_gen|char_ram~55494_combout & \text_gen|char_ram~52816_combout ) + + .dataa(\text_gen|char_ram~55494_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55702 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y38_N27 +dffeas \text_gen|char_ram~21947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55701 ( +// Equation(s): +// \text_gen|char_ram~55701_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52975_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55701 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y38_N17 +dffeas \text_gen|char_ram~21611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21835feeder ( +// Equation(s): +// \text_gen|char_ram~21835feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21835feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21835feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21835feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55700 ( +// Equation(s): +// \text_gen|char_ram~55700_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55494_combout ) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55700 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y23_N1 +dffeas \text_gen|char_ram~21835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21835feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49767 ( +// Equation(s): +// \text_gen|char_ram~49767_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21835_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21611_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21611_q ), + .datad(\text_gen|char_ram~21835_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49767 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49768 ( +// Equation(s): +// \text_gen|char_ram~49768_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49767_combout & ((\text_gen|char_ram~21947_q ))) # (!\text_gen|char_ram~49767_combout & (\text_gen|char_ram~21723_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49767_combout )))) + + .dataa(\text_gen|char_ram~21723_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21947_q ), + .datad(\text_gen|char_ram~49767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49768 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14667feeder ( +// Equation(s): +// \text_gen|char_ram~14667feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14667feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14667feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14667feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55652 ( +// Equation(s): +// \text_gen|char_ram~55652_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55652 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y41_N17 +dffeas \text_gen|char_ram~14667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14667feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55654 ( +// Equation(s): +// \text_gen|char_ram~55654_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55654 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y42_N3 +dffeas \text_gen|char_ram~14779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55653 ( +// Equation(s): +// \text_gen|char_ram~55653_combout = (\text_gen|char_ram~52821_combout & (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52800_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52821_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55653 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y11_N15 +dffeas \text_gen|char_ram~14443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55651 ( +// Equation(s): +// \text_gen|char_ram~55651_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55651 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y11_N9 +dffeas \text_gen|char_ram~14555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49760 ( +// Equation(s): +// \text_gen|char_ram~49760_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14555_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14443_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14443_q ), + .datad(\text_gen|char_ram~14555_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49760 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49761 ( +// Equation(s): +// \text_gen|char_ram~49761_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49760_combout & ((\text_gen|char_ram~14779_q ))) # (!\text_gen|char_ram~49760_combout & (\text_gen|char_ram~14667_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49760_combout )))) + + .dataa(\text_gen|char_ram~14667_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14779_q ), + .datad(\text_gen|char_ram~49760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49761 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49769 ( +// Equation(s): +// \text_gen|char_ram~49769_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49766_combout & (\text_gen|char_ram~49768_combout )) # (!\text_gen|char_ram~49766_combout & ((\text_gen|char_ram~49761_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~49766_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~49766_combout ), + .datac(\text_gen|char_ram~49768_combout ), + .datad(\text_gen|char_ram~49761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49769 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55508 ( +// Equation(s): +// \text_gen|char_ram~55508_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55508 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y15_N17 +dffeas \text_gen|char_ram~21821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55509 ( +// Equation(s): +// \text_gen|char_ram~55509_combout = (\text_gen|char_ram~52989_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52989_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55509 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y15_N19 +dffeas \text_gen|char_ram~21597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49736 ( +// Equation(s): +// \text_gen|char_ram~49736_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~21821_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~21597_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21821_q ), + .datac(\text_gen|char_ram~21597_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49736 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55510 ( +// Equation(s): +// \text_gen|char_ram~55510_combout = (\text_gen|char_ram~55494_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55494_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55510 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y43_N1 +dffeas \text_gen|char_ram~21933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21709feeder ( +// Equation(s): +// \text_gen|char_ram~21709feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21709feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21709feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21709feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55507 ( +// Equation(s): +// \text_gen|char_ram~55507_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55507 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y31_N21 +dffeas \text_gen|char_ram~21709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21709feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49737 ( +// Equation(s): +// \text_gen|char_ram~49737_combout = (\text_gen|char_ram~49736_combout & (((\text_gen|char_ram~21933_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~49736_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21709_q )))) + + .dataa(\text_gen|char_ram~49736_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21933_q ), + .datad(\text_gen|char_ram~21709_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49737 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7373feeder ( +// Equation(s): +// \text_gen|char_ram~7373feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7373feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7373feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7373feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55470 ( +// Equation(s): +// \text_gen|char_ram~55470_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55470 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y43_N3 +dffeas \text_gen|char_ram~7373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7373feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55473 ( +// Equation(s): +// \text_gen|char_ram~55473_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55473 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y43_N21 +dffeas \text_gen|char_ram~7597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7485feeder ( +// Equation(s): +// \text_gen|char_ram~7485feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55471 ( +// Equation(s): +// \text_gen|char_ram~55471_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55471 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y43_N23 +dffeas \text_gen|char_ram~7485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55472 ( +// Equation(s): +// \text_gen|char_ram~55472_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55472 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y43_N19 +dffeas \text_gen|char_ram~7261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49729 ( +// Equation(s): +// \text_gen|char_ram~49729_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~7485_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~7261_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7485_q ), + .datac(\text_gen|char_ram~7261_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49729 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49730 ( +// Equation(s): +// \text_gen|char_ram~49730_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49729_combout & ((\text_gen|char_ram~7597_q ))) # (!\text_gen|char_ram~49729_combout & (\text_gen|char_ram~7373_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49729_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7373_q ), + .datac(\text_gen|char_ram~7597_q ), + .datad(\text_gen|char_ram~49729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49730 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55490 ( +// Equation(s): +// \text_gen|char_ram~55490_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55476_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~55476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55490 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y38_N11 +dffeas \text_gen|char_ram~317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55492 ( +// Equation(s): +// \text_gen|char_ram~55492_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55476_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~55476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55492 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y45_N21 +dffeas \text_gen|char_ram~429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55491 ( +// Equation(s): +// \text_gen|char_ram~55491_combout = (\text_gen|char_ram~52928_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52928_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55491 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y14_N1 +dffeas \text_gen|char_ram~93 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~93_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~93 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~93 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~205feeder ( +// Equation(s): +// \text_gen|char_ram~205feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~205feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55489 ( +// Equation(s): +// \text_gen|char_ram~55489_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52922_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55489 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y14_N9 +dffeas \text_gen|char_ram~205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49733 ( +// Equation(s): +// \text_gen|char_ram~49733_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~205_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~93_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~93_q ), + .datad(\text_gen|char_ram~205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49733 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49734 ( +// Equation(s): +// \text_gen|char_ram~49734_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49733_combout & ((\text_gen|char_ram~429_q ))) # (!\text_gen|char_ram~49733_combout & (\text_gen|char_ram~317_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49733_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~317_q ), + .datac(\text_gen|char_ram~429_q ), + .datad(\text_gen|char_ram~49733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49734 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14653feeder ( +// Equation(s): +// \text_gen|char_ram~14653feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55455 ( +// Equation(s): +// \text_gen|char_ram~55455_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55455 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y35_N31 +dffeas \text_gen|char_ram~14653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55457 ( +// Equation(s): +// \text_gen|char_ram~55457_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55457 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y46_N9 +dffeas \text_gen|char_ram~14765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55456 ( +// Equation(s): +// \text_gen|char_ram~55456_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55456 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y46_N11 +dffeas \text_gen|char_ram~14429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55454 ( +// Equation(s): +// \text_gen|char_ram~55454_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55454 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y39_N13 +dffeas \text_gen|char_ram~14541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49731 ( +// Equation(s): +// \text_gen|char_ram~49731_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14541_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14429_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14429_q ), + .datad(\text_gen|char_ram~14541_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49731 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49732 ( +// Equation(s): +// \text_gen|char_ram~49732_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49731_combout & ((\text_gen|char_ram~14765_q ))) # (!\text_gen|char_ram~49731_combout & (\text_gen|char_ram~14653_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49731_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~14653_q ), + .datac(\text_gen|char_ram~14765_q ), + .datad(\text_gen|char_ram~49731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49732 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49735 ( +// Equation(s): +// \text_gen|char_ram~49735_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~49732_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~49734_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~49734_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49735 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~49735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49738 ( +// Equation(s): +// \text_gen|char_ram~49738_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49735_combout & (\text_gen|char_ram~49737_combout )) # (!\text_gen|char_ram~49735_combout & ((\text_gen|char_ram~49730_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49735_combout )))) + + .dataa(\text_gen|char_ram~49737_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49730_combout ), + .datad(\text_gen|char_ram~49735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49738 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55182 ( +// Equation(s): +// \text_gen|char_ram~55182_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55182 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55458 ( +// Equation(s): +// \text_gen|char_ram~55458_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~55182_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~55182_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55458 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~55458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y36_N11 +dffeas \text_gen|char_ram~7317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55461 ( +// Equation(s): +// \text_gen|char_ram~55461_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55461 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y47_N17 +dffeas \text_gen|char_ram~7541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55460 ( +// Equation(s): +// \text_gen|char_ram~55460_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55460 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y43_N29 +dffeas \text_gen|char_ram~7205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7429feeder ( +// Equation(s): +// \text_gen|char_ram~7429feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55459 ( +// Equation(s): +// \text_gen|char_ram~55459_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55459 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y39_N5 +dffeas \text_gen|char_ram~7429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49749 ( +// Equation(s): +// \text_gen|char_ram~49749_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~7429_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7205_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7205_q ), + .datad(\text_gen|char_ram~7429_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49749 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49750 ( +// Equation(s): +// \text_gen|char_ram~49750_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49749_combout & ((\text_gen|char_ram~7541_q ))) # (!\text_gen|char_ram~49749_combout & (\text_gen|char_ram~7317_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49749_combout )))) + + .dataa(\text_gen|char_ram~7317_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7541_q ), + .datad(\text_gen|char_ram~49749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49750 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55496 ( +// Equation(s): +// \text_gen|char_ram~55496_combout = (\text_gen|char_ram~53013_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53013_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55496 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y35_N29 +dffeas \text_gen|char_ram~21541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21765feeder ( +// Equation(s): +// \text_gen|char_ram~21765feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55495 ( +// Equation(s): +// \text_gen|char_ram~55495_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55495 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y35_N19 +dffeas \text_gen|char_ram~21765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49756 ( +// Equation(s): +// \text_gen|char_ram~49756_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21765_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21541_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21541_q ), + .datad(\text_gen|char_ram~21765_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49756 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55497 ( +// Equation(s): +// \text_gen|char_ram~55497_combout = (\text_gen|char_ram~55494_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55494_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55497 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y35_N25 +dffeas \text_gen|char_ram~21877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21653feeder ( +// Equation(s): +// \text_gen|char_ram~21653feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55493 ( +// Equation(s): +// \text_gen|char_ram~55493_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53002_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55493 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y35_N11 +dffeas \text_gen|char_ram~21653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49757 ( +// Equation(s): +// \text_gen|char_ram~49757_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49756_combout & (\text_gen|char_ram~21877_q )) # (!\text_gen|char_ram~49756_combout & ((\text_gen|char_ram~21653_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49756_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49756_combout ), + .datac(\text_gen|char_ram~21877_q ), + .datad(\text_gen|char_ram~21653_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49757 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55477 ( +// Equation(s): +// \text_gen|char_ram~55477_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55476_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~55476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55477 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y42_N5 +dffeas \text_gen|char_ram~261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55479 ( +// Equation(s): +// \text_gen|char_ram~55479_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55476_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~55476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55479 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y53_N11 +dffeas \text_gen|char_ram~373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55478 ( +// Equation(s): +// \text_gen|char_ram~55478_combout = (\text_gen|char_ram~52926_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~52926_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55478 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y39_N17 +dffeas \text_gen|char_ram~37 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~37_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~37 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~37 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55474 ( +// Equation(s): +// \text_gen|char_ram~55474_combout = (\text_gen|char_ram~52893_combout & (!\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52893_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55474 .lut_mask = 16'h0C00; +defparam \text_gen|char_ram~55474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55475 ( +// Equation(s): +// \text_gen|char_ram~55475_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55474_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~55474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55475 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y42_N15 +dffeas \text_gen|char_ram~149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49753 ( +// Equation(s): +// \text_gen|char_ram~49753_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~149_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~37_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37_q ), + .datad(\text_gen|char_ram~149_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49753 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49754 ( +// Equation(s): +// \text_gen|char_ram~49754_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49753_combout & ((\text_gen|char_ram~373_q ))) # (!\text_gen|char_ram~49753_combout & (\text_gen|char_ram~261_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49753_combout )))) + + .dataa(\text_gen|char_ram~261_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~373_q ), + .datad(\text_gen|char_ram~49753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49754 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55443 ( +// Equation(s): +// \text_gen|char_ram~55443_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55443 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y35_N9 +dffeas \text_gen|char_ram~14597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55445 ( +// Equation(s): +// \text_gen|char_ram~55445_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55445 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y53_N21 +dffeas \text_gen|char_ram~14709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55444 ( +// Equation(s): +// \text_gen|char_ram~55444_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55444 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y38_N25 +dffeas \text_gen|char_ram~14373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14485feeder ( +// Equation(s): +// \text_gen|char_ram~14485feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55442 ( +// Equation(s): +// \text_gen|char_ram~55442_combout = (\text_gen|char_ram~52821_combout & (\text_gen|char_ram~55182_combout & (!\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52821_combout ), + .datab(\text_gen|char_ram~55182_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55442 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~55442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y38_N5 +dffeas \text_gen|char_ram~14485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49751 ( +// Equation(s): +// \text_gen|char_ram~49751_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14485_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14373_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14373_q ), + .datad(\text_gen|char_ram~14485_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49751 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49752 ( +// Equation(s): +// \text_gen|char_ram~49752_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49751_combout & ((\text_gen|char_ram~14709_q ))) # (!\text_gen|char_ram~49751_combout & (\text_gen|char_ram~14597_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49751_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~14597_q ), + .datac(\text_gen|char_ram~14709_q ), + .datad(\text_gen|char_ram~49751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49752 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49755 ( +// Equation(s): +// \text_gen|char_ram~49755_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~49752_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~49754_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~49754_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~49752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49755 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~49755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49758 ( +// Equation(s): +// \text_gen|char_ram~49758_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49755_combout & ((\text_gen|char_ram~49757_combout ))) # (!\text_gen|char_ram~49755_combout & (\text_gen|char_ram~49750_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49755_combout )))) + + .dataa(\text_gen|char_ram~49750_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49757_combout ), + .datad(\text_gen|char_ram~49755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49758 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55641 ( +// Equation(s): +// \text_gen|char_ram~55641_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52885_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55641 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y39_N29 +dffeas \text_gen|char_ram~14387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14499feeder ( +// Equation(s): +// \text_gen|char_ram~14499feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55639 ( +// Equation(s): +// \text_gen|char_ram~55639_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55639 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N15 +dffeas \text_gen|char_ram~14499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49739 ( +// Equation(s): +// \text_gen|char_ram~49739_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14499_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14387_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14387_q ), + .datad(\text_gen|char_ram~14499_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49739 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55642 ( +// Equation(s): +// \text_gen|char_ram~55642_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55642 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y42_N21 +dffeas \text_gen|char_ram~14723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55640 ( +// Equation(s): +// \text_gen|char_ram~55640_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55640 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y50_N23 +dffeas \text_gen|char_ram~14611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49740 ( +// Equation(s): +// \text_gen|char_ram~49740_combout = (\text_gen|char_ram~49739_combout & (((\text_gen|char_ram~14723_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~49739_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~14611_q )))) + + .dataa(\text_gen|char_ram~49739_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14723_q ), + .datad(\text_gen|char_ram~14611_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49740 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55687 ( +// Equation(s): +// \text_gen|char_ram~55687_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53006_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55687 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y43_N27 +dffeas \text_gen|char_ram~21667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55690 ( +// Equation(s): +// \text_gen|char_ram~55690_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55690 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y43_N15 +dffeas \text_gen|char_ram~21891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55689 ( +// Equation(s): +// \text_gen|char_ram~55689_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53019_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55689 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y39_N23 +dffeas \text_gen|char_ram~21555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55688 ( +// Equation(s): +// \text_gen|char_ram~55688_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55688 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y34_N19 +dffeas \text_gen|char_ram~21779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49746 ( +// Equation(s): +// \text_gen|char_ram~49746_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21779_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21555_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21555_q ), + .datad(\text_gen|char_ram~21779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49746 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49747 ( +// Equation(s): +// \text_gen|char_ram~49747_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49746_combout & ((\text_gen|char_ram~21891_q ))) # (!\text_gen|char_ram~49746_combout & (\text_gen|char_ram~21667_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49746_combout )))) + + .dataa(\text_gen|char_ram~21667_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21891_q ), + .datad(\text_gen|char_ram~49746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49747 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7443feeder ( +// Equation(s): +// \text_gen|char_ram~7443feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7443feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7443feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7443feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55656 ( +// Equation(s): +// \text_gen|char_ram~55656_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55656 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y44_N5 +dffeas \text_gen|char_ram~7443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7443feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55657 ( +// Equation(s): +// \text_gen|char_ram~55657_combout = (\text_gen|char_ram~52811_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52811_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55657 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y44_N31 +dffeas \text_gen|char_ram~7219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49741 ( +// Equation(s): +// \text_gen|char_ram~49741_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~7443_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~7219_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7443_q ), + .datac(\text_gen|char_ram~7219_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49741 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55655 ( +// Equation(s): +// \text_gen|char_ram~55655_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55655 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y45_N25 +dffeas \text_gen|char_ram~7331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55658 ( +// Equation(s): +// \text_gen|char_ram~55658_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55658 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y43_N1 +dffeas \text_gen|char_ram~7555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49742 ( +// Equation(s): +// \text_gen|char_ram~49742_combout = (\text_gen|char_ram~49741_combout & (((\text_gen|char_ram~7555_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~49741_combout & (\text_gen|char_ram~7331_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~49741_combout ), + .datab(\text_gen|char_ram~7331_q ), + .datac(\text_gen|char_ram~7555_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49742 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55672 ( +// Equation(s): +// \text_gen|char_ram~55672_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55476_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55476_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55672 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y40_N9 +dffeas \text_gen|char_ram~275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55674 ( +// Equation(s): +// \text_gen|char_ram~55674_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55476_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55674 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y43_N17 +dffeas \text_gen|char_ram~387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55673 ( +// Equation(s): +// \text_gen|char_ram~55673_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52966_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52966_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55673 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y40_N3 +dffeas \text_gen|char_ram~51 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~51_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~51 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~51 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55671 ( +// Equation(s): +// \text_gen|char_ram~55671_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52956_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55671 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y43_N29 +dffeas \text_gen|char_ram~163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49743 ( +// Equation(s): +// \text_gen|char_ram~49743_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~163_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~51_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51_q ), + .datad(\text_gen|char_ram~163_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49743 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49744 ( +// Equation(s): +// \text_gen|char_ram~49744_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49743_combout & ((\text_gen|char_ram~387_q ))) # (!\text_gen|char_ram~49743_combout & (\text_gen|char_ram~275_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49743_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~275_q ), + .datac(\text_gen|char_ram~387_q ), + .datad(\text_gen|char_ram~49743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49744 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49745 ( +// Equation(s): +// \text_gen|char_ram~49745_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~49742_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~49744_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49742_combout ), + .datad(\text_gen|char_ram~49744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49745 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49748 ( +// Equation(s): +// \text_gen|char_ram~49748_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49745_combout & ((\text_gen|char_ram~49747_combout ))) # (!\text_gen|char_ram~49745_combout & (\text_gen|char_ram~49740_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49745_combout )))) + + .dataa(\text_gen|char_ram~49740_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49747_combout ), + .datad(\text_gen|char_ram~49745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49748 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49759 ( +// Equation(s): +// \text_gen|char_ram~49759_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~49748_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49758_combout )))) + + .dataa(\text_gen|char_ram~49758_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~49748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49759 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~49759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49770 ( +// Equation(s): +// \text_gen|char_ram~49770_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49759_combout & (\text_gen|char_ram~49769_combout )) # (!\text_gen|char_ram~49759_combout & ((\text_gen|char_ram~49738_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49759_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49769_combout ), + .datac(\text_gen|char_ram~49738_combout ), + .datad(\text_gen|char_ram~49759_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49770 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49771 ( +// Equation(s): +// \text_gen|char_ram~49771_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49728_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~49770_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~49728_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~49770_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49771 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~49771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55430 ( +// Equation(s): +// \text_gen|char_ram~55430_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55430 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y48_N9 +dffeas \text_gen|char_ram~18251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55433 ( +// Equation(s): +// \text_gen|char_ram~55433_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55433 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y48_N3 +dffeas \text_gen|char_ram~18363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55432 ( +// Equation(s): +// \text_gen|char_ram~55432_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55432 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y48_N23 +dffeas \text_gen|char_ram~18027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18139feeder ( +// Equation(s): +// \text_gen|char_ram~18139feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18139feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18139feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18139feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55431 ( +// Equation(s): +// \text_gen|char_ram~55431_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55431 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y48_N25 +dffeas \text_gen|char_ram~18139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18139feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49676 ( +// Equation(s): +// \text_gen|char_ram~49676_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18139_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18027_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18027_q ), + .datad(\text_gen|char_ram~18139_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49676 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49677 ( +// Equation(s): +// \text_gen|char_ram~49677_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49676_combout & ((\text_gen|char_ram~18363_q ))) # (!\text_gen|char_ram~49676_combout & (\text_gen|char_ram~18251_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49676_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18251_q ), + .datac(\text_gen|char_ram~18363_q ), + .datad(\text_gen|char_ram~49676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49677 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55438 ( +// Equation(s): +// \text_gen|char_ram~55438_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55438 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y48_N21 +dffeas \text_gen|char_ram~25307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55233 ( +// Equation(s): +// \text_gen|char_ram~55233_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53067_combout ))) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55233 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55441 ( +// Equation(s): +// \text_gen|char_ram~55441_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55233_combout ) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55233_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55441 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y48_N27 +dffeas \text_gen|char_ram~25531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55440 ( +// Equation(s): +// \text_gen|char_ram~55440_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55440 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y48_N13 +dffeas \text_gen|char_ram~25195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55439 ( +// Equation(s): +// \text_gen|char_ram~55439_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55233_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55439 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y27_N29 +dffeas \text_gen|char_ram~25419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49683 ( +// Equation(s): +// \text_gen|char_ram~49683_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~25419_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25195_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25195_q ), + .datad(\text_gen|char_ram~25419_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49683 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49684 ( +// Equation(s): +// \text_gen|char_ram~49684_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49683_combout & ((\text_gen|char_ram~25531_q ))) # (!\text_gen|char_ram~49683_combout & (\text_gen|char_ram~25307_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49683_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25307_q ), + .datac(\text_gen|char_ram~25531_q ), + .datad(\text_gen|char_ram~49683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49684 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55426 ( +// Equation(s): +// \text_gen|char_ram~55426_combout = (\text_gen|char_ram~53290_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53290_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55426 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y51_N19 +dffeas \text_gen|char_ram~10971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55429 ( +// Equation(s): +// \text_gen|char_ram~55429_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55429 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y51_N9 +dffeas \text_gen|char_ram~11195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11083feeder ( +// Equation(s): +// \text_gen|char_ram~11083feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55427 ( +// Equation(s): +// \text_gen|char_ram~55427_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55427 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y51_N3 +dffeas \text_gen|char_ram~11083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55428 ( +// Equation(s): +// \text_gen|char_ram~55428_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53057_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~55181_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53057_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55428 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y51_N3 +dffeas \text_gen|char_ram~10859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49678 ( +// Equation(s): +// \text_gen|char_ram~49678_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~11083_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~10859_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~11083_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10859_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49678 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49679 ( +// Equation(s): +// \text_gen|char_ram~49679_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49678_combout & ((\text_gen|char_ram~11195_q ))) # (!\text_gen|char_ram~49678_combout & (\text_gen|char_ram~10971_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49678_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10971_q ), + .datac(\text_gen|char_ram~11195_q ), + .datad(\text_gen|char_ram~49678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49679 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55436 ( +// Equation(s): +// \text_gen|char_ram~55436_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53064_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55436 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y49_N7 +dffeas \text_gen|char_ram~3691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3803feeder ( +// Equation(s): +// \text_gen|char_ram~3803feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3803feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3803feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3803feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55435 ( +// Equation(s): +// \text_gen|char_ram~55435_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53330_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55435 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y49_N17 +dffeas \text_gen|char_ram~3803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3803feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49680 ( +// Equation(s): +// \text_gen|char_ram~49680_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3803_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3691_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3691_q ), + .datad(\text_gen|char_ram~3803_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49680 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55437 ( +// Equation(s): +// \text_gen|char_ram~55437_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55437 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y51_N13 +dffeas \text_gen|char_ram~4027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55434 ( +// Equation(s): +// \text_gen|char_ram~55434_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55434 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y49_N5 +dffeas \text_gen|char_ram~3915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49681 ( +// Equation(s): +// \text_gen|char_ram~49681_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49680_combout & (\text_gen|char_ram~4027_q )) # (!\text_gen|char_ram~49680_combout & ((\text_gen|char_ram~3915_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49680_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49680_combout ), + .datac(\text_gen|char_ram~4027_q ), + .datad(\text_gen|char_ram~3915_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49681 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49682 ( +// Equation(s): +// \text_gen|char_ram~49682_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~49679_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~49681_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49679_combout ), + .datad(\text_gen|char_ram~49681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49682 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49685 ( +// Equation(s): +// \text_gen|char_ram~49685_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49682_combout & ((\text_gen|char_ram~49684_combout ))) # (!\text_gen|char_ram~49682_combout & (\text_gen|char_ram~49677_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49682_combout )))) + + .dataa(\text_gen|char_ram~49677_combout ), + .datab(\text_gen|char_ram~49684_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49685 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~49685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55199 ( +// Equation(s): +// \text_gen|char_ram~55199_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55199 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N21 +dffeas \text_gen|char_ram~11181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11069feeder ( +// Equation(s): +// \text_gen|char_ram~11069feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11069feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11069feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11069feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55197 ( +// Equation(s): +// \text_gen|char_ram~55197_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55197 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y43_N13 +dffeas \text_gen|char_ram~11069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11069feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55198 ( +// Equation(s): +// \text_gen|char_ram~55198_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55198 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N23 +dffeas \text_gen|char_ram~10845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49645 ( +// Equation(s): +// \text_gen|char_ram~49645_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~11069_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~10845_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~11069_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10845_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49645 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55196 ( +// Equation(s): +// \text_gen|char_ram~55196_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53072_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55196 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y43_N15 +dffeas \text_gen|char_ram~10957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49646 ( +// Equation(s): +// \text_gen|char_ram~49646_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49645_combout & (\text_gen|char_ram~11181_q )) # (!\text_gen|char_ram~49645_combout & ((\text_gen|char_ram~10957_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49645_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11181_q ), + .datac(\text_gen|char_ram~49645_combout ), + .datad(\text_gen|char_ram~10957_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49646 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55213 ( +// Equation(s): +// \text_gen|char_ram~55213_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55213 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y51_N3 +dffeas \text_gen|char_ram~18237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55215 ( +// Equation(s): +// \text_gen|char_ram~55215_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55215 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y51_N9 +dffeas \text_gen|char_ram~18349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18125feeder ( +// Equation(s): +// \text_gen|char_ram~18125feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18125feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55212 ( +// Equation(s): +// \text_gen|char_ram~55212_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55212 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y48_N31 +dffeas \text_gen|char_ram~18125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55214 ( +// Equation(s): +// \text_gen|char_ram~55214_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55214 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y47_N29 +dffeas \text_gen|char_ram~18013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49647 ( +// Equation(s): +// \text_gen|char_ram~49647_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18125_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~18013_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18125_q ), + .datac(\text_gen|char_ram~18013_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49647 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49648 ( +// Equation(s): +// \text_gen|char_ram~49648_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49647_combout & ((\text_gen|char_ram~18349_q ))) # (!\text_gen|char_ram~49647_combout & (\text_gen|char_ram~18237_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49647_combout )))) + + .dataa(\text_gen|char_ram~18237_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18349_q ), + .datad(\text_gen|char_ram~49647_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49648 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55229 ( +// Equation(s): +// \text_gen|char_ram~55229_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55229 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y45_N9 +dffeas \text_gen|char_ram~3901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55231 ( +// Equation(s): +// \text_gen|char_ram~55231_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55231 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y45_N19 +dffeas \text_gen|char_ram~4013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55230 ( +// Equation(s): +// \text_gen|char_ram~55230_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53081_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55230 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y45_N23 +dffeas \text_gen|char_ram~3677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55228 ( +// Equation(s): +// \text_gen|char_ram~55228_combout = (\text_gen|char_ram~53074_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53074_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55228 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y45_N13 +dffeas \text_gen|char_ram~3789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49649 ( +// Equation(s): +// \text_gen|char_ram~49649_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~3789_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3677_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3677_q ), + .datad(\text_gen|char_ram~3789_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49649 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49650 ( +// Equation(s): +// \text_gen|char_ram~49650_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49649_combout & ((\text_gen|char_ram~4013_q ))) # (!\text_gen|char_ram~49649_combout & (\text_gen|char_ram~3901_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49649_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3901_q ), + .datac(\text_gen|char_ram~4013_q ), + .datad(\text_gen|char_ram~49649_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49650 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49651 ( +// Equation(s): +// \text_gen|char_ram~49651_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~49648_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~49650_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49648_combout ), + .datad(\text_gen|char_ram~49650_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49651 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25293feeder ( +// Equation(s): +// \text_gen|char_ram~25293feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55246 ( +// Equation(s): +// \text_gen|char_ram~55246_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55246 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y48_N3 +dffeas \text_gen|char_ram~25293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55249 ( +// Equation(s): +// \text_gen|char_ram~55249_combout = (\text_gen|char_ram~55233_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55233_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55249 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y48_N11 +dffeas \text_gen|char_ram~25517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55248 ( +// Equation(s): +// \text_gen|char_ram~55248_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55248 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y47_N19 +dffeas \text_gen|char_ram~25181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55247 ( +// Equation(s): +// \text_gen|char_ram~55247_combout = (\text_gen|char_ram~55233_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55233_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55247 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y51_N23 +dffeas \text_gen|char_ram~25405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49652 ( +// Equation(s): +// \text_gen|char_ram~49652_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~25405_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25181_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25181_q ), + .datad(\text_gen|char_ram~25405_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49652 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49653 ( +// Equation(s): +// \text_gen|char_ram~49653_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49652_combout & ((\text_gen|char_ram~25517_q ))) # (!\text_gen|char_ram~49652_combout & (\text_gen|char_ram~25293_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49652_combout )))) + + .dataa(\text_gen|char_ram~25293_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25517_q ), + .datad(\text_gen|char_ram~49652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49653 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49654 ( +// Equation(s): +// \text_gen|char_ram~49654_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49651_combout & ((\text_gen|char_ram~49653_combout ))) # (!\text_gen|char_ram~49651_combout & (\text_gen|char_ram~49646_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49651_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~49646_combout ), + .datac(\text_gen|char_ram~49651_combout ), + .datad(\text_gen|char_ram~49653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49654 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~49654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55183 ( +// Equation(s): +// \text_gen|char_ram~55183_combout = (\text_gen|char_ram~55182_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|char_ram~55182_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55183 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~55183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y48_N31 +dffeas \text_gen|char_ram~10901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55185 ( +// Equation(s): +// \text_gen|char_ram~55185_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55185 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y47_N23 +dffeas \text_gen|char_ram~10789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55184 ( +// Equation(s): +// \text_gen|char_ram~55184_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55184 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y21_N3 +dffeas \text_gen|char_ram~11013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49665 ( +// Equation(s): +// \text_gen|char_ram~49665_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11013_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10789_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10789_q ), + .datad(\text_gen|char_ram~11013_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49665 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55186 ( +// Equation(s): +// \text_gen|char_ram~55186_combout = (\text_gen|char_ram~55182_combout & (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|char_ram~55182_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55186 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y47_N29 +dffeas \text_gen|char_ram~11125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49666 ( +// Equation(s): +// \text_gen|char_ram~49666_combout = (\text_gen|char_ram~49665_combout & (((\text_gen|char_ram~11125_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~49665_combout & (\text_gen|char_ram~10901_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~10901_q ), + .datab(\text_gen|char_ram~49665_combout ), + .datac(\text_gen|char_ram~11125_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49666 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55232 ( +// Equation(s): +// \text_gen|char_ram~55232_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~55182_combout & \text_gen|char_ram~53067_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~55182_combout ), + .datad(\text_gen|char_ram~53067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55232 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~55232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y48_N11 +dffeas \text_gen|char_ram~25237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55236 ( +// Equation(s): +// \text_gen|char_ram~55236_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55233_combout ) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55233_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55236 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y48_N17 +dffeas \text_gen|char_ram~25461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55234 ( +// Equation(s): +// \text_gen|char_ram~55234_combout = (\text_gen|char_ram~55233_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55233_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55234 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y44_N21 +dffeas \text_gen|char_ram~25349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55235 ( +// Equation(s): +// \text_gen|char_ram~55235_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55235 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y46_N5 +dffeas \text_gen|char_ram~25125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49672 ( +// Equation(s): +// \text_gen|char_ram~49672_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~25349_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~25125_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~25349_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25125_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49672 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49673 ( +// Equation(s): +// \text_gen|char_ram~49673_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49672_combout & ((\text_gen|char_ram~25461_q ))) # (!\text_gen|char_ram~49672_combout & (\text_gen|char_ram~25237_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49672_combout )))) + + .dataa(\text_gen|char_ram~25237_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25461_q ), + .datad(\text_gen|char_ram~49672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49673 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3845feeder ( +// Equation(s): +// \text_gen|char_ram~3845feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3845feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3845feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3845feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55217 ( +// Equation(s): +// \text_gen|char_ram~55217_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55217 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N19 +dffeas \text_gen|char_ram~3845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3845feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55219 ( +// Equation(s): +// \text_gen|char_ram~55219_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55219 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y50_N5 +dffeas \text_gen|char_ram~3957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55218 ( +// Equation(s): +// \text_gen|char_ram~55218_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53103_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55218 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y46_N3 +dffeas \text_gen|char_ram~3621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3733feeder ( +// Equation(s): +// \text_gen|char_ram~3733feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3733feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3733feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3733feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55216 ( +// Equation(s): +// \text_gen|char_ram~55216_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53092_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53092_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55216 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y46_N17 +dffeas \text_gen|char_ram~3733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3733feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49669 ( +// Equation(s): +// \text_gen|char_ram~49669_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3733_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3621_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3621_q ), + .datad(\text_gen|char_ram~3733_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49669 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49670 ( +// Equation(s): +// \text_gen|char_ram~49670_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49669_combout & ((\text_gen|char_ram~3957_q ))) # (!\text_gen|char_ram~49669_combout & (\text_gen|char_ram~3845_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49669_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3845_q ), + .datac(\text_gen|char_ram~3957_q ), + .datad(\text_gen|char_ram~49669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49670 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55200 ( +// Equation(s): +// \text_gen|char_ram~55200_combout = (\text_gen|char_ram~53061_combout & (\text_gen|char_ram~55182_combout & (!\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53061_combout ), + .datab(\text_gen|char_ram~55182_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55200 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~55200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y50_N5 +dffeas \text_gen|char_ram~18069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55202 ( +// Equation(s): +// \text_gen|char_ram~55202_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55202 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y49_N29 +dffeas \text_gen|char_ram~17957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49667 ( +// Equation(s): +// \text_gen|char_ram~49667_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18069_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17957_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18069_q ), + .datac(\text_gen|char_ram~17957_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49667 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55203 ( +// Equation(s): +// \text_gen|char_ram~55203_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55203 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y50_N3 +dffeas \text_gen|char_ram~18293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55201 ( +// Equation(s): +// \text_gen|char_ram~55201_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55201 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y49_N5 +dffeas \text_gen|char_ram~18181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49668 ( +// Equation(s): +// \text_gen|char_ram~49668_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49667_combout & (\text_gen|char_ram~18293_q )) # (!\text_gen|char_ram~49667_combout & ((\text_gen|char_ram~18181_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49667_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49667_combout ), + .datac(\text_gen|char_ram~18293_q ), + .datad(\text_gen|char_ram~18181_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49668 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49671 ( +// Equation(s): +// \text_gen|char_ram~49671_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~49668_combout ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~49670_combout & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~49670_combout ), + .datab(\text_gen|char_ram~49668_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49671 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~49671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49674 ( +// Equation(s): +// \text_gen|char_ram~49674_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49671_combout & ((\text_gen|char_ram~49673_combout ))) # (!\text_gen|char_ram~49671_combout & (\text_gen|char_ram~49666_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49671_combout )))) + + .dataa(\text_gen|char_ram~49666_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49673_combout ), + .datad(\text_gen|char_ram~49671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49674 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25251feeder ( +// Equation(s): +// \text_gen|char_ram~25251feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25251feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25251feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25251feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55406 ( +// Equation(s): +// \text_gen|char_ram~55406_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55406 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y51_N19 +dffeas \text_gen|char_ram~25251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25251feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55409 ( +// Equation(s): +// \text_gen|char_ram~55409_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55233_combout ) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55409 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y51_N9 +dffeas \text_gen|char_ram~25475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55408 ( +// Equation(s): +// \text_gen|char_ram~55408_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55408 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y51_N5 +dffeas \text_gen|char_ram~25139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55407 ( +// Equation(s): +// \text_gen|char_ram~55407_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55233_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~55233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55407 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y36_N5 +dffeas \text_gen|char_ram~25363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49662 ( +// Equation(s): +// \text_gen|char_ram~49662_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25363_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25139_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25139_q ), + .datad(\text_gen|char_ram~25363_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49662 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49663 ( +// Equation(s): +// \text_gen|char_ram~49663_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49662_combout & ((\text_gen|char_ram~25475_q ))) # (!\text_gen|char_ram~49662_combout & (\text_gen|char_ram~25251_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49662_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25251_q ), + .datac(\text_gen|char_ram~25475_q ), + .datad(\text_gen|char_ram~49662_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49663 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55398 ( +// Equation(s): +// \text_gen|char_ram~55398_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55398 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y50_N5 +dffeas \text_gen|char_ram~18195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55401 ( +// Equation(s): +// \text_gen|char_ram~55401_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55401 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y51_N17 +dffeas \text_gen|char_ram~18307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18083feeder ( +// Equation(s): +// \text_gen|char_ram~18083feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55399 ( +// Equation(s): +// \text_gen|char_ram~55399_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55399 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y51_N23 +dffeas \text_gen|char_ram~18083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55400 ( +// Equation(s): +// \text_gen|char_ram~55400_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53318_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55400 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y51_N3 +dffeas \text_gen|char_ram~17971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49655 ( +// Equation(s): +// \text_gen|char_ram~49655_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18083_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17971_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18083_q ), + .datac(\text_gen|char_ram~17971_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49655 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49656 ( +// Equation(s): +// \text_gen|char_ram~49656_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49655_combout & ((\text_gen|char_ram~18307_q ))) # (!\text_gen|char_ram~49655_combout & (\text_gen|char_ram~18195_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49655_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18195_q ), + .datac(\text_gen|char_ram~18307_q ), + .datad(\text_gen|char_ram~49655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49656 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55402 ( +// Equation(s): +// \text_gen|char_ram~55402_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55402 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y44_N5 +dffeas \text_gen|char_ram~3859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55405 ( +// Equation(s): +// \text_gen|char_ram~55405_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55405 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y51_N27 +dffeas \text_gen|char_ram~3971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55404 ( +// Equation(s): +// \text_gen|char_ram~55404_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55404 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y51_N23 +dffeas \text_gen|char_ram~3635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55403 ( +// Equation(s): +// \text_gen|char_ram~55403_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55403 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y47_N27 +dffeas \text_gen|char_ram~3747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49659 ( +// Equation(s): +// \text_gen|char_ram~49659_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3747_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3635_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3635_q ), + .datad(\text_gen|char_ram~3747_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49659 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49660 ( +// Equation(s): +// \text_gen|char_ram~49660_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49659_combout & ((\text_gen|char_ram~3971_q ))) # (!\text_gen|char_ram~49659_combout & (\text_gen|char_ram~3859_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49659_combout )))) + + .dataa(\text_gen|char_ram~3859_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3971_q ), + .datad(\text_gen|char_ram~49659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49660 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55394 ( +// Equation(s): +// \text_gen|char_ram~55394_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55394 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N3 +dffeas \text_gen|char_ram~10915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55397 ( +// Equation(s): +// \text_gen|char_ram~55397_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55397 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y51_N19 +dffeas \text_gen|char_ram~11139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55396 ( +// Equation(s): +// \text_gen|char_ram~55396_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53301_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53301_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55396 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y51_N15 +dffeas \text_gen|char_ram~10803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55395 ( +// Equation(s): +// \text_gen|char_ram~55395_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55395 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y47_N27 +dffeas \text_gen|char_ram~11027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49657 ( +// Equation(s): +// \text_gen|char_ram~49657_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~11027_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10803_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10803_q ), + .datad(\text_gen|char_ram~11027_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49657 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49658 ( +// Equation(s): +// \text_gen|char_ram~49658_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49657_combout & ((\text_gen|char_ram~11139_q ))) # (!\text_gen|char_ram~49657_combout & (\text_gen|char_ram~10915_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49657_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10915_q ), + .datac(\text_gen|char_ram~11139_q ), + .datad(\text_gen|char_ram~49657_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49658 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49661 ( +// Equation(s): +// \text_gen|char_ram~49661_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~49658_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~49660_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~49660_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49658_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49661 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~49661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49664 ( +// Equation(s): +// \text_gen|char_ram~49664_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49661_combout & (\text_gen|char_ram~49663_combout )) # (!\text_gen|char_ram~49661_combout & ((\text_gen|char_ram~49656_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49661_combout )))) + + .dataa(\text_gen|char_ram~49663_combout ), + .datab(\text_gen|char_ram~49656_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49664 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~49664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49675 ( +// Equation(s): +// \text_gen|char_ram~49675_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~49664_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49674_combout )))) + + .dataa(\text_gen|char_ram~49674_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~49664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49675 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~49675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49686 ( +// Equation(s): +// \text_gen|char_ram~49686_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49675_combout & (\text_gen|char_ram~49685_combout )) # (!\text_gen|char_ram~49675_combout & ((\text_gen|char_ram~49654_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49675_combout )))) + + .dataa(\text_gen|char_ram~49685_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49654_combout ), + .datad(\text_gen|char_ram~49675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49686 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49814 ( +// Equation(s): +// \text_gen|char_ram~49814_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49771_combout & (\text_gen|char_ram~49813_combout )) # (!\text_gen|char_ram~49771_combout & ((\text_gen|char_ram~49686_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49771_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49813_combout ), + .datac(\text_gen|char_ram~49771_combout ), + .datad(\text_gen|char_ram~49686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49814 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54139 ( +// Equation(s): +// \text_gen|char_ram~54139_combout = (\text_gen|char_ram~52730_combout & (!\text_gen|char_ram~52731_combout & (\text_gen|char_ram~52732_combout & \text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54139 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~54139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54140 ( +// Equation(s): +// \text_gen|char_ram~54140_combout = (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~54139_combout ))) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54140 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54205 ( +// Equation(s): +// \text_gen|char_ram~54205_combout = (\text_gen|char_ram~54140_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54140_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54205 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N11 +dffeas \text_gen|char_ram~24131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54681 ( +// Equation(s): +// \text_gen|char_ram~54681_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53067_combout ))) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54681 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54916 ( +// Equation(s): +// \text_gen|char_ram~54916_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54681_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54916 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y22_N27 +dffeas \text_gen|char_ram~27715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54908 ( +// Equation(s): +// \text_gen|char_ram~54908_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54908 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y23_N29 +dffeas \text_gen|char_ram~27491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54193 ( +// Equation(s): +// \text_gen|char_ram~54193_combout = (\text_gen|char_ram~53006_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53006_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54193 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y23_N31 +dffeas \text_gen|char_ram~23907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49619 ( +// Equation(s): +// \text_gen|char_ram~49619_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27491_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23907_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~27491_q ), + .datac(\text_gen|char_ram~23907_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49619 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49620 ( +// Equation(s): +// \text_gen|char_ram~49620_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49619_combout & ((\text_gen|char_ram~27715_q ))) # (!\text_gen|char_ram~49619_combout & (\text_gen|char_ram~24131_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49619_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~24131_q ), + .datac(\text_gen|char_ram~27715_q ), + .datad(\text_gen|char_ram~49619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49620 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24019feeder ( +// Equation(s): +// \text_gen|char_ram~24019feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24019feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24019feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24019feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54202 ( +// Equation(s): +// \text_gen|char_ram~54202_combout = (\text_gen|char_ram~54140_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54140_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54202 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y26_N15 +dffeas \text_gen|char_ram~24019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24019feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54904 ( +// Equation(s): +// \text_gen|char_ram~54904_combout = (\text_gen|char_ram~54681_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54681_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54904 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y22_N3 +dffeas \text_gen|char_ram~27603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54912 ( +// Equation(s): +// \text_gen|char_ram~54912_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54912 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y22_N11 +dffeas \text_gen|char_ram~27379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54190 ( +// Equation(s): +// \text_gen|char_ram~54190_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53019_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54190 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y22_N1 +dffeas \text_gen|char_ram~23795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49612 ( +// Equation(s): +// \text_gen|char_ram~49612_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~27379_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23795_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~27379_q ), + .datac(\text_gen|char_ram~23795_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49612 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49613 ( +// Equation(s): +// \text_gen|char_ram~49613_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49612_combout & ((\text_gen|char_ram~27603_q ))) # (!\text_gen|char_ram~49612_combout & (\text_gen|char_ram~24019_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49612_combout )))) + + .dataa(\text_gen|char_ram~24019_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27603_q ), + .datad(\text_gen|char_ram~49612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49613 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53879 ( +// Equation(s): +// \text_gen|char_ram~53879_combout = (\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52732_combout & (!\text_gen|char_ram~52731_combout & !\text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52732_combout ), + .datac(\text_gen|char_ram~52731_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53879 .lut_mask = 16'h0008; +defparam \text_gen|char_ram~53879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54090 ( +// Equation(s): +// \text_gen|char_ram~54090_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53067_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~53067_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54090 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54106 ( +// Equation(s): +// \text_gen|char_ram~54106_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54090_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~54090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54106 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y19_N25 +dffeas \text_gen|char_ram~25923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54098 ( +// Equation(s): +// \text_gen|char_ram~54098_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54098 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y22_N19 +dffeas \text_gen|char_ram~25699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22115feeder ( +// Equation(s): +// \text_gen|char_ram~22115feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22115feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22115feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22115feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54649 ( +// Equation(s): +// \text_gen|char_ram~54649_combout = (\text_gen|char_ram~53006_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53006_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54649 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y19_N13 +dffeas \text_gen|char_ram~22115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22115feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22339feeder ( +// Equation(s): +// \text_gen|char_ram~22339feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22339feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22339feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22339feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54453 ( +// Equation(s): +// \text_gen|char_ram~54453_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~53879_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54453 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54652 ( +// Equation(s): +// \text_gen|char_ram~54652_combout = (\text_gen|char_ram~54453_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54453_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54652 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y19_N31 +dffeas \text_gen|char_ram~22339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22339feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49614 ( +// Equation(s): +// \text_gen|char_ram~49614_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~22339_q )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22115_q & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~22115_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~22339_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49614 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~49614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49615 ( +// Equation(s): +// \text_gen|char_ram~49615_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49614_combout & (\text_gen|char_ram~25923_q )) # (!\text_gen|char_ram~49614_combout & ((\text_gen|char_ram~25699_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49614_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25923_q ), + .datac(\text_gen|char_ram~25699_q ), + .datad(\text_gen|char_ram~49614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49615 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25587feeder ( +// Equation(s): +// \text_gen|char_ram~25587feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25587feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25587feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25587feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54102 ( +// Equation(s): +// \text_gen|char_ram~54102_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54102 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y18_N3 +dffeas \text_gen|char_ram~25587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25587feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54650 ( +// Equation(s): +// \text_gen|char_ram~54650_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54650 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y15_N1 +dffeas \text_gen|char_ram~22227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54651 ( +// Equation(s): +// \text_gen|char_ram~54651_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53019_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54651 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y15_N27 +dffeas \text_gen|char_ram~22003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49616 ( +// Equation(s): +// \text_gen|char_ram~49616_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~22227_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~22003_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~22227_q ), + .datac(\text_gen|char_ram~22003_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49616 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54094 ( +// Equation(s): +// \text_gen|char_ram~54094_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54090_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54094 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y22_N3 +dffeas \text_gen|char_ram~25811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49617 ( +// Equation(s): +// \text_gen|char_ram~49617_combout = (\text_gen|char_ram~49616_combout & (((\text_gen|char_ram~25811_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~49616_combout & (\text_gen|char_ram~25587_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~25587_q ), + .datab(\text_gen|char_ram~49616_combout ), + .datac(\text_gen|char_ram~25811_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49617 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49618 ( +// Equation(s): +// \text_gen|char_ram~49618_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~49615_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~49617_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~49615_combout ), + .datad(\text_gen|char_ram~49617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49618 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49621 ( +// Equation(s): +// \text_gen|char_ram~49621_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49618_combout & (\text_gen|char_ram~49620_combout )) # (!\text_gen|char_ram~49618_combout & ((\text_gen|char_ram~49613_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49618_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~49620_combout ), + .datac(\text_gen|char_ram~49613_combout ), + .datad(\text_gen|char_ram~49618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49621 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25685feeder ( +// Equation(s): +// \text_gen|char_ram~25685feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54096 ( +// Equation(s): +// \text_gen|char_ram~54096_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54096 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N17 +dffeas \text_gen|char_ram~25685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54100 ( +// Equation(s): +// \text_gen|char_ram~54100_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54100 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y22_N19 +dffeas \text_gen|char_ram~25573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54690 ( +// Equation(s): +// \text_gen|char_ram~54690_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54690 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y14_N25 +dffeas \text_gen|char_ram~27365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49624 ( +// Equation(s): +// \text_gen|char_ram~49624_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~27365_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~25573_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25573_q ), + .datad(\text_gen|char_ram~27365_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49624 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54686 ( +// Equation(s): +// \text_gen|char_ram~54686_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54686 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y21_N5 +dffeas \text_gen|char_ram~27477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49625 ( +// Equation(s): +// \text_gen|char_ram~49625_combout = (\text_gen|char_ram~49624_combout & (((\text_gen|char_ram~27477_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~49624_combout & (\text_gen|char_ram~25685_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~25685_q ), + .datab(\text_gen|char_ram~49624_combout ), + .datac(\text_gen|char_ram~27477_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49625 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22101feeder ( +// Equation(s): +// \text_gen|char_ram~22101feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54464 ( +// Equation(s): +// \text_gen|char_ram~54464_combout = (\text_gen|char_ram~53002_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53002_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54464 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N29 +dffeas \text_gen|char_ram~22101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54148 ( +// Equation(s): +// \text_gen|char_ram~54148_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54148 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y20_N1 +dffeas \text_gen|char_ram~23893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23781feeder ( +// Equation(s): +// \text_gen|char_ram~23781feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23781feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23781feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23781feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54152 ( +// Equation(s): +// \text_gen|char_ram~54152_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54152 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y19_N7 +dffeas \text_gen|char_ram~23781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23781feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21989feeder ( +// Equation(s): +// \text_gen|char_ram~21989feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54462 ( +// Equation(s): +// \text_gen|char_ram~54462_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54462 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y19_N25 +dffeas \text_gen|char_ram~21989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49626 ( +// Equation(s): +// \text_gen|char_ram~49626_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23781_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21989_q +// ))))) + + .dataa(\text_gen|char_ram~23781_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~21989_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49626 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~49626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49627 ( +// Equation(s): +// \text_gen|char_ram~49627_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49626_combout & ((\text_gen|char_ram~23893_q ))) # (!\text_gen|char_ram~49626_combout & (\text_gen|char_ram~22101_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49626_combout )))) + + .dataa(\text_gen|char_ram~22101_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23893_q ), + .datad(\text_gen|char_ram~49626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49627 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49628 ( +// Equation(s): +// \text_gen|char_ram~49628_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~49625_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~49627_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49625_combout ), + .datad(\text_gen|char_ram~49627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49628 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24005feeder ( +// Equation(s): +// \text_gen|char_ram~24005feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24005feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24005feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24005feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54144 ( +// Equation(s): +// \text_gen|char_ram~54144_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54140_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~54140_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54144 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N7 +dffeas \text_gen|char_ram~24005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24005feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54156 ( +// Equation(s): +// \text_gen|char_ram~54156_combout = (\text_gen|char_ram~54140_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~54140_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54156 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y20_N1 +dffeas \text_gen|char_ram~24117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54454 ( +// Equation(s): +// \text_gen|char_ram~54454_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54454 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N29 +dffeas \text_gen|char_ram~22213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54456 ( +// Equation(s): +// \text_gen|char_ram~54456_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~54453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54456 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y19_N11 +dffeas \text_gen|char_ram~22325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49622 ( +// Equation(s): +// \text_gen|char_ram~49622_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~22325_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22213_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22213_q ), + .datad(\text_gen|char_ram~22325_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49622 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49623 ( +// Equation(s): +// \text_gen|char_ram~49623_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49622_combout & ((\text_gen|char_ram~24117_q ))) # (!\text_gen|char_ram~49622_combout & (\text_gen|char_ram~24005_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49622_combout )))) + + .dataa(\text_gen|char_ram~24005_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~24117_q ), + .datad(\text_gen|char_ram~49622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49623 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54103 ( +// Equation(s): +// \text_gen|char_ram~54103_combout = (\text_gen|char_ram~54090_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54090_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54103 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y19_N7 +dffeas \text_gen|char_ram~25909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54694 ( +// Equation(s): +// \text_gen|char_ram~54694_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54681_combout ) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54694 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y21_N23 +dffeas \text_gen|char_ram~27701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54091 ( +// Equation(s): +// \text_gen|char_ram~54091_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54090_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54091 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N31 +dffeas \text_gen|char_ram~25797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54682 ( +// Equation(s): +// \text_gen|char_ram~54682_combout = (\text_gen|char_ram~54681_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54681_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54682 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y21_N1 +dffeas \text_gen|char_ram~27589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49629 ( +// Equation(s): +// \text_gen|char_ram~49629_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~27589_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~25797_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25797_q ), + .datad(\text_gen|char_ram~27589_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49629 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49630 ( +// Equation(s): +// \text_gen|char_ram~49630_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49629_combout & ((\text_gen|char_ram~27701_q ))) # (!\text_gen|char_ram~49629_combout & (\text_gen|char_ram~25909_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49629_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25909_q ), + .datac(\text_gen|char_ram~27701_q ), + .datad(\text_gen|char_ram~49629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49630 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49631 ( +// Equation(s): +// \text_gen|char_ram~49631_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49628_combout & ((\text_gen|char_ram~49630_combout ))) # (!\text_gen|char_ram~49628_combout & (\text_gen|char_ram~49623_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49628_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49628_combout ), + .datac(\text_gen|char_ram~49623_combout ), + .datad(\text_gen|char_ram~49630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49631 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~49631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49632 ( +// Equation(s): +// \text_gen|char_ram~49632_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~49621_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~49631_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49621_combout ), + .datad(\text_gen|char_ram~49631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49632 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54722 ( +// Equation(s): +// \text_gen|char_ram~54722_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54722 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y13_N19 +dffeas \text_gen|char_ram~27421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54718 ( +// Equation(s): +// \text_gen|char_ram~54718_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54718 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y13_N5 +dffeas \text_gen|char_ram~27533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25741feeder ( +// Equation(s): +// \text_gen|char_ram~25741feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25741feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25741feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25741feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54128 ( +// Equation(s): +// \text_gen|char_ram~54128_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54128 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y13_N21 +dffeas \text_gen|char_ram~25741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25741feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54132 ( +// Equation(s): +// \text_gen|char_ram~54132_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54132 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y13_N7 +dffeas \text_gen|char_ram~25629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49602 ( +// Equation(s): +// \text_gen|char_ram~49602_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~25741_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~25629_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~25741_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25629_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49602 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49603 ( +// Equation(s): +// \text_gen|char_ram~49603_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49602_combout & ((\text_gen|char_ram~27533_q ))) # (!\text_gen|char_ram~49602_combout & (\text_gen|char_ram~27421_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49602_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~27421_q ), + .datac(\text_gen|char_ram~27533_q ), + .datad(\text_gen|char_ram~49602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49603 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54714 ( +// Equation(s): +// \text_gen|char_ram~54714_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54681_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~54681_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54714 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y10_N13 +dffeas \text_gen|char_ram~27645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54726 ( +// Equation(s): +// \text_gen|char_ram~54726_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54681_combout ) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~54681_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54726 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~54726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y10_N23 +dffeas \text_gen|char_ram~27757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54135 ( +// Equation(s): +// \text_gen|char_ram~54135_combout = (\text_gen|char_ram~54090_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54090_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54135 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y15_N19 +dffeas \text_gen|char_ram~25965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54123 ( +// Equation(s): +// \text_gen|char_ram~54123_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54090_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~54090_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54123 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y15_N29 +dffeas \text_gen|char_ram~25853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49609 ( +// Equation(s): +// \text_gen|char_ram~49609_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~25965_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~25853_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25965_q ), + .datac(\text_gen|char_ram~25853_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49609 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49610 ( +// Equation(s): +// \text_gen|char_ram~49610_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49609_combout & ((\text_gen|char_ram~27757_q ))) # (!\text_gen|char_ram~49609_combout & (\text_gen|char_ram~27645_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49609_combout )))) + + .dataa(\text_gen|char_ram~27645_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27757_q ), + .datad(\text_gen|char_ram~49609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49610 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22157feeder ( +// Equation(s): +// \text_gen|char_ram~22157feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22157feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54460 ( +// Equation(s): +// \text_gen|char_ram~54460_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54460 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y9_N25 +dffeas \text_gen|char_ram~22157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54386 ( +// Equation(s): +// \text_gen|char_ram~54386_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52983_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54386 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y9_N13 +dffeas \text_gen|char_ram~23949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22045feeder ( +// Equation(s): +// \text_gen|char_ram~22045feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y9_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54458 ( +// Equation(s): +// \text_gen|char_ram~54458_combout = (\text_gen|char_ram~52989_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52989_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54458 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y9_N5 +dffeas \text_gen|char_ram~22045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54387 ( +// Equation(s): +// \text_gen|char_ram~54387_combout = (\text_gen|char_ram~52989_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52989_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54387 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y9_N19 +dffeas \text_gen|char_ram~23837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49606 ( +// Equation(s): +// \text_gen|char_ram~49606_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~23837_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22045_q +// )))) + + .dataa(\text_gen|char_ram~22045_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23837_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49606 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y9_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49607 ( +// Equation(s): +// \text_gen|char_ram~49607_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49606_combout & ((\text_gen|char_ram~23949_q ))) # (!\text_gen|char_ram~49606_combout & (\text_gen|char_ram~22157_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49606_combout )))) + + .dataa(\text_gen|char_ram~22157_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23949_q ), + .datad(\text_gen|char_ram~49606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49607 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22381feeder ( +// Equation(s): +// \text_gen|char_ram~22381feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22381feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22381feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22381feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54468 ( +// Equation(s): +// \text_gen|char_ram~54468_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54468 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y19_N23 +dffeas \text_gen|char_ram~22381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22381feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54388 ( +// Equation(s): +// \text_gen|char_ram~54388_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54140_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~54140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54388 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y11_N9 +dffeas \text_gen|char_ram~24173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24061feeder ( +// Equation(s): +// \text_gen|char_ram~24061feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24061feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24061feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24061feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54385 ( +// Equation(s): +// \text_gen|char_ram~54385_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54140_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~54140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54385 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y23_N27 +dffeas \text_gen|char_ram~24061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24061feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54466 ( +// Equation(s): +// \text_gen|char_ram~54466_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54466 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y23_N9 +dffeas \text_gen|char_ram~22269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49604 ( +// Equation(s): +// \text_gen|char_ram~49604_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24061_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22269_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~24061_q ), + .datac(\text_gen|char_ram~22269_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49604 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49605 ( +// Equation(s): +// \text_gen|char_ram~49605_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49604_combout & ((\text_gen|char_ram~24173_q ))) # (!\text_gen|char_ram~49604_combout & (\text_gen|char_ram~22381_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49604_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~22381_q ), + .datac(\text_gen|char_ram~24173_q ), + .datad(\text_gen|char_ram~49604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49605 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y9_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49608 ( +// Equation(s): +// \text_gen|char_ram~49608_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~49605_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~49607_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49607_combout ), + .datad(\text_gen|char_ram~49605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49608 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49611 ( +// Equation(s): +// \text_gen|char_ram~49611_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49608_combout & ((\text_gen|char_ram~49610_combout ))) # (!\text_gen|char_ram~49608_combout & (\text_gen|char_ram~49603_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49608_combout )))) + + .dataa(\text_gen|char_ram~49603_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49610_combout ), + .datad(\text_gen|char_ram~49608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49611 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23963feeder ( +// Equation(s): +// \text_gen|char_ram~23963feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23963feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23963feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23963feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54398 ( +// Equation(s): +// \text_gen|char_ram~54398_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52987_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52987_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54398 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y15_N25 +dffeas \text_gen|char_ram~23963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23963feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54400 ( +// Equation(s): +// \text_gen|char_ram~54400_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54140_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54400 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y9_N17 +dffeas \text_gen|char_ram~24187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49640 ( +// Equation(s): +// \text_gen|char_ram~49640_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~24187_q )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23963_q & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23963_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~24187_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49640 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~49640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54918 ( +// Equation(s): +// \text_gen|char_ram~54918_combout = (\text_gen|char_ram~54681_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54681_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54918 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y13_N5 +dffeas \text_gen|char_ram~27771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54910 ( +// Equation(s): +// \text_gen|char_ram~54910_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54910 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y14_N17 +dffeas \text_gen|char_ram~27547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49641 ( +// Equation(s): +// \text_gen|char_ram~49641_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49640_combout & (\text_gen|char_ram~27771_q )) # (!\text_gen|char_ram~49640_combout & ((\text_gen|char_ram~27547_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~49640_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49640_combout ), + .datac(\text_gen|char_ram~27771_q ), + .datad(\text_gen|char_ram~27547_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49641 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22395feeder ( +// Equation(s): +// \text_gen|char_ram~22395feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54660 ( +// Equation(s): +// \text_gen|char_ram~54660_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54453_combout ) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54453_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54660 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y23_N23 +dffeas \text_gen|char_ram~22395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54138 ( +// Equation(s): +// \text_gen|char_ram~54138_combout = (\text_gen|char_ram~54090_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54090_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54138 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y19_N1 +dffeas \text_gen|char_ram~25979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54130 ( +// Equation(s): +// \text_gen|char_ram~54130_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54130 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y19_N5 +dffeas \text_gen|char_ram~25755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54657 ( +// Equation(s): +// \text_gen|char_ram~54657_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52987_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~52987_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54657 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y19_N7 +dffeas \text_gen|char_ram~22171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49633 ( +// Equation(s): +// \text_gen|char_ram~49633_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25755_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22171_q +// ))))) + + .dataa(\text_gen|char_ram~25755_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22171_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49633 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49634 ( +// Equation(s): +// \text_gen|char_ram~49634_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49633_combout & ((\text_gen|char_ram~25979_q ))) # (!\text_gen|char_ram~49633_combout & (\text_gen|char_ram~22395_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49633_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~22395_q ), + .datac(\text_gen|char_ram~25979_q ), + .datad(\text_gen|char_ram~49633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49634 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54658 ( +// Equation(s): +// \text_gen|char_ram~54658_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~54453_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54658 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y11_N13 +dffeas \text_gen|char_ram~22283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54126 ( +// Equation(s): +// \text_gen|char_ram~54126_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54090_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54126 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y11_N31 +dffeas \text_gen|char_ram~25867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54134 ( +// Equation(s): +// \text_gen|char_ram~54134_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54134 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y14_N5 +dffeas \text_gen|char_ram~25643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54659 ( +// Equation(s): +// \text_gen|char_ram~54659_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54659 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y11_N25 +dffeas \text_gen|char_ram~22059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49637 ( +// Equation(s): +// \text_gen|char_ram~49637_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25643_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22059_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25643_q ), + .datac(\text_gen|char_ram~22059_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49637 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49638 ( +// Equation(s): +// \text_gen|char_ram~49638_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49637_combout & ((\text_gen|char_ram~25867_q ))) # (!\text_gen|char_ram~49637_combout & (\text_gen|char_ram~22283_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49637_combout )))) + + .dataa(\text_gen|char_ram~22283_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25867_q ), + .datad(\text_gen|char_ram~49637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49638 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54914 ( +// Equation(s): +// \text_gen|char_ram~54914_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54914 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y10_N7 +dffeas \text_gen|char_ram~27435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54906 ( +// Equation(s): +// \text_gen|char_ram~54906_combout = (\text_gen|char_ram~54681_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54681_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54906 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y10_N21 +dffeas \text_gen|char_ram~27659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54397 ( +// Equation(s): +// \text_gen|char_ram~54397_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54140_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54397 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y7_N19 +dffeas \text_gen|char_ram~24075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54399 ( +// Equation(s): +// \text_gen|char_ram~54399_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54399 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y7_N25 +dffeas \text_gen|char_ram~23851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y7_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49635 ( +// Equation(s): +// \text_gen|char_ram~49635_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~24075_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~23851_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~24075_q ), + .datac(\text_gen|char_ram~23851_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49635 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49636 ( +// Equation(s): +// \text_gen|char_ram~49636_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49635_combout & ((\text_gen|char_ram~27659_q ))) # (!\text_gen|char_ram~49635_combout & (\text_gen|char_ram~27435_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49635_combout )))) + + .dataa(\text_gen|char_ram~27435_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27659_q ), + .datad(\text_gen|char_ram~49635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49636 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49639 ( +// Equation(s): +// \text_gen|char_ram~49639_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~49636_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~49638_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49638_combout ), + .datad(\text_gen|char_ram~49636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49639 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49642 ( +// Equation(s): +// \text_gen|char_ram~49642_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49639_combout & (\text_gen|char_ram~49641_combout )) # (!\text_gen|char_ram~49639_combout & ((\text_gen|char_ram~49634_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49639_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49641_combout ), + .datac(\text_gen|char_ram~49634_combout ), + .datad(\text_gen|char_ram~49639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49642 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49643 ( +// Equation(s): +// \text_gen|char_ram~49643_combout = (\text_gen|char_ram~49632_combout & (((\text_gen|char_ram~49642_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~49632_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~49611_combout ))) + + .dataa(\text_gen|char_ram~49632_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49611_combout ), + .datad(\text_gen|char_ram~49642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49643 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~49643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53961 ( +// Equation(s): +// \text_gen|char_ram~53961_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53078_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53961 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N19 +dffeas \text_gen|char_ram~11293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11517feeder ( +// Equation(s): +// \text_gen|char_ram~11517feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11517feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11517feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11517feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53964 ( +// Equation(s): +// \text_gen|char_ram~53964_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53964 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y13_N19 +dffeas \text_gen|char_ram~11517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11517feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49517 ( +// Equation(s): +// \text_gen|char_ram~49517_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11517_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~11293_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11293_q ), + .datad(\text_gen|char_ram~11517_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49517 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53976 ( +// Equation(s): +// \text_gen|char_ram~53976_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53976 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N13 +dffeas \text_gen|char_ram~11629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53973 ( +// Equation(s): +// \text_gen|char_ram~53973_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53072_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53973 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y13_N3 +dffeas \text_gen|char_ram~11405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49518 ( +// Equation(s): +// \text_gen|char_ram~49518_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49517_combout & (\text_gen|char_ram~11629_q )) # (!\text_gen|char_ram~49517_combout & ((\text_gen|char_ram~11405_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49517_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49517_combout ), + .datac(\text_gen|char_ram~11629_q ), + .datad(\text_gen|char_ram~11405_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49518 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54350 ( +// Equation(s): +// \text_gen|char_ram~54350_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54350 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y20_N1 +dffeas \text_gen|char_ram~9837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54339 ( +// Equation(s): +// \text_gen|char_ram~54339_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54339 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N7 +dffeas \text_gen|char_ram~9501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54338 ( +// Equation(s): +// \text_gen|char_ram~54338_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54338 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y19_N25 +dffeas \text_gen|char_ram~9613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49519 ( +// Equation(s): +// \text_gen|char_ram~49519_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9613_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9501_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9501_q ), + .datad(\text_gen|char_ram~9613_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49519 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9725feeder ( +// Equation(s): +// \text_gen|char_ram~9725feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54351 ( +// Equation(s): +// \text_gen|char_ram~54351_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54351 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y16_N25 +dffeas \text_gen|char_ram~9725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49520 ( +// Equation(s): +// \text_gen|char_ram~49520_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49519_combout & (\text_gen|char_ram~9837_q )) # (!\text_gen|char_ram~49519_combout & ((\text_gen|char_ram~9725_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49519_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9837_q ), + .datac(\text_gen|char_ram~49519_combout ), + .datad(\text_gen|char_ram~9725_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49520 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7933feeder ( +// Equation(s): +// \text_gen|char_ram~7933feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7933feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7933feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7933feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54408 ( +// Equation(s): +// \text_gen|char_ram~54408_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54408 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y16_N11 +dffeas \text_gen|char_ram~7933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7933feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54416 ( +// Equation(s): +// \text_gen|char_ram~54416_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54416 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y20_N17 +dffeas \text_gen|char_ram~8045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54406 ( +// Equation(s): +// \text_gen|char_ram~54406_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54406 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N1 +dffeas \text_gen|char_ram~7709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54414 ( +// Equation(s): +// \text_gen|char_ram~54414_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54414 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y13_N13 +dffeas \text_gen|char_ram~7821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49521 ( +// Equation(s): +// \text_gen|char_ram~49521_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7821_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7709_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7709_q ), + .datad(\text_gen|char_ram~7821_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49521 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49522 ( +// Equation(s): +// \text_gen|char_ram~49522_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49521_combout & ((\text_gen|char_ram~8045_q ))) # (!\text_gen|char_ram~49521_combout & (\text_gen|char_ram~7933_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49521_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7933_q ), + .datac(\text_gen|char_ram~8045_q ), + .datad(\text_gen|char_ram~49521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49522 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49523 ( +// Equation(s): +// \text_gen|char_ram~49523_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~49520_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~49522_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49520_combout ), + .datad(\text_gen|char_ram~49522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49523 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54715 ( +// Equation(s): +// \text_gen|char_ram~54715_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53072_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54715 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y13_N9 +dffeas \text_gen|char_ram~13197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13309feeder ( +// Equation(s): +// \text_gen|char_ram~13309feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13309feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13309feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13309feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54712 ( +// Equation(s): +// \text_gen|char_ram~54712_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54712 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y13_N21 +dffeas \text_gen|char_ram~13309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13309feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54719 ( +// Equation(s): +// \text_gen|char_ram~54719_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53078_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54719 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N11 +dffeas \text_gen|char_ram~13085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49524 ( +// Equation(s): +// \text_gen|char_ram~49524_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~13309_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~13085_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~13309_q ), + .datac(\text_gen|char_ram~13085_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49524 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13421feeder ( +// Equation(s): +// \text_gen|char_ram~13421feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13421feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54724 ( +// Equation(s): +// \text_gen|char_ram~54724_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54724 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y10_N31 +dffeas \text_gen|char_ram~13421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49525 ( +// Equation(s): +// \text_gen|char_ram~49525_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49524_combout & ((\text_gen|char_ram~13421_q ))) # (!\text_gen|char_ram~49524_combout & (\text_gen|char_ram~13197_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49524_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~13197_q ), + .datac(\text_gen|char_ram~49524_combout ), + .datad(\text_gen|char_ram~13421_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49525 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~49525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49526 ( +// Equation(s): +// \text_gen|char_ram~49526_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49523_combout & ((\text_gen|char_ram~49525_combout ))) # (!\text_gen|char_ram~49523_combout & (\text_gen|char_ram~49518_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49523_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49518_combout ), + .datac(\text_gen|char_ram~49523_combout ), + .datad(\text_gen|char_ram~49525_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49526 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~49526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53996 ( +// Equation(s): +// \text_gen|char_ram~53996_combout = (\text_gen|char_ram~53290_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53290_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53996 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y16_N11 +dffeas \text_gen|char_ram~11419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54646 ( +// Equation(s): +// \text_gen|char_ram~54646_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54646 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y16_N29 +dffeas \text_gen|char_ram~7835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49548 ( +// Equation(s): +// \text_gen|char_ram~49548_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11419_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7835_q +// ))))) + + .dataa(\text_gen|char_ram~11419_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7835_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49548 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54648 ( +// Equation(s): +// \text_gen|char_ram~54648_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54648 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y16_N21 +dffeas \text_gen|char_ram~8059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54008 ( +// Equation(s): +// \text_gen|char_ram~54008_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54008 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y16_N19 +dffeas \text_gen|char_ram~11643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49549 ( +// Equation(s): +// \text_gen|char_ram~49549_combout = (\text_gen|char_ram~49548_combout & (((\text_gen|char_ram~11643_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~49548_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~8059_q ))) + + .dataa(\text_gen|char_ram~49548_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8059_q ), + .datad(\text_gen|char_ram~11643_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49549 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~49549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13435feeder ( +// Equation(s): +// \text_gen|char_ram~13435feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13435feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13435feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13435feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54870 ( +// Equation(s): +// \text_gen|char_ram~54870_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54870 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y10_N5 +dffeas \text_gen|char_ram~13435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13435feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54340 ( +// Equation(s): +// \text_gen|char_ram~54340_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54340 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y13_N15 +dffeas \text_gen|char_ram~9627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54862 ( +// Equation(s): +// \text_gen|char_ram~54862_combout = (\text_gen|char_ram~53290_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53290_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54862 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y13_N29 +dffeas \text_gen|char_ram~13211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49555 ( +// Equation(s): +// \text_gen|char_ram~49555_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~13211_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~9627_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~9627_q ), + .datad(\text_gen|char_ram~13211_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49555 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9851feeder ( +// Equation(s): +// \text_gen|char_ram~9851feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9851feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9851feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9851feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54352 ( +// Equation(s): +// \text_gen|char_ram~54352_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54352 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y12_N21 +dffeas \text_gen|char_ram~9851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9851feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49556 ( +// Equation(s): +// \text_gen|char_ram~49556_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49555_combout & (\text_gen|char_ram~13435_q )) # (!\text_gen|char_ram~49555_combout & ((\text_gen|char_ram~9851_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49555_combout )))) + + .dataa(\text_gen|char_ram~13435_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49555_combout ), + .datad(\text_gen|char_ram~9851_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49556 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~49556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9739feeder ( +// Equation(s): +// \text_gen|char_ram~9739feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9739feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9739feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9739feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54349 ( +// Equation(s): +// \text_gen|char_ram~54349_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54349 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y9_N23 +dffeas \text_gen|char_ram~9739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9739feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y9_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13323feeder ( +// Equation(s): +// \text_gen|char_ram~13323feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13323feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13323feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13323feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54858 ( +// Equation(s): +// \text_gen|char_ram~54858_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54858 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y9_N9 +dffeas \text_gen|char_ram~13323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13323feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54866 ( +// Equation(s): +// \text_gen|char_ram~54866_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54866 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y9_N29 +dffeas \text_gen|char_ram~13099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y8_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54337 ( +// Equation(s): +// \text_gen|char_ram~54337_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54337 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y9_N19 +dffeas \text_gen|char_ram~9515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49550 ( +// Equation(s): +// \text_gen|char_ram~49550_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~13099_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~9515_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~13099_q ), + .datac(\text_gen|char_ram~9515_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49550 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49551 ( +// Equation(s): +// \text_gen|char_ram~49551_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49550_combout & ((\text_gen|char_ram~13323_q ))) # (!\text_gen|char_ram~49550_combout & (\text_gen|char_ram~9739_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49550_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9739_q ), + .datac(\text_gen|char_ram~13323_q ), + .datad(\text_gen|char_ram~49550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49551 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7947feeder ( +// Equation(s): +// \text_gen|char_ram~7947feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7947feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7947feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7947feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54645 ( +// Equation(s): +// \text_gen|char_ram~54645_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54645 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y14_N21 +dffeas \text_gen|char_ram~7947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7947feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54005 ( +// Equation(s): +// \text_gen|char_ram~54005_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54005 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y9_N5 +dffeas \text_gen|char_ram~11531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53993 ( +// Equation(s): +// \text_gen|char_ram~53993_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53993 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y11_N13 +dffeas \text_gen|char_ram~11307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y8_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54647 ( +// Equation(s): +// \text_gen|char_ram~54647_combout = (\text_gen|char_ram~53879_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54647 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y11_N23 +dffeas \text_gen|char_ram~7723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49552 ( +// Equation(s): +// \text_gen|char_ram~49552_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11307_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7723_q +// ))))) + + .dataa(\text_gen|char_ram~11307_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7723_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49552 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49553 ( +// Equation(s): +// \text_gen|char_ram~49553_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49552_combout & ((\text_gen|char_ram~11531_q ))) # (!\text_gen|char_ram~49552_combout & (\text_gen|char_ram~7947_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49552_combout )))) + + .dataa(\text_gen|char_ram~7947_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11531_q ), + .datad(\text_gen|char_ram~49552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49553 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49554 ( +// Equation(s): +// \text_gen|char_ram~49554_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49551_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~49553_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~49551_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~49553_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49554 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~49554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y9_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49557 ( +// Equation(s): +// \text_gen|char_ram~49557_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49554_combout & ((\text_gen|char_ram~49556_combout ))) # (!\text_gen|char_ram~49554_combout & (\text_gen|char_ram~49549_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49554_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49549_combout ), + .datac(\text_gen|char_ram~49556_combout ), + .datad(\text_gen|char_ram~49554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49557 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7891feeder ( +// Equation(s): +// \text_gen|char_ram~7891feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7891feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7891feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7891feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54653 ( +// Equation(s): +// \text_gen|char_ram~54653_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54653 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y20_N19 +dffeas \text_gen|char_ram~7891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7891feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54656 ( +// Equation(s): +// \text_gen|char_ram~54656_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54656 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y20_N11 +dffeas \text_gen|char_ram~8003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54655 ( +// Equation(s): +// \text_gen|char_ram~54655_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52811_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54655 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y20_N9 +dffeas \text_gen|char_ram~7667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54654 ( +// Equation(s): +// \text_gen|char_ram~54654_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54654 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N3 +dffeas \text_gen|char_ram~7779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49531 ( +// Equation(s): +// \text_gen|char_ram~49531_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7779_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7667_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7667_q ), + .datad(\text_gen|char_ram~7779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49531 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49532 ( +// Equation(s): +// \text_gen|char_ram~49532_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49531_combout & ((\text_gen|char_ram~8003_q ))) # (!\text_gen|char_ram~49531_combout & (\text_gen|char_ram~7891_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49531_combout )))) + + .dataa(\text_gen|char_ram~7891_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8003_q ), + .datad(\text_gen|char_ram~49531_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49532 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11363feeder ( +// Equation(s): +// \text_gen|char_ram~11363feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54004 ( +// Equation(s): +// \text_gen|char_ram~54004_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53292_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54004 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y22_N27 +dffeas \text_gen|char_ram~11363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54000 ( +// Equation(s): +// \text_gen|char_ram~54000_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54000 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y20_N23 +dffeas \text_gen|char_ram~11587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53997 ( +// Equation(s): +// \text_gen|char_ram~53997_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53997 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y20_N17 +dffeas \text_gen|char_ram~11475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54001 ( +// Equation(s): +// \text_gen|char_ram~54001_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53301_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54001 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y20_N11 +dffeas \text_gen|char_ram~11251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49529 ( +// Equation(s): +// \text_gen|char_ram~49529_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~11475_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~11251_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11475_q ), + .datac(\text_gen|char_ram~11251_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49529 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49530 ( +// Equation(s): +// \text_gen|char_ram~49530_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49529_combout & ((\text_gen|char_ram~11587_q ))) # (!\text_gen|char_ram~49529_combout & (\text_gen|char_ram~11363_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49529_combout )))) + + .dataa(\text_gen|char_ram~11363_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11587_q ), + .datad(\text_gen|char_ram~49529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49530 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49533 ( +// Equation(s): +// \text_gen|char_ram~49533_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~49530_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~49532_combout )))) + + .dataa(\text_gen|char_ram~49532_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~49530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49533 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~49533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54860 ( +// Equation(s): +// \text_gen|char_ram~54860_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53292_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54860 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N21 +dffeas \text_gen|char_ram~13155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54864 ( +// Equation(s): +// \text_gen|char_ram~54864_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53301_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54864 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y22_N23 +dffeas \text_gen|char_ram~13043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54856 ( +// Equation(s): +// \text_gen|char_ram~54856_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54856 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N1 +dffeas \text_gen|char_ram~13267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49534 ( +// Equation(s): +// \text_gen|char_ram~49534_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~13267_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13043_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13043_q ), + .datad(\text_gen|char_ram~13267_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49534 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54868 ( +// Equation(s): +// \text_gen|char_ram~54868_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54868 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y19_N1 +dffeas \text_gen|char_ram~13379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49535 ( +// Equation(s): +// \text_gen|char_ram~49535_combout = (\text_gen|char_ram~49534_combout & (((\text_gen|char_ram~13379_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~49534_combout & (\text_gen|char_ram~13155_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~13155_q ), + .datab(\text_gen|char_ram~49534_combout ), + .datac(\text_gen|char_ram~13379_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49535 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54161 ( +// Equation(s): +// \text_gen|char_ram~54161_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54161 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y20_N17 +dffeas \text_gen|char_ram~9683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54173 ( +// Equation(s): +// \text_gen|char_ram~54173_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54173 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y20_N29 +dffeas \text_gen|char_ram~9795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54157 ( +// Equation(s): +// \text_gen|char_ram~54157_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52811_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54157 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y20_N11 +dffeas \text_gen|char_ram~9459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9571feeder ( +// Equation(s): +// \text_gen|char_ram~9571feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9571feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9571feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9571feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54170 ( +// Equation(s): +// \text_gen|char_ram~54170_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54170 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y20_N13 +dffeas \text_gen|char_ram~9571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9571feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49527 ( +// Equation(s): +// \text_gen|char_ram~49527_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9571_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9459_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9459_q ), + .datad(\text_gen|char_ram~9571_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49527 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49528 ( +// Equation(s): +// \text_gen|char_ram~49528_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49527_combout & ((\text_gen|char_ram~9795_q ))) # (!\text_gen|char_ram~49527_combout & (\text_gen|char_ram~9683_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49527_combout )))) + + .dataa(\text_gen|char_ram~9683_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9795_q ), + .datad(\text_gen|char_ram~49527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49528 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49536 ( +// Equation(s): +// \text_gen|char_ram~49536_combout = (\text_gen|char_ram~49533_combout & ((\text_gen|char_ram~49535_combout ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~49533_combout & (((\text_gen|Add5~8_combout & \text_gen|char_ram~49528_combout )))) + + .dataa(\text_gen|char_ram~49533_combout ), + .datab(\text_gen|char_ram~49535_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~49528_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49536 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~49536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11349feeder ( +// Equation(s): +// \text_gen|char_ram~11349feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53965 ( +// Equation(s): +// \text_gen|char_ram~53965_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53090_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53965 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y25_N9 +dffeas \text_gen|char_ram~11349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53968 ( +// Equation(s): +// \text_gen|char_ram~53968_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53968 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y21_N11 +dffeas \text_gen|char_ram~11573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11461feeder ( +// Equation(s): +// \text_gen|char_ram~11461feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11461feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53972 ( +// Equation(s): +// \text_gen|char_ram~53972_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53972 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y21_N11 +dffeas \text_gen|char_ram~11461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53969 ( +// Equation(s): +// \text_gen|char_ram~53969_combout = (\text_gen|char_ram~53100_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53100_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53969 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y21_N17 +dffeas \text_gen|char_ram~11237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49537 ( +// Equation(s): +// \text_gen|char_ram~49537_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11461_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11237_q +// ))))) + + .dataa(\text_gen|char_ram~11461_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11237_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49537 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49538 ( +// Equation(s): +// \text_gen|char_ram~49538_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49537_combout & ((\text_gen|char_ram~11573_q ))) # (!\text_gen|char_ram~49537_combout & (\text_gen|char_ram~11349_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49537_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11349_q ), + .datac(\text_gen|char_ram~11573_q ), + .datad(\text_gen|char_ram~49537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49538 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54684 ( +// Equation(s): +// \text_gen|char_ram~54684_combout = (\text_gen|char_ram~53090_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53090_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54684 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y17_N7 +dffeas \text_gen|char_ram~13141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54692 ( +// Equation(s): +// \text_gen|char_ram~54692_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54692 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y17_N13 +dffeas \text_gen|char_ram~13365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54688 ( +// Equation(s): +// \text_gen|char_ram~54688_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54688 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y17_N13 +dffeas \text_gen|char_ram~13029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13253feeder ( +// Equation(s): +// \text_gen|char_ram~13253feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54679 ( +// Equation(s): +// \text_gen|char_ram~54679_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54679 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y19_N31 +dffeas \text_gen|char_ram~13253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49544 ( +// Equation(s): +// \text_gen|char_ram~49544_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~13253_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13029_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13029_q ), + .datad(\text_gen|char_ram~13253_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49544 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49545 ( +// Equation(s): +// \text_gen|char_ram~49545_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49544_combout & ((\text_gen|char_ram~13365_q ))) # (!\text_gen|char_ram~49544_combout & (\text_gen|char_ram~13141_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49544_combout )))) + + .dataa(\text_gen|char_ram~13141_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13365_q ), + .datad(\text_gen|char_ram~49544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49545 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54189 ( +// Equation(s): +// \text_gen|char_ram~54189_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54189 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y20_N29 +dffeas \text_gen|char_ram~9781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54186 ( +// Equation(s): +// \text_gen|char_ram~54186_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54186 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y20_N11 +dffeas \text_gen|char_ram~9669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54174 ( +// Equation(s): +// \text_gen|char_ram~54174_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54174 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y20_N31 +dffeas \text_gen|char_ram~9445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9557feeder ( +// Equation(s): +// \text_gen|char_ram~9557feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9557feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54177 ( +// Equation(s): +// \text_gen|char_ram~54177_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54177 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y24_N9 +dffeas \text_gen|char_ram~9557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49539 ( +// Equation(s): +// \text_gen|char_ram~49539_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9557_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9445_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9445_q ), + .datad(\text_gen|char_ram~9557_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49539 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49540 ( +// Equation(s): +// \text_gen|char_ram~49540_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49539_combout & (\text_gen|char_ram~9781_q )) # (!\text_gen|char_ram~49539_combout & ((\text_gen|char_ram~9669_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49539_combout )))) + + .dataa(\text_gen|char_ram~9781_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9669_q ), + .datad(\text_gen|char_ram~49539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49540 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7877feeder ( +// Equation(s): +// \text_gen|char_ram~7877feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54412 ( +// Equation(s): +// \text_gen|char_ram~54412_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54412 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y20_N13 +dffeas \text_gen|char_ram~7877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54404 ( +// Equation(s): +// \text_gen|char_ram~54404_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54404 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y20_N3 +dffeas \text_gen|char_ram~7989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54410 ( +// Equation(s): +// \text_gen|char_ram~54410_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54410 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y17_N7 +dffeas \text_gen|char_ram~7653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7765feeder ( +// Equation(s): +// \text_gen|char_ram~7765feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54402 ( +// Equation(s): +// \text_gen|char_ram~54402_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54402 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y21_N9 +dffeas \text_gen|char_ram~7765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49541 ( +// Equation(s): +// \text_gen|char_ram~49541_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~7765_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7653_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7653_q ), + .datad(\text_gen|char_ram~7765_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49541 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49542 ( +// Equation(s): +// \text_gen|char_ram~49542_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49541_combout & ((\text_gen|char_ram~7989_q ))) # (!\text_gen|char_ram~49541_combout & (\text_gen|char_ram~7877_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49541_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7877_q ), + .datac(\text_gen|char_ram~7989_q ), + .datad(\text_gen|char_ram~49541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49542 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49543 ( +// Equation(s): +// \text_gen|char_ram~49543_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~49540_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~49542_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49540_combout ), + .datad(\text_gen|char_ram~49542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49543 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49546 ( +// Equation(s): +// \text_gen|char_ram~49546_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49543_combout & ((\text_gen|char_ram~49545_combout ))) # (!\text_gen|char_ram~49543_combout & (\text_gen|char_ram~49538_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49543_combout )))) + + .dataa(\text_gen|char_ram~49538_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49545_combout ), + .datad(\text_gen|char_ram~49543_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49546 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49547 ( +// Equation(s): +// \text_gen|char_ram~49547_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~49536_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~49546_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49536_combout ), + .datad(\text_gen|char_ram~49546_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49547 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49558 ( +// Equation(s): +// \text_gen|char_ram~49558_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49547_combout & ((\text_gen|char_ram~49557_combout ))) # (!\text_gen|char_ram~49547_combout & (\text_gen|char_ram~49526_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49547_combout )))) + + .dataa(\text_gen|char_ram~49526_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49557_combout ), + .datad(\text_gen|char_ram~49547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49558 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54435 ( +// Equation(s): +// \text_gen|char_ram~54435_combout = (\text_gen|char_ram~52893_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54435 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54621 ( +// Equation(s): +// \text_gen|char_ram~54621_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54435_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54621 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y19_N13 +dffeas \text_gen|char_ram~723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54624 ( +// Equation(s): +// \text_gen|char_ram~54624_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54435_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54624 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y19_N7 +dffeas \text_gen|char_ram~835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54622 ( +// Equation(s): +// \text_gen|char_ram~54622_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52956_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54622 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y19_N3 +dffeas \text_gen|char_ram~611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54623 ( +// Equation(s): +// \text_gen|char_ram~54623_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52966_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54623 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y19_N29 +dffeas \text_gen|char_ram~499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49573 ( +// Equation(s): +// \text_gen|char_ram~49573_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~611_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~499_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~611_q ), + .datac(\text_gen|char_ram~499_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49573 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49574 ( +// Equation(s): +// \text_gen|char_ram~49574_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49573_combout & ((\text_gen|char_ram~835_q ))) # (!\text_gen|char_ram~49573_combout & (\text_gen|char_ram~723_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49573_combout )))) + + .dataa(\text_gen|char_ram~723_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~835_q ), + .datad(\text_gen|char_ram~49573_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49574 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54160 ( +// Equation(s): +// \text_gen|char_ram~54160_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52966_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54160 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y20_N3 +dffeas \text_gen|char_ram~2291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54172 ( +// Equation(s): +// \text_gen|char_ram~54172_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52956_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54172 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y20_N17 +dffeas \text_gen|char_ram~2403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49571 ( +// Equation(s): +// \text_gen|char_ram~49571_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~2403_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~2291_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2291_q ), + .datad(\text_gen|char_ram~2403_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49571 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54158 ( +// Equation(s): +// \text_gen|char_ram~54158_combout = (\text_gen|char_ram~52893_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54158 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54171 ( +// Equation(s): +// \text_gen|char_ram~54171_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54158_combout ) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54171 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y20_N11 +dffeas \text_gen|char_ram~2627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54159 ( +// Equation(s): +// \text_gen|char_ram~54159_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54158_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54159 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y20_N19 +dffeas \text_gen|char_ram~2515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49572 ( +// Equation(s): +// \text_gen|char_ram~49572_combout = (\text_gen|char_ram~49571_combout & (((\text_gen|char_ram~2627_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~49571_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~2515_q )))) + + .dataa(\text_gen|char_ram~49571_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2627_q ), + .datad(\text_gen|char_ram~2515_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49572 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49575 ( +// Equation(s): +// \text_gen|char_ram~49575_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~49572_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~49574_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49574_combout ), + .datad(\text_gen|char_ram~49572_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49575 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5987feeder ( +// Equation(s): +// \text_gen|char_ram~5987feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5987feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5987feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5987feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54888 ( +// Equation(s): +// \text_gen|char_ram~54888_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54888 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y23_N19 +dffeas \text_gen|char_ram~5987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5987feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54900 ( +// Equation(s): +// \text_gen|char_ram~54900_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54900 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y22_N31 +dffeas \text_gen|char_ram~6211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54896 ( +// Equation(s): +// \text_gen|char_ram~54896_combout = (\text_gen|char_ram~53337_combout & \text_gen|char_ram~54139_combout ) + + .dataa(\text_gen|char_ram~53337_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54896 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y22_N21 +dffeas \text_gen|char_ram~5875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54892 ( +// Equation(s): +// \text_gen|char_ram~54892_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54892 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N3 +dffeas \text_gen|char_ram~6099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49576 ( +// Equation(s): +// \text_gen|char_ram~49576_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~6099_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5875_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5875_q ), + .datad(\text_gen|char_ram~6099_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49576 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49577 ( +// Equation(s): +// \text_gen|char_ram~49577_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49576_combout & ((\text_gen|char_ram~6211_q ))) # (!\text_gen|char_ram~49576_combout & (\text_gen|char_ram~5987_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49576_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5987_q ), + .datac(\text_gen|char_ram~6211_q ), + .datad(\text_gen|char_ram~49576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49577 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4195feeder ( +// Equation(s): +// \text_gen|char_ram~4195feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4195feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4195feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4195feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54061 ( +// Equation(s): +// \text_gen|char_ram~54061_combout = (\text_gen|char_ram~53332_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53332_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54061 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y21_N29 +dffeas \text_gen|char_ram~4195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4195feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4419feeder ( +// Equation(s): +// \text_gen|char_ram~4419feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4419feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54070 ( +// Equation(s): +// \text_gen|char_ram~54070_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54070 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y21_N23 +dffeas \text_gen|char_ram~4419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54066 ( +// Equation(s): +// \text_gen|char_ram~54066_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54066 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y18_N27 +dffeas \text_gen|char_ram~4083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54058 ( +// Equation(s): +// \text_gen|char_ram~54058_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54058 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y22_N19 +dffeas \text_gen|char_ram~4307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49569 ( +// Equation(s): +// \text_gen|char_ram~49569_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~4307_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~4083_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4083_q ), + .datad(\text_gen|char_ram~4307_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49569 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49570 ( +// Equation(s): +// \text_gen|char_ram~49570_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49569_combout & ((\text_gen|char_ram~4419_q ))) # (!\text_gen|char_ram~49569_combout & (\text_gen|char_ram~4195_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49569_combout )))) + + .dataa(\text_gen|char_ram~4195_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4419_q ), + .datad(\text_gen|char_ram~49569_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49570 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49578 ( +// Equation(s): +// \text_gen|char_ram~49578_combout = (\text_gen|char_ram~49575_combout & (((\text_gen|char_ram~49577_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~49575_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49570_combout )))) + + .dataa(\text_gen|char_ram~49575_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49577_combout ), + .datad(\text_gen|char_ram~49570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49578 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54685 ( +// Equation(s): +// \text_gen|char_ram~54685_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54685 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y20_N11 +dffeas \text_gen|char_ram~5973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54693 ( +// Equation(s): +// \text_gen|char_ram~54693_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54693 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y21_N1 +dffeas \text_gen|char_ram~6197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54689 ( +// Equation(s): +// \text_gen|char_ram~54689_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54689 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y17_N15 +dffeas \text_gen|char_ram~5861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54680 ( +// Equation(s): +// \text_gen|char_ram~54680_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54680 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y37_N3 +dffeas \text_gen|char_ram~6085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49586 ( +// Equation(s): +// \text_gen|char_ram~49586_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~6085_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5861_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5861_q ), + .datad(\text_gen|char_ram~6085_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49586 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49587 ( +// Equation(s): +// \text_gen|char_ram~49587_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49586_combout & ((\text_gen|char_ram~6197_q ))) # (!\text_gen|char_ram~49586_combout & (\text_gen|char_ram~5973_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49586_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5973_q ), + .datac(\text_gen|char_ram~6197_q ), + .datad(\text_gen|char_ram~49586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49587 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54026 ( +// Equation(s): +// \text_gen|char_ram~54026_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~53092_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54026 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y24_N29 +dffeas \text_gen|char_ram~4181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54038 ( +// Equation(s): +// \text_gen|char_ram~54038_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54038 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y18_N23 +dffeas \text_gen|char_ram~4405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4293feeder ( +// Equation(s): +// \text_gen|char_ram~4293feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54030 ( +// Equation(s): +// \text_gen|char_ram~54030_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54030 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y13_N25 +dffeas \text_gen|char_ram~4293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54034 ( +// Equation(s): +// \text_gen|char_ram~54034_combout = (\text_gen|char_ram~53103_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53103_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54034 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y13_N25 +dffeas \text_gen|char_ram~4069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49579 ( +// Equation(s): +// \text_gen|char_ram~49579_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~4293_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~4069_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~4293_q ), + .datac(\text_gen|char_ram~4069_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49579 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49580 ( +// Equation(s): +// \text_gen|char_ram~49580_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49579_combout & ((\text_gen|char_ram~4405_q ))) # (!\text_gen|char_ram~49579_combout & (\text_gen|char_ram~4181_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49579_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~4181_q ), + .datac(\text_gen|char_ram~4405_q ), + .datad(\text_gen|char_ram~49579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49580 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54440 ( +// Equation(s): +// \text_gen|char_ram~54440_combout = (\text_gen|char_ram~54435_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54435_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54440 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y19_N19 +dffeas \text_gen|char_ram~709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54442 ( +// Equation(s): +// \text_gen|char_ram~54442_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54435_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54442 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y19_N1 +dffeas \text_gen|char_ram~821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54432 ( +// Equation(s): +// \text_gen|char_ram~54432_combout = (\text_gen|char_ram~52926_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52926_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54432 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y24_N19 +dffeas \text_gen|char_ram~485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54431 ( +// Equation(s): +// \text_gen|char_ram~54431_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52920_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54431 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y24_N1 +dffeas \text_gen|char_ram~597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49583 ( +// Equation(s): +// \text_gen|char_ram~49583_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~597_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~485_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~485_q ), + .datad(\text_gen|char_ram~597_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49583 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49584 ( +// Equation(s): +// \text_gen|char_ram~49584_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49583_combout & ((\text_gen|char_ram~821_q ))) # (!\text_gen|char_ram~49583_combout & (\text_gen|char_ram~709_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49583_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~709_q ), + .datac(\text_gen|char_ram~821_q ), + .datad(\text_gen|char_ram~49583_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49584 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54188 ( +// Equation(s): +// \text_gen|char_ram~54188_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54188 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y20_N29 +dffeas \text_gen|char_ram~2501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54187 ( +// Equation(s): +// \text_gen|char_ram~54187_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54187 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y20_N7 +dffeas \text_gen|char_ram~2613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54176 ( +// Equation(s): +// \text_gen|char_ram~54176_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52926_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54176 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y20_N15 +dffeas \text_gen|char_ram~2277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54175 ( +// Equation(s): +// \text_gen|char_ram~54175_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54175 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y20_N17 +dffeas \text_gen|char_ram~2389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49581 ( +// Equation(s): +// \text_gen|char_ram~49581_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~2389_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~2277_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2277_q ), + .datad(\text_gen|char_ram~2389_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49581 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49582 ( +// Equation(s): +// \text_gen|char_ram~49582_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49581_combout & ((\text_gen|char_ram~2613_q ))) # (!\text_gen|char_ram~49581_combout & (\text_gen|char_ram~2501_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49581_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2501_q ), + .datac(\text_gen|char_ram~2613_q ), + .datad(\text_gen|char_ram~49581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49582 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49585 ( +// Equation(s): +// \text_gen|char_ram~49585_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~49582_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~49584_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~49584_combout ), + .datad(\text_gen|char_ram~49582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49585 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49588 ( +// Equation(s): +// \text_gen|char_ram~49588_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49585_combout & (\text_gen|char_ram~49587_combout )) # (!\text_gen|char_ram~49585_combout & ((\text_gen|char_ram~49580_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49585_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49587_combout ), + .datac(\text_gen|char_ram~49580_combout ), + .datad(\text_gen|char_ram~49585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49588 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49589 ( +// Equation(s): +// \text_gen|char_ram~49589_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49578_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49588_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49578_combout ), + .datad(\text_gen|char_ram~49588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49589 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4251feeder ( +// Equation(s): +// \text_gen|char_ram~4251feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4251feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4251feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4251feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54064 ( +// Equation(s): +// \text_gen|char_ram~54064_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53330_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54064 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y10_N21 +dffeas \text_gen|char_ram~4251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4251feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54072 ( +// Equation(s): +// \text_gen|char_ram~54072_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54072 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y10_N3 +dffeas \text_gen|char_ram~4475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54068 ( +// Equation(s): +// \text_gen|char_ram~54068_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53064_combout ))) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54068 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y14_N7 +dffeas \text_gen|char_ram~4139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54060 ( +// Equation(s): +// \text_gen|char_ram~54060_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54060 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y14_N5 +dffeas \text_gen|char_ram~4363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49590 ( +// Equation(s): +// \text_gen|char_ram~49590_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~4363_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~4139_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4139_q ), + .datad(\text_gen|char_ram~4363_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49590 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49591 ( +// Equation(s): +// \text_gen|char_ram~49591_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49590_combout & ((\text_gen|char_ram~4475_q ))) # (!\text_gen|char_ram~49590_combout & (\text_gen|char_ram~4251_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49590_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~4251_q ), + .datac(\text_gen|char_ram~4475_q ), + .datad(\text_gen|char_ram~49590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49591 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54890 ( +// Equation(s): +// \text_gen|char_ram~54890_combout = (\text_gen|char_ram~53330_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54890 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y6_N29 +dffeas \text_gen|char_ram~6043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y1_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54902 ( +// Equation(s): +// \text_gen|char_ram~54902_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54902 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y6_N23 +dffeas \text_gen|char_ram~6267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54898 ( +// Equation(s): +// \text_gen|char_ram~54898_combout = (\text_gen|char_ram~53064_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54898 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y6_N3 +dffeas \text_gen|char_ram~5931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y1_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54894 ( +// Equation(s): +// \text_gen|char_ram~54894_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54894 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y6_N29 +dffeas \text_gen|char_ram~6155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y6_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49597 ( +// Equation(s): +// \text_gen|char_ram~49597_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~6155_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5931_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5931_q ), + .datad(\text_gen|char_ram~6155_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49597 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y6_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49598 ( +// Equation(s): +// \text_gen|char_ram~49598_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49597_combout & ((\text_gen|char_ram~6267_q ))) # (!\text_gen|char_ram~49597_combout & (\text_gen|char_ram~6043_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49597_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~6043_q ), + .datac(\text_gen|char_ram~6267_q ), + .datad(\text_gen|char_ram~49597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49598 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54372 ( +// Equation(s): +// \text_gen|char_ram~54372_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54372 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y8_N5 +dffeas \text_gen|char_ram~2571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54384 ( +// Equation(s): +// \text_gen|char_ram~54384_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54384 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y8_N13 +dffeas \text_gen|char_ram~2683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y8_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2459feeder ( +// Equation(s): +// \text_gen|char_ram~2459feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2459feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2459feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2459feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54381 ( +// Equation(s): +// \text_gen|char_ram~54381_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54381 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y8_N31 +dffeas \text_gen|char_ram~2459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2459feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y8_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54369 ( +// Equation(s): +// \text_gen|char_ram~54369_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54369 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y8_N27 +dffeas \text_gen|char_ram~2347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49592 ( +// Equation(s): +// \text_gen|char_ram~49592_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2459_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~2347_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2459_q ), + .datac(\text_gen|char_ram~2347_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49592 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49593 ( +// Equation(s): +// \text_gen|char_ram~49593_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49592_combout & ((\text_gen|char_ram~2683_q ))) # (!\text_gen|char_ram~49592_combout & (\text_gen|char_ram~2571_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49592_combout )))) + + .dataa(\text_gen|char_ram~2571_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2683_q ), + .datad(\text_gen|char_ram~49592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49593 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54615 ( +// Equation(s): +// \text_gen|char_ram~54615_combout = (\text_gen|char_ram~53879_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54615 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y11_N19 +dffeas \text_gen|char_ram~555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~667feeder ( +// Equation(s): +// \text_gen|char_ram~667feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~667feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~667feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~667feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54614 ( +// Equation(s): +// \text_gen|char_ram~54614_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54614 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y11_N7 +dffeas \text_gen|char_ram~667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~667feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49594 ( +// Equation(s): +// \text_gen|char_ram~49594_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~667_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~555_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~555_q ), + .datad(\text_gen|char_ram~667_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49594 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54616 ( +// Equation(s): +// \text_gen|char_ram~54616_combout = (\text_gen|char_ram~54435_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54435_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54616 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y11_N1 +dffeas \text_gen|char_ram~891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~779feeder ( +// Equation(s): +// \text_gen|char_ram~779feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~779feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~779feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~779feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54613 ( +// Equation(s): +// \text_gen|char_ram~54613_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54435_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54613 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y11_N15 +dffeas \text_gen|char_ram~779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~779feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49595 ( +// Equation(s): +// \text_gen|char_ram~49595_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49594_combout & (\text_gen|char_ram~891_q )) # (!\text_gen|char_ram~49594_combout & ((\text_gen|char_ram~779_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49594_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49594_combout ), + .datac(\text_gen|char_ram~891_q ), + .datad(\text_gen|char_ram~779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49595 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49596 ( +// Equation(s): +// \text_gen|char_ram~49596_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~49593_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~49595_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49593_combout ), + .datad(\text_gen|char_ram~49595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49596 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49599 ( +// Equation(s): +// \text_gen|char_ram~49599_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49596_combout & ((\text_gen|char_ram~49598_combout ))) # (!\text_gen|char_ram~49596_combout & (\text_gen|char_ram~49591_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49596_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49591_combout ), + .datac(\text_gen|char_ram~49598_combout ), + .datad(\text_gen|char_ram~49596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49599 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~765feeder ( +// Equation(s): +// \text_gen|char_ram~765feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54436 ( +// Equation(s): +// \text_gen|char_ram~54436_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54435_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54436 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y16_N25 +dffeas \text_gen|char_ram~765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54438 ( +// Equation(s): +// \text_gen|char_ram~54438_combout = (\text_gen|char_ram~54435_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54435_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54438 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y16_N25 +dffeas \text_gen|char_ram~877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y1_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54426 ( +// Equation(s): +// \text_gen|char_ram~54426_combout = (\text_gen|char_ram~52928_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52928_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54426 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y16_N9 +dffeas \text_gen|char_ram~541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54428 ( +// Equation(s): +// \text_gen|char_ram~54428_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52922_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54428 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y16_N27 +dffeas \text_gen|char_ram~653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49563 ( +// Equation(s): +// \text_gen|char_ram~49563_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~653_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~541_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~541_q ), + .datad(\text_gen|char_ram~653_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49563 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49564 ( +// Equation(s): +// \text_gen|char_ram~49564_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49563_combout & ((\text_gen|char_ram~877_q ))) # (!\text_gen|char_ram~49563_combout & (\text_gen|char_ram~765_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49563_combout )))) + + .dataa(\text_gen|char_ram~765_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~877_q ), + .datad(\text_gen|char_ram~49563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49564 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2557feeder ( +// Equation(s): +// \text_gen|char_ram~2557feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2557feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54370 ( +// Equation(s): +// \text_gen|char_ram~54370_combout = (\text_gen|char_ram~54158_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54158_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54370 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N15 +dffeas \text_gen|char_ram~2557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54383 ( +// Equation(s): +// \text_gen|char_ram~54383_combout = (\text_gen|char_ram~52922_combout & \text_gen|char_ram~54139_combout ) + + .dataa(\text_gen|char_ram~52922_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54383 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y5_N29 +dffeas \text_gen|char_ram~2445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54371 ( +// Equation(s): +// \text_gen|char_ram~54371_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54371 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y5_N31 +dffeas \text_gen|char_ram~2333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y5_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49561 ( +// Equation(s): +// \text_gen|char_ram~49561_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2445_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~2333_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2445_q ), + .datac(\text_gen|char_ram~2333_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49561 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54382 ( +// Equation(s): +// \text_gen|char_ram~54382_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54382 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y8_N25 +dffeas \text_gen|char_ram~2669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y8_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49562 ( +// Equation(s): +// \text_gen|char_ram~49562_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49561_combout & ((\text_gen|char_ram~2669_q ))) # (!\text_gen|char_ram~49561_combout & (\text_gen|char_ram~2557_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49561_combout )))) + + .dataa(\text_gen|char_ram~2557_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49561_combout ), + .datad(\text_gen|char_ram~2669_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49562 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49565 ( +// Equation(s): +// \text_gen|char_ram~49565_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~49562_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~49564_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49564_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~49562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49565 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~49565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4237feeder ( +// Equation(s): +// \text_gen|char_ram~4237feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4237feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54028 ( +// Equation(s): +// \text_gen|char_ram~54028_combout = (\text_gen|char_ram~53074_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53074_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54028 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y20_N19 +dffeas \text_gen|char_ram~4237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54040 ( +// Equation(s): +// \text_gen|char_ram~54040_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54040 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N9 +dffeas \text_gen|char_ram~4461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54036 ( +// Equation(s): +// \text_gen|char_ram~54036_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53081_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54036 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y13_N13 +dffeas \text_gen|char_ram~4125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54032 ( +// Equation(s): +// \text_gen|char_ram~54032_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54032 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y13_N11 +dffeas \text_gen|char_ram~4349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49559 ( +// Equation(s): +// \text_gen|char_ram~49559_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~4349_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~4125_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~4125_q ), + .datad(\text_gen|char_ram~4349_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49559 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49560 ( +// Equation(s): +// \text_gen|char_ram~49560_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49559_combout & ((\text_gen|char_ram~4461_q ))) # (!\text_gen|char_ram~49559_combout & (\text_gen|char_ram~4237_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49559_combout )))) + + .dataa(\text_gen|char_ram~4237_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4461_q ), + .datad(\text_gen|char_ram~49559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49560 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6029feeder ( +// Equation(s): +// \text_gen|char_ram~6029feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6029feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54717 ( +// Equation(s): +// \text_gen|char_ram~54717_combout = (\text_gen|char_ram~53074_combout & \text_gen|char_ram~54139_combout ) + + .dataa(\text_gen|char_ram~53074_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54717 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y10_N27 +dffeas \text_gen|char_ram~6029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54721 ( +// Equation(s): +// \text_gen|char_ram~54721_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~54139_combout ) + + .dataa(\text_gen|char_ram~53081_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54721 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y10_N11 +dffeas \text_gen|char_ram~5917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6141feeder ( +// Equation(s): +// \text_gen|char_ram~6141feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54713 ( +// Equation(s): +// \text_gen|char_ram~54713_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54713 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y14_N11 +dffeas \text_gen|char_ram~6141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49566 ( +// Equation(s): +// \text_gen|char_ram~49566_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~6141_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5917_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5917_q ), + .datad(\text_gen|char_ram~6141_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49566 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6253feeder ( +// Equation(s): +// \text_gen|char_ram~6253feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54725 ( +// Equation(s): +// \text_gen|char_ram~54725_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54725 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y10_N25 +dffeas \text_gen|char_ram~6253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49567 ( +// Equation(s): +// \text_gen|char_ram~49567_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49566_combout & ((\text_gen|char_ram~6253_q ))) # (!\text_gen|char_ram~49566_combout & (\text_gen|char_ram~6029_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49566_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~6029_q ), + .datac(\text_gen|char_ram~49566_combout ), + .datad(\text_gen|char_ram~6253_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49567 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~49567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49568 ( +// Equation(s): +// \text_gen|char_ram~49568_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49565_combout & ((\text_gen|char_ram~49567_combout ))) # (!\text_gen|char_ram~49565_combout & (\text_gen|char_ram~49560_combout )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~49565_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49565_combout ), + .datac(\text_gen|char_ram~49560_combout ), + .datad(\text_gen|char_ram~49567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49568 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~49568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49600 ( +// Equation(s): +// \text_gen|char_ram~49600_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49589_combout & (\text_gen|char_ram~49599_combout )) # (!\text_gen|char_ram~49589_combout & ((\text_gen|char_ram~49568_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~49589_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49589_combout ), + .datac(\text_gen|char_ram~49599_combout ), + .datad(\text_gen|char_ram~49568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49600 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49601 ( +// Equation(s): +// \text_gen|char_ram~49601_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~49558_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~49600_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49558_combout ), + .datad(\text_gen|char_ram~49600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49601 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54449 ( +// Equation(s): +// \text_gen|char_ram~54449_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54449 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y18_N27 +dffeas \text_gen|char_ram~15157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54154 ( +// Equation(s): +// \text_gen|char_ram~54154_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54154 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y18_N23 +dffeas \text_gen|char_ram~16949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16837feeder ( +// Equation(s): +// \text_gen|char_ram~16837feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54142 ( +// Equation(s): +// \text_gen|char_ram~54142_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54142 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y22_N13 +dffeas \text_gen|char_ram~16837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54447 ( +// Equation(s): +// \text_gen|char_ram~54447_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54447 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y21_N29 +dffeas \text_gen|char_ram~15045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49495 ( +// Equation(s): +// \text_gen|char_ram~49495_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16837_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15045_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16837_q ), + .datac(\text_gen|char_ram~15045_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49495 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49496 ( +// Equation(s): +// \text_gen|char_ram~49496_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49495_combout & ((\text_gen|char_ram~16949_q ))) # (!\text_gen|char_ram~49495_combout & (\text_gen|char_ram~15157_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49495_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15157_q ), + .datac(\text_gen|char_ram~16949_q ), + .datad(\text_gen|char_ram~49495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49496 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53904 ( +// Equation(s): +// \text_gen|char_ram~53904_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53904 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y18_N17 +dffeas \text_gen|char_ram~18741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54691 ( +// Equation(s): +// \text_gen|char_ram~54691_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54691 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y33_N11 +dffeas \text_gen|char_ram~20533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53901 ( +// Equation(s): +// \text_gen|char_ram~53901_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53901 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y17_N27 +dffeas \text_gen|char_ram~18629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54678 ( +// Equation(s): +// \text_gen|char_ram~54678_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54678 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y21_N17 +dffeas \text_gen|char_ram~20421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49502 ( +// Equation(s): +// \text_gen|char_ram~49502_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~20421_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18629_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18629_q ), + .datad(\text_gen|char_ram~20421_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49502 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49503 ( +// Equation(s): +// \text_gen|char_ram~49503_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49502_combout & ((\text_gen|char_ram~20533_q ))) # (!\text_gen|char_ram~49502_combout & (\text_gen|char_ram~18741_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49502_combout )))) + + .dataa(\text_gen|char_ram~18741_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20533_q ), + .datad(\text_gen|char_ram~49502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49503 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14933feeder ( +// Equation(s): +// \text_gen|char_ram~14933feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14933feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14933feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14933feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54450 ( +// Equation(s): +// \text_gen|char_ram~54450_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54450 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y39_N3 +dffeas \text_gen|char_ram~14933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14933feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54146 ( +// Equation(s): +// \text_gen|char_ram~54146_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54146 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N23 +dffeas \text_gen|char_ram~16725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54150 ( +// Equation(s): +// \text_gen|char_ram~54150_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54150 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y20_N5 +dffeas \text_gen|char_ram~16613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54448 ( +// Equation(s): +// \text_gen|char_ram~54448_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54448 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N21 +dffeas \text_gen|char_ram~14821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49499 ( +// Equation(s): +// \text_gen|char_ram~49499_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16613_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~14821_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16613_q ), + .datac(\text_gen|char_ram~14821_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49499 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49500 ( +// Equation(s): +// \text_gen|char_ram~49500_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49499_combout & ((\text_gen|char_ram~16725_q ))) # (!\text_gen|char_ram~49499_combout & (\text_gen|char_ram~14933_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49499_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14933_q ), + .datac(\text_gen|char_ram~16725_q ), + .datad(\text_gen|char_ram~49499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49500 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53908 ( +// Equation(s): +// \text_gen|char_ram~53908_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53908 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y18_N1 +dffeas \text_gen|char_ram~18517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54683 ( +// Equation(s): +// \text_gen|char_ram~54683_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54683 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y19_N31 +dffeas \text_gen|char_ram~20309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20197feeder ( +// Equation(s): +// \text_gen|char_ram~20197feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20197feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20197feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20197feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54687 ( +// Equation(s): +// \text_gen|char_ram~54687_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54687 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y21_N27 +dffeas \text_gen|char_ram~20197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20197feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53905 ( +// Equation(s): +// \text_gen|char_ram~53905_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53905 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y15_N25 +dffeas \text_gen|char_ram~18405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49497 ( +// Equation(s): +// \text_gen|char_ram~49497_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20197_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~18405_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20197_q ), + .datac(\text_gen|char_ram~18405_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49497 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49498 ( +// Equation(s): +// \text_gen|char_ram~49498_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49497_combout & ((\text_gen|char_ram~20309_q ))) # (!\text_gen|char_ram~49497_combout & (\text_gen|char_ram~18517_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49497_combout )))) + + .dataa(\text_gen|char_ram~18517_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20309_q ), + .datad(\text_gen|char_ram~49497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49498 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49501 ( +// Equation(s): +// \text_gen|char_ram~49501_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~49498_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~49500_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49500_combout ), + .datad(\text_gen|char_ram~49498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49501 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49504 ( +// Equation(s): +// \text_gen|char_ram~49504_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49501_combout & ((\text_gen|char_ram~49503_combout ))) # (!\text_gen|char_ram~49501_combout & (\text_gen|char_ram~49496_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49501_combout )))) + + .dataa(\text_gen|char_ram~49496_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49503_combout ), + .datad(\text_gen|char_ram~49501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49504 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54203 ( +// Equation(s): +// \text_gen|char_ram~54203_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54203 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y22_N7 +dffeas \text_gen|char_ram~16963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54884 ( +// Equation(s): +// \text_gen|char_ram~54884_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54884 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N19 +dffeas \text_gen|char_ram~20547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54872 ( +// Equation(s): +// \text_gen|char_ram~54872_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54872 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y19_N29 +dffeas \text_gen|char_ram~20323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54191 ( +// Equation(s): +// \text_gen|char_ram~54191_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54191 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y20_N19 +dffeas \text_gen|char_ram~16739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49492 ( +// Equation(s): +// \text_gen|char_ram~49492_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20323_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16739_q +// ))))) + + .dataa(\text_gen|char_ram~20323_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16739_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49492 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49493 ( +// Equation(s): +// \text_gen|char_ram~49493_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49492_combout & ((\text_gen|char_ram~20547_q ))) # (!\text_gen|char_ram~49492_combout & (\text_gen|char_ram~16963_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49492_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16963_q ), + .datac(\text_gen|char_ram~20547_q ), + .datad(\text_gen|char_ram~49492_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49493 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54618 ( +// Equation(s): +// \text_gen|char_ram~54618_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54618 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N19 +dffeas \text_gen|char_ram~15059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53930 ( +// Equation(s): +// \text_gen|char_ram~53930_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53930 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y21_N19 +dffeas \text_gen|char_ram~18643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54619 ( +// Equation(s): +// \text_gen|char_ram~54619_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54619 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y21_N3 +dffeas \text_gen|char_ram~14835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18419feeder ( +// Equation(s): +// \text_gen|char_ram~18419feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18419feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53938 ( +// Equation(s): +// \text_gen|char_ram~53938_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53318_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53938 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y18_N17 +dffeas \text_gen|char_ram~18419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49489 ( +// Equation(s): +// \text_gen|char_ram~49489_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18419_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14835_q +// )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14835_q ), + .datad(\text_gen|char_ram~18419_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49489 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49490 ( +// Equation(s): +// \text_gen|char_ram~49490_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49489_combout & ((\text_gen|char_ram~18643_q ))) # (!\text_gen|char_ram~49489_combout & (\text_gen|char_ram~15059_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49489_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15059_q ), + .datac(\text_gen|char_ram~18643_q ), + .datad(\text_gen|char_ram~49489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49490 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54880 ( +// Equation(s): +// \text_gen|char_ram~54880_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53318_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54880 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y18_N13 +dffeas \text_gen|char_ram~20211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54192 ( +// Equation(s): +// \text_gen|char_ram~54192_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54192 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y18_N7 +dffeas \text_gen|char_ram~16627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49487 ( +// Equation(s): +// \text_gen|char_ram~49487_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20211_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16627_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20211_q ), + .datac(\text_gen|char_ram~16627_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49487 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54204 ( +// Equation(s): +// \text_gen|char_ram~54204_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54204 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N1 +dffeas \text_gen|char_ram~16851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54876 ( +// Equation(s): +// \text_gen|char_ram~54876_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54876 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y22_N1 +dffeas \text_gen|char_ram~20435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49488 ( +// Equation(s): +// \text_gen|char_ram~49488_combout = (\text_gen|char_ram~49487_combout & (((\text_gen|char_ram~20435_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~49487_combout & (\text_gen|char_ram~16851_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~49487_combout ), + .datab(\text_gen|char_ram~16851_q ), + .datac(\text_gen|char_ram~20435_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49488 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49491 ( +// Equation(s): +// \text_gen|char_ram~49491_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~49488_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~49490_combout )))) + + .dataa(\text_gen|char_ram~49490_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49488_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49491 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54620 ( +// Equation(s): +// \text_gen|char_ram~54620_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54620 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y21_N5 +dffeas \text_gen|char_ram~15171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53942 ( +// Equation(s): +// \text_gen|char_ram~53942_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53942 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y21_N29 +dffeas \text_gen|char_ram~18755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18531feeder ( +// Equation(s): +// \text_gen|char_ram~18531feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18531feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18531feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18531feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53934 ( +// Equation(s): +// \text_gen|char_ram~53934_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53934 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y22_N3 +dffeas \text_gen|char_ram~18531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18531feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54617 ( +// Equation(s): +// \text_gen|char_ram~54617_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54617 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y21_N11 +dffeas \text_gen|char_ram~14947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49485 ( +// Equation(s): +// \text_gen|char_ram~49485_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18531_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14947_q +// ))))) + + .dataa(\text_gen|char_ram~18531_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14947_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49485 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49486 ( +// Equation(s): +// \text_gen|char_ram~49486_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49485_combout & ((\text_gen|char_ram~18755_q ))) # (!\text_gen|char_ram~49485_combout & (\text_gen|char_ram~15171_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49485_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15171_q ), + .datac(\text_gen|char_ram~18755_q ), + .datad(\text_gen|char_ram~49485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49486 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49494 ( +// Equation(s): +// \text_gen|char_ram~49494_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49491_combout & (\text_gen|char_ram~49493_combout )) # (!\text_gen|char_ram~49491_combout & ((\text_gen|char_ram~49486_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49491_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49493_combout ), + .datac(\text_gen|char_ram~49491_combout ), + .datad(\text_gen|char_ram~49486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49494 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49505 ( +// Equation(s): +// \text_gen|char_ram~49505_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~49494_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49504_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49504_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~49494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49505 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~49505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20603feeder ( +// Equation(s): +// \text_gen|char_ram~20603feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20603feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20603feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20603feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54886 ( +// Equation(s): +// \text_gen|char_ram~54886_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54886 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y10_N7 +dffeas \text_gen|char_ram~20603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20603feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20379feeder ( +// Equation(s): +// \text_gen|char_ram~20379feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20379feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20379feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20379feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54874 ( +// Equation(s): +// \text_gen|char_ram~54874_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54874 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y10_N17 +dffeas \text_gen|char_ram~20379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20379feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16795feeder ( +// Equation(s): +// \text_gen|char_ram~16795feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54360 ( +// Equation(s): +// \text_gen|char_ram~54360_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54360 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y15_N9 +dffeas \text_gen|char_ram~16795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54368 ( +// Equation(s): +// \text_gen|char_ram~54368_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54368 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y12_N31 +dffeas \text_gen|char_ram~17019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49513 ( +// Equation(s): +// \text_gen|char_ram~49513_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~17019_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16795_q +// )))) + + .dataa(\text_gen|char_ram~16795_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~17019_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49513 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49514 ( +// Equation(s): +// \text_gen|char_ram~49514_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49513_combout & (\text_gen|char_ram~20603_q )) # (!\text_gen|char_ram~49513_combout & ((\text_gen|char_ram~20379_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49513_combout )))) + + .dataa(\text_gen|char_ram~20603_q ), + .datab(\text_gen|char_ram~20379_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~49513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49514 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~49514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54626 ( +// Equation(s): +// \text_gen|char_ram~54626_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54626 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N1 +dffeas \text_gen|char_ram~15115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53932 ( +// Equation(s): +// \text_gen|char_ram~53932_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53932 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N31 +dffeas \text_gen|char_ram~18699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18475feeder ( +// Equation(s): +// \text_gen|char_ram~18475feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53940 ( +// Equation(s): +// \text_gen|char_ram~53940_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53940 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y9_N7 +dffeas \text_gen|char_ram~18475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54627 ( +// Equation(s): +// \text_gen|char_ram~54627_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52821_combout & (\text_gen|char_ram~52800_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52821_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54627 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y11_N13 +dffeas \text_gen|char_ram~14891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49510 ( +// Equation(s): +// \text_gen|char_ram~49510_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18475_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14891_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18475_q ), + .datac(\text_gen|char_ram~14891_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49510 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49511 ( +// Equation(s): +// \text_gen|char_ram~49511_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49510_combout & ((\text_gen|char_ram~18699_q ))) # (!\text_gen|char_ram~49510_combout & (\text_gen|char_ram~15115_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49510_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15115_q ), + .datac(\text_gen|char_ram~18699_q ), + .datad(\text_gen|char_ram~49510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49511 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16907feeder ( +// Equation(s): +// \text_gen|char_ram~16907feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54356 ( +// Equation(s): +// \text_gen|char_ram~54356_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54356 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y11_N31 +dffeas \text_gen|char_ram~16907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54878 ( +// Equation(s): +// \text_gen|char_ram~54878_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54878 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y10_N21 +dffeas \text_gen|char_ram~20491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20267feeder ( +// Equation(s): +// \text_gen|char_ram~20267feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20267feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20267feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20267feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54882 ( +// Equation(s): +// \text_gen|char_ram~54882_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~53061_combout & (\text_gen|char_ram~54139_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~53061_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54882 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y10_N21 +dffeas \text_gen|char_ram~20267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20267feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54364 ( +// Equation(s): +// \text_gen|char_ram~54364_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~54139_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52821_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54364 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y8_N1 +dffeas \text_gen|char_ram~16683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y8_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49508 ( +// Equation(s): +// \text_gen|char_ram~49508_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20267_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16683_q +// ))))) + + .dataa(\text_gen|char_ram~20267_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16683_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49508 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49509 ( +// Equation(s): +// \text_gen|char_ram~49509_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49508_combout & ((\text_gen|char_ram~20491_q ))) # (!\text_gen|char_ram~49508_combout & (\text_gen|char_ram~16907_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49508_combout )))) + + .dataa(\text_gen|char_ram~16907_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20491_q ), + .datad(\text_gen|char_ram~49508_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49509 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49512 ( +// Equation(s): +// \text_gen|char_ram~49512_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~49509_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~49511_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49511_combout ), + .datad(\text_gen|char_ram~49509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49512 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53944 ( +// Equation(s): +// \text_gen|char_ram~53944_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53944 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y13_N23 +dffeas \text_gen|char_ram~18811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15227feeder ( +// Equation(s): +// \text_gen|char_ram~15227feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15227feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54628 ( +// Equation(s): +// \text_gen|char_ram~54628_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54628 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N13 +dffeas \text_gen|char_ram~15227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18587feeder ( +// Equation(s): +// \text_gen|char_ram~18587feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18587feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18587feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18587feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53936 ( +// Equation(s): +// \text_gen|char_ram~53936_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53936 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y18_N31 +dffeas \text_gen|char_ram~18587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18587feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15003feeder ( +// Equation(s): +// \text_gen|char_ram~15003feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15003feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15003feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15003feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54625 ( +// Equation(s): +// \text_gen|char_ram~54625_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54625 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N15 +dffeas \text_gen|char_ram~15003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15003feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49506 ( +// Equation(s): +// \text_gen|char_ram~49506_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18587_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15003_q +// ))))) + + .dataa(\text_gen|char_ram~18587_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15003_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49506 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49507 ( +// Equation(s): +// \text_gen|char_ram~49507_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49506_combout & (\text_gen|char_ram~18811_q )) # (!\text_gen|char_ram~49506_combout & ((\text_gen|char_ram~15227_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49506_combout )))) + + .dataa(\text_gen|char_ram~18811_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15227_q ), + .datad(\text_gen|char_ram~49506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49507 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49515 ( +// Equation(s): +// \text_gen|char_ram~49515_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49512_combout & (\text_gen|char_ram~49514_combout )) # (!\text_gen|char_ram~49512_combout & ((\text_gen|char_ram~49507_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49512_combout )))) + + .dataa(\text_gen|char_ram~49514_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49512_combout ), + .datad(\text_gen|char_ram~49507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49515 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~49515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20477feeder ( +// Equation(s): +// \text_gen|char_ram~20477feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20477feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20477feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20477feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54711 ( +// Equation(s): +// \text_gen|char_ram~54711_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54711 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N27 +dffeas \text_gen|char_ram~20477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20477feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53909 ( +// Equation(s): +// \text_gen|char_ram~53909_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53909 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y17_N9 +dffeas \text_gen|char_ram~18685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49482 ( +// Equation(s): +// \text_gen|char_ram~49482_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20477_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~18685_q +// ))))) + + .dataa(\text_gen|char_ram~20477_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18685_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49482 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18797feeder ( +// Equation(s): +// \text_gen|char_ram~18797feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18797feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18797feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18797feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53912 ( +// Equation(s): +// \text_gen|char_ram~53912_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53912 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y13_N29 +dffeas \text_gen|char_ram~18797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18797feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54723 ( +// Equation(s): +// \text_gen|char_ram~54723_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54723 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y9_N9 +dffeas \text_gen|char_ram~20589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49483 ( +// Equation(s): +// \text_gen|char_ram~49483_combout = (\text_gen|char_ram~49482_combout & (((\text_gen|char_ram~20589_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~49482_combout & (\text_gen|char_ram~18797_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~49482_combout ), + .datab(\text_gen|char_ram~18797_q ), + .datac(\text_gen|char_ram~20589_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49483 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y8_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17005feeder ( +// Equation(s): +// \text_gen|char_ram~17005feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17005feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17005feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17005feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54366 ( +// Equation(s): +// \text_gen|char_ram~54366_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54366 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y8_N31 +dffeas \text_gen|char_ram~17005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17005feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15213feeder ( +// Equation(s): +// \text_gen|char_ram~15213feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54424 ( +// Equation(s): +// \text_gen|char_ram~54424_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54424 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y8_N25 +dffeas \text_gen|char_ram~15213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16893feeder ( +// Equation(s): +// \text_gen|char_ram~16893feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54353 ( +// Equation(s): +// \text_gen|char_ram~54353_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54353 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y16_N13 +dffeas \text_gen|char_ram~16893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54422 ( +// Equation(s): +// \text_gen|char_ram~54422_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54422 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y15_N27 +dffeas \text_gen|char_ram~15101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49475 ( +// Equation(s): +// \text_gen|char_ram~49475_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~16893_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15101_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~16893_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15101_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49475 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y8_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49476 ( +// Equation(s): +// \text_gen|char_ram~49476_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49475_combout & (\text_gen|char_ram~17005_q )) # (!\text_gen|char_ram~49475_combout & ((\text_gen|char_ram~15213_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49475_combout )))) + + .dataa(\text_gen|char_ram~17005_q ), + .datab(\text_gen|char_ram~15213_q ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~49475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49476 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~49476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54421 ( +// Equation(s): +// \text_gen|char_ram~54421_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54421 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y23_N23 +dffeas \text_gen|char_ram~14989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54357 ( +// Equation(s): +// \text_gen|char_ram~54357_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54357 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y23_N13 +dffeas \text_gen|char_ram~16781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16669feeder ( +// Equation(s): +// \text_gen|char_ram~16669feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16669feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16669feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16669feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54361 ( +// Equation(s): +// \text_gen|char_ram~54361_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54361 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y12_N5 +dffeas \text_gen|char_ram~16669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16669feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54423 ( +// Equation(s): +// \text_gen|char_ram~54423_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54423 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y19_N29 +dffeas \text_gen|char_ram~14877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49479 ( +// Equation(s): +// \text_gen|char_ram~49479_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~16669_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~14877_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16669_q ), + .datac(\text_gen|char_ram~14877_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49479 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49480 ( +// Equation(s): +// \text_gen|char_ram~49480_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49479_combout & ((\text_gen|char_ram~16781_q ))) # (!\text_gen|char_ram~49479_combout & (\text_gen|char_ram~14989_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49479_combout )))) + + .dataa(\text_gen|char_ram~14989_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16781_q ), + .datad(\text_gen|char_ram~49479_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49480 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18573feeder ( +// Equation(s): +// \text_gen|char_ram~18573feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18573feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18573feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18573feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53900 ( +// Equation(s): +// \text_gen|char_ram~53900_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53900 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y14_N17 +dffeas \text_gen|char_ram~18573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18573feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54716 ( +// Equation(s): +// \text_gen|char_ram~54716_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54716 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y18_N19 +dffeas \text_gen|char_ram~20365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20253feeder ( +// Equation(s): +// \text_gen|char_ram~20253feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54720 ( +// Equation(s): +// \text_gen|char_ram~54720_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54720 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y10_N15 +dffeas \text_gen|char_ram~20253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53897 ( +// Equation(s): +// \text_gen|char_ram~53897_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53897 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y13_N29 +dffeas \text_gen|char_ram~18461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49477 ( +// Equation(s): +// \text_gen|char_ram~49477_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20253_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~18461_q +// ))))) + + .dataa(\text_gen|char_ram~20253_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18461_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49477 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49478 ( +// Equation(s): +// \text_gen|char_ram~49478_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49477_combout & ((\text_gen|char_ram~20365_q ))) # (!\text_gen|char_ram~49477_combout & (\text_gen|char_ram~18573_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49477_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18573_q ), + .datac(\text_gen|char_ram~20365_q ), + .datad(\text_gen|char_ram~49477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49478 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49481 ( +// Equation(s): +// \text_gen|char_ram~49481_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~49478_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~49480_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~49480_combout ), + .datad(\text_gen|char_ram~49478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49481 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49484 ( +// Equation(s): +// \text_gen|char_ram~49484_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49481_combout & (\text_gen|char_ram~49483_combout )) # (!\text_gen|char_ram~49481_combout & ((\text_gen|char_ram~49476_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49481_combout )))) + + .dataa(\text_gen|char_ram~49483_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49476_combout ), + .datad(\text_gen|char_ram~49481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49484 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49516 ( +// Equation(s): +// \text_gen|char_ram~49516_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49505_combout & (\text_gen|char_ram~49515_combout )) # (!\text_gen|char_ram~49505_combout & ((\text_gen|char_ram~49484_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~49505_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49505_combout ), + .datac(\text_gen|char_ram~49515_combout ), + .datad(\text_gen|char_ram~49484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49516 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49644 ( +// Equation(s): +// \text_gen|char_ram~49644_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49601_combout & (\text_gen|char_ram~49643_combout )) # (!\text_gen|char_ram~49601_combout & ((\text_gen|char_ram~49516_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49601_combout )))) + + .dataa(\text_gen|char_ram~49643_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49601_combout ), + .datad(\text_gen|char_ram~49516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49644 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~49644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49815 ( +// Equation(s): +// \text_gen|char_ram~49815_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~49644_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~49814_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49814_combout ), + .datad(\text_gen|char_ram~49644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49815 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49986 ( +// Equation(s): +// \text_gen|char_ram~49986_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49815_combout & (\text_gen|char_ram~49985_combout )) # (!\text_gen|char_ram~49815_combout & ((\text_gen|char_ram~49474_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49815_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~49985_combout ), + .datac(\text_gen|char_ram~49474_combout ), + .datad(\text_gen|char_ram~49815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49986 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27442feeder ( +// Equation(s): +// \text_gen|char_ram~27442feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54206 ( +// Equation(s): +// \text_gen|char_ram~54206_combout = (\text_gen|char_ram~52730_combout & (!\text_gen|char_ram~52731_combout & (!\text_gen|char_ram~52732_combout & \text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54206 .lut_mask = 16'h0200; +defparam \text_gen|char_ram~54206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52783 ( +// Equation(s): +// \text_gen|char_ram~52783_combout = (!\text_gen|char_ram~52724_combout & (\text_gen|char_ram~52727_combout & (!\text_gen|char_ram~52725_combout & !\text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52783 .lut_mask = 16'h0004; +defparam \text_gen|char_ram~52783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54826 ( +// Equation(s): +// \text_gen|char_ram~54826_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54826 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y25_N7 +dffeas \text_gen|char_ram~27442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52785 ( +// Equation(s): +// \text_gen|char_ram~52785_combout = (!\text_gen|char_ram~52724_combout & (\text_gen|char_ram~52727_combout & (!\text_gen|char_ram~52725_combout & \text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52785 .lut_mask = 16'h0400; +defparam \text_gen|char_ram~52785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54794 ( +// Equation(s): +// \text_gen|char_ram~54794_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54794 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y37_N13 +dffeas \text_gen|char_ram~27498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27050feeder ( +// Equation(s): +// \text_gen|char_ram~27050feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27050feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54986 ( +// Equation(s): +// \text_gen|char_ram~54986_combout = (!\text_gen|char_ram~52730_combout & (!\text_gen|char_ram~52731_combout & (!\text_gen|char_ram~52732_combout & \text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54986 .lut_mask = 16'h0100; +defparam \text_gen|char_ram~54986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55826 ( +// Equation(s): +// \text_gen|char_ram~55826_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55826 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y40_N25 +dffeas \text_gen|char_ram~27050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55890 ( +// Equation(s): +// \text_gen|char_ram~55890_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55890 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y45_N7 +dffeas \text_gen|char_ram~26994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49168 ( +// Equation(s): +// \text_gen|char_ram~49168_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~27050_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~26994_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~27050_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26994_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49168 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49169 ( +// Equation(s): +// \text_gen|char_ram~49169_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49168_combout & ((\text_gen|char_ram~27498_q ))) # (!\text_gen|char_ram~49168_combout & (\text_gen|char_ram~27442_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49168_combout )))) + + .dataa(\text_gen|char_ram~27442_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27498_q ), + .datad(\text_gen|char_ram~49168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49169 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27064feeder ( +// Equation(s): +// \text_gen|char_ram~27064feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52757 ( +// Equation(s): +// \text_gen|char_ram~52757_combout = (!\text_gen|char_ram~52725_combout & (\text_gen|char_ram~52724_combout & (\text_gen|char_ram~52726_combout & \text_gen|char_ram~52727_combout ))) + + .dataa(\text_gen|char_ram~52725_combout ), + .datab(\text_gen|char_ram~52724_combout ), + .datac(\text_gen|char_ram~52726_combout ), + .datad(\text_gen|char_ram~52727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52757 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55818 ( +// Equation(s): +// \text_gen|char_ram~55818_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55818 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y40_N27 +dffeas \text_gen|char_ram~27064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52755 ( +// Equation(s): +// \text_gen|char_ram~52755_combout = (!\text_gen|char_ram~52725_combout & (\text_gen|char_ram~52724_combout & (!\text_gen|char_ram~52726_combout & \text_gen|char_ram~52727_combout ))) + + .dataa(\text_gen|char_ram~52725_combout ), + .datab(\text_gen|char_ram~52724_combout ), + .datac(\text_gen|char_ram~52726_combout ), + .datad(\text_gen|char_ram~52727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52755 .lut_mask = 16'h0400; +defparam \text_gen|char_ram~52755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55882 ( +// Equation(s): +// \text_gen|char_ram~55882_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55882 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y37_N3 +dffeas \text_gen|char_ram~27008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49166 ( +// Equation(s): +// \text_gen|char_ram~49166_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~27064_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~27008_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~27064_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27008_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49166 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54730 ( +// Equation(s): +// \text_gen|char_ram~54730_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54730 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y17_N13 +dffeas \text_gen|char_ram~27512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54762 ( +// Equation(s): +// \text_gen|char_ram~54762_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54762 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y22_N21 +dffeas \text_gen|char_ram~27456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49167 ( +// Equation(s): +// \text_gen|char_ram~49167_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49166_combout & (\text_gen|char_ram~27512_q )) # (!\text_gen|char_ram~49166_combout & ((\text_gen|char_ram~27456_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~49166_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49166_combout ), + .datac(\text_gen|char_ram~27512_q ), + .datad(\text_gen|char_ram~27456_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49167 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49170 ( +// Equation(s): +// \text_gen|char_ram~49170_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~49167_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49169_combout )))) + + .dataa(\text_gen|char_ram~49169_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~49167_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49170 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~49170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~28352feeder ( +// Equation(s): +// \text_gen|char_ram~28352feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28352feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55967 ( +// Equation(s): +// \text_gen|char_ram~55967_combout = (\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52731_combout & (!\text_gen|char_ram~52732_combout & \text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55967 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~55967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56889 ( +// Equation(s): +// \text_gen|char_ram~56889_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56889 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y36_N13 +dffeas \text_gen|char_ram~28352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56840 ( +// Equation(s): +// \text_gen|char_ram~56840_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56840 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y36_N15 +dffeas \text_gen|char_ram~28408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52733 ( +// Equation(s): +// \text_gen|char_ram~52733_combout = (!\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52731_combout & (!\text_gen|char_ram~52732_combout & \text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52733 .lut_mask = 16'h0400; +defparam \text_gen|char_ram~52733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53799 ( +// Equation(s): +// \text_gen|char_ram~53799_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53799 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y37_N31 +dffeas \text_gen|char_ram~27904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53734 ( +// Equation(s): +// \text_gen|char_ram~53734_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53734 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y48_N17 +dffeas \text_gen|char_ram~27960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49171 ( +// Equation(s): +// \text_gen|char_ram~49171_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27960_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27904_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27904_q ), + .datad(\text_gen|char_ram~27960_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49171 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49172 ( +// Equation(s): +// \text_gen|char_ram~49172_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49171_combout & ((\text_gen|char_ram~28408_q ))) # (!\text_gen|char_ram~49171_combout & (\text_gen|char_ram~28352_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49171_combout )))) + + .dataa(\text_gen|char_ram~28352_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28408_q ), + .datad(\text_gen|char_ram~49171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49172 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28338feeder ( +// Equation(s): +// \text_gen|char_ram~28338feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56893 ( +// Equation(s): +// \text_gen|char_ram~56893_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56893 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y36_N3 +dffeas \text_gen|char_ram~28338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56844 ( +// Equation(s): +// \text_gen|char_ram~56844_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56844 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y37_N19 +dffeas \text_gen|char_ram~28394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53801 ( +// Equation(s): +// \text_gen|char_ram~53801_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53801 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y52_N17 +dffeas \text_gen|char_ram~27890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53737 ( +// Equation(s): +// \text_gen|char_ram~53737_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53737 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y53_N9 +dffeas \text_gen|char_ram~27946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49164 ( +// Equation(s): +// \text_gen|char_ram~49164_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~27946_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27890_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27890_q ), + .datad(\text_gen|char_ram~27946_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49164 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49165 ( +// Equation(s): +// \text_gen|char_ram~49165_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49164_combout & ((\text_gen|char_ram~28394_q ))) # (!\text_gen|char_ram~49164_combout & (\text_gen|char_ram~28338_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49164_combout )))) + + .dataa(\text_gen|char_ram~28338_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28394_q ), + .datad(\text_gen|char_ram~49164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49165 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49173 ( +// Equation(s): +// \text_gen|char_ram~49173_combout = (\text_gen|char_ram~49170_combout & (((\text_gen|char_ram~49172_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~49170_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49165_combout )))) + + .dataa(\text_gen|char_ram~49170_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49172_combout ), + .datad(\text_gen|char_ram~49165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49173 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53238 ( +// Equation(s): +// \text_gen|char_ram~53238_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52783_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53238 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53769 ( +// Equation(s): +// \text_gen|char_ram~53769_combout = (\text_gen|char_ram~53238_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53238_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53769 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y36_N13 +dffeas \text_gen|char_ram~13554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53221 ( +// Equation(s): +// \text_gen|char_ram~53221_combout = (\text_gen|char_ram~53057_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52785_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53221 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53688 ( +// Equation(s): +// \text_gen|char_ram~53688_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53221_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53688 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y32_N9 +dffeas \text_gen|char_ram~13610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49133 ( +// Equation(s): +// \text_gen|char_ram~49133_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~13610_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13554_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13554_q ), + .datad(\text_gen|char_ram~13610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49133 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56386 ( +// Equation(s): +// \text_gen|char_ram~56386_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56386 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y34_N3 +dffeas \text_gen|char_ram~14002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14058feeder ( +// Equation(s): +// \text_gen|char_ram~14058feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14058feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14058feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14058feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56322 ( +// Equation(s): +// \text_gen|char_ram~56322_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53221_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56322 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y34_N25 +dffeas \text_gen|char_ram~14058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14058feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49134 ( +// Equation(s): +// \text_gen|char_ram~49134_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49133_combout & ((\text_gen|char_ram~14058_q ))) # (!\text_gen|char_ram~49133_combout & (\text_gen|char_ram~14002_q )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~49133_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49133_combout ), + .datac(\text_gen|char_ram~14002_q ), + .datad(\text_gen|char_ram~14058_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49134 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~49134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53164 ( +// Equation(s): +// \text_gen|char_ram~53164_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53164 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55834 ( +// Equation(s): +// \text_gen|char_ram~55834_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53164_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55834 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N21 +dffeas \text_gen|char_ram~12672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12728feeder ( +// Equation(s): +// \text_gen|char_ram~12728feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12728feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53147 ( +// Equation(s): +// \text_gen|char_ram~53147_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53147 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55785 ( +// Equation(s): +// \text_gen|char_ram~55785_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53147_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55785 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y48_N25 +dffeas \text_gen|char_ram~12728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49135 ( +// Equation(s): +// \text_gen|char_ram~49135_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~12728_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~12672_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12672_q ), + .datad(\text_gen|char_ram~12728_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49135 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54727 ( +// Equation(s): +// \text_gen|char_ram~54727_combout = (\text_gen|char_ram~53147_combout & \text_gen|char_ram~54206_combout ) + + .dataa(\text_gen|char_ram~53147_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54727 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y28_N25 +dffeas \text_gen|char_ram~13176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13120feeder ( +// Equation(s): +// \text_gen|char_ram~13120feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54759 ( +// Equation(s): +// \text_gen|char_ram~54759_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~53164_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54759 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y22_N11 +dffeas \text_gen|char_ram~13120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49136 ( +// Equation(s): +// \text_gen|char_ram~49136_combout = (\text_gen|char_ram~49135_combout & ((\text_gen|char_ram~13176_q ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~49135_combout & (((\text_gen|Add5~4_combout & \text_gen|char_ram~13120_q )))) + + .dataa(\text_gen|char_ram~49135_combout ), + .datab(\text_gen|char_ram~13176_q ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~13120_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49136 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~49136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55842 ( +// Equation(s): +// \text_gen|char_ram~55842_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55842 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y45_N3 +dffeas \text_gen|char_ram~12658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12714feeder ( +// Equation(s): +// \text_gen|char_ram~12714feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55793 ( +// Equation(s): +// \text_gen|char_ram~55793_combout = (\text_gen|char_ram~53221_combout & \text_gen|char_ram~54986_combout ) + + .dataa(\text_gen|char_ram~53221_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55793 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y41_N23 +dffeas \text_gen|char_ram~12714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49137 ( +// Equation(s): +// \text_gen|char_ram~49137_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~12714_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~12658_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12658_q ), + .datad(\text_gen|char_ram~12714_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49137 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54824 ( +// Equation(s): +// \text_gen|char_ram~54824_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54824 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y17_N3 +dffeas \text_gen|char_ram~13106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13162feeder ( +// Equation(s): +// \text_gen|char_ram~13162feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54792 ( +// Equation(s): +// \text_gen|char_ram~54792_combout = (\text_gen|char_ram~53221_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53221_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54792 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y18_N15 +dffeas \text_gen|char_ram~13162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49138 ( +// Equation(s): +// \text_gen|char_ram~49138_combout = (\text_gen|char_ram~49137_combout & (((\text_gen|char_ram~13162_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~49137_combout & (\text_gen|char_ram~13106_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~49137_combout ), + .datab(\text_gen|char_ram~13106_q ), + .datac(\text_gen|char_ram~13162_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49138 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49139 ( +// Equation(s): +// \text_gen|char_ram~49139_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49136_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49138_combout ))))) + + .dataa(\text_gen|char_ram~49136_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~49138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49139 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~49139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56358 ( +// Equation(s): +// \text_gen|char_ram~56358_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56358 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y34_N27 +dffeas \text_gen|char_ram~14016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56310 ( +// Equation(s): +// \text_gen|char_ram~56310_combout = (\text_gen|char_ram~53147_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53147_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56310 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y34_N19 +dffeas \text_gen|char_ram~14072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53686 ( +// Equation(s): +// \text_gen|char_ram~53686_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53147_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53686 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y60_N21 +dffeas \text_gen|char_ram~13624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53767 ( +// Equation(s): +// \text_gen|char_ram~53767_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53164_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53164_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53767 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y53_N17 +dffeas \text_gen|char_ram~13568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49140 ( +// Equation(s): +// \text_gen|char_ram~49140_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~13624_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~13568_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~13624_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13568_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49140 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49141 ( +// Equation(s): +// \text_gen|char_ram~49141_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49140_combout & ((\text_gen|char_ram~14072_q ))) # (!\text_gen|char_ram~49140_combout & (\text_gen|char_ram~14016_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49140_combout )))) + + .dataa(\text_gen|char_ram~14016_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14072_q ), + .datad(\text_gen|char_ram~49140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49141 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49142 ( +// Equation(s): +// \text_gen|char_ram~49142_combout = (\text_gen|char_ram~49139_combout & (((\text_gen|char_ram~49141_combout ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~49139_combout & (\text_gen|char_ram~49134_combout & (\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~49134_combout ), + .datab(\text_gen|char_ram~49139_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~49141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49142 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~49142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5546feeder ( +// Equation(s): +// \text_gen|char_ram~5546feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5546feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5546feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5546feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53223 ( +// Equation(s): +// \text_gen|char_ram~53223_combout = (\text_gen|char_ram~53064_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52785_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53223 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~53223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55809 ( +// Equation(s): +// \text_gen|char_ram~55809_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55809 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y41_N17 +dffeas \text_gen|char_ram~5546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5546feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53149 ( +// Equation(s): +// \text_gen|char_ram~53149_combout = (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52757_combout & (!\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53149 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~53149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55801 ( +// Equation(s): +// \text_gen|char_ram~55801_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53149_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53149_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55801 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y40_N15 +dffeas \text_gen|char_ram~5560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53240 ( +// Equation(s): +// \text_gen|char_ram~53240_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53064_combout & \text_gen|char_ram~52783_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53240 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55874 ( +// Equation(s): +// \text_gen|char_ram~55874_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55874 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y40_N5 +dffeas \text_gen|char_ram~5490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5504feeder ( +// Equation(s): +// \text_gen|char_ram~5504feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5504feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53166 ( +// Equation(s): +// \text_gen|char_ram~53166_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53064_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53166 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55866 ( +// Equation(s): +// \text_gen|char_ram~55866_combout = (\text_gen|char_ram~53166_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53166_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55866 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y45_N27 +dffeas \text_gen|char_ram~5504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49157 ( +// Equation(s): +// \text_gen|char_ram~49157_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~5504_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~5490_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5490_q ), + .datad(\text_gen|char_ram~5504_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49157 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49158 ( +// Equation(s): +// \text_gen|char_ram~49158_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49157_combout & ((\text_gen|char_ram~5560_q ))) # (!\text_gen|char_ram~49157_combout & (\text_gen|char_ram~5546_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49157_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~5546_q ), + .datac(\text_gen|char_ram~5560_q ), + .datad(\text_gen|char_ram~49157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49158 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53724 ( +// Equation(s): +// \text_gen|char_ram~53724_combout = (\text_gen|char_ram~53223_combout & \text_gen|char_ram~52733_combout ) + + .dataa(\text_gen|char_ram~53223_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53724 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y52_N3 +dffeas \text_gen|char_ram~6442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53722 ( +// Equation(s): +// \text_gen|char_ram~53722_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53722 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y51_N17 +dffeas \text_gen|char_ram~6456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53789 ( +// Equation(s): +// \text_gen|char_ram~53789_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53789 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y51_N11 +dffeas \text_gen|char_ram~6386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53787 ( +// Equation(s): +// \text_gen|char_ram~53787_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53166_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53787 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y51_N23 +dffeas \text_gen|char_ram~6400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49155 ( +// Equation(s): +// \text_gen|char_ram~49155_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~6400_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~6386_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6386_q ), + .datad(\text_gen|char_ram~6400_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49155 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49156 ( +// Equation(s): +// \text_gen|char_ram~49156_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49155_combout & ((\text_gen|char_ram~6456_q ))) # (!\text_gen|char_ram~49155_combout & (\text_gen|char_ram~6442_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49155_combout )))) + + .dataa(\text_gen|char_ram~6442_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6456_q ), + .datad(\text_gen|char_ram~49155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49156 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49159 ( +// Equation(s): +// \text_gen|char_ram~49159_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~49156_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~49158_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49158_combout ), + .datad(\text_gen|char_ram~49156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49159 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54761 ( +// Equation(s): +// \text_gen|char_ram~54761_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53166_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53166_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54761 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y22_N11 +dffeas \text_gen|char_ram~5952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54729 ( +// Equation(s): +// \text_gen|char_ram~54729_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54729 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y17_N15 +dffeas \text_gen|char_ram~6008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54825 ( +// Equation(s): +// \text_gen|char_ram~54825_combout = (\text_gen|char_ram~53240_combout & \text_gen|char_ram~54206_combout ) + + .dataa(\text_gen|char_ram~53240_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54825 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y21_N31 +dffeas \text_gen|char_ram~5938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54793 ( +// Equation(s): +// \text_gen|char_ram~54793_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54793 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y21_N21 +dffeas \text_gen|char_ram~5994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49153 ( +// Equation(s): +// \text_gen|char_ram~49153_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~5994_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5938_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5938_q ), + .datad(\text_gen|char_ram~5994_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49153 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49154 ( +// Equation(s): +// \text_gen|char_ram~49154_combout = (\text_gen|char_ram~49153_combout & (((\text_gen|char_ram~6008_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~49153_combout & (\text_gen|char_ram~5952_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~5952_q ), + .datab(\text_gen|char_ram~6008_q ), + .datac(\text_gen|char_ram~49153_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49154 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~49154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56649 ( +// Equation(s): +// \text_gen|char_ram~56649_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56649 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y33_N11 +dffeas \text_gen|char_ram~6834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56617 ( +// Equation(s): +// \text_gen|char_ram~56617_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56617 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y34_N29 +dffeas \text_gen|char_ram~6890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49160 ( +// Equation(s): +// \text_gen|char_ram~49160_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~6890_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6834_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6834_q ), + .datad(\text_gen|char_ram~6890_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49160 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56553 ( +// Equation(s): +// \text_gen|char_ram~56553_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56553 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y33_N21 +dffeas \text_gen|char_ram~6904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6848feeder ( +// Equation(s): +// \text_gen|char_ram~6848feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6848feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6848feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6848feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56585 ( +// Equation(s): +// \text_gen|char_ram~56585_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53166_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56585 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N15 +dffeas \text_gen|char_ram~6848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6848feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49161 ( +// Equation(s): +// \text_gen|char_ram~49161_combout = (\text_gen|char_ram~49160_combout & (((\text_gen|char_ram~6904_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~49160_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~6848_q )))) + + .dataa(\text_gen|char_ram~49160_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6904_q ), + .datad(\text_gen|char_ram~6848_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49161 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49162 ( +// Equation(s): +// \text_gen|char_ram~49162_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49159_combout & ((\text_gen|char_ram~49161_combout ))) # (!\text_gen|char_ram~49159_combout & (\text_gen|char_ram~49154_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~49159_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49159_combout ), + .datac(\text_gen|char_ram~49154_combout ), + .datad(\text_gen|char_ram~49161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49162 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~49162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20288feeder ( +// Equation(s): +// \text_gen|char_ram~20288feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20288feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20288feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20288feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54760 ( +// Equation(s): +// \text_gen|char_ram~54760_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54760 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y21_N25 +dffeas \text_gen|char_ram~20288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20288feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54728 ( +// Equation(s): +// \text_gen|char_ram~54728_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54728 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y21_N17 +dffeas \text_gen|char_ram~20344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54823 ( +// Equation(s): +// \text_gen|char_ram~54823_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54823 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y21_N19 +dffeas \text_gen|char_ram~20274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20330feeder ( +// Equation(s): +// \text_gen|char_ram~20330feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20330feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54791 ( +// Equation(s): +// \text_gen|char_ram~54791_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54791 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y21_N25 +dffeas \text_gen|char_ram~20330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49145 ( +// Equation(s): +// \text_gen|char_ram~49145_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20330_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20274_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20274_q ), + .datad(\text_gen|char_ram~20330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49145 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49146 ( +// Equation(s): +// \text_gen|char_ram~49146_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49145_combout & ((\text_gen|char_ram~20344_q ))) # (!\text_gen|char_ram~49145_combout & (\text_gen|char_ram~20288_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49145_combout )))) + + .dataa(\text_gen|char_ram~20288_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20344_q ), + .datad(\text_gen|char_ram~49145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49146 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19882feeder ( +// Equation(s): +// \text_gen|char_ram~19882feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19882feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19882feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19882feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55777 ( +// Equation(s): +// \text_gen|char_ram~55777_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55777 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y48_N9 +dffeas \text_gen|char_ram~19882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19882feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55858 ( +// Equation(s): +// \text_gen|char_ram~55858_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55858 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y41_N1 +dffeas \text_gen|char_ram~19826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49147 ( +// Equation(s): +// \text_gen|char_ram~49147_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19882_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~19826_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19882_q ), + .datac(\text_gen|char_ram~19826_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49147 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55769 ( +// Equation(s): +// \text_gen|char_ram~55769_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55769 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y41_N31 +dffeas \text_gen|char_ram~19896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19840feeder ( +// Equation(s): +// \text_gen|char_ram~19840feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19840feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19840feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19840feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55850 ( +// Equation(s): +// \text_gen|char_ram~55850_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55850 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y37_N17 +dffeas \text_gen|char_ram~19840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19840feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49148 ( +// Equation(s): +// \text_gen|char_ram~49148_combout = (\text_gen|char_ram~49147_combout & (((\text_gen|char_ram~19896_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~49147_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~19840_q )))) + + .dataa(\text_gen|char_ram~49147_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19896_q ), + .datad(\text_gen|char_ram~19840_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49148 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49149 ( +// Equation(s): +// \text_gen|char_ram~49149_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49146_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~49148_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49146_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~49148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49149 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~49149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53757 ( +// Equation(s): +// \text_gen|char_ram~53757_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53757 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y53_N17 +dffeas \text_gen|char_ram~20722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20778feeder ( +// Equation(s): +// \text_gen|char_ram~20778feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53710 ( +// Equation(s): +// \text_gen|char_ram~53710_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53710 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y53_N27 +dffeas \text_gen|char_ram~20778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49143 ( +// Equation(s): +// \text_gen|char_ram~49143_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~20778_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20722_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20722_q ), + .datad(\text_gen|char_ram~20778_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49143 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53707 ( +// Equation(s): +// \text_gen|char_ram~53707_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53707 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y53_N7 +dffeas \text_gen|char_ram~20792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20736feeder ( +// Equation(s): +// \text_gen|char_ram~20736feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53755 ( +// Equation(s): +// \text_gen|char_ram~53755_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53755 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y53_N17 +dffeas \text_gen|char_ram~20736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49144 ( +// Equation(s): +// \text_gen|char_ram~49144_combout = (\text_gen|char_ram~49143_combout & (((\text_gen|char_ram~20792_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~49143_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20736_q )))) + + .dataa(\text_gen|char_ram~49143_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20792_q ), + .datad(\text_gen|char_ram~20736_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49144 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56112 ( +// Equation(s): +// \text_gen|char_ram~56112_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56112 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y31_N29 +dffeas \text_gen|char_ram~21226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56048 ( +// Equation(s): +// \text_gen|char_ram~56048_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56048 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y33_N23 +dffeas \text_gen|char_ram~21240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56120 ( +// Equation(s): +// \text_gen|char_ram~56120_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56120 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y29_N1 +dffeas \text_gen|char_ram~21170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56056 ( +// Equation(s): +// \text_gen|char_ram~56056_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56056 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y29_N15 +dffeas \text_gen|char_ram~21184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49150 ( +// Equation(s): +// \text_gen|char_ram~49150_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~21184_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21170_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21170_q ), + .datad(\text_gen|char_ram~21184_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49150 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49151 ( +// Equation(s): +// \text_gen|char_ram~49151_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49150_combout & ((\text_gen|char_ram~21240_q ))) # (!\text_gen|char_ram~49150_combout & (\text_gen|char_ram~21226_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49150_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21226_q ), + .datac(\text_gen|char_ram~21240_q ), + .datad(\text_gen|char_ram~49150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49151 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49152 ( +// Equation(s): +// \text_gen|char_ram~49152_combout = (\text_gen|char_ram~49149_combout & (((\text_gen|char_ram~49151_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~49149_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~49144_combout ))) + + .dataa(\text_gen|char_ram~49149_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49144_combout ), + .datad(\text_gen|char_ram~49151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49152 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~49152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49163 ( +// Equation(s): +// \text_gen|char_ram~49163_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~49152_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~49162_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49162_combout ), + .datad(\text_gen|char_ram~49152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49163 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49174 ( +// Equation(s): +// \text_gen|char_ram~49174_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49163_combout & (\text_gen|char_ram~49173_combout )) # (!\text_gen|char_ram~49163_combout & ((\text_gen|char_ram~49142_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49163_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~49173_combout ), + .datac(\text_gen|char_ram~49142_combout ), + .datad(\text_gen|char_ram~49163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49174 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13848feeder ( +// Equation(s): +// \text_gen|char_ram~13848feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13848feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13848feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13848feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53698 ( +// Equation(s): +// \text_gen|char_ram~53698_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53698 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y61_N31 +dffeas \text_gen|char_ram~13848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13848feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56318 ( +// Equation(s): +// \text_gen|char_ram~56318_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56318 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y48_N3 +dffeas \text_gen|char_ram~14296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55787 ( +// Equation(s): +// \text_gen|char_ram~55787_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55787 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y48_N29 +dffeas \text_gen|char_ram~12952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13400feeder ( +// Equation(s): +// \text_gen|char_ram~13400feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54740 ( +// Equation(s): +// \text_gen|char_ram~54740_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54740 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y13_N25 +dffeas \text_gen|char_ram~13400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49277 ( +// Equation(s): +// \text_gen|char_ram~49277_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~13400_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~12952_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12952_q ), + .datad(\text_gen|char_ram~13400_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49277 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49278 ( +// Equation(s): +// \text_gen|char_ram~49278_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49277_combout & ((\text_gen|char_ram~14296_q ))) # (!\text_gen|char_ram~49277_combout & (\text_gen|char_ram~13848_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49277_combout )))) + + .dataa(\text_gen|char_ram~13848_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14296_q ), + .datad(\text_gen|char_ram~49277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49278 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53779 ( +// Equation(s): +// \text_gen|char_ram~53779_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53779 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y33_N19 +dffeas \text_gen|char_ram~13792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56366 ( +// Equation(s): +// \text_gen|char_ram~56366_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56366 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y33_N27 +dffeas \text_gen|char_ram~14240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13344feeder ( +// Equation(s): +// \text_gen|char_ram~13344feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13344feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13344feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13344feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54772 ( +// Equation(s): +// \text_gen|char_ram~54772_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54772 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y17_N3 +dffeas \text_gen|char_ram~13344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13344feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12896feeder ( +// Equation(s): +// \text_gen|char_ram~12896feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12896feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55836 ( +// Equation(s): +// \text_gen|char_ram~55836_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55836 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y49_N13 +dffeas \text_gen|char_ram~12896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49270 ( +// Equation(s): +// \text_gen|char_ram~49270_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~13344_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~12896_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13344_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~12896_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49270 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~49270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49271 ( +// Equation(s): +// \text_gen|char_ram~49271_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49270_combout & ((\text_gen|char_ram~14240_q ))) # (!\text_gen|char_ram~49270_combout & (\text_gen|char_ram~13792_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49270_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13792_q ), + .datac(\text_gen|char_ram~14240_q ), + .datad(\text_gen|char_ram~49270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49271 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13778feeder ( +// Equation(s): +// \text_gen|char_ram~13778feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53781 ( +// Equation(s): +// \text_gen|char_ram~53781_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53781 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y55_N25 +dffeas \text_gen|char_ram~13778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56398 ( +// Equation(s): +// \text_gen|char_ram~56398_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56398 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y34_N13 +dffeas \text_gen|char_ram~14226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55844 ( +// Equation(s): +// \text_gen|char_ram~55844_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55844 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y48_N15 +dffeas \text_gen|char_ram~12882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13330feeder ( +// Equation(s): +// \text_gen|char_ram~13330feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13330feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54836 ( +// Equation(s): +// \text_gen|char_ram~54836_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54836 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y13_N21 +dffeas \text_gen|char_ram~13330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49274 ( +// Equation(s): +// \text_gen|char_ram~49274_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~13330_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~12882_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12882_q ), + .datad(\text_gen|char_ram~13330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49274 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49275 ( +// Equation(s): +// \text_gen|char_ram~49275_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49274_combout & ((\text_gen|char_ram~14226_q ))) # (!\text_gen|char_ram~49274_combout & (\text_gen|char_ram~13778_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49274_combout )))) + + .dataa(\text_gen|char_ram~13778_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14226_q ), + .datad(\text_gen|char_ram~49274_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49275 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14282feeder ( +// Equation(s): +// \text_gen|char_ram~14282feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14282feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56334 ( +// Equation(s): +// \text_gen|char_ram~56334_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56334 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y33_N21 +dffeas \text_gen|char_ram~14282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53700 ( +// Equation(s): +// \text_gen|char_ram~53700_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53700 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y61_N21 +dffeas \text_gen|char_ram~13834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54804 ( +// Equation(s): +// \text_gen|char_ram~54804_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54804 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y14_N11 +dffeas \text_gen|char_ram~13386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55795 ( +// Equation(s): +// \text_gen|char_ram~55795_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55795 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y14_N21 +dffeas \text_gen|char_ram~12938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49272 ( +// Equation(s): +// \text_gen|char_ram~49272_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~13386_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~12938_q +// ))))) + + .dataa(\text_gen|char_ram~13386_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12938_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49272 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49273 ( +// Equation(s): +// \text_gen|char_ram~49273_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49272_combout & (\text_gen|char_ram~14282_q )) # (!\text_gen|char_ram~49272_combout & ((\text_gen|char_ram~13834_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49272_combout )))) + + .dataa(\text_gen|char_ram~14282_q ), + .datab(\text_gen|char_ram~13834_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~49272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49273 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~49273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49276 ( +// Equation(s): +// \text_gen|char_ram~49276_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~49273_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~49275_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49275_combout ), + .datad(\text_gen|char_ram~49273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49276 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49279 ( +// Equation(s): +// \text_gen|char_ram~49279_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49276_combout & (\text_gen|char_ram~49278_combout )) # (!\text_gen|char_ram~49276_combout & ((\text_gen|char_ram~49271_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49276_combout )))) + + .dataa(\text_gen|char_ram~49278_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49271_combout ), + .datad(\text_gen|char_ram~49276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49279 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53795 ( +// Equation(s): +// \text_gen|char_ram~53795_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53795 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N31 +dffeas \text_gen|char_ram~6624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56597 ( +// Equation(s): +// \text_gen|char_ram~56597_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56597 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y25_N19 +dffeas \text_gen|char_ram~7072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55868 ( +// Equation(s): +// \text_gen|char_ram~55868_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55868 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y41_N7 +dffeas \text_gen|char_ram~5728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6176feeder ( +// Equation(s): +// \text_gen|char_ram~6176feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6176feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6176feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6176feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54773 ( +// Equation(s): +// \text_gen|char_ram~54773_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54773 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y28_N21 +dffeas \text_gen|char_ram~6176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6176feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49282 ( +// Equation(s): +// \text_gen|char_ram~49282_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~6176_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5728_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5728_q ), + .datad(\text_gen|char_ram~6176_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49282 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49283 ( +// Equation(s): +// \text_gen|char_ram~49283_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49282_combout & ((\text_gen|char_ram~7072_q ))) # (!\text_gen|char_ram~49282_combout & (\text_gen|char_ram~6624_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49282_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6624_q ), + .datac(\text_gen|char_ram~7072_q ), + .datad(\text_gen|char_ram~49282_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49283 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6610feeder ( +// Equation(s): +// \text_gen|char_ram~6610feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6610feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6610feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6610feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53797 ( +// Equation(s): +// \text_gen|char_ram~53797_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53797 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y52_N27 +dffeas \text_gen|char_ram~6610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6610feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56661 ( +// Equation(s): +// \text_gen|char_ram~56661_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56661 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y33_N17 +dffeas \text_gen|char_ram~7058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6162feeder ( +// Equation(s): +// \text_gen|char_ram~6162feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54837 ( +// Equation(s): +// \text_gen|char_ram~54837_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54837 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y21_N5 +dffeas \text_gen|char_ram~6162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55876 ( +// Equation(s): +// \text_gen|char_ram~55876_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55876 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y41_N13 +dffeas \text_gen|char_ram~5714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49284 ( +// Equation(s): +// \text_gen|char_ram~49284_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~6162_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~5714_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6162_q ), + .datac(\text_gen|char_ram~5714_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49284 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49285 ( +// Equation(s): +// \text_gen|char_ram~49285_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49284_combout & ((\text_gen|char_ram~7058_q ))) # (!\text_gen|char_ram~49284_combout & (\text_gen|char_ram~6610_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49284_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6610_q ), + .datac(\text_gen|char_ram~7058_q ), + .datad(\text_gen|char_ram~49284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49285 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49286 ( +// Equation(s): +// \text_gen|char_ram~49286_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~49283_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~49285_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49283_combout ), + .datad(\text_gen|char_ram~49285_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49286 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53730 ( +// Equation(s): +// \text_gen|char_ram~53730_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53730 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N17 +dffeas \text_gen|char_ram~6680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56565 ( +// Equation(s): +// \text_gen|char_ram~56565_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56565 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y33_N31 +dffeas \text_gen|char_ram~7128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6232feeder ( +// Equation(s): +// \text_gen|char_ram~6232feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6232feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54741 ( +// Equation(s): +// \text_gen|char_ram~54741_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54741 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y13_N27 +dffeas \text_gen|char_ram~6232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55803 ( +// Equation(s): +// \text_gen|char_ram~55803_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55803 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y37_N29 +dffeas \text_gen|char_ram~5784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49287 ( +// Equation(s): +// \text_gen|char_ram~49287_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6232_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~5784_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6232_q ), + .datac(\text_gen|char_ram~5784_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49287 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49288 ( +// Equation(s): +// \text_gen|char_ram~49288_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49287_combout & ((\text_gen|char_ram~7128_q ))) # (!\text_gen|char_ram~49287_combout & (\text_gen|char_ram~6680_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49287_combout )))) + + .dataa(\text_gen|char_ram~6680_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7128_q ), + .datad(\text_gen|char_ram~49287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49288 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6666feeder ( +// Equation(s): +// \text_gen|char_ram~6666feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53732 ( +// Equation(s): +// \text_gen|char_ram~53732_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53732 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y59_N17 +dffeas \text_gen|char_ram~6666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56629 ( +// Equation(s): +// \text_gen|char_ram~56629_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56629 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y33_N17 +dffeas \text_gen|char_ram~7114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55811 ( +// Equation(s): +// \text_gen|char_ram~55811_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55811 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y41_N5 +dffeas \text_gen|char_ram~5770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6218feeder ( +// Equation(s): +// \text_gen|char_ram~6218feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54805 ( +// Equation(s): +// \text_gen|char_ram~54805_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54805 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y12_N3 +dffeas \text_gen|char_ram~6218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49280 ( +// Equation(s): +// \text_gen|char_ram~49280_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~6218_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5770_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5770_q ), + .datad(\text_gen|char_ram~6218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49280 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49281 ( +// Equation(s): +// \text_gen|char_ram~49281_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49280_combout & ((\text_gen|char_ram~7114_q ))) # (!\text_gen|char_ram~49280_combout & (\text_gen|char_ram~6666_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49280_combout )))) + + .dataa(\text_gen|char_ram~6666_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7114_q ), + .datad(\text_gen|char_ram~49280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49281 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49289 ( +// Equation(s): +// \text_gen|char_ram~49289_combout = (\text_gen|char_ram~49286_combout & ((\text_gen|char_ram~49288_combout ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~49286_combout & (((\text_gen|char_ram~49281_combout & \vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~49286_combout ), + .datab(\text_gen|char_ram~49288_combout ), + .datac(\text_gen|char_ram~49281_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49289 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~49289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49290 ( +// Equation(s): +// \text_gen|char_ram~49290_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~49279_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~49289_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49279_combout ), + .datad(\text_gen|char_ram~49289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49290 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21016feeder ( +// Equation(s): +// \text_gen|char_ram~21016feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53715 ( +// Equation(s): +// \text_gen|char_ram~53715_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53715 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y53_N29 +dffeas \text_gen|char_ram~21016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55771 ( +// Equation(s): +// \text_gen|char_ram~55771_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55771 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y41_N19 +dffeas \text_gen|char_ram~20120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20568feeder ( +// Equation(s): +// \text_gen|char_ram~20568feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20568feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20568feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20568feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54739 ( +// Equation(s): +// \text_gen|char_ram~54739_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54739 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y11_N5 +dffeas \text_gen|char_ram~20568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20568feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49267 ( +// Equation(s): +// \text_gen|char_ram~49267_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20568_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20120_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20120_q ), + .datad(\text_gen|char_ram~20568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49267 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56080 ( +// Equation(s): +// \text_gen|char_ram~56080_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56080 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y33_N17 +dffeas \text_gen|char_ram~21464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49268 ( +// Equation(s): +// \text_gen|char_ram~49268_combout = (\text_gen|char_ram~49267_combout & (((\text_gen|char_ram~21464_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~49267_combout & (\text_gen|char_ram~21016_q & (\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~21016_q ), + .datab(\text_gen|char_ram~49267_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~21464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49268 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~49268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20960feeder ( +// Equation(s): +// \text_gen|char_ram~20960feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20960feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20960feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20960feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53763 ( +// Equation(s): +// \text_gen|char_ram~53763_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53763 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y53_N7 +dffeas \text_gen|char_ram~20960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20960feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20512feeder ( +// Equation(s): +// \text_gen|char_ram~20512feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54771 ( +// Equation(s): +// \text_gen|char_ram~54771_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54771 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y18_N11 +dffeas \text_gen|char_ram~20512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55852 ( +// Equation(s): +// \text_gen|char_ram~55852_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55852 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y26_N19 +dffeas \text_gen|char_ram~20064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49262 ( +// Equation(s): +// \text_gen|char_ram~49262_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~20512_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~20064_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20512_q ), + .datac(\text_gen|char_ram~20064_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49262 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56088 ( +// Equation(s): +// \text_gen|char_ram~56088_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56088 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y26_N1 +dffeas \text_gen|char_ram~21408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49263 ( +// Equation(s): +// \text_gen|char_ram~49263_combout = (\text_gen|char_ram~49262_combout & (((\text_gen|char_ram~21408_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~49262_combout & (\text_gen|char_ram~20960_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~20960_q ), + .datab(\text_gen|char_ram~49262_combout ), + .datac(\text_gen|char_ram~21408_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49263 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53765 ( +// Equation(s): +// \text_gen|char_ram~53765_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53765 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y33_N11 +dffeas \text_gen|char_ram~20946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56152 ( +// Equation(s): +// \text_gen|char_ram~56152_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56152 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y33_N29 +dffeas \text_gen|char_ram~21394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55860 ( +// Equation(s): +// \text_gen|char_ram~55860_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55860 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y41_N21 +dffeas \text_gen|char_ram~20050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54835 ( +// Equation(s): +// \text_gen|char_ram~54835_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54835 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N17 +dffeas \text_gen|char_ram~20498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49264 ( +// Equation(s): +// \text_gen|char_ram~49264_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20498_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20050_q +// )))) + + .dataa(\text_gen|char_ram~20050_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20498_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49264 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49265 ( +// Equation(s): +// \text_gen|char_ram~49265_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49264_combout & ((\text_gen|char_ram~21394_q ))) # (!\text_gen|char_ram~49264_combout & (\text_gen|char_ram~20946_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49264_combout )))) + + .dataa(\text_gen|char_ram~20946_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21394_q ), + .datad(\text_gen|char_ram~49264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49265 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49266 ( +// Equation(s): +// \text_gen|char_ram~49266_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~49263_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~49265_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49263_combout ), + .datad(\text_gen|char_ram~49265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49266 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53702 ( +// Equation(s): +// \text_gen|char_ram~53702_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53702 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y56_N9 +dffeas \text_gen|char_ram~21002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56144 ( +// Equation(s): +// \text_gen|char_ram~56144_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56144 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y33_N9 +dffeas \text_gen|char_ram~21450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20554feeder ( +// Equation(s): +// \text_gen|char_ram~20554feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20554feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54803 ( +// Equation(s): +// \text_gen|char_ram~54803_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54803 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y10_N7 +dffeas \text_gen|char_ram~20554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55779 ( +// Equation(s): +// \text_gen|char_ram~55779_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55779 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y41_N31 +dffeas \text_gen|char_ram~20106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49260 ( +// Equation(s): +// \text_gen|char_ram~49260_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~20554_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~20106_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~20554_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20106_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49260 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49261 ( +// Equation(s): +// \text_gen|char_ram~49261_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49260_combout & ((\text_gen|char_ram~21450_q ))) # (!\text_gen|char_ram~49260_combout & (\text_gen|char_ram~21002_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49260_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~21002_q ), + .datac(\text_gen|char_ram~21450_q ), + .datad(\text_gen|char_ram~49260_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49261 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49269 ( +// Equation(s): +// \text_gen|char_ram~49269_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49266_combout & (\text_gen|char_ram~49268_combout )) # (!\text_gen|char_ram~49266_combout & ((\text_gen|char_ram~49261_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49266_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49268_combout ), + .datac(\text_gen|char_ram~49266_combout ), + .datad(\text_gen|char_ram~49261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49269 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55816 ( +// Equation(s): +// \text_gen|char_ram~55816_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53067_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53067_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55816 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55828 ( +// Equation(s): +// \text_gen|char_ram~55828_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55816_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55828 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y39_N5 +dffeas \text_gen|char_ram~27274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27722feeder ( +// Equation(s): +// \text_gen|char_ram~27722feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27722feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54668 ( +// Equation(s): +// \text_gen|char_ram~54668_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53067_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53067_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54668 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54806 ( +// Equation(s): +// \text_gen|char_ram~54806_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54668_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~54668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54806 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y15_N5 +dffeas \text_gen|char_ram~27722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49293 ( +// Equation(s): +// \text_gen|char_ram~49293_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27722_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~27274_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27274_q ), + .datad(\text_gen|char_ram~27722_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49293 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56819 ( +// Equation(s): +// \text_gen|char_ram~56819_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53067_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~53067_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56819 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56877 ( +// Equation(s): +// \text_gen|char_ram~56877_combout = (\text_gen|char_ram~56819_combout & \text_gen|char_ram~52785_combout ) + + .dataa(\text_gen|char_ram~56819_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56877 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y33_N31 +dffeas \text_gen|char_ram~28618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53735 ( +// Equation(s): +// \text_gen|char_ram~53735_combout = (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53067_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53735 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53736 ( +// Equation(s): +// \text_gen|char_ram~53736_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53735_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53736 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y62_N5 +dffeas \text_gen|char_ram~28170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49294 ( +// Equation(s): +// \text_gen|char_ram~49294_combout = (\text_gen|char_ram~49293_combout & (((\text_gen|char_ram~28618_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~49293_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~28170_q )))) + + .dataa(\text_gen|char_ram~49293_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28618_q ), + .datad(\text_gen|char_ram~28170_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49294 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53813 ( +// Equation(s): +// \text_gen|char_ram~53813_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53813 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y52_N7 +dffeas \text_gen|char_ram~28114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55892 ( +// Equation(s): +// \text_gen|char_ram~55892_combout = (\text_gen|char_ram~55816_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55816_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55892 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y52_N29 +dffeas \text_gen|char_ram~27218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49295 ( +// Equation(s): +// \text_gen|char_ram~49295_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28114_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27218_q +// ))))) + + .dataa(\text_gen|char_ram~28114_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27218_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49295 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56941 ( +// Equation(s): +// \text_gen|char_ram~56941_combout = (\text_gen|char_ram~56819_combout & \text_gen|char_ram~52783_combout ) + + .dataa(\text_gen|char_ram~56819_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56941 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y33_N13 +dffeas \text_gen|char_ram~28562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27666feeder ( +// Equation(s): +// \text_gen|char_ram~27666feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54838 ( +// Equation(s): +// \text_gen|char_ram~54838_combout = (\text_gen|char_ram~54668_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54668_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54838 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y21_N11 +dffeas \text_gen|char_ram~27666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49296 ( +// Equation(s): +// \text_gen|char_ram~49296_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49295_combout & (\text_gen|char_ram~28562_q )) # (!\text_gen|char_ram~49295_combout & ((\text_gen|char_ram~27666_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~49295_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49295_combout ), + .datac(\text_gen|char_ram~28562_q ), + .datad(\text_gen|char_ram~27666_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49296 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49297 ( +// Equation(s): +// \text_gen|char_ram~49297_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49294_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~49296_combout )))) + + .dataa(\text_gen|char_ram~49294_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~49296_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49297 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~49297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53738 ( +// Equation(s): +// \text_gen|char_ram~53738_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53735_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53738 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y51_N25 +dffeas \text_gen|char_ram~28184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56873 ( +// Equation(s): +// \text_gen|char_ram~56873_combout = (\text_gen|char_ram~56819_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56819_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56873 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y33_N11 +dffeas \text_gen|char_ram~28632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55820 ( +// Equation(s): +// \text_gen|char_ram~55820_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55816_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55820 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y33_N29 +dffeas \text_gen|char_ram~27288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27736feeder ( +// Equation(s): +// \text_gen|char_ram~27736feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54742 ( +// Equation(s): +// \text_gen|char_ram~54742_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54668_combout ) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54668_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54742 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y18_N27 +dffeas \text_gen|char_ram~27736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49298 ( +// Equation(s): +// \text_gen|char_ram~49298_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27736_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27288_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27288_q ), + .datad(\text_gen|char_ram~27736_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49298 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49299 ( +// Equation(s): +// \text_gen|char_ram~49299_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49298_combout & ((\text_gen|char_ram~28632_q ))) # (!\text_gen|char_ram~49298_combout & (\text_gen|char_ram~28184_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49298_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~28184_q ), + .datac(\text_gen|char_ram~28632_q ), + .datad(\text_gen|char_ram~49298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49299 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27680feeder ( +// Equation(s): +// \text_gen|char_ram~27680feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54774 ( +// Equation(s): +// \text_gen|char_ram~54774_combout = (\text_gen|char_ram~54668_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54668_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54774 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y22_N5 +dffeas \text_gen|char_ram~27680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56937 ( +// Equation(s): +// \text_gen|char_ram~56937_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~56819_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56937 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y29_N9 +dffeas \text_gen|char_ram~28576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53811 ( +// Equation(s): +// \text_gen|char_ram~53811_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53811 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y52_N13 +dffeas \text_gen|char_ram~28128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55884 ( +// Equation(s): +// \text_gen|char_ram~55884_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55816_combout ) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55884 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y52_N7 +dffeas \text_gen|char_ram~27232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49291 ( +// Equation(s): +// \text_gen|char_ram~49291_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~28128_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~27232_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~28128_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27232_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49291 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49292 ( +// Equation(s): +// \text_gen|char_ram~49292_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49291_combout & ((\text_gen|char_ram~28576_q ))) # (!\text_gen|char_ram~49291_combout & (\text_gen|char_ram~27680_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49291_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27680_q ), + .datac(\text_gen|char_ram~28576_q ), + .datad(\text_gen|char_ram~49291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49292 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49300 ( +// Equation(s): +// \text_gen|char_ram~49300_combout = (\text_gen|char_ram~49297_combout & (((\text_gen|char_ram~49299_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~49297_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49292_combout )))) + + .dataa(\text_gen|char_ram~49297_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49299_combout ), + .datad(\text_gen|char_ram~49292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49300 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49301 ( +// Equation(s): +// \text_gen|char_ram~49301_combout = (\text_gen|char_ram~49290_combout & (((\text_gen|char_ram~49300_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~49290_combout & (\text_gen|Add5~14_combout & (\text_gen|char_ram~49269_combout ))) + + .dataa(\text_gen|char_ram~49290_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49269_combout ), + .datad(\text_gen|char_ram~49300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49301 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~49301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52763 ( +// Equation(s): +// \text_gen|char_ram~52763_combout = (\text_gen|char_ram~52724_combout & (!\text_gen|char_ram~52727_combout & (!\text_gen|char_ram~52725_combout & !\text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52763 .lut_mask = 16'h0002; +defparam \text_gen|char_ram~52763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56917 ( +// Equation(s): +// \text_gen|char_ram~56917_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56917 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y29_N15 +dffeas \text_gen|char_ram~28240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52761 ( +// Equation(s): +// \text_gen|char_ram~52761_combout = (\text_gen|char_ram~52724_combout & (!\text_gen|char_ram~52727_combout & (!\text_gen|char_ram~52725_combout & \text_gen|char_ram~52726_combout ))) + + .dataa(\text_gen|char_ram~52724_combout ), + .datab(\text_gen|char_ram~52727_combout ), + .datac(\text_gen|char_ram~52725_combout ), + .datad(\text_gen|char_ram~52726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52761 .lut_mask = 16'h0200; +defparam \text_gen|char_ram~52761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56852 ( +// Equation(s): +// \text_gen|char_ram~56852_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56852 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y30_N31 +dffeas \text_gen|char_ram~28296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52777 ( +// Equation(s): +// \text_gen|char_ram~52777_combout = (!\text_gen|char_ram~52725_combout & (!\text_gen|char_ram~52724_combout & (\text_gen|char_ram~52726_combout & !\text_gen|char_ram~52727_combout ))) + + .dataa(\text_gen|char_ram~52725_combout ), + .datab(\text_gen|char_ram~52724_combout ), + .datac(\text_gen|char_ram~52726_combout ), + .datad(\text_gen|char_ram~52727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52777 .lut_mask = 16'h0010; +defparam \text_gen|char_ram~52777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56860 ( +// Equation(s): +// \text_gen|char_ram~56860_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56860 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y30_N7 +dffeas \text_gen|char_ram~28282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28226feeder ( +// Equation(s): +// \text_gen|char_ram~28226feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52779 ( +// Equation(s): +// \text_gen|char_ram~52779_combout = (!\text_gen|char_ram~52725_combout & (!\text_gen|char_ram~52726_combout & (!\text_gen|char_ram~52727_combout & !\text_gen|char_ram~52724_combout ))) + + .dataa(\text_gen|char_ram~52725_combout ), + .datab(\text_gen|char_ram~52726_combout ), + .datac(\text_gen|char_ram~52727_combout ), + .datad(\text_gen|char_ram~52724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52779 .lut_mask = 16'h0001; +defparam \text_gen|char_ram~52779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56925 ( +// Equation(s): +// \text_gen|char_ram~56925_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56925 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y31_N9 +dffeas \text_gen|char_ram~28226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49255 ( +// Equation(s): +// \text_gen|char_ram~49255_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~28282_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~28226_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28282_q ), + .datad(\text_gen|char_ram~28226_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49255 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49256 ( +// Equation(s): +// \text_gen|char_ram~49256_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49255_combout & ((\text_gen|char_ram~28296_q ))) # (!\text_gen|char_ram~49255_combout & (\text_gen|char_ram~28240_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49255_combout )))) + + .dataa(\text_gen|char_ram~28240_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28296_q ), + .datad(\text_gen|char_ram~49255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49256 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53230 ( +// Equation(s): +// \text_gen|char_ram~53230_combout = (\text_gen|char_ram~52777_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53064_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53230 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~53230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56625 ( +// Equation(s): +// \text_gen|char_ram~56625_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56625 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y30_N7 +dffeas \text_gen|char_ram~6778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53156 ( +// Equation(s): +// \text_gen|char_ram~53156_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52761_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53064_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53156 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56561 ( +// Equation(s): +// \text_gen|char_ram~56561_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53156_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56561 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y30_N19 +dffeas \text_gen|char_ram~6792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53251 ( +// Equation(s): +// \text_gen|char_ram~53251_combout = (\text_gen|char_ram~52779_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53064_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53251 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56657 ( +// Equation(s): +// \text_gen|char_ram~56657_combout = (\text_gen|char_ram~53251_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53251_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56657 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y30_N23 +dffeas \text_gen|char_ram~6722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53177 ( +// Equation(s): +// \text_gen|char_ram~53177_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53064_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52763_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~53064_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53177 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56593 ( +// Equation(s): +// \text_gen|char_ram~56593_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53177_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56593 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y33_N25 +dffeas \text_gen|char_ram~6736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49252 ( +// Equation(s): +// \text_gen|char_ram~49252_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~6736_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~6722_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6722_q ), + .datad(\text_gen|char_ram~6736_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49252 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49253 ( +// Equation(s): +// \text_gen|char_ram~49253_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49252_combout & ((\text_gen|char_ram~6792_q ))) # (!\text_gen|char_ram~49252_combout & (\text_gen|char_ram~6778_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49252_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6778_q ), + .datac(\text_gen|char_ram~6792_q ), + .datad(\text_gen|char_ram~49252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49253 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13904feeder ( +// Equation(s): +// \text_gen|char_ram~13904feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13904feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13904feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13904feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53173 ( +// Equation(s): +// \text_gen|char_ram~53173_combout = (\text_gen|char_ram~52763_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53057_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53057_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53173 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56362 ( +// Equation(s): +// \text_gen|char_ram~56362_combout = (\text_gen|char_ram~53173_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53173_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56362 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y29_N25 +dffeas \text_gen|char_ram~13904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13904feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53152 ( +// Equation(s): +// \text_gen|char_ram~53152_combout = (\text_gen|char_ram~53057_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52761_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53152 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56314 ( +// Equation(s): +// \text_gen|char_ram~56314_combout = (\text_gen|char_ram~53152_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53152_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56314 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y30_N11 +dffeas \text_gen|char_ram~13960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53247 ( +// Equation(s): +// \text_gen|char_ram~53247_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53057_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53057_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53247 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~53247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56394 ( +// Equation(s): +// \text_gen|char_ram~56394_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56394 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y31_N13 +dffeas \text_gen|char_ram~13890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13946feeder ( +// Equation(s): +// \text_gen|char_ram~13946feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13946feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13946feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13946feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53226 ( +// Equation(s): +// \text_gen|char_ram~53226_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53057_combout & \text_gen|char_ram~52777_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53057_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53226 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56330 ( +// Equation(s): +// \text_gen|char_ram~56330_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53226_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~53226_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56330 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y30_N11 +dffeas \text_gen|char_ram~13946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13946feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49250 ( +// Equation(s): +// \text_gen|char_ram~49250_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~13946_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13890_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13890_q ), + .datad(\text_gen|char_ram~13946_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49250 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49251 ( +// Equation(s): +// \text_gen|char_ram~49251_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49250_combout & ((\text_gen|char_ram~13960_q ))) # (!\text_gen|char_ram~49250_combout & (\text_gen|char_ram~13904_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49250_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13904_q ), + .datac(\text_gen|char_ram~13960_q ), + .datad(\text_gen|char_ram~49250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49251 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49254 ( +// Equation(s): +// \text_gen|char_ram~49254_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~49251_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~49253_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~49253_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49254 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~49254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53228 ( +// Equation(s): +// \text_gen|char_ram~53228_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53228 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56132 ( +// Equation(s): +// \text_gen|char_ram~56132_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53228_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56132 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y30_N5 +dffeas \text_gen|char_ram~21114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53154 ( +// Equation(s): +// \text_gen|char_ram~53154_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53061_combout & \text_gen|char_ram~52761_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53061_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53154 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56068 ( +// Equation(s): +// \text_gen|char_ram~56068_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53154_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56068 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y30_N3 +dffeas \text_gen|char_ram~21128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53175 ( +// Equation(s): +// \text_gen|char_ram~53175_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53061_combout & \text_gen|char_ram~52763_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53061_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53175 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56072 ( +// Equation(s): +// \text_gen|char_ram~56072_combout = (\text_gen|char_ram~53175_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53175_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56072 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y30_N25 +dffeas \text_gen|char_ram~21072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53249 ( +// Equation(s): +// \text_gen|char_ram~53249_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53061_combout & \text_gen|char_ram~52779_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~53061_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53249 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~53249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56136 ( +// Equation(s): +// \text_gen|char_ram~56136_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53249_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56136 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y30_N27 +dffeas \text_gen|char_ram~21058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49248 ( +// Equation(s): +// \text_gen|char_ram~49248_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~21072_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~21058_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21072_q ), + .datac(\text_gen|char_ram~21058_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49248 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49249 ( +// Equation(s): +// \text_gen|char_ram~49249_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49248_combout & ((\text_gen|char_ram~21128_q ))) # (!\text_gen|char_ram~49248_combout & (\text_gen|char_ram~21114_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49248_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21114_q ), + .datac(\text_gen|char_ram~21128_q ), + .datad(\text_gen|char_ram~49248_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49249 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49257 ( +// Equation(s): +// \text_gen|char_ram~49257_combout = (\text_gen|char_ram~49254_combout & ((\text_gen|char_ram~49256_combout ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~49254_combout & (((\text_gen|Add5~14_combout & \text_gen|char_ram~49249_combout )))) + + .dataa(\text_gen|char_ram~49256_combout ), + .datab(\text_gen|char_ram~49254_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49257 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~49257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54770 ( +// Equation(s): +// \text_gen|char_ram~54770_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53173_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54770 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y18_N21 +dffeas \text_gen|char_ram~13008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54735 ( +// Equation(s): +// \text_gen|char_ram~54735_combout = (\text_gen|char_ram~53152_combout & \text_gen|char_ram~54206_combout ) + + .dataa(\text_gen|char_ram~53152_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54735 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y10_N31 +dffeas \text_gen|char_ram~13064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54832 ( +// Equation(s): +// \text_gen|char_ram~54832_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54832 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y14_N11 +dffeas \text_gen|char_ram~12994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54800 ( +// Equation(s): +// \text_gen|char_ram~54800_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53226_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54800 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y14_N11 +dffeas \text_gen|char_ram~13050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49217 ( +// Equation(s): +// \text_gen|char_ram~49217_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~13050_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12994_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12994_q ), + .datad(\text_gen|char_ram~13050_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49217 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49218 ( +// Equation(s): +// \text_gen|char_ram~49218_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49217_combout & ((\text_gen|char_ram~13064_q ))) # (!\text_gen|char_ram~49217_combout & (\text_gen|char_ram~13008_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49217_combout )))) + + .dataa(\text_gen|char_ram~13008_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13064_q ), + .datad(\text_gen|char_ram~49217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49218 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54767 ( +// Equation(s): +// \text_gen|char_ram~54767_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54767 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y18_N21 +dffeas \text_gen|char_ram~27344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54738 ( +// Equation(s): +// \text_gen|char_ram~54738_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54738 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y10_N5 +dffeas \text_gen|char_ram~27400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54834 ( +// Equation(s): +// \text_gen|char_ram~54834_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54834 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y14_N19 +dffeas \text_gen|char_ram~27330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27386feeder ( +// Equation(s): +// \text_gen|char_ram~27386feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54802 ( +// Equation(s): +// \text_gen|char_ram~54802_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52777_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54802 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y14_N5 +dffeas \text_gen|char_ram~27386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49224 ( +// Equation(s): +// \text_gen|char_ram~49224_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~27386_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27330_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27330_q ), + .datad(\text_gen|char_ram~27386_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49224 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49225 ( +// Equation(s): +// \text_gen|char_ram~49225_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49224_combout & ((\text_gen|char_ram~27400_q ))) # (!\text_gen|char_ram~49224_combout & (\text_gen|char_ram~27344_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49224_combout )))) + + .dataa(\text_gen|char_ram~27344_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27400_q ), + .datad(\text_gen|char_ram~49224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49225 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54833 ( +// Equation(s): +// \text_gen|char_ram~54833_combout = (\text_gen|char_ram~53251_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53251_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54833 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y14_N9 +dffeas \text_gen|char_ram~5826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54769 ( +// Equation(s): +// \text_gen|char_ram~54769_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53177_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54769 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y18_N31 +dffeas \text_gen|char_ram~5840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49221 ( +// Equation(s): +// \text_gen|char_ram~49221_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~5840_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~5826_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5826_q ), + .datad(\text_gen|char_ram~5840_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49221 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54801 ( +// Equation(s): +// \text_gen|char_ram~54801_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54801 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y10_N17 +dffeas \text_gen|char_ram~5882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54737 ( +// Equation(s): +// \text_gen|char_ram~54737_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53156_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54737 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y10_N9 +dffeas \text_gen|char_ram~5896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49222 ( +// Equation(s): +// \text_gen|char_ram~49222_combout = (\text_gen|char_ram~49221_combout & (((\text_gen|char_ram~5896_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~49221_combout & (\text_gen|char_ram~5882_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~49221_combout ), + .datab(\text_gen|char_ram~5882_q ), + .datac(\text_gen|char_ram~5896_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49222 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~49222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54831 ( +// Equation(s): +// \text_gen|char_ram~54831_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53249_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54831 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y14_N9 +dffeas \text_gen|char_ram~20162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20176feeder ( +// Equation(s): +// \text_gen|char_ram~20176feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20176feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20176feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20176feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54768 ( +// Equation(s): +// \text_gen|char_ram~54768_combout = (\text_gen|char_ram~53175_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53175_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54768 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y14_N21 +dffeas \text_gen|char_ram~20176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20176feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49219 ( +// Equation(s): +// \text_gen|char_ram~49219_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20176_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20162_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20162_q ), + .datad(\text_gen|char_ram~20176_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49219 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54736 ( +// Equation(s): +// \text_gen|char_ram~54736_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53154_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54736 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N13 +dffeas \text_gen|char_ram~20232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54799 ( +// Equation(s): +// \text_gen|char_ram~54799_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53228_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54799 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N27 +dffeas \text_gen|char_ram~20218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49220 ( +// Equation(s): +// \text_gen|char_ram~49220_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49219_combout & (\text_gen|char_ram~20232_q )) # (!\text_gen|char_ram~49219_combout & ((\text_gen|char_ram~20218_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~49219_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49219_combout ), + .datac(\text_gen|char_ram~20232_q ), + .datad(\text_gen|char_ram~20218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49220 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49223 ( +// Equation(s): +// \text_gen|char_ram~49223_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~49220_combout ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~49222_combout & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~49222_combout ), + .datac(\text_gen|char_ram~49220_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49223 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~49223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49226 ( +// Equation(s): +// \text_gen|char_ram~49226_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49223_combout & ((\text_gen|char_ram~49225_combout ))) # (!\text_gen|char_ram~49223_combout & (\text_gen|char_ram~49218_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49223_combout )))) + + .dataa(\text_gen|char_ram~49218_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49225_combout ), + .datad(\text_gen|char_ram~49223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49226 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26896feeder ( +// Equation(s): +// \text_gen|char_ram~26896feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26896feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55883 ( +// Equation(s): +// \text_gen|char_ram~55883_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54986_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55883 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y45_N21 +dffeas \text_gen|char_ram~26896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55819 ( +// Equation(s): +// \text_gen|char_ram~55819_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55819 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y45_N23 +dffeas \text_gen|char_ram~26952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55891 ( +// Equation(s): +// \text_gen|char_ram~55891_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55891 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y45_N29 +dffeas \text_gen|char_ram~26882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55827 ( +// Equation(s): +// \text_gen|char_ram~55827_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55827 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y43_N15 +dffeas \text_gen|char_ram~26938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49244 ( +// Equation(s): +// \text_gen|char_ram~49244_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~26938_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26882_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26882_q ), + .datad(\text_gen|char_ram~26938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49244 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49245 ( +// Equation(s): +// \text_gen|char_ram~49245_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49244_combout & ((\text_gen|char_ram~26952_q ))) # (!\text_gen|char_ram~49244_combout & (\text_gen|char_ram~26896_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49244_combout )))) + + .dataa(\text_gen|char_ram~26896_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26952_q ), + .datad(\text_gen|char_ram~49244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49245 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55859 ( +// Equation(s): +// \text_gen|char_ram~55859_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53249_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55859 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y41_N23 +dffeas \text_gen|char_ram~19714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55851 ( +// Equation(s): +// \text_gen|char_ram~55851_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53175_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53175_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55851 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y37_N25 +dffeas \text_gen|char_ram~19728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49239 ( +// Equation(s): +// \text_gen|char_ram~49239_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19728_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19714_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19714_q ), + .datad(\text_gen|char_ram~19728_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49239 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55770 ( +// Equation(s): +// \text_gen|char_ram~55770_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53154_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53154_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55770 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y41_N13 +dffeas \text_gen|char_ram~19784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55778 ( +// Equation(s): +// \text_gen|char_ram~55778_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53228_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55778 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y41_N21 +dffeas \text_gen|char_ram~19770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49240 ( +// Equation(s): +// \text_gen|char_ram~49240_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49239_combout & (\text_gen|char_ram~19784_q )) # (!\text_gen|char_ram~49239_combout & ((\text_gen|char_ram~19770_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~49239_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49239_combout ), + .datac(\text_gen|char_ram~19784_q ), + .datad(\text_gen|char_ram~19770_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49240 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5434feeder ( +// Equation(s): +// \text_gen|char_ram~5434feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5434feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55810 ( +// Equation(s): +// \text_gen|char_ram~55810_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55810 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y41_N7 +dffeas \text_gen|char_ram~5434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55802 ( +// Equation(s): +// \text_gen|char_ram~55802_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53156_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55802 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y45_N19 +dffeas \text_gen|char_ram~5448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55875 ( +// Equation(s): +// \text_gen|char_ram~55875_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53251_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53251_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55875 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y53_N29 +dffeas \text_gen|char_ram~5378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5392feeder ( +// Equation(s): +// \text_gen|char_ram~5392feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5392feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5392feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5392feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55867 ( +// Equation(s): +// \text_gen|char_ram~55867_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53177_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55867 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y45_N23 +dffeas \text_gen|char_ram~5392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5392feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49241 ( +// Equation(s): +// \text_gen|char_ram~49241_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~5392_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5378_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5378_q ), + .datad(\text_gen|char_ram~5392_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49241 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49242 ( +// Equation(s): +// \text_gen|char_ram~49242_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49241_combout & ((\text_gen|char_ram~5448_q ))) # (!\text_gen|char_ram~49241_combout & (\text_gen|char_ram~5434_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49241_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~5434_q ), + .datac(\text_gen|char_ram~5448_q ), + .datad(\text_gen|char_ram~49241_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49242 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49243 ( +// Equation(s): +// \text_gen|char_ram~49243_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~49240_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~49242_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49240_combout ), + .datad(\text_gen|char_ram~49242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49243 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12560feeder ( +// Equation(s): +// \text_gen|char_ram~12560feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12560feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12560feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12560feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55835 ( +// Equation(s): +// \text_gen|char_ram~55835_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53173_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55835 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y48_N9 +dffeas \text_gen|char_ram~12560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12560feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55786 ( +// Equation(s): +// \text_gen|char_ram~55786_combout = (\text_gen|char_ram~53152_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53152_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55786 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y48_N23 +dffeas \text_gen|char_ram~12616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55843 ( +// Equation(s): +// \text_gen|char_ram~55843_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55843 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y48_N21 +dffeas \text_gen|char_ram~12546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55794 ( +// Equation(s): +// \text_gen|char_ram~55794_combout = (\text_gen|char_ram~53226_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53226_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55794 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y45_N11 +dffeas \text_gen|char_ram~12602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49237 ( +// Equation(s): +// \text_gen|char_ram~49237_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12602_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12546_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12546_q ), + .datad(\text_gen|char_ram~12602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49237 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49238 ( +// Equation(s): +// \text_gen|char_ram~49238_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49237_combout & ((\text_gen|char_ram~12616_q ))) # (!\text_gen|char_ram~49237_combout & (\text_gen|char_ram~12560_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49237_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12560_q ), + .datac(\text_gen|char_ram~12616_q ), + .datad(\text_gen|char_ram~49237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49238 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49246 ( +// Equation(s): +// \text_gen|char_ram~49246_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49243_combout & (\text_gen|char_ram~49245_combout )) # (!\text_gen|char_ram~49243_combout & ((\text_gen|char_ram~49238_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49243_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~49245_combout ), + .datac(\text_gen|char_ram~49243_combout ), + .datad(\text_gen|char_ram~49238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49246 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53776 ( +// Equation(s): +// \text_gen|char_ram~53776_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53173_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53776 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y57_N31 +dffeas \text_gen|char_ram~13456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53695 ( +// Equation(s): +// \text_gen|char_ram~53695_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53152_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53695 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y61_N5 +dffeas \text_gen|char_ram~13512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53777 ( +// Equation(s): +// \text_gen|char_ram~53777_combout = (\text_gen|char_ram~53247_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53247_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53777 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y61_N19 +dffeas \text_gen|char_ram~13442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y65_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13498feeder ( +// Equation(s): +// \text_gen|char_ram~13498feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53696 ( +// Equation(s): +// \text_gen|char_ram~53696_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53226_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53696 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y65_N17 +dffeas \text_gen|char_ram~13498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49227 ( +// Equation(s): +// \text_gen|char_ram~49227_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~13498_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13442_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13442_q ), + .datad(\text_gen|char_ram~13498_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49227 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49228 ( +// Equation(s): +// \text_gen|char_ram~49228_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49227_combout & ((\text_gen|char_ram~13512_q ))) # (!\text_gen|char_ram~49227_combout & (\text_gen|char_ram~13456_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49227_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13456_q ), + .datac(\text_gen|char_ram~13512_q ), + .datad(\text_gen|char_ram~49227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49228 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53728 ( +// Equation(s): +// \text_gen|char_ram~53728_combout = (\text_gen|char_ram~53230_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53230_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53728 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y61_N5 +dffeas \text_gen|char_ram~6330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53727 ( +// Equation(s): +// \text_gen|char_ram~53727_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53156_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53727 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y57_N17 +dffeas \text_gen|char_ram~6344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53792 ( +// Equation(s): +// \text_gen|char_ram~53792_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53177_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53792 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y55_N19 +dffeas \text_gen|char_ram~6288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53793 ( +// Equation(s): +// \text_gen|char_ram~53793_combout = (\text_gen|char_ram~53251_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53251_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53793 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y53_N7 +dffeas \text_gen|char_ram~6274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49231 ( +// Equation(s): +// \text_gen|char_ram~49231_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~6288_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~6274_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~6288_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6274_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49231 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49232 ( +// Equation(s): +// \text_gen|char_ram~49232_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49231_combout & ((\text_gen|char_ram~6344_q ))) # (!\text_gen|char_ram~49231_combout & (\text_gen|char_ram~6330_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49231_combout )))) + + .dataa(\text_gen|char_ram~6330_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6344_q ), + .datad(\text_gen|char_ram~49231_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49232 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53712 ( +// Equation(s): +// \text_gen|char_ram~53712_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53228_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53712 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y57_N25 +dffeas \text_gen|char_ram~20666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53708 ( +// Equation(s): +// \text_gen|char_ram~53708_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53154_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53708 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y57_N23 +dffeas \text_gen|char_ram~20680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53761 ( +// Equation(s): +// \text_gen|char_ram~53761_combout = (\text_gen|char_ram~53249_combout & \text_gen|char_ram~52733_combout ) + + .dataa(\text_gen|char_ram~53249_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53761 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y55_N1 +dffeas \text_gen|char_ram~20610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53760 ( +// Equation(s): +// \text_gen|char_ram~53760_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53175_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53760 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y55_N21 +dffeas \text_gen|char_ram~20624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49229 ( +// Equation(s): +// \text_gen|char_ram~49229_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~20624_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20610_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20610_q ), + .datad(\text_gen|char_ram~20624_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49229 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49230 ( +// Equation(s): +// \text_gen|char_ram~49230_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49229_combout & ((\text_gen|char_ram~20680_q ))) # (!\text_gen|char_ram~49229_combout & (\text_gen|char_ram~20666_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49229_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~20666_q ), + .datac(\text_gen|char_ram~20680_q ), + .datad(\text_gen|char_ram~49229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49230 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49233 ( +// Equation(s): +// \text_gen|char_ram~49233_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~49230_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~49232_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~49232_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~49230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49233 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~49233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53808 ( +// Equation(s): +// \text_gen|char_ram~53808_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53808 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y53_N27 +dffeas \text_gen|char_ram~27792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53744 ( +// Equation(s): +// \text_gen|char_ram~53744_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53744 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y57_N27 +dffeas \text_gen|char_ram~27848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53809 ( +// Equation(s): +// \text_gen|char_ram~53809_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53809 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y53_N11 +dffeas \text_gen|char_ram~27778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53745 ( +// Equation(s): +// \text_gen|char_ram~53745_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53745 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y61_N27 +dffeas \text_gen|char_ram~27834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49234 ( +// Equation(s): +// \text_gen|char_ram~49234_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27834_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27778_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27778_q ), + .datad(\text_gen|char_ram~27834_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49234 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49235 ( +// Equation(s): +// \text_gen|char_ram~49235_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49234_combout & ((\text_gen|char_ram~27848_q ))) # (!\text_gen|char_ram~49234_combout & (\text_gen|char_ram~27792_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49234_combout )))) + + .dataa(\text_gen|char_ram~27792_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27848_q ), + .datad(\text_gen|char_ram~49234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49235 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49236 ( +// Equation(s): +// \text_gen|char_ram~49236_combout = (\text_gen|char_ram~49233_combout & (((\text_gen|char_ram~49235_combout ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~49233_combout & (\text_gen|char_ram~49228_combout & (\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~49228_combout ), + .datab(\text_gen|char_ram~49233_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~49235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49236 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~49236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49247 ( +// Equation(s): +// \text_gen|char_ram~49247_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~49236_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~49246_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49246_combout ), + .datad(\text_gen|char_ram~49236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49247 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49258 ( +// Equation(s): +// \text_gen|char_ram~49258_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49247_combout & (\text_gen|char_ram~49257_combout )) # (!\text_gen|char_ram~49247_combout & ((\text_gen|char_ram~49226_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49247_combout )))) + + .dataa(\text_gen|char_ram~49257_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49226_combout ), + .datad(\text_gen|char_ram~49247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49258 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54795 ( +// Equation(s): +// \text_gen|char_ram~54795_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54795 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y14_N29 +dffeas \text_gen|char_ram~20442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54731 ( +// Equation(s): +// \text_gen|char_ram~54731_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54731 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N25 +dffeas \text_gen|char_ram~20456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54827 ( +// Equation(s): +// \text_gen|char_ram~54827_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54827 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y14_N19 +dffeas \text_gen|char_ram~20386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54763 ( +// Equation(s): +// \text_gen|char_ram~54763_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54763 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y14_N21 +dffeas \text_gen|char_ram~20400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49175 ( +// Equation(s): +// \text_gen|char_ram~49175_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20400_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20386_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20386_q ), + .datad(\text_gen|char_ram~20400_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49175 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49176 ( +// Equation(s): +// \text_gen|char_ram~49176_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49175_combout & ((\text_gen|char_ram~20456_q ))) # (!\text_gen|char_ram~49175_combout & (\text_gen|char_ram~20442_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49175_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~20442_q ), + .datac(\text_gen|char_ram~20456_q ), + .datad(\text_gen|char_ram~49175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49176 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6106feeder ( +// Equation(s): +// \text_gen|char_ram~6106feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6106feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54797 ( +// Equation(s): +// \text_gen|char_ram~54797_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54797 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y17_N9 +dffeas \text_gen|char_ram~6106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54733 ( +// Equation(s): +// \text_gen|char_ram~54733_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54733 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y18_N13 +dffeas \text_gen|char_ram~6120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6064feeder ( +// Equation(s): +// \text_gen|char_ram~6064feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54765 ( +// Equation(s): +// \text_gen|char_ram~54765_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54765 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y22_N25 +dffeas \text_gen|char_ram~6064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54829 ( +// Equation(s): +// \text_gen|char_ram~54829_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54829 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y18_N5 +dffeas \text_gen|char_ram~6050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49179 ( +// Equation(s): +// \text_gen|char_ram~49179_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~6064_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~6050_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6064_q ), + .datac(\text_gen|char_ram~6050_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49179 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49180 ( +// Equation(s): +// \text_gen|char_ram~49180_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49179_combout & ((\text_gen|char_ram~6120_q ))) # (!\text_gen|char_ram~49179_combout & (\text_gen|char_ram~6106_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49179_combout )))) + + .dataa(\text_gen|char_ram~6106_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6120_q ), + .datad(\text_gen|char_ram~49179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49180 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13288feeder ( +// Equation(s): +// \text_gen|char_ram~13288feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13288feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13288feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13288feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54732 ( +// Equation(s): +// \text_gen|char_ram~54732_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54732 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y18_N9 +dffeas \text_gen|char_ram~13288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13288feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13232feeder ( +// Equation(s): +// \text_gen|char_ram~13232feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13232feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54764 ( +// Equation(s): +// \text_gen|char_ram~54764_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54764 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y18_N7 +dffeas \text_gen|char_ram~13232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13274feeder ( +// Equation(s): +// \text_gen|char_ram~13274feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13274feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13274feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13274feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54796 ( +// Equation(s): +// \text_gen|char_ram~54796_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54796 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N19 +dffeas \text_gen|char_ram~13274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13274feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54828 ( +// Equation(s): +// \text_gen|char_ram~54828_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54828 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y18_N11 +dffeas \text_gen|char_ram~13218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49177 ( +// Equation(s): +// \text_gen|char_ram~49177_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~13274_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~13218_q ))))) + + .dataa(\text_gen|char_ram~13274_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13218_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49177 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49178 ( +// Equation(s): +// \text_gen|char_ram~49178_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49177_combout & (\text_gen|char_ram~13288_q )) # (!\text_gen|char_ram~49177_combout & ((\text_gen|char_ram~13232_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49177_combout )))) + + .dataa(\text_gen|char_ram~13288_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13232_q ), + .datad(\text_gen|char_ram~49177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49178 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49181 ( +// Equation(s): +// \text_gen|char_ram~49181_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~49178_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~49180_combout )))) + + .dataa(\text_gen|char_ram~49180_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49178_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49181 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27568feeder ( +// Equation(s): +// \text_gen|char_ram~27568feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27568feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27568feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27568feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54766 ( +// Equation(s): +// \text_gen|char_ram~54766_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54668_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54766 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y22_N3 +dffeas \text_gen|char_ram~27568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27568feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54734 ( +// Equation(s): +// \text_gen|char_ram~54734_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54668_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~54668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54734 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y18_N17 +dffeas \text_gen|char_ram~27624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54830 ( +// Equation(s): +// \text_gen|char_ram~54830_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54668_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54668_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54830 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y18_N3 +dffeas \text_gen|char_ram~27554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27610feeder ( +// Equation(s): +// \text_gen|char_ram~27610feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27610feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27610feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27610feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54798 ( +// Equation(s): +// \text_gen|char_ram~54798_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54668_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54798 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y17_N27 +dffeas \text_gen|char_ram~27610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27610feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49182 ( +// Equation(s): +// \text_gen|char_ram~49182_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~27610_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27554_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27554_q ), + .datad(\text_gen|char_ram~27610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49182 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49183 ( +// Equation(s): +// \text_gen|char_ram~49183_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49182_combout & ((\text_gen|char_ram~27624_q ))) # (!\text_gen|char_ram~49182_combout & (\text_gen|char_ram~27568_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49182_combout )))) + + .dataa(\text_gen|char_ram~27568_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27624_q ), + .datad(\text_gen|char_ram~49182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49183 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49184 ( +// Equation(s): +// \text_gen|char_ram~49184_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49181_combout & ((\text_gen|char_ram~49183_combout ))) # (!\text_gen|char_ram~49181_combout & (\text_gen|char_ram~49176_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49181_combout )))) + + .dataa(\text_gen|char_ram~49176_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49181_combout ), + .datad(\text_gen|char_ram~49183_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49184 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56104 ( +// Equation(s): +// \text_gen|char_ram~56104_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56104 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y32_N21 +dffeas \text_gen|char_ram~21282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21296feeder ( +// Equation(s): +// \text_gen|char_ram~21296feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21296feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56040 ( +// Equation(s): +// \text_gen|char_ram~56040_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56040 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N11 +dffeas \text_gen|char_ram~21296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49206 ( +// Equation(s): +// \text_gen|char_ram~49206_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~21296_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21282_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21282_q ), + .datad(\text_gen|char_ram~21296_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49206 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56036 ( +// Equation(s): +// \text_gen|char_ram~56036_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56036 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y29_N9 +dffeas \text_gen|char_ram~21352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56100 ( +// Equation(s): +// \text_gen|char_ram~56100_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56100 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y32_N7 +dffeas \text_gen|char_ram~21338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49207 ( +// Equation(s): +// \text_gen|char_ram~49207_combout = (\text_gen|char_ram~49206_combout & (((\text_gen|char_ram~21352_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~49206_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21338_q )))) + + .dataa(\text_gen|char_ram~49206_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21352_q ), + .datad(\text_gen|char_ram~21338_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49207 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56901 ( +// Equation(s): +// \text_gen|char_ram~56901_combout = (\text_gen|char_ram~56819_combout & \text_gen|char_ram~52763_combout ) + + .dataa(\text_gen|char_ram~56819_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56901 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N21 +dffeas \text_gen|char_ram~28464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56820 ( +// Equation(s): +// \text_gen|char_ram~56820_combout = (\text_gen|char_ram~56819_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56819_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56820 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y29_N1 +dffeas \text_gen|char_ram~28520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56909 ( +// Equation(s): +// \text_gen|char_ram~56909_combout = (\text_gen|char_ram~56819_combout & \text_gen|char_ram~52779_combout ) + + .dataa(\text_gen|char_ram~56819_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56909 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y32_N29 +dffeas \text_gen|char_ram~28450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28506feeder ( +// Equation(s): +// \text_gen|char_ram~28506feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56828 ( +// Equation(s): +// \text_gen|char_ram~56828_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~56819_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56828 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y32_N15 +dffeas \text_gen|char_ram~28506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49213 ( +// Equation(s): +// \text_gen|char_ram~49213_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~28506_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28450_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28450_q ), + .datad(\text_gen|char_ram~28506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49213 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49214 ( +// Equation(s): +// \text_gen|char_ram~49214_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49213_combout & ((\text_gen|char_ram~28520_q ))) # (!\text_gen|char_ram~49213_combout & (\text_gen|char_ram~28464_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49213_combout )))) + + .dataa(\text_gen|char_ram~28464_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28520_q ), + .datad(\text_gen|char_ram~49213_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49214 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56589 ( +// Equation(s): +// \text_gen|char_ram~56589_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56589 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N25 +dffeas \text_gen|char_ram~6960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56653 ( +// Equation(s): +// \text_gen|char_ram~56653_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56653 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y34_N19 +dffeas \text_gen|char_ram~6946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49210 ( +// Equation(s): +// \text_gen|char_ram~49210_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~6960_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~6946_q ))))) + + .dataa(\text_gen|char_ram~6960_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6946_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49210 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56557 ( +// Equation(s): +// \text_gen|char_ram~56557_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56557 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y29_N23 +dffeas \text_gen|char_ram~7016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56621 ( +// Equation(s): +// \text_gen|char_ram~56621_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56621 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y31_N21 +dffeas \text_gen|char_ram~7002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49211 ( +// Equation(s): +// \text_gen|char_ram~49211_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49210_combout & (\text_gen|char_ram~7016_q )) # (!\text_gen|char_ram~49210_combout & ((\text_gen|char_ram~7002_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~49210_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49210_combout ), + .datac(\text_gen|char_ram~7016_q ), + .datad(\text_gen|char_ram~7002_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49211 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56354 ( +// Equation(s): +// \text_gen|char_ram~56354_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56354 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y32_N27 +dffeas \text_gen|char_ram~14128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56306 ( +// Equation(s): +// \text_gen|char_ram~56306_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56306 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y32_N11 +dffeas \text_gen|char_ram~14184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56326 ( +// Equation(s): +// \text_gen|char_ram~56326_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56326 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y34_N21 +dffeas \text_gen|char_ram~14170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56390 ( +// Equation(s): +// \text_gen|char_ram~56390_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56390 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y34_N23 +dffeas \text_gen|char_ram~14114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49208 ( +// Equation(s): +// \text_gen|char_ram~49208_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14170_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14114_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14170_q ), + .datac(\text_gen|char_ram~14114_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49208 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49209 ( +// Equation(s): +// \text_gen|char_ram~49209_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49208_combout & ((\text_gen|char_ram~14184_q ))) # (!\text_gen|char_ram~49208_combout & (\text_gen|char_ram~14128_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49208_combout )))) + + .dataa(\text_gen|char_ram~14128_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14184_q ), + .datad(\text_gen|char_ram~49208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49209 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49212 ( +// Equation(s): +// \text_gen|char_ram~49212_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~49209_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~49211_combout )))) + + .dataa(\text_gen|char_ram~49211_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49209_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49212 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49215 ( +// Equation(s): +// \text_gen|char_ram~49215_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49212_combout & ((\text_gen|char_ram~49214_combout ))) # (!\text_gen|char_ram~49212_combout & (\text_gen|char_ram~49207_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49212_combout )))) + + .dataa(\text_gen|char_ram~49207_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49214_combout ), + .datad(\text_gen|char_ram~49212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49215 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55889 ( +// Equation(s): +// \text_gen|char_ram~55889_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55816_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55889 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y36_N29 +dffeas \text_gen|char_ram~27106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55825 ( +// Equation(s): +// \text_gen|char_ram~55825_combout = (\text_gen|char_ram~55816_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55825 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y36_N7 +dffeas \text_gen|char_ram~27162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49202 ( +// Equation(s): +// \text_gen|char_ram~49202_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27162_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27106_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27106_q ), + .datad(\text_gen|char_ram~27162_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49202 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55817 ( +// Equation(s): +// \text_gen|char_ram~55817_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~55816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55817 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y30_N25 +dffeas \text_gen|char_ram~27176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55881 ( +// Equation(s): +// \text_gen|char_ram~55881_combout = (\text_gen|char_ram~55816_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55816_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55881 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N27 +dffeas \text_gen|char_ram~27120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49203 ( +// Equation(s): +// \text_gen|char_ram~49203_combout = (\text_gen|char_ram~49202_combout & (((\text_gen|char_ram~27176_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~49202_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~27120_q )))) + + .dataa(\text_gen|char_ram~49202_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27176_q ), + .datad(\text_gen|char_ram~27120_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49203 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55849 ( +// Equation(s): +// \text_gen|char_ram~55849_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55849 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y44_N23 +dffeas \text_gen|char_ram~19952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55768 ( +// Equation(s): +// \text_gen|char_ram~55768_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55768 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y44_N5 +dffeas \text_gen|char_ram~20008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55776 ( +// Equation(s): +// \text_gen|char_ram~55776_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55776 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y40_N27 +dffeas \text_gen|char_ram~19994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55857 ( +// Equation(s): +// \text_gen|char_ram~55857_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54986_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55857 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y48_N13 +dffeas \text_gen|char_ram~19938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49197 ( +// Equation(s): +// \text_gen|char_ram~49197_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~19994_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~19938_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19994_q ), + .datac(\text_gen|char_ram~19938_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49197 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49198 ( +// Equation(s): +// \text_gen|char_ram~49198_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49197_combout & ((\text_gen|char_ram~20008_q ))) # (!\text_gen|char_ram~49197_combout & (\text_gen|char_ram~19952_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49197_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19952_q ), + .datac(\text_gen|char_ram~20008_q ), + .datad(\text_gen|char_ram~49197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49198 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5616feeder ( +// Equation(s): +// \text_gen|char_ram~5616feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5616feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5616feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5616feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55865 ( +// Equation(s): +// \text_gen|char_ram~55865_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55865 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y41_N17 +dffeas \text_gen|char_ram~5616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5616feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55800 ( +// Equation(s): +// \text_gen|char_ram~55800_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55800 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y41_N1 +dffeas \text_gen|char_ram~5672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55873 ( +// Equation(s): +// \text_gen|char_ram~55873_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55873 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y37_N27 +dffeas \text_gen|char_ram~5602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55808 ( +// Equation(s): +// \text_gen|char_ram~55808_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55808 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y41_N23 +dffeas \text_gen|char_ram~5658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49199 ( +// Equation(s): +// \text_gen|char_ram~49199_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~5658_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~5602_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5602_q ), + .datad(\text_gen|char_ram~5658_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49199 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49200 ( +// Equation(s): +// \text_gen|char_ram~49200_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49199_combout & ((\text_gen|char_ram~5672_q ))) # (!\text_gen|char_ram~49199_combout & (\text_gen|char_ram~5616_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49199_combout )))) + + .dataa(\text_gen|char_ram~5616_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5672_q ), + .datad(\text_gen|char_ram~49199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49200 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49201 ( +// Equation(s): +// \text_gen|char_ram~49201_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~49198_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~49200_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~49198_combout ), + .datad(\text_gen|char_ram~49200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49201 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12784feeder ( +// Equation(s): +// \text_gen|char_ram~12784feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12784feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12784feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12784feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55833 ( +// Equation(s): +// \text_gen|char_ram~55833_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55833 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y44_N11 +dffeas \text_gen|char_ram~12784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12784feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55784 ( +// Equation(s): +// \text_gen|char_ram~55784_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55784 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y41_N9 +dffeas \text_gen|char_ram~12840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55792 ( +// Equation(s): +// \text_gen|char_ram~55792_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52777_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55792 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y40_N23 +dffeas \text_gen|char_ram~12826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55841 ( +// Equation(s): +// \text_gen|char_ram~55841_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55841 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y41_N11 +dffeas \text_gen|char_ram~12770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49195 ( +// Equation(s): +// \text_gen|char_ram~49195_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~12826_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~12770_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~12826_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12770_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49195 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49196 ( +// Equation(s): +// \text_gen|char_ram~49196_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49195_combout & ((\text_gen|char_ram~12840_q ))) # (!\text_gen|char_ram~49195_combout & (\text_gen|char_ram~12784_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49195_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12784_q ), + .datac(\text_gen|char_ram~12840_q ), + .datad(\text_gen|char_ram~49195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49196 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49204 ( +// Equation(s): +// \text_gen|char_ram~49204_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49201_combout & (\text_gen|char_ram~49203_combout )) # (!\text_gen|char_ram~49201_combout & ((\text_gen|char_ram~49196_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49201_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~49203_combout ), + .datac(\text_gen|char_ram~49201_combout ), + .datad(\text_gen|char_ram~49196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49204 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53773 ( +// Equation(s): +// \text_gen|char_ram~53773_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53773 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y57_N19 +dffeas \text_gen|char_ram~13666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53692 ( +// Equation(s): +// \text_gen|char_ram~53692_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53692 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y57_N11 +dffeas \text_gen|char_ram~13722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49185 ( +// Equation(s): +// \text_gen|char_ram~49185_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~13722_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13666_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13666_q ), + .datad(\text_gen|char_ram~13722_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49185 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53691 ( +// Equation(s): +// \text_gen|char_ram~53691_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53691 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y57_N13 +dffeas \text_gen|char_ram~13736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13680feeder ( +// Equation(s): +// \text_gen|char_ram~13680feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53772 ( +// Equation(s): +// \text_gen|char_ram~53772_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53772 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y57_N13 +dffeas \text_gen|char_ram~13680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49186 ( +// Equation(s): +// \text_gen|char_ram~49186_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49185_combout & (\text_gen|char_ram~13736_q )) # (!\text_gen|char_ram~49185_combout & ((\text_gen|char_ram~13680_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~49185_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49185_combout ), + .datac(\text_gen|char_ram~13736_q ), + .datad(\text_gen|char_ram~13680_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49186 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~28016feeder ( +// Equation(s): +// \text_gen|char_ram~28016feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53804 ( +// Equation(s): +// \text_gen|char_ram~53804_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53735_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53804 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y48_N17 +dffeas \text_gen|char_ram~28016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53746 ( +// Equation(s): +// \text_gen|char_ram~53746_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53735_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53746 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y52_N13 +dffeas \text_gen|char_ram~28072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28002feeder ( +// Equation(s): +// \text_gen|char_ram~28002feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28002feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28002feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28002feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53805 ( +// Equation(s): +// \text_gen|char_ram~53805_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53735_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53805 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y48_N25 +dffeas \text_gen|char_ram~28002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28002feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53743 ( +// Equation(s): +// \text_gen|char_ram~53743_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53735_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53743 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y52_N19 +dffeas \text_gen|char_ram~28058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49192 ( +// Equation(s): +// \text_gen|char_ram~49192_combout = (\vga_c|h_cnt [7] & (((\text_gen|char_ram~28058_q ) # (\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~28002_q & ((!\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~28002_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28058_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49192 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~49192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49193 ( +// Equation(s): +// \text_gen|char_ram~49193_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49192_combout & ((\text_gen|char_ram~28072_q ))) # (!\text_gen|char_ram~49192_combout & (\text_gen|char_ram~28016_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49192_combout )))) + + .dataa(\text_gen|char_ram~28016_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28072_q ), + .datad(\text_gen|char_ram~49192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49193 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53785 ( +// Equation(s): +// \text_gen|char_ram~53785_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53785 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y50_N9 +dffeas \text_gen|char_ram~6498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6512feeder ( +// Equation(s): +// \text_gen|char_ram~6512feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53784 ( +// Equation(s): +// \text_gen|char_ram~53784_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53784 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y52_N3 +dffeas \text_gen|char_ram~6512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49189 ( +// Equation(s): +// \text_gen|char_ram~49189_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6512_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6498_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6498_q ), + .datad(\text_gen|char_ram~6512_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49189 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53719 ( +// Equation(s): +// \text_gen|char_ram~53719_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53719 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y49_N1 +dffeas \text_gen|char_ram~6568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53720 ( +// Equation(s): +// \text_gen|char_ram~53720_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53720 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y49_N11 +dffeas \text_gen|char_ram~6554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49190 ( +// Equation(s): +// \text_gen|char_ram~49190_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49189_combout & (\text_gen|char_ram~6568_q )) # (!\text_gen|char_ram~49189_combout & ((\text_gen|char_ram~6554_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~49189_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49189_combout ), + .datac(\text_gen|char_ram~6568_q ), + .datad(\text_gen|char_ram~6554_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49190 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53704 ( +// Equation(s): +// \text_gen|char_ram~53704_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53704 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y53_N1 +dffeas \text_gen|char_ram~20890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53716 ( +// Equation(s): +// \text_gen|char_ram~53716_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53716 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y53_N3 +dffeas \text_gen|char_ram~20904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53753 ( +// Equation(s): +// \text_gen|char_ram~53753_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53753 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y48_N19 +dffeas \text_gen|char_ram~20834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53752 ( +// Equation(s): +// \text_gen|char_ram~53752_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53752 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y55_N27 +dffeas \text_gen|char_ram~20848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49187 ( +// Equation(s): +// \text_gen|char_ram~49187_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~20848_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20834_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20834_q ), + .datad(\text_gen|char_ram~20848_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49187 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49188 ( +// Equation(s): +// \text_gen|char_ram~49188_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49187_combout & ((\text_gen|char_ram~20904_q ))) # (!\text_gen|char_ram~49187_combout & (\text_gen|char_ram~20890_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49187_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~20890_q ), + .datac(\text_gen|char_ram~20904_q ), + .datad(\text_gen|char_ram~49187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49188 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49191 ( +// Equation(s): +// \text_gen|char_ram~49191_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~49188_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~49190_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~49190_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~49188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49191 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~49191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49194 ( +// Equation(s): +// \text_gen|char_ram~49194_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~49191_combout & ((\text_gen|char_ram~49193_combout ))) # (!\text_gen|char_ram~49191_combout & (\text_gen|char_ram~49186_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~49191_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~49186_combout ), + .datac(\text_gen|char_ram~49193_combout ), + .datad(\text_gen|char_ram~49191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49194 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49205 ( +// Equation(s): +// \text_gen|char_ram~49205_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~49194_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~49204_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49204_combout ), + .datad(\text_gen|char_ram~49194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49205 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49216 ( +// Equation(s): +// \text_gen|char_ram~49216_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49205_combout & ((\text_gen|char_ram~49215_combout ))) # (!\text_gen|char_ram~49205_combout & (\text_gen|char_ram~49184_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49205_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49184_combout ), + .datac(\text_gen|char_ram~49215_combout ), + .datad(\text_gen|char_ram~49205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49216 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49259 ( +// Equation(s): +// \text_gen|char_ram~49259_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~49216_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49258_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49258_combout ), + .datad(\text_gen|char_ram~49216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49259 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49302 ( +// Equation(s): +// \text_gen|char_ram~49302_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49259_combout & ((\text_gen|char_ram~49301_combout ))) # (!\text_gen|char_ram~49259_combout & (\text_gen|char_ram~49174_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49259_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49174_combout ), + .datac(\text_gen|char_ram~49301_combout ), + .datad(\text_gen|char_ram~49259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49302 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11496feeder ( +// Equation(s): +// \text_gen|char_ram~11496feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53881 ( +// Equation(s): +// \text_gen|char_ram~53881_combout = (\text_gen|char_ram~52730_combout & (!\text_gen|char_ram~52732_combout & (!\text_gen|char_ram~52731_combout & !\text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52732_combout ), + .datac(\text_gen|char_ram~52731_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53881 .lut_mask = 16'h0002; +defparam \text_gen|char_ram~53881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53945 ( +// Equation(s): +// \text_gen|char_ram~53945_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53945 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y12_N15 +dffeas \text_gen|char_ram~11496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53981 ( +// Equation(s): +// \text_gen|char_ram~53981_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52777_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53981 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y16_N1 +dffeas \text_gen|char_ram~11482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53983 ( +// Equation(s): +// \text_gen|char_ram~53983_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53983 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y16_N11 +dffeas \text_gen|char_ram~11426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48632 ( +// Equation(s): +// \text_gen|char_ram~48632_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~11482_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~11426_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11482_q ), + .datac(\text_gen|char_ram~11426_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48632 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11440feeder ( +// Equation(s): +// \text_gen|char_ram~11440feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11440feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53947 ( +// Equation(s): +// \text_gen|char_ram~53947_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53947 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y12_N25 +dffeas \text_gen|char_ram~11440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48633 ( +// Equation(s): +// \text_gen|char_ram~48633_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48632_combout & (\text_gen|char_ram~11496_q )) # (!\text_gen|char_ram~48632_combout & ((\text_gen|char_ram~11440_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48632_combout )))) + + .dataa(\text_gen|char_ram~11496_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48632_combout ), + .datad(\text_gen|char_ram~11440_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48633 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~48633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12336feeder ( +// Equation(s): +// \text_gen|char_ram~12336feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12336feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12336feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12336feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55969 ( +// Equation(s): +// \text_gen|char_ram~55969_combout = (\text_gen|char_ram~52730_combout & (\text_gen|char_ram~52731_combout & (!\text_gen|char_ram~52732_combout & !\text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52731_combout ), + .datac(\text_gen|char_ram~52732_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55969 .lut_mask = 16'h0008; +defparam \text_gen|char_ram~55969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56352 ( +// Equation(s): +// \text_gen|char_ram~56352_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56352 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y32_N21 +dffeas \text_gen|char_ram~12336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12336feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56304 ( +// Equation(s): +// \text_gen|char_ram~56304_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56304 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y32_N1 +dffeas \text_gen|char_ram~12392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56388 ( +// Equation(s): +// \text_gen|char_ram~56388_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56388 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y30_N1 +dffeas \text_gen|char_ram~12322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56324 ( +// Equation(s): +// \text_gen|char_ram~56324_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56324 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y34_N29 +dffeas \text_gen|char_ram~12378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48639 ( +// Equation(s): +// \text_gen|char_ram~48639_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12378_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12322_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12322_q ), + .datad(\text_gen|char_ram~12378_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48639 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48640 ( +// Equation(s): +// \text_gen|char_ram~48640_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48639_combout & ((\text_gen|char_ram~12392_q ))) # (!\text_gen|char_ram~48639_combout & (\text_gen|char_ram~12336_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48639_combout )))) + + .dataa(\text_gen|char_ram~12336_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12392_q ), + .datad(\text_gen|char_ram~48639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48640 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11034feeder ( +// Equation(s): +// \text_gen|char_ram~11034feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11034feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55187 ( +// Equation(s): +// \text_gen|char_ram~55187_combout = (!\text_gen|char_ram~52730_combout & (!\text_gen|char_ram~52732_combout & (!\text_gen|char_ram~52731_combout & !\text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52732_combout ), + .datac(\text_gen|char_ram~52731_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55187 .lut_mask = 16'h0001; +defparam \text_gen|char_ram~55187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55318 ( +// Equation(s): +// \text_gen|char_ram~55318_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55318 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y40_N27 +dffeas \text_gen|char_ram~11034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55270 ( +// Equation(s): +// \text_gen|char_ram~55270_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55270 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y47_N29 +dffeas \text_gen|char_ram~11048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55322 ( +// Equation(s): +// \text_gen|char_ram~55322_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55322 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y47_N23 +dffeas \text_gen|char_ram~10978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55274 ( +// Equation(s): +// \text_gen|char_ram~55274_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55274 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y47_N29 +dffeas \text_gen|char_ram~10992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48636 ( +// Equation(s): +// \text_gen|char_ram~48636_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10992_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10978_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10978_q ), + .datad(\text_gen|char_ram~10992_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48636 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48637 ( +// Equation(s): +// \text_gen|char_ram~48637_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48636_combout & ((\text_gen|char_ram~11048_q ))) # (!\text_gen|char_ram~48636_combout & (\text_gen|char_ram~11034_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48636_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11034_q ), + .datac(\text_gen|char_ram~11048_q ), + .datad(\text_gen|char_ram~48636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48637 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53059 ( +// Equation(s): +// \text_gen|char_ram~53059_combout = (!\text_gen|char_ram~52730_combout & (!\text_gen|char_ram~52732_combout & (\text_gen|char_ram~52731_combout & !\text_gen|char_ram~52729_combout ))) + + .dataa(\text_gen|char_ram~52730_combout ), + .datab(\text_gen|char_ram~52732_combout ), + .datac(\text_gen|char_ram~52731_combout ), + .datad(\text_gen|char_ram~52729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53059 .lut_mask = 16'h0010; +defparam \text_gen|char_ram~53059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53258 ( +// Equation(s): +// \text_gen|char_ram~53258_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53258 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y55_N25 +dffeas \text_gen|char_ram~11874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53184 ( +// Equation(s): +// \text_gen|char_ram~53184_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53184 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y57_N7 +dffeas \text_gen|char_ram~11888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48634 ( +// Equation(s): +// \text_gen|char_ram~48634_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~11888_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11874_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11874_q ), + .datad(\text_gen|char_ram~11888_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48634 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53142 ( +// Equation(s): +// \text_gen|char_ram~53142_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53142 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y47_N7 +dffeas \text_gen|char_ram~11944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53216 ( +// Equation(s): +// \text_gen|char_ram~53216_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53216 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y47_N29 +dffeas \text_gen|char_ram~11930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48635 ( +// Equation(s): +// \text_gen|char_ram~48635_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48634_combout & (\text_gen|char_ram~11944_q )) # (!\text_gen|char_ram~48634_combout & ((\text_gen|char_ram~11930_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48634_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48634_combout ), + .datac(\text_gen|char_ram~11944_q ), + .datad(\text_gen|char_ram~11930_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48635 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48638 ( +// Equation(s): +// \text_gen|char_ram~48638_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48635_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48637_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48637_combout ), + .datac(\text_gen|char_ram~48635_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48638 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~48638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48641 ( +// Equation(s): +// \text_gen|char_ram~48641_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48638_combout & ((\text_gen|char_ram~48640_combout ))) # (!\text_gen|char_ram~48638_combout & (\text_gen|char_ram~48633_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48638_combout )))) + + .dataa(\text_gen|char_ram~48633_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48640_combout ), + .datad(\text_gen|char_ram~48638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48641 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56392 ( +// Equation(s): +// \text_gen|char_ram~56392_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56392 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y30_N17 +dffeas \text_gen|char_ram~12098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56328 ( +// Equation(s): +// \text_gen|char_ram~56328_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53226_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~53226_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56328 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y30_N13 +dffeas \text_gen|char_ram~12154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48649 ( +// Equation(s): +// \text_gen|char_ram~48649_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12154_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~12098_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12098_q ), + .datad(\text_gen|char_ram~12154_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48649 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56312 ( +// Equation(s): +// \text_gen|char_ram~56312_combout = (\text_gen|char_ram~53152_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53152_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56312 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y30_N15 +dffeas \text_gen|char_ram~12168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56360 ( +// Equation(s): +// \text_gen|char_ram~56360_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53173_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56360 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y30_N1 +dffeas \text_gen|char_ram~12112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48650 ( +// Equation(s): +// \text_gen|char_ram~48650_combout = (\text_gen|char_ram~48649_combout & (((\text_gen|char_ram~12168_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48649_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~12112_q )))) + + .dataa(\text_gen|char_ram~48649_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12168_q ), + .datad(\text_gen|char_ram~12112_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48650 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55324 ( +// Equation(s): +// \text_gen|char_ram~55324_combout = (\text_gen|char_ram~53247_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53247_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55324 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y47_N5 +dffeas \text_gen|char_ram~10754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55276 ( +// Equation(s): +// \text_gen|char_ram~55276_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53173_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55276 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y47_N15 +dffeas \text_gen|char_ram~10768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48646 ( +// Equation(s): +// \text_gen|char_ram~48646_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10768_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10754_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10754_q ), + .datad(\text_gen|char_ram~10768_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48646 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55272 ( +// Equation(s): +// \text_gen|char_ram~55272_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53152_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55272 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y50_N27 +dffeas \text_gen|char_ram~10824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55320 ( +// Equation(s): +// \text_gen|char_ram~55320_combout = (\text_gen|char_ram~53226_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53226_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55320 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N27 +dffeas \text_gen|char_ram~10810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48647 ( +// Equation(s): +// \text_gen|char_ram~48647_combout = (\text_gen|char_ram~48646_combout & (((\text_gen|char_ram~10824_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48646_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10810_q )))) + + .dataa(\text_gen|char_ram~48646_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10824_q ), + .datad(\text_gen|char_ram~10810_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48647 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53227 ( +// Equation(s): +// \text_gen|char_ram~53227_combout = (\text_gen|char_ram~53226_combout & \text_gen|char_ram~53059_combout ) + + .dataa(\text_gen|char_ram~53226_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53227 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y63_N3 +dffeas \text_gen|char_ram~11706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11720feeder ( +// Equation(s): +// \text_gen|char_ram~11720feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53153 ( +// Equation(s): +// \text_gen|char_ram~53153_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53152_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53153 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y59_N13 +dffeas \text_gen|char_ram~11720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53266 ( +// Equation(s): +// \text_gen|char_ram~53266_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53266 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y63_N19 +dffeas \text_gen|char_ram~11650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11664feeder ( +// Equation(s): +// \text_gen|char_ram~11664feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11664feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11664feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11664feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53192 ( +// Equation(s): +// \text_gen|char_ram~53192_combout = (\text_gen|char_ram~53173_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53173_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53192 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N19 +dffeas \text_gen|char_ram~11664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11664feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48644 ( +// Equation(s): +// \text_gen|char_ram~48644_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~11664_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11650_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11650_q ), + .datad(\text_gen|char_ram~11664_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48644 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48645 ( +// Equation(s): +// \text_gen|char_ram~48645_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48644_combout & ((\text_gen|char_ram~11720_q ))) # (!\text_gen|char_ram~48644_combout & (\text_gen|char_ram~11706_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48644_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11706_q ), + .datac(\text_gen|char_ram~11720_q ), + .datad(\text_gen|char_ram~48644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48645 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48648 ( +// Equation(s): +// \text_gen|char_ram~48648_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48645_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48647_combout )))) + + .dataa(\text_gen|char_ram~48647_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48648 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~48648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53987 ( +// Equation(s): +// \text_gen|char_ram~53987_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53247_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53987 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y14_N27 +dffeas \text_gen|char_ram~11202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53986 ( +// Equation(s): +// \text_gen|char_ram~53986_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53226_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53986 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y14_N13 +dffeas \text_gen|char_ram~11258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48642 ( +// Equation(s): +// \text_gen|char_ram~48642_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~11258_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11202_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11202_q ), + .datad(\text_gen|char_ram~11258_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48642 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53954 ( +// Equation(s): +// \text_gen|char_ram~53954_combout = (\text_gen|char_ram~53152_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53152_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53954 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y18_N29 +dffeas \text_gen|char_ram~11272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11216feeder ( +// Equation(s): +// \text_gen|char_ram~11216feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11216feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53955 ( +// Equation(s): +// \text_gen|char_ram~53955_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53173_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53955 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y18_N29 +dffeas \text_gen|char_ram~11216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48643 ( +// Equation(s): +// \text_gen|char_ram~48643_combout = (\text_gen|char_ram~48642_combout & (((\text_gen|char_ram~11272_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48642_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~11216_q )))) + + .dataa(\text_gen|char_ram~48642_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11272_q ), + .datad(\text_gen|char_ram~11216_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48643 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48651 ( +// Equation(s): +// \text_gen|char_ram~48651_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48648_combout & (\text_gen|char_ram~48650_combout )) # (!\text_gen|char_ram~48648_combout & ((\text_gen|char_ram~48643_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48648_combout )))) + + .dataa(\text_gen|char_ram~48650_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48648_combout ), + .datad(\text_gen|char_ram~48643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48651 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~48651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48652 ( +// Equation(s): +// \text_gen|char_ram~48652_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~48641_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~48651_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~48641_combout ), + .datad(\text_gen|char_ram~48651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48652 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56395 ( +// Equation(s): +// \text_gen|char_ram~56395_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56395 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y34_N25 +dffeas \text_gen|char_ram~12434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56331 ( +// Equation(s): +// \text_gen|char_ram~56331_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56331 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y34_N17 +dffeas \text_gen|char_ram~12490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48660 ( +// Equation(s): +// \text_gen|char_ram~48660_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12490_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12434_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12434_q ), + .datad(\text_gen|char_ram~12490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48660 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56315 ( +// Equation(s): +// \text_gen|char_ram~56315_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56315 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y33_N29 +dffeas \text_gen|char_ram~12504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56363 ( +// Equation(s): +// \text_gen|char_ram~56363_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56363 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N25 +dffeas \text_gen|char_ram~12448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48661 ( +// Equation(s): +// \text_gen|char_ram~48661_combout = (\text_gen|char_ram~48660_combout & (((\text_gen|char_ram~12504_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48660_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~12448_q )))) + + .dataa(\text_gen|char_ram~48660_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12504_q ), + .datad(\text_gen|char_ram~12448_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48661 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53271 ( +// Equation(s): +// \text_gen|char_ram~53271_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53271 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y63_N9 +dffeas \text_gen|char_ram~11986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12000feeder ( +// Equation(s): +// \text_gen|char_ram~12000feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12000feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12000feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12000feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53197 ( +// Equation(s): +// \text_gen|char_ram~53197_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53197 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N17 +dffeas \text_gen|char_ram~12000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12000feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48653 ( +// Equation(s): +// \text_gen|char_ram~48653_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~12000_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11986_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11986_q ), + .datad(\text_gen|char_ram~12000_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48653 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53234 ( +// Equation(s): +// \text_gen|char_ram~53234_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53234 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y63_N29 +dffeas \text_gen|char_ram~12042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53160 ( +// Equation(s): +// \text_gen|char_ram~53160_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53160 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y65_N17 +dffeas \text_gen|char_ram~12056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48654 ( +// Equation(s): +// \text_gen|char_ram~48654_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48653_combout & ((\text_gen|char_ram~12056_q ))) # (!\text_gen|char_ram~48653_combout & (\text_gen|char_ram~12042_q )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48653_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48653_combout ), + .datac(\text_gen|char_ram~12042_q ), + .datad(\text_gen|char_ram~12056_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48654 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55325 ( +// Equation(s): +// \text_gen|char_ram~55325_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55325 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y47_N3 +dffeas \text_gen|char_ram~11090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55277 ( +// Equation(s): +// \text_gen|char_ram~55277_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55277 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y47_N25 +dffeas \text_gen|char_ram~11104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48657 ( +// Equation(s): +// \text_gen|char_ram~48657_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~11104_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11090_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11090_q ), + .datad(\text_gen|char_ram~11104_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48657 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55273 ( +// Equation(s): +// \text_gen|char_ram~55273_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55273 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y47_N13 +dffeas \text_gen|char_ram~11160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55321 ( +// Equation(s): +// \text_gen|char_ram~55321_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55321 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N25 +dffeas \text_gen|char_ram~11146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48658 ( +// Equation(s): +// \text_gen|char_ram~48658_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48657_combout & (\text_gen|char_ram~11160_q )) # (!\text_gen|char_ram~48657_combout & ((\text_gen|char_ram~11146_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48657_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48657_combout ), + .datac(\text_gen|char_ram~11160_q ), + .datad(\text_gen|char_ram~11146_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48658 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11594feeder ( +// Equation(s): +// \text_gen|char_ram~11594feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11594feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11594feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11594feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53989 ( +// Equation(s): +// \text_gen|char_ram~53989_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53989 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N13 +dffeas \text_gen|char_ram~11594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11594feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53991 ( +// Equation(s): +// \text_gen|char_ram~53991_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53991 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y14_N13 +dffeas \text_gen|char_ram~11538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48655 ( +// Equation(s): +// \text_gen|char_ram~48655_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~11594_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~11538_q ))))) + + .dataa(\text_gen|char_ram~11594_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11538_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48655 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53957 ( +// Equation(s): +// \text_gen|char_ram~53957_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53957 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y18_N3 +dffeas \text_gen|char_ram~11608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53959 ( +// Equation(s): +// \text_gen|char_ram~53959_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53959 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y17_N1 +dffeas \text_gen|char_ram~11552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48656 ( +// Equation(s): +// \text_gen|char_ram~48656_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48655_combout & (\text_gen|char_ram~11608_q )) # (!\text_gen|char_ram~48655_combout & ((\text_gen|char_ram~11552_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~48655_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48655_combout ), + .datac(\text_gen|char_ram~11608_q ), + .datad(\text_gen|char_ram~11552_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48656 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48659 ( +// Equation(s): +// \text_gen|char_ram~48659_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48656_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48658_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48658_combout ), + .datad(\text_gen|char_ram~48656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48659 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48662 ( +// Equation(s): +// \text_gen|char_ram~48662_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48659_combout & (\text_gen|char_ram~48661_combout )) # (!\text_gen|char_ram~48659_combout & ((\text_gen|char_ram~48654_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48659_combout )))) + + .dataa(\text_gen|char_ram~48661_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48654_combout ), + .datad(\text_gen|char_ram~48659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48662 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11370feeder ( +// Equation(s): +// \text_gen|char_ram~11370feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11370feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53978 ( +// Equation(s): +// \text_gen|char_ram~53978_combout = (\text_gen|char_ram~53221_combout & \text_gen|char_ram~53881_combout ) + + .dataa(\text_gen|char_ram~53221_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53978 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y25_N19 +dffeas \text_gen|char_ram~11370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53979 ( +// Equation(s): +// \text_gen|char_ram~53979_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53979 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y25_N1 +dffeas \text_gen|char_ram~11314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48624 ( +// Equation(s): +// \text_gen|char_ram~48624_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~11370_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~11314_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11370_q ), + .datac(\text_gen|char_ram~11314_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48624 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53951 ( +// Equation(s): +// \text_gen|char_ram~53951_combout = (\text_gen|char_ram~53164_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53164_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53951 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y30_N19 +dffeas \text_gen|char_ram~11328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53950 ( +// Equation(s): +// \text_gen|char_ram~53950_combout = (\text_gen|char_ram~53147_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53147_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53950 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y30_N17 +dffeas \text_gen|char_ram~11384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48625 ( +// Equation(s): +// \text_gen|char_ram~48625_combout = (\text_gen|char_ram~48624_combout & (((\text_gen|char_ram~11384_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48624_combout & (\text_gen|char_ram~11328_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~48624_combout ), + .datab(\text_gen|char_ram~11328_q ), + .datac(\text_gen|char_ram~11384_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48625 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10922feeder ( +// Equation(s): +// \text_gen|char_ram~10922feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55319 ( +// Equation(s): +// \text_gen|char_ram~55319_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53221_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55319 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y45_N17 +dffeas \text_gen|char_ram~10922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55271 ( +// Equation(s): +// \text_gen|char_ram~55271_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53147_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55271 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y44_N21 +dffeas \text_gen|char_ram~10936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10880feeder ( +// Equation(s): +// \text_gen|char_ram~10880feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10880feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55275 ( +// Equation(s): +// \text_gen|char_ram~55275_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53164_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55275 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y51_N23 +dffeas \text_gen|char_ram~10880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55323 ( +// Equation(s): +// \text_gen|char_ram~55323_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55323 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y50_N29 +dffeas \text_gen|char_ram~10866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48626 ( +// Equation(s): +// \text_gen|char_ram~48626_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~10880_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~10866_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10880_q ), + .datac(\text_gen|char_ram~10866_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48626 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48627 ( +// Equation(s): +// \text_gen|char_ram~48627_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48626_combout & ((\text_gen|char_ram~10936_q ))) # (!\text_gen|char_ram~48626_combout & (\text_gen|char_ram~10922_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48626_combout )))) + + .dataa(\text_gen|char_ram~10922_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10936_q ), + .datad(\text_gen|char_ram~48626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48627 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48628 ( +// Equation(s): +// \text_gen|char_ram~48628_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48625_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~48627_combout )))) + + .dataa(\text_gen|char_ram~48625_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48628 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~48628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53148 ( +// Equation(s): +// \text_gen|char_ram~53148_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53147_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53147_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53148 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y47_N27 +dffeas \text_gen|char_ram~11832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11776feeder ( +// Equation(s): +// \text_gen|char_ram~11776feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11776feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11776feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11776feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53189 ( +// Equation(s): +// \text_gen|char_ram~53189_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53164_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53189 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y51_N13 +dffeas \text_gen|char_ram~11776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11776feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53263 ( +// Equation(s): +// \text_gen|char_ram~53263_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53263 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y50_N9 +dffeas \text_gen|char_ram~11762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48622 ( +// Equation(s): +// \text_gen|char_ram~48622_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~11776_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~11762_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11776_q ), + .datac(\text_gen|char_ram~11762_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48622 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11818feeder ( +// Equation(s): +// \text_gen|char_ram~11818feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53222 ( +// Equation(s): +// \text_gen|char_ram~53222_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53221_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53222 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y50_N17 +dffeas \text_gen|char_ram~11818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48623 ( +// Equation(s): +// \text_gen|char_ram~48623_combout = (\text_gen|char_ram~48622_combout & ((\text_gen|char_ram~11832_q ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~48622_combout & (((\text_gen|char_ram~11818_q & \vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~11832_q ), + .datab(\text_gen|char_ram~48622_combout ), + .datac(\text_gen|char_ram~11818_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48623 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~48623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56307 ( +// Equation(s): +// \text_gen|char_ram~56307_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53147_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53147_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56307 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y47_N13 +dffeas \text_gen|char_ram~12280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56355 ( +// Equation(s): +// \text_gen|char_ram~56355_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56355 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y34_N11 +dffeas \text_gen|char_ram~12224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56383 ( +// Equation(s): +// \text_gen|char_ram~56383_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53238_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53238_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56383 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y29_N17 +dffeas \text_gen|char_ram~12210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56319 ( +// Equation(s): +// \text_gen|char_ram~56319_combout = (\text_gen|char_ram~53221_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~53221_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56319 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y29_N25 +dffeas \text_gen|char_ram~12266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48629 ( +// Equation(s): +// \text_gen|char_ram~48629_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12266_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12210_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12210_q ), + .datad(\text_gen|char_ram~12266_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48629 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48630 ( +// Equation(s): +// \text_gen|char_ram~48630_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48629_combout & (\text_gen|char_ram~12280_q )) # (!\text_gen|char_ram~48629_combout & ((\text_gen|char_ram~12224_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48629_combout )))) + + .dataa(\text_gen|char_ram~12280_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12224_q ), + .datad(\text_gen|char_ram~48629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48630 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48631 ( +// Equation(s): +// \text_gen|char_ram~48631_combout = (\text_gen|char_ram~48628_combout & (((\text_gen|char_ram~48630_combout ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~48628_combout & (\text_gen|char_ram~48623_combout & (\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~48628_combout ), + .datab(\text_gen|char_ram~48623_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48631 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~48631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48663 ( +// Equation(s): +// \text_gen|char_ram~48663_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48652_combout & (\text_gen|char_ram~48662_combout )) # (!\text_gen|char_ram~48652_combout & ((\text_gen|char_ram~48631_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~48652_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48652_combout ), + .datac(\text_gen|char_ram~48662_combout ), + .datad(\text_gen|char_ram~48631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48663 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54047 ( +// Equation(s): +// \text_gen|char_ram~54047_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54047 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y22_N9 +dffeas \text_gen|char_ram~4258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4314feeder ( +// Equation(s): +// \text_gen|char_ram~4314feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4314feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4314feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4314feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54045 ( +// Equation(s): +// \text_gen|char_ram~54045_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54045 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y22_N7 +dffeas \text_gen|char_ram~4314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4314feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48706 ( +// Equation(s): +// \text_gen|char_ram~48706_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~4314_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4258_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4258_q ), + .datad(\text_gen|char_ram~4314_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48706 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54009 ( +// Equation(s): +// \text_gen|char_ram~54009_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54009 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y22_N19 +dffeas \text_gen|char_ram~4328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54011 ( +// Equation(s): +// \text_gen|char_ram~54011_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54011 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y22_N9 +dffeas \text_gen|char_ram~4272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48707 ( +// Equation(s): +// \text_gen|char_ram~48707_combout = (\text_gen|char_ram~48706_combout & (((\text_gen|char_ram~4328_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48706_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~4272_q )))) + + .dataa(\text_gen|char_ram~48706_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4328_q ), + .datad(\text_gen|char_ram~4272_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48707 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56650 ( +// Equation(s): +// \text_gen|char_ram~56650_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56650 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y35_N21 +dffeas \text_gen|char_ram~5154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56619 ( +// Equation(s): +// \text_gen|char_ram~56619_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56619 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N11 +dffeas \text_gen|char_ram~5210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48713 ( +// Equation(s): +// \text_gen|char_ram~48713_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~5210_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5154_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5154_q ), + .datad(\text_gen|char_ram~5210_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48713 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56555 ( +// Equation(s): +// \text_gen|char_ram~56555_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56555 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N11 +dffeas \text_gen|char_ram~5224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5168feeder ( +// Equation(s): +// \text_gen|char_ram~5168feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5168feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5168feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5168feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56587 ( +// Equation(s): +// \text_gen|char_ram~56587_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56587 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y26_N1 +dffeas \text_gen|char_ram~5168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5168feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48714 ( +// Equation(s): +// \text_gen|char_ram~48714_combout = (\text_gen|char_ram~48713_combout & (((\text_gen|char_ram~5224_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48713_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~5168_q )))) + + .dataa(\text_gen|char_ram~48713_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5224_q ), + .datad(\text_gen|char_ram~5168_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48714 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55350 ( +// Equation(s): +// \text_gen|char_ram~55350_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55350 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y44_N25 +dffeas \text_gen|char_ram~3866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55286 ( +// Equation(s): +// \text_gen|char_ram~55286_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55286 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y44_N23 +dffeas \text_gen|char_ram~3880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55354 ( +// Equation(s): +// \text_gen|char_ram~55354_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55354 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N1 +dffeas \text_gen|char_ram~3810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55290 ( +// Equation(s): +// \text_gen|char_ram~55290_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55290 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y44_N9 +dffeas \text_gen|char_ram~3824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48710 ( +// Equation(s): +// \text_gen|char_ram~48710_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3824_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3810_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3810_q ), + .datad(\text_gen|char_ram~3824_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48710 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48711 ( +// Equation(s): +// \text_gen|char_ram~48711_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48710_combout & ((\text_gen|char_ram~3880_q ))) # (!\text_gen|char_ram~48710_combout & (\text_gen|char_ram~3866_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48710_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3866_q ), + .datac(\text_gen|char_ram~3880_q ), + .datad(\text_gen|char_ram~48710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48711 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53218 ( +// Equation(s): +// \text_gen|char_ram~53218_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53218 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y51_N23 +dffeas \text_gen|char_ram~4762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53144 ( +// Equation(s): +// \text_gen|char_ram~53144_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53144 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N9 +dffeas \text_gen|char_ram~4776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53260 ( +// Equation(s): +// \text_gen|char_ram~53260_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53260 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y47_N15 +dffeas \text_gen|char_ram~4706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4720feeder ( +// Equation(s): +// \text_gen|char_ram~4720feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53186 ( +// Equation(s): +// \text_gen|char_ram~53186_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53186 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y51_N15 +dffeas \text_gen|char_ram~4720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48708 ( +// Equation(s): +// \text_gen|char_ram~48708_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4720_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4706_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4706_q ), + .datad(\text_gen|char_ram~4720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48708 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48709 ( +// Equation(s): +// \text_gen|char_ram~48709_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48708_combout & ((\text_gen|char_ram~4776_q ))) # (!\text_gen|char_ram~48708_combout & (\text_gen|char_ram~4762_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48708_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4762_q ), + .datac(\text_gen|char_ram~4776_q ), + .datad(\text_gen|char_ram~48708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48709 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48712 ( +// Equation(s): +// \text_gen|char_ram~48712_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48709_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48711_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48711_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48712 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~48712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48715 ( +// Equation(s): +// \text_gen|char_ram~48715_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48712_combout & ((\text_gen|char_ram~48714_combout ))) # (!\text_gen|char_ram~48712_combout & (\text_gen|char_ram~48707_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48712_combout )))) + + .dataa(\text_gen|char_ram~48707_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48714_combout ), + .datad(\text_gen|char_ram~48712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48715 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56594 ( +// Equation(s): +// \text_gen|char_ram~56594_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56594 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y25_N21 +dffeas \text_gen|char_ram~5280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56562 ( +// Equation(s): +// \text_gen|char_ram~56562_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56562 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y25_N5 +dffeas \text_gen|char_ram~5336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56658 ( +// Equation(s): +// \text_gen|char_ram~56658_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56658 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y33_N19 +dffeas \text_gen|char_ram~5266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5322feeder ( +// Equation(s): +// \text_gen|char_ram~5322feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56626 ( +// Equation(s): +// \text_gen|char_ram~56626_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56626 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y35_N9 +dffeas \text_gen|char_ram~5322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48744 ( +// Equation(s): +// \text_gen|char_ram~48744_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~5322_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5266_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5266_q ), + .datad(\text_gen|char_ram~5322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48744 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48745 ( +// Equation(s): +// \text_gen|char_ram~48745_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48744_combout & ((\text_gen|char_ram~5336_q ))) # (!\text_gen|char_ram~48744_combout & (\text_gen|char_ram~5280_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48744_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~5280_q ), + .datac(\text_gen|char_ram~5336_q ), + .datad(\text_gen|char_ram~48744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48745 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53235 ( +// Equation(s): +// \text_gen|char_ram~53235_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53235 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y63_N29 +dffeas \text_gen|char_ram~4874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53161 ( +// Equation(s): +// \text_gen|char_ram~53161_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53161 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y63_N11 +dffeas \text_gen|char_ram~4888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53272 ( +// Equation(s): +// \text_gen|char_ram~53272_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53272 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y63_N7 +dffeas \text_gen|char_ram~4818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53198 ( +// Equation(s): +// \text_gen|char_ram~53198_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53198 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y59_N17 +dffeas \text_gen|char_ram~4832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48737 ( +// Equation(s): +// \text_gen|char_ram~48737_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~4832_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4818_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4818_q ), + .datad(\text_gen|char_ram~4832_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48737 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48738 ( +// Equation(s): +// \text_gen|char_ram~48738_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48737_combout & ((\text_gen|char_ram~4888_q ))) # (!\text_gen|char_ram~48737_combout & (\text_gen|char_ram~4874_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48737_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4874_q ), + .datac(\text_gen|char_ram~4888_q ), + .datad(\text_gen|char_ram~48737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48738 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4384feeder ( +// Equation(s): +// \text_gen|char_ram~4384feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4384feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54023 ( +// Equation(s): +// \text_gen|char_ram~54023_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54023 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y21_N1 +dffeas \text_gen|char_ram~4384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54021 ( +// Equation(s): +// \text_gen|char_ram~54021_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54021 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y22_N9 +dffeas \text_gen|char_ram~4440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54055 ( +// Equation(s): +// \text_gen|char_ram~54055_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54055 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y18_N17 +dffeas \text_gen|char_ram~4370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4426feeder ( +// Equation(s): +// \text_gen|char_ram~4426feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54053 ( +// Equation(s): +// \text_gen|char_ram~54053_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54053 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N17 +dffeas \text_gen|char_ram~4426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48739 ( +// Equation(s): +// \text_gen|char_ram~48739_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4426_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4370_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4370_q ), + .datad(\text_gen|char_ram~4426_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48739 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48740 ( +// Equation(s): +// \text_gen|char_ram~48740_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48739_combout & ((\text_gen|char_ram~4440_q ))) # (!\text_gen|char_ram~48739_combout & (\text_gen|char_ram~4384_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48739_combout )))) + + .dataa(\text_gen|char_ram~4384_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4440_q ), + .datad(\text_gen|char_ram~48739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48740 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55357 ( +// Equation(s): +// \text_gen|char_ram~55357_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55357 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y37_N9 +dffeas \text_gen|char_ram~3922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55293 ( +// Equation(s): +// \text_gen|char_ram~55293_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55293 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y54_N21 +dffeas \text_gen|char_ram~3936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48741 ( +// Equation(s): +// \text_gen|char_ram~48741_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3936_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3922_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3922_q ), + .datad(\text_gen|char_ram~3936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48741 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55289 ( +// Equation(s): +// \text_gen|char_ram~55289_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55289 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y22_N3 +dffeas \text_gen|char_ram~3992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55353 ( +// Equation(s): +// \text_gen|char_ram~55353_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55353 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y49_N23 +dffeas \text_gen|char_ram~3978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48742 ( +// Equation(s): +// \text_gen|char_ram~48742_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48741_combout & (\text_gen|char_ram~3992_q )) # (!\text_gen|char_ram~48741_combout & ((\text_gen|char_ram~3978_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48741_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48741_combout ), + .datac(\text_gen|char_ram~3992_q ), + .datad(\text_gen|char_ram~3978_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48742 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48743 ( +// Equation(s): +// \text_gen|char_ram~48743_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~48740_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~48742_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48740_combout ), + .datad(\text_gen|char_ram~48742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48743 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48746 ( +// Equation(s): +// \text_gen|char_ram~48746_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48743_combout & (\text_gen|char_ram~48745_combout )) # (!\text_gen|char_ram~48743_combout & ((\text_gen|char_ram~48738_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48743_combout )))) + + .dataa(\text_gen|char_ram~48745_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48738_combout ), + .datad(\text_gen|char_ram~48743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48746 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54051 ( +// Equation(s): +// \text_gen|char_ram~54051_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53251_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54051 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y22_N3 +dffeas \text_gen|char_ram~4034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54049 ( +// Equation(s): +// \text_gen|char_ram~54049_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54049 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y30_N29 +dffeas \text_gen|char_ram~4090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48726 ( +// Equation(s): +// \text_gen|char_ram~48726_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4090_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4034_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4034_q ), + .datad(\text_gen|char_ram~4090_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48726 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54017 ( +// Equation(s): +// \text_gen|char_ram~54017_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53156_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54017 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y30_N23 +dffeas \text_gen|char_ram~4104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54019 ( +// Equation(s): +// \text_gen|char_ram~54019_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53177_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54019 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y18_N13 +dffeas \text_gen|char_ram~4048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48727 ( +// Equation(s): +// \text_gen|char_ram~48727_combout = (\text_gen|char_ram~48726_combout & (((\text_gen|char_ram~4104_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48726_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~4048_q )))) + + .dataa(\text_gen|char_ram~48726_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4104_q ), + .datad(\text_gen|char_ram~4048_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48727 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56654 ( +// Equation(s): +// \text_gen|char_ram~56654_combout = (\text_gen|char_ram~53251_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53251_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56654 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y27_N27 +dffeas \text_gen|char_ram~4930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56623 ( +// Equation(s): +// \text_gen|char_ram~56623_combout = (\text_gen|char_ram~53230_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53230_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56623 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y27_N7 +dffeas \text_gen|char_ram~4986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48733 ( +// Equation(s): +// \text_gen|char_ram~48733_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~4986_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4930_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4930_q ), + .datad(\text_gen|char_ram~4986_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48733 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56559 ( +// Equation(s): +// \text_gen|char_ram~56559_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53156_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56559 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y27_N15 +dffeas \text_gen|char_ram~5000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4944feeder ( +// Equation(s): +// \text_gen|char_ram~4944feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4944feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4944feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4944feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56591 ( +// Equation(s): +// \text_gen|char_ram~56591_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~53177_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56591 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N3 +dffeas \text_gen|char_ram~4944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4944feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48734 ( +// Equation(s): +// \text_gen|char_ram~48734_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48733_combout & (\text_gen|char_ram~5000_q )) # (!\text_gen|char_ram~48733_combout & ((\text_gen|char_ram~4944_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48733_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48733_combout ), + .datac(\text_gen|char_ram~5000_q ), + .datad(\text_gen|char_ram~4944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48734 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4538feeder ( +// Equation(s): +// \text_gen|char_ram~4538feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4538feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4538feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4538feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53231 ( +// Equation(s): +// \text_gen|char_ram~53231_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53231 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y63_N23 +dffeas \text_gen|char_ram~4538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4538feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53157 ( +// Equation(s): +// \text_gen|char_ram~53157_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~53059_combout ) + + .dataa(\text_gen|char_ram~53156_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53157 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y59_N1 +dffeas \text_gen|char_ram~4552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53268 ( +// Equation(s): +// \text_gen|char_ram~53268_combout = (\text_gen|char_ram~53251_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53251_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53268 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y63_N31 +dffeas \text_gen|char_ram~4482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4496feeder ( +// Equation(s): +// \text_gen|char_ram~4496feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53194 ( +// Equation(s): +// \text_gen|char_ram~53194_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53177_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53194 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y55_N5 +dffeas \text_gen|char_ram~4496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48728 ( +// Equation(s): +// \text_gen|char_ram~48728_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4496_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4482_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4482_q ), + .datad(\text_gen|char_ram~4496_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48728 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48729 ( +// Equation(s): +// \text_gen|char_ram~48729_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48728_combout & ((\text_gen|char_ram~4552_q ))) # (!\text_gen|char_ram~48728_combout & (\text_gen|char_ram~4538_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48728_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4538_q ), + .datac(\text_gen|char_ram~4552_q ), + .datad(\text_gen|char_ram~48728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48729 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55352 ( +// Equation(s): +// \text_gen|char_ram~55352_combout = (\text_gen|char_ram~53230_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~53230_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55352 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y49_N21 +dffeas \text_gen|char_ram~3642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55288 ( +// Equation(s): +// \text_gen|char_ram~55288_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53156_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55288 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y49_N19 +dffeas \text_gen|char_ram~3656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55356 ( +// Equation(s): +// \text_gen|char_ram~55356_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53251_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55356 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y49_N5 +dffeas \text_gen|char_ram~3586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55292 ( +// Equation(s): +// \text_gen|char_ram~55292_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53177_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55292 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y49_N5 +dffeas \text_gen|char_ram~3600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48730 ( +// Equation(s): +// \text_gen|char_ram~48730_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~3600_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~3586_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3586_q ), + .datad(\text_gen|char_ram~3600_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48730 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48731 ( +// Equation(s): +// \text_gen|char_ram~48731_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48730_combout & ((\text_gen|char_ram~3656_q ))) # (!\text_gen|char_ram~48730_combout & (\text_gen|char_ram~3642_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48730_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3642_q ), + .datac(\text_gen|char_ram~3656_q ), + .datad(\text_gen|char_ram~48730_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48731 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48732 ( +// Equation(s): +// \text_gen|char_ram~48732_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~48729_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~48731_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48729_combout ), + .datad(\text_gen|char_ram~48731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48732 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48735 ( +// Equation(s): +// \text_gen|char_ram~48735_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48732_combout & ((\text_gen|char_ram~48734_combout ))) # (!\text_gen|char_ram~48732_combout & (\text_gen|char_ram~48727_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48732_combout )))) + + .dataa(\text_gen|char_ram~48727_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48734_combout ), + .datad(\text_gen|char_ram~48732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48735 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53264 ( +// Equation(s): +// \text_gen|char_ram~53264_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53240_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53264 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y47_N29 +dffeas \text_gen|char_ram~4594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4608feeder ( +// Equation(s): +// \text_gen|char_ram~4608feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4608feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4608feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4608feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53190 ( +// Equation(s): +// \text_gen|char_ram~53190_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53166_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53190 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y47_N23 +dffeas \text_gen|char_ram~4608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4608feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48716 ( +// Equation(s): +// \text_gen|char_ram~48716_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~4608_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4594_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4594_q ), + .datad(\text_gen|char_ram~4608_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48716 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53150 ( +// Equation(s): +// \text_gen|char_ram~53150_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53150 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y47_N31 +dffeas \text_gen|char_ram~4664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4650feeder ( +// Equation(s): +// \text_gen|char_ram~4650feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4650feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4650feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4650feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53224 ( +// Equation(s): +// \text_gen|char_ram~53224_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53223_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53224 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y50_N21 +dffeas \text_gen|char_ram~4650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4650feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48717 ( +// Equation(s): +// \text_gen|char_ram~48717_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48716_combout & (\text_gen|char_ram~4664_q )) # (!\text_gen|char_ram~48716_combout & ((\text_gen|char_ram~4650_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48716_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48716_combout ), + .datac(\text_gen|char_ram~4664_q ), + .datad(\text_gen|char_ram~4650_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48717 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55351 ( +// Equation(s): +// \text_gen|char_ram~55351_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55351 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y45_N27 +dffeas \text_gen|char_ram~3754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55287 ( +// Equation(s): +// \text_gen|char_ram~55287_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55287 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y45_N15 +dffeas \text_gen|char_ram~3768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55355 ( +// Equation(s): +// \text_gen|char_ram~55355_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55355 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y45_N29 +dffeas \text_gen|char_ram~3698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3712feeder ( +// Equation(s): +// \text_gen|char_ram~3712feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3712feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55291 ( +// Equation(s): +// \text_gen|char_ram~55291_combout = (\text_gen|char_ram~53166_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~53166_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55291 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~55291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y45_N9 +dffeas \text_gen|char_ram~3712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48720 ( +// Equation(s): +// \text_gen|char_ram~48720_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3712_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3698_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3698_q ), + .datad(\text_gen|char_ram~3712_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48720 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48721 ( +// Equation(s): +// \text_gen|char_ram~48721_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48720_combout & ((\text_gen|char_ram~3768_q ))) # (!\text_gen|char_ram~48720_combout & (\text_gen|char_ram~3754_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48720_combout )))) + + .dataa(\text_gen|char_ram~3754_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3768_q ), + .datad(\text_gen|char_ram~48720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48721 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4160feeder ( +// Equation(s): +// \text_gen|char_ram~4160feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4160feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4160feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4160feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54015 ( +// Equation(s): +// \text_gen|char_ram~54015_combout = (\text_gen|char_ram~53166_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53166_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54015 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y22_N31 +dffeas \text_gen|char_ram~4160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4160feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54013 ( +// Equation(s): +// \text_gen|char_ram~54013_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54013 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y22_N19 +dffeas \text_gen|char_ram~4216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54043 ( +// Equation(s): +// \text_gen|char_ram~54043_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53240_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54043 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y24_N15 +dffeas \text_gen|char_ram~4146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54041 ( +// Equation(s): +// \text_gen|char_ram~54041_combout = (\text_gen|char_ram~53223_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53223_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54041 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y22_N23 +dffeas \text_gen|char_ram~4202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48718 ( +// Equation(s): +// \text_gen|char_ram~48718_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~4202_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4146_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4146_q ), + .datad(\text_gen|char_ram~4202_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48718 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48719 ( +// Equation(s): +// \text_gen|char_ram~48719_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48718_combout & ((\text_gen|char_ram~4216_q ))) # (!\text_gen|char_ram~48718_combout & (\text_gen|char_ram~4160_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48718_combout )))) + + .dataa(\text_gen|char_ram~4160_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4216_q ), + .datad(\text_gen|char_ram~48718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48719 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48722 ( +// Equation(s): +// \text_gen|char_ram~48722_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48719_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48721_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48721_combout ), + .datad(\text_gen|char_ram~48719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48722 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5056feeder ( +// Equation(s): +// \text_gen|char_ram~5056feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56582 ( +// Equation(s): +// \text_gen|char_ram~56582_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53166_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56582 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N29 +dffeas \text_gen|char_ram~5056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56550 ( +// Equation(s): +// \text_gen|char_ram~56550_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53149_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56550 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y37_N19 +dffeas \text_gen|char_ram~5112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56614 ( +// Equation(s): +// \text_gen|char_ram~56614_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56614 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y35_N19 +dffeas \text_gen|char_ram~5098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56646 ( +// Equation(s): +// \text_gen|char_ram~56646_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56646 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y35_N21 +dffeas \text_gen|char_ram~5042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48723 ( +// Equation(s): +// \text_gen|char_ram~48723_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~5098_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~5042_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~5098_q ), + .datac(\text_gen|char_ram~5042_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48723 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48724 ( +// Equation(s): +// \text_gen|char_ram~48724_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48723_combout & ((\text_gen|char_ram~5112_q ))) # (!\text_gen|char_ram~48723_combout & (\text_gen|char_ram~5056_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48723_combout )))) + + .dataa(\text_gen|char_ram~5056_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5112_q ), + .datad(\text_gen|char_ram~48723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48724 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48725 ( +// Equation(s): +// \text_gen|char_ram~48725_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48722_combout & ((\text_gen|char_ram~48724_combout ))) # (!\text_gen|char_ram~48722_combout & (\text_gen|char_ram~48717_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48722_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48717_combout ), + .datac(\text_gen|char_ram~48722_combout ), + .datad(\text_gen|char_ram~48724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48725 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48736 ( +// Equation(s): +// \text_gen|char_ram~48736_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~48725_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~48735_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~48735_combout ), + .datad(\text_gen|char_ram~48725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48736 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48747 ( +// Equation(s): +// \text_gen|char_ram~48747_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48736_combout & ((\text_gen|char_ram~48746_combout ))) # (!\text_gen|char_ram~48736_combout & (\text_gen|char_ram~48715_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48736_combout )))) + + .dataa(\text_gen|char_ram~48715_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~48746_combout ), + .datad(\text_gen|char_ram~48736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48747 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19616feeder ( +// Equation(s): +// \text_gen|char_ram~19616feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19616feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19616feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19616feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56086 ( +// Equation(s): +// \text_gen|char_ram~56086_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56086 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y39_N17 +dffeas \text_gen|char_ram~19616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19616feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56078 ( +// Equation(s): +// \text_gen|char_ram~56078_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56078 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y43_N29 +dffeas \text_gen|char_ram~19672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56150 ( +// Equation(s): +// \text_gen|char_ram~56150_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56150 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y39_N23 +dffeas \text_gen|char_ram~19602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19658feeder ( +// Equation(s): +// \text_gen|char_ram~19658feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19658feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56142 ( +// Equation(s): +// \text_gen|char_ram~56142_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56142 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y47_N13 +dffeas \text_gen|char_ram~19658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48702 ( +// Equation(s): +// \text_gen|char_ram~48702_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19658_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19602_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19602_q ), + .datac(\text_gen|char_ram~19658_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48702 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~48702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48703 ( +// Equation(s): +// \text_gen|char_ram~48703_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48702_combout & ((\text_gen|char_ram~19672_q ))) # (!\text_gen|char_ram~48702_combout & (\text_gen|char_ram~19616_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48702_combout )))) + + .dataa(\text_gen|char_ram~19616_q ), + .datab(\text_gen|char_ram~19672_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~48702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48703 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~48703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53270 ( +// Equation(s): +// \text_gen|char_ram~53270_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53270 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y59_N7 +dffeas \text_gen|char_ram~19154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53196 ( +// Equation(s): +// \text_gen|char_ram~53196_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53196 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y59_N29 +dffeas \text_gen|char_ram~19168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48695 ( +// Equation(s): +// \text_gen|char_ram~48695_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19168_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19154_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19154_q ), + .datad(\text_gen|char_ram~19168_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48695 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53159 ( +// Equation(s): +// \text_gen|char_ram~53159_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53159 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y55_N27 +dffeas \text_gen|char_ram~19224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53233 ( +// Equation(s): +// \text_gen|char_ram~53233_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53233 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y55_N29 +dffeas \text_gen|char_ram~19210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48696 ( +// Equation(s): +// \text_gen|char_ram~48696_combout = (\text_gen|char_ram~48695_combout & (((\text_gen|char_ram~19224_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48695_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19210_q )))) + + .dataa(\text_gen|char_ram~48695_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19224_q ), + .datad(\text_gen|char_ram~19210_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48696 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53927 ( +// Equation(s): +// \text_gen|char_ram~53927_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53927 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N3 +dffeas \text_gen|char_ram~18706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53925 ( +// Equation(s): +// \text_gen|char_ram~53925_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53925 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y23_N29 +dffeas \text_gen|char_ram~18762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48697 ( +// Equation(s): +// \text_gen|char_ram~48697_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~18762_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18706_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18706_q ), + .datad(\text_gen|char_ram~18762_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48697 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53894 ( +// Equation(s): +// \text_gen|char_ram~53894_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53894 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y26_N3 +dffeas \text_gen|char_ram~18776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18720feeder ( +// Equation(s): +// \text_gen|char_ram~18720feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53886 ( +// Equation(s): +// \text_gen|char_ram~53886_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53886 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y22_N17 +dffeas \text_gen|char_ram~18720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48698 ( +// Equation(s): +// \text_gen|char_ram~48698_combout = (\text_gen|char_ram~48697_combout & (((\text_gen|char_ram~18776_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48697_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~18720_q )))) + + .dataa(\text_gen|char_ram~48697_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18776_q ), + .datad(\text_gen|char_ram~18720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48698 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55337 ( +// Equation(s): +// \text_gen|char_ram~55337_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55337 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y49_N7 +dffeas \text_gen|char_ram~18314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55257 ( +// Equation(s): +// \text_gen|char_ram~55257_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55257 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y49_N7 +dffeas \text_gen|char_ram~18328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55261 ( +// Equation(s): +// \text_gen|char_ram~55261_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55261 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y49_N17 +dffeas \text_gen|char_ram~18272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55341 ( +// Equation(s): +// \text_gen|char_ram~55341_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55341 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y49_N9 +dffeas \text_gen|char_ram~18258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48699 ( +// Equation(s): +// \text_gen|char_ram~48699_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~18272_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~18258_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18272_q ), + .datad(\text_gen|char_ram~18258_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48699 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48700 ( +// Equation(s): +// \text_gen|char_ram~48700_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48699_combout & ((\text_gen|char_ram~18328_q ))) # (!\text_gen|char_ram~48699_combout & (\text_gen|char_ram~18314_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48699_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18314_q ), + .datac(\text_gen|char_ram~18328_q ), + .datad(\text_gen|char_ram~48699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48700 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48701 ( +// Equation(s): +// \text_gen|char_ram~48701_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~48698_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~48700_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48698_combout ), + .datad(\text_gen|char_ram~48700_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48701 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48704 ( +// Equation(s): +// \text_gen|char_ram~48704_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48701_combout & (\text_gen|char_ram~48703_combout )) # (!\text_gen|char_ram~48701_combout & ((\text_gen|char_ram~48696_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48701_combout )))) + + .dataa(\text_gen|char_ram~48703_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48696_combout ), + .datad(\text_gen|char_ram~48701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48704 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53890 ( +// Equation(s): +// \text_gen|char_ram~53890_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53890 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y19_N1 +dffeas \text_gen|char_ram~18608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53882 ( +// Equation(s): +// \text_gen|char_ram~53882_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53882 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y30_N1 +dffeas \text_gen|char_ram~18664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53919 ( +// Equation(s): +// \text_gen|char_ram~53919_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53919 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y23_N15 +dffeas \text_gen|char_ram~18594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18650feeder ( +// Equation(s): +// \text_gen|char_ram~18650feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18650feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18650feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18650feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53917 ( +// Equation(s): +// \text_gen|char_ram~53917_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52777_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53917 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y19_N21 +dffeas \text_gen|char_ram~18650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18650feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48664 ( +// Equation(s): +// \text_gen|char_ram~48664_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18650_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18594_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18594_q ), + .datad(\text_gen|char_ram~18650_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48664 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48665 ( +// Equation(s): +// \text_gen|char_ram~48665_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48664_combout & ((\text_gen|char_ram~18664_q ))) # (!\text_gen|char_ram~48664_combout & (\text_gen|char_ram~18608_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48664_combout )))) + + .dataa(\text_gen|char_ram~18608_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18664_q ), + .datad(\text_gen|char_ram~48664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48665 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19504feeder ( +// Equation(s): +// \text_gen|char_ram~19504feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19504feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56038 ( +// Equation(s): +// \text_gen|char_ram~56038_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56038 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y26_N15 +dffeas \text_gen|char_ram~19504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56098 ( +// Equation(s): +// \text_gen|char_ram~56098_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56098 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y31_N19 +dffeas \text_gen|char_ram~19546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56102 ( +// Equation(s): +// \text_gen|char_ram~56102_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56102 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y39_N21 +dffeas \text_gen|char_ram~19490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48671 ( +// Equation(s): +// \text_gen|char_ram~48671_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~19546_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~19490_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19546_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~19490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48671 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~48671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56034 ( +// Equation(s): +// \text_gen|char_ram~56034_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56034 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N3 +dffeas \text_gen|char_ram~19560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48672 ( +// Equation(s): +// \text_gen|char_ram~48672_combout = (\text_gen|char_ram~48671_combout & (((\text_gen|char_ram~19560_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48671_combout & (\text_gen|char_ram~19504_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~19504_q ), + .datab(\text_gen|char_ram~48671_combout ), + .datac(\text_gen|char_ram~19560_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48672 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53259 ( +// Equation(s): +// \text_gen|char_ram~53259_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53259 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y47_N11 +dffeas \text_gen|char_ram~19042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19056feeder ( +// Equation(s): +// \text_gen|char_ram~19056feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53185 ( +// Equation(s): +// \text_gen|char_ram~53185_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53185 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y51_N9 +dffeas \text_gen|char_ram~19056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48666 ( +// Equation(s): +// \text_gen|char_ram~48666_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19056_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19042_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19042_q ), + .datad(\text_gen|char_ram~19056_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48666 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53143 ( +// Equation(s): +// \text_gen|char_ram~53143_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53143 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y43_N3 +dffeas \text_gen|char_ram~19112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53217 ( +// Equation(s): +// \text_gen|char_ram~53217_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53217 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y47_N5 +dffeas \text_gen|char_ram~19098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48667 ( +// Equation(s): +// \text_gen|char_ram~48667_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48666_combout & (\text_gen|char_ram~19112_q )) # (!\text_gen|char_ram~48666_combout & ((\text_gen|char_ram~19098_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48666_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48666_combout ), + .datac(\text_gen|char_ram~19112_q ), + .datad(\text_gen|char_ram~19098_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48667 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55334 ( +// Equation(s): +// \text_gen|char_ram~55334_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55334 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y37_N5 +dffeas \text_gen|char_ram~18202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55254 ( +// Equation(s): +// \text_gen|char_ram~55254_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55254 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y30_N31 +dffeas \text_gen|char_ram~18216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55338 ( +// Equation(s): +// \text_gen|char_ram~55338_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55338 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y49_N25 +dffeas \text_gen|char_ram~18146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18160feeder ( +// Equation(s): +// \text_gen|char_ram~18160feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18160feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18160feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18160feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55258 ( +// Equation(s): +// \text_gen|char_ram~55258_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55258 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y51_N19 +dffeas \text_gen|char_ram~18160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18160feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48668 ( +// Equation(s): +// \text_gen|char_ram~48668_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18160_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18146_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18146_q ), + .datad(\text_gen|char_ram~18160_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48668 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48669 ( +// Equation(s): +// \text_gen|char_ram~48669_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48668_combout & ((\text_gen|char_ram~18216_q ))) # (!\text_gen|char_ram~48668_combout & (\text_gen|char_ram~18202_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48668_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18202_q ), + .datac(\text_gen|char_ram~18216_q ), + .datad(\text_gen|char_ram~48668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48669 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48670 ( +// Equation(s): +// \text_gen|char_ram~48670_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~48667_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~48669_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48667_combout ), + .datad(\text_gen|char_ram~48669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48670 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48673 ( +// Equation(s): +// \text_gen|char_ram~48673_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48670_combout & ((\text_gen|char_ram~48672_combout ))) # (!\text_gen|char_ram~48670_combout & (\text_gen|char_ram~48665_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48670_combout )))) + + .dataa(\text_gen|char_ram~48665_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48672_combout ), + .datad(\text_gen|char_ram~48670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48673 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56110 ( +// Equation(s): +// \text_gen|char_ram~56110_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56110 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y36_N23 +dffeas \text_gen|char_ram~19434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56118 ( +// Equation(s): +// \text_gen|char_ram~56118_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56118 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y39_N17 +dffeas \text_gen|char_ram~19378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48681 ( +// Equation(s): +// \text_gen|char_ram~48681_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19434_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~19378_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~19434_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19378_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48681 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56046 ( +// Equation(s): +// \text_gen|char_ram~56046_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56046 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y38_N23 +dffeas \text_gen|char_ram~19448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19392feeder ( +// Equation(s): +// \text_gen|char_ram~19392feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19392feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19392feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19392feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56054 ( +// Equation(s): +// \text_gen|char_ram~56054_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56054 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y40_N19 +dffeas \text_gen|char_ram~19392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19392feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48682 ( +// Equation(s): +// \text_gen|char_ram~48682_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48681_combout & (\text_gen|char_ram~19448_q )) # (!\text_gen|char_ram~48681_combout & ((\text_gen|char_ram~19392_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~48681_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48681_combout ), + .datac(\text_gen|char_ram~19448_q ), + .datad(\text_gen|char_ram~19392_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48682 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18496feeder ( +// Equation(s): +// \text_gen|char_ram~18496feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53887 ( +// Equation(s): +// \text_gen|char_ram~53887_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53887 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y22_N15 +dffeas \text_gen|char_ram~18496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53895 ( +// Equation(s): +// \text_gen|char_ram~53895_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53895 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y30_N23 +dffeas \text_gen|char_ram~18552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53915 ( +// Equation(s): +// \text_gen|char_ram~53915_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53915 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y30_N5 +dffeas \text_gen|char_ram~18482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18538feeder ( +// Equation(s): +// \text_gen|char_ram~18538feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18538feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18538feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18538feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53913 ( +// Equation(s): +// \text_gen|char_ram~53913_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53913 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y30_N25 +dffeas \text_gen|char_ram~18538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18538feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48676 ( +// Equation(s): +// \text_gen|char_ram~48676_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18538_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18482_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18482_q ), + .datad(\text_gen|char_ram~18538_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48676 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48677 ( +// Equation(s): +// \text_gen|char_ram~48677_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48676_combout & ((\text_gen|char_ram~18552_q ))) # (!\text_gen|char_ram~48676_combout & (\text_gen|char_ram~18496_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48676_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~18496_q ), + .datac(\text_gen|char_ram~18552_q ), + .datad(\text_gen|char_ram~48676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48677 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55335 ( +// Equation(s): +// \text_gen|char_ram~55335_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55335 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y49_N19 +dffeas \text_gen|char_ram~18090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55255 ( +// Equation(s): +// \text_gen|char_ram~55255_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55255 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y49_N9 +dffeas \text_gen|char_ram~18104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55339 ( +// Equation(s): +// \text_gen|char_ram~55339_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55339 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N19 +dffeas \text_gen|char_ram~18034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55259 ( +// Equation(s): +// \text_gen|char_ram~55259_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55259 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N25 +dffeas \text_gen|char_ram~18048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48678 ( +// Equation(s): +// \text_gen|char_ram~48678_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18048_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18034_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18034_q ), + .datad(\text_gen|char_ram~18048_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48678 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48679 ( +// Equation(s): +// \text_gen|char_ram~48679_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48678_combout & ((\text_gen|char_ram~18104_q ))) # (!\text_gen|char_ram~48678_combout & (\text_gen|char_ram~18090_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48678_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18090_q ), + .datac(\text_gen|char_ram~18104_q ), + .datad(\text_gen|char_ram~48678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48679 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48680 ( +// Equation(s): +// \text_gen|char_ram~48680_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~48677_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~48679_combout ))))) + + .dataa(\text_gen|char_ram~48677_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~48679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48680 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~48680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18986feeder ( +// Equation(s): +// \text_gen|char_ram~18986feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53220 ( +// Equation(s): +// \text_gen|char_ram~53220_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53220 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y48_N17 +dffeas \text_gen|char_ram~18986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53146 ( +// Equation(s): +// \text_gen|char_ram~53146_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53146 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y41_N23 +dffeas \text_gen|char_ram~19000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53262 ( +// Equation(s): +// \text_gen|char_ram~53262_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53262 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y43_N23 +dffeas \text_gen|char_ram~18930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53188 ( +// Equation(s): +// \text_gen|char_ram~53188_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53188 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y43_N17 +dffeas \text_gen|char_ram~18944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48674 ( +// Equation(s): +// \text_gen|char_ram~48674_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18944_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18930_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18930_q ), + .datad(\text_gen|char_ram~18944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48674 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48675 ( +// Equation(s): +// \text_gen|char_ram~48675_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48674_combout & ((\text_gen|char_ram~19000_q ))) # (!\text_gen|char_ram~48674_combout & (\text_gen|char_ram~18986_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48674_combout )))) + + .dataa(\text_gen|char_ram~18986_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19000_q ), + .datad(\text_gen|char_ram~48674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48675 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48683 ( +// Equation(s): +// \text_gen|char_ram~48683_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48680_combout & (\text_gen|char_ram~48682_combout )) # (!\text_gen|char_ram~48680_combout & ((\text_gen|char_ram~48675_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48680_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48682_combout ), + .datac(\text_gen|char_ram~48680_combout ), + .datad(\text_gen|char_ram~48675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48683 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18888feeder ( +// Equation(s): +// \text_gen|char_ram~18888feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18888feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18888feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18888feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53155 ( +// Equation(s): +// \text_gen|char_ram~53155_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53154_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53155 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y63_N19 +dffeas \text_gen|char_ram~18888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18888feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53229 ( +// Equation(s): +// \text_gen|char_ram~53229_combout = (\text_gen|char_ram~53228_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53228_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53229 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y63_N29 +dffeas \text_gen|char_ram~18874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18832feeder ( +// Equation(s): +// \text_gen|char_ram~18832feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18832feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18832feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18832feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53193 ( +// Equation(s): +// \text_gen|char_ram~53193_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53175_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53193 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y63_N29 +dffeas \text_gen|char_ram~18832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18832feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53267 ( +// Equation(s): +// \text_gen|char_ram~53267_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53249_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53249_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53267 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y63_N27 +dffeas \text_gen|char_ram~18818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48686 ( +// Equation(s): +// \text_gen|char_ram~48686_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~18832_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~18818_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~18832_q ), + .datac(\text_gen|char_ram~18818_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48686 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48687 ( +// Equation(s): +// \text_gen|char_ram~48687_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48686_combout & (\text_gen|char_ram~18888_q )) # (!\text_gen|char_ram~48686_combout & ((\text_gen|char_ram~18874_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48686_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18888_q ), + .datac(\text_gen|char_ram~18874_q ), + .datad(\text_gen|char_ram~48686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48687 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55336 ( +// Equation(s): +// \text_gen|char_ram~55336_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53228_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55336 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y49_N11 +dffeas \text_gen|char_ram~17978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55256 ( +// Equation(s): +// \text_gen|char_ram~55256_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~53154_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55256 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y49_N17 +dffeas \text_gen|char_ram~17992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55340 ( +// Equation(s): +// \text_gen|char_ram~55340_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53249_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55340 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y49_N27 +dffeas \text_gen|char_ram~17922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55260 ( +// Equation(s): +// \text_gen|char_ram~55260_combout = (\text_gen|char_ram~53175_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53175_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55260 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y49_N13 +dffeas \text_gen|char_ram~17936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48688 ( +// Equation(s): +// \text_gen|char_ram~48688_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17936_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17922_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17922_q ), + .datad(\text_gen|char_ram~17936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48688 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48689 ( +// Equation(s): +// \text_gen|char_ram~48689_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48688_combout & ((\text_gen|char_ram~17992_q ))) # (!\text_gen|char_ram~48688_combout & (\text_gen|char_ram~17978_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48688_combout )))) + + .dataa(\text_gen|char_ram~17978_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17992_q ), + .datad(\text_gen|char_ram~48688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48689 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48690 ( +// Equation(s): +// \text_gen|char_ram~48690_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~48687_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~48689_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48687_combout ), + .datad(\text_gen|char_ram~48689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48690 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18384feeder ( +// Equation(s): +// \text_gen|char_ram~18384feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18384feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53891 ( +// Equation(s): +// \text_gen|char_ram~53891_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53175_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~53175_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53891 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N17 +dffeas \text_gen|char_ram~18384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53883 ( +// Equation(s): +// \text_gen|char_ram~53883_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~53881_combout ) + + .dataa(\text_gen|char_ram~53154_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53883 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y26_N5 +dffeas \text_gen|char_ram~18440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53923 ( +// Equation(s): +// \text_gen|char_ram~53923_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53249_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53923 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y22_N5 +dffeas \text_gen|char_ram~18370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18426feeder ( +// Equation(s): +// \text_gen|char_ram~18426feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53921 ( +// Equation(s): +// \text_gen|char_ram~53921_combout = (\text_gen|char_ram~53228_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53228_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53921 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y25_N23 +dffeas \text_gen|char_ram~18426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48684 ( +// Equation(s): +// \text_gen|char_ram~48684_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~18426_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18370_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18370_q ), + .datad(\text_gen|char_ram~18426_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48684 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48685 ( +// Equation(s): +// \text_gen|char_ram~48685_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48684_combout & ((\text_gen|char_ram~18440_q ))) # (!\text_gen|char_ram~48684_combout & (\text_gen|char_ram~18384_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48684_combout )))) + + .dataa(\text_gen|char_ram~18384_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18440_q ), + .datad(\text_gen|char_ram~48684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48685 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19280feeder ( +// Equation(s): +// \text_gen|char_ram~19280feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19280feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19280feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19280feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56070 ( +// Equation(s): +// \text_gen|char_ram~56070_combout = (\text_gen|char_ram~53175_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~53175_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56070 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y29_N19 +dffeas \text_gen|char_ram~19280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19280feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56066 ( +// Equation(s): +// \text_gen|char_ram~56066_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53154_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~53154_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56066 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y27_N7 +dffeas \text_gen|char_ram~19336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56134 ( +// Equation(s): +// \text_gen|char_ram~56134_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53249_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56134 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y31_N7 +dffeas \text_gen|char_ram~19266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19322feeder ( +// Equation(s): +// \text_gen|char_ram~19322feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56130 ( +// Equation(s): +// \text_gen|char_ram~56130_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53228_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56130 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y31_N29 +dffeas \text_gen|char_ram~19322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48691 ( +// Equation(s): +// \text_gen|char_ram~48691_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19322_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19266_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19266_q ), + .datad(\text_gen|char_ram~19322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48691 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48692 ( +// Equation(s): +// \text_gen|char_ram~48692_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48691_combout & ((\text_gen|char_ram~19336_q ))) # (!\text_gen|char_ram~48691_combout & (\text_gen|char_ram~19280_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48691_combout )))) + + .dataa(\text_gen|char_ram~19280_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19336_q ), + .datad(\text_gen|char_ram~48691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48692 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48693 ( +// Equation(s): +// \text_gen|char_ram~48693_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48690_combout & ((\text_gen|char_ram~48692_combout ))) # (!\text_gen|char_ram~48690_combout & (\text_gen|char_ram~48685_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48690_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48690_combout ), + .datac(\text_gen|char_ram~48685_combout ), + .datad(\text_gen|char_ram~48692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48693 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48694 ( +// Equation(s): +// \text_gen|char_ram~48694_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~48683_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~48693_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~48683_combout ), + .datad(\text_gen|char_ram~48693_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48694 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48705 ( +// Equation(s): +// \text_gen|char_ram~48705_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48694_combout & (\text_gen|char_ram~48704_combout )) # (!\text_gen|char_ram~48694_combout & ((\text_gen|char_ram~48673_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48694_combout )))) + + .dataa(\text_gen|char_ram~48704_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~48673_combout ), + .datad(\text_gen|char_ram~48694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48705 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48748 ( +// Equation(s): +// \text_gen|char_ram~48748_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~48705_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~48747_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~48747_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~48705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48748 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~48748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53068 ( +// Equation(s): +// \text_gen|char_ram~53068_combout = (\text_gen|char_ram~53067_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~53067_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53068 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53219 ( +// Equation(s): +// \text_gen|char_ram~53219_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53068_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53219 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y59_N7 +dffeas \text_gen|char_ram~26266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53145 ( +// Equation(s): +// \text_gen|char_ram~53145_combout = (\text_gen|char_ram~53068_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53068_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53145 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y59_N7 +dffeas \text_gen|char_ram~26280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53187 ( +// Equation(s): +// \text_gen|char_ram~53187_combout = (\text_gen|char_ram~53068_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53068_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53187 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y59_N21 +dffeas \text_gen|char_ram~26224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53261 ( +// Equation(s): +// \text_gen|char_ram~53261_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53068_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53261 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y59_N29 +dffeas \text_gen|char_ram~26210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48761 ( +// Equation(s): +// \text_gen|char_ram~48761_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~26224_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~26210_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26224_q ), + .datac(\text_gen|char_ram~26210_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48761 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48762 ( +// Equation(s): +// \text_gen|char_ram~48762_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48761_combout & ((\text_gen|char_ram~26280_q ))) # (!\text_gen|char_ram~48761_combout & (\text_gen|char_ram~26266_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48761_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26266_q ), + .datac(\text_gen|char_ram~26280_q ), + .datad(\text_gen|char_ram~48761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48762 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25370feeder ( +// Equation(s): +// \text_gen|char_ram~25370feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25370feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55237 ( +// Equation(s): +// \text_gen|char_ram~55237_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53067_combout & (\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~53067_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55237 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55366 ( +// Equation(s): +// \text_gen|char_ram~55366_combout = (\text_gen|char_ram~55237_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55237_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55366 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y46_N13 +dffeas \text_gen|char_ram~25370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55298 ( +// Equation(s): +// \text_gen|char_ram~55298_combout = (\text_gen|char_ram~55237_combout & \text_gen|char_ram~52761_combout ) + + .dataa(\text_gen|char_ram~55237_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55298 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y46_N5 +dffeas \text_gen|char_ram~25384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55370 ( +// Equation(s): +// \text_gen|char_ram~55370_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55237_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55370 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y36_N1 +dffeas \text_gen|char_ram~25314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25328feeder ( +// Equation(s): +// \text_gen|char_ram~25328feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25328feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25328feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25328feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55306 ( +// Equation(s): +// \text_gen|char_ram~55306_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55306 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y32_N17 +dffeas \text_gen|char_ram~25328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25328feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48763 ( +// Equation(s): +// \text_gen|char_ram~48763_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25328_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25314_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25314_q ), + .datad(\text_gen|char_ram~25328_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48763 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48764 ( +// Equation(s): +// \text_gen|char_ram~48764_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48763_combout & ((\text_gen|char_ram~25384_q ))) # (!\text_gen|char_ram~48763_combout & (\text_gen|char_ram~25370_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48763_combout )))) + + .dataa(\text_gen|char_ram~25370_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25384_q ), + .datad(\text_gen|char_ram~48763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48764 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48765 ( +// Equation(s): +// \text_gen|char_ram~48765_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~48762_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~48764_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48762_combout ), + .datad(\text_gen|char_ram~48764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48765 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56815 ( +// Equation(s): +// \text_gen|char_ram~56815_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~55969_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53067_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56815 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56899 ( +// Equation(s): +// \text_gen|char_ram~56899_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56899 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y36_N13 +dffeas \text_gen|char_ram~26672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56816 ( +// Equation(s): +// \text_gen|char_ram~56816_combout = (\text_gen|char_ram~56815_combout & \text_gen|char_ram~52761_combout ) + + .dataa(\text_gen|char_ram~56815_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56816 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y29_N1 +dffeas \text_gen|char_ram~26728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56907 ( +// Equation(s): +// \text_gen|char_ram~56907_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~56815_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~56815_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56907 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y36_N7 +dffeas \text_gen|char_ram~26658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26714feeder ( +// Equation(s): +// \text_gen|char_ram~26714feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56826 ( +// Equation(s): +// \text_gen|char_ram~56826_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56826 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y33_N3 +dffeas \text_gen|char_ram~26714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48766 ( +// Equation(s): +// \text_gen|char_ram~48766_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26714_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26658_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26658_q ), + .datad(\text_gen|char_ram~26714_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48766 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48767 ( +// Equation(s): +// \text_gen|char_ram~48767_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48766_combout & ((\text_gen|char_ram~26728_q ))) # (!\text_gen|char_ram~48766_combout & (\text_gen|char_ram~26672_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48766_combout )))) + + .dataa(\text_gen|char_ram~26672_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26728_q ), + .datad(\text_gen|char_ram~48766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48767 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25818feeder ( +// Equation(s): +// \text_gen|char_ram~25818feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54077 ( +// Equation(s): +// \text_gen|char_ram~54077_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~53881_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53067_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54077 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54080 ( +// Equation(s): +// \text_gen|char_ram~54080_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54080 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y17_N3 +dffeas \text_gen|char_ram~25818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54113 ( +// Equation(s): +// \text_gen|char_ram~54113_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54113 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N15 +dffeas \text_gen|char_ram~25762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48759 ( +// Equation(s): +// \text_gen|char_ram~48759_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~25818_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~25762_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~25818_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25762_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48759 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54079 ( +// Equation(s): +// \text_gen|char_ram~54079_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54077_combout ) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54079 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y21_N11 +dffeas \text_gen|char_ram~25832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54112 ( +// Equation(s): +// \text_gen|char_ram~54112_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54112 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y21_N13 +dffeas \text_gen|char_ram~25776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48760 ( +// Equation(s): +// \text_gen|char_ram~48760_combout = (\text_gen|char_ram~48759_combout & (((\text_gen|char_ram~25832_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48759_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~25776_q )))) + + .dataa(\text_gen|char_ram~48759_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25832_q ), + .datad(\text_gen|char_ram~25776_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48760 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48768 ( +// Equation(s): +// \text_gen|char_ram~48768_combout = (\text_gen|char_ram~48765_combout & (((\text_gen|char_ram~48767_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~48765_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48760_combout )))) + + .dataa(\text_gen|char_ram~48765_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48767_combout ), + .datad(\text_gen|char_ram~48760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48768 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56915 ( +// Equation(s): +// \text_gen|char_ram~56915_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56915 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y30_N3 +dffeas \text_gen|char_ram~26448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56850 ( +// Equation(s): +// \text_gen|char_ram~56850_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56850 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y27_N13 +dffeas \text_gen|char_ram~26504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56923 ( +// Equation(s): +// \text_gen|char_ram~56923_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56923 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y22_N1 +dffeas \text_gen|char_ram~26434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56858 ( +// Equation(s): +// \text_gen|char_ram~56858_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56858 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y30_N27 +dffeas \text_gen|char_ram~26490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48776 ( +// Equation(s): +// \text_gen|char_ram~48776_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~26490_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26434_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26434_q ), + .datad(\text_gen|char_ram~26490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48776 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48777 ( +// Equation(s): +// \text_gen|char_ram~48777_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48776_combout & ((\text_gen|char_ram~26504_q ))) # (!\text_gen|char_ram~48776_combout & (\text_gen|char_ram~26448_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48776_combout )))) + + .dataa(\text_gen|char_ram~26448_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26504_q ), + .datad(\text_gen|char_ram~48776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48777 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25552feeder ( +// Equation(s): +// \text_gen|char_ram~25552feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25552feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25552feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25552feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54115 ( +// Equation(s): +// \text_gen|char_ram~54115_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54115 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N23 +dffeas \text_gen|char_ram~25552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25552feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54082 ( +// Equation(s): +// \text_gen|char_ram~54082_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54082 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y18_N1 +dffeas \text_gen|char_ram~25608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54117 ( +// Equation(s): +// \text_gen|char_ram~54117_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54117 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y18_N25 +dffeas \text_gen|char_ram~25538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25594feeder ( +// Equation(s): +// \text_gen|char_ram~25594feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25594feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25594feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25594feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54084 ( +// Equation(s): +// \text_gen|char_ram~54084_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54084 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y9_N21 +dffeas \text_gen|char_ram~25594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25594feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48769 ( +// Equation(s): +// \text_gen|char_ram~48769_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25594_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25538_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25538_q ), + .datad(\text_gen|char_ram~25594_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48769 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48770 ( +// Equation(s): +// \text_gen|char_ram~48770_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48769_combout & ((\text_gen|char_ram~25608_q ))) # (!\text_gen|char_ram~48769_combout & (\text_gen|char_ram~25552_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48769_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25552_q ), + .datac(\text_gen|char_ram~25608_q ), + .datad(\text_gen|char_ram~48769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48770 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53269 ( +// Equation(s): +// \text_gen|char_ram~53269_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53269 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y62_N3 +dffeas \text_gen|char_ram~25986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26000feeder ( +// Equation(s): +// \text_gen|char_ram~26000feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26000feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26000feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26000feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53195 ( +// Equation(s): +// \text_gen|char_ram~53195_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53195 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y62_N25 +dffeas \text_gen|char_ram~26000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26000feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y62_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48771 ( +// Equation(s): +// \text_gen|char_ram~48771_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~26000_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25986_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25986_q ), + .datad(\text_gen|char_ram~26000_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48771 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53158 ( +// Equation(s): +// \text_gen|char_ram~53158_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53158 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y66_N9 +dffeas \text_gen|char_ram~26056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53232 ( +// Equation(s): +// \text_gen|char_ram~53232_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53232 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y66_N15 +dffeas \text_gen|char_ram~26042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y66_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48772 ( +// Equation(s): +// \text_gen|char_ram~48772_combout = (\text_gen|char_ram~48771_combout & (((\text_gen|char_ram~26056_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48771_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~26042_q )))) + + .dataa(\text_gen|char_ram~48771_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26056_q ), + .datad(\text_gen|char_ram~26042_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48772 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25146feeder ( +// Equation(s): +// \text_gen|char_ram~25146feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25146feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25146feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25146feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55368 ( +// Equation(s): +// \text_gen|char_ram~55368_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55368 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y50_N29 +dffeas \text_gen|char_ram~25146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25146feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55300 ( +// Equation(s): +// \text_gen|char_ram~55300_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55300 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y66_N19 +dffeas \text_gen|char_ram~25160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55372 ( +// Equation(s): +// \text_gen|char_ram~55372_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55372 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y49_N31 +dffeas \text_gen|char_ram~25090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55308 ( +// Equation(s): +// \text_gen|char_ram~55308_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55308 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y49_N23 +dffeas \text_gen|char_ram~25104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48773 ( +// Equation(s): +// \text_gen|char_ram~48773_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25104_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25090_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25090_q ), + .datad(\text_gen|char_ram~25104_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48773 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y66_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48774 ( +// Equation(s): +// \text_gen|char_ram~48774_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48773_combout & ((\text_gen|char_ram~25160_q ))) # (!\text_gen|char_ram~48773_combout & (\text_gen|char_ram~25146_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48773_combout )))) + + .dataa(\text_gen|char_ram~25146_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25160_q ), + .datad(\text_gen|char_ram~48773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48774 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y66_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48775 ( +// Equation(s): +// \text_gen|char_ram~48775_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~48772_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~48774_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48772_combout ), + .datad(\text_gen|char_ram~48774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48775 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48778 ( +// Equation(s): +// \text_gen|char_ram~48778_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48775_combout & (\text_gen|char_ram~48777_combout )) # (!\text_gen|char_ram~48775_combout & ((\text_gen|char_ram~48770_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48775_combout )))) + + .dataa(\text_gen|char_ram~48777_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48770_combout ), + .datad(\text_gen|char_ram~48775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48778 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48779 ( +// Equation(s): +// \text_gen|char_ram~48779_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~48768_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~48778_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~48768_combout ), + .datad(\text_gen|char_ram~48778_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48779 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53151 ( +// Equation(s): +// \text_gen|char_ram~53151_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53151 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y50_N21 +dffeas \text_gen|char_ram~26168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53225 ( +// Equation(s): +// \text_gen|char_ram~53225_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53225 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y50_N25 +dffeas \text_gen|char_ram~26154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26112feeder ( +// Equation(s): +// \text_gen|char_ram~26112feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26112feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26112feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26112feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53191 ( +// Equation(s): +// \text_gen|char_ram~53191_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53191 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y47_N5 +dffeas \text_gen|char_ram~26112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26112feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53265 ( +// Equation(s): +// \text_gen|char_ram~53265_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53265 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y50_N27 +dffeas \text_gen|char_ram~26098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48749 ( +// Equation(s): +// \text_gen|char_ram~48749_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~26112_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~26098_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~26112_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26098_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48749 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48750 ( +// Equation(s): +// \text_gen|char_ram~48750_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48749_combout & (\text_gen|char_ram~26168_q )) # (!\text_gen|char_ram~48749_combout & ((\text_gen|char_ram~26154_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48749_combout )))) + + .dataa(\text_gen|char_ram~26168_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26154_q ), + .datad(\text_gen|char_ram~48749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48750 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56887 ( +// Equation(s): +// \text_gen|char_ram~56887_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56887 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N5 +dffeas \text_gen|char_ram~26560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56838 ( +// Equation(s): +// \text_gen|char_ram~56838_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56838 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y33_N21 +dffeas \text_gen|char_ram~26616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56891 ( +// Equation(s): +// \text_gen|char_ram~56891_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56891 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N19 +dffeas \text_gen|char_ram~26546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56842 ( +// Equation(s): +// \text_gen|char_ram~56842_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56842 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y33_N7 +dffeas \text_gen|char_ram~26602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48756 ( +// Equation(s): +// \text_gen|char_ram~48756_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26602_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26546_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26546_q ), + .datad(\text_gen|char_ram~26602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48756 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48757 ( +// Equation(s): +// \text_gen|char_ram~48757_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48756_combout & ((\text_gen|char_ram~26616_q ))) # (!\text_gen|char_ram~48756_combout & (\text_gen|char_ram~26560_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48756_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~26560_q ), + .datac(\text_gen|char_ram~26616_q ), + .datad(\text_gen|char_ram~48756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48757 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54107 ( +// Equation(s): +// \text_gen|char_ram~54107_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54107 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N13 +dffeas \text_gen|char_ram~25664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54073 ( +// Equation(s): +// \text_gen|char_ram~54073_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54073 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y18_N23 +dffeas \text_gen|char_ram~25720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54109 ( +// Equation(s): +// \text_gen|char_ram~54109_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54109 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y18_N5 +dffeas \text_gen|char_ram~25650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25706feeder ( +// Equation(s): +// \text_gen|char_ram~25706feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54075 ( +// Equation(s): +// \text_gen|char_ram~54075_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54075 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y18_N23 +dffeas \text_gen|char_ram~25706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48751 ( +// Equation(s): +// \text_gen|char_ram~48751_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25706_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25650_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25650_q ), + .datad(\text_gen|char_ram~25706_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48751 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48752 ( +// Equation(s): +// \text_gen|char_ram~48752_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48751_combout & ((\text_gen|char_ram~25720_q ))) # (!\text_gen|char_ram~48751_combout & (\text_gen|char_ram~25664_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48751_combout )))) + + .dataa(\text_gen|char_ram~25664_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25720_q ), + .datad(\text_gen|char_ram~48751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48752 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55367 ( +// Equation(s): +// \text_gen|char_ram~55367_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55367 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y50_N7 +dffeas \text_gen|char_ram~25258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55299 ( +// Equation(s): +// \text_gen|char_ram~55299_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55299 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y50_N3 +dffeas \text_gen|char_ram~25272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55371 ( +// Equation(s): +// \text_gen|char_ram~55371_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55371 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y50_N25 +dffeas \text_gen|char_ram~25202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55307 ( +// Equation(s): +// \text_gen|char_ram~55307_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55307 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y50_N17 +dffeas \text_gen|char_ram~25216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48753 ( +// Equation(s): +// \text_gen|char_ram~48753_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25216_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25202_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25202_q ), + .datad(\text_gen|char_ram~25216_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48753 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48754 ( +// Equation(s): +// \text_gen|char_ram~48754_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48753_combout & ((\text_gen|char_ram~25272_q ))) # (!\text_gen|char_ram~48753_combout & (\text_gen|char_ram~25258_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48753_combout )))) + + .dataa(\text_gen|char_ram~25258_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25272_q ), + .datad(\text_gen|char_ram~48753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48754 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48755 ( +// Equation(s): +// \text_gen|char_ram~48755_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48752_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~48754_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48752_combout ), + .datac(\text_gen|char_ram~48754_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48755 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48758 ( +// Equation(s): +// \text_gen|char_ram~48758_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48755_combout & ((\text_gen|char_ram~48757_combout ))) # (!\text_gen|char_ram~48755_combout & (\text_gen|char_ram~48750_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48755_combout )))) + + .dataa(\text_gen|char_ram~48750_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48757_combout ), + .datad(\text_gen|char_ram~48755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48758 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55369 ( +// Equation(s): +// \text_gen|char_ram~55369_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55237_combout ) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55369 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y45_N21 +dffeas \text_gen|char_ram~25482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55301 ( +// Equation(s): +// \text_gen|char_ram~55301_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55301 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y46_N7 +dffeas \text_gen|char_ram~25496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55373 ( +// Equation(s): +// \text_gen|char_ram~55373_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55237_combout ) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55373 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y46_N21 +dffeas \text_gen|char_ram~25426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55309 ( +// Equation(s): +// \text_gen|char_ram~55309_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55309 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y46_N1 +dffeas \text_gen|char_ram~25440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48784 ( +// Equation(s): +// \text_gen|char_ram~48784_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25440_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25426_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25426_q ), + .datad(\text_gen|char_ram~25440_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48784 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48785 ( +// Equation(s): +// \text_gen|char_ram~48785_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48784_combout & ((\text_gen|char_ram~25496_q ))) # (!\text_gen|char_ram~48784_combout & (\text_gen|char_ram~25482_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48784_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25482_q ), + .datac(\text_gen|char_ram~25496_q ), + .datad(\text_gen|char_ram~48784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48785 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54120 ( +// Equation(s): +// \text_gen|char_ram~54120_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54120 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y18_N1 +dffeas \text_gen|char_ram~25888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54087 ( +// Equation(s): +// \text_gen|char_ram~54087_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54087 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y18_N21 +dffeas \text_gen|char_ram~25944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25930feeder ( +// Equation(s): +// \text_gen|char_ram~25930feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25930feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54088 ( +// Equation(s): +// \text_gen|char_ram~54088_combout = (\text_gen|char_ram~54077_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54077_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54088 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N7 +dffeas \text_gen|char_ram~25930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54121 ( +// Equation(s): +// \text_gen|char_ram~54121_combout = (\text_gen|char_ram~54077_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54077_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54121 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y18_N3 +dffeas \text_gen|char_ram~25874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48782 ( +// Equation(s): +// \text_gen|char_ram~48782_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~25930_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~25874_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~25930_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25874_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48782 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48783 ( +// Equation(s): +// \text_gen|char_ram~48783_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48782_combout & ((\text_gen|char_ram~25944_q ))) # (!\text_gen|char_ram~48782_combout & (\text_gen|char_ram~25888_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48782_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25888_q ), + .datac(\text_gen|char_ram~25944_q ), + .datad(\text_gen|char_ram~48782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48783 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48786 ( +// Equation(s): +// \text_gen|char_ram~48786_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48783_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48785_combout )))) + + .dataa(\text_gen|char_ram~48785_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~48783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48786 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~48786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26378feeder ( +// Equation(s): +// \text_gen|char_ram~26378feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53236 ( +// Equation(s): +// \text_gen|char_ram~53236_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53068_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53236 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y47_N31 +dffeas \text_gen|char_ram~26378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53162 ( +// Equation(s): +// \text_gen|char_ram~53162_combout = (\text_gen|char_ram~53068_combout & \text_gen|char_ram~52757_combout ) + + .dataa(\text_gen|char_ram~53068_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53162 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y50_N9 +dffeas \text_gen|char_ram~26392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53273 ( +// Equation(s): +// \text_gen|char_ram~53273_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53068_combout ) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53273 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y63_N9 +dffeas \text_gen|char_ram~26322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53199 ( +// Equation(s): +// \text_gen|char_ram~53199_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53068_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53199 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y59_N15 +dffeas \text_gen|char_ram~26336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48780 ( +// Equation(s): +// \text_gen|char_ram~48780_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~26336_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26322_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26322_q ), + .datad(\text_gen|char_ram~26336_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48780 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48781 ( +// Equation(s): +// \text_gen|char_ram~48781_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48780_combout & ((\text_gen|char_ram~26392_q ))) # (!\text_gen|char_ram~48780_combout & (\text_gen|char_ram~26378_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48780_combout )))) + + .dataa(\text_gen|char_ram~26378_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26392_q ), + .datad(\text_gen|char_ram~48780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48781 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56939 ( +// Equation(s): +// \text_gen|char_ram~56939_combout = (\text_gen|char_ram~56815_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56815_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56939 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y35_N11 +dffeas \text_gen|char_ram~26770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56875 ( +// Equation(s): +// \text_gen|char_ram~56875_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~56815_combout ) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56875 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y36_N1 +dffeas \text_gen|char_ram~26826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48787 ( +// Equation(s): +// \text_gen|char_ram~48787_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26826_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26770_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26770_q ), + .datad(\text_gen|char_ram~26826_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48787 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56870 ( +// Equation(s): +// \text_gen|char_ram~56870_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56870 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y33_N15 +dffeas \text_gen|char_ram~26840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26784feeder ( +// Equation(s): +// \text_gen|char_ram~26784feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26784feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26784feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26784feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56935 ( +// Equation(s): +// \text_gen|char_ram~56935_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56935 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y29_N25 +dffeas \text_gen|char_ram~26784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26784feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48788 ( +// Equation(s): +// \text_gen|char_ram~48788_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48787_combout & (\text_gen|char_ram~26840_q )) # (!\text_gen|char_ram~48787_combout & ((\text_gen|char_ram~26784_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~48787_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48787_combout ), + .datac(\text_gen|char_ram~26840_q ), + .datad(\text_gen|char_ram~26784_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48788 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48789 ( +// Equation(s): +// \text_gen|char_ram~48789_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48786_combout & ((\text_gen|char_ram~48788_combout ))) # (!\text_gen|char_ram~48786_combout & (\text_gen|char_ram~48781_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48786_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48786_combout ), + .datac(\text_gen|char_ram~48781_combout ), + .datad(\text_gen|char_ram~48788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48789 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48790 ( +// Equation(s): +// \text_gen|char_ram~48790_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48779_combout & ((\text_gen|char_ram~48789_combout ))) # (!\text_gen|char_ram~48779_combout & (\text_gen|char_ram~48758_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~48779_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48779_combout ), + .datac(\text_gen|char_ram~48758_combout ), + .datad(\text_gen|char_ram~48789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48790 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48791 ( +// Equation(s): +// \text_gen|char_ram~48791_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~48748_combout & ((\text_gen|char_ram~48790_combout ))) # (!\text_gen|char_ram~48748_combout & (\text_gen|char_ram~48663_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~48748_combout )))) + + .dataa(\text_gen|char_ram~48663_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~48748_combout ), + .datad(\text_gen|char_ram~48790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48791 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23018feeder ( +// Equation(s): +// \text_gen|char_ram~23018feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23018feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52985 ( +// Equation(s): +// \text_gen|char_ram~52985_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52975_combout & \text_gen|char_ram~52785_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52985 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56843 ( +// Equation(s): +// \text_gen|char_ram~56843_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56843 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y34_N1 +dffeas \text_gen|char_ram~23018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53004 ( +// Equation(s): +// \text_gen|char_ram~53004_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52783_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52975_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53004 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56892 ( +// Equation(s): +// \text_gen|char_ram~56892_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53004_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56892 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y34_N9 +dffeas \text_gen|char_ram~22962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49096 ( +// Equation(s): +// \text_gen|char_ram~49096_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~23018_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~22962_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~23018_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22962_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49096 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52981 ( +// Equation(s): +// \text_gen|char_ram~52981_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52757_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52975_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52981 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56839 ( +// Equation(s): +// \text_gen|char_ram~56839_combout = (\text_gen|char_ram~52981_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~52981_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56839 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y34_N13 +dffeas \text_gen|char_ram~23032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22976feeder ( +// Equation(s): +// \text_gen|char_ram~22976feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22976feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53000 ( +// Equation(s): +// \text_gen|char_ram~53000_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52975_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52755_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53000 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~53000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56888 ( +// Equation(s): +// \text_gen|char_ram~56888_combout = (\text_gen|char_ram~53000_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53000_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56888 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y34_N9 +dffeas \text_gen|char_ram~22976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49097 ( +// Equation(s): +// \text_gen|char_ram~49097_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49096_combout & (\text_gen|char_ram~23032_q )) # (!\text_gen|char_ram~49096_combout & ((\text_gen|char_ram~22976_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~49096_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49096_combout ), + .datac(\text_gen|char_ram~23032_q ), + .datad(\text_gen|char_ram~22976_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49097 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22570feeder ( +// Equation(s): +// \text_gen|char_ram~22570feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22570feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53483 ( +// Equation(s): +// \text_gen|char_ram~53483_combout = (\text_gen|char_ram~52985_combout & \text_gen|char_ram~53059_combout ) + + .dataa(\text_gen|char_ram~52985_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53483 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y37_N19 +dffeas \text_gen|char_ram~22570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53481 ( +// Equation(s): +// \text_gen|char_ram~53481_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52981_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53481 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y37_N17 +dffeas \text_gen|char_ram~22584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53547 ( +// Equation(s): +// \text_gen|char_ram~53547_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53004_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53547 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y37_N9 +dffeas \text_gen|char_ram~22514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53545 ( +// Equation(s): +// \text_gen|char_ram~53545_combout = (\text_gen|char_ram~53000_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53000_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53545 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y37_N25 +dffeas \text_gen|char_ram~22528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49089 ( +// Equation(s): +// \text_gen|char_ram~49089_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22528_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22514_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22514_q ), + .datad(\text_gen|char_ram~22528_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49089 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49090 ( +// Equation(s): +// \text_gen|char_ram~49090_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49089_combout & ((\text_gen|char_ram~22584_q ))) # (!\text_gen|char_ram~49089_combout & (\text_gen|char_ram~22570_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49089_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~22570_q ), + .datac(\text_gen|char_ram~22584_q ), + .datad(\text_gen|char_ram~49089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49090 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54519 ( +// Equation(s): +// \text_gen|char_ram~54519_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53000_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54519 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y19_N27 +dffeas \text_gen|char_ram~22080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54531 ( +// Equation(s): +// \text_gen|char_ram~54531_combout = (\text_gen|char_ram~52981_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52981_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54531 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y19_N3 +dffeas \text_gen|char_ram~22136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54590 ( +// Equation(s): +// \text_gen|char_ram~54590_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53004_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54590 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y19_N19 +dffeas \text_gen|char_ram~22066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54582 ( +// Equation(s): +// \text_gen|char_ram~54582_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52985_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54582 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y23_N21 +dffeas \text_gen|char_ram~22122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49091 ( +// Equation(s): +// \text_gen|char_ram~49091_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22122_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22066_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22066_q ), + .datad(\text_gen|char_ram~22122_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49091 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49092 ( +// Equation(s): +// \text_gen|char_ram~49092_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49091_combout & ((\text_gen|char_ram~22136_q ))) # (!\text_gen|char_ram~49091_combout & (\text_gen|char_ram~22080_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49091_combout )))) + + .dataa(\text_gen|char_ram~22080_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22136_q ), + .datad(\text_gen|char_ram~49091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49092 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55628 ( +// Equation(s): +// \text_gen|char_ram~55628_combout = (\text_gen|char_ram~52985_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52985_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55628 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y34_N7 +dffeas \text_gen|char_ram~21674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55564 ( +// Equation(s): +// \text_gen|char_ram~55564_combout = (\text_gen|char_ram~52981_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52981_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55564 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y34_N11 +dffeas \text_gen|char_ram~21688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55632 ( +// Equation(s): +// \text_gen|char_ram~55632_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53004_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55632 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y34_N19 +dffeas \text_gen|char_ram~21618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55568 ( +// Equation(s): +// \text_gen|char_ram~55568_combout = (\text_gen|char_ram~53000_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53000_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55568 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y37_N29 +dffeas \text_gen|char_ram~21632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49093 ( +// Equation(s): +// \text_gen|char_ram~49093_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21632_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21618_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21618_q ), + .datad(\text_gen|char_ram~21632_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49093 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49094 ( +// Equation(s): +// \text_gen|char_ram~49094_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49093_combout & ((\text_gen|char_ram~21688_q ))) # (!\text_gen|char_ram~49093_combout & (\text_gen|char_ram~21674_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49093_combout )))) + + .dataa(\text_gen|char_ram~21674_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21688_q ), + .datad(\text_gen|char_ram~49093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49094 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49095 ( +// Equation(s): +// \text_gen|char_ram~49095_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~49092_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~49094_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49092_combout ), + .datad(\text_gen|char_ram~49094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49095 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49098 ( +// Equation(s): +// \text_gen|char_ram~49098_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49095_combout & (\text_gen|char_ram~49097_combout )) # (!\text_gen|char_ram~49095_combout & ((\text_gen|char_ram~49090_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49095_combout )))) + + .dataa(\text_gen|char_ram~49097_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49090_combout ), + .datad(\text_gen|char_ram~49095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49098 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56817 ( +// Equation(s): +// \text_gen|char_ram~56817_combout = (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout )) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56817 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56940 ( +// Equation(s): +// \text_gen|char_ram~56940_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~56817_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~56817_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56940 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y31_N3 +dffeas \text_gen|char_ram~23186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56876 ( +// Equation(s): +// \text_gen|char_ram~56876_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56817_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56876 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y31_N31 +dffeas \text_gen|char_ram~23242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49127 ( +// Equation(s): +// \text_gen|char_ram~49127_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~23242_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23186_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23186_q ), + .datad(\text_gen|char_ram~23242_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49127 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56871 ( +// Equation(s): +// \text_gen|char_ram~56871_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~55969_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56871 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56872 ( +// Equation(s): +// \text_gen|char_ram~56872_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~56871_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~56871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56872 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y29_N19 +dffeas \text_gen|char_ram~23256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56936 ( +// Equation(s): +// \text_gen|char_ram~56936_combout = (\text_gen|char_ram~56817_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~56817_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56936 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y29_N15 +dffeas \text_gen|char_ram~23200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49128 ( +// Equation(s): +// \text_gen|char_ram~49128_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49127_combout & (\text_gen|char_ram~23256_q )) # (!\text_gen|char_ram~49127_combout & ((\text_gen|char_ram~23200_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~49127_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49127_combout ), + .datac(\text_gen|char_ram~23256_q ), + .datad(\text_gen|char_ram~23200_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49128 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53476 ( +// Equation(s): +// \text_gen|char_ram~53476_combout = (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53476 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53555 ( +// Equation(s): +// \text_gen|char_ram~53555_combout = (\text_gen|char_ram~53476_combout & \text_gen|char_ram~52783_combout ) + + .dataa(\text_gen|char_ram~53476_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53555 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y59_N25 +dffeas \text_gen|char_ram~22738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53554 ( +// Equation(s): +// \text_gen|char_ram~53554_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53476_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53554 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y55_N23 +dffeas \text_gen|char_ram~22752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49120 ( +// Equation(s): +// \text_gen|char_ram~49120_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~22752_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22738_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22738_q ), + .datad(\text_gen|char_ram~22752_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49120 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53490 ( +// Equation(s): +// \text_gen|char_ram~53490_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53476_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53490 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y59_N3 +dffeas \text_gen|char_ram~22808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22794feeder ( +// Equation(s): +// \text_gen|char_ram~22794feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22794feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22794feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22794feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53491 ( +// Equation(s): +// \text_gen|char_ram~53491_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53476_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53491 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y59_N29 +dffeas \text_gen|char_ram~22794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22794feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49121 ( +// Equation(s): +// \text_gen|char_ram~49121_combout = (\text_gen|char_ram~49120_combout & (((\text_gen|char_ram~22808_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~49120_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~22794_q )))) + + .dataa(\text_gen|char_ram~49120_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22808_q ), + .datad(\text_gen|char_ram~22794_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49121 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54451 ( +// Equation(s): +// \text_gen|char_ram~54451_combout = (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53881_combout ))) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54451 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54517 ( +// Equation(s): +// \text_gen|char_ram~54517_combout = (\text_gen|char_ram~54451_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54451_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54517 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y15_N23 +dffeas \text_gen|char_ram~22304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54529 ( +// Equation(s): +// \text_gen|char_ram~54529_combout = (\text_gen|char_ram~54451_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54451_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54529 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y15_N13 +dffeas \text_gen|char_ram~22360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22290feeder ( +// Equation(s): +// \text_gen|char_ram~22290feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22290feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22290feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22290feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54592 ( +// Equation(s): +// \text_gen|char_ram~54592_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54451_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~54451_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54592 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y15_N31 +dffeas \text_gen|char_ram~22290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22290feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22346feeder ( +// Equation(s): +// \text_gen|char_ram~22346feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22346feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54584 ( +// Equation(s): +// \text_gen|char_ram~54584_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54451_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~54451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54584 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y12_N25 +dffeas \text_gen|char_ram~22346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49122 ( +// Equation(s): +// \text_gen|char_ram~49122_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~22346_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22290_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22290_q ), + .datad(\text_gen|char_ram~22346_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49122 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49123 ( +// Equation(s): +// \text_gen|char_ram~49123_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49122_combout & ((\text_gen|char_ram~22360_q ))) # (!\text_gen|char_ram~49122_combout & (\text_gen|char_ram~22304_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49122_combout )))) + + .dataa(\text_gen|char_ram~22304_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22360_q ), + .datad(\text_gen|char_ram~49122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49123 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55498 ( +// Equation(s): +// \text_gen|char_ram~55498_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~55187_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55498 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55630 ( +// Equation(s): +// \text_gen|char_ram~55630_combout = (\text_gen|char_ram~55498_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55498_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55630 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y45_N15 +dffeas \text_gen|char_ram~21898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55566 ( +// Equation(s): +// \text_gen|char_ram~55566_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55566 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y34_N7 +dffeas \text_gen|char_ram~21912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55570 ( +// Equation(s): +// \text_gen|char_ram~55570_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55498_combout ) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55570 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y46_N25 +dffeas \text_gen|char_ram~21856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55634 ( +// Equation(s): +// \text_gen|char_ram~55634_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55634 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y38_N27 +dffeas \text_gen|char_ram~21842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49124 ( +// Equation(s): +// \text_gen|char_ram~49124_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~21856_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~21842_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21856_q ), + .datac(\text_gen|char_ram~21842_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49124 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49125 ( +// Equation(s): +// \text_gen|char_ram~49125_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49124_combout & ((\text_gen|char_ram~21912_q ))) # (!\text_gen|char_ram~49124_combout & (\text_gen|char_ram~21898_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49124_combout )))) + + .dataa(\text_gen|char_ram~21898_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21912_q ), + .datad(\text_gen|char_ram~49124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49125 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49126 ( +// Equation(s): +// \text_gen|char_ram~49126_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~49123_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~49125_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49123_combout ), + .datad(\text_gen|char_ram~49125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49126 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49129 ( +// Equation(s): +// \text_gen|char_ram~49129_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49126_combout & (\text_gen|char_ram~49128_combout )) # (!\text_gen|char_ram~49126_combout & ((\text_gen|char_ram~49121_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49126_combout )))) + + .dataa(\text_gen|char_ram~49128_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49121_combout ), + .datad(\text_gen|char_ram~49126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49129 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53015 ( +// Equation(s): +// \text_gen|char_ram~53015_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52763_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53015 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56916 ( +// Equation(s): +// \text_gen|char_ram~56916_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56916 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y29_N21 +dffeas \text_gen|char_ram~22864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53017 ( +// Equation(s): +// \text_gen|char_ram~53017_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52975_combout & \text_gen|char_ram~52779_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53017 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~53017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56924 ( +// Equation(s): +// \text_gen|char_ram~56924_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53017_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56924 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y30_N1 +dffeas \text_gen|char_ram~22850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52993 ( +// Equation(s): +// \text_gen|char_ram~52993_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52975_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52993 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~52993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56859 ( +// Equation(s): +// \text_gen|char_ram~56859_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52993_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56859 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y30_N5 +dffeas \text_gen|char_ram~22906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49116 ( +// Equation(s): +// \text_gen|char_ram~49116_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~22906_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22850_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22850_q ), + .datad(\text_gen|char_ram~22906_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49116 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22920feeder ( +// Equation(s): +// \text_gen|char_ram~22920feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22920feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52991 ( +// Equation(s): +// \text_gen|char_ram~52991_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~52975_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52991 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~52991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56851 ( +// Equation(s): +// \text_gen|char_ram~56851_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52991_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56851 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y27_N23 +dffeas \text_gen|char_ram~22920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49117 ( +// Equation(s): +// \text_gen|char_ram~49117_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49116_combout & ((\text_gen|char_ram~22920_q ))) # (!\text_gen|char_ram~49116_combout & (\text_gen|char_ram~22864_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49116_combout )))) + + .dataa(\text_gen|char_ram~22864_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~49116_combout ), + .datad(\text_gen|char_ram~22920_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49117 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54527 ( +// Equation(s): +// \text_gen|char_ram~54527_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53015_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54527 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y18_N15 +dffeas \text_gen|char_ram~21968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54523 ( +// Equation(s): +// \text_gen|char_ram~54523_combout = (\text_gen|char_ram~52991_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52991_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54523 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y34_N31 +dffeas \text_gen|char_ram~22024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54591 ( +// Equation(s): +// \text_gen|char_ram~54591_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53017_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54591 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y18_N23 +dffeas \text_gen|char_ram~21954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22010feeder ( +// Equation(s): +// \text_gen|char_ram~22010feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22010feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54583 ( +// Equation(s): +// \text_gen|char_ram~54583_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54583 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y12_N17 +dffeas \text_gen|char_ram~22010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49109 ( +// Equation(s): +// \text_gen|char_ram~49109_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~22010_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21954_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21954_q ), + .datad(\text_gen|char_ram~22010_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49109 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49110 ( +// Equation(s): +// \text_gen|char_ram~49110_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49109_combout & ((\text_gen|char_ram~22024_q ))) # (!\text_gen|char_ram~49109_combout & (\text_gen|char_ram~21968_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49109_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21968_q ), + .datac(\text_gen|char_ram~22024_q ), + .datad(\text_gen|char_ram~49109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49110 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21562feeder ( +// Equation(s): +// \text_gen|char_ram~21562feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55629 ( +// Equation(s): +// \text_gen|char_ram~55629_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55629 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y35_N13 +dffeas \text_gen|char_ram~21562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55565 ( +// Equation(s): +// \text_gen|char_ram~55565_combout = (\text_gen|char_ram~52991_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~52991_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55565 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y34_N19 +dffeas \text_gen|char_ram~21576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55569 ( +// Equation(s): +// \text_gen|char_ram~55569_combout = (\text_gen|char_ram~53015_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53015_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55569 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y33_N9 +dffeas \text_gen|char_ram~21520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55633 ( +// Equation(s): +// \text_gen|char_ram~55633_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53017_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53017_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55633 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y38_N29 +dffeas \text_gen|char_ram~21506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49113 ( +// Equation(s): +// \text_gen|char_ram~49113_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~21520_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~21506_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~21520_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21506_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49113 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49114 ( +// Equation(s): +// \text_gen|char_ram~49114_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49113_combout & ((\text_gen|char_ram~21576_q ))) # (!\text_gen|char_ram~49113_combout & (\text_gen|char_ram~21562_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49113_combout )))) + + .dataa(\text_gen|char_ram~21562_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21576_q ), + .datad(\text_gen|char_ram~49113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49114 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53551 ( +// Equation(s): +// \text_gen|char_ram~53551_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53017_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53017_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53551 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y57_N9 +dffeas \text_gen|char_ram~22402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53549 ( +// Equation(s): +// \text_gen|char_ram~53549_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53015_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53549 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y53_N13 +dffeas \text_gen|char_ram~22416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49111 ( +// Equation(s): +// \text_gen|char_ram~49111_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22416_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22402_q )))) + + .dataa(\text_gen|char_ram~22402_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22416_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49111 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53485 ( +// Equation(s): +// \text_gen|char_ram~53485_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52991_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53485 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y57_N13 +dffeas \text_gen|char_ram~22472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53487 ( +// Equation(s): +// \text_gen|char_ram~53487_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53487 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y60_N15 +dffeas \text_gen|char_ram~22458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49112 ( +// Equation(s): +// \text_gen|char_ram~49112_combout = (\text_gen|char_ram~49111_combout & (((\text_gen|char_ram~22472_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~49111_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~22458_q )))) + + .dataa(\text_gen|char_ram~49111_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22472_q ), + .datad(\text_gen|char_ram~22458_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49112 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49115 ( +// Equation(s): +// \text_gen|char_ram~49115_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~49112_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~49114_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49114_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~49112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49115 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~49115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49118 ( +// Equation(s): +// \text_gen|char_ram~49118_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49115_combout & (\text_gen|char_ram~49117_combout )) # (!\text_gen|char_ram~49115_combout & ((\text_gen|char_ram~49110_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49115_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49117_combout ), + .datac(\text_gen|char_ram~49110_combout ), + .datad(\text_gen|char_ram~49115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49118 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56900 ( +// Equation(s): +// \text_gen|char_ram~56900_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~56817_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~56817_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56900 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y30_N17 +dffeas \text_gen|char_ram~23088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56818 ( +// Equation(s): +// \text_gen|char_ram~56818_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~56817_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~56817_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56818 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y30_N15 +dffeas \text_gen|char_ram~23144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56908 ( +// Equation(s): +// \text_gen|char_ram~56908_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56817_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56908 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y32_N31 +dffeas \text_gen|char_ram~23074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23130feeder ( +// Equation(s): +// \text_gen|char_ram~23130feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23130feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23130feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23130feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56827 ( +// Equation(s): +// \text_gen|char_ram~56827_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56817_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56827 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y32_N25 +dffeas \text_gen|char_ram~23130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23130feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49106 ( +// Equation(s): +// \text_gen|char_ram~49106_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~23130_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23074_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23074_q ), + .datad(\text_gen|char_ram~23130_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49106 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49107 ( +// Equation(s): +// \text_gen|char_ram~49107_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49106_combout & ((\text_gen|char_ram~23144_q ))) # (!\text_gen|char_ram~49106_combout & (\text_gen|char_ram~23088_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49106_combout )))) + + .dataa(\text_gen|char_ram~23088_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23144_q ), + .datad(\text_gen|char_ram~49106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49107 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21786feeder ( +// Equation(s): +// \text_gen|char_ram~21786feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21786feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21786feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21786feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55627 ( +// Equation(s): +// \text_gen|char_ram~55627_combout = (\text_gen|char_ram~55498_combout & \text_gen|char_ram~52777_combout ) + + .dataa(\text_gen|char_ram~55498_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55627 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y41_N27 +dffeas \text_gen|char_ram~21786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21786feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55563 ( +// Equation(s): +// \text_gen|char_ram~55563_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55563 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y30_N23 +dffeas \text_gen|char_ram~21800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55631 ( +// Equation(s): +// \text_gen|char_ram~55631_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55631 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y37_N21 +dffeas \text_gen|char_ram~21730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21744feeder ( +// Equation(s): +// \text_gen|char_ram~21744feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55567 ( +// Equation(s): +// \text_gen|char_ram~55567_combout = (\text_gen|char_ram~55498_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55498_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55567 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y46_N19 +dffeas \text_gen|char_ram~21744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49103 ( +// Equation(s): +// \text_gen|char_ram~49103_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21744_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21730_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21730_q ), + .datad(\text_gen|char_ram~21744_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49103 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49104 ( +// Equation(s): +// \text_gen|char_ram~49104_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49103_combout & ((\text_gen|char_ram~21800_q ))) # (!\text_gen|char_ram~49103_combout & (\text_gen|char_ram~21786_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49103_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21786_q ), + .datac(\text_gen|char_ram~21800_q ), + .datad(\text_gen|char_ram~49103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49104 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53543 ( +// Equation(s): +// \text_gen|char_ram~53543_combout = (\text_gen|char_ram~53476_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53476_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53543 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y50_N19 +dffeas \text_gen|char_ram~22626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53542 ( +// Equation(s): +// \text_gen|char_ram~53542_combout = (\text_gen|char_ram~53476_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53476_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53542 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y51_N9 +dffeas \text_gen|char_ram~22640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49101 ( +// Equation(s): +// \text_gen|char_ram~49101_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22640_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22626_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22626_q ), + .datad(\text_gen|char_ram~22640_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49101 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53478 ( +// Equation(s): +// \text_gen|char_ram~53478_combout = (\text_gen|char_ram~53476_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53476_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53478 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y67_N3 +dffeas \text_gen|char_ram~22696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y67_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22682feeder ( +// Equation(s): +// \text_gen|char_ram~22682feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22682feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22682feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22682feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53479 ( +// Equation(s): +// \text_gen|char_ram~53479_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53476_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53479 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y67_N29 +dffeas \text_gen|char_ram~22682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22682feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y67_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49102 ( +// Equation(s): +// \text_gen|char_ram~49102_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49101_combout & (\text_gen|char_ram~22696_q )) # (!\text_gen|char_ram~49101_combout & ((\text_gen|char_ram~22682_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~49101_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49101_combout ), + .datac(\text_gen|char_ram~22696_q ), + .datad(\text_gen|char_ram~22682_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49102 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49105 ( +// Equation(s): +// \text_gen|char_ram~49105_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~49102_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~49104_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49104_combout ), + .datad(\text_gen|char_ram~49102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49105 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54589 ( +// Equation(s): +// \text_gen|char_ram~54589_combout = (\text_gen|char_ram~54451_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54451_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54589 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y15_N13 +dffeas \text_gen|char_ram~22178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22234feeder ( +// Equation(s): +// \text_gen|char_ram~22234feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54581 ( +// Equation(s): +// \text_gen|char_ram~54581_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54451_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~54451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54581 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y15_N13 +dffeas \text_gen|char_ram~22234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49099 ( +// Equation(s): +// \text_gen|char_ram~49099_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22234_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22178_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22178_q ), + .datad(\text_gen|char_ram~22234_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49099 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54521 ( +// Equation(s): +// \text_gen|char_ram~54521_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54451_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~54451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54521 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y15_N21 +dffeas \text_gen|char_ram~22248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54525 ( +// Equation(s): +// \text_gen|char_ram~54525_combout = (\text_gen|char_ram~54451_combout & \text_gen|char_ram~52763_combout ) + + .dataa(\text_gen|char_ram~54451_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54525 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N19 +dffeas \text_gen|char_ram~22192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49100 ( +// Equation(s): +// \text_gen|char_ram~49100_combout = (\text_gen|char_ram~49099_combout & (((\text_gen|char_ram~22248_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~49099_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~22192_q )))) + + .dataa(\text_gen|char_ram~49099_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22248_q ), + .datad(\text_gen|char_ram~22192_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49100 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~49100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49108 ( +// Equation(s): +// \text_gen|char_ram~49108_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49105_combout & (\text_gen|char_ram~49107_combout )) # (!\text_gen|char_ram~49105_combout & ((\text_gen|char_ram~49100_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49105_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49107_combout ), + .datac(\text_gen|char_ram~49105_combout ), + .datad(\text_gen|char_ram~49100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49108 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49119 ( +// Equation(s): +// \text_gen|char_ram~49119_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~49108_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~49118_combout )))) + + .dataa(\text_gen|char_ram~49118_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~49108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49119 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~49119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49130 ( +// Equation(s): +// \text_gen|char_ram~49130_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49119_combout & ((\text_gen|char_ram~49129_combout ))) # (!\text_gen|char_ram~49119_combout & (\text_gen|char_ram~49098_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~49119_combout )))) + + .dataa(\text_gen|char_ram~49098_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49129_combout ), + .datad(\text_gen|char_ram~49119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49130 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52833 ( +// Equation(s): +// \text_gen|char_ram~52833_combout = (\text_gen|char_ram~52821_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52763_combout ))) + + .dataa(\text_gen|char_ram~52821_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52833 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56071 ( +// Equation(s): +// \text_gen|char_ram~56071_combout = (\text_gen|char_ram~52833_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~52833_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56071 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y29_N7 +dffeas \text_gen|char_ram~15696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52822 ( +// Equation(s): +// \text_gen|char_ram~52822_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52761_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52821_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52822 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~52822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56067 ( +// Equation(s): +// \text_gen|char_ram~56067_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56067 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y30_N17 +dffeas \text_gen|char_ram~15752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52866 ( +// Equation(s): +// \text_gen|char_ram~52866_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52821_combout & (\text_gen|char_ram~52777_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52821_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52866 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56131 ( +// Equation(s): +// \text_gen|char_ram~56131_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52866_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56131 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y33_N27 +dffeas \text_gen|char_ram~15738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52868 ( +// Equation(s): +// \text_gen|char_ram~52868_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52821_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~52821_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52868 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56135 ( +// Equation(s): +// \text_gen|char_ram~56135_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52868_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56135 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y30_N7 +dffeas \text_gen|char_ram~15682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48989 ( +// Equation(s): +// \text_gen|char_ram~48989_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15738_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~15682_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15738_q ), + .datac(\text_gen|char_ram~15682_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48989 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48990 ( +// Equation(s): +// \text_gen|char_ram~48990_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48989_combout & ((\text_gen|char_ram~15752_q ))) # (!\text_gen|char_ram~48989_combout & (\text_gen|char_ram~15696_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48989_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15696_q ), + .datac(\text_gen|char_ram~15752_q ), + .datad(\text_gen|char_ram~48989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48990 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54479 ( +// Equation(s): +// \text_gen|char_ram~54479_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52833_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54479 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N11 +dffeas \text_gen|char_ram~14800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14856feeder ( +// Equation(s): +// \text_gen|char_ram~14856feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14856feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14856feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14856feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54475 ( +// Equation(s): +// \text_gen|char_ram~54475_combout = (\text_gen|char_ram~52822_combout & \text_gen|char_ram~53881_combout ) + + .dataa(\text_gen|char_ram~52822_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54475 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y15_N3 +dffeas \text_gen|char_ram~14856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14856feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54543 ( +// Equation(s): +// \text_gen|char_ram~54543_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52868_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54543 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y19_N15 +dffeas \text_gen|char_ram~14786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14842feeder ( +// Equation(s): +// \text_gen|char_ram~14842feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54539 ( +// Equation(s): +// \text_gen|char_ram~54539_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52866_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54539 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y19_N23 +dffeas \text_gen|char_ram~14842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48982 ( +// Equation(s): +// \text_gen|char_ram~48982_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~14842_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14786_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14786_q ), + .datad(\text_gen|char_ram~14842_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48982 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48983 ( +// Equation(s): +// \text_gen|char_ram~48983_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48982_combout & ((\text_gen|char_ram~14856_q ))) # (!\text_gen|char_ram~48982_combout & (\text_gen|char_ram~14800_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48982_combout )))) + + .dataa(\text_gen|char_ram~14800_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14856_q ), + .datad(\text_gen|char_ram~48982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48983 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55581 ( +// Equation(s): +// \text_gen|char_ram~55581_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52866_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55581 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y33_N9 +dffeas \text_gen|char_ram~14394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55533 ( +// Equation(s): +// \text_gen|char_ram~55533_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55533 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y37_N3 +dffeas \text_gen|char_ram~14408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14352feeder ( +// Equation(s): +// \text_gen|char_ram~14352feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14352feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55537 ( +// Equation(s): +// \text_gen|char_ram~55537_combout = (\text_gen|char_ram~52833_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~52833_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55537 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y33_N11 +dffeas \text_gen|char_ram~14352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55585 ( +// Equation(s): +// \text_gen|char_ram~55585_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52868_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52868_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55585 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y37_N3 +dffeas \text_gen|char_ram~14338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48986 ( +// Equation(s): +// \text_gen|char_ram~48986_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~14352_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~14338_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14352_q ), + .datac(\text_gen|char_ram~14338_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48986 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48987 ( +// Equation(s): +// \text_gen|char_ram~48987_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48986_combout & ((\text_gen|char_ram~14408_q ))) # (!\text_gen|char_ram~48986_combout & (\text_gen|char_ram~14394_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48986_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14394_q ), + .datac(\text_gen|char_ram~14408_q ), + .datad(\text_gen|char_ram~48986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48987 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15290feeder ( +// Equation(s): +// \text_gen|char_ram~15290feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15290feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15290feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15290feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53453 ( +// Equation(s): +// \text_gen|char_ram~53453_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52866_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53453 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y58_N21 +dffeas \text_gen|char_ram~15290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15290feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53451 ( +// Equation(s): +// \text_gen|char_ram~53451_combout = (\text_gen|char_ram~52822_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52822_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53451 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y57_N29 +dffeas \text_gen|char_ram~15304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53517 ( +// Equation(s): +// \text_gen|char_ram~53517_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52833_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53517 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y54_N17 +dffeas \text_gen|char_ram~15248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53519 ( +// Equation(s): +// \text_gen|char_ram~53519_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52868_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53519 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y54_N31 +dffeas \text_gen|char_ram~15234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48984 ( +// Equation(s): +// \text_gen|char_ram~48984_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~15248_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~15234_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15248_q ), + .datac(\text_gen|char_ram~15234_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48984 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48985 ( +// Equation(s): +// \text_gen|char_ram~48985_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48984_combout & ((\text_gen|char_ram~15304_q ))) # (!\text_gen|char_ram~48984_combout & (\text_gen|char_ram~15290_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48984_combout )))) + + .dataa(\text_gen|char_ram~15290_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15304_q ), + .datad(\text_gen|char_ram~48984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48985 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48988 ( +// Equation(s): +// \text_gen|char_ram~48988_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48985_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48987_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48987_combout ), + .datad(\text_gen|char_ram~48985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48988 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48991 ( +// Equation(s): +// \text_gen|char_ram~48991_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48988_combout & (\text_gen|char_ram~48990_combout )) # (!\text_gen|char_ram~48988_combout & ((\text_gen|char_ram~48983_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48988_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48990_combout ), + .datac(\text_gen|char_ram~48983_combout ), + .datad(\text_gen|char_ram~48988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48991 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15808feeder ( +// Equation(s): +// \text_gen|char_ram~15808feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15808feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15808feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15808feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56055 ( +// Equation(s): +// \text_gen|char_ram~56055_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56055 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y37_N19 +dffeas \text_gen|char_ram~15808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15808feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56047 ( +// Equation(s): +// \text_gen|char_ram~56047_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56047 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y37_N3 +dffeas \text_gen|char_ram~15864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56111 ( +// Equation(s): +// \text_gen|char_ram~56111_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56111 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y34_N13 +dffeas \text_gen|char_ram~15850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56119 ( +// Equation(s): +// \text_gen|char_ram~56119_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56119 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y37_N5 +dffeas \text_gen|char_ram~15794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48979 ( +// Equation(s): +// \text_gen|char_ram~48979_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~15850_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~15794_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15850_q ), + .datac(\text_gen|char_ram~15794_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48979 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48980 ( +// Equation(s): +// \text_gen|char_ram~48980_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48979_combout & ((\text_gen|char_ram~15864_q ))) # (!\text_gen|char_ram~48979_combout & (\text_gen|char_ram~15808_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48979_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15808_q ), + .datac(\text_gen|char_ram~15864_q ), + .datad(\text_gen|char_ram~48979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48980 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53445 ( +// Equation(s): +// \text_gen|char_ram~53445_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53445 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y41_N5 +dffeas \text_gen|char_ram~15402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53443 ( +// Equation(s): +// \text_gen|char_ram~53443_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53443 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y41_N17 +dffeas \text_gen|char_ram~15416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53509 ( +// Equation(s): +// \text_gen|char_ram~53509_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53509 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y53_N31 +dffeas \text_gen|char_ram~15360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53511 ( +// Equation(s): +// \text_gen|char_ram~53511_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53511 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N3 +dffeas \text_gen|char_ram~15346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48972 ( +// Equation(s): +// \text_gen|char_ram~48972_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~15360_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~15346_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15360_q ), + .datac(\text_gen|char_ram~15346_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48972 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48973 ( +// Equation(s): +// \text_gen|char_ram~48973_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48972_combout & ((\text_gen|char_ram~15416_q ))) # (!\text_gen|char_ram~48972_combout & (\text_gen|char_ram~15402_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48972_combout )))) + + .dataa(\text_gen|char_ram~15402_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15416_q ), + .datad(\text_gen|char_ram~48972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48973 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14520feeder ( +// Equation(s): +// \text_gen|char_ram~14520feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14520feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55532 ( +// Equation(s): +// \text_gen|char_ram~55532_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55532 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y37_N13 +dffeas \text_gen|char_ram~14520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55580 ( +// Equation(s): +// \text_gen|char_ram~55580_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55580 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y34_N15 +dffeas \text_gen|char_ram~14506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55584 ( +// Equation(s): +// \text_gen|char_ram~55584_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55584 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y37_N25 +dffeas \text_gen|char_ram~14450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14464feeder ( +// Equation(s): +// \text_gen|char_ram~14464feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14464feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55536 ( +// Equation(s): +// \text_gen|char_ram~55536_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55536 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y37_N21 +dffeas \text_gen|char_ram~14464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48976 ( +// Equation(s): +// \text_gen|char_ram~48976_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~14464_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14450_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14450_q ), + .datad(\text_gen|char_ram~14464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48976 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48977 ( +// Equation(s): +// \text_gen|char_ram~48977_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48976_combout & (\text_gen|char_ram~14520_q )) # (!\text_gen|char_ram~48976_combout & ((\text_gen|char_ram~14506_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48976_combout )))) + + .dataa(\text_gen|char_ram~14520_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14506_q ), + .datad(\text_gen|char_ram~48976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48977 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54477 ( +// Equation(s): +// \text_gen|char_ram~54477_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54477 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y21_N29 +dffeas \text_gen|char_ram~14912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54473 ( +// Equation(s): +// \text_gen|char_ram~54473_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54473 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y21_N31 +dffeas \text_gen|char_ram~14968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54547 ( +// Equation(s): +// \text_gen|char_ram~54547_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54547 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y30_N9 +dffeas \text_gen|char_ram~14954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54535 ( +// Equation(s): +// \text_gen|char_ram~54535_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54535 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y23_N21 +dffeas \text_gen|char_ram~14898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48974 ( +// Equation(s): +// \text_gen|char_ram~48974_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~14954_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~14898_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14954_q ), + .datac(\text_gen|char_ram~14898_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48974 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48975 ( +// Equation(s): +// \text_gen|char_ram~48975_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48974_combout & ((\text_gen|char_ram~14968_q ))) # (!\text_gen|char_ram~48974_combout & (\text_gen|char_ram~14912_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48974_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14912_q ), + .datac(\text_gen|char_ram~14968_q ), + .datad(\text_gen|char_ram~48974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48975 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48978 ( +// Equation(s): +// \text_gen|char_ram~48978_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~48975_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~48977_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48977_combout ), + .datad(\text_gen|char_ram~48975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48978 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48981 ( +// Equation(s): +// \text_gen|char_ram~48981_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48978_combout & (\text_gen|char_ram~48980_combout )) # (!\text_gen|char_ram~48978_combout & ((\text_gen|char_ram~48973_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48978_combout )))) + + .dataa(\text_gen|char_ram~48980_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48973_combout ), + .datad(\text_gen|char_ram~48978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48981 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48992 ( +// Equation(s): +// \text_gen|char_ram~48992_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~48981_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~48991_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48991_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~48981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48992 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~48992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56087 ( +// Equation(s): +// \text_gen|char_ram~56087_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56087 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y28_N19 +dffeas \text_gen|char_ram~16032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56079 ( +// Equation(s): +// \text_gen|char_ram~56079_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56079 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y42_N25 +dffeas \text_gen|char_ram~16088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56151 ( +// Equation(s): +// \text_gen|char_ram~56151_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56151 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y34_N17 +dffeas \text_gen|char_ram~16018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56143 ( +// Equation(s): +// \text_gen|char_ram~56143_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56143 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y35_N19 +dffeas \text_gen|char_ram~16074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49000 ( +// Equation(s): +// \text_gen|char_ram~49000_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16074_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16018_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16018_q ), + .datad(\text_gen|char_ram~16074_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49000 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49001 ( +// Equation(s): +// \text_gen|char_ram~49001_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49000_combout & ((\text_gen|char_ram~16088_q ))) # (!\text_gen|char_ram~49000_combout & (\text_gen|char_ram~16032_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49000_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16032_q ), + .datac(\text_gen|char_ram~16088_q ), + .datad(\text_gen|char_ram~49000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49001 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53457 ( +// Equation(s): +// \text_gen|char_ram~53457_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53457 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y57_N27 +dffeas \text_gen|char_ram~15626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53456 ( +// Equation(s): +// \text_gen|char_ram~53456_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53456 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y50_N11 +dffeas \text_gen|char_ram~15640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53522 ( +// Equation(s): +// \text_gen|char_ram~53522_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53522 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y43_N3 +dffeas \text_gen|char_ram~15584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53523 ( +// Equation(s): +// \text_gen|char_ram~53523_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53523 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y54_N23 +dffeas \text_gen|char_ram~15570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48993 ( +// Equation(s): +// \text_gen|char_ram~48993_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~15584_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~15570_q ))))) + + .dataa(\text_gen|char_ram~15584_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15570_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48993 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48994 ( +// Equation(s): +// \text_gen|char_ram~48994_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48993_combout & ((\text_gen|char_ram~15640_q ))) # (!\text_gen|char_ram~48993_combout & (\text_gen|char_ram~15626_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48993_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15626_q ), + .datac(\text_gen|char_ram~15640_q ), + .datad(\text_gen|char_ram~48993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48994 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54469 ( +// Equation(s): +// \text_gen|char_ram~54469_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54469 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N15 +dffeas \text_gen|char_ram~15136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54481 ( +// Equation(s): +// \text_gen|char_ram~54481_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54481 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y15_N7 +dffeas \text_gen|char_ram~15192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54533 ( +// Equation(s): +// \text_gen|char_ram~54533_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54533 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y35_N29 +dffeas \text_gen|char_ram~15122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15178feeder ( +// Equation(s): +// \text_gen|char_ram~15178feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15178feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54545 ( +// Equation(s): +// \text_gen|char_ram~54545_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54545 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N25 +dffeas \text_gen|char_ram~15178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48995 ( +// Equation(s): +// \text_gen|char_ram~48995_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~15178_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15122_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15122_q ), + .datad(\text_gen|char_ram~15178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48995 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48996 ( +// Equation(s): +// \text_gen|char_ram~48996_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48995_combout & ((\text_gen|char_ram~15192_q ))) # (!\text_gen|char_ram~48995_combout & (\text_gen|char_ram~15136_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48995_combout )))) + + .dataa(\text_gen|char_ram~15136_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15192_q ), + .datad(\text_gen|char_ram~48995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48996 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14730feeder ( +// Equation(s): +// \text_gen|char_ram~14730feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55582 ( +// Equation(s): +// \text_gen|char_ram~55582_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55582 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y37_N15 +dffeas \text_gen|char_ram~14730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55534 ( +// Equation(s): +// \text_gen|char_ram~55534_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55534 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y44_N23 +dffeas \text_gen|char_ram~14744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55586 ( +// Equation(s): +// \text_gen|char_ram~55586_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55586 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y37_N17 +dffeas \text_gen|char_ram~14674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55538 ( +// Equation(s): +// \text_gen|char_ram~55538_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55538 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y26_N11 +dffeas \text_gen|char_ram~14688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48997 ( +// Equation(s): +// \text_gen|char_ram~48997_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~14688_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14674_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14674_q ), + .datad(\text_gen|char_ram~14688_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48997 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48998 ( +// Equation(s): +// \text_gen|char_ram~48998_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48997_combout & ((\text_gen|char_ram~14744_q ))) # (!\text_gen|char_ram~48997_combout & (\text_gen|char_ram~14730_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48997_combout )))) + + .dataa(\text_gen|char_ram~14730_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14744_q ), + .datad(\text_gen|char_ram~48997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48998 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48999 ( +// Equation(s): +// \text_gen|char_ram~48999_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~48996_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~48998_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48996_combout ), + .datad(\text_gen|char_ram~48998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48999 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49002 ( +// Equation(s): +// \text_gen|char_ram~49002_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48999_combout & (\text_gen|char_ram~49001_combout )) # (!\text_gen|char_ram~48999_combout & ((\text_gen|char_ram~48994_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48999_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~49001_combout ), + .datac(\text_gen|char_ram~48994_combout ), + .datad(\text_gen|char_ram~48999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49002 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54541 ( +// Equation(s): +// \text_gen|char_ram~54541_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54541 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y19_N11 +dffeas \text_gen|char_ram~15010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15066feeder ( +// Equation(s): +// \text_gen|char_ram~15066feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15066feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15066feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15066feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54537 ( +// Equation(s): +// \text_gen|char_ram~54537_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54537 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y19_N13 +dffeas \text_gen|char_ram~15066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15066feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48962 ( +// Equation(s): +// \text_gen|char_ram~48962_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~15066_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15010_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15010_q ), + .datad(\text_gen|char_ram~15066_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48962 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54471 ( +// Equation(s): +// \text_gen|char_ram~54471_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54471 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y19_N5 +dffeas \text_gen|char_ram~15024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15080feeder ( +// Equation(s): +// \text_gen|char_ram~15080feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15080feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15080feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15080feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54483 ( +// Equation(s): +// \text_gen|char_ram~54483_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54483 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y19_N15 +dffeas \text_gen|char_ram~15080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15080feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48963 ( +// Equation(s): +// \text_gen|char_ram~48963_combout = (\text_gen|char_ram~48962_combout & (((\text_gen|char_ram~15080_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48962_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~15024_q ))) + + .dataa(\text_gen|char_ram~48962_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15024_q ), + .datad(\text_gen|char_ram~15080_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48963 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~48963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56039 ( +// Equation(s): +// \text_gen|char_ram~56039_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56039 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y34_N7 +dffeas \text_gen|char_ram~15920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56035 ( +// Equation(s): +// \text_gen|char_ram~56035_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56035 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y27_N25 +dffeas \text_gen|char_ram~15976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56103 ( +// Equation(s): +// \text_gen|char_ram~56103_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56103 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y34_N27 +dffeas \text_gen|char_ram~15906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15962feeder ( +// Equation(s): +// \text_gen|char_ram~15962feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56099 ( +// Equation(s): +// \text_gen|char_ram~56099_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56099 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y31_N17 +dffeas \text_gen|char_ram~15962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48969 ( +// Equation(s): +// \text_gen|char_ram~48969_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~15962_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15906_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15906_q ), + .datad(\text_gen|char_ram~15962_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48969 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48970 ( +// Equation(s): +// \text_gen|char_ram~48970_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48969_combout & ((\text_gen|char_ram~15976_q ))) # (!\text_gen|char_ram~48969_combout & (\text_gen|char_ram~15920_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48969_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15920_q ), + .datac(\text_gen|char_ram~15976_q ), + .datad(\text_gen|char_ram~48969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48970 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14618feeder ( +// Equation(s): +// \text_gen|char_ram~14618feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14618feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55579 ( +// Equation(s): +// \text_gen|char_ram~55579_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55579 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y37_N25 +dffeas \text_gen|char_ram~14618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55531 ( +// Equation(s): +// \text_gen|char_ram~55531_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55531 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y37_N29 +dffeas \text_gen|char_ram~14632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55583 ( +// Equation(s): +// \text_gen|char_ram~55583_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55583 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y37_N23 +dffeas \text_gen|char_ram~14562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55535 ( +// Equation(s): +// \text_gen|char_ram~55535_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55535 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y34_N5 +dffeas \text_gen|char_ram~14576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48966 ( +// Equation(s): +// \text_gen|char_ram~48966_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~14576_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14562_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14562_q ), + .datad(\text_gen|char_ram~14576_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48966 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48967 ( +// Equation(s): +// \text_gen|char_ram~48967_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48966_combout & ((\text_gen|char_ram~14632_q ))) # (!\text_gen|char_ram~48966_combout & (\text_gen|char_ram~14618_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48966_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14618_q ), + .datac(\text_gen|char_ram~14632_q ), + .datad(\text_gen|char_ram~48966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48967 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53515 ( +// Equation(s): +// \text_gen|char_ram~53515_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53515 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N15 +dffeas \text_gen|char_ram~15458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53514 ( +// Equation(s): +// \text_gen|char_ram~53514_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53514 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N29 +dffeas \text_gen|char_ram~15472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48964 ( +// Equation(s): +// \text_gen|char_ram~48964_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~15472_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15458_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15458_q ), + .datad(\text_gen|char_ram~15472_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48964 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53448 ( +// Equation(s): +// \text_gen|char_ram~53448_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53448 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y39_N15 +dffeas \text_gen|char_ram~15528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53449 ( +// Equation(s): +// \text_gen|char_ram~53449_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53449 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y54_N7 +dffeas \text_gen|char_ram~15514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48965 ( +// Equation(s): +// \text_gen|char_ram~48965_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48964_combout & (\text_gen|char_ram~15528_q )) # (!\text_gen|char_ram~48964_combout & ((\text_gen|char_ram~15514_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48964_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48964_combout ), + .datac(\text_gen|char_ram~15528_q ), + .datad(\text_gen|char_ram~15514_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48965 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48968 ( +// Equation(s): +// \text_gen|char_ram~48968_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48965_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48967_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48967_combout ), + .datad(\text_gen|char_ram~48965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48968 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48971 ( +// Equation(s): +// \text_gen|char_ram~48971_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48968_combout & ((\text_gen|char_ram~48970_combout ))) # (!\text_gen|char_ram~48968_combout & (\text_gen|char_ram~48963_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48968_combout )))) + + .dataa(\text_gen|char_ram~48963_combout ), + .datab(\text_gen|char_ram~48970_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~48968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48971 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~48971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49003 ( +// Equation(s): +// \text_gen|char_ram~49003_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48992_combout & (\text_gen|char_ram~49002_combout )) # (!\text_gen|char_ram~48992_combout & ((\text_gen|char_ram~48971_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~48992_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~48992_combout ), + .datac(\text_gen|char_ram~49002_combout ), + .datad(\text_gen|char_ram~48971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49003 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54433 ( +// Equation(s): +// \text_gen|char_ram~54433_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54433 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54509 ( +// Equation(s): +// \text_gen|char_ram~54509_combout = (\text_gen|char_ram~54433_combout & \text_gen|char_ram~52763_combout ) + + .dataa(\text_gen|char_ram~54433_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54509 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y15_N7 +dffeas \text_gen|char_ram~688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54573 ( +// Equation(s): +// \text_gen|char_ram~54573_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54573 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y19_N9 +dffeas \text_gen|char_ram~674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~730feeder ( +// Equation(s): +// \text_gen|char_ram~730feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54569 ( +// Equation(s): +// \text_gen|char_ram~54569_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54569 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y17_N19 +dffeas \text_gen|char_ram~730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49046 ( +// Equation(s): +// \text_gen|char_ram~49046_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~730_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~674_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~674_q ), + .datad(\text_gen|char_ram~730_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49046 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54505 ( +// Equation(s): +// \text_gen|char_ram~54505_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54505 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y12_N13 +dffeas \text_gen|char_ram~744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49047 ( +// Equation(s): +// \text_gen|char_ram~49047_combout = (\text_gen|char_ram~49046_combout & (((\text_gen|char_ram~744_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~49046_combout & (\text_gen|char_ram~688_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~688_q ), + .datab(\text_gen|char_ram~49046_combout ), + .datac(\text_gen|char_ram~744_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49047 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1626feeder ( +// Equation(s): +// \text_gen|char_ram~1626feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56507 ( +// Equation(s): +// \text_gen|char_ram~56507_combout = (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~52718_combout & \text_gen|comb~4_combout )) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(gnd), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56507 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56620 ( +// Equation(s): +// \text_gen|char_ram~56620_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~56507_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~56507_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56620 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y34_N29 +dffeas \text_gen|char_ram~1626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56652 ( +// Equation(s): +// \text_gen|char_ram~56652_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56507_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56652 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y34_N13 +dffeas \text_gen|char_ram~1570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49053 ( +// Equation(s): +// \text_gen|char_ram~49053_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~1626_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~1570_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1626_q ), + .datac(\text_gen|char_ram~1570_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49053 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56556 ( +// Equation(s): +// \text_gen|char_ram~56556_combout = (\text_gen|char_ram~56507_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~56507_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56556 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y26_N7 +dffeas \text_gen|char_ram~1640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1584feeder ( +// Equation(s): +// \text_gen|char_ram~1584feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1584feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1584feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1584feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56588 ( +// Equation(s): +// \text_gen|char_ram~56588_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56507_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~56507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56588 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y26_N3 +dffeas \text_gen|char_ram~1584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1584feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49054 ( +// Equation(s): +// \text_gen|char_ram~49054_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49053_combout & (\text_gen|char_ram~1640_q )) # (!\text_gen|char_ram~49053_combout & ((\text_gen|char_ram~1584_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49053_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49053_combout ), + .datac(\text_gen|char_ram~1640_q ), + .datad(\text_gen|char_ram~1584_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49054 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55480 ( +// Equation(s): +// \text_gen|char_ram~55480_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52893_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55480 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55611 ( +// Equation(s): +// \text_gen|char_ram~55611_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~55480_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~55480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55611 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y42_N9 +dffeas \text_gen|char_ram~282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55547 ( +// Equation(s): +// \text_gen|char_ram~55547_combout = (\text_gen|char_ram~55480_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55480_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55547 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y42_N27 +dffeas \text_gen|char_ram~296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55551 ( +// Equation(s): +// \text_gen|char_ram~55551_combout = (\text_gen|char_ram~55480_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55480_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55551 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y44_N9 +dffeas \text_gen|char_ram~240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55616 ( +// Equation(s): +// \text_gen|char_ram~55616_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55480_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55616 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y42_N11 +dffeas \text_gen|char_ram~226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49050 ( +// Equation(s): +// \text_gen|char_ram~49050_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~240_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~226_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~240_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~226_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49050 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49051 ( +// Equation(s): +// \text_gen|char_ram~49051_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49050_combout & ((\text_gen|char_ram~296_q ))) # (!\text_gen|char_ram~49050_combout & (\text_gen|char_ram~282_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~49050_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~282_q ), + .datac(\text_gen|char_ram~296_q ), + .datad(\text_gen|char_ram~49050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49051 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53463 ( +// Equation(s): +// \text_gen|char_ram~53463_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52893_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~52893_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53463 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53466 ( +// Equation(s): +// \text_gen|char_ram~53466_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53463_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~53463_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53466 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~53466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y49_N27 +dffeas \text_gen|char_ram~1178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53465 ( +// Equation(s): +// \text_gen|char_ram~53465_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53463_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53465 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y49_N25 +dffeas \text_gen|char_ram~1192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53531 ( +// Equation(s): +// \text_gen|char_ram~53531_combout = (\text_gen|char_ram~53463_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53463_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53531 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y49_N21 +dffeas \text_gen|char_ram~1122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1136feeder ( +// Equation(s): +// \text_gen|char_ram~1136feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1136feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1136feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1136feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53530 ( +// Equation(s): +// \text_gen|char_ram~53530_combout = (\text_gen|char_ram~53463_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53463_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53530 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y53_N31 +dffeas \text_gen|char_ram~1136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1136feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49048 ( +// Equation(s): +// \text_gen|char_ram~49048_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1136_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1122_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1122_q ), + .datad(\text_gen|char_ram~1136_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49048 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49049 ( +// Equation(s): +// \text_gen|char_ram~49049_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49048_combout & ((\text_gen|char_ram~1192_q ))) # (!\text_gen|char_ram~49048_combout & (\text_gen|char_ram~1178_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49048_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1178_q ), + .datac(\text_gen|char_ram~1192_q ), + .datad(\text_gen|char_ram~49048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49049 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49052 ( +// Equation(s): +// \text_gen|char_ram~49052_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~49049_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~49051_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~49051_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~49049_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49052 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~49052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49055 ( +// Equation(s): +// \text_gen|char_ram~49055_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49052_combout & ((\text_gen|char_ram~49054_combout ))) # (!\text_gen|char_ram~49052_combout & (\text_gen|char_ram~49047_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49052_combout )))) + + .dataa(\text_gen|char_ram~49047_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49054_combout ), + .datad(\text_gen|char_ram~49052_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49055 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~1472feeder ( +// Equation(s): +// \text_gen|char_ram~1472feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52894 ( +// Equation(s): +// \text_gen|char_ram~52894_combout = (\text_gen|char_ram~52755_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52893_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52894 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56584 ( +// Equation(s): +// \text_gen|char_ram~56584_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52894_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56584 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y29_N1 +dffeas \text_gen|char_ram~1472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52942 ( +// Equation(s): +// \text_gen|char_ram~52942_combout = (\text_gen|char_ram~52785_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52893_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52942 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56616 ( +// Equation(s): +// \text_gen|char_ram~56616_combout = (\text_gen|char_ram~52942_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~52942_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56616 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y34_N19 +dffeas \text_gen|char_ram~1514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52940 ( +// Equation(s): +// \text_gen|char_ram~52940_combout = (\text_gen|char_ram~52783_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52940 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~52940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56648 ( +// Equation(s): +// \text_gen|char_ram~56648_combout = (\text_gen|char_ram~52940_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~52940_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56648 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y34_N13 +dffeas \text_gen|char_ram~1458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49063 ( +// Equation(s): +// \text_gen|char_ram~49063_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~1514_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~1458_q ))))) + + .dataa(\text_gen|char_ram~1514_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1458_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49063 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52896 ( +// Equation(s): +// \text_gen|char_ram~52896_combout = (\text_gen|char_ram~52893_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52757_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52896 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~52896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56552 ( +// Equation(s): +// \text_gen|char_ram~56552_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52896_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56552 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y34_N9 +dffeas \text_gen|char_ram~1528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49064 ( +// Equation(s): +// \text_gen|char_ram~49064_combout = (\text_gen|char_ram~49063_combout & (((\text_gen|char_ram~1528_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~49063_combout & (\text_gen|char_ram~1472_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~1472_q ), + .datab(\text_gen|char_ram~49063_combout ), + .datac(\text_gen|char_ram~1528_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49064 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~576feeder ( +// Equation(s): +// \text_gen|char_ram~576feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~576feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~576feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~576feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54503 ( +// Equation(s): +// \text_gen|char_ram~54503_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52894_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54503 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y11_N13 +dffeas \text_gen|char_ram~576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~576feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54515 ( +// Equation(s): +// \text_gen|char_ram~54515_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52896_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54515 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y7_N21 +dffeas \text_gen|char_ram~632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54570 ( +// Equation(s): +// \text_gen|char_ram~54570_combout = (\text_gen|char_ram~52942_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52942_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54570 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y16_N19 +dffeas \text_gen|char_ram~618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54574 ( +// Equation(s): +// \text_gen|char_ram~54574_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52940_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54574 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y16_N21 +dffeas \text_gen|char_ram~562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49056 ( +// Equation(s): +// \text_gen|char_ram~49056_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~618_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~562_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~618_q ), + .datac(\text_gen|char_ram~562_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49056 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y7_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49057 ( +// Equation(s): +// \text_gen|char_ram~49057_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49056_combout & ((\text_gen|char_ram~632_q ))) # (!\text_gen|char_ram~49056_combout & (\text_gen|char_ram~576_q )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~49056_combout +// )))) + + .dataa(\text_gen|char_ram~576_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~632_q ), + .datad(\text_gen|char_ram~49056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49057 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~170feeder ( +// Equation(s): +// \text_gen|char_ram~170feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~170feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~170feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~170feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55612 ( +// Equation(s): +// \text_gen|char_ram~55612_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52942_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55612 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y42_N27 +dffeas \text_gen|char_ram~170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~170feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55548 ( +// Equation(s): +// \text_gen|char_ram~55548_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52896_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55548 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y42_N23 +dffeas \text_gen|char_ram~184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55615 ( +// Equation(s): +// \text_gen|char_ram~55615_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52940_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55615 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y45_N7 +dffeas \text_gen|char_ram~114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55552 ( +// Equation(s): +// \text_gen|char_ram~55552_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52894_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55552 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y45_N7 +dffeas \text_gen|char_ram~128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49060 ( +// Equation(s): +// \text_gen|char_ram~49060_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~128_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~114_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~114_q ), + .datad(\text_gen|char_ram~128_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49060 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49061 ( +// Equation(s): +// \text_gen|char_ram~49061_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49060_combout & ((\text_gen|char_ram~184_q ))) # (!\text_gen|char_ram~49060_combout & (\text_gen|char_ram~170_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~49060_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~170_q ), + .datac(\text_gen|char_ram~184_q ), + .datad(\text_gen|char_ram~49060_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49061 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53461 ( +// Equation(s): +// \text_gen|char_ram~53461_combout = (\text_gen|char_ram~52942_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52942_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53461 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N13 +dffeas \text_gen|char_ram~1066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53459 ( +// Equation(s): +// \text_gen|char_ram~53459_combout = (\text_gen|char_ram~52896_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53459 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y42_N29 +dffeas \text_gen|char_ram~1080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53527 ( +// Equation(s): +// \text_gen|char_ram~53527_combout = (\text_gen|char_ram~52940_combout & \text_gen|char_ram~53059_combout ) + + .dataa(\text_gen|char_ram~52940_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53527 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y45_N17 +dffeas \text_gen|char_ram~1010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53525 ( +// Equation(s): +// \text_gen|char_ram~53525_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52894_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53525 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y45_N29 +dffeas \text_gen|char_ram~1024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49058 ( +// Equation(s): +// \text_gen|char_ram~49058_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1024_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1010_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1010_q ), + .datad(\text_gen|char_ram~1024_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49058 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49059 ( +// Equation(s): +// \text_gen|char_ram~49059_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49058_combout & ((\text_gen|char_ram~1080_q ))) # (!\text_gen|char_ram~49058_combout & (\text_gen|char_ram~1066_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49058_combout )))) + + .dataa(\text_gen|char_ram~1066_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1080_q ), + .datad(\text_gen|char_ram~49058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49059 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49062 ( +// Equation(s): +// \text_gen|char_ram~49062_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~49059_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~49061_combout )))) + + .dataa(\text_gen|char_ram~49061_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49059_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49062 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~49062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49065 ( +// Equation(s): +// \text_gen|char_ram~49065_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49062_combout & (\text_gen|char_ram~49064_combout )) # (!\text_gen|char_ram~49062_combout & ((\text_gen|char_ram~49057_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49062_combout )))) + + .dataa(\text_gen|char_ram~49064_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49057_combout ), + .datad(\text_gen|char_ram~49062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49065 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52906 ( +// Equation(s): +// \text_gen|char_ram~52906_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52893_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52763_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52893_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52906 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~52906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56592 ( +// Equation(s): +// \text_gen|char_ram~56592_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52906_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56592 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y25_N1 +dffeas \text_gen|char_ram~1360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52908 ( +// Equation(s): +// \text_gen|char_ram~52908_combout = (\text_gen|char_ram~52761_combout & (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52908 .lut_mask = 16'h0800; +defparam \text_gen|char_ram~52908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56560 ( +// Equation(s): +// \text_gen|char_ram~56560_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52908_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56560 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y26_N3 +dffeas \text_gen|char_ram~1416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52946 ( +// Equation(s): +// \text_gen|char_ram~52946_combout = (\text_gen|char_ram~52779_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52893_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52946 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~52946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56656 ( +// Equation(s): +// \text_gen|char_ram~56656_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52946_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56656 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y28_N15 +dffeas \text_gen|char_ram~1346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52948 ( +// Equation(s): +// \text_gen|char_ram~52948_combout = (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52777_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52948 .lut_mask = 16'h4000; +defparam \text_gen|char_ram~52948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56624 ( +// Equation(s): +// \text_gen|char_ram~56624_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52948_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52948_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56624 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y28_N9 +dffeas \text_gen|char_ram~1402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49073 ( +// Equation(s): +// \text_gen|char_ram~49073_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~1402_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1346_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1346_q ), + .datad(\text_gen|char_ram~1402_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49073 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49074 ( +// Equation(s): +// \text_gen|char_ram~49074_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49073_combout & ((\text_gen|char_ram~1416_q ))) # (!\text_gen|char_ram~49073_combout & (\text_gen|char_ram~1360_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49073_combout )))) + + .dataa(\text_gen|char_ram~1360_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1416_q ), + .datad(\text_gen|char_ram~49073_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49074 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~954feeder ( +// Equation(s): +// \text_gen|char_ram~954feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~954feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~954feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~954feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53470 ( +// Equation(s): +// \text_gen|char_ram~53470_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52948_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53470 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y62_N25 +dffeas \text_gen|char_ram~954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~954feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53468 ( +// Equation(s): +// \text_gen|char_ram~53468_combout = (\text_gen|char_ram~52908_combout & \text_gen|char_ram~53059_combout ) + + .dataa(\text_gen|char_ram~52908_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53468 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y58_N1 +dffeas \text_gen|char_ram~968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53533 ( +// Equation(s): +// \text_gen|char_ram~53533_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52906_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53533 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y54_N15 +dffeas \text_gen|char_ram~912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53535 ( +// Equation(s): +// \text_gen|char_ram~53535_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~53059_combout ) + + .dataa(\text_gen|char_ram~52946_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53535 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~53535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y54_N5 +dffeas \text_gen|char_ram~898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49068 ( +// Equation(s): +// \text_gen|char_ram~49068_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~912_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~898_q ))))) + + .dataa(\text_gen|char_ram~912_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~898_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49068 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49069 ( +// Equation(s): +// \text_gen|char_ram~49069_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49068_combout & ((\text_gen|char_ram~968_q ))) # (!\text_gen|char_ram~49068_combout & (\text_gen|char_ram~954_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~49068_combout +// )))) + + .dataa(\text_gen|char_ram~954_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~968_q ), + .datad(\text_gen|char_ram~49068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49069 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55613 ( +// Equation(s): +// \text_gen|char_ram~55613_combout = (\text_gen|char_ram~52948_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52948_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55613 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y42_N7 +dffeas \text_gen|char_ram~58 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~58_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~58 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~58 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55549 ( +// Equation(s): +// \text_gen|char_ram~55549_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52908_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55549 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y42_N13 +dffeas \text_gen|char_ram~72 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~72_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~72 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~72 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55617 ( +// Equation(s): +// \text_gen|char_ram~55617_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~52946_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55617 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y46_N15 +dffeas \text_gen|char_ram~2 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55553 ( +// Equation(s): +// \text_gen|char_ram~55553_combout = (\text_gen|char_ram~52906_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52906_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55553 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y46_N29 +dffeas \text_gen|char_ram~16 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49070 ( +// Equation(s): +// \text_gen|char_ram~49070_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2_q ), + .datad(\text_gen|char_ram~16_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49070 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49071 ( +// Equation(s): +// \text_gen|char_ram~49071_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49070_combout & ((\text_gen|char_ram~72_q ))) # (!\text_gen|char_ram~49070_combout & (\text_gen|char_ram~58_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~49070_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~58_q ), + .datac(\text_gen|char_ram~72_q ), + .datad(\text_gen|char_ram~49070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49071 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49072 ( +// Equation(s): +// \text_gen|char_ram~49072_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~49069_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~49071_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49069_combout ), + .datad(\text_gen|char_ram~49071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49072 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54511 ( +// Equation(s): +// \text_gen|char_ram~54511_combout = (\text_gen|char_ram~52906_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52906_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54511 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y19_N3 +dffeas \text_gen|char_ram~464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54575 ( +// Equation(s): +// \text_gen|char_ram~54575_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52946_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54575 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y16_N9 +dffeas \text_gen|char_ram~450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54571 ( +// Equation(s): +// \text_gen|char_ram~54571_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52948_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54571 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y16_N19 +dffeas \text_gen|char_ram~506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49066 ( +// Equation(s): +// \text_gen|char_ram~49066_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~506_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~450_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~450_q ), + .datad(\text_gen|char_ram~506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49066 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54507 ( +// Equation(s): +// \text_gen|char_ram~54507_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52908_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52908_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54507 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y11_N19 +dffeas \text_gen|char_ram~520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49067 ( +// Equation(s): +// \text_gen|char_ram~49067_combout = (\text_gen|char_ram~49066_combout & (((\text_gen|char_ram~520_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~49066_combout & (\text_gen|char_ram~464_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~464_q ), + .datab(\text_gen|char_ram~49066_combout ), + .datac(\text_gen|char_ram~520_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~49067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49067 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~49067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49075 ( +// Equation(s): +// \text_gen|char_ram~49075_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49072_combout & (\text_gen|char_ram~49074_combout )) # (!\text_gen|char_ram~49072_combout & ((\text_gen|char_ram~49067_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49072_combout )))) + + .dataa(\text_gen|char_ram~49074_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49072_combout ), + .datad(\text_gen|char_ram~49067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49075 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~49075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49076 ( +// Equation(s): +// \text_gen|char_ram~49076_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~49065_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~49075_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~49065_combout ), + .datad(\text_gen|char_ram~49075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49076 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54501 ( +// Equation(s): +// \text_gen|char_ram~54501_combout = (\text_gen|char_ram~54433_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54433_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54501 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y16_N17 +dffeas \text_gen|char_ram~800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54513 ( +// Equation(s): +// \text_gen|char_ram~54513_combout = (\text_gen|char_ram~54433_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54433_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54513 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y16_N5 +dffeas \text_gen|char_ram~856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54576 ( +// Equation(s): +// \text_gen|char_ram~54576_combout = (\text_gen|char_ram~54433_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54433_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54576 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y16_N15 +dffeas \text_gen|char_ram~786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~842feeder ( +// Equation(s): +// \text_gen|char_ram~842feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54572 ( +// Equation(s): +// \text_gen|char_ram~54572_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54572 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y16_N17 +dffeas \text_gen|char_ram~842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49077 ( +// Equation(s): +// \text_gen|char_ram~49077_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~842_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~786_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~786_q ), + .datad(\text_gen|char_ram~842_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49077 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49078 ( +// Equation(s): +// \text_gen|char_ram~49078_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49077_combout & ((\text_gen|char_ram~856_q ))) # (!\text_gen|char_ram~49077_combout & (\text_gen|char_ram~800_q )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~49077_combout +// )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~800_q ), + .datac(\text_gen|char_ram~856_q ), + .datad(\text_gen|char_ram~49077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49078 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56596 ( +// Equation(s): +// \text_gen|char_ram~56596_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~56507_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~56507_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56596 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y23_N17 +dffeas \text_gen|char_ram~1696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56564 ( +// Equation(s): +// \text_gen|char_ram~56564_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~56507_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~56507_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56564 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y26_N9 +dffeas \text_gen|char_ram~1752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56628 ( +// Equation(s): +// \text_gen|char_ram~56628_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56507_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56628 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y30_N23 +dffeas \text_gen|char_ram~1738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56660 ( +// Equation(s): +// \text_gen|char_ram~56660_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~56507_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56660 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y34_N5 +dffeas \text_gen|char_ram~1682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49084 ( +// Equation(s): +// \text_gen|char_ram~49084_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~1738_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~1682_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1738_q ), + .datac(\text_gen|char_ram~1682_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49084 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49085 ( +// Equation(s): +// \text_gen|char_ram~49085_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49084_combout & ((\text_gen|char_ram~1752_q ))) # (!\text_gen|char_ram~49084_combout & (\text_gen|char_ram~1696_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49084_combout )))) + + .dataa(\text_gen|char_ram~1696_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1752_q ), + .datad(\text_gen|char_ram~49084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49085 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53539 ( +// Equation(s): +// \text_gen|char_ram~53539_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53463_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53539 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y56_N17 +dffeas \text_gen|char_ram~1234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53538 ( +// Equation(s): +// \text_gen|char_ram~53538_combout = (\text_gen|char_ram~53463_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53463_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53538 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y56_N23 +dffeas \text_gen|char_ram~1248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49079 ( +// Equation(s): +// \text_gen|char_ram~49079_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~1248_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1234_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1234_q ), + .datad(\text_gen|char_ram~1248_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49079 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53473 ( +// Equation(s): +// \text_gen|char_ram~53473_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53463_combout ) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~53463_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53473 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~53473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y57_N3 +dffeas \text_gen|char_ram~1304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53474 ( +// Equation(s): +// \text_gen|char_ram~53474_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53463_combout ) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53474 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y57_N15 +dffeas \text_gen|char_ram~1290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49080 ( +// Equation(s): +// \text_gen|char_ram~49080_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49079_combout & (\text_gen|char_ram~1304_q )) # (!\text_gen|char_ram~49079_combout & ((\text_gen|char_ram~1290_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~49079_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~49079_combout ), + .datac(\text_gen|char_ram~1304_q ), + .datad(\text_gen|char_ram~1290_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49080 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~394feeder ( +// Equation(s): +// \text_gen|char_ram~394feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~394feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~394feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~394feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55614 ( +// Equation(s): +// \text_gen|char_ram~55614_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55480_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55614 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y42_N9 +dffeas \text_gen|char_ram~394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~394feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55550 ( +// Equation(s): +// \text_gen|char_ram~55550_combout = (\text_gen|char_ram~55480_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55480_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55550 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N15 +dffeas \text_gen|char_ram~408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55554 ( +// Equation(s): +// \text_gen|char_ram~55554_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55480_combout ) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55554 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y43_N31 +dffeas \text_gen|char_ram~352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55618 ( +// Equation(s): +// \text_gen|char_ram~55618_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55480_combout ) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55480_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55618 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y42_N27 +dffeas \text_gen|char_ram~338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49081 ( +// Equation(s): +// \text_gen|char_ram~49081_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~352_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~338_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~352_q ), + .datac(\text_gen|char_ram~338_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49081 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~49081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49082 ( +// Equation(s): +// \text_gen|char_ram~49082_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49081_combout & ((\text_gen|char_ram~408_q ))) # (!\text_gen|char_ram~49081_combout & (\text_gen|char_ram~394_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~49081_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~394_q ), + .datac(\text_gen|char_ram~408_q ), + .datad(\text_gen|char_ram~49081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49082 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49083 ( +// Equation(s): +// \text_gen|char_ram~49083_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~49080_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~49082_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49080_combout ), + .datad(\text_gen|char_ram~49082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49083 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49086 ( +// Equation(s): +// \text_gen|char_ram~49086_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49083_combout & ((\text_gen|char_ram~49085_combout ))) # (!\text_gen|char_ram~49083_combout & (\text_gen|char_ram~49078_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49083_combout )))) + + .dataa(\text_gen|char_ram~49078_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49085_combout ), + .datad(\text_gen|char_ram~49083_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49086 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49087 ( +// Equation(s): +// \text_gen|char_ram~49087_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~49076_combout & ((\text_gen|char_ram~49086_combout ))) # (!\text_gen|char_ram~49076_combout & (\text_gen|char_ram~49055_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~49076_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~49055_combout ), + .datac(\text_gen|char_ram~49076_combout ), + .datad(\text_gen|char_ram~49086_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49087 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~49087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8752feeder ( +// Equation(s): +// \text_gen|char_ram~8752feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8752feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8752feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8752feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56353 ( +// Equation(s): +// \text_gen|char_ram~56353_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56353 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y32_N15 +dffeas \text_gen|char_ram~8752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8752feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56305 ( +// Equation(s): +// \text_gen|char_ram~56305_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56305 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y32_N7 +dffeas \text_gen|char_ram~8808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56389 ( +// Equation(s): +// \text_gen|char_ram~56389_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56389 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y34_N29 +dffeas \text_gen|char_ram~8738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56325 ( +// Equation(s): +// \text_gen|char_ram~56325_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56325 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y34_N15 +dffeas \text_gen|char_ram~8794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49021 ( +// Equation(s): +// \text_gen|char_ram~49021_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8794_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8738_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8738_q ), + .datad(\text_gen|char_ram~8794_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49021 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49022 ( +// Equation(s): +// \text_gen|char_ram~49022_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49021_combout & ((\text_gen|char_ram~8808_q ))) # (!\text_gen|char_ram~49021_combout & (\text_gen|char_ram~8752_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49021_combout )))) + + .dataa(\text_gen|char_ram~8752_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8808_q ), + .datad(\text_gen|char_ram~49021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49022 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7856feeder ( +// Equation(s): +// \text_gen|char_ram~7856feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7856feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7856feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7856feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54493 ( +// Equation(s): +// \text_gen|char_ram~54493_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54493 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y23_N31 +dffeas \text_gen|char_ram~7856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7856feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54485 ( +// Equation(s): +// \text_gen|char_ram~54485_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54485 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N1 +dffeas \text_gen|char_ram~7912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54551 ( +// Equation(s): +// \text_gen|char_ram~54551_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54551 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y16_N21 +dffeas \text_gen|char_ram~7842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54563 ( +// Equation(s): +// \text_gen|char_ram~54563_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54563 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y16_N7 +dffeas \text_gen|char_ram~7898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49014 ( +// Equation(s): +// \text_gen|char_ram~49014_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~7898_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7842_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7842_q ), + .datad(\text_gen|char_ram~7898_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49014 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49015 ( +// Equation(s): +// \text_gen|char_ram~49015_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49014_combout & ((\text_gen|char_ram~7912_q ))) # (!\text_gen|char_ram~49014_combout & (\text_gen|char_ram~7856_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49014_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7856_q ), + .datac(\text_gen|char_ram~7912_q ), + .datad(\text_gen|char_ram~49014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49015 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55595 ( +// Equation(s): +// \text_gen|char_ram~55595_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55595 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y40_N17 +dffeas \text_gen|char_ram~7450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55599 ( +// Equation(s): +// \text_gen|char_ram~55599_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55599 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y47_N21 +dffeas \text_gen|char_ram~7394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7408feeder ( +// Equation(s): +// \text_gen|char_ram~7408feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7408feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55519 ( +// Equation(s): +// \text_gen|char_ram~55519_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55519 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y47_N17 +dffeas \text_gen|char_ram~7408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49018 ( +// Equation(s): +// \text_gen|char_ram~49018_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~7408_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7394_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7394_q ), + .datad(\text_gen|char_ram~7408_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49018 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7464feeder ( +// Equation(s): +// \text_gen|char_ram~7464feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7464feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55515 ( +// Equation(s): +// \text_gen|char_ram~55515_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55515 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y46_N29 +dffeas \text_gen|char_ram~7464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49019 ( +// Equation(s): +// \text_gen|char_ram~49019_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49018_combout & ((\text_gen|char_ram~7464_q ))) # (!\text_gen|char_ram~49018_combout & (\text_gen|char_ram~7450_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49018_combout )))) + + .dataa(\text_gen|char_ram~7450_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49018_combout ), + .datad(\text_gen|char_ram~7464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49019 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~49019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53429 ( +// Equation(s): +// \text_gen|char_ram~53429_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53429 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y32_N29 +dffeas \text_gen|char_ram~8346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53428 ( +// Equation(s): +// \text_gen|char_ram~53428_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53428 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y32_N7 +dffeas \text_gen|char_ram~8360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53495 ( +// Equation(s): +// \text_gen|char_ram~53495_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53495 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y54_N15 +dffeas \text_gen|char_ram~8290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53494 ( +// Equation(s): +// \text_gen|char_ram~53494_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53494 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y54_N25 +dffeas \text_gen|char_ram~8304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49016 ( +// Equation(s): +// \text_gen|char_ram~49016_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~8304_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8290_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8290_q ), + .datad(\text_gen|char_ram~8304_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49016 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49017 ( +// Equation(s): +// \text_gen|char_ram~49017_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49016_combout & ((\text_gen|char_ram~8360_q ))) # (!\text_gen|char_ram~49016_combout & (\text_gen|char_ram~8346_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49016_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8346_q ), + .datac(\text_gen|char_ram~8360_q ), + .datad(\text_gen|char_ram~49016_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49017 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49020 ( +// Equation(s): +// \text_gen|char_ram~49020_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~49017_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~49019_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49019_combout ), + .datad(\text_gen|char_ram~49017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49020 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49023 ( +// Equation(s): +// \text_gen|char_ram~49023_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49020_combout & (\text_gen|char_ram~49022_combout )) # (!\text_gen|char_ram~49020_combout & ((\text_gen|char_ram~49015_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49020_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49022_combout ), + .datac(\text_gen|char_ram~49015_combout ), + .datad(\text_gen|char_ram~49020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49023 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52789 ( +// Equation(s): +// \text_gen|char_ram~52789_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52722_combout & \text_gen|char_ram~52779_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52722_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52789 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54559 ( +// Equation(s): +// \text_gen|char_ram~54559_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52789_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54559 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y17_N13 +dffeas \text_gen|char_ram~7618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7674feeder ( +// Equation(s): +// \text_gen|char_ram~7674feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7674feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52791 ( +// Equation(s): +// \text_gen|char_ram~52791_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52791 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54555 ( +// Equation(s): +// \text_gen|char_ram~54555_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52791_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54555 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y16_N1 +dffeas \text_gen|char_ram~7674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49024 ( +// Equation(s): +// \text_gen|char_ram~49024_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~7674_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7618_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7618_q ), + .datad(\text_gen|char_ram~7674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49024 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52769 ( +// Equation(s): +// \text_gen|char_ram~52769_combout = (\text_gen|char_ram~52722_combout & (\text_gen|char_ram~52761_combout & (\text_gen|comb~4_combout & !\text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|char_ram~52722_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52769 .lut_mask = 16'h0080; +defparam \text_gen|char_ram~52769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54487 ( +// Equation(s): +// \text_gen|char_ram~54487_combout = (\text_gen|char_ram~52769_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52769_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54487 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y14_N19 +dffeas \text_gen|char_ram~7688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7632feeder ( +// Equation(s): +// \text_gen|char_ram~7632feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7632feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7632feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7632feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52767 ( +// Equation(s): +// \text_gen|char_ram~52767_combout = (\text_gen|comb~4_combout & (!\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52722_combout & \text_gen|char_ram~52763_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52722_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52767 .lut_mask = 16'h2000; +defparam \text_gen|char_ram~52767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54495 ( +// Equation(s): +// \text_gen|char_ram~54495_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52767_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54495 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y14_N25 +dffeas \text_gen|char_ram~7632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7632feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49025 ( +// Equation(s): +// \text_gen|char_ram~49025_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49024_combout & (\text_gen|char_ram~7688_q )) # (!\text_gen|char_ram~49024_combout & ((\text_gen|char_ram~7632_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~49024_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~49024_combout ), + .datac(\text_gen|char_ram~7688_q ), + .datad(\text_gen|char_ram~7632_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49025 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56361 ( +// Equation(s): +// \text_gen|char_ram~56361_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52767_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56361 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y31_N7 +dffeas \text_gen|char_ram~8528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56313 ( +// Equation(s): +// \text_gen|char_ram~56313_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52769_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56313 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y31_N9 +dffeas \text_gen|char_ram~8584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56393 ( +// Equation(s): +// \text_gen|char_ram~56393_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52789_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56393 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y28_N11 +dffeas \text_gen|char_ram~8514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8570feeder ( +// Equation(s): +// \text_gen|char_ram~8570feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8570feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56329 ( +// Equation(s): +// \text_gen|char_ram~56329_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52791_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56329 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y30_N29 +dffeas \text_gen|char_ram~8570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~49031 ( +// Equation(s): +// \text_gen|char_ram~49031_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8570_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8514_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8514_q ), + .datad(\text_gen|char_ram~8570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49031 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49032 ( +// Equation(s): +// \text_gen|char_ram~49032_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49031_combout & ((\text_gen|char_ram~8584_q ))) # (!\text_gen|char_ram~49031_combout & (\text_gen|char_ram~8528_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49031_combout )))) + + .dataa(\text_gen|char_ram~8528_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8584_q ), + .datad(\text_gen|char_ram~49031_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49032 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y87_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53437 ( +// Equation(s): +// \text_gen|char_ram~53437_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52791_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53437 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N21 +dffeas \text_gen|char_ram~8122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53435 ( +// Equation(s): +// \text_gen|char_ram~53435_combout = (\text_gen|char_ram~52769_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52769_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53435 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y54_N5 +dffeas \text_gen|char_ram~8136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53503 ( +// Equation(s): +// \text_gen|char_ram~53503_combout = (\text_gen|char_ram~52789_combout & \text_gen|char_ram~53059_combout ) + + .dataa(\text_gen|char_ram~52789_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53503 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y57_N15 +dffeas \text_gen|char_ram~8066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8080feeder ( +// Equation(s): +// \text_gen|char_ram~8080feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8080feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8080feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8080feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53501 ( +// Equation(s): +// \text_gen|char_ram~53501_combout = (\text_gen|char_ram~52767_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52767_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53501 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y57_N25 +dffeas \text_gen|char_ram~8080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8080feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49026 ( +// Equation(s): +// \text_gen|char_ram~49026_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~8080_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8066_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8066_q ), + .datad(\text_gen|char_ram~8080_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49026 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49027 ( +// Equation(s): +// \text_gen|char_ram~49027_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49026_combout & ((\text_gen|char_ram~8136_q ))) # (!\text_gen|char_ram~49026_combout & (\text_gen|char_ram~8122_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49026_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8122_q ), + .datac(\text_gen|char_ram~8136_q ), + .datad(\text_gen|char_ram~49026_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49027 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7226feeder ( +// Equation(s): +// \text_gen|char_ram~7226feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55597 ( +// Equation(s): +// \text_gen|char_ram~55597_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~52791_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55597 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N11 +dffeas \text_gen|char_ram~7226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55517 ( +// Equation(s): +// \text_gen|char_ram~55517_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52769_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55517 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y46_N17 +dffeas \text_gen|char_ram~7240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55521 ( +// Equation(s): +// \text_gen|char_ram~55521_combout = (\text_gen|char_ram~52767_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52767_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55521 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y44_N5 +dffeas \text_gen|char_ram~7184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55601 ( +// Equation(s): +// \text_gen|char_ram~55601_combout = (\text_gen|char_ram~52789_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52789_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55601 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y47_N13 +dffeas \text_gen|char_ram~7170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49028 ( +// Equation(s): +// \text_gen|char_ram~49028_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7184_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~7170_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~7184_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7170_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49028 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~49029 ( +// Equation(s): +// \text_gen|char_ram~49029_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49028_combout & ((\text_gen|char_ram~7240_q ))) # (!\text_gen|char_ram~49028_combout & (\text_gen|char_ram~7226_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49028_combout )))) + + .dataa(\text_gen|char_ram~7226_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7240_q ), + .datad(\text_gen|char_ram~49028_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49029 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49030 ( +// Equation(s): +// \text_gen|char_ram~49030_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~49027_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~49029_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49027_combout ), + .datad(\text_gen|char_ram~49029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49030 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49033 ( +// Equation(s): +// \text_gen|char_ram~49033_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~49030_combout & ((\text_gen|char_ram~49032_combout ))) # (!\text_gen|char_ram~49030_combout & (\text_gen|char_ram~49025_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~49030_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~49025_combout ), + .datac(\text_gen|char_ram~49032_combout ), + .datad(\text_gen|char_ram~49030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49033 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49034 ( +// Equation(s): +// \text_gen|char_ram~49034_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~49023_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~49033_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~49023_combout ), + .datad(\text_gen|char_ram~49033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49034 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~49034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56365 ( +// Equation(s): +// \text_gen|char_ram~56365_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56365 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y32_N5 +dffeas \text_gen|char_ram~8864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56317 ( +// Equation(s): +// \text_gen|char_ram~56317_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56317 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N23 +dffeas \text_gen|char_ram~8920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56397 ( +// Equation(s): +// \text_gen|char_ram~56397_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56397 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y34_N9 +dffeas \text_gen|char_ram~8850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8906feeder ( +// Equation(s): +// \text_gen|char_ram~8906feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8906feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8906feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8906feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56333 ( +// Equation(s): +// \text_gen|char_ram~56333_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56333 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y30_N19 +dffeas \text_gen|char_ram~8906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8906feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~49042 ( +// Equation(s): +// \text_gen|char_ram~49042_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8906_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8850_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8850_q ), + .datad(\text_gen|char_ram~8906_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49042 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49043 ( +// Equation(s): +// \text_gen|char_ram~49043_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49042_combout & ((\text_gen|char_ram~8920_q ))) # (!\text_gen|char_ram~49042_combout & (\text_gen|char_ram~8864_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49042_combout )))) + + .dataa(\text_gen|char_ram~8864_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8920_q ), + .datad(\text_gen|char_ram~49042_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49043 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53441 ( +// Equation(s): +// \text_gen|char_ram~53441_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53441 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N7 +dffeas \text_gen|char_ram~8458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53440 ( +// Equation(s): +// \text_gen|char_ram~53440_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53440 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y53_N5 +dffeas \text_gen|char_ram~8472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y68_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53507 ( +// Equation(s): +// \text_gen|char_ram~53507_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53507 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y53_N19 +dffeas \text_gen|char_ram~8402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~8416feeder ( +// Equation(s): +// \text_gen|char_ram~8416feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8416feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8416feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8416feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53506 ( +// Equation(s): +// \text_gen|char_ram~53506_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53506 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y57_N31 +dffeas \text_gen|char_ram~8416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8416feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49035 ( +// Equation(s): +// \text_gen|char_ram~49035_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~8416_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8402_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8402_q ), + .datad(\text_gen|char_ram~8416_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49035 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49036 ( +// Equation(s): +// \text_gen|char_ram~49036_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49035_combout & ((\text_gen|char_ram~8472_q ))) # (!\text_gen|char_ram~49035_combout & (\text_gen|char_ram~8458_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49035_combout )))) + + .dataa(\text_gen|char_ram~8458_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8472_q ), + .datad(\text_gen|char_ram~49035_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49036 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7562feeder ( +// Equation(s): +// \text_gen|char_ram~7562feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55598 ( +// Equation(s): +// \text_gen|char_ram~55598_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55598 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y44_N27 +dffeas \text_gen|char_ram~7562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55518 ( +// Equation(s): +// \text_gen|char_ram~55518_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55518 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y44_N23 +dffeas \text_gen|char_ram~7576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55602 ( +// Equation(s): +// \text_gen|char_ram~55602_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55602 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y44_N13 +dffeas \text_gen|char_ram~7506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7520feeder ( +// Equation(s): +// \text_gen|char_ram~7520feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7520feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55522 ( +// Equation(s): +// \text_gen|char_ram~55522_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55522 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y49_N7 +dffeas \text_gen|char_ram~7520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49039 ( +// Equation(s): +// \text_gen|char_ram~49039_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~7520_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7506_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7506_q ), + .datad(\text_gen|char_ram~7520_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49039 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49040 ( +// Equation(s): +// \text_gen|char_ram~49040_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49039_combout & ((\text_gen|char_ram~7576_q ))) # (!\text_gen|char_ram~49039_combout & (\text_gen|char_ram~7562_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49039_combout )))) + + .dataa(\text_gen|char_ram~7562_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7576_q ), + .datad(\text_gen|char_ram~49039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49040 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7968feeder ( +// Equation(s): +// \text_gen|char_ram~7968feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7968feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7968feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7968feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54496 ( +// Equation(s): +// \text_gen|char_ram~54496_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54496 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y14_N11 +dffeas \text_gen|char_ram~7968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7968feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54488 ( +// Equation(s): +// \text_gen|char_ram~54488_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54488 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N7 +dffeas \text_gen|char_ram~8024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54549 ( +// Equation(s): +// \text_gen|char_ram~54549_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54549 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y12_N7 +dffeas \text_gen|char_ram~7954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8010feeder ( +// Equation(s): +// \text_gen|char_ram~8010feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8010feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54561 ( +// Equation(s): +// \text_gen|char_ram~54561_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54561 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y12_N7 +dffeas \text_gen|char_ram~8010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49037 ( +// Equation(s): +// \text_gen|char_ram~49037_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8010_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7954_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7954_q ), + .datad(\text_gen|char_ram~8010_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49037 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~49038 ( +// Equation(s): +// \text_gen|char_ram~49038_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49037_combout & ((\text_gen|char_ram~8024_q ))) # (!\text_gen|char_ram~49037_combout & (\text_gen|char_ram~7968_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49037_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7968_q ), + .datac(\text_gen|char_ram~8024_q ), + .datad(\text_gen|char_ram~49037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49038 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49041 ( +// Equation(s): +// \text_gen|char_ram~49041_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~49038_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~49040_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~49040_combout ), + .datad(\text_gen|char_ram~49038_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49041 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49044 ( +// Equation(s): +// \text_gen|char_ram~49044_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49041_combout & (\text_gen|char_ram~49043_combout )) # (!\text_gen|char_ram~49041_combout & ((\text_gen|char_ram~49036_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49041_combout )))) + + .dataa(\text_gen|char_ram~49043_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49036_combout ), + .datad(\text_gen|char_ram~49041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49044 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56357 ( +// Equation(s): +// \text_gen|char_ram~56357_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56357 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y34_N31 +dffeas \text_gen|char_ram~8640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56309 ( +// Equation(s): +// \text_gen|char_ram~56309_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56309 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y34_N25 +dffeas \text_gen|char_ram~8696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56385 ( +// Equation(s): +// \text_gen|char_ram~56385_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56385 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y34_N27 +dffeas \text_gen|char_ram~8626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~8682feeder ( +// Equation(s): +// \text_gen|char_ram~8682feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8682feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8682feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8682feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56321 ( +// Equation(s): +// \text_gen|char_ram~56321_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56321 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y33_N31 +dffeas \text_gen|char_ram~8682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8682feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49011 ( +// Equation(s): +// \text_gen|char_ram~49011_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8682_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8626_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8626_q ), + .datad(\text_gen|char_ram~8682_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49011 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49012 ( +// Equation(s): +// \text_gen|char_ram~49012_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49011_combout & ((\text_gen|char_ram~8696_q ))) # (!\text_gen|char_ram~49011_combout & (\text_gen|char_ram~8640_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49011_combout )))) + + .dataa(\text_gen|char_ram~8640_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8696_q ), + .datad(\text_gen|char_ram~49011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49012 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8234feeder ( +// Equation(s): +// \text_gen|char_ram~8234feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53433 ( +// Equation(s): +// \text_gen|char_ram~53433_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53433 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y56_N21 +dffeas \text_gen|char_ram~8234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53431 ( +// Equation(s): +// \text_gen|char_ram~53431_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53431 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y36_N27 +dffeas \text_gen|char_ram~8248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53497 ( +// Equation(s): +// \text_gen|char_ram~53497_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53497 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y53_N31 +dffeas \text_gen|char_ram~8192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53499 ( +// Equation(s): +// \text_gen|char_ram~53499_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53499 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y52_N13 +dffeas \text_gen|char_ram~8178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~49004 ( +// Equation(s): +// \text_gen|char_ram~49004_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8192_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~8178_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~8192_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8178_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~49004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49004 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49005 ( +// Equation(s): +// \text_gen|char_ram~49005_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49004_combout & ((\text_gen|char_ram~8248_q ))) # (!\text_gen|char_ram~49004_combout & (\text_gen|char_ram~8234_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49004_combout )))) + + .dataa(\text_gen|char_ram~8234_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8248_q ), + .datad(\text_gen|char_ram~49004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49005 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7744feeder ( +// Equation(s): +// \text_gen|char_ram~7744feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54494 ( +// Equation(s): +// \text_gen|char_ram~54494_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54494 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y14_N3 +dffeas \text_gen|char_ram~7744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54486 ( +// Equation(s): +// \text_gen|char_ram~54486_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54486 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y14_N31 +dffeas \text_gen|char_ram~7800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54557 ( +// Equation(s): +// \text_gen|char_ram~54557_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54557 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y17_N29 +dffeas \text_gen|char_ram~7730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7786feeder ( +// Equation(s): +// \text_gen|char_ram~7786feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7786feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7786feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7786feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54553 ( +// Equation(s): +// \text_gen|char_ram~54553_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54553 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y18_N29 +dffeas \text_gen|char_ram~7786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7786feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49006 ( +// Equation(s): +// \text_gen|char_ram~49006_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~7786_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7730_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7730_q ), + .datad(\text_gen|char_ram~7786_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49006 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49007 ( +// Equation(s): +// \text_gen|char_ram~49007_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~49006_combout & ((\text_gen|char_ram~7800_q ))) # (!\text_gen|char_ram~49006_combout & (\text_gen|char_ram~7744_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~49006_combout )))) + + .dataa(\text_gen|char_ram~7744_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7800_q ), + .datad(\text_gen|char_ram~49006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49007 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7338feeder ( +// Equation(s): +// \text_gen|char_ram~7338feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55596 ( +// Equation(s): +// \text_gen|char_ram~55596_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55596 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y41_N17 +dffeas \text_gen|char_ram~7338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55516 ( +// Equation(s): +// \text_gen|char_ram~55516_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55516 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y34_N19 +dffeas \text_gen|char_ram~7352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55600 ( +// Equation(s): +// \text_gen|char_ram~55600_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55600 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y40_N31 +dffeas \text_gen|char_ram~7282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7296feeder ( +// Equation(s): +// \text_gen|char_ram~7296feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7296feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55520 ( +// Equation(s): +// \text_gen|char_ram~55520_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55520 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y43_N31 +dffeas \text_gen|char_ram~7296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~49008 ( +// Equation(s): +// \text_gen|char_ram~49008_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~7296_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7282_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7282_q ), + .datad(\text_gen|char_ram~7296_q ), + .cin(gnd), + .combout(\text_gen|char_ram~49008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49008 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49009 ( +// Equation(s): +// \text_gen|char_ram~49009_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49008_combout & ((\text_gen|char_ram~7352_q ))) # (!\text_gen|char_ram~49008_combout & (\text_gen|char_ram~7338_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49008_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7338_q ), + .datac(\text_gen|char_ram~7352_q ), + .datad(\text_gen|char_ram~49008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49009 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49010 ( +// Equation(s): +// \text_gen|char_ram~49010_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~49007_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~49009_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~49007_combout ), + .datad(\text_gen|char_ram~49009_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49010 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~49010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49013 ( +// Equation(s): +// \text_gen|char_ram~49013_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~49010_combout & (\text_gen|char_ram~49012_combout )) # (!\text_gen|char_ram~49010_combout & ((\text_gen|char_ram~49005_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~49010_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~49012_combout ), + .datac(\text_gen|char_ram~49005_combout ), + .datad(\text_gen|char_ram~49010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49013 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~49045 ( +// Equation(s): +// \text_gen|char_ram~49045_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~49034_combout & (\text_gen|char_ram~49044_combout )) # (!\text_gen|char_ram~49034_combout & ((\text_gen|char_ram~49013_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~49034_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~49034_combout ), + .datac(\text_gen|char_ram~49044_combout ), + .datad(\text_gen|char_ram~49013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49045 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~49045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49088 ( +// Equation(s): +// \text_gen|char_ram~49088_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~49045_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~49087_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~49087_combout ), + .datad(\text_gen|char_ram~49045_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49088 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~49088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49131 ( +// Equation(s): +// \text_gen|char_ram~49131_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~49088_combout & (\text_gen|char_ram~49130_combout )) # (!\text_gen|char_ram~49088_combout & ((\text_gen|char_ram~49003_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~49088_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~49130_combout ), + .datac(\text_gen|char_ram~49003_combout ), + .datad(\text_gen|char_ram~49088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49131 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52976 ( +// Equation(s): +// \text_gen|char_ram~52976_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52975_combout & \text_gen|char_ram~52718_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|char_ram~52718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52976 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53039 ( +// Equation(s): +// \text_gen|char_ram~53039_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52976_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53039 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y53_N15 +dffeas \text_gen|char_ram~24530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53037 ( +// Equation(s): +// \text_gen|char_ram~53037_combout = (\text_gen|char_ram~52976_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52976_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53037 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N9 +dffeas \text_gen|char_ram~24544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48950 ( +// Equation(s): +// \text_gen|char_ram~48950_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~24544_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24530_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24530_q ), + .datad(\text_gen|char_ram~24544_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48950 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52996 ( +// Equation(s): +// \text_gen|char_ram~52996_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52976_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52996 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y58_N29 +dffeas \text_gen|char_ram~24600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24586feeder ( +// Equation(s): +// \text_gen|char_ram~24586feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52998 ( +// Equation(s): +// \text_gen|char_ram~52998_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52976_combout ) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52998 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y60_N29 +dffeas \text_gen|char_ram~24586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48951 ( +// Equation(s): +// \text_gen|char_ram~48951_combout = (\text_gen|char_ram~48950_combout & (((\text_gen|char_ram~24600_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48950_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~24586_q )))) + + .dataa(\text_gen|char_ram~48950_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24600_q ), + .datad(\text_gen|char_ram~24586_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48951 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56813 ( +// Equation(s): +// \text_gen|char_ram~56813_combout = (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~55967_combout ))) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56813 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56934 ( +// Equation(s): +// \text_gen|char_ram~56934_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~56813_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56934 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y29_N11 +dffeas \text_gen|char_ram~24992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56874 ( +// Equation(s): +// \text_gen|char_ram~56874_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~56813_combout ) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56874 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y31_N9 +dffeas \text_gen|char_ram~25034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56938 ( +// Equation(s): +// \text_gen|char_ram~56938_combout = (\text_gen|char_ram~56813_combout & \text_gen|char_ram~52783_combout ) + + .dataa(\text_gen|char_ram~56813_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56938 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y31_N25 +dffeas \text_gen|char_ram~24978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48957 ( +// Equation(s): +// \text_gen|char_ram~48957_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~25034_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~24978_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~25034_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24978_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48957 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56869 ( +// Equation(s): +// \text_gen|char_ram~56869_combout = (\text_gen|char_ram~56813_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56813_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56869 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y27_N19 +dffeas \text_gen|char_ram~25048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48958 ( +// Equation(s): +// \text_gen|char_ram~48958_combout = (\text_gen|char_ram~48957_combout & (((\text_gen|char_ram~25048_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48957_combout & (\text_gen|char_ram~24992_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~24992_q ), + .datab(\text_gen|char_ram~48957_combout ), + .datac(\text_gen|char_ram~25048_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48958 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54988 ( +// Equation(s): +// \text_gen|char_ram~54988_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~54986_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54988 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54991 ( +// Equation(s): +// \text_gen|char_ram~54991_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54988_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54991 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y39_N3 +dffeas \text_gen|char_ram~23690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55003 ( +// Equation(s): +// \text_gen|char_ram~55003_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54988_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~54988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55003 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y39_N27 +dffeas \text_gen|char_ram~23704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55112 ( +// Equation(s): +// \text_gen|char_ram~55112_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54988_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55112 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y39_N17 +dffeas \text_gen|char_ram~23634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55104 ( +// Equation(s): +// \text_gen|char_ram~55104_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54988_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55104 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y39_N17 +dffeas \text_gen|char_ram~23648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48954 ( +// Equation(s): +// \text_gen|char_ram~48954_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~23648_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23634_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23634_q ), + .datad(\text_gen|char_ram~23648_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48954 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48955 ( +// Equation(s): +// \text_gen|char_ram~48955_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48954_combout & ((\text_gen|char_ram~23704_q ))) # (!\text_gen|char_ram~48954_combout & (\text_gen|char_ram~23690_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48954_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23690_q ), + .datac(\text_gen|char_ram~23704_q ), + .datad(\text_gen|char_ram~48954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48955 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54256 ( +// Equation(s): +// \text_gen|char_ram~54256_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~52975_combout & \text_gen|char_ram~54206_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52718_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54256 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54324 ( +// Equation(s): +// \text_gen|char_ram~54324_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54324 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N19 +dffeas \text_gen|char_ram~24096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54268 ( +// Equation(s): +// \text_gen|char_ram~54268_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54268 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y15_N25 +dffeas \text_gen|char_ram~24138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54332 ( +// Equation(s): +// \text_gen|char_ram~54332_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54332 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y16_N31 +dffeas \text_gen|char_ram~24082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48952 ( +// Equation(s): +// \text_gen|char_ram~48952_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~24138_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~24082_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~24138_q ), + .datac(\text_gen|char_ram~24082_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48952 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54260 ( +// Equation(s): +// \text_gen|char_ram~54260_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54260 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y15_N3 +dffeas \text_gen|char_ram~24152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48953 ( +// Equation(s): +// \text_gen|char_ram~48953_combout = (\text_gen|char_ram~48952_combout & (((\text_gen|char_ram~24152_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48952_combout & (\text_gen|char_ram~24096_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~24096_q ), + .datab(\text_gen|char_ram~48952_combout ), + .datac(\text_gen|char_ram~24152_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48953 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48956 ( +// Equation(s): +// \text_gen|char_ram~48956_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~48953_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~48955_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48955_combout ), + .datad(\text_gen|char_ram~48953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48956 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48959 ( +// Equation(s): +// \text_gen|char_ram~48959_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48956_combout & ((\text_gen|char_ram~48958_combout ))) # (!\text_gen|char_ram~48956_combout & (\text_gen|char_ram~48951_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48956_combout )))) + + .dataa(\text_gen|char_ram~48951_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48958_combout ), + .datad(\text_gen|char_ram~48956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48959 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10250feeder ( +// Equation(s): +// \text_gen|char_ram~10250feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52795 ( +// Equation(s): +// \text_gen|char_ram~52795_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52795 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y61_N5 +dffeas \text_gen|char_ram~10250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52773 ( +// Equation(s): +// \text_gen|char_ram~52773_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52773 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y60_N29 +dffeas \text_gen|char_ram~10264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52797 ( +// Equation(s): +// \text_gen|char_ram~52797_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52797 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y61_N1 +dffeas \text_gen|char_ram~10194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52775 ( +// Equation(s): +// \text_gen|char_ram~52775_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52775 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N25 +dffeas \text_gen|char_ram~10208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48929 ( +// Equation(s): +// \text_gen|char_ram~48929_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~10208_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10194_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10194_q ), + .datad(\text_gen|char_ram~10208_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48929 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48930 ( +// Equation(s): +// \text_gen|char_ram~48930_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48929_combout & ((\text_gen|char_ram~10264_q ))) # (!\text_gen|char_ram~48929_combout & (\text_gen|char_ram~10250_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48929_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10250_q ), + .datac(\text_gen|char_ram~10264_q ), + .datad(\text_gen|char_ram~48929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48930 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10698feeder ( +// Equation(s): +// \text_gen|char_ram~10698feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10698feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56332 ( +// Equation(s): +// \text_gen|char_ram~56332_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56332 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y30_N9 +dffeas \text_gen|char_ram~10698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56396 ( +// Equation(s): +// \text_gen|char_ram~56396_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56396 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y34_N23 +dffeas \text_gen|char_ram~10642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48936 ( +// Equation(s): +// \text_gen|char_ram~48936_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10698_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~10642_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10698_q ), + .datac(\text_gen|char_ram~10642_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48936 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56316 ( +// Equation(s): +// \text_gen|char_ram~56316_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56316 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N1 +dffeas \text_gen|char_ram~10712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56364 ( +// Equation(s): +// \text_gen|char_ram~56364_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56364 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y32_N27 +dffeas \text_gen|char_ram~10656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48937 ( +// Equation(s): +// \text_gen|char_ram~48937_combout = (\text_gen|char_ram~48936_combout & (((\text_gen|char_ram~10712_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48936_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10656_q )))) + + .dataa(\text_gen|char_ram~48936_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10712_q ), + .datad(\text_gen|char_ram~10656_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48937 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9354feeder ( +// Equation(s): +// \text_gen|char_ram~9354feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9354feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55024 ( +// Equation(s): +// \text_gen|char_ram~55024_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55024 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y39_N13 +dffeas \text_gen|char_ram~9354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55036 ( +// Equation(s): +// \text_gen|char_ram~55036_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55036 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y43_N27 +dffeas \text_gen|char_ram~9368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55064 ( +// Equation(s): +// \text_gen|char_ram~55064_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55064 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y40_N5 +dffeas \text_gen|char_ram~9298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9312feeder ( +// Equation(s): +// \text_gen|char_ram~9312feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55056 ( +// Equation(s): +// \text_gen|char_ram~55056_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55056 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y44_N29 +dffeas \text_gen|char_ram~9312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48933 ( +// Equation(s): +// \text_gen|char_ram~48933_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9312_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9298_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9298_q ), + .datad(\text_gen|char_ram~9312_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48933 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48934 ( +// Equation(s): +// \text_gen|char_ram~48934_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48933_combout & ((\text_gen|char_ram~9368_q ))) # (!\text_gen|char_ram~48933_combout & (\text_gen|char_ram~9354_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48933_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9354_q ), + .datac(\text_gen|char_ram~9368_q ), + .datad(\text_gen|char_ram~48933_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48934 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54234 ( +// Equation(s): +// \text_gen|char_ram~54234_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54234 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y12_N17 +dffeas \text_gen|char_ram~9802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54300 ( +// Equation(s): +// \text_gen|char_ram~54300_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54300 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y13_N7 +dffeas \text_gen|char_ram~9746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48931 ( +// Equation(s): +// \text_gen|char_ram~48931_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~9802_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~9746_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9802_q ), + .datac(\text_gen|char_ram~9746_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48931 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54226 ( +// Equation(s): +// \text_gen|char_ram~54226_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54226 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y13_N5 +dffeas \text_gen|char_ram~9816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9760feeder ( +// Equation(s): +// \text_gen|char_ram~9760feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9760feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9760feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9760feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54292 ( +// Equation(s): +// \text_gen|char_ram~54292_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54292 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y13_N15 +dffeas \text_gen|char_ram~9760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9760feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48932 ( +// Equation(s): +// \text_gen|char_ram~48932_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48931_combout & (\text_gen|char_ram~9816_q )) # (!\text_gen|char_ram~48931_combout & ((\text_gen|char_ram~9760_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48931_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48931_combout ), + .datac(\text_gen|char_ram~9816_q ), + .datad(\text_gen|char_ram~9760_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48932 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48935 ( +// Equation(s): +// \text_gen|char_ram~48935_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~48932_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~48934_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48934_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48935 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~48935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48938 ( +// Equation(s): +// \text_gen|char_ram~48938_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48935_combout & ((\text_gen|char_ram~48937_combout ))) # (!\text_gen|char_ram~48935_combout & (\text_gen|char_ram~48930_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48935_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48930_combout ), + .datac(\text_gen|char_ram~48937_combout ), + .datad(\text_gen|char_ram~48935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48938 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y8_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54240 ( +// Equation(s): +// \text_gen|char_ram~54240_combout = (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54240 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54251 ( +// Equation(s): +// \text_gen|char_ram~54251_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54240_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54251 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y8_N13 +dffeas \text_gen|char_ram~2634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54316 ( +// Equation(s): +// \text_gen|char_ram~54316_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54240_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54316 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y8_N19 +dffeas \text_gen|char_ram~2578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48939 ( +// Equation(s): +// \text_gen|char_ram~48939_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~2634_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~2578_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2634_q ), + .datad(\text_gen|char_ram~2578_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48939 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54247 ( +// Equation(s): +// \text_gen|char_ram~54247_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54240_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54247 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y8_N15 +dffeas \text_gen|char_ram~2648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2592feeder ( +// Equation(s): +// \text_gen|char_ram~2592feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54308 ( +// Equation(s): +// \text_gen|char_ram~54308_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54240_combout ) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54240_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54308 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y8_N23 +dffeas \text_gen|char_ram~2592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48940 ( +// Equation(s): +// \text_gen|char_ram~48940_combout = (\text_gen|char_ram~48939_combout & (((\text_gen|char_ram~2648_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48939_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~2592_q )))) + + .dataa(\text_gen|char_ram~48939_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2648_q ), + .datad(\text_gen|char_ram~2592_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48940 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3488feeder ( +// Equation(s): +// \text_gen|char_ram~3488feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3488feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3488feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3488feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56504 ( +// Equation(s): +// \text_gen|char_ram~56504_combout = (\text_gen|char_ram~55967_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52718_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52718_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56504 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56595 ( +// Equation(s): +// \text_gen|char_ram~56595_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56595 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y24_N11 +dffeas \text_gen|char_ram~3488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3488feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56563 ( +// Equation(s): +// \text_gen|char_ram~56563_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~56504_combout ) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56563 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y27_N1 +dffeas \text_gen|char_ram~3544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3530feeder ( +// Equation(s): +// \text_gen|char_ram~3530feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56627 ( +// Equation(s): +// \text_gen|char_ram~56627_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~56504_combout ) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~56504_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56627 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y27_N9 +dffeas \text_gen|char_ram~3530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56659 ( +// Equation(s): +// \text_gen|char_ram~56659_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56659 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y24_N13 +dffeas \text_gen|char_ram~3474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48946 ( +// Equation(s): +// \text_gen|char_ram~48946_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~3530_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~3474_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~3530_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3474_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48946 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48947 ( +// Equation(s): +// \text_gen|char_ram~48947_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48946_combout & ((\text_gen|char_ram~3544_q ))) # (!\text_gen|char_ram~48946_combout & (\text_gen|char_ram~3488_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48946_combout )))) + + .dataa(\text_gen|char_ram~3488_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3544_q ), + .datad(\text_gen|char_ram~48946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48947 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55008 ( +// Equation(s): +// \text_gen|char_ram~55008_combout = (\text_gen|char_ram~52718_combout & (\text_gen|char_ram~54986_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55008 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55032 ( +// Equation(s): +// \text_gen|char_ram~55032_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52785_combout ) + + .dataa(\text_gen|char_ram~55008_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55032 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y38_N9 +dffeas \text_gen|char_ram~2186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55028 ( +// Equation(s): +// \text_gen|char_ram~55028_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52757_combout ) + + .dataa(\text_gen|char_ram~55008_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55028 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y38_N11 +dffeas \text_gen|char_ram~2200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55096 ( +// Equation(s): +// \text_gen|char_ram~55096_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52783_combout ) + + .dataa(\text_gen|char_ram~55008_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55096 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y38_N13 +dffeas \text_gen|char_ram~2130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55088 ( +// Equation(s): +// \text_gen|char_ram~55088_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52755_combout ) + + .dataa(\text_gen|char_ram~55008_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55088 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y40_N15 +dffeas \text_gen|char_ram~2144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48943 ( +// Equation(s): +// \text_gen|char_ram~48943_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2144_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2130_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2130_q ), + .datad(\text_gen|char_ram~2144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48943 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48944 ( +// Equation(s): +// \text_gen|char_ram~48944_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48943_combout & ((\text_gen|char_ram~2200_q ))) # (!\text_gen|char_ram~48943_combout & (\text_gen|char_ram~2186_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48943_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2186_q ), + .datac(\text_gen|char_ram~2200_q ), + .datad(\text_gen|char_ram~48943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48944 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52900 ( +// Equation(s): +// \text_gen|char_ram~52900_combout = (\text_gen|char_ram~52718_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52718_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52900 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52952 ( +// Equation(s): +// \text_gen|char_ram~52952_combout = (\text_gen|char_ram~52900_combout & \text_gen|char_ram~52785_combout ) + + .dataa(\text_gen|char_ram~52900_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52952 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y53_N19 +dffeas \text_gen|char_ram~3082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52912 ( +// Equation(s): +// \text_gen|char_ram~52912_combout = (\text_gen|char_ram~52900_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52900_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52912 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y53_N21 +dffeas \text_gen|char_ram~3096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52954 ( +// Equation(s): +// \text_gen|char_ram~52954_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52900_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52954 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y53_N5 +dffeas \text_gen|char_ram~3026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3040feeder ( +// Equation(s): +// \text_gen|char_ram~3040feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3040feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3040feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3040feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52914 ( +// Equation(s): +// \text_gen|char_ram~52914_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52900_combout ) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52914 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y54_N15 +dffeas \text_gen|char_ram~3040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3040feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48941 ( +// Equation(s): +// \text_gen|char_ram~48941_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3040_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3026_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3026_q ), + .datad(\text_gen|char_ram~3040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48941 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48942 ( +// Equation(s): +// \text_gen|char_ram~48942_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48941_combout & ((\text_gen|char_ram~3096_q ))) # (!\text_gen|char_ram~48941_combout & (\text_gen|char_ram~3082_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48941_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3082_q ), + .datac(\text_gen|char_ram~3096_q ), + .datad(\text_gen|char_ram~48941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48942 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48945 ( +// Equation(s): +// \text_gen|char_ram~48945_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48942_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48944_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48944_combout ), + .datad(\text_gen|char_ram~48942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48945 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48948 ( +// Equation(s): +// \text_gen|char_ram~48948_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48945_combout & ((\text_gen|char_ram~48947_combout ))) # (!\text_gen|char_ram~48945_combout & (\text_gen|char_ram~48940_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48945_combout )))) + + .dataa(\text_gen|char_ram~48940_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48947_combout ), + .datad(\text_gen|char_ram~48945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48948 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48949 ( +// Equation(s): +// \text_gen|char_ram~48949_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~48938_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~48948_combout ))))) + + .dataa(\text_gen|char_ram~48938_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~48948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48949 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~48949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16928feeder ( +// Equation(s): +// \text_gen|char_ram~16928feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16928feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16928feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16928feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54280 ( +// Equation(s): +// \text_gen|char_ram~54280_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54280 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y15_N31 +dffeas \text_gen|char_ram~16928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16928feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54214 ( +// Equation(s): +// \text_gen|char_ram~54214_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54214 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y12_N19 +dffeas \text_gen|char_ram~16984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54284 ( +// Equation(s): +// \text_gen|char_ram~54284_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54284 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y16_N7 +dffeas \text_gen|char_ram~16914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16970feeder ( +// Equation(s): +// \text_gen|char_ram~16970feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54218 ( +// Equation(s): +// \text_gen|char_ram~54218_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54218 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y12_N9 +dffeas \text_gen|char_ram~16970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48919 ( +// Equation(s): +// \text_gen|char_ram~48919_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~16970_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16914_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16914_q ), + .datad(\text_gen|char_ram~16970_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48919 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48920 ( +// Equation(s): +// \text_gen|char_ram~48920_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48919_combout & ((\text_gen|char_ram~16984_q ))) # (!\text_gen|char_ram~48919_combout & (\text_gen|char_ram~16928_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48919_combout )))) + + .dataa(\text_gen|char_ram~16928_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16984_q ), + .datad(\text_gen|char_ram~48919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48920 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17418feeder ( +// Equation(s): +// \text_gen|char_ram~17418feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17418feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52872 ( +// Equation(s): +// \text_gen|char_ram~52872_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52872 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y53_N29 +dffeas \text_gen|char_ram~17418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52839 ( +// Equation(s): +// \text_gen|char_ram~52839_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52839 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y52_N7 +dffeas \text_gen|char_ram~17432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52874 ( +// Equation(s): +// \text_gen|char_ram~52874_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52874 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y46_N17 +dffeas \text_gen|char_ram~17362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52830 ( +// Equation(s): +// \text_gen|char_ram~52830_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52830 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y43_N19 +dffeas \text_gen|char_ram~17376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48921 ( +// Equation(s): +// \text_gen|char_ram~48921_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~17376_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17362_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17362_q ), + .datad(\text_gen|char_ram~17376_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48921 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48922 ( +// Equation(s): +// \text_gen|char_ram~48922_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48921_combout & ((\text_gen|char_ram~17432_q ))) # (!\text_gen|char_ram~48921_combout & (\text_gen|char_ram~17418_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48921_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17418_q ), + .datac(\text_gen|char_ram~17432_q ), + .datad(\text_gen|char_ram~48921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48922 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16522feeder ( +// Equation(s): +// \text_gen|char_ram~16522feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54999 ( +// Equation(s): +// \text_gen|char_ram~54999_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54999 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y36_N15 +dffeas \text_gen|char_ram~16522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54995 ( +// Equation(s): +// \text_gen|char_ram~54995_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54995 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y36_N13 +dffeas \text_gen|char_ram~16536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55080 ( +// Equation(s): +// \text_gen|char_ram~55080_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55080 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y36_N13 +dffeas \text_gen|char_ram~16466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16480feeder ( +// Equation(s): +// \text_gen|char_ram~16480feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16480feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55072 ( +// Equation(s): +// \text_gen|char_ram~55072_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55072 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N29 +dffeas \text_gen|char_ram~16480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48923 ( +// Equation(s): +// \text_gen|char_ram~48923_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~16480_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16466_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16466_q ), + .datad(\text_gen|char_ram~16480_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48923 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48924 ( +// Equation(s): +// \text_gen|char_ram~48924_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48923_combout & ((\text_gen|char_ram~16536_q ))) # (!\text_gen|char_ram~48923_combout & (\text_gen|char_ram~16522_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48923_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~16522_q ), + .datac(\text_gen|char_ram~16536_q ), + .datad(\text_gen|char_ram~48923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48924 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48925 ( +// Equation(s): +// \text_gen|char_ram~48925_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~48922_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~48924_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48922_combout ), + .datad(\text_gen|char_ram~48924_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48925 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56149 ( +// Equation(s): +// \text_gen|char_ram~56149_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56149 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y32_N23 +dffeas \text_gen|char_ram~17810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56141 ( +// Equation(s): +// \text_gen|char_ram~56141_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56141 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y31_N15 +dffeas \text_gen|char_ram~17866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48926 ( +// Equation(s): +// \text_gen|char_ram~48926_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17866_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17810_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17810_q ), + .datad(\text_gen|char_ram~17866_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48926 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17824feeder ( +// Equation(s): +// \text_gen|char_ram~17824feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17824feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17824feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17824feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56085 ( +// Equation(s): +// \text_gen|char_ram~56085_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56085 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N7 +dffeas \text_gen|char_ram~17824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17824feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56077 ( +// Equation(s): +// \text_gen|char_ram~56077_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56077 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y35_N17 +dffeas \text_gen|char_ram~17880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48927 ( +// Equation(s): +// \text_gen|char_ram~48927_combout = (\text_gen|char_ram~48926_combout & (((\text_gen|char_ram~17880_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48926_combout & (\text_gen|char_ram~17824_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~48926_combout ), + .datab(\text_gen|char_ram~17824_q ), + .datac(\text_gen|char_ram~17880_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48927 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48928 ( +// Equation(s): +// \text_gen|char_ram~48928_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48925_combout & ((\text_gen|char_ram~48927_combout ))) # (!\text_gen|char_ram~48925_combout & (\text_gen|char_ram~48920_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48925_combout )))) + + .dataa(\text_gen|char_ram~48920_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48925_combout ), + .datad(\text_gen|char_ram~48927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48928 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48960 ( +// Equation(s): +// \text_gen|char_ram~48960_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~48949_combout & (\text_gen|char_ram~48959_combout )) # (!\text_gen|char_ram~48949_combout & ((\text_gen|char_ram~48928_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~48949_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~48959_combout ), + .datac(\text_gen|char_ram~48949_combout ), + .datad(\text_gen|char_ram~48928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48960 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56651 ( +// Equation(s): +// \text_gen|char_ram~56651_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56651 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y30_N31 +dffeas \text_gen|char_ram~3362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3418feeder ( +// Equation(s): +// \text_gen|char_ram~3418feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3418feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56618 ( +// Equation(s): +// \text_gen|char_ram~56618_combout = (\text_gen|char_ram~56504_combout & \text_gen|char_ram~52777_combout ) + + .dataa(\text_gen|char_ram~56504_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56618 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y31_N19 +dffeas \text_gen|char_ram~3418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48819 ( +// Equation(s): +// \text_gen|char_ram~48819_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~3418_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3362_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3362_q ), + .datad(\text_gen|char_ram~3418_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48819 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56554 ( +// Equation(s): +// \text_gen|char_ram~56554_combout = (\text_gen|char_ram~56504_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56504_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56554 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y29_N21 +dffeas \text_gen|char_ram~3432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56586 ( +// Equation(s): +// \text_gen|char_ram~56586_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~56504_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56586 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y25_N25 +dffeas \text_gen|char_ram~3376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48820 ( +// Equation(s): +// \text_gen|char_ram~48820_combout = (\text_gen|char_ram~48819_combout & (((\text_gen|char_ram~3432_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48819_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~3376_q )))) + + .dataa(\text_gen|char_ram~48819_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3432_q ), + .datad(\text_gen|char_ram~3376_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48820 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54248 ( +// Equation(s): +// \text_gen|char_ram~54248_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52777_combout ) + + .dataa(\text_gen|char_ram~54240_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54248 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y12_N31 +dffeas \text_gen|char_ram~2522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54313 ( +// Equation(s): +// \text_gen|char_ram~54313_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54240_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54313 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y20_N29 +dffeas \text_gen|char_ram~2466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48812 ( +// Equation(s): +// \text_gen|char_ram~48812_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~2522_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~2466_q ))))) + + .dataa(\text_gen|char_ram~2522_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2466_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48812 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54244 ( +// Equation(s): +// \text_gen|char_ram~54244_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54240_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~54240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54244 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y12_N17 +dffeas \text_gen|char_ram~2536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54305 ( +// Equation(s): +// \text_gen|char_ram~54305_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54240_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54305 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y16_N17 +dffeas \text_gen|char_ram~2480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48813 ( +// Equation(s): +// \text_gen|char_ram~48813_combout = (\text_gen|char_ram~48812_combout & (((\text_gen|char_ram~2536_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48812_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~2480_q )))) + + .dataa(\text_gen|char_ram~48812_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2536_q ), + .datad(\text_gen|char_ram~2480_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48813 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52936 ( +// Equation(s): +// \text_gen|char_ram~52936_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52900_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52936 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y49_N7 +dffeas \text_gen|char_ram~2970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52901 ( +// Equation(s): +// \text_gen|char_ram~52901_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52900_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~52900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52901 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N9 +dffeas \text_gen|char_ram~2984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52938 ( +// Equation(s): +// \text_gen|char_ram~52938_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~52900_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~52900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52938 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y52_N1 +dffeas \text_gen|char_ram~2914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52904 ( +// Equation(s): +// \text_gen|char_ram~52904_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52900_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~52900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52904 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y52_N19 +dffeas \text_gen|char_ram~2928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48814 ( +// Equation(s): +// \text_gen|char_ram~48814_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2928_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2914_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2914_q ), + .datad(\text_gen|char_ram~2928_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48814 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48815 ( +// Equation(s): +// \text_gen|char_ram~48815_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48814_combout & ((\text_gen|char_ram~2984_q ))) # (!\text_gen|char_ram~48814_combout & (\text_gen|char_ram~2970_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48814_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2970_q ), + .datac(\text_gen|char_ram~2984_q ), + .datad(\text_gen|char_ram~48814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48815 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55093 ( +// Equation(s): +// \text_gen|char_ram~55093_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55008_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55093 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y38_N5 +dffeas \text_gen|char_ram~2018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2032feeder ( +// Equation(s): +// \text_gen|char_ram~2032feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2032feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2032feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2032feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55086 ( +// Equation(s): +// \text_gen|char_ram~55086_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55008_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55086 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y40_N17 +dffeas \text_gen|char_ram~2032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2032feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48816 ( +// Equation(s): +// \text_gen|char_ram~48816_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2032_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2018_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2018_q ), + .datad(\text_gen|char_ram~2032_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48816 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55025 ( +// Equation(s): +// \text_gen|char_ram~55025_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55008_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55025 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y41_N3 +dffeas \text_gen|char_ram~2088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55029 ( +// Equation(s): +// \text_gen|char_ram~55029_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55008_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55029 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N23 +dffeas \text_gen|char_ram~2074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48817 ( +// Equation(s): +// \text_gen|char_ram~48817_combout = (\text_gen|char_ram~48816_combout & (((\text_gen|char_ram~2088_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48816_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~2074_q )))) + + .dataa(\text_gen|char_ram~48816_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2088_q ), + .datad(\text_gen|char_ram~2074_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48817 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48818 ( +// Equation(s): +// \text_gen|char_ram~48818_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~48815_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~48817_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48815_combout ), + .datad(\text_gen|char_ram~48817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48818 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48821 ( +// Equation(s): +// \text_gen|char_ram~48821_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48818_combout & (\text_gen|char_ram~48820_combout )) # (!\text_gen|char_ram~48818_combout & ((\text_gen|char_ram~48813_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48818_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48820_combout ), + .datac(\text_gen|char_ram~48813_combout ), + .datad(\text_gen|char_ram~48818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48821 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17712feeder ( +// Equation(s): +// \text_gen|char_ram~17712feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17712feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56037 ( +// Equation(s): +// \text_gen|char_ram~56037_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56037 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N25 +dffeas \text_gen|char_ram~17712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56033 ( +// Equation(s): +// \text_gen|char_ram~56033_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56033 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y16_N29 +dffeas \text_gen|char_ram~17768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56101 ( +// Equation(s): +// \text_gen|char_ram~56101_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56101 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y13_N11 +dffeas \text_gen|char_ram~17698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56097 ( +// Equation(s): +// \text_gen|char_ram~56097_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56097 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y13_N29 +dffeas \text_gen|char_ram~17754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48809 ( +// Equation(s): +// \text_gen|char_ram~48809_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~17754_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17698_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17698_q ), + .datad(\text_gen|char_ram~17754_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48809 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48810 ( +// Equation(s): +// \text_gen|char_ram~48810_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48809_combout & ((\text_gen|char_ram~17768_q ))) # (!\text_gen|char_ram~48809_combout & (\text_gen|char_ram~17712_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48809_combout )))) + + .dataa(\text_gen|char_ram~17712_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17768_q ), + .datad(\text_gen|char_ram~48809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48810 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54281 ( +// Equation(s): +// \text_gen|char_ram~54281_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54281 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y12_N25 +dffeas \text_gen|char_ram~16802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16858feeder ( +// Equation(s): +// \text_gen|char_ram~16858feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16858feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16858feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16858feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54215 ( +// Equation(s): +// \text_gen|char_ram~54215_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54215 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y12_N7 +dffeas \text_gen|char_ram~16858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16858feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48802 ( +// Equation(s): +// \text_gen|char_ram~48802_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16858_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16802_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16802_q ), + .datad(\text_gen|char_ram~16858_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48802 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54211 ( +// Equation(s): +// \text_gen|char_ram~54211_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54211 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y16_N27 +dffeas \text_gen|char_ram~16872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54277 ( +// Equation(s): +// \text_gen|char_ram~54277_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54277 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y12_N3 +dffeas \text_gen|char_ram~16816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48803 ( +// Equation(s): +// \text_gen|char_ram~48803_combout = (\text_gen|char_ram~48802_combout & (((\text_gen|char_ram~16872_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48802_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16816_q )))) + + .dataa(\text_gen|char_ram~48802_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16872_q ), + .datad(\text_gen|char_ram~16816_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48803 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55077 ( +// Equation(s): +// \text_gen|char_ram~55077_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55077 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y36_N19 +dffeas \text_gen|char_ram~16354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55070 ( +// Equation(s): +// \text_gen|char_ram~55070_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54986_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55070 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y36_N27 +dffeas \text_gen|char_ram~16368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48806 ( +// Equation(s): +// \text_gen|char_ram~48806_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~16368_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16354_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16354_q ), + .datad(\text_gen|char_ram~16368_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48806 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54992 ( +// Equation(s): +// \text_gen|char_ram~54992_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54992 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y36_N5 +dffeas \text_gen|char_ram~16424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16410feeder ( +// Equation(s): +// \text_gen|char_ram~16410feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16410feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16410feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16410feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54996 ( +// Equation(s): +// \text_gen|char_ram~54996_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52777_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54996 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y36_N25 +dffeas \text_gen|char_ram~16410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16410feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48807 ( +// Equation(s): +// \text_gen|char_ram~48807_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48806_combout & (\text_gen|char_ram~16424_q )) # (!\text_gen|char_ram~48806_combout & ((\text_gen|char_ram~16410_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48806_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48806_combout ), + .datac(\text_gen|char_ram~16424_q ), + .datad(\text_gen|char_ram~16410_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48807 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17306feeder ( +// Equation(s): +// \text_gen|char_ram~17306feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17306feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17306feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17306feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52862 ( +// Equation(s): +// \text_gen|char_ram~52862_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52862 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y46_N15 +dffeas \text_gen|char_ram~17306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17306feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52840 ( +// Equation(s): +// \text_gen|char_ram~52840_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52840 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y46_N11 +dffeas \text_gen|char_ram~17320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52864 ( +// Equation(s): +// \text_gen|char_ram~52864_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52864 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y46_N9 +dffeas \text_gen|char_ram~17250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17264feeder ( +// Equation(s): +// \text_gen|char_ram~17264feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17264feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17264feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17264feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52831 ( +// Equation(s): +// \text_gen|char_ram~52831_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52831 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~52831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y55_N15 +dffeas \text_gen|char_ram~17264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17264feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48804 ( +// Equation(s): +// \text_gen|char_ram~48804_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17264_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17250_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17250_q ), + .datad(\text_gen|char_ram~17264_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48804 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48805 ( +// Equation(s): +// \text_gen|char_ram~48805_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48804_combout & ((\text_gen|char_ram~17320_q ))) # (!\text_gen|char_ram~48804_combout & (\text_gen|char_ram~17306_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48804_combout )))) + + .dataa(\text_gen|char_ram~17306_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17320_q ), + .datad(\text_gen|char_ram~48804_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48805 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48808 ( +// Equation(s): +// \text_gen|char_ram~48808_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48805_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48807_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48807_combout ), + .datac(\text_gen|char_ram~48805_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48808 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~48808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48811 ( +// Equation(s): +// \text_gen|char_ram~48811_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48808_combout & (\text_gen|char_ram~48810_combout )) # (!\text_gen|char_ram~48808_combout & ((\text_gen|char_ram~48803_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48808_combout )))) + + .dataa(\text_gen|char_ram~48810_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48803_combout ), + .datad(\text_gen|char_ram~48808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48811 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48822 ( +// Equation(s): +// \text_gen|char_ram~48822_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~48811_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~48821_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~48821_combout ), + .datad(\text_gen|char_ram~48811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48822 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55022 ( +// Equation(s): +// \text_gen|char_ram~55022_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55022 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y41_N13 +dffeas \text_gen|char_ram~9242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55034 ( +// Equation(s): +// \text_gen|char_ram~55034_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55034 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y41_N23 +dffeas \text_gen|char_ram~9256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55061 ( +// Equation(s): +// \text_gen|char_ram~55061_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55061 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y40_N1 +dffeas \text_gen|char_ram~9186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9200feeder ( +// Equation(s): +// \text_gen|char_ram~9200feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9200feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9200feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9200feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55054 ( +// Equation(s): +// \text_gen|char_ram~55054_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55054 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y44_N9 +dffeas \text_gen|char_ram~9200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9200feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48796 ( +// Equation(s): +// \text_gen|char_ram~48796_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~9200_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9186_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9186_q ), + .datad(\text_gen|char_ram~9200_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48796 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48797 ( +// Equation(s): +// \text_gen|char_ram~48797_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48796_combout & ((\text_gen|char_ram~9256_q ))) # (!\text_gen|char_ram~48796_combout & (\text_gen|char_ram~9242_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48796_combout )))) + + .dataa(\text_gen|char_ram~9242_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9256_q ), + .datad(\text_gen|char_ram~48796_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48797 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54297 ( +// Equation(s): +// \text_gen|char_ram~54297_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54297 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y18_N9 +dffeas \text_gen|char_ram~9634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54231 ( +// Equation(s): +// \text_gen|char_ram~54231_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54231 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y15_N25 +dffeas \text_gen|char_ram~9690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48794 ( +// Equation(s): +// \text_gen|char_ram~48794_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~9690_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9634_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9634_q ), + .datad(\text_gen|char_ram~9690_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48794 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54223 ( +// Equation(s): +// \text_gen|char_ram~54223_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54223 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y14_N17 +dffeas \text_gen|char_ram~9704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54289 ( +// Equation(s): +// \text_gen|char_ram~54289_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54289 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y14_N19 +dffeas \text_gen|char_ram~9648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48795 ( +// Equation(s): +// \text_gen|char_ram~48795_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48794_combout & (\text_gen|char_ram~9704_q )) # (!\text_gen|char_ram~48794_combout & ((\text_gen|char_ram~9648_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48794_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48794_combout ), + .datac(\text_gen|char_ram~9704_q ), + .datad(\text_gen|char_ram~9648_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48795 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48798 ( +// Equation(s): +// \text_gen|char_ram~48798_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~48795_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~48797_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48797_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48798 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~48798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10152feeder ( +// Equation(s): +// \text_gen|char_ram~10152feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10152feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10152feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10152feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52762 ( +// Equation(s): +// \text_gen|char_ram~52762_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52762 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y58_N21 +dffeas \text_gen|char_ram~10152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10152feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52778 ( +// Equation(s): +// \text_gen|char_ram~52778_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52778 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y41_N25 +dffeas \text_gen|char_ram~10138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52781 ( +// Equation(s): +// \text_gen|char_ram~52781_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52781 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y42_N31 +dffeas \text_gen|char_ram~10082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10096feeder ( +// Equation(s): +// \text_gen|char_ram~10096feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10096feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10096feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10096feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52765 ( +// Equation(s): +// \text_gen|char_ram~52765_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52765 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y42_N7 +dffeas \text_gen|char_ram~10096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10096feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48792 ( +// Equation(s): +// \text_gen|char_ram~48792_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~10096_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10082_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10082_q ), + .datad(\text_gen|char_ram~10096_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48792 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48793 ( +// Equation(s): +// \text_gen|char_ram~48793_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48792_combout & (\text_gen|char_ram~10152_q )) # (!\text_gen|char_ram~48792_combout & ((\text_gen|char_ram~10138_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48792_combout )))) + + .dataa(\text_gen|char_ram~10152_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10138_q ), + .datad(\text_gen|char_ram~48792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48793 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56323 ( +// Equation(s): +// \text_gen|char_ram~56323_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56323 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y37_N3 +dffeas \text_gen|char_ram~10586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56387 ( +// Equation(s): +// \text_gen|char_ram~56387_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56387 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y37_N19 +dffeas \text_gen|char_ram~10530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48799 ( +// Equation(s): +// \text_gen|char_ram~48799_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~10586_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~10530_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10586_q ), + .datac(\text_gen|char_ram~10530_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48799 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56303 ( +// Equation(s): +// \text_gen|char_ram~56303_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56303 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y33_N3 +dffeas \text_gen|char_ram~10600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56351 ( +// Equation(s): +// \text_gen|char_ram~56351_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56351 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y32_N17 +dffeas \text_gen|char_ram~10544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48800 ( +// Equation(s): +// \text_gen|char_ram~48800_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48799_combout & (\text_gen|char_ram~10600_q )) # (!\text_gen|char_ram~48799_combout & ((\text_gen|char_ram~10544_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~48799_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48799_combout ), + .datac(\text_gen|char_ram~10600_q ), + .datad(\text_gen|char_ram~10544_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48800 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48801 ( +// Equation(s): +// \text_gen|char_ram~48801_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48798_combout & ((\text_gen|char_ram~48800_combout ))) # (!\text_gen|char_ram~48798_combout & (\text_gen|char_ram~48793_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48798_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48798_combout ), + .datac(\text_gen|char_ram~48793_combout ), + .datad(\text_gen|char_ram~48800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48801 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23536feeder ( +// Equation(s): +// \text_gen|char_ram~23536feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23536feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23536feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23536feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55102 ( +// Equation(s): +// \text_gen|char_ram~55102_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54988_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55102 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y32_N9 +dffeas \text_gen|char_ram~23536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23536feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55109 ( +// Equation(s): +// \text_gen|char_ram~55109_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54988_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55109 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y31_N9 +dffeas \text_gen|char_ram~23522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48827 ( +// Equation(s): +// \text_gen|char_ram~48827_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~23536_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~23522_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23536_q ), + .datac(\text_gen|char_ram~23522_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48827 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55001 ( +// Equation(s): +// \text_gen|char_ram~55001_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54988_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55001 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N23 +dffeas \text_gen|char_ram~23592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23578feeder ( +// Equation(s): +// \text_gen|char_ram~23578feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23578feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54989 ( +// Equation(s): +// \text_gen|char_ram~54989_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54988_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54989 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y41_N25 +dffeas \text_gen|char_ram~23578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48828 ( +// Equation(s): +// \text_gen|char_ram~48828_combout = (\text_gen|char_ram~48827_combout & (((\text_gen|char_ram~23592_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48827_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~23578_q )))) + + .dataa(\text_gen|char_ram~48827_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23592_q ), + .datad(\text_gen|char_ram~23578_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48828 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54329 ( +// Equation(s): +// \text_gen|char_ram~54329_combout = (\text_gen|char_ram~54256_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54256_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54329 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N31 +dffeas \text_gen|char_ram~23970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54265 ( +// Equation(s): +// \text_gen|char_ram~54265_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54265 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y17_N1 +dffeas \text_gen|char_ram~24026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48825 ( +// Equation(s): +// \text_gen|char_ram~48825_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~24026_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23970_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23970_q ), + .datad(\text_gen|char_ram~24026_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48825 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54257 ( +// Equation(s): +// \text_gen|char_ram~54257_combout = (\text_gen|char_ram~54256_combout & \text_gen|char_ram~52761_combout ) + + .dataa(\text_gen|char_ram~54256_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54257 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y15_N1 +dffeas \text_gen|char_ram~24040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54321 ( +// Equation(s): +// \text_gen|char_ram~54321_combout = (\text_gen|char_ram~54256_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54256_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54321 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N17 +dffeas \text_gen|char_ram~23984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48826 ( +// Equation(s): +// \text_gen|char_ram~48826_combout = (\text_gen|char_ram~48825_combout & ((\text_gen|char_ram~24040_q ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48825_combout & (((\text_gen|char_ram~23984_q & \vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~48825_combout ), + .datab(\text_gen|char_ram~24040_q ), + .datac(\text_gen|char_ram~23984_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48826 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~48826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48829 ( +// Equation(s): +// \text_gen|char_ram~48829_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48826_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48828_combout )))) + + .dataa(\text_gen|char_ram~48828_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48826_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48829 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~48829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24880feeder ( +// Equation(s): +// \text_gen|char_ram~24880feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24880feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56898 ( +// Equation(s): +// \text_gen|char_ram~56898_combout = (\text_gen|char_ram~56813_combout & \text_gen|char_ram~52763_combout ) + + .dataa(\text_gen|char_ram~56813_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56898 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y32_N23 +dffeas \text_gen|char_ram~24880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56814 ( +// Equation(s): +// \text_gen|char_ram~56814_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~56813_combout ) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56814 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y27_N11 +dffeas \text_gen|char_ram~24936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56906 ( +// Equation(s): +// \text_gen|char_ram~56906_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~56813_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56906 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y31_N15 +dffeas \text_gen|char_ram~24866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56825 ( +// Equation(s): +// \text_gen|char_ram~56825_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~56813_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~56813_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56825 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y28_N15 +dffeas \text_gen|char_ram~24922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48830 ( +// Equation(s): +// \text_gen|char_ram~48830_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24922_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24866_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24866_q ), + .datad(\text_gen|char_ram~24922_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48830 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48831 ( +// Equation(s): +// \text_gen|char_ram~48831_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48830_combout & ((\text_gen|char_ram~24936_q ))) # (!\text_gen|char_ram~48830_combout & (\text_gen|char_ram~24880_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48830_combout )))) + + .dataa(\text_gen|char_ram~24880_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24936_q ), + .datad(\text_gen|char_ram~48830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48831 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24474feeder ( +// Equation(s): +// \text_gen|char_ram~24474feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52979 ( +// Equation(s): +// \text_gen|char_ram~52979_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52976_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52979 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y45_N17 +dffeas \text_gen|char_ram~24474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52978 ( +// Equation(s): +// \text_gen|char_ram~52978_combout = (\text_gen|char_ram~52976_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52976_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52978 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y49_N25 +dffeas \text_gen|char_ram~24488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53031 ( +// Equation(s): +// \text_gen|char_ram~53031_combout = (\text_gen|char_ram~52976_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52976_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53031 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y46_N27 +dffeas \text_gen|char_ram~24418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53030 ( +// Equation(s): +// \text_gen|char_ram~53030_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52976_combout ) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52976_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53030 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y40_N15 +dffeas \text_gen|char_ram~24432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48823 ( +// Equation(s): +// \text_gen|char_ram~48823_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~24432_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24418_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24418_q ), + .datad(\text_gen|char_ram~24432_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48823 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48824 ( +// Equation(s): +// \text_gen|char_ram~48824_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48823_combout & ((\text_gen|char_ram~24488_q ))) # (!\text_gen|char_ram~48823_combout & (\text_gen|char_ram~24474_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48823_combout )))) + + .dataa(\text_gen|char_ram~24474_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24488_q ), + .datad(\text_gen|char_ram~48823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48824 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48832 ( +// Equation(s): +// \text_gen|char_ram~48832_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48829_combout & (\text_gen|char_ram~48831_combout )) # (!\text_gen|char_ram~48829_combout & ((\text_gen|char_ram~48824_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48829_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48829_combout ), + .datac(\text_gen|char_ram~48831_combout ), + .datad(\text_gen|char_ram~48824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48832 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48833 ( +// Equation(s): +// \text_gen|char_ram~48833_combout = (\text_gen|char_ram~48822_combout & (((\text_gen|char_ram~48832_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~48822_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~48801_combout ))) + + .dataa(\text_gen|char_ram~48822_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~48801_combout ), + .datad(\text_gen|char_ram~48832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48833 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~48833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55095 ( +// Equation(s): +// \text_gen|char_ram~55095_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52946_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55095 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y52_N23 +dffeas \text_gen|char_ram~1794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55087 ( +// Equation(s): +// \text_gen|char_ram~55087_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52906_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55087 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y52_N29 +dffeas \text_gen|char_ram~1808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48900 ( +// Equation(s): +// \text_gen|char_ram~48900_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1808_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1794_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1794_q ), + .datad(\text_gen|char_ram~1808_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48900 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55027 ( +// Equation(s): +// \text_gen|char_ram~55027_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52908_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55027 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y37_N5 +dffeas \text_gen|char_ram~1864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55031 ( +// Equation(s): +// \text_gen|char_ram~55031_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52948_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52948_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55031 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y38_N11 +dffeas \text_gen|char_ram~1850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48901 ( +// Equation(s): +// \text_gen|char_ram~48901_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48900_combout & (\text_gen|char_ram~1864_q )) # (!\text_gen|char_ram~48900_combout & ((\text_gen|char_ram~1850_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48900_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48900_combout ), + .datac(\text_gen|char_ram~1864_q ), + .datad(\text_gen|char_ram~1850_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48901 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2746feeder ( +// Equation(s): +// \text_gen|char_ram~2746feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2746feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52949 ( +// Equation(s): +// \text_gen|char_ram~52949_combout = (\text_gen|char_ram~52948_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52948_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52949 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y61_N11 +dffeas \text_gen|char_ram~2746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52909 ( +// Equation(s): +// \text_gen|char_ram~52909_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52908_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52909 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y61_N17 +dffeas \text_gen|char_ram~2760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52950 ( +// Equation(s): +// \text_gen|char_ram~52950_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52946_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52950 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y57_N23 +dffeas \text_gen|char_ram~2690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52910 ( +// Equation(s): +// \text_gen|char_ram~52910_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52906_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52910 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y57_N5 +dffeas \text_gen|char_ram~2704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48898 ( +// Equation(s): +// \text_gen|char_ram~48898_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~2704_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2690_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2690_q ), + .datad(\text_gen|char_ram~2704_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48898 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48899 ( +// Equation(s): +// \text_gen|char_ram~48899_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48898_combout & ((\text_gen|char_ram~2760_q ))) # (!\text_gen|char_ram~48898_combout & (\text_gen|char_ram~2746_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48898_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2746_q ), + .datac(\text_gen|char_ram~2760_q ), + .datad(\text_gen|char_ram~48898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48899 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48902 ( +// Equation(s): +// \text_gen|char_ram~48902_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~48899_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~48901_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48901_combout ), + .datad(\text_gen|char_ram~48899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48902 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56590 ( +// Equation(s): +// \text_gen|char_ram~56590_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52906_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56590 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y22_N13 +dffeas \text_gen|char_ram~3152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56558 ( +// Equation(s): +// \text_gen|char_ram~56558_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52908_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56558 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y23_N5 +dffeas \text_gen|char_ram~3208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56655 ( +// Equation(s): +// \text_gen|char_ram~56655_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52946_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56655 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y34_N3 +dffeas \text_gen|char_ram~3138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3194feeder ( +// Equation(s): +// \text_gen|char_ram~3194feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3194feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3194feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3194feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56622 ( +// Equation(s): +// \text_gen|char_ram~56622_combout = (\text_gen|char_ram~52948_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52948_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56622 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y27_N25 +dffeas \text_gen|char_ram~3194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3194feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48903 ( +// Equation(s): +// \text_gen|char_ram~48903_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~3194_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3138_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3138_q ), + .datad(\text_gen|char_ram~3194_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48903 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48904 ( +// Equation(s): +// \text_gen|char_ram~48904_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48903_combout & ((\text_gen|char_ram~3208_q ))) # (!\text_gen|char_ram~48903_combout & (\text_gen|char_ram~3152_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48903_combout )))) + + .dataa(\text_gen|char_ram~3152_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3208_q ), + .datad(\text_gen|char_ram~48903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48904 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54315 ( +// Equation(s): +// \text_gen|char_ram~54315_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52946_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54315 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y16_N1 +dffeas \text_gen|char_ram~2242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54250 ( +// Equation(s): +// \text_gen|char_ram~54250_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52948_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54250 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y12_N23 +dffeas \text_gen|char_ram~2298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48896 ( +// Equation(s): +// \text_gen|char_ram~48896_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~2298_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2242_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2242_q ), + .datad(\text_gen|char_ram~2298_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48896 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54246 ( +// Equation(s): +// \text_gen|char_ram~54246_combout = (\text_gen|char_ram~52908_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52908_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54246 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y12_N13 +dffeas \text_gen|char_ram~2312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54307 ( +// Equation(s): +// \text_gen|char_ram~54307_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52906_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54307 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y20_N7 +dffeas \text_gen|char_ram~2256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48897 ( +// Equation(s): +// \text_gen|char_ram~48897_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48896_combout & (\text_gen|char_ram~2312_q )) # (!\text_gen|char_ram~48896_combout & ((\text_gen|char_ram~2256_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48896_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48896_combout ), + .datac(\text_gen|char_ram~2312_q ), + .datad(\text_gen|char_ram~2256_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48897 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48905 ( +// Equation(s): +// \text_gen|char_ram~48905_combout = (\text_gen|char_ram~48902_combout & (((\text_gen|char_ram~48904_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~48902_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48897_combout )))) + + .dataa(\text_gen|char_ram~48902_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48904_combout ), + .datad(\text_gen|char_ram~48897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48905 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56391 ( +// Equation(s): +// \text_gen|char_ram~56391_combout = (\text_gen|char_ram~52789_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~52789_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56391 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y31_N7 +dffeas \text_gen|char_ram~10306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56327 ( +// Equation(s): +// \text_gen|char_ram~56327_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52791_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56327 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N5 +dffeas \text_gen|char_ram~10362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48893 ( +// Equation(s): +// \text_gen|char_ram~48893_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10362_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10306_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10306_q ), + .datad(\text_gen|char_ram~10362_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48893 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56311 ( +// Equation(s): +// \text_gen|char_ram~56311_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52769_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56311 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N11 +dffeas \text_gen|char_ram~10376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10320feeder ( +// Equation(s): +// \text_gen|char_ram~10320feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10320feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10320feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10320feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56359 ( +// Equation(s): +// \text_gen|char_ram~56359_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52767_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56359 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y29_N7 +dffeas \text_gen|char_ram~10320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10320feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48894 ( +// Equation(s): +// \text_gen|char_ram~48894_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48893_combout & (\text_gen|char_ram~10376_q )) # (!\text_gen|char_ram~48893_combout & ((\text_gen|char_ram~10320_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~48893_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48893_combout ), + .datac(\text_gen|char_ram~10376_q ), + .datad(\text_gen|char_ram~10320_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48894 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52771 ( +// Equation(s): +// \text_gen|char_ram~52771_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52767_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52767_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52771 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~52771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N11 +dffeas \text_gen|char_ram~9872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52793 ( +// Equation(s): +// \text_gen|char_ram~52793_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52789_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52793 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y61_N27 +dffeas \text_gen|char_ram~9858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48886 ( +// Equation(s): +// \text_gen|char_ram~48886_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~9872_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~9858_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9872_q ), + .datac(\text_gen|char_ram~9858_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48886 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y62_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52770 ( +// Equation(s): +// \text_gen|char_ram~52770_combout = (\text_gen|char_ram~52769_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52769_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52770 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y61_N3 +dffeas \text_gen|char_ram~9928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y64_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52792 ( +// Equation(s): +// \text_gen|char_ram~52792_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52791_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52792 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y61_N29 +dffeas \text_gen|char_ram~9914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48887 ( +// Equation(s): +// \text_gen|char_ram~48887_combout = (\text_gen|char_ram~48886_combout & (((\text_gen|char_ram~9928_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48886_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~9914_q )))) + + .dataa(\text_gen|char_ram~48886_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9928_q ), + .datad(\text_gen|char_ram~9914_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48887 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9424feeder ( +// Equation(s): +// \text_gen|char_ram~9424feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9424feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9424feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9424feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54291 ( +// Equation(s): +// \text_gen|char_ram~54291_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52767_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54291 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y13_N21 +dffeas \text_gen|char_ram~9424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9424feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9480feeder ( +// Equation(s): +// \text_gen|char_ram~9480feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9480feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54225 ( +// Equation(s): +// \text_gen|char_ram~54225_combout = (\text_gen|char_ram~52769_combout & \text_gen|char_ram~54206_combout ) + + .dataa(\text_gen|char_ram~52769_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54225 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y9_N5 +dffeas \text_gen|char_ram~9480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54233 ( +// Equation(s): +// \text_gen|char_ram~54233_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52791_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54233 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y12_N27 +dffeas \text_gen|char_ram~9466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54299 ( +// Equation(s): +// \text_gen|char_ram~54299_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52789_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54299 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y13_N21 +dffeas \text_gen|char_ram~9410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48888 ( +// Equation(s): +// \text_gen|char_ram~48888_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~9466_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~9410_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9466_q ), + .datac(\text_gen|char_ram~9410_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48888 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y9_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48889 ( +// Equation(s): +// \text_gen|char_ram~48889_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48888_combout & ((\text_gen|char_ram~9480_q ))) # (!\text_gen|char_ram~48888_combout & (\text_gen|char_ram~9424_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48888_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9424_q ), + .datac(\text_gen|char_ram~9480_q ), + .datad(\text_gen|char_ram~48888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48889 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55063 ( +// Equation(s): +// \text_gen|char_ram~55063_combout = (\text_gen|char_ram~52789_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52789_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55063 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y41_N15 +dffeas \text_gen|char_ram~8962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55055 ( +// Equation(s): +// \text_gen|char_ram~55055_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52767_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52767_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55055 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y40_N1 +dffeas \text_gen|char_ram~8976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48890 ( +// Equation(s): +// \text_gen|char_ram~48890_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~8976_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8962_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8962_q ), + .datad(\text_gen|char_ram~8976_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48890 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9018feeder ( +// Equation(s): +// \text_gen|char_ram~9018feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9018feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55023 ( +// Equation(s): +// \text_gen|char_ram~55023_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~54986_combout ) + + .dataa(\text_gen|char_ram~52791_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55023 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N13 +dffeas \text_gen|char_ram~9018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55035 ( +// Equation(s): +// \text_gen|char_ram~55035_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52769_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55035 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y41_N19 +dffeas \text_gen|char_ram~9032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48891 ( +// Equation(s): +// \text_gen|char_ram~48891_combout = (\text_gen|char_ram~48890_combout & (((\text_gen|char_ram~9032_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~48890_combout & (\text_gen|char_ram~9018_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~48890_combout ), + .datab(\text_gen|char_ram~9018_q ), + .datac(\text_gen|char_ram~9032_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48891 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48892 ( +// Equation(s): +// \text_gen|char_ram~48892_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48889_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~48891_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48889_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48892 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~48892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48895 ( +// Equation(s): +// \text_gen|char_ram~48895_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48892_combout & (\text_gen|char_ram~48894_combout )) # (!\text_gen|char_ram~48892_combout & ((\text_gen|char_ram~48887_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48892_combout )))) + + .dataa(\text_gen|char_ram~48894_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48887_combout ), + .datad(\text_gen|char_ram~48892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48895 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48906 ( +// Equation(s): +// \text_gen|char_ram~48906_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~48895_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~48905_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~48905_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~48895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48906 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~48906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52867 ( +// Equation(s): +// \text_gen|char_ram~52867_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52866_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52867 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N15 +dffeas \text_gen|char_ram~17082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52826 ( +// Equation(s): +// \text_gen|char_ram~52826_combout = (\text_gen|char_ram~52822_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52822_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52826 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y56_N29 +dffeas \text_gen|char_ram~17096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17026feeder ( +// Equation(s): +// \text_gen|char_ram~17026feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17026feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52870 ( +// Equation(s): +// \text_gen|char_ram~52870_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52868_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52870 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y55_N13 +dffeas \text_gen|char_ram~17026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17040feeder ( +// Equation(s): +// \text_gen|char_ram~17040feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17040feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17040feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17040feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52836 ( +// Equation(s): +// \text_gen|char_ram~52836_combout = (\text_gen|char_ram~52833_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52833_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52836 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y55_N9 +dffeas \text_gen|char_ram~17040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17040feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48878 ( +// Equation(s): +// \text_gen|char_ram~48878_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17040_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17026_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17026_q ), + .datad(\text_gen|char_ram~17040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48878 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48879 ( +// Equation(s): +// \text_gen|char_ram~48879_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48878_combout & ((\text_gen|char_ram~17096_q ))) # (!\text_gen|char_ram~48878_combout & (\text_gen|char_ram~17082_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48878_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17082_q ), + .datac(\text_gen|char_ram~17096_q ), + .datad(\text_gen|char_ram~48878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48879 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55079 ( +// Equation(s): +// \text_gen|char_ram~55079_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52868_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55079 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y37_N3 +dffeas \text_gen|char_ram~16130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16144feeder ( +// Equation(s): +// \text_gen|char_ram~16144feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16144feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16144feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16144feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55071 ( +// Equation(s): +// \text_gen|char_ram~55071_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52833_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55071 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N31 +dffeas \text_gen|char_ram~16144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16144feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48880 ( +// Equation(s): +// \text_gen|char_ram~48880_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~16144_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16130_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16130_q ), + .datad(\text_gen|char_ram~16144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48880 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54994 ( +// Equation(s): +// \text_gen|char_ram~54994_combout = (\text_gen|char_ram~52822_combout & \text_gen|char_ram~54986_combout ) + + .dataa(\text_gen|char_ram~52822_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54994 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y37_N25 +dffeas \text_gen|char_ram~16200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54998 ( +// Equation(s): +// \text_gen|char_ram~54998_combout = (\text_gen|char_ram~52866_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52866_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54998 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y37_N25 +dffeas \text_gen|char_ram~16186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48881 ( +// Equation(s): +// \text_gen|char_ram~48881_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48880_combout & (\text_gen|char_ram~16200_q )) # (!\text_gen|char_ram~48880_combout & ((\text_gen|char_ram~16186_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48880_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48880_combout ), + .datac(\text_gen|char_ram~16200_q ), + .datad(\text_gen|char_ram~16186_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48881 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48882 ( +// Equation(s): +// \text_gen|char_ram~48882_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~48879_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~48881_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48879_combout ), + .datad(\text_gen|char_ram~48881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48882 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16592feeder ( +// Equation(s): +// \text_gen|char_ram~16592feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54279 ( +// Equation(s): +// \text_gen|char_ram~54279_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52833_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54279 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y15_N13 +dffeas \text_gen|char_ram~16592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54213 ( +// Equation(s): +// \text_gen|char_ram~54213_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54213 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y15_N11 +dffeas \text_gen|char_ram~16648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54283 ( +// Equation(s): +// \text_gen|char_ram~54283_combout = (\text_gen|char_ram~52868_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52868_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54283 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y16_N9 +dffeas \text_gen|char_ram~16578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16634feeder ( +// Equation(s): +// \text_gen|char_ram~16634feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54217 ( +// Equation(s): +// \text_gen|char_ram~54217_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52866_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54217 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y12_N19 +dffeas \text_gen|char_ram~16634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48876 ( +// Equation(s): +// \text_gen|char_ram~48876_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~16634_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16578_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16578_q ), + .datad(\text_gen|char_ram~16634_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48876 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48877 ( +// Equation(s): +// \text_gen|char_ram~48877_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48876_combout & ((\text_gen|char_ram~16648_q ))) # (!\text_gen|char_ram~48876_combout & (\text_gen|char_ram~16592_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48876_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16592_q ), + .datac(\text_gen|char_ram~16648_q ), + .datad(\text_gen|char_ram~48876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48877 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17488feeder ( +// Equation(s): +// \text_gen|char_ram~17488feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17488feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17488feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17488feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56069 ( +// Equation(s): +// \text_gen|char_ram~56069_combout = (\text_gen|char_ram~52833_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~52833_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56069 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y27_N9 +dffeas \text_gen|char_ram~17488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17488feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56065 ( +// Equation(s): +// \text_gen|char_ram~56065_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56065 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y37_N13 +dffeas \text_gen|char_ram~17544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56133 ( +// Equation(s): +// \text_gen|char_ram~56133_combout = (\text_gen|char_ram~52868_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~52868_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56133 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y30_N27 +dffeas \text_gen|char_ram~17474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17530feeder ( +// Equation(s): +// \text_gen|char_ram~17530feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56129 ( +// Equation(s): +// \text_gen|char_ram~56129_combout = (\text_gen|char_ram~52866_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52866_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56129 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y26_N11 +dffeas \text_gen|char_ram~17530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48883 ( +// Equation(s): +// \text_gen|char_ram~48883_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17530_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17474_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17474_q ), + .datad(\text_gen|char_ram~17530_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48883 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48884 ( +// Equation(s): +// \text_gen|char_ram~48884_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48883_combout & ((\text_gen|char_ram~17544_q ))) # (!\text_gen|char_ram~48883_combout & (\text_gen|char_ram~17488_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48883_combout )))) + + .dataa(\text_gen|char_ram~17488_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17544_q ), + .datad(\text_gen|char_ram~48883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48884 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48885 ( +// Equation(s): +// \text_gen|char_ram~48885_combout = (\text_gen|char_ram~48882_combout & (((\text_gen|char_ram~48884_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~48882_combout & (\text_gen|Add5~4_combout & (\text_gen|char_ram~48877_combout ))) + + .dataa(\text_gen|char_ram~48882_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48877_combout ), + .datad(\text_gen|char_ram~48884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48885 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~48885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56914 ( +// Equation(s): +// \text_gen|char_ram~56914_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56914 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y30_N11 +dffeas \text_gen|char_ram~24656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56849 ( +// Equation(s): +// \text_gen|char_ram~56849_combout = (\text_gen|char_ram~52991_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~52991_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56849 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y31_N9 +dffeas \text_gen|char_ram~24712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56922 ( +// Equation(s): +// \text_gen|char_ram~56922_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53017_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56922 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y34_N17 +dffeas \text_gen|char_ram~24642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24698feeder ( +// Equation(s): +// \text_gen|char_ram~24698feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24698feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56857 ( +// Equation(s): +// \text_gen|char_ram~56857_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56857 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y30_N25 +dffeas \text_gen|char_ram~24698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48914 ( +// Equation(s): +// \text_gen|char_ram~48914_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~24698_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24642_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24642_q ), + .datad(\text_gen|char_ram~24698_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48914 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48915 ( +// Equation(s): +// \text_gen|char_ram~48915_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48914_combout & ((\text_gen|char_ram~24712_q ))) # (!\text_gen|char_ram~48914_combout & (\text_gen|char_ram~24656_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48914_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24656_q ), + .datac(\text_gen|char_ram~24712_q ), + .datad(\text_gen|char_ram~48914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48915 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55111 ( +// Equation(s): +// \text_gen|char_ram~55111_combout = (\text_gen|char_ram~53017_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53017_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55111 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y38_N23 +dffeas \text_gen|char_ram~23298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23312feeder ( +// Equation(s): +// \text_gen|char_ram~23312feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55103 ( +// Equation(s): +// \text_gen|char_ram~55103_combout = (\text_gen|char_ram~53015_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53015_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55103 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y40_N9 +dffeas \text_gen|char_ram~23312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48911 ( +// Equation(s): +// \text_gen|char_ram~48911_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~23312_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23298_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23298_q ), + .datad(\text_gen|char_ram~23312_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48911 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23354feeder ( +// Equation(s): +// \text_gen|char_ram~23354feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23354feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54990 ( +// Equation(s): +// \text_gen|char_ram~54990_combout = (\text_gen|char_ram~52993_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52993_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54990 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y41_N5 +dffeas \text_gen|char_ram~23354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23368feeder ( +// Equation(s): +// \text_gen|char_ram~23368feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23368feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23368feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23368feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55002 ( +// Equation(s): +// \text_gen|char_ram~55002_combout = (\text_gen|char_ram~52991_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52991_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55002 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y36_N17 +dffeas \text_gen|char_ram~23368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23368feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48912 ( +// Equation(s): +// \text_gen|char_ram~48912_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48911_combout & ((\text_gen|char_ram~23368_q ))) # (!\text_gen|char_ram~48911_combout & (\text_gen|char_ram~23354_q )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48911_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48911_combout ), + .datac(\text_gen|char_ram~23354_q ), + .datad(\text_gen|char_ram~23368_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48912 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54323 ( +// Equation(s): +// \text_gen|char_ram~54323_combout = (\text_gen|char_ram~53015_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53015_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54323 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N5 +dffeas \text_gen|char_ram~23760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54331 ( +// Equation(s): +// \text_gen|char_ram~54331_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53017_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54331 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y16_N29 +dffeas \text_gen|char_ram~23746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23802feeder ( +// Equation(s): +// \text_gen|char_ram~23802feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23802feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54267 ( +// Equation(s): +// \text_gen|char_ram~54267_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54267 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y12_N23 +dffeas \text_gen|char_ram~23802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48909 ( +// Equation(s): +// \text_gen|char_ram~48909_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~23802_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23746_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23746_q ), + .datad(\text_gen|char_ram~23802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48909 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54259 ( +// Equation(s): +// \text_gen|char_ram~54259_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52991_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52991_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54259 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y15_N29 +dffeas \text_gen|char_ram~23816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48910 ( +// Equation(s): +// \text_gen|char_ram~48910_combout = (\text_gen|char_ram~48909_combout & (((\text_gen|char_ram~23816_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48909_combout & (\text_gen|char_ram~23760_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~23760_q ), + .datab(\text_gen|char_ram~48909_combout ), + .datac(\text_gen|char_ram~23816_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48910 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48913 ( +// Equation(s): +// \text_gen|char_ram~48913_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48910_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48912_combout )))) + + .dataa(\text_gen|char_ram~48912_combout ), + .datab(\text_gen|char_ram~48910_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48913 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~48913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52994 ( +// Equation(s): +// \text_gen|char_ram~52994_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52994 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N1 +dffeas \text_gen|char_ram~24250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52992 ( +// Equation(s): +// \text_gen|char_ram~52992_combout = (\text_gen|char_ram~52991_combout & \text_gen|char_ram~52733_combout ) + + .dataa(\text_gen|char_ram~52991_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52992 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~52992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y31_N31 +dffeas \text_gen|char_ram~24264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53035 ( +// Equation(s): +// \text_gen|char_ram~53035_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53017_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53035 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y53_N29 +dffeas \text_gen|char_ram~24194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53034 ( +// Equation(s): +// \text_gen|char_ram~53034_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53034 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y53_N9 +dffeas \text_gen|char_ram~24208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48907 ( +// Equation(s): +// \text_gen|char_ram~48907_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~24208_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24194_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24194_q ), + .datad(\text_gen|char_ram~24208_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48907 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48908 ( +// Equation(s): +// \text_gen|char_ram~48908_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48907_combout & ((\text_gen|char_ram~24264_q ))) # (!\text_gen|char_ram~48907_combout & (\text_gen|char_ram~24250_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48907_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~24250_q ), + .datac(\text_gen|char_ram~24264_q ), + .datad(\text_gen|char_ram~48907_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48908 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48916 ( +// Equation(s): +// \text_gen|char_ram~48916_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48913_combout & (\text_gen|char_ram~48915_combout )) # (!\text_gen|char_ram~48913_combout & ((\text_gen|char_ram~48908_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48913_combout )))) + + .dataa(\text_gen|char_ram~48915_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48913_combout ), + .datad(\text_gen|char_ram~48908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48916 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~48916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48917 ( +// Equation(s): +// \text_gen|char_ram~48917_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~48906_combout & ((\text_gen|char_ram~48916_combout ))) # (!\text_gen|char_ram~48906_combout & (\text_gen|char_ram~48885_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~48906_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~48906_combout ), + .datac(\text_gen|char_ram~48885_combout ), + .datad(\text_gen|char_ram~48916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48917 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17600feeder ( +// Equation(s): +// \text_gen|char_ram~17600feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56053 ( +// Equation(s): +// \text_gen|char_ram~56053_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56053 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y28_N31 +dffeas \text_gen|char_ram~17600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56045 ( +// Equation(s): +// \text_gen|char_ram~56045_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56045 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y28_N17 +dffeas \text_gen|char_ram~17656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17642feeder ( +// Equation(s): +// \text_gen|char_ram~17642feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17642feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56109 ( +// Equation(s): +// \text_gen|char_ram~56109_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56109 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y32_N9 +dffeas \text_gen|char_ram~17642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56117 ( +// Equation(s): +// \text_gen|char_ram~56117_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56117 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y28_N19 +dffeas \text_gen|char_ram~17586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48841 ( +// Equation(s): +// \text_gen|char_ram~48841_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~17642_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~17586_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~17642_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17586_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48841 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48842 ( +// Equation(s): +// \text_gen|char_ram~48842_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48841_combout & ((\text_gen|char_ram~17656_q ))) # (!\text_gen|char_ram~48841_combout & (\text_gen|char_ram~17600_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48841_combout )))) + + .dataa(\text_gen|char_ram~17600_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17656_q ), + .datad(\text_gen|char_ram~48841_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48842 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16704feeder ( +// Equation(s): +// \text_gen|char_ram~16704feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16704feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16704feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16704feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54278 ( +// Equation(s): +// \text_gen|char_ram~54278_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54278 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N1 +dffeas \text_gen|char_ram~16704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16704feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54212 ( +// Equation(s): +// \text_gen|char_ram~54212_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54212 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y15_N17 +dffeas \text_gen|char_ram~16760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54282 ( +// Equation(s): +// \text_gen|char_ram~54282_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54282 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y16_N1 +dffeas \text_gen|char_ram~16690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54216 ( +// Equation(s): +// \text_gen|char_ram~54216_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54216 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y12_N17 +dffeas \text_gen|char_ram~16746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48834 ( +// Equation(s): +// \text_gen|char_ram~48834_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~16746_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16690_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16690_q ), + .datad(\text_gen|char_ram~16746_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48834 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48835 ( +// Equation(s): +// \text_gen|char_ram~48835_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48834_combout & ((\text_gen|char_ram~16760_q ))) # (!\text_gen|char_ram~48834_combout & (\text_gen|char_ram~16704_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48834_combout )))) + + .dataa(\text_gen|char_ram~16704_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16760_q ), + .datad(\text_gen|char_ram~48834_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48835 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17152feeder ( +// Equation(s): +// \text_gen|char_ram~17152feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17152feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17152feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17152feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52835 ( +// Equation(s): +// \text_gen|char_ram~52835_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52835 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y37_N13 +dffeas \text_gen|char_ram~17152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17152feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52860 ( +// Equation(s): +// \text_gen|char_ram~52860_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52860 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y37_N11 +dffeas \text_gen|char_ram~17138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48836 ( +// Equation(s): +// \text_gen|char_ram~48836_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~17152_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~17138_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~17152_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17138_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48836 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52825 ( +// Equation(s): +// \text_gen|char_ram~52825_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52825 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y38_N9 +dffeas \text_gen|char_ram~17208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52858 ( +// Equation(s): +// \text_gen|char_ram~52858_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52858 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y37_N5 +dffeas \text_gen|char_ram~17194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48837 ( +// Equation(s): +// \text_gen|char_ram~48837_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48836_combout & (\text_gen|char_ram~17208_q )) # (!\text_gen|char_ram~48836_combout & ((\text_gen|char_ram~17194_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48836_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48836_combout ), + .datac(\text_gen|char_ram~17208_q ), + .datad(\text_gen|char_ram~17194_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48837 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55078 ( +// Equation(s): +// \text_gen|char_ram~55078_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55078 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y35_N29 +dffeas \text_gen|char_ram~16242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55069 ( +// Equation(s): +// \text_gen|char_ram~55069_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55069 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y43_N17 +dffeas \text_gen|char_ram~16256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48838 ( +// Equation(s): +// \text_gen|char_ram~48838_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~16256_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16242_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16242_q ), + .datad(\text_gen|char_ram~16256_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48838 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54997 ( +// Equation(s): +// \text_gen|char_ram~54997_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54997 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y35_N23 +dffeas \text_gen|char_ram~16298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16312feeder ( +// Equation(s): +// \text_gen|char_ram~16312feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54993 ( +// Equation(s): +// \text_gen|char_ram~54993_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54993 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y36_N31 +dffeas \text_gen|char_ram~16312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48839 ( +// Equation(s): +// \text_gen|char_ram~48839_combout = (\text_gen|char_ram~48838_combout & (((\text_gen|char_ram~16312_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48838_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~16298_q ))) + + .dataa(\text_gen|char_ram~48838_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16298_q ), + .datad(\text_gen|char_ram~16312_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48839 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~48839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48840 ( +// Equation(s): +// \text_gen|char_ram~48840_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~48837_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~48839_combout ))))) + + .dataa(\text_gen|char_ram~48837_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48840 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~48840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48843 ( +// Equation(s): +// \text_gen|char_ram~48843_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48840_combout & (\text_gen|char_ram~48842_combout )) # (!\text_gen|char_ram~48840_combout & ((\text_gen|char_ram~48835_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48840_combout )))) + + .dataa(\text_gen|char_ram~48842_combout ), + .datab(\text_gen|char_ram~48835_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~48840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48843 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~48843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52986 ( +// Equation(s): +// \text_gen|char_ram~52986_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52986 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y41_N9 +dffeas \text_gen|char_ram~24362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52982 ( +// Equation(s): +// \text_gen|char_ram~52982_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52981_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52982 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y41_N21 +dffeas \text_gen|char_ram~24376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53027 ( +// Equation(s): +// \text_gen|char_ram~53027_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53004_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53027 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y41_N5 +dffeas \text_gen|char_ram~24306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53025 ( +// Equation(s): +// \text_gen|char_ram~53025_combout = (\text_gen|char_ram~53000_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53000_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53025 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y37_N5 +dffeas \text_gen|char_ram~24320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48865 ( +// Equation(s): +// \text_gen|char_ram~48865_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~24320_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24306_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24306_q ), + .datad(\text_gen|char_ram~24320_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48865 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48866 ( +// Equation(s): +// \text_gen|char_ram~48866_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48865_combout & ((\text_gen|char_ram~24376_q ))) # (!\text_gen|char_ram~48865_combout & (\text_gen|char_ram~24362_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48865_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~24362_q ), + .datac(\text_gen|char_ram~24376_q ), + .datad(\text_gen|char_ram~48865_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48866 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24768feeder ( +// Equation(s): +// \text_gen|char_ram~24768feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24768feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24768feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24768feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56886 ( +// Equation(s): +// \text_gen|char_ram~56886_combout = (\text_gen|char_ram~53000_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53000_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56886 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y26_N23 +dffeas \text_gen|char_ram~24768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24768feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56837 ( +// Equation(s): +// \text_gen|char_ram~56837_combout = (\text_gen|char_ram~52981_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52981_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56837 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y31_N9 +dffeas \text_gen|char_ram~24824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24810feeder ( +// Equation(s): +// \text_gen|char_ram~24810feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24810feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56841 ( +// Equation(s): +// \text_gen|char_ram~56841_combout = (\text_gen|char_ram~52985_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~52985_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56841 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y23_N23 +dffeas \text_gen|char_ram~24810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56890 ( +// Equation(s): +// \text_gen|char_ram~56890_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53004_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56890 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y28_N3 +dffeas \text_gen|char_ram~24754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48872 ( +// Equation(s): +// \text_gen|char_ram~48872_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~24810_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~24754_q ))))) + + .dataa(\text_gen|char_ram~24810_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24754_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48872 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48873 ( +// Equation(s): +// \text_gen|char_ram~48873_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48872_combout & ((\text_gen|char_ram~24824_q ))) # (!\text_gen|char_ram~48872_combout & (\text_gen|char_ram~24768_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48872_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24768_q ), + .datac(\text_gen|char_ram~24824_q ), + .datad(\text_gen|char_ram~48872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48873 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54987 ( +// Equation(s): +// \text_gen|char_ram~54987_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52985_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54987 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y21_N19 +dffeas \text_gen|char_ram~23466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55000 ( +// Equation(s): +// \text_gen|char_ram~55000_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52981_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55000 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y38_N15 +dffeas \text_gen|char_ram~23480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55110 ( +// Equation(s): +// \text_gen|char_ram~55110_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53004_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55110 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y38_N21 +dffeas \text_gen|char_ram~23410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55101 ( +// Equation(s): +// \text_gen|char_ram~55101_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53000_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53000_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55101 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y37_N15 +dffeas \text_gen|char_ram~23424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48869 ( +// Equation(s): +// \text_gen|char_ram~48869_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~23424_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23410_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23410_q ), + .datad(\text_gen|char_ram~23424_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48869 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48870 ( +// Equation(s): +// \text_gen|char_ram~48870_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48869_combout & ((\text_gen|char_ram~23480_q ))) # (!\text_gen|char_ram~48869_combout & (\text_gen|char_ram~23466_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48869_combout )))) + + .dataa(\text_gen|char_ram~23466_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23480_q ), + .datad(\text_gen|char_ram~48869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48870 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54322 ( +// Equation(s): +// \text_gen|char_ram~54322_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53000_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54322 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N27 +dffeas \text_gen|char_ram~23872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54258 ( +// Equation(s): +// \text_gen|char_ram~54258_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52981_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54258 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N21 +dffeas \text_gen|char_ram~23928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54266 ( +// Equation(s): +// \text_gen|char_ram~54266_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54266 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y16_N15 +dffeas \text_gen|char_ram~23914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54330 ( +// Equation(s): +// \text_gen|char_ram~54330_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53004_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54330 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y20_N29 +dffeas \text_gen|char_ram~23858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48867 ( +// Equation(s): +// \text_gen|char_ram~48867_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~23914_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~23858_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~23914_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23858_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48867 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48868 ( +// Equation(s): +// \text_gen|char_ram~48868_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48867_combout & ((\text_gen|char_ram~23928_q ))) # (!\text_gen|char_ram~48867_combout & (\text_gen|char_ram~23872_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48867_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~23872_q ), + .datac(\text_gen|char_ram~23928_q ), + .datad(\text_gen|char_ram~48867_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48868 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48871 ( +// Equation(s): +// \text_gen|char_ram~48871_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48868_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48870_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48870_combout ), + .datad(\text_gen|char_ram~48868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48871 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48874 ( +// Equation(s): +// \text_gen|char_ram~48874_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48871_combout & ((\text_gen|char_ram~48873_combout ))) # (!\text_gen|char_ram~48871_combout & (\text_gen|char_ram~48866_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48871_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48866_combout ), + .datac(\text_gen|char_ram~48873_combout ), + .datad(\text_gen|char_ram~48871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48874 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54314 ( +// Equation(s): +// \text_gen|char_ram~54314_combout = (\text_gen|char_ram~52940_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52940_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54314 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y16_N31 +dffeas \text_gen|char_ram~2354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54249 ( +// Equation(s): +// \text_gen|char_ram~54249_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52942_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54249 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y12_N21 +dffeas \text_gen|char_ram~2410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48854 ( +// Equation(s): +// \text_gen|char_ram~48854_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~2410_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2354_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2354_q ), + .datad(\text_gen|char_ram~2410_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48854 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54245 ( +// Equation(s): +// \text_gen|char_ram~54245_combout = (\text_gen|char_ram~52896_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52896_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54245 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y15_N23 +dffeas \text_gen|char_ram~2424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54306 ( +// Equation(s): +// \text_gen|char_ram~54306_combout = (\text_gen|char_ram~52894_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52894_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54306 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N19 +dffeas \text_gen|char_ram~2368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48855 ( +// Equation(s): +// \text_gen|char_ram~48855_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48854_combout & (\text_gen|char_ram~2424_q )) # (!\text_gen|char_ram~48854_combout & ((\text_gen|char_ram~2368_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48854_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48854_combout ), + .datac(\text_gen|char_ram~2424_q ), + .datad(\text_gen|char_ram~2368_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48855 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~3264feeder ( +// Equation(s): +// \text_gen|char_ram~3264feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3264feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3264feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3264feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56583 ( +// Equation(s): +// \text_gen|char_ram~56583_combout = (\text_gen|char_ram~52894_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52894_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56583 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y30_N5 +dffeas \text_gen|char_ram~3264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3264feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56551 ( +// Equation(s): +// \text_gen|char_ram~56551_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52896_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56551 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y34_N7 +dffeas \text_gen|char_ram~3320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56647 ( +// Equation(s): +// \text_gen|char_ram~56647_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52940_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56647 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y34_N11 +dffeas \text_gen|char_ram~3250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56615 ( +// Equation(s): +// \text_gen|char_ram~56615_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52942_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56615 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y35_N31 +dffeas \text_gen|char_ram~3306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48861 ( +// Equation(s): +// \text_gen|char_ram~48861_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~3306_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3250_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3250_q ), + .datad(\text_gen|char_ram~3306_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48861 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48862 ( +// Equation(s): +// \text_gen|char_ram~48862_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48861_combout & ((\text_gen|char_ram~3320_q ))) # (!\text_gen|char_ram~48861_combout & (\text_gen|char_ram~3264_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48861_combout )))) + + .dataa(\text_gen|char_ram~3264_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3320_q ), + .datad(\text_gen|char_ram~48861_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48862 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1962feeder ( +// Equation(s): +// \text_gen|char_ram~1962feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55030 ( +// Equation(s): +// \text_gen|char_ram~55030_combout = (\text_gen|char_ram~52942_combout & \text_gen|char_ram~54986_combout ) + + .dataa(\text_gen|char_ram~52942_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55030 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y35_N17 +dffeas \text_gen|char_ram~1962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55026 ( +// Equation(s): +// \text_gen|char_ram~55026_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52896_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55026 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y38_N15 +dffeas \text_gen|char_ram~1976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55094 ( +// Equation(s): +// \text_gen|char_ram~55094_combout = (\text_gen|char_ram~52940_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52940_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55094 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y38_N19 +dffeas \text_gen|char_ram~1906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1920feeder ( +// Equation(s): +// \text_gen|char_ram~1920feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1920feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55085 ( +// Equation(s): +// \text_gen|char_ram~55085_combout = (\text_gen|char_ram~52894_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52894_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55085 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y40_N9 +dffeas \text_gen|char_ram~1920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48858 ( +// Equation(s): +// \text_gen|char_ram~48858_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1920_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1906_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1906_q ), + .datad(\text_gen|char_ram~1920_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48858 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48859 ( +// Equation(s): +// \text_gen|char_ram~48859_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48858_combout & ((\text_gen|char_ram~1976_q ))) # (!\text_gen|char_ram~48858_combout & (\text_gen|char_ram~1962_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48858_combout )))) + + .dataa(\text_gen|char_ram~1962_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1976_q ), + .datad(\text_gen|char_ram~48858_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48859 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52943 ( +// Equation(s): +// \text_gen|char_ram~52943_combout = (\text_gen|char_ram~52942_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52942_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52943 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y43_N3 +dffeas \text_gen|char_ram~2858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52897 ( +// Equation(s): +// \text_gen|char_ram~52897_combout = (\text_gen|char_ram~52896_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52897 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y39_N19 +dffeas \text_gen|char_ram~2872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52944 ( +// Equation(s): +// \text_gen|char_ram~52944_combout = (\text_gen|char_ram~52940_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52940_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52944 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~52944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y39_N29 +dffeas \text_gen|char_ram~2802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52898 ( +// Equation(s): +// \text_gen|char_ram~52898_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52894_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52898 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X16_Y40_N9 +dffeas \text_gen|char_ram~2816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48856 ( +// Equation(s): +// \text_gen|char_ram~48856_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2816_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2802_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2802_q ), + .datad(\text_gen|char_ram~2816_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48856 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48857 ( +// Equation(s): +// \text_gen|char_ram~48857_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48856_combout & ((\text_gen|char_ram~2872_q ))) # (!\text_gen|char_ram~48856_combout & (\text_gen|char_ram~2858_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48856_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2858_q ), + .datac(\text_gen|char_ram~2872_q ), + .datad(\text_gen|char_ram~48856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48857 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48860 ( +// Equation(s): +// \text_gen|char_ram~48860_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~48857_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~48859_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48859_combout ), + .datad(\text_gen|char_ram~48857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48860 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48863 ( +// Equation(s): +// \text_gen|char_ram~48863_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48860_combout & ((\text_gen|char_ram~48862_combout ))) # (!\text_gen|char_ram~48860_combout & (\text_gen|char_ram~48855_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48860_combout )))) + + .dataa(\text_gen|char_ram~48855_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48862_combout ), + .datad(\text_gen|char_ram~48860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48863 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56356 ( +// Equation(s): +// \text_gen|char_ram~56356_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56356 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y34_N25 +dffeas \text_gen|char_ram~10432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56308 ( +// Equation(s): +// \text_gen|char_ram~56308_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56308 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y36_N13 +dffeas \text_gen|char_ram~10488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56384 ( +// Equation(s): +// \text_gen|char_ram~56384_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56384 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y34_N21 +dffeas \text_gen|char_ram~10418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10474feeder ( +// Equation(s): +// \text_gen|char_ram~10474feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56320 ( +// Equation(s): +// \text_gen|char_ram~56320_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56320 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y33_N21 +dffeas \text_gen|char_ram~10474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48851 ( +// Equation(s): +// \text_gen|char_ram~48851_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10474_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10418_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10418_q ), + .datad(\text_gen|char_ram~10474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48851 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48852 ( +// Equation(s): +// \text_gen|char_ram~48852_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48851_combout & ((\text_gen|char_ram~10488_q ))) # (!\text_gen|char_ram~48851_combout & (\text_gen|char_ram~10432_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48851_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10432_q ), + .datac(\text_gen|char_ram~10488_q ), + .datad(\text_gen|char_ram~48851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48852 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10026feeder ( +// Equation(s): +// \text_gen|char_ram~10026feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10026feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52786 ( +// Equation(s): +// \text_gen|char_ram~52786_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52786 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y61_N7 +dffeas \text_gen|char_ram~10026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52758 ( +// Equation(s): +// \text_gen|char_ram~52758_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52758 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y61_N7 +dffeas \text_gen|char_ram~10040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9970feeder ( +// Equation(s): +// \text_gen|char_ram~9970feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52787 ( +// Equation(s): +// \text_gen|char_ram~52787_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52787 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y61_N25 +dffeas \text_gen|char_ram~9970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52759 ( +// Equation(s): +// \text_gen|char_ram~52759_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52759 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y61_N29 +dffeas \text_gen|char_ram~9984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48844 ( +// Equation(s): +// \text_gen|char_ram~48844_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9984_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9970_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9970_q ), + .datac(\text_gen|char_ram~9984_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48844 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~48844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48845 ( +// Equation(s): +// \text_gen|char_ram~48845_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48844_combout & ((\text_gen|char_ram~10040_q ))) # (!\text_gen|char_ram~48844_combout & (\text_gen|char_ram~10026_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48844_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10026_q ), + .datac(\text_gen|char_ram~10040_q ), + .datad(\text_gen|char_ram~48844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48845 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9536feeder ( +// Equation(s): +// \text_gen|char_ram~9536feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9536feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9536feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9536feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54290 ( +// Equation(s): +// \text_gen|char_ram~54290_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54290 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y26_N25 +dffeas \text_gen|char_ram~9536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9536feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54298 ( +// Equation(s): +// \text_gen|char_ram~54298_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54298 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y12_N25 +dffeas \text_gen|char_ram~9522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54232 ( +// Equation(s): +// \text_gen|char_ram~54232_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54232 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y12_N19 +dffeas \text_gen|char_ram~9578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48846 ( +// Equation(s): +// \text_gen|char_ram~48846_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~9578_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9522_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9522_q ), + .datad(\text_gen|char_ram~9578_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48846 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54224 ( +// Equation(s): +// \text_gen|char_ram~54224_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54224 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y12_N9 +dffeas \text_gen|char_ram~9592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48847 ( +// Equation(s): +// \text_gen|char_ram~48847_combout = (\text_gen|char_ram~48846_combout & (((\text_gen|char_ram~9592_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48846_combout & (\text_gen|char_ram~9536_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~9536_q ), + .datab(\text_gen|char_ram~48846_combout ), + .datac(\text_gen|char_ram~9592_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48847 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55021 ( +// Equation(s): +// \text_gen|char_ram~55021_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55021 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y41_N15 +dffeas \text_gen|char_ram~9130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55033 ( +// Equation(s): +// \text_gen|char_ram~55033_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54986_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55033 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y31_N7 +dffeas \text_gen|char_ram~9144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55062 ( +// Equation(s): +// \text_gen|char_ram~55062_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55062 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y43_N17 +dffeas \text_gen|char_ram~9074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55053 ( +// Equation(s): +// \text_gen|char_ram~55053_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55053 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y43_N19 +dffeas \text_gen|char_ram~9088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48848 ( +// Equation(s): +// \text_gen|char_ram~48848_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9088_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9074_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9074_q ), + .datad(\text_gen|char_ram~9088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48848 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48849 ( +// Equation(s): +// \text_gen|char_ram~48849_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48848_combout & ((\text_gen|char_ram~9144_q ))) # (!\text_gen|char_ram~48848_combout & (\text_gen|char_ram~9130_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48848_combout )))) + + .dataa(\text_gen|char_ram~9130_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9144_q ), + .datad(\text_gen|char_ram~48848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48849 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48850 ( +// Equation(s): +// \text_gen|char_ram~48850_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~48847_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~48849_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48847_combout ), + .datad(\text_gen|char_ram~48849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48850 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48853 ( +// Equation(s): +// \text_gen|char_ram~48853_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48850_combout & (\text_gen|char_ram~48852_combout )) # (!\text_gen|char_ram~48850_combout & ((\text_gen|char_ram~48845_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48850_combout )))) + + .dataa(\text_gen|char_ram~48852_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48845_combout ), + .datad(\text_gen|char_ram~48850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48853 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48864 ( +// Equation(s): +// \text_gen|char_ram~48864_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~48853_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~48863_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~48863_combout ), + .datad(\text_gen|char_ram~48853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48864 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48875 ( +// Equation(s): +// \text_gen|char_ram~48875_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~48864_combout & ((\text_gen|char_ram~48874_combout ))) # (!\text_gen|char_ram~48864_combout & (\text_gen|char_ram~48843_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~48864_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~48843_combout ), + .datac(\text_gen|char_ram~48874_combout ), + .datad(\text_gen|char_ram~48864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48875 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48918 ( +// Equation(s): +// \text_gen|char_ram~48918_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~48875_combout ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~48917_combout & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48917_combout ), + .datac(\text_gen|char_ram~48875_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48918 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~48918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48961 ( +// Equation(s): +// \text_gen|char_ram~48961_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48918_combout & (\text_gen|char_ram~48960_combout )) # (!\text_gen|char_ram~48918_combout & ((\text_gen|char_ram~48833_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48918_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~48960_combout ), + .datac(\text_gen|char_ram~48833_combout ), + .datad(\text_gen|char_ram~48918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48961 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49132 ( +// Equation(s): +// \text_gen|char_ram~49132_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~48961_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~49131_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49131_combout ), + .datac(\text_gen|char_ram~48961_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49132 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~49132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~49303 ( +// Equation(s): +// \text_gen|char_ram~49303_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49132_combout & (\text_gen|char_ram~49302_combout )) # (!\text_gen|char_ram~49132_combout & ((\text_gen|char_ram~48791_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49132_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~49302_combout ), + .datac(\text_gen|char_ram~48791_combout ), + .datad(\text_gen|char_ram~49132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49303 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56830 ( +// Equation(s): +// \text_gen|char_ram~56830_combout = (\text_gen|char_ram~56813_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56813_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56830 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y27_N5 +dffeas \text_gen|char_ram~24964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56831 ( +// Equation(s): +// \text_gen|char_ram~56831_combout = (\text_gen|char_ram~56817_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~56817_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56831 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y28_N11 +dffeas \text_gen|char_ram~23172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24516feeder ( +// Equation(s): +// \text_gen|char_ram~24516feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24516feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24516feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24516feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52980 ( +// Equation(s): +// \text_gen|char_ram~52980_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52976_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~52976_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52980 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~52980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y56_N29 +dffeas \text_gen|char_ram~24516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24516feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53480 ( +// Equation(s): +// \text_gen|char_ram~53480_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53476_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53480 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y56_N5 +dffeas \text_gen|char_ram~22724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48458 ( +// Equation(s): +// \text_gen|char_ram~48458_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24516_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22724_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24516_q ), + .datac(\text_gen|char_ram~22724_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48458 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48459 ( +// Equation(s): +// \text_gen|char_ram~48459_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48458_combout & (\text_gen|char_ram~24964_q )) # (!\text_gen|char_ram~48458_combout & ((\text_gen|char_ram~23172_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48458_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24964_q ), + .datac(\text_gen|char_ram~23172_q ), + .datad(\text_gen|char_ram~48458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48459 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56912 ( +// Equation(s): +// \text_gen|char_ram~56912_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56817_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56912 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y32_N19 +dffeas \text_gen|char_ram~23116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56911 ( +// Equation(s): +// \text_gen|char_ram~56911_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~56813_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56911 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y29_N29 +dffeas \text_gen|char_ram~24908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24460feeder ( +// Equation(s): +// \text_gen|char_ram~24460feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24460feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24460feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24460feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53032 ( +// Equation(s): +// \text_gen|char_ram~53032_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52976_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52976_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53032 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y56_N3 +dffeas \text_gen|char_ram~24460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24460feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53544 ( +// Equation(s): +// \text_gen|char_ram~53544_combout = (\text_gen|char_ram~53476_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53476_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53544 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y29_N19 +dffeas \text_gen|char_ram~22668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48453 ( +// Equation(s): +// \text_gen|char_ram~48453_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24460_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22668_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~24460_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22668_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48453 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48454 ( +// Equation(s): +// \text_gen|char_ram~48454_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48453_combout & ((\text_gen|char_ram~24908_q ))) # (!\text_gen|char_ram~48453_combout & (\text_gen|char_ram~23116_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48453_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23116_q ), + .datac(\text_gen|char_ram~24908_q ), + .datad(\text_gen|char_ram~48453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48454 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53029 ( +// Equation(s): +// \text_gen|char_ram~53029_combout = (\text_gen|char_ram~52976_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52976_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53029 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y39_N25 +dffeas \text_gen|char_ram~24446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53541 ( +// Equation(s): +// \text_gen|char_ram~53541_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53476_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53541 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N17 +dffeas \text_gen|char_ram~22654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48455 ( +// Equation(s): +// \text_gen|char_ram~48455_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24446_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22654_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~24446_q ), + .datad(\text_gen|char_ram~22654_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48455 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56903 ( +// Equation(s): +// \text_gen|char_ram~56903_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~56813_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56903 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y32_N25 +dffeas \text_gen|char_ram~24894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56904 ( +// Equation(s): +// \text_gen|char_ram~56904_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56817_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56904 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y35_N21 +dffeas \text_gen|char_ram~23102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48456 ( +// Equation(s): +// \text_gen|char_ram~48456_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48455_combout & (\text_gen|char_ram~24894_q )) # (!\text_gen|char_ram~48455_combout & ((\text_gen|char_ram~23102_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48455_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48455_combout ), + .datac(\text_gen|char_ram~24894_q ), + .datad(\text_gen|char_ram~23102_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48456 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48457 ( +// Equation(s): +// \text_gen|char_ram~48457_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~48454_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48456_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48454_combout ), + .datad(\text_gen|char_ram~48456_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48457 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56823 ( +// Equation(s): +// \text_gen|char_ram~56823_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56817_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56823 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y28_N5 +dffeas \text_gen|char_ram~23158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56822 ( +// Equation(s): +// \text_gen|char_ram~56822_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56813_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56822 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y28_N13 +dffeas \text_gen|char_ram~24950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52977 ( +// Equation(s): +// \text_gen|char_ram~52977_combout = (\text_gen|char_ram~52976_combout & \text_gen|char_ram~52728_combout ) + + .dataa(\text_gen|char_ram~52976_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52977 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y47_N25 +dffeas \text_gen|char_ram~24502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53477 ( +// Equation(s): +// \text_gen|char_ram~53477_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53476_combout ) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53477 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y47_N3 +dffeas \text_gen|char_ram~22710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48451 ( +// Equation(s): +// \text_gen|char_ram~48451_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24502_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22710_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24502_q ), + .datac(\text_gen|char_ram~22710_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48451 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48452 ( +// Equation(s): +// \text_gen|char_ram~48452_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48451_combout & ((\text_gen|char_ram~24950_q ))) # (!\text_gen|char_ram~48451_combout & (\text_gen|char_ram~23158_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48451_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23158_q ), + .datac(\text_gen|char_ram~24950_q ), + .datad(\text_gen|char_ram~48451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48452 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48460 ( +// Equation(s): +// \text_gen|char_ram~48460_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48457_combout & (\text_gen|char_ram~48459_combout )) # (!\text_gen|char_ram~48457_combout & ((\text_gen|char_ram~48452_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48457_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48459_combout ), + .datac(\text_gen|char_ram~48457_combout ), + .datad(\text_gen|char_ram~48452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48460 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56902 ( +// Equation(s): +// \text_gen|char_ram~56902_combout = (\text_gen|char_ram~56815_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56815_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56902 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y29_N5 +dffeas \text_gen|char_ram~26686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56905 ( +// Equation(s): +// \text_gen|char_ram~56905_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~56819_combout ) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56905 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y29_N31 +dffeas \text_gen|char_ram~28478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53803 ( +// Equation(s): +// \text_gen|char_ram~53803_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53803 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y52_N19 +dffeas \text_gen|char_ram~28030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53113 ( +// Equation(s): +// \text_gen|char_ram~53113_combout = (\text_gen|char_ram~53068_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53068_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53113 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y52_N29 +dffeas \text_gen|char_ram~26238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48486 ( +// Equation(s): +// \text_gen|char_ram~48486_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~28030_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26238_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28030_q ), + .datac(\text_gen|char_ram~26238_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48486 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48487 ( +// Equation(s): +// \text_gen|char_ram~48487_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48486_combout & ((\text_gen|char_ram~28478_q ))) # (!\text_gen|char_ram~48486_combout & (\text_gen|char_ram~26686_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48486_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26686_q ), + .datac(\text_gen|char_ram~28478_q ), + .datad(\text_gen|char_ram~48486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48487 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56910 ( +// Equation(s): +// \text_gen|char_ram~56910_combout = (\text_gen|char_ram~56815_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56815_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56910 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y36_N27 +dffeas \text_gen|char_ram~26700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56913 ( +// Equation(s): +// \text_gen|char_ram~56913_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~56819_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56913 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y36_N11 +dffeas \text_gen|char_ram~28492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~28044feeder ( +// Equation(s): +// \text_gen|char_ram~28044feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28044feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28044feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28044feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53806 ( +// Equation(s): +// \text_gen|char_ram~53806_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53735_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53806 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y52_N31 +dffeas \text_gen|char_ram~28044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28044feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53351 ( +// Equation(s): +// \text_gen|char_ram~53351_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53068_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53351 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y54_N23 +dffeas \text_gen|char_ram~26252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48484 ( +// Equation(s): +// \text_gen|char_ram~48484_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~28044_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26252_q +// ))))) + + .dataa(\text_gen|char_ram~28044_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26252_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48484 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48485 ( +// Equation(s): +// \text_gen|char_ram~48485_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48484_combout & ((\text_gen|char_ram~28492_q ))) # (!\text_gen|char_ram~48484_combout & (\text_gen|char_ram~26700_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48484_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26700_q ), + .datac(\text_gen|char_ram~28492_q ), + .datad(\text_gen|char_ram~48484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48485 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48488 ( +// Equation(s): +// \text_gen|char_ram~48488_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48485_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48487_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48487_combout ), + .datad(\text_gen|char_ram~48485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48488 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56821 ( +// Equation(s): +// \text_gen|char_ram~56821_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56821 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N11 +dffeas \text_gen|char_ram~26742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56824 ( +// Equation(s): +// \text_gen|char_ram~56824_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56819_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56824 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y32_N15 +dffeas \text_gen|char_ram~28534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28086feeder ( +// Equation(s): +// \text_gen|char_ram~28086feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28086feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53739 ( +// Equation(s): +// \text_gen|char_ram~53739_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53735_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53739 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y52_N3 +dffeas \text_gen|char_ram~28086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53069 ( +// Equation(s): +// \text_gen|char_ram~53069_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53068_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53069 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y47_N29 +dffeas \text_gen|char_ram~26294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48482 ( +// Equation(s): +// \text_gen|char_ram~48482_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~28086_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~26294_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28086_q ), + .datac(\text_gen|char_ram~26294_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48482 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48483 ( +// Equation(s): +// \text_gen|char_ram~48483_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48482_combout & ((\text_gen|char_ram~28534_q ))) # (!\text_gen|char_ram~48482_combout & (\text_gen|char_ram~26742_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48482_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26742_q ), + .datac(\text_gen|char_ram~28534_q ), + .datad(\text_gen|char_ram~48482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48483 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56829 ( +// Equation(s): +// \text_gen|char_ram~56829_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56829 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y29_N19 +dffeas \text_gen|char_ram~26756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56832 ( +// Equation(s): +// \text_gen|char_ram~56832_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~56819_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56832 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y29_N21 +dffeas \text_gen|char_ram~28548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53742 ( +// Equation(s): +// \text_gen|char_ram~53742_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53742 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y56_N11 +dffeas \text_gen|char_ram~28100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53350 ( +// Equation(s): +// \text_gen|char_ram~53350_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53068_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53350 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y58_N31 +dffeas \text_gen|char_ram~26308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48489 ( +// Equation(s): +// \text_gen|char_ram~48489_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~28100_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~26308_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28100_q ), + .datac(\text_gen|char_ram~26308_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48489 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48490 ( +// Equation(s): +// \text_gen|char_ram~48490_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48489_combout & ((\text_gen|char_ram~28548_q ))) # (!\text_gen|char_ram~48489_combout & (\text_gen|char_ram~26756_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48489_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26756_q ), + .datac(\text_gen|char_ram~28548_q ), + .datad(\text_gen|char_ram~48489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48490 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48491 ( +// Equation(s): +// \text_gen|char_ram~48491_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48488_combout & ((\text_gen|char_ram~48490_combout ))) # (!\text_gen|char_ram~48488_combout & (\text_gen|char_ram~48483_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48488_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48488_combout ), + .datac(\text_gen|char_ram~48483_combout ), + .datad(\text_gen|char_ram~48490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48491 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25860feeder ( +// Equation(s): +// \text_gen|char_ram~25860feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25860feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25860feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25860feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54081 ( +// Equation(s): +// \text_gen|char_ram~54081_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54077_combout ) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54081 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y9_N7 +dffeas \text_gen|char_ram~25860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25860feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54903 ( +// Equation(s): +// \text_gen|char_ram~54903_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54668_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54903 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y15_N11 +dffeas \text_gen|char_ram~27652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55391 ( +// Equation(s): +// \text_gen|char_ram~55391_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55391 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y43_N29 +dffeas \text_gen|char_ram~25412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55830 ( +// Equation(s): +// \text_gen|char_ram~55830_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55830 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y41_N27 +dffeas \text_gen|char_ram~27204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48468 ( +// Equation(s): +// \text_gen|char_ram~48468_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~27204_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~25412_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25412_q ), + .datad(\text_gen|char_ram~27204_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48468 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48469 ( +// Equation(s): +// \text_gen|char_ram~48469_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48468_combout & ((\text_gen|char_ram~27652_q ))) # (!\text_gen|char_ram~48468_combout & (\text_gen|char_ram~25860_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48468_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25860_q ), + .datac(\text_gen|char_ram~27652_q ), + .datad(\text_gen|char_ram~48468_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48469 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25790feeder ( +// Equation(s): +// \text_gen|char_ram~25790feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25790feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25790feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25790feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54111 ( +// Equation(s): +// \text_gen|char_ram~54111_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54111 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y21_N13 +dffeas \text_gen|char_ram~25790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25790feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54702 ( +// Equation(s): +// \text_gen|char_ram~54702_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54668_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~54668_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54702 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N27 +dffeas \text_gen|char_ram~27582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55242 ( +// Equation(s): +// \text_gen|char_ram~55242_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55242 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y36_N27 +dffeas \text_gen|char_ram~25342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27134feeder ( +// Equation(s): +// \text_gen|char_ram~27134feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27134feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27134feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27134feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55886 ( +// Equation(s): +// \text_gen|char_ram~55886_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55886 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y40_N15 +dffeas \text_gen|char_ram~27134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27134feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48465 ( +// Equation(s): +// \text_gen|char_ram~48465_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~27134_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~25342_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25342_q ), + .datad(\text_gen|char_ram~27134_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48465 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48466 ( +// Equation(s): +// \text_gen|char_ram~48466_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48465_combout & ((\text_gen|char_ram~27582_q ))) # (!\text_gen|char_ram~48465_combout & (\text_gen|char_ram~25790_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48465_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25790_q ), + .datac(\text_gen|char_ram~27582_q ), + .datad(\text_gen|char_ram~48465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48466 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54078 ( +// Equation(s): +// \text_gen|char_ram~54078_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54077_combout ) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54077_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54078 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y17_N17 +dffeas \text_gen|char_ram~25846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54669 ( +// Equation(s): +// \text_gen|char_ram~54669_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54668_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~54668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54669 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y17_N7 +dffeas \text_gen|char_ram~27638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27190feeder ( +// Equation(s): +// \text_gen|char_ram~27190feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27190feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55822 ( +// Equation(s): +// \text_gen|char_ram~55822_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55822 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y36_N29 +dffeas \text_gen|char_ram~27190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55238 ( +// Equation(s): +// \text_gen|char_ram~55238_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55238 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N9 +dffeas \text_gen|char_ram~25398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48463 ( +// Equation(s): +// \text_gen|char_ram~48463_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~27190_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~25398_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27190_q ), + .datac(\text_gen|char_ram~25398_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48463 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48464 ( +// Equation(s): +// \text_gen|char_ram~48464_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48463_combout & ((\text_gen|char_ram~27638_q ))) # (!\text_gen|char_ram~48463_combout & (\text_gen|char_ram~25846_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48463_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25846_q ), + .datac(\text_gen|char_ram~27638_q ), + .datad(\text_gen|char_ram~48463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48464 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48467 ( +// Equation(s): +// \text_gen|char_ram~48467_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~48464_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48466_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48466_combout ), + .datad(\text_gen|char_ram~48464_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48467 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54114 ( +// Equation(s): +// \text_gen|char_ram~54114_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54114 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N29 +dffeas \text_gen|char_ram~25804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54905 ( +// Equation(s): +// \text_gen|char_ram~54905_combout = (\text_gen|char_ram~54668_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54668_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54905 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y19_N29 +dffeas \text_gen|char_ram~27596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55423 ( +// Equation(s): +// \text_gen|char_ram~55423_combout = (\text_gen|char_ram~55237_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55237_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55423 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y43_N3 +dffeas \text_gen|char_ram~25356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55894 ( +// Equation(s): +// \text_gen|char_ram~55894_combout = (\text_gen|char_ram~55816_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55894 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y39_N29 +dffeas \text_gen|char_ram~27148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48461 ( +// Equation(s): +// \text_gen|char_ram~48461_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~27148_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~25356_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25356_q ), + .datad(\text_gen|char_ram~27148_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48461 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48462 ( +// Equation(s): +// \text_gen|char_ram~48462_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48461_combout & ((\text_gen|char_ram~27596_q ))) # (!\text_gen|char_ram~48461_combout & (\text_gen|char_ram~25804_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48461_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25804_q ), + .datac(\text_gen|char_ram~27596_q ), + .datad(\text_gen|char_ram~48461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48462 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48470 ( +// Equation(s): +// \text_gen|char_ram~48470_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48467_combout & (\text_gen|char_ram~48469_combout )) # (!\text_gen|char_ram~48467_combout & ((\text_gen|char_ram~48462_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48467_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48469_combout ), + .datac(\text_gen|char_ram~48467_combout ), + .datad(\text_gen|char_ram~48462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48470 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54602 ( +// Equation(s): +// \text_gen|char_ram~54602_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54451_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54602 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X113_Y31_N29 +dffeas \text_gen|char_ram~22220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54334 ( +// Equation(s): +// \text_gen|char_ram~54334_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54334 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X113_Y31_N11 +dffeas \text_gen|char_ram~24012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55114 ( +// Equation(s): +// \text_gen|char_ram~55114_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54988_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55114 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N21 +dffeas \text_gen|char_ram~23564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55695 ( +// Equation(s): +// \text_gen|char_ram~55695_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55695 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y39_N3 +dffeas \text_gen|char_ram~21772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48471 ( +// Equation(s): +// \text_gen|char_ram~48471_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23564_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21772_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23564_q ), + .datac(\text_gen|char_ram~21772_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48471 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X113_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48472 ( +// Equation(s): +// \text_gen|char_ram~48472_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48471_combout & ((\text_gen|char_ram~24012_q ))) # (!\text_gen|char_ram~48471_combout & (\text_gen|char_ram~22220_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48471_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22220_q ), + .datac(\text_gen|char_ram~24012_q ), + .datad(\text_gen|char_ram~48471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48472 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54610 ( +// Equation(s): +// \text_gen|char_ram~54610_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54451_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~54451_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54610 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y15_N9 +dffeas \text_gen|char_ram~22276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54270 ( +// Equation(s): +// \text_gen|char_ram~54270_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54270 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y11_N5 +dffeas \text_gen|char_ram~24068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55050 ( +// Equation(s): +// \text_gen|char_ram~55050_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54988_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55050 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N31 +dffeas \text_gen|char_ram~23620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55691 ( +// Equation(s): +// \text_gen|char_ram~55691_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55691 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y41_N5 +dffeas \text_gen|char_ram~21828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48478 ( +// Equation(s): +// \text_gen|char_ram~48478_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23620_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~21828_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23620_q ), + .datac(\text_gen|char_ram~21828_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48478 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48479 ( +// Equation(s): +// \text_gen|char_ram~48479_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48478_combout & ((\text_gen|char_ram~24068_q ))) # (!\text_gen|char_ram~48478_combout & (\text_gen|char_ram~22276_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48478_combout )))) + + .dataa(\text_gen|char_ram~22276_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24068_q ), + .datad(\text_gen|char_ram~48478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48479 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54467 ( +// Equation(s): +// \text_gen|char_ram~54467_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54451_combout ) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54451_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54467 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y17_N1 +dffeas \text_gen|char_ram~22262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54262 ( +// Equation(s): +// \text_gen|char_ram~54262_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54262 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y17_N27 +dffeas \text_gen|char_ram~24054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23606feeder ( +// Equation(s): +// \text_gen|char_ram~23606feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23606feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23606feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23606feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55038 ( +// Equation(s): +// \text_gen|char_ram~55038_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54988_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55038 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N21 +dffeas \text_gen|char_ram~23606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23606feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55499 ( +// Equation(s): +// \text_gen|char_ram~55499_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55499 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y36_N31 +dffeas \text_gen|char_ram~21814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48473 ( +// Equation(s): +// \text_gen|char_ram~48473_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23606_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21814_q +// ))))) + + .dataa(\text_gen|char_ram~23606_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21814_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48473 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48474 ( +// Equation(s): +// \text_gen|char_ram~48474_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48473_combout & ((\text_gen|char_ram~24054_q ))) # (!\text_gen|char_ram~48473_combout & (\text_gen|char_ram~22262_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48473_combout )))) + + .dataa(\text_gen|char_ram~22262_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24054_q ), + .datad(\text_gen|char_ram~48473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48474 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55503 ( +// Equation(s): +// \text_gen|char_ram~55503_combout = (\text_gen|char_ram~55498_combout & \text_gen|char_ram~52736_combout ) + + .dataa(\text_gen|char_ram~55498_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55503 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y35_N7 +dffeas \text_gen|char_ram~21758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55105 ( +// Equation(s): +// \text_gen|char_ram~55105_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54988_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~54988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55105 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y39_N23 +dffeas \text_gen|char_ram~23550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48475 ( +// Equation(s): +// \text_gen|char_ram~48475_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~23550_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21758_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21758_q ), + .datad(\text_gen|char_ram~23550_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48475 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54326 ( +// Equation(s): +// \text_gen|char_ram~54326_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54326 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N29 +dffeas \text_gen|char_ram~23998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54455 ( +// Equation(s): +// \text_gen|char_ram~54455_combout = (\text_gen|char_ram~54451_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54451_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54455 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y19_N1 +dffeas \text_gen|char_ram~22206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48476 ( +// Equation(s): +// \text_gen|char_ram~48476_combout = (\text_gen|char_ram~48475_combout & (((\text_gen|char_ram~23998_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~48475_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22206_q )))) + + .dataa(\text_gen|char_ram~48475_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23998_q ), + .datad(\text_gen|char_ram~22206_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48476 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48477 ( +// Equation(s): +// \text_gen|char_ram~48477_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~48474_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48476_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48474_combout ), + .datad(\text_gen|char_ram~48476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48477 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48480 ( +// Equation(s): +// \text_gen|char_ram~48480_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48477_combout & ((\text_gen|char_ram~48479_combout ))) # (!\text_gen|char_ram~48477_combout & (\text_gen|char_ram~48472_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48477_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48472_combout ), + .datac(\text_gen|char_ram~48479_combout ), + .datad(\text_gen|char_ram~48477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48480 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48481 ( +// Equation(s): +// \text_gen|char_ram~48481_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~48470_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~48480_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~48470_combout ), + .datad(\text_gen|char_ram~48480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48481 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48492 ( +// Equation(s): +// \text_gen|char_ram~48492_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48481_combout & ((\text_gen|char_ram~48491_combout ))) # (!\text_gen|char_ram~48481_combout & (\text_gen|char_ram~48460_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48481_combout )))) + + .dataa(\text_gen|char_ram~48460_combout ), + .datab(\text_gen|char_ram~48491_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48492 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~48492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56866 ( +// Equation(s): +// \text_gen|char_ram~56866_combout = (\text_gen|char_ram~56813_combout & \text_gen|char_ram~52743_combout ) + + .dataa(\text_gen|char_ram~56813_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56866 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y31_N15 +dffeas \text_gen|char_ram~25062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56868 ( +// Equation(s): +// \text_gen|char_ram~56868_combout = (\text_gen|char_ram~56819_combout & \text_gen|char_ram~52743_combout ) + + .dataa(\text_gen|char_ram~56819_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56868 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y33_N23 +dffeas \text_gen|char_ram~28646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54264 ( +// Equation(s): +// \text_gen|char_ram~54264_combout = (\text_gen|char_ram~54256_combout & \text_gen|char_ram~52743_combout ) + + .dataa(\text_gen|char_ram~54256_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54264 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y15_N27 +dffeas \text_gen|char_ram~24166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54677 ( +// Equation(s): +// \text_gen|char_ram~54677_combout = (\text_gen|char_ram~54668_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54668_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54677 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y13_N29 +dffeas \text_gen|char_ram~27750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48609 ( +// Equation(s): +// \text_gen|char_ram~48609_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~27750_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~24166_q +// )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~24166_q ), + .datad(\text_gen|char_ram~27750_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48609 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48610 ( +// Equation(s): +// \text_gen|char_ram~48610_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48609_combout & ((\text_gen|char_ram~28646_q ))) # (!\text_gen|char_ram~48609_combout & (\text_gen|char_ram~25062_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48609_combout )))) + + .dataa(\text_gen|char_ram~25062_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28646_q ), + .datad(\text_gen|char_ram~48609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48610 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56879 ( +// Equation(s): +// \text_gen|char_ram~56879_combout = (\text_gen|char_ram~56813_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56813_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56879 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y27_N17 +dffeas \text_gen|char_ram~25076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56881 ( +// Equation(s): +// \text_gen|char_ram~56881_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~56819_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56881 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y29_N13 +dffeas \text_gen|char_ram~28660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27764feeder ( +// Equation(s): +// \text_gen|char_ram~27764feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27764feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27764feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27764feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54915 ( +// Equation(s): +// \text_gen|char_ram~54915_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54668_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~54668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54915 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y15_N17 +dffeas \text_gen|char_ram~27764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27764feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54272 ( +// Equation(s): +// \text_gen|char_ram~54272_combout = (\text_gen|char_ram~54256_combout & \text_gen|char_ram~52816_combout ) + + .dataa(\text_gen|char_ram~54256_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54272 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y15_N7 +dffeas \text_gen|char_ram~24180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48616 ( +// Equation(s): +// \text_gen|char_ram~48616_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27764_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~24180_q +// ))))) + + .dataa(\text_gen|char_ram~27764_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24180_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48616 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48617 ( +// Equation(s): +// \text_gen|char_ram~48617_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48616_combout & ((\text_gen|char_ram~28660_q ))) # (!\text_gen|char_ram~48616_combout & (\text_gen|char_ram~25076_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48616_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25076_q ), + .datac(\text_gen|char_ram~28660_q ), + .datad(\text_gen|char_ram~48616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48617 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54328 ( +// Equation(s): +// \text_gen|char_ram~54328_combout = (\text_gen|char_ram~54256_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~54256_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54328 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y15_N17 +dffeas \text_gen|char_ram~24110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27694feeder ( +// Equation(s): +// \text_gen|char_ram~27694feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27694feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27694feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27694feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54710 ( +// Equation(s): +// \text_gen|char_ram~54710_combout = (\text_gen|char_ram~54668_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54668_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54710 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y17_N23 +dffeas \text_gen|char_ram~27694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27694feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48613 ( +// Equation(s): +// \text_gen|char_ram~48613_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~27694_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~24110_q +// )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~24110_q ), + .datad(\text_gen|char_ram~27694_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48613 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56933 ( +// Equation(s): +// \text_gen|char_ram~56933_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~56819_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56933 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y33_N21 +dffeas \text_gen|char_ram~28590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25006feeder ( +// Equation(s): +// \text_gen|char_ram~25006feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25006feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25006feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25006feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56931 ( +// Equation(s): +// \text_gen|char_ram~56931_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~56813_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56931 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y31_N27 +dffeas \text_gen|char_ram~25006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25006feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48614 ( +// Equation(s): +// \text_gen|char_ram~48614_combout = (\text_gen|char_ram~48613_combout & (((\text_gen|char_ram~28590_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~48613_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~25006_q )))) + + .dataa(\text_gen|char_ram~48613_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28590_q ), + .datad(\text_gen|char_ram~25006_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48614 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56943 ( +// Equation(s): +// \text_gen|char_ram~56943_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~56813_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56943 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y29_N11 +dffeas \text_gen|char_ram~25020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56945 ( +// Equation(s): +// \text_gen|char_ram~56945_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~56819_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~56819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56945 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y29_N19 +dffeas \text_gen|char_ram~28604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27708feeder ( +// Equation(s): +// \text_gen|char_ram~27708feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27708feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27708feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27708feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54917 ( +// Equation(s): +// \text_gen|char_ram~54917_combout = (\text_gen|char_ram~54668_combout & \text_gen|char_ram~52805_combout ) + + .dataa(\text_gen|char_ram~54668_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54917 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y14_N13 +dffeas \text_gen|char_ram~27708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27708feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54336 ( +// Equation(s): +// \text_gen|char_ram~54336_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54256_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~54256_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54336 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y17_N19 +dffeas \text_gen|char_ram~24124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48611 ( +// Equation(s): +// \text_gen|char_ram~48611_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27708_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~24124_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27708_q ), + .datac(\text_gen|char_ram~24124_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48611 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48612 ( +// Equation(s): +// \text_gen|char_ram~48612_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48611_combout & ((\text_gen|char_ram~28604_q ))) # (!\text_gen|char_ram~48611_combout & (\text_gen|char_ram~25020_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48611_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25020_q ), + .datac(\text_gen|char_ram~28604_q ), + .datad(\text_gen|char_ram~48611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48612 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48615 ( +// Equation(s): +// \text_gen|char_ram~48615_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~48612_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48614_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48614_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~48612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48615 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~48615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48618 ( +// Equation(s): +// \text_gen|char_ram~48618_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48615_combout & ((\text_gen|char_ram~48617_combout ))) # (!\text_gen|char_ram~48615_combout & (\text_gen|char_ram~48610_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48615_combout )))) + + .dataa(\text_gen|char_ram~48610_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48617_combout ), + .datad(\text_gen|char_ram~48615_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48618 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56944 ( +// Equation(s): +// \text_gen|char_ram~56944_combout = (\text_gen|char_ram~56817_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~56817_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56944 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y29_N17 +dffeas \text_gen|char_ram~23228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26812feeder ( +// Equation(s): +// \text_gen|char_ram~26812feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26812feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26812feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26812feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56942 ( +// Equation(s): +// \text_gen|char_ram~56942_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56942 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N1 +dffeas \text_gen|char_ram~26812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26812feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25916feeder ( +// Equation(s): +// \text_gen|char_ram~25916feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25916feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25916feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25916feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54122 ( +// Equation(s): +// \text_gen|char_ram~54122_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54122 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y18_N23 +dffeas \text_gen|char_ram~25916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25916feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54604 ( +// Equation(s): +// \text_gen|char_ram~54604_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54451_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54604 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y19_N1 +dffeas \text_gen|char_ram~22332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48578 ( +// Equation(s): +// \text_gen|char_ram~48578_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25916_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22332_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25916_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22332_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48578 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48579 ( +// Equation(s): +// \text_gen|char_ram~48579_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48578_combout & ((\text_gen|char_ram~26812_q ))) # (!\text_gen|char_ram~48578_combout & (\text_gen|char_ram~23228_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48578_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~23228_q ), + .datac(\text_gen|char_ram~26812_q ), + .datad(\text_gen|char_ram~48578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48579 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23214feeder ( +// Equation(s): +// \text_gen|char_ram~23214feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23214feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23214feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23214feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56932 ( +// Equation(s): +// \text_gen|char_ram~56932_combout = (\text_gen|char_ram~56817_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~56817_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56932 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y31_N21 +dffeas \text_gen|char_ram~23214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23214feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56930 ( +// Equation(s): +// \text_gen|char_ram~56930_combout = (\text_gen|char_ram~56815_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~56815_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56930 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y39_N25 +dffeas \text_gen|char_ram~26798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25902feeder ( +// Equation(s): +// \text_gen|char_ram~25902feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25902feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25902feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25902feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54119 ( +// Equation(s): +// \text_gen|char_ram~54119_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54119 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y21_N27 +dffeas \text_gen|char_ram~25902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25902feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54452 ( +// Equation(s): +// \text_gen|char_ram~54452_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54451_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~54451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54452 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y19_N27 +dffeas \text_gen|char_ram~22318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48582 ( +// Equation(s): +// \text_gen|char_ram~48582_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25902_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22318_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25902_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22318_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48582 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48583 ( +// Equation(s): +// \text_gen|char_ram~48583_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48582_combout & ((\text_gen|char_ram~26798_q ))) # (!\text_gen|char_ram~48582_combout & (\text_gen|char_ram~23214_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48582_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~23214_q ), + .datac(\text_gen|char_ram~26798_q ), + .datad(\text_gen|char_ram~48582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48583 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56867 ( +// Equation(s): +// \text_gen|char_ram~56867_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~56817_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~56817_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56867 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y31_N25 +dffeas \text_gen|char_ram~23270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56865 ( +// Equation(s): +// \text_gen|char_ram~56865_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~56815_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56865 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y35_N13 +dffeas \text_gen|char_ram~26854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25958feeder ( +// Equation(s): +// \text_gen|char_ram~25958feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25958feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25958feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25958feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54086 ( +// Equation(s): +// \text_gen|char_ram~54086_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54086 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y19_N5 +dffeas \text_gen|char_ram~25958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25958feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54465 ( +// Equation(s): +// \text_gen|char_ram~54465_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54451_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54465 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y19_N17 +dffeas \text_gen|char_ram~22374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48580 ( +// Equation(s): +// \text_gen|char_ram~48580_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25958_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22374_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25958_q ), + .datac(\text_gen|char_ram~22374_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48580 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48581 ( +// Equation(s): +// \text_gen|char_ram~48581_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48580_combout & ((\text_gen|char_ram~26854_q ))) # (!\text_gen|char_ram~48580_combout & (\text_gen|char_ram~23270_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48580_combout )))) + + .dataa(\text_gen|char_ram~23270_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26854_q ), + .datad(\text_gen|char_ram~48580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48581 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48584 ( +// Equation(s): +// \text_gen|char_ram~48584_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48581_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48583_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48583_combout ), + .datad(\text_gen|char_ram~48581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48584 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56880 ( +// Equation(s): +// \text_gen|char_ram~56880_combout = (\text_gen|char_ram~56817_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~56817_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56880 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y29_N7 +dffeas \text_gen|char_ram~23284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56878 ( +// Equation(s): +// \text_gen|char_ram~56878_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~56815_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~56815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56878 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y29_N25 +dffeas \text_gen|char_ram~26868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25972feeder ( +// Equation(s): +// \text_gen|char_ram~25972feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54089 ( +// Equation(s): +// \text_gen|char_ram~54089_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54077_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~54077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54089 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y19_N3 +dffeas \text_gen|char_ram~25972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54612 ( +// Equation(s): +// \text_gen|char_ram~54612_combout = (\text_gen|char_ram~54451_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54451_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54612 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y15_N29 +dffeas \text_gen|char_ram~22388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48585 ( +// Equation(s): +// \text_gen|char_ram~48585_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25972_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22388_q +// ))))) + + .dataa(\text_gen|char_ram~25972_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22388_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48585 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48586 ( +// Equation(s): +// \text_gen|char_ram~48586_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48585_combout & ((\text_gen|char_ram~26868_q ))) # (!\text_gen|char_ram~48585_combout & (\text_gen|char_ram~23284_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48585_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~23284_q ), + .datac(\text_gen|char_ram~26868_q ), + .datad(\text_gen|char_ram~48585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48586 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48587 ( +// Equation(s): +// \text_gen|char_ram~48587_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48584_combout & ((\text_gen|char_ram~48586_combout ))) # (!\text_gen|char_ram~48584_combout & (\text_gen|char_ram~48579_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48584_combout )))) + + .dataa(\text_gen|char_ram~48579_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48584_combout ), + .datad(\text_gen|char_ram~48586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48587 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53038 ( +// Equation(s): +// \text_gen|char_ram~53038_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52976_combout ) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53038 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y53_N9 +dffeas \text_gen|char_ram~24558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53812 ( +// Equation(s): +// \text_gen|char_ram~53812_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53735_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53812 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y53_N23 +dffeas \text_gen|char_ram~28142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27246feeder ( +// Equation(s): +// \text_gen|char_ram~27246feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27246feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27246feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27246feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55888 ( +// Equation(s): +// \text_gen|char_ram~55888_combout = (\text_gen|char_ram~55816_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55816_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55888 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y45_N21 +dffeas \text_gen|char_ram~27246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27246feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55108 ( +// Equation(s): +// \text_gen|char_ram~55108_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54988_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55108 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y39_N19 +dffeas \text_gen|char_ram~23662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48592 ( +// Equation(s): +// \text_gen|char_ram~48592_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27246_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23662_q +// ))))) + + .dataa(\text_gen|char_ram~27246_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23662_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48592 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48593 ( +// Equation(s): +// \text_gen|char_ram~48593_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48592_combout & ((\text_gen|char_ram~28142_q ))) # (!\text_gen|char_ram~48592_combout & (\text_gen|char_ram~24558_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48592_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24558_q ), + .datac(\text_gen|char_ram~28142_q ), + .datad(\text_gen|char_ram~48592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48593 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53040 ( +// Equation(s): +// \text_gen|char_ram~53040_combout = (\text_gen|char_ram~52976_combout & \text_gen|char_ram~52805_combout ) + + .dataa(\text_gen|char_ram~52976_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53040 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N7 +dffeas \text_gen|char_ram~24572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53814 ( +// Equation(s): +// \text_gen|char_ram~53814_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53814 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y52_N11 +dffeas \text_gen|char_ram~28156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55116 ( +// Equation(s): +// \text_gen|char_ram~55116_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54988_combout ) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55116 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y40_N19 +dffeas \text_gen|char_ram~23676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55896 ( +// Equation(s): +// \text_gen|char_ram~55896_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55816_combout ) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55896 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y40_N5 +dffeas \text_gen|char_ram~27260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48590 ( +// Equation(s): +// \text_gen|char_ram~48590_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~27260_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23676_q +// )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23676_q ), + .datad(\text_gen|char_ram~27260_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48590 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48591 ( +// Equation(s): +// \text_gen|char_ram~48591_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48590_combout & ((\text_gen|char_ram~28156_q ))) # (!\text_gen|char_ram~48590_combout & (\text_gen|char_ram~24572_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48590_combout )))) + + .dataa(\text_gen|char_ram~24572_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28156_q ), + .datad(\text_gen|char_ram~48590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48591 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48594 ( +// Equation(s): +// \text_gen|char_ram~48594_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~48591_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48593_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48593_combout ), + .datad(\text_gen|char_ram~48591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48594 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24628feeder ( +// Equation(s): +// \text_gen|char_ram~24628feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24628feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24628feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24628feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52999 ( +// Equation(s): +// \text_gen|char_ram~52999_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52976_combout ) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52999 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y58_N15 +dffeas \text_gen|char_ram~24628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24628feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53750 ( +// Equation(s): +// \text_gen|char_ram~53750_combout = (\text_gen|char_ram~53735_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53735_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53750 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y55_N27 +dffeas \text_gen|char_ram~28212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55832 ( +// Equation(s): +// \text_gen|char_ram~55832_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55816_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55832 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y40_N31 +dffeas \text_gen|char_ram~27316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55052 ( +// Equation(s): +// \text_gen|char_ram~55052_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54988_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55052 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y39_N29 +dffeas \text_gen|char_ram~23732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48595 ( +// Equation(s): +// \text_gen|char_ram~48595_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27316_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23732_q +// ))))) + + .dataa(\text_gen|char_ram~27316_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23732_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48595 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48596 ( +// Equation(s): +// \text_gen|char_ram~48596_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48595_combout & ((\text_gen|char_ram~28212_q ))) # (!\text_gen|char_ram~48595_combout & (\text_gen|char_ram~24628_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48595_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24628_q ), + .datac(\text_gen|char_ram~28212_q ), + .datad(\text_gen|char_ram~48595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48596 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52997 ( +// Equation(s): +// \text_gen|char_ram~52997_combout = (\text_gen|char_ram~52976_combout & \text_gen|char_ram~52743_combout ) + + .dataa(\text_gen|char_ram~52976_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52997 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N21 +dffeas \text_gen|char_ram~24614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53748 ( +// Equation(s): +// \text_gen|char_ram~53748_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~53735_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53748 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N15 +dffeas \text_gen|char_ram~28198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55824 ( +// Equation(s): +// \text_gen|char_ram~55824_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55816_combout ) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55824 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y38_N7 +dffeas \text_gen|char_ram~27302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55040 ( +// Equation(s): +// \text_gen|char_ram~55040_combout = (\text_gen|char_ram~54988_combout & \text_gen|char_ram~52743_combout ) + + .dataa(\text_gen|char_ram~54988_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55040 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y38_N13 +dffeas \text_gen|char_ram~23718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48588 ( +// Equation(s): +// \text_gen|char_ram~48588_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27302_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23718_q +// ))))) + + .dataa(\text_gen|char_ram~27302_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23718_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48588 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48589 ( +// Equation(s): +// \text_gen|char_ram~48589_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48588_combout & ((\text_gen|char_ram~28198_q ))) # (!\text_gen|char_ram~48588_combout & (\text_gen|char_ram~24614_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48588_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24614_q ), + .datac(\text_gen|char_ram~28198_q ), + .datad(\text_gen|char_ram~48588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48589 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48597 ( +// Equation(s): +// \text_gen|char_ram~48597_combout = (\text_gen|char_ram~48594_combout & ((\text_gen|char_ram~48596_combout ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~48594_combout & (((\vga_c|h_cnt [7] & \text_gen|char_ram~48589_combout )))) + + .dataa(\text_gen|char_ram~48594_combout ), + .datab(\text_gen|char_ram~48596_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~48589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48597 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~48597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22780feeder ( +// Equation(s): +// \text_gen|char_ram~22780feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22780feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22780feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22780feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53556 ( +// Equation(s): +// \text_gen|char_ram~53556_combout = (\text_gen|char_ram~53476_combout & \text_gen|char_ram~52805_combout ) + + .dataa(\text_gen|char_ram~53476_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53556 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y56_N29 +dffeas \text_gen|char_ram~22780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22780feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53359 ( +// Equation(s): +// \text_gen|char_ram~53359_combout = (\text_gen|char_ram~53068_combout & \text_gen|char_ram~52805_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53068_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53359 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y51_N29 +dffeas \text_gen|char_ram~26364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55425 ( +// Equation(s): +// \text_gen|char_ram~55425_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55425 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y50_N23 +dffeas \text_gen|char_ram~25468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55698 ( +// Equation(s): +// \text_gen|char_ram~55698_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55698 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y48_N21 +dffeas \text_gen|char_ram~21884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48598 ( +// Equation(s): +// \text_gen|char_ram~48598_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25468_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21884_q +// ))))) + + .dataa(\text_gen|char_ram~25468_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21884_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48598 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48599 ( +// Equation(s): +// \text_gen|char_ram~48599_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48598_combout & ((\text_gen|char_ram~26364_q ))) # (!\text_gen|char_ram~48598_combout & (\text_gen|char_ram~22780_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48598_combout )))) + + .dataa(\text_gen|char_ram~22780_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26364_q ), + .datad(\text_gen|char_ram~48598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48599 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22836feeder ( +// Equation(s): +// \text_gen|char_ram~22836feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53492 ( +// Equation(s): +// \text_gen|char_ram~53492_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53476_combout ) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53492 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y58_N5 +dffeas \text_gen|char_ram~22836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53357 ( +// Equation(s): +// \text_gen|char_ram~53357_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53068_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53357 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y58_N3 +dffeas \text_gen|char_ram~26420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55694 ( +// Equation(s): +// \text_gen|char_ram~55694_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55498_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55694 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y50_N27 +dffeas \text_gen|char_ram~21940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55393 ( +// Equation(s): +// \text_gen|char_ram~55393_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55393 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N13 +dffeas \text_gen|char_ram~25524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48605 ( +// Equation(s): +// \text_gen|char_ram~48605_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25524_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21940_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21940_q ), + .datad(\text_gen|char_ram~25524_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48605 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48606 ( +// Equation(s): +// \text_gen|char_ram~48606_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48605_combout & ((\text_gen|char_ram~26420_q ))) # (!\text_gen|char_ram~48605_combout & (\text_gen|char_ram~22836_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48605_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22836_q ), + .datac(\text_gen|char_ram~26420_q ), + .datad(\text_gen|char_ram~48605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48606 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53553 ( +// Equation(s): +// \text_gen|char_ram~53553_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53476_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53476_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53553 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y65_N7 +dffeas \text_gen|char_ram~22766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53125 ( +// Equation(s): +// \text_gen|char_ram~53125_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53068_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53125 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y65_N13 +dffeas \text_gen|char_ram~26350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55506 ( +// Equation(s): +// \text_gen|char_ram~55506_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55498_combout ) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55498_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55506 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y35_N23 +dffeas \text_gen|char_ram~21870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55244 ( +// Equation(s): +// \text_gen|char_ram~55244_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55244 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y39_N5 +dffeas \text_gen|char_ram~25454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48602 ( +// Equation(s): +// \text_gen|char_ram~48602_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25454_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21870_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21870_q ), + .datad(\text_gen|char_ram~25454_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48602 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y65_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48603 ( +// Equation(s): +// \text_gen|char_ram~48603_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48602_combout & ((\text_gen|char_ram~26350_q ))) # (!\text_gen|char_ram~48602_combout & (\text_gen|char_ram~22766_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48602_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22766_q ), + .datac(\text_gen|char_ram~26350_q ), + .datad(\text_gen|char_ram~48602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48603 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53489 ( +// Equation(s): +// \text_gen|char_ram~53489_combout = (\text_gen|char_ram~53476_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53476_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53489 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y58_N23 +dffeas \text_gen|char_ram~22822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53087 ( +// Equation(s): +// \text_gen|char_ram~53087_combout = (\text_gen|char_ram~53068_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53068_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53087 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y58_N25 +dffeas \text_gen|char_ram~26406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55241 ( +// Equation(s): +// \text_gen|char_ram~55241_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55237_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~55237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55241 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y39_N11 +dffeas \text_gen|char_ram~25510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55502 ( +// Equation(s): +// \text_gen|char_ram~55502_combout = (\text_gen|char_ram~55498_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55498_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55502 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y39_N9 +dffeas \text_gen|char_ram~21926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48600 ( +// Equation(s): +// \text_gen|char_ram~48600_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25510_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21926_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25510_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21926_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48600 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48601 ( +// Equation(s): +// \text_gen|char_ram~48601_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48600_combout & ((\text_gen|char_ram~26406_q ))) # (!\text_gen|char_ram~48600_combout & (\text_gen|char_ram~22822_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48600_combout )))) + + .dataa(\text_gen|char_ram~22822_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26406_q ), + .datad(\text_gen|char_ram~48600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48601 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48604 ( +// Equation(s): +// \text_gen|char_ram~48604_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48601_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48603_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48603_combout ), + .datad(\text_gen|char_ram~48601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48604 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48607 ( +// Equation(s): +// \text_gen|char_ram~48607_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48604_combout & ((\text_gen|char_ram~48606_combout ))) # (!\text_gen|char_ram~48604_combout & (\text_gen|char_ram~48599_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48604_combout )))) + + .dataa(\text_gen|char_ram~48599_combout ), + .datab(\text_gen|char_ram~48606_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~48604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48607 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~48607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48608 ( +// Equation(s): +// \text_gen|char_ram~48608_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~48597_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~48607_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~48597_combout ), + .datad(\text_gen|char_ram~48607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48608 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48619 ( +// Equation(s): +// \text_gen|char_ram~48619_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48608_combout & (\text_gen|char_ram~48618_combout )) # (!\text_gen|char_ram~48608_combout & ((\text_gen|char_ram~48587_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48608_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48618_combout ), + .datac(\text_gen|char_ram~48587_combout ), + .datad(\text_gen|char_ram~48608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48619 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53807 ( +// Equation(s): +// \text_gen|char_ram~53807_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53807 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y52_N27 +dffeas \text_gen|char_ram~27806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56921 ( +// Equation(s): +// \text_gen|char_ram~56921_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56921 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y33_N1 +dffeas \text_gen|char_ram~28254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55887 ( +// Equation(s): +// \text_gen|char_ram~55887_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55887 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y37_N3 +dffeas \text_gen|char_ram~26910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54706 ( +// Equation(s): +// \text_gen|char_ram~54706_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54706 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y37_N21 +dffeas \text_gen|char_ram~27358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48570 ( +// Equation(s): +// \text_gen|char_ram~48570_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27358_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26910_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26910_q ), + .datad(\text_gen|char_ram~27358_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48570 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48571 ( +// Equation(s): +// \text_gen|char_ram~48571_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48570_combout & ((\text_gen|char_ram~28254_q ))) # (!\text_gen|char_ram~48570_combout & (\text_gen|char_ram~27806_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48570_combout )))) + + .dataa(\text_gen|char_ram~27806_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28254_q ), + .datad(\text_gen|char_ram~48570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48571 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53810 ( +// Equation(s): +// \text_gen|char_ram~53810_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53810 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y33_N15 +dffeas \text_gen|char_ram~27820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56929 ( +// Equation(s): +// \text_gen|char_ram~56929_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56929 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y33_N21 +dffeas \text_gen|char_ram~28268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55895 ( +// Equation(s): +// \text_gen|char_ram~55895_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55895 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y40_N23 +dffeas \text_gen|char_ram~26924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54913 ( +// Equation(s): +// \text_gen|char_ram~54913_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54913 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y17_N25 +dffeas \text_gen|char_ram~27372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48568 ( +// Equation(s): +// \text_gen|char_ram~48568_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27372_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26924_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26924_q ), + .datad(\text_gen|char_ram~27372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48568 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48569 ( +// Equation(s): +// \text_gen|char_ram~48569_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48568_combout & ((\text_gen|char_ram~28268_q ))) # (!\text_gen|char_ram~48568_combout & (\text_gen|char_ram~27820_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48568_combout )))) + + .dataa(\text_gen|char_ram~27820_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28268_q ), + .datad(\text_gen|char_ram~48568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48569 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48572 ( +// Equation(s): +// \text_gen|char_ram~48572_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48569_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48571_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48571_combout ), + .datad(\text_gen|char_ram~48569_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48572 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53740 ( +// Equation(s): +// \text_gen|char_ram~53740_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53740 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y64_N21 +dffeas \text_gen|char_ram~27876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56864 ( +// Equation(s): +// \text_gen|char_ram~56864_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56864 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y29_N25 +dffeas \text_gen|char_ram~28324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y6_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27428feeder ( +// Equation(s): +// \text_gen|char_ram~27428feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27428feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27428feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27428feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54911 ( +// Equation(s): +// \text_gen|char_ram~54911_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54911 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y6_N11 +dffeas \text_gen|char_ram~27428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27428feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55831 ( +// Equation(s): +// \text_gen|char_ram~55831_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55831 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y29_N7 +dffeas \text_gen|char_ram~26980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48573 ( +// Equation(s): +// \text_gen|char_ram~48573_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27428_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~26980_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~27428_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26980_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48573 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48574 ( +// Equation(s): +// \text_gen|char_ram~48574_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48573_combout & ((\text_gen|char_ram~28324_q ))) # (!\text_gen|char_ram~48573_combout & (\text_gen|char_ram~27876_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48573_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27876_q ), + .datac(\text_gen|char_ram~28324_q ), + .datad(\text_gen|char_ram~48573_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48574 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53741 ( +// Equation(s): +// \text_gen|char_ram~53741_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53741 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y60_N29 +dffeas \text_gen|char_ram~27862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56856 ( +// Equation(s): +// \text_gen|char_ram~56856_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56856 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y31_N27 +dffeas \text_gen|char_ram~28310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55823 ( +// Equation(s): +// \text_gen|char_ram~55823_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54986_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55823 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y41_N29 +dffeas \text_gen|char_ram~26966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54673 ( +// Equation(s): +// \text_gen|char_ram~54673_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54673 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y13_N13 +dffeas \text_gen|char_ram~27414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48566 ( +// Equation(s): +// \text_gen|char_ram~48566_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27414_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~26966_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26966_q ), + .datad(\text_gen|char_ram~27414_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48566 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48567 ( +// Equation(s): +// \text_gen|char_ram~48567_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48566_combout & ((\text_gen|char_ram~28310_q ))) # (!\text_gen|char_ram~48566_combout & (\text_gen|char_ram~27862_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48566_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27862_q ), + .datac(\text_gen|char_ram~28310_q ), + .datad(\text_gen|char_ram~48566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48567 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48575 ( +// Equation(s): +// \text_gen|char_ram~48575_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48572_combout & (\text_gen|char_ram~48574_combout )) # (!\text_gen|char_ram~48572_combout & ((\text_gen|char_ram~48567_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48572_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48572_combout ), + .datac(\text_gen|char_ram~48574_combout ), + .datad(\text_gen|char_ram~48567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48575 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55424 ( +// Equation(s): +// \text_gen|char_ram~55424_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55424 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y43_N19 +dffeas \text_gen|char_ram~25132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54118 ( +// Equation(s): +// \text_gen|char_ram~54118_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54118 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N3 +dffeas \text_gen|char_ram~25580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48535 ( +// Equation(s): +// \text_gen|char_ram~48535_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25580_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25132_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25132_q ), + .datad(\text_gen|char_ram~25580_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48535 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56926 ( +// Equation(s): +// \text_gen|char_ram~56926_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56926 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N1 +dffeas \text_gen|char_ram~26476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53355 ( +// Equation(s): +// \text_gen|char_ram~53355_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53355 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y58_N11 +dffeas \text_gen|char_ram~26028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48536 ( +// Equation(s): +// \text_gen|char_ram~48536_combout = (\text_gen|char_ram~48535_combout & (((\text_gen|char_ram~26476_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~48535_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~26028_q )))) + + .dataa(\text_gen|char_ram~48535_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26476_q ), + .datad(\text_gen|char_ram~26028_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48536 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53354 ( +// Equation(s): +// \text_gen|char_ram~53354_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53354 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N29 +dffeas \text_gen|char_ram~26084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55392 ( +// Equation(s): +// \text_gen|char_ram~55392_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55392 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y35_N9 +dffeas \text_gen|char_ram~25188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54085 ( +// Equation(s): +// \text_gen|char_ram~54085_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54085 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y18_N1 +dffeas \text_gen|char_ram~25636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48542 ( +// Equation(s): +// \text_gen|char_ram~48542_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25636_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25188_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25188_q ), + .datad(\text_gen|char_ram~25636_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48542 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56861 ( +// Equation(s): +// \text_gen|char_ram~56861_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56861 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y35_N15 +dffeas \text_gen|char_ram~26532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48543 ( +// Equation(s): +// \text_gen|char_ram~48543_combout = (\text_gen|char_ram~48542_combout & (((\text_gen|char_ram~26532_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~48542_combout & (\text_gen|char_ram~26084_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~26084_q ), + .datab(\text_gen|char_ram~48542_combout ), + .datac(\text_gen|char_ram~26532_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48543 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56853 ( +// Equation(s): +// \text_gen|char_ram~56853_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56853 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y31_N25 +dffeas \text_gen|char_ram~26518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55240 ( +// Equation(s): +// \text_gen|char_ram~55240_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55240 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y47_N17 +dffeas \text_gen|char_ram~25174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25622feeder ( +// Equation(s): +// \text_gen|char_ram~25622feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25622feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25622feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25622feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54083 ( +// Equation(s): +// \text_gen|char_ram~54083_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54083 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y17_N29 +dffeas \text_gen|char_ram~25622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25622feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48537 ( +// Equation(s): +// \text_gen|char_ram~48537_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25622_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25174_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25174_q ), + .datad(\text_gen|char_ram~25622_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48537 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53083 ( +// Equation(s): +// \text_gen|char_ram~53083_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53083 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y47_N5 +dffeas \text_gen|char_ram~26070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48538 ( +// Equation(s): +// \text_gen|char_ram~48538_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48537_combout & (\text_gen|char_ram~26518_q )) # (!\text_gen|char_ram~48537_combout & ((\text_gen|char_ram~26070_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48537_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26518_q ), + .datac(\text_gen|char_ram~48537_combout ), + .datad(\text_gen|char_ram~26070_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48538 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54116 ( +// Equation(s): +// \text_gen|char_ram~54116_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54116 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y18_N31 +dffeas \text_gen|char_ram~25566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55243 ( +// Equation(s): +// \text_gen|char_ram~55243_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55243 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y39_N17 +dffeas \text_gen|char_ram~25118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48539 ( +// Equation(s): +// \text_gen|char_ram~48539_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25566_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25118_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25566_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25118_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48539 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53121 ( +// Equation(s): +// \text_gen|char_ram~53121_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53121 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N21 +dffeas \text_gen|char_ram~26014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56918 ( +// Equation(s): +// \text_gen|char_ram~56918_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56918 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y39_N15 +dffeas \text_gen|char_ram~26462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48540 ( +// Equation(s): +// \text_gen|char_ram~48540_combout = (\text_gen|char_ram~48539_combout & (((\text_gen|char_ram~26462_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~48539_combout & (\text_gen|char_ram~26014_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~48539_combout ), + .datab(\text_gen|char_ram~26014_q ), + .datac(\text_gen|char_ram~26462_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48540 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48541 ( +// Equation(s): +// \text_gen|char_ram~48541_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~48538_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48540_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48538_combout ), + .datad(\text_gen|char_ram~48540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48541 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48544 ( +// Equation(s): +// \text_gen|char_ram~48544_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48541_combout & ((\text_gen|char_ram~48543_combout ))) # (!\text_gen|char_ram~48541_combout & (\text_gen|char_ram~48536_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48541_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48536_combout ), + .datac(\text_gen|char_ram~48543_combout ), + .datad(\text_gen|char_ram~48541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48544 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24222feeder ( +// Equation(s): +// \text_gen|char_ram~24222feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24222feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53033 ( +// Equation(s): +// \text_gen|char_ram~53033_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53033 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y53_N25 +dffeas \text_gen|char_ram~24222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56919 ( +// Equation(s): +// \text_gen|char_ram~56919_combout = (\text_gen|char_ram~53013_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53013_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56919 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y34_N11 +dffeas \text_gen|char_ram~24670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55107 ( +// Equation(s): +// \text_gen|char_ram~55107_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55107 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y39_N3 +dffeas \text_gen|char_ram~23326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54327 ( +// Equation(s): +// \text_gen|char_ram~54327_combout = (\text_gen|char_ram~53013_combout & \text_gen|char_ram~54206_combout ) + + .dataa(\text_gen|char_ram~53013_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54327 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y19_N17 +dffeas \text_gen|char_ram~23774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48549 ( +// Equation(s): +// \text_gen|char_ram~48549_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23774_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23326_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23326_q ), + .datad(\text_gen|char_ram~23774_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48549 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48550 ( +// Equation(s): +// \text_gen|char_ram~48550_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48549_combout & ((\text_gen|char_ram~24670_q ))) # (!\text_gen|char_ram~48549_combout & (\text_gen|char_ram~24222_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48549_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24222_q ), + .datac(\text_gen|char_ram~24670_q ), + .datad(\text_gen|char_ram~48549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48550 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53036 ( +// Equation(s): +// \text_gen|char_ram~53036_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53019_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53036 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y33_N23 +dffeas \text_gen|char_ram~24236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55115 ( +// Equation(s): +// \text_gen|char_ram~55115_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53019_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55115 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y40_N13 +dffeas \text_gen|char_ram~23340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23788feeder ( +// Equation(s): +// \text_gen|char_ram~23788feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23788feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23788feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23788feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54335 ( +// Equation(s): +// \text_gen|char_ram~54335_combout = (\text_gen|char_ram~53019_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53019_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54335 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N21 +dffeas \text_gen|char_ram~23788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23788feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48547 ( +// Equation(s): +// \text_gen|char_ram~48547_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23788_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23340_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23340_q ), + .datad(\text_gen|char_ram~23788_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48547 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56927 ( +// Equation(s): +// \text_gen|char_ram~56927_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53019_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56927 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y33_N29 +dffeas \text_gen|char_ram~24684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48548 ( +// Equation(s): +// \text_gen|char_ram~48548_combout = (\text_gen|char_ram~48547_combout & (((\text_gen|char_ram~24684_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~48547_combout & (\text_gen|char_ram~24236_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~24236_q ), + .datab(\text_gen|char_ram~48547_combout ), + .datac(\text_gen|char_ram~24684_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48548 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48551 ( +// Equation(s): +// \text_gen|char_ram~48551_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~48548_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48550_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48550_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~48548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48551 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~48551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55039 ( +// Equation(s): +// \text_gen|char_ram~55039_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52989_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55039 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y35_N31 +dffeas \text_gen|char_ram~23382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54263 ( +// Equation(s): +// \text_gen|char_ram~54263_combout = (\text_gen|char_ram~52989_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52989_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54263 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y15_N29 +dffeas \text_gen|char_ram~23830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48545 ( +// Equation(s): +// \text_gen|char_ram~48545_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~23830_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23382_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23382_q ), + .datad(\text_gen|char_ram~23830_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48545 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24278feeder ( +// Equation(s): +// \text_gen|char_ram~24278feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24278feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24278feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24278feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52990 ( +// Equation(s): +// \text_gen|char_ram~52990_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52989_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52990 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y53_N9 +dffeas \text_gen|char_ram~24278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24278feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56854 ( +// Equation(s): +// \text_gen|char_ram~56854_combout = (\text_gen|char_ram~52989_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~52989_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56854 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y28_N27 +dffeas \text_gen|char_ram~24726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48546 ( +// Equation(s): +// \text_gen|char_ram~48546_combout = (\text_gen|char_ram~48545_combout & (((\text_gen|char_ram~24726_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~48545_combout & (\text_gen|char_ram~24278_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~48545_combout ), + .datab(\text_gen|char_ram~24278_q ), + .datac(\text_gen|char_ram~24726_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48546 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52995 ( +// Equation(s): +// \text_gen|char_ram~52995_combout = (\text_gen|char_ram~52975_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~52975_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52995 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y27_N5 +dffeas \text_gen|char_ram~24292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56862 ( +// Equation(s): +// \text_gen|char_ram~56862_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52800_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56862 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y27_N19 +dffeas \text_gen|char_ram~24740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55051 ( +// Equation(s): +// \text_gen|char_ram~55051_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52975_combout & \text_gen|char_ram~54986_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55051 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y27_N13 +dffeas \text_gen|char_ram~23396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23844feeder ( +// Equation(s): +// \text_gen|char_ram~23844feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23844feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54271 ( +// Equation(s): +// \text_gen|char_ram~54271_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~54206_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54271 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y11_N17 +dffeas \text_gen|char_ram~23844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48552 ( +// Equation(s): +// \text_gen|char_ram~48552_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23844_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23396_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23396_q ), + .datad(\text_gen|char_ram~23844_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48552 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48553 ( +// Equation(s): +// \text_gen|char_ram~48553_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48552_combout & ((\text_gen|char_ram~24740_q ))) # (!\text_gen|char_ram~48552_combout & (\text_gen|char_ram~24292_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48552_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24292_q ), + .datac(\text_gen|char_ram~24740_q ), + .datad(\text_gen|char_ram~48552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48553 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48554 ( +// Equation(s): +// \text_gen|char_ram~48554_combout = (\text_gen|char_ram~48551_combout & (((\text_gen|char_ram~48553_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48551_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~48546_combout ))) + + .dataa(\text_gen|char_ram~48551_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48546_combout ), + .datad(\text_gen|char_ram~48553_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48554 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~48554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55697 ( +// Equation(s): +// \text_gen|char_ram~55697_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53019_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55697 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y26_N3 +dffeas \text_gen|char_ram~21548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54603 ( +// Equation(s): +// \text_gen|char_ram~54603_combout = (\text_gen|char_ram~53019_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53019_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54603 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y19_N11 +dffeas \text_gen|char_ram~21996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48555 ( +// Equation(s): +// \text_gen|char_ram~48555_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~21996_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21548_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21548_q ), + .datad(\text_gen|char_ram~21996_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48555 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56928 ( +// Equation(s): +// \text_gen|char_ram~56928_combout = (\text_gen|char_ram~53019_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~53019_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56928 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y29_N11 +dffeas \text_gen|char_ram~22892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22444feeder ( +// Equation(s): +// \text_gen|char_ram~22444feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22444feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22444feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22444feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53552 ( +// Equation(s): +// \text_gen|char_ram~53552_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53019_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53552 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y54_N29 +dffeas \text_gen|char_ram~22444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22444feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48556 ( +// Equation(s): +// \text_gen|char_ram~48556_combout = (\text_gen|char_ram~48555_combout & (((\text_gen|char_ram~22892_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~48555_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~22444_q )))) + + .dataa(\text_gen|char_ram~48555_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22892_q ), + .datad(\text_gen|char_ram~22444_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48556 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53486 ( +// Equation(s): +// \text_gen|char_ram~53486_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52989_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53486 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N25 +dffeas \text_gen|char_ram~22486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56855 ( +// Equation(s): +// \text_gen|char_ram~56855_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52989_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52989_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56855 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y32_N15 +dffeas \text_gen|char_ram~22934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55501 ( +// Equation(s): +// \text_gen|char_ram~55501_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52989_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52989_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55501 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y32_N29 +dffeas \text_gen|char_ram~21590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22038feeder ( +// Equation(s): +// \text_gen|char_ram~22038feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22038feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22038feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22038feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54459 ( +// Equation(s): +// \text_gen|char_ram~54459_combout = (\text_gen|char_ram~52989_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52989_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54459 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y16_N19 +dffeas \text_gen|char_ram~22038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22038feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48557 ( +// Equation(s): +// \text_gen|char_ram~48557_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22038_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21590_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21590_q ), + .datad(\text_gen|char_ram~22038_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48557 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48558 ( +// Equation(s): +// \text_gen|char_ram~48558_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48557_combout & ((\text_gen|char_ram~22934_q ))) # (!\text_gen|char_ram~48557_combout & (\text_gen|char_ram~22486_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48557_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22486_q ), + .datac(\text_gen|char_ram~22934_q ), + .datad(\text_gen|char_ram~48557_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48558 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54463 ( +// Equation(s): +// \text_gen|char_ram~54463_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54463 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y37_N7 +dffeas \text_gen|char_ram~21982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55505 ( +// Equation(s): +// \text_gen|char_ram~55505_combout = (\text_gen|char_ram~53013_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53013_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55505 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y37_N9 +dffeas \text_gen|char_ram~21534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48559 ( +// Equation(s): +// \text_gen|char_ram~48559_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~21982_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21534_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~21982_q ), + .datac(\text_gen|char_ram~21534_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48559 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56920 ( +// Equation(s): +// \text_gen|char_ram~56920_combout = (\text_gen|char_ram~53013_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53013_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56920 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y33_N11 +dffeas \text_gen|char_ram~22878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53550 ( +// Equation(s): +// \text_gen|char_ram~53550_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53013_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53550 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y54_N25 +dffeas \text_gen|char_ram~22430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48560 ( +// Equation(s): +// \text_gen|char_ram~48560_combout = (\text_gen|char_ram~48559_combout & (((\text_gen|char_ram~22878_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~48559_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~22430_q )))) + + .dataa(\text_gen|char_ram~48559_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22878_q ), + .datad(\text_gen|char_ram~22430_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48560 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48561 ( +// Equation(s): +// \text_gen|char_ram~48561_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48558_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48560_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48558_combout ), + .datad(\text_gen|char_ram~48560_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48561 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53488 ( +// Equation(s): +// \text_gen|char_ram~53488_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52975_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53488 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y54_N23 +dffeas \text_gen|char_ram~22500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56863 ( +// Equation(s): +// \text_gen|char_ram~56863_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52975_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|char_ram~52975_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56863 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y54_N21 +dffeas \text_gen|char_ram~22948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55693 ( +// Equation(s): +// \text_gen|char_ram~55693_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~52800_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55693 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y50_N5 +dffeas \text_gen|char_ram~21604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22052feeder ( +// Equation(s): +// \text_gen|char_ram~22052feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22052feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22052feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22052feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54611 ( +// Equation(s): +// \text_gen|char_ram~54611_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52975_combout & (\text_gen|char_ram~53881_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~52975_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54611 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y15_N21 +dffeas \text_gen|char_ram~22052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22052feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48562 ( +// Equation(s): +// \text_gen|char_ram~48562_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22052_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21604_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21604_q ), + .datad(\text_gen|char_ram~22052_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48562 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48563 ( +// Equation(s): +// \text_gen|char_ram~48563_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48562_combout & ((\text_gen|char_ram~22948_q ))) # (!\text_gen|char_ram~48562_combout & (\text_gen|char_ram~22500_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48562_combout )))) + + .dataa(\text_gen|char_ram~22500_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22948_q ), + .datad(\text_gen|char_ram~48562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48563 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48564 ( +// Equation(s): +// \text_gen|char_ram~48564_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48561_combout & ((\text_gen|char_ram~48563_combout ))) # (!\text_gen|char_ram~48561_combout & (\text_gen|char_ram~48556_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48561_combout )))) + + .dataa(\text_gen|char_ram~48556_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48561_combout ), + .datad(\text_gen|char_ram~48563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48564 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48565 ( +// Equation(s): +// \text_gen|char_ram~48565_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48554_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~48564_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48554_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~48564_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48565 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~48565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48576 ( +// Equation(s): +// \text_gen|char_ram~48576_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48565_combout & (\text_gen|char_ram~48575_combout )) # (!\text_gen|char_ram~48565_combout & ((\text_gen|char_ram~48544_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48565_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~48575_combout ), + .datac(\text_gen|char_ram~48544_combout ), + .datad(\text_gen|char_ram~48565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48576 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25748feeder ( +// Equation(s): +// \text_gen|char_ram~25748feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54076 ( +// Equation(s): +// \text_gen|char_ram~54076_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54076 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y30_N7 +dffeas \text_gen|char_ram~25748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54609 ( +// Equation(s): +// \text_gen|char_ram~54609_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52987_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54609 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y30_N13 +dffeas \text_gen|char_ram~22164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48500 ( +// Equation(s): +// \text_gen|char_ram~48500_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25748_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22164_q +// ))))) + + .dataa(\text_gen|char_ram~25748_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22164_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48500 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23060feeder ( +// Equation(s): +// \text_gen|char_ram~23060feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23060feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23060feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23060feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56847 ( +// Equation(s): +// \text_gen|char_ram~56847_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52987_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56847 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y34_N21 +dffeas \text_gen|char_ram~23060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23060feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56845 ( +// Equation(s): +// \text_gen|char_ram~56845_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56845 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y30_N19 +dffeas \text_gen|char_ram~26644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48501 ( +// Equation(s): +// \text_gen|char_ram~48501_combout = (\text_gen|char_ram~48500_combout & (((\text_gen|char_ram~26644_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~48500_combout & (\text_gen|char_ram~23060_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~48500_combout ), + .datab(\text_gen|char_ram~23060_q ), + .datac(\text_gen|char_ram~26644_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48501 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56896 ( +// Equation(s): +// \text_gen|char_ram~56896_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53006_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56896 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y33_N29 +dffeas \text_gen|char_ram~23004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56894 ( +// Equation(s): +// \text_gen|char_ram~56894_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56894 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N27 +dffeas \text_gen|char_ram~26588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54110 ( +// Equation(s): +// \text_gen|char_ram~54110_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54110 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y18_N3 +dffeas \text_gen|char_ram~25692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54601 ( +// Equation(s): +// \text_gen|char_ram~54601_combout = (\text_gen|char_ram~53006_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53006_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54601 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y19_N23 +dffeas \text_gen|char_ram~22108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48493 ( +// Equation(s): +// \text_gen|char_ram~48493_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25692_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22108_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25692_q ), + .datac(\text_gen|char_ram~22108_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48493 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48494 ( +// Equation(s): +// \text_gen|char_ram~48494_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48493_combout & ((\text_gen|char_ram~26588_q ))) # (!\text_gen|char_ram~48493_combout & (\text_gen|char_ram~23004_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48493_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~23004_q ), + .datac(\text_gen|char_ram~26588_q ), + .datad(\text_gen|char_ram~48493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48494 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56835 ( +// Equation(s): +// \text_gen|char_ram~56835_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56835 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y31_N27 +dffeas \text_gen|char_ram~23046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56833 ( +// Equation(s): +// \text_gen|char_ram~56833_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56833 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y31_N31 +dffeas \text_gen|char_ram~26630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54457 ( +// Equation(s): +// \text_gen|char_ram~54457_combout = (\text_gen|char_ram~52983_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52983_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54457 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y35_N15 +dffeas \text_gen|char_ram~22150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25734feeder ( +// Equation(s): +// \text_gen|char_ram~25734feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25734feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54074 ( +// Equation(s): +// \text_gen|char_ram~54074_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54074 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y35_N5 +dffeas \text_gen|char_ram~25734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48495 ( +// Equation(s): +// \text_gen|char_ram~48495_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25734_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~22150_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22150_q ), + .datad(\text_gen|char_ram~25734_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48495 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48496 ( +// Equation(s): +// \text_gen|char_ram~48496_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48495_combout & ((\text_gen|char_ram~26630_q ))) # (!\text_gen|char_ram~48495_combout & (\text_gen|char_ram~23046_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48495_combout )))) + + .dataa(\text_gen|char_ram~23046_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26630_q ), + .datad(\text_gen|char_ram~48495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48496 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56882 ( +// Equation(s): +// \text_gen|char_ram~56882_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56882 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y33_N13 +dffeas \text_gen|char_ram~26574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56884 ( +// Equation(s): +// \text_gen|char_ram~56884_combout = (\text_gen|char_ram~53002_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53002_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56884 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y37_N7 +dffeas \text_gen|char_ram~22990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54108 ( +// Equation(s): +// \text_gen|char_ram~54108_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54108 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y25_N13 +dffeas \text_gen|char_ram~25678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54461 ( +// Equation(s): +// \text_gen|char_ram~54461_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54461 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y25_N23 +dffeas \text_gen|char_ram~22094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48497 ( +// Equation(s): +// \text_gen|char_ram~48497_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25678_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22094_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25678_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22094_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48497 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48498 ( +// Equation(s): +// \text_gen|char_ram~48498_combout = (\text_gen|char_ram~48497_combout & ((\text_gen|char_ram~26574_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~48497_combout & (((\text_gen|char_ram~22990_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~26574_q ), + .datab(\text_gen|char_ram~22990_q ), + .datac(\text_gen|char_ram~48497_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48498 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~48498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48499 ( +// Equation(s): +// \text_gen|char_ram~48499_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48496_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~48498_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48496_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~48498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48499 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~48499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48502 ( +// Equation(s): +// \text_gen|char_ram~48502_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48499_combout & (\text_gen|char_ram~48501_combout )) # (!\text_gen|char_ram~48499_combout & ((\text_gen|char_ram~48494_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48499_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48501_combout ), + .datac(\text_gen|char_ram~48494_combout ), + .datad(\text_gen|char_ram~48499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48502 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52984 ( +// Equation(s): +// \text_gen|char_ram~52984_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52984 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y41_N3 +dffeas \text_gen|char_ram~24390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53749 ( +// Equation(s): +// \text_gen|char_ram~53749_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53749 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y44_N21 +dffeas \text_gen|char_ram~27974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55037 ( +// Equation(s): +// \text_gen|char_ram~55037_combout = (\text_gen|char_ram~52983_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52983_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55037 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N19 +dffeas \text_gen|char_ram~23494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55821 ( +// Equation(s): +// \text_gen|char_ram~55821_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55821 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N29 +dffeas \text_gen|char_ram~27078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48503 ( +// Equation(s): +// \text_gen|char_ram~48503_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~27078_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23494_q +// )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23494_q ), + .datad(\text_gen|char_ram~27078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48503 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48504 ( +// Equation(s): +// \text_gen|char_ram~48504_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48503_combout & ((\text_gen|char_ram~27974_q ))) # (!\text_gen|char_ram~48503_combout & (\text_gen|char_ram~24390_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48503_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24390_q ), + .datac(\text_gen|char_ram~27974_q ), + .datad(\text_gen|char_ram~48503_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48504 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52988 ( +// Equation(s): +// \text_gen|char_ram~52988_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52987_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52988 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y41_N31 +dffeas \text_gen|char_ram~24404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53747 ( +// Equation(s): +// \text_gen|char_ram~53747_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53747 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y48_N23 +dffeas \text_gen|char_ram~27988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55829 ( +// Equation(s): +// \text_gen|char_ram~55829_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55829 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y39_N21 +dffeas \text_gen|char_ram~27092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55049 ( +// Equation(s): +// \text_gen|char_ram~55049_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52987_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55049 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y39_N11 +dffeas \text_gen|char_ram~23508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48510 ( +// Equation(s): +// \text_gen|char_ram~48510_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~27092_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23508_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~27092_q ), + .datac(\text_gen|char_ram~23508_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48510 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48511 ( +// Equation(s): +// \text_gen|char_ram~48511_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48510_combout & ((\text_gen|char_ram~27988_q ))) # (!\text_gen|char_ram~48510_combout & (\text_gen|char_ram~24404_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48510_combout )))) + + .dataa(\text_gen|char_ram~24404_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27988_q ), + .datad(\text_gen|char_ram~48510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48511 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24334feeder ( +// Equation(s): +// \text_gen|char_ram~24334feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24334feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24334feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24334feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53026 ( +// Equation(s): +// \text_gen|char_ram~53026_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53026 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y51_N17 +dffeas \text_gen|char_ram~24334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24334feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53800 ( +// Equation(s): +// \text_gen|char_ram~53800_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53800 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y48_N5 +dffeas \text_gen|char_ram~27918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55885 ( +// Equation(s): +// \text_gen|char_ram~55885_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55885 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y39_N27 +dffeas \text_gen|char_ram~27022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55106 ( +// Equation(s): +// \text_gen|char_ram~55106_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55106 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y39_N23 +dffeas \text_gen|char_ram~23438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48507 ( +// Equation(s): +// \text_gen|char_ram~48507_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~27022_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23438_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~27022_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23438_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48507 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48508 ( +// Equation(s): +// \text_gen|char_ram~48508_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48507_combout & ((\text_gen|char_ram~27918_q ))) # (!\text_gen|char_ram~48507_combout & (\text_gen|char_ram~24334_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48507_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24334_q ), + .datac(\text_gen|char_ram~27918_q ), + .datad(\text_gen|char_ram~48507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48508 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24348feeder ( +// Equation(s): +// \text_gen|char_ram~24348feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53028 ( +// Equation(s): +// \text_gen|char_ram~53028_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53006_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53028 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y60_N13 +dffeas \text_gen|char_ram~24348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53802 ( +// Equation(s): +// \text_gen|char_ram~53802_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53802 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y48_N3 +dffeas \text_gen|char_ram~27932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55893 ( +// Equation(s): +// \text_gen|char_ram~55893_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54986_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55893 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X1_Y36_N29 +dffeas \text_gen|char_ram~27036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55113 ( +// Equation(s): +// \text_gen|char_ram~55113_combout = (\text_gen|char_ram~53006_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53006_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55113 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X1_Y36_N23 +dffeas \text_gen|char_ram~23452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48505 ( +// Equation(s): +// \text_gen|char_ram~48505_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27036_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23452_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27036_q ), + .datac(\text_gen|char_ram~23452_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48505 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48506 ( +// Equation(s): +// \text_gen|char_ram~48506_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48505_combout & ((\text_gen|char_ram~27932_q ))) # (!\text_gen|char_ram~48505_combout & (\text_gen|char_ram~24348_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48505_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24348_q ), + .datac(\text_gen|char_ram~27932_q ), + .datad(\text_gen|char_ram~48505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48506 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48509 ( +// Equation(s): +// \text_gen|char_ram~48509_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48506_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48508_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48508_combout ), + .datad(\text_gen|char_ram~48506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48509 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48512 ( +// Equation(s): +// \text_gen|char_ram~48512_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48509_combout & ((\text_gen|char_ram~48511_combout ))) # (!\text_gen|char_ram~48509_combout & (\text_gen|char_ram~48504_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48509_combout )))) + + .dataa(\text_gen|char_ram~48504_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48511_combout ), + .datad(\text_gen|char_ram~48509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48512 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22556feeder ( +// Equation(s): +// \text_gen|char_ram~22556feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53548 ( +// Equation(s): +// \text_gen|char_ram~53548_combout = (\text_gen|char_ram~53006_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53006_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53548 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y51_N31 +dffeas \text_gen|char_ram~22556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53347 ( +// Equation(s): +// \text_gen|char_ram~53347_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53347 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y46_N27 +dffeas \text_gen|char_ram~26140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25244feeder ( +// Equation(s): +// \text_gen|char_ram~25244feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55422 ( +// Equation(s): +// \text_gen|char_ram~55422_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55422 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y27_N19 +dffeas \text_gen|char_ram~25244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55696 ( +// Equation(s): +// \text_gen|char_ram~55696_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53006_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55696 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y40_N19 +dffeas \text_gen|char_ram~21660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48513 ( +// Equation(s): +// \text_gen|char_ram~48513_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25244_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21660_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25244_q ), + .datac(\text_gen|char_ram~21660_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48513 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48514 ( +// Equation(s): +// \text_gen|char_ram~48514_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48513_combout & ((\text_gen|char_ram~26140_q ))) # (!\text_gen|char_ram~48513_combout & (\text_gen|char_ram~22556_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48513_combout )))) + + .dataa(\text_gen|char_ram~22556_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26140_q ), + .datad(\text_gen|char_ram~48513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48514 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53482 ( +// Equation(s): +// \text_gen|char_ram~53482_combout = (\text_gen|char_ram~52983_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52983_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53482 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y42_N15 +dffeas \text_gen|char_ram~22598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53077 ( +// Equation(s): +// \text_gen|char_ram~53077_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53077 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y44_N23 +dffeas \text_gen|char_ram~26182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55239 ( +// Equation(s): +// \text_gen|char_ram~55239_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55239 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y39_N13 +dffeas \text_gen|char_ram~25286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55500 ( +// Equation(s): +// \text_gen|char_ram~55500_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52983_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55500 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y39_N19 +dffeas \text_gen|char_ram~21702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48515 ( +// Equation(s): +// \text_gen|char_ram~48515_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25286_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21702_q +// ))))) + + .dataa(\text_gen|char_ram~25286_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21702_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48515 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48516 ( +// Equation(s): +// \text_gen|char_ram~48516_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48515_combout & ((\text_gen|char_ram~26182_q ))) # (!\text_gen|char_ram~48515_combout & (\text_gen|char_ram~22598_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48515_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22598_q ), + .datac(\text_gen|char_ram~26182_q ), + .datad(\text_gen|char_ram~48515_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48516 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53546 ( +// Equation(s): +// \text_gen|char_ram~53546_combout = (\text_gen|char_ram~53002_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53002_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53546 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y37_N29 +dffeas \text_gen|char_ram~22542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53117 ( +// Equation(s): +// \text_gen|char_ram~53117_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53117 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y47_N1 +dffeas \text_gen|char_ram~26126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55245 ( +// Equation(s): +// \text_gen|char_ram~55245_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55245 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y39_N15 +dffeas \text_gen|char_ram~25230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55504 ( +// Equation(s): +// \text_gen|char_ram~55504_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53002_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55504 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N9 +dffeas \text_gen|char_ram~21646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48517 ( +// Equation(s): +// \text_gen|char_ram~48517_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25230_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21646_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25230_q ), + .datac(\text_gen|char_ram~21646_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48517 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48518 ( +// Equation(s): +// \text_gen|char_ram~48518_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48517_combout & ((\text_gen|char_ram~26126_q ))) # (!\text_gen|char_ram~48517_combout & (\text_gen|char_ram~22542_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48517_combout )))) + + .dataa(\text_gen|char_ram~22542_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26126_q ), + .datad(\text_gen|char_ram~48517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48518 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48519 ( +// Equation(s): +// \text_gen|char_ram~48519_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48516_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48518_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48516_combout ), + .datad(\text_gen|char_ram~48518_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48519 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22612feeder ( +// Equation(s): +// \text_gen|char_ram~22612feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22612feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22612feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22612feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53484 ( +// Equation(s): +// \text_gen|char_ram~53484_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52987_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53484 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y34_N15 +dffeas \text_gen|char_ram~22612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22612feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53345 ( +// Equation(s): +// \text_gen|char_ram~53345_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53345 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y46_N17 +dffeas \text_gen|char_ram~26196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55390 ( +// Equation(s): +// \text_gen|char_ram~55390_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55390 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y39_N5 +dffeas \text_gen|char_ram~25300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55692 ( +// Equation(s): +// \text_gen|char_ram~55692_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52987_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55692 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N7 +dffeas \text_gen|char_ram~21716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48520 ( +// Equation(s): +// \text_gen|char_ram~48520_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25300_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21716_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25300_q ), + .datac(\text_gen|char_ram~21716_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48520 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48521 ( +// Equation(s): +// \text_gen|char_ram~48521_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48520_combout & ((\text_gen|char_ram~26196_q ))) # (!\text_gen|char_ram~48520_combout & (\text_gen|char_ram~22612_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48520_combout )))) + + .dataa(\text_gen|char_ram~22612_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26196_q ), + .datad(\text_gen|char_ram~48520_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48521 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48522 ( +// Equation(s): +// \text_gen|char_ram~48522_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48519_combout & ((\text_gen|char_ram~48521_combout ))) # (!\text_gen|char_ram~48519_combout & (\text_gen|char_ram~48514_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48519_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48514_combout ), + .datac(\text_gen|char_ram~48519_combout ), + .datad(\text_gen|char_ram~48521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48522 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48523 ( +// Equation(s): +// \text_gen|char_ram~48523_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~48512_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~48522_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~48512_combout ), + .datad(\text_gen|char_ram~48522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48523 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28436feeder ( +// Equation(s): +// \text_gen|char_ram~28436feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28436feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28436feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28436feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56848 ( +// Equation(s): +// \text_gen|char_ram~56848_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56848 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y32_N15 +dffeas \text_gen|char_ram~28436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28436feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56846 ( +// Equation(s): +// \text_gen|char_ram~56846_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52987_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52987_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56846 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y27_N29 +dffeas \text_gen|char_ram~24852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54907 ( +// Equation(s): +// \text_gen|char_ram~54907_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54907 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y17_N31 +dffeas \text_gen|char_ram~27540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y1_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54269 ( +// Equation(s): +// \text_gen|char_ram~54269_combout = (\text_gen|char_ram~52987_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52987_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54269 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y16_N21 +dffeas \text_gen|char_ram~23956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48531 ( +// Equation(s): +// \text_gen|char_ram~48531_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27540_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23956_q +// ))))) + + .dataa(\text_gen|char_ram~27540_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23956_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48531 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48532 ( +// Equation(s): +// \text_gen|char_ram~48532_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48531_combout & (\text_gen|char_ram~28436_q )) # (!\text_gen|char_ram~48531_combout & ((\text_gen|char_ram~24852_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48531_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~28436_q ), + .datac(\text_gen|char_ram~24852_q ), + .datad(\text_gen|char_ram~48531_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48532 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56834 ( +// Equation(s): +// \text_gen|char_ram~56834_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56834 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N15 +dffeas \text_gen|char_ram~24838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56836 ( +// Equation(s): +// \text_gen|char_ram~56836_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56836 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y31_N7 +dffeas \text_gen|char_ram~28422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54664 ( +// Equation(s): +// \text_gen|char_ram~54664_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54664 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y19_N7 +dffeas \text_gen|char_ram~27526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54261 ( +// Equation(s): +// \text_gen|char_ram~54261_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52983_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54261 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y19_N29 +dffeas \text_gen|char_ram~23942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48524 ( +// Equation(s): +// \text_gen|char_ram~48524_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27526_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23942_q +// ))))) + + .dataa(\text_gen|char_ram~27526_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23942_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48524 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48525 ( +// Equation(s): +// \text_gen|char_ram~48525_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48524_combout & ((\text_gen|char_ram~28422_q ))) # (!\text_gen|char_ram~48524_combout & (\text_gen|char_ram~24838_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48524_combout )))) + + .dataa(\text_gen|char_ram~24838_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28422_q ), + .datad(\text_gen|char_ram~48524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48525 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24796feeder ( +// Equation(s): +// \text_gen|char_ram~24796feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56895 ( +// Equation(s): +// \text_gen|char_ram~56895_combout = (\text_gen|char_ram~53006_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53006_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56895 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y36_N3 +dffeas \text_gen|char_ram~24796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y1_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56897 ( +// Equation(s): +// \text_gen|char_ram~56897_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56897 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y33_N15 +dffeas \text_gen|char_ram~28380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54909 ( +// Equation(s): +// \text_gen|char_ram~54909_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54909 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y21_N19 +dffeas \text_gen|char_ram~27484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54333 ( +// Equation(s): +// \text_gen|char_ram~54333_combout = (\text_gen|char_ram~53006_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53006_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54333 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y21_N9 +dffeas \text_gen|char_ram~23900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48526 ( +// Equation(s): +// \text_gen|char_ram~48526_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~27484_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23900_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~27484_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23900_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48526 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48527 ( +// Equation(s): +// \text_gen|char_ram~48527_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48526_combout & ((\text_gen|char_ram~28380_q ))) # (!\text_gen|char_ram~48526_combout & (\text_gen|char_ram~24796_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48526_combout )))) + + .dataa(\text_gen|char_ram~24796_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28380_q ), + .datad(\text_gen|char_ram~48526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48527 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24782feeder ( +// Equation(s): +// \text_gen|char_ram~24782feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56883 ( +// Equation(s): +// \text_gen|char_ram~56883_combout = (\text_gen|char_ram~53002_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53002_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56883 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y33_N3 +dffeas \text_gen|char_ram~24782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56885 ( +// Equation(s): +// \text_gen|char_ram~56885_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56885 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y33_N23 +dffeas \text_gen|char_ram~28366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27470feeder ( +// Equation(s): +// \text_gen|char_ram~27470feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54698 ( +// Equation(s): +// \text_gen|char_ram~54698_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54698 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N19 +dffeas \text_gen|char_ram~27470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23886feeder ( +// Equation(s): +// \text_gen|char_ram~23886feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54325 ( +// Equation(s): +// \text_gen|char_ram~54325_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53002_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54325 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N3 +dffeas \text_gen|char_ram~23886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48528 ( +// Equation(s): +// \text_gen|char_ram~48528_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~27470_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23886_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~27470_q ), + .datac(\text_gen|char_ram~23886_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48528 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48529 ( +// Equation(s): +// \text_gen|char_ram~48529_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48528_combout & ((\text_gen|char_ram~28366_q ))) # (!\text_gen|char_ram~48528_combout & (\text_gen|char_ram~24782_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48528_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24782_q ), + .datac(\text_gen|char_ram~28366_q ), + .datad(\text_gen|char_ram~48528_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48529 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48530 ( +// Equation(s): +// \text_gen|char_ram~48530_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48527_combout ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((!\vga_c|h_cnt [7] & \text_gen|char_ram~48529_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48527_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~48529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48530 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~48530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48533 ( +// Equation(s): +// \text_gen|char_ram~48533_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48530_combout & (\text_gen|char_ram~48532_combout )) # (!\text_gen|char_ram~48530_combout & ((\text_gen|char_ram~48525_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48530_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48532_combout ), + .datac(\text_gen|char_ram~48525_combout ), + .datad(\text_gen|char_ram~48530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48533 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48534 ( +// Equation(s): +// \text_gen|char_ram~48534_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48523_combout & ((\text_gen|char_ram~48533_combout ))) # (!\text_gen|char_ram~48523_combout & (\text_gen|char_ram~48502_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48523_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~48502_combout ), + .datac(\text_gen|char_ram~48523_combout ), + .datad(\text_gen|char_ram~48533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48534 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48577 ( +// Equation(s): +// \text_gen|char_ram~48577_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~48534_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~48576_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~48576_combout ), + .datad(\text_gen|char_ram~48534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48577 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48620 ( +// Equation(s): +// \text_gen|char_ram~48620_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48577_combout & ((\text_gen|char_ram~48619_combout ))) # (!\text_gen|char_ram~48577_combout & (\text_gen|char_ram~48492_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48577_combout )))) + + .dataa(\text_gen|char_ram~48492_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~48619_combout ), + .datad(\text_gen|char_ram~48577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48620 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6190feeder ( +// Equation(s): +// \text_gen|char_ram~6190feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6190feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54709 ( +// Equation(s): +// \text_gen|char_ram~54709_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54709 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y17_N25 +dffeas \text_gen|char_ram~6190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54676 ( +// Equation(s): +// \text_gen|char_ram~54676_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54676 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y13_N25 +dffeas \text_gen|char_ram~6246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54243 ( +// Equation(s): +// \text_gen|char_ram~54243_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54240_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~54240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54243 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y17_N31 +dffeas \text_gen|char_ram~2662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54312 ( +// Equation(s): +// \text_gen|char_ram~54312_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~54240_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54312 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y17_N25 +dffeas \text_gen|char_ram~2606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48407 ( +// Equation(s): +// \text_gen|char_ram~48407_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~2662_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~2606_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~2662_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2606_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48407 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48408 ( +// Equation(s): +// \text_gen|char_ram~48408_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48407_combout & ((\text_gen|char_ram~6246_q ))) # (!\text_gen|char_ram~48407_combout & (\text_gen|char_ram~6190_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48407_combout )))) + + .dataa(\text_gen|char_ram~6190_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6246_q ), + .datad(\text_gen|char_ram~48407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48408 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54632 ( +// Equation(s): +// \text_gen|char_ram~54632_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54632 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y16_N23 +dffeas \text_gen|char_ram~884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54069 ( +// Equation(s): +// \text_gen|char_ram~54069_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54069 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y17_N9 +dffeas \text_gen|char_ram~4468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54071 ( +// Equation(s): +// \text_gen|char_ram~54071_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54071 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y17_N19 +dffeas \text_gen|char_ram~4412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54640 ( +// Equation(s): +// \text_gen|char_ram~54640_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54640 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y15_N7 +dffeas \text_gen|char_ram~828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48409 ( +// Equation(s): +// \text_gen|char_ram~48409_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4412_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~828_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4412_q ), + .datac(\text_gen|char_ram~828_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48409 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48410 ( +// Equation(s): +// \text_gen|char_ram~48410_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48409_combout & ((\text_gen|char_ram~4468_q ))) # (!\text_gen|char_ram~48409_combout & (\text_gen|char_ram~884_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~48409_combout +// )))) + + .dataa(\text_gen|char_ram~884_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4468_q ), + .datad(\text_gen|char_ram~48409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48410 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~870feeder ( +// Equation(s): +// \text_gen|char_ram~870feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54434 ( +// Equation(s): +// \text_gen|char_ram~54434_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54434 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N1 +dffeas \text_gen|char_ram~870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54037 ( +// Equation(s): +// \text_gen|char_ram~54037_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54037 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y16_N19 +dffeas \text_gen|char_ram~4454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54039 ( +// Equation(s): +// \text_gen|char_ram~54039_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54039 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N7 +dffeas \text_gen|char_ram~4398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54439 ( +// Equation(s): +// \text_gen|char_ram~54439_combout = (\text_gen|char_ram~54433_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~54433_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54439 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y19_N27 +dffeas \text_gen|char_ram~814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48411 ( +// Equation(s): +// \text_gen|char_ram~48411_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4398_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~814_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4398_q ), + .datac(\text_gen|char_ram~814_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48411 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48412 ( +// Equation(s): +// \text_gen|char_ram~48412_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48411_combout & ((\text_gen|char_ram~4454_q ))) # (!\text_gen|char_ram~48411_combout & (\text_gen|char_ram~870_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~48411_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~870_q ), + .datac(\text_gen|char_ram~4454_q ), + .datad(\text_gen|char_ram~48411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48412 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48413 ( +// Equation(s): +// \text_gen|char_ram~48413_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~48410_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48412_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48410_combout ), + .datad(\text_gen|char_ram~48412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48413 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54899 ( +// Equation(s): +// \text_gen|char_ram~54899_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54899 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y9_N25 +dffeas \text_gen|char_ram~6260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6204feeder ( +// Equation(s): +// \text_gen|char_ram~6204feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6204feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6204feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6204feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54901 ( +// Equation(s): +// \text_gen|char_ram~54901_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54901 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y17_N9 +dffeas \text_gen|char_ram~6204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6204feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y8_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54320 ( +// Equation(s): +// \text_gen|char_ram~54320_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54240_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~54240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54320 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y8_N1 +dffeas \text_gen|char_ram~2620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54255 ( +// Equation(s): +// \text_gen|char_ram~54255_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52816_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54240_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54255 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y8_N19 +dffeas \text_gen|char_ram~2676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y8_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48414 ( +// Equation(s): +// \text_gen|char_ram~48414_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~2676_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2620_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2620_q ), + .datad(\text_gen|char_ram~2676_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48414 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48415 ( +// Equation(s): +// \text_gen|char_ram~48415_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48414_combout & (\text_gen|char_ram~6260_q )) # (!\text_gen|char_ram~48414_combout & ((\text_gen|char_ram~6204_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48414_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6260_q ), + .datac(\text_gen|char_ram~6204_q ), + .datad(\text_gen|char_ram~48414_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48415 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48416 ( +// Equation(s): +// \text_gen|char_ram~48416_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48413_combout & ((\text_gen|char_ram~48415_combout ))) # (!\text_gen|char_ram~48413_combout & (\text_gen|char_ram~48408_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48413_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48408_combout ), + .datac(\text_gen|char_ram~48413_combout ), + .datad(\text_gen|char_ram~48415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48416 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55012 ( +// Equation(s): +// \text_gen|char_ram~55012_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55008_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55012 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y37_N17 +dffeas \text_gen|char_ram~2228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55016 ( +// Equation(s): +// \text_gen|char_ram~55016_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52743_combout ) + + .dataa(\text_gen|char_ram~55008_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55016 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y35_N5 +dffeas \text_gen|char_ram~2214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55678 ( +// Equation(s): +// \text_gen|char_ram~55678_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55480_combout ) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55678 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N25 +dffeas \text_gen|char_ram~436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55484 ( +// Equation(s): +// \text_gen|char_ram~55484_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55480_combout ) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55484 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y41_N23 +dffeas \text_gen|char_ram~422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48429 ( +// Equation(s): +// \text_gen|char_ram~48429_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~436_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~422_q ))))) + + .dataa(\text_gen|char_ram~436_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~422_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48429 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48430 ( +// Equation(s): +// \text_gen|char_ram~48430_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48429_combout & (\text_gen|char_ram~2228_q )) # (!\text_gen|char_ram~48429_combout & ((\text_gen|char_ram~2214_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48429_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2228_q ), + .datac(\text_gen|char_ram~2214_q ), + .datad(\text_gen|char_ram~48429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48430 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2158feeder ( +// Equation(s): +// \text_gen|char_ram~2158feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2158feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2158feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2158feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55092 ( +// Equation(s): +// \text_gen|char_ram~55092_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~55008_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55092 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y39_N1 +dffeas \text_gen|char_ram~2158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2158feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55100 ( +// Equation(s): +// \text_gen|char_ram~55100_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55008_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55100 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y40_N19 +dffeas \text_gen|char_ram~2172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55682 ( +// Equation(s): +// \text_gen|char_ram~55682_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55480_combout ) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55682 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y41_N25 +dffeas \text_gen|char_ram~380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55488 ( +// Equation(s): +// \text_gen|char_ram~55488_combout = (\text_gen|char_ram~55480_combout & \text_gen|char_ram~52741_combout ) + + .dataa(\text_gen|char_ram~55480_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55488 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y37_N15 +dffeas \text_gen|char_ram~366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48431 ( +// Equation(s): +// \text_gen|char_ram~48431_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~380_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~366_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~380_q ), + .datac(\text_gen|char_ram~366_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48431 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48432 ( +// Equation(s): +// \text_gen|char_ram~48432_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48431_combout & ((\text_gen|char_ram~2172_q ))) # (!\text_gen|char_ram~48431_combout & (\text_gen|char_ram~2158_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48431_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2158_q ), + .datac(\text_gen|char_ram~2172_q ), + .datad(\text_gen|char_ram~48431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48432 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48433 ( +// Equation(s): +// \text_gen|char_ram~48433_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~48430_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~48432_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48430_combout ), + .datad(\text_gen|char_ram~48432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48433 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55389 ( +// Equation(s): +// \text_gen|char_ram~55389_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55389 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y44_N25 +dffeas \text_gen|char_ram~4020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55815 ( +// Equation(s): +// \text_gen|char_ram~55815_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55815 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y44_N31 +dffeas \text_gen|char_ram~5812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55223 ( +// Equation(s): +// \text_gen|char_ram~55223_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55223 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y44_N29 +dffeas \text_gen|char_ram~4006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55807 ( +// Equation(s): +// \text_gen|char_ram~55807_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55807 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y41_N31 +dffeas \text_gen|char_ram~5798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48434 ( +// Equation(s): +// \text_gen|char_ram~48434_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~5798_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~4006_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~4006_q ), + .datad(\text_gen|char_ram~5798_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48434 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48435 ( +// Equation(s): +// \text_gen|char_ram~48435_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48434_combout & ((\text_gen|char_ram~5812_q ))) # (!\text_gen|char_ram~48434_combout & (\text_gen|char_ram~4020_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48434_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~4020_q ), + .datac(\text_gen|char_ram~5812_q ), + .datad(\text_gen|char_ram~48434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48435 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3964feeder ( +// Equation(s): +// \text_gen|char_ram~3964feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3964feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55421 ( +// Equation(s): +// \text_gen|char_ram~55421_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55421 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y52_N9 +dffeas \text_gen|char_ram~3964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55880 ( +// Equation(s): +// \text_gen|char_ram~55880_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55880 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y44_N23 +dffeas \text_gen|char_ram~5756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55227 ( +// Equation(s): +// \text_gen|char_ram~55227_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55227 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y50_N5 +dffeas \text_gen|char_ram~3950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55872 ( +// Equation(s): +// \text_gen|char_ram~55872_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55872 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y41_N27 +dffeas \text_gen|char_ram~5742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48427 ( +// Equation(s): +// \text_gen|char_ram~48427_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~5742_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~3950_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3950_q ), + .datad(\text_gen|char_ram~5742_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48427 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48428 ( +// Equation(s): +// \text_gen|char_ram~48428_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48427_combout & ((\text_gen|char_ram~5756_q ))) # (!\text_gen|char_ram~48427_combout & (\text_gen|char_ram~3964_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48427_combout )))) + + .dataa(\text_gen|char_ram~3964_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5756_q ), + .datad(\text_gen|char_ram~48427_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48428 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48436 ( +// Equation(s): +// \text_gen|char_ram~48436_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48433_combout & (\text_gen|char_ram~48435_combout )) # (!\text_gen|char_ram~48433_combout & ((\text_gen|char_ram~48428_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~48433_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~48433_combout ), + .datac(\text_gen|char_ram~48435_combout ), + .datad(\text_gen|char_ram~48428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48436 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52971 ( +// Equation(s): +// \text_gen|char_ram~52971_combout = (\text_gen|char_ram~52900_combout & \text_gen|char_ram~52816_combout ) + + .dataa(\text_gen|char_ram~52900_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52971 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y54_N7 +dffeas \text_gen|char_ram~3124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53475 ( +// Equation(s): +// \text_gen|char_ram~53475_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53463_combout ) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53475 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y54_N3 +dffeas \text_gen|char_ram~1332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52932 ( +// Equation(s): +// \text_gen|char_ram~52932_combout = (\text_gen|char_ram~52900_combout & \text_gen|char_ram~52743_combout ) + + .dataa(\text_gen|char_ram~52900_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52932 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y54_N9 +dffeas \text_gen|char_ram~3110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53472 ( +// Equation(s): +// \text_gen|char_ram~53472_combout = (\text_gen|char_ram~53463_combout & \text_gen|char_ram~52743_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53463_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53472 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y54_N29 +dffeas \text_gen|char_ram~1318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48417 ( +// Equation(s): +// \text_gen|char_ram~48417_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3110_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1318_q ))))) + + .dataa(\text_gen|char_ram~3110_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1318_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48417 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48418 ( +// Equation(s): +// \text_gen|char_ram~48418_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48417_combout & (\text_gen|char_ram~3124_q )) # (!\text_gen|char_ram~48417_combout & ((\text_gen|char_ram~1332_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48417_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3124_q ), + .datac(\text_gen|char_ram~1332_q ), + .datad(\text_gen|char_ram~48417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48418 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53731 ( +// Equation(s): +// \text_gen|char_ram~53731_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53731 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y37_N29 +dffeas \text_gen|char_ram~6694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53733 ( +// Equation(s): +// \text_gen|char_ram~53733_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53733 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y56_N19 +dffeas \text_gen|char_ram~6708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53341 ( +// Equation(s): +// \text_gen|char_ram~53341_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53341 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y66_N11 +dffeas \text_gen|char_ram~4916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53086 ( +// Equation(s): +// \text_gen|char_ram~53086_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53086 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y66_N9 +dffeas \text_gen|char_ram~4902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y66_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48424 ( +// Equation(s): +// \text_gen|char_ram~48424_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~4916_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~4902_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4916_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4902_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48424 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48425 ( +// Equation(s): +// \text_gen|char_ram~48425_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48424_combout & ((\text_gen|char_ram~6708_q ))) # (!\text_gen|char_ram~48424_combout & (\text_gen|char_ram~6694_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48424_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~6694_q ), + .datac(\text_gen|char_ram~6708_q ), + .datad(\text_gen|char_ram~48424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48425 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53540 ( +// Equation(s): +// \text_gen|char_ram~53540_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53463_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53540 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y55_N1 +dffeas \text_gen|char_ram~1276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52973 ( +// Equation(s): +// \text_gen|char_ram~52973_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52900_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52900_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52973 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~52973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y40_N5 +dffeas \text_gen|char_ram~3068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52934 ( +// Equation(s): +// \text_gen|char_ram~52934_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52900_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52934 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y53_N27 +dffeas \text_gen|char_ram~3054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53537 ( +// Equation(s): +// \text_gen|char_ram~53537_combout = (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53463_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53537 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y55_N19 +dffeas \text_gen|char_ram~1262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48421 ( +// Equation(s): +// \text_gen|char_ram~48421_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3054_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1262_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3054_q ), + .datac(\text_gen|char_ram~1262_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48421 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48422 ( +// Equation(s): +// \text_gen|char_ram~48422_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48421_combout & ((\text_gen|char_ram~3068_q ))) # (!\text_gen|char_ram~48421_combout & (\text_gen|char_ram~1276_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48421_combout )))) + + .dataa(\text_gen|char_ram~1276_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3068_q ), + .datad(\text_gen|char_ram~48421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48422 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6638feeder ( +// Equation(s): +// \text_gen|char_ram~6638feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6638feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6638feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6638feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53796 ( +// Equation(s): +// \text_gen|char_ram~53796_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53796 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y52_N1 +dffeas \text_gen|char_ram~6638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6638feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53798 ( +// Equation(s): +// \text_gen|char_ram~53798_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53798 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y52_N3 +dffeas \text_gen|char_ram~6652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53124 ( +// Equation(s): +// \text_gen|char_ram~53124_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53124 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y52_N17 +dffeas \text_gen|char_ram~4846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53343 ( +// Equation(s): +// \text_gen|char_ram~53343_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53343 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y58_N17 +dffeas \text_gen|char_ram~4860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48419 ( +// Equation(s): +// \text_gen|char_ram~48419_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4860_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~4846_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~4846_q ), + .datad(\text_gen|char_ram~4860_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48419 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48420 ( +// Equation(s): +// \text_gen|char_ram~48420_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48419_combout & ((\text_gen|char_ram~6652_q ))) # (!\text_gen|char_ram~48419_combout & (\text_gen|char_ram~6638_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48419_combout )))) + + .dataa(\text_gen|char_ram~6638_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6652_q ), + .datad(\text_gen|char_ram~48419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48420 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48423 ( +// Equation(s): +// \text_gen|char_ram~48423_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~48420_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~48422_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48422_combout ), + .datad(\text_gen|char_ram~48420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48423 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48426 ( +// Equation(s): +// \text_gen|char_ram~48426_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48423_combout & ((\text_gen|char_ram~48425_combout ))) # (!\text_gen|char_ram~48423_combout & (\text_gen|char_ram~48418_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48423_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48418_combout ), + .datac(\text_gen|char_ram~48425_combout ), + .datad(\text_gen|char_ram~48423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48426 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48437 ( +// Equation(s): +// \text_gen|char_ram~48437_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48426_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48436_combout )))) + + .dataa(\text_gen|char_ram~48436_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~48426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48437 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~48437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5308feeder ( +// Equation(s): +// \text_gen|char_ram~5308feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5308feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56722 ( +// Equation(s): +// \text_gen|char_ram~56722_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56722 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N23 +dffeas \text_gen|char_ram~5308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56706 ( +// Equation(s): +// \text_gen|char_ram~56706_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56706 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y29_N25 +dffeas \text_gen|char_ram~5364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56708 ( +// Equation(s): +// \text_gen|char_ram~56708_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~56507_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~56507_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56708 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y27_N13 +dffeas \text_gen|char_ram~1780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56724 ( +// Equation(s): +// \text_gen|char_ram~56724_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~56507_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~56507_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56724 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y25_N19 +dffeas \text_gen|char_ram~1724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48438 ( +// Equation(s): +// \text_gen|char_ram~48438_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~1780_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~1724_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~1780_q ), + .datac(\text_gen|char_ram~1724_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48438 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48439 ( +// Equation(s): +// \text_gen|char_ram~48439_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48438_combout & ((\text_gen|char_ram~5364_q ))) # (!\text_gen|char_ram~48438_combout & (\text_gen|char_ram~5308_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48438_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5308_q ), + .datac(\text_gen|char_ram~5364_q ), + .datad(\text_gen|char_ram~48438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48439 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56707 ( +// Equation(s): +// \text_gen|char_ram~56707_combout = (\text_gen|char_ram~52816_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56707 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y27_N7 +dffeas \text_gen|char_ram~3572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56709 ( +// Equation(s): +// \text_gen|char_ram~56709_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56709 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y29_N15 +dffeas \text_gen|char_ram~7156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3516feeder ( +// Equation(s): +// \text_gen|char_ram~3516feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3516feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3516feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3516feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56723 ( +// Equation(s): +// \text_gen|char_ram~56723_combout = (\text_gen|char_ram~52805_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56723 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y28_N29 +dffeas \text_gen|char_ram~3516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3516feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7100feeder ( +// Equation(s): +// \text_gen|char_ram~7100feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7100feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7100feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7100feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56725 ( +// Equation(s): +// \text_gen|char_ram~56725_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56725 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y28_N23 +dffeas \text_gen|char_ram~7100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7100feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48445 ( +// Equation(s): +// \text_gen|char_ram~48445_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~7100_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~3516_q )))) + + .dataa(\text_gen|char_ram~3516_q ), + .datab(\text_gen|char_ram~7100_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48445 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~48445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48446 ( +// Equation(s): +// \text_gen|char_ram~48446_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48445_combout & ((\text_gen|char_ram~7156_q ))) # (!\text_gen|char_ram~48445_combout & (\text_gen|char_ram~3572_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48445_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3572_q ), + .datac(\text_gen|char_ram~7156_q ), + .datad(\text_gen|char_ram~48445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48446 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56515 ( +// Equation(s): +// \text_gen|char_ram~56515_combout = (\text_gen|char_ram~52743_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56515 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y28_N27 +dffeas \text_gen|char_ram~3558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56517 ( +// Equation(s): +// \text_gen|char_ram~56517_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56517 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y32_N5 +dffeas \text_gen|char_ram~7142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56533 ( +// Equation(s): +// \text_gen|char_ram~56533_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56533 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N9 +dffeas \text_gen|char_ram~7086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56531 ( +// Equation(s): +// \text_gen|char_ram~56531_combout = (\text_gen|char_ram~56504_combout & \text_gen|char_ram~52741_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56504_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56531 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N19 +dffeas \text_gen|char_ram~3502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48440 ( +// Equation(s): +// \text_gen|char_ram~48440_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~7086_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~3502_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7086_q ), + .datac(\text_gen|char_ram~3502_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48440 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48441 ( +// Equation(s): +// \text_gen|char_ram~48441_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48440_combout & ((\text_gen|char_ram~7142_q ))) # (!\text_gen|char_ram~48440_combout & (\text_gen|char_ram~3558_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48440_combout )))) + + .dataa(\text_gen|char_ram~3558_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7142_q ), + .datad(\text_gen|char_ram~48440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48441 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56530 ( +// Equation(s): +// \text_gen|char_ram~56530_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56530 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N15 +dffeas \text_gen|char_ram~5294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56514 ( +// Equation(s): +// \text_gen|char_ram~56514_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56514 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y36_N23 +dffeas \text_gen|char_ram~5350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56532 ( +// Equation(s): +// \text_gen|char_ram~56532_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~56507_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56532 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y37_N25 +dffeas \text_gen|char_ram~1710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1766feeder ( +// Equation(s): +// \text_gen|char_ram~1766feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1766feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1766feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1766feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56516 ( +// Equation(s): +// \text_gen|char_ram~56516_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~56507_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~56507_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56516 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y32_N27 +dffeas \text_gen|char_ram~1766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1766feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48442 ( +// Equation(s): +// \text_gen|char_ram~48442_combout = (\vga_c|h_cnt [7] & (((\text_gen|char_ram~1766_q ) # (\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1710_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~1710_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1766_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48442 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~48442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48443 ( +// Equation(s): +// \text_gen|char_ram~48443_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48442_combout & ((\text_gen|char_ram~5350_q ))) # (!\text_gen|char_ram~48442_combout & (\text_gen|char_ram~5294_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48442_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5294_q ), + .datac(\text_gen|char_ram~5350_q ), + .datad(\text_gen|char_ram~48442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48443 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48444 ( +// Equation(s): +// \text_gen|char_ram~48444_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~48441_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~48443_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48441_combout ), + .datac(\text_gen|char_ram~48443_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48444 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48447 ( +// Equation(s): +// \text_gen|char_ram~48447_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48444_combout & ((\text_gen|char_ram~48446_combout ))) # (!\text_gen|char_ram~48444_combout & (\text_gen|char_ram~48439_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48444_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48439_combout ), + .datac(\text_gen|char_ram~48446_combout ), + .datad(\text_gen|char_ram~48444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48447 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48448 ( +// Equation(s): +// \text_gen|char_ram~48448_combout = (\text_gen|char_ram~48437_combout & (((\text_gen|char_ram~48447_combout ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~48437_combout & (\text_gen|char_ram~48416_combout & (\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|char_ram~48416_combout ), + .datab(\text_gen|char_ram~48437_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~48447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48448 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~48448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2116feeder ( +// Equation(s): +// \text_gen|char_ram~2116feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2116feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2116feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2116feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55009 ( +// Equation(s): +// \text_gen|char_ram~55009_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55008_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55009 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y40_N25 +dffeas \text_gen|char_ram~2116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2116feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55675 ( +// Equation(s): +// \text_gen|char_ram~55675_combout = (\text_gen|char_ram~55480_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55480_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55675 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N15 +dffeas \text_gen|char_ram~324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55481 ( +// Equation(s): +// \text_gen|char_ram~55481_combout = (\text_gen|char_ram~55480_combout & \text_gen|char_ram~52728_combout ) + + .dataa(\text_gen|char_ram~55480_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55481 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y41_N29 +dffeas \text_gen|char_ram~310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48302 ( +// Equation(s): +// \text_gen|char_ram~48302_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~324_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~310_q ))))) + + .dataa(\text_gen|char_ram~324_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~310_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48302 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2102feeder ( +// Equation(s): +// \text_gen|char_ram~2102feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55013 ( +// Equation(s): +// \text_gen|char_ram~55013_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55008_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55013 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y39_N7 +dffeas \text_gen|char_ram~2102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48303 ( +// Equation(s): +// \text_gen|char_ram~48303_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48302_combout & (\text_gen|char_ram~2116_q )) # (!\text_gen|char_ram~48302_combout & ((\text_gen|char_ram~2102_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48302_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2116_q ), + .datac(\text_gen|char_ram~48302_combout ), + .datad(\text_gen|char_ram~2102_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48303 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2046feeder ( +// Equation(s): +// \text_gen|char_ram~2046feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2046feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55089 ( +// Equation(s): +// \text_gen|char_ram~55089_combout = (\text_gen|char_ram~55008_combout & \text_gen|char_ram~52736_combout ) + + .dataa(\text_gen|char_ram~55008_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55089 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y39_N1 +dffeas \text_gen|char_ram~2046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55098 ( +// Equation(s): +// \text_gen|char_ram~55098_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55008_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55008_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55098 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y40_N3 +dffeas \text_gen|char_ram~2060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~268feeder ( +// Equation(s): +// \text_gen|char_ram~268feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~268feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~268feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~268feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55679 ( +// Equation(s): +// \text_gen|char_ram~55679_combout = (\text_gen|char_ram~55480_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55480_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55679 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y44_N23 +dffeas \text_gen|char_ram~268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~268feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55485 ( +// Equation(s): +// \text_gen|char_ram~55485_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55480_combout ) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55485 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y41_N21 +dffeas \text_gen|char_ram~254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48304 ( +// Equation(s): +// \text_gen|char_ram~48304_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~268_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~254_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~268_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~254_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48304 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48305 ( +// Equation(s): +// \text_gen|char_ram~48305_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48304_combout & ((\text_gen|char_ram~2060_q ))) # (!\text_gen|char_ram~48304_combout & (\text_gen|char_ram~2046_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48304_combout )))) + + .dataa(\text_gen|char_ram~2046_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~2060_q ), + .datad(\text_gen|char_ram~48304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48305 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48306 ( +// Equation(s): +// \text_gen|char_ram~48306_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~48303_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~48305_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48303_combout ), + .datad(\text_gen|char_ram~48305_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48306 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3838feeder ( +// Equation(s): +// \text_gen|char_ram~3838feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3838feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3838feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3838feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55224 ( +// Equation(s): +// \text_gen|char_ram~55224_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55224 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N25 +dffeas \text_gen|char_ram~3838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3838feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55870 ( +// Equation(s): +// \text_gen|char_ram~55870_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55870 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y37_N15 +dffeas \text_gen|char_ram~5630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48300 ( +// Equation(s): +// \text_gen|char_ram~48300_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~5630_q )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~3838_q & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3838_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~5630_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48300 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~48300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3852feeder ( +// Equation(s): +// \text_gen|char_ram~3852feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3852feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55418 ( +// Equation(s): +// \text_gen|char_ram~55418_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55418 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y44_N21 +dffeas \text_gen|char_ram~3852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55878 ( +// Equation(s): +// \text_gen|char_ram~55878_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55878 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y40_N15 +dffeas \text_gen|char_ram~5644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48301 ( +// Equation(s): +// \text_gen|char_ram~48301_combout = (\text_gen|char_ram~48300_combout & (((\text_gen|char_ram~5644_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~48300_combout & (\text_gen|char_ram~3852_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~48300_combout ), + .datab(\text_gen|char_ram~3852_q ), + .datac(\text_gen|char_ram~5644_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48301 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3908feeder ( +// Equation(s): +// \text_gen|char_ram~3908feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3908feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55386 ( +// Equation(s): +// \text_gen|char_ram~55386_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55386 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y35_N1 +dffeas \text_gen|char_ram~3908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55805 ( +// Equation(s): +// \text_gen|char_ram~55805_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55805 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y41_N5 +dffeas \text_gen|char_ram~5686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55220 ( +// Equation(s): +// \text_gen|char_ram~55220_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55220 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y41_N11 +dffeas \text_gen|char_ram~3894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48307 ( +// Equation(s): +// \text_gen|char_ram~48307_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~5686_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~3894_q ))))) + + .dataa(\text_gen|char_ram~5686_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3894_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48307 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5700feeder ( +// Equation(s): +// \text_gen|char_ram~5700feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5700feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5700feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5700feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55813 ( +// Equation(s): +// \text_gen|char_ram~55813_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55813 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y40_N15 +dffeas \text_gen|char_ram~5700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5700feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48308 ( +// Equation(s): +// \text_gen|char_ram~48308_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48307_combout & ((\text_gen|char_ram~5700_q ))) # (!\text_gen|char_ram~48307_combout & (\text_gen|char_ram~3908_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48307_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3908_q ), + .datac(\text_gen|char_ram~48307_combout ), + .datad(\text_gen|char_ram~5700_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48308 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48309 ( +// Equation(s): +// \text_gen|char_ram~48309_combout = (\text_gen|char_ram~48306_combout & (((\text_gen|char_ram~48308_combout ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~48306_combout & (\text_gen|char_ram~48301_combout & (\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~48306_combout ), + .datab(\text_gen|char_ram~48301_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~48308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48309 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~48309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54701 ( +// Equation(s): +// \text_gen|char_ram~54701_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54701 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N21 +dffeas \text_gen|char_ram~6078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54667 ( +// Equation(s): +// \text_gen|char_ram~54667_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54667 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y17_N25 +dffeas \text_gen|char_ram~6134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2550feeder ( +// Equation(s): +// \text_gen|char_ram~2550feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2550feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2550feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2550feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54241 ( +// Equation(s): +// \text_gen|char_ram~54241_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52728_combout ) + + .dataa(\text_gen|char_ram~54240_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54241 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y27_N19 +dffeas \text_gen|char_ram~2550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2550feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54310 ( +// Equation(s): +// \text_gen|char_ram~54310_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54240_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54310 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y20_N13 +dffeas \text_gen|char_ram~2494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48290 ( +// Equation(s): +// \text_gen|char_ram~48290_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~2550_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~2494_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~2550_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2494_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48290 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48291 ( +// Equation(s): +// \text_gen|char_ram~48291_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48290_combout & ((\text_gen|char_ram~6134_q ))) # (!\text_gen|char_ram~48290_combout & (\text_gen|char_ram~6078_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48290_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6078_q ), + .datac(\text_gen|char_ram~6134_q ), + .datad(\text_gen|char_ram~48290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48291 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6092feeder ( +// Equation(s): +// \text_gen|char_ram~6092feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54893 ( +// Equation(s): +// \text_gen|char_ram~54893_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54893 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y18_N21 +dffeas \text_gen|char_ram~6092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54891 ( +// Equation(s): +// \text_gen|char_ram~54891_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54891 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y17_N3 +dffeas \text_gen|char_ram~6148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54318 ( +// Equation(s): +// \text_gen|char_ram~54318_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52810_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54240_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54318 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y20_N21 +dffeas \text_gen|char_ram~2508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2564feeder ( +// Equation(s): +// \text_gen|char_ram~2564feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2564feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2564feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2564feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54253 ( +// Equation(s): +// \text_gen|char_ram~54253_combout = (\text_gen|char_ram~54240_combout & \text_gen|char_ram~52799_combout ) + + .dataa(\text_gen|char_ram~54240_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54253 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y13_N3 +dffeas \text_gen|char_ram~2564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2564feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48297 ( +// Equation(s): +// \text_gen|char_ram~48297_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~2564_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~2508_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~2508_q ), + .datad(\text_gen|char_ram~2564_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48297 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48298 ( +// Equation(s): +// \text_gen|char_ram~48298_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48297_combout & ((\text_gen|char_ram~6148_q ))) # (!\text_gen|char_ram~48297_combout & (\text_gen|char_ram~6092_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48297_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6092_q ), + .datac(\text_gen|char_ram~6148_q ), + .datad(\text_gen|char_ram~48297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48298 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~772feeder ( +// Equation(s): +// \text_gen|char_ram~772feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54629 ( +// Equation(s): +// \text_gen|char_ram~54629_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54629 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N29 +dffeas \text_gen|char_ram~772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4356feeder ( +// Equation(s): +// \text_gen|char_ram~4356feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4356feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4356feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4356feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54057 ( +// Equation(s): +// \text_gen|char_ram~54057_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54057 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y18_N19 +dffeas \text_gen|char_ram~4356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4356feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4300feeder ( +// Equation(s): +// \text_gen|char_ram~4300feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4300feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4300feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4300feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54059 ( +// Equation(s): +// \text_gen|char_ram~54059_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54059 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y19_N13 +dffeas \text_gen|char_ram~4300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4300feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54637 ( +// Equation(s): +// \text_gen|char_ram~54637_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54433_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54637 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y19_N17 +dffeas \text_gen|char_ram~716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48292 ( +// Equation(s): +// \text_gen|char_ram~48292_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4300_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~716_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4300_q ), + .datac(\text_gen|char_ram~716_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48292 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48293 ( +// Equation(s): +// \text_gen|char_ram~48293_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48292_combout & ((\text_gen|char_ram~4356_q ))) # (!\text_gen|char_ram~48292_combout & (\text_gen|char_ram~772_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~48292_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~772_q ), + .datac(\text_gen|char_ram~4356_q ), + .datad(\text_gen|char_ram~48292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48293 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~758feeder ( +// Equation(s): +// \text_gen|char_ram~758feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~758feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~758feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~758feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54437 ( +// Equation(s): +// \text_gen|char_ram~54437_combout = (\text_gen|char_ram~54433_combout & \text_gen|char_ram~52728_combout ) + + .dataa(\text_gen|char_ram~54433_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54437 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N31 +dffeas \text_gen|char_ram~758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~758feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54029 ( +// Equation(s): +// \text_gen|char_ram~54029_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54029 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y19_N25 +dffeas \text_gen|char_ram~4342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4286feeder ( +// Equation(s): +// \text_gen|char_ram~4286feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54031 ( +// Equation(s): +// \text_gen|char_ram~54031_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54031 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y24_N31 +dffeas \text_gen|char_ram~4286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54441 ( +// Equation(s): +// \text_gen|char_ram~54441_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54433_combout ) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54441 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y19_N19 +dffeas \text_gen|char_ram~702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48294 ( +// Equation(s): +// \text_gen|char_ram~48294_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4286_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~702_q ))))) + + .dataa(\text_gen|char_ram~4286_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~702_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48294 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48295 ( +// Equation(s): +// \text_gen|char_ram~48295_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48294_combout & ((\text_gen|char_ram~4342_q ))) # (!\text_gen|char_ram~48294_combout & (\text_gen|char_ram~758_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~48294_combout +// )))) + + .dataa(\text_gen|char_ram~758_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4342_q ), + .datad(\text_gen|char_ram~48294_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48295 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48296 ( +// Equation(s): +// \text_gen|char_ram~48296_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~48293_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48295_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48293_combout ), + .datad(\text_gen|char_ram~48295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48296 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48299 ( +// Equation(s): +// \text_gen|char_ram~48299_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48296_combout & ((\text_gen|char_ram~48298_combout ))) # (!\text_gen|char_ram~48296_combout & (\text_gen|char_ram~48291_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48296_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48291_combout ), + .datac(\text_gen|char_ram~48298_combout ), + .datad(\text_gen|char_ram~48296_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48299 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48310 ( +// Equation(s): +// \text_gen|char_ram~48310_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48299_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48309_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48309_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~48299_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48310 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~48310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5196feeder ( +// Equation(s): +// \text_gen|char_ram~5196feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5196feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5196feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5196feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56715 ( +// Equation(s): +// \text_gen|char_ram~56715_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56715 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y31_N15 +dffeas \text_gen|char_ram~5196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5196feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56699 ( +// Equation(s): +// \text_gen|char_ram~56699_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56699 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y31_N13 +dffeas \text_gen|char_ram~5252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1668feeder ( +// Equation(s): +// \text_gen|char_ram~1668feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1668feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1668feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1668feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56700 ( +// Equation(s): +// \text_gen|char_ram~56700_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~56507_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~56507_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56700 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y28_N19 +dffeas \text_gen|char_ram~1668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1668feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56716 ( +// Equation(s): +// \text_gen|char_ram~56716_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56507_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56716 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y30_N1 +dffeas \text_gen|char_ram~1612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48311 ( +// Equation(s): +// \text_gen|char_ram~48311_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1668_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~1612_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1668_q ), + .datac(\text_gen|char_ram~1612_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48311 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48312 ( +// Equation(s): +// \text_gen|char_ram~48312_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48311_combout & ((\text_gen|char_ram~5252_q ))) # (!\text_gen|char_ram~48311_combout & (\text_gen|char_ram~5196_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48311_combout )))) + + .dataa(\text_gen|char_ram~5196_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5252_q ), + .datad(\text_gen|char_ram~48311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48312 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56698 ( +// Equation(s): +// \text_gen|char_ram~56698_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56698 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y29_N21 +dffeas \text_gen|char_ram~3460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56701 ( +// Equation(s): +// \text_gen|char_ram~56701_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56701 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y29_N23 +dffeas \text_gen|char_ram~7044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56717 ( +// Equation(s): +// \text_gen|char_ram~56717_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56717 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N11 +dffeas \text_gen|char_ram~6988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56714 ( +// Equation(s): +// \text_gen|char_ram~56714_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56714 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y30_N5 +dffeas \text_gen|char_ram~3404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48318 ( +// Equation(s): +// \text_gen|char_ram~48318_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~6988_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~3404_q ))))) + + .dataa(\text_gen|char_ram~6988_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3404_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48318 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48319 ( +// Equation(s): +// \text_gen|char_ram~48319_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48318_combout & ((\text_gen|char_ram~7044_q ))) # (!\text_gen|char_ram~48318_combout & (\text_gen|char_ram~3460_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48318_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3460_q ), + .datac(\text_gen|char_ram~7044_q ), + .datad(\text_gen|char_ram~48318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48319 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3446feeder ( +// Equation(s): +// \text_gen|char_ram~3446feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3446feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3446feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3446feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56505 ( +// Equation(s): +// \text_gen|char_ram~56505_combout = (\text_gen|char_ram~52728_combout & \text_gen|char_ram~56504_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~56504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56505 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y27_N1 +dffeas \text_gen|char_ram~3446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3446feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56509 ( +// Equation(s): +// \text_gen|char_ram~56509_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56509 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N25 +dffeas \text_gen|char_ram~7030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56522 ( +// Equation(s): +// \text_gen|char_ram~56522_combout = (\text_gen|char_ram~56504_combout & \text_gen|char_ram~52736_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56504_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56522 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N5 +dffeas \text_gen|char_ram~3390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6974feeder ( +// Equation(s): +// \text_gen|char_ram~6974feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6974feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6974feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6974feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56525 ( +// Equation(s): +// \text_gen|char_ram~56525_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56525 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y34_N7 +dffeas \text_gen|char_ram~6974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6974feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48313 ( +// Equation(s): +// \text_gen|char_ram~48313_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~6974_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~3390_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~3390_q ), + .datad(\text_gen|char_ram~6974_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48313 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48314 ( +// Equation(s): +// \text_gen|char_ram~48314_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48313_combout & ((\text_gen|char_ram~7030_q ))) # (!\text_gen|char_ram~48313_combout & (\text_gen|char_ram~3446_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48313_combout )))) + + .dataa(\text_gen|char_ram~3446_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7030_q ), + .datad(\text_gen|char_ram~48313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48314 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5182feeder ( +// Equation(s): +// \text_gen|char_ram~5182feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5182feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5182feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5182feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56523 ( +// Equation(s): +// \text_gen|char_ram~56523_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56523 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y31_N1 +dffeas \text_gen|char_ram~5182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5182feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56506 ( +// Equation(s): +// \text_gen|char_ram~56506_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56506 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y31_N3 +dffeas \text_gen|char_ram~5238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56508 ( +// Equation(s): +// \text_gen|char_ram~56508_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56507_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56508 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N7 +dffeas \text_gen|char_ram~1654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56524 ( +// Equation(s): +// \text_gen|char_ram~56524_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~56507_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~56507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56524 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y35_N11 +dffeas \text_gen|char_ram~1598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48315 ( +// Equation(s): +// \text_gen|char_ram~48315_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1654_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~1598_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1654_q ), + .datac(\text_gen|char_ram~1598_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48315 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48316 ( +// Equation(s): +// \text_gen|char_ram~48316_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48315_combout & ((\text_gen|char_ram~5238_q ))) # (!\text_gen|char_ram~48315_combout & (\text_gen|char_ram~5182_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48315_combout )))) + + .dataa(\text_gen|char_ram~5182_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5238_q ), + .datad(\text_gen|char_ram~48315_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48316 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48317 ( +// Equation(s): +// \text_gen|char_ram~48317_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~48314_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~48316_combout ))))) + + .dataa(\text_gen|char_ram~48314_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~48316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48317 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~48317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48320 ( +// Equation(s): +// \text_gen|char_ram~48320_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48317_combout & ((\text_gen|char_ram~48319_combout ))) # (!\text_gen|char_ram~48317_combout & (\text_gen|char_ram~48312_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48317_combout )))) + + .dataa(\text_gen|char_ram~48312_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48319_combout ), + .datad(\text_gen|char_ram~48317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48320 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52962 ( +// Equation(s): +// \text_gen|char_ram~52962_combout = (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52900_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~52900_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52962 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~52962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y56_N5 +dffeas \text_gen|char_ram~3012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52916 ( +// Equation(s): +// \text_gen|char_ram~52916_combout = (\text_gen|char_ram~52900_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52900_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52916 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y50_N23 +dffeas \text_gen|char_ram~2998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53464 ( +// Equation(s): +// \text_gen|char_ram~53464_combout = (\text_gen|char_ram~53463_combout & \text_gen|char_ram~52728_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53463_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53464 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y50_N1 +dffeas \text_gen|char_ram~1206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48280 ( +// Equation(s): +// \text_gen|char_ram~48280_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2998_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1206_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2998_q ), + .datac(\text_gen|char_ram~1206_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48280 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53467 ( +// Equation(s): +// \text_gen|char_ram~53467_combout = (\text_gen|char_ram~53463_combout & \text_gen|char_ram~52799_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53463_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53467 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y55_N7 +dffeas \text_gen|char_ram~1220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48281 ( +// Equation(s): +// \text_gen|char_ram~48281_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48280_combout & (\text_gen|char_ram~3012_q )) # (!\text_gen|char_ram~48280_combout & ((\text_gen|char_ram~1220_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48280_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3012_q ), + .datac(\text_gen|char_ram~48280_combout ), + .datad(\text_gen|char_ram~1220_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48281 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6582feeder ( +// Equation(s): +// \text_gen|char_ram~6582feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6582feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6582feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6582feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53718 ( +// Equation(s): +// \text_gen|char_ram~53718_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53718 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y57_N19 +dffeas \text_gen|char_ram~6582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6582feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53721 ( +// Equation(s): +// \text_gen|char_ram~53721_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53721 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y52_N29 +dffeas \text_gen|char_ram~6596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53066 ( +// Equation(s): +// \text_gen|char_ram~53066_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53066 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y51_N1 +dffeas \text_gen|char_ram~4790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53326 ( +// Equation(s): +// \text_gen|char_ram~53326_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53326 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y53_N13 +dffeas \text_gen|char_ram~4804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48287 ( +// Equation(s): +// \text_gen|char_ram~48287_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4804_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~4790_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~4790_q ), + .datad(\text_gen|char_ram~4804_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48287 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48288 ( +// Equation(s): +// \text_gen|char_ram~48288_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48287_combout & ((\text_gen|char_ram~6596_q ))) # (!\text_gen|char_ram~48287_combout & (\text_gen|char_ram~6582_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48287_combout )))) + + .dataa(\text_gen|char_ram~6582_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6596_q ), + .datad(\text_gen|char_ram~48287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48288 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53532 ( +// Equation(s): +// \text_gen|char_ram~53532_combout = (\text_gen|char_ram~53463_combout & \text_gen|char_ram~52810_combout ) + + .dataa(\text_gen|char_ram~53463_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53532 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y54_N11 +dffeas \text_gen|char_ram~1164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52964 ( +// Equation(s): +// \text_gen|char_ram~52964_combout = (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52900_combout ) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52900_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52964 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~52964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y54_N25 +dffeas \text_gen|char_ram~2956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52918 ( +// Equation(s): +// \text_gen|char_ram~52918_combout = (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52900_combout ) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~52900_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52918 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~52918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N21 +dffeas \text_gen|char_ram~2942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53529 ( +// Equation(s): +// \text_gen|char_ram~53529_combout = (\text_gen|char_ram~53463_combout & \text_gen|char_ram~52736_combout ) + + .dataa(\text_gen|char_ram~53463_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53529 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N3 +dffeas \text_gen|char_ram~1150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48284 ( +// Equation(s): +// \text_gen|char_ram~48284_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2942_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1150_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2942_q ), + .datac(\text_gen|char_ram~1150_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48284 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48285 ( +// Equation(s): +// \text_gen|char_ram~48285_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48284_combout & ((\text_gen|char_ram~2956_q ))) # (!\text_gen|char_ram~48284_combout & (\text_gen|char_ram~1164_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48284_combout )))) + + .dataa(\text_gen|char_ram~1164_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2956_q ), + .datad(\text_gen|char_ram~48284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48285 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53786 ( +// Equation(s): +// \text_gen|char_ram~53786_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53786 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y52_N13 +dffeas \text_gen|char_ram~6540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4748feeder ( +// Equation(s): +// \text_gen|char_ram~4748feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53328 ( +// Equation(s): +// \text_gen|char_ram~53328_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53328 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y55_N9 +dffeas \text_gen|char_ram~4748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53112 ( +// Equation(s): +// \text_gen|char_ram~53112_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53112 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y51_N1 +dffeas \text_gen|char_ram~4734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48282 ( +// Equation(s): +// \text_gen|char_ram~48282_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~4748_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~4734_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4748_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4734_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48282 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53783 ( +// Equation(s): +// \text_gen|char_ram~53783_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53783 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y52_N11 +dffeas \text_gen|char_ram~6526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48283 ( +// Equation(s): +// \text_gen|char_ram~48283_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48282_combout & (\text_gen|char_ram~6540_q )) # (!\text_gen|char_ram~48282_combout & ((\text_gen|char_ram~6526_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48282_combout )))) + + .dataa(\text_gen|char_ram~6540_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~48282_combout ), + .datad(\text_gen|char_ram~6526_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48283 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~48283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48286 ( +// Equation(s): +// \text_gen|char_ram~48286_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48283_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48285_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48285_combout ), + .datad(\text_gen|char_ram~48283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48286 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48289 ( +// Equation(s): +// \text_gen|char_ram~48289_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48286_combout & ((\text_gen|char_ram~48288_combout ))) # (!\text_gen|char_ram~48286_combout & (\text_gen|char_ram~48281_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48286_combout )))) + + .dataa(\text_gen|char_ram~48281_combout ), + .datab(\text_gen|char_ram~48288_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~48286_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48289 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~48289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48321 ( +// Equation(s): +// \text_gen|char_ram~48321_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48310_combout & (\text_gen|char_ram~48320_combout )) # (!\text_gen|char_ram~48310_combout & ((\text_gen|char_ram~48289_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48310_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48310_combout ), + .datac(\text_gen|char_ram~48320_combout ), + .datad(\text_gen|char_ram~48289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48321 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6932feeder ( +// Equation(s): +// \text_gen|char_ram~6932feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6932feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6932feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6932feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56697 ( +// Equation(s): +// \text_gen|char_ram~56697_combout = (\text_gen|char_ram~53330_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56697 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y33_N21 +dffeas \text_gen|char_ram~6932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6932feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56695 ( +// Equation(s): +// \text_gen|char_ram~56695_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56695 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y22_N25 +dffeas \text_gen|char_ram~3348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6876feeder ( +// Equation(s): +// \text_gen|char_ram~6876feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6876feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6876feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6876feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56713 ( +// Equation(s): +// \text_gen|char_ram~56713_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56713 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y33_N5 +dffeas \text_gen|char_ram~6876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6876feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3292feeder ( +// Equation(s): +// \text_gen|char_ram~3292feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3292feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3292feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3292feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56711 ( +// Equation(s): +// \text_gen|char_ram~56711_combout = (\text_gen|char_ram~52956_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~52956_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56711 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y33_N27 +dffeas \text_gen|char_ram~3292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3292feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48360 ( +// Equation(s): +// \text_gen|char_ram~48360_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~6876_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~3292_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6876_q ), + .datac(\text_gen|char_ram~3292_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48360 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48361 ( +// Equation(s): +// \text_gen|char_ram~48361_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48360_combout & (\text_gen|char_ram~6932_q )) # (!\text_gen|char_ram~48360_combout & ((\text_gen|char_ram~3348_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48360_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6932_q ), + .datac(\text_gen|char_ram~3348_q ), + .datad(\text_gen|char_ram~48360_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48361 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56710 ( +// Equation(s): +// \text_gen|char_ram~56710_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53332_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56710 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N11 +dffeas \text_gen|char_ram~5084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56694 ( +// Equation(s): +// \text_gen|char_ram~56694_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53330_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56694 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y40_N7 +dffeas \text_gen|char_ram~5140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56712 ( +// Equation(s): +// \text_gen|char_ram~56712_combout = (\text_gen|char_ram~52956_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52956_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56712 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y36_N13 +dffeas \text_gen|char_ram~1500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1556feeder ( +// Equation(s): +// \text_gen|char_ram~1556feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56696 ( +// Equation(s): +// \text_gen|char_ram~56696_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56696 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y33_N19 +dffeas \text_gen|char_ram~1556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48353 ( +// Equation(s): +// \text_gen|char_ram~48353_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~1556_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1500_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1500_q ), + .datad(\text_gen|char_ram~1556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48353 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48354 ( +// Equation(s): +// \text_gen|char_ram~48354_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48353_combout & ((\text_gen|char_ram~5140_q ))) # (!\text_gen|char_ram~48353_combout & (\text_gen|char_ram~5084_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48353_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5084_q ), + .datac(\text_gen|char_ram~5140_q ), + .datad(\text_gen|char_ram~48353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48354 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56518 ( +// Equation(s): +// \text_gen|char_ram~56518_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56518 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y32_N29 +dffeas \text_gen|char_ram~5070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56500 ( +// Equation(s): +// \text_gen|char_ram~56500_combout = (\text_gen|char_ram~53074_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53074_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56500 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y32_N27 +dffeas \text_gen|char_ram~5126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1542feeder ( +// Equation(s): +// \text_gen|char_ram~1542feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1542feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1542feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1542feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56502 ( +// Equation(s): +// \text_gen|char_ram~56502_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52922_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56502 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y30_N11 +dffeas \text_gen|char_ram~1542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1542feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56520 ( +// Equation(s): +// \text_gen|char_ram~56520_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56520 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y38_N23 +dffeas \text_gen|char_ram~1486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48357 ( +// Equation(s): +// \text_gen|char_ram~48357_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1542_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~1486_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~1542_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1486_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48357 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48358 ( +// Equation(s): +// \text_gen|char_ram~48358_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48357_combout & ((\text_gen|char_ram~5126_q ))) # (!\text_gen|char_ram~48357_combout & (\text_gen|char_ram~5070_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48357_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5070_q ), + .datac(\text_gen|char_ram~5126_q ), + .datad(\text_gen|char_ram~48357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48358 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3334feeder ( +// Equation(s): +// \text_gen|char_ram~3334feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3334feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3334feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3334feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56501 ( +// Equation(s): +// \text_gen|char_ram~56501_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52922_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56501 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y35_N27 +dffeas \text_gen|char_ram~3334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3334feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56503 ( +// Equation(s): +// \text_gen|char_ram~56503_combout = (\text_gen|char_ram~53074_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53074_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56503 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y32_N17 +dffeas \text_gen|char_ram~6918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6862feeder ( +// Equation(s): +// \text_gen|char_ram~6862feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6862feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6862feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6862feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56521 ( +// Equation(s): +// \text_gen|char_ram~56521_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56521 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y36_N25 +dffeas \text_gen|char_ram~6862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6862feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56519 ( +// Equation(s): +// \text_gen|char_ram~56519_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56519 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y35_N1 +dffeas \text_gen|char_ram~3278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48355 ( +// Equation(s): +// \text_gen|char_ram~48355_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~6862_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~3278_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6862_q ), + .datac(\text_gen|char_ram~3278_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48355 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48356 ( +// Equation(s): +// \text_gen|char_ram~48356_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48355_combout & ((\text_gen|char_ram~6918_q ))) # (!\text_gen|char_ram~48355_combout & (\text_gen|char_ram~3334_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48355_combout )))) + + .dataa(\text_gen|char_ram~3334_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6918_q ), + .datad(\text_gen|char_ram~48355_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48356 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48359 ( +// Equation(s): +// \text_gen|char_ram~48359_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48356_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48358_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48358_combout ), + .datad(\text_gen|char_ram~48356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48359 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48362 ( +// Equation(s): +// \text_gen|char_ram~48362_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48359_combout & (\text_gen|char_ram~48361_combout )) # (!\text_gen|char_ram~48359_combout & ((\text_gen|char_ram~48354_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48359_combout )))) + + .dataa(\text_gen|char_ram~48361_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48354_combout ), + .datad(\text_gen|char_ram~48359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48362 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54062 ( +// Equation(s): +// \text_gen|char_ram~54062_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53330_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54062 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y16_N7 +dffeas \text_gen|char_ram~4244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54630 ( +// Equation(s): +// \text_gen|char_ram~54630_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54630 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y16_N5 +dffeas \text_gen|char_ram~660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4188feeder ( +// Equation(s): +// \text_gen|char_ram~4188feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54063 ( +// Equation(s): +// \text_gen|char_ram~54063_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54063 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y22_N29 +dffeas \text_gen|char_ram~4188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54638 ( +// Equation(s): +// \text_gen|char_ram~54638_combout = (\text_gen|char_ram~52956_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52956_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54638 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y19_N29 +dffeas \text_gen|char_ram~604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48324 ( +// Equation(s): +// \text_gen|char_ram~48324_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4188_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~604_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4188_q ), + .datac(\text_gen|char_ram~604_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48324 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48325 ( +// Equation(s): +// \text_gen|char_ram~48325_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48324_combout & (\text_gen|char_ram~4244_q )) # (!\text_gen|char_ram~48324_combout & ((\text_gen|char_ram~660_q ))))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~48324_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4244_q ), + .datac(\text_gen|char_ram~660_q ), + .datad(\text_gen|char_ram~48324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48325 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4230feeder ( +// Equation(s): +// \text_gen|char_ram~4230feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54025 ( +// Equation(s): +// \text_gen|char_ram~54025_combout = (\text_gen|char_ram~53074_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53074_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54025 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y20_N5 +dffeas \text_gen|char_ram~4230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54425 ( +// Equation(s): +// \text_gen|char_ram~54425_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52922_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54425 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y16_N1 +dffeas \text_gen|char_ram~646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54429 ( +// Equation(s): +// \text_gen|char_ram~54429_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52920_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54429 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y20_N29 +dffeas \text_gen|char_ram~590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54027 ( +// Equation(s): +// \text_gen|char_ram~54027_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54027 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y24_N17 +dffeas \text_gen|char_ram~4174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48326 ( +// Equation(s): +// \text_gen|char_ram~48326_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~4174_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~590_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~590_q ), + .datad(\text_gen|char_ram~4174_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48326 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48327 ( +// Equation(s): +// \text_gen|char_ram~48327_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48326_combout & (\text_gen|char_ram~4230_q )) # (!\text_gen|char_ram~48326_combout & ((\text_gen|char_ram~646_q ))))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~48326_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4230_q ), + .datac(\text_gen|char_ram~646_q ), + .datad(\text_gen|char_ram~48326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48327 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48328 ( +// Equation(s): +// \text_gen|char_ram~48328_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~48325_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~48327_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~48325_combout ), + .datad(\text_gen|char_ram~48327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48328 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54252 ( +// Equation(s): +// \text_gen|char_ram~54252_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52958_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54252 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y13_N13 +dffeas \text_gen|char_ram~2452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54887 ( +// Equation(s): +// \text_gen|char_ram~54887_combout = (\text_gen|char_ram~53330_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54887 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y17_N13 +dffeas \text_gen|char_ram~6036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54317 ( +// Equation(s): +// \text_gen|char_ram~54317_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52956_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54317 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N9 +dffeas \text_gen|char_ram~2396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5980feeder ( +// Equation(s): +// \text_gen|char_ram~5980feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5980feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5980feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5980feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54889 ( +// Equation(s): +// \text_gen|char_ram~54889_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54889 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y22_N31 +dffeas \text_gen|char_ram~5980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5980feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48329 ( +// Equation(s): +// \text_gen|char_ram~48329_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~5980_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2396_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2396_q ), + .datad(\text_gen|char_ram~5980_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48329 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48330 ( +// Equation(s): +// \text_gen|char_ram~48330_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48329_combout & ((\text_gen|char_ram~6036_q ))) # (!\text_gen|char_ram~48329_combout & (\text_gen|char_ram~2452_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48329_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2452_q ), + .datac(\text_gen|char_ram~6036_q ), + .datad(\text_gen|char_ram~48329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48330 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54239 ( +// Equation(s): +// \text_gen|char_ram~54239_combout = (\text_gen|char_ram~52922_combout & \text_gen|char_ram~54206_combout ) + + .dataa(\text_gen|char_ram~52922_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54239 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y11_N13 +dffeas \text_gen|char_ram~2438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54663 ( +// Equation(s): +// \text_gen|char_ram~54663_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54663 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y20_N17 +dffeas \text_gen|char_ram~6022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54309 ( +// Equation(s): +// \text_gen|char_ram~54309_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54309 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y20_N3 +dffeas \text_gen|char_ram~2382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5966feeder ( +// Equation(s): +// \text_gen|char_ram~5966feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5966feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5966feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5966feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54697 ( +// Equation(s): +// \text_gen|char_ram~54697_combout = (\text_gen|char_ram~53092_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53092_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54697 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N25 +dffeas \text_gen|char_ram~5966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5966feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48322 ( +// Equation(s): +// \text_gen|char_ram~48322_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5966_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~2382_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~2382_q ), + .datad(\text_gen|char_ram~5966_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48322 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48323 ( +// Equation(s): +// \text_gen|char_ram~48323_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48322_combout & ((\text_gen|char_ram~6022_q ))) # (!\text_gen|char_ram~48322_combout & (\text_gen|char_ram~2438_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48322_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2438_q ), + .datac(\text_gen|char_ram~6022_q ), + .datad(\text_gen|char_ram~48322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48323 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48331 ( +// Equation(s): +// \text_gen|char_ram~48331_combout = (\text_gen|char_ram~48328_combout & (((\text_gen|char_ram~48330_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~48328_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48323_combout )))) + + .dataa(\text_gen|char_ram~48328_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~48330_combout ), + .datad(\text_gen|char_ram~48323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48331 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55010 ( +// Equation(s): +// \text_gen|char_ram~55010_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55010 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y34_N11 +dffeas \text_gen|char_ram~2004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55812 ( +// Equation(s): +// \text_gen|char_ram~55812_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53330_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55812 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y33_N23 +dffeas \text_gen|char_ram~5588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55804 ( +// Equation(s): +// \text_gen|char_ram~55804_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55804 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y41_N21 +dffeas \text_gen|char_ram~5574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55014 ( +// Equation(s): +// \text_gen|char_ram~55014_combout = (\text_gen|char_ram~52922_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52922_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55014 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y35_N31 +dffeas \text_gen|char_ram~1990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48349 ( +// Equation(s): +// \text_gen|char_ram~48349_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5574_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1990_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~5574_q ), + .datac(\text_gen|char_ram~1990_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48349 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48350 ( +// Equation(s): +// \text_gen|char_ram~48350_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48349_combout & ((\text_gen|char_ram~5588_q ))) # (!\text_gen|char_ram~48349_combout & (\text_gen|char_ram~2004_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48349_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2004_q ), + .datac(\text_gen|char_ram~5588_q ), + .datad(\text_gen|char_ram~48349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48350 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5518feeder ( +// Equation(s): +// \text_gen|char_ram~5518feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5518feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5518feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5518feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55869 ( +// Equation(s): +// \text_gen|char_ram~55869_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55869 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y32_N1 +dffeas \text_gen|char_ram~5518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5518feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X3_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55877 ( +// Equation(s): +// \text_gen|char_ram~55877_combout = (\text_gen|char_ram~53332_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53332_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55877 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y40_N9 +dffeas \text_gen|char_ram~5532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1948feeder ( +// Equation(s): +// \text_gen|char_ram~1948feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1948feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55097 ( +// Equation(s): +// \text_gen|char_ram~55097_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52956_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55097 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y40_N31 +dffeas \text_gen|char_ram~1948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55090 ( +// Equation(s): +// \text_gen|char_ram~55090_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55090 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y39_N11 +dffeas \text_gen|char_ram~1934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48342 ( +// Equation(s): +// \text_gen|char_ram~48342_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~1948_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~1934_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1948_q ), + .datac(\text_gen|char_ram~1934_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48342 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48343 ( +// Equation(s): +// \text_gen|char_ram~48343_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48342_combout & ((\text_gen|char_ram~5532_q ))) # (!\text_gen|char_ram~48342_combout & (\text_gen|char_ram~5518_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48342_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5518_q ), + .datac(\text_gen|char_ram~5532_q ), + .datad(\text_gen|char_ram~48342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48343 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3782feeder ( +// Equation(s): +// \text_gen|char_ram~3782feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55221 ( +// Equation(s): +// \text_gen|char_ram~55221_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53074_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55221 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y47_N9 +dffeas \text_gen|char_ram~3782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55387 ( +// Equation(s): +// \text_gen|char_ram~55387_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53330_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55387 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y43_N5 +dffeas \text_gen|char_ram~3796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55482 ( +// Equation(s): +// \text_gen|char_ram~55482_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52922_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55482 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y43_N3 +dffeas \text_gen|char_ram~198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~212feeder ( +// Equation(s): +// \text_gen|char_ram~212feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55676 ( +// Equation(s): +// \text_gen|char_ram~55676_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55676 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y23_N9 +dffeas \text_gen|char_ram~212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48344 ( +// Equation(s): +// \text_gen|char_ram~48344_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~212_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~198_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~198_q ), + .datad(\text_gen|char_ram~212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48344 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48345 ( +// Equation(s): +// \text_gen|char_ram~48345_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48344_combout & ((\text_gen|char_ram~3796_q ))) # (!\text_gen|char_ram~48344_combout & (\text_gen|char_ram~3782_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48344_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3782_q ), + .datac(\text_gen|char_ram~3796_q ), + .datad(\text_gen|char_ram~48344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48345 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55225 ( +// Equation(s): +// \text_gen|char_ram~55225_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55225 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y47_N1 +dffeas \text_gen|char_ram~3726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55419 ( +// Equation(s): +// \text_gen|char_ram~55419_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55419 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y47_N11 +dffeas \text_gen|char_ram~3740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55680 ( +// Equation(s): +// \text_gen|char_ram~55680_combout = (\text_gen|char_ram~52956_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52956_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55680 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y40_N31 +dffeas \text_gen|char_ram~156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55486 ( +// Equation(s): +// \text_gen|char_ram~55486_combout = (\text_gen|char_ram~52920_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~52920_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55486 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y38_N1 +dffeas \text_gen|char_ram~142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48346 ( +// Equation(s): +// \text_gen|char_ram~48346_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~156_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~142_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~156_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~142_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48346 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48347 ( +// Equation(s): +// \text_gen|char_ram~48347_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48346_combout & ((\text_gen|char_ram~3740_q ))) # (!\text_gen|char_ram~48346_combout & (\text_gen|char_ram~3726_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48346_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3726_q ), + .datac(\text_gen|char_ram~3740_q ), + .datad(\text_gen|char_ram~48346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48347 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48348 ( +// Equation(s): +// \text_gen|char_ram~48348_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~48345_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48347_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48345_combout ), + .datad(\text_gen|char_ram~48347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48348 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48351 ( +// Equation(s): +// \text_gen|char_ram~48351_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48348_combout & (\text_gen|char_ram~48350_combout )) # (!\text_gen|char_ram~48348_combout & ((\text_gen|char_ram~48343_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48348_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48350_combout ), + .datac(\text_gen|char_ram~48343_combout ), + .datad(\text_gen|char_ram~48348_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48351 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6470feeder ( +// Equation(s): +// \text_gen|char_ram~6470feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53723 ( +// Equation(s): +// \text_gen|char_ram~53723_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53074_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53723 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y41_N9 +dffeas \text_gen|char_ram~6470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53331 ( +// Equation(s): +// \text_gen|char_ram~53331_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53330_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53331 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y40_N5 +dffeas \text_gen|char_ram~4692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53075 ( +// Equation(s): +// \text_gen|char_ram~53075_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53074_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53075 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y44_N21 +dffeas \text_gen|char_ram~4678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48339 ( +// Equation(s): +// \text_gen|char_ram~48339_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4692_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~4678_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~4692_q ), + .datad(\text_gen|char_ram~4678_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48339 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6484feeder ( +// Equation(s): +// \text_gen|char_ram~6484feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6484feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53725 ( +// Equation(s): +// \text_gen|char_ram~53725_combout = (\text_gen|char_ram~53330_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53330_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53725 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y44_N9 +dffeas \text_gen|char_ram~6484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48340 ( +// Equation(s): +// \text_gen|char_ram~48340_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48339_combout & ((\text_gen|char_ram~6484_q ))) # (!\text_gen|char_ram~48339_combout & (\text_gen|char_ram~6470_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48339_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~6470_q ), + .datac(\text_gen|char_ram~48339_combout ), + .datad(\text_gen|char_ram~6484_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48340 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52924 ( +// Equation(s): +// \text_gen|char_ram~52924_combout = (\text_gen|char_ram~52920_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52920_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52924 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~52924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y39_N1 +dffeas \text_gen|char_ram~2830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53528 ( +// Equation(s): +// \text_gen|char_ram~53528_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52956_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53528 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y45_N5 +dffeas \text_gen|char_ram~1052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53526 ( +// Equation(s): +// \text_gen|char_ram~53526_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52920_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53526 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y45_N31 +dffeas \text_gen|char_ram~1038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48336 ( +// Equation(s): +// \text_gen|char_ram~48336_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~1052_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~1038_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1052_q ), + .datac(\text_gen|char_ram~1038_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48336 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52960 ( +// Equation(s): +// \text_gen|char_ram~52960_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52956_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52956_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52960 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~52960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y40_N11 +dffeas \text_gen|char_ram~2844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48337 ( +// Equation(s): +// \text_gen|char_ram~48337_combout = (\text_gen|char_ram~48336_combout & (((\text_gen|char_ram~2844_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~48336_combout & (\text_gen|char_ram~2830_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~2830_q ), + .datab(\text_gen|char_ram~48336_combout ), + .datac(\text_gen|char_ram~2844_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48337 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53788 ( +// Equation(s): +// \text_gen|char_ram~53788_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~53092_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53788 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y35_N17 +dffeas \text_gen|char_ram~6414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53790 ( +// Equation(s): +// \text_gen|char_ram~53790_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53332_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53790 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y51_N11 +dffeas \text_gen|char_ram~6428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4636feeder ( +// Equation(s): +// \text_gen|char_ram~4636feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53334 ( +// Equation(s): +// \text_gen|char_ram~53334_combout = (\text_gen|char_ram~53332_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53332_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53334 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y55_N21 +dffeas \text_gen|char_ram~4636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53116 ( +// Equation(s): +// \text_gen|char_ram~53116_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53092_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53116 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y47_N11 +dffeas \text_gen|char_ram~4622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48334 ( +// Equation(s): +// \text_gen|char_ram~48334_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~4636_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~4622_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~4636_q ), + .datac(\text_gen|char_ram~4622_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48334 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48335 ( +// Equation(s): +// \text_gen|char_ram~48335_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48334_combout & ((\text_gen|char_ram~6428_q ))) # (!\text_gen|char_ram~48334_combout & (\text_gen|char_ram~6414_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48334_combout )))) + + .dataa(\text_gen|char_ram~6414_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6428_q ), + .datad(\text_gen|char_ram~48334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48335 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48338 ( +// Equation(s): +// \text_gen|char_ram~48338_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~48335_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~48337_combout )))) + + .dataa(\text_gen|char_ram~48337_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~48335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48338 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~48338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2886feeder ( +// Equation(s): +// \text_gen|char_ram~2886feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52923 ( +// Equation(s): +// \text_gen|char_ram~52923_combout = (\text_gen|char_ram~52922_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52922_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52923 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y39_N1 +dffeas \text_gen|char_ram~2886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52959 ( +// Equation(s): +// \text_gen|char_ram~52959_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52958_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52959 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y40_N29 +dffeas \text_gen|char_ram~2900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1108feeder ( +// Equation(s): +// \text_gen|char_ram~1108feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53462 ( +// Equation(s): +// \text_gen|char_ram~53462_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52958_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53462 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y44_N19 +dffeas \text_gen|char_ram~1108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53460 ( +// Equation(s): +// \text_gen|char_ram~53460_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52922_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53460 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y47_N1 +dffeas \text_gen|char_ram~1094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48332 ( +// Equation(s): +// \text_gen|char_ram~48332_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~1108_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~1094_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1108_q ), + .datac(\text_gen|char_ram~1094_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48332 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48333 ( +// Equation(s): +// \text_gen|char_ram~48333_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48332_combout & ((\text_gen|char_ram~2900_q ))) # (!\text_gen|char_ram~48332_combout & (\text_gen|char_ram~2886_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48332_combout )))) + + .dataa(\text_gen|char_ram~2886_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~2900_q ), + .datad(\text_gen|char_ram~48332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48333 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48341 ( +// Equation(s): +// \text_gen|char_ram~48341_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48338_combout & (\text_gen|char_ram~48340_combout )) # (!\text_gen|char_ram~48338_combout & ((\text_gen|char_ram~48333_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48338_combout )))) + + .dataa(\text_gen|char_ram~48340_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48338_combout ), + .datad(\text_gen|char_ram~48333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48341 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~48341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48352 ( +// Equation(s): +// \text_gen|char_ram~48352_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~48341_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~48351_combout )))) + + .dataa(\text_gen|char_ram~48351_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48341_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48352 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~48352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48363 ( +// Equation(s): +// \text_gen|char_ram~48363_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48352_combout & (\text_gen|char_ram~48362_combout )) # (!\text_gen|char_ram~48352_combout & ((\text_gen|char_ram~48331_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48352_combout )))) + + .dataa(\text_gen|char_ram~48362_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48331_combout ), + .datad(\text_gen|char_ram~48352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48363 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3236feeder ( +// Equation(s): +// \text_gen|char_ram~3236feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56702 ( +// Equation(s): +// \text_gen|char_ram~56702_combout = (\text_gen|char_ram~55967_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56702 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y27_N23 +dffeas \text_gen|char_ram~3236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56704 ( +// Equation(s): +// \text_gen|char_ram~56704_combout = (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~55969_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56704 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y29_N13 +dffeas \text_gen|char_ram~1444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56703 ( +// Equation(s): +// \text_gen|char_ram~56703_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53064_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~53064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56703 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y29_N25 +dffeas \text_gen|char_ram~5028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48402 ( +// Equation(s): +// \text_gen|char_ram~48402_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5028_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1444_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1444_q ), + .datad(\text_gen|char_ram~5028_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48402 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56705 ( +// Equation(s): +// \text_gen|char_ram~56705_combout = (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~55967_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56705 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y29_N15 +dffeas \text_gen|char_ram~6820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48403 ( +// Equation(s): +// \text_gen|char_ram~48403_combout = (\text_gen|char_ram~48402_combout & (((\text_gen|char_ram~6820_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~48402_combout & (\text_gen|char_ram~3236_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3236_q ), + .datab(\text_gen|char_ram~48402_combout ), + .datac(\text_gen|char_ram~6820_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48403 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56719 ( +// Equation(s): +// \text_gen|char_ram~56719_combout = (\text_gen|char_ram~53337_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~53337_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56719 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y33_N17 +dffeas \text_gen|char_ram~4972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56721 ( +// Equation(s): +// \text_gen|char_ram~56721_combout = (\text_gen|char_ram~53337_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~53337_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56721 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y33_N11 +dffeas \text_gen|char_ram~6764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56718 ( +// Equation(s): +// \text_gen|char_ram~56718_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52966_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56718 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y29_N23 +dffeas \text_gen|char_ram~3180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56720 ( +// Equation(s): +// \text_gen|char_ram~56720_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52966_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56720 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y33_N7 +dffeas \text_gen|char_ram~1388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48395 ( +// Equation(s): +// \text_gen|char_ram~48395_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3180_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1388_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3180_q ), + .datac(\text_gen|char_ram~1388_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48395 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48396 ( +// Equation(s): +// \text_gen|char_ram~48396_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48395_combout & ((\text_gen|char_ram~6764_q ))) # (!\text_gen|char_ram~48395_combout & (\text_gen|char_ram~4972_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48395_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4972_q ), + .datac(\text_gen|char_ram~6764_q ), + .datad(\text_gen|char_ram~48395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48396 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56510 ( +// Equation(s): +// \text_gen|char_ram~56510_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56510 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y28_N9 +dffeas \text_gen|char_ram~3222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56513 ( +// Equation(s): +// \text_gen|char_ram~56513_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53081_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~53081_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56513 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y28_N7 +dffeas \text_gen|char_ram~6806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56512 ( +// Equation(s): +// \text_gen|char_ram~56512_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56512 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y28_N5 +dffeas \text_gen|char_ram~1430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56511 ( +// Equation(s): +// \text_gen|char_ram~56511_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53081_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56511 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y31_N1 +dffeas \text_gen|char_ram~5014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48397 ( +// Equation(s): +// \text_gen|char_ram~48397_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~5014_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1430_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1430_q ), + .datad(\text_gen|char_ram~5014_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48397 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48398 ( +// Equation(s): +// \text_gen|char_ram~48398_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48397_combout & ((\text_gen|char_ram~6806_q ))) # (!\text_gen|char_ram~48397_combout & (\text_gen|char_ram~3222_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48397_combout )))) + + .dataa(\text_gen|char_ram~3222_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6806_q ), + .datad(\text_gen|char_ram~48397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48398 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56529 ( +// Equation(s): +// \text_gen|char_ram~56529_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56529 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y34_N31 +dffeas \text_gen|char_ram~6750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4958feeder ( +// Equation(s): +// \text_gen|char_ram~4958feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4958feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4958feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4958feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56527 ( +// Equation(s): +// \text_gen|char_ram~56527_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56527 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y31_N15 +dffeas \text_gen|char_ram~4958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4958feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56526 ( +// Equation(s): +// \text_gen|char_ram~56526_combout = (\text_gen|char_ram~52926_combout & \text_gen|char_ram~55967_combout ) + + .dataa(\text_gen|char_ram~52926_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56526 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y34_N9 +dffeas \text_gen|char_ram~3166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56528 ( +// Equation(s): +// \text_gen|char_ram~56528_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52926_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52926_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56528 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y34_N21 +dffeas \text_gen|char_ram~1374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48399 ( +// Equation(s): +// \text_gen|char_ram~48399_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3166_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1374_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3166_q ), + .datac(\text_gen|char_ram~1374_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48399 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48400 ( +// Equation(s): +// \text_gen|char_ram~48400_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48399_combout & (\text_gen|char_ram~6750_q )) # (!\text_gen|char_ram~48399_combout & ((\text_gen|char_ram~4958_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48399_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6750_q ), + .datac(\text_gen|char_ram~4958_q ), + .datad(\text_gen|char_ram~48399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48400 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48401 ( +// Equation(s): +// \text_gen|char_ram~48401_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48398_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~48400_combout & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~48398_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48400_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48401 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48404 ( +// Equation(s): +// \text_gen|char_ram~48404_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48401_combout & (\text_gen|char_ram~48403_combout )) # (!\text_gen|char_ram~48401_combout & ((\text_gen|char_ram~48396_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48401_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48403_combout ), + .datac(\text_gen|char_ram~48396_combout ), + .datad(\text_gen|char_ram~48401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48404 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2788feeder ( +// Equation(s): +// \text_gen|char_ram~2788feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2788feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2788feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2788feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52968 ( +// Equation(s): +// \text_gen|char_ram~52968_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52733_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52893_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52968 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y60_N19 +dffeas \text_gen|char_ram~2788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2788feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53729 ( +// Equation(s): +// \text_gen|char_ram~53729_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~52733_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53064_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53729 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y60_N7 +dffeas \text_gen|char_ram~6372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53336 ( +// Equation(s): +// \text_gen|char_ram~53336_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53064_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53336 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N1 +dffeas \text_gen|char_ram~4580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53471 ( +// Equation(s): +// \text_gen|char_ram~53471_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52893_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53471 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y60_N29 +dffeas \text_gen|char_ram~996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48371 ( +// Equation(s): +// \text_gen|char_ram~48371_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4580_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~996_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4580_q ), + .datac(\text_gen|char_ram~996_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48371 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48372 ( +// Equation(s): +// \text_gen|char_ram~48372_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48371_combout & ((\text_gen|char_ram~6372_q ))) # (!\text_gen|char_ram~48371_combout & (\text_gen|char_ram~2788_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48371_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2788_q ), + .datac(\text_gen|char_ram~6372_q ), + .datad(\text_gen|char_ram~48371_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48372 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2774feeder ( +// Equation(s): +// \text_gen|char_ram~2774feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2774feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2774feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2774feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52929 ( +// Equation(s): +// \text_gen|char_ram~52929_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52928_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52929 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y53_N3 +dffeas \text_gen|char_ram~2774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2774feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53726 ( +// Equation(s): +// \text_gen|char_ram~53726_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53081_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53726 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y60_N31 +dffeas \text_gen|char_ram~6358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53082 ( +// Equation(s): +// \text_gen|char_ram~53082_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53081_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53082 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N5 +dffeas \text_gen|char_ram~4566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53469 ( +// Equation(s): +// \text_gen|char_ram~53469_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53469 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N27 +dffeas \text_gen|char_ram~982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48364 ( +// Equation(s): +// \text_gen|char_ram~48364_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4566_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~982_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4566_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~982_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48364 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48365 ( +// Equation(s): +// \text_gen|char_ram~48365_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48364_combout & ((\text_gen|char_ram~6358_q ))) # (!\text_gen|char_ram~48364_combout & (\text_gen|char_ram~2774_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48364_combout )))) + + .dataa(\text_gen|char_ram~2774_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6358_q ), + .datad(\text_gen|char_ram~48364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48365 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53339 ( +// Equation(s): +// \text_gen|char_ram~53339_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53339 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y58_N5 +dffeas \text_gen|char_ram~4524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53794 ( +// Equation(s): +// \text_gen|char_ram~53794_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53794 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y55_N5 +dffeas \text_gen|char_ram~6316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2732feeder ( +// Equation(s): +// \text_gen|char_ram~2732feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52969 ( +// Equation(s): +// \text_gen|char_ram~52969_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52966_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52969 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y56_N13 +dffeas \text_gen|char_ram~2732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53536 ( +// Equation(s): +// \text_gen|char_ram~53536_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52966_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53536 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y54_N1 +dffeas \text_gen|char_ram~940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48366 ( +// Equation(s): +// \text_gen|char_ram~48366_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2732_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~940_q +// ))))) + + .dataa(\text_gen|char_ram~2732_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~940_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48366 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48367 ( +// Equation(s): +// \text_gen|char_ram~48367_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48366_combout & ((\text_gen|char_ram~6316_q ))) # (!\text_gen|char_ram~48366_combout & (\text_gen|char_ram~4524_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48366_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4524_q ), + .datac(\text_gen|char_ram~6316_q ), + .datad(\text_gen|char_ram~48366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48367 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53120 ( +// Equation(s): +// \text_gen|char_ram~53120_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53120 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N3 +dffeas \text_gen|char_ram~4510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53791 ( +// Equation(s): +// \text_gen|char_ram~53791_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53791 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y55_N19 +dffeas \text_gen|char_ram~6302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53534 ( +// Equation(s): +// \text_gen|char_ram~53534_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52926_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53534 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y54_N3 +dffeas \text_gen|char_ram~926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2718feeder ( +// Equation(s): +// \text_gen|char_ram~2718feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2718feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52930 ( +// Equation(s): +// \text_gen|char_ram~52930_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52926_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52930 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y53_N19 +dffeas \text_gen|char_ram~2718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48368 ( +// Equation(s): +// \text_gen|char_ram~48368_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~2718_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~926_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~926_q ), + .datad(\text_gen|char_ram~2718_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48368 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48369 ( +// Equation(s): +// \text_gen|char_ram~48369_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48368_combout & ((\text_gen|char_ram~6302_q ))) # (!\text_gen|char_ram~48368_combout & (\text_gen|char_ram~4510_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48368_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4510_q ), + .datac(\text_gen|char_ram~6302_q ), + .datad(\text_gen|char_ram~48368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48369 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48370 ( +// Equation(s): +// \text_gen|char_ram~48370_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48367_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48369_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48367_combout ), + .datad(\text_gen|char_ram~48369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48370 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48373 ( +// Equation(s): +// \text_gen|char_ram~48373_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48370_combout & (\text_gen|char_ram~48372_combout )) # (!\text_gen|char_ram~48370_combout & ((\text_gen|char_ram~48365_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48370_combout )))) + + .dataa(\text_gen|char_ram~48372_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48365_combout ), + .datad(\text_gen|char_ram~48370_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48373 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55091 ( +// Equation(s): +// \text_gen|char_ram~55091_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52926_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52926_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55091 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y39_N13 +dffeas \text_gen|char_ram~1822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55871 ( +// Equation(s): +// \text_gen|char_ram~55871_combout = (\text_gen|char_ram~53103_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53103_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55871 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y41_N31 +dffeas \text_gen|char_ram~5406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55226 ( +// Equation(s): +// \text_gen|char_ram~55226_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53103_combout ) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53103_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55226 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y43_N5 +dffeas \text_gen|char_ram~3614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55487 ( +// Equation(s): +// \text_gen|char_ram~55487_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52926_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52926_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55487 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y37_N27 +dffeas \text_gen|char_ram~30 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~30_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~30 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~30 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48388 ( +// Equation(s): +// \text_gen|char_ram~48388_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3614_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~30_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~3614_q ), + .datad(\text_gen|char_ram~30_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48388 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48389 ( +// Equation(s): +// \text_gen|char_ram~48389_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48388_combout & ((\text_gen|char_ram~5406_q ))) # (!\text_gen|char_ram~48388_combout & (\text_gen|char_ram~1822_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48388_combout )))) + + .dataa(\text_gen|char_ram~1822_q ), + .datab(\text_gen|char_ram~5406_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~48388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48389 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~48389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55099 ( +// Equation(s): +// \text_gen|char_ram~55099_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52966_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55099 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y40_N15 +dffeas \text_gen|char_ram~1836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55879 ( +// Equation(s): +// \text_gen|char_ram~55879_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55879 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y40_N17 +dffeas \text_gen|char_ram~5420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55681 ( +// Equation(s): +// \text_gen|char_ram~55681_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~52966_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55681 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y40_N21 +dffeas \text_gen|char_ram~44 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~44_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~44 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~44 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55420 ( +// Equation(s): +// \text_gen|char_ram~55420_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55420 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y43_N29 +dffeas \text_gen|char_ram~3628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48386 ( +// Equation(s): +// \text_gen|char_ram~48386_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3628_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~44_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~44_q ), + .datad(\text_gen|char_ram~3628_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48386 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48387 ( +// Equation(s): +// \text_gen|char_ram~48387_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48386_combout & ((\text_gen|char_ram~5420_q ))) # (!\text_gen|char_ram~48386_combout & (\text_gen|char_ram~1836_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48386_combout )))) + + .dataa(\text_gen|char_ram~1836_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5420_q ), + .datad(\text_gen|char_ram~48386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48387 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48390 ( +// Equation(s): +// \text_gen|char_ram~48390_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7]) # (\text_gen|char_ram~48387_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48389_combout & (!\vga_c|h_cnt [7]))) + + .dataa(\text_gen|char_ram~48389_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~48387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48390 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~48390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55015 ( +// Equation(s): +// \text_gen|char_ram~55015_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55015 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y35_N27 +dffeas \text_gen|char_ram~1878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55806 ( +// Equation(s): +// \text_gen|char_ram~55806_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53081_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55806 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y39_N3 +dffeas \text_gen|char_ram~5462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55483 ( +// Equation(s): +// \text_gen|char_ram~55483_combout = (\text_gen|char_ram~52928_combout & \text_gen|char_ram~55187_combout ) + + .dataa(\text_gen|char_ram~52928_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55483 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y39_N17 +dffeas \text_gen|char_ram~86 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~86_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~86 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~86 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55222 ( +// Equation(s): +// \text_gen|char_ram~55222_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53081_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55222 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y47_N27 +dffeas \text_gen|char_ram~3670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48384 ( +// Equation(s): +// \text_gen|char_ram~48384_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3670_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~86_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~86_q ), + .datad(\text_gen|char_ram~3670_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48384 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48385 ( +// Equation(s): +// \text_gen|char_ram~48385_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48384_combout & ((\text_gen|char_ram~5462_q ))) # (!\text_gen|char_ram~48384_combout & (\text_gen|char_ram~1878_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48384_combout )))) + + .dataa(\text_gen|char_ram~1878_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5462_q ), + .datad(\text_gen|char_ram~48384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48385 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55011 ( +// Equation(s): +// \text_gen|char_ram~55011_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52893_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52893_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55011 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y37_N17 +dffeas \text_gen|char_ram~1892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55814 ( +// Equation(s): +// \text_gen|char_ram~55814_combout = (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~54986_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55814 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y40_N11 +dffeas \text_gen|char_ram~5476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55677 ( +// Equation(s): +// \text_gen|char_ram~55677_combout = (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~55187_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~52893_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55677 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y40_N29 +dffeas \text_gen|char_ram~100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3684feeder ( +// Equation(s): +// \text_gen|char_ram~3684feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3684feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55388 ( +// Equation(s): +// \text_gen|char_ram~55388_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53064_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55388 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y47_N25 +dffeas \text_gen|char_ram~3684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48391 ( +// Equation(s): +// \text_gen|char_ram~48391_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~3684_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~100_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~100_q ), + .datad(\text_gen|char_ram~3684_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48391 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48392 ( +// Equation(s): +// \text_gen|char_ram~48392_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48391_combout & ((\text_gen|char_ram~5476_q ))) # (!\text_gen|char_ram~48391_combout & (\text_gen|char_ram~1892_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48391_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~1892_q ), + .datac(\text_gen|char_ram~5476_q ), + .datad(\text_gen|char_ram~48391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48392 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48393 ( +// Equation(s): +// \text_gen|char_ram~48393_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48390_combout & ((\text_gen|char_ram~48392_combout ))) # (!\text_gen|char_ram~48390_combout & (\text_gen|char_ram~48385_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~48390_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48390_combout ), + .datac(\text_gen|char_ram~48385_combout ), + .datad(\text_gen|char_ram~48392_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48393 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54067 ( +// Equation(s): +// \text_gen|char_ram~54067_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53337_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54067 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y18_N27 +dffeas \text_gen|char_ram~4076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54897 ( +// Equation(s): +// \text_gen|char_ram~54897_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53337_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54897 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y18_N31 +dffeas \text_gen|char_ram~5868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2284feeder ( +// Equation(s): +// \text_gen|char_ram~2284feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2284feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2284feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2284feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54319 ( +// Equation(s): +// \text_gen|char_ram~54319_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52966_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54319 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N31 +dffeas \text_gen|char_ram~2284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2284feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54639 ( +// Equation(s): +// \text_gen|char_ram~54639_combout = (\text_gen|char_ram~52966_combout & \text_gen|char_ram~53881_combout ) + + .dataa(\text_gen|char_ram~52966_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54639 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~54639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y19_N13 +dffeas \text_gen|char_ram~492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48374 ( +// Equation(s): +// \text_gen|char_ram~48374_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2284_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~492_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~2284_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~492_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48374 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48375 ( +// Equation(s): +// \text_gen|char_ram~48375_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48374_combout & ((\text_gen|char_ram~5868_q ))) # (!\text_gen|char_ram~48374_combout & (\text_gen|char_ram~4076_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48374_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4076_q ), + .datac(\text_gen|char_ram~5868_q ), + .datad(\text_gen|char_ram~48374_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48375 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54035 ( +// Equation(s): +// \text_gen|char_ram~54035_combout = (\text_gen|char_ram~53103_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53103_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54035 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y18_N31 +dffeas \text_gen|char_ram~4062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54705 ( +// Equation(s): +// \text_gen|char_ram~54705_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53103_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54705 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y17_N23 +dffeas \text_gen|char_ram~5854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54311 ( +// Equation(s): +// \text_gen|char_ram~54311_combout = (\text_gen|char_ram~52926_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52926_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54311 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y20_N7 +dffeas \text_gen|char_ram~2270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54430 ( +// Equation(s): +// \text_gen|char_ram~54430_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52926_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54430 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y24_N31 +dffeas \text_gen|char_ram~478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48378 ( +// Equation(s): +// \text_gen|char_ram~48378_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2270_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~478_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2270_q ), + .datac(\text_gen|char_ram~478_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48378 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48379 ( +// Equation(s): +// \text_gen|char_ram~48379_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48378_combout & ((\text_gen|char_ram~5854_q ))) # (!\text_gen|char_ram~48378_combout & (\text_gen|char_ram~4062_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48378_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4062_q ), + .datac(\text_gen|char_ram~5854_q ), + .datad(\text_gen|char_ram~48378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48379 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2326feeder ( +// Equation(s): +// \text_gen|char_ram~2326feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54242 ( +// Equation(s): +// \text_gen|char_ram~54242_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52928_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54242 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y12_N1 +dffeas \text_gen|char_ram~2326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54672 ( +// Equation(s): +// \text_gen|char_ram~54672_combout = (\text_gen|char_ram~53081_combout & \text_gen|char_ram~54206_combout ) + + .dataa(\text_gen|char_ram~53081_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54672 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y13_N23 +dffeas \text_gen|char_ram~5910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4118feeder ( +// Equation(s): +// \text_gen|char_ram~4118feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4118feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54033 ( +// Equation(s): +// \text_gen|char_ram~54033_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53081_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54033 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y13_N17 +dffeas \text_gen|char_ram~4118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y1_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54427 ( +// Equation(s): +// \text_gen|char_ram~54427_combout = (\text_gen|char_ram~52928_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52928_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54427 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y16_N9 +dffeas \text_gen|char_ram~534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48376 ( +// Equation(s): +// \text_gen|char_ram~48376_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4118_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~534_q +// ))))) + + .dataa(\text_gen|char_ram~4118_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~534_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48376 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48377 ( +// Equation(s): +// \text_gen|char_ram~48377_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48376_combout & ((\text_gen|char_ram~5910_q ))) # (!\text_gen|char_ram~48376_combout & (\text_gen|char_ram~2326_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48376_combout )))) + + .dataa(\text_gen|char_ram~2326_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5910_q ), + .datad(\text_gen|char_ram~48376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48377 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48380 ( +// Equation(s): +// \text_gen|char_ram~48380_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48377_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48379_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48379_combout ), + .datad(\text_gen|char_ram~48377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48380 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y8_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2340feeder ( +// Equation(s): +// \text_gen|char_ram~2340feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y8_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54254 ( +// Equation(s): +// \text_gen|char_ram~54254_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52893_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52893_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54254 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y8_N7 +dffeas \text_gen|char_ram~2340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54895 ( +// Equation(s): +// \text_gen|char_ram~54895_combout = (\text_gen|char_ram~53064_combout & (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~54206_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~53064_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54895 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y9_N23 +dffeas \text_gen|char_ram~5924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54065 ( +// Equation(s): +// \text_gen|char_ram~54065_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53064_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~53064_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54065 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y17_N31 +dffeas \text_gen|char_ram~4132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54631 ( +// Equation(s): +// \text_gen|char_ram~54631_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52893_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52893_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54631 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y16_N21 +dffeas \text_gen|char_ram~548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48381 ( +// Equation(s): +// \text_gen|char_ram~48381_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4132_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~548_q +// ))))) + + .dataa(\text_gen|char_ram~4132_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~548_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48381 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48382 ( +// Equation(s): +// \text_gen|char_ram~48382_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48381_combout & ((\text_gen|char_ram~5924_q ))) # (!\text_gen|char_ram~48381_combout & (\text_gen|char_ram~2340_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48381_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2340_q ), + .datac(\text_gen|char_ram~5924_q ), + .datad(\text_gen|char_ram~48381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48382 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48383 ( +// Equation(s): +// \text_gen|char_ram~48383_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48380_combout & ((\text_gen|char_ram~48382_combout ))) # (!\text_gen|char_ram~48380_combout & (\text_gen|char_ram~48375_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48380_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48375_combout ), + .datac(\text_gen|char_ram~48380_combout ), + .datad(\text_gen|char_ram~48382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48383 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48394 ( +// Equation(s): +// \text_gen|char_ram~48394_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48383_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48393_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48393_combout ), + .datad(\text_gen|char_ram~48383_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48394 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48405 ( +// Equation(s): +// \text_gen|char_ram~48405_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48394_combout & (\text_gen|char_ram~48404_combout )) # (!\text_gen|char_ram~48394_combout & ((\text_gen|char_ram~48373_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48394_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48404_combout ), + .datac(\text_gen|char_ram~48373_combout ), + .datad(\text_gen|char_ram~48394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48405 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48406 ( +// Equation(s): +// \text_gen|char_ram~48406_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~48363_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~48405_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~48363_combout ), + .datad(\text_gen|char_ram~48405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48406 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48449 ( +// Equation(s): +// \text_gen|char_ram~48449_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48406_combout & (\text_gen|char_ram~48448_combout )) # (!\text_gen|char_ram~48406_combout & ((\text_gen|char_ram~48321_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48406_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~48448_combout ), + .datac(\text_gen|char_ram~48321_combout ), + .datad(\text_gen|char_ram~48406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48449 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10726feeder ( +// Equation(s): +// \text_gen|char_ram~10726feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10726feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10726feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10726feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56300 ( +// Equation(s): +// \text_gen|char_ram~56300_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56300 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y31_N7 +dffeas \text_gen|char_ram~10726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10726feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52818 ( +// Equation(s): +// \text_gen|char_ram~52818_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52818 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y60_N1 +dffeas \text_gen|char_ram~10292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10278feeder ( +// Equation(s): +// \text_gen|char_ram~10278feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10278feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10278feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10278feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52751 ( +// Equation(s): +// \text_gen|char_ram~52751_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52751 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y61_N15 +dffeas \text_gen|char_ram~10278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10278feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48268 ( +// Equation(s): +// \text_gen|char_ram~48268_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10292_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~4_combout & \text_gen|char_ram~10278_q )))) + + .dataa(\text_gen|char_ram~10292_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~10278_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48268 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~48268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56348 ( +// Equation(s): +// \text_gen|char_ram~56348_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56348 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y31_N17 +dffeas \text_gen|char_ram~10740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48269 ( +// Equation(s): +// \text_gen|char_ram~48269_combout = (\text_gen|char_ram~48268_combout & (((\text_gen|char_ram~10740_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~48268_combout & (\text_gen|char_ram~10726_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~10726_q ), + .datab(\text_gen|char_ram~48268_combout ), + .datac(\text_gen|char_ram~10740_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48269 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56382 ( +// Equation(s): +// \text_gen|char_ram~56382_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56382 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y34_N23 +dffeas \text_gen|char_ram~14254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56414 ( +// Equation(s): +// \text_gen|char_ram~56414_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56414 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y33_N31 +dffeas \text_gen|char_ram~14268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53780 ( +// Equation(s): +// \text_gen|char_ram~53780_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53780 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y44_N23 +dffeas \text_gen|char_ram~13806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53782 ( +// Equation(s): +// \text_gen|char_ram~53782_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53782 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y52_N27 +dffeas \text_gen|char_ram~13820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48270 ( +// Equation(s): +// \text_gen|char_ram~48270_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~13820_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13806_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13806_q ), + .datad(\text_gen|char_ram~13820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48270 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48271 ( +// Equation(s): +// \text_gen|char_ram~48271_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48270_combout & ((\text_gen|char_ram~14268_q ))) # (!\text_gen|char_ram~48270_combout & (\text_gen|char_ram~14254_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48270_combout )))) + + .dataa(\text_gen|char_ram~14254_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14268_q ), + .datad(\text_gen|char_ram~48270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48271 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56380 ( +// Equation(s): +// \text_gen|char_ram~56380_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56380 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y34_N1 +dffeas \text_gen|char_ram~10670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56412 ( +// Equation(s): +// \text_gen|char_ram~56412_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56412 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y35_N5 +dffeas \text_gen|char_ram~10684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52807 ( +// Equation(s): +// \text_gen|char_ram~52807_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52807 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y56_N1 +dffeas \text_gen|char_ram~10236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52753 ( +// Equation(s): +// \text_gen|char_ram~52753_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52753 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N19 +dffeas \text_gen|char_ram~10222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48272 ( +// Equation(s): +// \text_gen|char_ram~48272_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10236_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~10222_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10236_q ), + .datac(\text_gen|char_ram~10222_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48272 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48273 ( +// Equation(s): +// \text_gen|char_ram~48273_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48272_combout & ((\text_gen|char_ram~10684_q ))) # (!\text_gen|char_ram~48272_combout & (\text_gen|char_ram~10670_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48272_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~10670_q ), + .datac(\text_gen|char_ram~10684_q ), + .datad(\text_gen|char_ram~48272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48273 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48274 ( +// Equation(s): +// \text_gen|char_ram~48274_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~48271_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~48273_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48271_combout ), + .datad(\text_gen|char_ram~48273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48274 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53699 ( +// Equation(s): +// \text_gen|char_ram~53699_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53699 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y64_N27 +dffeas \text_gen|char_ram~13862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53701 ( +// Equation(s): +// \text_gen|char_ram~53701_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53701 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y64_N29 +dffeas \text_gen|char_ram~13876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y64_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48275 ( +// Equation(s): +// \text_gen|char_ram~48275_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~13876_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~13862_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~13862_q ), + .datad(\text_gen|char_ram~13876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48275 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56350 ( +// Equation(s): +// \text_gen|char_ram~56350_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56350 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y32_N19 +dffeas \text_gen|char_ram~14324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56302 ( +// Equation(s): +// \text_gen|char_ram~56302_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56302 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y32_N13 +dffeas \text_gen|char_ram~14310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48276 ( +// Equation(s): +// \text_gen|char_ram~48276_combout = (\text_gen|char_ram~48275_combout & (((\text_gen|char_ram~14324_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~48275_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14310_q )))) + + .dataa(\text_gen|char_ram~48275_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14324_q ), + .datad(\text_gen|char_ram~14310_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48276 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48277 ( +// Equation(s): +// \text_gen|char_ram~48277_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48274_combout & ((\text_gen|char_ram~48276_combout ))) # (!\text_gen|char_ram~48274_combout & (\text_gen|char_ram~48269_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48274_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48269_combout ), + .datac(\text_gen|char_ram~48274_combout ), + .datad(\text_gen|char_ram~48276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48277 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56349 ( +// Equation(s): +// \text_gen|char_ram~56349_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56349 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y31_N11 +dffeas \text_gen|char_ram~8948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56347 ( +// Equation(s): +// \text_gen|char_ram~56347_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56347 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y33_N19 +dffeas \text_gen|char_ram~12532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53305 ( +// Equation(s): +// \text_gen|char_ram~53305_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53305 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y61_N9 +dffeas \text_gen|char_ram~12084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53442 ( +// Equation(s): +// \text_gen|char_ram~53442_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53442 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y60_N31 +dffeas \text_gen|char_ram~8500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48244 ( +// Equation(s): +// \text_gen|char_ram~48244_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12084_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8500_q +// ))))) + + .dataa(\text_gen|char_ram~12084_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8500_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48244 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48245 ( +// Equation(s): +// \text_gen|char_ram~48245_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48244_combout & ((\text_gen|char_ram~12532_q ))) # (!\text_gen|char_ram~48244_combout & (\text_gen|char_ram~8948_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48244_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8948_q ), + .datac(\text_gen|char_ram~12532_q ), + .datad(\text_gen|char_ram~48244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48245 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56413 ( +// Equation(s): +// \text_gen|char_ram~56413_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56413 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y33_N13 +dffeas \text_gen|char_ram~8892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56411 ( +// Equation(s): +// \text_gen|char_ram~56411_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56411 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N27 +dffeas \text_gen|char_ram~12476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53307 ( +// Equation(s): +// \text_gen|char_ram~53307_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53307 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y58_N15 +dffeas \text_gen|char_ram~12028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53508 ( +// Equation(s): +// \text_gen|char_ram~53508_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53508 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y58_N23 +dffeas \text_gen|char_ram~8444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48237 ( +// Equation(s): +// \text_gen|char_ram~48237_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12028_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8444_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12028_q ), + .datac(\text_gen|char_ram~8444_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48237 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48238 ( +// Equation(s): +// \text_gen|char_ram~48238_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48237_combout & ((\text_gen|char_ram~12476_q ))) # (!\text_gen|char_ram~48237_combout & (\text_gen|char_ram~8892_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48237_combout )))) + + .dataa(\text_gen|char_ram~8892_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12476_q ), + .datad(\text_gen|char_ram~48237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48238 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8934feeder ( +// Equation(s): +// \text_gen|char_ram~8934feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56301 ( +// Equation(s): +// \text_gen|char_ram~56301_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56301 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y28_N19 +dffeas \text_gen|char_ram~8934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56299 ( +// Equation(s): +// \text_gen|char_ram~56299_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56299 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N9 +dffeas \text_gen|char_ram~12518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y64_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12070feeder ( +// Equation(s): +// \text_gen|char_ram~12070feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53085 ( +// Equation(s): +// \text_gen|char_ram~53085_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53085 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y64_N9 +dffeas \text_gen|char_ram~12070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53439 ( +// Equation(s): +// \text_gen|char_ram~53439_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53439 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y60_N17 +dffeas \text_gen|char_ram~8486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48239 ( +// Equation(s): +// \text_gen|char_ram~48239_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12070_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8486_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~12070_q ), + .datac(\text_gen|char_ram~8486_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48239 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48240 ( +// Equation(s): +// \text_gen|char_ram~48240_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48239_combout & ((\text_gen|char_ram~12518_q ))) # (!\text_gen|char_ram~48239_combout & (\text_gen|char_ram~8934_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48239_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8934_q ), + .datac(\text_gen|char_ram~12518_q ), + .datad(\text_gen|char_ram~48239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48240 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56381 ( +// Equation(s): +// \text_gen|char_ram~56381_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56381 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y34_N5 +dffeas \text_gen|char_ram~8878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56379 ( +// Equation(s): +// \text_gen|char_ram~56379_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56379 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y34_N11 +dffeas \text_gen|char_ram~12462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53505 ( +// Equation(s): +// \text_gen|char_ram~53505_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53505 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y66_N11 +dffeas \text_gen|char_ram~8430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53123 ( +// Equation(s): +// \text_gen|char_ram~53123_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53123 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y66_N29 +dffeas \text_gen|char_ram~12014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y66_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48241 ( +// Equation(s): +// \text_gen|char_ram~48241_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~12014_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~8430_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8430_q ), + .datad(\text_gen|char_ram~12014_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48241 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48242 ( +// Equation(s): +// \text_gen|char_ram~48242_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48241_combout & ((\text_gen|char_ram~12462_q ))) # (!\text_gen|char_ram~48241_combout & (\text_gen|char_ram~8878_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48241_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8878_q ), + .datac(\text_gen|char_ram~12462_q ), + .datad(\text_gen|char_ram~48241_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48242 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48243 ( +// Equation(s): +// \text_gen|char_ram~48243_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~48240_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48242_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48240_combout ), + .datad(\text_gen|char_ram~48242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48243 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48246 ( +// Equation(s): +// \text_gen|char_ram~48246_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48243_combout & (\text_gen|char_ram~48245_combout )) # (!\text_gen|char_ram~48243_combout & ((\text_gen|char_ram~48238_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48243_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48245_combout ), + .datac(\text_gen|char_ram~48238_combout ), + .datad(\text_gen|char_ram~48243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48246 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55060 ( +// Equation(s): +// \text_gen|char_ram~55060_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55060 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N27 +dffeas \text_gen|char_ram~9326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9382feeder ( +// Equation(s): +// \text_gen|char_ram~9382feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9382feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9382feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9382feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55007 ( +// Equation(s): +// \text_gen|char_ram~55007_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55007 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N21 +dffeas \text_gen|char_ram~9382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9382feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48251 ( +// Equation(s): +// \text_gen|char_ram~48251_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~9382_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9326_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9326_q ), + .datad(\text_gen|char_ram~9382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48251 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54230 ( +// Equation(s): +// \text_gen|char_ram~54230_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54230 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y16_N1 +dffeas \text_gen|char_ram~9830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54296 ( +// Equation(s): +// \text_gen|char_ram~54296_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54296 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y20_N25 +dffeas \text_gen|char_ram~9774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48252 ( +// Equation(s): +// \text_gen|char_ram~48252_combout = (\text_gen|char_ram~48251_combout & (((\text_gen|char_ram~9830_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~48251_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~9774_q )))) + + .dataa(\text_gen|char_ram~48251_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9830_q ), + .datad(\text_gen|char_ram~9774_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48252 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54708 ( +// Equation(s): +// \text_gen|char_ram~54708_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54708 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N21 +dffeas \text_gen|char_ram~13358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54675 ( +// Equation(s): +// \text_gen|char_ram~54675_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54675 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y17_N1 +dffeas \text_gen|char_ram~13414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55840 ( +// Equation(s): +// \text_gen|char_ram~55840_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55840 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y43_N29 +dffeas \text_gen|char_ram~12910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55791 ( +// Equation(s): +// \text_gen|char_ram~55791_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55791 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y43_N29 +dffeas \text_gen|char_ram~12966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48249 ( +// Equation(s): +// \text_gen|char_ram~48249_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12966_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12910_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12910_q ), + .datad(\text_gen|char_ram~12966_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48249 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48250 ( +// Equation(s): +// \text_gen|char_ram~48250_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48249_combout & ((\text_gen|char_ram~13414_q ))) # (!\text_gen|char_ram~48249_combout & (\text_gen|char_ram~13358_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48249_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13358_q ), + .datac(\text_gen|char_ram~13414_q ), + .datad(\text_gen|char_ram~48249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48250 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48253 ( +// Equation(s): +// \text_gen|char_ram~48253_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48250_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48252_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48252_combout ), + .datad(\text_gen|char_ram~48250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48253 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54238 ( +// Equation(s): +// \text_gen|char_ram~54238_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54238 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y13_N3 +dffeas \text_gen|char_ram~9844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54304 ( +// Equation(s): +// \text_gen|char_ram~54304_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54304 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y17_N31 +dffeas \text_gen|char_ram~9788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55068 ( +// Equation(s): +// \text_gen|char_ram~55068_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55068 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y40_N7 +dffeas \text_gen|char_ram~9340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9396feeder ( +// Equation(s): +// \text_gen|char_ram~9396feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9396feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55020 ( +// Equation(s): +// \text_gen|char_ram~55020_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55020 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y39_N3 +dffeas \text_gen|char_ram~9396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48247 ( +// Equation(s): +// \text_gen|char_ram~48247_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~9396_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9340_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9340_q ), + .datad(\text_gen|char_ram~9396_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48247 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48248 ( +// Equation(s): +// \text_gen|char_ram~48248_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48247_combout & (\text_gen|char_ram~9844_q )) # (!\text_gen|char_ram~48247_combout & ((\text_gen|char_ram~9788_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48247_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9844_q ), + .datac(\text_gen|char_ram~9788_q ), + .datad(\text_gen|char_ram~48247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48248 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13372feeder ( +// Equation(s): +// \text_gen|char_ram~13372feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13372feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54869 ( +// Equation(s): +// \text_gen|char_ram~54869_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54869 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y17_N21 +dffeas \text_gen|char_ram~13372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54867 ( +// Equation(s): +// \text_gen|char_ram~54867_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54867 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y17_N17 +dffeas \text_gen|char_ram~13428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55848 ( +// Equation(s): +// \text_gen|char_ram~55848_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55848 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y44_N11 +dffeas \text_gen|char_ram~12924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55799 ( +// Equation(s): +// \text_gen|char_ram~55799_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55799 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y48_N23 +dffeas \text_gen|char_ram~12980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48254 ( +// Equation(s): +// \text_gen|char_ram~48254_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~12980_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~12924_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12924_q ), + .datad(\text_gen|char_ram~12980_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48254 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48255 ( +// Equation(s): +// \text_gen|char_ram~48255_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48254_combout & ((\text_gen|char_ram~13428_q ))) # (!\text_gen|char_ram~48254_combout & (\text_gen|char_ram~13372_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48254_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13372_q ), + .datac(\text_gen|char_ram~13428_q ), + .datad(\text_gen|char_ram~48254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48255 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48256 ( +// Equation(s): +// \text_gen|char_ram~48256_combout = (\text_gen|char_ram~48253_combout & (((\text_gen|char_ram~48255_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~48253_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~48248_combout ))) + + .dataa(\text_gen|char_ram~48253_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48248_combout ), + .datad(\text_gen|char_ram~48255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48256 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~48256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11580feeder ( +// Equation(s): +// \text_gen|char_ram~11580feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11580feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11580feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11580feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53998 ( +// Equation(s): +// \text_gen|char_ram~53998_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53998 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N23 +dffeas \text_gen|char_ram~11580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11580feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55195 ( +// Equation(s): +// \text_gen|char_ram~55195_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55195 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y43_N3 +dffeas \text_gen|char_ram~11118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55413 ( +// Equation(s): +// \text_gen|char_ram~55413_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55413 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y44_N29 +dffeas \text_gen|char_ram~11132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48257 ( +// Equation(s): +// \text_gen|char_ram~48257_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~11132_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~11118_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11118_q ), + .datad(\text_gen|char_ram~11132_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48257 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53966 ( +// Equation(s): +// \text_gen|char_ram~53966_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53966 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N27 +dffeas \text_gen|char_ram~11566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48258 ( +// Equation(s): +// \text_gen|char_ram~48258_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48257_combout & (\text_gen|char_ram~11580_q )) # (!\text_gen|char_ram~48257_combout & ((\text_gen|char_ram~11566_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48257_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11580_q ), + .datac(\text_gen|char_ram~48257_combout ), + .datad(\text_gen|char_ram~11566_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48258 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55468 ( +// Equation(s): +// \text_gen|char_ram~55468_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55468 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y50_N13 +dffeas \text_gen|char_ram~7534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55666 ( +// Equation(s): +// \text_gen|char_ram~55666_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55666 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y50_N19 +dffeas \text_gen|char_ram~7548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48261 ( +// Equation(s): +// \text_gen|char_ram~48261_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7548_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7534_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7534_q ), + .datad(\text_gen|char_ram~7548_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48261 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54608 ( +// Equation(s): +// \text_gen|char_ram~54608_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54608 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y20_N27 +dffeas \text_gen|char_ram~7996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54401 ( +// Equation(s): +// \text_gen|char_ram~54401_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54401 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y20_N7 +dffeas \text_gen|char_ram~7982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48262 ( +// Equation(s): +// \text_gen|char_ram~48262_combout = (\text_gen|char_ram~48261_combout & (((\text_gen|char_ram~7996_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~48261_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7982_q )))) + + .dataa(\text_gen|char_ram~48261_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7996_q ), + .datad(\text_gen|char_ram~7982_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48262 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54413 ( +// Equation(s): +// \text_gen|char_ram~54413_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54413 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y20_N9 +dffeas \text_gen|char_ram~8038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54600 ( +// Equation(s): +// \text_gen|char_ram~54600_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54600 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y20_N31 +dffeas \text_gen|char_ram~8052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55465 ( +// Equation(s): +// \text_gen|char_ram~55465_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55465 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y43_N3 +dffeas \text_gen|char_ram~7590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55662 ( +// Equation(s): +// \text_gen|char_ram~55662_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55662 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N27 +dffeas \text_gen|char_ram~7604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48259 ( +// Equation(s): +// \text_gen|char_ram~48259_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7604_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7590_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7590_q ), + .datad(\text_gen|char_ram~7604_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48259 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48260 ( +// Equation(s): +// \text_gen|char_ram~48260_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48259_combout & ((\text_gen|char_ram~8052_q ))) # (!\text_gen|char_ram~48259_combout & (\text_gen|char_ram~8038_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48259_combout )))) + + .dataa(\text_gen|char_ram~8038_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8052_q ), + .datad(\text_gen|char_ram~48259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48260 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48263 ( +// Equation(s): +// \text_gen|char_ram~48263_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~48260_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48262_combout )))) + + .dataa(\text_gen|char_ram~48262_combout ), + .datab(\text_gen|char_ram~48260_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48263 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~48263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53974 ( +// Equation(s): +// \text_gen|char_ram~53974_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53974 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y24_N13 +dffeas \text_gen|char_ram~11622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54006 ( +// Equation(s): +// \text_gen|char_ram~54006_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54006 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y17_N19 +dffeas \text_gen|char_ram~11636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55191 ( +// Equation(s): +// \text_gen|char_ram~55191_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55191 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y43_N21 +dffeas \text_gen|char_ram~11174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55381 ( +// Equation(s): +// \text_gen|char_ram~55381_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55381 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y51_N19 +dffeas \text_gen|char_ram~11188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48264 ( +// Equation(s): +// \text_gen|char_ram~48264_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~11188_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~11174_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11174_q ), + .datad(\text_gen|char_ram~11188_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48264 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48265 ( +// Equation(s): +// \text_gen|char_ram~48265_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48264_combout & ((\text_gen|char_ram~11636_q ))) # (!\text_gen|char_ram~48264_combout & (\text_gen|char_ram~11622_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48264_combout )))) + + .dataa(\text_gen|char_ram~11622_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11636_q ), + .datad(\text_gen|char_ram~48264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48265 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48266 ( +// Equation(s): +// \text_gen|char_ram~48266_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48263_combout & ((\text_gen|char_ram~48265_combout ))) # (!\text_gen|char_ram~48263_combout & (\text_gen|char_ram~48258_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48263_combout )))) + + .dataa(\text_gen|char_ram~48258_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48263_combout ), + .datad(\text_gen|char_ram~48265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48266 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48267 ( +// Equation(s): +// \text_gen|char_ram~48267_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~48256_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~48266_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48256_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~48266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48267 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~48267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48278 ( +// Equation(s): +// \text_gen|char_ram~48278_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48267_combout & (\text_gen|char_ram~48277_combout )) # (!\text_gen|char_ram~48267_combout & ((\text_gen|char_ram~48246_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48267_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48277_combout ), + .datac(\text_gen|char_ram~48246_combout ), + .datad(\text_gen|char_ram~48267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48278 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10516feeder ( +// Equation(s): +// \text_gen|char_ram~10516feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10516feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10516feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10516feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56340 ( +// Equation(s): +// \text_gen|char_ram~56340_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56340 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y22_N21 +dffeas \text_gen|char_ram~10516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10516feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56342 ( +// Equation(s): +// \text_gen|char_ram~56342_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53290_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56342 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y24_N31 +dffeas \text_gen|char_ram~14100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14044feeder ( +// Equation(s): +// \text_gen|char_ram~14044feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14044feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14044feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14044feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56406 ( +// Equation(s): +// \text_gen|char_ram~56406_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56406 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y34_N19 +dffeas \text_gen|char_ram~14044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14044feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56404 ( +// Equation(s): +// \text_gen|char_ram~56404_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56404 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y19_N23 +dffeas \text_gen|char_ram~10460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48148 ( +// Equation(s): +// \text_gen|char_ram~48148_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14044_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10460_q ))))) + + .dataa(\text_gen|char_ram~14044_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10460_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48148 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48149 ( +// Equation(s): +// \text_gen|char_ram~48149_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48148_combout & ((\text_gen|char_ram~14100_q ))) # (!\text_gen|char_ram~48148_combout & (\text_gen|char_ram~10516_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48148_combout )))) + + .dataa(\text_gen|char_ram~10516_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14100_q ), + .datad(\text_gen|char_ram~48148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48149 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10502feeder ( +// Equation(s): +// \text_gen|char_ram~10502feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10502feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10502feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10502feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56288 ( +// Equation(s): +// \text_gen|char_ram~56288_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56288 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y28_N31 +dffeas \text_gen|char_ram~10502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10502feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56290 ( +// Equation(s): +// \text_gen|char_ram~56290_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53072_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56290 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y32_N9 +dffeas \text_gen|char_ram~14086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56370 ( +// Equation(s): +// \text_gen|char_ram~56370_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53090_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56370 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y36_N27 +dffeas \text_gen|char_ram~14030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56368 ( +// Equation(s): +// \text_gen|char_ram~56368_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56368 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y39_N3 +dffeas \text_gen|char_ram~10446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48143 ( +// Equation(s): +// \text_gen|char_ram~48143_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14030_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10446_q ))))) + + .dataa(\text_gen|char_ram~14030_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10446_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48143 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48144 ( +// Equation(s): +// \text_gen|char_ram~48144_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48143_combout & ((\text_gen|char_ram~14086_q ))) # (!\text_gen|char_ram~48143_combout & (\text_gen|char_ram~10502_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48143_combout )))) + + .dataa(\text_gen|char_ram~10502_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14086_q ), + .datad(\text_gen|char_ram~48143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48144 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56367 ( +// Equation(s): +// \text_gen|char_ram~56367_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53090_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56367 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y40_N7 +dffeas \text_gen|char_ram~12238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56287 ( +// Equation(s): +// \text_gen|char_ram~56287_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~55969_combout ) + + .dataa(\text_gen|char_ram~53072_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56287 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y40_N3 +dffeas \text_gen|char_ram~12294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56289 ( +// Equation(s): +// \text_gen|char_ram~56289_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56289 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y38_N7 +dffeas \text_gen|char_ram~8710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56369 ( +// Equation(s): +// \text_gen|char_ram~56369_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56369 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y38_N1 +dffeas \text_gen|char_ram~8654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48145 ( +// Equation(s): +// \text_gen|char_ram~48145_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~8710_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~8654_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~8710_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8654_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48145 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48146 ( +// Equation(s): +// \text_gen|char_ram~48146_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48145_combout & ((\text_gen|char_ram~12294_q ))) # (!\text_gen|char_ram~48145_combout & (\text_gen|char_ram~12238_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48145_combout )))) + + .dataa(\text_gen|char_ram~12238_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12294_q ), + .datad(\text_gen|char_ram~48145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48146 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48147 ( +// Equation(s): +// \text_gen|char_ram~48147_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48144_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48146_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48144_combout ), + .datad(\text_gen|char_ram~48146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48147 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56405 ( +// Equation(s): +// \text_gen|char_ram~56405_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56405 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y36_N17 +dffeas \text_gen|char_ram~8668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8724feeder ( +// Equation(s): +// \text_gen|char_ram~8724feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8724feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8724feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8724feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56341 ( +// Equation(s): +// \text_gen|char_ram~56341_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56341 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y36_N7 +dffeas \text_gen|char_ram~8724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8724feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48141 ( +// Equation(s): +// \text_gen|char_ram~48141_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8724_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8668_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8668_q ), + .datad(\text_gen|char_ram~8724_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48141 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12252feeder ( +// Equation(s): +// \text_gen|char_ram~12252feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56403 ( +// Equation(s): +// \text_gen|char_ram~56403_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56403 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y34_N21 +dffeas \text_gen|char_ram~12252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56339 ( +// Equation(s): +// \text_gen|char_ram~56339_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53290_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56339 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y31_N7 +dffeas \text_gen|char_ram~12308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48142 ( +// Equation(s): +// \text_gen|char_ram~48142_combout = (\text_gen|char_ram~48141_combout & (((\text_gen|char_ram~12308_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~48141_combout & (\text_gen|char_ram~12252_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~48141_combout ), + .datab(\text_gen|char_ram~12252_q ), + .datac(\text_gen|char_ram~12308_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48142 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48150 ( +// Equation(s): +// \text_gen|char_ram~48150_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48147_combout & (\text_gen|char_ram~48149_combout )) # (!\text_gen|char_ram~48147_combout & ((\text_gen|char_ram~48142_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48147_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48149_combout ), + .datac(\text_gen|char_ram~48147_combout ), + .datad(\text_gen|char_ram~48142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48150 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13190feeder ( +// Equation(s): +// \text_gen|char_ram~13190feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13190feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54661 ( +// Equation(s): +// \text_gen|char_ram~54661_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53072_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53072_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54661 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y19_N3 +dffeas \text_gen|char_ram~13190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54696 ( +// Equation(s): +// \text_gen|char_ram~54696_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53090_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54696 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y23_N11 +dffeas \text_gen|char_ram~13134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54227 ( +// Equation(s): +// \text_gen|char_ram~54227_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54227 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y35_N21 +dffeas \text_gen|char_ram~9606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54293 ( +// Equation(s): +// \text_gen|char_ram~54293_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54293 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y23_N13 +dffeas \text_gen|char_ram~9550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48110 ( +// Equation(s): +// \text_gen|char_ram~48110_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~9606_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~9550_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9606_q ), + .datac(\text_gen|char_ram~9550_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48110 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48111 ( +// Equation(s): +// \text_gen|char_ram~48111_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48110_combout & (\text_gen|char_ram~13190_q )) # (!\text_gen|char_ram~48110_combout & ((\text_gen|char_ram~13134_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48110_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13190_q ), + .datac(\text_gen|char_ram~13134_q ), + .datad(\text_gen|char_ram~48110_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48111 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54235 ( +// Equation(s): +// \text_gen|char_ram~54235_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54235 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y12_N25 +dffeas \text_gen|char_ram~9620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54301 ( +// Equation(s): +// \text_gen|char_ram~54301_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54301 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y19_N21 +dffeas \text_gen|char_ram~9564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48117 ( +// Equation(s): +// \text_gen|char_ram~48117_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~9620_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~9564_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9620_q ), + .datac(\text_gen|char_ram~9564_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48117 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13148feeder ( +// Equation(s): +// \text_gen|char_ram~13148feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13148feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13148feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13148feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54861 ( +// Equation(s): +// \text_gen|char_ram~54861_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53292_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54861 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y14_N27 +dffeas \text_gen|char_ram~13148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13148feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54859 ( +// Equation(s): +// \text_gen|char_ram~54859_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53290_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53290_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54859 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y14_N11 +dffeas \text_gen|char_ram~13204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48118 ( +// Equation(s): +// \text_gen|char_ram~48118_combout = (\text_gen|char_ram~48117_combout & (((\text_gen|char_ram~13204_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~48117_combout & (\text_gen|char_ram~13148_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~48117_combout ), + .datab(\text_gen|char_ram~13148_q ), + .datac(\text_gen|char_ram~13204_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48118 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54598 ( +// Equation(s): +// \text_gen|char_ram~54598_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54598 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y20_N17 +dffeas \text_gen|char_ram~7828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53994 ( +// Equation(s): +// \text_gen|char_ram~53994_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53290_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~53290_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53994 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y18_N23 +dffeas \text_gen|char_ram~11412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54002 ( +// Equation(s): +// \text_gen|char_ram~54002_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53292_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54002 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y18_N1 +dffeas \text_gen|char_ram~11356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54606 ( +// Equation(s): +// \text_gen|char_ram~54606_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54606 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y18_N5 +dffeas \text_gen|char_ram~7772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48112 ( +// Equation(s): +// \text_gen|char_ram~48112_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11356_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7772_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11356_q ), + .datac(\text_gen|char_ram~7772_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48112 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48113 ( +// Equation(s): +// \text_gen|char_ram~48113_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48112_combout & ((\text_gen|char_ram~11412_q ))) # (!\text_gen|char_ram~48112_combout & (\text_gen|char_ram~7828_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48112_combout )))) + + .dataa(\text_gen|char_ram~7828_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11412_q ), + .datad(\text_gen|char_ram~48112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48113 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7814feeder ( +// Equation(s): +// \text_gen|char_ram~7814feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7814feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7814feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7814feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54415 ( +// Equation(s): +// \text_gen|char_ram~54415_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54415 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y24_N5 +dffeas \text_gen|char_ram~7814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7814feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53975 ( +// Equation(s): +// \text_gen|char_ram~53975_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~53881_combout ) + + .dataa(\text_gen|char_ram~53072_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53975 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y24_N29 +dffeas \text_gen|char_ram~11398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54403 ( +// Equation(s): +// \text_gen|char_ram~54403_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54403 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y32_N17 +dffeas \text_gen|char_ram~7758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53967 ( +// Equation(s): +// \text_gen|char_ram~53967_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53090_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53967 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y21_N5 +dffeas \text_gen|char_ram~11342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48114 ( +// Equation(s): +// \text_gen|char_ram~48114_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~11342_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7758_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7758_q ), + .datad(\text_gen|char_ram~11342_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48114 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48115 ( +// Equation(s): +// \text_gen|char_ram~48115_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48114_combout & ((\text_gen|char_ram~11398_q ))) # (!\text_gen|char_ram~48114_combout & (\text_gen|char_ram~7814_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48114_combout )))) + + .dataa(\text_gen|char_ram~7814_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11398_q ), + .datad(\text_gen|char_ram~48114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48115 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48116 ( +// Equation(s): +// \text_gen|char_ram~48116_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~48113_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48115_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48113_combout ), + .datad(\text_gen|char_ram~48115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48116 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48119 ( +// Equation(s): +// \text_gen|char_ram~48119_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48116_combout & ((\text_gen|char_ram~48118_combout ))) # (!\text_gen|char_ram~48116_combout & (\text_gen|char_ram~48111_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48116_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48111_combout ), + .datac(\text_gen|char_ram~48118_combout ), + .datad(\text_gen|char_ram~48116_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48119 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55189 ( +// Equation(s): +// \text_gen|char_ram~55189_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53072_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55189 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N9 +dffeas \text_gen|char_ram~10950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55788 ( +// Equation(s): +// \text_gen|char_ram~55788_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53072_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55788 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y43_N15 +dffeas \text_gen|char_ram~12742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48137 ( +// Equation(s): +// \text_gen|char_ram~48137_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~12742_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~10950_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~10950_q ), + .datad(\text_gen|char_ram~12742_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48137 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55378 ( +// Equation(s): +// \text_gen|char_ram~55378_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53290_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55378 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y51_N5 +dffeas \text_gen|char_ram~10964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12756feeder ( +// Equation(s): +// \text_gen|char_ram~12756feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12756feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12756feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12756feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55796 ( +// Equation(s): +// \text_gen|char_ram~55796_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53290_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55796 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N7 +dffeas \text_gen|char_ram~12756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12756feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48138 ( +// Equation(s): +// \text_gen|char_ram~48138_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48137_combout & ((\text_gen|char_ram~12756_q ))) # (!\text_gen|char_ram~48137_combout & (\text_gen|char_ram~10964_q )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~48137_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48137_combout ), + .datac(\text_gen|char_ram~10964_q ), + .datad(\text_gen|char_ram~12756_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48138 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~48138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55410 ( +// Equation(s): +// \text_gen|char_ram~55410_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55410 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y55_N9 +dffeas \text_gen|char_ram~10908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55845 ( +// Equation(s): +// \text_gen|char_ram~55845_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53292_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55845 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y37_N19 +dffeas \text_gen|char_ram~12700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55837 ( +// Equation(s): +// \text_gen|char_ram~55837_combout = (\text_gen|char_ram~53090_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53090_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55837 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y43_N1 +dffeas \text_gen|char_ram~12686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55193 ( +// Equation(s): +// \text_gen|char_ram~55193_combout = (\text_gen|char_ram~53090_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53090_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55193 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y47_N23 +dffeas \text_gen|char_ram~10894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48130 ( +// Equation(s): +// \text_gen|char_ram~48130_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~12686_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~10894_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12686_q ), + .datac(\text_gen|char_ram~10894_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48130 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48131 ( +// Equation(s): +// \text_gen|char_ram~48131_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48130_combout & ((\text_gen|char_ram~12700_q ))) # (!\text_gen|char_ram~48130_combout & (\text_gen|char_ram~10908_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48130_combout )))) + + .dataa(\text_gen|char_ram~10908_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12700_q ), + .datad(\text_gen|char_ram~48130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48131 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55469 ( +// Equation(s): +// \text_gen|char_ram~55469_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55469 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y43_N15 +dffeas \text_gen|char_ram~7310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55664 ( +// Equation(s): +// \text_gen|char_ram~55664_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55664 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y36_N7 +dffeas \text_gen|char_ram~7324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48134 ( +// Equation(s): +// \text_gen|char_ram~48134_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7324_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7310_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7310_q ), + .datad(\text_gen|char_ram~7324_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48134 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55058 ( +// Equation(s): +// \text_gen|char_ram~55058_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55058 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N17 +dffeas \text_gen|char_ram~9102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55065 ( +// Equation(s): +// \text_gen|char_ram~55065_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55065 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N31 +dffeas \text_gen|char_ram~9116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48135 ( +// Equation(s): +// \text_gen|char_ram~48135_combout = (\text_gen|char_ram~48134_combout & (((\text_gen|char_ram~9116_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~48134_combout & (\text_gen|char_ram~9102_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~48134_combout ), + .datab(\text_gen|char_ram~9102_q ), + .datac(\text_gen|char_ram~9116_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48135 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55004 ( +// Equation(s): +// \text_gen|char_ram~55004_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54986_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55004 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N29 +dffeas \text_gen|char_ram~9158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55017 ( +// Equation(s): +// \text_gen|char_ram~55017_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~54986_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55017 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N11 +dffeas \text_gen|char_ram~9172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7380feeder ( +// Equation(s): +// \text_gen|char_ram~7380feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7380feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55660 ( +// Equation(s): +// \text_gen|char_ram~55660_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55660 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y54_N25 +dffeas \text_gen|char_ram~7380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55463 ( +// Equation(s): +// \text_gen|char_ram~55463_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55463 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y43_N17 +dffeas \text_gen|char_ram~7366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48132 ( +// Equation(s): +// \text_gen|char_ram~48132_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7380_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~7366_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~7380_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7366_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48132 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48133 ( +// Equation(s): +// \text_gen|char_ram~48133_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48132_combout & ((\text_gen|char_ram~9172_q ))) # (!\text_gen|char_ram~48132_combout & (\text_gen|char_ram~9158_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48132_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9158_q ), + .datac(\text_gen|char_ram~9172_q ), + .datad(\text_gen|char_ram~48132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48133 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48136 ( +// Equation(s): +// \text_gen|char_ram~48136_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~48133_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48135_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~48135_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~48133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48136 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~48136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48139 ( +// Equation(s): +// \text_gen|char_ram~48139_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48136_combout & (\text_gen|char_ram~48138_combout )) # (!\text_gen|char_ram~48136_combout & ((\text_gen|char_ram~48131_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48136_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~48138_combout ), + .datac(\text_gen|char_ram~48131_combout ), + .datad(\text_gen|char_ram~48136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48139 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8276feeder ( +// Equation(s): +// \text_gen|char_ram~8276feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8276feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8276feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8276feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53434 ( +// Equation(s): +// \text_gen|char_ram~53434_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53434 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y60_N13 +dffeas \text_gen|char_ram~8276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8276feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52819 ( +// Equation(s): +// \text_gen|char_ram~52819_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52819 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y60_N15 +dffeas \text_gen|char_ram~10068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10054feeder ( +// Equation(s): +// \text_gen|char_ram~10054feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10054feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10054feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10054feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52744 ( +// Equation(s): +// \text_gen|char_ram~52744_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52744 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y57_N17 +dffeas \text_gen|char_ram~10054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10054feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53432 ( +// Equation(s): +// \text_gen|char_ram~53432_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53432 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y57_N3 +dffeas \text_gen|char_ram~8262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48120 ( +// Equation(s): +// \text_gen|char_ram~48120_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10054_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8262_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10054_q ), + .datac(\text_gen|char_ram~8262_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48120 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48121 ( +// Equation(s): +// \text_gen|char_ram~48121_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48120_combout & ((\text_gen|char_ram~10068_q ))) # (!\text_gen|char_ram~48120_combout & (\text_gen|char_ram~8276_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48120_combout )))) + + .dataa(\text_gen|char_ram~8276_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10068_q ), + .datad(\text_gen|char_ram~48120_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48121 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13638feeder ( +// Equation(s): +// \text_gen|char_ram~13638feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13638feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13638feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13638feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53687 ( +// Equation(s): +// \text_gen|char_ram~53687_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53072_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53687 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y59_N13 +dffeas \text_gen|char_ram~13638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13638feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53689 ( +// Equation(s): +// \text_gen|char_ram~53689_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53290_combout ) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53290_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53689 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y56_N7 +dffeas \text_gen|char_ram~13652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53291 ( +// Equation(s): +// \text_gen|char_ram~53291_combout = (\text_gen|char_ram~53290_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53290_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53291 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N5 +dffeas \text_gen|char_ram~11860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53073 ( +// Equation(s): +// \text_gen|char_ram~53073_combout = (\text_gen|char_ram~53072_combout & \text_gen|char_ram~53059_combout ) + + .dataa(\text_gen|char_ram~53072_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53073 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y56_N29 +dffeas \text_gen|char_ram~11846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48127 ( +// Equation(s): +// \text_gen|char_ram~48127_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~11860_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~11846_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11860_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11846_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48127 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48128 ( +// Equation(s): +// \text_gen|char_ram~48128_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48127_combout & ((\text_gen|char_ram~13652_q ))) # (!\text_gen|char_ram~48127_combout & (\text_gen|char_ram~13638_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48127_combout )))) + + .dataa(\text_gen|char_ram~13638_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13652_q ), + .datad(\text_gen|char_ram~48127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48128 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53768 ( +// Equation(s): +// \text_gen|char_ram~53768_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53090_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53768 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y36_N9 +dffeas \text_gen|char_ram~13582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53770 ( +// Equation(s): +// \text_gen|char_ram~53770_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53292_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~53292_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53770 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y52_N25 +dffeas \text_gen|char_ram~13596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53294 ( +// Equation(s): +// \text_gen|char_ram~53294_combout = (\text_gen|char_ram~53292_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53292_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53294 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y55_N17 +dffeas \text_gen|char_ram~11804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53115 ( +// Equation(s): +// \text_gen|char_ram~53115_combout = (\text_gen|char_ram~53090_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53090_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53115 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y47_N1 +dffeas \text_gen|char_ram~11790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48122 ( +// Equation(s): +// \text_gen|char_ram~48122_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~11804_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~11790_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11804_q ), + .datac(\text_gen|char_ram~11790_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48122 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48123 ( +// Equation(s): +// \text_gen|char_ram~48123_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48122_combout & ((\text_gen|char_ram~13596_q ))) # (!\text_gen|char_ram~48122_combout & (\text_gen|char_ram~13582_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48122_combout )))) + + .dataa(\text_gen|char_ram~13582_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13596_q ), + .datad(\text_gen|char_ram~48122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48123 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53500 ( +// Equation(s): +// \text_gen|char_ram~53500_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53500 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y56_N13 +dffeas \text_gen|char_ram~8220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52808 ( +// Equation(s): +// \text_gen|char_ram~52808_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52808 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y56_N31 +dffeas \text_gen|char_ram~10012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52745 ( +// Equation(s): +// \text_gen|char_ram~52745_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52745 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y39_N5 +dffeas \text_gen|char_ram~9998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53498 ( +// Equation(s): +// \text_gen|char_ram~53498_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53498 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y39_N19 +dffeas \text_gen|char_ram~8206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48124 ( +// Equation(s): +// \text_gen|char_ram~48124_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9998_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8206_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9998_q ), + .datac(\text_gen|char_ram~8206_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48124 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48125 ( +// Equation(s): +// \text_gen|char_ram~48125_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48124_combout & ((\text_gen|char_ram~10012_q ))) # (!\text_gen|char_ram~48124_combout & (\text_gen|char_ram~8220_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48124_combout )))) + + .dataa(\text_gen|char_ram~8220_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10012_q ), + .datad(\text_gen|char_ram~48124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48125 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48126 ( +// Equation(s): +// \text_gen|char_ram~48126_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~48123_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~48125_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48123_combout ), + .datad(\text_gen|char_ram~48125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48126 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48129 ( +// Equation(s): +// \text_gen|char_ram~48129_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48126_combout & ((\text_gen|char_ram~48128_combout ))) # (!\text_gen|char_ram~48126_combout & (\text_gen|char_ram~48121_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48126_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48121_combout ), + .datac(\text_gen|char_ram~48128_combout ), + .datad(\text_gen|char_ram~48126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48129 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48140 ( +// Equation(s): +// \text_gen|char_ram~48140_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~48129_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~48139_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|char_ram~48139_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~48129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48140 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~48140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48151 ( +// Equation(s): +// \text_gen|char_ram~48151_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48140_combout & (\text_gen|char_ram~48150_combout )) # (!\text_gen|char_ram~48140_combout & ((\text_gen|char_ram~48119_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48140_combout )))) + + .dataa(\text_gen|char_ram~48150_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48119_combout ), + .datad(\text_gen|char_ram~48140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48151 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56401 ( +// Equation(s): +// \text_gen|char_ram~56401_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56401 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y30_N7 +dffeas \text_gen|char_ram~8780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56337 ( +// Equation(s): +// \text_gen|char_ram~56337_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56337 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y30_N19 +dffeas \text_gen|char_ram~8836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48183 ( +// Equation(s): +// \text_gen|char_ram~48183_combout = (\vga_c|h_cnt [7] & (((\text_gen|char_ram~8836_q ) # (\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8780_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8780_q ), + .datac(\text_gen|char_ram~8836_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48183 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~48183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56336 ( +// Equation(s): +// \text_gen|char_ram~56336_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56336 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y28_N15 +dffeas \text_gen|char_ram~12420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56400 ( +// Equation(s): +// \text_gen|char_ram~56400_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56400 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y30_N31 +dffeas \text_gen|char_ram~12364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48184 ( +// Equation(s): +// \text_gen|char_ram~48184_combout = (\text_gen|char_ram~48183_combout & (((\text_gen|char_ram~12420_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~48183_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12364_q )))) + + .dataa(\text_gen|char_ram~48183_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12420_q ), + .datad(\text_gen|char_ram~12364_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48184 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8822feeder ( +// Equation(s): +// \text_gen|char_ram~8822feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8822feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8822feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8822feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56293 ( +// Equation(s): +// \text_gen|char_ram~56293_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56293 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y34_N23 +dffeas \text_gen|char_ram~8822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8822feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56373 ( +// Equation(s): +// \text_gen|char_ram~56373_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56373 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y34_N9 +dffeas \text_gen|char_ram~8766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48187 ( +// Equation(s): +// \text_gen|char_ram~48187_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~8822_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~8766_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8822_q ), + .datac(\text_gen|char_ram~8766_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48187 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56292 ( +// Equation(s): +// \text_gen|char_ram~56292_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56292 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y34_N15 +dffeas \text_gen|char_ram~12406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12350feeder ( +// Equation(s): +// \text_gen|char_ram~12350feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12350feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12350feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12350feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56372 ( +// Equation(s): +// \text_gen|char_ram~56372_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56372 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y34_N17 +dffeas \text_gen|char_ram~12350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12350feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48188 ( +// Equation(s): +// \text_gen|char_ram~48188_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48187_combout & (\text_gen|char_ram~12406_q )) # (!\text_gen|char_ram~48187_combout & ((\text_gen|char_ram~12350_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~48187_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~48187_combout ), + .datac(\text_gen|char_ram~12406_q ), + .datad(\text_gen|char_ram~12350_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48188 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56291 ( +// Equation(s): +// \text_gen|char_ram~56291_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56291 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y47_N13 +dffeas \text_gen|char_ram~10614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56294 ( +// Equation(s): +// \text_gen|char_ram~56294_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56294 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y47_N19 +dffeas \text_gen|char_ram~14198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14142feeder ( +// Equation(s): +// \text_gen|char_ram~14142feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14142feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14142feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14142feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56374 ( +// Equation(s): +// \text_gen|char_ram~56374_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56374 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y36_N25 +dffeas \text_gen|char_ram~14142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14142feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56371 ( +// Equation(s): +// \text_gen|char_ram~56371_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56371 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y39_N1 +dffeas \text_gen|char_ram~10558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48185 ( +// Equation(s): +// \text_gen|char_ram~48185_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14142_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10558_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14142_q ), + .datac(\text_gen|char_ram~10558_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48185 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48186 ( +// Equation(s): +// \text_gen|char_ram~48186_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48185_combout & ((\text_gen|char_ram~14198_q ))) # (!\text_gen|char_ram~48185_combout & (\text_gen|char_ram~10614_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48185_combout )))) + + .dataa(\text_gen|char_ram~10614_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14198_q ), + .datad(\text_gen|char_ram~48185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48186 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48189 ( +// Equation(s): +// \text_gen|char_ram~48189_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~48186_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48188_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48188_combout ), + .datad(\text_gen|char_ram~48186_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48189 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56402 ( +// Equation(s): +// \text_gen|char_ram~56402_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56402 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y33_N19 +dffeas \text_gen|char_ram~14156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56399 ( +// Equation(s): +// \text_gen|char_ram~56399_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56399 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y33_N21 +dffeas \text_gen|char_ram~10572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48190 ( +// Equation(s): +// \text_gen|char_ram~48190_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14156_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10572_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14156_q ), + .datac(\text_gen|char_ram~10572_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48190 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56338 ( +// Equation(s): +// \text_gen|char_ram~56338_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56338 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y29_N25 +dffeas \text_gen|char_ram~14212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56335 ( +// Equation(s): +// \text_gen|char_ram~56335_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56335 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y30_N29 +dffeas \text_gen|char_ram~10628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48191 ( +// Equation(s): +// \text_gen|char_ram~48191_combout = (\text_gen|char_ram~48190_combout & (((\text_gen|char_ram~14212_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~48190_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10628_q )))) + + .dataa(\text_gen|char_ram~48190_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14212_q ), + .datad(\text_gen|char_ram~10628_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48191 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48192 ( +// Equation(s): +// \text_gen|char_ram~48192_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48189_combout & ((\text_gen|char_ram~48191_combout ))) # (!\text_gen|char_ram~48189_combout & (\text_gen|char_ram~48184_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48189_combout )))) + + .dataa(\text_gen|char_ram~48184_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48189_combout ), + .datad(\text_gen|char_ram~48191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48192 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53430 ( +// Equation(s): +// \text_gen|char_ram~53430_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53430 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y60_N27 +dffeas \text_gen|char_ram~8388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52802 ( +// Equation(s): +// \text_gen|char_ram~52802_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52802 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y60_N27 +dffeas \text_gen|char_ram~10180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10166feeder ( +// Equation(s): +// \text_gen|char_ram~10166feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10166feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10166feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10166feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52734 ( +// Equation(s): +// \text_gen|char_ram~52734_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52734 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y52_N1 +dffeas \text_gen|char_ram~10166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10166feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53427 ( +// Equation(s): +// \text_gen|char_ram~53427_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53427 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y52_N17 +dffeas \text_gen|char_ram~8374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48152 ( +// Equation(s): +// \text_gen|char_ram~48152_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10166_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8374_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10166_q ), + .datac(\text_gen|char_ram~8374_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48152 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48153 ( +// Equation(s): +// \text_gen|char_ram~48153_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48152_combout & ((\text_gen|char_ram~10180_q ))) # (!\text_gen|char_ram~48152_combout & (\text_gen|char_ram~8388_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48152_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8388_q ), + .datac(\text_gen|char_ram~10180_q ), + .datad(\text_gen|char_ram~48152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48153 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53690 ( +// Equation(s): +// \text_gen|char_ram~53690_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53690 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y60_N7 +dffeas \text_gen|char_ram~13750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53693 ( +// Equation(s): +// \text_gen|char_ram~53693_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53693 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y60_N5 +dffeas \text_gen|char_ram~13764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53296 ( +// Equation(s): +// \text_gen|char_ram~53296_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53296 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y60_N19 +dffeas \text_gen|char_ram~11972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11958feeder ( +// Equation(s): +// \text_gen|char_ram~11958feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11958feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11958feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11958feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53060 ( +// Equation(s): +// \text_gen|char_ram~53060_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53060 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y60_N17 +dffeas \text_gen|char_ram~11958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11958feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48159 ( +// Equation(s): +// \text_gen|char_ram~48159_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11972_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11958_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~11972_q ), + .datad(\text_gen|char_ram~11958_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48159 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48160 ( +// Equation(s): +// \text_gen|char_ram~48160_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48159_combout & ((\text_gen|char_ram~13764_q ))) # (!\text_gen|char_ram~48159_combout & (\text_gen|char_ram~13750_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48159_combout )))) + + .dataa(\text_gen|char_ram~13750_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13764_q ), + .datad(\text_gen|char_ram~48159_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48160 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53496 ( +// Equation(s): +// \text_gen|char_ram~53496_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53496 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y54_N25 +dffeas \text_gen|char_ram~8332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52813 ( +// Equation(s): +// \text_gen|char_ram~52813_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52813 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y56_N11 +dffeas \text_gen|char_ram~10124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10110feeder ( +// Equation(s): +// \text_gen|char_ram~10110feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10110feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10110feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10110feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52738 ( +// Equation(s): +// \text_gen|char_ram~52738_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52738 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y46_N23 +dffeas \text_gen|char_ram~10110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10110feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53493 ( +// Equation(s): +// \text_gen|char_ram~53493_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53493 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y50_N11 +dffeas \text_gen|char_ram~8318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48156 ( +// Equation(s): +// \text_gen|char_ram~48156_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10110_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8318_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10110_q ), + .datac(\text_gen|char_ram~8318_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48156 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48157 ( +// Equation(s): +// \text_gen|char_ram~48157_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48156_combout & ((\text_gen|char_ram~10124_q ))) # (!\text_gen|char_ram~48156_combout & (\text_gen|char_ram~8332_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48156_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8332_q ), + .datac(\text_gen|char_ram~10124_q ), + .datad(\text_gen|char_ram~48156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48157 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53771 ( +// Equation(s): +// \text_gen|char_ram~53771_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53771 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N7 +dffeas \text_gen|char_ram~13694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53774 ( +// Equation(s): +// \text_gen|char_ram~53774_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53774 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N25 +dffeas \text_gen|char_ram~13708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53298 ( +// Equation(s): +// \text_gen|char_ram~53298_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53298 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y56_N29 +dffeas \text_gen|char_ram~11916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53110 ( +// Equation(s): +// \text_gen|char_ram~53110_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53110 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y56_N23 +dffeas \text_gen|char_ram~11902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48154 ( +// Equation(s): +// \text_gen|char_ram~48154_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~11916_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~11902_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11916_q ), + .datac(\text_gen|char_ram~11902_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48154 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48155 ( +// Equation(s): +// \text_gen|char_ram~48155_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48154_combout & ((\text_gen|char_ram~13708_q ))) # (!\text_gen|char_ram~48154_combout & (\text_gen|char_ram~13694_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48154_combout )))) + + .dataa(\text_gen|char_ram~13694_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13708_q ), + .datad(\text_gen|char_ram~48154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48155 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48158 ( +// Equation(s): +// \text_gen|char_ram~48158_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48155_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48157_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48157_combout ), + .datad(\text_gen|char_ram~48155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48158 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48161 ( +// Equation(s): +// \text_gen|char_ram~48161_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48158_combout & ((\text_gen|char_ram~48160_combout ))) # (!\text_gen|char_ram~48158_combout & (\text_gen|char_ram~48153_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48158_combout )))) + + .dataa(\text_gen|char_ram~48153_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48160_combout ), + .datad(\text_gen|char_ram~48158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48161 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13246feeder ( +// Equation(s): +// \text_gen|char_ram~13246feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13246feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13246feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13246feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54700 ( +// Equation(s): +// \text_gen|char_ram~54700_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54700 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y21_N27 +dffeas \text_gen|char_ram~13246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13246feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54666 ( +// Equation(s): +// \text_gen|char_ram~54666_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54666 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y18_N3 +dffeas \text_gen|char_ram~13302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9662feeder ( +// Equation(s): +// \text_gen|char_ram~9662feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9662feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54294 ( +// Equation(s): +// \text_gen|char_ram~54294_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54294 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y21_N13 +dffeas \text_gen|char_ram~9662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9718feeder ( +// Equation(s): +// \text_gen|char_ram~9718feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9718feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54228 ( +// Equation(s): +// \text_gen|char_ram~54228_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54228 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y16_N11 +dffeas \text_gen|char_ram~9718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48162 ( +// Equation(s): +// \text_gen|char_ram~48162_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~9718_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9662_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9662_q ), + .datad(\text_gen|char_ram~9718_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48162 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48163 ( +// Equation(s): +// \text_gen|char_ram~48163_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48162_combout & ((\text_gen|char_ram~13302_q ))) # (!\text_gen|char_ram~48162_combout & (\text_gen|char_ram~13246_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48162_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13246_q ), + .datac(\text_gen|char_ram~13302_q ), + .datad(\text_gen|char_ram~48162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48163 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9732feeder ( +// Equation(s): +// \text_gen|char_ram~9732feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54236 ( +// Equation(s): +// \text_gen|char_ram~54236_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54236 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y12_N11 +dffeas \text_gen|char_ram~9732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54302 ( +// Equation(s): +// \text_gen|char_ram~54302_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54302 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y17_N13 +dffeas \text_gen|char_ram~9676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48169 ( +// Equation(s): +// \text_gen|char_ram~48169_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~9732_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~9676_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9732_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9676_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48169 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54855 ( +// Equation(s): +// \text_gen|char_ram~54855_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54855 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y20_N15 +dffeas \text_gen|char_ram~13316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13260feeder ( +// Equation(s): +// \text_gen|char_ram~13260feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13260feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13260feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13260feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54857 ( +// Equation(s): +// \text_gen|char_ram~54857_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54857 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y20_N13 +dffeas \text_gen|char_ram~13260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13260feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48170 ( +// Equation(s): +// \text_gen|char_ram~48170_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48169_combout & (\text_gen|char_ram~13316_q )) # (!\text_gen|char_ram~48169_combout & ((\text_gen|char_ram~13260_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~48169_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~48169_combout ), + .datac(\text_gen|char_ram~13316_q ), + .datad(\text_gen|char_ram~13260_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48170 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11510feeder ( +// Equation(s): +// \text_gen|char_ram~11510feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11510feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11510feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11510feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53962 ( +// Equation(s): +// \text_gen|char_ram~53962_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53962 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y16_N25 +dffeas \text_gen|char_ram~11510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11510feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54405 ( +// Equation(s): +// \text_gen|char_ram~54405_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54405 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y16_N21 +dffeas \text_gen|char_ram~7926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54409 ( +// Equation(s): +// \text_gen|char_ram~54409_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52736_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54409 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y20_N5 +dffeas \text_gen|char_ram~7870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11454feeder ( +// Equation(s): +// \text_gen|char_ram~11454feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11454feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11454feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11454feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53970 ( +// Equation(s): +// \text_gen|char_ram~53970_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53970 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y21_N7 +dffeas \text_gen|char_ram~11454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11454feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48166 ( +// Equation(s): +// \text_gen|char_ram~48166_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~11454_q ) # (\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7870_q & ((!\vga_c|h_cnt [7])))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~7870_q ), + .datac(\text_gen|char_ram~11454_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48166 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~48166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48167 ( +// Equation(s): +// \text_gen|char_ram~48167_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48166_combout & (\text_gen|char_ram~11510_q )) # (!\text_gen|char_ram~48166_combout & ((\text_gen|char_ram~7926_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48166_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11510_q ), + .datac(\text_gen|char_ram~7926_q ), + .datad(\text_gen|char_ram~48166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48167 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53999 ( +// Equation(s): +// \text_gen|char_ram~53999_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53999 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y20_N29 +dffeas \text_gen|char_ram~11468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54605 ( +// Equation(s): +// \text_gen|char_ram~54605_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54605 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y20_N27 +dffeas \text_gen|char_ram~7884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48164 ( +// Equation(s): +// \text_gen|char_ram~48164_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11468_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7884_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11468_q ), + .datac(\text_gen|char_ram~7884_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48164 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54597 ( +// Equation(s): +// \text_gen|char_ram~54597_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54597 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y24_N15 +dffeas \text_gen|char_ram~7940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54007 ( +// Equation(s): +// \text_gen|char_ram~54007_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54007 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y24_N9 +dffeas \text_gen|char_ram~11524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48165 ( +// Equation(s): +// \text_gen|char_ram~48165_combout = (\text_gen|char_ram~48164_combout & (((\text_gen|char_ram~11524_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~48164_combout & (\text_gen|char_ram~7940_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~48164_combout ), + .datab(\text_gen|char_ram~7940_q ), + .datac(\text_gen|char_ram~11524_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~48165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48165 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48168 ( +// Equation(s): +// \text_gen|char_ram~48168_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~48165_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48167_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48167_combout ), + .datad(\text_gen|char_ram~48165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48168 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48171 ( +// Equation(s): +// \text_gen|char_ram~48171_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48168_combout & ((\text_gen|char_ram~48170_combout ))) # (!\text_gen|char_ram~48168_combout & (\text_gen|char_ram~48163_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48168_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48163_combout ), + .datac(\text_gen|char_ram~48170_combout ), + .datad(\text_gen|char_ram~48168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48171 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55379 ( +// Equation(s): +// \text_gen|char_ram~55379_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55379 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y45_N29 +dffeas \text_gen|char_ram~11076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55797 ( +// Equation(s): +// \text_gen|char_ram~55797_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55797 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y45_N31 +dffeas \text_gen|char_ram~12868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12854feeder ( +// Equation(s): +// \text_gen|char_ram~12854feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12854feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12854feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12854feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55789 ( +// Equation(s): +// \text_gen|char_ram~55789_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55789 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N17 +dffeas \text_gen|char_ram~12854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12854feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55188 ( +// Equation(s): +// \text_gen|char_ram~55188_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55188 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y43_N5 +dffeas \text_gen|char_ram~11062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48179 ( +// Equation(s): +// \text_gen|char_ram~48179_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~12854_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11062_q ))))) + + .dataa(\text_gen|char_ram~12854_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11062_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48179 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48180 ( +// Equation(s): +// \text_gen|char_ram~48180_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48179_combout & ((\text_gen|char_ram~12868_q ))) # (!\text_gen|char_ram~48179_combout & (\text_gen|char_ram~11076_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48179_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11076_q ), + .datac(\text_gen|char_ram~12868_q ), + .datad(\text_gen|char_ram~48179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48180 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55411 ( +// Equation(s): +// \text_gen|char_ram~55411_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55411 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y44_N13 +dffeas \text_gen|char_ram~11020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55846 ( +// Equation(s): +// \text_gen|char_ram~55846_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55846 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y44_N7 +dffeas \text_gen|char_ram~12812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55838 ( +// Equation(s): +// \text_gen|char_ram~55838_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55838 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y43_N21 +dffeas \text_gen|char_ram~12798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55192 ( +// Equation(s): +// \text_gen|char_ram~55192_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55192 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y43_N15 +dffeas \text_gen|char_ram~11006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48172 ( +// Equation(s): +// \text_gen|char_ram~48172_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~12798_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11006_q ))))) + + .dataa(\text_gen|char_ram~12798_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11006_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48172 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48173 ( +// Equation(s): +// \text_gen|char_ram~48173_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48172_combout & ((\text_gen|char_ram~12812_q ))) # (!\text_gen|char_ram~48172_combout & (\text_gen|char_ram~11020_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48172_combout )))) + + .dataa(\text_gen|char_ram~11020_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12812_q ), + .datad(\text_gen|char_ram~48172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48173 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9270feeder ( +// Equation(s): +// \text_gen|char_ram~9270feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55005 ( +// Equation(s): +// \text_gen|char_ram~55005_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55005 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y39_N25 +dffeas \text_gen|char_ram~9270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55018 ( +// Equation(s): +// \text_gen|char_ram~55018_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55018 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y39_N27 +dffeas \text_gen|char_ram~9284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7492feeder ( +// Equation(s): +// \text_gen|char_ram~7492feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7492feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55659 ( +// Equation(s): +// \text_gen|char_ram~55659_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55659 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y46_N3 +dffeas \text_gen|char_ram~7492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55462 ( +// Equation(s): +// \text_gen|char_ram~55462_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55462 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y39_N13 +dffeas \text_gen|char_ram~7478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48174 ( +// Equation(s): +// \text_gen|char_ram~48174_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7492_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~7478_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7492_q ), + .datac(\text_gen|char_ram~7478_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48174 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48175 ( +// Equation(s): +// \text_gen|char_ram~48175_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48174_combout & ((\text_gen|char_ram~9284_q ))) # (!\text_gen|char_ram~48174_combout & (\text_gen|char_ram~9270_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48174_combout )))) + + .dataa(\text_gen|char_ram~9270_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~9284_q ), + .datad(\text_gen|char_ram~48174_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48175 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9214feeder ( +// Equation(s): +// \text_gen|char_ram~9214feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9214feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9214feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9214feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55057 ( +// Equation(s): +// \text_gen|char_ram~55057_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55057 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N23 +dffeas \text_gen|char_ram~9214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9214feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y77_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55066 ( +// Equation(s): +// \text_gen|char_ram~55066_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55066 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N19 +dffeas \text_gen|char_ram~9228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55663 ( +// Equation(s): +// \text_gen|char_ram~55663_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55663 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y43_N9 +dffeas \text_gen|char_ram~7436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55466 ( +// Equation(s): +// \text_gen|char_ram~55466_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55466 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y43_N9 +dffeas \text_gen|char_ram~7422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48176 ( +// Equation(s): +// \text_gen|char_ram~48176_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7436_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~7422_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~7436_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7422_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48176 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48177 ( +// Equation(s): +// \text_gen|char_ram~48177_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48176_combout & ((\text_gen|char_ram~9228_q ))) # (!\text_gen|char_ram~48176_combout & (\text_gen|char_ram~9214_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48176_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9214_q ), + .datac(\text_gen|char_ram~9228_q ), + .datad(\text_gen|char_ram~48176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48177 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48178 ( +// Equation(s): +// \text_gen|char_ram~48178_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~48175_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48177_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48175_combout ), + .datad(\text_gen|char_ram~48177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48178 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48181 ( +// Equation(s): +// \text_gen|char_ram~48181_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48178_combout & (\text_gen|char_ram~48180_combout )) # (!\text_gen|char_ram~48178_combout & ((\text_gen|char_ram~48173_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48178_combout )))) + + .dataa(\text_gen|char_ram~48180_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48173_combout ), + .datad(\text_gen|char_ram~48178_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48181 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48182 ( +// Equation(s): +// \text_gen|char_ram~48182_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~48171_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~48181_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48171_combout ), + .datad(\text_gen|char_ram~48181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48182 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48193 ( +// Equation(s): +// \text_gen|char_ram~48193_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48182_combout & (\text_gen|char_ram~48192_combout )) # (!\text_gen|char_ram~48182_combout & ((\text_gen|char_ram~48161_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48182_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48192_combout ), + .datac(\text_gen|char_ram~48161_combout ), + .datad(\text_gen|char_ram~48182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48193 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10404feeder ( +// Equation(s): +// \text_gen|char_ram~10404feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10404feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10404feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10404feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56343 ( +// Equation(s): +// \text_gen|char_ram~56343_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56343 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N17 +dffeas \text_gen|char_ram~10404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10404feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56346 ( +// Equation(s): +// \text_gen|char_ram~56346_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53057_combout & \text_gen|char_ram~55967_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53057_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56346 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y29_N3 +dffeas \text_gen|char_ram~13988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56407 ( +// Equation(s): +// \text_gen|char_ram~56407_combout = (\text_gen|char_ram~52811_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52811_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56407 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y33_N1 +dffeas \text_gen|char_ram~10348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56410 ( +// Equation(s): +// \text_gen|char_ram~56410_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53301_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56410 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y33_N7 +dffeas \text_gen|char_ram~13932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48232 ( +// Equation(s): +// \text_gen|char_ram~48232_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~13932_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~10348_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~10348_q ), + .datad(\text_gen|char_ram~13932_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48232 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48233 ( +// Equation(s): +// \text_gen|char_ram~48233_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48232_combout & ((\text_gen|char_ram~13988_q ))) # (!\text_gen|char_ram~48232_combout & (\text_gen|char_ram~10404_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48232_combout )))) + + .dataa(\text_gen|char_ram~10404_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13988_q ), + .datad(\text_gen|char_ram~48232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48233 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56376 ( +// Equation(s): +// \text_gen|char_ram~56376_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56376 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y31_N7 +dffeas \text_gen|char_ram~12126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56296 ( +// Equation(s): +// \text_gen|char_ram~56296_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56296 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y31_N1 +dffeas \text_gen|char_ram~12182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8598feeder ( +// Equation(s): +// \text_gen|char_ram~8598feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8598feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8598feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8598feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56297 ( +// Equation(s): +// \text_gen|char_ram~56297_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56297 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y28_N13 +dffeas \text_gen|char_ram~8598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8598feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56377 ( +// Equation(s): +// \text_gen|char_ram~56377_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56377 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y28_N5 +dffeas \text_gen|char_ram~8542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48229 ( +// Equation(s): +// \text_gen|char_ram~48229_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~8598_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~8542_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~8598_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8542_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48229 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48230 ( +// Equation(s): +// \text_gen|char_ram~48230_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48229_combout & ((\text_gen|char_ram~12182_q ))) # (!\text_gen|char_ram~48229_combout & (\text_gen|char_ram~12126_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48229_combout )))) + + .dataa(\text_gen|char_ram~12126_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12182_q ), + .datad(\text_gen|char_ram~48229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48230 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13974feeder ( +// Equation(s): +// \text_gen|char_ram~13974feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13974feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13974feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13974feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56298 ( +// Equation(s): +// \text_gen|char_ram~56298_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53078_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56298 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y27_N15 +dffeas \text_gen|char_ram~13974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13974feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56378 ( +// Equation(s): +// \text_gen|char_ram~56378_combout = (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53100_combout ) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53100_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56378 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y35_N17 +dffeas \text_gen|char_ram~13918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56375 ( +// Equation(s): +// \text_gen|char_ram~56375_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56375 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y35_N3 +dffeas \text_gen|char_ram~10334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48227 ( +// Equation(s): +// \text_gen|char_ram~48227_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~13918_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10334_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13918_q ), + .datac(\text_gen|char_ram~10334_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48227 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10390feeder ( +// Equation(s): +// \text_gen|char_ram~10390feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10390feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10390feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10390feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56295 ( +// Equation(s): +// \text_gen|char_ram~56295_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56295 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y27_N29 +dffeas \text_gen|char_ram~10390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10390feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48228 ( +// Equation(s): +// \text_gen|char_ram~48228_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48227_combout & (\text_gen|char_ram~13974_q )) # (!\text_gen|char_ram~48227_combout & ((\text_gen|char_ram~10390_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48227_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13974_q ), + .datac(\text_gen|char_ram~48227_combout ), + .datad(\text_gen|char_ram~10390_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48228 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48231 ( +// Equation(s): +// \text_gen|char_ram~48231_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~48228_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~48230_combout )))) + + .dataa(\text_gen|char_ram~48230_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~48228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48231 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~48231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56408 ( +// Equation(s): +// \text_gen|char_ram~56408_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53301_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56408 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y43_N17 +dffeas \text_gen|char_ram~12140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56344 ( +// Equation(s): +// \text_gen|char_ram~56344_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~53057_combout & (\text_gen|char_ram~55969_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~53057_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56344 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y29_N21 +dffeas \text_gen|char_ram~12196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56409 ( +// Equation(s): +// \text_gen|char_ram~56409_combout = (\text_gen|char_ram~52811_combout & \text_gen|char_ram~55969_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52811_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56409 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y33_N17 +dffeas \text_gen|char_ram~8556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56345 ( +// Equation(s): +// \text_gen|char_ram~56345_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52722_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~55969_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~52722_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56345 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y29_N17 +dffeas \text_gen|char_ram~8612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48225 ( +// Equation(s): +// \text_gen|char_ram~48225_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~8612_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8556_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8556_q ), + .datad(\text_gen|char_ram~8612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48225 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48226 ( +// Equation(s): +// \text_gen|char_ram~48226_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48225_combout & ((\text_gen|char_ram~12196_q ))) # (!\text_gen|char_ram~48225_combout & (\text_gen|char_ram~12140_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48225_combout )))) + + .dataa(\text_gen|char_ram~12140_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12196_q ), + .datad(\text_gen|char_ram~48225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48226 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48234 ( +// Equation(s): +// \text_gen|char_ram~48234_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48231_combout & (\text_gen|char_ram~48233_combout )) # (!\text_gen|char_ram~48231_combout & ((\text_gen|char_ram~48226_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48231_combout )))) + + .dataa(\text_gen|char_ram~48233_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48231_combout ), + .datad(\text_gen|char_ram~48226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48234 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~48234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53697 ( +// Equation(s): +// \text_gen|char_ram~53697_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53697 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y64_N29 +dffeas \text_gen|char_ram~13540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53694 ( +// Equation(s): +// \text_gen|char_ram~53694_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53694 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y64_N31 +dffeas \text_gen|char_ram~13526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53300 ( +// Equation(s): +// \text_gen|char_ram~53300_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~53059_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53300 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y61_N7 +dffeas \text_gen|char_ram~11748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53079 ( +// Equation(s): +// \text_gen|char_ram~53079_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~53059_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53079 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y65_N31 +dffeas \text_gen|char_ram~11734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y65_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48201 ( +// Equation(s): +// \text_gen|char_ram~48201_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~11748_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~11734_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11748_q ), + .datac(\text_gen|char_ram~11734_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48201 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y64_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48202 ( +// Equation(s): +// \text_gen|char_ram~48202_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48201_combout & (\text_gen|char_ram~13540_q )) # (!\text_gen|char_ram~48201_combout & ((\text_gen|char_ram~13526_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48201_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~13540_q ), + .datac(\text_gen|char_ram~13526_q ), + .datad(\text_gen|char_ram~48201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48202 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53438 ( +// Equation(s): +// \text_gen|char_ram~53438_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52722_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53059_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~52722_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53438 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y60_N1 +dffeas \text_gen|char_ram~8164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52803 ( +// Equation(s): +// \text_gen|char_ram~52803_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52722_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52722_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52803 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y60_N25 +dffeas \text_gen|char_ram~9956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52748 ( +// Equation(s): +// \text_gen|char_ram~52748_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52748 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y57_N27 +dffeas \text_gen|char_ram~9942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53436 ( +// Equation(s): +// \text_gen|char_ram~53436_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53436 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y60_N13 +dffeas \text_gen|char_ram~8150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48194 ( +// Equation(s): +// \text_gen|char_ram~48194_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9942_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8150_q ))))) + + .dataa(\text_gen|char_ram~9942_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8150_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48194 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48195 ( +// Equation(s): +// \text_gen|char_ram~48195_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48194_combout & ((\text_gen|char_ram~9956_q ))) # (!\text_gen|char_ram~48194_combout & (\text_gen|char_ram~8164_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48194_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8164_q ), + .datac(\text_gen|char_ram~9956_q ), + .datad(\text_gen|char_ram~48194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48195 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8108feeder ( +// Equation(s): +// \text_gen|char_ram~8108feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53504 ( +// Equation(s): +// \text_gen|char_ram~53504_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52811_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53504 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y54_N11 +dffeas \text_gen|char_ram~8108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52814 ( +// Equation(s): +// \text_gen|char_ram~52814_combout = (\text_gen|char_ram~52811_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52811_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52814 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y56_N13 +dffeas \text_gen|char_ram~9900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y80_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52749 ( +// Equation(s): +// \text_gen|char_ram~52749_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52749 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N1 +dffeas \text_gen|char_ram~9886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53502 ( +// Equation(s): +// \text_gen|char_ram~53502_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53502 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N21 +dffeas \text_gen|char_ram~8094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48198 ( +// Equation(s): +// \text_gen|char_ram~48198_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9886_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8094_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9886_q ), + .datac(\text_gen|char_ram~8094_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48198 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48199 ( +// Equation(s): +// \text_gen|char_ram~48199_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48198_combout & ((\text_gen|char_ram~9900_q ))) # (!\text_gen|char_ram~48198_combout & (\text_gen|char_ram~8108_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48198_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8108_q ), + .datac(\text_gen|char_ram~9900_q ), + .datad(\text_gen|char_ram~48198_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48199 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13470feeder ( +// Equation(s): +// \text_gen|char_ram~13470feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53775 ( +// Equation(s): +// \text_gen|char_ram~53775_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53775 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y55_N19 +dffeas \text_gen|char_ram~13470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53778 ( +// Equation(s): +// \text_gen|char_ram~53778_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~52733_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53301_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53778 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y21_N13 +dffeas \text_gen|char_ram~13484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53118 ( +// Equation(s): +// \text_gen|char_ram~53118_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53118 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y36_N27 +dffeas \text_gen|char_ram~11678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53303 ( +// Equation(s): +// \text_gen|char_ram~53303_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53301_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53303 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y58_N25 +dffeas \text_gen|char_ram~11692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48196 ( +// Equation(s): +// \text_gen|char_ram~48196_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~11692_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11678_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11678_q ), + .datad(\text_gen|char_ram~11692_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48196 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48197 ( +// Equation(s): +// \text_gen|char_ram~48197_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48196_combout & ((\text_gen|char_ram~13484_q ))) # (!\text_gen|char_ram~48196_combout & (\text_gen|char_ram~13470_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48196_combout )))) + + .dataa(\text_gen|char_ram~13470_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13484_q ), + .datad(\text_gen|char_ram~48196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48197 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48200 ( +// Equation(s): +// \text_gen|char_ram~48200_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48197_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48199_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48199_combout ), + .datad(\text_gen|char_ram~48197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48200 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48203 ( +// Equation(s): +// \text_gen|char_ram~48203_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48200_combout & (\text_gen|char_ram~48202_combout )) # (!\text_gen|char_ram~48200_combout & ((\text_gen|char_ram~48195_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48200_combout )))) + + .dataa(\text_gen|char_ram~48202_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48195_combout ), + .datad(\text_gen|char_ram~48200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48203 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10796feeder ( +// Equation(s): +// \text_gen|char_ram~10796feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55412 ( +// Equation(s): +// \text_gen|char_ram~55412_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53301_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55412 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y51_N17 +dffeas \text_gen|char_ram~10796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55847 ( +// Equation(s): +// \text_gen|char_ram~55847_combout = (\text_gen|char_ram~53301_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53301_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55847 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y40_N29 +dffeas \text_gen|char_ram~12588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55194 ( +// Equation(s): +// \text_gen|char_ram~55194_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55194 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y43_N29 +dffeas \text_gen|char_ram~10782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55839 ( +// Equation(s): +// \text_gen|char_ram~55839_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55839 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y43_N13 +dffeas \text_gen|char_ram~12574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48214 ( +// Equation(s): +// \text_gen|char_ram~48214_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12574_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10782_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10782_q ), + .datad(\text_gen|char_ram~12574_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48214 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48215 ( +// Equation(s): +// \text_gen|char_ram~48215_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48214_combout & ((\text_gen|char_ram~12588_q ))) # (!\text_gen|char_ram~48214_combout & (\text_gen|char_ram~10796_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48214_combout )))) + + .dataa(\text_gen|char_ram~10796_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12588_q ), + .datad(\text_gen|char_ram~48214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48215 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55380 ( +// Equation(s): +// \text_gen|char_ram~55380_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55380 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y51_N5 +dffeas \text_gen|char_ram~10852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55798 ( +// Equation(s): +// \text_gen|char_ram~55798_combout = (\text_gen|char_ram~53057_combout & (\text_gen|char_ram~54986_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55798 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y48_N23 +dffeas \text_gen|char_ram~12644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55190 ( +// Equation(s): +// \text_gen|char_ram~55190_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53078_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~53078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55190 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N15 +dffeas \text_gen|char_ram~10838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12630feeder ( +// Equation(s): +// \text_gen|char_ram~12630feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12630feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12630feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12630feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55790 ( +// Equation(s): +// \text_gen|char_ram~55790_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53078_combout ) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55790 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N15 +dffeas \text_gen|char_ram~12630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12630feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48221 ( +// Equation(s): +// \text_gen|char_ram~48221_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~12630_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~10838_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~10838_q ), + .datad(\text_gen|char_ram~12630_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48221 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48222 ( +// Equation(s): +// \text_gen|char_ram~48222_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48221_combout & ((\text_gen|char_ram~12644_q ))) # (!\text_gen|char_ram~48221_combout & (\text_gen|char_ram~10852_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48221_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10852_q ), + .datac(\text_gen|char_ram~12644_q ), + .datad(\text_gen|char_ram~48221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48222 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55059 ( +// Equation(s): +// \text_gen|char_ram~55059_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55059 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y39_N21 +dffeas \text_gen|char_ram~8990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55067 ( +// Equation(s): +// \text_gen|char_ram~55067_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52811_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55067 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y39_N21 +dffeas \text_gen|char_ram~9004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55665 ( +// Equation(s): +// \text_gen|char_ram~55665_combout = (\text_gen|char_ram~52811_combout & \text_gen|char_ram~55187_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52811_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55665 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y47_N13 +dffeas \text_gen|char_ram~7212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55467 ( +// Equation(s): +// \text_gen|char_ram~55467_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55467 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y43_N27 +dffeas \text_gen|char_ram~7198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48218 ( +// Equation(s): +// \text_gen|char_ram~48218_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7212_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~7198_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7212_q ), + .datac(\text_gen|char_ram~7198_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48218 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48219 ( +// Equation(s): +// \text_gen|char_ram~48219_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48218_combout & ((\text_gen|char_ram~9004_q ))) # (!\text_gen|char_ram~48218_combout & (\text_gen|char_ram~8990_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48218_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~8990_q ), + .datac(\text_gen|char_ram~9004_q ), + .datad(\text_gen|char_ram~48218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48219 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55006 ( +// Equation(s): +// \text_gen|char_ram~55006_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55006 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y35_N25 +dffeas \text_gen|char_ram~9046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55019 ( +// Equation(s): +// \text_gen|char_ram~55019_combout = (\text_gen|char_ram~52722_combout & (\text_gen|char_ram~54986_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~52722_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55019 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y39_N19 +dffeas \text_gen|char_ram~9060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55464 ( +// Equation(s): +// \text_gen|char_ram~55464_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55464 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N5 +dffeas \text_gen|char_ram~7254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55661 ( +// Equation(s): +// \text_gen|char_ram~55661_combout = (\text_gen|char_ram~52722_combout & (\text_gen|char_ram~55187_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~52722_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55661 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N5 +dffeas \text_gen|char_ram~7268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48216 ( +// Equation(s): +// \text_gen|char_ram~48216_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7268_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7254_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7254_q ), + .datad(\text_gen|char_ram~7268_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48216 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48217 ( +// Equation(s): +// \text_gen|char_ram~48217_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48216_combout & ((\text_gen|char_ram~9060_q ))) # (!\text_gen|char_ram~48216_combout & (\text_gen|char_ram~9046_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48216_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9046_q ), + .datac(\text_gen|char_ram~9060_q ), + .datad(\text_gen|char_ram~48216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48217 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48220 ( +// Equation(s): +// \text_gen|char_ram~48220_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~48217_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48219_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48219_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~48217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48220 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~48220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48223 ( +// Equation(s): +// \text_gen|char_ram~48223_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48220_combout & ((\text_gen|char_ram~48222_combout ))) # (!\text_gen|char_ram~48220_combout & (\text_gen|char_ram~48215_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48220_combout )))) + + .dataa(\text_gen|char_ram~48215_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48222_combout ), + .datad(\text_gen|char_ram~48220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48223 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13036feeder ( +// Equation(s): +// \text_gen|char_ram~13036feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13036feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13036feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13036feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54865 ( +// Equation(s): +// \text_gen|char_ram~54865_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53301_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54865 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y10_N25 +dffeas \text_gen|char_ram~13036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13036feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54863 ( +// Equation(s): +// \text_gen|char_ram~54863_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53057_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54863 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y10_N25 +dffeas \text_gen|char_ram~13092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54303 ( +// Equation(s): +// \text_gen|char_ram~54303_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52811_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54303 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y10_N3 +dffeas \text_gen|char_ram~9452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y8_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54237 ( +// Equation(s): +// \text_gen|char_ram~54237_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54237 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y10_N29 +dffeas \text_gen|char_ram~9508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48211 ( +// Equation(s): +// \text_gen|char_ram~48211_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9508_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~9452_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~9452_q ), + .datad(\text_gen|char_ram~9508_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48211 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48212 ( +// Equation(s): +// \text_gen|char_ram~48212_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48211_combout & ((\text_gen|char_ram~13092_q ))) # (!\text_gen|char_ram~48211_combout & (\text_gen|char_ram~13036_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48211_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13036_q ), + .datac(\text_gen|char_ram~13092_q ), + .datad(\text_gen|char_ram~48211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48212 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7702feeder ( +// Equation(s): +// \text_gen|char_ram~7702feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7702feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7702feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7702feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54407 ( +// Equation(s): +// \text_gen|char_ram~54407_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54407 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y16_N1 +dffeas \text_gen|char_ram~7702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7702feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53963 ( +// Equation(s): +// \text_gen|char_ram~53963_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~53881_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53078_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53963 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y19_N19 +dffeas \text_gen|char_ram~11286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54411 ( +// Equation(s): +// \text_gen|char_ram~54411_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54411 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N15 +dffeas \text_gen|char_ram~7646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11230feeder ( +// Equation(s): +// \text_gen|char_ram~11230feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53971 ( +// Equation(s): +// \text_gen|char_ram~53971_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53100_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53100_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53971 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N25 +dffeas \text_gen|char_ram~11230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48208 ( +// Equation(s): +// \text_gen|char_ram~48208_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~11230_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7646_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7646_q ), + .datad(\text_gen|char_ram~11230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48208 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48209 ( +// Equation(s): +// \text_gen|char_ram~48209_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48208_combout & ((\text_gen|char_ram~11286_q ))) # (!\text_gen|char_ram~48208_combout & (\text_gen|char_ram~7702_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48208_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7702_q ), + .datac(\text_gen|char_ram~11286_q ), + .datad(\text_gen|char_ram~48208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48209 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54599 ( +// Equation(s): +// \text_gen|char_ram~54599_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52722_combout ))) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54599 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y20_N9 +dffeas \text_gen|char_ram~7716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53995 ( +// Equation(s): +// \text_gen|char_ram~53995_combout = (\text_gen|char_ram~53057_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53057_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53995 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y17_N25 +dffeas \text_gen|char_ram~11300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54003 ( +// Equation(s): +// \text_gen|char_ram~54003_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53301_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54003 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y16_N11 +dffeas \text_gen|char_ram~11244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54607 ( +// Equation(s): +// \text_gen|char_ram~54607_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52811_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54607 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y16_N25 +dffeas \text_gen|char_ram~7660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48206 ( +// Equation(s): +// \text_gen|char_ram~48206_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11244_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7660_q ))))) + + .dataa(\text_gen|char_ram~11244_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7660_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48206 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48207 ( +// Equation(s): +// \text_gen|char_ram~48207_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48206_combout & ((\text_gen|char_ram~11300_q ))) # (!\text_gen|char_ram~48206_combout & (\text_gen|char_ram~7716_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48206_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7716_q ), + .datac(\text_gen|char_ram~11300_q ), + .datad(\text_gen|char_ram~48206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48207 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48210 ( +// Equation(s): +// \text_gen|char_ram~48210_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~48207_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~48209_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48209_combout ), + .datad(\text_gen|char_ram~48207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48210 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54704 ( +// Equation(s): +// \text_gen|char_ram~54704_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53100_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54704 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N29 +dffeas \text_gen|char_ram~13022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54671 ( +// Equation(s): +// \text_gen|char_ram~54671_combout = (\text_gen|char_ram~53078_combout & \text_gen|char_ram~54206_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53078_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54671 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y13_N9 +dffeas \text_gen|char_ram~13078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54295 ( +// Equation(s): +// \text_gen|char_ram~54295_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54295 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y36_N21 +dffeas \text_gen|char_ram~9438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54229 ( +// Equation(s): +// \text_gen|char_ram~54229_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54229 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N5 +dffeas \text_gen|char_ram~9494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48204 ( +// Equation(s): +// \text_gen|char_ram~48204_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~9494_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9438_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9438_q ), + .datad(\text_gen|char_ram~9494_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48204 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48205 ( +// Equation(s): +// \text_gen|char_ram~48205_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48204_combout & ((\text_gen|char_ram~13078_q ))) # (!\text_gen|char_ram~48204_combout & (\text_gen|char_ram~13022_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48204_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13022_q ), + .datac(\text_gen|char_ram~13078_q ), + .datad(\text_gen|char_ram~48204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48205 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48213 ( +// Equation(s): +// \text_gen|char_ram~48213_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48210_combout & (\text_gen|char_ram~48212_combout )) # (!\text_gen|char_ram~48210_combout & ((\text_gen|char_ram~48205_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~48210_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48212_combout ), + .datac(\text_gen|char_ram~48210_combout ), + .datad(\text_gen|char_ram~48205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48213 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48224 ( +// Equation(s): +// \text_gen|char_ram~48224_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~48213_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~48223_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48223_combout ), + .datad(\text_gen|char_ram~48213_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48224 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48235 ( +// Equation(s): +// \text_gen|char_ram~48235_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~48224_combout & (\text_gen|char_ram~48234_combout )) # (!\text_gen|char_ram~48224_combout & ((\text_gen|char_ram~48203_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~48224_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~48234_combout ), + .datac(\text_gen|char_ram~48203_combout ), + .datad(\text_gen|char_ram~48224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48235 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48236 ( +// Equation(s): +// \text_gen|char_ram~48236_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~48193_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~48235_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~48193_combout ), + .datad(\text_gen|char_ram~48235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48236 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48279 ( +// Equation(s): +// \text_gen|char_ram~48279_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48236_combout & (\text_gen|char_ram~48278_combout )) # (!\text_gen|char_ram~48236_combout & ((\text_gen|char_ram~48151_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48236_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48278_combout ), + .datac(\text_gen|char_ram~48151_combout ), + .datad(\text_gen|char_ram~48236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48279 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48450 ( +// Equation(s): +// \text_gen|char_ram~48450_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~48279_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~48449_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~48449_combout ), + .datad(\text_gen|char_ram~48279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48450 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20372feeder ( +// Equation(s): +// \text_gen|char_ram~20372feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20372feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54871 ( +// Equation(s): +// \text_gen|char_ram~54871_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54871 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y8_N25 +dffeas \text_gen|char_ram~20372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54883 ( +// Equation(s): +// \text_gen|char_ram~54883_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54883 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y10_N5 +dffeas \text_gen|char_ram~20596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20484feeder ( +// Equation(s): +// \text_gen|char_ram~20484feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20484feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54875 ( +// Equation(s): +// \text_gen|char_ram~54875_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54875 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y10_N19 +dffeas \text_gen|char_ram~20484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54879 ( +// Equation(s): +// \text_gen|char_ram~54879_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54879 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y10_N25 +dffeas \text_gen|char_ram~20260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47978 ( +// Equation(s): +// \text_gen|char_ram~47978_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20484_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~20260_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~20484_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20260_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47978 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47979 ( +// Equation(s): +// \text_gen|char_ram~47979_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47978_combout & ((\text_gen|char_ram~20596_q ))) # (!\text_gen|char_ram~47978_combout & (\text_gen|char_ram~20372_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47978_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20372_q ), + .datac(\text_gen|char_ram~20596_q ), + .datad(\text_gen|char_ram~47978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47979 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54662 ( +// Equation(s): +// \text_gen|char_ram~54662_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54662 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y11_N21 +dffeas \text_gen|char_ram~20358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54674 ( +// Equation(s): +// \text_gen|char_ram~54674_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54674 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y10_N31 +dffeas \text_gen|char_ram~20582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54665 ( +// Equation(s): +// \text_gen|char_ram~54665_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54665 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y13_N5 +dffeas \text_gen|char_ram~20470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54670 ( +// Equation(s): +// \text_gen|char_ram~54670_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54206_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54670 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y10_N3 +dffeas \text_gen|char_ram~20246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47971 ( +// Equation(s): +// \text_gen|char_ram~47971_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20470_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~20246_q +// ))))) + + .dataa(\text_gen|char_ram~20470_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20246_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47971 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47972 ( +// Equation(s): +// \text_gen|char_ram~47972_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47971_combout & ((\text_gen|char_ram~20582_q ))) # (!\text_gen|char_ram~47971_combout & (\text_gen|char_ram~20358_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47971_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20358_q ), + .datac(\text_gen|char_ram~20582_q ), + .datad(\text_gen|char_ram~47971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47972 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54707 ( +// Equation(s): +// \text_gen|char_ram~54707_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54707 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N17 +dffeas \text_gen|char_ram~20526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20414feeder ( +// Equation(s): +// \text_gen|char_ram~20414feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20414feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20414feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20414feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54699 ( +// Equation(s): +// \text_gen|char_ram~54699_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54699 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N11 +dffeas \text_gen|char_ram~20414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20414feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54695 ( +// Equation(s): +// \text_gen|char_ram~54695_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54695 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N1 +dffeas \text_gen|char_ram~20302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54703 ( +// Equation(s): +// \text_gen|char_ram~54703_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54703 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N27 +dffeas \text_gen|char_ram~20190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47975 ( +// Equation(s): +// \text_gen|char_ram~47975_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~20302_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~20190_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20302_q ), + .datac(\text_gen|char_ram~20190_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47975 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47976 ( +// Equation(s): +// \text_gen|char_ram~47976_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47975_combout & (\text_gen|char_ram~20526_q )) # (!\text_gen|char_ram~47975_combout & ((\text_gen|char_ram~20414_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47975_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20526_q ), + .datac(\text_gen|char_ram~20414_q ), + .datad(\text_gen|char_ram~47975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47976 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20316feeder ( +// Equation(s): +// \text_gen|char_ram~20316feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20316feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20316feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20316feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54873 ( +// Equation(s): +// \text_gen|char_ram~54873_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54873 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N1 +dffeas \text_gen|char_ram~20316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20316feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54881 ( +// Equation(s): +// \text_gen|char_ram~54881_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~53318_combout ) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54881 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y17_N27 +dffeas \text_gen|char_ram~20204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47973 ( +// Equation(s): +// \text_gen|char_ram~47973_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~20316_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~20204_q +// ))))) + + .dataa(\text_gen|char_ram~20316_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20204_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47973 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54877 ( +// Equation(s): +// \text_gen|char_ram~54877_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54877 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y17_N11 +dffeas \text_gen|char_ram~20428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54885 ( +// Equation(s): +// \text_gen|char_ram~54885_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54885 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y17_N23 +dffeas \text_gen|char_ram~20540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47974 ( +// Equation(s): +// \text_gen|char_ram~47974_combout = (\text_gen|char_ram~47973_combout & (((\text_gen|char_ram~20540_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~47973_combout & (\text_gen|char_ram~20428_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~47973_combout ), + .datab(\text_gen|char_ram~20428_q ), + .datac(\text_gen|char_ram~20540_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47974 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47977 ( +// Equation(s): +// \text_gen|char_ram~47977_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7]) # (\text_gen|char_ram~47974_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~47976_combout & (!\vga_c|h_cnt [7]))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47976_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~47974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47977 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~47977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47980 ( +// Equation(s): +// \text_gen|char_ram~47980_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47977_combout & (\text_gen|char_ram~47979_combout )) # (!\text_gen|char_ram~47977_combout & ((\text_gen|char_ram~47972_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47977_combout )))) + + .dataa(\text_gen|char_ram~47979_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47972_combout ), + .datad(\text_gen|char_ram~47977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47980 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53943 ( +// Equation(s): +// \text_gen|char_ram~53943_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53943 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y17_N27 +dffeas \text_gen|char_ram~18748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53931 ( +// Equation(s): +// \text_gen|char_ram~53931_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52810_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53931 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y21_N25 +dffeas \text_gen|char_ram~18636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18524feeder ( +// Equation(s): +// \text_gen|char_ram~18524feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18524feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18524feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18524feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53935 ( +// Equation(s): +// \text_gen|char_ram~53935_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53935 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N19 +dffeas \text_gen|char_ram~18524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18524feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53939 ( +// Equation(s): +// \text_gen|char_ram~53939_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53318_combout ) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53939 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y17_N19 +dffeas \text_gen|char_ram~18412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47940 ( +// Equation(s): +// \text_gen|char_ram~47940_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18524_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18412_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18524_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18412_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47940 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47941 ( +// Equation(s): +// \text_gen|char_ram~47941_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47940_combout & (\text_gen|char_ram~18748_q )) # (!\text_gen|char_ram~47940_combout & ((\text_gen|char_ram~18636_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47940_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18748_q ), + .datac(\text_gen|char_ram~18636_q ), + .datad(\text_gen|char_ram~47940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47941 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53903 ( +// Equation(s): +// \text_gen|char_ram~53903_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53903 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y16_N31 +dffeas \text_gen|char_ram~18622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53902 ( +// Equation(s): +// \text_gen|char_ram~53902_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53902 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y16_N5 +dffeas \text_gen|char_ram~18734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53907 ( +// Equation(s): +// \text_gen|char_ram~53907_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53907 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y18_N9 +dffeas \text_gen|char_ram~18398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18510feeder ( +// Equation(s): +// \text_gen|char_ram~18510feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18510feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18510feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18510feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53906 ( +// Equation(s): +// \text_gen|char_ram~53906_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53906 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y18_N23 +dffeas \text_gen|char_ram~18510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18510feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47944 ( +// Equation(s): +// \text_gen|char_ram~47944_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~18510_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18398_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18398_q ), + .datad(\text_gen|char_ram~18510_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47944 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47945 ( +// Equation(s): +// \text_gen|char_ram~47945_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47944_combout & ((\text_gen|char_ram~18734_q ))) # (!\text_gen|char_ram~47944_combout & (\text_gen|char_ram~18622_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47944_combout )))) + + .dataa(\text_gen|char_ram~18622_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18734_q ), + .datad(\text_gen|char_ram~47944_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47945 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53898 ( +// Equation(s): +// \text_gen|char_ram~53898_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53898 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y12_N7 +dffeas \text_gen|char_ram~18566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53910 ( +// Equation(s): +// \text_gen|char_ram~53910_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53910 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N13 +dffeas \text_gen|char_ram~18790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18454feeder ( +// Equation(s): +// \text_gen|char_ram~18454feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18454feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18454feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18454feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53899 ( +// Equation(s): +// \text_gen|char_ram~53899_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53899 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y13_N7 +dffeas \text_gen|char_ram~18454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18454feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53911 ( +// Equation(s): +// \text_gen|char_ram~53911_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53911 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N7 +dffeas \text_gen|char_ram~18678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47942 ( +// Equation(s): +// \text_gen|char_ram~47942_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~18678_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18454_q +// )))) + + .dataa(\text_gen|char_ram~18454_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18678_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47942 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~47942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47943 ( +// Equation(s): +// \text_gen|char_ram~47943_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47942_combout & ((\text_gen|char_ram~18790_q ))) # (!\text_gen|char_ram~47942_combout & (\text_gen|char_ram~18566_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47942_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18566_q ), + .datac(\text_gen|char_ram~18790_q ), + .datad(\text_gen|char_ram~47942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47943 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47946 ( +// Equation(s): +// \text_gen|char_ram~47946_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~47943_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47945_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47945_combout ), + .datad(\text_gen|char_ram~47943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47946 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53933 ( +// Equation(s): +// \text_gen|char_ram~53933_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53933 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y22_N7 +dffeas \text_gen|char_ram~18580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53941 ( +// Equation(s): +// \text_gen|char_ram~53941_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53941 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y16_N29 +dffeas \text_gen|char_ram~18804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53937 ( +// Equation(s): +// \text_gen|char_ram~53937_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53937 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y16_N15 +dffeas \text_gen|char_ram~18468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53929 ( +// Equation(s): +// \text_gen|char_ram~53929_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53929 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y16_N27 +dffeas \text_gen|char_ram~18692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47947 ( +// Equation(s): +// \text_gen|char_ram~47947_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~18692_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18468_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18468_q ), + .datad(\text_gen|char_ram~18692_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47947 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47948 ( +// Equation(s): +// \text_gen|char_ram~47948_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47947_combout & ((\text_gen|char_ram~18804_q ))) # (!\text_gen|char_ram~47947_combout & (\text_gen|char_ram~18580_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47947_combout )))) + + .dataa(\text_gen|char_ram~18580_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18804_q ), + .datad(\text_gen|char_ram~47947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47948 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47949 ( +// Equation(s): +// \text_gen|char_ram~47949_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47946_combout & ((\text_gen|char_ram~47948_combout ))) # (!\text_gen|char_ram~47946_combout & (\text_gen|char_ram~47941_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47946_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47941_combout ), + .datac(\text_gen|char_ram~47946_combout ), + .datad(\text_gen|char_ram~47948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47949 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15038feeder ( +// Equation(s): +// \text_gen|char_ram~15038feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15038feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15038feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15038feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54443 ( +// Equation(s): +// \text_gen|char_ram~54443_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54443 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y21_N11 +dffeas \text_gen|char_ram~15038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15038feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54446 ( +// Equation(s): +// \text_gen|char_ram~54446_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54446 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y28_N25 +dffeas \text_gen|char_ram~15150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54445 ( +// Equation(s): +// \text_gen|char_ram~54445_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54445 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y28_N7 +dffeas \text_gen|char_ram~14814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54444 ( +// Equation(s): +// \text_gen|char_ram~54444_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53881_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54444 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y28_N29 +dffeas \text_gen|char_ram~14926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47964 ( +// Equation(s): +// \text_gen|char_ram~47964_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14926_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14814_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14814_q ), + .datad(\text_gen|char_ram~14926_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47964 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47965 ( +// Equation(s): +// \text_gen|char_ram~47965_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47964_combout & ((\text_gen|char_ram~15150_q ))) # (!\text_gen|char_ram~47964_combout & (\text_gen|char_ram~15038_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47964_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15038_q ), + .datac(\text_gen|char_ram~15150_q ), + .datad(\text_gen|char_ram~47964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47965 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14982feeder ( +// Equation(s): +// \text_gen|char_ram~14982feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54418 ( +// Equation(s): +// \text_gen|char_ram~54418_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~53881_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54418 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y18_N25 +dffeas \text_gen|char_ram~14982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54420 ( +// Equation(s): +// \text_gen|char_ram~54420_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54420 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y18_N29 +dffeas \text_gen|char_ram~15206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54419 ( +// Equation(s): +// \text_gen|char_ram~54419_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54419 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y18_N11 +dffeas \text_gen|char_ram~14870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15094feeder ( +// Equation(s): +// \text_gen|char_ram~15094feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15094feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15094feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15094feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54417 ( +// Equation(s): +// \text_gen|char_ram~54417_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53881_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54417 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y17_N15 +dffeas \text_gen|char_ram~15094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15094feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47962 ( +// Equation(s): +// \text_gen|char_ram~47962_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15094_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14870_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14870_q ), + .datad(\text_gen|char_ram~15094_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47962 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47963 ( +// Equation(s): +// \text_gen|char_ram~47963_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47962_combout & ((\text_gen|char_ram~15206_q ))) # (!\text_gen|char_ram~47962_combout & (\text_gen|char_ram~14982_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47962_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14982_q ), + .datac(\text_gen|char_ram~15206_q ), + .datad(\text_gen|char_ram~47962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47963 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47966 ( +// Equation(s): +// \text_gen|char_ram~47966_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~47963_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~47965_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47965_combout ), + .datad(\text_gen|char_ram~47963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47966 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14996feeder ( +// Equation(s): +// \text_gen|char_ram~14996feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14996feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14996feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14996feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54641 ( +// Equation(s): +// \text_gen|char_ram~54641_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53881_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54641 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y16_N1 +dffeas \text_gen|char_ram~14996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14996feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54644 ( +// Equation(s): +// \text_gen|char_ram~54644_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54644 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y16_N13 +dffeas \text_gen|char_ram~15220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54643 ( +// Equation(s): +// \text_gen|char_ram~54643_combout = (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52821_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54643 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y16_N7 +dffeas \text_gen|char_ram~14884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15108feeder ( +// Equation(s): +// \text_gen|char_ram~15108feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54642 ( +// Equation(s): +// \text_gen|char_ram~54642_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54642 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y20_N7 +dffeas \text_gen|char_ram~15108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47967 ( +// Equation(s): +// \text_gen|char_ram~47967_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15108_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14884_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14884_q ), + .datad(\text_gen|char_ram~15108_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47967 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47968 ( +// Equation(s): +// \text_gen|char_ram~47968_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47967_combout & ((\text_gen|char_ram~15220_q ))) # (!\text_gen|char_ram~47967_combout & (\text_gen|char_ram~14996_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47967_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14996_q ), + .datac(\text_gen|char_ram~15220_q ), + .datad(\text_gen|char_ram~47967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47968 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54634 ( +// Equation(s): +// \text_gen|char_ram~54634_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52810_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54634 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y17_N29 +dffeas \text_gen|char_ram~15052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54635 ( +// Equation(s): +// \text_gen|char_ram~54635_combout = (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54635 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y17_N29 +dffeas \text_gen|char_ram~14828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54633 ( +// Equation(s): +// \text_gen|char_ram~54633_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53881_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53881_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54633 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y17_N21 +dffeas \text_gen|char_ram~14940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47960 ( +// Equation(s): +// \text_gen|char_ram~47960_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14940_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14828_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14828_q ), + .datad(\text_gen|char_ram~14940_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47960 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54636 ( +// Equation(s): +// \text_gen|char_ram~54636_combout = (\text_gen|char_ram~53881_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~53881_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54636 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y17_N7 +dffeas \text_gen|char_ram~15164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47961 ( +// Equation(s): +// \text_gen|char_ram~47961_combout = (\text_gen|char_ram~47960_combout & (((\text_gen|char_ram~15164_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~47960_combout & (\text_gen|char_ram~15052_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~15052_q ), + .datab(\text_gen|char_ram~47960_combout ), + .datac(\text_gen|char_ram~15164_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47961 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47969 ( +// Equation(s): +// \text_gen|char_ram~47969_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47966_combout & (\text_gen|char_ram~47968_combout )) # (!\text_gen|char_ram~47966_combout & ((\text_gen|char_ram~47961_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~47966_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47966_combout ), + .datac(\text_gen|char_ram~47968_combout ), + .datad(\text_gen|char_ram~47961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47969 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54285 ( +// Equation(s): +// \text_gen|char_ram~54285_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54285 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N17 +dffeas \text_gen|char_ram~16732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54287 ( +// Equation(s): +// \text_gen|char_ram~54287_combout = (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54287 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y20_N23 +dffeas \text_gen|char_ram~16620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47952 ( +// Equation(s): +// \text_gen|char_ram~47952_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16732_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16620_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16732_q ), + .datac(\text_gen|char_ram~16620_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47952 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16844feeder ( +// Equation(s): +// \text_gen|char_ram~16844feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16844feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54286 ( +// Equation(s): +// \text_gen|char_ram~54286_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54286 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y20_N27 +dffeas \text_gen|char_ram~16844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54288 ( +// Equation(s): +// \text_gen|char_ram~54288_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54288 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y20_N5 +dffeas \text_gen|char_ram~16956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47953 ( +// Equation(s): +// \text_gen|char_ram~47953_combout = (\text_gen|char_ram~47952_combout & (((\text_gen|char_ram~16956_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~47952_combout & (\text_gen|char_ram~16844_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~47952_combout ), + .datab(\text_gen|char_ram~16844_q ), + .datac(\text_gen|char_ram~16956_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47953 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54274 ( +// Equation(s): +// \text_gen|char_ram~54274_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54274 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y20_N19 +dffeas \text_gen|char_ram~16830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54276 ( +// Equation(s): +// \text_gen|char_ram~54276_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54276 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y20_N1 +dffeas \text_gen|char_ram~16942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54275 ( +// Equation(s): +// \text_gen|char_ram~54275_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54275 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y20_N21 +dffeas \text_gen|char_ram~16606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16718feeder ( +// Equation(s): +// \text_gen|char_ram~16718feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16718feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54273 ( +// Equation(s): +// \text_gen|char_ram~54273_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~54206_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54273 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N9 +dffeas \text_gen|char_ram~16718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47954 ( +// Equation(s): +// \text_gen|char_ram~47954_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16718_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16606_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16606_q ), + .datad(\text_gen|char_ram~16718_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47954 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47955 ( +// Equation(s): +// \text_gen|char_ram~47955_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47954_combout & ((\text_gen|char_ram~16942_q ))) # (!\text_gen|char_ram~47954_combout & (\text_gen|char_ram~16830_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47954_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16830_q ), + .datac(\text_gen|char_ram~16942_q ), + .datad(\text_gen|char_ram~47954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47955 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47956 ( +// Equation(s): +// \text_gen|char_ram~47956_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~47953_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~47955_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47953_combout ), + .datad(\text_gen|char_ram~47955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47956 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54219 ( +// Equation(s): +// \text_gen|char_ram~54219_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54219 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y12_N15 +dffeas \text_gen|char_ram~16788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54222 ( +// Equation(s): +// \text_gen|char_ram~54222_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54222 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N15 +dffeas \text_gen|char_ram~17012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54221 ( +// Equation(s): +// \text_gen|char_ram~54221_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~52821_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~54206_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~52821_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54221 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~54221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y11_N1 +dffeas \text_gen|char_ram~16676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54220 ( +// Equation(s): +// \text_gen|char_ram~54220_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54206_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54220 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y11_N19 +dffeas \text_gen|char_ram~16900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47957 ( +// Equation(s): +// \text_gen|char_ram~47957_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~16900_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16676_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16676_q ), + .datad(\text_gen|char_ram~16900_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47957 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47958 ( +// Equation(s): +// \text_gen|char_ram~47958_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47957_combout & ((\text_gen|char_ram~17012_q ))) # (!\text_gen|char_ram~47957_combout & (\text_gen|char_ram~16788_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47957_combout )))) + + .dataa(\text_gen|char_ram~16788_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17012_q ), + .datad(\text_gen|char_ram~47957_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47958 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54207 ( +// Equation(s): +// \text_gen|char_ram~54207_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~54206_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54206_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54207 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y12_N31 +dffeas \text_gen|char_ram~16774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54210 ( +// Equation(s): +// \text_gen|char_ram~54210_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54210 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N25 +dffeas \text_gen|char_ram~16998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54208 ( +// Equation(s): +// \text_gen|char_ram~54208_combout = (\text_gen|char_ram~54206_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54206_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54208 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y12_N21 +dffeas \text_gen|char_ram~16886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54209 ( +// Equation(s): +// \text_gen|char_ram~54209_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~54206_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~54206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54209 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y12_N27 +dffeas \text_gen|char_ram~16662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47950 ( +// Equation(s): +// \text_gen|char_ram~47950_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16886_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16662_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16886_q ), + .datac(\text_gen|char_ram~16662_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47950 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47951 ( +// Equation(s): +// \text_gen|char_ram~47951_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47950_combout & ((\text_gen|char_ram~16998_q ))) # (!\text_gen|char_ram~47950_combout & (\text_gen|char_ram~16774_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47950_combout )))) + + .dataa(\text_gen|char_ram~16774_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16998_q ), + .datad(\text_gen|char_ram~47950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47951 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47959 ( +// Equation(s): +// \text_gen|char_ram~47959_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47956_combout & (\text_gen|char_ram~47958_combout )) # (!\text_gen|char_ram~47956_combout & ((\text_gen|char_ram~47951_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~47956_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47956_combout ), + .datac(\text_gen|char_ram~47958_combout ), + .datad(\text_gen|char_ram~47951_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47959 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47970 ( +// Equation(s): +// \text_gen|char_ram~47970_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~47959_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~47969_combout )))) + + .dataa(\text_gen|char_ram~47969_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47959_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47970 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~47970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47981 ( +// Equation(s): +// \text_gen|char_ram~47981_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47970_combout & (\text_gen|char_ram~47980_combout )) # (!\text_gen|char_ram~47970_combout & ((\text_gen|char_ram~47949_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47970_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47980_combout ), + .datac(\text_gen|char_ram~47949_combout ), + .datad(\text_gen|char_ram~47970_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47981 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19700feeder ( +// Equation(s): +// \text_gen|char_ram~19700feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19700feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19700feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19700feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56208 ( +// Equation(s): +// \text_gen|char_ram~56208_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56208 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N15 +dffeas \text_gen|char_ram~19700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19700feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56174 ( +// Equation(s): +// \text_gen|char_ram~56174_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56174 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N13 +dffeas \text_gen|char_ram~19476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56194 ( +// Equation(s): +// \text_gen|char_ram~56194_combout = (\text_gen|char_ram~52800_combout & (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53061_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52800_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~53061_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56194 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N11 +dffeas \text_gen|char_ram~19364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56162 ( +// Equation(s): +// \text_gen|char_ram~56162_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56162 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y31_N5 +dffeas \text_gen|char_ram~19588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48074 ( +// Equation(s): +// \text_gen|char_ram~48074_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~19588_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19364_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19364_q ), + .datad(\text_gen|char_ram~19588_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48074 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48075 ( +// Equation(s): +// \text_gen|char_ram~48075_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48074_combout & (\text_gen|char_ram~19700_q )) # (!\text_gen|char_ram~48074_combout & ((\text_gen|char_ram~19476_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48074_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19700_q ), + .datac(\text_gen|char_ram~19476_q ), + .datad(\text_gen|char_ram~48074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48075 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55982 ( +// Equation(s): +// \text_gen|char_ram~55982_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55982 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y31_N29 +dffeas \text_gen|char_ram~19462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19686feeder ( +// Equation(s): +// \text_gen|char_ram~19686feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19686feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19686feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19686feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56014 ( +// Equation(s): +// \text_gen|char_ram~56014_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56014 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N23 +dffeas \text_gen|char_ram~19686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19686feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56002 ( +// Equation(s): +// \text_gen|char_ram~56002_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56002 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y31_N7 +dffeas \text_gen|char_ram~19350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19574feeder ( +// Equation(s): +// \text_gen|char_ram~19574feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19574feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19574feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19574feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55970 ( +// Equation(s): +// \text_gen|char_ram~55970_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55970 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N25 +dffeas \text_gen|char_ram~19574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19574feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48069 ( +// Equation(s): +// \text_gen|char_ram~48069_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~19574_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19350_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19350_q ), + .datad(\text_gen|char_ram~19574_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48069 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48070 ( +// Equation(s): +// \text_gen|char_ram~48070_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48069_combout & ((\text_gen|char_ram~19686_q ))) # (!\text_gen|char_ram~48069_combout & (\text_gen|char_ram~19462_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48069_combout )))) + + .dataa(\text_gen|char_ram~19462_q ), + .datab(\text_gen|char_ram~19686_q ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~48069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48070 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~48070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55974 ( +// Equation(s): +// \text_gen|char_ram~55974_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55974 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N5 +dffeas \text_gen|char_ram~19518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56022 ( +// Equation(s): +// \text_gen|char_ram~56022_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56022 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N19 +dffeas \text_gen|char_ram~19630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19406feeder ( +// Equation(s): +// \text_gen|char_ram~19406feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19406feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19406feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19406feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55990 ( +// Equation(s): +// \text_gen|char_ram~55990_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55990 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y39_N13 +dffeas \text_gen|char_ram~19406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19406feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56006 ( +// Equation(s): +// \text_gen|char_ram~56006_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56006 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y35_N15 +dffeas \text_gen|char_ram~19294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48071 ( +// Equation(s): +// \text_gen|char_ram~48071_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19406_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~19294_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19406_q ), + .datac(\text_gen|char_ram~19294_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48071 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48072 ( +// Equation(s): +// \text_gen|char_ram~48072_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48071_combout & ((\text_gen|char_ram~19630_q ))) # (!\text_gen|char_ram~48071_combout & (\text_gen|char_ram~19518_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48071_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19518_q ), + .datac(\text_gen|char_ram~19630_q ), + .datad(\text_gen|char_ram~48071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48072 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48073 ( +// Equation(s): +// \text_gen|char_ram~48073_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48070_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~48072_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48070_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~48072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48073 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~48073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56166 ( +// Equation(s): +// \text_gen|char_ram~56166_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56166 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y50_N21 +dffeas \text_gen|char_ram~19532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56216 ( +// Equation(s): +// \text_gen|char_ram~56216_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56216 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y29_N27 +dffeas \text_gen|char_ram~19644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56182 ( +// Equation(s): +// \text_gen|char_ram~56182_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56182 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N25 +dffeas \text_gen|char_ram~19420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56198 ( +// Equation(s): +// \text_gen|char_ram~56198_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~53318_combout ) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56198 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y29_N15 +dffeas \text_gen|char_ram~19308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48067 ( +// Equation(s): +// \text_gen|char_ram~48067_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19420_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~19308_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19420_q ), + .datac(\text_gen|char_ram~19308_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48067 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48068 ( +// Equation(s): +// \text_gen|char_ram~48068_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48067_combout & ((\text_gen|char_ram~19644_q ))) # (!\text_gen|char_ram~48067_combout & (\text_gen|char_ram~19532_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48067_combout )))) + + .dataa(\text_gen|char_ram~19532_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19644_q ), + .datad(\text_gen|char_ram~48067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48068 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48076 ( +// Equation(s): +// \text_gen|char_ram~48076_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48073_combout & (\text_gen|char_ram~48075_combout )) # (!\text_gen|char_ram~48073_combout & ((\text_gen|char_ram~48068_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48073_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48075_combout ), + .datac(\text_gen|char_ram~48073_combout ), + .datad(\text_gen|char_ram~48068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48076 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55981 ( +// Equation(s): +// \text_gen|char_ram~55981_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55981 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N25 +dffeas \text_gen|char_ram~17670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56013 ( +// Equation(s): +// \text_gen|char_ram~56013_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56013 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y31_N9 +dffeas \text_gen|char_ram~17894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56001 ( +// Equation(s): +// \text_gen|char_ram~56001_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56001 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N19 +dffeas \text_gen|char_ram~17558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55968 ( +// Equation(s): +// \text_gen|char_ram~55968_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55968 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N21 +dffeas \text_gen|char_ram~17782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48077 ( +// Equation(s): +// \text_gen|char_ram~48077_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~17782_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17558_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17558_q ), + .datad(\text_gen|char_ram~17782_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48077 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48078 ( +// Equation(s): +// \text_gen|char_ram~48078_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48077_combout & ((\text_gen|char_ram~17894_q ))) # (!\text_gen|char_ram~48077_combout & (\text_gen|char_ram~17670_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48077_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17670_q ), + .datac(\text_gen|char_ram~17894_q ), + .datad(\text_gen|char_ram~48077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48078 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17628feeder ( +// Equation(s): +// \text_gen|char_ram~17628feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17628feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17628feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17628feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56181 ( +// Equation(s): +// \text_gen|char_ram~56181_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56181 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y29_N17 +dffeas \text_gen|char_ram~17628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17628feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56197 ( +// Equation(s): +// \text_gen|char_ram~56197_combout = (\text_gen|char_ram~52885_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52885_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56197 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y29_N23 +dffeas \text_gen|char_ram~17516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48079 ( +// Equation(s): +// \text_gen|char_ram~48079_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~17628_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17516_q +// ))))) + + .dataa(\text_gen|char_ram~17628_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17516_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48079 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56215 ( +// Equation(s): +// \text_gen|char_ram~56215_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56215 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y25_N29 +dffeas \text_gen|char_ram~17852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56165 ( +// Equation(s): +// \text_gen|char_ram~56165_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56165 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y25_N3 +dffeas \text_gen|char_ram~17740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48080 ( +// Equation(s): +// \text_gen|char_ram~48080_combout = (\text_gen|char_ram~48079_combout & (((\text_gen|char_ram~17852_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~48079_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~17740_q )))) + + .dataa(\text_gen|char_ram~48079_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17852_q ), + .datad(\text_gen|char_ram~17740_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48080 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55973 ( +// Equation(s): +// \text_gen|char_ram~55973_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55973 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y28_N1 +dffeas \text_gen|char_ram~17726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56021 ( +// Equation(s): +// \text_gen|char_ram~56021_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56021 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y29_N11 +dffeas \text_gen|char_ram~17838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56005 ( +// Equation(s): +// \text_gen|char_ram~56005_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56005 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y29_N17 +dffeas \text_gen|char_ram~17502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55989 ( +// Equation(s): +// \text_gen|char_ram~55989_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55989 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y33_N15 +dffeas \text_gen|char_ram~17614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48081 ( +// Equation(s): +// \text_gen|char_ram~48081_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~17614_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17502_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17502_q ), + .datad(\text_gen|char_ram~17614_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48081 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48082 ( +// Equation(s): +// \text_gen|char_ram~48082_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48081_combout & ((\text_gen|char_ram~17838_q ))) # (!\text_gen|char_ram~48081_combout & (\text_gen|char_ram~17726_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48081_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17726_q ), + .datac(\text_gen|char_ram~17838_q ), + .datad(\text_gen|char_ram~48081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48082 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48083 ( +// Equation(s): +// \text_gen|char_ram~48083_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~48080_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48082_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48080_combout ), + .datad(\text_gen|char_ram~48082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48083 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56193 ( +// Equation(s): +// \text_gen|char_ram~56193_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52821_combout ))) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56193 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y27_N1 +dffeas \text_gen|char_ram~17572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56161 ( +// Equation(s): +// \text_gen|char_ram~56161_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56161 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y27_N7 +dffeas \text_gen|char_ram~17796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48084 ( +// Equation(s): +// \text_gen|char_ram~48084_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~17796_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17572_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17572_q ), + .datad(\text_gen|char_ram~17796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48084 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56207 ( +// Equation(s): +// \text_gen|char_ram~56207_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56207 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y35_N31 +dffeas \text_gen|char_ram~17908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17684feeder ( +// Equation(s): +// \text_gen|char_ram~17684feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17684feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56173 ( +// Equation(s): +// \text_gen|char_ram~56173_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56173 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y35_N31 +dffeas \text_gen|char_ram~17684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48085 ( +// Equation(s): +// \text_gen|char_ram~48085_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48084_combout & (\text_gen|char_ram~17908_q )) # (!\text_gen|char_ram~48084_combout & ((\text_gen|char_ram~17684_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~48084_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48084_combout ), + .datac(\text_gen|char_ram~17908_q ), + .datad(\text_gen|char_ram~17684_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48085 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48086 ( +// Equation(s): +// \text_gen|char_ram~48086_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48083_combout & ((\text_gen|char_ram~48085_combout ))) # (!\text_gen|char_ram~48083_combout & (\text_gen|char_ram~48078_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48083_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48078_combout ), + .datac(\text_gen|char_ram~48083_combout ), + .datad(\text_gen|char_ram~48085_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48086 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15948feeder ( +// Equation(s): +// \text_gen|char_ram~15948feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15948feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56167 ( +// Equation(s): +// \text_gen|char_ram~56167_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56167 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y33_N21 +dffeas \text_gen|char_ram~15948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56217 ( +// Equation(s): +// \text_gen|char_ram~56217_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56217 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y29_N9 +dffeas \text_gen|char_ram~16060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56199 ( +// Equation(s): +// \text_gen|char_ram~56199_combout = (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56199 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y29_N9 +dffeas \text_gen|char_ram~15724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56183 ( +// Equation(s): +// \text_gen|char_ram~56183_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56183 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y29_N5 +dffeas \text_gen|char_ram~15836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48087 ( +// Equation(s): +// \text_gen|char_ram~48087_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~15836_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15724_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15724_q ), + .datad(\text_gen|char_ram~15836_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48087 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48088 ( +// Equation(s): +// \text_gen|char_ram~48088_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48087_combout & ((\text_gen|char_ram~16060_q ))) # (!\text_gen|char_ram~48087_combout & (\text_gen|char_ram~15948_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48087_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15948_q ), + .datac(\text_gen|char_ram~16060_q ), + .datad(\text_gen|char_ram~48087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48088 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15878feeder ( +// Equation(s): +// \text_gen|char_ram~15878feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55983 ( +// Equation(s): +// \text_gen|char_ram~55983_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55983 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y31_N15 +dffeas \text_gen|char_ram~15878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56015 ( +// Equation(s): +// \text_gen|char_ram~56015_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56015 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y31_N23 +dffeas \text_gen|char_ram~16102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55971 ( +// Equation(s): +// \text_gen|char_ram~55971_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55971 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y24_N17 +dffeas \text_gen|char_ram~15990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15766feeder ( +// Equation(s): +// \text_gen|char_ram~15766feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15766feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15766feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15766feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56003 ( +// Equation(s): +// \text_gen|char_ram~56003_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55969_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56003 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N7 +dffeas \text_gen|char_ram~15766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15766feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48089 ( +// Equation(s): +// \text_gen|char_ram~48089_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~15990_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~15766_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15990_q ), + .datad(\text_gen|char_ram~15766_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48089 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48090 ( +// Equation(s): +// \text_gen|char_ram~48090_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48089_combout & ((\text_gen|char_ram~16102_q ))) # (!\text_gen|char_ram~48089_combout & (\text_gen|char_ram~15878_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48089_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15878_q ), + .datac(\text_gen|char_ram~16102_q ), + .datad(\text_gen|char_ram~48089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48090 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15934feeder ( +// Equation(s): +// \text_gen|char_ram~15934feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55975 ( +// Equation(s): +// \text_gen|char_ram~55975_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~55969_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55975 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y33_N3 +dffeas \text_gen|char_ram~15934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56023 ( +// Equation(s): +// \text_gen|char_ram~56023_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~55969_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~55969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56023 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y29_N29 +dffeas \text_gen|char_ram~16046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15822feeder ( +// Equation(s): +// \text_gen|char_ram~15822feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15822feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15822feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15822feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55991 ( +// Equation(s): +// \text_gen|char_ram~55991_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~55969_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~55969_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55991 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y38_N3 +dffeas \text_gen|char_ram~15822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15822feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56007 ( +// Equation(s): +// \text_gen|char_ram~56007_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56007 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y31_N29 +dffeas \text_gen|char_ram~15710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48091 ( +// Equation(s): +// \text_gen|char_ram~48091_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~15822_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~15710_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~15822_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15710_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48091 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48092 ( +// Equation(s): +// \text_gen|char_ram~48092_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48091_combout & ((\text_gen|char_ram~16046_q ))) # (!\text_gen|char_ram~48091_combout & (\text_gen|char_ram~15934_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48091_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15934_q ), + .datac(\text_gen|char_ram~16046_q ), + .datad(\text_gen|char_ram~48091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48092 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48093 ( +// Equation(s): +// \text_gen|char_ram~48093_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48090_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~48092_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48090_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~48092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48093 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~48093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16004feeder ( +// Equation(s): +// \text_gen|char_ram~16004feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16004feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56163 ( +// Equation(s): +// \text_gen|char_ram~56163_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52799_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55969_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56163 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y20_N1 +dffeas \text_gen|char_ram~16004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56195 ( +// Equation(s): +// \text_gen|char_ram~56195_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~52821_combout ))) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~52821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56195 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y29_N7 +dffeas \text_gen|char_ram~15780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48094 ( +// Equation(s): +// \text_gen|char_ram~48094_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16004_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~15780_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~16004_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15780_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48094 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56209 ( +// Equation(s): +// \text_gen|char_ram~56209_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56209 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y29_N7 +dffeas \text_gen|char_ram~16116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56175 ( +// Equation(s): +// \text_gen|char_ram~56175_combout = (\text_gen|char_ram~55969_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~55969_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56175 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y25_N9 +dffeas \text_gen|char_ram~15892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48095 ( +// Equation(s): +// \text_gen|char_ram~48095_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48094_combout & (\text_gen|char_ram~16116_q )) # (!\text_gen|char_ram~48094_combout & ((\text_gen|char_ram~15892_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~48094_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48094_combout ), + .datac(\text_gen|char_ram~16116_q ), + .datad(\text_gen|char_ram~15892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48095 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48096 ( +// Equation(s): +// \text_gen|char_ram~48096_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48093_combout & ((\text_gen|char_ram~48095_combout ))) # (!\text_gen|char_ram~48093_combout & (\text_gen|char_ram~48088_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48093_combout )))) + + .dataa(\text_gen|char_ram~48088_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48093_combout ), + .datad(\text_gen|char_ram~48095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48096 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48097 ( +// Equation(s): +// \text_gen|char_ram~48097_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48086_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~48096_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48086_combout ), + .datac(\text_gen|char_ram~48096_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48097 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55972 ( +// Equation(s): +// \text_gen|char_ram~55972_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55972 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y31_N27 +dffeas \text_gen|char_ram~21366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56004 ( +// Equation(s): +// \text_gen|char_ram~56004_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56004 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y31_N11 +dffeas \text_gen|char_ram~21142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48098 ( +// Equation(s): +// \text_gen|char_ram~48098_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~21366_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~21142_q +// ))))) + + .dataa(\text_gen|char_ram~21366_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21142_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48098 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56016 ( +// Equation(s): +// \text_gen|char_ram~56016_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56016 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y31_N7 +dffeas \text_gen|char_ram~21478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55984 ( +// Equation(s): +// \text_gen|char_ram~55984_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55967_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55984 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y31_N29 +dffeas \text_gen|char_ram~21254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48099 ( +// Equation(s): +// \text_gen|char_ram~48099_combout = (\text_gen|char_ram~48098_combout & (((\text_gen|char_ram~21478_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~48098_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21254_q )))) + + .dataa(\text_gen|char_ram~48098_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21478_q ), + .datad(\text_gen|char_ram~21254_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48099 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21324feeder ( +// Equation(s): +// \text_gen|char_ram~21324feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21324feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56168 ( +// Equation(s): +// \text_gen|char_ram~56168_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56168 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y29_N3 +dffeas \text_gen|char_ram~21324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56218 ( +// Equation(s): +// \text_gen|char_ram~56218_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56218 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y29_N29 +dffeas \text_gen|char_ram~21436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56200 ( +// Equation(s): +// \text_gen|char_ram~56200_combout = (\text_gen|char_ram~53318_combout & \text_gen|char_ram~55967_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53318_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56200 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y29_N23 +dffeas \text_gen|char_ram~21100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21212feeder ( +// Equation(s): +// \text_gen|char_ram~21212feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56184 ( +// Equation(s): +// \text_gen|char_ram~56184_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56184 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y29_N25 +dffeas \text_gen|char_ram~21212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48100 ( +// Equation(s): +// \text_gen|char_ram~48100_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21212_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21100_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21100_q ), + .datad(\text_gen|char_ram~21212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48100 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48101 ( +// Equation(s): +// \text_gen|char_ram~48101_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48100_combout & ((\text_gen|char_ram~21436_q ))) # (!\text_gen|char_ram~48100_combout & (\text_gen|char_ram~21324_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48100_combout )))) + + .dataa(\text_gen|char_ram~21324_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21436_q ), + .datad(\text_gen|char_ram~48100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48101 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56008 ( +// Equation(s): +// \text_gen|char_ram~56008_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~55967_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56008 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y31_N3 +dffeas \text_gen|char_ram~21086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55992 ( +// Equation(s): +// \text_gen|char_ram~55992_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55992 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y31_N13 +dffeas \text_gen|char_ram~21198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48102 ( +// Equation(s): +// \text_gen|char_ram~48102_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21198_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21086_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21086_q ), + .datad(\text_gen|char_ram~21198_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48102 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55976 ( +// Equation(s): +// \text_gen|char_ram~55976_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55976 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y36_N23 +dffeas \text_gen|char_ram~21310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56024 ( +// Equation(s): +// \text_gen|char_ram~56024_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56024 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N27 +dffeas \text_gen|char_ram~21422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48103 ( +// Equation(s): +// \text_gen|char_ram~48103_combout = (\text_gen|char_ram~48102_combout & (((\text_gen|char_ram~21422_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~48102_combout & (\text_gen|char_ram~21310_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~48102_combout ), + .datab(\text_gen|char_ram~21310_q ), + .datac(\text_gen|char_ram~21422_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48103 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48104 ( +// Equation(s): +// \text_gen|char_ram~48104_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~48101_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48103_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48101_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~48103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48104 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~48104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56176 ( +// Equation(s): +// \text_gen|char_ram~56176_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~55967_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52816_combout ), + .datad(\text_gen|char_ram~55967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56176 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y32_N3 +dffeas \text_gen|char_ram~21268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56210 ( +// Equation(s): +// \text_gen|char_ram~56210_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~55967_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56210 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y33_N25 +dffeas \text_gen|char_ram~21492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56196 ( +// Equation(s): +// \text_gen|char_ram~56196_combout = (\text_gen|char_ram~55967_combout & (\text_gen|char_ram~52800_combout & (\text_gen|comb~4_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|char_ram~55967_combout ), + .datab(\text_gen|char_ram~52800_combout ), + .datac(\text_gen|comb~4_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56196 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~56196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y29_N21 +dffeas \text_gen|char_ram~21156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56164 ( +// Equation(s): +// \text_gen|char_ram~56164_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~55967_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~55967_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56164 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y29_N27 +dffeas \text_gen|char_ram~21380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48105 ( +// Equation(s): +// \text_gen|char_ram~48105_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~21380_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21156_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21156_q ), + .datad(\text_gen|char_ram~21380_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48105 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48106 ( +// Equation(s): +// \text_gen|char_ram~48106_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48105_combout & ((\text_gen|char_ram~21492_q ))) # (!\text_gen|char_ram~48105_combout & (\text_gen|char_ram~21268_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48105_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21268_q ), + .datac(\text_gen|char_ram~21492_q ), + .datad(\text_gen|char_ram~48105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48106 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48107 ( +// Equation(s): +// \text_gen|char_ram~48107_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48104_combout & ((\text_gen|char_ram~48106_combout ))) # (!\text_gen|char_ram~48104_combout & (\text_gen|char_ram~48099_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48104_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48099_combout ), + .datac(\text_gen|char_ram~48104_combout ), + .datad(\text_gen|char_ram~48106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48107 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~48107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48108 ( +// Equation(s): +// \text_gen|char_ram~48108_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48097_combout & ((\text_gen|char_ram~48107_combout ))) # (!\text_gen|char_ram~48097_combout & (\text_gen|char_ram~48076_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48097_combout )))) + + .dataa(\text_gen|char_ram~48076_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48097_combout ), + .datad(\text_gen|char_ram~48107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48108 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18132feeder ( +// Equation(s): +// \text_gen|char_ram~18132feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18132feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55383 ( +// Equation(s): +// \text_gen|char_ram~55383_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52816_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55383 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y42_N11 +dffeas \text_gen|char_ram~18132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55385 ( +// Equation(s): +// \text_gen|char_ram~55385_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55385 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y42_N19 +dffeas \text_gen|char_ram~18356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55382 ( +// Equation(s): +// \text_gen|char_ram~55382_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55382 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y42_N31 +dffeas \text_gen|char_ram~18244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55384 ( +// Equation(s): +// \text_gen|char_ram~55384_combout = (\text_gen|char_ram~53061_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|char_ram~53061_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55384 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y42_N13 +dffeas \text_gen|char_ram~18020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48031 ( +// Equation(s): +// \text_gen|char_ram~48031_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~18244_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~18020_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~18244_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18020_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48031 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~48032 ( +// Equation(s): +// \text_gen|char_ram~48032_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48031_combout & ((\text_gen|char_ram~18356_q ))) # (!\text_gen|char_ram~48031_combout & (\text_gen|char_ram~18132_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48031_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18132_q ), + .datac(\text_gen|char_ram~18356_q ), + .datad(\text_gen|char_ram~48031_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48032 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55414 ( +// Equation(s): +// \text_gen|char_ram~55414_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55414 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y50_N7 +dffeas \text_gen|char_ram~18188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55417 ( +// Equation(s): +// \text_gen|char_ram~55417_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55417 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N19 +dffeas \text_gen|char_ram~18300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55415 ( +// Equation(s): +// \text_gen|char_ram~55415_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52805_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55415 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y50_N5 +dffeas \text_gen|char_ram~18076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55416 ( +// Equation(s): +// \text_gen|char_ram~55416_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53318_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55416 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y50_N23 +dffeas \text_gen|char_ram~17964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48024 ( +// Equation(s): +// \text_gen|char_ram~48024_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18076_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17964_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18076_q ), + .datac(\text_gen|char_ram~17964_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48024 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48025 ( +// Equation(s): +// \text_gen|char_ram~48025_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48024_combout & ((\text_gen|char_ram~18300_q ))) # (!\text_gen|char_ram~48024_combout & (\text_gen|char_ram~18188_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48024_combout )))) + + .dataa(\text_gen|char_ram~18188_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18300_q ), + .datad(\text_gen|char_ram~48024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48025 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55205 ( +// Equation(s): +// \text_gen|char_ram~55205_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55205 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y50_N29 +dffeas \text_gen|char_ram~18006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18230feeder ( +// Equation(s): +// \text_gen|char_ram~18230feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55204 ( +// Equation(s): +// \text_gen|char_ram~55204_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55204 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y50_N29 +dffeas \text_gen|char_ram~18230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48026 ( +// Equation(s): +// \text_gen|char_ram~48026_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~18230_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18006_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18006_q ), + .datad(\text_gen|char_ram~18230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48026 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55207 ( +// Equation(s): +// \text_gen|char_ram~55207_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55207 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y50_N15 +dffeas \text_gen|char_ram~18342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18118feeder ( +// Equation(s): +// \text_gen|char_ram~18118feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18118feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55206 ( +// Equation(s): +// \text_gen|char_ram~55206_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52743_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55206 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y47_N1 +dffeas \text_gen|char_ram~18118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48027 ( +// Equation(s): +// \text_gen|char_ram~48027_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48026_combout & (\text_gen|char_ram~18342_q )) # (!\text_gen|char_ram~48026_combout & ((\text_gen|char_ram~18118_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~48026_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48026_combout ), + .datac(\text_gen|char_ram~18342_q ), + .datad(\text_gen|char_ram~18118_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48027 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18174feeder ( +// Equation(s): +// \text_gen|char_ram~18174feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18174feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55208 ( +// Equation(s): +// \text_gen|char_ram~55208_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52736_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55208 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y50_N23 +dffeas \text_gen|char_ram~18174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55211 ( +// Equation(s): +// \text_gen|char_ram~55211_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55211 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y50_N15 +dffeas \text_gen|char_ram~18286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18062feeder ( +// Equation(s): +// \text_gen|char_ram~18062feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18062feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18062feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18062feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55209 ( +// Equation(s): +// \text_gen|char_ram~55209_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55209 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y50_N3 +dffeas \text_gen|char_ram~18062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18062feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55210 ( +// Equation(s): +// \text_gen|char_ram~55210_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~55187_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55210 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y50_N25 +dffeas \text_gen|char_ram~17950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48028 ( +// Equation(s): +// \text_gen|char_ram~48028_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18062_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17950_q +// ))))) + + .dataa(\text_gen|char_ram~18062_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17950_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48028 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48029 ( +// Equation(s): +// \text_gen|char_ram~48029_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48028_combout & ((\text_gen|char_ram~18286_q ))) # (!\text_gen|char_ram~48028_combout & (\text_gen|char_ram~18174_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48028_combout )))) + + .dataa(\text_gen|char_ram~18174_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18286_q ), + .datad(\text_gen|char_ram~48028_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48029 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48030 ( +// Equation(s): +// \text_gen|char_ram~48030_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~48027_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48029_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48027_combout ), + .datad(\text_gen|char_ram~48029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48030 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48033 ( +// Equation(s): +// \text_gen|char_ram~48033_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48030_combout & (\text_gen|char_ram~48032_combout )) # (!\text_gen|char_ram~48030_combout & ((\text_gen|char_ram~48025_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48030_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48032_combout ), + .datac(\text_gen|char_ram~48025_combout ), + .datad(\text_gen|char_ram~48030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48033 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16326feeder ( +// Equation(s): +// \text_gen|char_ram~16326feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55046 ( +// Equation(s): +// \text_gen|char_ram~55046_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55046 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y16_N13 +dffeas \text_gen|char_ram~16326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16438feeder ( +// Equation(s): +// \text_gen|char_ram~16438feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55045 ( +// Equation(s): +// \text_gen|char_ram~55045_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55045 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y35_N25 +dffeas \text_gen|char_ram~16438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55047 ( +// Equation(s): +// \text_gen|char_ram~55047_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55047 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y35_N9 +dffeas \text_gen|char_ram~16214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48034 ( +// Equation(s): +// \text_gen|char_ram~48034_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16438_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16214_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16438_q ), + .datac(\text_gen|char_ram~16214_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48034 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~48034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55048 ( +// Equation(s): +// \text_gen|char_ram~55048_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55048 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y35_N15 +dffeas \text_gen|char_ram~16550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48035 ( +// Equation(s): +// \text_gen|char_ram~48035_combout = (\text_gen|char_ram~48034_combout & (((\text_gen|char_ram~16550_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~48034_combout & (\text_gen|char_ram~16326_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~16326_q ), + .datab(\text_gen|char_ram~48034_combout ), + .datac(\text_gen|char_ram~16550_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48035 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55041 ( +// Equation(s): +// \text_gen|char_ram~55041_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52799_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55041 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y39_N17 +dffeas \text_gen|char_ram~16452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55043 ( +// Equation(s): +// \text_gen|char_ram~55043_combout = (\text_gen|char_ram~52821_combout & (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52800_combout & \text_gen|comb~4_combout ))) + + .dataa(\text_gen|char_ram~52821_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|comb~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55043 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y39_N7 +dffeas \text_gen|char_ram~16228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48041 ( +// Equation(s): +// \text_gen|char_ram~48041_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16452_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16228_q +// ))))) + + .dataa(\text_gen|char_ram~16452_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16228_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48041 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55044 ( +// Equation(s): +// \text_gen|char_ram~55044_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55044 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y39_N3 +dffeas \text_gen|char_ram~16564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16340feeder ( +// Equation(s): +// \text_gen|char_ram~16340feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55042 ( +// Equation(s): +// \text_gen|char_ram~55042_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55042 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y39_N25 +dffeas \text_gen|char_ram~16340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48042 ( +// Equation(s): +// \text_gen|char_ram~48042_combout = (\text_gen|char_ram~48041_combout & (((\text_gen|char_ram~16564_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~48041_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16340_q )))) + + .dataa(\text_gen|char_ram~48041_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16564_q ), + .datad(\text_gen|char_ram~16340_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48042 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16396feeder ( +// Equation(s): +// \text_gen|char_ram~16396feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16396feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55082 ( +// Equation(s): +// \text_gen|char_ram~55082_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55082 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y40_N21 +dffeas \text_gen|char_ram~16396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55084 ( +// Equation(s): +// \text_gen|char_ram~55084_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55084 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y40_N27 +dffeas \text_gen|char_ram~16508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16284feeder ( +// Equation(s): +// \text_gen|char_ram~16284feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16284feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16284feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16284feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55081 ( +// Equation(s): +// \text_gen|char_ram~55081_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55081 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y40_N27 +dffeas \text_gen|char_ram~16284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16284feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16172feeder ( +// Equation(s): +// \text_gen|char_ram~16172feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16172feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16172feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16172feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55083 ( +// Equation(s): +// \text_gen|char_ram~55083_combout = (\text_gen|char_ram~52885_combout & \text_gen|char_ram~54986_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52885_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55083 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y48_N27 +dffeas \text_gen|char_ram~16172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16172feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48036 ( +// Equation(s): +// \text_gen|char_ram~48036_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16284_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16172_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16284_q ), + .datad(\text_gen|char_ram~16172_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48036 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48037 ( +// Equation(s): +// \text_gen|char_ram~48037_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48036_combout & ((\text_gen|char_ram~16508_q ))) # (!\text_gen|char_ram~48036_combout & (\text_gen|char_ram~16396_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48036_combout )))) + + .dataa(\text_gen|char_ram~16396_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16508_q ), + .datad(\text_gen|char_ram~48036_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48037 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55073 ( +// Equation(s): +// \text_gen|char_ram~55073_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55073 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y40_N25 +dffeas \text_gen|char_ram~16382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55076 ( +// Equation(s): +// \text_gen|char_ram~55076_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55076 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y36_N3 +dffeas \text_gen|char_ram~16494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55075 ( +// Equation(s): +// \text_gen|char_ram~55075_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55075 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y38_N11 +dffeas \text_gen|char_ram~16158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55074 ( +// Equation(s): +// \text_gen|char_ram~55074_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~54986_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55074 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y33_N17 +dffeas \text_gen|char_ram~16270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48038 ( +// Equation(s): +// \text_gen|char_ram~48038_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16270_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16158_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16158_q ), + .datad(\text_gen|char_ram~16270_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48038 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48039 ( +// Equation(s): +// \text_gen|char_ram~48039_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48038_combout & ((\text_gen|char_ram~16494_q ))) # (!\text_gen|char_ram~48038_combout & (\text_gen|char_ram~16382_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48038_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16382_q ), + .datac(\text_gen|char_ram~16494_q ), + .datad(\text_gen|char_ram~48038_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48039 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48040 ( +// Equation(s): +// \text_gen|char_ram~48040_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48037_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48039_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48037_combout ), + .datad(\text_gen|char_ram~48039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48040 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48043 ( +// Equation(s): +// \text_gen|char_ram~48043_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48040_combout & ((\text_gen|char_ram~48042_combout ))) # (!\text_gen|char_ram~48040_combout & (\text_gen|char_ram~48035_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48040_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48035_combout ), + .datac(\text_gen|char_ram~48042_combout ), + .datad(\text_gen|char_ram~48040_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48043 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55644 ( +// Equation(s): +// \text_gen|char_ram~55644_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55644 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y41_N15 +dffeas \text_gen|char_ram~14548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55646 ( +// Equation(s): +// \text_gen|char_ram~55646_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55646 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y45_N27 +dffeas \text_gen|char_ram~14772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55645 ( +// Equation(s): +// \text_gen|char_ram~55645_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52821_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52821_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55645 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y45_N29 +dffeas \text_gen|char_ram~14436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14660feeder ( +// Equation(s): +// \text_gen|char_ram~14660feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14660feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14660feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14660feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55643 ( +// Equation(s): +// \text_gen|char_ram~55643_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52799_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55643 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N21 +dffeas \text_gen|char_ram~14660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14660feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48051 ( +// Equation(s): +// \text_gen|char_ram~48051_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14660_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14436_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14436_q ), + .datad(\text_gen|char_ram~14660_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48051 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48052 ( +// Equation(s): +// \text_gen|char_ram~48052_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48051_combout & ((\text_gen|char_ram~14772_q ))) # (!\text_gen|char_ram~48051_combout & (\text_gen|char_ram~14548_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48051_combout )))) + + .dataa(\text_gen|char_ram~14548_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14772_q ), + .datad(\text_gen|char_ram~48051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48052 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14604feeder ( +// Equation(s): +// \text_gen|char_ram~14604feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14604feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14604feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14604feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55647 ( +// Equation(s): +// \text_gen|char_ram~55647_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55647 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y43_N3 +dffeas \text_gen|char_ram~14604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14604feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55650 ( +// Equation(s): +// \text_gen|char_ram~55650_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~55187_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55650 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y45_N29 +dffeas \text_gen|char_ram~14716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55649 ( +// Equation(s): +// \text_gen|char_ram~55649_combout = (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55649 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y41_N29 +dffeas \text_gen|char_ram~14380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14492feeder ( +// Equation(s): +// \text_gen|char_ram~14492feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14492feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55648 ( +// Equation(s): +// \text_gen|char_ram~55648_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55648 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N9 +dffeas \text_gen|char_ram~14492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48044 ( +// Equation(s): +// \text_gen|char_ram~48044_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14492_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14380_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14380_q ), + .datad(\text_gen|char_ram~14492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48044 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48045 ( +// Equation(s): +// \text_gen|char_ram~48045_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48044_combout & ((\text_gen|char_ram~14716_q ))) # (!\text_gen|char_ram~48044_combout & (\text_gen|char_ram~14604_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48044_combout )))) + + .dataa(\text_gen|char_ram~14604_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14716_q ), + .datad(\text_gen|char_ram~48044_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48045 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55452 ( +// Equation(s): +// \text_gen|char_ram~55452_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55452 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y38_N1 +dffeas \text_gen|char_ram~14366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14478feeder ( +// Equation(s): +// \text_gen|char_ram~14478feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14478feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14478feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14478feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55451 ( +// Equation(s): +// \text_gen|char_ram~55451_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55451 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y38_N17 +dffeas \text_gen|char_ram~14478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14478feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48048 ( +// Equation(s): +// \text_gen|char_ram~48048_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14478_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14366_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14366_q ), + .datad(\text_gen|char_ram~14478_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48048 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55453 ( +// Equation(s): +// \text_gen|char_ram~55453_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55187_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55453 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y46_N9 +dffeas \text_gen|char_ram~14702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55450 ( +// Equation(s): +// \text_gen|char_ram~55450_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52736_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55450 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y46_N19 +dffeas \text_gen|char_ram~14590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48049 ( +// Equation(s): +// \text_gen|char_ram~48049_combout = (\text_gen|char_ram~48048_combout & (((\text_gen|char_ram~14702_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~48048_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~14590_q )))) + + .dataa(\text_gen|char_ram~48048_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14702_q ), + .datad(\text_gen|char_ram~14590_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48049 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14646feeder ( +// Equation(s): +// \text_gen|char_ram~14646feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14646feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55446 ( +// Equation(s): +// \text_gen|char_ram~55446_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55446 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N1 +dffeas \text_gen|char_ram~14646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55449 ( +// Equation(s): +// \text_gen|char_ram~55449_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55187_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55449 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y46_N3 +dffeas \text_gen|char_ram~14758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14422feeder ( +// Equation(s): +// \text_gen|char_ram~14422feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14422feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14422feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14422feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55448 ( +// Equation(s): +// \text_gen|char_ram~55448_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~55187_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~55187_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55448 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N9 +dffeas \text_gen|char_ram~14422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14422feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14534feeder ( +// Equation(s): +// \text_gen|char_ram~14534feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14534feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55447 ( +// Equation(s): +// \text_gen|char_ram~55447_combout = (\text_gen|char_ram~55187_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~55187_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55447 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y31_N21 +dffeas \text_gen|char_ram~14534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48046 ( +// Equation(s): +// \text_gen|char_ram~48046_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14534_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14422_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14422_q ), + .datad(\text_gen|char_ram~14534_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48046 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48047 ( +// Equation(s): +// \text_gen|char_ram~48047_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48046_combout & ((\text_gen|char_ram~14758_q ))) # (!\text_gen|char_ram~48046_combout & (\text_gen|char_ram~14646_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48046_combout )))) + + .dataa(\text_gen|char_ram~14646_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14758_q ), + .datad(\text_gen|char_ram~48046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48047 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48050 ( +// Equation(s): +// \text_gen|char_ram~48050_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~48047_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48049_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48049_combout ), + .datad(\text_gen|char_ram~48047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48050 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48053 ( +// Equation(s): +// \text_gen|char_ram~48053_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48050_combout & (\text_gen|char_ram~48052_combout )) # (!\text_gen|char_ram~48050_combout & ((\text_gen|char_ram~48045_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~48050_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48052_combout ), + .datac(\text_gen|char_ram~48045_combout ), + .datad(\text_gen|char_ram~48050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48053 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~48053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48054 ( +// Equation(s): +// \text_gen|char_ram~48054_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~48043_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~48053_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~48043_combout ), + .datac(\text_gen|char_ram~48053_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48054 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~48054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20036feeder ( +// Equation(s): +// \text_gen|char_ram~20036feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20036feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20036feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20036feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55781 ( +// Equation(s): +// \text_gen|char_ram~55781_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55781 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N23 +dffeas \text_gen|char_ram~20036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20036feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55782 ( +// Equation(s): +// \text_gen|char_ram~55782_combout = (\text_gen|char_ram~54986_combout & (\text_gen|comb~4_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|comb~4_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55782 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~55782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y45_N27 +dffeas \text_gen|char_ram~19812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48062 ( +// Equation(s): +// \text_gen|char_ram~48062_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20036_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~19812_q +// ))))) + + .dataa(\text_gen|char_ram~20036_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19812_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48062 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55783 ( +// Equation(s): +// \text_gen|char_ram~55783_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55783 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y45_N9 +dffeas \text_gen|char_ram~20148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55780 ( +// Equation(s): +// \text_gen|char_ram~55780_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55780 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y45_N1 +dffeas \text_gen|char_ram~19924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48063 ( +// Equation(s): +// \text_gen|char_ram~48063_combout = (\text_gen|char_ram~48062_combout & (((\text_gen|char_ram~20148_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~48062_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19924_q )))) + + .dataa(\text_gen|char_ram~48062_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20148_q ), + .datad(\text_gen|char_ram~19924_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48063 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55862 ( +// Equation(s): +// \text_gen|char_ram~55862_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55862 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y41_N29 +dffeas \text_gen|char_ram~19980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55864 ( +// Equation(s): +// \text_gen|char_ram~55864_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52805_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52805_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55864 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y41_N31 +dffeas \text_gen|char_ram~20092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55863 ( +// Equation(s): +// \text_gen|char_ram~55863_combout = (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53318_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~53318_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55863 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y41_N23 +dffeas \text_gen|char_ram~19756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19868feeder ( +// Equation(s): +// \text_gen|char_ram~19868feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19868feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19868feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19868feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55861 ( +// Equation(s): +// \text_gen|char_ram~55861_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~54986_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54986_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55861 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N27 +dffeas \text_gen|char_ram~19868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19868feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48057 ( +// Equation(s): +// \text_gen|char_ram~48057_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19868_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19756_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19756_q ), + .datad(\text_gen|char_ram~19868_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48057 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48058 ( +// Equation(s): +// \text_gen|char_ram~48058_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48057_combout & ((\text_gen|char_ram~20092_q ))) # (!\text_gen|char_ram~48057_combout & (\text_gen|char_ram~19980_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48057_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19980_q ), + .datac(\text_gen|char_ram~20092_q ), + .datad(\text_gen|char_ram~48057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48058 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55855 ( +// Equation(s): +// \text_gen|char_ram~55855_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55855 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y41_N29 +dffeas \text_gen|char_ram~19742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55853 ( +// Equation(s): +// \text_gen|char_ram~55853_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55853 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N7 +dffeas \text_gen|char_ram~19854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48059 ( +// Equation(s): +// \text_gen|char_ram~48059_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19854_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19742_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19742_q ), + .datad(\text_gen|char_ram~19854_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48059 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55856 ( +// Equation(s): +// \text_gen|char_ram~55856_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52741_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54986_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55856 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y41_N7 +dffeas \text_gen|char_ram~20078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55854 ( +// Equation(s): +// \text_gen|char_ram~55854_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55854 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y40_N21 +dffeas \text_gen|char_ram~19966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48060 ( +// Equation(s): +// \text_gen|char_ram~48060_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48059_combout & (\text_gen|char_ram~20078_q )) # (!\text_gen|char_ram~48059_combout & ((\text_gen|char_ram~19966_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~48059_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~48059_combout ), + .datac(\text_gen|char_ram~20078_q ), + .datad(\text_gen|char_ram~19966_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48060 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~48061 ( +// Equation(s): +// \text_gen|char_ram~48061_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~48058_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~48060_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~48058_combout ), + .datad(\text_gen|char_ram~48060_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48061 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55772 ( +// Equation(s): +// \text_gen|char_ram~55772_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55772 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N9 +dffeas \text_gen|char_ram~19910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55774 ( +// Equation(s): +// \text_gen|char_ram~55774_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55774 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y41_N9 +dffeas \text_gen|char_ram~19798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20022feeder ( +// Equation(s): +// \text_gen|char_ram~20022feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20022feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20022feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20022feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55773 ( +// Equation(s): +// \text_gen|char_ram~55773_combout = (\text_gen|char_ram~54986_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54986_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55773 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y35_N27 +dffeas \text_gen|char_ram~20022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20022feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48055 ( +// Equation(s): +// \text_gen|char_ram~48055_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~20022_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19798_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19798_q ), + .datad(\text_gen|char_ram~20022_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48055 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55775 ( +// Equation(s): +// \text_gen|char_ram~55775_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~54986_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55775 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y41_N15 +dffeas \text_gen|char_ram~20134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48056 ( +// Equation(s): +// \text_gen|char_ram~48056_combout = (\text_gen|char_ram~48055_combout & (((\text_gen|char_ram~20134_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~48055_combout & (\text_gen|char_ram~19910_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~19910_q ), + .datab(\text_gen|char_ram~48055_combout ), + .datac(\text_gen|char_ram~20134_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48056 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48064 ( +// Equation(s): +// \text_gen|char_ram~48064_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48061_combout & (\text_gen|char_ram~48063_combout )) # (!\text_gen|char_ram~48061_combout & ((\text_gen|char_ram~48056_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48061_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48063_combout ), + .datac(\text_gen|char_ram~48061_combout ), + .datad(\text_gen|char_ram~48056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48064 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48065 ( +// Equation(s): +// \text_gen|char_ram~48065_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48054_combout & ((\text_gen|char_ram~48064_combout ))) # (!\text_gen|char_ram~48054_combout & (\text_gen|char_ram~48033_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48054_combout )))) + + .dataa(\text_gen|char_ram~48033_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48054_combout ), + .datad(\text_gen|char_ram~48064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48065 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~48065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53713 ( +// Equation(s): +// \text_gen|char_ram~53713_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53713 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y59_N11 +dffeas \text_gen|char_ram~20806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53703 ( +// Equation(s): +// \text_gen|char_ram~53703_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52728_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52728_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53703 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y60_N23 +dffeas \text_gen|char_ram~20918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53711 ( +// Equation(s): +// \text_gen|char_ram~53711_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~53070_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53711 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y60_N9 +dffeas \text_gen|char_ram~20694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48013 ( +// Equation(s): +// \text_gen|char_ram~48013_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20918_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~20694_q +// ))))) + + .dataa(\text_gen|char_ram~20918_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20694_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48013 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53705 ( +// Equation(s): +// \text_gen|char_ram~53705_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52743_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53705 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y59_N13 +dffeas \text_gen|char_ram~21030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48014 ( +// Equation(s): +// \text_gen|char_ram~48014_combout = (\text_gen|char_ram~48013_combout & (((\text_gen|char_ram~21030_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~48013_combout & (\text_gen|char_ram~20806_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~20806_q ), + .datab(\text_gen|char_ram~48013_combout ), + .datac(\text_gen|char_ram~21030_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48014 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~48014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53714 ( +// Equation(s): +// \text_gen|char_ram~53714_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53714 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N7 +dffeas \text_gen|char_ram~20932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53706 ( +// Equation(s): +// \text_gen|char_ram~53706_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53706 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y61_N27 +dffeas \text_gen|char_ram~20708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48020 ( +// Equation(s): +// \text_gen|char_ram~48020_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20932_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~20708_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~20932_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20708_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48020 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53717 ( +// Equation(s): +// \text_gen|char_ram~53717_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53717 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y60_N17 +dffeas \text_gen|char_ram~21044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53709 ( +// Equation(s): +// \text_gen|char_ram~53709_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53709 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y60_N31 +dffeas \text_gen|char_ram~20820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48021 ( +// Equation(s): +// \text_gen|char_ram~48021_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48020_combout & (\text_gen|char_ram~21044_q )) # (!\text_gen|char_ram~48020_combout & ((\text_gen|char_ram~20820_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~48020_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~48020_combout ), + .datac(\text_gen|char_ram~21044_q ), + .datad(\text_gen|char_ram~20820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48021 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53762 ( +// Equation(s): +// \text_gen|char_ram~53762_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53318_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53762 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y55_N7 +dffeas \text_gen|char_ram~20652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53758 ( +// Equation(s): +// \text_gen|char_ram~53758_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53758 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N21 +dffeas \text_gen|char_ram~20764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48015 ( +// Equation(s): +// \text_gen|char_ram~48015_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~20764_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20652_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20652_q ), + .datad(\text_gen|char_ram~20764_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48015 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53766 ( +// Equation(s): +// \text_gen|char_ram~53766_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53766 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y59_N23 +dffeas \text_gen|char_ram~20988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53754 ( +// Equation(s): +// \text_gen|char_ram~53754_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52810_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53754 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N19 +dffeas \text_gen|char_ram~20876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48016 ( +// Equation(s): +// \text_gen|char_ram~48016_combout = (\text_gen|char_ram~48015_combout & (((\text_gen|char_ram~20988_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~48015_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20876_q )))) + + .dataa(\text_gen|char_ram~48015_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20988_q ), + .datad(\text_gen|char_ram~20876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48016 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~48016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20974feeder ( +// Equation(s): +// \text_gen|char_ram~20974feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20974feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20974feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20974feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53764 ( +// Equation(s): +// \text_gen|char_ram~53764_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52733_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53764 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y59_N31 +dffeas \text_gen|char_ram~20974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20974feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53751 ( +// Equation(s): +// \text_gen|char_ram~53751_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53751 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N13 +dffeas \text_gen|char_ram~20862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53756 ( +// Equation(s): +// \text_gen|char_ram~53756_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53756 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N15 +dffeas \text_gen|char_ram~20750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53759 ( +// Equation(s): +// \text_gen|char_ram~53759_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53759 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y55_N25 +dffeas \text_gen|char_ram~20638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48017 ( +// Equation(s): +// \text_gen|char_ram~48017_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~20750_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~20638_q +// ))))) + + .dataa(\text_gen|char_ram~20750_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20638_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48017 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48018 ( +// Equation(s): +// \text_gen|char_ram~48018_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48017_combout & (\text_gen|char_ram~20974_q )) # (!\text_gen|char_ram~48017_combout & ((\text_gen|char_ram~20862_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48017_combout )))) + + .dataa(\text_gen|char_ram~20974_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20862_q ), + .datad(\text_gen|char_ram~48017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48018 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~48018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48019 ( +// Equation(s): +// \text_gen|char_ram~48019_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~48016_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~48018_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~48016_combout ), + .datad(\text_gen|char_ram~48018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48019 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~48019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48022 ( +// Equation(s): +// \text_gen|char_ram~48022_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~48019_combout & ((\text_gen|char_ram~48021_combout ))) # (!\text_gen|char_ram~48019_combout & (\text_gen|char_ram~48014_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~48019_combout )))) + + .dataa(\text_gen|char_ram~48014_combout ), + .datab(\text_gen|char_ram~48021_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~48019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48022 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~48022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17222feeder ( +// Equation(s): +// \text_gen|char_ram~17222feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17222feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52856 ( +// Equation(s): +// \text_gen|char_ram~52856_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52856 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y35_N25 +dffeas \text_gen|char_ram~17222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52855 ( +// Equation(s): +// \text_gen|char_ram~52855_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52743_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52855 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y35_N23 +dffeas \text_gen|char_ram~17446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52844 ( +// Equation(s): +// \text_gen|char_ram~52844_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52728_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52844 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N25 +dffeas \text_gen|char_ram~17110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52843 ( +// Equation(s): +// \text_gen|char_ram~52843_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52728_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52843 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N15 +dffeas \text_gen|char_ram~17334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47992 ( +// Equation(s): +// \text_gen|char_ram~47992_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~17334_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17110_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17110_q ), + .datad(\text_gen|char_ram~17334_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47992 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47993 ( +// Equation(s): +// \text_gen|char_ram~47993_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47992_combout & ((\text_gen|char_ram~17446_q ))) # (!\text_gen|char_ram~47992_combout & (\text_gen|char_ram~17222_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47992_combout )))) + + .dataa(\text_gen|char_ram~17222_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17446_q ), + .datad(\text_gen|char_ram~47992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47993 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52884 ( +// Equation(s): +// \text_gen|char_ram~52884_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52821_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52821_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52884 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~52884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y60_N29 +dffeas \text_gen|char_ram~17124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52880 ( +// Equation(s): +// \text_gen|char_ram~52880_combout = (\text_gen|char_ram~52799_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52799_combout ), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52880 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N29 +dffeas \text_gen|char_ram~17348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47999 ( +// Equation(s): +// \text_gen|char_ram~47999_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~17348_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17124_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17124_q ), + .datad(\text_gen|char_ram~17348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47999 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17236feeder ( +// Equation(s): +// \text_gen|char_ram~17236feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52876 ( +// Equation(s): +// \text_gen|char_ram~52876_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52876 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y46_N5 +dffeas \text_gen|char_ram~17236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52889 ( +// Equation(s): +// \text_gen|char_ram~52889_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52816_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52816_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52889 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y42_N5 +dffeas \text_gen|char_ram~17460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~48000 ( +// Equation(s): +// \text_gen|char_ram~48000_combout = (\text_gen|char_ram~47999_combout & (((\text_gen|char_ram~17460_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~47999_combout & (\text_gen|char_ram~17236_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~47999_combout ), + .datab(\text_gen|char_ram~17236_q ), + .datac(\text_gen|char_ram~17460_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48000 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~48000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52882 ( +// Equation(s): +// \text_gen|char_ram~52882_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52882 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y56_N29 +dffeas \text_gen|char_ram~17292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52891 ( +// Equation(s): +// \text_gen|char_ram~52891_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52805_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52733_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52891 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y56_N11 +dffeas \text_gen|char_ram~17404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52878 ( +// Equation(s): +// \text_gen|char_ram~52878_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52733_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52878 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y56_N29 +dffeas \text_gen|char_ram~17180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52887 ( +// Equation(s): +// \text_gen|char_ram~52887_combout = (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52887 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y56_N19 +dffeas \text_gen|char_ram~17068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47994 ( +// Equation(s): +// \text_gen|char_ram~47994_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~17180_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~17068_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17180_q ), + .datac(\text_gen|char_ram~17068_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47994 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47995 ( +// Equation(s): +// \text_gen|char_ram~47995_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47994_combout & ((\text_gen|char_ram~17404_q ))) # (!\text_gen|char_ram~47994_combout & (\text_gen|char_ram~17292_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47994_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17292_q ), + .datac(\text_gen|char_ram~17404_q ), + .datad(\text_gen|char_ram~47994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47995 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52851 ( +// Equation(s): +// \text_gen|char_ram~52851_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52733_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52851 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y42_N23 +dffeas \text_gen|char_ram~17278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52847 ( +// Equation(s): +// \text_gen|char_ram~52847_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52847 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y48_N13 +dffeas \text_gen|char_ram~17390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17166feeder ( +// Equation(s): +// \text_gen|char_ram~17166feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17166feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17166feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17166feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52848 ( +// Equation(s): +// \text_gen|char_ram~52848_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52733_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52733_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52848 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y33_N25 +dffeas \text_gen|char_ram~17166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17166feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52852 ( +// Equation(s): +// \text_gen|char_ram~52852_combout = (\text_gen|char_ram~52733_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~52733_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52852 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y53_N31 +dffeas \text_gen|char_ram~17054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47996 ( +// Equation(s): +// \text_gen|char_ram~47996_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~17166_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~17054_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~17166_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17054_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47996 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47997 ( +// Equation(s): +// \text_gen|char_ram~47997_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47996_combout & ((\text_gen|char_ram~17390_q ))) # (!\text_gen|char_ram~47996_combout & (\text_gen|char_ram~17278_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47996_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17278_q ), + .datac(\text_gen|char_ram~17390_q ), + .datad(\text_gen|char_ram~47996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47997 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47998 ( +// Equation(s): +// \text_gen|char_ram~47998_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47995_combout ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((!\vga_c|h_cnt [7] & \text_gen|char_ram~47997_combout )))) + + .dataa(\text_gen|char_ram~47995_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~47997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47998 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~47998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~48001 ( +// Equation(s): +// \text_gen|char_ram~48001_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47998_combout & ((\text_gen|char_ram~48000_combout ))) # (!\text_gen|char_ram~47998_combout & (\text_gen|char_ram~47993_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47998_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47993_combout ), + .datac(\text_gen|char_ram~48000_combout ), + .datad(\text_gen|char_ram~47998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48001 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53513 ( +// Equation(s): +// \text_gen|char_ram~53513_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52736_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52736_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53513 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y46_N5 +dffeas \text_gen|char_ram~15486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53521 ( +// Equation(s): +// \text_gen|char_ram~53521_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52741_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53521 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N23 +dffeas \text_gen|char_ram~15598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15374feeder ( +// Equation(s): +// \text_gen|char_ram~15374feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15374feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15374feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15374feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53510 ( +// Equation(s): +// \text_gen|char_ram~53510_combout = (\text_gen|char_ram~52741_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52741_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53510 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y54_N9 +dffeas \text_gen|char_ram~15374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15374feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53518 ( +// Equation(s): +// \text_gen|char_ram~53518_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53518 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N17 +dffeas \text_gen|char_ram~15262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48006 ( +// Equation(s): +// \text_gen|char_ram~48006_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~15374_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~15262_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~15374_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15262_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48006 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~48007 ( +// Equation(s): +// \text_gen|char_ram~48007_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48006_combout & ((\text_gen|char_ram~15598_q ))) # (!\text_gen|char_ram~48006_combout & (\text_gen|char_ram~15486_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48006_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15486_q ), + .datac(\text_gen|char_ram~15598_q ), + .datad(\text_gen|char_ram~48006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48007 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53455 ( +// Equation(s): +// \text_gen|char_ram~53455_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52743_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53455 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y48_N15 +dffeas \text_gen|char_ram~15654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53447 ( +// Equation(s): +// \text_gen|char_ram~53447_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53447 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y49_N9 +dffeas \text_gen|char_ram~15542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53452 ( +// Equation(s): +// \text_gen|char_ram~53452_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53452 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y48_N27 +dffeas \text_gen|char_ram~15318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~48004 ( +// Equation(s): +// \text_gen|char_ram~48004_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~15542_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~15318_q +// ))))) + + .dataa(\text_gen|char_ram~15542_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15318_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48004 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~48004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15430feeder ( +// Equation(s): +// \text_gen|char_ram~15430feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15430feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15430feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15430feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53444 ( +// Equation(s): +// \text_gen|char_ram~53444_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52743_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52743_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53444 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y33_N11 +dffeas \text_gen|char_ram~15430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15430feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~48005 ( +// Equation(s): +// \text_gen|char_ram~48005_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48004_combout & (\text_gen|char_ram~15654_q )) # (!\text_gen|char_ram~48004_combout & ((\text_gen|char_ram~15430_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48004_combout )))) + + .dataa(\text_gen|char_ram~15654_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~48004_combout ), + .datad(\text_gen|char_ram~15430_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48005 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~48005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48008 ( +// Equation(s): +// \text_gen|char_ram~48008_combout = (\vga_c|h_cnt [7] & (((\text_gen|char_ram~48005_combout ) # (\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~48007_combout & ((!\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~48007_combout ), + .datac(\text_gen|char_ram~48005_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~48008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48008 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~48008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15444feeder ( +// Equation(s): +// \text_gen|char_ram~15444feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15444feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15444feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15444feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53446 ( +// Equation(s): +// \text_gen|char_ram~53446_combout = (\text_gen|char_ram~52816_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52816_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53446 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y59_N25 +dffeas \text_gen|char_ram~15444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15444feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53458 ( +// Equation(s): +// \text_gen|char_ram~53458_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53458 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y59_N31 +dffeas \text_gen|char_ram~15668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53454 ( +// Equation(s): +// \text_gen|char_ram~53454_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52821_combout & \text_gen|char_ram~52800_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52821_combout ), + .datad(\text_gen|char_ram~52800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53454 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y59_N29 +dffeas \text_gen|char_ram~15332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53450 ( +// Equation(s): +// \text_gen|char_ram~53450_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52799_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52799_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53450 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y54_N1 +dffeas \text_gen|char_ram~15556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48009 ( +// Equation(s): +// \text_gen|char_ram~48009_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15556_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15332_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15332_q ), + .datad(\text_gen|char_ram~15556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~48009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48009 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~48009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~48010 ( +// Equation(s): +// \text_gen|char_ram~48010_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~48009_combout & ((\text_gen|char_ram~15668_q ))) # (!\text_gen|char_ram~48009_combout & (\text_gen|char_ram~15444_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~48009_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15444_q ), + .datac(\text_gen|char_ram~15668_q ), + .datad(\text_gen|char_ram~48009_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48010 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~48010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53516 ( +// Equation(s): +// \text_gen|char_ram~53516_combout = (\text_gen|char_ram~52810_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52810_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53516 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y54_N31 +dffeas \text_gen|char_ram~15500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53524 ( +// Equation(s): +// \text_gen|char_ram~53524_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52805_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53524 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y54_N17 +dffeas \text_gen|char_ram~15612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15388feeder ( +// Equation(s): +// \text_gen|char_ram~15388feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15388feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15388feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15388feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53512 ( +// Equation(s): +// \text_gen|char_ram~53512_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53512 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y54_N3 +dffeas \text_gen|char_ram~15388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15388feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53520 ( +// Equation(s): +// \text_gen|char_ram~53520_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52885_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53520 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y54_N21 +dffeas \text_gen|char_ram~15276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~48002 ( +// Equation(s): +// \text_gen|char_ram~48002_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~15388_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~15276_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~15388_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15276_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48002 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~48002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~48003 ( +// Equation(s): +// \text_gen|char_ram~48003_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~48002_combout & ((\text_gen|char_ram~15612_q ))) # (!\text_gen|char_ram~48002_combout & (\text_gen|char_ram~15500_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~48002_combout )))) + + .dataa(\text_gen|char_ram~15500_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15612_q ), + .datad(\text_gen|char_ram~48002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48003 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~48011 ( +// Equation(s): +// \text_gen|char_ram~48011_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~48008_combout & (\text_gen|char_ram~48010_combout )) # (!\text_gen|char_ram~48008_combout & ((\text_gen|char_ram~48003_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~48008_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~48008_combout ), + .datac(\text_gen|char_ram~48010_combout ), + .datad(\text_gen|char_ram~48003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48011 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~48011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~48012 ( +// Equation(s): +// \text_gen|char_ram~48012_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~48001_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~48011_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~48001_combout ), + .datad(\text_gen|char_ram~48011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48012 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~48012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53313 ( +// Equation(s): +// \text_gen|char_ram~53313_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52816_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53313 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N11 +dffeas \text_gen|char_ram~19028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53322 ( +// Equation(s): +// \text_gen|char_ram~53322_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52816_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53322 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N21 +dffeas \text_gen|char_ram~19252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19140feeder ( +// Equation(s): +// \text_gen|char_ram~19140feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19140feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53310 ( +// Equation(s): +// \text_gen|char_ram~53310_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52799_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53310 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y58_N25 +dffeas \text_gen|char_ram~19140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53317 ( +// Equation(s): +// \text_gen|char_ram~53317_combout = (\text_gen|comb~4_combout & (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52800_combout & \text_gen|char_ram~53061_combout ))) + + .dataa(\text_gen|comb~4_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52800_combout ), + .datad(\text_gen|char_ram~53061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53317 .lut_mask = 16'h8000; +defparam \text_gen|char_ram~53317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N27 +dffeas \text_gen|char_ram~18916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47989 ( +// Equation(s): +// \text_gen|char_ram~47989_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~19140_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~18916_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~19140_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18916_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47989 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47990 ( +// Equation(s): +// \text_gen|char_ram~47990_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47989_combout & ((\text_gen|char_ram~19252_q ))) # (!\text_gen|char_ram~47989_combout & (\text_gen|char_ram~19028_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47989_combout )))) + + .dataa(\text_gen|char_ram~19028_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19252_q ), + .datad(\text_gen|char_ram~47989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47990 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19084feeder ( +// Equation(s): +// \text_gen|char_ram~19084feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19084feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19084feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19084feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53311 ( +// Equation(s): +// \text_gen|char_ram~53311_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~52810_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~52810_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53311 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y55_N11 +dffeas \text_gen|char_ram~19084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19084feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53324 ( +// Equation(s): +// \text_gen|char_ram~53324_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52805_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53324 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y58_N27 +dffeas \text_gen|char_ram~19196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53315 ( +// Equation(s): +// \text_gen|char_ram~53315_combout = (\text_gen|char_ram~52805_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52805_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53315 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N1 +dffeas \text_gen|char_ram~18972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53320 ( +// Equation(s): +// \text_gen|char_ram~53320_combout = (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53318_combout ) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53318_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53320 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y58_N9 +dffeas \text_gen|char_ram~18860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47982 ( +// Equation(s): +// \text_gen|char_ram~47982_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18972_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18860_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18972_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18860_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47982 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47983 ( +// Equation(s): +// \text_gen|char_ram~47983_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47982_combout & ((\text_gen|char_ram~19196_q ))) # (!\text_gen|char_ram~47982_combout & (\text_gen|char_ram~19084_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47982_combout )))) + + .dataa(\text_gen|char_ram~19084_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19196_q ), + .datad(\text_gen|char_ram~47982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47983 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53063 ( +// Equation(s): +// \text_gen|char_ram~53063_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~53059_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52728_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53063 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y56_N5 +dffeas \text_gen|char_ram~19126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53080 ( +// Equation(s): +// \text_gen|char_ram~53080_combout = (\text_gen|char_ram~52728_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52728_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53080 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N31 +dffeas \text_gen|char_ram~18902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47984 ( +// Equation(s): +// \text_gen|char_ram~47984_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~19126_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~18902_q +// ))))) + + .dataa(\text_gen|char_ram~19126_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18902_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47984 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53084 ( +// Equation(s): +// \text_gen|char_ram~53084_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53084 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y63_N9 +dffeas \text_gen|char_ram~19238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19014feeder ( +// Equation(s): +// \text_gen|char_ram~19014feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19014feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19014feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19014feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53071 ( +// Equation(s): +// \text_gen|char_ram~53071_combout = (\text_gen|char_ram~52743_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~52743_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53071 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y63_N31 +dffeas \text_gen|char_ram~19014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19014feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47985 ( +// Equation(s): +// \text_gen|char_ram~47985_combout = (\text_gen|char_ram~47984_combout & (((\text_gen|char_ram~19238_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~47984_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19014_q )))) + + .dataa(\text_gen|char_ram~47984_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19238_q ), + .datad(\text_gen|char_ram~19014_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47985 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19070feeder ( +// Equation(s): +// \text_gen|char_ram~19070feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53111 ( +// Equation(s): +// \text_gen|char_ram~53111_combout = (\text_gen|char_ram~53059_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52736_combout )) + + .dataa(\text_gen|char_ram~53059_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53111 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y62_N19 +dffeas \text_gen|char_ram~19070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53114 ( +// Equation(s): +// \text_gen|char_ram~53114_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~52741_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53059_combout ), + .datad(\text_gen|char_ram~52741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53114 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y51_N21 +dffeas \text_gen|char_ram~18958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53119 ( +// Equation(s): +// \text_gen|char_ram~53119_combout = (\text_gen|char_ram~52736_combout & (\text_gen|char_ram~53059_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52736_combout ), + .datab(\text_gen|char_ram~53059_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53119 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y51_N19 +dffeas \text_gen|char_ram~18846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47986 ( +// Equation(s): +// \text_gen|char_ram~47986_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18958_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18846_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18958_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18846_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47986 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53122 ( +// Equation(s): +// \text_gen|char_ram~53122_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52741_combout & \text_gen|char_ram~53059_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52741_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53122 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y63_N11 +dffeas \text_gen|char_ram~19182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47987 ( +// Equation(s): +// \text_gen|char_ram~47987_combout = (\text_gen|char_ram~47986_combout & (((\text_gen|char_ram~19182_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~47986_combout & (\text_gen|char_ram~19070_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~19070_q ), + .datab(\text_gen|char_ram~47986_combout ), + .datac(\text_gen|char_ram~19182_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47987 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47988 ( +// Equation(s): +// \text_gen|char_ram~47988_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47985_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~47987_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47985_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~47987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47988 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~47988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47991 ( +// Equation(s): +// \text_gen|char_ram~47991_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47988_combout & (\text_gen|char_ram~47990_combout )) # (!\text_gen|char_ram~47988_combout & ((\text_gen|char_ram~47983_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47988_combout )))) + + .dataa(\text_gen|char_ram~47990_combout ), + .datab(\text_gen|char_ram~47983_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~47988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47991 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~47991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~48023 ( +// Equation(s): +// \text_gen|char_ram~48023_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~48012_combout & (\text_gen|char_ram~48022_combout )) # (!\text_gen|char_ram~48012_combout & ((\text_gen|char_ram~47991_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~48012_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~48022_combout ), + .datac(\text_gen|char_ram~48012_combout ), + .datad(\text_gen|char_ram~47991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48023 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~48066 ( +// Equation(s): +// \text_gen|char_ram~48066_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~48023_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~48065_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48065_combout ), + .datad(\text_gen|char_ram~48023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48066 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~48066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~48109 ( +// Equation(s): +// \text_gen|char_ram~48109_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~48066_combout & ((\text_gen|char_ram~48108_combout ))) # (!\text_gen|char_ram~48066_combout & (\text_gen|char_ram~47981_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~48066_combout )))) + + .dataa(\text_gen|char_ram~47981_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~48108_combout ), + .datad(\text_gen|char_ram~48066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48109 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~48109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~48621 ( +// Equation(s): +// \text_gen|char_ram~48621_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~48450_combout & (\text_gen|char_ram~48620_combout )) # (!\text_gen|char_ram~48450_combout & ((\text_gen|char_ram~48109_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~48450_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~48620_combout ), + .datac(\text_gen|char_ram~48450_combout ), + .datad(\text_gen|char_ram~48109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~48621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~48621 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~48621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~49304 ( +// Equation(s): +// \text_gen|char_ram~49304_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~48621_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~49303_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~49303_combout ), + .datad(\text_gen|char_ram~48621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49304 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56238 ( +// Equation(s): +// \text_gen|char_ram~56238_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56238 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y32_N29 +dffeas \text_gen|char_ram~14247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56230 ( +// Equation(s): +// \text_gen|char_ram~56230_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56230 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y32_N1 +dffeas \text_gen|char_ram~14233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56422 ( +// Equation(s): +// \text_gen|char_ram~56422_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56422 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y28_N11 +dffeas \text_gen|char_ram~14289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47903 ( +// Equation(s): +// \text_gen|char_ram~47903_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~14289_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14233_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14233_q ), + .datad(\text_gen|char_ram~14289_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47903 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56473 ( +// Equation(s): +// \text_gen|char_ram~56473_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56473 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y28_N9 +dffeas \text_gen|char_ram~14303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47904 ( +// Equation(s): +// \text_gen|char_ram~47904_combout = (\text_gen|char_ram~47903_combout & (((\text_gen|char_ram~14303_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~47903_combout & (\text_gen|char_ram~14247_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~14247_q ), + .datab(\text_gen|char_ram~47903_combout ), + .datac(\text_gen|char_ram~14303_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~47904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47904 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8913feeder ( +// Equation(s): +// \text_gen|char_ram~8913feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8913feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8913feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8913feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56421 ( +// Equation(s): +// \text_gen|char_ram~56421_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56421 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y30_N27 +dffeas \text_gen|char_ram~8913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8913feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56472 ( +// Equation(s): +// \text_gen|char_ram~56472_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56472 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y28_N21 +dffeas \text_gen|char_ram~8927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8871feeder ( +// Equation(s): +// \text_gen|char_ram~8871feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8871feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56237 ( +// Equation(s): +// \text_gen|char_ram~56237_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56237 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y32_N21 +dffeas \text_gen|char_ram~8871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56229 ( +// Equation(s): +// \text_gen|char_ram~56229_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56229 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y32_N7 +dffeas \text_gen|char_ram~8857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47900 ( +// Equation(s): +// \text_gen|char_ram~47900_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8871_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~8857_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~8871_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8857_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~47900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47900 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47901 ( +// Equation(s): +// \text_gen|char_ram~47901_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47900_combout & ((\text_gen|char_ram~8927_q ))) # (!\text_gen|char_ram~47900_combout & (\text_gen|char_ram~8913_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47900_combout )))) + + .dataa(\text_gen|char_ram~8913_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8927_q ), + .datad(\text_gen|char_ram~47900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47901 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12455feeder ( +// Equation(s): +// \text_gen|char_ram~12455feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56235 ( +// Equation(s): +// \text_gen|char_ram~56235_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56235 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y30_N15 +dffeas \text_gen|char_ram~12455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56471 ( +// Equation(s): +// \text_gen|char_ram~56471_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56471 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y30_N19 +dffeas \text_gen|char_ram~12511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56228 ( +// Equation(s): +// \text_gen|char_ram~56228_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56228 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y34_N5 +dffeas \text_gen|char_ram~12441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12497feeder ( +// Equation(s): +// \text_gen|char_ram~12497feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56420 ( +// Equation(s): +// \text_gen|char_ram~56420_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56420 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y33_N1 +dffeas \text_gen|char_ram~12497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47898 ( +// Equation(s): +// \text_gen|char_ram~47898_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12497_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12441_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12441_q ), + .datad(\text_gen|char_ram~12497_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47898 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47899 ( +// Equation(s): +// \text_gen|char_ram~47899_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47898_combout & ((\text_gen|char_ram~12511_q ))) # (!\text_gen|char_ram~47898_combout & (\text_gen|char_ram~12455_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47898_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12455_q ), + .datac(\text_gen|char_ram~12511_q ), + .datad(\text_gen|char_ram~47898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47899 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47902 ( +// Equation(s): +// \text_gen|char_ram~47902_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~47899_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~47901_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47901_combout ), + .datac(\text_gen|char_ram~47899_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47902 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~47902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56227 ( +// Equation(s): +// \text_gen|char_ram~56227_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56227 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y32_N15 +dffeas \text_gen|char_ram~10649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56236 ( +// Equation(s): +// \text_gen|char_ram~56236_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56236 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y33_N11 +dffeas \text_gen|char_ram~10663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47896 ( +// Equation(s): +// \text_gen|char_ram~47896_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10663_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10649_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10649_q ), + .datad(\text_gen|char_ram~10663_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47896 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56419 ( +// Equation(s): +// \text_gen|char_ram~56419_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56419 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y28_N21 +dffeas \text_gen|char_ram~10705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56470 ( +// Equation(s): +// \text_gen|char_ram~56470_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56470 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N13 +dffeas \text_gen|char_ram~10719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47897 ( +// Equation(s): +// \text_gen|char_ram~47897_combout = (\text_gen|char_ram~47896_combout & (((\text_gen|char_ram~10719_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47896_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~10705_q ))) + + .dataa(\text_gen|char_ram~47896_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10705_q ), + .datad(\text_gen|char_ram~10719_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47897 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~47897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47905 ( +// Equation(s): +// \text_gen|char_ram~47905_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47902_combout & (\text_gen|char_ram~47904_combout )) # (!\text_gen|char_ram~47902_combout & ((\text_gen|char_ram~47897_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47902_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47904_combout ), + .datac(\text_gen|char_ram~47902_combout ), + .datad(\text_gen|char_ram~47897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47905 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56960 ( +// Equation(s): +// \text_gen|char_ram~56960_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56960 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y26_N1 +dffeas \text_gen|char_ram~23263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56959 ( +// Equation(s): +// \text_gen|char_ram~56959_combout = (\text_gen|char_ram~56747_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56747_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56959 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N3 +dffeas \text_gen|char_ram~25055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56992 ( +// Equation(s): +// \text_gen|char_ram~56992_combout = (\text_gen|char_ram~56749_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56749_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56992 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y22_N23 +dffeas \text_gen|char_ram~23249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56991 ( +// Equation(s): +// \text_gen|char_ram~56991_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~56747_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56991 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y22_N29 +dffeas \text_gen|char_ram~25041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47929 ( +// Equation(s): +// \text_gen|char_ram~47929_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25041_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23249_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23249_q ), + .datad(\text_gen|char_ram~25041_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47929 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47930 ( +// Equation(s): +// \text_gen|char_ram~47930_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47929_combout & ((\text_gen|char_ram~25055_q ))) # (!\text_gen|char_ram~47929_combout & (\text_gen|char_ram~23263_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47929_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~23263_q ), + .datac(\text_gen|char_ram~25055_q ), + .datad(\text_gen|char_ram~47929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47930 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56753 ( +// Equation(s): +// \text_gen|char_ram~56753_combout = (\text_gen|char_ram~56747_combout & \text_gen|char_ram~52783_combout ) + + .dataa(\text_gen|char_ram~56747_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56753 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y26_N25 +dffeas \text_gen|char_ram~24985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56762 ( +// Equation(s): +// \text_gen|char_ram~56762_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~56747_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56762 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y26_N11 +dffeas \text_gen|char_ram~24999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56763 ( +// Equation(s): +// \text_gen|char_ram~56763_combout = (\text_gen|char_ram~56749_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56749_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56763 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y26_N1 +dffeas \text_gen|char_ram~23207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56755 ( +// Equation(s): +// \text_gen|char_ram~56755_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56755 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y27_N1 +dffeas \text_gen|char_ram~23193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47931 ( +// Equation(s): +// \text_gen|char_ram~47931_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~23207_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~23193_q ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23207_q ), + .datac(\text_gen|char_ram~23193_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~47931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47931 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47932 ( +// Equation(s): +// \text_gen|char_ram~47932_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47931_combout & ((\text_gen|char_ram~24999_q ))) # (!\text_gen|char_ram~47931_combout & (\text_gen|char_ram~24985_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47931_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24985_q ), + .datac(\text_gen|char_ram~24999_q ), + .datad(\text_gen|char_ram~47931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47932 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47933 ( +// Equation(s): +// \text_gen|char_ram~47933_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47930_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47932_combout ))))) + + .dataa(\text_gen|char_ram~47930_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~47932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47933 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~47933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~28569feeder ( +// Equation(s): +// \text_gen|char_ram~28569feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28569feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28569feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28569feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56756 ( +// Equation(s): +// \text_gen|char_ram~56756_combout = (\text_gen|char_ram~56751_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56751_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56756 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N17 +dffeas \text_gen|char_ram~28569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28569feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56764 ( +// Equation(s): +// \text_gen|char_ram~56764_combout = (\text_gen|char_ram~56751_combout & \text_gen|char_ram~52755_combout ) + + .dataa(\text_gen|char_ram~56751_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56764 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y26_N31 +dffeas \text_gen|char_ram~28583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56754 ( +// Equation(s): +// \text_gen|char_ram~56754_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~56745_combout ) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56754 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y27_N7 +dffeas \text_gen|char_ram~26777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56761 ( +// Equation(s): +// \text_gen|char_ram~56761_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~56745_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56761 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y30_N21 +dffeas \text_gen|char_ram~26791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47927 ( +// Equation(s): +// \text_gen|char_ram~47927_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~26791_q )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26777_q & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~26777_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~26791_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47927 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~47927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47928 ( +// Equation(s): +// \text_gen|char_ram~47928_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47927_combout & ((\text_gen|char_ram~28583_q ))) # (!\text_gen|char_ram~47927_combout & (\text_gen|char_ram~28569_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47927_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28569_q ), + .datac(\text_gen|char_ram~28583_q ), + .datad(\text_gen|char_ram~47927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47928 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26847feeder ( +// Equation(s): +// \text_gen|char_ram~26847feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26847feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26847feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26847feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56958 ( +// Equation(s): +// \text_gen|char_ram~56958_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~56745_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56958 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y30_N15 +dffeas \text_gen|char_ram~26847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26847feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56990 ( +// Equation(s): +// \text_gen|char_ram~56990_combout = (\text_gen|char_ram~56745_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56745_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56990 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y35_N31 +dffeas \text_gen|char_ram~26833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47934 ( +// Equation(s): +// \text_gen|char_ram~47934_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~26847_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~26833_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~26847_q ), + .datac(\text_gen|char_ram~26833_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47934 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56961 ( +// Equation(s): +// \text_gen|char_ram~56961_combout = (\text_gen|char_ram~56751_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56751_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56961 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y26_N31 +dffeas \text_gen|char_ram~28639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~28625feeder ( +// Equation(s): +// \text_gen|char_ram~28625feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28625feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56993 ( +// Equation(s): +// \text_gen|char_ram~56993_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~56751_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~56751_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56993 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N27 +dffeas \text_gen|char_ram~28625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47935 ( +// Equation(s): +// \text_gen|char_ram~47935_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47934_combout & (\text_gen|char_ram~28639_q )) # (!\text_gen|char_ram~47934_combout & ((\text_gen|char_ram~28625_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~47934_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47934_combout ), + .datac(\text_gen|char_ram~28639_q ), + .datad(\text_gen|char_ram~28625_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47935 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47936 ( +// Equation(s): +// \text_gen|char_ram~47936_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47933_combout & ((\text_gen|char_ram~47935_combout ))) # (!\text_gen|char_ram~47933_combout & (\text_gen|char_ram~47928_combout )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~47933_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47933_combout ), + .datac(\text_gen|char_ram~47928_combout ), + .datad(\text_gen|char_ram~47935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47936 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~47936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56581 ( +// Equation(s): +// \text_gen|char_ram~56581_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56581 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y25_N23 +dffeas \text_gen|char_ram~7079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56613 ( +// Equation(s): +// \text_gen|char_ram~56613_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56613 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y25_N3 +dffeas \text_gen|char_ram~7135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56645 ( +// Equation(s): +// \text_gen|char_ram~56645_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56645 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y34_N7 +dffeas \text_gen|char_ram~7065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7121feeder ( +// Equation(s): +// \text_gen|char_ram~7121feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7121feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7121feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7121feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56677 ( +// Equation(s): +// \text_gen|char_ram~56677_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56677 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y34_N25 +dffeas \text_gen|char_ram~7121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7121feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47923 ( +// Equation(s): +// \text_gen|char_ram~47923_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~7121_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7065_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7065_q ), + .datad(\text_gen|char_ram~7121_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47923 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47924 ( +// Equation(s): +// \text_gen|char_ram~47924_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47923_combout & ((\text_gen|char_ram~7135_q ))) # (!\text_gen|char_ram~47923_combout & (\text_gen|char_ram~7079_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47923_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7079_q ), + .datac(\text_gen|char_ram~7135_q ), + .datad(\text_gen|char_ram~47923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47924 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56578 ( +// Equation(s): +// \text_gen|char_ram~56578_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56578 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N23 +dffeas \text_gen|char_ram~5287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56642 ( +// Equation(s): +// \text_gen|char_ram~56642_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56642 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N5 +dffeas \text_gen|char_ram~5273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56674 ( +// Equation(s): +// \text_gen|char_ram~56674_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56674 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y35_N1 +dffeas \text_gen|char_ram~5329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47916 ( +// Equation(s): +// \text_gen|char_ram~47916_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~5329_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5273_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5273_q ), + .datad(\text_gen|char_ram~5329_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47916 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56610 ( +// Equation(s): +// \text_gen|char_ram~56610_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56610 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N13 +dffeas \text_gen|char_ram~5343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47917 ( +// Equation(s): +// \text_gen|char_ram~47917_combout = (\text_gen|char_ram~47916_combout & (((\text_gen|char_ram~5343_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~47916_combout & (\text_gen|char_ram~5287_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~5287_q ), + .datab(\text_gen|char_ram~47916_combout ), + .datac(\text_gen|char_ram~5343_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~47917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47917 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3495feeder ( +// Equation(s): +// \text_gen|char_ram~3495feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3495feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56579 ( +// Equation(s): +// \text_gen|char_ram~56579_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~56482_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56579 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y24_N25 +dffeas \text_gen|char_ram~3495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56611 ( +// Equation(s): +// \text_gen|char_ram~56611_combout = (\text_gen|char_ram~56482_combout & \text_gen|char_ram~52757_combout ) + + .dataa(\text_gen|char_ram~56482_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56611 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y21_N25 +dffeas \text_gen|char_ram~3551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56643 ( +// Equation(s): +// \text_gen|char_ram~56643_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~56482_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56643 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N31 +dffeas \text_gen|char_ram~3481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~3537feeder ( +// Equation(s): +// \text_gen|char_ram~3537feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3537feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3537feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3537feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56675 ( +// Equation(s): +// \text_gen|char_ram~56675_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~56482_combout ) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~56482_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56675 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N5 +dffeas \text_gen|char_ram~3537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3537feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47918 ( +// Equation(s): +// \text_gen|char_ram~47918_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~3537_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3481_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3481_q ), + .datad(\text_gen|char_ram~3537_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47918 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47919 ( +// Equation(s): +// \text_gen|char_ram~47919_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47918_combout & ((\text_gen|char_ram~3551_q ))) # (!\text_gen|char_ram~47918_combout & (\text_gen|char_ram~3495_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47918_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3495_q ), + .datac(\text_gen|char_ram~3551_q ), + .datad(\text_gen|char_ram~47918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47919 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56580 ( +// Equation(s): +// \text_gen|char_ram~56580_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56485_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56580 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y25_N9 +dffeas \text_gen|char_ram~1703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56612 ( +// Equation(s): +// \text_gen|char_ram~56612_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~56485_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56612 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y25_N27 +dffeas \text_gen|char_ram~1759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56644 ( +// Equation(s): +// \text_gen|char_ram~56644_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56485_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56644 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y34_N9 +dffeas \text_gen|char_ram~1689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1745feeder ( +// Equation(s): +// \text_gen|char_ram~1745feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1745feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1745feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1745feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56676 ( +// Equation(s): +// \text_gen|char_ram~56676_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52785_combout ) + + .dataa(\text_gen|char_ram~56485_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56676 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y34_N19 +dffeas \text_gen|char_ram~1745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1745feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47920 ( +// Equation(s): +// \text_gen|char_ram~47920_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~1745_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1689_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1689_q ), + .datad(\text_gen|char_ram~1745_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47920 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47921 ( +// Equation(s): +// \text_gen|char_ram~47921_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47920_combout & ((\text_gen|char_ram~1759_q ))) # (!\text_gen|char_ram~47920_combout & (\text_gen|char_ram~1703_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47920_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1703_q ), + .datac(\text_gen|char_ram~1759_q ), + .datad(\text_gen|char_ram~47920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47921 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47922 ( +// Equation(s): +// \text_gen|char_ram~47922_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~47919_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~47921_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47919_combout ), + .datac(\text_gen|char_ram~47921_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47922 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47925 ( +// Equation(s): +// \text_gen|char_ram~47925_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47922_combout & (\text_gen|char_ram~47924_combout )) # (!\text_gen|char_ram~47922_combout & ((\text_gen|char_ram~47917_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47922_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47924_combout ), + .datac(\text_gen|char_ram~47917_combout ), + .datad(\text_gen|char_ram~47922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47925 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56147 ( +// Equation(s): +// \text_gen|char_ram~56147_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56147 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y28_N23 +dffeas \text_gen|char_ram~16025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56083 ( +// Equation(s): +// \text_gen|char_ram~56083_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56083 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y28_N29 +dffeas \text_gen|char_ram~16039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47910 ( +// Equation(s): +// \text_gen|char_ram~47910_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~16039_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16025_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16025_q ), + .datad(\text_gen|char_ram~16039_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47910 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56091 ( +// Equation(s): +// \text_gen|char_ram~56091_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56091 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y28_N1 +dffeas \text_gen|char_ram~16095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56155 ( +// Equation(s): +// \text_gen|char_ram~56155_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56155 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y32_N17 +dffeas \text_gen|char_ram~16081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47911 ( +// Equation(s): +// \text_gen|char_ram~47911_combout = (\text_gen|char_ram~47910_combout & (((\text_gen|char_ram~16095_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47910_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~16081_q )))) + + .dataa(\text_gen|char_ram~47910_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16095_q ), + .datad(\text_gen|char_ram~16081_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47911 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56154 ( +// Equation(s): +// \text_gen|char_ram~56154_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56154 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y21_N3 +dffeas \text_gen|char_ram~17873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56090 ( +// Equation(s): +// \text_gen|char_ram~56090_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56090 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y21_N21 +dffeas \text_gen|char_ram~17887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56146 ( +// Equation(s): +// \text_gen|char_ram~56146_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56146 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y27_N17 +dffeas \text_gen|char_ram~17817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17831feeder ( +// Equation(s): +// \text_gen|char_ram~17831feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17831feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56082 ( +// Equation(s): +// \text_gen|char_ram~56082_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56082 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y24_N23 +dffeas \text_gen|char_ram~17831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47908 ( +// Equation(s): +// \text_gen|char_ram~47908_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17831_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17817_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17817_q ), + .datad(\text_gen|char_ram~17831_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47908 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47909 ( +// Equation(s): +// \text_gen|char_ram~47909_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47908_combout & ((\text_gen|char_ram~17887_q ))) # (!\text_gen|char_ram~47908_combout & (\text_gen|char_ram~17873_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47908_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17873_q ), + .datac(\text_gen|char_ram~17887_q ), + .datad(\text_gen|char_ram~47908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47909 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47912 ( +// Equation(s): +// \text_gen|char_ram~47912_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~47909_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~47911_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~47911_combout ), + .datad(\text_gen|char_ram~47909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47912 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21415feeder ( +// Equation(s): +// \text_gen|char_ram~21415feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21415feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21415feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21415feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56084 ( +// Equation(s): +// \text_gen|char_ram~56084_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56084 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y25_N15 +dffeas \text_gen|char_ram~21415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21415feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56092 ( +// Equation(s): +// \text_gen|char_ram~56092_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56092 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y26_N31 +dffeas \text_gen|char_ram~21471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56148 ( +// Equation(s): +// \text_gen|char_ram~56148_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56148 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N7 +dffeas \text_gen|char_ram~21401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21457feeder ( +// Equation(s): +// \text_gen|char_ram~21457feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21457feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56156 ( +// Equation(s): +// \text_gen|char_ram~56156_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56156 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y31_N3 +dffeas \text_gen|char_ram~21457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47913 ( +// Equation(s): +// \text_gen|char_ram~47913_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~21457_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21401_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21401_q ), + .datad(\text_gen|char_ram~21457_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47913 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47914 ( +// Equation(s): +// \text_gen|char_ram~47914_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47913_combout & ((\text_gen|char_ram~21471_q ))) # (!\text_gen|char_ram~47913_combout & (\text_gen|char_ram~21415_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47913_combout )))) + + .dataa(\text_gen|char_ram~21415_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21471_q ), + .datad(\text_gen|char_ram~47913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47914 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56081 ( +// Equation(s): +// \text_gen|char_ram~56081_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56081 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y28_N23 +dffeas \text_gen|char_ram~19623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56089 ( +// Equation(s): +// \text_gen|char_ram~56089_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56089 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y44_N23 +dffeas \text_gen|char_ram~19679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56145 ( +// Equation(s): +// \text_gen|char_ram~56145_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56145 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y39_N3 +dffeas \text_gen|char_ram~19609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56153 ( +// Equation(s): +// \text_gen|char_ram~56153_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56153 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y47_N17 +dffeas \text_gen|char_ram~19665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47906 ( +// Equation(s): +// \text_gen|char_ram~47906_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19665_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19609_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19609_q ), + .datad(\text_gen|char_ram~19665_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47906 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47907 ( +// Equation(s): +// \text_gen|char_ram~47907_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47906_combout & ((\text_gen|char_ram~19679_q ))) # (!\text_gen|char_ram~47906_combout & (\text_gen|char_ram~19623_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47906_combout )))) + + .dataa(\text_gen|char_ram~19623_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19679_q ), + .datad(\text_gen|char_ram~47906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47907 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47915 ( +// Equation(s): +// \text_gen|char_ram~47915_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47912_combout & (\text_gen|char_ram~47914_combout )) # (!\text_gen|char_ram~47912_combout & ((\text_gen|char_ram~47907_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~47912_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47912_combout ), + .datac(\text_gen|char_ram~47914_combout ), + .datad(\text_gen|char_ram~47907_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47915 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47926 ( +// Equation(s): +// \text_gen|char_ram~47926_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47915_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~47925_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47925_combout ), + .datad(\text_gen|char_ram~47915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47926 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47937 ( +// Equation(s): +// \text_gen|char_ram~47937_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47926_combout & ((\text_gen|char_ram~47936_combout ))) # (!\text_gen|char_ram~47926_combout & (\text_gen|char_ram~47905_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47926_combout )))) + + .dataa(\text_gen|char_ram~47905_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47936_combout ), + .datad(\text_gen|char_ram~47926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47937 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54788 ( +// Equation(s): +// \text_gen|char_ram~54788_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54788 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y10_N15 +dffeas \text_gen|char_ram~13407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53960 ( +// Equation(s): +// \text_gen|char_ram~53960_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53960 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y18_N17 +dffeas \text_gen|char_ram~11615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11601feeder ( +// Equation(s): +// \text_gen|char_ram~11601feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11601feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11601feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11601feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53992 ( +// Equation(s): +// \text_gen|char_ram~53992_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53992 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N15 +dffeas \text_gen|char_ram~11601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11601feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47786 ( +// Equation(s): +// \text_gen|char_ram~47786_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~11615_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~11601_q ))))) + + .dataa(\text_gen|char_ram~11615_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~11601_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47786 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~47786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54852 ( +// Equation(s): +// \text_gen|char_ram~54852_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54852 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y10_N1 +dffeas \text_gen|char_ram~13393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47787 ( +// Equation(s): +// \text_gen|char_ram~47787_combout = (\text_gen|char_ram~47786_combout & ((\text_gen|char_ram~13407_q ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~47786_combout & (((\text_gen|char_ram~13393_q & \text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~13407_q ), + .datab(\text_gen|char_ram~47786_combout ), + .datac(\text_gen|char_ram~13393_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47787 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~47787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8031feeder ( +// Equation(s): +// \text_gen|char_ram~8031feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8031feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8031feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8031feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54500 ( +// Equation(s): +// \text_gen|char_ram~54500_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54500 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y11_N7 +dffeas \text_gen|char_ram~8031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8031feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54342 ( +// Equation(s): +// \text_gen|char_ram~54342_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54342 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y12_N7 +dffeas \text_gen|char_ram~9809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54564 ( +// Equation(s): +// \text_gen|char_ram~54564_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54564 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y12_N9 +dffeas \text_gen|char_ram~8017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47779 ( +// Equation(s): +// \text_gen|char_ram~47779_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9809_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8017_q ))))) + + .dataa(\text_gen|char_ram~9809_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8017_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47779 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54344 ( +// Equation(s): +// \text_gen|char_ram~54344_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54344 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y11_N9 +dffeas \text_gen|char_ram~9823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47780 ( +// Equation(s): +// \text_gen|char_ram~47780_combout = (\text_gen|char_ram~47779_combout & (((\text_gen|char_ram~9823_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~47779_combout & (\text_gen|char_ram~8031_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~8031_q ), + .datab(\text_gen|char_ram~47779_combout ), + .datac(\text_gen|char_ram~9823_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~47780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47780 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53958 ( +// Equation(s): +// \text_gen|char_ram~53958_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53958 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y16_N1 +dffeas \text_gen|char_ram~11559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54756 ( +// Equation(s): +// \text_gen|char_ram~54756_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54756 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y13_N13 +dffeas \text_gen|char_ram~13351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13337feeder ( +// Equation(s): +// \text_gen|char_ram~13337feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13337feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54820 ( +// Equation(s): +// \text_gen|char_ram~54820_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54820 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y13_N11 +dffeas \text_gen|char_ram~13337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53990 ( +// Equation(s): +// \text_gen|char_ram~53990_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53990 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y10_N3 +dffeas \text_gen|char_ram~11545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47781 ( +// Equation(s): +// \text_gen|char_ram~47781_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~13337_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11545_q ))))) + + .dataa(\text_gen|char_ram~13337_q ), + .datab(\text_gen|char_ram~11545_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47781 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~47781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47782 ( +// Equation(s): +// \text_gen|char_ram~47782_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47781_combout & ((\text_gen|char_ram~13351_q ))) # (!\text_gen|char_ram~47781_combout & (\text_gen|char_ram~11559_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47781_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11559_q ), + .datac(\text_gen|char_ram~13351_q ), + .datad(\text_gen|char_ram~47781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47782 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54492 ( +// Equation(s): +// \text_gen|char_ram~54492_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54492 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y18_N31 +dffeas \text_gen|char_ram~7975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54165 ( +// Equation(s): +// \text_gen|char_ram~54165_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54165 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y17_N29 +dffeas \text_gen|char_ram~9767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9753feeder ( +// Equation(s): +// \text_gen|char_ram~9753feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54181 ( +// Equation(s): +// \text_gen|char_ram~54181_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54181 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y12_N29 +dffeas \text_gen|char_ram~9753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54552 ( +// Equation(s): +// \text_gen|char_ram~54552_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54552 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y12_N1 +dffeas \text_gen|char_ram~7961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47783 ( +// Equation(s): +// \text_gen|char_ram~47783_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9753_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7961_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9753_q ), + .datac(\text_gen|char_ram~7961_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47783 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47784 ( +// Equation(s): +// \text_gen|char_ram~47784_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47783_combout & ((\text_gen|char_ram~9767_q ))) # (!\text_gen|char_ram~47783_combout & (\text_gen|char_ram~7975_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47783_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7975_q ), + .datac(\text_gen|char_ram~9767_q ), + .datad(\text_gen|char_ram~47783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47784 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47785 ( +// Equation(s): +// \text_gen|char_ram~47785_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47782_combout ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & (((!\vga_c|h_cnt [7] & \text_gen|char_ram~47784_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47782_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~47784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47785 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~47785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47788 ( +// Equation(s): +// \text_gen|char_ram~47788_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47785_combout & (\text_gen|char_ram~47787_combout )) # (!\text_gen|char_ram~47785_combout & ((\text_gen|char_ram~47780_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47785_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47787_combout ), + .datac(\text_gen|char_ram~47780_combout ), + .datad(\text_gen|char_ram~47785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47788 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6183feeder ( +// Equation(s): +// \text_gen|char_ram~6183feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6183feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54757 ( +// Equation(s): +// \text_gen|char_ram~54757_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54757 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y22_N19 +dffeas \text_gen|char_ram~6183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54821 ( +// Equation(s): +// \text_gen|char_ram~54821_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54821 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y22_N21 +dffeas \text_gen|char_ram~6169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47796 ( +// Equation(s): +// \text_gen|char_ram~47796_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~6183_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~6169_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6183_q ), + .datac(\text_gen|char_ram~6169_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~47796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47796 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y1_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54789 ( +// Equation(s): +// \text_gen|char_ram~54789_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54789 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y7_N15 +dffeas \text_gen|char_ram~6239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y7_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6225feeder ( +// Equation(s): +// \text_gen|char_ram~6225feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54853 ( +// Equation(s): +// \text_gen|char_ram~54853_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54853 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y7_N25 +dffeas \text_gen|char_ram~6225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y7_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47797 ( +// Equation(s): +// \text_gen|char_ram~47797_combout = (\text_gen|char_ram~47796_combout & (((\text_gen|char_ram~6239_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47796_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~6225_q )))) + + .dataa(\text_gen|char_ram~47796_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6239_q ), + .datad(\text_gen|char_ram~6225_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47797 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54179 ( +// Equation(s): +// \text_gen|char_ram~54179_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54179 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y20_N19 +dffeas \text_gen|char_ram~2585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54163 ( +// Equation(s): +// \text_gen|char_ram~54163_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54163 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y20_N29 +dffeas \text_gen|char_ram~2599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47789 ( +// Equation(s): +// \text_gen|char_ram~47789_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2599_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2585_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2585_q ), + .datad(\text_gen|char_ram~2599_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47789 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54376 ( +// Equation(s): +// \text_gen|char_ram~54376_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54158_combout ) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54376 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y5_N31 +dffeas \text_gen|char_ram~2655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54374 ( +// Equation(s): +// \text_gen|char_ram~54374_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54374 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y5_N29 +dffeas \text_gen|char_ram~2641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y5_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47790 ( +// Equation(s): +// \text_gen|char_ram~47790_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47789_combout & (\text_gen|char_ram~2655_q )) # (!\text_gen|char_ram~47789_combout & ((\text_gen|char_ram~2641_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47789_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47789_combout ), + .datac(\text_gen|char_ram~2655_q ), + .datad(\text_gen|char_ram~2641_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47790 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54054 ( +// Equation(s): +// \text_gen|char_ram~54054_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54054 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y18_N15 +dffeas \text_gen|char_ram~4377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4433feeder ( +// Equation(s): +// \text_gen|char_ram~4433feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4433feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4433feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4433feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54056 ( +// Equation(s): +// \text_gen|char_ram~54056_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54056 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N11 +dffeas \text_gen|char_ram~4433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4433feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47791 ( +// Equation(s): +// \text_gen|char_ram~47791_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4433_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4377_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4377_q ), + .datad(\text_gen|char_ram~4433_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47791 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54024 ( +// Equation(s): +// \text_gen|char_ram~54024_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54024 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y18_N25 +dffeas \text_gen|char_ram~4447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54022 ( +// Equation(s): +// \text_gen|char_ram~54022_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54022 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y14_N15 +dffeas \text_gen|char_ram~4391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47792 ( +// Equation(s): +// \text_gen|char_ram~47792_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47791_combout & (\text_gen|char_ram~4447_q )) # (!\text_gen|char_ram~47791_combout & ((\text_gen|char_ram~4391_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~47791_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47791_combout ), + .datac(\text_gen|char_ram~4447_q ), + .datad(\text_gen|char_ram~4391_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47792 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54568 ( +// Equation(s): +// \text_gen|char_ram~54568_combout = (\text_gen|char_ram~54435_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54435_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54568 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y16_N9 +dffeas \text_gen|char_ram~793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54580 ( +// Equation(s): +// \text_gen|char_ram~54580_combout = (\text_gen|char_ram~54435_combout & \text_gen|char_ram~52785_combout ) + + .dataa(\text_gen|char_ram~54435_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54580 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y16_N3 +dffeas \text_gen|char_ram~849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47793 ( +// Equation(s): +// \text_gen|char_ram~47793_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~849_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~793_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~793_q ), + .datad(\text_gen|char_ram~849_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47793 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y1_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54516 ( +// Equation(s): +// \text_gen|char_ram~54516_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54435_combout ) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54435_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54516 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y11_N5 +dffeas \text_gen|char_ram~863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~807feeder ( +// Equation(s): +// \text_gen|char_ram~807feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~807feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~807feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~807feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54504 ( +// Equation(s): +// \text_gen|char_ram~54504_combout = (\text_gen|char_ram~54435_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54435_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54504 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y15_N25 +dffeas \text_gen|char_ram~807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~807feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47794 ( +// Equation(s): +// \text_gen|char_ram~47794_combout = (\text_gen|char_ram~47793_combout & (((\text_gen|char_ram~863_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~47793_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~807_q )))) + + .dataa(\text_gen|char_ram~47793_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~863_q ), + .datad(\text_gen|char_ram~807_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47794 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47795 ( +// Equation(s): +// \text_gen|char_ram~47795_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~47792_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~47794_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47792_combout ), + .datac(\text_gen|char_ram~47794_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47795 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47798 ( +// Equation(s): +// \text_gen|char_ram~47798_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47795_combout & (\text_gen|char_ram~47797_combout )) # (!\text_gen|char_ram~47795_combout & ((\text_gen|char_ram~47790_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47795_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47797_combout ), + .datac(\text_gen|char_ram~47790_combout ), + .datad(\text_gen|char_ram~47795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47798 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47799 ( +// Equation(s): +// \text_gen|char_ram~47799_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47788_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~47798_combout & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47788_combout ), + .datac(\text_gen|char_ram~47798_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47799 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y1_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20575feeder ( +// Equation(s): +// \text_gen|char_ram~20575feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20575feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54787 ( +// Equation(s): +// \text_gen|char_ram~54787_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54787 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y1_N19 +dffeas \text_gen|char_ram~20575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54851 ( +// Equation(s): +// \text_gen|char_ram~54851_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54851 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y1_N29 +dffeas \text_gen|char_ram~20561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54819 ( +// Equation(s): +// \text_gen|char_ram~54819_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54819 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N11 +dffeas \text_gen|char_ram~20505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54755 ( +// Equation(s): +// \text_gen|char_ram~54755_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54755 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N21 +dffeas \text_gen|char_ram~20519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47776 ( +// Equation(s): +// \text_gen|char_ram~47776_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20519_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20505_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20505_q ), + .datad(\text_gen|char_ram~20519_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47776 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y1_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47777 ( +// Equation(s): +// \text_gen|char_ram~47777_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47776_combout & (\text_gen|char_ram~20575_q )) # (!\text_gen|char_ram~47776_combout & ((\text_gen|char_ram~20561_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47776_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~20575_q ), + .datac(\text_gen|char_ram~20561_q ), + .datad(\text_gen|char_ram~47776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47777 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53926 ( +// Equation(s): +// \text_gen|char_ram~53926_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53926 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N5 +dffeas \text_gen|char_ram~18713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53888 ( +// Equation(s): +// \text_gen|char_ram~53888_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53888 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y28_N13 +dffeas \text_gen|char_ram~18727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47769 ( +// Equation(s): +// \text_gen|char_ram~47769_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18727_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18713_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18713_q ), + .datad(\text_gen|char_ram~18727_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47769 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53928 ( +// Equation(s): +// \text_gen|char_ram~53928_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53928 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N31 +dffeas \text_gen|char_ram~18769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18783feeder ( +// Equation(s): +// \text_gen|char_ram~18783feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53896 ( +// Equation(s): +// \text_gen|char_ram~53896_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53896 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y22_N31 +dffeas \text_gen|char_ram~18783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47770 ( +// Equation(s): +// \text_gen|char_ram~47770_combout = (\text_gen|char_ram~47769_combout & (((\text_gen|char_ram~18783_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47769_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~18769_q ))) + + .dataa(\text_gen|char_ram~47769_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18769_q ), + .datad(\text_gen|char_ram~18783_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47770 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~47770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54367 ( +// Equation(s): +// \text_gen|char_ram~54367_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54367 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y13_N23 +dffeas \text_gen|char_ram~16977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54365 ( +// Equation(s): +// \text_gen|char_ram~54365_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54365 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y13_N27 +dffeas \text_gen|char_ram~16991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54155 ( +// Equation(s): +// \text_gen|char_ram~54155_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54155 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y24_N27 +dffeas \text_gen|char_ram~16921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16935feeder ( +// Equation(s): +// \text_gen|char_ram~16935feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16935feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16935feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16935feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54195 ( +// Equation(s): +// \text_gen|char_ram~54195_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54195 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N11 +dffeas \text_gen|char_ram~16935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16935feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47771 ( +// Equation(s): +// \text_gen|char_ram~47771_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~16935_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16921_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16921_q ), + .datad(\text_gen|char_ram~16935_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47771 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47772 ( +// Equation(s): +// \text_gen|char_ram~47772_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47771_combout & ((\text_gen|char_ram~16991_q ))) # (!\text_gen|char_ram~47771_combout & (\text_gen|char_ram~16977_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47771_combout )))) + + .dataa(\text_gen|char_ram~16977_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16991_q ), + .datad(\text_gen|char_ram~47771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47772 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54548 ( +// Equation(s): +// \text_gen|char_ram~54548_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54548 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y34_N5 +dffeas \text_gen|char_ram~15185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54484 ( +// Equation(s): +// \text_gen|char_ram~54484_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54484 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N13 +dffeas \text_gen|char_ram~15199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54536 ( +// Equation(s): +// \text_gen|char_ram~54536_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54536 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y32_N27 +dffeas \text_gen|char_ram~15129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15143feeder ( +// Equation(s): +// \text_gen|char_ram~15143feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54472 ( +// Equation(s): +// \text_gen|char_ram~54472_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54472 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y22_N15 +dffeas \text_gen|char_ram~15143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47773 ( +// Equation(s): +// \text_gen|char_ram~47773_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15143_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15129_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15129_q ), + .datad(\text_gen|char_ram~15143_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47773 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47774 ( +// Equation(s): +// \text_gen|char_ram~47774_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47773_combout & ((\text_gen|char_ram~15199_q ))) # (!\text_gen|char_ram~47773_combout & (\text_gen|char_ram~15185_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47773_combout )))) + + .dataa(\text_gen|char_ram~15185_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15199_q ), + .datad(\text_gen|char_ram~47773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47774 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47775 ( +// Equation(s): +// \text_gen|char_ram~47775_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~47772_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~47774_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~47772_combout ), + .datad(\text_gen|char_ram~47774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47775 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47778 ( +// Equation(s): +// \text_gen|char_ram~47778_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47775_combout & (\text_gen|char_ram~47777_combout )) # (!\text_gen|char_ram~47775_combout & ((\text_gen|char_ram~47770_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47775_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47777_combout ), + .datac(\text_gen|char_ram~47770_combout ), + .datad(\text_gen|char_ram~47775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47778 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25937feeder ( +// Equation(s): +// \text_gen|char_ram~25937feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25937feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25937feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25937feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54137 ( +// Equation(s): +// \text_gen|char_ram~54137_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54090_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54137 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y15_N29 +dffeas \text_gen|char_ram~25937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25937feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~27729feeder ( +// Equation(s): +// \text_gen|char_ram~27729feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27729feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54854 ( +// Equation(s): +// \text_gen|char_ram~54854_combout = (\text_gen|char_ram~54681_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54681_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54854 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y11_N9 +dffeas \text_gen|char_ram~27729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54105 ( +// Equation(s): +// \text_gen|char_ram~54105_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54090_combout ) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54105 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y19_N15 +dffeas \text_gen|char_ram~25881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54822 ( +// Equation(s): +// \text_gen|char_ram~54822_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54681_combout ) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54822 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y25_N5 +dffeas \text_gen|char_ram~27673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47800 ( +// Equation(s): +// \text_gen|char_ram~47800_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~27673_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~25881_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25881_q ), + .datad(\text_gen|char_ram~27673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47800 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47801 ( +// Equation(s): +// \text_gen|char_ram~47801_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47800_combout & ((\text_gen|char_ram~27729_q ))) # (!\text_gen|char_ram~47800_combout & (\text_gen|char_ram~25937_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47800_combout )))) + + .dataa(\text_gen|char_ram~25937_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27729_q ), + .datad(\text_gen|char_ram~47800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47801 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24103feeder ( +// Equation(s): +// \text_gen|char_ram~24103feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54197 ( +// Equation(s): +// \text_gen|char_ram~54197_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54140_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~54140_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54197 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y20_N15 +dffeas \text_gen|char_ram~24103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54392 ( +// Equation(s): +// \text_gen|char_ram~54392_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54140_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~54140_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54392 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y15_N27 +dffeas \text_gen|char_ram~24159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54532 ( +// Equation(s): +// \text_gen|char_ram~54532_combout = (\text_gen|char_ram~54453_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54453_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54532 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y19_N13 +dffeas \text_gen|char_ram~22367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54520 ( +// Equation(s): +// \text_gen|char_ram~54520_combout = (\text_gen|char_ram~54453_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54453_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54520 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y19_N13 +dffeas \text_gen|char_ram~22311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47802 ( +// Equation(s): +// \text_gen|char_ram~47802_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~22367_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~22311_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~22367_q ), + .datac(\text_gen|char_ram~22311_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47802 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47803 ( +// Equation(s): +// \text_gen|char_ram~47803_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47802_combout & ((\text_gen|char_ram~24159_q ))) # (!\text_gen|char_ram~47802_combout & (\text_gen|char_ram~24103_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47802_combout )))) + + .dataa(\text_gen|char_ram~24103_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~24159_q ), + .datad(\text_gen|char_ram~47802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47803 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54396 ( +// Equation(s): +// \text_gen|char_ram~54396_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54140_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54396 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y12_N15 +dffeas \text_gen|char_ram~24145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24089feeder ( +// Equation(s): +// \text_gen|char_ram~24089feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24089feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54153 ( +// Equation(s): +// \text_gen|char_ram~54153_combout = (\text_gen|char_ram~54140_combout & \text_gen|char_ram~52783_combout ) + + .dataa(\text_gen|char_ram~54140_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54153 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y16_N19 +dffeas \text_gen|char_ram~24089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22353feeder ( +// Equation(s): +// \text_gen|char_ram~22353feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22353feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54596 ( +// Equation(s): +// \text_gen|char_ram~54596_combout = (\text_gen|char_ram~54453_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54453_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54596 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y21_N1 +dffeas \text_gen|char_ram~22353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54588 ( +// Equation(s): +// \text_gen|char_ram~54588_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~54453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54588 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y19_N27 +dffeas \text_gen|char_ram~22297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47804 ( +// Equation(s): +// \text_gen|char_ram~47804_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~22353_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~22297_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~22353_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22297_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47804 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47805 ( +// Equation(s): +// \text_gen|char_ram~47805_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47804_combout & (\text_gen|char_ram~24145_q )) # (!\text_gen|char_ram~47804_combout & ((\text_gen|char_ram~24089_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47804_combout )))) + + .dataa(\text_gen|char_ram~24145_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~24089_q ), + .datad(\text_gen|char_ram~47804_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47805 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47806 ( +// Equation(s): +// \text_gen|char_ram~47806_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~47803_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~47805_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47803_combout ), + .datad(\text_gen|char_ram~47805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47806 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54758 ( +// Equation(s): +// \text_gen|char_ram~54758_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54681_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~54681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54758 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y9_N13 +dffeas \text_gen|char_ram~27687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54104 ( +// Equation(s): +// \text_gen|char_ram~54104_combout = (\text_gen|char_ram~54090_combout & \text_gen|char_ram~52755_combout ) + + .dataa(\text_gen|char_ram~54090_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54104 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y9_N25 +dffeas \text_gen|char_ram~25895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54136 ( +// Equation(s): +// \text_gen|char_ram~54136_combout = (\text_gen|char_ram~54090_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54090_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54136 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y15_N25 +dffeas \text_gen|char_ram~25951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47807 ( +// Equation(s): +// \text_gen|char_ram~47807_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~25951_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25895_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25895_q ), + .datad(\text_gen|char_ram~25951_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47807 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54790 ( +// Equation(s): +// \text_gen|char_ram~54790_combout = (\text_gen|char_ram~54681_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54681_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54790 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y9_N15 +dffeas \text_gen|char_ram~27743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y9_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47808 ( +// Equation(s): +// \text_gen|char_ram~47808_combout = (\text_gen|char_ram~47807_combout & (((\text_gen|char_ram~27743_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~47807_combout & (\text_gen|char_ram~27687_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~27687_q ), + .datab(\text_gen|char_ram~47807_combout ), + .datac(\text_gen|char_ram~27743_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47808 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47809 ( +// Equation(s): +// \text_gen|char_ram~47809_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47806_combout & ((\text_gen|char_ram~47808_combout ))) # (!\text_gen|char_ram~47806_combout & (\text_gen|char_ram~47801_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47806_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47801_combout ), + .datac(\text_gen|char_ram~47806_combout ), + .datad(\text_gen|char_ram~47808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47809 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47810 ( +// Equation(s): +// \text_gen|char_ram~47810_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47799_combout & ((\text_gen|char_ram~47809_combout ))) # (!\text_gen|char_ram~47799_combout & (\text_gen|char_ram~47778_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47799_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47799_combout ), + .datac(\text_gen|char_ram~47778_combout ), + .datad(\text_gen|char_ram~47809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47810 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~47810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55313 ( +// Equation(s): +// \text_gen|char_ram~55313_combout = (\text_gen|char_ram~55233_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55233_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55313 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y46_N15 +dffeas \text_gen|char_ram~25503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55912 ( +// Equation(s): +// \text_gen|char_ram~55912_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55751_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55912 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y46_N5 +dffeas \text_gen|char_ram~27295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55574 ( +// Equation(s): +// \text_gen|char_ram~55574_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55574 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y46_N11 +dffeas \text_gen|char_ram~21919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55132 ( +// Equation(s): +// \text_gen|char_ram~55132_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55132 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y40_N13 +dffeas \text_gen|char_ram~23711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47891 ( +// Equation(s): +// \text_gen|char_ram~47891_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~23711_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~21919_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21919_q ), + .datad(\text_gen|char_ram~23711_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47891 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47892 ( +// Equation(s): +// \text_gen|char_ram~47892_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47891_combout & ((\text_gen|char_ram~27295_q ))) # (!\text_gen|char_ram~47891_combout & (\text_gen|char_ram~25503_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47891_combout )))) + + .dataa(\text_gen|char_ram~25503_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27295_q ), + .datad(\text_gen|char_ram~47891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47892 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2207feeder ( +// Equation(s): +// \text_gen|char_ram~2207feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55156 ( +// Equation(s): +// \text_gen|char_ram~55156_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54941_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55156 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y42_N7 +dffeas \text_gen|char_ram~2207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55908 ( +// Equation(s): +// \text_gen|char_ram~55908_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55908 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y50_N21 +dffeas \text_gen|char_ram~5791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55558 ( +// Equation(s): +// \text_gen|char_ram~55558_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55476_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55558 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y53_N15 +dffeas \text_gen|char_ram~415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55297 ( +// Equation(s): +// \text_gen|char_ram~55297_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55297 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y47_N3 +dffeas \text_gen|char_ram~3999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47888 ( +// Equation(s): +// \text_gen|char_ram~47888_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3999_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~415_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~415_q ), + .datad(\text_gen|char_ram~3999_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47888 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47889 ( +// Equation(s): +// \text_gen|char_ram~47889_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47888_combout & ((\text_gen|char_ram~5791_q ))) # (!\text_gen|char_ram~47888_combout & (\text_gen|char_ram~2207_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47888_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2207_q ), + .datac(\text_gen|char_ram~5791_q ), + .datad(\text_gen|char_ram~47888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47889 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11167feeder ( +// Equation(s): +// \text_gen|char_ram~11167feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11167feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55281 ( +// Equation(s): +// \text_gen|char_ram~55281_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55281 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y50_N3 +dffeas \text_gen|char_ram~11167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55900 ( +// Equation(s): +// \text_gen|char_ram~55900_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55900 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y46_N11 +dffeas \text_gen|char_ram~12959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55164 ( +// Equation(s): +// \text_gen|char_ram~55164_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55164 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y49_N9 +dffeas \text_gen|char_ram~9375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55526 ( +// Equation(s): +// \text_gen|char_ram~55526_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55526 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y49_N19 +dffeas \text_gen|char_ram~7583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47886 ( +// Equation(s): +// \text_gen|char_ram~47886_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9375_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7583_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9375_q ), + .datac(\text_gen|char_ram~7583_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47886 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47887 ( +// Equation(s): +// \text_gen|char_ram~47887_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47886_combout & ((\text_gen|char_ram~12959_q ))) # (!\text_gen|char_ram~47886_combout & (\text_gen|char_ram~11167_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47886_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11167_q ), + .datac(\text_gen|char_ram~12959_q ), + .datad(\text_gen|char_ram~47886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47887 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47890 ( +// Equation(s): +// \text_gen|char_ram~47890_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~47887_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~47889_combout )))) + + .dataa(\text_gen|char_ram~47889_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~47887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47890 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~47890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16543feeder ( +// Equation(s): +// \text_gen|char_ram~16543feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16543feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16543feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16543feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55124 ( +// Equation(s): +// \text_gen|char_ram~55124_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55124 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N7 +dffeas \text_gen|char_ram~16543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16543feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55904 ( +// Equation(s): +// \text_gen|char_ram~55904_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55904 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y26_N27 +dffeas \text_gen|char_ram~20127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18335feeder ( +// Equation(s): +// \text_gen|char_ram~18335feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18335feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55265 ( +// Equation(s): +// \text_gen|char_ram~55265_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55265 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y42_N7 +dffeas \text_gen|char_ram~18335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55542 ( +// Equation(s): +// \text_gen|char_ram~55542_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55542 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y26_N19 +dffeas \text_gen|char_ram~14751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47884 ( +// Equation(s): +// \text_gen|char_ram~47884_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18335_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14751_q +// ))))) + + .dataa(\text_gen|char_ram~18335_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14751_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47884 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47885 ( +// Equation(s): +// \text_gen|char_ram~47885_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47884_combout & ((\text_gen|char_ram~20127_q ))) # (!\text_gen|char_ram~47884_combout & (\text_gen|char_ram~16543_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47884_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16543_q ), + .datac(\text_gen|char_ram~20127_q ), + .datad(\text_gen|char_ram~47884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47885 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47893 ( +// Equation(s): +// \text_gen|char_ram~47893_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47890_combout & (\text_gen|char_ram~47892_combout )) # (!\text_gen|char_ram~47890_combout & ((\text_gen|char_ram~47885_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47890_combout )))) + + .dataa(\text_gen|char_ram~47892_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47890_combout ), + .datad(\text_gen|char_ram~47885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47893 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~47893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2193feeder ( +// Equation(s): +// \text_gen|char_ram~2193feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2193feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2193feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2193feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55160 ( +// Equation(s): +// \text_gen|char_ram~55160_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54941_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55160 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y42_N21 +dffeas \text_gen|char_ram~2193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2193feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55622 ( +// Equation(s): +// \text_gen|char_ram~55622_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55476_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55622 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y42_N9 +dffeas \text_gen|char_ram~401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~3985feeder ( +// Equation(s): +// \text_gen|char_ram~3985feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3985feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55361 ( +// Equation(s): +// \text_gen|char_ram~55361_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55361 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y39_N3 +dffeas \text_gen|char_ram~3985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47857 ( +// Equation(s): +// \text_gen|char_ram~47857_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~3985_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~401_q +// )))) + + .dataa(\text_gen|char_ram~401_q ), + .datab(\text_gen|char_ram~3985_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47857 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~47857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5777feeder ( +// Equation(s): +// \text_gen|char_ram~5777feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55940 ( +// Equation(s): +// \text_gen|char_ram~55940_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55940 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y42_N25 +dffeas \text_gen|char_ram~5777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47858 ( +// Equation(s): +// \text_gen|char_ram~47858_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47857_combout & ((\text_gen|char_ram~5777_q ))) # (!\text_gen|char_ram~47857_combout & (\text_gen|char_ram~2193_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47857_combout )))) + + .dataa(\text_gen|char_ram~2193_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~47857_combout ), + .datad(\text_gen|char_ram~5777_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47858 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16529feeder ( +// Equation(s): +// \text_gen|char_ram~16529feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16529feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55128 ( +// Equation(s): +// \text_gen|char_ram~55128_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55128 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y42_N7 +dffeas \text_gen|char_ram~16529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55590 ( +// Equation(s): +// \text_gen|char_ram~55590_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55590 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y40_N3 +dffeas \text_gen|char_ram~14737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55345 ( +// Equation(s): +// \text_gen|char_ram~55345_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55345 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y47_N23 +dffeas \text_gen|char_ram~18321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47855 ( +// Equation(s): +// \text_gen|char_ram~47855_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18321_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14737_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14737_q ), + .datad(\text_gen|char_ram~18321_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47855 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20113feeder ( +// Equation(s): +// \text_gen|char_ram~20113feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20113feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20113feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20113feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55936 ( +// Equation(s): +// \text_gen|char_ram~55936_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55936 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y42_N3 +dffeas \text_gen|char_ram~20113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20113feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47856 ( +// Equation(s): +// \text_gen|char_ram~47856_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47855_combout & ((\text_gen|char_ram~20113_q ))) # (!\text_gen|char_ram~47855_combout & (\text_gen|char_ram~16529_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47855_combout )))) + + .dataa(\text_gen|char_ram~16529_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~47855_combout ), + .datad(\text_gen|char_ram~20113_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47856 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47859 ( +// Equation(s): +// \text_gen|char_ram~47859_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~47856_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~47858_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47858_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~47856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47859 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~47859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55932 ( +// Equation(s): +// \text_gen|char_ram~55932_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55932 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y48_N23 +dffeas \text_gen|char_ram~12945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55329 ( +// Equation(s): +// \text_gen|char_ram~55329_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55329 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y48_N1 +dffeas \text_gen|char_ram~11153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55152 ( +// Equation(s): +// \text_gen|char_ram~55152_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55152 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y41_N19 +dffeas \text_gen|char_ram~9361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55606 ( +// Equation(s): +// \text_gen|char_ram~55606_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55606 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y41_N13 +dffeas \text_gen|char_ram~7569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47853 ( +// Equation(s): +// \text_gen|char_ram~47853_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9361_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7569_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9361_q ), + .datac(\text_gen|char_ram~7569_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47853 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47854 ( +// Equation(s): +// \text_gen|char_ram~47854_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47853_combout & (\text_gen|char_ram~12945_q )) # (!\text_gen|char_ram~47853_combout & ((\text_gen|char_ram~11153_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47853_combout )))) + + .dataa(\text_gen|char_ram~12945_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11153_q ), + .datad(\text_gen|char_ram~47853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47854 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25489feeder ( +// Equation(s): +// \text_gen|char_ram~25489feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55377 ( +// Equation(s): +// \text_gen|char_ram~55377_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55233_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55377 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y59_N5 +dffeas \text_gen|char_ram~25489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55944 ( +// Equation(s): +// \text_gen|char_ram~55944_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55751_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~55751_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55944 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y45_N5 +dffeas \text_gen|char_ram~27281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55120 ( +// Equation(s): +// \text_gen|char_ram~55120_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55120 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y40_N23 +dffeas \text_gen|char_ram~23697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55638 ( +// Equation(s): +// \text_gen|char_ram~55638_combout = (\text_gen|char_ram~55494_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55494_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55638 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y41_N5 +dffeas \text_gen|char_ram~21905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47860 ( +// Equation(s): +// \text_gen|char_ram~47860_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23697_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21905_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~23697_q ), + .datac(\text_gen|char_ram~21905_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47860 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47861 ( +// Equation(s): +// \text_gen|char_ram~47861_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47860_combout & ((\text_gen|char_ram~27281_q ))) # (!\text_gen|char_ram~47860_combout & (\text_gen|char_ram~25489_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47860_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25489_q ), + .datac(\text_gen|char_ram~27281_q ), + .datad(\text_gen|char_ram~47860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47861 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47862 ( +// Equation(s): +// \text_gen|char_ram~47862_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47859_combout & ((\text_gen|char_ram~47861_combout ))) # (!\text_gen|char_ram~47859_combout & (\text_gen|char_ram~47854_combout )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~47859_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47859_combout ), + .datac(\text_gen|char_ram~47854_combout ), + .datad(\text_gen|char_ram~47861_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47862 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~47862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16487feeder ( +// Equation(s): +// \text_gen|char_ram~16487feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16487feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54940 ( +// Equation(s): +// \text_gen|char_ram~54940_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54940 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y24_N15 +dffeas \text_gen|char_ram~16487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55722 ( +// Equation(s): +// \text_gen|char_ram~55722_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55722 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y48_N17 +dffeas \text_gen|char_ram~20071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55530 ( +// Equation(s): +// \text_gen|char_ram~55530_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55530 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y48_N19 +dffeas \text_gen|char_ram~14695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55253 ( +// Equation(s): +// \text_gen|char_ram~55253_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55253 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N7 +dffeas \text_gen|char_ram~18279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47863 ( +// Equation(s): +// \text_gen|char_ram~47863_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~18279_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~14695_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14695_q ), + .datad(\text_gen|char_ram~18279_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47863 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47864 ( +// Equation(s): +// \text_gen|char_ram~47864_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47863_combout & ((\text_gen|char_ram~20071_q ))) # (!\text_gen|char_ram~47863_combout & (\text_gen|char_ram~16487_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47863_combout )))) + + .dataa(\text_gen|char_ram~16487_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20071_q ), + .datad(\text_gen|char_ram~47863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47864 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27239feeder ( +// Equation(s): +// \text_gen|char_ram~27239feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27239feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55755 ( +// Equation(s): +// \text_gen|char_ram~55755_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55751_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55755 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y44_N27 +dffeas \text_gen|char_ram~27239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55305 ( +// Equation(s): +// \text_gen|char_ram~55305_combout = (\text_gen|char_ram~55233_combout & \text_gen|char_ram~52755_combout ) + + .dataa(\text_gen|char_ram~55233_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55305 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y44_N15 +dffeas \text_gen|char_ram~25447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55562 ( +// Equation(s): +// \text_gen|char_ram~55562_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55562 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y44_N19 +dffeas \text_gen|char_ram~21863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54973 ( +// Equation(s): +// \text_gen|char_ram~54973_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~54921_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54973 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N17 +dffeas \text_gen|char_ram~23655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47870 ( +// Equation(s): +// \text_gen|char_ram~47870_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~23655_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~21863_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21863_q ), + .datad(\text_gen|char_ram~23655_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47870 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47871 ( +// Equation(s): +// \text_gen|char_ram~47871_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47870_combout & (\text_gen|char_ram~27239_q )) # (!\text_gen|char_ram~47870_combout & ((\text_gen|char_ram~25447_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47870_combout )))) + + .dataa(\text_gen|char_ram~27239_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~25447_q ), + .datad(\text_gen|char_ram~47870_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47871 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54949 ( +// Equation(s): +// \text_gen|char_ram~54949_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54941_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54949 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y44_N19 +dffeas \text_gen|char_ram~2151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55738 ( +// Equation(s): +// \text_gen|char_ram~55738_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55738 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y44_N29 +dffeas \text_gen|char_ram~5735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55285 ( +// Equation(s): +// \text_gen|char_ram~55285_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55285 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y47_N5 +dffeas \text_gen|char_ram~3943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55546 ( +// Equation(s): +// \text_gen|char_ram~55546_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55476_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55546 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y47_N7 +dffeas \text_gen|char_ram~359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47867 ( +// Equation(s): +// \text_gen|char_ram~47867_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3943_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~359_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3943_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~359_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47867 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47868 ( +// Equation(s): +// \text_gen|char_ram~47868_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47867_combout & ((\text_gen|char_ram~5735_q ))) # (!\text_gen|char_ram~47867_combout & (\text_gen|char_ram~2151_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47867_combout )))) + + .dataa(\text_gen|char_ram~2151_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5735_q ), + .datad(\text_gen|char_ram~47867_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47868 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7527feeder ( +// Equation(s): +// \text_gen|char_ram~7527feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7527feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7527feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7527feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55514 ( +// Equation(s): +// \text_gen|char_ram~55514_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55514 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y48_N19 +dffeas \text_gen|char_ram~7527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7527feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9319feeder ( +// Equation(s): +// \text_gen|char_ram~9319feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9319feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54981 ( +// Equation(s): +// \text_gen|char_ram~54981_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54981 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N13 +dffeas \text_gen|char_ram~9319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47865 ( +// Equation(s): +// \text_gen|char_ram~47865_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~9319_q ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7527_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~7527_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~9319_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47865 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~47865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55269 ( +// Equation(s): +// \text_gen|char_ram~55269_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55269 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y48_N21 +dffeas \text_gen|char_ram~11111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55706 ( +// Equation(s): +// \text_gen|char_ram~55706_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55706 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y48_N29 +dffeas \text_gen|char_ram~12903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47866 ( +// Equation(s): +// \text_gen|char_ram~47866_combout = (\text_gen|char_ram~47865_combout & (((\text_gen|char_ram~12903_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~47865_combout & (\text_gen|char_ram~11111_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~47865_combout ), + .datab(\text_gen|char_ram~11111_q ), + .datac(\text_gen|char_ram~12903_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47866 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47869 ( +// Equation(s): +// \text_gen|char_ram~47869_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~47866_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~47868_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47868_combout ), + .datad(\text_gen|char_ram~47866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47869 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47872 ( +// Equation(s): +// \text_gen|char_ram~47872_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47869_combout & ((\text_gen|char_ram~47871_combout ))) # (!\text_gen|char_ram~47869_combout & (\text_gen|char_ram~47864_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47869_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47864_combout ), + .datac(\text_gen|char_ram~47871_combout ), + .datad(\text_gen|char_ram~47869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47872 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9305feeder ( +// Equation(s): +// \text_gen|char_ram~9305feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9305feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9305feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9305feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54932 ( +// Equation(s): +// \text_gen|char_ram~54932_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54932 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y41_N9 +dffeas \text_gen|char_ram~9305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9305feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55594 ( +// Equation(s): +// \text_gen|char_ram~55594_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55594 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y49_N27 +dffeas \text_gen|char_ram~7513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47873 ( +// Equation(s): +// \text_gen|char_ram~47873_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9305_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7513_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9305_q ), + .datac(\text_gen|char_ram~7513_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47873 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55714 ( +// Equation(s): +// \text_gen|char_ram~55714_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55714 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y49_N21 +dffeas \text_gen|char_ram~12889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11097feeder ( +// Equation(s): +// \text_gen|char_ram~11097feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55317 ( +// Equation(s): +// \text_gen|char_ram~55317_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55317 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y49_N19 +dffeas \text_gen|char_ram~11097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47874 ( +// Equation(s): +// \text_gen|char_ram~47874_combout = (\text_gen|char_ram~47873_combout & (((\text_gen|char_ram~12889_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~47873_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11097_q )))) + + .dataa(\text_gen|char_ram~47873_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12889_q ), + .datad(\text_gen|char_ram~11097_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47874 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55365 ( +// Equation(s): +// \text_gen|char_ram~55365_combout = (\text_gen|char_ram~55233_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55233_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55365 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y46_N1 +dffeas \text_gen|char_ram~25433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55763 ( +// Equation(s): +// \text_gen|char_ram~55763_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55751_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55763 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N13 +dffeas \text_gen|char_ram~27225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54924 ( +// Equation(s): +// \text_gen|char_ram~54924_combout = (\text_gen|char_ram~54921_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54921_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54924 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N19 +dffeas \text_gen|char_ram~23641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55626 ( +// Equation(s): +// \text_gen|char_ram~55626_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55626 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y41_N9 +dffeas \text_gen|char_ram~21849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47880 ( +// Equation(s): +// \text_gen|char_ram~47880_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23641_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~21849_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23641_q ), + .datac(\text_gen|char_ram~21849_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47880 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47881 ( +// Equation(s): +// \text_gen|char_ram~47881_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47880_combout & ((\text_gen|char_ram~27225_q ))) # (!\text_gen|char_ram~47880_combout & (\text_gen|char_ram~25433_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47880_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25433_q ), + .datac(\text_gen|char_ram~27225_q ), + .datad(\text_gen|char_ram~47880_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47881 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16473feeder ( +// Equation(s): +// \text_gen|char_ram~16473feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16473feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16473feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16473feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54957 ( +// Equation(s): +// \text_gen|char_ram~54957_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54957 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y24_N1 +dffeas \text_gen|char_ram~16473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16473feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55730 ( +// Equation(s): +// \text_gen|char_ram~55730_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55730 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y33_N25 +dffeas \text_gen|char_ram~20057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55578 ( +// Equation(s): +// \text_gen|char_ram~55578_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55578 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y40_N9 +dffeas \text_gen|char_ram~14681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18265feeder ( +// Equation(s): +// \text_gen|char_ram~18265feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18265feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55333 ( +// Equation(s): +// \text_gen|char_ram~55333_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55333 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y47_N17 +dffeas \text_gen|char_ram~18265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47875 ( +// Equation(s): +// \text_gen|char_ram~47875_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18265_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14681_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14681_q ), + .datad(\text_gen|char_ram~18265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47875 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47876 ( +// Equation(s): +// \text_gen|char_ram~47876_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47875_combout & ((\text_gen|char_ram~20057_q ))) # (!\text_gen|char_ram~47875_combout & (\text_gen|char_ram~16473_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47875_combout )))) + + .dataa(\text_gen|char_ram~16473_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20057_q ), + .datad(\text_gen|char_ram~47875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47876 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54965 ( +// Equation(s): +// \text_gen|char_ram~54965_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54941_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54965 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N21 +dffeas \text_gen|char_ram~2137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55746 ( +// Equation(s): +// \text_gen|char_ram~55746_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55746 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y41_N15 +dffeas \text_gen|char_ram~5721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55349 ( +// Equation(s): +// \text_gen|char_ram~55349_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55349 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y46_N15 +dffeas \text_gen|char_ram~3929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55610 ( +// Equation(s): +// \text_gen|char_ram~55610_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52783_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55476_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55610 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y42_N17 +dffeas \text_gen|char_ram~345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47877 ( +// Equation(s): +// \text_gen|char_ram~47877_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3929_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~345_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3929_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~345_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47877 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47878 ( +// Equation(s): +// \text_gen|char_ram~47878_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47877_combout & ((\text_gen|char_ram~5721_q ))) # (!\text_gen|char_ram~47877_combout & (\text_gen|char_ram~2137_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47877_combout )))) + + .dataa(\text_gen|char_ram~2137_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5721_q ), + .datad(\text_gen|char_ram~47877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47878 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47879 ( +// Equation(s): +// \text_gen|char_ram~47879_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~47876_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~47878_combout ))))) + + .dataa(\text_gen|char_ram~47876_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47878_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47879 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47882 ( +// Equation(s): +// \text_gen|char_ram~47882_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47879_combout & ((\text_gen|char_ram~47881_combout ))) # (!\text_gen|char_ram~47879_combout & (\text_gen|char_ram~47874_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47879_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47874_combout ), + .datac(\text_gen|char_ram~47881_combout ), + .datad(\text_gen|char_ram~47879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47882 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47883 ( +// Equation(s): +// \text_gen|char_ram~47883_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47872_combout ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((!\vga_c|h_cnt [7] & \text_gen|char_ram~47882_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47872_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~47882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47883 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~47883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47894 ( +// Equation(s): +// \text_gen|char_ram~47894_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47883_combout & (\text_gen|char_ram~47893_combout )) # (!\text_gen|char_ram~47883_combout & ((\text_gen|char_ram~47862_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47883_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47893_combout ), + .datac(\text_gen|char_ram~47862_combout ), + .datad(\text_gen|char_ram~47883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47894 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52915 ( +// Equation(s): +// \text_gen|char_ram~52915_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52902_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52915 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y53_N17 +dffeas \text_gen|char_ram~3103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52776 ( +// Equation(s): +// \text_gen|char_ram~52776_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52776 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y53_N25 +dffeas \text_gen|char_ram~10271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47842 ( +// Equation(s): +// \text_gen|char_ram~47842_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~10271_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3103_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3103_q ), + .datad(\text_gen|char_ram~10271_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47842 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53053 ( +// Equation(s): +// \text_gen|char_ram~53053_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53008_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53053 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y55_N25 +dffeas \text_gen|char_ram~24607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17439feeder ( +// Equation(s): +// \text_gen|char_ram~17439feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17439feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52841 ( +// Equation(s): +// \text_gen|char_ram~52841_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52841 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y42_N21 +dffeas \text_gen|char_ram~17439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47843 ( +// Equation(s): +// \text_gen|char_ram~47843_combout = (\text_gen|char_ram~47842_combout & (((\text_gen|char_ram~24607_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~47842_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17439_q )))) + + .dataa(\text_gen|char_ram~47842_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24607_q ), + .datad(\text_gen|char_ram~17439_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47843 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53617 ( +// Equation(s): +// \text_gen|char_ram~53617_combout = (\text_gen|char_ram~53369_combout & \text_gen|char_ram~52757_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53369_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53617 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y55_N19 +dffeas \text_gen|char_ram~22815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53586 ( +// Equation(s): +// \text_gen|char_ram~53586_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53586 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y53_N27 +dffeas \text_gen|char_ram~8479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53560 ( +// Equation(s): +// \text_gen|char_ram~53560_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53560 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y50_N17 +dffeas \text_gen|char_ram~15647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53602 ( +// Equation(s): +// \text_gen|char_ram~53602_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53367_combout ) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53602 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y57_N21 +dffeas \text_gen|char_ram~1311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47846 ( +// Equation(s): +// \text_gen|char_ram~47846_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15647_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1311_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15647_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1311_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47846 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47847 ( +// Equation(s): +// \text_gen|char_ram~47847_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47846_combout & (\text_gen|char_ram~22815_q )) # (!\text_gen|char_ram~47846_combout & ((\text_gen|char_ram~8479_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47846_combout )))) + + .dataa(\text_gen|char_ram~22815_q ), + .datab(\text_gen|char_ram~8479_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~47846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47847 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~47847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53213 ( +// Equation(s): +// \text_gen|char_ram~53213_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53213 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y61_N27 +dffeas \text_gen|char_ram~12063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53215 ( +// Equation(s): +// \text_gen|char_ram~53215_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53098_combout ) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53215 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N7 +dffeas \text_gen|char_ram~26399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53212 ( +// Equation(s): +// \text_gen|char_ram~53212_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53212 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y49_N11 +dffeas \text_gen|char_ram~19231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53214 ( +// Equation(s): +// \text_gen|char_ram~53214_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53214 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N21 +dffeas \text_gen|char_ram~4895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47844 ( +// Equation(s): +// \text_gen|char_ram~47844_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19231_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4895_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19231_q ), + .datac(\text_gen|char_ram~4895_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47844 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47845 ( +// Equation(s): +// \text_gen|char_ram~47845_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47844_combout & ((\text_gen|char_ram~26399_q ))) # (!\text_gen|char_ram~47844_combout & (\text_gen|char_ram~12063_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47844_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12063_q ), + .datac(\text_gen|char_ram~26399_q ), + .datad(\text_gen|char_ram~47844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47845 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47848 ( +// Equation(s): +// \text_gen|char_ram~47848_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~47845_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~47847_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~47847_combout ), + .datad(\text_gen|char_ram~47845_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47848 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53822 ( +// Equation(s): +// \text_gen|char_ram~53822_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53822 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y56_N1 +dffeas \text_gen|char_ram~21023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53876 ( +// Equation(s): +// \text_gen|char_ram~53876_combout = (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53624_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53876 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y55_N29 +dffeas \text_gen|char_ram~28191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53843 ( +// Equation(s): +// \text_gen|char_ram~53843_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53843 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y61_N23 +dffeas \text_gen|char_ram~13855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53859 ( +// Equation(s): +// \text_gen|char_ram~53859_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53859 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y57_N27 +dffeas \text_gen|char_ram~6687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47849 ( +// Equation(s): +// \text_gen|char_ram~47849_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13855_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6687_q +// ))))) + + .dataa(\text_gen|char_ram~13855_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6687_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47849 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47850 ( +// Equation(s): +// \text_gen|char_ram~47850_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47849_combout & ((\text_gen|char_ram~28191_q ))) # (!\text_gen|char_ram~47849_combout & (\text_gen|char_ram~21023_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47849_combout )))) + + .dataa(\text_gen|char_ram~21023_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28191_q ), + .datad(\text_gen|char_ram~47849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47850 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47851 ( +// Equation(s): +// \text_gen|char_ram~47851_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47848_combout & ((\text_gen|char_ram~47850_combout ))) # (!\text_gen|char_ram~47848_combout & (\text_gen|char_ram~47843_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47848_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47843_combout ), + .datac(\text_gen|char_ram~47848_combout ), + .datad(\text_gen|char_ram~47850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47851 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53286 ( +// Equation(s): +// \text_gen|char_ram~53286_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53286 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N9 +dffeas \text_gen|char_ram~19217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53826 ( +// Equation(s): +// \text_gen|char_ram~53826_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53826 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y59_N9 +dffeas \text_gen|char_ram~21009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52875 ( +// Equation(s): +// \text_gen|char_ram~52875_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52875 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y53_N31 +dffeas \text_gen|char_ram~17425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53568 ( +// Equation(s): +// \text_gen|char_ram~53568_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53568 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N17 +dffeas \text_gen|char_ram~15633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47811 ( +// Equation(s): +// \text_gen|char_ram~47811_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17425_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15633_q +// ))))) + + .dataa(\text_gen|char_ram~17425_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15633_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47811 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47812 ( +// Equation(s): +// \text_gen|char_ram~47812_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47811_combout & ((\text_gen|char_ram~21009_q ))) # (!\text_gen|char_ram~47811_combout & (\text_gen|char_ram~19217_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47811_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19217_q ), + .datac(\text_gen|char_ram~21009_q ), + .datad(\text_gen|char_ram~47811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47812 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26385feeder ( +// Equation(s): +// \text_gen|char_ram~26385feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26385feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26385feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26385feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53289 ( +// Equation(s): +// \text_gen|char_ram~53289_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53098_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53289 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y59_N27 +dffeas \text_gen|char_ram~26385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26385feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53877 ( +// Equation(s): +// \text_gen|char_ram~53877_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53624_combout ) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53877 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y59_N11 +dffeas \text_gen|char_ram~28177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53055 ( +// Equation(s): +// \text_gen|char_ram~53055_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52785_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53008_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53055 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y53_N17 +dffeas \text_gen|char_ram~24593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53619 ( +// Equation(s): +// \text_gen|char_ram~53619_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53369_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53619 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N13 +dffeas \text_gen|char_ram~22801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47818 ( +// Equation(s): +// \text_gen|char_ram~47818_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24593_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~22801_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24593_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~22801_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47818 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~47818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47819 ( +// Equation(s): +// \text_gen|char_ram~47819_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47818_combout & ((\text_gen|char_ram~28177_q ))) # (!\text_gen|char_ram~47818_combout & (\text_gen|char_ram~26385_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47818_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26385_q ), + .datac(\text_gen|char_ram~28177_q ), + .datad(\text_gen|char_ram~47818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47819 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4881feeder ( +// Equation(s): +// \text_gen|char_ram~4881feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4881feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4881feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4881feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53288 ( +// Equation(s): +// \text_gen|char_ram~53288_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53088_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53288 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y59_N17 +dffeas \text_gen|char_ram~4881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4881feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6673feeder ( +// Equation(s): +// \text_gen|char_ram~6673feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53861 ( +// Equation(s): +// \text_gen|char_ram~53861_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53861 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y59_N11 +dffeas \text_gen|char_ram~6673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3089feeder ( +// Equation(s): +// \text_gen|char_ram~3089feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3089feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52955 ( +// Equation(s): +// \text_gen|char_ram~52955_combout = (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52902_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52955 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y53_N13 +dffeas \text_gen|char_ram~3089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53603 ( +// Equation(s): +// \text_gen|char_ram~53603_combout = (\text_gen|char_ram~53367_combout & \text_gen|char_ram~52785_combout ) + + .dataa(\text_gen|char_ram~53367_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53603 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y56_N21 +dffeas \text_gen|char_ram~1297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47815 ( +// Equation(s): +// \text_gen|char_ram~47815_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3089_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1297_q +// ))))) + + .dataa(\text_gen|char_ram~3089_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1297_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47815 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47816 ( +// Equation(s): +// \text_gen|char_ram~47816_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47815_combout & ((\text_gen|char_ram~6673_q ))) # (!\text_gen|char_ram~47815_combout & (\text_gen|char_ram~4881_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47815_combout )))) + + .dataa(\text_gen|char_ram~4881_q ), + .datab(\text_gen|char_ram~6673_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~47815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47816 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~47816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12049feeder ( +// Equation(s): +// \text_gen|char_ram~12049feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12049feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12049feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12049feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53287 ( +// Equation(s): +// \text_gen|char_ram~53287_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~53088_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53287 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y63_N11 +dffeas \text_gen|char_ram~12049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12049feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53845 ( +// Equation(s): +// \text_gen|char_ram~53845_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53845 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y63_N7 +dffeas \text_gen|char_ram~13841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52798 ( +// Equation(s): +// \text_gen|char_ram~52798_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52798 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y65_N27 +dffeas \text_gen|char_ram~10257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y73_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53587 ( +// Equation(s): +// \text_gen|char_ram~53587_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53587 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y65_N9 +dffeas \text_gen|char_ram~8465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y65_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47813 ( +// Equation(s): +// \text_gen|char_ram~47813_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10257_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8465_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10257_q ), + .datac(\text_gen|char_ram~8465_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47813 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47814 ( +// Equation(s): +// \text_gen|char_ram~47814_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47813_combout & ((\text_gen|char_ram~13841_q ))) # (!\text_gen|char_ram~47813_combout & (\text_gen|char_ram~12049_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47813_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12049_q ), + .datac(\text_gen|char_ram~13841_q ), + .datad(\text_gen|char_ram~47813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47814 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47817 ( +// Equation(s): +// \text_gen|char_ram~47817_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~47814_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~47816_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47816_combout ), + .datad(\text_gen|char_ram~47814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47817 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47820 ( +// Equation(s): +// \text_gen|char_ram~47820_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47817_combout & ((\text_gen|char_ram~47819_combout ))) # (!\text_gen|char_ram~47817_combout & (\text_gen|char_ram~47812_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47817_combout )))) + + .dataa(\text_gen|char_ram~47812_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47819_combout ), + .datad(\text_gen|char_ram~47817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47820 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53669 ( +// Equation(s): +// \text_gen|char_ram~53669_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53624_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53669 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N15 +dffeas \text_gen|char_ram~28121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53257 ( +// Equation(s): +// \text_gen|char_ram~53257_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53098_combout ) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53098_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53257 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y63_N27 +dffeas \text_gen|char_ram~26329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53410 ( +// Equation(s): +// \text_gen|char_ram~53410_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53369_combout ) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53410 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N3 +dffeas \text_gen|char_ram~22745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~53023 ( +// Equation(s): +// \text_gen|char_ram~53023_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52783_combout ) + + .dataa(\text_gen|char_ram~53008_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53023 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y54_N13 +dffeas \text_gen|char_ram~24537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47838 ( +// Equation(s): +// \text_gen|char_ram~47838_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24537_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22745_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22745_q ), + .datad(\text_gen|char_ram~24537_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47838 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47839 ( +// Equation(s): +// \text_gen|char_ram~47839_combout = (\text_gen|char_ram~47838_combout & ((\text_gen|char_ram~28121_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~47838_combout & (((\text_gen|char_ram~26329_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~28121_q ), + .datab(\text_gen|char_ram~26329_q ), + .datac(\text_gen|char_ram~47838_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47839 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~47839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11993feeder ( +// Equation(s): +// \text_gen|char_ram~11993feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11993feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11993feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11993feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53255 ( +// Equation(s): +// \text_gen|char_ram~53255_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53255 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N19 +dffeas \text_gen|char_ram~11993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11993feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53667 ( +// Equation(s): +// \text_gen|char_ram~53667_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53667 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y52_N7 +dffeas \text_gen|char_ram~13785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10201feeder ( +// Equation(s): +// \text_gen|char_ram~10201feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10201feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10201feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10201feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52796 ( +// Equation(s): +// \text_gen|char_ram~52796_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52796 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N9 +dffeas \text_gen|char_ram~10201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10201feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53408 ( +// Equation(s): +// \text_gen|char_ram~53408_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53408 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y56_N23 +dffeas \text_gen|char_ram~8409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47831 ( +// Equation(s): +// \text_gen|char_ram~47831_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10201_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8409_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10201_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8409_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47831 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47832 ( +// Equation(s): +// \text_gen|char_ram~47832_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47831_combout & ((\text_gen|char_ram~13785_q ))) # (!\text_gen|char_ram~47831_combout & (\text_gen|char_ram~11993_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47831_combout )))) + + .dataa(\text_gen|char_ram~11993_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13785_q ), + .datad(\text_gen|char_ram~47831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47832 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53254 ( +// Equation(s): +// \text_gen|char_ram~53254_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53254 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N3 +dffeas \text_gen|char_ram~19161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17369feeder ( +// Equation(s): +// \text_gen|char_ram~17369feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17369feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52873 ( +// Equation(s): +// \text_gen|char_ram~52873_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52873 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y52_N9 +dffeas \text_gen|char_ram~17369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53407 ( +// Equation(s): +// \text_gen|char_ram~53407_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52828_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53407 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N3 +dffeas \text_gen|char_ram~15577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47833 ( +// Equation(s): +// \text_gen|char_ram~47833_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17369_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15577_q +// ))))) + + .dataa(\text_gen|char_ram~17369_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15577_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47833 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y81_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53666 ( +// Equation(s): +// \text_gen|char_ram~53666_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53666 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N25 +dffeas \text_gen|char_ram~20953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47834 ( +// Equation(s): +// \text_gen|char_ram~47834_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47833_combout & ((\text_gen|char_ram~20953_q ))) # (!\text_gen|char_ram~47833_combout & (\text_gen|char_ram~19161_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47833_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19161_q ), + .datac(\text_gen|char_ram~47833_combout ), + .datad(\text_gen|char_ram~20953_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47834 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y64_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4825feeder ( +// Equation(s): +// \text_gen|char_ram~4825feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4825feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4825feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4825feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53256 ( +// Equation(s): +// \text_gen|char_ram~53256_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53256 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y64_N17 +dffeas \text_gen|char_ram~4825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4825feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53668 ( +// Equation(s): +// \text_gen|char_ram~53668_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53668 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y56_N13 +dffeas \text_gen|char_ram~6617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3033feeder ( +// Equation(s): +// \text_gen|char_ram~3033feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52953 ( +// Equation(s): +// \text_gen|char_ram~52953_combout = (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52902_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52953 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y53_N7 +dffeas \text_gen|char_ram~3033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53409 ( +// Equation(s): +// \text_gen|char_ram~53409_combout = (\text_gen|char_ram~53367_combout & \text_gen|char_ram~52783_combout ) + + .dataa(\text_gen|char_ram~53367_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53409 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y56_N19 +dffeas \text_gen|char_ram~1241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47835 ( +// Equation(s): +// \text_gen|char_ram~47835_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3033_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1241_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3033_q ), + .datac(\text_gen|char_ram~1241_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47835 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47836 ( +// Equation(s): +// \text_gen|char_ram~47836_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47835_combout & ((\text_gen|char_ram~6617_q ))) # (!\text_gen|char_ram~47835_combout & (\text_gen|char_ram~4825_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47835_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4825_q ), + .datac(\text_gen|char_ram~6617_q ), + .datad(\text_gen|char_ram~47835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47836 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47837 ( +// Equation(s): +// \text_gen|char_ram~47837_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47834_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~47836_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47834_combout ), + .datad(\text_gen|char_ram~47836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47837 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47840 ( +// Equation(s): +// \text_gen|char_ram~47840_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47837_combout & (\text_gen|char_ram~47839_combout )) # (!\text_gen|char_ram~47837_combout & ((\text_gen|char_ram~47832_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47837_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47839_combout ), + .datac(\text_gen|char_ram~47832_combout ), + .datad(\text_gen|char_ram~47837_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47840 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13799feeder ( +// Equation(s): +// \text_gen|char_ram~13799feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53651 ( +// Equation(s): +// \text_gen|char_ram~53651_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53651 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y55_N15 +dffeas \text_gen|char_ram~13799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53653 ( +// Equation(s): +// \text_gen|char_ram~53653_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53624_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53653 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y52_N27 +dffeas \text_gen|char_ram~28135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20967feeder ( +// Equation(s): +// \text_gen|char_ram~20967feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20967feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20967feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20967feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53650 ( +// Equation(s): +// \text_gen|char_ram~53650_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53062_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53650 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N27 +dffeas \text_gen|char_ram~20967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20967feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53652 ( +// Equation(s): +// \text_gen|char_ram~53652_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53652 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y52_N25 +dffeas \text_gen|char_ram~6631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47828 ( +// Equation(s): +// \text_gen|char_ram~47828_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20967_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6631_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20967_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6631_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47828 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47829 ( +// Equation(s): +// \text_gen|char_ram~47829_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47828_combout & ((\text_gen|char_ram~28135_q ))) # (!\text_gen|char_ram~47828_combout & (\text_gen|char_ram~13799_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47828_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13799_q ), + .datac(\text_gen|char_ram~28135_q ), + .datad(\text_gen|char_ram~47828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47829 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12007feeder ( +// Equation(s): +// \text_gen|char_ram~12007feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53181 ( +// Equation(s): +// \text_gen|char_ram~53181_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53181 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y55_N13 +dffeas \text_gen|char_ram~12007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53182 ( +// Equation(s): +// \text_gen|char_ram~53182_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53182 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y55_N13 +dffeas \text_gen|char_ram~4839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47821 ( +// Equation(s): +// \text_gen|char_ram~47821_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12007_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4839_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12007_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4839_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47821 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53183 ( +// Equation(s): +// \text_gen|char_ram~53183_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53098_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53183 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y55_N23 +dffeas \text_gen|char_ram~26343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53180 ( +// Equation(s): +// \text_gen|char_ram~53180_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53180 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N13 +dffeas \text_gen|char_ram~19175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47822 ( +// Equation(s): +// \text_gen|char_ram~47822_combout = (\text_gen|char_ram~47821_combout & (((\text_gen|char_ram~26343_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~47821_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19175_q )))) + + .dataa(\text_gen|char_ram~47821_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26343_q ), + .datad(\text_gen|char_ram~19175_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47822 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53391 ( +// Equation(s): +// \text_gen|char_ram~53391_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53391 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y42_N5 +dffeas \text_gen|char_ram~15591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53394 ( +// Equation(s): +// \text_gen|char_ram~53394_combout = (\text_gen|char_ram~53369_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53369_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53394 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y55_N5 +dffeas \text_gen|char_ram~22759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53393 ( +// Equation(s): +// \text_gen|char_ram~53393_combout = (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53367_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53393 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y55_N11 +dffeas \text_gen|char_ram~1255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8423feeder ( +// Equation(s): +// \text_gen|char_ram~8423feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53392 ( +// Equation(s): +// \text_gen|char_ram~53392_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53392 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y59_N19 +dffeas \text_gen|char_ram~8423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47825 ( +// Equation(s): +// \text_gen|char_ram~47825_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~8423_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1255_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1255_q ), + .datad(\text_gen|char_ram~8423_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47825 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47826 ( +// Equation(s): +// \text_gen|char_ram~47826_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47825_combout & ((\text_gen|char_ram~22759_q ))) # (!\text_gen|char_ram~47825_combout & (\text_gen|char_ram~15591_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47825_combout )))) + + .dataa(\text_gen|char_ram~15591_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22759_q ), + .datad(\text_gen|char_ram~47825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47826 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10215feeder ( +// Equation(s): +// \text_gen|char_ram~10215feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10215feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52774 ( +// Equation(s): +// \text_gen|char_ram~52774_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52774 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y60_N29 +dffeas \text_gen|char_ram~10215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53021 ( +// Equation(s): +// \text_gen|char_ram~53021_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53008_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53021 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N3 +dffeas \text_gen|char_ram~24551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52913 ( +// Equation(s): +// \text_gen|char_ram~52913_combout = (\text_gen|char_ram~52902_combout & \text_gen|char_ram~52755_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52902_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52913 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N21 +dffeas \text_gen|char_ram~3047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17383feeder ( +// Equation(s): +// \text_gen|char_ram~17383feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52832 ( +// Equation(s): +// \text_gen|char_ram~52832_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52832 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N17 +dffeas \text_gen|char_ram~17383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47823 ( +// Equation(s): +// \text_gen|char_ram~47823_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17383_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3047_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3047_q ), + .datad(\text_gen|char_ram~17383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47823 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47824 ( +// Equation(s): +// \text_gen|char_ram~47824_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47823_combout & ((\text_gen|char_ram~24551_q ))) # (!\text_gen|char_ram~47823_combout & (\text_gen|char_ram~10215_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47823_combout )))) + + .dataa(\text_gen|char_ram~10215_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24551_q ), + .datad(\text_gen|char_ram~47823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47824 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47827 ( +// Equation(s): +// \text_gen|char_ram~47827_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~47824_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~47826_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47826_combout ), + .datac(\text_gen|char_ram~47824_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47827 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~47827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47830 ( +// Equation(s): +// \text_gen|char_ram~47830_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47827_combout & (\text_gen|char_ram~47829_combout )) # (!\text_gen|char_ram~47827_combout & ((\text_gen|char_ram~47822_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47827_combout )))) + + .dataa(\text_gen|char_ram~47829_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47822_combout ), + .datad(\text_gen|char_ram~47827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47830 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47841 ( +// Equation(s): +// \text_gen|char_ram~47841_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47830_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47840_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47840_combout ), + .datad(\text_gen|char_ram~47830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47841 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47852 ( +// Equation(s): +// \text_gen|char_ram~47852_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47841_combout & (\text_gen|char_ram~47851_combout )) # (!\text_gen|char_ram~47841_combout & ((\text_gen|char_ram~47820_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47841_combout )))) + + .dataa(\text_gen|char_ram~47851_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47820_combout ), + .datad(\text_gen|char_ram~47841_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47852 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47895 ( +// Equation(s): +// \text_gen|char_ram~47895_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~47852_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~47894_combout )))) + + .dataa(\text_gen|char_ram~47894_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~47852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47895 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~47895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47938 ( +// Equation(s): +// \text_gen|char_ram~47938_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47895_combout & (\text_gen|char_ram~47937_combout )) # (!\text_gen|char_ram~47895_combout & ((\text_gen|char_ram~47810_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47895_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~47937_combout ), + .datac(\text_gen|char_ram~47810_combout ), + .datad(\text_gen|char_ram~47895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47938 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54812 ( +// Equation(s): +// \text_gen|char_ram~54812_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54812 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y17_N1 +dffeas \text_gen|char_ram~13113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54814 ( +// Equation(s): +// \text_gen|char_ram~54814_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54814 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y25_N31 +dffeas \text_gen|char_ram~27449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54097 ( +// Equation(s): +// \text_gen|char_ram~54097_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54097 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y22_N25 +dffeas \text_gen|char_ram~25657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53977 ( +// Equation(s): +// \text_gen|char_ram~53977_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53977 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y17_N3 +dffeas \text_gen|char_ram~11321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47327 ( +// Equation(s): +// \text_gen|char_ram~47327_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~25657_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~11321_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25657_q ), + .datac(\text_gen|char_ram~11321_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47327 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47328 ( +// Equation(s): +// \text_gen|char_ram~47328_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47327_combout & ((\text_gen|char_ram~27449_q ))) # (!\text_gen|char_ram~47327_combout & (\text_gen|char_ram~13113_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47327_combout )))) + + .dataa(\text_gen|char_ram~13113_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27449_q ), + .datad(\text_gen|char_ram~47327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47328 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9529feeder ( +// Equation(s): +// \text_gen|char_ram~9529feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9529feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54185 ( +// Equation(s): +// \text_gen|char_ram~54185_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54185 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y24_N13 +dffeas \text_gen|char_ram~9529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54145 ( +// Equation(s): +// \text_gen|char_ram~54145_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~54139_combout ) + + .dataa(\text_gen|char_ram~53004_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54145 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N3 +dffeas \text_gen|char_ram~23865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22073feeder ( +// Equation(s): +// \text_gen|char_ram~22073feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22073feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22073feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22073feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54585 ( +// Equation(s): +// \text_gen|char_ram~54585_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53004_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54585 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y17_N17 +dffeas \text_gen|char_ram~22073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22073feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54560 ( +// Equation(s): +// \text_gen|char_ram~54560_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54560 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y17_N27 +dffeas \text_gen|char_ram~7737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47322 ( +// Equation(s): +// \text_gen|char_ram~47322_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~22073_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~7737_q +// ))))) + + .dataa(\text_gen|char_ram~22073_q ), + .datab(\text_gen|char_ram~7737_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47322 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~47322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47323 ( +// Equation(s): +// \text_gen|char_ram~47323_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47322_combout & ((\text_gen|char_ram~23865_q ))) # (!\text_gen|char_ram~47322_combout & (\text_gen|char_ram~9529_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47322_combout )))) + + .dataa(\text_gen|char_ram~9529_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23865_q ), + .datad(\text_gen|char_ram~47322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47323 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54183 ( +// Equation(s): +// \text_gen|char_ram~54183_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52940_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54183 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y28_N29 +dffeas \text_gen|char_ram~2361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54147 ( +// Equation(s): +// \text_gen|char_ram~54147_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54147 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y16_N31 +dffeas \text_gen|char_ram~16697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54565 ( +// Equation(s): +// \text_gen|char_ram~54565_combout = (\text_gen|char_ram~52940_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52940_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54565 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y16_N11 +dffeas \text_gen|char_ram~569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54534 ( +// Equation(s): +// \text_gen|char_ram~54534_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54534 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y40_N29 +dffeas \text_gen|char_ram~14905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47324 ( +// Equation(s): +// \text_gen|char_ram~47324_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~14905_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~569_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~569_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~14905_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47324 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~47324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47325 ( +// Equation(s): +// \text_gen|char_ram~47325_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47324_combout & ((\text_gen|char_ram~16697_q ))) # (!\text_gen|char_ram~47324_combout & (\text_gen|char_ram~2361_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47324_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2361_q ), + .datac(\text_gen|char_ram~16697_q ), + .datad(\text_gen|char_ram~47324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47325 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47326 ( +// Equation(s): +// \text_gen|char_ram~47326_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47323_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~47325_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47323_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~47325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47326 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~47326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54813 ( +// Equation(s): +// \text_gen|char_ram~54813_combout = (\text_gen|char_ram~53240_combout & \text_gen|char_ram~54139_combout ) + + .dataa(\text_gen|char_ram~53240_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54813 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y25_N23 +dffeas \text_gen|char_ram~5945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54811 ( +// Equation(s): +// \text_gen|char_ram~54811_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54811 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y25_N7 +dffeas \text_gen|char_ram~20281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18489feeder ( +// Equation(s): +// \text_gen|char_ram~18489feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53914 ( +// Equation(s): +// \text_gen|char_ram~53914_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53914 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y30_N27 +dffeas \text_gen|char_ram~18489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54042 ( +// Equation(s): +// \text_gen|char_ram~54042_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53240_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54042 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y32_N31 +dffeas \text_gen|char_ram~4153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47320 ( +// Equation(s): +// \text_gen|char_ram~47320_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18489_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4153_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~18489_q ), + .datac(\text_gen|char_ram~4153_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47320 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47321 ( +// Equation(s): +// \text_gen|char_ram~47321_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47320_combout & ((\text_gen|char_ram~20281_q ))) # (!\text_gen|char_ram~47320_combout & (\text_gen|char_ram~5945_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47320_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~5945_q ), + .datac(\text_gen|char_ram~20281_q ), + .datad(\text_gen|char_ram~47320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47321 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47329 ( +// Equation(s): +// \text_gen|char_ram~47329_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47326_combout & (\text_gen|char_ram~47328_combout )) # (!\text_gen|char_ram~47326_combout & ((\text_gen|char_ram~47321_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47326_combout )))) + + .dataa(\text_gen|char_ram~47328_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47326_combout ), + .datad(\text_gen|char_ram~47321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47329 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~47329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54749 ( +// Equation(s): +// \text_gen|char_ram~54749_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53166_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54749 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y25_N5 +dffeas \text_gen|char_ram~5959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54747 ( +// Equation(s): +// \text_gen|char_ram~54747_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53164_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53164_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54747 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N15 +dffeas \text_gen|char_ram~13127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54014 ( +// Equation(s): +// \text_gen|char_ram~54014_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53166_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54014 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y25_N13 +dffeas \text_gen|char_ram~4167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53949 ( +// Equation(s): +// \text_gen|char_ram~53949_combout = (\text_gen|char_ram~53164_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53164_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53949 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N29 +dffeas \text_gen|char_ram~11335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47310 ( +// Equation(s): +// \text_gen|char_ram~47310_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~11335_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4167_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4167_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~11335_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47310 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~47310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47311 ( +// Equation(s): +// \text_gen|char_ram~47311_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47310_combout & ((\text_gen|char_ram~13127_q ))) # (!\text_gen|char_ram~47310_combout & (\text_gen|char_ram~5959_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47310_combout )))) + + .dataa(\text_gen|char_ram~5959_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13127_q ), + .datad(\text_gen|char_ram~47310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47311 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54748 ( +// Equation(s): +// \text_gen|char_ram~54748_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54748 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y26_N31 +dffeas \text_gen|char_ram~20295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54750 ( +// Equation(s): +// \text_gen|char_ram~54750_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54750 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y25_N29 +dffeas \text_gen|char_ram~27463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25671feeder ( +// Equation(s): +// \text_gen|char_ram~25671feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25671feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54095 ( +// Equation(s): +// \text_gen|char_ram~54095_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54095 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y30_N31 +dffeas \text_gen|char_ram~25671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53885 ( +// Equation(s): +// \text_gen|char_ram~53885_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53885 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N29 +dffeas \text_gen|char_ram~18503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47317 ( +// Equation(s): +// \text_gen|char_ram~47317_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~25671_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~18503_q +// ))))) + + .dataa(\text_gen|char_ram~25671_q ), + .datab(\text_gen|char_ram~18503_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47317 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~47317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47318 ( +// Equation(s): +// \text_gen|char_ram~47318_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47317_combout & ((\text_gen|char_ram~27463_q ))) # (!\text_gen|char_ram~47317_combout & (\text_gen|char_ram~20295_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47317_combout )))) + + .dataa(\text_gen|char_ram~20295_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27463_q ), + .datad(\text_gen|char_ram~47317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47318 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54489 ( +// Equation(s): +// \text_gen|char_ram~54489_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54489 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N9 +dffeas \text_gen|char_ram~7751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54502 ( +// Equation(s): +// \text_gen|char_ram~54502_combout = (\text_gen|char_ram~52894_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52894_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54502 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y25_N31 +dffeas \text_gen|char_ram~583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47314 ( +// Equation(s): +// \text_gen|char_ram~47314_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7751_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~583_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~7751_q ), + .datac(\text_gen|char_ram~583_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47314 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54162 ( +// Equation(s): +// \text_gen|char_ram~54162_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54162 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y24_N23 +dffeas \text_gen|char_ram~9543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54164 ( +// Equation(s): +// \text_gen|char_ram~54164_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52894_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52894_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54164 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y23_N23 +dffeas \text_gen|char_ram~2375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47315 ( +// Equation(s): +// \text_gen|char_ram~47315_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47314_combout & (\text_gen|char_ram~9543_q )) # (!\text_gen|char_ram~47314_combout & ((\text_gen|char_ram~2375_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~47314_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47314_combout ), + .datac(\text_gen|char_ram~9543_q ), + .datad(\text_gen|char_ram~2375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47315 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16711feeder ( +// Equation(s): +// \text_gen|char_ram~16711feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16711feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54199 ( +// Equation(s): +// \text_gen|char_ram~54199_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54199 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N29 +dffeas \text_gen|char_ram~16711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54201 ( +// Equation(s): +// \text_gen|char_ram~54201_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53000_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53000_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54201 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N1 +dffeas \text_gen|char_ram~23879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54480 ( +// Equation(s): +// \text_gen|char_ram~54480_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54480 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N29 +dffeas \text_gen|char_ram~14919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22087feeder ( +// Equation(s): +// \text_gen|char_ram~22087feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22087feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54518 ( +// Equation(s): +// \text_gen|char_ram~54518_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53000_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54518 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y19_N25 +dffeas \text_gen|char_ram~22087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47312 ( +// Equation(s): +// \text_gen|char_ram~47312_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~22087_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~14919_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~14919_q ), + .datac(\text_gen|char_ram~22087_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47312 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~47312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47313 ( +// Equation(s): +// \text_gen|char_ram~47313_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47312_combout & ((\text_gen|char_ram~23879_q ))) # (!\text_gen|char_ram~47312_combout & (\text_gen|char_ram~16711_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47312_combout )))) + + .dataa(\text_gen|char_ram~16711_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23879_q ), + .datad(\text_gen|char_ram~47312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47313 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47316 ( +// Equation(s): +// \text_gen|char_ram~47316_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~47313_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47315_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47315_combout ), + .datad(\text_gen|char_ram~47313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47316 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47319 ( +// Equation(s): +// \text_gen|char_ram~47319_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47316_combout & ((\text_gen|char_ram~47318_combout ))) # (!\text_gen|char_ram~47316_combout & (\text_gen|char_ram~47311_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47316_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47311_combout ), + .datac(\text_gen|char_ram~47318_combout ), + .datad(\text_gen|char_ram~47316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47319 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47330 ( +// Equation(s): +// \text_gen|char_ram~47330_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47319_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47329_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47329_combout ), + .datad(\text_gen|char_ram~47319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47330 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20337feeder ( +// Equation(s): +// \text_gen|char_ram~20337feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20337feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54843 ( +// Equation(s): +// \text_gen|char_ram~54843_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54843 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y11_N13 +dffeas \text_gen|char_ram~20337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54845 ( +// Equation(s): +// \text_gen|char_ram~54845_combout = (\text_gen|char_ram~53223_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53223_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54845 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y18_N11 +dffeas \text_gen|char_ram~6001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54044 ( +// Equation(s): +// \text_gen|char_ram~54044_combout = (\text_gen|char_ram~53223_combout & \text_gen|char_ram~53879_combout ) + + .dataa(\text_gen|char_ram~53223_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54044 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y22_N13 +dffeas \text_gen|char_ram~4209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18545feeder ( +// Equation(s): +// \text_gen|char_ram~18545feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18545feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53916 ( +// Equation(s): +// \text_gen|char_ram~53916_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53916 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y22_N19 +dffeas \text_gen|char_ram~18545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47300 ( +// Equation(s): +// \text_gen|char_ram~47300_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18545_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4209_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4209_q ), + .datad(\text_gen|char_ram~18545_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47300 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47301 ( +// Equation(s): +// \text_gen|char_ram~47301_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47300_combout & (\text_gen|char_ram~20337_q )) # (!\text_gen|char_ram~47300_combout & ((\text_gen|char_ram~6001_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47300_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~20337_q ), + .datac(\text_gen|char_ram~6001_q ), + .datad(\text_gen|char_ram~47300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47301 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2417feeder ( +// Equation(s): +// \text_gen|char_ram~2417feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2417feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2417feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2417feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54375 ( +// Equation(s): +// \text_gen|char_ram~54375_combout = (\text_gen|char_ram~52942_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52942_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54375 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y16_N25 +dffeas \text_gen|char_ram~2417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2417feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54359 ( +// Equation(s): +// \text_gen|char_ram~54359_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54359 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y16_N13 +dffeas \text_gen|char_ram~16753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54577 ( +// Equation(s): +// \text_gen|char_ram~54577_combout = (\text_gen|char_ram~52942_combout & \text_gen|char_ram~53879_combout ) + + .dataa(\text_gen|char_ram~52942_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54577 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y16_N19 +dffeas \text_gen|char_ram~625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14961feeder ( +// Equation(s): +// \text_gen|char_ram~14961feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14961feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14961feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14961feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54546 ( +// Equation(s): +// \text_gen|char_ram~54546_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54546 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y27_N9 +dffeas \text_gen|char_ram~14961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14961feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47304 ( +// Equation(s): +// \text_gen|char_ram~47304_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~14961_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~625_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~625_q ), + .datad(\text_gen|char_ram~14961_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47304 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47305 ( +// Equation(s): +// \text_gen|char_ram~47305_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47304_combout & ((\text_gen|char_ram~16753_q ))) # (!\text_gen|char_ram~47304_combout & (\text_gen|char_ram~2417_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47304_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2417_q ), + .datac(\text_gen|char_ram~16753_q ), + .datad(\text_gen|char_ram~47304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47305 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54346 ( +// Equation(s): +// \text_gen|char_ram~54346_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54346 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y21_N29 +dffeas \text_gen|char_ram~9585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54394 ( +// Equation(s): +// \text_gen|char_ram~54394_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54394 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y21_N19 +dffeas \text_gen|char_ram~23921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54556 ( +// Equation(s): +// \text_gen|char_ram~54556_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54556 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y19_N19 +dffeas \text_gen|char_ram~7793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54593 ( +// Equation(s): +// \text_gen|char_ram~54593_combout = (\text_gen|char_ram~52985_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52985_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54593 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y19_N1 +dffeas \text_gen|char_ram~22129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47302 ( +// Equation(s): +// \text_gen|char_ram~47302_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~22129_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~7793_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7793_q ), + .datac(\text_gen|char_ram~22129_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47302 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~47302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47303 ( +// Equation(s): +// \text_gen|char_ram~47303_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47302_combout & ((\text_gen|char_ram~23921_q ))) # (!\text_gen|char_ram~47302_combout & (\text_gen|char_ram~9585_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47302_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9585_q ), + .datac(\text_gen|char_ram~23921_q ), + .datad(\text_gen|char_ram~47302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47303 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47306 ( +// Equation(s): +// \text_gen|char_ram~47306_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~47303_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~47305_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47305_combout ), + .datad(\text_gen|char_ram~47303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47306 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13169feeder ( +// Equation(s): +// \text_gen|char_ram~13169feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13169feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13169feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13169feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54844 ( +// Equation(s): +// \text_gen|char_ram~54844_combout = (\text_gen|char_ram~53221_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53221_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54844 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y18_N25 +dffeas \text_gen|char_ram~13169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13169feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54846 ( +// Equation(s): +// \text_gen|char_ram~54846_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54846 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y21_N31 +dffeas \text_gen|char_ram~27505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53980 ( +// Equation(s): +// \text_gen|char_ram~53980_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53221_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53980 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y21_N29 +dffeas \text_gen|char_ram~11377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54129 ( +// Equation(s): +// \text_gen|char_ram~54129_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54129 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y19_N27 +dffeas \text_gen|char_ram~25713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47307 ( +// Equation(s): +// \text_gen|char_ram~47307_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~25713_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~11377_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~11377_q ), + .datad(\text_gen|char_ram~25713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47307 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47308 ( +// Equation(s): +// \text_gen|char_ram~47308_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47307_combout & ((\text_gen|char_ram~27505_q ))) # (!\text_gen|char_ram~47307_combout & (\text_gen|char_ram~13169_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47307_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~13169_q ), + .datac(\text_gen|char_ram~27505_q ), + .datad(\text_gen|char_ram~47307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47308 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47309 ( +// Equation(s): +// \text_gen|char_ram~47309_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47306_combout & ((\text_gen|char_ram~47308_combout ))) # (!\text_gen|char_ram~47306_combout & (\text_gen|char_ram~47301_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47306_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47301_combout ), + .datac(\text_gen|char_ram~47306_combout ), + .datad(\text_gen|char_ram~47308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47309 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2431feeder ( +// Equation(s): +// \text_gen|char_ram~2431feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2431feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54373 ( +// Equation(s): +// \text_gen|char_ram~54373_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52896_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54373 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y8_N3 +dffeas \text_gen|char_ram~2431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54348 ( +// Equation(s): +// \text_gen|char_ram~54348_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54348 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y8_N23 +dffeas \text_gen|char_ram~9599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7807feeder ( +// Equation(s): +// \text_gen|char_ram~7807feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7807feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7807feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7807feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54497 ( +// Equation(s): +// \text_gen|char_ram~54497_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54497 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y11_N19 +dffeas \text_gen|char_ram~7807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7807feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54514 ( +// Equation(s): +// \text_gen|char_ram~54514_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52896_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54514 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y8_N29 +dffeas \text_gen|char_ram~639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47335 ( +// Equation(s): +// \text_gen|char_ram~47335_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7807_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~639_q +// ))))) + + .dataa(\text_gen|char_ram~7807_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~639_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47335 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47336 ( +// Equation(s): +// \text_gen|char_ram~47336_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47335_combout & ((\text_gen|char_ram~9599_q ))) # (!\text_gen|char_ram~47335_combout & (\text_gen|char_ram~2431_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47335_combout )))) + + .dataa(\text_gen|char_ram~2431_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~9599_q ), + .datad(\text_gen|char_ram~47335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47336 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16767feeder ( +// Equation(s): +// \text_gen|char_ram~16767feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54358 ( +// Equation(s): +// \text_gen|char_ram~54358_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54358 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y15_N7 +dffeas \text_gen|char_ram~16767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54389 ( +// Equation(s): +// \text_gen|char_ram~54389_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52981_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54389 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y15_N27 +dffeas \text_gen|char_ram~23935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54530 ( +// Equation(s): +// \text_gen|char_ram~54530_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52981_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54530 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y19_N21 +dffeas \text_gen|char_ram~22143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54476 ( +// Equation(s): +// \text_gen|char_ram~54476_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54476 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y15_N29 +dffeas \text_gen|char_ram~14975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47333 ( +// Equation(s): +// \text_gen|char_ram~47333_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~22143_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~14975_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~22143_q ), + .datac(\text_gen|char_ram~14975_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47333 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47334 ( +// Equation(s): +// \text_gen|char_ram~47334_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47333_combout & ((\text_gen|char_ram~23935_q ))) # (!\text_gen|char_ram~47333_combout & (\text_gen|char_ram~16767_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47333_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16767_q ), + .datac(\text_gen|char_ram~23935_q ), + .datad(\text_gen|char_ram~47333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47334 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47337 ( +// Equation(s): +// \text_gen|char_ram~47337_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~47334_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47336_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47336_combout ), + .datad(\text_gen|char_ram~47334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47337 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20351feeder ( +// Equation(s): +// \text_gen|char_ram~20351feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20351feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54780 ( +// Equation(s): +// \text_gen|char_ram~54780_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54780 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y9_N17 +dffeas \text_gen|char_ram~20351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54782 ( +// Equation(s): +// \text_gen|char_ram~54782_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54782 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y13_N23 +dffeas \text_gen|char_ram~27519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53893 ( +// Equation(s): +// \text_gen|char_ram~53893_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53893 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y36_N29 +dffeas \text_gen|char_ram~18559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25727feeder ( +// Equation(s): +// \text_gen|char_ram~25727feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54127 ( +// Equation(s): +// \text_gen|char_ram~54127_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54127 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y39_N17 +dffeas \text_gen|char_ram~25727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47338 ( +// Equation(s): +// \text_gen|char_ram~47338_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~25727_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~18559_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18559_q ), + .datad(\text_gen|char_ram~25727_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47338 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47339 ( +// Equation(s): +// \text_gen|char_ram~47339_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47338_combout & ((\text_gen|char_ram~27519_q ))) # (!\text_gen|char_ram~47338_combout & (\text_gen|char_ram~20351_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47338_combout )))) + + .dataa(\text_gen|char_ram~20351_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27519_q ), + .datad(\text_gen|char_ram~47338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47339 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54781 ( +// Equation(s): +// \text_gen|char_ram~54781_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53149_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54781 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y14_N13 +dffeas \text_gen|char_ram~6015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54779 ( +// Equation(s): +// \text_gen|char_ram~54779_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53147_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54779 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y14_N31 +dffeas \text_gen|char_ram~13183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53952 ( +// Equation(s): +// \text_gen|char_ram~53952_combout = (\text_gen|char_ram~53147_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53147_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53952 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N19 +dffeas \text_gen|char_ram~11391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54016 ( +// Equation(s): +// \text_gen|char_ram~54016_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54016 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y22_N5 +dffeas \text_gen|char_ram~4223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47331 ( +// Equation(s): +// \text_gen|char_ram~47331_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11391_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4223_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11391_q ), + .datac(\text_gen|char_ram~4223_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47331 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47332 ( +// Equation(s): +// \text_gen|char_ram~47332_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47331_combout & ((\text_gen|char_ram~13183_q ))) # (!\text_gen|char_ram~47331_combout & (\text_gen|char_ram~6015_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47331_combout )))) + + .dataa(\text_gen|char_ram~6015_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13183_q ), + .datad(\text_gen|char_ram~47331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47332 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47340 ( +// Equation(s): +// \text_gen|char_ram~47340_combout = (\text_gen|char_ram~47337_combout & (((\text_gen|char_ram~47339_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~47337_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47332_combout )))) + + .dataa(\text_gen|char_ram~47337_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47339_combout ), + .datad(\text_gen|char_ram~47332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47340 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47341 ( +// Equation(s): +// \text_gen|char_ram~47341_combout = (\text_gen|char_ram~47330_combout & (((\text_gen|char_ram~47340_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47330_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~47309_combout ))) + + .dataa(\text_gen|char_ram~47330_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47309_combout ), + .datad(\text_gen|char_ram~47340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47341 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~47341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27015feeder ( +// Equation(s): +// \text_gen|char_ram~27015feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27015feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27015feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27015feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55753 ( +// Equation(s): +// \text_gen|char_ram~55753_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55753 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y36_N31 +dffeas \text_gen|char_ram~27015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27015feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55720 ( +// Equation(s): +// \text_gen|char_ram~55720_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55720 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y26_N1 +dffeas \text_gen|char_ram~19847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55736 ( +// Equation(s): +// \text_gen|char_ram~55736_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53166_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55736 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y44_N17 +dffeas \text_gen|char_ram~5511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12679feeder ( +// Equation(s): +// \text_gen|char_ram~12679feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55704 ( +// Equation(s): +// \text_gen|char_ram~55704_combout = (\text_gen|char_ram~53164_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53164_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55704 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y44_N15 +dffeas \text_gen|char_ram~12679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47373 ( +// Equation(s): +// \text_gen|char_ram~47373_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12679_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5511_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5511_q ), + .datad(\text_gen|char_ram~12679_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47373 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47374 ( +// Equation(s): +// \text_gen|char_ram~47374_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47373_combout & (\text_gen|char_ram~27015_q )) # (!\text_gen|char_ram~47373_combout & ((\text_gen|char_ram~19847_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47373_combout )))) + + .dataa(\text_gen|char_ram~27015_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~19847_q ), + .datad(\text_gen|char_ram~47373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47374 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55902 ( +// Equation(s): +// \text_gen|char_ram~55902_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55902 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N13 +dffeas \text_gen|char_ram~19903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55906 ( +// Equation(s): +// \text_gen|char_ram~55906_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53149_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55906 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y50_N25 +dffeas \text_gen|char_ram~5567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55897 ( +// Equation(s): +// \text_gen|char_ram~55897_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53147_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55897 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y50_N19 +dffeas \text_gen|char_ram~12735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47380 ( +// Equation(s): +// \text_gen|char_ram~47380_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12735_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5567_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5567_q ), + .datad(\text_gen|char_ram~12735_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47380 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55909 ( +// Equation(s): +// \text_gen|char_ram~55909_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55909 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y44_N31 +dffeas \text_gen|char_ram~27071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47381 ( +// Equation(s): +// \text_gen|char_ram~47381_combout = (\text_gen|char_ram~47380_combout & (((\text_gen|char_ram~27071_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47380_combout & (\text_gen|char_ram~19903_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~19903_q ), + .datab(\text_gen|char_ram~47380_combout ), + .datac(\text_gen|char_ram~27071_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47381 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19889feeder ( +// Equation(s): +// \text_gen|char_ram~19889feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19889feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55934 ( +// Equation(s): +// \text_gen|char_ram~55934_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55934 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y42_N15 +dffeas \text_gen|char_ram~19889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55938 ( +// Equation(s): +// \text_gen|char_ram~55938_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55938 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y46_N7 +dffeas \text_gen|char_ram~5553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47375 ( +// Equation(s): +// \text_gen|char_ram~47375_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19889_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5553_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19889_q ), + .datac(\text_gen|char_ram~5553_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47375 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55929 ( +// Equation(s): +// \text_gen|char_ram~55929_combout = (\text_gen|char_ram~53221_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~53221_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55929 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N19 +dffeas \text_gen|char_ram~12721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55941 ( +// Equation(s): +// \text_gen|char_ram~55941_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55941 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N25 +dffeas \text_gen|char_ram~27057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47376 ( +// Equation(s): +// \text_gen|char_ram~47376_combout = (\text_gen|char_ram~47375_combout & (((\text_gen|char_ram~27057_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47375_combout & (\text_gen|char_ram~12721_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~47375_combout ), + .datab(\text_gen|char_ram~12721_q ), + .datac(\text_gen|char_ram~27057_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47376 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12665feeder ( +// Equation(s): +// \text_gen|char_ram~12665feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12665feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12665feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12665feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55712 ( +// Equation(s): +// \text_gen|char_ram~55712_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55712 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y45_N31 +dffeas \text_gen|char_ram~12665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12665feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55761 ( +// Equation(s): +// \text_gen|char_ram~55761_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55761 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y44_N19 +dffeas \text_gen|char_ram~27001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55744 ( +// Equation(s): +// \text_gen|char_ram~55744_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55744 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y40_N7 +dffeas \text_gen|char_ram~5497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19833feeder ( +// Equation(s): +// \text_gen|char_ram~19833feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55728 ( +// Equation(s): +// \text_gen|char_ram~55728_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55728 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y26_N7 +dffeas \text_gen|char_ram~19833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47377 ( +// Equation(s): +// \text_gen|char_ram~47377_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19833_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5497_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5497_q ), + .datad(\text_gen|char_ram~19833_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47377 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47378 ( +// Equation(s): +// \text_gen|char_ram~47378_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47377_combout & ((\text_gen|char_ram~27001_q ))) # (!\text_gen|char_ram~47377_combout & (\text_gen|char_ram~12665_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47377_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12665_q ), + .datac(\text_gen|char_ram~27001_q ), + .datad(\text_gen|char_ram~47377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47378 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47379 ( +// Equation(s): +// \text_gen|char_ram~47379_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47376_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47378_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47376_combout ), + .datad(\text_gen|char_ram~47378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47379 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47382 ( +// Equation(s): +// \text_gen|char_ram~47382_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47379_combout & ((\text_gen|char_ram~47381_combout ))) # (!\text_gen|char_ram~47379_combout & (\text_gen|char_ram~47374_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47379_combout )))) + + .dataa(\text_gen|char_ram~47374_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47381_combout ), + .datad(\text_gen|char_ram~47379_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47382 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54970 ( +// Equation(s): +// \text_gen|char_ram~54970_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53000_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53000_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54970 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N25 +dffeas \text_gen|char_ram~23431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16263feeder ( +// Equation(s): +// \text_gen|char_ram~16263feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54937 ( +// Equation(s): +// \text_gen|char_ram~54937_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54937 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y44_N27 +dffeas \text_gen|char_ram~16263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54947 ( +// Equation(s): +// \text_gen|char_ram~54947_combout = (\text_gen|char_ram~52894_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~52894_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54947 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y44_N17 +dffeas \text_gen|char_ram~1927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54979 ( +// Equation(s): +// \text_gen|char_ram~54979_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54979 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y44_N5 +dffeas \text_gen|char_ram~9095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47342 ( +// Equation(s): +// \text_gen|char_ram~47342_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~9095_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1927_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~1927_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9095_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47342 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~47342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47343 ( +// Equation(s): +// \text_gen|char_ram~47343_combout = (\text_gen|char_ram~47342_combout & ((\text_gen|char_ram~23431_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47342_combout & (((\text_gen|char_ram~16263_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~23431_q ), + .datab(\text_gen|char_ram~16263_q ), + .datac(\text_gen|char_ram~47342_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47343 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~47343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9137feeder ( +// Equation(s): +// \text_gen|char_ram~9137feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9137feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9137feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9137feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55149 ( +// Equation(s): +// \text_gen|char_ram~55149_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55149 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y42_N23 +dffeas \text_gen|char_ram~9137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9137feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55117 ( +// Equation(s): +// \text_gen|char_ram~55117_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55117 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y40_N9 +dffeas \text_gen|char_ram~23473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55126 ( +// Equation(s): +// \text_gen|char_ram~55126_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55126 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y39_N9 +dffeas \text_gen|char_ram~16305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55158 ( +// Equation(s): +// \text_gen|char_ram~55158_combout = (\text_gen|char_ram~52942_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52942_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55158 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y38_N31 +dffeas \text_gen|char_ram~1969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47344 ( +// Equation(s): +// \text_gen|char_ram~47344_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16305_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1969_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16305_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1969_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47344 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47345 ( +// Equation(s): +// \text_gen|char_ram~47345_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47344_combout & ((\text_gen|char_ram~23473_q ))) # (!\text_gen|char_ram~47344_combout & (\text_gen|char_ram~9137_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47344_combout )))) + + .dataa(\text_gen|char_ram~9137_q ), + .datab(\text_gen|char_ram~23473_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~47344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47345 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~47345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9081feeder ( +// Equation(s): +// \text_gen|char_ram~9081feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9081feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54930 ( +// Equation(s): +// \text_gen|char_ram~54930_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54930 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y43_N31 +dffeas \text_gen|char_ram~9081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54920 ( +// Equation(s): +// \text_gen|char_ram~54920_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53004_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54920 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y40_N3 +dffeas \text_gen|char_ram~23417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54954 ( +// Equation(s): +// \text_gen|char_ram~54954_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54954 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y24_N9 +dffeas \text_gen|char_ram~16249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54963 ( +// Equation(s): +// \text_gen|char_ram~54963_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52940_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54963 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y35_N11 +dffeas \text_gen|char_ram~1913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47346 ( +// Equation(s): +// \text_gen|char_ram~47346_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16249_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1913_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16249_q ), + .datac(\text_gen|char_ram~1913_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47346 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47347 ( +// Equation(s): +// \text_gen|char_ram~47347_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47346_combout & ((\text_gen|char_ram~23417_q ))) # (!\text_gen|char_ram~47346_combout & (\text_gen|char_ram~9081_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47346_combout )))) + + .dataa(\text_gen|char_ram~9081_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23417_q ), + .datad(\text_gen|char_ram~47346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47347 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47348 ( +// Equation(s): +// \text_gen|char_ram~47348_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47345_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47347_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47345_combout ), + .datad(\text_gen|char_ram~47347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47348 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16319feeder ( +// Equation(s): +// \text_gen|char_ram~16319feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16319feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55122 ( +// Equation(s): +// \text_gen|char_ram~55122_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55122 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N17 +dffeas \text_gen|char_ram~16319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55129 ( +// Equation(s): +// \text_gen|char_ram~55129_combout = (\text_gen|char_ram~52981_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~52981_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55129 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N27 +dffeas \text_gen|char_ram~23487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55161 ( +// Equation(s): +// \text_gen|char_ram~55161_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55161 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N15 +dffeas \text_gen|char_ram~9151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55154 ( +// Equation(s): +// \text_gen|char_ram~55154_combout = (\text_gen|char_ram~52896_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55154 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y46_N15 +dffeas \text_gen|char_ram~1983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47349 ( +// Equation(s): +// \text_gen|char_ram~47349_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9151_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1983_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9151_q ), + .datac(\text_gen|char_ram~1983_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47349 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47350 ( +// Equation(s): +// \text_gen|char_ram~47350_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47349_combout & ((\text_gen|char_ram~23487_q ))) # (!\text_gen|char_ram~47349_combout & (\text_gen|char_ram~16319_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47349_combout )))) + + .dataa(\text_gen|char_ram~16319_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23487_q ), + .datad(\text_gen|char_ram~47349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47350 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47351 ( +// Equation(s): +// \text_gen|char_ram~47351_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47348_combout & ((\text_gen|char_ram~47350_combout ))) # (!\text_gen|char_ram~47348_combout & (\text_gen|char_ram~47343_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47348_combout )))) + + .dataa(\text_gen|char_ram~47343_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47348_combout ), + .datad(\text_gen|char_ram~47350_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47351 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55543 ( +// Equation(s): +// \text_gen|char_ram~55543_combout = (\text_gen|char_ram~52894_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~52894_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55543 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y47_N5 +dffeas \text_gen|char_ram~135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55511 ( +// Equation(s): +// \text_gen|char_ram~55511_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55511 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y44_N7 +dffeas \text_gen|char_ram~7303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47362 ( +// Equation(s): +// \text_gen|char_ram~47362_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7303_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~135_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~135_q ), + .datad(\text_gen|char_ram~7303_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47362 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55559 ( +// Equation(s): +// \text_gen|char_ram~55559_combout = (\text_gen|char_ram~53000_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53000_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55559 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y43_N9 +dffeas \text_gen|char_ram~21639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55527 ( +// Equation(s): +// \text_gen|char_ram~55527_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55527 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y25_N21 +dffeas \text_gen|char_ram~14471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47363 ( +// Equation(s): +// \text_gen|char_ram~47363_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47362_combout & (\text_gen|char_ram~21639_q )) # (!\text_gen|char_ram~47362_combout & ((\text_gen|char_ram~14471_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47362_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47362_combout ), + .datac(\text_gen|char_ram~21639_q ), + .datad(\text_gen|char_ram~14471_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47363 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55539 ( +// Equation(s): +// \text_gen|char_ram~55539_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55539 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y26_N31 +dffeas \text_gen|char_ram~14527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55571 ( +// Equation(s): +// \text_gen|char_ram~55571_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52981_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55571 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y46_N19 +dffeas \text_gen|char_ram~21695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55523 ( +// Equation(s): +// \text_gen|char_ram~55523_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55523 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y49_N7 +dffeas \text_gen|char_ram~7359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55555 ( +// Equation(s): +// \text_gen|char_ram~55555_combout = (\text_gen|char_ram~52896_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55555 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y46_N31 +dffeas \text_gen|char_ram~191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47369 ( +// Equation(s): +// \text_gen|char_ram~47369_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7359_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~191_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7359_q ), + .datac(\text_gen|char_ram~191_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47369 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47370 ( +// Equation(s): +// \text_gen|char_ram~47370_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47369_combout & ((\text_gen|char_ram~21695_q ))) # (!\text_gen|char_ram~47369_combout & (\text_gen|char_ram~14527_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47369_combout )))) + + .dataa(\text_gen|char_ram~14527_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21695_q ), + .datad(\text_gen|char_ram~47369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47370 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55575 ( +// Equation(s): +// \text_gen|char_ram~55575_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55575 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y42_N13 +dffeas \text_gen|char_ram~14457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55623 ( +// Equation(s): +// \text_gen|char_ram~55623_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~53004_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55623 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y42_N3 +dffeas \text_gen|char_ram~21625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55607 ( +// Equation(s): +// \text_gen|char_ram~55607_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52940_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55607 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y42_N3 +dffeas \text_gen|char_ram~121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7289feeder ( +// Equation(s): +// \text_gen|char_ram~7289feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7289feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7289feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7289feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55591 ( +// Equation(s): +// \text_gen|char_ram~55591_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55591 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y45_N25 +dffeas \text_gen|char_ram~7289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7289feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47366 ( +// Equation(s): +// \text_gen|char_ram~47366_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~7289_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~121_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~121_q ), + .datad(\text_gen|char_ram~7289_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47366 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47367 ( +// Equation(s): +// \text_gen|char_ram~47367_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47366_combout & ((\text_gen|char_ram~21625_q ))) # (!\text_gen|char_ram~47366_combout & (\text_gen|char_ram~14457_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47366_combout )))) + + .dataa(\text_gen|char_ram~14457_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21625_q ), + .datad(\text_gen|char_ram~47366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47367 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55603 ( +// Equation(s): +// \text_gen|char_ram~55603_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55603 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y42_N3 +dffeas \text_gen|char_ram~7345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55635 ( +// Equation(s): +// \text_gen|char_ram~55635_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55635 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y42_N13 +dffeas \text_gen|char_ram~21681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55619 ( +// Equation(s): +// \text_gen|char_ram~55619_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52942_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55619 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y42_N7 +dffeas \text_gen|char_ram~177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14513feeder ( +// Equation(s): +// \text_gen|char_ram~14513feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14513feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14513feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14513feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55587 ( +// Equation(s): +// \text_gen|char_ram~55587_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55587 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y42_N25 +dffeas \text_gen|char_ram~14513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14513feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47364 ( +// Equation(s): +// \text_gen|char_ram~47364_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14513_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~177_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~177_q ), + .datad(\text_gen|char_ram~14513_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47364 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47365 ( +// Equation(s): +// \text_gen|char_ram~47365_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47364_combout & ((\text_gen|char_ram~21681_q ))) # (!\text_gen|char_ram~47364_combout & (\text_gen|char_ram~7345_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47364_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7345_q ), + .datac(\text_gen|char_ram~21681_q ), + .datad(\text_gen|char_ram~47364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47365 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47368 ( +// Equation(s): +// \text_gen|char_ram~47368_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~47365_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47367_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47367_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~47365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47368 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~47368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47371 ( +// Equation(s): +// \text_gen|char_ram~47371_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47368_combout & ((\text_gen|char_ram~47370_combout ))) # (!\text_gen|char_ram~47368_combout & (\text_gen|char_ram~47363_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47368_combout )))) + + .dataa(\text_gen|char_ram~47363_combout ), + .datab(\text_gen|char_ram~47370_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~47368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47371 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~47371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55250 ( +// Equation(s): +// \text_gen|char_ram~55250_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55250 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N1 +dffeas \text_gen|char_ram~18055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55302 ( +// Equation(s): +// \text_gen|char_ram~55302_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55302 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y46_N31 +dffeas \text_gen|char_ram~25223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55266 ( +// Equation(s): +// \text_gen|char_ram~55266_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55266 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y46_N1 +dffeas \text_gen|char_ram~10887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55282 ( +// Equation(s): +// \text_gen|char_ram~55282_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53166_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55282 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y47_N13 +dffeas \text_gen|char_ram~3719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47352 ( +// Equation(s): +// \text_gen|char_ram~47352_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10887_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3719_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10887_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3719_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47352 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47353 ( +// Equation(s): +// \text_gen|char_ram~47353_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47352_combout & ((\text_gen|char_ram~25223_q ))) # (!\text_gen|char_ram~47352_combout & (\text_gen|char_ram~18055_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47352_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18055_q ), + .datac(\text_gen|char_ram~25223_q ), + .datad(\text_gen|char_ram~47352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47353 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18111feeder ( +// Equation(s): +// \text_gen|char_ram~18111feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18111feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18111feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18111feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55262 ( +// Equation(s): +// \text_gen|char_ram~55262_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55262 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y39_N23 +dffeas \text_gen|char_ram~18111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18111feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55310 ( +// Equation(s): +// \text_gen|char_ram~55310_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55310 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y46_N7 +dffeas \text_gen|char_ram~25279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55278 ( +// Equation(s): +// \text_gen|char_ram~55278_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53147_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55278 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N15 +dffeas \text_gen|char_ram~10943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55294 ( +// Equation(s): +// \text_gen|char_ram~55294_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55294 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N5 +dffeas \text_gen|char_ram~3775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47359 ( +// Equation(s): +// \text_gen|char_ram~47359_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10943_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3775_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10943_q ), + .datac(\text_gen|char_ram~3775_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47359 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47360 ( +// Equation(s): +// \text_gen|char_ram~47360_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47359_combout & ((\text_gen|char_ram~25279_q ))) # (!\text_gen|char_ram~47359_combout & (\text_gen|char_ram~18111_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47359_combout )))) + + .dataa(\text_gen|char_ram~18111_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25279_q ), + .datad(\text_gen|char_ram~47359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47360 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10929feeder ( +// Equation(s): +// \text_gen|char_ram~10929feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10929feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10929feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10929feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55326 ( +// Equation(s): +// \text_gen|char_ram~55326_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53221_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55326 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y45_N13 +dffeas \text_gen|char_ram~10929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10929feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55374 ( +// Equation(s): +// \text_gen|char_ram~55374_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55374 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y45_N15 +dffeas \text_gen|char_ram~25265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18097feeder ( +// Equation(s): +// \text_gen|char_ram~18097feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55342 ( +// Equation(s): +// \text_gen|char_ram~55342_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55342 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y45_N7 +dffeas \text_gen|char_ram~18097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55358 ( +// Equation(s): +// \text_gen|char_ram~55358_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55358 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y45_N1 +dffeas \text_gen|char_ram~3761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47354 ( +// Equation(s): +// \text_gen|char_ram~47354_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18097_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~3761_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18097_q ), + .datac(\text_gen|char_ram~3761_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47354 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47355 ( +// Equation(s): +// \text_gen|char_ram~47355_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47354_combout & ((\text_gen|char_ram~25265_q ))) # (!\text_gen|char_ram~47354_combout & (\text_gen|char_ram~10929_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47354_combout )))) + + .dataa(\text_gen|char_ram~10929_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25265_q ), + .datad(\text_gen|char_ram~47354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47355 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55314 ( +// Equation(s): +// \text_gen|char_ram~55314_combout = (\text_gen|char_ram~53238_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53238_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55314 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y46_N27 +dffeas \text_gen|char_ram~10873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55362 ( +// Equation(s): +// \text_gen|char_ram~55362_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55362 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y46_N1 +dffeas \text_gen|char_ram~25209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18041feeder ( +// Equation(s): +// \text_gen|char_ram~18041feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18041feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18041feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18041feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55330 ( +// Equation(s): +// \text_gen|char_ram~55330_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55330 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y49_N19 +dffeas \text_gen|char_ram~18041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18041feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55346 ( +// Equation(s): +// \text_gen|char_ram~55346_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55346 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y49_N5 +dffeas \text_gen|char_ram~3705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47356 ( +// Equation(s): +// \text_gen|char_ram~47356_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18041_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3705_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18041_q ), + .datac(\text_gen|char_ram~3705_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47356 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47357 ( +// Equation(s): +// \text_gen|char_ram~47357_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47356_combout & ((\text_gen|char_ram~25209_q ))) # (!\text_gen|char_ram~47356_combout & (\text_gen|char_ram~10873_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47356_combout )))) + + .dataa(\text_gen|char_ram~10873_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25209_q ), + .datad(\text_gen|char_ram~47356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47357 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47358 ( +// Equation(s): +// \text_gen|char_ram~47358_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~47355_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~47357_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47355_combout ), + .datad(\text_gen|char_ram~47357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47358 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47361 ( +// Equation(s): +// \text_gen|char_ram~47361_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47358_combout & ((\text_gen|char_ram~47360_combout ))) # (!\text_gen|char_ram~47358_combout & (\text_gen|char_ram~47353_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47358_combout )))) + + .dataa(\text_gen|char_ram~47353_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47360_combout ), + .datad(\text_gen|char_ram~47358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47361 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47372 ( +// Equation(s): +// \text_gen|char_ram~47372_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~47361_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~47371_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~47371_combout ), + .datad(\text_gen|char_ram~47361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47372 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47383 ( +// Equation(s): +// \text_gen|char_ram~47383_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47372_combout & (\text_gen|char_ram~47382_combout )) # (!\text_gen|char_ram~47372_combout & ((\text_gen|char_ram~47351_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47372_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47382_combout ), + .datac(\text_gen|char_ram~47351_combout ), + .datad(\text_gen|char_ram~47372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47383 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47384 ( +// Equation(s): +// \text_gen|char_ram~47384_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~47341_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~47383_combout ))))) + + .dataa(\text_gen|char_ram~47341_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~47383_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47384 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~47384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56981 ( +// Equation(s): +// \text_gen|char_ram~56981_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56981 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y34_N7 +dffeas \text_gen|char_ram~28401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56978 ( +// Equation(s): +// \text_gen|char_ram~56978_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56978 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y33_N21 +dffeas \text_gen|char_ram~26609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56980 ( +// Equation(s): +// \text_gen|char_ram~56980_combout = (\text_gen|char_ram~52985_combout & \text_gen|char_ram~55961_combout ) + + .dataa(\text_gen|char_ram~52985_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56980 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y34_N7 +dffeas \text_gen|char_ram~23025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56979 ( +// Equation(s): +// \text_gen|char_ram~56979_combout = (\text_gen|char_ram~52985_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52985_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56979 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y33_N5 +dffeas \text_gen|char_ram~24817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47392 ( +// Equation(s): +// \text_gen|char_ram~47392_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~24817_q ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~23025_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~23025_q ), + .datab(\text_gen|char_ram~24817_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47392 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~47392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47393 ( +// Equation(s): +// \text_gen|char_ram~47393_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47392_combout & (\text_gen|char_ram~28401_q )) # (!\text_gen|char_ram~47392_combout & ((\text_gen|char_ram~26609_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47392_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~28401_q ), + .datac(\text_gen|char_ram~26609_q ), + .datad(\text_gen|char_ram~47392_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47393 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56666 ( +// Equation(s): +// \text_gen|char_ram~56666_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53223_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56666 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y36_N17 +dffeas \text_gen|char_ram~5105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56669 ( +// Equation(s): +// \text_gen|char_ram~56669_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56669 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y36_N5 +dffeas \text_gen|char_ram~6897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56667 ( +// Equation(s): +// \text_gen|char_ram~56667_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52942_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56667 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y36_N19 +dffeas \text_gen|char_ram~3313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56668 ( +// Equation(s): +// \text_gen|char_ram~56668_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52942_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56668 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y36_N19 +dffeas \text_gen|char_ram~1521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47389 ( +// Equation(s): +// \text_gen|char_ram~47389_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3313_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1521_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3313_q ), + .datac(\text_gen|char_ram~1521_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47389 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47390 ( +// Equation(s): +// \text_gen|char_ram~47390_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47389_combout & ((\text_gen|char_ram~6897_q ))) # (!\text_gen|char_ram~47389_combout & (\text_gen|char_ram~5105_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47389_combout )))) + + .dataa(\text_gen|char_ram~5105_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6897_q ), + .datad(\text_gen|char_ram~47389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47390 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17649feeder ( +// Equation(s): +// \text_gen|char_ram~17649feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17649feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17649feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17649feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56122 ( +// Equation(s): +// \text_gen|char_ram~56122_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56122 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y35_N15 +dffeas \text_gen|char_ram~17649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17649feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56124 ( +// Equation(s): +// \text_gen|char_ram~56124_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56124 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y38_N5 +dffeas \text_gen|char_ram~21233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56121 ( +// Equation(s): +// \text_gen|char_ram~56121_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56121 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y38_N23 +dffeas \text_gen|char_ram~19441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56123 ( +// Equation(s): +// \text_gen|char_ram~56123_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52824_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56123 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y38_N19 +dffeas \text_gen|char_ram~15857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47387 ( +// Equation(s): +// \text_gen|char_ram~47387_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19441_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15857_q +// ))))) + + .dataa(\text_gen|char_ram~19441_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15857_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47387 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47388 ( +// Equation(s): +// \text_gen|char_ram~47388_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47387_combout & ((\text_gen|char_ram~21233_q ))) # (!\text_gen|char_ram~47387_combout & (\text_gen|char_ram~17649_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47387_combout )))) + + .dataa(\text_gen|char_ram~17649_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21233_q ), + .datad(\text_gen|char_ram~47387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47388 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47391 ( +// Equation(s): +// \text_gen|char_ram~47391_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47388_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~47390_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47390_combout ), + .datad(\text_gen|char_ram~47388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47391 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56426 ( +// Equation(s): +// \text_gen|char_ram~56426_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53221_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~53221_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56426 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y32_N11 +dffeas \text_gen|char_ram~14065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56424 ( +// Equation(s): +// \text_gen|char_ram~56424_combout = (\text_gen|char_ram~53221_combout & \text_gen|char_ram~55961_combout ) + + .dataa(\text_gen|char_ram~53221_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56424 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y33_N19 +dffeas \text_gen|char_ram~12273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10481feeder ( +// Equation(s): +// \text_gen|char_ram~10481feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10481feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10481feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10481feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56423 ( +// Equation(s): +// \text_gen|char_ram~56423_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52785_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52785_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56423 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y32_N25 +dffeas \text_gen|char_ram~10481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10481feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56425 ( +// Equation(s): +// \text_gen|char_ram~56425_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56425 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y32_N17 +dffeas \text_gen|char_ram~8689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47385 ( +// Equation(s): +// \text_gen|char_ram~47385_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10481_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8689_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10481_q ), + .datac(\text_gen|char_ram~8689_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47385 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47386 ( +// Equation(s): +// \text_gen|char_ram~47386_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47385_combout & (\text_gen|char_ram~14065_q )) # (!\text_gen|char_ram~47385_combout & ((\text_gen|char_ram~12273_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47385_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~14065_q ), + .datac(\text_gen|char_ram~12273_q ), + .datad(\text_gen|char_ram~47385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47386 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47394 ( +// Equation(s): +// \text_gen|char_ram~47394_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47391_combout & (\text_gen|char_ram~47393_combout )) # (!\text_gen|char_ram~47391_combout & ((\text_gen|char_ram~47386_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47391_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47393_combout ), + .datac(\text_gen|char_ram~47391_combout ), + .datad(\text_gen|char_ram~47386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47394 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56060 ( +// Equation(s): +// \text_gen|char_ram~56060_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53070_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56060 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N7 +dffeas \text_gen|char_ram~21247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56058 ( +// Equation(s): +// \text_gen|char_ram~56058_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52757_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56058 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y27_N27 +dffeas \text_gen|char_ram~17663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56059 ( +// Equation(s): +// \text_gen|char_ram~56059_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56059 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y26_N1 +dffeas \text_gen|char_ram~15871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56057 ( +// Equation(s): +// \text_gen|char_ram~56057_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56057 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N29 +dffeas \text_gen|char_ram~19455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47416 ( +// Equation(s): +// \text_gen|char_ram~47416_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~19455_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15871_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15871_q ), + .datad(\text_gen|char_ram~19455_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47416 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47417 ( +// Equation(s): +// \text_gen|char_ram~47417_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47416_combout & (\text_gen|char_ram~21247_q )) # (!\text_gen|char_ram~47416_combout & ((\text_gen|char_ram~17663_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47416_combout )))) + + .dataa(\text_gen|char_ram~21247_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~17663_q ), + .datad(\text_gen|char_ram~47416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47417 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56947 ( +// Equation(s): +// \text_gen|char_ram~56947_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52981_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56947 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y23_N25 +dffeas \text_gen|char_ram~24831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56948 ( +// Equation(s): +// \text_gen|char_ram~56948_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52981_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56948 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y26_N17 +dffeas \text_gen|char_ram~23039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47423 ( +// Equation(s): +// \text_gen|char_ram~47423_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24831_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23039_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24831_q ), + .datac(\text_gen|char_ram~23039_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47423 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56946 ( +// Equation(s): +// \text_gen|char_ram~56946_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56946 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y26_N27 +dffeas \text_gen|char_ram~26623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56949 ( +// Equation(s): +// \text_gen|char_ram~56949_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56949 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y30_N31 +dffeas \text_gen|char_ram~28415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47424 ( +// Equation(s): +// \text_gen|char_ram~47424_combout = (\text_gen|char_ram~47423_combout & (((\text_gen|char_ram~28415_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~47423_combout & (\text_gen|char_ram~26623_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~47423_combout ), + .datab(\text_gen|char_ram~26623_q ), + .datac(\text_gen|char_ram~28415_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47424 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3327feeder ( +// Equation(s): +// \text_gen|char_ram~3327feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56603 ( +// Equation(s): +// \text_gen|char_ram~56603_combout = (\text_gen|char_ram~52896_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56603 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y27_N25 +dffeas \text_gen|char_ram~3327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56605 ( +// Equation(s): +// \text_gen|char_ram~56605_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56605 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y28_N31 +dffeas \text_gen|char_ram~6911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5119feeder ( +// Equation(s): +// \text_gen|char_ram~5119feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5119feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56602 ( +// Equation(s): +// \text_gen|char_ram~56602_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53149_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56602 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y27_N11 +dffeas \text_gen|char_ram~5119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X6_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56604 ( +// Equation(s): +// \text_gen|char_ram~56604_combout = (\text_gen|char_ram~52896_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56604 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y28_N29 +dffeas \text_gen|char_ram~1535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47420 ( +// Equation(s): +// \text_gen|char_ram~47420_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5119_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1535_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5119_q ), + .datac(\text_gen|char_ram~1535_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47420 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47421 ( +// Equation(s): +// \text_gen|char_ram~47421_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47420_combout & ((\text_gen|char_ram~6911_q ))) # (!\text_gen|char_ram~47420_combout & (\text_gen|char_ram~3327_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47420_combout )))) + + .dataa(\text_gen|char_ram~3327_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6911_q ), + .datad(\text_gen|char_ram~47420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47421 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56474 ( +// Equation(s): +// \text_gen|char_ram~56474_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56474 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N25 +dffeas \text_gen|char_ram~10495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56476 ( +// Equation(s): +// \text_gen|char_ram~56476_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56476 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y28_N19 +dffeas \text_gen|char_ram~8703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47418 ( +// Equation(s): +// \text_gen|char_ram~47418_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10495_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8703_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10495_q ), + .datac(\text_gen|char_ram~8703_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47418 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56477 ( +// Equation(s): +// \text_gen|char_ram~56477_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53147_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56477 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y28_N25 +dffeas \text_gen|char_ram~14079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56475 ( +// Equation(s): +// \text_gen|char_ram~56475_combout = (\text_gen|char_ram~53147_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53147_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56475 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y32_N15 +dffeas \text_gen|char_ram~12287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47419 ( +// Equation(s): +// \text_gen|char_ram~47419_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47418_combout & (\text_gen|char_ram~14079_q )) # (!\text_gen|char_ram~47418_combout & ((\text_gen|char_ram~12287_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~47418_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47418_combout ), + .datac(\text_gen|char_ram~14079_q ), + .datad(\text_gen|char_ram~12287_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47419 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47422 ( +// Equation(s): +// \text_gen|char_ram~47422_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~47419_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~47421_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47421_combout ), + .datad(\text_gen|char_ram~47419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47422 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47425 ( +// Equation(s): +// \text_gen|char_ram~47425_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47422_combout & ((\text_gen|char_ram~47424_combout ))) # (!\text_gen|char_ram~47422_combout & (\text_gen|char_ram~47417_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47422_combout )))) + + .dataa(\text_gen|char_ram~47417_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47424_combout ), + .datad(\text_gen|char_ram~47422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47425 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56786 ( +// Equation(s): +// \text_gen|char_ram~56786_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56786 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y27_N29 +dffeas \text_gen|char_ram~26553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56788 ( +// Equation(s): +// \text_gen|char_ram~56788_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56788 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y27_N3 +dffeas \text_gen|char_ram~28345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24761feeder ( +// Equation(s): +// \text_gen|char_ram~24761feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24761feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24761feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24761feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56785 ( +// Equation(s): +// \text_gen|char_ram~56785_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53004_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56785 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y24_N27 +dffeas \text_gen|char_ram~24761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24761feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56787 ( +// Equation(s): +// \text_gen|char_ram~56787_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53004_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56787 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y27_N29 +dffeas \text_gen|char_ram~22969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47412 ( +// Equation(s): +// \text_gen|char_ram~47412_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24761_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22969_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24761_q ), + .datac(\text_gen|char_ram~22969_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47412 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47413 ( +// Equation(s): +// \text_gen|char_ram~47413_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47412_combout & ((\text_gen|char_ram~28345_q ))) # (!\text_gen|char_ram~47412_combout & (\text_gen|char_ram~26553_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47412_combout )))) + + .dataa(\text_gen|char_ram~26553_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28345_q ), + .datad(\text_gen|char_ram~47412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47413 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56232 ( +// Equation(s): +// \text_gen|char_ram~56232_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53238_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56232 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y32_N29 +dffeas \text_gen|char_ram~12217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56234 ( +// Equation(s): +// \text_gen|char_ram~56234_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53238_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56234 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y32_N15 +dffeas \text_gen|char_ram~14009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10425feeder ( +// Equation(s): +// \text_gen|char_ram~10425feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10425feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10425feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10425feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56231 ( +// Equation(s): +// \text_gen|char_ram~56231_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56231 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y32_N29 +dffeas \text_gen|char_ram~10425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10425feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56233 ( +// Equation(s): +// \text_gen|char_ram~56233_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52740_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56233 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y40_N31 +dffeas \text_gen|char_ram~8633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47405 ( +// Equation(s): +// \text_gen|char_ram~47405_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10425_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8633_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10425_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8633_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47405 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47406 ( +// Equation(s): +// \text_gen|char_ram~47406_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47405_combout & ((\text_gen|char_ram~14009_q ))) # (!\text_gen|char_ram~47405_combout & (\text_gen|char_ram~12217_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47405_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12217_q ), + .datac(\text_gen|char_ram~14009_q ), + .datad(\text_gen|char_ram~47405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47406 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5049feeder ( +// Equation(s): +// \text_gen|char_ram~5049feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5049feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5049feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5049feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56634 ( +// Equation(s): +// \text_gen|char_ram~56634_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56634 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y35_N7 +dffeas \text_gen|char_ram~5049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5049feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56637 ( +// Equation(s): +// \text_gen|char_ram~56637_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56637 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y39_N5 +dffeas \text_gen|char_ram~6841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56636 ( +// Equation(s): +// \text_gen|char_ram~56636_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52940_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56636 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y38_N11 +dffeas \text_gen|char_ram~1465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56635 ( +// Equation(s): +// \text_gen|char_ram~56635_combout = (\text_gen|char_ram~52940_combout & \text_gen|char_ram~55963_combout ) + + .dataa(\text_gen|char_ram~52940_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56635 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y38_N21 +dffeas \text_gen|char_ram~3257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47409 ( +// Equation(s): +// \text_gen|char_ram~47409_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3257_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1465_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1465_q ), + .datad(\text_gen|char_ram~3257_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47409 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47410 ( +// Equation(s): +// \text_gen|char_ram~47410_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47409_combout & ((\text_gen|char_ram~6841_q ))) # (!\text_gen|char_ram~47409_combout & (\text_gen|char_ram~5049_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47409_combout )))) + + .dataa(\text_gen|char_ram~5049_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6841_q ), + .datad(\text_gen|char_ram~47409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47410 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56113 ( +// Equation(s): +// \text_gen|char_ram~56113_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52783_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56113 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y32_N9 +dffeas \text_gen|char_ram~19385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17593feeder ( +// Equation(s): +// \text_gen|char_ram~17593feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17593feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17593feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17593feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56114 ( +// Equation(s): +// \text_gen|char_ram~56114_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52824_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56114 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y30_N9 +dffeas \text_gen|char_ram~17593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17593feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56115 ( +// Equation(s): +// \text_gen|char_ram~56115_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56115 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y32_N1 +dffeas \text_gen|char_ram~15801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47407 ( +// Equation(s): +// \text_gen|char_ram~47407_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17593_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15801_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~17593_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15801_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47407 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56116 ( +// Equation(s): +// \text_gen|char_ram~56116_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56116 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y32_N7 +dffeas \text_gen|char_ram~21177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47408 ( +// Equation(s): +// \text_gen|char_ram~47408_combout = (\text_gen|char_ram~47407_combout & (((\text_gen|char_ram~21177_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~47407_combout & (\text_gen|char_ram~19385_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~19385_q ), + .datab(\text_gen|char_ram~47407_combout ), + .datac(\text_gen|char_ram~21177_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47408 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47411 ( +// Equation(s): +// \text_gen|char_ram~47411_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~47408_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47410_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47410_combout ), + .datad(\text_gen|char_ram~47408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47411 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47414 ( +// Equation(s): +// \text_gen|char_ram~47414_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47411_combout & (\text_gen|char_ram~47413_combout )) # (!\text_gen|char_ram~47411_combout & ((\text_gen|char_ram~47406_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47411_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47413_combout ), + .datac(\text_gen|char_ram~47406_combout ), + .datad(\text_gen|char_ram~47411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47414 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17607feeder ( +// Equation(s): +// \text_gen|char_ram~17607feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17607feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17607feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17607feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56050 ( +// Equation(s): +// \text_gen|char_ram~56050_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56050 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y24_N11 +dffeas \text_gen|char_ram~17607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17607feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X6_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56051 ( +// Equation(s): +// \text_gen|char_ram~56051_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52755_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56051 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y25_N7 +dffeas \text_gen|char_ram~15815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47395 ( +// Equation(s): +// \text_gen|char_ram~47395_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17607_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15815_q +// ))))) + + .dataa(\text_gen|char_ram~17607_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15815_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47395 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56049 ( +// Equation(s): +// \text_gen|char_ram~56049_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53070_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56049 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y26_N11 +dffeas \text_gen|char_ram~19399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56052 ( +// Equation(s): +// \text_gen|char_ram~56052_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56052 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y26_N25 +dffeas \text_gen|char_ram~21191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47396 ( +// Equation(s): +// \text_gen|char_ram~47396_combout = (\text_gen|char_ram~47395_combout & (((\text_gen|char_ram~21191_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~47395_combout & (\text_gen|char_ram~19399_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~47395_combout ), + .datab(\text_gen|char_ram~19399_q ), + .datac(\text_gen|char_ram~21191_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47396 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56572 ( +// Equation(s): +// \text_gen|char_ram~56572_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52894_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56572 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y29_N17 +dffeas \text_gen|char_ram~1479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3271feeder ( +// Equation(s): +// \text_gen|char_ram~3271feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~3271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3271feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56571 ( +// Equation(s): +// \text_gen|char_ram~56571_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52894_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56571 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N7 +dffeas \text_gen|char_ram~3271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47399 ( +// Equation(s): +// \text_gen|char_ram~47399_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~3271_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1479_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1479_q ), + .datad(\text_gen|char_ram~3271_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47399 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56573 ( +// Equation(s): +// \text_gen|char_ram~56573_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53166_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56573 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y29_N11 +dffeas \text_gen|char_ram~6855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5063feeder ( +// Equation(s): +// \text_gen|char_ram~5063feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5063feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5063feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5063feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56570 ( +// Equation(s): +// \text_gen|char_ram~56570_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53166_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56570 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N5 +dffeas \text_gen|char_ram~5063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5063feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47400 ( +// Equation(s): +// \text_gen|char_ram~47400_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47399_combout & (\text_gen|char_ram~6855_q )) # (!\text_gen|char_ram~47399_combout & ((\text_gen|char_ram~5063_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~47399_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47399_combout ), + .datac(\text_gen|char_ram~6855_q ), + .datad(\text_gen|char_ram~5063_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47400 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56223 ( +// Equation(s): +// \text_gen|char_ram~56223_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53164_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56223 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y40_N5 +dffeas \text_gen|char_ram~12231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56226 ( +// Equation(s): +// \text_gen|char_ram~56226_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56226 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y44_N3 +dffeas \text_gen|char_ram~14023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56225 ( +// Equation(s): +// \text_gen|char_ram~56225_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52740_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56225 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y44_N13 +dffeas \text_gen|char_ram~8647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56224 ( +// Equation(s): +// \text_gen|char_ram~56224_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56224 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y36_N9 +dffeas \text_gen|char_ram~10439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47397 ( +// Equation(s): +// \text_gen|char_ram~47397_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10439_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8647_q +// )))) + + .dataa(\text_gen|char_ram~8647_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~10439_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47397 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~47397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47398 ( +// Equation(s): +// \text_gen|char_ram~47398_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47397_combout & ((\text_gen|char_ram~14023_q ))) # (!\text_gen|char_ram~47397_combout & (\text_gen|char_ram~12231_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47397_combout )))) + + .dataa(\text_gen|char_ram~12231_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14023_q ), + .datad(\text_gen|char_ram~47397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47398 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47401 ( +// Equation(s): +// \text_gen|char_ram~47401_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~47398_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~47400_combout )))) + + .dataa(\text_gen|char_ram~47400_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~47398_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47401 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~47401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26567feeder ( +// Equation(s): +// \text_gen|char_ram~26567feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26567feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26567feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26567feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56793 ( +// Equation(s): +// \text_gen|char_ram~56793_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56793 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y30_N21 +dffeas \text_gen|char_ram~26567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26567feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56796 ( +// Equation(s): +// \text_gen|char_ram~56796_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52755_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56796 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y30_N29 +dffeas \text_gen|char_ram~28359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56795 ( +// Equation(s): +// \text_gen|char_ram~56795_combout = (\text_gen|char_ram~53000_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53000_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56795 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y26_N7 +dffeas \text_gen|char_ram~22983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56794 ( +// Equation(s): +// \text_gen|char_ram~56794_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53000_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53000_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56794 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y24_N13 +dffeas \text_gen|char_ram~24775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47402 ( +// Equation(s): +// \text_gen|char_ram~47402_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24775_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22983_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22983_q ), + .datad(\text_gen|char_ram~24775_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47402 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47403 ( +// Equation(s): +// \text_gen|char_ram~47403_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47402_combout & ((\text_gen|char_ram~28359_q ))) # (!\text_gen|char_ram~47402_combout & (\text_gen|char_ram~26567_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47402_combout )))) + + .dataa(\text_gen|char_ram~26567_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28359_q ), + .datad(\text_gen|char_ram~47402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47403 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47404 ( +// Equation(s): +// \text_gen|char_ram~47404_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47401_combout & ((\text_gen|char_ram~47403_combout ))) # (!\text_gen|char_ram~47401_combout & (\text_gen|char_ram~47396_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47401_combout )))) + + .dataa(\text_gen|char_ram~47396_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47401_combout ), + .datad(\text_gen|char_ram~47403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47404 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47415 ( +// Equation(s): +// \text_gen|char_ram~47415_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47404_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47414_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47414_combout ), + .datad(\text_gen|char_ram~47404_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47415 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47426 ( +// Equation(s): +// \text_gen|char_ram~47426_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47415_combout & ((\text_gen|char_ram~47425_combout ))) # (!\text_gen|char_ram~47415_combout & (\text_gen|char_ram~47394_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47415_combout )))) + + .dataa(\text_gen|char_ram~47394_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47425_combout ), + .datad(\text_gen|char_ram~47415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47426 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53041 ( +// Equation(s): +// \text_gen|char_ram~53041_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52981_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53041 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N21 +dffeas \text_gen|char_ram~24383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52827 ( +// Equation(s): +// \text_gen|char_ram~52827_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52827 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y44_N15 +dffeas \text_gen|char_ram~17215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52899 ( +// Equation(s): +// \text_gen|char_ram~52899_combout = (\text_gen|char_ram~52896_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52896_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52899 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y52_N17 +dffeas \text_gen|char_ram~2879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10047feeder ( +// Equation(s): +// \text_gen|char_ram~10047feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10047feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10047feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10047feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52760 ( +// Equation(s): +// \text_gen|char_ram~52760_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52760 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y52_N5 +dffeas \text_gen|char_ram~10047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10047feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47265 ( +// Equation(s): +// \text_gen|char_ram~47265_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~10047_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2879_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2879_q ), + .datad(\text_gen|char_ram~10047_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47265 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47266 ( +// Equation(s): +// \text_gen|char_ram~47266_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47265_combout & (\text_gen|char_ram~24383_q )) # (!\text_gen|char_ram~47265_combout & ((\text_gen|char_ram~17215_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47265_combout )))) + + .dataa(\text_gen|char_ram~24383_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17215_q ), + .datad(\text_gen|char_ram~47265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47266 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53043 ( +// Equation(s): +// \text_gen|char_ram~53043_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53043 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y55_N21 +dffeas \text_gen|char_ram~24369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52788 ( +// Equation(s): +// \text_gen|char_ram~52788_combout = (\text_gen|char_ram~52740_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52740_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52788 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y55_N1 +dffeas \text_gen|char_ram~10033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52861 ( +// Equation(s): +// \text_gen|char_ram~52861_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~52785_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~52785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52861 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y38_N1 +dffeas \text_gen|char_ram~17201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52945 ( +// Equation(s): +// \text_gen|char_ram~52945_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52942_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52945 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N13 +dffeas \text_gen|char_ram~2865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47258 ( +// Equation(s): +// \text_gen|char_ram~47258_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17201_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2865_q +// ))))) + + .dataa(\text_gen|char_ram~17201_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2865_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47258 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47259 ( +// Equation(s): +// \text_gen|char_ram~47259_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47258_combout & (\text_gen|char_ram~24369_q )) # (!\text_gen|char_ram~47258_combout & ((\text_gen|char_ram~10033_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47258_combout )))) + + .dataa(\text_gen|char_ram~24369_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~10033_q ), + .datad(\text_gen|char_ram~47258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47259 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52837 ( +// Equation(s): +// \text_gen|char_ram~52837_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52837 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y44_N3 +dffeas \text_gen|char_ram~17159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52895 ( +// Equation(s): +// \text_gen|char_ram~52895_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52894_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52895 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y48_N17 +dffeas \text_gen|char_ram~2823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~9991feeder ( +// Equation(s): +// \text_gen|char_ram~9991feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52756 ( +// Equation(s): +// \text_gen|char_ram~52756_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52756 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y60_N7 +dffeas \text_gen|char_ram~9991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47260 ( +// Equation(s): +// \text_gen|char_ram~47260_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9991_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2823_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2823_q ), + .datad(\text_gen|char_ram~9991_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47260 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53001 ( +// Equation(s): +// \text_gen|char_ram~53001_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53000_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53001 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y44_N7 +dffeas \text_gen|char_ram~24327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47261 ( +// Equation(s): +// \text_gen|char_ram~47261_combout = (\text_gen|char_ram~47260_combout & (((\text_gen|char_ram~24327_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47260_combout & (\text_gen|char_ram~17159_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17159_q ), + .datab(\text_gen|char_ram~47260_combout ), + .datac(\text_gen|char_ram~24327_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47261 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9977feeder ( +// Equation(s): +// \text_gen|char_ram~9977feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9977feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y65_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52784 ( +// Equation(s): +// \text_gen|char_ram~52784_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52784 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y60_N5 +dffeas \text_gen|char_ram~9977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53005 ( +// Equation(s): +// \text_gen|char_ram~53005_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53004_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53005 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y51_N9 +dffeas \text_gen|char_ram~24313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52859 ( +// Equation(s): +// \text_gen|char_ram~52859_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52859 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y35_N13 +dffeas \text_gen|char_ram~17145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52941 ( +// Equation(s): +// \text_gen|char_ram~52941_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52940_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52941 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N19 +dffeas \text_gen|char_ram~2809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47262 ( +// Equation(s): +// \text_gen|char_ram~47262_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17145_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2809_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17145_q ), + .datac(\text_gen|char_ram~2809_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47262 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47263 ( +// Equation(s): +// \text_gen|char_ram~47263_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47262_combout & ((\text_gen|char_ram~24313_q ))) # (!\text_gen|char_ram~47262_combout & (\text_gen|char_ram~9977_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47262_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9977_q ), + .datac(\text_gen|char_ram~24313_q ), + .datad(\text_gen|char_ram~47262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47263 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47264 ( +// Equation(s): +// \text_gen|char_ram~47264_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~47261_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~47263_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47261_combout ), + .datad(\text_gen|char_ram~47263_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47264 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47267 ( +// Equation(s): +// \text_gen|char_ram~47267_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47264_combout & (\text_gen|char_ram~47266_combout )) # (!\text_gen|char_ram~47264_combout & ((\text_gen|char_ram~47259_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47264_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47266_combout ), + .datac(\text_gen|char_ram~47259_combout ), + .datad(\text_gen|char_ram~47264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47267 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53557 ( +// Equation(s): +// \text_gen|char_ram~53557_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~52824_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52824_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53557 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y46_N17 +dffeas \text_gen|char_ram~15423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22591feeder ( +// Equation(s): +// \text_gen|char_ram~22591feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53606 ( +// Equation(s): +// \text_gen|char_ram~53606_combout = (\text_gen|char_ram~52981_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52981_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53606 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y49_N3 +dffeas \text_gen|char_ram~22591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53589 ( +// Equation(s): +// \text_gen|char_ram~53589_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52896_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53589 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y54_N27 +dffeas \text_gen|char_ram~1087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8255feeder ( +// Equation(s): +// \text_gen|char_ram~8255feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53577 ( +// Equation(s): +// \text_gen|char_ram~53577_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~52757_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53577 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y54_N15 +dffeas \text_gen|char_ram~8255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47285 ( +// Equation(s): +// \text_gen|char_ram~47285_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8255_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1087_q +// )))) + + .dataa(\text_gen|char_ram~1087_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~8255_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47285 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~47285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47286 ( +// Equation(s): +// \text_gen|char_ram~47286_combout = (\text_gen|char_ram~47285_combout & (((\text_gen|char_ram~22591_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47285_combout & (\text_gen|char_ram~15423_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~15423_q ), + .datab(\text_gen|char_ram~22591_q ), + .datac(\text_gen|char_ram~47285_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47286 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~47286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15353feeder ( +// Equation(s): +// \text_gen|char_ram~15353feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15353feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53396 ( +// Equation(s): +// \text_gen|char_ram~53396_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~52824_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53396 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y42_N25 +dffeas \text_gen|char_ram~15353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53397 ( +// Equation(s): +// \text_gen|char_ram~53397_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52940_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53397 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y45_N5 +dffeas \text_gen|char_ram~1017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47282 ( +// Equation(s): +// \text_gen|char_ram~47282_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15353_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1017_q +// ))))) + + .dataa(\text_gen|char_ram~15353_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1017_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47282 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53395 ( +// Equation(s): +// \text_gen|char_ram~53395_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~52740_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52783_combout ), + .datad(\text_gen|char_ram~52740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53395 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N19 +dffeas \text_gen|char_ram~8185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53398 ( +// Equation(s): +// \text_gen|char_ram~53398_combout = (\text_gen|char_ram~53004_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53004_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53398 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N17 +dffeas \text_gen|char_ram~22521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47283 ( +// Equation(s): +// \text_gen|char_ram~47283_combout = (\text_gen|char_ram~47282_combout & (((\text_gen|char_ram~22521_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47282_combout & (\text_gen|char_ram~8185_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~47282_combout ), + .datab(\text_gen|char_ram~8185_q ), + .datac(\text_gen|char_ram~22521_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47283 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22577feeder ( +// Equation(s): +// \text_gen|char_ram~22577feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22577feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22577feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22577feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53607 ( +// Equation(s): +// \text_gen|char_ram~53607_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52985_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53607 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y42_N15 +dffeas \text_gen|char_ram~22577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22577feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53565 ( +// Equation(s): +// \text_gen|char_ram~53565_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52824_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53565 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y46_N3 +dffeas \text_gen|char_ram~15409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53591 ( +// Equation(s): +// \text_gen|char_ram~53591_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52942_combout ) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53591 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y46_N21 +dffeas \text_gen|char_ram~1073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47280 ( +// Equation(s): +// \text_gen|char_ram~47280_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15409_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1073_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15409_q ), + .datac(\text_gen|char_ram~1073_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47280 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53579 ( +// Equation(s): +// \text_gen|char_ram~53579_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52785_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52740_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53579 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y42_N19 +dffeas \text_gen|char_ram~8241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47281 ( +// Equation(s): +// \text_gen|char_ram~47281_combout = (\text_gen|char_ram~47280_combout & ((\text_gen|char_ram~22577_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47280_combout & (((\text_gen|Add5~12_combout & \text_gen|char_ram~8241_q )))) + + .dataa(\text_gen|char_ram~22577_q ), + .datab(\text_gen|char_ram~47280_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~8241_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47281 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~47281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47284 ( +// Equation(s): +// \text_gen|char_ram~47284_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~47281_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~47283_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47283_combout ), + .datad(\text_gen|char_ram~47281_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47284 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53384 ( +// Equation(s): +// \text_gen|char_ram~53384_combout = (\text_gen|char_ram~52824_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52755_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52824_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53384 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y25_N29 +dffeas \text_gen|char_ram~15367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53386 ( +// Equation(s): +// \text_gen|char_ram~53386_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53000_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53386 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N19 +dffeas \text_gen|char_ram~22535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53385 ( +// Equation(s): +// \text_gen|char_ram~53385_combout = (\text_gen|char_ram~52894_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52894_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53385 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y47_N11 +dffeas \text_gen|char_ram~1031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53383 ( +// Equation(s): +// \text_gen|char_ram~53383_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~52740_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~52740_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53383 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N1 +dffeas \text_gen|char_ram~8199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47278 ( +// Equation(s): +// \text_gen|char_ram~47278_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~8199_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1031_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~1031_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~8199_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47278 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~47278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47279 ( +// Equation(s): +// \text_gen|char_ram~47279_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47278_combout & ((\text_gen|char_ram~22535_q ))) # (!\text_gen|char_ram~47278_combout & (\text_gen|char_ram~15367_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47278_combout )))) + + .dataa(\text_gen|char_ram~15367_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22535_q ), + .datad(\text_gen|char_ram~47278_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47279 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47287 ( +// Equation(s): +// \text_gen|char_ram~47287_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47284_combout & (\text_gen|char_ram~47286_combout )) # (!\text_gen|char_ram~47284_combout & ((\text_gen|char_ram~47279_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47284_combout )))) + + .dataa(\text_gen|char_ram~47286_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47284_combout ), + .datad(\text_gen|char_ram~47279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47287 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~47287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53163 ( +// Equation(s): +// \text_gen|char_ram~53163_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53163 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y47_N19 +dffeas \text_gen|char_ram~18951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53168 ( +// Equation(s): +// \text_gen|char_ram~53168_combout = (\text_gen|char_ram~52755_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52755_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53168 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y47_N5 +dffeas \text_gen|char_ram~26119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53165 ( +// Equation(s): +// \text_gen|char_ram~53165_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53165 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y47_N3 +dffeas \text_gen|char_ram~11783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53167 ( +// Equation(s): +// \text_gen|char_ram~53167_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53166_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53167 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y47_N25 +dffeas \text_gen|char_ram~4615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47268 ( +// Equation(s): +// \text_gen|char_ram~47268_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11783_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4615_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11783_q ), + .datac(\text_gen|char_ram~4615_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47268 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47269 ( +// Equation(s): +// \text_gen|char_ram~47269_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47268_combout & ((\text_gen|char_ram~26119_q ))) # (!\text_gen|char_ram~47268_combout & (\text_gen|char_ram~18951_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47268_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18951_q ), + .datac(\text_gen|char_ram~26119_q ), + .datad(\text_gen|char_ram~47268_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47269 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19007feeder ( +// Equation(s): +// \text_gen|char_ram~19007feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53200 ( +// Equation(s): +// \text_gen|char_ram~53200_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52757_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53200 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y55_N19 +dffeas \text_gen|char_ram~19007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53203 ( +// Equation(s): +// \text_gen|char_ram~53203_combout = (\text_gen|char_ram~52757_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52757_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53203 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y55_N5 +dffeas \text_gen|char_ram~26175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11839feeder ( +// Equation(s): +// \text_gen|char_ram~11839feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11839feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11839feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11839feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53201 ( +// Equation(s): +// \text_gen|char_ram~53201_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53147_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53201 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y58_N23 +dffeas \text_gen|char_ram~11839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11839feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53202 ( +// Equation(s): +// \text_gen|char_ram~53202_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53202 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y55_N19 +dffeas \text_gen|char_ram~4671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47275 ( +// Equation(s): +// \text_gen|char_ram~47275_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11839_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4671_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11839_q ), + .datac(\text_gen|char_ram~4671_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47275 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47276 ( +// Equation(s): +// \text_gen|char_ram~47276_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47275_combout & ((\text_gen|char_ram~26175_q ))) # (!\text_gen|char_ram~47275_combout & (\text_gen|char_ram~19007_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47275_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19007_q ), + .datac(\text_gen|char_ram~26175_q ), + .datad(\text_gen|char_ram~47275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47276 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53277 ( +// Equation(s): +// \text_gen|char_ram~53277_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53277 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y52_N11 +dffeas \text_gen|char_ram~26161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53275 ( +// Equation(s): +// \text_gen|char_ram~53275_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53221_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53275 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y52_N23 +dffeas \text_gen|char_ram~11825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53274 ( +// Equation(s): +// \text_gen|char_ram~53274_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52785_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53274 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y52_N1 +dffeas \text_gen|char_ram~18993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4657feeder ( +// Equation(s): +// \text_gen|char_ram~4657feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53276 ( +// Equation(s): +// \text_gen|char_ram~53276_combout = (\text_gen|char_ram~53223_combout & \text_gen|char_ram~53088_combout ) + + .dataa(\text_gen|char_ram~53223_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53276 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y52_N15 +dffeas \text_gen|char_ram~4657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47270 ( +// Equation(s): +// \text_gen|char_ram~47270_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18993_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4657_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~18993_q ), + .datad(\text_gen|char_ram~4657_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47270 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47271 ( +// Equation(s): +// \text_gen|char_ram~47271_combout = (\text_gen|char_ram~47270_combout & ((\text_gen|char_ram~26161_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47270_combout & (((\text_gen|char_ram~11825_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~26161_q ), + .datab(\text_gen|char_ram~11825_q ), + .datac(\text_gen|char_ram~47270_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47271 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~47271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11769feeder ( +// Equation(s): +// \text_gen|char_ram~11769feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11769feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11769feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11769feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53239 ( +// Equation(s): +// \text_gen|char_ram~53239_combout = (\text_gen|char_ram~53238_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53238_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53239 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y52_N5 +dffeas \text_gen|char_ram~11769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11769feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53242 ( +// Equation(s): +// \text_gen|char_ram~53242_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52783_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53242 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y52_N23 +dffeas \text_gen|char_ram~26105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4601feeder ( +// Equation(s): +// \text_gen|char_ram~4601feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4601feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4601feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4601feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53241 ( +// Equation(s): +// \text_gen|char_ram~53241_combout = (\text_gen|char_ram~53240_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53240_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53241 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y52_N7 +dffeas \text_gen|char_ram~4601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4601feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53237 ( +// Equation(s): +// \text_gen|char_ram~53237_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52783_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~52783_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53237 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y52_N29 +dffeas \text_gen|char_ram~18937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47272 ( +// Equation(s): +// \text_gen|char_ram~47272_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~18937_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4601_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~4601_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~18937_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47272 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~47272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47273 ( +// Equation(s): +// \text_gen|char_ram~47273_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47272_combout & ((\text_gen|char_ram~26105_q ))) # (!\text_gen|char_ram~47272_combout & (\text_gen|char_ram~11769_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47272_combout )))) + + .dataa(\text_gen|char_ram~11769_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26105_q ), + .datad(\text_gen|char_ram~47272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47273 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47274 ( +// Equation(s): +// \text_gen|char_ram~47274_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47271_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47273_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47271_combout ), + .datad(\text_gen|char_ram~47273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47274 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47277 ( +// Equation(s): +// \text_gen|char_ram~47277_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47274_combout & ((\text_gen|char_ram~47276_combout ))) # (!\text_gen|char_ram~47274_combout & (\text_gen|char_ram~47269_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47274_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47269_combout ), + .datac(\text_gen|char_ram~47276_combout ), + .datad(\text_gen|char_ram~47274_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47277 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47288 ( +// Equation(s): +// \text_gen|char_ram~47288_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~47277_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~47287_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47287_combout ), + .datad(\text_gen|char_ram~47277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47288 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53659 ( +// Equation(s): +// \text_gen|char_ram~53659_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53238_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53659 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y52_N7 +dffeas \text_gen|char_ram~13561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53661 ( +// Equation(s): +// \text_gen|char_ram~53661_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52783_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53661 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y52_N29 +dffeas \text_gen|char_ram~27897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20729feeder ( +// Equation(s): +// \text_gen|char_ram~20729feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20729feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53658 ( +// Equation(s): +// \text_gen|char_ram~53658_combout = (\text_gen|char_ram~52783_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52783_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53658 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N13 +dffeas \text_gen|char_ram~20729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53660 ( +// Equation(s): +// \text_gen|char_ram~53660_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53240_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53660 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y52_N11 +dffeas \text_gen|char_ram~6393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47293 ( +// Equation(s): +// \text_gen|char_ram~47293_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20729_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6393_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20729_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6393_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47293 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47294 ( +// Equation(s): +// \text_gen|char_ram~47294_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47293_combout & ((\text_gen|char_ram~27897_q ))) # (!\text_gen|char_ram~47293_combout & (\text_gen|char_ram~13561_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47293_combout )))) + + .dataa(\text_gen|char_ram~13561_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27897_q ), + .datad(\text_gen|char_ram~47293_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47294 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53640 ( +// Equation(s): +// \text_gen|char_ram~53640_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53166_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53640 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y48_N23 +dffeas \text_gen|char_ram~6407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53639 ( +// Equation(s): +// \text_gen|char_ram~53639_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53164_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53639 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y44_N19 +dffeas \text_gen|char_ram~13575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47291 ( +// Equation(s): +// \text_gen|char_ram~47291_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13575_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6407_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6407_q ), + .datad(\text_gen|char_ram~13575_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47291 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53641 ( +// Equation(s): +// \text_gen|char_ram~53641_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52755_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52755_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53641 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y51_N3 +dffeas \text_gen|char_ram~27911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20743feeder ( +// Equation(s): +// \text_gen|char_ram~20743feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20743feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20743feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20743feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53638 ( +// Equation(s): +// \text_gen|char_ram~53638_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53070_combout & \text_gen|char_ram~52755_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53070_combout ), + .datad(\text_gen|char_ram~52755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53638 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y29_N19 +dffeas \text_gen|char_ram~20743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20743feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47292 ( +// Equation(s): +// \text_gen|char_ram~47292_combout = (\text_gen|char_ram~47291_combout & (((\text_gen|char_ram~27911_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~47291_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20743_q )))) + + .dataa(\text_gen|char_ram~47291_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27911_q ), + .datad(\text_gen|char_ram~20743_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47292 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47295 ( +// Equation(s): +// \text_gen|char_ram~47295_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47292_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47294_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47294_combout ), + .datad(\text_gen|char_ram~47292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47295 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53868 ( +// Equation(s): +// \text_gen|char_ram~53868_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52757_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53868 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y55_N19 +dffeas \text_gen|char_ram~27967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53820 ( +// Equation(s): +// \text_gen|char_ram~53820_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52757_combout & \text_gen|char_ram~53070_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52757_combout ), + .datad(\text_gen|char_ram~53070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53820 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y52_N9 +dffeas \text_gen|char_ram~20799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13631feeder ( +// Equation(s): +// \text_gen|char_ram~13631feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13631feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13631feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13631feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53831 ( +// Equation(s): +// \text_gen|char_ram~53831_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53147_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53831 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y58_N9 +dffeas \text_gen|char_ram~13631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13631feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53851 ( +// Equation(s): +// \text_gen|char_ram~53851_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53149_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53851 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y56_N23 +dffeas \text_gen|char_ram~6463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47296 ( +// Equation(s): +// \text_gen|char_ram~47296_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13631_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6463_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13631_q ), + .datac(\text_gen|char_ram~6463_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47296 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47297 ( +// Equation(s): +// \text_gen|char_ram~47297_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47296_combout & (\text_gen|char_ram~27967_q )) # (!\text_gen|char_ram~47296_combout & ((\text_gen|char_ram~20799_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47296_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27967_q ), + .datac(\text_gen|char_ram~20799_q ), + .datad(\text_gen|char_ram~47296_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47297 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53833 ( +// Equation(s): +// \text_gen|char_ram~53833_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53221_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53833 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y53_N13 +dffeas \text_gen|char_ram~13617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27953feeder ( +// Equation(s): +// \text_gen|char_ram~27953feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53869 ( +// Equation(s): +// \text_gen|char_ram~53869_combout = (\text_gen|char_ram~52785_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53869 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y56_N19 +dffeas \text_gen|char_ram~27953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53853 ( +// Equation(s): +// \text_gen|char_ram~53853_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53223_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53853 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y50_N5 +dffeas \text_gen|char_ram~6449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53824 ( +// Equation(s): +// \text_gen|char_ram~53824_combout = (\text_gen|char_ram~53070_combout & (\text_gen|char_ram~52785_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~53070_combout ), + .datab(\text_gen|char_ram~52785_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53824 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y52_N1 +dffeas \text_gen|char_ram~20785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47289 ( +// Equation(s): +// \text_gen|char_ram~47289_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20785_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6449_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6449_q ), + .datad(\text_gen|char_ram~20785_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47289 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47290 ( +// Equation(s): +// \text_gen|char_ram~47290_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47289_combout & ((\text_gen|char_ram~27953_q ))) # (!\text_gen|char_ram~47289_combout & (\text_gen|char_ram~13617_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47289_combout )))) + + .dataa(\text_gen|char_ram~13617_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27953_q ), + .datad(\text_gen|char_ram~47289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47290 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47298 ( +// Equation(s): +// \text_gen|char_ram~47298_combout = (\text_gen|char_ram~47295_combout & (((\text_gen|char_ram~47297_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47295_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47290_combout )))) + + .dataa(\text_gen|char_ram~47295_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47297_combout ), + .datad(\text_gen|char_ram~47290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47298 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47299 ( +// Equation(s): +// \text_gen|char_ram~47299_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47288_combout & ((\text_gen|char_ram~47298_combout ))) # (!\text_gen|char_ram~47288_combout & (\text_gen|char_ram~47267_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47288_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47267_combout ), + .datac(\text_gen|char_ram~47288_combout ), + .datad(\text_gen|char_ram~47298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47299 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47427 ( +// Equation(s): +// \text_gen|char_ram~47427_combout = (\text_gen|char_ram~47384_combout & (((\text_gen|char_ram~47426_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~47384_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47299_combout )))) + + .dataa(\text_gen|char_ram~47384_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~47426_combout ), + .datad(\text_gen|char_ram~47299_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47427 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56782 ( +// Equation(s): +// \text_gen|char_ram~56782_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56782 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y21_N11 +dffeas \text_gen|char_ram~24663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56574 ( +// Equation(s): +// \text_gen|char_ram~56574_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52906_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56574 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y25_N7 +dffeas \text_gen|char_ram~3159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56256 ( +// Equation(s): +// \text_gen|char_ram~56256_combout = (\text_gen|char_ram~52767_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52767_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56256 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y25_N25 +dffeas \text_gen|char_ram~10327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47725 ( +// Equation(s): +// \text_gen|char_ram~47725_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~10327_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~3159_q )))) + + .dataa(\text_gen|char_ram~3159_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~10327_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47725 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~47725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56062 ( +// Equation(s): +// \text_gen|char_ram~56062_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52833_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56062 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y21_N29 +dffeas \text_gen|char_ram~17495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47726 ( +// Equation(s): +// \text_gen|char_ram~47726_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47725_combout & (\text_gen|char_ram~24663_q )) # (!\text_gen|char_ram~47725_combout & ((\text_gen|char_ram~17495_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47725_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~24663_q ), + .datac(\text_gen|char_ram~47725_combout ), + .datad(\text_gen|char_ram~17495_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47726 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56606 ( +// Equation(s): +// \text_gen|char_ram~56606_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52908_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56606 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y24_N23 +dffeas \text_gen|char_ram~3215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10383feeder ( +// Equation(s): +// \text_gen|char_ram~10383feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56442 ( +// Equation(s): +// \text_gen|char_ram~56442_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52769_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56442 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y23_N15 +dffeas \text_gen|char_ram~10383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47732 ( +// Equation(s): +// \text_gen|char_ram~47732_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~10383_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3215_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3215_q ), + .datad(\text_gen|char_ram~10383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47732 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56074 ( +// Equation(s): +// \text_gen|char_ram~56074_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56074 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N17 +dffeas \text_gen|char_ram~17551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56954 ( +// Equation(s): +// \text_gen|char_ram~56954_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52991_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56954 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N11 +dffeas \text_gen|char_ram~24719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47733 ( +// Equation(s): +// \text_gen|char_ram~47733_combout = (\text_gen|char_ram~47732_combout & (((\text_gen|char_ram~24719_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47732_combout & (\text_gen|char_ram~17551_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~47732_combout ), + .datab(\text_gen|char_ram~17551_q ), + .datac(\text_gen|char_ram~24719_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47733 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56257 ( +// Equation(s): +// \text_gen|char_ram~56257_combout = (\text_gen|char_ram~52767_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52767_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56257 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y25_N11 +dffeas \text_gen|char_ram~8535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56783 ( +// Equation(s): +// \text_gen|char_ram~56783_combout = (\text_gen|char_ram~53015_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53015_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56783 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y25_N9 +dffeas \text_gen|char_ram~22871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1367feeder ( +// Equation(s): +// \text_gen|char_ram~1367feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1367feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1367feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1367feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56576 ( +// Equation(s): +// \text_gen|char_ram~56576_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52906_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56576 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y25_N21 +dffeas \text_gen|char_ram~1367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1367feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56063 ( +// Equation(s): +// \text_gen|char_ram~56063_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52833_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56063 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y25_N29 +dffeas \text_gen|char_ram~15703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47729 ( +// Equation(s): +// \text_gen|char_ram~47729_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~15703_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1367_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~1367_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~15703_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47729 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~47729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47730 ( +// Equation(s): +// \text_gen|char_ram~47730_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47729_combout & ((\text_gen|char_ram~22871_q ))) # (!\text_gen|char_ram~47729_combout & (\text_gen|char_ram~8535_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47729_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8535_q ), + .datac(\text_gen|char_ram~22871_q ), + .datad(\text_gen|char_ram~47729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47730 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56444 ( +// Equation(s): +// \text_gen|char_ram~56444_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52769_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56444 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y24_N5 +dffeas \text_gen|char_ram~8591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56956 ( +// Equation(s): +// \text_gen|char_ram~56956_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52991_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56956 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y24_N19 +dffeas \text_gen|char_ram~22927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56075 ( +// Equation(s): +// \text_gen|char_ram~56075_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56075 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y24_N31 +dffeas \text_gen|char_ram~15759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56608 ( +// Equation(s): +// \text_gen|char_ram~56608_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52908_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56608 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y24_N23 +dffeas \text_gen|char_ram~1423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47727 ( +// Equation(s): +// \text_gen|char_ram~47727_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15759_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1423_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15759_q ), + .datac(\text_gen|char_ram~1423_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47727 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47728 ( +// Equation(s): +// \text_gen|char_ram~47728_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47727_combout & ((\text_gen|char_ram~22927_q ))) # (!\text_gen|char_ram~47727_combout & (\text_gen|char_ram~8591_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47727_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8591_q ), + .datac(\text_gen|char_ram~22927_q ), + .datad(\text_gen|char_ram~47727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47728 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47731 ( +// Equation(s): +// \text_gen|char_ram~47731_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~47728_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47730_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47730_combout ), + .datad(\text_gen|char_ram~47728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47731 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47734 ( +// Equation(s): +// \text_gen|char_ram~47734_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47731_combout & ((\text_gen|char_ram~47733_combout ))) # (!\text_gen|char_ram~47731_combout & (\text_gen|char_ram~47726_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47731_combout )))) + + .dataa(\text_gen|char_ram~47726_combout ), + .datab(\text_gen|char_ram~47733_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~47731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47734 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~47734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56140 ( +// Equation(s): +// \text_gen|char_ram~56140_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53228_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56140 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y24_N15 +dffeas \text_gen|char_ram~21121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56989 ( +// Equation(s): +// \text_gen|char_ram~56989_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56989 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N17 +dffeas \text_gen|char_ram~28289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13953feeder ( +// Equation(s): +// \text_gen|char_ram~13953feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56461 ( +// Equation(s): +// \text_gen|char_ram~56461_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53226_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56461 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y26_N13 +dffeas \text_gen|char_ram~13953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56673 ( +// Equation(s): +// \text_gen|char_ram~56673_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53230_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~53230_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56673 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y30_N29 +dffeas \text_gen|char_ram~6785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47742 ( +// Equation(s): +// \text_gen|char_ram~47742_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13953_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6785_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13953_q ), + .datac(\text_gen|char_ram~6785_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47742 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47743 ( +// Equation(s): +// \text_gen|char_ram~47743_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47742_combout & ((\text_gen|char_ram~28289_q ))) # (!\text_gen|char_ram~47742_combout & (\text_gen|char_ram~21121_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47742_combout )))) + + .dataa(\text_gen|char_ram~21121_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28289_q ), + .datad(\text_gen|char_ram~47742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47743 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21065feeder ( +// Equation(s): +// \text_gen|char_ram~21065feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~21065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56128 ( +// Equation(s): +// \text_gen|char_ram~56128_combout = (\text_gen|char_ram~53249_combout & \text_gen|char_ram~55963_combout ) + + .dataa(\text_gen|char_ram~53249_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56128 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y30_N23 +dffeas \text_gen|char_ram~21065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56792 ( +// Equation(s): +// \text_gen|char_ram~56792_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56792 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y28_N21 +dffeas \text_gen|char_ram~28233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13897feeder ( +// Equation(s): +// \text_gen|char_ram~13897feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~56266 ( +// Equation(s): +// \text_gen|char_ram~56266_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53247_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56266 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y28_N27 +dffeas \text_gen|char_ram~13897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56641 ( +// Equation(s): +// \text_gen|char_ram~56641_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53251_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56641 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y28_N19 +dffeas \text_gen|char_ram~6729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47735 ( +// Equation(s): +// \text_gen|char_ram~47735_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13897_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6729_q +// ))))) + + .dataa(\text_gen|char_ram~13897_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6729_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47735 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47736 ( +// Equation(s): +// \text_gen|char_ram~47736_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47735_combout & ((\text_gen|char_ram~28233_q ))) # (!\text_gen|char_ram~47735_combout & (\text_gen|char_ram~21065_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47735_combout )))) + + .dataa(\text_gen|char_ram~21065_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28233_q ), + .datad(\text_gen|char_ram~47735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47736 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56459 ( +// Equation(s): +// \text_gen|char_ram~56459_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53226_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56459 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y26_N25 +dffeas \text_gen|char_ram~12161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56987 ( +// Equation(s): +// \text_gen|char_ram~56987_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56987 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y26_N3 +dffeas \text_gen|char_ram~26497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56137 ( +// Equation(s): +// \text_gen|char_ram~56137_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53228_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56137 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y24_N27 +dffeas \text_gen|char_ram~19329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56671 ( +// Equation(s): +// \text_gen|char_ram~56671_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~53230_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56671 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y27_N9 +dffeas \text_gen|char_ram~4993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47737 ( +// Equation(s): +// \text_gen|char_ram~47737_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19329_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4993_q +// ))))) + + .dataa(\text_gen|char_ram~19329_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4993_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47737 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47738 ( +// Equation(s): +// \text_gen|char_ram~47738_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47737_combout & ((\text_gen|char_ram~26497_q ))) # (!\text_gen|char_ram~47737_combout & (\text_gen|char_ram~12161_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47737_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12161_q ), + .datac(\text_gen|char_ram~26497_q ), + .datad(\text_gen|char_ram~47737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47738 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56264 ( +// Equation(s): +// \text_gen|char_ram~56264_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56264 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y21_N7 +dffeas \text_gen|char_ram~12105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56790 ( +// Equation(s): +// \text_gen|char_ram~56790_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56790 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y26_N21 +dffeas \text_gen|char_ram~26441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56638 ( +// Equation(s): +// \text_gen|char_ram~56638_combout = (\text_gen|char_ram~53251_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53251_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56638 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y26_N19 +dffeas \text_gen|char_ram~4937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X2_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56125 ( +// Equation(s): +// \text_gen|char_ram~56125_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53249_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56125 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y26_N23 +dffeas \text_gen|char_ram~19273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47739 ( +// Equation(s): +// \text_gen|char_ram~47739_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~19273_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4937_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4937_q ), + .datad(\text_gen|char_ram~19273_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47739 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47740 ( +// Equation(s): +// \text_gen|char_ram~47740_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47739_combout & ((\text_gen|char_ram~26441_q ))) # (!\text_gen|char_ram~47739_combout & (\text_gen|char_ram~12105_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47739_combout )))) + + .dataa(\text_gen|char_ram~12105_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26441_q ), + .datad(\text_gen|char_ram~47739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47740 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47741 ( +// Equation(s): +// \text_gen|char_ram~47741_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47738_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47740_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47738_combout ), + .datad(\text_gen|char_ram~47740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47741 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47744 ( +// Equation(s): +// \text_gen|char_ram~47744_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47741_combout & (\text_gen|char_ram~47743_combout )) # (!\text_gen|char_ram~47741_combout & ((\text_gen|char_ram~47736_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47741_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47743_combout ), + .datac(\text_gen|char_ram~47736_combout ), + .datad(\text_gen|char_ram~47741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47744 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15745feeder ( +// Equation(s): +// \text_gen|char_ram~15745feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15745feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15745feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15745feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56139 ( +// Equation(s): +// \text_gen|char_ram~56139_combout = (\text_gen|char_ram~52866_combout & \text_gen|char_ram~55961_combout ) + + .dataa(\text_gen|char_ram~52866_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56139 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y24_N17 +dffeas \text_gen|char_ram~15745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15745feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56672 ( +// Equation(s): +// \text_gen|char_ram~56672_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52948_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52948_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56672 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y28_N23 +dffeas \text_gen|char_ram~1409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47747 ( +// Equation(s): +// \text_gen|char_ram~47747_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15745_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1409_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15745_q ), + .datac(\text_gen|char_ram~1409_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47747 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56988 ( +// Equation(s): +// \text_gen|char_ram~56988_combout = (\text_gen|char_ram~52993_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52993_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56988 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N27 +dffeas \text_gen|char_ram~22913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8577feeder ( +// Equation(s): +// \text_gen|char_ram~8577feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8577feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8577feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8577feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56460 ( +// Equation(s): +// \text_gen|char_ram~56460_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~55961_combout ) + + .dataa(\text_gen|char_ram~52791_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56460 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y26_N7 +dffeas \text_gen|char_ram~8577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8577feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47748 ( +// Equation(s): +// \text_gen|char_ram~47748_combout = (\text_gen|char_ram~47747_combout & ((\text_gen|char_ram~22913_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47747_combout & (((\text_gen|char_ram~8577_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~47747_combout ), + .datab(\text_gen|char_ram~22913_q ), + .datac(\text_gen|char_ram~8577_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47748 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~47748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15689feeder ( +// Equation(s): +// \text_gen|char_ram~15689feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15689feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56127 ( +// Equation(s): +// \text_gen|char_ram~56127_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52868_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56127 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y34_N15 +dffeas \text_gen|char_ram~15689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56640 ( +// Equation(s): +// \text_gen|char_ram~56640_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52946_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56640 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y34_N15 +dffeas \text_gen|char_ram~1353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47749 ( +// Equation(s): +// \text_gen|char_ram~47749_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15689_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1353_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15689_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1353_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47749 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8521feeder ( +// Equation(s): +// \text_gen|char_ram~8521feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8521feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8521feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8521feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56265 ( +// Equation(s): +// \text_gen|char_ram~56265_combout = (\text_gen|char_ram~52789_combout & \text_gen|char_ram~55961_combout ) + + .dataa(\text_gen|char_ram~52789_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56265 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y26_N27 +dffeas \text_gen|char_ram~8521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8521feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56791 ( +// Equation(s): +// \text_gen|char_ram~56791_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53017_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56791 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y26_N25 +dffeas \text_gen|char_ram~22857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47750 ( +// Equation(s): +// \text_gen|char_ram~47750_combout = (\text_gen|char_ram~47749_combout & (((\text_gen|char_ram~22857_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47749_combout & (\text_gen|char_ram~8521_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~47749_combout ), + .datab(\text_gen|char_ram~8521_q ), + .datac(\text_gen|char_ram~22857_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47750 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47751 ( +// Equation(s): +// \text_gen|char_ram~47751_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47748_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47750_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47748_combout ), + .datad(\text_gen|char_ram~47750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47751 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17537feeder ( +// Equation(s): +// \text_gen|char_ram~17537feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17537feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17537feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17537feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56138 ( +// Equation(s): +// \text_gen|char_ram~56138_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52866_combout ) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52866_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56138 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y26_N13 +dffeas \text_gen|char_ram~17537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17537feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56986 ( +// Equation(s): +// \text_gen|char_ram~56986_combout = (\text_gen|char_ram~52993_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52993_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56986 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y24_N27 +dffeas \text_gen|char_ram~24705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10369feeder ( +// Equation(s): +// \text_gen|char_ram~10369feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10369feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56458 ( +// Equation(s): +// \text_gen|char_ram~56458_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52791_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56458 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y29_N5 +dffeas \text_gen|char_ram~10369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56670 ( +// Equation(s): +// \text_gen|char_ram~56670_combout = (\text_gen|char_ram~52948_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52948_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56670 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y27_N25 +dffeas \text_gen|char_ram~3201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47752 ( +// Equation(s): +// \text_gen|char_ram~47752_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10369_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3201_q +// ))))) + + .dataa(\text_gen|char_ram~10369_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3201_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47752 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47753 ( +// Equation(s): +// \text_gen|char_ram~47753_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47752_combout & ((\text_gen|char_ram~24705_q ))) # (!\text_gen|char_ram~47752_combout & (\text_gen|char_ram~17537_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47752_combout )))) + + .dataa(\text_gen|char_ram~17537_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24705_q ), + .datad(\text_gen|char_ram~47752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47753 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56126 ( +// Equation(s): +// \text_gen|char_ram~56126_combout = (\text_gen|char_ram~52868_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52868_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56126 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y24_N27 +dffeas \text_gen|char_ram~17481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56789 ( +// Equation(s): +// \text_gen|char_ram~56789_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53017_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56789 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y24_N5 +dffeas \text_gen|char_ram~24649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56639 ( +// Equation(s): +// \text_gen|char_ram~56639_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52946_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56639 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y28_N5 +dffeas \text_gen|char_ram~3145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56263 ( +// Equation(s): +// \text_gen|char_ram~56263_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52789_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56263 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y28_N19 +dffeas \text_gen|char_ram~10313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47745 ( +// Equation(s): +// \text_gen|char_ram~47745_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~10313_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3145_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3145_q ), + .datad(\text_gen|char_ram~10313_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47745 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47746 ( +// Equation(s): +// \text_gen|char_ram~47746_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47745_combout & ((\text_gen|char_ram~24649_q ))) # (!\text_gen|char_ram~47745_combout & (\text_gen|char_ram~17481_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47745_combout )))) + + .dataa(\text_gen|char_ram~17481_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24649_q ), + .datad(\text_gen|char_ram~47745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47746 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47754 ( +// Equation(s): +// \text_gen|char_ram~47754_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47751_combout & (\text_gen|char_ram~47753_combout )) # (!\text_gen|char_ram~47751_combout & ((\text_gen|char_ram~47746_combout ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~47751_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47751_combout ), + .datac(\text_gen|char_ram~47753_combout ), + .datad(\text_gen|char_ram~47746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47754 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47755 ( +// Equation(s): +// \text_gen|char_ram~47755_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~47744_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~47754_combout ))))) + + .dataa(\text_gen|char_ram~47744_combout ), + .datab(\text_gen|char_ram~47754_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47755 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~47755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56064 ( +// Equation(s): +// \text_gen|char_ram~56064_combout = (\text_gen|char_ram~53175_combout & \text_gen|char_ram~55963_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53175_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56064 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y25_N27 +dffeas \text_gen|char_ram~21079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56784 ( +// Equation(s): +// \text_gen|char_ram~56784_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56784 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y25_N31 +dffeas \text_gen|char_ram~28247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26455feeder ( +// Equation(s): +// \text_gen|char_ram~26455feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56781 ( +// Equation(s): +// \text_gen|char_ram~56781_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~53076_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56781 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N1 +dffeas \text_gen|char_ram~26455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56061 ( +// Equation(s): +// \text_gen|char_ram~56061_combout = (\text_gen|char_ram~53175_combout & \text_gen|char_ram~55961_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53175_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56061 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y25_N11 +dffeas \text_gen|char_ram~19287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47756 ( +// Equation(s): +// \text_gen|char_ram~47756_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~26455_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~19287_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26455_q ), + .datac(\text_gen|char_ram~19287_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47756 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47757 ( +// Equation(s): +// \text_gen|char_ram~47757_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47756_combout & ((\text_gen|char_ram~28247_q ))) # (!\text_gen|char_ram~47756_combout & (\text_gen|char_ram~21079_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47756_combout )))) + + .dataa(\text_gen|char_ram~21079_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28247_q ), + .datad(\text_gen|char_ram~47756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47757 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56609 ( +// Equation(s): +// \text_gen|char_ram~56609_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53156_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56609 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y24_N5 +dffeas \text_gen|char_ram~6799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56445 ( +// Equation(s): +// \text_gen|char_ram~56445_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53152_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56445 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y24_N19 +dffeas \text_gen|char_ram~13967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56607 ( +// Equation(s): +// \text_gen|char_ram~56607_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~55961_combout ) + + .dataa(\text_gen|char_ram~53156_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56607 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y24_N13 +dffeas \text_gen|char_ram~5007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12175feeder ( +// Equation(s): +// \text_gen|char_ram~12175feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12175feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56443 ( +// Equation(s): +// \text_gen|char_ram~56443_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53152_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56443 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y26_N19 +dffeas \text_gen|char_ram~12175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47758 ( +// Equation(s): +// \text_gen|char_ram~47758_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12175_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5007_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5007_q ), + .datad(\text_gen|char_ram~12175_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47758 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47759 ( +// Equation(s): +// \text_gen|char_ram~47759_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47758_combout & ((\text_gen|char_ram~13967_q ))) # (!\text_gen|char_ram~47758_combout & (\text_gen|char_ram~6799_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47758_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~6799_q ), + .datac(\text_gen|char_ram~13967_q ), + .datad(\text_gen|char_ram~47758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47759 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4951feeder ( +// Equation(s): +// \text_gen|char_ram~4951feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4951feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56575 ( +// Equation(s): +// \text_gen|char_ram~56575_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53177_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56575 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N17 +dffeas \text_gen|char_ram~4951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56255 ( +// Equation(s): +// \text_gen|char_ram~56255_combout = (\text_gen|char_ram~53173_combout & \text_gen|char_ram~55961_combout ) + + .dataa(\text_gen|char_ram~53173_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56255 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~56255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y25_N17 +dffeas \text_gen|char_ram~12119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47760 ( +// Equation(s): +// \text_gen|char_ram~47760_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12119_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4951_q +// )))) + + .dataa(\text_gen|char_ram~4951_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12119_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47760 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~47760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56258 ( +// Equation(s): +// \text_gen|char_ram~56258_combout = (\text_gen|char_ram~53173_combout & \text_gen|char_ram~55963_combout ) + + .dataa(\text_gen|char_ram~53173_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56258 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y25_N17 +dffeas \text_gen|char_ram~13911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6743feeder ( +// Equation(s): +// \text_gen|char_ram~6743feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6743feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6743feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6743feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56577 ( +// Equation(s): +// \text_gen|char_ram~56577_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53177_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56577 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y25_N19 +dffeas \text_gen|char_ram~6743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6743feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47761 ( +// Equation(s): +// \text_gen|char_ram~47761_combout = (\text_gen|char_ram~47760_combout & (((\text_gen|char_ram~13911_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~47760_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~6743_q )))) + + .dataa(\text_gen|char_ram~47760_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13911_q ), + .datad(\text_gen|char_ram~6743_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47761 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47762 ( +// Equation(s): +// \text_gen|char_ram~47762_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47759_combout ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~47761_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47759_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~47761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47762 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~47762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56076 ( +// Equation(s): +// \text_gen|char_ram~56076_combout = (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53154_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56076 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y24_N25 +dffeas \text_gen|char_ram~21135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56957 ( +// Equation(s): +// \text_gen|char_ram~56957_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56957 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y24_N5 +dffeas \text_gen|char_ram~28303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56073 ( +// Equation(s): +// \text_gen|char_ram~56073_combout = (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53154_combout ) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~53154_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56073 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N17 +dffeas \text_gen|char_ram~19343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56955 ( +// Equation(s): +// \text_gen|char_ram~56955_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56955 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y24_N29 +dffeas \text_gen|char_ram~26511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47763 ( +// Equation(s): +// \text_gen|char_ram~47763_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~26511_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~19343_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19343_q ), + .datac(\text_gen|char_ram~26511_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47763 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~47763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47764 ( +// Equation(s): +// \text_gen|char_ram~47764_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47763_combout & ((\text_gen|char_ram~28303_q ))) # (!\text_gen|char_ram~47763_combout & (\text_gen|char_ram~21135_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47763_combout )))) + + .dataa(\text_gen|char_ram~21135_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28303_q ), + .datad(\text_gen|char_ram~47763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47764 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47765 ( +// Equation(s): +// \text_gen|char_ram~47765_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47762_combout & ((\text_gen|char_ram~47764_combout ))) # (!\text_gen|char_ram~47762_combout & (\text_gen|char_ram~47757_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47762_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47757_combout ), + .datac(\text_gen|char_ram~47762_combout ), + .datad(\text_gen|char_ram~47764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47765 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47766 ( +// Equation(s): +// \text_gen|char_ram~47766_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47755_combout & ((\text_gen|char_ram~47765_combout ))) # (!\text_gen|char_ram~47755_combout & (\text_gen|char_ram~47734_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47755_combout )))) + + .dataa(\text_gen|char_ram~47734_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47755_combout ), + .datad(\text_gen|char_ram~47765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47766 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52768 ( +// Equation(s): +// \text_gen|char_ram~52768_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52767_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52767_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~52768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52768 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~52768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N19 +dffeas \text_gen|char_ram~9879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17047feeder ( +// Equation(s): +// \text_gen|char_ram~17047feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17047feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17047feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17047feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52834 ( +// Equation(s): +// \text_gen|char_ram~52834_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52833_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52834 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y55_N27 +dffeas \text_gen|char_ram~17047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17047feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52907 ( +// Equation(s): +// \text_gen|char_ram~52907_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52906_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52907 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N21 +dffeas \text_gen|char_ram~2711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47610 ( +// Equation(s): +// \text_gen|char_ram~47610_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17047_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2711_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17047_q ), + .datac(\text_gen|char_ram~2711_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47610 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53016 ( +// Equation(s): +// \text_gen|char_ram~53016_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53016 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N27 +dffeas \text_gen|char_ram~24215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47611 ( +// Equation(s): +// \text_gen|char_ram~47611_combout = (\text_gen|char_ram~47610_combout & (((\text_gen|char_ram~24215_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47610_combout & (\text_gen|char_ram~9879_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~9879_q ), + .datab(\text_gen|char_ram~47610_combout ), + .datac(\text_gen|char_ram~24215_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47611 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9865feeder ( +// Equation(s): +// \text_gen|char_ram~9865feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9865feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9865feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9865feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52790 ( +// Equation(s): +// \text_gen|char_ram~52790_combout = (\text_gen|char_ram~52789_combout & \text_gen|char_ram~52735_combout ) + + .dataa(\text_gen|char_ram~52789_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52790 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N11 +dffeas \text_gen|char_ram~9865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9865feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53018 ( +// Equation(s): +// \text_gen|char_ram~53018_combout = (\text_gen|char_ram~53017_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53017_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53018 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y57_N25 +dffeas \text_gen|char_ram~24201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17033feeder ( +// Equation(s): +// \text_gen|char_ram~17033feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52869 ( +// Equation(s): +// \text_gen|char_ram~52869_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52868_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52869 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N7 +dffeas \text_gen|char_ram~17033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52947 ( +// Equation(s): +// \text_gen|char_ram~52947_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52946_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52947 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y57_N13 +dffeas \text_gen|char_ram~2697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47612 ( +// Equation(s): +// \text_gen|char_ram~47612_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17033_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2697_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17033_q ), + .datac(\text_gen|char_ram~2697_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47612 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47613 ( +// Equation(s): +// \text_gen|char_ram~47613_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47612_combout & ((\text_gen|char_ram~24201_q ))) # (!\text_gen|char_ram~47612_combout & (\text_gen|char_ram~9865_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47612_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9865_q ), + .datac(\text_gen|char_ram~24201_q ), + .datad(\text_gen|char_ram~47612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47613 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47614 ( +// Equation(s): +// \text_gen|char_ram~47614_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~47611_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~47613_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47611_combout ), + .datad(\text_gen|char_ram~47613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47614 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17103feeder ( +// Equation(s): +// \text_gen|char_ram~17103feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52823 ( +// Equation(s): +// \text_gen|char_ram~52823_combout = (\text_gen|char_ram~52822_combout & \text_gen|char_ram~52735_combout ) + + .dataa(\text_gen|char_ram~52822_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52823 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y24_N11 +dffeas \text_gen|char_ram~17103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53050 ( +// Equation(s): +// \text_gen|char_ram~53050_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52991_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53050 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y61_N23 +dffeas \text_gen|char_ram~24271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52911 ( +// Equation(s): +// \text_gen|char_ram~52911_combout = (\text_gen|char_ram~52908_combout & \text_gen|char_ram~52735_combout ) + + .dataa(\text_gen|char_ram~52908_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52911 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y61_N29 +dffeas \text_gen|char_ram~2767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9935feeder ( +// Equation(s): +// \text_gen|char_ram~9935feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9935feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9935feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9935feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52772 ( +// Equation(s): +// \text_gen|char_ram~52772_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52769_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52772 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y61_N19 +dffeas \text_gen|char_ram~9935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9935feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47615 ( +// Equation(s): +// \text_gen|char_ram~47615_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9935_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2767_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2767_q ), + .datad(\text_gen|char_ram~9935_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47615 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47616 ( +// Equation(s): +// \text_gen|char_ram~47616_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47615_combout & ((\text_gen|char_ram~24271_q ))) # (!\text_gen|char_ram~47615_combout & (\text_gen|char_ram~17103_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47615_combout )))) + + .dataa(\text_gen|char_ram~17103_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24271_q ), + .datad(\text_gen|char_ram~47615_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47616 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52871 ( +// Equation(s): +// \text_gen|char_ram~52871_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52866_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52871 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~52871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y61_N11 +dffeas \text_gen|char_ram~17089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53051 ( +// Equation(s): +// \text_gen|char_ram~53051_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53051 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y61_N5 +dffeas \text_gen|char_ram~24257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9921feeder ( +// Equation(s): +// \text_gen|char_ram~9921feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52794 ( +// Equation(s): +// \text_gen|char_ram~52794_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52791_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52794 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y61_N23 +dffeas \text_gen|char_ram~9921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52951 ( +// Equation(s): +// \text_gen|char_ram~52951_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52948_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52951 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y61_N29 +dffeas \text_gen|char_ram~2753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47608 ( +// Equation(s): +// \text_gen|char_ram~47608_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9921_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2753_q +// ))))) + + .dataa(\text_gen|char_ram~9921_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2753_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47608 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47609 ( +// Equation(s): +// \text_gen|char_ram~47609_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47608_combout & ((\text_gen|char_ram~24257_q ))) # (!\text_gen|char_ram~47608_combout & (\text_gen|char_ram~17089_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47608_combout )))) + + .dataa(\text_gen|char_ram~17089_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24257_q ), + .datad(\text_gen|char_ram~47608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47609 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47617 ( +// Equation(s): +// \text_gen|char_ram~47617_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47614_combout & (\text_gen|char_ram~47616_combout )) # (!\text_gen|char_ram~47614_combout & ((\text_gen|char_ram~47609_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~47614_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47614_combout ), + .datac(\text_gen|char_ram~47616_combout ), + .datad(\text_gen|char_ram~47609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47617 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8087feeder ( +// Equation(s): +// \text_gen|char_ram~8087feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8087feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53387 ( +// Equation(s): +// \text_gen|char_ram~53387_combout = (\text_gen|char_ram~52767_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52767_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53387 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y59_N21 +dffeas \text_gen|char_ram~8087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53390 ( +// Equation(s): +// \text_gen|char_ram~53390_combout = (\text_gen|char_ram~53015_combout & \text_gen|char_ram~53088_combout ) + + .dataa(\text_gen|char_ram~53015_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53390 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y52_N7 +dffeas \text_gen|char_ram~22423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53388 ( +// Equation(s): +// \text_gen|char_ram~53388_combout = (\text_gen|char_ram~52833_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52833_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53388 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y52_N5 +dffeas \text_gen|char_ram~15255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53389 ( +// Equation(s): +// \text_gen|char_ram~53389_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52906_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53389 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y52_N15 +dffeas \text_gen|char_ram~919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47618 ( +// Equation(s): +// \text_gen|char_ram~47618_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15255_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~919_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15255_q ), + .datac(\text_gen|char_ram~919_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47618 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47619 ( +// Equation(s): +// \text_gen|char_ram~47619_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47618_combout & ((\text_gen|char_ram~22423_q ))) # (!\text_gen|char_ram~47618_combout & (\text_gen|char_ram~8087_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47618_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8087_q ), + .datac(\text_gen|char_ram~22423_q ), + .datad(\text_gen|char_ram~47618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47619 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53403 ( +// Equation(s): +// \text_gen|char_ram~53403_combout = (\text_gen|char_ram~52789_combout & \text_gen|char_ram~53088_combout ) + + .dataa(\text_gen|char_ram~52789_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53403 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y54_N17 +dffeas \text_gen|char_ram~8073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53406 ( +// Equation(s): +// \text_gen|char_ram~53406_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53017_combout ) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53406 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y54_N11 +dffeas \text_gen|char_ram~22409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53404 ( +// Equation(s): +// \text_gen|char_ram~53404_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52868_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53404 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N1 +dffeas \text_gen|char_ram~15241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53405 ( +// Equation(s): +// \text_gen|char_ram~53405_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~53088_combout ) + + .dataa(\text_gen|char_ram~52946_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53405 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~53405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N23 +dffeas \text_gen|char_ram~905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47622 ( +// Equation(s): +// \text_gen|char_ram~47622_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15241_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~905_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15241_q ), + .datac(\text_gen|char_ram~905_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47622 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47623 ( +// Equation(s): +// \text_gen|char_ram~47623_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47622_combout & ((\text_gen|char_ram~22409_q ))) # (!\text_gen|char_ram~47622_combout & (\text_gen|char_ram~8073_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47622_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8073_q ), + .datac(\text_gen|char_ram~22409_q ), + .datad(\text_gen|char_ram~47622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47623 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y66_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8129feeder ( +// Equation(s): +// \text_gen|char_ram~8129feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8129feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8129feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8129feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y87_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53583 ( +// Equation(s): +// \text_gen|char_ram~53583_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52791_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53583 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y66_N17 +dffeas \text_gen|char_ram~8129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8129feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53599 ( +// Equation(s): +// \text_gen|char_ram~53599_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52948_combout ) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53599 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y62_N9 +dffeas \text_gen|char_ram~961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47620 ( +// Equation(s): +// \text_gen|char_ram~47620_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8129_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~961_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8129_q ), + .datac(\text_gen|char_ram~961_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47620 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53615 ( +// Equation(s): +// \text_gen|char_ram~53615_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53615 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y62_N7 +dffeas \text_gen|char_ram~22465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53567 ( +// Equation(s): +// \text_gen|char_ram~53567_combout = (\text_gen|char_ram~52866_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52866_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53567 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N1 +dffeas \text_gen|char_ram~15297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47621 ( +// Equation(s): +// \text_gen|char_ram~47621_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47620_combout & (\text_gen|char_ram~22465_q )) # (!\text_gen|char_ram~47620_combout & ((\text_gen|char_ram~15297_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47620_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47620_combout ), + .datac(\text_gen|char_ram~22465_q ), + .datad(\text_gen|char_ram~15297_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47621 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47624 ( +// Equation(s): +// \text_gen|char_ram~47624_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~47621_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~47623_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47623_combout ), + .datad(\text_gen|char_ram~47621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47624 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53559 ( +// Equation(s): +// \text_gen|char_ram~53559_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53559 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y61_N7 +dffeas \text_gen|char_ram~15311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53614 ( +// Equation(s): +// \text_gen|char_ram~53614_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52991_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53614 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y61_N29 +dffeas \text_gen|char_ram~22479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53581 ( +// Equation(s): +// \text_gen|char_ram~53581_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52769_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53581 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y61_N19 +dffeas \text_gen|char_ram~8143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53597 ( +// Equation(s): +// \text_gen|char_ram~53597_combout = (\text_gen|char_ram~52908_combout & \text_gen|char_ram~53088_combout ) + + .dataa(\text_gen|char_ram~52908_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53597 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y61_N21 +dffeas \text_gen|char_ram~975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47625 ( +// Equation(s): +// \text_gen|char_ram~47625_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8143_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~975_q +// ))))) + + .dataa(\text_gen|char_ram~8143_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~975_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47625 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47626 ( +// Equation(s): +// \text_gen|char_ram~47626_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47625_combout & ((\text_gen|char_ram~22479_q ))) # (!\text_gen|char_ram~47625_combout & (\text_gen|char_ram~15311_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47625_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15311_q ), + .datac(\text_gen|char_ram~22479_q ), + .datad(\text_gen|char_ram~47625_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47626 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47627 ( +// Equation(s): +// \text_gen|char_ram~47627_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47624_combout & ((\text_gen|char_ram~47626_combout ))) # (!\text_gen|char_ram~47624_combout & (\text_gen|char_ram~47619_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47624_combout )))) + + .dataa(\text_gen|char_ram~47619_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47624_combout ), + .datad(\text_gen|char_ram~47626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47627 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47628 ( +// Equation(s): +// \text_gen|char_ram~47628_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~47617_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~47627_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47617_combout ), + .datad(\text_gen|char_ram~47627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47628 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53663 ( +// Equation(s): +// \text_gen|char_ram~53663_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53249_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53249_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53663 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y50_N5 +dffeas \text_gen|char_ram~20617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53664 ( +// Equation(s): +// \text_gen|char_ram~53664_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53251_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53664 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y50_N23 +dffeas \text_gen|char_ram~6281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47633 ( +// Equation(s): +// \text_gen|char_ram~47633_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20617_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6281_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20617_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6281_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47633 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53665 ( +// Equation(s): +// \text_gen|char_ram~53665_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53665 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~53665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y53_N5 +dffeas \text_gen|char_ram~27785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53662 ( +// Equation(s): +// \text_gen|char_ram~53662_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53247_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(\text_gen|char_ram~53247_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53662 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~53662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y55_N1 +dffeas \text_gen|char_ram~13449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47634 ( +// Equation(s): +// \text_gen|char_ram~47634_combout = (\text_gen|char_ram~47633_combout & (((\text_gen|char_ram~27785_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~47633_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13449_q )))) + + .dataa(\text_gen|char_ram~47633_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27785_q ), + .datad(\text_gen|char_ram~13449_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47634 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53646 ( +// Equation(s): +// \text_gen|char_ram~53646_combout = (\text_gen|char_ram~53173_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53173_combout ), + .datac(\text_gen|char_ram~52735_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53646 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N21 +dffeas \text_gen|char_ram~13463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53649 ( +// Equation(s): +// \text_gen|char_ram~53649_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53649 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y53_N19 +dffeas \text_gen|char_ram~27799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53647 ( +// Equation(s): +// \text_gen|char_ram~53647_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53175_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53647 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N9 +dffeas \text_gen|char_ram~20631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53648 ( +// Equation(s): +// \text_gen|char_ram~53648_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53177_combout ) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53177_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53648 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N23 +dffeas \text_gen|char_ram~6295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47631 ( +// Equation(s): +// \text_gen|char_ram~47631_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20631_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6295_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20631_q ), + .datab(\text_gen|char_ram~6295_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47631 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~47631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47632 ( +// Equation(s): +// \text_gen|char_ram~47632_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47631_combout & ((\text_gen|char_ram~27799_q ))) # (!\text_gen|char_ram~47631_combout & (\text_gen|char_ram~13463_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47631_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13463_q ), + .datac(\text_gen|char_ram~27799_q ), + .datad(\text_gen|char_ram~47631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47632 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47635 ( +// Equation(s): +// \text_gen|char_ram~47635_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~47632_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~47634_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47634_combout ), + .datad(\text_gen|char_ram~47632_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47635 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20673feeder ( +// Equation(s): +// \text_gen|char_ram~20673feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53825 ( +// Equation(s): +// \text_gen|char_ram~53825_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53228_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53825 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y60_N1 +dffeas \text_gen|char_ram~20673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53873 ( +// Equation(s): +// \text_gen|char_ram~53873_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53873 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y61_N25 +dffeas \text_gen|char_ram~27841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53857 ( +// Equation(s): +// \text_gen|char_ram~53857_combout = (\text_gen|char_ram~53230_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53230_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53857 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y61_N7 +dffeas \text_gen|char_ram~6337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53841 ( +// Equation(s): +// \text_gen|char_ram~53841_combout = (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53226_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52735_combout ), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53841 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y63_N13 +dffeas \text_gen|char_ram~13505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47629 ( +// Equation(s): +// \text_gen|char_ram~47629_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13505_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6337_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6337_q ), + .datad(\text_gen|char_ram~13505_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47629 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47630 ( +// Equation(s): +// \text_gen|char_ram~47630_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47629_combout & ((\text_gen|char_ram~27841_q ))) # (!\text_gen|char_ram~47629_combout & (\text_gen|char_ram~20673_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47629_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20673_q ), + .datac(\text_gen|char_ram~27841_q ), + .datad(\text_gen|char_ram~47629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47630 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20687feeder ( +// Equation(s): +// \text_gen|char_ram~20687feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20687feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53821 ( +// Equation(s): +// \text_gen|char_ram~53821_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53154_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53821 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y61_N15 +dffeas \text_gen|char_ram~20687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53840 ( +// Equation(s): +// \text_gen|char_ram~53840_combout = (\text_gen|char_ram~53152_combout & \text_gen|char_ram~52735_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53152_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53840 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y61_N13 +dffeas \text_gen|char_ram~13519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53856 ( +// Equation(s): +// \text_gen|char_ram~53856_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~52735_combout ) + + .dataa(\text_gen|char_ram~53156_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53856 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y61_N15 +dffeas \text_gen|char_ram~6351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47636 ( +// Equation(s): +// \text_gen|char_ram~47636_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13519_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6351_q +// ))))) + + .dataa(\text_gen|char_ram~13519_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6351_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47636 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53871 ( +// Equation(s): +// \text_gen|char_ram~53871_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53871 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y61_N23 +dffeas \text_gen|char_ram~27855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47637 ( +// Equation(s): +// \text_gen|char_ram~47637_combout = (\text_gen|char_ram~47636_combout & (((\text_gen|char_ram~27855_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47636_combout & (\text_gen|char_ram~20687_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20687_q ), + .datab(\text_gen|char_ram~47636_combout ), + .datac(\text_gen|char_ram~27855_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47637 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47638 ( +// Equation(s): +// \text_gen|char_ram~47638_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47635_combout & ((\text_gen|char_ram~47637_combout ))) # (!\text_gen|char_ram~47635_combout & (\text_gen|char_ram~47630_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~47635_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47635_combout ), + .datac(\text_gen|char_ram~47630_combout ), + .datad(\text_gen|char_ram~47637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47638 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~47638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53283 ( +// Equation(s): +// \text_gen|char_ram~53283_combout = (\text_gen|char_ram~53228_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53228_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53283 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y63_N27 +dffeas \text_gen|char_ram~18881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53285 ( +// Equation(s): +// \text_gen|char_ram~53285_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53285 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y63_N27 +dffeas \text_gen|char_ram~26049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11713feeder ( +// Equation(s): +// \text_gen|char_ram~11713feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53282 ( +// Equation(s): +// \text_gen|char_ram~53282_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53226_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53282 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y63_N21 +dffeas \text_gen|char_ram~11713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53284 ( +// Equation(s): +// \text_gen|char_ram~53284_combout = (\text_gen|char_ram~53230_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53230_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53284 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y63_N21 +dffeas \text_gen|char_ram~4545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47600 ( +// Equation(s): +// \text_gen|char_ram~47600_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11713_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4545_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11713_q ), + .datac(\text_gen|char_ram~4545_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47600 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47601 ( +// Equation(s): +// \text_gen|char_ram~47601_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47600_combout & ((\text_gen|char_ram~26049_q ))) # (!\text_gen|char_ram~47600_combout & (\text_gen|char_ram~18881_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47600_combout )))) + + .dataa(\text_gen|char_ram~18881_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26049_q ), + .datad(\text_gen|char_ram~47600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47601 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11657feeder ( +// Equation(s): +// \text_gen|char_ram~11657feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53248 ( +// Equation(s): +// \text_gen|char_ram~53248_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53248 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N25 +dffeas \text_gen|char_ram~11657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53253 ( +// Equation(s): +// \text_gen|char_ram~53253_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53253 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y63_N19 +dffeas \text_gen|char_ram~25993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18825feeder ( +// Equation(s): +// \text_gen|char_ram~18825feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [2]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18825feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18825feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18825feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53250 ( +// Equation(s): +// \text_gen|char_ram~53250_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53249_combout ) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53249_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53250 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y63_N25 +dffeas \text_gen|char_ram~18825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18825feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53252 ( +// Equation(s): +// \text_gen|char_ram~53252_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53251_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53252 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y63_N17 +dffeas \text_gen|char_ram~4489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47602 ( +// Equation(s): +// \text_gen|char_ram~47602_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18825_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4489_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18825_q ), + .datac(\text_gen|char_ram~4489_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47602 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47603 ( +// Equation(s): +// \text_gen|char_ram~47603_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47602_combout & ((\text_gen|char_ram~25993_q ))) # (!\text_gen|char_ram~47602_combout & (\text_gen|char_ram~11657_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47602_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11657_q ), + .datac(\text_gen|char_ram~25993_q ), + .datad(\text_gen|char_ram~47602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47603 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47604 ( +// Equation(s): +// \text_gen|char_ram~47604_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47601_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47603_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47601_combout ), + .datad(\text_gen|char_ram~47603_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47604 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53209 ( +// Equation(s): +// \text_gen|char_ram~53209_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53154_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53209 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y61_N25 +dffeas \text_gen|char_ram~18895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53210 ( +// Equation(s): +// \text_gen|char_ram~53210_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53156_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53210 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y61_N3 +dffeas \text_gen|char_ram~4559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53208 ( +// Equation(s): +// \text_gen|char_ram~53208_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53152_combout ) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53208 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y61_N25 +dffeas \text_gen|char_ram~11727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47605 ( +// Equation(s): +// \text_gen|char_ram~47605_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11727_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4559_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4559_q ), + .datad(\text_gen|char_ram~11727_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47605 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53211 ( +// Equation(s): +// \text_gen|char_ram~53211_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53211 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y61_N9 +dffeas \text_gen|char_ram~26063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47606 ( +// Equation(s): +// \text_gen|char_ram~47606_combout = (\text_gen|char_ram~47605_combout & (((\text_gen|char_ram~26063_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47605_combout & (\text_gen|char_ram~18895_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18895_q ), + .datab(\text_gen|char_ram~47605_combout ), + .datac(\text_gen|char_ram~26063_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47606 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53179 ( +// Equation(s): +// \text_gen|char_ram~53179_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53179 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y55_N29 +dffeas \text_gen|char_ram~26007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53174 ( +// Equation(s): +// \text_gen|char_ram~53174_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53173_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53174 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y59_N7 +dffeas \text_gen|char_ram~11671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53176 ( +// Equation(s): +// \text_gen|char_ram~53176_combout = (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53175_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~53175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53176 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y55_N7 +dffeas \text_gen|char_ram~18839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53178 ( +// Equation(s): +// \text_gen|char_ram~53178_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~53088_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53177_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53178 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y55_N15 +dffeas \text_gen|char_ram~4503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47598 ( +// Equation(s): +// \text_gen|char_ram~47598_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18839_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4503_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18839_q ), + .datac(\text_gen|char_ram~4503_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47598 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47599 ( +// Equation(s): +// \text_gen|char_ram~47599_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47598_combout & (\text_gen|char_ram~26007_q )) # (!\text_gen|char_ram~47598_combout & ((\text_gen|char_ram~11671_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47598_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26007_q ), + .datac(\text_gen|char_ram~11671_q ), + .datad(\text_gen|char_ram~47598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47599 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47607 ( +// Equation(s): +// \text_gen|char_ram~47607_combout = (\text_gen|char_ram~47604_combout & (((\text_gen|char_ram~47606_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~47604_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47599_combout )))) + + .dataa(\text_gen|char_ram~47604_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47606_combout ), + .datad(\text_gen|char_ram~47599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47607 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47639 ( +// Equation(s): +// \text_gen|char_ram~47639_combout = (\text_gen|char_ram~47628_combout & (((\text_gen|char_ram~47638_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~47628_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47607_combout )))) + + .dataa(\text_gen|char_ram~47628_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47638_combout ), + .datad(\text_gen|char_ram~47607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47639 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54753 ( +// Equation(s): +// \text_gen|char_ram~54753_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53177_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54753 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y22_N23 +dffeas \text_gen|char_ram~5847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20183feeder ( +// Equation(s): +// \text_gen|char_ram~20183feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20183feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54752 ( +// Equation(s): +// \text_gen|char_ram~54752_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53175_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53175_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54752 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y25_N29 +dffeas \text_gen|char_ram~20183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47673 ( +// Equation(s): +// \text_gen|char_ram~47673_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20183_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5847_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5847_q ), + .datad(\text_gen|char_ram~20183_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47673 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54754 ( +// Equation(s): +// \text_gen|char_ram~54754_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54754 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y22_N21 +dffeas \text_gen|char_ram~27351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54751 ( +// Equation(s): +// \text_gen|char_ram~54751_combout = (\text_gen|char_ram~53173_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53173_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54751 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y22_N19 +dffeas \text_gen|char_ram~13015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47674 ( +// Equation(s): +// \text_gen|char_ram~47674_combout = (\text_gen|char_ram~47673_combout & (((\text_gen|char_ram~27351_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~47673_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13015_q )))) + + .dataa(\text_gen|char_ram~47673_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27351_q ), + .datad(\text_gen|char_ram~13015_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47674 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54816 ( +// Equation(s): +// \text_gen|char_ram~54816_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53247_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54816 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y17_N3 +dffeas \text_gen|char_ram~13001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54818 ( +// Equation(s): +// \text_gen|char_ram~54818_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54818 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y21_N11 +dffeas \text_gen|char_ram~27337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20169feeder ( +// Equation(s): +// \text_gen|char_ram~20169feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20169feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20169feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20169feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54815 ( +// Equation(s): +// \text_gen|char_ram~54815_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53249_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54815 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y21_N9 +dffeas \text_gen|char_ram~20169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20169feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54817 ( +// Equation(s): +// \text_gen|char_ram~54817_combout = (\text_gen|char_ram~53251_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53251_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54817 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y21_N17 +dffeas \text_gen|char_ram~5833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47675 ( +// Equation(s): +// \text_gen|char_ram~47675_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20169_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5833_q +// ))))) + + .dataa(\text_gen|char_ram~20169_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5833_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47675 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47676 ( +// Equation(s): +// \text_gen|char_ram~47676_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47675_combout & ((\text_gen|char_ram~27337_q ))) # (!\text_gen|char_ram~47675_combout & (\text_gen|char_ram~13001_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47675_combout )))) + + .dataa(\text_gen|char_ram~13001_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27337_q ), + .datad(\text_gen|char_ram~47675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47676 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47677 ( +// Equation(s): +// \text_gen|char_ram~47677_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47674_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47676_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47674_combout ), + .datad(\text_gen|char_ram~47676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47677 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54784 ( +// Equation(s): +// \text_gen|char_ram~54784_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53154_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54784 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N23 +dffeas \text_gen|char_ram~20239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y1_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54786 ( +// Equation(s): +// \text_gen|char_ram~54786_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54786 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y9_N7 +dffeas \text_gen|char_ram~27407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54783 ( +// Equation(s): +// \text_gen|char_ram~54783_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53152_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53152_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54783 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N13 +dffeas \text_gen|char_ram~13071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54785 ( +// Equation(s): +// \text_gen|char_ram~54785_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53156_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54785 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y9_N29 +dffeas \text_gen|char_ram~5903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47678 ( +// Equation(s): +// \text_gen|char_ram~47678_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13071_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5903_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13071_q ), + .datac(\text_gen|char_ram~5903_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47678 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47679 ( +// Equation(s): +// \text_gen|char_ram~47679_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47678_combout & ((\text_gen|char_ram~27407_q ))) # (!\text_gen|char_ram~47678_combout & (\text_gen|char_ram~20239_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47678_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20239_q ), + .datac(\text_gen|char_ram~27407_q ), + .datad(\text_gen|char_ram~47678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47679 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20225feeder ( +// Equation(s): +// \text_gen|char_ram~20225feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54847 ( +// Equation(s): +// \text_gen|char_ram~54847_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53228_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54847 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y10_N13 +dffeas \text_gen|char_ram~20225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54850 ( +// Equation(s): +// \text_gen|char_ram~54850_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54850 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y10_N21 +dffeas \text_gen|char_ram~27393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54848 ( +// Equation(s): +// \text_gen|char_ram~54848_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53226_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54848 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y10_N17 +dffeas \text_gen|char_ram~13057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54849 ( +// Equation(s): +// \text_gen|char_ram~54849_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54849 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y10_N19 +dffeas \text_gen|char_ram~5889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47671 ( +// Equation(s): +// \text_gen|char_ram~47671_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13057_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5889_q +// ))))) + + .dataa(\text_gen|char_ram~13057_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5889_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47671 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47672 ( +// Equation(s): +// \text_gen|char_ram~47672_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47671_combout & ((\text_gen|char_ram~27393_q ))) # (!\text_gen|char_ram~47671_combout & (\text_gen|char_ram~20225_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47671_combout )))) + + .dataa(\text_gen|char_ram~20225_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27393_q ), + .datad(\text_gen|char_ram~47671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47672 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47680 ( +// Equation(s): +// \text_gen|char_ram~47680_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47677_combout & (\text_gen|char_ram~47679_combout )) # (!\text_gen|char_ram~47677_combout & ((\text_gen|char_ram~47672_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~47677_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47677_combout ), + .datac(\text_gen|char_ram~47679_combout ), + .datad(\text_gen|char_ram~47672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47680 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16655feeder ( +// Equation(s): +// \text_gen|char_ram~16655feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54362 ( +// Equation(s): +// \text_gen|char_ram~54362_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54362 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y12_N13 +dffeas \text_gen|char_ram~16655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54391 ( +// Equation(s): +// \text_gen|char_ram~54391_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52991_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54391 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y12_N27 +dffeas \text_gen|char_ram~23823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y9_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9487feeder ( +// Equation(s): +// \text_gen|char_ram~9487feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9487feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54345 ( +// Equation(s): +// \text_gen|char_ram~54345_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52769_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54345 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y9_N1 +dffeas \text_gen|char_ram~9487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54377 ( +// Equation(s): +// \text_gen|char_ram~54377_combout = (\text_gen|char_ram~52908_combout & \text_gen|char_ram~54139_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52908_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54377 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y12_N29 +dffeas \text_gen|char_ram~2319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47647 ( +// Equation(s): +// \text_gen|char_ram~47647_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9487_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2319_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9487_q ), + .datac(\text_gen|char_ram~2319_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47647 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47648 ( +// Equation(s): +// \text_gen|char_ram~47648_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47647_combout & ((\text_gen|char_ram~23823_q ))) # (!\text_gen|char_ram~47647_combout & (\text_gen|char_ram~16655_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47647_combout )))) + + .dataa(\text_gen|char_ram~16655_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23823_q ), + .datad(\text_gen|char_ram~47647_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47648 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54363 ( +// Equation(s): +// \text_gen|char_ram~54363_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52866_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54363 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y12_N11 +dffeas \text_gen|char_ram~16641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54395 ( +// Equation(s): +// \text_gen|char_ram~54395_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54395 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y12_N21 +dffeas \text_gen|char_ram~23809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54379 ( +// Equation(s): +// \text_gen|char_ram~54379_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52948_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54379 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y12_N29 +dffeas \text_gen|char_ram~2305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54347 ( +// Equation(s): +// \text_gen|char_ram~54347_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52791_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54347 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y12_N21 +dffeas \text_gen|char_ram~9473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47640 ( +// Equation(s): +// \text_gen|char_ram~47640_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9473_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2305_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2305_q ), + .datad(\text_gen|char_ram~9473_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47640 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47641 ( +// Equation(s): +// \text_gen|char_ram~47641_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47640_combout & ((\text_gen|char_ram~23809_q ))) # (!\text_gen|char_ram~47640_combout & (\text_gen|char_ram~16641_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47640_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16641_q ), + .datac(\text_gen|char_ram~23809_q ), + .datad(\text_gen|char_ram~47640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47641 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54198 ( +// Equation(s): +// \text_gen|char_ram~54198_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54198 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N19 +dffeas \text_gen|char_ram~23767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54168 ( +// Equation(s): +// \text_gen|char_ram~54168_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52906_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54168 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y20_N5 +dffeas \text_gen|char_ram~2263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54200 ( +// Equation(s): +// \text_gen|char_ram~54200_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52833_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54200 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N21 +dffeas \text_gen|char_ram~16599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47642 ( +// Equation(s): +// \text_gen|char_ram~47642_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~16599_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2263_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2263_q ), + .datad(\text_gen|char_ram~16599_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47642 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54166 ( +// Equation(s): +// \text_gen|char_ram~54166_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52767_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54166 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y24_N19 +dffeas \text_gen|char_ram~9431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47643 ( +// Equation(s): +// \text_gen|char_ram~47643_combout = (\text_gen|char_ram~47642_combout & ((\text_gen|char_ram~23767_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47642_combout & (((\text_gen|char_ram~9431_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~23767_q ), + .datab(\text_gen|char_ram~47642_combout ), + .datac(\text_gen|char_ram~9431_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47643 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~47643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54182 ( +// Equation(s): +// \text_gen|char_ram~54182_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52789_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54182 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y17_N29 +dffeas \text_gen|char_ram~9417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54149 ( +// Equation(s): +// \text_gen|char_ram~54149_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53017_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54149 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y23_N3 +dffeas \text_gen|char_ram~23753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16585feeder ( +// Equation(s): +// \text_gen|char_ram~16585feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16585feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16585feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16585feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54151 ( +// Equation(s): +// \text_gen|char_ram~54151_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52868_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52868_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54151 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y20_N21 +dffeas \text_gen|char_ram~16585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16585feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54184 ( +// Equation(s): +// \text_gen|char_ram~54184_combout = (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52946_combout ) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52946_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54184 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y17_N3 +dffeas \text_gen|char_ram~2249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47644 ( +// Equation(s): +// \text_gen|char_ram~47644_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16585_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2249_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16585_q ), + .datac(\text_gen|char_ram~2249_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47644 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47645 ( +// Equation(s): +// \text_gen|char_ram~47645_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47644_combout & ((\text_gen|char_ram~23753_q ))) # (!\text_gen|char_ram~47644_combout & (\text_gen|char_ram~9417_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47644_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9417_q ), + .datac(\text_gen|char_ram~23753_q ), + .datad(\text_gen|char_ram~47644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47645 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47646 ( +// Equation(s): +// \text_gen|char_ram~47646_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~47643_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~47645_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47643_combout ), + .datad(\text_gen|char_ram~47645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47646 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47649 ( +// Equation(s): +// \text_gen|char_ram~47649_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47646_combout & (\text_gen|char_ram~47648_combout )) # (!\text_gen|char_ram~47646_combout & ((\text_gen|char_ram~47641_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47646_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47648_combout ), + .datac(\text_gen|char_ram~47641_combout ), + .datad(\text_gen|char_ram~47646_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47649 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53985 ( +// Equation(s): +// \text_gen|char_ram~53985_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53985 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N15 +dffeas \text_gen|char_ram~11209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54101 ( +// Equation(s): +// \text_gen|char_ram~54101_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53076_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53076_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54101 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y22_N3 +dffeas \text_gen|char_ram~25545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18377feeder ( +// Equation(s): +// \text_gen|char_ram~18377feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53922 ( +// Equation(s): +// \text_gen|char_ram~53922_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53249_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53922 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y22_N9 +dffeas \text_gen|char_ram~18377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54050 ( +// Equation(s): +// \text_gen|char_ram~54050_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53251_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54050 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y22_N21 +dffeas \text_gen|char_ram~4041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47654 ( +// Equation(s): +// \text_gen|char_ram~47654_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18377_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4041_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18377_q ), + .datac(\text_gen|char_ram~4041_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47654 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47655 ( +// Equation(s): +// \text_gen|char_ram~47655_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47654_combout & ((\text_gen|char_ram~25545_q ))) # (!\text_gen|char_ram~47654_combout & (\text_gen|char_ram~11209_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47654_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11209_q ), + .datac(\text_gen|char_ram~25545_q ), + .datad(\text_gen|char_ram~47654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47655 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54052 ( +// Equation(s): +// \text_gen|char_ram~54052_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53230_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54052 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y17_N3 +dffeas \text_gen|char_ram~4097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53988 ( +// Equation(s): +// \text_gen|char_ram~53988_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53226_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53988 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y17_N25 +dffeas \text_gen|char_ram~11265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47652 ( +// Equation(s): +// \text_gen|char_ram~47652_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~11265_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4097_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4097_q ), + .datad(\text_gen|char_ram~11265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47652 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54133 ( +// Equation(s): +// \text_gen|char_ram~54133_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54133 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y17_N25 +dffeas \text_gen|char_ram~25601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53924 ( +// Equation(s): +// \text_gen|char_ram~53924_combout = (\text_gen|char_ram~53228_combout & \text_gen|char_ram~53879_combout ) + + .dataa(\text_gen|char_ram~53228_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53924 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y17_N11 +dffeas \text_gen|char_ram~18433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47653 ( +// Equation(s): +// \text_gen|char_ram~47653_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47652_combout & (\text_gen|char_ram~25601_q )) # (!\text_gen|char_ram~47652_combout & ((\text_gen|char_ram~18433_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47652_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47652_combout ), + .datac(\text_gen|char_ram~25601_q ), + .datad(\text_gen|char_ram~18433_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47653 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47656 ( +// Equation(s): +// \text_gen|char_ram~47656_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~47653_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47655_combout )))) + + .dataa(\text_gen|char_ram~47655_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~47653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47656 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~47656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18447feeder ( +// Equation(s): +// \text_gen|char_ram~18447feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18447feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18447feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18447feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53880 ( +// Equation(s): +// \text_gen|char_ram~53880_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~53879_combout ) + + .dataa(\text_gen|char_ram~53154_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53880 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y38_N31 +dffeas \text_gen|char_ram~18447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18447feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53956 ( +// Equation(s): +// \text_gen|char_ram~53956_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53152_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53956 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N7 +dffeas \text_gen|char_ram~11279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54020 ( +// Equation(s): +// \text_gen|char_ram~54020_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53156_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54020 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y22_N19 +dffeas \text_gen|char_ram~4111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47657 ( +// Equation(s): +// \text_gen|char_ram~47657_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11279_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4111_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11279_q ), + .datac(\text_gen|char_ram~4111_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47657 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54131 ( +// Equation(s): +// \text_gen|char_ram~54131_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54131 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y22_N1 +dffeas \text_gen|char_ram~25615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47658 ( +// Equation(s): +// \text_gen|char_ram~47658_combout = (\text_gen|char_ram~47657_combout & (((\text_gen|char_ram~25615_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47657_combout & (\text_gen|char_ram~18447_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18447_q ), + .datab(\text_gen|char_ram~47657_combout ), + .datac(\text_gen|char_ram~25615_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47658 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54018 ( +// Equation(s): +// \text_gen|char_ram~54018_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53177_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54018 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y21_N11 +dffeas \text_gen|char_ram~4055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53889 ( +// Equation(s): +// \text_gen|char_ram~53889_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53175_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53175_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53889 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y27_N23 +dffeas \text_gen|char_ram~18391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47650 ( +// Equation(s): +// \text_gen|char_ram~47650_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18391_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4055_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4055_q ), + .datad(\text_gen|char_ram~18391_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47650 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53953 ( +// Equation(s): +// \text_gen|char_ram~53953_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53173_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53953 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N29 +dffeas \text_gen|char_ram~11223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54099 ( +// Equation(s): +// \text_gen|char_ram~54099_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53076_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54099 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y21_N29 +dffeas \text_gen|char_ram~25559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47651 ( +// Equation(s): +// \text_gen|char_ram~47651_combout = (\text_gen|char_ram~47650_combout & (((\text_gen|char_ram~25559_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47650_combout & (\text_gen|char_ram~11223_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~47650_combout ), + .datab(\text_gen|char_ram~11223_q ), + .datac(\text_gen|char_ram~25559_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47651 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47659 ( +// Equation(s): +// \text_gen|char_ram~47659_combout = (\text_gen|char_ram~47656_combout & ((\text_gen|char_ram~47658_combout ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~47656_combout & (((\vga_c|h_cnt [5] & \text_gen|char_ram~47651_combout )))) + + .dataa(\text_gen|char_ram~47656_combout ), + .datab(\text_gen|char_ram~47658_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~47651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47659 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~47659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54526 ( +// Equation(s): +// \text_gen|char_ram~54526_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54526 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y19_N7 +dffeas \text_gen|char_ram~21975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54491 ( +// Equation(s): +// \text_gen|char_ram~54491_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52767_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54491 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y18_N1 +dffeas \text_gen|char_ram~7639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54510 ( +// Equation(s): +// \text_gen|char_ram~54510_combout = (\text_gen|char_ram~52906_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52906_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54510 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y19_N25 +dffeas \text_gen|char_ram~471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54478 ( +// Equation(s): +// \text_gen|char_ram~54478_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52833_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54478 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y19_N25 +dffeas \text_gen|char_ram~14807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47660 ( +// Equation(s): +// \text_gen|char_ram~47660_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14807_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~471_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~471_q ), + .datad(\text_gen|char_ram~14807_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47660 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47661 ( +// Equation(s): +// \text_gen|char_ram~47661_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47660_combout & (\text_gen|char_ram~21975_q )) # (!\text_gen|char_ram~47660_combout & ((\text_gen|char_ram~7639_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47660_combout )))) + + .dataa(\text_gen|char_ram~21975_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7639_q ), + .datad(\text_gen|char_ram~47660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47661 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54538 ( +// Equation(s): +// \text_gen|char_ram~54538_combout = (\text_gen|char_ram~52866_combout & \text_gen|char_ram~53879_combout ) + + .dataa(\text_gen|char_ram~52866_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54538 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~54538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y16_N5 +dffeas \text_gen|char_ram~14849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54595 ( +// Equation(s): +// \text_gen|char_ram~54595_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52993_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54595 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y16_N15 +dffeas \text_gen|char_ram~22017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54554 ( +// Equation(s): +// \text_gen|char_ram~54554_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~53879_combout ) + + .dataa(\text_gen|char_ram~52791_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54554 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y16_N21 +dffeas \text_gen|char_ram~7681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54579 ( +// Equation(s): +// \text_gen|char_ram~54579_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52948_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54579 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y16_N23 +dffeas \text_gen|char_ram~513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47662 ( +// Equation(s): +// \text_gen|char_ram~47662_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7681_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~513_q +// ))))) + + .dataa(\text_gen|char_ram~7681_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~513_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47662 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47663 ( +// Equation(s): +// \text_gen|char_ram~47663_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47662_combout & ((\text_gen|char_ram~22017_q ))) # (!\text_gen|char_ram~47662_combout & (\text_gen|char_ram~14849_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47662_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14849_q ), + .datac(\text_gen|char_ram~22017_q ), + .datad(\text_gen|char_ram~47662_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47663 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54558 ( +// Equation(s): +// \text_gen|char_ram~54558_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52789_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54558 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y23_N13 +dffeas \text_gen|char_ram~7625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54587 ( +// Equation(s): +// \text_gen|char_ram~54587_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53017_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54587 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y23_N31 +dffeas \text_gen|char_ram~21961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54542 ( +// Equation(s): +// \text_gen|char_ram~54542_combout = (\text_gen|char_ram~52868_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52868_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54542 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y23_N15 +dffeas \text_gen|char_ram~14793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54567 ( +// Equation(s): +// \text_gen|char_ram~54567_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52946_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54567 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y23_N17 +dffeas \text_gen|char_ram~457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47664 ( +// Equation(s): +// \text_gen|char_ram~47664_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14793_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~457_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14793_q ), + .datac(\text_gen|char_ram~457_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47664 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47665 ( +// Equation(s): +// \text_gen|char_ram~47665_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47664_combout & ((\text_gen|char_ram~21961_q ))) # (!\text_gen|char_ram~47664_combout & (\text_gen|char_ram~7625_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47664_combout )))) + + .dataa(\text_gen|char_ram~7625_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21961_q ), + .datad(\text_gen|char_ram~47664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47665 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47666 ( +// Equation(s): +// \text_gen|char_ram~47666_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~47663_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~47665_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47663_combout ), + .datad(\text_gen|char_ram~47665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47666 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7695feeder ( +// Equation(s): +// \text_gen|char_ram~7695feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54499 ( +// Equation(s): +// \text_gen|char_ram~54499_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52769_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54499 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y11_N9 +dffeas \text_gen|char_ram~7695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54508 ( +// Equation(s): +// \text_gen|char_ram~54508_combout = (\text_gen|char_ram~52908_combout & \text_gen|char_ram~53879_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52908_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54508 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y11_N17 +dffeas \text_gen|char_ram~527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47667 ( +// Equation(s): +// \text_gen|char_ram~47667_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7695_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~527_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~7695_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~527_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47667 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54522 ( +// Equation(s): +// \text_gen|char_ram~54522_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52991_combout ) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54522 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N11 +dffeas \text_gen|char_ram~22031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54474 ( +// Equation(s): +// \text_gen|char_ram~54474_combout = (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54474 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N21 +dffeas \text_gen|char_ram~14863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47668 ( +// Equation(s): +// \text_gen|char_ram~47668_combout = (\text_gen|char_ram~47667_combout & (((\text_gen|char_ram~22031_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~47667_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14863_q )))) + + .dataa(\text_gen|char_ram~47667_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22031_q ), + .datad(\text_gen|char_ram~14863_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47668 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47669 ( +// Equation(s): +// \text_gen|char_ram~47669_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47666_combout & ((\text_gen|char_ram~47668_combout ))) # (!\text_gen|char_ram~47666_combout & (\text_gen|char_ram~47661_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47666_combout )))) + + .dataa(\text_gen|char_ram~47661_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47666_combout ), + .datad(\text_gen|char_ram~47668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47669 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47670 ( +// Equation(s): +// \text_gen|char_ram~47670_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47659_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~47669_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47659_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~47669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47670 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~47670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47681 ( +// Equation(s): +// \text_gen|char_ram~47681_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~47670_combout & (\text_gen|char_ram~47680_combout )) # (!\text_gen|char_ram~47670_combout & ((\text_gen|char_ram~47649_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~47670_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~47680_combout ), + .datac(\text_gen|char_ram~47649_combout ), + .datad(\text_gen|char_ram~47670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47681 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55713 ( +// Equation(s): +// \text_gen|char_ram~55713_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55713 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y41_N9 +dffeas \text_gen|char_ram~12553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55762 ( +// Equation(s): +// \text_gen|char_ram~55762_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55762 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y37_N3 +dffeas \text_gen|char_ram~26889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55745 ( +// Equation(s): +// \text_gen|char_ram~55745_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53251_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55745 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y37_N25 +dffeas \text_gen|char_ram~5385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55729 ( +// Equation(s): +// \text_gen|char_ram~55729_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53249_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53249_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55729 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y37_N21 +dffeas \text_gen|char_ram~19721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47717 ( +// Equation(s): +// \text_gen|char_ram~47717_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~19721_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5385_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~5385_q ), + .datac(\text_gen|char_ram~19721_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47717 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~47717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47718 ( +// Equation(s): +// \text_gen|char_ram~47718_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47717_combout & ((\text_gen|char_ram~26889_q ))) # (!\text_gen|char_ram~47717_combout & (\text_gen|char_ram~12553_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47717_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12553_q ), + .datac(\text_gen|char_ram~26889_q ), + .datad(\text_gen|char_ram~47717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47718 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26903feeder ( +// Equation(s): +// \text_gen|char_ram~26903feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26903feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55754 ( +// Equation(s): +// \text_gen|char_ram~55754_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55754 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y44_N9 +dffeas \text_gen|char_ram~26903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12567feeder ( +// Equation(s): +// \text_gen|char_ram~12567feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~12567feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12567feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12567feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55705 ( +// Equation(s): +// \text_gen|char_ram~55705_combout = (\text_gen|char_ram~53173_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53173_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55705 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y45_N31 +dffeas \text_gen|char_ram~12567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12567feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19735feeder ( +// Equation(s): +// \text_gen|char_ram~19735feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19735feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19735feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19735feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55721 ( +// Equation(s): +// \text_gen|char_ram~55721_combout = (\text_gen|char_ram~53175_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53175_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55721 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y25_N3 +dffeas \text_gen|char_ram~19735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19735feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55737 ( +// Equation(s): +// \text_gen|char_ram~55737_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53177_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55737 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y44_N7 +dffeas \text_gen|char_ram~5399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47715 ( +// Equation(s): +// \text_gen|char_ram~47715_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19735_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5399_q +// ))))) + + .dataa(\text_gen|char_ram~19735_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5399_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47715 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47716 ( +// Equation(s): +// \text_gen|char_ram~47716_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47715_combout & (\text_gen|char_ram~26903_q )) # (!\text_gen|char_ram~47715_combout & ((\text_gen|char_ram~12567_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47715_combout )))) + + .dataa(\text_gen|char_ram~26903_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~12567_q ), + .datad(\text_gen|char_ram~47715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47716 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47719 ( +// Equation(s): +// \text_gen|char_ram~47719_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47716_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47718_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47718_combout ), + .datad(\text_gen|char_ram~47716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47719 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55903 ( +// Equation(s): +// \text_gen|char_ram~55903_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53154_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55903 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y26_N21 +dffeas \text_gen|char_ram~19791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55911 ( +// Equation(s): +// \text_gen|char_ram~55911_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55911 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y44_N25 +dffeas \text_gen|char_ram~26959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55899 ( +// Equation(s): +// \text_gen|char_ram~55899_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53152_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55899 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y46_N13 +dffeas \text_gen|char_ram~12623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55907 ( +// Equation(s): +// \text_gen|char_ram~55907_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53156_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55907 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y47_N13 +dffeas \text_gen|char_ram~5455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47720 ( +// Equation(s): +// \text_gen|char_ram~47720_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12623_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5455_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12623_q ), + .datac(\text_gen|char_ram~5455_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47720 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47721 ( +// Equation(s): +// \text_gen|char_ram~47721_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47720_combout & ((\text_gen|char_ram~26959_q ))) # (!\text_gen|char_ram~47720_combout & (\text_gen|char_ram~19791_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47720_combout )))) + + .dataa(\text_gen|char_ram~19791_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26959_q ), + .datad(\text_gen|char_ram~47720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47721 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19777feeder ( +// Equation(s): +// \text_gen|char_ram~19777feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~19777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55935 ( +// Equation(s): +// \text_gen|char_ram~55935_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53228_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53228_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55935 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y42_N1 +dffeas \text_gen|char_ram~19777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55943 ( +// Equation(s): +// \text_gen|char_ram~55943_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55943 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y45_N19 +dffeas \text_gen|char_ram~26945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55939 ( +// Equation(s): +// \text_gen|char_ram~55939_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55939 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y38_N13 +dffeas \text_gen|char_ram~5441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55931 ( +// Equation(s): +// \text_gen|char_ram~55931_combout = (\text_gen|char_ram~53226_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53226_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55931 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y45_N29 +dffeas \text_gen|char_ram~12609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47713 ( +// Equation(s): +// \text_gen|char_ram~47713_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12609_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5441_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5441_q ), + .datad(\text_gen|char_ram~12609_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47713 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47714 ( +// Equation(s): +// \text_gen|char_ram~47714_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47713_combout & ((\text_gen|char_ram~26945_q ))) # (!\text_gen|char_ram~47713_combout & (\text_gen|char_ram~19777_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47713_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19777_q ), + .datac(\text_gen|char_ram~26945_q ), + .datad(\text_gen|char_ram~47713_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47714 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47722 ( +// Equation(s): +// \text_gen|char_ram~47722_combout = (\text_gen|char_ram~47719_combout & (((\text_gen|char_ram~47721_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47719_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47714_combout )))) + + .dataa(\text_gen|char_ram~47719_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47721_combout ), + .datad(\text_gen|char_ram~47714_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47722 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10775feeder ( +// Equation(s): +// \text_gen|char_ram~10775feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10775feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55268 ( +// Equation(s): +// \text_gen|char_ram~55268_combout = (\text_gen|char_ram~53173_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53173_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55268 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y48_N15 +dffeas \text_gen|char_ram~10775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55304 ( +// Equation(s): +// \text_gen|char_ram~55304_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55304 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y51_N11 +dffeas \text_gen|char_ram~25111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17943feeder ( +// Equation(s): +// \text_gen|char_ram~17943feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17943feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17943feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17943feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55252 ( +// Equation(s): +// \text_gen|char_ram~55252_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53175_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55252 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y47_N7 +dffeas \text_gen|char_ram~17943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17943feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55284 ( +// Equation(s): +// \text_gen|char_ram~55284_combout = (\text_gen|char_ram~53177_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~53177_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55284 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y47_N3 +dffeas \text_gen|char_ram~3607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47682 ( +// Equation(s): +// \text_gen|char_ram~47682_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17943_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3607_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17943_q ), + .datac(\text_gen|char_ram~3607_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47682 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47683 ( +// Equation(s): +// \text_gen|char_ram~47683_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47682_combout & ((\text_gen|char_ram~25111_q ))) # (!\text_gen|char_ram~47682_combout & (\text_gen|char_ram~10775_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47682_combout )))) + + .dataa(\text_gen|char_ram~10775_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25111_q ), + .datad(\text_gen|char_ram~47682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47683 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17999feeder ( +// Equation(s): +// \text_gen|char_ram~17999feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17999feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17999feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17999feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55264 ( +// Equation(s): +// \text_gen|char_ram~55264_combout = (\text_gen|char_ram~53154_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~53154_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55264 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y42_N9 +dffeas \text_gen|char_ram~17999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17999feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55312 ( +// Equation(s): +// \text_gen|char_ram~55312_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53076_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55312 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y44_N31 +dffeas \text_gen|char_ram~25167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55296 ( +// Equation(s): +// \text_gen|char_ram~55296_combout = (\text_gen|char_ram~53156_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53156_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55296 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y47_N25 +dffeas \text_gen|char_ram~3663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10831feeder ( +// Equation(s): +// \text_gen|char_ram~10831feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10831feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55280 ( +// Equation(s): +// \text_gen|char_ram~55280_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53152_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55280 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y50_N5 +dffeas \text_gen|char_ram~10831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47689 ( +// Equation(s): +// \text_gen|char_ram~47689_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~10831_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3663_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3663_q ), + .datad(\text_gen|char_ram~10831_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47689 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47690 ( +// Equation(s): +// \text_gen|char_ram~47690_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47689_combout & ((\text_gen|char_ram~25167_q ))) # (!\text_gen|char_ram~47689_combout & (\text_gen|char_ram~17999_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47689_combout )))) + + .dataa(\text_gen|char_ram~17999_q ), + .datab(\text_gen|char_ram~25167_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~47689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47690 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~47690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17985feeder ( +// Equation(s): +// \text_gen|char_ram~17985feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17985feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55344 ( +// Equation(s): +// \text_gen|char_ram~55344_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53228_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55344 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y47_N5 +dffeas \text_gen|char_ram~17985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55376 ( +// Equation(s): +// \text_gen|char_ram~55376_combout = (\text_gen|char_ram~53076_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53076_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55376 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y47_N15 +dffeas \text_gen|char_ram~25153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10817feeder ( +// Equation(s): +// \text_gen|char_ram~10817feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10817feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10817feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10817feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55328 ( +// Equation(s): +// \text_gen|char_ram~55328_combout = (\text_gen|char_ram~53226_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53226_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55328 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N27 +dffeas \text_gen|char_ram~10817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10817feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55360 ( +// Equation(s): +// \text_gen|char_ram~55360_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53230_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55360 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y47_N17 +dffeas \text_gen|char_ram~3649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47684 ( +// Equation(s): +// \text_gen|char_ram~47684_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10817_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3649_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10817_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3649_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47684 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47685 ( +// Equation(s): +// \text_gen|char_ram~47685_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47684_combout & ((\text_gen|char_ram~25153_q ))) # (!\text_gen|char_ram~47684_combout & (\text_gen|char_ram~17985_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47684_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17985_q ), + .datac(\text_gen|char_ram~25153_q ), + .datad(\text_gen|char_ram~47684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47685 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55316 ( +// Equation(s): +// \text_gen|char_ram~55316_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53247_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55316 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y45_N25 +dffeas \text_gen|char_ram~10761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55364 ( +// Equation(s): +// \text_gen|char_ram~55364_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53076_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55364 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y46_N3 +dffeas \text_gen|char_ram~25097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55348 ( +// Equation(s): +// \text_gen|char_ram~55348_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53251_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55348 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y46_N1 +dffeas \text_gen|char_ram~3593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17929feeder ( +// Equation(s): +// \text_gen|char_ram~17929feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17929feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17929feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17929feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55332 ( +// Equation(s): +// \text_gen|char_ram~55332_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53249_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55332 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y47_N31 +dffeas \text_gen|char_ram~17929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17929feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47686 ( +// Equation(s): +// \text_gen|char_ram~47686_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17929_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3593_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3593_q ), + .datad(\text_gen|char_ram~17929_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47686 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47687 ( +// Equation(s): +// \text_gen|char_ram~47687_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47686_combout & ((\text_gen|char_ram~25097_q ))) # (!\text_gen|char_ram~47686_combout & (\text_gen|char_ram~10761_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47686_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10761_q ), + .datac(\text_gen|char_ram~25097_q ), + .datad(\text_gen|char_ram~47686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47687 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47688 ( +// Equation(s): +// \text_gen|char_ram~47688_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47685_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47687_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47685_combout ), + .datad(\text_gen|char_ram~47687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47688 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47691 ( +// Equation(s): +// \text_gen|char_ram~47691_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47688_combout & ((\text_gen|char_ram~47690_combout ))) # (!\text_gen|char_ram~47688_combout & (\text_gen|char_ram~47683_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47688_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47683_combout ), + .datac(\text_gen|char_ram~47690_combout ), + .datad(\text_gen|char_ram~47688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47691 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8983feeder ( +// Equation(s): +// \text_gen|char_ram~8983feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54980 ( +// Equation(s): +// \text_gen|char_ram~54980_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52767_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54980 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N7 +dffeas \text_gen|char_ram~8983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54939 ( +// Equation(s): +// \text_gen|char_ram~54939_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52833_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54939 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y44_N25 +dffeas \text_gen|char_ram~16151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54948 ( +// Equation(s): +// \text_gen|char_ram~54948_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52906_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52906_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54948 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y44_N1 +dffeas \text_gen|char_ram~1815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47694 ( +// Equation(s): +// \text_gen|char_ram~47694_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16151_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1815_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16151_q ), + .datac(\text_gen|char_ram~1815_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47694 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54972 ( +// Equation(s): +// \text_gen|char_ram~54972_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54972 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y44_N31 +dffeas \text_gen|char_ram~23319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47695 ( +// Equation(s): +// \text_gen|char_ram~47695_combout = (\text_gen|char_ram~47694_combout & (((\text_gen|char_ram~23319_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47694_combout & (\text_gen|char_ram~8983_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~8983_q ), + .datab(\text_gen|char_ram~47694_combout ), + .datac(\text_gen|char_ram~23319_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47695 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~8969feeder ( +// Equation(s): +// \text_gen|char_ram~8969feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54931 ( +// Equation(s): +// \text_gen|char_ram~54931_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52789_combout ) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52789_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54931 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y41_N31 +dffeas \text_gen|char_ram~8969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54923 ( +// Equation(s): +// \text_gen|char_ram~54923_combout = (\text_gen|char_ram~53017_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53017_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54923 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y38_N1 +dffeas \text_gen|char_ram~23305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54964 ( +// Equation(s): +// \text_gen|char_ram~54964_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52946_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54964 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y38_N3 +dffeas \text_gen|char_ram~1801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54956 ( +// Equation(s): +// \text_gen|char_ram~54956_combout = (\text_gen|char_ram~52868_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52868_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54956 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y24_N15 +dffeas \text_gen|char_ram~16137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47696 ( +// Equation(s): +// \text_gen|char_ram~47696_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~16137_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1801_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1801_q ), + .datad(\text_gen|char_ram~16137_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47696 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47697 ( +// Equation(s): +// \text_gen|char_ram~47697_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47696_combout & ((\text_gen|char_ram~23305_q ))) # (!\text_gen|char_ram~47696_combout & (\text_gen|char_ram~8969_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47696_combout )))) + + .dataa(\text_gen|char_ram~8969_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23305_q ), + .datad(\text_gen|char_ram~47696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47697 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47698 ( +// Equation(s): +// \text_gen|char_ram~47698_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47695_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47697_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47695_combout ), + .datad(\text_gen|char_ram~47697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47698 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55127 ( +// Equation(s): +// \text_gen|char_ram~55127_combout = (\text_gen|char_ram~52866_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~52866_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55127 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y22_N1 +dffeas \text_gen|char_ram~16193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55119 ( +// Equation(s): +// \text_gen|char_ram~55119_combout = (\text_gen|char_ram~52993_combout & \text_gen|char_ram~54919_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52993_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55119 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y40_N15 +dffeas \text_gen|char_ram~23361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55159 ( +// Equation(s): +// \text_gen|char_ram~55159_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52948_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52948_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55159 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y38_N25 +dffeas \text_gen|char_ram~1857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55151 ( +// Equation(s): +// \text_gen|char_ram~55151_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52791_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55151 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y41_N21 +dffeas \text_gen|char_ram~9025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47692 ( +// Equation(s): +// \text_gen|char_ram~47692_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9025_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1857_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1857_q ), + .datad(\text_gen|char_ram~9025_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47692 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47693 ( +// Equation(s): +// \text_gen|char_ram~47693_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47692_combout & ((\text_gen|char_ram~23361_q ))) # (!\text_gen|char_ram~47692_combout & (\text_gen|char_ram~16193_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47692_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16193_q ), + .datac(\text_gen|char_ram~23361_q ), + .datad(\text_gen|char_ram~47692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47693 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55163 ( +// Equation(s): +// \text_gen|char_ram~55163_combout = (\text_gen|char_ram~52769_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~52769_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55163 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N23 +dffeas \text_gen|char_ram~9039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55155 ( +// Equation(s): +// \text_gen|char_ram~55155_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52908_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55155 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y42_N11 +dffeas \text_gen|char_ram~1871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47699 ( +// Equation(s): +// \text_gen|char_ram~47699_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9039_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1871_q +// ))))) + + .dataa(\text_gen|char_ram~9039_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1871_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47699 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55131 ( +// Equation(s): +// \text_gen|char_ram~55131_combout = (\text_gen|char_ram~52991_combout & \text_gen|char_ram~54919_combout ) + + .dataa(\text_gen|char_ram~52991_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55131 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y42_N1 +dffeas \text_gen|char_ram~23375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16207feeder ( +// Equation(s): +// \text_gen|char_ram~16207feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~16207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55123 ( +// Equation(s): +// \text_gen|char_ram~55123_combout = (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52822_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55123 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y24_N11 +dffeas \text_gen|char_ram~16207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47700 ( +// Equation(s): +// \text_gen|char_ram~47700_combout = (\text_gen|char_ram~47699_combout & (((\text_gen|char_ram~23375_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~47699_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16207_q )))) + + .dataa(\text_gen|char_ram~47699_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23375_q ), + .datad(\text_gen|char_ram~16207_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47700 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47701 ( +// Equation(s): +// \text_gen|char_ram~47701_combout = (\text_gen|char_ram~47698_combout & (((\text_gen|char_ram~47700_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47698_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~47693_combout ))) + + .dataa(\text_gen|char_ram~47698_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47693_combout ), + .datad(\text_gen|char_ram~47700_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47701 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~47701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7247feeder ( +// Equation(s): +// \text_gen|char_ram~7247feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7247feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55525 ( +// Equation(s): +// \text_gen|char_ram~55525_combout = (\text_gen|char_ram~52769_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~52769_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55525 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y49_N3 +dffeas \text_gen|char_ram~7247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55557 ( +// Equation(s): +// \text_gen|char_ram~55557_combout = (\text_gen|char_ram~52908_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~52908_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55557 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y46_N5 +dffeas \text_gen|char_ram~79 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~79_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~79 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~79 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47709 ( +// Equation(s): +// \text_gen|char_ram~47709_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7247_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~79_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7247_q ), + .datac(\text_gen|char_ram~79_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47709 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55573 ( +// Equation(s): +// \text_gen|char_ram~55573_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52991_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55573 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y46_N11 +dffeas \text_gen|char_ram~21583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55541 ( +// Equation(s): +// \text_gen|char_ram~55541_combout = (\text_gen|char_ram~52822_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52822_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55541 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y26_N5 +dffeas \text_gen|char_ram~14415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47710 ( +// Equation(s): +// \text_gen|char_ram~47710_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47709_combout & (\text_gen|char_ram~21583_q )) # (!\text_gen|char_ram~47709_combout & ((\text_gen|char_ram~14415_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47709_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47709_combout ), + .datac(\text_gen|char_ram~21583_q ), + .datad(\text_gen|char_ram~14415_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47710 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7191feeder ( +// Equation(s): +// \text_gen|char_ram~7191feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55513 ( +// Equation(s): +// \text_gen|char_ram~55513_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52767_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55513 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y48_N21 +dffeas \text_gen|char_ram~7191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55561 ( +// Equation(s): +// \text_gen|char_ram~55561_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53015_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55561 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y43_N25 +dffeas \text_gen|char_ram~21527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14359feeder ( +// Equation(s): +// \text_gen|char_ram~14359feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55529 ( +// Equation(s): +// \text_gen|char_ram~55529_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52833_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52833_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55529 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y25_N5 +dffeas \text_gen|char_ram~14359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55545 ( +// Equation(s): +// \text_gen|char_ram~55545_combout = (\text_gen|char_ram~52906_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~52906_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55545 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y43_N11 +dffeas \text_gen|char_ram~23 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47702 ( +// Equation(s): +// \text_gen|char_ram~47702_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14359_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~23_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14359_q ), + .datac(\text_gen|char_ram~23_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47702 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47703 ( +// Equation(s): +// \text_gen|char_ram~47703_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47702_combout & ((\text_gen|char_ram~21527_q ))) # (!\text_gen|char_ram~47702_combout & (\text_gen|char_ram~7191_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47702_combout )))) + + .dataa(\text_gen|char_ram~7191_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21527_q ), + .datad(\text_gen|char_ram~47702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47703 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55589 ( +// Equation(s): +// \text_gen|char_ram~55589_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52866_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55589 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y43_N29 +dffeas \text_gen|char_ram~14401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55637 ( +// Equation(s): +// \text_gen|char_ram~55637_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52993_combout ) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52993_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55637 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y43_N11 +dffeas \text_gen|char_ram~21569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55621 ( +// Equation(s): +// \text_gen|char_ram~55621_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52948_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52948_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55621 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y42_N1 +dffeas \text_gen|char_ram~65 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~65_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~65 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~65 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7233feeder ( +// Equation(s): +// \text_gen|char_ram~7233feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55605 ( +// Equation(s): +// \text_gen|char_ram~55605_combout = (\text_gen|char_ram~52791_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52791_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55605 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N5 +dffeas \text_gen|char_ram~7233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47704 ( +// Equation(s): +// \text_gen|char_ram~47704_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7233_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~65_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~65_q ), + .datad(\text_gen|char_ram~7233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47704 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47705 ( +// Equation(s): +// \text_gen|char_ram~47705_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47704_combout & ((\text_gen|char_ram~21569_q ))) # (!\text_gen|char_ram~47704_combout & (\text_gen|char_ram~14401_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47704_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14401_q ), + .datac(\text_gen|char_ram~21569_q ), + .datad(\text_gen|char_ram~47704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47705 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55593 ( +// Equation(s): +// \text_gen|char_ram~55593_combout = (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52789_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55593 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y43_N15 +dffeas \text_gen|char_ram~7177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55625 ( +// Equation(s): +// \text_gen|char_ram~55625_combout = (\text_gen|char_ram~53017_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53017_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55625 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y43_N21 +dffeas \text_gen|char_ram~21513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55609 ( +// Equation(s): +// \text_gen|char_ram~55609_combout = (\text_gen|char_ram~52946_combout & \text_gen|char_ram~55181_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52946_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55609 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y42_N31 +dffeas \text_gen|char_ram~9 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14345feeder ( +// Equation(s): +// \text_gen|char_ram~14345feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~14345feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14345feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14345feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55577 ( +// Equation(s): +// \text_gen|char_ram~55577_combout = (\text_gen|char_ram~52868_combout & \text_gen|char_ram~55181_combout ) + + .dataa(\text_gen|char_ram~52868_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55577 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y34_N13 +dffeas \text_gen|char_ram~14345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14345feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47706 ( +// Equation(s): +// \text_gen|char_ram~47706_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14345_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~9_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9_q ), + .datad(\text_gen|char_ram~14345_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47706 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47707 ( +// Equation(s): +// \text_gen|char_ram~47707_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47706_combout & ((\text_gen|char_ram~21513_q ))) # (!\text_gen|char_ram~47706_combout & (\text_gen|char_ram~7177_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47706_combout )))) + + .dataa(\text_gen|char_ram~7177_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21513_q ), + .datad(\text_gen|char_ram~47706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47707 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47708 ( +// Equation(s): +// \text_gen|char_ram~47708_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~47705_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47707_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47705_combout ), + .datad(\text_gen|char_ram~47707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47708 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47711 ( +// Equation(s): +// \text_gen|char_ram~47711_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47708_combout & (\text_gen|char_ram~47710_combout )) # (!\text_gen|char_ram~47708_combout & ((\text_gen|char_ram~47703_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47708_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47710_combout ), + .datac(\text_gen|char_ram~47703_combout ), + .datad(\text_gen|char_ram~47708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47711 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47712 ( +// Equation(s): +// \text_gen|char_ram~47712_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~47701_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~47711_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47701_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~47711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47712 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~47712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47723 ( +// Equation(s): +// \text_gen|char_ram~47723_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47712_combout & (\text_gen|char_ram~47722_combout )) # (!\text_gen|char_ram~47712_combout & ((\text_gen|char_ram~47691_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47712_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47722_combout ), + .datac(\text_gen|char_ram~47691_combout ), + .datad(\text_gen|char_ram~47712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47723 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47724 ( +// Equation(s): +// \text_gen|char_ram~47724_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~47681_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~47723_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~47681_combout ), + .datad(\text_gen|char_ram~47723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47724 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47767 ( +// Equation(s): +// \text_gen|char_ram~47767_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47724_combout & (\text_gen|char_ram~47766_combout )) # (!\text_gen|char_ram~47724_combout & ((\text_gen|char_ram~47639_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47724_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~47766_combout ), + .datac(\text_gen|char_ram~47639_combout ), + .datad(\text_gen|char_ram~47724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47767 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4335feeder ( +// Equation(s): +// \text_gen|char_ram~4335feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4335feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54012 ( +// Equation(s): +// \text_gen|char_ram~54012_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~53065_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54012 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y19_N3 +dffeas \text_gen|char_ram~4335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56599 ( +// Equation(s): +// \text_gen|char_ram~56599_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56599 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N5 +dffeas \text_gen|char_ram~5231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4783feeder ( +// Equation(s): +// \text_gen|char_ram~4783feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53206 ( +// Equation(s): +// \text_gen|char_ram~53206_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53206 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y51_N29 +dffeas \text_gen|char_ram~4783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55295 ( +// Equation(s): +// \text_gen|char_ram~55295_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55295 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N31 +dffeas \text_gen|char_ram~3887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47463 ( +// Equation(s): +// \text_gen|char_ram~47463_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4783_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3887_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4783_q ), + .datac(\text_gen|char_ram~3887_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47463 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47464 ( +// Equation(s): +// \text_gen|char_ram~47464_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47463_combout & ((\text_gen|char_ram~5231_q ))) # (!\text_gen|char_ram~47463_combout & (\text_gen|char_ram~4335_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47463_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4335_q ), + .datac(\text_gen|char_ram~5231_q ), + .datad(\text_gen|char_ram~47463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47464 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11951feeder ( +// Equation(s): +// \text_gen|char_ram~11951feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11951feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53204 ( +// Equation(s): +// \text_gen|char_ram~53204_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53204 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y57_N17 +dffeas \text_gen|char_ram~11951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56439 ( +// Equation(s): +// \text_gen|char_ram~56439_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56439 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y20_N23 +dffeas \text_gen|char_ram~12399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11503feeder ( +// Equation(s): +// \text_gen|char_ram~11503feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11503feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53948 ( +// Equation(s): +// \text_gen|char_ram~53948_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53948 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y17_N15 +dffeas \text_gen|char_ram~11503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55279 ( +// Equation(s): +// \text_gen|char_ram~55279_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55279 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y20_N29 +dffeas \text_gen|char_ram~11055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47461 ( +// Equation(s): +// \text_gen|char_ram~47461_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11503_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~11055_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11503_q ), + .datac(\text_gen|char_ram~11055_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47461 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47462 ( +// Equation(s): +// \text_gen|char_ram~47462_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47461_combout & ((\text_gen|char_ram~12399_q ))) # (!\text_gen|char_ram~47461_combout & (\text_gen|char_ram~11951_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47461_combout )))) + + .dataa(\text_gen|char_ram~11951_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12399_q ), + .datad(\text_gen|char_ram~47461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47462 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47465 ( +// Equation(s): +// \text_gen|char_ram~47465_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~47462_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~47464_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47464_combout ), + .datad(\text_gen|char_ram~47462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47465 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53207 ( +// Equation(s): +// \text_gen|char_ram~53207_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53098_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53207 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y51_N27 +dffeas \text_gen|char_ram~26287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56951 ( +// Equation(s): +// \text_gen|char_ram~56951_combout = (\text_gen|char_ram~56745_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56745_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56951 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y51_N5 +dffeas \text_gen|char_ram~26735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25839feeder ( +// Equation(s): +// \text_gen|char_ram~25839feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25839feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25839feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25839feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54124 ( +// Equation(s): +// \text_gen|char_ram~54124_combout = (\text_gen|char_ram~54090_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54090_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54124 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y22_N11 +dffeas \text_gen|char_ram~25839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25839feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55311 ( +// Equation(s): +// \text_gen|char_ram~55311_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~55233_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~55233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55311 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y46_N17 +dffeas \text_gen|char_ram~25391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47466 ( +// Equation(s): +// \text_gen|char_ram~47466_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25839_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25391_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25839_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25391_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47466 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47467 ( +// Equation(s): +// \text_gen|char_ram~47467_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47466_combout & ((\text_gen|char_ram~26735_q ))) # (!\text_gen|char_ram~47466_combout & (\text_gen|char_ram~26287_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47466_combout )))) + + .dataa(\text_gen|char_ram~26287_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26735_q ), + .datad(\text_gen|char_ram~47466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47467 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18671feeder ( +// Equation(s): +// \text_gen|char_ram~18671feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18671feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53884 ( +// Equation(s): +// \text_gen|char_ram~53884_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~53879_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53884 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y26_N1 +dffeas \text_gen|char_ram~18671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56041 ( +// Equation(s): +// \text_gen|char_ram~56041_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56041 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N21 +dffeas \text_gen|char_ram~19567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53205 ( +// Equation(s): +// \text_gen|char_ram~53205_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53205 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N31 +dffeas \text_gen|char_ram~19119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55263 ( +// Equation(s): +// \text_gen|char_ram~55263_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55263 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y28_N27 +dffeas \text_gen|char_ram~18223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47459 ( +// Equation(s): +// \text_gen|char_ram~47459_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19119_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18223_q +// ))))) + + .dataa(\text_gen|char_ram~19119_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18223_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47459 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47460 ( +// Equation(s): +// \text_gen|char_ram~47460_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47459_combout & ((\text_gen|char_ram~19567_q ))) # (!\text_gen|char_ram~47459_combout & (\text_gen|char_ram~18671_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47459_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18671_q ), + .datac(\text_gen|char_ram~19567_q ), + .datad(\text_gen|char_ram~47459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47460 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47468 ( +// Equation(s): +// \text_gen|char_ram~47468_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47465_combout & (\text_gen|char_ram~47467_combout )) # (!\text_gen|char_ram~47465_combout & ((\text_gen|char_ram~47460_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47465_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47465_combout ), + .datac(\text_gen|char_ram~47467_combout ), + .datad(\text_gen|char_ram~47460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47468 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11881feeder ( +// Equation(s): +// \text_gen|char_ram~11881feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11881feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11881feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11881feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~53243 ( +// Equation(s): +// \text_gen|char_ram~53243_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53243 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y55_N17 +dffeas \text_gen|char_ram~11881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11881feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56260 ( +// Equation(s): +// \text_gen|char_ram~56260_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56260 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y44_N29 +dffeas \text_gen|char_ram~12329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55315 ( +// Equation(s): +// \text_gen|char_ram~55315_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55315 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y44_N19 +dffeas \text_gen|char_ram~10985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11433feeder ( +// Equation(s): +// \text_gen|char_ram~11433feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11433feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11433feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11433feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53982 ( +// Equation(s): +// \text_gen|char_ram~53982_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53982 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y17_N9 +dffeas \text_gen|char_ram~11433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11433feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47448 ( +// Equation(s): +// \text_gen|char_ram~47448_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~11433_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~10985_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10985_q ), + .datad(\text_gen|char_ram~11433_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47448 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47449 ( +// Equation(s): +// \text_gen|char_ram~47449_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47448_combout & ((\text_gen|char_ram~12329_q ))) # (!\text_gen|char_ram~47448_combout & (\text_gen|char_ram~11881_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47448_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~11881_q ), + .datac(\text_gen|char_ram~12329_q ), + .datad(\text_gen|char_ram~47448_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47449 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55363 ( +// Equation(s): +// \text_gen|char_ram~55363_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55233_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~55233_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55363 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~55363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N27 +dffeas \text_gen|char_ram~25321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54093 ( +// Equation(s): +// \text_gen|char_ram~54093_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54090_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54090_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54093 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y27_N5 +dffeas \text_gen|char_ram~25769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47455 ( +// Equation(s): +// \text_gen|char_ram~47455_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25769_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25321_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25321_q ), + .datad(\text_gen|char_ram~25769_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47455 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26217feeder ( +// Equation(s): +// \text_gen|char_ram~26217feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26217feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53246 ( +// Equation(s): +// \text_gen|char_ram~53246_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53098_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53246 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N25 +dffeas \text_gen|char_ram~26217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56758 ( +// Equation(s): +// \text_gen|char_ram~56758_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~56745_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~56745_combout ), + .datac(gnd), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56758 .lut_mask = 16'h8888; +defparam \text_gen|char_ram~56758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N5 +dffeas \text_gen|char_ram~26665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47456 ( +// Equation(s): +// \text_gen|char_ram~47456_combout = (\text_gen|char_ram~47455_combout & (((\text_gen|char_ram~26665_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~47455_combout & (\text_gen|char_ram~26217_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~47455_combout ), + .datab(\text_gen|char_ram~26217_q ), + .datac(\text_gen|char_ram~26665_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47456 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54046 ( +// Equation(s): +// \text_gen|char_ram~54046_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54046 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y22_N3 +dffeas \text_gen|char_ram~4265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56630 ( +// Equation(s): +// \text_gen|char_ram~56630_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56630 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N15 +dffeas \text_gen|char_ram~5161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55347 ( +// Equation(s): +// \text_gen|char_ram~55347_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55347 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N13 +dffeas \text_gen|char_ram~3817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4713feeder ( +// Equation(s): +// \text_gen|char_ram~4713feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53245 ( +// Equation(s): +// \text_gen|char_ram~53245_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53245 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N3 +dffeas \text_gen|char_ram~4713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47452 ( +// Equation(s): +// \text_gen|char_ram~47452_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~4713_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3817_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3817_q ), + .datad(\text_gen|char_ram~4713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47452 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47453 ( +// Equation(s): +// \text_gen|char_ram~47453_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47452_combout & ((\text_gen|char_ram~5161_q ))) # (!\text_gen|char_ram~47452_combout & (\text_gen|char_ram~4265_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47452_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4265_q ), + .datac(\text_gen|char_ram~5161_q ), + .datad(\text_gen|char_ram~47452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47453 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53918 ( +// Equation(s): +// \text_gen|char_ram~53918_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53918 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N1 +dffeas \text_gen|char_ram~18601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56093 ( +// Equation(s): +// \text_gen|char_ram~56093_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56093 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y39_N5 +dffeas \text_gen|char_ram~19497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53244 ( +// Equation(s): +// \text_gen|char_ram~53244_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53244 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y47_N29 +dffeas \text_gen|char_ram~19049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~55331 ( +// Equation(s): +// \text_gen|char_ram~55331_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55331 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y47_N15 +dffeas \text_gen|char_ram~18153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47450 ( +// Equation(s): +// \text_gen|char_ram~47450_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19049_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18153_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19049_q ), + .datac(\text_gen|char_ram~18153_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47450 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47451 ( +// Equation(s): +// \text_gen|char_ram~47451_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47450_combout & ((\text_gen|char_ram~19497_q ))) # (!\text_gen|char_ram~47450_combout & (\text_gen|char_ram~18601_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47450_combout )))) + + .dataa(\text_gen|char_ram~18601_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19497_q ), + .datad(\text_gen|char_ram~47450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47451 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47454 ( +// Equation(s): +// \text_gen|char_ram~47454_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47451_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~47453_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47453_combout ), + .datad(\text_gen|char_ram~47451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47454 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47457 ( +// Equation(s): +// \text_gen|char_ram~47457_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47454_combout & ((\text_gen|char_ram~47456_combout ))) # (!\text_gen|char_ram~47454_combout & (\text_gen|char_ram~47449_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47454_combout )))) + + .dataa(\text_gen|char_ram~47449_combout ), + .datab(\text_gen|char_ram~47456_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~47454_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47457 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~47457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53892 ( +// Equation(s): +// \text_gen|char_ram~53892_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53892 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y20_N1 +dffeas \text_gen|char_ram~18615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56029 ( +// Equation(s): +// \text_gen|char_ram~56029_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56029 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y24_N29 +dffeas \text_gen|char_ram~19511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53170 ( +// Equation(s): +// \text_gen|char_ram~53170_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53170 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N17 +dffeas \text_gen|char_ram~19063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55251 ( +// Equation(s): +// \text_gen|char_ram~55251_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55251 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y24_N3 +dffeas \text_gen|char_ram~18167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47438 ( +// Equation(s): +// \text_gen|char_ram~47438_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19063_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18167_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19063_q ), + .datac(\text_gen|char_ram~18167_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47438 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47439 ( +// Equation(s): +// \text_gen|char_ram~47439_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47438_combout & ((\text_gen|char_ram~19511_q ))) # (!\text_gen|char_ram~47438_combout & (\text_gen|char_ram~18615_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47438_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18615_q ), + .datac(\text_gen|char_ram~19511_q ), + .datad(\text_gen|char_ram~47438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47439 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26231feeder ( +// Equation(s): +// \text_gen|char_ram~26231feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~26231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26231feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53172 ( +// Equation(s): +// \text_gen|char_ram~53172_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53098_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53172 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N29 +dffeas \text_gen|char_ram~26231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56746 ( +// Equation(s): +// \text_gen|char_ram~56746_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56745_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~56745_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56746 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N27 +dffeas \text_gen|char_ram~26679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25783feeder ( +// Equation(s): +// \text_gen|char_ram~25783feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54092 ( +// Equation(s): +// \text_gen|char_ram~54092_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54090_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~54090_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54092 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y27_N3 +dffeas \text_gen|char_ram~25783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55303 ( +// Equation(s): +// \text_gen|char_ram~55303_combout = (\text_gen|char_ram~55233_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55233_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55303 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N25 +dffeas \text_gen|char_ram~25335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47445 ( +// Equation(s): +// \text_gen|char_ram~47445_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25783_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25335_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25783_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25335_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47445 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47446 ( +// Equation(s): +// \text_gen|char_ram~47446_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47445_combout & ((\text_gen|char_ram~26679_q ))) # (!\text_gen|char_ram~47445_combout & (\text_gen|char_ram~26231_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47445_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26231_q ), + .datac(\text_gen|char_ram~26679_q ), + .datad(\text_gen|char_ram~47445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47446 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54010 ( +// Equation(s): +// \text_gen|char_ram~54010_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53879_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54010 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y22_N27 +dffeas \text_gen|char_ram~4279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56567 ( +// Equation(s): +// \text_gen|char_ram~56567_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56567 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y25_N25 +dffeas \text_gen|char_ram~5175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53171 ( +// Equation(s): +// \text_gen|char_ram~53171_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53171 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y41_N29 +dffeas \text_gen|char_ram~4727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55283 ( +// Equation(s): +// \text_gen|char_ram~55283_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55283 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y41_N7 +dffeas \text_gen|char_ram~3831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47442 ( +// Equation(s): +// \text_gen|char_ram~47442_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4727_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3831_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4727_q ), + .datac(\text_gen|char_ram~3831_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47442 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47443 ( +// Equation(s): +// \text_gen|char_ram~47443_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47442_combout & ((\text_gen|char_ram~5175_q ))) # (!\text_gen|char_ram~47442_combout & (\text_gen|char_ram~4279_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47442_combout )))) + + .dataa(\text_gen|char_ram~4279_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5175_q ), + .datad(\text_gen|char_ram~47442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47443 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53169 ( +// Equation(s): +// \text_gen|char_ram~53169_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53169 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y53_N19 +dffeas \text_gen|char_ram~11895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56267 ( +// Equation(s): +// \text_gen|char_ram~56267_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56267 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y53_N9 +dffeas \text_gen|char_ram~12343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53946 ( +// Equation(s): +// \text_gen|char_ram~53946_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53946 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y45_N9 +dffeas \text_gen|char_ram~11447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55267 ( +// Equation(s): +// \text_gen|char_ram~55267_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55267 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y49_N13 +dffeas \text_gen|char_ram~10999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47440 ( +// Equation(s): +// \text_gen|char_ram~47440_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11447_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~10999_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~11447_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10999_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47440 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47441 ( +// Equation(s): +// \text_gen|char_ram~47441_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47440_combout & ((\text_gen|char_ram~12343_q ))) # (!\text_gen|char_ram~47440_combout & (\text_gen|char_ram~11895_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47440_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~11895_q ), + .datac(\text_gen|char_ram~12343_q ), + .datad(\text_gen|char_ram~47440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47441 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47444 ( +// Equation(s): +// \text_gen|char_ram~47444_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~47441_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~47443_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47443_combout ), + .datad(\text_gen|char_ram~47441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47444 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47447 ( +// Equation(s): +// \text_gen|char_ram~47447_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47444_combout & ((\text_gen|char_ram~47446_combout ))) # (!\text_gen|char_ram~47444_combout & (\text_gen|char_ram~47439_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47444_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47439_combout ), + .datac(\text_gen|char_ram~47446_combout ), + .datad(\text_gen|char_ram~47444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47447 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47458 ( +// Equation(s): +// \text_gen|char_ram~47458_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~47447_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~47457_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47457_combout ), + .datad(\text_gen|char_ram~47447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47458 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53281 ( +// Equation(s): +// \text_gen|char_ram~53281_combout = (\text_gen|char_ram~53098_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53098_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53281 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y47_N13 +dffeas \text_gen|char_ram~26273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56983 ( +// Equation(s): +// \text_gen|char_ram~56983_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~56745_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~56745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56983 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y47_N27 +dffeas \text_gen|char_ram~26721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25825feeder ( +// Equation(s): +// \text_gen|char_ram~25825feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~25825feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25825feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25825feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54125 ( +// Equation(s): +// \text_gen|char_ram~54125_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54090_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54125 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y22_N17 +dffeas \text_gen|char_ram~25825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25825feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55375 ( +// Equation(s): +// \text_gen|char_ram~55375_combout = (\text_gen|char_ram~55233_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55233_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55375 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y47_N21 +dffeas \text_gen|char_ram~25377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47435 ( +// Equation(s): +// \text_gen|char_ram~47435_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25825_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25377_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25825_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25377_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47435 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47436 ( +// Equation(s): +// \text_gen|char_ram~47436_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47435_combout & ((\text_gen|char_ram~26721_q ))) # (!\text_gen|char_ram~47435_combout & (\text_gen|char_ram~26273_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47435_combout )))) + + .dataa(\text_gen|char_ram~26273_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26721_q ), + .datad(\text_gen|char_ram~47435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47436 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56455 ( +// Equation(s): +// \text_gen|char_ram~56455_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56455 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N7 +dffeas \text_gen|char_ram~12385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53278 ( +// Equation(s): +// \text_gen|char_ram~53278_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53278 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y47_N13 +dffeas \text_gen|char_ram~11937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55327 ( +// Equation(s): +// \text_gen|char_ram~55327_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55327 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y34_N1 +dffeas \text_gen|char_ram~11041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11489feeder ( +// Equation(s): +// \text_gen|char_ram~11489feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~11489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53984 ( +// Equation(s): +// \text_gen|char_ram~53984_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53984 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y13_N27 +dffeas \text_gen|char_ram~11489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47428 ( +// Equation(s): +// \text_gen|char_ram~47428_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~11489_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~11041_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11041_q ), + .datad(\text_gen|char_ram~11489_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47428 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47429 ( +// Equation(s): +// \text_gen|char_ram~47429_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47428_combout & (\text_gen|char_ram~12385_q )) # (!\text_gen|char_ram~47428_combout & ((\text_gen|char_ram~11937_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47428_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12385_q ), + .datac(\text_gen|char_ram~11937_q ), + .datad(\text_gen|char_ram~47428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47429 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4321feeder ( +// Equation(s): +// \text_gen|char_ram~4321feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~4321feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4321feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4321feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54048 ( +// Equation(s): +// \text_gen|char_ram~54048_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54048 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y23_N17 +dffeas \text_gen|char_ram~4321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4321feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56663 ( +// Equation(s): +// \text_gen|char_ram~56663_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~55961_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56663 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y47_N17 +dffeas \text_gen|char_ram~5217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53280 ( +// Equation(s): +// \text_gen|char_ram~53280_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53280 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y47_N1 +dffeas \text_gen|char_ram~4769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55359 ( +// Equation(s): +// \text_gen|char_ram~55359_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52777_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55359 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y47_N19 +dffeas \text_gen|char_ram~3873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47432 ( +// Equation(s): +// \text_gen|char_ram~47432_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4769_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3873_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4769_q ), + .datac(\text_gen|char_ram~3873_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47432 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47433 ( +// Equation(s): +// \text_gen|char_ram~47433_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47432_combout & ((\text_gen|char_ram~5217_q ))) # (!\text_gen|char_ram~47432_combout & (\text_gen|char_ram~4321_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47432_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4321_q ), + .datac(\text_gen|char_ram~5217_q ), + .datad(\text_gen|char_ram~47432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47433 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18657feeder ( +// Equation(s): +// \text_gen|char_ram~18657feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~18657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53920 ( +// Equation(s): +// \text_gen|char_ram~53920_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53920 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N17 +dffeas \text_gen|char_ram~18657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56105 ( +// Equation(s): +// \text_gen|char_ram~56105_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~55961_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56105 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y31_N27 +dffeas \text_gen|char_ram~19553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~55343 ( +// Equation(s): +// \text_gen|char_ram~55343_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55343 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y47_N21 +dffeas \text_gen|char_ram~18209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53279 ( +// Equation(s): +// \text_gen|char_ram~53279_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53279 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y47_N29 +dffeas \text_gen|char_ram~19105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47430 ( +// Equation(s): +// \text_gen|char_ram~47430_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19105_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18209_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18209_q ), + .datad(\text_gen|char_ram~19105_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47430 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47431 ( +// Equation(s): +// \text_gen|char_ram~47431_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47430_combout & ((\text_gen|char_ram~19553_q ))) # (!\text_gen|char_ram~47430_combout & (\text_gen|char_ram~18657_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47430_combout )))) + + .dataa(\text_gen|char_ram~18657_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19553_q ), + .datad(\text_gen|char_ram~47430_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47431 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47434 ( +// Equation(s): +// \text_gen|char_ram~47434_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47431_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~47433_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47433_combout ), + .datad(\text_gen|char_ram~47431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47434 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47437 ( +// Equation(s): +// \text_gen|char_ram~47437_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47434_combout & (\text_gen|char_ram~47436_combout )) # (!\text_gen|char_ram~47434_combout & ((\text_gen|char_ram~47429_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47434_combout )))) + + .dataa(\text_gen|char_ram~47436_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47429_combout ), + .datad(\text_gen|char_ram~47434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47437 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47469 ( +// Equation(s): +// \text_gen|char_ram~47469_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47458_combout & (\text_gen|char_ram~47468_combout )) # (!\text_gen|char_ram~47458_combout & ((\text_gen|char_ram~47437_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47458_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47468_combout ), + .datac(\text_gen|char_ram~47458_combout ), + .datad(\text_gen|char_ram~47437_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47469 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54528 ( +// Equation(s): +// \text_gen|char_ram~54528_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~54453_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54528 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N1 +dffeas \text_gen|char_ram~22199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~55560 ( +// Equation(s): +// \text_gen|char_ram~55560_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55560 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y28_N25 +dffeas \text_gen|char_ram~21751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22647feeder ( +// Equation(s): +// \text_gen|char_ram~22647feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22647feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53382 ( +// Equation(s): +// \text_gen|char_ram~53382_combout = (\text_gen|char_ram~53369_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~53369_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53382 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y52_N23 +dffeas \text_gen|char_ram~22647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47529 ( +// Equation(s): +// \text_gen|char_ram~47529_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22647_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21751_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21751_q ), + .datad(\text_gen|char_ram~22647_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47529 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56750 ( +// Equation(s): +// \text_gen|char_ram~56750_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56750 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y28_N27 +dffeas \text_gen|char_ram~23095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47530 ( +// Equation(s): +// \text_gen|char_ram~47530_combout = (\text_gen|char_ram~47529_combout & (((\text_gen|char_ram~23095_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~47529_combout & (\text_gen|char_ram~22199_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~22199_q ), + .datab(\text_gen|char_ram~47529_combout ), + .datac(\text_gen|char_ram~23095_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47530 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54470 ( +// Equation(s): +// \text_gen|char_ram~54470_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53879_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54470 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y20_N19 +dffeas \text_gen|char_ram~15031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56031 ( +// Equation(s): +// \text_gen|char_ram~56031_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56031 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y20_N23 +dffeas \text_gen|char_ram~15927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15479feeder ( +// Equation(s): +// \text_gen|char_ram~15479feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53379 ( +// Equation(s): +// \text_gen|char_ram~53379_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53379 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N9 +dffeas \text_gen|char_ram~15479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55528 ( +// Equation(s): +// \text_gen|char_ram~55528_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55181_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55528 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y20_N17 +dffeas \text_gen|char_ram~14583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47522 ( +// Equation(s): +// \text_gen|char_ram~47522_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15479_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14583_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15479_q ), + .datac(\text_gen|char_ram~14583_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47522 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47523 ( +// Equation(s): +// \text_gen|char_ram~47523_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47522_combout & ((\text_gen|char_ram~15927_q ))) # (!\text_gen|char_ram~47522_combout & (\text_gen|char_ram~15031_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47522_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15031_q ), + .datac(\text_gen|char_ram~15927_q ), + .datad(\text_gen|char_ram~47522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47523 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7863feeder ( +// Equation(s): +// \text_gen|char_ram~7863feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54490 ( +// Equation(s): +// \text_gen|char_ram~54490_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54490 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y23_N25 +dffeas \text_gen|char_ram~7863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56269 ( +// Equation(s): +// \text_gen|char_ram~56269_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55961_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56269 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y28_N15 +dffeas \text_gen|char_ram~8759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53380 ( +// Equation(s): +// \text_gen|char_ram~53380_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53380 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y53_N5 +dffeas \text_gen|char_ram~8311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55512 ( +// Equation(s): +// \text_gen|char_ram~55512_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55512 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y47_N15 +dffeas \text_gen|char_ram~7415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47524 ( +// Equation(s): +// \text_gen|char_ram~47524_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~8311_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~7415_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8311_q ), + .datac(\text_gen|char_ram~7415_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47524 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47525 ( +// Equation(s): +// \text_gen|char_ram~47525_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47524_combout & ((\text_gen|char_ram~8759_q ))) # (!\text_gen|char_ram~47524_combout & (\text_gen|char_ram~7863_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47524_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7863_q ), + .datac(\text_gen|char_ram~8759_q ), + .datad(\text_gen|char_ram~47524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47525 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54512 ( +// Equation(s): +// \text_gen|char_ram~54512_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54435_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54512 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y25_N11 +dffeas \text_gen|char_ram~695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56568 ( +// Equation(s): +// \text_gen|char_ram~56568_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56485_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~56485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56568 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y25_N15 +dffeas \text_gen|char_ram~1591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1143feeder ( +// Equation(s): +// \text_gen|char_ram~1143feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53381 ( +// Equation(s): +// \text_gen|char_ram~53381_combout = (\text_gen|char_ram~53367_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53367_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53381 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y48_N23 +dffeas \text_gen|char_ram~1143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55544 ( +// Equation(s): +// \text_gen|char_ram~55544_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52763_combout ) + + .dataa(\text_gen|char_ram~55476_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55544 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y45_N23 +dffeas \text_gen|char_ram~247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47526 ( +// Equation(s): +// \text_gen|char_ram~47526_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1143_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~247_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1143_q ), + .datac(\text_gen|char_ram~247_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47526 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47527 ( +// Equation(s): +// \text_gen|char_ram~47527_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47526_combout & ((\text_gen|char_ram~1591_q ))) # (!\text_gen|char_ram~47526_combout & (\text_gen|char_ram~695_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47526_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~695_q ), + .datac(\text_gen|char_ram~1591_q ), + .datad(\text_gen|char_ram~47526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47527 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47528 ( +// Equation(s): +// \text_gen|char_ram~47528_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~47525_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~47527_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47525_combout ), + .datad(\text_gen|char_ram~47527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47528 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47531 ( +// Equation(s): +// \text_gen|char_ram~47531_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47528_combout & (\text_gen|char_ram~47530_combout )) # (!\text_gen|char_ram~47528_combout & ((\text_gen|char_ram~47523_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47528_combout )))) + + .dataa(\text_gen|char_ram~47530_combout ), + .datab(\text_gen|char_ram~47523_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~47528_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47531 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~47531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55576 ( +// Equation(s): +// \text_gen|char_ram~55576_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55181_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55576 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y35_N23 +dffeas \text_gen|char_ram~14569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53399 ( +// Equation(s): +// \text_gen|char_ram~53399_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53399 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y35_N15 +dffeas \text_gen|char_ram~15465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47534 ( +// Equation(s): +// \text_gen|char_ram~47534_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15465_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14569_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14569_q ), + .datad(\text_gen|char_ram~15465_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47534 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56095 ( +// Equation(s): +// \text_gen|char_ram~56095_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56095 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y35_N29 +dffeas \text_gen|char_ram~15913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54544 ( +// Equation(s): +// \text_gen|char_ram~54544_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54544 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y19_N1 +dffeas \text_gen|char_ram~15017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47535 ( +// Equation(s): +// \text_gen|char_ram~47535_combout = (\text_gen|char_ram~47534_combout & (((\text_gen|char_ram~15913_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~47534_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15017_q )))) + + .dataa(\text_gen|char_ram~47534_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15913_q ), + .datad(\text_gen|char_ram~15017_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47535 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54566 ( +// Equation(s): +// \text_gen|char_ram~54566_combout = (\text_gen|char_ram~54435_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54435_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54566 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y22_N5 +dffeas \text_gen|char_ram~681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56632 ( +// Equation(s): +// \text_gen|char_ram~56632_combout = (\text_gen|char_ram~56485_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56485_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56632 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y38_N27 +dffeas \text_gen|char_ram~1577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55608 ( +// Equation(s): +// \text_gen|char_ram~55608_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52779_combout ) + + .dataa(\text_gen|char_ram~55476_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55608 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y42_N25 +dffeas \text_gen|char_ram~233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53401 ( +// Equation(s): +// \text_gen|char_ram~53401_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53367_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53401 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y46_N1 +dffeas \text_gen|char_ram~1129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47536 ( +// Equation(s): +// \text_gen|char_ram~47536_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1129_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~233_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~233_q ), + .datad(\text_gen|char_ram~1129_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47536 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47537 ( +// Equation(s): +// \text_gen|char_ram~47537_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47536_combout & ((\text_gen|char_ram~1577_q ))) # (!\text_gen|char_ram~47536_combout & (\text_gen|char_ram~681_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47536_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~681_q ), + .datac(\text_gen|char_ram~1577_q ), + .datad(\text_gen|char_ram~47536_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47537 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47538 ( +// Equation(s): +// \text_gen|char_ram~47538_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~47535_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~47537_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47535_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~47537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47538 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~47538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22185feeder ( +// Equation(s): +// \text_gen|char_ram~22185feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22185feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22185feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22185feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54586 ( +// Equation(s): +// \text_gen|char_ram~54586_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54453_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54453_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54586 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y24_N25 +dffeas \text_gen|char_ram~22185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22185feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56759 ( +// Equation(s): +// \text_gen|char_ram~56759_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56759 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y28_N15 +dffeas \text_gen|char_ram~23081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53402 ( +// Equation(s): +// \text_gen|char_ram~53402_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53369_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53402 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~53402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y46_N23 +dffeas \text_gen|char_ram~22633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55624 ( +// Equation(s): +// \text_gen|char_ram~55624_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55624 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y28_N17 +dffeas \text_gen|char_ram~21737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47539 ( +// Equation(s): +// \text_gen|char_ram~47539_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~22633_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~21737_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22633_q ), + .datac(\text_gen|char_ram~21737_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47539 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47540 ( +// Equation(s): +// \text_gen|char_ram~47540_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47539_combout & ((\text_gen|char_ram~23081_q ))) # (!\text_gen|char_ram~47539_combout & (\text_gen|char_ram~22185_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47539_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22185_q ), + .datac(\text_gen|char_ram~23081_q ), + .datad(\text_gen|char_ram~47539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47540 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7849feeder ( +// Equation(s): +// \text_gen|char_ram~7849feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7849feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7849feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7849feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54550 ( +// Equation(s): +// \text_gen|char_ram~54550_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54550 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y24_N29 +dffeas \text_gen|char_ram~7849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7849feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56261 ( +// Equation(s): +// \text_gen|char_ram~56261_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56261 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y24_N11 +dffeas \text_gen|char_ram~8745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55592 ( +// Equation(s): +// \text_gen|char_ram~55592_combout = (\text_gen|char_ram~55181_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~55181_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55592 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y44_N13 +dffeas \text_gen|char_ram~7401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8297feeder ( +// Equation(s): +// \text_gen|char_ram~8297feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~8297feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8297feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8297feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53400 ( +// Equation(s): +// \text_gen|char_ram~53400_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53088_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53400 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y48_N1 +dffeas \text_gen|char_ram~8297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8297feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47532 ( +// Equation(s): +// \text_gen|char_ram~47532_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~8297_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7401_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7401_q ), + .datad(\text_gen|char_ram~8297_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47532 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47533 ( +// Equation(s): +// \text_gen|char_ram~47533_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47532_combout & ((\text_gen|char_ram~8745_q ))) # (!\text_gen|char_ram~47532_combout & (\text_gen|char_ram~7849_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47532_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7849_q ), + .datac(\text_gen|char_ram~8745_q ), + .datad(\text_gen|char_ram~47532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47533 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47541 ( +// Equation(s): +// \text_gen|char_ram~47541_combout = (\text_gen|char_ram~47538_combout & (((\text_gen|char_ram~47540_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~47538_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47533_combout )))) + + .dataa(\text_gen|char_ram~47538_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47540_combout ), + .datad(\text_gen|char_ram~47533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47541 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47542 ( +// Equation(s): +// \text_gen|char_ram~47542_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47531_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~47541_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47531_combout ), + .datad(\text_gen|char_ram~47541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47542 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54594 ( +// Equation(s): +// \text_gen|char_ram~54594_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54453_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54594 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y23_N17 +dffeas \text_gen|char_ram~22241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56984 ( +// Equation(s): +// \text_gen|char_ram~56984_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~56749_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~56749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56984 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y26_N3 +dffeas \text_gen|char_ram~23137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~53611 ( +// Equation(s): +// \text_gen|char_ram~53611_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53369_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53611 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y46_N27 +dffeas \text_gen|char_ram~22689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~55636 ( +// Equation(s): +// \text_gen|char_ram~55636_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~55494_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55636 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y26_N29 +dffeas \text_gen|char_ram~21793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47519 ( +// Equation(s): +// \text_gen|char_ram~47519_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~22689_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~21793_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22689_q ), + .datac(\text_gen|char_ram~21793_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47519 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47520 ( +// Equation(s): +// \text_gen|char_ram~47520_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47519_combout & ((\text_gen|char_ram~23137_q ))) # (!\text_gen|char_ram~47519_combout & (\text_gen|char_ram~22241_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47519_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22241_q ), + .datac(\text_gen|char_ram~23137_q ), + .datad(\text_gen|char_ram~47519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47520 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7905feeder ( +// Equation(s): +// \text_gen|char_ram~7905feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7905feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7905feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7905feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54562 ( +// Equation(s): +// \text_gen|char_ram~54562_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53879_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~53879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54562 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y20_N3 +dffeas \text_gen|char_ram~7905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7905feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56456 ( +// Equation(s): +// \text_gen|char_ram~56456_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55961_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55961_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56456 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y26_N19 +dffeas \text_gen|char_ram~8801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55604 ( +// Equation(s): +// \text_gen|char_ram~55604_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~55181_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55604 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y41_N31 +dffeas \text_gen|char_ram~7457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53575 ( +// Equation(s): +// \text_gen|char_ram~53575_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~53088_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53575 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y53_N7 +dffeas \text_gen|char_ram~8353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47512 ( +// Equation(s): +// \text_gen|char_ram~47512_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8353_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7457_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7457_q ), + .datad(\text_gen|char_ram~8353_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47512 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47513 ( +// Equation(s): +// \text_gen|char_ram~47513_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47512_combout & ((\text_gen|char_ram~8801_q ))) # (!\text_gen|char_ram~47512_combout & (\text_gen|char_ram~7905_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47512_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7905_q ), + .datac(\text_gen|char_ram~8801_q ), + .datad(\text_gen|char_ram~47512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47513 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15073feeder ( +// Equation(s): +// \text_gen|char_ram~15073feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15073feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15073feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15073feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54540 ( +// Equation(s): +// \text_gen|char_ram~54540_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54540 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y19_N25 +dffeas \text_gen|char_ram~15073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15073feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56107 ( +// Equation(s): +// \text_gen|char_ram~56107_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56107 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~56107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y37_N1 +dffeas \text_gen|char_ram~15969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55588 ( +// Equation(s): +// \text_gen|char_ram~55588_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55181_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55588 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y35_N17 +dffeas \text_gen|char_ram~14625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53566 ( +// Equation(s): +// \text_gen|char_ram~53566_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53088_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~53088_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53566 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y46_N13 +dffeas \text_gen|char_ram~15521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47514 ( +// Equation(s): +// \text_gen|char_ram~47514_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15521_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14625_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14625_q ), + .datad(\text_gen|char_ram~15521_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47514 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47515 ( +// Equation(s): +// \text_gen|char_ram~47515_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47514_combout & ((\text_gen|char_ram~15969_q ))) # (!\text_gen|char_ram~47514_combout & (\text_gen|char_ram~15073_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47514_combout )))) + + .dataa(\text_gen|char_ram~15073_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15969_q ), + .datad(\text_gen|char_ram~47514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47515 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~737feeder ( +// Equation(s): +// \text_gen|char_ram~737feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~737feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~737feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~737feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54578 ( +// Equation(s): +// \text_gen|char_ram~54578_combout = (\text_gen|char_ram~54435_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54435_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54578 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y22_N11 +dffeas \text_gen|char_ram~737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~737feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56664 ( +// Equation(s): +// \text_gen|char_ram~56664_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~56485_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56664 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y34_N7 +dffeas \text_gen|char_ram~1633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1185feeder ( +// Equation(s): +// \text_gen|char_ram~1185feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1185feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1185feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1185feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53595 ( +// Equation(s): +// \text_gen|char_ram~53595_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53367_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53367_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53595 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~53595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y42_N17 +dffeas \text_gen|char_ram~1185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1185feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55620 ( +// Equation(s): +// \text_gen|char_ram~55620_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~55476_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~55476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55620 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y42_N11 +dffeas \text_gen|char_ram~289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47516 ( +// Equation(s): +// \text_gen|char_ram~47516_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1185_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~289_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1185_q ), + .datac(\text_gen|char_ram~289_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47516 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47517 ( +// Equation(s): +// \text_gen|char_ram~47517_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47516_combout & ((\text_gen|char_ram~1633_q ))) # (!\text_gen|char_ram~47516_combout & (\text_gen|char_ram~737_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47516_combout )))) + + .dataa(\text_gen|char_ram~737_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1633_q ), + .datad(\text_gen|char_ram~47516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47517 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47518 ( +// Equation(s): +// \text_gen|char_ram~47518_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~47515_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~47517_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47515_combout ), + .datad(\text_gen|char_ram~47517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47518 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47521 ( +// Equation(s): +// \text_gen|char_ram~47521_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47518_combout & (\text_gen|char_ram~47520_combout )) # (!\text_gen|char_ram~47518_combout & ((\text_gen|char_ram~47513_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47518_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47520_combout ), + .datac(\text_gen|char_ram~47513_combout ), + .datad(\text_gen|char_ram~47518_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47521 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7919feeder ( +// Equation(s): +// \text_gen|char_ram~7919feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~7919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7919feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54498 ( +// Equation(s): +// \text_gen|char_ram~54498_combout = (\text_gen|char_ram~53879_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~53879_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54498 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y15_N17 +dffeas \text_gen|char_ram~7919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56440 ( +// Equation(s): +// \text_gen|char_ram~56440_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~55961_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56440 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y26_N25 +dffeas \text_gen|char_ram~8815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53574 ( +// Equation(s): +// \text_gen|char_ram~53574_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53088_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53574 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y61_N31 +dffeas \text_gen|char_ram~8367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55524 ( +// Equation(s): +// \text_gen|char_ram~55524_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55524 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y49_N31 +dffeas \text_gen|char_ram~7471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47545 ( +// Equation(s): +// \text_gen|char_ram~47545_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~8367_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~7471_q ))))) + + .dataa(\text_gen|char_ram~8367_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7471_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47545 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47546 ( +// Equation(s): +// \text_gen|char_ram~47546_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47545_combout & ((\text_gen|char_ram~8815_q ))) # (!\text_gen|char_ram~47545_combout & (\text_gen|char_ram~7919_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47545_combout )))) + + .dataa(\text_gen|char_ram~7919_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8815_q ), + .datad(\text_gen|char_ram~47545_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47546 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54506 ( +// Equation(s): +// \text_gen|char_ram~54506_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54435_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~54435_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54506 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y11_N9 +dffeas \text_gen|char_ram~751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~56600 ( +// Equation(s): +// \text_gen|char_ram~56600_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~56485_combout ) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56600 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y26_N1 +dffeas \text_gen|char_ram~1647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55556 ( +// Equation(s): +// \text_gen|char_ram~55556_combout = (\text_gen|char_ram~55476_combout & \text_gen|char_ram~52761_combout ) + + .dataa(\text_gen|char_ram~55476_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55556 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~55556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y33_N25 +dffeas \text_gen|char_ram~303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1199feeder ( +// Equation(s): +// \text_gen|char_ram~1199feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~1199feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1199feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1199feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53594 ( +// Equation(s): +// \text_gen|char_ram~53594_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53367_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~53367_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~53594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53594 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~53594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y53_N9 +dffeas \text_gen|char_ram~1199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1199feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47547 ( +// Equation(s): +// \text_gen|char_ram~47547_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~1199_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~303_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~303_q ), + .datad(\text_gen|char_ram~1199_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47547 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47548 ( +// Equation(s): +// \text_gen|char_ram~47548_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47547_combout & ((\text_gen|char_ram~1647_q ))) # (!\text_gen|char_ram~47547_combout & (\text_gen|char_ram~751_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47547_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~751_q ), + .datac(\text_gen|char_ram~1647_q ), + .datad(\text_gen|char_ram~47547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47548 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47549 ( +// Equation(s): +// \text_gen|char_ram~47549_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~47546_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~47548_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47546_combout ), + .datad(\text_gen|char_ram~47548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47549 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54524 ( +// Equation(s): +// \text_gen|char_ram~54524_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54453_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~54453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54524 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y15_N19 +dffeas \text_gen|char_ram~22255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56952 ( +// Equation(s): +// \text_gen|char_ram~56952_combout = (\text_gen|char_ram~56749_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~56749_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56952 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y26_N17 +dffeas \text_gen|char_ram~23151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55572 ( +// Equation(s): +// \text_gen|char_ram~55572_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~55494_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~55494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55572 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y46_N19 +dffeas \text_gen|char_ram~21807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22703feeder ( +// Equation(s): +// \text_gen|char_ram~22703feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~22703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~53609 ( +// Equation(s): +// \text_gen|char_ram~53609_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53369_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53609 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y51_N31 +dffeas \text_gen|char_ram~22703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47550 ( +// Equation(s): +// \text_gen|char_ram~47550_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22703_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21807_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21807_q ), + .datad(\text_gen|char_ram~22703_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47550 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47551 ( +// Equation(s): +// \text_gen|char_ram~47551_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47550_combout & ((\text_gen|char_ram~23151_q ))) # (!\text_gen|char_ram~47550_combout & (\text_gen|char_ram~22255_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47550_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22255_q ), + .datac(\text_gen|char_ram~23151_q ), + .datad(\text_gen|char_ram~47550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47551 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15087feeder ( +// Equation(s): +// \text_gen|char_ram~15087feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15087feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~54482 ( +// Equation(s): +// \text_gen|char_ram~54482_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53879_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53879_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54482 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y15_N3 +dffeas \text_gen|char_ram~15087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56043 ( +// Equation(s): +// \text_gen|char_ram~56043_combout = (\text_gen|char_ram~55961_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55961_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56043 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y15_N25 +dffeas \text_gen|char_ram~15983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55540 ( +// Equation(s): +// \text_gen|char_ram~55540_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~55181_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55181_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55540 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y15_N11 +dffeas \text_gen|char_ram~14639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15535feeder ( +// Equation(s): +// \text_gen|char_ram~15535feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~15535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53558 ( +// Equation(s): +// \text_gen|char_ram~53558_combout = (\text_gen|char_ram~53088_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~53088_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53558 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y51_N5 +dffeas \text_gen|char_ram~15535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47543 ( +// Equation(s): +// \text_gen|char_ram~47543_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15535_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14639_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14639_q ), + .datad(\text_gen|char_ram~15535_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47543 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47544 ( +// Equation(s): +// \text_gen|char_ram~47544_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47543_combout & ((\text_gen|char_ram~15983_q ))) # (!\text_gen|char_ram~47543_combout & (\text_gen|char_ram~15087_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47543_combout )))) + + .dataa(\text_gen|char_ram~15087_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15983_q ), + .datad(\text_gen|char_ram~47543_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47544 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47552 ( +// Equation(s): +// \text_gen|char_ram~47552_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47549_combout & (\text_gen|char_ram~47551_combout )) # (!\text_gen|char_ram~47549_combout & ((\text_gen|char_ram~47544_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47549_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47549_combout ), + .datac(\text_gen|char_ram~47551_combout ), + .datad(\text_gen|char_ram~47544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47552 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47553 ( +// Equation(s): +// \text_gen|char_ram~47553_combout = (\text_gen|char_ram~47542_combout & (((\text_gen|char_ram~47552_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~47542_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~47521_combout ))) + + .dataa(\text_gen|char_ram~47542_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47521_combout ), + .datad(\text_gen|char_ram~47552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47553 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~47553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24495feeder ( +// Equation(s): +// \text_gen|char_ram~24495feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24495feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53046 ( +// Equation(s): +// \text_gen|char_ram~53046_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53008_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53046 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~53046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y49_N3 +dffeas \text_gen|char_ram~24495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~56950 ( +// Equation(s): +// \text_gen|char_ram~56950_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~56747_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56950 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y30_N15 +dffeas \text_gen|char_ram~24943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55130 ( +// Equation(s): +// \text_gen|char_ram~55130_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55130 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y30_N1 +dffeas \text_gen|char_ram~23599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54390 ( +// Equation(s): +// \text_gen|char_ram~54390_combout = (\text_gen|char_ram~54140_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54140_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54390 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y12_N15 +dffeas \text_gen|char_ram~24047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47508 ( +// Equation(s): +// \text_gen|char_ram~47508_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~24047_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23599_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23599_q ), + .datad(\text_gen|char_ram~24047_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47508 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47509 ( +// Equation(s): +// \text_gen|char_ram~47509_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47508_combout & ((\text_gen|char_ram~24943_q ))) # (!\text_gen|char_ram~47508_combout & (\text_gen|char_ram~24495_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47508_combout )))) + + .dataa(\text_gen|char_ram~24495_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24943_q ), + .datad(\text_gen|char_ram~47508_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47509 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54380 ( +// Equation(s): +// \text_gen|char_ram~54380_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54380 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y25_N19 +dffeas \text_gen|char_ram~2543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56598 ( +// Equation(s): +// \text_gen|char_ram~56598_combout = (\text_gen|char_ram~56482_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56482_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56598 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y25_N27 +dffeas \text_gen|char_ram~3439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55153 ( +// Equation(s): +// \text_gen|char_ram~55153_combout = (\text_gen|char_ram~54941_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54941_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55153 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y26_N21 +dffeas \text_gen|char_ram~2095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2991feeder ( +// Equation(s): +// \text_gen|char_ram~2991feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52905 ( +// Equation(s): +// \text_gen|char_ram~52905_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52902_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52905 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N27 +dffeas \text_gen|char_ram~2991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47505 ( +// Equation(s): +// \text_gen|char_ram~47505_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~2991_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~2095_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2095_q ), + .datad(\text_gen|char_ram~2991_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47505 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47506 ( +// Equation(s): +// \text_gen|char_ram~47506_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47505_combout & ((\text_gen|char_ram~3439_q ))) # (!\text_gen|char_ram~47505_combout & (\text_gen|char_ram~2543_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47505_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2543_q ), + .datac(\text_gen|char_ram~3439_q ), + .datad(\text_gen|char_ram~47505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47506 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52766 ( +// Equation(s): +// \text_gen|char_ram~52766_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52766 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y61_N29 +dffeas \text_gen|char_ram~10159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56438 ( +// Equation(s): +// \text_gen|char_ram~56438_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56438 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y28_N13 +dffeas \text_gen|char_ram~10607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9711feeder ( +// Equation(s): +// \text_gen|char_ram~9711feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9711feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54341 ( +// Equation(s): +// \text_gen|char_ram~54341_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54341 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y14_N25 +dffeas \text_gen|char_ram~9711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55162 ( +// Equation(s): +// \text_gen|char_ram~55162_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52761_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55162 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y26_N9 +dffeas \text_gen|char_ram~9263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47503 ( +// Equation(s): +// \text_gen|char_ram~47503_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~9711_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~9263_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9711_q ), + .datac(\text_gen|char_ram~9263_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47503 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47504 ( +// Equation(s): +// \text_gen|char_ram~47504_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47503_combout & ((\text_gen|char_ram~10607_q ))) # (!\text_gen|char_ram~47503_combout & (\text_gen|char_ram~10159_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47503_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10159_q ), + .datac(\text_gen|char_ram~10607_q ), + .datad(\text_gen|char_ram~47503_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47504 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47507 ( +// Equation(s): +// \text_gen|char_ram~47507_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~47504_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~47506_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47506_combout ), + .datad(\text_gen|char_ram~47504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47507 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54354 ( +// Equation(s): +// \text_gen|char_ram~54354_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54354 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y25_N3 +dffeas \text_gen|char_ram~16879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56042 ( +// Equation(s): +// \text_gen|char_ram~56042_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56042 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y25_N21 +dffeas \text_gen|char_ram~17775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17327feeder ( +// Equation(s): +// \text_gen|char_ram~17327feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52838 ( +// Equation(s): +// \text_gen|char_ram~52838_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52838 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~52838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y46_N31 +dffeas \text_gen|char_ram~17327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55121 ( +// Equation(s): +// \text_gen|char_ram~55121_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55121 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y25_N11 +dffeas \text_gen|char_ram~16431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47501 ( +// Equation(s): +// \text_gen|char_ram~47501_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~17327_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~16431_q +// ))))) + + .dataa(\text_gen|char_ram~17327_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16431_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47501 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47502 ( +// Equation(s): +// \text_gen|char_ram~47502_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47501_combout & ((\text_gen|char_ram~17775_q ))) # (!\text_gen|char_ram~47501_combout & (\text_gen|char_ram~16879_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47501_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16879_q ), + .datac(\text_gen|char_ram~17775_q ), + .datad(\text_gen|char_ram~47501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47502 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47510 ( +// Equation(s): +// \text_gen|char_ram~47510_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47507_combout & (\text_gen|char_ram~47509_combout )) # (!\text_gen|char_ram~47507_combout & ((\text_gen|char_ram~47502_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47507_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47509_combout ), + .datac(\text_gen|char_ram~47507_combout ), + .datad(\text_gen|char_ram~47502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47510 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53047 ( +// Equation(s): +// \text_gen|char_ram~53047_combout = (\text_gen|char_ram~53008_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53008_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53047 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y46_N5 +dffeas \text_gen|char_ram~24481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~56982 ( +// Equation(s): +// \text_gen|char_ram~56982_combout = (\text_gen|char_ram~56747_combout & \text_gen|char_ram~52777_combout ) + + .dataa(\text_gen|char_ram~56747_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56982 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y37_N15 +dffeas \text_gen|char_ram~24929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55118 ( +// Equation(s): +// \text_gen|char_ram~55118_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54921_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55118 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~55118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y37_N1 +dffeas \text_gen|char_ram~23585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24033feeder ( +// Equation(s): +// \text_gen|char_ram~24033feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~54393 ( +// Equation(s): +// \text_gen|char_ram~54393_combout = (\text_gen|char_ram~54140_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54140_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54393 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y26_N9 +dffeas \text_gen|char_ram~24033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47477 ( +// Equation(s): +// \text_gen|char_ram~47477_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~24033_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23585_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23585_q ), + .datad(\text_gen|char_ram~24033_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47477 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47478 ( +// Equation(s): +// \text_gen|char_ram~47478_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47477_combout & ((\text_gen|char_ram~24929_q ))) # (!\text_gen|char_ram~47477_combout & (\text_gen|char_ram~24481_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47477_combout )))) + + .dataa(\text_gen|char_ram~24481_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24929_q ), + .datad(\text_gen|char_ram~47477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47478 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10145feeder ( +// Equation(s): +// \text_gen|char_ram~10145feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52782 ( +// Equation(s): +// \text_gen|char_ram~52782_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(\text_gen|char_ram~52723_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52782 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y57_N19 +dffeas \text_gen|char_ram~10145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56454 ( +// Equation(s): +// \text_gen|char_ram~56454_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~55963_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56454 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y37_N17 +dffeas \text_gen|char_ram~10593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~55150 ( +// Equation(s): +// \text_gen|char_ram~55150_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55150 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y38_N17 +dffeas \text_gen|char_ram~9249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54343 ( +// Equation(s): +// \text_gen|char_ram~54343_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54343 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y16_N1 +dffeas \text_gen|char_ram~9697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47470 ( +// Equation(s): +// \text_gen|char_ram~47470_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9697_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9249_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9249_q ), + .datad(\text_gen|char_ram~9697_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47470 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47471 ( +// Equation(s): +// \text_gen|char_ram~47471_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47470_combout & ((\text_gen|char_ram~10593_q ))) # (!\text_gen|char_ram~47470_combout & (\text_gen|char_ram~10145_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47470_combout )))) + + .dataa(\text_gen|char_ram~10145_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10593_q ), + .datad(\text_gen|char_ram~47470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47471 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2529feeder ( +// Equation(s): +// \text_gen|char_ram~2529feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2529feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54378 ( +// Equation(s): +// \text_gen|char_ram~54378_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54158_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54158_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54378 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y22_N17 +dffeas \text_gen|char_ram~2529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56662 ( +// Equation(s): +// \text_gen|char_ram~56662_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~56482_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56662 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y38_N13 +dffeas \text_gen|char_ram~3425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2977feeder ( +// Equation(s): +// \text_gen|char_ram~2977feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~2977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2977feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52939 ( +// Equation(s): +// \text_gen|char_ram~52939_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52902_combout ) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52939 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N31 +dffeas \text_gen|char_ram~2977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~55157 ( +// Equation(s): +// \text_gen|char_ram~55157_combout = (\text_gen|char_ram~54941_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54941_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55157 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N21 +dffeas \text_gen|char_ram~2081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47474 ( +// Equation(s): +// \text_gen|char_ram~47474_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~2977_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~2081_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2977_q ), + .datac(\text_gen|char_ram~2081_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47474 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47475 ( +// Equation(s): +// \text_gen|char_ram~47475_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47474_combout & ((\text_gen|char_ram~3425_q ))) # (!\text_gen|char_ram~47474_combout & (\text_gen|char_ram~2529_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47474_combout )))) + + .dataa(\text_gen|char_ram~2529_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3425_q ), + .datad(\text_gen|char_ram~47474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47475 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54355 ( +// Equation(s): +// \text_gen|char_ram~54355_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54355 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y22_N11 +dffeas \text_gen|char_ram~16865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56106 ( +// Equation(s): +// \text_gen|char_ram~56106_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56106 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y38_N13 +dffeas \text_gen|char_ram~17761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55125 ( +// Equation(s): +// \text_gen|char_ram~55125_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55125 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y38_N11 +dffeas \text_gen|char_ram~16417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52865 ( +// Equation(s): +// \text_gen|char_ram~52865_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52865 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y46_N15 +dffeas \text_gen|char_ram~17313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47472 ( +// Equation(s): +// \text_gen|char_ram~47472_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17313_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16417_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16417_q ), + .datad(\text_gen|char_ram~17313_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47472 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47473 ( +// Equation(s): +// \text_gen|char_ram~47473_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47472_combout & ((\text_gen|char_ram~17761_q ))) # (!\text_gen|char_ram~47472_combout & (\text_gen|char_ram~16865_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47472_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16865_q ), + .datac(\text_gen|char_ram~17761_q ), + .datad(\text_gen|char_ram~47472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47473 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47476 ( +// Equation(s): +// \text_gen|char_ram~47476_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~47473_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47475_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47475_combout ), + .datad(\text_gen|char_ram~47473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47476 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47479 ( +// Equation(s): +// \text_gen|char_ram~47479_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47476_combout & (\text_gen|char_ram~47478_combout )) # (!\text_gen|char_ram~47476_combout & ((\text_gen|char_ram~47471_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47476_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47478_combout ), + .datac(\text_gen|char_ram~47471_combout ), + .datad(\text_gen|char_ram~47476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47479 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54955 ( +// Equation(s): +// \text_gen|char_ram~54955_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54955 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y23_N7 +dffeas \text_gen|char_ram~16361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17257feeder ( +// Equation(s): +// \text_gen|char_ram~17257feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17257feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17257feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17257feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52863 ( +// Equation(s): +// \text_gen|char_ram~52863_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52863 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y50_N5 +dffeas \text_gen|char_ram~17257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17257feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47492 ( +// Equation(s): +// \text_gen|char_ram~47492_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17257_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16361_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16361_q ), + .datad(\text_gen|char_ram~17257_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47492 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56094 ( +// Equation(s): +// \text_gen|char_ram~56094_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52828_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56094 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N25 +dffeas \text_gen|char_ram~17705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54143 ( +// Equation(s): +// \text_gen|char_ram~54143_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52828_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54143 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y23_N9 +dffeas \text_gen|char_ram~16809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47493 ( +// Equation(s): +// \text_gen|char_ram~47493_combout = (\text_gen|char_ram~47492_combout & ((\text_gen|char_ram~17705_q ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~47492_combout & (((\text_gen|char_ram~16809_q & \text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~47492_combout ), + .datab(\text_gen|char_ram~17705_q ), + .datac(\text_gen|char_ram~16809_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47493 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~47493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54180 ( +// Equation(s): +// \text_gen|char_ram~54180_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~54158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54180 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y20_N9 +dffeas \text_gen|char_ram~2473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56631 ( +// Equation(s): +// \text_gen|char_ram~56631_combout = (\text_gen|char_ram~56482_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~56482_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56631 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y38_N21 +dffeas \text_gen|char_ram~3369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52937 ( +// Equation(s): +// \text_gen|char_ram~52937_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~52902_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52937 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~52937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y46_N7 +dffeas \text_gen|char_ram~2921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54962 ( +// Equation(s): +// \text_gen|char_ram~54962_combout = (\text_gen|char_ram~54941_combout & \text_gen|char_ram~52779_combout ) + + .dataa(\text_gen|char_ram~54941_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54962 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y46_N13 +dffeas \text_gen|char_ram~2025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47494 ( +// Equation(s): +// \text_gen|char_ram~47494_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~2921_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~2025_q ))))) + + .dataa(\text_gen|char_ram~2921_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2025_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47494 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47495 ( +// Equation(s): +// \text_gen|char_ram~47495_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47494_combout & ((\text_gen|char_ram~3369_q ))) # (!\text_gen|char_ram~47494_combout & (\text_gen|char_ram~2473_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47494_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2473_q ), + .datac(\text_gen|char_ram~3369_q ), + .datad(\text_gen|char_ram~47494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47495 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47496 ( +// Equation(s): +// \text_gen|char_ram~47496_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47493_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~47495_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47493_combout ), + .datad(\text_gen|char_ram~47495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47496 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10089feeder ( +// Equation(s): +// \text_gen|char_ram~10089feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~10089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10089feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52780 ( +// Equation(s): +// \text_gen|char_ram~52780_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52780 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y47_N25 +dffeas \text_gen|char_ram~10089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56259 ( +// Equation(s): +// \text_gen|char_ram~56259_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~52723_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56259 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y36_N31 +dffeas \text_gen|char_ram~10537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54929 ( +// Equation(s): +// \text_gen|char_ram~54929_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52723_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54929 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y36_N17 +dffeas \text_gen|char_ram~9193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9641feeder ( +// Equation(s): +// \text_gen|char_ram~9641feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9641feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9641feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9641feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54178 ( +// Equation(s): +// \text_gen|char_ram~54178_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54178 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y24_N3 +dffeas \text_gen|char_ram~9641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9641feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47490 ( +// Equation(s): +// \text_gen|char_ram~47490_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~9641_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9193_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9193_q ), + .datad(\text_gen|char_ram~9641_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47490 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47491 ( +// Equation(s): +// \text_gen|char_ram~47491_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47490_combout & ((\text_gen|char_ram~10537_q ))) # (!\text_gen|char_ram~47490_combout & (\text_gen|char_ram~10089_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47490_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10089_q ), + .datac(\text_gen|char_ram~10537_q ), + .datad(\text_gen|char_ram~47490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47491 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53011 ( +// Equation(s): +// \text_gen|char_ram~53011_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53008_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~53008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53011 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y26_N27 +dffeas \text_gen|char_ram~24425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~56757 ( +// Equation(s): +// \text_gen|char_ram~56757_combout = (\text_gen|char_ram~56747_combout & \text_gen|char_ram~52779_combout ) + + .dataa(\text_gen|char_ram~56747_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56757 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y30_N19 +dffeas \text_gen|char_ram~24873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23977feeder ( +// Equation(s): +// \text_gen|char_ram~23977feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23977feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54141 ( +// Equation(s): +// \text_gen|char_ram~54141_combout = (\text_gen|char_ram~54140_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~54140_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54141 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N13 +dffeas \text_gen|char_ram~23977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~54922 ( +// Equation(s): +// \text_gen|char_ram~54922_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54922 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y30_N1 +dffeas \text_gen|char_ram~23529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47497 ( +// Equation(s): +// \text_gen|char_ram~47497_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~23977_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23529_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23977_q ), + .datac(\text_gen|char_ram~23529_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47497 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47498 ( +// Equation(s): +// \text_gen|char_ram~47498_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47497_combout & ((\text_gen|char_ram~24873_q ))) # (!\text_gen|char_ram~47497_combout & (\text_gen|char_ram~24425_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47497_combout )))) + + .dataa(\text_gen|char_ram~24425_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24873_q ), + .datad(\text_gen|char_ram~47497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47498 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47499 ( +// Equation(s): +// \text_gen|char_ram~47499_combout = (\text_gen|char_ram~47496_combout & (((\text_gen|char_ram~47498_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~47496_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~47491_combout ))) + + .dataa(\text_gen|char_ram~47496_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47491_combout ), + .datad(\text_gen|char_ram~47498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47499 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~47499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24439feeder ( +// Equation(s): +// \text_gen|char_ram~24439feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~24439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24439feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53010 ( +// Equation(s): +// \text_gen|char_ram~53010_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53008_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53010 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y48_N1 +dffeas \text_gen|char_ram~24439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~56748 ( +// Equation(s): +// \text_gen|char_ram~56748_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56747_combout ) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56748 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y28_N25 +dffeas \text_gen|char_ram~24887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54971 ( +// Equation(s): +// \text_gen|char_ram~54971_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54921_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54971 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y28_N19 +dffeas \text_gen|char_ram~23543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23991feeder ( +// Equation(s): +// \text_gen|char_ram~23991feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~23991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54194 ( +// Equation(s): +// \text_gen|char_ram~54194_combout = (\text_gen|char_ram~54140_combout & \text_gen|char_ram~52763_combout ) + + .dataa(\text_gen|char_ram~54140_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54194 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y20_N9 +dffeas \text_gen|char_ram~23991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47487 ( +// Equation(s): +// \text_gen|char_ram~47487_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23991_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23543_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23543_q ), + .datad(\text_gen|char_ram~23991_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47487 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47488 ( +// Equation(s): +// \text_gen|char_ram~47488_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47487_combout & ((\text_gen|char_ram~24887_q ))) # (!\text_gen|char_ram~47487_combout & (\text_gen|char_ram~24439_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47487_combout )))) + + .dataa(\text_gen|char_ram~24439_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24887_q ), + .datad(\text_gen|char_ram~47487_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47488 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54196 ( +// Equation(s): +// \text_gen|char_ram~54196_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54196 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y17_N3 +dffeas \text_gen|char_ram~16823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56030 ( +// Equation(s): +// \text_gen|char_ram~56030_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52828_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56030 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y24_N15 +dffeas \text_gen|char_ram~17719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54938 ( +// Equation(s): +// \text_gen|char_ram~54938_combout = (\text_gen|char_ram~52828_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~52828_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54938 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~54938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y24_N21 +dffeas \text_gen|char_ram~16375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17271feeder ( +// Equation(s): +// \text_gen|char_ram~17271feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~17271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17271feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52829 ( +// Equation(s): +// \text_gen|char_ram~52829_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~52828_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~52828_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52829 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~52829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N1 +dffeas \text_gen|char_ram~17271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47480 ( +// Equation(s): +// \text_gen|char_ram~47480_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17271_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16375_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16375_q ), + .datad(\text_gen|char_ram~17271_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47480 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47481 ( +// Equation(s): +// \text_gen|char_ram~47481_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47480_combout & ((\text_gen|char_ram~17719_q ))) # (!\text_gen|char_ram~47480_combout & (\text_gen|char_ram~16823_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47480_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16823_q ), + .datac(\text_gen|char_ram~17719_q ), + .datad(\text_gen|char_ram~47480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47481 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52764 ( +// Equation(s): +// \text_gen|char_ram~52764_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52723_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52764 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~52764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y51_N13 +dffeas \text_gen|char_ram~10103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56268 ( +// Equation(s): +// \text_gen|char_ram~56268_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52723_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56268 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y28_N3 +dffeas \text_gen|char_ram~10551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9655feeder ( +// Equation(s): +// \text_gen|char_ram~9655feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~9655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54169 ( +// Equation(s): +// \text_gen|char_ram~54169_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52723_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~54139_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52723_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54169 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y24_N27 +dffeas \text_gen|char_ram~9655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~54978 ( +// Equation(s): +// \text_gen|char_ram~54978_combout = (\text_gen|char_ram~52723_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52723_combout ), + .datac(\text_gen|char_ram~54919_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54978 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y28_N29 +dffeas \text_gen|char_ram~9207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47482 ( +// Equation(s): +// \text_gen|char_ram~47482_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~9655_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~9207_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9655_q ), + .datac(\text_gen|char_ram~9207_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47482 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47483 ( +// Equation(s): +// \text_gen|char_ram~47483_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47482_combout & ((\text_gen|char_ram~10551_q ))) # (!\text_gen|char_ram~47482_combout & (\text_gen|char_ram~10103_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47482_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10103_q ), + .datac(\text_gen|char_ram~10551_q ), + .datad(\text_gen|char_ram~47482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47483 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54167 ( +// Equation(s): +// \text_gen|char_ram~54167_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54158_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~54158_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54167 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y24_N29 +dffeas \text_gen|char_ram~2487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~56566 ( +// Equation(s): +// \text_gen|char_ram~56566_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56482_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~56482_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~56566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56566 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~56566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y24_N27 +dffeas \text_gen|char_ram~3383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54946 ( +// Equation(s): +// \text_gen|char_ram~54946_combout = (\text_gen|char_ram~54941_combout & \text_gen|char_ram~52763_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~54941_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54946 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~54946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y37_N21 +dffeas \text_gen|char_ram~2039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52903 ( +// Equation(s): +// \text_gen|char_ram~52903_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~52902_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52903 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~52903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y37_N27 +dffeas \text_gen|char_ram~2935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47484 ( +// Equation(s): +// \text_gen|char_ram~47484_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~2935_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~2039_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2039_q ), + .datad(\text_gen|char_ram~2935_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47484 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47485 ( +// Equation(s): +// \text_gen|char_ram~47485_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47484_combout & ((\text_gen|char_ram~3383_q ))) # (!\text_gen|char_ram~47484_combout & (\text_gen|char_ram~2487_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47484_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2487_q ), + .datac(\text_gen|char_ram~3383_q ), + .datad(\text_gen|char_ram~47484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47485 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47486 ( +// Equation(s): +// \text_gen|char_ram~47486_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47483_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~47485_combout )))) + + .dataa(\text_gen|char_ram~47483_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~47485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47486 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~47486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47489 ( +// Equation(s): +// \text_gen|char_ram~47489_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47486_combout & (\text_gen|char_ram~47488_combout )) # (!\text_gen|char_ram~47486_combout & ((\text_gen|char_ram~47481_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47486_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47488_combout ), + .datac(\text_gen|char_ram~47481_combout ), + .datad(\text_gen|char_ram~47486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47489 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47500 ( +// Equation(s): +// \text_gen|char_ram~47500_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~47489_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47499_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47499_combout ), + .datad(\text_gen|char_ram~47489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47500 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47511 ( +// Equation(s): +// \text_gen|char_ram~47511_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47500_combout & (\text_gen|char_ram~47510_combout )) # (!\text_gen|char_ram~47500_combout & ((\text_gen|char_ram~47479_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47500_combout )))) + + .dataa(\text_gen|char_ram~47510_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47479_combout ), + .datad(\text_gen|char_ram~47500_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47511 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47554 ( +// Equation(s): +// \text_gen|char_ram~47554_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~47511_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~47553_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47553_combout ), + .datad(\text_gen|char_ram~47511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47554 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54842 ( +// Equation(s): +// \text_gen|char_ram~54842_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~54681_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~54681_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54842 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~54842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y26_N5 +dffeas \text_gen|char_ram~27617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56985 ( +// Equation(s): +// \text_gen|char_ram~56985_combout = (\text_gen|char_ram~52777_combout & \text_gen|char_ram~56751_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~56751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56985 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~56985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y26_N31 +dffeas \text_gen|char_ram~28513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55942 ( +// Equation(s): +// \text_gen|char_ram~55942_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~55751_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55942 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~55942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y45_N31 +dffeas \text_gen|char_ram~27169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~28065feeder ( +// Equation(s): +// \text_gen|char_ram~28065feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53865 ( +// Equation(s): +// \text_gen|char_ram~53865_combout = (\text_gen|char_ram~53624_combout & \text_gen|char_ram~52777_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53624_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53865 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y48_N23 +dffeas \text_gen|char_ram~28065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47586 ( +// Equation(s): +// \text_gen|char_ram~47586_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28065_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27169_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27169_q ), + .datad(\text_gen|char_ram~28065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47586 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47587 ( +// Equation(s): +// \text_gen|char_ram~47587_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47586_combout & ((\text_gen|char_ram~28513_q ))) # (!\text_gen|char_ram~47586_combout & (\text_gen|char_ram~27617_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47586_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27617_q ), + .datac(\text_gen|char_ram~28513_q ), + .datad(\text_gen|char_ram~47586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47587 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28023feeder ( +// Equation(s): +// \text_gen|char_ram~28023feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~28023feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28023feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28023feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~53645 ( +// Equation(s): +// \text_gen|char_ram~53645_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~53624_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~53624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53645 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y52_N29 +dffeas \text_gen|char_ram~28023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28023feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~56752 ( +// Equation(s): +// \text_gen|char_ram~56752_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~56751_combout ) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56752 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y25_N17 +dffeas \text_gen|char_ram~28471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55752 ( +// Equation(s): +// \text_gen|char_ram~55752_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55751_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~55751_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55752 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y25_N11 +dffeas \text_gen|char_ram~27127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~54746 ( +// Equation(s): +// \text_gen|char_ram~54746_combout = (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54681_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54746 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~54746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y25_N7 +dffeas \text_gen|char_ram~27575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47588 ( +// Equation(s): +// \text_gen|char_ram~47588_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27575_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27127_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27127_q ), + .datad(\text_gen|char_ram~27575_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47588 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47589 ( +// Equation(s): +// \text_gen|char_ram~47589_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47588_combout & ((\text_gen|char_ram~28471_q ))) # (!\text_gen|char_ram~47588_combout & (\text_gen|char_ram~28023_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47588_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~28023_q ), + .datac(\text_gen|char_ram~28471_q ), + .datad(\text_gen|char_ram~47588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47589 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53657 ( +// Equation(s): +// \text_gen|char_ram~53657_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53624_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~53624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53657 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y48_N15 +dffeas \text_gen|char_ram~28009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~55760 ( +// Equation(s): +// \text_gen|char_ram~55760_combout = (\text_gen|char_ram~55751_combout & \text_gen|char_ram~52779_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~55751_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55760 .lut_mask = 16'hC0C0; +defparam \text_gen|char_ram~55760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y29_N29 +dffeas \text_gen|char_ram~27113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47590 ( +// Equation(s): +// \text_gen|char_ram~47590_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28009_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27113_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28009_q ), + .datac(\text_gen|char_ram~27113_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47590 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56760 ( +// Equation(s): +// \text_gen|char_ram~56760_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~56751_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~56751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56760 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~56760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y29_N23 +dffeas \text_gen|char_ram~28457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27561feeder ( +// Equation(s): +// \text_gen|char_ram~27561feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27561feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27561feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27561feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~54810 ( +// Equation(s): +// \text_gen|char_ram~54810_combout = (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54681_combout ) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~54681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54810 .lut_mask = 16'hAA00; +defparam \text_gen|char_ram~54810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y25_N17 +dffeas \text_gen|char_ram~27561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27561feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47591 ( +// Equation(s): +// \text_gen|char_ram~47591_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47590_combout & (\text_gen|char_ram~28457_q )) # (!\text_gen|char_ram~47590_combout & ((\text_gen|char_ram~27561_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~47590_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~47590_combout ), + .datac(\text_gen|char_ram~28457_q ), + .datad(\text_gen|char_ram~27561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47591 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47592 ( +// Equation(s): +// \text_gen|char_ram~47592_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~47589_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~47591_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47589_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~47591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47592 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~47592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~53863 ( +// Equation(s): +// \text_gen|char_ram~53863_combout = (\text_gen|char_ram~53624_combout & \text_gen|char_ram~52761_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~53624_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53863 .lut_mask = 16'hF000; +defparam \text_gen|char_ram~53863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y49_N27 +dffeas \text_gen|char_ram~28079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27631feeder ( +// Equation(s): +// \text_gen|char_ram~27631feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~27631feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27631feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27631feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54778 ( +// Equation(s): +// \text_gen|char_ram~54778_combout = (\text_gen|char_ram~54681_combout & \text_gen|char_ram~52761_combout ) + + .dataa(\text_gen|char_ram~54681_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52761_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54778 .lut_mask = 16'hA0A0; +defparam \text_gen|char_ram~54778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y14_N25 +dffeas \text_gen|char_ram~27631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27631feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55910 ( +// Equation(s): +// \text_gen|char_ram~55910_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~55751_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~55751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55910 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~55910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y30_N15 +dffeas \text_gen|char_ram~27183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47593 ( +// Equation(s): +// \text_gen|char_ram~47593_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27631_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~27183_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27631_q ), + .datac(\text_gen|char_ram~27183_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47593 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56953 ( +// Equation(s): +// \text_gen|char_ram~56953_combout = (\text_gen|char_ram~52761_combout & \text_gen|char_ram~56751_combout ) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~56751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56953 .lut_mask = 16'hCC00; +defparam \text_gen|char_ram~56953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y30_N29 +dffeas \text_gen|char_ram~28527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47594 ( +// Equation(s): +// \text_gen|char_ram~47594_combout = (\text_gen|char_ram~47593_combout & (((\text_gen|char_ram~28527_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~47593_combout & (\text_gen|char_ram~28079_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~28079_q ), + .datab(\text_gen|char_ram~47593_combout ), + .datac(\text_gen|char_ram~28527_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47594 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47595 ( +// Equation(s): +// \text_gen|char_ram~47595_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47592_combout & ((\text_gen|char_ram~47594_combout ))) # (!\text_gen|char_ram~47592_combout & (\text_gen|char_ram~47587_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47592_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47587_combout ), + .datac(\text_gen|char_ram~47592_combout ), + .datad(\text_gen|char_ram~47594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47595 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~53836 ( +// Equation(s): +// \text_gen|char_ram~53836_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52761_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53836 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y42_N29 +dffeas \text_gen|char_ram~13743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56441 ( +// Equation(s): +// \text_gen|char_ram~56441_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52761_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~52761_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56441 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y42_N7 +dffeas \text_gen|char_ram~14191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55898 ( +// Equation(s): +// \text_gen|char_ram~55898_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55898 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N27 +dffeas \text_gen|char_ram~12847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13295feeder ( +// Equation(s): +// \text_gen|char_ram~13295feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13295feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13295feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13295feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~54776 ( +// Equation(s): +// \text_gen|char_ram~54776_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54776 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N21 +dffeas \text_gen|char_ram~13295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13295feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47562 ( +// Equation(s): +// \text_gen|char_ram~47562_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~13295_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~12847_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12847_q ), + .datad(\text_gen|char_ram~13295_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47562 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47563 ( +// Equation(s): +// \text_gen|char_ram~47563_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47562_combout & ((\text_gen|char_ram~14191_q ))) # (!\text_gen|char_ram~47562_combout & (\text_gen|char_ram~13743_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47562_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13743_q ), + .datac(\text_gen|char_ram~14191_q ), + .datad(\text_gen|char_ram~47562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47563 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13281feeder ( +// Equation(s): +// \text_gen|char_ram~13281feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13281feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13281feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13281feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~54840 ( +// Equation(s): +// \text_gen|char_ram~54840_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54840 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y20_N25 +dffeas \text_gen|char_ram~13281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13281feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~56457 ( +// Equation(s): +// \text_gen|char_ram~56457_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52777_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56457 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~56457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y32_N25 +dffeas \text_gen|char_ram~14177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53837 ( +// Equation(s): +// \text_gen|char_ram~53837_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53837 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y44_N19 +dffeas \text_gen|char_ram~13729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55930 ( +// Equation(s): +// \text_gen|char_ram~55930_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55930 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y44_N21 +dffeas \text_gen|char_ram~12833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47555 ( +// Equation(s): +// \text_gen|char_ram~47555_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~13729_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~12833_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13729_q ), + .datac(\text_gen|char_ram~12833_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47555 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47556 ( +// Equation(s): +// \text_gen|char_ram~47556_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47555_combout & ((\text_gen|char_ram~14177_q ))) # (!\text_gen|char_ram~47555_combout & (\text_gen|char_ram~13281_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47555_combout )))) + + .dataa(\text_gen|char_ram~13281_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14177_q ), + .datad(\text_gen|char_ram~47555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47556 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13225feeder ( +// Equation(s): +// \text_gen|char_ram~13225feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~54808 ( +// Equation(s): +// \text_gen|char_ram~54808_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54808 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y24_N17 +dffeas \text_gen|char_ram~13225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56262 ( +// Equation(s): +// \text_gen|char_ram~56262_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53058_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56262 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y32_N9 +dffeas \text_gen|char_ram~14121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13673feeder ( +// Equation(s): +// \text_gen|char_ram~13673feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~53654 ( +// Equation(s): +// \text_gen|char_ram~53654_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~53058_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53654 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y48_N17 +dffeas \text_gen|char_ram~13673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~55711 ( +// Equation(s): +// \text_gen|char_ram~55711_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~53058_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55711 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y41_N5 +dffeas \text_gen|char_ram~12777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47559 ( +// Equation(s): +// \text_gen|char_ram~47559_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~13673_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~12777_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13673_q ), + .datac(\text_gen|char_ram~12777_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47559 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47560 ( +// Equation(s): +// \text_gen|char_ram~47560_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47559_combout & ((\text_gen|char_ram~14121_q ))) # (!\text_gen|char_ram~47559_combout & (\text_gen|char_ram~13225_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47559_combout )))) + + .dataa(\text_gen|char_ram~13225_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14121_q ), + .datad(\text_gen|char_ram~47559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47560 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13687feeder ( +// Equation(s): +// \text_gen|char_ram~13687feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13687feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53642 ( +// Equation(s): +// \text_gen|char_ram~53642_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~53058_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53642 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y48_N21 +dffeas \text_gen|char_ram~13687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56270 ( +// Equation(s): +// \text_gen|char_ram~56270_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~55963_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56270 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y31_N1 +dffeas \text_gen|char_ram~14135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13239feeder ( +// Equation(s): +// \text_gen|char_ram~13239feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~13239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13239feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~54744 ( +// Equation(s): +// \text_gen|char_ram~54744_combout = (\text_gen|char_ram~53058_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~53058_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54744 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y27_N29 +dffeas \text_gen|char_ram~13239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55703 ( +// Equation(s): +// \text_gen|char_ram~55703_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53058_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53058_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55703 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~55703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y27_N29 +dffeas \text_gen|char_ram~12791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47557 ( +// Equation(s): +// \text_gen|char_ram~47557_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~13239_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~12791_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13239_q ), + .datac(\text_gen|char_ram~12791_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47557 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47558 ( +// Equation(s): +// \text_gen|char_ram~47558_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47557_combout & ((\text_gen|char_ram~14135_q ))) # (!\text_gen|char_ram~47557_combout & (\text_gen|char_ram~13687_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47557_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13687_q ), + .datac(\text_gen|char_ram~14135_q ), + .datad(\text_gen|char_ram~47557_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47558 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47561 ( +// Equation(s): +// \text_gen|char_ram~47561_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~47558_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~47560_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~47560_combout ), + .datad(\text_gen|char_ram~47558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47561 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47564 ( +// Equation(s): +// \text_gen|char_ram~47564_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~47561_combout & (\text_gen|char_ram~47563_combout )) # (!\text_gen|char_ram~47561_combout & ((\text_gen|char_ram~47556_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~47561_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47563_combout ), + .datac(\text_gen|char_ram~47556_combout ), + .datad(\text_gen|char_ram~47561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47564 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6519feeder ( +// Equation(s): +// \text_gen|char_ram~6519feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6519feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~53644 ( +// Equation(s): +// \text_gen|char_ram~53644_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52735_combout & \text_gen|char_ram~52763_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(\text_gen|char_ram~52735_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53644 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~53644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y52_N29 +dffeas \text_gen|char_ram~6519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~56569 ( +// Equation(s): +// \text_gen|char_ram~56569_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52763_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56569 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y25_N9 +dffeas \text_gen|char_ram~6967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~55735 ( +// Equation(s): +// \text_gen|char_ram~55735_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55735 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y33_N7 +dffeas \text_gen|char_ram~5623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6071feeder ( +// Equation(s): +// \text_gen|char_ram~6071feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6071feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6071feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6071feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54745 ( +// Equation(s): +// \text_gen|char_ram~54745_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54745 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y25_N31 +dffeas \text_gen|char_ram~6071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6071feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47575 ( +// Equation(s): +// \text_gen|char_ram~47575_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~6071_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5623_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5623_q ), + .datad(\text_gen|char_ram~6071_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47575 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47576 ( +// Equation(s): +// \text_gen|char_ram~47576_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47575_combout & ((\text_gen|char_ram~6967_q ))) # (!\text_gen|char_ram~47575_combout & (\text_gen|char_ram~6519_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47575_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6519_q ), + .datac(\text_gen|char_ram~6967_q ), + .datad(\text_gen|char_ram~47575_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47576 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6575feeder ( +// Equation(s): +// \text_gen|char_ram~6575feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6575feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~53848 ( +// Equation(s): +// \text_gen|char_ram~53848_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53848 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y53_N17 +dffeas \text_gen|char_ram~6575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~56601 ( +// Equation(s): +// \text_gen|char_ram~56601_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~55963_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56601 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y25_N23 +dffeas \text_gen|char_ram~7023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6127feeder ( +// Equation(s): +// \text_gen|char_ram~6127feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~6127feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6127feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6127feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54777 ( +// Equation(s): +// \text_gen|char_ram~54777_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54777 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y21_N1 +dffeas \text_gen|char_ram~6127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6127feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5679feeder ( +// Equation(s): +// \text_gen|char_ram~5679feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~5679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~55905 ( +// Equation(s): +// \text_gen|char_ram~55905_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55905 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y33_N23 +dffeas \text_gen|char_ram~5679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47582 ( +// Equation(s): +// \text_gen|char_ram~47582_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~6127_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~5679_q ))))) + + .dataa(\text_gen|char_ram~6127_q ), + .datab(\text_gen|char_ram~5679_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47582 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~47582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47583 ( +// Equation(s): +// \text_gen|char_ram~47583_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47582_combout & ((\text_gen|char_ram~7023_q ))) # (!\text_gen|char_ram~47582_combout & (\text_gen|char_ram~6575_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47582_combout )))) + + .dataa(\text_gen|char_ram~6575_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7023_q ), + .datad(\text_gen|char_ram~47582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47583 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~54809 ( +// Equation(s): +// \text_gen|char_ram~54809_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52779_combout & \text_gen|char_ram~54139_combout )) + + .dataa(\text_gen|char_ram~53065_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52779_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54809 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y37_N29 +dffeas \text_gen|char_ram~6057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~56633 ( +// Equation(s): +// \text_gen|char_ram~56633_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~55963_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~55963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56633 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y45_N31 +dffeas \text_gen|char_ram~6953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~53656 ( +// Equation(s): +// \text_gen|char_ram~53656_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52779_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53656 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y44_N19 +dffeas \text_gen|char_ram~6505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~55743 ( +// Equation(s): +// \text_gen|char_ram~55743_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~54919_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(\text_gen|char_ram~54919_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55743 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y44_N1 +dffeas \text_gen|char_ram~5609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47579 ( +// Equation(s): +// \text_gen|char_ram~47579_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~6505_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~5609_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6505_q ), + .datac(\text_gen|char_ram~5609_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47579 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47580 ( +// Equation(s): +// \text_gen|char_ram~47580_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47579_combout & ((\text_gen|char_ram~6953_q ))) # (!\text_gen|char_ram~47579_combout & (\text_gen|char_ram~6057_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47579_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6057_q ), + .datac(\text_gen|char_ram~6953_q ), + .datad(\text_gen|char_ram~47579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47580 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~54841 ( +// Equation(s): +// \text_gen|char_ram~54841_combout = (\text_gen|char_ram~54139_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~52777_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53065_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54841 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y25_N27 +dffeas \text_gen|char_ram~6113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56665 ( +// Equation(s): +// \text_gen|char_ram~56665_combout = (\text_gen|char_ram~55963_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53065_combout )) + + .dataa(\text_gen|char_ram~55963_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~53065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56665 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y34_N21 +dffeas \text_gen|char_ram~7009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~55937 ( +// Equation(s): +// \text_gen|char_ram~55937_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~53065_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(\text_gen|char_ram~53065_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55937 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y38_N17 +dffeas \text_gen|char_ram~5665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~53849 ( +// Equation(s): +// \text_gen|char_ram~53849_combout = (\text_gen|char_ram~53065_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52735_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53065_combout ), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53849 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y49_N19 +dffeas \text_gen|char_ram~6561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47577 ( +// Equation(s): +// \text_gen|char_ram~47577_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~6561_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5665_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5665_q ), + .datad(\text_gen|char_ram~6561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47577 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47578 ( +// Equation(s): +// \text_gen|char_ram~47578_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47577_combout & ((\text_gen|char_ram~7009_q ))) # (!\text_gen|char_ram~47577_combout & (\text_gen|char_ram~6113_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47577_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6113_q ), + .datac(\text_gen|char_ram~7009_q ), + .datad(\text_gen|char_ram~47577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47578 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47581 ( +// Equation(s): +// \text_gen|char_ram~47581_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~47578_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47580_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|char_ram~47580_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~47578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47581 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~47581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47584 ( +// Equation(s): +// \text_gen|char_ram~47584_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47581_combout & ((\text_gen|char_ram~47583_combout ))) # (!\text_gen|char_ram~47581_combout & (\text_gen|char_ram~47576_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47581_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~47576_combout ), + .datac(\text_gen|char_ram~47583_combout ), + .datad(\text_gen|char_ram~47581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47584 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~53819 ( +// Equation(s): +// \text_gen|char_ram~53819_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53819 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y46_N9 +dffeas \text_gen|char_ram~20911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~56044 ( +// Equation(s): +// \text_gen|char_ram~56044_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52761_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56044 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y26_N31 +dffeas \text_gen|char_ram~21359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~55901 ( +// Equation(s): +// \text_gen|char_ram~55901_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~54919_combout )) + + .dataa(\text_gen|char_ram~52761_combout ), + .datab(\text_gen|char_ram~53062_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55901 .lut_mask = 16'h8800; +defparam \text_gen|char_ram~55901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y26_N25 +dffeas \text_gen|char_ram~20015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20463feeder ( +// Equation(s): +// \text_gen|char_ram~20463feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20463feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20463feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20463feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~54775 ( +// Equation(s): +// \text_gen|char_ram~54775_combout = (\text_gen|char_ram~52761_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~54139_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52761_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~54139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54775 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~54775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y10_N7 +dffeas \text_gen|char_ram~20463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20463feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47572 ( +// Equation(s): +// \text_gen|char_ram~47572_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~20463_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~20015_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20015_q ), + .datad(\text_gen|char_ram~20463_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47572 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47573 ( +// Equation(s): +// \text_gen|char_ram~47573_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47572_combout & ((\text_gen|char_ram~21359_q ))) # (!\text_gen|char_ram~47572_combout & (\text_gen|char_ram~20911_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47572_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20911_q ), + .datac(\text_gen|char_ram~21359_q ), + .datad(\text_gen|char_ram~47572_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47573 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20855feeder ( +// Equation(s): +// \text_gen|char_ram~20855feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20855feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20855feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20855feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~53643 ( +// Equation(s): +// \text_gen|char_ram~53643_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52763_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~52735_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53643 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~53643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N19 +dffeas \text_gen|char_ram~20855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20855feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~56032 ( +// Equation(s): +// \text_gen|char_ram~56032_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56032 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y25_N7 +dffeas \text_gen|char_ram~21303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~54743 ( +// Equation(s): +// \text_gen|char_ram~54743_combout = (\text_gen|char_ram~52763_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52763_combout ), + .datab(\text_gen|char_ram~54139_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~54743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54743 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~54743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y17_N9 +dffeas \text_gen|char_ram~20407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~55719 ( +// Equation(s): +// \text_gen|char_ram~55719_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52763_combout & \text_gen|char_ram~54919_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~52763_combout ), + .datad(\text_gen|char_ram~54919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55719 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y25_N29 +dffeas \text_gen|char_ram~19959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47565 ( +// Equation(s): +// \text_gen|char_ram~47565_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~20407_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~19959_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20407_q ), + .datac(\text_gen|char_ram~19959_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47565 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47566 ( +// Equation(s): +// \text_gen|char_ram~47566_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47565_combout & ((\text_gen|char_ram~21303_q ))) # (!\text_gen|char_ram~47565_combout & (\text_gen|char_ram~20855_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47565_combout )))) + + .dataa(\text_gen|char_ram~20855_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21303_q ), + .datad(\text_gen|char_ram~47565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47566 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~55727 ( +// Equation(s): +// \text_gen|char_ram~55727_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52779_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~54919_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~55727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55727 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~55727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y33_N27 +dffeas \text_gen|char_ram~19945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20841feeder ( +// Equation(s): +// \text_gen|char_ram~20841feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20841feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20841feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20841feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~53655 ( +// Equation(s): +// \text_gen|char_ram~53655_combout = (\text_gen|char_ram~52735_combout & (\text_gen|char_ram~53062_combout & \text_gen|char_ram~52779_combout )) + + .dataa(\text_gen|char_ram~52735_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~53062_combout ), + .datad(\text_gen|char_ram~52779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53655 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N5 +dffeas \text_gen|char_ram~20841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20841feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47569 ( +// Equation(s): +// \text_gen|char_ram~47569_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20841_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19945_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19945_q ), + .datad(\text_gen|char_ram~20841_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47569 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~56096 ( +// Equation(s): +// \text_gen|char_ram~56096_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56096 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~56096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y36_N5 +dffeas \text_gen|char_ram~21289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20393feeder ( +// Equation(s): +// \text_gen|char_ram~20393feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20393feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20393feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20393feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~54807 ( +// Equation(s): +// \text_gen|char_ram~54807_combout = (\text_gen|char_ram~52779_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52779_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54807 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y25_N31 +dffeas \text_gen|char_ram~20393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20393feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47570 ( +// Equation(s): +// \text_gen|char_ram~47570_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47569_combout & (\text_gen|char_ram~21289_q )) # (!\text_gen|char_ram~47569_combout & ((\text_gen|char_ram~20393_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~47569_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~47569_combout ), + .datac(\text_gen|char_ram~21289_q ), + .datad(\text_gen|char_ram~20393_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47570 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~54839 ( +// Equation(s): +// \text_gen|char_ram~54839_combout = (\text_gen|char_ram~52777_combout & (\text_gen|char_ram~54139_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~52777_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~54139_combout ), + .datad(\text_gen|char_ram~53062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~54839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~54839 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~54839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y14_N7 +dffeas \text_gen|char_ram~20449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~56108 ( +// Equation(s): +// \text_gen|char_ram~56108_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~55963_combout & \text_gen|char_ram~52777_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~53062_combout ), + .datac(\text_gen|char_ram~55963_combout ), + .datad(\text_gen|char_ram~52777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~56108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~56108 .lut_mask = 16'hC000; +defparam \text_gen|char_ram~56108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y30_N25 +dffeas \text_gen|char_ram~21345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X115_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~55933 ( +// Equation(s): +// \text_gen|char_ram~55933_combout = (\text_gen|char_ram~54919_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~53062_combout )) + + .dataa(\text_gen|char_ram~54919_combout ), + .datab(\text_gen|char_ram~52777_combout ), + .datac(\text_gen|char_ram~53062_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~55933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~55933 .lut_mask = 16'h8080; +defparam \text_gen|char_ram~55933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y41_N7 +dffeas \text_gen|char_ram~20001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [2]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20897feeder ( +// Equation(s): +// \text_gen|char_ram~20897feeder_combout = \uart_inst|rx_data [2] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [2]), + .cin(gnd), + .combout(\text_gen|char_ram~20897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~53823 ( +// Equation(s): +// \text_gen|char_ram~53823_combout = (\text_gen|char_ram~53062_combout & (\text_gen|char_ram~52777_combout & \text_gen|char_ram~52735_combout )) + + .dataa(\text_gen|char_ram~53062_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~52777_combout ), + .datad(\text_gen|char_ram~52735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~53823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~53823 .lut_mask = 16'hA000; +defparam \text_gen|char_ram~53823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N23 +dffeas \text_gen|char_ram~20897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47567 ( +// Equation(s): +// \text_gen|char_ram~47567_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20897_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20001_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20001_q ), + .datad(\text_gen|char_ram~20897_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47567 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47568 ( +// Equation(s): +// \text_gen|char_ram~47568_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~47567_combout & ((\text_gen|char_ram~21345_q ))) # (!\text_gen|char_ram~47567_combout & (\text_gen|char_ram~20449_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~47567_combout )))) + + .dataa(\text_gen|char_ram~20449_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21345_q ), + .datad(\text_gen|char_ram~47567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47568 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47571 ( +// Equation(s): +// \text_gen|char_ram~47571_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~47568_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~47570_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~47570_combout ), + .datad(\text_gen|char_ram~47568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47571 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47574 ( +// Equation(s): +// \text_gen|char_ram~47574_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~47571_combout & (\text_gen|char_ram~47573_combout )) # (!\text_gen|char_ram~47571_combout & ((\text_gen|char_ram~47566_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~47571_combout )))) + + .dataa(\text_gen|char_ram~47573_combout ), + .datab(\text_gen|char_ram~47566_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~47571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47574 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~47574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47585 ( +// Equation(s): +// \text_gen|char_ram~47585_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47574_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~47584_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47584_combout ), + .datad(\text_gen|char_ram~47574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47585 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47596 ( +// Equation(s): +// \text_gen|char_ram~47596_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47585_combout & (\text_gen|char_ram~47595_combout )) # (!\text_gen|char_ram~47585_combout & ((\text_gen|char_ram~47564_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47585_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47595_combout ), + .datac(\text_gen|char_ram~47564_combout ), + .datad(\text_gen|char_ram~47585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47596 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47597 ( +// Equation(s): +// \text_gen|char_ram~47597_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47554_combout & ((\text_gen|char_ram~47596_combout ))) # (!\text_gen|char_ram~47554_combout & (\text_gen|char_ram~47469_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47554_combout )))) + + .dataa(\text_gen|char_ram~47469_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47554_combout ), + .datad(\text_gen|char_ram~47596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47597 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47768 ( +// Equation(s): +// \text_gen|char_ram~47768_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~47597_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~47767_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~47767_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~47597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47768 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~47768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47939 ( +// Equation(s): +// \text_gen|char_ram~47939_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47768_combout & (\text_gen|char_ram~47938_combout )) # (!\text_gen|char_ram~47768_combout & ((\text_gen|char_ram~47427_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47768_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~47938_combout ), + .datac(\text_gen|char_ram~47427_combout ), + .datad(\text_gen|char_ram~47768_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47939 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49987 ( +// Equation(s): +// \text_gen|char_ram~49987_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~49304_combout & (\text_gen|char_ram~49986_combout )) # (!\text_gen|char_ram~49304_combout & ((\text_gen|char_ram~47939_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~49304_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~49986_combout ), + .datac(\text_gen|char_ram~49304_combout ), + .datad(\text_gen|char_ram~47939_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49987 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~49987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_code~0 ( +// Equation(s): +// \text_gen|char_code~0_combout = ((!\vga_c|h_cnt [9] & !\vga_c|h_cnt [8])) # (!\vga_c|h_cnt [10]) + + .dataa(\vga_c|h_cnt [10]), + .datab(\vga_c|h_cnt [9]), + .datac(gnd), + .datad(\vga_c|h_cnt [8]), + .cin(gnd), + .combout(\text_gen|char_code~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_code~0 .lut_mask = 16'h5577; +defparam \text_gen|char_code~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N24 +cycloneiv_lcell_comb \text_gen|LessThan2~0 ( +// Equation(s): +// \text_gen|LessThan2~0_combout = (((!\vga_c|v_cnt [8]) # (!\vga_c|v_cnt [9])) # (!\vga_c|v_cnt [7])) # (!\vga_c|v_cnt [10]) + + .dataa(\vga_c|v_cnt [10]), + .datab(\vga_c|v_cnt [7]), + .datac(\vga_c|v_cnt [9]), + .datad(\vga_c|v_cnt [8]), + .cin(gnd), + .combout(\text_gen|LessThan2~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|LessThan2~0 .lut_mask = 16'h7FFF; +defparam \text_gen|LessThan2~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_code~1 ( +// Equation(s): +// \text_gen|char_code~1_combout = (\text_gen|char_code~0_combout & (!\vga_c|v_cnt [11] & (!\vga_c|h_cnt [11] & \text_gen|LessThan2~0_combout ))) + + .dataa(\text_gen|char_code~0_combout ), + .datab(\vga_c|v_cnt [11]), + .datac(\vga_c|h_cnt [11]), + .datad(\text_gen|LessThan2~0_combout ), + .cin(gnd), + .combout(\text_gen|char_code~1_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_code~1 .lut_mask = 16'h0200; +defparam \text_gen|char_code~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~57014 ( +// Equation(s): +// \text_gen|char_ram~57014_combout = (\uart_inst|rx_data [3] & ((!\text_gen|Equal2~1_combout ) # (!\text_gen|Equal2~0_combout ))) + + .dataa(\text_gen|Equal2~0_combout ), + .datab(\text_gen|Equal2~1_combout ), + .datac(\uart_inst|rx_data [3]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~57014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57014 .lut_mask = 16'h7070; +defparam \text_gen|char_ram~57014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11756feeder ( +// Equation(s): +// \text_gen|char_ram~11756feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11756feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11756feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11756feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y62_N29 +dffeas \text_gen|char_ram~11756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11756feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y62_N23 +dffeas \text_gen|char_ram~8172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y62_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46610 ( +// Equation(s): +// \text_gen|char_ram~46610_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11756_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8172_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11756_q ), + .datac(\text_gen|char_ram~8172_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46610 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y61_N7 +dffeas \text_gen|char_ram~13548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~9964feeder ( +// Equation(s): +// \text_gen|char_ram~9964feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9964feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y57_N7 +dffeas \text_gen|char_ram~9964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46611 ( +// Equation(s): +// \text_gen|char_ram~46611_combout = (\text_gen|char_ram~46610_combout & (((\text_gen|char_ram~13548_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~46610_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9964_q )))) + + .dataa(\text_gen|char_ram~46610_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13548_q ), + .datad(\text_gen|char_ram~9964_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46611 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10188feeder ( +// Equation(s): +// \text_gen|char_ram~10188feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y61_N15 +dffeas \text_gen|char_ram~10188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11980feeder ( +// Equation(s): +// \text_gen|char_ram~11980feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11980feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11980feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11980feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y58_N21 +dffeas \text_gen|char_ram~11980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11980feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y58_N3 +dffeas \text_gen|char_ram~8396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46608 ( +// Equation(s): +// \text_gen|char_ram~46608_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11980_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8396_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11980_q ), + .datac(\text_gen|char_ram~8396_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46608 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y61_N17 +dffeas \text_gen|char_ram~13772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46609 ( +// Equation(s): +// \text_gen|char_ram~46609_combout = (\text_gen|char_ram~46608_combout & (((\text_gen|char_ram~13772_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~46608_combout & (\text_gen|char_ram~10188_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10188_q ), + .datab(\text_gen|char_ram~46608_combout ), + .datac(\text_gen|char_ram~13772_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46609 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46612 ( +// Equation(s): +// \text_gen|char_ram~46612_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~46609_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46611_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~46611_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~46609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46612 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~46612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12092feeder ( +// Equation(s): +// \text_gen|char_ram~12092feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12092feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y53_N27 +dffeas \text_gen|char_ram~12092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y61_N23 +dffeas \text_gen|char_ram~13884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y62_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10300feeder ( +// Equation(s): +// \text_gen|char_ram~10300feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10300feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10300feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10300feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y62_N27 +dffeas \text_gen|char_ram~10300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10300feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y58_N25 +dffeas \text_gen|char_ram~8508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46613 ( +// Equation(s): +// \text_gen|char_ram~46613_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10300_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8508_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10300_q ), + .datac(\text_gen|char_ram~8508_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46613 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46614 ( +// Equation(s): +// \text_gen|char_ram~46614_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46613_combout & ((\text_gen|char_ram~13884_q ))) # (!\text_gen|char_ram~46613_combout & (\text_gen|char_ram~12092_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46613_combout )))) + + .dataa(\text_gen|char_ram~12092_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13884_q ), + .datad(\text_gen|char_ram~46613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46614 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13660feeder ( +// Equation(s): +// \text_gen|char_ram~13660feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13660feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13660feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13660feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y55_N5 +dffeas \text_gen|char_ram~13660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13660feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y55_N13 +dffeas \text_gen|char_ram~11868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10076feeder ( +// Equation(s): +// \text_gen|char_ram~10076feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10076feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10076feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10076feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y54_N11 +dffeas \text_gen|char_ram~10076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10076feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y54_N1 +dffeas \text_gen|char_ram~8284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46606 ( +// Equation(s): +// \text_gen|char_ram~46606_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10076_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8284_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10076_q ), + .datac(\text_gen|char_ram~8284_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46606 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46607 ( +// Equation(s): +// \text_gen|char_ram~46607_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46606_combout & (\text_gen|char_ram~13660_q )) # (!\text_gen|char_ram~46606_combout & ((\text_gen|char_ram~11868_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46606_combout )))) + + .dataa(\text_gen|char_ram~13660_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11868_q ), + .datad(\text_gen|char_ram~46606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46607 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46615 ( +// Equation(s): +// \text_gen|char_ram~46615_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46612_combout & (\text_gen|char_ram~46614_combout )) # (!\text_gen|char_ram~46612_combout & ((\text_gen|char_ram~46607_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46612_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46612_combout ), + .datac(\text_gen|char_ram~46614_combout ), + .datad(\text_gen|char_ram~46607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46615 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10293feeder ( +// Equation(s): +// \text_gen|char_ram~10293feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y60_N17 +dffeas \text_gen|char_ram~10293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N7 +dffeas \text_gen|char_ram~8501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46592 ( +// Equation(s): +// \text_gen|char_ram~46592_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10293_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8501_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10293_q ), + .datac(\text_gen|char_ram~8501_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46592 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y64_N31 +dffeas \text_gen|char_ram~13877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12085feeder ( +// Equation(s): +// \text_gen|char_ram~12085feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y61_N21 +dffeas \text_gen|char_ram~12085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46593 ( +// Equation(s): +// \text_gen|char_ram~46593_combout = (\text_gen|char_ram~46592_combout & (((\text_gen|char_ram~13877_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~46592_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12085_q )))) + + .dataa(\text_gen|char_ram~46592_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13877_q ), + .datad(\text_gen|char_ram~12085_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46593 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11861feeder ( +// Equation(s): +// \text_gen|char_ram~11861feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11861feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11861feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11861feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N27 +dffeas \text_gen|char_ram~11861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11861feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10069feeder ( +// Equation(s): +// \text_gen|char_ram~10069feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10069feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10069feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10069feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y60_N5 +dffeas \text_gen|char_ram~10069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10069feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y60_N11 +dffeas \text_gen|char_ram~8277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46585 ( +// Equation(s): +// \text_gen|char_ram~46585_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10069_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8277_q +// ))))) + + .dataa(\text_gen|char_ram~10069_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8277_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46585 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y64_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13653feeder ( +// Equation(s): +// \text_gen|char_ram~13653feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13653feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y64_N11 +dffeas \text_gen|char_ram~13653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46586 ( +// Equation(s): +// \text_gen|char_ram~46586_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46585_combout & ((\text_gen|char_ram~13653_q ))) # (!\text_gen|char_ram~46585_combout & (\text_gen|char_ram~11861_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46585_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11861_q ), + .datac(\text_gen|char_ram~46585_combout ), + .datad(\text_gen|char_ram~13653_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46586 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~46586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10181feeder ( +// Equation(s): +// \text_gen|char_ram~10181feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10181feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10181feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10181feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y60_N21 +dffeas \text_gen|char_ram~10181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10181feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y60_N1 +dffeas \text_gen|char_ram~13765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11973feeder ( +// Equation(s): +// \text_gen|char_ram~11973feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11973feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11973feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11973feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y60_N9 +dffeas \text_gen|char_ram~11973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11973feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y60_N7 +dffeas \text_gen|char_ram~8389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46587 ( +// Equation(s): +// \text_gen|char_ram~46587_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11973_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8389_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11973_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8389_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46587 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46588 ( +// Equation(s): +// \text_gen|char_ram~46588_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46587_combout & ((\text_gen|char_ram~13765_q ))) # (!\text_gen|char_ram~46587_combout & (\text_gen|char_ram~10181_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46587_combout )))) + + .dataa(\text_gen|char_ram~10181_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13765_q ), + .datad(\text_gen|char_ram~46587_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46588 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11749feeder ( +// Equation(s): +// \text_gen|char_ram~11749feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11749feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11749feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11749feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y61_N23 +dffeas \text_gen|char_ram~11749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11749feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N29 +dffeas \text_gen|char_ram~8165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46589 ( +// Equation(s): +// \text_gen|char_ram~46589_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11749_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8165_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11749_q ), + .datac(\text_gen|char_ram~8165_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46589 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y64_N25 +dffeas \text_gen|char_ram~13541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9957feeder ( +// Equation(s): +// \text_gen|char_ram~9957feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9957feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9957feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9957feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y60_N27 +dffeas \text_gen|char_ram~9957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9957feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46590 ( +// Equation(s): +// \text_gen|char_ram~46590_combout = (\text_gen|char_ram~46589_combout & (((\text_gen|char_ram~13541_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~46589_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9957_q )))) + + .dataa(\text_gen|char_ram~46589_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13541_q ), + .datad(\text_gen|char_ram~9957_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46590 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46591 ( +// Equation(s): +// \text_gen|char_ram~46591_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46588_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46590_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46588_combout ), + .datad(\text_gen|char_ram~46590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46591 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46594 ( +// Equation(s): +// \text_gen|char_ram~46594_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46591_combout & (\text_gen|char_ram~46593_combout )) # (!\text_gen|char_ram~46591_combout & ((\text_gen|char_ram~46586_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46591_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46593_combout ), + .datac(\text_gen|char_ram~46586_combout ), + .datad(\text_gen|char_ram~46591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46594 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y53_N13 +dffeas \text_gen|char_ram~8473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10265feeder ( +// Equation(s): +// \text_gen|char_ram~10265feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10265feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y60_N19 +dffeas \text_gen|char_ram~10265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46602 ( +// Equation(s): +// \text_gen|char_ram~46602_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10265_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8473_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8473_q ), + .datad(\text_gen|char_ram~10265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46602 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y61_N17 +dffeas \text_gen|char_ram~13849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y65_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12057feeder ( +// Equation(s): +// \text_gen|char_ram~12057feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12057feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12057feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12057feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y65_N21 +dffeas \text_gen|char_ram~12057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12057feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46603 ( +// Equation(s): +// \text_gen|char_ram~46603_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46602_combout & (\text_gen|char_ram~13849_q )) # (!\text_gen|char_ram~46602_combout & ((\text_gen|char_ram~12057_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~46602_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~46602_combout ), + .datac(\text_gen|char_ram~13849_q ), + .datad(\text_gen|char_ram~12057_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46603 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9929feeder ( +// Equation(s): +// \text_gen|char_ram~9929feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9929feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9929feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9929feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y62_N31 +dffeas \text_gen|char_ram~9929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9929feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y61_N9 +dffeas \text_gen|char_ram~13513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11721feeder ( +// Equation(s): +// \text_gen|char_ram~11721feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11721feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y59_N31 +dffeas \text_gen|char_ram~11721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y54_N23 +dffeas \text_gen|char_ram~8137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46599 ( +// Equation(s): +// \text_gen|char_ram~46599_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11721_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8137_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11721_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8137_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46599 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46600 ( +// Equation(s): +// \text_gen|char_ram~46600_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46599_combout & ((\text_gen|char_ram~13513_q ))) # (!\text_gen|char_ram~46599_combout & (\text_gen|char_ram~9929_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46599_combout )))) + + .dataa(\text_gen|char_ram~9929_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13513_q ), + .datad(\text_gen|char_ram~46599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46600 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8249feeder ( +// Equation(s): +// \text_gen|char_ram~8249feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8249feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8249feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8249feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y60_N7 +dffeas \text_gen|char_ram~8249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8249feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y61_N19 +dffeas \text_gen|char_ram~10041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46597 ( +// Equation(s): +// \text_gen|char_ram~46597_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10041_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8249_q +// )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~8249_q ), + .datac(\text_gen|char_ram~10041_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46597 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~46597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13625feeder ( +// Equation(s): +// \text_gen|char_ram~13625feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13625feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y60_N23 +dffeas \text_gen|char_ram~13625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11833feeder ( +// Equation(s): +// \text_gen|char_ram~11833feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11833feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y63_N23 +dffeas \text_gen|char_ram~11833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46598 ( +// Equation(s): +// \text_gen|char_ram~46598_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46597_combout & (\text_gen|char_ram~13625_q )) # (!\text_gen|char_ram~46597_combout & ((\text_gen|char_ram~11833_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~46597_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~46597_combout ), + .datac(\text_gen|char_ram~13625_q ), + .datad(\text_gen|char_ram~11833_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46598 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46601 ( +// Equation(s): +// \text_gen|char_ram~46601_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~46598_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46600_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46600_combout ), + .datad(\text_gen|char_ram~46598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46601 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10153feeder ( +// Equation(s): +// \text_gen|char_ram~10153feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10153feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10153feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10153feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y61_N15 +dffeas \text_gen|char_ram~10153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10153feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11945feeder ( +// Equation(s): +// \text_gen|char_ram~11945feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11945feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11945feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11945feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y54_N15 +dffeas \text_gen|char_ram~11945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11945feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y54_N15 +dffeas \text_gen|char_ram~8361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46595 ( +// Equation(s): +// \text_gen|char_ram~46595_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11945_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8361_q +// ))))) + + .dataa(\text_gen|char_ram~11945_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8361_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46595 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y61_N11 +dffeas \text_gen|char_ram~13737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46596 ( +// Equation(s): +// \text_gen|char_ram~46596_combout = (\text_gen|char_ram~46595_combout & (((\text_gen|char_ram~13737_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~46595_combout & (\text_gen|char_ram~10153_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10153_q ), + .datab(\text_gen|char_ram~46595_combout ), + .datac(\text_gen|char_ram~13737_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46596 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46604 ( +// Equation(s): +// \text_gen|char_ram~46604_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46601_combout & (\text_gen|char_ram~46603_combout )) # (!\text_gen|char_ram~46601_combout & ((\text_gen|char_ram~46596_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46601_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46603_combout ), + .datac(\text_gen|char_ram~46601_combout ), + .datad(\text_gen|char_ram~46596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46604 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46605 ( +// Equation(s): +// \text_gen|char_ram~46605_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~46594_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~46604_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46594_combout ), + .datad(\text_gen|char_ram~46604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46605 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y53_N11 +dffeas \text_gen|char_ram~8480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10272feeder ( +// Equation(s): +// \text_gen|char_ram~10272feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10272feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y53_N13 +dffeas \text_gen|char_ram~10272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46582 ( +// Equation(s): +// \text_gen|char_ram~46582_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10272_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8480_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8480_q ), + .datad(\text_gen|char_ram~10272_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46582 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y61_N3 +dffeas \text_gen|char_ram~12064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13856feeder ( +// Equation(s): +// \text_gen|char_ram~13856feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13856feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13856feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13856feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y61_N15 +dffeas \text_gen|char_ram~13856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13856feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46583 ( +// Equation(s): +// \text_gen|char_ram~46583_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46582_combout & ((\text_gen|char_ram~13856_q ))) # (!\text_gen|char_ram~46582_combout & (\text_gen|char_ram~12064_q )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~46582_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~46582_combout ), + .datac(\text_gen|char_ram~12064_q ), + .datad(\text_gen|char_ram~13856_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46583 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~46583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13744feeder ( +// Equation(s): +// \text_gen|char_ram~13744feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13744feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y61_N1 +dffeas \text_gen|char_ram~13744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y61_N3 +dffeas \text_gen|char_ram~10160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11952feeder ( +// Equation(s): +// \text_gen|char_ram~11952feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11952feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11952feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11952feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y57_N21 +dffeas \text_gen|char_ram~11952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11952feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N23 +dffeas \text_gen|char_ram~8368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46575 ( +// Equation(s): +// \text_gen|char_ram~46575_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11952_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8368_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11952_q ), + .datac(\text_gen|char_ram~8368_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46575 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46576 ( +// Equation(s): +// \text_gen|char_ram~46576_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46575_combout & (\text_gen|char_ram~13744_q )) # (!\text_gen|char_ram~46575_combout & ((\text_gen|char_ram~10160_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46575_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~13744_q ), + .datac(\text_gen|char_ram~10160_q ), + .datad(\text_gen|char_ram~46575_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46576 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9936feeder ( +// Equation(s): +// \text_gen|char_ram~9936feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9936feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y61_N21 +dffeas \text_gen|char_ram~9936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y61_N5 +dffeas \text_gen|char_ram~13520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11728feeder ( +// Equation(s): +// \text_gen|char_ram~11728feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11728feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y61_N15 +dffeas \text_gen|char_ram~11728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N29 +dffeas \text_gen|char_ram~8144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46579 ( +// Equation(s): +// \text_gen|char_ram~46579_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11728_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8144_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11728_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8144_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46579 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46580 ( +// Equation(s): +// \text_gen|char_ram~46580_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46579_combout & ((\text_gen|char_ram~13520_q ))) # (!\text_gen|char_ram~46579_combout & (\text_gen|char_ram~9936_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46579_combout )))) + + .dataa(\text_gen|char_ram~9936_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13520_q ), + .datad(\text_gen|char_ram~46579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46580 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11840feeder ( +// Equation(s): +// \text_gen|char_ram~11840feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11840feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11840feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11840feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y58_N11 +dffeas \text_gen|char_ram~11840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11840feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y58_N5 +dffeas \text_gen|char_ram~13632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X12_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10048feeder ( +// Equation(s): +// \text_gen|char_ram~10048feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10048feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10048feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10048feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X12_Y51_N29 +dffeas \text_gen|char_ram~10048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10048feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X12_Y51_N31 +dffeas \text_gen|char_ram~8256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X12_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46577 ( +// Equation(s): +// \text_gen|char_ram~46577_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10048_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8256_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10048_q ), + .datac(\text_gen|char_ram~8256_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46577 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46578 ( +// Equation(s): +// \text_gen|char_ram~46578_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46577_combout & ((\text_gen|char_ram~13632_q ))) # (!\text_gen|char_ram~46577_combout & (\text_gen|char_ram~11840_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46577_combout )))) + + .dataa(\text_gen|char_ram~11840_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13632_q ), + .datad(\text_gen|char_ram~46577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46578 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46581 ( +// Equation(s): +// \text_gen|char_ram~46581_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~46578_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46580_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46580_combout ), + .datad(\text_gen|char_ram~46578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46581 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46584 ( +// Equation(s): +// \text_gen|char_ram~46584_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46581_combout & (\text_gen|char_ram~46583_combout )) # (!\text_gen|char_ram~46581_combout & ((\text_gen|char_ram~46576_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46581_combout )))) + + .dataa(\text_gen|char_ram~46583_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46576_combout ), + .datad(\text_gen|char_ram~46581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46584 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46616 ( +// Equation(s): +// \text_gen|char_ram~46616_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46605_combout & (\text_gen|char_ram~46615_combout )) # (!\text_gen|char_ram~46605_combout & ((\text_gen|char_ram~46584_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46605_combout )))) + + .dataa(\text_gen|char_ram~46615_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46605_combout ), + .datad(\text_gen|char_ram~46584_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46616 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24300feeder ( +// Equation(s): +// \text_gen|char_ram~24300feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24300feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24300feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24300feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y61_N7 +dffeas \text_gen|char_ram~24300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24300feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y58_N7 +dffeas \text_gen|char_ram~27884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y64_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26092feeder ( +// Equation(s): +// \text_gen|char_ram~26092feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y64_N23 +dffeas \text_gen|char_ram~26092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y62_N29 +dffeas \text_gen|char_ram~22508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46737 ( +// Equation(s): +// \text_gen|char_ram~46737_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26092_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22508_q +// ))))) + + .dataa(\text_gen|char_ram~26092_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22508_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46737 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46738 ( +// Equation(s): +// \text_gen|char_ram~46738_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46737_combout & ((\text_gen|char_ram~27884_q ))) # (!\text_gen|char_ram~46737_combout & (\text_gen|char_ram~24300_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46737_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24300_q ), + .datac(\text_gen|char_ram~27884_q ), + .datad(\text_gen|char_ram~46737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46738 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N9 +dffeas \text_gen|char_ram~24524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y58_N21 +dffeas \text_gen|char_ram~28108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26316feeder ( +// Equation(s): +// \text_gen|char_ram~26316feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26316feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26316feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26316feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y58_N23 +dffeas \text_gen|char_ram~26316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26316feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y58_N3 +dffeas \text_gen|char_ram~22732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46735 ( +// Equation(s): +// \text_gen|char_ram~46735_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26316_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22732_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26316_q ), + .datac(\text_gen|char_ram~22732_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46735 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46736 ( +// Equation(s): +// \text_gen|char_ram~46736_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46735_combout & ((\text_gen|char_ram~28108_q ))) # (!\text_gen|char_ram~46735_combout & (\text_gen|char_ram~24524_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46735_combout )))) + + .dataa(\text_gen|char_ram~24524_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28108_q ), + .datad(\text_gen|char_ram~46735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46736 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46739 ( +// Equation(s): +// \text_gen|char_ram~46739_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~46736_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46738_combout )))) + + .dataa(\text_gen|char_ram~46738_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~46736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46739 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~46739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26428feeder ( +// Equation(s): +// \text_gen|char_ram~26428feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26428feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26428feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26428feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y58_N17 +dffeas \text_gen|char_ram~26428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26428feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24636feeder ( +// Equation(s): +// \text_gen|char_ram~24636feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y57_N23 +dffeas \text_gen|char_ram~24636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y58_N23 +dffeas \text_gen|char_ram~22844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46740 ( +// Equation(s): +// \text_gen|char_ram~46740_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24636_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22844_q +// ))))) + + .dataa(\text_gen|char_ram~24636_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22844_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46740 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~28220feeder ( +// Equation(s): +// \text_gen|char_ram~28220feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28220feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28220feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28220feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y55_N31 +dffeas \text_gen|char_ram~28220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28220feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46741 ( +// Equation(s): +// \text_gen|char_ram~46741_combout = (\text_gen|char_ram~46740_combout & (((\text_gen|char_ram~28220_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~46740_combout & (\text_gen|char_ram~26428_q & (\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~26428_q ), + .datab(\text_gen|char_ram~46740_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~28220_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46741 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~46741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26204feeder ( +// Equation(s): +// \text_gen|char_ram~26204feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26204feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26204feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26204feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y58_N15 +dffeas \text_gen|char_ram~26204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26204feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y55_N27 +dffeas \text_gen|char_ram~27996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y54_N11 +dffeas \text_gen|char_ram~22620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24412feeder ( +// Equation(s): +// \text_gen|char_ram~24412feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24412feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24412feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24412feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y54_N9 +dffeas \text_gen|char_ram~24412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24412feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46733 ( +// Equation(s): +// \text_gen|char_ram~46733_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24412_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22620_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22620_q ), + .datad(\text_gen|char_ram~24412_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46733 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46734 ( +// Equation(s): +// \text_gen|char_ram~46734_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46733_combout & ((\text_gen|char_ram~27996_q ))) # (!\text_gen|char_ram~46733_combout & (\text_gen|char_ram~26204_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46733_combout )))) + + .dataa(\text_gen|char_ram~26204_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27996_q ), + .datad(\text_gen|char_ram~46733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46734 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46742 ( +// Equation(s): +// \text_gen|char_ram~46742_combout = (\text_gen|char_ram~46739_combout & (((\text_gen|char_ram~46741_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~46739_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46734_combout )))) + + .dataa(\text_gen|char_ram~46739_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46741_combout ), + .datad(\text_gen|char_ram~46734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46742 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y49_N19 +dffeas \text_gen|char_ram~22697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26281feeder ( +// Equation(s): +// \text_gen|char_ram~26281feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26281feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26281feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26281feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y54_N9 +dffeas \text_gen|char_ram~26281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26281feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46722 ( +// Equation(s): +// \text_gen|char_ram~46722_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~26281_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22697_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22697_q ), + .datad(\text_gen|char_ram~26281_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46722 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y49_N21 +dffeas \text_gen|char_ram~28073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24489feeder ( +// Equation(s): +// \text_gen|char_ram~24489feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y49_N17 +dffeas \text_gen|char_ram~24489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46723 ( +// Equation(s): +// \text_gen|char_ram~46723_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46722_combout & (\text_gen|char_ram~28073_q )) # (!\text_gen|char_ram~46722_combout & ((\text_gen|char_ram~24489_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~46722_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~46722_combout ), + .datac(\text_gen|char_ram~28073_q ), + .datad(\text_gen|char_ram~24489_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46723 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26393feeder ( +// Equation(s): +// \text_gen|char_ram~26393feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26393feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26393feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26393feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y50_N19 +dffeas \text_gen|char_ram~26393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26393feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y55_N29 +dffeas \text_gen|char_ram~28185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y58_N15 +dffeas \text_gen|char_ram~24601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y58_N29 +dffeas \text_gen|char_ram~22809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46729 ( +// Equation(s): +// \text_gen|char_ram~46729_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24601_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22809_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24601_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22809_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46729 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46730 ( +// Equation(s): +// \text_gen|char_ram~46730_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46729_combout & ((\text_gen|char_ram~28185_q ))) # (!\text_gen|char_ram~46729_combout & (\text_gen|char_ram~26393_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46729_combout )))) + + .dataa(\text_gen|char_ram~26393_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28185_q ), + .datad(\text_gen|char_ram~46729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46730 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26169feeder ( +// Equation(s): +// \text_gen|char_ram~26169feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26169feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26169feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26169feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y53_N13 +dffeas \text_gen|char_ram~26169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26169feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y53_N7 +dffeas \text_gen|char_ram~27961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24377feeder ( +// Equation(s): +// \text_gen|char_ram~24377feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y41_N17 +dffeas \text_gen|char_ram~24377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y37_N21 +dffeas \text_gen|char_ram~22585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46724 ( +// Equation(s): +// \text_gen|char_ram~46724_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24377_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22585_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24377_q ), + .datac(\text_gen|char_ram~22585_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46724 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46725 ( +// Equation(s): +// \text_gen|char_ram~46725_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46724_combout & ((\text_gen|char_ram~27961_q ))) # (!\text_gen|char_ram~46724_combout & (\text_gen|char_ram~26169_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46724_combout )))) + + .dataa(\text_gen|char_ram~26169_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27961_q ), + .datad(\text_gen|char_ram~46724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46725 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y57_N11 +dffeas \text_gen|char_ram~22473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26057feeder ( +// Equation(s): +// \text_gen|char_ram~26057feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26057feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26057feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26057feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y59_N15 +dffeas \text_gen|char_ram~26057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26057feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46726 ( +// Equation(s): +// \text_gen|char_ram~46726_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~26057_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22473_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22473_q ), + .datad(\text_gen|char_ram~26057_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46726 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y57_N25 +dffeas \text_gen|char_ram~27849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24265feeder ( +// Equation(s): +// \text_gen|char_ram~24265feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24265feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y31_N11 +dffeas \text_gen|char_ram~24265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46727 ( +// Equation(s): +// \text_gen|char_ram~46727_combout = (\text_gen|char_ram~46726_combout & (((\text_gen|char_ram~27849_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~46726_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24265_q )))) + + .dataa(\text_gen|char_ram~46726_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27849_q ), + .datad(\text_gen|char_ram~24265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46727 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46728 ( +// Equation(s): +// \text_gen|char_ram~46728_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46725_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~46727_combout )))) + + .dataa(\text_gen|char_ram~46725_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~46727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46728 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~46728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46731 ( +// Equation(s): +// \text_gen|char_ram~46731_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46728_combout & ((\text_gen|char_ram~46730_combout ))) # (!\text_gen|char_ram~46728_combout & (\text_gen|char_ram~46723_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46728_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46723_combout ), + .datac(\text_gen|char_ram~46730_combout ), + .datad(\text_gen|char_ram~46728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46731 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24629feeder ( +// Equation(s): +// \text_gen|char_ram~24629feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24629feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y58_N21 +dffeas \text_gen|char_ram~24629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y58_N31 +dffeas \text_gen|char_ram~22837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46719 ( +// Equation(s): +// \text_gen|char_ram~46719_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24629_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22837_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24629_q ), + .datac(\text_gen|char_ram~22837_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46719 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y58_N25 +dffeas \text_gen|char_ram~26421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28213feeder ( +// Equation(s): +// \text_gen|char_ram~28213feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y55_N9 +dffeas \text_gen|char_ram~28213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46720 ( +// Equation(s): +// \text_gen|char_ram~46720_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46719_combout & ((\text_gen|char_ram~28213_q ))) # (!\text_gen|char_ram~46719_combout & (\text_gen|char_ram~26421_q )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~46719_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~46719_combout ), + .datac(\text_gen|char_ram~26421_q ), + .datad(\text_gen|char_ram~28213_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46720 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~46720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26197feeder ( +// Equation(s): +// \text_gen|char_ram~26197feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26197feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26197feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26197feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y58_N19 +dffeas \text_gen|char_ram~26197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26197feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y54_N15 +dffeas \text_gen|char_ram~27989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24405feeder ( +// Equation(s): +// \text_gen|char_ram~24405feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24405feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24405feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24405feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y27_N17 +dffeas \text_gen|char_ram~24405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24405feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y34_N17 +dffeas \text_gen|char_ram~22613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46712 ( +// Equation(s): +// \text_gen|char_ram~46712_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24405_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22613_q +// ))))) + + .dataa(\text_gen|char_ram~24405_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22613_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46712 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46713 ( +// Equation(s): +// \text_gen|char_ram~46713_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46712_combout & ((\text_gen|char_ram~27989_q ))) # (!\text_gen|char_ram~46712_combout & (\text_gen|char_ram~26197_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46712_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26197_q ), + .datac(\text_gen|char_ram~27989_q ), + .datad(\text_gen|char_ram~46712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46713 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26309feeder ( +// Equation(s): +// \text_gen|char_ram~26309feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26309feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26309feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26309feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y58_N7 +dffeas \text_gen|char_ram~26309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26309feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y56_N19 +dffeas \text_gen|char_ram~22725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46714 ( +// Equation(s): +// \text_gen|char_ram~46714_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26309_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22725_q +// ))))) + + .dataa(\text_gen|char_ram~26309_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22725_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46714 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y56_N9 +dffeas \text_gen|char_ram~28101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24517feeder ( +// Equation(s): +// \text_gen|char_ram~24517feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24517feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24517feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24517feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y56_N7 +dffeas \text_gen|char_ram~24517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24517feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46715 ( +// Equation(s): +// \text_gen|char_ram~46715_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46714_combout & (\text_gen|char_ram~28101_q )) # (!\text_gen|char_ram~46714_combout & ((\text_gen|char_ram~24517_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~46714_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~46714_combout ), + .datac(\text_gen|char_ram~28101_q ), + .datad(\text_gen|char_ram~24517_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46715 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24293feeder ( +// Equation(s): +// \text_gen|char_ram~24293feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y60_N15 +dffeas \text_gen|char_ram~24293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27877feeder ( +// Equation(s): +// \text_gen|char_ram~27877feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27877feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y60_N25 +dffeas \text_gen|char_ram~27877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22501feeder ( +// Equation(s): +// \text_gen|char_ram~22501feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22501feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y60_N25 +dffeas \text_gen|char_ram~22501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26085feeder ( +// Equation(s): +// \text_gen|char_ram~26085feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26085feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N25 +dffeas \text_gen|char_ram~26085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46716 ( +// Equation(s): +// \text_gen|char_ram~46716_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~26085_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22501_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~22501_q ), + .datac(\text_gen|char_ram~26085_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46716 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~46716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46717 ( +// Equation(s): +// \text_gen|char_ram~46717_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46716_combout & ((\text_gen|char_ram~27877_q ))) # (!\text_gen|char_ram~46716_combout & (\text_gen|char_ram~24293_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46716_combout )))) + + .dataa(\text_gen|char_ram~24293_q ), + .datab(\text_gen|char_ram~27877_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~46716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46717 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~46717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46718 ( +// Equation(s): +// \text_gen|char_ram~46718_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~46715_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~46717_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46715_combout ), + .datad(\text_gen|char_ram~46717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46718 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46721 ( +// Equation(s): +// \text_gen|char_ram~46721_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46718_combout & (\text_gen|char_ram~46720_combout )) # (!\text_gen|char_ram~46718_combout & ((\text_gen|char_ram~46713_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46718_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46720_combout ), + .datac(\text_gen|char_ram~46713_combout ), + .datad(\text_gen|char_ram~46718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46721 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46732 ( +// Equation(s): +// \text_gen|char_ram~46732_combout = (\vga_c|h_cnt [6] & (((\text_gen|char_ram~46721_combout ) # (\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~46731_combout & ((!\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~46731_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~46721_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46732 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~46732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~28080feeder ( +// Equation(s): +// \text_gen|char_ram~28080feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28080feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28080feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28080feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y49_N7 +dffeas \text_gen|char_ram~28080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28080feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y49_N21 +dffeas \text_gen|char_ram~24496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y49_N11 +dffeas \text_gen|char_ram~22704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y51_N9 +dffeas \text_gen|char_ram~26288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46702 ( +// Equation(s): +// \text_gen|char_ram~46702_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~26288_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22704_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22704_q ), + .datad(\text_gen|char_ram~26288_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46702 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46703 ( +// Equation(s): +// \text_gen|char_ram~46703_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46702_combout & (\text_gen|char_ram~28080_q )) # (!\text_gen|char_ram~46702_combout & ((\text_gen|char_ram~24496_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46702_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28080_q ), + .datac(\text_gen|char_ram~24496_q ), + .datad(\text_gen|char_ram~46702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46703 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26400feeder ( +// Equation(s): +// \text_gen|char_ram~26400feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26400feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N11 +dffeas \text_gen|char_ram~26400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y55_N15 +dffeas \text_gen|char_ram~28192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24608feeder ( +// Equation(s): +// \text_gen|char_ram~24608feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24608feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24608feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24608feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y55_N21 +dffeas \text_gen|char_ram~24608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24608feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y55_N15 +dffeas \text_gen|char_ram~22816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46709 ( +// Equation(s): +// \text_gen|char_ram~46709_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24608_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22816_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24608_q ), + .datac(\text_gen|char_ram~22816_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46709 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46710 ( +// Equation(s): +// \text_gen|char_ram~46710_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46709_combout & ((\text_gen|char_ram~28192_q ))) # (!\text_gen|char_ram~46709_combout & (\text_gen|char_ram~26400_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46709_combout )))) + + .dataa(\text_gen|char_ram~26400_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28192_q ), + .datad(\text_gen|char_ram~46709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46710 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26176feeder ( +// Equation(s): +// \text_gen|char_ram~26176feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26176feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26176feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26176feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y59_N11 +dffeas \text_gen|char_ram~26176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26176feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y59_N29 +dffeas \text_gen|char_ram~27968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24384feeder ( +// Equation(s): +// \text_gen|char_ram~24384feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24384feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N29 +dffeas \text_gen|char_ram~24384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y49_N15 +dffeas \text_gen|char_ram~22592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46704 ( +// Equation(s): +// \text_gen|char_ram~46704_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24384_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22592_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24384_q ), + .datac(\text_gen|char_ram~22592_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46704 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46705 ( +// Equation(s): +// \text_gen|char_ram~46705_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46704_combout & ((\text_gen|char_ram~27968_q ))) # (!\text_gen|char_ram~46704_combout & (\text_gen|char_ram~26176_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46704_combout )))) + + .dataa(\text_gen|char_ram~26176_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27968_q ), + .datad(\text_gen|char_ram~46704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46705 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24272feeder ( +// Equation(s): +// \text_gen|char_ram~24272feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24272feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y61_N31 +dffeas \text_gen|char_ram~24272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y61_N3 +dffeas \text_gen|char_ram~27856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y61_N5 +dffeas \text_gen|char_ram~26064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y61_N1 +dffeas \text_gen|char_ram~22480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46706 ( +// Equation(s): +// \text_gen|char_ram~46706_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26064_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22480_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26064_q ), + .datac(\text_gen|char_ram~22480_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46706 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46707 ( +// Equation(s): +// \text_gen|char_ram~46707_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46706_combout & ((\text_gen|char_ram~27856_q ))) # (!\text_gen|char_ram~46706_combout & (\text_gen|char_ram~24272_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46706_combout )))) + + .dataa(\text_gen|char_ram~24272_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27856_q ), + .datad(\text_gen|char_ram~46706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46707 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46708 ( +// Equation(s): +// \text_gen|char_ram~46708_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~46705_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~46707_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46705_combout ), + .datad(\text_gen|char_ram~46707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46708 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46711 ( +// Equation(s): +// \text_gen|char_ram~46711_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46708_combout & ((\text_gen|char_ram~46710_combout ))) # (!\text_gen|char_ram~46708_combout & (\text_gen|char_ram~46703_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46708_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46703_combout ), + .datac(\text_gen|char_ram~46710_combout ), + .datad(\text_gen|char_ram~46708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46711 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46743 ( +// Equation(s): +// \text_gen|char_ram~46743_combout = (\text_gen|char_ram~46732_combout & ((\text_gen|char_ram~46742_combout ) # ((!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~46732_combout & (((\text_gen|char_ram~46711_combout & \vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~46742_combout ), + .datab(\text_gen|char_ram~46732_combout ), + .datac(\text_gen|char_ram~46711_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46743 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~46743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19036feeder ( +// Equation(s): +// \text_gen|char_ram~19036feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19036feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19036feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19036feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y57_N29 +dffeas \text_gen|char_ram~19036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19036feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y57_N31 +dffeas \text_gen|char_ram~20828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15452feeder ( +// Equation(s): +// \text_gen|char_ram~15452feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15452feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15452feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15452feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y54_N17 +dffeas \text_gen|char_ram~15452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15452feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y54_N5 +dffeas \text_gen|char_ram~17244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46648 ( +// Equation(s): +// \text_gen|char_ram~46648_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17244_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15452_q +// )))) + + .dataa(\text_gen|char_ram~15452_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~17244_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46648 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~46648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46649 ( +// Equation(s): +// \text_gen|char_ram~46649_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46648_combout & ((\text_gen|char_ram~20828_q ))) # (!\text_gen|char_ram~46648_combout & (\text_gen|char_ram~19036_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46648_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19036_q ), + .datac(\text_gen|char_ram~20828_q ), + .datad(\text_gen|char_ram~46648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46649 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N11 +dffeas \text_gen|char_ram~15564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y58_N21 +dffeas \text_gen|char_ram~19148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46650 ( +// Equation(s): +// \text_gen|char_ram~46650_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~19148_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15564_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15564_q ), + .datad(\text_gen|char_ram~19148_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46650 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17356feeder ( +// Equation(s): +// \text_gen|char_ram~17356feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17356feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17356feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17356feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N17 +dffeas \text_gen|char_ram~17356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17356feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y58_N11 +dffeas \text_gen|char_ram~20940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46651 ( +// Equation(s): +// \text_gen|char_ram~46651_combout = (\text_gen|char_ram~46650_combout & (((\text_gen|char_ram~20940_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~46650_combout & (\text_gen|char_ram~17356_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~46650_combout ), + .datab(\text_gen|char_ram~17356_q ), + .datac(\text_gen|char_ram~20940_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46651 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~46651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20716feeder ( +// Equation(s): +// \text_gen|char_ram~20716feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20716feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20716feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20716feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y61_N19 +dffeas \text_gen|char_ram~20716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20716feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17132feeder ( +// Equation(s): +// \text_gen|char_ram~17132feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17132feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y60_N11 +dffeas \text_gen|char_ram~17132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15340feeder ( +// Equation(s): +// \text_gen|char_ram~15340feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y44_N7 +dffeas \text_gen|char_ram~15340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18924feeder ( +// Equation(s): +// \text_gen|char_ram~18924feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18924feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18924feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18924feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y58_N23 +dffeas \text_gen|char_ram~18924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18924feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46652 ( +// Equation(s): +// \text_gen|char_ram~46652_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~18924_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15340_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~15340_q ), + .datab(\text_gen|char_ram~18924_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46652 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~46652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46653 ( +// Equation(s): +// \text_gen|char_ram~46653_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46652_combout & (\text_gen|char_ram~20716_q )) # (!\text_gen|char_ram~46652_combout & ((\text_gen|char_ram~17132_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46652_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~20716_q ), + .datac(\text_gen|char_ram~17132_q ), + .datad(\text_gen|char_ram~46652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46653 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46654 ( +// Equation(s): +// \text_gen|char_ram~46654_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~46651_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~46653_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46651_combout ), + .datad(\text_gen|char_ram~46653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46654 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19260feeder ( +// Equation(s): +// \text_gen|char_ram~19260feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19260feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19260feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19260feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y57_N21 +dffeas \text_gen|char_ram~19260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19260feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y57_N29 +dffeas \text_gen|char_ram~21052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17468feeder ( +// Equation(s): +// \text_gen|char_ram~17468feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17468feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17468feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17468feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y60_N7 +dffeas \text_gen|char_ram~17468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17468feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y55_N31 +dffeas \text_gen|char_ram~15676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46655 ( +// Equation(s): +// \text_gen|char_ram~46655_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17468_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15676_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17468_q ), + .datac(\text_gen|char_ram~15676_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46655 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46656 ( +// Equation(s): +// \text_gen|char_ram~46656_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46655_combout & ((\text_gen|char_ram~21052_q ))) # (!\text_gen|char_ram~46655_combout & (\text_gen|char_ram~19260_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46655_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19260_q ), + .datac(\text_gen|char_ram~21052_q ), + .datad(\text_gen|char_ram~46655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46656 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46657 ( +// Equation(s): +// \text_gen|char_ram~46657_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46654_combout & ((\text_gen|char_ram~46656_combout ))) # (!\text_gen|char_ram~46654_combout & (\text_gen|char_ram~46649_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46654_combout )))) + + .dataa(\text_gen|char_ram~46649_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46654_combout ), + .datad(\text_gen|char_ram~46656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46657 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19225feeder ( +// Equation(s): +// \text_gen|char_ram~19225feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y51_N9 +dffeas \text_gen|char_ram~19225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y53_N25 +dffeas \text_gen|char_ram~21017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17433feeder ( +// Equation(s): +// \text_gen|char_ram~17433feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17433feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17433feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17433feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y52_N5 +dffeas \text_gen|char_ram~17433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17433feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y50_N3 +dffeas \text_gen|char_ram~15641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46644 ( +// Equation(s): +// \text_gen|char_ram~46644_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17433_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15641_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17433_q ), + .datac(\text_gen|char_ram~15641_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46644 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46645 ( +// Equation(s): +// \text_gen|char_ram~46645_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46644_combout & ((\text_gen|char_ram~21017_q ))) # (!\text_gen|char_ram~46644_combout & (\text_gen|char_ram~19225_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46644_combout )))) + + .dataa(\text_gen|char_ram~19225_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21017_q ), + .datad(\text_gen|char_ram~46644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46645 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17321feeder ( +// Equation(s): +// \text_gen|char_ram~17321feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17321feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17321feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17321feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y53_N21 +dffeas \text_gen|char_ram~17321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17321feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y53_N15 +dffeas \text_gen|char_ram~20905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19113feeder ( +// Equation(s): +// \text_gen|char_ram~19113feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19113feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19113feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19113feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y43_N11 +dffeas \text_gen|char_ram~19113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19113feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y39_N9 +dffeas \text_gen|char_ram~15529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46637 ( +// Equation(s): +// \text_gen|char_ram~46637_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19113_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15529_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19113_q ), + .datac(\text_gen|char_ram~15529_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46637 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46638 ( +// Equation(s): +// \text_gen|char_ram~46638_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46637_combout & ((\text_gen|char_ram~20905_q ))) # (!\text_gen|char_ram~46637_combout & (\text_gen|char_ram~17321_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46637_combout )))) + + .dataa(\text_gen|char_ram~17321_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20905_q ), + .datad(\text_gen|char_ram~46637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46638 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17097feeder ( +// Equation(s): +// \text_gen|char_ram~17097feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y56_N31 +dffeas \text_gen|char_ram~17097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y57_N5 +dffeas \text_gen|char_ram~20681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y57_N7 +dffeas \text_gen|char_ram~15305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18889feeder ( +// Equation(s): +// \text_gen|char_ram~18889feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18889feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y61_N29 +dffeas \text_gen|char_ram~18889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46641 ( +// Equation(s): +// \text_gen|char_ram~46641_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~18889_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15305_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15305_q ), + .datad(\text_gen|char_ram~18889_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46641 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46642 ( +// Equation(s): +// \text_gen|char_ram~46642_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46641_combout & ((\text_gen|char_ram~20681_q ))) # (!\text_gen|char_ram~46641_combout & (\text_gen|char_ram~17097_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46641_combout )))) + + .dataa(\text_gen|char_ram~17097_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20681_q ), + .datad(\text_gen|char_ram~46641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46642 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19001feeder ( +// Equation(s): +// \text_gen|char_ram~19001feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y49_N23 +dffeas \text_gen|char_ram~19001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y57_N3 +dffeas \text_gen|char_ram~20793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17209feeder ( +// Equation(s): +// \text_gen|char_ram~17209feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17209feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y38_N1 +dffeas \text_gen|char_ram~17209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y41_N21 +dffeas \text_gen|char_ram~15417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46639 ( +// Equation(s): +// \text_gen|char_ram~46639_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17209_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15417_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17209_q ), + .datac(\text_gen|char_ram~15417_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46639 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46640 ( +// Equation(s): +// \text_gen|char_ram~46640_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46639_combout & ((\text_gen|char_ram~20793_q ))) # (!\text_gen|char_ram~46639_combout & (\text_gen|char_ram~19001_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46639_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19001_q ), + .datac(\text_gen|char_ram~20793_q ), + .datad(\text_gen|char_ram~46639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46640 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46643 ( +// Equation(s): +// \text_gen|char_ram~46643_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~46640_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46642_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46642_combout ), + .datad(\text_gen|char_ram~46640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46643 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46646 ( +// Equation(s): +// \text_gen|char_ram~46646_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46643_combout & (\text_gen|char_ram~46645_combout )) # (!\text_gen|char_ram~46643_combout & ((\text_gen|char_ram~46638_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46643_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46645_combout ), + .datac(\text_gen|char_ram~46638_combout ), + .datad(\text_gen|char_ram~46643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46646 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19029feeder ( +// Equation(s): +// \text_gen|char_ram~19029feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19029feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N23 +dffeas \text_gen|char_ram~19029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y60_N7 +dffeas \text_gen|char_ram~20821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y59_N27 +dffeas \text_gen|char_ram~15445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17237feeder ( +// Equation(s): +// \text_gen|char_ram~17237feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17237feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y59_N29 +dffeas \text_gen|char_ram~17237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46627 ( +// Equation(s): +// \text_gen|char_ram~46627_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~17237_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15445_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15445_q ), + .datad(\text_gen|char_ram~17237_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46627 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46628 ( +// Equation(s): +// \text_gen|char_ram~46628_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46627_combout & ((\text_gen|char_ram~20821_q ))) # (!\text_gen|char_ram~46627_combout & (\text_gen|char_ram~19029_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46627_combout )))) + + .dataa(\text_gen|char_ram~19029_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~20821_q ), + .datad(\text_gen|char_ram~46627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46628 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19253feeder ( +// Equation(s): +// \text_gen|char_ram~19253feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19253feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N25 +dffeas \text_gen|char_ram~19253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y60_N5 +dffeas \text_gen|char_ram~21045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17461feeder ( +// Equation(s): +// \text_gen|char_ram~17461feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17461feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y63_N29 +dffeas \text_gen|char_ram~17461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y63_N7 +dffeas \text_gen|char_ram~15669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46634 ( +// Equation(s): +// \text_gen|char_ram~46634_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17461_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15669_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17461_q ), + .datac(\text_gen|char_ram~15669_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46634 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46635 ( +// Equation(s): +// \text_gen|char_ram~46635_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46634_combout & ((\text_gen|char_ram~21045_q ))) # (!\text_gen|char_ram~46634_combout & (\text_gen|char_ram~19253_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46634_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19253_q ), + .datac(\text_gen|char_ram~21045_q ), + .datad(\text_gen|char_ram~46634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46635 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17125feeder ( +// Equation(s): +// \text_gen|char_ram~17125feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17125feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y60_N1 +dffeas \text_gen|char_ram~17125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y61_N23 +dffeas \text_gen|char_ram~20709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18917feeder ( +// Equation(s): +// \text_gen|char_ram~18917feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18917feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18917feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18917feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N15 +dffeas \text_gen|char_ram~18917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18917feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y58_N11 +dffeas \text_gen|char_ram~15333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46631 ( +// Equation(s): +// \text_gen|char_ram~46631_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18917_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15333_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18917_q ), + .datac(\text_gen|char_ram~15333_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46631 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46632 ( +// Equation(s): +// \text_gen|char_ram~46632_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46631_combout & ((\text_gen|char_ram~20709_q ))) # (!\text_gen|char_ram~46631_combout & (\text_gen|char_ram~17125_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46631_combout )))) + + .dataa(\text_gen|char_ram~17125_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20709_q ), + .datad(\text_gen|char_ram~46631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46632 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17349feeder ( +// Equation(s): +// \text_gen|char_ram~17349feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17349feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N21 +dffeas \text_gen|char_ram~17349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y60_N19 +dffeas \text_gen|char_ram~20933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19141feeder ( +// Equation(s): +// \text_gen|char_ram~19141feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19141feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y58_N5 +dffeas \text_gen|char_ram~19141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y54_N11 +dffeas \text_gen|char_ram~15557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46629 ( +// Equation(s): +// \text_gen|char_ram~46629_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19141_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15557_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19141_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15557_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46629 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46630 ( +// Equation(s): +// \text_gen|char_ram~46630_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46629_combout & ((\text_gen|char_ram~20933_q ))) # (!\text_gen|char_ram~46629_combout & (\text_gen|char_ram~17349_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46629_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17349_q ), + .datac(\text_gen|char_ram~20933_q ), + .datad(\text_gen|char_ram~46629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46630 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46633 ( +// Equation(s): +// \text_gen|char_ram~46633_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~46630_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46632_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46632_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~46630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46633 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46636 ( +// Equation(s): +// \text_gen|char_ram~46636_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46633_combout & ((\text_gen|char_ram~46635_combout ))) # (!\text_gen|char_ram~46633_combout & (\text_gen|char_ram~46628_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46633_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46628_combout ), + .datac(\text_gen|char_ram~46635_combout ), + .datad(\text_gen|char_ram~46633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46636 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46647 ( +// Equation(s): +// \text_gen|char_ram~46647_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~46636_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46646_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46646_combout ), + .datad(\text_gen|char_ram~46636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46647 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19232feeder ( +// Equation(s): +// \text_gen|char_ram~19232feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19232feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y49_N31 +dffeas \text_gen|char_ram~19232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17440feeder ( +// Equation(s): +// \text_gen|char_ram~17440feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17440feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y42_N23 +dffeas \text_gen|char_ram~17440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y50_N25 +dffeas \text_gen|char_ram~15648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46624 ( +// Equation(s): +// \text_gen|char_ram~46624_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17440_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15648_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17440_q ), + .datac(\text_gen|char_ram~15648_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46624 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21024feeder ( +// Equation(s): +// \text_gen|char_ram~21024feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21024feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y52_N3 +dffeas \text_gen|char_ram~21024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46625 ( +// Equation(s): +// \text_gen|char_ram~46625_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46624_combout & ((\text_gen|char_ram~21024_q ))) # (!\text_gen|char_ram~46624_combout & (\text_gen|char_ram~19232_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46624_combout )))) + + .dataa(\text_gen|char_ram~19232_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~46624_combout ), + .datad(\text_gen|char_ram~21024_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46625 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20912feeder ( +// Equation(s): +// \text_gen|char_ram~20912feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20912feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20912feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20912feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y52_N3 +dffeas \text_gen|char_ram~20912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20912feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17328feeder ( +// Equation(s): +// \text_gen|char_ram~17328feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17328feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17328feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17328feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y52_N29 +dffeas \text_gen|char_ram~17328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17328feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y51_N23 +dffeas \text_gen|char_ram~15536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19120feeder ( +// Equation(s): +// \text_gen|char_ram~19120feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19120feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N11 +dffeas \text_gen|char_ram~19120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46617 ( +// Equation(s): +// \text_gen|char_ram~46617_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~19120_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15536_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15536_q ), + .datad(\text_gen|char_ram~19120_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46617 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46618 ( +// Equation(s): +// \text_gen|char_ram~46618_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46617_combout & (\text_gen|char_ram~20912_q )) # (!\text_gen|char_ram~46617_combout & ((\text_gen|char_ram~17328_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46617_combout )))) + + .dataa(\text_gen|char_ram~20912_q ), + .datab(\text_gen|char_ram~17328_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~46617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46618 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~46618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17104feeder ( +// Equation(s): +// \text_gen|char_ram~17104feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17104feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17104feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17104feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y24_N19 +dffeas \text_gen|char_ram~17104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17104feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15312feeder ( +// Equation(s): +// \text_gen|char_ram~15312feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y48_N5 +dffeas \text_gen|char_ram~15312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18896feeder ( +// Equation(s): +// \text_gen|char_ram~18896feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18896feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y57_N9 +dffeas \text_gen|char_ram~18896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46621 ( +// Equation(s): +// \text_gen|char_ram~46621_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18896_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15312_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15312_q ), + .datad(\text_gen|char_ram~18896_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46621 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20688feeder ( +// Equation(s): +// \text_gen|char_ram~20688feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20688feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20688feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20688feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y56_N7 +dffeas \text_gen|char_ram~20688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20688feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46622 ( +// Equation(s): +// \text_gen|char_ram~46622_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46621_combout & ((\text_gen|char_ram~20688_q ))) # (!\text_gen|char_ram~46621_combout & (\text_gen|char_ram~17104_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46621_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17104_q ), + .datac(\text_gen|char_ram~46621_combout ), + .datad(\text_gen|char_ram~20688_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46622 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~46622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19008feeder ( +// Equation(s): +// \text_gen|char_ram~19008feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19008feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19008feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19008feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y55_N1 +dffeas \text_gen|char_ram~19008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19008feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y54_N17 +dffeas \text_gen|char_ram~20800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17216feeder ( +// Equation(s): +// \text_gen|char_ram~17216feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17216feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y46_N21 +dffeas \text_gen|char_ram~17216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y46_N11 +dffeas \text_gen|char_ram~15424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46619 ( +// Equation(s): +// \text_gen|char_ram~46619_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17216_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15424_q +// ))))) + + .dataa(\text_gen|char_ram~17216_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15424_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46619 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46620 ( +// Equation(s): +// \text_gen|char_ram~46620_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46619_combout & ((\text_gen|char_ram~20800_q ))) # (!\text_gen|char_ram~46619_combout & (\text_gen|char_ram~19008_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46619_combout )))) + + .dataa(\text_gen|char_ram~19008_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~20800_q ), + .datad(\text_gen|char_ram~46619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46620 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46623 ( +// Equation(s): +// \text_gen|char_ram~46623_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~46620_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46622_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46622_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~46620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46623 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46626 ( +// Equation(s): +// \text_gen|char_ram~46626_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46623_combout & (\text_gen|char_ram~46625_combout )) # (!\text_gen|char_ram~46623_combout & ((\text_gen|char_ram~46618_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46623_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46625_combout ), + .datac(\text_gen|char_ram~46618_combout ), + .datad(\text_gen|char_ram~46623_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46626 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46658 ( +// Equation(s): +// \text_gen|char_ram~46658_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46647_combout & (\text_gen|char_ram~46657_combout )) # (!\text_gen|char_ram~46647_combout & ((\text_gen|char_ram~46626_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46647_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46657_combout ), + .datac(\text_gen|char_ram~46647_combout ), + .datad(\text_gen|char_ram~46626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46658 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4700feeder ( +// Equation(s): +// \text_gen|char_ram~4700feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4700feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4700feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4700feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y57_N29 +dffeas \text_gen|char_ram~4700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4700feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y57_N3 +dffeas \text_gen|char_ram~6492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2908feeder ( +// Equation(s): +// \text_gen|char_ram~2908feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2908feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y54_N1 +dffeas \text_gen|char_ram~2908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y54_N5 +dffeas \text_gen|char_ram~1116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46690 ( +// Equation(s): +// \text_gen|char_ram~46690_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2908_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1116_q +// ))))) + + .dataa(\text_gen|char_ram~2908_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1116_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46690 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46691 ( +// Equation(s): +// \text_gen|char_ram~46691_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46690_combout & ((\text_gen|char_ram~6492_q ))) # (!\text_gen|char_ram~46690_combout & (\text_gen|char_ram~4700_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46690_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4700_q ), + .datac(\text_gen|char_ram~6492_q ), + .datad(\text_gen|char_ram~46690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46691 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4924feeder ( +// Equation(s): +// \text_gen|char_ram~4924feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4924feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4924feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4924feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y58_N31 +dffeas \text_gen|char_ram~4924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4924feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6716feeder ( +// Equation(s): +// \text_gen|char_ram~6716feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6716feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6716feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6716feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y58_N5 +dffeas \text_gen|char_ram~6716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6716feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3132feeder ( +// Equation(s): +// \text_gen|char_ram~3132feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3132feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y53_N15 +dffeas \text_gen|char_ram~3132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N19 +dffeas \text_gen|char_ram~1340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46697 ( +// Equation(s): +// \text_gen|char_ram~46697_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3132_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1340_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3132_q ), + .datac(\text_gen|char_ram~1340_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46697 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46698 ( +// Equation(s): +// \text_gen|char_ram~46698_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46697_combout & ((\text_gen|char_ram~6716_q ))) # (!\text_gen|char_ram~46697_combout & (\text_gen|char_ram~4924_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46697_combout )))) + + .dataa(\text_gen|char_ram~4924_q ), + .datab(\text_gen|char_ram~6716_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~46697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46698 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~46698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~3020feeder ( +// Equation(s): +// \text_gen|char_ram~3020feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3020feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3020feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3020feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y55_N5 +dffeas \text_gen|char_ram~3020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3020feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y57_N17 +dffeas \text_gen|char_ram~6604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4812feeder ( +// Equation(s): +// \text_gen|char_ram~4812feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4812feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4812feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4812feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N27 +dffeas \text_gen|char_ram~4812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4812feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y57_N11 +dffeas \text_gen|char_ram~1228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46692 ( +// Equation(s): +// \text_gen|char_ram~46692_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4812_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1228_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4812_q ), + .datac(\text_gen|char_ram~1228_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46692 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46693 ( +// Equation(s): +// \text_gen|char_ram~46693_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46692_combout & ((\text_gen|char_ram~6604_q ))) # (!\text_gen|char_ram~46692_combout & (\text_gen|char_ram~3020_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46692_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3020_q ), + .datac(\text_gen|char_ram~6604_q ), + .datad(\text_gen|char_ram~46692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46693 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y65_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2796feeder ( +// Equation(s): +// \text_gen|char_ram~2796feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2796feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y65_N19 +dffeas \text_gen|char_ram~2796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y65_N29 +dffeas \text_gen|char_ram~6380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y62_N27 +dffeas \text_gen|char_ram~1004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4588feeder ( +// Equation(s): +// \text_gen|char_ram~4588feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4588feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4588feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4588feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N19 +dffeas \text_gen|char_ram~4588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4588feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46694 ( +// Equation(s): +// \text_gen|char_ram~46694_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4588_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1004_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1004_q ), + .datad(\text_gen|char_ram~4588_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46694 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y65_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46695 ( +// Equation(s): +// \text_gen|char_ram~46695_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46694_combout & ((\text_gen|char_ram~6380_q ))) # (!\text_gen|char_ram~46694_combout & (\text_gen|char_ram~2796_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46694_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2796_q ), + .datac(\text_gen|char_ram~6380_q ), + .datad(\text_gen|char_ram~46694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46695 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46696 ( +// Equation(s): +// \text_gen|char_ram~46696_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46693_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46695_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46693_combout ), + .datad(\text_gen|char_ram~46695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46696 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46699 ( +// Equation(s): +// \text_gen|char_ram~46699_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46696_combout & ((\text_gen|char_ram~46698_combout ))) # (!\text_gen|char_ram~46696_combout & (\text_gen|char_ram~46691_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46696_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46691_combout ), + .datac(\text_gen|char_ram~46698_combout ), + .datad(\text_gen|char_ram~46696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46699 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2789feeder ( +// Equation(s): +// \text_gen|char_ram~2789feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y60_N13 +dffeas \text_gen|char_ram~2789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y56_N15 +dffeas \text_gen|char_ram~6373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4581feeder ( +// Equation(s): +// \text_gen|char_ram~4581feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4581feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N9 +dffeas \text_gen|char_ram~4581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y56_N3 +dffeas \text_gen|char_ram~997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46673 ( +// Equation(s): +// \text_gen|char_ram~46673_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4581_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~997_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4581_q ), + .datac(\text_gen|char_ram~997_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46673 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46674 ( +// Equation(s): +// \text_gen|char_ram~46674_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46673_combout & ((\text_gen|char_ram~6373_q ))) # (!\text_gen|char_ram~46673_combout & (\text_gen|char_ram~2789_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46673_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2789_q ), + .datac(\text_gen|char_ram~6373_q ), + .datad(\text_gen|char_ram~46673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46674 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3013feeder ( +// Equation(s): +// \text_gen|char_ram~3013feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3013feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3013feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3013feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y57_N21 +dffeas \text_gen|char_ram~3013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3013feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y57_N11 +dffeas \text_gen|char_ram~6597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4805feeder ( +// Equation(s): +// \text_gen|char_ram~4805feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4805feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4805feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4805feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y55_N9 +dffeas \text_gen|char_ram~4805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4805feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y55_N31 +dffeas \text_gen|char_ram~1221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46671 ( +// Equation(s): +// \text_gen|char_ram~46671_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4805_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1221_q +// ))))) + + .dataa(\text_gen|char_ram~4805_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1221_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46671 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46672 ( +// Equation(s): +// \text_gen|char_ram~46672_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46671_combout & ((\text_gen|char_ram~6597_q ))) # (!\text_gen|char_ram~46671_combout & (\text_gen|char_ram~3013_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46671_combout )))) + + .dataa(\text_gen|char_ram~3013_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6597_q ), + .datad(\text_gen|char_ram~46671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46672 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46675 ( +// Equation(s): +// \text_gen|char_ram~46675_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~46672_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46674_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46674_combout ), + .datad(\text_gen|char_ram~46672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46675 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4917feeder ( +// Equation(s): +// \text_gen|char_ram~4917feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4917feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4917feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4917feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y58_N31 +dffeas \text_gen|char_ram~4917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4917feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y56_N11 +dffeas \text_gen|char_ram~6709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3125feeder ( +// Equation(s): +// \text_gen|char_ram~3125feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3125feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y54_N27 +dffeas \text_gen|char_ram~3125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y54_N25 +dffeas \text_gen|char_ram~1333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46676 ( +// Equation(s): +// \text_gen|char_ram~46676_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3125_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1333_q +// ))))) + + .dataa(\text_gen|char_ram~3125_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1333_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46676 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46677 ( +// Equation(s): +// \text_gen|char_ram~46677_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46676_combout & ((\text_gen|char_ram~6709_q ))) # (!\text_gen|char_ram~46676_combout & (\text_gen|char_ram~4917_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46676_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4917_q ), + .datac(\text_gen|char_ram~6709_q ), + .datad(\text_gen|char_ram~46676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46677 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4693feeder ( +// Equation(s): +// \text_gen|char_ram~4693feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4693feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y55_N11 +dffeas \text_gen|char_ram~4693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N9 +dffeas \text_gen|char_ram~6485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2901feeder ( +// Equation(s): +// \text_gen|char_ram~2901feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2901feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y40_N17 +dffeas \text_gen|char_ram~2901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y44_N11 +dffeas \text_gen|char_ram~1109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46669 ( +// Equation(s): +// \text_gen|char_ram~46669_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2901_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1109_q +// ))))) + + .dataa(\text_gen|char_ram~2901_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1109_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46669 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46670 ( +// Equation(s): +// \text_gen|char_ram~46670_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46669_combout & ((\text_gen|char_ram~6485_q ))) # (!\text_gen|char_ram~46669_combout & (\text_gen|char_ram~4693_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46669_combout )))) + + .dataa(\text_gen|char_ram~4693_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6485_q ), + .datad(\text_gen|char_ram~46669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46670 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46678 ( +// Equation(s): +// \text_gen|char_ram~46678_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46675_combout & (\text_gen|char_ram~46677_combout )) # (!\text_gen|char_ram~46675_combout & ((\text_gen|char_ram~46670_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46675_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46675_combout ), + .datac(\text_gen|char_ram~46677_combout ), + .datad(\text_gen|char_ram~46670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46678 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4889feeder ( +// Equation(s): +// \text_gen|char_ram~4889feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4889feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y59_N19 +dffeas \text_gen|char_ram~4889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3097feeder ( +// Equation(s): +// \text_gen|char_ram~3097feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y53_N25 +dffeas \text_gen|char_ram~3097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N17 +dffeas \text_gen|char_ram~1305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46686 ( +// Equation(s): +// \text_gen|char_ram~46686_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3097_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1305_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3097_q ), + .datac(\text_gen|char_ram~1305_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46686 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6681feeder ( +// Equation(s): +// \text_gen|char_ram~6681feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6681feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6681feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6681feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N1 +dffeas \text_gen|char_ram~6681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6681feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46687 ( +// Equation(s): +// \text_gen|char_ram~46687_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46686_combout & ((\text_gen|char_ram~6681_q ))) # (!\text_gen|char_ram~46686_combout & (\text_gen|char_ram~4889_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46686_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4889_q ), + .datac(\text_gen|char_ram~46686_combout ), + .datad(\text_gen|char_ram~6681_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46687 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~46687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2985feeder ( +// Equation(s): +// \text_gen|char_ram~2985feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2985feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N17 +dffeas \text_gen|char_ram~2985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4777feeder ( +// Equation(s): +// \text_gen|char_ram~4777feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N1 +dffeas \text_gen|char_ram~4777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y49_N5 +dffeas \text_gen|char_ram~1193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46679 ( +// Equation(s): +// \text_gen|char_ram~46679_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4777_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1193_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4777_q ), + .datac(\text_gen|char_ram~1193_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46679 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y49_N31 +dffeas \text_gen|char_ram~6569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46680 ( +// Equation(s): +// \text_gen|char_ram~46680_combout = (\text_gen|char_ram~46679_combout & (((\text_gen|char_ram~6569_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~46679_combout & (\text_gen|char_ram~2985_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~2985_q ), + .datab(\text_gen|char_ram~46679_combout ), + .datac(\text_gen|char_ram~6569_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46680 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4665feeder ( +// Equation(s): +// \text_gen|char_ram~4665feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4665feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4665feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4665feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y57_N7 +dffeas \text_gen|char_ram~4665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4665feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y57_N31 +dffeas \text_gen|char_ram~6457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2873feeder ( +// Equation(s): +// \text_gen|char_ram~2873feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2873feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2873feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2873feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y44_N7 +dffeas \text_gen|char_ram~2873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2873feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y44_N17 +dffeas \text_gen|char_ram~1081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46681 ( +// Equation(s): +// \text_gen|char_ram~46681_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2873_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1081_q +// ))))) + + .dataa(\text_gen|char_ram~2873_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1081_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46681 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46682 ( +// Equation(s): +// \text_gen|char_ram~46682_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46681_combout & ((\text_gen|char_ram~6457_q ))) # (!\text_gen|char_ram~46681_combout & (\text_gen|char_ram~4665_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46681_combout )))) + + .dataa(\text_gen|char_ram~4665_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6457_q ), + .datad(\text_gen|char_ram~46681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46682 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2761feeder ( +// Equation(s): +// \text_gen|char_ram~2761feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2761feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2761feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2761feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y61_N27 +dffeas \text_gen|char_ram~2761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2761feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4553feeder ( +// Equation(s): +// \text_gen|char_ram~4553feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4553feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4553feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4553feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y59_N29 +dffeas \text_gen|char_ram~4553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4553feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y58_N31 +dffeas \text_gen|char_ram~969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46683 ( +// Equation(s): +// \text_gen|char_ram~46683_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4553_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~969_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4553_q ), + .datac(\text_gen|char_ram~969_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46683 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y57_N25 +dffeas \text_gen|char_ram~6345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46684 ( +// Equation(s): +// \text_gen|char_ram~46684_combout = (\text_gen|char_ram~46683_combout & (((\text_gen|char_ram~6345_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~46683_combout & (\text_gen|char_ram~2761_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~2761_q ), + .datab(\text_gen|char_ram~46683_combout ), + .datac(\text_gen|char_ram~6345_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46684 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46685 ( +// Equation(s): +// \text_gen|char_ram~46685_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~46682_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~46684_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46682_combout ), + .datad(\text_gen|char_ram~46684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46685 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46688 ( +// Equation(s): +// \text_gen|char_ram~46688_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46685_combout & (\text_gen|char_ram~46687_combout )) # (!\text_gen|char_ram~46685_combout & ((\text_gen|char_ram~46680_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46685_combout )))) + + .dataa(\text_gen|char_ram~46687_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46680_combout ), + .datad(\text_gen|char_ram~46685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46688 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46689 ( +// Equation(s): +// \text_gen|char_ram~46689_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~46678_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~46688_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46678_combout ), + .datad(\text_gen|char_ram~46688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46689 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2992feeder ( +// Equation(s): +// \text_gen|char_ram~2992feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2992feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2992feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2992feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N19 +dffeas \text_gen|char_ram~2992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2992feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1200feeder ( +// Equation(s): +// \text_gen|char_ram~1200feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1200feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1200feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1200feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y53_N11 +dffeas \text_gen|char_ram~1200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1200feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4784feeder ( +// Equation(s): +// \text_gen|char_ram~4784feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4784feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4784feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4784feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y51_N19 +dffeas \text_gen|char_ram~4784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4784feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46659 ( +// Equation(s): +// \text_gen|char_ram~46659_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~4784_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1200_q +// )))) + + .dataa(\text_gen|char_ram~1200_q ), + .datab(\text_gen|char_ram~4784_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46659 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~46659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y53_N15 +dffeas \text_gen|char_ram~6576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46660 ( +// Equation(s): +// \text_gen|char_ram~46660_combout = (\text_gen|char_ram~46659_combout & (((\text_gen|char_ram~6576_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~46659_combout & (\text_gen|char_ram~2992_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~2992_q ), + .datab(\text_gen|char_ram~46659_combout ), + .datac(\text_gen|char_ram~6576_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46660 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4896feeder ( +// Equation(s): +// \text_gen|char_ram~4896feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4896feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N17 +dffeas \text_gen|char_ram~4896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y57_N3 +dffeas \text_gen|char_ram~1312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3104feeder ( +// Equation(s): +// \text_gen|char_ram~3104feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3104feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3104feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3104feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y53_N7 +dffeas \text_gen|char_ram~3104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3104feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46666 ( +// Equation(s): +// \text_gen|char_ram~46666_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3104_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1312_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1312_q ), + .datad(\text_gen|char_ram~3104_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46666 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y57_N9 +dffeas \text_gen|char_ram~6688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46667 ( +// Equation(s): +// \text_gen|char_ram~46667_combout = (\text_gen|char_ram~46666_combout & (((\text_gen|char_ram~6688_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~46666_combout & (\text_gen|char_ram~4896_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~4896_q ), + .datab(\text_gen|char_ram~46666_combout ), + .datac(\text_gen|char_ram~6688_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46667 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4672feeder ( +// Equation(s): +// \text_gen|char_ram~4672feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4672feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4672feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4672feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y55_N29 +dffeas \text_gen|char_ram~4672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4672feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y54_N15 +dffeas \text_gen|char_ram~6464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2880feeder ( +// Equation(s): +// \text_gen|char_ram~2880feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2880feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y50_N7 +dffeas \text_gen|char_ram~2880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y54_N11 +dffeas \text_gen|char_ram~1088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46661 ( +// Equation(s): +// \text_gen|char_ram~46661_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2880_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1088_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2880_q ), + .datac(\text_gen|char_ram~1088_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46661 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46662 ( +// Equation(s): +// \text_gen|char_ram~46662_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46661_combout & ((\text_gen|char_ram~6464_q ))) # (!\text_gen|char_ram~46661_combout & (\text_gen|char_ram~4672_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46661_combout )))) + + .dataa(\text_gen|char_ram~4672_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6464_q ), + .datad(\text_gen|char_ram~46661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46662 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2768feeder ( +// Equation(s): +// \text_gen|char_ram~2768feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2768feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2768feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2768feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y61_N5 +dffeas \text_gen|char_ram~2768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2768feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N23 +dffeas \text_gen|char_ram~6352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4560feeder ( +// Equation(s): +// \text_gen|char_ram~4560feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4560feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4560feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4560feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y61_N19 +dffeas \text_gen|char_ram~4560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4560feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N13 +dffeas \text_gen|char_ram~976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46663 ( +// Equation(s): +// \text_gen|char_ram~46663_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4560_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~976_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4560_q ), + .datac(\text_gen|char_ram~976_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46663 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46664 ( +// Equation(s): +// \text_gen|char_ram~46664_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46663_combout & ((\text_gen|char_ram~6352_q ))) # (!\text_gen|char_ram~46663_combout & (\text_gen|char_ram~2768_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46663_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2768_q ), + .datac(\text_gen|char_ram~6352_q ), + .datad(\text_gen|char_ram~46663_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46664 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46665 ( +// Equation(s): +// \text_gen|char_ram~46665_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~46662_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~46664_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46662_combout ), + .datad(\text_gen|char_ram~46664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46665 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46668 ( +// Equation(s): +// \text_gen|char_ram~46668_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46665_combout & ((\text_gen|char_ram~46667_combout ))) # (!\text_gen|char_ram~46665_combout & (\text_gen|char_ram~46660_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46665_combout )))) + + .dataa(\text_gen|char_ram~46660_combout ), + .datab(\text_gen|char_ram~46667_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~46665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46668 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~46668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46700 ( +// Equation(s): +// \text_gen|char_ram~46700_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46689_combout & (\text_gen|char_ram~46699_combout )) # (!\text_gen|char_ram~46689_combout & ((\text_gen|char_ram~46668_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46689_combout )))) + + .dataa(\text_gen|char_ram~46699_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46689_combout ), + .datad(\text_gen|char_ram~46668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46700 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46701 ( +// Equation(s): +// \text_gen|char_ram~46701_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46658_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~46700_combout & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~46658_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46700_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46701 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46744 ( +// Equation(s): +// \text_gen|char_ram~46744_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46701_combout & ((\text_gen|char_ram~46743_combout ))) # (!\text_gen|char_ram~46701_combout & (\text_gen|char_ram~46616_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46701_combout )))) + + .dataa(\text_gen|char_ram~46616_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46743_combout ), + .datad(\text_gen|char_ram~46701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46744 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12421feeder ( +// Equation(s): +// \text_gen|char_ram~12421feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12421feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y28_N9 +dffeas \text_gen|char_ram~12421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y28_N11 +dffeas \text_gen|char_ram~12428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y32_N27 +dffeas \text_gen|char_ram~12393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12400feeder ( +// Equation(s): +// \text_gen|char_ram~12400feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12400feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y28_N1 +dffeas \text_gen|char_ram~12400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47096 ( +// Equation(s): +// \text_gen|char_ram~47096_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~12400_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~12393_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12393_q ), + .datad(\text_gen|char_ram~12400_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47096 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47097 ( +// Equation(s): +// \text_gen|char_ram~47097_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~47096_combout & ((\text_gen|char_ram~12428_q ))) # (!\text_gen|char_ram~47096_combout & (\text_gen|char_ram~12421_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~47096_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12421_q ), + .datac(\text_gen|char_ram~12428_q ), + .datad(\text_gen|char_ram~47096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47097 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12533feeder ( +// Equation(s): +// \text_gen|char_ram~12533feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12533feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y33_N23 +dffeas \text_gen|char_ram~12533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y33_N13 +dffeas \text_gen|char_ram~12505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47103 ( +// Equation(s): +// \text_gen|char_ram~47103_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12533_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12505_q ))))) + + .dataa(\text_gen|char_ram~12533_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12505_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~47103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47103 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y30_N5 +dffeas \text_gen|char_ram~12512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y33_N31 +dffeas \text_gen|char_ram~12540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47104 ( +// Equation(s): +// \text_gen|char_ram~47104_combout = (\text_gen|char_ram~47103_combout & (((\text_gen|char_ram~12540_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~47103_combout & (\text_gen|char_ram~12512_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~47103_combout ), + .datab(\text_gen|char_ram~12512_q ), + .datac(\text_gen|char_ram~12540_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~47104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47104 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y26_N1 +dffeas \text_gen|char_ram~12197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y26_N17 +dffeas \text_gen|char_ram~12204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y26_N25 +dffeas \text_gen|char_ram~12176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y30_N31 +dffeas \text_gen|char_ram~12169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47100 ( +// Equation(s): +// \text_gen|char_ram~47100_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~12176_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~12169_q ))))) + + .dataa(\text_gen|char_ram~12176_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12169_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~47100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47100 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47101 ( +// Equation(s): +// \text_gen|char_ram~47101_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~47100_combout & ((\text_gen|char_ram~12204_q ))) # (!\text_gen|char_ram~47100_combout & (\text_gen|char_ram~12197_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~47100_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12197_q ), + .datac(\text_gen|char_ram~12204_q ), + .datad(\text_gen|char_ram~47100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47101 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y27_N29 +dffeas \text_gen|char_ram~12281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12309feeder ( +// Equation(s): +// \text_gen|char_ram~12309feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12309feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12309feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12309feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y31_N25 +dffeas \text_gen|char_ram~12309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12309feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47098 ( +// Equation(s): +// \text_gen|char_ram~47098_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~12309_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~12281_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12281_q ), + .datad(\text_gen|char_ram~12309_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47098 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12288feeder ( +// Equation(s): +// \text_gen|char_ram~12288feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12288feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12288feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12288feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X16_Y27_N7 +dffeas \text_gen|char_ram~12288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12288feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y27_N23 +dffeas \text_gen|char_ram~12316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47099 ( +// Equation(s): +// \text_gen|char_ram~47099_combout = (\text_gen|char_ram~47098_combout & (((\text_gen|char_ram~12316_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~47098_combout & (\text_gen|char_ram~12288_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~47098_combout ), + .datab(\text_gen|char_ram~12288_q ), + .datac(\text_gen|char_ram~12316_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~47099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47099 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47102 ( +// Equation(s): +// \text_gen|char_ram~47102_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~47099_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~47101_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47101_combout ), + .datad(\text_gen|char_ram~47099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47102 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47105 ( +// Equation(s): +// \text_gen|char_ram~47105_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47102_combout & ((\text_gen|char_ram~47104_combout ))) # (!\text_gen|char_ram~47102_combout & (\text_gen|char_ram~47097_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47102_combout )))) + + .dataa(\text_gen|char_ram~47097_combout ), + .datab(\text_gen|char_ram~47104_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~47102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47105 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~47105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N1 +dffeas \text_gen|char_ram~5344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y25_N27 +dffeas \text_gen|char_ram~5372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y29_N5 +dffeas \text_gen|char_ram~5365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y25_N21 +dffeas \text_gen|char_ram~5337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47113 ( +// Equation(s): +// \text_gen|char_ram~47113_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~5365_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~5337_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5365_q ), + .datac(\text_gen|char_ram~5337_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~47113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47113 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47114 ( +// Equation(s): +// \text_gen|char_ram~47114_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47113_combout & ((\text_gen|char_ram~5372_q ))) # (!\text_gen|char_ram~47113_combout & (\text_gen|char_ram~5344_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47113_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5344_q ), + .datac(\text_gen|char_ram~5372_q ), + .datad(\text_gen|char_ram~47113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47114 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5120feeder ( +// Equation(s): +// \text_gen|char_ram~5120feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5120feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y27_N7 +dffeas \text_gen|char_ram~5120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y27_N13 +dffeas \text_gen|char_ram~5148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y37_N17 +dffeas \text_gen|char_ram~5113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5141feeder ( +// Equation(s): +// \text_gen|char_ram~5141feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y40_N23 +dffeas \text_gen|char_ram~5141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47106 ( +// Equation(s): +// \text_gen|char_ram~47106_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5141_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5113_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5113_q ), + .datad(\text_gen|char_ram~5141_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47106 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47107 ( +// Equation(s): +// \text_gen|char_ram~47107_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47106_combout & ((\text_gen|char_ram~5148_q ))) # (!\text_gen|char_ram~47106_combout & (\text_gen|char_ram~5120_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47106_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5120_q ), + .datac(\text_gen|char_ram~5148_q ), + .datad(\text_gen|char_ram~47106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47107 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N19 +dffeas \text_gen|char_ram~5225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y27_N17 +dffeas \text_gen|char_ram~5232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47108 ( +// Equation(s): +// \text_gen|char_ram~47108_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5232_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5225_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5225_q ), + .datad(\text_gen|char_ram~5232_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47108 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y27_N25 +dffeas \text_gen|char_ram~5260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5253feeder ( +// Equation(s): +// \text_gen|char_ram~5253feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y31_N7 +dffeas \text_gen|char_ram~5253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47109 ( +// Equation(s): +// \text_gen|char_ram~47109_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~47108_combout & (\text_gen|char_ram~5260_q )) # (!\text_gen|char_ram~47108_combout & ((\text_gen|char_ram~5253_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~47108_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~47108_combout ), + .datac(\text_gen|char_ram~5260_q ), + .datad(\text_gen|char_ram~5253_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47109 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y27_N11 +dffeas \text_gen|char_ram~5001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5008feeder ( +// Equation(s): +// \text_gen|char_ram~5008feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5008feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5008feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5008feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y24_N9 +dffeas \text_gen|char_ram~5008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5008feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47110 ( +// Equation(s): +// \text_gen|char_ram~47110_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5008_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5001_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5001_q ), + .datad(\text_gen|char_ram~5008_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47110 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y27_N25 +dffeas \text_gen|char_ram~5036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5029feeder ( +// Equation(s): +// \text_gen|char_ram~5029feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5029feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y29_N5 +dffeas \text_gen|char_ram~5029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47111 ( +// Equation(s): +// \text_gen|char_ram~47111_combout = (\text_gen|char_ram~47110_combout & (((\text_gen|char_ram~5036_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~47110_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5029_q )))) + + .dataa(\text_gen|char_ram~47110_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5036_q ), + .datad(\text_gen|char_ram~5029_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47111 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47112 ( +// Equation(s): +// \text_gen|char_ram~47112_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~47109_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~47111_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47109_combout ), + .datad(\text_gen|char_ram~47111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47112 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47115 ( +// Equation(s): +// \text_gen|char_ram~47115_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47112_combout & (\text_gen|char_ram~47114_combout )) # (!\text_gen|char_ram~47112_combout & ((\text_gen|char_ram~47107_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47112_combout )))) + + .dataa(\text_gen|char_ram~47114_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47107_combout ), + .datad(\text_gen|char_ram~47112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47115 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47116 ( +// Equation(s): +// \text_gen|char_ram~47116_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~47105_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~47115_combout ))))) + + .dataa(\text_gen|char_ram~47105_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~47115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47116 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~47116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19680feeder ( +// Equation(s): +// \text_gen|char_ram~19680feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19680feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y43_N21 +dffeas \text_gen|char_ram~19680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y43_N17 +dffeas \text_gen|char_ram~19708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19701feeder ( +// Equation(s): +// \text_gen|char_ram~19701feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19701feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19701feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19701feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N19 +dffeas \text_gen|char_ram~19701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19701feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19673feeder ( +// Equation(s): +// \text_gen|char_ram~19673feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y43_N17 +dffeas \text_gen|char_ram~19673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47093 ( +// Equation(s): +// \text_gen|char_ram~47093_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~19701_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~19673_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19701_q ), + .datad(\text_gen|char_ram~19673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47093 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47094 ( +// Equation(s): +// \text_gen|char_ram~47094_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47093_combout & ((\text_gen|char_ram~19708_q ))) # (!\text_gen|char_ram~47093_combout & (\text_gen|char_ram~19680_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47093_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19680_q ), + .datac(\text_gen|char_ram~19708_q ), + .datad(\text_gen|char_ram~47093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47094 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N27 +dffeas \text_gen|char_ram~19561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19568feeder ( +// Equation(s): +// \text_gen|char_ram~19568feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19568feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19568feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19568feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N29 +dffeas \text_gen|char_ram~19568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19568feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47088 ( +// Equation(s): +// \text_gen|char_ram~47088_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~19568_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19561_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19561_q ), + .datad(\text_gen|char_ram~19568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47088 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y31_N25 +dffeas \text_gen|char_ram~19596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19589feeder ( +// Equation(s): +// \text_gen|char_ram~19589feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19589feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19589feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19589feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y31_N31 +dffeas \text_gen|char_ram~19589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19589feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47089 ( +// Equation(s): +// \text_gen|char_ram~47089_combout = (\text_gen|char_ram~47088_combout & (((\text_gen|char_ram~19596_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~47088_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~19589_q )))) + + .dataa(\text_gen|char_ram~47088_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19596_q ), + .datad(\text_gen|char_ram~19589_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47089 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19365feeder ( +// Equation(s): +// \text_gen|char_ram~19365feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19365feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19365feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19365feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N19 +dffeas \text_gen|char_ram~19365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19365feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y27_N19 +dffeas \text_gen|char_ram~19372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19344feeder ( +// Equation(s): +// \text_gen|char_ram~19344feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19344feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19344feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19344feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N29 +dffeas \text_gen|char_ram~19344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19344feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y27_N15 +dffeas \text_gen|char_ram~19337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47090 ( +// Equation(s): +// \text_gen|char_ram~47090_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~19344_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~19337_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19344_q ), + .datac(\text_gen|char_ram~19337_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~47090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47090 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47091 ( +// Equation(s): +// \text_gen|char_ram~47091_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~47090_combout & ((\text_gen|char_ram~19372_q ))) # (!\text_gen|char_ram~47090_combout & (\text_gen|char_ram~19365_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~47090_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19365_q ), + .datac(\text_gen|char_ram~19372_q ), + .datad(\text_gen|char_ram~47090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47091 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47092 ( +// Equation(s): +// \text_gen|char_ram~47092_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~47089_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~47091_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~47089_combout ), + .datac(\text_gen|char_ram~47091_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47092 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19484feeder ( +// Equation(s): +// \text_gen|char_ram~19484feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19484feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y21_N5 +dffeas \text_gen|char_ram~19484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y29_N5 +dffeas \text_gen|char_ram~19456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19477feeder ( +// Equation(s): +// \text_gen|char_ram~19477feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19477feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19477feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19477feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N5 +dffeas \text_gen|char_ram~19477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19477feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y29_N25 +dffeas \text_gen|char_ram~19449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47086 ( +// Equation(s): +// \text_gen|char_ram~47086_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~19477_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~19449_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19477_q ), + .datac(\text_gen|char_ram~19449_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~47086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47086 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47087 ( +// Equation(s): +// \text_gen|char_ram~47087_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47086_combout & (\text_gen|char_ram~19484_q )) # (!\text_gen|char_ram~47086_combout & ((\text_gen|char_ram~19456_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47086_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19484_q ), + .datac(\text_gen|char_ram~19456_q ), + .datad(\text_gen|char_ram~47086_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47087 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47095 ( +// Equation(s): +// \text_gen|char_ram~47095_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47092_combout & (\text_gen|char_ram~47094_combout )) # (!\text_gen|char_ram~47092_combout & ((\text_gen|char_ram~47087_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47092_combout )))) + + .dataa(\text_gen|char_ram~47094_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47092_combout ), + .datad(\text_gen|char_ram~47087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47095 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~47095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y33_N25 +dffeas \text_gen|char_ram~26841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26869feeder ( +// Equation(s): +// \text_gen|char_ram~26869feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y29_N27 +dffeas \text_gen|char_ram~26869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47124 ( +// Equation(s): +// \text_gen|char_ram~47124_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~26869_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26841_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26841_q ), + .datad(\text_gen|char_ram~26869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47124 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y30_N23 +dffeas \text_gen|char_ram~26876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y30_N25 +dffeas \text_gen|char_ram~26848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47125 ( +// Equation(s): +// \text_gen|char_ram~47125_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47124_combout & (\text_gen|char_ram~26876_q )) # (!\text_gen|char_ram~47124_combout & ((\text_gen|char_ram~26848_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~47124_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~47124_combout ), + .datac(\text_gen|char_ram~26876_q ), + .datad(\text_gen|char_ram~26848_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47125 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26757feeder ( +// Equation(s): +// \text_gen|char_ram~26757feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26757feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26757feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26757feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y24_N29 +dffeas \text_gen|char_ram~26757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26757feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y24_N23 +dffeas \text_gen|char_ram~26764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y29_N11 +dffeas \text_gen|char_ram~26729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26736feeder ( +// Equation(s): +// \text_gen|char_ram~26736feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26736feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y29_N17 +dffeas \text_gen|char_ram~26736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47117 ( +// Equation(s): +// \text_gen|char_ram~47117_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~26736_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26729_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26729_q ), + .datad(\text_gen|char_ram~26736_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47117 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47118 ( +// Equation(s): +// \text_gen|char_ram~47118_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~47117_combout & ((\text_gen|char_ram~26764_q ))) # (!\text_gen|char_ram~47117_combout & (\text_gen|char_ram~26757_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~47117_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26757_q ), + .datac(\text_gen|char_ram~26764_q ), + .datad(\text_gen|char_ram~47117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47118 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26533feeder ( +// Equation(s): +// \text_gen|char_ram~26533feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y29_N27 +dffeas \text_gen|char_ram~26533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y27_N3 +dffeas \text_gen|char_ram~26540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26512feeder ( +// Equation(s): +// \text_gen|char_ram~26512feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y24_N5 +dffeas \text_gen|char_ram~26512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y27_N1 +dffeas \text_gen|char_ram~26505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47121 ( +// Equation(s): +// \text_gen|char_ram~47121_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~26512_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~26505_q ))))) + + .dataa(\text_gen|char_ram~26512_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26505_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~47121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47121 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47122 ( +// Equation(s): +// \text_gen|char_ram~47122_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~47121_combout & ((\text_gen|char_ram~26540_q ))) # (!\text_gen|char_ram~47121_combout & (\text_gen|char_ram~26533_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~47121_combout )))) + + .dataa(\text_gen|char_ram~26533_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26540_q ), + .datad(\text_gen|char_ram~47121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47122 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26624feeder ( +// Equation(s): +// \text_gen|char_ram~26624feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26624feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26624feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26624feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y29_N13 +dffeas \text_gen|char_ram~26624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26624feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y27_N19 +dffeas \text_gen|char_ram~26652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26645feeder ( +// Equation(s): +// \text_gen|char_ram~26645feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26645feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26645feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26645feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y32_N19 +dffeas \text_gen|char_ram~26645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26645feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y33_N9 +dffeas \text_gen|char_ram~26617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47119 ( +// Equation(s): +// \text_gen|char_ram~47119_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26645_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26617_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~26645_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26617_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~47119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47119 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47120 ( +// Equation(s): +// \text_gen|char_ram~47120_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47119_combout & ((\text_gen|char_ram~26652_q ))) # (!\text_gen|char_ram~47119_combout & (\text_gen|char_ram~26624_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47119_combout )))) + + .dataa(\text_gen|char_ram~26624_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26652_q ), + .datad(\text_gen|char_ram~47119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47120 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47123 ( +// Equation(s): +// \text_gen|char_ram~47123_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~47120_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~47122_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~47122_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~47120_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47123 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~47123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47126 ( +// Equation(s): +// \text_gen|char_ram~47126_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47123_combout & (\text_gen|char_ram~47125_combout )) # (!\text_gen|char_ram~47123_combout & ((\text_gen|char_ram~47118_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47123_combout )))) + + .dataa(\text_gen|char_ram~47125_combout ), + .datab(\text_gen|char_ram~47118_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~47123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47126 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~47126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47127 ( +// Equation(s): +// \text_gen|char_ram~47127_combout = (\text_gen|char_ram~47116_combout & (((\text_gen|char_ram~47126_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~47116_combout & (\text_gen|Add5~14_combout & (\text_gen|char_ram~47095_combout ))) + + .dataa(\text_gen|char_ram~47116_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47095_combout ), + .datad(\text_gen|char_ram~47126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47127 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~47127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8732feeder ( +// Equation(s): +// \text_gen|char_ram~8732feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y23_N1 +dffeas \text_gen|char_ram~8732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y23_N25 +dffeas \text_gen|char_ram~23068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15900feeder ( +// Equation(s): +// \text_gen|char_ram~15900feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15900feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15900feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15900feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N25 +dffeas \text_gen|char_ram~15900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15900feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y23_N11 +dffeas \text_gen|char_ram~1564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47201 ( +// Equation(s): +// \text_gen|char_ram~47201_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15900_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1564_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15900_q ), + .datac(\text_gen|char_ram~1564_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47201 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47202 ( +// Equation(s): +// \text_gen|char_ram~47202_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47201_combout & ((\text_gen|char_ram~23068_q ))) # (!\text_gen|char_ram~47201_combout & (\text_gen|char_ram~8732_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47201_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8732_q ), + .datac(\text_gen|char_ram~23068_q ), + .datad(\text_gen|char_ram~47201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47202 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15788feeder ( +// Equation(s): +// \text_gen|char_ram~15788feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15788feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15788feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15788feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y23_N11 +dffeas \text_gen|char_ram~15788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15788feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y23_N31 +dffeas \text_gen|char_ram~22956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y23_N19 +dffeas \text_gen|char_ram~1452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y23_N17 +dffeas \text_gen|char_ram~8620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47205 ( +// Equation(s): +// \text_gen|char_ram~47205_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8620_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1452_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1452_q ), + .datad(\text_gen|char_ram~8620_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47205 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47206 ( +// Equation(s): +// \text_gen|char_ram~47206_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47205_combout & ((\text_gen|char_ram~22956_q ))) # (!\text_gen|char_ram~47205_combout & (\text_gen|char_ram~15788_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47205_combout )))) + + .dataa(\text_gen|char_ram~15788_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22956_q ), + .datad(\text_gen|char_ram~47205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47206 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16012feeder ( +// Equation(s): +// \text_gen|char_ram~16012feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16012feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16012feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16012feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y23_N23 +dffeas \text_gen|char_ram~16012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16012feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y23_N3 +dffeas \text_gen|char_ram~1676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8844feeder ( +// Equation(s): +// \text_gen|char_ram~8844feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8844feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y27_N21 +dffeas \text_gen|char_ram~8844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47203 ( +// Equation(s): +// \text_gen|char_ram~47203_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8844_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1676_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1676_q ), + .datad(\text_gen|char_ram~8844_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47203 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23180feeder ( +// Equation(s): +// \text_gen|char_ram~23180feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23180feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23180feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23180feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y23_N23 +dffeas \text_gen|char_ram~23180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23180feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47204 ( +// Equation(s): +// \text_gen|char_ram~47204_combout = (\text_gen|char_ram~47203_combout & (((\text_gen|char_ram~23180_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47203_combout & (\text_gen|char_ram~16012_q & (\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~16012_q ), + .datab(\text_gen|char_ram~47203_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~23180_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47204 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~47204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47207 ( +// Equation(s): +// \text_gen|char_ram~47207_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~47204_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~47206_combout )))) + + .dataa(\text_gen|char_ram~47206_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~47204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47207 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~47207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y30_N5 +dffeas \text_gen|char_ram~8956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y26_N31 +dffeas \text_gen|char_ram~23292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y23_N15 +dffeas \text_gen|char_ram~16124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y26_N21 +dffeas \text_gen|char_ram~1788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47208 ( +// Equation(s): +// \text_gen|char_ram~47208_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16124_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1788_q +// ))))) + + .dataa(\text_gen|char_ram~16124_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1788_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47208 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47209 ( +// Equation(s): +// \text_gen|char_ram~47209_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47208_combout & ((\text_gen|char_ram~23292_q ))) # (!\text_gen|char_ram~47208_combout & (\text_gen|char_ram~8956_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47208_combout )))) + + .dataa(\text_gen|char_ram~8956_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23292_q ), + .datad(\text_gen|char_ram~47208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47209 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47210 ( +// Equation(s): +// \text_gen|char_ram~47210_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47207_combout & ((\text_gen|char_ram~47209_combout ))) # (!\text_gen|char_ram~47207_combout & (\text_gen|char_ram~47202_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47207_combout )))) + + .dataa(\text_gen|char_ram~47202_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47207_combout ), + .datad(\text_gen|char_ram~47209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47210 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~47210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y24_N15 +dffeas \text_gen|char_ram~15760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y24_N23 +dffeas \text_gen|char_ram~22928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y24_N21 +dffeas \text_gen|char_ram~8592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1424feeder ( +// Equation(s): +// \text_gen|char_ram~1424feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1424feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1424feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1424feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y24_N25 +dffeas \text_gen|char_ram~1424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1424feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47174 ( +// Equation(s): +// \text_gen|char_ram~47174_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~8592_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1424_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~8592_q ), + .datad(\text_gen|char_ram~1424_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47174 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47175 ( +// Equation(s): +// \text_gen|char_ram~47175_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47174_combout & ((\text_gen|char_ram~22928_q ))) # (!\text_gen|char_ram~47174_combout & (\text_gen|char_ram~15760_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47174_combout )))) + + .dataa(\text_gen|char_ram~15760_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22928_q ), + .datad(\text_gen|char_ram~47174_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47175 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8704feeder ( +// Equation(s): +// \text_gen|char_ram~8704feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8704feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8704feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8704feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y26_N23 +dffeas \text_gen|char_ram~8704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8704feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y26_N25 +dffeas \text_gen|char_ram~23040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y28_N21 +dffeas \text_gen|char_ram~1536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y26_N5 +dffeas \text_gen|char_ram~15872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47172 ( +// Equation(s): +// \text_gen|char_ram~47172_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~15872_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1536_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1536_q ), + .datad(\text_gen|char_ram~15872_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47172 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47173 ( +// Equation(s): +// \text_gen|char_ram~47173_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47172_combout & ((\text_gen|char_ram~23040_q ))) # (!\text_gen|char_ram~47172_combout & (\text_gen|char_ram~8704_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47172_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8704_q ), + .datac(\text_gen|char_ram~23040_q ), + .datad(\text_gen|char_ram~47172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47173 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47176 ( +// Equation(s): +// \text_gen|char_ram~47176_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~47173_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~47175_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~47175_combout ), + .datad(\text_gen|char_ram~47173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47176 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8928feeder ( +// Equation(s): +// \text_gen|char_ram~8928feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8928feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8928feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8928feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y28_N23 +dffeas \text_gen|char_ram~8928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8928feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16096feeder ( +// Equation(s): +// \text_gen|char_ram~16096feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16096feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16096feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16096feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y28_N7 +dffeas \text_gen|char_ram~16096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16096feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y25_N1 +dffeas \text_gen|char_ram~1760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47177 ( +// Equation(s): +// \text_gen|char_ram~47177_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16096_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1760_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16096_q ), + .datac(\text_gen|char_ram~1760_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47177 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y26_N9 +dffeas \text_gen|char_ram~23264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47178 ( +// Equation(s): +// \text_gen|char_ram~47178_combout = (\text_gen|char_ram~47177_combout & (((\text_gen|char_ram~23264_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47177_combout & (\text_gen|char_ram~8928_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~8928_q ), + .datab(\text_gen|char_ram~47177_combout ), + .datac(\text_gen|char_ram~23264_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47178 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23152feeder ( +// Equation(s): +// \text_gen|char_ram~23152feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23152feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23152feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23152feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y26_N23 +dffeas \text_gen|char_ram~23152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23152feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15984feeder ( +// Equation(s): +// \text_gen|char_ram~15984feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15984feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15984feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15984feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y26_N25 +dffeas \text_gen|char_ram~15984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15984feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N17 +dffeas \text_gen|char_ram~1648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8816feeder ( +// Equation(s): +// \text_gen|char_ram~8816feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8816feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8816feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8816feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y26_N27 +dffeas \text_gen|char_ram~8816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8816feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47170 ( +// Equation(s): +// \text_gen|char_ram~47170_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8816_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1648_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1648_q ), + .datad(\text_gen|char_ram~8816_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47170 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47171 ( +// Equation(s): +// \text_gen|char_ram~47171_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47170_combout & (\text_gen|char_ram~23152_q )) # (!\text_gen|char_ram~47170_combout & ((\text_gen|char_ram~15984_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47170_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23152_q ), + .datac(\text_gen|char_ram~15984_q ), + .datad(\text_gen|char_ram~47170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47171 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47179 ( +// Equation(s): +// \text_gen|char_ram~47179_combout = (\text_gen|char_ram~47176_combout & (((\text_gen|char_ram~47178_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~47176_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47171_combout )))) + + .dataa(\text_gen|char_ram~47176_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~47178_combout ), + .datad(\text_gen|char_ram~47171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47179 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N7 +dffeas \text_gen|char_ram~8921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y29_N17 +dffeas \text_gen|char_ram~23257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16089feeder ( +// Equation(s): +// \text_gen|char_ram~16089feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16089feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y42_N31 +dffeas \text_gen|char_ram~16089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N11 +dffeas \text_gen|char_ram~1753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47197 ( +// Equation(s): +// \text_gen|char_ram~47197_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16089_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1753_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16089_q ), + .datac(\text_gen|char_ram~1753_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47197 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47198 ( +// Equation(s): +// \text_gen|char_ram~47198_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47197_combout & ((\text_gen|char_ram~23257_q ))) # (!\text_gen|char_ram~47197_combout & (\text_gen|char_ram~8921_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47197_combout )))) + + .dataa(\text_gen|char_ram~8921_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23257_q ), + .datad(\text_gen|char_ram~47197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47198 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15977feeder ( +// Equation(s): +// \text_gen|char_ram~15977feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15977feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y27_N19 +dffeas \text_gen|char_ram~15977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y27_N21 +dffeas \text_gen|char_ram~23145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8809feeder ( +// Equation(s): +// \text_gen|char_ram~8809feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8809feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8809feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8809feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y26_N13 +dffeas \text_gen|char_ram~8809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8809feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N11 +dffeas \text_gen|char_ram~1641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47190 ( +// Equation(s): +// \text_gen|char_ram~47190_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8809_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1641_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8809_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1641_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47190 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47191 ( +// Equation(s): +// \text_gen|char_ram~47191_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47190_combout & ((\text_gen|char_ram~23145_q ))) # (!\text_gen|char_ram~47190_combout & (\text_gen|char_ram~15977_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47190_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15977_q ), + .datac(\text_gen|char_ram~23145_q ), + .datad(\text_gen|char_ram~47190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47191 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8697feeder ( +// Equation(s): +// \text_gen|char_ram~8697feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8697feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8697feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8697feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y34_N17 +dffeas \text_gen|char_ram~8697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8697feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y34_N11 +dffeas \text_gen|char_ram~23033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15865feeder ( +// Equation(s): +// \text_gen|char_ram~15865feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15865feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15865feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15865feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y37_N7 +dffeas \text_gen|char_ram~15865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15865feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N25 +dffeas \text_gen|char_ram~1529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47192 ( +// Equation(s): +// \text_gen|char_ram~47192_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15865_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1529_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15865_q ), + .datac(\text_gen|char_ram~1529_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47192 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47193 ( +// Equation(s): +// \text_gen|char_ram~47193_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47192_combout & ((\text_gen|char_ram~23033_q ))) # (!\text_gen|char_ram~47192_combout & (\text_gen|char_ram~8697_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47192_combout )))) + + .dataa(\text_gen|char_ram~8697_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23033_q ), + .datad(\text_gen|char_ram~47192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47193 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15753feeder ( +// Equation(s): +// \text_gen|char_ram~15753feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15753feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y23_N9 +dffeas \text_gen|char_ram~15753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y27_N1 +dffeas \text_gen|char_ram~22921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y26_N1 +dffeas \text_gen|char_ram~1417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8585feeder ( +// Equation(s): +// \text_gen|char_ram~8585feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8585feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8585feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8585feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y31_N29 +dffeas \text_gen|char_ram~8585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8585feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47194 ( +// Equation(s): +// \text_gen|char_ram~47194_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8585_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1417_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1417_q ), + .datad(\text_gen|char_ram~8585_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47194 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47195 ( +// Equation(s): +// \text_gen|char_ram~47195_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47194_combout & ((\text_gen|char_ram~22921_q ))) # (!\text_gen|char_ram~47194_combout & (\text_gen|char_ram~15753_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47194_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15753_q ), + .datac(\text_gen|char_ram~22921_q ), + .datad(\text_gen|char_ram~47194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47195 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47196 ( +// Equation(s): +// \text_gen|char_ram~47196_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~47193_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~47195_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~47193_combout ), + .datad(\text_gen|char_ram~47195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47196 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47199 ( +// Equation(s): +// \text_gen|char_ram~47199_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47196_combout & (\text_gen|char_ram~47198_combout )) # (!\text_gen|char_ram~47196_combout & ((\text_gen|char_ram~47191_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47196_combout )))) + + .dataa(\text_gen|char_ram~47198_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~47191_combout ), + .datad(\text_gen|char_ram~47196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47199 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y31_N21 +dffeas \text_gen|char_ram~8949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y29_N13 +dffeas \text_gen|char_ram~23285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y27_N11 +dffeas \text_gen|char_ram~1781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16117feeder ( +// Equation(s): +// \text_gen|char_ram~16117feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16117feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16117feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16117feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y29_N15 +dffeas \text_gen|char_ram~16117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16117feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47187 ( +// Equation(s): +// \text_gen|char_ram~47187_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~16117_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1781_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1781_q ), + .datad(\text_gen|char_ram~16117_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47187 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47188 ( +// Equation(s): +// \text_gen|char_ram~47188_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47187_combout & ((\text_gen|char_ram~23285_q ))) # (!\text_gen|char_ram~47187_combout & (\text_gen|char_ram~8949_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47187_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8949_q ), + .datac(\text_gen|char_ram~23285_q ), + .datad(\text_gen|char_ram~47187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47188 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15781feeder ( +// Equation(s): +// \text_gen|char_ram~15781feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15781feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15781feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15781feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y29_N13 +dffeas \text_gen|char_ram~15781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15781feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y27_N1 +dffeas \text_gen|char_ram~22949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y29_N29 +dffeas \text_gen|char_ram~1445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8613feeder ( +// Equation(s): +// \text_gen|char_ram~8613feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8613feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8613feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8613feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y29_N25 +dffeas \text_gen|char_ram~8613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8613feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47184 ( +// Equation(s): +// \text_gen|char_ram~47184_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~8613_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1445_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1445_q ), + .datad(\text_gen|char_ram~8613_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47184 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47185 ( +// Equation(s): +// \text_gen|char_ram~47185_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47184_combout & ((\text_gen|char_ram~22949_q ))) # (!\text_gen|char_ram~47184_combout & (\text_gen|char_ram~15781_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47184_combout )))) + + .dataa(\text_gen|char_ram~15781_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22949_q ), + .datad(\text_gen|char_ram~47184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47185 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23173feeder ( +// Equation(s): +// \text_gen|char_ram~23173feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23173feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y28_N3 +dffeas \text_gen|char_ram~23173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16005feeder ( +// Equation(s): +// \text_gen|char_ram~16005feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16005feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16005feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16005feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y28_N27 +dffeas \text_gen|char_ram~16005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16005feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8837feeder ( +// Equation(s): +// \text_gen|char_ram~8837feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y30_N5 +dffeas \text_gen|char_ram~8837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1669feeder ( +// Equation(s): +// \text_gen|char_ram~1669feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1669feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1669feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1669feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y28_N5 +dffeas \text_gen|char_ram~1669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1669feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47182 ( +// Equation(s): +// \text_gen|char_ram~47182_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8837_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1669_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8837_q ), + .datab(\text_gen|char_ram~1669_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47182 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~47182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47183 ( +// Equation(s): +// \text_gen|char_ram~47183_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47182_combout & (\text_gen|char_ram~23173_q )) # (!\text_gen|char_ram~47182_combout & ((\text_gen|char_ram~16005_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47182_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23173_q ), + .datac(\text_gen|char_ram~16005_q ), + .datad(\text_gen|char_ram~47182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47183 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47186 ( +// Equation(s): +// \text_gen|char_ram~47186_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~47183_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~47185_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~47185_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~47183_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47186 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~47186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8725feeder ( +// Equation(s): +// \text_gen|char_ram~8725feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y36_N19 +dffeas \text_gen|char_ram~8725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y34_N7 +dffeas \text_gen|char_ram~23061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15893feeder ( +// Equation(s): +// \text_gen|char_ram~15893feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y25_N1 +dffeas \text_gen|char_ram~15893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y33_N27 +dffeas \text_gen|char_ram~1557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47180 ( +// Equation(s): +// \text_gen|char_ram~47180_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15893_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1557_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15893_q ), + .datac(\text_gen|char_ram~1557_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47180 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47181 ( +// Equation(s): +// \text_gen|char_ram~47181_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47180_combout & ((\text_gen|char_ram~23061_q ))) # (!\text_gen|char_ram~47180_combout & (\text_gen|char_ram~8725_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47180_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8725_q ), + .datac(\text_gen|char_ram~23061_q ), + .datad(\text_gen|char_ram~47180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47181 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47189 ( +// Equation(s): +// \text_gen|char_ram~47189_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47186_combout & (\text_gen|char_ram~47188_combout )) # (!\text_gen|char_ram~47186_combout & ((\text_gen|char_ram~47181_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47186_combout )))) + + .dataa(\text_gen|char_ram~47188_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47186_combout ), + .datad(\text_gen|char_ram~47181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47189 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~47189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47200 ( +// Equation(s): +// \text_gen|char_ram~47200_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~47189_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~47199_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~47199_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~47189_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47200 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~47200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47211 ( +// Equation(s): +// \text_gen|char_ram~47211_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47200_combout & (\text_gen|char_ram~47210_combout )) # (!\text_gen|char_ram~47200_combout & ((\text_gen|char_ram~47179_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47200_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~47210_combout ), + .datac(\text_gen|char_ram~47179_combout ), + .datad(\text_gen|char_ram~47200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47211 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25056feeder ( +// Equation(s): +// \text_gen|char_ram~25056feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N31 +dffeas \text_gen|char_ram~25056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10720feeder ( +// Equation(s): +// \text_gen|char_ram~10720feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N29 +dffeas \text_gen|char_ram~10720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y21_N1 +dffeas \text_gen|char_ram~17888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y21_N11 +dffeas \text_gen|char_ram~3552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47135 ( +// Equation(s): +// \text_gen|char_ram~47135_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17888_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3552_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17888_q ), + .datac(\text_gen|char_ram~3552_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47135 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47136 ( +// Equation(s): +// \text_gen|char_ram~47136_combout = (\text_gen|char_ram~47135_combout & ((\text_gen|char_ram~25056_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47135_combout & (((\text_gen|char_ram~10720_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~25056_q ), + .datab(\text_gen|char_ram~10720_q ), + .datac(\text_gen|char_ram~47135_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47136 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~47136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17776feeder ( +// Equation(s): +// \text_gen|char_ram~17776feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17776feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17776feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17776feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y25_N1 +dffeas \text_gen|char_ram~17776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17776feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y26_N17 +dffeas \text_gen|char_ram~24944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10608feeder ( +// Equation(s): +// \text_gen|char_ram~10608feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10608feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10608feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10608feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y28_N21 +dffeas \text_gen|char_ram~10608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10608feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y26_N19 +dffeas \text_gen|char_ram~3440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47128 ( +// Equation(s): +// \text_gen|char_ram~47128_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10608_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3440_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10608_q ), + .datac(\text_gen|char_ram~3440_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47128 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47129 ( +// Equation(s): +// \text_gen|char_ram~47129_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47128_combout & ((\text_gen|char_ram~24944_q ))) # (!\text_gen|char_ram~47128_combout & (\text_gen|char_ram~17776_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47128_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17776_q ), + .datac(\text_gen|char_ram~24944_q ), + .datad(\text_gen|char_ram~47128_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47129 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y23_N11 +dffeas \text_gen|char_ram~10384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y24_N27 +dffeas \text_gen|char_ram~3216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47132 ( +// Equation(s): +// \text_gen|char_ram~47132_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10384_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3216_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10384_q ), + .datac(\text_gen|char_ram~3216_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47132 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N25 +dffeas \text_gen|char_ram~17552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y24_N23 +dffeas \text_gen|char_ram~24720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47133 ( +// Equation(s): +// \text_gen|char_ram~47133_combout = (\text_gen|char_ram~47132_combout & (((\text_gen|char_ram~24720_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47132_combout & (\text_gen|char_ram~17552_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~47132_combout ), + .datab(\text_gen|char_ram~17552_q ), + .datac(\text_gen|char_ram~24720_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47133 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~47133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10496feeder ( +// Equation(s): +// \text_gen|char_ram~10496feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N31 +dffeas \text_gen|char_ram~10496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y23_N3 +dffeas \text_gen|char_ram~24832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3328feeder ( +// Equation(s): +// \text_gen|char_ram~3328feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3328feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3328feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3328feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y23_N21 +dffeas \text_gen|char_ram~3328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3328feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17664feeder ( +// Equation(s): +// \text_gen|char_ram~17664feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17664feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17664feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17664feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y27_N17 +dffeas \text_gen|char_ram~17664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17664feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47130 ( +// Equation(s): +// \text_gen|char_ram~47130_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~17664_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3328_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~3328_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17664_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47130 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~47130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47131 ( +// Equation(s): +// \text_gen|char_ram~47131_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47130_combout & ((\text_gen|char_ram~24832_q ))) # (!\text_gen|char_ram~47130_combout & (\text_gen|char_ram~10496_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47130_combout )))) + + .dataa(\text_gen|char_ram~10496_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24832_q ), + .datad(\text_gen|char_ram~47130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47131 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47134 ( +// Equation(s): +// \text_gen|char_ram~47134_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~47131_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~47133_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47133_combout ), + .datad(\text_gen|char_ram~47131_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47134 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47137 ( +// Equation(s): +// \text_gen|char_ram~47137_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47134_combout & (\text_gen|char_ram~47136_combout )) # (!\text_gen|char_ram~47134_combout & ((\text_gen|char_ram~47129_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47134_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~47136_combout ), + .datac(\text_gen|char_ram~47129_combout ), + .datad(\text_gen|char_ram~47134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47137 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24972feeder ( +// Equation(s): +// \text_gen|char_ram~24972feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24972feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y23_N19 +dffeas \text_gen|char_ram~24972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y23_N9 +dffeas \text_gen|char_ram~25084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y15_N13 +dffeas \text_gen|char_ram~24748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24860feeder ( +// Equation(s): +// \text_gen|char_ram~24860feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24860feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24860feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24860feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y16_N9 +dffeas \text_gen|char_ram~24860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24860feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47166 ( +// Equation(s): +// \text_gen|char_ram~47166_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~24860_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~24748_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24748_q ), + .datad(\text_gen|char_ram~24860_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47166 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47167 ( +// Equation(s): +// \text_gen|char_ram~47167_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47166_combout & ((\text_gen|char_ram~25084_q ))) # (!\text_gen|char_ram~47166_combout & (\text_gen|char_ram~24972_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47166_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~24972_q ), + .datac(\text_gen|char_ram~25084_q ), + .datad(\text_gen|char_ram~47166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47167 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17804feeder ( +// Equation(s): +// \text_gen|char_ram~17804feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17804feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17804feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17804feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y23_N15 +dffeas \text_gen|char_ram~17804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17804feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y23_N23 +dffeas \text_gen|char_ram~17580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47159 ( +// Equation(s): +// \text_gen|char_ram~47159_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~17804_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17580_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17804_q ), + .datac(\text_gen|char_ram~17580_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47159 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N7 +dffeas \text_gen|char_ram~17916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17692feeder ( +// Equation(s): +// \text_gen|char_ram~17692feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17692feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17692feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17692feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y27_N15 +dffeas \text_gen|char_ram~17692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17692feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47160 ( +// Equation(s): +// \text_gen|char_ram~47160_combout = (\text_gen|char_ram~47159_combout & (((\text_gen|char_ram~17916_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~47159_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~17692_q )))) + + .dataa(\text_gen|char_ram~47159_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17916_q ), + .datad(\text_gen|char_ram~17692_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47160 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3356feeder ( +// Equation(s): +// \text_gen|char_ram~3356feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3356feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3356feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3356feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y23_N11 +dffeas \text_gen|char_ram~3356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3356feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y27_N3 +dffeas \text_gen|char_ram~3580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y23_N1 +dffeas \text_gen|char_ram~3244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3468feeder ( +// Equation(s): +// \text_gen|char_ram~3468feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3468feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3468feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3468feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y23_N17 +dffeas \text_gen|char_ram~3468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3468feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47163 ( +// Equation(s): +// \text_gen|char_ram~47163_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~3468_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3244_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3244_q ), + .datad(\text_gen|char_ram~3468_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47163 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47164 ( +// Equation(s): +// \text_gen|char_ram~47164_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47163_combout & ((\text_gen|char_ram~3580_q ))) # (!\text_gen|char_ram~47163_combout & (\text_gen|char_ram~3356_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47163_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3356_q ), + .datac(\text_gen|char_ram~3580_q ), + .datad(\text_gen|char_ram~47163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47164 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10748feeder ( +// Equation(s): +// \text_gen|char_ram~10748feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y23_N23 +dffeas \text_gen|char_ram~10748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10636feeder ( +// Equation(s): +// \text_gen|char_ram~10636feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y23_N17 +dffeas \text_gen|char_ram~10636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y23_N9 +dffeas \text_gen|char_ram~10412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10524feeder ( +// Equation(s): +// \text_gen|char_ram~10524feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10524feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10524feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10524feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y23_N31 +dffeas \text_gen|char_ram~10524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10524feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47161 ( +// Equation(s): +// \text_gen|char_ram~47161_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~10524_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10412_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10412_q ), + .datad(\text_gen|char_ram~10524_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47161 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47162 ( +// Equation(s): +// \text_gen|char_ram~47162_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47161_combout & (\text_gen|char_ram~10748_q )) # (!\text_gen|char_ram~47161_combout & ((\text_gen|char_ram~10636_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47161_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10748_q ), + .datac(\text_gen|char_ram~10636_q ), + .datad(\text_gen|char_ram~47161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47162 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47165 ( +// Equation(s): +// \text_gen|char_ram~47165_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~47162_combout ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~47164_combout & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~47164_combout ), + .datab(\text_gen|char_ram~47162_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47165 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~47165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47168 ( +// Equation(s): +// \text_gen|char_ram~47168_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47165_combout & (\text_gen|char_ram~47167_combout )) # (!\text_gen|char_ram~47165_combout & ((\text_gen|char_ram~47160_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47165_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47167_combout ), + .datac(\text_gen|char_ram~47160_combout ), + .datad(\text_gen|char_ram~47165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47168 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y27_N17 +dffeas \text_gen|char_ram~3573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17909feeder ( +// Equation(s): +// \text_gen|char_ram~17909feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17909feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17909feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17909feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y35_N5 +dffeas \text_gen|char_ram~17909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17909feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47145 ( +// Equation(s): +// \text_gen|char_ram~47145_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17909_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3573_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3573_q ), + .datad(\text_gen|char_ram~17909_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47145 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y27_N29 +dffeas \text_gen|char_ram~25077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y31_N3 +dffeas \text_gen|char_ram~10741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47146 ( +// Equation(s): +// \text_gen|char_ram~47146_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47145_combout & (\text_gen|char_ram~25077_q )) # (!\text_gen|char_ram~47145_combout & ((\text_gen|char_ram~10741_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~47145_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47145_combout ), + .datac(\text_gen|char_ram~25077_q ), + .datad(\text_gen|char_ram~10741_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47146 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y27_N17 +dffeas \text_gen|char_ram~17573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10405feeder ( +// Equation(s): +// \text_gen|char_ram~10405feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10405feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10405feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10405feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N15 +dffeas \text_gen|char_ram~10405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10405feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3237feeder ( +// Equation(s): +// \text_gen|char_ram~3237feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3237feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y27_N31 +dffeas \text_gen|char_ram~3237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47142 ( +// Equation(s): +// \text_gen|char_ram~47142_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10405_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3237_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10405_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~3237_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47142 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~47142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y27_N3 +dffeas \text_gen|char_ram~24741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47143 ( +// Equation(s): +// \text_gen|char_ram~47143_combout = (\text_gen|char_ram~47142_combout & (((\text_gen|char_ram~24741_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~47142_combout & (\text_gen|char_ram~17573_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17573_q ), + .datab(\text_gen|char_ram~47142_combout ), + .datac(\text_gen|char_ram~24741_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47143 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17797feeder ( +// Equation(s): +// \text_gen|char_ram~17797feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17797feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17797feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17797feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y27_N9 +dffeas \text_gen|char_ram~17797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17797feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y27_N29 +dffeas \text_gen|char_ram~24965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10629feeder ( +// Equation(s): +// \text_gen|char_ram~10629feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10629feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y27_N15 +dffeas \text_gen|char_ram~10629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y27_N27 +dffeas \text_gen|char_ram~3461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47140 ( +// Equation(s): +// \text_gen|char_ram~47140_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10629_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3461_q +// ))))) + + .dataa(\text_gen|char_ram~10629_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3461_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47140 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47141 ( +// Equation(s): +// \text_gen|char_ram~47141_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47140_combout & ((\text_gen|char_ram~24965_q ))) # (!\text_gen|char_ram~47140_combout & (\text_gen|char_ram~17797_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47140_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17797_q ), + .datac(\text_gen|char_ram~24965_q ), + .datad(\text_gen|char_ram~47140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47141 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47144 ( +// Equation(s): +// \text_gen|char_ram~47144_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~47141_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~47143_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47143_combout ), + .datad(\text_gen|char_ram~47141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47144 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10517feeder ( +// Equation(s): +// \text_gen|char_ram~10517feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10517feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10517feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10517feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y27_N17 +dffeas \text_gen|char_ram~10517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10517feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y27_N15 +dffeas \text_gen|char_ram~24853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17685feeder ( +// Equation(s): +// \text_gen|char_ram~17685feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17685feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y35_N7 +dffeas \text_gen|char_ram~17685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y22_N23 +dffeas \text_gen|char_ram~3349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47138 ( +// Equation(s): +// \text_gen|char_ram~47138_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17685_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3349_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17685_q ), + .datac(\text_gen|char_ram~3349_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47138 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47139 ( +// Equation(s): +// \text_gen|char_ram~47139_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47138_combout & ((\text_gen|char_ram~24853_q ))) # (!\text_gen|char_ram~47138_combout & (\text_gen|char_ram~10517_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47138_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10517_q ), + .datac(\text_gen|char_ram~24853_q ), + .datad(\text_gen|char_ram~47138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47139 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47147 ( +// Equation(s): +// \text_gen|char_ram~47147_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47144_combout & (\text_gen|char_ram~47146_combout )) # (!\text_gen|char_ram~47144_combout & ((\text_gen|char_ram~47139_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47144_combout )))) + + .dataa(\text_gen|char_ram~47146_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~47144_combout ), + .datad(\text_gen|char_ram~47139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47147 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~47147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17769feeder ( +// Equation(s): +// \text_gen|char_ram~17769feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17769feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17769feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17769feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y22_N1 +dffeas \text_gen|char_ram~17769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17769feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y27_N19 +dffeas \text_gen|char_ram~24937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10601feeder ( +// Equation(s): +// \text_gen|char_ram~10601feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10601feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10601feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10601feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y29_N21 +dffeas \text_gen|char_ram~10601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10601feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y29_N25 +dffeas \text_gen|char_ram~3433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47148 ( +// Equation(s): +// \text_gen|char_ram~47148_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10601_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3433_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10601_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3433_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47148 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47149 ( +// Equation(s): +// \text_gen|char_ram~47149_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47148_combout & ((\text_gen|char_ram~24937_q ))) # (!\text_gen|char_ram~47148_combout & (\text_gen|char_ram~17769_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47148_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17769_q ), + .datac(\text_gen|char_ram~24937_q ), + .datad(\text_gen|char_ram~47148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47149 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N17 +dffeas \text_gen|char_ram~10713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y27_N11 +dffeas \text_gen|char_ram~25049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17881feeder ( +// Equation(s): +// \text_gen|char_ram~17881feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17881feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17881feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17881feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y35_N15 +dffeas \text_gen|char_ram~17881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17881feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y27_N9 +dffeas \text_gen|char_ram~3545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47155 ( +// Equation(s): +// \text_gen|char_ram~47155_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17881_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3545_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17881_q ), + .datac(\text_gen|char_ram~3545_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47155 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47156 ( +// Equation(s): +// \text_gen|char_ram~47156_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47155_combout & ((\text_gen|char_ram~25049_q ))) # (!\text_gen|char_ram~47155_combout & (\text_gen|char_ram~10713_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47155_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10713_q ), + .datac(\text_gen|char_ram~25049_q ), + .datad(\text_gen|char_ram~47155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47156 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10489feeder ( +// Equation(s): +// \text_gen|char_ram~10489feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10489feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y27_N25 +dffeas \text_gen|char_ram~10489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y27_N31 +dffeas \text_gen|char_ram~24825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17657feeder ( +// Equation(s): +// \text_gen|char_ram~17657feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17657feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y38_N27 +dffeas \text_gen|char_ram~17657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N11 +dffeas \text_gen|char_ram~3321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47150 ( +// Equation(s): +// \text_gen|char_ram~47150_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17657_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~3321_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17657_q ), + .datac(\text_gen|char_ram~3321_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47150 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47151 ( +// Equation(s): +// \text_gen|char_ram~47151_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47150_combout & ((\text_gen|char_ram~24825_q ))) # (!\text_gen|char_ram~47150_combout & (\text_gen|char_ram~10489_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47150_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10489_q ), + .datac(\text_gen|char_ram~24825_q ), + .datad(\text_gen|char_ram~47150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47151 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17545feeder ( +// Equation(s): +// \text_gen|char_ram~17545feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17545feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y27_N15 +dffeas \text_gen|char_ram~17545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y31_N21 +dffeas \text_gen|char_ram~24713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y23_N19 +dffeas \text_gen|char_ram~3209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10377feeder ( +// Equation(s): +// \text_gen|char_ram~10377feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N15 +dffeas \text_gen|char_ram~10377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47152 ( +// Equation(s): +// \text_gen|char_ram~47152_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~10377_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3209_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3209_q ), + .datad(\text_gen|char_ram~10377_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47152 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47153 ( +// Equation(s): +// \text_gen|char_ram~47153_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47152_combout & ((\text_gen|char_ram~24713_q ))) # (!\text_gen|char_ram~47152_combout & (\text_gen|char_ram~17545_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47152_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17545_q ), + .datac(\text_gen|char_ram~24713_q ), + .datad(\text_gen|char_ram~47152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47153 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47154 ( +// Equation(s): +// \text_gen|char_ram~47154_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~47151_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~47153_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~47151_combout ), + .datad(\text_gen|char_ram~47153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47154 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47157 ( +// Equation(s): +// \text_gen|char_ram~47157_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47154_combout & ((\text_gen|char_ram~47156_combout ))) # (!\text_gen|char_ram~47154_combout & (\text_gen|char_ram~47149_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47154_combout )))) + + .dataa(\text_gen|char_ram~47149_combout ), + .datab(\text_gen|char_ram~47156_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~47154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47157 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~47157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47158 ( +// Equation(s): +// \text_gen|char_ram~47158_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~47147_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~47157_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~47147_combout ), + .datad(\text_gen|char_ram~47157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47158 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47169 ( +// Equation(s): +// \text_gen|char_ram~47169_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47158_combout & ((\text_gen|char_ram~47168_combout ))) # (!\text_gen|char_ram~47158_combout & (\text_gen|char_ram~47137_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47158_combout )))) + + .dataa(\text_gen|char_ram~47137_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~47168_combout ), + .datad(\text_gen|char_ram~47158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47169 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47212 ( +// Equation(s): +// \text_gen|char_ram~47212_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~47169_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~47211_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~47211_combout ), + .datad(\text_gen|char_ram~47169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47212 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y28_N15 +dffeas \text_gen|char_ram~28556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y26_N11 +dffeas \text_gen|char_ram~28332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47251 ( +// Equation(s): +// \text_gen|char_ram~47251_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~28556_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~28332_q +// ))))) + + .dataa(\text_gen|char_ram~28556_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~28332_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47251 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y26_N9 +dffeas \text_gen|char_ram~28668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~28444feeder ( +// Equation(s): +// \text_gen|char_ram~28444feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28444feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28444feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28444feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y23_N5 +dffeas \text_gen|char_ram~28444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28444feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47252 ( +// Equation(s): +// \text_gen|char_ram~47252_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47251_combout & (\text_gen|char_ram~28668_q )) # (!\text_gen|char_ram~47251_combout & ((\text_gen|char_ram~28444_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~47251_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~47251_combout ), + .datac(\text_gen|char_ram~28668_q ), + .datad(\text_gen|char_ram~28444_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47252 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y23_N17 +dffeas \text_gen|char_ram~6828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6940feeder ( +// Equation(s): +// \text_gen|char_ram~6940feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6940feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6940feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6940feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y23_N19 +dffeas \text_gen|char_ram~6940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6940feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47248 ( +// Equation(s): +// \text_gen|char_ram~47248_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~6940_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~6828_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6828_q ), + .datad(\text_gen|char_ram~6940_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47248 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y26_N31 +dffeas \text_gen|char_ram~7164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7052feeder ( +// Equation(s): +// \text_gen|char_ram~7052feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7052feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7052feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7052feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y23_N7 +dffeas \text_gen|char_ram~7052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7052feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47249 ( +// Equation(s): +// \text_gen|char_ram~47249_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47248_combout & (\text_gen|char_ram~7164_q )) # (!\text_gen|char_ram~47248_combout & ((\text_gen|char_ram~7052_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~47248_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~47248_combout ), + .datac(\text_gen|char_ram~7164_q ), + .datad(\text_gen|char_ram~7052_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47249 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21388feeder ( +// Equation(s): +// \text_gen|char_ram~21388feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21388feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21388feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21388feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y23_N11 +dffeas \text_gen|char_ram~21388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21388feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y27_N21 +dffeas \text_gen|char_ram~21500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y28_N17 +dffeas \text_gen|char_ram~21164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21276feeder ( +// Equation(s): +// \text_gen|char_ram~21276feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21276feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21276feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21276feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y28_N17 +dffeas \text_gen|char_ram~21276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21276feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47246 ( +// Equation(s): +// \text_gen|char_ram~47246_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21276_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21164_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21164_q ), + .datad(\text_gen|char_ram~21276_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47246 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47247 ( +// Equation(s): +// \text_gen|char_ram~47247_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47246_combout & ((\text_gen|char_ram~21500_q ))) # (!\text_gen|char_ram~47246_combout & (\text_gen|char_ram~21388_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47246_combout )))) + + .dataa(\text_gen|char_ram~21388_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21500_q ), + .datad(\text_gen|char_ram~47246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47247 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47250 ( +// Equation(s): +// \text_gen|char_ram~47250_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47247_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~47249_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47249_combout ), + .datad(\text_gen|char_ram~47247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47250 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14108feeder ( +// Equation(s): +// \text_gen|char_ram~14108feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14108feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y23_N11 +dffeas \text_gen|char_ram~14108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y24_N17 +dffeas \text_gen|char_ram~14332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14220feeder ( +// Equation(s): +// \text_gen|char_ram~14220feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14220feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14220feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14220feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y27_N9 +dffeas \text_gen|char_ram~14220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14220feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y23_N19 +dffeas \text_gen|char_ram~13996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47244 ( +// Equation(s): +// \text_gen|char_ram~47244_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~14220_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~13996_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14220_q ), + .datad(\text_gen|char_ram~13996_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47244 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47245 ( +// Equation(s): +// \text_gen|char_ram~47245_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47244_combout & ((\text_gen|char_ram~14332_q ))) # (!\text_gen|char_ram~47244_combout & (\text_gen|char_ram~14108_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47244_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14108_q ), + .datac(\text_gen|char_ram~14332_q ), + .datad(\text_gen|char_ram~47244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47245 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47253 ( +// Equation(s): +// \text_gen|char_ram~47253_combout = (\text_gen|char_ram~47250_combout & ((\text_gen|char_ram~47252_combout ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47250_combout & (((\text_gen|Add5~12_combout & \text_gen|char_ram~47245_combout )))) + + .dataa(\text_gen|char_ram~47252_combout ), + .datab(\text_gen|char_ram~47250_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~47245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47253 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~47253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21248feeder ( +// Equation(s): +// \text_gen|char_ram~21248feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21248feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21248feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21248feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N15 +dffeas \text_gen|char_ram~21248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21248feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28416feeder ( +// Equation(s): +// \text_gen|char_ram~28416feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28416feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28416feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28416feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y30_N29 +dffeas \text_gen|char_ram~28416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28416feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14080feeder ( +// Equation(s): +// \text_gen|char_ram~14080feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14080feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14080feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14080feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y28_N5 +dffeas \text_gen|char_ram~14080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14080feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y28_N3 +dffeas \text_gen|char_ram~6912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47213 ( +// Equation(s): +// \text_gen|char_ram~47213_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~14080_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6912_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14080_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6912_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47213 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47214 ( +// Equation(s): +// \text_gen|char_ram~47214_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47213_combout & ((\text_gen|char_ram~28416_q ))) # (!\text_gen|char_ram~47213_combout & (\text_gen|char_ram~21248_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47213_combout )))) + + .dataa(\text_gen|char_ram~21248_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28416_q ), + .datad(\text_gen|char_ram~47213_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47214 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21472feeder ( +// Equation(s): +// \text_gen|char_ram~21472feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21472feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y26_N21 +dffeas \text_gen|char_ram~21472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N27 +dffeas \text_gen|char_ram~28640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14304feeder ( +// Equation(s): +// \text_gen|char_ram~14304feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14304feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14304feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14304feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y22_N19 +dffeas \text_gen|char_ram~14304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14304feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y22_N25 +dffeas \text_gen|char_ram~7136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47220 ( +// Equation(s): +// \text_gen|char_ram~47220_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~14304_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~7136_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14304_q ), + .datac(\text_gen|char_ram~7136_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47220 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47221 ( +// Equation(s): +// \text_gen|char_ram~47221_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47220_combout & ((\text_gen|char_ram~28640_q ))) # (!\text_gen|char_ram~47220_combout & (\text_gen|char_ram~21472_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47220_combout )))) + + .dataa(\text_gen|char_ram~21472_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28640_q ), + .datad(\text_gen|char_ram~47220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47221 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13968feeder ( +// Equation(s): +// \text_gen|char_ram~13968feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13968feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13968feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13968feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y24_N27 +dffeas \text_gen|char_ram~13968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13968feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y24_N29 +dffeas \text_gen|char_ram~28304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~21136feeder ( +// Equation(s): +// \text_gen|char_ram~21136feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21136feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21136feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21136feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y24_N5 +dffeas \text_gen|char_ram~21136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21136feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y24_N17 +dffeas \text_gen|char_ram~6800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47217 ( +// Equation(s): +// \text_gen|char_ram~47217_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21136_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6800_q +// ))))) + + .dataa(\text_gen|char_ram~21136_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6800_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47217 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47218 ( +// Equation(s): +// \text_gen|char_ram~47218_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47217_combout & ((\text_gen|char_ram~28304_q ))) # (!\text_gen|char_ram~47217_combout & (\text_gen|char_ram~13968_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47217_combout )))) + + .dataa(\text_gen|char_ram~13968_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28304_q ), + .datad(\text_gen|char_ram~47217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47218 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28528feeder ( +// Equation(s): +// \text_gen|char_ram~28528feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28528feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y24_N15 +dffeas \text_gen|char_ram~28528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14192feeder ( +// Equation(s): +// \text_gen|char_ram~14192feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14192feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14192feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14192feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y28_N31 +dffeas \text_gen|char_ram~14192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14192feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21360feeder ( +// Equation(s): +// \text_gen|char_ram~21360feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21360feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21360feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21360feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y25_N15 +dffeas \text_gen|char_ram~21360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21360feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y25_N13 +dffeas \text_gen|char_ram~7024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47215 ( +// Equation(s): +// \text_gen|char_ram~47215_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21360_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~7024_q +// ))))) + + .dataa(\text_gen|char_ram~21360_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7024_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47215 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47216 ( +// Equation(s): +// \text_gen|char_ram~47216_combout = (\text_gen|char_ram~47215_combout & ((\text_gen|char_ram~28528_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47215_combout & (((\text_gen|char_ram~14192_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~28528_q ), + .datab(\text_gen|char_ram~14192_q ), + .datac(\text_gen|char_ram~47215_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47216 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~47216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47219 ( +// Equation(s): +// \text_gen|char_ram~47219_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~47216_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~47218_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~47218_combout ), + .datad(\text_gen|char_ram~47216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47219 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47222 ( +// Equation(s): +// \text_gen|char_ram~47222_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47219_combout & ((\text_gen|char_ram~47221_combout ))) # (!\text_gen|char_ram~47219_combout & (\text_gen|char_ram~47214_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47219_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~47214_combout ), + .datac(\text_gen|char_ram~47221_combout ), + .datad(\text_gen|char_ram~47219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47222 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21465feeder ( +// Equation(s): +// \text_gen|char_ram~21465feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21465feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21465feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21465feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y33_N25 +dffeas \text_gen|char_ram~21465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21465feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y33_N5 +dffeas \text_gen|char_ram~28633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y32_N1 +dffeas \text_gen|char_ram~14297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y33_N5 +dffeas \text_gen|char_ram~7129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47240 ( +// Equation(s): +// \text_gen|char_ram~47240_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~14297_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~7129_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14297_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7129_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47240 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47241 ( +// Equation(s): +// \text_gen|char_ram~47241_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47240_combout & ((\text_gen|char_ram~28633_q ))) # (!\text_gen|char_ram~47240_combout & (\text_gen|char_ram~21465_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47240_combout )))) + + .dataa(\text_gen|char_ram~21465_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28633_q ), + .datad(\text_gen|char_ram~47240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47241 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y30_N31 +dffeas \text_gen|char_ram~13961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y30_N21 +dffeas \text_gen|char_ram~28297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y30_N13 +dffeas \text_gen|char_ram~6793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21129feeder ( +// Equation(s): +// \text_gen|char_ram~21129feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21129feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21129feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21129feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y30_N15 +dffeas \text_gen|char_ram~21129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21129feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47237 ( +// Equation(s): +// \text_gen|char_ram~47237_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~21129_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6793_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6793_q ), + .datad(\text_gen|char_ram~21129_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47237 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47238 ( +// Equation(s): +// \text_gen|char_ram~47238_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47237_combout & ((\text_gen|char_ram~28297_q ))) # (!\text_gen|char_ram~47237_combout & (\text_gen|char_ram~13961_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47237_combout )))) + + .dataa(\text_gen|char_ram~13961_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28297_q ), + .datad(\text_gen|char_ram~47237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47238 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14185feeder ( +// Equation(s): +// \text_gen|char_ram~14185feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14185feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14185feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14185feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y32_N21 +dffeas \text_gen|char_ram~14185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14185feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y29_N7 +dffeas \text_gen|char_ram~28521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21353feeder ( +// Equation(s): +// \text_gen|char_ram~21353feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21353feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y29_N13 +dffeas \text_gen|char_ram~21353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7017feeder ( +// Equation(s): +// \text_gen|char_ram~7017feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7017feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7017feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7017feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y29_N11 +dffeas \text_gen|char_ram~7017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7017feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47235 ( +// Equation(s): +// \text_gen|char_ram~47235_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~21353_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~7017_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21353_q ), + .datad(\text_gen|char_ram~7017_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47235 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47236 ( +// Equation(s): +// \text_gen|char_ram~47236_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47235_combout & ((\text_gen|char_ram~28521_q ))) # (!\text_gen|char_ram~47235_combout & (\text_gen|char_ram~14185_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47235_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14185_q ), + .datac(\text_gen|char_ram~28521_q ), + .datad(\text_gen|char_ram~47235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47236 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47239 ( +// Equation(s): +// \text_gen|char_ram~47239_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~47236_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~47238_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~47238_combout ), + .datad(\text_gen|char_ram~47236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47239 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21241feeder ( +// Equation(s): +// \text_gen|char_ram~21241feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21241feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21241feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21241feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y33_N11 +dffeas \text_gen|char_ram~21241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21241feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y36_N3 +dffeas \text_gen|char_ram~28409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y33_N17 +dffeas \text_gen|char_ram~6905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14073feeder ( +// Equation(s): +// \text_gen|char_ram~14073feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14073feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14073feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14073feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y34_N31 +dffeas \text_gen|char_ram~14073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14073feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47233 ( +// Equation(s): +// \text_gen|char_ram~47233_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~14073_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6905_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6905_q ), + .datad(\text_gen|char_ram~14073_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47233 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47234 ( +// Equation(s): +// \text_gen|char_ram~47234_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47233_combout & ((\text_gen|char_ram~28409_q ))) # (!\text_gen|char_ram~47233_combout & (\text_gen|char_ram~21241_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47233_combout )))) + + .dataa(\text_gen|char_ram~21241_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28409_q ), + .datad(\text_gen|char_ram~47233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47234 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47242 ( +// Equation(s): +// \text_gen|char_ram~47242_combout = (\text_gen|char_ram~47239_combout & ((\text_gen|char_ram~47241_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~47239_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~47234_combout )))) + + .dataa(\text_gen|char_ram~47241_combout ), + .datab(\text_gen|char_ram~47239_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~47234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47242 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~47242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~28661feeder ( +// Equation(s): +// \text_gen|char_ram~28661feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28661feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28661feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28661feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y29_N23 +dffeas \text_gen|char_ram~28661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28661feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y29_N27 +dffeas \text_gen|char_ram~7157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y31_N5 +dffeas \text_gen|char_ram~14325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47230 ( +// Equation(s): +// \text_gen|char_ram~47230_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~14325_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~7157_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~7157_q ), + .datad(\text_gen|char_ram~14325_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47230 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~21493feeder ( +// Equation(s): +// \text_gen|char_ram~21493feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21493feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y33_N7 +dffeas \text_gen|char_ram~21493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47231 ( +// Equation(s): +// \text_gen|char_ram~47231_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47230_combout & (\text_gen|char_ram~28661_q )) # (!\text_gen|char_ram~47230_combout & ((\text_gen|char_ram~21493_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47230_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~28661_q ), + .datac(\text_gen|char_ram~47230_combout ), + .datad(\text_gen|char_ram~21493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47231 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~14213feeder ( +// Equation(s): +// \text_gen|char_ram~14213feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y29_N7 +dffeas \text_gen|char_ram~14213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7045feeder ( +// Equation(s): +// \text_gen|char_ram~7045feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y29_N31 +dffeas \text_gen|char_ram~7045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21381feeder ( +// Equation(s): +// \text_gen|char_ram~21381feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21381feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21381feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21381feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y29_N3 +dffeas \text_gen|char_ram~21381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21381feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47223 ( +// Equation(s): +// \text_gen|char_ram~47223_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~21381_q ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~7045_q )))) + + .dataa(\text_gen|char_ram~7045_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21381_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47223 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~47223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~28549feeder ( +// Equation(s): +// \text_gen|char_ram~28549feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y29_N13 +dffeas \text_gen|char_ram~28549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47224 ( +// Equation(s): +// \text_gen|char_ram~47224_combout = (\text_gen|char_ram~47223_combout & (((\text_gen|char_ram~28549_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47223_combout & (\text_gen|char_ram~14213_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~14213_q ), + .datab(\text_gen|char_ram~47223_combout ), + .datac(\text_gen|char_ram~28549_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47224 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13989feeder ( +// Equation(s): +// \text_gen|char_ram~13989feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y29_N11 +dffeas \text_gen|char_ram~13989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y29_N3 +dffeas \text_gen|char_ram~28325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21157feeder ( +// Equation(s): +// \text_gen|char_ram~21157feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21157feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y29_N31 +dffeas \text_gen|char_ram~21157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y29_N23 +dffeas \text_gen|char_ram~6821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47227 ( +// Equation(s): +// \text_gen|char_ram~47227_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21157_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6821_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21157_q ), + .datac(\text_gen|char_ram~6821_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47227 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47228 ( +// Equation(s): +// \text_gen|char_ram~47228_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47227_combout & ((\text_gen|char_ram~28325_q ))) # (!\text_gen|char_ram~47227_combout & (\text_gen|char_ram~13989_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47227_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13989_q ), + .datac(\text_gen|char_ram~28325_q ), + .datad(\text_gen|char_ram~47227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47228 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~21269feeder ( +// Equation(s): +// \text_gen|char_ram~21269feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21269feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21269feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21269feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y32_N5 +dffeas \text_gen|char_ram~21269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21269feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y32_N21 +dffeas \text_gen|char_ram~28437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14101feeder ( +// Equation(s): +// \text_gen|char_ram~14101feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y36_N21 +dffeas \text_gen|char_ram~14101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y33_N17 +dffeas \text_gen|char_ram~6933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47225 ( +// Equation(s): +// \text_gen|char_ram~47225_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~14101_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6933_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14101_q ), + .datac(\text_gen|char_ram~6933_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47225 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47226 ( +// Equation(s): +// \text_gen|char_ram~47226_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47225_combout & ((\text_gen|char_ram~28437_q ))) # (!\text_gen|char_ram~47225_combout & (\text_gen|char_ram~21269_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~47225_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21269_q ), + .datac(\text_gen|char_ram~28437_q ), + .datad(\text_gen|char_ram~47225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47226 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47229 ( +// Equation(s): +// \text_gen|char_ram~47229_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~47226_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~47228_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~47228_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~47226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47229 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~47229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47232 ( +// Equation(s): +// \text_gen|char_ram~47232_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47229_combout & (\text_gen|char_ram~47231_combout )) # (!\text_gen|char_ram~47229_combout & ((\text_gen|char_ram~47224_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47229_combout )))) + + .dataa(\text_gen|char_ram~47231_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~47224_combout ), + .datad(\text_gen|char_ram~47229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47232 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47243 ( +// Equation(s): +// \text_gen|char_ram~47243_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4]) # (\text_gen|char_ram~47232_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~47242_combout & (!\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~47242_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~47232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47243 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~47243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47254 ( +// Equation(s): +// \text_gen|char_ram~47254_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47243_combout & (\text_gen|char_ram~47253_combout )) # (!\text_gen|char_ram~47243_combout & ((\text_gen|char_ram~47222_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47243_combout )))) + + .dataa(\text_gen|char_ram~47253_combout ), + .datab(\text_gen|char_ram~47222_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~47243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47254 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~47254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47255 ( +// Equation(s): +// \text_gen|char_ram~47255_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47212_combout & ((\text_gen|char_ram~47254_combout ))) # (!\text_gen|char_ram~47212_combout & (\text_gen|char_ram~47127_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47212_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~47127_combout ), + .datac(\text_gen|char_ram~47212_combout ), + .datad(\text_gen|char_ram~47254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47255 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y9_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13072feeder ( +// Equation(s): +// \text_gen|char_ram~13072feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13072feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N27 +dffeas \text_gen|char_ram~13072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y10_N13 +dffeas \text_gen|char_ram~13100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y10_N19 +dffeas \text_gen|char_ram~13065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13093feeder ( +// Equation(s): +// \text_gen|char_ram~13093feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13093feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13093feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13093feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y10_N23 +dffeas \text_gen|char_ram~13093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13093feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46876 ( +// Equation(s): +// \text_gen|char_ram~46876_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13093_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13065_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13065_q ), + .datad(\text_gen|char_ram~13093_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46876 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46877 ( +// Equation(s): +// \text_gen|char_ram~46877_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46876_combout & ((\text_gen|char_ram~13100_q ))) # (!\text_gen|char_ram~46876_combout & (\text_gen|char_ram~13072_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46876_combout )))) + + .dataa(\text_gen|char_ram~13072_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13100_q ), + .datad(\text_gen|char_ram~46876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46877 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13205feeder ( +// Equation(s): +// \text_gen|char_ram~13205feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13205feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y14_N19 +dffeas \text_gen|char_ram~13205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y14_N21 +dffeas \text_gen|char_ram~13212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y7_N15 +dffeas \text_gen|char_ram~13177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y7_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13184feeder ( +// Equation(s): +// \text_gen|char_ram~13184feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13184feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13184feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13184feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y7_N1 +dffeas \text_gen|char_ram~13184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13184feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y7_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46874 ( +// Equation(s): +// \text_gen|char_ram~46874_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13184_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13177_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13177_q ), + .datad(\text_gen|char_ram~13184_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46874 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46875 ( +// Equation(s): +// \text_gen|char_ram~46875_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46874_combout & ((\text_gen|char_ram~13212_q ))) # (!\text_gen|char_ram~46874_combout & (\text_gen|char_ram~13205_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46874_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13205_q ), + .datac(\text_gen|char_ram~13212_q ), + .datad(\text_gen|char_ram~46874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46875 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46878 ( +// Equation(s): +// \text_gen|char_ram~46878_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~46875_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~46877_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~46877_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~46875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46878 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~46878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13429feeder ( +// Equation(s): +// \text_gen|char_ram~13429feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y10_N9 +dffeas \text_gen|char_ram~13429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y10_N7 +dffeas \text_gen|char_ram~13436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y13_N7 +dffeas \text_gen|char_ram~13401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13408feeder ( +// Equation(s): +// \text_gen|char_ram~13408feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13408feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y10_N31 +dffeas \text_gen|char_ram~13408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46879 ( +// Equation(s): +// \text_gen|char_ram~46879_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~13408_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13401_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13401_q ), + .datad(\text_gen|char_ram~13408_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46879 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46880 ( +// Equation(s): +// \text_gen|char_ram~46880_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46879_combout & ((\text_gen|char_ram~13436_q ))) # (!\text_gen|char_ram~46879_combout & (\text_gen|char_ram~13429_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46879_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13429_q ), + .datac(\text_gen|char_ram~13436_q ), + .datad(\text_gen|char_ram~46879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46880 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13296feeder ( +// Equation(s): +// \text_gen|char_ram~13296feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13296feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y14_N19 +dffeas \text_gen|char_ram~13296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y14_N21 +dffeas \text_gen|char_ram~13324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y18_N25 +dffeas \text_gen|char_ram~13289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13317feeder ( +// Equation(s): +// \text_gen|char_ram~13317feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y18_N17 +dffeas \text_gen|char_ram~13317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46872 ( +// Equation(s): +// \text_gen|char_ram~46872_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~13317_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13289_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13289_q ), + .datad(\text_gen|char_ram~13317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46872 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46873 ( +// Equation(s): +// \text_gen|char_ram~46873_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46872_combout & ((\text_gen|char_ram~13324_q ))) # (!\text_gen|char_ram~46872_combout & (\text_gen|char_ram~13296_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46872_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~13296_q ), + .datac(\text_gen|char_ram~13324_q ), + .datad(\text_gen|char_ram~46872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46873 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46881 ( +// Equation(s): +// \text_gen|char_ram~46881_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46878_combout & (\text_gen|char_ram~46880_combout )) # (!\text_gen|char_ram~46878_combout & ((\text_gen|char_ram~46873_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46878_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46878_combout ), + .datac(\text_gen|char_ram~46880_combout ), + .datad(\text_gen|char_ram~46873_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46881 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y9_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27744feeder ( +// Equation(s): +// \text_gen|char_ram~27744feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y9_N3 +dffeas \text_gen|char_ram~27744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y10_N5 +dffeas \text_gen|char_ram~27772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27765feeder ( +// Equation(s): +// \text_gen|char_ram~27765feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y10_N27 +dffeas \text_gen|char_ram~27765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y10_N5 +dffeas \text_gen|char_ram~27737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46910 ( +// Equation(s): +// \text_gen|char_ram~46910_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~27765_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~27737_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27765_q ), + .datac(\text_gen|char_ram~27737_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46910 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46911 ( +// Equation(s): +// \text_gen|char_ram~46911_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46910_combout & ((\text_gen|char_ram~27772_q ))) # (!\text_gen|char_ram~46910_combout & (\text_gen|char_ram~27744_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46910_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27744_q ), + .datac(\text_gen|char_ram~27772_q ), + .datad(\text_gen|char_ram~46910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46911 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y10_N19 +dffeas \text_gen|char_ram~27513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27541feeder ( +// Equation(s): +// \text_gen|char_ram~27541feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27541feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27541feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27541feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y10_N27 +dffeas \text_gen|char_ram~27541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27541feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46903 ( +// Equation(s): +// \text_gen|char_ram~46903_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~27541_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27513_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27513_q ), + .datad(\text_gen|char_ram~27541_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46903 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y10_N25 +dffeas \text_gen|char_ram~27548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27520feeder ( +// Equation(s): +// \text_gen|char_ram~27520feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27520feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y10_N5 +dffeas \text_gen|char_ram~27520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46904 ( +// Equation(s): +// \text_gen|char_ram~46904_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46903_combout & (\text_gen|char_ram~27548_q )) # (!\text_gen|char_ram~46903_combout & ((\text_gen|char_ram~27520_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46903_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46903_combout ), + .datac(\text_gen|char_ram~27548_q ), + .datad(\text_gen|char_ram~27520_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46904 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y6_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27429feeder ( +// Equation(s): +// \text_gen|char_ram~27429feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y6_N25 +dffeas \text_gen|char_ram~27429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y6_N1 +dffeas \text_gen|char_ram~27436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27408feeder ( +// Equation(s): +// \text_gen|char_ram~27408feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27408feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y9_N27 +dffeas \text_gen|char_ram~27408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N23 +dffeas \text_gen|char_ram~27401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46907 ( +// Equation(s): +// \text_gen|char_ram~46907_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~27408_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~27401_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27408_q ), + .datac(\text_gen|char_ram~27401_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46907 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y6_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46908 ( +// Equation(s): +// \text_gen|char_ram~46908_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46907_combout & ((\text_gen|char_ram~27436_q ))) # (!\text_gen|char_ram~46907_combout & (\text_gen|char_ram~27429_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46907_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27429_q ), + .datac(\text_gen|char_ram~27436_q ), + .datad(\text_gen|char_ram~46907_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46908 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27653feeder ( +// Equation(s): +// \text_gen|char_ram~27653feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27653feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y9_N23 +dffeas \text_gen|char_ram~27653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y10_N9 +dffeas \text_gen|char_ram~27660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27632feeder ( +// Equation(s): +// \text_gen|char_ram~27632feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27632feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27632feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27632feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y14_N15 +dffeas \text_gen|char_ram~27632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27632feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y10_N7 +dffeas \text_gen|char_ram~27625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46905 ( +// Equation(s): +// \text_gen|char_ram~46905_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~27632_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~27625_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27632_q ), + .datac(\text_gen|char_ram~27625_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46905 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46906 ( +// Equation(s): +// \text_gen|char_ram~46906_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46905_combout & ((\text_gen|char_ram~27660_q ))) # (!\text_gen|char_ram~46905_combout & (\text_gen|char_ram~27653_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46905_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27653_q ), + .datac(\text_gen|char_ram~27660_q ), + .datad(\text_gen|char_ram~46905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46906 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46909 ( +// Equation(s): +// \text_gen|char_ram~46909_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~46906_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46908_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~46908_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~46906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46909 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~46909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46912 ( +// Equation(s): +// \text_gen|char_ram~46912_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46909_combout & (\text_gen|char_ram~46911_combout )) # (!\text_gen|char_ram~46909_combout & ((\text_gen|char_ram~46904_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46909_combout )))) + + .dataa(\text_gen|char_ram~46911_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46904_combout ), + .datad(\text_gen|char_ram~46909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46912 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y10_N21 +dffeas \text_gen|char_ram~6009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6016feeder ( +// Equation(s): +// \text_gen|char_ram~6016feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y10_N19 +dffeas \text_gen|char_ram~6016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46892 ( +// Equation(s): +// \text_gen|char_ram~46892_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~6016_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6009_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6009_q ), + .datad(\text_gen|char_ram~6016_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46892 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y9_N1 +dffeas \text_gen|char_ram~6044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y9_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6037feeder ( +// Equation(s): +// \text_gen|char_ram~6037feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y9_N15 +dffeas \text_gen|char_ram~6037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y9_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46893 ( +// Equation(s): +// \text_gen|char_ram~46893_combout = (\text_gen|char_ram~46892_combout & (((\text_gen|char_ram~6044_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~46892_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6037_q )))) + + .dataa(\text_gen|char_ram~46892_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6044_q ), + .datad(\text_gen|char_ram~6037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46893 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5925feeder ( +// Equation(s): +// \text_gen|char_ram~5925feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y9_N31 +dffeas \text_gen|char_ram~5925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N21 +dffeas \text_gen|char_ram~5897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46896 ( +// Equation(s): +// \text_gen|char_ram~46896_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~5925_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~5897_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5925_q ), + .datac(\text_gen|char_ram~5897_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46896 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5904feeder ( +// Equation(s): +// \text_gen|char_ram~5904feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5904feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5904feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5904feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y9_N9 +dffeas \text_gen|char_ram~5904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5904feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y10_N5 +dffeas \text_gen|char_ram~5932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46897 ( +// Equation(s): +// \text_gen|char_ram~46897_combout = (\text_gen|char_ram~46896_combout & (((\text_gen|char_ram~5932_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~46896_combout & (\text_gen|char_ram~5904_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~46896_combout ), + .datab(\text_gen|char_ram~5904_q ), + .datac(\text_gen|char_ram~5932_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46897 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~46897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y7_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6128feeder ( +// Equation(s): +// \text_gen|char_ram~6128feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6128feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6128feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6128feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y7_N23 +dffeas \text_gen|char_ram~6128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6128feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y13_N3 +dffeas \text_gen|char_ram~6121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6149feeder ( +// Equation(s): +// \text_gen|char_ram~6149feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6149feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6149feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6149feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y13_N29 +dffeas \text_gen|char_ram~6149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6149feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46894 ( +// Equation(s): +// \text_gen|char_ram~46894_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~6149_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6121_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6121_q ), + .datad(\text_gen|char_ram~6149_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46894 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y10_N19 +dffeas \text_gen|char_ram~6156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46895 ( +// Equation(s): +// \text_gen|char_ram~46895_combout = (\text_gen|char_ram~46894_combout & (((\text_gen|char_ram~6156_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~46894_combout & (\text_gen|char_ram~6128_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~6128_q ), + .datab(\text_gen|char_ram~46894_combout ), + .datac(\text_gen|char_ram~6156_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46895 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46898 ( +// Equation(s): +// \text_gen|char_ram~46898_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~46895_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46897_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46897_combout ), + .datad(\text_gen|char_ram~46895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46898 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6261feeder ( +// Equation(s): +// \text_gen|char_ram~6261feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6261feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y9_N21 +dffeas \text_gen|char_ram~6261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y7_N11 +dffeas \text_gen|char_ram~6268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y7_N29 +dffeas \text_gen|char_ram~6240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6233feeder ( +// Equation(s): +// \text_gen|char_ram~6233feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6233feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y10_N17 +dffeas \text_gen|char_ram~6233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y7_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46899 ( +// Equation(s): +// \text_gen|char_ram~46899_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~6240_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~6233_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6240_q ), + .datad(\text_gen|char_ram~6233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46899 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y7_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46900 ( +// Equation(s): +// \text_gen|char_ram~46900_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46899_combout & ((\text_gen|char_ram~6268_q ))) # (!\text_gen|char_ram~46899_combout & (\text_gen|char_ram~6261_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46899_combout )))) + + .dataa(\text_gen|char_ram~6261_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6268_q ), + .datad(\text_gen|char_ram~46899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46900 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46901 ( +// Equation(s): +// \text_gen|char_ram~46901_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46898_combout & ((\text_gen|char_ram~46900_combout ))) # (!\text_gen|char_ram~46898_combout & (\text_gen|char_ram~46893_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46898_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46893_combout ), + .datac(\text_gen|char_ram~46898_combout ), + .datad(\text_gen|char_ram~46900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46901 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~46901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y6_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20352feeder ( +// Equation(s): +// \text_gen|char_ram~20352feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20352feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y6_N29 +dffeas \text_gen|char_ram~20352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y6_N11 +dffeas \text_gen|char_ram~20576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20240feeder ( +// Equation(s): +// \text_gen|char_ram~20240feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20240feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20240feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20240feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N29 +dffeas \text_gen|char_ram~20240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20240feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y9_N17 +dffeas \text_gen|char_ram~20464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46882 ( +// Equation(s): +// \text_gen|char_ram~46882_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~20464_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20240_q +// )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20240_q ), + .datac(\text_gen|char_ram~20464_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46882 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~46882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y6_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46883 ( +// Equation(s): +// \text_gen|char_ram~46883_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46882_combout & ((\text_gen|char_ram~20576_q ))) # (!\text_gen|char_ram~46882_combout & (\text_gen|char_ram~20352_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46882_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20352_q ), + .datac(\text_gen|char_ram~20576_q ), + .datad(\text_gen|char_ram~46882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46883 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20380feeder ( +// Equation(s): +// \text_gen|char_ram~20380feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20380feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y10_N17 +dffeas \text_gen|char_ram~20380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y10_N11 +dffeas \text_gen|char_ram~20268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46889 ( +// Equation(s): +// \text_gen|char_ram~46889_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~20380_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~20268_q +// ))))) + + .dataa(\text_gen|char_ram~20380_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20268_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46889 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y10_N25 +dffeas \text_gen|char_ram~20604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20492feeder ( +// Equation(s): +// \text_gen|char_ram~20492feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20492feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y10_N29 +dffeas \text_gen|char_ram~20492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46890 ( +// Equation(s): +// \text_gen|char_ram~46890_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46889_combout & (\text_gen|char_ram~20604_q )) # (!\text_gen|char_ram~46889_combout & ((\text_gen|char_ram~20492_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46889_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46889_combout ), + .datac(\text_gen|char_ram~20604_q ), + .datad(\text_gen|char_ram~20492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46890 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20485feeder ( +// Equation(s): +// \text_gen|char_ram~20485feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y10_N7 +dffeas \text_gen|char_ram~20485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20597feeder ( +// Equation(s): +// \text_gen|char_ram~20597feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20597feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20597feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20597feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y10_N29 +dffeas \text_gen|char_ram~20597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20597feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20373feeder ( +// Equation(s): +// \text_gen|char_ram~20373feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20373feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20373feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20373feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y33_N27 +dffeas \text_gen|char_ram~20373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20373feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y10_N19 +dffeas \text_gen|char_ram~20261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46884 ( +// Equation(s): +// \text_gen|char_ram~46884_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~20373_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~20261_q +// ))))) + + .dataa(\text_gen|char_ram~20373_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20261_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46884 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46885 ( +// Equation(s): +// \text_gen|char_ram~46885_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46884_combout & ((\text_gen|char_ram~20597_q ))) # (!\text_gen|char_ram~46884_combout & (\text_gen|char_ram~20485_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46884_combout )))) + + .dataa(\text_gen|char_ram~20485_q ), + .datab(\text_gen|char_ram~20597_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~46884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46885 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~46885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20345feeder ( +// Equation(s): +// \text_gen|char_ram~20345feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20345feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20345feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20345feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y10_N15 +dffeas \text_gen|char_ram~20345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20345feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y14_N5 +dffeas \text_gen|char_ram~20233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20457feeder ( +// Equation(s): +// \text_gen|char_ram~20457feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20457feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N19 +dffeas \text_gen|char_ram~20457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46886 ( +// Equation(s): +// \text_gen|char_ram~46886_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~20457_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20233_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20233_q ), + .datad(\text_gen|char_ram~20457_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46886 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y10_N31 +dffeas \text_gen|char_ram~20569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46887 ( +// Equation(s): +// \text_gen|char_ram~46887_combout = (\text_gen|char_ram~46886_combout & (((\text_gen|char_ram~20569_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~46886_combout & (\text_gen|char_ram~20345_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~20345_q ), + .datab(\text_gen|char_ram~46886_combout ), + .datac(\text_gen|char_ram~20569_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46887 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46888 ( +// Equation(s): +// \text_gen|char_ram~46888_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~46885_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~46887_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46885_combout ), + .datad(\text_gen|char_ram~46887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46888 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46891 ( +// Equation(s): +// \text_gen|char_ram~46891_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46888_combout & ((\text_gen|char_ram~46890_combout ))) # (!\text_gen|char_ram~46888_combout & (\text_gen|char_ram~46883_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46888_combout )))) + + .dataa(\text_gen|char_ram~46883_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46890_combout ), + .datad(\text_gen|char_ram~46888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46891 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46902 ( +// Equation(s): +// \text_gen|char_ram~46902_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~46891_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~46901_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~46901_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~46891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46902 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46913 ( +// Equation(s): +// \text_gen|char_ram~46913_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46902_combout & ((\text_gen|char_ram~46912_combout ))) # (!\text_gen|char_ram~46902_combout & (\text_gen|char_ram~46881_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46902_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~46881_combout ), + .datac(\text_gen|char_ram~46912_combout ), + .datad(\text_gen|char_ram~46902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46913 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4336feeder ( +// Equation(s): +// \text_gen|char_ram~4336feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4336feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4336feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4336feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y22_N15 +dffeas \text_gen|char_ram~4336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4336feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y18_N17 +dffeas \text_gen|char_ram~4448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N7 +dffeas \text_gen|char_ram~4112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4224feeder ( +// Equation(s): +// \text_gen|char_ram~4224feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y22_N27 +dffeas \text_gen|char_ram~4224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46791 ( +// Equation(s): +// \text_gen|char_ram~46791_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~4224_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~4112_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~4112_q ), + .datad(\text_gen|char_ram~4224_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46791 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46792 ( +// Equation(s): +// \text_gen|char_ram~46792_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46791_combout & ((\text_gen|char_ram~4448_q ))) # (!\text_gen|char_ram~46791_combout & (\text_gen|char_ram~4336_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46791_combout )))) + + .dataa(\text_gen|char_ram~4336_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~4448_q ), + .datad(\text_gen|char_ram~46791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46792 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18672feeder ( +// Equation(s): +// \text_gen|char_ram~18672feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18672feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18672feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18672feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y22_N7 +dffeas \text_gen|char_ram~18672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18672feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y22_N5 +dffeas \text_gen|char_ram~18784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y38_N25 +dffeas \text_gen|char_ram~18448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18560feeder ( +// Equation(s): +// \text_gen|char_ram~18560feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18560feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18560feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18560feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y36_N3 +dffeas \text_gen|char_ram~18560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18560feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46789 ( +// Equation(s): +// \text_gen|char_ram~46789_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18560_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18448_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18448_q ), + .datad(\text_gen|char_ram~18560_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46789 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46790 ( +// Equation(s): +// \text_gen|char_ram~46790_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46789_combout & ((\text_gen|char_ram~18784_q ))) # (!\text_gen|char_ram~46789_combout & (\text_gen|char_ram~18672_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46789_combout )))) + + .dataa(\text_gen|char_ram~18672_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18784_q ), + .datad(\text_gen|char_ram~46789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46790 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46793 ( +// Equation(s): +// \text_gen|char_ram~46793_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~46790_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~46792_combout )))) + + .dataa(\text_gen|char_ram~46792_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~46790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46793 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~46793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11616feeder ( +// Equation(s): +// \text_gen|char_ram~11616feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11616feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11616feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11616feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y18_N5 +dffeas \text_gen|char_ram~11616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11616feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11392feeder ( +// Equation(s): +// \text_gen|char_ram~11392feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11392feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11392feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11392feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N15 +dffeas \text_gen|char_ram~11392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11392feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y18_N11 +dffeas \text_gen|char_ram~11280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11504feeder ( +// Equation(s): +// \text_gen|char_ram~11504feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11504feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y17_N17 +dffeas \text_gen|char_ram~11504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46787 ( +// Equation(s): +// \text_gen|char_ram~46787_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~11504_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11280_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11280_q ), + .datad(\text_gen|char_ram~11504_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46787 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46788 ( +// Equation(s): +// \text_gen|char_ram~46788_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46787_combout & (\text_gen|char_ram~11616_q )) # (!\text_gen|char_ram~46787_combout & ((\text_gen|char_ram~11392_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46787_combout )))) + + .dataa(\text_gen|char_ram~11616_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11392_q ), + .datad(\text_gen|char_ram~46787_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46788 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25728feeder ( +// Equation(s): +// \text_gen|char_ram~25728feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25728feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y14_N19 +dffeas \text_gen|char_ram~25728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y15_N21 +dffeas \text_gen|char_ram~25952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N21 +dffeas \text_gen|char_ram~25616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y22_N19 +dffeas \text_gen|char_ram~25840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46794 ( +// Equation(s): +// \text_gen|char_ram~46794_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25840_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25616_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25616_q ), + .datad(\text_gen|char_ram~25840_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46794 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46795 ( +// Equation(s): +// \text_gen|char_ram~46795_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46794_combout & ((\text_gen|char_ram~25952_q ))) # (!\text_gen|char_ram~46794_combout & (\text_gen|char_ram~25728_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46794_combout )))) + + .dataa(\text_gen|char_ram~25728_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25952_q ), + .datad(\text_gen|char_ram~46794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46795 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46796 ( +// Equation(s): +// \text_gen|char_ram~46796_combout = (\text_gen|char_ram~46793_combout & (((\text_gen|char_ram~46795_combout ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~46793_combout & (\text_gen|char_ram~46788_combout & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~46793_combout ), + .datab(\text_gen|char_ram~46788_combout ), + .datac(\text_gen|char_ram~46795_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46796 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~46796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25868feeder ( +// Equation(s): +// \text_gen|char_ram~25868feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25868feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25868feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25868feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y11_N9 +dffeas \text_gen|char_ram~25868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25868feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y14_N3 +dffeas \text_gen|char_ram~4364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11532feeder ( +// Equation(s): +// \text_gen|char_ram~11532feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11532feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11532feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11532feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y17_N19 +dffeas \text_gen|char_ram~11532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11532feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46818 ( +// Equation(s): +// \text_gen|char_ram~46818_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11532_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4364_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4364_q ), + .datad(\text_gen|char_ram~11532_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46818 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18700feeder ( +// Equation(s): +// \text_gen|char_ram~18700feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18700feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18700feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18700feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N21 +dffeas \text_gen|char_ram~18700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18700feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46819 ( +// Equation(s): +// \text_gen|char_ram~46819_combout = (\text_gen|char_ram~46818_combout & ((\text_gen|char_ram~25868_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~46818_combout & (((\text_gen|Add5~14_combout & \text_gen|char_ram~18700_q )))) + + .dataa(\text_gen|char_ram~25868_q ), + .datab(\text_gen|char_ram~46818_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~18700_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46819 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~46819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11644feeder ( +// Equation(s): +// \text_gen|char_ram~11644feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11644feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11644feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11644feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y16_N31 +dffeas \text_gen|char_ram~11644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11644feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18812feeder ( +// Equation(s): +// \text_gen|char_ram~18812feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18812feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18812feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18812feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y9_N21 +dffeas \text_gen|char_ram~18812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18812feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y13_N3 +dffeas \text_gen|char_ram~4476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46825 ( +// Equation(s): +// \text_gen|char_ram~46825_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18812_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4476_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~18812_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4476_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46825 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y15_N21 +dffeas \text_gen|char_ram~25980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46826 ( +// Equation(s): +// \text_gen|char_ram~46826_combout = (\text_gen|char_ram~46825_combout & (((\text_gen|char_ram~25980_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~46825_combout & (\text_gen|char_ram~11644_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11644_q ), + .datab(\text_gen|char_ram~46825_combout ), + .datac(\text_gen|char_ram~25980_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46826 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11420feeder ( +// Equation(s): +// \text_gen|char_ram~11420feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11420feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11420feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11420feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y14_N1 +dffeas \text_gen|char_ram~11420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11420feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y14_N25 +dffeas \text_gen|char_ram~25756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18588feeder ( +// Equation(s): +// \text_gen|char_ram~18588feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18588feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18588feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18588feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y18_N9 +dffeas \text_gen|char_ram~18588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18588feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y14_N11 +dffeas \text_gen|char_ram~4252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46820 ( +// Equation(s): +// \text_gen|char_ram~46820_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18588_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4252_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18588_q ), + .datac(\text_gen|char_ram~4252_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46820 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46821 ( +// Equation(s): +// \text_gen|char_ram~46821_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46820_combout & ((\text_gen|char_ram~25756_q ))) # (!\text_gen|char_ram~46820_combout & (\text_gen|char_ram~11420_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46820_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11420_q ), + .datac(\text_gen|char_ram~25756_q ), + .datad(\text_gen|char_ram~46820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46821 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y14_N23 +dffeas \text_gen|char_ram~4140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11308feeder ( +// Equation(s): +// \text_gen|char_ram~11308feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11308feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y11_N5 +dffeas \text_gen|char_ram~11308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46822 ( +// Equation(s): +// \text_gen|char_ram~46822_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~11308_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4140_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4140_q ), + .datad(\text_gen|char_ram~11308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46822 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y14_N3 +dffeas \text_gen|char_ram~25644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18476feeder ( +// Equation(s): +// \text_gen|char_ram~18476feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18476feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18476feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18476feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y14_N1 +dffeas \text_gen|char_ram~18476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18476feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46823 ( +// Equation(s): +// \text_gen|char_ram~46823_combout = (\text_gen|char_ram~46822_combout & (((\text_gen|char_ram~25644_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~46822_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18476_q )))) + + .dataa(\text_gen|char_ram~46822_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25644_q ), + .datad(\text_gen|char_ram~18476_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46823 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46824 ( +// Equation(s): +// \text_gen|char_ram~46824_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~46821_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~46823_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46821_combout ), + .datad(\text_gen|char_ram~46823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46824 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46827 ( +// Equation(s): +// \text_gen|char_ram~46827_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46824_combout & ((\text_gen|char_ram~46826_combout ))) # (!\text_gen|char_ram~46824_combout & (\text_gen|char_ram~46819_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46824_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46819_combout ), + .datac(\text_gen|char_ram~46826_combout ), + .datad(\text_gen|char_ram~46824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46827 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y22_N31 +dffeas \text_gen|char_ram~4441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11609feeder ( +// Equation(s): +// \text_gen|char_ram~11609feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11609feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11609feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11609feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y18_N23 +dffeas \text_gen|char_ram~11609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11609feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46814 ( +// Equation(s): +// \text_gen|char_ram~46814_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11609_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4441_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4441_q ), + .datad(\text_gen|char_ram~11609_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46814 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y18_N23 +dffeas \text_gen|char_ram~25945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18777feeder ( +// Equation(s): +// \text_gen|char_ram~18777feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y26_N19 +dffeas \text_gen|char_ram~18777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46815 ( +// Equation(s): +// \text_gen|char_ram~46815_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46814_combout & (\text_gen|char_ram~25945_q )) # (!\text_gen|char_ram~46814_combout & ((\text_gen|char_ram~18777_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~46814_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46814_combout ), + .datac(\text_gen|char_ram~25945_q ), + .datad(\text_gen|char_ram~18777_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46815 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11273feeder ( +// Equation(s): +// \text_gen|char_ram~11273feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11273feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11273feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11273feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y18_N9 +dffeas \text_gen|char_ram~11273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11273feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y18_N29 +dffeas \text_gen|char_ram~25609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y18_N19 +dffeas \text_gen|char_ram~4105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18441feeder ( +// Equation(s): +// \text_gen|char_ram~18441feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18441feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y26_N21 +dffeas \text_gen|char_ram~18441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46811 ( +// Equation(s): +// \text_gen|char_ram~46811_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18441_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4105_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4105_q ), + .datad(\text_gen|char_ram~18441_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46811 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46812 ( +// Equation(s): +// \text_gen|char_ram~46812_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46811_combout & ((\text_gen|char_ram~25609_q ))) # (!\text_gen|char_ram~46811_combout & (\text_gen|char_ram~11273_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46811_combout )))) + + .dataa(\text_gen|char_ram~11273_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25609_q ), + .datad(\text_gen|char_ram~46811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46812 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18553feeder ( +// Equation(s): +// \text_gen|char_ram~18553feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18553feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18553feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18553feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y30_N25 +dffeas \text_gen|char_ram~18553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18553feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y18_N29 +dffeas \text_gen|char_ram~25721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11385feeder ( +// Equation(s): +// \text_gen|char_ram~11385feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11385feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11385feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11385feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y23_N1 +dffeas \text_gen|char_ram~11385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11385feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y18_N25 +dffeas \text_gen|char_ram~4217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46809 ( +// Equation(s): +// \text_gen|char_ram~46809_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11385_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4217_q +// ))))) + + .dataa(\text_gen|char_ram~11385_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4217_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46809 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46810 ( +// Equation(s): +// \text_gen|char_ram~46810_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46809_combout & ((\text_gen|char_ram~25721_q ))) # (!\text_gen|char_ram~46809_combout & (\text_gen|char_ram~18553_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46809_combout )))) + + .dataa(\text_gen|char_ram~18553_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25721_q ), + .datad(\text_gen|char_ram~46809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46810 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46813 ( +// Equation(s): +// \text_gen|char_ram~46813_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~46810_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46812_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46812_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~46810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46813 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y22_N29 +dffeas \text_gen|char_ram~4329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18665feeder ( +// Equation(s): +// \text_gen|char_ram~18665feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18665feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18665feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18665feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y30_N7 +dffeas \text_gen|char_ram~18665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18665feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46807 ( +// Equation(s): +// \text_gen|char_ram~46807_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18665_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4329_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4329_q ), + .datad(\text_gen|char_ram~18665_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46807 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y21_N3 +dffeas \text_gen|char_ram~25833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11497feeder ( +// Equation(s): +// \text_gen|char_ram~11497feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y18_N3 +dffeas \text_gen|char_ram~11497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46808 ( +// Equation(s): +// \text_gen|char_ram~46808_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46807_combout & (\text_gen|char_ram~25833_q )) # (!\text_gen|char_ram~46807_combout & ((\text_gen|char_ram~11497_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~46807_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~46807_combout ), + .datac(\text_gen|char_ram~25833_q ), + .datad(\text_gen|char_ram~11497_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46808 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46816 ( +// Equation(s): +// \text_gen|char_ram~46816_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46813_combout & (\text_gen|char_ram~46815_combout )) # (!\text_gen|char_ram~46813_combout & ((\text_gen|char_ram~46808_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46813_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46815_combout ), + .datac(\text_gen|char_ram~46813_combout ), + .datad(\text_gen|char_ram~46808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46816 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18805feeder ( +// Equation(s): +// \text_gen|char_ram~18805feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18805feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18805feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18805feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y16_N21 +dffeas \text_gen|char_ram~18805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18805feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y19_N11 +dffeas \text_gen|char_ram~25973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11637feeder ( +// Equation(s): +// \text_gen|char_ram~11637feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11637feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11637feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11637feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y17_N13 +dffeas \text_gen|char_ram~11637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11637feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y17_N11 +dffeas \text_gen|char_ram~4469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46804 ( +// Equation(s): +// \text_gen|char_ram~46804_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11637_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4469_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11637_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4469_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46804 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46805 ( +// Equation(s): +// \text_gen|char_ram~46805_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46804_combout & ((\text_gen|char_ram~25973_q ))) # (!\text_gen|char_ram~46804_combout & (\text_gen|char_ram~18805_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46804_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18805_q ), + .datac(\text_gen|char_ram~25973_q ), + .datad(\text_gen|char_ram~46804_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46805 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18581feeder ( +// Equation(s): +// \text_gen|char_ram~18581feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18581feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y22_N25 +dffeas \text_gen|char_ram~18581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y18_N5 +dffeas \text_gen|char_ram~25749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11413feeder ( +// Equation(s): +// \text_gen|char_ram~11413feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11413feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11413feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11413feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y18_N3 +dffeas \text_gen|char_ram~11413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11413feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y16_N3 +dffeas \text_gen|char_ram~4245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46797 ( +// Equation(s): +// \text_gen|char_ram~46797_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11413_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4245_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11413_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4245_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46797 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46798 ( +// Equation(s): +// \text_gen|char_ram~46798_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46797_combout & ((\text_gen|char_ram~25749_q ))) # (!\text_gen|char_ram~46797_combout & (\text_gen|char_ram~18581_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46797_combout )))) + + .dataa(\text_gen|char_ram~18581_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25749_q ), + .datad(\text_gen|char_ram~46797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46798 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11301feeder ( +// Equation(s): +// \text_gen|char_ram~11301feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11301feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11301feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11301feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y17_N1 +dffeas \text_gen|char_ram~11301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11301feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18469feeder ( +// Equation(s): +// \text_gen|char_ram~18469feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18469feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y17_N19 +dffeas \text_gen|char_ram~18469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y17_N7 +dffeas \text_gen|char_ram~4133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46801 ( +// Equation(s): +// \text_gen|char_ram~46801_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18469_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4133_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18469_q ), + .datac(\text_gen|char_ram~4133_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46801 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y18_N19 +dffeas \text_gen|char_ram~25637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46802 ( +// Equation(s): +// \text_gen|char_ram~46802_combout = (\text_gen|char_ram~46801_combout & (((\text_gen|char_ram~25637_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~46801_combout & (\text_gen|char_ram~11301_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11301_q ), + .datab(\text_gen|char_ram~46801_combout ), + .datac(\text_gen|char_ram~25637_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46802 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11525feeder ( +// Equation(s): +// \text_gen|char_ram~11525feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y24_N17 +dffeas \text_gen|char_ram~11525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y18_N9 +dffeas \text_gen|char_ram~25861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18693feeder ( +// Equation(s): +// \text_gen|char_ram~18693feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18693feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y16_N7 +dffeas \text_gen|char_ram~18693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y18_N31 +dffeas \text_gen|char_ram~4357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46799 ( +// Equation(s): +// \text_gen|char_ram~46799_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18693_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4357_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18693_q ), + .datac(\text_gen|char_ram~4357_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46799 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46800 ( +// Equation(s): +// \text_gen|char_ram~46800_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46799_combout & ((\text_gen|char_ram~25861_q ))) # (!\text_gen|char_ram~46799_combout & (\text_gen|char_ram~11525_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46799_combout )))) + + .dataa(\text_gen|char_ram~11525_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25861_q ), + .datad(\text_gen|char_ram~46799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46800 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46803 ( +// Equation(s): +// \text_gen|char_ram~46803_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~46800_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46802_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46802_combout ), + .datac(\text_gen|char_ram~46800_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46803 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~46803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46806 ( +// Equation(s): +// \text_gen|char_ram~46806_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46803_combout & (\text_gen|char_ram~46805_combout )) # (!\text_gen|char_ram~46803_combout & ((\text_gen|char_ram~46798_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46803_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46805_combout ), + .datac(\text_gen|char_ram~46798_combout ), + .datad(\text_gen|char_ram~46803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46806 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46817 ( +// Equation(s): +// \text_gen|char_ram~46817_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~46806_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~46816_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46816_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~46806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46817 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46828 ( +// Equation(s): +// \text_gen|char_ram~46828_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46817_combout & ((\text_gen|char_ram~46827_combout ))) # (!\text_gen|char_ram~46817_combout & (\text_gen|char_ram~46796_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46817_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46796_combout ), + .datac(\text_gen|char_ram~46827_combout ), + .datad(\text_gen|char_ram~46817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46828 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15200feeder ( +// Equation(s): +// \text_gen|char_ram~15200feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15200feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15200feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15200feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N3 +dffeas \text_gen|char_ram~15200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15200feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y15_N27 +dffeas \text_gen|char_ram~14976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y15_N25 +dffeas \text_gen|char_ram~14864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15088feeder ( +// Equation(s): +// \text_gen|char_ram~15088feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15088feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15088feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15088feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y15_N11 +dffeas \text_gen|char_ram~15088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15088feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46829 ( +// Equation(s): +// \text_gen|char_ram~46829_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15088_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14864_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14864_q ), + .datad(\text_gen|char_ram~15088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46829 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46830 ( +// Equation(s): +// \text_gen|char_ram~46830_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46829_combout & (\text_gen|char_ram~15200_q )) # (!\text_gen|char_ram~46829_combout & ((\text_gen|char_ram~14976_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46829_combout )))) + + .dataa(\text_gen|char_ram~15200_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14976_q ), + .datad(\text_gen|char_ram~46829_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46830 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N7 +dffeas \text_gen|char_ram~22032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22144feeder ( +// Equation(s): +// \text_gen|char_ram~22144feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22144feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22144feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22144feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y19_N13 +dffeas \text_gen|char_ram~22144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22144feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46836 ( +// Equation(s): +// \text_gen|char_ram~46836_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~22144_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22032_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22032_q ), + .datad(\text_gen|char_ram~22144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46836 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y15_N27 +dffeas \text_gen|char_ram~22368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22256feeder ( +// Equation(s): +// \text_gen|char_ram~22256feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22256feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y15_N23 +dffeas \text_gen|char_ram~22256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46837 ( +// Equation(s): +// \text_gen|char_ram~46837_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46836_combout & (\text_gen|char_ram~22368_q )) # (!\text_gen|char_ram~46836_combout & ((\text_gen|char_ram~22256_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46836_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46836_combout ), + .datac(\text_gen|char_ram~22368_q ), + .datad(\text_gen|char_ram~22256_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46837 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~640feeder ( +// Equation(s): +// \text_gen|char_ram~640feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~640feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~640feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~640feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y11_N9 +dffeas \text_gen|char_ram~640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~640feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y11_N7 +dffeas \text_gen|char_ram~864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~752feeder ( +// Equation(s): +// \text_gen|char_ram~752feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~752feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~752feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~752feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y11_N29 +dffeas \text_gen|char_ram~752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~752feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y11_N7 +dffeas \text_gen|char_ram~528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46833 ( +// Equation(s): +// \text_gen|char_ram~46833_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~752_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~528_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~752_q ), + .datac(\text_gen|char_ram~528_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46833 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46834 ( +// Equation(s): +// \text_gen|char_ram~46834_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46833_combout & ((\text_gen|char_ram~864_q ))) # (!\text_gen|char_ram~46833_combout & (\text_gen|char_ram~640_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46833_combout )))) + + .dataa(\text_gen|char_ram~640_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~864_q ), + .datad(\text_gen|char_ram~46833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46834 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7920feeder ( +// Equation(s): +// \text_gen|char_ram~7920feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7920feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y14_N25 +dffeas \text_gen|char_ram~7920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N23 +dffeas \text_gen|char_ram~8032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N1 +dffeas \text_gen|char_ram~7696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7808feeder ( +// Equation(s): +// \text_gen|char_ram~7808feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7808feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7808feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7808feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y11_N1 +dffeas \text_gen|char_ram~7808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7808feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46831 ( +// Equation(s): +// \text_gen|char_ram~46831_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7808_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7696_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7696_q ), + .datad(\text_gen|char_ram~7808_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46831 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46832 ( +// Equation(s): +// \text_gen|char_ram~46832_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46831_combout & ((\text_gen|char_ram~8032_q ))) # (!\text_gen|char_ram~46831_combout & (\text_gen|char_ram~7920_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46831_combout )))) + + .dataa(\text_gen|char_ram~7920_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8032_q ), + .datad(\text_gen|char_ram~46831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46832 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46835 ( +// Equation(s): +// \text_gen|char_ram~46835_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~46832_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~46834_combout )))) + + .dataa(\text_gen|char_ram~46834_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46832_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46835 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~46835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46838 ( +// Equation(s): +// \text_gen|char_ram~46838_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46835_combout & ((\text_gen|char_ram~46837_combout ))) # (!\text_gen|char_ram~46835_combout & (\text_gen|char_ram~46830_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46835_combout )))) + + .dataa(\text_gen|char_ram~46830_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46837_combout ), + .datad(\text_gen|char_ram~46835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46838 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15004feeder ( +// Equation(s): +// \text_gen|char_ram~15004feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15004feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N25 +dffeas \text_gen|char_ram~15004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7836feeder ( +// Equation(s): +// \text_gen|char_ram~7836feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y11_N25 +dffeas \text_gen|char_ram~7836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y11_N19 +dffeas \text_gen|char_ram~668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46860 ( +// Equation(s): +// \text_gen|char_ram~46860_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7836_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~668_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7836_q ), + .datac(\text_gen|char_ram~668_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46860 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y11_N13 +dffeas \text_gen|char_ram~22172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46861 ( +// Equation(s): +// \text_gen|char_ram~46861_combout = (\text_gen|char_ram~46860_combout & (((\text_gen|char_ram~22172_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~46860_combout & (\text_gen|char_ram~15004_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~15004_q ), + .datab(\text_gen|char_ram~46860_combout ), + .datac(\text_gen|char_ram~22172_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46861 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15228feeder ( +// Equation(s): +// \text_gen|char_ram~15228feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15228feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N11 +dffeas \text_gen|char_ram~15228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y11_N9 +dffeas \text_gen|char_ram~22396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~892feeder ( +// Equation(s): +// \text_gen|char_ram~892feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~892feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y11_N17 +dffeas \text_gen|char_ram~892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8060feeder ( +// Equation(s): +// \text_gen|char_ram~8060feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8060feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8060feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8060feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y12_N19 +dffeas \text_gen|char_ram~8060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8060feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46867 ( +// Equation(s): +// \text_gen|char_ram~46867_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8060_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~892_q +// )))) + + .dataa(\text_gen|char_ram~892_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~8060_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46867 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~46867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46868 ( +// Equation(s): +// \text_gen|char_ram~46868_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46867_combout & ((\text_gen|char_ram~22396_q ))) # (!\text_gen|char_ram~46867_combout & (\text_gen|char_ram~15228_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46867_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15228_q ), + .datac(\text_gen|char_ram~22396_q ), + .datad(\text_gen|char_ram~46867_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46868 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7948feeder ( +// Equation(s): +// \text_gen|char_ram~7948feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7948feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y10_N7 +dffeas \text_gen|char_ram~7948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y11_N15 +dffeas \text_gen|char_ram~22284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y11_N3 +dffeas \text_gen|char_ram~780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15116feeder ( +// Equation(s): +// \text_gen|char_ram~15116feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15116feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15116feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15116feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N15 +dffeas \text_gen|char_ram~15116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15116feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46862 ( +// Equation(s): +// \text_gen|char_ram~46862_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~15116_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~780_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~780_q ), + .datad(\text_gen|char_ram~15116_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46862 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46863 ( +// Equation(s): +// \text_gen|char_ram~46863_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46862_combout & ((\text_gen|char_ram~22284_q ))) # (!\text_gen|char_ram~46862_combout & (\text_gen|char_ram~7948_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46862_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7948_q ), + .datac(\text_gen|char_ram~22284_q ), + .datad(\text_gen|char_ram~46862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46863 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7724feeder ( +// Equation(s): +// \text_gen|char_ram~7724feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7724feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7724feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7724feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y11_N7 +dffeas \text_gen|char_ram~7724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7724feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y11_N21 +dffeas \text_gen|char_ram~22060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y9_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14892feeder ( +// Equation(s): +// \text_gen|char_ram~14892feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14892feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y9_N3 +dffeas \text_gen|char_ram~14892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y9_N7 +dffeas \text_gen|char_ram~556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46864 ( +// Equation(s): +// \text_gen|char_ram~46864_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14892_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~556_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14892_q ), + .datac(\text_gen|char_ram~556_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46864 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46865 ( +// Equation(s): +// \text_gen|char_ram~46865_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46864_combout & ((\text_gen|char_ram~22060_q ))) # (!\text_gen|char_ram~46864_combout & (\text_gen|char_ram~7724_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46864_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7724_q ), + .datac(\text_gen|char_ram~22060_q ), + .datad(\text_gen|char_ram~46864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46865 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46866 ( +// Equation(s): +// \text_gen|char_ram~46866_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46863_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46865_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46863_combout ), + .datad(\text_gen|char_ram~46865_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46866 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46869 ( +// Equation(s): +// \text_gen|char_ram~46869_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46866_combout & ((\text_gen|char_ram~46868_combout ))) # (!\text_gen|char_ram~46866_combout & (\text_gen|char_ram~46861_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46866_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46861_combout ), + .datac(\text_gen|char_ram~46868_combout ), + .datad(\text_gen|char_ram~46866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46869 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14969feeder ( +// Equation(s): +// \text_gen|char_ram~14969feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14969feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y19_N21 +dffeas \text_gen|char_ram~14969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y15_N19 +dffeas \text_gen|char_ram~15193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y15_N5 +dffeas \text_gen|char_ram~14857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15081feeder ( +// Equation(s): +// \text_gen|char_ram~15081feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15081feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y19_N19 +dffeas \text_gen|char_ram~15081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46849 ( +// Equation(s): +// \text_gen|char_ram~46849_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~15081_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14857_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14857_q ), + .datad(\text_gen|char_ram~15081_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46849 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46850 ( +// Equation(s): +// \text_gen|char_ram~46850_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46849_combout & ((\text_gen|char_ram~15193_q ))) # (!\text_gen|char_ram~46849_combout & (\text_gen|char_ram~14969_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46849_combout )))) + + .dataa(\text_gen|char_ram~14969_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15193_q ), + .datad(\text_gen|char_ram~46849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46850 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22249feeder ( +// Equation(s): +// \text_gen|char_ram~22249feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22249feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22249feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22249feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y15_N1 +dffeas \text_gen|char_ram~22249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22249feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y15_N21 +dffeas \text_gen|char_ram~22361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y15_N19 +dffeas \text_gen|char_ram~22025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22137feeder ( +// Equation(s): +// \text_gen|char_ram~22137feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22137feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22137feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22137feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y19_N31 +dffeas \text_gen|char_ram~22137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22137feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46856 ( +// Equation(s): +// \text_gen|char_ram~46856_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~22137_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22025_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22025_q ), + .datad(\text_gen|char_ram~22137_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46856 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46857 ( +// Equation(s): +// \text_gen|char_ram~46857_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46856_combout & ((\text_gen|char_ram~22361_q ))) # (!\text_gen|char_ram~46856_combout & (\text_gen|char_ram~22249_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46856_combout )))) + + .dataa(\text_gen|char_ram~22249_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22361_q ), + .datad(\text_gen|char_ram~46856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46857 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N29 +dffeas \text_gen|char_ram~7913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y14_N27 +dffeas \text_gen|char_ram~8025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y14_N9 +dffeas \text_gen|char_ram~7689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7801feeder ( +// Equation(s): +// \text_gen|char_ram~7801feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7801feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7801feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7801feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y14_N5 +dffeas \text_gen|char_ram~7801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7801feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46851 ( +// Equation(s): +// \text_gen|char_ram~46851_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7801_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7689_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7689_q ), + .datad(\text_gen|char_ram~7801_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46851 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46852 ( +// Equation(s): +// \text_gen|char_ram~46852_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46851_combout & ((\text_gen|char_ram~8025_q ))) # (!\text_gen|char_ram~46851_combout & (\text_gen|char_ram~7913_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46851_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7913_q ), + .datac(\text_gen|char_ram~8025_q ), + .datad(\text_gen|char_ram~46851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46852 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~633feeder ( +// Equation(s): +// \text_gen|char_ram~633feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~633feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~633feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~633feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y11_N13 +dffeas \text_gen|char_ram~633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~633feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y16_N1 +dffeas \text_gen|char_ram~857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~745feeder ( +// Equation(s): +// \text_gen|char_ram~745feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~745feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~745feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~745feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y8_N3 +dffeas \text_gen|char_ram~745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~745feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y11_N25 +dffeas \text_gen|char_ram~521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46853 ( +// Equation(s): +// \text_gen|char_ram~46853_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~745_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~521_q ))))) + + .dataa(\text_gen|char_ram~745_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~521_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46853 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46854 ( +// Equation(s): +// \text_gen|char_ram~46854_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46853_combout & ((\text_gen|char_ram~857_q ))) # (!\text_gen|char_ram~46853_combout & (\text_gen|char_ram~633_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46853_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~633_q ), + .datac(\text_gen|char_ram~857_q ), + .datad(\text_gen|char_ram~46853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46854 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46855 ( +// Equation(s): +// \text_gen|char_ram~46855_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46852_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~46854_combout )))) + + .dataa(\text_gen|char_ram~46852_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~46854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46855 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~46855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46858 ( +// Equation(s): +// \text_gen|char_ram~46858_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46855_combout & ((\text_gen|char_ram~46857_combout ))) # (!\text_gen|char_ram~46855_combout & (\text_gen|char_ram~46850_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46855_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46850_combout ), + .datac(\text_gen|char_ram~46857_combout ), + .datad(\text_gen|char_ram~46855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46858 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22277feeder ( +// Equation(s): +// \text_gen|char_ram~22277feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y15_N11 +dffeas \text_gen|char_ram~22277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y15_N31 +dffeas \text_gen|char_ram~22389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y15_N7 +dffeas \text_gen|char_ram~22053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22165feeder ( +// Equation(s): +// \text_gen|char_ram~22165feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22165feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22165feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22165feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y15_N25 +dffeas \text_gen|char_ram~22165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22165feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46846 ( +// Equation(s): +// \text_gen|char_ram~46846_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~22165_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22053_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22053_q ), + .datad(\text_gen|char_ram~22165_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46846 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46847 ( +// Equation(s): +// \text_gen|char_ram~46847_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46846_combout & ((\text_gen|char_ram~22389_q ))) # (!\text_gen|char_ram~46846_combout & (\text_gen|char_ram~22277_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46846_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~22277_q ), + .datac(\text_gen|char_ram~22389_q ), + .datad(\text_gen|char_ram~46846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46847 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7941feeder ( +// Equation(s): +// \text_gen|char_ram~7941feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7941feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7941feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7941feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y24_N3 +dffeas \text_gen|char_ram~7941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7941feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y20_N11 +dffeas \text_gen|char_ram~8053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y20_N17 +dffeas \text_gen|char_ram~7717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7829feeder ( +// Equation(s): +// \text_gen|char_ram~7829feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7829feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y20_N9 +dffeas \text_gen|char_ram~7829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46839 ( +// Equation(s): +// \text_gen|char_ram~46839_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7829_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7717_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7717_q ), + .datad(\text_gen|char_ram~7829_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46839 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46840 ( +// Equation(s): +// \text_gen|char_ram~46840_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46839_combout & ((\text_gen|char_ram~8053_q ))) # (!\text_gen|char_ram~46839_combout & (\text_gen|char_ram~7941_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46839_combout )))) + + .dataa(\text_gen|char_ram~7941_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8053_q ), + .datad(\text_gen|char_ram~46839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46840 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~661feeder ( +// Equation(s): +// \text_gen|char_ram~661feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~661feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~661feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~661feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y11_N17 +dffeas \text_gen|char_ram~661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~661feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y16_N13 +dffeas \text_gen|char_ram~885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y16_N3 +dffeas \text_gen|char_ram~549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~773feeder ( +// Equation(s): +// \text_gen|char_ram~773feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~773feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~773feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~773feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N19 +dffeas \text_gen|char_ram~773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~773feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46843 ( +// Equation(s): +// \text_gen|char_ram~46843_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~773_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~549_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~549_q ), + .datad(\text_gen|char_ram~773_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46843 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46844 ( +// Equation(s): +// \text_gen|char_ram~46844_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46843_combout & ((\text_gen|char_ram~885_q ))) # (!\text_gen|char_ram~46843_combout & (\text_gen|char_ram~661_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46843_combout )))) + + .dataa(\text_gen|char_ram~661_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~885_q ), + .datad(\text_gen|char_ram~46843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46844 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14997feeder ( +// Equation(s): +// \text_gen|char_ram~14997feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14997feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14997feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14997feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y16_N31 +dffeas \text_gen|char_ram~14997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14997feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y16_N5 +dffeas \text_gen|char_ram~15221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y16_N19 +dffeas \text_gen|char_ram~14885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15109feeder ( +// Equation(s): +// \text_gen|char_ram~15109feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15109feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15109feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15109feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y20_N17 +dffeas \text_gen|char_ram~15109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15109feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46841 ( +// Equation(s): +// \text_gen|char_ram~46841_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~15109_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14885_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14885_q ), + .datad(\text_gen|char_ram~15109_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46841 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46842 ( +// Equation(s): +// \text_gen|char_ram~46842_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46841_combout & ((\text_gen|char_ram~15221_q ))) # (!\text_gen|char_ram~46841_combout & (\text_gen|char_ram~14997_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46841_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14997_q ), + .datac(\text_gen|char_ram~15221_q ), + .datad(\text_gen|char_ram~46841_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46842 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46845 ( +// Equation(s): +// \text_gen|char_ram~46845_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~46842_combout ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~46844_combout & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~46844_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46842_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46845 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~46845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46848 ( +// Equation(s): +// \text_gen|char_ram~46848_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46845_combout & (\text_gen|char_ram~46847_combout )) # (!\text_gen|char_ram~46845_combout & ((\text_gen|char_ram~46840_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46845_combout )))) + + .dataa(\text_gen|char_ram~46847_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46840_combout ), + .datad(\text_gen|char_ram~46845_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46848 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46859 ( +// Equation(s): +// \text_gen|char_ram~46859_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~46848_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~46858_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46858_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~46848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46859 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46870 ( +// Equation(s): +// \text_gen|char_ram~46870_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46859_combout & ((\text_gen|char_ram~46869_combout ))) # (!\text_gen|char_ram~46859_combout & (\text_gen|char_ram~46838_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46859_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46838_combout ), + .datac(\text_gen|char_ram~46869_combout ), + .datad(\text_gen|char_ram~46859_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46870 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46871 ( +// Equation(s): +// \text_gen|char_ram~46871_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~46828_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~46870_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~46828_combout ), + .datad(\text_gen|char_ram~46870_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46871 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23824feeder ( +// Equation(s): +// \text_gen|char_ram~23824feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23824feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23824feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23824feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y12_N11 +dffeas \text_gen|char_ram~23824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23824feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y15_N31 +dffeas \text_gen|char_ram~23852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y15_N21 +dffeas \text_gen|char_ram~23817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23845feeder ( +// Equation(s): +// \text_gen|char_ram~23845feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23845feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23845feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23845feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y11_N7 +dffeas \text_gen|char_ram~23845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23845feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46780 ( +// Equation(s): +// \text_gen|char_ram~46780_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~23845_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23817_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23817_q ), + .datad(\text_gen|char_ram~23845_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46780 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46781 ( +// Equation(s): +// \text_gen|char_ram~46781_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46780_combout & ((\text_gen|char_ram~23852_q ))) # (!\text_gen|char_ram~46780_combout & (\text_gen|char_ram~23824_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46780_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~23824_q ), + .datac(\text_gen|char_ram~23852_q ), + .datad(\text_gen|char_ram~46780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46781 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y11_N23 +dffeas \text_gen|char_ram~24041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24069feeder ( +// Equation(s): +// \text_gen|char_ram~24069feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24069feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24069feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24069feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y11_N29 +dffeas \text_gen|char_ram~24069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24069feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46778 ( +// Equation(s): +// \text_gen|char_ram~46778_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~24069_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24041_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24041_q ), + .datad(\text_gen|char_ram~24069_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46778 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y8_N23 +dffeas \text_gen|char_ram~24076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24048feeder ( +// Equation(s): +// \text_gen|char_ram~24048feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24048feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24048feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24048feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y12_N25 +dffeas \text_gen|char_ram~24048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24048feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46779 ( +// Equation(s): +// \text_gen|char_ram~46779_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46778_combout & (\text_gen|char_ram~24076_q )) # (!\text_gen|char_ram~46778_combout & ((\text_gen|char_ram~24048_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46778_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46778_combout ), + .datac(\text_gen|char_ram~24076_q ), + .datad(\text_gen|char_ram~24048_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46779 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46782 ( +// Equation(s): +// \text_gen|char_ram~46782_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~46779_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46781_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46781_combout ), + .datac(\text_gen|char_ram~46779_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46782 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~46782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24181feeder ( +// Equation(s): +// \text_gen|char_ram~24181feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24181feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24181feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24181feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y15_N15 +dffeas \text_gen|char_ram~24181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24181feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y11_N31 +dffeas \text_gen|char_ram~24188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y15_N11 +dffeas \text_gen|char_ram~24153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24160feeder ( +// Equation(s): +// \text_gen|char_ram~24160feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24160feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24160feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24160feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y15_N25 +dffeas \text_gen|char_ram~24160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24160feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46783 ( +// Equation(s): +// \text_gen|char_ram~46783_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~24160_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24153_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24153_q ), + .datad(\text_gen|char_ram~24160_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46783 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46784 ( +// Equation(s): +// \text_gen|char_ram~46784_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46783_combout & ((\text_gen|char_ram~24188_q ))) # (!\text_gen|char_ram~46783_combout & (\text_gen|char_ram~24181_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46783_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24181_q ), + .datac(\text_gen|char_ram~24188_q ), + .datad(\text_gen|char_ram~46783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46784 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23957feeder ( +// Equation(s): +// \text_gen|char_ram~23957feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23957feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23957feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23957feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y12_N25 +dffeas \text_gen|char_ram~23957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23957feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y15_N3 +dffeas \text_gen|char_ram~23964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y12_N15 +dffeas \text_gen|char_ram~23929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23936feeder ( +// Equation(s): +// \text_gen|char_ram~23936feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23936feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y15_N3 +dffeas \text_gen|char_ram~23936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46776 ( +// Equation(s): +// \text_gen|char_ram~46776_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~23936_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23929_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23929_q ), + .datad(\text_gen|char_ram~23936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46776 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46777 ( +// Equation(s): +// \text_gen|char_ram~46777_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46776_combout & ((\text_gen|char_ram~23964_q ))) # (!\text_gen|char_ram~46776_combout & (\text_gen|char_ram~23957_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46776_combout )))) + + .dataa(\text_gen|char_ram~23957_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23964_q ), + .datad(\text_gen|char_ram~46776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46777 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46785 ( +// Equation(s): +// \text_gen|char_ram~46785_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46782_combout & (\text_gen|char_ram~46784_combout )) # (!\text_gen|char_ram~46782_combout & ((\text_gen|char_ram~46777_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46782_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46782_combout ), + .datac(\text_gen|char_ram~46784_combout ), + .datad(\text_gen|char_ram~46777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46785 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16992feeder ( +// Equation(s): +// \text_gen|char_ram~16992feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16992feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16992feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16992feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y13_N11 +dffeas \text_gen|char_ram~16992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16992feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y13_N1 +dffeas \text_gen|char_ram~16985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46752 ( +// Equation(s): +// \text_gen|char_ram~46752_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~16992_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~16985_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~16992_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16985_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46752 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y13_N9 +dffeas \text_gen|char_ram~17020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17013feeder ( +// Equation(s): +// \text_gen|char_ram~17013feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17013feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17013feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17013feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N23 +dffeas \text_gen|char_ram~17013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17013feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46753 ( +// Equation(s): +// \text_gen|char_ram~46753_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46752_combout & (\text_gen|char_ram~17020_q )) # (!\text_gen|char_ram~46752_combout & ((\text_gen|char_ram~17013_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~46752_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46752_combout ), + .datac(\text_gen|char_ram~17020_q ), + .datad(\text_gen|char_ram~17013_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46753 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16908feeder ( +// Equation(s): +// \text_gen|char_ram~16908feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16908feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y11_N5 +dffeas \text_gen|char_ram~16908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y11_N17 +dffeas \text_gen|char_ram~16880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16901feeder ( +// Equation(s): +// \text_gen|char_ram~16901feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16901feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y11_N7 +dffeas \text_gen|char_ram~16901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y11_N3 +dffeas \text_gen|char_ram~16873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46745 ( +// Equation(s): +// \text_gen|char_ram~46745_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~16901_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~16873_q ))))) + + .dataa(\text_gen|char_ram~16901_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16873_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46745 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46746 ( +// Equation(s): +// \text_gen|char_ram~46746_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46745_combout & (\text_gen|char_ram~16908_q )) # (!\text_gen|char_ram~46745_combout & ((\text_gen|char_ram~16880_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46745_combout )))) + + .dataa(\text_gen|char_ram~16908_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16880_q ), + .datad(\text_gen|char_ram~46745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46746 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y15_N3 +dffeas \text_gen|char_ram~16761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16768feeder ( +// Equation(s): +// \text_gen|char_ram~16768feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16768feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16768feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16768feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y15_N25 +dffeas \text_gen|char_ram~16768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16768feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46747 ( +// Equation(s): +// \text_gen|char_ram~46747_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~16768_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16761_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16761_q ), + .datad(\text_gen|char_ram~16768_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46747 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16789feeder ( +// Equation(s): +// \text_gen|char_ram~16789feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16789feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y16_N31 +dffeas \text_gen|char_ram~16789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16796feeder ( +// Equation(s): +// \text_gen|char_ram~16796feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y15_N25 +dffeas \text_gen|char_ram~16796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46748 ( +// Equation(s): +// \text_gen|char_ram~46748_combout = (\text_gen|char_ram~46747_combout & (((\text_gen|char_ram~16796_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~46747_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~16789_q ))) + + .dataa(\text_gen|char_ram~46747_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16789_q ), + .datad(\text_gen|char_ram~16796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46748 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y9_N31 +dffeas \text_gen|char_ram~16649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16677feeder ( +// Equation(s): +// \text_gen|char_ram~16677feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16677feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y11_N9 +dffeas \text_gen|char_ram~16677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y9_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46749 ( +// Equation(s): +// \text_gen|char_ram~46749_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~16677_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16649_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16649_q ), + .datad(\text_gen|char_ram~16677_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46749 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y8_N21 +dffeas \text_gen|char_ram~16684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16656feeder ( +// Equation(s): +// \text_gen|char_ram~16656feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16656feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16656feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16656feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y8_N29 +dffeas \text_gen|char_ram~16656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16656feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y8_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46750 ( +// Equation(s): +// \text_gen|char_ram~46750_combout = (\text_gen|char_ram~46749_combout & (((\text_gen|char_ram~16684_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46749_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~16656_q )))) + + .dataa(\text_gen|char_ram~46749_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16684_q ), + .datad(\text_gen|char_ram~16656_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46750 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y8_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46751 ( +// Equation(s): +// \text_gen|char_ram~46751_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~46748_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~46750_combout ))))) + + .dataa(\text_gen|char_ram~46748_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~46750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46751 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~46751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y8_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46754 ( +// Equation(s): +// \text_gen|char_ram~46754_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46751_combout & (\text_gen|char_ram~46753_combout )) # (!\text_gen|char_ram~46751_combout & ((\text_gen|char_ram~46746_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46751_combout )))) + + .dataa(\text_gen|char_ram~46753_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46746_combout ), + .datad(\text_gen|char_ram~46751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46754 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2544feeder ( +// Equation(s): +// \text_gen|char_ram~2544feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2544feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2544feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2544feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y8_N13 +dffeas \text_gen|char_ram~2544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2544feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y8_N21 +dffeas \text_gen|char_ram~2572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y11_N13 +dffeas \text_gen|char_ram~2537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2565feeder ( +// Equation(s): +// \text_gen|char_ram~2565feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2565feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2565feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2565feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y11_N15 +dffeas \text_gen|char_ram~2565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2565feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46765 ( +// Equation(s): +// \text_gen|char_ram~46765_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2565_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2537_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2537_q ), + .datad(\text_gen|char_ram~2565_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46765 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y8_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46766 ( +// Equation(s): +// \text_gen|char_ram~46766_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46765_combout & ((\text_gen|char_ram~2572_q ))) # (!\text_gen|char_ram~46765_combout & (\text_gen|char_ram~2544_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46765_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2544_q ), + .datac(\text_gen|char_ram~2572_q ), + .datad(\text_gen|char_ram~46765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46766 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2677feeder ( +// Equation(s): +// \text_gen|char_ram~2677feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2677feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y8_N13 +dffeas \text_gen|char_ram~2677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y8_N1 +dffeas \text_gen|char_ram~2684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y8_N11 +dffeas \text_gen|char_ram~2649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2656feeder ( +// Equation(s): +// \text_gen|char_ram~2656feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2656feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2656feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2656feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y8_N15 +dffeas \text_gen|char_ram~2656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2656feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y8_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46772 ( +// Equation(s): +// \text_gen|char_ram~46772_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2656_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2649_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2649_q ), + .datad(\text_gen|char_ram~2656_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46772 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y8_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46773 ( +// Equation(s): +// \text_gen|char_ram~46773_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46772_combout & ((\text_gen|char_ram~2684_q ))) # (!\text_gen|char_ram~46772_combout & (\text_gen|char_ram~2677_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46772_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2677_q ), + .datac(\text_gen|char_ram~2684_q ), + .datad(\text_gen|char_ram~46772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46773 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2453feeder ( +// Equation(s): +// \text_gen|char_ram~2453feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2453feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2453feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2453feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y12_N7 +dffeas \text_gen|char_ram~2453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2453feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y15_N17 +dffeas \text_gen|char_ram~2460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2432feeder ( +// Equation(s): +// \text_gen|char_ram~2432feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2432feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2432feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2432feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y14_N9 +dffeas \text_gen|char_ram~2432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2432feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y15_N7 +dffeas \text_gen|char_ram~2425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46767 ( +// Equation(s): +// \text_gen|char_ram~46767_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~2432_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~2425_q ))))) + + .dataa(\text_gen|char_ram~2432_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2425_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46767 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46768 ( +// Equation(s): +// \text_gen|char_ram~46768_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46767_combout & ((\text_gen|char_ram~2460_q ))) # (!\text_gen|char_ram~46767_combout & (\text_gen|char_ram~2453_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46767_combout )))) + + .dataa(\text_gen|char_ram~2453_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2460_q ), + .datad(\text_gen|char_ram~46767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46768 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y8_N11 +dffeas \text_gen|char_ram~2313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2341feeder ( +// Equation(s): +// \text_gen|char_ram~2341feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2341feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y8_N29 +dffeas \text_gen|char_ram~2341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y8_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46769 ( +// Equation(s): +// \text_gen|char_ram~46769_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2341_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2313_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2313_q ), + .datad(\text_gen|char_ram~2341_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46769 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y8_N1 +dffeas \text_gen|char_ram~2348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y8_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2320feeder ( +// Equation(s): +// \text_gen|char_ram~2320feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2320feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2320feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2320feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y8_N9 +dffeas \text_gen|char_ram~2320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2320feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46770 ( +// Equation(s): +// \text_gen|char_ram~46770_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46769_combout & (\text_gen|char_ram~2348_q )) # (!\text_gen|char_ram~46769_combout & ((\text_gen|char_ram~2320_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46769_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46769_combout ), + .datac(\text_gen|char_ram~2348_q ), + .datad(\text_gen|char_ram~2320_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46770 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46771 ( +// Equation(s): +// \text_gen|char_ram~46771_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~46768_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~46770_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46768_combout ), + .datad(\text_gen|char_ram~46770_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46771 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46774 ( +// Equation(s): +// \text_gen|char_ram~46774_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46771_combout & ((\text_gen|char_ram~46773_combout ))) # (!\text_gen|char_ram~46771_combout & (\text_gen|char_ram~46766_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46771_combout )))) + + .dataa(\text_gen|char_ram~46766_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46773_combout ), + .datad(\text_gen|char_ram~46771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46774 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y12_N17 +dffeas \text_gen|char_ram~9705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9733feeder ( +// Equation(s): +// \text_gen|char_ram~9733feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9733feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9733feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9733feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y12_N19 +dffeas \text_gen|char_ram~9733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9733feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46757 ( +// Equation(s): +// \text_gen|char_ram~46757_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~9733_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9705_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9705_q ), + .datad(\text_gen|char_ram~9733_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46757 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9740feeder ( +// Equation(s): +// \text_gen|char_ram~9740feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9740feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9740feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9740feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y12_N13 +dffeas \text_gen|char_ram~9740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9740feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9712feeder ( +// Equation(s): +// \text_gen|char_ram~9712feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9712feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y12_N17 +dffeas \text_gen|char_ram~9712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46758 ( +// Equation(s): +// \text_gen|char_ram~46758_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46757_combout & (\text_gen|char_ram~9740_q )) # (!\text_gen|char_ram~46757_combout & ((\text_gen|char_ram~9712_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46757_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46757_combout ), + .datac(\text_gen|char_ram~9740_q ), + .datad(\text_gen|char_ram~9712_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46758 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y9_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9488feeder ( +// Equation(s): +// \text_gen|char_ram~9488feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9488feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9488feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9488feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y9_N31 +dffeas \text_gen|char_ram~9488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9488feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y9_N31 +dffeas \text_gen|char_ram~9516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9509feeder ( +// Equation(s): +// \text_gen|char_ram~9509feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9509feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9509feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9509feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y10_N31 +dffeas \text_gen|char_ram~9509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9509feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y9_N25 +dffeas \text_gen|char_ram~9481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46759 ( +// Equation(s): +// \text_gen|char_ram~46759_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~9509_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~9481_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~9509_q ), + .datac(\text_gen|char_ram~9481_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46759 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46760 ( +// Equation(s): +// \text_gen|char_ram~46760_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46759_combout & ((\text_gen|char_ram~9516_q ))) # (!\text_gen|char_ram~46759_combout & (\text_gen|char_ram~9488_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46759_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~9488_q ), + .datac(\text_gen|char_ram~9516_q ), + .datad(\text_gen|char_ram~46759_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46760 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46761 ( +// Equation(s): +// \text_gen|char_ram~46761_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46758_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46760_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46758_combout ), + .datac(\text_gen|char_ram~46760_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46761 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9621feeder ( +// Equation(s): +// \text_gen|char_ram~9621feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9621feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9621feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9621feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y12_N21 +dffeas \text_gen|char_ram~9621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9621feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y12_N29 +dffeas \text_gen|char_ram~9593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9600feeder ( +// Equation(s): +// \text_gen|char_ram~9600feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y12_N13 +dffeas \text_gen|char_ram~9600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46755 ( +// Equation(s): +// \text_gen|char_ram~46755_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~9600_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9593_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9593_q ), + .datad(\text_gen|char_ram~9600_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46755 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y12_N7 +dffeas \text_gen|char_ram~9628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46756 ( +// Equation(s): +// \text_gen|char_ram~46756_combout = (\text_gen|char_ram~46755_combout & (((\text_gen|char_ram~9628_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~46755_combout & (\text_gen|char_ram~9621_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~9621_q ), + .datab(\text_gen|char_ram~46755_combout ), + .datac(\text_gen|char_ram~9628_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46756 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9845feeder ( +// Equation(s): +// \text_gen|char_ram~9845feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9845feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9845feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9845feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y13_N31 +dffeas \text_gen|char_ram~9845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9845feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y12_N25 +dffeas \text_gen|char_ram~9852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9817feeder ( +// Equation(s): +// \text_gen|char_ram~9817feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9817feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9817feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9817feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y13_N17 +dffeas \text_gen|char_ram~9817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9817feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9824feeder ( +// Equation(s): +// \text_gen|char_ram~9824feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9824feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9824feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9824feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y12_N27 +dffeas \text_gen|char_ram~9824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9824feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46762 ( +// Equation(s): +// \text_gen|char_ram~46762_combout = (\vga_c|h_cnt [4] & (((\text_gen|char_ram~9824_q ) # (\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9817_q & ((!\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~9817_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9824_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46762 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~46762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46763 ( +// Equation(s): +// \text_gen|char_ram~46763_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46762_combout & ((\text_gen|char_ram~9852_q ))) # (!\text_gen|char_ram~46762_combout & (\text_gen|char_ram~9845_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46762_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9845_q ), + .datac(\text_gen|char_ram~9852_q ), + .datad(\text_gen|char_ram~46762_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46763 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46764 ( +// Equation(s): +// \text_gen|char_ram~46764_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46761_combout & ((\text_gen|char_ram~46763_combout ))) # (!\text_gen|char_ram~46761_combout & (\text_gen|char_ram~46756_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46761_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46761_combout ), + .datac(\text_gen|char_ram~46756_combout ), + .datad(\text_gen|char_ram~46763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46764 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~46764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46775 ( +// Equation(s): +// \text_gen|char_ram~46775_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~46764_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~46774_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46774_combout ), + .datac(\text_gen|char_ram~46764_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46775 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~46775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46786 ( +// Equation(s): +// \text_gen|char_ram~46786_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46775_combout & (\text_gen|char_ram~46785_combout )) # (!\text_gen|char_ram~46775_combout & ((\text_gen|char_ram~46754_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46775_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46785_combout ), + .datac(\text_gen|char_ram~46754_combout ), + .datad(\text_gen|char_ram~46775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46786 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46914 ( +// Equation(s): +// \text_gen|char_ram~46914_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46871_combout & (\text_gen|char_ram~46913_combout )) # (!\text_gen|char_ram~46871_combout & ((\text_gen|char_ram~46786_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~46871_combout )))) + + .dataa(\text_gen|char_ram~46913_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~46871_combout ), + .datad(\text_gen|char_ram~46786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46914 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25392feeder ( +// Equation(s): +// \text_gen|char_ram~25392feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25392feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25392feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25392feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y46_N21 +dffeas \text_gen|char_ram~25392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25392feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y46_N7 +dffeas \text_gen|char_ram~25504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y46_N17 +dffeas \text_gen|char_ram~25168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25280feeder ( +// Equation(s): +// \text_gen|char_ram~25280feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25280feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25280feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25280feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y36_N17 +dffeas \text_gen|char_ram~25280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25280feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46922 ( +// Equation(s): +// \text_gen|char_ram~46922_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25280_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25168_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25168_q ), + .datad(\text_gen|char_ram~25280_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46922 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46923 ( +// Equation(s): +// \text_gen|char_ram~46923_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46922_combout & ((\text_gen|char_ram~25504_q ))) # (!\text_gen|char_ram~46922_combout & (\text_gen|char_ram~25392_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46922_combout )))) + + .dataa(\text_gen|char_ram~25392_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25504_q ), + .datad(\text_gen|char_ram~46922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46923 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11056feeder ( +// Equation(s): +// \text_gen|char_ram~11056feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11056feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N27 +dffeas \text_gen|char_ram~11056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y50_N11 +dffeas \text_gen|char_ram~11168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y50_N1 +dffeas \text_gen|char_ram~10832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10944feeder ( +// Equation(s): +// \text_gen|char_ram~10944feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10944feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10944feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10944feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N27 +dffeas \text_gen|char_ram~10944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10944feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46917 ( +// Equation(s): +// \text_gen|char_ram~46917_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10944_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10832_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10832_q ), + .datad(\text_gen|char_ram~10944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46917 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46918 ( +// Equation(s): +// \text_gen|char_ram~46918_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46917_combout & ((\text_gen|char_ram~11168_q ))) # (!\text_gen|char_ram~46917_combout & (\text_gen|char_ram~11056_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46917_combout )))) + + .dataa(\text_gen|char_ram~11056_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11168_q ), + .datad(\text_gen|char_ram~46917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46918 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3888feeder ( +// Equation(s): +// \text_gen|char_ram~3888feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3888feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3888feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3888feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N17 +dffeas \text_gen|char_ram~3888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3888feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y47_N1 +dffeas \text_gen|char_ram~3664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46919 ( +// Equation(s): +// \text_gen|char_ram~46919_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~3888_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~3664_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3888_q ), + .datac(\text_gen|char_ram~3664_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46919 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y47_N15 +dffeas \text_gen|char_ram~4000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3776feeder ( +// Equation(s): +// \text_gen|char_ram~3776feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3776feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3776feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3776feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N17 +dffeas \text_gen|char_ram~3776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3776feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46920 ( +// Equation(s): +// \text_gen|char_ram~46920_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46919_combout & (\text_gen|char_ram~4000_q )) # (!\text_gen|char_ram~46919_combout & ((\text_gen|char_ram~3776_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46919_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46919_combout ), + .datac(\text_gen|char_ram~4000_q ), + .datad(\text_gen|char_ram~3776_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46920 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46921 ( +// Equation(s): +// \text_gen|char_ram~46921_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~46918_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~46920_combout ))))) + + .dataa(\text_gen|char_ram~46918_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46920_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46921 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18336feeder ( +// Equation(s): +// \text_gen|char_ram~18336feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18336feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18336feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18336feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y42_N27 +dffeas \text_gen|char_ram~18336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18336feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y39_N19 +dffeas \text_gen|char_ram~18112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y42_N29 +dffeas \text_gen|char_ram~18000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18224feeder ( +// Equation(s): +// \text_gen|char_ram~18224feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y28_N1 +dffeas \text_gen|char_ram~18224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46915 ( +// Equation(s): +// \text_gen|char_ram~46915_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18224_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18000_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18000_q ), + .datad(\text_gen|char_ram~18224_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46915 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46916 ( +// Equation(s): +// \text_gen|char_ram~46916_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46915_combout & (\text_gen|char_ram~18336_q )) # (!\text_gen|char_ram~46915_combout & ((\text_gen|char_ram~18112_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46915_combout )))) + + .dataa(\text_gen|char_ram~18336_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18112_q ), + .datad(\text_gen|char_ram~46915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46916 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46924 ( +// Equation(s): +// \text_gen|char_ram~46924_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46921_combout & (\text_gen|char_ram~46923_combout )) # (!\text_gen|char_ram~46921_combout & ((\text_gen|char_ram~46916_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46921_combout )))) + + .dataa(\text_gen|char_ram~46923_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46921_combout ), + .datad(\text_gen|char_ram~46916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46924 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y48_N1 +dffeas \text_gen|char_ram~25196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25308feeder ( +// Equation(s): +// \text_gen|char_ram~25308feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25308feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y48_N25 +dffeas \text_gen|char_ram~25308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46953 ( +// Equation(s): +// \text_gen|char_ram~46953_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25308_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25196_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25196_q ), + .datad(\text_gen|char_ram~25308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46953 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y48_N31 +dffeas \text_gen|char_ram~25532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25420feeder ( +// Equation(s): +// \text_gen|char_ram~25420feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25420feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25420feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25420feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y27_N27 +dffeas \text_gen|char_ram~25420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25420feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46954 ( +// Equation(s): +// \text_gen|char_ram~46954_combout = (\text_gen|char_ram~46953_combout & (((\text_gen|char_ram~25532_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~46953_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~25420_q )))) + + .dataa(\text_gen|char_ram~46953_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25532_q ), + .datad(\text_gen|char_ram~25420_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46954 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11084feeder ( +// Equation(s): +// \text_gen|char_ram~11084feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11084feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11084feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11084feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y51_N13 +dffeas \text_gen|char_ram~11084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11084feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y51_N21 +dffeas \text_gen|char_ram~11196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y51_N23 +dffeas \text_gen|char_ram~10860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10972feeder ( +// Equation(s): +// \text_gen|char_ram~10972feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10972feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y51_N15 +dffeas \text_gen|char_ram~10972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46946 ( +// Equation(s): +// \text_gen|char_ram~46946_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10972_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10860_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10860_q ), + .datad(\text_gen|char_ram~10972_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46946 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46947 ( +// Equation(s): +// \text_gen|char_ram~46947_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46946_combout & ((\text_gen|char_ram~11196_q ))) # (!\text_gen|char_ram~46946_combout & (\text_gen|char_ram~11084_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46946_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11084_q ), + .datac(\text_gen|char_ram~11196_q ), + .datad(\text_gen|char_ram~46946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46947 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y48_N3 +dffeas \text_gen|char_ram~18028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y48_N11 +dffeas \text_gen|char_ram~18252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46948 ( +// Equation(s): +// \text_gen|char_ram~46948_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18252_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18028_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18028_q ), + .datad(\text_gen|char_ram~18252_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46948 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y48_N25 +dffeas \text_gen|char_ram~18364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y48_N7 +dffeas \text_gen|char_ram~18140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46949 ( +// Equation(s): +// \text_gen|char_ram~46949_combout = (\text_gen|char_ram~46948_combout & (((\text_gen|char_ram~18364_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~46948_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18140_q )))) + + .dataa(\text_gen|char_ram~46948_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18364_q ), + .datad(\text_gen|char_ram~18140_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46949 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3804feeder ( +// Equation(s): +// \text_gen|char_ram~3804feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3804feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3804feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3804feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y49_N15 +dffeas \text_gen|char_ram~3804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3804feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y51_N19 +dffeas \text_gen|char_ram~4028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y49_N15 +dffeas \text_gen|char_ram~3692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3916feeder ( +// Equation(s): +// \text_gen|char_ram~3916feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3916feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3916feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3916feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y49_N1 +dffeas \text_gen|char_ram~3916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3916feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46950 ( +// Equation(s): +// \text_gen|char_ram~46950_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~3916_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3692_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3692_q ), + .datad(\text_gen|char_ram~3916_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46950 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46951 ( +// Equation(s): +// \text_gen|char_ram~46951_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46950_combout & ((\text_gen|char_ram~4028_q ))) # (!\text_gen|char_ram~46950_combout & (\text_gen|char_ram~3804_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46950_combout )))) + + .dataa(\text_gen|char_ram~3804_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4028_q ), + .datad(\text_gen|char_ram~46950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46951 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46952 ( +// Equation(s): +// \text_gen|char_ram~46952_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~46949_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~46951_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46949_combout ), + .datad(\text_gen|char_ram~46951_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46952 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46955 ( +// Equation(s): +// \text_gen|char_ram~46955_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46952_combout & (\text_gen|char_ram~46954_combout )) # (!\text_gen|char_ram~46952_combout & ((\text_gen|char_ram~46947_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46952_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~46954_combout ), + .datac(\text_gen|char_ram~46947_combout ), + .datad(\text_gen|char_ram~46952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46955 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25385feeder ( +// Equation(s): +// \text_gen|char_ram~25385feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25385feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25385feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25385feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y46_N25 +dffeas \text_gen|char_ram~25385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25385feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y46_N19 +dffeas \text_gen|char_ram~25497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y50_N31 +dffeas \text_gen|char_ram~25161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25273feeder ( +// Equation(s): +// \text_gen|char_ram~25273feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25273feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25273feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25273feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y50_N29 +dffeas \text_gen|char_ram~25273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25273feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46942 ( +// Equation(s): +// \text_gen|char_ram~46942_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~25273_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25161_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25161_q ), + .datad(\text_gen|char_ram~25273_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46942 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46943 ( +// Equation(s): +// \text_gen|char_ram~46943_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46942_combout & ((\text_gen|char_ram~25497_q ))) # (!\text_gen|char_ram~46942_combout & (\text_gen|char_ram~25385_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46942_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25385_q ), + .datac(\text_gen|char_ram~25497_q ), + .datad(\text_gen|char_ram~46942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46943 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y47_N17 +dffeas \text_gen|char_ram~11049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y47_N11 +dffeas \text_gen|char_ram~11161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y50_N9 +dffeas \text_gen|char_ram~10825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10937feeder ( +// Equation(s): +// \text_gen|char_ram~10937feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10937feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10937feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10937feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y50_N19 +dffeas \text_gen|char_ram~10937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10937feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46937 ( +// Equation(s): +// \text_gen|char_ram~46937_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~10937_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10825_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10825_q ), + .datad(\text_gen|char_ram~10937_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46937 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46938 ( +// Equation(s): +// \text_gen|char_ram~46938_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46937_combout & ((\text_gen|char_ram~11161_q ))) # (!\text_gen|char_ram~46937_combout & (\text_gen|char_ram~11049_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46937_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11049_q ), + .datac(\text_gen|char_ram~11161_q ), + .datad(\text_gen|char_ram~46937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46938 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3769feeder ( +// Equation(s): +// \text_gen|char_ram~3769feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3769feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3769feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3769feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y49_N21 +dffeas \text_gen|char_ram~3769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3769feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y49_N13 +dffeas \text_gen|char_ram~3993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y49_N3 +dffeas \text_gen|char_ram~3657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3881feeder ( +// Equation(s): +// \text_gen|char_ram~3881feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3881feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3881feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3881feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y44_N15 +dffeas \text_gen|char_ram~3881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3881feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46939 ( +// Equation(s): +// \text_gen|char_ram~46939_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~3881_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3657_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3657_q ), + .datad(\text_gen|char_ram~3881_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46939 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46940 ( +// Equation(s): +// \text_gen|char_ram~46940_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46939_combout & ((\text_gen|char_ram~3993_q ))) # (!\text_gen|char_ram~46939_combout & (\text_gen|char_ram~3769_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46939_combout )))) + + .dataa(\text_gen|char_ram~3769_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3993_q ), + .datad(\text_gen|char_ram~46939_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46940 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46941 ( +// Equation(s): +// \text_gen|char_ram~46941_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~46938_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~46940_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46938_combout ), + .datad(\text_gen|char_ram~46940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46941 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y49_N19 +dffeas \text_gen|char_ram~17993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18217feeder ( +// Equation(s): +// \text_gen|char_ram~18217feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18217feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y49_N5 +dffeas \text_gen|char_ram~18217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46935 ( +// Equation(s): +// \text_gen|char_ram~46935_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18217_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17993_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17993_q ), + .datad(\text_gen|char_ram~18217_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46935 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y51_N11 +dffeas \text_gen|char_ram~18329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18105feeder ( +// Equation(s): +// \text_gen|char_ram~18105feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18105feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18105feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18105feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y49_N9 +dffeas \text_gen|char_ram~18105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18105feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46936 ( +// Equation(s): +// \text_gen|char_ram~46936_combout = (\text_gen|char_ram~46935_combout & (((\text_gen|char_ram~18329_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~46935_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18105_q )))) + + .dataa(\text_gen|char_ram~46935_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18329_q ), + .datad(\text_gen|char_ram~18105_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46936 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46944 ( +// Equation(s): +// \text_gen|char_ram~46944_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46941_combout & (\text_gen|char_ram~46943_combout )) # (!\text_gen|char_ram~46941_combout & ((\text_gen|char_ram~46936_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46941_combout )))) + + .dataa(\text_gen|char_ram~46943_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46941_combout ), + .datad(\text_gen|char_ram~46936_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46944 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11077feeder ( +// Equation(s): +// \text_gen|char_ram~11077feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11077feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y51_N27 +dffeas \text_gen|char_ram~11077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y51_N23 +dffeas \text_gen|char_ram~11189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y51_N13 +dffeas \text_gen|char_ram~10853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10965feeder ( +// Equation(s): +// \text_gen|char_ram~10965feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10965feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10965feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10965feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y51_N25 +dffeas \text_gen|char_ram~10965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10965feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46925 ( +// Equation(s): +// \text_gen|char_ram~46925_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10965_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10853_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10853_q ), + .datad(\text_gen|char_ram~10965_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46925 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46926 ( +// Equation(s): +// \text_gen|char_ram~46926_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46925_combout & ((\text_gen|char_ram~11189_q ))) # (!\text_gen|char_ram~46925_combout & (\text_gen|char_ram~11077_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46925_combout )))) + + .dataa(\text_gen|char_ram~11077_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11189_q ), + .datad(\text_gen|char_ram~46925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46926 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y47_N13 +dffeas \text_gen|char_ram~3685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3909feeder ( +// Equation(s): +// \text_gen|char_ram~3909feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3909feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3909feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3909feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y35_N19 +dffeas \text_gen|char_ram~3909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3909feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46929 ( +// Equation(s): +// \text_gen|char_ram~46929_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~3909_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3685_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3685_q ), + .datad(\text_gen|char_ram~3909_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46929 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3797feeder ( +// Equation(s): +// \text_gen|char_ram~3797feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3797feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3797feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3797feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y47_N31 +dffeas \text_gen|char_ram~3797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3797feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N15 +dffeas \text_gen|char_ram~4021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46930 ( +// Equation(s): +// \text_gen|char_ram~46930_combout = (\text_gen|char_ram~46929_combout & (((\text_gen|char_ram~4021_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~46929_combout & (\text_gen|char_ram~3797_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~46929_combout ), + .datab(\text_gen|char_ram~3797_q ), + .datac(\text_gen|char_ram~4021_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46930 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~46930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18133feeder ( +// Equation(s): +// \text_gen|char_ram~18133feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18133feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18133feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18133feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y42_N9 +dffeas \text_gen|char_ram~18133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18133feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y42_N3 +dffeas \text_gen|char_ram~18357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18245feeder ( +// Equation(s): +// \text_gen|char_ram~18245feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18245feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y42_N19 +dffeas \text_gen|char_ram~18245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y42_N29 +dffeas \text_gen|char_ram~18021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46927 ( +// Equation(s): +// \text_gen|char_ram~46927_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~18245_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~18021_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~18245_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18021_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46927 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46928 ( +// Equation(s): +// \text_gen|char_ram~46928_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46927_combout & ((\text_gen|char_ram~18357_q ))) # (!\text_gen|char_ram~46927_combout & (\text_gen|char_ram~18133_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46927_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18133_q ), + .datac(\text_gen|char_ram~18357_q ), + .datad(\text_gen|char_ram~46927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46928 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46931 ( +// Equation(s): +// \text_gen|char_ram~46931_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~46928_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~46930_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46930_combout ), + .datad(\text_gen|char_ram~46928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46931 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25413feeder ( +// Equation(s): +// \text_gen|char_ram~25413feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25413feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25413feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25413feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y43_N17 +dffeas \text_gen|char_ram~25413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25413feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y50_N25 +dffeas \text_gen|char_ram~25525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y35_N23 +dffeas \text_gen|char_ram~25189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25301feeder ( +// Equation(s): +// \text_gen|char_ram~25301feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25301feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25301feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25301feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y39_N23 +dffeas \text_gen|char_ram~25301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25301feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46932 ( +// Equation(s): +// \text_gen|char_ram~46932_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25301_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25189_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25189_q ), + .datad(\text_gen|char_ram~25301_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46932 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46933 ( +// Equation(s): +// \text_gen|char_ram~46933_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46932_combout & ((\text_gen|char_ram~25525_q ))) # (!\text_gen|char_ram~46932_combout & (\text_gen|char_ram~25413_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46932_combout )))) + + .dataa(\text_gen|char_ram~25413_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25525_q ), + .datad(\text_gen|char_ram~46932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46933 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46934 ( +// Equation(s): +// \text_gen|char_ram~46934_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46931_combout & ((\text_gen|char_ram~46933_combout ))) # (!\text_gen|char_ram~46931_combout & (\text_gen|char_ram~46926_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46931_combout )))) + + .dataa(\text_gen|char_ram~46926_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46931_combout ), + .datad(\text_gen|char_ram~46933_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46934 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46945 ( +// Equation(s): +// \text_gen|char_ram~46945_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~46934_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~46944_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~46944_combout ), + .datad(\text_gen|char_ram~46934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46945 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46956 ( +// Equation(s): +// \text_gen|char_ram~46956_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46945_combout & ((\text_gen|char_ram~46955_combout ))) # (!\text_gen|char_ram~46945_combout & (\text_gen|char_ram~46924_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46945_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46924_combout ), + .datac(\text_gen|char_ram~46955_combout ), + .datad(\text_gen|char_ram~46945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46956 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27212feeder ( +// Equation(s): +// \text_gen|char_ram~27212feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27212feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y44_N25 +dffeas \text_gen|char_ram~27212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N15 +dffeas \text_gen|char_ram~27324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27100feeder ( +// Equation(s): +// \text_gen|char_ram~27100feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27100feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27100feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27100feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y44_N25 +dffeas \text_gen|char_ram~27100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27100feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N29 +dffeas \text_gen|char_ram~26988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47080 ( +// Equation(s): +// \text_gen|char_ram~47080_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~27100_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~26988_q +// ))))) + + .dataa(\text_gen|char_ram~27100_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26988_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47080 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47081 ( +// Equation(s): +// \text_gen|char_ram~47081_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47080_combout & ((\text_gen|char_ram~27324_q ))) # (!\text_gen|char_ram~47080_combout & (\text_gen|char_ram~27212_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47080_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~27212_q ), + .datac(\text_gen|char_ram~27324_q ), + .datad(\text_gen|char_ram~47080_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47081 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27317feeder ( +// Equation(s): +// \text_gen|char_ram~27317feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27317feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y40_N19 +dffeas \text_gen|char_ram~27317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27205feeder ( +// Equation(s): +// \text_gen|char_ram~27205feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27205feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y41_N13 +dffeas \text_gen|char_ram~27205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y29_N9 +dffeas \text_gen|char_ram~26981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27093feeder ( +// Equation(s): +// \text_gen|char_ram~27093feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27093feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27093feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27093feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N29 +dffeas \text_gen|char_ram~27093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27093feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47073 ( +// Equation(s): +// \text_gen|char_ram~47073_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~27093_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26981_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26981_q ), + .datad(\text_gen|char_ram~27093_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47073 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47074 ( +// Equation(s): +// \text_gen|char_ram~47074_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47073_combout & (\text_gen|char_ram~27317_q )) # (!\text_gen|char_ram~47073_combout & ((\text_gen|char_ram~27205_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47073_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~27317_q ), + .datac(\text_gen|char_ram~27205_q ), + .datad(\text_gen|char_ram~47073_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47074 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y40_N29 +dffeas \text_gen|char_ram~26953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27177feeder ( +// Equation(s): +// \text_gen|char_ram~27177feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N25 +dffeas \text_gen|char_ram~27177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47077 ( +// Equation(s): +// \text_gen|char_ram~47077_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27177_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26953_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26953_q ), + .datad(\text_gen|char_ram~27177_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47077 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y40_N27 +dffeas \text_gen|char_ram~27289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27065feeder ( +// Equation(s): +// \text_gen|char_ram~27065feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27065feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y40_N5 +dffeas \text_gen|char_ram~27065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47078 ( +// Equation(s): +// \text_gen|char_ram~47078_combout = (\text_gen|char_ram~47077_combout & (((\text_gen|char_ram~27289_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~47077_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~27065_q )))) + + .dataa(\text_gen|char_ram~47077_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27289_q ), + .datad(\text_gen|char_ram~27065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47078 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y44_N5 +dffeas \text_gen|char_ram~26960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27184feeder ( +// Equation(s): +// \text_gen|char_ram~27184feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27184feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27184feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27184feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y30_N21 +dffeas \text_gen|char_ram~27184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27184feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47075 ( +// Equation(s): +// \text_gen|char_ram~47075_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27184_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26960_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26960_q ), + .datad(\text_gen|char_ram~27184_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47075 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y44_N29 +dffeas \text_gen|char_ram~27296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y44_N13 +dffeas \text_gen|char_ram~27072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47076 ( +// Equation(s): +// \text_gen|char_ram~47076_combout = (\text_gen|char_ram~47075_combout & (((\text_gen|char_ram~27296_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~47075_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~27072_q )))) + + .dataa(\text_gen|char_ram~47075_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27296_q ), + .datad(\text_gen|char_ram~27072_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47076 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47079 ( +// Equation(s): +// \text_gen|char_ram~47079_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~47076_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~47078_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~47078_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~47076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47079 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~47079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47082 ( +// Equation(s): +// \text_gen|char_ram~47082_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~47079_combout & (\text_gen|char_ram~47081_combout )) # (!\text_gen|char_ram~47079_combout & ((\text_gen|char_ram~47074_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~47079_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~47081_combout ), + .datac(\text_gen|char_ram~47074_combout ), + .datad(\text_gen|char_ram~47079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47082 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~47082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y48_N11 +dffeas \text_gen|char_ram~12645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12757feeder ( +// Equation(s): +// \text_gen|char_ram~12757feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12757feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12757feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12757feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N23 +dffeas \text_gen|char_ram~12757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12757feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47042 ( +// Equation(s): +// \text_gen|char_ram~47042_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~12757_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12645_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12645_q ), + .datad(\text_gen|char_ram~12757_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47042 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y48_N25 +dffeas \text_gen|char_ram~12981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12869feeder ( +// Equation(s): +// \text_gen|char_ram~12869feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12869feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y48_N27 +dffeas \text_gen|char_ram~12869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47043 ( +// Equation(s): +// \text_gen|char_ram~47043_combout = (\text_gen|char_ram~47042_combout & (((\text_gen|char_ram~12981_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~47042_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~12869_q )))) + + .dataa(\text_gen|char_ram~47042_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12981_q ), + .datad(\text_gen|char_ram~12869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47043 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12736feeder ( +// Equation(s): +// \text_gen|char_ram~12736feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12736feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y46_N13 +dffeas \text_gen|char_ram~12736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y46_N3 +dffeas \text_gen|char_ram~12960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12848feeder ( +// Equation(s): +// \text_gen|char_ram~12848feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12848feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12848feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12848feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N5 +dffeas \text_gen|char_ram~12848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12848feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y46_N17 +dffeas \text_gen|char_ram~12624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47044 ( +// Equation(s): +// \text_gen|char_ram~47044_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~12848_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~12624_q +// ))))) + + .dataa(\text_gen|char_ram~12848_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12624_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47044 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47045 ( +// Equation(s): +// \text_gen|char_ram~47045_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47044_combout & ((\text_gen|char_ram~12960_q ))) # (!\text_gen|char_ram~47044_combout & (\text_gen|char_ram~12736_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47044_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12736_q ), + .datac(\text_gen|char_ram~12960_q ), + .datad(\text_gen|char_ram~47044_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47045 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12729feeder ( +// Equation(s): +// \text_gen|char_ram~12729feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12729feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y48_N21 +dffeas \text_gen|char_ram~12729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y48_N11 +dffeas \text_gen|char_ram~12953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y48_N19 +dffeas \text_gen|char_ram~12617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12841feeder ( +// Equation(s): +// \text_gen|char_ram~12841feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12841feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12841feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12841feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y48_N23 +dffeas \text_gen|char_ram~12841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12841feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47046 ( +// Equation(s): +// \text_gen|char_ram~47046_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12841_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12617_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12617_q ), + .datad(\text_gen|char_ram~12841_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47046 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47047 ( +// Equation(s): +// \text_gen|char_ram~47047_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47046_combout & ((\text_gen|char_ram~12953_q ))) # (!\text_gen|char_ram~47046_combout & (\text_gen|char_ram~12729_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47046_combout )))) + + .dataa(\text_gen|char_ram~12729_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12953_q ), + .datad(\text_gen|char_ram~47046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47047 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47048 ( +// Equation(s): +// \text_gen|char_ram~47048_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~47045_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~47047_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~47045_combout ), + .datad(\text_gen|char_ram~47047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47048 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~47048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12876feeder ( +// Equation(s): +// \text_gen|char_ram~12876feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12876feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12876feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12876feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y48_N25 +dffeas \text_gen|char_ram~12876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12876feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y48_N17 +dffeas \text_gen|char_ram~12988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y48_N13 +dffeas \text_gen|char_ram~12652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12764feeder ( +// Equation(s): +// \text_gen|char_ram~12764feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12764feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12764feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12764feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y48_N11 +dffeas \text_gen|char_ram~12764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12764feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47049 ( +// Equation(s): +// \text_gen|char_ram~47049_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~12764_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12652_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12652_q ), + .datad(\text_gen|char_ram~12764_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47049 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47050 ( +// Equation(s): +// \text_gen|char_ram~47050_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47049_combout & ((\text_gen|char_ram~12988_q ))) # (!\text_gen|char_ram~47049_combout & (\text_gen|char_ram~12876_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47049_combout )))) + + .dataa(\text_gen|char_ram~12876_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12988_q ), + .datad(\text_gen|char_ram~47049_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47050 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47051 ( +// Equation(s): +// \text_gen|char_ram~47051_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~47048_combout & ((\text_gen|char_ram~47050_combout ))) # (!\text_gen|char_ram~47048_combout & (\text_gen|char_ram~47043_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~47048_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~47043_combout ), + .datac(\text_gen|char_ram~47048_combout ), + .datad(\text_gen|char_ram~47050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47051 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~47051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y44_N25 +dffeas \text_gen|char_ram~19820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19932feeder ( +// Equation(s): +// \text_gen|char_ram~19932feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19932feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19932feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19932feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y44_N19 +dffeas \text_gen|char_ram~19932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19932feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47059 ( +// Equation(s): +// \text_gen|char_ram~47059_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19932_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19820_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19820_q ), + .datad(\text_gen|char_ram~19932_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47059 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y44_N13 +dffeas \text_gen|char_ram~20156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20044feeder ( +// Equation(s): +// \text_gen|char_ram~20044feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20044feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20044feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20044feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y41_N19 +dffeas \text_gen|char_ram~20044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20044feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47060 ( +// Equation(s): +// \text_gen|char_ram~47060_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47059_combout & (\text_gen|char_ram~20156_q )) # (!\text_gen|char_ram~47059_combout & ((\text_gen|char_ram~20044_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~47059_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~47059_combout ), + .datac(\text_gen|char_ram~20156_q ), + .datad(\text_gen|char_ram~20044_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47060 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19904feeder ( +// Equation(s): +// \text_gen|char_ram~19904feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19904feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19904feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19904feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N23 +dffeas \text_gen|char_ram~19904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19904feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20016feeder ( +// Equation(s): +// \text_gen|char_ram~20016feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y26_N7 +dffeas \text_gen|char_ram~20016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y26_N29 +dffeas \text_gen|char_ram~19792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47052 ( +// Equation(s): +// \text_gen|char_ram~47052_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20016_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~19792_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~20016_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19792_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47052 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y26_N11 +dffeas \text_gen|char_ram~20128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47053 ( +// Equation(s): +// \text_gen|char_ram~47053_combout = (\text_gen|char_ram~47052_combout & (((\text_gen|char_ram~20128_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~47052_combout & (\text_gen|char_ram~19904_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~19904_q ), + .datab(\text_gen|char_ram~47052_combout ), + .datac(\text_gen|char_ram~20128_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47053 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20037feeder ( +// Equation(s): +// \text_gen|char_ram~20037feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N19 +dffeas \text_gen|char_ram~20037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y45_N31 +dffeas \text_gen|char_ram~20149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19925feeder ( +// Equation(s): +// \text_gen|char_ram~19925feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19925feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y45_N13 +dffeas \text_gen|char_ram~19925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y45_N7 +dffeas \text_gen|char_ram~19813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47054 ( +// Equation(s): +// \text_gen|char_ram~47054_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~19925_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~19813_q +// ))))) + + .dataa(\text_gen|char_ram~19925_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19813_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47054 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47055 ( +// Equation(s): +// \text_gen|char_ram~47055_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47054_combout & ((\text_gen|char_ram~20149_q ))) # (!\text_gen|char_ram~47054_combout & (\text_gen|char_ram~20037_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47054_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20037_q ), + .datac(\text_gen|char_ram~20149_q ), + .datad(\text_gen|char_ram~47054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47055 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19897feeder ( +// Equation(s): +// \text_gen|char_ram~19897feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19897feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y41_N1 +dffeas \text_gen|char_ram~19897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y44_N29 +dffeas \text_gen|char_ram~20121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y44_N19 +dffeas \text_gen|char_ram~19785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20009feeder ( +// Equation(s): +// \text_gen|char_ram~20009feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20009feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y44_N29 +dffeas \text_gen|char_ram~20009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47056 ( +// Equation(s): +// \text_gen|char_ram~47056_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~20009_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19785_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19785_q ), + .datad(\text_gen|char_ram~20009_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47056 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47057 ( +// Equation(s): +// \text_gen|char_ram~47057_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47056_combout & ((\text_gen|char_ram~20121_q ))) # (!\text_gen|char_ram~47056_combout & (\text_gen|char_ram~19897_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47056_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19897_q ), + .datac(\text_gen|char_ram~20121_q ), + .datad(\text_gen|char_ram~47056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47057 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47058 ( +// Equation(s): +// \text_gen|char_ram~47058_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~47055_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~47057_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~47055_combout ), + .datad(\text_gen|char_ram~47057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47058 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47061 ( +// Equation(s): +// \text_gen|char_ram~47061_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47058_combout & (\text_gen|char_ram~47060_combout )) # (!\text_gen|char_ram~47058_combout & ((\text_gen|char_ram~47053_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47058_combout )))) + + .dataa(\text_gen|char_ram~47060_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~47053_combout ), + .datad(\text_gen|char_ram~47058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47061 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5708feeder ( +// Equation(s): +// \text_gen|char_ram~5708feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5708feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5708feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5708feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y43_N13 +dffeas \text_gen|char_ram~5708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5708feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5596feeder ( +// Equation(s): +// \text_gen|char_ram~5596feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5596feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5596feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5596feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y47_N15 +dffeas \text_gen|char_ram~5596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5596feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N23 +dffeas \text_gen|char_ram~5484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47069 ( +// Equation(s): +// \text_gen|char_ram~47069_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~5596_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~5484_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5596_q ), + .datac(\text_gen|char_ram~5484_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47069 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y47_N9 +dffeas \text_gen|char_ram~5820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47070 ( +// Equation(s): +// \text_gen|char_ram~47070_combout = (\text_gen|char_ram~47069_combout & (((\text_gen|char_ram~5820_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~47069_combout & (\text_gen|char_ram~5708_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~5708_q ), + .datab(\text_gen|char_ram~47069_combout ), + .datac(\text_gen|char_ram~5820_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47070 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5701feeder ( +// Equation(s): +// \text_gen|char_ram~5701feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5701feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5701feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5701feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y40_N19 +dffeas \text_gen|char_ram~5701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5701feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y44_N17 +dffeas \text_gen|char_ram~5477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5589feeder ( +// Equation(s): +// \text_gen|char_ram~5589feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5589feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5589feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5589feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y33_N21 +dffeas \text_gen|char_ram~5589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5589feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47064 ( +// Equation(s): +// \text_gen|char_ram~47064_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~5589_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5477_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5477_q ), + .datad(\text_gen|char_ram~5589_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47064 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y44_N7 +dffeas \text_gen|char_ram~5813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47065 ( +// Equation(s): +// \text_gen|char_ram~47065_combout = (\text_gen|char_ram~47064_combout & (((\text_gen|char_ram~5813_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~47064_combout & (\text_gen|char_ram~5701_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~5701_q ), + .datab(\text_gen|char_ram~47064_combout ), + .datac(\text_gen|char_ram~5813_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47065 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y40_N1 +dffeas \text_gen|char_ram~5449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5673feeder ( +// Equation(s): +// \text_gen|char_ram~5673feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5673feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y40_N15 +dffeas \text_gen|char_ram~5673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47066 ( +// Equation(s): +// \text_gen|char_ram~47066_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~5673_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5449_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5449_q ), + .datad(\text_gen|char_ram~5673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47066 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y40_N7 +dffeas \text_gen|char_ram~5785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5561feeder ( +// Equation(s): +// \text_gen|char_ram~5561feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5561feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5561feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5561feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y40_N1 +dffeas \text_gen|char_ram~5561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5561feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47067 ( +// Equation(s): +// \text_gen|char_ram~47067_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47066_combout & (\text_gen|char_ram~5785_q )) # (!\text_gen|char_ram~47066_combout & ((\text_gen|char_ram~5561_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~47066_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~47066_combout ), + .datac(\text_gen|char_ram~5785_q ), + .datad(\text_gen|char_ram~5561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47067 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47068 ( +// Equation(s): +// \text_gen|char_ram~47068_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~47065_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~47067_combout ))))) + + .dataa(\text_gen|char_ram~47065_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~47067_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~47068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47068 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5568feeder ( +// Equation(s): +// \text_gen|char_ram~5568feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5568feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5568feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5568feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y50_N9 +dffeas \text_gen|char_ram~5568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5568feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5680feeder ( +// Equation(s): +// \text_gen|char_ram~5680feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y33_N21 +dffeas \text_gen|char_ram~5680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N1 +dffeas \text_gen|char_ram~5456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47062 ( +// Equation(s): +// \text_gen|char_ram~47062_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~5680_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~5456_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5680_q ), + .datac(\text_gen|char_ram~5456_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47062 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~47062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y50_N31 +dffeas \text_gen|char_ram~5792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47063 ( +// Equation(s): +// \text_gen|char_ram~47063_combout = (\text_gen|char_ram~47062_combout & (((\text_gen|char_ram~5792_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~47062_combout & (\text_gen|char_ram~5568_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~5568_q ), + .datab(\text_gen|char_ram~47062_combout ), + .datac(\text_gen|char_ram~5792_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47063 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47071 ( +// Equation(s): +// \text_gen|char_ram~47071_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~47068_combout & (\text_gen|char_ram~47070_combout )) # (!\text_gen|char_ram~47068_combout & ((\text_gen|char_ram~47063_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~47068_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~47070_combout ), + .datac(\text_gen|char_ram~47068_combout ), + .datad(\text_gen|char_ram~47063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47071 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47072 ( +// Equation(s): +// \text_gen|char_ram~47072_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~47061_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~47071_combout ))))) + + .dataa(\text_gen|char_ram~47061_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~47071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47072 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~47072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47083 ( +// Equation(s): +// \text_gen|char_ram~47083_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47072_combout & (\text_gen|char_ram~47082_combout )) # (!\text_gen|char_ram~47072_combout & ((\text_gen|char_ram~47051_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47072_combout )))) + + .dataa(\text_gen|char_ram~47082_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47051_combout ), + .datad(\text_gen|char_ram~47072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47083 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y46_N15 +dffeas \text_gen|char_ram~1984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y42_N15 +dffeas \text_gen|char_ram~2208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N31 +dffeas \text_gen|char_ram~1872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2096feeder ( +// Equation(s): +// \text_gen|char_ram~2096feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2096feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2096feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2096feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y26_N9 +dffeas \text_gen|char_ram~2096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2096feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46977 ( +// Equation(s): +// \text_gen|char_ram~46977_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~2096_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1872_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1872_q ), + .datad(\text_gen|char_ram~2096_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46977 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46978 ( +// Equation(s): +// \text_gen|char_ram~46978_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46977_combout & ((\text_gen|char_ram~2208_q ))) # (!\text_gen|char_ram~46977_combout & (\text_gen|char_ram~1984_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46977_combout )))) + + .dataa(\text_gen|char_ram~1984_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2208_q ), + .datad(\text_gen|char_ram~46977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46978 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y37_N29 +dffeas \text_gen|char_ram~1893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2005feeder ( +// Equation(s): +// \text_gen|char_ram~2005feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2005feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2005feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2005feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y37_N3 +dffeas \text_gen|char_ram~2005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2005feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46979 ( +// Equation(s): +// \text_gen|char_ram~46979_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~2005_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1893_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1893_q ), + .datad(\text_gen|char_ram~2005_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46979 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y37_N31 +dffeas \text_gen|char_ram~2229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2117feeder ( +// Equation(s): +// \text_gen|char_ram~2117feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2117feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2117feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2117feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y37_N21 +dffeas \text_gen|char_ram~2117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2117feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46980 ( +// Equation(s): +// \text_gen|char_ram~46980_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46979_combout & (\text_gen|char_ram~2229_q )) # (!\text_gen|char_ram~46979_combout & ((\text_gen|char_ram~2117_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46979_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46979_combout ), + .datac(\text_gen|char_ram~2229_q ), + .datad(\text_gen|char_ram~2117_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46980 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~1977feeder ( +// Equation(s): +// \text_gen|char_ram~1977feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1977feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y38_N7 +dffeas \text_gen|char_ram~1977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y38_N31 +dffeas \text_gen|char_ram~2201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1865feeder ( +// Equation(s): +// \text_gen|char_ram~1865feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1865feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1865feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1865feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y37_N25 +dffeas \text_gen|char_ram~1865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1865feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2089feeder ( +// Equation(s): +// \text_gen|char_ram~2089feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2089feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y41_N27 +dffeas \text_gen|char_ram~2089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46981 ( +// Equation(s): +// \text_gen|char_ram~46981_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~2089_q )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1865_q & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~1865_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~2089_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46981 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~46981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46982 ( +// Equation(s): +// \text_gen|char_ram~46982_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46981_combout & ((\text_gen|char_ram~2201_q ))) # (!\text_gen|char_ram~46981_combout & (\text_gen|char_ram~1977_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46981_combout )))) + + .dataa(\text_gen|char_ram~1977_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2201_q ), + .datad(\text_gen|char_ram~46981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46982 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46983 ( +// Equation(s): +// \text_gen|char_ram~46983_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~46980_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~46982_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~46980_combout ), + .datad(\text_gen|char_ram~46982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46983 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2124feeder ( +// Equation(s): +// \text_gen|char_ram~2124feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2124feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2124feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2124feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y43_N31 +dffeas \text_gen|char_ram~2124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2124feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y42_N29 +dffeas \text_gen|char_ram~2236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2236 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y38_N21 +dffeas \text_gen|char_ram~1900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2012feeder ( +// Equation(s): +// \text_gen|char_ram~2012feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2012feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2012feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2012feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y38_N9 +dffeas \text_gen|char_ram~2012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2012feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46984 ( +// Equation(s): +// \text_gen|char_ram~46984_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~2012_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1900_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1900_q ), + .datad(\text_gen|char_ram~2012_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46984 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46985 ( +// Equation(s): +// \text_gen|char_ram~46985_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46984_combout & ((\text_gen|char_ram~2236_q ))) # (!\text_gen|char_ram~46984_combout & (\text_gen|char_ram~2124_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46984_combout )))) + + .dataa(\text_gen|char_ram~2124_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2236_q ), + .datad(\text_gen|char_ram~46984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46985 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46986 ( +// Equation(s): +// \text_gen|char_ram~46986_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46983_combout & ((\text_gen|char_ram~46985_combout ))) # (!\text_gen|char_ram~46983_combout & (\text_gen|char_ram~46978_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46983_combout )))) + + .dataa(\text_gen|char_ram~46978_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46983_combout ), + .datad(\text_gen|char_ram~46985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46986 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9285feeder ( +// Equation(s): +// \text_gen|char_ram~9285feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9285feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9285feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9285feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y39_N23 +dffeas \text_gen|char_ram~9285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9285feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y39_N9 +dffeas \text_gen|char_ram~9397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y39_N29 +dffeas \text_gen|char_ram~9061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9173feeder ( +// Equation(s): +// \text_gen|char_ram~9173feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9173feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N19 +dffeas \text_gen|char_ram~9173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46967 ( +// Equation(s): +// \text_gen|char_ram~46967_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9173_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9061_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9061_q ), + .datad(\text_gen|char_ram~9173_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46967 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46968 ( +// Equation(s): +// \text_gen|char_ram~46968_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46967_combout & ((\text_gen|char_ram~9397_q ))) # (!\text_gen|char_ram~46967_combout & (\text_gen|char_ram~9285_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46967_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9285_q ), + .datac(\text_gen|char_ram~9397_q ), + .datad(\text_gen|char_ram~46967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46968 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9180feeder ( +// Equation(s): +// \text_gen|char_ram~9180feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9180feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9180feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9180feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y45_N19 +dffeas \text_gen|char_ram~9180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9180feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y45_N29 +dffeas \text_gen|char_ram~9068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46974 ( +// Equation(s): +// \text_gen|char_ram~46974_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~9180_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~9068_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9180_q ), + .datac(\text_gen|char_ram~9068_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46974 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y43_N23 +dffeas \text_gen|char_ram~9404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9292feeder ( +// Equation(s): +// \text_gen|char_ram~9292feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9292feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9292feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9292feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y43_N27 +dffeas \text_gen|char_ram~9292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9292feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46975 ( +// Equation(s): +// \text_gen|char_ram~46975_combout = (\text_gen|char_ram~46974_combout & (((\text_gen|char_ram~9404_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~46974_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~9292_q )))) + + .dataa(\text_gen|char_ram~46974_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9404_q ), + .datad(\text_gen|char_ram~9292_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46975 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9145feeder ( +// Equation(s): +// \text_gen|char_ram~9145feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y43_N31 +dffeas \text_gen|char_ram~9145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y43_N31 +dffeas \text_gen|char_ram~9369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y39_N11 +dffeas \text_gen|char_ram~9033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9257feeder ( +// Equation(s): +// \text_gen|char_ram~9257feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9257feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9257feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9257feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y39_N17 +dffeas \text_gen|char_ram~9257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9257feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46971 ( +// Equation(s): +// \text_gen|char_ram~46971_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9257_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9033_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9033_q ), + .datad(\text_gen|char_ram~9257_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46971 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46972 ( +// Equation(s): +// \text_gen|char_ram~46972_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46971_combout & ((\text_gen|char_ram~9369_q ))) # (!\text_gen|char_ram~46971_combout & (\text_gen|char_ram~9145_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46971_combout )))) + + .dataa(\text_gen|char_ram~9145_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9369_q ), + .datad(\text_gen|char_ram~46971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46972 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9264feeder ( +// Equation(s): +// \text_gen|char_ram~9264feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9264feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9264feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9264feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N19 +dffeas \text_gen|char_ram~9264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9264feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y45_N13 +dffeas \text_gen|char_ram~9040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46969 ( +// Equation(s): +// \text_gen|char_ram~46969_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~9264_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~9040_q ))))) + + .dataa(\text_gen|char_ram~9264_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9040_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46969 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9376feeder ( +// Equation(s): +// \text_gen|char_ram~9376feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9376feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9376feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9376feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y49_N11 +dffeas \text_gen|char_ram~9376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9376feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9152feeder ( +// Equation(s): +// \text_gen|char_ram~9152feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9152feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9152feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9152feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N11 +dffeas \text_gen|char_ram~9152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9152feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46970 ( +// Equation(s): +// \text_gen|char_ram~46970_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46969_combout & (\text_gen|char_ram~9376_q )) # (!\text_gen|char_ram~46969_combout & ((\text_gen|char_ram~9152_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46969_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46969_combout ), + .datac(\text_gen|char_ram~9376_q ), + .datad(\text_gen|char_ram~9152_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46970 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46973 ( +// Equation(s): +// \text_gen|char_ram~46973_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~46970_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46972_combout )))) + + .dataa(\text_gen|char_ram~46972_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~46970_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46973 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~46973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46976 ( +// Equation(s): +// \text_gen|char_ram~46976_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46973_combout & ((\text_gen|char_ram~46975_combout ))) # (!\text_gen|char_ram~46973_combout & (\text_gen|char_ram~46968_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46973_combout )))) + + .dataa(\text_gen|char_ram~46968_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~46975_combout ), + .datad(\text_gen|char_ram~46973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46976 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46987 ( +// Equation(s): +// \text_gen|char_ram~46987_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~46976_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~46986_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46986_combout ), + .datad(\text_gen|char_ram~46976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46987 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y38_N29 +dffeas \text_gen|char_ram~23404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23516feeder ( +// Equation(s): +// \text_gen|char_ram~23516feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23516feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23516feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23516feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N21 +dffeas \text_gen|char_ram~23516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23516feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46995 ( +// Equation(s): +// \text_gen|char_ram~46995_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23516_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23404_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23404_q ), + .datad(\text_gen|char_ram~23516_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46995 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y38_N19 +dffeas \text_gen|char_ram~23740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23628feeder ( +// Equation(s): +// \text_gen|char_ram~23628feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23628feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23628feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23628feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y30_N7 +dffeas \text_gen|char_ram~23628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23628feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46996 ( +// Equation(s): +// \text_gen|char_ram~46996_combout = (\text_gen|char_ram~46995_combout & (((\text_gen|char_ram~23740_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~46995_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~23628_q )))) + + .dataa(\text_gen|char_ram~46995_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23740_q ), + .datad(\text_gen|char_ram~23628_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46996 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23621feeder ( +// Equation(s): +// \text_gen|char_ram~23621feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23621feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23621feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23621feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N27 +dffeas \text_gen|char_ram~23621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23621feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y39_N23 +dffeas \text_gen|char_ram~23733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y39_N21 +dffeas \text_gen|char_ram~23397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23509feeder ( +// Equation(s): +// \text_gen|char_ram~23509feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23509feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23509feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23509feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y39_N21 +dffeas \text_gen|char_ram~23509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23509feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46988 ( +// Equation(s): +// \text_gen|char_ram~46988_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~23509_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23397_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23397_q ), + .datad(\text_gen|char_ram~23509_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46988 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46989 ( +// Equation(s): +// \text_gen|char_ram~46989_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46988_combout & ((\text_gen|char_ram~23733_q ))) # (!\text_gen|char_ram~46988_combout & (\text_gen|char_ram~23621_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46988_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23621_q ), + .datac(\text_gen|char_ram~23733_q ), + .datad(\text_gen|char_ram~46988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46989 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23481feeder ( +// Equation(s): +// \text_gen|char_ram~23481feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23481feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23481feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23481feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y38_N19 +dffeas \text_gen|char_ram~23481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23481feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y36_N15 +dffeas \text_gen|char_ram~23705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y36_N1 +dffeas \text_gen|char_ram~23369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23593feeder ( +// Equation(s): +// \text_gen|char_ram~23593feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23593feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23593feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23593feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N27 +dffeas \text_gen|char_ram~23593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23593feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46992 ( +// Equation(s): +// \text_gen|char_ram~46992_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23593_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23369_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23369_q ), + .datad(\text_gen|char_ram~23593_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46992 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46993 ( +// Equation(s): +// \text_gen|char_ram~46993_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46992_combout & ((\text_gen|char_ram~23705_q ))) # (!\text_gen|char_ram~46992_combout & (\text_gen|char_ram~23481_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46992_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23481_q ), + .datac(\text_gen|char_ram~23705_q ), + .datad(\text_gen|char_ram~46992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46993 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23488feeder ( +// Equation(s): +// \text_gen|char_ram~23488feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23488feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23488feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23488feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N3 +dffeas \text_gen|char_ram~23488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23488feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y40_N29 +dffeas \text_gen|char_ram~23712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N5 +dffeas \text_gen|char_ram~23376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23600feeder ( +// Equation(s): +// \text_gen|char_ram~23600feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y30_N23 +dffeas \text_gen|char_ram~23600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46990 ( +// Equation(s): +// \text_gen|char_ram~46990_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23600_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23376_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23376_q ), + .datad(\text_gen|char_ram~23600_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46990 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46991 ( +// Equation(s): +// \text_gen|char_ram~46991_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46990_combout & ((\text_gen|char_ram~23712_q ))) # (!\text_gen|char_ram~46990_combout & (\text_gen|char_ram~23488_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46990_combout )))) + + .dataa(\text_gen|char_ram~23488_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23712_q ), + .datad(\text_gen|char_ram~46990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46991 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46994 ( +// Equation(s): +// \text_gen|char_ram~46994_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~46991_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46993_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46993_combout ), + .datad(\text_gen|char_ram~46991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46994 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46997 ( +// Equation(s): +// \text_gen|char_ram~46997_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46994_combout & (\text_gen|char_ram~46996_combout )) # (!\text_gen|char_ram~46994_combout & ((\text_gen|char_ram~46989_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46994_combout )))) + + .dataa(\text_gen|char_ram~46996_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~46989_combout ), + .datad(\text_gen|char_ram~46994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46997 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16453feeder ( +// Equation(s): +// \text_gen|char_ram~16453feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16453feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16453feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16453feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y39_N1 +dffeas \text_gen|char_ram~16453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16453feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y39_N27 +dffeas \text_gen|char_ram~16565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y39_N23 +dffeas \text_gen|char_ram~16229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16341feeder ( +// Equation(s): +// \text_gen|char_ram~16341feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16341feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y39_N23 +dffeas \text_gen|char_ram~16341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46959 ( +// Equation(s): +// \text_gen|char_ram~46959_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16341_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16229_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16229_q ), + .datad(\text_gen|char_ram~16341_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46959 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46960 ( +// Equation(s): +// \text_gen|char_ram~46960_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46959_combout & ((\text_gen|char_ram~16565_q ))) # (!\text_gen|char_ram~46959_combout & (\text_gen|char_ram~16453_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46959_combout )))) + + .dataa(\text_gen|char_ram~16453_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16565_q ), + .datad(\text_gen|char_ram~46959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46960 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y36_N17 +dffeas \text_gen|char_ram~16425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16201feeder ( +// Equation(s): +// \text_gen|char_ram~16201feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16201feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16201feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16201feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y37_N31 +dffeas \text_gen|char_ram~16201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16201feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46961 ( +// Equation(s): +// \text_gen|char_ram~46961_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16425_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16201_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16425_q ), + .datad(\text_gen|char_ram~16201_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46961 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y36_N3 +dffeas \text_gen|char_ram~16537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16313feeder ( +// Equation(s): +// \text_gen|char_ram~16313feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16313feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16313feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16313feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y36_N17 +dffeas \text_gen|char_ram~16313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16313feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46962 ( +// Equation(s): +// \text_gen|char_ram~46962_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46961_combout & (\text_gen|char_ram~16537_q )) # (!\text_gen|char_ram~46961_combout & ((\text_gen|char_ram~16313_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46961_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46961_combout ), + .datac(\text_gen|char_ram~16537_q ), + .datad(\text_gen|char_ram~16313_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46962 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46963 ( +// Equation(s): +// \text_gen|char_ram~46963_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~46960_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~46962_combout ))))) + + .dataa(\text_gen|char_ram~46960_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46962_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46963 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16432feeder ( +// Equation(s): +// \text_gen|char_ram~16432feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16432feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16432feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16432feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y25_N7 +dffeas \text_gen|char_ram~16432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16432feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y24_N1 +dffeas \text_gen|char_ram~16208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46957 ( +// Equation(s): +// \text_gen|char_ram~46957_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16432_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16208_q +// ))))) + + .dataa(\text_gen|char_ram~16432_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16208_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46957 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N23 +dffeas \text_gen|char_ram~16544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16320feeder ( +// Equation(s): +// \text_gen|char_ram~16320feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16320feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16320feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16320feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N21 +dffeas \text_gen|char_ram~16320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16320feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46958 ( +// Equation(s): +// \text_gen|char_ram~46958_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46957_combout & (\text_gen|char_ram~16544_q )) # (!\text_gen|char_ram~46957_combout & ((\text_gen|char_ram~16320_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46957_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46957_combout ), + .datac(\text_gen|char_ram~16544_q ), + .datad(\text_gen|char_ram~16320_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46958 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16460feeder ( +// Equation(s): +// \text_gen|char_ram~16460feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16460feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16460feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16460feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y22_N21 +dffeas \text_gen|char_ram~16460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16460feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N31 +dffeas \text_gen|char_ram~16572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y22_N19 +dffeas \text_gen|char_ram~16236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16348feeder ( +// Equation(s): +// \text_gen|char_ram~16348feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y15_N19 +dffeas \text_gen|char_ram~16348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46964 ( +// Equation(s): +// \text_gen|char_ram~46964_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16348_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16236_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16236_q ), + .datad(\text_gen|char_ram~16348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46964 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46965 ( +// Equation(s): +// \text_gen|char_ram~46965_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46964_combout & ((\text_gen|char_ram~16572_q ))) # (!\text_gen|char_ram~46964_combout & (\text_gen|char_ram~16460_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46964_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16460_q ), + .datac(\text_gen|char_ram~16572_q ), + .datad(\text_gen|char_ram~46964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46965 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46966 ( +// Equation(s): +// \text_gen|char_ram~46966_combout = (\text_gen|char_ram~46963_combout & (((\text_gen|char_ram~46965_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46963_combout & (\vga_c|h_cnt [4] & (\text_gen|char_ram~46958_combout ))) + + .dataa(\text_gen|char_ram~46963_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46958_combout ), + .datad(\text_gen|char_ram~46965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46966 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46998 ( +// Equation(s): +// \text_gen|char_ram~46998_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46987_combout & (\text_gen|char_ram~46997_combout )) # (!\text_gen|char_ram~46987_combout & ((\text_gen|char_ram~46966_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~46987_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46987_combout ), + .datac(\text_gen|char_ram~46997_combout ), + .datad(\text_gen|char_ram~46966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46998 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~192feeder ( +// Equation(s): +// \text_gen|char_ram~192feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~192feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~192feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~192feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y46_N1 +dffeas \text_gen|char_ram~192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~192feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y46_N15 +dffeas \text_gen|char_ram~416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~304feeder ( +// Equation(s): +// \text_gen|char_ram~304feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~304feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~304feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~304feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y45_N29 +dffeas \text_gen|char_ram~304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~304feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N29 +dffeas \text_gen|char_ram~80 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~80_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~80 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~80 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47003 ( +// Equation(s): +// \text_gen|char_ram~47003_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~304_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~80_q ))))) + + .dataa(\text_gen|char_ram~304_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~80_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47003 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~47003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47004 ( +// Equation(s): +// \text_gen|char_ram~47004_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47003_combout & ((\text_gen|char_ram~416_q ))) # (!\text_gen|char_ram~47003_combout & (\text_gen|char_ram~192_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47003_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~192_q ), + .datac(\text_gen|char_ram~416_q ), + .datad(\text_gen|char_ram~47003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47004 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7248feeder ( +// Equation(s): +// \text_gen|char_ram~7248feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7248feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7248feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7248feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y49_N1 +dffeas \text_gen|char_ram~7248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7248feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7360feeder ( +// Equation(s): +// \text_gen|char_ram~7360feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7360feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7360feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7360feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y49_N9 +dffeas \text_gen|char_ram~7360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7360feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47001 ( +// Equation(s): +// \text_gen|char_ram~47001_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~7360_q )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7248_q & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7248_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~7360_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47001 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~47001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y49_N23 +dffeas \text_gen|char_ram~7584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7472feeder ( +// Equation(s): +// \text_gen|char_ram~7472feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y49_N11 +dffeas \text_gen|char_ram~7472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47002 ( +// Equation(s): +// \text_gen|char_ram~47002_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47001_combout & (\text_gen|char_ram~7584_q )) # (!\text_gen|char_ram~47001_combout & ((\text_gen|char_ram~7472_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~47001_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~47001_combout ), + .datac(\text_gen|char_ram~7584_q ), + .datad(\text_gen|char_ram~7472_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47002 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47005 ( +// Equation(s): +// \text_gen|char_ram~47005_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~47002_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~47004_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47004_combout ), + .datad(\text_gen|char_ram~47002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47005 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21808feeder ( +// Equation(s): +// \text_gen|char_ram~21808feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21808feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21808feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21808feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y46_N15 +dffeas \text_gen|char_ram~21808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21808feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y46_N13 +dffeas \text_gen|char_ram~21920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N15 +dffeas \text_gen|char_ram~21584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21696feeder ( +// Equation(s): +// \text_gen|char_ram~21696feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21696feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21696feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21696feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y46_N9 +dffeas \text_gen|char_ram~21696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21696feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47006 ( +// Equation(s): +// \text_gen|char_ram~47006_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21696_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21584_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21584_q ), + .datad(\text_gen|char_ram~21696_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47006 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47007 ( +// Equation(s): +// \text_gen|char_ram~47007_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47006_combout & ((\text_gen|char_ram~21920_q ))) # (!\text_gen|char_ram~47006_combout & (\text_gen|char_ram~21808_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47006_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21808_q ), + .datac(\text_gen|char_ram~21920_q ), + .datad(\text_gen|char_ram~47006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47007 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~14528feeder ( +// Equation(s): +// \text_gen|char_ram~14528feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14528feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y26_N7 +dffeas \text_gen|char_ram~14528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N11 +dffeas \text_gen|char_ram~14752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N13 +dffeas \text_gen|char_ram~14416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14640feeder ( +// Equation(s): +// \text_gen|char_ram~14640feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14640feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14640feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14640feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y15_N21 +dffeas \text_gen|char_ram~14640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14640feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46999 ( +// Equation(s): +// \text_gen|char_ram~46999_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14640_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14416_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14416_q ), + .datad(\text_gen|char_ram~14640_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46999 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47000 ( +// Equation(s): +// \text_gen|char_ram~47000_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46999_combout & ((\text_gen|char_ram~14752_q ))) # (!\text_gen|char_ram~46999_combout & (\text_gen|char_ram~14528_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46999_combout )))) + + .dataa(\text_gen|char_ram~14528_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14752_q ), + .datad(\text_gen|char_ram~46999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47000 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47008 ( +// Equation(s): +// \text_gen|char_ram~47008_combout = (\text_gen|char_ram~47005_combout & (((\text_gen|char_ram~47007_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~47005_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47000_combout )))) + + .dataa(\text_gen|char_ram~47005_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47007_combout ), + .datad(\text_gen|char_ram~47000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47008 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~409feeder ( +// Equation(s): +// \text_gen|char_ram~409feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~409feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~409feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~409feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N31 +dffeas \text_gen|char_ram~409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~409feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~185feeder ( +// Equation(s): +// \text_gen|char_ram~185feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~185feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~185feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~185feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y42_N9 +dffeas \text_gen|char_ram~185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~185feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y42_N17 +dffeas \text_gen|char_ram~73 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~73_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~73 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~73 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47023 ( +// Equation(s): +// \text_gen|char_ram~47023_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~185_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~73_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~185_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~73_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47023 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~47023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~297feeder ( +// Equation(s): +// \text_gen|char_ram~297feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~297feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~297feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~297feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y42_N31 +dffeas \text_gen|char_ram~297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~297feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47024 ( +// Equation(s): +// \text_gen|char_ram~47024_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47023_combout & (\text_gen|char_ram~409_q )) # (!\text_gen|char_ram~47023_combout & ((\text_gen|char_ram~297_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47023_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~409_q ), + .datac(\text_gen|char_ram~47023_combout ), + .datad(\text_gen|char_ram~297_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47024 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7465feeder ( +// Equation(s): +// \text_gen|char_ram~7465feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7465feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7465feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7465feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y49_N23 +dffeas \text_gen|char_ram~7465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7465feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y49_N9 +dffeas \text_gen|char_ram~7577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7353feeder ( +// Equation(s): +// \text_gen|char_ram~7353feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7353feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y46_N21 +dffeas \text_gen|char_ram~7353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y46_N7 +dffeas \text_gen|char_ram~7241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47021 ( +// Equation(s): +// \text_gen|char_ram~47021_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~7353_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~7241_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7353_q ), + .datac(\text_gen|char_ram~7241_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47021 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~47021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47022 ( +// Equation(s): +// \text_gen|char_ram~47022_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47021_combout & ((\text_gen|char_ram~7577_q ))) # (!\text_gen|char_ram~47021_combout & (\text_gen|char_ram~7465_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47021_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7465_q ), + .datac(\text_gen|char_ram~7577_q ), + .datad(\text_gen|char_ram~47021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47022 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47025 ( +// Equation(s): +// \text_gen|char_ram~47025_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~47022_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~47024_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~47024_combout ), + .datac(\text_gen|char_ram~47022_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47025 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~47025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y34_N9 +dffeas \text_gen|char_ram~21577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21689feeder ( +// Equation(s): +// \text_gen|char_ram~21689feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21689feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y34_N3 +dffeas \text_gen|char_ram~21689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47026 ( +// Equation(s): +// \text_gen|char_ram~47026_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21689_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21577_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21577_q ), + .datad(\text_gen|char_ram~21689_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47026 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y34_N17 +dffeas \text_gen|char_ram~21913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21801feeder ( +// Equation(s): +// \text_gen|char_ram~21801feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21801feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21801feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21801feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y53_N27 +dffeas \text_gen|char_ram~21801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21801feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47027 ( +// Equation(s): +// \text_gen|char_ram~47027_combout = (\text_gen|char_ram~47026_combout & (((\text_gen|char_ram~21913_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~47026_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~21801_q )))) + + .dataa(\text_gen|char_ram~47026_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21913_q ), + .datad(\text_gen|char_ram~21801_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47027 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14521feeder ( +// Equation(s): +// \text_gen|char_ram~14521feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14521feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14521feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14521feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y37_N25 +dffeas \text_gen|char_ram~14521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14521feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y37_N25 +dffeas \text_gen|char_ram~14745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y37_N11 +dffeas \text_gen|char_ram~14409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14633feeder ( +// Equation(s): +// \text_gen|char_ram~14633feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14633feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14633feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14633feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y37_N11 +dffeas \text_gen|char_ram~14633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14633feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47019 ( +// Equation(s): +// \text_gen|char_ram~47019_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~14633_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14409_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14409_q ), + .datad(\text_gen|char_ram~14633_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47019 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47020 ( +// Equation(s): +// \text_gen|char_ram~47020_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47019_combout & ((\text_gen|char_ram~14745_q ))) # (!\text_gen|char_ram~47019_combout & (\text_gen|char_ram~14521_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47019_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14521_q ), + .datac(\text_gen|char_ram~14745_q ), + .datad(\text_gen|char_ram~47019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47020 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47028 ( +// Equation(s): +// \text_gen|char_ram~47028_combout = (\text_gen|char_ram~47025_combout & (((\text_gen|char_ram~47027_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~47025_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~47020_combout )))) + + .dataa(\text_gen|char_ram~47025_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~47027_combout ), + .datad(\text_gen|char_ram~47020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47028 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21829feeder ( +// Equation(s): +// \text_gen|char_ram~21829feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21829feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y41_N19 +dffeas \text_gen|char_ram~21829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y50_N9 +dffeas \text_gen|char_ram~21605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21717feeder ( +// Equation(s): +// \text_gen|char_ram~21717feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21717feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21717feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21717feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N11 +dffeas \text_gen|char_ram~21717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21717feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~47016 ( +// Equation(s): +// \text_gen|char_ram~47016_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21717_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21605_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21605_q ), + .datad(\text_gen|char_ram~21717_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47016 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y50_N19 +dffeas \text_gen|char_ram~21941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47017 ( +// Equation(s): +// \text_gen|char_ram~47017_combout = (\text_gen|char_ram~47016_combout & (((\text_gen|char_ram~21941_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~47016_combout & (\text_gen|char_ram~21829_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~21829_q ), + .datab(\text_gen|char_ram~47016_combout ), + .datac(\text_gen|char_ram~21941_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47017 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~213feeder ( +// Equation(s): +// \text_gen|char_ram~213feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~213feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y20_N3 +dffeas \text_gen|char_ram~213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y41_N13 +dffeas \text_gen|char_ram~437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y40_N31 +dffeas \text_gen|char_ram~101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~325feeder ( +// Equation(s): +// \text_gen|char_ram~325feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~325feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~325feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~325feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N7 +dffeas \text_gen|char_ram~325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~325feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47013 ( +// Equation(s): +// \text_gen|char_ram~47013_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~325_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~101_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~101_q ), + .datad(\text_gen|char_ram~325_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47013 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47014 ( +// Equation(s): +// \text_gen|char_ram~47014_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47013_combout & ((\text_gen|char_ram~437_q ))) # (!\text_gen|char_ram~47013_combout & (\text_gen|char_ram~213_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47013_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~213_q ), + .datac(\text_gen|char_ram~437_q ), + .datad(\text_gen|char_ram~47013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47014 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y45_N25 +dffeas \text_gen|char_ram~14437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14661feeder ( +// Equation(s): +// \text_gen|char_ram~14661feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14661feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14661feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14661feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N25 +dffeas \text_gen|char_ram~14661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14661feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47011 ( +// Equation(s): +// \text_gen|char_ram~47011_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14661_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14437_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14437_q ), + .datad(\text_gen|char_ram~14661_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47011 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y45_N15 +dffeas \text_gen|char_ram~14773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14549feeder ( +// Equation(s): +// \text_gen|char_ram~14549feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y41_N25 +dffeas \text_gen|char_ram~14549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47012 ( +// Equation(s): +// \text_gen|char_ram~47012_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47011_combout & (\text_gen|char_ram~14773_q )) # (!\text_gen|char_ram~47011_combout & ((\text_gen|char_ram~14549_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~47011_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~47011_combout ), + .datac(\text_gen|char_ram~14773_q ), + .datad(\text_gen|char_ram~14549_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47012 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~47012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47015 ( +// Equation(s): +// \text_gen|char_ram~47015_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~47012_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~47014_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~47014_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~47012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47015 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~47015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7493feeder ( +// Equation(s): +// \text_gen|char_ram~7493feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7493feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y52_N31 +dffeas \text_gen|char_ram~7493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y51_N1 +dffeas \text_gen|char_ram~7269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7381feeder ( +// Equation(s): +// \text_gen|char_ram~7381feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7381feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7381feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7381feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y54_N27 +dffeas \text_gen|char_ram~7381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7381feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~47009 ( +// Equation(s): +// \text_gen|char_ram~47009_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7381_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7269_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7269_q ), + .datad(\text_gen|char_ram~7381_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47009 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N11 +dffeas \text_gen|char_ram~7605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~47010 ( +// Equation(s): +// \text_gen|char_ram~47010_combout = (\text_gen|char_ram~47009_combout & (((\text_gen|char_ram~7605_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~47009_combout & (\text_gen|char_ram~7493_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~7493_q ), + .datab(\text_gen|char_ram~47009_combout ), + .datac(\text_gen|char_ram~7605_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47010 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~47010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~47018 ( +// Equation(s): +// \text_gen|char_ram~47018_combout = (\text_gen|char_ram~47015_combout & ((\text_gen|char_ram~47017_combout ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~47015_combout & (((\text_gen|char_ram~47010_combout & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~47017_combout ), + .datab(\text_gen|char_ram~47015_combout ), + .datac(\text_gen|char_ram~47010_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47018 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~47018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47029 ( +// Equation(s): +// \text_gen|char_ram~47029_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~47018_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~47028_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~47028_combout ), + .datad(\text_gen|char_ram~47018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47029 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~21836feeder ( +// Equation(s): +// \text_gen|char_ram~21836feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21836feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y23_N5 +dffeas \text_gen|char_ram~21836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y38_N15 +dffeas \text_gen|char_ram~21948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y38_N29 +dffeas \text_gen|char_ram~21612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21724feeder ( +// Equation(s): +// \text_gen|char_ram~21724feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21724feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21724feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21724feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N15 +dffeas \text_gen|char_ram~21724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21724feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47037 ( +// Equation(s): +// \text_gen|char_ram~47037_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21724_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21612_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21612_q ), + .datad(\text_gen|char_ram~21724_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47037 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47038 ( +// Equation(s): +// \text_gen|char_ram~47038_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~47037_combout & ((\text_gen|char_ram~21948_q ))) # (!\text_gen|char_ram~47037_combout & (\text_gen|char_ram~21836_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~47037_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21836_q ), + .datac(\text_gen|char_ram~21948_q ), + .datad(\text_gen|char_ram~47037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47038 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y49_N23 +dffeas \text_gen|char_ram~7276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7388feeder ( +// Equation(s): +// \text_gen|char_ram~7388feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7388feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7388feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7388feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y49_N15 +dffeas \text_gen|char_ram~7388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7388feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~47030 ( +// Equation(s): +// \text_gen|char_ram~47030_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~7388_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7276_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7276_q ), + .datad(\text_gen|char_ram~7388_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47030 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y49_N31 +dffeas \text_gen|char_ram~7612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7500feeder ( +// Equation(s): +// \text_gen|char_ram~7500feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7500feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y49_N5 +dffeas \text_gen|char_ram~7500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~47031 ( +// Equation(s): +// \text_gen|char_ram~47031_combout = (\text_gen|char_ram~47030_combout & (((\text_gen|char_ram~7612_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~47030_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~7500_q )))) + + .dataa(\text_gen|char_ram~47030_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7612_q ), + .datad(\text_gen|char_ram~7500_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47031 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~47031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~220feeder ( +// Equation(s): +// \text_gen|char_ram~220feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~220feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~220feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~220feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y45_N29 +dffeas \text_gen|char_ram~220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~220feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y42_N5 +dffeas \text_gen|char_ram~444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~444 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y42_N17 +dffeas \text_gen|char_ram~108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~332feeder ( +// Equation(s): +// \text_gen|char_ram~332feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~332feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~332feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~332feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y42_N21 +dffeas \text_gen|char_ram~332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~332feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~47034 ( +// Equation(s): +// \text_gen|char_ram~47034_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~332_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~108_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~108_q ), + .datad(\text_gen|char_ram~332_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47034 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~47035 ( +// Equation(s): +// \text_gen|char_ram~47035_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47034_combout & ((\text_gen|char_ram~444_q ))) # (!\text_gen|char_ram~47034_combout & (\text_gen|char_ram~220_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47034_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~220_q ), + .datac(\text_gen|char_ram~444_q ), + .datad(\text_gen|char_ram~47034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47035 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14556feeder ( +// Equation(s): +// \text_gen|char_ram~14556feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14556feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N3 +dffeas \text_gen|char_ram~14556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y42_N19 +dffeas \text_gen|char_ram~14780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y11_N27 +dffeas \text_gen|char_ram~14444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14668feeder ( +// Equation(s): +// \text_gen|char_ram~14668feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14668feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14668feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14668feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y41_N1 +dffeas \text_gen|char_ram~14668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14668feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~47032 ( +// Equation(s): +// \text_gen|char_ram~47032_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~14668_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14444_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14444_q ), + .datad(\text_gen|char_ram~14668_q ), + .cin(gnd), + .combout(\text_gen|char_ram~47032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47032 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~47032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~47033 ( +// Equation(s): +// \text_gen|char_ram~47033_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~47032_combout & ((\text_gen|char_ram~14780_q ))) # (!\text_gen|char_ram~47032_combout & (\text_gen|char_ram~14556_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~47032_combout )))) + + .dataa(\text_gen|char_ram~14556_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14780_q ), + .datad(\text_gen|char_ram~47032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47033 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~47036 ( +// Equation(s): +// \text_gen|char_ram~47036_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~47033_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~47035_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47035_combout ), + .datad(\text_gen|char_ram~47033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47036 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~47036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47039 ( +// Equation(s): +// \text_gen|char_ram~47039_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~47036_combout & (\text_gen|char_ram~47038_combout )) # (!\text_gen|char_ram~47036_combout & ((\text_gen|char_ram~47031_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~47036_combout )))) + + .dataa(\text_gen|char_ram~47038_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~47031_combout ), + .datad(\text_gen|char_ram~47036_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47039 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~47039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47040 ( +// Equation(s): +// \text_gen|char_ram~47040_combout = (\text_gen|char_ram~47029_combout & (((\text_gen|char_ram~47039_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~47029_combout & (\text_gen|char_ram~47008_combout & (\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~47008_combout ), + .datab(\text_gen|char_ram~47029_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~47039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47040 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~47040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~47041 ( +// Equation(s): +// \text_gen|char_ram~47041_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46998_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~47040_combout )))) + + .dataa(\text_gen|char_ram~46998_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~47040_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47041 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~47041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~47084 ( +// Equation(s): +// \text_gen|char_ram~47084_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~47041_combout & ((\text_gen|char_ram~47083_combout ))) # (!\text_gen|char_ram~47041_combout & (\text_gen|char_ram~46956_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~47041_combout )))) + + .dataa(\text_gen|char_ram~46956_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~47083_combout ), + .datad(\text_gen|char_ram~47041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47084 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~47084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~47085 ( +// Equation(s): +// \text_gen|char_ram~47085_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~46914_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~47084_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46914_combout ), + .datad(\text_gen|char_ram~47084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47085 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~47085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~47256 ( +// Equation(s): +// \text_gen|char_ram~47256_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~47085_combout & ((\text_gen|char_ram~47255_combout ))) # (!\text_gen|char_ram~47085_combout & (\text_gen|char_ram~46744_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~47085_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46744_combout ), + .datac(\text_gen|char_ram~47255_combout ), + .datad(\text_gen|char_ram~47085_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47256 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~47256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27359feeder ( +// Equation(s): +// \text_gen|char_ram~27359feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27359feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y15_N17 +dffeas \text_gen|char_ram~27359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y15_N13 +dffeas \text_gen|char_ram~27366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27331feeder ( +// Equation(s): +// \text_gen|char_ram~27331feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27331feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27331feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27331feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y14_N7 +dffeas \text_gen|char_ram~27331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27331feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27338feeder ( +// Equation(s): +// \text_gen|char_ram~27338feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y15_N13 +dffeas \text_gen|char_ram~27338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46534 ( +// Equation(s): +// \text_gen|char_ram~46534_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~27338_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27331_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27331_q ), + .datad(\text_gen|char_ram~27338_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46534 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46535 ( +// Equation(s): +// \text_gen|char_ram~46535_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46534_combout & ((\text_gen|char_ram~27366_q ))) # (!\text_gen|char_ram~46534_combout & (\text_gen|char_ram~27359_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46534_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27359_q ), + .datac(\text_gen|char_ram~27366_q ), + .datad(\text_gen|char_ram~46534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46535 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27450feeder ( +// Equation(s): +// \text_gen|char_ram~27450feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27450feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27450feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27450feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y24_N11 +dffeas \text_gen|char_ram~27450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27450feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y24_N21 +dffeas \text_gen|char_ram~27478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y21_N29 +dffeas \text_gen|char_ram~27443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27471feeder ( +// Equation(s): +// \text_gen|char_ram~27471feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27471feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27471feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27471feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N7 +dffeas \text_gen|char_ram~27471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27471feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46532 ( +// Equation(s): +// \text_gen|char_ram~46532_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~27471_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27443_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27443_q ), + .datad(\text_gen|char_ram~27471_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46532 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46533 ( +// Equation(s): +// \text_gen|char_ram~46533_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46532_combout & ((\text_gen|char_ram~27478_q ))) # (!\text_gen|char_ram~46532_combout & (\text_gen|char_ram~27450_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46532_combout )))) + + .dataa(\text_gen|char_ram~27450_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27478_q ), + .datad(\text_gen|char_ram~46532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46533 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46536 ( +// Equation(s): +// \text_gen|char_ram~46536_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~46533_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46535_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46535_combout ), + .datad(\text_gen|char_ram~46533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46536 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27583feeder ( +// Equation(s): +// \text_gen|char_ram~27583feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27583feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27583feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27583feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N7 +dffeas \text_gen|char_ram~27583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27583feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y21_N27 +dffeas \text_gen|char_ram~27590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y18_N7 +dffeas \text_gen|char_ram~27555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27562feeder ( +// Equation(s): +// \text_gen|char_ram~27562feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27562feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y25_N25 +dffeas \text_gen|char_ram~27562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46530 ( +// Equation(s): +// \text_gen|char_ram~46530_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27562_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27555_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27555_q ), + .datad(\text_gen|char_ram~27562_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46530 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46531 ( +// Equation(s): +// \text_gen|char_ram~46531_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46530_combout & ((\text_gen|char_ram~27590_q ))) # (!\text_gen|char_ram~46530_combout & (\text_gen|char_ram~27583_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46530_combout )))) + + .dataa(\text_gen|char_ram~27583_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27590_q ), + .datad(\text_gen|char_ram~46530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46531 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y25_N15 +dffeas \text_gen|char_ram~27674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y21_N3 +dffeas \text_gen|char_ram~27702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N3 +dffeas \text_gen|char_ram~27667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27695feeder ( +// Equation(s): +// \text_gen|char_ram~27695feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y17_N11 +dffeas \text_gen|char_ram~27695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46537 ( +// Equation(s): +// \text_gen|char_ram~46537_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~27695_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27667_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27667_q ), + .datad(\text_gen|char_ram~27695_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46537 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46538 ( +// Equation(s): +// \text_gen|char_ram~46538_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46537_combout & ((\text_gen|char_ram~27702_q ))) # (!\text_gen|char_ram~46537_combout & (\text_gen|char_ram~27674_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46537_combout )))) + + .dataa(\text_gen|char_ram~27674_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27702_q ), + .datad(\text_gen|char_ram~46537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46538 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46539 ( +// Equation(s): +// \text_gen|char_ram~46539_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46536_combout & ((\text_gen|char_ram~46538_combout ))) # (!\text_gen|char_ram~46536_combout & (\text_gen|char_ram~46531_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46536_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46536_combout ), + .datac(\text_gen|char_ram~46531_combout ), + .datad(\text_gen|char_ram~46538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46539 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~46539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y45_N15 +dffeas \text_gen|char_ram~27219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27247feeder ( +// Equation(s): +// \text_gen|char_ram~27247feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27247feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y45_N1 +dffeas \text_gen|char_ram~27247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46557 ( +// Equation(s): +// \text_gen|char_ram~46557_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~27247_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27219_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27219_q ), + .datad(\text_gen|char_ram~27247_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46557 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N15 +dffeas \text_gen|char_ram~27254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27226feeder ( +// Equation(s): +// \text_gen|char_ram~27226feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27226feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N25 +dffeas \text_gen|char_ram~27226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46558 ( +// Equation(s): +// \text_gen|char_ram~46558_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46557_combout & (\text_gen|char_ram~27254_q )) # (!\text_gen|char_ram~46557_combout & ((\text_gen|char_ram~27226_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46557_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46557_combout ), + .datac(\text_gen|char_ram~27254_q ), + .datad(\text_gen|char_ram~27226_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46558 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27135feeder ( +// Equation(s): +// \text_gen|char_ram~27135feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27135feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27135feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27135feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y40_N15 +dffeas \text_gen|char_ram~27135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27135feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y40_N3 +dffeas \text_gen|char_ram~27142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27114feeder ( +// Equation(s): +// \text_gen|char_ram~27114feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27114feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27114feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27114feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y37_N31 +dffeas \text_gen|char_ram~27114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27114feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y40_N29 +dffeas \text_gen|char_ram~27107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46552 ( +// Equation(s): +// \text_gen|char_ram~46552_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~27114_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~27107_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27114_q ), + .datac(\text_gen|char_ram~27107_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46552 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46553 ( +// Equation(s): +// \text_gen|char_ram~46553_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46552_combout & ((\text_gen|char_ram~27142_q ))) # (!\text_gen|char_ram~46552_combout & (\text_gen|char_ram~27135_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46552_combout )))) + + .dataa(\text_gen|char_ram~27135_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27142_q ), + .datad(\text_gen|char_ram~46552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46553 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26911feeder ( +// Equation(s): +// \text_gen|char_ram~26911feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26911feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26911feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26911feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y37_N27 +dffeas \text_gen|char_ram~26911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26911feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y39_N29 +dffeas \text_gen|char_ram~26918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26883feeder ( +// Equation(s): +// \text_gen|char_ram~26883feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26883feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26883feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26883feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y45_N15 +dffeas \text_gen|char_ram~26883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26883feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26890feeder ( +// Equation(s): +// \text_gen|char_ram~26890feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26890feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y37_N11 +dffeas \text_gen|char_ram~26890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46554 ( +// Equation(s): +// \text_gen|char_ram~46554_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~26890_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26883_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26883_q ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~26890_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46554 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46555 ( +// Equation(s): +// \text_gen|char_ram~46555_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46554_combout & ((\text_gen|char_ram~26918_q ))) # (!\text_gen|char_ram~46554_combout & (\text_gen|char_ram~26911_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46554_combout )))) + + .dataa(\text_gen|char_ram~26911_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26918_q ), + .datad(\text_gen|char_ram~46554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46555 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46556 ( +// Equation(s): +// \text_gen|char_ram~46556_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46553_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46555_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46553_combout ), + .datad(\text_gen|char_ram~46555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46556 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y45_N13 +dffeas \text_gen|char_ram~26995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27023feeder ( +// Equation(s): +// \text_gen|char_ram~27023feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27023feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27023feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27023feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y39_N5 +dffeas \text_gen|char_ram~27023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27023feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46550 ( +// Equation(s): +// \text_gen|char_ram~46550_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~27023_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26995_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26995_q ), + .datad(\text_gen|char_ram~27023_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46550 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y44_N7 +dffeas \text_gen|char_ram~27030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y44_N23 +dffeas \text_gen|char_ram~27002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46551 ( +// Equation(s): +// \text_gen|char_ram~46551_combout = (\text_gen|char_ram~46550_combout & (((\text_gen|char_ram~27030_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46550_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~27002_q )))) + + .dataa(\text_gen|char_ram~46550_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27030_q ), + .datad(\text_gen|char_ram~27002_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46551 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46559 ( +// Equation(s): +// \text_gen|char_ram~46559_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46556_combout & (\text_gen|char_ram~46558_combout )) # (!\text_gen|char_ram~46556_combout & ((\text_gen|char_ram~46551_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46556_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46558_combout ), + .datac(\text_gen|char_ram~46556_combout ), + .datad(\text_gen|char_ram~46551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46559 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~28122feeder ( +// Equation(s): +// \text_gen|char_ram~28122feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28122feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N27 +dffeas \text_gen|char_ram~28122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N25 +dffeas \text_gen|char_ram~28150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N7 +dffeas \text_gen|char_ram~28115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~28143feeder ( +// Equation(s): +// \text_gen|char_ram~28143feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28143feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y53_N7 +dffeas \text_gen|char_ram~28143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46547 ( +// Equation(s): +// \text_gen|char_ram~46547_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28143_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28115_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28115_q ), + .datad(\text_gen|char_ram~28143_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46547 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46548 ( +// Equation(s): +// \text_gen|char_ram~46548_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46547_combout & ((\text_gen|char_ram~28150_q ))) # (!\text_gen|char_ram~46547_combout & (\text_gen|char_ram~28122_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46547_combout )))) + + .dataa(\text_gen|char_ram~28122_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28150_q ), + .datad(\text_gen|char_ram~46547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46548 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~27898feeder ( +// Equation(s): +// \text_gen|char_ram~27898feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27898feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y52_N9 +dffeas \text_gen|char_ram~27898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y52_N17 +dffeas \text_gen|char_ram~27926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27919feeder ( +// Equation(s): +// \text_gen|char_ram~27919feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27919feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y48_N1 +dffeas \text_gen|char_ram~27919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y52_N11 +dffeas \text_gen|char_ram~27891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46540 ( +// Equation(s): +// \text_gen|char_ram~46540_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~27919_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~27891_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~27919_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27891_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46540 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46541 ( +// Equation(s): +// \text_gen|char_ram~46541_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46540_combout & ((\text_gen|char_ram~27926_q ))) # (!\text_gen|char_ram~46540_combout & (\text_gen|char_ram~27898_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46540_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27898_q ), + .datac(\text_gen|char_ram~27926_q ), + .datad(\text_gen|char_ram~46540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46541 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y48_N13 +dffeas \text_gen|char_ram~28003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28010feeder ( +// Equation(s): +// \text_gen|char_ram~28010feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28010feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y48_N29 +dffeas \text_gen|char_ram~28010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46542 ( +// Equation(s): +// \text_gen|char_ram~46542_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~28010_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28003_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28003_q ), + .datad(\text_gen|char_ram~28010_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46542 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y51_N29 +dffeas \text_gen|char_ram~28038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28031feeder ( +// Equation(s): +// \text_gen|char_ram~28031feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28031feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28031feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28031feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y52_N9 +dffeas \text_gen|char_ram~28031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28031feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46543 ( +// Equation(s): +// \text_gen|char_ram~46543_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46542_combout & (\text_gen|char_ram~28038_q )) # (!\text_gen|char_ram~46542_combout & ((\text_gen|char_ram~28031_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~46542_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46542_combout ), + .datac(\text_gen|char_ram~28038_q ), + .datad(\text_gen|char_ram~28031_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46543 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27807feeder ( +// Equation(s): +// \text_gen|char_ram~27807feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27807feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27807feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27807feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y52_N13 +dffeas \text_gen|char_ram~27807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27807feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y52_N7 +dffeas \text_gen|char_ram~27814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y53_N31 +dffeas \text_gen|char_ram~27779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27786feeder ( +// Equation(s): +// \text_gen|char_ram~27786feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27786feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27786feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27786feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y53_N25 +dffeas \text_gen|char_ram~27786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27786feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46544 ( +// Equation(s): +// \text_gen|char_ram~46544_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27786_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27779_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27779_q ), + .datad(\text_gen|char_ram~27786_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46544 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46545 ( +// Equation(s): +// \text_gen|char_ram~46545_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46544_combout & ((\text_gen|char_ram~27814_q ))) # (!\text_gen|char_ram~46544_combout & (\text_gen|char_ram~27807_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46544_combout )))) + + .dataa(\text_gen|char_ram~27807_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27814_q ), + .datad(\text_gen|char_ram~46544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46545 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46546 ( +// Equation(s): +// \text_gen|char_ram~46546_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46543_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46545_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46543_combout ), + .datad(\text_gen|char_ram~46545_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46546 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46549 ( +// Equation(s): +// \text_gen|char_ram~46549_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46546_combout & (\text_gen|char_ram~46548_combout )) # (!\text_gen|char_ram~46546_combout & ((\text_gen|char_ram~46541_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46546_combout )))) + + .dataa(\text_gen|char_ram~46548_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46541_combout ), + .datad(\text_gen|char_ram~46546_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46549 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46560 ( +// Equation(s): +// \text_gen|char_ram~46560_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~46549_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~46559_combout )))) + + .dataa(\text_gen|char_ram~46559_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46560 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~46560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28570feeder ( +// Equation(s): +// \text_gen|char_ram~28570feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28570feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N3 +dffeas \text_gen|char_ram~28570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y27_N15 +dffeas \text_gen|char_ram~28598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y33_N29 +dffeas \text_gen|char_ram~28563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~28591feeder ( +// Equation(s): +// \text_gen|char_ram~28591feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y33_N27 +dffeas \text_gen|char_ram~28591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46568 ( +// Equation(s): +// \text_gen|char_ram~46568_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28591_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28563_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28563_q ), + .datad(\text_gen|char_ram~28591_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46568 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46569 ( +// Equation(s): +// \text_gen|char_ram~46569_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46568_combout & ((\text_gen|char_ram~28598_q ))) # (!\text_gen|char_ram~46568_combout & (\text_gen|char_ram~28570_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46568_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~28570_q ), + .datac(\text_gen|char_ram~28598_q ), + .datad(\text_gen|char_ram~46568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46569 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~28479feeder ( +// Equation(s): +// \text_gen|char_ram~28479feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y30_N27 +dffeas \text_gen|char_ram~28479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y33_N9 +dffeas \text_gen|char_ram~28486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~28458feeder ( +// Equation(s): +// \text_gen|char_ram~28458feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28458feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28458feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28458feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y33_N21 +dffeas \text_gen|char_ram~28458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28458feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y32_N1 +dffeas \text_gen|char_ram~28451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46561 ( +// Equation(s): +// \text_gen|char_ram~46561_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~28458_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~28451_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~28458_q ), + .datac(\text_gen|char_ram~28451_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46561 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46562 ( +// Equation(s): +// \text_gen|char_ram~46562_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46561_combout & ((\text_gen|char_ram~28486_q ))) # (!\text_gen|char_ram~46561_combout & (\text_gen|char_ram~28479_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46561_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~28479_q ), + .datac(\text_gen|char_ram~28486_q ), + .datad(\text_gen|char_ram~46561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46562 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y33_N29 +dffeas \text_gen|char_ram~28255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y22_N13 +dffeas \text_gen|char_ram~28262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y30_N9 +dffeas \text_gen|char_ram~28234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~28227feeder ( +// Equation(s): +// \text_gen|char_ram~28227feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28227feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y31_N1 +dffeas \text_gen|char_ram~28227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46565 ( +// Equation(s): +// \text_gen|char_ram~46565_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~28234_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~28227_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28234_q ), + .datad(\text_gen|char_ram~28227_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46565 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46566 ( +// Equation(s): +// \text_gen|char_ram~46566_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46565_combout & ((\text_gen|char_ram~28262_q ))) # (!\text_gen|char_ram~46565_combout & (\text_gen|char_ram~28255_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46565_combout )))) + + .dataa(\text_gen|char_ram~28255_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28262_q ), + .datad(\text_gen|char_ram~46565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46566 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~28346feeder ( +// Equation(s): +// \text_gen|char_ram~28346feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28346feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y30_N19 +dffeas \text_gen|char_ram~28346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y30_N19 +dffeas \text_gen|char_ram~28374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N15 +dffeas \text_gen|char_ram~28339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~28367feeder ( +// Equation(s): +// \text_gen|char_ram~28367feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28367feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28367feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28367feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y33_N27 +dffeas \text_gen|char_ram~28367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28367feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46563 ( +// Equation(s): +// \text_gen|char_ram~46563_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28367_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28339_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28339_q ), + .datad(\text_gen|char_ram~28367_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46563 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46564 ( +// Equation(s): +// \text_gen|char_ram~46564_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46563_combout & ((\text_gen|char_ram~28374_q ))) # (!\text_gen|char_ram~46563_combout & (\text_gen|char_ram~28346_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46563_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~28346_q ), + .datac(\text_gen|char_ram~28374_q ), + .datad(\text_gen|char_ram~46563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46564 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46567 ( +// Equation(s): +// \text_gen|char_ram~46567_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~46564_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46566_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46566_combout ), + .datad(\text_gen|char_ram~46564_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46567 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46570 ( +// Equation(s): +// \text_gen|char_ram~46570_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46567_combout & (\text_gen|char_ram~46569_combout )) # (!\text_gen|char_ram~46567_combout & ((\text_gen|char_ram~46562_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46567_combout )))) + + .dataa(\text_gen|char_ram~46569_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46562_combout ), + .datad(\text_gen|char_ram~46567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46570 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46571 ( +// Equation(s): +// \text_gen|char_ram~46571_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46560_combout & ((\text_gen|char_ram~46570_combout ))) # (!\text_gen|char_ram~46560_combout & (\text_gen|char_ram~46539_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46560_combout )))) + + .dataa(\text_gen|char_ram~46539_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46560_combout ), + .datad(\text_gen|char_ram~46570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46571 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6646feeder ( +// Equation(s): +// \text_gen|char_ram~6646feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6646feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y52_N1 +dffeas \text_gen|char_ram~6646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y37_N21 +dffeas \text_gen|char_ram~7094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y40_N9 +dffeas \text_gen|char_ram~5750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6198feeder ( +// Equation(s): +// \text_gen|char_ram~6198feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6198feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6198feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6198feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y22_N15 +dffeas \text_gen|char_ram~6198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6198feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46525 ( +// Equation(s): +// \text_gen|char_ram~46525_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~6198_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5750_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5750_q ), + .datad(\text_gen|char_ram~6198_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46525 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46526 ( +// Equation(s): +// \text_gen|char_ram~46526_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46525_combout & ((\text_gen|char_ram~7094_q ))) # (!\text_gen|char_ram~46525_combout & (\text_gen|char_ram~6646_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46525_combout )))) + + .dataa(\text_gen|char_ram~6646_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7094_q ), + .datad(\text_gen|char_ram~46525_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46526 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y41_N5 +dffeas \text_gen|char_ram~5722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y22_N17 +dffeas \text_gen|char_ram~6170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46518 ( +// Equation(s): +// \text_gen|char_ram~46518_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~6170_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5722_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5722_q ), + .datad(\text_gen|char_ram~6170_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46518 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6618feeder ( +// Equation(s): +// \text_gen|char_ram~6618feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6618feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y52_N15 +dffeas \text_gen|char_ram~6618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y34_N31 +dffeas \text_gen|char_ram~7066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46519 ( +// Equation(s): +// \text_gen|char_ram~46519_combout = (\text_gen|char_ram~46518_combout & (((\text_gen|char_ram~7066_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~46518_combout & (\text_gen|char_ram~6618_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~46518_combout ), + .datab(\text_gen|char_ram~6618_q ), + .datac(\text_gen|char_ram~7066_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46519 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~46519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y21_N1 +dffeas \text_gen|char_ram~6163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y33_N5 +dffeas \text_gen|char_ram~7059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6611feeder ( +// Equation(s): +// \text_gen|char_ram~6611feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6611feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y52_N1 +dffeas \text_gen|char_ram~6611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N29 +dffeas \text_gen|char_ram~5715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46522 ( +// Equation(s): +// \text_gen|char_ram~46522_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6611_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~5715_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6611_q ), + .datac(\text_gen|char_ram~5715_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46522 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46523 ( +// Equation(s): +// \text_gen|char_ram~46523_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46522_combout & ((\text_gen|char_ram~7059_q ))) # (!\text_gen|char_ram~46522_combout & (\text_gen|char_ram~6163_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46522_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6163_q ), + .datac(\text_gen|char_ram~7059_q ), + .datad(\text_gen|char_ram~46522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46523 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y41_N31 +dffeas \text_gen|char_ram~5743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6639feeder ( +// Equation(s): +// \text_gen|char_ram~6639feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6639feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6639feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6639feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y52_N9 +dffeas \text_gen|char_ram~6639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6639feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46520 ( +// Equation(s): +// \text_gen|char_ram~46520_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~6639_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5743_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5743_q ), + .datad(\text_gen|char_ram~6639_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46520 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N19 +dffeas \text_gen|char_ram~7087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6191feeder ( +// Equation(s): +// \text_gen|char_ram~6191feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y17_N17 +dffeas \text_gen|char_ram~6191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46521 ( +// Equation(s): +// \text_gen|char_ram~46521_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46520_combout & (\text_gen|char_ram~7087_q )) # (!\text_gen|char_ram~46520_combout & ((\text_gen|char_ram~6191_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~46520_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46520_combout ), + .datac(\text_gen|char_ram~7087_q ), + .datad(\text_gen|char_ram~6191_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46521 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46524 ( +// Equation(s): +// \text_gen|char_ram~46524_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~46521_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46523_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46523_combout ), + .datad(\text_gen|char_ram~46521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46524 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46527 ( +// Equation(s): +// \text_gen|char_ram~46527_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46524_combout & (\text_gen|char_ram~46526_combout )) # (!\text_gen|char_ram~46524_combout & ((\text_gen|char_ram~46519_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46524_combout )))) + + .dataa(\text_gen|char_ram~46526_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46519_combout ), + .datad(\text_gen|char_ram~46524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46527 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6534feeder ( +// Equation(s): +// \text_gen|char_ram~6534feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6534feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y35_N3 +dffeas \text_gen|char_ram~6534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y35_N17 +dffeas \text_gen|char_ram~6982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6086feeder ( +// Equation(s): +// \text_gen|char_ram~6086feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6086feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y37_N5 +dffeas \text_gen|char_ram~6086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y39_N7 +dffeas \text_gen|char_ram~5638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46494 ( +// Equation(s): +// \text_gen|char_ram~46494_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6086_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~5638_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6086_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5638_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46494 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46495 ( +// Equation(s): +// \text_gen|char_ram~46495_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46494_combout & ((\text_gen|char_ram~6982_q ))) # (!\text_gen|char_ram~46494_combout & (\text_gen|char_ram~6534_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46494_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6534_q ), + .datac(\text_gen|char_ram~6982_q ), + .datad(\text_gen|char_ram~46494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46495 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6499feeder ( +// Equation(s): +// \text_gen|char_ram~6499feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6499feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y45_N13 +dffeas \text_gen|char_ram~6499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y37_N3 +dffeas \text_gen|char_ram~5603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46491 ( +// Equation(s): +// \text_gen|char_ram~46491_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~6499_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~5603_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6499_q ), + .datac(\text_gen|char_ram~5603_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46491 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y37_N5 +dffeas \text_gen|char_ram~6947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6051feeder ( +// Equation(s): +// \text_gen|char_ram~6051feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6051feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6051feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6051feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y21_N27 +dffeas \text_gen|char_ram~6051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6051feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46492 ( +// Equation(s): +// \text_gen|char_ram~46492_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46491_combout & (\text_gen|char_ram~6947_q )) # (!\text_gen|char_ram~46491_combout & ((\text_gen|char_ram~6051_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~46491_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46491_combout ), + .datac(\text_gen|char_ram~6947_q ), + .datad(\text_gen|char_ram~6051_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46492 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6058feeder ( +// Equation(s): +// \text_gen|char_ram~6058feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6058feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6058feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6058feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y37_N19 +dffeas \text_gen|char_ram~6058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6058feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y37_N29 +dffeas \text_gen|char_ram~5610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46489 ( +// Equation(s): +// \text_gen|char_ram~46489_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6058_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~5610_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6058_q ), + .datac(\text_gen|char_ram~5610_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46489 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y38_N23 +dffeas \text_gen|char_ram~6954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6506feeder ( +// Equation(s): +// \text_gen|char_ram~6506feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y44_N29 +dffeas \text_gen|char_ram~6506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46490 ( +// Equation(s): +// \text_gen|char_ram~46490_combout = (\text_gen|char_ram~46489_combout & (((\text_gen|char_ram~6954_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~46489_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6506_q )))) + + .dataa(\text_gen|char_ram~46489_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6954_q ), + .datad(\text_gen|char_ram~6506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46490 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46493 ( +// Equation(s): +// \text_gen|char_ram~46493_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~46490_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46492_combout & (!\vga_c|h_cnt [6]))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46492_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~46490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46493 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~46493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6079feeder ( +// Equation(s): +// \text_gen|char_ram~6079feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N17 +dffeas \text_gen|char_ram~6079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y37_N3 +dffeas \text_gen|char_ram~6527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5631feeder ( +// Equation(s): +// \text_gen|char_ram~5631feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5631feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5631feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5631feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y37_N15 +dffeas \text_gen|char_ram~5631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5631feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46487 ( +// Equation(s): +// \text_gen|char_ram~46487_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~6527_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~5631_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6527_q ), + .datad(\text_gen|char_ram~5631_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46487 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6975feeder ( +// Equation(s): +// \text_gen|char_ram~6975feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6975feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6975feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6975feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y34_N1 +dffeas \text_gen|char_ram~6975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6975feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46488 ( +// Equation(s): +// \text_gen|char_ram~46488_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46487_combout & ((\text_gen|char_ram~6975_q ))) # (!\text_gen|char_ram~46487_combout & (\text_gen|char_ram~6079_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46487_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6079_q ), + .datac(\text_gen|char_ram~46487_combout ), + .datad(\text_gen|char_ram~6975_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46488 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~46488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46496 ( +// Equation(s): +// \text_gen|char_ram~46496_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46493_combout & (\text_gen|char_ram~46495_combout )) # (!\text_gen|char_ram~46493_combout & ((\text_gen|char_ram~46488_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46493_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46495_combout ), + .datac(\text_gen|char_ram~46493_combout ), + .datad(\text_gen|char_ram~46488_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46496 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y52_N13 +dffeas \text_gen|char_ram~6310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y32_N3 +dffeas \text_gen|char_ram~5414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5862feeder ( +// Equation(s): +// \text_gen|char_ram~5862feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5862feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5862feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5862feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y17_N13 +dffeas \text_gen|char_ram~5862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5862feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46514 ( +// Equation(s): +// \text_gen|char_ram~46514_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5862_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5414_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5414_q ), + .datad(\text_gen|char_ram~5862_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46514 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y32_N17 +dffeas \text_gen|char_ram~6758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46515 ( +// Equation(s): +// \text_gen|char_ram~46515_combout = (\text_gen|char_ram~46514_combout & (((\text_gen|char_ram~6758_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~46514_combout & (\text_gen|char_ram~6310_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6310_q ), + .datab(\text_gen|char_ram~46514_combout ), + .datac(\text_gen|char_ram~6758_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46515 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5855feeder ( +// Equation(s): +// \text_gen|char_ram~5855feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5855feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5855feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5855feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y17_N29 +dffeas \text_gen|char_ram~5855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5855feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6751feeder ( +// Equation(s): +// \text_gen|char_ram~6751feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6751feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y34_N19 +dffeas \text_gen|char_ram~6751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N15 +dffeas \text_gen|char_ram~5407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6303feeder ( +// Equation(s): +// \text_gen|char_ram~6303feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y55_N7 +dffeas \text_gen|char_ram~6303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46507 ( +// Equation(s): +// \text_gen|char_ram~46507_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~6303_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5407_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5407_q ), + .datad(\text_gen|char_ram~6303_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46507 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46508 ( +// Equation(s): +// \text_gen|char_ram~46508_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46507_combout & ((\text_gen|char_ram~6751_q ))) # (!\text_gen|char_ram~46507_combout & (\text_gen|char_ram~5855_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46507_combout )))) + + .dataa(\text_gen|char_ram~5855_q ), + .datab(\text_gen|char_ram~6751_q ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~46507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46508 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~46508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y35_N5 +dffeas \text_gen|char_ram~5386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5834feeder ( +// Equation(s): +// \text_gen|char_ram~5834feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5834feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y21_N23 +dffeas \text_gen|char_ram~5834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46509 ( +// Equation(s): +// \text_gen|char_ram~46509_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~5834_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5386_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5386_q ), + .datad(\text_gen|char_ram~5834_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46509 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y35_N27 +dffeas \text_gen|char_ram~6730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6282feeder ( +// Equation(s): +// \text_gen|char_ram~6282feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6282feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y50_N27 +dffeas \text_gen|char_ram~6282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46510 ( +// Equation(s): +// \text_gen|char_ram~46510_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46509_combout & (\text_gen|char_ram~6730_q )) # (!\text_gen|char_ram~46509_combout & ((\text_gen|char_ram~6282_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~46509_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46509_combout ), + .datac(\text_gen|char_ram~6730_q ), + .datad(\text_gen|char_ram~6282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46510 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5827feeder ( +// Equation(s): +// \text_gen|char_ram~5827feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5827feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5827feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5827feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y14_N5 +dffeas \text_gen|char_ram~5827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5827feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y31_N7 +dffeas \text_gen|char_ram~6723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6275feeder ( +// Equation(s): +// \text_gen|char_ram~6275feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6275feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6275feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6275feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y53_N23 +dffeas \text_gen|char_ram~6275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6275feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y53_N9 +dffeas \text_gen|char_ram~5379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46511 ( +// Equation(s): +// \text_gen|char_ram~46511_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~6275_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~5379_q ))))) + + .dataa(\text_gen|char_ram~6275_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5379_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46511 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46512 ( +// Equation(s): +// \text_gen|char_ram~46512_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46511_combout & ((\text_gen|char_ram~6723_q ))) # (!\text_gen|char_ram~46511_combout & (\text_gen|char_ram~5827_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46511_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~5827_q ), + .datac(\text_gen|char_ram~6723_q ), + .datad(\text_gen|char_ram~46511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46512 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46513 ( +// Equation(s): +// \text_gen|char_ram~46513_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~46510_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~46512_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46510_combout ), + .datad(\text_gen|char_ram~46512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46513 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46516 ( +// Equation(s): +// \text_gen|char_ram~46516_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46513_combout & (\text_gen|char_ram~46515_combout )) # (!\text_gen|char_ram~46513_combout & ((\text_gen|char_ram~46508_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46513_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46515_combout ), + .datac(\text_gen|char_ram~46508_combout ), + .datad(\text_gen|char_ram~46513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46516 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6394feeder ( +// Equation(s): +// \text_gen|char_ram~6394feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6394feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6394feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6394feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X15_Y42_N27 +dffeas \text_gen|char_ram~6394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6394feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y39_N21 +dffeas \text_gen|char_ram~6842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5946feeder ( +// Equation(s): +// \text_gen|char_ram~5946feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5946feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5946feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5946feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y25_N7 +dffeas \text_gen|char_ram~5946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5946feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y25_N17 +dffeas \text_gen|char_ram~5498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46497 ( +// Equation(s): +// \text_gen|char_ram~46497_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~5946_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~5498_q ))))) + + .dataa(\text_gen|char_ram~5946_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5498_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46497 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46498 ( +// Equation(s): +// \text_gen|char_ram~46498_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46497_combout & ((\text_gen|char_ram~6842_q ))) # (!\text_gen|char_ram~46497_combout & (\text_gen|char_ram~6394_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46497_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6394_q ), + .datac(\text_gen|char_ram~6842_q ), + .datad(\text_gen|char_ram~46497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46498 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5967feeder ( +// Equation(s): +// \text_gen|char_ram~5967feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5967feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5967feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5967feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N13 +dffeas \text_gen|char_ram~5967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5967feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5967 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y32_N27 +dffeas \text_gen|char_ram~6863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y32_N25 +dffeas \text_gen|char_ram~5519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6415feeder ( +// Equation(s): +// \text_gen|char_ram~6415feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6415feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6415feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6415feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y35_N13 +dffeas \text_gen|char_ram~6415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6415feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46499 ( +// Equation(s): +// \text_gen|char_ram~46499_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~6415_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5519_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5519_q ), + .datad(\text_gen|char_ram~6415_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46499 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46500 ( +// Equation(s): +// \text_gen|char_ram~46500_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46499_combout & ((\text_gen|char_ram~6863_q ))) # (!\text_gen|char_ram~46499_combout & (\text_gen|char_ram~5967_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46499_combout )))) + + .dataa(\text_gen|char_ram~5967_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6863_q ), + .datad(\text_gen|char_ram~46499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46500 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5939feeder ( +// Equation(s): +// \text_gen|char_ram~5939feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5939feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5939feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5939feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y21_N27 +dffeas \text_gen|char_ram~5939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5939feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y35_N31 +dffeas \text_gen|char_ram~6835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6387feeder ( +// Equation(s): +// \text_gen|char_ram~6387feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6387feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6387feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6387feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y39_N3 +dffeas \text_gen|char_ram~6387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6387feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y40_N9 +dffeas \text_gen|char_ram~5491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46501 ( +// Equation(s): +// \text_gen|char_ram~46501_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~6387_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~5491_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6387_q ), + .datac(\text_gen|char_ram~5491_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46501 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46502 ( +// Equation(s): +// \text_gen|char_ram~46502_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46501_combout & ((\text_gen|char_ram~6835_q ))) # (!\text_gen|char_ram~46501_combout & (\text_gen|char_ram~5939_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46501_combout )))) + + .dataa(\text_gen|char_ram~5939_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6835_q ), + .datad(\text_gen|char_ram~46501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46502 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46503 ( +// Equation(s): +// \text_gen|char_ram~46503_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~46500_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~46502_combout ))))) + + .dataa(\text_gen|char_ram~46500_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46502_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46503 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y40_N15 +dffeas \text_gen|char_ram~5526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5974feeder ( +// Equation(s): +// \text_gen|char_ram~5974feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5974feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5974feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5974feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y32_N7 +dffeas \text_gen|char_ram~5974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5974feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46504 ( +// Equation(s): +// \text_gen|char_ram~46504_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5974_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5526_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5526_q ), + .datad(\text_gen|char_ram~5974_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46504 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y35_N31 +dffeas \text_gen|char_ram~6870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6422feeder ( +// Equation(s): +// \text_gen|char_ram~6422feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6422feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6422feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6422feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N31 +dffeas \text_gen|char_ram~6422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6422feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46505 ( +// Equation(s): +// \text_gen|char_ram~46505_combout = (\text_gen|char_ram~46504_combout & (((\text_gen|char_ram~6870_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~46504_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6422_q )))) + + .dataa(\text_gen|char_ram~46504_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6870_q ), + .datad(\text_gen|char_ram~6422_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46505 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46506 ( +// Equation(s): +// \text_gen|char_ram~46506_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46503_combout & ((\text_gen|char_ram~46505_combout ))) # (!\text_gen|char_ram~46503_combout & (\text_gen|char_ram~46498_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46503_combout )))) + + .dataa(\text_gen|char_ram~46498_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46503_combout ), + .datad(\text_gen|char_ram~46505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46506 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46517 ( +// Equation(s): +// \text_gen|char_ram~46517_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~46506_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~46516_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46516_combout ), + .datad(\text_gen|char_ram~46506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46517 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46528 ( +// Equation(s): +// \text_gen|char_ram~46528_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46517_combout & (\text_gen|char_ram~46527_combout )) # (!\text_gen|char_ram~46517_combout & ((\text_gen|char_ram~46496_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46517_combout )))) + + .dataa(\text_gen|char_ram~46527_combout ), + .datab(\text_gen|char_ram~46496_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~46517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46528 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~46528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y46_N19 +dffeas \text_gen|char_ram~13807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y53_N31 +dffeas \text_gen|char_ram~13779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46452 ( +// Equation(s): +// \text_gen|char_ram~46452_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13807_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~13779_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13807_q ), + .datac(\text_gen|char_ram~13779_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46452 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N19 +dffeas \text_gen|char_ram~13814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13786feeder ( +// Equation(s): +// \text_gen|char_ram~13786feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13786feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13786feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13786feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y52_N29 +dffeas \text_gen|char_ram~13786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13786feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46453 ( +// Equation(s): +// \text_gen|char_ram~46453_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46452_combout & (\text_gen|char_ram~13814_q )) # (!\text_gen|char_ram~46452_combout & ((\text_gen|char_ram~13786_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46452_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46452_combout ), + .datac(\text_gen|char_ram~13814_q ), + .datad(\text_gen|char_ram~13786_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46453 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13562feeder ( +// Equation(s): +// \text_gen|char_ram~13562feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y52_N15 +dffeas \text_gen|char_ram~13562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N9 +dffeas \text_gen|char_ram~13555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13583feeder ( +// Equation(s): +// \text_gen|char_ram~13583feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13583feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13583feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13583feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y36_N13 +dffeas \text_gen|char_ram~13583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13583feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46445 ( +// Equation(s): +// \text_gen|char_ram~46445_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13583_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13555_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13555_q ), + .datad(\text_gen|char_ram~13583_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46445 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N1 +dffeas \text_gen|char_ram~13590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46446 ( +// Equation(s): +// \text_gen|char_ram~46446_combout = (\text_gen|char_ram~46445_combout & (((\text_gen|char_ram~13590_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~46445_combout & (\text_gen|char_ram~13562_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~13562_q ), + .datab(\text_gen|char_ram~46445_combout ), + .datac(\text_gen|char_ram~13590_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46446 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13695feeder ( +// Equation(s): +// \text_gen|char_ram~13695feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y55_N11 +dffeas \text_gen|char_ram~13695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y51_N23 +dffeas \text_gen|char_ram~13702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y56_N15 +dffeas \text_gen|char_ram~13667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13674feeder ( +// Equation(s): +// \text_gen|char_ram~13674feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13674feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y56_N13 +dffeas \text_gen|char_ram~13674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46447 ( +// Equation(s): +// \text_gen|char_ram~46447_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13674_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13667_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13667_q ), + .datad(\text_gen|char_ram~13674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46447 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46448 ( +// Equation(s): +// \text_gen|char_ram~46448_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46447_combout & ((\text_gen|char_ram~13702_q ))) # (!\text_gen|char_ram~46447_combout & (\text_gen|char_ram~13695_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46447_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13695_q ), + .datac(\text_gen|char_ram~13702_q ), + .datad(\text_gen|char_ram~46447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46448 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13471feeder ( +// Equation(s): +// \text_gen|char_ram~13471feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13471feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13471feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13471feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y55_N29 +dffeas \text_gen|char_ram~13471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13471feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y52_N7 +dffeas \text_gen|char_ram~13478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y53_N29 +dffeas \text_gen|char_ram~13443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13450feeder ( +// Equation(s): +// \text_gen|char_ram~13450feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13450feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13450feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13450feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y55_N23 +dffeas \text_gen|char_ram~13450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13450feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46449 ( +// Equation(s): +// \text_gen|char_ram~46449_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13450_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13443_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13443_q ), + .datad(\text_gen|char_ram~13450_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46449 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46450 ( +// Equation(s): +// \text_gen|char_ram~46450_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46449_combout & ((\text_gen|char_ram~13478_q ))) # (!\text_gen|char_ram~46449_combout & (\text_gen|char_ram~13471_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46449_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13471_q ), + .datac(\text_gen|char_ram~13478_q ), + .datad(\text_gen|char_ram~46449_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46450 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46451 ( +// Equation(s): +// \text_gen|char_ram~46451_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~46448_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~46450_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46448_combout ), + .datad(\text_gen|char_ram~46450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46451 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46454 ( +// Equation(s): +// \text_gen|char_ram~46454_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46451_combout & (\text_gen|char_ram~46453_combout )) # (!\text_gen|char_ram~46451_combout & ((\text_gen|char_ram~46446_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46451_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46453_combout ), + .datac(\text_gen|char_ram~46446_combout ), + .datad(\text_gen|char_ram~46451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46454 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14010feeder ( +// Equation(s): +// \text_gen|char_ram~14010feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14010feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y32_N11 +dffeas \text_gen|char_ram~14010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y32_N21 +dffeas \text_gen|char_ram~14038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N7 +dffeas \text_gen|char_ram~14003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14031feeder ( +// Equation(s): +// \text_gen|char_ram~14031feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14031feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14031feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14031feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y36_N11 +dffeas \text_gen|char_ram~14031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14031feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46476 ( +// Equation(s): +// \text_gen|char_ram~46476_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~14031_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~14003_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14003_q ), + .datad(\text_gen|char_ram~14031_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46476 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46477 ( +// Equation(s): +// \text_gen|char_ram~46477_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46476_combout & ((\text_gen|char_ram~14038_q ))) # (!\text_gen|char_ram~46476_combout & (\text_gen|char_ram~14010_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46476_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~14010_q ), + .datac(\text_gen|char_ram~14038_q ), + .datad(\text_gen|char_ram~46476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46477 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y32_N17 +dffeas \text_gen|char_ram~14234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y32_N11 +dffeas \text_gen|char_ram~14262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y34_N5 +dffeas \text_gen|char_ram~14227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y34_N17 +dffeas \text_gen|char_ram~14255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46483 ( +// Equation(s): +// \text_gen|char_ram~46483_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~14255_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14227_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14227_q ), + .datad(\text_gen|char_ram~14255_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46483 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46484 ( +// Equation(s): +// \text_gen|char_ram~46484_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46483_combout & ((\text_gen|char_ram~14262_q ))) # (!\text_gen|char_ram~46483_combout & (\text_gen|char_ram~14234_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46483_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~14234_q ), + .datac(\text_gen|char_ram~14262_q ), + .datad(\text_gen|char_ram~46483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46484 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13919feeder ( +// Equation(s): +// \text_gen|char_ram~13919feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13919feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y35_N27 +dffeas \text_gen|char_ram~13919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y32_N17 +dffeas \text_gen|char_ram~13926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y31_N1 +dffeas \text_gen|char_ram~13891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13898feeder ( +// Equation(s): +// \text_gen|char_ram~13898feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y28_N5 +dffeas \text_gen|char_ram~13898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46480 ( +// Equation(s): +// \text_gen|char_ram~46480_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13898_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13891_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13891_q ), + .datad(\text_gen|char_ram~13898_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46480 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46481 ( +// Equation(s): +// \text_gen|char_ram~46481_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46480_combout & ((\text_gen|char_ram~13926_q ))) # (!\text_gen|char_ram~46480_combout & (\text_gen|char_ram~13919_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46480_combout )))) + + .dataa(\text_gen|char_ram~13919_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13926_q ), + .datad(\text_gen|char_ram~46480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46481 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14143feeder ( +// Equation(s): +// \text_gen|char_ram~14143feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y36_N11 +dffeas \text_gen|char_ram~14143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y36_N9 +dffeas \text_gen|char_ram~14150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N7 +dffeas \text_gen|char_ram~14115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14122feeder ( +// Equation(s): +// \text_gen|char_ram~14122feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14122feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y32_N23 +dffeas \text_gen|char_ram~14122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46478 ( +// Equation(s): +// \text_gen|char_ram~46478_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14122_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14115_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14115_q ), + .datad(\text_gen|char_ram~14122_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46478 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46479 ( +// Equation(s): +// \text_gen|char_ram~46479_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46478_combout & ((\text_gen|char_ram~14150_q ))) # (!\text_gen|char_ram~46478_combout & (\text_gen|char_ram~14143_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46478_combout )))) + + .dataa(\text_gen|char_ram~14143_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14150_q ), + .datad(\text_gen|char_ram~46478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46479 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46482 ( +// Equation(s): +// \text_gen|char_ram~46482_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~46479_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46481_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~46481_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~46479_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46482 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~46482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46485 ( +// Equation(s): +// \text_gen|char_ram~46485_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46482_combout & ((\text_gen|char_ram~46484_combout ))) # (!\text_gen|char_ram~46482_combout & (\text_gen|char_ram~46477_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46482_combout )))) + + .dataa(\text_gen|char_ram~46477_combout ), + .datab(\text_gen|char_ram~46484_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~46482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46485 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~46485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13114feeder ( +// Equation(s): +// \text_gen|char_ram~13114feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13114feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13114feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13114feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y17_N7 +dffeas \text_gen|char_ram~13114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13114feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y21_N13 +dffeas \text_gen|char_ram~13142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y17_N11 +dffeas \text_gen|char_ram~13107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13135feeder ( +// Equation(s): +// \text_gen|char_ram~13135feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13135feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13135feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13135feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y17_N23 +dffeas \text_gen|char_ram~13135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13135feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46455 ( +// Equation(s): +// \text_gen|char_ram~46455_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13135_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13107_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13107_q ), + .datad(\text_gen|char_ram~13135_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46455 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46456 ( +// Equation(s): +// \text_gen|char_ram~46456_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46455_combout & ((\text_gen|char_ram~13142_q ))) # (!\text_gen|char_ram~46455_combout & (\text_gen|char_ram~13114_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46455_combout )))) + + .dataa(\text_gen|char_ram~13114_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13142_q ), + .datad(\text_gen|char_ram~46455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46456 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13338feeder ( +// Equation(s): +// \text_gen|char_ram~13338feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13338feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y13_N19 +dffeas \text_gen|char_ram~13338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y17_N15 +dffeas \text_gen|char_ram~13366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y13_N5 +dffeas \text_gen|char_ram~13331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13359feeder ( +// Equation(s): +// \text_gen|char_ram~13359feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N3 +dffeas \text_gen|char_ram~13359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46462 ( +// Equation(s): +// \text_gen|char_ram~46462_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13359_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13331_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13331_q ), + .datad(\text_gen|char_ram~13359_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46462 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46463 ( +// Equation(s): +// \text_gen|char_ram~46463_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46462_combout & ((\text_gen|char_ram~13366_q ))) # (!\text_gen|char_ram~46462_combout & (\text_gen|char_ram~13338_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46462_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~13338_q ), + .datac(\text_gen|char_ram~13366_q ), + .datad(\text_gen|char_ram~46462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46463 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y21_N19 +dffeas \text_gen|char_ram~13219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13226feeder ( +// Equation(s): +// \text_gen|char_ram~13226feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13226feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y21_N29 +dffeas \text_gen|char_ram~13226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46457 ( +// Equation(s): +// \text_gen|char_ram~46457_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~13226_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13219_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13219_q ), + .datad(\text_gen|char_ram~13226_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46457 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y19_N29 +dffeas \text_gen|char_ram~13254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13247feeder ( +// Equation(s): +// \text_gen|char_ram~13247feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13247feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y21_N17 +dffeas \text_gen|char_ram~13247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46458 ( +// Equation(s): +// \text_gen|char_ram~46458_combout = (\text_gen|char_ram~46457_combout & (((\text_gen|char_ram~13254_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~46457_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13247_q )))) + + .dataa(\text_gen|char_ram~46457_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13254_q ), + .datad(\text_gen|char_ram~13247_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46458 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13023feeder ( +// Equation(s): +// \text_gen|char_ram~13023feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13023feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13023feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13023feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N11 +dffeas \text_gen|char_ram~13023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13023feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y17_N3 +dffeas \text_gen|char_ram~13030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13002feeder ( +// Equation(s): +// \text_gen|char_ram~13002feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13002feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13002feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13002feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y17_N13 +dffeas \text_gen|char_ram~13002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13002feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y14_N23 +dffeas \text_gen|char_ram~12995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46459 ( +// Equation(s): +// \text_gen|char_ram~46459_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~13002_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~12995_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~13002_q ), + .datac(\text_gen|char_ram~12995_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46459 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46460 ( +// Equation(s): +// \text_gen|char_ram~46460_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46459_combout & ((\text_gen|char_ram~13030_q ))) # (!\text_gen|char_ram~46459_combout & (\text_gen|char_ram~13023_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46459_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13023_q ), + .datac(\text_gen|char_ram~13030_q ), + .datad(\text_gen|char_ram~46459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46460 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46461 ( +// Equation(s): +// \text_gen|char_ram~46461_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46458_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46460_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46458_combout ), + .datad(\text_gen|char_ram~46460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46461 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46464 ( +// Equation(s): +// \text_gen|char_ram~46464_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46461_combout & ((\text_gen|char_ram~46463_combout ))) # (!\text_gen|char_ram~46461_combout & (\text_gen|char_ram~46456_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46461_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46456_combout ), + .datac(\text_gen|char_ram~46463_combout ), + .datad(\text_gen|char_ram~46461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46464 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12890feeder ( +// Equation(s): +// \text_gen|char_ram~12890feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12890feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y50_N13 +dffeas \text_gen|char_ram~12890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y50_N19 +dffeas \text_gen|char_ram~12918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y47_N9 +dffeas \text_gen|char_ram~12911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y48_N19 +dffeas \text_gen|char_ram~12883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46472 ( +// Equation(s): +// \text_gen|char_ram~46472_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12911_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12883_q ))))) + + .dataa(\text_gen|char_ram~12911_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12883_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46472 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46473 ( +// Equation(s): +// \text_gen|char_ram~46473_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46472_combout & ((\text_gen|char_ram~12918_q ))) # (!\text_gen|char_ram~46472_combout & (\text_gen|char_ram~12890_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46472_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12890_q ), + .datac(\text_gen|char_ram~12918_q ), + .datad(\text_gen|char_ram~46472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46473 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y45_N31 +dffeas \text_gen|char_ram~12659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12687feeder ( +// Equation(s): +// \text_gen|char_ram~12687feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12687feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y43_N31 +dffeas \text_gen|char_ram~12687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46465 ( +// Equation(s): +// \text_gen|char_ram~46465_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12687_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12659_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12659_q ), + .datad(\text_gen|char_ram~12687_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46465 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y45_N21 +dffeas \text_gen|char_ram~12694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12666feeder ( +// Equation(s): +// \text_gen|char_ram~12666feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y45_N11 +dffeas \text_gen|char_ram~12666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46466 ( +// Equation(s): +// \text_gen|char_ram~46466_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46465_combout & (\text_gen|char_ram~12694_q )) # (!\text_gen|char_ram~46465_combout & ((\text_gen|char_ram~12666_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46465_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46465_combout ), + .datac(\text_gen|char_ram~12694_q ), + .datad(\text_gen|char_ram~12666_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46466 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12778feeder ( +// Equation(s): +// \text_gen|char_ram~12778feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y41_N25 +dffeas \text_gen|char_ram~12778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y41_N21 +dffeas \text_gen|char_ram~12771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46467 ( +// Equation(s): +// \text_gen|char_ram~46467_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~12778_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~12771_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12778_q ), + .datac(\text_gen|char_ram~12771_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46467 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y39_N15 +dffeas \text_gen|char_ram~12806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12799feeder ( +// Equation(s): +// \text_gen|char_ram~12799feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y43_N19 +dffeas \text_gen|char_ram~12799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46468 ( +// Equation(s): +// \text_gen|char_ram~46468_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46467_combout & (\text_gen|char_ram~12806_q )) # (!\text_gen|char_ram~46467_combout & ((\text_gen|char_ram~12799_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~46467_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46467_combout ), + .datac(\text_gen|char_ram~12806_q ), + .datad(\text_gen|char_ram~12799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46468 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12575feeder ( +// Equation(s): +// \text_gen|char_ram~12575feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12575feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y43_N27 +dffeas \text_gen|char_ram~12575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y39_N19 +dffeas \text_gen|char_ram~12582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12554feeder ( +// Equation(s): +// \text_gen|char_ram~12554feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12554feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y48_N9 +dffeas \text_gen|char_ram~12554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y48_N9 +dffeas \text_gen|char_ram~12547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46469 ( +// Equation(s): +// \text_gen|char_ram~46469_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~12554_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~12547_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~12554_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12547_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46469 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46470 ( +// Equation(s): +// \text_gen|char_ram~46470_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46469_combout & ((\text_gen|char_ram~12582_q ))) # (!\text_gen|char_ram~46469_combout & (\text_gen|char_ram~12575_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46469_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12575_q ), + .datac(\text_gen|char_ram~12582_q ), + .datad(\text_gen|char_ram~46469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46470 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46471 ( +// Equation(s): +// \text_gen|char_ram~46471_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46468_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46470_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46468_combout ), + .datad(\text_gen|char_ram~46470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46471 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46474 ( +// Equation(s): +// \text_gen|char_ram~46474_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46471_combout & (\text_gen|char_ram~46473_combout )) # (!\text_gen|char_ram~46471_combout & ((\text_gen|char_ram~46466_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46471_combout )))) + + .dataa(\text_gen|char_ram~46473_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46466_combout ), + .datad(\text_gen|char_ram~46471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46474 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46475 ( +// Equation(s): +// \text_gen|char_ram~46475_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~46464_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~46474_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46464_combout ), + .datad(\text_gen|char_ram~46474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46475 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46486 ( +// Equation(s): +// \text_gen|char_ram~46486_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46475_combout & ((\text_gen|char_ram~46485_combout ))) # (!\text_gen|char_ram~46475_combout & (\text_gen|char_ram~46454_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46475_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46454_combout ), + .datac(\text_gen|char_ram~46485_combout ), + .datad(\text_gen|char_ram~46475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46486 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46529 ( +// Equation(s): +// \text_gen|char_ram~46529_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~46486_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~46528_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46528_combout ), + .datad(\text_gen|char_ram~46486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46529 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20618feeder ( +// Equation(s): +// \text_gen|char_ram~20618feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20618feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y50_N1 +dffeas \text_gen|char_ram~20618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y30_N19 +dffeas \text_gen|char_ram~21066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y33_N1 +dffeas \text_gen|char_ram~19722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y21_N29 +dffeas \text_gen|char_ram~20170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46425 ( +// Equation(s): +// \text_gen|char_ram~46425_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20170_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19722_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19722_q ), + .datad(\text_gen|char_ram~20170_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46425 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46426 ( +// Equation(s): +// \text_gen|char_ram~46426_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46425_combout & ((\text_gen|char_ram~21066_q ))) # (!\text_gen|char_ram~46425_combout & (\text_gen|char_ram~20618_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46425_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20618_q ), + .datac(\text_gen|char_ram~21066_q ), + .datad(\text_gen|char_ram~46425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46426 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20163feeder ( +// Equation(s): +// \text_gen|char_ram~20163feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20163feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y14_N3 +dffeas \text_gen|char_ram~20163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y30_N19 +dffeas \text_gen|char_ram~21059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y41_N15 +dffeas \text_gen|char_ram~19715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20611feeder ( +// Equation(s): +// \text_gen|char_ram~20611feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20611feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y55_N11 +dffeas \text_gen|char_ram~20611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46427 ( +// Equation(s): +// \text_gen|char_ram~46427_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20611_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19715_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19715_q ), + .datad(\text_gen|char_ram~20611_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46427 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46428 ( +// Equation(s): +// \text_gen|char_ram~46428_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46427_combout & ((\text_gen|char_ram~21059_q ))) # (!\text_gen|char_ram~46427_combout & (\text_gen|char_ram~20163_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46427_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20163_q ), + .datac(\text_gen|char_ram~21059_q ), + .datad(\text_gen|char_ram~46427_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46428 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46429 ( +// Equation(s): +// \text_gen|char_ram~46429_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~46426_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~46428_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46426_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~46428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46429 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~46429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20191feeder ( +// Equation(s): +// \text_gen|char_ram~20191feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N3 +dffeas \text_gen|char_ram~20191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N31 +dffeas \text_gen|char_ram~21087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20639feeder ( +// Equation(s): +// \text_gen|char_ram~20639feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20639feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20639feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20639feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y55_N17 +dffeas \text_gen|char_ram~20639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20639feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N25 +dffeas \text_gen|char_ram~19743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46423 ( +// Equation(s): +// \text_gen|char_ram~46423_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~20639_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~19743_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~20639_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19743_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46423 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46424 ( +// Equation(s): +// \text_gen|char_ram~46424_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46423_combout & ((\text_gen|char_ram~21087_q ))) # (!\text_gen|char_ram~46423_combout & (\text_gen|char_ram~20191_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46423_combout )))) + + .dataa(\text_gen|char_ram~20191_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21087_q ), + .datad(\text_gen|char_ram~46423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46424 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20646feeder ( +// Equation(s): +// \text_gen|char_ram~20646feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20646feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N27 +dffeas \text_gen|char_ram~20646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y28_N27 +dffeas \text_gen|char_ram~21094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y36_N25 +dffeas \text_gen|char_ram~19750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y21_N7 +dffeas \text_gen|char_ram~20198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46430 ( +// Equation(s): +// \text_gen|char_ram~46430_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20198_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19750_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19750_q ), + .datad(\text_gen|char_ram~20198_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46430 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46431 ( +// Equation(s): +// \text_gen|char_ram~46431_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46430_combout & ((\text_gen|char_ram~21094_q ))) # (!\text_gen|char_ram~46430_combout & (\text_gen|char_ram~20646_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46430_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20646_q ), + .datac(\text_gen|char_ram~21094_q ), + .datad(\text_gen|char_ram~46430_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46431 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46432 ( +// Equation(s): +// \text_gen|char_ram~46432_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46429_combout & ((\text_gen|char_ram~46431_combout ))) # (!\text_gen|char_ram~46429_combout & (\text_gen|char_ram~46424_combout )))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~46429_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46429_combout ), + .datac(\text_gen|char_ram~46424_combout ), + .datad(\text_gen|char_ram~46431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46432 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~46432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20870feeder ( +// Equation(s): +// \text_gen|char_ram~20870feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20870feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y55_N15 +dffeas \text_gen|char_ram~20870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y36_N1 +dffeas \text_gen|char_ram~21318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20422feeder ( +// Equation(s): +// \text_gen|char_ram~20422feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20422feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20422feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20422feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y21_N13 +dffeas \text_gen|char_ram~20422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20422feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y39_N5 +dffeas \text_gen|char_ram~19974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46420 ( +// Equation(s): +// \text_gen|char_ram~46420_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~20422_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~19974_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~20422_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19974_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46420 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46421 ( +// Equation(s): +// \text_gen|char_ram~46421_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46420_combout & ((\text_gen|char_ram~21318_q ))) # (!\text_gen|char_ram~46420_combout & (\text_gen|char_ram~20870_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46420_combout )))) + + .dataa(\text_gen|char_ram~20870_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21318_q ), + .datad(\text_gen|char_ram~46420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46421 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20415feeder ( +// Equation(s): +// \text_gen|char_ram~20415feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20415feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20415feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20415feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N21 +dffeas \text_gen|char_ram~20415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20415feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y36_N7 +dffeas \text_gen|char_ram~21311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y40_N11 +dffeas \text_gen|char_ram~19967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20863feeder ( +// Equation(s): +// \text_gen|char_ram~20863feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N29 +dffeas \text_gen|char_ram~20863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46413 ( +// Equation(s): +// \text_gen|char_ram~46413_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~20863_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~19967_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19967_q ), + .datad(\text_gen|char_ram~20863_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46413 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46414 ( +// Equation(s): +// \text_gen|char_ram~46414_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46413_combout & ((\text_gen|char_ram~21311_q ))) # (!\text_gen|char_ram~46413_combout & (\text_gen|char_ram~20415_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46413_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20415_q ), + .datac(\text_gen|char_ram~21311_q ), + .datad(\text_gen|char_ram~46413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46414 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21283feeder ( +// Equation(s): +// \text_gen|char_ram~21283feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21283feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21283feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21283feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y52_N15 +dffeas \text_gen|char_ram~21283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21283feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20835feeder ( +// Equation(s): +// \text_gen|char_ram~20835feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20835feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20835feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20835feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y48_N3 +dffeas \text_gen|char_ram~20835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20835feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y48_N5 +dffeas \text_gen|char_ram~19939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46417 ( +// Equation(s): +// \text_gen|char_ram~46417_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~20835_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~19939_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20835_q ), + .datac(\text_gen|char_ram~19939_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46417 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20387feeder ( +// Equation(s): +// \text_gen|char_ram~20387feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20387feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20387feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20387feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y52_N9 +dffeas \text_gen|char_ram~20387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20387feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46418 ( +// Equation(s): +// \text_gen|char_ram~46418_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46417_combout & (\text_gen|char_ram~21283_q )) # (!\text_gen|char_ram~46417_combout & ((\text_gen|char_ram~20387_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46417_combout )))) + + .dataa(\text_gen|char_ram~21283_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46417_combout ), + .datad(\text_gen|char_ram~20387_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46418 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20842feeder ( +// Equation(s): +// \text_gen|char_ram~20842feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N25 +dffeas \text_gen|char_ram~20842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y36_N17 +dffeas \text_gen|char_ram~21290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y33_N19 +dffeas \text_gen|char_ram~19946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20394feeder ( +// Equation(s): +// \text_gen|char_ram~20394feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20394feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20394feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20394feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y25_N19 +dffeas \text_gen|char_ram~20394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20394feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46415 ( +// Equation(s): +// \text_gen|char_ram~46415_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20394_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19946_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19946_q ), + .datad(\text_gen|char_ram~20394_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46415 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46416 ( +// Equation(s): +// \text_gen|char_ram~46416_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46415_combout & ((\text_gen|char_ram~21290_q ))) # (!\text_gen|char_ram~46415_combout & (\text_gen|char_ram~20842_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46415_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20842_q ), + .datac(\text_gen|char_ram~21290_q ), + .datad(\text_gen|char_ram~46415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46416 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46419 ( +// Equation(s): +// \text_gen|char_ram~46419_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~46416_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46418_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46418_combout ), + .datad(\text_gen|char_ram~46416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46419 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46422 ( +// Equation(s): +// \text_gen|char_ram~46422_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46419_combout & (\text_gen|char_ram~46421_combout )) # (!\text_gen|char_ram~46419_combout & ((\text_gen|char_ram~46414_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46419_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46421_combout ), + .datac(\text_gen|char_ram~46414_combout ), + .datad(\text_gen|char_ram~46419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46422 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46433 ( +// Equation(s): +// \text_gen|char_ram~46433_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~46422_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~46432_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46432_combout ), + .datad(\text_gen|char_ram~46422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46433 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20954feeder ( +// Equation(s): +// \text_gen|char_ram~20954feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20954feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20954feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20954feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N29 +dffeas \text_gen|char_ram~20954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20954feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y32_N3 +dffeas \text_gen|char_ram~21402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y33_N17 +dffeas \text_gen|char_ram~20058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20506feeder ( +// Equation(s): +// \text_gen|char_ram~20506feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N7 +dffeas \text_gen|char_ram~20506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46434 ( +// Equation(s): +// \text_gen|char_ram~46434_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20506_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20058_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20058_q ), + .datad(\text_gen|char_ram~20506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46434 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46435 ( +// Equation(s): +// \text_gen|char_ram~46435_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46434_combout & ((\text_gen|char_ram~21402_q ))) # (!\text_gen|char_ram~46434_combout & (\text_gen|char_ram~20954_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46434_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20954_q ), + .datac(\text_gen|char_ram~21402_q ), + .datad(\text_gen|char_ram~46434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46435 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20534feeder ( +// Equation(s): +// \text_gen|char_ram~20534feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20534feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y33_N21 +dffeas \text_gen|char_ram~20534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y33_N13 +dffeas \text_gen|char_ram~20086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46441 ( +// Equation(s): +// \text_gen|char_ram~46441_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~20534_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~20086_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20534_q ), + .datac(\text_gen|char_ram~20086_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46441 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y33_N31 +dffeas \text_gen|char_ram~21430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20982feeder ( +// Equation(s): +// \text_gen|char_ram~20982feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20982feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y52_N31 +dffeas \text_gen|char_ram~20982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46442 ( +// Equation(s): +// \text_gen|char_ram~46442_combout = (\text_gen|char_ram~46441_combout & (((\text_gen|char_ram~21430_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~46441_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~20982_q )))) + + .dataa(\text_gen|char_ram~46441_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21430_q ), + .datad(\text_gen|char_ram~20982_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46442 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20527feeder ( +// Equation(s): +// \text_gen|char_ram~20527feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20527feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20527feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20527feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N29 +dffeas \text_gen|char_ram~20527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20527feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y33_N31 +dffeas \text_gen|char_ram~21423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y41_N19 +dffeas \text_gen|char_ram~20079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20975feeder ( +// Equation(s): +// \text_gen|char_ram~20975feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20975feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20975feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20975feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y59_N5 +dffeas \text_gen|char_ram~20975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20975feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46436 ( +// Equation(s): +// \text_gen|char_ram~46436_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~20975_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~20079_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20079_q ), + .datad(\text_gen|char_ram~20975_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46436 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46437 ( +// Equation(s): +// \text_gen|char_ram~46437_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46436_combout & ((\text_gen|char_ram~21423_q ))) # (!\text_gen|char_ram~46436_combout & (\text_gen|char_ram~20527_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46436_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20527_q ), + .datac(\text_gen|char_ram~21423_q ), + .datad(\text_gen|char_ram~46436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46437 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20499feeder ( +// Equation(s): +// \text_gen|char_ram~20499feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N5 +dffeas \text_gen|char_ram~20499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y32_N11 +dffeas \text_gen|char_ram~21395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y41_N29 +dffeas \text_gen|char_ram~20051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20947feeder ( +// Equation(s): +// \text_gen|char_ram~20947feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20947feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20947feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20947feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y33_N21 +dffeas \text_gen|char_ram~20947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20947feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46438 ( +// Equation(s): +// \text_gen|char_ram~46438_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~20947_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~20051_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20051_q ), + .datad(\text_gen|char_ram~20947_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46438 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46439 ( +// Equation(s): +// \text_gen|char_ram~46439_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46438_combout & ((\text_gen|char_ram~21395_q ))) # (!\text_gen|char_ram~46438_combout & (\text_gen|char_ram~20499_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46438_combout )))) + + .dataa(\text_gen|char_ram~20499_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21395_q ), + .datad(\text_gen|char_ram~46438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46439 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46440 ( +// Equation(s): +// \text_gen|char_ram~46440_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~46437_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~46439_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46437_combout ), + .datad(\text_gen|char_ram~46439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46440 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46443 ( +// Equation(s): +// \text_gen|char_ram~46443_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46440_combout & ((\text_gen|char_ram~46442_combout ))) # (!\text_gen|char_ram~46440_combout & (\text_gen|char_ram~46435_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46440_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46435_combout ), + .datac(\text_gen|char_ram~46442_combout ), + .datad(\text_gen|char_ram~46440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46443 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y52_N27 +dffeas \text_gen|char_ram~20758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y31_N11 +dffeas \text_gen|char_ram~21206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y43_N31 +dffeas \text_gen|char_ram~19862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20310feeder ( +// Equation(s): +// \text_gen|char_ram~20310feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20310feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20310feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20310feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y19_N27 +dffeas \text_gen|char_ram~20310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20310feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46410 ( +// Equation(s): +// \text_gen|char_ram~46410_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20310_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19862_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19862_q ), + .datad(\text_gen|char_ram~20310_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46410 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46411 ( +// Equation(s): +// \text_gen|char_ram~46411_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46410_combout & ((\text_gen|char_ram~21206_q ))) # (!\text_gen|char_ram~46410_combout & (\text_gen|char_ram~20758_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46410_combout )))) + + .dataa(\text_gen|char_ram~20758_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21206_q ), + .datad(\text_gen|char_ram~46410_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46411 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20730feeder ( +// Equation(s): +// \text_gen|char_ram~20730feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20730feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N3 +dffeas \text_gen|char_ram~20730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y32_N27 +dffeas \text_gen|char_ram~21178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21178 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y26_N17 +dffeas \text_gen|char_ram~19834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20282feeder ( +// Equation(s): +// \text_gen|char_ram~20282feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20282feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N23 +dffeas \text_gen|char_ram~20282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46403 ( +// Equation(s): +// \text_gen|char_ram~46403_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20282_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19834_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19834_q ), + .datad(\text_gen|char_ram~20282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46403 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46404 ( +// Equation(s): +// \text_gen|char_ram~46404_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46403_combout & ((\text_gen|char_ram~21178_q ))) # (!\text_gen|char_ram~46403_combout & (\text_gen|char_ram~20730_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46403_combout )))) + + .dataa(\text_gen|char_ram~20730_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21178_q ), + .datad(\text_gen|char_ram~46403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46404 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20303feeder ( +// Equation(s): +// \text_gen|char_ram~20303feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N17 +dffeas \text_gen|char_ram~20303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N1 +dffeas \text_gen|char_ram~21199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y41_N15 +dffeas \text_gen|char_ram~19855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20751feeder ( +// Equation(s): +// \text_gen|char_ram~20751feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20751feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N3 +dffeas \text_gen|char_ram~20751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46405 ( +// Equation(s): +// \text_gen|char_ram~46405_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20751_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19855_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19855_q ), + .datad(\text_gen|char_ram~20751_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46405 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46406 ( +// Equation(s): +// \text_gen|char_ram~46406_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46405_combout & ((\text_gen|char_ram~21199_q ))) # (!\text_gen|char_ram~46405_combout & (\text_gen|char_ram~20303_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46405_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20303_q ), + .datac(\text_gen|char_ram~21199_q ), + .datad(\text_gen|char_ram~46405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46406 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20275feeder ( +// Equation(s): +// \text_gen|char_ram~20275feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20275feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20275feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20275feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y25_N25 +dffeas \text_gen|char_ram~20275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20275feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y29_N23 +dffeas \text_gen|char_ram~21171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y41_N29 +dffeas \text_gen|char_ram~19827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20723feeder ( +// Equation(s): +// \text_gen|char_ram~20723feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20723feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20723feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20723feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y53_N19 +dffeas \text_gen|char_ram~20723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20723feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46407 ( +// Equation(s): +// \text_gen|char_ram~46407_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20723_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19827_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19827_q ), + .datad(\text_gen|char_ram~20723_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46407 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46408 ( +// Equation(s): +// \text_gen|char_ram~46408_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46407_combout & ((\text_gen|char_ram~21171_q ))) # (!\text_gen|char_ram~46407_combout & (\text_gen|char_ram~20275_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46407_combout )))) + + .dataa(\text_gen|char_ram~20275_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21171_q ), + .datad(\text_gen|char_ram~46407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46408 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46409 ( +// Equation(s): +// \text_gen|char_ram~46409_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~46406_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~46408_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~46406_combout ), + .datad(\text_gen|char_ram~46408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46409 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46412 ( +// Equation(s): +// \text_gen|char_ram~46412_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46409_combout & (\text_gen|char_ram~46411_combout )) # (!\text_gen|char_ram~46409_combout & ((\text_gen|char_ram~46404_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46409_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46411_combout ), + .datac(\text_gen|char_ram~46404_combout ), + .datad(\text_gen|char_ram~46409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46412 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46444 ( +// Equation(s): +// \text_gen|char_ram~46444_combout = (\text_gen|char_ram~46433_combout & ((\text_gen|char_ram~46443_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~46433_combout & (((\text_gen|char_ram~46412_combout & \text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~46433_combout ), + .datab(\text_gen|char_ram~46443_combout ), + .datac(\text_gen|char_ram~46412_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46444 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~46444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46572 ( +// Equation(s): +// \text_gen|char_ram~46572_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46529_combout & (\text_gen|char_ram~46571_combout )) # (!\text_gen|char_ram~46529_combout & ((\text_gen|char_ram~46444_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46529_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46571_combout ), + .datac(\text_gen|char_ram~46529_combout ), + .datad(\text_gen|char_ram~46444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46572 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4399feeder ( +// Equation(s): +// \text_gen|char_ram~4399feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4399feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4399feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4399feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N5 +dffeas \text_gen|char_ram~4399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4399feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N27 +dffeas \text_gen|char_ram~4406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4378feeder ( +// Equation(s): +// \text_gen|char_ram~4378feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y18_N23 +dffeas \text_gen|char_ram~4378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N29 +dffeas \text_gen|char_ram~4371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46023 ( +// Equation(s): +// \text_gen|char_ram~46023_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4378_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~4371_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4378_q ), + .datac(\text_gen|char_ram~4371_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46023 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46024 ( +// Equation(s): +// \text_gen|char_ram~46024_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46023_combout & ((\text_gen|char_ram~4406_q ))) # (!\text_gen|char_ram~46023_combout & (\text_gen|char_ram~4399_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46023_combout )))) + + .dataa(\text_gen|char_ram~4399_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4406_q ), + .datad(\text_gen|char_ram~46023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46024 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y14_N5 +dffeas \text_gen|char_ram~11539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11567feeder ( +// Equation(s): +// \text_gen|char_ram~11567feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11567feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11567feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11567feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N9 +dffeas \text_gen|char_ram~11567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11567feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46021 ( +// Equation(s): +// \text_gen|char_ram~46021_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11567_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11539_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11539_q ), + .datad(\text_gen|char_ram~11567_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46021 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y17_N1 +dffeas \text_gen|char_ram~11574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11546feeder ( +// Equation(s): +// \text_gen|char_ram~11546feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11546feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11546feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11546feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y10_N9 +dffeas \text_gen|char_ram~11546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11546feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46022 ( +// Equation(s): +// \text_gen|char_ram~46022_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46021_combout & (\text_gen|char_ram~11574_q )) # (!\text_gen|char_ram~46021_combout & ((\text_gen|char_ram~11546_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46021_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46021_combout ), + .datac(\text_gen|char_ram~11574_q ), + .datad(\text_gen|char_ram~11546_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46022 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46025 ( +// Equation(s): +// \text_gen|char_ram~46025_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~46022_combout ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~46024_combout & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~46024_combout ), + .datac(\text_gen|char_ram~46022_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46025 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~46025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25882feeder ( +// Equation(s): +// \text_gen|char_ram~25882feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25882feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25882feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25882feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y19_N1 +dffeas \text_gen|char_ram~25882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25882feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y19_N29 +dffeas \text_gen|char_ram~25910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y18_N31 +dffeas \text_gen|char_ram~25875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25903feeder ( +// Equation(s): +// \text_gen|char_ram~25903feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25903feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y21_N19 +dffeas \text_gen|char_ram~25903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46026 ( +// Equation(s): +// \text_gen|char_ram~46026_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~25903_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25875_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25875_q ), + .datad(\text_gen|char_ram~25903_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46026 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46027 ( +// Equation(s): +// \text_gen|char_ram~46027_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46026_combout & ((\text_gen|char_ram~25910_q ))) # (!\text_gen|char_ram~46026_combout & (\text_gen|char_ram~25882_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46026_combout )))) + + .dataa(\text_gen|char_ram~25882_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25910_q ), + .datad(\text_gen|char_ram~46026_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46027 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N31 +dffeas \text_gen|char_ram~18707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18714feeder ( +// Equation(s): +// \text_gen|char_ram~18714feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18714feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N13 +dffeas \text_gen|char_ram~18714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46019 ( +// Equation(s): +// \text_gen|char_ram~46019_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~18714_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18707_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18707_q ), + .datad(\text_gen|char_ram~18714_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46019 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y18_N15 +dffeas \text_gen|char_ram~18742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18735feeder ( +// Equation(s): +// \text_gen|char_ram~18735feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18735feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18735feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18735feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y16_N1 +dffeas \text_gen|char_ram~18735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18735feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46020 ( +// Equation(s): +// \text_gen|char_ram~46020_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46019_combout & (\text_gen|char_ram~18742_q )) # (!\text_gen|char_ram~46019_combout & ((\text_gen|char_ram~18735_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~46019_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46019_combout ), + .datac(\text_gen|char_ram~18742_q ), + .datad(\text_gen|char_ram~18735_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46020 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46028 ( +// Equation(s): +// \text_gen|char_ram~46028_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46025_combout & (\text_gen|char_ram~46027_combout )) # (!\text_gen|char_ram~46025_combout & ((\text_gen|char_ram~46020_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~46025_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46025_combout ), + .datac(\text_gen|char_ram~46027_combout ), + .datad(\text_gen|char_ram~46020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46028 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5295feeder ( +// Equation(s): +// \text_gen|char_ram~5295feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5295feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5295feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5295feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N17 +dffeas \text_gen|char_ram~5295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5295feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y36_N3 +dffeas \text_gen|char_ram~5302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y37_N11 +dffeas \text_gen|char_ram~5267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5274feeder ( +// Equation(s): +// \text_gen|char_ram~5274feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5274feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5274feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5274feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N1 +dffeas \text_gen|char_ram~5274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5274feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46054 ( +// Equation(s): +// \text_gen|char_ram~46054_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5274_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5267_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5267_q ), + .datad(\text_gen|char_ram~5274_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46054 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46055 ( +// Equation(s): +// \text_gen|char_ram~46055_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46054_combout & ((\text_gen|char_ram~5302_q ))) # (!\text_gen|char_ram~46054_combout & (\text_gen|char_ram~5295_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46054_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5295_q ), + .datac(\text_gen|char_ram~5302_q ), + .datad(\text_gen|char_ram~46054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46055 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y34_N7 +dffeas \text_gen|char_ram~12463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y34_N17 +dffeas \text_gen|char_ram~12435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46052 ( +// Equation(s): +// \text_gen|char_ram~46052_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12463_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12435_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12463_q ), + .datac(\text_gen|char_ram~12435_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46052 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12470feeder ( +// Equation(s): +// \text_gen|char_ram~12470feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y31_N9 +dffeas \text_gen|char_ram~12470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12442feeder ( +// Equation(s): +// \text_gen|char_ram~12442feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y34_N19 +dffeas \text_gen|char_ram~12442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46053 ( +// Equation(s): +// \text_gen|char_ram~46053_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46052_combout & (\text_gen|char_ram~12470_q )) # (!\text_gen|char_ram~46052_combout & ((\text_gen|char_ram~12442_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46052_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46052_combout ), + .datac(\text_gen|char_ram~12470_q ), + .datad(\text_gen|char_ram~12442_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46053 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46056 ( +// Equation(s): +// \text_gen|char_ram~46056_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~46053_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~46055_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46055_combout ), + .datad(\text_gen|char_ram~46053_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46056 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26778feeder ( +// Equation(s): +// \text_gen|char_ram~26778feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y27_N27 +dffeas \text_gen|char_ram~26778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y31_N19 +dffeas \text_gen|char_ram~26806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26799feeder ( +// Equation(s): +// \text_gen|char_ram~26799feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y39_N27 +dffeas \text_gen|char_ram~26799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26799 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y35_N15 +dffeas \text_gen|char_ram~26771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46057 ( +// Equation(s): +// \text_gen|char_ram~46057_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26799_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26771_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~26799_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26771_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46057 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~46057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46058 ( +// Equation(s): +// \text_gen|char_ram~46058_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46057_combout & ((\text_gen|char_ram~26806_q ))) # (!\text_gen|char_ram~46057_combout & (\text_gen|char_ram~26778_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46057_combout )))) + + .dataa(\text_gen|char_ram~26778_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26806_q ), + .datad(\text_gen|char_ram~46057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46058 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19638feeder ( +// Equation(s): +// \text_gen|char_ram~19638feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19638feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19638feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19638feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y35_N5 +dffeas \text_gen|char_ram~19638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19638feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19631feeder ( +// Equation(s): +// \text_gen|char_ram~19631feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19631feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19631feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19631feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N15 +dffeas \text_gen|char_ram~19631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19631feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19610feeder ( +// Equation(s): +// \text_gen|char_ram~19610feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19610feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19610feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19610feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y39_N19 +dffeas \text_gen|char_ram~19610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19610feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y39_N7 +dffeas \text_gen|char_ram~19603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46050 ( +// Equation(s): +// \text_gen|char_ram~46050_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~19610_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~19603_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19610_q ), + .datac(\text_gen|char_ram~19603_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46050 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46051 ( +// Equation(s): +// \text_gen|char_ram~46051_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46050_combout & (\text_gen|char_ram~19638_q )) # (!\text_gen|char_ram~46050_combout & ((\text_gen|char_ram~19631_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46050_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19638_q ), + .datac(\text_gen|char_ram~19631_q ), + .datad(\text_gen|char_ram~46050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46051 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46059 ( +// Equation(s): +// \text_gen|char_ram~46059_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46056_combout & (\text_gen|char_ram~46058_combout )) # (!\text_gen|char_ram~46056_combout & ((\text_gen|char_ram~46051_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~46056_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46056_combout ), + .datac(\text_gen|char_ram~46058_combout ), + .datad(\text_gen|char_ram~46051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46059 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y62_N19 +dffeas \text_gen|char_ram~26323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y66_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26351feeder ( +// Equation(s): +// \text_gen|char_ram~26351feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26351feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y66_N7 +dffeas \text_gen|char_ram~26351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46036 ( +// Equation(s): +// \text_gen|char_ram~46036_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~26351_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26323_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26323_q ), + .datad(\text_gen|char_ram~26351_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46036 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y62_N9 +dffeas \text_gen|char_ram~26358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26330feeder ( +// Equation(s): +// \text_gen|char_ram~26330feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26330feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y62_N13 +dffeas \text_gen|char_ram~26330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46037 ( +// Equation(s): +// \text_gen|char_ram~46037_combout = (\text_gen|char_ram~46036_combout & (((\text_gen|char_ram~26358_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46036_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~26330_q )))) + + .dataa(\text_gen|char_ram~46036_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26358_q ), + .datad(\text_gen|char_ram~26330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46037 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19183feeder ( +// Equation(s): +// \text_gen|char_ram~19183feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19183feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y63_N23 +dffeas \text_gen|char_ram~19183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y63_N19 +dffeas \text_gen|char_ram~19155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19162feeder ( +// Equation(s): +// \text_gen|char_ram~19162feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19162feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y63_N15 +dffeas \text_gen|char_ram~19162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46031 ( +// Equation(s): +// \text_gen|char_ram~46031_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~19162_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19155_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19155_q ), + .datad(\text_gen|char_ram~19162_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46031 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y63_N1 +dffeas \text_gen|char_ram~19190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46032 ( +// Equation(s): +// \text_gen|char_ram~46032_combout = (\text_gen|char_ram~46031_combout & (((\text_gen|char_ram~19190_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~46031_combout & (\text_gen|char_ram~19183_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~19183_q ), + .datab(\text_gen|char_ram~46031_combout ), + .datac(\text_gen|char_ram~19190_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46032 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y65_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4847feeder ( +// Equation(s): +// \text_gen|char_ram~4847feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4847feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4847feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4847feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y65_N11 +dffeas \text_gen|char_ram~4847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4847feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y63_N27 +dffeas \text_gen|char_ram~4854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y65_N15 +dffeas \text_gen|char_ram~4819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4826feeder ( +// Equation(s): +// \text_gen|char_ram~4826feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4826feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y63_N25 +dffeas \text_gen|char_ram~4826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y65_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46033 ( +// Equation(s): +// \text_gen|char_ram~46033_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4826_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4819_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4819_q ), + .datad(\text_gen|char_ram~4826_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46033 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46034 ( +// Equation(s): +// \text_gen|char_ram~46034_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46033_combout & ((\text_gen|char_ram~4854_q ))) # (!\text_gen|char_ram~46033_combout & (\text_gen|char_ram~4847_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46033_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4847_q ), + .datac(\text_gen|char_ram~4854_q ), + .datad(\text_gen|char_ram~46033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46034 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46035 ( +// Equation(s): +// \text_gen|char_ram~46035_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~46032_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~46034_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46032_combout ), + .datad(\text_gen|char_ram~46034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46035 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11994feeder ( +// Equation(s): +// \text_gen|char_ram~11994feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11994feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11994feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11994feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N31 +dffeas \text_gen|char_ram~11994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11994feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y63_N9 +dffeas \text_gen|char_ram~12022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y63_N13 +dffeas \text_gen|char_ram~11987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y65_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12015feeder ( +// Equation(s): +// \text_gen|char_ram~12015feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12015feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12015feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12015feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y65_N21 +dffeas \text_gen|char_ram~12015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12015feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46029 ( +// Equation(s): +// \text_gen|char_ram~46029_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12015_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11987_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11987_q ), + .datad(\text_gen|char_ram~12015_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46029 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46030 ( +// Equation(s): +// \text_gen|char_ram~46030_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46029_combout & ((\text_gen|char_ram~12022_q ))) # (!\text_gen|char_ram~46029_combout & (\text_gen|char_ram~11994_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46029_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11994_q ), + .datac(\text_gen|char_ram~12022_q ), + .datad(\text_gen|char_ram~46029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46030 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46038 ( +// Equation(s): +// \text_gen|char_ram~46038_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46035_combout & (\text_gen|char_ram~46037_combout )) # (!\text_gen|char_ram~46035_combout & ((\text_gen|char_ram~46030_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46035_combout )))) + + .dataa(\text_gen|char_ram~46037_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46035_combout ), + .datad(\text_gen|char_ram~46030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46038 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18287feeder ( +// Equation(s): +// \text_gen|char_ram~18287feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18287feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y50_N7 +dffeas \text_gen|char_ram~18287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y50_N11 +dffeas \text_gen|char_ram~18294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N1 +dffeas \text_gen|char_ram~18259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18266feeder ( +// Equation(s): +// \text_gen|char_ram~18266feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18266feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18266feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18266feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y47_N13 +dffeas \text_gen|char_ram~18266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18266feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46041 ( +// Equation(s): +// \text_gen|char_ram~46041_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~18266_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~18259_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18259_q ), + .datad(\text_gen|char_ram~18266_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46041 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46042 ( +// Equation(s): +// \text_gen|char_ram~46042_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46041_combout & ((\text_gen|char_ram~18294_q ))) # (!\text_gen|char_ram~46041_combout & (\text_gen|char_ram~18287_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46041_combout )))) + + .dataa(\text_gen|char_ram~18287_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18294_q ), + .datad(\text_gen|char_ram~46041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46042 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3951feeder ( +// Equation(s): +// \text_gen|char_ram~3951feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3951feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y50_N31 +dffeas \text_gen|char_ram~3951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y50_N9 +dffeas \text_gen|char_ram~3958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y50_N19 +dffeas \text_gen|char_ram~3923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3930feeder ( +// Equation(s): +// \text_gen|char_ram~3930feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3930feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y46_N17 +dffeas \text_gen|char_ram~3930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46043 ( +// Equation(s): +// \text_gen|char_ram~46043_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3930_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3923_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3923_q ), + .datad(\text_gen|char_ram~3930_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46043 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46044 ( +// Equation(s): +// \text_gen|char_ram~46044_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46043_combout & ((\text_gen|char_ram~3958_q ))) # (!\text_gen|char_ram~46043_combout & (\text_gen|char_ram~3951_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46043_combout )))) + + .dataa(\text_gen|char_ram~3951_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3958_q ), + .datad(\text_gen|char_ram~46043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46044 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46045 ( +// Equation(s): +// \text_gen|char_ram~46045_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46042_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~46044_combout & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~46042_combout ), + .datac(\text_gen|char_ram~46044_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46045 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25434feeder ( +// Equation(s): +// \text_gen|char_ram~25434feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25434feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y46_N7 +dffeas \text_gen|char_ram~25434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y46_N27 +dffeas \text_gen|char_ram~25462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25455feeder ( +// Equation(s): +// \text_gen|char_ram~25455feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25455feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y58_N19 +dffeas \text_gen|char_ram~25455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y46_N29 +dffeas \text_gen|char_ram~25427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46046 ( +// Equation(s): +// \text_gen|char_ram~46046_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~25455_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~25427_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~25455_q ), + .datac(\text_gen|char_ram~25427_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46046 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46047 ( +// Equation(s): +// \text_gen|char_ram~46047_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46046_combout & ((\text_gen|char_ram~25462_q ))) # (!\text_gen|char_ram~46046_combout & (\text_gen|char_ram~25434_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46046_combout )))) + + .dataa(\text_gen|char_ram~25434_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25462_q ), + .datad(\text_gen|char_ram~46046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46047 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11126feeder ( +// Equation(s): +// \text_gen|char_ram~11126feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11126feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11126feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11126feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y47_N17 +dffeas \text_gen|char_ram~11126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11126feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11098feeder ( +// Equation(s): +// \text_gen|char_ram~11098feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11098feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y49_N29 +dffeas \text_gen|char_ram~11098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y47_N27 +dffeas \text_gen|char_ram~11091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N7 +dffeas \text_gen|char_ram~11119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46039 ( +// Equation(s): +// \text_gen|char_ram~46039_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11119_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11091_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11091_q ), + .datad(\text_gen|char_ram~11119_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46039 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46040 ( +// Equation(s): +// \text_gen|char_ram~46040_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46039_combout & (\text_gen|char_ram~11126_q )) # (!\text_gen|char_ram~46039_combout & ((\text_gen|char_ram~11098_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46039_combout )))) + + .dataa(\text_gen|char_ram~11126_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11098_q ), + .datad(\text_gen|char_ram~46039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46040 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46048 ( +// Equation(s): +// \text_gen|char_ram~46048_combout = (\text_gen|char_ram~46045_combout & (((\text_gen|char_ram~46047_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~46045_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46040_combout )))) + + .dataa(\text_gen|char_ram~46045_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46047_combout ), + .datad(\text_gen|char_ram~46040_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46048 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46049 ( +// Equation(s): +// \text_gen|char_ram~46049_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~46038_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~46048_combout ))))) + + .dataa(\text_gen|char_ram~46038_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46049 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~46049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46060 ( +// Equation(s): +// \text_gen|char_ram~46060_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46049_combout & ((\text_gen|char_ram~46059_combout ))) # (!\text_gen|char_ram~46049_combout & (\text_gen|char_ram~46028_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46049_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46028_combout ), + .datac(\text_gen|char_ram~46059_combout ), + .datad(\text_gen|char_ram~46049_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46060 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12239feeder ( +// Equation(s): +// \text_gen|char_ram~12239feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12239feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y29_N29 +dffeas \text_gen|char_ram~12239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y29_N31 +dffeas \text_gen|char_ram~12211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45909 ( +// Equation(s): +// \text_gen|char_ram~45909_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12239_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12211_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12239_q ), + .datac(\text_gen|char_ram~12211_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45909 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y25_N15 +dffeas \text_gen|char_ram~12246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~12218feeder ( +// Equation(s): +// \text_gen|char_ram~12218feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y32_N3 +dffeas \text_gen|char_ram~12218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45910 ( +// Equation(s): +// \text_gen|char_ram~45910_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45909_combout & (\text_gen|char_ram~12246_q )) # (!\text_gen|char_ram~45909_combout & ((\text_gen|char_ram~12218_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~45909_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45909_combout ), + .datac(\text_gen|char_ram~12246_q ), + .datad(\text_gen|char_ram~12218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45910 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11791feeder ( +// Equation(s): +// \text_gen|char_ram~11791feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11791feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11791feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11791feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y47_N25 +dffeas \text_gen|char_ram~11791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11791feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y50_N25 +dffeas \text_gen|char_ram~11763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45902 ( +// Equation(s): +// \text_gen|char_ram~45902_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~11791_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~11763_q ))))) + + .dataa(\text_gen|char_ram~11791_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11763_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45902 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11770feeder ( +// Equation(s): +// \text_gen|char_ram~11770feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11770feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y52_N29 +dffeas \text_gen|char_ram~11770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y52_N23 +dffeas \text_gen|char_ram~11798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45903 ( +// Equation(s): +// \text_gen|char_ram~45903_combout = (\text_gen|char_ram~45902_combout & (((\text_gen|char_ram~11798_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~45902_combout & (\text_gen|char_ram~11770_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~45902_combout ), + .datab(\text_gen|char_ram~11770_q ), + .datac(\text_gen|char_ram~11798_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45903 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10902feeder ( +// Equation(s): +// \text_gen|char_ram~10902feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10902feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10902feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10902feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y48_N3 +dffeas \text_gen|char_ram~10902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10902feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10895feeder ( +// Equation(s): +// \text_gen|char_ram~10895feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10895feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10895feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10895feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y47_N11 +dffeas \text_gen|char_ram~10895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10895feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10874feeder ( +// Equation(s): +// \text_gen|char_ram~10874feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y46_N9 +dffeas \text_gen|char_ram~10874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y50_N31 +dffeas \text_gen|char_ram~10867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45906 ( +// Equation(s): +// \text_gen|char_ram~45906_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~10874_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~10867_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~10874_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10867_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45906 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45907 ( +// Equation(s): +// \text_gen|char_ram~45907_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45906_combout & (\text_gen|char_ram~10902_q )) # (!\text_gen|char_ram~45906_combout & ((\text_gen|char_ram~10895_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45906_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~10902_q ), + .datac(\text_gen|char_ram~10895_q ), + .datad(\text_gen|char_ram~45906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45907 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11343feeder ( +// Equation(s): +// \text_gen|char_ram~11343feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11343feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11343feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11343feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y21_N21 +dffeas \text_gen|char_ram~11343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11343feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y25_N21 +dffeas \text_gen|char_ram~11350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y25_N3 +dffeas \text_gen|char_ram~11315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11322feeder ( +// Equation(s): +// \text_gen|char_ram~11322feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y25_N11 +dffeas \text_gen|char_ram~11322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45904 ( +// Equation(s): +// \text_gen|char_ram~45904_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11322_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11315_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11315_q ), + .datad(\text_gen|char_ram~11322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45904 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45905 ( +// Equation(s): +// \text_gen|char_ram~45905_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45904_combout & ((\text_gen|char_ram~11350_q ))) # (!\text_gen|char_ram~45904_combout & (\text_gen|char_ram~11343_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45904_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~11343_q ), + .datac(\text_gen|char_ram~11350_q ), + .datad(\text_gen|char_ram~45904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45905 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45908 ( +// Equation(s): +// \text_gen|char_ram~45908_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~45905_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45907_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45907_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~45905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45908 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~45908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45911 ( +// Equation(s): +// \text_gen|char_ram~45911_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45908_combout & (\text_gen|char_ram~45910_combout )) # (!\text_gen|char_ram~45908_combout & ((\text_gen|char_ram~45903_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45908_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45910_combout ), + .datac(\text_gen|char_ram~45903_combout ), + .datad(\text_gen|char_ram~45908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45911 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5050feeder ( +// Equation(s): +// \text_gen|char_ram~5050feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5050feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y35_N3 +dffeas \text_gen|char_ram~5050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5078feeder ( +// Equation(s): +// \text_gen|char_ram~5078feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5078feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5078feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5078feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y35_N1 +dffeas \text_gen|char_ram~5078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5078feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y35_N23 +dffeas \text_gen|char_ram~5043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5071feeder ( +// Equation(s): +// \text_gen|char_ram~5071feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5071feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5071feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5071feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y32_N17 +dffeas \text_gen|char_ram~5071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5071feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45919 ( +// Equation(s): +// \text_gen|char_ram~45919_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~5071_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5043_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5043_q ), + .datad(\text_gen|char_ram~5071_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45919 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45920 ( +// Equation(s): +// \text_gen|char_ram~45920_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45919_combout & ((\text_gen|char_ram~5078_q ))) # (!\text_gen|char_ram~45919_combout & (\text_gen|char_ram~5050_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45919_combout )))) + + .dataa(\text_gen|char_ram~5050_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5078_q ), + .datad(\text_gen|char_ram~45919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45920 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y44_N21 +dffeas \text_gen|char_ram~4595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4623feeder ( +// Equation(s): +// \text_gen|char_ram~4623feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y47_N15 +dffeas \text_gen|char_ram~4623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45914 ( +// Equation(s): +// \text_gen|char_ram~45914_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4623_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4595_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4595_q ), + .datad(\text_gen|char_ram~4623_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45914 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4602feeder ( +// Equation(s): +// \text_gen|char_ram~4602feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4602feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4602feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4602feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y52_N3 +dffeas \text_gen|char_ram~4602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4602feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4630feeder ( +// Equation(s): +// \text_gen|char_ram~4630feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4630feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4630feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4630feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y48_N27 +dffeas \text_gen|char_ram~4630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4630feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45915 ( +// Equation(s): +// \text_gen|char_ram~45915_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45914_combout & ((\text_gen|char_ram~4630_q ))) # (!\text_gen|char_ram~45914_combout & (\text_gen|char_ram~4602_q )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45914_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45914_combout ), + .datac(\text_gen|char_ram~4602_q ), + .datad(\text_gen|char_ram~4630_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45915 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~45915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3706feeder ( +// Equation(s): +// \text_gen|char_ram~3706feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y49_N25 +dffeas \text_gen|char_ram~3706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y45_N15 +dffeas \text_gen|char_ram~3699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45916 ( +// Equation(s): +// \text_gen|char_ram~45916_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3706_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3699_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3706_q ), + .datac(\text_gen|char_ram~3699_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45916 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y45_N21 +dffeas \text_gen|char_ram~3734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3727feeder ( +// Equation(s): +// \text_gen|char_ram~3727feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y47_N31 +dffeas \text_gen|char_ram~3727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45917 ( +// Equation(s): +// \text_gen|char_ram~45917_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45916_combout & (\text_gen|char_ram~3734_q )) # (!\text_gen|char_ram~45916_combout & ((\text_gen|char_ram~3727_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45916_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45916_combout ), + .datac(\text_gen|char_ram~3734_q ), + .datad(\text_gen|char_ram~3727_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45917 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45918 ( +// Equation(s): +// \text_gen|char_ram~45918_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~45915_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~45917_combout ))))) + + .dataa(\text_gen|char_ram~45915_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~45917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45918 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~45918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4175feeder ( +// Equation(s): +// \text_gen|char_ram~4175feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4175feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y24_N25 +dffeas \text_gen|char_ram~4175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y24_N11 +dffeas \text_gen|char_ram~4182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y24_N27 +dffeas \text_gen|char_ram~4147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4154feeder ( +// Equation(s): +// \text_gen|char_ram~4154feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4154feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4154feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4154feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y32_N13 +dffeas \text_gen|char_ram~4154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4154feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45912 ( +// Equation(s): +// \text_gen|char_ram~45912_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4154_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4147_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4147_q ), + .datad(\text_gen|char_ram~4154_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45912 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45913 ( +// Equation(s): +// \text_gen|char_ram~45913_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45912_combout & ((\text_gen|char_ram~4182_q ))) # (!\text_gen|char_ram~45912_combout & (\text_gen|char_ram~4175_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45912_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4175_q ), + .datac(\text_gen|char_ram~4182_q ), + .datad(\text_gen|char_ram~45912_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45913 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45921 ( +// Equation(s): +// \text_gen|char_ram~45921_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45918_combout & (\text_gen|char_ram~45920_combout )) # (!\text_gen|char_ram~45918_combout & ((\text_gen|char_ram~45913_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45918_combout )))) + + .dataa(\text_gen|char_ram~45920_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~45918_combout ), + .datad(\text_gen|char_ram~45913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45921 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~45921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45922 ( +// Equation(s): +// \text_gen|char_ram~45922_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~45911_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~45921_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~45911_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~45921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45922 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26554feeder ( +// Equation(s): +// \text_gen|char_ram~26554feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26554feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y27_N11 +dffeas \text_gen|char_ram~26554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y30_N1 +dffeas \text_gen|char_ram~26582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26547feeder ( +// Equation(s): +// \text_gen|char_ram~26547feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26547feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26547feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26547feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N11 +dffeas \text_gen|char_ram~26547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26547feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26575feeder ( +// Equation(s): +// \text_gen|char_ram~26575feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26575feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y33_N17 +dffeas \text_gen|char_ram~26575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45930 ( +// Equation(s): +// \text_gen|char_ram~45930_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~26575_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26547_q )))) + + .dataa(\text_gen|char_ram~26547_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~26575_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45930 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~45930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45931 ( +// Equation(s): +// \text_gen|char_ram~45931_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45930_combout & ((\text_gen|char_ram~26582_q ))) # (!\text_gen|char_ram~45930_combout & (\text_gen|char_ram~26554_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45930_combout )))) + + .dataa(\text_gen|char_ram~26554_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26582_q ), + .datad(\text_gen|char_ram~45930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45931 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26127feeder ( +// Equation(s): +// \text_gen|char_ram~26127feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26127feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26127feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26127feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y47_N13 +dffeas \text_gen|char_ram~26127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26127feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y50_N25 +dffeas \text_gen|char_ram~26099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45923 ( +// Equation(s): +// \text_gen|char_ram~45923_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26127_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26099_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26127_q ), + .datac(\text_gen|char_ram~26099_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45923 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y52_N25 +dffeas \text_gen|char_ram~26134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26106feeder ( +// Equation(s): +// \text_gen|char_ram~26106feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26106feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y52_N11 +dffeas \text_gen|char_ram~26106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45924 ( +// Equation(s): +// \text_gen|char_ram~45924_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45923_combout & (\text_gen|char_ram~26134_q )) # (!\text_gen|char_ram~45923_combout & ((\text_gen|char_ram~26106_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~45923_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45923_combout ), + .datac(\text_gen|char_ram~26134_q ), + .datad(\text_gen|char_ram~26106_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45924 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y49_N13 +dffeas \text_gen|char_ram~25203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y46_N19 +dffeas \text_gen|char_ram~25210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45927 ( +// Equation(s): +// \text_gen|char_ram~45927_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~25210_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25203_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25203_q ), + .datad(\text_gen|char_ram~25210_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45927 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y48_N21 +dffeas \text_gen|char_ram~25238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25231feeder ( +// Equation(s): +// \text_gen|char_ram~25231feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25231feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y39_N1 +dffeas \text_gen|char_ram~25231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45928 ( +// Equation(s): +// \text_gen|char_ram~45928_combout = (\text_gen|char_ram~45927_combout & (((\text_gen|char_ram~25238_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~45927_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~25231_q )))) + + .dataa(\text_gen|char_ram~45927_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25238_q ), + .datad(\text_gen|char_ram~25231_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45928 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25679feeder ( +// Equation(s): +// \text_gen|char_ram~25679feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25679feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N13 +dffeas \text_gen|char_ram~25679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y21_N15 +dffeas \text_gen|char_ram~25686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y18_N21 +dffeas \text_gen|char_ram~25651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25658feeder ( +// Equation(s): +// \text_gen|char_ram~25658feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25658feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y22_N27 +dffeas \text_gen|char_ram~25658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45925 ( +// Equation(s): +// \text_gen|char_ram~45925_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~25658_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25651_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25651_q ), + .datad(\text_gen|char_ram~25658_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45925 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45926 ( +// Equation(s): +// \text_gen|char_ram~45926_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45925_combout & ((\text_gen|char_ram~25686_q ))) # (!\text_gen|char_ram~45925_combout & (\text_gen|char_ram~25679_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45925_combout )))) + + .dataa(\text_gen|char_ram~25679_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25686_q ), + .datad(\text_gen|char_ram~45925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45926 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45929 ( +// Equation(s): +// \text_gen|char_ram~45929_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~45926_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45928_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~45928_combout ), + .datad(\text_gen|char_ram~45926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45929 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45932 ( +// Equation(s): +// \text_gen|char_ram~45932_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45929_combout & (\text_gen|char_ram~45931_combout )) # (!\text_gen|char_ram~45929_combout & ((\text_gen|char_ram~45924_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45929_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45931_combout ), + .datac(\text_gen|char_ram~45924_combout ), + .datad(\text_gen|char_ram~45929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45932 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18518feeder ( +// Equation(s): +// \text_gen|char_ram~18518feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18518feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18518feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18518feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y26_N23 +dffeas \text_gen|char_ram~18518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18518feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y26_N5 +dffeas \text_gen|char_ram~18511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18490feeder ( +// Equation(s): +// \text_gen|char_ram~18490feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18490feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y30_N21 +dffeas \text_gen|char_ram~18490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y30_N7 +dffeas \text_gen|char_ram~18483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45892 ( +// Equation(s): +// \text_gen|char_ram~45892_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~18490_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~18483_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18490_q ), + .datac(\text_gen|char_ram~18483_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45892 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45893 ( +// Equation(s): +// \text_gen|char_ram~45893_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45892_combout & (\text_gen|char_ram~18518_q )) # (!\text_gen|char_ram~45892_combout & ((\text_gen|char_ram~18511_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45892_combout )))) + + .dataa(\text_gen|char_ram~18518_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18511_q ), + .datad(\text_gen|char_ram~45892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45893 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X13_Y52_N23 +dffeas \text_gen|char_ram~18931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X13_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18959feeder ( +// Equation(s): +// \text_gen|char_ram~18959feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18959feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X13_Y52_N29 +dffeas \text_gen|char_ram~18959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X13_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45894 ( +// Equation(s): +// \text_gen|char_ram~45894_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18959_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18931_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18931_q ), + .datad(\text_gen|char_ram~18959_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45894 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y58_N27 +dffeas \text_gen|char_ram~18966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18938feeder ( +// Equation(s): +// \text_gen|char_ram~18938feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18938feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y58_N7 +dffeas \text_gen|char_ram~18938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45895 ( +// Equation(s): +// \text_gen|char_ram~45895_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45894_combout & (\text_gen|char_ram~18966_q )) # (!\text_gen|char_ram~45894_combout & ((\text_gen|char_ram~18938_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~45894_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45894_combout ), + .datac(\text_gen|char_ram~18966_q ), + .datad(\text_gen|char_ram~18938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45895 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18063feeder ( +// Equation(s): +// \text_gen|char_ram~18063feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18063feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18063feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18063feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y50_N29 +dffeas \text_gen|char_ram~18063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18063feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y50_N29 +dffeas \text_gen|char_ram~18070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y49_N23 +dffeas \text_gen|char_ram~18035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18042feeder ( +// Equation(s): +// \text_gen|char_ram~18042feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18042feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y49_N29 +dffeas \text_gen|char_ram~18042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45896 ( +// Equation(s): +// \text_gen|char_ram~45896_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~18042_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~18035_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18035_q ), + .datad(\text_gen|char_ram~18042_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45896 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45897 ( +// Equation(s): +// \text_gen|char_ram~45897_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45896_combout & ((\text_gen|char_ram~18070_q ))) # (!\text_gen|char_ram~45896_combout & (\text_gen|char_ram~18063_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45896_combout )))) + + .dataa(\text_gen|char_ram~18063_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18070_q ), + .datad(\text_gen|char_ram~45896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45897 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45898 ( +// Equation(s): +// \text_gen|char_ram~45898_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~45895_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~45897_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~45895_combout ), + .datad(\text_gen|char_ram~45897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45898 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19414feeder ( +// Equation(s): +// \text_gen|char_ram~19414feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19414feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19414feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19414feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y51_N25 +dffeas \text_gen|char_ram~19414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19414feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19386feeder ( +// Equation(s): +// \text_gen|char_ram~19386feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y36_N11 +dffeas \text_gen|char_ram~19386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y39_N15 +dffeas \text_gen|char_ram~19379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19407feeder ( +// Equation(s): +// \text_gen|char_ram~19407feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19407feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19407feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19407feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y39_N29 +dffeas \text_gen|char_ram~19407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19407feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45899 ( +// Equation(s): +// \text_gen|char_ram~45899_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~19407_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19379_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19379_q ), + .datad(\text_gen|char_ram~19407_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45899 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45900 ( +// Equation(s): +// \text_gen|char_ram~45900_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45899_combout & (\text_gen|char_ram~19414_q )) # (!\text_gen|char_ram~45899_combout & ((\text_gen|char_ram~19386_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45899_combout )))) + + .dataa(\text_gen|char_ram~19414_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19386_q ), + .datad(\text_gen|char_ram~45899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45900 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45901 ( +// Equation(s): +// \text_gen|char_ram~45901_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45898_combout & ((\text_gen|char_ram~45900_combout ))) # (!\text_gen|char_ram~45898_combout & (\text_gen|char_ram~45893_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45898_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45893_combout ), + .datac(\text_gen|char_ram~45898_combout ), + .datad(\text_gen|char_ram~45900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45901 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45933 ( +// Equation(s): +// \text_gen|char_ram~45933_combout = (\text_gen|char_ram~45922_combout & (((\text_gen|char_ram~45932_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~45922_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45901_combout )))) + + .dataa(\text_gen|char_ram~45922_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45932_combout ), + .datad(\text_gen|char_ram~45901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45933 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4938feeder ( +// Equation(s): +// \text_gen|char_ram~4938feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4938feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y27_N17 +dffeas \text_gen|char_ram~4938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4938 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y31_N23 +dffeas \text_gen|char_ram~4966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y30_N31 +dffeas \text_gen|char_ram~4931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4959feeder ( +// Equation(s): +// \text_gen|char_ram~4959feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y31_N1 +dffeas \text_gen|char_ram~4959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46003 ( +// Equation(s): +// \text_gen|char_ram~46003_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4959_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4931_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4931_q ), + .datad(\text_gen|char_ram~4959_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46003 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46004 ( +// Equation(s): +// \text_gen|char_ram~46004_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46003_combout & ((\text_gen|char_ram~4966_q ))) # (!\text_gen|char_ram~46003_combout & (\text_gen|char_ram~4938_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46003_combout )))) + + .dataa(\text_gen|char_ram~4938_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4966_q ), + .datad(\text_gen|char_ram~46003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46004 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4490feeder ( +// Equation(s): +// \text_gen|char_ram~4490feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4490feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y63_N27 +dffeas \text_gen|char_ram~4490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y59_N15 +dffeas \text_gen|char_ram~4518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y63_N21 +dffeas \text_gen|char_ram~4483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4511feeder ( +// Equation(s): +// \text_gen|char_ram~4511feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4511feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y63_N19 +dffeas \text_gen|char_ram~4511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45998 ( +// Equation(s): +// \text_gen|char_ram~45998_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4511_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4483_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4483_q ), + .datad(\text_gen|char_ram~4511_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45998 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45999 ( +// Equation(s): +// \text_gen|char_ram~45999_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45998_combout & ((\text_gen|char_ram~4518_q ))) # (!\text_gen|char_ram~45998_combout & (\text_gen|char_ram~4490_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45998_combout )))) + + .dataa(\text_gen|char_ram~4490_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4518_q ), + .datad(\text_gen|char_ram~45998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45999 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3615feeder ( +// Equation(s): +// \text_gen|char_ram~3615feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3615feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3615feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3615feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y46_N7 +dffeas \text_gen|char_ram~3615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3615feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y46_N25 +dffeas \text_gen|char_ram~3622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N13 +dffeas \text_gen|char_ram~3587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3594feeder ( +// Equation(s): +// \text_gen|char_ram~3594feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3594feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3594feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3594feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y46_N9 +dffeas \text_gen|char_ram~3594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3594feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46000 ( +// Equation(s): +// \text_gen|char_ram~46000_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3594_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3587_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3587_q ), + .datad(\text_gen|char_ram~3594_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46000 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46001 ( +// Equation(s): +// \text_gen|char_ram~46001_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46000_combout & ((\text_gen|char_ram~3622_q ))) # (!\text_gen|char_ram~46000_combout & (\text_gen|char_ram~3615_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46000_combout )))) + + .dataa(\text_gen|char_ram~3615_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3622_q ), + .datad(\text_gen|char_ram~46000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46001 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46002 ( +// Equation(s): +// \text_gen|char_ram~46002_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~45999_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~46001_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45999_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46002 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~46002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4063feeder ( +// Equation(s): +// \text_gen|char_ram~4063feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4063feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4063feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4063feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y13_N1 +dffeas \text_gen|char_ram~4063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4063feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4070feeder ( +// Equation(s): +// \text_gen|char_ram~4070feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y13_N31 +dffeas \text_gen|char_ram~4070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N31 +dffeas \text_gen|char_ram~4035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4042feeder ( +// Equation(s): +// \text_gen|char_ram~4042feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4042feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y22_N23 +dffeas \text_gen|char_ram~4042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45996 ( +// Equation(s): +// \text_gen|char_ram~45996_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~4042_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4035_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4035_q ), + .datad(\text_gen|char_ram~4042_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45996 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45997 ( +// Equation(s): +// \text_gen|char_ram~45997_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45996_combout & ((\text_gen|char_ram~4070_q ))) # (!\text_gen|char_ram~45996_combout & (\text_gen|char_ram~4063_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45996_combout )))) + + .dataa(\text_gen|char_ram~4063_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4070_q ), + .datad(\text_gen|char_ram~45996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45997 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46005 ( +// Equation(s): +// \text_gen|char_ram~46005_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46002_combout & (\text_gen|char_ram~46004_combout )) # (!\text_gen|char_ram~46002_combout & ((\text_gen|char_ram~45997_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46002_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46004_combout ), + .datac(\text_gen|char_ram~46002_combout ), + .datad(\text_gen|char_ram~45997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46005 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19302feeder ( +// Equation(s): +// \text_gen|char_ram~19302feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19302feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19302feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19302feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y35_N7 +dffeas \text_gen|char_ram~19302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19302feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y35_N5 +dffeas \text_gen|char_ram~19274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y35_N19 +dffeas \text_gen|char_ram~19267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19295feeder ( +// Equation(s): +// \text_gen|char_ram~19295feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19295feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19295feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19295feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y35_N5 +dffeas \text_gen|char_ram~19295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19295feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45993 ( +// Equation(s): +// \text_gen|char_ram~45993_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~19295_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~19267_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19267_q ), + .datad(\text_gen|char_ram~19295_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45993 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45994 ( +// Equation(s): +// \text_gen|char_ram~45994_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45993_combout & (\text_gen|char_ram~19302_q )) # (!\text_gen|char_ram~45993_combout & ((\text_gen|char_ram~19274_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45993_combout )))) + + .dataa(\text_gen|char_ram~19302_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19274_q ), + .datad(\text_gen|char_ram~45993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45994 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y22_N21 +dffeas \text_gen|char_ram~18371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18378feeder ( +// Equation(s): +// \text_gen|char_ram~18378feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y22_N29 +dffeas \text_gen|char_ram~18378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45986 ( +// Equation(s): +// \text_gen|char_ram~45986_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~18378_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~18371_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18371_q ), + .datad(\text_gen|char_ram~18378_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45986 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y35_N15 +dffeas \text_gen|char_ram~18406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18399feeder ( +// Equation(s): +// \text_gen|char_ram~18399feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18399feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18399feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18399feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y18_N11 +dffeas \text_gen|char_ram~18399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18399feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45987 ( +// Equation(s): +// \text_gen|char_ram~45987_combout = (\text_gen|char_ram~45986_combout & (((\text_gen|char_ram~18406_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~45986_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~18399_q )))) + + .dataa(\text_gen|char_ram~45986_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18406_q ), + .datad(\text_gen|char_ram~18399_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45987 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18826feeder ( +// Equation(s): +// \text_gen|char_ram~18826feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18826feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y58_N11 +dffeas \text_gen|char_ram~18826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y58_N9 +dffeas \text_gen|char_ram~18854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y56_N3 +dffeas \text_gen|char_ram~18819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18847feeder ( +// Equation(s): +// \text_gen|char_ram~18847feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18847feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18847feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18847feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y56_N29 +dffeas \text_gen|char_ram~18847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18847feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45988 ( +// Equation(s): +// \text_gen|char_ram~45988_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18847_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18819_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18819_q ), + .datad(\text_gen|char_ram~18847_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45988 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45989 ( +// Equation(s): +// \text_gen|char_ram~45989_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45988_combout & ((\text_gen|char_ram~18854_q ))) # (!\text_gen|char_ram~45988_combout & (\text_gen|char_ram~18826_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45988_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18826_q ), + .datac(\text_gen|char_ram~18854_q ), + .datad(\text_gen|char_ram~45988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45989 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17951feeder ( +// Equation(s): +// \text_gen|char_ram~17951feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17951feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y50_N1 +dffeas \text_gen|char_ram~17951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N11 +dffeas \text_gen|char_ram~17923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17930feeder ( +// Equation(s): +// \text_gen|char_ram~17930feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17930feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y47_N27 +dffeas \text_gen|char_ram~17930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45990 ( +// Equation(s): +// \text_gen|char_ram~45990_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~17930_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17923_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17923_q ), + .datad(\text_gen|char_ram~17930_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45990 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17958feeder ( +// Equation(s): +// \text_gen|char_ram~17958feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17958feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17958feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17958feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y49_N25 +dffeas \text_gen|char_ram~17958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17958feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45991 ( +// Equation(s): +// \text_gen|char_ram~45991_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45990_combout & ((\text_gen|char_ram~17958_q ))) # (!\text_gen|char_ram~45990_combout & (\text_gen|char_ram~17951_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45990_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~17951_q ), + .datac(\text_gen|char_ram~45990_combout ), + .datad(\text_gen|char_ram~17958_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45991 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45992 ( +// Equation(s): +// \text_gen|char_ram~45992_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~45989_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~45991_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45989_combout ), + .datac(\text_gen|char_ram~45991_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45992 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45995 ( +// Equation(s): +// \text_gen|char_ram~45995_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45992_combout & (\text_gen|char_ram~45994_combout )) # (!\text_gen|char_ram~45992_combout & ((\text_gen|char_ram~45987_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45992_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45994_combout ), + .datac(\text_gen|char_ram~45987_combout ), + .datad(\text_gen|char_ram~45992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45995 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46006 ( +// Equation(s): +// \text_gen|char_ram~46006_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~45995_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~46005_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~46005_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~45995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46006 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25994feeder ( +// Equation(s): +// \text_gen|char_ram~25994feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25994feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25994feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25994feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y63_N23 +dffeas \text_gen|char_ram~25994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25994feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26022feeder ( +// Equation(s): +// \text_gen|char_ram~26022feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26022feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26022feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26022feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y59_N7 +dffeas \text_gen|char_ram~26022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26022feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y59_N13 +dffeas \text_gen|char_ram~25987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y55_N13 +dffeas \text_gen|char_ram~26015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46007 ( +// Equation(s): +// \text_gen|char_ram~46007_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~26015_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25987_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25987_q ), + .datad(\text_gen|char_ram~26015_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46007 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46008 ( +// Equation(s): +// \text_gen|char_ram~46008_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46007_combout & ((\text_gen|char_ram~26022_q ))) # (!\text_gen|char_ram~46007_combout & (\text_gen|char_ram~25994_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46007_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~25994_q ), + .datac(\text_gen|char_ram~26022_q ), + .datad(\text_gen|char_ram~46007_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46008 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y18_N17 +dffeas \text_gen|char_ram~25539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25546feeder ( +// Equation(s): +// \text_gen|char_ram~25546feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25546feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25546feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25546feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y19_N21 +dffeas \text_gen|char_ram~25546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25546feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46009 ( +// Equation(s): +// \text_gen|char_ram~46009_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~25546_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25539_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25539_q ), + .datad(\text_gen|char_ram~25546_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46009 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y22_N23 +dffeas \text_gen|char_ram~25574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25567feeder ( +// Equation(s): +// \text_gen|char_ram~25567feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25567feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25567feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25567feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y18_N23 +dffeas \text_gen|char_ram~25567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25567feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46010 ( +// Equation(s): +// \text_gen|char_ram~46010_combout = (\text_gen|char_ram~46009_combout & (((\text_gen|char_ram~25574_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~46009_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~25567_q )))) + + .dataa(\text_gen|char_ram~46009_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25574_q ), + .datad(\text_gen|char_ram~25567_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46010 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25119feeder ( +// Equation(s): +// \text_gen|char_ram~25119feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25119feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y42_N23 +dffeas \text_gen|char_ram~25119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y46_N17 +dffeas \text_gen|char_ram~25126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N27 +dffeas \text_gen|char_ram~25091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25098feeder ( +// Equation(s): +// \text_gen|char_ram~25098feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25098feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y46_N23 +dffeas \text_gen|char_ram~25098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46011 ( +// Equation(s): +// \text_gen|char_ram~46011_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~25098_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25091_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25091_q ), + .datad(\text_gen|char_ram~25098_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46011 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46012 ( +// Equation(s): +// \text_gen|char_ram~46012_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46011_combout & ((\text_gen|char_ram~25126_q ))) # (!\text_gen|char_ram~46011_combout & (\text_gen|char_ram~25119_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46011_combout )))) + + .dataa(\text_gen|char_ram~25119_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25126_q ), + .datad(\text_gen|char_ram~46011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46012 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46013 ( +// Equation(s): +// \text_gen|char_ram~46013_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46010_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~46012_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46010_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46013 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~46013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26442feeder ( +// Equation(s): +// \text_gen|char_ram~26442feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26442feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y28_N31 +dffeas \text_gen|char_ram~26442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y28_N5 +dffeas \text_gen|char_ram~26470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y22_N15 +dffeas \text_gen|char_ram~26435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y35_N11 +dffeas \text_gen|char_ram~26463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46014 ( +// Equation(s): +// \text_gen|char_ram~46014_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~26463_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26435_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26435_q ), + .datad(\text_gen|char_ram~26463_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46014 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46015 ( +// Equation(s): +// \text_gen|char_ram~46015_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46014_combout & ((\text_gen|char_ram~26470_q ))) # (!\text_gen|char_ram~46014_combout & (\text_gen|char_ram~26442_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46014_combout )))) + + .dataa(\text_gen|char_ram~26442_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26470_q ), + .datad(\text_gen|char_ram~46014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46015 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46016 ( +// Equation(s): +// \text_gen|char_ram~46016_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46013_combout & ((\text_gen|char_ram~46015_combout ))) # (!\text_gen|char_ram~46013_combout & (\text_gen|char_ram~46008_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46013_combout )))) + + .dataa(\text_gen|char_ram~46008_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46013_combout ), + .datad(\text_gen|char_ram~46015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46016 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12106feeder ( +// Equation(s): +// \text_gen|char_ram~12106feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12106feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y21_N29 +dffeas \text_gen|char_ram~12106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y32_N11 +dffeas \text_gen|char_ram~12134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y30_N31 +dffeas \text_gen|char_ram~12099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12127feeder ( +// Equation(s): +// \text_gen|char_ram~12127feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12127feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12127feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12127feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y31_N21 +dffeas \text_gen|char_ram~12127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12127feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45983 ( +// Equation(s): +// \text_gen|char_ram~45983_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12127_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12099_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12099_q ), + .datad(\text_gen|char_ram~12127_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45983 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45984 ( +// Equation(s): +// \text_gen|char_ram~45984_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45983_combout & ((\text_gen|char_ram~12134_q ))) # (!\text_gen|char_ram~45983_combout & (\text_gen|char_ram~12106_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45983_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12106_q ), + .datac(\text_gen|char_ram~12134_q ), + .datad(\text_gen|char_ram~45983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45984 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11231feeder ( +// Equation(s): +// \text_gen|char_ram~11231feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11231feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N7 +dffeas \text_gen|char_ram~11231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11238feeder ( +// Equation(s): +// \text_gen|char_ram~11238feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11238feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11238feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11238feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y21_N31 +dffeas \text_gen|char_ram~11238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11238feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y14_N19 +dffeas \text_gen|char_ram~11203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11210feeder ( +// Equation(s): +// \text_gen|char_ram~11210feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11210feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11210feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11210feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N11 +dffeas \text_gen|char_ram~11210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11210feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45978 ( +// Equation(s): +// \text_gen|char_ram~45978_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~11210_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11203_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11203_q ), + .datad(\text_gen|char_ram~11210_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45978 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45979 ( +// Equation(s): +// \text_gen|char_ram~45979_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45978_combout & ((\text_gen|char_ram~11238_q ))) # (!\text_gen|char_ram~45978_combout & (\text_gen|char_ram~11231_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45978_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~11231_q ), + .datac(\text_gen|char_ram~11238_q ), + .datad(\text_gen|char_ram~45978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45979 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y43_N17 +dffeas \text_gen|char_ram~10783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y47_N19 +dffeas \text_gen|char_ram~10790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y47_N1 +dffeas \text_gen|char_ram~10755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10762feeder ( +// Equation(s): +// \text_gen|char_ram~10762feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10762feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10762feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10762feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y49_N27 +dffeas \text_gen|char_ram~10762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10762feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45980 ( +// Equation(s): +// \text_gen|char_ram~45980_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~10762_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10755_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10755_q ), + .datad(\text_gen|char_ram~10762_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45980 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45981 ( +// Equation(s): +// \text_gen|char_ram~45981_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45980_combout & ((\text_gen|char_ram~10790_q ))) # (!\text_gen|char_ram~45980_combout & (\text_gen|char_ram~10783_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45980_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~10783_q ), + .datac(\text_gen|char_ram~10790_q ), + .datad(\text_gen|char_ram~45980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45981 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45982 ( +// Equation(s): +// \text_gen|char_ram~45982_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~45979_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~45981_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45979_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~45981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45982 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11658feeder ( +// Equation(s): +// \text_gen|char_ram~11658feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11658feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N9 +dffeas \text_gen|char_ram~11658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y59_N31 +dffeas \text_gen|char_ram~11686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y66_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11651feeder ( +// Equation(s): +// \text_gen|char_ram~11651feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y66_N5 +dffeas \text_gen|char_ram~11651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y66_N7 +dffeas \text_gen|char_ram~11679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45976 ( +// Equation(s): +// \text_gen|char_ram~45976_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~11679_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11651_q )))) + + .dataa(\text_gen|char_ram~11651_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11679_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45976 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~45976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45977 ( +// Equation(s): +// \text_gen|char_ram~45977_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45976_combout & ((\text_gen|char_ram~11686_q ))) # (!\text_gen|char_ram~45976_combout & (\text_gen|char_ram~11658_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45976_combout )))) + + .dataa(\text_gen|char_ram~11658_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11686_q ), + .datad(\text_gen|char_ram~45976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45977 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45985 ( +// Equation(s): +// \text_gen|char_ram~45985_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45982_combout & (\text_gen|char_ram~45984_combout )) # (!\text_gen|char_ram~45982_combout & ((\text_gen|char_ram~45977_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45982_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45984_combout ), + .datac(\text_gen|char_ram~45982_combout ), + .datad(\text_gen|char_ram~45977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45985 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46017 ( +// Equation(s): +// \text_gen|char_ram~46017_combout = (\text_gen|char_ram~46006_combout & ((\text_gen|char_ram~46016_combout ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~46006_combout & (((\text_gen|Add5~12_combout & \text_gen|char_ram~45985_combout )))) + + .dataa(\text_gen|char_ram~46006_combout ), + .datab(\text_gen|char_ram~46016_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~45985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46017 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~46017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11882feeder ( +// Equation(s): +// \text_gen|char_ram~11882feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11882feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11882feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11882feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y55_N13 +dffeas \text_gen|char_ram~11882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11882feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y55_N7 +dffeas \text_gen|char_ram~11910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y55_N7 +dffeas \text_gen|char_ram~11875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11903feeder ( +// Equation(s): +// \text_gen|char_ram~11903feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11903feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y55_N7 +dffeas \text_gen|char_ram~11903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45934 ( +// Equation(s): +// \text_gen|char_ram~45934_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~11903_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11875_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11875_q ), + .datad(\text_gen|char_ram~11903_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45934 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45935 ( +// Equation(s): +// \text_gen|char_ram~45935_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45934_combout & ((\text_gen|char_ram~11910_q ))) # (!\text_gen|char_ram~45934_combout & (\text_gen|char_ram~11882_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45934_combout )))) + + .dataa(\text_gen|char_ram~11882_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11910_q ), + .datad(\text_gen|char_ram~45934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45935 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X115_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12330feeder ( +// Equation(s): +// \text_gen|char_ram~12330feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12330feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X115_Y34_N29 +dffeas \text_gen|char_ram~12330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X115_Y34_N31 +dffeas \text_gen|char_ram~12358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N5 +dffeas \text_gen|char_ram~12323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12351feeder ( +// Equation(s): +// \text_gen|char_ram~12351feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12351feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y31_N21 +dffeas \text_gen|char_ram~12351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45941 ( +// Equation(s): +// \text_gen|char_ram~45941_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~12351_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~12323_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12323_q ), + .datad(\text_gen|char_ram~12351_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45941 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X115_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45942 ( +// Equation(s): +// \text_gen|char_ram~45942_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45941_combout & ((\text_gen|char_ram~12358_q ))) # (!\text_gen|char_ram~45941_combout & (\text_gen|char_ram~12330_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45941_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12330_q ), + .datac(\text_gen|char_ram~12358_q ), + .datad(\text_gen|char_ram~45941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45942 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11007feeder ( +// Equation(s): +// \text_gen|char_ram~11007feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y39_N21 +dffeas \text_gen|char_ram~11007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y39_N7 +dffeas \text_gen|char_ram~11014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y47_N7 +dffeas \text_gen|char_ram~10979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10986feeder ( +// Equation(s): +// \text_gen|char_ram~10986feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y44_N9 +dffeas \text_gen|char_ram~10986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45938 ( +// Equation(s): +// \text_gen|char_ram~45938_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~10986_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10979_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10979_q ), + .datad(\text_gen|char_ram~10986_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45938 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45939 ( +// Equation(s): +// \text_gen|char_ram~45939_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45938_combout & ((\text_gen|char_ram~11014_q ))) # (!\text_gen|char_ram~45938_combout & (\text_gen|char_ram~11007_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45938_combout )))) + + .dataa(\text_gen|char_ram~11007_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11014_q ), + .datad(\text_gen|char_ram~45938_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45939 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11455feeder ( +// Equation(s): +// \text_gen|char_ram~11455feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y27_N11 +dffeas \text_gen|char_ram~11455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y27_N15 +dffeas \text_gen|char_ram~11462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11434feeder ( +// Equation(s): +// \text_gen|char_ram~11434feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11434feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y16_N23 +dffeas \text_gen|char_ram~11434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y16_N13 +dffeas \text_gen|char_ram~11427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45936 ( +// Equation(s): +// \text_gen|char_ram~45936_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~11434_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~11427_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~11434_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11427_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45936 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45937 ( +// Equation(s): +// \text_gen|char_ram~45937_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45936_combout & ((\text_gen|char_ram~11462_q ))) # (!\text_gen|char_ram~45936_combout & (\text_gen|char_ram~11455_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45936_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~11455_q ), + .datac(\text_gen|char_ram~11462_q ), + .datad(\text_gen|char_ram~45936_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45937 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45940 ( +// Equation(s): +// \text_gen|char_ram~45940_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~45937_combout ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~45939_combout & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~45939_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~45937_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45940 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~45940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45943 ( +// Equation(s): +// \text_gen|char_ram~45943_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45940_combout & ((\text_gen|char_ram~45942_combout ))) # (!\text_gen|char_ram~45940_combout & (\text_gen|char_ram~45935_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45940_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45935_combout ), + .datac(\text_gen|char_ram~45942_combout ), + .datad(\text_gen|char_ram~45940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45943 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26687feeder ( +// Equation(s): +// \text_gen|char_ram~26687feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26687feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y36_N9 +dffeas \text_gen|char_ram~26687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N31 +dffeas \text_gen|char_ram~26659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45972 ( +// Equation(s): +// \text_gen|char_ram~45972_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26687_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26659_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26687_q ), + .datac(\text_gen|char_ram~26659_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45972 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y35_N3 +dffeas \text_gen|char_ram~26694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26666feeder ( +// Equation(s): +// \text_gen|char_ram~26666feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N13 +dffeas \text_gen|char_ram~26666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45973 ( +// Equation(s): +// \text_gen|char_ram~45973_combout = (\text_gen|char_ram~45972_combout & (((\text_gen|char_ram~26694_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~45972_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~26666_q )))) + + .dataa(\text_gen|char_ram~45972_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26694_q ), + .datad(\text_gen|char_ram~26666_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45973 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y59_N29 +dffeas \text_gen|char_ram~26211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26239feeder ( +// Equation(s): +// \text_gen|char_ram~26239feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26239feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y55_N25 +dffeas \text_gen|char_ram~26239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45965 ( +// Equation(s): +// \text_gen|char_ram~45965_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~26239_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26211_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26211_q ), + .datad(\text_gen|char_ram~26239_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45965 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26246feeder ( +// Equation(s): +// \text_gen|char_ram~26246feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26246feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26246feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26246feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y59_N17 +dffeas \text_gen|char_ram~26246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26246feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y66_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26218feeder ( +// Equation(s): +// \text_gen|char_ram~26218feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26218feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y66_N7 +dffeas \text_gen|char_ram~26218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45966 ( +// Equation(s): +// \text_gen|char_ram~45966_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45965_combout & (\text_gen|char_ram~26246_q )) # (!\text_gen|char_ram~45965_combout & ((\text_gen|char_ram~26218_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~45965_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45965_combout ), + .datac(\text_gen|char_ram~26246_q ), + .datad(\text_gen|char_ram~26218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45966 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25343feeder ( +// Equation(s): +// \text_gen|char_ram~25343feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25343feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25343feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25343feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y36_N29 +dffeas \text_gen|char_ram~25343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25343feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y35_N27 +dffeas \text_gen|char_ram~25350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25322feeder ( +// Equation(s): +// \text_gen|char_ram~25322feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N19 +dffeas \text_gen|char_ram~25322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N9 +dffeas \text_gen|char_ram~25315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45969 ( +// Equation(s): +// \text_gen|char_ram~45969_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~25322_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~25315_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25322_q ), + .datac(\text_gen|char_ram~25315_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45969 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45970 ( +// Equation(s): +// \text_gen|char_ram~45970_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45969_combout & ((\text_gen|char_ram~25350_q ))) # (!\text_gen|char_ram~45969_combout & (\text_gen|char_ram~25343_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45969_combout )))) + + .dataa(\text_gen|char_ram~25343_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25350_q ), + .datad(\text_gen|char_ram~45969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45970 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N27 +dffeas \text_gen|char_ram~25763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25770feeder ( +// Equation(s): +// \text_gen|char_ram~25770feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25770feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y27_N1 +dffeas \text_gen|char_ram~25770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45967 ( +// Equation(s): +// \text_gen|char_ram~45967_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~25770_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25763_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25763_q ), + .datad(\text_gen|char_ram~25770_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45967 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N21 +dffeas \text_gen|char_ram~25798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25791feeder ( +// Equation(s): +// \text_gen|char_ram~25791feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25791feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25791feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25791feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y21_N1 +dffeas \text_gen|char_ram~25791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25791feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45968 ( +// Equation(s): +// \text_gen|char_ram~45968_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45967_combout & (\text_gen|char_ram~25798_q )) # (!\text_gen|char_ram~45967_combout & ((\text_gen|char_ram~25791_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~45967_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45967_combout ), + .datac(\text_gen|char_ram~25798_q ), + .datad(\text_gen|char_ram~25791_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45968 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45971 ( +// Equation(s): +// \text_gen|char_ram~45971_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~45968_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45970_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~45970_combout ), + .datad(\text_gen|char_ram~45968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45971 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45974 ( +// Equation(s): +// \text_gen|char_ram~45974_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45971_combout & (\text_gen|char_ram~45973_combout )) # (!\text_gen|char_ram~45971_combout & ((\text_gen|char_ram~45966_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45971_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45973_combout ), + .datac(\text_gen|char_ram~45966_combout ), + .datad(\text_gen|char_ram~45971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45974 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y22_N17 +dffeas \text_gen|char_ram~4259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4266feeder ( +// Equation(s): +// \text_gen|char_ram~4266feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4266feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4266feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4266feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y22_N19 +dffeas \text_gen|char_ram~4266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4266feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45954 ( +// Equation(s): +// \text_gen|char_ram~45954_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4266_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4259_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4259_q ), + .datad(\text_gen|char_ram~4266_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45954 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y24_N17 +dffeas \text_gen|char_ram~4294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4287feeder ( +// Equation(s): +// \text_gen|char_ram~4287feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4287feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y24_N19 +dffeas \text_gen|char_ram~4287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45955 ( +// Equation(s): +// \text_gen|char_ram~45955_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45954_combout & (\text_gen|char_ram~4294_q )) # (!\text_gen|char_ram~45954_combout & ((\text_gen|char_ram~4287_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45954_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45954_combout ), + .datac(\text_gen|char_ram~4294_q ), + .datad(\text_gen|char_ram~4287_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45955 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4707feeder ( +// Equation(s): +// \text_gen|char_ram~4707feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y47_N31 +dffeas \text_gen|char_ram~4707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4735feeder ( +// Equation(s): +// \text_gen|char_ram~4735feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4735feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4735feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4735feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y51_N31 +dffeas \text_gen|char_ram~4735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4735feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45956 ( +// Equation(s): +// \text_gen|char_ram~45956_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~4735_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4707_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4707_q ), + .datad(\text_gen|char_ram~4735_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45956 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y47_N27 +dffeas \text_gen|char_ram~4742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4714feeder ( +// Equation(s): +// \text_gen|char_ram~4714feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N7 +dffeas \text_gen|char_ram~4714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45957 ( +// Equation(s): +// \text_gen|char_ram~45957_combout = (\text_gen|char_ram~45956_combout & (((\text_gen|char_ram~4742_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~45956_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4714_q )))) + + .dataa(\text_gen|char_ram~45956_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4742_q ), + .datad(\text_gen|char_ram~4714_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45957 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N17 +dffeas \text_gen|char_ram~3811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3818feeder ( +// Equation(s): +// \text_gen|char_ram~3818feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N1 +dffeas \text_gen|char_ram~3818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45958 ( +// Equation(s): +// \text_gen|char_ram~45958_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3818_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3811_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3811_q ), + .datad(\text_gen|char_ram~3818_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45958 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N7 +dffeas \text_gen|char_ram~3846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3839feeder ( +// Equation(s): +// \text_gen|char_ram~3839feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3839feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3839feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3839feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N27 +dffeas \text_gen|char_ram~3839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3839feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45959 ( +// Equation(s): +// \text_gen|char_ram~45959_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45958_combout & (\text_gen|char_ram~3846_q )) # (!\text_gen|char_ram~45958_combout & ((\text_gen|char_ram~3839_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45958_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45958_combout ), + .datac(\text_gen|char_ram~3846_q ), + .datad(\text_gen|char_ram~3839_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45959 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45960 ( +// Equation(s): +// \text_gen|char_ram~45960_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~45957_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~45959_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~45957_combout ), + .datad(\text_gen|char_ram~45959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45960 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5162feeder ( +// Equation(s): +// \text_gen|char_ram~5162feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N27 +dffeas \text_gen|char_ram~5162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y35_N13 +dffeas \text_gen|char_ram~5190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5183feeder ( +// Equation(s): +// \text_gen|char_ram~5183feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5183feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y31_N25 +dffeas \text_gen|char_ram~5183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y35_N7 +dffeas \text_gen|char_ram~5155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45961 ( +// Equation(s): +// \text_gen|char_ram~45961_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5183_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5155_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5183_q ), + .datac(\text_gen|char_ram~5155_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45961 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45962 ( +// Equation(s): +// \text_gen|char_ram~45962_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45961_combout & ((\text_gen|char_ram~5190_q ))) # (!\text_gen|char_ram~45961_combout & (\text_gen|char_ram~5162_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45961_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5162_q ), + .datac(\text_gen|char_ram~5190_q ), + .datad(\text_gen|char_ram~45961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45962 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45963 ( +// Equation(s): +// \text_gen|char_ram~45963_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45960_combout & ((\text_gen|char_ram~45962_combout ))) # (!\text_gen|char_ram~45960_combout & (\text_gen|char_ram~45955_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45960_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45955_combout ), + .datac(\text_gen|char_ram~45960_combout ), + .datad(\text_gen|char_ram~45962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45963 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19498feeder ( +// Equation(s): +// \text_gen|char_ram~19498feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y39_N13 +dffeas \text_gen|char_ram~19498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N29 +dffeas \text_gen|char_ram~19526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y39_N5 +dffeas \text_gen|char_ram~19491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19519feeder ( +// Equation(s): +// \text_gen|char_ram~19519feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19519feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N17 +dffeas \text_gen|char_ram~19519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45951 ( +// Equation(s): +// \text_gen|char_ram~45951_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~19519_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19491_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19491_q ), + .datad(\text_gen|char_ram~19519_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45951 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45952 ( +// Equation(s): +// \text_gen|char_ram~45952_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45951_combout & ((\text_gen|char_ram~19526_q ))) # (!\text_gen|char_ram~45951_combout & (\text_gen|char_ram~19498_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45951_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19498_q ), + .datac(\text_gen|char_ram~19526_q ), + .datad(\text_gen|char_ram~45951_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45952 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18175feeder ( +// Equation(s): +// \text_gen|char_ram~18175feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18175feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y50_N31 +dffeas \text_gen|char_ram~18175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y49_N7 +dffeas \text_gen|char_ram~18182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y49_N23 +dffeas \text_gen|char_ram~18147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18154feeder ( +// Equation(s): +// \text_gen|char_ram~18154feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18154feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18154feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18154feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y47_N11 +dffeas \text_gen|char_ram~18154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18154feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45948 ( +// Equation(s): +// \text_gen|char_ram~45948_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~18154_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~18147_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18147_q ), + .datad(\text_gen|char_ram~18154_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45948 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45949 ( +// Equation(s): +// \text_gen|char_ram~45949_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45948_combout & ((\text_gen|char_ram~18182_q ))) # (!\text_gen|char_ram~45948_combout & (\text_gen|char_ram~18175_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45948_combout )))) + + .dataa(\text_gen|char_ram~18175_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18182_q ), + .datad(\text_gen|char_ram~45948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45949 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19050feeder ( +// Equation(s): +// \text_gen|char_ram~19050feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19050feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y47_N9 +dffeas \text_gen|char_ram~19050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y47_N17 +dffeas \text_gen|char_ram~19078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y47_N15 +dffeas \text_gen|char_ram~19043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19071feeder ( +// Equation(s): +// \text_gen|char_ram~19071feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19071feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19071feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19071feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y55_N13 +dffeas \text_gen|char_ram~19071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19071feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45946 ( +// Equation(s): +// \text_gen|char_ram~45946_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~19071_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19043_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19043_q ), + .datad(\text_gen|char_ram~19071_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45946 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45947 ( +// Equation(s): +// \text_gen|char_ram~45947_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45946_combout & ((\text_gen|char_ram~19078_q ))) # (!\text_gen|char_ram~45946_combout & (\text_gen|char_ram~19050_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45946_combout )))) + + .dataa(\text_gen|char_ram~19050_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19078_q ), + .datad(\text_gen|char_ram~45946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45947 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45950 ( +// Equation(s): +// \text_gen|char_ram~45950_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~45947_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~45949_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~45949_combout ), + .datad(\text_gen|char_ram~45947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45950 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18623feeder ( +// Equation(s): +// \text_gen|char_ram~18623feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18623feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y14_N19 +dffeas \text_gen|char_ram~18623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y14_N13 +dffeas \text_gen|char_ram~18630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y23_N17 +dffeas \text_gen|char_ram~18595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18602feeder ( +// Equation(s): +// \text_gen|char_ram~18602feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18602feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18602feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18602feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N27 +dffeas \text_gen|char_ram~18602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18602feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45944 ( +// Equation(s): +// \text_gen|char_ram~45944_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~18602_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~18595_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18595_q ), + .datad(\text_gen|char_ram~18602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45944 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45945 ( +// Equation(s): +// \text_gen|char_ram~45945_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45944_combout & ((\text_gen|char_ram~18630_q ))) # (!\text_gen|char_ram~45944_combout & (\text_gen|char_ram~18623_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45944_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~18623_q ), + .datac(\text_gen|char_ram~18630_q ), + .datad(\text_gen|char_ram~45944_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45945 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45953 ( +// Equation(s): +// \text_gen|char_ram~45953_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45950_combout & (\text_gen|char_ram~45952_combout )) # (!\text_gen|char_ram~45950_combout & ((\text_gen|char_ram~45945_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45950_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45952_combout ), + .datac(\text_gen|char_ram~45950_combout ), + .datad(\text_gen|char_ram~45945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45953 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45964 ( +// Equation(s): +// \text_gen|char_ram~45964_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~45953_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~45963_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45963_combout ), + .datad(\text_gen|char_ram~45953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45964 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45975 ( +// Equation(s): +// \text_gen|char_ram~45975_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45964_combout & ((\text_gen|char_ram~45974_combout ))) # (!\text_gen|char_ram~45964_combout & (\text_gen|char_ram~45943_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45964_combout )))) + + .dataa(\text_gen|char_ram~45943_combout ), + .datab(\text_gen|char_ram~45974_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~45964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45975 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~45975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46018 ( +// Equation(s): +// \text_gen|char_ram~46018_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~45975_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46017_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~46017_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~45975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46018 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~46018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46061 ( +// Equation(s): +// \text_gen|char_ram~46061_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46018_combout & (\text_gen|char_ram~46060_combout )) # (!\text_gen|char_ram~46018_combout & ((\text_gen|char_ram~45933_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46018_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46060_combout ), + .datac(\text_gen|char_ram~45933_combout ), + .datad(\text_gen|char_ram~46018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46061 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9110feeder ( +// Equation(s): +// \text_gen|char_ram~9110feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9110feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9110feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9110feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N11 +dffeas \text_gen|char_ram~9110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9110feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9103feeder ( +// Equation(s): +// \text_gen|char_ram~9103feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N23 +dffeas \text_gen|char_ram~9103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9075feeder ( +// Equation(s): +// \text_gen|char_ram~9075feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9075feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y43_N29 +dffeas \text_gen|char_ram~9075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9082feeder ( +// Equation(s): +// \text_gen|char_ram~9082feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9082feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9082feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9082feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y43_N25 +dffeas \text_gen|char_ram~9082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9082feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46066 ( +// Equation(s): +// \text_gen|char_ram~46066_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~9082_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9075_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9075_q ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~9082_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46066 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~46066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46067 ( +// Equation(s): +// \text_gen|char_ram~46067_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46066_combout & (\text_gen|char_ram~9110_q )) # (!\text_gen|char_ram~46066_combout & ((\text_gen|char_ram~9103_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46066_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9110_q ), + .datac(\text_gen|char_ram~9103_q ), + .datad(\text_gen|char_ram~46066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46067 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9551feeder ( +// Equation(s): +// \text_gen|char_ram~9551feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9551feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y23_N1 +dffeas \text_gen|char_ram~9551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y24_N15 +dffeas \text_gen|char_ram~9558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y28_N25 +dffeas \text_gen|char_ram~9523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9530feeder ( +// Equation(s): +// \text_gen|char_ram~9530feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y24_N5 +dffeas \text_gen|char_ram~9530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46064 ( +// Equation(s): +// \text_gen|char_ram~46064_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9530_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9523_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9523_q ), + .datad(\text_gen|char_ram~9530_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46064 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46065 ( +// Equation(s): +// \text_gen|char_ram~46065_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46064_combout & ((\text_gen|char_ram~9558_q ))) # (!\text_gen|char_ram~46064_combout & (\text_gen|char_ram~9551_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46064_combout )))) + + .dataa(\text_gen|char_ram~9551_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9558_q ), + .datad(\text_gen|char_ram~46064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46065 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46068 ( +// Equation(s): +// \text_gen|char_ram~46068_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~46065_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~46067_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46067_combout ), + .datad(\text_gen|char_ram~46065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46068 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y61_N9 +dffeas \text_gen|char_ram~9971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9999feeder ( +// Equation(s): +// \text_gen|char_ram~9999feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9999feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9999feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9999feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y57_N3 +dffeas \text_gen|char_ram~9999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9999feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46062 ( +// Equation(s): +// \text_gen|char_ram~46062_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~9999_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9971_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9971_q ), + .datad(\text_gen|char_ram~9999_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46062 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y65_N17 +dffeas \text_gen|char_ram~9978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y65_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10006feeder ( +// Equation(s): +// \text_gen|char_ram~10006feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10006feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10006feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10006feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y65_N11 +dffeas \text_gen|char_ram~10006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10006feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y65_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46063 ( +// Equation(s): +// \text_gen|char_ram~46063_combout = (\text_gen|char_ram~46062_combout & (((\text_gen|char_ram~10006_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46062_combout & (\vga_c|h_cnt [4] & (\text_gen|char_ram~9978_q ))) + + .dataa(\text_gen|char_ram~46062_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9978_q ), + .datad(\text_gen|char_ram~10006_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46063 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10426feeder ( +// Equation(s): +// \text_gen|char_ram~10426feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10426feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y32_N17 +dffeas \text_gen|char_ram~10426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y35_N9 +dffeas \text_gen|char_ram~10454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10447feeder ( +// Equation(s): +// \text_gen|char_ram~10447feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10447feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10447feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10447feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y39_N15 +dffeas \text_gen|char_ram~10447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10447feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10419feeder ( +// Equation(s): +// \text_gen|char_ram~10419feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10419feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y34_N1 +dffeas \text_gen|char_ram~10419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46069 ( +// Equation(s): +// \text_gen|char_ram~46069_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~10447_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~10419_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10447_q ), + .datad(\text_gen|char_ram~10419_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46069 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46070 ( +// Equation(s): +// \text_gen|char_ram~46070_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46069_combout & ((\text_gen|char_ram~10454_q ))) # (!\text_gen|char_ram~46069_combout & (\text_gen|char_ram~10426_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46069_combout )))) + + .dataa(\text_gen|char_ram~10426_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10454_q ), + .datad(\text_gen|char_ram~46069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46070 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46071 ( +// Equation(s): +// \text_gen|char_ram~46071_combout = (\text_gen|char_ram~46068_combout & (((\text_gen|char_ram~46070_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~46068_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~46063_combout ))) + + .dataa(\text_gen|char_ram~46068_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46063_combout ), + .datad(\text_gen|char_ram~46070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46071 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y32_N19 +dffeas \text_gen|char_ram~10650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y32_N21 +dffeas \text_gen|char_ram~10678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y34_N11 +dffeas \text_gen|char_ram~10643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y34_N15 +dffeas \text_gen|char_ram~10671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46100 ( +// Equation(s): +// \text_gen|char_ram~46100_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~10671_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10643_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10643_q ), + .datad(\text_gen|char_ram~10671_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46100 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46101 ( +// Equation(s): +// \text_gen|char_ram~46101_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46100_combout & ((\text_gen|char_ram~10678_q ))) # (!\text_gen|char_ram~46100_combout & (\text_gen|char_ram~10650_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46100_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10650_q ), + .datac(\text_gen|char_ram~10678_q ), + .datad(\text_gen|char_ram~46100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46101 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10202feeder ( +// Equation(s): +// \text_gen|char_ram~10202feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10202feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10202feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10202feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N13 +dffeas \text_gen|char_ram~10202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10202feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y39_N27 +dffeas \text_gen|char_ram~10230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10223feeder ( +// Equation(s): +// \text_gen|char_ram~10223feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10223feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N27 +dffeas \text_gen|char_ram~10223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y61_N31 +dffeas \text_gen|char_ram~10195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46093 ( +// Equation(s): +// \text_gen|char_ram~46093_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~10223_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~10195_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10223_q ), + .datac(\text_gen|char_ram~10195_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46093 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46094 ( +// Equation(s): +// \text_gen|char_ram~46094_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46093_combout & ((\text_gen|char_ram~10230_q ))) # (!\text_gen|char_ram~46093_combout & (\text_gen|char_ram~10202_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46093_combout )))) + + .dataa(\text_gen|char_ram~10202_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10230_q ), + .datad(\text_gen|char_ram~46093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46094 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9327feeder ( +// Equation(s): +// \text_gen|char_ram~9327feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9327feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N23 +dffeas \text_gen|char_ram~9327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y39_N23 +dffeas \text_gen|char_ram~9334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y40_N29 +dffeas \text_gen|char_ram~9299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9306feeder ( +// Equation(s): +// \text_gen|char_ram~9306feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9306feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9306feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9306feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y41_N21 +dffeas \text_gen|char_ram~9306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9306feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46097 ( +// Equation(s): +// \text_gen|char_ram~46097_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~9306_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9299_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9299_q ), + .datad(\text_gen|char_ram~9306_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46097 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46098 ( +// Equation(s): +// \text_gen|char_ram~46098_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46097_combout & ((\text_gen|char_ram~9334_q ))) # (!\text_gen|char_ram~46097_combout & (\text_gen|char_ram~9327_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46097_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9327_q ), + .datac(\text_gen|char_ram~9334_q ), + .datad(\text_gen|char_ram~46097_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46098 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9775feeder ( +// Equation(s): +// \text_gen|char_ram~9775feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9775feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y20_N13 +dffeas \text_gen|char_ram~9775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y20_N3 +dffeas \text_gen|char_ram~9782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y13_N23 +dffeas \text_gen|char_ram~9747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9754feeder ( +// Equation(s): +// \text_gen|char_ram~9754feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9754feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9754feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9754feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y12_N27 +dffeas \text_gen|char_ram~9754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9754feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46095 ( +// Equation(s): +// \text_gen|char_ram~46095_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9754_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9747_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9747_q ), + .datad(\text_gen|char_ram~9754_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46095 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46096 ( +// Equation(s): +// \text_gen|char_ram~46096_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46095_combout & ((\text_gen|char_ram~9782_q ))) # (!\text_gen|char_ram~46095_combout & (\text_gen|char_ram~9775_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46095_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9775_q ), + .datac(\text_gen|char_ram~9782_q ), + .datad(\text_gen|char_ram~46095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46096 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46099 ( +// Equation(s): +// \text_gen|char_ram~46099_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~46096_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~46098_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46098_combout ), + .datad(\text_gen|char_ram~46096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46099 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46102 ( +// Equation(s): +// \text_gen|char_ram~46102_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46099_combout & (\text_gen|char_ram~46101_combout )) # (!\text_gen|char_ram~46099_combout & ((\text_gen|char_ram~46094_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46099_combout )))) + + .dataa(\text_gen|char_ram~46101_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46094_combout ), + .datad(\text_gen|char_ram~46099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46102 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10538feeder ( +// Equation(s): +// \text_gen|char_ram~10538feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10538feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10538feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10538feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y36_N3 +dffeas \text_gen|char_ram~10538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10538feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10559feeder ( +// Equation(s): +// \text_gen|char_ram~10559feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10559feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y39_N7 +dffeas \text_gen|char_ram~10559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y36_N17 +dffeas \text_gen|char_ram~10531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46079 ( +// Equation(s): +// \text_gen|char_ram~46079_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~10559_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~10531_q ))))) + + .dataa(\text_gen|char_ram~10559_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10531_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46079 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10566feeder ( +// Equation(s): +// \text_gen|char_ram~10566feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10566feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y36_N25 +dffeas \text_gen|char_ram~10566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46080 ( +// Equation(s): +// \text_gen|char_ram~46080_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46079_combout & ((\text_gen|char_ram~10566_q ))) # (!\text_gen|char_ram~46079_combout & (\text_gen|char_ram~10538_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46079_combout )))) + + .dataa(\text_gen|char_ram~10538_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~46079_combout ), + .datad(\text_gen|char_ram~10566_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46080 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9663feeder ( +// Equation(s): +// \text_gen|char_ram~9663feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9663feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y21_N31 +dffeas \text_gen|char_ram~9663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y21_N17 +dffeas \text_gen|char_ram~9670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y21_N19 +dffeas \text_gen|char_ram~9635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9642feeder ( +// Equation(s): +// \text_gen|char_ram~9642feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9642feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y24_N3 +dffeas \text_gen|char_ram~9642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46072 ( +// Equation(s): +// \text_gen|char_ram~46072_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~9642_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9635_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9635_q ), + .datad(\text_gen|char_ram~9642_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46072 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46073 ( +// Equation(s): +// \text_gen|char_ram~46073_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46072_combout & ((\text_gen|char_ram~9670_q ))) # (!\text_gen|char_ram~46072_combout & (\text_gen|char_ram~9663_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46072_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9663_q ), + .datac(\text_gen|char_ram~9670_q ), + .datad(\text_gen|char_ram~46072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46073 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9215feeder ( +// Equation(s): +// \text_gen|char_ram~9215feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9215feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N21 +dffeas \text_gen|char_ram~9215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N15 +dffeas \text_gen|char_ram~9222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9187feeder ( +// Equation(s): +// \text_gen|char_ram~9187feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9187feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9187feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9187feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y40_N31 +dffeas \text_gen|char_ram~9187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9187feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y36_N11 +dffeas \text_gen|char_ram~9194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46076 ( +// Equation(s): +// \text_gen|char_ram~46076_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9194_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9187_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9187_q ), + .datad(\text_gen|char_ram~9194_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46076 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46077 ( +// Equation(s): +// \text_gen|char_ram~46077_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46076_combout & ((\text_gen|char_ram~9222_q ))) # (!\text_gen|char_ram~46076_combout & (\text_gen|char_ram~9215_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46076_combout )))) + + .dataa(\text_gen|char_ram~9215_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9222_q ), + .datad(\text_gen|char_ram~46076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46077 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y42_N3 +dffeas \text_gen|char_ram~10083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10111feeder ( +// Equation(s): +// \text_gen|char_ram~10111feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10111feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10111feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10111feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y42_N5 +dffeas \text_gen|char_ram~10111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10111feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46074 ( +// Equation(s): +// \text_gen|char_ram~46074_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~10111_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10083_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10083_q ), + .datad(\text_gen|char_ram~10111_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46074 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y42_N5 +dffeas \text_gen|char_ram~10118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10090feeder ( +// Equation(s): +// \text_gen|char_ram~10090feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10090feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y46_N5 +dffeas \text_gen|char_ram~10090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46075 ( +// Equation(s): +// \text_gen|char_ram~46075_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46074_combout & (\text_gen|char_ram~10118_q )) # (!\text_gen|char_ram~46074_combout & ((\text_gen|char_ram~10090_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46074_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46074_combout ), + .datac(\text_gen|char_ram~10118_q ), + .datad(\text_gen|char_ram~10090_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46075 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46078 ( +// Equation(s): +// \text_gen|char_ram~46078_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~46075_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~46077_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46077_combout ), + .datad(\text_gen|char_ram~46075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46078 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46081 ( +// Equation(s): +// \text_gen|char_ram~46081_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46078_combout & (\text_gen|char_ram~46080_combout )) # (!\text_gen|char_ram~46078_combout & ((\text_gen|char_ram~46073_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46078_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46080_combout ), + .datac(\text_gen|char_ram~46073_combout ), + .datad(\text_gen|char_ram~46078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46081 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9866feeder ( +// Equation(s): +// \text_gen|char_ram~9866feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9866feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N3 +dffeas \text_gen|char_ram~9866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y39_N31 +dffeas \text_gen|char_ram~9894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9887feeder ( +// Equation(s): +// \text_gen|char_ram~9887feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9887feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N17 +dffeas \text_gen|char_ram~9887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9859feeder ( +// Equation(s): +// \text_gen|char_ram~9859feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9859feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9859feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9859feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y57_N13 +dffeas \text_gen|char_ram~9859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9859feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46084 ( +// Equation(s): +// \text_gen|char_ram~46084_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~9887_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~9859_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9887_q ), + .datad(\text_gen|char_ram~9859_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46084 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46085 ( +// Equation(s): +// \text_gen|char_ram~46085_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46084_combout & ((\text_gen|char_ram~9894_q ))) # (!\text_gen|char_ram~46084_combout & (\text_gen|char_ram~9866_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46084_combout )))) + + .dataa(\text_gen|char_ram~9866_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9894_q ), + .datad(\text_gen|char_ram~46084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46085 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y41_N19 +dffeas \text_gen|char_ram~8963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8970feeder ( +// Equation(s): +// \text_gen|char_ram~8970feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y41_N7 +dffeas \text_gen|char_ram~8970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46086 ( +// Equation(s): +// \text_gen|char_ram~46086_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~8970_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8963_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8963_q ), + .datad(\text_gen|char_ram~8970_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46086 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y39_N5 +dffeas \text_gen|char_ram~8998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8991feeder ( +// Equation(s): +// \text_gen|char_ram~8991feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8991feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y39_N25 +dffeas \text_gen|char_ram~8991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46087 ( +// Equation(s): +// \text_gen|char_ram~46087_combout = (\text_gen|char_ram~46086_combout & (((\text_gen|char_ram~8998_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~46086_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8991_q )))) + + .dataa(\text_gen|char_ram~46086_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8998_q ), + .datad(\text_gen|char_ram~8991_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46087 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46088 ( +// Equation(s): +// \text_gen|char_ram~46088_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~46085_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~46087_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46085_combout ), + .datad(\text_gen|char_ram~46087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46088 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y28_N13 +dffeas \text_gen|char_ram~10314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y32_N11 +dffeas \text_gen|char_ram~10342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y31_N3 +dffeas \text_gen|char_ram~10307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10335feeder ( +// Equation(s): +// \text_gen|char_ram~10335feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10335feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y35_N21 +dffeas \text_gen|char_ram~10335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46089 ( +// Equation(s): +// \text_gen|char_ram~46089_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~10335_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10307_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10307_q ), + .datad(\text_gen|char_ram~10335_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46089 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46090 ( +// Equation(s): +// \text_gen|char_ram~46090_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46089_combout & ((\text_gen|char_ram~10342_q ))) # (!\text_gen|char_ram~46089_combout & (\text_gen|char_ram~10314_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46089_combout )))) + + .dataa(\text_gen|char_ram~10314_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10342_q ), + .datad(\text_gen|char_ram~46089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46090 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9439feeder ( +// Equation(s): +// \text_gen|char_ram~9439feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9439feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y36_N31 +dffeas \text_gen|char_ram~9439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y20_N5 +dffeas \text_gen|char_ram~9446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y13_N9 +dffeas \text_gen|char_ram~9411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9418feeder ( +// Equation(s): +// \text_gen|char_ram~9418feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9418feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y17_N21 +dffeas \text_gen|char_ram~9418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46082 ( +// Equation(s): +// \text_gen|char_ram~46082_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9418_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9411_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9411_q ), + .datad(\text_gen|char_ram~9418_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46082 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46083 ( +// Equation(s): +// \text_gen|char_ram~46083_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46082_combout & ((\text_gen|char_ram~9446_q ))) # (!\text_gen|char_ram~46082_combout & (\text_gen|char_ram~9439_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46082_combout )))) + + .dataa(\text_gen|char_ram~9439_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9446_q ), + .datad(\text_gen|char_ram~46082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46083 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46091 ( +// Equation(s): +// \text_gen|char_ram~46091_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46088_combout & (\text_gen|char_ram~46090_combout )) # (!\text_gen|char_ram~46088_combout & ((\text_gen|char_ram~46083_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~46088_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46088_combout ), + .datac(\text_gen|char_ram~46090_combout ), + .datad(\text_gen|char_ram~46083_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46091 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46092 ( +// Equation(s): +// \text_gen|char_ram~46092_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~46081_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~46091_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46081_combout ), + .datad(\text_gen|char_ram~46091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46092 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46103 ( +// Equation(s): +// \text_gen|char_ram~46103_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46092_combout & ((\text_gen|char_ram~46102_combout ))) # (!\text_gen|char_ram~46092_combout & (\text_gen|char_ram~46071_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46092_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46071_combout ), + .datac(\text_gen|char_ram~46102_combout ), + .datad(\text_gen|char_ram~46092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46103 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2495feeder ( +// Equation(s): +// \text_gen|char_ram~2495feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2495feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y20_N17 +dffeas \text_gen|char_ram~2495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y20_N31 +dffeas \text_gen|char_ram~2502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y20_N21 +dffeas \text_gen|char_ram~2467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2474feeder ( +// Equation(s): +// \text_gen|char_ram~2474feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y20_N21 +dffeas \text_gen|char_ram~2474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46146 ( +// Equation(s): +// \text_gen|char_ram~46146_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2474_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2467_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2467_q ), + .datad(\text_gen|char_ram~2474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46146 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46147 ( +// Equation(s): +// \text_gen|char_ram~46147_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46146_combout & ((\text_gen|char_ram~2502_q ))) # (!\text_gen|char_ram~46146_combout & (\text_gen|char_ram~2495_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46146_combout )))) + + .dataa(\text_gen|char_ram~2495_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2502_q ), + .datad(\text_gen|char_ram~46146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46147 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3370feeder ( +// Equation(s): +// \text_gen|char_ram~3370feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3370feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y38_N23 +dffeas \text_gen|char_ram~3370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y34_N23 +dffeas \text_gen|char_ram~3398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y34_N17 +dffeas \text_gen|char_ram~3363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3391feeder ( +// Equation(s): +// \text_gen|char_ram~3391feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N1 +dffeas \text_gen|char_ram~3391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46153 ( +// Equation(s): +// \text_gen|char_ram~46153_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3391_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3363_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3363_q ), + .datad(\text_gen|char_ram~3391_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46153 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46154 ( +// Equation(s): +// \text_gen|char_ram~46154_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46153_combout & ((\text_gen|char_ram~3398_q ))) # (!\text_gen|char_ram~46153_combout & (\text_gen|char_ram~3370_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46153_combout )))) + + .dataa(\text_gen|char_ram~3370_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3398_q ), + .datad(\text_gen|char_ram~46153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46154 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2047feeder ( +// Equation(s): +// \text_gen|char_ram~2047feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2047feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2047feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2047feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y39_N21 +dffeas \text_gen|char_ram~2047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2047feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y38_N7 +dffeas \text_gen|char_ram~2054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y38_N21 +dffeas \text_gen|char_ram~2019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2026feeder ( +// Equation(s): +// \text_gen|char_ram~2026feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2026feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y38_N27 +dffeas \text_gen|char_ram~2026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46150 ( +// Equation(s): +// \text_gen|char_ram~46150_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2026_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2019_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2019_q ), + .datad(\text_gen|char_ram~2026_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46150 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46151 ( +// Equation(s): +// \text_gen|char_ram~46151_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46150_combout & ((\text_gen|char_ram~2054_q ))) # (!\text_gen|char_ram~46150_combout & (\text_gen|char_ram~2047_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46150_combout )))) + + .dataa(\text_gen|char_ram~2047_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2054_q ), + .datad(\text_gen|char_ram~46150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46151 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2922feeder ( +// Equation(s): +// \text_gen|char_ram~2922feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y46_N29 +dffeas \text_gen|char_ram~2922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y49_N9 +dffeas \text_gen|char_ram~2915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2943feeder ( +// Equation(s): +// \text_gen|char_ram~2943feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2943feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2943feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2943feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N25 +dffeas \text_gen|char_ram~2943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2943feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46148 ( +// Equation(s): +// \text_gen|char_ram~46148_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2943_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2915_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2915_q ), + .datad(\text_gen|char_ram~2943_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46148 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y49_N31 +dffeas \text_gen|char_ram~2950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46149 ( +// Equation(s): +// \text_gen|char_ram~46149_combout = (\text_gen|char_ram~46148_combout & (((\text_gen|char_ram~2950_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~46148_combout & (\text_gen|char_ram~2922_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~2922_q ), + .datab(\text_gen|char_ram~46148_combout ), + .datac(\text_gen|char_ram~2950_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46149 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46152 ( +// Equation(s): +// \text_gen|char_ram~46152_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~46149_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~46151_combout )))) + + .dataa(\text_gen|char_ram~46151_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46152 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~46152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46155 ( +// Equation(s): +// \text_gen|char_ram~46155_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46152_combout & ((\text_gen|char_ram~46154_combout ))) # (!\text_gen|char_ram~46152_combout & (\text_gen|char_ram~46147_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46152_combout )))) + + .dataa(\text_gen|char_ram~46147_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46154_combout ), + .datad(\text_gen|char_ram~46152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46155 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3034feeder ( +// Equation(s): +// \text_gen|char_ram~3034feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3034feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y53_N17 +dffeas \text_gen|char_ram~3034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N17 +dffeas \text_gen|char_ram~3027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3055feeder ( +// Equation(s): +// \text_gen|char_ram~3055feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3055feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y53_N17 +dffeas \text_gen|char_ram~3055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46177 ( +// Equation(s): +// \text_gen|char_ram~46177_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3055_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3027_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3027_q ), + .datad(\text_gen|char_ram~3055_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46177 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y53_N31 +dffeas \text_gen|char_ram~3062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46178 ( +// Equation(s): +// \text_gen|char_ram~46178_combout = (\text_gen|char_ram~46177_combout & (((\text_gen|char_ram~3062_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~46177_combout & (\text_gen|char_ram~3034_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~3034_q ), + .datab(\text_gen|char_ram~46177_combout ), + .datac(\text_gen|char_ram~3062_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46178 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3482feeder ( +// Equation(s): +// \text_gen|char_ram~3482feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3482feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3482feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3482feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N11 +dffeas \text_gen|char_ram~3482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3482feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y34_N31 +dffeas \text_gen|char_ram~3510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y34_N17 +dffeas \text_gen|char_ram~3475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3503feeder ( +// Equation(s): +// \text_gen|char_ram~3503feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3503feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N27 +dffeas \text_gen|char_ram~3503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46184 ( +// Equation(s): +// \text_gen|char_ram~46184_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3503_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3475_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3475_q ), + .datad(\text_gen|char_ram~3503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46184 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46185 ( +// Equation(s): +// \text_gen|char_ram~46185_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46184_combout & ((\text_gen|char_ram~3510_q ))) # (!\text_gen|char_ram~46184_combout & (\text_gen|char_ram~3482_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46184_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3482_q ), + .datac(\text_gen|char_ram~3510_q ), + .datad(\text_gen|char_ram~46184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46185 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2138feeder ( +// Equation(s): +// \text_gen|char_ram~2138feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2138feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2138feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2138feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N29 +dffeas \text_gen|char_ram~2138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2138feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N31 +dffeas \text_gen|char_ram~2131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46181 ( +// Equation(s): +// \text_gen|char_ram~46181_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2138_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~2131_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2138_q ), + .datac(\text_gen|char_ram~2131_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46181 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2159feeder ( +// Equation(s): +// \text_gen|char_ram~2159feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2159feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2159feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2159feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y39_N15 +dffeas \text_gen|char_ram~2159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2159feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N5 +dffeas \text_gen|char_ram~2166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46182 ( +// Equation(s): +// \text_gen|char_ram~46182_combout = (\text_gen|char_ram~46181_combout & (((\text_gen|char_ram~2166_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~46181_combout & (\text_gen|char_ram~2159_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~46181_combout ), + .datab(\text_gen|char_ram~2159_q ), + .datac(\text_gen|char_ram~2166_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46182 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~46182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2607feeder ( +// Equation(s): +// \text_gen|char_ram~2607feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2607feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2607feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2607feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y20_N29 +dffeas \text_gen|char_ram~2607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2607feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y20_N15 +dffeas \text_gen|char_ram~2614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y20_N11 +dffeas \text_gen|char_ram~2579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2586feeder ( +// Equation(s): +// \text_gen|char_ram~2586feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y20_N23 +dffeas \text_gen|char_ram~2586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46179 ( +// Equation(s): +// \text_gen|char_ram~46179_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2586_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2579_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2579_q ), + .datad(\text_gen|char_ram~2586_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46179 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46180 ( +// Equation(s): +// \text_gen|char_ram~46180_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46179_combout & ((\text_gen|char_ram~2614_q ))) # (!\text_gen|char_ram~46179_combout & (\text_gen|char_ram~2607_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46179_combout )))) + + .dataa(\text_gen|char_ram~2607_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2614_q ), + .datad(\text_gen|char_ram~46179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46180 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46183 ( +// Equation(s): +// \text_gen|char_ram~46183_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~46180_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~46182_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46182_combout ), + .datad(\text_gen|char_ram~46180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46183 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46186 ( +// Equation(s): +// \text_gen|char_ram~46186_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46183_combout & ((\text_gen|char_ram~46185_combout ))) # (!\text_gen|char_ram~46183_combout & (\text_gen|char_ram~46178_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46183_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46178_combout ), + .datac(\text_gen|char_ram~46185_combout ), + .datad(\text_gen|char_ram~46183_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46186 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y38_N3 +dffeas \text_gen|char_ram~1795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1802feeder ( +// Equation(s): +// \text_gen|char_ram~1802feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1802feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y38_N27 +dffeas \text_gen|char_ram~1802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46170 ( +// Equation(s): +// \text_gen|char_ram~46170_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1802_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1795_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1795_q ), + .datad(\text_gen|char_ram~1802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46170 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y38_N31 +dffeas \text_gen|char_ram~1830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1823feeder ( +// Equation(s): +// \text_gen|char_ram~1823feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y39_N9 +dffeas \text_gen|char_ram~1823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46171 ( +// Equation(s): +// \text_gen|char_ram~46171_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46170_combout & (\text_gen|char_ram~1830_q )) # (!\text_gen|char_ram~46170_combout & ((\text_gen|char_ram~1823_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~46170_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46170_combout ), + .datac(\text_gen|char_ram~1830_q ), + .datad(\text_gen|char_ram~1823_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46171 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2698feeder ( +// Equation(s): +// \text_gen|char_ram~2698feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2698feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y57_N25 +dffeas \text_gen|char_ram~2698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y38_N29 +dffeas \text_gen|char_ram~2726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y57_N11 +dffeas \text_gen|char_ram~2691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2719feeder ( +// Equation(s): +// \text_gen|char_ram~2719feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2719feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y53_N23 +dffeas \text_gen|char_ram~2719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46168 ( +// Equation(s): +// \text_gen|char_ram~46168_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2719_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2691_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2691_q ), + .datad(\text_gen|char_ram~2719_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46168 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46169 ( +// Equation(s): +// \text_gen|char_ram~46169_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46168_combout & ((\text_gen|char_ram~2726_q ))) # (!\text_gen|char_ram~46168_combout & (\text_gen|char_ram~2698_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46168_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2698_q ), + .datac(\text_gen|char_ram~2726_q ), + .datad(\text_gen|char_ram~46168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46169 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46172 ( +// Equation(s): +// \text_gen|char_ram~46172_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~46169_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~46171_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46171_combout ), + .datad(\text_gen|char_ram~46169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46172 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y34_N5 +dffeas \text_gen|char_ram~3146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y34_N23 +dffeas \text_gen|char_ram~3174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y34_N17 +dffeas \text_gen|char_ram~3139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3167feeder ( +// Equation(s): +// \text_gen|char_ram~3167feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3167feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y34_N25 +dffeas \text_gen|char_ram~3167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46173 ( +// Equation(s): +// \text_gen|char_ram~46173_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3167_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3139_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3139_q ), + .datad(\text_gen|char_ram~3167_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46173 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46174 ( +// Equation(s): +// \text_gen|char_ram~46174_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46173_combout & ((\text_gen|char_ram~3174_q ))) # (!\text_gen|char_ram~46173_combout & (\text_gen|char_ram~3146_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46173_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3146_q ), + .datac(\text_gen|char_ram~3174_q ), + .datad(\text_gen|char_ram~46173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46174 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2271feeder ( +// Equation(s): +// \text_gen|char_ram~2271feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2271feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y20_N3 +dffeas \text_gen|char_ram~2271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y20_N3 +dffeas \text_gen|char_ram~2278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N27 +dffeas \text_gen|char_ram~2243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2250feeder ( +// Equation(s): +// \text_gen|char_ram~2250feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y17_N27 +dffeas \text_gen|char_ram~2250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46166 ( +// Equation(s): +// \text_gen|char_ram~46166_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2250_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2243_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2243_q ), + .datad(\text_gen|char_ram~2250_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46166 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46167 ( +// Equation(s): +// \text_gen|char_ram~46167_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46166_combout & ((\text_gen|char_ram~2278_q ))) # (!\text_gen|char_ram~46166_combout & (\text_gen|char_ram~2271_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46166_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2271_q ), + .datac(\text_gen|char_ram~2278_q ), + .datad(\text_gen|char_ram~46166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46167 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46175 ( +// Equation(s): +// \text_gen|char_ram~46175_combout = (\text_gen|char_ram~46172_combout & ((\text_gen|char_ram~46174_combout ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~46172_combout & (((\text_gen|Add5~4_combout & \text_gen|char_ram~46167_combout )))) + + .dataa(\text_gen|char_ram~46172_combout ), + .datab(\text_gen|char_ram~46174_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~46167_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46175 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~46175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3258feeder ( +// Equation(s): +// \text_gen|char_ram~3258feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3258feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3258feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3258feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y38_N17 +dffeas \text_gen|char_ram~3258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3258feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y34_N25 +dffeas \text_gen|char_ram~3286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y34_N19 +dffeas \text_gen|char_ram~3251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~3279feeder ( +// Equation(s): +// \text_gen|char_ram~3279feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3279feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3279feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3279feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y35_N3 +dffeas \text_gen|char_ram~3279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3279feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46163 ( +// Equation(s): +// \text_gen|char_ram~46163_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3279_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3251_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3251_q ), + .datad(\text_gen|char_ram~3279_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46163 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46164 ( +// Equation(s): +// \text_gen|char_ram~46164_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46163_combout & ((\text_gen|char_ram~3286_q ))) # (!\text_gen|char_ram~46163_combout & (\text_gen|char_ram~3258_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46163_combout )))) + + .dataa(\text_gen|char_ram~3258_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3286_q ), + .datad(\text_gen|char_ram~46163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46164 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2810feeder ( +// Equation(s): +// \text_gen|char_ram~2810feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2810feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N3 +dffeas \text_gen|char_ram~2810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y38_N27 +dffeas \text_gen|char_ram~2838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y39_N23 +dffeas \text_gen|char_ram~2803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2831feeder ( +// Equation(s): +// \text_gen|char_ram~2831feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2831feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y39_N17 +dffeas \text_gen|char_ram~2831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46156 ( +// Equation(s): +// \text_gen|char_ram~46156_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2831_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2803_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2803_q ), + .datad(\text_gen|char_ram~2831_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46156 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46157 ( +// Equation(s): +// \text_gen|char_ram~46157_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46156_combout & ((\text_gen|char_ram~2838_q ))) # (!\text_gen|char_ram~46156_combout & (\text_gen|char_ram~2810_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46156_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2810_q ), + .datac(\text_gen|char_ram~2838_q ), + .datad(\text_gen|char_ram~46156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46157 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2383feeder ( +// Equation(s): +// \text_gen|char_ram~2383feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2383feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N17 +dffeas \text_gen|char_ram~2383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y20_N13 +dffeas \text_gen|char_ram~2390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N5 +dffeas \text_gen|char_ram~2355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2362feeder ( +// Equation(s): +// \text_gen|char_ram~2362feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2362feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2362feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2362feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y28_N27 +dffeas \text_gen|char_ram~2362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2362feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46158 ( +// Equation(s): +// \text_gen|char_ram~46158_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2362_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2355_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2355_q ), + .datad(\text_gen|char_ram~2362_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46158 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46159 ( +// Equation(s): +// \text_gen|char_ram~46159_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46158_combout & ((\text_gen|char_ram~2390_q ))) # (!\text_gen|char_ram~46158_combout & (\text_gen|char_ram~2383_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46158_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2383_q ), + .datac(\text_gen|char_ram~2390_q ), + .datad(\text_gen|char_ram~46158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46159 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1935feeder ( +// Equation(s): +// \text_gen|char_ram~1935feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1935feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1935feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1935feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y39_N21 +dffeas \text_gen|char_ram~1935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1935feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N25 +dffeas \text_gen|char_ram~1942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N3 +dffeas \text_gen|char_ram~1907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N15 +dffeas \text_gen|char_ram~1914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46160 ( +// Equation(s): +// \text_gen|char_ram~46160_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~1914_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1907_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1907_q ), + .datad(\text_gen|char_ram~1914_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46160 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46161 ( +// Equation(s): +// \text_gen|char_ram~46161_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46160_combout & ((\text_gen|char_ram~1942_q ))) # (!\text_gen|char_ram~46160_combout & (\text_gen|char_ram~1935_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46160_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1935_q ), + .datac(\text_gen|char_ram~1942_q ), + .datad(\text_gen|char_ram~46160_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46161 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46162 ( +// Equation(s): +// \text_gen|char_ram~46162_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~46159_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~46161_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46159_combout ), + .datad(\text_gen|char_ram~46161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46162 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46165 ( +// Equation(s): +// \text_gen|char_ram~46165_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46162_combout & (\text_gen|char_ram~46164_combout )) # (!\text_gen|char_ram~46162_combout & ((\text_gen|char_ram~46157_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46162_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46164_combout ), + .datac(\text_gen|char_ram~46157_combout ), + .datad(\text_gen|char_ram~46162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46165 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46176 ( +// Equation(s): +// \text_gen|char_ram~46176_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~46165_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~46175_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46175_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~46165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46176 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~46176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46187 ( +// Equation(s): +// \text_gen|char_ram~46187_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46176_combout & ((\text_gen|char_ram~46186_combout ))) # (!\text_gen|char_ram~46176_combout & (\text_gen|char_ram~46155_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46176_combout )))) + + .dataa(\text_gen|char_ram~46155_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46186_combout ), + .datad(\text_gen|char_ram~46176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46187 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17818feeder ( +// Equation(s): +// \text_gen|char_ram~17818feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y27_N23 +dffeas \text_gen|char_ram~17818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y30_N7 +dffeas \text_gen|char_ram~17846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y32_N13 +dffeas \text_gen|char_ram~17811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17839feeder ( +// Equation(s): +// \text_gen|char_ram~17839feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17839feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17839feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17839feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y32_N15 +dffeas \text_gen|char_ram~17839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17839feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46142 ( +// Equation(s): +// \text_gen|char_ram~46142_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17839_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17811_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17811_q ), + .datad(\text_gen|char_ram~17839_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46142 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46143 ( +// Equation(s): +// \text_gen|char_ram~46143_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46142_combout & ((\text_gen|char_ram~17846_q ))) # (!\text_gen|char_ram~46142_combout & (\text_gen|char_ram~17818_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46142_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17818_q ), + .datac(\text_gen|char_ram~17846_q ), + .datad(\text_gen|char_ram~46142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46143 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y46_N19 +dffeas \text_gen|char_ram~17363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17391feeder ( +// Equation(s): +// \text_gen|char_ram~17391feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17391feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y46_N13 +dffeas \text_gen|char_ram~17391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46135 ( +// Equation(s): +// \text_gen|char_ram~46135_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17391_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17363_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17363_q ), + .datad(\text_gen|char_ram~17391_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46135 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y46_N15 +dffeas \text_gen|char_ram~17398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17370feeder ( +// Equation(s): +// \text_gen|char_ram~17370feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17370feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y50_N9 +dffeas \text_gen|char_ram~17370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46136 ( +// Equation(s): +// \text_gen|char_ram~46136_combout = (\text_gen|char_ram~46135_combout & (((\text_gen|char_ram~17398_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46135_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~17370_q )))) + + .dataa(\text_gen|char_ram~46135_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17398_q ), + .datad(\text_gen|char_ram~17370_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46136 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16943feeder ( +// Equation(s): +// \text_gen|char_ram~16943feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16943feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16943feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16943feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y20_N13 +dffeas \text_gen|char_ram~16943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16943feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y22_N7 +dffeas \text_gen|char_ram~16950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N19 +dffeas \text_gen|char_ram~16915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16922feeder ( +// Equation(s): +// \text_gen|char_ram~16922feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y24_N15 +dffeas \text_gen|char_ram~16922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46137 ( +// Equation(s): +// \text_gen|char_ram~46137_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~16922_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16915_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16915_q ), + .datad(\text_gen|char_ram~16922_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46137 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46138 ( +// Equation(s): +// \text_gen|char_ram~46138_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46137_combout & ((\text_gen|char_ram~16950_q ))) # (!\text_gen|char_ram~46137_combout & (\text_gen|char_ram~16943_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46137_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16943_q ), + .datac(\text_gen|char_ram~16950_q ), + .datad(\text_gen|char_ram~46137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46138 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16495feeder ( +// Equation(s): +// \text_gen|char_ram~16495feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16495feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y36_N19 +dffeas \text_gen|char_ram~16495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y30_N3 +dffeas \text_gen|char_ram~16502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y36_N29 +dffeas \text_gen|char_ram~16467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16474feeder ( +// Equation(s): +// \text_gen|char_ram~16474feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y24_N21 +dffeas \text_gen|char_ram~16474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46139 ( +// Equation(s): +// \text_gen|char_ram~46139_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16474_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16467_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16467_q ), + .datad(\text_gen|char_ram~16474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46139 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46140 ( +// Equation(s): +// \text_gen|char_ram~46140_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46139_combout & ((\text_gen|char_ram~16502_q ))) # (!\text_gen|char_ram~46139_combout & (\text_gen|char_ram~16495_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46139_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16495_q ), + .datac(\text_gen|char_ram~16502_q ), + .datad(\text_gen|char_ram~46139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46140 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46141 ( +// Equation(s): +// \text_gen|char_ram~46141_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~46138_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~46140_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46138_combout ), + .datad(\text_gen|char_ram~46140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46141 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46144 ( +// Equation(s): +// \text_gen|char_ram~46144_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46141_combout & (\text_gen|char_ram~46143_combout )) # (!\text_gen|char_ram~46141_combout & ((\text_gen|char_ram~46136_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46141_combout )))) + + .dataa(\text_gen|char_ram~46143_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46136_combout ), + .datad(\text_gen|char_ram~46141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46144 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17258feeder ( +// Equation(s): +// \text_gen|char_ram~17258feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17258feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17258feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17258feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y50_N31 +dffeas \text_gen|char_ram~17258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17258feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y49_N21 +dffeas \text_gen|char_ram~17286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17279feeder ( +// Equation(s): +// \text_gen|char_ram~17279feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17279feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17279feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17279feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y42_N17 +dffeas \text_gen|char_ram~17279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17279feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y46_N21 +dffeas \text_gen|char_ram~17251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46106 ( +// Equation(s): +// \text_gen|char_ram~46106_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~17279_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~17251_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17279_q ), + .datac(\text_gen|char_ram~17251_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46106 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46107 ( +// Equation(s): +// \text_gen|char_ram~46107_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46106_combout & ((\text_gen|char_ram~17286_q ))) # (!\text_gen|char_ram~46106_combout & (\text_gen|char_ram~17258_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46106_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17258_q ), + .datac(\text_gen|char_ram~17286_q ), + .datad(\text_gen|char_ram~46106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46107 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16383feeder ( +// Equation(s): +// \text_gen|char_ram~16383feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16383feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y40_N13 +dffeas \text_gen|char_ram~16383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y36_N13 +dffeas \text_gen|char_ram~16390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y36_N13 +dffeas \text_gen|char_ram~16355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16362feeder ( +// Equation(s): +// \text_gen|char_ram~16362feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16362feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16362feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16362feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y23_N27 +dffeas \text_gen|char_ram~16362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16362feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46108 ( +// Equation(s): +// \text_gen|char_ram~46108_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~16362_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16355_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16355_q ), + .datad(\text_gen|char_ram~16362_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46108 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46109 ( +// Equation(s): +// \text_gen|char_ram~46109_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46108_combout & ((\text_gen|char_ram~16390_q ))) # (!\text_gen|char_ram~46108_combout & (\text_gen|char_ram~16383_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46108_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16383_q ), + .datac(\text_gen|char_ram~16390_q ), + .datad(\text_gen|char_ram~46108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46109 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46110 ( +// Equation(s): +// \text_gen|char_ram~46110_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~46107_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~46109_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46107_combout ), + .datad(\text_gen|char_ram~46109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46110 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16831feeder ( +// Equation(s): +// \text_gen|char_ram~16831feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16831feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y20_N27 +dffeas \text_gen|char_ram~16831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y36_N31 +dffeas \text_gen|char_ram~16838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y12_N5 +dffeas \text_gen|char_ram~16803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16810feeder ( +// Equation(s): +// \text_gen|char_ram~16810feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16810feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y23_N1 +dffeas \text_gen|char_ram~16810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46104 ( +// Equation(s): +// \text_gen|char_ram~46104_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~16810_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16803_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16803_q ), + .datad(\text_gen|char_ram~16810_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46104 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46105 ( +// Equation(s): +// \text_gen|char_ram~46105_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46104_combout & ((\text_gen|char_ram~16838_q ))) # (!\text_gen|char_ram~46104_combout & (\text_gen|char_ram~16831_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46104_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16831_q ), + .datac(\text_gen|char_ram~16838_q ), + .datad(\text_gen|char_ram~46104_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46105 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17706feeder ( +// Equation(s): +// \text_gen|char_ram~17706feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17706feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N13 +dffeas \text_gen|char_ram~17706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y23_N27 +dffeas \text_gen|char_ram~17734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y30_N15 +dffeas \text_gen|char_ram~17699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17727feeder ( +// Equation(s): +// \text_gen|char_ram~17727feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y28_N27 +dffeas \text_gen|char_ram~17727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46111 ( +// Equation(s): +// \text_gen|char_ram~46111_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17727_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17699_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17699_q ), + .datad(\text_gen|char_ram~17727_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46111 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46112 ( +// Equation(s): +// \text_gen|char_ram~46112_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46111_combout & ((\text_gen|char_ram~17734_q ))) # (!\text_gen|char_ram~46111_combout & (\text_gen|char_ram~17706_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46111_combout )))) + + .dataa(\text_gen|char_ram~17706_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17734_q ), + .datad(\text_gen|char_ram~46111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46112 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46113 ( +// Equation(s): +// \text_gen|char_ram~46113_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46110_combout & ((\text_gen|char_ram~46112_combout ))) # (!\text_gen|char_ram~46110_combout & (\text_gen|char_ram~46105_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~46110_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46110_combout ), + .datac(\text_gen|char_ram~46105_combout ), + .datad(\text_gen|char_ram~46112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46113 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~46113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17482feeder ( +// Equation(s): +// \text_gen|char_ram~17482feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17482feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17482feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17482feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y24_N25 +dffeas \text_gen|char_ram~17482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17482feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y30_N5 +dffeas \text_gen|char_ram~17475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17503feeder ( +// Equation(s): +// \text_gen|char_ram~17503feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17503feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y29_N1 +dffeas \text_gen|char_ram~17503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46131 ( +// Equation(s): +// \text_gen|char_ram~46131_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17503_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17475_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17475_q ), + .datad(\text_gen|char_ram~17503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46131 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y27_N25 +dffeas \text_gen|char_ram~17510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46132 ( +// Equation(s): +// \text_gen|char_ram~46132_combout = (\text_gen|char_ram~46131_combout & (((\text_gen|char_ram~17510_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~46131_combout & (\text_gen|char_ram~17482_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~17482_q ), + .datab(\text_gen|char_ram~46131_combout ), + .datac(\text_gen|char_ram~17510_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46132 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16607feeder ( +// Equation(s): +// \text_gen|char_ram~16607feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16607feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16607feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16607feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y20_N19 +dffeas \text_gen|char_ram~16607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16607feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N23 +dffeas \text_gen|char_ram~16614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N29 +dffeas \text_gen|char_ram~16579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16586feeder ( +// Equation(s): +// \text_gen|char_ram~16586feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y20_N9 +dffeas \text_gen|char_ram~16586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46124 ( +// Equation(s): +// \text_gen|char_ram~46124_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~16586_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16579_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16579_q ), + .datad(\text_gen|char_ram~16586_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46124 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46125 ( +// Equation(s): +// \text_gen|char_ram~46125_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46124_combout & ((\text_gen|char_ram~16614_q ))) # (!\text_gen|char_ram~46124_combout & (\text_gen|char_ram~16607_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46124_combout )))) + + .dataa(\text_gen|char_ram~16607_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16614_q ), + .datad(\text_gen|char_ram~46124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46125 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16159feeder ( +// Equation(s): +// \text_gen|char_ram~16159feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16159feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16159feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16159feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y38_N13 +dffeas \text_gen|char_ram~16159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16159feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y38_N31 +dffeas \text_gen|char_ram~16166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y36_N13 +dffeas \text_gen|char_ram~16131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16138feeder ( +// Equation(s): +// \text_gen|char_ram~16138feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16138feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16138feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16138feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y24_N19 +dffeas \text_gen|char_ram~16138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16138feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46128 ( +// Equation(s): +// \text_gen|char_ram~46128_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16138_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16131_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16131_q ), + .datad(\text_gen|char_ram~16138_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46128 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46129 ( +// Equation(s): +// \text_gen|char_ram~46129_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46128_combout & ((\text_gen|char_ram~16166_q ))) # (!\text_gen|char_ram~46128_combout & (\text_gen|char_ram~16159_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46128_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16159_q ), + .datac(\text_gen|char_ram~16166_q ), + .datad(\text_gen|char_ram~46128_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46129 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y55_N1 +dffeas \text_gen|char_ram~17027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17055feeder ( +// Equation(s): +// \text_gen|char_ram~17055feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17055feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y53_N25 +dffeas \text_gen|char_ram~17055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46126 ( +// Equation(s): +// \text_gen|char_ram~46126_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17055_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17027_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17027_q ), + .datad(\text_gen|char_ram~17055_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46126 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N29 +dffeas \text_gen|char_ram~17062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17034feeder ( +// Equation(s): +// \text_gen|char_ram~17034feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17034feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N15 +dffeas \text_gen|char_ram~17034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46127 ( +// Equation(s): +// \text_gen|char_ram~46127_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46126_combout & (\text_gen|char_ram~17062_q )) # (!\text_gen|char_ram~46126_combout & ((\text_gen|char_ram~17034_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46126_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46126_combout ), + .datac(\text_gen|char_ram~17062_q ), + .datad(\text_gen|char_ram~17034_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46127 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46130 ( +// Equation(s): +// \text_gen|char_ram~46130_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~46127_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~46129_combout )))) + + .dataa(\text_gen|char_ram~46129_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46130 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~46130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46133 ( +// Equation(s): +// \text_gen|char_ram~46133_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46130_combout & (\text_gen|char_ram~46132_combout )) # (!\text_gen|char_ram~46130_combout & ((\text_gen|char_ram~46125_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46130_combout )))) + + .dataa(\text_gen|char_ram~46132_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46125_combout ), + .datad(\text_gen|char_ram~46130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46133 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y16_N25 +dffeas \text_gen|char_ram~16691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16698feeder ( +// Equation(s): +// \text_gen|char_ram~16698feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16698feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y16_N7 +dffeas \text_gen|char_ram~16698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46116 ( +// Equation(s): +// \text_gen|char_ram~46116_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16698_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16691_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16691_q ), + .datad(\text_gen|char_ram~16698_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46116 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N1 +dffeas \text_gen|char_ram~16726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16719feeder ( +// Equation(s): +// \text_gen|char_ram~16719feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16719feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N17 +dffeas \text_gen|char_ram~16719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46117 ( +// Equation(s): +// \text_gen|char_ram~46117_combout = (\text_gen|char_ram~46116_combout & (((\text_gen|char_ram~16726_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~46116_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~16719_q )))) + + .dataa(\text_gen|char_ram~46116_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16726_q ), + .datad(\text_gen|char_ram~16719_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46117 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16271feeder ( +// Equation(s): +// \text_gen|char_ram~16271feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16271feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y33_N13 +dffeas \text_gen|char_ram~16271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y30_N29 +dffeas \text_gen|char_ram~16278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y35_N9 +dffeas \text_gen|char_ram~16243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16250feeder ( +// Equation(s): +// \text_gen|char_ram~16250feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y24_N21 +dffeas \text_gen|char_ram~16250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46118 ( +// Equation(s): +// \text_gen|char_ram~46118_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16250_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16243_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16243_q ), + .datad(\text_gen|char_ram~16250_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46118 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46119 ( +// Equation(s): +// \text_gen|char_ram~46119_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46118_combout & ((\text_gen|char_ram~16278_q ))) # (!\text_gen|char_ram~46118_combout & (\text_gen|char_ram~16271_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46118_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16271_q ), + .datac(\text_gen|char_ram~16278_q ), + .datad(\text_gen|char_ram~46118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46119 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46120 ( +// Equation(s): +// \text_gen|char_ram~46120_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~46117_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~46119_combout ))))) + + .dataa(\text_gen|char_ram~46117_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~46119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46120 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~46120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17594feeder ( +// Equation(s): +// \text_gen|char_ram~17594feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17594feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17594feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17594feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y30_N23 +dffeas \text_gen|char_ram~17594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17594feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y30_N5 +dffeas \text_gen|char_ram~17622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y27_N11 +dffeas \text_gen|char_ram~17587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N11 +dffeas \text_gen|char_ram~17615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46121 ( +// Equation(s): +// \text_gen|char_ram~46121_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17615_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17587_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17587_q ), + .datad(\text_gen|char_ram~17615_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46121 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46122 ( +// Equation(s): +// \text_gen|char_ram~46122_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46121_combout & ((\text_gen|char_ram~17622_q ))) # (!\text_gen|char_ram~46121_combout & (\text_gen|char_ram~17594_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46121_combout )))) + + .dataa(\text_gen|char_ram~17594_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17622_q ), + .datad(\text_gen|char_ram~46121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46122 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y35_N17 +dffeas \text_gen|char_ram~17146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y46_N1 +dffeas \text_gen|char_ram~17174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y37_N27 +dffeas \text_gen|char_ram~17139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17167feeder ( +// Equation(s): +// \text_gen|char_ram~17167feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17167feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y33_N17 +dffeas \text_gen|char_ram~17167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46114 ( +// Equation(s): +// \text_gen|char_ram~46114_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~17167_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17139_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17139_q ), + .datad(\text_gen|char_ram~17167_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46114 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46115 ( +// Equation(s): +// \text_gen|char_ram~46115_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46114_combout & ((\text_gen|char_ram~17174_q ))) # (!\text_gen|char_ram~46114_combout & (\text_gen|char_ram~17146_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46114_combout )))) + + .dataa(\text_gen|char_ram~17146_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17174_q ), + .datad(\text_gen|char_ram~46114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46115 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46123 ( +// Equation(s): +// \text_gen|char_ram~46123_combout = (\text_gen|char_ram~46120_combout & (((\text_gen|char_ram~46122_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~46120_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46115_combout )))) + + .dataa(\text_gen|char_ram~46120_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46122_combout ), + .datad(\text_gen|char_ram~46115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46123 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46134 ( +// Equation(s): +// \text_gen|char_ram~46134_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~46123_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46133_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46133_combout ), + .datad(\text_gen|char_ram~46123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46134 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46145 ( +// Equation(s): +// \text_gen|char_ram~46145_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46134_combout & (\text_gen|char_ram~46144_combout )) # (!\text_gen|char_ram~46134_combout & ((\text_gen|char_ram~46113_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~46134_combout )))) + + .dataa(\text_gen|char_ram~46144_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46113_combout ), + .datad(\text_gen|char_ram~46134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46145 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46188 ( +// Equation(s): +// \text_gen|char_ram~46188_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~46145_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~46187_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46187_combout ), + .datad(\text_gen|char_ram~46145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46188 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24538feeder ( +// Equation(s): +// \text_gen|char_ram~24538feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24538feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24538feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24538feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y54_N23 +dffeas \text_gen|char_ram~24538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24538feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N29 +dffeas \text_gen|char_ram~24566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24559feeder ( +// Equation(s): +// \text_gen|char_ram~24559feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24559feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y53_N1 +dffeas \text_gen|char_ram~24559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N11 +dffeas \text_gen|char_ram~24531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46220 ( +// Equation(s): +// \text_gen|char_ram~46220_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~24559_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~24531_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24559_q ), + .datac(\text_gen|char_ram~24531_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46220 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46221 ( +// Equation(s): +// \text_gen|char_ram~46221_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46220_combout & ((\text_gen|char_ram~24566_q ))) # (!\text_gen|char_ram~46220_combout & (\text_gen|char_ram~24538_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46220_combout )))) + + .dataa(\text_gen|char_ram~24538_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24566_q ), + .datad(\text_gen|char_ram~46220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46221 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y31_N27 +dffeas \text_gen|char_ram~24986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y31_N29 +dffeas \text_gen|char_ram~25014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25007feeder ( +// Equation(s): +// \text_gen|char_ram~25007feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25007feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y31_N25 +dffeas \text_gen|char_ram~25007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y31_N9 +dffeas \text_gen|char_ram~24979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46227 ( +// Equation(s): +// \text_gen|char_ram~46227_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~25007_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~24979_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~25007_q ), + .datac(\text_gen|char_ram~24979_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46227 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46228 ( +// Equation(s): +// \text_gen|char_ram~46228_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46227_combout & ((\text_gen|char_ram~25014_q ))) # (!\text_gen|char_ram~46227_combout & (\text_gen|char_ram~24986_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46227_combout )))) + + .dataa(\text_gen|char_ram~24986_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25014_q ), + .datad(\text_gen|char_ram~46227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46228 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24111feeder ( +// Equation(s): +// \text_gen|char_ram~24111feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24111feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24111feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24111feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y19_N3 +dffeas \text_gen|char_ram~24111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24111feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24118feeder ( +// Equation(s): +// \text_gen|char_ram~24118feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24118feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y20_N5 +dffeas \text_gen|char_ram~24118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y16_N27 +dffeas \text_gen|char_ram~24083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24090feeder ( +// Equation(s): +// \text_gen|char_ram~24090feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24090feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y16_N5 +dffeas \text_gen|char_ram~24090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46222 ( +// Equation(s): +// \text_gen|char_ram~46222_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~24090_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24083_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24083_q ), + .datad(\text_gen|char_ram~24090_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46222 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46223 ( +// Equation(s): +// \text_gen|char_ram~46223_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46222_combout & ((\text_gen|char_ram~24118_q ))) # (!\text_gen|char_ram~46222_combout & (\text_gen|char_ram~24111_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46222_combout )))) + + .dataa(\text_gen|char_ram~24111_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24118_q ), + .datad(\text_gen|char_ram~46222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46223 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23663feeder ( +// Equation(s): +// \text_gen|char_ram~23663feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23663feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y39_N31 +dffeas \text_gen|char_ram~23663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y38_N23 +dffeas \text_gen|char_ram~23670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y39_N9 +dffeas \text_gen|char_ram~23635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23642feeder ( +// Equation(s): +// \text_gen|char_ram~23642feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23642feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N31 +dffeas \text_gen|char_ram~23642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46224 ( +// Equation(s): +// \text_gen|char_ram~46224_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~23642_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23635_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23635_q ), + .datad(\text_gen|char_ram~23642_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46224 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46225 ( +// Equation(s): +// \text_gen|char_ram~46225_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46224_combout & ((\text_gen|char_ram~23670_q ))) # (!\text_gen|char_ram~46224_combout & (\text_gen|char_ram~23663_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46224_combout )))) + + .dataa(\text_gen|char_ram~23663_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23670_q ), + .datad(\text_gen|char_ram~46224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46225 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46226 ( +// Equation(s): +// \text_gen|char_ram~46226_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~46223_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~46225_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46223_combout ), + .datad(\text_gen|char_ram~46225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46226 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46229 ( +// Equation(s): +// \text_gen|char_ram~46229_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46226_combout & ((\text_gen|char_ram~46228_combout ))) # (!\text_gen|char_ram~46226_combout & (\text_gen|char_ram~46221_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46226_combout )))) + + .dataa(\text_gen|char_ram~46221_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46228_combout ), + .datad(\text_gen|char_ram~46226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46229 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24314feeder ( +// Equation(s): +// \text_gen|char_ram~24314feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24314feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24314feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24314feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y46_N5 +dffeas \text_gen|char_ram~24314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24314feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y46_N15 +dffeas \text_gen|char_ram~24342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y41_N19 +dffeas \text_gen|char_ram~24307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24335feeder ( +// Equation(s): +// \text_gen|char_ram~24335feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24335feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y41_N21 +dffeas \text_gen|char_ram~24335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46189 ( +// Equation(s): +// \text_gen|char_ram~46189_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24335_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24307_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24307_q ), + .datad(\text_gen|char_ram~24335_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46189 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46190 ( +// Equation(s): +// \text_gen|char_ram~46190_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46189_combout & ((\text_gen|char_ram~24342_q ))) # (!\text_gen|char_ram~46189_combout & (\text_gen|char_ram~24314_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46189_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~24314_q ), + .datac(\text_gen|char_ram~24342_q ), + .datad(\text_gen|char_ram~46189_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46190 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24762feeder ( +// Equation(s): +// \text_gen|char_ram~24762feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24762feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24762feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24762feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y24_N11 +dffeas \text_gen|char_ram~24762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24762feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24790feeder ( +// Equation(s): +// \text_gen|char_ram~24790feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24790feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24790feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24790feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y30_N21 +dffeas \text_gen|char_ram~24790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24790feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24783feeder ( +// Equation(s): +// \text_gen|char_ram~24783feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24783feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y33_N31 +dffeas \text_gen|char_ram~24783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y28_N7 +dffeas \text_gen|char_ram~24755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46196 ( +// Equation(s): +// \text_gen|char_ram~46196_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~24783_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~24755_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~24783_q ), + .datac(\text_gen|char_ram~24755_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46196 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46197 ( +// Equation(s): +// \text_gen|char_ram~46197_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46196_combout & ((\text_gen|char_ram~24790_q ))) # (!\text_gen|char_ram~46196_combout & (\text_gen|char_ram~24762_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46196_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~24762_q ), + .datac(\text_gen|char_ram~24790_q ), + .datad(\text_gen|char_ram~46196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46197 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23887feeder ( +// Equation(s): +// \text_gen|char_ram~23887feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23887feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N23 +dffeas \text_gen|char_ram~23887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y20_N17 +dffeas \text_gen|char_ram~23894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y20_N19 +dffeas \text_gen|char_ram~23859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23866feeder ( +// Equation(s): +// \text_gen|char_ram~23866feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23866feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N15 +dffeas \text_gen|char_ram~23866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46191 ( +// Equation(s): +// \text_gen|char_ram~46191_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23866_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23859_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23859_q ), + .datad(\text_gen|char_ram~23866_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46191 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46192 ( +// Equation(s): +// \text_gen|char_ram~46192_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46191_combout & ((\text_gen|char_ram~23894_q ))) # (!\text_gen|char_ram~46191_combout & (\text_gen|char_ram~23887_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46191_combout )))) + + .dataa(\text_gen|char_ram~23887_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23894_q ), + .datad(\text_gen|char_ram~46191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46192 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23439feeder ( +// Equation(s): +// \text_gen|char_ram~23439feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23439feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y39_N31 +dffeas \text_gen|char_ram~23439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y38_N1 +dffeas \text_gen|char_ram~23446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y38_N29 +dffeas \text_gen|char_ram~23411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23418feeder ( +// Equation(s): +// \text_gen|char_ram~23418feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23418feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y40_N25 +dffeas \text_gen|char_ram~23418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46193 ( +// Equation(s): +// \text_gen|char_ram~46193_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23418_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23411_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23411_q ), + .datad(\text_gen|char_ram~23418_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46193 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46194 ( +// Equation(s): +// \text_gen|char_ram~46194_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46193_combout & ((\text_gen|char_ram~23446_q ))) # (!\text_gen|char_ram~46193_combout & (\text_gen|char_ram~23439_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46193_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23439_q ), + .datac(\text_gen|char_ram~23446_q ), + .datad(\text_gen|char_ram~46193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46194 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46195 ( +// Equation(s): +// \text_gen|char_ram~46195_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~46192_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~46194_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46192_combout ), + .datad(\text_gen|char_ram~46194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46195 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46198 ( +// Equation(s): +// \text_gen|char_ram~46198_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46195_combout & ((\text_gen|char_ram~46197_combout ))) # (!\text_gen|char_ram~46195_combout & (\text_gen|char_ram~46190_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46195_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46190_combout ), + .datac(\text_gen|char_ram~46197_combout ), + .datad(\text_gen|char_ram~46195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46198 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y34_N1 +dffeas \text_gen|char_ram~24643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24671feeder ( +// Equation(s): +// \text_gen|char_ram~24671feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24671feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y34_N19 +dffeas \text_gen|char_ram~24671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46216 ( +// Equation(s): +// \text_gen|char_ram~46216_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~24671_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24643_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24643_q ), + .datad(\text_gen|char_ram~24671_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46216 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y42_N7 +dffeas \text_gen|char_ram~24678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24650feeder ( +// Equation(s): +// \text_gen|char_ram~24650feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24650feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24650feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24650feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y24_N19 +dffeas \text_gen|char_ram~24650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24650feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46217 ( +// Equation(s): +// \text_gen|char_ram~46217_combout = (\text_gen|char_ram~46216_combout & (((\text_gen|char_ram~24678_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46216_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~24650_q )))) + + .dataa(\text_gen|char_ram~46216_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24678_q ), + .datad(\text_gen|char_ram~24650_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46217 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24202feeder ( +// Equation(s): +// \text_gen|char_ram~24202feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24202feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24202feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24202feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y58_N9 +dffeas \text_gen|char_ram~24202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24202feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y42_N27 +dffeas \text_gen|char_ram~24230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y53_N25 +dffeas \text_gen|char_ram~24195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24223feeder ( +// Equation(s): +// \text_gen|char_ram~24223feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24223feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y53_N5 +dffeas \text_gen|char_ram~24223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46211 ( +// Equation(s): +// \text_gen|char_ram~46211_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24223_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24195_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24195_q ), + .datad(\text_gen|char_ram~24223_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46211 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46212 ( +// Equation(s): +// \text_gen|char_ram~46212_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46211_combout & ((\text_gen|char_ram~24230_q ))) # (!\text_gen|char_ram~46211_combout & (\text_gen|char_ram~24202_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46211_combout )))) + + .dataa(\text_gen|char_ram~24202_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24230_q ), + .datad(\text_gen|char_ram~46211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46212 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y38_N25 +dffeas \text_gen|char_ram~23299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23306feeder ( +// Equation(s): +// \text_gen|char_ram~23306feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23306feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23306feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23306feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y38_N5 +dffeas \text_gen|char_ram~23306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23306feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46213 ( +// Equation(s): +// \text_gen|char_ram~46213_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23306_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23299_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23299_q ), + .datad(\text_gen|char_ram~23306_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46213 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23327feeder ( +// Equation(s): +// \text_gen|char_ram~23327feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y39_N19 +dffeas \text_gen|char_ram~23327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y38_N19 +dffeas \text_gen|char_ram~23334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46214 ( +// Equation(s): +// \text_gen|char_ram~46214_combout = (\text_gen|char_ram~46213_combout & (((\text_gen|char_ram~23334_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~46213_combout & (\text_gen|char_ram~23327_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~46213_combout ), + .datab(\text_gen|char_ram~23327_q ), + .datac(\text_gen|char_ram~23334_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46214 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~46214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46215 ( +// Equation(s): +// \text_gen|char_ram~46215_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~46212_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~46214_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46212_combout ), + .datad(\text_gen|char_ram~46214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46215 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23775feeder ( +// Equation(s): +// \text_gen|char_ram~23775feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23775feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y19_N21 +dffeas \text_gen|char_ram~23775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y19_N9 +dffeas \text_gen|char_ram~23782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y16_N1 +dffeas \text_gen|char_ram~23747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y23_N29 +dffeas \text_gen|char_ram~23754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46209 ( +// Equation(s): +// \text_gen|char_ram~46209_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~23754_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23747_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23747_q ), + .datad(\text_gen|char_ram~23754_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46209 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46210 ( +// Equation(s): +// \text_gen|char_ram~46210_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46209_combout & ((\text_gen|char_ram~23782_q ))) # (!\text_gen|char_ram~46209_combout & (\text_gen|char_ram~23775_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46209_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23775_q ), + .datac(\text_gen|char_ram~23782_q ), + .datad(\text_gen|char_ram~46209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46210 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46218 ( +// Equation(s): +// \text_gen|char_ram~46218_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46215_combout & (\text_gen|char_ram~46217_combout )) # (!\text_gen|char_ram~46215_combout & ((\text_gen|char_ram~46210_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46215_combout )))) + + .dataa(\text_gen|char_ram~46217_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46215_combout ), + .datad(\text_gen|char_ram~46210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46218 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y29_N3 +dffeas \text_gen|char_ram~24867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24895feeder ( +// Equation(s): +// \text_gen|char_ram~24895feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24895feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24895feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24895feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y29_N29 +dffeas \text_gen|char_ram~24895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24895feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46206 ( +// Equation(s): +// \text_gen|char_ram~46206_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~24895_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24867_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24867_q ), + .datad(\text_gen|char_ram~24895_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46206 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y38_N31 +dffeas \text_gen|char_ram~24902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24874feeder ( +// Equation(s): +// \text_gen|char_ram~24874feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y30_N31 +dffeas \text_gen|char_ram~24874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46207 ( +// Equation(s): +// \text_gen|char_ram~46207_combout = (\text_gen|char_ram~46206_combout & (((\text_gen|char_ram~24902_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46206_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~24874_q )))) + + .dataa(\text_gen|char_ram~46206_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24902_q ), + .datad(\text_gen|char_ram~24874_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46207 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23999feeder ( +// Equation(s): +// \text_gen|char_ram~23999feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23999feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23999feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23999feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N7 +dffeas \text_gen|char_ram~23999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23999feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y23_N11 +dffeas \text_gen|char_ram~24006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y20_N7 +dffeas \text_gen|char_ram~23971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23978feeder ( +// Equation(s): +// \text_gen|char_ram~23978feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23978feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23978feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23978feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N5 +dffeas \text_gen|char_ram~23978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23978feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46199 ( +// Equation(s): +// \text_gen|char_ram~46199_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~23978_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23971_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23971_q ), + .datad(\text_gen|char_ram~23978_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46199 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46200 ( +// Equation(s): +// \text_gen|char_ram~46200_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46199_combout & ((\text_gen|char_ram~24006_q ))) # (!\text_gen|char_ram~46199_combout & (\text_gen|char_ram~23999_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46199_combout )))) + + .dataa(\text_gen|char_ram~23999_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24006_q ), + .datad(\text_gen|char_ram~46199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46200 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23551feeder ( +// Equation(s): +// \text_gen|char_ram~23551feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y39_N31 +dffeas \text_gen|char_ram~23551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y38_N27 +dffeas \text_gen|char_ram~23558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y36_N5 +dffeas \text_gen|char_ram~23523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23530feeder ( +// Equation(s): +// \text_gen|char_ram~23530feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y30_N25 +dffeas \text_gen|char_ram~23530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46203 ( +// Equation(s): +// \text_gen|char_ram~46203_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23530_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23523_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23523_q ), + .datad(\text_gen|char_ram~23530_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46203 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46204 ( +// Equation(s): +// \text_gen|char_ram~46204_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46203_combout & ((\text_gen|char_ram~23558_q ))) # (!\text_gen|char_ram~46203_combout & (\text_gen|char_ram~23551_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46203_combout )))) + + .dataa(\text_gen|char_ram~23551_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23558_q ), + .datad(\text_gen|char_ram~46203_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46204 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24426feeder ( +// Equation(s): +// \text_gen|char_ram~24426feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y46_N3 +dffeas \text_gen|char_ram~24426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y46_N19 +dffeas \text_gen|char_ram~24454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y46_N7 +dffeas \text_gen|char_ram~24419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24447feeder ( +// Equation(s): +// \text_gen|char_ram~24447feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24447feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24447feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24447feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y39_N13 +dffeas \text_gen|char_ram~24447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24447feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46201 ( +// Equation(s): +// \text_gen|char_ram~46201_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~24447_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24419_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24419_q ), + .datad(\text_gen|char_ram~24447_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46201 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46202 ( +// Equation(s): +// \text_gen|char_ram~46202_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46201_combout & ((\text_gen|char_ram~24454_q ))) # (!\text_gen|char_ram~46201_combout & (\text_gen|char_ram~24426_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46201_combout )))) + + .dataa(\text_gen|char_ram~24426_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24454_q ), + .datad(\text_gen|char_ram~46201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46202 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46205 ( +// Equation(s): +// \text_gen|char_ram~46205_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~46202_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~46204_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46204_combout ), + .datad(\text_gen|char_ram~46202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46205 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46208 ( +// Equation(s): +// \text_gen|char_ram~46208_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46205_combout & (\text_gen|char_ram~46207_combout )) # (!\text_gen|char_ram~46205_combout & ((\text_gen|char_ram~46200_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46205_combout )))) + + .dataa(\text_gen|char_ram~46207_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46200_combout ), + .datad(\text_gen|char_ram~46205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46208 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46219 ( +// Equation(s): +// \text_gen|char_ram~46219_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~46208_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~46218_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46218_combout ), + .datad(\text_gen|char_ram~46208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46219 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46230 ( +// Equation(s): +// \text_gen|char_ram~46230_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46219_combout & (\text_gen|char_ram~46229_combout )) # (!\text_gen|char_ram~46219_combout & ((\text_gen|char_ram~46198_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46219_combout )))) + + .dataa(\text_gen|char_ram~46229_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46198_combout ), + .datad(\text_gen|char_ram~46219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46230 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46231 ( +// Equation(s): +// \text_gen|char_ram~46231_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~46188_combout & ((\text_gen|char_ram~46230_combout ))) # (!\text_gen|char_ram~46188_combout & (\text_gen|char_ram~46103_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~46188_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~46103_combout ), + .datac(\text_gen|char_ram~46188_combout ), + .datad(\text_gen|char_ram~46230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46231 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~46231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15802feeder ( +// Equation(s): +// \text_gen|char_ram~15802feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15802feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y33_N29 +dffeas \text_gen|char_ram~15802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y33_N3 +dffeas \text_gen|char_ram~15830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15823feeder ( +// Equation(s): +// \text_gen|char_ram~15823feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y38_N31 +dffeas \text_gen|char_ram~15823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y37_N21 +dffeas \text_gen|char_ram~15795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46249 ( +// Equation(s): +// \text_gen|char_ram~46249_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~15823_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~15795_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~15823_q ), + .datac(\text_gen|char_ram~15795_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46249 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46250 ( +// Equation(s): +// \text_gen|char_ram~46250_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46249_combout & ((\text_gen|char_ram~15830_q ))) # (!\text_gen|char_ram~46249_combout & (\text_gen|char_ram~15802_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46249_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15802_q ), + .datac(\text_gen|char_ram~15830_q ), + .datad(\text_gen|char_ram~46249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46250 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14927feeder ( +// Equation(s): +// \text_gen|char_ram~14927feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14927feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y28_N5 +dffeas \text_gen|char_ram~14927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y32_N9 +dffeas \text_gen|char_ram~14934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y37_N3 +dffeas \text_gen|char_ram~14899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14906feeder ( +// Equation(s): +// \text_gen|char_ram~14906feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14906feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14906feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14906feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y40_N23 +dffeas \text_gen|char_ram~14906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14906feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46244 ( +// Equation(s): +// \text_gen|char_ram~46244_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14906_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14899_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14899_q ), + .datad(\text_gen|char_ram~14906_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46244 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46245 ( +// Equation(s): +// \text_gen|char_ram~46245_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46244_combout & ((\text_gen|char_ram~14934_q ))) # (!\text_gen|char_ram~46244_combout & (\text_gen|char_ram~14927_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46244_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14927_q ), + .datac(\text_gen|char_ram~14934_q ), + .datad(\text_gen|char_ram~46244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46245 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14479feeder ( +// Equation(s): +// \text_gen|char_ram~14479feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y38_N29 +dffeas \text_gen|char_ram~14479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y38_N15 +dffeas \text_gen|char_ram~14486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y37_N11 +dffeas \text_gen|char_ram~14451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14458feeder ( +// Equation(s): +// \text_gen|char_ram~14458feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14458feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14458feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14458feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y40_N21 +dffeas \text_gen|char_ram~14458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14458feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46246 ( +// Equation(s): +// \text_gen|char_ram~46246_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~14458_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~14451_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14451_q ), + .datad(\text_gen|char_ram~14458_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46246 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46247 ( +// Equation(s): +// \text_gen|char_ram~46247_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46246_combout & ((\text_gen|char_ram~14486_q ))) # (!\text_gen|char_ram~46246_combout & (\text_gen|char_ram~14479_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46246_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14479_q ), + .datac(\text_gen|char_ram~14486_q ), + .datad(\text_gen|char_ram~46246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46247 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46248 ( +// Equation(s): +// \text_gen|char_ram~46248_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46245_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~46247_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46245_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46248 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~46248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15354feeder ( +// Equation(s): +// \text_gen|char_ram~15354feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15354feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y42_N5 +dffeas \text_gen|char_ram~15354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y42_N31 +dffeas \text_gen|char_ram~15382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y45_N5 +dffeas \text_gen|char_ram~15347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15375feeder ( +// Equation(s): +// \text_gen|char_ram~15375feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y45_N15 +dffeas \text_gen|char_ram~15375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46242 ( +// Equation(s): +// \text_gen|char_ram~46242_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~15375_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15347_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15347_q ), + .datad(\text_gen|char_ram~15375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46242 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46243 ( +// Equation(s): +// \text_gen|char_ram~46243_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46242_combout & ((\text_gen|char_ram~15382_q ))) # (!\text_gen|char_ram~46242_combout & (\text_gen|char_ram~15354_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46242_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15354_q ), + .datac(\text_gen|char_ram~15382_q ), + .datad(\text_gen|char_ram~46242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46243 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46251 ( +// Equation(s): +// \text_gen|char_ram~46251_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46248_combout & (\text_gen|char_ram~46250_combout )) # (!\text_gen|char_ram~46248_combout & ((\text_gen|char_ram~46243_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46248_combout )))) + + .dataa(\text_gen|char_ram~46250_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46248_combout ), + .datad(\text_gen|char_ram~46243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46251 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~46251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14815feeder ( +// Equation(s): +// \text_gen|char_ram~14815feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14815feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y28_N3 +dffeas \text_gen|char_ram~14815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y24_N7 +dffeas \text_gen|char_ram~14822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N31 +dffeas \text_gen|char_ram~14787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14794feeder ( +// Equation(s): +// \text_gen|char_ram~14794feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14794feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14794feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14794feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y23_N21 +dffeas \text_gen|char_ram~14794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14794feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46252 ( +// Equation(s): +// \text_gen|char_ram~46252_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14794_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14787_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14787_q ), + .datad(\text_gen|char_ram~14794_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46252 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46253 ( +// Equation(s): +// \text_gen|char_ram~46253_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46252_combout & ((\text_gen|char_ram~14822_q ))) # (!\text_gen|char_ram~46252_combout & (\text_gen|char_ram~14815_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46252_combout )))) + + .dataa(\text_gen|char_ram~14815_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14822_q ), + .datad(\text_gen|char_ram~46252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46253 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y38_N31 +dffeas \text_gen|char_ram~15711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15683feeder ( +// Equation(s): +// \text_gen|char_ram~15683feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15683feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y38_N25 +dffeas \text_gen|char_ram~15683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46259 ( +// Equation(s): +// \text_gen|char_ram~46259_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~15711_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~15683_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15711_q ), + .datad(\text_gen|char_ram~15683_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46259 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y38_N15 +dffeas \text_gen|char_ram~15718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15690feeder ( +// Equation(s): +// \text_gen|char_ram~15690feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15690feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y34_N3 +dffeas \text_gen|char_ram~15690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46260 ( +// Equation(s): +// \text_gen|char_ram~46260_combout = (\text_gen|char_ram~46259_combout & (((\text_gen|char_ram~15718_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46259_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~15690_q )))) + + .dataa(\text_gen|char_ram~46259_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15718_q ), + .datad(\text_gen|char_ram~15690_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46260 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14374feeder ( +// Equation(s): +// \text_gen|char_ram~14374feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14374feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14374feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14374feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y38_N5 +dffeas \text_gen|char_ram~14374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14374feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14367feeder ( +// Equation(s): +// \text_gen|char_ram~14367feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14367feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14367feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14367feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y38_N13 +dffeas \text_gen|char_ram~14367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14367feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y37_N19 +dffeas \text_gen|char_ram~14339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14346feeder ( +// Equation(s): +// \text_gen|char_ram~14346feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14346feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y34_N29 +dffeas \text_gen|char_ram~14346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46256 ( +// Equation(s): +// \text_gen|char_ram~46256_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~14346_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~14339_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14339_q ), + .datad(\text_gen|char_ram~14346_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46256 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46257 ( +// Equation(s): +// \text_gen|char_ram~46257_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46256_combout & (\text_gen|char_ram~14374_q )) # (!\text_gen|char_ram~46256_combout & ((\text_gen|char_ram~14367_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46256_combout )))) + + .dataa(\text_gen|char_ram~14374_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14367_q ), + .datad(\text_gen|char_ram~46256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46257 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15242feeder ( +// Equation(s): +// \text_gen|char_ram~15242feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15242feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15242feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15242feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N13 +dffeas \text_gen|char_ram~15242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15242feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y56_N5 +dffeas \text_gen|char_ram~15270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y54_N23 +dffeas \text_gen|char_ram~15235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15263feeder ( +// Equation(s): +// \text_gen|char_ram~15263feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N21 +dffeas \text_gen|char_ram~15263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46254 ( +// Equation(s): +// \text_gen|char_ram~46254_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~15263_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15235_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15235_q ), + .datad(\text_gen|char_ram~15263_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46254 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46255 ( +// Equation(s): +// \text_gen|char_ram~46255_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46254_combout & ((\text_gen|char_ram~15270_q ))) # (!\text_gen|char_ram~46254_combout & (\text_gen|char_ram~15242_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46254_combout )))) + + .dataa(\text_gen|char_ram~15242_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15270_q ), + .datad(\text_gen|char_ram~46254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46255 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46258 ( +// Equation(s): +// \text_gen|char_ram~46258_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~46255_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~46257_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|char_ram~46257_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~46255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46258 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~46258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46261 ( +// Equation(s): +// \text_gen|char_ram~46261_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46258_combout & ((\text_gen|char_ram~46260_combout ))) # (!\text_gen|char_ram~46258_combout & (\text_gen|char_ram~46253_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46258_combout )))) + + .dataa(\text_gen|char_ram~46253_combout ), + .datab(\text_gen|char_ram~46260_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~46258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46261 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~46261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46262 ( +// Equation(s): +// \text_gen|char_ram~46262_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~46251_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~46261_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46251_combout ), + .datad(\text_gen|char_ram~46261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46262 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15914feeder ( +// Equation(s): +// \text_gen|char_ram~15914feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15914feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15914feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15914feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y35_N1 +dffeas \text_gen|char_ram~15914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15914feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N11 +dffeas \text_gen|char_ram~15942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y34_N1 +dffeas \text_gen|char_ram~15907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15935feeder ( +// Equation(s): +// \text_gen|char_ram~15935feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15935feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15935feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15935feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y34_N3 +dffeas \text_gen|char_ram~15935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15935feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46239 ( +// Equation(s): +// \text_gen|char_ram~46239_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~15935_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15907_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15907_q ), + .datad(\text_gen|char_ram~15935_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46239 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46240 ( +// Equation(s): +// \text_gen|char_ram~46240_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46239_combout & ((\text_gen|char_ram~15942_q ))) # (!\text_gen|char_ram~46239_combout & (\text_gen|char_ram~15914_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46239_combout )))) + + .dataa(\text_gen|char_ram~15914_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15942_q ), + .datad(\text_gen|char_ram~46239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46240 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y19_N23 +dffeas \text_gen|char_ram~15011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15018feeder ( +// Equation(s): +// \text_gen|char_ram~15018feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15018feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y19_N25 +dffeas \text_gen|char_ram~15018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46232 ( +// Equation(s): +// \text_gen|char_ram~46232_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~15018_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15011_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15011_q ), + .datad(\text_gen|char_ram~15018_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46232 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y21_N1 +dffeas \text_gen|char_ram~15039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15046feeder ( +// Equation(s): +// \text_gen|char_ram~15046feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15046feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y21_N17 +dffeas \text_gen|char_ram~15046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46233 ( +// Equation(s): +// \text_gen|char_ram~46233_combout = (\text_gen|char_ram~46232_combout & (((\text_gen|char_ram~15046_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~46232_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~15039_q ))) + + .dataa(\text_gen|char_ram~46232_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15039_q ), + .datad(\text_gen|char_ram~15046_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46233 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y35_N17 +dffeas \text_gen|char_ram~15466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y35_N23 +dffeas \text_gen|char_ram~15494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15487feeder ( +// Equation(s): +// \text_gen|char_ram~15487feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15487feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y46_N1 +dffeas \text_gen|char_ram~15487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y51_N7 +dffeas \text_gen|char_ram~15459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46234 ( +// Equation(s): +// \text_gen|char_ram~46234_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~15487_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~15459_q ))))) + + .dataa(\text_gen|char_ram~15487_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15459_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46234 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46235 ( +// Equation(s): +// \text_gen|char_ram~46235_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46234_combout & ((\text_gen|char_ram~15494_q ))) # (!\text_gen|char_ram~46234_combout & (\text_gen|char_ram~15466_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46234_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15466_q ), + .datac(\text_gen|char_ram~15494_q ), + .datad(\text_gen|char_ram~46234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46235 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14591feeder ( +// Equation(s): +// \text_gen|char_ram~14591feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y46_N31 +dffeas \text_gen|char_ram~14591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N25 +dffeas \text_gen|char_ram~14598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y37_N7 +dffeas \text_gen|char_ram~14563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14570feeder ( +// Equation(s): +// \text_gen|char_ram~14570feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14570feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y35_N15 +dffeas \text_gen|char_ram~14570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46236 ( +// Equation(s): +// \text_gen|char_ram~46236_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~14570_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~14563_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14563_q ), + .datad(\text_gen|char_ram~14570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46236 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46237 ( +// Equation(s): +// \text_gen|char_ram~46237_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46236_combout & ((\text_gen|char_ram~14598_q ))) # (!\text_gen|char_ram~46236_combout & (\text_gen|char_ram~14591_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46236_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14591_q ), + .datac(\text_gen|char_ram~14598_q ), + .datad(\text_gen|char_ram~46236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46237 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46238 ( +// Equation(s): +// \text_gen|char_ram~46238_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~46235_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~46237_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46235_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46238 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~46238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46241 ( +// Equation(s): +// \text_gen|char_ram~46241_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46238_combout & (\text_gen|char_ram~46240_combout )) # (!\text_gen|char_ram~46238_combout & ((\text_gen|char_ram~46233_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46238_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46240_combout ), + .datac(\text_gen|char_ram~46233_combout ), + .datad(\text_gen|char_ram~46238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46241 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y37_N1 +dffeas \text_gen|char_ram~14675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y40_N21 +dffeas \text_gen|char_ram~14682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46267 ( +// Equation(s): +// \text_gen|char_ram~46267_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~14682_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~14675_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14675_q ), + .datad(\text_gen|char_ram~14682_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46267 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14703feeder ( +// Equation(s): +// \text_gen|char_ram~14703feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y46_N17 +dffeas \text_gen|char_ram~14703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14710feeder ( +// Equation(s): +// \text_gen|char_ram~14710feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14710feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14710feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14710feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y53_N19 +dffeas \text_gen|char_ram~14710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14710feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46268 ( +// Equation(s): +// \text_gen|char_ram~46268_combout = (\text_gen|char_ram~46267_combout & (((\text_gen|char_ram~14710_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~46267_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~14703_q ))) + + .dataa(\text_gen|char_ram~46267_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14703_q ), + .datad(\text_gen|char_ram~14710_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46268 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15151feeder ( +// Equation(s): +// \text_gen|char_ram~15151feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15151feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y28_N27 +dffeas \text_gen|char_ram~15151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y32_N29 +dffeas \text_gen|char_ram~15158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N15 +dffeas \text_gen|char_ram~15123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15130feeder ( +// Equation(s): +// \text_gen|char_ram~15130feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15130feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15130feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15130feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y32_N21 +dffeas \text_gen|char_ram~15130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15130feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46265 ( +// Equation(s): +// \text_gen|char_ram~46265_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~15130_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15123_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15123_q ), + .datad(\text_gen|char_ram~15130_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46265 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46266 ( +// Equation(s): +// \text_gen|char_ram~46266_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46265_combout & ((\text_gen|char_ram~15158_q ))) # (!\text_gen|char_ram~46265_combout & (\text_gen|char_ram~15151_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46265_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~15151_q ), + .datac(\text_gen|char_ram~15158_q ), + .datad(\text_gen|char_ram~46265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46266 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46269 ( +// Equation(s): +// \text_gen|char_ram~46269_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~46266_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~46268_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46268_combout ), + .datad(\text_gen|char_ram~46266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46269 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y54_N11 +dffeas \text_gen|char_ram~15571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15599feeder ( +// Equation(s): +// \text_gen|char_ram~15599feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N3 +dffeas \text_gen|char_ram~15599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46263 ( +// Equation(s): +// \text_gen|char_ram~46263_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~15599_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15571_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15571_q ), + .datad(\text_gen|char_ram~15599_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46263 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y56_N19 +dffeas \text_gen|char_ram~15606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15578feeder ( +// Equation(s): +// \text_gen|char_ram~15578feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15578feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N11 +dffeas \text_gen|char_ram~15578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46264 ( +// Equation(s): +// \text_gen|char_ram~46264_combout = (\text_gen|char_ram~46263_combout & (((\text_gen|char_ram~15606_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46263_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~15578_q )))) + + .dataa(\text_gen|char_ram~46263_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15606_q ), + .datad(\text_gen|char_ram~15578_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46264 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y34_N11 +dffeas \text_gen|char_ram~16019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16047feeder ( +// Equation(s): +// \text_gen|char_ram~16047feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16047feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16047feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16047feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y34_N21 +dffeas \text_gen|char_ram~16047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16047feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46270 ( +// Equation(s): +// \text_gen|char_ram~46270_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~16047_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16019_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16019_q ), + .datad(\text_gen|char_ram~16047_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46270 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y39_N27 +dffeas \text_gen|char_ram~16054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16026feeder ( +// Equation(s): +// \text_gen|char_ram~16026feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16026feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N1 +dffeas \text_gen|char_ram~16026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46271 ( +// Equation(s): +// \text_gen|char_ram~46271_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46270_combout & (\text_gen|char_ram~16054_q )) # (!\text_gen|char_ram~46270_combout & ((\text_gen|char_ram~16026_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46270_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46270_combout ), + .datac(\text_gen|char_ram~16054_q ), + .datad(\text_gen|char_ram~16026_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46271 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46272 ( +// Equation(s): +// \text_gen|char_ram~46272_combout = (\text_gen|char_ram~46269_combout & (((\text_gen|char_ram~46271_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~46269_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~46264_combout ))) + + .dataa(\text_gen|char_ram~46269_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46264_combout ), + .datad(\text_gen|char_ram~46271_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46272 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46273 ( +// Equation(s): +// \text_gen|char_ram~46273_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~46262_combout & ((\text_gen|char_ram~46272_combout ))) # (!\text_gen|char_ram~46262_combout & (\text_gen|char_ram~46241_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46262_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~46262_combout ), + .datac(\text_gen|char_ram~46241_combout ), + .datad(\text_gen|char_ram~46272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46273 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~46273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y26_N29 +dffeas \text_gen|char_ram~8522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y26_N7 +dffeas \text_gen|char_ram~8550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y28_N3 +dffeas \text_gen|char_ram~8515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y28_N17 +dffeas \text_gen|char_ram~8543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46301 ( +// Equation(s): +// \text_gen|char_ram~46301_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8543_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8515_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8515_q ), + .datad(\text_gen|char_ram~8543_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46301 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46302 ( +// Equation(s): +// \text_gen|char_ram~46302_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46301_combout & ((\text_gen|char_ram~8550_q ))) # (!\text_gen|char_ram~46301_combout & (\text_gen|char_ram~8522_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46301_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~8522_q ), + .datac(\text_gen|char_ram~8550_q ), + .datad(\text_gen|char_ram~46301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46302 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7199feeder ( +// Equation(s): +// \text_gen|char_ram~7199feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7199feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7199feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7199feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y43_N3 +dffeas \text_gen|char_ram~7199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7199feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y43_N21 +dffeas \text_gen|char_ram~7206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y47_N23 +dffeas \text_gen|char_ram~7171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7178feeder ( +// Equation(s): +// \text_gen|char_ram~7178feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7178feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y45_N25 +dffeas \text_gen|char_ram~7178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46298 ( +// Equation(s): +// \text_gen|char_ram~46298_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~7178_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7171_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7171_q ), + .datad(\text_gen|char_ram~7178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46298 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46299 ( +// Equation(s): +// \text_gen|char_ram~46299_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46298_combout & ((\text_gen|char_ram~7206_q ))) # (!\text_gen|char_ram~46298_combout & (\text_gen|char_ram~7199_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46298_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7199_q ), + .datac(\text_gen|char_ram~7206_q ), + .datad(\text_gen|char_ram~46298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46299 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8074feeder ( +// Equation(s): +// \text_gen|char_ram~8074feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y56_N3 +dffeas \text_gen|char_ram~8074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y56_N21 +dffeas \text_gen|char_ram~8102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y57_N29 +dffeas \text_gen|char_ram~8067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8095feeder ( +// Equation(s): +// \text_gen|char_ram~8095feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8095feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8095feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8095feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N11 +dffeas \text_gen|char_ram~8095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8095feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46296 ( +// Equation(s): +// \text_gen|char_ram~46296_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8095_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8067_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8067_q ), + .datad(\text_gen|char_ram~8095_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46296 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46297 ( +// Equation(s): +// \text_gen|char_ram~46297_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46296_combout & ((\text_gen|char_ram~8102_q ))) # (!\text_gen|char_ram~46296_combout & (\text_gen|char_ram~8074_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46296_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~8074_q ), + .datac(\text_gen|char_ram~8102_q ), + .datad(\text_gen|char_ram~46296_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46297 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46300 ( +// Equation(s): +// \text_gen|char_ram~46300_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~46297_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~46299_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46299_combout ), + .datad(\text_gen|char_ram~46297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46300 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7647feeder ( +// Equation(s): +// \text_gen|char_ram~7647feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7647feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N9 +dffeas \text_gen|char_ram~7647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y17_N29 +dffeas \text_gen|char_ram~7654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y17_N5 +dffeas \text_gen|char_ram~7619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7626feeder ( +// Equation(s): +// \text_gen|char_ram~7626feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7626feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y17_N19 +dffeas \text_gen|char_ram~7626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46294 ( +// Equation(s): +// \text_gen|char_ram~46294_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~7626_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7619_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7619_q ), + .datad(\text_gen|char_ram~7626_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46294 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46295 ( +// Equation(s): +// \text_gen|char_ram~46295_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46294_combout & ((\text_gen|char_ram~7654_q ))) # (!\text_gen|char_ram~46294_combout & (\text_gen|char_ram~7647_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46294_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7647_q ), + .datac(\text_gen|char_ram~7654_q ), + .datad(\text_gen|char_ram~46294_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46295 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46303 ( +// Equation(s): +// \text_gen|char_ram~46303_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46300_combout & (\text_gen|char_ram~46302_combout )) # (!\text_gen|char_ram~46300_combout & ((\text_gen|char_ram~46295_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46300_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46302_combout ), + .datac(\text_gen|char_ram~46300_combout ), + .datad(\text_gen|char_ram~46295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46303 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8746feeder ( +// Equation(s): +// \text_gen|char_ram~8746feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8746feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y36_N19 +dffeas \text_gen|char_ram~8746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y36_N21 +dffeas \text_gen|char_ram~8774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N25 +dffeas \text_gen|char_ram~8739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8767feeder ( +// Equation(s): +// \text_gen|char_ram~8767feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y34_N27 +dffeas \text_gen|char_ram~8767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46291 ( +// Equation(s): +// \text_gen|char_ram~46291_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8767_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8739_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8739_q ), + .datad(\text_gen|char_ram~8767_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46291 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46292 ( +// Equation(s): +// \text_gen|char_ram~46292_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46291_combout & ((\text_gen|char_ram~8774_q ))) # (!\text_gen|char_ram~46291_combout & (\text_gen|char_ram~8746_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46291_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~8746_q ), + .datac(\text_gen|char_ram~8774_q ), + .datad(\text_gen|char_ram~46291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46292 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7423feeder ( +// Equation(s): +// \text_gen|char_ram~7423feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7423feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y43_N13 +dffeas \text_gen|char_ram~7423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N1 +dffeas \text_gen|char_ram~7430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y47_N5 +dffeas \text_gen|char_ram~7395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7402feeder ( +// Equation(s): +// \text_gen|char_ram~7402feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7402feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7402feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7402feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y44_N27 +dffeas \text_gen|char_ram~7402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7402feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46288 ( +// Equation(s): +// \text_gen|char_ram~46288_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7402_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7395_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7395_q ), + .datad(\text_gen|char_ram~7402_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46288 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46289 ( +// Equation(s): +// \text_gen|char_ram~46289_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46288_combout & ((\text_gen|char_ram~7430_q ))) # (!\text_gen|char_ram~46288_combout & (\text_gen|char_ram~7423_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46288_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7423_q ), + .datac(\text_gen|char_ram~7430_q ), + .datad(\text_gen|char_ram~46288_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46289 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y54_N9 +dffeas \text_gen|char_ram~8291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8319feeder ( +// Equation(s): +// \text_gen|char_ram~8319feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8319feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y54_N7 +dffeas \text_gen|char_ram~8319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46286 ( +// Equation(s): +// \text_gen|char_ram~46286_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~8319_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8291_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8291_q ), + .datad(\text_gen|char_ram~8319_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46286 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8298feeder ( +// Equation(s): +// \text_gen|char_ram~8298feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8298feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8298feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8298feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y48_N17 +dffeas \text_gen|char_ram~8298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8298feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8326feeder ( +// Equation(s): +// \text_gen|char_ram~8326feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y48_N15 +dffeas \text_gen|char_ram~8326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46287 ( +// Equation(s): +// \text_gen|char_ram~46287_combout = (\text_gen|char_ram~46286_combout & (((\text_gen|char_ram~8326_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46286_combout & (\vga_c|h_cnt [4] & (\text_gen|char_ram~8298_q ))) + + .dataa(\text_gen|char_ram~46286_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8298_q ), + .datad(\text_gen|char_ram~8326_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46287 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46290 ( +// Equation(s): +// \text_gen|char_ram~46290_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~46287_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~46289_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46289_combout ), + .datad(\text_gen|char_ram~46287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46290 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7871feeder ( +// Equation(s): +// \text_gen|char_ram~7871feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7871feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y20_N19 +dffeas \text_gen|char_ram~7871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y20_N7 +dffeas \text_gen|char_ram~7878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y20_N11 +dffeas \text_gen|char_ram~7843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7850feeder ( +// Equation(s): +// \text_gen|char_ram~7850feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y20_N3 +dffeas \text_gen|char_ram~7850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46284 ( +// Equation(s): +// \text_gen|char_ram~46284_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~7850_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7843_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7843_q ), + .datad(\text_gen|char_ram~7850_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46284 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46285 ( +// Equation(s): +// \text_gen|char_ram~46285_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46284_combout & ((\text_gen|char_ram~7878_q ))) # (!\text_gen|char_ram~46284_combout & (\text_gen|char_ram~7871_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46284_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7871_q ), + .datac(\text_gen|char_ram~7878_q ), + .datad(\text_gen|char_ram~46284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46285 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46293 ( +// Equation(s): +// \text_gen|char_ram~46293_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46290_combout & (\text_gen|char_ram~46292_combout )) # (!\text_gen|char_ram~46290_combout & ((\text_gen|char_ram~46285_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46290_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46292_combout ), + .datac(\text_gen|char_ram~46290_combout ), + .datad(\text_gen|char_ram~46285_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46293 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46304 ( +// Equation(s): +// \text_gen|char_ram~46304_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~46293_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~46303_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46303_combout ), + .datad(\text_gen|char_ram~46293_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46304 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y68_N19 +dffeas \text_gen|char_ram~8403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y68_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8431feeder ( +// Equation(s): +// \text_gen|char_ram~8431feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8431feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y68_N1 +dffeas \text_gen|char_ram~8431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y68_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46305 ( +// Equation(s): +// \text_gen|char_ram~46305_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8431_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8403_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8403_q ), + .datad(\text_gen|char_ram~8431_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46305 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N15 +dffeas \text_gen|char_ram~8438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8410feeder ( +// Equation(s): +// \text_gen|char_ram~8410feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8410feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8410feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8410feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y56_N13 +dffeas \text_gen|char_ram~8410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8410feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46306 ( +// Equation(s): +// \text_gen|char_ram~46306_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46305_combout & (\text_gen|char_ram~8438_q )) # (!\text_gen|char_ram~46305_combout & ((\text_gen|char_ram~8410_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46305_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46305_combout ), + .datac(\text_gen|char_ram~8438_q ), + .datad(\text_gen|char_ram~8410_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46306 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y34_N31 +dffeas \text_gen|char_ram~8851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y34_N17 +dffeas \text_gen|char_ram~8879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46312 ( +// Equation(s): +// \text_gen|char_ram~46312_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~8879_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8851_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8851_q ), + .datad(\text_gen|char_ram~8879_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46312 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y33_N19 +dffeas \text_gen|char_ram~8886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8858feeder ( +// Equation(s): +// \text_gen|char_ram~8858feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8858feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8858feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8858feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y32_N13 +dffeas \text_gen|char_ram~8858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8858feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46313 ( +// Equation(s): +// \text_gen|char_ram~46313_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46312_combout & (\text_gen|char_ram~8886_q )) # (!\text_gen|char_ram~46312_combout & ((\text_gen|char_ram~8858_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46312_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46312_combout ), + .datac(\text_gen|char_ram~8886_q ), + .datad(\text_gen|char_ram~8858_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46313 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7983feeder ( +// Equation(s): +// \text_gen|char_ram~7983feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y20_N23 +dffeas \text_gen|char_ram~7983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N15 +dffeas \text_gen|char_ram~7990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7962feeder ( +// Equation(s): +// \text_gen|char_ram~7962feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7962feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y12_N29 +dffeas \text_gen|char_ram~7962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y12_N31 +dffeas \text_gen|char_ram~7955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46307 ( +// Equation(s): +// \text_gen|char_ram~46307_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7962_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~7955_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7962_q ), + .datac(\text_gen|char_ram~7955_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46307 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~46307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46308 ( +// Equation(s): +// \text_gen|char_ram~46308_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46307_combout & ((\text_gen|char_ram~7990_q ))) # (!\text_gen|char_ram~46307_combout & (\text_gen|char_ram~7983_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46307_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7983_q ), + .datac(\text_gen|char_ram~7990_q ), + .datad(\text_gen|char_ram~46307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46308 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7535feeder ( +// Equation(s): +// \text_gen|char_ram~7535feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y50_N21 +dffeas \text_gen|char_ram~7535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y47_N27 +dffeas \text_gen|char_ram~7542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y44_N11 +dffeas \text_gen|char_ram~7507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y45_N31 +dffeas \text_gen|char_ram~7514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46309 ( +// Equation(s): +// \text_gen|char_ram~46309_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7514_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7507_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7507_q ), + .datad(\text_gen|char_ram~7514_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46309 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46310 ( +// Equation(s): +// \text_gen|char_ram~46310_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46309_combout & ((\text_gen|char_ram~7542_q ))) # (!\text_gen|char_ram~46309_combout & (\text_gen|char_ram~7535_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46309_combout )))) + + .dataa(\text_gen|char_ram~7535_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7542_q ), + .datad(\text_gen|char_ram~46309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46310 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46311 ( +// Equation(s): +// \text_gen|char_ram~46311_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~46308_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~46310_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46308_combout ), + .datad(\text_gen|char_ram~46310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46311 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46314 ( +// Equation(s): +// \text_gen|char_ram~46314_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46311_combout & ((\text_gen|char_ram~46313_combout ))) # (!\text_gen|char_ram~46311_combout & (\text_gen|char_ram~46306_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46311_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46306_combout ), + .datac(\text_gen|char_ram~46313_combout ), + .datad(\text_gen|char_ram~46311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46314 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y34_N9 +dffeas \text_gen|char_ram~8627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8655feeder ( +// Equation(s): +// \text_gen|char_ram~8655feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y38_N5 +dffeas \text_gen|char_ram~8655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46281 ( +// Equation(s): +// \text_gen|char_ram~46281_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8655_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8627_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8627_q ), + .datad(\text_gen|char_ram~8655_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46281 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y32_N7 +dffeas \text_gen|char_ram~8662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8634feeder ( +// Equation(s): +// \text_gen|char_ram~8634feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8634feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y40_N3 +dffeas \text_gen|char_ram~8634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46282 ( +// Equation(s): +// \text_gen|char_ram~46282_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46281_combout & (\text_gen|char_ram~8662_q )) # (!\text_gen|char_ram~46281_combout & ((\text_gen|char_ram~8634_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46281_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46281_combout ), + .datac(\text_gen|char_ram~8662_q ), + .datad(\text_gen|char_ram~8634_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46282 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y52_N31 +dffeas \text_gen|char_ram~8179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8207feeder ( +// Equation(s): +// \text_gen|char_ram~8207feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y39_N23 +dffeas \text_gen|char_ram~8207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46274 ( +// Equation(s): +// \text_gen|char_ram~46274_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~8207_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8179_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8179_q ), + .datad(\text_gen|char_ram~8207_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46274 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y47_N11 +dffeas \text_gen|char_ram~8214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8186feeder ( +// Equation(s): +// \text_gen|char_ram~8186feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8186feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8186feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8186feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N23 +dffeas \text_gen|char_ram~8186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8186feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46275 ( +// Equation(s): +// \text_gen|char_ram~46275_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46274_combout & (\text_gen|char_ram~8214_q )) # (!\text_gen|char_ram~46274_combout & ((\text_gen|char_ram~8186_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~46274_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46274_combout ), + .datac(\text_gen|char_ram~8214_q ), + .datad(\text_gen|char_ram~8186_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46275 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7311feeder ( +// Equation(s): +// \text_gen|char_ram~7311feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7311feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7311feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7311feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y43_N13 +dffeas \text_gen|char_ram~7311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7311feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y36_N9 +dffeas \text_gen|char_ram~7318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y40_N15 +dffeas \text_gen|char_ram~7283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7290feeder ( +// Equation(s): +// \text_gen|char_ram~7290feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7290feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7290feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7290feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y45_N23 +dffeas \text_gen|char_ram~7290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7290feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46278 ( +// Equation(s): +// \text_gen|char_ram~46278_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~7290_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7283_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7283_q ), + .datad(\text_gen|char_ram~7290_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46278 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46279 ( +// Equation(s): +// \text_gen|char_ram~46279_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46278_combout & ((\text_gen|char_ram~7318_q ))) # (!\text_gen|char_ram~46278_combout & (\text_gen|char_ram~7311_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46278_combout )))) + + .dataa(\text_gen|char_ram~7311_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7318_q ), + .datad(\text_gen|char_ram~46278_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46279 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7759feeder ( +// Equation(s): +// \text_gen|char_ram~7759feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7759feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y32_N15 +dffeas \text_gen|char_ram~7759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y21_N3 +dffeas \text_gen|char_ram~7766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y17_N25 +dffeas \text_gen|char_ram~7731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7738feeder ( +// Equation(s): +// \text_gen|char_ram~7738feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7738feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7738feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7738feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y17_N31 +dffeas \text_gen|char_ram~7738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7738feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46276 ( +// Equation(s): +// \text_gen|char_ram~46276_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7738_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7731_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7731_q ), + .datad(\text_gen|char_ram~7738_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46276 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46277 ( +// Equation(s): +// \text_gen|char_ram~46277_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46276_combout & ((\text_gen|char_ram~7766_q ))) # (!\text_gen|char_ram~46276_combout & (\text_gen|char_ram~7759_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46276_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7759_q ), + .datac(\text_gen|char_ram~7766_q ), + .datad(\text_gen|char_ram~46276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46277 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46280 ( +// Equation(s): +// \text_gen|char_ram~46280_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~46277_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~46279_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46279_combout ), + .datad(\text_gen|char_ram~46277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46280 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46283 ( +// Equation(s): +// \text_gen|char_ram~46283_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46280_combout & (\text_gen|char_ram~46282_combout )) # (!\text_gen|char_ram~46280_combout & ((\text_gen|char_ram~46275_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46280_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46282_combout ), + .datac(\text_gen|char_ram~46275_combout ), + .datad(\text_gen|char_ram~46280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46283 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46315 ( +// Equation(s): +// \text_gen|char_ram~46315_combout = (\text_gen|char_ram~46304_combout & (((\text_gen|char_ram~46314_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~46304_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46283_combout )))) + + .dataa(\text_gen|char_ram~46304_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46314_combout ), + .datad(\text_gen|char_ram~46283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46315 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y34_N31 +dffeas \text_gen|char_ram~1354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y30_N11 +dffeas \text_gen|char_ram~1382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y30_N1 +dffeas \text_gen|char_ram~1347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1375feeder ( +// Equation(s): +// \text_gen|char_ram~1375feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y34_N5 +dffeas \text_gen|char_ram~1375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46343 ( +// Equation(s): +// \text_gen|char_ram~46343_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1375_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1347_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1347_q ), + .datad(\text_gen|char_ram~1375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46343 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46344 ( +// Equation(s): +// \text_gen|char_ram~46344_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46343_combout & ((\text_gen|char_ram~1382_q ))) # (!\text_gen|char_ram~46343_combout & (\text_gen|char_ram~1354_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46343_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1354_q ), + .datac(\text_gen|char_ram~1382_q ), + .datad(\text_gen|char_ram~46343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46344 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~479feeder ( +// Equation(s): +// \text_gen|char_ram~479feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y24_N19 +dffeas \text_gen|char_ram~479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y35_N27 +dffeas \text_gen|char_ram~486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y16_N11 +dffeas \text_gen|char_ram~451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~458feeder ( +// Equation(s): +// \text_gen|char_ram~458feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~458feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~458feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~458feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y16_N17 +dffeas \text_gen|char_ram~458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~458feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46336 ( +// Equation(s): +// \text_gen|char_ram~46336_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~458_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~451_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~451_q ), + .datad(\text_gen|char_ram~458_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46336 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46337 ( +// Equation(s): +// \text_gen|char_ram~46337_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46336_combout & ((\text_gen|char_ram~486_q ))) # (!\text_gen|char_ram~46336_combout & (\text_gen|char_ram~479_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~46336_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~479_q ), + .datac(\text_gen|char_ram~486_q ), + .datad(\text_gen|char_ram~46336_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46337 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~906feeder ( +// Equation(s): +// \text_gen|char_ram~906feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~906feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~906feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~906feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N15 +dffeas \text_gen|char_ram~906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~906feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y54_N7 +dffeas \text_gen|char_ram~934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y54_N5 +dffeas \text_gen|char_ram~927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y54_N21 +dffeas \text_gen|char_ram~899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46338 ( +// Equation(s): +// \text_gen|char_ram~46338_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~927_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~899_q ))))) + + .dataa(\text_gen|char_ram~927_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~899_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46338 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46339 ( +// Equation(s): +// \text_gen|char_ram~46339_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46338_combout & ((\text_gen|char_ram~934_q ))) # (!\text_gen|char_ram~46338_combout & (\text_gen|char_ram~906_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~46338_combout +// )))) + + .dataa(\text_gen|char_ram~906_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~934_q ), + .datad(\text_gen|char_ram~46338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46339 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~31feeder ( +// Equation(s): +// \text_gen|char_ram~31feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~31feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~31feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~31feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y37_N23 +dffeas \text_gen|char_ram~31 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~31feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~31_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~31 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~31 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y35_N1 +dffeas \text_gen|char_ram~38 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~38_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~38 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~38 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y42_N21 +dffeas \text_gen|char_ram~3 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10feeder ( +// Equation(s): +// \text_gen|char_ram~10feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y42_N7 +dffeas \text_gen|char_ram~10 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46340 ( +// Equation(s): +// \text_gen|char_ram~46340_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~10_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3_q ), + .datad(\text_gen|char_ram~10_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46340 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46341 ( +// Equation(s): +// \text_gen|char_ram~46341_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46340_combout & ((\text_gen|char_ram~38_q ))) # (!\text_gen|char_ram~46340_combout & (\text_gen|char_ram~31_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~46340_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~31_q ), + .datac(\text_gen|char_ram~38_q ), + .datad(\text_gen|char_ram~46340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46341 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46342 ( +// Equation(s): +// \text_gen|char_ram~46342_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~46339_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~46341_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46339_combout ), + .datad(\text_gen|char_ram~46341_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46342 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~46342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46345 ( +// Equation(s): +// \text_gen|char_ram~46345_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46342_combout & (\text_gen|char_ram~46344_combout )) # (!\text_gen|char_ram~46342_combout & ((\text_gen|char_ram~46337_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46342_combout )))) + + .dataa(\text_gen|char_ram~46344_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46337_combout ), + .datad(\text_gen|char_ram~46342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46345 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~46345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1018feeder ( +// Equation(s): +// \text_gen|char_ram~1018feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1018feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y45_N3 +dffeas \text_gen|char_ram~1018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N7 +dffeas \text_gen|char_ram~1046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N25 +dffeas \text_gen|char_ram~1011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1039feeder ( +// Equation(s): +// \text_gen|char_ram~1039feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y45_N3 +dffeas \text_gen|char_ram~1039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46326 ( +// Equation(s): +// \text_gen|char_ram~46326_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1039_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1011_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1011_q ), + .datad(\text_gen|char_ram~1039_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46326 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46327 ( +// Equation(s): +// \text_gen|char_ram~46327_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46326_combout & ((\text_gen|char_ram~1046_q ))) # (!\text_gen|char_ram~46326_combout & (\text_gen|char_ram~1018_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46326_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1018_q ), + .datac(\text_gen|char_ram~1046_q ), + .datad(\text_gen|char_ram~46326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46327 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y38_N19 +dffeas \text_gen|char_ram~1466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y38_N19 +dffeas \text_gen|char_ram~1494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y38_N17 +dffeas \text_gen|char_ram~1459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1487feeder ( +// Equation(s): +// \text_gen|char_ram~1487feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1487feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y38_N11 +dffeas \text_gen|char_ram~1487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46333 ( +// Equation(s): +// \text_gen|char_ram~46333_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1487_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1459_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1459_q ), + .datad(\text_gen|char_ram~1487_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46333 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46334 ( +// Equation(s): +// \text_gen|char_ram~46334_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46333_combout & ((\text_gen|char_ram~1494_q ))) # (!\text_gen|char_ram~46333_combout & (\text_gen|char_ram~1466_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46333_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1466_q ), + .datac(\text_gen|char_ram~1494_q ), + .datad(\text_gen|char_ram~46333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46334 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~143feeder ( +// Equation(s): +// \text_gen|char_ram~143feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y38_N25 +dffeas \text_gen|char_ram~143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y42_N13 +dffeas \text_gen|char_ram~150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y42_N7 +dffeas \text_gen|char_ram~115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~122feeder ( +// Equation(s): +// \text_gen|char_ram~122feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~122feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y42_N27 +dffeas \text_gen|char_ram~122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46330 ( +// Equation(s): +// \text_gen|char_ram~46330_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~122_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~115_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~115_q ), + .datad(\text_gen|char_ram~122_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46330 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46331 ( +// Equation(s): +// \text_gen|char_ram~46331_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46330_combout & ((\text_gen|char_ram~150_q ))) # (!\text_gen|char_ram~46330_combout & (\text_gen|char_ram~143_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~46330_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~143_q ), + .datac(\text_gen|char_ram~150_q ), + .datad(\text_gen|char_ram~46330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46331 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~591feeder ( +// Equation(s): +// \text_gen|char_ram~591feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~591feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y20_N15 +dffeas \text_gen|char_ram~591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y24_N11 +dffeas \text_gen|char_ram~598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y20_N9 +dffeas \text_gen|char_ram~563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~570feeder ( +// Equation(s): +// \text_gen|char_ram~570feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~570feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y16_N3 +dffeas \text_gen|char_ram~570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46328 ( +// Equation(s): +// \text_gen|char_ram~46328_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~570_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~563_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~563_q ), + .datad(\text_gen|char_ram~570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46328 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46329 ( +// Equation(s): +// \text_gen|char_ram~46329_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46328_combout & ((\text_gen|char_ram~598_q ))) # (!\text_gen|char_ram~46328_combout & (\text_gen|char_ram~591_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~46328_combout +// )))) + + .dataa(\text_gen|char_ram~591_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~598_q ), + .datad(\text_gen|char_ram~46328_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46329 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46332 ( +// Equation(s): +// \text_gen|char_ram~46332_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~46329_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~46331_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~46331_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46332 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~46332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46335 ( +// Equation(s): +// \text_gen|char_ram~46335_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46332_combout & ((\text_gen|char_ram~46334_combout ))) # (!\text_gen|char_ram~46332_combout & (\text_gen|char_ram~46327_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46332_combout )))) + + .dataa(\text_gen|char_ram~46327_combout ), + .datab(\text_gen|char_ram~46334_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46335 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~46335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46346 ( +// Equation(s): +// \text_gen|char_ram~46346_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~46335_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~46345_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46345_combout ), + .datad(\text_gen|char_ram~46335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46346 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~703feeder ( +// Equation(s): +// \text_gen|char_ram~703feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y19_N17 +dffeas \text_gen|char_ram~703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y19_N3 +dffeas \text_gen|char_ram~710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y19_N25 +dffeas \text_gen|char_ram~675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~682feeder ( +// Equation(s): +// \text_gen|char_ram~682feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~682feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~682feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~682feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y19_N11 +dffeas \text_gen|char_ram~682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~682feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46316 ( +// Equation(s): +// \text_gen|char_ram~46316_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~682_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~675_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~675_q ), + .datad(\text_gen|char_ram~682_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46316 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46317 ( +// Equation(s): +// \text_gen|char_ram~46317_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46316_combout & ((\text_gen|char_ram~710_q ))) # (!\text_gen|char_ram~46316_combout & (\text_gen|char_ram~703_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~46316_combout +// )))) + + .dataa(\text_gen|char_ram~703_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~710_q ), + .datad(\text_gen|char_ram~46316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46317 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1578feeder ( +// Equation(s): +// \text_gen|char_ram~1578feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1578feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y38_N13 +dffeas \text_gen|char_ram~1578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y38_N7 +dffeas \text_gen|char_ram~1606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N11 +dffeas \text_gen|char_ram~1571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1599feeder ( +// Equation(s): +// \text_gen|char_ram~1599feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y34_N3 +dffeas \text_gen|char_ram~1599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46323 ( +// Equation(s): +// \text_gen|char_ram~46323_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1599_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1571_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1571_q ), + .datad(\text_gen|char_ram~1599_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46323 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46324 ( +// Equation(s): +// \text_gen|char_ram~46324_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46323_combout & ((\text_gen|char_ram~1606_q ))) # (!\text_gen|char_ram~46323_combout & (\text_gen|char_ram~1578_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46323_combout )))) + + .dataa(\text_gen|char_ram~1578_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1606_q ), + .datad(\text_gen|char_ram~46323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46324 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~255feeder ( +// Equation(s): +// \text_gen|char_ram~255feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~255feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y41_N19 +dffeas \text_gen|char_ram~255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y42_N15 +dffeas \text_gen|char_ram~262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y42_N1 +dffeas \text_gen|char_ram~227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~234feeder ( +// Equation(s): +// \text_gen|char_ram~234feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y42_N29 +dffeas \text_gen|char_ram~234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46320 ( +// Equation(s): +// \text_gen|char_ram~46320_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~234_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~227_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~227_q ), + .datad(\text_gen|char_ram~234_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46320 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46321 ( +// Equation(s): +// \text_gen|char_ram~46321_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46320_combout & ((\text_gen|char_ram~262_q ))) # (!\text_gen|char_ram~46320_combout & (\text_gen|char_ram~255_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~46320_combout +// )))) + + .dataa(\text_gen|char_ram~255_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~262_q ), + .datad(\text_gen|char_ram~46320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46321 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1130feeder ( +// Equation(s): +// \text_gen|char_ram~1130feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1130feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1130feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1130feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y46_N25 +dffeas \text_gen|char_ram~1130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1130feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y46_N5 +dffeas \text_gen|char_ram~1158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N27 +dffeas \text_gen|char_ram~1123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1151feeder ( +// Equation(s): +// \text_gen|char_ram~1151feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1151feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N19 +dffeas \text_gen|char_ram~1151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46318 ( +// Equation(s): +// \text_gen|char_ram~46318_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1151_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1123_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1123_q ), + .datad(\text_gen|char_ram~1151_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46318 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46319 ( +// Equation(s): +// \text_gen|char_ram~46319_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46318_combout & ((\text_gen|char_ram~1158_q ))) # (!\text_gen|char_ram~46318_combout & (\text_gen|char_ram~1130_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46318_combout )))) + + .dataa(\text_gen|char_ram~1130_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1158_q ), + .datad(\text_gen|char_ram~46318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46319 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46322 ( +// Equation(s): +// \text_gen|char_ram~46322_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~46319_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~46321_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46321_combout ), + .datad(\text_gen|char_ram~46319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46322 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46325 ( +// Equation(s): +// \text_gen|char_ram~46325_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46322_combout & ((\text_gen|char_ram~46324_combout ))) # (!\text_gen|char_ram~46322_combout & (\text_gen|char_ram~46317_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46322_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46317_combout ), + .datac(\text_gen|char_ram~46324_combout ), + .datad(\text_gen|char_ram~46322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46325 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y34_N13 +dffeas \text_gen|char_ram~1690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N3 +dffeas \text_gen|char_ram~1718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N21 +dffeas \text_gen|char_ram~1683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1711feeder ( +// Equation(s): +// \text_gen|char_ram~1711feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1711feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y37_N29 +dffeas \text_gen|char_ram~1711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46354 ( +// Equation(s): +// \text_gen|char_ram~46354_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1711_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1683_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1683_q ), + .datad(\text_gen|char_ram~1711_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46354 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46355 ( +// Equation(s): +// \text_gen|char_ram~46355_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46354_combout & ((\text_gen|char_ram~1718_q ))) # (!\text_gen|char_ram~46354_combout & (\text_gen|char_ram~1690_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46354_combout )))) + + .dataa(\text_gen|char_ram~1690_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1718_q ), + .datad(\text_gen|char_ram~46354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46355 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y56_N13 +dffeas \text_gen|char_ram~1235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1263feeder ( +// Equation(s): +// \text_gen|char_ram~1263feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1263feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y56_N15 +dffeas \text_gen|char_ram~1263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46347 ( +// Equation(s): +// \text_gen|char_ram~46347_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1263_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1235_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1235_q ), + .datad(\text_gen|char_ram~1263_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46347 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y56_N27 +dffeas \text_gen|char_ram~1270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1242feeder ( +// Equation(s): +// \text_gen|char_ram~1242feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1242feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1242feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1242feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y56_N19 +dffeas \text_gen|char_ram~1242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1242feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46348 ( +// Equation(s): +// \text_gen|char_ram~46348_combout = (\text_gen|char_ram~46347_combout & (((\text_gen|char_ram~1270_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~46347_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1242_q )))) + + .dataa(\text_gen|char_ram~46347_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1270_q ), + .datad(\text_gen|char_ram~1242_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46348 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~46348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y42_N7 +dffeas \text_gen|char_ram~339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~346feeder ( +// Equation(s): +// \text_gen|char_ram~346feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~346feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y42_N21 +dffeas \text_gen|char_ram~346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46351 ( +// Equation(s): +// \text_gen|char_ram~46351_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~346_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~339_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~339_q ), + .datad(\text_gen|char_ram~346_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46351 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y53_N27 +dffeas \text_gen|char_ram~374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~367feeder ( +// Equation(s): +// \text_gen|char_ram~367feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~367feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~367feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~367feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y37_N11 +dffeas \text_gen|char_ram~367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~367feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46352 ( +// Equation(s): +// \text_gen|char_ram~46352_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46351_combout & (\text_gen|char_ram~374_q )) # (!\text_gen|char_ram~46351_combout & ((\text_gen|char_ram~367_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~46351_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~46351_combout ), + .datac(\text_gen|char_ram~374_q ), + .datad(\text_gen|char_ram~367_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46352 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~815feeder ( +// Equation(s): +// \text_gen|char_ram~815feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~815feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y19_N15 +dffeas \text_gen|char_ram~815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y19_N5 +dffeas \text_gen|char_ram~822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y16_N31 +dffeas \text_gen|char_ram~787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~794feeder ( +// Equation(s): +// \text_gen|char_ram~794feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~794feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~794feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~794feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y16_N25 +dffeas \text_gen|char_ram~794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~794feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46349 ( +// Equation(s): +// \text_gen|char_ram~46349_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~794_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~787_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~787_q ), + .datad(\text_gen|char_ram~794_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46349 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46350 ( +// Equation(s): +// \text_gen|char_ram~46350_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46349_combout & ((\text_gen|char_ram~822_q ))) # (!\text_gen|char_ram~46349_combout & (\text_gen|char_ram~815_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~46349_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~815_q ), + .datac(\text_gen|char_ram~822_q ), + .datad(\text_gen|char_ram~46349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46350 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46353 ( +// Equation(s): +// \text_gen|char_ram~46353_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~46350_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~46352_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~46352_combout ), + .datad(\text_gen|char_ram~46350_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46353 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46356 ( +// Equation(s): +// \text_gen|char_ram~46356_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46353_combout & (\text_gen|char_ram~46355_combout )) # (!\text_gen|char_ram~46353_combout & ((\text_gen|char_ram~46348_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46353_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46355_combout ), + .datac(\text_gen|char_ram~46348_combout ), + .datad(\text_gen|char_ram~46353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46356 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46357 ( +// Equation(s): +// \text_gen|char_ram~46357_combout = (\text_gen|char_ram~46346_combout & (((\text_gen|char_ram~46356_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~46346_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~46325_combout ))) + + .dataa(\text_gen|char_ram~46346_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~46325_combout ), + .datad(\text_gen|char_ram~46356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46357 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~46357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46358 ( +// Equation(s): +// \text_gen|char_ram~46358_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~46315_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~46357_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~46315_combout ), + .datad(\text_gen|char_ram~46357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46358 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22746feeder ( +// Equation(s): +// \text_gen|char_ram~22746feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22746feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N23 +dffeas \text_gen|char_ram~22746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y56_N7 +dffeas \text_gen|char_ram~22774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22767feeder ( +// Equation(s): +// \text_gen|char_ram~22767feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22767feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y56_N19 +dffeas \text_gen|char_ram~22767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y56_N17 +dffeas \text_gen|char_ram~22739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46390 ( +// Equation(s): +// \text_gen|char_ram~46390_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~22767_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~22739_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22767_q ), + .datac(\text_gen|char_ram~22739_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46390 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46391 ( +// Equation(s): +// \text_gen|char_ram~46391_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46390_combout & ((\text_gen|char_ram~22774_q ))) # (!\text_gen|char_ram~46390_combout & (\text_gen|char_ram~22746_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46390_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22746_q ), + .datac(\text_gen|char_ram~22774_q ), + .datad(\text_gen|char_ram~46390_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46391 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y31_N27 +dffeas \text_gen|char_ram~23187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23215feeder ( +// Equation(s): +// \text_gen|char_ram~23215feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23215feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y31_N19 +dffeas \text_gen|char_ram~23215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46397 ( +// Equation(s): +// \text_gen|char_ram~46397_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~23215_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23187_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23187_q ), + .datad(\text_gen|char_ram~23215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46397 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y27_N29 +dffeas \text_gen|char_ram~23222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23194feeder ( +// Equation(s): +// \text_gen|char_ram~23194feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23194feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23194feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23194feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y27_N11 +dffeas \text_gen|char_ram~23194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23194feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46398 ( +// Equation(s): +// \text_gen|char_ram~46398_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46397_combout & (\text_gen|char_ram~23222_q )) # (!\text_gen|char_ram~46397_combout & ((\text_gen|char_ram~23194_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~46397_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~46397_combout ), + .datac(\text_gen|char_ram~23222_q ), + .datad(\text_gen|char_ram~23194_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46398 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~46398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21878feeder ( +// Equation(s): +// \text_gen|char_ram~21878feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y35_N17 +dffeas \text_gen|char_ram~21878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N13 +dffeas \text_gen|char_ram~21871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21850feeder ( +// Equation(s): +// \text_gen|char_ram~21850feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y41_N11 +dffeas \text_gen|char_ram~21850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N19 +dffeas \text_gen|char_ram~21843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46394 ( +// Equation(s): +// \text_gen|char_ram~46394_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~21850_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~21843_q ))))) + + .dataa(\text_gen|char_ram~21850_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21843_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46394 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46395 ( +// Equation(s): +// \text_gen|char_ram~46395_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46394_combout & (\text_gen|char_ram~21878_q )) # (!\text_gen|char_ram~46394_combout & ((\text_gen|char_ram~21871_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46394_combout )))) + + .dataa(\text_gen|char_ram~21878_q ), + .datab(\text_gen|char_ram~21871_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~46394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46395 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~46395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y19_N15 +dffeas \text_gen|char_ram~22319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y19_N27 +dffeas \text_gen|char_ram~22326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22298feeder ( +// Equation(s): +// \text_gen|char_ram~22298feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22298feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22298feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22298feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y15_N31 +dffeas \text_gen|char_ram~22298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22298feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N11 +dffeas \text_gen|char_ram~22291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46392 ( +// Equation(s): +// \text_gen|char_ram~46392_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~22298_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~22291_q ))))) + + .dataa(\text_gen|char_ram~22298_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22291_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46392 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~46392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46393 ( +// Equation(s): +// \text_gen|char_ram~46393_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46392_combout & ((\text_gen|char_ram~22326_q ))) # (!\text_gen|char_ram~46392_combout & (\text_gen|char_ram~22319_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46392_combout )))) + + .dataa(\text_gen|char_ram~22319_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22326_q ), + .datad(\text_gen|char_ram~46392_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46393 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~46396 ( +// Equation(s): +// \text_gen|char_ram~46396_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~46393_combout ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~46395_combout & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46395_combout ), + .datac(\text_gen|char_ram~46393_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46396 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~46396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46399 ( +// Equation(s): +// \text_gen|char_ram~46399_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46396_combout & ((\text_gen|char_ram~46398_combout ))) # (!\text_gen|char_ram~46396_combout & (\text_gen|char_ram~46391_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46396_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46391_combout ), + .datac(\text_gen|char_ram~46398_combout ), + .datad(\text_gen|char_ram~46396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46399 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22522feeder ( +// Equation(s): +// \text_gen|char_ram~22522feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N1 +dffeas \text_gen|char_ram~22522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y46_N21 +dffeas \text_gen|char_ram~22550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y37_N3 +dffeas \text_gen|char_ram~22515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22543feeder ( +// Equation(s): +// \text_gen|char_ram~22543feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22543feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22543feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22543feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y37_N15 +dffeas \text_gen|char_ram~22543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22543feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46359 ( +// Equation(s): +// \text_gen|char_ram~46359_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22543_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22515_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22515_q ), + .datad(\text_gen|char_ram~22543_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46359 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46360 ( +// Equation(s): +// \text_gen|char_ram~46360_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46359_combout & ((\text_gen|char_ram~22550_q ))) # (!\text_gen|char_ram~46359_combout & (\text_gen|char_ram~22522_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46359_combout )))) + + .dataa(\text_gen|char_ram~22522_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22550_q ), + .datad(\text_gen|char_ram~46359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46360 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22970feeder ( +// Equation(s): +// \text_gen|char_ram~22970feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y27_N27 +dffeas \text_gen|char_ram~22970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y30_N15 +dffeas \text_gen|char_ram~22998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N29 +dffeas \text_gen|char_ram~22963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22991feeder ( +// Equation(s): +// \text_gen|char_ram~22991feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y37_N9 +dffeas \text_gen|char_ram~22991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46366 ( +// Equation(s): +// \text_gen|char_ram~46366_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22991_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22963_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22963_q ), + .datad(\text_gen|char_ram~22991_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46366 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46367 ( +// Equation(s): +// \text_gen|char_ram~46367_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46366_combout & ((\text_gen|char_ram~22998_q ))) # (!\text_gen|char_ram~46366_combout & (\text_gen|char_ram~22970_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46366_combout )))) + + .dataa(\text_gen|char_ram~22970_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22998_q ), + .datad(\text_gen|char_ram~46366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46367 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22095feeder ( +// Equation(s): +// \text_gen|char_ram~22095feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22095feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22095feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22095feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N1 +dffeas \text_gen|char_ram~22095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22095feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y27_N7 +dffeas \text_gen|char_ram~22102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y19_N29 +dffeas \text_gen|char_ram~22067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22074feeder ( +// Equation(s): +// \text_gen|char_ram~22074feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y19_N11 +dffeas \text_gen|char_ram~22074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46361 ( +// Equation(s): +// \text_gen|char_ram~46361_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22074_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22067_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22067_q ), + .datad(\text_gen|char_ram~22074_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46361 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~46362 ( +// Equation(s): +// \text_gen|char_ram~46362_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46361_combout & ((\text_gen|char_ram~22102_q ))) # (!\text_gen|char_ram~46361_combout & (\text_gen|char_ram~22095_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46361_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22095_q ), + .datac(\text_gen|char_ram~22102_q ), + .datad(\text_gen|char_ram~46361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46362 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21647feeder ( +// Equation(s): +// \text_gen|char_ram~21647feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21647feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N25 +dffeas \text_gen|char_ram~21647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y35_N23 +dffeas \text_gen|char_ram~21654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N27 +dffeas \text_gen|char_ram~21619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21626feeder ( +// Equation(s): +// \text_gen|char_ram~21626feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y17_N23 +dffeas \text_gen|char_ram~21626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46363 ( +// Equation(s): +// \text_gen|char_ram~46363_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~21626_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21619_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21619_q ), + .datad(\text_gen|char_ram~21626_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46363 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46364 ( +// Equation(s): +// \text_gen|char_ram~46364_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46363_combout & ((\text_gen|char_ram~21654_q ))) # (!\text_gen|char_ram~46363_combout & (\text_gen|char_ram~21647_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46363_combout )))) + + .dataa(\text_gen|char_ram~21647_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21654_q ), + .datad(\text_gen|char_ram~46363_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46364 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~46365 ( +// Equation(s): +// \text_gen|char_ram~46365_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46362_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~46364_combout )))) + + .dataa(\text_gen|char_ram~46362_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~46364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46365 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~46365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46368 ( +// Equation(s): +// \text_gen|char_ram~46368_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~46365_combout & ((\text_gen|char_ram~46367_combout ))) # (!\text_gen|char_ram~46365_combout & (\text_gen|char_ram~46360_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~46365_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~46360_combout ), + .datac(\text_gen|char_ram~46367_combout ), + .datad(\text_gen|char_ram~46365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46368 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21983feeder ( +// Equation(s): +// \text_gen|char_ram~21983feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21983feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y24_N23 +dffeas \text_gen|char_ram~21983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y21_N15 +dffeas \text_gen|char_ram~21955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21962feeder ( +// Equation(s): +// \text_gen|char_ram~21962feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21962feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y21_N25 +dffeas \text_gen|char_ram~21962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46379 ( +// Equation(s): +// \text_gen|char_ram~46379_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~21962_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21955_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21955_q ), + .datad(\text_gen|char_ram~21962_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46379 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y24_N5 +dffeas \text_gen|char_ram~21990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46380 ( +// Equation(s): +// \text_gen|char_ram~46380_combout = (\text_gen|char_ram~46379_combout & (((\text_gen|char_ram~21990_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~46379_combout & (\text_gen|char_ram~21983_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~21983_q ), + .datab(\text_gen|char_ram~46379_combout ), + .datac(\text_gen|char_ram~21990_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46380 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~46380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22410feeder ( +// Equation(s): +// \text_gen|char_ram~22410feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22410feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22410feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22410feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y52_N11 +dffeas \text_gen|char_ram~22410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22410feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y56_N11 +dffeas \text_gen|char_ram~22438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y60_N13 +dffeas \text_gen|char_ram~22403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22431feeder ( +// Equation(s): +// \text_gen|char_ram~22431feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22431feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y60_N19 +dffeas \text_gen|char_ram~22431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46381 ( +// Equation(s): +// \text_gen|char_ram~46381_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~22431_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22403_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22403_q ), + .datad(\text_gen|char_ram~22431_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46381 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46382 ( +// Equation(s): +// \text_gen|char_ram~46382_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46381_combout & ((\text_gen|char_ram~22438_q ))) # (!\text_gen|char_ram~46381_combout & (\text_gen|char_ram~22410_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46381_combout )))) + + .dataa(\text_gen|char_ram~22410_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22438_q ), + .datad(\text_gen|char_ram~46381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46382 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21535feeder ( +// Equation(s): +// \text_gen|char_ram~21535feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y37_N29 +dffeas \text_gen|char_ram~21535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y35_N17 +dffeas \text_gen|char_ram~21542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N17 +dffeas \text_gen|char_ram~21507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21514feeder ( +// Equation(s): +// \text_gen|char_ram~21514feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y41_N13 +dffeas \text_gen|char_ram~21514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46383 ( +// Equation(s): +// \text_gen|char_ram~46383_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~21514_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~21507_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21507_q ), + .datad(\text_gen|char_ram~21514_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46383 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46384 ( +// Equation(s): +// \text_gen|char_ram~46384_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46383_combout & ((\text_gen|char_ram~21542_q ))) # (!\text_gen|char_ram~46383_combout & (\text_gen|char_ram~21535_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46383_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~21535_q ), + .datac(\text_gen|char_ram~21542_q ), + .datad(\text_gen|char_ram~46383_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46384 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~46385 ( +// Equation(s): +// \text_gen|char_ram~46385_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~46382_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~46384_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~46382_combout ), + .datad(\text_gen|char_ram~46384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46385 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~46385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22858feeder ( +// Equation(s): +// \text_gen|char_ram~22858feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22858feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22858feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22858feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y26_N5 +dffeas \text_gen|char_ram~22858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22858feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y28_N13 +dffeas \text_gen|char_ram~22886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N25 +dffeas \text_gen|char_ram~22851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22879feeder ( +// Equation(s): +// \text_gen|char_ram~22879feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22879feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y33_N27 +dffeas \text_gen|char_ram~22879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46386 ( +// Equation(s): +// \text_gen|char_ram~46386_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~22879_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22851_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22851_q ), + .datad(\text_gen|char_ram~22879_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46386 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46387 ( +// Equation(s): +// \text_gen|char_ram~46387_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46386_combout & ((\text_gen|char_ram~22886_q ))) # (!\text_gen|char_ram~46386_combout & (\text_gen|char_ram~22858_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46386_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22858_q ), + .datac(\text_gen|char_ram~22886_q ), + .datad(\text_gen|char_ram~46386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46387 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46388 ( +// Equation(s): +// \text_gen|char_ram~46388_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46385_combout & ((\text_gen|char_ram~46387_combout ))) # (!\text_gen|char_ram~46385_combout & (\text_gen|char_ram~46380_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46385_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46380_combout ), + .datac(\text_gen|char_ram~46385_combout ), + .datad(\text_gen|char_ram~46387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46388 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~46388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23082feeder ( +// Equation(s): +// \text_gen|char_ram~23082feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23082feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23082feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23082feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y35_N17 +dffeas \text_gen|char_ram~23082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23082feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y35_N19 +dffeas \text_gen|char_ram~23110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23103feeder ( +// Equation(s): +// \text_gen|char_ram~23103feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23103feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y35_N11 +dffeas \text_gen|char_ram~23103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y32_N27 +dffeas \text_gen|char_ram~23075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46376 ( +// Equation(s): +// \text_gen|char_ram~46376_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~23103_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~23075_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~23103_q ), + .datac(\text_gen|char_ram~23075_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~46376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46376 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~46376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~46377 ( +// Equation(s): +// \text_gen|char_ram~46377_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46376_combout & ((\text_gen|char_ram~23110_q ))) # (!\text_gen|char_ram~46376_combout & (\text_gen|char_ram~23082_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46376_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~23082_q ), + .datac(\text_gen|char_ram~23110_q ), + .datad(\text_gen|char_ram~46376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46377 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21759feeder ( +// Equation(s): +// \text_gen|char_ram~21759feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21759feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y35_N1 +dffeas \text_gen|char_ram~21759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y37_N23 +dffeas \text_gen|char_ram~21766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y37_N29 +dffeas \text_gen|char_ram~21731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21738feeder ( +// Equation(s): +// \text_gen|char_ram~21738feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21738feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21738feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21738feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y37_N17 +dffeas \text_gen|char_ram~21738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21738feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46373 ( +// Equation(s): +// \text_gen|char_ram~46373_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~21738_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21731_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21731_q ), + .datad(\text_gen|char_ram~21738_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46373 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~46374 ( +// Equation(s): +// \text_gen|char_ram~46374_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46373_combout & ((\text_gen|char_ram~21766_q ))) # (!\text_gen|char_ram~46373_combout & (\text_gen|char_ram~21759_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46373_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~21759_q ), + .datac(\text_gen|char_ram~21766_q ), + .datad(\text_gen|char_ram~46373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46374 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22634feeder ( +// Equation(s): +// \text_gen|char_ram~22634feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22634feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y46_N11 +dffeas \text_gen|char_ram~22634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y42_N25 +dffeas \text_gen|char_ram~22662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y50_N9 +dffeas \text_gen|char_ram~22627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22655feeder ( +// Equation(s): +// \text_gen|char_ram~22655feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N15 +dffeas \text_gen|char_ram~22655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46371 ( +// Equation(s): +// \text_gen|char_ram~46371_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22655_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22627_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22627_q ), + .datad(\text_gen|char_ram~22655_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46371 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46372 ( +// Equation(s): +// \text_gen|char_ram~46372_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~46371_combout & ((\text_gen|char_ram~22662_q ))) # (!\text_gen|char_ram~46371_combout & (\text_gen|char_ram~22634_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~46371_combout )))) + + .dataa(\text_gen|char_ram~22634_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22662_q ), + .datad(\text_gen|char_ram~46371_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46372 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~46372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~46375 ( +// Equation(s): +// \text_gen|char_ram~46375_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~46372_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~46374_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46374_combout ), + .datac(\text_gen|char_ram~46372_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46375 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~46375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22207feeder ( +// Equation(s): +// \text_gen|char_ram~22207feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22207feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y19_N17 +dffeas \text_gen|char_ram~22207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y22_N27 +dffeas \text_gen|char_ram~22214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N5 +dffeas \text_gen|char_ram~22179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22186feeder ( +// Equation(s): +// \text_gen|char_ram~22186feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22186feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22186feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22186feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y24_N31 +dffeas \text_gen|char_ram~22186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22186feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~46369 ( +// Equation(s): +// \text_gen|char_ram~46369_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22186_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22179_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22179_q ), + .datad(\text_gen|char_ram~22186_q ), + .cin(gnd), + .combout(\text_gen|char_ram~46369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46369 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46370 ( +// Equation(s): +// \text_gen|char_ram~46370_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~46369_combout & ((\text_gen|char_ram~22214_q ))) # (!\text_gen|char_ram~46369_combout & (\text_gen|char_ram~22207_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~46369_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22207_q ), + .datac(\text_gen|char_ram~22214_q ), + .datad(\text_gen|char_ram~46369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46370 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~46370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~46378 ( +// Equation(s): +// \text_gen|char_ram~46378_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~46375_combout & (\text_gen|char_ram~46377_combout )) # (!\text_gen|char_ram~46375_combout & ((\text_gen|char_ram~46370_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~46375_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~46377_combout ), + .datac(\text_gen|char_ram~46375_combout ), + .datad(\text_gen|char_ram~46370_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46378 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~46378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~46389 ( +// Equation(s): +// \text_gen|char_ram~46389_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~46378_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~46388_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~46388_combout ), + .datad(\text_gen|char_ram~46378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46389 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~46389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~46400 ( +// Equation(s): +// \text_gen|char_ram~46400_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~46389_combout & (\text_gen|char_ram~46399_combout )) # (!\text_gen|char_ram~46389_combout & ((\text_gen|char_ram~46368_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~46389_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~46399_combout ), + .datac(\text_gen|char_ram~46368_combout ), + .datad(\text_gen|char_ram~46389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46400 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~46401 ( +// Equation(s): +// \text_gen|char_ram~46401_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~46358_combout & ((\text_gen|char_ram~46400_combout ))) # (!\text_gen|char_ram~46358_combout & (\text_gen|char_ram~46273_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~46358_combout )))) + + .dataa(\text_gen|char_ram~46273_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~46358_combout ), + .datad(\text_gen|char_ram~46400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46401 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~46401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~46402 ( +// Equation(s): +// \text_gen|char_ram~46402_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~46231_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~46401_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~46231_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~46401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46402 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~46402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~46573 ( +// Equation(s): +// \text_gen|char_ram~46573_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~46402_combout & (\text_gen|char_ram~46572_combout )) # (!\text_gen|char_ram~46402_combout & ((\text_gen|char_ram~46061_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~46402_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~46572_combout ), + .datac(\text_gen|char_ram~46061_combout ), + .datad(\text_gen|char_ram~46402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46573 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~46573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19617feeder ( +// Equation(s): +// \text_gen|char_ram~19617feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19617feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19617feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19617feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y26_N19 +dffeas \text_gen|char_ram~19617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19617feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y26_N25 +dffeas \text_gen|char_ram~19645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y26_N19 +dffeas \text_gen|char_ram~19505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19533feeder ( +// Equation(s): +// \text_gen|char_ram~19533feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19533feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y50_N29 +dffeas \text_gen|char_ram~19533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45337 ( +// Equation(s): +// \text_gen|char_ram~45337_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~19533_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19505_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19505_q ), + .datad(\text_gen|char_ram~19533_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45337 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45338 ( +// Equation(s): +// \text_gen|char_ram~45338_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45337_combout & ((\text_gen|char_ram~19645_q ))) # (!\text_gen|char_ram~45337_combout & (\text_gen|char_ram~19617_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45337_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19617_q ), + .datac(\text_gen|char_ram~19645_q ), + .datad(\text_gen|char_ram~45337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45338 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19624feeder ( +// Equation(s): +// \text_gen|char_ram~19624feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19624feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19624feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19624feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y25_N23 +dffeas \text_gen|char_ram~19624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19624feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y25_N3 +dffeas \text_gen|char_ram~19652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y24_N1 +dffeas \text_gen|char_ram~19512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19540feeder ( +// Equation(s): +// \text_gen|char_ram~19540feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19540feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19540feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19540feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y48_N13 +dffeas \text_gen|char_ram~19540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19540feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45344 ( +// Equation(s): +// \text_gen|char_ram~45344_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~19540_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19512_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19512_q ), + .datad(\text_gen|char_ram~19540_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45344 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45345 ( +// Equation(s): +// \text_gen|char_ram~45345_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45344_combout & ((\text_gen|char_ram~19652_q ))) # (!\text_gen|char_ram~45344_combout & (\text_gen|char_ram~19624_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45344_combout )))) + + .dataa(\text_gen|char_ram~19624_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19652_q ), + .datad(\text_gen|char_ram~45344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45345 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19309feeder ( +// Equation(s): +// \text_gen|char_ram~19309feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19309feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19309feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19309feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y29_N27 +dffeas \text_gen|char_ram~19309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19309feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y29_N23 +dffeas \text_gen|char_ram~19281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45341 ( +// Equation(s): +// \text_gen|char_ram~45341_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~19309_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~19281_q & !\text_gen|Add5~0_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19309_q ), + .datac(\text_gen|char_ram~19281_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45341 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N5 +dffeas \text_gen|char_ram~19421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19393feeder ( +// Equation(s): +// \text_gen|char_ram~19393feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19393feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19393feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19393feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y40_N21 +dffeas \text_gen|char_ram~19393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19393feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45342 ( +// Equation(s): +// \text_gen|char_ram~45342_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45341_combout & (\text_gen|char_ram~19421_q )) # (!\text_gen|char_ram~45341_combout & ((\text_gen|char_ram~19393_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~45341_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~45341_combout ), + .datac(\text_gen|char_ram~19421_q ), + .datad(\text_gen|char_ram~19393_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45342 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19400feeder ( +// Equation(s): +// \text_gen|char_ram~19400feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y25_N9 +dffeas \text_gen|char_ram~19400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y25_N1 +dffeas \text_gen|char_ram~19428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y25_N3 +dffeas \text_gen|char_ram~19288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19316feeder ( +// Equation(s): +// \text_gen|char_ram~19316feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19316feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19316feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19316feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y29_N29 +dffeas \text_gen|char_ram~19316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19316feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45339 ( +// Equation(s): +// \text_gen|char_ram~45339_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~19316_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19288_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19288_q ), + .datad(\text_gen|char_ram~19316_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45339 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45340 ( +// Equation(s): +// \text_gen|char_ram~45340_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45339_combout & ((\text_gen|char_ram~19428_q ))) # (!\text_gen|char_ram~45339_combout & (\text_gen|char_ram~19400_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45339_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19400_q ), + .datac(\text_gen|char_ram~19428_q ), + .datad(\text_gen|char_ram~45339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45340 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45343 ( +// Equation(s): +// \text_gen|char_ram~45343_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~45340_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45342_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~45342_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~45340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45343 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~45343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45346 ( +// Equation(s): +// \text_gen|char_ram~45346_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45343_combout & ((\text_gen|char_ram~45345_combout ))) # (!\text_gen|char_ram~45343_combout & (\text_gen|char_ram~45338_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45343_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~45338_combout ), + .datac(\text_gen|char_ram~45345_combout ), + .datad(\text_gen|char_ram~45343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45346 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21220feeder ( +// Equation(s): +// \text_gen|char_ram~21220feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21220feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21220feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21220feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y28_N3 +dffeas \text_gen|char_ram~21220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21220feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21108feeder ( +// Equation(s): +// \text_gen|char_ram~21108feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21108feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y28_N25 +dffeas \text_gen|char_ram~21108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45375 ( +// Equation(s): +// \text_gen|char_ram~45375_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21220_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~21108_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21220_q ), + .datad(\text_gen|char_ram~21108_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45375 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y25_N23 +dffeas \text_gen|char_ram~21444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21332feeder ( +// Equation(s): +// \text_gen|char_ram~21332feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21332feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21332feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21332feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y23_N9 +dffeas \text_gen|char_ram~21332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21332feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45376 ( +// Equation(s): +// \text_gen|char_ram~45376_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45375_combout & (\text_gen|char_ram~21444_q )) # (!\text_gen|char_ram~45375_combout & ((\text_gen|char_ram~21332_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~45375_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~45375_combout ), + .datac(\text_gen|char_ram~21444_q ), + .datad(\text_gen|char_ram~21332_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45376 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21213feeder ( +// Equation(s): +// \text_gen|char_ram~21213feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y29_N31 +dffeas \text_gen|char_ram~21213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N19 +dffeas \text_gen|char_ram~21101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45370 ( +// Equation(s): +// \text_gen|char_ram~45370_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21213_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~21101_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21213_q ), + .datac(\text_gen|char_ram~21101_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45370 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y29_N21 +dffeas \text_gen|char_ram~21437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21325feeder ( +// Equation(s): +// \text_gen|char_ram~21325feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21325feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21325feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21325feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y29_N17 +dffeas \text_gen|char_ram~21325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21325feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45371 ( +// Equation(s): +// \text_gen|char_ram~45371_combout = (\text_gen|char_ram~45370_combout & (((\text_gen|char_ram~21437_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~45370_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~21325_q )))) + + .dataa(\text_gen|char_ram~45370_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21437_q ), + .datad(\text_gen|char_ram~21325_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45371 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21297feeder ( +// Equation(s): +// \text_gen|char_ram~21297feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21297feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21297feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21297feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y27_N17 +dffeas \text_gen|char_ram~21297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21297feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y26_N3 +dffeas \text_gen|char_ram~21409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21185feeder ( +// Equation(s): +// \text_gen|char_ram~21185feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21185feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21185feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21185feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y29_N1 +dffeas \text_gen|char_ram~21185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21185feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y30_N21 +dffeas \text_gen|char_ram~21073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45372 ( +// Equation(s): +// \text_gen|char_ram~45372_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~21185_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~21073_q +// ))))) + + .dataa(\text_gen|char_ram~21185_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21073_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45372 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45373 ( +// Equation(s): +// \text_gen|char_ram~45373_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45372_combout & ((\text_gen|char_ram~21409_q ))) # (!\text_gen|char_ram~45372_combout & (\text_gen|char_ram~21297_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45372_combout )))) + + .dataa(\text_gen|char_ram~21297_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21409_q ), + .datad(\text_gen|char_ram~45372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45373 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45374 ( +// Equation(s): +// \text_gen|char_ram~45374_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45371_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45373_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45371_combout ), + .datad(\text_gen|char_ram~45373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45374 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21304feeder ( +// Equation(s): +// \text_gen|char_ram~21304feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21304feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21304feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21304feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y25_N23 +dffeas \text_gen|char_ram~21304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21304feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y25_N1 +dffeas \text_gen|char_ram~21416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21192feeder ( +// Equation(s): +// \text_gen|char_ram~21192feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21192feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21192feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21192feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y29_N23 +dffeas \text_gen|char_ram~21192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21192feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y25_N25 +dffeas \text_gen|char_ram~21080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45368 ( +// Equation(s): +// \text_gen|char_ram~45368_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21192_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~21080_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~21192_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21080_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45368 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45369 ( +// Equation(s): +// \text_gen|char_ram~45369_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45368_combout & ((\text_gen|char_ram~21416_q ))) # (!\text_gen|char_ram~45368_combout & (\text_gen|char_ram~21304_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45368_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21304_q ), + .datac(\text_gen|char_ram~21416_q ), + .datad(\text_gen|char_ram~45368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45369 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45377 ( +// Equation(s): +// \text_gen|char_ram~45377_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45374_combout & (\text_gen|char_ram~45376_combout )) # (!\text_gen|char_ram~45374_combout & ((\text_gen|char_ram~45369_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45374_combout )))) + + .dataa(\text_gen|char_ram~45376_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45374_combout ), + .datad(\text_gen|char_ram~45369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45377 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~45377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17748feeder ( +// Equation(s): +// \text_gen|char_ram~17748feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17748feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y23_N27 +dffeas \text_gen|char_ram~17748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y23_N17 +dffeas \text_gen|char_ram~17860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N17 +dffeas \text_gen|char_ram~17524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17636feeder ( +// Equation(s): +// \text_gen|char_ram~17636feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y24_N7 +dffeas \text_gen|char_ram~17636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45354 ( +// Equation(s): +// \text_gen|char_ram~45354_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~17636_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17524_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17524_q ), + .datad(\text_gen|char_ram~17636_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45354 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45355 ( +// Equation(s): +// \text_gen|char_ram~45355_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45354_combout & ((\text_gen|char_ram~17860_q ))) # (!\text_gen|char_ram~45354_combout & (\text_gen|char_ram~17748_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45354_combout )))) + + .dataa(\text_gen|char_ram~17748_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17860_q ), + .datad(\text_gen|char_ram~45354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45355 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17608feeder ( +// Equation(s): +// \text_gen|char_ram~17608feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17608feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17608feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17608feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y24_N5 +dffeas \text_gen|char_ram~17608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17608feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N21 +dffeas \text_gen|char_ram~17832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17496feeder ( +// Equation(s): +// \text_gen|char_ram~17496feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17496feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y25_N5 +dffeas \text_gen|char_ram~17496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17720feeder ( +// Equation(s): +// \text_gen|char_ram~17720feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17720feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y24_N31 +dffeas \text_gen|char_ram~17720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45347 ( +// Equation(s): +// \text_gen|char_ram~45347_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~17720_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17496_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17496_q ), + .datad(\text_gen|char_ram~17720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45347 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45348 ( +// Equation(s): +// \text_gen|char_ram~45348_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45347_combout & ((\text_gen|char_ram~17832_q ))) # (!\text_gen|char_ram~45347_combout & (\text_gen|char_ram~17608_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45347_combout )))) + + .dataa(\text_gen|char_ram~17608_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17832_q ), + .datad(\text_gen|char_ram~45347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45348 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17741feeder ( +// Equation(s): +// \text_gen|char_ram~17741feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17741feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17741feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17741feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y25_N25 +dffeas \text_gen|char_ram~17741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17741feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y25_N3 +dffeas \text_gen|char_ram~17853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17629feeder ( +// Equation(s): +// \text_gen|char_ram~17629feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17629feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y29_N3 +dffeas \text_gen|char_ram~17629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y29_N3 +dffeas \text_gen|char_ram~17517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45349 ( +// Equation(s): +// \text_gen|char_ram~45349_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~17629_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~17517_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~17629_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17517_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45349 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45350 ( +// Equation(s): +// \text_gen|char_ram~45350_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45349_combout & ((\text_gen|char_ram~17853_q ))) # (!\text_gen|char_ram~45349_combout & (\text_gen|char_ram~17741_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45349_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17741_q ), + .datac(\text_gen|char_ram~17853_q ), + .datad(\text_gen|char_ram~45349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45350 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17601feeder ( +// Equation(s): +// \text_gen|char_ram~17601feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17601feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17601feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17601feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y28_N9 +dffeas \text_gen|char_ram~17601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17601feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y19_N23 +dffeas \text_gen|char_ram~17825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y27_N29 +dffeas \text_gen|char_ram~17489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17713feeder ( +// Equation(s): +// \text_gen|char_ram~17713feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N19 +dffeas \text_gen|char_ram~17713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45351 ( +// Equation(s): +// \text_gen|char_ram~45351_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~17713_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17489_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17489_q ), + .datad(\text_gen|char_ram~17713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45351 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45352 ( +// Equation(s): +// \text_gen|char_ram~45352_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45351_combout & ((\text_gen|char_ram~17825_q ))) # (!\text_gen|char_ram~45351_combout & (\text_gen|char_ram~17601_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45351_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17601_q ), + .datac(\text_gen|char_ram~17825_q ), + .datad(\text_gen|char_ram~45351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45352 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45353 ( +// Equation(s): +// \text_gen|char_ram~45353_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45350_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45352_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45350_combout ), + .datad(\text_gen|char_ram~45352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45353 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45356 ( +// Equation(s): +// \text_gen|char_ram~45356_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45353_combout & (\text_gen|char_ram~45355_combout )) # (!\text_gen|char_ram~45353_combout & ((\text_gen|char_ram~45348_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45353_combout )))) + + .dataa(\text_gen|char_ram~45355_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45348_combout ), + .datad(\text_gen|char_ram~45353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45356 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15816feeder ( +// Equation(s): +// \text_gen|char_ram~15816feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15816feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15816feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15816feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y25_N31 +dffeas \text_gen|char_ram~15816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15816feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y22_N13 +dffeas \text_gen|char_ram~16040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15928feeder ( +// Equation(s): +// \text_gen|char_ram~15928feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15928feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15928feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15928feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y24_N25 +dffeas \text_gen|char_ram~15928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15928feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y25_N3 +dffeas \text_gen|char_ram~15704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45359 ( +// Equation(s): +// \text_gen|char_ram~45359_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~15928_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~15704_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15928_q ), + .datac(\text_gen|char_ram~15704_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45359 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45360 ( +// Equation(s): +// \text_gen|char_ram~45360_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45359_combout & ((\text_gen|char_ram~16040_q ))) # (!\text_gen|char_ram~45359_combout & (\text_gen|char_ram~15816_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45359_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15816_q ), + .datac(\text_gen|char_ram~16040_q ), + .datad(\text_gen|char_ram~45359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45360 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15809feeder ( +// Equation(s): +// \text_gen|char_ram~15809feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15809feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15809feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15809feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y37_N27 +dffeas \text_gen|char_ram~15809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15809feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N5 +dffeas \text_gen|char_ram~16033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y28_N17 +dffeas \text_gen|char_ram~15697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15921feeder ( +// Equation(s): +// \text_gen|char_ram~15921feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y34_N11 +dffeas \text_gen|char_ram~15921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45361 ( +// Equation(s): +// \text_gen|char_ram~45361_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15921_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15697_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15697_q ), + .datad(\text_gen|char_ram~15921_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45361 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45362 ( +// Equation(s): +// \text_gen|char_ram~45362_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45361_combout & ((\text_gen|char_ram~16033_q ))) # (!\text_gen|char_ram~45361_combout & (\text_gen|char_ram~15809_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45361_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15809_q ), + .datac(\text_gen|char_ram~16033_q ), + .datad(\text_gen|char_ram~45361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45362 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45363 ( +// Equation(s): +// \text_gen|char_ram~45363_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~45360_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45362_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45360_combout ), + .datad(\text_gen|char_ram~45362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45363 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15956feeder ( +// Equation(s): +// \text_gen|char_ram~15956feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15956feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15956feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15956feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y50_N7 +dffeas \text_gen|char_ram~15956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15956feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y23_N9 +dffeas \text_gen|char_ram~16068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y32_N3 +dffeas \text_gen|char_ram~15732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15844feeder ( +// Equation(s): +// \text_gen|char_ram~15844feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15844feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y28_N9 +dffeas \text_gen|char_ram~15844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45364 ( +// Equation(s): +// \text_gen|char_ram~45364_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~15844_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15732_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15732_q ), + .datad(\text_gen|char_ram~15844_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45364 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45365 ( +// Equation(s): +// \text_gen|char_ram~45365_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45364_combout & ((\text_gen|char_ram~16068_q ))) # (!\text_gen|char_ram~45364_combout & (\text_gen|char_ram~15956_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45364_combout )))) + + .dataa(\text_gen|char_ram~15956_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16068_q ), + .datad(\text_gen|char_ram~45364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45365 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15949feeder ( +// Equation(s): +// \text_gen|char_ram~15949feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15949feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y33_N27 +dffeas \text_gen|char_ram~15949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y29_N21 +dffeas \text_gen|char_ram~16061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15837feeder ( +// Equation(s): +// \text_gen|char_ram~15837feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y29_N3 +dffeas \text_gen|char_ram~15837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N21 +dffeas \text_gen|char_ram~15725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45357 ( +// Equation(s): +// \text_gen|char_ram~45357_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~15837_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~15725_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15837_q ), + .datac(\text_gen|char_ram~15725_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45357 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45358 ( +// Equation(s): +// \text_gen|char_ram~45358_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45357_combout & ((\text_gen|char_ram~16061_q ))) # (!\text_gen|char_ram~45357_combout & (\text_gen|char_ram~15949_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45357_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15949_q ), + .datac(\text_gen|char_ram~16061_q ), + .datad(\text_gen|char_ram~45357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45358 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45366 ( +// Equation(s): +// \text_gen|char_ram~45366_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45363_combout & (\text_gen|char_ram~45365_combout )) # (!\text_gen|char_ram~45363_combout & ((\text_gen|char_ram~45358_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~45363_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45363_combout ), + .datac(\text_gen|char_ram~45365_combout ), + .datad(\text_gen|char_ram~45358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45366 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45367 ( +// Equation(s): +// \text_gen|char_ram~45367_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~45356_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~45366_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45356_combout ), + .datad(\text_gen|char_ram~45366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45367 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45378 ( +// Equation(s): +// \text_gen|char_ram~45378_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45367_combout & ((\text_gen|char_ram~45377_combout ))) # (!\text_gen|char_ram~45367_combout & (\text_gen|char_ram~45346_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45367_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45346_combout ), + .datac(\text_gen|char_ram~45377_combout ), + .datad(\text_gen|char_ram~45367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45378 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N17 +dffeas \text_gen|char_ram~16600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16824feeder ( +// Equation(s): +// \text_gen|char_ram~16824feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16824feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16824feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16824feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y20_N3 +dffeas \text_gen|char_ram~16824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16824feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45262 ( +// Equation(s): +// \text_gen|char_ram~45262_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16824_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16600_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16600_q ), + .datad(\text_gen|char_ram~16824_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45262 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N1 +dffeas \text_gen|char_ram~16712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16936feeder ( +// Equation(s): +// \text_gen|char_ram~16936feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16936feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N15 +dffeas \text_gen|char_ram~16936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45263 ( +// Equation(s): +// \text_gen|char_ram~45263_combout = (\text_gen|char_ram~45262_combout & (((\text_gen|char_ram~16936_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~45262_combout & (\text_gen|Add5~0_combout & (\text_gen|char_ram~16712_q ))) + + .dataa(\text_gen|char_ram~45262_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16712_q ), + .datad(\text_gen|char_ram~16936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45263 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~45263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16740feeder ( +// Equation(s): +// \text_gen|char_ram~16740feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16740feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16740feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16740feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y20_N11 +dffeas \text_gen|char_ram~16740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16740feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y20_N1 +dffeas \text_gen|char_ram~16628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45269 ( +// Equation(s): +// \text_gen|char_ram~45269_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16740_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16628_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16740_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16628_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45269 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16852feeder ( +// Equation(s): +// \text_gen|char_ram~16852feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16852feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N17 +dffeas \text_gen|char_ram~16852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16964feeder ( +// Equation(s): +// \text_gen|char_ram~16964feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16964feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y22_N29 +dffeas \text_gen|char_ram~16964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45270 ( +// Equation(s): +// \text_gen|char_ram~45270_combout = (\text_gen|char_ram~45269_combout & (((\text_gen|char_ram~16964_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~45269_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~16852_q ))) + + .dataa(\text_gen|char_ram~45269_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16852_q ), + .datad(\text_gen|char_ram~16964_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45270 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~45270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16845feeder ( +// Equation(s): +// \text_gen|char_ram~16845feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16845feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16845feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16845feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y20_N7 +dffeas \text_gen|char_ram~16845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16845feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y20_N13 +dffeas \text_gen|char_ram~16957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16733feeder ( +// Equation(s): +// \text_gen|char_ram~16733feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16733feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16733feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16733feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N9 +dffeas \text_gen|char_ram~16733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16733feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y20_N11 +dffeas \text_gen|char_ram~16621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45264 ( +// Equation(s): +// \text_gen|char_ram~45264_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16733_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16621_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16733_q ), + .datac(\text_gen|char_ram~16621_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45264 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45265 ( +// Equation(s): +// \text_gen|char_ram~45265_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45264_combout & ((\text_gen|char_ram~16957_q ))) # (!\text_gen|char_ram~45264_combout & (\text_gen|char_ram~16845_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45264_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16845_q ), + .datac(\text_gen|char_ram~16957_q ), + .datad(\text_gen|char_ram~45264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45265 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16705feeder ( +// Equation(s): +// \text_gen|char_ram~16705feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16705feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16705feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16705feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N25 +dffeas \text_gen|char_ram~16705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16705feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y15_N15 +dffeas \text_gen|char_ram~16929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y15_N25 +dffeas \text_gen|char_ram~16593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16817feeder ( +// Equation(s): +// \text_gen|char_ram~16817feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16817feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16817feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16817feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y12_N11 +dffeas \text_gen|char_ram~16817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16817feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45266 ( +// Equation(s): +// \text_gen|char_ram~45266_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16817_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16593_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16593_q ), + .datad(\text_gen|char_ram~16817_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45266 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45267 ( +// Equation(s): +// \text_gen|char_ram~45267_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45266_combout & ((\text_gen|char_ram~16929_q ))) # (!\text_gen|char_ram~45266_combout & (\text_gen|char_ram~16705_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45266_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16705_q ), + .datac(\text_gen|char_ram~16929_q ), + .datad(\text_gen|char_ram~45266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45267 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45268 ( +// Equation(s): +// \text_gen|char_ram~45268_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45265_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45267_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45265_combout ), + .datad(\text_gen|char_ram~45267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45268 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45271 ( +// Equation(s): +// \text_gen|char_ram~45271_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45268_combout & ((\text_gen|char_ram~45270_combout ))) # (!\text_gen|char_ram~45268_combout & (\text_gen|char_ram~45263_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45268_combout )))) + + .dataa(\text_gen|char_ram~45263_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45270_combout ), + .datad(\text_gen|char_ram~45268_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45271 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15060feeder ( +// Equation(s): +// \text_gen|char_ram~15060feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15060feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15060feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15060feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N5 +dffeas \text_gen|char_ram~15060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15060feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y21_N11 +dffeas \text_gen|char_ram~15172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y21_N17 +dffeas \text_gen|char_ram~14836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14948feeder ( +// Equation(s): +// \text_gen|char_ram~14948feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14948feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y21_N31 +dffeas \text_gen|char_ram~14948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45279 ( +// Equation(s): +// \text_gen|char_ram~45279_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14948_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14836_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14836_q ), + .datad(\text_gen|char_ram~14948_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45279 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45280 ( +// Equation(s): +// \text_gen|char_ram~45280_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45279_combout & ((\text_gen|char_ram~15172_q ))) # (!\text_gen|char_ram~45279_combout & (\text_gen|char_ram~15060_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45279_combout )))) + + .dataa(\text_gen|char_ram~15060_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15172_q ), + .datad(\text_gen|char_ram~45279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45280 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y17_N9 +dffeas \text_gen|char_ram~14941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14829feeder ( +// Equation(s): +// \text_gen|char_ram~14829feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14829feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y17_N17 +dffeas \text_gen|char_ram~14829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45272 ( +// Equation(s): +// \text_gen|char_ram~45272_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~14941_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~14829_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14941_q ), + .datad(\text_gen|char_ram~14829_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45272 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y17_N31 +dffeas \text_gen|char_ram~15165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y17_N13 +dffeas \text_gen|char_ram~15053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45273 ( +// Equation(s): +// \text_gen|char_ram~45273_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45272_combout & (\text_gen|char_ram~15165_q )) # (!\text_gen|char_ram~45272_combout & ((\text_gen|char_ram~15053_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~45272_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~45272_combout ), + .datac(\text_gen|char_ram~15165_q ), + .datad(\text_gen|char_ram~15053_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45273 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14920feeder ( +// Equation(s): +// \text_gen|char_ram~14920feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14920feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N13 +dffeas \text_gen|char_ram~14920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y22_N31 +dffeas \text_gen|char_ram~15144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y19_N29 +dffeas \text_gen|char_ram~14808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15032feeder ( +// Equation(s): +// \text_gen|char_ram~15032feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15032feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15032feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15032feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y19_N11 +dffeas \text_gen|char_ram~15032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15032feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45274 ( +// Equation(s): +// \text_gen|char_ram~45274_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15032_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14808_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14808_q ), + .datad(\text_gen|char_ram~15032_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45274 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45275 ( +// Equation(s): +// \text_gen|char_ram~45275_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45274_combout & ((\text_gen|char_ram~15144_q ))) # (!\text_gen|char_ram~45274_combout & (\text_gen|char_ram~14920_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45274_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14920_q ), + .datac(\text_gen|char_ram~15144_q ), + .datad(\text_gen|char_ram~45274_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45275 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N15 +dffeas \text_gen|char_ram~14801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15025feeder ( +// Equation(s): +// \text_gen|char_ram~15025feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15025feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15025feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15025feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y19_N25 +dffeas \text_gen|char_ram~15025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15025feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45276 ( +// Equation(s): +// \text_gen|char_ram~45276_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~15025_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14801_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14801_q ), + .datad(\text_gen|char_ram~15025_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45276 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N5 +dffeas \text_gen|char_ram~15137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14913feeder ( +// Equation(s): +// \text_gen|char_ram~14913feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14913feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14913feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14913feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y21_N9 +dffeas \text_gen|char_ram~14913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14913feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45277 ( +// Equation(s): +// \text_gen|char_ram~45277_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45276_combout & (\text_gen|char_ram~15137_q )) # (!\text_gen|char_ram~45276_combout & ((\text_gen|char_ram~14913_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~45276_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~45276_combout ), + .datac(\text_gen|char_ram~15137_q ), + .datad(\text_gen|char_ram~14913_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45277 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45278 ( +// Equation(s): +// \text_gen|char_ram~45278_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~45275_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45277_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45275_combout ), + .datad(\text_gen|char_ram~45277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45278 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45281 ( +// Equation(s): +// \text_gen|char_ram~45281_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45278_combout & (\text_gen|char_ram~45280_combout )) # (!\text_gen|char_ram~45278_combout & ((\text_gen|char_ram~45273_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45278_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45280_combout ), + .datac(\text_gen|char_ram~45273_combout ), + .datad(\text_gen|char_ram~45278_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45281 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45282 ( +// Equation(s): +// \text_gen|char_ram~45282_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~45271_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~45281_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45271_combout ), + .datad(\text_gen|char_ram~45281_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45282 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20296feeder ( +// Equation(s): +// \text_gen|char_ram~20296feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20296feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y26_N9 +dffeas \text_gen|char_ram~20296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y21_N5 +dffeas \text_gen|char_ram~20520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y25_N7 +dffeas \text_gen|char_ram~20184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20408feeder ( +// Equation(s): +// \text_gen|char_ram~20408feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20408feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y21_N21 +dffeas \text_gen|char_ram~20408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45283 ( +// Equation(s): +// \text_gen|char_ram~45283_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~20408_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20184_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20184_q ), + .datad(\text_gen|char_ram~20408_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45283 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45284 ( +// Equation(s): +// \text_gen|char_ram~45284_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45283_combout & ((\text_gen|char_ram~20520_q ))) # (!\text_gen|char_ram~45283_combout & (\text_gen|char_ram~20296_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45283_combout )))) + + .dataa(\text_gen|char_ram~20296_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20520_q ), + .datad(\text_gen|char_ram~45283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45284 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y17_N11 +dffeas \text_gen|char_ram~20205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20317feeder ( +// Equation(s): +// \text_gen|char_ram~20317feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N31 +dffeas \text_gen|char_ram~20317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45285 ( +// Equation(s): +// \text_gen|char_ram~45285_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~20317_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20205_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20205_q ), + .datad(\text_gen|char_ram~20317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45285 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y17_N7 +dffeas \text_gen|char_ram~20429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y17_N13 +dffeas \text_gen|char_ram~20541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45286 ( +// Equation(s): +// \text_gen|char_ram~45286_combout = (\text_gen|char_ram~45285_combout & (((\text_gen|char_ram~20541_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~45285_combout & (\text_gen|char_ram~20429_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~45285_combout ), + .datab(\text_gen|char_ram~20429_q ), + .datac(\text_gen|char_ram~20541_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45286 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20289feeder ( +// Equation(s): +// \text_gen|char_ram~20289feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20289feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20289feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20289feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y21_N15 +dffeas \text_gen|char_ram~20289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20289feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y18_N29 +dffeas \text_gen|char_ram~20513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20401feeder ( +// Equation(s): +// \text_gen|char_ram~20401feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20401feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20401feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20401feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y14_N7 +dffeas \text_gen|char_ram~20401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20401feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y14_N9 +dffeas \text_gen|char_ram~20177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45287 ( +// Equation(s): +// \text_gen|char_ram~45287_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20401_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~20177_q +// ))))) + + .dataa(\text_gen|char_ram~20401_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20177_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45287 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45288 ( +// Equation(s): +// \text_gen|char_ram~45288_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45287_combout & ((\text_gen|char_ram~20513_q ))) # (!\text_gen|char_ram~45287_combout & (\text_gen|char_ram~20289_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45287_combout )))) + + .dataa(\text_gen|char_ram~20289_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20513_q ), + .datad(\text_gen|char_ram~45287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45288 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45289 ( +// Equation(s): +// \text_gen|char_ram~45289_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45286_combout ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~45288_combout & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~45286_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45288_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45289 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20436feeder ( +// Equation(s): +// \text_gen|char_ram~20436feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20436feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20436feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20436feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y22_N17 +dffeas \text_gen|char_ram~20436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20436feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y21_N27 +dffeas \text_gen|char_ram~20548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20324feeder ( +// Equation(s): +// \text_gen|char_ram~20324feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20324feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y19_N5 +dffeas \text_gen|char_ram~20324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y18_N11 +dffeas \text_gen|char_ram~20212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45290 ( +// Equation(s): +// \text_gen|char_ram~45290_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~20324_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~20212_q +// ))))) + + .dataa(\text_gen|char_ram~20324_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20212_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45290 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45291 ( +// Equation(s): +// \text_gen|char_ram~45291_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45290_combout & ((\text_gen|char_ram~20548_q ))) # (!\text_gen|char_ram~45290_combout & (\text_gen|char_ram~20436_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45290_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20436_q ), + .datac(\text_gen|char_ram~20548_q ), + .datad(\text_gen|char_ram~45290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45291 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45292 ( +// Equation(s): +// \text_gen|char_ram~45292_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45289_combout & ((\text_gen|char_ram~45291_combout ))) # (!\text_gen|char_ram~45289_combout & (\text_gen|char_ram~45284_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45289_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45284_combout ), + .datac(\text_gen|char_ram~45289_combout ), + .datad(\text_gen|char_ram~45291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45292 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18504feeder ( +// Equation(s): +// \text_gen|char_ram~18504feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18504feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N5 +dffeas \text_gen|char_ram~18504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y28_N27 +dffeas \text_gen|char_ram~18728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18616feeder ( +// Equation(s): +// \text_gen|char_ram~18616feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18616feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18616feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18616feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y20_N31 +dffeas \text_gen|char_ram~18616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18616feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y27_N1 +dffeas \text_gen|char_ram~18392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45254 ( +// Equation(s): +// \text_gen|char_ram~45254_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~18616_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~18392_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~18616_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18392_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45254 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45255 ( +// Equation(s): +// \text_gen|char_ram~45255_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45254_combout & ((\text_gen|char_ram~18728_q ))) # (!\text_gen|char_ram~45254_combout & (\text_gen|char_ram~18504_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45254_combout )))) + + .dataa(\text_gen|char_ram~18504_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18728_q ), + .datad(\text_gen|char_ram~45254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45255 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18497feeder ( +// Equation(s): +// \text_gen|char_ram~18497feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18497feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y22_N3 +dffeas \text_gen|char_ram~18497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y22_N5 +dffeas \text_gen|char_ram~18721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y18_N21 +dffeas \text_gen|char_ram~18385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18609feeder ( +// Equation(s): +// \text_gen|char_ram~18609feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18609feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18609feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18609feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y19_N31 +dffeas \text_gen|char_ram~18609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18609feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45256 ( +// Equation(s): +// \text_gen|char_ram~45256_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~18609_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18385_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18385_q ), + .datad(\text_gen|char_ram~18609_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45256 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45257 ( +// Equation(s): +// \text_gen|char_ram~45257_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45256_combout & ((\text_gen|char_ram~18721_q ))) # (!\text_gen|char_ram~45256_combout & (\text_gen|char_ram~18497_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45256_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18497_q ), + .datac(\text_gen|char_ram~18721_q ), + .datad(\text_gen|char_ram~45256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45257 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45258 ( +// Equation(s): +// \text_gen|char_ram~45258_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45255_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~45257_combout )))) + + .dataa(\text_gen|char_ram~45255_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~45257_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45258 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~45258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18749feeder ( +// Equation(s): +// \text_gen|char_ram~18749feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18749feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18749feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18749feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y17_N21 +dffeas \text_gen|char_ram~18749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18749feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18525feeder ( +// Equation(s): +// \text_gen|char_ram~18525feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N25 +dffeas \text_gen|char_ram~18525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y17_N3 +dffeas \text_gen|char_ram~18413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45252 ( +// Equation(s): +// \text_gen|char_ram~45252_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18525_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18413_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18525_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18413_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45252 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18637feeder ( +// Equation(s): +// \text_gen|char_ram~18637feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18637feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18637feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18637feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y21_N11 +dffeas \text_gen|char_ram~18637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18637feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45253 ( +// Equation(s): +// \text_gen|char_ram~45253_combout = (\text_gen|char_ram~45252_combout & ((\text_gen|char_ram~18749_q ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~45252_combout & (((\text_gen|char_ram~18637_q & \text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18749_q ), + .datab(\text_gen|char_ram~45252_combout ), + .datac(\text_gen|char_ram~18637_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45253 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~45253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y21_N15 +dffeas \text_gen|char_ram~18644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y21_N27 +dffeas \text_gen|char_ram~18756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y18_N15 +dffeas \text_gen|char_ram~18420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18532feeder ( +// Equation(s): +// \text_gen|char_ram~18532feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18532feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18532feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18532feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y22_N21 +dffeas \text_gen|char_ram~18532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18532feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45259 ( +// Equation(s): +// \text_gen|char_ram~45259_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~18532_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18420_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18420_q ), + .datad(\text_gen|char_ram~18532_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45259 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45260 ( +// Equation(s): +// \text_gen|char_ram~45260_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45259_combout & ((\text_gen|char_ram~18756_q ))) # (!\text_gen|char_ram~45259_combout & (\text_gen|char_ram~18644_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45259_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18644_q ), + .datac(\text_gen|char_ram~18756_q ), + .datad(\text_gen|char_ram~45259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45260 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45261 ( +// Equation(s): +// \text_gen|char_ram~45261_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45258_combout & ((\text_gen|char_ram~45260_combout ))) # (!\text_gen|char_ram~45258_combout & (\text_gen|char_ram~45253_combout )))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~45258_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45258_combout ), + .datac(\text_gen|char_ram~45253_combout ), + .datad(\text_gen|char_ram~45260_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45261 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~45261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45293 ( +// Equation(s): +// \text_gen|char_ram~45293_combout = (\text_gen|char_ram~45282_combout & (((\text_gen|char_ram~45292_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~45282_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45261_combout )))) + + .dataa(\text_gen|char_ram~45282_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~45292_combout ), + .datad(\text_gen|char_ram~45261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45293 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19988feeder ( +// Equation(s): +// \text_gen|char_ram~19988feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19988feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19988feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19988feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y41_N27 +dffeas \text_gen|char_ram~19988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19988feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y43_N19 +dffeas \text_gen|char_ram~20100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y43_N25 +dffeas \text_gen|char_ram~19764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19876feeder ( +// Equation(s): +// \text_gen|char_ram~19876feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19876feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19876feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19876feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N21 +dffeas \text_gen|char_ram~19876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19876feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45332 ( +// Equation(s): +// \text_gen|char_ram~45332_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19876_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19764_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19764_q ), + .datad(\text_gen|char_ram~19876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45332 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45333 ( +// Equation(s): +// \text_gen|char_ram~45333_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45332_combout & ((\text_gen|char_ram~20100_q ))) # (!\text_gen|char_ram~45332_combout & (\text_gen|char_ram~19988_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45332_combout )))) + + .dataa(\text_gen|char_ram~19988_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20100_q ), + .datad(\text_gen|char_ram~45332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45333 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19981feeder ( +// Equation(s): +// \text_gen|char_ram~19981feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19981feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19981feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19981feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y41_N15 +dffeas \text_gen|char_ram~19981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19981feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y41_N29 +dffeas \text_gen|char_ram~20093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y41_N11 +dffeas \text_gen|char_ram~19757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19869feeder ( +// Equation(s): +// \text_gen|char_ram~19869feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N7 +dffeas \text_gen|char_ram~19869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45325 ( +// Equation(s): +// \text_gen|char_ram~45325_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19869_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19757_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19757_q ), + .datad(\text_gen|char_ram~19869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45325 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45326 ( +// Equation(s): +// \text_gen|char_ram~45326_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45325_combout & ((\text_gen|char_ram~20093_q ))) # (!\text_gen|char_ram~45325_combout & (\text_gen|char_ram~19981_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45325_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19981_q ), + .datac(\text_gen|char_ram~20093_q ), + .datad(\text_gen|char_ram~45325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45326 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19848feeder ( +// Equation(s): +// \text_gen|char_ram~19848feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19848feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19848feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19848feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y26_N31 +dffeas \text_gen|char_ram~19848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19848feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y25_N7 +dffeas \text_gen|char_ram~20072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19960feeder ( +// Equation(s): +// \text_gen|char_ram~19960feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19960feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19960feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19960feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y25_N5 +dffeas \text_gen|char_ram~19960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19960feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y25_N29 +dffeas \text_gen|char_ram~19736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45327 ( +// Equation(s): +// \text_gen|char_ram~45327_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~19960_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~19736_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19960_q ), + .datac(\text_gen|char_ram~19736_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45327 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45328 ( +// Equation(s): +// \text_gen|char_ram~45328_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45327_combout & ((\text_gen|char_ram~20072_q ))) # (!\text_gen|char_ram~45327_combout & (\text_gen|char_ram~19848_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45327_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19848_q ), + .datac(\text_gen|char_ram~20072_q ), + .datad(\text_gen|char_ram~45327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45328 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19841feeder ( +// Equation(s): +// \text_gen|char_ram~19841feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19841feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19841feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19841feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y37_N13 +dffeas \text_gen|char_ram~19841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19841feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y37_N11 +dffeas \text_gen|char_ram~20065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19953feeder ( +// Equation(s): +// \text_gen|char_ram~19953feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19953feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y37_N13 +dffeas \text_gen|char_ram~19953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y37_N27 +dffeas \text_gen|char_ram~19729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45329 ( +// Equation(s): +// \text_gen|char_ram~45329_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~19953_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~19729_q +// ))))) + + .dataa(\text_gen|char_ram~19953_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19729_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45329 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45330 ( +// Equation(s): +// \text_gen|char_ram~45330_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45329_combout & ((\text_gen|char_ram~20065_q ))) # (!\text_gen|char_ram~45329_combout & (\text_gen|char_ram~19841_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45329_combout )))) + + .dataa(\text_gen|char_ram~19841_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20065_q ), + .datad(\text_gen|char_ram~45329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45330 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45331 ( +// Equation(s): +// \text_gen|char_ram~45331_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~45328_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45330_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45328_combout ), + .datad(\text_gen|char_ram~45330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45331 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45334 ( +// Equation(s): +// \text_gen|char_ram~45334_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45331_combout & (\text_gen|char_ram~45333_combout )) # (!\text_gen|char_ram~45331_combout & ((\text_gen|char_ram~45326_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45331_combout )))) + + .dataa(\text_gen|char_ram~45333_combout ), + .datab(\text_gen|char_ram~45326_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~45331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45334 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~45334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18196feeder ( +// Equation(s): +// \text_gen|char_ram~18196feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18196feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18196feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18196feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y50_N25 +dffeas \text_gen|char_ram~18196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18196feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y51_N25 +dffeas \text_gen|char_ram~18308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18084feeder ( +// Equation(s): +// \text_gen|char_ram~18084feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18084feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18084feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18084feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y51_N25 +dffeas \text_gen|char_ram~18084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18084feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y51_N7 +dffeas \text_gen|char_ram~17972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45301 ( +// Equation(s): +// \text_gen|char_ram~45301_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18084_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17972_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18084_q ), + .datac(\text_gen|char_ram~17972_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45301 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45302 ( +// Equation(s): +// \text_gen|char_ram~45302_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45301_combout & ((\text_gen|char_ram~18308_q ))) # (!\text_gen|char_ram~45301_combout & (\text_gen|char_ram~18196_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45301_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18196_q ), + .datac(\text_gen|char_ram~18308_q ), + .datad(\text_gen|char_ram~45301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45302 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18049feeder ( +// Equation(s): +// \text_gen|char_ram~18049feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18049feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18049feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18049feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N23 +dffeas \text_gen|char_ram~18049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18049feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y49_N27 +dffeas \text_gen|char_ram~18273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18161feeder ( +// Equation(s): +// \text_gen|char_ram~18161feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18161feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18161feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18161feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y51_N23 +dffeas \text_gen|char_ram~18161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18161feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y49_N25 +dffeas \text_gen|char_ram~17937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45298 ( +// Equation(s): +// \text_gen|char_ram~45298_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~18161_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17937_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18161_q ), + .datac(\text_gen|char_ram~17937_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45298 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45299 ( +// Equation(s): +// \text_gen|char_ram~45299_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45298_combout & ((\text_gen|char_ram~18273_q ))) # (!\text_gen|char_ram~45298_combout & (\text_gen|char_ram~18049_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45298_combout )))) + + .dataa(\text_gen|char_ram~18049_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18273_q ), + .datad(\text_gen|char_ram~45298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45299 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18168feeder ( +// Equation(s): +// \text_gen|char_ram~18168feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18168feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18168feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18168feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N15 +dffeas \text_gen|char_ram~18168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18168feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y47_N21 +dffeas \text_gen|char_ram~17944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45296 ( +// Equation(s): +// \text_gen|char_ram~45296_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~18168_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17944_q +// ))))) + + .dataa(\text_gen|char_ram~18168_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17944_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45296 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N23 +dffeas \text_gen|char_ram~18280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18056feeder ( +// Equation(s): +// \text_gen|char_ram~18056feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18056feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N21 +dffeas \text_gen|char_ram~18056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45297 ( +// Equation(s): +// \text_gen|char_ram~45297_combout = (\text_gen|char_ram~45296_combout & (((\text_gen|char_ram~18280_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~45296_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18056_q )))) + + .dataa(\text_gen|char_ram~45296_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18280_q ), + .datad(\text_gen|char_ram~18056_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45297 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45300 ( +// Equation(s): +// \text_gen|char_ram~45300_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~45297_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45299_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45299_combout ), + .datad(\text_gen|char_ram~45297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45300 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18077feeder ( +// Equation(s): +// \text_gen|char_ram~18077feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18077feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y50_N29 +dffeas \text_gen|char_ram~18077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y50_N27 +dffeas \text_gen|char_ram~17965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45294 ( +// Equation(s): +// \text_gen|char_ram~45294_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18077_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~17965_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18077_q ), + .datac(\text_gen|char_ram~17965_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45294 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N23 +dffeas \text_gen|char_ram~18301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18189feeder ( +// Equation(s): +// \text_gen|char_ram~18189feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18189feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y50_N15 +dffeas \text_gen|char_ram~18189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45295 ( +// Equation(s): +// \text_gen|char_ram~45295_combout = (\text_gen|char_ram~45294_combout & (((\text_gen|char_ram~18301_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~45294_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~18189_q )))) + + .dataa(\text_gen|char_ram~45294_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18301_q ), + .datad(\text_gen|char_ram~18189_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45295 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45303 ( +// Equation(s): +// \text_gen|char_ram~45303_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45300_combout & (\text_gen|char_ram~45302_combout )) # (!\text_gen|char_ram~45300_combout & ((\text_gen|char_ram~45295_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45300_combout )))) + + .dataa(\text_gen|char_ram~45302_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45300_combout ), + .datad(\text_gen|char_ram~45295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45303 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~45303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16397feeder ( +// Equation(s): +// \text_gen|char_ram~16397feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16397feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16397feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16397feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y40_N23 +dffeas \text_gen|char_ram~16397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16397feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y40_N23 +dffeas \text_gen|char_ram~16509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16173feeder ( +// Equation(s): +// \text_gen|char_ram~16173feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16173feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y48_N31 +dffeas \text_gen|char_ram~16173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y40_N13 +dffeas \text_gen|char_ram~16285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45304 ( +// Equation(s): +// \text_gen|char_ram~45304_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~16285_q )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16173_q & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16173_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~16285_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45304 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~45304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45305 ( +// Equation(s): +// \text_gen|char_ram~45305_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45304_combout & ((\text_gen|char_ram~16509_q ))) # (!\text_gen|char_ram~45304_combout & (\text_gen|char_ram~16397_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45304_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16397_q ), + .datac(\text_gen|char_ram~16509_q ), + .datad(\text_gen|char_ram~45304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45305 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N11 +dffeas \text_gen|char_ram~16145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16369feeder ( +// Equation(s): +// \text_gen|char_ram~16369feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16369feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y40_N23 +dffeas \text_gen|char_ram~16369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45308 ( +// Equation(s): +// \text_gen|char_ram~45308_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~16369_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16145_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16145_q ), + .datad(\text_gen|char_ram~16369_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45308 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N9 +dffeas \text_gen|char_ram~16481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16257feeder ( +// Equation(s): +// \text_gen|char_ram~16257feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16257feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16257feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16257feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y43_N27 +dffeas \text_gen|char_ram~16257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16257feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45309 ( +// Equation(s): +// \text_gen|char_ram~45309_combout = (\text_gen|char_ram~45308_combout & (((\text_gen|char_ram~16481_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~45308_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16257_q )))) + + .dataa(\text_gen|char_ram~45308_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16481_q ), + .datad(\text_gen|char_ram~16257_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45309 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y24_N15 +dffeas \text_gen|char_ram~16264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N15 +dffeas \text_gen|char_ram~16488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y26_N3 +dffeas \text_gen|char_ram~16152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16376feeder ( +// Equation(s): +// \text_gen|char_ram~16376feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16376feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16376feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16376feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y26_N17 +dffeas \text_gen|char_ram~16376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16376feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45306 ( +// Equation(s): +// \text_gen|char_ram~45306_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16376_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16152_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16152_q ), + .datad(\text_gen|char_ram~16376_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45306 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45307 ( +// Equation(s): +// \text_gen|char_ram~45307_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45306_combout & ((\text_gen|char_ram~16488_q ))) # (!\text_gen|char_ram~45306_combout & (\text_gen|char_ram~16264_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45306_combout )))) + + .dataa(\text_gen|char_ram~16264_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16488_q ), + .datad(\text_gen|char_ram~45306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45307 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45310 ( +// Equation(s): +// \text_gen|char_ram~45310_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~45307_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45309_combout & (!\vga_c|h_cnt [6]))) + + .dataa(\text_gen|char_ram~45309_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~45307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45310 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~45310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16404feeder ( +// Equation(s): +// \text_gen|char_ram~16404feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16404feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16404feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16404feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y22_N15 +dffeas \text_gen|char_ram~16404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16404feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y22_N9 +dffeas \text_gen|char_ram~16516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y22_N19 +dffeas \text_gen|char_ram~16180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16292feeder ( +// Equation(s): +// \text_gen|char_ram~16292feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16292feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16292feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16292feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y24_N1 +dffeas \text_gen|char_ram~16292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16292feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45311 ( +// Equation(s): +// \text_gen|char_ram~45311_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16292_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16180_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16180_q ), + .datad(\text_gen|char_ram~16292_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45311 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45312 ( +// Equation(s): +// \text_gen|char_ram~45312_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45311_combout & ((\text_gen|char_ram~16516_q ))) # (!\text_gen|char_ram~45311_combout & (\text_gen|char_ram~16404_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45311_combout )))) + + .dataa(\text_gen|char_ram~16404_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16516_q ), + .datad(\text_gen|char_ram~45311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45312 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45313 ( +// Equation(s): +// \text_gen|char_ram~45313_combout = (\text_gen|char_ram~45310_combout & (((\text_gen|char_ram~45312_combout ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~45310_combout & (\text_gen|char_ram~45305_combout & (\vga_c|h_cnt [6]))) + + .dataa(\text_gen|char_ram~45305_combout ), + .datab(\text_gen|char_ram~45310_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~45312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45313 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~45313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14605feeder ( +// Equation(s): +// \text_gen|char_ram~14605feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14605feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14605feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14605feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y45_N13 +dffeas \text_gen|char_ram~14605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14605feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y45_N27 +dffeas \text_gen|char_ram~14717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y41_N21 +dffeas \text_gen|char_ram~14381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14493feeder ( +// Equation(s): +// \text_gen|char_ram~14493feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N1 +dffeas \text_gen|char_ram~14493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45314 ( +// Equation(s): +// \text_gen|char_ram~45314_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14493_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14381_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14381_q ), + .datad(\text_gen|char_ram~14493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45314 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45315 ( +// Equation(s): +// \text_gen|char_ram~45315_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45314_combout & ((\text_gen|char_ram~14717_q ))) # (!\text_gen|char_ram~45314_combout & (\text_gen|char_ram~14605_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45314_combout )))) + + .dataa(\text_gen|char_ram~14605_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14717_q ), + .datad(\text_gen|char_ram~45314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45315 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14472feeder ( +// Equation(s): +// \text_gen|char_ram~14472feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y25_N25 +dffeas \text_gen|char_ram~14472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N19 +dffeas \text_gen|char_ram~14696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N1 +dffeas \text_gen|char_ram~14360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~14584feeder ( +// Equation(s): +// \text_gen|char_ram~14584feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14584feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14584feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14584feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y28_N7 +dffeas \text_gen|char_ram~14584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14584feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45316 ( +// Equation(s): +// \text_gen|char_ram~45316_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~14584_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14360_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14360_q ), + .datad(\text_gen|char_ram~14584_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45316 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45317 ( +// Equation(s): +// \text_gen|char_ram~45317_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45316_combout & ((\text_gen|char_ram~14696_q ))) # (!\text_gen|char_ram~45316_combout & (\text_gen|char_ram~14472_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45316_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14472_q ), + .datac(\text_gen|char_ram~14696_q ), + .datad(\text_gen|char_ram~45316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45317 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14465feeder ( +// Equation(s): +// \text_gen|char_ram~14465feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14465feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14465feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14465feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y37_N17 +dffeas \text_gen|char_ram~14465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14465feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y37_N1 +dffeas \text_gen|char_ram~14689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y37_N19 +dffeas \text_gen|char_ram~14353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14577feeder ( +// Equation(s): +// \text_gen|char_ram~14577feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14577feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14577feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14577feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y34_N9 +dffeas \text_gen|char_ram~14577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14577feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45318 ( +// Equation(s): +// \text_gen|char_ram~45318_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~14577_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14353_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14353_q ), + .datad(\text_gen|char_ram~14577_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45318 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45319 ( +// Equation(s): +// \text_gen|char_ram~45319_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45318_combout & ((\text_gen|char_ram~14689_q ))) # (!\text_gen|char_ram~45318_combout & (\text_gen|char_ram~14465_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45318_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14465_q ), + .datac(\text_gen|char_ram~14689_q ), + .datad(\text_gen|char_ram~45318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45319 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45320 ( +// Equation(s): +// \text_gen|char_ram~45320_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~45317_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45319_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45317_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~45319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45320 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14612feeder ( +// Equation(s): +// \text_gen|char_ram~14612feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14612feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14612feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14612feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y50_N3 +dffeas \text_gen|char_ram~14612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14612feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y42_N29 +dffeas \text_gen|char_ram~14724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y39_N7 +dffeas \text_gen|char_ram~14388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14500feeder ( +// Equation(s): +// \text_gen|char_ram~14500feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14500feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N29 +dffeas \text_gen|char_ram~14500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45321 ( +// Equation(s): +// \text_gen|char_ram~45321_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14500_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14388_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14388_q ), + .datad(\text_gen|char_ram~14500_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45321 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45322 ( +// Equation(s): +// \text_gen|char_ram~45322_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45321_combout & ((\text_gen|char_ram~14724_q ))) # (!\text_gen|char_ram~45321_combout & (\text_gen|char_ram~14612_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45321_combout )))) + + .dataa(\text_gen|char_ram~14612_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14724_q ), + .datad(\text_gen|char_ram~45321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45322 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45323 ( +// Equation(s): +// \text_gen|char_ram~45323_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45320_combout & ((\text_gen|char_ram~45322_combout ))) # (!\text_gen|char_ram~45320_combout & (\text_gen|char_ram~45315_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45320_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45315_combout ), + .datac(\text_gen|char_ram~45320_combout ), + .datad(\text_gen|char_ram~45322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45323 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45324 ( +// Equation(s): +// \text_gen|char_ram~45324_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~45313_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~45323_combout ))))) + + .dataa(\text_gen|char_ram~45313_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~45323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45324 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~45324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45335 ( +// Equation(s): +// \text_gen|char_ram~45335_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45324_combout & (\text_gen|char_ram~45334_combout )) # (!\text_gen|char_ram~45324_combout & ((\text_gen|char_ram~45303_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45324_combout )))) + + .dataa(\text_gen|char_ram~45334_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~45303_combout ), + .datad(\text_gen|char_ram~45324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45335 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45336 ( +// Equation(s): +// \text_gen|char_ram~45336_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~45293_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~45335_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45293_combout ), + .datac(\text_gen|char_ram~45335_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45336 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y58_N7 +dffeas \text_gen|char_ram~19092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y58_N9 +dffeas \text_gen|char_ram~19204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18980feeder ( +// Equation(s): +// \text_gen|char_ram~18980feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18980feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18980feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18980feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N13 +dffeas \text_gen|char_ram~18980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18980feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y58_N19 +dffeas \text_gen|char_ram~18868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45227 ( +// Equation(s): +// \text_gen|char_ram~45227_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18980_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18868_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18980_q ), + .datac(\text_gen|char_ram~18868_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45227 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45228 ( +// Equation(s): +// \text_gen|char_ram~45228_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45227_combout & ((\text_gen|char_ram~19204_q ))) # (!\text_gen|char_ram~45227_combout & (\text_gen|char_ram~19092_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45227_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19092_q ), + .datac(\text_gen|char_ram~19204_q ), + .datad(\text_gen|char_ram~45227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45228 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18952feeder ( +// Equation(s): +// \text_gen|char_ram~18952feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18952feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18952feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18952feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y47_N11 +dffeas \text_gen|char_ram~18952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18952feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y47_N7 +dffeas \text_gen|char_ram~19176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19064feeder ( +// Equation(s): +// \text_gen|char_ram~19064feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19064feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N5 +dffeas \text_gen|char_ram~19064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y52_N21 +dffeas \text_gen|char_ram~18840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45222 ( +// Equation(s): +// \text_gen|char_ram~45222_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~19064_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~18840_q +// ))))) + + .dataa(\text_gen|char_ram~19064_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18840_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45222 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45223 ( +// Equation(s): +// \text_gen|char_ram~45223_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45222_combout & ((\text_gen|char_ram~19176_q ))) # (!\text_gen|char_ram~45222_combout & (\text_gen|char_ram~18952_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45222_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18952_q ), + .datac(\text_gen|char_ram~19176_q ), + .datad(\text_gen|char_ram~45222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45223 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18945feeder ( +// Equation(s): +// \text_gen|char_ram~18945feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18945feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18945feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18945feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y54_N29 +dffeas \text_gen|char_ram~18945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18945feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y51_N19 +dffeas \text_gen|char_ram~19169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y54_N21 +dffeas \text_gen|char_ram~18833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19057feeder ( +// Equation(s): +// \text_gen|char_ram~19057feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19057feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19057feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19057feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y51_N5 +dffeas \text_gen|char_ram~19057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19057feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45224 ( +// Equation(s): +// \text_gen|char_ram~45224_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~19057_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18833_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18833_q ), + .datad(\text_gen|char_ram~19057_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45224 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45225 ( +// Equation(s): +// \text_gen|char_ram~45225_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45224_combout & ((\text_gen|char_ram~19169_q ))) # (!\text_gen|char_ram~45224_combout & (\text_gen|char_ram~18945_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45224_combout )))) + + .dataa(\text_gen|char_ram~18945_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19169_q ), + .datad(\text_gen|char_ram~45224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45225 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45226 ( +// Equation(s): +// \text_gen|char_ram~45226_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~45223_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45225_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45223_combout ), + .datad(\text_gen|char_ram~45225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45226 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19085feeder ( +// Equation(s): +// \text_gen|char_ram~19085feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y55_N13 +dffeas \text_gen|char_ram~19085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19197feeder ( +// Equation(s): +// \text_gen|char_ram~19197feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19197feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19197feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19197feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y58_N21 +dffeas \text_gen|char_ram~19197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19197feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18973feeder ( +// Equation(s): +// \text_gen|char_ram~18973feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18973feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18973feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18973feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N23 +dffeas \text_gen|char_ram~18973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18973feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y58_N21 +dffeas \text_gen|char_ram~18861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45220 ( +// Equation(s): +// \text_gen|char_ram~45220_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18973_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18861_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18973_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18861_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45220 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45221 ( +// Equation(s): +// \text_gen|char_ram~45221_combout = (\text_gen|char_ram~45220_combout & (((\text_gen|char_ram~19197_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~45220_combout & (\text_gen|char_ram~19085_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~19085_q ), + .datab(\text_gen|char_ram~19197_q ), + .datac(\text_gen|char_ram~45220_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45221 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~45221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45229 ( +// Equation(s): +// \text_gen|char_ram~45229_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45226_combout & (\text_gen|char_ram~45228_combout )) # (!\text_gen|char_ram~45226_combout & ((\text_gen|char_ram~45221_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45226_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45228_combout ), + .datac(\text_gen|char_ram~45226_combout ), + .datad(\text_gen|char_ram~45221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45229 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15368feeder ( +// Equation(s): +// \text_gen|char_ram~15368feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15368feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15368feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15368feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y25_N25 +dffeas \text_gen|char_ram~15368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15368feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y42_N17 +dffeas \text_gen|char_ram~15592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15480feeder ( +// Equation(s): +// \text_gen|char_ram~15480feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15480feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N13 +dffeas \text_gen|char_ram~15480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y52_N23 +dffeas \text_gen|char_ram~15256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45232 ( +// Equation(s): +// \text_gen|char_ram~45232_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~15480_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~15256_q +// ))))) + + .dataa(\text_gen|char_ram~15480_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15256_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45232 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45233 ( +// Equation(s): +// \text_gen|char_ram~45233_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45232_combout & ((\text_gen|char_ram~15592_q ))) # (!\text_gen|char_ram~45232_combout & (\text_gen|char_ram~15368_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45232_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15368_q ), + .datac(\text_gen|char_ram~15592_q ), + .datad(\text_gen|char_ram~45232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45233 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15361feeder ( +// Equation(s): +// \text_gen|char_ram~15361feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15361feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15361feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15361feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y53_N15 +dffeas \text_gen|char_ram~15361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15361feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15585feeder ( +// Equation(s): +// \text_gen|char_ram~15585feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15585feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15585feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15585feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y43_N9 +dffeas \text_gen|char_ram~15585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15585feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y54_N19 +dffeas \text_gen|char_ram~15249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15473feeder ( +// Equation(s): +// \text_gen|char_ram~15473feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15473feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15473feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15473feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N25 +dffeas \text_gen|char_ram~15473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15473feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45234 ( +// Equation(s): +// \text_gen|char_ram~45234_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~15473_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~15249_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15249_q ), + .datad(\text_gen|char_ram~15473_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45234 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45235 ( +// Equation(s): +// \text_gen|char_ram~45235_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45234_combout & ((\text_gen|char_ram~15585_q ))) # (!\text_gen|char_ram~45234_combout & (\text_gen|char_ram~15361_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45234_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15361_q ), + .datac(\text_gen|char_ram~15585_q ), + .datad(\text_gen|char_ram~45234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45235 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45236 ( +// Equation(s): +// \text_gen|char_ram~45236_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~45233_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45235_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45233_combout ), + .datad(\text_gen|char_ram~45235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45236 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15389feeder ( +// Equation(s): +// \text_gen|char_ram~15389feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15389feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15389feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15389feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y54_N29 +dffeas \text_gen|char_ram~15389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15389feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y54_N9 +dffeas \text_gen|char_ram~15277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45230 ( +// Equation(s): +// \text_gen|char_ram~45230_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~15389_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~15277_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~15389_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15277_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45230 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15501feeder ( +// Equation(s): +// \text_gen|char_ram~15501feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15501feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y54_N13 +dffeas \text_gen|char_ram~15501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15501 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y54_N1 +dffeas \text_gen|char_ram~15613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45231 ( +// Equation(s): +// \text_gen|char_ram~45231_combout = (\text_gen|char_ram~45230_combout & (((\text_gen|char_ram~15613_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~45230_combout & (\text_gen|char_ram~15501_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~45230_combout ), + .datab(\text_gen|char_ram~15501_q ), + .datac(\text_gen|char_ram~15613_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45231 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15508feeder ( +// Equation(s): +// \text_gen|char_ram~15508feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15508feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15508feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15508feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y50_N29 +dffeas \text_gen|char_ram~15508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15508feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y55_N5 +dffeas \text_gen|char_ram~15620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y32_N29 +dffeas \text_gen|char_ram~15284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15396feeder ( +// Equation(s): +// \text_gen|char_ram~15396feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15396feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N27 +dffeas \text_gen|char_ram~15396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45237 ( +// Equation(s): +// \text_gen|char_ram~45237_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~15396_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15284_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15284_q ), + .datad(\text_gen|char_ram~15396_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45237 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45238 ( +// Equation(s): +// \text_gen|char_ram~45238_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45237_combout & ((\text_gen|char_ram~15620_q ))) # (!\text_gen|char_ram~45237_combout & (\text_gen|char_ram~15508_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45237_combout )))) + + .dataa(\text_gen|char_ram~15508_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15620_q ), + .datad(\text_gen|char_ram~45237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45238 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45239 ( +// Equation(s): +// \text_gen|char_ram~45239_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45236_combout & ((\text_gen|char_ram~45238_combout ))) # (!\text_gen|char_ram~45236_combout & (\text_gen|char_ram~45231_combout )))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~45236_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45236_combout ), + .datac(\text_gen|char_ram~45231_combout ), + .datad(\text_gen|char_ram~45238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45239 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~45239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45240 ( +// Equation(s): +// \text_gen|char_ram~45240_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~45229_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~45239_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45229_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~45239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45240 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17293feeder ( +// Equation(s): +// \text_gen|char_ram~17293feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17293feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y56_N5 +dffeas \text_gen|char_ram~17293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17181feeder ( +// Equation(s): +// \text_gen|char_ram~17181feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17181feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17181feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17181feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y56_N5 +dffeas \text_gen|char_ram~17181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17181feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17069feeder ( +// Equation(s): +// \text_gen|char_ram~17069feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17069feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17069feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17069feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y56_N27 +dffeas \text_gen|char_ram~17069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17069feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45212 ( +// Equation(s): +// \text_gen|char_ram~45212_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~17181_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~17069_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~17181_q ), + .datab(\text_gen|char_ram~17069_q ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45212 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~45212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17405feeder ( +// Equation(s): +// \text_gen|char_ram~17405feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17405feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17405feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17405feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y56_N15 +dffeas \text_gen|char_ram~17405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17405feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45213 ( +// Equation(s): +// \text_gen|char_ram~45213_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45212_combout & ((\text_gen|char_ram~17405_q ))) # (!\text_gen|char_ram~45212_combout & (\text_gen|char_ram~17293_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45212_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17293_q ), + .datac(\text_gen|char_ram~45212_combout ), + .datad(\text_gen|char_ram~17405_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45213 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17153feeder ( +// Equation(s): +// \text_gen|char_ram~17153feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17153feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17153feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17153feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y54_N27 +dffeas \text_gen|char_ram~17153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17153feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17265feeder ( +// Equation(s): +// \text_gen|char_ram~17265feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17265feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y55_N23 +dffeas \text_gen|char_ram~17265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y55_N5 +dffeas \text_gen|char_ram~17041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45214 ( +// Equation(s): +// \text_gen|char_ram~45214_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~17265_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17041_q +// ))))) + + .dataa(\text_gen|char_ram~17265_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17041_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45214 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17377feeder ( +// Equation(s): +// \text_gen|char_ram~17377feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17377feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y58_N17 +dffeas \text_gen|char_ram~17377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45215 ( +// Equation(s): +// \text_gen|char_ram~45215_combout = (\text_gen|char_ram~45214_combout & (((\text_gen|char_ram~17377_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~45214_combout & (\text_gen|char_ram~17153_q & (\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~17153_q ), + .datab(\text_gen|char_ram~45214_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~17377_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45215 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~45215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45216 ( +// Equation(s): +// \text_gen|char_ram~45216_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45213_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45215_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45213_combout ), + .datad(\text_gen|char_ram~45215_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45216 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17384feeder ( +// Equation(s): +// \text_gen|char_ram~17384feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17384feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N13 +dffeas \text_gen|char_ram~17384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y44_N9 +dffeas \text_gen|char_ram~17160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17272feeder ( +// Equation(s): +// \text_gen|char_ram~17272feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17272feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N5 +dffeas \text_gen|char_ram~17272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y55_N3 +dffeas \text_gen|char_ram~17048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45210 ( +// Equation(s): +// \text_gen|char_ram~45210_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~17272_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17048_q +// ))))) + + .dataa(\text_gen|char_ram~17272_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17048_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45210 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45211 ( +// Equation(s): +// \text_gen|char_ram~45211_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45210_combout & (\text_gen|char_ram~17384_q )) # (!\text_gen|char_ram~45210_combout & ((\text_gen|char_ram~17160_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45210_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17384_q ), + .datac(\text_gen|char_ram~17160_q ), + .datad(\text_gen|char_ram~45210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45211 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17300feeder ( +// Equation(s): +// \text_gen|char_ram~17300feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17300feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17300feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17300feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y42_N11 +dffeas \text_gen|char_ram~17300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17300feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y54_N31 +dffeas \text_gen|char_ram~17412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y62_N25 +dffeas \text_gen|char_ram~17076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17188feeder ( +// Equation(s): +// \text_gen|char_ram~17188feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y62_N19 +dffeas \text_gen|char_ram~17188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45217 ( +// Equation(s): +// \text_gen|char_ram~45217_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~17188_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17076_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17076_q ), + .datad(\text_gen|char_ram~17188_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45217 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45218 ( +// Equation(s): +// \text_gen|char_ram~45218_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45217_combout & ((\text_gen|char_ram~17412_q ))) # (!\text_gen|char_ram~45217_combout & (\text_gen|char_ram~17300_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45217_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17300_q ), + .datac(\text_gen|char_ram~17412_q ), + .datad(\text_gen|char_ram~45217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45218 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45219 ( +// Equation(s): +// \text_gen|char_ram~45219_combout = (\text_gen|char_ram~45216_combout & (((\text_gen|char_ram~45218_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~45216_combout & (\text_gen|char_ram~45211_combout & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~45216_combout ), + .datab(\text_gen|char_ram~45211_combout ), + .datac(\text_gen|char_ram~45218_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45219 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N27 +dffeas \text_gen|char_ram~20632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20856feeder ( +// Equation(s): +// \text_gen|char_ram~20856feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20856feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20856feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20856feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N23 +dffeas \text_gen|char_ram~20856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20856feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45241 ( +// Equation(s): +// \text_gen|char_ram~45241_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~20856_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20632_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20632_q ), + .datad(\text_gen|char_ram~20856_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45241 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N1 +dffeas \text_gen|char_ram~20968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20744feeder ( +// Equation(s): +// \text_gen|char_ram~20744feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y29_N29 +dffeas \text_gen|char_ram~20744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45242 ( +// Equation(s): +// \text_gen|char_ram~45242_combout = (\text_gen|char_ram~45241_combout & (((\text_gen|char_ram~20968_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~45241_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~20744_q )))) + + .dataa(\text_gen|char_ram~45241_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20968_q ), + .datad(\text_gen|char_ram~20744_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45242 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20884feeder ( +// Equation(s): +// \text_gen|char_ram~20884feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20884feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20884feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20884feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y55_N21 +dffeas \text_gen|char_ram~20884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20884feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y52_N3 +dffeas \text_gen|char_ram~20996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y51_N13 +dffeas \text_gen|char_ram~20660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20772feeder ( +// Equation(s): +// \text_gen|char_ram~20772feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20772feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y51_N13 +dffeas \text_gen|char_ram~20772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45248 ( +// Equation(s): +// \text_gen|char_ram~45248_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~20772_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20660_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20660_q ), + .datad(\text_gen|char_ram~20772_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45248 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45249 ( +// Equation(s): +// \text_gen|char_ram~45249_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45248_combout & ((\text_gen|char_ram~20996_q ))) # (!\text_gen|char_ram~45248_combout & (\text_gen|char_ram~20884_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45248_combout )))) + + .dataa(\text_gen|char_ram~20884_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20996_q ), + .datad(\text_gen|char_ram~45248_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45249 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20737feeder ( +// Equation(s): +// \text_gen|char_ram~20737feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20737feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20737feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20737feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y53_N19 +dffeas \text_gen|char_ram~20737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20737feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20849feeder ( +// Equation(s): +// \text_gen|char_ram~20849feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20849feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20849feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20849feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y55_N5 +dffeas \text_gen|char_ram~20849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20849feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y55_N5 +dffeas \text_gen|char_ram~20625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45245 ( +// Equation(s): +// \text_gen|char_ram~45245_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20849_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~20625_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20849_q ), + .datac(\text_gen|char_ram~20625_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45245 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20961feeder ( +// Equation(s): +// \text_gen|char_ram~20961feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20961feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20961feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20961feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y53_N21 +dffeas \text_gen|char_ram~20961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20961feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45246 ( +// Equation(s): +// \text_gen|char_ram~45246_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45245_combout & ((\text_gen|char_ram~20961_q ))) # (!\text_gen|char_ram~45245_combout & (\text_gen|char_ram~20737_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45245_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20737_q ), + .datac(\text_gen|char_ram~45245_combout ), + .datad(\text_gen|char_ram~20961_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45246 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20765feeder ( +// Equation(s): +// \text_gen|char_ram~20765feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N5 +dffeas \text_gen|char_ram~20765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y55_N3 +dffeas \text_gen|char_ram~20653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45243 ( +// Equation(s): +// \text_gen|char_ram~45243_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~20765_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~20653_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20765_q ), + .datac(\text_gen|char_ram~20653_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45243 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y59_N1 +dffeas \text_gen|char_ram~20989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20877feeder ( +// Equation(s): +// \text_gen|char_ram~20877feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N23 +dffeas \text_gen|char_ram~20877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45244 ( +// Equation(s): +// \text_gen|char_ram~45244_combout = (\text_gen|char_ram~45243_combout & (((\text_gen|char_ram~20989_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~45243_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20877_q )))) + + .dataa(\text_gen|char_ram~45243_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20989_q ), + .datad(\text_gen|char_ram~20877_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45244 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45247 ( +// Equation(s): +// \text_gen|char_ram~45247_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~45244_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45246_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45246_combout ), + .datad(\text_gen|char_ram~45244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45247 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45250 ( +// Equation(s): +// \text_gen|char_ram~45250_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45247_combout & ((\text_gen|char_ram~45249_combout ))) # (!\text_gen|char_ram~45247_combout & (\text_gen|char_ram~45242_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45247_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45242_combout ), + .datac(\text_gen|char_ram~45249_combout ), + .datad(\text_gen|char_ram~45247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45250 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45251 ( +// Equation(s): +// \text_gen|char_ram~45251_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45240_combout & ((\text_gen|char_ram~45250_combout ))) # (!\text_gen|char_ram~45240_combout & (\text_gen|char_ram~45219_combout )))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~45240_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45240_combout ), + .datac(\text_gen|char_ram~45219_combout ), + .datad(\text_gen|char_ram~45250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45251 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~45251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45379 ( +// Equation(s): +// \text_gen|char_ram~45379_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45336_combout & (\text_gen|char_ram~45378_combout )) # (!\text_gen|char_ram~45336_combout & ((\text_gen|char_ram~45251_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45336_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45378_combout ), + .datac(\text_gen|char_ram~45336_combout ), + .datad(\text_gen|char_ram~45251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45379 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23985feeder ( +// Equation(s): +// \text_gen|char_ram~23985feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23985feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N13 +dffeas \text_gen|char_ram~23985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y32_N11 +dffeas \text_gen|char_ram~24881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24433feeder ( +// Equation(s): +// \text_gen|char_ram~24433feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24433feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24433feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24433feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y40_N23 +dffeas \text_gen|char_ram~24433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24433feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y32_N21 +dffeas \text_gen|char_ram~23537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45725 ( +// Equation(s): +// \text_gen|char_ram~45725_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24433_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~23537_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24433_q ), + .datac(\text_gen|char_ram~23537_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45725 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45726 ( +// Equation(s): +// \text_gen|char_ram~45726_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45725_combout & ((\text_gen|char_ram~24881_q ))) # (!\text_gen|char_ram~45725_combout & (\text_gen|char_ram~23985_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45725_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23985_q ), + .datac(\text_gen|char_ram~24881_q ), + .datad(\text_gen|char_ram~45725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45726 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24461feeder ( +// Equation(s): +// \text_gen|char_ram~24461feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24461feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y56_N29 +dffeas \text_gen|char_ram~24461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y32_N21 +dffeas \text_gen|char_ram~24909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y39_N13 +dffeas \text_gen|char_ram~23565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24013feeder ( +// Equation(s): +// \text_gen|char_ram~24013feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24013feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24013feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24013feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y20_N25 +dffeas \text_gen|char_ram~24013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24013feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45723 ( +// Equation(s): +// \text_gen|char_ram~45723_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~24013_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23565_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23565_q ), + .datad(\text_gen|char_ram~24013_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45723 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45724 ( +// Equation(s): +// \text_gen|char_ram~45724_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45723_combout & ((\text_gen|char_ram~24909_q ))) # (!\text_gen|char_ram~45723_combout & (\text_gen|char_ram~24461_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45723_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24461_q ), + .datac(\text_gen|char_ram~24909_q ), + .datad(\text_gen|char_ram~45723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45724 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45727 ( +// Equation(s): +// \text_gen|char_ram~45727_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45724_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45726_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45726_combout ), + .datad(\text_gen|char_ram~45724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45727 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24440feeder ( +// Equation(s): +// \text_gen|char_ram~24440feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24440feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y48_N3 +dffeas \text_gen|char_ram~24440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y28_N1 +dffeas \text_gen|char_ram~23544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45721 ( +// Equation(s): +// \text_gen|char_ram~45721_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24440_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23544_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24440_q ), + .datac(\text_gen|char_ram~23544_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45721 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y28_N27 +dffeas \text_gen|char_ram~24888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23992feeder ( +// Equation(s): +// \text_gen|char_ram~23992feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23992feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23992feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23992feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y20_N17 +dffeas \text_gen|char_ram~23992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23992feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45722 ( +// Equation(s): +// \text_gen|char_ram~45722_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45721_combout & (\text_gen|char_ram~24888_q )) # (!\text_gen|char_ram~45721_combout & ((\text_gen|char_ram~23992_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45721_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45721_combout ), + .datac(\text_gen|char_ram~24888_q ), + .datad(\text_gen|char_ram~23992_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45722 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24468feeder ( +// Equation(s): +// \text_gen|char_ram~24468feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24468feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24468feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24468feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N19 +dffeas \text_gen|char_ram~24468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24468feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y30_N3 +dffeas \text_gen|char_ram~24916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24020feeder ( +// Equation(s): +// \text_gen|char_ram~24020feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24020feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24020feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24020feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y26_N27 +dffeas \text_gen|char_ram~24020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24020feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N9 +dffeas \text_gen|char_ram~23572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45728 ( +// Equation(s): +// \text_gen|char_ram~45728_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~24020_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23572_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~24020_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23572_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45728 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45729 ( +// Equation(s): +// \text_gen|char_ram~45729_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45728_combout & ((\text_gen|char_ram~24916_q ))) # (!\text_gen|char_ram~45728_combout & (\text_gen|char_ram~24468_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45728_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24468_q ), + .datac(\text_gen|char_ram~24916_q ), + .datad(\text_gen|char_ram~45728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45729 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45730 ( +// Equation(s): +// \text_gen|char_ram~45730_combout = (\text_gen|char_ram~45727_combout & (((\text_gen|char_ram~45729_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~45727_combout & (\text_gen|char_ram~45722_combout & (\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~45727_combout ), + .datab(\text_gen|char_ram~45722_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~45729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45730 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~45730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N11 +dffeas \text_gen|char_ram~26260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25812feeder ( +// Equation(s): +// \text_gen|char_ram~25812feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25812feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25812feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25812feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y22_N19 +dffeas \text_gen|char_ram~25812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25812feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y32_N1 +dffeas \text_gen|char_ram~25364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45738 ( +// Equation(s): +// \text_gen|char_ram~45738_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~25812_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~25364_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25812_q ), + .datac(\text_gen|char_ram~25364_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45738 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y32_N7 +dffeas \text_gen|char_ram~26708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45739 ( +// Equation(s): +// \text_gen|char_ram~45739_combout = (\text_gen|char_ram~45738_combout & (((\text_gen|char_ram~26708_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~45738_combout & (\text_gen|char_ram~26260_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~26260_q ), + .datab(\text_gen|char_ram~45738_combout ), + .datac(\text_gen|char_ram~26708_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45739 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26253feeder ( +// Equation(s): +// \text_gen|char_ram~26253feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26253feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y54_N7 +dffeas \text_gen|char_ram~26253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y36_N11 +dffeas \text_gen|char_ram~26701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y43_N11 +dffeas \text_gen|char_ram~25357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25805feeder ( +// Equation(s): +// \text_gen|char_ram~25805feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25805feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25805feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25805feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N9 +dffeas \text_gen|char_ram~25805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25805feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45731 ( +// Equation(s): +// \text_gen|char_ram~45731_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25805_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25357_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25357_q ), + .datad(\text_gen|char_ram~25805_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45731 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45732 ( +// Equation(s): +// \text_gen|char_ram~45732_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45731_combout & ((\text_gen|char_ram~26701_q ))) # (!\text_gen|char_ram~45731_combout & (\text_gen|char_ram~26253_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45731_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26253_q ), + .datac(\text_gen|char_ram~26701_q ), + .datad(\text_gen|char_ram~45731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45732 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y27_N1 +dffeas \text_gen|char_ram~25784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y28_N23 +dffeas \text_gen|char_ram~26680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y28_N13 +dffeas \text_gen|char_ram~25336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26232feeder ( +// Equation(s): +// \text_gen|char_ram~26232feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26232feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N21 +dffeas \text_gen|char_ram~26232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45733 ( +// Equation(s): +// \text_gen|char_ram~45733_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26232_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25336_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25336_q ), + .datad(\text_gen|char_ram~26232_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45733 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45734 ( +// Equation(s): +// \text_gen|char_ram~45734_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45733_combout & ((\text_gen|char_ram~26680_q ))) # (!\text_gen|char_ram~45733_combout & (\text_gen|char_ram~25784_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45733_combout )))) + + .dataa(\text_gen|char_ram~25784_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26680_q ), + .datad(\text_gen|char_ram~45733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45734 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25777feeder ( +// Equation(s): +// \text_gen|char_ram~25777feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y21_N9 +dffeas \text_gen|char_ram~25777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y32_N29 +dffeas \text_gen|char_ram~26673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26225feeder ( +// Equation(s): +// \text_gen|char_ram~26225feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y51_N29 +dffeas \text_gen|char_ram~26225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y32_N7 +dffeas \text_gen|char_ram~25329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45735 ( +// Equation(s): +// \text_gen|char_ram~45735_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26225_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25329_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26225_q ), + .datac(\text_gen|char_ram~25329_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45735 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45736 ( +// Equation(s): +// \text_gen|char_ram~45736_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45735_combout & ((\text_gen|char_ram~26673_q ))) # (!\text_gen|char_ram~45735_combout & (\text_gen|char_ram~25777_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45735_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25777_q ), + .datac(\text_gen|char_ram~26673_q ), + .datad(\text_gen|char_ram~45735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45736 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45737 ( +// Equation(s): +// \text_gen|char_ram~45737_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~45734_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45736_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45734_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~45736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45737 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45740 ( +// Equation(s): +// \text_gen|char_ram~45740_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45737_combout & (\text_gen|char_ram~45739_combout )) # (!\text_gen|char_ram~45737_combout & ((\text_gen|char_ram~45732_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45737_combout )))) + + .dataa(\text_gen|char_ram~45739_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45732_combout ), + .datad(\text_gen|char_ram~45737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45740 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22669feeder ( +// Equation(s): +// \text_gen|char_ram~22669feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22669feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22669feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22669feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y29_N9 +dffeas \text_gen|char_ram~22669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22669feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y32_N29 +dffeas \text_gen|char_ram~23117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N21 +dffeas \text_gen|char_ram~21773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22221feeder ( +// Equation(s): +// \text_gen|char_ram~22221feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22221feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22221feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22221feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y19_N5 +dffeas \text_gen|char_ram~22221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22221feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45741 ( +// Equation(s): +// \text_gen|char_ram~45741_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22221_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21773_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21773_q ), + .datad(\text_gen|char_ram~22221_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45741 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45742 ( +// Equation(s): +// \text_gen|char_ram~45742_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45741_combout & ((\text_gen|char_ram~23117_q ))) # (!\text_gen|char_ram~45741_combout & (\text_gen|char_ram~22669_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45741_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22669_q ), + .datac(\text_gen|char_ram~23117_q ), + .datad(\text_gen|char_ram~45741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45742 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22193feeder ( +// Equation(s): +// \text_gen|char_ram~22193feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22193feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22193feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22193feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N3 +dffeas \text_gen|char_ram~22193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22193feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y32_N3 +dffeas \text_gen|char_ram~21745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22641feeder ( +// Equation(s): +// \text_gen|char_ram~22641feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22641feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22641feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22641feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y51_N15 +dffeas \text_gen|char_ram~22641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22641feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45745 ( +// Equation(s): +// \text_gen|char_ram~45745_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22641_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21745_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21745_q ), + .datad(\text_gen|char_ram~22641_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45745 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y32_N17 +dffeas \text_gen|char_ram~23089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45746 ( +// Equation(s): +// \text_gen|char_ram~45746_combout = (\text_gen|char_ram~45745_combout & (((\text_gen|char_ram~23089_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~45745_combout & (\text_gen|char_ram~22193_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~22193_q ), + .datab(\text_gen|char_ram~45745_combout ), + .datac(\text_gen|char_ram~23089_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45746 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22200feeder ( +// Equation(s): +// \text_gen|char_ram~22200feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22200feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22200feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22200feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N21 +dffeas \text_gen|char_ram~22200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22200feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N19 +dffeas \text_gen|char_ram~23096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N29 +dffeas \text_gen|char_ram~21752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22648feeder ( +// Equation(s): +// \text_gen|char_ram~22648feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22648feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22648feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22648feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y52_N19 +dffeas \text_gen|char_ram~22648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22648feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45743 ( +// Equation(s): +// \text_gen|char_ram~45743_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22648_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21752_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21752_q ), + .datad(\text_gen|char_ram~22648_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45743 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45744 ( +// Equation(s): +// \text_gen|char_ram~45744_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45743_combout & ((\text_gen|char_ram~23096_q ))) # (!\text_gen|char_ram~45743_combout & (\text_gen|char_ram~22200_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45743_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22200_q ), + .datac(\text_gen|char_ram~23096_q ), + .datad(\text_gen|char_ram~45743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45744 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45747 ( +// Equation(s): +// \text_gen|char_ram~45747_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~45744_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45746_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45746_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~45744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45747 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~45747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22676feeder ( +// Equation(s): +// \text_gen|char_ram~22676feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22676feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22676feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22676feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N13 +dffeas \text_gen|char_ram~22676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22676feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y34_N9 +dffeas \text_gen|char_ram~23124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22228feeder ( +// Equation(s): +// \text_gen|char_ram~22228feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22228feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y22_N25 +dffeas \text_gen|char_ram~22228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y34_N7 +dffeas \text_gen|char_ram~21780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45748 ( +// Equation(s): +// \text_gen|char_ram~45748_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22228_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21780_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22228_q ), + .datac(\text_gen|char_ram~21780_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45748 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45749 ( +// Equation(s): +// \text_gen|char_ram~45749_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45748_combout & ((\text_gen|char_ram~23124_q ))) # (!\text_gen|char_ram~45748_combout & (\text_gen|char_ram~22676_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45748_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22676_q ), + .datac(\text_gen|char_ram~23124_q ), + .datad(\text_gen|char_ram~45748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45749 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45750 ( +// Equation(s): +// \text_gen|char_ram~45750_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45747_combout & ((\text_gen|char_ram~45749_combout ))) # (!\text_gen|char_ram~45747_combout & (\text_gen|char_ram~45742_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45747_combout )))) + + .dataa(\text_gen|char_ram~45742_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45747_combout ), + .datad(\text_gen|char_ram~45749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45750 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~45750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45751 ( +// Equation(s): +// \text_gen|char_ram~45751_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~45740_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~45750_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45740_combout ), + .datad(\text_gen|char_ram~45750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45751 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27569feeder ( +// Equation(s): +// \text_gen|char_ram~27569feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27569feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27569feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27569feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y22_N19 +dffeas \text_gen|char_ram~27569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27569feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y30_N5 +dffeas \text_gen|char_ram~28465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~28017feeder ( +// Equation(s): +// \text_gen|char_ram~28017feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28017feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28017feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28017feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y40_N21 +dffeas \text_gen|char_ram~28017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28017feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y30_N19 +dffeas \text_gen|char_ram~27121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45756 ( +// Equation(s): +// \text_gen|char_ram~45756_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28017_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27121_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28017_q ), + .datac(\text_gen|char_ram~27121_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45756 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45757 ( +// Equation(s): +// \text_gen|char_ram~45757_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45756_combout & ((\text_gen|char_ram~28465_q ))) # (!\text_gen|char_ram~45756_combout & (\text_gen|char_ram~27569_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45756_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27569_q ), + .datac(\text_gen|char_ram~28465_q ), + .datad(\text_gen|char_ram~45756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45757 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~28045feeder ( +// Equation(s): +// \text_gen|char_ram~28045feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28045feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y52_N13 +dffeas \text_gen|char_ram~28045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y36_N21 +dffeas \text_gen|char_ram~28493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N15 +dffeas \text_gen|char_ram~27149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27597feeder ( +// Equation(s): +// \text_gen|char_ram~27597feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27597feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27597feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27597feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y19_N23 +dffeas \text_gen|char_ram~27597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27597feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45754 ( +// Equation(s): +// \text_gen|char_ram~45754_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27597_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~27149_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27149_q ), + .datad(\text_gen|char_ram~27597_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45754 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45755 ( +// Equation(s): +// \text_gen|char_ram~45755_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45754_combout & ((\text_gen|char_ram~28493_q ))) # (!\text_gen|char_ram~45754_combout & (\text_gen|char_ram~28045_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45754_combout )))) + + .dataa(\text_gen|char_ram~28045_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28493_q ), + .datad(\text_gen|char_ram~45754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45755 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45758 ( +// Equation(s): +// \text_gen|char_ram~45758_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~45755_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45757_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45757_combout ), + .datad(\text_gen|char_ram~45755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45758 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27604feeder ( +// Equation(s): +// \text_gen|char_ram~27604feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27604feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27604feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27604feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y22_N15 +dffeas \text_gen|char_ram~27604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27604feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y30_N7 +dffeas \text_gen|char_ram~27156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45759 ( +// Equation(s): +// \text_gen|char_ram~45759_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27604_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~27156_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~27604_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27156_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45759 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28052feeder ( +// Equation(s): +// \text_gen|char_ram~28052feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28052feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28052feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28052feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y54_N9 +dffeas \text_gen|char_ram~28052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28052feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y30_N13 +dffeas \text_gen|char_ram~28500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45760 ( +// Equation(s): +// \text_gen|char_ram~45760_combout = (\text_gen|char_ram~45759_combout & (((\text_gen|char_ram~28500_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~45759_combout & (\text_gen|char_ram~28052_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~45759_combout ), + .datab(\text_gen|char_ram~28052_q ), + .datac(\text_gen|char_ram~28500_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45760 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27576feeder ( +// Equation(s): +// \text_gen|char_ram~27576feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27576feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27576feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27576feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y25_N29 +dffeas \text_gen|char_ram~27576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27576feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y25_N5 +dffeas \text_gen|char_ram~28472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y25_N19 +dffeas \text_gen|char_ram~27128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28024feeder ( +// Equation(s): +// \text_gen|char_ram~28024feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28024feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y52_N25 +dffeas \text_gen|char_ram~28024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45752 ( +// Equation(s): +// \text_gen|char_ram~45752_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28024_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27128_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27128_q ), + .datad(\text_gen|char_ram~28024_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45752 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45753 ( +// Equation(s): +// \text_gen|char_ram~45753_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45752_combout & ((\text_gen|char_ram~28472_q ))) # (!\text_gen|char_ram~45752_combout & (\text_gen|char_ram~27576_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45752_combout )))) + + .dataa(\text_gen|char_ram~27576_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28472_q ), + .datad(\text_gen|char_ram~45752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45753 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45761 ( +// Equation(s): +// \text_gen|char_ram~45761_combout = (\text_gen|char_ram~45758_combout & ((\text_gen|char_ram~45760_combout ) # ((!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~45758_combout & (((\vga_c|h_cnt [4] & \text_gen|char_ram~45753_combout )))) + + .dataa(\text_gen|char_ram~45758_combout ), + .datab(\text_gen|char_ram~45760_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~45753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45761 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~45761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45762 ( +// Equation(s): +// \text_gen|char_ram~45762_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45751_combout & ((\text_gen|char_ram~45761_combout ))) # (!\text_gen|char_ram~45751_combout & (\text_gen|char_ram~45730_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45751_combout )))) + + .dataa(\text_gen|char_ram~45730_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45751_combout ), + .datad(\text_gen|char_ram~45761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45762 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~45762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27912feeder ( +// Equation(s): +// \text_gen|char_ram~27912feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27912feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27912feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27912feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y52_N15 +dffeas \text_gen|char_ram~27912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27912feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y36_N1 +dffeas \text_gen|char_ram~27016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45794 ( +// Equation(s): +// \text_gen|char_ram~45794_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~27912_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27016_q +// ))))) + + .dataa(\text_gen|char_ram~27912_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27016_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45794 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y30_N21 +dffeas \text_gen|char_ram~28360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27464feeder ( +// Equation(s): +// \text_gen|char_ram~27464feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27464feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y25_N15 +dffeas \text_gen|char_ram~27464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45795 ( +// Equation(s): +// \text_gen|char_ram~45795_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45794_combout & (\text_gen|char_ram~28360_q )) # (!\text_gen|char_ram~45794_combout & ((\text_gen|char_ram~27464_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45794_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45794_combout ), + .datac(\text_gen|char_ram~28360_q ), + .datad(\text_gen|char_ram~27464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45795 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27940feeder ( +// Equation(s): +// \text_gen|char_ram~27940feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27940feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27940feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27940feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y51_N19 +dffeas \text_gen|char_ram~27940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27940feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y45_N9 +dffeas \text_gen|char_ram~28388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y43_N23 +dffeas \text_gen|char_ram~27044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27492feeder ( +// Equation(s): +// \text_gen|char_ram~27492feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27492feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y23_N3 +dffeas \text_gen|char_ram~27492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45801 ( +// Equation(s): +// \text_gen|char_ram~45801_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27492_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~27044_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27044_q ), + .datad(\text_gen|char_ram~27492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45801 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45802 ( +// Equation(s): +// \text_gen|char_ram~45802_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45801_combout & ((\text_gen|char_ram~28388_q ))) # (!\text_gen|char_ram~45801_combout & (\text_gen|char_ram~27940_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45801_combout )))) + + .dataa(\text_gen|char_ram~27940_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28388_q ), + .datad(\text_gen|char_ram~45801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45802 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y40_N17 +dffeas \text_gen|char_ram~27037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27485feeder ( +// Equation(s): +// \text_gen|char_ram~27485feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y21_N13 +dffeas \text_gen|char_ram~27485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45796 ( +// Equation(s): +// \text_gen|char_ram~45796_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27485_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27037_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27037_q ), + .datad(\text_gen|char_ram~27485_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45796 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27933feeder ( +// Equation(s): +// \text_gen|char_ram~27933feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27933feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27933feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27933feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y52_N25 +dffeas \text_gen|char_ram~27933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27933feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N7 +dffeas \text_gen|char_ram~28381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45797 ( +// Equation(s): +// \text_gen|char_ram~45797_combout = (\text_gen|char_ram~45796_combout & (((\text_gen|char_ram~28381_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~45796_combout & (\text_gen|char_ram~27933_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~45796_combout ), + .datab(\text_gen|char_ram~27933_q ), + .datac(\text_gen|char_ram~28381_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45797 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27457feeder ( +// Equation(s): +// \text_gen|char_ram~27457feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27457feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y22_N13 +dffeas \text_gen|char_ram~27457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y33_N13 +dffeas \text_gen|char_ram~28353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y37_N27 +dffeas \text_gen|char_ram~27009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27905feeder ( +// Equation(s): +// \text_gen|char_ram~27905feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27905feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27905feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27905feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y37_N7 +dffeas \text_gen|char_ram~27905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27905feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45798 ( +// Equation(s): +// \text_gen|char_ram~45798_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~27905_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27009_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27009_q ), + .datad(\text_gen|char_ram~27905_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45798 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45799 ( +// Equation(s): +// \text_gen|char_ram~45799_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45798_combout & ((\text_gen|char_ram~28353_q ))) # (!\text_gen|char_ram~45798_combout & (\text_gen|char_ram~27457_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45798_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27457_q ), + .datac(\text_gen|char_ram~28353_q ), + .datad(\text_gen|char_ram~45798_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45799 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45800 ( +// Equation(s): +// \text_gen|char_ram~45800_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45797_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45799_combout ))))) + + .dataa(\text_gen|char_ram~45797_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~45799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45800 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~45800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45803 ( +// Equation(s): +// \text_gen|char_ram~45803_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45800_combout & ((\text_gen|char_ram~45802_combout ))) # (!\text_gen|char_ram~45800_combout & (\text_gen|char_ram~45795_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45800_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45795_combout ), + .datac(\text_gen|char_ram~45802_combout ), + .datad(\text_gen|char_ram~45800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45803 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22557feeder ( +// Equation(s): +// \text_gen|char_ram~22557feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22557feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y37_N1 +dffeas \text_gen|char_ram~22557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N17 +dffeas \text_gen|char_ram~23005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23005 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y40_N23 +dffeas \text_gen|char_ram~21661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22109feeder ( +// Equation(s): +// \text_gen|char_ram~22109feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22109feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22109feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22109feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y19_N27 +dffeas \text_gen|char_ram~22109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22109feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45783 ( +// Equation(s): +// \text_gen|char_ram~45783_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22109_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21661_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21661_q ), + .datad(\text_gen|char_ram~22109_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45783 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45784 ( +// Equation(s): +// \text_gen|char_ram~45784_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45783_combout & ((\text_gen|char_ram~23005_q ))) # (!\text_gen|char_ram~45783_combout & (\text_gen|char_ram~22557_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45783_combout )))) + + .dataa(\text_gen|char_ram~22557_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23005_q ), + .datad(\text_gen|char_ram~45783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45784 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22564feeder ( +// Equation(s): +// \text_gen|char_ram~22564feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22564feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22564feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22564feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y50_N3 +dffeas \text_gen|char_ram~22564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22564feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y30_N25 +dffeas \text_gen|char_ram~23012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22116feeder ( +// Equation(s): +// \text_gen|char_ram~22116feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22116feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22116feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22116feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y23_N17 +dffeas \text_gen|char_ram~22116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22116feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N19 +dffeas \text_gen|char_ram~21668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45790 ( +// Equation(s): +// \text_gen|char_ram~45790_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22116_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21668_q +// ))))) + + .dataa(\text_gen|char_ram~22116_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21668_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45790 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45791 ( +// Equation(s): +// \text_gen|char_ram~45791_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45790_combout & ((\text_gen|char_ram~23012_q ))) # (!\text_gen|char_ram~45790_combout & (\text_gen|char_ram~22564_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45790_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22564_q ), + .datac(\text_gen|char_ram~23012_q ), + .datad(\text_gen|char_ram~45790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45791 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22529feeder ( +// Equation(s): +// \text_gen|char_ram~22529feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22529feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y37_N5 +dffeas \text_gen|char_ram~22529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y37_N21 +dffeas \text_gen|char_ram~21633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45787 ( +// Equation(s): +// \text_gen|char_ram~45787_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~22529_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~21633_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22529_q ), + .datac(\text_gen|char_ram~21633_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45787 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y33_N15 +dffeas \text_gen|char_ram~22977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22081feeder ( +// Equation(s): +// \text_gen|char_ram~22081feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22081feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y19_N21 +dffeas \text_gen|char_ram~22081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45788 ( +// Equation(s): +// \text_gen|char_ram~45788_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45787_combout & (\text_gen|char_ram~22977_q )) # (!\text_gen|char_ram~45787_combout & ((\text_gen|char_ram~22081_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45787_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45787_combout ), + .datac(\text_gen|char_ram~22977_q ), + .datad(\text_gen|char_ram~22081_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45788 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22088feeder ( +// Equation(s): +// \text_gen|char_ram~22088feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22088feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22088feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22088feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y19_N17 +dffeas \text_gen|char_ram~22088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22088feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y26_N3 +dffeas \text_gen|char_ram~22984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y39_N7 +dffeas \text_gen|char_ram~21640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22536feeder ( +// Equation(s): +// \text_gen|char_ram~22536feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22536feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22536feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22536feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N31 +dffeas \text_gen|char_ram~22536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22536feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45785 ( +// Equation(s): +// \text_gen|char_ram~45785_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22536_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21640_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21640_q ), + .datad(\text_gen|char_ram~22536_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45785 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45786 ( +// Equation(s): +// \text_gen|char_ram~45786_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45785_combout & ((\text_gen|char_ram~22984_q ))) # (!\text_gen|char_ram~45785_combout & (\text_gen|char_ram~22088_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45785_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22088_q ), + .datac(\text_gen|char_ram~22984_q ), + .datad(\text_gen|char_ram~45785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45786 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45789 ( +// Equation(s): +// \text_gen|char_ram~45789_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~45786_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45788_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45788_combout ), + .datad(\text_gen|char_ram~45786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45789 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45792 ( +// Equation(s): +// \text_gen|char_ram~45792_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45789_combout & ((\text_gen|char_ram~45791_combout ))) # (!\text_gen|char_ram~45789_combout & (\text_gen|char_ram~45784_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45789_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45784_combout ), + .datac(\text_gen|char_ram~45791_combout ), + .datad(\text_gen|char_ram~45789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45792 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23880feeder ( +// Equation(s): +// \text_gen|char_ram~23880feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23880feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N9 +dffeas \text_gen|char_ram~23880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y24_N1 +dffeas \text_gen|char_ram~24776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y44_N5 +dffeas \text_gen|char_ram~23432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24328feeder ( +// Equation(s): +// \text_gen|char_ram~24328feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24328feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24328feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24328feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y44_N17 +dffeas \text_gen|char_ram~24328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24328feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45773 ( +// Equation(s): +// \text_gen|char_ram~45773_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~24328_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23432_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23432_q ), + .datad(\text_gen|char_ram~24328_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45773 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45774 ( +// Equation(s): +// \text_gen|char_ram~45774_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45773_combout & ((\text_gen|char_ram~24776_q ))) # (!\text_gen|char_ram~45773_combout & (\text_gen|char_ram~23880_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45773_combout )))) + + .dataa(\text_gen|char_ram~23880_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24776_q ), + .datad(\text_gen|char_ram~45773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45774 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24804feeder ( +// Equation(s): +// \text_gen|char_ram~24804feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24804feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24804feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24804feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y30_N23 +dffeas \text_gen|char_ram~24804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24804feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24356feeder ( +// Equation(s): +// \text_gen|char_ram~24356feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24356feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24356feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24356feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y46_N11 +dffeas \text_gen|char_ram~24356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24356feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y38_N13 +dffeas \text_gen|char_ram~23460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23908feeder ( +// Equation(s): +// \text_gen|char_ram~23908feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23908feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y23_N25 +dffeas \text_gen|char_ram~23908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45780 ( +// Equation(s): +// \text_gen|char_ram~45780_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~23908_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23460_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23460_q ), + .datad(\text_gen|char_ram~23908_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45780 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45781 ( +// Equation(s): +// \text_gen|char_ram~45781_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45780_combout & (\text_gen|char_ram~24804_q )) # (!\text_gen|char_ram~45780_combout & ((\text_gen|char_ram~24356_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45780_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24804_q ), + .datac(\text_gen|char_ram~24356_q ), + .datad(\text_gen|char_ram~45780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45781 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23873feeder ( +// Equation(s): +// \text_gen|char_ram~23873feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23873feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23873feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23873feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N13 +dffeas \text_gen|char_ram~23873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23873feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y26_N31 +dffeas \text_gen|char_ram~24769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y37_N17 +dffeas \text_gen|char_ram~24321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y37_N27 +dffeas \text_gen|char_ram~23425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45777 ( +// Equation(s): +// \text_gen|char_ram~45777_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24321_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23425_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24321_q ), + .datac(\text_gen|char_ram~23425_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45777 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45778 ( +// Equation(s): +// \text_gen|char_ram~45778_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45777_combout & ((\text_gen|char_ram~24769_q ))) # (!\text_gen|char_ram~45777_combout & (\text_gen|char_ram~23873_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45777_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23873_q ), + .datac(\text_gen|char_ram~24769_q ), + .datad(\text_gen|char_ram~45777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45778 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24349feeder ( +// Equation(s): +// \text_gen|char_ram~24349feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y52_N23 +dffeas \text_gen|char_ram~24349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y36_N21 +dffeas \text_gen|char_ram~24797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23901feeder ( +// Equation(s): +// \text_gen|char_ram~23901feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23901feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y21_N13 +dffeas \text_gen|char_ram~23901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y21_N15 +dffeas \text_gen|char_ram~23453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45775 ( +// Equation(s): +// \text_gen|char_ram~45775_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~23901_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~23453_q +// ))))) + + .dataa(\text_gen|char_ram~23901_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23453_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45775 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45776 ( +// Equation(s): +// \text_gen|char_ram~45776_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45775_combout & ((\text_gen|char_ram~24797_q ))) # (!\text_gen|char_ram~45775_combout & (\text_gen|char_ram~24349_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45775_combout )))) + + .dataa(\text_gen|char_ram~24349_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24797_q ), + .datad(\text_gen|char_ram~45775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45776 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45779 ( +// Equation(s): +// \text_gen|char_ram~45779_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~45776_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45778_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45778_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~45776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45779 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~45779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45782 ( +// Equation(s): +// \text_gen|char_ram~45782_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45779_combout & ((\text_gen|char_ram~45781_combout ))) # (!\text_gen|char_ram~45779_combout & (\text_gen|char_ram~45774_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45779_combout )))) + + .dataa(\text_gen|char_ram~45774_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45781_combout ), + .datad(\text_gen|char_ram~45779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45782 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45793 ( +// Equation(s): +// \text_gen|char_ram~45793_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~45782_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~45792_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~45792_combout ), + .datad(\text_gen|char_ram~45782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45793 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25252feeder ( +// Equation(s): +// \text_gen|char_ram~25252feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y27_N19 +dffeas \text_gen|char_ram~25252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y27_N17 +dffeas \text_gen|char_ram~25700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45770 ( +// Equation(s): +// \text_gen|char_ram~45770_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~25700_q ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25252_q & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25252_q ), + .datac(\text_gen|char_ram~25700_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45770 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~45770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N19 +dffeas \text_gen|char_ram~26596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26148feeder ( +// Equation(s): +// \text_gen|char_ram~26148feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26148feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26148feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26148feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y55_N25 +dffeas \text_gen|char_ram~26148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26148feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45771 ( +// Equation(s): +// \text_gen|char_ram~45771_combout = (\text_gen|char_ram~45770_combout & (((\text_gen|char_ram~26596_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~45770_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~26148_q )))) + + .dataa(\text_gen|char_ram~45770_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26596_q ), + .datad(\text_gen|char_ram~26148_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45771 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25693feeder ( +// Equation(s): +// \text_gen|char_ram~25693feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25693feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y18_N23 +dffeas \text_gen|char_ram~25693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y22_N23 +dffeas \text_gen|char_ram~25245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45763 ( +// Equation(s): +// \text_gen|char_ram~45763_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~25693_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~25245_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25693_q ), + .datac(\text_gen|char_ram~25245_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45763 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N9 +dffeas \text_gen|char_ram~26589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26141feeder ( +// Equation(s): +// \text_gen|char_ram~26141feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26141feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y46_N25 +dffeas \text_gen|char_ram~26141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45764 ( +// Equation(s): +// \text_gen|char_ram~45764_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45763_combout & (\text_gen|char_ram~26589_q )) # (!\text_gen|char_ram~45763_combout & ((\text_gen|char_ram~26141_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45763_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45763_combout ), + .datac(\text_gen|char_ram~26589_q ), + .datad(\text_gen|char_ram~26141_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45764 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25665feeder ( +// Equation(s): +// \text_gen|char_ram~25665feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25665feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25665feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25665feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N31 +dffeas \text_gen|char_ram~25665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25665feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y33_N29 +dffeas \text_gen|char_ram~26561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26113feeder ( +// Equation(s): +// \text_gen|char_ram~26113feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26113feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26113feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26113feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y50_N13 +dffeas \text_gen|char_ram~26113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26113feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y50_N31 +dffeas \text_gen|char_ram~25217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45767 ( +// Equation(s): +// \text_gen|char_ram~45767_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26113_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25217_q +// ))))) + + .dataa(\text_gen|char_ram~26113_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25217_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45767 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45768 ( +// Equation(s): +// \text_gen|char_ram~45768_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45767_combout & ((\text_gen|char_ram~26561_q ))) # (!\text_gen|char_ram~45767_combout & (\text_gen|char_ram~25665_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45767_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25665_q ), + .datac(\text_gen|char_ram~26561_q ), + .datad(\text_gen|char_ram~45767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45768 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25672feeder ( +// Equation(s): +// \text_gen|char_ram~25672feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25672feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25672feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25672feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y30_N7 +dffeas \text_gen|char_ram~25672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25672feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y30_N25 +dffeas \text_gen|char_ram~26568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26120feeder ( +// Equation(s): +// \text_gen|char_ram~26120feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y47_N21 +dffeas \text_gen|char_ram~26120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y46_N23 +dffeas \text_gen|char_ram~25224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45765 ( +// Equation(s): +// \text_gen|char_ram~45765_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~26120_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~25224_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~26120_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25224_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45765 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45766 ( +// Equation(s): +// \text_gen|char_ram~45766_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45765_combout & ((\text_gen|char_ram~26568_q ))) # (!\text_gen|char_ram~45765_combout & (\text_gen|char_ram~25672_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45765_combout )))) + + .dataa(\text_gen|char_ram~25672_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26568_q ), + .datad(\text_gen|char_ram~45765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45766 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45769 ( +// Equation(s): +// \text_gen|char_ram~45769_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~45766_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45768_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45768_combout ), + .datad(\text_gen|char_ram~45766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45769 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45772 ( +// Equation(s): +// \text_gen|char_ram~45772_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45769_combout & (\text_gen|char_ram~45771_combout )) # (!\text_gen|char_ram~45769_combout & ((\text_gen|char_ram~45764_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45769_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45771_combout ), + .datac(\text_gen|char_ram~45764_combout ), + .datad(\text_gen|char_ram~45769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45772 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45804 ( +// Equation(s): +// \text_gen|char_ram~45804_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45793_combout & (\text_gen|char_ram~45803_combout )) # (!\text_gen|char_ram~45793_combout & ((\text_gen|char_ram~45772_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45793_combout )))) + + .dataa(\text_gen|char_ram~45803_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~45793_combout ), + .datad(\text_gen|char_ram~45772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45804 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~45804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y26_N5 +dffeas \text_gen|char_ram~26904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27800feeder ( +// Equation(s): +// \text_gen|char_ram~27800feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27800feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27800feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27800feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y53_N15 +dffeas \text_gen|char_ram~27800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27800feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45836 ( +// Equation(s): +// \text_gen|char_ram~45836_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~27800_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26904_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26904_q ), + .datad(\text_gen|char_ram~27800_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45836 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27352feeder ( +// Equation(s): +// \text_gen|char_ram~27352feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27352feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y22_N5 +dffeas \text_gen|char_ram~27352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y25_N17 +dffeas \text_gen|char_ram~28248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45837 ( +// Equation(s): +// \text_gen|char_ram~45837_combout = (\text_gen|char_ram~45836_combout & (((\text_gen|char_ram~28248_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~45836_combout & (\text_gen|char_ram~27352_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~45836_combout ), + .datab(\text_gen|char_ram~27352_q ), + .datac(\text_gen|char_ram~28248_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45837 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~28276feeder ( +// Equation(s): +// \text_gen|char_ram~28276feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28276feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28276feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28276feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y32_N17 +dffeas \text_gen|char_ram~28276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28276feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27828feeder ( +// Equation(s): +// \text_gen|char_ram~27828feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27828feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27828feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27828feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y51_N5 +dffeas \text_gen|char_ram~27828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27828feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y39_N29 +dffeas \text_gen|char_ram~26932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27380feeder ( +// Equation(s): +// \text_gen|char_ram~27380feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27380feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y22_N15 +dffeas \text_gen|char_ram~27380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45843 ( +// Equation(s): +// \text_gen|char_ram~45843_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27380_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~26932_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26932_q ), + .datad(\text_gen|char_ram~27380_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45843 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45844 ( +// Equation(s): +// \text_gen|char_ram~45844_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45843_combout & (\text_gen|char_ram~28276_q )) # (!\text_gen|char_ram~45843_combout & ((\text_gen|char_ram~27828_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45843_combout )))) + + .dataa(\text_gen|char_ram~28276_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27828_q ), + .datad(\text_gen|char_ram~45843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45844 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27345feeder ( +// Equation(s): +// \text_gen|char_ram~27345feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27345feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27345feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27345feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y28_N17 +dffeas \text_gen|char_ram~27345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27345feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y29_N25 +dffeas \text_gen|char_ram~28241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26897feeder ( +// Equation(s): +// \text_gen|char_ram~26897feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26897feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y45_N17 +dffeas \text_gen|char_ram~26897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27793feeder ( +// Equation(s): +// \text_gen|char_ram~27793feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27793feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27793feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27793feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y53_N31 +dffeas \text_gen|char_ram~27793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27793feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45840 ( +// Equation(s): +// \text_gen|char_ram~45840_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~27793_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~26897_q +// )))) + + .dataa(\text_gen|char_ram~26897_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27793_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45840 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~45840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45841 ( +// Equation(s): +// \text_gen|char_ram~45841_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45840_combout & ((\text_gen|char_ram~28241_q ))) # (!\text_gen|char_ram~45840_combout & (\text_gen|char_ram~27345_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45840_combout )))) + + .dataa(\text_gen|char_ram~27345_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28241_q ), + .datad(\text_gen|char_ram~45840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45841 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27821feeder ( +// Equation(s): +// \text_gen|char_ram~27821feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27821feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27821feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27821feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y33_N31 +dffeas \text_gen|char_ram~27821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27821feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y33_N9 +dffeas \text_gen|char_ram~28269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y40_N27 +dffeas \text_gen|char_ram~26925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27373feeder ( +// Equation(s): +// \text_gen|char_ram~27373feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27373feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27373feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27373feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y17_N23 +dffeas \text_gen|char_ram~27373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27373feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45838 ( +// Equation(s): +// \text_gen|char_ram~45838_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27373_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26925_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26925_q ), + .datad(\text_gen|char_ram~27373_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45838 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45839 ( +// Equation(s): +// \text_gen|char_ram~45839_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45838_combout & ((\text_gen|char_ram~28269_q ))) # (!\text_gen|char_ram~45838_combout & (\text_gen|char_ram~27821_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45838_combout )))) + + .dataa(\text_gen|char_ram~27821_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28269_q ), + .datad(\text_gen|char_ram~45838_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45839 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45842 ( +// Equation(s): +// \text_gen|char_ram~45842_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45839_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45841_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45841_combout ), + .datad(\text_gen|char_ram~45839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45842 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45845 ( +// Equation(s): +// \text_gen|char_ram~45845_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45842_combout & ((\text_gen|char_ram~45844_combout ))) # (!\text_gen|char_ram~45842_combout & (\text_gen|char_ram~45837_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45842_combout )))) + + .dataa(\text_gen|char_ram~45837_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45844_combout ), + .datad(\text_gen|char_ram~45842_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45845 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24244feeder ( +// Equation(s): +// \text_gen|char_ram~24244feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24244feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y58_N29 +dffeas \text_gen|char_ram~24244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y22_N15 +dffeas \text_gen|char_ram~24692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y22_N29 +dffeas \text_gen|char_ram~23796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23348feeder ( +// Equation(s): +// \text_gen|char_ram~23348feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23348feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y40_N15 +dffeas \text_gen|char_ram~23348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45812 ( +// Equation(s): +// \text_gen|char_ram~45812_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23796_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23348_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23796_q ), + .datad(\text_gen|char_ram~23348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45812 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45813 ( +// Equation(s): +// \text_gen|char_ram~45813_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45812_combout & ((\text_gen|char_ram~24692_q ))) # (!\text_gen|char_ram~45812_combout & (\text_gen|char_ram~24244_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45812_combout )))) + + .dataa(\text_gen|char_ram~24244_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24692_q ), + .datad(\text_gen|char_ram~45812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45813 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23768feeder ( +// Equation(s): +// \text_gen|char_ram~23768feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23768feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23768feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23768feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N11 +dffeas \text_gen|char_ram~23768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23768feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y21_N3 +dffeas \text_gen|char_ram~24664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y44_N3 +dffeas \text_gen|char_ram~23320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24216feeder ( +// Equation(s): +// \text_gen|char_ram~24216feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24216feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N15 +dffeas \text_gen|char_ram~24216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45805 ( +// Equation(s): +// \text_gen|char_ram~45805_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~24216_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23320_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23320_q ), + .datad(\text_gen|char_ram~24216_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45805 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45806 ( +// Equation(s): +// \text_gen|char_ram~45806_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45805_combout & ((\text_gen|char_ram~24664_q ))) # (!\text_gen|char_ram~45805_combout & (\text_gen|char_ram~23768_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45805_combout )))) + + .dataa(\text_gen|char_ram~23768_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24664_q ), + .datad(\text_gen|char_ram~45805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45806 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23761feeder ( +// Equation(s): +// \text_gen|char_ram~23761feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23761feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23761feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23761feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N9 +dffeas \text_gen|char_ram~23761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23761feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y30_N17 +dffeas \text_gen|char_ram~24657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24209feeder ( +// Equation(s): +// \text_gen|char_ram~24209feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24209feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y53_N13 +dffeas \text_gen|char_ram~24209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y53_N15 +dffeas \text_gen|char_ram~23313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45809 ( +// Equation(s): +// \text_gen|char_ram~45809_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24209_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23313_q +// ))))) + + .dataa(\text_gen|char_ram~24209_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23313_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45809 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45810 ( +// Equation(s): +// \text_gen|char_ram~45810_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45809_combout & ((\text_gen|char_ram~24657_q ))) # (!\text_gen|char_ram~45809_combout & (\text_gen|char_ram~23761_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45809_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23761_q ), + .datac(\text_gen|char_ram~24657_q ), + .datad(\text_gen|char_ram~45809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45810 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24237feeder ( +// Equation(s): +// \text_gen|char_ram~24237feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24237feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y33_N9 +dffeas \text_gen|char_ram~24237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y33_N31 +dffeas \text_gen|char_ram~24685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y40_N29 +dffeas \text_gen|char_ram~23341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~23789feeder ( +// Equation(s): +// \text_gen|char_ram~23789feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N29 +dffeas \text_gen|char_ram~23789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45807 ( +// Equation(s): +// \text_gen|char_ram~45807_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23789_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23341_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23341_q ), + .datad(\text_gen|char_ram~23789_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45807 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45808 ( +// Equation(s): +// \text_gen|char_ram~45808_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45807_combout & ((\text_gen|char_ram~24685_q ))) # (!\text_gen|char_ram~45807_combout & (\text_gen|char_ram~24237_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45807_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24237_q ), + .datac(\text_gen|char_ram~24685_q ), + .datad(\text_gen|char_ram~45807_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45808 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45811 ( +// Equation(s): +// \text_gen|char_ram~45811_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~45808_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45810_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45810_combout ), + .datad(\text_gen|char_ram~45808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45811 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45814 ( +// Equation(s): +// \text_gen|char_ram~45814_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45811_combout & (\text_gen|char_ram~45813_combout )) # (!\text_gen|char_ram~45811_combout & ((\text_gen|char_ram~45806_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45811_combout )))) + + .dataa(\text_gen|char_ram~45813_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45806_combout ), + .datad(\text_gen|char_ram~45811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45814 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y33_N7 +dffeas \text_gen|char_ram~21556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22004feeder ( +// Equation(s): +// \text_gen|char_ram~22004feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22004feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y33_N17 +dffeas \text_gen|char_ram~22004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45832 ( +// Equation(s): +// \text_gen|char_ram~45832_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22004_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21556_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21556_q ), + .datad(\text_gen|char_ram~22004_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45832 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22452feeder ( +// Equation(s): +// \text_gen|char_ram~22452feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22452feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22452feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22452feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y29_N27 +dffeas \text_gen|char_ram~22452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22452feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y29_N13 +dffeas \text_gen|char_ram~22900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45833 ( +// Equation(s): +// \text_gen|char_ram~45833_combout = (\text_gen|char_ram~45832_combout & (((\text_gen|char_ram~22900_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~45832_combout & (\text_gen|char_ram~22452_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~45832_combout ), + .datab(\text_gen|char_ram~22452_q ), + .datac(\text_gen|char_ram~22900_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45833 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21976feeder ( +// Equation(s): +// \text_gen|char_ram~21976feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21976feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y19_N3 +dffeas \text_gen|char_ram~21976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y25_N15 +dffeas \text_gen|char_ram~22872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y43_N31 +dffeas \text_gen|char_ram~21528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22424feeder ( +// Equation(s): +// \text_gen|char_ram~22424feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22424feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22424feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22424feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y52_N5 +dffeas \text_gen|char_ram~22424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22424feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45825 ( +// Equation(s): +// \text_gen|char_ram~45825_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22424_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21528_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21528_q ), + .datad(\text_gen|char_ram~22424_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45825 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45826 ( +// Equation(s): +// \text_gen|char_ram~45826_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45825_combout & ((\text_gen|char_ram~22872_q ))) # (!\text_gen|char_ram~45825_combout & (\text_gen|char_ram~21976_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45825_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~21976_q ), + .datac(\text_gen|char_ram~22872_q ), + .datad(\text_gen|char_ram~45825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45826 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y47_N5 +dffeas \text_gen|char_ram~22445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y29_N13 +dffeas \text_gen|char_ram~22893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y26_N21 +dffeas \text_gen|char_ram~21549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~21997feeder ( +// Equation(s): +// \text_gen|char_ram~21997feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21997feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21997feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21997feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y19_N7 +dffeas \text_gen|char_ram~21997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21997feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45827 ( +// Equation(s): +// \text_gen|char_ram~45827_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~21997_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21549_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21549_q ), + .datad(\text_gen|char_ram~21997_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45827 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45828 ( +// Equation(s): +// \text_gen|char_ram~45828_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45827_combout & ((\text_gen|char_ram~22893_q ))) # (!\text_gen|char_ram~45827_combout & (\text_gen|char_ram~22445_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45827_combout )))) + + .dataa(\text_gen|char_ram~22445_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22893_q ), + .datad(\text_gen|char_ram~45827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45828 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y18_N25 +dffeas \text_gen|char_ram~21969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y44_N29 +dffeas \text_gen|char_ram~21521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y53_N21 +dffeas \text_gen|char_ram~22417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45829 ( +// Equation(s): +// \text_gen|char_ram~45829_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22417_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21521_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21521_q ), + .datad(\text_gen|char_ram~22417_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45829 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y29_N29 +dffeas \text_gen|char_ram~22865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45830 ( +// Equation(s): +// \text_gen|char_ram~45830_combout = (\text_gen|char_ram~45829_combout & (((\text_gen|char_ram~22865_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~45829_combout & (\text_gen|char_ram~21969_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~21969_q ), + .datab(\text_gen|char_ram~45829_combout ), + .datac(\text_gen|char_ram~22865_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45830 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45831 ( +// Equation(s): +// \text_gen|char_ram~45831_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45828_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45830_combout ))))) + + .dataa(\text_gen|char_ram~45828_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45830_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45831 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45834 ( +// Equation(s): +// \text_gen|char_ram~45834_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45831_combout & (\text_gen|char_ram~45833_combout )) # (!\text_gen|char_ram~45831_combout & ((\text_gen|char_ram~45826_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45831_combout )))) + + .dataa(\text_gen|char_ram~45833_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45826_combout ), + .datad(\text_gen|char_ram~45831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45834 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26484feeder ( +// Equation(s): +// \text_gen|char_ram~26484feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26484feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y32_N29 +dffeas \text_gen|char_ram~26484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25588feeder ( +// Equation(s): +// \text_gen|char_ram~25588feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25588feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25588feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25588feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y51_N17 +dffeas \text_gen|char_ram~25588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25588feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y51_N11 +dffeas \text_gen|char_ram~25140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45822 ( +// Equation(s): +// \text_gen|char_ram~45822_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25588_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25140_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25588_q ), + .datac(\text_gen|char_ram~25140_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45822 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26036feeder ( +// Equation(s): +// \text_gen|char_ram~26036feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26036feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26036feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26036feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y58_N19 +dffeas \text_gen|char_ram~26036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26036feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45823 ( +// Equation(s): +// \text_gen|char_ram~45823_combout = (\text_gen|char_ram~45822_combout & ((\text_gen|char_ram~26484_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~45822_combout & (((\text_gen|char_ram~26036_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~26484_q ), + .datab(\text_gen|char_ram~45822_combout ), + .datac(\text_gen|char_ram~26036_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45823 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~45823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y43_N23 +dffeas \text_gen|char_ram~25133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25581feeder ( +// Equation(s): +// \text_gen|char_ram~25581feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25581feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N15 +dffeas \text_gen|char_ram~25581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45815 ( +// Equation(s): +// \text_gen|char_ram~45815_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25581_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25133_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25133_q ), + .datad(\text_gen|char_ram~25581_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45815 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N9 +dffeas \text_gen|char_ram~26477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26029feeder ( +// Equation(s): +// \text_gen|char_ram~26029feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26029feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y58_N27 +dffeas \text_gen|char_ram~26029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45816 ( +// Equation(s): +// \text_gen|char_ram~45816_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45815_combout & (\text_gen|char_ram~26477_q )) # (!\text_gen|char_ram~45815_combout & ((\text_gen|char_ram~26029_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45815_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45815_combout ), + .datac(\text_gen|char_ram~26477_q ), + .datad(\text_gen|char_ram~26029_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45816 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25553feeder ( +// Equation(s): +// \text_gen|char_ram~25553feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25553feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25553feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25553feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N7 +dffeas \text_gen|char_ram~25553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25553feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y29_N27 +dffeas \text_gen|char_ram~26449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y49_N11 +dffeas \text_gen|char_ram~25105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26001feeder ( +// Equation(s): +// \text_gen|char_ram~26001feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y56_N13 +dffeas \text_gen|char_ram~26001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45819 ( +// Equation(s): +// \text_gen|char_ram~45819_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26001_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25105_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25105_q ), + .datad(\text_gen|char_ram~26001_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45819 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45820 ( +// Equation(s): +// \text_gen|char_ram~45820_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45819_combout & ((\text_gen|char_ram~26449_q ))) # (!\text_gen|char_ram~45819_combout & (\text_gen|char_ram~25553_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45819_combout )))) + + .dataa(\text_gen|char_ram~25553_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26449_q ), + .datad(\text_gen|char_ram~45819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45820 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25560feeder ( +// Equation(s): +// \text_gen|char_ram~25560feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25560feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25560feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25560feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y21_N25 +dffeas \text_gen|char_ram~25560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25560feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y29_N9 +dffeas \text_gen|char_ram~26456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26008feeder ( +// Equation(s): +// \text_gen|char_ram~26008feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26008feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26008feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26008feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y52_N13 +dffeas \text_gen|char_ram~26008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26008feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y51_N5 +dffeas \text_gen|char_ram~25112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45817 ( +// Equation(s): +// \text_gen|char_ram~45817_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26008_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25112_q +// ))))) + + .dataa(\text_gen|char_ram~26008_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25112_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45817 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45818 ( +// Equation(s): +// \text_gen|char_ram~45818_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45817_combout & ((\text_gen|char_ram~26456_q ))) # (!\text_gen|char_ram~45817_combout & (\text_gen|char_ram~25560_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45817_combout )))) + + .dataa(\text_gen|char_ram~25560_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26456_q ), + .datad(\text_gen|char_ram~45817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45818 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45821 ( +// Equation(s): +// \text_gen|char_ram~45821_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~45818_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45820_combout )))) + + .dataa(\text_gen|char_ram~45820_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45818_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45821 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~45821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45824 ( +// Equation(s): +// \text_gen|char_ram~45824_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45821_combout & (\text_gen|char_ram~45823_combout )) # (!\text_gen|char_ram~45821_combout & ((\text_gen|char_ram~45816_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45821_combout )))) + + .dataa(\text_gen|char_ram~45823_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45816_combout ), + .datad(\text_gen|char_ram~45821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45824 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45835 ( +// Equation(s): +// \text_gen|char_ram~45835_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~45824_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~45834_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~45834_combout ), + .datad(\text_gen|char_ram~45824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45835 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45846 ( +// Equation(s): +// \text_gen|char_ram~45846_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45835_combout & (\text_gen|char_ram~45845_combout )) # (!\text_gen|char_ram~45835_combout & ((\text_gen|char_ram~45814_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45835_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45845_combout ), + .datac(\text_gen|char_ram~45814_combout ), + .datad(\text_gen|char_ram~45835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45846 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45847 ( +// Equation(s): +// \text_gen|char_ram~45847_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45804_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~45846_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~45804_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~45846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45847 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~45847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y29_N11 +dffeas \text_gen|char_ram~26365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y29_N5 +dffeas \text_gen|char_ram~28157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24573feeder ( +// Equation(s): +// \text_gen|char_ram~24573feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24573feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24573feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24573feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N15 +dffeas \text_gen|char_ram~24573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24573feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y56_N13 +dffeas \text_gen|char_ram~22781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45848 ( +// Equation(s): +// \text_gen|char_ram~45848_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24573_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22781_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24573_q ), + .datac(\text_gen|char_ram~22781_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45848 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45849 ( +// Equation(s): +// \text_gen|char_ram~45849_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45848_combout & ((\text_gen|char_ram~28157_q ))) # (!\text_gen|char_ram~45848_combout & (\text_gen|char_ram~26365_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45848_combout )))) + + .dataa(\text_gen|char_ram~26365_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28157_q ), + .datad(\text_gen|char_ram~45848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45849 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24545feeder ( +// Equation(s): +// \text_gen|char_ram~24545feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24545feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N21 +dffeas \text_gen|char_ram~24545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N23 +dffeas \text_gen|char_ram~28129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26337feeder ( +// Equation(s): +// \text_gen|char_ram~26337feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26337feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y59_N11 +dffeas \text_gen|char_ram~26337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y55_N27 +dffeas \text_gen|char_ram~22753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45852 ( +// Equation(s): +// \text_gen|char_ram~45852_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26337_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22753_q +// ))))) + + .dataa(\text_gen|char_ram~26337_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22753_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45852 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45853 ( +// Equation(s): +// \text_gen|char_ram~45853_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45852_combout & ((\text_gen|char_ram~28129_q ))) # (!\text_gen|char_ram~45852_combout & (\text_gen|char_ram~24545_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45852_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24545_q ), + .datac(\text_gen|char_ram~28129_q ), + .datad(\text_gen|char_ram~45852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45853 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28136feeder ( +// Equation(s): +// \text_gen|char_ram~28136feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28136feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28136feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28136feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y52_N9 +dffeas \text_gen|char_ram~28136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28136feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26344feeder ( +// Equation(s): +// \text_gen|char_ram~26344feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26344feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26344feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26344feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y55_N27 +dffeas \text_gen|char_ram~26344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26344feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y55_N21 +dffeas \text_gen|char_ram~22760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45850 ( +// Equation(s): +// \text_gen|char_ram~45850_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26344_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22760_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26344_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22760_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45850 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24552feeder ( +// Equation(s): +// \text_gen|char_ram~24552feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24552feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24552feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24552feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N19 +dffeas \text_gen|char_ram~24552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24552feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45851 ( +// Equation(s): +// \text_gen|char_ram~45851_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45850_combout & (\text_gen|char_ram~28136_q )) # (!\text_gen|char_ram~45850_combout & ((\text_gen|char_ram~24552_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45850_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28136_q ), + .datac(\text_gen|char_ram~45850_combout ), + .datad(\text_gen|char_ram~24552_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45851 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45854 ( +// Equation(s): +// \text_gen|char_ram~45854_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~45851_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45853_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45853_combout ), + .datad(\text_gen|char_ram~45851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45854 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~28164feeder ( +// Equation(s): +// \text_gen|char_ram~28164feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28164feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y52_N17 +dffeas \text_gen|char_ram~28164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26372feeder ( +// Equation(s): +// \text_gen|char_ram~26372feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26372feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y55_N29 +dffeas \text_gen|char_ram~26372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24580feeder ( +// Equation(s): +// \text_gen|char_ram~24580feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24580feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24580feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24580feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y54_N9 +dffeas \text_gen|char_ram~24580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24580feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y55_N17 +dffeas \text_gen|char_ram~22788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45855 ( +// Equation(s): +// \text_gen|char_ram~45855_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24580_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22788_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24580_q ), + .datac(\text_gen|char_ram~22788_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45855 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45856 ( +// Equation(s): +// \text_gen|char_ram~45856_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45855_combout & (\text_gen|char_ram~28164_q )) # (!\text_gen|char_ram~45855_combout & ((\text_gen|char_ram~26372_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45855_combout )))) + + .dataa(\text_gen|char_ram~28164_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26372_q ), + .datad(\text_gen|char_ram~45855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45856 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45857 ( +// Equation(s): +// \text_gen|char_ram~45857_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45854_combout & ((\text_gen|char_ram~45856_combout ))) # (!\text_gen|char_ram~45854_combout & (\text_gen|char_ram~45849_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45854_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45849_combout ), + .datac(\text_gen|char_ram~45854_combout ), + .datad(\text_gen|char_ram~45856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45857 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25028feeder ( +// Equation(s): +// \text_gen|char_ram~25028feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25028feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25028feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25028feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y26_N11 +dffeas \text_gen|char_ram~25028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25028feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N15 +dffeas \text_gen|char_ram~23236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45886 ( +// Equation(s): +// \text_gen|char_ram~45886_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~25028_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23236_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25028_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~23236_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45886 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y29_N3 +dffeas \text_gen|char_ram~28612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y30_N27 +dffeas \text_gen|char_ram~26820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45887 ( +// Equation(s): +// \text_gen|char_ram~45887_combout = (\text_gen|char_ram~45886_combout & (((\text_gen|char_ram~28612_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~45886_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26820_q )))) + + .dataa(\text_gen|char_ram~45886_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28612_q ), + .datad(\text_gen|char_ram~26820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45887 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y26_N23 +dffeas \text_gen|char_ram~25000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y26_N1 +dffeas \text_gen|char_ram~28584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y30_N13 +dffeas \text_gen|char_ram~26792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N13 +dffeas \text_gen|char_ram~23208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45879 ( +// Equation(s): +// \text_gen|char_ram~45879_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26792_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23208_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26792_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23208_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45879 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45880 ( +// Equation(s): +// \text_gen|char_ram~45880_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45879_combout & ((\text_gen|char_ram~28584_q ))) # (!\text_gen|char_ram~45879_combout & (\text_gen|char_ram~25000_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45879_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25000_q ), + .datac(\text_gen|char_ram~28584_q ), + .datad(\text_gen|char_ram~45879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45880 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26813feeder ( +// Equation(s): +// \text_gen|char_ram~26813feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N17 +dffeas \text_gen|char_ram~26813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y29_N25 +dffeas \text_gen|char_ram~28605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25021feeder ( +// Equation(s): +// \text_gen|char_ram~25021feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25021feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y29_N13 +dffeas \text_gen|char_ram~25021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y29_N7 +dffeas \text_gen|char_ram~23229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45881 ( +// Equation(s): +// \text_gen|char_ram~45881_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~25021_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23229_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25021_q ), + .datac(\text_gen|char_ram~23229_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45881 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45882 ( +// Equation(s): +// \text_gen|char_ram~45882_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45881_combout & ((\text_gen|char_ram~28605_q ))) # (!\text_gen|char_ram~45881_combout & (\text_gen|char_ram~26813_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45881_combout )))) + + .dataa(\text_gen|char_ram~26813_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28605_q ), + .datad(\text_gen|char_ram~45881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45882 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26785feeder ( +// Equation(s): +// \text_gen|char_ram~26785feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26785feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26785feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26785feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y29_N1 +dffeas \text_gen|char_ram~26785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26785feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y29_N27 +dffeas \text_gen|char_ram~23201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45883 ( +// Equation(s): +// \text_gen|char_ram~45883_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26785_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23201_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26785_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23201_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45883 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y29_N29 +dffeas \text_gen|char_ram~24993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y29_N19 +dffeas \text_gen|char_ram~28577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45884 ( +// Equation(s): +// \text_gen|char_ram~45884_combout = (\text_gen|char_ram~45883_combout & (((\text_gen|char_ram~28577_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45883_combout & (\text_gen|char_ram~24993_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~45883_combout ), + .datab(\text_gen|char_ram~24993_q ), + .datac(\text_gen|char_ram~28577_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45884 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45885 ( +// Equation(s): +// \text_gen|char_ram~45885_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45882_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45884_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45882_combout ), + .datad(\text_gen|char_ram~45884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45885 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45888 ( +// Equation(s): +// \text_gen|char_ram~45888_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45885_combout & (\text_gen|char_ram~45887_combout )) # (!\text_gen|char_ram~45885_combout & ((\text_gen|char_ram~45880_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45885_combout )))) + + .dataa(\text_gen|char_ram~45887_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45880_combout ), + .datad(\text_gen|char_ram~45885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45888 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25917feeder ( +// Equation(s): +// \text_gen|char_ram~25917feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25917feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25917feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25917feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y18_N31 +dffeas \text_gen|char_ram~25917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25917feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y18_N1 +dffeas \text_gen|char_ram~27709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24125feeder ( +// Equation(s): +// \text_gen|char_ram~24125feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24125feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y17_N5 +dffeas \text_gen|char_ram~24125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y19_N13 +dffeas \text_gen|char_ram~22333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45860 ( +// Equation(s): +// \text_gen|char_ram~45860_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24125_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22333_q +// ))))) + + .dataa(\text_gen|char_ram~24125_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22333_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45860 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45861 ( +// Equation(s): +// \text_gen|char_ram~45861_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45860_combout & ((\text_gen|char_ram~27709_q ))) # (!\text_gen|char_ram~45860_combout & (\text_gen|char_ram~25917_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45860_combout )))) + + .dataa(\text_gen|char_ram~25917_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27709_q ), + .datad(\text_gen|char_ram~45860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45861 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24097feeder ( +// Equation(s): +// \text_gen|char_ram~24097feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24097feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N11 +dffeas \text_gen|char_ram~24097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y22_N1 +dffeas \text_gen|char_ram~27681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y15_N31 +dffeas \text_gen|char_ram~22305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25889feeder ( +// Equation(s): +// \text_gen|char_ram~25889feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25889feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y18_N5 +dffeas \text_gen|char_ram~25889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45862 ( +// Equation(s): +// \text_gen|char_ram~45862_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~25889_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22305_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22305_q ), + .datad(\text_gen|char_ram~25889_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45862 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45863 ( +// Equation(s): +// \text_gen|char_ram~45863_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45862_combout & ((\text_gen|char_ram~27681_q ))) # (!\text_gen|char_ram~45862_combout & (\text_gen|char_ram~24097_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45862_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24097_q ), + .datac(\text_gen|char_ram~27681_q ), + .datad(\text_gen|char_ram~45862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45863 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45864 ( +// Equation(s): +// \text_gen|char_ram~45864_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45861_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45863_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45861_combout ), + .datad(\text_gen|char_ram~45863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45864 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25924feeder ( +// Equation(s): +// \text_gen|char_ram~25924feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25924feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25924feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25924feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y19_N7 +dffeas \text_gen|char_ram~25924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25924feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25924 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y22_N21 +dffeas \text_gen|char_ram~27716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y19_N29 +dffeas \text_gen|char_ram~22340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24132feeder ( +// Equation(s): +// \text_gen|char_ram~24132feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24132feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N27 +dffeas \text_gen|char_ram~24132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45865 ( +// Equation(s): +// \text_gen|char_ram~45865_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24132_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22340_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22340_q ), + .datad(\text_gen|char_ram~24132_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45865 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45866 ( +// Equation(s): +// \text_gen|char_ram~45866_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45865_combout & ((\text_gen|char_ram~27716_q ))) # (!\text_gen|char_ram~45865_combout & (\text_gen|char_ram~25924_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45865_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25924_q ), + .datac(\text_gen|char_ram~27716_q ), + .datad(\text_gen|char_ram~45865_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45866 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24104feeder ( +// Equation(s): +// \text_gen|char_ram~24104feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24104feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24104feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24104feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y20_N23 +dffeas \text_gen|char_ram~24104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24104feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y22_N29 +dffeas \text_gen|char_ram~27688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25896feeder ( +// Equation(s): +// \text_gen|char_ram~25896feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25896feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y9_N23 +dffeas \text_gen|char_ram~25896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N3 +dffeas \text_gen|char_ram~22312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45858 ( +// Equation(s): +// \text_gen|char_ram~45858_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25896_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22312_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25896_q ), + .datac(\text_gen|char_ram~22312_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45858 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45859 ( +// Equation(s): +// \text_gen|char_ram~45859_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45858_combout & ((\text_gen|char_ram~27688_q ))) # (!\text_gen|char_ram~45858_combout & (\text_gen|char_ram~24104_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45858_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24104_q ), + .datac(\text_gen|char_ram~27688_q ), + .datad(\text_gen|char_ram~45858_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45859 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45867 ( +// Equation(s): +// \text_gen|char_ram~45867_combout = (\text_gen|char_ram~45864_combout & (((\text_gen|char_ram~45866_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~45864_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45859_combout )))) + + .dataa(\text_gen|char_ram~45864_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45866_combout ), + .datad(\text_gen|char_ram~45859_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45867 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23684feeder ( +// Equation(s): +// \text_gen|char_ram~23684feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23684feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y38_N21 +dffeas \text_gen|char_ram~23684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y44_N29 +dffeas \text_gen|char_ram~27268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y47_N27 +dffeas \text_gen|char_ram~25476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y43_N7 +dffeas \text_gen|char_ram~21892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45875 ( +// Equation(s): +// \text_gen|char_ram~45875_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25476_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21892_q +// ))))) + + .dataa(\text_gen|char_ram~25476_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21892_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45875 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45876 ( +// Equation(s): +// \text_gen|char_ram~45876_combout = (\text_gen|char_ram~45875_combout & (((\text_gen|char_ram~27268_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45875_combout & (\text_gen|char_ram~23684_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~23684_q ), + .datab(\text_gen|char_ram~27268_q ), + .datac(\text_gen|char_ram~45875_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45876 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~45876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23677feeder ( +// Equation(s): +// \text_gen|char_ram~23677feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23677feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y40_N11 +dffeas \text_gen|char_ram~23677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y48_N23 +dffeas \text_gen|char_ram~27261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25469feeder ( +// Equation(s): +// \text_gen|char_ram~25469feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25469feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y50_N1 +dffeas \text_gen|char_ram~25469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y48_N17 +dffeas \text_gen|char_ram~21885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45868 ( +// Equation(s): +// \text_gen|char_ram~45868_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25469_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21885_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25469_q ), + .datac(\text_gen|char_ram~21885_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45868 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45869 ( +// Equation(s): +// \text_gen|char_ram~45869_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45868_combout & ((\text_gen|char_ram~27261_q ))) # (!\text_gen|char_ram~45868_combout & (\text_gen|char_ram~23677_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45868_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23677_q ), + .datac(\text_gen|char_ram~27261_q ), + .datad(\text_gen|char_ram~45868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45869 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23649feeder ( +// Equation(s): +// \text_gen|char_ram~23649feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23649feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23649feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23649feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y39_N7 +dffeas \text_gen|char_ram~23649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23649feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N19 +dffeas \text_gen|char_ram~27233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25441feeder ( +// Equation(s): +// \text_gen|char_ram~25441feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25441feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y46_N25 +dffeas \text_gen|char_ram~25441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y46_N3 +dffeas \text_gen|char_ram~21857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45872 ( +// Equation(s): +// \text_gen|char_ram~45872_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25441_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21857_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25441_q ), + .datac(\text_gen|char_ram~21857_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45872 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45873 ( +// Equation(s): +// \text_gen|char_ram~45873_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45872_combout & ((\text_gen|char_ram~27233_q ))) # (!\text_gen|char_ram~45872_combout & (\text_gen|char_ram~23649_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45872_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23649_q ), + .datac(\text_gen|char_ram~27233_q ), + .datad(\text_gen|char_ram~45872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45873 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y44_N9 +dffeas \text_gen|char_ram~21864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25448feeder ( +// Equation(s): +// \text_gen|char_ram~25448feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25448feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25448feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25448feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y44_N21 +dffeas \text_gen|char_ram~25448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25448feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45870 ( +// Equation(s): +// \text_gen|char_ram~45870_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~25448_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~21864_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21864_q ), + .datad(\text_gen|char_ram~25448_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45870 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y44_N17 +dffeas \text_gen|char_ram~27240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23656feeder ( +// Equation(s): +// \text_gen|char_ram~23656feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23656feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23656feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23656feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N1 +dffeas \text_gen|char_ram~23656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23656feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45871 ( +// Equation(s): +// \text_gen|char_ram~45871_combout = (\text_gen|char_ram~45870_combout & (((\text_gen|char_ram~27240_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~45870_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23656_q )))) + + .dataa(\text_gen|char_ram~45870_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27240_q ), + .datad(\text_gen|char_ram~23656_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45871 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45874 ( +// Equation(s): +// \text_gen|char_ram~45874_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~45871_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45873_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45873_combout ), + .datad(\text_gen|char_ram~45871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45874 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45877 ( +// Equation(s): +// \text_gen|char_ram~45877_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45874_combout & (\text_gen|char_ram~45876_combout )) # (!\text_gen|char_ram~45874_combout & ((\text_gen|char_ram~45869_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45874_combout )))) + + .dataa(\text_gen|char_ram~45876_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45869_combout ), + .datad(\text_gen|char_ram~45874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45877 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45878 ( +// Equation(s): +// \text_gen|char_ram~45878_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~45867_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~45877_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~45867_combout ), + .datad(\text_gen|char_ram~45877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45878 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45889 ( +// Equation(s): +// \text_gen|char_ram~45889_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45878_combout & ((\text_gen|char_ram~45888_combout ))) # (!\text_gen|char_ram~45878_combout & (\text_gen|char_ram~45857_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45878_combout )))) + + .dataa(\text_gen|char_ram~45857_combout ), + .datab(\text_gen|char_ram~45888_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~45878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45889 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~45889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45890 ( +// Equation(s): +// \text_gen|char_ram~45890_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45847_combout & ((\text_gen|char_ram~45889_combout ))) # (!\text_gen|char_ram~45847_combout & (\text_gen|char_ram~45762_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45847_combout )))) + + .dataa(\text_gen|char_ram~45762_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~45847_combout ), + .datad(\text_gen|char_ram~45889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45890 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~45890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9117feeder ( +// Equation(s): +// \text_gen|char_ram~9117feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9117feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9117feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9117feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N29 +dffeas \text_gen|char_ram~9117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9117feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y37_N13 +dffeas \text_gen|char_ram~7325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45402 ( +// Equation(s): +// \text_gen|char_ram~45402_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9117_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7325_q +// ))))) + + .dataa(\text_gen|char_ram~9117_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7325_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45402 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10909feeder ( +// Equation(s): +// \text_gen|char_ram~10909feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10909feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10909feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10909feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y57_N31 +dffeas \text_gen|char_ram~10909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10909feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y37_N3 +dffeas \text_gen|char_ram~12701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45403 ( +// Equation(s): +// \text_gen|char_ram~45403_combout = (\text_gen|char_ram~45402_combout & (((\text_gen|char_ram~12701_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~45402_combout & (\text_gen|char_ram~10909_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~45402_combout ), + .datab(\text_gen|char_ram~10909_q ), + .datac(\text_gen|char_ram~12701_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45403 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12673feeder ( +// Equation(s): +// \text_gen|char_ram~12673feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12673feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N13 +dffeas \text_gen|char_ram~12673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10881feeder ( +// Equation(s): +// \text_gen|char_ram~10881feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10881feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10881feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10881feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N27 +dffeas \text_gen|char_ram~10881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10881feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y43_N19 +dffeas \text_gen|char_ram~7297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9089feeder ( +// Equation(s): +// \text_gen|char_ram~9089feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9089feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N17 +dffeas \text_gen|char_ram~9089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45404 ( +// Equation(s): +// \text_gen|char_ram~45404_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~9089_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7297_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7297_q ), + .datad(\text_gen|char_ram~9089_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45404 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45405 ( +// Equation(s): +// \text_gen|char_ram~45405_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45404_combout & (\text_gen|char_ram~12673_q )) # (!\text_gen|char_ram~45404_combout & ((\text_gen|char_ram~10881_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45404_combout )))) + + .dataa(\text_gen|char_ram~12673_q ), + .datab(\text_gen|char_ram~10881_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~45404_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45405 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~45405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45406 ( +// Equation(s): +// \text_gen|char_ram~45406_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45403_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45405_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45403_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~45405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45406 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12708feeder ( +// Equation(s): +// \text_gen|char_ram~12708feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12708feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12708feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12708feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N23 +dffeas \text_gen|char_ram~12708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12708feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10916feeder ( +// Equation(s): +// \text_gen|char_ram~10916feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10916feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10916feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10916feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N9 +dffeas \text_gen|char_ram~10916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10916feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9124feeder ( +// Equation(s): +// \text_gen|char_ram~9124feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9124feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9124feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9124feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N23 +dffeas \text_gen|char_ram~9124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9124feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y43_N11 +dffeas \text_gen|char_ram~7332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45407 ( +// Equation(s): +// \text_gen|char_ram~45407_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9124_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7332_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9124_q ), + .datac(\text_gen|char_ram~7332_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45407 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45408 ( +// Equation(s): +// \text_gen|char_ram~45408_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45407_combout & (\text_gen|char_ram~12708_q )) # (!\text_gen|char_ram~45407_combout & ((\text_gen|char_ram~10916_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45407_combout )))) + + .dataa(\text_gen|char_ram~12708_q ), + .datab(\text_gen|char_ram~10916_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~45407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45408 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~45408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10888feeder ( +// Equation(s): +// \text_gen|char_ram~10888feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10888feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10888feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10888feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y46_N29 +dffeas \text_gen|char_ram~10888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10888feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y44_N17 +dffeas \text_gen|char_ram~12680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y44_N17 +dffeas \text_gen|char_ram~7304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9096feeder ( +// Equation(s): +// \text_gen|char_ram~9096feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9096feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9096feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9096feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y44_N19 +dffeas \text_gen|char_ram~9096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9096feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45400 ( +// Equation(s): +// \text_gen|char_ram~45400_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9096_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7304_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7304_q ), + .datad(\text_gen|char_ram~9096_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45400 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45401 ( +// Equation(s): +// \text_gen|char_ram~45401_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45400_combout & ((\text_gen|char_ram~12680_q ))) # (!\text_gen|char_ram~45400_combout & (\text_gen|char_ram~10888_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45400_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10888_q ), + .datac(\text_gen|char_ram~12680_q ), + .datad(\text_gen|char_ram~45400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45401 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45409 ( +// Equation(s): +// \text_gen|char_ram~45409_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45406_combout & (\text_gen|char_ram~45408_combout )) # (!\text_gen|char_ram~45406_combout & ((\text_gen|char_ram~45401_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~45406_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45406_combout ), + .datac(\text_gen|char_ram~45408_combout ), + .datad(\text_gen|char_ram~45401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45409 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9572feeder ( +// Equation(s): +// \text_gen|char_ram~9572feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9572feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9572feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9572feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y20_N19 +dffeas \text_gen|char_ram~9572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9572feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11364feeder ( +// Equation(s): +// \text_gen|char_ram~11364feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11364feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11364feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11364feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y22_N17 +dffeas \text_gen|char_ram~11364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11364feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y19_N19 +dffeas \text_gen|char_ram~7780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45397 ( +// Equation(s): +// \text_gen|char_ram~45397_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11364_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7780_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11364_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7780_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45397 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N1 +dffeas \text_gen|char_ram~13156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45398 ( +// Equation(s): +// \text_gen|char_ram~45398_combout = (\text_gen|char_ram~45397_combout & (((\text_gen|char_ram~13156_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45397_combout & (\text_gen|char_ram~9572_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~9572_q ), + .datab(\text_gen|char_ram~45397_combout ), + .datac(\text_gen|char_ram~13156_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45398 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11357feeder ( +// Equation(s): +// \text_gen|char_ram~11357feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11357feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11357feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11357feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y18_N9 +dffeas \text_gen|char_ram~11357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11357feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y18_N13 +dffeas \text_gen|char_ram~13149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9565feeder ( +// Equation(s): +// \text_gen|char_ram~9565feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9565feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9565feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9565feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y19_N19 +dffeas \text_gen|char_ram~9565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9565feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7773feeder ( +// Equation(s): +// \text_gen|char_ram~7773feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7773feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7773feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7773feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y18_N13 +dffeas \text_gen|char_ram~7773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7773feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45390 ( +// Equation(s): +// \text_gen|char_ram~45390_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9565_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7773_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9565_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7773_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45390 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45391 ( +// Equation(s): +// \text_gen|char_ram~45391_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45390_combout & ((\text_gen|char_ram~13149_q ))) # (!\text_gen|char_ram~45390_combout & (\text_gen|char_ram~11357_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45390_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11357_q ), + .datac(\text_gen|char_ram~13149_q ), + .datad(\text_gen|char_ram~45390_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45391 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11329feeder ( +// Equation(s): +// \text_gen|char_ram~11329feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11329feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11329feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11329feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y22_N15 +dffeas \text_gen|char_ram~11329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11329feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y22_N17 +dffeas \text_gen|char_ram~13121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9537feeder ( +// Equation(s): +// \text_gen|char_ram~9537feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9537feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9537feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9537feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y26_N1 +dffeas \text_gen|char_ram~9537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9537feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9537 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y22_N11 +dffeas \text_gen|char_ram~7745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45394 ( +// Equation(s): +// \text_gen|char_ram~45394_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9537_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7745_q +// ))))) + + .dataa(\text_gen|char_ram~9537_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7745_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45394 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45395 ( +// Equation(s): +// \text_gen|char_ram~45395_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45394_combout & ((\text_gen|char_ram~13121_q ))) # (!\text_gen|char_ram~45394_combout & (\text_gen|char_ram~11329_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45394_combout )))) + + .dataa(\text_gen|char_ram~11329_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13121_q ), + .datad(\text_gen|char_ram~45394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45395 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11336feeder ( +// Equation(s): +// \text_gen|char_ram~11336feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11336feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11336feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11336feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N13 +dffeas \text_gen|char_ram~11336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11336feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~9544feeder ( +// Equation(s): +// \text_gen|char_ram~9544feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9544feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9544feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9544feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y24_N7 +dffeas \text_gen|char_ram~9544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9544feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y22_N3 +dffeas \text_gen|char_ram~7752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45392 ( +// Equation(s): +// \text_gen|char_ram~45392_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9544_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7752_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9544_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7752_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45392 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N29 +dffeas \text_gen|char_ram~13128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45393 ( +// Equation(s): +// \text_gen|char_ram~45393_combout = (\text_gen|char_ram~45392_combout & (((\text_gen|char_ram~13128_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~45392_combout & (\text_gen|char_ram~11336_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~11336_q ), + .datab(\text_gen|char_ram~45392_combout ), + .datac(\text_gen|char_ram~13128_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45393 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45396 ( +// Equation(s): +// \text_gen|char_ram~45396_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~45393_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45395_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45395_combout ), + .datad(\text_gen|char_ram~45393_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45396 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45399 ( +// Equation(s): +// \text_gen|char_ram~45399_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45396_combout & (\text_gen|char_ram~45398_combout )) # (!\text_gen|char_ram~45396_combout & ((\text_gen|char_ram~45391_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45396_combout )))) + + .dataa(\text_gen|char_ram~45398_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45391_combout ), + .datad(\text_gen|char_ram~45396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45399 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45410 ( +// Equation(s): +// \text_gen|char_ram~45410_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~45399_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~45409_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~45409_combout ), + .datad(\text_gen|char_ram~45399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45410 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y34_N31 +dffeas \text_gen|char_ram~14017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y34_N3 +dffeas \text_gen|char_ram~12225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12253feeder ( +// Equation(s): +// \text_gen|char_ram~12253feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y34_N1 +dffeas \text_gen|char_ram~12253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45411 ( +// Equation(s): +// \text_gen|char_ram~45411_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12253_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12225_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12225_q ), + .datad(\text_gen|char_ram~12253_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45411 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14045feeder ( +// Equation(s): +// \text_gen|char_ram~14045feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y34_N23 +dffeas \text_gen|char_ram~14045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45412 ( +// Equation(s): +// \text_gen|char_ram~45412_combout = (\text_gen|char_ram~45411_combout & (((\text_gen|char_ram~14045_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45411_combout & (\text_gen|char_ram~14017_q & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~14017_q ), + .datab(\text_gen|char_ram~45411_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~14045_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45412 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~45412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10440feeder ( +// Equation(s): +// \text_gen|char_ram~10440feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10440feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y36_N11 +dffeas \text_gen|char_ram~10440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y35_N3 +dffeas \text_gen|char_ram~10468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y35_N29 +dffeas \text_gen|char_ram~8648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8676feeder ( +// Equation(s): +// \text_gen|char_ram~8676feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8676feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8676feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8676feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N3 +dffeas \text_gen|char_ram~8676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8676feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45413 ( +// Equation(s): +// \text_gen|char_ram~45413_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~8676_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8648_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8648_q ), + .datad(\text_gen|char_ram~8676_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45413 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45414 ( +// Equation(s): +// \text_gen|char_ram~45414_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45413_combout & ((\text_gen|char_ram~10468_q ))) # (!\text_gen|char_ram~45413_combout & (\text_gen|char_ram~10440_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45413_combout )))) + + .dataa(\text_gen|char_ram~10440_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~10468_q ), + .datad(\text_gen|char_ram~45413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45414 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10433feeder ( +// Equation(s): +// \text_gen|char_ram~10433feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10433feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10433feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10433feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y34_N5 +dffeas \text_gen|char_ram~10433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10433feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y37_N11 +dffeas \text_gen|char_ram~10461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8669feeder ( +// Equation(s): +// \text_gen|char_ram~8669feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8669feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8669feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8669feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y36_N25 +dffeas \text_gen|char_ram~8669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8669feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y34_N19 +dffeas \text_gen|char_ram~8641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45415 ( +// Equation(s): +// \text_gen|char_ram~45415_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~8669_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~8641_q ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~8669_q ), + .datac(\text_gen|char_ram~8641_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45415 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45416 ( +// Equation(s): +// \text_gen|char_ram~45416_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45415_combout & ((\text_gen|char_ram~10461_q ))) # (!\text_gen|char_ram~45415_combout & (\text_gen|char_ram~10433_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45415_combout )))) + + .dataa(\text_gen|char_ram~10433_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~10461_q ), + .datad(\text_gen|char_ram~45415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45416 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45417 ( +// Equation(s): +// \text_gen|char_ram~45417_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~45414_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~45416_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~45414_combout ), + .datad(\text_gen|char_ram~45416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45417 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14024feeder ( +// Equation(s): +// \text_gen|char_ram~14024feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14024feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y34_N9 +dffeas \text_gen|char_ram~14024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y32_N3 +dffeas \text_gen|char_ram~14052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12260feeder ( +// Equation(s): +// \text_gen|char_ram~12260feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12260feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12260feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12260feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y51_N29 +dffeas \text_gen|char_ram~12260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12260feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y51_N7 +dffeas \text_gen|char_ram~12232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45418 ( +// Equation(s): +// \text_gen|char_ram~45418_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~12260_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~12232_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12260_q ), + .datac(\text_gen|char_ram~12232_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45418 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45419 ( +// Equation(s): +// \text_gen|char_ram~45419_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45418_combout & ((\text_gen|char_ram~14052_q ))) # (!\text_gen|char_ram~45418_combout & (\text_gen|char_ram~14024_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45418_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~14024_q ), + .datac(\text_gen|char_ram~14052_q ), + .datad(\text_gen|char_ram~45418_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45419 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45420 ( +// Equation(s): +// \text_gen|char_ram~45420_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45417_combout & ((\text_gen|char_ram~45419_combout ))) # (!\text_gen|char_ram~45417_combout & (\text_gen|char_ram~45412_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45417_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45412_combout ), + .datac(\text_gen|char_ram~45417_combout ), + .datad(\text_gen|char_ram~45419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45420 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13576feeder ( +// Equation(s): +// \text_gen|char_ram~13576feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13576feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13576feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13576feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y44_N29 +dffeas \text_gen|char_ram~13576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13576feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y53_N23 +dffeas \text_gen|char_ram~13569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9992feeder ( +// Equation(s): +// \text_gen|char_ram~9992feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9992feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9992feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9992feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y60_N27 +dffeas \text_gen|char_ram~9992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9992feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y57_N3 +dffeas \text_gen|char_ram~9985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45380 ( +// Equation(s): +// \text_gen|char_ram~45380_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~9992_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~9985_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9992_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9985_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45380 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45381 ( +// Equation(s): +// \text_gen|char_ram~45381_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45380_combout & (\text_gen|char_ram~13576_q )) # (!\text_gen|char_ram~45380_combout & ((\text_gen|char_ram~13569_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45380_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13576_q ), + .datac(\text_gen|char_ram~13569_q ), + .datad(\text_gen|char_ram~45380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45381 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11805feeder ( +// Equation(s): +// \text_gen|char_ram~11805feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11805feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11805feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11805feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y55_N15 +dffeas \text_gen|char_ram~11805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11805feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y51_N23 +dffeas \text_gen|char_ram~11812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y52_N1 +dffeas \text_gen|char_ram~8221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8228feeder ( +// Equation(s): +// \text_gen|char_ram~8228feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8228feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N13 +dffeas \text_gen|char_ram~8228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45382 ( +// Equation(s): +// \text_gen|char_ram~45382_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~8228_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8221_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8221_q ), + .datad(\text_gen|char_ram~8228_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45382 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45383 ( +// Equation(s): +// \text_gen|char_ram~45383_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45382_combout & ((\text_gen|char_ram~11812_q ))) # (!\text_gen|char_ram~45382_combout & (\text_gen|char_ram~11805_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45382_combout )))) + + .dataa(\text_gen|char_ram~11805_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11812_q ), + .datad(\text_gen|char_ram~45382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45383 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11777feeder ( +// Equation(s): +// \text_gen|char_ram~11777feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11777feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y51_N27 +dffeas \text_gen|char_ram~11777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y47_N11 +dffeas \text_gen|char_ram~11784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8200feeder ( +// Equation(s): +// \text_gen|char_ram~8200feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8200feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8200feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8200feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N21 +dffeas \text_gen|char_ram~8200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8200feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y53_N25 +dffeas \text_gen|char_ram~8193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45384 ( +// Equation(s): +// \text_gen|char_ram~45384_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~8200_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~8193_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~8200_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8193_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45384 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45385 ( +// Equation(s): +// \text_gen|char_ram~45385_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45384_combout & ((\text_gen|char_ram~11784_q ))) # (!\text_gen|char_ram~45384_combout & (\text_gen|char_ram~11777_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45384_combout )))) + + .dataa(\text_gen|char_ram~11777_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11784_q ), + .datad(\text_gen|char_ram~45384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45385 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45386 ( +// Equation(s): +// \text_gen|char_ram~45386_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45383_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45385_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45383_combout ), + .datad(\text_gen|char_ram~45385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45386 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13604feeder ( +// Equation(s): +// \text_gen|char_ram~13604feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13604feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13604feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13604feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y51_N7 +dffeas \text_gen|char_ram~13604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13604feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13597feeder ( +// Equation(s): +// \text_gen|char_ram~13597feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13597feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13597feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13597feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y52_N19 +dffeas \text_gen|char_ram~13597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13597feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y60_N19 +dffeas \text_gen|char_ram~10013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10020feeder ( +// Equation(s): +// \text_gen|char_ram~10020feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10020feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10020feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10020feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y60_N13 +dffeas \text_gen|char_ram~10020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10020feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45387 ( +// Equation(s): +// \text_gen|char_ram~45387_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10020_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~10013_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~10013_q ), + .datad(\text_gen|char_ram~10020_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45387 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45388 ( +// Equation(s): +// \text_gen|char_ram~45388_combout = (\text_gen|char_ram~45387_combout & ((\text_gen|char_ram~13604_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~45387_combout & (((\text_gen|char_ram~13597_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~13604_q ), + .datab(\text_gen|char_ram~13597_q ), + .datac(\text_gen|char_ram~45387_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45388 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~45388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45389 ( +// Equation(s): +// \text_gen|char_ram~45389_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45386_combout & ((\text_gen|char_ram~45388_combout ))) # (!\text_gen|char_ram~45386_combout & (\text_gen|char_ram~45381_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45386_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45381_combout ), + .datac(\text_gen|char_ram~45386_combout ), + .datad(\text_gen|char_ram~45388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45389 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45421 ( +// Equation(s): +// \text_gen|char_ram~45421_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45410_combout & (\text_gen|char_ram~45420_combout )) # (!\text_gen|char_ram~45410_combout & ((\text_gen|char_ram~45389_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45410_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45410_combout ), + .datac(\text_gen|char_ram~45420_combout ), + .datad(\text_gen|char_ram~45389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45421 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9341feeder ( +// Equation(s): +// \text_gen|char_ram~9341feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9341feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y40_N15 +dffeas \text_gen|char_ram~9341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y44_N1 +dffeas \text_gen|char_ram~12925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7549feeder ( +// Equation(s): +// \text_gen|char_ram~7549feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y47_N31 +dffeas \text_gen|char_ram~7549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y44_N19 +dffeas \text_gen|char_ram~11133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45529 ( +// Equation(s): +// \text_gen|char_ram~45529_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~11133_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7549_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~7549_q ), + .datac(\text_gen|char_ram~11133_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45529 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~45529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45530 ( +// Equation(s): +// \text_gen|char_ram~45530_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45529_combout & ((\text_gen|char_ram~12925_q ))) # (!\text_gen|char_ram~45529_combout & (\text_gen|char_ram~9341_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45529_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9341_q ), + .datac(\text_gen|char_ram~12925_q ), + .datad(\text_gen|char_ram~45529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45530 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y44_N25 +dffeas \text_gen|char_ram~9313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y49_N15 +dffeas \text_gen|char_ram~7521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45531 ( +// Equation(s): +// \text_gen|char_ram~45531_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9313_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7521_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9313_q ), + .datac(\text_gen|char_ram~7521_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45531 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11105feeder ( +// Equation(s): +// \text_gen|char_ram~11105feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11105feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11105feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11105feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y49_N19 +dffeas \text_gen|char_ram~11105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11105feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y49_N17 +dffeas \text_gen|char_ram~12897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45532 ( +// Equation(s): +// \text_gen|char_ram~45532_combout = (\text_gen|char_ram~45531_combout & (((\text_gen|char_ram~12897_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~45531_combout & (\text_gen|char_ram~11105_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~45531_combout ), + .datab(\text_gen|char_ram~11105_q ), + .datac(\text_gen|char_ram~12897_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45532 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45533 ( +// Equation(s): +// \text_gen|char_ram~45533_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45530_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45532_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45530_combout ), + .datad(\text_gen|char_ram~45532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45533 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9320feeder ( +// Equation(s): +// \text_gen|char_ram~9320feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9320feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9320feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9320feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N29 +dffeas \text_gen|char_ram~9320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9320feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7528feeder ( +// Equation(s): +// \text_gen|char_ram~7528feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7528feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y48_N27 +dffeas \text_gen|char_ram~7528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45527 ( +// Equation(s): +// \text_gen|char_ram~45527_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9320_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7528_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9320_q ), + .datab(\text_gen|char_ram~7528_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45527 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~45527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11112feeder ( +// Equation(s): +// \text_gen|char_ram~11112feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11112feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11112feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11112feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y48_N19 +dffeas \text_gen|char_ram~11112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11112feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y48_N27 +dffeas \text_gen|char_ram~12904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45528 ( +// Equation(s): +// \text_gen|char_ram~45528_combout = (\text_gen|char_ram~45527_combout & (((\text_gen|char_ram~12904_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~45527_combout & (\text_gen|char_ram~11112_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~45527_combout ), + .datab(\text_gen|char_ram~11112_q ), + .datac(\text_gen|char_ram~12904_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45528 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9348feeder ( +// Equation(s): +// \text_gen|char_ram~9348feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9348feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y44_N27 +dffeas \text_gen|char_ram~9348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N31 +dffeas \text_gen|char_ram~12932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7556feeder ( +// Equation(s): +// \text_gen|char_ram~7556feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y50_N23 +dffeas \text_gen|char_ram~7556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y51_N5 +dffeas \text_gen|char_ram~11140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45534 ( +// Equation(s): +// \text_gen|char_ram~45534_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~11140_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7556_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~7556_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11140_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45534 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~45534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45535 ( +// Equation(s): +// \text_gen|char_ram~45535_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45534_combout & ((\text_gen|char_ram~12932_q ))) # (!\text_gen|char_ram~45534_combout & (\text_gen|char_ram~9348_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45534_combout )))) + + .dataa(\text_gen|char_ram~9348_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12932_q ), + .datad(\text_gen|char_ram~45534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45535 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45536 ( +// Equation(s): +// \text_gen|char_ram~45536_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45533_combout & ((\text_gen|char_ram~45535_combout ))) # (!\text_gen|char_ram~45533_combout & (\text_gen|char_ram~45528_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~45533_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45533_combout ), + .datac(\text_gen|char_ram~45528_combout ), + .datad(\text_gen|char_ram~45535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45536 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~45536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12036feeder ( +// Equation(s): +// \text_gen|char_ram~12036feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12036feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12036feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12036feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y53_N21 +dffeas \text_gen|char_ram~12036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12036feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y51_N7 +dffeas \text_gen|char_ram~13828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13800feeder ( +// Equation(s): +// \text_gen|char_ram~13800feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13800feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13800feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13800feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y55_N5 +dffeas \text_gen|char_ram~13800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13800feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y55_N7 +dffeas \text_gen|char_ram~12008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45524 ( +// Equation(s): +// \text_gen|char_ram~45524_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~13800_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~12008_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13800_q ), + .datac(\text_gen|char_ram~12008_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45524 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45525 ( +// Equation(s): +// \text_gen|char_ram~45525_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45524_combout & ((\text_gen|char_ram~13828_q ))) # (!\text_gen|char_ram~45524_combout & (\text_gen|char_ram~12036_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45524_combout )))) + + .dataa(\text_gen|char_ram~12036_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13828_q ), + .datad(\text_gen|char_ram~45524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45525 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10216feeder ( +// Equation(s): +// \text_gen|char_ram~10216feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10216feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y60_N7 +dffeas \text_gen|char_ram~10216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y60_N9 +dffeas \text_gen|char_ram~10244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8452feeder ( +// Equation(s): +// \text_gen|char_ram~8452feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8452feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8452feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8452feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N27 +dffeas \text_gen|char_ram~8452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8452feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y59_N23 +dffeas \text_gen|char_ram~8424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45519 ( +// Equation(s): +// \text_gen|char_ram~45519_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8452_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~8424_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8452_q ), + .datac(\text_gen|char_ram~8424_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45519 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45520 ( +// Equation(s): +// \text_gen|char_ram~45520_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45519_combout & ((\text_gen|char_ram~10244_q ))) # (!\text_gen|char_ram~45519_combout & (\text_gen|char_ram~10216_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45519_combout )))) + + .dataa(\text_gen|char_ram~10216_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~10244_q ), + .datad(\text_gen|char_ram~45519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45520 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y57_N7 +dffeas \text_gen|char_ram~8417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8445feeder ( +// Equation(s): +// \text_gen|char_ram~8445feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8445feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8445feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8445feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y50_N27 +dffeas \text_gen|char_ram~8445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8445feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45521 ( +// Equation(s): +// \text_gen|char_ram~45521_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~8445_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8417_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8417_q ), + .datad(\text_gen|char_ram~8445_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45521 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y56_N29 +dffeas \text_gen|char_ram~10237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10209feeder ( +// Equation(s): +// \text_gen|char_ram~10209feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10209feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N13 +dffeas \text_gen|char_ram~10209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45522 ( +// Equation(s): +// \text_gen|char_ram~45522_combout = (\text_gen|char_ram~45521_combout & (((\text_gen|char_ram~10237_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~45521_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10209_q )))) + + .dataa(\text_gen|char_ram~45521_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~10237_q ), + .datad(\text_gen|char_ram~10209_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45522 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45523 ( +// Equation(s): +// \text_gen|char_ram~45523_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~45520_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~45522_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~45520_combout ), + .datad(\text_gen|char_ram~45522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45523 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13793feeder ( +// Equation(s): +// \text_gen|char_ram~13793feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13793feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13793feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13793feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y55_N17 +dffeas \text_gen|char_ram~13793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13793feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y55_N19 +dffeas \text_gen|char_ram~13821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~12029feeder ( +// Equation(s): +// \text_gen|char_ram~12029feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12029feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y58_N3 +dffeas \text_gen|char_ram~12029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y59_N25 +dffeas \text_gen|char_ram~12001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45517 ( +// Equation(s): +// \text_gen|char_ram~45517_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~12029_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~12001_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12029_q ), + .datac(\text_gen|char_ram~12001_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45517 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45518 ( +// Equation(s): +// \text_gen|char_ram~45518_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45517_combout & ((\text_gen|char_ram~13821_q ))) # (!\text_gen|char_ram~45517_combout & (\text_gen|char_ram~13793_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45517_combout )))) + + .dataa(\text_gen|char_ram~13793_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13821_q ), + .datad(\text_gen|char_ram~45517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45518 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45526 ( +// Equation(s): +// \text_gen|char_ram~45526_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45523_combout & (\text_gen|char_ram~45525_combout )) # (!\text_gen|char_ram~45523_combout & ((\text_gen|char_ram~45518_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45523_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45525_combout ), + .datac(\text_gen|char_ram~45523_combout ), + .datad(\text_gen|char_ram~45518_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45526 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45537 ( +// Equation(s): +// \text_gen|char_ram~45537_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~45526_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45536_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~45536_combout ), + .datad(\text_gen|char_ram~45526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45537 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y30_N11 +dffeas \text_gen|char_ram~12449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y30_N21 +dffeas \text_gen|char_ram~12456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y32_N1 +dffeas \text_gen|char_ram~8865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8872feeder ( +// Equation(s): +// \text_gen|char_ram~8872feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8872feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8872feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8872feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y32_N7 +dffeas \text_gen|char_ram~8872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8872feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45542 ( +// Equation(s): +// \text_gen|char_ram~45542_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~8872_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8865_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8865_q ), + .datad(\text_gen|char_ram~8872_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45542 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45543 ( +// Equation(s): +// \text_gen|char_ram~45543_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45542_combout & ((\text_gen|char_ram~12456_q ))) # (!\text_gen|char_ram~45542_combout & (\text_gen|char_ram~12449_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45542_combout )))) + + .dataa(\text_gen|char_ram~12449_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12456_q ), + .datad(\text_gen|char_ram~45542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45543 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y29_N7 +dffeas \text_gen|char_ram~8900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12484feeder ( +// Equation(s): +// \text_gen|char_ram~12484feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12484feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y33_N17 +dffeas \text_gen|char_ram~12484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y33_N17 +dffeas \text_gen|char_ram~8893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12477feeder ( +// Equation(s): +// \text_gen|char_ram~12477feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12477feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12477feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12477feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N5 +dffeas \text_gen|char_ram~12477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12477feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45540 ( +// Equation(s): +// \text_gen|char_ram~45540_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~12477_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8893_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8893_q ), + .datad(\text_gen|char_ram~12477_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45540 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45541 ( +// Equation(s): +// \text_gen|char_ram~45541_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45540_combout & ((\text_gen|char_ram~12484_q ))) # (!\text_gen|char_ram~45540_combout & (\text_gen|char_ram~8900_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45540_combout )))) + + .dataa(\text_gen|char_ram~8900_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12484_q ), + .datad(\text_gen|char_ram~45540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45541 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45544 ( +// Equation(s): +// \text_gen|char_ram~45544_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~45541_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45543_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45543_combout ), + .datad(\text_gen|char_ram~45541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45544 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N11 +dffeas \text_gen|char_ram~10692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y32_N23 +dffeas \text_gen|char_ram~14276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y35_N1 +dffeas \text_gen|char_ram~10685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y33_N3 +dffeas \text_gen|char_ram~14269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45545 ( +// Equation(s): +// \text_gen|char_ram~45545_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~14269_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10685_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10685_q ), + .datad(\text_gen|char_ram~14269_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45545 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45546 ( +// Equation(s): +// \text_gen|char_ram~45546_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45545_combout & ((\text_gen|char_ram~14276_q ))) # (!\text_gen|char_ram~45545_combout & (\text_gen|char_ram~10692_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45545_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10692_q ), + .datac(\text_gen|char_ram~14276_q ), + .datad(\text_gen|char_ram~45545_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45546 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y33_N31 +dffeas \text_gen|char_ram~10664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y32_N11 +dffeas \text_gen|char_ram~10657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45538 ( +// Equation(s): +// \text_gen|char_ram~45538_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~10664_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~10657_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10664_q ), + .datac(\text_gen|char_ram~10657_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45538 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y32_N19 +dffeas \text_gen|char_ram~14248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y32_N21 +dffeas \text_gen|char_ram~14241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45539 ( +// Equation(s): +// \text_gen|char_ram~45539_combout = (\text_gen|char_ram~45538_combout & (((\text_gen|char_ram~14248_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~45538_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~14241_q )))) + + .dataa(\text_gen|char_ram~45538_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14248_q ), + .datad(\text_gen|char_ram~14241_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45539 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45547 ( +// Equation(s): +// \text_gen|char_ram~45547_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45544_combout & (\text_gen|char_ram~45546_combout )) # (!\text_gen|char_ram~45544_combout & ((\text_gen|char_ram~45539_combout ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~45544_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45544_combout ), + .datac(\text_gen|char_ram~45546_combout ), + .datad(\text_gen|char_ram~45539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45547 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9796feeder ( +// Equation(s): +// \text_gen|char_ram~9796feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y20_N5 +dffeas \text_gen|char_ram~9796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y17_N27 +dffeas \text_gen|char_ram~9789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45514 ( +// Equation(s): +// \text_gen|char_ram~45514_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~9796_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~9789_q ))))) + + .dataa(\text_gen|char_ram~9796_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~9789_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45514 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y17_N29 +dffeas \text_gen|char_ram~13380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y17_N27 +dffeas \text_gen|char_ram~13373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45515 ( +// Equation(s): +// \text_gen|char_ram~45515_combout = (\text_gen|char_ram~45514_combout & (((\text_gen|char_ram~13380_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~45514_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~13373_q )))) + + .dataa(\text_gen|char_ram~45514_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13380_q ), + .datad(\text_gen|char_ram~13373_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45515 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y17_N13 +dffeas \text_gen|char_ram~13345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13352feeder ( +// Equation(s): +// \text_gen|char_ram~13352feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13352feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y13_N9 +dffeas \text_gen|char_ram~13352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9768feeder ( +// Equation(s): +// \text_gen|char_ram~9768feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9768feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9768feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9768feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y17_N19 +dffeas \text_gen|char_ram~9768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9768feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y13_N19 +dffeas \text_gen|char_ram~9761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45507 ( +// Equation(s): +// \text_gen|char_ram~45507_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~9768_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~9761_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9768_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9761_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45507 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45508 ( +// Equation(s): +// \text_gen|char_ram~45508_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45507_combout & ((\text_gen|char_ram~13352_q ))) # (!\text_gen|char_ram~45507_combout & (\text_gen|char_ram~13345_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45507_combout )))) + + .dataa(\text_gen|char_ram~13345_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13352_q ), + .datad(\text_gen|char_ram~45507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45508 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N29 +dffeas \text_gen|char_ram~11581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y20_N27 +dffeas \text_gen|char_ram~11588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7997feeder ( +// Equation(s): +// \text_gen|char_ram~7997feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7997feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7997feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7997feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y20_N1 +dffeas \text_gen|char_ram~7997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7997feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y20_N9 +dffeas \text_gen|char_ram~8004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45509 ( +// Equation(s): +// \text_gen|char_ram~45509_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~8004_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7997_q )))) + + .dataa(\text_gen|char_ram~7997_q ), + .datab(\text_gen|char_ram~8004_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45509 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~45509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45510 ( +// Equation(s): +// \text_gen|char_ram~45510_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45509_combout & ((\text_gen|char_ram~11588_q ))) # (!\text_gen|char_ram~45509_combout & (\text_gen|char_ram~11581_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45509_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11581_q ), + .datac(\text_gen|char_ram~11588_q ), + .datad(\text_gen|char_ram~45509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45510 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11553feeder ( +// Equation(s): +// \text_gen|char_ram~11553feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11553feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11553feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11553feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y17_N9 +dffeas \text_gen|char_ram~11553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11553feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y16_N21 +dffeas \text_gen|char_ram~11560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N7 +dffeas \text_gen|char_ram~7969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7976feeder ( +// Equation(s): +// \text_gen|char_ram~7976feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7976feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y18_N11 +dffeas \text_gen|char_ram~7976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45511 ( +// Equation(s): +// \text_gen|char_ram~45511_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~7976_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7969_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7969_q ), + .datad(\text_gen|char_ram~7976_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45511 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45512 ( +// Equation(s): +// \text_gen|char_ram~45512_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45511_combout & ((\text_gen|char_ram~11560_q ))) # (!\text_gen|char_ram~45511_combout & (\text_gen|char_ram~11553_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45511_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11553_q ), + .datac(\text_gen|char_ram~11560_q ), + .datad(\text_gen|char_ram~45511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45512 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45513 ( +// Equation(s): +// \text_gen|char_ram~45513_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~45510_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~45512_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45510_combout ), + .datad(\text_gen|char_ram~45512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45513 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45516 ( +// Equation(s): +// \text_gen|char_ram~45516_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45513_combout & (\text_gen|char_ram~45515_combout )) # (!\text_gen|char_ram~45513_combout & ((\text_gen|char_ram~45508_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45513_combout )))) + + .dataa(\text_gen|char_ram~45515_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45508_combout ), + .datad(\text_gen|char_ram~45513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45516 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45548 ( +// Equation(s): +// \text_gen|char_ram~45548_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45537_combout & (\text_gen|char_ram~45547_combout )) # (!\text_gen|char_ram~45537_combout & ((\text_gen|char_ram~45516_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45537_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45537_combout ), + .datac(\text_gen|char_ram~45547_combout ), + .datad(\text_gen|char_ram~45516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45548 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10132feeder ( +// Equation(s): +// \text_gen|char_ram~10132feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10132feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y40_N1 +dffeas \text_gen|char_ram~10132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y31_N27 +dffeas \text_gen|char_ram~10580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y29_N27 +dffeas \text_gen|char_ram~9236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9684feeder ( +// Equation(s): +// \text_gen|char_ram~9684feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9684feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y29_N29 +dffeas \text_gen|char_ram~9684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45429 ( +// Equation(s): +// \text_gen|char_ram~45429_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9684_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9236_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9236_q ), + .datad(\text_gen|char_ram~9684_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45429 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45430 ( +// Equation(s): +// \text_gen|char_ram~45430_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45429_combout & ((\text_gen|char_ram~10580_q ))) # (!\text_gen|char_ram~45429_combout & (\text_gen|char_ram~10132_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45429_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10132_q ), + .datac(\text_gen|char_ram~10580_q ), + .datad(\text_gen|char_ram~45429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45430 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10125feeder ( +// Equation(s): +// \text_gen|char_ram~10125feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10125feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y52_N21 +dffeas \text_gen|char_ram~10125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y36_N23 +dffeas \text_gen|char_ram~10573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y40_N25 +dffeas \text_gen|char_ram~9229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9677feeder ( +// Equation(s): +// \text_gen|char_ram~9677feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9677feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y20_N17 +dffeas \text_gen|char_ram~9677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45422 ( +// Equation(s): +// \text_gen|char_ram~45422_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9677_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9229_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9229_q ), + .datad(\text_gen|char_ram~9677_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45422 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45423 ( +// Equation(s): +// \text_gen|char_ram~45423_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45422_combout & ((\text_gen|char_ram~10573_q ))) # (!\text_gen|char_ram~45422_combout & (\text_gen|char_ram~10125_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45422_combout )))) + + .dataa(\text_gen|char_ram~10125_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10573_q ), + .datad(\text_gen|char_ram~45422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45423 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9649feeder ( +// Equation(s): +// \text_gen|char_ram~9649feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9649feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9649feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9649feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y18_N5 +dffeas \text_gen|char_ram~9649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9649feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y32_N5 +dffeas \text_gen|char_ram~10545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10097feeder ( +// Equation(s): +// \text_gen|char_ram~10097feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10097feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y42_N11 +dffeas \text_gen|char_ram~10097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N17 +dffeas \text_gen|char_ram~9201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45426 ( +// Equation(s): +// \text_gen|char_ram~45426_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~10097_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~9201_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~10097_q ), + .datac(\text_gen|char_ram~9201_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45426 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45427 ( +// Equation(s): +// \text_gen|char_ram~45427_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45426_combout & ((\text_gen|char_ram~10545_q ))) # (!\text_gen|char_ram~45426_combout & (\text_gen|char_ram~9649_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45426_combout )))) + + .dataa(\text_gen|char_ram~9649_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10545_q ), + .datad(\text_gen|char_ram~45426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45427 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9656feeder ( +// Equation(s): +// \text_gen|char_ram~9656feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9656feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9656feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9656feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y24_N17 +dffeas \text_gen|char_ram~9656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9656feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y31_N29 +dffeas \text_gen|char_ram~10552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9208feeder ( +// Equation(s): +// \text_gen|char_ram~9208feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9208feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9208feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9208feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y51_N11 +dffeas \text_gen|char_ram~9208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9208feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y51_N21 +dffeas \text_gen|char_ram~10104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45424 ( +// Equation(s): +// \text_gen|char_ram~45424_combout = (\text_gen|Add5~6_combout & (((\text_gen|char_ram~10104_q ) # (\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9208_q & ((!\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~9208_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10104_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45424 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~45424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45425 ( +// Equation(s): +// \text_gen|char_ram~45425_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45424_combout & ((\text_gen|char_ram~10552_q ))) # (!\text_gen|char_ram~45424_combout & (\text_gen|char_ram~9656_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45424_combout )))) + + .dataa(\text_gen|char_ram~9656_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10552_q ), + .datad(\text_gen|char_ram~45424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45425 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45428 ( +// Equation(s): +// \text_gen|char_ram~45428_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~45425_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45427_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45427_combout ), + .datad(\text_gen|char_ram~45425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45428 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45431 ( +// Equation(s): +// \text_gen|char_ram~45431_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45428_combout & (\text_gen|char_ram~45430_combout )) # (!\text_gen|char_ram~45428_combout & ((\text_gen|char_ram~45423_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45428_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45430_combout ), + .datac(\text_gen|char_ram~45423_combout ), + .datad(\text_gen|char_ram~45428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45431 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8340feeder ( +// Equation(s): +// \text_gen|char_ram~8340feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y45_N5 +dffeas \text_gen|char_ram~8340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X101_Y34_N5 +dffeas \text_gen|char_ram~8788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X101_Y34_N19 +dffeas \text_gen|char_ram~7444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7892feeder ( +// Equation(s): +// \text_gen|char_ram~7892feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7892feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y26_N5 +dffeas \text_gen|char_ram~7892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45449 ( +// Equation(s): +// \text_gen|char_ram~45449_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7892_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7444_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7444_q ), + .datad(\text_gen|char_ram~7892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45449 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45450 ( +// Equation(s): +// \text_gen|char_ram~45450_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45449_combout & ((\text_gen|char_ram~8788_q ))) # (!\text_gen|char_ram~45449_combout & (\text_gen|char_ram~8340_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45449_combout )))) + + .dataa(\text_gen|char_ram~8340_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8788_q ), + .datad(\text_gen|char_ram~45449_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45450 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7857feeder ( +// Equation(s): +// \text_gen|char_ram~7857feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y19_N25 +dffeas \text_gen|char_ram~7857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y31_N31 +dffeas \text_gen|char_ram~8753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8305feeder ( +// Equation(s): +// \text_gen|char_ram~8305feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8305feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8305feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8305feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y50_N3 +dffeas \text_gen|char_ram~8305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8305feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y47_N23 +dffeas \text_gen|char_ram~7409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45446 ( +// Equation(s): +// \text_gen|char_ram~45446_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~8305_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~7409_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8305_q ), + .datac(\text_gen|char_ram~7409_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45446 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45447 ( +// Equation(s): +// \text_gen|char_ram~45447_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45446_combout & ((\text_gen|char_ram~8753_q ))) # (!\text_gen|char_ram~45446_combout & (\text_gen|char_ram~7857_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45446_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7857_q ), + .datac(\text_gen|char_ram~8753_q ), + .datad(\text_gen|char_ram~45446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45447 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8781feeder ( +// Equation(s): +// \text_gen|char_ram~8781feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8781feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8781feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8781feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y42_N15 +dffeas \text_gen|char_ram~8781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8781feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y42_N13 +dffeas \text_gen|char_ram~8333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y42_N19 +dffeas \text_gen|char_ram~7437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7885feeder ( +// Equation(s): +// \text_gen|char_ram~7885feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7885feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y22_N25 +dffeas \text_gen|char_ram~7885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45444 ( +// Equation(s): +// \text_gen|char_ram~45444_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7885_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7437_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7437_q ), + .datad(\text_gen|char_ram~7885_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45444 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45445 ( +// Equation(s): +// \text_gen|char_ram~45445_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45444_combout & (\text_gen|char_ram~8781_q )) # (!\text_gen|char_ram~45444_combout & ((\text_gen|char_ram~8333_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45444_combout )))) + + .dataa(\text_gen|char_ram~8781_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8333_q ), + .datad(\text_gen|char_ram~45444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45445 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45448 ( +// Equation(s): +// \text_gen|char_ram~45448_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45445_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45447_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45447_combout ), + .datad(\text_gen|char_ram~45445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45448 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8760feeder ( +// Equation(s): +// \text_gen|char_ram~8760feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8760feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8760feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8760feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y28_N19 +dffeas \text_gen|char_ram~8760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8760feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y23_N1 +dffeas \text_gen|char_ram~7864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8312feeder ( +// Equation(s): +// \text_gen|char_ram~8312feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y53_N9 +dffeas \text_gen|char_ram~8312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y47_N17 +dffeas \text_gen|char_ram~7416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45442 ( +// Equation(s): +// \text_gen|char_ram~45442_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~8312_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~7416_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8312_q ), + .datac(\text_gen|char_ram~7416_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45442 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45443 ( +// Equation(s): +// \text_gen|char_ram~45443_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45442_combout & (\text_gen|char_ram~8760_q )) # (!\text_gen|char_ram~45442_combout & ((\text_gen|char_ram~7864_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45442_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8760_q ), + .datac(\text_gen|char_ram~7864_q ), + .datad(\text_gen|char_ram~45442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45443 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45451 ( +// Equation(s): +// \text_gen|char_ram~45451_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45448_combout & (\text_gen|char_ram~45450_combout )) # (!\text_gen|char_ram~45448_combout & ((\text_gen|char_ram~45443_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45448_combout )))) + + .dataa(\text_gen|char_ram~45450_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45448_combout ), + .datad(\text_gen|char_ram~45443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45451 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~45451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12372feeder ( +// Equation(s): +// \text_gen|char_ram~12372feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12372feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y31_N9 +dffeas \text_gen|char_ram~12372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11924feeder ( +// Equation(s): +// \text_gen|char_ram~11924feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11924feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11924feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11924feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y37_N13 +dffeas \text_gen|char_ram~11924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11924feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11476feeder ( +// Equation(s): +// \text_gen|char_ram~11476feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11476feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11476feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11476feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y20_N13 +dffeas \text_gen|char_ram~11476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11476feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X101_Y31_N1 +dffeas \text_gen|char_ram~11028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45439 ( +// Equation(s): +// \text_gen|char_ram~45439_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~11476_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~11028_q +// ))))) + + .dataa(\text_gen|char_ram~11476_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11028_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45439 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45440 ( +// Equation(s): +// \text_gen|char_ram~45440_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45439_combout & (\text_gen|char_ram~12372_q )) # (!\text_gen|char_ram~45439_combout & ((\text_gen|char_ram~11924_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45439_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12372_q ), + .datac(\text_gen|char_ram~11924_q ), + .datad(\text_gen|char_ram~45439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45440 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11448feeder ( +// Equation(s): +// \text_gen|char_ram~11448feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11448feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11448feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11448feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y23_N9 +dffeas \text_gen|char_ram~11448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11448feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y31_N17 +dffeas \text_gen|char_ram~12344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11896feeder ( +// Equation(s): +// \text_gen|char_ram~11896feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11896feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y53_N13 +dffeas \text_gen|char_ram~11896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y49_N19 +dffeas \text_gen|char_ram~11000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45432 ( +// Equation(s): +// \text_gen|char_ram~45432_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11896_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~11000_q +// ))))) + + .dataa(\text_gen|char_ram~11896_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11000_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45432 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45433 ( +// Equation(s): +// \text_gen|char_ram~45433_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45432_combout & ((\text_gen|char_ram~12344_q ))) # (!\text_gen|char_ram~45432_combout & (\text_gen|char_ram~11448_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45432_combout )))) + + .dataa(\text_gen|char_ram~11448_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12344_q ), + .datad(\text_gen|char_ram~45432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45433 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11441feeder ( +// Equation(s): +// \text_gen|char_ram~11441feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11441feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y20_N3 +dffeas \text_gen|char_ram~11441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y32_N15 +dffeas \text_gen|char_ram~12337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11889feeder ( +// Equation(s): +// \text_gen|char_ram~11889feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11889feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y51_N9 +dffeas \text_gen|char_ram~11889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y47_N11 +dffeas \text_gen|char_ram~10993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45436 ( +// Equation(s): +// \text_gen|char_ram~45436_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11889_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~10993_q +// ))))) + + .dataa(\text_gen|char_ram~11889_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10993_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45436 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45437 ( +// Equation(s): +// \text_gen|char_ram~45437_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45436_combout & ((\text_gen|char_ram~12337_q ))) # (!\text_gen|char_ram~45436_combout & (\text_gen|char_ram~11441_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45436_combout )))) + + .dataa(\text_gen|char_ram~11441_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12337_q ), + .datad(\text_gen|char_ram~45436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45437 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11917feeder ( +// Equation(s): +// \text_gen|char_ram~11917feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11917feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11917feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11917feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y52_N1 +dffeas \text_gen|char_ram~11917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11917feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y40_N31 +dffeas \text_gen|char_ram~12365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y40_N29 +dffeas \text_gen|char_ram~11021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11469feeder ( +// Equation(s): +// \text_gen|char_ram~11469feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11469feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y22_N17 +dffeas \text_gen|char_ram~11469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45434 ( +// Equation(s): +// \text_gen|char_ram~45434_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~11469_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~11021_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11021_q ), + .datad(\text_gen|char_ram~11469_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45434 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45435 ( +// Equation(s): +// \text_gen|char_ram~45435_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45434_combout & ((\text_gen|char_ram~12365_q ))) # (!\text_gen|char_ram~45434_combout & (\text_gen|char_ram~11917_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45434_combout )))) + + .dataa(\text_gen|char_ram~11917_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12365_q ), + .datad(\text_gen|char_ram~45434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45435 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45438 ( +// Equation(s): +// \text_gen|char_ram~45438_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45435_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45437_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45437_combout ), + .datad(\text_gen|char_ram~45435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45438 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45441 ( +// Equation(s): +// \text_gen|char_ram~45441_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45438_combout & (\text_gen|char_ram~45440_combout )) # (!\text_gen|char_ram~45438_combout & ((\text_gen|char_ram~45433_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45438_combout )))) + + .dataa(\text_gen|char_ram~45440_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45433_combout ), + .datad(\text_gen|char_ram~45438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45441 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45452 ( +// Equation(s): +// \text_gen|char_ram~45452_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~45441_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~45451_combout )))) + + .dataa(\text_gen|char_ram~45451_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~45441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45452 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~45452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13233feeder ( +// Equation(s): +// \text_gen|char_ram~13233feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13233feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y18_N23 +dffeas \text_gen|char_ram~13233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y32_N31 +dffeas \text_gen|char_ram~14129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N27 +dffeas \text_gen|char_ram~12785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13681feeder ( +// Equation(s): +// \text_gen|char_ram~13681feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13681feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13681feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13681feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y57_N9 +dffeas \text_gen|char_ram~13681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13681feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45457 ( +// Equation(s): +// \text_gen|char_ram~45457_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~13681_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~12785_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12785_q ), + .datad(\text_gen|char_ram~13681_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45457 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45458 ( +// Equation(s): +// \text_gen|char_ram~45458_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45457_combout & ((\text_gen|char_ram~14129_q ))) # (!\text_gen|char_ram~45457_combout & (\text_gen|char_ram~13233_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45457_combout )))) + + .dataa(\text_gen|char_ram~13233_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14129_q ), + .datad(\text_gen|char_ram~45457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45458 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13240feeder ( +// Equation(s): +// \text_gen|char_ram~13240feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13240feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13240feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13240feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y27_N25 +dffeas \text_gen|char_ram~13240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13240feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y31_N11 +dffeas \text_gen|char_ram~14136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13688feeder ( +// Equation(s): +// \text_gen|char_ram~13688feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13688feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13688feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13688feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y48_N29 +dffeas \text_gen|char_ram~13688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13688feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y48_N19 +dffeas \text_gen|char_ram~12792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45455 ( +// Equation(s): +// \text_gen|char_ram~45455_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~13688_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~12792_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13688_q ), + .datac(\text_gen|char_ram~12792_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45455 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45456 ( +// Equation(s): +// \text_gen|char_ram~45456_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45455_combout & ((\text_gen|char_ram~14136_q ))) # (!\text_gen|char_ram~45455_combout & (\text_gen|char_ram~13240_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45455_combout )))) + + .dataa(\text_gen|char_ram~13240_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14136_q ), + .datad(\text_gen|char_ram~45455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45456 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45459 ( +// Equation(s): +// \text_gen|char_ram~45459_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~45456_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45458_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45458_combout ), + .datad(\text_gen|char_ram~45456_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45459 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13709feeder ( +// Equation(s): +// \text_gen|char_ram~13709feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13709feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13709feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13709feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y53_N11 +dffeas \text_gen|char_ram~13709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13709feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~14157feeder ( +// Equation(s): +// \text_gen|char_ram~14157feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14157feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y33_N27 +dffeas \text_gen|char_ram~14157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12813feeder ( +// Equation(s): +// \text_gen|char_ram~12813feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y33_N29 +dffeas \text_gen|char_ram~12813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13261feeder ( +// Equation(s): +// \text_gen|char_ram~13261feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13261feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y20_N9 +dffeas \text_gen|char_ram~13261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45453 ( +// Equation(s): +// \text_gen|char_ram~45453_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~13261_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~12813_q +// )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12813_q ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~13261_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45453 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~45453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45454 ( +// Equation(s): +// \text_gen|char_ram~45454_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45453_combout & ((\text_gen|char_ram~14157_q ))) # (!\text_gen|char_ram~45453_combout & (\text_gen|char_ram~13709_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45453_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13709_q ), + .datac(\text_gen|char_ram~14157_q ), + .datad(\text_gen|char_ram~45453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45454 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13268feeder ( +// Equation(s): +// \text_gen|char_ram~13268feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13268feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13268feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13268feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y44_N13 +dffeas \text_gen|char_ram~13268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13268feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y44_N31 +dffeas \text_gen|char_ram~12820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45460 ( +// Equation(s): +// \text_gen|char_ram~45460_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~13268_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~12820_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~13268_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12820_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45460 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y43_N23 +dffeas \text_gen|char_ram~14164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13716feeder ( +// Equation(s): +// \text_gen|char_ram~13716feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13716feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13716feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13716feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y43_N29 +dffeas \text_gen|char_ram~13716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13716feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45461 ( +// Equation(s): +// \text_gen|char_ram~45461_combout = (\text_gen|char_ram~45460_combout & (((\text_gen|char_ram~14164_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~45460_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~13716_q )))) + + .dataa(\text_gen|char_ram~45460_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14164_q ), + .datad(\text_gen|char_ram~13716_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45461 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45462 ( +// Equation(s): +// \text_gen|char_ram~45462_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45459_combout & ((\text_gen|char_ram~45461_combout ))) # (!\text_gen|char_ram~45459_combout & (\text_gen|char_ram~45454_combout )))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~45459_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45459_combout ), + .datac(\text_gen|char_ram~45454_combout ), + .datad(\text_gen|char_ram~45461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45462 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~45462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45463 ( +// Equation(s): +// \text_gen|char_ram~45463_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45452_combout & ((\text_gen|char_ram~45462_combout ))) # (!\text_gen|char_ram~45452_combout & (\text_gen|char_ram~45431_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45452_combout )))) + + .dataa(\text_gen|char_ram~45431_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45452_combout ), + .datad(\text_gen|char_ram~45462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45463 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~45463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13492feeder ( +// Equation(s): +// \text_gen|char_ram~13492feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13492feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y51_N5 +dffeas \text_gen|char_ram~13492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y32_N31 +dffeas \text_gen|char_ram~13940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13044feeder ( +// Equation(s): +// \text_gen|char_ram~13044feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13044feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13044feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13044feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y22_N9 +dffeas \text_gen|char_ram~13044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13044feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y44_N19 +dffeas \text_gen|char_ram~12596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45502 ( +// Equation(s): +// \text_gen|char_ram~45502_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~13044_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~12596_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13044_q ), + .datac(\text_gen|char_ram~12596_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45502 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45503 ( +// Equation(s): +// \text_gen|char_ram~45503_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45502_combout & ((\text_gen|char_ram~13940_q ))) # (!\text_gen|char_ram~45502_combout & (\text_gen|char_ram~13492_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45502_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13492_q ), + .datac(\text_gen|char_ram~13940_q ), + .datad(\text_gen|char_ram~45502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45503 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13485feeder ( +// Equation(s): +// \text_gen|char_ram~13485feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y55_N25 +dffeas \text_gen|char_ram~13485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y33_N9 +dffeas \text_gen|char_ram~13933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y36_N21 +dffeas \text_gen|char_ram~12589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13037feeder ( +// Equation(s): +// \text_gen|char_ram~13037feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13037feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y18_N11 +dffeas \text_gen|char_ram~13037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45495 ( +// Equation(s): +// \text_gen|char_ram~45495_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~13037_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~12589_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12589_q ), + .datad(\text_gen|char_ram~13037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45495 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45496 ( +// Equation(s): +// \text_gen|char_ram~45496_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45495_combout & ((\text_gen|char_ram~13933_q ))) # (!\text_gen|char_ram~45495_combout & (\text_gen|char_ram~13485_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45495_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13485_q ), + .datac(\text_gen|char_ram~13933_q ), + .datad(\text_gen|char_ram~45495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45496 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13009feeder ( +// Equation(s): +// \text_gen|char_ram~13009feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13009feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y18_N15 +dffeas \text_gen|char_ram~13009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y29_N21 +dffeas \text_gen|char_ram~13905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13457feeder ( +// Equation(s): +// \text_gen|char_ram~13457feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13457feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y57_N27 +dffeas \text_gen|char_ram~13457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y44_N13 +dffeas \text_gen|char_ram~12561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45499 ( +// Equation(s): +// \text_gen|char_ram~45499_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~13457_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~12561_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13457_q ), + .datac(\text_gen|char_ram~12561_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45499 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45500 ( +// Equation(s): +// \text_gen|char_ram~45500_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45499_combout & ((\text_gen|char_ram~13905_q ))) # (!\text_gen|char_ram~45499_combout & (\text_gen|char_ram~13009_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45499_combout )))) + + .dataa(\text_gen|char_ram~13009_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~13905_q ), + .datad(\text_gen|char_ram~45499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45500 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13016feeder ( +// Equation(s): +// \text_gen|char_ram~13016feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y22_N3 +dffeas \text_gen|char_ram~13016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y25_N13 +dffeas \text_gen|char_ram~13912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y45_N13 +dffeas \text_gen|char_ram~12568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13464feeder ( +// Equation(s): +// \text_gen|char_ram~13464feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13464feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N5 +dffeas \text_gen|char_ram~13464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45497 ( +// Equation(s): +// \text_gen|char_ram~45497_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~13464_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~12568_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12568_q ), + .datad(\text_gen|char_ram~13464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45497 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45498 ( +// Equation(s): +// \text_gen|char_ram~45498_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45497_combout & ((\text_gen|char_ram~13912_q ))) # (!\text_gen|char_ram~45497_combout & (\text_gen|char_ram~13016_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45497_combout )))) + + .dataa(\text_gen|char_ram~13016_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~13912_q ), + .datad(\text_gen|char_ram~45497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45498 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45501 ( +// Equation(s): +// \text_gen|char_ram~45501_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~45498_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45500_combout & (!\vga_c|h_cnt [6]))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45500_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~45498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45501 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~45501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45504 ( +// Equation(s): +// \text_gen|char_ram~45504_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45501_combout & (\text_gen|char_ram~45503_combout )) # (!\text_gen|char_ram~45501_combout & ((\text_gen|char_ram~45496_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45501_combout )))) + + .dataa(\text_gen|char_ram~45503_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45496_combout ), + .datad(\text_gen|char_ram~45501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45504 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11252feeder ( +// Equation(s): +// \text_gen|char_ram~11252feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11252feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y20_N7 +dffeas \text_gen|char_ram~11252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10804feeder ( +// Equation(s): +// \text_gen|char_ram~10804feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10804feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10804feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10804feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y51_N31 +dffeas \text_gen|char_ram~10804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10804feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45471 ( +// Equation(s): +// \text_gen|char_ram~45471_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~11252_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~10804_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11252_q ), + .datad(\text_gen|char_ram~10804_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45471 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y34_N31 +dffeas \text_gen|char_ram~12148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11700feeder ( +// Equation(s): +// \text_gen|char_ram~11700feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11700feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11700feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11700feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y58_N7 +dffeas \text_gen|char_ram~11700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11700feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45472 ( +// Equation(s): +// \text_gen|char_ram~45472_combout = (\text_gen|char_ram~45471_combout & (((\text_gen|char_ram~12148_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~45471_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~11700_q )))) + + .dataa(\text_gen|char_ram~45471_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12148_q ), + .datad(\text_gen|char_ram~11700_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45472 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11693feeder ( +// Equation(s): +// \text_gen|char_ram~11693feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11693feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y58_N5 +dffeas \text_gen|char_ram~11693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y31_N3 +dffeas \text_gen|char_ram~12141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y51_N5 +dffeas \text_gen|char_ram~10797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11245feeder ( +// Equation(s): +// \text_gen|char_ram~11245feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11245feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y18_N1 +dffeas \text_gen|char_ram~11245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45464 ( +// Equation(s): +// \text_gen|char_ram~45464_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~11245_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~10797_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10797_q ), + .datad(\text_gen|char_ram~11245_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45464 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45465 ( +// Equation(s): +// \text_gen|char_ram~45465_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45464_combout & ((\text_gen|char_ram~12141_q ))) # (!\text_gen|char_ram~45464_combout & (\text_gen|char_ram~11693_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45464_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~11693_q ), + .datac(\text_gen|char_ram~12141_q ), + .datad(\text_gen|char_ram~45464_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45465 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y47_N17 +dffeas \text_gen|char_ram~10769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11665feeder ( +// Equation(s): +// \text_gen|char_ram~11665feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11665feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11665feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11665feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N27 +dffeas \text_gen|char_ram~11665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11665feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45468 ( +// Equation(s): +// \text_gen|char_ram~45468_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~11665_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~10769_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10769_q ), + .datad(\text_gen|char_ram~11665_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45468 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11217feeder ( +// Equation(s): +// \text_gen|char_ram~11217feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11217feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y18_N7 +dffeas \text_gen|char_ram~11217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y30_N5 +dffeas \text_gen|char_ram~12113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45469 ( +// Equation(s): +// \text_gen|char_ram~45469_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45468_combout & ((\text_gen|char_ram~12113_q ))) # (!\text_gen|char_ram~45468_combout & (\text_gen|char_ram~11217_q )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45468_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45468_combout ), + .datac(\text_gen|char_ram~11217_q ), + .datad(\text_gen|char_ram~12113_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45469 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~45469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11224feeder ( +// Equation(s): +// \text_gen|char_ram~11224feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11224feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N1 +dffeas \text_gen|char_ram~11224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y25_N1 +dffeas \text_gen|char_ram~12120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11672feeder ( +// Equation(s): +// \text_gen|char_ram~11672feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11672feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11672feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11672feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y59_N17 +dffeas \text_gen|char_ram~11672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11672feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y48_N21 +dffeas \text_gen|char_ram~10776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45466 ( +// Equation(s): +// \text_gen|char_ram~45466_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11672_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~10776_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11672_q ), + .datac(\text_gen|char_ram~10776_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45466 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45467 ( +// Equation(s): +// \text_gen|char_ram~45467_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45466_combout & ((\text_gen|char_ram~12120_q ))) # (!\text_gen|char_ram~45466_combout & (\text_gen|char_ram~11224_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45466_combout )))) + + .dataa(\text_gen|char_ram~11224_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12120_q ), + .datad(\text_gen|char_ram~45466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45467 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45470 ( +// Equation(s): +// \text_gen|char_ram~45470_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~45467_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45469_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45469_combout ), + .datad(\text_gen|char_ram~45467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45470 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45473 ( +// Equation(s): +// \text_gen|char_ram~45473_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45470_combout & (\text_gen|char_ram~45472_combout )) # (!\text_gen|char_ram~45470_combout & ((\text_gen|char_ram~45465_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45470_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45472_combout ), + .datac(\text_gen|char_ram~45465_combout ), + .datad(\text_gen|char_ram~45470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45473 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y24_N1 +dffeas \text_gen|char_ram~9432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N15 +dffeas \text_gen|char_ram~10328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y44_N27 +dffeas \text_gen|char_ram~8984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9880feeder ( +// Equation(s): +// \text_gen|char_ram~9880feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9880feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N31 +dffeas \text_gen|char_ram~9880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45476 ( +// Equation(s): +// \text_gen|char_ram~45476_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~9880_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~8984_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8984_q ), + .datad(\text_gen|char_ram~9880_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45476 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45477 ( +// Equation(s): +// \text_gen|char_ram~45477_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45476_combout & ((\text_gen|char_ram~10328_q ))) # (!\text_gen|char_ram~45476_combout & (\text_gen|char_ram~9432_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45476_combout )))) + + .dataa(\text_gen|char_ram~9432_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10328_q ), + .datad(\text_gen|char_ram~45476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45477 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9425feeder ( +// Equation(s): +// \text_gen|char_ram~9425feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9425feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9425feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9425feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y13_N5 +dffeas \text_gen|char_ram~9425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9425feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y29_N31 +dffeas \text_gen|char_ram~10321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y40_N17 +dffeas \text_gen|char_ram~8977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9873feeder ( +// Equation(s): +// \text_gen|char_ram~9873feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9873feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9873feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9873feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N31 +dffeas \text_gen|char_ram~9873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9873feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45478 ( +// Equation(s): +// \text_gen|char_ram~45478_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~9873_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~8977_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8977_q ), + .datad(\text_gen|char_ram~9873_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45478 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45479 ( +// Equation(s): +// \text_gen|char_ram~45479_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45478_combout & ((\text_gen|char_ram~10321_q ))) # (!\text_gen|char_ram~45478_combout & (\text_gen|char_ram~9425_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45478_combout )))) + + .dataa(\text_gen|char_ram~9425_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10321_q ), + .datad(\text_gen|char_ram~45478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45479 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45480 ( +// Equation(s): +// \text_gen|char_ram~45480_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~45477_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45479_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45477_combout ), + .datad(\text_gen|char_ram~45479_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45480 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9908feeder ( +// Equation(s): +// \text_gen|char_ram~9908feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9908feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y60_N23 +dffeas \text_gen|char_ram~9908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y28_N21 +dffeas \text_gen|char_ram~10356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y40_N15 +dffeas \text_gen|char_ram~9012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9460feeder ( +// Equation(s): +// \text_gen|char_ram~9460feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9460feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9460feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9460feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y20_N3 +dffeas \text_gen|char_ram~9460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9460feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45481 ( +// Equation(s): +// \text_gen|char_ram~45481_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9460_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9012_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9012_q ), + .datad(\text_gen|char_ram~9460_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45481 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45482 ( +// Equation(s): +// \text_gen|char_ram~45482_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45481_combout & ((\text_gen|char_ram~10356_q ))) # (!\text_gen|char_ram~45481_combout & (\text_gen|char_ram~9908_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45481_combout )))) + + .dataa(\text_gen|char_ram~9908_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10356_q ), + .datad(\text_gen|char_ram~45481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45482 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10349feeder ( +// Equation(s): +// \text_gen|char_ram~10349feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y29_N27 +dffeas \text_gen|char_ram~10349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9901feeder ( +// Equation(s): +// \text_gen|char_ram~9901feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9901feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y56_N9 +dffeas \text_gen|char_ram~9901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y39_N3 +dffeas \text_gen|char_ram~9005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9453feeder ( +// Equation(s): +// \text_gen|char_ram~9453feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9453feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9453feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9453feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y10_N5 +dffeas \text_gen|char_ram~9453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9453feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45474 ( +// Equation(s): +// \text_gen|char_ram~45474_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~9453_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9005_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9005_q ), + .datad(\text_gen|char_ram~9453_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45474 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45475 ( +// Equation(s): +// \text_gen|char_ram~45475_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45474_combout & (\text_gen|char_ram~10349_q )) # (!\text_gen|char_ram~45474_combout & ((\text_gen|char_ram~9901_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45474_combout )))) + + .dataa(\text_gen|char_ram~10349_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9901_q ), + .datad(\text_gen|char_ram~45474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45475 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45483 ( +// Equation(s): +// \text_gen|char_ram~45483_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45480_combout & (\text_gen|char_ram~45482_combout )) # (!\text_gen|char_ram~45480_combout & ((\text_gen|char_ram~45475_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~45480_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45480_combout ), + .datac(\text_gen|char_ram~45482_combout ), + .datad(\text_gen|char_ram~45475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45483 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y44_N9 +dffeas \text_gen|char_ram~7185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8081feeder ( +// Equation(s): +// \text_gen|char_ram~8081feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8081feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y57_N29 +dffeas \text_gen|char_ram~8081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45488 ( +// Equation(s): +// \text_gen|char_ram~45488_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8081_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7185_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7185_q ), + .datad(\text_gen|char_ram~8081_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45488 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y33_N5 +dffeas \text_gen|char_ram~8529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7633feeder ( +// Equation(s): +// \text_gen|char_ram~7633feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7633feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7633feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7633feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y14_N5 +dffeas \text_gen|char_ram~7633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7633feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45489 ( +// Equation(s): +// \text_gen|char_ram~45489_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45488_combout & (\text_gen|char_ram~8529_q )) # (!\text_gen|char_ram~45488_combout & ((\text_gen|char_ram~7633_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45488_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45488_combout ), + .datac(\text_gen|char_ram~8529_q ), + .datad(\text_gen|char_ram~7633_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45489 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7640feeder ( +// Equation(s): +// \text_gen|char_ram~7640feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7640feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7640feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7640feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y18_N17 +dffeas \text_gen|char_ram~7640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7640feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N25 +dffeas \text_gen|char_ram~8536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y48_N9 +dffeas \text_gen|char_ram~7192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8088feeder ( +// Equation(s): +// \text_gen|char_ram~8088feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8088feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8088feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8088feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y59_N1 +dffeas \text_gen|char_ram~8088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8088feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45486 ( +// Equation(s): +// \text_gen|char_ram~45486_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8088_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7192_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7192_q ), + .datad(\text_gen|char_ram~8088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45486 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45487 ( +// Equation(s): +// \text_gen|char_ram~45487_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45486_combout & ((\text_gen|char_ram~8536_q ))) # (!\text_gen|char_ram~45486_combout & (\text_gen|char_ram~7640_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45486_combout )))) + + .dataa(\text_gen|char_ram~7640_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8536_q ), + .datad(\text_gen|char_ram~45486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45487 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45490 ( +// Equation(s): +// \text_gen|char_ram~45490_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~45487_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45489_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45489_combout ), + .datad(\text_gen|char_ram~45487_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45490 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8116feeder ( +// Equation(s): +// \text_gen|char_ram~8116feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8116feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8116feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8116feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N17 +dffeas \text_gen|char_ram~8116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8116feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y34_N19 +dffeas \text_gen|char_ram~8564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N27 +dffeas \text_gen|char_ram~7220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7668feeder ( +// Equation(s): +// \text_gen|char_ram~7668feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7668feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7668feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7668feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y21_N13 +dffeas \text_gen|char_ram~7668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7668feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45491 ( +// Equation(s): +// \text_gen|char_ram~45491_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~7668_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7220_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7220_q ), + .datad(\text_gen|char_ram~7668_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45491 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45492 ( +// Equation(s): +// \text_gen|char_ram~45492_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45491_combout & ((\text_gen|char_ram~8564_q ))) # (!\text_gen|char_ram~45491_combout & (\text_gen|char_ram~8116_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45491_combout )))) + + .dataa(\text_gen|char_ram~8116_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8564_q ), + .datad(\text_gen|char_ram~45491_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45492 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8109feeder ( +// Equation(s): +// \text_gen|char_ram~8109feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8109feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8109feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8109feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y50_N1 +dffeas \text_gen|char_ram~8109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8109feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N13 +dffeas \text_gen|char_ram~8557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y47_N17 +dffeas \text_gen|char_ram~7213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7661feeder ( +// Equation(s): +// \text_gen|char_ram~7661feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7661feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7661feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7661feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y16_N1 +dffeas \text_gen|char_ram~7661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7661feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45484 ( +// Equation(s): +// \text_gen|char_ram~45484_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7661_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7213_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7213_q ), + .datad(\text_gen|char_ram~7661_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45484 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45485 ( +// Equation(s): +// \text_gen|char_ram~45485_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45484_combout & ((\text_gen|char_ram~8557_q ))) # (!\text_gen|char_ram~45484_combout & (\text_gen|char_ram~8109_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45484_combout )))) + + .dataa(\text_gen|char_ram~8109_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8557_q ), + .datad(\text_gen|char_ram~45484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45485 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45493 ( +// Equation(s): +// \text_gen|char_ram~45493_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45490_combout & (\text_gen|char_ram~45492_combout )) # (!\text_gen|char_ram~45490_combout & ((\text_gen|char_ram~45485_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~45490_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45490_combout ), + .datac(\text_gen|char_ram~45492_combout ), + .datad(\text_gen|char_ram~45485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45493 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45494 ( +// Equation(s): +// \text_gen|char_ram~45494_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45483_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~45493_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~45483_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45493_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45494 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45505 ( +// Equation(s): +// \text_gen|char_ram~45505_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45494_combout & (\text_gen|char_ram~45504_combout )) # (!\text_gen|char_ram~45494_combout & ((\text_gen|char_ram~45473_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45494_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45504_combout ), + .datac(\text_gen|char_ram~45473_combout ), + .datad(\text_gen|char_ram~45494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45505 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45506 ( +// Equation(s): +// \text_gen|char_ram~45506_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~45463_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~45505_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~45463_combout ), + .datad(\text_gen|char_ram~45505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45506 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45549 ( +// Equation(s): +// \text_gen|char_ram~45549_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45506_combout & ((\text_gen|char_ram~45548_combout ))) # (!\text_gen|char_ram~45506_combout & (\text_gen|char_ram~45421_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45506_combout )))) + + .dataa(\text_gen|char_ram~45421_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~45548_combout ), + .datad(\text_gen|char_ram~45506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45549 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y25_N15 +dffeas \text_gen|char_ram~7080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y25_N31 +dffeas \text_gen|char_ram~7108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y25_N5 +dffeas \text_gen|char_ram~5316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y25_N19 +dffeas \text_gen|char_ram~5288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45715 ( +// Equation(s): +// \text_gen|char_ram~45715_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5316_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5288_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~5316_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5288_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45715 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45716 ( +// Equation(s): +// \text_gen|char_ram~45716_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45715_combout & ((\text_gen|char_ram~7108_q ))) # (!\text_gen|char_ram~45715_combout & (\text_gen|char_ram~7080_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45715_combout )))) + + .dataa(\text_gen|char_ram~7080_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7108_q ), + .datad(\text_gen|char_ram~45715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45716 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7101feeder ( +// Equation(s): +// \text_gen|char_ram~7101feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y25_N25 +dffeas \text_gen|char_ram~7101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y25_N25 +dffeas \text_gen|char_ram~7073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y25_N11 +dffeas \text_gen|char_ram~5281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5309feeder ( +// Equation(s): +// \text_gen|char_ram~5309feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5309feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5309feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5309feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N7 +dffeas \text_gen|char_ram~5309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5309feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45708 ( +// Equation(s): +// \text_gen|char_ram~45708_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5309_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5281_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5281_q ), + .datad(\text_gen|char_ram~5309_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45708 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45709 ( +// Equation(s): +// \text_gen|char_ram~45709_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45708_combout & (\text_gen|char_ram~7101_q )) # (!\text_gen|char_ram~45708_combout & ((\text_gen|char_ram~7073_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45708_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~7101_q ), + .datac(\text_gen|char_ram~7073_q ), + .datad(\text_gen|char_ram~45708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45709 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3489feeder ( +// Equation(s): +// \text_gen|char_ram~3489feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y24_N25 +dffeas \text_gen|char_ram~3489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y28_N31 +dffeas \text_gen|char_ram~3517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y25_N9 +dffeas \text_gen|char_ram~1697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1725feeder ( +// Equation(s): +// \text_gen|char_ram~1725feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y25_N17 +dffeas \text_gen|char_ram~1725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45712 ( +// Equation(s): +// \text_gen|char_ram~45712_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1725_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1697_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1697_q ), + .datad(\text_gen|char_ram~1725_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45712 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45713 ( +// Equation(s): +// \text_gen|char_ram~45713_combout = (\text_gen|char_ram~45712_combout & (((\text_gen|char_ram~3517_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45712_combout & (\text_gen|char_ram~3489_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3489_q ), + .datab(\text_gen|char_ram~3517_q ), + .datac(\text_gen|char_ram~45712_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45713 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~45713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y24_N15 +dffeas \text_gen|char_ram~3524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y24_N29 +dffeas \text_gen|char_ram~3496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1732feeder ( +// Equation(s): +// \text_gen|char_ram~1732feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y25_N3 +dffeas \text_gen|char_ram~1732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N29 +dffeas \text_gen|char_ram~1704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45710 ( +// Equation(s): +// \text_gen|char_ram~45710_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~1732_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~1704_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~1732_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1704_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45710 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45711 ( +// Equation(s): +// \text_gen|char_ram~45711_combout = (\text_gen|char_ram~45710_combout & ((\text_gen|char_ram~3524_q ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45710_combout & (((\text_gen|char_ram~3496_q & \text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3524_q ), + .datab(\text_gen|char_ram~3496_q ), + .datac(\text_gen|char_ram~45710_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45711 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~45711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45714 ( +// Equation(s): +// \text_gen|char_ram~45714_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~45711_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45713_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45713_combout ), + .datad(\text_gen|char_ram~45711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45714 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45717 ( +// Equation(s): +// \text_gen|char_ram~45717_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45714_combout & (\text_gen|char_ram~45716_combout )) # (!\text_gen|char_ram~45714_combout & ((\text_gen|char_ram~45709_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45714_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45716_combout ), + .datac(\text_gen|char_ram~45709_combout ), + .datad(\text_gen|char_ram~45714_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45717 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y22_N31 +dffeas \text_gen|char_ram~6184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y21_N15 +dffeas \text_gen|char_ram~6212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4420feeder ( +// Equation(s): +// \text_gen|char_ram~4420feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4420feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4420feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4420feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y14_N15 +dffeas \text_gen|char_ram~4420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4420feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y14_N31 +dffeas \text_gen|char_ram~4392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45684 ( +// Equation(s): +// \text_gen|char_ram~45684_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~4420_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~4392_q ))))) + + .dataa(\text_gen|char_ram~4420_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~4392_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45684 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45685 ( +// Equation(s): +// \text_gen|char_ram~45685_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45684_combout & ((\text_gen|char_ram~6212_q ))) # (!\text_gen|char_ram~45684_combout & (\text_gen|char_ram~6184_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45684_combout )))) + + .dataa(\text_gen|char_ram~6184_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6212_q ), + .datad(\text_gen|char_ram~45684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45685 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y22_N23 +dffeas \text_gen|char_ram~6177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4413feeder ( +// Equation(s): +// \text_gen|char_ram~4413feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4413feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4413feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4413feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y17_N27 +dffeas \text_gen|char_ram~4413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4413feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4385feeder ( +// Equation(s): +// \text_gen|char_ram~4385feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4385feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4385feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4385feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y21_N27 +dffeas \text_gen|char_ram~4385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4385feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45677 ( +// Equation(s): +// \text_gen|char_ram~45677_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4413_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~4385_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4413_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~4385_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45677 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~45677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y24_N15 +dffeas \text_gen|char_ram~6205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45678 ( +// Equation(s): +// \text_gen|char_ram~45678_combout = (\text_gen|char_ram~45677_combout & (((\text_gen|char_ram~6205_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45677_combout & (\text_gen|char_ram~6177_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~6177_q ), + .datab(\text_gen|char_ram~45677_combout ), + .datac(\text_gen|char_ram~6205_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45678 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y20_N13 +dffeas \text_gen|char_ram~2600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y20_N3 +dffeas \text_gen|char_ram~2628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~836feeder ( +// Equation(s): +// \text_gen|char_ram~836feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y16_N15 +dffeas \text_gen|char_ram~836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y16_N19 +dffeas \text_gen|char_ram~808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45679 ( +// Equation(s): +// \text_gen|char_ram~45679_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~836_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~808_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~836_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~808_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45679 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45680 ( +// Equation(s): +// \text_gen|char_ram~45680_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45679_combout & ((\text_gen|char_ram~2628_q ))) # (!\text_gen|char_ram~45679_combout & (\text_gen|char_ram~2600_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45679_combout )))) + + .dataa(\text_gen|char_ram~2600_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~2628_q ), + .datad(\text_gen|char_ram~45679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45680 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2593feeder ( +// Equation(s): +// \text_gen|char_ram~2593feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2593feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2593feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2593feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y16_N11 +dffeas \text_gen|char_ram~2593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2593feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y24_N25 +dffeas \text_gen|char_ram~2621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~829feeder ( +// Equation(s): +// \text_gen|char_ram~829feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~829feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y15_N11 +dffeas \text_gen|char_ram~829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y16_N25 +dffeas \text_gen|char_ram~801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45681 ( +// Equation(s): +// \text_gen|char_ram~45681_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~829_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~801_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~829_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~801_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45681 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45682 ( +// Equation(s): +// \text_gen|char_ram~45682_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45681_combout & ((\text_gen|char_ram~2621_q ))) # (!\text_gen|char_ram~45681_combout & (\text_gen|char_ram~2593_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45681_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2593_q ), + .datac(\text_gen|char_ram~2621_q ), + .datad(\text_gen|char_ram~45681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45682 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45683 ( +// Equation(s): +// \text_gen|char_ram~45683_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~45680_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~45682_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45680_combout ), + .datad(\text_gen|char_ram~45682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45683 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45686 ( +// Equation(s): +// \text_gen|char_ram~45686_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45683_combout & (\text_gen|char_ram~45685_combout )) # (!\text_gen|char_ram~45683_combout & ((\text_gen|char_ram~45678_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45683_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45685_combout ), + .datac(\text_gen|char_ram~45678_combout ), + .datad(\text_gen|char_ram~45683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45686 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6653feeder ( +// Equation(s): +// \text_gen|char_ram~6653feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y52_N29 +dffeas \text_gen|char_ram~6653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y52_N3 +dffeas \text_gen|char_ram~6660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3076feeder ( +// Equation(s): +// \text_gen|char_ram~3076feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3076feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3076feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3076feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y54_N29 +dffeas \text_gen|char_ram~3076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3076feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y54_N19 +dffeas \text_gen|char_ram~3069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45694 ( +// Equation(s): +// \text_gen|char_ram~45694_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3076_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3069_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3076_q ), + .datac(\text_gen|char_ram~3069_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45694 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45695 ( +// Equation(s): +// \text_gen|char_ram~45695_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45694_combout & ((\text_gen|char_ram~6660_q ))) # (!\text_gen|char_ram~45694_combout & (\text_gen|char_ram~6653_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45694_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6653_q ), + .datac(\text_gen|char_ram~6660_q ), + .datad(\text_gen|char_ram~45694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45695 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6625feeder ( +// Equation(s): +// \text_gen|char_ram~6625feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6625feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N11 +dffeas \text_gen|char_ram~6625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y52_N27 +dffeas \text_gen|char_ram~6632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~3048feeder ( +// Equation(s): +// \text_gen|char_ram~3048feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3048feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3048feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3048feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N5 +dffeas \text_gen|char_ram~3048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3048feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y54_N27 +dffeas \text_gen|char_ram~3041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45687 ( +// Equation(s): +// \text_gen|char_ram~45687_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3048_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3041_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3048_q ), + .datac(\text_gen|char_ram~3041_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45687 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45688 ( +// Equation(s): +// \text_gen|char_ram~45688_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45687_combout & ((\text_gen|char_ram~6632_q ))) # (!\text_gen|char_ram~45687_combout & (\text_gen|char_ram~6625_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45687_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6625_q ), + .datac(\text_gen|char_ram~6632_q ), + .datad(\text_gen|char_ram~45687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45688 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4861feeder ( +// Equation(s): +// \text_gen|char_ram~4861feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4861feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4861feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4861feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y58_N29 +dffeas \text_gen|char_ram~4861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4861feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y55_N15 +dffeas \text_gen|char_ram~4868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1284feeder ( +// Equation(s): +// \text_gen|char_ram~1284feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1284feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1284feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1284feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y55_N27 +dffeas \text_gen|char_ram~1284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1284feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y55_N23 +dffeas \text_gen|char_ram~1277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45689 ( +// Equation(s): +// \text_gen|char_ram~45689_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~1284_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~1277_q ))))) + + .dataa(\text_gen|char_ram~1284_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1277_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45689 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45690 ( +// Equation(s): +// \text_gen|char_ram~45690_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45689_combout & ((\text_gen|char_ram~4868_q ))) # (!\text_gen|char_ram~45689_combout & (\text_gen|char_ram~4861_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45689_combout )))) + + .dataa(\text_gen|char_ram~4861_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~4868_q ), + .datad(\text_gen|char_ram~45689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45690 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4833feeder ( +// Equation(s): +// \text_gen|char_ram~4833feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y59_N9 +dffeas \text_gen|char_ram~4833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1256feeder ( +// Equation(s): +// \text_gen|char_ram~1256feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1256feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y55_N23 +dffeas \text_gen|char_ram~1256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y55_N5 +dffeas \text_gen|char_ram~1249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45691 ( +// Equation(s): +// \text_gen|char_ram~45691_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1256_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~1249_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~1256_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1249_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45691 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y55_N21 +dffeas \text_gen|char_ram~4840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45692 ( +// Equation(s): +// \text_gen|char_ram~45692_combout = (\text_gen|char_ram~45691_combout & (((\text_gen|char_ram~4840_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~45691_combout & (\text_gen|char_ram~4833_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~4833_q ), + .datab(\text_gen|char_ram~45691_combout ), + .datac(\text_gen|char_ram~4840_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45692 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45693 ( +// Equation(s): +// \text_gen|char_ram~45693_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45690_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45692_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45690_combout ), + .datad(\text_gen|char_ram~45692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45693 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45696 ( +// Equation(s): +// \text_gen|char_ram~45696_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45693_combout & (\text_gen|char_ram~45695_combout )) # (!\text_gen|char_ram~45693_combout & ((\text_gen|char_ram~45688_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45693_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45695_combout ), + .datac(\text_gen|char_ram~45688_combout ), + .datad(\text_gen|char_ram~45693_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45696 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2145feeder ( +// Equation(s): +// \text_gen|char_ram~2145feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y40_N5 +dffeas \text_gen|char_ram~2145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N11 +dffeas \text_gen|char_ram~2152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45697 ( +// Equation(s): +// \text_gen|char_ram~45697_combout = (\vga_c|h_cnt [4] & (((\text_gen|char_ram~2152_q ) # (\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2145_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~2145_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2152_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45697 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~45697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y41_N9 +dffeas \text_gen|char_ram~5729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N9 +dffeas \text_gen|char_ram~5736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45698 ( +// Equation(s): +// \text_gen|char_ram~45698_combout = (\text_gen|char_ram~45697_combout & (((\text_gen|char_ram~5736_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~45697_combout & (\text_gen|char_ram~5729_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~45697_combout ), + .datab(\text_gen|char_ram~5729_q ), + .datac(\text_gen|char_ram~5736_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45698 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3965feeder ( +// Equation(s): +// \text_gen|char_ram~3965feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3965feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3965feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3965feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y52_N11 +dffeas \text_gen|char_ram~3965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3965feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y55_N21 +dffeas \text_gen|char_ram~3972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~388feeder ( +// Equation(s): +// \text_gen|char_ram~388feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~388feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~388feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~388feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y42_N31 +dffeas \text_gen|char_ram~388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~388feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y41_N3 +dffeas \text_gen|char_ram~381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45699 ( +// Equation(s): +// \text_gen|char_ram~45699_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~388_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~381_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~388_q ), + .datac(\text_gen|char_ram~381_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45699 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45700 ( +// Equation(s): +// \text_gen|char_ram~45700_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45699_combout & ((\text_gen|char_ram~3972_q ))) # (!\text_gen|char_ram~45699_combout & (\text_gen|char_ram~3965_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45699_combout )))) + + .dataa(\text_gen|char_ram~3965_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~3972_q ), + .datad(\text_gen|char_ram~45699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45700 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3937feeder ( +// Equation(s): +// \text_gen|char_ram~3937feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3937feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3937feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3937feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y51_N19 +dffeas \text_gen|char_ram~3937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3937feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y51_N17 +dffeas \text_gen|char_ram~3944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y47_N25 +dffeas \text_gen|char_ram~360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y51_N19 +dffeas \text_gen|char_ram~353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45701 ( +// Equation(s): +// \text_gen|char_ram~45701_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~360_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~353_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~360_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~353_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45701 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45702 ( +// Equation(s): +// \text_gen|char_ram~45702_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45701_combout & ((\text_gen|char_ram~3944_q ))) # (!\text_gen|char_ram~45701_combout & (\text_gen|char_ram~3937_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45701_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3937_q ), + .datac(\text_gen|char_ram~3944_q ), + .datad(\text_gen|char_ram~45701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45702 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45703 ( +// Equation(s): +// \text_gen|char_ram~45703_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45700_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45702_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45700_combout ), + .datad(\text_gen|char_ram~45702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45703 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5757feeder ( +// Equation(s): +// \text_gen|char_ram~5757feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5757feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5757feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5757feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y44_N19 +dffeas \text_gen|char_ram~5757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5757feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y44_N29 +dffeas \text_gen|char_ram~5764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y40_N15 +dffeas \text_gen|char_ram~2173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2180feeder ( +// Equation(s): +// \text_gen|char_ram~2180feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2180feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2180feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2180feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y40_N25 +dffeas \text_gen|char_ram~2180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2180feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45704 ( +// Equation(s): +// \text_gen|char_ram~45704_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2180_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2173_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2173_q ), + .datad(\text_gen|char_ram~2180_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45704 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45705 ( +// Equation(s): +// \text_gen|char_ram~45705_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45704_combout & ((\text_gen|char_ram~5764_q ))) # (!\text_gen|char_ram~45704_combout & (\text_gen|char_ram~5757_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45704_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5757_q ), + .datac(\text_gen|char_ram~5764_q ), + .datad(\text_gen|char_ram~45704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45705 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45706 ( +// Equation(s): +// \text_gen|char_ram~45706_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45703_combout & ((\text_gen|char_ram~45705_combout ))) # (!\text_gen|char_ram~45703_combout & (\text_gen|char_ram~45698_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45703_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45698_combout ), + .datac(\text_gen|char_ram~45703_combout ), + .datad(\text_gen|char_ram~45705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45706 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45707 ( +// Equation(s): +// \text_gen|char_ram~45707_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~45696_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~45706_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~45696_combout ), + .datad(\text_gen|char_ram~45706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45707 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45718 ( +// Equation(s): +// \text_gen|char_ram~45718_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45707_combout & (\text_gen|char_ram~45717_combout )) # (!\text_gen|char_ram~45707_combout & ((\text_gen|char_ram~45686_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45707_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45717_combout ), + .datac(\text_gen|char_ram~45686_combout ), + .datad(\text_gen|char_ram~45707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45718 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6296feeder ( +// Equation(s): +// \text_gen|char_ram~6296feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6296feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y51_N19 +dffeas \text_gen|char_ram~6296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y51_N29 +dffeas \text_gen|char_ram~6324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y55_N11 +dffeas \text_gen|char_ram~6289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6317feeder ( +// Equation(s): +// \text_gen|char_ram~6317feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y55_N21 +dffeas \text_gen|char_ram~6317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45641 ( +// Equation(s): +// \text_gen|char_ram~45641_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~6317_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6289_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6289_q ), + .datad(\text_gen|char_ram~6317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45641 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45642 ( +// Equation(s): +// \text_gen|char_ram~45642_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45641_combout & ((\text_gen|char_ram~6324_q ))) # (!\text_gen|char_ram~45641_combout & (\text_gen|char_ram~6296_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45641_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6296_q ), + .datac(\text_gen|char_ram~6324_q ), + .datad(\text_gen|char_ram~45641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45642 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2712feeder ( +// Equation(s): +// \text_gen|char_ram~2712feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2712feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N17 +dffeas \text_gen|char_ram~2712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y57_N27 +dffeas \text_gen|char_ram~2740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y57_N13 +dffeas \text_gen|char_ram~2705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2733feeder ( +// Equation(s): +// \text_gen|char_ram~2733feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2733feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2733feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2733feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y56_N11 +dffeas \text_gen|char_ram~2733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2733feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45634 ( +// Equation(s): +// \text_gen|char_ram~45634_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2733_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2705_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2705_q ), + .datad(\text_gen|char_ram~2733_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45634 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45635 ( +// Equation(s): +// \text_gen|char_ram~45635_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45634_combout & ((\text_gen|char_ram~2740_q ))) # (!\text_gen|char_ram~45634_combout & (\text_gen|char_ram~2712_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45634_combout )))) + + .dataa(\text_gen|char_ram~2712_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2740_q ), + .datad(\text_gen|char_ram~45634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45635 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y54_N25 +dffeas \text_gen|char_ram~941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N11 +dffeas \text_gen|char_ram~948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N11 +dffeas \text_gen|char_ram~913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~920feeder ( +// Equation(s): +// \text_gen|char_ram~920feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~920feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y52_N11 +dffeas \text_gen|char_ram~920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45638 ( +// Equation(s): +// \text_gen|char_ram~45638_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~920_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~913_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~913_q ), + .datad(\text_gen|char_ram~920_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45638 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45639 ( +// Equation(s): +// \text_gen|char_ram~45639_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45638_combout & ((\text_gen|char_ram~948_q ))) # (!\text_gen|char_ram~45638_combout & (\text_gen|char_ram~941_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~45638_combout +// )))) + + .dataa(\text_gen|char_ram~941_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~948_q ), + .datad(\text_gen|char_ram~45638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45639 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4525feeder ( +// Equation(s): +// \text_gen|char_ram~4525feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y58_N9 +dffeas \text_gen|char_ram~4525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y58_N29 +dffeas \text_gen|char_ram~4532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4532 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y55_N23 +dffeas \text_gen|char_ram~4497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4504feeder ( +// Equation(s): +// \text_gen|char_ram~4504feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4504feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y55_N17 +dffeas \text_gen|char_ram~4504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45636 ( +// Equation(s): +// \text_gen|char_ram~45636_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4504_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4497_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4497_q ), + .datad(\text_gen|char_ram~4504_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45636 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45637 ( +// Equation(s): +// \text_gen|char_ram~45637_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45636_combout & ((\text_gen|char_ram~4532_q ))) # (!\text_gen|char_ram~45636_combout & (\text_gen|char_ram~4525_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45636_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4525_q ), + .datac(\text_gen|char_ram~4532_q ), + .datad(\text_gen|char_ram~45636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45637 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45640 ( +// Equation(s): +// \text_gen|char_ram~45640_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~45637_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~45639_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45639_combout ), + .datad(\text_gen|char_ram~45637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45640 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45643 ( +// Equation(s): +// \text_gen|char_ram~45643_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45640_combout & (\text_gen|char_ram~45642_combout )) # (!\text_gen|char_ram~45640_combout & ((\text_gen|char_ram~45635_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45640_combout )))) + + .dataa(\text_gen|char_ram~45642_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45635_combout ), + .datad(\text_gen|char_ram~45640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45643 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1368feeder ( +// Equation(s): +// \text_gen|char_ram~1368feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1368feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1368feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1368feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y25_N9 +dffeas \text_gen|char_ram~1368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1368feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y25_N31 +dffeas \text_gen|char_ram~1361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45669 ( +// Equation(s): +// \text_gen|char_ram~45669_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~1368_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~1361_q ))))) + + .dataa(\text_gen|char_ram~1368_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1361_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45669 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y25_N5 +dffeas \text_gen|char_ram~1396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1389feeder ( +// Equation(s): +// \text_gen|char_ram~1389feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1389feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1389feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1389feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y33_N3 +dffeas \text_gen|char_ram~1389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1389feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45670 ( +// Equation(s): +// \text_gen|char_ram~45670_combout = (\text_gen|char_ram~45669_combout & (((\text_gen|char_ram~1396_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~45669_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~1389_q )))) + + .dataa(\text_gen|char_ram~45669_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1396_q ), + .datad(\text_gen|char_ram~1389_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45670 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4952feeder ( +// Equation(s): +// \text_gen|char_ram~4952feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4952feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4952feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4952feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N13 +dffeas \text_gen|char_ram~4952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4952feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y25_N15 +dffeas \text_gen|char_ram~4945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45667 ( +// Equation(s): +// \text_gen|char_ram~45667_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4952_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~4945_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~4952_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4945_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45667 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y29_N19 +dffeas \text_gen|char_ram~4980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4973feeder ( +// Equation(s): +// \text_gen|char_ram~4973feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4973feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4973feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4973feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y33_N25 +dffeas \text_gen|char_ram~4973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4973feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45668 ( +// Equation(s): +// \text_gen|char_ram~45668_combout = (\text_gen|char_ram~45667_combout & (((\text_gen|char_ram~4980_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~45667_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4973_q )))) + + .dataa(\text_gen|char_ram~45667_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4980_q ), + .datad(\text_gen|char_ram~4973_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45668 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45671 ( +// Equation(s): +// \text_gen|char_ram~45671_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~45668_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~45670_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45670_combout ), + .datac(\text_gen|char_ram~45668_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45671 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~45671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y25_N19 +dffeas \text_gen|char_ram~3160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y22_N11 +dffeas \text_gen|char_ram~3188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y22_N9 +dffeas \text_gen|char_ram~3153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3181feeder ( +// Equation(s): +// \text_gen|char_ram~3181feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3181feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3181feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3181feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y29_N29 +dffeas \text_gen|char_ram~3181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3181feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45665 ( +// Equation(s): +// \text_gen|char_ram~45665_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3181_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3153_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3153_q ), + .datad(\text_gen|char_ram~3181_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45665 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45666 ( +// Equation(s): +// \text_gen|char_ram~45666_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45665_combout & ((\text_gen|char_ram~3188_q ))) # (!\text_gen|char_ram~45665_combout & (\text_gen|char_ram~3160_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45665_combout )))) + + .dataa(\text_gen|char_ram~3160_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3188_q ), + .datad(\text_gen|char_ram~45665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45666 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6744feeder ( +// Equation(s): +// \text_gen|char_ram~6744feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y25_N11 +dffeas \text_gen|char_ram~6744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y22_N25 +dffeas \text_gen|char_ram~6772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y33_N7 +dffeas \text_gen|char_ram~6737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6765feeder ( +// Equation(s): +// \text_gen|char_ram~6765feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6765feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y33_N13 +dffeas \text_gen|char_ram~6765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45672 ( +// Equation(s): +// \text_gen|char_ram~45672_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~6765_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6737_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6737_q ), + .datad(\text_gen|char_ram~6765_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45672 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45673 ( +// Equation(s): +// \text_gen|char_ram~45673_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45672_combout & ((\text_gen|char_ram~6772_q ))) # (!\text_gen|char_ram~45672_combout & (\text_gen|char_ram~6744_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45672_combout )))) + + .dataa(\text_gen|char_ram~6744_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6772_q ), + .datad(\text_gen|char_ram~45672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45673 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45674 ( +// Equation(s): +// \text_gen|char_ram~45674_combout = (\text_gen|char_ram~45671_combout & (((\text_gen|char_ram~45673_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~45671_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~45666_combout ))) + + .dataa(\text_gen|char_ram~45671_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45666_combout ), + .datad(\text_gen|char_ram~45673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45674 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~45674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y20_N27 +dffeas \text_gen|char_ram~2257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2285feeder ( +// Equation(s): +// \text_gen|char_ram~2285feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2285feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2285feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2285feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N19 +dffeas \text_gen|char_ram~2285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2285feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45644 ( +// Equation(s): +// \text_gen|char_ram~45644_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2285_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2257_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2257_q ), + .datad(\text_gen|char_ram~2285_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45644 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y20_N31 +dffeas \text_gen|char_ram~2292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2264feeder ( +// Equation(s): +// \text_gen|char_ram~2264feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2264feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2264feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2264feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y20_N1 +dffeas \text_gen|char_ram~2264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2264feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45645 ( +// Equation(s): +// \text_gen|char_ram~45645_combout = (\text_gen|char_ram~45644_combout & (((\text_gen|char_ram~2292_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~45644_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2264_q )))) + + .dataa(\text_gen|char_ram~45644_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2292_q ), + .datad(\text_gen|char_ram~2264_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45645 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y19_N31 +dffeas \text_gen|char_ram~465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~472feeder ( +// Equation(s): +// \text_gen|char_ram~472feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~472feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y19_N21 +dffeas \text_gen|char_ram~472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45648 ( +// Equation(s): +// \text_gen|char_ram~45648_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~472_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~465_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~465_q ), + .datad(\text_gen|char_ram~472_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45648 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y19_N21 +dffeas \text_gen|char_ram~500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y19_N5 +dffeas \text_gen|char_ram~493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45649 ( +// Equation(s): +// \text_gen|char_ram~45649_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45648_combout & (\text_gen|char_ram~500_q )) # (!\text_gen|char_ram~45648_combout & ((\text_gen|char_ram~493_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45648_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45648_combout ), + .datac(\text_gen|char_ram~500_q ), + .datad(\text_gen|char_ram~493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45649 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4056feeder ( +// Equation(s): +// \text_gen|char_ram~4056feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y21_N27 +dffeas \text_gen|char_ram~4056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N9 +dffeas \text_gen|char_ram~4049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45646 ( +// Equation(s): +// \text_gen|char_ram~45646_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4056_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~4049_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4056_q ), + .datac(\text_gen|char_ram~4049_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45646 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y18_N19 +dffeas \text_gen|char_ram~4084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4077feeder ( +// Equation(s): +// \text_gen|char_ram~4077feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4077feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y18_N13 +dffeas \text_gen|char_ram~4077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45647 ( +// Equation(s): +// \text_gen|char_ram~45647_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45646_combout & (\text_gen|char_ram~4084_q )) # (!\text_gen|char_ram~45646_combout & ((\text_gen|char_ram~4077_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45646_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45646_combout ), + .datac(\text_gen|char_ram~4084_q ), + .datad(\text_gen|char_ram~4077_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45647 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45650 ( +// Equation(s): +// \text_gen|char_ram~45650_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~45647_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~45649_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45649_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~45647_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45650 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~45650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y18_N27 +dffeas \text_gen|char_ram~5841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5869feeder ( +// Equation(s): +// \text_gen|char_ram~5869feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y18_N9 +dffeas \text_gen|char_ram~5869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45651 ( +// Equation(s): +// \text_gen|char_ram~45651_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~5869_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5841_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5841_q ), + .datad(\text_gen|char_ram~5869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45651 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5848feeder ( +// Equation(s): +// \text_gen|char_ram~5848feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5848feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5848feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5848feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y22_N19 +dffeas \text_gen|char_ram~5848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5848feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5876feeder ( +// Equation(s): +// \text_gen|char_ram~5876feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5876feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5876feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5876feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y22_N29 +dffeas \text_gen|char_ram~5876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5876feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45652 ( +// Equation(s): +// \text_gen|char_ram~45652_combout = (\text_gen|char_ram~45651_combout & (((\text_gen|char_ram~5876_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~45651_combout & (\vga_c|h_cnt [4] & (\text_gen|char_ram~5848_q ))) + + .dataa(\text_gen|char_ram~45651_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5848_q ), + .datad(\text_gen|char_ram~5876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45652 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~45652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45653 ( +// Equation(s): +// \text_gen|char_ram~45653_combout = (\text_gen|char_ram~45650_combout & (((\text_gen|char_ram~45652_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45650_combout & (\text_gen|char_ram~45645_combout & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~45645_combout ), + .datab(\text_gen|char_ram~45650_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~45652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45653 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~45653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1816feeder ( +// Equation(s): +// \text_gen|char_ram~1816feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1816feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1816feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1816feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y44_N13 +dffeas \text_gen|char_ram~1816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1816feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y40_N17 +dffeas \text_gen|char_ram~1844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1837feeder ( +// Equation(s): +// \text_gen|char_ram~1837feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1837feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y40_N19 +dffeas \text_gen|char_ram~1837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y40_N3 +dffeas \text_gen|char_ram~1809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45654 ( +// Equation(s): +// \text_gen|char_ram~45654_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~1837_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~1809_q ))))) + + .dataa(\text_gen|char_ram~1837_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1809_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45654 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45655 ( +// Equation(s): +// \text_gen|char_ram~45655_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45654_combout & ((\text_gen|char_ram~1844_q ))) # (!\text_gen|char_ram~45654_combout & (\text_gen|char_ram~1816_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45654_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1816_q ), + .datac(\text_gen|char_ram~1844_q ), + .datad(\text_gen|char_ram~45654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45655 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5400feeder ( +// Equation(s): +// \text_gen|char_ram~5400feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y44_N29 +dffeas \text_gen|char_ram~5400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5428feeder ( +// Equation(s): +// \text_gen|char_ram~5428feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5428feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5428feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5428feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y32_N15 +dffeas \text_gen|char_ram~5428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5428feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y42_N27 +dffeas \text_gen|char_ram~5393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5421feeder ( +// Equation(s): +// \text_gen|char_ram~5421feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5421feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y42_N29 +dffeas \text_gen|char_ram~5421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45661 ( +// Equation(s): +// \text_gen|char_ram~45661_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5421_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5393_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5393_q ), + .datad(\text_gen|char_ram~5421_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45661 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45662 ( +// Equation(s): +// \text_gen|char_ram~45662_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45661_combout & ((\text_gen|char_ram~5428_q ))) # (!\text_gen|char_ram~45661_combout & (\text_gen|char_ram~5400_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45661_combout )))) + + .dataa(\text_gen|char_ram~5400_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5428_q ), + .datad(\text_gen|char_ram~45661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45662 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3629feeder ( +// Equation(s): +// \text_gen|char_ram~3629feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3629feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y54_N13 +dffeas \text_gen|char_ram~3629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y54_N15 +dffeas \text_gen|char_ram~3636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y51_N17 +dffeas \text_gen|char_ram~3601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y47_N21 +dffeas \text_gen|char_ram~3608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45656 ( +// Equation(s): +// \text_gen|char_ram~45656_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3608_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3601_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3601_q ), + .datad(\text_gen|char_ram~3608_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45656 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45657 ( +// Equation(s): +// \text_gen|char_ram~45657_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45656_combout & ((\text_gen|char_ram~3636_q ))) # (!\text_gen|char_ram~45656_combout & (\text_gen|char_ram~3629_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45656_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3629_q ), + .datac(\text_gen|char_ram~3636_q ), + .datad(\text_gen|char_ram~45656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45657 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45feeder ( +// Equation(s): +// \text_gen|char_ram~45feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~45feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~45feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y40_N31 +dffeas \text_gen|char_ram~45 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~45feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~45_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~45 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~45 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y40_N29 +dffeas \text_gen|char_ram~52 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~52_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~52 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~52 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y40_N5 +dffeas \text_gen|char_ram~17 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24feeder ( +// Equation(s): +// \text_gen|char_ram~24feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y43_N21 +dffeas \text_gen|char_ram~24 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45658 ( +// Equation(s): +// \text_gen|char_ram~45658_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~24_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17_q ), + .datad(\text_gen|char_ram~24_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45658 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45659 ( +// Equation(s): +// \text_gen|char_ram~45659_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45658_combout & ((\text_gen|char_ram~52_q ))) # (!\text_gen|char_ram~45658_combout & (\text_gen|char_ram~45_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~45658_combout +// )))) + + .dataa(\text_gen|char_ram~45_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~52_q ), + .datad(\text_gen|char_ram~45658_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45659 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45660 ( +// Equation(s): +// \text_gen|char_ram~45660_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~45657_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~45659_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45657_combout ), + .datad(\text_gen|char_ram~45659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45660 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45663 ( +// Equation(s): +// \text_gen|char_ram~45663_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45660_combout & ((\text_gen|char_ram~45662_combout ))) # (!\text_gen|char_ram~45660_combout & (\text_gen|char_ram~45655_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45660_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45655_combout ), + .datac(\text_gen|char_ram~45662_combout ), + .datad(\text_gen|char_ram~45660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45663 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45664 ( +// Equation(s): +// \text_gen|char_ram~45664_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45653_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~45663_combout )))) + + .dataa(\text_gen|char_ram~45653_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~45663_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45664 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~45664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45675 ( +// Equation(s): +// \text_gen|char_ram~45675_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45664_combout & ((\text_gen|char_ram~45674_combout ))) # (!\text_gen|char_ram~45664_combout & (\text_gen|char_ram~45643_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45664_combout )))) + + .dataa(\text_gen|char_ram~45643_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~45674_combout ), + .datad(\text_gen|char_ram~45664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45675 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5085feeder ( +// Equation(s): +// \text_gen|char_ram~5085feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5085feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N31 +dffeas \text_gen|char_ram~5085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y29_N11 +dffeas \text_gen|char_ram~5092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y29_N25 +dffeas \text_gen|char_ram~5057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5064feeder ( +// Equation(s): +// \text_gen|char_ram~5064feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5064feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N29 +dffeas \text_gen|char_ram~5064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45623 ( +// Equation(s): +// \text_gen|char_ram~45623_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5064_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5057_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5057_q ), + .datad(\text_gen|char_ram~5064_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45623 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45624 ( +// Equation(s): +// \text_gen|char_ram~45624_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45623_combout & ((\text_gen|char_ram~5092_q ))) # (!\text_gen|char_ram~45623_combout & (\text_gen|char_ram~5085_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45623_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5085_q ), + .datac(\text_gen|char_ram~5092_q ), + .datad(\text_gen|char_ram~45623_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45624 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N27 +dffeas \text_gen|char_ram~6849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6877feeder ( +// Equation(s): +// \text_gen|char_ram~6877feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y33_N11 +dffeas \text_gen|char_ram~6877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45630 ( +// Equation(s): +// \text_gen|char_ram~45630_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~6877_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6849_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6849_q ), + .datad(\text_gen|char_ram~6877_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45630 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y29_N15 +dffeas \text_gen|char_ram~6884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6856feeder ( +// Equation(s): +// \text_gen|char_ram~6856feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6856feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6856feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6856feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y29_N29 +dffeas \text_gen|char_ram~6856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6856feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45631 ( +// Equation(s): +// \text_gen|char_ram~45631_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45630_combout & (\text_gen|char_ram~6884_q )) # (!\text_gen|char_ram~45630_combout & ((\text_gen|char_ram~6856_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45630_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45630_combout ), + .datac(\text_gen|char_ram~6884_q ), + .datad(\text_gen|char_ram~6856_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45631 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1501feeder ( +// Equation(s): +// \text_gen|char_ram~1501feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1501feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y36_N11 +dffeas \text_gen|char_ram~1501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1501 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y36_N15 +dffeas \text_gen|char_ram~1508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y36_N13 +dffeas \text_gen|char_ram~1473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1480feeder ( +// Equation(s): +// \text_gen|char_ram~1480feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1480feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y36_N27 +dffeas \text_gen|char_ram~1480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45627 ( +// Equation(s): +// \text_gen|char_ram~45627_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~1480_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1473_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1473_q ), + .datad(\text_gen|char_ram~1480_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45627 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45628 ( +// Equation(s): +// \text_gen|char_ram~45628_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45627_combout & ((\text_gen|char_ram~1508_q ))) # (!\text_gen|char_ram~45627_combout & (\text_gen|char_ram~1501_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45627_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1501_q ), + .datac(\text_gen|char_ram~1508_q ), + .datad(\text_gen|char_ram~45627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45628 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~3272feeder ( +// Equation(s): +// \text_gen|char_ram~3272feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3272feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N3 +dffeas \text_gen|char_ram~3272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3293feeder ( +// Equation(s): +// \text_gen|char_ram~3293feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y33_N17 +dffeas \text_gen|char_ram~3293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y33_N9 +dffeas \text_gen|char_ram~3265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45625 ( +// Equation(s): +// \text_gen|char_ram~45625_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~3293_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~3265_q ))))) + + .dataa(\text_gen|char_ram~3293_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3265_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45625 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y33_N3 +dffeas \text_gen|char_ram~3300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45626 ( +// Equation(s): +// \text_gen|char_ram~45626_combout = (\text_gen|char_ram~45625_combout & (((\text_gen|char_ram~3300_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~45625_combout & (\text_gen|char_ram~3272_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~3272_q ), + .datab(\text_gen|char_ram~45625_combout ), + .datac(\text_gen|char_ram~3300_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45626 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45629 ( +// Equation(s): +// \text_gen|char_ram~45629_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~45626_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~45628_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~45628_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~45626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45629 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~45629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45632 ( +// Equation(s): +// \text_gen|char_ram~45632_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45629_combout & ((\text_gen|char_ram~45631_combout ))) # (!\text_gen|char_ram~45629_combout & (\text_gen|char_ram~45624_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45629_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45624_combout ), + .datac(\text_gen|char_ram~45631_combout ), + .datad(\text_gen|char_ram~45629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45632 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4616feeder ( +// Equation(s): +// \text_gen|char_ram~4616feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4616feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4616feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4616feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y53_N13 +dffeas \text_gen|char_ram~4616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4616feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y53_N27 +dffeas \text_gen|char_ram~4609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45604 ( +// Equation(s): +// \text_gen|char_ram~45604_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4616_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4609_q ))))) + + .dataa(\text_gen|char_ram~4616_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4609_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45604 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y55_N19 +dffeas \text_gen|char_ram~4637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4644feeder ( +// Equation(s): +// \text_gen|char_ram~4644feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4644feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4644feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4644feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y55_N7 +dffeas \text_gen|char_ram~4644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4644feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45605 ( +// Equation(s): +// \text_gen|char_ram~45605_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45604_combout & ((\text_gen|char_ram~4644_q ))) # (!\text_gen|char_ram~45604_combout & (\text_gen|char_ram~4637_q )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45604_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45604_combout ), + .datac(\text_gen|char_ram~4637_q ), + .datad(\text_gen|char_ram~4644_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45605 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~45605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~1053feeder ( +// Equation(s): +// \text_gen|char_ram~1053feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y45_N1 +dffeas \text_gen|char_ram~1053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y47_N17 +dffeas \text_gen|char_ram~1060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y45_N21 +dffeas \text_gen|char_ram~1025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1032feeder ( +// Equation(s): +// \text_gen|char_ram~1032feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1032feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1032feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1032feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y47_N23 +dffeas \text_gen|char_ram~1032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1032feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45606 ( +// Equation(s): +// \text_gen|char_ram~45606_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~1032_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1025_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1025_q ), + .datad(\text_gen|char_ram~1032_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45606 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45607 ( +// Equation(s): +// \text_gen|char_ram~45607_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45606_combout & ((\text_gen|char_ram~1060_q ))) # (!\text_gen|char_ram~45606_combout & (\text_gen|char_ram~1053_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45606_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1053_q ), + .datac(\text_gen|char_ram~1060_q ), + .datad(\text_gen|char_ram~45606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45607 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45608 ( +// Equation(s): +// \text_gen|char_ram~45608_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~45605_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~45607_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45605_combout ), + .datad(\text_gen|char_ram~45607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45608 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6408feeder ( +// Equation(s): +// \text_gen|char_ram~6408feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6408feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y48_N15 +dffeas \text_gen|char_ram~6408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y51_N29 +dffeas \text_gen|char_ram~6436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y51_N19 +dffeas \text_gen|char_ram~6401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6429feeder ( +// Equation(s): +// \text_gen|char_ram~6429feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6429feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y51_N15 +dffeas \text_gen|char_ram~6429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45609 ( +// Equation(s): +// \text_gen|char_ram~45609_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~6429_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6401_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6401_q ), + .datad(\text_gen|char_ram~6429_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45609 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45610 ( +// Equation(s): +// \text_gen|char_ram~45610_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45609_combout & ((\text_gen|char_ram~6436_q ))) # (!\text_gen|char_ram~45609_combout & (\text_gen|char_ram~6408_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45609_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6408_q ), + .datac(\text_gen|char_ram~6436_q ), + .datad(\text_gen|char_ram~45609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45610 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2824feeder ( +// Equation(s): +// \text_gen|char_ram~2824feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2824feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2824feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2824feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y50_N5 +dffeas \text_gen|char_ram~2824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2824feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y46_N29 +dffeas \text_gen|char_ram~2852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y46_N19 +dffeas \text_gen|char_ram~2817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2845feeder ( +// Equation(s): +// \text_gen|char_ram~2845feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2845feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2845feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2845feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y36_N17 +dffeas \text_gen|char_ram~2845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2845feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45602 ( +// Equation(s): +// \text_gen|char_ram~45602_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2845_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2817_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2817_q ), + .datad(\text_gen|char_ram~2845_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45602 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45603 ( +// Equation(s): +// \text_gen|char_ram~45603_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45602_combout & ((\text_gen|char_ram~2852_q ))) # (!\text_gen|char_ram~45602_combout & (\text_gen|char_ram~2824_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45602_combout )))) + + .dataa(\text_gen|char_ram~2824_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2852_q ), + .datad(\text_gen|char_ram~45602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45603 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45611 ( +// Equation(s): +// \text_gen|char_ram~45611_combout = (\text_gen|char_ram~45608_combout & ((\text_gen|char_ram~45610_combout ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45608_combout & (((\text_gen|char_ram~45603_combout & \text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~45608_combout ), + .datab(\text_gen|char_ram~45610_combout ), + .datac(\text_gen|char_ram~45603_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45611 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~45611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y45_N23 +dffeas \text_gen|char_ram~5505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5533feeder ( +// Equation(s): +// \text_gen|char_ram~5533feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y41_N17 +dffeas \text_gen|char_ram~5533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45619 ( +// Equation(s): +// \text_gen|char_ram~45619_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5533_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5505_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5505_q ), + .datad(\text_gen|char_ram~5533_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45619 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y44_N19 +dffeas \text_gen|char_ram~5540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y44_N21 +dffeas \text_gen|char_ram~5512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45620 ( +// Equation(s): +// \text_gen|char_ram~45620_combout = (\text_gen|char_ram~45619_combout & (((\text_gen|char_ram~5540_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~45619_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5512_q )))) + + .dataa(\text_gen|char_ram~45619_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5540_q ), + .datad(\text_gen|char_ram~5512_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45620 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1928feeder ( +// Equation(s): +// \text_gen|char_ram~1928feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1928feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1928feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1928feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y40_N29 +dffeas \text_gen|char_ram~1928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1928feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y40_N15 +dffeas \text_gen|char_ram~1956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y40_N21 +dffeas \text_gen|char_ram~1921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~1949feeder ( +// Equation(s): +// \text_gen|char_ram~1949feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1949feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y40_N7 +dffeas \text_gen|char_ram~1949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45612 ( +// Equation(s): +// \text_gen|char_ram~45612_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1949_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1921_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1921_q ), + .datad(\text_gen|char_ram~1949_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45612 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45613 ( +// Equation(s): +// \text_gen|char_ram~45613_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45612_combout & ((\text_gen|char_ram~1956_q ))) # (!\text_gen|char_ram~45612_combout & (\text_gen|char_ram~1928_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45612_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1928_q ), + .datac(\text_gen|char_ram~1956_q ), + .datad(\text_gen|char_ram~45612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45613 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3741feeder ( +// Equation(s): +// \text_gen|char_ram~3741feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3741feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3741feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3741feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y47_N13 +dffeas \text_gen|char_ram~3741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3741feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y47_N7 +dffeas \text_gen|char_ram~3748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y45_N29 +dffeas \text_gen|char_ram~3713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3720feeder ( +// Equation(s): +// \text_gen|char_ram~3720feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3720feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y47_N29 +dffeas \text_gen|char_ram~3720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45614 ( +// Equation(s): +// \text_gen|char_ram~45614_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3720_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3713_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3713_q ), + .datad(\text_gen|char_ram~3720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45614 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45615 ( +// Equation(s): +// \text_gen|char_ram~45615_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45614_combout & ((\text_gen|char_ram~3748_q ))) # (!\text_gen|char_ram~45614_combout & (\text_gen|char_ram~3741_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45614_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3741_q ), + .datac(\text_gen|char_ram~3748_q ), + .datad(\text_gen|char_ram~45614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45615 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~157feeder ( +// Equation(s): +// \text_gen|char_ram~157feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~157feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y40_N7 +dffeas \text_gen|char_ram~157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N17 +dffeas \text_gen|char_ram~164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y45_N27 +dffeas \text_gen|char_ram~129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~136feeder ( +// Equation(s): +// \text_gen|char_ram~136feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~136feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~136feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~136feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y47_N23 +dffeas \text_gen|char_ram~136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~136feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45616 ( +// Equation(s): +// \text_gen|char_ram~45616_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~136_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~129_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~129_q ), + .datad(\text_gen|char_ram~136_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45616 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45617 ( +// Equation(s): +// \text_gen|char_ram~45617_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45616_combout & ((\text_gen|char_ram~164_q ))) # (!\text_gen|char_ram~45616_combout & (\text_gen|char_ram~157_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~45616_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~157_q ), + .datac(\text_gen|char_ram~164_q ), + .datad(\text_gen|char_ram~45616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45617 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45618 ( +// Equation(s): +// \text_gen|char_ram~45618_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~45615_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~45617_combout ))))) + + .dataa(\text_gen|char_ram~45615_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~45617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45618 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~45618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45621 ( +// Equation(s): +// \text_gen|char_ram~45621_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45618_combout & (\text_gen|char_ram~45620_combout )) # (!\text_gen|char_ram~45618_combout & ((\text_gen|char_ram~45613_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45618_combout )))) + + .dataa(\text_gen|char_ram~45620_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45613_combout ), + .datad(\text_gen|char_ram~45618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45621 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45622 ( +// Equation(s): +// \text_gen|char_ram~45622_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~45611_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~45621_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45611_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~45621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45622 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4189feeder ( +// Equation(s): +// \text_gen|char_ram~4189feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4189feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y22_N25 +dffeas \text_gen|char_ram~4189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y22_N5 +dffeas \text_gen|char_ram~4196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4168feeder ( +// Equation(s): +// \text_gen|char_ram~4168feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4168feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4168feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4168feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y25_N7 +dffeas \text_gen|char_ram~4168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4168feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y22_N19 +dffeas \text_gen|char_ram~4161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45592 ( +// Equation(s): +// \text_gen|char_ram~45592_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4168_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4161_q ))))) + + .dataa(\text_gen|char_ram~4168_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4161_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45592 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45593 ( +// Equation(s): +// \text_gen|char_ram~45593_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45592_combout & ((\text_gen|char_ram~4196_q ))) # (!\text_gen|char_ram~45592_combout & (\text_gen|char_ram~4189_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45592_combout )))) + + .dataa(\text_gen|char_ram~4189_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4196_q ), + .datad(\text_gen|char_ram~45592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45593 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~605feeder ( +// Equation(s): +// \text_gen|char_ram~605feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~605feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~605feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~605feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y19_N17 +dffeas \text_gen|char_ram~605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~605feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y21_N17 +dffeas \text_gen|char_ram~612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N27 +dffeas \text_gen|char_ram~577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~584feeder ( +// Equation(s): +// \text_gen|char_ram~584feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~584feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~584feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~584feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y19_N11 +dffeas \text_gen|char_ram~584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~584feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45596 ( +// Equation(s): +// \text_gen|char_ram~45596_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~584_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~577_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~577_q ), + .datad(\text_gen|char_ram~584_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45596 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45597 ( +// Equation(s): +// \text_gen|char_ram~45597_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45596_combout & ((\text_gen|char_ram~612_q ))) # (!\text_gen|char_ram~45596_combout & (\text_gen|char_ram~605_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~45596_combout +// )))) + + .dataa(\text_gen|char_ram~605_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~612_q ), + .datad(\text_gen|char_ram~45596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45597 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2376feeder ( +// Equation(s): +// \text_gen|char_ram~2376feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2376feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2376feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2376feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y23_N11 +dffeas \text_gen|char_ram~2376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2376feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y23_N25 +dffeas \text_gen|char_ram~2404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y19_N3 +dffeas \text_gen|char_ram~2369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2397feeder ( +// Equation(s): +// \text_gen|char_ram~2397feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2397feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2397feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2397feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N21 +dffeas \text_gen|char_ram~2397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2397feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45594 ( +// Equation(s): +// \text_gen|char_ram~45594_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2397_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2369_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2369_q ), + .datad(\text_gen|char_ram~2397_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45594 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45595 ( +// Equation(s): +// \text_gen|char_ram~45595_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45594_combout & ((\text_gen|char_ram~2404_q ))) # (!\text_gen|char_ram~45594_combout & (\text_gen|char_ram~2376_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45594_combout )))) + + .dataa(\text_gen|char_ram~2376_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2404_q ), + .datad(\text_gen|char_ram~45594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45595 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45598 ( +// Equation(s): +// \text_gen|char_ram~45598_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~45595_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~45597_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~45597_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~45595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45598 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~45598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5988feeder ( +// Equation(s): +// \text_gen|char_ram~5988feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5988feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5988feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5988feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y23_N15 +dffeas \text_gen|char_ram~5988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5988feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y25_N1 +dffeas \text_gen|char_ram~5960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5953feeder ( +// Equation(s): +// \text_gen|char_ram~5953feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y22_N15 +dffeas \text_gen|char_ram~5953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y22_N11 +dffeas \text_gen|char_ram~5981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45599 ( +// Equation(s): +// \text_gen|char_ram~45599_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5981_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5953_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5953_q ), + .datac(\text_gen|char_ram~5981_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45599 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~45599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45600 ( +// Equation(s): +// \text_gen|char_ram~45600_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45599_combout & (\text_gen|char_ram~5988_q )) # (!\text_gen|char_ram~45599_combout & ((\text_gen|char_ram~5960_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45599_combout )))) + + .dataa(\text_gen|char_ram~5988_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5960_q ), + .datad(\text_gen|char_ram~45599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45600 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45601 ( +// Equation(s): +// \text_gen|char_ram~45601_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45598_combout & ((\text_gen|char_ram~45600_combout ))) # (!\text_gen|char_ram~45598_combout & (\text_gen|char_ram~45593_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45598_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45593_combout ), + .datac(\text_gen|char_ram~45598_combout ), + .datad(\text_gen|char_ram~45600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45601 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45633 ( +// Equation(s): +// \text_gen|char_ram~45633_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45622_combout & (\text_gen|char_ram~45632_combout )) # (!\text_gen|char_ram~45622_combout & ((\text_gen|char_ram~45601_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45622_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45632_combout ), + .datac(\text_gen|char_ram~45622_combout ), + .datad(\text_gen|char_ram~45601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45633 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45676 ( +// Equation(s): +// \text_gen|char_ram~45676_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~45633_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~45675_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~45675_combout ), + .datad(\text_gen|char_ram~45633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45676 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6961feeder ( +// Equation(s): +// \text_gen|char_ram~6961feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6961feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6961feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6961feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N23 +dffeas \text_gen|char_ram~6961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6961feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5197feeder ( +// Equation(s): +// \text_gen|char_ram~5197feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5197feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5197feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5197feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y30_N31 +dffeas \text_gen|char_ram~5197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5197feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N9 +dffeas \text_gen|char_ram~5169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45581 ( +// Equation(s): +// \text_gen|char_ram~45581_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5197_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5169_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~5197_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5169_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45581 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N13 +dffeas \text_gen|char_ram~6989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45582 ( +// Equation(s): +// \text_gen|char_ram~45582_combout = (\text_gen|char_ram~45581_combout & (((\text_gen|char_ram~6989_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~45581_combout & (\text_gen|char_ram~6961_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~6961_q ), + .datab(\text_gen|char_ram~45581_combout ), + .datac(\text_gen|char_ram~6989_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45582 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3384feeder ( +// Equation(s): +// \text_gen|char_ram~3384feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3384feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y24_N19 +dffeas \text_gen|char_ram~3384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y25_N29 +dffeas \text_gen|char_ram~3412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1592feeder ( +// Equation(s): +// \text_gen|char_ram~1592feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y25_N19 +dffeas \text_gen|char_ram~1592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1620feeder ( +// Equation(s): +// \text_gen|char_ram~1620feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1620feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1620feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1620feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y25_N19 +dffeas \text_gen|char_ram~1620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1620feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45583 ( +// Equation(s): +// \text_gen|char_ram~45583_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~1620_q )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1592_q & (!\text_gen|Add5~8_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1592_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~1620_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45583 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~45583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45584 ( +// Equation(s): +// \text_gen|char_ram~45584_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45583_combout & ((\text_gen|char_ram~3412_q ))) # (!\text_gen|char_ram~45583_combout & (\text_gen|char_ram~3384_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45583_combout )))) + + .dataa(\text_gen|char_ram~3384_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~3412_q ), + .datad(\text_gen|char_ram~45583_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45584 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3377feeder ( +// Equation(s): +// \text_gen|char_ram~3377feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3377feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y25_N31 +dffeas \text_gen|char_ram~3377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y30_N15 +dffeas \text_gen|char_ram~3405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1613feeder ( +// Equation(s): +// \text_gen|char_ram~1613feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1613feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1613feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1613feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y26_N5 +dffeas \text_gen|char_ram~1613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1613feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N15 +dffeas \text_gen|char_ram~1585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45585 ( +// Equation(s): +// \text_gen|char_ram~45585_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~1613_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~1585_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1613_q ), + .datac(\text_gen|char_ram~1585_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45585 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45586 ( +// Equation(s): +// \text_gen|char_ram~45586_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45585_combout & ((\text_gen|char_ram~3405_q ))) # (!\text_gen|char_ram~45585_combout & (\text_gen|char_ram~3377_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45585_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3377_q ), + .datac(\text_gen|char_ram~3405_q ), + .datad(\text_gen|char_ram~45585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45586 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45587 ( +// Equation(s): +// \text_gen|char_ram~45587_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45584_combout ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~45586_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45584_combout ), + .datac(\text_gen|char_ram~45586_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45587 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6968feeder ( +// Equation(s): +// \text_gen|char_ram~6968feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6968feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6968feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6968feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y25_N17 +dffeas \text_gen|char_ram~6968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6968feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y25_N7 +dffeas \text_gen|char_ram~6996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5204feeder ( +// Equation(s): +// \text_gen|char_ram~5204feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5204feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5204feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5204feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y27_N3 +dffeas \text_gen|char_ram~5204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5204feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y25_N29 +dffeas \text_gen|char_ram~5176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45588 ( +// Equation(s): +// \text_gen|char_ram~45588_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~5204_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~5176_q ))))) + + .dataa(\text_gen|char_ram~5204_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5176_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45588 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45589 ( +// Equation(s): +// \text_gen|char_ram~45589_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45588_combout & ((\text_gen|char_ram~6996_q ))) # (!\text_gen|char_ram~45588_combout & (\text_gen|char_ram~6968_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45588_combout )))) + + .dataa(\text_gen|char_ram~6968_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6996_q ), + .datad(\text_gen|char_ram~45588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45589 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45590 ( +// Equation(s): +// \text_gen|char_ram~45590_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45587_combout & ((\text_gen|char_ram~45589_combout ))) # (!\text_gen|char_ram~45587_combout & (\text_gen|char_ram~45582_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45587_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45582_combout ), + .datac(\text_gen|char_ram~45587_combout ), + .datad(\text_gen|char_ram~45589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45590 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~45590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6520feeder ( +// Equation(s): +// \text_gen|char_ram~6520feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6520feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y52_N19 +dffeas \text_gen|char_ram~6520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y52_N17 +dffeas \text_gen|char_ram~6513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y52_N25 +dffeas \text_gen|char_ram~2929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y37_N23 +dffeas \text_gen|char_ram~2936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45550 ( +// Equation(s): +// \text_gen|char_ram~45550_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~2936_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~2929_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~2929_q ), + .datad(\text_gen|char_ram~2936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45550 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45551 ( +// Equation(s): +// \text_gen|char_ram~45551_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45550_combout & (\text_gen|char_ram~6520_q )) # (!\text_gen|char_ram~45550_combout & ((\text_gen|char_ram~6513_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45550_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6520_q ), + .datac(\text_gen|char_ram~6513_q ), + .datad(\text_gen|char_ram~45550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45551 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4749feeder ( +// Equation(s): +// \text_gen|char_ram~4749feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4749feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4749feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4749feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y55_N15 +dffeas \text_gen|char_ram~4749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4749feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y55_N17 +dffeas \text_gen|char_ram~4756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1172feeder ( +// Equation(s): +// \text_gen|char_ram~1172feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1172feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1172feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1172feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N9 +dffeas \text_gen|char_ram~1172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1172feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y54_N3 +dffeas \text_gen|char_ram~1165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45552 ( +// Equation(s): +// \text_gen|char_ram~45552_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~1172_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~1165_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~1172_q ), + .datac(\text_gen|char_ram~1165_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45552 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45553 ( +// Equation(s): +// \text_gen|char_ram~45553_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45552_combout & ((\text_gen|char_ram~4756_q ))) # (!\text_gen|char_ram~45552_combout & (\text_gen|char_ram~4749_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45552_combout )))) + + .dataa(\text_gen|char_ram~4749_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~4756_q ), + .datad(\text_gen|char_ram~45552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45553 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4721feeder ( +// Equation(s): +// \text_gen|char_ram~4721feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4721feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y51_N17 +dffeas \text_gen|char_ram~4721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y37_N17 +dffeas \text_gen|char_ram~4728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y53_N21 +dffeas \text_gen|char_ram~1137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1144feeder ( +// Equation(s): +// \text_gen|char_ram~1144feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1144feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1144feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1144feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y53_N3 +dffeas \text_gen|char_ram~1144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1144feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45554 ( +// Equation(s): +// \text_gen|char_ram~45554_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~1144_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1137_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1137_q ), + .datad(\text_gen|char_ram~1144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45554 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45555 ( +// Equation(s): +// \text_gen|char_ram~45555_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45554_combout & ((\text_gen|char_ram~4728_q ))) # (!\text_gen|char_ram~45554_combout & (\text_gen|char_ram~4721_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45554_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4721_q ), + .datac(\text_gen|char_ram~4728_q ), + .datad(\text_gen|char_ram~45554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45555 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45556 ( +// Equation(s): +// \text_gen|char_ram~45556_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45553_combout ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~45555_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45553_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~45555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45556 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~45556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6541feeder ( +// Equation(s): +// \text_gen|char_ram~6541feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6541feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6541feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6541feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y55_N19 +dffeas \text_gen|char_ram~6541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6541feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y55_N1 +dffeas \text_gen|char_ram~6548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2964feeder ( +// Equation(s): +// \text_gen|char_ram~2964feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2964feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y52_N13 +dffeas \text_gen|char_ram~2964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y56_N31 +dffeas \text_gen|char_ram~2957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45557 ( +// Equation(s): +// \text_gen|char_ram~45557_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2964_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~2957_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~2964_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2957_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45557 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45558 ( +// Equation(s): +// \text_gen|char_ram~45558_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45557_combout & ((\text_gen|char_ram~6548_q ))) # (!\text_gen|char_ram~45557_combout & (\text_gen|char_ram~6541_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45557_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6541_q ), + .datac(\text_gen|char_ram~6548_q ), + .datad(\text_gen|char_ram~45557_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45558 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45559 ( +// Equation(s): +// \text_gen|char_ram~45559_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45556_combout & ((\text_gen|char_ram~45558_combout ))) # (!\text_gen|char_ram~45556_combout & (\text_gen|char_ram~45551_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45556_combout )))) + + .dataa(\text_gen|char_ram~45551_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45556_combout ), + .datad(\text_gen|char_ram~45558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45559 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~45559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y19_N15 +dffeas \text_gen|char_ram~4301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4308feeder ( +// Equation(s): +// \text_gen|char_ram~4308feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4308feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y19_N29 +dffeas \text_gen|char_ram~4308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45567 ( +// Equation(s): +// \text_gen|char_ram~45567_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4308_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4301_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4301_q ), + .datad(\text_gen|char_ram~4308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45567 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y19_N13 +dffeas \text_gen|char_ram~6100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6093feeder ( +// Equation(s): +// \text_gen|char_ram~6093feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6093feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6093feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6093feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y18_N15 +dffeas \text_gen|char_ram~6093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6093feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45568 ( +// Equation(s): +// \text_gen|char_ram~45568_combout = (\text_gen|char_ram~45567_combout & (((\text_gen|char_ram~6100_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~45567_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~6093_q )))) + + .dataa(\text_gen|char_ram~45567_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6100_q ), + .datad(\text_gen|char_ram~6093_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45568 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6065feeder ( +// Equation(s): +// \text_gen|char_ram~6065feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y22_N1 +dffeas \text_gen|char_ram~6065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y22_N27 +dffeas \text_gen|char_ram~4273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4280feeder ( +// Equation(s): +// \text_gen|char_ram~4280feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4280feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4280feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4280feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y22_N29 +dffeas \text_gen|char_ram~4280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4280feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45560 ( +// Equation(s): +// \text_gen|char_ram~45560_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4280_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4273_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4273_q ), + .datad(\text_gen|char_ram~4280_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45560 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6072feeder ( +// Equation(s): +// \text_gen|char_ram~6072feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6072feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y25_N25 +dffeas \text_gen|char_ram~6072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45561 ( +// Equation(s): +// \text_gen|char_ram~45561_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45560_combout & ((\text_gen|char_ram~6072_q ))) # (!\text_gen|char_ram~45560_combout & (\text_gen|char_ram~6065_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45560_combout )))) + + .dataa(\text_gen|char_ram~6065_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45560_combout ), + .datad(\text_gen|char_ram~6072_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45561 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~45561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2509feeder ( +// Equation(s): +// \text_gen|char_ram~2509feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2509feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2509feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2509feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y20_N17 +dffeas \text_gen|char_ram~2509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2509feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y20_N11 +dffeas \text_gen|char_ram~2516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~724feeder ( +// Equation(s): +// \text_gen|char_ram~724feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~724feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~724feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~724feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y19_N5 +dffeas \text_gen|char_ram~724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~724feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y19_N23 +dffeas \text_gen|char_ram~717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45562 ( +// Equation(s): +// \text_gen|char_ram~45562_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~724_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~717_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~724_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~717_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45562 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45563 ( +// Equation(s): +// \text_gen|char_ram~45563_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45562_combout & ((\text_gen|char_ram~2516_q ))) # (!\text_gen|char_ram~45562_combout & (\text_gen|char_ram~2509_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45562_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2509_q ), + .datac(\text_gen|char_ram~2516_q ), + .datad(\text_gen|char_ram~45562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45563 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2481feeder ( +// Equation(s): +// \text_gen|char_ram~2481feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2481feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2481feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2481feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y16_N25 +dffeas \text_gen|char_ram~2481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2481feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y19_N27 +dffeas \text_gen|char_ram~2488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~689feeder ( +// Equation(s): +// \text_gen|char_ram~689feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~689feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y19_N15 +dffeas \text_gen|char_ram~689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y19_N29 +dffeas \text_gen|char_ram~696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45564 ( +// Equation(s): +// \text_gen|char_ram~45564_combout = (\vga_c|h_cnt [4] & (((\text_gen|char_ram~696_q ) # (\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~689_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~689_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~696_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45564 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~45564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45565 ( +// Equation(s): +// \text_gen|char_ram~45565_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45564_combout & ((\text_gen|char_ram~2488_q ))) # (!\text_gen|char_ram~45564_combout & (\text_gen|char_ram~2481_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45564_combout )))) + + .dataa(\text_gen|char_ram~2481_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~2488_q ), + .datad(\text_gen|char_ram~45564_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45565 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45566 ( +// Equation(s): +// \text_gen|char_ram~45566_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45563_combout ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~45565_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45563_combout ), + .datac(\text_gen|char_ram~45565_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45566 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45569 ( +// Equation(s): +// \text_gen|char_ram~45569_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45566_combout & (\text_gen|char_ram~45568_combout )) # (!\text_gen|char_ram~45566_combout & ((\text_gen|char_ram~45561_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45566_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45568_combout ), + .datac(\text_gen|char_ram~45561_combout ), + .datad(\text_gen|char_ram~45566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45569 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y40_N25 +dffeas \text_gen|char_ram~2033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2061feeder ( +// Equation(s): +// \text_gen|char_ram~2061feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2061feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2061feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2061feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y40_N15 +dffeas \text_gen|char_ram~2061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2061feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45570 ( +// Equation(s): +// \text_gen|char_ram~45570_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2061_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2033_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2033_q ), + .datad(\text_gen|char_ram~2061_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45570 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y40_N13 +dffeas \text_gen|char_ram~2068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2040feeder ( +// Equation(s): +// \text_gen|char_ram~2040feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2040feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2040feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2040feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y37_N13 +dffeas \text_gen|char_ram~2040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2040feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45571 ( +// Equation(s): +// \text_gen|char_ram~45571_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45570_combout & (\text_gen|char_ram~2068_q )) # (!\text_gen|char_ram~45570_combout & ((\text_gen|char_ram~2040_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45570_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45570_combout ), + .datac(\text_gen|char_ram~2068_q ), + .datad(\text_gen|char_ram~2040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45571 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5652feeder ( +// Equation(s): +// \text_gen|char_ram~5652feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5652feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5652feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5652feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y28_N27 +dffeas \text_gen|char_ram~5652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5652feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5645feeder ( +// Equation(s): +// \text_gen|char_ram~5645feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5645feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5645feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5645feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y40_N23 +dffeas \text_gen|char_ram~5645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5645feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y40_N5 +dffeas \text_gen|char_ram~5617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45577 ( +// Equation(s): +// \text_gen|char_ram~45577_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5645_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5617_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~5645_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5617_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45577 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5624feeder ( +// Equation(s): +// \text_gen|char_ram~5624feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5624feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5624feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5624feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y33_N15 +dffeas \text_gen|char_ram~5624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5624feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45578 ( +// Equation(s): +// \text_gen|char_ram~45578_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45577_combout & (\text_gen|char_ram~5652_q )) # (!\text_gen|char_ram~45577_combout & ((\text_gen|char_ram~5624_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45577_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5652_q ), + .datac(\text_gen|char_ram~45577_combout ), + .datad(\text_gen|char_ram~5624_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45578 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3853feeder ( +// Equation(s): +// \text_gen|char_ram~3853feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3853feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3853feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3853feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y44_N27 +dffeas \text_gen|char_ram~3853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3853feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y44_N11 +dffeas \text_gen|char_ram~3860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3832feeder ( +// Equation(s): +// \text_gen|char_ram~3832feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3832feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3832feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3832feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y44_N27 +dffeas \text_gen|char_ram~3832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3832feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y44_N29 +dffeas \text_gen|char_ram~3825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45572 ( +// Equation(s): +// \text_gen|char_ram~45572_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3832_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3825_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~3832_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3825_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45572 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45573 ( +// Equation(s): +// \text_gen|char_ram~45573_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45572_combout & ((\text_gen|char_ram~3860_q ))) # (!\text_gen|char_ram~45572_combout & (\text_gen|char_ram~3853_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45572_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3853_q ), + .datac(\text_gen|char_ram~3860_q ), + .datad(\text_gen|char_ram~45572_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45573 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~248feeder ( +// Equation(s): +// \text_gen|char_ram~248feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~248feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~248feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~248feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y45_N31 +dffeas \text_gen|char_ram~248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~248feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y44_N1 +dffeas \text_gen|char_ram~241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45574 ( +// Equation(s): +// \text_gen|char_ram~45574_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~248_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~241_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~248_q ), + .datac(\text_gen|char_ram~241_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45574 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y29_N1 +dffeas \text_gen|char_ram~276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~269feeder ( +// Equation(s): +// \text_gen|char_ram~269feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~269feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~269feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~269feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y41_N27 +dffeas \text_gen|char_ram~269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~269feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45575 ( +// Equation(s): +// \text_gen|char_ram~45575_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45574_combout & (\text_gen|char_ram~276_q )) # (!\text_gen|char_ram~45574_combout & ((\text_gen|char_ram~269_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~45574_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45574_combout ), + .datac(\text_gen|char_ram~276_q ), + .datad(\text_gen|char_ram~269_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45575 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45576 ( +// Equation(s): +// \text_gen|char_ram~45576_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~45573_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~45575_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45573_combout ), + .datad(\text_gen|char_ram~45575_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45576 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45579 ( +// Equation(s): +// \text_gen|char_ram~45579_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45576_combout & ((\text_gen|char_ram~45578_combout ))) # (!\text_gen|char_ram~45576_combout & (\text_gen|char_ram~45571_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45576_combout )))) + + .dataa(\text_gen|char_ram~45571_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45578_combout ), + .datad(\text_gen|char_ram~45576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45579 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45580 ( +// Equation(s): +// \text_gen|char_ram~45580_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45569_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~45579_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45569_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~45579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45580 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~45580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45591 ( +// Equation(s): +// \text_gen|char_ram~45591_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45580_combout & (\text_gen|char_ram~45590_combout )) # (!\text_gen|char_ram~45580_combout & ((\text_gen|char_ram~45559_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45580_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45590_combout ), + .datac(\text_gen|char_ram~45559_combout ), + .datad(\text_gen|char_ram~45580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45591 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45719 ( +// Equation(s): +// \text_gen|char_ram~45719_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~45676_combout & (\text_gen|char_ram~45718_combout )) # (!\text_gen|char_ram~45676_combout & ((\text_gen|char_ram~45591_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~45676_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~45718_combout ), + .datac(\text_gen|char_ram~45676_combout ), + .datad(\text_gen|char_ram~45591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45719 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45720 ( +// Equation(s): +// \text_gen|char_ram~45720_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~45549_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~45719_combout ))))) + + .dataa(\text_gen|char_ram~45549_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~45719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45720 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~45720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45891 ( +// Equation(s): +// \text_gen|char_ram~45891_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45720_combout & ((\text_gen|char_ram~45890_combout ))) # (!\text_gen|char_ram~45720_combout & (\text_gen|char_ram~45379_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45720_combout )))) + + .dataa(\text_gen|char_ram~45379_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45890_combout ), + .datad(\text_gen|char_ram~45720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45891 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~46574 ( +// Equation(s): +// \text_gen|char_ram~46574_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~45891_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~46573_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~46573_combout ), + .datad(\text_gen|char_ram~45891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~46574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46574 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~46574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5134feeder ( +// Equation(s): +// \text_gen|char_ram~5134feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5134feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5134feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5134feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y48_N21 +dffeas \text_gen|char_ram~5134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5134feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12302feeder ( +// Equation(s): +// \text_gen|char_ram~12302feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12302feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12302feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12302feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y48_N7 +dffeas \text_gen|char_ram~12302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12302feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y52_N25 +dffeas \text_gen|char_ram~4686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11854feeder ( +// Equation(s): +// \text_gen|char_ram~11854feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11854feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11854feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11854feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y56_N7 +dffeas \text_gen|char_ram~11854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11854feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44559 ( +// Equation(s): +// \text_gen|char_ram~44559_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~11854_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4686_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4686_q ), + .datad(\text_gen|char_ram~11854_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44559 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44560 ( +// Equation(s): +// \text_gen|char_ram~44560_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44559_combout & ((\text_gen|char_ram~12302_q ))) # (!\text_gen|char_ram~44559_combout & (\text_gen|char_ram~5134_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44559_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~5134_q ), + .datac(\text_gen|char_ram~12302_q ), + .datad(\text_gen|char_ram~44559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44560 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18574feeder ( +// Equation(s): +// \text_gen|char_ram~18574feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18574feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18574feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18574feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y15_N9 +dffeas \text_gen|char_ram~18574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18574feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25742feeder ( +// Equation(s): +// \text_gen|char_ram~25742feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25742feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25742feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25742feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y44_N15 +dffeas \text_gen|char_ram~25742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25742feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25294feeder ( +// Equation(s): +// \text_gen|char_ram~25294feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25294feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25294feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25294feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y48_N1 +dffeas \text_gen|char_ram~25294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25294feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y49_N19 +dffeas \text_gen|char_ram~18126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44561 ( +// Equation(s): +// \text_gen|char_ram~44561_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~25294_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~18126_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~25294_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18126_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44561 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44562 ( +// Equation(s): +// \text_gen|char_ram~44562_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44561_combout & ((\text_gen|char_ram~25742_q ))) # (!\text_gen|char_ram~44561_combout & (\text_gen|char_ram~18574_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44561_combout )))) + + .dataa(\text_gen|char_ram~18574_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25742_q ), + .datad(\text_gen|char_ram~44561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44562 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11406feeder ( +// Equation(s): +// \text_gen|char_ram~11406feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11406feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11406feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11406feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y43_N21 +dffeas \text_gen|char_ram~11406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11406feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4238feeder ( +// Equation(s): +// \text_gen|char_ram~4238feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4238feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4238feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4238feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y45_N1 +dffeas \text_gen|char_ram~4238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4238feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10958feeder ( +// Equation(s): +// \text_gen|char_ram~10958feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10958feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10958feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10958feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y43_N11 +dffeas \text_gen|char_ram~10958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10958feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y45_N25 +dffeas \text_gen|char_ram~3790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44563 ( +// Equation(s): +// \text_gen|char_ram~44563_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10958_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3790_q +// ))))) + + .dataa(\text_gen|char_ram~10958_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3790_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44563 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44564 ( +// Equation(s): +// \text_gen|char_ram~44564_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44563_combout & (\text_gen|char_ram~11406_q )) # (!\text_gen|char_ram~44563_combout & ((\text_gen|char_ram~4238_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44563_combout )))) + + .dataa(\text_gen|char_ram~11406_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~4238_q ), + .datad(\text_gen|char_ram~44563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44564 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44565 ( +// Equation(s): +// \text_gen|char_ram~44565_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44562_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~44564_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44562_combout ), + .datad(\text_gen|char_ram~44564_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44565 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26638feeder ( +// Equation(s): +// \text_gen|char_ram~26638feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26638feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26638feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26638feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y31_N17 +dffeas \text_gen|char_ram~26638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26638feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y31_N25 +dffeas \text_gen|char_ram~19470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26190feeder ( +// Equation(s): +// \text_gen|char_ram~26190feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26190feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y58_N31 +dffeas \text_gen|char_ram~26190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y58_N15 +dffeas \text_gen|char_ram~19022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44566 ( +// Equation(s): +// \text_gen|char_ram~44566_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~26190_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~19022_q +// ))))) + + .dataa(\text_gen|char_ram~26190_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19022_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44566 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44567 ( +// Equation(s): +// \text_gen|char_ram~44567_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44566_combout & (\text_gen|char_ram~26638_q )) # (!\text_gen|char_ram~44566_combout & ((\text_gen|char_ram~19470_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44566_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26638_q ), + .datac(\text_gen|char_ram~19470_q ), + .datad(\text_gen|char_ram~44566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44567 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44568 ( +// Equation(s): +// \text_gen|char_ram~44568_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44565_combout & ((\text_gen|char_ram~44567_combout ))) # (!\text_gen|char_ram~44565_combout & (\text_gen|char_ram~44560_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44565_combout )))) + + .dataa(\text_gen|char_ram~44560_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44565_combout ), + .datad(\text_gen|char_ram~44567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44568 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~44568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19442feeder ( +// Equation(s): +// \text_gen|char_ram~19442feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y36_N9 +dffeas \text_gen|char_ram~19442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y36_N23 +dffeas \text_gen|char_ram~5106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18546feeder ( +// Equation(s): +// \text_gen|char_ram~18546feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18546feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18546feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18546feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y22_N27 +dffeas \text_gen|char_ram~18546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18546feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y22_N27 +dffeas \text_gen|char_ram~4210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44528 ( +// Equation(s): +// \text_gen|char_ram~44528_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18546_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4210_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~18546_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4210_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44528 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44529 ( +// Equation(s): +// \text_gen|char_ram~44529_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44528_combout & (\text_gen|char_ram~19442_q )) # (!\text_gen|char_ram~44528_combout & ((\text_gen|char_ram~5106_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44528_combout )))) + + .dataa(\text_gen|char_ram~19442_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5106_q ), + .datad(\text_gen|char_ram~44528_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44529 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26610feeder ( +// Equation(s): +// \text_gen|char_ram~26610feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26610feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26610feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26610feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y33_N13 +dffeas \text_gen|char_ram~26610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26610feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y33_N11 +dffeas \text_gen|char_ram~12274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25714feeder ( +// Equation(s): +// \text_gen|char_ram~25714feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25714feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y25_N23 +dffeas \text_gen|char_ram~25714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y25_N9 +dffeas \text_gen|char_ram~11378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44535 ( +// Equation(s): +// \text_gen|char_ram~44535_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~25714_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~11378_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25714_q ), + .datac(\text_gen|char_ram~11378_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44535 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44536 ( +// Equation(s): +// \text_gen|char_ram~44536_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44535_combout & (\text_gen|char_ram~26610_q )) # (!\text_gen|char_ram~44535_combout & ((\text_gen|char_ram~12274_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44535_combout )))) + + .dataa(\text_gen|char_ram~26610_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12274_q ), + .datad(\text_gen|char_ram~44535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44536 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4658feeder ( +// Equation(s): +// \text_gen|char_ram~4658feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4658feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y52_N31 +dffeas \text_gen|char_ram~4658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y47_N13 +dffeas \text_gen|char_ram~18994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18098feeder ( +// Equation(s): +// \text_gen|char_ram~18098feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18098feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y45_N23 +dffeas \text_gen|char_ram~18098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y45_N31 +dffeas \text_gen|char_ram~3762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44532 ( +// Equation(s): +// \text_gen|char_ram~44532_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18098_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3762_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~18098_q ), + .datac(\text_gen|char_ram~3762_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44532 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44533 ( +// Equation(s): +// \text_gen|char_ram~44533_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44532_combout & ((\text_gen|char_ram~18994_q ))) # (!\text_gen|char_ram~44532_combout & (\text_gen|char_ram~4658_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44532_combout )))) + + .dataa(\text_gen|char_ram~4658_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18994_q ), + .datad(\text_gen|char_ram~44532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44533 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11826feeder ( +// Equation(s): +// \text_gen|char_ram~11826feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11826feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y52_N15 +dffeas \text_gen|char_ram~11826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y52_N31 +dffeas \text_gen|char_ram~26162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25266feeder ( +// Equation(s): +// \text_gen|char_ram~25266feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25266feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25266feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25266feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y45_N25 +dffeas \text_gen|char_ram~25266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25266feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y45_N9 +dffeas \text_gen|char_ram~10930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44530 ( +// Equation(s): +// \text_gen|char_ram~44530_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~25266_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~10930_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25266_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~10930_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44530 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44531 ( +// Equation(s): +// \text_gen|char_ram~44531_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44530_combout & ((\text_gen|char_ram~26162_q ))) # (!\text_gen|char_ram~44530_combout & (\text_gen|char_ram~11826_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44530_combout )))) + + .dataa(\text_gen|char_ram~11826_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26162_q ), + .datad(\text_gen|char_ram~44530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44531 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44534 ( +// Equation(s): +// \text_gen|char_ram~44534_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~44531_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44533_combout )))) + + .dataa(\text_gen|char_ram~44533_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~44531_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44534 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~44534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44537 ( +// Equation(s): +// \text_gen|char_ram~44537_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44534_combout & ((\text_gen|char_ram~44536_combout ))) # (!\text_gen|char_ram~44534_combout & (\text_gen|char_ram~44529_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44534_combout )))) + + .dataa(\text_gen|char_ram~44529_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44536_combout ), + .datad(\text_gen|char_ram~44534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44537 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26603feeder ( +// Equation(s): +// \text_gen|char_ram~26603feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26603feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26603feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26603feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y33_N11 +dffeas \text_gen|char_ram~26603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26603feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12267feeder ( +// Equation(s): +// \text_gen|char_ram~12267feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12267feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12267feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12267feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y33_N31 +dffeas \text_gen|char_ram~12267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12267feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25707feeder ( +// Equation(s): +// \text_gen|char_ram~25707feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y18_N11 +dffeas \text_gen|char_ram~25707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y25_N1 +dffeas \text_gen|char_ram~11371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44555 ( +// Equation(s): +// \text_gen|char_ram~44555_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~25707_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~11371_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25707_q ), + .datac(\text_gen|char_ram~11371_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44555 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44556 ( +// Equation(s): +// \text_gen|char_ram~44556_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44555_combout & (\text_gen|char_ram~26603_q )) # (!\text_gen|char_ram~44555_combout & ((\text_gen|char_ram~12267_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44555_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26603_q ), + .datac(\text_gen|char_ram~12267_q ), + .datad(\text_gen|char_ram~44555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44556 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5099feeder ( +// Equation(s): +// \text_gen|char_ram~5099feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5099feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y36_N1 +dffeas \text_gen|char_ram~5099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y36_N25 +dffeas \text_gen|char_ram~19435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18539feeder ( +// Equation(s): +// \text_gen|char_ram~18539feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18539feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18539feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18539feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y23_N11 +dffeas \text_gen|char_ram~18539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18539feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y23_N5 +dffeas \text_gen|char_ram~4203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44548 ( +// Equation(s): +// \text_gen|char_ram~44548_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18539_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4203_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~18539_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4203_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44548 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44549 ( +// Equation(s): +// \text_gen|char_ram~44549_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44548_combout & ((\text_gen|char_ram~19435_q ))) # (!\text_gen|char_ram~44548_combout & (\text_gen|char_ram~5099_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44548_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~5099_q ), + .datac(\text_gen|char_ram~19435_q ), + .datad(\text_gen|char_ram~44548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44549 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4651feeder ( +// Equation(s): +// \text_gen|char_ram~4651feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4651feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y50_N25 +dffeas \text_gen|char_ram~4651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y49_N5 +dffeas \text_gen|char_ram~18987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18091feeder ( +// Equation(s): +// \text_gen|char_ram~18091feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18091feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y49_N13 +dffeas \text_gen|char_ram~18091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y49_N19 +dffeas \text_gen|char_ram~3755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44552 ( +// Equation(s): +// \text_gen|char_ram~44552_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18091_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3755_q +// ))))) + + .dataa(\text_gen|char_ram~18091_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3755_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44552 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44553 ( +// Equation(s): +// \text_gen|char_ram~44553_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44552_combout & ((\text_gen|char_ram~18987_q ))) # (!\text_gen|char_ram~44552_combout & (\text_gen|char_ram~4651_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44552_combout )))) + + .dataa(\text_gen|char_ram~4651_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18987_q ), + .datad(\text_gen|char_ram~44552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44553 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11819feeder ( +// Equation(s): +// \text_gen|char_ram~11819feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11819feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11819feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11819feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y50_N21 +dffeas \text_gen|char_ram~11819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11819feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y50_N3 +dffeas \text_gen|char_ram~26155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25259feeder ( +// Equation(s): +// \text_gen|char_ram~25259feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25259feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25259feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25259feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y49_N11 +dffeas \text_gen|char_ram~25259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25259feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10923feeder ( +// Equation(s): +// \text_gen|char_ram~10923feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10923feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10923feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10923feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y50_N11 +dffeas \text_gen|char_ram~10923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10923feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44550 ( +// Equation(s): +// \text_gen|char_ram~44550_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~25259_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~10923_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25259_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~10923_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44550 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44551 ( +// Equation(s): +// \text_gen|char_ram~44551_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44550_combout & ((\text_gen|char_ram~26155_q ))) # (!\text_gen|char_ram~44550_combout & (\text_gen|char_ram~11819_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44550_combout )))) + + .dataa(\text_gen|char_ram~11819_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26155_q ), + .datad(\text_gen|char_ram~44550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44551 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44554 ( +// Equation(s): +// \text_gen|char_ram~44554_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~44551_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44553_combout )))) + + .dataa(\text_gen|char_ram~44553_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~44551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44554 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~44554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44557 ( +// Equation(s): +// \text_gen|char_ram~44557_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44554_combout & (\text_gen|char_ram~44556_combout )) # (!\text_gen|char_ram~44554_combout & ((\text_gen|char_ram~44549_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44554_combout )))) + + .dataa(\text_gen|char_ram~44556_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44549_combout ), + .datad(\text_gen|char_ram~44554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44557 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5127feeder ( +// Equation(s): +// \text_gen|char_ram~5127feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5127feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5127feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5127feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y40_N7 +dffeas \text_gen|char_ram~5127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5127feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y40_N29 +dffeas \text_gen|char_ram~12295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y40_N7 +dffeas \text_gen|char_ram~4679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11847feeder ( +// Equation(s): +// \text_gen|char_ram~11847feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11847feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11847feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11847feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y48_N3 +dffeas \text_gen|char_ram~11847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11847feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44538 ( +// Equation(s): +// \text_gen|char_ram~44538_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~11847_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~4679_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~4679_q ), + .datad(\text_gen|char_ram~11847_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44538 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44539 ( +// Equation(s): +// \text_gen|char_ram~44539_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44538_combout & ((\text_gen|char_ram~12295_q ))) # (!\text_gen|char_ram~44538_combout & (\text_gen|char_ram~5127_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44538_combout )))) + + .dataa(\text_gen|char_ram~5127_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12295_q ), + .datad(\text_gen|char_ram~44538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44539 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19463feeder ( +// Equation(s): +// \text_gen|char_ram~19463feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19463feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19463feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19463feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y31_N5 +dffeas \text_gen|char_ram~19463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19463feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y31_N27 +dffeas \text_gen|char_ram~26631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26183feeder ( +// Equation(s): +// \text_gen|char_ram~26183feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26183feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y44_N19 +dffeas \text_gen|char_ram~26183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y39_N29 +dffeas \text_gen|char_ram~19015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44545 ( +// Equation(s): +// \text_gen|char_ram~44545_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~26183_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~19015_q +// ))))) + + .dataa(\text_gen|char_ram~26183_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19015_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44545 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44546 ( +// Equation(s): +// \text_gen|char_ram~44546_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44545_combout & ((\text_gen|char_ram~26631_q ))) # (!\text_gen|char_ram~44545_combout & (\text_gen|char_ram~19463_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44545_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19463_q ), + .datac(\text_gen|char_ram~26631_q ), + .datad(\text_gen|char_ram~44545_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44546 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4231feeder ( +// Equation(s): +// \text_gen|char_ram~4231feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4231feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y23_N1 +dffeas \text_gen|char_ram~4231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y24_N23 +dffeas \text_gen|char_ram~11399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10951feeder ( +// Equation(s): +// \text_gen|char_ram~10951feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10951feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N29 +dffeas \text_gen|char_ram~10951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y47_N13 +dffeas \text_gen|char_ram~3783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44542 ( +// Equation(s): +// \text_gen|char_ram~44542_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10951_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3783_q +// ))))) + + .dataa(\text_gen|char_ram~10951_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3783_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44542 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44543 ( +// Equation(s): +// \text_gen|char_ram~44543_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44542_combout & ((\text_gen|char_ram~11399_q ))) # (!\text_gen|char_ram~44542_combout & (\text_gen|char_ram~4231_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44542_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4231_q ), + .datac(\text_gen|char_ram~11399_q ), + .datad(\text_gen|char_ram~44542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44543 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18567feeder ( +// Equation(s): +// \text_gen|char_ram~18567feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18567feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18567feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18567feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y28_N27 +dffeas \text_gen|char_ram~18567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18567feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y28_N11 +dffeas \text_gen|char_ram~25735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y28_N29 +dffeas \text_gen|char_ram~18119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25287feeder ( +// Equation(s): +// \text_gen|char_ram~25287feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y39_N7 +dffeas \text_gen|char_ram~25287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44540 ( +// Equation(s): +// \text_gen|char_ram~44540_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~25287_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~18119_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18119_q ), + .datad(\text_gen|char_ram~25287_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44540 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44541 ( +// Equation(s): +// \text_gen|char_ram~44541_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44540_combout & ((\text_gen|char_ram~25735_q ))) # (!\text_gen|char_ram~44540_combout & (\text_gen|char_ram~18567_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44540_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18567_q ), + .datac(\text_gen|char_ram~25735_q ), + .datad(\text_gen|char_ram~44540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44541 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44544 ( +// Equation(s): +// \text_gen|char_ram~44544_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44541_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44543_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44543_combout ), + .datad(\text_gen|char_ram~44541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44544 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44547 ( +// Equation(s): +// \text_gen|char_ram~44547_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44544_combout & ((\text_gen|char_ram~44546_combout ))) # (!\text_gen|char_ram~44544_combout & (\text_gen|char_ram~44539_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44544_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44539_combout ), + .datac(\text_gen|char_ram~44546_combout ), + .datad(\text_gen|char_ram~44544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44547 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44558 ( +// Equation(s): +// \text_gen|char_ram~44558_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~44547_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44557_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44557_combout ), + .datad(\text_gen|char_ram~44547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44558 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44569 ( +// Equation(s): +// \text_gen|char_ram~44569_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44558_combout & (\text_gen|char_ram~44568_combout )) # (!\text_gen|char_ram~44558_combout & ((\text_gen|char_ram~44537_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44558_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44568_combout ), + .datac(\text_gen|char_ram~44537_combout ), + .datad(\text_gen|char_ram~44558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44569 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14962feeder ( +// Equation(s): +// \text_gen|char_ram~14962feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y27_N23 +dffeas \text_gen|char_ram~14962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15410feeder ( +// Equation(s): +// \text_gen|char_ram~15410feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15410feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15410feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15410feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y46_N29 +dffeas \text_gen|char_ram~15410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15410feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y42_N1 +dffeas \text_gen|char_ram~14514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44614 ( +// Equation(s): +// \text_gen|char_ram~44614_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15410_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14514_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15410_q ), + .datac(\text_gen|char_ram~14514_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44614 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y42_N27 +dffeas \text_gen|char_ram~15858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44615 ( +// Equation(s): +// \text_gen|char_ram~44615_combout = (\text_gen|char_ram~44614_combout & (((\text_gen|char_ram~15858_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~44614_combout & (\text_gen|char_ram~14962_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~14962_q ), + .datab(\text_gen|char_ram~44614_combout ), + .datac(\text_gen|char_ram~15858_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44615 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~626feeder ( +// Equation(s): +// \text_gen|char_ram~626feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y16_N5 +dffeas \text_gen|char_ram~626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y40_N5 +dffeas \text_gen|char_ram~1522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1074feeder ( +// Equation(s): +// \text_gen|char_ram~1074feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y40_N29 +dffeas \text_gen|char_ram~1074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y40_N27 +dffeas \text_gen|char_ram~178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44616 ( +// Equation(s): +// \text_gen|char_ram~44616_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1074_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~178_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1074_q ), + .datac(\text_gen|char_ram~178_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44616 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44617 ( +// Equation(s): +// \text_gen|char_ram~44617_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44616_combout & ((\text_gen|char_ram~1522_q ))) # (!\text_gen|char_ram~44616_combout & (\text_gen|char_ram~626_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44616_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~626_q ), + .datac(\text_gen|char_ram~1522_q ), + .datad(\text_gen|char_ram~44616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44617 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44618 ( +// Equation(s): +// \text_gen|char_ram~44618_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~44615_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~44617_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44615_combout ), + .datad(\text_gen|char_ram~44617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44618 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8690feeder ( +// Equation(s): +// \text_gen|char_ram~8690feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8690feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y42_N13 +dffeas \text_gen|char_ram~8690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y42_N3 +dffeas \text_gen|char_ram~8242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7794feeder ( +// Equation(s): +// \text_gen|char_ram~7794feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7794feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7794feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7794feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y19_N11 +dffeas \text_gen|char_ram~7794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7794feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y42_N3 +dffeas \text_gen|char_ram~7346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44612 ( +// Equation(s): +// \text_gen|char_ram~44612_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7794_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7346_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~7794_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7346_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44612 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44613 ( +// Equation(s): +// \text_gen|char_ram~44613_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44612_combout & (\text_gen|char_ram~8690_q )) # (!\text_gen|char_ram~44612_combout & ((\text_gen|char_ram~8242_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44612_combout )))) + + .dataa(\text_gen|char_ram~8690_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8242_q ), + .datad(\text_gen|char_ram~44612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44613 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22578feeder ( +// Equation(s): +// \text_gen|char_ram~22578feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22578feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y42_N7 +dffeas \text_gen|char_ram~22578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y42_N17 +dffeas \text_gen|char_ram~23026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y42_N5 +dffeas \text_gen|char_ram~21682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y19_N5 +dffeas \text_gen|char_ram~22130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44619 ( +// Equation(s): +// \text_gen|char_ram~44619_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22130_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21682_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21682_q ), + .datad(\text_gen|char_ram~22130_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44619 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44620 ( +// Equation(s): +// \text_gen|char_ram~44620_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44619_combout & ((\text_gen|char_ram~23026_q ))) # (!\text_gen|char_ram~44619_combout & (\text_gen|char_ram~22578_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44619_combout )))) + + .dataa(\text_gen|char_ram~22578_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23026_q ), + .datad(\text_gen|char_ram~44619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44620 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44621 ( +// Equation(s): +// \text_gen|char_ram~44621_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44618_combout & ((\text_gen|char_ram~44620_combout ))) # (!\text_gen|char_ram~44618_combout & (\text_gen|char_ram~44613_combout )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44618_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44618_combout ), + .datac(\text_gen|char_ram~44613_combout ), + .datad(\text_gen|char_ram~44620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44621 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8263feeder ( +// Equation(s): +// \text_gen|char_ram~8263feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y58_N13 +dffeas \text_gen|char_ram~8263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7815feeder ( +// Equation(s): +// \text_gen|char_ram~7815feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7815feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y24_N19 +dffeas \text_gen|char_ram~7815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y38_N5 +dffeas \text_gen|char_ram~7367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44624 ( +// Equation(s): +// \text_gen|char_ram~44624_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~7815_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7367_q ))))) + + .dataa(\text_gen|char_ram~7815_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7367_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44624 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y31_N9 +dffeas \text_gen|char_ram~8711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44625 ( +// Equation(s): +// \text_gen|char_ram~44625_combout = (\text_gen|char_ram~44624_combout & (((\text_gen|char_ram~8711_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~44624_combout & (\text_gen|char_ram~8263_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~8263_q ), + .datab(\text_gen|char_ram~44624_combout ), + .datac(\text_gen|char_ram~8711_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44625 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~647feeder ( +// Equation(s): +// \text_gen|char_ram~647feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~647feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y30_N23 +dffeas \text_gen|char_ram~647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y30_N9 +dffeas \text_gen|char_ram~1543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1095feeder ( +// Equation(s): +// \text_gen|char_ram~1095feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1095feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1095feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1095feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y47_N5 +dffeas \text_gen|char_ram~1095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1095feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y43_N25 +dffeas \text_gen|char_ram~199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44626 ( +// Equation(s): +// \text_gen|char_ram~44626_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1095_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~199_q ))))) + + .dataa(\text_gen|char_ram~1095_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~199_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44626 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44627 ( +// Equation(s): +// \text_gen|char_ram~44627_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44626_combout & ((\text_gen|char_ram~1543_q ))) # (!\text_gen|char_ram~44626_combout & (\text_gen|char_ram~647_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44626_combout )))) + + .dataa(\text_gen|char_ram~647_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1543_q ), + .datad(\text_gen|char_ram~44626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44627 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44628 ( +// Equation(s): +// \text_gen|char_ram~44628_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~44625_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~44627_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44625_combout ), + .datad(\text_gen|char_ram~44627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44628 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22599feeder ( +// Equation(s): +// \text_gen|char_ram~22599feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22599feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y31_N7 +dffeas \text_gen|char_ram~22599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y31_N17 +dffeas \text_gen|char_ram~23047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22151feeder ( +// Equation(s): +// \text_gen|char_ram~22151feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22151feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y35_N19 +dffeas \text_gen|char_ram~22151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y35_N21 +dffeas \text_gen|char_ram~21703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44629 ( +// Equation(s): +// \text_gen|char_ram~44629_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22151_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21703_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22151_q ), + .datac(\text_gen|char_ram~21703_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44629 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44630 ( +// Equation(s): +// \text_gen|char_ram~44630_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44629_combout & ((\text_gen|char_ram~23047_q ))) # (!\text_gen|char_ram~44629_combout & (\text_gen|char_ram~22599_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44629_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22599_q ), + .datac(\text_gen|char_ram~23047_q ), + .datad(\text_gen|char_ram~44629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44630 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14983feeder ( +// Equation(s): +// \text_gen|char_ram~14983feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y26_N13 +dffeas \text_gen|char_ram~14983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N3 +dffeas \text_gen|char_ram~15879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N25 +dffeas \text_gen|char_ram~14535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15431feeder ( +// Equation(s): +// \text_gen|char_ram~15431feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15431feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y33_N21 +dffeas \text_gen|char_ram~15431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44622 ( +// Equation(s): +// \text_gen|char_ram~44622_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15431_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14535_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14535_q ), + .datad(\text_gen|char_ram~15431_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44622 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44623 ( +// Equation(s): +// \text_gen|char_ram~44623_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44622_combout & ((\text_gen|char_ram~15879_q ))) # (!\text_gen|char_ram~44622_combout & (\text_gen|char_ram~14983_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44622_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14983_q ), + .datac(\text_gen|char_ram~15879_q ), + .datad(\text_gen|char_ram~44622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44623 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44631 ( +// Equation(s): +// \text_gen|char_ram~44631_combout = (\text_gen|char_ram~44628_combout & (((\text_gen|char_ram~44630_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~44628_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44623_combout )))) + + .dataa(\text_gen|char_ram~44628_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44630_combout ), + .datad(\text_gen|char_ram~44623_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44631 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8235feeder ( +// Equation(s): +// \text_gen|char_ram~8235feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8235feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8235feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8235feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y57_N21 +dffeas \text_gen|char_ram~8235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8235feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y34_N7 +dffeas \text_gen|char_ram~8683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7787feeder ( +// Equation(s): +// \text_gen|char_ram~7787feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7787feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7787feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7787feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y23_N15 +dffeas \text_gen|char_ram~7787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7787feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y37_N19 +dffeas \text_gen|char_ram~7339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44632 ( +// Equation(s): +// \text_gen|char_ram~44632_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7787_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7339_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~7787_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7339_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44632 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44633 ( +// Equation(s): +// \text_gen|char_ram~44633_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44632_combout & ((\text_gen|char_ram~8683_q ))) # (!\text_gen|char_ram~44632_combout & (\text_gen|char_ram~8235_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44632_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8235_q ), + .datac(\text_gen|char_ram~8683_q ), + .datad(\text_gen|char_ram~44632_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44633 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22571feeder ( +// Equation(s): +// \text_gen|char_ram~22571feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22571feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22571feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22571feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y38_N7 +dffeas \text_gen|char_ram~22571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22571feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y34_N5 +dffeas \text_gen|char_ram~23019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y26_N5 +dffeas \text_gen|char_ram~21675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22123feeder ( +// Equation(s): +// \text_gen|char_ram~22123feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y23_N11 +dffeas \text_gen|char_ram~22123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44639 ( +// Equation(s): +// \text_gen|char_ram~44639_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22123_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21675_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21675_q ), + .datad(\text_gen|char_ram~22123_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44639 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44640 ( +// Equation(s): +// \text_gen|char_ram~44640_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44639_combout & ((\text_gen|char_ram~23019_q ))) # (!\text_gen|char_ram~44639_combout & (\text_gen|char_ram~22571_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44639_combout )))) + + .dataa(\text_gen|char_ram~22571_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23019_q ), + .datad(\text_gen|char_ram~44639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44640 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y34_N31 +dffeas \text_gen|char_ram~14507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15403feeder ( +// Equation(s): +// \text_gen|char_ram~15403feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15403feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15403feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15403feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y41_N27 +dffeas \text_gen|char_ram~15403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15403feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44634 ( +// Equation(s): +// \text_gen|char_ram~44634_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15403_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14507_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14507_q ), + .datad(\text_gen|char_ram~15403_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44634 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y34_N25 +dffeas \text_gen|char_ram~15851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14955feeder ( +// Equation(s): +// \text_gen|char_ram~14955feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14955feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14955feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14955feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y30_N15 +dffeas \text_gen|char_ram~14955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14955feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44635 ( +// Equation(s): +// \text_gen|char_ram~44635_combout = (\text_gen|char_ram~44634_combout & (((\text_gen|char_ram~15851_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~44634_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14955_q )))) + + .dataa(\text_gen|char_ram~44634_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15851_q ), + .datad(\text_gen|char_ram~14955_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44635 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~619feeder ( +// Equation(s): +// \text_gen|char_ram~619feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~619feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~619feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~619feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y17_N13 +dffeas \text_gen|char_ram~619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~619feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y34_N3 +dffeas \text_gen|char_ram~1515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1067feeder ( +// Equation(s): +// \text_gen|char_ram~1067feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1067feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1067feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1067feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N25 +dffeas \text_gen|char_ram~1067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1067feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N21 +dffeas \text_gen|char_ram~171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44636 ( +// Equation(s): +// \text_gen|char_ram~44636_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1067_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~171_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~1067_q ), + .datac(\text_gen|char_ram~171_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44636 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44637 ( +// Equation(s): +// \text_gen|char_ram~44637_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44636_combout & ((\text_gen|char_ram~1515_q ))) # (!\text_gen|char_ram~44636_combout & (\text_gen|char_ram~619_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44636_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~619_q ), + .datac(\text_gen|char_ram~1515_q ), + .datad(\text_gen|char_ram~44636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44637 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44638 ( +// Equation(s): +// \text_gen|char_ram~44638_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~44635_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~44637_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44635_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~44637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44638 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~44638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44641 ( +// Equation(s): +// \text_gen|char_ram~44641_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44638_combout & ((\text_gen|char_ram~44640_combout ))) # (!\text_gen|char_ram~44638_combout & (\text_gen|char_ram~44633_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44638_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44633_combout ), + .datac(\text_gen|char_ram~44640_combout ), + .datad(\text_gen|char_ram~44638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44641 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44642 ( +// Equation(s): +// \text_gen|char_ram~44642_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~44631_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44641_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44631_combout ), + .datad(\text_gen|char_ram~44641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44642 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22606feeder ( +// Equation(s): +// \text_gen|char_ram~22606feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22606feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22606feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22606feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y46_N19 +dffeas \text_gen|char_ram~22606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22606feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N27 +dffeas \text_gen|char_ram~23054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22158feeder ( +// Equation(s): +// \text_gen|char_ram~22158feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22158feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22158feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22158feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y24_N21 +dffeas \text_gen|char_ram~22158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22158feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N25 +dffeas \text_gen|char_ram~21710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44650 ( +// Equation(s): +// \text_gen|char_ram~44650_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22158_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21710_q +// ))))) + + .dataa(\text_gen|char_ram~22158_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21710_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44650 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44651 ( +// Equation(s): +// \text_gen|char_ram~44651_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44650_combout & ((\text_gen|char_ram~23054_q ))) # (!\text_gen|char_ram~44650_combout & (\text_gen|char_ram~22606_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44650_combout )))) + + .dataa(\text_gen|char_ram~22606_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23054_q ), + .datad(\text_gen|char_ram~44650_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44651 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y31_N25 +dffeas \text_gen|char_ram~14542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15438feeder ( +// Equation(s): +// \text_gen|char_ram~15438feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y50_N19 +dffeas \text_gen|char_ram~15438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44643 ( +// Equation(s): +// \text_gen|char_ram~44643_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15438_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14542_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14542_q ), + .datad(\text_gen|char_ram~15438_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44643 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y31_N15 +dffeas \text_gen|char_ram~15886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14990feeder ( +// Equation(s): +// \text_gen|char_ram~14990feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14990feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y23_N5 +dffeas \text_gen|char_ram~14990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44644 ( +// Equation(s): +// \text_gen|char_ram~44644_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44643_combout & (\text_gen|char_ram~15886_q )) # (!\text_gen|char_ram~44643_combout & ((\text_gen|char_ram~14990_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44643_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44643_combout ), + .datac(\text_gen|char_ram~15886_q ), + .datad(\text_gen|char_ram~14990_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44644 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8270feeder ( +// Equation(s): +// \text_gen|char_ram~8270feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y47_N15 +dffeas \text_gen|char_ram~8270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y43_N19 +dffeas \text_gen|char_ram~8718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7822feeder ( +// Equation(s): +// \text_gen|char_ram~7822feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7822feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7822feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7822feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y13_N3 +dffeas \text_gen|char_ram~7822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7822feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y43_N23 +dffeas \text_gen|char_ram~7374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44645 ( +// Equation(s): +// \text_gen|char_ram~44645_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7822_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7374_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~7822_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7374_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44645 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44646 ( +// Equation(s): +// \text_gen|char_ram~44646_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44645_combout & ((\text_gen|char_ram~8718_q ))) # (!\text_gen|char_ram~44645_combout & (\text_gen|char_ram~8270_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44645_combout )))) + + .dataa(\text_gen|char_ram~8270_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8718_q ), + .datad(\text_gen|char_ram~44645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44646 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~654feeder ( +// Equation(s): +// \text_gen|char_ram~654feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~654feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~654feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~654feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y16_N31 +dffeas \text_gen|char_ram~654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~654feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N11 +dffeas \text_gen|char_ram~1550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1102feeder ( +// Equation(s): +// \text_gen|char_ram~1102feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N31 +dffeas \text_gen|char_ram~1102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N11 +dffeas \text_gen|char_ram~206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44647 ( +// Equation(s): +// \text_gen|char_ram~44647_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1102_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~206_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~1102_q ), + .datac(\text_gen|char_ram~206_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44647 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44648 ( +// Equation(s): +// \text_gen|char_ram~44648_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44647_combout & ((\text_gen|char_ram~1550_q ))) # (!\text_gen|char_ram~44647_combout & (\text_gen|char_ram~654_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44647_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~654_q ), + .datac(\text_gen|char_ram~1550_q ), + .datad(\text_gen|char_ram~44647_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44648 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44649 ( +// Equation(s): +// \text_gen|char_ram~44649_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~44646_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~44648_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44646_combout ), + .datad(\text_gen|char_ram~44648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44649 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44652 ( +// Equation(s): +// \text_gen|char_ram~44652_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44649_combout & (\text_gen|char_ram~44651_combout )) # (!\text_gen|char_ram~44649_combout & ((\text_gen|char_ram~44644_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44649_combout )))) + + .dataa(\text_gen|char_ram~44651_combout ), + .datab(\text_gen|char_ram~44644_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~44649_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44652 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~44652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44653 ( +// Equation(s): +// \text_gen|char_ram~44653_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44642_combout & ((\text_gen|char_ram~44652_combout ))) # (!\text_gen|char_ram~44642_combout & (\text_gen|char_ram~44621_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44642_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44621_combout ), + .datac(\text_gen|char_ram~44642_combout ), + .datad(\text_gen|char_ram~44652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44653 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~44653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3342feeder ( +// Equation(s): +// \text_gen|char_ram~3342feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3342feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3342feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3342feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y46_N7 +dffeas \text_gen|char_ram~3342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3342feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y46_N29 +dffeas \text_gen|char_ram~10510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10062feeder ( +// Equation(s): +// \text_gen|char_ram~10062feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10062feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10062feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10062feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y47_N25 +dffeas \text_gen|char_ram~10062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10062feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y47_N17 +dffeas \text_gen|char_ram~2894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44601 ( +// Equation(s): +// \text_gen|char_ram~44601_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10062_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2894_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~10062_q ), + .datac(\text_gen|char_ram~2894_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44601 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44602 ( +// Equation(s): +// \text_gen|char_ram~44602_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44601_combout & ((\text_gen|char_ram~10510_q ))) # (!\text_gen|char_ram~44601_combout & (\text_gen|char_ram~3342_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44601_combout )))) + + .dataa(\text_gen|char_ram~3342_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10510_q ), + .datad(\text_gen|char_ram~44601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44602 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17678feeder ( +// Equation(s): +// \text_gen|char_ram~17678feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17678feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y27_N1 +dffeas \text_gen|char_ram~17678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y31_N1 +dffeas \text_gen|char_ram~24846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24398feeder ( +// Equation(s): +// \text_gen|char_ram~24398feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24398feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y46_N17 +dffeas \text_gen|char_ram~24398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y48_N23 +dffeas \text_gen|char_ram~17230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44608 ( +// Equation(s): +// \text_gen|char_ram~44608_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~24398_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~17230_q +// ))))) + + .dataa(\text_gen|char_ram~24398_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17230_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44608 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44609 ( +// Equation(s): +// \text_gen|char_ram~44609_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44608_combout & ((\text_gen|char_ram~24846_q ))) # (!\text_gen|char_ram~44608_combout & (\text_gen|char_ram~17678_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44608_combout )))) + + .dataa(\text_gen|char_ram~17678_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24846_q ), + .datad(\text_gen|char_ram~44608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44609 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2446feeder ( +// Equation(s): +// \text_gen|char_ram~2446feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2446feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2446feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2446feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y11_N21 +dffeas \text_gen|char_ram~2446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2446feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y19_N27 +dffeas \text_gen|char_ram~9614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y35_N3 +dffeas \text_gen|char_ram~1998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9166feeder ( +// Equation(s): +// \text_gen|char_ram~9166feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9166feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9166feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9166feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N25 +dffeas \text_gen|char_ram~9166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9166feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44605 ( +// Equation(s): +// \text_gen|char_ram~44605_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~9166_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~1998_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1998_q ), + .datad(\text_gen|char_ram~9166_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44605 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44606 ( +// Equation(s): +// \text_gen|char_ram~44606_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44605_combout & ((\text_gen|char_ram~9614_q ))) # (!\text_gen|char_ram~44605_combout & (\text_gen|char_ram~2446_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44605_combout )))) + + .dataa(\text_gen|char_ram~2446_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9614_q ), + .datad(\text_gen|char_ram~44605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44606 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23502feeder ( +// Equation(s): +// \text_gen|char_ram~23502feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23502feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23502feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23502feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y38_N31 +dffeas \text_gen|char_ram~23502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23502feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N21 +dffeas \text_gen|char_ram~16334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44603 ( +// Equation(s): +// \text_gen|char_ram~44603_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~23502_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~16334_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~23502_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~16334_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44603 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y19_N21 +dffeas \text_gen|char_ram~23950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16782feeder ( +// Equation(s): +// \text_gen|char_ram~16782feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y19_N15 +dffeas \text_gen|char_ram~16782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44604 ( +// Equation(s): +// \text_gen|char_ram~44604_combout = (\text_gen|char_ram~44603_combout & (((\text_gen|char_ram~23950_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~44603_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16782_q )))) + + .dataa(\text_gen|char_ram~44603_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23950_q ), + .datad(\text_gen|char_ram~16782_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44604 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44607 ( +// Equation(s): +// \text_gen|char_ram~44607_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~44604_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44606_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44606_combout ), + .datad(\text_gen|char_ram~44604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44607 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44610 ( +// Equation(s): +// \text_gen|char_ram~44610_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44607_combout & ((\text_gen|char_ram~44609_combout ))) # (!\text_gen|char_ram~44607_combout & (\text_gen|char_ram~44602_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44607_combout )))) + + .dataa(\text_gen|char_ram~44602_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44609_combout ), + .datad(\text_gen|char_ram~44607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44610 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17650feeder ( +// Equation(s): +// \text_gen|char_ram~17650feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17650feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17650feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17650feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y27_N31 +dffeas \text_gen|char_ram~17650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17650feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y16_N13 +dffeas \text_gen|char_ram~3314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16754feeder ( +// Equation(s): +// \text_gen|char_ram~16754feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16754feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16754feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16754feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y16_N3 +dffeas \text_gen|char_ram~16754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16754feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y16_N19 +dffeas \text_gen|char_ram~2418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44570 ( +// Equation(s): +// \text_gen|char_ram~44570_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16754_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2418_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16754_q ), + .datac(\text_gen|char_ram~2418_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44570 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44571 ( +// Equation(s): +// \text_gen|char_ram~44571_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44570_combout & (\text_gen|char_ram~17650_q )) # (!\text_gen|char_ram~44570_combout & ((\text_gen|char_ram~3314_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44570_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17650_q ), + .datac(\text_gen|char_ram~3314_q ), + .datad(\text_gen|char_ram~44570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44571 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10482feeder ( +// Equation(s): +// \text_gen|char_ram~10482feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10482feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10482feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10482feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y26_N23 +dffeas \text_gen|char_ram~10482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10482feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y22_N1 +dffeas \text_gen|char_ram~24818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23922feeder ( +// Equation(s): +// \text_gen|char_ram~23922feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y22_N9 +dffeas \text_gen|char_ram~23922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y22_N19 +dffeas \text_gen|char_ram~9586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44577 ( +// Equation(s): +// \text_gen|char_ram~44577_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23922_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~9586_q +// ))))) + + .dataa(\text_gen|char_ram~23922_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9586_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44577 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44578 ( +// Equation(s): +// \text_gen|char_ram~44578_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44577_combout & ((\text_gen|char_ram~24818_q ))) # (!\text_gen|char_ram~44577_combout & (\text_gen|char_ram~10482_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44577_combout )))) + + .dataa(\text_gen|char_ram~10482_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24818_q ), + .datad(\text_gen|char_ram~44577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44578 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2866feeder ( +// Equation(s): +// \text_gen|char_ram~2866feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2866feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N21 +dffeas \text_gen|char_ram~2866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y38_N7 +dffeas \text_gen|char_ram~17202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16306feeder ( +// Equation(s): +// \text_gen|char_ram~16306feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16306feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16306feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16306feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y39_N31 +dffeas \text_gen|char_ram~16306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16306feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y38_N29 +dffeas \text_gen|char_ram~1970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44574 ( +// Equation(s): +// \text_gen|char_ram~44574_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16306_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1970_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16306_q ), + .datac(\text_gen|char_ram~1970_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44574 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44575 ( +// Equation(s): +// \text_gen|char_ram~44575_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44574_combout & ((\text_gen|char_ram~17202_q ))) # (!\text_gen|char_ram~44574_combout & (\text_gen|char_ram~2866_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44574_combout )))) + + .dataa(\text_gen|char_ram~2866_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17202_q ), + .datad(\text_gen|char_ram~44574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44575 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10034feeder ( +// Equation(s): +// \text_gen|char_ram~10034feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10034feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y61_N7 +dffeas \text_gen|char_ram~10034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y42_N1 +dffeas \text_gen|char_ram~24370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y42_N7 +dffeas \text_gen|char_ram~9138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23474feeder ( +// Equation(s): +// \text_gen|char_ram~23474feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23474feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y40_N5 +dffeas \text_gen|char_ram~23474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44572 ( +// Equation(s): +// \text_gen|char_ram~44572_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~23474_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~9138_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~9138_q ), + .datad(\text_gen|char_ram~23474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44572 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44573 ( +// Equation(s): +// \text_gen|char_ram~44573_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44572_combout & ((\text_gen|char_ram~24370_q ))) # (!\text_gen|char_ram~44572_combout & (\text_gen|char_ram~10034_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44572_combout )))) + + .dataa(\text_gen|char_ram~10034_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24370_q ), + .datad(\text_gen|char_ram~44572_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44573 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44576 ( +// Equation(s): +// \text_gen|char_ram~44576_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~44573_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44575_combout )))) + + .dataa(\text_gen|char_ram~44575_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44573_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44576 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~44576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44579 ( +// Equation(s): +// \text_gen|char_ram~44579_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44576_combout & ((\text_gen|char_ram~44578_combout ))) # (!\text_gen|char_ram~44576_combout & (\text_gen|char_ram~44571_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44576_combout )))) + + .dataa(\text_gen|char_ram~44571_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44578_combout ), + .datad(\text_gen|char_ram~44576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44579 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10027feeder ( +// Equation(s): +// \text_gen|char_ram~10027feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10027feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10027feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10027feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y55_N11 +dffeas \text_gen|char_ram~10027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10027feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y41_N25 +dffeas \text_gen|char_ram~24363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y41_N19 +dffeas \text_gen|char_ram~9131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23467feeder ( +// Equation(s): +// \text_gen|char_ram~23467feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y21_N5 +dffeas \text_gen|char_ram~23467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44592 ( +// Equation(s): +// \text_gen|char_ram~44592_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23467_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9131_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9131_q ), + .datad(\text_gen|char_ram~23467_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44592 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44593 ( +// Equation(s): +// \text_gen|char_ram~44593_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44592_combout & ((\text_gen|char_ram~24363_q ))) # (!\text_gen|char_ram~44592_combout & (\text_gen|char_ram~10027_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44592_combout )))) + + .dataa(\text_gen|char_ram~10027_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24363_q ), + .datad(\text_gen|char_ram~44592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44593 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2859feeder ( +// Equation(s): +// \text_gen|char_ram~2859feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2859feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2859feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2859feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y43_N21 +dffeas \text_gen|char_ram~2859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2859feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y35_N27 +dffeas \text_gen|char_ram~17195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16299feeder ( +// Equation(s): +// \text_gen|char_ram~16299feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16299feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16299feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16299feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y35_N27 +dffeas \text_gen|char_ram~16299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16299feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y35_N29 +dffeas \text_gen|char_ram~1963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44594 ( +// Equation(s): +// \text_gen|char_ram~44594_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16299_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1963_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16299_q ), + .datac(\text_gen|char_ram~1963_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44594 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44595 ( +// Equation(s): +// \text_gen|char_ram~44595_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44594_combout & ((\text_gen|char_ram~17195_q ))) # (!\text_gen|char_ram~44594_combout & (\text_gen|char_ram~2859_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44594_combout )))) + + .dataa(\text_gen|char_ram~2859_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17195_q ), + .datad(\text_gen|char_ram~44594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44595 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44596 ( +// Equation(s): +// \text_gen|char_ram~44596_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~44593_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~44595_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44593_combout ), + .datad(\text_gen|char_ram~44595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44596 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10475feeder ( +// Equation(s): +// \text_gen|char_ram~10475feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N5 +dffeas \text_gen|char_ram~10475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y20_N23 +dffeas \text_gen|char_ram~24811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23915feeder ( +// Equation(s): +// \text_gen|char_ram~23915feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23915feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23915feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23915feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y16_N7 +dffeas \text_gen|char_ram~23915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23915feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y20_N29 +dffeas \text_gen|char_ram~9579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44597 ( +// Equation(s): +// \text_gen|char_ram~44597_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23915_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~9579_q +// ))))) + + .dataa(\text_gen|char_ram~23915_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9579_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44597 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44598 ( +// Equation(s): +// \text_gen|char_ram~44598_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44597_combout & ((\text_gen|char_ram~24811_q ))) # (!\text_gen|char_ram~44597_combout & (\text_gen|char_ram~10475_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44597_combout )))) + + .dataa(\text_gen|char_ram~10475_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24811_q ), + .datad(\text_gen|char_ram~44597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44598 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3307feeder ( +// Equation(s): +// \text_gen|char_ram~3307feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3307feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3307feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3307feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y35_N9 +dffeas \text_gen|char_ram~3307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3307feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17643feeder ( +// Equation(s): +// \text_gen|char_ram~17643feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17643feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y35_N13 +dffeas \text_gen|char_ram~17643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16747feeder ( +// Equation(s): +// \text_gen|char_ram~16747feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16747feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16747feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16747feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y12_N27 +dffeas \text_gen|char_ram~16747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16747feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y12_N25 +dffeas \text_gen|char_ram~2411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44590 ( +// Equation(s): +// \text_gen|char_ram~44590_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16747_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2411_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16747_q ), + .datac(\text_gen|char_ram~2411_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44590 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44591 ( +// Equation(s): +// \text_gen|char_ram~44591_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44590_combout & ((\text_gen|char_ram~17643_q ))) # (!\text_gen|char_ram~44590_combout & (\text_gen|char_ram~3307_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44590_combout )))) + + .dataa(\text_gen|char_ram~3307_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17643_q ), + .datad(\text_gen|char_ram~44590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44591 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44599 ( +// Equation(s): +// \text_gen|char_ram~44599_combout = (\text_gen|char_ram~44596_combout & ((\text_gen|char_ram~44598_combout ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~44596_combout & (((\text_gen|Add5~4_combout & \text_gen|char_ram~44591_combout )))) + + .dataa(\text_gen|char_ram~44596_combout ), + .datab(\text_gen|char_ram~44598_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~44591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44599 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~44599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3335feeder ( +// Equation(s): +// \text_gen|char_ram~3335feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3335feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y35_N7 +dffeas \text_gen|char_ram~3335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y31_N11 +dffeas \text_gen|char_ram~10503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10055feeder ( +// Equation(s): +// \text_gen|char_ram~10055feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10055feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y57_N3 +dffeas \text_gen|char_ram~10055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y35_N29 +dffeas \text_gen|char_ram~2887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44580 ( +// Equation(s): +// \text_gen|char_ram~44580_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10055_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2887_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~10055_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2887_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44580 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44581 ( +// Equation(s): +// \text_gen|char_ram~44581_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44580_combout & ((\text_gen|char_ram~10503_q ))) # (!\text_gen|char_ram~44580_combout & (\text_gen|char_ram~3335_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44580_combout )))) + + .dataa(\text_gen|char_ram~3335_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10503_q ), + .datad(\text_gen|char_ram~44580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44581 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17671feeder ( +// Equation(s): +// \text_gen|char_ram~17671feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17671feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N1 +dffeas \text_gen|char_ram~17671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y31_N11 +dffeas \text_gen|char_ram~24839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y35_N9 +dffeas \text_gen|char_ram~17223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24391feeder ( +// Equation(s): +// \text_gen|char_ram~24391feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y41_N23 +dffeas \text_gen|char_ram~24391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44587 ( +// Equation(s): +// \text_gen|char_ram~44587_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~24391_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~17223_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~17223_q ), + .datad(\text_gen|char_ram~24391_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44587 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44588 ( +// Equation(s): +// \text_gen|char_ram~44588_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44587_combout & ((\text_gen|char_ram~24839_q ))) # (!\text_gen|char_ram~44587_combout & (\text_gen|char_ram~17671_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44587_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17671_q ), + .datac(\text_gen|char_ram~24839_q ), + .datad(\text_gen|char_ram~44587_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44588 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16775feeder ( +// Equation(s): +// \text_gen|char_ram~16775feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16775feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y12_N13 +dffeas \text_gen|char_ram~16775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y12_N15 +dffeas \text_gen|char_ram~23943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y16_N17 +dffeas \text_gen|char_ram~16327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23495feeder ( +// Equation(s): +// \text_gen|char_ram~23495feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23495feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N13 +dffeas \text_gen|char_ram~23495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44582 ( +// Equation(s): +// \text_gen|char_ram~44582_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~23495_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16327_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16327_q ), + .datad(\text_gen|char_ram~23495_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44582 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44583 ( +// Equation(s): +// \text_gen|char_ram~44583_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44582_combout & ((\text_gen|char_ram~23943_q ))) # (!\text_gen|char_ram~44582_combout & (\text_gen|char_ram~16775_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44582_combout )))) + + .dataa(\text_gen|char_ram~16775_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23943_q ), + .datad(\text_gen|char_ram~44582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44583 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y35_N5 +dffeas \text_gen|char_ram~1991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9159feeder ( +// Equation(s): +// \text_gen|char_ram~9159feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9159feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9159feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9159feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N21 +dffeas \text_gen|char_ram~9159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9159feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44584 ( +// Equation(s): +// \text_gen|char_ram~44584_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9159_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1991_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1991_q ), + .datad(\text_gen|char_ram~9159_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44584 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y35_N23 +dffeas \text_gen|char_ram~9607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2439feeder ( +// Equation(s): +// \text_gen|char_ram~2439feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2439feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y11_N15 +dffeas \text_gen|char_ram~2439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44585 ( +// Equation(s): +// \text_gen|char_ram~44585_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44584_combout & (\text_gen|char_ram~9607_q )) # (!\text_gen|char_ram~44584_combout & ((\text_gen|char_ram~2439_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44584_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44584_combout ), + .datac(\text_gen|char_ram~9607_q ), + .datad(\text_gen|char_ram~2439_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44585 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44586 ( +// Equation(s): +// \text_gen|char_ram~44586_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44583_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~44585_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44583_combout ), + .datad(\text_gen|char_ram~44585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44586 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44589 ( +// Equation(s): +// \text_gen|char_ram~44589_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44586_combout & ((\text_gen|char_ram~44588_combout ))) # (!\text_gen|char_ram~44586_combout & (\text_gen|char_ram~44581_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44586_combout )))) + + .dataa(\text_gen|char_ram~44581_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44588_combout ), + .datad(\text_gen|char_ram~44586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44589 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44600 ( +// Equation(s): +// \text_gen|char_ram~44600_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~44589_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44599_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44599_combout ), + .datad(\text_gen|char_ram~44589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44600 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44611 ( +// Equation(s): +// \text_gen|char_ram~44611_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44600_combout & (\text_gen|char_ram~44610_combout )) # (!\text_gen|char_ram~44600_combout & ((\text_gen|char_ram~44579_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44600_combout )))) + + .dataa(\text_gen|char_ram~44610_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44579_combout ), + .datad(\text_gen|char_ram~44600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44611 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44654 ( +// Equation(s): +// \text_gen|char_ram~44654_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~44611_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~44653_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~44653_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~44611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44654 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~44654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27534feeder ( +// Equation(s): +// \text_gen|char_ram~27534feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27534feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y14_N17 +dffeas \text_gen|char_ram~27534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13198feeder ( +// Equation(s): +// \text_gen|char_ram~13198feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13198feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13198feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13198feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y14_N7 +dffeas \text_gen|char_ram~13198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13198feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y18_N29 +dffeas \text_gen|char_ram~6030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44662 ( +// Equation(s): +// \text_gen|char_ram~44662_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13198_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6030_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13198_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6030_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44662 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y18_N11 +dffeas \text_gen|char_ram~20366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44663 ( +// Equation(s): +// \text_gen|char_ram~44663_combout = (\text_gen|char_ram~44662_combout & ((\text_gen|char_ram~27534_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44662_combout & (((\text_gen|char_ram~20366_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~27534_q ), + .datab(\text_gen|char_ram~44662_combout ), + .datac(\text_gen|char_ram~20366_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44663 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~44663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20338feeder ( +// Equation(s): +// \text_gen|char_ram~20338feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y11_N27 +dffeas \text_gen|char_ram~20338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6002feeder ( +// Equation(s): +// \text_gen|char_ram~6002feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6002feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6002feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6002feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y18_N17 +dffeas \text_gen|char_ram~6002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6002feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44655 ( +// Equation(s): +// \text_gen|char_ram~44655_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20338_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6002_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20338_q ), + .datab(\text_gen|char_ram~6002_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44655 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~44655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13170feeder ( +// Equation(s): +// \text_gen|char_ram~13170feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13170feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13170feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13170feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y18_N11 +dffeas \text_gen|char_ram~13170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13170feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27506feeder ( +// Equation(s): +// \text_gen|char_ram~27506feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y21_N7 +dffeas \text_gen|char_ram~27506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44656 ( +// Equation(s): +// \text_gen|char_ram~44656_combout = (\text_gen|char_ram~44655_combout & (((\text_gen|char_ram~27506_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~44655_combout & (\text_gen|char_ram~13170_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~44655_combout ), + .datab(\text_gen|char_ram~13170_q ), + .datac(\text_gen|char_ram~27506_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44656 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27499feeder ( +// Equation(s): +// \text_gen|char_ram~27499feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27499feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y17_N17 +dffeas \text_gen|char_ram~27499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y18_N11 +dffeas \text_gen|char_ram~13163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20331feeder ( +// Equation(s): +// \text_gen|char_ram~20331feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20331feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20331feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20331feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y21_N29 +dffeas \text_gen|char_ram~20331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20331feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y21_N5 +dffeas \text_gen|char_ram~5995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44659 ( +// Equation(s): +// \text_gen|char_ram~44659_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20331_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5995_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20331_q ), + .datac(\text_gen|char_ram~5995_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44659 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44660 ( +// Equation(s): +// \text_gen|char_ram~44660_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44659_combout & (\text_gen|char_ram~27499_q )) # (!\text_gen|char_ram~44659_combout & ((\text_gen|char_ram~13163_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44659_combout )))) + + .dataa(\text_gen|char_ram~27499_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13163_q ), + .datad(\text_gen|char_ram~44659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44660 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27527feeder ( +// Equation(s): +// \text_gen|char_ram~27527feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27527feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27527feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27527feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y19_N17 +dffeas \text_gen|char_ram~27527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27527feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20359feeder ( +// Equation(s): +// \text_gen|char_ram~20359feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y11_N7 +dffeas \text_gen|char_ram~20359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13191feeder ( +// Equation(s): +// \text_gen|char_ram~13191feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y20_N25 +dffeas \text_gen|char_ram~13191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y20_N21 +dffeas \text_gen|char_ram~6023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44657 ( +// Equation(s): +// \text_gen|char_ram~44657_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13191_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6023_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13191_q ), + .datac(\text_gen|char_ram~6023_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44657 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44658 ( +// Equation(s): +// \text_gen|char_ram~44658_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44657_combout & (\text_gen|char_ram~27527_q )) # (!\text_gen|char_ram~44657_combout & ((\text_gen|char_ram~20359_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44657_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27527_q ), + .datac(\text_gen|char_ram~20359_q ), + .datad(\text_gen|char_ram~44657_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44658 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44661 ( +// Equation(s): +// \text_gen|char_ram~44661_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~44658_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~44660_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44660_combout ), + .datad(\text_gen|char_ram~44658_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44661 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44664 ( +// Equation(s): +// \text_gen|char_ram~44664_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44661_combout & (\text_gen|char_ram~44663_combout )) # (!\text_gen|char_ram~44661_combout & ((\text_gen|char_ram~44656_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44661_combout )))) + + .dataa(\text_gen|char_ram~44663_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44656_combout ), + .datad(\text_gen|char_ram~44661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44664 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~28402feeder ( +// Equation(s): +// \text_gen|char_ram~28402feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28402feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28402feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28402feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y34_N13 +dffeas \text_gen|char_ram~28402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28402feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y34_N19 +dffeas \text_gen|char_ram~14066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21234feeder ( +// Equation(s): +// \text_gen|char_ram~21234feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y38_N29 +dffeas \text_gen|char_ram~21234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y38_N7 +dffeas \text_gen|char_ram~6898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44686 ( +// Equation(s): +// \text_gen|char_ram~44686_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21234_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6898_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21234_q ), + .datac(\text_gen|char_ram~6898_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44686 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44687 ( +// Equation(s): +// \text_gen|char_ram~44687_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44686_combout & (\text_gen|char_ram~28402_q )) # (!\text_gen|char_ram~44686_combout & ((\text_gen|char_ram~14066_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44686_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~28402_q ), + .datac(\text_gen|char_ram~14066_q ), + .datad(\text_gen|char_ram~44686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44687 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~21262feeder ( +// Equation(s): +// \text_gen|char_ram~21262feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21262feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21262feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21262feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y31_N5 +dffeas \text_gen|char_ram~21262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21262feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y31_N27 +dffeas \text_gen|char_ram~28430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14094feeder ( +// Equation(s): +// \text_gen|char_ram~14094feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14094feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14094feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14094feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y43_N13 +dffeas \text_gen|char_ram~14094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14094feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y40_N29 +dffeas \text_gen|char_ram~6926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44693 ( +// Equation(s): +// \text_gen|char_ram~44693_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~14094_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6926_q +// ))))) + + .dataa(\text_gen|char_ram~14094_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6926_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44693 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44694 ( +// Equation(s): +// \text_gen|char_ram~44694_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44693_combout & ((\text_gen|char_ram~28430_q ))) # (!\text_gen|char_ram~44693_combout & (\text_gen|char_ram~21262_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44693_combout )))) + + .dataa(\text_gen|char_ram~21262_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28430_q ), + .datad(\text_gen|char_ram~44693_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44694 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21255feeder ( +// Equation(s): +// \text_gen|char_ram~21255feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y31_N23 +dffeas \text_gen|char_ram~21255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y31_N5 +dffeas \text_gen|char_ram~28423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6919feeder ( +// Equation(s): +// \text_gen|char_ram~6919feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6919feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y32_N23 +dffeas \text_gen|char_ram~6919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y32_N31 +dffeas \text_gen|char_ram~14087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44688 ( +// Equation(s): +// \text_gen|char_ram~44688_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~14087_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6919_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~6919_q ), + .datac(\text_gen|char_ram~14087_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44688 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~44688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44689 ( +// Equation(s): +// \text_gen|char_ram~44689_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44688_combout & ((\text_gen|char_ram~28423_q ))) # (!\text_gen|char_ram~44688_combout & (\text_gen|char_ram~21255_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44688_combout )))) + + .dataa(\text_gen|char_ram~21255_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28423_q ), + .datad(\text_gen|char_ram~44688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44689 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14059feeder ( +// Equation(s): +// \text_gen|char_ram~14059feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14059feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14059feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14059feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y34_N23 +dffeas \text_gen|char_ram~14059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14059feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y34_N11 +dffeas \text_gen|char_ram~28395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21227feeder ( +// Equation(s): +// \text_gen|char_ram~21227feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21227feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y32_N31 +dffeas \text_gen|char_ram~21227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y34_N21 +dffeas \text_gen|char_ram~6891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44690 ( +// Equation(s): +// \text_gen|char_ram~44690_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21227_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6891_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~21227_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6891_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44690 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44691 ( +// Equation(s): +// \text_gen|char_ram~44691_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44690_combout & ((\text_gen|char_ram~28395_q ))) # (!\text_gen|char_ram~44690_combout & (\text_gen|char_ram~14059_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44690_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14059_q ), + .datac(\text_gen|char_ram~28395_q ), + .datad(\text_gen|char_ram~44690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44691 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44692 ( +// Equation(s): +// \text_gen|char_ram~44692_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~44689_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44691_combout ))))) + + .dataa(\text_gen|char_ram~44689_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44691_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44692 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44695 ( +// Equation(s): +// \text_gen|char_ram~44695_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44692_combout & ((\text_gen|char_ram~44694_combout ))) # (!\text_gen|char_ram~44692_combout & (\text_gen|char_ram~44687_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44692_combout )))) + + .dataa(\text_gen|char_ram~44687_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44694_combout ), + .datad(\text_gen|char_ram~44692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44695 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20807feeder ( +// Equation(s): +// \text_gen|char_ram~20807feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20807feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20807feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20807feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y44_N13 +dffeas \text_gen|char_ram~20807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20807feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y44_N7 +dffeas \text_gen|char_ram~27975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y41_N19 +dffeas \text_gen|char_ram~6471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13639feeder ( +// Equation(s): +// \text_gen|char_ram~13639feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13639feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13639feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13639feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y41_N9 +dffeas \text_gen|char_ram~13639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13639feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44665 ( +// Equation(s): +// \text_gen|char_ram~44665_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13639_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6471_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6471_q ), + .datad(\text_gen|char_ram~13639_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44665 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44666 ( +// Equation(s): +// \text_gen|char_ram~44666_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44665_combout & ((\text_gen|char_ram~27975_q ))) # (!\text_gen|char_ram~44665_combout & (\text_gen|char_ram~20807_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44665_combout )))) + + .dataa(\text_gen|char_ram~20807_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27975_q ), + .datad(\text_gen|char_ram~44665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44666 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20814feeder ( +// Equation(s): +// \text_gen|char_ram~20814feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20814feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20814feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20814feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y56_N19 +dffeas \text_gen|char_ram~20814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20814feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y52_N23 +dffeas \text_gen|char_ram~27982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13646feeder ( +// Equation(s): +// \text_gen|char_ram~13646feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13646feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y50_N5 +dffeas \text_gen|char_ram~13646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y50_N19 +dffeas \text_gen|char_ram~6478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44672 ( +// Equation(s): +// \text_gen|char_ram~44672_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13646_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6478_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13646_q ), + .datac(\text_gen|char_ram~6478_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44672 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44673 ( +// Equation(s): +// \text_gen|char_ram~44673_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44672_combout & ((\text_gen|char_ram~27982_q ))) # (!\text_gen|char_ram~44672_combout & (\text_gen|char_ram~20814_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44672_combout )))) + + .dataa(\text_gen|char_ram~20814_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27982_q ), + .datad(\text_gen|char_ram~44672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44673 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13611feeder ( +// Equation(s): +// \text_gen|char_ram~13611feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13611feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y59_N7 +dffeas \text_gen|char_ram~13611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y48_N23 +dffeas \text_gen|char_ram~27947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20779feeder ( +// Equation(s): +// \text_gen|char_ram~20779feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20779feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20779feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20779feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y53_N31 +dffeas \text_gen|char_ram~20779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20779feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N23 +dffeas \text_gen|char_ram~6443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44669 ( +// Equation(s): +// \text_gen|char_ram~44669_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20779_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6443_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20779_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6443_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44669 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44670 ( +// Equation(s): +// \text_gen|char_ram~44670_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44669_combout & ((\text_gen|char_ram~27947_q ))) # (!\text_gen|char_ram~44669_combout & (\text_gen|char_ram~13611_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44669_combout )))) + + .dataa(\text_gen|char_ram~13611_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27947_q ), + .datad(\text_gen|char_ram~44669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44670 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13618feeder ( +// Equation(s): +// \text_gen|char_ram~13618feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13618feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y52_N1 +dffeas \text_gen|char_ram~13618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y53_N9 +dffeas \text_gen|char_ram~27954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20786feeder ( +// Equation(s): +// \text_gen|char_ram~20786feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20786feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20786feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20786feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y53_N19 +dffeas \text_gen|char_ram~20786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20786feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y53_N1 +dffeas \text_gen|char_ram~6450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44667 ( +// Equation(s): +// \text_gen|char_ram~44667_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20786_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6450_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20786_q ), + .datac(\text_gen|char_ram~6450_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44667 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44668 ( +// Equation(s): +// \text_gen|char_ram~44668_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44667_combout & ((\text_gen|char_ram~27954_q ))) # (!\text_gen|char_ram~44667_combout & (\text_gen|char_ram~13618_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44667_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13618_q ), + .datac(\text_gen|char_ram~27954_q ), + .datad(\text_gen|char_ram~44667_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44668 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44671 ( +// Equation(s): +// \text_gen|char_ram~44671_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~44668_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44670_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44670_combout ), + .datad(\text_gen|char_ram~44668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44671 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44674 ( +// Equation(s): +// \text_gen|char_ram~44674_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44671_combout & ((\text_gen|char_ram~44673_combout ))) # (!\text_gen|char_ram~44671_combout & (\text_gen|char_ram~44666_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44671_combout )))) + + .dataa(\text_gen|char_ram~44666_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44673_combout ), + .datad(\text_gen|char_ram~44671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44674 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19918feeder ( +// Equation(s): +// \text_gen|char_ram~19918feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19918feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19918feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19918feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y41_N29 +dffeas \text_gen|char_ram~19918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19918feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y41_N31 +dffeas \text_gen|char_ram~27086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N25 +dffeas \text_gen|char_ram~5582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12750feeder ( +// Equation(s): +// \text_gen|char_ram~12750feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12750feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12750feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12750feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y43_N29 +dffeas \text_gen|char_ram~12750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12750feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44682 ( +// Equation(s): +// \text_gen|char_ram~44682_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~12750_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5582_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5582_q ), + .datad(\text_gen|char_ram~12750_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44682 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44683 ( +// Equation(s): +// \text_gen|char_ram~44683_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44682_combout & ((\text_gen|char_ram~27086_q ))) # (!\text_gen|char_ram~44682_combout & (\text_gen|char_ram~19918_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44682_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19918_q ), + .datac(\text_gen|char_ram~27086_q ), + .datad(\text_gen|char_ram~44682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44683 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12715feeder ( +// Equation(s): +// \text_gen|char_ram~12715feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12715feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12715feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12715feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y41_N31 +dffeas \text_gen|char_ram~12715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12715feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y40_N9 +dffeas \text_gen|char_ram~27051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y41_N29 +dffeas \text_gen|char_ram~5547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19883feeder ( +// Equation(s): +// \text_gen|char_ram~19883feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19883feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19883feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19883feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y48_N19 +dffeas \text_gen|char_ram~19883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19883feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44679 ( +// Equation(s): +// \text_gen|char_ram~44679_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~19883_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5547_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5547_q ), + .datad(\text_gen|char_ram~19883_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44679 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44680 ( +// Equation(s): +// \text_gen|char_ram~44680_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44679_combout & ((\text_gen|char_ram~27051_q ))) # (!\text_gen|char_ram~44679_combout & (\text_gen|char_ram~12715_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44679_combout )))) + + .dataa(\text_gen|char_ram~12715_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27051_q ), + .datad(\text_gen|char_ram~44679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44680 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12722feeder ( +// Equation(s): +// \text_gen|char_ram~12722feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12722feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N23 +dffeas \text_gen|char_ram~12722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y45_N9 +dffeas \text_gen|char_ram~27058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19890feeder ( +// Equation(s): +// \text_gen|char_ram~19890feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19890feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y42_N23 +dffeas \text_gen|char_ram~19890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y46_N27 +dffeas \text_gen|char_ram~5554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44677 ( +// Equation(s): +// \text_gen|char_ram~44677_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19890_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5554_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19890_q ), + .datac(\text_gen|char_ram~5554_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44677 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44678 ( +// Equation(s): +// \text_gen|char_ram~44678_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44677_combout & ((\text_gen|char_ram~27058_q ))) # (!\text_gen|char_ram~44677_combout & (\text_gen|char_ram~12722_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44677_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12722_q ), + .datac(\text_gen|char_ram~27058_q ), + .datad(\text_gen|char_ram~44677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44678 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44681 ( +// Equation(s): +// \text_gen|char_ram~44681_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~44678_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44680_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44680_combout ), + .datad(\text_gen|char_ram~44678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44681 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19911feeder ( +// Equation(s): +// \text_gen|char_ram~19911feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19911feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19911feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19911feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N1 +dffeas \text_gen|char_ram~19911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19911feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y38_N11 +dffeas \text_gen|char_ram~27079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12743feeder ( +// Equation(s): +// \text_gen|char_ram~12743feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12743feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12743feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12743feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y43_N23 +dffeas \text_gen|char_ram~12743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12743feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y41_N31 +dffeas \text_gen|char_ram~5575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44675 ( +// Equation(s): +// \text_gen|char_ram~44675_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12743_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5575_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12743_q ), + .datac(\text_gen|char_ram~5575_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44675 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44676 ( +// Equation(s): +// \text_gen|char_ram~44676_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44675_combout & ((\text_gen|char_ram~27079_q ))) # (!\text_gen|char_ram~44675_combout & (\text_gen|char_ram~19911_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44675_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19911_q ), + .datac(\text_gen|char_ram~27079_q ), + .datad(\text_gen|char_ram~44675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44676 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44684 ( +// Equation(s): +// \text_gen|char_ram~44684_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44681_combout & (\text_gen|char_ram~44683_combout )) # (!\text_gen|char_ram~44681_combout & ((\text_gen|char_ram~44676_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44681_combout )))) + + .dataa(\text_gen|char_ram~44683_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44681_combout ), + .datad(\text_gen|char_ram~44676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44684 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44685 ( +// Equation(s): +// \text_gen|char_ram~44685_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~44674_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~44684_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44674_combout ), + .datad(\text_gen|char_ram~44684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44685 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44696 ( +// Equation(s): +// \text_gen|char_ram~44696_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44685_combout & ((\text_gen|char_ram~44695_combout ))) # (!\text_gen|char_ram~44685_combout & (\text_gen|char_ram~44664_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44685_combout )))) + + .dataa(\text_gen|char_ram~44664_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44695_combout ), + .datad(\text_gen|char_ram~44685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44696 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44697 ( +// Equation(s): +// \text_gen|char_ram~44697_combout = (\text_gen|char_ram~44654_combout & (((\text_gen|char_ram~44696_combout ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~44654_combout & (\text_gen|char_ram~44569_combout & (\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~44569_combout ), + .datab(\text_gen|char_ram~44654_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~44696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44697 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~44697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~28647feeder ( +// Equation(s): +// \text_gen|char_ram~28647feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28647feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y32_N11 +dffeas \text_gen|char_ram~28647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y31_N7 +dffeas \text_gen|char_ram~28654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~28626feeder ( +// Equation(s): +// \text_gen|char_ram~28626feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N5 +dffeas \text_gen|char_ram~28626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y32_N5 +dffeas \text_gen|char_ram~28619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45204 ( +// Equation(s): +// \text_gen|char_ram~45204_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~28626_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~28619_q ))))) + + .dataa(\text_gen|char_ram~28626_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28619_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~45204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45204 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45205 ( +// Equation(s): +// \text_gen|char_ram~45205_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45204_combout & ((\text_gen|char_ram~28654_q ))) # (!\text_gen|char_ram~45204_combout & (\text_gen|char_ram~28647_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45204_combout )))) + + .dataa(\text_gen|char_ram~28647_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28654_q ), + .datad(\text_gen|char_ram~45204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45205 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7122feeder ( +// Equation(s): +// \text_gen|char_ram~7122feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7122feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y34_N9 +dffeas \text_gen|char_ram~7122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y37_N7 +dffeas \text_gen|char_ram~7150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y33_N7 +dffeas \text_gen|char_ram~7115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y32_N3 +dffeas \text_gen|char_ram~7143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45201 ( +// Equation(s): +// \text_gen|char_ram~45201_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~7143_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7115_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7115_q ), + .datad(\text_gen|char_ram~7143_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45201 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45202 ( +// Equation(s): +// \text_gen|char_ram~45202_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45201_combout & ((\text_gen|char_ram~7150_q ))) # (!\text_gen|char_ram~45201_combout & (\text_gen|char_ram~7122_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45201_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7122_q ), + .datac(\text_gen|char_ram~7150_q ), + .datad(\text_gen|char_ram~45201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45202 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21458feeder ( +// Equation(s): +// \text_gen|char_ram~21458feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21458feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21458feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21458feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y31_N21 +dffeas \text_gen|char_ram~21458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21458feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N19 +dffeas \text_gen|char_ram~21486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y33_N23 +dffeas \text_gen|char_ram~21451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~21479feeder ( +// Equation(s): +// \text_gen|char_ram~21479feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y31_N5 +dffeas \text_gen|char_ram~21479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45199 ( +// Equation(s): +// \text_gen|char_ram~45199_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~21479_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~21451_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21451_q ), + .datad(\text_gen|char_ram~21479_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45199 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45200 ( +// Equation(s): +// \text_gen|char_ram~45200_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45199_combout & ((\text_gen|char_ram~21486_q ))) # (!\text_gen|char_ram~45199_combout & (\text_gen|char_ram~21458_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45199_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~21458_q ), + .datac(\text_gen|char_ram~21486_q ), + .datad(\text_gen|char_ram~45199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45200 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45203 ( +// Equation(s): +// \text_gen|char_ram~45203_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~45200_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~45202_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~45202_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~45200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45203 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~45203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y33_N23 +dffeas \text_gen|char_ram~14283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y28_N19 +dffeas \text_gen|char_ram~14290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45197 ( +// Equation(s): +// \text_gen|char_ram~45197_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14290_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14283_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14283_q ), + .datad(\text_gen|char_ram~14290_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45197 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y24_N19 +dffeas \text_gen|char_ram~14318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y32_N15 +dffeas \text_gen|char_ram~14311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45198 ( +// Equation(s): +// \text_gen|char_ram~45198_combout = (\text_gen|char_ram~45197_combout & (((\text_gen|char_ram~14318_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~45197_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~14311_q )))) + + .dataa(\text_gen|char_ram~45197_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14318_q ), + .datad(\text_gen|char_ram~14311_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45198 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45206 ( +// Equation(s): +// \text_gen|char_ram~45206_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45203_combout & (\text_gen|char_ram~45205_combout )) # (!\text_gen|char_ram~45203_combout & ((\text_gen|char_ram~45198_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45203_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~45205_combout ), + .datac(\text_gen|char_ram~45203_combout ), + .datad(\text_gen|char_ram~45198_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45206 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~28199feeder ( +// Equation(s): +// \text_gen|char_ram~28199feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28199feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28199feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28199feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N19 +dffeas \text_gen|char_ram~28199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28199feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y59_N3 +dffeas \text_gen|char_ram~28206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y59_N1 +dffeas \text_gen|char_ram~28171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~28178feeder ( +// Equation(s): +// \text_gen|char_ram~28178feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28178feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y59_N23 +dffeas \text_gen|char_ram~28178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45173 ( +// Equation(s): +// \text_gen|char_ram~45173_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~28178_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28171_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28171_q ), + .datad(\text_gen|char_ram~28178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45173 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45174 ( +// Equation(s): +// \text_gen|char_ram~45174_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45173_combout & ((\text_gen|char_ram~28206_q ))) # (!\text_gen|char_ram~45173_combout & (\text_gen|char_ram~28199_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45173_combout )))) + + .dataa(\text_gen|char_ram~28199_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28206_q ), + .datad(\text_gen|char_ram~45173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45174 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21038feeder ( +// Equation(s): +// \text_gen|char_ram~21038feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21038feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21038feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21038feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y60_N31 +dffeas \text_gen|char_ram~21038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21038feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y59_N13 +dffeas \text_gen|char_ram~21010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y59_N19 +dffeas \text_gen|char_ram~21003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21031feeder ( +// Equation(s): +// \text_gen|char_ram~21031feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21031feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21031feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21031feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y59_N25 +dffeas \text_gen|char_ram~21031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21031feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45166 ( +// Equation(s): +// \text_gen|char_ram~45166_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~21031_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~21003_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21003_q ), + .datad(\text_gen|char_ram~21031_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45166 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45167 ( +// Equation(s): +// \text_gen|char_ram~45167_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45166_combout & (\text_gen|char_ram~21038_q )) # (!\text_gen|char_ram~45166_combout & ((\text_gen|char_ram~21010_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45166_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~21038_q ), + .datac(\text_gen|char_ram~21010_q ), + .datad(\text_gen|char_ram~45166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45167 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6674feeder ( +// Equation(s): +// \text_gen|char_ram~6674feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6674feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y60_N29 +dffeas \text_gen|char_ram~6674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y60_N31 +dffeas \text_gen|char_ram~6702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y59_N5 +dffeas \text_gen|char_ram~6667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6695feeder ( +// Equation(s): +// \text_gen|char_ram~6695feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6695feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y37_N1 +dffeas \text_gen|char_ram~6695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45170 ( +// Equation(s): +// \text_gen|char_ram~45170_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~6695_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6667_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6667_q ), + .datad(\text_gen|char_ram~6695_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45170 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45171 ( +// Equation(s): +// \text_gen|char_ram~45171_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45170_combout & ((\text_gen|char_ram~6702_q ))) # (!\text_gen|char_ram~45170_combout & (\text_gen|char_ram~6674_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45170_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6674_q ), + .datac(\text_gen|char_ram~6702_q ), + .datad(\text_gen|char_ram~45170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45171 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13863feeder ( +// Equation(s): +// \text_gen|char_ram~13863feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y64_N29 +dffeas \text_gen|char_ram~13863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y64_N29 +dffeas \text_gen|char_ram~13870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y64_N19 +dffeas \text_gen|char_ram~13835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13842feeder ( +// Equation(s): +// \text_gen|char_ram~13842feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y63_N19 +dffeas \text_gen|char_ram~13842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y64_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45168 ( +// Equation(s): +// \text_gen|char_ram~45168_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13842_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13835_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13835_q ), + .datad(\text_gen|char_ram~13842_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45168 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45169 ( +// Equation(s): +// \text_gen|char_ram~45169_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45168_combout & ((\text_gen|char_ram~13870_q ))) # (!\text_gen|char_ram~45168_combout & (\text_gen|char_ram~13863_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45168_combout )))) + + .dataa(\text_gen|char_ram~13863_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13870_q ), + .datad(\text_gen|char_ram~45168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45169 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45172 ( +// Equation(s): +// \text_gen|char_ram~45172_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~45169_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~45171_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45171_combout ), + .datad(\text_gen|char_ram~45169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45172 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45175 ( +// Equation(s): +// \text_gen|char_ram~45175_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45172_combout & (\text_gen|char_ram~45174_combout )) # (!\text_gen|char_ram~45172_combout & ((\text_gen|char_ram~45167_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45172_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~45174_combout ), + .datac(\text_gen|char_ram~45167_combout ), + .datad(\text_gen|char_ram~45172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45175 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6247feeder ( +// Equation(s): +// \text_gen|char_ram~6247feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6247feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y13_N31 +dffeas \text_gen|char_ram~6247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y12_N9 +dffeas \text_gen|char_ram~6219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45180 ( +// Equation(s): +// \text_gen|char_ram~45180_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~6247_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~6219_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6247_q ), + .datac(\text_gen|char_ram~6219_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45180 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y14_N11 +dffeas \text_gen|char_ram~6254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6226feeder ( +// Equation(s): +// \text_gen|char_ram~6226feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6226feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y14_N1 +dffeas \text_gen|char_ram~6226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45181 ( +// Equation(s): +// \text_gen|char_ram~45181_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45180_combout & (\text_gen|char_ram~6254_q )) # (!\text_gen|char_ram~45180_combout & ((\text_gen|char_ram~6226_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45180_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45180_combout ), + .datac(\text_gen|char_ram~6254_q ), + .datad(\text_gen|char_ram~6226_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45181 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20562feeder ( +// Equation(s): +// \text_gen|char_ram~20562feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y10_N23 +dffeas \text_gen|char_ram~20562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y10_N23 +dffeas \text_gen|char_ram~20590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20583feeder ( +// Equation(s): +// \text_gen|char_ram~20583feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20583feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20583feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20583feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y10_N25 +dffeas \text_gen|char_ram~20583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20583feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y10_N17 +dffeas \text_gen|char_ram~20555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45178 ( +// Equation(s): +// \text_gen|char_ram~45178_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~20583_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~20555_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20583_q ), + .datac(\text_gen|char_ram~20555_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45178 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45179 ( +// Equation(s): +// \text_gen|char_ram~45179_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45178_combout & ((\text_gen|char_ram~20590_q ))) # (!\text_gen|char_ram~45178_combout & (\text_gen|char_ram~20562_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45178_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20562_q ), + .datac(\text_gen|char_ram~20590_q ), + .datad(\text_gen|char_ram~45178_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45179 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45182 ( +// Equation(s): +// \text_gen|char_ram~45182_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~45179_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~45181_combout )))) + + .dataa(\text_gen|char_ram~45181_combout ), + .datab(\text_gen|char_ram~45179_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45182 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~45182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13415feeder ( +// Equation(s): +// \text_gen|char_ram~13415feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13415feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13415feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13415feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y13_N17 +dffeas \text_gen|char_ram~13415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13415feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y10_N17 +dffeas \text_gen|char_ram~13422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y14_N23 +dffeas \text_gen|char_ram~13387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13394feeder ( +// Equation(s): +// \text_gen|char_ram~13394feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13394feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13394feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13394feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y10_N23 +dffeas \text_gen|char_ram~13394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13394feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45176 ( +// Equation(s): +// \text_gen|char_ram~45176_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13394_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13387_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13387_q ), + .datad(\text_gen|char_ram~13394_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45176 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45177 ( +// Equation(s): +// \text_gen|char_ram~45177_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45176_combout & ((\text_gen|char_ram~13422_q ))) # (!\text_gen|char_ram~45176_combout & (\text_gen|char_ram~13415_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45176_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13415_q ), + .datac(\text_gen|char_ram~13422_q ), + .datad(\text_gen|char_ram~45176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45177 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27730feeder ( +// Equation(s): +// \text_gen|char_ram~27730feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y10_N5 +dffeas \text_gen|char_ram~27730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y12_N7 +dffeas \text_gen|char_ram~27723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45183 ( +// Equation(s): +// \text_gen|char_ram~45183_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~27730_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~27723_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27730_q ), + .datac(\text_gen|char_ram~27723_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45183 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y12_N5 +dffeas \text_gen|char_ram~27758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27751feeder ( +// Equation(s): +// \text_gen|char_ram~27751feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27751feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y12_N19 +dffeas \text_gen|char_ram~27751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45184 ( +// Equation(s): +// \text_gen|char_ram~45184_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45183_combout & (\text_gen|char_ram~27758_q )) # (!\text_gen|char_ram~45183_combout & ((\text_gen|char_ram~27751_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~45183_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~45183_combout ), + .datac(\text_gen|char_ram~27758_q ), + .datad(\text_gen|char_ram~27751_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45184 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45185 ( +// Equation(s): +// \text_gen|char_ram~45185_combout = (\text_gen|char_ram~45182_combout & (((\text_gen|char_ram~45184_combout ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~45182_combout & (\text_gen|char_ram~45177_combout & (\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~45182_combout ), + .datab(\text_gen|char_ram~45177_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~45184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45185 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~45185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27303feeder ( +// Equation(s): +// \text_gen|char_ram~27303feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27303feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y41_N7 +dffeas \text_gen|char_ram~27303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y41_N17 +dffeas \text_gen|char_ram~27310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N13 +dffeas \text_gen|char_ram~27275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27282feeder ( +// Equation(s): +// \text_gen|char_ram~27282feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27282feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y45_N1 +dffeas \text_gen|char_ram~27282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45193 ( +// Equation(s): +// \text_gen|char_ram~45193_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27282_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27275_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27275_q ), + .datad(\text_gen|char_ram~27282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45193 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45194 ( +// Equation(s): +// \text_gen|char_ram~45194_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45193_combout & ((\text_gen|char_ram~27310_q ))) # (!\text_gen|char_ram~45193_combout & (\text_gen|char_ram~27303_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45193_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27303_q ), + .datac(\text_gen|char_ram~27310_q ), + .datad(\text_gen|char_ram~45193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45194 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20114feeder ( +// Equation(s): +// \text_gen|char_ram~20114feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20114feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20114feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20114feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y40_N17 +dffeas \text_gen|char_ram~20114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20114feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y41_N7 +dffeas \text_gen|char_ram~20142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y41_N15 +dffeas \text_gen|char_ram~20107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20135feeder ( +// Equation(s): +// \text_gen|char_ram~20135feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20135feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20135feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20135feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y41_N7 +dffeas \text_gen|char_ram~20135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20135feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45186 ( +// Equation(s): +// \text_gen|char_ram~45186_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~20135_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~20107_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20107_q ), + .datad(\text_gen|char_ram~20135_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45186 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45187 ( +// Equation(s): +// \text_gen|char_ram~45187_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45186_combout & ((\text_gen|char_ram~20142_q ))) # (!\text_gen|char_ram~45186_combout & (\text_gen|char_ram~20114_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45186_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20114_q ), + .datac(\text_gen|char_ram~20142_q ), + .datad(\text_gen|char_ram~45186_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45187 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12967feeder ( +// Equation(s): +// \text_gen|char_ram~12967feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12967feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12967feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12967feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y43_N15 +dffeas \text_gen|char_ram~12967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12967feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12967 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y43_N5 +dffeas \text_gen|char_ram~12974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y45_N23 +dffeas \text_gen|char_ram~12939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12946feeder ( +// Equation(s): +// \text_gen|char_ram~12946feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12946feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12946feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12946feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y45_N21 +dffeas \text_gen|char_ram~12946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12946feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45188 ( +// Equation(s): +// \text_gen|char_ram~45188_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~12946_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~12939_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12939_q ), + .datad(\text_gen|char_ram~12946_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45188 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45189 ( +// Equation(s): +// \text_gen|char_ram~45189_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~45188_combout & ((\text_gen|char_ram~12974_q ))) # (!\text_gen|char_ram~45188_combout & (\text_gen|char_ram~12967_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~45188_combout )))) + + .dataa(\text_gen|char_ram~12967_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12974_q ), + .datad(\text_gen|char_ram~45188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45189 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5778feeder ( +// Equation(s): +// \text_gen|char_ram~5778feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5778feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y42_N1 +dffeas \text_gen|char_ram~5778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y41_N29 +dffeas \text_gen|char_ram~5806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y41_N29 +dffeas \text_gen|char_ram~5771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5799feeder ( +// Equation(s): +// \text_gen|char_ram~5799feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5799feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y41_N7 +dffeas \text_gen|char_ram~5799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45190 ( +// Equation(s): +// \text_gen|char_ram~45190_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5799_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5771_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5771_q ), + .datad(\text_gen|char_ram~5799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45190 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45191 ( +// Equation(s): +// \text_gen|char_ram~45191_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45190_combout & ((\text_gen|char_ram~5806_q ))) # (!\text_gen|char_ram~45190_combout & (\text_gen|char_ram~5778_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45190_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5778_q ), + .datac(\text_gen|char_ram~5806_q ), + .datad(\text_gen|char_ram~45190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45191 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45192 ( +// Equation(s): +// \text_gen|char_ram~45192_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~45189_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~45191_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45189_combout ), + .datad(\text_gen|char_ram~45191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45192 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45195 ( +// Equation(s): +// \text_gen|char_ram~45195_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45192_combout & (\text_gen|char_ram~45194_combout )) # (!\text_gen|char_ram~45192_combout & ((\text_gen|char_ram~45187_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45192_combout )))) + + .dataa(\text_gen|char_ram~45194_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45187_combout ), + .datad(\text_gen|char_ram~45192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45195 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45196 ( +// Equation(s): +// \text_gen|char_ram~45196_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~45185_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~45195_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45185_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~45195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45196 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45207 ( +// Equation(s): +// \text_gen|char_ram~45207_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45196_combout & (\text_gen|char_ram~45206_combout )) # (!\text_gen|char_ram~45196_combout & ((\text_gen|char_ram~45175_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45196_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45206_combout ), + .datac(\text_gen|char_ram~45175_combout ), + .datad(\text_gen|char_ram~45196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45207 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17454feeder ( +// Equation(s): +// \text_gen|char_ram~17454feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17454feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17454feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17454feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y57_N15 +dffeas \text_gen|char_ram~17454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17454feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y38_N15 +dffeas \text_gen|char_ram~16558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45072 ( +// Equation(s): +// \text_gen|char_ram~45072_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~17454_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~16558_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17454_q ), + .datac(\text_gen|char_ram~16558_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45072 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N25 +dffeas \text_gen|char_ram~17902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17006feeder ( +// Equation(s): +// \text_gen|char_ram~17006feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17006feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17006feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17006feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y8_N23 +dffeas \text_gen|char_ram~17006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17006feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45073 ( +// Equation(s): +// \text_gen|char_ram~45073_combout = (\text_gen|char_ram~45072_combout & (((\text_gen|char_ram~17902_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~45072_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~17006_q )))) + + .dataa(\text_gen|char_ram~45072_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17902_q ), + .datad(\text_gen|char_ram~17006_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45073 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2670feeder ( +// Equation(s): +// \text_gen|char_ram~2670feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2670feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2670feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2670feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y24_N21 +dffeas \text_gen|char_ram~2670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2670feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y27_N3 +dffeas \text_gen|char_ram~3566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y51_N5 +dffeas \text_gen|char_ram~2222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3118feeder ( +// Equation(s): +// \text_gen|char_ram~3118feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3118feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y53_N21 +dffeas \text_gen|char_ram~3118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45074 ( +// Equation(s): +// \text_gen|char_ram~45074_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~3118_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2222_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2222_q ), + .datad(\text_gen|char_ram~3118_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45074 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45075 ( +// Equation(s): +// \text_gen|char_ram~45075_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45074_combout & ((\text_gen|char_ram~3566_q ))) # (!\text_gen|char_ram~45074_combout & (\text_gen|char_ram~2670_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45074_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2670_q ), + .datac(\text_gen|char_ram~3566_q ), + .datad(\text_gen|char_ram~45074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45075 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45076 ( +// Equation(s): +// \text_gen|char_ram~45076_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~45073_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~45075_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~45073_combout ), + .datac(\text_gen|char_ram~45075_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45076 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24622feeder ( +// Equation(s): +// \text_gen|char_ram~24622feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24622feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24622feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24622feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y54_N29 +dffeas \text_gen|char_ram~24622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24622feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y26_N7 +dffeas \text_gen|char_ram~25070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y26_N25 +dffeas \text_gen|char_ram~23726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24174feeder ( +// Equation(s): +// \text_gen|char_ram~24174feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24174feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y11_N21 +dffeas \text_gen|char_ram~24174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45077 ( +// Equation(s): +// \text_gen|char_ram~45077_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~24174_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23726_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23726_q ), + .datad(\text_gen|char_ram~24174_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45077 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45078 ( +// Equation(s): +// \text_gen|char_ram~45078_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45077_combout & ((\text_gen|char_ram~25070_q ))) # (!\text_gen|char_ram~45077_combout & (\text_gen|char_ram~24622_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45077_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24622_q ), + .datac(\text_gen|char_ram~25070_q ), + .datad(\text_gen|char_ram~45077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45078 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10286feeder ( +// Equation(s): +// \text_gen|char_ram~10286feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y57_N1 +dffeas \text_gen|char_ram~10286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y24_N31 +dffeas \text_gen|char_ram~10734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N13 +dffeas \text_gen|char_ram~9838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y39_N15 +dffeas \text_gen|char_ram~9390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45070 ( +// Equation(s): +// \text_gen|char_ram~45070_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~9838_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~9390_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~9838_q ), + .datac(\text_gen|char_ram~9390_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45070 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45071 ( +// Equation(s): +// \text_gen|char_ram~45071_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45070_combout & ((\text_gen|char_ram~10734_q ))) # (!\text_gen|char_ram~45070_combout & (\text_gen|char_ram~10286_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45070_combout )))) + + .dataa(\text_gen|char_ram~10286_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10734_q ), + .datad(\text_gen|char_ram~45070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45071 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45079 ( +// Equation(s): +// \text_gen|char_ram~45079_combout = (\text_gen|char_ram~45076_combout & (((\text_gen|char_ram~45078_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~45076_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45071_combout )))) + + .dataa(\text_gen|char_ram~45076_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45078_combout ), + .datad(\text_gen|char_ram~45071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45079 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24587feeder ( +// Equation(s): +// \text_gen|char_ram~24587feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24587feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24587feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24587feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y57_N23 +dffeas \text_gen|char_ram~24587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24587feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N17 +dffeas \text_gen|char_ram~25035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N11 +dffeas \text_gen|char_ram~23691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24139feeder ( +// Equation(s): +// \text_gen|char_ram~24139feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24139feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24139feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24139feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y15_N9 +dffeas \text_gen|char_ram~24139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24139feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45066 ( +// Equation(s): +// \text_gen|char_ram~45066_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~24139_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23691_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23691_q ), + .datad(\text_gen|char_ram~24139_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45066 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45067 ( +// Equation(s): +// \text_gen|char_ram~45067_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45066_combout & ((\text_gen|char_ram~25035_q ))) # (!\text_gen|char_ram~45066_combout & (\text_gen|char_ram~24587_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45066_combout )))) + + .dataa(\text_gen|char_ram~24587_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25035_q ), + .datad(\text_gen|char_ram~45066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45067 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16971feeder ( +// Equation(s): +// \text_gen|char_ram~16971feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16971feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16971feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16971feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y12_N1 +dffeas \text_gen|char_ram~16971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16971feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y31_N17 +dffeas \text_gen|char_ram~17867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16523feeder ( +// Equation(s): +// \text_gen|char_ram~16523feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16523feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16523feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16523feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y36_N23 +dffeas \text_gen|char_ram~16523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16523feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17419feeder ( +// Equation(s): +// \text_gen|char_ram~17419feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17419feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y53_N15 +dffeas \text_gen|char_ram~17419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45059 ( +// Equation(s): +// \text_gen|char_ram~45059_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17419_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16523_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16523_q ), + .datad(\text_gen|char_ram~17419_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45059 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45060 ( +// Equation(s): +// \text_gen|char_ram~45060_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45059_combout & ((\text_gen|char_ram~17867_q ))) # (!\text_gen|char_ram~45059_combout & (\text_gen|char_ram~16971_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45059_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16971_q ), + .datac(\text_gen|char_ram~17867_q ), + .datad(\text_gen|char_ram~45059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45060 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2635feeder ( +// Equation(s): +// \text_gen|char_ram~2635feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2635feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y8_N25 +dffeas \text_gen|char_ram~2635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y22_N23 +dffeas \text_gen|char_ram~3531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3083feeder ( +// Equation(s): +// \text_gen|char_ram~3083feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3083feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y53_N23 +dffeas \text_gen|char_ram~3083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y22_N29 +dffeas \text_gen|char_ram~2187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45063 ( +// Equation(s): +// \text_gen|char_ram~45063_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~3083_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~2187_q ))))) + + .dataa(\text_gen|char_ram~3083_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2187_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45063 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45064 ( +// Equation(s): +// \text_gen|char_ram~45064_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45063_combout & ((\text_gen|char_ram~3531_q ))) # (!\text_gen|char_ram~45063_combout & (\text_gen|char_ram~2635_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45063_combout )))) + + .dataa(\text_gen|char_ram~2635_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3531_q ), + .datad(\text_gen|char_ram~45063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45064 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10251feeder ( +// Equation(s): +// \text_gen|char_ram~10251feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10251feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10251feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10251feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y61_N21 +dffeas \text_gen|char_ram~10251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10251feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y31_N3 +dffeas \text_gen|char_ram~10699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y39_N15 +dffeas \text_gen|char_ram~9355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9803feeder ( +// Equation(s): +// \text_gen|char_ram~9803feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9803feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9803feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9803feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y12_N29 +dffeas \text_gen|char_ram~9803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9803feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45061 ( +// Equation(s): +// \text_gen|char_ram~45061_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9803_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9355_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9355_q ), + .datad(\text_gen|char_ram~9803_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45061 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45062 ( +// Equation(s): +// \text_gen|char_ram~45062_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45061_combout & ((\text_gen|char_ram~10699_q ))) # (!\text_gen|char_ram~45061_combout & (\text_gen|char_ram~10251_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45061_combout )))) + + .dataa(\text_gen|char_ram~10251_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10699_q ), + .datad(\text_gen|char_ram~45061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45062 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45065 ( +// Equation(s): +// \text_gen|char_ram~45065_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~45062_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~45064_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45064_combout ), + .datad(\text_gen|char_ram~45062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45065 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45068 ( +// Equation(s): +// \text_gen|char_ram~45068_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45065_combout & (\text_gen|char_ram~45067_combout )) # (!\text_gen|char_ram~45065_combout & ((\text_gen|char_ram~45060_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45065_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~45067_combout ), + .datac(\text_gen|char_ram~45060_combout ), + .datad(\text_gen|char_ram~45065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45068 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10279feeder ( +// Equation(s): +// \text_gen|char_ram~10279feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10279feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10279feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10279feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y61_N27 +dffeas \text_gen|char_ram~10279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10279feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y31_N9 +dffeas \text_gen|char_ram~10727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y39_N5 +dffeas \text_gen|char_ram~9383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9831feeder ( +// Equation(s): +// \text_gen|char_ram~9831feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9831feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y16_N11 +dffeas \text_gen|char_ram~9831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45049 ( +// Equation(s): +// \text_gen|char_ram~45049_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9831_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9383_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9383_q ), + .datad(\text_gen|char_ram~9831_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45049 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45050 ( +// Equation(s): +// \text_gen|char_ram~45050_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45049_combout & ((\text_gen|char_ram~10727_q ))) # (!\text_gen|char_ram~45049_combout & (\text_gen|char_ram~10279_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45049_combout )))) + + .dataa(\text_gen|char_ram~10279_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10727_q ), + .datad(\text_gen|char_ram~45049_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45050 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24615feeder ( +// Equation(s): +// \text_gen|char_ram~24615feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24615feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24615feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24615feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N9 +dffeas \text_gen|char_ram~24615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24615feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y36_N31 +dffeas \text_gen|char_ram~25063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y36_N25 +dffeas \text_gen|char_ram~23719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24167feeder ( +// Equation(s): +// \text_gen|char_ram~24167feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24167feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y15_N5 +dffeas \text_gen|char_ram~24167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45056 ( +// Equation(s): +// \text_gen|char_ram~45056_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~24167_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23719_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23719_q ), + .datad(\text_gen|char_ram~24167_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45056 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45057 ( +// Equation(s): +// \text_gen|char_ram~45057_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45056_combout & ((\text_gen|char_ram~25063_q ))) # (!\text_gen|char_ram~45056_combout & (\text_gen|char_ram~24615_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45056_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24615_q ), + .datac(\text_gen|char_ram~25063_q ), + .datad(\text_gen|char_ram~45056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45057 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16999feeder ( +// Equation(s): +// \text_gen|char_ram~16999feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16999feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16999feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16999feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N13 +dffeas \text_gen|char_ram~16999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16999feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y31_N5 +dffeas \text_gen|char_ram~17895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y35_N27 +dffeas \text_gen|char_ram~16551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y35_N7 +dffeas \text_gen|char_ram~17447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45051 ( +// Equation(s): +// \text_gen|char_ram~45051_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17447_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16551_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16551_q ), + .datad(\text_gen|char_ram~17447_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45051 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45052 ( +// Equation(s): +// \text_gen|char_ram~45052_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45051_combout & ((\text_gen|char_ram~17895_q ))) # (!\text_gen|char_ram~45051_combout & (\text_gen|char_ram~16999_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45051_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16999_q ), + .datac(\text_gen|char_ram~17895_q ), + .datad(\text_gen|char_ram~45051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45052 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2663feeder ( +// Equation(s): +// \text_gen|char_ram~2663feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y17_N1 +dffeas \text_gen|char_ram~2663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y28_N17 +dffeas \text_gen|char_ram~3559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N17 +dffeas \text_gen|char_ram~2215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3111feeder ( +// Equation(s): +// \text_gen|char_ram~3111feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3111feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3111feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3111feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y54_N29 +dffeas \text_gen|char_ram~3111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3111feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45053 ( +// Equation(s): +// \text_gen|char_ram~45053_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~3111_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~2215_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2215_q ), + .datad(\text_gen|char_ram~3111_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45053 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45054 ( +// Equation(s): +// \text_gen|char_ram~45054_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45053_combout & ((\text_gen|char_ram~3559_q ))) # (!\text_gen|char_ram~45053_combout & (\text_gen|char_ram~2663_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45053_combout )))) + + .dataa(\text_gen|char_ram~2663_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3559_q ), + .datad(\text_gen|char_ram~45053_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45054 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45055 ( +// Equation(s): +// \text_gen|char_ram~45055_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~45052_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~45054_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~45052_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~45054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45055 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~45055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45058 ( +// Equation(s): +// \text_gen|char_ram~45058_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45055_combout & ((\text_gen|char_ram~45057_combout ))) # (!\text_gen|char_ram~45055_combout & (\text_gen|char_ram~45050_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45055_combout )))) + + .dataa(\text_gen|char_ram~45050_combout ), + .datab(\text_gen|char_ram~45057_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~45055_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45058 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~45058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45069 ( +// Equation(s): +// \text_gen|char_ram~45069_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45058_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45068_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45068_combout ), + .datad(\text_gen|char_ram~45058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45069 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17874feeder ( +// Equation(s): +// \text_gen|char_ram~17874feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y21_N1 +dffeas \text_gen|char_ram~17874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y13_N19 +dffeas \text_gen|char_ram~16978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y42_N5 +dffeas \text_gen|char_ram~16530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17426feeder ( +// Equation(s): +// \text_gen|char_ram~17426feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y53_N25 +dffeas \text_gen|char_ram~17426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45039 ( +// Equation(s): +// \text_gen|char_ram~45039_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17426_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16530_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16530_q ), + .datad(\text_gen|char_ram~17426_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45039 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45040 ( +// Equation(s): +// \text_gen|char_ram~45040_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45039_combout & (\text_gen|char_ram~17874_q )) # (!\text_gen|char_ram~45039_combout & ((\text_gen|char_ram~16978_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45039_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17874_q ), + .datac(\text_gen|char_ram~16978_q ), + .datad(\text_gen|char_ram~45039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45040 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y22_N3 +dffeas \text_gen|char_ram~25042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y37_N7 +dffeas \text_gen|char_ram~24594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y40_N11 +dffeas \text_gen|char_ram~23698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24146feeder ( +// Equation(s): +// \text_gen|char_ram~24146feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24146feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24146feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24146feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y12_N11 +dffeas \text_gen|char_ram~24146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24146feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45046 ( +// Equation(s): +// \text_gen|char_ram~45046_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~24146_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23698_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23698_q ), + .datad(\text_gen|char_ram~24146_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45046 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45047 ( +// Equation(s): +// \text_gen|char_ram~45047_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45046_combout & (\text_gen|char_ram~25042_q )) # (!\text_gen|char_ram~45046_combout & ((\text_gen|char_ram~24594_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45046_combout )))) + + .dataa(\text_gen|char_ram~25042_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24594_q ), + .datad(\text_gen|char_ram~45046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45047 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~45047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y7_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2642feeder ( +// Equation(s): +// \text_gen|char_ram~2642feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2642feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y7_N19 +dffeas \text_gen|char_ram~2642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y7_N25 +dffeas \text_gen|char_ram~3538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y42_N13 +dffeas \text_gen|char_ram~2194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3090feeder ( +// Equation(s): +// \text_gen|char_ram~3090feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3090feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y53_N27 +dffeas \text_gen|char_ram~3090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45043 ( +// Equation(s): +// \text_gen|char_ram~45043_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~3090_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2194_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2194_q ), + .datad(\text_gen|char_ram~3090_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45043 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y7_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45044 ( +// Equation(s): +// \text_gen|char_ram~45044_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45043_combout & ((\text_gen|char_ram~3538_q ))) # (!\text_gen|char_ram~45043_combout & (\text_gen|char_ram~2642_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45043_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2642_q ), + .datac(\text_gen|char_ram~3538_q ), + .datad(\text_gen|char_ram~45043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45044 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10258feeder ( +// Equation(s): +// \text_gen|char_ram~10258feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10258feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10258feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10258feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y61_N21 +dffeas \text_gen|char_ram~10258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10258feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y28_N5 +dffeas \text_gen|char_ram~10706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9810feeder ( +// Equation(s): +// \text_gen|char_ram~9810feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9810feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y12_N25 +dffeas \text_gen|char_ram~9810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y41_N7 +dffeas \text_gen|char_ram~9362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45041 ( +// Equation(s): +// \text_gen|char_ram~45041_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~9810_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~9362_q ))))) + + .dataa(\text_gen|char_ram~9810_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9362_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45041 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45042 ( +// Equation(s): +// \text_gen|char_ram~45042_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45041_combout & ((\text_gen|char_ram~10706_q ))) # (!\text_gen|char_ram~45041_combout & (\text_gen|char_ram~10258_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45041_combout )))) + + .dataa(\text_gen|char_ram~10258_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10706_q ), + .datad(\text_gen|char_ram~45041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45042 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45045 ( +// Equation(s): +// \text_gen|char_ram~45045_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~45042_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~45044_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45044_combout ), + .datad(\text_gen|char_ram~45042_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45045 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45048 ( +// Equation(s): +// \text_gen|char_ram~45048_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45045_combout & ((\text_gen|char_ram~45047_combout ))) # (!\text_gen|char_ram~45045_combout & (\text_gen|char_ram~45040_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45045_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~45040_combout ), + .datac(\text_gen|char_ram~45047_combout ), + .datad(\text_gen|char_ram~45045_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45048 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45080 ( +// Equation(s): +// \text_gen|char_ram~45080_combout = (\text_gen|char_ram~45069_combout & ((\text_gen|char_ram~45079_combout ) # ((!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~45069_combout & (((\vga_c|h_cnt [4] & \text_gen|char_ram~45048_combout )))) + + .dataa(\text_gen|char_ram~45079_combout ), + .datab(\text_gen|char_ram~45069_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~45048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45080 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~45080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15186feeder ( +// Equation(s): +// \text_gen|char_ram~15186feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15186feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15186feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15186feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y34_N19 +dffeas \text_gen|char_ram~15186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15186feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y32_N31 +dffeas \text_gen|char_ram~16082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15634feeder ( +// Equation(s): +// \text_gen|char_ram~15634feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15634feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N29 +dffeas \text_gen|char_ram~15634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y40_N27 +dffeas \text_gen|char_ram~14738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45123 ( +// Equation(s): +// \text_gen|char_ram~45123_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15634_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14738_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15634_q ), + .datac(\text_gen|char_ram~14738_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45123 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45124 ( +// Equation(s): +// \text_gen|char_ram~45124_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45123_combout & ((\text_gen|char_ram~16082_q ))) # (!\text_gen|char_ram~45123_combout & (\text_gen|char_ram~15186_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45123_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15186_q ), + .datac(\text_gen|char_ram~16082_q ), + .datad(\text_gen|char_ram~45123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45124 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N5 +dffeas \text_gen|char_ram~22802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23250feeder ( +// Equation(s): +// \text_gen|char_ram~23250feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y28_N9 +dffeas \text_gen|char_ram~23250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21906feeder ( +// Equation(s): +// \text_gen|char_ram~21906feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21906feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21906feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21906feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y24_N29 +dffeas \text_gen|char_ram~21906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21906feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22354feeder ( +// Equation(s): +// \text_gen|char_ram~22354feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22354feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y21_N27 +dffeas \text_gen|char_ram~22354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45130 ( +// Equation(s): +// \text_gen|char_ram~45130_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~22354_q ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21906_q & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~21906_q ), + .datac(\text_gen|char_ram~22354_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45130 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~45130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45131 ( +// Equation(s): +// \text_gen|char_ram~45131_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45130_combout & ((\text_gen|char_ram~23250_q ))) # (!\text_gen|char_ram~45130_combout & (\text_gen|char_ram~22802_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45130_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22802_q ), + .datac(\text_gen|char_ram~23250_q ), + .datad(\text_gen|char_ram~45130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45131 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y42_N3 +dffeas \text_gen|char_ram~402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y48_N23 +dffeas \text_gen|char_ram~1298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45127 ( +// Equation(s): +// \text_gen|char_ram~45127_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~1298_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~402_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~402_q ), + .datad(\text_gen|char_ram~1298_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45127 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y34_N27 +dffeas \text_gen|char_ram~1746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~850feeder ( +// Equation(s): +// \text_gen|char_ram~850feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y16_N7 +dffeas \text_gen|char_ram~850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45128 ( +// Equation(s): +// \text_gen|char_ram~45128_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45127_combout & (\text_gen|char_ram~1746_q )) # (!\text_gen|char_ram~45127_combout & ((\text_gen|char_ram~850_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~45127_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45127_combout ), + .datac(\text_gen|char_ram~1746_q ), + .datad(\text_gen|char_ram~850_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45128 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y37_N25 +dffeas \text_gen|char_ram~8018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y41_N25 +dffeas \text_gen|char_ram~7570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45125 ( +// Equation(s): +// \text_gen|char_ram~45125_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~8018_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7570_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8018_q ), + .datac(\text_gen|char_ram~7570_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45125 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y30_N1 +dffeas \text_gen|char_ram~8914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8466feeder ( +// Equation(s): +// \text_gen|char_ram~8466feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8466feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8466feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8466feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y62_N25 +dffeas \text_gen|char_ram~8466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8466feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45126 ( +// Equation(s): +// \text_gen|char_ram~45126_combout = (\text_gen|char_ram~45125_combout & (((\text_gen|char_ram~8914_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~45125_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~8466_q )))) + + .dataa(\text_gen|char_ram~45125_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8914_q ), + .datad(\text_gen|char_ram~8466_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45126 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45129 ( +// Equation(s): +// \text_gen|char_ram~45129_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~45126_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~45128_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45128_combout ), + .datad(\text_gen|char_ram~45126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45129 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45132 ( +// Equation(s): +// \text_gen|char_ram~45132_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45129_combout & ((\text_gen|char_ram~45131_combout ))) # (!\text_gen|char_ram~45129_combout & (\text_gen|char_ram~45124_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45129_combout )))) + + .dataa(\text_gen|char_ram~45124_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45131_combout ), + .datad(\text_gen|char_ram~45129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45132 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8046feeder ( +// Equation(s): +// \text_gen|char_ram~8046feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8046feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y24_N29 +dffeas \text_gen|char_ram~8046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y24_N3 +dffeas \text_gen|char_ram~7598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45154 ( +// Equation(s): +// \text_gen|char_ram~45154_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~8046_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7598_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8046_q ), + .datac(\text_gen|char_ram~7598_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45154 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y62_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8494feeder ( +// Equation(s): +// \text_gen|char_ram~8494feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8494feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8494feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8494feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y62_N15 +dffeas \text_gen|char_ram~8494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8494feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N5 +dffeas \text_gen|char_ram~8942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45155 ( +// Equation(s): +// \text_gen|char_ram~45155_combout = (\text_gen|char_ram~45154_combout & (((\text_gen|char_ram~8942_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~45154_combout & (\text_gen|char_ram~8494_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~45154_combout ), + .datab(\text_gen|char_ram~8494_q ), + .datac(\text_gen|char_ram~8942_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45155 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22830feeder ( +// Equation(s): +// \text_gen|char_ram~22830feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22830feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22830feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22830feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y58_N31 +dffeas \text_gen|char_ram~22830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22830feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N13 +dffeas \text_gen|char_ram~23278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N11 +dffeas \text_gen|char_ram~21934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y19_N3 +dffeas \text_gen|char_ram~22382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45161 ( +// Equation(s): +// \text_gen|char_ram~45161_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22382_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21934_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21934_q ), + .datad(\text_gen|char_ram~22382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45161 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45162 ( +// Equation(s): +// \text_gen|char_ram~45162_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45161_combout & ((\text_gen|char_ram~23278_q ))) # (!\text_gen|char_ram~45161_combout & (\text_gen|char_ram~22830_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45161_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22830_q ), + .datac(\text_gen|char_ram~23278_q ), + .datad(\text_gen|char_ram~45161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45162 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~878feeder ( +// Equation(s): +// \text_gen|char_ram~878feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y16_N23 +dffeas \text_gen|char_ram~878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y30_N5 +dffeas \text_gen|char_ram~1774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1326feeder ( +// Equation(s): +// \text_gen|char_ram~1326feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y57_N17 +dffeas \text_gen|char_ram~1326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y42_N15 +dffeas \text_gen|char_ram~430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45158 ( +// Equation(s): +// \text_gen|char_ram~45158_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1326_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~430_q ))))) + + .dataa(\text_gen|char_ram~1326_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~430_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45158 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45159 ( +// Equation(s): +// \text_gen|char_ram~45159_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45158_combout & ((\text_gen|char_ram~1774_q ))) # (!\text_gen|char_ram~45158_combout & (\text_gen|char_ram~878_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45158_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~878_q ), + .datac(\text_gen|char_ram~1774_q ), + .datad(\text_gen|char_ram~45158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45159 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15214feeder ( +// Equation(s): +// \text_gen|char_ram~15214feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15214feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15214feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15214feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y19_N31 +dffeas \text_gen|char_ram~15214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15214feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y23_N13 +dffeas \text_gen|char_ram~16110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y46_N5 +dffeas \text_gen|char_ram~14766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15662feeder ( +// Equation(s): +// \text_gen|char_ram~15662feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15662feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y53_N29 +dffeas \text_gen|char_ram~15662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45156 ( +// Equation(s): +// \text_gen|char_ram~45156_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15662_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14766_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14766_q ), + .datad(\text_gen|char_ram~15662_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45156 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45157 ( +// Equation(s): +// \text_gen|char_ram~45157_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45156_combout & ((\text_gen|char_ram~16110_q ))) # (!\text_gen|char_ram~45156_combout & (\text_gen|char_ram~15214_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45156_combout )))) + + .dataa(\text_gen|char_ram~15214_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16110_q ), + .datad(\text_gen|char_ram~45156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45157 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45160 ( +// Equation(s): +// \text_gen|char_ram~45160_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~45157_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~45159_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45159_combout ), + .datad(\text_gen|char_ram~45157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45160 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45163 ( +// Equation(s): +// \text_gen|char_ram~45163_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45160_combout & ((\text_gen|char_ram~45162_combout ))) # (!\text_gen|char_ram~45160_combout & (\text_gen|char_ram~45155_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45160_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~45155_combout ), + .datac(\text_gen|char_ram~45162_combout ), + .datad(\text_gen|char_ram~45160_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45163 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y45_N19 +dffeas \text_gen|char_ram~21899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22347feeder ( +// Equation(s): +// \text_gen|char_ram~22347feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22347feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22347feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22347feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y12_N17 +dffeas \text_gen|char_ram~22347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22347feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45150 ( +// Equation(s): +// \text_gen|char_ram~45150_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22347_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21899_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21899_q ), + .datad(\text_gen|char_ram~22347_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45150 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22795feeder ( +// Equation(s): +// \text_gen|char_ram~22795feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22795feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y56_N1 +dffeas \text_gen|char_ram~22795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N19 +dffeas \text_gen|char_ram~23243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45151 ( +// Equation(s): +// \text_gen|char_ram~45151_combout = (\text_gen|char_ram~45150_combout & (((\text_gen|char_ram~23243_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~45150_combout & (\text_gen|char_ram~22795_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~45150_combout ), + .datab(\text_gen|char_ram~22795_q ), + .datac(\text_gen|char_ram~23243_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45151 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~45151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1739feeder ( +// Equation(s): +// \text_gen|char_ram~1739feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1739feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1739feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1739feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y30_N15 +dffeas \text_gen|char_ram~1739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1739feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~843feeder ( +// Equation(s): +// \text_gen|char_ram~843feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~843feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~843feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~843feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y16_N5 +dffeas \text_gen|char_ram~843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~843feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y42_N17 +dffeas \text_gen|char_ram~395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1291feeder ( +// Equation(s): +// \text_gen|char_ram~1291feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y57_N27 +dffeas \text_gen|char_ram~1291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45147 ( +// Equation(s): +// \text_gen|char_ram~45147_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1291_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~395_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~395_q ), + .datad(\text_gen|char_ram~1291_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45147 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45148 ( +// Equation(s): +// \text_gen|char_ram~45148_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45147_combout & (\text_gen|char_ram~1739_q )) # (!\text_gen|char_ram~45147_combout & ((\text_gen|char_ram~843_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45147_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1739_q ), + .datac(\text_gen|char_ram~843_q ), + .datad(\text_gen|char_ram~45147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45148 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y31_N9 +dffeas \text_gen|char_ram~8459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y31_N3 +dffeas \text_gen|char_ram~8907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8011feeder ( +// Equation(s): +// \text_gen|char_ram~8011feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8011feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8011feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8011feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y12_N13 +dffeas \text_gen|char_ram~8011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8011feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y12_N27 +dffeas \text_gen|char_ram~7563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45145 ( +// Equation(s): +// \text_gen|char_ram~45145_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~8011_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7563_q ))))) + + .dataa(\text_gen|char_ram~8011_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7563_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45145 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45146 ( +// Equation(s): +// \text_gen|char_ram~45146_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45145_combout & ((\text_gen|char_ram~8907_q ))) # (!\text_gen|char_ram~45145_combout & (\text_gen|char_ram~8459_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45145_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8459_q ), + .datac(\text_gen|char_ram~8907_q ), + .datad(\text_gen|char_ram~45145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45146 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45149 ( +// Equation(s): +// \text_gen|char_ram~45149_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~45146_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~45148_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45148_combout ), + .datad(\text_gen|char_ram~45146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45149 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15179feeder ( +// Equation(s): +// \text_gen|char_ram~15179feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15179feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15179feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15179feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N5 +dffeas \text_gen|char_ram~15179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15179feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N5 +dffeas \text_gen|char_ram~16075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y37_N1 +dffeas \text_gen|char_ram~14731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15627feeder ( +// Equation(s): +// \text_gen|char_ram~15627feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15627feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15627feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15627feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y45_N27 +dffeas \text_gen|char_ram~15627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15627feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45143 ( +// Equation(s): +// \text_gen|char_ram~45143_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15627_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14731_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14731_q ), + .datad(\text_gen|char_ram~15627_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45143 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45144 ( +// Equation(s): +// \text_gen|char_ram~45144_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45143_combout & ((\text_gen|char_ram~16075_q ))) # (!\text_gen|char_ram~45143_combout & (\text_gen|char_ram~15179_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45143_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15179_q ), + .datac(\text_gen|char_ram~16075_q ), + .datad(\text_gen|char_ram~45143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45144 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45152 ( +// Equation(s): +// \text_gen|char_ram~45152_combout = (\text_gen|char_ram~45149_combout & ((\text_gen|char_ram~45151_combout ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~45149_combout & (((\text_gen|Add5~14_combout & \text_gen|char_ram~45144_combout )))) + + .dataa(\text_gen|char_ram~45151_combout ), + .datab(\text_gen|char_ram~45149_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~45144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45152 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~45152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y29_N17 +dffeas \text_gen|char_ram~21927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y19_N21 +dffeas \text_gen|char_ram~22375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45140 ( +// Equation(s): +// \text_gen|char_ram~45140_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22375_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21927_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21927_q ), + .datad(\text_gen|char_ram~22375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45140 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y28_N29 +dffeas \text_gen|char_ram~23271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22823feeder ( +// Equation(s): +// \text_gen|char_ram~22823feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22823feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y58_N5 +dffeas \text_gen|char_ram~22823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45141 ( +// Equation(s): +// \text_gen|char_ram~45141_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45140_combout & (\text_gen|char_ram~23271_q )) # (!\text_gen|char_ram~45140_combout & ((\text_gen|char_ram~22823_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45140_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45140_combout ), + .datac(\text_gen|char_ram~23271_q ), + .datad(\text_gen|char_ram~22823_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45141 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8039feeder ( +// Equation(s): +// \text_gen|char_ram~8039feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8039feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y36_N3 +dffeas \text_gen|char_ram~8039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y36_N1 +dffeas \text_gen|char_ram~7591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45133 ( +// Equation(s): +// \text_gen|char_ram~45133_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~8039_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7591_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8039_q ), + .datac(\text_gen|char_ram~7591_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45133 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y28_N7 +dffeas \text_gen|char_ram~8935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8487feeder ( +// Equation(s): +// \text_gen|char_ram~8487feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8487feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y60_N13 +dffeas \text_gen|char_ram~8487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45134 ( +// Equation(s): +// \text_gen|char_ram~45134_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45133_combout & (\text_gen|char_ram~8935_q )) # (!\text_gen|char_ram~45133_combout & ((\text_gen|char_ram~8487_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45133_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45133_combout ), + .datac(\text_gen|char_ram~8935_q ), + .datad(\text_gen|char_ram~8487_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45134 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15207feeder ( +// Equation(s): +// \text_gen|char_ram~15207feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15207feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y28_N19 +dffeas \text_gen|char_ram~15207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y28_N9 +dffeas \text_gen|char_ram~16103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15655feeder ( +// Equation(s): +// \text_gen|char_ram~15655feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15655feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y48_N19 +dffeas \text_gen|char_ram~15655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y48_N17 +dffeas \text_gen|char_ram~14759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45135 ( +// Equation(s): +// \text_gen|char_ram~45135_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15655_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14759_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15655_q ), + .datac(\text_gen|char_ram~14759_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45135 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45136 ( +// Equation(s): +// \text_gen|char_ram~45136_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45135_combout & ((\text_gen|char_ram~16103_q ))) # (!\text_gen|char_ram~45135_combout & (\text_gen|char_ram~15207_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45135_combout )))) + + .dataa(\text_gen|char_ram~15207_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16103_q ), + .datad(\text_gen|char_ram~45135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45136 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~871feeder ( +// Equation(s): +// \text_gen|char_ram~871feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~871feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N11 +dffeas \text_gen|char_ram~871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y32_N29 +dffeas \text_gen|char_ram~1767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N31 +dffeas \text_gen|char_ram~423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1319feeder ( +// Equation(s): +// \text_gen|char_ram~1319feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1319feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y54_N27 +dffeas \text_gen|char_ram~1319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45137 ( +// Equation(s): +// \text_gen|char_ram~45137_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1319_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~423_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~423_q ), + .datad(\text_gen|char_ram~1319_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45137 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45138 ( +// Equation(s): +// \text_gen|char_ram~45138_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45137_combout & ((\text_gen|char_ram~1767_q ))) # (!\text_gen|char_ram~45137_combout & (\text_gen|char_ram~871_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45137_combout )))) + + .dataa(\text_gen|char_ram~871_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1767_q ), + .datad(\text_gen|char_ram~45137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45138 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45139 ( +// Equation(s): +// \text_gen|char_ram~45139_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~45136_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~45138_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45136_combout ), + .datad(\text_gen|char_ram~45138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45139 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45142 ( +// Equation(s): +// \text_gen|char_ram~45142_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45139_combout & (\text_gen|char_ram~45141_combout )) # (!\text_gen|char_ram~45139_combout & ((\text_gen|char_ram~45134_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45139_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~45141_combout ), + .datac(\text_gen|char_ram~45134_combout ), + .datad(\text_gen|char_ram~45139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45142 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45153 ( +// Equation(s): +// \text_gen|char_ram~45153_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~45142_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~45152_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45152_combout ), + .datad(\text_gen|char_ram~45142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45153 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45164 ( +// Equation(s): +// \text_gen|char_ram~45164_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45153_combout & ((\text_gen|char_ram~45163_combout ))) # (!\text_gen|char_ram~45153_combout & (\text_gen|char_ram~45132_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45153_combout )))) + + .dataa(\text_gen|char_ram~45132_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45163_combout ), + .datad(\text_gen|char_ram~45153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45164 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18770feeder ( +// Equation(s): +// \text_gen|char_ram~18770feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18770feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N17 +dffeas \text_gen|char_ram~18770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y47_N1 +dffeas \text_gen|char_ram~19666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y47_N3 +dffeas \text_gen|char_ram~18322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19218feeder ( +// Equation(s): +// \text_gen|char_ram~19218feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N7 +dffeas \text_gen|char_ram~19218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45081 ( +// Equation(s): +// \text_gen|char_ram~45081_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19218_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18322_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18322_q ), + .datad(\text_gen|char_ram~19218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45081 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45082 ( +// Equation(s): +// \text_gen|char_ram~45082_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45081_combout & ((\text_gen|char_ram~19666_q ))) # (!\text_gen|char_ram~45081_combout & (\text_gen|char_ram~18770_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45081_combout )))) + + .dataa(\text_gen|char_ram~18770_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19666_q ), + .datad(\text_gen|char_ram~45081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45082 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26386feeder ( +// Equation(s): +// \text_gen|char_ram~26386feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y56_N21 +dffeas \text_gen|char_ram~26386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y35_N7 +dffeas \text_gen|char_ram~26834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y19_N25 +dffeas \text_gen|char_ram~25490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25938feeder ( +// Equation(s): +// \text_gen|char_ram~25938feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25938feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y19_N19 +dffeas \text_gen|char_ram~25938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45088 ( +// Equation(s): +// \text_gen|char_ram~45088_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25938_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25490_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25490_q ), + .datad(\text_gen|char_ram~25938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45088 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45089 ( +// Equation(s): +// \text_gen|char_ram~45089_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45088_combout & ((\text_gen|char_ram~26834_q ))) # (!\text_gen|char_ram~45088_combout & (\text_gen|char_ram~26386_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45088_combout )))) + + .dataa(\text_gen|char_ram~26386_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26834_q ), + .datad(\text_gen|char_ram~45088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45089 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y39_N31 +dffeas \text_gen|char_ram~3986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4882feeder ( +// Equation(s): +// \text_gen|char_ram~4882feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4882feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4882feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4882feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y59_N31 +dffeas \text_gen|char_ram~4882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4882feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45085 ( +// Equation(s): +// \text_gen|char_ram~45085_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4882_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3986_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3986_q ), + .datad(\text_gen|char_ram~4882_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45085 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y39_N13 +dffeas \text_gen|char_ram~5330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4434feeder ( +// Equation(s): +// \text_gen|char_ram~4434feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4434feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N15 +dffeas \text_gen|char_ram~4434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45086 ( +// Equation(s): +// \text_gen|char_ram~45086_combout = (\text_gen|char_ram~45085_combout & (((\text_gen|char_ram~5330_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~45085_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~4434_q )))) + + .dataa(\text_gen|char_ram~45085_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5330_q ), + .datad(\text_gen|char_ram~4434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45086 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y45_N15 +dffeas \text_gen|char_ram~11154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11602feeder ( +// Equation(s): +// \text_gen|char_ram~11602feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11602feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11602feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11602feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N1 +dffeas \text_gen|char_ram~11602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11602feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45083 ( +// Equation(s): +// \text_gen|char_ram~45083_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~11602_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~11154_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11154_q ), + .datad(\text_gen|char_ram~11602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45083 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y43_N19 +dffeas \text_gen|char_ram~12498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12050feeder ( +// Equation(s): +// \text_gen|char_ram~12050feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12050feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y63_N5 +dffeas \text_gen|char_ram~12050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45084 ( +// Equation(s): +// \text_gen|char_ram~45084_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45083_combout & (\text_gen|char_ram~12498_q )) # (!\text_gen|char_ram~45083_combout & ((\text_gen|char_ram~12050_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45083_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45083_combout ), + .datac(\text_gen|char_ram~12498_q ), + .datad(\text_gen|char_ram~12050_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45084 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45087 ( +// Equation(s): +// \text_gen|char_ram~45087_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~45084_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~45086_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45086_combout ), + .datad(\text_gen|char_ram~45084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45087 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45090 ( +// Equation(s): +// \text_gen|char_ram~45090_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45087_combout & ((\text_gen|char_ram~45089_combout ))) # (!\text_gen|char_ram~45087_combout & (\text_gen|char_ram~45082_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45087_combout )))) + + .dataa(\text_gen|char_ram~45082_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45089_combout ), + .datad(\text_gen|char_ram~45087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45090 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N29 +dffeas \text_gen|char_ram~11182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11630feeder ( +// Equation(s): +// \text_gen|char_ram~11630feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11630feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11630feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11630feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N21 +dffeas \text_gen|char_ram~11630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11630feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45112 ( +// Equation(s): +// \text_gen|char_ram~45112_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~11630_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~11182_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11182_q ), + .datad(\text_gen|char_ram~11630_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45112 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N7 +dffeas \text_gen|char_ram~12526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12078feeder ( +// Equation(s): +// \text_gen|char_ram~12078feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12078feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12078feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12078feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y24_N13 +dffeas \text_gen|char_ram~12078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12078feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45113 ( +// Equation(s): +// \text_gen|char_ram~45113_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45112_combout & (\text_gen|char_ram~12526_q )) # (!\text_gen|char_ram~45112_combout & ((\text_gen|char_ram~12078_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45112_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45112_combout ), + .datac(\text_gen|char_ram~12526_q ), + .datad(\text_gen|char_ram~12078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45113 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26414feeder ( +// Equation(s): +// \text_gen|char_ram~26414feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26414feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26414feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26414feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y59_N7 +dffeas \text_gen|char_ram~26414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26414feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y59_N17 +dffeas \text_gen|char_ram~26862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y35_N17 +dffeas \text_gen|char_ram~25518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25966feeder ( +// Equation(s): +// \text_gen|char_ram~25966feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25966feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25966feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25966feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y15_N1 +dffeas \text_gen|char_ram~25966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25966feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45119 ( +// Equation(s): +// \text_gen|char_ram~45119_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25966_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25518_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25518_q ), + .datad(\text_gen|char_ram~25966_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45119 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45120 ( +// Equation(s): +// \text_gen|char_ram~45120_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45119_combout & ((\text_gen|char_ram~26862_q ))) # (!\text_gen|char_ram~45119_combout & (\text_gen|char_ram~26414_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45119_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26414_q ), + .datac(\text_gen|char_ram~26862_q ), + .datad(\text_gen|char_ram~45119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45120 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4462feeder ( +// Equation(s): +// \text_gen|char_ram~4462feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4462feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4462feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4462feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N11 +dffeas \text_gen|char_ram~4462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4462feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y35_N15 +dffeas \text_gen|char_ram~5358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y45_N5 +dffeas \text_gen|char_ram~4014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4910feeder ( +// Equation(s): +// \text_gen|char_ram~4910feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4910feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4910feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4910feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y63_N23 +dffeas \text_gen|char_ram~4910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4910feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45116 ( +// Equation(s): +// \text_gen|char_ram~45116_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~4910_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~4014_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4014_q ), + .datad(\text_gen|char_ram~4910_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45116 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45117 ( +// Equation(s): +// \text_gen|char_ram~45117_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45116_combout & ((\text_gen|char_ram~5358_q ))) # (!\text_gen|char_ram~45116_combout & (\text_gen|char_ram~4462_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45116_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4462_q ), + .datac(\text_gen|char_ram~5358_q ), + .datad(\text_gen|char_ram~45116_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45117 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18798feeder ( +// Equation(s): +// \text_gen|char_ram~18798feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18798feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18798feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18798feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y13_N15 +dffeas \text_gen|char_ram~18798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18798feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y35_N31 +dffeas \text_gen|char_ram~19694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19246feeder ( +// Equation(s): +// \text_gen|char_ram~19246feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19246feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19246feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19246feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y63_N11 +dffeas \text_gen|char_ram~19246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19246feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y51_N23 +dffeas \text_gen|char_ram~18350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45114 ( +// Equation(s): +// \text_gen|char_ram~45114_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~19246_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~18350_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~19246_q ), + .datac(\text_gen|char_ram~18350_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45114 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45115 ( +// Equation(s): +// \text_gen|char_ram~45115_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45114_combout & ((\text_gen|char_ram~19694_q ))) # (!\text_gen|char_ram~45114_combout & (\text_gen|char_ram~18798_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45114_combout )))) + + .dataa(\text_gen|char_ram~18798_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19694_q ), + .datad(\text_gen|char_ram~45114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45115 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45118 ( +// Equation(s): +// \text_gen|char_ram~45118_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~45115_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~45117_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45117_combout ), + .datad(\text_gen|char_ram~45115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45118 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45121 ( +// Equation(s): +// \text_gen|char_ram~45121_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45118_combout & ((\text_gen|char_ram~45120_combout ))) # (!\text_gen|char_ram~45118_combout & (\text_gen|char_ram~45113_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45118_combout )))) + + .dataa(\text_gen|char_ram~45113_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~45120_combout ), + .datad(\text_gen|char_ram~45118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45121 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26407feeder ( +// Equation(s): +// \text_gen|char_ram~26407feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26407feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26407feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26407feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y58_N15 +dffeas \text_gen|char_ram~26407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26407feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y35_N1 +dffeas \text_gen|char_ram~26855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y39_N17 +dffeas \text_gen|char_ram~25511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25959feeder ( +// Equation(s): +// \text_gen|char_ram~25959feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y16_N9 +dffeas \text_gen|char_ram~25959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45098 ( +// Equation(s): +// \text_gen|char_ram~45098_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25959_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25511_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25511_q ), + .datad(\text_gen|char_ram~25959_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45098 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45099 ( +// Equation(s): +// \text_gen|char_ram~45099_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45098_combout & ((\text_gen|char_ram~26855_q ))) # (!\text_gen|char_ram~45098_combout & (\text_gen|char_ram~26407_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45098_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26407_q ), + .datac(\text_gen|char_ram~26855_q ), + .datad(\text_gen|char_ram~45098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45099 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y65_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12071feeder ( +// Equation(s): +// \text_gen|char_ram~12071feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12071feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12071feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12071feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y65_N9 +dffeas \text_gen|char_ram~12071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12071feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y35_N25 +dffeas \text_gen|char_ram~12519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y43_N7 +dffeas \text_gen|char_ram~11175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11623feeder ( +// Equation(s): +// \text_gen|char_ram~11623feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y24_N15 +dffeas \text_gen|char_ram~11623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45091 ( +// Equation(s): +// \text_gen|char_ram~45091_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~11623_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~11175_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11175_q ), + .datad(\text_gen|char_ram~11623_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45091 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45092 ( +// Equation(s): +// \text_gen|char_ram~45092_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45091_combout & ((\text_gen|char_ram~12519_q ))) # (!\text_gen|char_ram~45091_combout & (\text_gen|char_ram~12071_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45091_combout )))) + + .dataa(\text_gen|char_ram~12071_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12519_q ), + .datad(\text_gen|char_ram~45091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45092 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4455feeder ( +// Equation(s): +// \text_gen|char_ram~4455feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y16_N3 +dffeas \text_gen|char_ram~4455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y36_N9 +dffeas \text_gen|char_ram~5351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y36_N7 +dffeas \text_gen|char_ram~4007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4903feeder ( +// Equation(s): +// \text_gen|char_ram~4903feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4903feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y60_N15 +dffeas \text_gen|char_ram~4903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45095 ( +// Equation(s): +// \text_gen|char_ram~45095_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~4903_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~4007_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4007_q ), + .datad(\text_gen|char_ram~4903_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45095 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45096 ( +// Equation(s): +// \text_gen|char_ram~45096_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45095_combout & ((\text_gen|char_ram~5351_q ))) # (!\text_gen|char_ram~45095_combout & (\text_gen|char_ram~4455_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45095_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4455_q ), + .datac(\text_gen|char_ram~5351_q ), + .datad(\text_gen|char_ram~45095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45096 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18791feeder ( +// Equation(s): +// \text_gen|char_ram~18791feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18791feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18791feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18791feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N17 +dffeas \text_gen|char_ram~18791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18791feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y31_N19 +dffeas \text_gen|char_ram~19687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y50_N19 +dffeas \text_gen|char_ram~18343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19239feeder ( +// Equation(s): +// \text_gen|char_ram~19239feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19239feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y63_N17 +dffeas \text_gen|char_ram~19239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45093 ( +// Equation(s): +// \text_gen|char_ram~45093_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~19239_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18343_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18343_q ), + .datad(\text_gen|char_ram~19239_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45093 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45094 ( +// Equation(s): +// \text_gen|char_ram~45094_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45093_combout & ((\text_gen|char_ram~19687_q ))) # (!\text_gen|char_ram~45093_combout & (\text_gen|char_ram~18791_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45093_combout )))) + + .dataa(\text_gen|char_ram~18791_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19687_q ), + .datad(\text_gen|char_ram~45093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45094 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45097 ( +// Equation(s): +// \text_gen|char_ram~45097_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~45094_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~45096_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45096_combout ), + .datad(\text_gen|char_ram~45094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45097 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45100 ( +// Equation(s): +// \text_gen|char_ram~45100_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45097_combout & (\text_gen|char_ram~45099_combout )) # (!\text_gen|char_ram~45097_combout & ((\text_gen|char_ram~45092_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45097_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~45099_combout ), + .datac(\text_gen|char_ram~45092_combout ), + .datad(\text_gen|char_ram~45097_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45100 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18763feeder ( +// Equation(s): +// \text_gen|char_ram~18763feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18763feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18763feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18763feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y23_N31 +dffeas \text_gen|char_ram~18763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18763feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y47_N7 +dffeas \text_gen|char_ram~19659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18315feeder ( +// Equation(s): +// \text_gen|char_ram~18315feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18315feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18315feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18315feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y49_N21 +dffeas \text_gen|char_ram~18315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18315feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y47_N29 +dffeas \text_gen|char_ram~19211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45101 ( +// Equation(s): +// \text_gen|char_ram~45101_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~19211_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18315_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18315_q ), + .datac(\text_gen|char_ram~19211_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45101 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~45101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45102 ( +// Equation(s): +// \text_gen|char_ram~45102_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45101_combout & ((\text_gen|char_ram~19659_q ))) # (!\text_gen|char_ram~45101_combout & (\text_gen|char_ram~18763_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45101_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18763_q ), + .datac(\text_gen|char_ram~19659_q ), + .datad(\text_gen|char_ram~45101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45102 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26379feeder ( +// Equation(s): +// \text_gen|char_ram~26379feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26379feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26379feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26379feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y47_N11 +dffeas \text_gen|char_ram~26379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26379feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y47_N25 +dffeas \text_gen|char_ram~26827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y45_N5 +dffeas \text_gen|char_ram~25483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25931feeder ( +// Equation(s): +// \text_gen|char_ram~25931feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25931feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25931feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25931feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N27 +dffeas \text_gen|char_ram~25931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25931feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45108 ( +// Equation(s): +// \text_gen|char_ram~45108_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25931_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25483_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25483_q ), + .datad(\text_gen|char_ram~25931_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45108 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45109 ( +// Equation(s): +// \text_gen|char_ram~45109_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45108_combout & ((\text_gen|char_ram~26827_q ))) # (!\text_gen|char_ram~45108_combout & (\text_gen|char_ram~26379_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~45108_combout )))) + + .dataa(\text_gen|char_ram~26379_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26827_q ), + .datad(\text_gen|char_ram~45108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45109 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y37_N13 +dffeas \text_gen|char_ram~11595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y37_N23 +dffeas \text_gen|char_ram~11147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45103 ( +// Equation(s): +// \text_gen|char_ram~45103_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11595_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~11147_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~11595_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11147_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45103 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y33_N13 +dffeas \text_gen|char_ram~12491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12043feeder ( +// Equation(s): +// \text_gen|char_ram~12043feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12043feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12043feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12043feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y63_N21 +dffeas \text_gen|char_ram~12043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12043feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45104 ( +// Equation(s): +// \text_gen|char_ram~45104_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~45103_combout & (\text_gen|char_ram~12491_q )) # (!\text_gen|char_ram~45103_combout & ((\text_gen|char_ram~12043_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~45103_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~45103_combout ), + .datac(\text_gen|char_ram~12491_q ), + .datad(\text_gen|char_ram~12043_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45104 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4427feeder ( +// Equation(s): +// \text_gen|char_ram~4427feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4427feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4427feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4427feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N13 +dffeas \text_gen|char_ram~4427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4427feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y35_N21 +dffeas \text_gen|char_ram~5323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y49_N7 +dffeas \text_gen|char_ram~3979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4875feeder ( +// Equation(s): +// \text_gen|char_ram~4875feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4875feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y63_N7 +dffeas \text_gen|char_ram~4875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45105 ( +// Equation(s): +// \text_gen|char_ram~45105_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4875_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3979_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3979_q ), + .datad(\text_gen|char_ram~4875_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45105 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45106 ( +// Equation(s): +// \text_gen|char_ram~45106_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~45105_combout & ((\text_gen|char_ram~5323_q ))) # (!\text_gen|char_ram~45105_combout & (\text_gen|char_ram~4427_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~45105_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4427_q ), + .datac(\text_gen|char_ram~5323_q ), + .datad(\text_gen|char_ram~45105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45106 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45107 ( +// Equation(s): +// \text_gen|char_ram~45107_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~45104_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~45106_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45104_combout ), + .datad(\text_gen|char_ram~45106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45107 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~45107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45110 ( +// Equation(s): +// \text_gen|char_ram~45110_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45107_combout & ((\text_gen|char_ram~45109_combout ))) # (!\text_gen|char_ram~45107_combout & (\text_gen|char_ram~45102_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45107_combout )))) + + .dataa(\text_gen|char_ram~45102_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~45109_combout ), + .datad(\text_gen|char_ram~45107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45110 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45111 ( +// Equation(s): +// \text_gen|char_ram~45111_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45100_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45110_combout ))))) + + .dataa(\text_gen|char_ram~45100_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45110_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~45111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45111 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45122 ( +// Equation(s): +// \text_gen|char_ram~45122_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45111_combout & ((\text_gen|char_ram~45121_combout ))) # (!\text_gen|char_ram~45111_combout & (\text_gen|char_ram~45090_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45111_combout )))) + + .dataa(\text_gen|char_ram~45090_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~45121_combout ), + .datad(\text_gen|char_ram~45111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45122 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~45165 ( +// Equation(s): +// \text_gen|char_ram~45165_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~45122_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~45164_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~45164_combout ), + .datad(\text_gen|char_ram~45122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45165 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45208 ( +// Equation(s): +// \text_gen|char_ram~45208_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45165_combout & (\text_gen|char_ram~45207_combout )) # (!\text_gen|char_ram~45165_combout & ((\text_gen|char_ram~45080_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45165_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~45207_combout ), + .datac(\text_gen|char_ram~45080_combout ), + .datad(\text_gen|char_ram~45165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45208 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15746feeder ( +// Equation(s): +// \text_gen|char_ram~15746feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15746feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y24_N31 +dffeas \text_gen|char_ram~15746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y28_N27 +dffeas \text_gen|char_ram~1410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44999 ( +// Equation(s): +// \text_gen|char_ram~44999_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15746_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1410_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15746_q ), + .datac(\text_gen|char_ram~1410_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44999 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N5 +dffeas \text_gen|char_ram~22914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N29 +dffeas \text_gen|char_ram~8578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45000 ( +// Equation(s): +// \text_gen|char_ram~45000_combout = (\text_gen|char_ram~44999_combout & (((\text_gen|char_ram~22914_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~44999_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8578_q )))) + + .dataa(\text_gen|char_ram~44999_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22914_q ), + .datad(\text_gen|char_ram~8578_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45000 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12162feeder ( +// Equation(s): +// \text_gen|char_ram~12162feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12162feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y26_N1 +dffeas \text_gen|char_ram~12162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y26_N19 +dffeas \text_gen|char_ram~26498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y27_N21 +dffeas \text_gen|char_ram~4994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19330feeder ( +// Equation(s): +// \text_gen|char_ram~19330feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19330feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y24_N15 +dffeas \text_gen|char_ram~19330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44997 ( +// Equation(s): +// \text_gen|char_ram~44997_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19330_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4994_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4994_q ), + .datad(\text_gen|char_ram~19330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44997 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44998 ( +// Equation(s): +// \text_gen|char_ram~44998_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44997_combout & ((\text_gen|char_ram~26498_q ))) # (!\text_gen|char_ram~44997_combout & (\text_gen|char_ram~12162_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44997_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12162_q ), + .datac(\text_gen|char_ram~26498_q ), + .datad(\text_gen|char_ram~44997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44998 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45001 ( +// Equation(s): +// \text_gen|char_ram~45001_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~44998_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~45000_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45000_combout ), + .datad(\text_gen|char_ram~44998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45001 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17538feeder ( +// Equation(s): +// \text_gen|char_ram~17538feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17538feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17538feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17538feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y26_N5 +dffeas \text_gen|char_ram~17538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17538feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y24_N1 +dffeas \text_gen|char_ram~24706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10370feeder ( +// Equation(s): +// \text_gen|char_ram~10370feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10370feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y29_N3 +dffeas \text_gen|char_ram~10370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N29 +dffeas \text_gen|char_ram~3202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44995 ( +// Equation(s): +// \text_gen|char_ram~44995_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10370_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3202_q +// ))))) + + .dataa(\text_gen|char_ram~10370_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3202_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44995 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44996 ( +// Equation(s): +// \text_gen|char_ram~44996_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44995_combout & ((\text_gen|char_ram~24706_q ))) # (!\text_gen|char_ram~44995_combout & (\text_gen|char_ram~17538_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44995_combout )))) + + .dataa(\text_gen|char_ram~17538_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24706_q ), + .datad(\text_gen|char_ram~44995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44996 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21122feeder ( +// Equation(s): +// \text_gen|char_ram~21122feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21122feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y24_N27 +dffeas \text_gen|char_ram~21122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y26_N3 +dffeas \text_gen|char_ram~28290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N27 +dffeas \text_gen|char_ram~13954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y30_N9 +dffeas \text_gen|char_ram~6786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45002 ( +// Equation(s): +// \text_gen|char_ram~45002_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13954_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6786_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13954_q ), + .datac(\text_gen|char_ram~6786_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45002 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45003 ( +// Equation(s): +// \text_gen|char_ram~45003_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45002_combout & ((\text_gen|char_ram~28290_q ))) # (!\text_gen|char_ram~45002_combout & (\text_gen|char_ram~21122_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45002_combout )))) + + .dataa(\text_gen|char_ram~21122_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28290_q ), + .datad(\text_gen|char_ram~45002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45003 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~45004 ( +// Equation(s): +// \text_gen|char_ram~45004_combout = (\text_gen|char_ram~45001_combout & (((\text_gen|char_ram~45003_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~45001_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~44996_combout ))) + + .dataa(\text_gen|char_ram~45001_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~44996_combout ), + .datad(\text_gen|char_ram~45003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45004 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~45004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21150feeder ( +// Equation(s): +// \text_gen|char_ram~21150feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21150feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21150feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21150feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y31_N19 +dffeas \text_gen|char_ram~21150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21150feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y31_N13 +dffeas \text_gen|char_ram~28318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13982feeder ( +// Equation(s): +// \text_gen|char_ram~13982feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N7 +dffeas \text_gen|char_ram~13982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y30_N7 +dffeas \text_gen|char_ram~6814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45033 ( +// Equation(s): +// \text_gen|char_ram~45033_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13982_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6814_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13982_q ), + .datac(\text_gen|char_ram~6814_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45033 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45034 ( +// Equation(s): +// \text_gen|char_ram~45034_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45033_combout & ((\text_gen|char_ram~28318_q ))) # (!\text_gen|char_ram~45033_combout & (\text_gen|char_ram~21150_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45033_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21150_q ), + .datac(\text_gen|char_ram~28318_q ), + .datad(\text_gen|char_ram~45033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45034 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12190feeder ( +// Equation(s): +// \text_gen|char_ram~12190feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12190feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y31_N23 +dffeas \text_gen|char_ram~12190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y44_N3 +dffeas \text_gen|char_ram~26526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19358feeder ( +// Equation(s): +// \text_gen|char_ram~19358feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19358feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19358feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19358feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y39_N9 +dffeas \text_gen|char_ram~19358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19358feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y31_N1 +dffeas \text_gen|char_ram~5022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45026 ( +// Equation(s): +// \text_gen|char_ram~45026_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19358_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5022_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19358_q ), + .datac(\text_gen|char_ram~5022_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45026 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~45027 ( +// Equation(s): +// \text_gen|char_ram~45027_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45026_combout & ((\text_gen|char_ram~26526_q ))) # (!\text_gen|char_ram~45026_combout & (\text_gen|char_ram~12190_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45026_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12190_q ), + .datac(\text_gen|char_ram~26526_q ), + .datad(\text_gen|char_ram~45026_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45027 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8606feeder ( +// Equation(s): +// \text_gen|char_ram~8606feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8606feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8606feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8606feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N1 +dffeas \text_gen|char_ram~8606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8606feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y28_N27 +dffeas \text_gen|char_ram~22942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1438feeder ( +// Equation(s): +// \text_gen|char_ram~1438feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1438feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y28_N23 +dffeas \text_gen|char_ram~1438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y28_N25 +dffeas \text_gen|char_ram~15774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45030 ( +// Equation(s): +// \text_gen|char_ram~45030_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~15774_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1438_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~1438_q ), + .datac(\text_gen|char_ram~15774_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45030 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~45030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45031 ( +// Equation(s): +// \text_gen|char_ram~45031_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45030_combout & ((\text_gen|char_ram~22942_q ))) # (!\text_gen|char_ram~45030_combout & (\text_gen|char_ram~8606_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45030_combout )))) + + .dataa(\text_gen|char_ram~8606_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22942_q ), + .datad(\text_gen|char_ram~45030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45031 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24734feeder ( +// Equation(s): +// \text_gen|char_ram~24734feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24734feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N15 +dffeas \text_gen|char_ram~24734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N23 +dffeas \text_gen|char_ram~10398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y27_N27 +dffeas \text_gen|char_ram~3230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45028 ( +// Equation(s): +// \text_gen|char_ram~45028_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10398_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3230_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10398_q ), + .datac(\text_gen|char_ram~3230_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45028 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17566feeder ( +// Equation(s): +// \text_gen|char_ram~17566feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17566feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N21 +dffeas \text_gen|char_ram~17566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45029 ( +// Equation(s): +// \text_gen|char_ram~45029_combout = (\text_gen|char_ram~45028_combout & ((\text_gen|char_ram~24734_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~45028_combout & (((\text_gen|Add5~14_combout & \text_gen|char_ram~17566_q )))) + + .dataa(\text_gen|char_ram~24734_q ), + .datab(\text_gen|char_ram~45028_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~17566_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45029 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~45029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45032 ( +// Equation(s): +// \text_gen|char_ram~45032_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~45029_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~45031_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45031_combout ), + .datad(\text_gen|char_ram~45029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45032 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45035 ( +// Equation(s): +// \text_gen|char_ram~45035_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45032_combout & (\text_gen|char_ram~45034_combout )) # (!\text_gen|char_ram~45032_combout & ((\text_gen|char_ram~45027_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~45032_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45034_combout ), + .datac(\text_gen|char_ram~45027_combout ), + .datad(\text_gen|char_ram~45032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45035 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~45035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y28_N17 +dffeas \text_gen|char_ram~8599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y30_N27 +dffeas \text_gen|char_ram~22935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y28_N13 +dffeas \text_gen|char_ram~1431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15767feeder ( +// Equation(s): +// \text_gen|char_ram~15767feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N15 +dffeas \text_gen|char_ram~15767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~45009 ( +// Equation(s): +// \text_gen|char_ram~45009_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~15767_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1431_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1431_q ), + .datad(\text_gen|char_ram~15767_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45009 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45010 ( +// Equation(s): +// \text_gen|char_ram~45010_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45009_combout & ((\text_gen|char_ram~22935_q ))) # (!\text_gen|char_ram~45009_combout & (\text_gen|char_ram~8599_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45009_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8599_q ), + .datac(\text_gen|char_ram~22935_q ), + .datad(\text_gen|char_ram~45009_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45010 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17559feeder ( +// Equation(s): +// \text_gen|char_ram~17559feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17559feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N27 +dffeas \text_gen|char_ram~17559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y28_N23 +dffeas \text_gen|char_ram~24727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10391feeder ( +// Equation(s): +// \text_gen|char_ram~10391feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N29 +dffeas \text_gen|char_ram~10391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y28_N17 +dffeas \text_gen|char_ram~3223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~45007 ( +// Equation(s): +// \text_gen|char_ram~45007_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10391_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3223_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10391_q ), + .datac(\text_gen|char_ram~3223_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45007 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45008 ( +// Equation(s): +// \text_gen|char_ram~45008_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45007_combout & ((\text_gen|char_ram~24727_q ))) # (!\text_gen|char_ram~45007_combout & (\text_gen|char_ram~17559_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45007_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17559_q ), + .datac(\text_gen|char_ram~24727_q ), + .datad(\text_gen|char_ram~45007_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45008 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45011 ( +// Equation(s): +// \text_gen|char_ram~45011_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~45008_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~45010_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45010_combout ), + .datad(\text_gen|char_ram~45008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45011 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y28_N11 +dffeas \text_gen|char_ram~6807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y28_N23 +dffeas \text_gen|char_ram~13975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45012 ( +// Equation(s): +// \text_gen|char_ram~45012_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13975_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6807_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6807_q ), + .datad(\text_gen|char_ram~13975_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45012 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~45012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~28311feeder ( +// Equation(s): +// \text_gen|char_ram~28311feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28311feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28311feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28311feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y31_N19 +dffeas \text_gen|char_ram~28311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28311feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21143feeder ( +// Equation(s): +// \text_gen|char_ram~21143feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y31_N21 +dffeas \text_gen|char_ram~21143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~45013 ( +// Equation(s): +// \text_gen|char_ram~45013_combout = (\text_gen|char_ram~45012_combout & ((\text_gen|char_ram~28311_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~45012_combout & (((\text_gen|char_ram~21143_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~45012_combout ), + .datab(\text_gen|char_ram~28311_q ), + .datac(\text_gen|char_ram~21143_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45013 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~45013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12183feeder ( +// Equation(s): +// \text_gen|char_ram~12183feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12183feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y31_N27 +dffeas \text_gen|char_ram~12183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y31_N17 +dffeas \text_gen|char_ram~19351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y31_N23 +dffeas \text_gen|char_ram~5015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45005 ( +// Equation(s): +// \text_gen|char_ram~45005_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19351_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5015_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19351_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5015_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45005 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~45005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y31_N1 +dffeas \text_gen|char_ram~26519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45006 ( +// Equation(s): +// \text_gen|char_ram~45006_combout = (\text_gen|char_ram~45005_combout & (((\text_gen|char_ram~26519_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~45005_combout & (\text_gen|char_ram~12183_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~12183_q ), + .datab(\text_gen|char_ram~45005_combout ), + .datac(\text_gen|char_ram~26519_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45006 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~45006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~45014 ( +// Equation(s): +// \text_gen|char_ram~45014_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~45011_combout & (\text_gen|char_ram~45013_combout )) # (!\text_gen|char_ram~45011_combout & ((\text_gen|char_ram~45006_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~45011_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~45011_combout ), + .datac(\text_gen|char_ram~45013_combout ), + .datad(\text_gen|char_ram~45006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45014 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~45014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17531feeder ( +// Equation(s): +// \text_gen|char_ram~17531feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17531feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17531feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17531feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y26_N15 +dffeas \text_gen|char_ram~17531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17531feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y30_N9 +dffeas \text_gen|char_ram~24699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10363feeder ( +// Equation(s): +// \text_gen|char_ram~10363feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N9 +dffeas \text_gen|char_ram~10363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y27_N5 +dffeas \text_gen|char_ram~3195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45015 ( +// Equation(s): +// \text_gen|char_ram~45015_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10363_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3195_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10363_q ), + .datac(\text_gen|char_ram~3195_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45015 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~45015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45016 ( +// Equation(s): +// \text_gen|char_ram~45016_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~45015_combout & ((\text_gen|char_ram~24699_q ))) # (!\text_gen|char_ram~45015_combout & (\text_gen|char_ram~17531_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~45015_combout )))) + + .dataa(\text_gen|char_ram~17531_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24699_q ), + .datad(\text_gen|char_ram~45015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45016 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y30_N31 +dffeas \text_gen|char_ram~13947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y30_N19 +dffeas \text_gen|char_ram~6779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45022 ( +// Equation(s): +// \text_gen|char_ram~45022_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13947_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6779_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13947_q ), + .datac(\text_gen|char_ram~6779_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45022 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~45022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y30_N31 +dffeas \text_gen|char_ram~28283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y30_N21 +dffeas \text_gen|char_ram~21115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~45023 ( +// Equation(s): +// \text_gen|char_ram~45023_combout = (\text_gen|char_ram~45022_combout & (((\text_gen|char_ram~28283_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~45022_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21115_q )))) + + .dataa(\text_gen|char_ram~45022_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28283_q ), + .datad(\text_gen|char_ram~21115_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45023 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~45023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y30_N21 +dffeas \text_gen|char_ram~8571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y30_N9 +dffeas \text_gen|char_ram~22907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~15739feeder ( +// Equation(s): +// \text_gen|char_ram~15739feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15739feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15739feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15739feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y28_N23 +dffeas \text_gen|char_ram~15739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15739feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y28_N25 +dffeas \text_gen|char_ram~1403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45019 ( +// Equation(s): +// \text_gen|char_ram~45019_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15739_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1403_q +// ))))) + + .dataa(\text_gen|char_ram~15739_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1403_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45019 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~45019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45020 ( +// Equation(s): +// \text_gen|char_ram~45020_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45019_combout & ((\text_gen|char_ram~22907_q ))) # (!\text_gen|char_ram~45019_combout & (\text_gen|char_ram~8571_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45019_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8571_q ), + .datac(\text_gen|char_ram~22907_q ), + .datad(\text_gen|char_ram~45019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45020 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y30_N25 +dffeas \text_gen|char_ram~12155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y30_N23 +dffeas \text_gen|char_ram~26491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19323feeder ( +// Equation(s): +// \text_gen|char_ram~19323feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19323feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19323feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19323feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y27_N1 +dffeas \text_gen|char_ram~19323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19323feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4987feeder ( +// Equation(s): +// \text_gen|char_ram~4987feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4987feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4987feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4987feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y27_N3 +dffeas \text_gen|char_ram~4987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4987feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~45017 ( +// Equation(s): +// \text_gen|char_ram~45017_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19323_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~4987_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19323_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~4987_q ), + .cin(gnd), + .combout(\text_gen|char_ram~45017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45017 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~45017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~45018 ( +// Equation(s): +// \text_gen|char_ram~45018_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~45017_combout & ((\text_gen|char_ram~26491_q ))) # (!\text_gen|char_ram~45017_combout & (\text_gen|char_ram~12155_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~45017_combout )))) + + .dataa(\text_gen|char_ram~12155_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26491_q ), + .datad(\text_gen|char_ram~45017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45018 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45021 ( +// Equation(s): +// \text_gen|char_ram~45021_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~45018_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~45020_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45020_combout ), + .datad(\text_gen|char_ram~45018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45021 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~45024 ( +// Equation(s): +// \text_gen|char_ram~45024_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~45021_combout & ((\text_gen|char_ram~45023_combout ))) # (!\text_gen|char_ram~45021_combout & (\text_gen|char_ram~45016_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~45021_combout )))) + + .dataa(\text_gen|char_ram~45016_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~45023_combout ), + .datad(\text_gen|char_ram~45021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45024 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~45024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~45025 ( +// Equation(s): +// \text_gen|char_ram~45025_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~45014_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~45024_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~45014_combout ), + .datad(\text_gen|char_ram~45024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45025 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~45025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~45036 ( +// Equation(s): +// \text_gen|char_ram~45036_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~45025_combout & ((\text_gen|char_ram~45035_combout ))) # (!\text_gen|char_ram~45025_combout & (\text_gen|char_ram~45004_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~45025_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~45004_combout ), + .datac(\text_gen|char_ram~45035_combout ), + .datad(\text_gen|char_ram~45025_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45036 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20695feeder ( +// Equation(s): +// \text_gen|char_ram~20695feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20695feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y60_N13 +dffeas \text_gen|char_ram~20695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y60_N1 +dffeas \text_gen|char_ram~27863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y64_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13527feeder ( +// Equation(s): +// \text_gen|char_ram~13527feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13527feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13527feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13527feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y64_N3 +dffeas \text_gen|char_ram~13527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13527feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y60_N11 +dffeas \text_gen|char_ram~6359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44943 ( +// Equation(s): +// \text_gen|char_ram~44943_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13527_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6359_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13527_q ), + .datac(\text_gen|char_ram~6359_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44943 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44944 ( +// Equation(s): +// \text_gen|char_ram~44944_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44943_combout & ((\text_gen|char_ram~27863_q ))) # (!\text_gen|char_ram~44943_combout & (\text_gen|char_ram~20695_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44943_combout )))) + + .dataa(\text_gen|char_ram~20695_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27863_q ), + .datad(\text_gen|char_ram~44943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44944 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y65_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13499feeder ( +// Equation(s): +// \text_gen|char_ram~13499feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y65_N17 +dffeas \text_gen|char_ram~13499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y61_N11 +dffeas \text_gen|char_ram~27835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20667feeder ( +// Equation(s): +// \text_gen|char_ram~20667feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20667feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20667feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20667feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y57_N19 +dffeas \text_gen|char_ram~20667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20667feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y61_N21 +dffeas \text_gen|char_ram~6331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44945 ( +// Equation(s): +// \text_gen|char_ram~44945_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20667_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6331_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20667_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6331_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44945 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44946 ( +// Equation(s): +// \text_gen|char_ram~44946_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44945_combout & ((\text_gen|char_ram~27835_q ))) # (!\text_gen|char_ram~44945_combout & (\text_gen|char_ram~13499_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44945_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13499_q ), + .datac(\text_gen|char_ram~27835_q ), + .datad(\text_gen|char_ram~44945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44946 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44947 ( +// Equation(s): +// \text_gen|char_ram~44947_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~44944_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44946_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44944_combout ), + .datad(\text_gen|char_ram~44946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44947 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y61_N31 +dffeas \text_gen|char_ram~6338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20674feeder ( +// Equation(s): +// \text_gen|char_ram~20674feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20674feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y60_N17 +dffeas \text_gen|char_ram~20674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44941 ( +// Equation(s): +// \text_gen|char_ram~44941_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20674_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6338_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6338_q ), + .datad(\text_gen|char_ram~20674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44941 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y61_N13 +dffeas \text_gen|char_ram~27842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13506feeder ( +// Equation(s): +// \text_gen|char_ram~13506feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y63_N29 +dffeas \text_gen|char_ram~13506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44942 ( +// Equation(s): +// \text_gen|char_ram~44942_combout = (\text_gen|char_ram~44941_combout & (((\text_gen|char_ram~27842_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~44941_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13506_q )))) + + .dataa(\text_gen|char_ram~44941_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27842_q ), + .datad(\text_gen|char_ram~13506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44942 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y64_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20702feeder ( +// Equation(s): +// \text_gen|char_ram~20702feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20702feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20702feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20702feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y64_N31 +dffeas \text_gen|char_ram~20702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20702feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y64_N9 +dffeas \text_gen|char_ram~27870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y64_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13534feeder ( +// Equation(s): +// \text_gen|char_ram~13534feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13534feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y64_N15 +dffeas \text_gen|char_ram~13534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y64_N7 +dffeas \text_gen|char_ram~6366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44948 ( +// Equation(s): +// \text_gen|char_ram~44948_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13534_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6366_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13534_q ), + .datac(\text_gen|char_ram~6366_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44948 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y64_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44949 ( +// Equation(s): +// \text_gen|char_ram~44949_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44948_combout & ((\text_gen|char_ram~27870_q ))) # (!\text_gen|char_ram~44948_combout & (\text_gen|char_ram~20702_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44948_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20702_q ), + .datac(\text_gen|char_ram~27870_q ), + .datad(\text_gen|char_ram~44948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44949 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44950 ( +// Equation(s): +// \text_gen|char_ram~44950_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44947_combout & ((\text_gen|char_ram~44949_combout ))) # (!\text_gen|char_ram~44947_combout & (\text_gen|char_ram~44942_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~44947_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44947_combout ), + .datac(\text_gen|char_ram~44942_combout ), + .datad(\text_gen|char_ram~44949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44950 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17118feeder ( +// Equation(s): +// \text_gen|char_ram~17118feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17118feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y57_N31 +dffeas \text_gen|char_ram~17118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y56_N23 +dffeas \text_gen|char_ram~24286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y56_N25 +dffeas \text_gen|char_ram~2782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9950feeder ( +// Equation(s): +// \text_gen|char_ram~9950feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9950feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9950feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9950feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y57_N23 +dffeas \text_gen|char_ram~9950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9950feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44927 ( +// Equation(s): +// \text_gen|char_ram~44927_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9950_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2782_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2782_q ), + .datad(\text_gen|char_ram~9950_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44927 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44928 ( +// Equation(s): +// \text_gen|char_ram~44928_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44927_combout & ((\text_gen|char_ram~24286_q ))) # (!\text_gen|char_ram~44927_combout & (\text_gen|char_ram~17118_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44927_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17118_q ), + .datac(\text_gen|char_ram~24286_q ), + .datad(\text_gen|char_ram~44927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44928 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9922feeder ( +// Equation(s): +// \text_gen|char_ram~9922feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9922feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y61_N3 +dffeas \text_gen|char_ram~9922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y61_N21 +dffeas \text_gen|char_ram~24258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2754feeder ( +// Equation(s): +// \text_gen|char_ram~2754feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2754feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2754feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2754feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y61_N9 +dffeas \text_gen|char_ram~2754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2754feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y61_N7 +dffeas \text_gen|char_ram~17090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44920 ( +// Equation(s): +// \text_gen|char_ram~44920_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~17090_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2754_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~2754_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17090_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44920 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~44920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44921 ( +// Equation(s): +// \text_gen|char_ram~44921_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44920_combout & ((\text_gen|char_ram~24258_q ))) # (!\text_gen|char_ram~44920_combout & (\text_gen|char_ram~9922_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44920_combout )))) + + .dataa(\text_gen|char_ram~9922_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24258_q ), + .datad(\text_gen|char_ram~44920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44921 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17111feeder ( +// Equation(s): +// \text_gen|char_ram~17111feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17111feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17111feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17111feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N21 +dffeas \text_gen|char_ram~17111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17111feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y53_N13 +dffeas \text_gen|char_ram~24279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9943feeder ( +// Equation(s): +// \text_gen|char_ram~9943feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9943feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9943feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9943feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y57_N1 +dffeas \text_gen|char_ram~9943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9943feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y53_N19 +dffeas \text_gen|char_ram~2775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44922 ( +// Equation(s): +// \text_gen|char_ram~44922_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9943_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2775_q +// ))))) + + .dataa(\text_gen|char_ram~9943_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2775_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44922 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44923 ( +// Equation(s): +// \text_gen|char_ram~44923_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44922_combout & ((\text_gen|char_ram~24279_q ))) # (!\text_gen|char_ram~44922_combout & (\text_gen|char_ram~17111_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44922_combout )))) + + .dataa(\text_gen|char_ram~17111_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24279_q ), + .datad(\text_gen|char_ram~44922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44923 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y64_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9915feeder ( +// Equation(s): +// \text_gen|char_ram~9915feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9915feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9915feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9915feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y64_N17 +dffeas \text_gen|char_ram~9915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9915feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y61_N25 +dffeas \text_gen|char_ram~24251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17083feeder ( +// Equation(s): +// \text_gen|char_ram~17083feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17083feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N11 +dffeas \text_gen|char_ram~17083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N23 +dffeas \text_gen|char_ram~2747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44924 ( +// Equation(s): +// \text_gen|char_ram~44924_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17083_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2747_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17083_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2747_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44924 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44925 ( +// Equation(s): +// \text_gen|char_ram~44925_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44924_combout & ((\text_gen|char_ram~24251_q ))) # (!\text_gen|char_ram~44924_combout & (\text_gen|char_ram~9915_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44924_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9915_q ), + .datac(\text_gen|char_ram~24251_q ), + .datad(\text_gen|char_ram~44924_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44925 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44926 ( +// Equation(s): +// \text_gen|char_ram~44926_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~44923_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44925_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44923_combout ), + .datad(\text_gen|char_ram~44925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44926 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44929 ( +// Equation(s): +// \text_gen|char_ram~44929_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44926_combout & (\text_gen|char_ram~44928_combout )) # (!\text_gen|char_ram~44926_combout & ((\text_gen|char_ram~44921_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44926_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44928_combout ), + .datac(\text_gen|char_ram~44921_combout ), + .datad(\text_gen|char_ram~44926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44929 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y86_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8130feeder ( +// Equation(s): +// \text_gen|char_ram~8130feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8130feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8130feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8130feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y86_N13 +dffeas \text_gen|char_ram~8130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8130feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y62_N19 +dffeas \text_gen|char_ram~22466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15298feeder ( +// Equation(s): +// \text_gen|char_ram~15298feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15298feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15298feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15298feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N5 +dffeas \text_gen|char_ram~15298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15298feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y62_N25 +dffeas \text_gen|char_ram~962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44932 ( +// Equation(s): +// \text_gen|char_ram~44932_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15298_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~962_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15298_q ), + .datac(\text_gen|char_ram~962_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44932 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44933 ( +// Equation(s): +// \text_gen|char_ram~44933_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44932_combout & ((\text_gen|char_ram~22466_q ))) # (!\text_gen|char_ram~44932_combout & (\text_gen|char_ram~8130_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44932_combout )))) + + .dataa(\text_gen|char_ram~8130_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22466_q ), + .datad(\text_gen|char_ram~44932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44933 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8123feeder ( +// Equation(s): +// \text_gen|char_ram~8123feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8123feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N23 +dffeas \text_gen|char_ram~8123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y61_N3 +dffeas \text_gen|char_ram~22459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15291feeder ( +// Equation(s): +// \text_gen|char_ram~15291feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15291feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y60_N5 +dffeas \text_gen|char_ram~15291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y62_N1 +dffeas \text_gen|char_ram~955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44934 ( +// Equation(s): +// \text_gen|char_ram~44934_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15291_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~955_q +// ))))) + + .dataa(\text_gen|char_ram~15291_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~955_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44934 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44935 ( +// Equation(s): +// \text_gen|char_ram~44935_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44934_combout & ((\text_gen|char_ram~22459_q ))) # (!\text_gen|char_ram~44934_combout & (\text_gen|char_ram~8123_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44934_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8123_q ), + .datac(\text_gen|char_ram~22459_q ), + .datad(\text_gen|char_ram~44934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44935 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44936 ( +// Equation(s): +// \text_gen|char_ram~44936_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~44933_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44935_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44933_combout ), + .datad(\text_gen|char_ram~44935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44936 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8158feeder ( +// Equation(s): +// \text_gen|char_ram~8158feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8158feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8158feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8158feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y62_N11 +dffeas \text_gen|char_ram~8158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8158feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y62_N31 +dffeas \text_gen|char_ram~990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44937 ( +// Equation(s): +// \text_gen|char_ram~44937_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8158_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~990_q +// ))))) + + .dataa(\text_gen|char_ram~8158_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~990_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44937 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15326feeder ( +// Equation(s): +// \text_gen|char_ram~15326feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y54_N3 +dffeas \text_gen|char_ram~15326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y61_N27 +dffeas \text_gen|char_ram~22494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44938 ( +// Equation(s): +// \text_gen|char_ram~44938_combout = (\text_gen|char_ram~44937_combout & (((\text_gen|char_ram~22494_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44937_combout & (\text_gen|char_ram~15326_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~44937_combout ), + .datab(\text_gen|char_ram~15326_q ), + .datac(\text_gen|char_ram~22494_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44938 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y60_N11 +dffeas \text_gen|char_ram~8151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y62_N7 +dffeas \text_gen|char_ram~983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44930 ( +// Equation(s): +// \text_gen|char_ram~44930_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8151_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~983_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8151_q ), + .datac(\text_gen|char_ram~983_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44930 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15319feeder ( +// Equation(s): +// \text_gen|char_ram~15319feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15319feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y51_N7 +dffeas \text_gen|char_ram~15319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y62_N29 +dffeas \text_gen|char_ram~22487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44931 ( +// Equation(s): +// \text_gen|char_ram~44931_combout = (\text_gen|char_ram~44930_combout & (((\text_gen|char_ram~22487_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44930_combout & (\text_gen|char_ram~15319_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~44930_combout ), + .datab(\text_gen|char_ram~15319_q ), + .datac(\text_gen|char_ram~22487_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44931 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44939 ( +// Equation(s): +// \text_gen|char_ram~44939_combout = (\text_gen|char_ram~44936_combout & (((\text_gen|char_ram~44938_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~44936_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44931_combout )))) + + .dataa(\text_gen|char_ram~44936_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44938_combout ), + .datad(\text_gen|char_ram~44931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44939 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44940 ( +// Equation(s): +// \text_gen|char_ram~44940_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~44929_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~44939_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~44929_combout ), + .datad(\text_gen|char_ram~44939_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44940 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18903feeder ( +// Equation(s): +// \text_gen|char_ram~18903feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18903feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N7 +dffeas \text_gen|char_ram~18903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18903 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y63_N21 +dffeas \text_gen|char_ram~26071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4567feeder ( +// Equation(s): +// \text_gen|char_ram~4567feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4567feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4567feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4567feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N9 +dffeas \text_gen|char_ram~4567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4567feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11735feeder ( +// Equation(s): +// \text_gen|char_ram~11735feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11735feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11735feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11735feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y63_N11 +dffeas \text_gen|char_ram~11735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11735feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44910 ( +// Equation(s): +// \text_gen|char_ram~44910_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~11735_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~4567_q )))) + + .dataa(\text_gen|char_ram~4567_q ), + .datab(\text_gen|char_ram~11735_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44910 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~44910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44911 ( +// Equation(s): +// \text_gen|char_ram~44911_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44910_combout & ((\text_gen|char_ram~26071_q ))) # (!\text_gen|char_ram~44910_combout & (\text_gen|char_ram~18903_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44910_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18903_q ), + .datac(\text_gen|char_ram~26071_q ), + .datad(\text_gen|char_ram~44910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44911 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11707feeder ( +// Equation(s): +// \text_gen|char_ram~11707feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y63_N23 +dffeas \text_gen|char_ram~11707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y63_N15 +dffeas \text_gen|char_ram~26043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18875feeder ( +// Equation(s): +// \text_gen|char_ram~18875feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18875feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y63_N7 +dffeas \text_gen|char_ram~18875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18875 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y63_N17 +dffeas \text_gen|char_ram~4539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44914 ( +// Equation(s): +// \text_gen|char_ram~44914_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18875_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4539_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18875_q ), + .datac(\text_gen|char_ram~4539_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44914 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44915 ( +// Equation(s): +// \text_gen|char_ram~44915_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44914_combout & ((\text_gen|char_ram~26043_q ))) # (!\text_gen|char_ram~44914_combout & (\text_gen|char_ram~11707_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44914_combout )))) + + .dataa(\text_gen|char_ram~11707_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26043_q ), + .datad(\text_gen|char_ram~44914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44915 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18882feeder ( +// Equation(s): +// \text_gen|char_ram~18882feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18882feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18882feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18882feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y63_N21 +dffeas \text_gen|char_ram~18882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18882feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y63_N13 +dffeas \text_gen|char_ram~4546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44912 ( +// Equation(s): +// \text_gen|char_ram~44912_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18882_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4546_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18882_q ), + .datac(\text_gen|char_ram~4546_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44912 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11714feeder ( +// Equation(s): +// \text_gen|char_ram~11714feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y63_N7 +dffeas \text_gen|char_ram~11714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y63_N23 +dffeas \text_gen|char_ram~26050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44913 ( +// Equation(s): +// \text_gen|char_ram~44913_combout = (\text_gen|char_ram~44912_combout & (((\text_gen|char_ram~26050_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~44912_combout & (\text_gen|char_ram~11714_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~44912_combout ), + .datab(\text_gen|char_ram~11714_q ), + .datac(\text_gen|char_ram~26050_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44913 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44916 ( +// Equation(s): +// \text_gen|char_ram~44916_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~44913_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~44915_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44915_combout ), + .datad(\text_gen|char_ram~44913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44916 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y66_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18910feeder ( +// Equation(s): +// \text_gen|char_ram~18910feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18910feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18910feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18910feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y66_N31 +dffeas \text_gen|char_ram~18910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18910feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y65_N23 +dffeas \text_gen|char_ram~26078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y65_N13 +dffeas \text_gen|char_ram~4574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y65_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11742feeder ( +// Equation(s): +// \text_gen|char_ram~11742feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11742feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11742feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11742feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y65_N15 +dffeas \text_gen|char_ram~11742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11742feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y65_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44917 ( +// Equation(s): +// \text_gen|char_ram~44917_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~11742_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4574_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4574_q ), + .datad(\text_gen|char_ram~11742_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44917 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y65_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44918 ( +// Equation(s): +// \text_gen|char_ram~44918_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44917_combout & ((\text_gen|char_ram~26078_q ))) # (!\text_gen|char_ram~44917_combout & (\text_gen|char_ram~18910_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44917_combout )))) + + .dataa(\text_gen|char_ram~18910_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26078_q ), + .datad(\text_gen|char_ram~44917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44918 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44919 ( +// Equation(s): +// \text_gen|char_ram~44919_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44916_combout & ((\text_gen|char_ram~44918_combout ))) # (!\text_gen|char_ram~44916_combout & (\text_gen|char_ram~44911_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44916_combout )))) + + .dataa(\text_gen|char_ram~44911_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44916_combout ), + .datad(\text_gen|char_ram~44918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44919 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~44919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44951 ( +// Equation(s): +// \text_gen|char_ram~44951_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44940_combout & (\text_gen|char_ram~44950_combout )) # (!\text_gen|char_ram~44940_combout & ((\text_gen|char_ram~44919_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44940_combout )))) + + .dataa(\text_gen|char_ram~44950_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44940_combout ), + .datad(\text_gen|char_ram~44919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44951 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19806feeder ( +// Equation(s): +// \text_gen|char_ram~19806feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19806feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19806feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19806feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y41_N17 +dffeas \text_gen|char_ram~19806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19806feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y41_N25 +dffeas \text_gen|char_ram~26974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12638feeder ( +// Equation(s): +// \text_gen|char_ram~12638feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12638feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12638feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12638feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y43_N29 +dffeas \text_gen|char_ram~12638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12638feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5470feeder ( +// Equation(s): +// \text_gen|char_ram~5470feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y43_N29 +dffeas \text_gen|char_ram~5470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44990 ( +// Equation(s): +// \text_gen|char_ram~44990_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12638_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~5470_q )))) + + .dataa(\text_gen|char_ram~12638_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~5470_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44990 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~44990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44991 ( +// Equation(s): +// \text_gen|char_ram~44991_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44990_combout & ((\text_gen|char_ram~26974_q ))) # (!\text_gen|char_ram~44990_combout & (\text_gen|char_ram~19806_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44990_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19806_q ), + .datac(\text_gen|char_ram~26974_q ), + .datad(\text_gen|char_ram~44990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44991 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19799feeder ( +// Equation(s): +// \text_gen|char_ram~19799feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y41_N1 +dffeas \text_gen|char_ram~19799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19799 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y41_N1 +dffeas \text_gen|char_ram~26967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12631feeder ( +// Equation(s): +// \text_gen|char_ram~12631feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12631feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12631feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12631feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N7 +dffeas \text_gen|char_ram~12631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12631feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y41_N25 +dffeas \text_gen|char_ram~5463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44985 ( +// Equation(s): +// \text_gen|char_ram~44985_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12631_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5463_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12631_q ), + .datac(\text_gen|char_ram~5463_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44985 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44986 ( +// Equation(s): +// \text_gen|char_ram~44986_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44985_combout & ((\text_gen|char_ram~26967_q ))) # (!\text_gen|char_ram~44985_combout & (\text_gen|char_ram~19799_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44985_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19799_q ), + .datac(\text_gen|char_ram~26967_q ), + .datad(\text_gen|char_ram~44985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44986 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y41_N15 +dffeas \text_gen|char_ram~5435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19771feeder ( +// Equation(s): +// \text_gen|char_ram~19771feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19771feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19771feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19771feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y41_N25 +dffeas \text_gen|char_ram~19771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19771feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44987 ( +// Equation(s): +// \text_gen|char_ram~44987_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~19771_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5435_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5435_q ), + .datad(\text_gen|char_ram~19771_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44987 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y41_N21 +dffeas \text_gen|char_ram~26939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y45_N23 +dffeas \text_gen|char_ram~12603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44988 ( +// Equation(s): +// \text_gen|char_ram~44988_combout = (\text_gen|char_ram~44987_combout & (((\text_gen|char_ram~26939_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~44987_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12603_q )))) + + .dataa(\text_gen|char_ram~44987_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26939_q ), + .datad(\text_gen|char_ram~12603_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44988 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44989 ( +// Equation(s): +// \text_gen|char_ram~44989_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~44986_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44988_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44986_combout ), + .datad(\text_gen|char_ram~44988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44989 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26946feeder ( +// Equation(s): +// \text_gen|char_ram~26946feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26946feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26946feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26946feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y45_N3 +dffeas \text_gen|char_ram~26946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26946feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12610feeder ( +// Equation(s): +// \text_gen|char_ram~12610feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12610feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12610feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12610feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y45_N25 +dffeas \text_gen|char_ram~12610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12610feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y38_N3 +dffeas \text_gen|char_ram~5442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19778feeder ( +// Equation(s): +// \text_gen|char_ram~19778feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y42_N13 +dffeas \text_gen|char_ram~19778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44983 ( +// Equation(s): +// \text_gen|char_ram~44983_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~19778_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5442_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5442_q ), + .datad(\text_gen|char_ram~19778_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44983 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44984 ( +// Equation(s): +// \text_gen|char_ram~44984_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44983_combout & (\text_gen|char_ram~26946_q )) # (!\text_gen|char_ram~44983_combout & ((\text_gen|char_ram~12610_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44983_combout )))) + + .dataa(\text_gen|char_ram~26946_q ), + .datab(\text_gen|char_ram~12610_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~44983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44984 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~44984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44992 ( +// Equation(s): +// \text_gen|char_ram~44992_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44989_combout & (\text_gen|char_ram~44991_combout )) # (!\text_gen|char_ram~44989_combout & ((\text_gen|char_ram~44984_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44989_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44991_combout ), + .datac(\text_gen|char_ram~44989_combout ), + .datad(\text_gen|char_ram~44984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44992 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~44992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14423feeder ( +// Equation(s): +// \text_gen|char_ram~14423feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N1 +dffeas \text_gen|char_ram~14423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N25 +dffeas \text_gen|char_ram~21591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N7 +dffeas \text_gen|char_ram~87 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~87_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~87 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~87 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7255feeder ( +// Equation(s): +// \text_gen|char_ram~7255feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7255feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N13 +dffeas \text_gen|char_ram~7255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44972 ( +// Equation(s): +// \text_gen|char_ram~44972_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~7255_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~87_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~87_q ), + .datad(\text_gen|char_ram~7255_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44972 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44973 ( +// Equation(s): +// \text_gen|char_ram~44973_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44972_combout & ((\text_gen|char_ram~21591_q ))) # (!\text_gen|char_ram~44972_combout & (\text_gen|char_ram~14423_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44972_combout )))) + + .dataa(\text_gen|char_ram~14423_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21591_q ), + .datad(\text_gen|char_ram~44972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44973 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14430feeder ( +// Equation(s): +// \text_gen|char_ram~14430feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14430feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14430feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14430feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y34_N15 +dffeas \text_gen|char_ram~14430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14430feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y14_N27 +dffeas \text_gen|char_ram~21598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y14_N25 +dffeas \text_gen|char_ram~94 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~94_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~94 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~94 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7262feeder ( +// Equation(s): +// \text_gen|char_ram~7262feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7262feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7262feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7262feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y43_N7 +dffeas \text_gen|char_ram~7262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7262feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44979 ( +// Equation(s): +// \text_gen|char_ram~44979_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~7262_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~94_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~94_q ), + .datad(\text_gen|char_ram~7262_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44979 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44980 ( +// Equation(s): +// \text_gen|char_ram~44980_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44979_combout & ((\text_gen|char_ram~21598_q ))) # (!\text_gen|char_ram~44979_combout & (\text_gen|char_ram~14430_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44979_combout )))) + + .dataa(\text_gen|char_ram~14430_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21598_q ), + .datad(\text_gen|char_ram~44979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44980 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7234feeder ( +// Equation(s): +// \text_gen|char_ram~7234feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y45_N13 +dffeas \text_gen|char_ram~7234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y41_N21 +dffeas \text_gen|char_ram~21570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y42_N9 +dffeas \text_gen|char_ram~66 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~66_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~66 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~66 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14402feeder ( +// Equation(s): +// \text_gen|char_ram~14402feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14402feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14402feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14402feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y43_N19 +dffeas \text_gen|char_ram~14402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14402feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44974 ( +// Equation(s): +// \text_gen|char_ram~44974_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14402_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~66_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~66_q ), + .datad(\text_gen|char_ram~14402_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44974 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44975 ( +// Equation(s): +// \text_gen|char_ram~44975_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44974_combout & ((\text_gen|char_ram~21570_q ))) # (!\text_gen|char_ram~44974_combout & (\text_gen|char_ram~7234_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44974_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7234_q ), + .datac(\text_gen|char_ram~21570_q ), + .datad(\text_gen|char_ram~44974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44975 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7227feeder ( +// Equation(s): +// \text_gen|char_ram~7227feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7227feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N3 +dffeas \text_gen|char_ram~7227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y41_N21 +dffeas \text_gen|char_ram~21563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y42_N31 +dffeas \text_gen|char_ram~59 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~59_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~59 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~59 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14395feeder ( +// Equation(s): +// \text_gen|char_ram~14395feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14395feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y33_N29 +dffeas \text_gen|char_ram~14395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44976 ( +// Equation(s): +// \text_gen|char_ram~44976_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14395_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~59_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~59_q ), + .datad(\text_gen|char_ram~14395_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44976 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44977 ( +// Equation(s): +// \text_gen|char_ram~44977_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44976_combout & ((\text_gen|char_ram~21563_q ))) # (!\text_gen|char_ram~44976_combout & (\text_gen|char_ram~7227_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44976_combout )))) + + .dataa(\text_gen|char_ram~7227_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21563_q ), + .datad(\text_gen|char_ram~44976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44977 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44978 ( +// Equation(s): +// \text_gen|char_ram~44978_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~44975_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44977_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44975_combout ), + .datad(\text_gen|char_ram~44977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44978 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44981 ( +// Equation(s): +// \text_gen|char_ram~44981_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44978_combout & ((\text_gen|char_ram~44980_combout ))) # (!\text_gen|char_ram~44978_combout & (\text_gen|char_ram~44973_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44978_combout )))) + + .dataa(\text_gen|char_ram~44973_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44980_combout ), + .datad(\text_gen|char_ram~44978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44981 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23362feeder ( +// Equation(s): +// \text_gen|char_ram~23362feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23362feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23362feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23362feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y40_N27 +dffeas \text_gen|char_ram~23362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23362feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9026feeder ( +// Equation(s): +// \text_gen|char_ram~9026feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9026feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y41_N25 +dffeas \text_gen|char_ram~9026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y38_N29 +dffeas \text_gen|char_ram~1858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16194feeder ( +// Equation(s): +// \text_gen|char_ram~16194feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16194feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16194feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16194feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y22_N25 +dffeas \text_gen|char_ram~16194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16194feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44962 ( +// Equation(s): +// \text_gen|char_ram~44962_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~16194_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1858_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1858_q ), + .datad(\text_gen|char_ram~16194_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44962 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44963 ( +// Equation(s): +// \text_gen|char_ram~44963_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44962_combout & (\text_gen|char_ram~23362_q )) # (!\text_gen|char_ram~44962_combout & ((\text_gen|char_ram~9026_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44962_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~23362_q ), + .datac(\text_gen|char_ram~9026_q ), + .datad(\text_gen|char_ram~44962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44963 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N13 +dffeas \text_gen|char_ram~9054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N17 +dffeas \text_gen|char_ram~1886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44969 ( +// Equation(s): +// \text_gen|char_ram~44969_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9054_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1886_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9054_q ), + .datac(\text_gen|char_ram~1886_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44969 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y42_N1 +dffeas \text_gen|char_ram~23390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16222feeder ( +// Equation(s): +// \text_gen|char_ram~16222feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16222feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y38_N1 +dffeas \text_gen|char_ram~16222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44970 ( +// Equation(s): +// \text_gen|char_ram~44970_combout = (\text_gen|char_ram~44969_combout & (((\text_gen|char_ram~23390_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~44969_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16222_q )))) + + .dataa(\text_gen|char_ram~44969_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23390_q ), + .datad(\text_gen|char_ram~16222_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44970 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16215feeder ( +// Equation(s): +// \text_gen|char_ram~16215feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16215feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y35_N25 +dffeas \text_gen|char_ram~16215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y35_N13 +dffeas \text_gen|char_ram~9047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N7 +dffeas \text_gen|char_ram~1879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44964 ( +// Equation(s): +// \text_gen|char_ram~44964_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9047_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1879_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9047_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1879_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44964 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y35_N11 +dffeas \text_gen|char_ram~23383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44965 ( +// Equation(s): +// \text_gen|char_ram~44965_combout = (\text_gen|char_ram~44964_combout & (((\text_gen|char_ram~23383_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44964_combout & (\text_gen|char_ram~16215_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~16215_q ), + .datab(\text_gen|char_ram~44964_combout ), + .datac(\text_gen|char_ram~23383_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44965 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9019feeder ( +// Equation(s): +// \text_gen|char_ram~9019feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9019feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9019feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9019feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N17 +dffeas \text_gen|char_ram~9019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9019feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N23 +dffeas \text_gen|char_ram~23355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y38_N15 +dffeas \text_gen|char_ram~1851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16187feeder ( +// Equation(s): +// \text_gen|char_ram~16187feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16187feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16187feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16187feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y37_N23 +dffeas \text_gen|char_ram~16187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16187feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44966 ( +// Equation(s): +// \text_gen|char_ram~44966_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~16187_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1851_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1851_q ), + .datad(\text_gen|char_ram~16187_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44966 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44967 ( +// Equation(s): +// \text_gen|char_ram~44967_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44966_combout & ((\text_gen|char_ram~23355_q ))) # (!\text_gen|char_ram~44966_combout & (\text_gen|char_ram~9019_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44966_combout )))) + + .dataa(\text_gen|char_ram~9019_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23355_q ), + .datad(\text_gen|char_ram~44966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44967 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44968 ( +// Equation(s): +// \text_gen|char_ram~44968_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~44965_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44967_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44965_combout ), + .datad(\text_gen|char_ram~44967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44968 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44971 ( +// Equation(s): +// \text_gen|char_ram~44971_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44968_combout & ((\text_gen|char_ram~44970_combout ))) # (!\text_gen|char_ram~44968_combout & (\text_gen|char_ram~44963_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44968_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44963_combout ), + .datac(\text_gen|char_ram~44970_combout ), + .datad(\text_gen|char_ram~44968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44971 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44982 ( +// Equation(s): +// \text_gen|char_ram~44982_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~44971_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~44981_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~44981_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~44971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44982 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~44982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10839feeder ( +// Equation(s): +// \text_gen|char_ram~10839feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10839feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10839feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10839feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N31 +dffeas \text_gen|char_ram~10839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10839feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N11 +dffeas \text_gen|char_ram~3671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44952 ( +// Equation(s): +// \text_gen|char_ram~44952_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10839_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3671_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10839_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3671_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44952 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18007feeder ( +// Equation(s): +// \text_gen|char_ram~18007feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18007feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y50_N17 +dffeas \text_gen|char_ram~18007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N21 +dffeas \text_gen|char_ram~25175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44953 ( +// Equation(s): +// \text_gen|char_ram~44953_combout = (\text_gen|char_ram~44952_combout & (((\text_gen|char_ram~25175_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44952_combout & (\text_gen|char_ram~18007_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~44952_combout ), + .datab(\text_gen|char_ram~18007_q ), + .datac(\text_gen|char_ram~25175_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44953 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10811feeder ( +// Equation(s): +// \text_gen|char_ram~10811feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10811feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10811feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10811feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N17 +dffeas \text_gen|char_ram~10811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10811feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y50_N9 +dffeas \text_gen|char_ram~25147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17979feeder ( +// Equation(s): +// \text_gen|char_ram~17979feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17979feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17979feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17979feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y49_N9 +dffeas \text_gen|char_ram~17979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17979feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y49_N31 +dffeas \text_gen|char_ram~3643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44956 ( +// Equation(s): +// \text_gen|char_ram~44956_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17979_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3643_q +// ))))) + + .dataa(\text_gen|char_ram~17979_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3643_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44956 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44957 ( +// Equation(s): +// \text_gen|char_ram~44957_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44956_combout & ((\text_gen|char_ram~25147_q ))) # (!\text_gen|char_ram~44956_combout & (\text_gen|char_ram~10811_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44956_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10811_q ), + .datac(\text_gen|char_ram~25147_q ), + .datad(\text_gen|char_ram~44956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44957 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10818feeder ( +// Equation(s): +// \text_gen|char_ram~10818feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10818feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N13 +dffeas \text_gen|char_ram~10818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y47_N23 +dffeas \text_gen|char_ram~25154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17986feeder ( +// Equation(s): +// \text_gen|char_ram~17986feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y47_N15 +dffeas \text_gen|char_ram~17986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y47_N11 +dffeas \text_gen|char_ram~3650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44954 ( +// Equation(s): +// \text_gen|char_ram~44954_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17986_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3650_q +// ))))) + + .dataa(\text_gen|char_ram~17986_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3650_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44954 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44955 ( +// Equation(s): +// \text_gen|char_ram~44955_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44954_combout & ((\text_gen|char_ram~25154_q ))) # (!\text_gen|char_ram~44954_combout & (\text_gen|char_ram~10818_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44954_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10818_q ), + .datac(\text_gen|char_ram~25154_q ), + .datad(\text_gen|char_ram~44954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44955 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44958 ( +// Equation(s): +// \text_gen|char_ram~44958_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~44955_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44957_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44957_combout ), + .datad(\text_gen|char_ram~44955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44958 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18014feeder ( +// Equation(s): +// \text_gen|char_ram~18014feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18014feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18014feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18014feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y47_N11 +dffeas \text_gen|char_ram~18014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18014feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y47_N25 +dffeas \text_gen|char_ram~25182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10846feeder ( +// Equation(s): +// \text_gen|char_ram~10846feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10846feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10846feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10846feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N7 +dffeas \text_gen|char_ram~10846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10846feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y45_N11 +dffeas \text_gen|char_ram~3678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44959 ( +// Equation(s): +// \text_gen|char_ram~44959_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10846_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3678_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10846_q ), + .datac(\text_gen|char_ram~3678_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44959 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44960 ( +// Equation(s): +// \text_gen|char_ram~44960_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44959_combout & ((\text_gen|char_ram~25182_q ))) # (!\text_gen|char_ram~44959_combout & (\text_gen|char_ram~18014_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44959_combout )))) + + .dataa(\text_gen|char_ram~18014_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25182_q ), + .datad(\text_gen|char_ram~44959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44960 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44961 ( +// Equation(s): +// \text_gen|char_ram~44961_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44958_combout & ((\text_gen|char_ram~44960_combout ))) # (!\text_gen|char_ram~44958_combout & (\text_gen|char_ram~44953_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44958_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44953_combout ), + .datac(\text_gen|char_ram~44958_combout ), + .datad(\text_gen|char_ram~44960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44961 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~44961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44993 ( +// Equation(s): +// \text_gen|char_ram~44993_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44982_combout & (\text_gen|char_ram~44992_combout )) # (!\text_gen|char_ram~44982_combout & ((\text_gen|char_ram~44961_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44982_combout )))) + + .dataa(\text_gen|char_ram~44992_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44982_combout ), + .datad(\text_gen|char_ram~44961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44993 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44994 ( +// Equation(s): +// \text_gen|char_ram~44994_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~44951_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~44993_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44951_combout ), + .datad(\text_gen|char_ram~44993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44994 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27394feeder ( +// Equation(s): +// \text_gen|char_ram~27394feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27394feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27394feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27394feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y10_N19 +dffeas \text_gen|char_ram~27394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27394feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y10_N1 +dffeas \text_gen|char_ram~13058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20226feeder ( +// Equation(s): +// \text_gen|char_ram~20226feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y10_N21 +dffeas \text_gen|char_ram~20226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y10_N11 +dffeas \text_gen|char_ram~5890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44899 ( +// Equation(s): +// \text_gen|char_ram~44899_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20226_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5890_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20226_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5890_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44899 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44900 ( +// Equation(s): +// \text_gen|char_ram~44900_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44899_combout & (\text_gen|char_ram~27394_q )) # (!\text_gen|char_ram~44899_combout & ((\text_gen|char_ram~13058_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44899_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~27394_q ), + .datac(\text_gen|char_ram~13058_q ), + .datad(\text_gen|char_ram~44899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44900 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20254feeder ( +// Equation(s): +// \text_gen|char_ram~20254feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20254feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20254feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20254feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y10_N17 +dffeas \text_gen|char_ram~20254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20254feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y13_N1 +dffeas \text_gen|char_ram~27422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13086feeder ( +// Equation(s): +// \text_gen|char_ram~13086feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13086feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N3 +dffeas \text_gen|char_ram~13086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y10_N7 +dffeas \text_gen|char_ram~5918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44906 ( +// Equation(s): +// \text_gen|char_ram~44906_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13086_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5918_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13086_q ), + .datac(\text_gen|char_ram~5918_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44906 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44907 ( +// Equation(s): +// \text_gen|char_ram~44907_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44906_combout & ((\text_gen|char_ram~27422_q ))) # (!\text_gen|char_ram~44906_combout & (\text_gen|char_ram~20254_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44906_combout )))) + + .dataa(\text_gen|char_ram~20254_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27422_q ), + .datad(\text_gen|char_ram~44906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44907 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13051feeder ( +// Equation(s): +// \text_gen|char_ram~13051feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13051feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13051feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13051feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y14_N5 +dffeas \text_gen|char_ram~13051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13051feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y14_N23 +dffeas \text_gen|char_ram~27387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20219feeder ( +// Equation(s): +// \text_gen|char_ram~20219feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20219feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20219feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20219feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N29 +dffeas \text_gen|char_ram~20219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20219feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y10_N5 +dffeas \text_gen|char_ram~5883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44903 ( +// Equation(s): +// \text_gen|char_ram~44903_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20219_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5883_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20219_q ), + .datac(\text_gen|char_ram~5883_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44903 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44904 ( +// Equation(s): +// \text_gen|char_ram~44904_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44903_combout & ((\text_gen|char_ram~27387_q ))) # (!\text_gen|char_ram~44903_combout & (\text_gen|char_ram~13051_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44903_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13051_q ), + .datac(\text_gen|char_ram~27387_q ), + .datad(\text_gen|char_ram~44903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44904 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13079feeder ( +// Equation(s): +// \text_gen|char_ram~13079feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13079feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y13_N7 +dffeas \text_gen|char_ram~13079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y13_N27 +dffeas \text_gen|char_ram~5911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44901 ( +// Equation(s): +// \text_gen|char_ram~44901_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13079_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5911_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13079_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5911_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44901 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y13_N9 +dffeas \text_gen|char_ram~27415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20247feeder ( +// Equation(s): +// \text_gen|char_ram~20247feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20247feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y13_N25 +dffeas \text_gen|char_ram~20247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44902 ( +// Equation(s): +// \text_gen|char_ram~44902_combout = (\text_gen|char_ram~44901_combout & (((\text_gen|char_ram~27415_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~44901_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20247_q )))) + + .dataa(\text_gen|char_ram~44901_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27415_q ), + .datad(\text_gen|char_ram~20247_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44902 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44905 ( +// Equation(s): +// \text_gen|char_ram~44905_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~44902_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44904_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44904_combout ), + .datad(\text_gen|char_ram~44902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44905 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44908 ( +// Equation(s): +// \text_gen|char_ram~44908_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44905_combout & ((\text_gen|char_ram~44907_combout ))) # (!\text_gen|char_ram~44905_combout & (\text_gen|char_ram~44900_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44905_combout )))) + + .dataa(\text_gen|char_ram~44900_combout ), + .datab(\text_gen|char_ram~44907_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~44905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44908 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~44908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16670feeder ( +// Equation(s): +// \text_gen|char_ram~16670feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16670feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16670feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16670feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y12_N7 +dffeas \text_gen|char_ram~16670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16670feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y13_N15 +dffeas \text_gen|char_ram~23838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9502feeder ( +// Equation(s): +// \text_gen|char_ram~9502feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9502feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9502feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9502feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N19 +dffeas \text_gen|char_ram~9502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9502feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2334feeder ( +// Equation(s): +// \text_gen|char_ram~2334feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2334feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2334feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2334feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y12_N27 +dffeas \text_gen|char_ram~2334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2334feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44875 ( +// Equation(s): +// \text_gen|char_ram~44875_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9502_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2334_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9502_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2334_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44875 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44876 ( +// Equation(s): +// \text_gen|char_ram~44876_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44875_combout & ((\text_gen|char_ram~23838_q ))) # (!\text_gen|char_ram~44875_combout & (\text_gen|char_ram~16670_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44875_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16670_q ), + .datac(\text_gen|char_ram~23838_q ), + .datad(\text_gen|char_ram~44875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44876 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9474feeder ( +// Equation(s): +// \text_gen|char_ram~9474feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9474feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y12_N3 +dffeas \text_gen|char_ram~9474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23810feeder ( +// Equation(s): +// \text_gen|char_ram~23810feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23810feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y12_N13 +dffeas \text_gen|char_ram~23810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16642feeder ( +// Equation(s): +// \text_gen|char_ram~16642feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16642feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y12_N23 +dffeas \text_gen|char_ram~16642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y12_N25 +dffeas \text_gen|char_ram~2306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44868 ( +// Equation(s): +// \text_gen|char_ram~44868_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16642_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2306_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16642_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2306_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44868 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44869 ( +// Equation(s): +// \text_gen|char_ram~44869_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44868_combout & ((\text_gen|char_ram~23810_q ))) # (!\text_gen|char_ram~44868_combout & (\text_gen|char_ram~9474_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44868_combout )))) + + .dataa(\text_gen|char_ram~9474_q ), + .datab(\text_gen|char_ram~23810_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~44868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44869 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~44869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9467feeder ( +// Equation(s): +// \text_gen|char_ram~9467feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9467feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y12_N31 +dffeas \text_gen|char_ram~9467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y12_N15 +dffeas \text_gen|char_ram~23803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16635feeder ( +// Equation(s): +// \text_gen|char_ram~16635feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16635feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y12_N31 +dffeas \text_gen|char_ram~16635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2299feeder ( +// Equation(s): +// \text_gen|char_ram~2299feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2299feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2299feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2299feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y12_N21 +dffeas \text_gen|char_ram~2299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2299feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44872 ( +// Equation(s): +// \text_gen|char_ram~44872_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16635_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2299_q +// ))))) + + .dataa(\text_gen|char_ram~16635_q ), + .datab(\text_gen|char_ram~2299_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44872 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~44872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44873 ( +// Equation(s): +// \text_gen|char_ram~44873_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44872_combout & ((\text_gen|char_ram~23803_q ))) # (!\text_gen|char_ram~44872_combout & (\text_gen|char_ram~9467_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44872_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9467_q ), + .datac(\text_gen|char_ram~23803_q ), + .datad(\text_gen|char_ram~44872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44873 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23831feeder ( +// Equation(s): +// \text_gen|char_ram~23831feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23831feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y15_N19 +dffeas \text_gen|char_ram~23831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16663feeder ( +// Equation(s): +// \text_gen|char_ram~16663feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y12_N25 +dffeas \text_gen|char_ram~16663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y12_N5 +dffeas \text_gen|char_ram~2327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9495feeder ( +// Equation(s): +// \text_gen|char_ram~9495feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9495feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N21 +dffeas \text_gen|char_ram~9495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44870 ( +// Equation(s): +// \text_gen|char_ram~44870_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9495_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2327_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2327_q ), + .datad(\text_gen|char_ram~9495_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44870 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44871 ( +// Equation(s): +// \text_gen|char_ram~44871_combout = (\text_gen|char_ram~44870_combout & ((\text_gen|char_ram~23831_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44870_combout & (((\text_gen|char_ram~16663_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~23831_q ), + .datab(\text_gen|char_ram~16663_q ), + .datac(\text_gen|char_ram~44870_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44871 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~44871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44874 ( +// Equation(s): +// \text_gen|char_ram~44874_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~44871_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~44873_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44873_combout ), + .datad(\text_gen|char_ram~44871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44874 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44877 ( +// Equation(s): +// \text_gen|char_ram~44877_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44874_combout & (\text_gen|char_ram~44876_combout )) # (!\text_gen|char_ram~44874_combout & ((\text_gen|char_ram~44869_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44874_combout )))) + + .dataa(\text_gen|char_ram~44876_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44869_combout ), + .datad(\text_gen|char_ram~44874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44877 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14878feeder ( +// Equation(s): +// \text_gen|char_ram~14878feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14878feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y15_N21 +dffeas \text_gen|char_ram~14878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y9_N27 +dffeas \text_gen|char_ram~22046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7710feeder ( +// Equation(s): +// \text_gen|char_ram~7710feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7710feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7710feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7710feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N25 +dffeas \text_gen|char_ram~7710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7710feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y9_N29 +dffeas \text_gen|char_ram~542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44895 ( +// Equation(s): +// \text_gen|char_ram~44895_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7710_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~542_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7710_q ), + .datac(\text_gen|char_ram~542_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44895 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y9_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44896 ( +// Equation(s): +// \text_gen|char_ram~44896_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44895_combout & ((\text_gen|char_ram~22046_q ))) # (!\text_gen|char_ram~44895_combout & (\text_gen|char_ram~14878_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44895_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14878_q ), + .datac(\text_gen|char_ram~22046_q ), + .datad(\text_gen|char_ram~44895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44896 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22039feeder ( +// Equation(s): +// \text_gen|char_ram~22039feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y16_N15 +dffeas \text_gen|char_ram~22039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14871feeder ( +// Equation(s): +// \text_gen|char_ram~14871feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14871feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y18_N5 +dffeas \text_gen|char_ram~14871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7703feeder ( +// Equation(s): +// \text_gen|char_ram~7703feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y16_N21 +dffeas \text_gen|char_ram~7703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y16_N1 +dffeas \text_gen|char_ram~535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44888 ( +// Equation(s): +// \text_gen|char_ram~44888_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7703_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~535_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7703_q ), + .datac(\text_gen|char_ram~535_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44888 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44889 ( +// Equation(s): +// \text_gen|char_ram~44889_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44888_combout & (\text_gen|char_ram~22039_q )) # (!\text_gen|char_ram~44888_combout & ((\text_gen|char_ram~14871_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44888_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22039_q ), + .datac(\text_gen|char_ram~14871_q ), + .datad(\text_gen|char_ram~44888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44889 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7682feeder ( +// Equation(s): +// \text_gen|char_ram~7682feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7682feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7682feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7682feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y16_N15 +dffeas \text_gen|char_ram~7682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7682feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y16_N11 +dffeas \text_gen|char_ram~22018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y16_N17 +dffeas \text_gen|char_ram~14850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~514feeder ( +// Equation(s): +// \text_gen|char_ram~514feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y16_N29 +dffeas \text_gen|char_ram~514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44890 ( +// Equation(s): +// \text_gen|char_ram~44890_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14850_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~514_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~14850_q ), + .datad(\text_gen|char_ram~514_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44890 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44891 ( +// Equation(s): +// \text_gen|char_ram~44891_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44890_combout & ((\text_gen|char_ram~22018_q ))) # (!\text_gen|char_ram~44890_combout & (\text_gen|char_ram~7682_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44890_combout )))) + + .dataa(\text_gen|char_ram~7682_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22018_q ), + .datad(\text_gen|char_ram~44890_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44891 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7675feeder ( +// Equation(s): +// \text_gen|char_ram~7675feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y9_N19 +dffeas \text_gen|char_ram~7675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y12_N5 +dffeas \text_gen|char_ram~22011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14843feeder ( +// Equation(s): +// \text_gen|char_ram~14843feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14843feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14843feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14843feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y19_N19 +dffeas \text_gen|char_ram~14843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14843feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y16_N25 +dffeas \text_gen|char_ram~507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44892 ( +// Equation(s): +// \text_gen|char_ram~44892_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14843_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~507_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14843_q ), + .datac(\text_gen|char_ram~507_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44892 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44893 ( +// Equation(s): +// \text_gen|char_ram~44893_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44892_combout & ((\text_gen|char_ram~22011_q ))) # (!\text_gen|char_ram~44892_combout & (\text_gen|char_ram~7675_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44892_combout )))) + + .dataa(\text_gen|char_ram~7675_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22011_q ), + .datad(\text_gen|char_ram~44892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44893 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44894 ( +// Equation(s): +// \text_gen|char_ram~44894_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44891_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~44893_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44891_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~44893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44894 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~44894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44897 ( +// Equation(s): +// \text_gen|char_ram~44897_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44894_combout & (\text_gen|char_ram~44896_combout )) # (!\text_gen|char_ram~44894_combout & ((\text_gen|char_ram~44889_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44894_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44896_combout ), + .datac(\text_gen|char_ram~44889_combout ), + .datad(\text_gen|char_ram~44894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44897 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11266feeder ( +// Equation(s): +// \text_gen|char_ram~11266feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11266feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11266feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11266feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y17_N15 +dffeas \text_gen|char_ram~11266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11266feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y17_N15 +dffeas \text_gen|char_ram~25602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y17_N29 +dffeas \text_gen|char_ram~4098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18434feeder ( +// Equation(s): +// \text_gen|char_ram~18434feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18434feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y21_N19 +dffeas \text_gen|char_ram~18434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44880 ( +// Equation(s): +// \text_gen|char_ram~44880_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18434_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4098_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4098_q ), + .datad(\text_gen|char_ram~18434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44880 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44881 ( +// Equation(s): +// \text_gen|char_ram~44881_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44880_combout & ((\text_gen|char_ram~25602_q ))) # (!\text_gen|char_ram~44880_combout & (\text_gen|char_ram~11266_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44880_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11266_q ), + .datac(\text_gen|char_ram~25602_q ), + .datad(\text_gen|char_ram~44880_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44881 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y31_N27 +dffeas \text_gen|char_ram~4091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18427feeder ( +// Equation(s): +// \text_gen|char_ram~18427feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18427feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18427feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18427feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y25_N1 +dffeas \text_gen|char_ram~18427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18427feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44882 ( +// Equation(s): +// \text_gen|char_ram~44882_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18427_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4091_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4091_q ), + .datad(\text_gen|char_ram~18427_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44882 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y31_N17 +dffeas \text_gen|char_ram~25595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11259feeder ( +// Equation(s): +// \text_gen|char_ram~11259feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11259feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11259feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11259feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y14_N9 +dffeas \text_gen|char_ram~11259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11259feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44883 ( +// Equation(s): +// \text_gen|char_ram~44883_combout = (\text_gen|char_ram~44882_combout & (((\text_gen|char_ram~25595_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~44882_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11259_q )))) + + .dataa(\text_gen|char_ram~44882_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25595_q ), + .datad(\text_gen|char_ram~11259_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44883 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44884 ( +// Equation(s): +// \text_gen|char_ram~44884_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~44881_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~44883_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44881_combout ), + .datac(\text_gen|char_ram~44883_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44884 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18462feeder ( +// Equation(s): +// \text_gen|char_ram~18462feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18462feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18462feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18462feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y13_N25 +dffeas \text_gen|char_ram~18462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18462feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y13_N31 +dffeas \text_gen|char_ram~25630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11294feeder ( +// Equation(s): +// \text_gen|char_ram~11294feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11294feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11294feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11294feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N31 +dffeas \text_gen|char_ram~11294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11294feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y13_N19 +dffeas \text_gen|char_ram~4126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44885 ( +// Equation(s): +// \text_gen|char_ram~44885_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11294_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4126_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11294_q ), + .datac(\text_gen|char_ram~4126_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44885 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44886 ( +// Equation(s): +// \text_gen|char_ram~44886_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44885_combout & ((\text_gen|char_ram~25630_q ))) # (!\text_gen|char_ram~44885_combout & (\text_gen|char_ram~18462_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44885_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18462_q ), + .datac(\text_gen|char_ram~25630_q ), + .datad(\text_gen|char_ram~44885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44886 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18455feeder ( +// Equation(s): +// \text_gen|char_ram~18455feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y13_N19 +dffeas \text_gen|char_ram~18455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25623feeder ( +// Equation(s): +// \text_gen|char_ram~25623feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y17_N9 +dffeas \text_gen|char_ram~25623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11287feeder ( +// Equation(s): +// \text_gen|char_ram~11287feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y13_N25 +dffeas \text_gen|char_ram~11287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y13_N1 +dffeas \text_gen|char_ram~4119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44878 ( +// Equation(s): +// \text_gen|char_ram~44878_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11287_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4119_q +// ))))) + + .dataa(\text_gen|char_ram~11287_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4119_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44878 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44879 ( +// Equation(s): +// \text_gen|char_ram~44879_combout = (\text_gen|char_ram~44878_combout & (((\text_gen|char_ram~25623_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44878_combout & (\text_gen|char_ram~18455_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18455_q ), + .datab(\text_gen|char_ram~25623_q ), + .datac(\text_gen|char_ram~44878_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44879 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~44879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44887 ( +// Equation(s): +// \text_gen|char_ram~44887_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44884_combout & (\text_gen|char_ram~44886_combout )) # (!\text_gen|char_ram~44884_combout & ((\text_gen|char_ram~44879_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~44884_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44884_combout ), + .datac(\text_gen|char_ram~44886_combout ), + .datad(\text_gen|char_ram~44879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44887 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44898 ( +// Equation(s): +// \text_gen|char_ram~44898_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~44887_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~44897_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44897_combout ), + .datad(\text_gen|char_ram~44887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44898 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44909 ( +// Equation(s): +// \text_gen|char_ram~44909_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44898_combout & (\text_gen|char_ram~44908_combout )) # (!\text_gen|char_ram~44898_combout & ((\text_gen|char_ram~44877_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44898_combout )))) + + .dataa(\text_gen|char_ram~44908_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~44877_combout ), + .datad(\text_gen|char_ram~44898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44909 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~45037 ( +// Equation(s): +// \text_gen|char_ram~45037_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44994_combout & (\text_gen|char_ram~45036_combout )) # (!\text_gen|char_ram~44994_combout & ((\text_gen|char_ram~44909_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44994_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~45036_combout ), + .datac(\text_gen|char_ram~44994_combout ), + .datad(\text_gen|char_ram~44909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45037 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~45037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17783feeder ( +// Equation(s): +// \text_gen|char_ram~17783feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17783feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N1 +dffeas \text_gen|char_ram~17783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y27_N17 +dffeas \text_gen|char_ram~17790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y27_N29 +dffeas \text_gen|char_ram~17755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17762feeder ( +// Equation(s): +// \text_gen|char_ram~17762feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17762feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17762feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17762feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y27_N3 +dffeas \text_gen|char_ram~17762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17762feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44825 ( +// Equation(s): +// \text_gen|char_ram~44825_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~17762_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17755_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17755_q ), + .datad(\text_gen|char_ram~17762_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44825 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44826 ( +// Equation(s): +// \text_gen|char_ram~44826_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44825_combout & ((\text_gen|char_ram~17790_q ))) # (!\text_gen|char_ram~44825_combout & (\text_gen|char_ram~17783_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44825_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~17783_q ), + .datac(\text_gen|char_ram~17790_q ), + .datad(\text_gen|char_ram~44825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44826 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24930feeder ( +// Equation(s): +// \text_gen|char_ram~24930feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24930feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y37_N9 +dffeas \text_gen|char_ram~24930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y35_N5 +dffeas \text_gen|char_ram~24958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y28_N3 +dffeas \text_gen|char_ram~24923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24951feeder ( +// Equation(s): +// \text_gen|char_ram~24951feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24951feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y28_N25 +dffeas \text_gen|char_ram~24951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44832 ( +// Equation(s): +// \text_gen|char_ram~44832_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24951_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24923_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24923_q ), + .datad(\text_gen|char_ram~24951_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44832 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44833 ( +// Equation(s): +// \text_gen|char_ram~44833_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44832_combout & ((\text_gen|char_ram~24958_q ))) # (!\text_gen|char_ram~44832_combout & (\text_gen|char_ram~24930_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44832_combout )))) + + .dataa(\text_gen|char_ram~24930_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24958_q ), + .datad(\text_gen|char_ram~44832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44833 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10622feeder ( +// Equation(s): +// \text_gen|char_ram~10622feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10622feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10622feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10622feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y35_N1 +dffeas \text_gen|char_ram~10622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10622feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y37_N1 +dffeas \text_gen|char_ram~10594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10615feeder ( +// Equation(s): +// \text_gen|char_ram~10615feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10615feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10615feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10615feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y39_N27 +dffeas \text_gen|char_ram~10615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10615feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y37_N11 +dffeas \text_gen|char_ram~10587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44827 ( +// Equation(s): +// \text_gen|char_ram~44827_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~10615_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~10587_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10615_q ), + .datac(\text_gen|char_ram~10587_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44827 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44828 ( +// Equation(s): +// \text_gen|char_ram~44828_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44827_combout & (\text_gen|char_ram~10622_q )) # (!\text_gen|char_ram~44827_combout & ((\text_gen|char_ram~10594_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44827_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10622_q ), + .datac(\text_gen|char_ram~10594_q ), + .datad(\text_gen|char_ram~44827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44828 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3426feeder ( +// Equation(s): +// \text_gen|char_ram~3426feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y34_N11 +dffeas \text_gen|char_ram~3426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y31_N31 +dffeas \text_gen|char_ram~3419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44829 ( +// Equation(s): +// \text_gen|char_ram~44829_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3426_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3419_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3426_q ), + .datac(\text_gen|char_ram~3419_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44829 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3447feeder ( +// Equation(s): +// \text_gen|char_ram~3447feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3447feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3447feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3447feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y27_N7 +dffeas \text_gen|char_ram~3447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3447feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y31_N9 +dffeas \text_gen|char_ram~3454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44830 ( +// Equation(s): +// \text_gen|char_ram~44830_combout = (\text_gen|char_ram~44829_combout & (((\text_gen|char_ram~3454_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~44829_combout & (\text_gen|char_ram~3447_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~44829_combout ), + .datab(\text_gen|char_ram~3447_q ), + .datac(\text_gen|char_ram~3454_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44830 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44831 ( +// Equation(s): +// \text_gen|char_ram~44831_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~44828_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~44830_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44828_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~44830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44831 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~44831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44834 ( +// Equation(s): +// \text_gen|char_ram~44834_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44831_combout & ((\text_gen|char_ram~44833_combout ))) # (!\text_gen|char_ram~44831_combout & (\text_gen|char_ram~44826_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44831_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44826_combout ), + .datac(\text_gen|char_ram~44833_combout ), + .datad(\text_gen|char_ram~44831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44834 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14206feeder ( +// Equation(s): +// \text_gen|char_ram~14206feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14206feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14206feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14206feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y35_N9 +dffeas \text_gen|char_ram~14206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14206feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y31_N15 +dffeas \text_gen|char_ram~28542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21374feeder ( +// Equation(s): +// \text_gen|char_ram~21374feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21374feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21374feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21374feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N9 +dffeas \text_gen|char_ram~21374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21374feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y31_N29 +dffeas \text_gen|char_ram~7038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44863 ( +// Equation(s): +// \text_gen|char_ram~44863_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21374_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~7038_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~21374_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~7038_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44863 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44864 ( +// Equation(s): +// \text_gen|char_ram~44864_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44863_combout & ((\text_gen|char_ram~28542_q ))) # (!\text_gen|char_ram~44863_combout & (\text_gen|char_ram~14206_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44863_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14206_q ), + .datac(\text_gen|char_ram~28542_q ), + .datad(\text_gen|char_ram~44863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44864 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21339feeder ( +// Equation(s): +// \text_gen|char_ram~21339feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21339feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21339feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21339feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y32_N13 +dffeas \text_gen|char_ram~21339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21339feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y32_N31 +dffeas \text_gen|char_ram~28507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y31_N31 +dffeas \text_gen|char_ram~7003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14171feeder ( +// Equation(s): +// \text_gen|char_ram~14171feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14171feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14171feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14171feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y34_N9 +dffeas \text_gen|char_ram~14171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14171feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44860 ( +// Equation(s): +// \text_gen|char_ram~44860_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~14171_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~7003_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7003_q ), + .datad(\text_gen|char_ram~14171_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44860 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44861 ( +// Equation(s): +// \text_gen|char_ram~44861_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44860_combout & ((\text_gen|char_ram~28507_q ))) # (!\text_gen|char_ram~44860_combout & (\text_gen|char_ram~21339_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44860_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21339_q ), + .datac(\text_gen|char_ram~28507_q ), + .datad(\text_gen|char_ram~44860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44861 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~21346feeder ( +// Equation(s): +// \text_gen|char_ram~21346feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21346feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y30_N7 +dffeas \text_gen|char_ram~21346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y31_N13 +dffeas \text_gen|char_ram~7010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14178feeder ( +// Equation(s): +// \text_gen|char_ram~14178feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14178feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y31_N31 +dffeas \text_gen|char_ram~14178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44858 ( +// Equation(s): +// \text_gen|char_ram~44858_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~14178_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~7010_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7010_q ), + .datad(\text_gen|char_ram~14178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44858 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y27_N29 +dffeas \text_gen|char_ram~28514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44859 ( +// Equation(s): +// \text_gen|char_ram~44859_combout = (\text_gen|char_ram~44858_combout & (((\text_gen|char_ram~28514_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44858_combout & (\text_gen|char_ram~21346_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~21346_q ), + .datab(\text_gen|char_ram~44858_combout ), + .datac(\text_gen|char_ram~28514_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44859 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44862 ( +// Equation(s): +// \text_gen|char_ram~44862_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~44859_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~44861_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44861_combout ), + .datad(\text_gen|char_ram~44859_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44862 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14199feeder ( +// Equation(s): +// \text_gen|char_ram~14199feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14199feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14199feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14199feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y33_N29 +dffeas \text_gen|char_ram~14199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14199feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28535feeder ( +// Equation(s): +// \text_gen|char_ram~28535feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y33_N9 +dffeas \text_gen|char_ram~28535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21367feeder ( +// Equation(s): +// \text_gen|char_ram~21367feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21367feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21367feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21367feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y31_N21 +dffeas \text_gen|char_ram~21367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21367feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y31_N27 +dffeas \text_gen|char_ram~7031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44856 ( +// Equation(s): +// \text_gen|char_ram~44856_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21367_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~7031_q +// ))))) + + .dataa(\text_gen|char_ram~21367_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7031_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44856 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44857 ( +// Equation(s): +// \text_gen|char_ram~44857_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44856_combout & ((\text_gen|char_ram~28535_q ))) # (!\text_gen|char_ram~44856_combout & (\text_gen|char_ram~14199_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44856_combout )))) + + .dataa(\text_gen|char_ram~14199_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28535_q ), + .datad(\text_gen|char_ram~44856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44857 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44865 ( +// Equation(s): +// \text_gen|char_ram~44865_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44862_combout & (\text_gen|char_ram~44864_combout )) # (!\text_gen|char_ram~44862_combout & ((\text_gen|char_ram~44857_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44862_combout )))) + + .dataa(\text_gen|char_ram~44864_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44862_combout ), + .datad(\text_gen|char_ram~44857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44865 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23138feeder ( +// Equation(s): +// \text_gen|char_ram~23138feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23138feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23138feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23138feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y33_N19 +dffeas \text_gen|char_ram~23138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23138feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y33_N13 +dffeas \text_gen|char_ram~23166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y32_N5 +dffeas \text_gen|char_ram~23131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23159feeder ( +// Equation(s): +// \text_gen|char_ram~23159feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23159feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23159feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23159feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y28_N15 +dffeas \text_gen|char_ram~23159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23159feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44852 ( +// Equation(s): +// \text_gen|char_ram~44852_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~23159_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23131_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23131_q ), + .datad(\text_gen|char_ram~23159_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44852 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44853 ( +// Equation(s): +// \text_gen|char_ram~44853_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44852_combout & ((\text_gen|char_ram~23166_q ))) # (!\text_gen|char_ram~44852_combout & (\text_gen|char_ram~23138_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44852_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~23138_q ), + .datac(\text_gen|char_ram~23166_q ), + .datad(\text_gen|char_ram~44852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44853 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y34_N27 +dffeas \text_gen|char_ram~8795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8823feeder ( +// Equation(s): +// \text_gen|char_ram~8823feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y34_N25 +dffeas \text_gen|char_ram~8823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44845 ( +// Equation(s): +// \text_gen|char_ram~44845_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8823_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8795_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8795_q ), + .datad(\text_gen|char_ram~8823_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44845 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y34_N31 +dffeas \text_gen|char_ram~8830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8802feeder ( +// Equation(s): +// \text_gen|char_ram~8802feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8802feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y34_N29 +dffeas \text_gen|char_ram~8802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44846 ( +// Equation(s): +// \text_gen|char_ram~44846_combout = (\text_gen|char_ram~44845_combout & (((\text_gen|char_ram~8830_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~44845_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~8802_q )))) + + .dataa(\text_gen|char_ram~44845_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8830_q ), + .datad(\text_gen|char_ram~8802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44846 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1655feeder ( +// Equation(s): +// \text_gen|char_ram~1655feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1655feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N13 +dffeas \text_gen|char_ram~1655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y31_N31 +dffeas \text_gen|char_ram~1662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y31_N1 +dffeas \text_gen|char_ram~1627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1634feeder ( +// Equation(s): +// \text_gen|char_ram~1634feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1634feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y34_N21 +dffeas \text_gen|char_ram~1634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44849 ( +// Equation(s): +// \text_gen|char_ram~44849_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1634_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1627_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1627_q ), + .datad(\text_gen|char_ram~1634_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44849 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44850 ( +// Equation(s): +// \text_gen|char_ram~44850_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44849_combout & ((\text_gen|char_ram~1662_q ))) # (!\text_gen|char_ram~44849_combout & (\text_gen|char_ram~1655_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44849_combout )))) + + .dataa(\text_gen|char_ram~1655_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1662_q ), + .datad(\text_gen|char_ram~44849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44850 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15991feeder ( +// Equation(s): +// \text_gen|char_ram~15991feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y24_N5 +dffeas \text_gen|char_ram~15991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y21_N23 +dffeas \text_gen|char_ram~15998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y31_N19 +dffeas \text_gen|char_ram~15963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15970feeder ( +// Equation(s): +// \text_gen|char_ram~15970feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15970feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y31_N13 +dffeas \text_gen|char_ram~15970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44847 ( +// Equation(s): +// \text_gen|char_ram~44847_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~15970_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15963_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15963_q ), + .datad(\text_gen|char_ram~15970_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44847 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44848 ( +// Equation(s): +// \text_gen|char_ram~44848_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44847_combout & ((\text_gen|char_ram~15998_q ))) # (!\text_gen|char_ram~44847_combout & (\text_gen|char_ram~15991_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44847_combout )))) + + .dataa(\text_gen|char_ram~15991_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15998_q ), + .datad(\text_gen|char_ram~44847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44848 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44851 ( +// Equation(s): +// \text_gen|char_ram~44851_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~44848_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~44850_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~44850_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~44848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44851 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~44851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44854 ( +// Equation(s): +// \text_gen|char_ram~44854_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44851_combout & (\text_gen|char_ram~44853_combout )) # (!\text_gen|char_ram~44851_combout & ((\text_gen|char_ram~44846_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44851_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44853_combout ), + .datac(\text_gen|char_ram~44846_combout ), + .datad(\text_gen|char_ram~44851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44854 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12386feeder ( +// Equation(s): +// \text_gen|char_ram~12386feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12386feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N19 +dffeas \text_gen|char_ram~12386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y35_N13 +dffeas \text_gen|char_ram~12414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y34_N1 +dffeas \text_gen|char_ram~12379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12407feeder ( +// Equation(s): +// \text_gen|char_ram~12407feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12407feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12407feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12407feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y34_N19 +dffeas \text_gen|char_ram~12407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12407feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44835 ( +// Equation(s): +// \text_gen|char_ram~44835_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12407_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12379_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12379_q ), + .datad(\text_gen|char_ram~12407_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44835 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44836 ( +// Equation(s): +// \text_gen|char_ram~44836_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44835_combout & ((\text_gen|char_ram~12414_q ))) # (!\text_gen|char_ram~44835_combout & (\text_gen|char_ram~12386_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44835_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12386_q ), + .datac(\text_gen|char_ram~12414_q ), + .datad(\text_gen|char_ram~44835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44836 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26743feeder ( +// Equation(s): +// \text_gen|char_ram~26743feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26743feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26743feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26743feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N3 +dffeas \text_gen|char_ram~26743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26743feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N29 +dffeas \text_gen|char_ram~26715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44842 ( +// Equation(s): +// \text_gen|char_ram~44842_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26743_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26715_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26743_q ), + .datac(\text_gen|char_ram~26715_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44842 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y39_N19 +dffeas \text_gen|char_ram~26750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26722feeder ( +// Equation(s): +// \text_gen|char_ram~26722feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26722feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y47_N25 +dffeas \text_gen|char_ram~26722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44843 ( +// Equation(s): +// \text_gen|char_ram~44843_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44842_combout & (\text_gen|char_ram~26750_q )) # (!\text_gen|char_ram~44842_combout & ((\text_gen|char_ram~26722_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~44842_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44842_combout ), + .datac(\text_gen|char_ram~26750_q ), + .datad(\text_gen|char_ram~26722_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44843 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19575feeder ( +// Equation(s): +// \text_gen|char_ram~19575feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19575feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N5 +dffeas \text_gen|char_ram~19575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y35_N25 +dffeas \text_gen|char_ram~19582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y31_N21 +dffeas \text_gen|char_ram~19547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19554feeder ( +// Equation(s): +// \text_gen|char_ram~19554feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19554feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y31_N31 +dffeas \text_gen|char_ram~19554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44837 ( +// Equation(s): +// \text_gen|char_ram~44837_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~19554_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19547_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19547_q ), + .datad(\text_gen|char_ram~19554_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44837 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44838 ( +// Equation(s): +// \text_gen|char_ram~44838_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44837_combout & ((\text_gen|char_ram~19582_q ))) # (!\text_gen|char_ram~44837_combout & (\text_gen|char_ram~19575_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44837_combout )))) + + .dataa(\text_gen|char_ram~19575_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19582_q ), + .datad(\text_gen|char_ram~44837_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44838 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N3 +dffeas \text_gen|char_ram~5211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5218feeder ( +// Equation(s): +// \text_gen|char_ram~5218feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y27_N25 +dffeas \text_gen|char_ram~5218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44839 ( +// Equation(s): +// \text_gen|char_ram~44839_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5218_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5211_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5211_q ), + .datad(\text_gen|char_ram~5218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44839 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N9 +dffeas \text_gen|char_ram~5246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5239feeder ( +// Equation(s): +// \text_gen|char_ram~5239feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5239feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y31_N15 +dffeas \text_gen|char_ram~5239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44840 ( +// Equation(s): +// \text_gen|char_ram~44840_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44839_combout & (\text_gen|char_ram~5246_q )) # (!\text_gen|char_ram~44839_combout & ((\text_gen|char_ram~5239_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~44839_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44839_combout ), + .datac(\text_gen|char_ram~5246_q ), + .datad(\text_gen|char_ram~5239_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44840 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44841 ( +// Equation(s): +// \text_gen|char_ram~44841_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~44838_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~44840_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44838_combout ), + .datad(\text_gen|char_ram~44840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44841 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44844 ( +// Equation(s): +// \text_gen|char_ram~44844_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44841_combout & ((\text_gen|char_ram~44843_combout ))) # (!\text_gen|char_ram~44841_combout & (\text_gen|char_ram~44836_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44841_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44836_combout ), + .datac(\text_gen|char_ram~44843_combout ), + .datad(\text_gen|char_ram~44841_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44844 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44855 ( +// Equation(s): +// \text_gen|char_ram~44855_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~44844_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~44854_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44854_combout ), + .datad(\text_gen|char_ram~44844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44855 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44866 ( +// Equation(s): +// \text_gen|char_ram~44866_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44855_combout & ((\text_gen|char_ram~44865_combout ))) # (!\text_gen|char_ram~44855_combout & (\text_gen|char_ram~44834_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44855_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~44834_combout ), + .datac(\text_gen|char_ram~44865_combout ), + .datad(\text_gen|char_ram~44855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44866 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13310feeder ( +// Equation(s): +// \text_gen|char_ram~13310feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13310feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13310feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13310feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y14_N19 +dffeas \text_gen|char_ram~13310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13310feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y14_N1 +dffeas \text_gen|char_ram~6142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44778 ( +// Equation(s): +// \text_gen|char_ram~44778_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13310_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6142_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13310_q ), + .datac(\text_gen|char_ram~6142_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44778 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y15_N7 +dffeas \text_gen|char_ram~27646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20478feeder ( +// Equation(s): +// \text_gen|char_ram~20478feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20478feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20478feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20478feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y15_N13 +dffeas \text_gen|char_ram~20478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20478feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44779 ( +// Equation(s): +// \text_gen|char_ram~44779_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44778_combout & (\text_gen|char_ram~27646_q )) # (!\text_gen|char_ram~44778_combout & ((\text_gen|char_ram~20478_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44778_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44778_combout ), + .datac(\text_gen|char_ram~27646_q ), + .datad(\text_gen|char_ram~20478_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44779 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25854feeder ( +// Equation(s): +// \text_gen|char_ram~25854feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25854feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25854feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25854feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y13_N5 +dffeas \text_gen|char_ram~25854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25854feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11518feeder ( +// Equation(s): +// \text_gen|char_ram~11518feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11518feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11518feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11518feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y13_N31 +dffeas \text_gen|char_ram~11518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11518feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18686feeder ( +// Equation(s): +// \text_gen|char_ram~18686feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18686feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18686feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18686feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y17_N23 +dffeas \text_gen|char_ram~18686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18686feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y13_N1 +dffeas \text_gen|char_ram~4350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44771 ( +// Equation(s): +// \text_gen|char_ram~44771_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18686_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4350_q +// ))))) + + .dataa(\text_gen|char_ram~18686_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4350_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44771 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44772 ( +// Equation(s): +// \text_gen|char_ram~44772_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44771_combout & (\text_gen|char_ram~25854_q )) # (!\text_gen|char_ram~44771_combout & ((\text_gen|char_ram~11518_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44771_combout )))) + + .dataa(\text_gen|char_ram~25854_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~11518_q ), + .datad(\text_gen|char_ram~44771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44772 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16894feeder ( +// Equation(s): +// \text_gen|char_ram~16894feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16894feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16894feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16894feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y16_N27 +dffeas \text_gen|char_ram~16894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16894feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y23_N13 +dffeas \text_gen|char_ram~24062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9726feeder ( +// Equation(s): +// \text_gen|char_ram~9726feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9726feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9726feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9726feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y16_N9 +dffeas \text_gen|char_ram~9726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9726feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y16_N9 +dffeas \text_gen|char_ram~2558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44773 ( +// Equation(s): +// \text_gen|char_ram~44773_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9726_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2558_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9726_q ), + .datac(\text_gen|char_ram~2558_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44773 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44774 ( +// Equation(s): +// \text_gen|char_ram~44774_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44773_combout & ((\text_gen|char_ram~24062_q ))) # (!\text_gen|char_ram~44773_combout & (\text_gen|char_ram~16894_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44773_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16894_q ), + .datac(\text_gen|char_ram~24062_q ), + .datad(\text_gen|char_ram~44773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44774 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7934feeder ( +// Equation(s): +// \text_gen|char_ram~7934feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y16_N31 +dffeas \text_gen|char_ram~7934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y23_N25 +dffeas \text_gen|char_ram~22270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15102feeder ( +// Equation(s): +// \text_gen|char_ram~15102feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y15_N9 +dffeas \text_gen|char_ram~15102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y16_N31 +dffeas \text_gen|char_ram~766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44775 ( +// Equation(s): +// \text_gen|char_ram~44775_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15102_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~766_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15102_q ), + .datac(\text_gen|char_ram~766_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44775 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44776 ( +// Equation(s): +// \text_gen|char_ram~44776_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44775_combout & ((\text_gen|char_ram~22270_q ))) # (!\text_gen|char_ram~44775_combout & (\text_gen|char_ram~7934_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44775_combout )))) + + .dataa(\text_gen|char_ram~7934_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22270_q ), + .datad(\text_gen|char_ram~44775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44776 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44777 ( +// Equation(s): +// \text_gen|char_ram~44777_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~44774_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~44776_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44774_combout ), + .datad(\text_gen|char_ram~44776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44777 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44780 ( +// Equation(s): +// \text_gen|char_ram~44780_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44777_combout & (\text_gen|char_ram~44779_combout )) # (!\text_gen|char_ram~44777_combout & ((\text_gen|char_ram~44772_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44777_combout )))) + + .dataa(\text_gen|char_ram~44779_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44772_combout ), + .datad(\text_gen|char_ram~44777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44780 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24034feeder ( +// Equation(s): +// \text_gen|char_ram~24034feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24034feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y26_N25 +dffeas \text_gen|char_ram~24034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y25_N17 +dffeas \text_gen|char_ram~27618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25826feeder ( +// Equation(s): +// \text_gen|char_ram~25826feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25826feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y22_N23 +dffeas \text_gen|char_ram~25826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y23_N23 +dffeas \text_gen|char_ram~22242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44747 ( +// Equation(s): +// \text_gen|char_ram~44747_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25826_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22242_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25826_q ), + .datac(\text_gen|char_ram~22242_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44747 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44748 ( +// Equation(s): +// \text_gen|char_ram~44748_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44747_combout & ((\text_gen|char_ram~27618_q ))) # (!\text_gen|char_ram~44747_combout & (\text_gen|char_ram~24034_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44747_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24034_q ), + .datac(\text_gen|char_ram~27618_q ), + .datad(\text_gen|char_ram~44747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44748 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18658feeder ( +// Equation(s): +// \text_gen|char_ram~18658feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18658feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N23 +dffeas \text_gen|char_ram~18658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16866feeder ( +// Equation(s): +// \text_gen|char_ram~16866feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16866feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y22_N27 +dffeas \text_gen|char_ram~16866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y19_N21 +dffeas \text_gen|char_ram~15074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44740 ( +// Equation(s): +// \text_gen|char_ram~44740_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~16866_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15074_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16866_q ), + .datac(\text_gen|char_ram~15074_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44740 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y13_N7 +dffeas \text_gen|char_ram~20450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44741 ( +// Equation(s): +// \text_gen|char_ram~44741_combout = (\text_gen|char_ram~44740_combout & (((\text_gen|char_ram~20450_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~44740_combout & (\text_gen|char_ram~18658_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~18658_q ), + .datab(\text_gen|char_ram~44740_combout ), + .datac(\text_gen|char_ram~20450_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44741 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9698feeder ( +// Equation(s): +// \text_gen|char_ram~9698feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9698feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y16_N3 +dffeas \text_gen|char_ram~9698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y16_N1 +dffeas \text_gen|char_ram~13282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y16_N15 +dffeas \text_gen|char_ram~7906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11490feeder ( +// Equation(s): +// \text_gen|char_ram~11490feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11490feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y16_N23 +dffeas \text_gen|char_ram~11490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44742 ( +// Equation(s): +// \text_gen|char_ram~44742_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11490_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7906_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7906_q ), + .datad(\text_gen|char_ram~11490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44742 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44743 ( +// Equation(s): +// \text_gen|char_ram~44743_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44742_combout & ((\text_gen|char_ram~13282_q ))) # (!\text_gen|char_ram~44742_combout & (\text_gen|char_ram~9698_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44742_combout )))) + + .dataa(\text_gen|char_ram~9698_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13282_q ), + .datad(\text_gen|char_ram~44742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44743 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2530feeder ( +// Equation(s): +// \text_gen|char_ram~2530feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2530feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y22_N25 +dffeas \text_gen|char_ram~2530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y22_N27 +dffeas \text_gen|char_ram~738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44744 ( +// Equation(s): +// \text_gen|char_ram~44744_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2530_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~738_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2530_q ), + .datac(\text_gen|char_ram~738_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44744 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4322feeder ( +// Equation(s): +// \text_gen|char_ram~4322feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y22_N11 +dffeas \text_gen|char_ram~4322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y25_N5 +dffeas \text_gen|char_ram~6114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44745 ( +// Equation(s): +// \text_gen|char_ram~44745_combout = (\text_gen|char_ram~44744_combout & (((\text_gen|char_ram~6114_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~44744_combout & (\text_gen|char_ram~4322_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~44744_combout ), + .datab(\text_gen|char_ram~4322_q ), + .datac(\text_gen|char_ram~6114_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44745 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44746 ( +// Equation(s): +// \text_gen|char_ram~44746_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44743_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~44745_combout & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44743_combout ), + .datac(\text_gen|char_ram~44745_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44746 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44749 ( +// Equation(s): +// \text_gen|char_ram~44749_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44746_combout & (\text_gen|char_ram~44748_combout )) # (!\text_gen|char_ram~44746_combout & ((\text_gen|char_ram~44741_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44746_combout )))) + + .dataa(\text_gen|char_ram~44748_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44741_combout ), + .datad(\text_gen|char_ram~44746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44749 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27639feeder ( +// Equation(s): +// \text_gen|char_ram~27639feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27639feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27639feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27639feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y17_N3 +dffeas \text_gen|char_ram~27639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27639feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13303feeder ( +// Equation(s): +// \text_gen|char_ram~13303feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y17_N5 +dffeas \text_gen|char_ram~13303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20471feeder ( +// Equation(s): +// \text_gen|char_ram~20471feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20471feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20471feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20471feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y13_N7 +dffeas \text_gen|char_ram~20471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20471feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y17_N9 +dffeas \text_gen|char_ram~6135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44757 ( +// Equation(s): +// \text_gen|char_ram~44757_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20471_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6135_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20471_q ), + .datac(\text_gen|char_ram~6135_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44757 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44758 ( +// Equation(s): +// \text_gen|char_ram~44758_combout = (\text_gen|char_ram~44757_combout & ((\text_gen|char_ram~27639_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~44757_combout & (((\text_gen|char_ram~13303_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~27639_q ), + .datab(\text_gen|char_ram~13303_q ), + .datac(\text_gen|char_ram~44757_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44758 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~44758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9719feeder ( +// Equation(s): +// \text_gen|char_ram~9719feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9719feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y16_N21 +dffeas \text_gen|char_ram~9719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y17_N13 +dffeas \text_gen|char_ram~24055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16887feeder ( +// Equation(s): +// \text_gen|char_ram~16887feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16887feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y13_N29 +dffeas \text_gen|char_ram~16887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y13_N11 +dffeas \text_gen|char_ram~2551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44750 ( +// Equation(s): +// \text_gen|char_ram~44750_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16887_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2551_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16887_q ), + .datac(\text_gen|char_ram~2551_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44750 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44751 ( +// Equation(s): +// \text_gen|char_ram~44751_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44750_combout & ((\text_gen|char_ram~24055_q ))) # (!\text_gen|char_ram~44750_combout & (\text_gen|char_ram~9719_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44750_combout )))) + + .dataa(\text_gen|char_ram~9719_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24055_q ), + .datad(\text_gen|char_ram~44750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44751 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15095feeder ( +// Equation(s): +// \text_gen|char_ram~15095feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15095feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15095feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15095feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y17_N9 +dffeas \text_gen|char_ram~15095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15095feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y17_N19 +dffeas \text_gen|char_ram~22263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7927feeder ( +// Equation(s): +// \text_gen|char_ram~7927feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7927feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y16_N5 +dffeas \text_gen|char_ram~7927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y16_N1 +dffeas \text_gen|char_ram~759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44754 ( +// Equation(s): +// \text_gen|char_ram~44754_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7927_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~759_q +// ))))) + + .dataa(\text_gen|char_ram~7927_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~759_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44754 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44755 ( +// Equation(s): +// \text_gen|char_ram~44755_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44754_combout & ((\text_gen|char_ram~22263_q ))) # (!\text_gen|char_ram~44754_combout & (\text_gen|char_ram~15095_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44754_combout )))) + + .dataa(\text_gen|char_ram~15095_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22263_q ), + .datad(\text_gen|char_ram~44754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44755 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18679feeder ( +// Equation(s): +// \text_gen|char_ram~18679feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N3 +dffeas \text_gen|char_ram~18679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y17_N25 +dffeas \text_gen|char_ram~25847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11511feeder ( +// Equation(s): +// \text_gen|char_ram~11511feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11511feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y16_N29 +dffeas \text_gen|char_ram~11511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y16_N3 +dffeas \text_gen|char_ram~4343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44752 ( +// Equation(s): +// \text_gen|char_ram~44752_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11511_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4343_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11511_q ), + .datac(\text_gen|char_ram~4343_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44752 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44753 ( +// Equation(s): +// \text_gen|char_ram~44753_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44752_combout & ((\text_gen|char_ram~25847_q ))) # (!\text_gen|char_ram~44752_combout & (\text_gen|char_ram~18679_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44752_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18679_q ), + .datac(\text_gen|char_ram~25847_q ), + .datad(\text_gen|char_ram~44752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44753 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44756 ( +// Equation(s): +// \text_gen|char_ram~44756_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~44753_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~44755_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44755_combout ), + .datad(\text_gen|char_ram~44753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44756 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44759 ( +// Equation(s): +// \text_gen|char_ram~44759_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44756_combout & (\text_gen|char_ram~44758_combout )) # (!\text_gen|char_ram~44756_combout & ((\text_gen|char_ram~44751_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44756_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~44758_combout ), + .datac(\text_gen|char_ram~44751_combout ), + .datad(\text_gen|char_ram~44756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44759 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11483feeder ( +// Equation(s): +// \text_gen|char_ram~11483feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11483feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11483feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11483feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y17_N3 +dffeas \text_gen|char_ram~11483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11483feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11483 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y17_N13 +dffeas \text_gen|char_ram~13275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9691feeder ( +// Equation(s): +// \text_gen|char_ram~9691feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9691feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9691feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9691feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y15_N11 +dffeas \text_gen|char_ram~9691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9691feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y16_N3 +dffeas \text_gen|char_ram~7899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44760 ( +// Equation(s): +// \text_gen|char_ram~44760_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9691_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7899_q +// ))))) + + .dataa(\text_gen|char_ram~9691_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7899_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44760 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44761 ( +// Equation(s): +// \text_gen|char_ram~44761_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44760_combout & ((\text_gen|char_ram~13275_q ))) # (!\text_gen|char_ram~44760_combout & (\text_gen|char_ram~11483_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44760_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11483_q ), + .datac(\text_gen|char_ram~13275_q ), + .datad(\text_gen|char_ram~44760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44761 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25819feeder ( +// Equation(s): +// \text_gen|char_ram~25819feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25819feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25819feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25819feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y17_N11 +dffeas \text_gen|char_ram~25819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25819feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y17_N7 +dffeas \text_gen|char_ram~27611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24027feeder ( +// Equation(s): +// \text_gen|char_ram~24027feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24027feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24027feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24027feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y17_N3 +dffeas \text_gen|char_ram~24027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24027feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y17_N9 +dffeas \text_gen|char_ram~22235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44767 ( +// Equation(s): +// \text_gen|char_ram~44767_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24027_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22235_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24027_q ), + .datac(\text_gen|char_ram~22235_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44767 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44768 ( +// Equation(s): +// \text_gen|char_ram~44768_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44767_combout & ((\text_gen|char_ram~27611_q ))) # (!\text_gen|char_ram~44767_combout & (\text_gen|char_ram~25819_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44767_combout )))) + + .dataa(\text_gen|char_ram~25819_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27611_q ), + .datad(\text_gen|char_ram~44767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44768 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6107feeder ( +// Equation(s): +// \text_gen|char_ram~6107feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6107feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6107feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6107feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y17_N13 +dffeas \text_gen|char_ram~6107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6107feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2523feeder ( +// Equation(s): +// \text_gen|char_ram~2523feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2523feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2523feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2523feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y14_N11 +dffeas \text_gen|char_ram~2523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2523feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4315feeder ( +// Equation(s): +// \text_gen|char_ram~4315feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4315feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4315feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4315feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y22_N25 +dffeas \text_gen|char_ram~4315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4315feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y17_N21 +dffeas \text_gen|char_ram~731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44764 ( +// Equation(s): +// \text_gen|char_ram~44764_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4315_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~731_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4315_q ), + .datac(\text_gen|char_ram~731_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44764 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44765 ( +// Equation(s): +// \text_gen|char_ram~44765_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44764_combout & (\text_gen|char_ram~6107_q )) # (!\text_gen|char_ram~44764_combout & ((\text_gen|char_ram~2523_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44764_combout )))) + + .dataa(\text_gen|char_ram~6107_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~2523_q ), + .datad(\text_gen|char_ram~44764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44765 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16859feeder ( +// Equation(s): +// \text_gen|char_ram~16859feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16859feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16859feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16859feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y14_N7 +dffeas \text_gen|char_ram~16859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16859feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y13_N9 +dffeas \text_gen|char_ram~20443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18651feeder ( +// Equation(s): +// \text_gen|char_ram~18651feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18651feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y19_N23 +dffeas \text_gen|char_ram~18651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y19_N25 +dffeas \text_gen|char_ram~15067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44762 ( +// Equation(s): +// \text_gen|char_ram~44762_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18651_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15067_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18651_q ), + .datac(\text_gen|char_ram~15067_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44762 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44763 ( +// Equation(s): +// \text_gen|char_ram~44763_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44762_combout & ((\text_gen|char_ram~20443_q ))) # (!\text_gen|char_ram~44762_combout & (\text_gen|char_ram~16859_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44762_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16859_q ), + .datac(\text_gen|char_ram~20443_q ), + .datad(\text_gen|char_ram~44762_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44763 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44766 ( +// Equation(s): +// \text_gen|char_ram~44766_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~44763_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~44765_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~44765_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~44763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44766 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~44766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44769 ( +// Equation(s): +// \text_gen|char_ram~44769_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44766_combout & ((\text_gen|char_ram~44768_combout ))) # (!\text_gen|char_ram~44766_combout & (\text_gen|char_ram~44761_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44766_combout )))) + + .dataa(\text_gen|char_ram~44761_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44768_combout ), + .datad(\text_gen|char_ram~44766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44769 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44770 ( +// Equation(s): +// \text_gen|char_ram~44770_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~44759_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44769_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44759_combout ), + .datad(\text_gen|char_ram~44769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44770 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44781 ( +// Equation(s): +// \text_gen|char_ram~44781_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44770_combout & (\text_gen|char_ram~44780_combout )) # (!\text_gen|char_ram~44770_combout & ((\text_gen|char_ram~44749_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44770_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44780_combout ), + .datac(\text_gen|char_ram~44749_combout ), + .datad(\text_gen|char_ram~44770_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44781 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11070feeder ( +// Equation(s): +// \text_gen|char_ram~11070feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y43_N21 +dffeas \text_gen|char_ram~11070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y43_N9 +dffeas \text_gen|char_ram~12862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N13 +dffeas \text_gen|char_ram~9278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y43_N7 +dffeas \text_gen|char_ram~7486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44815 ( +// Equation(s): +// \text_gen|char_ram~44815_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9278_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7486_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9278_q ), + .datac(\text_gen|char_ram~7486_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44815 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44816 ( +// Equation(s): +// \text_gen|char_ram~44816_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44815_combout & ((\text_gen|char_ram~12862_q ))) # (!\text_gen|char_ram~44815_combout & (\text_gen|char_ram~11070_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44815_combout )))) + + .dataa(\text_gen|char_ram~11070_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12862_q ), + .datad(\text_gen|char_ram~44815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44816 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2110feeder ( +// Equation(s): +// \text_gen|char_ram~2110feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2110feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2110feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2110feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y38_N19 +dffeas \text_gen|char_ram~2110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2110feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y41_N29 +dffeas \text_gen|char_ram~5694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y38_N27 +dffeas \text_gen|char_ram~318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3902feeder ( +// Equation(s): +// \text_gen|char_ram~3902feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3902feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3902feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3902feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y45_N13 +dffeas \text_gen|char_ram~3902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3902feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44817 ( +// Equation(s): +// \text_gen|char_ram~44817_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3902_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~318_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~318_q ), + .datad(\text_gen|char_ram~3902_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44817 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44818 ( +// Equation(s): +// \text_gen|char_ram~44818_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44817_combout & ((\text_gen|char_ram~5694_q ))) # (!\text_gen|char_ram~44817_combout & (\text_gen|char_ram~2110_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44817_combout )))) + + .dataa(\text_gen|char_ram~2110_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5694_q ), + .datad(\text_gen|char_ram~44817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44818 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44819 ( +// Equation(s): +// \text_gen|char_ram~44819_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~44816_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~44818_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44816_combout ), + .datad(\text_gen|char_ram~44818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44819 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25406feeder ( +// Equation(s): +// \text_gen|char_ram~25406feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25406feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25406feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25406feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y39_N17 +dffeas \text_gen|char_ram~25406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25406feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y41_N15 +dffeas \text_gen|char_ram~27198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y35_N5 +dffeas \text_gen|char_ram~21822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~23614feeder ( +// Equation(s): +// \text_gen|char_ram~23614feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23614feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23614feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23614feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y38_N29 +dffeas \text_gen|char_ram~23614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23614feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44820 ( +// Equation(s): +// \text_gen|char_ram~44820_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~23614_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~21822_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21822_q ), + .datad(\text_gen|char_ram~23614_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44820 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44821 ( +// Equation(s): +// \text_gen|char_ram~44821_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44820_combout & ((\text_gen|char_ram~27198_q ))) # (!\text_gen|char_ram~44820_combout & (\text_gen|char_ram~25406_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44820_combout )))) + + .dataa(\text_gen|char_ram~25406_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27198_q ), + .datad(\text_gen|char_ram~44820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44821 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16446feeder ( +// Equation(s): +// \text_gen|char_ram~16446feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16446feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16446feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16446feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y38_N1 +dffeas \text_gen|char_ram~16446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16446feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y43_N13 +dffeas \text_gen|char_ram~20030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18238feeder ( +// Equation(s): +// \text_gen|char_ram~18238feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18238feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18238feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18238feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y51_N9 +dffeas \text_gen|char_ram~18238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18238feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y35_N17 +dffeas \text_gen|char_ram~14654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44813 ( +// Equation(s): +// \text_gen|char_ram~44813_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18238_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14654_q +// ))))) + + .dataa(\text_gen|char_ram~18238_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14654_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44813 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44814 ( +// Equation(s): +// \text_gen|char_ram~44814_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44813_combout & ((\text_gen|char_ram~20030_q ))) # (!\text_gen|char_ram~44813_combout & (\text_gen|char_ram~16446_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44813_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16446_q ), + .datac(\text_gen|char_ram~20030_q ), + .datad(\text_gen|char_ram~44813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44814 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44822 ( +// Equation(s): +// \text_gen|char_ram~44822_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44819_combout & (\text_gen|char_ram~44821_combout )) # (!\text_gen|char_ram~44819_combout & ((\text_gen|char_ram~44814_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44819_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44819_combout ), + .datac(\text_gen|char_ram~44821_combout ), + .datad(\text_gen|char_ram~44814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44822 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16418feeder ( +// Equation(s): +// \text_gen|char_ram~16418feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16418feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y38_N29 +dffeas \text_gen|char_ram~16418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y25_N27 +dffeas \text_gen|char_ram~20002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y47_N25 +dffeas \text_gen|char_ram~18210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y35_N9 +dffeas \text_gen|char_ram~14626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44784 ( +// Equation(s): +// \text_gen|char_ram~44784_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18210_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~14626_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~18210_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14626_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44784 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44785 ( +// Equation(s): +// \text_gen|char_ram~44785_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44784_combout & ((\text_gen|char_ram~20002_q ))) # (!\text_gen|char_ram~44784_combout & (\text_gen|char_ram~16418_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44784_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16418_q ), + .datac(\text_gen|char_ram~20002_q ), + .datad(\text_gen|char_ram~44784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44785 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2082feeder ( +// Equation(s): +// \text_gen|char_ram~2082feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2082feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2082feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2082feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N1 +dffeas \text_gen|char_ram~2082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2082feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y38_N5 +dffeas \text_gen|char_ram~5666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3874feeder ( +// Equation(s): +// \text_gen|char_ram~3874feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3874feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y47_N31 +dffeas \text_gen|char_ram~3874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y42_N15 +dffeas \text_gen|char_ram~290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44786 ( +// Equation(s): +// \text_gen|char_ram~44786_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3874_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~290_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3874_q ), + .datac(\text_gen|char_ram~290_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44786 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44787 ( +// Equation(s): +// \text_gen|char_ram~44787_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44786_combout & ((\text_gen|char_ram~5666_q ))) # (!\text_gen|char_ram~44786_combout & (\text_gen|char_ram~2082_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44786_combout )))) + + .dataa(\text_gen|char_ram~2082_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5666_q ), + .datad(\text_gen|char_ram~44786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44787 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44788 ( +// Equation(s): +// \text_gen|char_ram~44788_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~44785_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~44787_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44785_combout ), + .datad(\text_gen|char_ram~44787_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44788 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25378feeder ( +// Equation(s): +// \text_gen|char_ram~25378feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25378feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y47_N9 +dffeas \text_gen|char_ram~25378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N25 +dffeas \text_gen|char_ram~27170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23586feeder ( +// Equation(s): +// \text_gen|char_ram~23586feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23586feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y37_N23 +dffeas \text_gen|char_ram~23586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N7 +dffeas \text_gen|char_ram~21794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44789 ( +// Equation(s): +// \text_gen|char_ram~44789_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23586_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21794_q +// ))))) + + .dataa(\text_gen|char_ram~23586_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21794_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44789 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44790 ( +// Equation(s): +// \text_gen|char_ram~44790_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44789_combout & ((\text_gen|char_ram~27170_q ))) # (!\text_gen|char_ram~44789_combout & (\text_gen|char_ram~25378_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44789_combout )))) + + .dataa(\text_gen|char_ram~25378_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27170_q ), + .datad(\text_gen|char_ram~44789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44790 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11042feeder ( +// Equation(s): +// \text_gen|char_ram~11042feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11042feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y34_N31 +dffeas \text_gen|char_ram~11042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y38_N31 +dffeas \text_gen|char_ram~12834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9250feeder ( +// Equation(s): +// \text_gen|char_ram~9250feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y38_N23 +dffeas \text_gen|char_ram~9250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y38_N1 +dffeas \text_gen|char_ram~7458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44782 ( +// Equation(s): +// \text_gen|char_ram~44782_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9250_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7458_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9250_q ), + .datac(\text_gen|char_ram~7458_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44782 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44783 ( +// Equation(s): +// \text_gen|char_ram~44783_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44782_combout & ((\text_gen|char_ram~12834_q ))) # (!\text_gen|char_ram~44782_combout & (\text_gen|char_ram~11042_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44782_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11042_q ), + .datac(\text_gen|char_ram~12834_q ), + .datad(\text_gen|char_ram~44782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44783 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44791 ( +// Equation(s): +// \text_gen|char_ram~44791_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44788_combout & (\text_gen|char_ram~44790_combout )) # (!\text_gen|char_ram~44788_combout & ((\text_gen|char_ram~44783_combout ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44788_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44788_combout ), + .datac(\text_gen|char_ram~44790_combout ), + .datad(\text_gen|char_ram~44783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44791 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11035feeder ( +// Equation(s): +// \text_gen|char_ram~11035feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11035feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y40_N19 +dffeas \text_gen|char_ram~11035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y40_N15 +dffeas \text_gen|char_ram~12827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9243feeder ( +// Equation(s): +// \text_gen|char_ram~9243feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y40_N17 +dffeas \text_gen|char_ram~9243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y40_N29 +dffeas \text_gen|char_ram~7451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44802 ( +// Equation(s): +// \text_gen|char_ram~44802_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9243_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7451_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9243_q ), + .datac(\text_gen|char_ram~7451_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44802 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44803 ( +// Equation(s): +// \text_gen|char_ram~44803_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44802_combout & ((\text_gen|char_ram~12827_q ))) # (!\text_gen|char_ram~44802_combout & (\text_gen|char_ram~11035_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44802_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11035_q ), + .datac(\text_gen|char_ram~12827_q ), + .datad(\text_gen|char_ram~44802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44803 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25371feeder ( +// Equation(s): +// \text_gen|char_ram~25371feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25371feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25371feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25371feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y40_N25 +dffeas \text_gen|char_ram~25371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25371feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y36_N23 +dffeas \text_gen|char_ram~27163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23579feeder ( +// Equation(s): +// \text_gen|char_ram~23579feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23579feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23579feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23579feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y41_N9 +dffeas \text_gen|char_ram~23579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23579feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N31 +dffeas \text_gen|char_ram~21787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44809 ( +// Equation(s): +// \text_gen|char_ram~44809_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23579_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21787_q +// ))))) + + .dataa(\text_gen|char_ram~23579_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21787_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44809 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44810 ( +// Equation(s): +// \text_gen|char_ram~44810_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44809_combout & ((\text_gen|char_ram~27163_q ))) # (!\text_gen|char_ram~44809_combout & (\text_gen|char_ram~25371_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44809_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25371_q ), + .datac(\text_gen|char_ram~27163_q ), + .datad(\text_gen|char_ram~44809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44810 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y37_N1 +dffeas \text_gen|char_ram~18203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y37_N13 +dffeas \text_gen|char_ram~14619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44804 ( +// Equation(s): +// \text_gen|char_ram~44804_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18203_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14619_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~18203_q ), + .datac(\text_gen|char_ram~14619_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44804 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y36_N29 +dffeas \text_gen|char_ram~19995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16411feeder ( +// Equation(s): +// \text_gen|char_ram~16411feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y36_N21 +dffeas \text_gen|char_ram~16411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44805 ( +// Equation(s): +// \text_gen|char_ram~44805_combout = (\text_gen|char_ram~44804_combout & (((\text_gen|char_ram~19995_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~44804_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~16411_q )))) + + .dataa(\text_gen|char_ram~44804_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~19995_q ), + .datad(\text_gen|char_ram~16411_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44805 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2075feeder ( +// Equation(s): +// \text_gen|char_ram~2075feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N11 +dffeas \text_gen|char_ram~2075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y41_N15 +dffeas \text_gen|char_ram~5659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3867feeder ( +// Equation(s): +// \text_gen|char_ram~3867feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3867feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3867feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3867feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y44_N17 +dffeas \text_gen|char_ram~3867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3867feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y42_N25 +dffeas \text_gen|char_ram~283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44806 ( +// Equation(s): +// \text_gen|char_ram~44806_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~3867_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~283_q +// ))))) + + .dataa(\text_gen|char_ram~3867_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~283_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44806 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44807 ( +// Equation(s): +// \text_gen|char_ram~44807_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44806_combout & ((\text_gen|char_ram~5659_q ))) # (!\text_gen|char_ram~44806_combout & (\text_gen|char_ram~2075_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44806_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2075_q ), + .datac(\text_gen|char_ram~5659_q ), + .datad(\text_gen|char_ram~44806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44807 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44808 ( +// Equation(s): +// \text_gen|char_ram~44808_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~44805_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~44807_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44805_combout ), + .datac(\text_gen|char_ram~44807_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44808 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44811 ( +// Equation(s): +// \text_gen|char_ram~44811_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44808_combout & ((\text_gen|char_ram~44810_combout ))) # (!\text_gen|char_ram~44808_combout & (\text_gen|char_ram~44803_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44808_combout )))) + + .dataa(\text_gen|char_ram~44803_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44810_combout ), + .datad(\text_gen|char_ram~44808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44811 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25399feeder ( +// Equation(s): +// \text_gen|char_ram~25399feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25399feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25399feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25399feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N1 +dffeas \text_gen|char_ram~25399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25399feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y36_N23 +dffeas \text_gen|char_ram~27191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~23607feeder ( +// Equation(s): +// \text_gen|char_ram~23607feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23607feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23607feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23607feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N29 +dffeas \text_gen|char_ram~23607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23607feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y36_N21 +dffeas \text_gen|char_ram~21815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44799 ( +// Equation(s): +// \text_gen|char_ram~44799_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23607_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21815_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~23607_q ), + .datac(\text_gen|char_ram~21815_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44799 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44800 ( +// Equation(s): +// \text_gen|char_ram~44800_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44799_combout & ((\text_gen|char_ram~27191_q ))) # (!\text_gen|char_ram~44799_combout & (\text_gen|char_ram~25399_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44799_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25399_q ), + .datac(\text_gen|char_ram~27191_q ), + .datad(\text_gen|char_ram~44799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44800 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16439feeder ( +// Equation(s): +// \text_gen|char_ram~16439feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16439feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y35_N21 +dffeas \text_gen|char_ram~16439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y35_N23 +dffeas \text_gen|char_ram~20023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18231feeder ( +// Equation(s): +// \text_gen|char_ram~18231feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18231feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y49_N9 +dffeas \text_gen|char_ram~18231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y49_N19 +dffeas \text_gen|char_ram~14647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44792 ( +// Equation(s): +// \text_gen|char_ram~44792_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18231_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14647_q +// ))))) + + .dataa(\text_gen|char_ram~18231_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14647_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44792 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44793 ( +// Equation(s): +// \text_gen|char_ram~44793_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44792_combout & ((\text_gen|char_ram~20023_q ))) # (!\text_gen|char_ram~44792_combout & (\text_gen|char_ram~16439_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44792_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16439_q ), + .datac(\text_gen|char_ram~20023_q ), + .datad(\text_gen|char_ram~44792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44793 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11063feeder ( +// Equation(s): +// \text_gen|char_ram~11063feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11063feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11063feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11063feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y43_N31 +dffeas \text_gen|char_ram~11063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11063feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y39_N9 +dffeas \text_gen|char_ram~12855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9271feeder ( +// Equation(s): +// \text_gen|char_ram~9271feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9271feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y39_N9 +dffeas \text_gen|char_ram~9271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y39_N21 +dffeas \text_gen|char_ram~7479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44794 ( +// Equation(s): +// \text_gen|char_ram~44794_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9271_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7479_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9271_q ), + .datac(\text_gen|char_ram~7479_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44794 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44795 ( +// Equation(s): +// \text_gen|char_ram~44795_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44794_combout & ((\text_gen|char_ram~12855_q ))) # (!\text_gen|char_ram~44794_combout & (\text_gen|char_ram~11063_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44794_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11063_q ), + .datac(\text_gen|char_ram~12855_q ), + .datad(\text_gen|char_ram~44794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44795 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2103feeder ( +// Equation(s): +// \text_gen|char_ram~2103feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y39_N3 +dffeas \text_gen|char_ram~2103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y41_N7 +dffeas \text_gen|char_ram~5687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y41_N9 +dffeas \text_gen|char_ram~3895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N9 +dffeas \text_gen|char_ram~311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44796 ( +// Equation(s): +// \text_gen|char_ram~44796_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~3895_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~311_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3895_q ), + .datac(\text_gen|char_ram~311_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44796 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44797 ( +// Equation(s): +// \text_gen|char_ram~44797_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44796_combout & ((\text_gen|char_ram~5687_q ))) # (!\text_gen|char_ram~44796_combout & (\text_gen|char_ram~2103_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44796_combout )))) + + .dataa(\text_gen|char_ram~2103_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5687_q ), + .datad(\text_gen|char_ram~44796_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44797 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44798 ( +// Equation(s): +// \text_gen|char_ram~44798_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~44795_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~44797_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44795_combout ), + .datad(\text_gen|char_ram~44797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44798 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44801 ( +// Equation(s): +// \text_gen|char_ram~44801_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44798_combout & (\text_gen|char_ram~44800_combout )) # (!\text_gen|char_ram~44798_combout & ((\text_gen|char_ram~44793_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44798_combout )))) + + .dataa(\text_gen|char_ram~44800_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44793_combout ), + .datad(\text_gen|char_ram~44798_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44801 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44812 ( +// Equation(s): +// \text_gen|char_ram~44812_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~44801_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44811_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44811_combout ), + .datad(\text_gen|char_ram~44801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44812 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44823 ( +// Equation(s): +// \text_gen|char_ram~44823_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44812_combout & (\text_gen|char_ram~44822_combout )) # (!\text_gen|char_ram~44812_combout & ((\text_gen|char_ram~44791_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44812_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44822_combout ), + .datac(\text_gen|char_ram~44791_combout ), + .datad(\text_gen|char_ram~44812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44823 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44824 ( +// Equation(s): +// \text_gen|char_ram~44824_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44781_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~44823_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44781_combout ), + .datad(\text_gen|char_ram~44823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44824 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19134feeder ( +// Equation(s): +// \text_gen|char_ram~19134feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19134feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19134feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19134feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y51_N19 +dffeas \text_gen|char_ram~19134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19134feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y51_N1 +dffeas \text_gen|char_ram~4798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44729 ( +// Equation(s): +// \text_gen|char_ram~44729_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19134_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4798_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19134_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4798_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44729 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y51_N25 +dffeas \text_gen|char_ram~26302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11966feeder ( +// Equation(s): +// \text_gen|char_ram~11966feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11966feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11966feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11966feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y55_N25 +dffeas \text_gen|char_ram~11966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11966feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44730 ( +// Equation(s): +// \text_gen|char_ram~44730_combout = (\text_gen|char_ram~44729_combout & (((\text_gen|char_ram~26302_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~44729_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11966_q )))) + + .dataa(\text_gen|char_ram~44729_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26302_q ), + .datad(\text_gen|char_ram~11966_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44730 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20926feeder ( +// Equation(s): +// \text_gen|char_ram~20926feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20926feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20926feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20926feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y51_N29 +dffeas \text_gen|char_ram~20926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20926feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y51_N1 +dffeas \text_gen|char_ram~28094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13758feeder ( +// Equation(s): +// \text_gen|char_ram~13758feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13758feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13758feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13758feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y51_N7 +dffeas \text_gen|char_ram~13758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13758feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y51_N7 +dffeas \text_gen|char_ram~6590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44736 ( +// Equation(s): +// \text_gen|char_ram~44736_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13758_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6590_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13758_q ), + .datac(\text_gen|char_ram~6590_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44736 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44737 ( +// Equation(s): +// \text_gen|char_ram~44737_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44736_combout & ((\text_gen|char_ram~28094_q ))) # (!\text_gen|char_ram~44736_combout & (\text_gen|char_ram~20926_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44736_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20926_q ), + .datac(\text_gen|char_ram~28094_q ), + .datad(\text_gen|char_ram~44736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44737 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22718feeder ( +// Equation(s): +// \text_gen|char_ram~22718feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22718feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N21 +dffeas \text_gen|char_ram~22718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y50_N27 +dffeas \text_gen|char_ram~8382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y49_N17 +dffeas \text_gen|char_ram~1214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15550feeder ( +// Equation(s): +// \text_gen|char_ram~15550feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15550feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15550feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15550feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N13 +dffeas \text_gen|char_ram~15550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15550feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44733 ( +// Equation(s): +// \text_gen|char_ram~44733_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~15550_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1214_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1214_q ), + .datad(\text_gen|char_ram~15550_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44733 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44734 ( +// Equation(s): +// \text_gen|char_ram~44734_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44733_combout & (\text_gen|char_ram~22718_q )) # (!\text_gen|char_ram~44733_combout & ((\text_gen|char_ram~8382_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44733_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~22718_q ), + .datac(\text_gen|char_ram~8382_q ), + .datad(\text_gen|char_ram~44733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44734 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17342feeder ( +// Equation(s): +// \text_gen|char_ram~17342feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17342feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17342feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17342feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y50_N19 +dffeas \text_gen|char_ram~17342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17342feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y50_N17 +dffeas \text_gen|char_ram~24510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10174feeder ( +// Equation(s): +// \text_gen|char_ram~10174feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10174feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y50_N17 +dffeas \text_gen|char_ram~10174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y50_N27 +dffeas \text_gen|char_ram~3006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44731 ( +// Equation(s): +// \text_gen|char_ram~44731_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10174_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3006_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10174_q ), + .datac(\text_gen|char_ram~3006_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44731 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44732 ( +// Equation(s): +// \text_gen|char_ram~44732_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44731_combout & ((\text_gen|char_ram~24510_q ))) # (!\text_gen|char_ram~44731_combout & (\text_gen|char_ram~17342_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44731_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17342_q ), + .datac(\text_gen|char_ram~24510_q ), + .datad(\text_gen|char_ram~44731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44732 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44735 ( +// Equation(s): +// \text_gen|char_ram~44735_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~44732_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~44734_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44734_combout ), + .datad(\text_gen|char_ram~44732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44735 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44738 ( +// Equation(s): +// \text_gen|char_ram~44738_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44735_combout & ((\text_gen|char_ram~44737_combout ))) # (!\text_gen|char_ram~44735_combout & (\text_gen|char_ram~44730_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44735_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~44730_combout ), + .datac(\text_gen|char_ram~44737_combout ), + .datad(\text_gen|char_ram~44735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44738 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11931feeder ( +// Equation(s): +// \text_gen|char_ram~11931feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11931feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11931feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11931feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y53_N9 +dffeas \text_gen|char_ram~11931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11931feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13723feeder ( +// Equation(s): +// \text_gen|char_ram~13723feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13723feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13723feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13723feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y57_N9 +dffeas \text_gen|char_ram~13723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13723feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10139feeder ( +// Equation(s): +// \text_gen|char_ram~10139feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10139feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10139feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10139feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y61_N23 +dffeas \text_gen|char_ram~10139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10139feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y53_N29 +dffeas \text_gen|char_ram~8347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44718 ( +// Equation(s): +// \text_gen|char_ram~44718_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10139_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8347_q +// ))))) + + .dataa(\text_gen|char_ram~10139_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8347_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44718 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44719 ( +// Equation(s): +// \text_gen|char_ram~44719_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44718_combout & ((\text_gen|char_ram~13723_q ))) # (!\text_gen|char_ram~44718_combout & (\text_gen|char_ram~11931_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44718_combout )))) + + .dataa(\text_gen|char_ram~11931_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13723_q ), + .datad(\text_gen|char_ram~44718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44719 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~28059feeder ( +// Equation(s): +// \text_gen|char_ram~28059feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28059feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28059feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28059feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y48_N31 +dffeas \text_gen|char_ram~28059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28059feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26267feeder ( +// Equation(s): +// \text_gen|char_ram~26267feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26267feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26267feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26267feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y55_N23 +dffeas \text_gen|char_ram~26267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26267feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y45_N15 +dffeas \text_gen|char_ram~22683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24475feeder ( +// Equation(s): +// \text_gen|char_ram~24475feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24475feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y45_N21 +dffeas \text_gen|char_ram~24475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44725 ( +// Equation(s): +// \text_gen|char_ram~44725_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24475_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22683_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22683_q ), + .datad(\text_gen|char_ram~24475_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44725 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44726 ( +// Equation(s): +// \text_gen|char_ram~44726_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44725_combout & (\text_gen|char_ram~28059_q )) # (!\text_gen|char_ram~44725_combout & ((\text_gen|char_ram~26267_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44725_combout )))) + + .dataa(\text_gen|char_ram~28059_q ), + .datab(\text_gen|char_ram~26267_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~44725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44726 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~44726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2971feeder ( +// Equation(s): +// \text_gen|char_ram~2971feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2971feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2971feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2971feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y49_N25 +dffeas \text_gen|char_ram~2971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2971feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y49_N9 +dffeas \text_gen|char_ram~1179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4763feeder ( +// Equation(s): +// \text_gen|char_ram~4763feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4763feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4763feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4763feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y51_N3 +dffeas \text_gen|char_ram~4763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4763feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44722 ( +// Equation(s): +// \text_gen|char_ram~44722_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4763_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1179_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1179_q ), + .datad(\text_gen|char_ram~4763_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44722 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6555feeder ( +// Equation(s): +// \text_gen|char_ram~6555feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6555feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6555feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6555feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y49_N25 +dffeas \text_gen|char_ram~6555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6555feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44723 ( +// Equation(s): +// \text_gen|char_ram~44723_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44722_combout & ((\text_gen|char_ram~6555_q ))) # (!\text_gen|char_ram~44722_combout & (\text_gen|char_ram~2971_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44722_combout )))) + + .dataa(\text_gen|char_ram~2971_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~44722_combout ), + .datad(\text_gen|char_ram~6555_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44723 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~44723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17307feeder ( +// Equation(s): +// \text_gen|char_ram~17307feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17307feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17307feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17307feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y61_N13 +dffeas \text_gen|char_ram~17307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17307feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y53_N23 +dffeas \text_gen|char_ram~20891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19099feeder ( +// Equation(s): +// \text_gen|char_ram~19099feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19099feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y47_N9 +dffeas \text_gen|char_ram~19099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y54_N21 +dffeas \text_gen|char_ram~15515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44720 ( +// Equation(s): +// \text_gen|char_ram~44720_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19099_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15515_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19099_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15515_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44720 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44721 ( +// Equation(s): +// \text_gen|char_ram~44721_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44720_combout & ((\text_gen|char_ram~20891_q ))) # (!\text_gen|char_ram~44720_combout & (\text_gen|char_ram~17307_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44720_combout )))) + + .dataa(\text_gen|char_ram~17307_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20891_q ), + .datad(\text_gen|char_ram~44720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44721 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44724 ( +// Equation(s): +// \text_gen|char_ram~44724_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~44721_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44723_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44723_combout ), + .datad(\text_gen|char_ram~44721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44724 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44727 ( +// Equation(s): +// \text_gen|char_ram~44727_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44724_combout & ((\text_gen|char_ram~44726_combout ))) # (!\text_gen|char_ram~44724_combout & (\text_gen|char_ram~44719_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44724_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44719_combout ), + .datac(\text_gen|char_ram~44726_combout ), + .datad(\text_gen|char_ram~44724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44727 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10167feeder ( +// Equation(s): +// \text_gen|char_ram~10167feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10167feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y46_N1 +dffeas \text_gen|char_ram~10167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y47_N31 +dffeas \text_gen|char_ram~24503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17335feeder ( +// Equation(s): +// \text_gen|char_ram~17335feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17335feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y50_N29 +dffeas \text_gen|char_ram~17335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y50_N7 +dffeas \text_gen|char_ram~2999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44708 ( +// Equation(s): +// \text_gen|char_ram~44708_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17335_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2999_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17335_q ), + .datac(\text_gen|char_ram~2999_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44708 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44709 ( +// Equation(s): +// \text_gen|char_ram~44709_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44708_combout & ((\text_gen|char_ram~24503_q ))) # (!\text_gen|char_ram~44708_combout & (\text_gen|char_ram~10167_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44708_combout )))) + + .dataa(\text_gen|char_ram~10167_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24503_q ), + .datad(\text_gen|char_ram~44708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44709 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15543feeder ( +// Equation(s): +// \text_gen|char_ram~15543feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15543feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15543feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15543feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y49_N7 +dffeas \text_gen|char_ram~15543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15543feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y47_N13 +dffeas \text_gen|char_ram~22711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8375feeder ( +// Equation(s): +// \text_gen|char_ram~8375feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y52_N3 +dffeas \text_gen|char_ram~8375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y50_N25 +dffeas \text_gen|char_ram~1207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44712 ( +// Equation(s): +// \text_gen|char_ram~44712_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8375_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1207_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8375_q ), + .datac(\text_gen|char_ram~1207_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44712 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44713 ( +// Equation(s): +// \text_gen|char_ram~44713_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44712_combout & ((\text_gen|char_ram~22711_q ))) # (!\text_gen|char_ram~44712_combout & (\text_gen|char_ram~15543_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44712_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15543_q ), + .datac(\text_gen|char_ram~22711_q ), + .datad(\text_gen|char_ram~44712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44713 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19127feeder ( +// Equation(s): +// \text_gen|char_ram~19127feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19127feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19127feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19127feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y51_N1 +dffeas \text_gen|char_ram~19127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19127feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y47_N7 +dffeas \text_gen|char_ram~26295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11959feeder ( +// Equation(s): +// \text_gen|char_ram~11959feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y54_N25 +dffeas \text_gen|char_ram~11959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y51_N29 +dffeas \text_gen|char_ram~4791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44710 ( +// Equation(s): +// \text_gen|char_ram~44710_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11959_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4791_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11959_q ), + .datac(\text_gen|char_ram~4791_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44710 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44711 ( +// Equation(s): +// \text_gen|char_ram~44711_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44710_combout & ((\text_gen|char_ram~26295_q ))) # (!\text_gen|char_ram~44710_combout & (\text_gen|char_ram~19127_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44710_combout )))) + + .dataa(\text_gen|char_ram~19127_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26295_q ), + .datad(\text_gen|char_ram~44710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44711 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44714 ( +// Equation(s): +// \text_gen|char_ram~44714_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~44711_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~44713_combout )))) + + .dataa(\text_gen|char_ram~44713_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~44711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44714 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~44714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13751feeder ( +// Equation(s): +// \text_gen|char_ram~13751feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13751feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y52_N19 +dffeas \text_gen|char_ram~13751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y52_N25 +dffeas \text_gen|char_ram~28087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20919feeder ( +// Equation(s): +// \text_gen|char_ram~20919feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20919feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y60_N29 +dffeas \text_gen|char_ram~20919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y60_N23 +dffeas \text_gen|char_ram~6583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44715 ( +// Equation(s): +// \text_gen|char_ram~44715_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20919_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6583_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20919_q ), + .datac(\text_gen|char_ram~6583_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44715 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44716 ( +// Equation(s): +// \text_gen|char_ram~44716_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44715_combout & ((\text_gen|char_ram~28087_q ))) # (!\text_gen|char_ram~44715_combout & (\text_gen|char_ram~13751_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44715_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13751_q ), + .datac(\text_gen|char_ram~28087_q ), + .datad(\text_gen|char_ram~44715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44716 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44717 ( +// Equation(s): +// \text_gen|char_ram~44717_combout = (\text_gen|char_ram~44714_combout & (((\text_gen|char_ram~44716_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~44714_combout & (\text_gen|char_ram~44709_combout & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~44709_combout ), + .datab(\text_gen|char_ram~44714_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~44716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44717 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~44717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44728 ( +// Equation(s): +// \text_gen|char_ram~44728_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~44717_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~44727_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44727_combout ), + .datad(\text_gen|char_ram~44717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44728 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24482feeder ( +// Equation(s): +// \text_gen|char_ram~24482feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24482feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24482feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24482feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y46_N25 +dffeas \text_gen|char_ram~24482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24482feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y47_N19 +dffeas \text_gen|char_ram~28066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22690feeder ( +// Equation(s): +// \text_gen|char_ram~22690feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22690feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y46_N31 +dffeas \text_gen|char_ram~22690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y47_N19 +dffeas \text_gen|char_ram~26274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44705 ( +// Equation(s): +// \text_gen|char_ram~44705_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~26274_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22690_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~22690_q ), + .datac(\text_gen|char_ram~26274_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44705 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~44705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44706 ( +// Equation(s): +// \text_gen|char_ram~44706_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44705_combout & ((\text_gen|char_ram~28066_q ))) # (!\text_gen|char_ram~44705_combout & (\text_gen|char_ram~24482_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44705_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24482_q ), + .datac(\text_gen|char_ram~28066_q ), + .datad(\text_gen|char_ram~44705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44706 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4770feeder ( +// Equation(s): +// \text_gen|char_ram~4770feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4770feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y47_N17 +dffeas \text_gen|char_ram~4770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y49_N31 +dffeas \text_gen|char_ram~6562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2978feeder ( +// Equation(s): +// \text_gen|char_ram~2978feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2978feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2978feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2978feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N15 +dffeas \text_gen|char_ram~2978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2978feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N29 +dffeas \text_gen|char_ram~1186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44702 ( +// Equation(s): +// \text_gen|char_ram~44702_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2978_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1186_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2978_q ), + .datac(\text_gen|char_ram~1186_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44702 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44703 ( +// Equation(s): +// \text_gen|char_ram~44703_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44702_combout & ((\text_gen|char_ram~6562_q ))) # (!\text_gen|char_ram~44702_combout & (\text_gen|char_ram~4770_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44702_combout )))) + + .dataa(\text_gen|char_ram~4770_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6562_q ), + .datad(\text_gen|char_ram~44702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44703 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10146feeder ( +// Equation(s): +// \text_gen|char_ram~10146feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10146feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10146feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10146feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y57_N11 +dffeas \text_gen|char_ram~10146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10146feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y57_N29 +dffeas \text_gen|char_ram~13730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11938feeder ( +// Equation(s): +// \text_gen|char_ram~11938feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11938feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y55_N13 +dffeas \text_gen|char_ram~11938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11938 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y54_N11 +dffeas \text_gen|char_ram~8354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44700 ( +// Equation(s): +// \text_gen|char_ram~44700_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11938_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8354_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11938_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8354_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44700 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44701 ( +// Equation(s): +// \text_gen|char_ram~44701_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~44700_combout & ((\text_gen|char_ram~13730_q ))) # (!\text_gen|char_ram~44700_combout & (\text_gen|char_ram~10146_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~44700_combout )))) + + .dataa(\text_gen|char_ram~10146_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13730_q ), + .datad(\text_gen|char_ram~44700_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44701 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44704 ( +// Equation(s): +// \text_gen|char_ram~44704_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~44701_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44703_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44703_combout ), + .datad(\text_gen|char_ram~44701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44704 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15522feeder ( +// Equation(s): +// \text_gen|char_ram~15522feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y46_N1 +dffeas \text_gen|char_ram~15522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17314feeder ( +// Equation(s): +// \text_gen|char_ram~17314feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57014_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17314feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17314feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17314feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y46_N7 +dffeas \text_gen|char_ram~17314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17314feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44698 ( +// Equation(s): +// \text_gen|char_ram~44698_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17314_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15522_q +// )))) + + .dataa(\text_gen|char_ram~15522_q ), + .datab(\text_gen|char_ram~17314_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44698 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~44698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20898feeder ( +// Equation(s): +// \text_gen|char_ram~20898feeder_combout = \text_gen|char_ram~57014_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N7 +dffeas \text_gen|char_ram~20898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N11 +dffeas \text_gen|char_ram~19106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57014_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44699 ( +// Equation(s): +// \text_gen|char_ram~44699_combout = (\text_gen|char_ram~44698_combout & ((\text_gen|char_ram~20898_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~44698_combout & (((\text_gen|char_ram~19106_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~44698_combout ), + .datab(\text_gen|char_ram~20898_q ), + .datac(\text_gen|char_ram~19106_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44699 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~44699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44707 ( +// Equation(s): +// \text_gen|char_ram~44707_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44704_combout & (\text_gen|char_ram~44706_combout )) # (!\text_gen|char_ram~44704_combout & ((\text_gen|char_ram~44699_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44704_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44706_combout ), + .datac(\text_gen|char_ram~44704_combout ), + .datad(\text_gen|char_ram~44699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44707 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~44707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44739 ( +// Equation(s): +// \text_gen|char_ram~44739_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44728_combout & (\text_gen|char_ram~44738_combout )) # (!\text_gen|char_ram~44728_combout & ((\text_gen|char_ram~44707_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44728_combout )))) + + .dataa(\text_gen|char_ram~44738_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~44728_combout ), + .datad(\text_gen|char_ram~44707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44739 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44867 ( +// Equation(s): +// \text_gen|char_ram~44867_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44824_combout & (\text_gen|char_ram~44866_combout )) # (!\text_gen|char_ram~44824_combout & ((\text_gen|char_ram~44739_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44824_combout )))) + + .dataa(\text_gen|char_ram~44866_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44824_combout ), + .datad(\text_gen|char_ram~44739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44867 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~45038 ( +// Equation(s): +// \text_gen|char_ram~45038_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~44867_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~45037_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~45037_combout ), + .datad(\text_gen|char_ram~44867_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45038 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~45038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~45209 ( +// Equation(s): +// \text_gen|char_ram~45209_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~45038_combout & ((\text_gen|char_ram~45208_combout ))) # (!\text_gen|char_ram~45038_combout & (\text_gen|char_ram~44697_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~45038_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~44697_combout ), + .datac(\text_gen|char_ram~45208_combout ), + .datad(\text_gen|char_ram~45038_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~45209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~45209 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~45209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~47257 ( +// Equation(s): +// \text_gen|char_ram~47257_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~46574_combout & (\text_gen|char_ram~47256_combout )) # (!\text_gen|char_ram~46574_combout & ((\text_gen|char_ram~45209_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~46574_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~47256_combout ), + .datac(\text_gen|char_ram~46574_combout ), + .datad(\text_gen|char_ram~45209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~47257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~47257 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~47257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_code[3]~4 ( +// Equation(s): +// \text_gen|char_code[3]~4_combout = (\text_gen|char_code~1_combout & \text_gen|char_ram~47257_combout ) + + .dataa(gnd), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~47257_combout ), + .cin(gnd), + .combout(\text_gen|char_code[3]~4_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_code[3]~4 .lut_mask = 16'hCC00; +defparam \text_gen|char_code[3]~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~57013 ( +// Equation(s): +// \text_gen|char_ram~57013_combout = (\uart_inst|rx_data [5]) # ((\text_gen|Equal2~0_combout & (\uart_inst|rx_data [3] & \text_gen|Equal2~1_combout ))) + + .dataa(\uart_inst|rx_data [5]), + .datab(\text_gen|Equal2~0_combout ), + .datac(\uart_inst|rx_data [3]), + .datad(\text_gen|Equal2~1_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~57013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~57013 .lut_mask = 16'hEAAA; +defparam \text_gen|char_ram~57013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19227feeder ( +// Equation(s): +// \text_gen|char_ram~19227feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19227feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y51_N17 +dffeas \text_gen|char_ram~19227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y43_N31 +dffeas \text_gen|char_ram~19675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y43_N1 +dffeas \text_gen|char_ram~19115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19563feeder ( +// Equation(s): +// \text_gen|char_ram~19563feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19563feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19563feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19563feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N5 +dffeas \text_gen|char_ram~19563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19563feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36472 ( +// Equation(s): +// \text_gen|char_ram~36472_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~19563_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19115_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19115_q ), + .datad(\text_gen|char_ram~19563_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36472 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36473 ( +// Equation(s): +// \text_gen|char_ram~36473_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36472_combout & ((\text_gen|char_ram~19675_q ))) # (!\text_gen|char_ram~36472_combout & (\text_gen|char_ram~19227_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36472_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19227_q ), + .datac(\text_gen|char_ram~19675_q ), + .datad(\text_gen|char_ram~36472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36473 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y44_N19 +dffeas \text_gen|char_ram~19234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y44_N21 +dffeas \text_gen|char_ram~19682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y51_N29 +dffeas \text_gen|char_ram~19122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19570feeder ( +// Equation(s): +// \text_gen|char_ram~19570feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19570feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N7 +dffeas \text_gen|char_ram~19570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36479 ( +// Equation(s): +// \text_gen|char_ram~36479_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~19570_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19122_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19122_q ), + .datad(\text_gen|char_ram~19570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36479 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36480 ( +// Equation(s): +// \text_gen|char_ram~36480_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36479_combout & ((\text_gen|char_ram~19682_q ))) # (!\text_gen|char_ram~36479_combout & (\text_gen|char_ram~19234_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36479_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19234_q ), + .datac(\text_gen|char_ram~19682_q ), + .datad(\text_gen|char_ram~36479_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36480 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y49_N1 +dffeas \text_gen|char_ram~18331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y26_N31 +dffeas \text_gen|char_ram~18779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y30_N9 +dffeas \text_gen|char_ram~18219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y30_N19 +dffeas \text_gen|char_ram~18667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36476 ( +// Equation(s): +// \text_gen|char_ram~36476_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18667_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18219_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18219_q ), + .datad(\text_gen|char_ram~18667_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36476 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36477 ( +// Equation(s): +// \text_gen|char_ram~36477_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36476_combout & ((\text_gen|char_ram~18779_q ))) # (!\text_gen|char_ram~36476_combout & (\text_gen|char_ram~18331_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36476_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18331_q ), + .datac(\text_gen|char_ram~18779_q ), + .datad(\text_gen|char_ram~36476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36477 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y22_N29 +dffeas \text_gen|char_ram~18674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y22_N3 +dffeas \text_gen|char_ram~18786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y28_N29 +dffeas \text_gen|char_ram~18226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18338feeder ( +// Equation(s): +// \text_gen|char_ram~18338feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y42_N15 +dffeas \text_gen|char_ram~18338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36474 ( +// Equation(s): +// \text_gen|char_ram~36474_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~18338_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18226_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18226_q ), + .datad(\text_gen|char_ram~18338_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36474 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36475 ( +// Equation(s): +// \text_gen|char_ram~36475_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36474_combout & ((\text_gen|char_ram~18786_q ))) # (!\text_gen|char_ram~36474_combout & (\text_gen|char_ram~18674_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36474_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18674_q ), + .datac(\text_gen|char_ram~18786_q ), + .datad(\text_gen|char_ram~36474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36475 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36478 ( +// Equation(s): +// \text_gen|char_ram~36478_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~36475_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~36477_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36477_combout ), + .datad(\text_gen|char_ram~36475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36478 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36481 ( +// Equation(s): +// \text_gen|char_ram~36481_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36478_combout & ((\text_gen|char_ram~36480_combout ))) # (!\text_gen|char_ram~36478_combout & (\text_gen|char_ram~36473_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36478_combout )))) + + .dataa(\text_gen|char_ram~36473_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36480_combout ), + .datad(\text_gen|char_ram~36478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36481 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y49_N11 +dffeas \text_gen|char_ram~18275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y51_N29 +dffeas \text_gen|char_ram~19171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y51_N1 +dffeas \text_gen|char_ram~19059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y51_N27 +dffeas \text_gen|char_ram~18163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36486 ( +// Equation(s): +// \text_gen|char_ram~36486_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19059_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18163_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19059_q ), + .datac(\text_gen|char_ram~18163_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36486 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36487 ( +// Equation(s): +// \text_gen|char_ram~36487_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36486_combout & ((\text_gen|char_ram~19171_q ))) # (!\text_gen|char_ram~36486_combout & (\text_gen|char_ram~18275_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36486_combout )))) + + .dataa(\text_gen|char_ram~18275_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19171_q ), + .datad(\text_gen|char_ram~36486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36487 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N29 +dffeas \text_gen|char_ram~18170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19066feeder ( +// Equation(s): +// \text_gen|char_ram~19066feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19066feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19066feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19066feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N3 +dffeas \text_gen|char_ram~19066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19066feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36484 ( +// Equation(s): +// \text_gen|char_ram~36484_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~19066_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18170_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18170_q ), + .datad(\text_gen|char_ram~19066_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36484 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N19 +dffeas \text_gen|char_ram~19178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18282feeder ( +// Equation(s): +// \text_gen|char_ram~18282feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18282feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N19 +dffeas \text_gen|char_ram~18282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36485 ( +// Equation(s): +// \text_gen|char_ram~36485_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36484_combout & (\text_gen|char_ram~19178_q )) # (!\text_gen|char_ram~36484_combout & ((\text_gen|char_ram~18282_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36484_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36484_combout ), + .datac(\text_gen|char_ram~19178_q ), + .datad(\text_gen|char_ram~18282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36485 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36488 ( +// Equation(s): +// \text_gen|char_ram~36488_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~36485_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36487_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36487_combout ), + .datad(\text_gen|char_ram~36485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36488 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y28_N11 +dffeas \text_gen|char_ram~18730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y28_N1 +dffeas \text_gen|char_ram~19626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y24_N7 +dffeas \text_gen|char_ram~19514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y20_N23 +dffeas \text_gen|char_ram~18618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36489 ( +// Equation(s): +// \text_gen|char_ram~36489_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~19514_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~18618_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~19514_q ), + .datac(\text_gen|char_ram~18618_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36489 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36490 ( +// Equation(s): +// \text_gen|char_ram~36490_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36489_combout & ((\text_gen|char_ram~19626_q ))) # (!\text_gen|char_ram~36489_combout & (\text_gen|char_ram~18730_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36489_combout )))) + + .dataa(\text_gen|char_ram~18730_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19626_q ), + .datad(\text_gen|char_ram~36489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36490 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18723feeder ( +// Equation(s): +// \text_gen|char_ram~18723feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18723feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18723feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18723feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y18_N3 +dffeas \text_gen|char_ram~18723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18723feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y19_N25 +dffeas \text_gen|char_ram~19619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18611feeder ( +// Equation(s): +// \text_gen|char_ram~18611feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18611feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y19_N5 +dffeas \text_gen|char_ram~18611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19507feeder ( +// Equation(s): +// \text_gen|char_ram~19507feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19507feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19507feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19507feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y19_N27 +dffeas \text_gen|char_ram~19507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19507feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36482 ( +// Equation(s): +// \text_gen|char_ram~36482_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~19507_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18611_q +// )))) + + .dataa(\text_gen|char_ram~18611_q ), + .datab(\text_gen|char_ram~19507_q ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36482 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~36482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36483 ( +// Equation(s): +// \text_gen|char_ram~36483_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36482_combout & ((\text_gen|char_ram~19619_q ))) # (!\text_gen|char_ram~36482_combout & (\text_gen|char_ram~18723_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36482_combout )))) + + .dataa(\text_gen|char_ram~18723_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19619_q ), + .datad(\text_gen|char_ram~36482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36483 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36491 ( +// Equation(s): +// \text_gen|char_ram~36491_combout = (\text_gen|char_ram~36488_combout & (((\text_gen|char_ram~36490_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~36488_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36483_combout )))) + + .dataa(\text_gen|char_ram~36488_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36490_combout ), + .datad(\text_gen|char_ram~36483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36491 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36492 ( +// Equation(s): +// \text_gen|char_ram~36492_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~36481_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~36491_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36481_combout ), + .datad(\text_gen|char_ram~36491_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36492 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y21_N19 +dffeas \text_gen|char_ram~18758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y25_N7 +dffeas \text_gen|char_ram~19654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19542feeder ( +// Equation(s): +// \text_gen|char_ram~19542feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19542feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19542feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19542feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y48_N5 +dffeas \text_gen|char_ram~19542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19542feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y21_N25 +dffeas \text_gen|char_ram~18646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36469 ( +// Equation(s): +// \text_gen|char_ram~36469_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19542_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18646_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19542_q ), + .datac(\text_gen|char_ram~18646_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36469 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36470 ( +// Equation(s): +// \text_gen|char_ram~36470_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36469_combout & ((\text_gen|char_ram~19654_q ))) # (!\text_gen|char_ram~36469_combout & (\text_gen|char_ram~18758_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36469_combout )))) + + .dataa(\text_gen|char_ram~18758_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19654_q ), + .datad(\text_gen|char_ram~36469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36470 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19087feeder ( +// Equation(s): +// \text_gen|char_ram~19087feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19087feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y55_N17 +dffeas \text_gen|char_ram~19087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y58_N31 +dffeas \text_gen|char_ram~19199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18303feeder ( +// Equation(s): +// \text_gen|char_ram~18303feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N27 +dffeas \text_gen|char_ram~18303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y50_N17 +dffeas \text_gen|char_ram~18191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36466 ( +// Equation(s): +// \text_gen|char_ram~36466_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18303_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18191_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18303_q ), + .datac(\text_gen|char_ram~18191_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36466 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36467 ( +// Equation(s): +// \text_gen|char_ram~36467_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36466_combout & ((\text_gen|char_ram~19199_q ))) # (!\text_gen|char_ram~36466_combout & (\text_gen|char_ram~19087_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36466_combout )))) + + .dataa(\text_gen|char_ram~19087_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19199_q ), + .datad(\text_gen|char_ram~36466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36467 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19094feeder ( +// Equation(s): +// \text_gen|char_ram~19094feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19094feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19094feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19094feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y58_N19 +dffeas \text_gen|char_ram~19094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19094feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18310feeder ( +// Equation(s): +// \text_gen|char_ram~18310feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18310feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18310feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18310feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y51_N31 +dffeas \text_gen|char_ram~18310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18310feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y50_N13 +dffeas \text_gen|char_ram~18198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36464 ( +// Equation(s): +// \text_gen|char_ram~36464_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18310_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18198_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~18310_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18198_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36464 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19206feeder ( +// Equation(s): +// \text_gen|char_ram~19206feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19206feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19206feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19206feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y58_N11 +dffeas \text_gen|char_ram~19206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19206feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36465 ( +// Equation(s): +// \text_gen|char_ram~36465_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36464_combout & ((\text_gen|char_ram~19206_q ))) # (!\text_gen|char_ram~36464_combout & (\text_gen|char_ram~19094_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36464_combout )))) + + .dataa(\text_gen|char_ram~19094_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36464_combout ), + .datad(\text_gen|char_ram~19206_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36465 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~36465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36468 ( +// Equation(s): +// \text_gen|char_ram~36468_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~36465_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~36467_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36467_combout ), + .datad(\text_gen|char_ram~36465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36468 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y29_N25 +dffeas \text_gen|char_ram~19647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y50_N19 +dffeas \text_gen|char_ram~19535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18751feeder ( +// Equation(s): +// \text_gen|char_ram~18751feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18751feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y17_N3 +dffeas \text_gen|char_ram~18751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y21_N15 +dffeas \text_gen|char_ram~18639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36462 ( +// Equation(s): +// \text_gen|char_ram~36462_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18751_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18639_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18751_q ), + .datac(\text_gen|char_ram~18639_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36462 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36463 ( +// Equation(s): +// \text_gen|char_ram~36463_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36462_combout & (\text_gen|char_ram~19647_q )) # (!\text_gen|char_ram~36462_combout & ((\text_gen|char_ram~19535_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36462_combout )))) + + .dataa(\text_gen|char_ram~19647_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19535_q ), + .datad(\text_gen|char_ram~36462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36463 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36471 ( +// Equation(s): +// \text_gen|char_ram~36471_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36468_combout & (\text_gen|char_ram~36470_combout )) # (!\text_gen|char_ram~36468_combout & ((\text_gen|char_ram~36463_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36468_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36470_combout ), + .datac(\text_gen|char_ram~36468_combout ), + .datad(\text_gen|char_ram~36463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36471 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19591feeder ( +// Equation(s): +// \text_gen|char_ram~19591feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y31_N3 +dffeas \text_gen|char_ram~19591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y29_N5 +dffeas \text_gen|char_ram~19703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y58_N17 +dffeas \text_gen|char_ram~19143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19255feeder ( +// Equation(s): +// \text_gen|char_ram~19255feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19255feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N7 +dffeas \text_gen|char_ram~19255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36493 ( +// Equation(s): +// \text_gen|char_ram~36493_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~19255_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19143_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19143_q ), + .datad(\text_gen|char_ram~19255_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36493 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36494 ( +// Equation(s): +// \text_gen|char_ram~36494_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36493_combout & ((\text_gen|char_ram~19703_q ))) # (!\text_gen|char_ram~36493_combout & (\text_gen|char_ram~19591_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36493_combout )))) + + .dataa(\text_gen|char_ram~19591_q ), + .datab(\text_gen|char_ram~19703_q ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~36493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36494 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~36494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y31_N17 +dffeas \text_gen|char_ram~19598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y43_N9 +dffeas \text_gen|char_ram~19710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y58_N13 +dffeas \text_gen|char_ram~19150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19262feeder ( +// Equation(s): +// \text_gen|char_ram~19262feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19262feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19262feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19262feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y58_N7 +dffeas \text_gen|char_ram~19262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19262feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36500 ( +// Equation(s): +// \text_gen|char_ram~36500_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19262_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19150_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19150_q ), + .datad(\text_gen|char_ram~19262_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36500 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36501 ( +// Equation(s): +// \text_gen|char_ram~36501_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36500_combout & ((\text_gen|char_ram~19710_q ))) # (!\text_gen|char_ram~36500_combout & (\text_gen|char_ram~19598_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36500_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19598_q ), + .datac(\text_gen|char_ram~19710_q ), + .datad(\text_gen|char_ram~36500_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36501 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18702feeder ( +// Equation(s): +// \text_gen|char_ram~18702feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18702feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18702feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18702feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N5 +dffeas \text_gen|char_ram~18702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18702feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y15_N29 +dffeas \text_gen|char_ram~18814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y48_N15 +dffeas \text_gen|char_ram~18254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y48_N29 +dffeas \text_gen|char_ram~18366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36495 ( +// Equation(s): +// \text_gen|char_ram~36495_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18366_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18254_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18254_q ), + .datad(\text_gen|char_ram~18366_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36495 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36496 ( +// Equation(s): +// \text_gen|char_ram~36496_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36495_combout & ((\text_gen|char_ram~18814_q ))) # (!\text_gen|char_ram~36495_combout & (\text_gen|char_ram~18702_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36495_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18702_q ), + .datac(\text_gen|char_ram~18814_q ), + .datad(\text_gen|char_ram~36495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36496 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y16_N13 +dffeas \text_gen|char_ram~18695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y16_N11 +dffeas \text_gen|char_ram~18807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18359feeder ( +// Equation(s): +// \text_gen|char_ram~18359feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y42_N23 +dffeas \text_gen|char_ram~18359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y42_N25 +dffeas \text_gen|char_ram~18247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36497 ( +// Equation(s): +// \text_gen|char_ram~36497_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18359_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18247_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18359_q ), + .datac(\text_gen|char_ram~18247_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36497 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36498 ( +// Equation(s): +// \text_gen|char_ram~36498_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36497_combout & ((\text_gen|char_ram~18807_q ))) # (!\text_gen|char_ram~36497_combout & (\text_gen|char_ram~18695_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36497_combout )))) + + .dataa(\text_gen|char_ram~18695_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18807_q ), + .datad(\text_gen|char_ram~36497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36498 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36499 ( +// Equation(s): +// \text_gen|char_ram~36499_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~36496_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36498_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36496_combout ), + .datad(\text_gen|char_ram~36498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36499 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36502 ( +// Equation(s): +// \text_gen|char_ram~36502_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36499_combout & ((\text_gen|char_ram~36501_combout ))) # (!\text_gen|char_ram~36499_combout & (\text_gen|char_ram~36494_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36499_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36494_combout ), + .datac(\text_gen|char_ram~36501_combout ), + .datad(\text_gen|char_ram~36499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36502 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36503 ( +// Equation(s): +// \text_gen|char_ram~36503_combout = (\text_gen|char_ram~36492_combout & (((\text_gen|char_ram~36502_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~36492_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~36471_combout ))) + + .dataa(\text_gen|char_ram~36492_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36471_combout ), + .datad(\text_gen|char_ram~36502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36503 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~36503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19549feeder ( +// Equation(s): +// \text_gen|char_ram~19549feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y31_N13 +dffeas \text_gen|char_ram~19549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y47_N17 +dffeas \text_gen|char_ram~19661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y39_N15 +dffeas \text_gen|char_ram~19493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y39_N25 +dffeas \text_gen|char_ram~19605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36404 ( +// Equation(s): +// \text_gen|char_ram~36404_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~19605_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19493_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19493_q ), + .datad(\text_gen|char_ram~19605_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36404 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36405 ( +// Equation(s): +// \text_gen|char_ram~36405_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36404_combout & ((\text_gen|char_ram~19661_q ))) # (!\text_gen|char_ram~36404_combout & (\text_gen|char_ram~19549_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36404_combout )))) + + .dataa(\text_gen|char_ram~19549_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19661_q ), + .datad(\text_gen|char_ram~36404_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36405 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18261feeder ( +// Equation(s): +// \text_gen|char_ram~18261feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18261feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y49_N21 +dffeas \text_gen|char_ram~18261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y49_N29 +dffeas \text_gen|char_ram~18317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y49_N11 +dffeas \text_gen|char_ram~18149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y37_N25 +dffeas \text_gen|char_ram~18205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36401 ( +// Equation(s): +// \text_gen|char_ram~36401_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18205_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18149_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18149_q ), + .datad(\text_gen|char_ram~18205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36401 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36402 ( +// Equation(s): +// \text_gen|char_ram~36402_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36401_combout & ((\text_gen|char_ram~18317_q ))) # (!\text_gen|char_ram~36401_combout & (\text_gen|char_ram~18261_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36401_combout )))) + + .dataa(\text_gen|char_ram~18261_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18317_q ), + .datad(\text_gen|char_ram~36401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36402 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y23_N13 +dffeas \text_gen|char_ram~18597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18709feeder ( +// Equation(s): +// \text_gen|char_ram~18709feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18709feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18709feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18709feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N7 +dffeas \text_gen|char_ram~18709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18709feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36399 ( +// Equation(s): +// \text_gen|char_ram~36399_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18709_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18597_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18597_q ), + .datad(\text_gen|char_ram~18709_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36399 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y23_N7 +dffeas \text_gen|char_ram~18765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18653feeder ( +// Equation(s): +// \text_gen|char_ram~18653feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y19_N5 +dffeas \text_gen|char_ram~18653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36400 ( +// Equation(s): +// \text_gen|char_ram~36400_combout = (\text_gen|char_ram~36399_combout & (((\text_gen|char_ram~18765_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~36399_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18653_q )))) + + .dataa(\text_gen|char_ram~36399_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18765_q ), + .datad(\text_gen|char_ram~18653_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36400 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36403 ( +// Equation(s): +// \text_gen|char_ram~36403_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~36400_combout ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~36402_combout & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36402_combout ), + .datac(\text_gen|char_ram~36400_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36403 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~36403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19157feeder ( +// Equation(s): +// \text_gen|char_ram~19157feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19157feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y59_N11 +dffeas \text_gen|char_ram~19157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y47_N1 +dffeas \text_gen|char_ram~19213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19101feeder ( +// Equation(s): +// \text_gen|char_ram~19101feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19101feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y47_N25 +dffeas \text_gen|char_ram~19101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y47_N19 +dffeas \text_gen|char_ram~19045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36397 ( +// Equation(s): +// \text_gen|char_ram~36397_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19101_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~19045_q & !\text_gen|Add5~0_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19101_q ), + .datac(\text_gen|char_ram~19045_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36397 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36398 ( +// Equation(s): +// \text_gen|char_ram~36398_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36397_combout & ((\text_gen|char_ram~19213_q ))) # (!\text_gen|char_ram~36397_combout & (\text_gen|char_ram~19157_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36397_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19157_q ), + .datac(\text_gen|char_ram~19213_q ), + .datad(\text_gen|char_ram~36397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36398 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36406 ( +// Equation(s): +// \text_gen|char_ram~36406_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36403_combout & (\text_gen|char_ram~36405_combout )) # (!\text_gen|char_ram~36403_combout & ((\text_gen|char_ram~36398_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36403_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36405_combout ), + .datac(\text_gen|char_ram~36403_combout ), + .datad(\text_gen|char_ram~36398_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36406 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y39_N15 +dffeas \text_gen|char_ram~19500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y39_N1 +dffeas \text_gen|char_ram~19612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36394 ( +// Equation(s): +// \text_gen|char_ram~36394_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19612_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19500_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19500_q ), + .datad(\text_gen|char_ram~19612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36394 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y47_N15 +dffeas \text_gen|char_ram~19668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y32_N25 +dffeas \text_gen|char_ram~19556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36395 ( +// Equation(s): +// \text_gen|char_ram~36395_combout = (\text_gen|char_ram~36394_combout & (((\text_gen|char_ram~19668_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~36394_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19556_q )))) + + .dataa(\text_gen|char_ram~36394_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19668_q ), + .datad(\text_gen|char_ram~19556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36395 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N25 +dffeas \text_gen|char_ram~18604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18716feeder ( +// Equation(s): +// \text_gen|char_ram~18716feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18716feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18716feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18716feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N21 +dffeas \text_gen|char_ram~18716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18716feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36387 ( +// Equation(s): +// \text_gen|char_ram~36387_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18716_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18604_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18604_q ), + .datad(\text_gen|char_ram~18716_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36387 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N3 +dffeas \text_gen|char_ram~18772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18660feeder ( +// Equation(s): +// \text_gen|char_ram~18660feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18660feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18660feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18660feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N7 +dffeas \text_gen|char_ram~18660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18660feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36388 ( +// Equation(s): +// \text_gen|char_ram~36388_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36387_combout & (\text_gen|char_ram~18772_q )) # (!\text_gen|char_ram~36387_combout & ((\text_gen|char_ram~18660_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~36387_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~36387_combout ), + .datac(\text_gen|char_ram~18772_q ), + .datad(\text_gen|char_ram~18660_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36388 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18268feeder ( +// Equation(s): +// \text_gen|char_ram~18268feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18268feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18268feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18268feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y47_N25 +dffeas \text_gen|char_ram~18268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18268feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y47_N11 +dffeas \text_gen|char_ram~18324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y47_N23 +dffeas \text_gen|char_ram~18156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18212feeder ( +// Equation(s): +// \text_gen|char_ram~18212feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y47_N13 +dffeas \text_gen|char_ram~18212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36391 ( +// Equation(s): +// \text_gen|char_ram~36391_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18212_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18156_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18156_q ), + .datad(\text_gen|char_ram~18212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36391 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36392 ( +// Equation(s): +// \text_gen|char_ram~36392_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36391_combout & ((\text_gen|char_ram~18324_q ))) # (!\text_gen|char_ram~36391_combout & (\text_gen|char_ram~18268_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36391_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18268_q ), + .datac(\text_gen|char_ram~18324_q ), + .datad(\text_gen|char_ram~36391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36392 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19164feeder ( +// Equation(s): +// \text_gen|char_ram~19164feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19164feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N23 +dffeas \text_gen|char_ram~19164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y51_N5 +dffeas \text_gen|char_ram~19220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y47_N13 +dffeas \text_gen|char_ram~19052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19108feeder ( +// Equation(s): +// \text_gen|char_ram~19108feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y47_N13 +dffeas \text_gen|char_ram~19108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36389 ( +// Equation(s): +// \text_gen|char_ram~36389_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19108_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19052_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19052_q ), + .datad(\text_gen|char_ram~19108_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36389 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36390 ( +// Equation(s): +// \text_gen|char_ram~36390_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36389_combout & ((\text_gen|char_ram~19220_q ))) # (!\text_gen|char_ram~36389_combout & (\text_gen|char_ram~19164_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36389_combout )))) + + .dataa(\text_gen|char_ram~19164_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19220_q ), + .datad(\text_gen|char_ram~36389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36390 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36393 ( +// Equation(s): +// \text_gen|char_ram~36393_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~36390_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~36392_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|char_ram~36392_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~36390_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36393 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~36393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36396 ( +// Equation(s): +// \text_gen|char_ram~36396_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36393_combout & (\text_gen|char_ram~36395_combout )) # (!\text_gen|char_ram~36393_combout & ((\text_gen|char_ram~36388_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36393_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36395_combout ), + .datac(\text_gen|char_ram~36388_combout ), + .datad(\text_gen|char_ram~36393_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36396 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36407 ( +// Equation(s): +// \text_gen|char_ram~36407_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~36396_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36406_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36406_combout ), + .datad(\text_gen|char_ram~36396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36407 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19192feeder ( +// Equation(s): +// \text_gen|char_ram~19192feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19192feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19192feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19192feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y63_N13 +dffeas \text_gen|char_ram~19192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19192feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y63_N9 +dffeas \text_gen|char_ram~19248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y66_N7 +dffeas \text_gen|char_ram~19080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y66_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19136feeder ( +// Equation(s): +// \text_gen|char_ram~19136feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19136feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19136feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19136feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y66_N29 +dffeas \text_gen|char_ram~19136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19136feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y66_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36410 ( +// Equation(s): +// \text_gen|char_ram~36410_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~19136_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19080_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19080_q ), + .datad(\text_gen|char_ram~19136_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36410 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36411 ( +// Equation(s): +// \text_gen|char_ram~36411_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36410_combout & ((\text_gen|char_ram~19248_q ))) # (!\text_gen|char_ram~36410_combout & (\text_gen|char_ram~19192_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36410_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19192_q ), + .datac(\text_gen|char_ram~19248_q ), + .datad(\text_gen|char_ram~36410_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36411 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y51_N3 +dffeas \text_gen|char_ram~18184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y51_N5 +dffeas \text_gen|char_ram~18240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36412 ( +// Equation(s): +// \text_gen|char_ram~36412_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18240_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18184_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18184_q ), + .datad(\text_gen|char_ram~18240_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36412 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y51_N1 +dffeas \text_gen|char_ram~18352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18296feeder ( +// Equation(s): +// \text_gen|char_ram~18296feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18296feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y50_N1 +dffeas \text_gen|char_ram~18296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36413 ( +// Equation(s): +// \text_gen|char_ram~36413_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36412_combout & (\text_gen|char_ram~18352_q )) # (!\text_gen|char_ram~36412_combout & ((\text_gen|char_ram~18296_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36412_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36412_combout ), + .datac(\text_gen|char_ram~18352_q ), + .datad(\text_gen|char_ram~18296_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36413 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36414 ( +// Equation(s): +// \text_gen|char_ram~36414_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~36411_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~36413_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36411_combout ), + .datad(\text_gen|char_ram~36413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36414 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y35_N29 +dffeas \text_gen|char_ram~19584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y35_N11 +dffeas \text_gen|char_ram~19696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N13 +dffeas \text_gen|char_ram~19528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19640feeder ( +// Equation(s): +// \text_gen|char_ram~19640feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19640feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19640feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19640feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y35_N29 +dffeas \text_gen|char_ram~19640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19640feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36415 ( +// Equation(s): +// \text_gen|char_ram~36415_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~19640_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19528_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19528_q ), + .datad(\text_gen|char_ram~19640_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36415 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36416 ( +// Equation(s): +// \text_gen|char_ram~36416_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36415_combout & ((\text_gen|char_ram~19696_q ))) # (!\text_gen|char_ram~36415_combout & (\text_gen|char_ram~19584_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36415_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19584_q ), + .datac(\text_gen|char_ram~19696_q ), + .datad(\text_gen|char_ram~36415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36416 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y17_N11 +dffeas \text_gen|char_ram~18688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y13_N9 +dffeas \text_gen|char_ram~18800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y17_N21 +dffeas \text_gen|char_ram~18632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18744feeder ( +// Equation(s): +// \text_gen|char_ram~18744feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y18_N7 +dffeas \text_gen|char_ram~18744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36408 ( +// Equation(s): +// \text_gen|char_ram~36408_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18744_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18632_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18632_q ), + .datad(\text_gen|char_ram~18744_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36408 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36409 ( +// Equation(s): +// \text_gen|char_ram~36409_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36408_combout & ((\text_gen|char_ram~18800_q ))) # (!\text_gen|char_ram~36408_combout & (\text_gen|char_ram~18688_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36408_combout )))) + + .dataa(\text_gen|char_ram~18688_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18800_q ), + .datad(\text_gen|char_ram~36408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36409 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36417 ( +// Equation(s): +// \text_gen|char_ram~36417_combout = (\text_gen|char_ram~36414_combout & (((\text_gen|char_ram~36416_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~36414_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36409_combout )))) + + .dataa(\text_gen|char_ram~36414_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36416_combout ), + .datad(\text_gen|char_ram~36409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36417 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19633feeder ( +// Equation(s): +// \text_gen|char_ram~19633feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19633feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19633feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19633feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N29 +dffeas \text_gen|char_ram~19633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19633feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y35_N7 +dffeas \text_gen|char_ram~19521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36384 ( +// Equation(s): +// \text_gen|char_ram~36384_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~19633_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~19521_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19633_q ), + .datac(\text_gen|char_ram~19521_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36384 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N3 +dffeas \text_gen|char_ram~19689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y31_N29 +dffeas \text_gen|char_ram~19577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36385 ( +// Equation(s): +// \text_gen|char_ram~36385_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36384_combout & (\text_gen|char_ram~19689_q )) # (!\text_gen|char_ram~36384_combout & ((\text_gen|char_ram~19577_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~36384_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~36384_combout ), + .datac(\text_gen|char_ram~19689_q ), + .datad(\text_gen|char_ram~19577_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36385 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y62_N29 +dffeas \text_gen|char_ram~19073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19129feeder ( +// Equation(s): +// \text_gen|char_ram~19129feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19129feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19129feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19129feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y62_N29 +dffeas \text_gen|char_ram~19129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19129feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36377 ( +// Equation(s): +// \text_gen|char_ram~36377_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~19129_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19073_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19073_q ), + .datad(\text_gen|char_ram~19129_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36377 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19241feeder ( +// Equation(s): +// \text_gen|char_ram~19241feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19241feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19241feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19241feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y63_N19 +dffeas \text_gen|char_ram~19241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19241feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y63_N5 +dffeas \text_gen|char_ram~19185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36378 ( +// Equation(s): +// \text_gen|char_ram~36378_combout = (\text_gen|char_ram~36377_combout & ((\text_gen|char_ram~19241_q ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~36377_combout & (((\text_gen|char_ram~19185_q & \text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~36377_combout ), + .datab(\text_gen|char_ram~19241_q ), + .datac(\text_gen|char_ram~19185_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36378 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~36378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y16_N23 +dffeas \text_gen|char_ram~18625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18737feeder ( +// Equation(s): +// \text_gen|char_ram~18737feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18737feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18737feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18737feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y16_N17 +dffeas \text_gen|char_ram~18737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18737feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36379 ( +// Equation(s): +// \text_gen|char_ram~36379_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18737_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18625_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18625_q ), + .datad(\text_gen|char_ram~18737_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36379 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N11 +dffeas \text_gen|char_ram~18793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y16_N1 +dffeas \text_gen|char_ram~18681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36380 ( +// Equation(s): +// \text_gen|char_ram~36380_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36379_combout & (\text_gen|char_ram~18793_q )) # (!\text_gen|char_ram~36379_combout & ((\text_gen|char_ram~18681_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~36379_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~36379_combout ), + .datac(\text_gen|char_ram~18793_q ), + .datad(\text_gen|char_ram~18681_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36380 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18289feeder ( +// Equation(s): +// \text_gen|char_ram~18289feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18289feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18289feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18289feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y50_N3 +dffeas \text_gen|char_ram~18289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18289feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y50_N13 +dffeas \text_gen|char_ram~18345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18233feeder ( +// Equation(s): +// \text_gen|char_ram~18233feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18233feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y50_N17 +dffeas \text_gen|char_ram~18233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y50_N3 +dffeas \text_gen|char_ram~18177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36381 ( +// Equation(s): +// \text_gen|char_ram~36381_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18233_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~18177_q & !\text_gen|Add5~0_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18233_q ), + .datac(\text_gen|char_ram~18177_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36381 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36382 ( +// Equation(s): +// \text_gen|char_ram~36382_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36381_combout & ((\text_gen|char_ram~18345_q ))) # (!\text_gen|char_ram~36381_combout & (\text_gen|char_ram~18289_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36381_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18289_q ), + .datac(\text_gen|char_ram~18345_q ), + .datad(\text_gen|char_ram~36381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36382 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36383 ( +// Equation(s): +// \text_gen|char_ram~36383_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36380_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~36382_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~36380_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36382_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36383 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36386 ( +// Equation(s): +// \text_gen|char_ram~36386_combout = (\text_gen|char_ram~36383_combout & ((\text_gen|char_ram~36385_combout ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36383_combout & (((\text_gen|char_ram~36378_combout & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~36385_combout ), + .datab(\text_gen|char_ram~36378_combout ), + .datac(\text_gen|char_ram~36383_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36386 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~36386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36418 ( +// Equation(s): +// \text_gen|char_ram~36418_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36407_combout & (\text_gen|char_ram~36417_combout )) # (!\text_gen|char_ram~36407_combout & ((\text_gen|char_ram~36386_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~36407_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36407_combout ), + .datac(\text_gen|char_ram~36417_combout ), + .datad(\text_gen|char_ram~36386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36418 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19381feeder ( +// Equation(s): +// \text_gen|char_ram~19381feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19381feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19381feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19381feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y39_N23 +dffeas \text_gen|char_ram~19381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19381feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y31_N29 +dffeas \text_gen|char_ram~19437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y31_N19 +dffeas \text_gen|char_ram~19269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19325feeder ( +// Equation(s): +// \text_gen|char_ram~19325feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19325feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19325feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19325feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y31_N25 +dffeas \text_gen|char_ram~19325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19325feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36446 ( +// Equation(s): +// \text_gen|char_ram~36446_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19325_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19269_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19269_q ), + .datad(\text_gen|char_ram~19325_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36446 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36447 ( +// Equation(s): +// \text_gen|char_ram~36447_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36446_combout & ((\text_gen|char_ram~19437_q ))) # (!\text_gen|char_ram~36446_combout & (\text_gen|char_ram~19381_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36446_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19381_q ), + .datac(\text_gen|char_ram~19437_q ), + .datad(\text_gen|char_ram~36446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36447 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y49_N19 +dffeas \text_gen|char_ram~17925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17981feeder ( +// Equation(s): +// \text_gen|char_ram~17981feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17981feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17981feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17981feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y49_N25 +dffeas \text_gen|char_ram~17981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17981feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36443 ( +// Equation(s): +// \text_gen|char_ram~36443_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~17981_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17925_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17925_q ), + .datad(\text_gen|char_ram~17981_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36443 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y44_N7 +dffeas \text_gen|char_ram~18093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18037feeder ( +// Equation(s): +// \text_gen|char_ram~18037feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18037feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y45_N29 +dffeas \text_gen|char_ram~18037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36444 ( +// Equation(s): +// \text_gen|char_ram~36444_combout = (\text_gen|char_ram~36443_combout & (((\text_gen|char_ram~18093_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~36443_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18037_q )))) + + .dataa(\text_gen|char_ram~36443_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18093_q ), + .datad(\text_gen|char_ram~18037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36444 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18485feeder ( +// Equation(s): +// \text_gen|char_ram~18485feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y40_N17 +dffeas \text_gen|char_ram~18485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y44_N5 +dffeas \text_gen|char_ram~18541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18429feeder ( +// Equation(s): +// \text_gen|char_ram~18429feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18429feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y25_N13 +dffeas \text_gen|char_ram~18429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y25_N3 +dffeas \text_gen|char_ram~18373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36441 ( +// Equation(s): +// \text_gen|char_ram~36441_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18429_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~18373_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~18429_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18373_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36441 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36442 ( +// Equation(s): +// \text_gen|char_ram~36442_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36441_combout & ((\text_gen|char_ram~18541_q ))) # (!\text_gen|char_ram~36441_combout & (\text_gen|char_ram~18485_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36441_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18485_q ), + .datac(\text_gen|char_ram~18541_q ), + .datad(\text_gen|char_ram~36441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36442 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36445 ( +// Equation(s): +// \text_gen|char_ram~36445_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~36442_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36444_combout )))) + + .dataa(\text_gen|char_ram~36444_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36442_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36445 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~36445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18933feeder ( +// Equation(s): +// \text_gen|char_ram~18933feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18933feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18933feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18933feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y51_N29 +dffeas \text_gen|char_ram~18933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18933feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y51_N31 +dffeas \text_gen|char_ram~18989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18877feeder ( +// Equation(s): +// \text_gen|char_ram~18877feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y59_N9 +dffeas \text_gen|char_ram~18877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y51_N7 +dffeas \text_gen|char_ram~18821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36439 ( +// Equation(s): +// \text_gen|char_ram~36439_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18877_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~18821_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~18877_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18821_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36439 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36440 ( +// Equation(s): +// \text_gen|char_ram~36440_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36439_combout & ((\text_gen|char_ram~18989_q ))) # (!\text_gen|char_ram~36439_combout & (\text_gen|char_ram~18933_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36439_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18933_q ), + .datac(\text_gen|char_ram~18989_q ), + .datad(\text_gen|char_ram~36439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36440 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36448 ( +// Equation(s): +// \text_gen|char_ram~36448_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36445_combout & (\text_gen|char_ram~36447_combout )) # (!\text_gen|char_ram~36445_combout & ((\text_gen|char_ram~36440_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36445_combout )))) + + .dataa(\text_gen|char_ram~36447_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36445_combout ), + .datad(\text_gen|char_ram~36440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36448 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~36448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18492feeder ( +// Equation(s): +// \text_gen|char_ram~18492feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18492feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y30_N13 +dffeas \text_gen|char_ram~18492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y22_N17 +dffeas \text_gen|char_ram~18548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y22_N7 +dffeas \text_gen|char_ram~18380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18436feeder ( +// Equation(s): +// \text_gen|char_ram~18436feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18436feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18436feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18436feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y21_N1 +dffeas \text_gen|char_ram~18436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18436feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36429 ( +// Equation(s): +// \text_gen|char_ram~36429_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18436_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18380_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18380_q ), + .datad(\text_gen|char_ram~18436_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36429 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36430 ( +// Equation(s): +// \text_gen|char_ram~36430_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36429_combout & ((\text_gen|char_ram~18548_q ))) # (!\text_gen|char_ram~36429_combout & (\text_gen|char_ram~18492_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36429_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18492_q ), + .datac(\text_gen|char_ram~18548_q ), + .datad(\text_gen|char_ram~36429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36430 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19388feeder ( +// Equation(s): +// \text_gen|char_ram~19388feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19388feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19388feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19388feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y36_N13 +dffeas \text_gen|char_ram~19388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19388feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y36_N3 +dffeas \text_gen|char_ram~19444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19444 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y36_N29 +dffeas \text_gen|char_ram~19276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19332feeder ( +// Equation(s): +// \text_gen|char_ram~19332feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19332feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19332feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19332feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y26_N17 +dffeas \text_gen|char_ram~19332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19332feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36436 ( +// Equation(s): +// \text_gen|char_ram~36436_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19332_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19276_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19276_q ), + .datad(\text_gen|char_ram~19332_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36436 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36437 ( +// Equation(s): +// \text_gen|char_ram~36437_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36436_combout & ((\text_gen|char_ram~19444_q ))) # (!\text_gen|char_ram~36436_combout & (\text_gen|char_ram~19388_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36436_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19388_q ), + .datac(\text_gen|char_ram~19444_q ), + .datad(\text_gen|char_ram~36436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36437 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18940feeder ( +// Equation(s): +// \text_gen|char_ram~18940feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18940feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18940feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18940feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y47_N9 +dffeas \text_gen|char_ram~18940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18940feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y47_N11 +dffeas \text_gen|char_ram~18996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y47_N17 +dffeas \text_gen|char_ram~18828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18884feeder ( +// Equation(s): +// \text_gen|char_ram~18884feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18884feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18884feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18884feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y63_N13 +dffeas \text_gen|char_ram~18884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18884feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36431 ( +// Equation(s): +// \text_gen|char_ram~36431_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18884_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18828_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18828_q ), + .datad(\text_gen|char_ram~18884_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36431 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36432 ( +// Equation(s): +// \text_gen|char_ram~36432_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36431_combout & ((\text_gen|char_ram~18996_q ))) # (!\text_gen|char_ram~36431_combout & (\text_gen|char_ram~18940_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36431_combout )))) + + .dataa(\text_gen|char_ram~18940_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18996_q ), + .datad(\text_gen|char_ram~36431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36432 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18044feeder ( +// Equation(s): +// \text_gen|char_ram~18044feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18044feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18044feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18044feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y44_N13 +dffeas \text_gen|char_ram~18044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18044feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y44_N19 +dffeas \text_gen|char_ram~18100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y47_N3 +dffeas \text_gen|char_ram~17932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y47_N3 +dffeas \text_gen|char_ram~17988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36433 ( +// Equation(s): +// \text_gen|char_ram~36433_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~17988_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17932_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17932_q ), + .datad(\text_gen|char_ram~17988_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36433 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36434 ( +// Equation(s): +// \text_gen|char_ram~36434_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36433_combout & ((\text_gen|char_ram~18100_q ))) # (!\text_gen|char_ram~36433_combout & (\text_gen|char_ram~18044_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36433_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18044_q ), + .datac(\text_gen|char_ram~18100_q ), + .datad(\text_gen|char_ram~36433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36434 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36435 ( +// Equation(s): +// \text_gen|char_ram~36435_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~36432_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~36434_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36432_combout ), + .datad(\text_gen|char_ram~36434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36435 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36438 ( +// Equation(s): +// \text_gen|char_ram~36438_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36435_combout & ((\text_gen|char_ram~36437_combout ))) # (!\text_gen|char_ram~36435_combout & (\text_gen|char_ram~36430_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36435_combout )))) + + .dataa(\text_gen|char_ram~36430_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36437_combout ), + .datad(\text_gen|char_ram~36435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36438 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36449 ( +// Equation(s): +// \text_gen|char_ram~36449_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36438_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36448_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36448_combout ), + .datad(\text_gen|char_ram~36438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36449 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19409feeder ( +// Equation(s): +// \text_gen|char_ram~19409feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19409feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19409feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19409feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y39_N19 +dffeas \text_gen|char_ram~19409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19409feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y39_N1 +dffeas \text_gen|char_ram~19465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19353feeder ( +// Equation(s): +// \text_gen|char_ram~19353feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19353feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y31_N23 +dffeas \text_gen|char_ram~19353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y35_N5 +dffeas \text_gen|char_ram~19297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36426 ( +// Equation(s): +// \text_gen|char_ram~36426_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19353_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~19297_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~19353_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19297_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36426 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36427 ( +// Equation(s): +// \text_gen|char_ram~36427_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36426_combout & ((\text_gen|char_ram~19465_q ))) # (!\text_gen|char_ram~36426_combout & (\text_gen|char_ram~19409_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36426_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19409_q ), + .datac(\text_gen|char_ram~19465_q ), + .datad(\text_gen|char_ram~36426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36427 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19017feeder ( +// Equation(s): +// \text_gen|char_ram~19017feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19017feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19017feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19017feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y51_N21 +dffeas \text_gen|char_ram~19017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19017feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y51_N17 +dffeas \text_gen|char_ram~18961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18905feeder ( +// Equation(s): +// \text_gen|char_ram~18905feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18905feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18905feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18905feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y55_N15 +dffeas \text_gen|char_ram~18905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18905feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y51_N3 +dffeas \text_gen|char_ram~18849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36419 ( +// Equation(s): +// \text_gen|char_ram~36419_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18905_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~18849_q & !\text_gen|Add5~0_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18905_q ), + .datac(\text_gen|char_ram~18849_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36419 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36420 ( +// Equation(s): +// \text_gen|char_ram~36420_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36419_combout & (\text_gen|char_ram~19017_q )) # (!\text_gen|char_ram~36419_combout & ((\text_gen|char_ram~18961_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36419_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19017_q ), + .datac(\text_gen|char_ram~18961_q ), + .datad(\text_gen|char_ram~36419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36420 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18065feeder ( +// Equation(s): +// \text_gen|char_ram~18065feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18065feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y47_N7 +dffeas \text_gen|char_ram~18065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y47_N9 +dffeas \text_gen|char_ram~18121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y50_N17 +dffeas \text_gen|char_ram~17953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18009feeder ( +// Equation(s): +// \text_gen|char_ram~18009feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18009feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y50_N23 +dffeas \text_gen|char_ram~18009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36423 ( +// Equation(s): +// \text_gen|char_ram~36423_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18009_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17953_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17953_q ), + .datad(\text_gen|char_ram~18009_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36423 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36424 ( +// Equation(s): +// \text_gen|char_ram~36424_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36423_combout & ((\text_gen|char_ram~18121_q ))) # (!\text_gen|char_ram~36423_combout & (\text_gen|char_ram~18065_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36423_combout )))) + + .dataa(\text_gen|char_ram~18065_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18121_q ), + .datad(\text_gen|char_ram~36423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36424 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18513feeder ( +// Equation(s): +// \text_gen|char_ram~18513feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18513feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18513feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18513feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y24_N13 +dffeas \text_gen|char_ram~18513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18513feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y24_N3 +dffeas \text_gen|char_ram~18569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y18_N3 +dffeas \text_gen|char_ram~18401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y13_N11 +dffeas \text_gen|char_ram~18457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36421 ( +// Equation(s): +// \text_gen|char_ram~36421_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18457_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18401_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18401_q ), + .datad(\text_gen|char_ram~18457_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36421 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36422 ( +// Equation(s): +// \text_gen|char_ram~36422_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36421_combout & ((\text_gen|char_ram~18569_q ))) # (!\text_gen|char_ram~36421_combout & (\text_gen|char_ram~18513_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36421_combout )))) + + .dataa(\text_gen|char_ram~18513_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18569_q ), + .datad(\text_gen|char_ram~36421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36422 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36425 ( +// Equation(s): +// \text_gen|char_ram~36425_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~36422_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~36424_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36424_combout ), + .datad(\text_gen|char_ram~36422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36425 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36428 ( +// Equation(s): +// \text_gen|char_ram~36428_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36425_combout & (\text_gen|char_ram~36427_combout )) # (!\text_gen|char_ram~36425_combout & ((\text_gen|char_ram~36420_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36425_combout )))) + + .dataa(\text_gen|char_ram~36427_combout ), + .datab(\text_gen|char_ram~36420_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~36425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36428 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~36428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N13 +dffeas \text_gen|char_ram~19304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19416feeder ( +// Equation(s): +// \text_gen|char_ram~19416feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19416feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19416feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19416feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y31_N29 +dffeas \text_gen|char_ram~19416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19416feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36457 ( +// Equation(s): +// \text_gen|char_ram~36457_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19416_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19304_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19304_q ), + .datad(\text_gen|char_ram~19416_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36457 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N15 +dffeas \text_gen|char_ram~19472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19360feeder ( +// Equation(s): +// \text_gen|char_ram~19360feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19360feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19360feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19360feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y39_N15 +dffeas \text_gen|char_ram~19360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19360feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36458 ( +// Equation(s): +// \text_gen|char_ram~36458_combout = (\text_gen|char_ram~36457_combout & (((\text_gen|char_ram~19472_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~36457_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19360_q )))) + + .dataa(\text_gen|char_ram~36457_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19472_q ), + .datad(\text_gen|char_ram~19360_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36458 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18072feeder ( +// Equation(s): +// \text_gen|char_ram~18072feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18072feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y50_N31 +dffeas \text_gen|char_ram~18072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y47_N15 +dffeas \text_gen|char_ram~18016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y49_N3 +dffeas \text_gen|char_ram~17960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36454 ( +// Equation(s): +// \text_gen|char_ram~36454_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18016_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~17960_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~18016_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17960_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36454 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y49_N17 +dffeas \text_gen|char_ram~18128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36455 ( +// Equation(s): +// \text_gen|char_ram~36455_combout = (\text_gen|char_ram~36454_combout & (((\text_gen|char_ram~18128_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~36454_combout & (\text_gen|char_ram~18072_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~18072_q ), + .datab(\text_gen|char_ram~36454_combout ), + .datac(\text_gen|char_ram~18128_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36455 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18968feeder ( +// Equation(s): +// \text_gen|char_ram~18968feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18968feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18968feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18968feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y58_N25 +dffeas \text_gen|char_ram~18968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18968feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y58_N17 +dffeas \text_gen|char_ram~19024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y58_N11 +dffeas \text_gen|char_ram~18856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18912feeder ( +// Equation(s): +// \text_gen|char_ram~18912feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18912feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18912feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18912feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y62_N21 +dffeas \text_gen|char_ram~18912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18912feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36452 ( +// Equation(s): +// \text_gen|char_ram~36452_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18912_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18856_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18856_q ), + .datad(\text_gen|char_ram~18912_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36452 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36453 ( +// Equation(s): +// \text_gen|char_ram~36453_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36452_combout & ((\text_gen|char_ram~19024_q ))) # (!\text_gen|char_ram~36452_combout & (\text_gen|char_ram~18968_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36452_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18968_q ), + .datac(\text_gen|char_ram~19024_q ), + .datad(\text_gen|char_ram~36452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36453 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36456 ( +// Equation(s): +// \text_gen|char_ram~36456_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~36453_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~36455_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36455_combout ), + .datad(\text_gen|char_ram~36453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36456 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y13_N9 +dffeas \text_gen|char_ram~18464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y13_N7 +dffeas \text_gen|char_ram~18576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y15_N13 +dffeas \text_gen|char_ram~18408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18520feeder ( +// Equation(s): +// \text_gen|char_ram~18520feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18520feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y18_N29 +dffeas \text_gen|char_ram~18520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36450 ( +// Equation(s): +// \text_gen|char_ram~36450_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18520_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18408_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18408_q ), + .datad(\text_gen|char_ram~18520_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36450 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36451 ( +// Equation(s): +// \text_gen|char_ram~36451_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36450_combout & ((\text_gen|char_ram~18576_q ))) # (!\text_gen|char_ram~36450_combout & (\text_gen|char_ram~18464_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36450_combout )))) + + .dataa(\text_gen|char_ram~18464_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18576_q ), + .datad(\text_gen|char_ram~36450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36451 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36459 ( +// Equation(s): +// \text_gen|char_ram~36459_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36456_combout & (\text_gen|char_ram~36458_combout )) # (!\text_gen|char_ram~36456_combout & ((\text_gen|char_ram~36451_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36456_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36458_combout ), + .datac(\text_gen|char_ram~36456_combout ), + .datad(\text_gen|char_ram~36451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36459 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36460 ( +// Equation(s): +// \text_gen|char_ram~36460_combout = (\text_gen|char_ram~36449_combout & (((\text_gen|char_ram~36459_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~36449_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~36428_combout ))) + + .dataa(\text_gen|char_ram~36449_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36428_combout ), + .datad(\text_gen|char_ram~36459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36460 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~36460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36461 ( +// Equation(s): +// \text_gen|char_ram~36461_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~36418_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~36460_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36418_combout ), + .datac(\text_gen|char_ram~36460_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36461 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18478feeder ( +// Equation(s): +// \text_gen|char_ram~18478feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18478feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18478feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18478feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y17_N9 +dffeas \text_gen|char_ram~18478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18478feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y18_N23 +dffeas \text_gen|char_ram~18590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y18_N29 +dffeas \text_gen|char_ram~18422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18534feeder ( +// Equation(s): +// \text_gen|char_ram~18534feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18534feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y22_N27 +dffeas \text_gen|char_ram~18534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36366 ( +// Equation(s): +// \text_gen|char_ram~36366_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18534_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18422_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18422_q ), + .datad(\text_gen|char_ram~18534_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36366 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36367 ( +// Equation(s): +// \text_gen|char_ram~36367_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36366_combout & ((\text_gen|char_ram~18590_q ))) # (!\text_gen|char_ram~36366_combout & (\text_gen|char_ram~18478_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36366_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18478_q ), + .datac(\text_gen|char_ram~18590_q ), + .datad(\text_gen|char_ram~36366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36367 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N23 +dffeas \text_gen|char_ram~19374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y27_N9 +dffeas \text_gen|char_ram~19486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y25_N27 +dffeas \text_gen|char_ram~19430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y25_N17 +dffeas \text_gen|char_ram~19318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36373 ( +// Equation(s): +// \text_gen|char_ram~36373_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~19430_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~19318_q ))))) + + .dataa(\text_gen|char_ram~19430_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19318_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36373 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36374 ( +// Equation(s): +// \text_gen|char_ram~36374_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36373_combout & ((\text_gen|char_ram~19486_q ))) # (!\text_gen|char_ram~36373_combout & (\text_gen|char_ram~19374_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36373_combout )))) + + .dataa(\text_gen|char_ram~19374_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19486_q ), + .datad(\text_gen|char_ram~36373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36374 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18142feeder ( +// Equation(s): +// \text_gen|char_ram~18142feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18142feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18142feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18142feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y48_N19 +dffeas \text_gen|char_ram~18142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18142feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18086feeder ( +// Equation(s): +// \text_gen|char_ram~18086feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18086feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y51_N7 +dffeas \text_gen|char_ram~18086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y51_N29 +dffeas \text_gen|char_ram~17974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y48_N7 +dffeas \text_gen|char_ram~18030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36370 ( +// Equation(s): +// \text_gen|char_ram~36370_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18030_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17974_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17974_q ), + .datad(\text_gen|char_ram~18030_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36370 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36371 ( +// Equation(s): +// \text_gen|char_ram~36371_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36370_combout & (\text_gen|char_ram~18142_q )) # (!\text_gen|char_ram~36370_combout & ((\text_gen|char_ram~18086_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36370_combout )))) + + .dataa(\text_gen|char_ram~18142_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18086_q ), + .datad(\text_gen|char_ram~36370_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36371 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18982feeder ( +// Equation(s): +// \text_gen|char_ram~18982feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N25 +dffeas \text_gen|char_ram~18982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y58_N27 +dffeas \text_gen|char_ram~19038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y58_N5 +dffeas \text_gen|char_ram~18870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18926feeder ( +// Equation(s): +// \text_gen|char_ram~18926feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18926feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18926feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18926feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y58_N5 +dffeas \text_gen|char_ram~18926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18926feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36368 ( +// Equation(s): +// \text_gen|char_ram~36368_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18926_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18870_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18870_q ), + .datad(\text_gen|char_ram~18926_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36368 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36369 ( +// Equation(s): +// \text_gen|char_ram~36369_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36368_combout & ((\text_gen|char_ram~19038_q ))) # (!\text_gen|char_ram~36368_combout & (\text_gen|char_ram~18982_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36368_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18982_q ), + .datac(\text_gen|char_ram~19038_q ), + .datad(\text_gen|char_ram~36368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36369 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36372 ( +// Equation(s): +// \text_gen|char_ram~36372_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~36369_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~36371_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36371_combout ), + .datad(\text_gen|char_ram~36369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36372 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36375 ( +// Equation(s): +// \text_gen|char_ram~36375_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36372_combout & ((\text_gen|char_ram~36374_combout ))) # (!\text_gen|char_ram~36372_combout & (\text_gen|char_ram~36367_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36372_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36367_combout ), + .datac(\text_gen|char_ram~36374_combout ), + .datad(\text_gen|char_ram~36372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36375 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y29_N11 +dffeas \text_gen|char_ram~19311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19423feeder ( +// Equation(s): +// \text_gen|char_ram~19423feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N9 +dffeas \text_gen|char_ram~19423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36352 ( +// Equation(s): +// \text_gen|char_ram~36352_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19423_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19311_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19311_q ), + .datad(\text_gen|char_ram~19423_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36352 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19367feeder ( +// Equation(s): +// \text_gen|char_ram~19367feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19367feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19367feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19367feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N29 +dffeas \text_gen|char_ram~19367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19367feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19479feeder ( +// Equation(s): +// \text_gen|char_ram~19479feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N3 +dffeas \text_gen|char_ram~19479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36353 ( +// Equation(s): +// \text_gen|char_ram~36353_combout = (\text_gen|char_ram~36352_combout & (((\text_gen|char_ram~19479_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~36352_combout & (\text_gen|char_ram~19367_q & (\vga_c|h_cnt [7]))) + + .dataa(\text_gen|char_ram~36352_combout ), + .datab(\text_gen|char_ram~19367_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~19479_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36353 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~36353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y58_N19 +dffeas \text_gen|char_ram~18863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18919feeder ( +// Equation(s): +// \text_gen|char_ram~18919feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18919feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N1 +dffeas \text_gen|char_ram~18919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36345 ( +// Equation(s): +// \text_gen|char_ram~36345_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18919_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18863_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18863_q ), + .datad(\text_gen|char_ram~18919_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36345 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N17 +dffeas \text_gen|char_ram~19031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18975feeder ( +// Equation(s): +// \text_gen|char_ram~18975feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18975feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18975feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18975feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N25 +dffeas \text_gen|char_ram~18975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18975feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36346 ( +// Equation(s): +// \text_gen|char_ram~36346_combout = (\text_gen|char_ram~36345_combout & (((\text_gen|char_ram~19031_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~36345_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18975_q )))) + + .dataa(\text_gen|char_ram~36345_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19031_q ), + .datad(\text_gen|char_ram~18975_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36346 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18471feeder ( +// Equation(s): +// \text_gen|char_ram~18471feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18471feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18471feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18471feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y16_N23 +dffeas \text_gen|char_ram~18471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18471feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y22_N27 +dffeas \text_gen|char_ram~18583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18527feeder ( +// Equation(s): +// \text_gen|char_ram~18527feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18527feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18527feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18527feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N7 +dffeas \text_gen|char_ram~18527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18527feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y17_N15 +dffeas \text_gen|char_ram~18415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36347 ( +// Equation(s): +// \text_gen|char_ram~36347_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18527_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~18415_q ))))) + + .dataa(\text_gen|char_ram~18527_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18415_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36347 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36348 ( +// Equation(s): +// \text_gen|char_ram~36348_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36347_combout & ((\text_gen|char_ram~18583_q ))) # (!\text_gen|char_ram~36347_combout & (\text_gen|char_ram~18471_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36347_combout )))) + + .dataa(\text_gen|char_ram~18471_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18583_q ), + .datad(\text_gen|char_ram~36347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36348 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y50_N11 +dffeas \text_gen|char_ram~17967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18023feeder ( +// Equation(s): +// \text_gen|char_ram~18023feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18023feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18023feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18023feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y42_N25 +dffeas \text_gen|char_ram~18023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18023feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36349 ( +// Equation(s): +// \text_gen|char_ram~36349_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18023_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17967_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17967_q ), + .datad(\text_gen|char_ram~18023_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36349 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y22_N5 +dffeas \text_gen|char_ram~18135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18079feeder ( +// Equation(s): +// \text_gen|char_ram~18079feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y50_N21 +dffeas \text_gen|char_ram~18079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36350 ( +// Equation(s): +// \text_gen|char_ram~36350_combout = (\text_gen|char_ram~36349_combout & (((\text_gen|char_ram~18135_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~36349_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18079_q )))) + + .dataa(\text_gen|char_ram~36349_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18135_q ), + .datad(\text_gen|char_ram~18079_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36350 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36351 ( +// Equation(s): +// \text_gen|char_ram~36351_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36348_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~36350_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~36348_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36350_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36351 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36354 ( +// Equation(s): +// \text_gen|char_ram~36354_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36351_combout & (\text_gen|char_ram~36353_combout )) # (!\text_gen|char_ram~36351_combout & ((\text_gen|char_ram~36346_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36351_combout )))) + + .dataa(\text_gen|char_ram~36353_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36346_combout ), + .datad(\text_gen|char_ram~36351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36354 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19339feeder ( +// Equation(s): +// \text_gen|char_ram~19339feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19339feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19339feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19339feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y27_N13 +dffeas \text_gen|char_ram~19339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19339feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y29_N3 +dffeas \text_gen|char_ram~19451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y29_N21 +dffeas \text_gen|char_ram~19283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19395feeder ( +// Equation(s): +// \text_gen|char_ram~19395feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y40_N9 +dffeas \text_gen|char_ram~19395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36362 ( +// Equation(s): +// \text_gen|char_ram~36362_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19395_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19283_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19283_q ), + .datad(\text_gen|char_ram~19395_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36362 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36363 ( +// Equation(s): +// \text_gen|char_ram~36363_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36362_combout & ((\text_gen|char_ram~19451_q ))) # (!\text_gen|char_ram~36362_combout & (\text_gen|char_ram~19339_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36362_combout )))) + + .dataa(\text_gen|char_ram~19339_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19451_q ), + .datad(\text_gen|char_ram~36362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36363 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18947feeder ( +// Equation(s): +// \text_gen|char_ram~18947feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18947feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18947feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18947feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y43_N29 +dffeas \text_gen|char_ram~18947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18947feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y49_N3 +dffeas \text_gen|char_ram~19003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18891feeder ( +// Equation(s): +// \text_gen|char_ram~18891feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18891feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18891feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18891feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y59_N29 +dffeas \text_gen|char_ram~18891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18891feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y59_N7 +dffeas \text_gen|char_ram~18835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36355 ( +// Equation(s): +// \text_gen|char_ram~36355_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18891_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~18835_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~18891_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18835_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36355 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36356 ( +// Equation(s): +// \text_gen|char_ram~36356_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36355_combout & ((\text_gen|char_ram~19003_q ))) # (!\text_gen|char_ram~36355_combout & (\text_gen|char_ram~18947_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36355_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18947_q ), + .datac(\text_gen|char_ram~19003_q ), + .datad(\text_gen|char_ram~36355_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36356 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y30_N29 +dffeas \text_gen|char_ram~18443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y30_N11 +dffeas \text_gen|char_ram~18555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y18_N5 +dffeas \text_gen|char_ram~18387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18499feeder ( +// Equation(s): +// \text_gen|char_ram~18499feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y22_N9 +dffeas \text_gen|char_ram~18499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36357 ( +// Equation(s): +// \text_gen|char_ram~36357_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18499_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18387_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18387_q ), + .datad(\text_gen|char_ram~18499_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36357 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36358 ( +// Equation(s): +// \text_gen|char_ram~36358_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36357_combout & ((\text_gen|char_ram~18555_q ))) # (!\text_gen|char_ram~36357_combout & (\text_gen|char_ram~18443_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36357_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18443_q ), + .datac(\text_gen|char_ram~18555_q ), + .datad(\text_gen|char_ram~36357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36358 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18051feeder ( +// Equation(s): +// \text_gen|char_ram~18051feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18051feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18051feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18051feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N5 +dffeas \text_gen|char_ram~18051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18051feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y49_N23 +dffeas \text_gen|char_ram~18107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17995feeder ( +// Equation(s): +// \text_gen|char_ram~17995feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17995feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17995feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17995feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y49_N29 +dffeas \text_gen|char_ram~17995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17995feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y49_N1 +dffeas \text_gen|char_ram~17939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36359 ( +// Equation(s): +// \text_gen|char_ram~36359_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~17995_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~17939_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17995_q ), + .datac(\text_gen|char_ram~17939_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~36359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36359 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36360 ( +// Equation(s): +// \text_gen|char_ram~36360_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36359_combout & ((\text_gen|char_ram~18107_q ))) # (!\text_gen|char_ram~36359_combout & (\text_gen|char_ram~18051_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36359_combout )))) + + .dataa(\text_gen|char_ram~18051_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18107_q ), + .datad(\text_gen|char_ram~36359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36360 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36361 ( +// Equation(s): +// \text_gen|char_ram~36361_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~36358_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~36360_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36358_combout ), + .datad(\text_gen|char_ram~36360_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36361 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36364 ( +// Equation(s): +// \text_gen|char_ram~36364_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36361_combout & (\text_gen|char_ram~36363_combout )) # (!\text_gen|char_ram~36361_combout & ((\text_gen|char_ram~36356_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36361_combout )))) + + .dataa(\text_gen|char_ram~36363_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36356_combout ), + .datad(\text_gen|char_ram~36361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36364 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36365 ( +// Equation(s): +// \text_gen|char_ram~36365_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~36354_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36364_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36354_combout ), + .datad(\text_gen|char_ram~36364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36365 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y28_N13 +dffeas \text_gen|char_ram~19402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y28_N31 +dffeas \text_gen|char_ram~19290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36342 ( +// Equation(s): +// \text_gen|char_ram~36342_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19402_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~19290_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19402_q ), + .datac(\text_gen|char_ram~19290_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~36342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36342 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N9 +dffeas \text_gen|char_ram~19346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19458feeder ( +// Equation(s): +// \text_gen|char_ram~19458feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19458feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19458feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19458feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N21 +dffeas \text_gen|char_ram~19458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19458feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36343 ( +// Equation(s): +// \text_gen|char_ram~36343_combout = (\text_gen|char_ram~36342_combout & (((\text_gen|char_ram~19458_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~36342_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~19346_q ))) + + .dataa(\text_gen|char_ram~36342_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19346_q ), + .datad(\text_gen|char_ram~19458_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36343 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~36343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y36_N19 +dffeas \text_gen|char_ram~18562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y38_N3 +dffeas \text_gen|char_ram~18450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y27_N3 +dffeas \text_gen|char_ram~18394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18506feeder ( +// Equation(s): +// \text_gen|char_ram~18506feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N3 +dffeas \text_gen|char_ram~18506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36335 ( +// Equation(s): +// \text_gen|char_ram~36335_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18506_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18394_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18394_q ), + .datad(\text_gen|char_ram~18506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36335 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36336 ( +// Equation(s): +// \text_gen|char_ram~36336_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36335_combout & (\text_gen|char_ram~18562_q )) # (!\text_gen|char_ram~36335_combout & ((\text_gen|char_ram~18450_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36335_combout )))) + + .dataa(\text_gen|char_ram~18562_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18450_q ), + .datad(\text_gen|char_ram~36335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36336 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18954feeder ( +// Equation(s): +// \text_gen|char_ram~18954feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18954feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18954feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18954feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y47_N9 +dffeas \text_gen|char_ram~18954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18954feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y55_N13 +dffeas \text_gen|char_ram~19010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y55_N19 +dffeas \text_gen|char_ram~18842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18898feeder ( +// Equation(s): +// \text_gen|char_ram~18898feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y57_N23 +dffeas \text_gen|char_ram~18898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36337 ( +// Equation(s): +// \text_gen|char_ram~36337_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18898_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18842_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18842_q ), + .datad(\text_gen|char_ram~18898_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36337 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36338 ( +// Equation(s): +// \text_gen|char_ram~36338_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36337_combout & ((\text_gen|char_ram~19010_q ))) # (!\text_gen|char_ram~36337_combout & (\text_gen|char_ram~18954_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36337_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18954_q ), + .datac(\text_gen|char_ram~19010_q ), + .datad(\text_gen|char_ram~36337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36338 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18058feeder ( +// Equation(s): +// \text_gen|char_ram~18058feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18058feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18058feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18058feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N29 +dffeas \text_gen|char_ram~18058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18058feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y39_N27 +dffeas \text_gen|char_ram~18114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y47_N23 +dffeas \text_gen|char_ram~17946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18002feeder ( +// Equation(s): +// \text_gen|char_ram~18002feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~18002feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18002feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18002feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y42_N13 +dffeas \text_gen|char_ram~18002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18002feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36339 ( +// Equation(s): +// \text_gen|char_ram~36339_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18002_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17946_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17946_q ), + .datad(\text_gen|char_ram~18002_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36339 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36340 ( +// Equation(s): +// \text_gen|char_ram~36340_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36339_combout & ((\text_gen|char_ram~18114_q ))) # (!\text_gen|char_ram~36339_combout & (\text_gen|char_ram~18058_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36339_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18058_q ), + .datac(\text_gen|char_ram~18114_q ), + .datad(\text_gen|char_ram~36339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36340 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36341 ( +// Equation(s): +// \text_gen|char_ram~36341_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~36338_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~36340_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36338_combout ), + .datac(\text_gen|char_ram~36340_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36341 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36344 ( +// Equation(s): +// \text_gen|char_ram~36344_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36341_combout & (\text_gen|char_ram~36343_combout )) # (!\text_gen|char_ram~36341_combout & ((\text_gen|char_ram~36336_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36341_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36343_combout ), + .datac(\text_gen|char_ram~36336_combout ), + .datad(\text_gen|char_ram~36341_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36344 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36376 ( +// Equation(s): +// \text_gen|char_ram~36376_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36365_combout & (\text_gen|char_ram~36375_combout )) # (!\text_gen|char_ram~36365_combout & ((\text_gen|char_ram~36344_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36365_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36375_combout ), + .datac(\text_gen|char_ram~36365_combout ), + .datad(\text_gen|char_ram~36344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36376 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36504 ( +// Equation(s): +// \text_gen|char_ram~36504_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36461_combout & (\text_gen|char_ram~36503_combout )) # (!\text_gen|char_ram~36461_combout & ((\text_gen|char_ram~36376_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36461_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36503_combout ), + .datac(\text_gen|char_ram~36461_combout ), + .datad(\text_gen|char_ram~36376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36504 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y28_N15 +dffeas \text_gen|char_ram~17596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y27_N11 +dffeas \text_gen|char_ram~17820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N5 +dffeas \text_gen|char_ram~17148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17372feeder ( +// Equation(s): +// \text_gen|char_ram~17372feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17372feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y50_N21 +dffeas \text_gen|char_ram~17372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36547 ( +// Equation(s): +// \text_gen|char_ram~36547_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~17372_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17148_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17148_q ), + .datad(\text_gen|char_ram~17372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36547 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36548 ( +// Equation(s): +// \text_gen|char_ram~36548_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36547_combout & ((\text_gen|char_ram~17820_q ))) # (!\text_gen|char_ram~36547_combout & (\text_gen|char_ram~17596_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36547_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17596_q ), + .datac(\text_gen|char_ram~17820_q ), + .datad(\text_gen|char_ram~36547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36548 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y24_N29 +dffeas \text_gen|char_ram~16252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y24_N19 +dffeas \text_gen|char_ram~16476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36551 ( +// Equation(s): +// \text_gen|char_ram~36551_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16476_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16252_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16252_q ), + .datad(\text_gen|char_ram~16476_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36551 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y24_N7 +dffeas \text_gen|char_ram~16924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16700feeder ( +// Equation(s): +// \text_gen|char_ram~16700feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16700feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16700feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16700feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y16_N17 +dffeas \text_gen|char_ram~16700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16700feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36552 ( +// Equation(s): +// \text_gen|char_ram~36552_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36551_combout & (\text_gen|char_ram~16924_q )) # (!\text_gen|char_ram~36551_combout & ((\text_gen|char_ram~16700_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36551_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36551_combout ), + .datac(\text_gen|char_ram~16924_q ), + .datad(\text_gen|char_ram~16700_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36552 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y22_N19 +dffeas \text_gen|char_ram~16728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y22_N1 +dffeas \text_gen|char_ram~16952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16504feeder ( +// Equation(s): +// \text_gen|char_ram~16504feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16504feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y30_N11 +dffeas \text_gen|char_ram~16504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y30_N13 +dffeas \text_gen|char_ram~16280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36549 ( +// Equation(s): +// \text_gen|char_ram~36549_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16504_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~16280_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~16504_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16280_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36549 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36550 ( +// Equation(s): +// \text_gen|char_ram~36550_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36549_combout & ((\text_gen|char_ram~16952_q ))) # (!\text_gen|char_ram~36549_combout & (\text_gen|char_ram~16728_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36549_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16728_q ), + .datac(\text_gen|char_ram~16952_q ), + .datad(\text_gen|char_ram~36549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36550 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36553 ( +// Equation(s): +// \text_gen|char_ram~36553_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~36550_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36552_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36552_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~36550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36553 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~36553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y30_N7 +dffeas \text_gen|char_ram~17624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y27_N25 +dffeas \text_gen|char_ram~17848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17400feeder ( +// Equation(s): +// \text_gen|char_ram~17400feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17400feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y46_N25 +dffeas \text_gen|char_ram~17400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y46_N19 +dffeas \text_gen|char_ram~17176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36554 ( +// Equation(s): +// \text_gen|char_ram~36554_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~17400_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~17176_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17400_q ), + .datac(\text_gen|char_ram~17176_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36554 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36555 ( +// Equation(s): +// \text_gen|char_ram~36555_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36554_combout & ((\text_gen|char_ram~17848_q ))) # (!\text_gen|char_ram~36554_combout & (\text_gen|char_ram~17624_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36554_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17624_q ), + .datac(\text_gen|char_ram~17848_q ), + .datad(\text_gen|char_ram~36554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36555 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36556 ( +// Equation(s): +// \text_gen|char_ram~36556_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36553_combout & ((\text_gen|char_ram~36555_combout ))) # (!\text_gen|char_ram~36553_combout & (\text_gen|char_ram~36548_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36553_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36548_combout ), + .datac(\text_gen|char_ram~36553_combout ), + .datad(\text_gen|char_ram~36555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36556 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~36556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17386feeder ( +// Equation(s): +// \text_gen|char_ram~17386feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N9 +dffeas \text_gen|char_ram~17386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N31 +dffeas \text_gen|char_ram~17834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N29 +dffeas \text_gen|char_ram~16490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16938feeder ( +// Equation(s): +// \text_gen|char_ram~16938feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16938feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N25 +dffeas \text_gen|char_ram~16938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36578 ( +// Equation(s): +// \text_gen|char_ram~36578_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16938_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16490_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16490_q ), + .datad(\text_gen|char_ram~16938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36578 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36579 ( +// Equation(s): +// \text_gen|char_ram~36579_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36578_combout & ((\text_gen|char_ram~17834_q ))) # (!\text_gen|char_ram~36578_combout & (\text_gen|char_ram~17386_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36578_combout )))) + + .dataa(\text_gen|char_ram~17386_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17834_q ), + .datad(\text_gen|char_ram~36578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36579 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16714feeder ( +// Equation(s): +// \text_gen|char_ram~16714feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N27 +dffeas \text_gen|char_ram~16714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y24_N13 +dffeas \text_gen|char_ram~16266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36582 ( +// Equation(s): +// \text_gen|char_ram~36582_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~16714_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~16266_q +// ))))) + + .dataa(\text_gen|char_ram~16714_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16266_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36582 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17162feeder ( +// Equation(s): +// \text_gen|char_ram~17162feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y44_N13 +dffeas \text_gen|char_ram~17162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y24_N3 +dffeas \text_gen|char_ram~17610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36583 ( +// Equation(s): +// \text_gen|char_ram~36583_combout = (\text_gen|char_ram~36582_combout & (((\text_gen|char_ram~17610_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36582_combout & (\text_gen|char_ram~17162_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~36582_combout ), + .datab(\text_gen|char_ram~17162_q ), + .datac(\text_gen|char_ram~17610_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36583 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y20_N13 +dffeas \text_gen|char_ram~16742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y24_N13 +dffeas \text_gen|char_ram~16294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36580 ( +// Equation(s): +// \text_gen|char_ram~36580_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16742_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~16294_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16742_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16294_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36580 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y30_N29 +dffeas \text_gen|char_ram~17190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y24_N27 +dffeas \text_gen|char_ram~17638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36581 ( +// Equation(s): +// \text_gen|char_ram~36581_combout = (\text_gen|char_ram~36580_combout & (((\text_gen|char_ram~17638_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36580_combout & (\text_gen|char_ram~17190_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~36580_combout ), + .datab(\text_gen|char_ram~17190_q ), + .datac(\text_gen|char_ram~17638_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36581 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36584 ( +// Equation(s): +// \text_gen|char_ram~36584_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~36581_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~36583_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36583_combout ), + .datad(\text_gen|char_ram~36581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36584 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y22_N3 +dffeas \text_gen|char_ram~16966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y23_N21 +dffeas \text_gen|char_ram~17862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y22_N1 +dffeas \text_gen|char_ram~16518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17414feeder ( +// Equation(s): +// \text_gen|char_ram~17414feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17414feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17414feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17414feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N27 +dffeas \text_gen|char_ram~17414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17414feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36585 ( +// Equation(s): +// \text_gen|char_ram~36585_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17414_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16518_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16518_q ), + .datad(\text_gen|char_ram~17414_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36585 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36586 ( +// Equation(s): +// \text_gen|char_ram~36586_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36585_combout & ((\text_gen|char_ram~17862_q ))) # (!\text_gen|char_ram~36585_combout & (\text_gen|char_ram~16966_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36585_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16966_q ), + .datac(\text_gen|char_ram~17862_q ), + .datad(\text_gen|char_ram~36585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36586 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36587 ( +// Equation(s): +// \text_gen|char_ram~36587_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36584_combout & ((\text_gen|char_ram~36586_combout ))) # (!\text_gen|char_ram~36584_combout & (\text_gen|char_ram~36579_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36584_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36579_combout ), + .datac(\text_gen|char_ram~36584_combout ), + .datad(\text_gen|char_ram~36586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36587 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~36587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y27_N29 +dffeas \text_gen|char_ram~16245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16693feeder ( +// Equation(s): +// \text_gen|char_ram~16693feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16693feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y16_N11 +dffeas \text_gen|char_ram~16693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36571 ( +// Equation(s): +// \text_gen|char_ram~36571_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16693_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16245_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16245_q ), + .datad(\text_gen|char_ram~16693_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36571 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y27_N3 +dffeas \text_gen|char_ram~17589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17141feeder ( +// Equation(s): +// \text_gen|char_ram~17141feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y37_N3 +dffeas \text_gen|char_ram~17141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36572 ( +// Equation(s): +// \text_gen|char_ram~36572_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36571_combout & (\text_gen|char_ram~17589_q )) # (!\text_gen|char_ram~36571_combout & ((\text_gen|char_ram~17141_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~36571_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36571_combout ), + .datac(\text_gen|char_ram~17589_q ), + .datad(\text_gen|char_ram~17141_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36572 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y33_N29 +dffeas \text_gen|char_ram~17169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N7 +dffeas \text_gen|char_ram~17617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N21 +dffeas \text_gen|char_ram~16273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16721feeder ( +// Equation(s): +// \text_gen|char_ram~16721feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16721feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N13 +dffeas \text_gen|char_ram~16721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36569 ( +// Equation(s): +// \text_gen|char_ram~36569_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16721_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16273_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16273_q ), + .datad(\text_gen|char_ram~16721_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36569 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36570 ( +// Equation(s): +// \text_gen|char_ram~36570_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36569_combout & ((\text_gen|char_ram~17617_q ))) # (!\text_gen|char_ram~36569_combout & (\text_gen|char_ram~17169_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36569_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17169_q ), + .datac(\text_gen|char_ram~17617_q ), + .datad(\text_gen|char_ram~36569_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36570 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36573 ( +// Equation(s): +// \text_gen|char_ram~36573_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~36570_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36572_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36572_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~36570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36573 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~36573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16917feeder ( +// Equation(s): +// \text_gen|char_ram~16917feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16917feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16917feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16917feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y16_N17 +dffeas \text_gen|char_ram~16917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16917feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y32_N7 +dffeas \text_gen|char_ram~17813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17365feeder ( +// Equation(s): +// \text_gen|char_ram~17365feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17365feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17365feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17365feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y46_N21 +dffeas \text_gen|char_ram~17365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17365feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y36_N11 +dffeas \text_gen|char_ram~16469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36567 ( +// Equation(s): +// \text_gen|char_ram~36567_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~17365_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~16469_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~17365_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16469_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36567 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36568 ( +// Equation(s): +// \text_gen|char_ram~36568_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36567_combout & ((\text_gen|char_ram~17813_q ))) # (!\text_gen|char_ram~36567_combout & (\text_gen|char_ram~16917_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36567_combout )))) + + .dataa(\text_gen|char_ram~16917_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17813_q ), + .datad(\text_gen|char_ram~36567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36568 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y32_N7 +dffeas \text_gen|char_ram~16945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y32_N29 +dffeas \text_gen|char_ram~17841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17393feeder ( +// Equation(s): +// \text_gen|char_ram~17393feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17393feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17393feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17393feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y48_N29 +dffeas \text_gen|char_ram~17393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17393feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y48_N3 +dffeas \text_gen|char_ram~16497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36574 ( +// Equation(s): +// \text_gen|char_ram~36574_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~17393_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~16497_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17393_q ), + .datac(\text_gen|char_ram~16497_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36574 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36575 ( +// Equation(s): +// \text_gen|char_ram~36575_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36574_combout & ((\text_gen|char_ram~17841_q ))) # (!\text_gen|char_ram~36574_combout & (\text_gen|char_ram~16945_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36574_combout )))) + + .dataa(\text_gen|char_ram~16945_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17841_q ), + .datad(\text_gen|char_ram~36574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36575 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36576 ( +// Equation(s): +// \text_gen|char_ram~36576_combout = (\text_gen|char_ram~36573_combout & (((\text_gen|char_ram~36575_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~36573_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~36568_combout ))) + + .dataa(\text_gen|char_ram~36573_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36568_combout ), + .datad(\text_gen|char_ram~36575_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36576 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~36576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N17 +dffeas \text_gen|char_ram~16707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17603feeder ( +// Equation(s): +// \text_gen|char_ram~17603feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17603feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17603feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17603feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y28_N5 +dffeas \text_gen|char_ram~17603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17603feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36557 ( +// Equation(s): +// \text_gen|char_ram~36557_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~17603_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16707_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16707_q ), + .datad(\text_gen|char_ram~17603_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36557 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N27 +dffeas \text_gen|char_ram~17827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16931feeder ( +// Equation(s): +// \text_gen|char_ram~16931feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16931feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16931feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16931feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y15_N17 +dffeas \text_gen|char_ram~16931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16931feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36558 ( +// Equation(s): +// \text_gen|char_ram~36558_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36557_combout & (\text_gen|char_ram~17827_q )) # (!\text_gen|char_ram~36557_combout & ((\text_gen|char_ram~16931_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36557_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36557_combout ), + .datac(\text_gen|char_ram~17827_q ), + .datad(\text_gen|char_ram~16931_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36558 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16959feeder ( +// Equation(s): +// \text_gen|char_ram~16959feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y20_N1 +dffeas \text_gen|char_ram~16959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y25_N5 +dffeas \text_gen|char_ram~16735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y29_N11 +dffeas \text_gen|char_ram~17631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36564 ( +// Equation(s): +// \text_gen|char_ram~36564_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17631_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16735_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16735_q ), + .datad(\text_gen|char_ram~17631_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36564 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N7 +dffeas \text_gen|char_ram~17855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36565 ( +// Equation(s): +// \text_gen|char_ram~36565_combout = (\text_gen|char_ram~36564_combout & (((\text_gen|char_ram~17855_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36564_combout & (\text_gen|char_ram~16959_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16959_q ), + .datab(\text_gen|char_ram~36564_combout ), + .datac(\text_gen|char_ram~17855_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36565 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17155feeder ( +// Equation(s): +// \text_gen|char_ram~17155feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17155feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17155feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17155feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y43_N29 +dffeas \text_gen|char_ram~17155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17155feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y43_N25 +dffeas \text_gen|char_ram~17379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y43_N3 +dffeas \text_gen|char_ram~16259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y36_N17 +dffeas \text_gen|char_ram~16483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36561 ( +// Equation(s): +// \text_gen|char_ram~36561_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16483_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16259_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16259_q ), + .datad(\text_gen|char_ram~16483_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36561 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36562 ( +// Equation(s): +// \text_gen|char_ram~36562_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36561_combout & ((\text_gen|char_ram~17379_q ))) # (!\text_gen|char_ram~36561_combout & (\text_gen|char_ram~17155_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36561_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17155_q ), + .datac(\text_gen|char_ram~17379_q ), + .datad(\text_gen|char_ram~36561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36562 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17183feeder ( +// Equation(s): +// \text_gen|char_ram~17183feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17183feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y36_N5 +dffeas \text_gen|char_ram~17183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16511feeder ( +// Equation(s): +// \text_gen|char_ram~16511feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16511feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y40_N21 +dffeas \text_gen|char_ram~16511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y40_N21 +dffeas \text_gen|char_ram~16287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36559 ( +// Equation(s): +// \text_gen|char_ram~36559_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16511_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~16287_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16511_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16287_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36559 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y40_N23 +dffeas \text_gen|char_ram~17407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36560 ( +// Equation(s): +// \text_gen|char_ram~36560_combout = (\text_gen|char_ram~36559_combout & (((\text_gen|char_ram~17407_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36559_combout & (\text_gen|char_ram~17183_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~17183_q ), + .datab(\text_gen|char_ram~36559_combout ), + .datac(\text_gen|char_ram~17407_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36560 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36563 ( +// Equation(s): +// \text_gen|char_ram~36563_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~36560_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~36562_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36562_combout ), + .datad(\text_gen|char_ram~36560_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36563 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36566 ( +// Equation(s): +// \text_gen|char_ram~36566_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36563_combout & ((\text_gen|char_ram~36565_combout ))) # (!\text_gen|char_ram~36563_combout & (\text_gen|char_ram~36558_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36563_combout )))) + + .dataa(\text_gen|char_ram~36558_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36565_combout ), + .datad(\text_gen|char_ram~36563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36566 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36577 ( +// Equation(s): +// \text_gen|char_ram~36577_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36566_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36576_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36576_combout ), + .datad(\text_gen|char_ram~36566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36577 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36588 ( +// Equation(s): +// \text_gen|char_ram~36588_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36577_combout & ((\text_gen|char_ram~36587_combout ))) # (!\text_gen|char_ram~36577_combout & (\text_gen|char_ram~36556_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36577_combout )))) + + .dataa(\text_gen|char_ram~36556_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36587_combout ), + .datad(\text_gen|char_ram~36577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36588 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y27_N5 +dffeas \text_gen|char_ram~17512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N27 +dffeas \text_gen|char_ram~17526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y20_N23 +dffeas \text_gen|char_ram~16630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N1 +dffeas \text_gen|char_ram~16616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36620 ( +// Equation(s): +// \text_gen|char_ram~36620_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16630_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~16616_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16630_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16616_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36620 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36621 ( +// Equation(s): +// \text_gen|char_ram~36621_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36620_combout & ((\text_gen|char_ram~17526_q ))) # (!\text_gen|char_ram~36620_combout & (\text_gen|char_ram~17512_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36620_combout )))) + + .dataa(\text_gen|char_ram~17512_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17526_q ), + .datad(\text_gen|char_ram~36620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36621 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17736feeder ( +// Equation(s): +// \text_gen|char_ram~17736feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N9 +dffeas \text_gen|char_ram~17736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y22_N27 +dffeas \text_gen|char_ram~17750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16854feeder ( +// Equation(s): +// \text_gen|char_ram~16854feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16854feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16854feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16854feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N25 +dffeas \text_gen|char_ram~16854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16854feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y22_N21 +dffeas \text_gen|char_ram~16840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36627 ( +// Equation(s): +// \text_gen|char_ram~36627_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16854_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~16840_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16854_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16840_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36627 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36628 ( +// Equation(s): +// \text_gen|char_ram~36628_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36627_combout & ((\text_gen|char_ram~17750_q ))) # (!\text_gen|char_ram~36627_combout & (\text_gen|char_ram~17736_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36627_combout )))) + + .dataa(\text_gen|char_ram~17736_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17750_q ), + .datad(\text_gen|char_ram~36627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36628 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17288feeder ( +// Equation(s): +// \text_gen|char_ram~17288feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17288feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17288feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17288feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y49_N7 +dffeas \text_gen|char_ram~17288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17288feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y42_N19 +dffeas \text_gen|char_ram~17302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y42_N1 +dffeas \text_gen|char_ram~16392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16406feeder ( +// Equation(s): +// \text_gen|char_ram~16406feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16406feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16406feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16406feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y22_N23 +dffeas \text_gen|char_ram~16406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16406feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36622 ( +// Equation(s): +// \text_gen|char_ram~36622_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16406_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16392_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16392_q ), + .datad(\text_gen|char_ram~16406_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36622 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36623 ( +// Equation(s): +// \text_gen|char_ram~36623_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36622_combout & ((\text_gen|char_ram~17302_q ))) # (!\text_gen|char_ram~36622_combout & (\text_gen|char_ram~17288_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36622_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17288_q ), + .datac(\text_gen|char_ram~17302_q ), + .datad(\text_gen|char_ram~36622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36623 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17064feeder ( +// Equation(s): +// \text_gen|char_ram~17064feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17064feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N13 +dffeas \text_gen|char_ram~17064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y56_N23 +dffeas \text_gen|char_ram~17078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y38_N27 +dffeas \text_gen|char_ram~16168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16182feeder ( +// Equation(s): +// \text_gen|char_ram~16182feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16182feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16182feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16182feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y40_N3 +dffeas \text_gen|char_ram~16182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16182feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36624 ( +// Equation(s): +// \text_gen|char_ram~36624_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16182_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16168_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16168_q ), + .datad(\text_gen|char_ram~16182_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36624 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36625 ( +// Equation(s): +// \text_gen|char_ram~36625_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36624_combout & ((\text_gen|char_ram~17078_q ))) # (!\text_gen|char_ram~36624_combout & (\text_gen|char_ram~17064_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36624_combout )))) + + .dataa(\text_gen|char_ram~17064_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17078_q ), + .datad(\text_gen|char_ram~36624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36625 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36626 ( +// Equation(s): +// \text_gen|char_ram~36626_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~36623_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~36625_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36623_combout ), + .datad(\text_gen|char_ram~36625_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36626 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36629 ( +// Equation(s): +// \text_gen|char_ram~36629_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36626_combout & ((\text_gen|char_ram~36628_combout ))) # (!\text_gen|char_ram~36626_combout & (\text_gen|char_ram~36621_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36626_combout )))) + + .dataa(\text_gen|char_ram~36621_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36628_combout ), + .datad(\text_gen|char_ram~36626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36629 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y28_N13 +dffeas \text_gen|char_ram~17729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y28_N7 +dffeas \text_gen|char_ram~17743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y29_N9 +dffeas \text_gen|char_ram~17519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y29_N7 +dffeas \text_gen|char_ram~17505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36596 ( +// Equation(s): +// \text_gen|char_ram~36596_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~17519_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~17505_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17519_q ), + .datac(\text_gen|char_ram~17505_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36596 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36597 ( +// Equation(s): +// \text_gen|char_ram~36597_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36596_combout & ((\text_gen|char_ram~17743_q ))) # (!\text_gen|char_ram~36596_combout & (\text_gen|char_ram~17729_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36596_combout )))) + + .dataa(\text_gen|char_ram~17729_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17743_q ), + .datad(\text_gen|char_ram~36596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36597 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y20_N29 +dffeas \text_gen|char_ram~16847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16833feeder ( +// Equation(s): +// \text_gen|char_ram~16833feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y20_N17 +dffeas \text_gen|char_ram~16833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y20_N29 +dffeas \text_gen|char_ram~16609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16623feeder ( +// Equation(s): +// \text_gen|char_ram~16623feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y20_N27 +dffeas \text_gen|char_ram~16623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36589 ( +// Equation(s): +// \text_gen|char_ram~36589_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16623_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16609_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16609_q ), + .datad(\text_gen|char_ram~16623_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36589 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36590 ( +// Equation(s): +// \text_gen|char_ram~36590_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36589_combout & (\text_gen|char_ram~16847_q )) # (!\text_gen|char_ram~36589_combout & ((\text_gen|char_ram~16833_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36589_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16847_q ), + .datac(\text_gen|char_ram~16833_q ), + .datad(\text_gen|char_ram~36589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36590 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y40_N17 +dffeas \text_gen|char_ram~16385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y40_N3 +dffeas \text_gen|char_ram~16399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y40_N13 +dffeas \text_gen|char_ram~16161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16175feeder ( +// Equation(s): +// \text_gen|char_ram~16175feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16175feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y48_N11 +dffeas \text_gen|char_ram~16175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36593 ( +// Equation(s): +// \text_gen|char_ram~36593_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16175_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16161_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16161_q ), + .datad(\text_gen|char_ram~16175_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36593 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36594 ( +// Equation(s): +// \text_gen|char_ram~36594_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36593_combout & ((\text_gen|char_ram~16399_q ))) # (!\text_gen|char_ram~36593_combout & (\text_gen|char_ram~16385_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36593_combout )))) + + .dataa(\text_gen|char_ram~16385_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16399_q ), + .datad(\text_gen|char_ram~36593_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36594 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17281feeder ( +// Equation(s): +// \text_gen|char_ram~17281feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17281feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17281feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17281feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y42_N29 +dffeas \text_gen|char_ram~17281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17281feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17281 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y53_N19 +dffeas \text_gen|char_ram~17295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17071feeder ( +// Equation(s): +// \text_gen|char_ram~17071feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17071feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17071feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17071feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y56_N23 +dffeas \text_gen|char_ram~17071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17071feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y53_N29 +dffeas \text_gen|char_ram~17057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36591 ( +// Equation(s): +// \text_gen|char_ram~36591_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~17071_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~17057_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~17071_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17057_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36591 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36592 ( +// Equation(s): +// \text_gen|char_ram~36592_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36591_combout & ((\text_gen|char_ram~17295_q ))) # (!\text_gen|char_ram~36591_combout & (\text_gen|char_ram~17281_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36591_combout )))) + + .dataa(\text_gen|char_ram~17281_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17295_q ), + .datad(\text_gen|char_ram~36591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36592 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36595 ( +// Equation(s): +// \text_gen|char_ram~36595_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~36592_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~36594_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36594_combout ), + .datad(\text_gen|char_ram~36592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36595 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36598 ( +// Equation(s): +// \text_gen|char_ram~36598_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36595_combout & (\text_gen|char_ram~36597_combout )) # (!\text_gen|char_ram~36595_combout & ((\text_gen|char_ram~36590_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36595_combout )))) + + .dataa(\text_gen|char_ram~36597_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36590_combout ), + .datad(\text_gen|char_ram~36595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36598 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17253feeder ( +// Equation(s): +// \text_gen|char_ram~17253feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y46_N19 +dffeas \text_gen|char_ram~17253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y55_N9 +dffeas \text_gen|char_ram~17267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17043feeder ( +// Equation(s): +// \text_gen|char_ram~17043feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17043feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17043feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17043feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y55_N13 +dffeas \text_gen|char_ram~17043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17043feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y55_N19 +dffeas \text_gen|char_ram~17029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36611 ( +// Equation(s): +// \text_gen|char_ram~36611_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~17043_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~17029_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~17043_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17029_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36611 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36612 ( +// Equation(s): +// \text_gen|char_ram~36612_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36611_combout & ((\text_gen|char_ram~17267_q ))) # (!\text_gen|char_ram~36611_combout & (\text_gen|char_ram~17253_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36611_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17253_q ), + .datac(\text_gen|char_ram~17267_q ), + .datad(\text_gen|char_ram~36611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36612 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y36_N23 +dffeas \text_gen|char_ram~16133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y36_N27 +dffeas \text_gen|char_ram~16147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36613 ( +// Equation(s): +// \text_gen|char_ram~36613_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16147_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16133_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16133_q ), + .datad(\text_gen|char_ram~16147_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36613 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y36_N23 +dffeas \text_gen|char_ram~16357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y36_N25 +dffeas \text_gen|char_ram~16371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36614 ( +// Equation(s): +// \text_gen|char_ram~36614_combout = (\text_gen|char_ram~36613_combout & (((\text_gen|char_ram~16371_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36613_combout & (\text_gen|char_ram~16357_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~36613_combout ), + .datab(\text_gen|char_ram~16357_q ), + .datac(\text_gen|char_ram~16371_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36614 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36615 ( +// Equation(s): +// \text_gen|char_ram~36615_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~36612_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~36614_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36612_combout ), + .datad(\text_gen|char_ram~36614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36615 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17491feeder ( +// Equation(s): +// \text_gen|char_ram~17491feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17491feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17491feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17491feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y30_N25 +dffeas \text_gen|char_ram~17491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17491feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y30_N11 +dffeas \text_gen|char_ram~17477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36616 ( +// Equation(s): +// \text_gen|char_ram~36616_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~17491_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~17477_q ))))) + + .dataa(\text_gen|char_ram~17491_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17477_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36616 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y30_N1 +dffeas \text_gen|char_ram~17701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17715feeder ( +// Equation(s): +// \text_gen|char_ram~17715feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17715feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17715feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17715feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N29 +dffeas \text_gen|char_ram~17715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17715feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36617 ( +// Equation(s): +// \text_gen|char_ram~36617_combout = (\text_gen|char_ram~36616_combout & (((\text_gen|char_ram~17715_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~36616_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~17701_q ))) + + .dataa(\text_gen|char_ram~36616_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17701_q ), + .datad(\text_gen|char_ram~17715_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36617 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~36617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y12_N13 +dffeas \text_gen|char_ram~16805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y12_N15 +dffeas \text_gen|char_ram~16819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N15 +dffeas \text_gen|char_ram~16581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16595feeder ( +// Equation(s): +// \text_gen|char_ram~16595feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16595feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16595feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16595feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y15_N3 +dffeas \text_gen|char_ram~16595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16595feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36609 ( +// Equation(s): +// \text_gen|char_ram~36609_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16595_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16581_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16581_q ), + .datad(\text_gen|char_ram~16595_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36609 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36610 ( +// Equation(s): +// \text_gen|char_ram~36610_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36609_combout & ((\text_gen|char_ram~16819_q ))) # (!\text_gen|char_ram~36609_combout & (\text_gen|char_ram~16805_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36609_combout )))) + + .dataa(\text_gen|char_ram~16805_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16819_q ), + .datad(\text_gen|char_ram~36609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36610 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36618 ( +// Equation(s): +// \text_gen|char_ram~36618_combout = (\text_gen|char_ram~36615_combout & (((\text_gen|char_ram~36617_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~36615_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36610_combout )))) + + .dataa(\text_gen|char_ram~36615_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36617_combout ), + .datad(\text_gen|char_ram~36610_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36618 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17722feeder ( +// Equation(s): +// \text_gen|char_ram~17722feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17722feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y24_N21 +dffeas \text_gen|char_ram~17722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y24_N29 +dffeas \text_gen|char_ram~17484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y25_N9 +dffeas \text_gen|char_ram~17498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36606 ( +// Equation(s): +// \text_gen|char_ram~36606_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~17498_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17484_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17484_q ), + .datad(\text_gen|char_ram~17498_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36606 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y24_N19 +dffeas \text_gen|char_ram~17708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36607 ( +// Equation(s): +// \text_gen|char_ram~36607_combout = (\text_gen|char_ram~36606_combout & ((\text_gen|char_ram~17722_q ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36606_combout & (((\text_gen|char_ram~17708_q & \text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~17722_q ), + .datab(\text_gen|char_ram~36606_combout ), + .datac(\text_gen|char_ram~17708_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36607 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~36607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17260feeder ( +// Equation(s): +// \text_gen|char_ram~17260feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17260feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17260feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17260feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y50_N17 +dffeas \text_gen|char_ram~17260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17260feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y55_N19 +dffeas \text_gen|char_ram~17274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17050feeder ( +// Equation(s): +// \text_gen|char_ram~17050feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17050feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y55_N23 +dffeas \text_gen|char_ram~17050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y55_N25 +dffeas \text_gen|char_ram~17036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36599 ( +// Equation(s): +// \text_gen|char_ram~36599_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~17050_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~17036_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~17050_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17036_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36599 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36600 ( +// Equation(s): +// \text_gen|char_ram~36600_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36599_combout & ((\text_gen|char_ram~17274_q ))) # (!\text_gen|char_ram~36599_combout & (\text_gen|char_ram~17260_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36599_combout )))) + + .dataa(\text_gen|char_ram~17260_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17274_q ), + .datad(\text_gen|char_ram~36599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36600 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16154feeder ( +// Equation(s): +// \text_gen|char_ram~16154feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16154feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16154feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16154feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y26_N5 +dffeas \text_gen|char_ram~16154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16154feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N7 +dffeas \text_gen|char_ram~16140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36603 ( +// Equation(s): +// \text_gen|char_ram~36603_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16154_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~16140_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16154_q ), + .datac(\text_gen|char_ram~16140_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36603 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y23_N23 +dffeas \text_gen|char_ram~16364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N13 +dffeas \text_gen|char_ram~16378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36604 ( +// Equation(s): +// \text_gen|char_ram~36604_combout = (\text_gen|char_ram~36603_combout & (((\text_gen|char_ram~16378_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36603_combout & (\text_gen|char_ram~16364_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~36603_combout ), + .datab(\text_gen|char_ram~16364_q ), + .datac(\text_gen|char_ram~16378_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36604 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y20_N17 +dffeas \text_gen|char_ram~16588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y20_N25 +dffeas \text_gen|char_ram~16602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36601 ( +// Equation(s): +// \text_gen|char_ram~36601_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16602_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16588_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16588_q ), + .datad(\text_gen|char_ram~16602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36601 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y20_N19 +dffeas \text_gen|char_ram~16826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y23_N29 +dffeas \text_gen|char_ram~16812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36602 ( +// Equation(s): +// \text_gen|char_ram~36602_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36601_combout & (\text_gen|char_ram~16826_q )) # (!\text_gen|char_ram~36601_combout & ((\text_gen|char_ram~16812_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36601_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36601_combout ), + .datac(\text_gen|char_ram~16826_q ), + .datad(\text_gen|char_ram~16812_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36602 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36605 ( +// Equation(s): +// \text_gen|char_ram~36605_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~36602_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36604_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36604_combout ), + .datad(\text_gen|char_ram~36602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36605 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36608 ( +// Equation(s): +// \text_gen|char_ram~36608_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36605_combout & (\text_gen|char_ram~36607_combout )) # (!\text_gen|char_ram~36605_combout & ((\text_gen|char_ram~36600_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36605_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36607_combout ), + .datac(\text_gen|char_ram~36600_combout ), + .datad(\text_gen|char_ram~36605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36608 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36619 ( +// Equation(s): +// \text_gen|char_ram~36619_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36608_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36618_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36618_combout ), + .datad(\text_gen|char_ram~36608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36619 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36630 ( +// Equation(s): +// \text_gen|char_ram~36630_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36619_combout & (\text_gen|char_ram~36629_combout )) # (!\text_gen|char_ram~36619_combout & ((\text_gen|char_ram~36598_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36619_combout )))) + + .dataa(\text_gen|char_ram~36629_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36598_combout ), + .datad(\text_gen|char_ram~36619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36630 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36631 ( +// Equation(s): +// \text_gen|char_ram~36631_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~36588_combout )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~36630_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36588_combout ), + .datad(\text_gen|char_ram~36630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36631 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N23 +dffeas \text_gen|char_ram~17785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y27_N9 +dffeas \text_gen|char_ram~17561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y12_N11 +dffeas \text_gen|char_ram~16665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y12_N25 +dffeas \text_gen|char_ram~16889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36505 ( +// Equation(s): +// \text_gen|char_ram~36505_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16889_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16665_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16665_q ), + .datad(\text_gen|char_ram~16889_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36505 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36506 ( +// Equation(s): +// \text_gen|char_ram~36506_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36505_combout & (\text_gen|char_ram~17785_q )) # (!\text_gen|char_ram~36505_combout & ((\text_gen|char_ram~17561_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36505_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17785_q ), + .datac(\text_gen|char_ram~17561_q ), + .datad(\text_gen|char_ram~36505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36506 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N19 +dffeas \text_gen|char_ram~17568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y27_N25 +dffeas \text_gen|char_ram~17792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16896feeder ( +// Equation(s): +// \text_gen|char_ram~16896feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16896feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y11_N25 +dffeas \text_gen|char_ram~16896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y8_N25 +dffeas \text_gen|char_ram~16672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36512 ( +// Equation(s): +// \text_gen|char_ram~36512_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16896_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~16672_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16896_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16672_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36512 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36513 ( +// Equation(s): +// \text_gen|char_ram~36513_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36512_combout & ((\text_gen|char_ram~17792_q ))) # (!\text_gen|char_ram~36512_combout & (\text_gen|char_ram~17568_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36512_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17568_q ), + .datac(\text_gen|char_ram~17792_q ), + .datad(\text_gen|char_ram~36512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36513 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17120feeder ( +// Equation(s): +// \text_gen|char_ram~17120feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y57_N15 +dffeas \text_gen|char_ram~17120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y49_N1 +dffeas \text_gen|char_ram~17344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y38_N7 +dffeas \text_gen|char_ram~16224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y38_N11 +dffeas \text_gen|char_ram~16448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36507 ( +// Equation(s): +// \text_gen|char_ram~36507_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16448_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16224_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16224_q ), + .datad(\text_gen|char_ram~16448_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36507 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36508 ( +// Equation(s): +// \text_gen|char_ram~36508_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36507_combout & ((\text_gen|char_ram~17344_q ))) # (!\text_gen|char_ram~36507_combout & (\text_gen|char_ram~17120_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36507_combout )))) + + .dataa(\text_gen|char_ram~17120_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17344_q ), + .datad(\text_gen|char_ram~36507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36508 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N29 +dffeas \text_gen|char_ram~17113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y50_N11 +dffeas \text_gen|char_ram~17337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y35_N17 +dffeas \text_gen|char_ram~16217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y35_N5 +dffeas \text_gen|char_ram~16441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36509 ( +// Equation(s): +// \text_gen|char_ram~36509_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16441_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16217_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16217_q ), + .datad(\text_gen|char_ram~16441_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36509 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36510 ( +// Equation(s): +// \text_gen|char_ram~36510_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36509_combout & ((\text_gen|char_ram~17337_q ))) # (!\text_gen|char_ram~36509_combout & (\text_gen|char_ram~17113_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36509_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17113_q ), + .datac(\text_gen|char_ram~17337_q ), + .datad(\text_gen|char_ram~36509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36510 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36511 ( +// Equation(s): +// \text_gen|char_ram~36511_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~36508_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36510_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36508_combout ), + .datad(\text_gen|char_ram~36510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36511 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36514 ( +// Equation(s): +// \text_gen|char_ram~36514_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36511_combout & ((\text_gen|char_ram~36513_combout ))) # (!\text_gen|char_ram~36511_combout & (\text_gen|char_ram~36506_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36511_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36506_combout ), + .datac(\text_gen|char_ram~36513_combout ), + .datad(\text_gen|char_ram~36511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36514 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y23_N1 +dffeas \text_gen|char_ram~17582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y23_N27 +dffeas \text_gen|char_ram~17806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y23_N29 +dffeas \text_gen|char_ram~17134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17358feeder ( +// Equation(s): +// \text_gen|char_ram~17358feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17358feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17358feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17358feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N21 +dffeas \text_gen|char_ram~17358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17358feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36543 ( +// Equation(s): +// \text_gen|char_ram~36543_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17358_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~17134_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17134_q ), + .datad(\text_gen|char_ram~17358_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36543 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36544 ( +// Equation(s): +// \text_gen|char_ram~36544_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36543_combout & ((\text_gen|char_ram~17806_q ))) # (!\text_gen|char_ram~36543_combout & (\text_gen|char_ram~17582_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36543_combout )))) + + .dataa(\text_gen|char_ram~17582_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17806_q ), + .datad(\text_gen|char_ram~36543_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36544 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y27_N21 +dffeas \text_gen|char_ram~17575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y60_N19 +dffeas \text_gen|char_ram~17127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17351feeder ( +// Equation(s): +// \text_gen|char_ram~17351feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17351feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N17 +dffeas \text_gen|char_ram~17351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36536 ( +// Equation(s): +// \text_gen|char_ram~36536_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17351_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~17127_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17127_q ), + .datad(\text_gen|char_ram~17351_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36536 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y27_N5 +dffeas \text_gen|char_ram~17799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36537 ( +// Equation(s): +// \text_gen|char_ram~36537_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36536_combout & ((\text_gen|char_ram~17799_q ))) # (!\text_gen|char_ram~36536_combout & (\text_gen|char_ram~17575_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36536_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17575_q ), + .datac(\text_gen|char_ram~36536_combout ), + .datad(\text_gen|char_ram~17799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36537 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~36537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y11_N23 +dffeas \text_gen|char_ram~16679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y11_N11 +dffeas \text_gen|char_ram~16903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16903 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y39_N9 +dffeas \text_gen|char_ram~16231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y39_N25 +dffeas \text_gen|char_ram~16455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36540 ( +// Equation(s): +// \text_gen|char_ram~36540_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16455_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16231_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16231_q ), + .datad(\text_gen|char_ram~16455_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36540 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36541 ( +// Equation(s): +// \text_gen|char_ram~36541_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36540_combout & ((\text_gen|char_ram~16903_q ))) # (!\text_gen|char_ram~36540_combout & (\text_gen|char_ram~16679_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36540_combout )))) + + .dataa(\text_gen|char_ram~16679_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16903_q ), + .datad(\text_gen|char_ram~36540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36541 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y8_N27 +dffeas \text_gen|char_ram~16686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y11_N29 +dffeas \text_gen|char_ram~16910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y22_N13 +dffeas \text_gen|char_ram~16462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y22_N15 +dffeas \text_gen|char_ram~16238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36538 ( +// Equation(s): +// \text_gen|char_ram~36538_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16462_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~16238_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~16462_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16238_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36538 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36539 ( +// Equation(s): +// \text_gen|char_ram~36539_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36538_combout & ((\text_gen|char_ram~16910_q ))) # (!\text_gen|char_ram~36538_combout & (\text_gen|char_ram~16686_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36538_combout )))) + + .dataa(\text_gen|char_ram~16686_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16910_q ), + .datad(\text_gen|char_ram~36538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36539 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36542 ( +// Equation(s): +// \text_gen|char_ram~36542_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~36539_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36541_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36541_combout ), + .datad(\text_gen|char_ram~36539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36542 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36545 ( +// Equation(s): +// \text_gen|char_ram~36545_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36542_combout & (\text_gen|char_ram~36544_combout )) # (!\text_gen|char_ram~36542_combout & ((\text_gen|char_ram~36537_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36542_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36544_combout ), + .datac(\text_gen|char_ram~36537_combout ), + .datad(\text_gen|char_ram~36542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36545 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16644feeder ( +// Equation(s): +// \text_gen|char_ram~16644feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16644feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16644feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16644feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y12_N7 +dffeas \text_gen|char_ram~16644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16644feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y22_N19 +dffeas \text_gen|char_ram~16868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y22_N17 +dffeas \text_gen|char_ram~16196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y36_N23 +dffeas \text_gen|char_ram~16420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36527 ( +// Equation(s): +// \text_gen|char_ram~36527_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~16420_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16196_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16196_q ), + .datad(\text_gen|char_ram~16420_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36527 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36528 ( +// Equation(s): +// \text_gen|char_ram~36528_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36527_combout & ((\text_gen|char_ram~16868_q ))) # (!\text_gen|char_ram~36527_combout & (\text_gen|char_ram~16644_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36527_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16644_q ), + .datac(\text_gen|char_ram~16868_q ), + .datad(\text_gen|char_ram~36527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36528 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y12_N21 +dffeas \text_gen|char_ram~16637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y27_N3 +dffeas \text_gen|char_ram~16861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y36_N13 +dffeas \text_gen|char_ram~16413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y27_N17 +dffeas \text_gen|char_ram~16189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36529 ( +// Equation(s): +// \text_gen|char_ram~36529_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16413_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16189_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16413_q ), + .datac(\text_gen|char_ram~16189_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36529 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36530 ( +// Equation(s): +// \text_gen|char_ram~36530_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36529_combout & ((\text_gen|char_ram~16861_q ))) # (!\text_gen|char_ram~36529_combout & (\text_gen|char_ram~16637_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36529_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16637_q ), + .datac(\text_gen|char_ram~16861_q ), + .datad(\text_gen|char_ram~36529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36530 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36531 ( +// Equation(s): +// \text_gen|char_ram~36531_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~36528_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36530_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36528_combout ), + .datad(\text_gen|char_ram~36530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36531 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17533feeder ( +// Equation(s): +// \text_gen|char_ram~17533feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y26_N1 +dffeas \text_gen|char_ram~17533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17309feeder ( +// Equation(s): +// \text_gen|char_ram~17309feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17309feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17309feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17309feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y61_N17 +dffeas \text_gen|char_ram~17309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17309feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y61_N13 +dffeas \text_gen|char_ram~17085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36525 ( +// Equation(s): +// \text_gen|char_ram~36525_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~17309_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17085_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17309_q ), + .datac(\text_gen|char_ram~17085_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36525 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y27_N21 +dffeas \text_gen|char_ram~17757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36526 ( +// Equation(s): +// \text_gen|char_ram~36526_combout = (\text_gen|char_ram~36525_combout & (((\text_gen|char_ram~17757_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~36525_combout & (\text_gen|char_ram~17533_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~17533_q ), + .datab(\text_gen|char_ram~36525_combout ), + .datac(\text_gen|char_ram~17757_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36526 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y27_N7 +dffeas \text_gen|char_ram~17764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y59_N19 +dffeas \text_gen|char_ram~17092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17316feeder ( +// Equation(s): +// \text_gen|char_ram~17316feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17316feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17316feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17316feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y46_N1 +dffeas \text_gen|char_ram~17316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17316feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36532 ( +// Equation(s): +// \text_gen|char_ram~36532_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~17316_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17092_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17092_q ), + .datad(\text_gen|char_ram~17316_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36532 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17540feeder ( +// Equation(s): +// \text_gen|char_ram~17540feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17540feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17540feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17540feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y26_N3 +dffeas \text_gen|char_ram~17540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17540feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36533 ( +// Equation(s): +// \text_gen|char_ram~36533_combout = (\text_gen|char_ram~36532_combout & ((\text_gen|char_ram~17764_q ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~36532_combout & (((\text_gen|Add5~4_combout & \text_gen|char_ram~17540_q )))) + + .dataa(\text_gen|char_ram~17764_q ), + .datab(\text_gen|char_ram~36532_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~17540_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36533 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~36533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36534 ( +// Equation(s): +// \text_gen|char_ram~36534_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36531_combout & ((\text_gen|char_ram~36533_combout ))) # (!\text_gen|char_ram~36531_combout & (\text_gen|char_ram~36526_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~36531_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36531_combout ), + .datac(\text_gen|char_ram~36526_combout ), + .datad(\text_gen|char_ram~36533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36534 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~36534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y25_N19 +dffeas \text_gen|char_ram~17778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y25_N25 +dffeas \text_gen|char_ram~16882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y25_N1 +dffeas \text_gen|char_ram~16434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y46_N7 +dffeas \text_gen|char_ram~17330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36522 ( +// Equation(s): +// \text_gen|char_ram~36522_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17330_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16434_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16434_q ), + .datad(\text_gen|char_ram~17330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36522 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36523 ( +// Equation(s): +// \text_gen|char_ram~36523_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36522_combout & (\text_gen|char_ram~17778_q )) # (!\text_gen|char_ram~36522_combout & ((\text_gen|char_ram~16882_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36522_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17778_q ), + .datac(\text_gen|char_ram~16882_q ), + .datad(\text_gen|char_ram~36522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36523 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y16_N5 +dffeas \text_gen|char_ram~16875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16875 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y16_N23 +dffeas \text_gen|char_ram~17771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y36_N29 +dffeas \text_gen|char_ram~16427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17323feeder ( +// Equation(s): +// \text_gen|char_ram~17323feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17323feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17323feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17323feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y46_N19 +dffeas \text_gen|char_ram~17323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17323feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36515 ( +// Equation(s): +// \text_gen|char_ram~36515_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17323_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16427_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16427_q ), + .datad(\text_gen|char_ram~17323_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36515 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36516 ( +// Equation(s): +// \text_gen|char_ram~36516_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36515_combout & ((\text_gen|char_ram~17771_q ))) # (!\text_gen|char_ram~36515_combout & (\text_gen|char_ram~16875_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36515_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16875_q ), + .datac(\text_gen|char_ram~17771_q ), + .datad(\text_gen|char_ram~36515_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36516 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y24_N5 +dffeas \text_gen|char_ram~17106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y24_N27 +dffeas \text_gen|char_ram~17554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y12_N27 +dffeas \text_gen|char_ram~16658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y24_N13 +dffeas \text_gen|char_ram~16210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36517 ( +// Equation(s): +// \text_gen|char_ram~36517_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16658_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~16210_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16658_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16210_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36517 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36518 ( +// Equation(s): +// \text_gen|char_ram~36518_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36517_combout & ((\text_gen|char_ram~17554_q ))) # (!\text_gen|char_ram~36517_combout & (\text_gen|char_ram~17106_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36517_combout )))) + + .dataa(\text_gen|char_ram~17106_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17554_q ), + .datad(\text_gen|char_ram~36517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36518 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17099feeder ( +// Equation(s): +// \text_gen|char_ram~17099feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17099feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y54_N9 +dffeas \text_gen|char_ram~17099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y37_N9 +dffeas \text_gen|char_ram~17547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17547 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y37_N3 +dffeas \text_gen|char_ram~16203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16651feeder ( +// Equation(s): +// \text_gen|char_ram~16651feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y15_N9 +dffeas \text_gen|char_ram~16651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36519 ( +// Equation(s): +// \text_gen|char_ram~36519_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16651_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16203_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16203_q ), + .datad(\text_gen|char_ram~16651_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36519 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36520 ( +// Equation(s): +// \text_gen|char_ram~36520_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36519_combout & ((\text_gen|char_ram~17547_q ))) # (!\text_gen|char_ram~36519_combout & (\text_gen|char_ram~17099_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36519_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17099_q ), + .datac(\text_gen|char_ram~17547_q ), + .datad(\text_gen|char_ram~36519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36520 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36521 ( +// Equation(s): +// \text_gen|char_ram~36521_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~36518_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36520_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36518_combout ), + .datad(\text_gen|char_ram~36520_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36521 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36524 ( +// Equation(s): +// \text_gen|char_ram~36524_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36521_combout & (\text_gen|char_ram~36523_combout )) # (!\text_gen|char_ram~36521_combout & ((\text_gen|char_ram~36516_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36521_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36523_combout ), + .datac(\text_gen|char_ram~36516_combout ), + .datad(\text_gen|char_ram~36521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36524 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36535 ( +// Equation(s): +// \text_gen|char_ram~36535_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~36524_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~36534_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~36534_combout ), + .datad(\text_gen|char_ram~36524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36535 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36546 ( +// Equation(s): +// \text_gen|char_ram~36546_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36535_combout & ((\text_gen|char_ram~36545_combout ))) # (!\text_gen|char_ram~36535_combout & (\text_gen|char_ram~36514_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36535_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36514_combout ), + .datac(\text_gen|char_ram~36545_combout ), + .datad(\text_gen|char_ram~36535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36546 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N13 +dffeas \text_gen|char_ram~16546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y42_N19 +dffeas \text_gen|char_ram~17442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y42_N29 +dffeas \text_gen|char_ram~16532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17428feeder ( +// Equation(s): +// \text_gen|char_ram~17428feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17428feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17428feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17428feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y53_N19 +dffeas \text_gen|char_ram~17428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17428feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36642 ( +// Equation(s): +// \text_gen|char_ram~36642_combout = (\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17428_q )))) # (!\text_gen|Add5~6_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16532_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16532_q ), + .datad(\text_gen|char_ram~17428_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36642 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36643 ( +// Equation(s): +// \text_gen|char_ram~36643_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36642_combout & ((\text_gen|char_ram~17442_q ))) # (!\text_gen|char_ram~36642_combout & (\text_gen|char_ram~16546_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36642_combout )))) + + .dataa(\text_gen|char_ram~16546_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17442_q ), + .datad(\text_gen|char_ram~36642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36643 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y21_N19 +dffeas \text_gen|char_ram~17876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y21_N17 +dffeas \text_gen|char_ram~17890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y12_N1 +dffeas \text_gen|char_ram~16994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y13_N13 +dffeas \text_gen|char_ram~16980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36649 ( +// Equation(s): +// \text_gen|char_ram~36649_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~16994_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~16980_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16994_q ), + .datac(\text_gen|char_ram~16980_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36649 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36650 ( +// Equation(s): +// \text_gen|char_ram~36650_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36649_combout & ((\text_gen|char_ram~17890_q ))) # (!\text_gen|char_ram~36649_combout & (\text_gen|char_ram~17876_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36649_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17876_q ), + .datac(\text_gen|char_ram~17890_q ), + .datad(\text_gen|char_ram~36649_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36650 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y27_N23 +dffeas \text_gen|char_ram~17652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y27_N1 +dffeas \text_gen|char_ram~17666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16770feeder ( +// Equation(s): +// \text_gen|char_ram~16770feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16770feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y16_N21 +dffeas \text_gen|char_ram~16770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y16_N25 +dffeas \text_gen|char_ram~16756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36644 ( +// Equation(s): +// \text_gen|char_ram~36644_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16770_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~16756_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16770_q ), + .datac(\text_gen|char_ram~16756_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36644 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36645 ( +// Equation(s): +// \text_gen|char_ram~36645_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36644_combout & ((\text_gen|char_ram~17666_q ))) # (!\text_gen|char_ram~36644_combout & (\text_gen|char_ram~17652_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36644_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17652_q ), + .datac(\text_gen|char_ram~17666_q ), + .datad(\text_gen|char_ram~36644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36645 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17204feeder ( +// Equation(s): +// \text_gen|char_ram~17204feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17204feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17204feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17204feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y38_N13 +dffeas \text_gen|char_ram~17204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17204feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y44_N7 +dffeas \text_gen|char_ram~16308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36646 ( +// Equation(s): +// \text_gen|char_ram~36646_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~17204_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~16308_q ))))) + + .dataa(\text_gen|char_ram~17204_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16308_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36646 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y44_N13 +dffeas \text_gen|char_ram~17218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y24_N3 +dffeas \text_gen|char_ram~16322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36647 ( +// Equation(s): +// \text_gen|char_ram~36647_combout = (\text_gen|char_ram~36646_combout & (((\text_gen|char_ram~17218_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~36646_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16322_q )))) + + .dataa(\text_gen|char_ram~36646_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17218_q ), + .datad(\text_gen|char_ram~16322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36647 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36648 ( +// Equation(s): +// \text_gen|char_ram~36648_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~36645_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~36647_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36645_combout ), + .datad(\text_gen|char_ram~36647_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36648 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36651 ( +// Equation(s): +// \text_gen|char_ram~36651_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36648_combout & ((\text_gen|char_ram~36650_combout ))) # (!\text_gen|char_ram~36648_combout & (\text_gen|char_ram~36643_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36648_combout )))) + + .dataa(\text_gen|char_ram~36643_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36650_combout ), + .datad(\text_gen|char_ram~36648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36651 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17659feeder ( +// Equation(s): +// \text_gen|char_ram~17659feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17659feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17659feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17659feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y38_N29 +dffeas \text_gen|char_ram~17659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17659feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y35_N25 +dffeas \text_gen|char_ram~17883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17869feeder ( +// Equation(s): +// \text_gen|char_ram~17869feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y31_N21 +dffeas \text_gen|char_ram~17869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y35_N15 +dffeas \text_gen|char_ram~17645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36659 ( +// Equation(s): +// \text_gen|char_ram~36659_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~17869_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17645_q ))))) + + .dataa(\text_gen|char_ram~17869_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17645_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36659 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36660 ( +// Equation(s): +// \text_gen|char_ram~36660_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36659_combout & ((\text_gen|char_ram~17883_q ))) # (!\text_gen|char_ram~36659_combout & (\text_gen|char_ram~17659_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36659_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17659_q ), + .datac(\text_gen|char_ram~17883_q ), + .datad(\text_gen|char_ram~36659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36660 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16315feeder ( +// Equation(s): +// \text_gen|char_ram~16315feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16315feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16315feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16315feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y36_N21 +dffeas \text_gen|char_ram~16315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16315feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y32_N27 +dffeas \text_gen|char_ram~16539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y36_N7 +dffeas \text_gen|char_ram~16525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y32_N29 +dffeas \text_gen|char_ram~16301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36656 ( +// Equation(s): +// \text_gen|char_ram~36656_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16525_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16301_q ))))) + + .dataa(\text_gen|char_ram~16525_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16301_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36656 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36657 ( +// Equation(s): +// \text_gen|char_ram~36657_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36656_combout & ((\text_gen|char_ram~16539_q ))) # (!\text_gen|char_ram~36656_combout & (\text_gen|char_ram~16315_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36656_combout )))) + + .dataa(\text_gen|char_ram~16315_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16539_q ), + .datad(\text_gen|char_ram~36656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36657 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16763feeder ( +// Equation(s): +// \text_gen|char_ram~16763feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16763feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16763feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16763feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y15_N19 +dffeas \text_gen|char_ram~16763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16763feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y12_N15 +dffeas \text_gen|char_ram~16987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16973feeder ( +// Equation(s): +// \text_gen|char_ram~16973feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16973feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16973feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16973feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y12_N11 +dffeas \text_gen|char_ram~16973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16973feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y12_N25 +dffeas \text_gen|char_ram~16749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36654 ( +// Equation(s): +// \text_gen|char_ram~36654_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16973_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16749_q ))))) + + .dataa(\text_gen|char_ram~16973_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16749_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36654 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36655 ( +// Equation(s): +// \text_gen|char_ram~36655_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36654_combout & ((\text_gen|char_ram~16987_q ))) # (!\text_gen|char_ram~36654_combout & (\text_gen|char_ram~16763_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36654_combout )))) + + .dataa(\text_gen|char_ram~16763_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16987_q ), + .datad(\text_gen|char_ram~36654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36655 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36658 ( +// Equation(s): +// \text_gen|char_ram~36658_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~36655_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36657_combout )))) + + .dataa(\text_gen|char_ram~36657_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36655_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36658 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~36658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17211feeder ( +// Equation(s): +// \text_gen|char_ram~17211feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17211feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17211feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17211feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y38_N3 +dffeas \text_gen|char_ram~17211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17211feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y48_N13 +dffeas \text_gen|char_ram~17435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y48_N21 +dffeas \text_gen|char_ram~17197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17421feeder ( +// Equation(s): +// \text_gen|char_ram~17421feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17421feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y53_N25 +dffeas \text_gen|char_ram~17421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36652 ( +// Equation(s): +// \text_gen|char_ram~36652_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17421_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17197_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17197_q ), + .datad(\text_gen|char_ram~17421_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36652 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36653 ( +// Equation(s): +// \text_gen|char_ram~36653_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36652_combout & ((\text_gen|char_ram~17435_q ))) # (!\text_gen|char_ram~36652_combout & (\text_gen|char_ram~17211_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36652_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17211_q ), + .datac(\text_gen|char_ram~17435_q ), + .datad(\text_gen|char_ram~36652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36653 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36661 ( +// Equation(s): +// \text_gen|char_ram~36661_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36658_combout & (\text_gen|char_ram~36660_combout )) # (!\text_gen|char_ram~36658_combout & ((\text_gen|char_ram~36653_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36658_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36660_combout ), + .datac(\text_gen|char_ram~36658_combout ), + .datad(\text_gen|char_ram~36653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36661 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36662 ( +// Equation(s): +// \text_gen|char_ram~36662_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36651_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36661_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36651_combout ), + .datad(\text_gen|char_ram~36661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36662 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y54_N29 +dffeas \text_gen|char_ram~17246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17232feeder ( +// Equation(s): +// \text_gen|char_ram~17232feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17232feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y54_N19 +dffeas \text_gen|char_ram~17232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36663 ( +// Equation(s): +// \text_gen|char_ram~36663_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~17246_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~17232_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17246_q ), + .datad(\text_gen|char_ram~17232_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36663 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y54_N11 +dffeas \text_gen|char_ram~17470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17456feeder ( +// Equation(s): +// \text_gen|char_ram~17456feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17456feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17456feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17456feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y54_N5 +dffeas \text_gen|char_ram~17456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17456feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36664 ( +// Equation(s): +// \text_gen|char_ram~36664_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36663_combout & (\text_gen|char_ram~17470_q )) # (!\text_gen|char_ram~36663_combout & ((\text_gen|char_ram~17456_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36663_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36663_combout ), + .datac(\text_gen|char_ram~17470_q ), + .datad(\text_gen|char_ram~17456_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36664 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y22_N13 +dffeas \text_gen|char_ram~16336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16350feeder ( +// Equation(s): +// \text_gen|char_ram~16350feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16350feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16350feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16350feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y15_N11 +dffeas \text_gen|char_ram~16350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16350feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36667 ( +// Equation(s): +// \text_gen|char_ram~36667_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16350_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16336_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16336_q ), + .datad(\text_gen|char_ram~16350_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36667 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y38_N13 +dffeas \text_gen|char_ram~16560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N7 +dffeas \text_gen|char_ram~16574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36668 ( +// Equation(s): +// \text_gen|char_ram~36668_combout = (\text_gen|char_ram~36667_combout & (((\text_gen|char_ram~16574_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36667_combout & (\text_gen|char_ram~16560_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~36667_combout ), + .datab(\text_gen|char_ram~16560_q ), + .datac(\text_gen|char_ram~16574_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36668 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16798feeder ( +// Equation(s): +// \text_gen|char_ram~16798feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16798feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16798feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16798feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y15_N13 +dffeas \text_gen|char_ram~16798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16798feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y15_N27 +dffeas \text_gen|char_ram~16784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36665 ( +// Equation(s): +// \text_gen|char_ram~36665_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16798_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~16784_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16798_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16784_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36665 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y12_N7 +dffeas \text_gen|char_ram~17022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y9_N31 +dffeas \text_gen|char_ram~17008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36666 ( +// Equation(s): +// \text_gen|char_ram~36666_combout = (\text_gen|char_ram~36665_combout & (((\text_gen|char_ram~17022_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~36665_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~17008_q )))) + + .dataa(\text_gen|char_ram~36665_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17022_q ), + .datad(\text_gen|char_ram~17008_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36666 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36669 ( +// Equation(s): +// \text_gen|char_ram~36669_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~36666_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36668_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36668_combout ), + .datad(\text_gen|char_ram~36666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36669 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N5 +dffeas \text_gen|char_ram~17904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y27_N23 +dffeas \text_gen|char_ram~17918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17694feeder ( +// Equation(s): +// \text_gen|char_ram~17694feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17694feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17694feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17694feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y27_N29 +dffeas \text_gen|char_ram~17694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17694feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y27_N7 +dffeas \text_gen|char_ram~17680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36670 ( +// Equation(s): +// \text_gen|char_ram~36670_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~17694_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~17680_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17694_q ), + .datac(\text_gen|char_ram~17680_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36670 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36671 ( +// Equation(s): +// \text_gen|char_ram~36671_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36670_combout & ((\text_gen|char_ram~17918_q ))) # (!\text_gen|char_ram~36670_combout & (\text_gen|char_ram~17904_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36670_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17904_q ), + .datac(\text_gen|char_ram~17918_q ), + .datad(\text_gen|char_ram~36670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36671 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36672 ( +// Equation(s): +// \text_gen|char_ram~36672_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36669_combout & ((\text_gen|char_ram~36671_combout ))) # (!\text_gen|char_ram~36669_combout & (\text_gen|char_ram~36664_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36669_combout )))) + + .dataa(\text_gen|char_ram~36664_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36669_combout ), + .datad(\text_gen|char_ram~36671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36672 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~36672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17897feeder ( +// Equation(s): +// \text_gen|char_ram~17897feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y31_N23 +dffeas \text_gen|char_ram~17897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y35_N1 +dffeas \text_gen|char_ram~17911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y35_N25 +dffeas \text_gen|char_ram~17449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y35_N11 +dffeas \text_gen|char_ram~17463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36639 ( +// Equation(s): +// \text_gen|char_ram~36639_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~17463_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17449_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17449_q ), + .datad(\text_gen|char_ram~17463_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36639 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36640 ( +// Equation(s): +// \text_gen|char_ram~36640_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36639_combout & ((\text_gen|char_ram~17911_q ))) # (!\text_gen|char_ram~36639_combout & (\text_gen|char_ram~17897_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36639_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17897_q ), + .datac(\text_gen|char_ram~17911_q ), + .datad(\text_gen|char_ram~36639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36640 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17015feeder ( +// Equation(s): +// \text_gen|char_ram~17015feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17015feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17015feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17015feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N27 +dffeas \text_gen|char_ram~17015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17015feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y35_N7 +dffeas \text_gen|char_ram~16553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y39_N23 +dffeas \text_gen|char_ram~16567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36632 ( +// Equation(s): +// \text_gen|char_ram~36632_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16567_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16553_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16553_q ), + .datad(\text_gen|char_ram~16567_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36632 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17001feeder ( +// Equation(s): +// \text_gen|char_ram~17001feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~17001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N5 +dffeas \text_gen|char_ram~17001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36633 ( +// Equation(s): +// \text_gen|char_ram~36633_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36632_combout & (\text_gen|char_ram~17015_q )) # (!\text_gen|char_ram~36632_combout & ((\text_gen|char_ram~17001_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36632_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17015_q ), + .datac(\text_gen|char_ram~36632_combout ), + .datad(\text_gen|char_ram~17001_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36633 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N21 +dffeas \text_gen|char_ram~17673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y35_N3 +dffeas \text_gen|char_ram~17687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y35_N17 +dffeas \text_gen|char_ram~17225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y27_N31 +dffeas \text_gen|char_ram~17239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36634 ( +// Equation(s): +// \text_gen|char_ram~36634_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~17239_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17225_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17225_q ), + .datad(\text_gen|char_ram~17239_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36634 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36635 ( +// Equation(s): +// \text_gen|char_ram~36635_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36634_combout & ((\text_gen|char_ram~17687_q ))) # (!\text_gen|char_ram~36634_combout & (\text_gen|char_ram~17673_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36634_combout )))) + + .dataa(\text_gen|char_ram~17673_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17687_q ), + .datad(\text_gen|char_ram~36634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36635 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16777feeder ( +// Equation(s): +// \text_gen|char_ram~16777feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16777feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y12_N3 +dffeas \text_gen|char_ram~16777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y16_N25 +dffeas \text_gen|char_ram~16791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y16_N11 +dffeas \text_gen|char_ram~16329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16343feeder ( +// Equation(s): +// \text_gen|char_ram~16343feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16343feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16343feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16343feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y16_N15 +dffeas \text_gen|char_ram~16343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16343feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36636 ( +// Equation(s): +// \text_gen|char_ram~36636_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~16343_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16329_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16329_q ), + .datad(\text_gen|char_ram~16343_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36636 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36637 ( +// Equation(s): +// \text_gen|char_ram~36637_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36636_combout & ((\text_gen|char_ram~16791_q ))) # (!\text_gen|char_ram~36636_combout & (\text_gen|char_ram~16777_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36636_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16777_q ), + .datac(\text_gen|char_ram~16791_q ), + .datad(\text_gen|char_ram~36636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36637 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36638 ( +// Equation(s): +// \text_gen|char_ram~36638_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~36635_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~36637_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36635_combout ), + .datad(\text_gen|char_ram~36637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36638 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36641 ( +// Equation(s): +// \text_gen|char_ram~36641_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36638_combout & (\text_gen|char_ram~36640_combout )) # (!\text_gen|char_ram~36638_combout & ((\text_gen|char_ram~36633_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36638_combout )))) + + .dataa(\text_gen|char_ram~36640_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36633_combout ), + .datad(\text_gen|char_ram~36638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36641 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36673 ( +// Equation(s): +// \text_gen|char_ram~36673_combout = (\text_gen|char_ram~36662_combout & (((\text_gen|char_ram~36672_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~36662_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36641_combout )))) + + .dataa(\text_gen|char_ram~36662_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36672_combout ), + .datad(\text_gen|char_ram~36641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36673 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36674 ( +// Equation(s): +// \text_gen|char_ram~36674_combout = (\text_gen|char_ram~36631_combout & (((\text_gen|char_ram~36673_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~36631_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~36546_combout ))) + + .dataa(\text_gen|char_ram~36631_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36546_combout ), + .datad(\text_gen|char_ram~36673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36674 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~36674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y31_N23 +dffeas \text_gen|char_ram~14544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14992feeder ( +// Equation(s): +// \text_gen|char_ram~14992feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14992feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14992feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14992feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y23_N19 +dffeas \text_gen|char_ram~14992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14992feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36692 ( +// Equation(s): +// \text_gen|char_ram~36692_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~14992_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14544_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14544_q ), + .datad(\text_gen|char_ram~14992_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36692 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y31_N17 +dffeas \text_gen|char_ram~15888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15440feeder ( +// Equation(s): +// \text_gen|char_ram~15440feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15440feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y50_N7 +dffeas \text_gen|char_ram~15440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36693 ( +// Equation(s): +// \text_gen|char_ram~36693_combout = (\text_gen|char_ram~36692_combout & (((\text_gen|char_ram~15888_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~36692_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15440_q )))) + + .dataa(\text_gen|char_ram~36692_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15888_q ), + .datad(\text_gen|char_ram~15440_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36693 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y26_N1 +dffeas \text_gen|char_ram~14985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N23 +dffeas \text_gen|char_ram~15881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N29 +dffeas \text_gen|char_ram~14537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14537 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y33_N15 +dffeas \text_gen|char_ram~15433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36685 ( +// Equation(s): +// \text_gen|char_ram~36685_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15433_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14537_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14537_q ), + .datad(\text_gen|char_ram~15433_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36685 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36686 ( +// Equation(s): +// \text_gen|char_ram~36686_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36685_combout & ((\text_gen|char_ram~15881_q ))) # (!\text_gen|char_ram~36685_combout & (\text_gen|char_ram~14985_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36685_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14985_q ), + .datac(\text_gen|char_ram~15881_q ), + .datad(\text_gen|char_ram~36685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36686 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14957feeder ( +// Equation(s): +// \text_gen|char_ram~14957feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14957feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14957feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14957feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y30_N3 +dffeas \text_gen|char_ram~14957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14957feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y34_N21 +dffeas \text_gen|char_ram~15853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y34_N3 +dffeas \text_gen|char_ram~14509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15405feeder ( +// Equation(s): +// \text_gen|char_ram~15405feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15405feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15405feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15405feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y41_N31 +dffeas \text_gen|char_ram~15405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15405feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36689 ( +// Equation(s): +// \text_gen|char_ram~36689_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15405_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14509_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14509_q ), + .datad(\text_gen|char_ram~15405_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36689 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36690 ( +// Equation(s): +// \text_gen|char_ram~36690_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36689_combout & ((\text_gen|char_ram~15853_q ))) # (!\text_gen|char_ram~36689_combout & (\text_gen|char_ram~14957_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36689_combout )))) + + .dataa(\text_gen|char_ram~14957_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15853_q ), + .datad(\text_gen|char_ram~36689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36690 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y42_N19 +dffeas \text_gen|char_ram~14516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14964feeder ( +// Equation(s): +// \text_gen|char_ram~14964feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14964feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y27_N19 +dffeas \text_gen|char_ram~14964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36687 ( +// Equation(s): +// \text_gen|char_ram~36687_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~14964_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14516_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14516_q ), + .datad(\text_gen|char_ram~14964_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36687 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y42_N21 +dffeas \text_gen|char_ram~15860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15412feeder ( +// Equation(s): +// \text_gen|char_ram~15412feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15412feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15412feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15412feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y46_N7 +dffeas \text_gen|char_ram~15412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15412feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36688 ( +// Equation(s): +// \text_gen|char_ram~36688_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36687_combout & (\text_gen|char_ram~15860_q )) # (!\text_gen|char_ram~36687_combout & ((\text_gen|char_ram~15412_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~36687_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36687_combout ), + .datac(\text_gen|char_ram~15860_q ), + .datad(\text_gen|char_ram~15412_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36688 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36691 ( +// Equation(s): +// \text_gen|char_ram~36691_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36688_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36690_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36690_combout ), + .datad(\text_gen|char_ram~36688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36691 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36694 ( +// Equation(s): +// \text_gen|char_ram~36694_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36691_combout & (\text_gen|char_ram~36693_combout )) # (!\text_gen|char_ram~36691_combout & ((\text_gen|char_ram~36686_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36691_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36693_combout ), + .datac(\text_gen|char_ram~36686_combout ), + .datad(\text_gen|char_ram~36691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36694 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15356feeder ( +// Equation(s): +// \text_gen|char_ram~15356feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15356feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15356feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15356feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y42_N9 +dffeas \text_gen|char_ram~15356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15356feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y40_N31 +dffeas \text_gen|char_ram~15804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y40_N1 +dffeas \text_gen|char_ram~14460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y40_N19 +dffeas \text_gen|char_ram~14908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36695 ( +// Equation(s): +// \text_gen|char_ram~36695_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~14908_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14460_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14460_q ), + .datad(\text_gen|char_ram~14908_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36695 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36696 ( +// Equation(s): +// \text_gen|char_ram~36696_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36695_combout & ((\text_gen|char_ram~15804_q ))) # (!\text_gen|char_ram~36695_combout & (\text_gen|char_ram~15356_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36695_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15356_q ), + .datac(\text_gen|char_ram~15804_q ), + .datad(\text_gen|char_ram~36695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36696 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15384feeder ( +// Equation(s): +// \text_gen|char_ram~15384feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15384feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y42_N3 +dffeas \text_gen|char_ram~15384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y38_N29 +dffeas \text_gen|char_ram~15832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14936feeder ( +// Equation(s): +// \text_gen|char_ram~14936feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14936feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y39_N13 +dffeas \text_gen|char_ram~14936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y38_N19 +dffeas \text_gen|char_ram~14488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36702 ( +// Equation(s): +// \text_gen|char_ram~36702_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~14936_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~14488_q +// ))))) + + .dataa(\text_gen|char_ram~14936_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14488_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36702 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36703 ( +// Equation(s): +// \text_gen|char_ram~36703_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36702_combout & ((\text_gen|char_ram~15832_q ))) # (!\text_gen|char_ram~36702_combout & (\text_gen|char_ram~15384_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36702_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15384_q ), + .datac(\text_gen|char_ram~15832_q ), + .datad(\text_gen|char_ram~36702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36703 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14901feeder ( +// Equation(s): +// \text_gen|char_ram~14901feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14901feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y37_N25 +dffeas \text_gen|char_ram~14901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y37_N23 +dffeas \text_gen|char_ram~15797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15349feeder ( +// Equation(s): +// \text_gen|char_ram~15349feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N15 +dffeas \text_gen|char_ram~15349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y37_N13 +dffeas \text_gen|char_ram~14453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36699 ( +// Equation(s): +// \text_gen|char_ram~36699_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15349_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14453_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15349_q ), + .datac(\text_gen|char_ram~14453_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36699 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36700 ( +// Equation(s): +// \text_gen|char_ram~36700_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36699_combout & ((\text_gen|char_ram~15797_q ))) # (!\text_gen|char_ram~36699_combout & (\text_gen|char_ram~14901_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36699_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14901_q ), + .datac(\text_gen|char_ram~15797_q ), + .datad(\text_gen|char_ram~36699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36700 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14929feeder ( +// Equation(s): +// \text_gen|char_ram~14929feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14929feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14929feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14929feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y25_N25 +dffeas \text_gen|char_ram~14929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14929feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N23 +dffeas \text_gen|char_ram~15825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N21 +dffeas \text_gen|char_ram~14481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15377feeder ( +// Equation(s): +// \text_gen|char_ram~15377feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y45_N7 +dffeas \text_gen|char_ram~15377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36697 ( +// Equation(s): +// \text_gen|char_ram~36697_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15377_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14481_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14481_q ), + .datad(\text_gen|char_ram~15377_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36697 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36698 ( +// Equation(s): +// \text_gen|char_ram~36698_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36697_combout & ((\text_gen|char_ram~15825_q ))) # (!\text_gen|char_ram~36697_combout & (\text_gen|char_ram~14929_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36697_combout )))) + + .dataa(\text_gen|char_ram~14929_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15825_q ), + .datad(\text_gen|char_ram~36697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36698 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36701 ( +// Equation(s): +// \text_gen|char_ram~36701_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36698_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36700_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36700_combout ), + .datad(\text_gen|char_ram~36698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36701 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36704 ( +// Equation(s): +// \text_gen|char_ram~36704_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36701_combout & ((\text_gen|char_ram~36703_combout ))) # (!\text_gen|char_ram~36701_combout & (\text_gen|char_ram~36696_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36701_combout )))) + + .dataa(\text_gen|char_ram~36696_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36703_combout ), + .datad(\text_gen|char_ram~36701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36704 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36705 ( +// Equation(s): +// \text_gen|char_ram~36705_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36694_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~36704_combout & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~36694_combout ), + .datac(\text_gen|char_ram~36704_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36705 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N9 +dffeas \text_gen|char_ram~14558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15006feeder ( +// Equation(s): +// \text_gen|char_ram~15006feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15006feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15006feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15006feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y11_N25 +dffeas \text_gen|char_ram~15006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15006feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36713 ( +// Equation(s): +// \text_gen|char_ram~36713_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~15006_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14558_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14558_q ), + .datad(\text_gen|char_ram~15006_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36713 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N27 +dffeas \text_gen|char_ram~15902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15454feeder ( +// Equation(s): +// \text_gen|char_ram~15454feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15454feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15454feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15454feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y54_N31 +dffeas \text_gen|char_ram~15454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15454feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36714 ( +// Equation(s): +// \text_gen|char_ram~36714_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36713_combout & (\text_gen|char_ram~15902_q )) # (!\text_gen|char_ram~36713_combout & ((\text_gen|char_ram~15454_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~36713_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36713_combout ), + .datac(\text_gen|char_ram~15902_q ), + .datad(\text_gen|char_ram~15454_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36714 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14999feeder ( +// Equation(s): +// \text_gen|char_ram~14999feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14999feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14999feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14999feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y21_N15 +dffeas \text_gen|char_ram~14999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14999feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15895feeder ( +// Equation(s): +// \text_gen|char_ram~15895feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15895feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15895feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15895feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y27_N5 +dffeas \text_gen|char_ram~15895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15895feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14551feeder ( +// Equation(s): +// \text_gen|char_ram~14551feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y41_N29 +dffeas \text_gen|char_ram~14551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y41_N1 +dffeas \text_gen|char_ram~15447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36706 ( +// Equation(s): +// \text_gen|char_ram~36706_combout = (\text_gen|Add5~6_combout & (((\text_gen|char_ram~15447_q ) # (\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14551_q & ((!\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~14551_q ), + .datac(\text_gen|char_ram~15447_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36706 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~36706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36707 ( +// Equation(s): +// \text_gen|char_ram~36707_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36706_combout & ((\text_gen|char_ram~15895_q ))) # (!\text_gen|char_ram~36706_combout & (\text_gen|char_ram~14999_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36706_combout )))) + + .dataa(\text_gen|char_ram~14999_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15895_q ), + .datad(\text_gen|char_ram~36706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36707 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15426feeder ( +// Equation(s): +// \text_gen|char_ram~15426feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y46_N15 +dffeas \text_gen|char_ram~15426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y26_N11 +dffeas \text_gen|char_ram~15874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14978feeder ( +// Equation(s): +// \text_gen|char_ram~14978feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14978feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14978feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14978feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y15_N5 +dffeas \text_gen|char_ram~14978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14978feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y26_N13 +dffeas \text_gen|char_ram~14530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36708 ( +// Equation(s): +// \text_gen|char_ram~36708_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14978_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14530_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~14978_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14530_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36708 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36709 ( +// Equation(s): +// \text_gen|char_ram~36709_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36708_combout & ((\text_gen|char_ram~15874_q ))) # (!\text_gen|char_ram~36708_combout & (\text_gen|char_ram~15426_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36708_combout )))) + + .dataa(\text_gen|char_ram~15426_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15874_q ), + .datad(\text_gen|char_ram~36708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36709 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14971feeder ( +// Equation(s): +// \text_gen|char_ram~14971feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14971feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14971feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14971feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y21_N13 +dffeas \text_gen|char_ram~14971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14971feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y37_N15 +dffeas \text_gen|char_ram~15867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15419feeder ( +// Equation(s): +// \text_gen|char_ram~15419feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15419feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y41_N7 +dffeas \text_gen|char_ram~15419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y37_N21 +dffeas \text_gen|char_ram~14523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36710 ( +// Equation(s): +// \text_gen|char_ram~36710_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15419_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14523_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15419_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14523_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36710 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36711 ( +// Equation(s): +// \text_gen|char_ram~36711_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36710_combout & ((\text_gen|char_ram~15867_q ))) # (!\text_gen|char_ram~36710_combout & (\text_gen|char_ram~14971_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36710_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14971_q ), + .datac(\text_gen|char_ram~15867_q ), + .datad(\text_gen|char_ram~36710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36711 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36712 ( +// Equation(s): +// \text_gen|char_ram~36712_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36709_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36711_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36709_combout ), + .datad(\text_gen|char_ram~36711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36712 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36715 ( +// Equation(s): +// \text_gen|char_ram~36715_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36712_combout & (\text_gen|char_ram~36714_combout )) # (!\text_gen|char_ram~36712_combout & ((\text_gen|char_ram~36707_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36712_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36714_combout ), + .datac(\text_gen|char_ram~36707_combout ), + .datad(\text_gen|char_ram~36712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36715 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15398feeder ( +// Equation(s): +// \text_gen|char_ram~15398feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15398feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N17 +dffeas \text_gen|char_ram~15398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y28_N1 +dffeas \text_gen|char_ram~15846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y35_N5 +dffeas \text_gen|char_ram~14502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14950feeder ( +// Equation(s): +// \text_gen|char_ram~14950feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14950feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14950feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14950feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y21_N3 +dffeas \text_gen|char_ram~14950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14950feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36682 ( +// Equation(s): +// \text_gen|char_ram~36682_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~14950_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14502_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14502_q ), + .datad(\text_gen|char_ram~14950_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36682 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36683 ( +// Equation(s): +// \text_gen|char_ram~36683_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36682_combout & ((\text_gen|char_ram~15846_q ))) # (!\text_gen|char_ram~36682_combout & (\text_gen|char_ram~15398_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36682_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15398_q ), + .datac(\text_gen|char_ram~15846_q ), + .datad(\text_gen|char_ram~36682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36683 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N21 +dffeas \text_gen|char_ram~14922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y25_N19 +dffeas \text_gen|char_ram~14474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36675 ( +// Equation(s): +// \text_gen|char_ram~36675_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14922_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14474_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~14922_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14474_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36675 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y25_N19 +dffeas \text_gen|char_ram~15818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N9 +dffeas \text_gen|char_ram~15370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36676 ( +// Equation(s): +// \text_gen|char_ram~36676_combout = (\text_gen|char_ram~36675_combout & ((\text_gen|char_ram~15818_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36675_combout & (((\text_gen|char_ram~15370_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~36675_combout ), + .datab(\text_gen|char_ram~15818_q ), + .datac(\text_gen|char_ram~15370_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36676 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~36676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y29_N29 +dffeas \text_gen|char_ram~14943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y29_N31 +dffeas \text_gen|char_ram~15839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15391feeder ( +// Equation(s): +// \text_gen|char_ram~15391feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N13 +dffeas \text_gen|char_ram~15391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y41_N21 +dffeas \text_gen|char_ram~14495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36677 ( +// Equation(s): +// \text_gen|char_ram~36677_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15391_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14495_q +// ))))) + + .dataa(\text_gen|char_ram~15391_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14495_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36677 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36678 ( +// Equation(s): +// \text_gen|char_ram~36678_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36677_combout & ((\text_gen|char_ram~15839_q ))) # (!\text_gen|char_ram~36677_combout & (\text_gen|char_ram~14943_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36677_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14943_q ), + .datac(\text_gen|char_ram~15839_q ), + .datad(\text_gen|char_ram~36677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36678 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14915feeder ( +// Equation(s): +// \text_gen|char_ram~14915feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14915feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14915feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14915feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y29_N13 +dffeas \text_gen|char_ram~14915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14915feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y37_N23 +dffeas \text_gen|char_ram~15811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y37_N13 +dffeas \text_gen|char_ram~14467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15363feeder ( +// Equation(s): +// \text_gen|char_ram~15363feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y53_N29 +dffeas \text_gen|char_ram~15363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36679 ( +// Equation(s): +// \text_gen|char_ram~36679_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15363_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14467_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14467_q ), + .datad(\text_gen|char_ram~15363_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36679 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36680 ( +// Equation(s): +// \text_gen|char_ram~36680_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36679_combout & ((\text_gen|char_ram~15811_q ))) # (!\text_gen|char_ram~36679_combout & (\text_gen|char_ram~14915_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36679_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14915_q ), + .datac(\text_gen|char_ram~15811_q ), + .datad(\text_gen|char_ram~36679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36680 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36681 ( +// Equation(s): +// \text_gen|char_ram~36681_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36678_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36680_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36678_combout ), + .datad(\text_gen|char_ram~36680_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36681 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36684 ( +// Equation(s): +// \text_gen|char_ram~36684_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36681_combout & (\text_gen|char_ram~36683_combout )) # (!\text_gen|char_ram~36681_combout & ((\text_gen|char_ram~36676_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36681_combout )))) + + .dataa(\text_gen|char_ram~36683_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36676_combout ), + .datad(\text_gen|char_ram~36681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36684 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36716 ( +// Equation(s): +// \text_gen|char_ram~36716_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36705_combout & (\text_gen|char_ram~36715_combout )) # (!\text_gen|char_ram~36705_combout & ((\text_gen|char_ram~36684_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~36705_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36705_combout ), + .datac(\text_gen|char_ram~36715_combout ), + .datad(\text_gen|char_ram~36684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36716 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14782feeder ( +// Equation(s): +// \text_gen|char_ram~14782feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y42_N25 +dffeas \text_gen|char_ram~14782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y42_N31 +dffeas \text_gen|char_ram~14726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36835 ( +// Equation(s): +// \text_gen|char_ram~36835_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14782_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14726_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14782_q ), + .datac(\text_gen|char_ram~14726_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36835 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N5 +dffeas \text_gen|char_ram~15230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y21_N27 +dffeas \text_gen|char_ram~15174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36836 ( +// Equation(s): +// \text_gen|char_ram~36836_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36835_combout & (\text_gen|char_ram~15230_q )) # (!\text_gen|char_ram~36835_combout & ((\text_gen|char_ram~15174_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36835_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36835_combout ), + .datac(\text_gen|char_ram~15230_q ), + .datad(\text_gen|char_ram~15174_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36836 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y22_N9 +dffeas \text_gen|char_ram~15146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y15_N23 +dffeas \text_gen|char_ram~15202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14754feeder ( +// Equation(s): +// \text_gen|char_ram~14754feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14754feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14754feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14754feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y26_N23 +dffeas \text_gen|char_ram~14754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14754feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N27 +dffeas \text_gen|char_ram~14698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36837 ( +// Equation(s): +// \text_gen|char_ram~36837_combout = (\text_gen|Add5~4_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~14754_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~14698_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14754_q ), + .datac(\text_gen|char_ram~14698_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~36837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36837 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36838 ( +// Equation(s): +// \text_gen|char_ram~36838_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36837_combout & ((\text_gen|char_ram~15202_q ))) # (!\text_gen|char_ram~36837_combout & (\text_gen|char_ram~15146_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36837_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15146_q ), + .datac(\text_gen|char_ram~15202_q ), + .datad(\text_gen|char_ram~36837_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36838 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36839 ( +// Equation(s): +// \text_gen|char_ram~36839_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36836_combout ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~36838_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36836_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~36838_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36839 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~36839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16070feeder ( +// Equation(s): +// \text_gen|char_ram~16070feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y23_N17 +dffeas \text_gen|char_ram~16070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y23_N17 +dffeas \text_gen|char_ram~16126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y55_N7 +dffeas \text_gen|char_ram~15622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15678feeder ( +// Equation(s): +// \text_gen|char_ram~15678feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15678feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y55_N1 +dffeas \text_gen|char_ram~15678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36840 ( +// Equation(s): +// \text_gen|char_ram~36840_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15678_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~15622_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15622_q ), + .datad(\text_gen|char_ram~15678_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36840 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36841 ( +// Equation(s): +// \text_gen|char_ram~36841_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36840_combout & ((\text_gen|char_ram~16126_q ))) # (!\text_gen|char_ram~36840_combout & (\text_gen|char_ram~16070_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36840_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16070_q ), + .datac(\text_gen|char_ram~16126_q ), + .datad(\text_gen|char_ram~36840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36841 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16042feeder ( +// Equation(s): +// \text_gen|char_ram~16042feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16042feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y28_N25 +dffeas \text_gen|char_ram~16042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N23 +dffeas \text_gen|char_ram~16098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y42_N15 +dffeas \text_gen|char_ram~15594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15650feeder ( +// Equation(s): +// \text_gen|char_ram~15650feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15650feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15650feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15650feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y50_N27 +dffeas \text_gen|char_ram~15650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15650feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36833 ( +// Equation(s): +// \text_gen|char_ram~36833_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15650_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~15594_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15594_q ), + .datad(\text_gen|char_ram~15650_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36833 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36834 ( +// Equation(s): +// \text_gen|char_ram~36834_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36833_combout & ((\text_gen|char_ram~16098_q ))) # (!\text_gen|char_ram~36833_combout & (\text_gen|char_ram~16042_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36833_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16042_q ), + .datac(\text_gen|char_ram~16098_q ), + .datad(\text_gen|char_ram~36833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36834 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36842 ( +// Equation(s): +// \text_gen|char_ram~36842_combout = (\text_gen|char_ram~36839_combout & (((\text_gen|char_ram~36841_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~36839_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36834_combout )))) + + .dataa(\text_gen|char_ram~36839_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36841_combout ), + .datad(\text_gen|char_ram~36834_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36842 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y40_N13 +dffeas \text_gen|char_ram~14684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14740feeder ( +// Equation(s): +// \text_gen|char_ram~14740feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14740feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14740feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14740feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y40_N19 +dffeas \text_gen|char_ram~14740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14740feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36806 ( +// Equation(s): +// \text_gen|char_ram~36806_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~14740_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14684_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14684_q ), + .datad(\text_gen|char_ram~14740_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36806 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15580feeder ( +// Equation(s): +// \text_gen|char_ram~15580feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15580feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15580feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15580feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N1 +dffeas \text_gen|char_ram~15580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15580feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y52_N7 +dffeas \text_gen|char_ram~15636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36807 ( +// Equation(s): +// \text_gen|char_ram~36807_combout = (\text_gen|char_ram~36806_combout & (((\text_gen|char_ram~15636_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36806_combout & (\text_gen|char_ram~15580_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~36806_combout ), + .datab(\text_gen|char_ram~15580_q ), + .datac(\text_gen|char_ram~15636_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36807 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15608feeder ( +// Equation(s): +// \text_gen|char_ram~15608feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15608feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15608feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15608feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y56_N3 +dffeas \text_gen|char_ram~15608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15608feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y53_N23 +dffeas \text_gen|char_ram~15664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14768feeder ( +// Equation(s): +// \text_gen|char_ram~14768feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14768feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14768feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14768feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y46_N13 +dffeas \text_gen|char_ram~14768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14768feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y53_N25 +dffeas \text_gen|char_ram~14712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36804 ( +// Equation(s): +// \text_gen|char_ram~36804_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~14768_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~14712_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~14768_q ), + .datac(\text_gen|char_ram~14712_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~36804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36804 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36805 ( +// Equation(s): +// \text_gen|char_ram~36805_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36804_combout & ((\text_gen|char_ram~15664_q ))) # (!\text_gen|char_ram~36804_combout & (\text_gen|char_ram~15608_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36804_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15608_q ), + .datac(\text_gen|char_ram~15664_q ), + .datad(\text_gen|char_ram~36804_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36805 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36808 ( +// Equation(s): +// \text_gen|char_ram~36808_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~36805_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36807_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36807_combout ), + .datad(\text_gen|char_ram~36805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36808 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y7_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16056feeder ( +// Equation(s): +// \text_gen|char_ram~16056feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16056feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y7_N29 +dffeas \text_gen|char_ram~16056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y7_N19 +dffeas \text_gen|char_ram~16112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15216feeder ( +// Equation(s): +// \text_gen|char_ram~15216feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15216feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y19_N1 +dffeas \text_gen|char_ram~15216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y21_N5 +dffeas \text_gen|char_ram~15160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36809 ( +// Equation(s): +// \text_gen|char_ram~36809_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~15216_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~15160_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15216_q ), + .datac(\text_gen|char_ram~15160_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~36809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36809 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y7_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36810 ( +// Equation(s): +// \text_gen|char_ram~36810_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36809_combout & ((\text_gen|char_ram~16112_q ))) # (!\text_gen|char_ram~36809_combout & (\text_gen|char_ram~16056_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36809_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16056_q ), + .datac(\text_gen|char_ram~16112_q ), + .datad(\text_gen|char_ram~36809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36810 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16028feeder ( +// Equation(s): +// \text_gen|char_ram~16028feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16028feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16028feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16028feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N9 +dffeas \text_gen|char_ram~16028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16028feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15188feeder ( +// Equation(s): +// \text_gen|char_ram~15188feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y34_N1 +dffeas \text_gen|char_ram~15188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y32_N1 +dffeas \text_gen|char_ram~15132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36802 ( +// Equation(s): +// \text_gen|char_ram~36802_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15188_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~15132_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15188_q ), + .datac(\text_gen|char_ram~15132_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36802 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y32_N11 +dffeas \text_gen|char_ram~16084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36803 ( +// Equation(s): +// \text_gen|char_ram~36803_combout = (\text_gen|char_ram~36802_combout & (((\text_gen|char_ram~16084_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36802_combout & (\text_gen|char_ram~16028_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16028_q ), + .datab(\text_gen|char_ram~36802_combout ), + .datac(\text_gen|char_ram~16084_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36803 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36811 ( +// Equation(s): +// \text_gen|char_ram~36811_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36808_combout & (\text_gen|char_ram~36810_combout )) # (!\text_gen|char_ram~36808_combout & ((\text_gen|char_ram~36803_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36808_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36808_combout ), + .datac(\text_gen|char_ram~36810_combout ), + .datad(\text_gen|char_ram~36803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36811 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15573feeder ( +// Equation(s): +// \text_gen|char_ram~15573feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15573feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15573feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15573feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y54_N9 +dffeas \text_gen|char_ram~15573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15573feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y45_N15 +dffeas \text_gen|char_ram~15629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y37_N31 +dffeas \text_gen|char_ram~14733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y37_N27 +dffeas \text_gen|char_ram~14677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36826 ( +// Equation(s): +// \text_gen|char_ram~36826_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14733_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14677_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~14733_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14677_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36826 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36827 ( +// Equation(s): +// \text_gen|char_ram~36827_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36826_combout & ((\text_gen|char_ram~15629_q ))) # (!\text_gen|char_ram~36826_combout & (\text_gen|char_ram~15573_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36826_combout )))) + + .dataa(\text_gen|char_ram~15573_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15629_q ), + .datad(\text_gen|char_ram~36826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36827 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14761feeder ( +// Equation(s): +// \text_gen|char_ram~14761feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14761feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14761feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14761feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y46_N29 +dffeas \text_gen|char_ram~14761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14761feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y46_N11 +dffeas \text_gen|char_ram~14705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36824 ( +// Equation(s): +// \text_gen|char_ram~36824_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14761_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14705_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14761_q ), + .datac(\text_gen|char_ram~14705_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36824 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y45_N21 +dffeas \text_gen|char_ram~15657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15601feeder ( +// Equation(s): +// \text_gen|char_ram~15601feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15601feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15601feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15601feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N7 +dffeas \text_gen|char_ram~15601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15601feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36825 ( +// Equation(s): +// \text_gen|char_ram~36825_combout = (\text_gen|char_ram~36824_combout & (((\text_gen|char_ram~15657_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~36824_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15601_q )))) + + .dataa(\text_gen|char_ram~36824_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15657_q ), + .datad(\text_gen|char_ram~15601_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36825 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36828 ( +// Equation(s): +// \text_gen|char_ram~36828_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~36825_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36827_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36827_combout ), + .datad(\text_gen|char_ram~36825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36828 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16021feeder ( +// Equation(s): +// \text_gen|char_ram~16021feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~16021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16021feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y34_N25 +dffeas \text_gen|char_ram~16021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N7 +dffeas \text_gen|char_ram~16077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N21 +dffeas \text_gen|char_ram~15125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15181feeder ( +// Equation(s): +// \text_gen|char_ram~15181feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15181feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15181feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15181feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N19 +dffeas \text_gen|char_ram~15181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15181feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36822 ( +// Equation(s): +// \text_gen|char_ram~36822_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~15181_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~15125_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15125_q ), + .datad(\text_gen|char_ram~15181_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36822 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36823 ( +// Equation(s): +// \text_gen|char_ram~36823_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36822_combout & ((\text_gen|char_ram~16077_q ))) # (!\text_gen|char_ram~36822_combout & (\text_gen|char_ram~16021_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36822_combout )))) + + .dataa(\text_gen|char_ram~16021_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16077_q ), + .datad(\text_gen|char_ram~36822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36823 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y29_N25 +dffeas \text_gen|char_ram~16049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15209feeder ( +// Equation(s): +// \text_gen|char_ram~15209feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15209feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y28_N3 +dffeas \text_gen|char_ram~15209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y28_N19 +dffeas \text_gen|char_ram~15153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36829 ( +// Equation(s): +// \text_gen|char_ram~36829_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15209_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~15153_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~15209_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15153_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36829 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y28_N21 +dffeas \text_gen|char_ram~16105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36830 ( +// Equation(s): +// \text_gen|char_ram~36830_combout = (\text_gen|char_ram~36829_combout & (((\text_gen|char_ram~16105_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36829_combout & (\text_gen|char_ram~16049_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16049_q ), + .datab(\text_gen|char_ram~36829_combout ), + .datac(\text_gen|char_ram~16105_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36830 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36831 ( +// Equation(s): +// \text_gen|char_ram~36831_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36828_combout & ((\text_gen|char_ram~36830_combout ))) # (!\text_gen|char_ram~36828_combout & (\text_gen|char_ram~36823_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36828_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36828_combout ), + .datac(\text_gen|char_ram~36823_combout ), + .datad(\text_gen|char_ram~36830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36831 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~36831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15643feeder ( +// Equation(s): +// \text_gen|char_ram~15643feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15643feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y50_N1 +dffeas \text_gen|char_ram~15643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y43_N31 +dffeas \text_gen|char_ram~15587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36812 ( +// Equation(s): +// \text_gen|char_ram~36812_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15643_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~15587_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15643_q ), + .datac(\text_gen|char_ram~15587_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36812 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y43_N17 +dffeas \text_gen|char_ram~16091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N17 +dffeas \text_gen|char_ram~16035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36813 ( +// Equation(s): +// \text_gen|char_ram~36813_combout = (\text_gen|char_ram~36812_combout & (((\text_gen|char_ram~16091_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~36812_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16035_q )))) + + .dataa(\text_gen|char_ram~36812_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16091_q ), + .datad(\text_gen|char_ram~16035_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36813 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15167feeder ( +// Equation(s): +// \text_gen|char_ram~15167feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15167feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y17_N1 +dffeas \text_gen|char_ram~15167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y45_N13 +dffeas \text_gen|char_ram~15223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y45_N11 +dffeas \text_gen|char_ram~14719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y45_N23 +dffeas \text_gen|char_ram~14775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36814 ( +// Equation(s): +// \text_gen|char_ram~36814_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~14775_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14719_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14719_q ), + .datad(\text_gen|char_ram~14775_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36814 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36815 ( +// Equation(s): +// \text_gen|char_ram~36815_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36814_combout & ((\text_gen|char_ram~15223_q ))) # (!\text_gen|char_ram~36814_combout & (\text_gen|char_ram~15167_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36814_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15167_q ), + .datac(\text_gen|char_ram~15223_q ), + .datad(\text_gen|char_ram~36814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36815 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~14747feeder ( +// Equation(s): +// \text_gen|char_ram~14747feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14747feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14747feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14747feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y37_N7 +dffeas \text_gen|char_ram~14747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14747feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y15_N27 +dffeas \text_gen|char_ram~14691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36816 ( +// Equation(s): +// \text_gen|char_ram~36816_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14747_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14691_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~14747_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14691_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36816 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15139feeder ( +// Equation(s): +// \text_gen|char_ram~15139feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15139feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15139feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15139feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N25 +dffeas \text_gen|char_ram~15139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15139feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y15_N5 +dffeas \text_gen|char_ram~15195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36817 ( +// Equation(s): +// \text_gen|char_ram~36817_combout = (\text_gen|char_ram~36816_combout & (((\text_gen|char_ram~15195_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~36816_combout & (\text_gen|char_ram~15139_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~36816_combout ), + .datab(\text_gen|char_ram~15139_q ), + .datac(\text_gen|char_ram~15195_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36817 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36818 ( +// Equation(s): +// \text_gen|char_ram~36818_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~36815_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36817_combout ))))) + + .dataa(\text_gen|char_ram~36815_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36817_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~36818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36818 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y29_N5 +dffeas \text_gen|char_ram~16063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y29_N27 +dffeas \text_gen|char_ram~16119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y81_N13 +dffeas \text_gen|char_ram~15615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y81_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15671feeder ( +// Equation(s): +// \text_gen|char_ram~15671feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15671feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y81_N25 +dffeas \text_gen|char_ram~15671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y81_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36819 ( +// Equation(s): +// \text_gen|char_ram~36819_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15671_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15615_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15615_q ), + .datad(\text_gen|char_ram~15671_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36819 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36820 ( +// Equation(s): +// \text_gen|char_ram~36820_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36819_combout & ((\text_gen|char_ram~16119_q ))) # (!\text_gen|char_ram~36819_combout & (\text_gen|char_ram~16063_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36819_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16063_q ), + .datac(\text_gen|char_ram~16119_q ), + .datad(\text_gen|char_ram~36819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36820 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36821 ( +// Equation(s): +// \text_gen|char_ram~36821_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36818_combout & ((\text_gen|char_ram~36820_combout ))) # (!\text_gen|char_ram~36818_combout & (\text_gen|char_ram~36813_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36818_combout )))) + + .dataa(\text_gen|char_ram~36813_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36818_combout ), + .datad(\text_gen|char_ram~36820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36821 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~36821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36832 ( +// Equation(s): +// \text_gen|char_ram~36832_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [4]) # (\text_gen|char_ram~36821_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~36831_combout & (!\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~36831_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~36821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36832 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~36832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36843 ( +// Equation(s): +// \text_gen|char_ram~36843_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36832_combout & (\text_gen|char_ram~36842_combout )) # (!\text_gen|char_ram~36832_combout & ((\text_gen|char_ram~36811_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36832_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36842_combout ), + .datac(\text_gen|char_ram~36811_combout ), + .datad(\text_gen|char_ram~36832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36843 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14873feeder ( +// Equation(s): +// \text_gen|char_ram~14873feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14873feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14873feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14873feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y18_N13 +dffeas \text_gen|char_ram~14873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14873feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y33_N11 +dffeas \text_gen|char_ram~15769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~15321feeder ( +// Equation(s): +// \text_gen|char_ram~15321feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15321feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15321feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15321feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y51_N23 +dffeas \text_gen|char_ram~15321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15321feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y33_N21 +dffeas \text_gen|char_ram~14425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36771 ( +// Equation(s): +// \text_gen|char_ram~36771_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15321_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14425_q +// ))))) + + .dataa(\text_gen|char_ram~15321_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14425_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36771 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36772 ( +// Equation(s): +// \text_gen|char_ram~36772_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36771_combout & ((\text_gen|char_ram~15769_q ))) # (!\text_gen|char_ram~36771_combout & (\text_gen|char_ram~14873_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36771_combout )))) + + .dataa(\text_gen|char_ram~14873_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15769_q ), + .datad(\text_gen|char_ram~36771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36772 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y19_N11 +dffeas \text_gen|char_ram~14845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y33_N21 +dffeas \text_gen|char_ram~15741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y33_N3 +dffeas \text_gen|char_ram~14397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15293feeder ( +// Equation(s): +// \text_gen|char_ram~15293feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y58_N7 +dffeas \text_gen|char_ram~15293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36773 ( +// Equation(s): +// \text_gen|char_ram~36773_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15293_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14397_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14397_q ), + .datad(\text_gen|char_ram~15293_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36773 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36774 ( +// Equation(s): +// \text_gen|char_ram~36774_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36773_combout & ((\text_gen|char_ram~15741_q ))) # (!\text_gen|char_ram~36773_combout & (\text_gen|char_ram~14845_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36773_combout )))) + + .dataa(\text_gen|char_ram~14845_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15741_q ), + .datad(\text_gen|char_ram~36773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36774 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36775 ( +// Equation(s): +// \text_gen|char_ram~36775_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36772_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36774_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36772_combout ), + .datad(\text_gen|char_ram~36774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36775 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15328feeder ( +// Equation(s): +// \text_gen|char_ram~15328feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15328feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15328feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15328feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y54_N5 +dffeas \text_gen|char_ram~15328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15328feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y34_N11 +dffeas \text_gen|char_ram~15776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y34_N29 +dffeas \text_gen|char_ram~14432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14880feeder ( +// Equation(s): +// \text_gen|char_ram~14880feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14880feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y19_N11 +dffeas \text_gen|char_ram~14880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36776 ( +// Equation(s): +// \text_gen|char_ram~36776_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~14880_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14432_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14432_q ), + .datad(\text_gen|char_ram~14880_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36776 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36777 ( +// Equation(s): +// \text_gen|char_ram~36777_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36776_combout & ((\text_gen|char_ram~15776_q ))) # (!\text_gen|char_ram~36776_combout & (\text_gen|char_ram~15328_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36776_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15328_q ), + .datac(\text_gen|char_ram~15776_q ), + .datad(\text_gen|char_ram~36776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36777 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14852feeder ( +// Equation(s): +// \text_gen|char_ram~14852feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14852feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y16_N25 +dffeas \text_gen|char_ram~14852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y24_N1 +dffeas \text_gen|char_ram~15748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y24_N3 +dffeas \text_gen|char_ram~14404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y42_N19 +dffeas \text_gen|char_ram~15300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36769 ( +// Equation(s): +// \text_gen|char_ram~36769_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15300_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14404_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14404_q ), + .datad(\text_gen|char_ram~15300_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36769 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36770 ( +// Equation(s): +// \text_gen|char_ram~36770_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36769_combout & ((\text_gen|char_ram~15748_q ))) # (!\text_gen|char_ram~36769_combout & (\text_gen|char_ram~14852_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36769_combout )))) + + .dataa(\text_gen|char_ram~14852_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15748_q ), + .datad(\text_gen|char_ram~36769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36770 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36778 ( +// Equation(s): +// \text_gen|char_ram~36778_combout = (\text_gen|char_ram~36775_combout & (((\text_gen|char_ram~36777_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~36775_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36770_combout )))) + + .dataa(\text_gen|char_ram~36775_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36777_combout ), + .datad(\text_gen|char_ram~36770_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36778 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N27 +dffeas \text_gen|char_ram~14824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y38_N21 +dffeas \text_gen|char_ram~15720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y38_N19 +dffeas \text_gen|char_ram~14376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15272feeder ( +// Equation(s): +// \text_gen|char_ram~15272feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15272feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y56_N9 +dffeas \text_gen|char_ram~15272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36786 ( +// Equation(s): +// \text_gen|char_ram~36786_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15272_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14376_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14376_q ), + .datad(\text_gen|char_ram~15272_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36786 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36787 ( +// Equation(s): +// \text_gen|char_ram~36787_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36786_combout & ((\text_gen|char_ram~15720_q ))) # (!\text_gen|char_ram~36786_combout & (\text_gen|char_ram~14824_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36786_combout )))) + + .dataa(\text_gen|char_ram~14824_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15720_q ), + .datad(\text_gen|char_ram~36786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36787 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y23_N31 +dffeas \text_gen|char_ram~14796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y34_N7 +dffeas \text_gen|char_ram~15692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15244feeder ( +// Equation(s): +// \text_gen|char_ram~15244feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N25 +dffeas \text_gen|char_ram~15244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y34_N17 +dffeas \text_gen|char_ram~14348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36779 ( +// Equation(s): +// \text_gen|char_ram~36779_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15244_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14348_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15244_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14348_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36779 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36780 ( +// Equation(s): +// \text_gen|char_ram~36780_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36779_combout & ((\text_gen|char_ram~15692_q ))) # (!\text_gen|char_ram~36779_combout & (\text_gen|char_ram~14796_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36779_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14796_q ), + .datac(\text_gen|char_ram~15692_q ), + .datad(\text_gen|char_ram~36779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36780 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14817feeder ( +// Equation(s): +// \text_gen|char_ram~14817feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14817feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14817feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14817feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y28_N9 +dffeas \text_gen|char_ram~14817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14817feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y38_N23 +dffeas \text_gen|char_ram~15713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y38_N21 +dffeas \text_gen|char_ram~14369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15265feeder ( +// Equation(s): +// \text_gen|char_ram~15265feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15265feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N29 +dffeas \text_gen|char_ram~15265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36781 ( +// Equation(s): +// \text_gen|char_ram~36781_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15265_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14369_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14369_q ), + .datad(\text_gen|char_ram~15265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36781 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36782 ( +// Equation(s): +// \text_gen|char_ram~36782_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36781_combout & ((\text_gen|char_ram~15713_q ))) # (!\text_gen|char_ram~36781_combout & (\text_gen|char_ram~14817_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36781_combout )))) + + .dataa(\text_gen|char_ram~14817_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15713_q ), + .datad(\text_gen|char_ram~36781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36782 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y38_N29 +dffeas \text_gen|char_ram~14341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15237feeder ( +// Equation(s): +// \text_gen|char_ram~15237feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15237feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y54_N11 +dffeas \text_gen|char_ram~15237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36783 ( +// Equation(s): +// \text_gen|char_ram~36783_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15237_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14341_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14341_q ), + .datad(\text_gen|char_ram~15237_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36783 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y38_N23 +dffeas \text_gen|char_ram~15685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N7 +dffeas \text_gen|char_ram~14789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36784 ( +// Equation(s): +// \text_gen|char_ram~36784_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36783_combout & (\text_gen|char_ram~15685_q )) # (!\text_gen|char_ram~36783_combout & ((\text_gen|char_ram~14789_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36783_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36783_combout ), + .datac(\text_gen|char_ram~15685_q ), + .datad(\text_gen|char_ram~14789_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36784 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36785 ( +// Equation(s): +// \text_gen|char_ram~36785_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~36782_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36784_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36782_combout ), + .datad(\text_gen|char_ram~36784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36785 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36788 ( +// Equation(s): +// \text_gen|char_ram~36788_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36785_combout & (\text_gen|char_ram~36787_combout )) # (!\text_gen|char_ram~36785_combout & ((\text_gen|char_ram~36780_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36785_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36787_combout ), + .datac(\text_gen|char_ram~36780_combout ), + .datad(\text_gen|char_ram~36785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36788 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36789 ( +// Equation(s): +// \text_gen|char_ram~36789_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~36778_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~36788_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36778_combout ), + .datad(\text_gen|char_ram~36788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36789 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y32_N21 +dffeas \text_gen|char_ram~15286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y32_N7 +dffeas \text_gen|char_ram~15734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y39_N21 +dffeas \text_gen|char_ram~14390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y21_N25 +dffeas \text_gen|char_ram~14838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36766 ( +// Equation(s): +// \text_gen|char_ram~36766_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~14838_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14390_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14390_q ), + .datad(\text_gen|char_ram~14838_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36766 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36767 ( +// Equation(s): +// \text_gen|char_ram~36767_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36766_combout & ((\text_gen|char_ram~15734_q ))) # (!\text_gen|char_ram~36766_combout & (\text_gen|char_ram~15286_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36766_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15286_q ), + .datac(\text_gen|char_ram~15734_q ), + .datad(\text_gen|char_ram~36766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36767 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y19_N13 +dffeas \text_gen|char_ram~14810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N29 +dffeas \text_gen|char_ram~14362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36759 ( +// Equation(s): +// \text_gen|char_ram~36759_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14810_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14362_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14810_q ), + .datac(\text_gen|char_ram~14362_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36759 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y25_N19 +dffeas \text_gen|char_ram~15706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15258feeder ( +// Equation(s): +// \text_gen|char_ram~15258feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15258feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15258feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15258feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y52_N3 +dffeas \text_gen|char_ram~15258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15258feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36760 ( +// Equation(s): +// \text_gen|char_ram~36760_combout = (\text_gen|char_ram~36759_combout & (((\text_gen|char_ram~15706_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~36759_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15258_q )))) + + .dataa(\text_gen|char_ram~36759_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15706_q ), + .datad(\text_gen|char_ram~15258_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36760 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14831feeder ( +// Equation(s): +// \text_gen|char_ram~14831feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14831feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y17_N13 +dffeas \text_gen|char_ram~14831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N11 +dffeas \text_gen|char_ram~15727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14383feeder ( +// Equation(s): +// \text_gen|char_ram~14383feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14383feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y41_N17 +dffeas \text_gen|char_ram~14383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15279feeder ( +// Equation(s): +// \text_gen|char_ram~15279feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15279feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15279feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15279feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y54_N1 +dffeas \text_gen|char_ram~15279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15279feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36761 ( +// Equation(s): +// \text_gen|char_ram~36761_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15279_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14383_q +// )))) + + .dataa(\text_gen|char_ram~14383_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~15279_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36761 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~36761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36762 ( +// Equation(s): +// \text_gen|char_ram~36762_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36761_combout & ((\text_gen|char_ram~15727_q ))) # (!\text_gen|char_ram~36761_combout & (\text_gen|char_ram~14831_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36761_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14831_q ), + .datac(\text_gen|char_ram~15727_q ), + .datad(\text_gen|char_ram~36761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36762 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N3 +dffeas \text_gen|char_ram~14803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y29_N25 +dffeas \text_gen|char_ram~15699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y33_N7 +dffeas \text_gen|char_ram~14355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y33_N21 +dffeas \text_gen|char_ram~15251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36763 ( +// Equation(s): +// \text_gen|char_ram~36763_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15251_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14355_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14355_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~15251_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36763 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~36763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36764 ( +// Equation(s): +// \text_gen|char_ram~36764_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36763_combout & ((\text_gen|char_ram~15699_q ))) # (!\text_gen|char_ram~36763_combout & (\text_gen|char_ram~14803_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36763_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14803_q ), + .datac(\text_gen|char_ram~15699_q ), + .datad(\text_gen|char_ram~36763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36764 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36765 ( +// Equation(s): +// \text_gen|char_ram~36765_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36762_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36764_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36762_combout ), + .datad(\text_gen|char_ram~36764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36765 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36768 ( +// Equation(s): +// \text_gen|char_ram~36768_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36765_combout & (\text_gen|char_ram~36767_combout )) # (!\text_gen|char_ram~36765_combout & ((\text_gen|char_ram~36760_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36765_combout )))) + + .dataa(\text_gen|char_ram~36767_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36760_combout ), + .datad(\text_gen|char_ram~36765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36768 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15314feeder ( +// Equation(s): +// \text_gen|char_ram~15314feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15314feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15314feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15314feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y48_N29 +dffeas \text_gen|char_ram~15314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15314feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y26_N11 +dffeas \text_gen|char_ram~15762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14418feeder ( +// Equation(s): +// \text_gen|char_ram~14418feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14418feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y26_N9 +dffeas \text_gen|char_ram~14418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y15_N9 +dffeas \text_gen|char_ram~14866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36792 ( +// Equation(s): +// \text_gen|char_ram~36792_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~14866_q ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14418_q & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~14418_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14866_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36792 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~36792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36793 ( +// Equation(s): +// \text_gen|char_ram~36793_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36792_combout & ((\text_gen|char_ram~15762_q ))) # (!\text_gen|char_ram~36792_combout & (\text_gen|char_ram~15314_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36792_combout )))) + + .dataa(\text_gen|char_ram~15314_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15762_q ), + .datad(\text_gen|char_ram~36792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36793 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y37_N9 +dffeas \text_gen|char_ram~14411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15307feeder ( +// Equation(s): +// \text_gen|char_ram~15307feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15307feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15307feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15307feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y57_N25 +dffeas \text_gen|char_ram~15307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15307feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36794 ( +// Equation(s): +// \text_gen|char_ram~36794_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15307_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14411_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14411_q ), + .datad(\text_gen|char_ram~15307_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36794 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y26_N13 +dffeas \text_gen|char_ram~15755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14859feeder ( +// Equation(s): +// \text_gen|char_ram~14859feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14859feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14859feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14859feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y15_N17 +dffeas \text_gen|char_ram~14859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14859feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36795 ( +// Equation(s): +// \text_gen|char_ram~36795_combout = (\text_gen|char_ram~36794_combout & (((\text_gen|char_ram~15755_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~36794_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14859_q )))) + + .dataa(\text_gen|char_ram~36794_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15755_q ), + .datad(\text_gen|char_ram~14859_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36795 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36796 ( +// Equation(s): +// \text_gen|char_ram~36796_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36793_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~36795_combout )))) + + .dataa(\text_gen|char_ram~36793_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~36795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36796 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~36796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~15342feeder ( +// Equation(s): +// \text_gen|char_ram~15342feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15342feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15342feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15342feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y44_N23 +dffeas \text_gen|char_ram~15342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15342feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y23_N5 +dffeas \text_gen|char_ram~15790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14894feeder ( +// Equation(s): +// \text_gen|char_ram~14894feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14894feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14894feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14894feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y11_N29 +dffeas \text_gen|char_ram~14894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14894feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y11_N11 +dffeas \text_gen|char_ram~14446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36797 ( +// Equation(s): +// \text_gen|char_ram~36797_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14894_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14446_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14894_q ), + .datac(\text_gen|char_ram~14446_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36797 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36798 ( +// Equation(s): +// \text_gen|char_ram~36798_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36797_combout & ((\text_gen|char_ram~15790_q ))) # (!\text_gen|char_ram~36797_combout & (\text_gen|char_ram~15342_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36797_combout )))) + + .dataa(\text_gen|char_ram~15342_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15790_q ), + .datad(\text_gen|char_ram~36797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36798 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14887feeder ( +// Equation(s): +// \text_gen|char_ram~14887feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14887feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y16_N9 +dffeas \text_gen|char_ram~14887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y45_N17 +dffeas \text_gen|char_ram~14439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15335feeder ( +// Equation(s): +// \text_gen|char_ram~15335feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15335feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y57_N5 +dffeas \text_gen|char_ram~15335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36790 ( +// Equation(s): +// \text_gen|char_ram~36790_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15335_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14439_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14439_q ), + .datad(\text_gen|char_ram~15335_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36790 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y29_N1 +dffeas \text_gen|char_ram~15783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36791 ( +// Equation(s): +// \text_gen|char_ram~36791_combout = (\text_gen|char_ram~36790_combout & (((\text_gen|char_ram~15783_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~36790_combout & (\text_gen|char_ram~14887_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~14887_q ), + .datab(\text_gen|char_ram~36790_combout ), + .datac(\text_gen|char_ram~15783_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36791 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36799 ( +// Equation(s): +// \text_gen|char_ram~36799_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36796_combout & (\text_gen|char_ram~36798_combout )) # (!\text_gen|char_ram~36796_combout & ((\text_gen|char_ram~36791_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~36796_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36796_combout ), + .datac(\text_gen|char_ram~36798_combout ), + .datad(\text_gen|char_ram~36791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36799 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36800 ( +// Equation(s): +// \text_gen|char_ram~36800_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36789_combout & ((\text_gen|char_ram~36799_combout ))) # (!\text_gen|char_ram~36789_combout & (\text_gen|char_ram~36768_combout )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~36789_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36789_combout ), + .datac(\text_gen|char_ram~36768_combout ), + .datad(\text_gen|char_ram~36799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36800 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~36800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15552feeder ( +// Equation(s): +// \text_gen|char_ram~15552feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15552feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15552feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15552feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N11 +dffeas \text_gen|char_ram~15552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15552feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y35_N23 +dffeas \text_gen|char_ram~16000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y15_N31 +dffeas \text_gen|char_ram~15104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y35_N1 +dffeas \text_gen|char_ram~14656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36724 ( +// Equation(s): +// \text_gen|char_ram~36724_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~15104_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~14656_q +// ))))) + + .dataa(\text_gen|char_ram~15104_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14656_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36724 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36725 ( +// Equation(s): +// \text_gen|char_ram~36725_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36724_combout & ((\text_gen|char_ram~16000_q ))) # (!\text_gen|char_ram~36724_combout & (\text_gen|char_ram~15552_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36724_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15552_q ), + .datac(\text_gen|char_ram~16000_q ), + .datad(\text_gen|char_ram~36724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36725 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15069feeder ( +// Equation(s): +// \text_gen|char_ram~15069feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15069feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15069feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15069feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y19_N9 +dffeas \text_gen|char_ram~15069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15069feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y31_N23 +dffeas \text_gen|char_ram~15965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y37_N17 +dffeas \text_gen|char_ram~14621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15517feeder ( +// Equation(s): +// \text_gen|char_ram~15517feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15517feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15517feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15517feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y54_N17 +dffeas \text_gen|char_ram~15517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15517feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36721 ( +// Equation(s): +// \text_gen|char_ram~36721_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15517_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14621_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14621_q ), + .datad(\text_gen|char_ram~15517_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36721 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36722 ( +// Equation(s): +// \text_gen|char_ram~36722_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36721_combout & ((\text_gen|char_ram~15965_q ))) # (!\text_gen|char_ram~36721_combout & (\text_gen|char_ram~15069_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36721_combout )))) + + .dataa(\text_gen|char_ram~15069_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15965_q ), + .datad(\text_gen|char_ram~36721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36722 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y19_N5 +dffeas \text_gen|char_ram~15076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y35_N13 +dffeas \text_gen|char_ram~14628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36719 ( +// Equation(s): +// \text_gen|char_ram~36719_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15076_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14628_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~15076_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14628_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36719 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y31_N21 +dffeas \text_gen|char_ram~15972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15524feeder ( +// Equation(s): +// \text_gen|char_ram~15524feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15524feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15524feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15524feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y46_N25 +dffeas \text_gen|char_ram~15524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15524feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36720 ( +// Equation(s): +// \text_gen|char_ram~36720_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36719_combout & (\text_gen|char_ram~15972_q )) # (!\text_gen|char_ram~36719_combout & ((\text_gen|char_ram~15524_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~36719_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36719_combout ), + .datac(\text_gen|char_ram~15972_q ), + .datad(\text_gen|char_ram~15524_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36720 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36723 ( +// Equation(s): +// \text_gen|char_ram~36723_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36720_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36722_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36722_combout ), + .datad(\text_gen|char_ram~36720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36723 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y17_N23 +dffeas \text_gen|char_ram~15097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y24_N23 +dffeas \text_gen|char_ram~15993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y49_N31 +dffeas \text_gen|char_ram~15545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y49_N25 +dffeas \text_gen|char_ram~14649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36717 ( +// Equation(s): +// \text_gen|char_ram~36717_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15545_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14649_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15545_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14649_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36717 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36718 ( +// Equation(s): +// \text_gen|char_ram~36718_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36717_combout & ((\text_gen|char_ram~15993_q ))) # (!\text_gen|char_ram~36717_combout & (\text_gen|char_ram~15097_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36717_combout )))) + + .dataa(\text_gen|char_ram~15097_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15993_q ), + .datad(\text_gen|char_ram~36717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36718 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36726 ( +// Equation(s): +// \text_gen|char_ram~36726_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36723_combout & (\text_gen|char_ram~36725_combout )) # (!\text_gen|char_ram~36723_combout & ((\text_gen|char_ram~36718_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36723_combout )))) + + .dataa(\text_gen|char_ram~36725_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36723_combout ), + .datad(\text_gen|char_ram~36718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36726 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~36726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y35_N29 +dffeas \text_gen|char_ram~14600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15048feeder ( +// Equation(s): +// \text_gen|char_ram~15048feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15048feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15048feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15048feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y21_N7 +dffeas \text_gen|char_ram~15048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15048feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36744 ( +// Equation(s): +// \text_gen|char_ram~36744_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~15048_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14600_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14600_q ), + .datad(\text_gen|char_ram~15048_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36744 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y35_N31 +dffeas \text_gen|char_ram~15944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15496feeder ( +// Equation(s): +// \text_gen|char_ram~15496feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y35_N15 +dffeas \text_gen|char_ram~15496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36745 ( +// Equation(s): +// \text_gen|char_ram~36745_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36744_combout & (\text_gen|char_ram~15944_q )) # (!\text_gen|char_ram~36744_combout & ((\text_gen|char_ram~15496_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~36744_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~36744_combout ), + .datac(\text_gen|char_ram~15944_q ), + .datad(\text_gen|char_ram~15496_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36745 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y21_N7 +dffeas \text_gen|char_ram~15041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y34_N15 +dffeas \text_gen|char_ram~15937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15489feeder ( +// Equation(s): +// \text_gen|char_ram~15489feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15489feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y46_N13 +dffeas \text_gen|char_ram~15489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y46_N11 +dffeas \text_gen|char_ram~14593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36739 ( +// Equation(s): +// \text_gen|char_ram~36739_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15489_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14593_q +// ))))) + + .dataa(\text_gen|char_ram~15489_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14593_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36739 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36740 ( +// Equation(s): +// \text_gen|char_ram~36740_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36739_combout & ((\text_gen|char_ram~15937_q ))) # (!\text_gen|char_ram~36739_combout & (\text_gen|char_ram~15041_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36739_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15041_q ), + .datac(\text_gen|char_ram~15937_q ), + .datad(\text_gen|char_ram~36739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36740 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15013feeder ( +// Equation(s): +// \text_gen|char_ram~15013feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15013feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15013feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15013feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y19_N3 +dffeas \text_gen|char_ram~15013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15013feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y34_N5 +dffeas \text_gen|char_ram~15909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15461feeder ( +// Equation(s): +// \text_gen|char_ram~15461feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15461feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N11 +dffeas \text_gen|char_ram~15461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y37_N31 +dffeas \text_gen|char_ram~14565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36741 ( +// Equation(s): +// \text_gen|char_ram~36741_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15461_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14565_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15461_q ), + .datac(\text_gen|char_ram~14565_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36741 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36742 ( +// Equation(s): +// \text_gen|char_ram~36742_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36741_combout & ((\text_gen|char_ram~15909_q ))) # (!\text_gen|char_ram~36741_combout & (\text_gen|char_ram~15013_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36741_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15013_q ), + .datac(\text_gen|char_ram~15909_q ), + .datad(\text_gen|char_ram~36741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36742 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36743 ( +// Equation(s): +// \text_gen|char_ram~36743_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36740_combout ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((!\vga_c|h_cnt [4] & \text_gen|char_ram~36742_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36740_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~36742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36743 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~36743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y35_N3 +dffeas \text_gen|char_ram~15468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y35_N13 +dffeas \text_gen|char_ram~15916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y35_N19 +dffeas \text_gen|char_ram~14572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N9 +dffeas \text_gen|char_ram~15020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36737 ( +// Equation(s): +// \text_gen|char_ram~36737_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~15020_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14572_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14572_q ), + .datad(\text_gen|char_ram~15020_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36737 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36738 ( +// Equation(s): +// \text_gen|char_ram~36738_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36737_combout & ((\text_gen|char_ram~15916_q ))) # (!\text_gen|char_ram~36737_combout & (\text_gen|char_ram~15468_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36737_combout )))) + + .dataa(\text_gen|char_ram~15468_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15916_q ), + .datad(\text_gen|char_ram~36737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36738 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36746 ( +// Equation(s): +// \text_gen|char_ram~36746_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36743_combout & (\text_gen|char_ram~36745_combout )) # (!\text_gen|char_ram~36743_combout & ((\text_gen|char_ram~36738_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36743_combout )))) + + .dataa(\text_gen|char_ram~36745_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36743_combout ), + .datad(\text_gen|char_ram~36738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36746 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~36746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y20_N9 +dffeas \text_gen|char_ram~15034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y20_N13 +dffeas \text_gen|char_ram~14586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36727 ( +// Equation(s): +// \text_gen|char_ram~36727_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~15034_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~14586_q +// ))))) + + .dataa(\text_gen|char_ram~15034_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14586_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36727 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15482feeder ( +// Equation(s): +// \text_gen|char_ram~15482feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15482feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15482feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15482feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N21 +dffeas \text_gen|char_ram~15482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15482feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y20_N11 +dffeas \text_gen|char_ram~15930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36728 ( +// Equation(s): +// \text_gen|char_ram~36728_combout = (\text_gen|char_ram~36727_combout & (((\text_gen|char_ram~15930_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~36727_combout & (\text_gen|char_ram~15482_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~36727_combout ), + .datab(\text_gen|char_ram~15482_q ), + .datac(\text_gen|char_ram~15930_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36728 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15510feeder ( +// Equation(s): +// \text_gen|char_ram~15510feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15510feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15510feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15510feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y50_N17 +dffeas \text_gen|char_ram~15510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15510feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y50_N23 +dffeas \text_gen|char_ram~15958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15062feeder ( +// Equation(s): +// \text_gen|char_ram~15062feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15062feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15062feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15062feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N1 +dffeas \text_gen|char_ram~15062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15062feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y50_N19 +dffeas \text_gen|char_ram~14614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36734 ( +// Equation(s): +// \text_gen|char_ram~36734_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15062_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14614_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~15062_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14614_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36734 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36735 ( +// Equation(s): +// \text_gen|char_ram~36735_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36734_combout & ((\text_gen|char_ram~15958_q ))) # (!\text_gen|char_ram~36734_combout & (\text_gen|char_ram~15510_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36734_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15510_q ), + .datac(\text_gen|char_ram~15958_q ), + .datad(\text_gen|char_ram~36734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36735 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y17_N3 +dffeas \text_gen|char_ram~15055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y34_N23 +dffeas \text_gen|char_ram~15951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y54_N27 +dffeas \text_gen|char_ram~15503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y34_N29 +dffeas \text_gen|char_ram~14607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36729 ( +// Equation(s): +// \text_gen|char_ram~36729_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15503_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14607_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15503_q ), + .datac(\text_gen|char_ram~14607_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36729 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36730 ( +// Equation(s): +// \text_gen|char_ram~36730_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36729_combout & ((\text_gen|char_ram~15951_q ))) # (!\text_gen|char_ram~36729_combout & (\text_gen|char_ram~15055_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36729_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15055_q ), + .datac(\text_gen|char_ram~15951_q ), + .datad(\text_gen|char_ram~36729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36730 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15027feeder ( +// Equation(s): +// \text_gen|char_ram~15027feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15027feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15027feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15027feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y19_N29 +dffeas \text_gen|char_ram~15027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15027feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y34_N15 +dffeas \text_gen|char_ram~15923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y34_N1 +dffeas \text_gen|char_ram~14579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15475feeder ( +// Equation(s): +// \text_gen|char_ram~15475feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N5 +dffeas \text_gen|char_ram~15475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36731 ( +// Equation(s): +// \text_gen|char_ram~36731_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15475_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14579_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14579_q ), + .datad(\text_gen|char_ram~15475_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36731 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36732 ( +// Equation(s): +// \text_gen|char_ram~36732_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36731_combout & ((\text_gen|char_ram~15923_q ))) # (!\text_gen|char_ram~36731_combout & (\text_gen|char_ram~15027_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36731_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15027_q ), + .datac(\text_gen|char_ram~15923_q ), + .datad(\text_gen|char_ram~36731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36732 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36733 ( +// Equation(s): +// \text_gen|char_ram~36733_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36730_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36732_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36730_combout ), + .datad(\text_gen|char_ram~36732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36733 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36736 ( +// Equation(s): +// \text_gen|char_ram~36736_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36733_combout & ((\text_gen|char_ram~36735_combout ))) # (!\text_gen|char_ram~36733_combout & (\text_gen|char_ram~36728_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36733_combout )))) + + .dataa(\text_gen|char_ram~36728_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36735_combout ), + .datad(\text_gen|char_ram~36733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36736 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36747 ( +// Equation(s): +// \text_gen|char_ram~36747_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~36736_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~36746_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~36746_combout ), + .datad(\text_gen|char_ram~36736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36747 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15083feeder ( +// Equation(s): +// \text_gen|char_ram~15083feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y19_N31 +dffeas \text_gen|char_ram~15083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y27_N13 +dffeas \text_gen|char_ram~15979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15531feeder ( +// Equation(s): +// \text_gen|char_ram~15531feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15531feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15531feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15531feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y37_N19 +dffeas \text_gen|char_ram~15531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15531feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y37_N9 +dffeas \text_gen|char_ram~14635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36752 ( +// Equation(s): +// \text_gen|char_ram~36752_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15531_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14635_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15531_q ), + .datac(\text_gen|char_ram~14635_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36752 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36753 ( +// Equation(s): +// \text_gen|char_ram~36753_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36752_combout & ((\text_gen|char_ram~15979_q ))) # (!\text_gen|char_ram~36752_combout & (\text_gen|char_ram~15083_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36752_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15083_q ), + .datac(\text_gen|char_ram~15979_q ), + .datad(\text_gen|char_ram~36752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36753 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15538feeder ( +// Equation(s): +// \text_gen|char_ram~15538feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15538feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15538feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15538feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y51_N21 +dffeas \text_gen|char_ram~15538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15538feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y27_N7 +dffeas \text_gen|char_ram~15986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y15_N13 +dffeas \text_gen|char_ram~14642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y15_N13 +dffeas \text_gen|char_ram~15090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36750 ( +// Equation(s): +// \text_gen|char_ram~36750_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~15090_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14642_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14642_q ), + .datad(\text_gen|char_ram~15090_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36750 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36751 ( +// Equation(s): +// \text_gen|char_ram~36751_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36750_combout & ((\text_gen|char_ram~15986_q ))) # (!\text_gen|char_ram~36750_combout & (\text_gen|char_ram~15538_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36750_combout )))) + + .dataa(\text_gen|char_ram~15538_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15986_q ), + .datad(\text_gen|char_ram~36750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36751 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36754 ( +// Equation(s): +// \text_gen|char_ram~36754_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~36751_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36753_combout )))) + + .dataa(\text_gen|char_ram~36753_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~36751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36754 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~36754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15566feeder ( +// Equation(s): +// \text_gen|char_ram~15566feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15566feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N19 +dffeas \text_gen|char_ram~15566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y41_N25 +dffeas \text_gen|char_ram~14670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15118feeder ( +// Equation(s): +// \text_gen|char_ram~15118feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15118feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N27 +dffeas \text_gen|char_ram~15118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36755 ( +// Equation(s): +// \text_gen|char_ram~36755_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~15118_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14670_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14670_q ), + .datad(\text_gen|char_ram~15118_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36755 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y23_N13 +dffeas \text_gen|char_ram~16014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36756 ( +// Equation(s): +// \text_gen|char_ram~36756_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~36755_combout & ((\text_gen|char_ram~16014_q ))) # (!\text_gen|char_ram~36755_combout & (\text_gen|char_ram~15566_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~36755_combout )))) + + .dataa(\text_gen|char_ram~15566_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36755_combout ), + .datad(\text_gen|char_ram~16014_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36756 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~36756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y20_N29 +dffeas \text_gen|char_ram~15111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y20_N19 +dffeas \text_gen|char_ram~16007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y45_N13 +dffeas \text_gen|char_ram~14663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15559feeder ( +// Equation(s): +// \text_gen|char_ram~15559feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~15559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15559feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y54_N31 +dffeas \text_gen|char_ram~15559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36748 ( +// Equation(s): +// \text_gen|char_ram~36748_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15559_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14663_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14663_q ), + .datad(\text_gen|char_ram~15559_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36748 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36749 ( +// Equation(s): +// \text_gen|char_ram~36749_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36748_combout & ((\text_gen|char_ram~16007_q ))) # (!\text_gen|char_ram~36748_combout & (\text_gen|char_ram~15111_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~36748_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15111_q ), + .datac(\text_gen|char_ram~16007_q ), + .datad(\text_gen|char_ram~36748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36749 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36757 ( +// Equation(s): +// \text_gen|char_ram~36757_combout = (\text_gen|char_ram~36754_combout & (((\text_gen|char_ram~36756_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~36754_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36749_combout )))) + + .dataa(\text_gen|char_ram~36754_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36756_combout ), + .datad(\text_gen|char_ram~36749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36757 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36758 ( +// Equation(s): +// \text_gen|char_ram~36758_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36747_combout & ((\text_gen|char_ram~36757_combout ))) # (!\text_gen|char_ram~36747_combout & (\text_gen|char_ram~36726_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36747_combout )))) + + .dataa(\text_gen|char_ram~36726_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36747_combout ), + .datad(\text_gen|char_ram~36757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36758 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~36758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36801 ( +// Equation(s): +// \text_gen|char_ram~36801_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~36758_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36800_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36800_combout ), + .datad(\text_gen|char_ram~36758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36801 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36844 ( +// Equation(s): +// \text_gen|char_ram~36844_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36801_combout & ((\text_gen|char_ram~36843_combout ))) # (!\text_gen|char_ram~36801_combout & (\text_gen|char_ram~36716_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36801_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36716_combout ), + .datac(\text_gen|char_ram~36843_combout ), + .datad(\text_gen|char_ram~36801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36844 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36845 ( +// Equation(s): +// \text_gen|char_ram~36845_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~36674_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~36844_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~36674_combout ), + .datad(\text_gen|char_ram~36844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36845 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20760feeder ( +// Equation(s): +// \text_gen|char_ram~20760feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20760feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20760feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20760feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y52_N1 +dffeas \text_gen|char_ram~20760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20760feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y51_N21 +dffeas \text_gen|char_ram~20774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y51_N15 +dffeas \text_gen|char_ram~20648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20662feeder ( +// Equation(s): +// \text_gen|char_ram~20662feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20662feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N29 +dffeas \text_gen|char_ram~20662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36888 ( +// Equation(s): +// \text_gen|char_ram~36888_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20662_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20648_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20648_q ), + .datad(\text_gen|char_ram~20662_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36888 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36889 ( +// Equation(s): +// \text_gen|char_ram~36889_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36888_combout & ((\text_gen|char_ram~20774_q ))) # (!\text_gen|char_ram~36888_combout & (\text_gen|char_ram~20760_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36888_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20760_q ), + .datac(\text_gen|char_ram~20774_q ), + .datad(\text_gen|char_ram~36888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36889 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20753feeder ( +// Equation(s): +// \text_gen|char_ram~20753feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20753feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N13 +dffeas \text_gen|char_ram~20753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y55_N31 +dffeas \text_gen|char_ram~20767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y55_N9 +dffeas \text_gen|char_ram~20641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20655feeder ( +// Equation(s): +// \text_gen|char_ram~20655feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20655feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y55_N11 +dffeas \text_gen|char_ram~20655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36892 ( +// Equation(s): +// \text_gen|char_ram~36892_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20655_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20641_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20641_q ), + .datad(\text_gen|char_ram~20655_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36892 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36893 ( +// Equation(s): +// \text_gen|char_ram~36893_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36892_combout & ((\text_gen|char_ram~20767_q ))) # (!\text_gen|char_ram~36892_combout & (\text_gen|char_ram~20753_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36892_combout )))) + + .dataa(\text_gen|char_ram~20753_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20767_q ), + .datad(\text_gen|char_ram~36892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36893 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20977feeder ( +// Equation(s): +// \text_gen|char_ram~20977feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20977feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y59_N27 +dffeas \text_gen|char_ram~20977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y59_N11 +dffeas \text_gen|char_ram~20991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20879feeder ( +// Equation(s): +// \text_gen|char_ram~20879feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20879feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N5 +dffeas \text_gen|char_ram~20879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y59_N11 +dffeas \text_gen|char_ram~20865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36890 ( +// Equation(s): +// \text_gen|char_ram~36890_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~20879_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~20865_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20879_q ), + .datac(\text_gen|char_ram~20865_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36890 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36891 ( +// Equation(s): +// \text_gen|char_ram~36891_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36890_combout & ((\text_gen|char_ram~20991_q ))) # (!\text_gen|char_ram~36890_combout & (\text_gen|char_ram~20977_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36890_combout )))) + + .dataa(\text_gen|char_ram~20977_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20991_q ), + .datad(\text_gen|char_ram~36890_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36891 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36894 ( +// Equation(s): +// \text_gen|char_ram~36894_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~36891_combout ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~36893_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36893_combout ), + .datad(\text_gen|char_ram~36891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36894 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20984feeder ( +// Equation(s): +// \text_gen|char_ram~20984feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20984feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20984feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20984feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y52_N17 +dffeas \text_gen|char_ram~20984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20984feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y52_N19 +dffeas \text_gen|char_ram~20998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y55_N19 +dffeas \text_gen|char_ram~20872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y55_N25 +dffeas \text_gen|char_ram~20886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36895 ( +// Equation(s): +// \text_gen|char_ram~36895_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20886_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20872_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20872_q ), + .datad(\text_gen|char_ram~20886_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36895 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36896 ( +// Equation(s): +// \text_gen|char_ram~36896_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36895_combout & ((\text_gen|char_ram~20998_q ))) # (!\text_gen|char_ram~36895_combout & (\text_gen|char_ram~20984_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36895_combout )))) + + .dataa(\text_gen|char_ram~20984_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20998_q ), + .datad(\text_gen|char_ram~36895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36896 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36897 ( +// Equation(s): +// \text_gen|char_ram~36897_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36894_combout & ((\text_gen|char_ram~36896_combout ))) # (!\text_gen|char_ram~36894_combout & (\text_gen|char_ram~36889_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36894_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36889_combout ), + .datac(\text_gen|char_ram~36894_combout ), + .datad(\text_gen|char_ram~36896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36897 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~36897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20816feeder ( +// Equation(s): +// \text_gen|char_ram~20816feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20816feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20816feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20816feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y58_N5 +dffeas \text_gen|char_ram~20816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20816feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20830feeder ( +// Equation(s): +// \text_gen|char_ram~20830feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20830feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20830feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20830feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y57_N3 +dffeas \text_gen|char_ram~20830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20830feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y60_N25 +dffeas \text_gen|char_ram~20704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20718feeder ( +// Equation(s): +// \text_gen|char_ram~20718feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20718feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y61_N31 +dffeas \text_gen|char_ram~20718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36919 ( +// Equation(s): +// \text_gen|char_ram~36919_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20718_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20704_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20704_q ), + .datad(\text_gen|char_ram~20718_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36919 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36920 ( +// Equation(s): +// \text_gen|char_ram~36920_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36919_combout & ((\text_gen|char_ram~20830_q ))) # (!\text_gen|char_ram~36919_combout & (\text_gen|char_ram~20816_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36919_combout )))) + + .dataa(\text_gen|char_ram~20816_q ), + .datab(\text_gen|char_ram~20830_q ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36920 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~36920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20942feeder ( +// Equation(s): +// \text_gen|char_ram~20942feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20942feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20942feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20942feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y58_N19 +dffeas \text_gen|char_ram~20942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20942feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y62_N17 +dffeas \text_gen|char_ram~20928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36926 ( +// Equation(s): +// \text_gen|char_ram~36926_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20942_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~20928_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~20942_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20928_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36926 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y57_N13 +dffeas \text_gen|char_ram~21054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21040feeder ( +// Equation(s): +// \text_gen|char_ram~21040feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21040feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21040feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21040feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y57_N3 +dffeas \text_gen|char_ram~21040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21040feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36927 ( +// Equation(s): +// \text_gen|char_ram~36927_combout = (\text_gen|char_ram~36926_combout & (((\text_gen|char_ram~21054_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~36926_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21040_q )))) + + .dataa(\text_gen|char_ram~36926_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21054_q ), + .datad(\text_gen|char_ram~21040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36927 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20809feeder ( +// Equation(s): +// \text_gen|char_ram~20809feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20809feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20809feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20809feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y59_N27 +dffeas \text_gen|char_ram~20809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20809feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y60_N23 +dffeas \text_gen|char_ram~20823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y60_N29 +dffeas \text_gen|char_ram~20697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20711feeder ( +// Equation(s): +// \text_gen|char_ram~20711feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20711feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y62_N25 +dffeas \text_gen|char_ram~20711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36923 ( +// Equation(s): +// \text_gen|char_ram~36923_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~20711_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20697_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20697_q ), + .datad(\text_gen|char_ram~20711_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36923 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36924 ( +// Equation(s): +// \text_gen|char_ram~36924_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36923_combout & ((\text_gen|char_ram~20823_q ))) # (!\text_gen|char_ram~36923_combout & (\text_gen|char_ram~20809_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36923_combout )))) + + .dataa(\text_gen|char_ram~20809_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20823_q ), + .datad(\text_gen|char_ram~36923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36924 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21047feeder ( +// Equation(s): +// \text_gen|char_ram~21047feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21047feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21047feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21047feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y60_N3 +dffeas \text_gen|char_ram~21047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21047feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20935feeder ( +// Equation(s): +// \text_gen|char_ram~20935feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20935feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20935feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20935feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N31 +dffeas \text_gen|char_ram~20935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20935feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20921feeder ( +// Equation(s): +// \text_gen|char_ram~20921feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y60_N25 +dffeas \text_gen|char_ram~20921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36921 ( +// Equation(s): +// \text_gen|char_ram~36921_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~20935_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~20921_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20935_q ), + .datad(\text_gen|char_ram~20921_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36921 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21033feeder ( +// Equation(s): +// \text_gen|char_ram~21033feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y59_N1 +dffeas \text_gen|char_ram~21033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36922 ( +// Equation(s): +// \text_gen|char_ram~36922_combout = (\text_gen|char_ram~36921_combout & ((\text_gen|char_ram~21047_q ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~36921_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~21033_q )))) + + .dataa(\text_gen|char_ram~21047_q ), + .datab(\text_gen|char_ram~36921_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~21033_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36922 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~36922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36925 ( +// Equation(s): +// \text_gen|char_ram~36925_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36922_combout )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36924_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36924_combout ), + .datad(\text_gen|char_ram~36922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36925 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36928 ( +// Equation(s): +// \text_gen|char_ram~36928_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36925_combout & ((\text_gen|char_ram~36927_combout ))) # (!\text_gen|char_ram~36925_combout & (\text_gen|char_ram~36920_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36925_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36920_combout ), + .datac(\text_gen|char_ram~36927_combout ), + .datad(\text_gen|char_ram~36925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36928 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20802feeder ( +// Equation(s): +// \text_gen|char_ram~20802feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20802feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y52_N13 +dffeas \text_gen|char_ram~20802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y52_N31 +dffeas \text_gen|char_ram~20788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36905 ( +// Equation(s): +// \text_gen|char_ram~36905_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20802_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~20788_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~20802_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20788_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36905 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y52_N1 +dffeas \text_gen|char_ram~21026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21012feeder ( +// Equation(s): +// \text_gen|char_ram~21012feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21012feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21012feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21012feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y59_N17 +dffeas \text_gen|char_ram~21012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21012feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36906 ( +// Equation(s): +// \text_gen|char_ram~36906_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36905_combout & (\text_gen|char_ram~21026_q )) # (!\text_gen|char_ram~36905_combout & ((\text_gen|char_ram~21012_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36905_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36905_combout ), + .datac(\text_gen|char_ram~21026_q ), + .datad(\text_gen|char_ram~21012_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36906 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20900feeder ( +// Equation(s): +// \text_gen|char_ram~20900feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20900feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20900feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20900feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y49_N5 +dffeas \text_gen|char_ram~20900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20900feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y53_N5 +dffeas \text_gen|char_ram~20914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20690feeder ( +// Equation(s): +// \text_gen|char_ram~20690feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20690feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y56_N1 +dffeas \text_gen|char_ram~20690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y53_N19 +dffeas \text_gen|char_ram~20676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36898 ( +// Equation(s): +// \text_gen|char_ram~36898_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20690_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~20676_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20690_q ), + .datac(\text_gen|char_ram~20676_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36898 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36899 ( +// Equation(s): +// \text_gen|char_ram~36899_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36898_combout & ((\text_gen|char_ram~20914_q ))) # (!\text_gen|char_ram~36898_combout & (\text_gen|char_ram~20900_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36898_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20900_q ), + .datac(\text_gen|char_ram~20914_q ), + .datad(\text_gen|char_ram~36898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36899 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20893feeder ( +// Equation(s): +// \text_gen|char_ram~20893feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20893feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y53_N13 +dffeas \text_gen|char_ram~20893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y53_N15 +dffeas \text_gen|char_ram~20907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y57_N31 +dffeas \text_gen|char_ram~20669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20683feeder ( +// Equation(s): +// \text_gen|char_ram~20683feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20683feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y57_N21 +dffeas \text_gen|char_ram~20683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36902 ( +// Equation(s): +// \text_gen|char_ram~36902_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20683_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20669_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20669_q ), + .datad(\text_gen|char_ram~20683_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36902 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36903 ( +// Equation(s): +// \text_gen|char_ram~36903_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36902_combout & ((\text_gen|char_ram~20907_q ))) # (!\text_gen|char_ram~36902_combout & (\text_gen|char_ram~20893_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36902_combout )))) + + .dataa(\text_gen|char_ram~20893_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20907_q ), + .datad(\text_gen|char_ram~36902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36903 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y53_N19 +dffeas \text_gen|char_ram~20781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20795feeder ( +// Equation(s): +// \text_gen|char_ram~20795feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y53_N9 +dffeas \text_gen|char_ram~20795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36900 ( +// Equation(s): +// \text_gen|char_ram~36900_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20795_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20781_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20781_q ), + .datad(\text_gen|char_ram~20795_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36900 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y53_N17 +dffeas \text_gen|char_ram~21019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21005feeder ( +// Equation(s): +// \text_gen|char_ram~21005feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21005feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21005feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21005feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y56_N17 +dffeas \text_gen|char_ram~21005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21005feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36901 ( +// Equation(s): +// \text_gen|char_ram~36901_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36900_combout & (\text_gen|char_ram~21019_q )) # (!\text_gen|char_ram~36900_combout & ((\text_gen|char_ram~21005_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36900_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36900_combout ), + .datac(\text_gen|char_ram~21019_q ), + .datad(\text_gen|char_ram~21005_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36901 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36904 ( +// Equation(s): +// \text_gen|char_ram~36904_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36901_combout )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36903_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36903_combout ), + .datad(\text_gen|char_ram~36901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36904 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36907 ( +// Equation(s): +// \text_gen|char_ram~36907_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36904_combout & (\text_gen|char_ram~36906_combout )) # (!\text_gen|char_ram~36904_combout & ((\text_gen|char_ram~36899_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36904_combout )))) + + .dataa(\text_gen|char_ram~36906_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36899_combout ), + .datad(\text_gen|char_ram~36904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36907 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20746feeder ( +// Equation(s): +// \text_gen|char_ram~20746feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20746feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y29_N21 +dffeas \text_gen|char_ram~20746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y52_N23 +dffeas \text_gen|char_ram~20970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y52_N17 +dffeas \text_gen|char_ram~20732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20956feeder ( +// Equation(s): +// \text_gen|char_ram~20956feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20956feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20956feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20956feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N13 +dffeas \text_gen|char_ram~20956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20956feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36915 ( +// Equation(s): +// \text_gen|char_ram~36915_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20956_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20732_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20732_q ), + .datad(\text_gen|char_ram~20956_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36915 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36916 ( +// Equation(s): +// \text_gen|char_ram~36916_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36915_combout & ((\text_gen|char_ram~20970_q ))) # (!\text_gen|char_ram~36915_combout & (\text_gen|char_ram~20746_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36915_combout )))) + + .dataa(\text_gen|char_ram~20746_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20970_q ), + .datad(\text_gen|char_ram~36915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36916 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y55_N25 +dffeas \text_gen|char_ram~20613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20627feeder ( +// Equation(s): +// \text_gen|char_ram~20627feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20627feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20627feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20627feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y55_N9 +dffeas \text_gen|char_ram~20627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20627feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36912 ( +// Equation(s): +// \text_gen|char_ram~36912_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20627_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20613_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20613_q ), + .datad(\text_gen|char_ram~20627_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36912 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y55_N19 +dffeas \text_gen|char_ram~20851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20837feeder ( +// Equation(s): +// \text_gen|char_ram~20837feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y59_N23 +dffeas \text_gen|char_ram~20837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36913 ( +// Equation(s): +// \text_gen|char_ram~36913_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36912_combout & (\text_gen|char_ram~20851_q )) # (!\text_gen|char_ram~36912_combout & ((\text_gen|char_ram~20837_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36912_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36912_combout ), + .datac(\text_gen|char_ram~20851_q ), + .datad(\text_gen|char_ram~20837_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36913 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20739feeder ( +// Equation(s): +// \text_gen|char_ram~20739feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20739feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20739feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20739feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y53_N23 +dffeas \text_gen|char_ram~20739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20739feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y53_N13 +dffeas \text_gen|char_ram~20963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20949feeder ( +// Equation(s): +// \text_gen|char_ram~20949feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20949feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y60_N21 +dffeas \text_gen|char_ram~20949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y53_N11 +dffeas \text_gen|char_ram~20725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36910 ( +// Equation(s): +// \text_gen|char_ram~36910_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20949_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~20725_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20949_q ), + .datac(\text_gen|char_ram~20725_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36910 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36911 ( +// Equation(s): +// \text_gen|char_ram~36911_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36910_combout & ((\text_gen|char_ram~20963_q ))) # (!\text_gen|char_ram~36910_combout & (\text_gen|char_ram~20739_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36910_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20739_q ), + .datac(\text_gen|char_ram~20963_q ), + .datad(\text_gen|char_ram~36910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36911 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36914 ( +// Equation(s): +// \text_gen|char_ram~36914_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36911_combout )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36913_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36913_combout ), + .datad(\text_gen|char_ram~36911_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36914 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20844feeder ( +// Equation(s): +// \text_gen|char_ram~20844feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20844feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N1 +dffeas \text_gen|char_ram~20844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y53_N29 +dffeas \text_gen|char_ram~20858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y50_N25 +dffeas \text_gen|char_ram~20620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20634feeder ( +// Equation(s): +// \text_gen|char_ram~20634feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N1 +dffeas \text_gen|char_ram~20634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36908 ( +// Equation(s): +// \text_gen|char_ram~36908_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~20634_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20620_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20620_q ), + .datad(\text_gen|char_ram~20634_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36908 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36909 ( +// Equation(s): +// \text_gen|char_ram~36909_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36908_combout & ((\text_gen|char_ram~20858_q ))) # (!\text_gen|char_ram~36908_combout & (\text_gen|char_ram~20844_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36908_combout )))) + + .dataa(\text_gen|char_ram~20844_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20858_q ), + .datad(\text_gen|char_ram~36908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36909 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36917 ( +// Equation(s): +// \text_gen|char_ram~36917_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36914_combout & (\text_gen|char_ram~36916_combout )) # (!\text_gen|char_ram~36914_combout & ((\text_gen|char_ram~36909_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36914_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36916_combout ), + .datac(\text_gen|char_ram~36914_combout ), + .datad(\text_gen|char_ram~36909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36917 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36918 ( +// Equation(s): +// \text_gen|char_ram~36918_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~36907_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~36917_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36907_combout ), + .datad(\text_gen|char_ram~36917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36918 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36929 ( +// Equation(s): +// \text_gen|char_ram~36929_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36918_combout & ((\text_gen|char_ram~36928_combout ))) # (!\text_gen|char_ram~36918_combout & (\text_gen|char_ram~36897_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36918_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36897_combout ), + .datac(\text_gen|char_ram~36928_combout ), + .datad(\text_gen|char_ram~36918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36929 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20032feeder ( +// Equation(s): +// \text_gen|char_ram~20032feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20032feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20032feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20032feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y43_N15 +dffeas \text_gen|char_ram~20032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20032feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y41_N11 +dffeas \text_gen|char_ram~20046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19822feeder ( +// Equation(s): +// \text_gen|char_ram~19822feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19822feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19822feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19822feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y43_N9 +dffeas \text_gen|char_ram~19822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19822feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y41_N21 +dffeas \text_gen|char_ram~19808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36961 ( +// Equation(s): +// \text_gen|char_ram~36961_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~19822_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~19808_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19822_q ), + .datac(\text_gen|char_ram~19808_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36961 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36962 ( +// Equation(s): +// \text_gen|char_ram~36962_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36961_combout & ((\text_gen|char_ram~20046_q ))) # (!\text_gen|char_ram~36961_combout & (\text_gen|char_ram~20032_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36961_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20032_q ), + .datac(\text_gen|char_ram~20046_q ), + .datad(\text_gen|char_ram~36961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36962 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y41_N11 +dffeas \text_gen|char_ram~20144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y44_N7 +dffeas \text_gen|char_ram~20158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y41_N13 +dffeas \text_gen|char_ram~19920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19934feeder ( +// Equation(s): +// \text_gen|char_ram~19934feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y44_N25 +dffeas \text_gen|char_ram~19934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36968 ( +// Equation(s): +// \text_gen|char_ram~36968_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19934_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19920_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19920_q ), + .datad(\text_gen|char_ram~19934_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36968 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36969 ( +// Equation(s): +// \text_gen|char_ram~36969_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36968_combout & ((\text_gen|char_ram~20158_q ))) # (!\text_gen|char_ram~36968_combout & (\text_gen|char_ram~20144_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36968_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20144_q ), + .datac(\text_gen|char_ram~20158_q ), + .datad(\text_gen|char_ram~36968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36969 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y41_N5 +dffeas \text_gen|char_ram~19990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19976feeder ( +// Equation(s): +// \text_gen|char_ram~19976feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19976feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y39_N21 +dffeas \text_gen|char_ram~19976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y39_N19 +dffeas \text_gen|char_ram~19752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y39_N15 +dffeas \text_gen|char_ram~19766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36965 ( +// Equation(s): +// \text_gen|char_ram~36965_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19766_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19752_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19752_q ), + .datad(\text_gen|char_ram~19766_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36965 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36966 ( +// Equation(s): +// \text_gen|char_ram~36966_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36965_combout & (\text_gen|char_ram~19990_q )) # (!\text_gen|char_ram~36965_combout & ((\text_gen|char_ram~19976_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36965_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19990_q ), + .datac(\text_gen|char_ram~19976_q ), + .datad(\text_gen|char_ram~36965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36966 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y43_N11 +dffeas \text_gen|char_ram~19864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19878feeder ( +// Equation(s): +// \text_gen|char_ram~19878feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N25 +dffeas \text_gen|char_ram~19878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36963 ( +// Equation(s): +// \text_gen|char_ram~36963_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19878_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19864_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19864_q ), + .datad(\text_gen|char_ram~19878_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36963 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y43_N29 +dffeas \text_gen|char_ram~20102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y39_N5 +dffeas \text_gen|char_ram~20088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36964 ( +// Equation(s): +// \text_gen|char_ram~36964_combout = (\text_gen|char_ram~36963_combout & (((\text_gen|char_ram~20102_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~36963_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20088_q )))) + + .dataa(\text_gen|char_ram~36963_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20102_q ), + .datad(\text_gen|char_ram~20088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36964 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36967 ( +// Equation(s): +// \text_gen|char_ram~36967_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~36964_combout ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36966_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~36966_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36967 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~36967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36970 ( +// Equation(s): +// \text_gen|char_ram~36970_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36967_combout & ((\text_gen|char_ram~36969_combout ))) # (!\text_gen|char_ram~36967_combout & (\text_gen|char_ram~36962_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36967_combout )))) + + .dataa(\text_gen|char_ram~36962_combout ), + .datab(\text_gen|char_ram~36969_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~36967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36970 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~36970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N1 +dffeas \text_gen|char_ram~19836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19850feeder ( +// Equation(s): +// \text_gen|char_ram~19850feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y26_N27 +dffeas \text_gen|char_ram~19850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36932 ( +// Equation(s): +// \text_gen|char_ram~36932_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19850_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19836_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19836_q ), + .datad(\text_gen|char_ram~19850_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36932 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N31 +dffeas \text_gen|char_ram~19906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19892feeder ( +// Equation(s): +// \text_gen|char_ram~19892feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19892feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y42_N25 +dffeas \text_gen|char_ram~19892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36933 ( +// Equation(s): +// \text_gen|char_ram~36933_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36932_combout & (\text_gen|char_ram~19906_q )) # (!\text_gen|char_ram~36932_combout & ((\text_gen|char_ram~19892_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~36932_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~36932_combout ), + .datac(\text_gen|char_ram~19906_q ), + .datad(\text_gen|char_ram~19892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36933 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19780feeder ( +// Equation(s): +// \text_gen|char_ram~19780feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19780feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19780feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19780feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y42_N3 +dffeas \text_gen|char_ram~19780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19780feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y26_N25 +dffeas \text_gen|char_ram~19794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y33_N13 +dffeas \text_gen|char_ram~19724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19738feeder ( +// Equation(s): +// \text_gen|char_ram~19738feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19738feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19738feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19738feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y25_N21 +dffeas \text_gen|char_ram~19738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19738feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36934 ( +// Equation(s): +// \text_gen|char_ram~36934_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19738_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19724_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19724_q ), + .datad(\text_gen|char_ram~19738_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36934 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36935 ( +// Equation(s): +// \text_gen|char_ram~36935_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36934_combout & ((\text_gen|char_ram~19794_q ))) # (!\text_gen|char_ram~36934_combout & (\text_gen|char_ram~19780_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36934_combout )))) + + .dataa(\text_gen|char_ram~19780_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19794_q ), + .datad(\text_gen|char_ram~36934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36935 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36936 ( +// Equation(s): +// \text_gen|char_ram~36936_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36933_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~36935_combout )))) + + .dataa(\text_gen|char_ram~36933_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~36935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36936 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~36936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y25_N1 +dffeas \text_gen|char_ram~20074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y26_N9 +dffeas \text_gen|char_ram~20130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y33_N21 +dffeas \text_gen|char_ram~20060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20116feeder ( +// Equation(s): +// \text_gen|char_ram~20116feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20116feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20116feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20116feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y40_N9 +dffeas \text_gen|char_ram~20116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20116feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36937 ( +// Equation(s): +// \text_gen|char_ram~36937_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20116_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20060_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20060_q ), + .datad(\text_gen|char_ram~20116_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36937 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36938 ( +// Equation(s): +// \text_gen|char_ram~36938_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36937_combout & ((\text_gen|char_ram~20130_q ))) # (!\text_gen|char_ram~36937_combout & (\text_gen|char_ram~20074_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36937_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20074_q ), + .datac(\text_gen|char_ram~20130_q ), + .datad(\text_gen|char_ram~36937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36938 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y26_N3 +dffeas \text_gen|char_ram~19962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y26_N29 +dffeas \text_gen|char_ram~20018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y25_N17 +dffeas \text_gen|char_ram~19948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X115_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20004feeder ( +// Equation(s): +// \text_gen|char_ram~20004feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20004feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X115_Y28_N21 +dffeas \text_gen|char_ram~20004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36930 ( +// Equation(s): +// \text_gen|char_ram~36930_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20004_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19948_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19948_q ), + .datad(\text_gen|char_ram~20004_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36930 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36931 ( +// Equation(s): +// \text_gen|char_ram~36931_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36930_combout & ((\text_gen|char_ram~20018_q ))) # (!\text_gen|char_ram~36930_combout & (\text_gen|char_ram~19962_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36930_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19962_q ), + .datac(\text_gen|char_ram~20018_q ), + .datad(\text_gen|char_ram~36930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36931 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36939 ( +// Equation(s): +// \text_gen|char_ram~36939_combout = (\text_gen|char_ram~36936_combout & (((\text_gen|char_ram~36938_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~36936_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36931_combout )))) + + .dataa(\text_gen|char_ram~36936_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36938_combout ), + .datad(\text_gen|char_ram~36931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36939 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19871feeder ( +// Equation(s): +// \text_gen|char_ram~19871feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19871feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N11 +dffeas \text_gen|char_ram~19871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y45_N17 +dffeas \text_gen|char_ram~19927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y41_N11 +dffeas \text_gen|char_ram~19857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19913feeder ( +// Equation(s): +// \text_gen|char_ram~19913feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19913feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19913feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19913feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N25 +dffeas \text_gen|char_ram~19913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19913feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36942 ( +// Equation(s): +// \text_gen|char_ram~36942_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19913_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19857_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19857_q ), + .datad(\text_gen|char_ram~19913_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36942 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36943 ( +// Equation(s): +// \text_gen|char_ram~36943_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36942_combout & ((\text_gen|char_ram~19927_q ))) # (!\text_gen|char_ram~36942_combout & (\text_gen|char_ram~19871_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36942_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19871_q ), + .datac(\text_gen|char_ram~19927_q ), + .datad(\text_gen|char_ram~36942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36943 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19759feeder ( +// Equation(s): +// \text_gen|char_ram~19759feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19759feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y41_N7 +dffeas \text_gen|char_ram~19759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y45_N11 +dffeas \text_gen|char_ram~19815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N9 +dffeas \text_gen|char_ram~19745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y41_N17 +dffeas \text_gen|char_ram~19801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36944 ( +// Equation(s): +// \text_gen|char_ram~36944_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19801_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19745_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19745_q ), + .datad(\text_gen|char_ram~19801_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36944 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36945 ( +// Equation(s): +// \text_gen|char_ram~36945_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36944_combout & ((\text_gen|char_ram~19815_q ))) # (!\text_gen|char_ram~36944_combout & (\text_gen|char_ram~19759_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36944_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19759_q ), + .datac(\text_gen|char_ram~19815_q ), + .datad(\text_gen|char_ram~36944_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36945 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36946 ( +// Equation(s): +// \text_gen|char_ram~36946_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~36943_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~36945_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36943_combout ), + .datad(\text_gen|char_ram~36945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36946 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y41_N31 +dffeas \text_gen|char_ram~20095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y45_N17 +dffeas \text_gen|char_ram~20151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y41_N23 +dffeas \text_gen|char_ram~20081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y41_N19 +dffeas \text_gen|char_ram~20137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36947 ( +// Equation(s): +// \text_gen|char_ram~36947_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20137_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20081_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20081_q ), + .datad(\text_gen|char_ram~20137_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36947 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36948 ( +// Equation(s): +// \text_gen|char_ram~36948_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36947_combout & ((\text_gen|char_ram~20151_q ))) # (!\text_gen|char_ram~36947_combout & (\text_gen|char_ram~20095_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36947_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20095_q ), + .datac(\text_gen|char_ram~20151_q ), + .datad(\text_gen|char_ram~36947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36948 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y41_N9 +dffeas \text_gen|char_ram~19983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20039feeder ( +// Equation(s): +// \text_gen|char_ram~20039feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20039feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N15 +dffeas \text_gen|char_ram~20039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y40_N27 +dffeas \text_gen|char_ram~19969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y35_N3 +dffeas \text_gen|char_ram~20025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36940 ( +// Equation(s): +// \text_gen|char_ram~36940_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20025_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19969_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19969_q ), + .datad(\text_gen|char_ram~20025_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36940 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36941 ( +// Equation(s): +// \text_gen|char_ram~36941_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36940_combout & ((\text_gen|char_ram~20039_q ))) # (!\text_gen|char_ram~36940_combout & (\text_gen|char_ram~19983_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36940_combout )))) + + .dataa(\text_gen|char_ram~19983_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20039_q ), + .datad(\text_gen|char_ram~36940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36941 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36949 ( +// Equation(s): +// \text_gen|char_ram~36949_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36946_combout & (\text_gen|char_ram~36948_combout )) # (!\text_gen|char_ram~36946_combout & ((\text_gen|char_ram~36941_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36946_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36946_combout ), + .datac(\text_gen|char_ram~36948_combout ), + .datad(\text_gen|char_ram~36941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36949 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20067feeder ( +// Equation(s): +// \text_gen|char_ram~20067feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20067feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20067feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20067feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y41_N21 +dffeas \text_gen|char_ram~20067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20067feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y41_N27 +dffeas \text_gen|char_ram~20123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y41_N17 +dffeas \text_gen|char_ram~20053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20109feeder ( +// Equation(s): +// \text_gen|char_ram~20109feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20109feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20109feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20109feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y41_N3 +dffeas \text_gen|char_ram~20109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20109feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36957 ( +// Equation(s): +// \text_gen|char_ram~36957_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20109_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20053_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20053_q ), + .datad(\text_gen|char_ram~20109_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36957 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36958 ( +// Equation(s): +// \text_gen|char_ram~36958_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36957_combout & ((\text_gen|char_ram~20123_q ))) # (!\text_gen|char_ram~36957_combout & (\text_gen|char_ram~20067_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36957_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20067_q ), + .datac(\text_gen|char_ram~20123_q ), + .datad(\text_gen|char_ram~36957_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36958 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19731feeder ( +// Equation(s): +// \text_gen|char_ram~19731feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19731feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19731feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19731feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y37_N29 +dffeas \text_gen|char_ram~19731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19731feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y41_N27 +dffeas \text_gen|char_ram~19787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y41_N19 +dffeas \text_gen|char_ram~19717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19773feeder ( +// Equation(s): +// \text_gen|char_ram~19773feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19773feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19773feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19773feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y41_N13 +dffeas \text_gen|char_ram~19773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19773feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36954 ( +// Equation(s): +// \text_gen|char_ram~36954_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19773_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19717_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19717_q ), + .datad(\text_gen|char_ram~19773_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36954 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36955 ( +// Equation(s): +// \text_gen|char_ram~36955_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36954_combout & ((\text_gen|char_ram~19787_q ))) # (!\text_gen|char_ram~36954_combout & (\text_gen|char_ram~19731_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36954_combout )))) + + .dataa(\text_gen|char_ram~19731_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19787_q ), + .datad(\text_gen|char_ram~36954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36955 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19843feeder ( +// Equation(s): +// \text_gen|char_ram~19843feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19843feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19843feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19843feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y37_N25 +dffeas \text_gen|char_ram~19843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19843feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y41_N25 +dffeas \text_gen|char_ram~19899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y41_N17 +dffeas \text_gen|char_ram~19829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19885feeder ( +// Equation(s): +// \text_gen|char_ram~19885feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y48_N15 +dffeas \text_gen|char_ram~19885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36952 ( +// Equation(s): +// \text_gen|char_ram~36952_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19885_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19829_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19829_q ), + .datad(\text_gen|char_ram~19885_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36952 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36953 ( +// Equation(s): +// \text_gen|char_ram~36953_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36952_combout & ((\text_gen|char_ram~19899_q ))) # (!\text_gen|char_ram~36952_combout & (\text_gen|char_ram~19843_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36952_combout )))) + + .dataa(\text_gen|char_ram~19843_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19899_q ), + .datad(\text_gen|char_ram~36952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36953 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36956 ( +// Equation(s): +// \text_gen|char_ram~36956_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~36953_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36955_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36955_combout ), + .datad(\text_gen|char_ram~36953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36956 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y44_N13 +dffeas \text_gen|char_ram~19955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y44_N19 +dffeas \text_gen|char_ram~20011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y48_N7 +dffeas \text_gen|char_ram~19941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19997feeder ( +// Equation(s): +// \text_gen|char_ram~19997feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~19997feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19997feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19997feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y40_N31 +dffeas \text_gen|char_ram~19997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19997feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36950 ( +// Equation(s): +// \text_gen|char_ram~36950_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19997_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19941_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19941_q ), + .datad(\text_gen|char_ram~19997_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36950 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36951 ( +// Equation(s): +// \text_gen|char_ram~36951_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36950_combout & ((\text_gen|char_ram~20011_q ))) # (!\text_gen|char_ram~36950_combout & (\text_gen|char_ram~19955_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36950_combout )))) + + .dataa(\text_gen|char_ram~19955_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20011_q ), + .datad(\text_gen|char_ram~36950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36951 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36959 ( +// Equation(s): +// \text_gen|char_ram~36959_combout = (\text_gen|char_ram~36956_combout & ((\text_gen|char_ram~36958_combout ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36956_combout & (((\text_gen|Add5~2_combout & \text_gen|char_ram~36951_combout )))) + + .dataa(\text_gen|char_ram~36958_combout ), + .datab(\text_gen|char_ram~36956_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~36951_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36959 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~36959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36960 ( +// Equation(s): +// \text_gen|char_ram~36960_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36949_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36959_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36949_combout ), + .datad(\text_gen|char_ram~36959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36960 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36971 ( +// Equation(s): +// \text_gen|char_ram~36971_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36960_combout & (\text_gen|char_ram~36970_combout )) # (!\text_gen|char_ram~36960_combout & ((\text_gen|char_ram~36939_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36960_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36970_combout ), + .datac(\text_gen|char_ram~36939_combout ), + .datad(\text_gen|char_ram~36960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36971 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36972 ( +// Equation(s): +// \text_gen|char_ram~36972_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~36929_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~36971_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36929_combout ), + .datad(\text_gen|char_ram~36971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36972 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20480feeder ( +// Equation(s): +// \text_gen|char_ram~20480feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20480feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N29 +dffeas \text_gen|char_ram~20480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y10_N27 +dffeas \text_gen|char_ram~20494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y10_N13 +dffeas \text_gen|char_ram~20256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y10_N11 +dffeas \text_gen|char_ram~20270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36877 ( +// Equation(s): +// \text_gen|char_ram~36877_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20270_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20256_q )))) + + .dataa(\text_gen|char_ram~20256_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20270_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36877 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~36877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36878 ( +// Equation(s): +// \text_gen|char_ram~36878_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36877_combout & ((\text_gen|char_ram~20494_q ))) # (!\text_gen|char_ram~36877_combout & (\text_gen|char_ram~20480_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36877_combout )))) + + .dataa(\text_gen|char_ram~20480_q ), + .datab(\text_gen|char_ram~20494_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~36877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36878 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~36878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20382feeder ( +// Equation(s): +// \text_gen|char_ram~20382feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20382feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20382feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20382feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y10_N29 +dffeas \text_gen|char_ram~20382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20382feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y10_N11 +dffeas \text_gen|char_ram~20606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y9_N23 +dffeas \text_gen|char_ram~20368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20592feeder ( +// Equation(s): +// \text_gen|char_ram~20592feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20592feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y9_N29 +dffeas \text_gen|char_ram~20592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36884 ( +// Equation(s): +// \text_gen|char_ram~36884_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~20592_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20368_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20368_q ), + .datad(\text_gen|char_ram~20592_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36884 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36885 ( +// Equation(s): +// \text_gen|char_ram~36885_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36884_combout & ((\text_gen|char_ram~20606_q ))) # (!\text_gen|char_ram~36884_combout & (\text_gen|char_ram~20382_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36884_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20382_q ), + .datac(\text_gen|char_ram~20606_q ), + .datad(\text_gen|char_ram~36884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36885 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20564feeder ( +// Equation(s): +// \text_gen|char_ram~20564feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20564feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20564feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20564feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y8_N29 +dffeas \text_gen|char_ram~20564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20564feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y6_N3 +dffeas \text_gen|char_ram~20578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y6_N29 +dffeas \text_gen|char_ram~20340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y6_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20354feeder ( +// Equation(s): +// \text_gen|char_ram~20354feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20354feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y6_N3 +dffeas \text_gen|char_ram~20354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y6_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36879 ( +// Equation(s): +// \text_gen|char_ram~36879_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~20354_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20340_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20340_q ), + .datad(\text_gen|char_ram~20354_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36879 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y6_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36880 ( +// Equation(s): +// \text_gen|char_ram~36880_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36879_combout & ((\text_gen|char_ram~20578_q ))) # (!\text_gen|char_ram~36879_combout & (\text_gen|char_ram~20564_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36879_combout )))) + + .dataa(\text_gen|char_ram~20564_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20578_q ), + .datad(\text_gen|char_ram~36879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36880 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y7_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20242feeder ( +// Equation(s): +// \text_gen|char_ram~20242feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20242feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20242feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20242feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y7_N13 +dffeas \text_gen|char_ram~20242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20242feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y10_N23 +dffeas \text_gen|char_ram~20228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36881 ( +// Equation(s): +// \text_gen|char_ram~36881_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20242_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~20228_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20242_q ), + .datac(\text_gen|char_ram~20228_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36881 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20452feeder ( +// Equation(s): +// \text_gen|char_ram~20452feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20452feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20452feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20452feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y13_N27 +dffeas \text_gen|char_ram~20452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20452feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y10_N5 +dffeas \text_gen|char_ram~20466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36882 ( +// Equation(s): +// \text_gen|char_ram~36882_combout = (\text_gen|char_ram~36881_combout & (((\text_gen|char_ram~20466_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36881_combout & (\text_gen|char_ram~20452_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~36881_combout ), + .datab(\text_gen|char_ram~20452_q ), + .datac(\text_gen|char_ram~20466_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36882 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36883 ( +// Equation(s): +// \text_gen|char_ram~36883_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~36880_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~36882_combout ))))) + + .dataa(\text_gen|char_ram~36880_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36883 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~36883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36886 ( +// Equation(s): +// \text_gen|char_ram~36886_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36883_combout & ((\text_gen|char_ram~36885_combout ))) # (!\text_gen|char_ram~36883_combout & (\text_gen|char_ram~36878_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36883_combout )))) + + .dataa(\text_gen|char_ram~36878_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36885_combout ), + .datad(\text_gen|char_ram~36883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36886 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20585feeder ( +// Equation(s): +// \text_gen|char_ram~20585feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20585feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20585feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20585feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y10_N29 +dffeas \text_gen|char_ram~20585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20585feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y10_N23 +dffeas \text_gen|char_ram~20599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20375feeder ( +// Equation(s): +// \text_gen|char_ram~20375feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y33_N15 +dffeas \text_gen|char_ram~20375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y31_N1 +dffeas \text_gen|char_ram~20361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36863 ( +// Equation(s): +// \text_gen|char_ram~36863_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20375_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~20361_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~20375_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20361_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36863 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36864 ( +// Equation(s): +// \text_gen|char_ram~36864_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36863_combout & ((\text_gen|char_ram~20599_q ))) # (!\text_gen|char_ram~36863_combout & (\text_gen|char_ram~20585_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36863_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20585_q ), + .datac(\text_gen|char_ram~20599_q ), + .datad(\text_gen|char_ram~36863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36864 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20473feeder ( +// Equation(s): +// \text_gen|char_ram~20473feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20473feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20473feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20473feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y13_N27 +dffeas \text_gen|char_ram~20473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20473feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y10_N21 +dffeas \text_gen|char_ram~20263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y10_N9 +dffeas \text_gen|char_ram~20249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36858 ( +// Equation(s): +// \text_gen|char_ram~36858_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20263_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~20249_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20263_q ), + .datac(\text_gen|char_ram~20249_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36858 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y10_N25 +dffeas \text_gen|char_ram~20487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36859 ( +// Equation(s): +// \text_gen|char_ram~36859_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36858_combout & ((\text_gen|char_ram~20487_q ))) # (!\text_gen|char_ram~36858_combout & (\text_gen|char_ram~20473_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36858_combout )))) + + .dataa(\text_gen|char_ram~20473_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36858_combout ), + .datad(\text_gen|char_ram~20487_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36859 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~36859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20445feeder ( +// Equation(s): +// \text_gen|char_ram~20445feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20445feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20445feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20445feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y14_N27 +dffeas \text_gen|char_ram~20445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20445feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y14_N31 +dffeas \text_gen|char_ram~20459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y14_N17 +dffeas \text_gen|char_ram~20221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20235feeder ( +// Equation(s): +// \text_gen|char_ram~20235feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20235feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20235feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20235feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N25 +dffeas \text_gen|char_ram~20235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20235feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36860 ( +// Equation(s): +// \text_gen|char_ram~36860_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20235_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20221_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20221_q ), + .datad(\text_gen|char_ram~20235_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36860 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36861 ( +// Equation(s): +// \text_gen|char_ram~36861_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36860_combout & ((\text_gen|char_ram~20459_q ))) # (!\text_gen|char_ram~36860_combout & (\text_gen|char_ram~20445_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36860_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20445_q ), + .datac(\text_gen|char_ram~20459_q ), + .datad(\text_gen|char_ram~36860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36861 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36862 ( +// Equation(s): +// \text_gen|char_ram~36862_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36859_combout ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [6] & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~36861_combout )))) + + .dataa(\text_gen|char_ram~36859_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36861_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36862 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~36862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20557feeder ( +// Equation(s): +// \text_gen|char_ram~20557feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20557feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y10_N29 +dffeas \text_gen|char_ram~20557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y10_N15 +dffeas \text_gen|char_ram~20571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y21_N21 +dffeas \text_gen|char_ram~20333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20347feeder ( +// Equation(s): +// \text_gen|char_ram~20347feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20347feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20347feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20347feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y21_N19 +dffeas \text_gen|char_ram~20347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20347feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36856 ( +// Equation(s): +// \text_gen|char_ram~36856_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20347_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20333_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20333_q ), + .datad(\text_gen|char_ram~20347_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36856 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36857 ( +// Equation(s): +// \text_gen|char_ram~36857_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36856_combout & ((\text_gen|char_ram~20571_q ))) # (!\text_gen|char_ram~36856_combout & (\text_gen|char_ram~20557_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36856_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20557_q ), + .datac(\text_gen|char_ram~20571_q ), + .datad(\text_gen|char_ram~36856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36857 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36865 ( +// Equation(s): +// \text_gen|char_ram~36865_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36862_combout & (\text_gen|char_ram~36864_combout )) # (!\text_gen|char_ram~36862_combout & ((\text_gen|char_ram~36857_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36862_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36864_combout ), + .datac(\text_gen|char_ram~36862_combout ), + .datad(\text_gen|char_ram~36857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36865 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20515feeder ( +// Equation(s): +// \text_gen|char_ram~20515feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20515feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20515feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20515feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y18_N25 +dffeas \text_gen|char_ram~20515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20515feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y21_N13 +dffeas \text_gen|char_ram~20501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20501 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y21_N13 +dffeas \text_gen|char_ram~20277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20291feeder ( +// Equation(s): +// \text_gen|char_ram~20291feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y21_N29 +dffeas \text_gen|char_ram~20291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36866 ( +// Equation(s): +// \text_gen|char_ram~36866_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20291_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20277_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20277_q ), + .datad(\text_gen|char_ram~20291_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36866 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36867 ( +// Equation(s): +// \text_gen|char_ram~36867_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36866_combout & (\text_gen|char_ram~20515_q )) # (!\text_gen|char_ram~36866_combout & ((\text_gen|char_ram~20501_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36866_combout )))) + + .dataa(\text_gen|char_ram~20515_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20501_q ), + .datad(\text_gen|char_ram~36866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36867 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20319feeder ( +// Equation(s): +// \text_gen|char_ram~20319feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20319feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N9 +dffeas \text_gen|char_ram~20319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y17_N31 +dffeas \text_gen|char_ram~20305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36873 ( +// Equation(s): +// \text_gen|char_ram~36873_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~20319_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~20305_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20319_q ), + .datac(\text_gen|char_ram~20305_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36873 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20529feeder ( +// Equation(s): +// \text_gen|char_ram~20529feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20529feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N21 +dffeas \text_gen|char_ram~20529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y17_N3 +dffeas \text_gen|char_ram~20543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36874 ( +// Equation(s): +// \text_gen|char_ram~36874_combout = (\text_gen|char_ram~36873_combout & (((\text_gen|char_ram~20543_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36873_combout & (\text_gen|char_ram~20529_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~36873_combout ), + .datab(\text_gen|char_ram~20529_q ), + .datac(\text_gen|char_ram~20543_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36874 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20207feeder ( +// Equation(s): +// \text_gen|char_ram~20207feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y17_N19 +dffeas \text_gen|char_ram~20207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y17_N25 +dffeas \text_gen|char_ram~20193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36868 ( +// Equation(s): +// \text_gen|char_ram~36868_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~20207_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~20193_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20207_q ), + .datac(\text_gen|char_ram~20193_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36868 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y17_N15 +dffeas \text_gen|char_ram~20431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20417feeder ( +// Equation(s): +// \text_gen|char_ram~20417feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20417feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20417feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20417feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N29 +dffeas \text_gen|char_ram~20417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20417feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36869 ( +// Equation(s): +// \text_gen|char_ram~36869_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36868_combout & (\text_gen|char_ram~20431_q )) # (!\text_gen|char_ram~36868_combout & ((\text_gen|char_ram~20417_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36868_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36868_combout ), + .datac(\text_gen|char_ram~20431_q ), + .datad(\text_gen|char_ram~20417_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36869 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20389feeder ( +// Equation(s): +// \text_gen|char_ram~20389feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20389feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20389feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20389feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y14_N25 +dffeas \text_gen|char_ram~20389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20389feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y14_N5 +dffeas \text_gen|char_ram~20403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20165feeder ( +// Equation(s): +// \text_gen|char_ram~20165feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20165feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20165feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20165feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y14_N31 +dffeas \text_gen|char_ram~20165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20165feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20179feeder ( +// Equation(s): +// \text_gen|char_ram~20179feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20179feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20179feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20179feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y14_N25 +dffeas \text_gen|char_ram~20179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20179feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36870 ( +// Equation(s): +// \text_gen|char_ram~36870_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20179_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20165_q )))) + + .dataa(\text_gen|char_ram~20165_q ), + .datab(\text_gen|char_ram~20179_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36870 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~36870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36871 ( +// Equation(s): +// \text_gen|char_ram~36871_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36870_combout & ((\text_gen|char_ram~20403_q ))) # (!\text_gen|char_ram~36870_combout & (\text_gen|char_ram~20389_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36870_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20389_q ), + .datac(\text_gen|char_ram~20403_q ), + .datad(\text_gen|char_ram~36870_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36871 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36872 ( +// Equation(s): +// \text_gen|char_ram~36872_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~36869_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36871_combout ))))) + + .dataa(\text_gen|char_ram~36869_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~36871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36872 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~36872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36875 ( +// Equation(s): +// \text_gen|char_ram~36875_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36872_combout & ((\text_gen|char_ram~36874_combout ))) # (!\text_gen|char_ram~36872_combout & (\text_gen|char_ram~36867_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36872_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36867_combout ), + .datac(\text_gen|char_ram~36874_combout ), + .datad(\text_gen|char_ram~36872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36875 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36876 ( +// Equation(s): +// \text_gen|char_ram~36876_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~36865_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~36875_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36865_combout ), + .datad(\text_gen|char_ram~36875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36876 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y33_N7 +dffeas \text_gen|char_ram~20536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y21_N23 +dffeas \text_gen|char_ram~20550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y19_N25 +dffeas \text_gen|char_ram~20312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20326feeder ( +// Equation(s): +// \text_gen|char_ram~20326feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20326feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y19_N7 +dffeas \text_gen|char_ram~20326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36853 ( +// Equation(s): +// \text_gen|char_ram~36853_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~20326_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20312_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20312_q ), + .datad(\text_gen|char_ram~20326_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36853 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36854 ( +// Equation(s): +// \text_gen|char_ram~36854_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36853_combout & ((\text_gen|char_ram~20550_q ))) # (!\text_gen|char_ram~36853_combout & (\text_gen|char_ram~20536_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36853_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20536_q ), + .datac(\text_gen|char_ram~20550_q ), + .datad(\text_gen|char_ram~36853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36854 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20438feeder ( +// Equation(s): +// \text_gen|char_ram~20438feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y22_N5 +dffeas \text_gen|char_ram~20438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y21_N5 +dffeas \text_gen|char_ram~20424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y21_N13 +dffeas \text_gen|char_ram~20200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y21_N25 +dffeas \text_gen|char_ram~20214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36846 ( +// Equation(s): +// \text_gen|char_ram~36846_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~20214_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20200_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20200_q ), + .datad(\text_gen|char_ram~20214_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36846 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36847 ( +// Equation(s): +// \text_gen|char_ram~36847_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36846_combout & (\text_gen|char_ram~20438_q )) # (!\text_gen|char_ram~36846_combout & ((\text_gen|char_ram~20424_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36846_combout )))) + + .dataa(\text_gen|char_ram~20438_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20424_q ), + .datad(\text_gen|char_ram~36846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36847 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20396feeder ( +// Equation(s): +// \text_gen|char_ram~20396feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20396feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y25_N29 +dffeas \text_gen|char_ram~20396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y21_N5 +dffeas \text_gen|char_ram~20410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y21_N23 +dffeas \text_gen|char_ram~20172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20186feeder ( +// Equation(s): +// \text_gen|char_ram~20186feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20186feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20186feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20186feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y25_N23 +dffeas \text_gen|char_ram~20186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20186feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36850 ( +// Equation(s): +// \text_gen|char_ram~36850_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~20186_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~20172_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20172_q ), + .datad(\text_gen|char_ram~20186_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36850 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36851 ( +// Equation(s): +// \text_gen|char_ram~36851_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36850_combout & ((\text_gen|char_ram~20410_q ))) # (!\text_gen|char_ram~36850_combout & (\text_gen|char_ram~20396_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36850_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20396_q ), + .datac(\text_gen|char_ram~20410_q ), + .datad(\text_gen|char_ram~36850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36851 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N23 +dffeas \text_gen|char_ram~20508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y21_N29 +dffeas \text_gen|char_ram~20522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20298feeder ( +// Equation(s): +// \text_gen|char_ram~20298feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~20298feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20298feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20298feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y26_N5 +dffeas \text_gen|char_ram~20298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20298feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y25_N3 +dffeas \text_gen|char_ram~20284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36848 ( +// Equation(s): +// \text_gen|char_ram~36848_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20298_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~20284_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20298_q ), + .datac(\text_gen|char_ram~20284_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36848 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36849 ( +// Equation(s): +// \text_gen|char_ram~36849_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36848_combout & ((\text_gen|char_ram~20522_q ))) # (!\text_gen|char_ram~36848_combout & (\text_gen|char_ram~20508_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36848_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20508_q ), + .datac(\text_gen|char_ram~20522_q ), + .datad(\text_gen|char_ram~36848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36849 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36852 ( +// Equation(s): +// \text_gen|char_ram~36852_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36849_combout )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36851_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36851_combout ), + .datad(\text_gen|char_ram~36849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36852 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36855 ( +// Equation(s): +// \text_gen|char_ram~36855_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36852_combout & (\text_gen|char_ram~36854_combout )) # (!\text_gen|char_ram~36852_combout & ((\text_gen|char_ram~36847_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36852_combout )))) + + .dataa(\text_gen|char_ram~36854_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36847_combout ), + .datad(\text_gen|char_ram~36852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36855 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36887 ( +// Equation(s): +// \text_gen|char_ram~36887_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36876_combout & (\text_gen|char_ram~36886_combout )) # (!\text_gen|char_ram~36876_combout & ((\text_gen|char_ram~36855_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36876_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36886_combout ), + .datac(\text_gen|char_ram~36876_combout ), + .datad(\text_gen|char_ram~36855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36887 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~36887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21376feeder ( +// Equation(s): +// \text_gen|char_ram~21376feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21376feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21376feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21376feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N13 +dffeas \text_gen|char_ram~21376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21376feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N31 +dffeas \text_gen|char_ram~21488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y33_N1 +dffeas \text_gen|char_ram~21432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y36_N29 +dffeas \text_gen|char_ram~21320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36980 ( +// Equation(s): +// \text_gen|char_ram~36980_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~21432_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~21320_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21432_q ), + .datad(\text_gen|char_ram~21320_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36980 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36981 ( +// Equation(s): +// \text_gen|char_ram~36981_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36980_combout & ((\text_gen|char_ram~21488_q ))) # (!\text_gen|char_ram~36980_combout & (\text_gen|char_ram~21376_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36980_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21376_q ), + .datac(\text_gen|char_ram~21488_q ), + .datad(\text_gen|char_ram~36980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36981 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21145feeder ( +// Equation(s): +// \text_gen|char_ram~21145feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y31_N9 +dffeas \text_gen|char_ram~21145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y31_N31 +dffeas \text_gen|char_ram~21257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N11 +dffeas \text_gen|char_ram~21089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N21 +dffeas \text_gen|char_ram~21201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36977 ( +// Equation(s): +// \text_gen|char_ram~36977_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21201_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21089_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21089_q ), + .datad(\text_gen|char_ram~21201_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36977 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36978 ( +// Equation(s): +// \text_gen|char_ram~36978_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36977_combout & ((\text_gen|char_ram~21257_q ))) # (!\text_gen|char_ram~36977_combout & (\text_gen|char_ram~21145_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36977_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21145_q ), + .datac(\text_gen|char_ram~21257_q ), + .datad(\text_gen|char_ram~36977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36978 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21369feeder ( +// Equation(s): +// \text_gen|char_ram~21369feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21369feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y31_N31 +dffeas \text_gen|char_ram~21369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y31_N29 +dffeas \text_gen|char_ram~21481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y36_N3 +dffeas \text_gen|char_ram~21313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21425feeder ( +// Equation(s): +// \text_gen|char_ram~21425feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21425feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21425feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21425feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N19 +dffeas \text_gen|char_ram~21425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21425feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36975 ( +// Equation(s): +// \text_gen|char_ram~36975_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21425_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21313_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21313_q ), + .datad(\text_gen|char_ram~21425_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36975 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36976 ( +// Equation(s): +// \text_gen|char_ram~36976_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36975_combout & ((\text_gen|char_ram~21481_q ))) # (!\text_gen|char_ram~36975_combout & (\text_gen|char_ram~21369_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36975_combout )))) + + .dataa(\text_gen|char_ram~21369_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21481_q ), + .datad(\text_gen|char_ram~36975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36976 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36979 ( +// Equation(s): +// \text_gen|char_ram~36979_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36976_combout )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36978_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36978_combout ), + .datad(\text_gen|char_ram~36976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36979 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y31_N7 +dffeas \text_gen|char_ram~21152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N21 +dffeas \text_gen|char_ram~21264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y28_N31 +dffeas \text_gen|char_ram~21096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21208feeder ( +// Equation(s): +// \text_gen|char_ram~21208feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21208feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21208feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21208feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y28_N9 +dffeas \text_gen|char_ram~21208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21208feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36973 ( +// Equation(s): +// \text_gen|char_ram~36973_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21208_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21096_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21096_q ), + .datad(\text_gen|char_ram~21208_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36973 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36974 ( +// Equation(s): +// \text_gen|char_ram~36974_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36973_combout & ((\text_gen|char_ram~21264_q ))) # (!\text_gen|char_ram~36973_combout & (\text_gen|char_ram~21152_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36973_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21152_q ), + .datac(\text_gen|char_ram~21264_q ), + .datad(\text_gen|char_ram~36973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36974 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36982 ( +// Equation(s): +// \text_gen|char_ram~36982_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36979_combout & (\text_gen|char_ram~36981_combout )) # (!\text_gen|char_ram~36979_combout & ((\text_gen|char_ram~36974_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36979_combout )))) + + .dataa(\text_gen|char_ram~36981_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36979_combout ), + .datad(\text_gen|char_ram~36974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36982 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~36982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y24_N13 +dffeas \text_gen|char_ram~21124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y30_N13 +dffeas \text_gen|char_ram~21348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y30_N7 +dffeas \text_gen|char_ram~21068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y36_N23 +dffeas \text_gen|char_ram~21292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36993 ( +// Equation(s): +// \text_gen|char_ram~36993_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21292_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21068_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21068_q ), + .datad(\text_gen|char_ram~21292_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36993 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36994 ( +// Equation(s): +// \text_gen|char_ram~36994_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36993_combout & ((\text_gen|char_ram~21348_q ))) # (!\text_gen|char_ram~36993_combout & (\text_gen|char_ram~21124_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36993_combout )))) + + .dataa(\text_gen|char_ram~21124_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21348_q ), + .datad(\text_gen|char_ram~36993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36994 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y30_N23 +dffeas \text_gen|char_ram~21460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21180feeder ( +// Equation(s): +// \text_gen|char_ram~21180feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21180feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21180feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21180feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y32_N13 +dffeas \text_gen|char_ram~21180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21180feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21404feeder ( +// Equation(s): +// \text_gen|char_ram~21404feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21404feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21404feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21404feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N19 +dffeas \text_gen|char_ram~21404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21404feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37000 ( +// Equation(s): +// \text_gen|char_ram~37000_combout = (\text_gen|Add5~2_combout & (((\text_gen|char_ram~21404_q ) # (\vga_c|h_cnt [7])))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21180_q & ((!\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~21180_q ), + .datab(\text_gen|char_ram~21404_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~37000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37000 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~37000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21236feeder ( +// Equation(s): +// \text_gen|char_ram~21236feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y36_N29 +dffeas \text_gen|char_ram~21236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37001 ( +// Equation(s): +// \text_gen|char_ram~37001_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37000_combout & (\text_gen|char_ram~21460_q )) # (!\text_gen|char_ram~37000_combout & ((\text_gen|char_ram~21236_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37000_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21460_q ), + .datac(\text_gen|char_ram~37000_combout ), + .datad(\text_gen|char_ram~21236_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37001 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~37001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21397feeder ( +// Equation(s): +// \text_gen|char_ram~21397feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21397feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21397feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21397feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y33_N25 +dffeas \text_gen|char_ram~21397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21397feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y33_N11 +dffeas \text_gen|char_ram~21173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36995 ( +// Equation(s): +// \text_gen|char_ram~36995_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~21397_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~21173_q ))))) + + .dataa(\text_gen|char_ram~21397_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21173_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36995 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y33_N17 +dffeas \text_gen|char_ram~21453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y29_N25 +dffeas \text_gen|char_ram~21229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36996 ( +// Equation(s): +// \text_gen|char_ram~36996_combout = (\text_gen|char_ram~36995_combout & (((\text_gen|char_ram~21453_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~36995_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21229_q )))) + + .dataa(\text_gen|char_ram~36995_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21453_q ), + .datad(\text_gen|char_ram~21229_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36996 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y30_N1 +dffeas \text_gen|char_ram~21061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y32_N1 +dffeas \text_gen|char_ram~21285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36997 ( +// Equation(s): +// \text_gen|char_ram~36997_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~21285_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21061_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21061_q ), + .datac(\text_gen|char_ram~21285_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36997 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~36997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y32_N31 +dffeas \text_gen|char_ram~21341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y30_N3 +dffeas \text_gen|char_ram~21117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36998 ( +// Equation(s): +// \text_gen|char_ram~36998_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36997_combout & (\text_gen|char_ram~21341_q )) # (!\text_gen|char_ram~36997_combout & ((\text_gen|char_ram~21117_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~36997_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~36997_combout ), + .datac(\text_gen|char_ram~21341_q ), + .datad(\text_gen|char_ram~21117_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36998 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36999 ( +// Equation(s): +// \text_gen|char_ram~36999_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~36996_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~36998_combout ))))) + + .dataa(\text_gen|char_ram~36996_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36999 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~36999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37002 ( +// Equation(s): +// \text_gen|char_ram~37002_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36999_combout & ((\text_gen|char_ram~37001_combout ))) # (!\text_gen|char_ram~36999_combout & (\text_gen|char_ram~36994_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36999_combout )))) + + .dataa(\text_gen|char_ram~36994_combout ), + .datab(\text_gen|char_ram~37001_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~36999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37002 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~37002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y24_N9 +dffeas \text_gen|char_ram~21138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y25_N19 +dffeas \text_gen|char_ram~21362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21306feeder ( +// Equation(s): +// \text_gen|char_ram~21306feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21306feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21306feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21306feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y25_N27 +dffeas \text_gen|char_ram~21306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21306feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y25_N29 +dffeas \text_gen|char_ram~21082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36983 ( +// Equation(s): +// \text_gen|char_ram~36983_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~21306_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~21082_q ))))) + + .dataa(\text_gen|char_ram~21306_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21082_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36983 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36984 ( +// Equation(s): +// \text_gen|char_ram~36984_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36983_combout & ((\text_gen|char_ram~21362_q ))) # (!\text_gen|char_ram~36983_combout & (\text_gen|char_ram~21138_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36983_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21138_q ), + .datac(\text_gen|char_ram~21362_q ), + .datad(\text_gen|char_ram~36983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36984 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21250feeder ( +// Equation(s): +// \text_gen|char_ram~21250feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N31 +dffeas \text_gen|char_ram~21250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21474feeder ( +// Equation(s): +// \text_gen|char_ram~21474feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y26_N1 +dffeas \text_gen|char_ram~21474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y29_N7 +dffeas \text_gen|char_ram~21194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~21418feeder ( +// Equation(s): +// \text_gen|char_ram~21418feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21418feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y25_N5 +dffeas \text_gen|char_ram~21418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36990 ( +// Equation(s): +// \text_gen|char_ram~36990_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~21418_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21194_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21194_q ), + .datad(\text_gen|char_ram~21418_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36990 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36991 ( +// Equation(s): +// \text_gen|char_ram~36991_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36990_combout & ((\text_gen|char_ram~21474_q ))) # (!\text_gen|char_ram~36990_combout & (\text_gen|char_ram~21250_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36990_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21250_q ), + .datac(\text_gen|char_ram~21474_q ), + .datad(\text_gen|char_ram~36990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36991 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y30_N5 +dffeas \text_gen|char_ram~21131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y30_N31 +dffeas \text_gen|char_ram~21355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y30_N15 +dffeas \text_gen|char_ram~21075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21299feeder ( +// Equation(s): +// \text_gen|char_ram~21299feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21299feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21299feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21299feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y30_N29 +dffeas \text_gen|char_ram~21299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21299feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36987 ( +// Equation(s): +// \text_gen|char_ram~36987_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~21299_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21075_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21075_q ), + .datad(\text_gen|char_ram~21299_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36987 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36988 ( +// Equation(s): +// \text_gen|char_ram~36988_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36987_combout & ((\text_gen|char_ram~21355_q ))) # (!\text_gen|char_ram~36987_combout & (\text_gen|char_ram~21131_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36987_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21131_q ), + .datac(\text_gen|char_ram~21355_q ), + .datad(\text_gen|char_ram~36987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36988 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y33_N29 +dffeas \text_gen|char_ram~21243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y33_N31 +dffeas \text_gen|char_ram~21467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y29_N17 +dffeas \text_gen|char_ram~21187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21411feeder ( +// Equation(s): +// \text_gen|char_ram~21411feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y26_N25 +dffeas \text_gen|char_ram~21411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36985 ( +// Equation(s): +// \text_gen|char_ram~36985_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~21411_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21187_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21187_q ), + .datad(\text_gen|char_ram~21411_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36985 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36986 ( +// Equation(s): +// \text_gen|char_ram~36986_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36985_combout & ((\text_gen|char_ram~21467_q ))) # (!\text_gen|char_ram~36985_combout & (\text_gen|char_ram~21243_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36985_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21243_q ), + .datac(\text_gen|char_ram~21467_q ), + .datad(\text_gen|char_ram~36985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36986 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36989 ( +// Equation(s): +// \text_gen|char_ram~36989_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~36986_combout ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36988_combout )))) + + .dataa(\text_gen|char_ram~36988_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36989 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~36989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36992 ( +// Equation(s): +// \text_gen|char_ram~36992_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36989_combout & ((\text_gen|char_ram~36991_combout ))) # (!\text_gen|char_ram~36989_combout & (\text_gen|char_ram~36984_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36989_combout )))) + + .dataa(\text_gen|char_ram~36984_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36991_combout ), + .datad(\text_gen|char_ram~36989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36992 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37003 ( +// Equation(s): +// \text_gen|char_ram~37003_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~36992_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37002_combout & (!\vga_c|h_cnt [6]))) + + .dataa(\text_gen|char_ram~37002_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~36992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37003 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~37003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y32_N25 +dffeas \text_gen|char_ram~21271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y32_N7 +dffeas \text_gen|char_ram~21278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y28_N15 +dffeas \text_gen|char_ram~21222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y29_N1 +dffeas \text_gen|char_ram~21215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37004 ( +// Equation(s): +// \text_gen|char_ram~37004_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~21222_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~21215_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21222_q ), + .datac(\text_gen|char_ram~21215_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37004 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37005 ( +// Equation(s): +// \text_gen|char_ram~37005_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37004_combout & ((\text_gen|char_ram~21278_q ))) # (!\text_gen|char_ram~37004_combout & (\text_gen|char_ram~21271_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37004_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21271_q ), + .datac(\text_gen|char_ram~21278_q ), + .datad(\text_gen|char_ram~37004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37005 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y29_N23 +dffeas \text_gen|char_ram~21446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y29_N19 +dffeas \text_gen|char_ram~21439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37011 ( +// Equation(s): +// \text_gen|char_ram~37011_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21446_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~21439_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21446_q ), + .datad(\text_gen|char_ram~21439_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37011 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y33_N11 +dffeas \text_gen|char_ram~21495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~21502feeder ( +// Equation(s): +// \text_gen|char_ram~21502feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21502feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21502feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21502feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y27_N7 +dffeas \text_gen|char_ram~21502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21502feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37012 ( +// Equation(s): +// \text_gen|char_ram~37012_combout = (\text_gen|char_ram~37011_combout & (((\text_gen|char_ram~21502_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~37011_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~21495_q ))) + + .dataa(\text_gen|char_ram~37011_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21495_q ), + .datad(\text_gen|char_ram~21502_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37012 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~37012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y29_N27 +dffeas \text_gen|char_ram~21159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y23_N31 +dffeas \text_gen|char_ram~21166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y32_N31 +dffeas \text_gen|char_ram~21103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y28_N3 +dffeas \text_gen|char_ram~21110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37008 ( +// Equation(s): +// \text_gen|char_ram~37008_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~21110_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21103_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21103_q ), + .datad(\text_gen|char_ram~21110_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37008 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37009 ( +// Equation(s): +// \text_gen|char_ram~37009_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37008_combout & ((\text_gen|char_ram~21166_q ))) # (!\text_gen|char_ram~37008_combout & (\text_gen|char_ram~21159_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37008_combout )))) + + .dataa(\text_gen|char_ram~21159_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21166_q ), + .datad(\text_gen|char_ram~37008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37009 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y23_N29 +dffeas \text_gen|char_ram~21334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y23_N31 +dffeas \text_gen|char_ram~21390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21383feeder ( +// Equation(s): +// \text_gen|char_ram~21383feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y29_N25 +dffeas \text_gen|char_ram~21383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y29_N5 +dffeas \text_gen|char_ram~21327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37006 ( +// Equation(s): +// \text_gen|char_ram~37006_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21383_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~21327_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21383_q ), + .datac(\text_gen|char_ram~21327_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37006 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37007 ( +// Equation(s): +// \text_gen|char_ram~37007_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37006_combout & ((\text_gen|char_ram~21390_q ))) # (!\text_gen|char_ram~37006_combout & (\text_gen|char_ram~21334_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37006_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~21334_q ), + .datac(\text_gen|char_ram~21390_q ), + .datad(\text_gen|char_ram~37006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37007 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37010 ( +// Equation(s): +// \text_gen|char_ram~37010_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~37007_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37009_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37009_combout ), + .datad(\text_gen|char_ram~37007_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37010 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37013 ( +// Equation(s): +// \text_gen|char_ram~37013_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37010_combout & ((\text_gen|char_ram~37012_combout ))) # (!\text_gen|char_ram~37010_combout & (\text_gen|char_ram~37005_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37010_combout )))) + + .dataa(\text_gen|char_ram~37005_combout ), + .datab(\text_gen|char_ram~37012_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~37010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37013 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~37013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37014 ( +// Equation(s): +// \text_gen|char_ram~37014_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37003_combout & ((\text_gen|char_ram~37013_combout ))) # (!\text_gen|char_ram~37003_combout & (\text_gen|char_ram~36982_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37003_combout )))) + + .dataa(\text_gen|char_ram~36982_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37003_combout ), + .datad(\text_gen|char_ram~37013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37014 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~37014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37015 ( +// Equation(s): +// \text_gen|char_ram~37015_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~36972_combout & ((\text_gen|char_ram~37014_combout ))) # (!\text_gen|char_ram~36972_combout & (\text_gen|char_ram~36887_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~36972_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~36972_combout ), + .datac(\text_gen|char_ram~36887_combout ), + .datad(\text_gen|char_ram~37014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37015 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~37015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37016 ( +// Equation(s): +// \text_gen|char_ram~37016_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36845_combout & ((\text_gen|char_ram~37015_combout ))) # (!\text_gen|char_ram~36845_combout & (\text_gen|char_ram~36504_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36845_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~36504_combout ), + .datac(\text_gen|char_ram~36845_combout ), + .datad(\text_gen|char_ram~37015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37016 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~37016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y58_N23 +dffeas \text_gen|char_ram~26038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y32_N15 +dffeas \text_gen|char_ram~26486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y51_N29 +dffeas \text_gen|char_ram~25590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y51_N7 +dffeas \text_gen|char_ram~25142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38795 ( +// Equation(s): +// \text_gen|char_ram~38795_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25590_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25142_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25590_q ), + .datac(\text_gen|char_ram~25142_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38795 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38796 ( +// Equation(s): +// \text_gen|char_ram~38796_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38795_combout & ((\text_gen|char_ram~26486_q ))) # (!\text_gen|char_ram~38795_combout & (\text_gen|char_ram~26038_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38795_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26038_q ), + .datac(\text_gen|char_ram~26486_q ), + .datad(\text_gen|char_ram~38795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38796 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27382feeder ( +// Equation(s): +// \text_gen|char_ram~27382feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27382feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27382feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27382feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y22_N23 +dffeas \text_gen|char_ram~27382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27382feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y32_N1 +dffeas \text_gen|char_ram~28278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y39_N25 +dffeas \text_gen|char_ram~26934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27830feeder ( +// Equation(s): +// \text_gen|char_ram~27830feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27830feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27830feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27830feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y51_N23 +dffeas \text_gen|char_ram~27830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27830feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38802 ( +// Equation(s): +// \text_gen|char_ram~38802_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~27830_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~26934_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26934_q ), + .datad(\text_gen|char_ram~27830_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38802 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38803 ( +// Equation(s): +// \text_gen|char_ram~38803_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38802_combout & ((\text_gen|char_ram~28278_q ))) # (!\text_gen|char_ram~38802_combout & (\text_gen|char_ram~27382_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38802_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27382_q ), + .datac(\text_gen|char_ram~28278_q ), + .datad(\text_gen|char_ram~38802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38803 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y29_N3 +dffeas \text_gen|char_ram~22454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y29_N9 +dffeas \text_gen|char_ram~22902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y33_N11 +dffeas \text_gen|char_ram~21558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y33_N29 +dffeas \text_gen|char_ram~22006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38799 ( +// Equation(s): +// \text_gen|char_ram~38799_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22006_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21558_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21558_q ), + .datad(\text_gen|char_ram~22006_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38799 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38800 ( +// Equation(s): +// \text_gen|char_ram~38800_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38799_combout & ((\text_gen|char_ram~22902_q ))) # (!\text_gen|char_ram~38799_combout & (\text_gen|char_ram~22454_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38799_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22454_q ), + .datac(\text_gen|char_ram~22902_q ), + .datad(\text_gen|char_ram~38799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38800 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y22_N17 +dffeas \text_gen|char_ram~23798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y22_N19 +dffeas \text_gen|char_ram~24694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y40_N9 +dffeas \text_gen|char_ram~23350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24246feeder ( +// Equation(s): +// \text_gen|char_ram~24246feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24246feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24246feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24246feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y58_N27 +dffeas \text_gen|char_ram~24246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24246feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38797 ( +// Equation(s): +// \text_gen|char_ram~38797_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~24246_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23350_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23350_q ), + .datad(\text_gen|char_ram~24246_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38797 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38798 ( +// Equation(s): +// \text_gen|char_ram~38798_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38797_combout & ((\text_gen|char_ram~24694_q ))) # (!\text_gen|char_ram~38797_combout & (\text_gen|char_ram~23798_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38797_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23798_q ), + .datac(\text_gen|char_ram~24694_q ), + .datad(\text_gen|char_ram~38797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38798 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38801 ( +// Equation(s): +// \text_gen|char_ram~38801_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~38798_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~38800_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38800_combout ), + .datac(\text_gen|char_ram~38798_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38801 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~38801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38804 ( +// Equation(s): +// \text_gen|char_ram~38804_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38801_combout & ((\text_gen|char_ram~38803_combout ))) # (!\text_gen|char_ram~38801_combout & (\text_gen|char_ram~38796_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38801_combout )))) + + .dataa(\text_gen|char_ram~38796_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38803_combout ), + .datad(\text_gen|char_ram~38801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38804 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24666feeder ( +// Equation(s): +// \text_gen|char_ram~24666feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y21_N7 +dffeas \text_gen|char_ram~24666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y25_N19 +dffeas \text_gen|char_ram~28250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y29_N31 +dffeas \text_gen|char_ram~26458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y25_N21 +dffeas \text_gen|char_ram~22874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38771 ( +// Equation(s): +// \text_gen|char_ram~38771_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26458_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22874_q +// ))))) + + .dataa(\text_gen|char_ram~26458_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22874_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38771 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38772 ( +// Equation(s): +// \text_gen|char_ram~38772_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38771_combout & ((\text_gen|char_ram~28250_q ))) # (!\text_gen|char_ram~38771_combout & (\text_gen|char_ram~24666_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38771_combout )))) + + .dataa(\text_gen|char_ram~24666_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28250_q ), + .datad(\text_gen|char_ram~38771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38772 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N7 +dffeas \text_gen|char_ram~23770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y19_N31 +dffeas \text_gen|char_ram~21978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38764 ( +// Equation(s): +// \text_gen|char_ram~38764_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23770_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21978_q +// ))))) + + .dataa(\text_gen|char_ram~23770_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21978_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38764 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y18_N19 +dffeas \text_gen|char_ram~25562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y18_N1 +dffeas \text_gen|char_ram~27354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38765 ( +// Equation(s): +// \text_gen|char_ram~38765_combout = (\text_gen|char_ram~38764_combout & (((\text_gen|char_ram~27354_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~38764_combout & (\text_gen|char_ram~25562_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~38764_combout ), + .datab(\text_gen|char_ram~25562_q ), + .datac(\text_gen|char_ram~27354_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38765 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~38765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25114feeder ( +// Equation(s): +// \text_gen|char_ram~25114feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25114feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25114feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25114feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y44_N1 +dffeas \text_gen|char_ram~25114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25114feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y44_N17 +dffeas \text_gen|char_ram~26906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y43_N1 +dffeas \text_gen|char_ram~21530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y44_N19 +dffeas \text_gen|char_ram~23322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38768 ( +// Equation(s): +// \text_gen|char_ram~38768_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~23322_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~21530_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21530_q ), + .datad(\text_gen|char_ram~23322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38768 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38769 ( +// Equation(s): +// \text_gen|char_ram~38769_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38768_combout & ((\text_gen|char_ram~26906_q ))) # (!\text_gen|char_ram~38768_combout & (\text_gen|char_ram~25114_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38768_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25114_q ), + .datac(\text_gen|char_ram~26906_q ), + .datad(\text_gen|char_ram~38768_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38769 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26010feeder ( +// Equation(s): +// \text_gen|char_ram~26010feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26010feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y52_N27 +dffeas \text_gen|char_ram~26010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N11 +dffeas \text_gen|char_ram~27802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24218feeder ( +// Equation(s): +// \text_gen|char_ram~24218feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N3 +dffeas \text_gen|char_ram~24218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N21 +dffeas \text_gen|char_ram~22426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38766 ( +// Equation(s): +// \text_gen|char_ram~38766_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24218_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22426_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24218_q ), + .datac(\text_gen|char_ram~22426_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38766 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38767 ( +// Equation(s): +// \text_gen|char_ram~38767_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38766_combout & ((\text_gen|char_ram~27802_q ))) # (!\text_gen|char_ram~38766_combout & (\text_gen|char_ram~26010_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38766_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26010_q ), + .datac(\text_gen|char_ram~27802_q ), + .datad(\text_gen|char_ram~38766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38767 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38770 ( +// Equation(s): +// \text_gen|char_ram~38770_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~38767_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38769_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38769_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~38767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38770 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~38770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38773 ( +// Equation(s): +// \text_gen|char_ram~38773_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38770_combout & (\text_gen|char_ram~38772_combout )) # (!\text_gen|char_ram~38770_combout & ((\text_gen|char_ram~38765_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38770_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38772_combout ), + .datac(\text_gen|char_ram~38765_combout ), + .datad(\text_gen|char_ram~38770_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38773 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y29_N13 +dffeas \text_gen|char_ram~26451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y29_N11 +dffeas \text_gen|char_ram~28243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24659feeder ( +// Equation(s): +// \text_gen|char_ram~24659feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24659feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24659feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24659feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y30_N19 +dffeas \text_gen|char_ram~24659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24659feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y29_N15 +dffeas \text_gen|char_ram~22867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38791 ( +// Equation(s): +// \text_gen|char_ram~38791_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24659_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22867_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24659_q ), + .datac(\text_gen|char_ram~22867_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38791 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38792 ( +// Equation(s): +// \text_gen|char_ram~38792_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38791_combout & ((\text_gen|char_ram~28243_q ))) # (!\text_gen|char_ram~38791_combout & (\text_gen|char_ram~26451_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38791_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26451_q ), + .datac(\text_gen|char_ram~28243_q ), + .datad(\text_gen|char_ram~38791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38792 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25107feeder ( +// Equation(s): +// \text_gen|char_ram~25107feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25107feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25107feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25107feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y49_N3 +dffeas \text_gen|char_ram~25107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25107feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y33_N27 +dffeas \text_gen|char_ram~26899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y40_N25 +dffeas \text_gen|char_ram~23315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y33_N17 +dffeas \text_gen|char_ram~21523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38788 ( +// Equation(s): +// \text_gen|char_ram~38788_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23315_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~21523_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23315_q ), + .datac(\text_gen|char_ram~21523_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38788 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38789 ( +// Equation(s): +// \text_gen|char_ram~38789_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38788_combout & ((\text_gen|char_ram~26899_q ))) # (!\text_gen|char_ram~38788_combout & (\text_gen|char_ram~25107_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38788_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25107_q ), + .datac(\text_gen|char_ram~26899_q ), + .datad(\text_gen|char_ram~38788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38789 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N19 +dffeas \text_gen|char_ram~25555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y18_N11 +dffeas \text_gen|char_ram~27347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23763feeder ( +// Equation(s): +// \text_gen|char_ram~23763feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23763feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23763feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23763feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N21 +dffeas \text_gen|char_ram~23763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23763feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y18_N1 +dffeas \text_gen|char_ram~21971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38786 ( +// Equation(s): +// \text_gen|char_ram~38786_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23763_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21971_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~23763_q ), + .datac(\text_gen|char_ram~21971_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38786 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38787 ( +// Equation(s): +// \text_gen|char_ram~38787_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38786_combout & ((\text_gen|char_ram~27347_q ))) # (!\text_gen|char_ram~38786_combout & (\text_gen|char_ram~25555_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38786_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25555_q ), + .datac(\text_gen|char_ram~27347_q ), + .datad(\text_gen|char_ram~38786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38787 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38790 ( +// Equation(s): +// \text_gen|char_ram~38790_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~38787_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~38789_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38789_combout ), + .datad(\text_gen|char_ram~38787_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38790 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26003feeder ( +// Equation(s): +// \text_gen|char_ram~26003feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26003feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26003feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26003feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y56_N9 +dffeas \text_gen|char_ram~26003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26003feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y53_N7 +dffeas \text_gen|char_ram~27795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y53_N29 +dffeas \text_gen|char_ram~22419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24211feeder ( +// Equation(s): +// \text_gen|char_ram~24211feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24211feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24211feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24211feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y53_N7 +dffeas \text_gen|char_ram~24211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24211feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38784 ( +// Equation(s): +// \text_gen|char_ram~38784_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24211_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22419_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22419_q ), + .datad(\text_gen|char_ram~24211_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38784 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38785 ( +// Equation(s): +// \text_gen|char_ram~38785_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38784_combout & ((\text_gen|char_ram~27795_q ))) # (!\text_gen|char_ram~38784_combout & (\text_gen|char_ram~26003_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38784_combout )))) + + .dataa(\text_gen|char_ram~26003_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27795_q ), + .datad(\text_gen|char_ram~38784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38785 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38793 ( +// Equation(s): +// \text_gen|char_ram~38793_combout = (\text_gen|char_ram~38790_combout & ((\text_gen|char_ram~38792_combout ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38790_combout & (((\text_gen|Add5~6_combout & \text_gen|char_ram~38785_combout )))) + + .dataa(\text_gen|char_ram~38792_combout ), + .datab(\text_gen|char_ram~38790_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~38785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38793 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~38793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N31 +dffeas \text_gen|char_ram~25583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y43_N5 +dffeas \text_gen|char_ram~25135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26031feeder ( +// Equation(s): +// \text_gen|char_ram~26031feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26031feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26031feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26031feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y58_N7 +dffeas \text_gen|char_ram~26031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26031feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38774 ( +// Equation(s): +// \text_gen|char_ram~38774_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26031_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25135_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25135_q ), + .datad(\text_gen|char_ram~26031_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38774 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N5 +dffeas \text_gen|char_ram~26479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38775 ( +// Equation(s): +// \text_gen|char_ram~38775_combout = (\text_gen|char_ram~38774_combout & (((\text_gen|char_ram~26479_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~38774_combout & (\text_gen|char_ram~25583_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~25583_q ), + .datab(\text_gen|char_ram~38774_combout ), + .datac(\text_gen|char_ram~26479_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38775 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y33_N13 +dffeas \text_gen|char_ram~27823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y33_N3 +dffeas \text_gen|char_ram~28271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y40_N25 +dffeas \text_gen|char_ram~26927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y17_N9 +dffeas \text_gen|char_ram~27375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38781 ( +// Equation(s): +// \text_gen|char_ram~38781_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27375_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26927_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26927_q ), + .datad(\text_gen|char_ram~27375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38781 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38782 ( +// Equation(s): +// \text_gen|char_ram~38782_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38781_combout & ((\text_gen|char_ram~28271_q ))) # (!\text_gen|char_ram~38781_combout & (\text_gen|char_ram~27823_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38781_combout )))) + + .dataa(\text_gen|char_ram~27823_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28271_q ), + .datad(\text_gen|char_ram~38781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38782 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y33_N15 +dffeas \text_gen|char_ram~24239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y33_N25 +dffeas \text_gen|char_ram~24687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23791feeder ( +// Equation(s): +// \text_gen|char_ram~23791feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23791feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23791feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23791feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N17 +dffeas \text_gen|char_ram~23791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23791feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y40_N21 +dffeas \text_gen|char_ram~23343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38776 ( +// Equation(s): +// \text_gen|char_ram~38776_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~23791_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~23343_q +// ))))) + + .dataa(\text_gen|char_ram~23791_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23343_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38776 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38777 ( +// Equation(s): +// \text_gen|char_ram~38777_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38776_combout & ((\text_gen|char_ram~24687_q ))) # (!\text_gen|char_ram~38776_combout & (\text_gen|char_ram~24239_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38776_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24239_q ), + .datac(\text_gen|char_ram~24687_q ), + .datad(\text_gen|char_ram~38776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38777 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y19_N19 +dffeas \text_gen|char_ram~21999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y33_N29 +dffeas \text_gen|char_ram~22895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y40_N5 +dffeas \text_gen|char_ram~21551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y47_N7 +dffeas \text_gen|char_ram~22447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38778 ( +// Equation(s): +// \text_gen|char_ram~38778_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22447_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21551_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21551_q ), + .datad(\text_gen|char_ram~22447_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38778 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38779 ( +// Equation(s): +// \text_gen|char_ram~38779_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38778_combout & ((\text_gen|char_ram~22895_q ))) # (!\text_gen|char_ram~38778_combout & (\text_gen|char_ram~21999_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38778_combout )))) + + .dataa(\text_gen|char_ram~21999_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22895_q ), + .datad(\text_gen|char_ram~38778_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38779 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38780 ( +// Equation(s): +// \text_gen|char_ram~38780_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38777_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~38779_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38777_combout ), + .datac(\text_gen|char_ram~38779_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38780 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38783 ( +// Equation(s): +// \text_gen|char_ram~38783_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38780_combout & ((\text_gen|char_ram~38782_combout ))) # (!\text_gen|char_ram~38780_combout & (\text_gen|char_ram~38775_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38780_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38775_combout ), + .datac(\text_gen|char_ram~38782_combout ), + .datad(\text_gen|char_ram~38780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38783 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38794 ( +// Equation(s): +// \text_gen|char_ram~38794_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~38783_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38793_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38793_combout ), + .datad(\text_gen|char_ram~38783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38794 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38805 ( +// Equation(s): +// \text_gen|char_ram~38805_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38794_combout & (\text_gen|char_ram~38804_combout )) # (!\text_gen|char_ram~38794_combout & ((\text_gen|char_ram~38773_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38794_combout )))) + + .dataa(\text_gen|char_ram~38804_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38773_combout ), + .datad(\text_gen|char_ram~38794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38805 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26024feeder ( +// Equation(s): +// \text_gen|char_ram~26024feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26024feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y59_N17 +dffeas \text_gen|char_ram~26024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y46_N27 +dffeas \text_gen|char_ram~25128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38837 ( +// Equation(s): +// \text_gen|char_ram~38837_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26024_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25128_q +// ))))) + + .dataa(\text_gen|char_ram~26024_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25128_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38837 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y39_N25 +dffeas \text_gen|char_ram~26920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y52_N31 +dffeas \text_gen|char_ram~27816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38838 ( +// Equation(s): +// \text_gen|char_ram~38838_combout = (\text_gen|char_ram~38837_combout & (((\text_gen|char_ram~27816_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~38837_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~26920_q ))) + + .dataa(\text_gen|char_ram~38837_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~26920_q ), + .datad(\text_gen|char_ram~27816_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38838 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y14_N15 +dffeas \text_gen|char_ram~27368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y22_N29 +dffeas \text_gen|char_ram~28264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y22_N3 +dffeas \text_gen|char_ram~25576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y28_N3 +dffeas \text_gen|char_ram~26472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38844 ( +// Equation(s): +// \text_gen|char_ram~38844_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~26472_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25576_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25576_q ), + .datad(\text_gen|char_ram~26472_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38844 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38845 ( +// Equation(s): +// \text_gen|char_ram~38845_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38844_combout & ((\text_gen|char_ram~28264_q ))) # (!\text_gen|char_ram~38844_combout & (\text_gen|char_ram~27368_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38844_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~27368_q ), + .datac(\text_gen|char_ram~28264_q ), + .datad(\text_gen|char_ram~38844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38845 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y38_N13 +dffeas \text_gen|char_ram~23336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y42_N31 +dffeas \text_gen|char_ram~24232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21544feeder ( +// Equation(s): +// \text_gen|char_ram~21544feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21544feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21544feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21544feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y39_N25 +dffeas \text_gen|char_ram~21544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21544feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22440feeder ( +// Equation(s): +// \text_gen|char_ram~22440feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22440feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y56_N7 +dffeas \text_gen|char_ram~22440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38841 ( +// Equation(s): +// \text_gen|char_ram~38841_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22440_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21544_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~21544_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~22440_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38841 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~38841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38842 ( +// Equation(s): +// \text_gen|char_ram~38842_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38841_combout & ((\text_gen|char_ram~24232_q ))) # (!\text_gen|char_ram~38841_combout & (\text_gen|char_ram~23336_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38841_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23336_q ), + .datac(\text_gen|char_ram~24232_q ), + .datad(\text_gen|char_ram~38841_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38842 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y20_N25 +dffeas \text_gen|char_ram~23784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y42_N1 +dffeas \text_gen|char_ram~24680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y22_N19 +dffeas \text_gen|char_ram~21992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y22_N1 +dffeas \text_gen|char_ram~22888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38839 ( +// Equation(s): +// \text_gen|char_ram~38839_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22888_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21992_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21992_q ), + .datad(\text_gen|char_ram~22888_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38839 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38840 ( +// Equation(s): +// \text_gen|char_ram~38840_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38839_combout & ((\text_gen|char_ram~24680_q ))) # (!\text_gen|char_ram~38839_combout & (\text_gen|char_ram~23784_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38839_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23784_q ), + .datac(\text_gen|char_ram~24680_q ), + .datad(\text_gen|char_ram~38839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38840 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38843 ( +// Equation(s): +// \text_gen|char_ram~38843_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~38840_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~38842_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~38842_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~38840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38843 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~38843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38846 ( +// Equation(s): +// \text_gen|char_ram~38846_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38843_combout & ((\text_gen|char_ram~38845_combout ))) # (!\text_gen|char_ram~38843_combout & (\text_gen|char_ram~38838_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38843_combout )))) + + .dataa(\text_gen|char_ram~38838_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38845_combout ), + .datad(\text_gen|char_ram~38843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38846 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y38_N15 +dffeas \text_gen|char_ram~23308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y23_N19 +dffeas \text_gen|char_ram~23756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y21_N5 +dffeas \text_gen|char_ram~21964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y41_N21 +dffeas \text_gen|char_ram~21516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38810 ( +// Equation(s): +// \text_gen|char_ram~38810_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~21964_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21516_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~21964_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21516_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38810 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38811 ( +// Equation(s): +// \text_gen|char_ram~38811_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38810_combout & ((\text_gen|char_ram~23756_q ))) # (!\text_gen|char_ram~38810_combout & (\text_gen|char_ram~23308_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38810_combout )))) + + .dataa(\text_gen|char_ram~23308_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23756_q ), + .datad(\text_gen|char_ram~38810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38811 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24204feeder ( +// Equation(s): +// \text_gen|char_ram~24204feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24204feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24204feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24204feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y57_N21 +dffeas \text_gen|char_ram~24204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24204feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y23_N27 +dffeas \text_gen|char_ram~24652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y53_N13 +dffeas \text_gen|char_ram~22860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y53_N27 +dffeas \text_gen|char_ram~22412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38808 ( +// Equation(s): +// \text_gen|char_ram~38808_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22860_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~22412_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~22860_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22412_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38808 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38809 ( +// Equation(s): +// \text_gen|char_ram~38809_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38808_combout & ((\text_gen|char_ram~24652_q ))) # (!\text_gen|char_ram~38808_combout & (\text_gen|char_ram~24204_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38808_combout )))) + + .dataa(\text_gen|char_ram~24204_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~24652_q ), + .datad(\text_gen|char_ram~38808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38809 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38812 ( +// Equation(s): +// \text_gen|char_ram~38812_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~38809_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38811_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38811_combout ), + .datac(\text_gen|char_ram~38809_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38812 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~38812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y15_N21 +dffeas \text_gen|char_ram~26892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y15_N11 +dffeas \text_gen|char_ram~27340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N19 +dffeas \text_gen|char_ram~25100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y22_N31 +dffeas \text_gen|char_ram~25548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38806 ( +// Equation(s): +// \text_gen|char_ram~38806_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25548_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25100_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25100_q ), + .datad(\text_gen|char_ram~25548_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38806 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38807 ( +// Equation(s): +// \text_gen|char_ram~38807_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38806_combout & ((\text_gen|char_ram~27340_q ))) # (!\text_gen|char_ram~38806_combout & (\text_gen|char_ram~26892_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38806_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26892_q ), + .datac(\text_gen|char_ram~27340_q ), + .datad(\text_gen|char_ram~38806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38807 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27788feeder ( +// Equation(s): +// \text_gen|char_ram~27788feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27788feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27788feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27788feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y53_N23 +dffeas \text_gen|char_ram~27788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27788feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y30_N17 +dffeas \text_gen|char_ram~28236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28236 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y63_N7 +dffeas \text_gen|char_ram~25996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y36_N1 +dffeas \text_gen|char_ram~26444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38813 ( +// Equation(s): +// \text_gen|char_ram~38813_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~26444_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25996_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25996_q ), + .datad(\text_gen|char_ram~26444_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38813 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38814 ( +// Equation(s): +// \text_gen|char_ram~38814_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38813_combout & ((\text_gen|char_ram~28236_q ))) # (!\text_gen|char_ram~38813_combout & (\text_gen|char_ram~27788_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38813_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~27788_q ), + .datac(\text_gen|char_ram~28236_q ), + .datad(\text_gen|char_ram~38813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38814 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38815 ( +// Equation(s): +// \text_gen|char_ram~38815_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38812_combout & ((\text_gen|char_ram~38814_combout ))) # (!\text_gen|char_ram~38812_combout & (\text_gen|char_ram~38807_combout )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~38812_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38812_combout ), + .datac(\text_gen|char_ram~38807_combout ), + .datad(\text_gen|char_ram~38814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38815 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y34_N29 +dffeas \text_gen|char_ram~24645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y32_N3 +dffeas \text_gen|char_ram~28229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N9 +dffeas \text_gen|char_ram~22853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26437feeder ( +// Equation(s): +// \text_gen|char_ram~26437feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y22_N11 +dffeas \text_gen|char_ram~26437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38833 ( +// Equation(s): +// \text_gen|char_ram~38833_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~26437_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22853_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22853_q ), + .datad(\text_gen|char_ram~26437_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38833 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38834 ( +// Equation(s): +// \text_gen|char_ram~38834_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38833_combout & ((\text_gen|char_ram~28229_q ))) # (!\text_gen|char_ram~38833_combout & (\text_gen|char_ram~24645_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38833_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24645_q ), + .datac(\text_gen|char_ram~28229_q ), + .datad(\text_gen|char_ram~38833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38834 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26885feeder ( +// Equation(s): +// \text_gen|char_ram~26885feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y45_N11 +dffeas \text_gen|char_ram~26885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y38_N13 +dffeas \text_gen|char_ram~23301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N1 +dffeas \text_gen|char_ram~25093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y49_N19 +dffeas \text_gen|char_ram~21509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38830 ( +// Equation(s): +// \text_gen|char_ram~38830_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25093_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21509_q +// ))))) + + .dataa(\text_gen|char_ram~25093_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21509_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38830 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38831 ( +// Equation(s): +// \text_gen|char_ram~38831_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38830_combout & (\text_gen|char_ram~26885_q )) # (!\text_gen|char_ram~38830_combout & ((\text_gen|char_ram~23301_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38830_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26885_q ), + .datac(\text_gen|char_ram~23301_q ), + .datad(\text_gen|char_ram~38830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38831 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y16_N5 +dffeas \text_gen|char_ram~23749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y18_N7 +dffeas \text_gen|char_ram~27333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25541feeder ( +// Equation(s): +// \text_gen|char_ram~25541feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25541feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25541feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25541feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y18_N15 +dffeas \text_gen|char_ram~25541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25541feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y18_N29 +dffeas \text_gen|char_ram~21957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38828 ( +// Equation(s): +// \text_gen|char_ram~38828_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25541_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21957_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25541_q ), + .datac(\text_gen|char_ram~21957_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38828 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38829 ( +// Equation(s): +// \text_gen|char_ram~38829_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38828_combout & ((\text_gen|char_ram~27333_q ))) # (!\text_gen|char_ram~38828_combout & (\text_gen|char_ram~23749_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38828_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23749_q ), + .datac(\text_gen|char_ram~27333_q ), + .datad(\text_gen|char_ram~38828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38829 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38832 ( +// Equation(s): +// \text_gen|char_ram~38832_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~38829_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~38831_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38831_combout ), + .datad(\text_gen|char_ram~38829_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38832 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24197feeder ( +// Equation(s): +// \text_gen|char_ram~24197feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24197feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24197feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24197feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y53_N17 +dffeas \text_gen|char_ram~24197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24197feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y53_N15 +dffeas \text_gen|char_ram~27781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y66_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25989feeder ( +// Equation(s): +// \text_gen|char_ram~25989feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y66_N13 +dffeas \text_gen|char_ram~25989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y60_N5 +dffeas \text_gen|char_ram~22405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38826 ( +// Equation(s): +// \text_gen|char_ram~38826_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25989_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22405_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25989_q ), + .datac(\text_gen|char_ram~22405_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38826 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38827 ( +// Equation(s): +// \text_gen|char_ram~38827_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38826_combout & ((\text_gen|char_ram~27781_q ))) # (!\text_gen|char_ram~38826_combout & (\text_gen|char_ram~24197_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38826_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24197_q ), + .datac(\text_gen|char_ram~27781_q ), + .datad(\text_gen|char_ram~38826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38827 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38835 ( +// Equation(s): +// \text_gen|char_ram~38835_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38832_combout & (\text_gen|char_ram~38834_combout )) # (!\text_gen|char_ram~38832_combout & ((\text_gen|char_ram~38827_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38832_combout )))) + + .dataa(\text_gen|char_ram~38834_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38832_combout ), + .datad(\text_gen|char_ram~38827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38835 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~38835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23329feeder ( +// Equation(s): +// \text_gen|char_ram~23329feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23329feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23329feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23329feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y39_N27 +dffeas \text_gen|char_ram~23329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23329feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y37_N23 +dffeas \text_gen|char_ram~26913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25121feeder ( +// Equation(s): +// \text_gen|char_ram~25121feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25121feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25121feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25121feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y39_N31 +dffeas \text_gen|char_ram~25121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25121feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21537feeder ( +// Equation(s): +// \text_gen|char_ram~21537feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21537feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21537feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21537feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y37_N19 +dffeas \text_gen|char_ram~21537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21537feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38820 ( +// Equation(s): +// \text_gen|char_ram~38820_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~25121_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21537_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25121_q ), + .datad(\text_gen|char_ram~21537_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38820 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38821 ( +// Equation(s): +// \text_gen|char_ram~38821_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38820_combout & ((\text_gen|char_ram~26913_q ))) # (!\text_gen|char_ram~38820_combout & (\text_gen|char_ram~23329_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38820_combout )))) + + .dataa(\text_gen|char_ram~23329_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~26913_q ), + .datad(\text_gen|char_ram~38820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38821 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23777feeder ( +// Equation(s): +// \text_gen|char_ram~23777feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y19_N13 +dffeas \text_gen|char_ram~23777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y37_N1 +dffeas \text_gen|char_ram~27361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y37_N29 +dffeas \text_gen|char_ram~21985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25569feeder ( +// Equation(s): +// \text_gen|char_ram~25569feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25569feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25569feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25569feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y18_N1 +dffeas \text_gen|char_ram~25569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25569feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38818 ( +// Equation(s): +// \text_gen|char_ram~38818_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~25569_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~21985_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21985_q ), + .datad(\text_gen|char_ram~25569_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38818 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38819 ( +// Equation(s): +// \text_gen|char_ram~38819_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38818_combout & ((\text_gen|char_ram~27361_q ))) # (!\text_gen|char_ram~38818_combout & (\text_gen|char_ram~23777_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38818_combout )))) + + .dataa(\text_gen|char_ram~23777_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27361_q ), + .datad(\text_gen|char_ram~38818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38819 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38822 ( +// Equation(s): +// \text_gen|char_ram~38822_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~38819_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38821_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38821_combout ), + .datad(\text_gen|char_ram~38819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38822 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24673feeder ( +// Equation(s): +// \text_gen|char_ram~24673feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y34_N31 +dffeas \text_gen|char_ram~24673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y33_N21 +dffeas \text_gen|char_ram~22881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y35_N7 +dffeas \text_gen|char_ram~26465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38823 ( +// Equation(s): +// \text_gen|char_ram~38823_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~26465_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22881_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22881_q ), + .datad(\text_gen|char_ram~26465_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38823 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y33_N31 +dffeas \text_gen|char_ram~28257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38824 ( +// Equation(s): +// \text_gen|char_ram~38824_combout = (\text_gen|char_ram~38823_combout & (((\text_gen|char_ram~28257_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~38823_combout & (\text_gen|char_ram~24673_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~24673_q ), + .datab(\text_gen|char_ram~38823_combout ), + .datac(\text_gen|char_ram~28257_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38824 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y52_N21 +dffeas \text_gen|char_ram~24225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y52_N7 +dffeas \text_gen|char_ram~27809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26017feeder ( +// Equation(s): +// \text_gen|char_ram~26017feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26017feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26017feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26017feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N7 +dffeas \text_gen|char_ram~26017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26017feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y54_N15 +dffeas \text_gen|char_ram~22433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38816 ( +// Equation(s): +// \text_gen|char_ram~38816_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26017_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22433_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26017_q ), + .datac(\text_gen|char_ram~22433_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38816 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38817 ( +// Equation(s): +// \text_gen|char_ram~38817_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38816_combout & ((\text_gen|char_ram~27809_q ))) # (!\text_gen|char_ram~38816_combout & (\text_gen|char_ram~24225_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38816_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24225_q ), + .datac(\text_gen|char_ram~27809_q ), + .datad(\text_gen|char_ram~38816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38817 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38825 ( +// Equation(s): +// \text_gen|char_ram~38825_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38822_combout & (\text_gen|char_ram~38824_combout )) # (!\text_gen|char_ram~38822_combout & ((\text_gen|char_ram~38817_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38822_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38822_combout ), + .datac(\text_gen|char_ram~38824_combout ), + .datad(\text_gen|char_ram~38817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38825 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38836 ( +// Equation(s): +// \text_gen|char_ram~38836_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~38825_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38835_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38835_combout ), + .datad(\text_gen|char_ram~38825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38836 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38847 ( +// Equation(s): +// \text_gen|char_ram~38847_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38836_combout & (\text_gen|char_ram~38846_combout )) # (!\text_gen|char_ram~38836_combout & ((\text_gen|char_ram~38815_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38836_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38846_combout ), + .datac(\text_gen|char_ram~38815_combout ), + .datad(\text_gen|char_ram~38836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38847 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38848 ( +// Equation(s): +// \text_gen|char_ram~38848_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~38805_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~38847_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~38805_combout ), + .datad(\text_gen|char_ram~38847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38848 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26080feeder ( +// Equation(s): +// \text_gen|char_ram~26080feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26080feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26080feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26080feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y50_N13 +dffeas \text_gen|char_ram~26080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26080feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y50_N27 +dffeas \text_gen|char_ram~26528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y47_N1 +dffeas \text_gen|char_ram~25184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y13_N15 +dffeas \text_gen|char_ram~25632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38753 ( +// Equation(s): +// \text_gen|char_ram~38753_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25632_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25184_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25184_q ), + .datad(\text_gen|char_ram~25632_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38753 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38754 ( +// Equation(s): +// \text_gen|char_ram~38754_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38753_combout & ((\text_gen|char_ram~26528_q ))) # (!\text_gen|char_ram~38753_combout & (\text_gen|char_ram~26080_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38753_combout )))) + + .dataa(\text_gen|char_ram~26080_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26528_q ), + .datad(\text_gen|char_ram~38753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38754 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y9_N21 +dffeas \text_gen|char_ram~23840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y28_N5 +dffeas \text_gen|char_ram~24736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y42_N19 +dffeas \text_gen|char_ram~24288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y42_N21 +dffeas \text_gen|char_ram~23392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38755 ( +// Equation(s): +// \text_gen|char_ram~38755_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24288_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~23392_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24288_q ), + .datac(\text_gen|char_ram~23392_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38755 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38756 ( +// Equation(s): +// \text_gen|char_ram~38756_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38755_combout & ((\text_gen|char_ram~24736_q ))) # (!\text_gen|char_ram~38755_combout & (\text_gen|char_ram~23840_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38755_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23840_q ), + .datac(\text_gen|char_ram~24736_q ), + .datad(\text_gen|char_ram~38755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38756 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22496feeder ( +// Equation(s): +// \text_gen|char_ram~22496feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y59_N15 +dffeas \text_gen|char_ram~22496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y28_N7 +dffeas \text_gen|char_ram~22944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y9_N11 +dffeas \text_gen|char_ram~22048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y9_N25 +dffeas \text_gen|char_ram~21600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38757 ( +// Equation(s): +// \text_gen|char_ram~38757_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22048_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21600_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~22048_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21600_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38757 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38758 ( +// Equation(s): +// \text_gen|char_ram~38758_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38757_combout & ((\text_gen|char_ram~22944_q ))) # (!\text_gen|char_ram~38757_combout & (\text_gen|char_ram~22496_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38757_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22496_q ), + .datac(\text_gen|char_ram~22944_q ), + .datad(\text_gen|char_ram~38757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38758 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38759 ( +// Equation(s): +// \text_gen|char_ram~38759_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~38756_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~38758_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38756_combout ), + .datad(\text_gen|char_ram~38758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38759 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27424feeder ( +// Equation(s): +// \text_gen|char_ram~27424feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27424feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27424feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27424feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y13_N5 +dffeas \text_gen|char_ram~27424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27424feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y28_N19 +dffeas \text_gen|char_ram~28320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y41_N21 +dffeas \text_gen|char_ram~26976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27872feeder ( +// Equation(s): +// \text_gen|char_ram~27872feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27872feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27872feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27872feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y60_N11 +dffeas \text_gen|char_ram~27872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27872feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38760 ( +// Equation(s): +// \text_gen|char_ram~38760_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~27872_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26976_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26976_q ), + .datad(\text_gen|char_ram~27872_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38760 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38761 ( +// Equation(s): +// \text_gen|char_ram~38761_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38760_combout & ((\text_gen|char_ram~28320_q ))) # (!\text_gen|char_ram~38760_combout & (\text_gen|char_ram~27424_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38760_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27424_q ), + .datac(\text_gen|char_ram~28320_q ), + .datad(\text_gen|char_ram~38760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38761 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38762 ( +// Equation(s): +// \text_gen|char_ram~38762_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38759_combout & ((\text_gen|char_ram~38761_combout ))) # (!\text_gen|char_ram~38759_combout & (\text_gen|char_ram~38754_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38759_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38754_combout ), + .datac(\text_gen|char_ram~38759_combout ), + .datad(\text_gen|char_ram~38761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38762 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~38762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N21 +dffeas \text_gen|char_ram~22916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y26_N7 +dffeas \text_gen|char_ram~26500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38729 ( +// Equation(s): +// \text_gen|char_ram~38729_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~26500_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22916_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22916_q ), + .datad(\text_gen|char_ram~26500_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38729 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N19 +dffeas \text_gen|char_ram~28292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y24_N9 +dffeas \text_gen|char_ram~24708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38730 ( +// Equation(s): +// \text_gen|char_ram~38730_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38729_combout & (\text_gen|char_ram~28292_q )) # (!\text_gen|char_ram~38729_combout & ((\text_gen|char_ram~24708_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~38729_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38729_combout ), + .datac(\text_gen|char_ram~28292_q ), + .datad(\text_gen|char_ram~24708_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38730 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27396feeder ( +// Equation(s): +// \text_gen|char_ram~27396feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27396feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y10_N5 +dffeas \text_gen|char_ram~27396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y18_N9 +dffeas \text_gen|char_ram~23812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y17_N23 +dffeas \text_gen|char_ram~25604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y18_N19 +dffeas \text_gen|char_ram~22020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38722 ( +// Equation(s): +// \text_gen|char_ram~38722_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25604_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22020_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25604_q ), + .datac(\text_gen|char_ram~22020_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38722 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38723 ( +// Equation(s): +// \text_gen|char_ram~38723_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38722_combout & (\text_gen|char_ram~27396_q )) # (!\text_gen|char_ram~38722_combout & ((\text_gen|char_ram~23812_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38722_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~27396_q ), + .datac(\text_gen|char_ram~23812_q ), + .datad(\text_gen|char_ram~38722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38723 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y47_N27 +dffeas \text_gen|char_ram~25156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y45_N9 +dffeas \text_gen|char_ram~26948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y40_N3 +dffeas \text_gen|char_ram~23364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y41_N9 +dffeas \text_gen|char_ram~21572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38726 ( +// Equation(s): +// \text_gen|char_ram~38726_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23364_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21572_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~23364_q ), + .datac(\text_gen|char_ram~21572_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38726 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38727 ( +// Equation(s): +// \text_gen|char_ram~38727_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38726_combout & ((\text_gen|char_ram~26948_q ))) # (!\text_gen|char_ram~38726_combout & (\text_gen|char_ram~25156_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38726_combout )))) + + .dataa(\text_gen|char_ram~25156_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26948_q ), + .datad(\text_gen|char_ram~38726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38727 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24260feeder ( +// Equation(s): +// \text_gen|char_ram~24260feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24260feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24260feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24260feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y62_N7 +dffeas \text_gen|char_ram~24260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24260feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y62_N31 +dffeas \text_gen|char_ram~22468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38724 ( +// Equation(s): +// \text_gen|char_ram~38724_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24260_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22468_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24260_q ), + .datac(\text_gen|char_ram~22468_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38724 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y61_N21 +dffeas \text_gen|char_ram~27844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26052feeder ( +// Equation(s): +// \text_gen|char_ram~26052feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26052feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26052feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26052feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y63_N15 +dffeas \text_gen|char_ram~26052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26052feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38725 ( +// Equation(s): +// \text_gen|char_ram~38725_combout = (\text_gen|char_ram~38724_combout & (((\text_gen|char_ram~27844_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~38724_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26052_q )))) + + .dataa(\text_gen|char_ram~38724_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27844_q ), + .datad(\text_gen|char_ram~26052_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38725 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38728 ( +// Equation(s): +// \text_gen|char_ram~38728_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~38725_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38727_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38727_combout ), + .datad(\text_gen|char_ram~38725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38728 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38731 ( +// Equation(s): +// \text_gen|char_ram~38731_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38728_combout & (\text_gen|char_ram~38730_combout )) # (!\text_gen|char_ram~38728_combout & ((\text_gen|char_ram~38723_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38728_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38730_combout ), + .datac(\text_gen|char_ram~38723_combout ), + .datad(\text_gen|char_ram~38728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38731 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24281feeder ( +// Equation(s): +// \text_gen|char_ram~24281feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24281feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24281feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24281feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y53_N21 +dffeas \text_gen|char_ram~24281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24281feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24281 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y28_N19 +dffeas \text_gen|char_ram~24729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y35_N19 +dffeas \text_gen|char_ram~23385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y15_N25 +dffeas \text_gen|char_ram~23833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38732 ( +// Equation(s): +// \text_gen|char_ram~38732_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~23833_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23385_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23385_q ), + .datad(\text_gen|char_ram~23833_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38732 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38733 ( +// Equation(s): +// \text_gen|char_ram~38733_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38732_combout & ((\text_gen|char_ram~24729_q ))) # (!\text_gen|char_ram~38732_combout & (\text_gen|char_ram~24281_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38732_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24281_q ), + .datac(\text_gen|char_ram~24729_q ), + .datad(\text_gen|char_ram~38732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38733 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27865feeder ( +// Equation(s): +// \text_gen|char_ram~27865feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27865feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27865feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27865feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y60_N19 +dffeas \text_gen|char_ram~27865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27865feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y31_N31 +dffeas \text_gen|char_ram~28313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y41_N25 +dffeas \text_gen|char_ram~26969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27417feeder ( +// Equation(s): +// \text_gen|char_ram~27417feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27417feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27417feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27417feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y13_N31 +dffeas \text_gen|char_ram~27417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27417feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38739 ( +// Equation(s): +// \text_gen|char_ram~38739_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27417_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~26969_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26969_q ), + .datad(\text_gen|char_ram~27417_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38739 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38740 ( +// Equation(s): +// \text_gen|char_ram~38740_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38739_combout & ((\text_gen|char_ram~28313_q ))) # (!\text_gen|char_ram~38739_combout & (\text_gen|char_ram~27865_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38739_combout )))) + + .dataa(\text_gen|char_ram~27865_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28313_q ), + .datad(\text_gen|char_ram~38739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38740 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y14_N29 +dffeas \text_gen|char_ram~22041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y14_N11 +dffeas \text_gen|char_ram~22937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N23 +dffeas \text_gen|char_ram~21593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y47_N31 +dffeas \text_gen|char_ram~22489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38736 ( +// Equation(s): +// \text_gen|char_ram~38736_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22489_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21593_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21593_q ), + .datad(\text_gen|char_ram~22489_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38736 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38737 ( +// Equation(s): +// \text_gen|char_ram~38737_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38736_combout & ((\text_gen|char_ram~22937_q ))) # (!\text_gen|char_ram~38736_combout & (\text_gen|char_ram~22041_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38736_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22041_q ), + .datac(\text_gen|char_ram~22937_q ), + .datad(\text_gen|char_ram~38736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38737 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25625feeder ( +// Equation(s): +// \text_gen|char_ram~25625feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25625feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y17_N11 +dffeas \text_gen|char_ram~25625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y31_N29 +dffeas \text_gen|char_ram~26521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26073feeder ( +// Equation(s): +// \text_gen|char_ram~26073feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26073feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26073feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26073feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y47_N11 +dffeas \text_gen|char_ram~26073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26073feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N23 +dffeas \text_gen|char_ram~25177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38734 ( +// Equation(s): +// \text_gen|char_ram~38734_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26073_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25177_q +// ))))) + + .dataa(\text_gen|char_ram~26073_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25177_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38734 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38735 ( +// Equation(s): +// \text_gen|char_ram~38735_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38734_combout & ((\text_gen|char_ram~26521_q ))) # (!\text_gen|char_ram~38734_combout & (\text_gen|char_ram~25625_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38734_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25625_q ), + .datac(\text_gen|char_ram~26521_q ), + .datad(\text_gen|char_ram~38734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38735 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38738 ( +// Equation(s): +// \text_gen|char_ram~38738_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~38735_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~38737_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~38737_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~38735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38738 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~38738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38741 ( +// Equation(s): +// \text_gen|char_ram~38741_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38738_combout & ((\text_gen|char_ram~38740_combout ))) # (!\text_gen|char_ram~38738_combout & (\text_gen|char_ram~38733_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38738_combout )))) + + .dataa(\text_gen|char_ram~38733_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38740_combout ), + .datad(\text_gen|char_ram~38738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38741 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26493feeder ( +// Equation(s): +// \text_gen|char_ram~26493feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y30_N15 +dffeas \text_gen|char_ram~26493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24701feeder ( +// Equation(s): +// \text_gen|char_ram~24701feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24701feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24701feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24701feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y30_N21 +dffeas \text_gen|char_ram~24701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24701feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y30_N17 +dffeas \text_gen|char_ram~22909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38749 ( +// Equation(s): +// \text_gen|char_ram~38749_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24701_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22909_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24701_q ), + .datac(\text_gen|char_ram~22909_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38749 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y30_N23 +dffeas \text_gen|char_ram~28285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38750 ( +// Equation(s): +// \text_gen|char_ram~38750_combout = (\text_gen|char_ram~38749_combout & (((\text_gen|char_ram~28285_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~38749_combout & (\text_gen|char_ram~26493_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~26493_q ), + .datab(\text_gen|char_ram~38749_combout ), + .datac(\text_gen|char_ram~28285_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38750 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24253feeder ( +// Equation(s): +// \text_gen|char_ram~24253feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24253feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N23 +dffeas \text_gen|char_ram~24253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y61_N31 +dffeas \text_gen|char_ram~27837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26045feeder ( +// Equation(s): +// \text_gen|char_ram~26045feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26045feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y63_N29 +dffeas \text_gen|char_ram~26045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y61_N21 +dffeas \text_gen|char_ram~22461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38742 ( +// Equation(s): +// \text_gen|char_ram~38742_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26045_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22461_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26045_q ), + .datac(\text_gen|char_ram~22461_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38742 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38743 ( +// Equation(s): +// \text_gen|char_ram~38743_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38742_combout & ((\text_gen|char_ram~27837_q ))) # (!\text_gen|char_ram~38742_combout & (\text_gen|char_ram~24253_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38742_combout )))) + + .dataa(\text_gen|char_ram~24253_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27837_q ), + .datad(\text_gen|char_ram~38742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38743 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y14_N13 +dffeas \text_gen|char_ram~25597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y14_N19 +dffeas \text_gen|char_ram~27389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y12_N21 +dffeas \text_gen|char_ram~23805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y12_N7 +dffeas \text_gen|char_ram~22013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38744 ( +// Equation(s): +// \text_gen|char_ram~38744_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23805_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22013_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~23805_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22013_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38744 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38745 ( +// Equation(s): +// \text_gen|char_ram~38745_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38744_combout & ((\text_gen|char_ram~27389_q ))) # (!\text_gen|char_ram~38744_combout & (\text_gen|char_ram~25597_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38744_combout )))) + + .dataa(\text_gen|char_ram~25597_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27389_q ), + .datad(\text_gen|char_ram~38744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38745 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y41_N29 +dffeas \text_gen|char_ram~23357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N7 +dffeas \text_gen|char_ram~26941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25149feeder ( +// Equation(s): +// \text_gen|char_ram~25149feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25149feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25149feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25149feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y50_N19 +dffeas \text_gen|char_ram~25149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25149feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y50_N13 +dffeas \text_gen|char_ram~21565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38746 ( +// Equation(s): +// \text_gen|char_ram~38746_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25149_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21565_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25149_q ), + .datac(\text_gen|char_ram~21565_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38746 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38747 ( +// Equation(s): +// \text_gen|char_ram~38747_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38746_combout & ((\text_gen|char_ram~26941_q ))) # (!\text_gen|char_ram~38746_combout & (\text_gen|char_ram~23357_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38746_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23357_q ), + .datac(\text_gen|char_ram~26941_q ), + .datad(\text_gen|char_ram~38746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38747 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38748 ( +// Equation(s): +// \text_gen|char_ram~38748_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~38745_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~38747_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38745_combout ), + .datad(\text_gen|char_ram~38747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38748 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38751 ( +// Equation(s): +// \text_gen|char_ram~38751_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38748_combout & (\text_gen|char_ram~38750_combout )) # (!\text_gen|char_ram~38748_combout & ((\text_gen|char_ram~38743_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38748_combout )))) + + .dataa(\text_gen|char_ram~38750_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38743_combout ), + .datad(\text_gen|char_ram~38748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38751 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38752 ( +// Equation(s): +// \text_gen|char_ram~38752_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~38741_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~38751_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38741_combout ), + .datad(\text_gen|char_ram~38751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38752 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38763 ( +// Equation(s): +// \text_gen|char_ram~38763_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38752_combout & (\text_gen|char_ram~38762_combout )) # (!\text_gen|char_ram~38752_combout & ((\text_gen|char_ram~38731_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38752_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38762_combout ), + .datac(\text_gen|char_ram~38731_combout ), + .datad(\text_gen|char_ram~38752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38763 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24722feeder ( +// Equation(s): +// \text_gen|char_ram~24722feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24722feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N7 +dffeas \text_gen|char_ram~24722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y24_N1 +dffeas \text_gen|char_ram~28306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26514feeder ( +// Equation(s): +// \text_gen|char_ram~26514feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y24_N17 +dffeas \text_gen|char_ram~26514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y24_N27 +dffeas \text_gen|char_ram~22930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38856 ( +// Equation(s): +// \text_gen|char_ram~38856_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26514_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22930_q +// ))))) + + .dataa(\text_gen|char_ram~26514_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22930_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38856 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38857 ( +// Equation(s): +// \text_gen|char_ram~38857_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38856_combout & ((\text_gen|char_ram~28306_q ))) # (!\text_gen|char_ram~38856_combout & (\text_gen|char_ram~24722_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38856_combout )))) + + .dataa(\text_gen|char_ram~24722_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28306_q ), + .datad(\text_gen|char_ram~38856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38857 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23826feeder ( +// Equation(s): +// \text_gen|char_ram~23826feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23826feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y12_N3 +dffeas \text_gen|char_ram~23826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y9_N11 +dffeas \text_gen|char_ram~27410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y15_N19 +dffeas \text_gen|char_ram~22034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N25 +dffeas \text_gen|char_ram~25618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38849 ( +// Equation(s): +// \text_gen|char_ram~38849_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~25618_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22034_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22034_q ), + .datad(\text_gen|char_ram~25618_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38849 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38850 ( +// Equation(s): +// \text_gen|char_ram~38850_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38849_combout & ((\text_gen|char_ram~27410_q ))) # (!\text_gen|char_ram~38849_combout & (\text_gen|char_ram~23826_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38849_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23826_q ), + .datac(\text_gen|char_ram~27410_q ), + .datad(\text_gen|char_ram~38849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38850 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y44_N7 +dffeas \text_gen|char_ram~25170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y44_N21 +dffeas \text_gen|char_ram~26962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N19 +dffeas \text_gen|char_ram~21586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N9 +dffeas \text_gen|char_ram~23378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38853 ( +// Equation(s): +// \text_gen|char_ram~38853_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~23378_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~21586_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21586_q ), + .datad(\text_gen|char_ram~23378_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38853 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38854 ( +// Equation(s): +// \text_gen|char_ram~38854_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38853_combout & ((\text_gen|char_ram~26962_q ))) # (!\text_gen|char_ram~38853_combout & (\text_gen|char_ram~25170_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38853_combout )))) + + .dataa(\text_gen|char_ram~25170_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26962_q ), + .datad(\text_gen|char_ram~38853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38854 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26066feeder ( +// Equation(s): +// \text_gen|char_ram~26066feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26066feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26066feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26066feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y61_N31 +dffeas \text_gen|char_ram~26066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26066feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y61_N19 +dffeas \text_gen|char_ram~27858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24274feeder ( +// Equation(s): +// \text_gen|char_ram~24274feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24274feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24274feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24274feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y61_N15 +dffeas \text_gen|char_ram~24274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24274feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y61_N17 +dffeas \text_gen|char_ram~22482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38851 ( +// Equation(s): +// \text_gen|char_ram~38851_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24274_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22482_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24274_q ), + .datac(\text_gen|char_ram~22482_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38851 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38852 ( +// Equation(s): +// \text_gen|char_ram~38852_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38851_combout & ((\text_gen|char_ram~27858_q ))) # (!\text_gen|char_ram~38851_combout & (\text_gen|char_ram~26066_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38851_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26066_q ), + .datac(\text_gen|char_ram~27858_q ), + .datad(\text_gen|char_ram~38851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38852 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38855 ( +// Equation(s): +// \text_gen|char_ram~38855_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~38852_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38854_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38854_combout ), + .datad(\text_gen|char_ram~38852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38855 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38858 ( +// Equation(s): +// \text_gen|char_ram~38858_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38855_combout & (\text_gen|char_ram~38857_combout )) # (!\text_gen|char_ram~38855_combout & ((\text_gen|char_ram~38850_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38855_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38857_combout ), + .datac(\text_gen|char_ram~38850_combout ), + .datad(\text_gen|char_ram~38855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38858 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y29_N13 +dffeas \text_gen|char_ram~26983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y6_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27431feeder ( +// Equation(s): +// \text_gen|char_ram~27431feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27431feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y6_N17 +dffeas \text_gen|char_ram~27431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38866 ( +// Equation(s): +// \text_gen|char_ram~38866_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27431_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26983_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26983_q ), + .datad(\text_gen|char_ram~27431_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38866 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y29_N15 +dffeas \text_gen|char_ram~28327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y64_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27879feeder ( +// Equation(s): +// \text_gen|char_ram~27879feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27879feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y64_N17 +dffeas \text_gen|char_ram~27879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38867 ( +// Equation(s): +// \text_gen|char_ram~38867_combout = (\text_gen|char_ram~38866_combout & (((\text_gen|char_ram~28327_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~38866_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~27879_q )))) + + .dataa(\text_gen|char_ram~38866_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28327_q ), + .datad(\text_gen|char_ram~27879_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38867 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y27_N29 +dffeas \text_gen|char_ram~24295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y27_N31 +dffeas \text_gen|char_ram~24743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y11_N29 +dffeas \text_gen|char_ram~23847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y27_N31 +dffeas \text_gen|char_ram~23399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38859 ( +// Equation(s): +// \text_gen|char_ram~38859_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~23847_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23399_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23847_q ), + .datac(\text_gen|char_ram~23399_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38859 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38860 ( +// Equation(s): +// \text_gen|char_ram~38860_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38859_combout & ((\text_gen|char_ram~24743_q ))) # (!\text_gen|char_ram~38859_combout & (\text_gen|char_ram~24295_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38859_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24295_q ), + .datac(\text_gen|char_ram~24743_q ), + .datad(\text_gen|char_ram~38859_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38860 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22055feeder ( +// Equation(s): +// \text_gen|char_ram~22055feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22055feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y15_N9 +dffeas \text_gen|char_ram~22055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y27_N21 +dffeas \text_gen|char_ram~22951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y27_N11 +dffeas \text_gen|char_ram~21607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22503feeder ( +// Equation(s): +// \text_gen|char_ram~22503feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22503feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y54_N5 +dffeas \text_gen|char_ram~22503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38863 ( +// Equation(s): +// \text_gen|char_ram~38863_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22503_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21607_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21607_q ), + .datad(\text_gen|char_ram~22503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38863 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38864 ( +// Equation(s): +// \text_gen|char_ram~38864_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38863_combout & ((\text_gen|char_ram~22951_q ))) # (!\text_gen|char_ram~38863_combout & (\text_gen|char_ram~22055_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38863_combout )))) + + .dataa(\text_gen|char_ram~22055_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22951_q ), + .datad(\text_gen|char_ram~38863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38864 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y18_N13 +dffeas \text_gen|char_ram~25639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y35_N7 +dffeas \text_gen|char_ram~26535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y35_N1 +dffeas \text_gen|char_ram~25191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26087feeder ( +// Equation(s): +// \text_gen|char_ram~26087feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26087feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N7 +dffeas \text_gen|char_ram~26087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38861 ( +// Equation(s): +// \text_gen|char_ram~38861_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26087_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25191_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25191_q ), + .datad(\text_gen|char_ram~26087_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38861 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38862 ( +// Equation(s): +// \text_gen|char_ram~38862_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38861_combout & ((\text_gen|char_ram~26535_q ))) # (!\text_gen|char_ram~38861_combout & (\text_gen|char_ram~25639_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38861_combout )))) + + .dataa(\text_gen|char_ram~25639_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26535_q ), + .datad(\text_gen|char_ram~38861_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38862 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38865 ( +// Equation(s): +// \text_gen|char_ram~38865_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~38862_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~38864_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38864_combout ), + .datad(\text_gen|char_ram~38862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38865 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38868 ( +// Equation(s): +// \text_gen|char_ram~38868_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38865_combout & (\text_gen|char_ram~38867_combout )) # (!\text_gen|char_ram~38865_combout & ((\text_gen|char_ram~38860_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38865_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38867_combout ), + .datac(\text_gen|char_ram~38860_combout ), + .datad(\text_gen|char_ram~38865_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38868 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y31_N17 +dffeas \text_gen|char_ram~24267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y57_N17 +dffeas \text_gen|char_ram~27851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26059feeder ( +// Equation(s): +// \text_gen|char_ram~26059feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26059feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26059feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26059feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y59_N19 +dffeas \text_gen|char_ram~26059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26059feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y57_N19 +dffeas \text_gen|char_ram~22475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38869 ( +// Equation(s): +// \text_gen|char_ram~38869_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26059_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22475_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26059_q ), + .datac(\text_gen|char_ram~22475_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38869 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38870 ( +// Equation(s): +// \text_gen|char_ram~38870_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38869_combout & ((\text_gen|char_ram~27851_q ))) # (!\text_gen|char_ram~38869_combout & (\text_gen|char_ram~24267_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38869_combout )))) + + .dataa(\text_gen|char_ram~24267_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27851_q ), + .datad(\text_gen|char_ram~38869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38870 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y27_N9 +dffeas \text_gen|char_ram~26507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y27_N15 +dffeas \text_gen|char_ram~28299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y27_N21 +dffeas \text_gen|char_ram~22923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y31_N19 +dffeas \text_gen|char_ram~24715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38876 ( +// Equation(s): +// \text_gen|char_ram~38876_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24715_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22923_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22923_q ), + .datad(\text_gen|char_ram~24715_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38876 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38877 ( +// Equation(s): +// \text_gen|char_ram~38877_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38876_combout & ((\text_gen|char_ram~28299_q ))) # (!\text_gen|char_ram~38876_combout & (\text_gen|char_ram~26507_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38876_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26507_q ), + .datac(\text_gen|char_ram~28299_q ), + .datad(\text_gen|char_ram~38876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38877 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y25_N19 +dffeas \text_gen|char_ram~23371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y25_N19 +dffeas \text_gen|char_ram~26955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25163feeder ( +// Equation(s): +// \text_gen|char_ram~25163feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25163feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y50_N5 +dffeas \text_gen|char_ram~25163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y44_N21 +dffeas \text_gen|char_ram~21579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38873 ( +// Equation(s): +// \text_gen|char_ram~38873_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25163_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21579_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25163_q ), + .datac(\text_gen|char_ram~21579_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38873 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38874 ( +// Equation(s): +// \text_gen|char_ram~38874_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38873_combout & ((\text_gen|char_ram~26955_q ))) # (!\text_gen|char_ram~38873_combout & (\text_gen|char_ram~23371_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38873_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23371_q ), + .datac(\text_gen|char_ram~26955_q ), + .datad(\text_gen|char_ram~38873_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38874 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y18_N23 +dffeas \text_gen|char_ram~25611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y25_N29 +dffeas \text_gen|char_ram~27403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y15_N7 +dffeas \text_gen|char_ram~23819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y15_N1 +dffeas \text_gen|char_ram~22027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38871 ( +// Equation(s): +// \text_gen|char_ram~38871_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23819_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22027_q +// ))))) + + .dataa(\text_gen|char_ram~23819_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22027_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38871 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38872 ( +// Equation(s): +// \text_gen|char_ram~38872_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38871_combout & ((\text_gen|char_ram~27403_q ))) # (!\text_gen|char_ram~38871_combout & (\text_gen|char_ram~25611_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38871_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25611_q ), + .datac(\text_gen|char_ram~27403_q ), + .datad(\text_gen|char_ram~38871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38872 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38875 ( +// Equation(s): +// \text_gen|char_ram~38875_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~38872_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~38874_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38874_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~38872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38875 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~38875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38878 ( +// Equation(s): +// \text_gen|char_ram~38878_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38875_combout & ((\text_gen|char_ram~38877_combout ))) # (!\text_gen|char_ram~38875_combout & (\text_gen|char_ram~38870_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38875_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38870_combout ), + .datac(\text_gen|char_ram~38877_combout ), + .datad(\text_gen|char_ram~38875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38878 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38879 ( +// Equation(s): +// \text_gen|char_ram~38879_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~38868_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~38878_combout ))))) + + .dataa(\text_gen|char_ram~38868_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38878_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38879 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26094feeder ( +// Equation(s): +// \text_gen|char_ram~26094feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26094feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26094feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26094feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y58_N11 +dffeas \text_gen|char_ram~26094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26094feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y27_N27 +dffeas \text_gen|char_ram~26542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25646feeder ( +// Equation(s): +// \text_gen|char_ram~25646feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25646feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y14_N11 +dffeas \text_gen|char_ram~25646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y48_N9 +dffeas \text_gen|char_ram~25198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38880 ( +// Equation(s): +// \text_gen|char_ram~38880_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~25646_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~25198_q +// ))))) + + .dataa(\text_gen|char_ram~25646_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25198_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38880 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38881 ( +// Equation(s): +// \text_gen|char_ram~38881_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38880_combout & ((\text_gen|char_ram~26542_q ))) # (!\text_gen|char_ram~38880_combout & (\text_gen|char_ram~26094_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38880_combout )))) + + .dataa(\text_gen|char_ram~26094_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26542_q ), + .datad(\text_gen|char_ram~38880_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38881 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y6_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27438feeder ( +// Equation(s): +// \text_gen|char_ram~27438feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y6_N13 +dffeas \text_gen|char_ram~27438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y26_N25 +dffeas \text_gen|char_ram~28334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N21 +dffeas \text_gen|char_ram~26990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27886feeder ( +// Equation(s): +// \text_gen|char_ram~27886feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27886feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y58_N15 +dffeas \text_gen|char_ram~27886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38887 ( +// Equation(s): +// \text_gen|char_ram~38887_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~27886_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26990_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26990_q ), + .datad(\text_gen|char_ram~27886_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38887 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38888 ( +// Equation(s): +// \text_gen|char_ram~38888_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38887_combout & ((\text_gen|char_ram~28334_q ))) # (!\text_gen|char_ram~38887_combout & (\text_gen|char_ram~27438_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38887_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27438_q ), + .datac(\text_gen|char_ram~28334_q ), + .datad(\text_gen|char_ram~38887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38888 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y23_N3 +dffeas \text_gen|char_ram~22510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y23_N7 +dffeas \text_gen|char_ram~22958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y9_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22062feeder ( +// Equation(s): +// \text_gen|char_ram~22062feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22062feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22062feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22062feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y9_N13 +dffeas \text_gen|char_ram~22062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22062feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y42_N9 +dffeas \text_gen|char_ram~21614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38884 ( +// Equation(s): +// \text_gen|char_ram~38884_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22062_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21614_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22062_q ), + .datac(\text_gen|char_ram~21614_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38884 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38885 ( +// Equation(s): +// \text_gen|char_ram~38885_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38884_combout & ((\text_gen|char_ram~22958_q ))) # (!\text_gen|char_ram~38884_combout & (\text_gen|char_ram~22510_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38884_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22510_q ), + .datac(\text_gen|char_ram~22958_q ), + .datad(\text_gen|char_ram~38884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38885 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y38_N13 +dffeas \text_gen|char_ram~23406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24302feeder ( +// Equation(s): +// \text_gen|char_ram~24302feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24302feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24302feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24302feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y61_N11 +dffeas \text_gen|char_ram~24302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24302feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38882 ( +// Equation(s): +// \text_gen|char_ram~38882_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~24302_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23406_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23406_q ), + .datad(\text_gen|char_ram~24302_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38882 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y15_N17 +dffeas \text_gen|char_ram~24750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y15_N3 +dffeas \text_gen|char_ram~23854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38883 ( +// Equation(s): +// \text_gen|char_ram~38883_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38882_combout & (\text_gen|char_ram~24750_q )) # (!\text_gen|char_ram~38882_combout & ((\text_gen|char_ram~23854_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38882_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38882_combout ), + .datac(\text_gen|char_ram~24750_q ), + .datad(\text_gen|char_ram~23854_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38883 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38886 ( +// Equation(s): +// \text_gen|char_ram~38886_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~38883_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~38885_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38885_combout ), + .datad(\text_gen|char_ram~38883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38886 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38889 ( +// Equation(s): +// \text_gen|char_ram~38889_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38886_combout & ((\text_gen|char_ram~38888_combout ))) # (!\text_gen|char_ram~38886_combout & (\text_gen|char_ram~38881_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38886_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38881_combout ), + .datac(\text_gen|char_ram~38888_combout ), + .datad(\text_gen|char_ram~38886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38889 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38890 ( +// Equation(s): +// \text_gen|char_ram~38890_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38879_combout & ((\text_gen|char_ram~38889_combout ))) # (!\text_gen|char_ram~38879_combout & (\text_gen|char_ram~38858_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38879_combout )))) + + .dataa(\text_gen|char_ram~38858_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38879_combout ), + .datad(\text_gen|char_ram~38889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38890 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38891 ( +// Equation(s): +// \text_gen|char_ram~38891_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38848_combout & ((\text_gen|char_ram~38890_combout ))) # (!\text_gen|char_ram~38848_combout & (\text_gen|char_ram~38763_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~38848_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38848_combout ), + .datac(\text_gen|char_ram~38763_combout ), + .datad(\text_gen|char_ram~38890_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38891 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N31 +dffeas \text_gen|char_ram~26745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N21 +dffeas \text_gen|char_ram~28537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28537 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y28_N5 +dffeas \text_gen|char_ram~24953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y28_N13 +dffeas \text_gen|char_ram~23161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38559 ( +// Equation(s): +// \text_gen|char_ram~38559_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24953_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23161_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~24953_q ), + .datad(\text_gen|char_ram~23161_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38559 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38560 ( +// Equation(s): +// \text_gen|char_ram~38560_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38559_combout & ((\text_gen|char_ram~28537_q ))) # (!\text_gen|char_ram~38559_combout & (\text_gen|char_ram~26745_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38559_combout )))) + + .dataa(\text_gen|char_ram~26745_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28537_q ), + .datad(\text_gen|char_ram~38559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38560 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y52_N9 +dffeas \text_gen|char_ram~28089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y47_N17 +dffeas \text_gen|char_ram~24505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y47_N25 +dffeas \text_gen|char_ram~26297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y47_N11 +dffeas \text_gen|char_ram~22713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38552 ( +// Equation(s): +// \text_gen|char_ram~38552_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~26297_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22713_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~26297_q ), + .datad(\text_gen|char_ram~22713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38552 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38553 ( +// Equation(s): +// \text_gen|char_ram~38553_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38552_combout & (\text_gen|char_ram~28089_q )) # (!\text_gen|char_ram~38552_combout & ((\text_gen|char_ram~24505_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38552_combout )))) + + .dataa(\text_gen|char_ram~28089_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~24505_q ), + .datad(\text_gen|char_ram~38552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38553 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y17_N15 +dffeas \text_gen|char_ram~25849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y17_N1 +dffeas \text_gen|char_ram~27641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y17_N25 +dffeas \text_gen|char_ram~24057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y17_N15 +dffeas \text_gen|char_ram~22265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38554 ( +// Equation(s): +// \text_gen|char_ram~38554_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24057_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22265_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24057_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22265_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38554 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38555 ( +// Equation(s): +// \text_gen|char_ram~38555_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38554_combout & ((\text_gen|char_ram~27641_q ))) # (!\text_gen|char_ram~38554_combout & (\text_gen|char_ram~25849_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38554_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25849_q ), + .datac(\text_gen|char_ram~27641_q ), + .datad(\text_gen|char_ram~38554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38555 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23609feeder ( +// Equation(s): +// \text_gen|char_ram~23609feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23609feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23609feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23609feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N23 +dffeas \text_gen|char_ram~23609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23609feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y36_N7 +dffeas \text_gen|char_ram~27193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y36_N25 +dffeas \text_gen|char_ram~25401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y36_N25 +dffeas \text_gen|char_ram~21817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38556 ( +// Equation(s): +// \text_gen|char_ram~38556_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25401_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21817_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25401_q ), + .datac(\text_gen|char_ram~21817_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38556 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38557 ( +// Equation(s): +// \text_gen|char_ram~38557_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38556_combout & ((\text_gen|char_ram~27193_q ))) # (!\text_gen|char_ram~38556_combout & (\text_gen|char_ram~23609_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38556_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23609_q ), + .datac(\text_gen|char_ram~27193_q ), + .datad(\text_gen|char_ram~38556_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38557 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38558 ( +// Equation(s): +// \text_gen|char_ram~38558_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~38555_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~38557_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38555_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~38557_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38558 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~38558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38561 ( +// Equation(s): +// \text_gen|char_ram~38561_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38558_combout & (\text_gen|char_ram~38560_combout )) # (!\text_gen|char_ram~38558_combout & ((\text_gen|char_ram~38553_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38558_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38560_combout ), + .datac(\text_gen|char_ram~38553_combout ), + .datad(\text_gen|char_ram~38558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38561 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y45_N19 +dffeas \text_gen|char_ram~24477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y45_N29 +dffeas \text_gen|char_ram~22685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38574 ( +// Equation(s): +// \text_gen|char_ram~38574_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24477_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22685_q +// ))))) + + .dataa(\text_gen|char_ram~24477_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22685_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38574 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26269feeder ( +// Equation(s): +// \text_gen|char_ram~26269feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26269feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26269feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26269feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y55_N13 +dffeas \text_gen|char_ram~26269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26269feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y40_N9 +dffeas \text_gen|char_ram~28061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38575 ( +// Equation(s): +// \text_gen|char_ram~38575_combout = (\text_gen|char_ram~38574_combout & (((\text_gen|char_ram~28061_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~38574_combout & (\text_gen|char_ram~26269_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~38574_combout ), + .datab(\text_gen|char_ram~26269_q ), + .datac(\text_gen|char_ram~28061_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38575 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~38575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25373feeder ( +// Equation(s): +// \text_gen|char_ram~25373feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25373feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25373feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25373feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y40_N29 +dffeas \text_gen|char_ram~25373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25373feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y40_N11 +dffeas \text_gen|char_ram~27165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N13 +dffeas \text_gen|char_ram~23581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N3 +dffeas \text_gen|char_ram~21789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38576 ( +// Equation(s): +// \text_gen|char_ram~38576_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23581_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21789_q +// ))))) + + .dataa(\text_gen|char_ram~23581_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21789_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38576 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38577 ( +// Equation(s): +// \text_gen|char_ram~38577_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38576_combout & ((\text_gen|char_ram~27165_q ))) # (!\text_gen|char_ram~38576_combout & (\text_gen|char_ram~25373_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38576_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25373_q ), + .datac(\text_gen|char_ram~27165_q ), + .datad(\text_gen|char_ram~38576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38577 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38578 ( +// Equation(s): +// \text_gen|char_ram~38578_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~38575_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~38577_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38575_combout ), + .datad(\text_gen|char_ram~38577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38578 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y17_N29 +dffeas \text_gen|char_ram~24029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y17_N3 +dffeas \text_gen|char_ram~27613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y17_N15 +dffeas \text_gen|char_ram~25821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y17_N13 +dffeas \text_gen|char_ram~22237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38572 ( +// Equation(s): +// \text_gen|char_ram~38572_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25821_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22237_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25821_q ), + .datac(\text_gen|char_ram~22237_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38572 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38573 ( +// Equation(s): +// \text_gen|char_ram~38573_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38572_combout & ((\text_gen|char_ram~27613_q ))) # (!\text_gen|char_ram~38572_combout & (\text_gen|char_ram~24029_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38572_combout )))) + + .dataa(\text_gen|char_ram~24029_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27613_q ), + .datad(\text_gen|char_ram~38572_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38573 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24925feeder ( +// Equation(s): +// \text_gen|char_ram~24925feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y28_N19 +dffeas \text_gen|char_ram~24925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y32_N19 +dffeas \text_gen|char_ram~28509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N3 +dffeas \text_gen|char_ram~26717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y32_N1 +dffeas \text_gen|char_ram~23133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38579 ( +// Equation(s): +// \text_gen|char_ram~38579_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26717_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23133_q +// ))))) + + .dataa(\text_gen|char_ram~26717_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23133_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38579 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38580 ( +// Equation(s): +// \text_gen|char_ram~38580_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38579_combout & ((\text_gen|char_ram~28509_q ))) # (!\text_gen|char_ram~38579_combout & (\text_gen|char_ram~24925_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38579_combout )))) + + .dataa(\text_gen|char_ram~24925_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28509_q ), + .datad(\text_gen|char_ram~38579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38580 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38581 ( +// Equation(s): +// \text_gen|char_ram~38581_combout = (\text_gen|char_ram~38578_combout & (((\text_gen|char_ram~38580_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~38578_combout & (\text_gen|Add5~4_combout & (\text_gen|char_ram~38573_combout ))) + + .dataa(\text_gen|char_ram~38578_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38573_combout ), + .datad(\text_gen|char_ram~38580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38581 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y47_N31 +dffeas \text_gen|char_ram~26276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y47_N29 +dffeas \text_gen|char_ram~26724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y47_N17 +dffeas \text_gen|char_ram~25380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25828feeder ( +// Equation(s): +// \text_gen|char_ram~25828feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25828feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25828feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25828feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y22_N21 +dffeas \text_gen|char_ram~25828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25828feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38562 ( +// Equation(s): +// \text_gen|char_ram~38562_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25828_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25380_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25380_q ), + .datad(\text_gen|char_ram~25828_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38562 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38563 ( +// Equation(s): +// \text_gen|char_ram~38563_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38562_combout & ((\text_gen|char_ram~26724_q ))) # (!\text_gen|char_ram~38562_combout & (\text_gen|char_ram~26276_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38562_combout )))) + + .dataa(\text_gen|char_ram~26276_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26724_q ), + .datad(\text_gen|char_ram~38562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38563 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y26_N13 +dffeas \text_gen|char_ram~27620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y26_N27 +dffeas \text_gen|char_ram~28516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y48_N31 +dffeas \text_gen|char_ram~28068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N17 +dffeas \text_gen|char_ram~27172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38569 ( +// Equation(s): +// \text_gen|char_ram~38569_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28068_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27172_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28068_q ), + .datac(\text_gen|char_ram~27172_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38569 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38570 ( +// Equation(s): +// \text_gen|char_ram~38570_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38569_combout & ((\text_gen|char_ram~28516_q ))) # (!\text_gen|char_ram~38569_combout & (\text_gen|char_ram~27620_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38569_combout )))) + + .dataa(\text_gen|char_ram~27620_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28516_q ), + .datad(\text_gen|char_ram~38569_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38570 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22692feeder ( +// Equation(s): +// \text_gen|char_ram~22692feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22692feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22692feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22692feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y46_N7 +dffeas \text_gen|char_ram~22692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22692feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y26_N5 +dffeas \text_gen|char_ram~23140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22244feeder ( +// Equation(s): +// \text_gen|char_ram~22244feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y23_N31 +dffeas \text_gen|char_ram~22244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y26_N19 +dffeas \text_gen|char_ram~21796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38566 ( +// Equation(s): +// \text_gen|char_ram~38566_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22244_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21796_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~22244_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21796_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38566 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38567 ( +// Equation(s): +// \text_gen|char_ram~38567_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38566_combout & ((\text_gen|char_ram~23140_q ))) # (!\text_gen|char_ram~38566_combout & (\text_gen|char_ram~22692_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38566_combout )))) + + .dataa(\text_gen|char_ram~22692_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23140_q ), + .datad(\text_gen|char_ram~38566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38567 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y37_N3 +dffeas \text_gen|char_ram~23588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24484feeder ( +// Equation(s): +// \text_gen|char_ram~24484feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24484feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y46_N9 +dffeas \text_gen|char_ram~24484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38564 ( +// Equation(s): +// \text_gen|char_ram~38564_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~24484_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23588_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23588_q ), + .datad(\text_gen|char_ram~24484_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38564 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y37_N13 +dffeas \text_gen|char_ram~24932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y26_N21 +dffeas \text_gen|char_ram~24036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38565 ( +// Equation(s): +// \text_gen|char_ram~38565_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38564_combout & (\text_gen|char_ram~24932_q )) # (!\text_gen|char_ram~38564_combout & ((\text_gen|char_ram~24036_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38564_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38564_combout ), + .datac(\text_gen|char_ram~24932_q ), + .datad(\text_gen|char_ram~24036_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38565 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38568 ( +// Equation(s): +// \text_gen|char_ram~38568_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~38565_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~38567_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~38567_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38565_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38568 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~38568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38571 ( +// Equation(s): +// \text_gen|char_ram~38571_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38568_combout & ((\text_gen|char_ram~38570_combout ))) # (!\text_gen|char_ram~38568_combout & (\text_gen|char_ram~38563_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38568_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38563_combout ), + .datac(\text_gen|char_ram~38570_combout ), + .datad(\text_gen|char_ram~38568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38571 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38582 ( +// Equation(s): +// \text_gen|char_ram~38582_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~38571_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38581_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38581_combout ), + .datad(\text_gen|char_ram~38571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38582 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24512feeder ( +// Equation(s): +// \text_gen|char_ram~24512feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y46_N15 +dffeas \text_gen|char_ram~24512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y38_N19 +dffeas \text_gen|char_ram~24960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y38_N25 +dffeas \text_gen|char_ram~23616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24064feeder ( +// Equation(s): +// \text_gen|char_ram~24064feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y23_N1 +dffeas \text_gen|char_ram~24064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38583 ( +// Equation(s): +// \text_gen|char_ram~38583_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~24064_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23616_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23616_q ), + .datad(\text_gen|char_ram~24064_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38583 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38584 ( +// Equation(s): +// \text_gen|char_ram~38584_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38583_combout & ((\text_gen|char_ram~24960_q ))) # (!\text_gen|char_ram~38583_combout & (\text_gen|char_ram~24512_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38583_combout )))) + + .dataa(\text_gen|char_ram~24512_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24960_q ), + .datad(\text_gen|char_ram~38583_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38584 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25856feeder ( +// Equation(s): +// \text_gen|char_ram~25856feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25856feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25856feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25856feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y13_N9 +dffeas \text_gen|char_ram~25856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25856feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y39_N1 +dffeas \text_gen|char_ram~26752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26304feeder ( +// Equation(s): +// \text_gen|char_ram~26304feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26304feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26304feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26304feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y51_N27 +dffeas \text_gen|char_ram~26304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26304feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y39_N3 +dffeas \text_gen|char_ram~25408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38585 ( +// Equation(s): +// \text_gen|char_ram~38585_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26304_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25408_q +// ))))) + + .dataa(\text_gen|char_ram~26304_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25408_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38585 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38586 ( +// Equation(s): +// \text_gen|char_ram~38586_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38585_combout & ((\text_gen|char_ram~26752_q ))) # (!\text_gen|char_ram~38585_combout & (\text_gen|char_ram~25856_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38585_combout )))) + + .dataa(\text_gen|char_ram~25856_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26752_q ), + .datad(\text_gen|char_ram~38585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38586 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22272feeder ( +// Equation(s): +// \text_gen|char_ram~22272feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22272feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y23_N31 +dffeas \text_gen|char_ram~22272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y35_N1 +dffeas \text_gen|char_ram~23168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y35_N19 +dffeas \text_gen|char_ram~21824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22720feeder ( +// Equation(s): +// \text_gen|char_ram~22720feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N25 +dffeas \text_gen|char_ram~22720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38587 ( +// Equation(s): +// \text_gen|char_ram~38587_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22720_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21824_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21824_q ), + .datad(\text_gen|char_ram~22720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38587 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38588 ( +// Equation(s): +// \text_gen|char_ram~38588_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38587_combout & ((\text_gen|char_ram~23168_q ))) # (!\text_gen|char_ram~38587_combout & (\text_gen|char_ram~22272_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38587_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22272_q ), + .datac(\text_gen|char_ram~23168_q ), + .datad(\text_gen|char_ram~38587_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38588 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38589 ( +// Equation(s): +// \text_gen|char_ram~38589_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38586_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38588_combout ))))) + + .dataa(\text_gen|char_ram~38586_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38588_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38589 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y43_N19 +dffeas \text_gen|char_ram~28096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y35_N25 +dffeas \text_gen|char_ram~28544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y22_N13 +dffeas \text_gen|char_ram~27648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y22_N27 +dffeas \text_gen|char_ram~27200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38590 ( +// Equation(s): +// \text_gen|char_ram~38590_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~27648_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~27200_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27648_q ), + .datac(\text_gen|char_ram~27200_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38590 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38591 ( +// Equation(s): +// \text_gen|char_ram~38591_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38590_combout & ((\text_gen|char_ram~28544_q ))) # (!\text_gen|char_ram~38590_combout & (\text_gen|char_ram~28096_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38590_combout )))) + + .dataa(\text_gen|char_ram~28096_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28544_q ), + .datad(\text_gen|char_ram~38590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38591 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38592 ( +// Equation(s): +// \text_gen|char_ram~38592_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38589_combout & ((\text_gen|char_ram~38591_combout ))) # (!\text_gen|char_ram~38589_combout & (\text_gen|char_ram~38584_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38589_combout )))) + + .dataa(\text_gen|char_ram~38584_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38589_combout ), + .datad(\text_gen|char_ram~38591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38592 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38593 ( +// Equation(s): +// \text_gen|char_ram~38593_combout = (\text_gen|char_ram~38582_combout & (((\text_gen|char_ram~38592_combout ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~38582_combout & (\text_gen|char_ram~38561_combout & (\vga_c|h_cnt [6]))) + + .dataa(\text_gen|char_ram~38561_combout ), + .datab(\text_gen|char_ram~38582_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~38592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38593 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~38593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y22_N23 +dffeas \text_gen|char_ram~27571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y30_N31 +dffeas \text_gen|char_ram~28467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y40_N25 +dffeas \text_gen|char_ram~28019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y30_N29 +dffeas \text_gen|char_ram~27123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38621 ( +// Equation(s): +// \text_gen|char_ram~38621_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28019_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27123_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28019_q ), + .datac(\text_gen|char_ram~27123_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38621 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38622 ( +// Equation(s): +// \text_gen|char_ram~38622_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38621_combout & ((\text_gen|char_ram~28467_q ))) # (!\text_gen|char_ram~38621_combout & (\text_gen|char_ram~27571_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38621_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27571_q ), + .datac(\text_gen|char_ram~28467_q ), + .datad(\text_gen|char_ram~38621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38622 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23987feeder ( +// Equation(s): +// \text_gen|char_ram~23987feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23987feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23987feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23987feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N5 +dffeas \text_gen|char_ram~23987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23987feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y32_N15 +dffeas \text_gen|char_ram~24883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24883 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y40_N7 +dffeas \text_gen|char_ram~24435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y32_N17 +dffeas \text_gen|char_ram~23539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38614 ( +// Equation(s): +// \text_gen|char_ram~38614_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24435_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~23539_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~24435_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23539_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38614 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38615 ( +// Equation(s): +// \text_gen|char_ram~38615_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38614_combout & ((\text_gen|char_ram~24883_q ))) # (!\text_gen|char_ram~38614_combout & (\text_gen|char_ram~23987_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38614_combout )))) + + .dataa(\text_gen|char_ram~23987_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24883_q ), + .datad(\text_gen|char_ram~38614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38615 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22643feeder ( +// Equation(s): +// \text_gen|char_ram~22643feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22643feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y51_N7 +dffeas \text_gen|char_ram~22643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22195feeder ( +// Equation(s): +// \text_gen|char_ram~22195feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22195feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22195feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22195feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N31 +dffeas \text_gen|char_ram~22195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22195feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y32_N21 +dffeas \text_gen|char_ram~21747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38618 ( +// Equation(s): +// \text_gen|char_ram~38618_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22195_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21747_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22195_q ), + .datac(\text_gen|char_ram~21747_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38618 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y32_N23 +dffeas \text_gen|char_ram~23091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38619 ( +// Equation(s): +// \text_gen|char_ram~38619_combout = (\text_gen|char_ram~38618_combout & (((\text_gen|char_ram~23091_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38618_combout & (\text_gen|char_ram~22643_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~22643_q ), + .datab(\text_gen|char_ram~38618_combout ), + .datac(\text_gen|char_ram~23091_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38619 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26227feeder ( +// Equation(s): +// \text_gen|char_ram~26227feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26227feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y51_N13 +dffeas \text_gen|char_ram~26227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y32_N1 +dffeas \text_gen|char_ram~26675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y32_N11 +dffeas \text_gen|char_ram~25331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y21_N17 +dffeas \text_gen|char_ram~25779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38616 ( +// Equation(s): +// \text_gen|char_ram~38616_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25779_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25331_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25331_q ), + .datad(\text_gen|char_ram~25779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38616 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38617 ( +// Equation(s): +// \text_gen|char_ram~38617_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38616_combout & ((\text_gen|char_ram~26675_q ))) # (!\text_gen|char_ram~38616_combout & (\text_gen|char_ram~26227_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38616_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26227_q ), + .datac(\text_gen|char_ram~26675_q ), + .datad(\text_gen|char_ram~38616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38617 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38620 ( +// Equation(s): +// \text_gen|char_ram~38620_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~38617_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~38619_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38619_combout ), + .datac(\text_gen|char_ram~38617_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38620 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~38620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38623 ( +// Equation(s): +// \text_gen|char_ram~38623_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38620_combout & (\text_gen|char_ram~38622_combout )) # (!\text_gen|char_ram~38620_combout & ((\text_gen|char_ram~38615_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38620_combout )))) + + .dataa(\text_gen|char_ram~38622_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38615_combout ), + .datad(\text_gen|char_ram~38620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38623 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26234feeder ( +// Equation(s): +// \text_gen|char_ram~26234feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N9 +dffeas \text_gen|char_ram~26234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y28_N15 +dffeas \text_gen|char_ram~26682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y27_N19 +dffeas \text_gen|char_ram~25786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y28_N21 +dffeas \text_gen|char_ram~25338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38604 ( +// Equation(s): +// \text_gen|char_ram~38604_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25786_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25338_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25786_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25338_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38604 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38605 ( +// Equation(s): +// \text_gen|char_ram~38605_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38604_combout & ((\text_gen|char_ram~26682_q ))) # (!\text_gen|char_ram~38604_combout & (\text_gen|char_ram~26234_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38604_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26234_q ), + .datac(\text_gen|char_ram~26682_q ), + .datad(\text_gen|char_ram~38604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38605 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22202feeder ( +// Equation(s): +// \text_gen|char_ram~22202feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22202feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22202feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22202feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N25 +dffeas \text_gen|char_ram~22202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22202feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N23 +dffeas \text_gen|char_ram~21754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38608 ( +// Equation(s): +// \text_gen|char_ram~38608_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22202_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21754_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22202_q ), + .datac(\text_gen|char_ram~21754_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38608 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y28_N9 +dffeas \text_gen|char_ram~23098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y52_N7 +dffeas \text_gen|char_ram~22650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38609 ( +// Equation(s): +// \text_gen|char_ram~38609_combout = (\text_gen|char_ram~38608_combout & (((\text_gen|char_ram~23098_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~38608_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~22650_q )))) + + .dataa(\text_gen|char_ram~38608_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23098_q ), + .datad(\text_gen|char_ram~22650_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38609 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y20_N25 +dffeas \text_gen|char_ram~23994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y28_N3 +dffeas \text_gen|char_ram~24890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24442feeder ( +// Equation(s): +// \text_gen|char_ram~24442feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y48_N17 +dffeas \text_gen|char_ram~24442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y28_N21 +dffeas \text_gen|char_ram~23546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38606 ( +// Equation(s): +// \text_gen|char_ram~38606_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24442_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23546_q +// ))))) + + .dataa(\text_gen|char_ram~24442_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23546_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38606 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38607 ( +// Equation(s): +// \text_gen|char_ram~38607_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38606_combout & ((\text_gen|char_ram~24890_q ))) # (!\text_gen|char_ram~38606_combout & (\text_gen|char_ram~23994_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38606_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23994_q ), + .datac(\text_gen|char_ram~24890_q ), + .datad(\text_gen|char_ram~38606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38607 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38610 ( +// Equation(s): +// \text_gen|char_ram~38610_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~38607_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~38609_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38609_combout ), + .datad(\text_gen|char_ram~38607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38610 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y25_N17 +dffeas \text_gen|char_ram~27578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y25_N7 +dffeas \text_gen|char_ram~28474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y25_N1 +dffeas \text_gen|char_ram~27130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y52_N21 +dffeas \text_gen|char_ram~28026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38611 ( +// Equation(s): +// \text_gen|char_ram~38611_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28026_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27130_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27130_q ), + .datad(\text_gen|char_ram~28026_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38611 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38612 ( +// Equation(s): +// \text_gen|char_ram~38612_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38611_combout & ((\text_gen|char_ram~28474_q ))) # (!\text_gen|char_ram~38611_combout & (\text_gen|char_ram~27578_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38611_combout )))) + + .dataa(\text_gen|char_ram~27578_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28474_q ), + .datad(\text_gen|char_ram~38611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38612 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38613 ( +// Equation(s): +// \text_gen|char_ram~38613_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38610_combout & ((\text_gen|char_ram~38612_combout ))) # (!\text_gen|char_ram~38610_combout & (\text_gen|char_ram~38605_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38610_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38605_combout ), + .datac(\text_gen|char_ram~38610_combout ), + .datad(\text_gen|char_ram~38612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38613 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~38613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38624 ( +// Equation(s): +// \text_gen|char_ram~38624_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~38613_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38623_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38623_combout ), + .datad(\text_gen|char_ram~38613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38624 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~28054feeder ( +// Equation(s): +// \text_gen|char_ram~28054feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28054feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28054feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28054feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y54_N31 +dffeas \text_gen|char_ram~28054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28054feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27606feeder ( +// Equation(s): +// \text_gen|char_ram~27606feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27606feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27606feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27606feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y22_N27 +dffeas \text_gen|char_ram~27606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27606feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y30_N25 +dffeas \text_gen|char_ram~27158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38632 ( +// Equation(s): +// \text_gen|char_ram~38632_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27606_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~27158_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27606_q ), + .datac(\text_gen|char_ram~27158_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38632 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y30_N23 +dffeas \text_gen|char_ram~28502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38633 ( +// Equation(s): +// \text_gen|char_ram~38633_combout = (\text_gen|char_ram~38632_combout & (((\text_gen|char_ram~28502_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38632_combout & (\text_gen|char_ram~28054_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~28054_q ), + .datab(\text_gen|char_ram~38632_combout ), + .datac(\text_gen|char_ram~28502_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38633 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N3 +dffeas \text_gen|char_ram~24470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y26_N3 +dffeas \text_gen|char_ram~24022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N25 +dffeas \text_gen|char_ram~23574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38625 ( +// Equation(s): +// \text_gen|char_ram~38625_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~24022_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23574_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~24022_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23574_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38625 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y30_N7 +dffeas \text_gen|char_ram~24918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38626 ( +// Equation(s): +// \text_gen|char_ram~38626_combout = (\text_gen|char_ram~38625_combout & (((\text_gen|char_ram~24918_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38625_combout & (\text_gen|char_ram~24470_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~24470_q ), + .datab(\text_gen|char_ram~38625_combout ), + .datac(\text_gen|char_ram~24918_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38626 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y22_N27 +dffeas \text_gen|char_ram~25814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y32_N17 +dffeas \text_gen|char_ram~26710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y55_N23 +dffeas \text_gen|char_ram~26262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y32_N3 +dffeas \text_gen|char_ram~25366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38627 ( +// Equation(s): +// \text_gen|char_ram~38627_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~26262_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~25366_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26262_q ), + .datac(\text_gen|char_ram~25366_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38627 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38628 ( +// Equation(s): +// \text_gen|char_ram~38628_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38627_combout & ((\text_gen|char_ram~26710_q ))) # (!\text_gen|char_ram~38627_combout & (\text_gen|char_ram~25814_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38627_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25814_q ), + .datac(\text_gen|char_ram~26710_q ), + .datad(\text_gen|char_ram~38627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38628 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y22_N1 +dffeas \text_gen|char_ram~22230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y34_N29 +dffeas \text_gen|char_ram~23126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y34_N11 +dffeas \text_gen|char_ram~21782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y50_N21 +dffeas \text_gen|char_ram~22678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38629 ( +// Equation(s): +// \text_gen|char_ram~38629_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22678_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21782_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21782_q ), + .datad(\text_gen|char_ram~22678_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38629 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38630 ( +// Equation(s): +// \text_gen|char_ram~38630_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38629_combout & ((\text_gen|char_ram~23126_q ))) # (!\text_gen|char_ram~38629_combout & (\text_gen|char_ram~22230_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38629_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22230_q ), + .datac(\text_gen|char_ram~23126_q ), + .datad(\text_gen|char_ram~38629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38630 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38631 ( +// Equation(s): +// \text_gen|char_ram~38631_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38628_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38630_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38628_combout ), + .datad(\text_gen|char_ram~38630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38631 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38634 ( +// Equation(s): +// \text_gen|char_ram~38634_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38631_combout & (\text_gen|char_ram~38633_combout )) # (!\text_gen|char_ram~38631_combout & ((\text_gen|char_ram~38626_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38631_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38633_combout ), + .datac(\text_gen|char_ram~38626_combout ), + .datad(\text_gen|char_ram~38631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38634 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~23567feeder ( +// Equation(s): +// \text_gen|char_ram~23567feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23567feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23567feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23567feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N29 +dffeas \text_gen|char_ram~23567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23567feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N19 +dffeas \text_gen|char_ram~27151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y43_N7 +dffeas \text_gen|char_ram~25359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N25 +dffeas \text_gen|char_ram~21775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38598 ( +// Equation(s): +// \text_gen|char_ram~38598_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25359_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21775_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25359_q ), + .datac(\text_gen|char_ram~21775_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38598 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38599 ( +// Equation(s): +// \text_gen|char_ram~38599_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38598_combout & ((\text_gen|char_ram~27151_q ))) # (!\text_gen|char_ram~38598_combout & (\text_gen|char_ram~23567_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38598_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23567_q ), + .datac(\text_gen|char_ram~27151_q ), + .datad(\text_gen|char_ram~38598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38599 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N5 +dffeas \text_gen|char_ram~25807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y19_N9 +dffeas \text_gen|char_ram~27599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y20_N23 +dffeas \text_gen|char_ram~24015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y19_N19 +dffeas \text_gen|char_ram~22223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38596 ( +// Equation(s): +// \text_gen|char_ram~38596_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24015_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22223_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24015_q ), + .datac(\text_gen|char_ram~22223_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38596 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38597 ( +// Equation(s): +// \text_gen|char_ram~38597_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38596_combout & ((\text_gen|char_ram~27599_q ))) # (!\text_gen|char_ram~38596_combout & (\text_gen|char_ram~25807_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38596_combout )))) + + .dataa(\text_gen|char_ram~25807_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27599_q ), + .datad(\text_gen|char_ram~38596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38597 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38600 ( +// Equation(s): +// \text_gen|char_ram~38600_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~38597_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~38599_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38599_combout ), + .datad(\text_gen|char_ram~38597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38600 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26703feeder ( +// Equation(s): +// \text_gen|char_ram~26703feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y36_N15 +dffeas \text_gen|char_ram~26703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y32_N15 +dffeas \text_gen|char_ram~28495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y32_N5 +dffeas \text_gen|char_ram~24911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y32_N21 +dffeas \text_gen|char_ram~23119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38601 ( +// Equation(s): +// \text_gen|char_ram~38601_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24911_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23119_q +// ))))) + + .dataa(\text_gen|char_ram~24911_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23119_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38601 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38602 ( +// Equation(s): +// \text_gen|char_ram~38602_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38601_combout & ((\text_gen|char_ram~28495_q ))) # (!\text_gen|char_ram~38601_combout & (\text_gen|char_ram~26703_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38601_combout )))) + + .dataa(\text_gen|char_ram~26703_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28495_q ), + .datad(\text_gen|char_ram~38601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38602 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24463feeder ( +// Equation(s): +// \text_gen|char_ram~24463feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24463feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24463feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24463feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y56_N23 +dffeas \text_gen|char_ram~24463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24463feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y52_N19 +dffeas \text_gen|char_ram~28047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y50_N13 +dffeas \text_gen|char_ram~22671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26255feeder ( +// Equation(s): +// \text_gen|char_ram~26255feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y54_N25 +dffeas \text_gen|char_ram~26255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38594 ( +// Equation(s): +// \text_gen|char_ram~38594_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~26255_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22671_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22671_q ), + .datad(\text_gen|char_ram~26255_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38594 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38595 ( +// Equation(s): +// \text_gen|char_ram~38595_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38594_combout & ((\text_gen|char_ram~28047_q ))) # (!\text_gen|char_ram~38594_combout & (\text_gen|char_ram~24463_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38594_combout )))) + + .dataa(\text_gen|char_ram~24463_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28047_q ), + .datad(\text_gen|char_ram~38594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38595 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38603 ( +// Equation(s): +// \text_gen|char_ram~38603_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38600_combout & (\text_gen|char_ram~38602_combout )) # (!\text_gen|char_ram~38600_combout & ((\text_gen|char_ram~38595_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38600_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38600_combout ), + .datac(\text_gen|char_ram~38602_combout ), + .datad(\text_gen|char_ram~38595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38603 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38635 ( +// Equation(s): +// \text_gen|char_ram~38635_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38624_combout & (\text_gen|char_ram~38634_combout )) # (!\text_gen|char_ram~38624_combout & ((\text_gen|char_ram~38603_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~38624_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38624_combout ), + .datac(\text_gen|char_ram~38634_combout ), + .datad(\text_gen|char_ram~38603_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38635 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y21_N9 +dffeas \text_gen|char_ram~25793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y36_N19 +dffeas \text_gen|char_ram~25345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38638 ( +// Equation(s): +// \text_gen|char_ram~38638_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~25793_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~25345_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25793_q ), + .datac(\text_gen|char_ram~25345_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38638 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y36_N17 +dffeas \text_gen|char_ram~26689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26241feeder ( +// Equation(s): +// \text_gen|char_ram~26241feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26241feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26241feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26241feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y55_N5 +dffeas \text_gen|char_ram~26241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26241feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38639 ( +// Equation(s): +// \text_gen|char_ram~38639_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38638_combout & (\text_gen|char_ram~26689_q )) # (!\text_gen|char_ram~38638_combout & ((\text_gen|char_ram~26241_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38638_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38638_combout ), + .datac(\text_gen|char_ram~26689_q ), + .datad(\text_gen|char_ram~26241_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38639 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22657feeder ( +// Equation(s): +// \text_gen|char_ram~22657feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N23 +dffeas \text_gen|char_ram~22657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y35_N3 +dffeas \text_gen|char_ram~23105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y35_N29 +dffeas \text_gen|char_ram~21761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y19_N25 +dffeas \text_gen|char_ram~22209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38640 ( +// Equation(s): +// \text_gen|char_ram~38640_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22209_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21761_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21761_q ), + .datad(\text_gen|char_ram~22209_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38640 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38641 ( +// Equation(s): +// \text_gen|char_ram~38641_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38640_combout & ((\text_gen|char_ram~23105_q ))) # (!\text_gen|char_ram~38640_combout & (\text_gen|char_ram~22657_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38640_combout )))) + + .dataa(\text_gen|char_ram~22657_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23105_q ), + .datad(\text_gen|char_ram~38640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38641 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38642 ( +// Equation(s): +// \text_gen|char_ram~38642_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38639_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38641_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38639_combout ), + .datad(\text_gen|char_ram~38641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38642 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27585feeder ( +// Equation(s): +// \text_gen|char_ram~27585feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27585feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27585feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27585feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N11 +dffeas \text_gen|char_ram~27585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27585feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y30_N1 +dffeas \text_gen|char_ram~28481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y40_N19 +dffeas \text_gen|char_ram~28033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y40_N21 +dffeas \text_gen|char_ram~27137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38643 ( +// Equation(s): +// \text_gen|char_ram~38643_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28033_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27137_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28033_q ), + .datac(\text_gen|char_ram~27137_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38643 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38644 ( +// Equation(s): +// \text_gen|char_ram~38644_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38643_combout & ((\text_gen|char_ram~28481_q ))) # (!\text_gen|char_ram~38643_combout & (\text_gen|char_ram~27585_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38643_combout )))) + + .dataa(\text_gen|char_ram~27585_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28481_q ), + .datad(\text_gen|char_ram~38643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38644 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24001feeder ( +// Equation(s): +// \text_gen|char_ram~24001feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N19 +dffeas \text_gen|char_ram~24001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y32_N7 +dffeas \text_gen|char_ram~24897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y39_N3 +dffeas \text_gen|char_ram~24449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y39_N21 +dffeas \text_gen|char_ram~23553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38636 ( +// Equation(s): +// \text_gen|char_ram~38636_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24449_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23553_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24449_q ), + .datac(\text_gen|char_ram~23553_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38636 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38637 ( +// Equation(s): +// \text_gen|char_ram~38637_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38636_combout & ((\text_gen|char_ram~24897_q ))) # (!\text_gen|char_ram~38636_combout & (\text_gen|char_ram~24001_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38636_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24001_q ), + .datac(\text_gen|char_ram~24897_q ), + .datad(\text_gen|char_ram~38636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38637 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38645 ( +// Equation(s): +// \text_gen|char_ram~38645_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38642_combout & (\text_gen|char_ram~38644_combout )) # (!\text_gen|char_ram~38642_combout & ((\text_gen|char_ram~38637_combout ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~38642_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38642_combout ), + .datac(\text_gen|char_ram~38644_combout ), + .datad(\text_gen|char_ram~38637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38645 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~27592feeder ( +// Equation(s): +// \text_gen|char_ram~27592feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y21_N9 +dffeas \text_gen|char_ram~27592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y33_N13 +dffeas \text_gen|char_ram~28488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y33_N11 +dffeas \text_gen|char_ram~27144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y51_N11 +dffeas \text_gen|char_ram~28040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38674 ( +// Equation(s): +// \text_gen|char_ram~38674_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28040_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27144_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27144_q ), + .datad(\text_gen|char_ram~28040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38674 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38675 ( +// Equation(s): +// \text_gen|char_ram~38675_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38674_combout & ((\text_gen|char_ram~28488_q ))) # (!\text_gen|char_ram~38674_combout & (\text_gen|char_ram~27592_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38674_combout )))) + + .dataa(\text_gen|char_ram~27592_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28488_q ), + .datad(\text_gen|char_ram~38674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38675 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y35_N19 +dffeas \text_gen|char_ram~25352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25800feeder ( +// Equation(s): +// \text_gen|char_ram~25800feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25800feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25800feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25800feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N13 +dffeas \text_gen|char_ram~25800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25800feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38667 ( +// Equation(s): +// \text_gen|char_ram~38667_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25800_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25352_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25352_q ), + .datad(\text_gen|char_ram~25800_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38667 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y35_N25 +dffeas \text_gen|char_ram~26696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26248feeder ( +// Equation(s): +// \text_gen|char_ram~26248feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26248feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26248feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26248feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y59_N23 +dffeas \text_gen|char_ram~26248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26248feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38668 ( +// Equation(s): +// \text_gen|char_ram~38668_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38667_combout & (\text_gen|char_ram~26696_q )) # (!\text_gen|char_ram~38667_combout & ((\text_gen|char_ram~26248_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38667_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38667_combout ), + .datac(\text_gen|char_ram~26696_q ), + .datad(\text_gen|char_ram~26248_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38668 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y42_N13 +dffeas \text_gen|char_ram~22664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y42_N7 +dffeas \text_gen|char_ram~23112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y42_N13 +dffeas \text_gen|char_ram~22216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y42_N19 +dffeas \text_gen|char_ram~21768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38671 ( +// Equation(s): +// \text_gen|char_ram~38671_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22216_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21768_q +// ))))) + + .dataa(\text_gen|char_ram~22216_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21768_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38671 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38672 ( +// Equation(s): +// \text_gen|char_ram~38672_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38671_combout & ((\text_gen|char_ram~23112_q ))) # (!\text_gen|char_ram~38671_combout & (\text_gen|char_ram~22664_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38671_combout )))) + + .dataa(\text_gen|char_ram~22664_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23112_q ), + .datad(\text_gen|char_ram~38671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38672 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N3 +dffeas \text_gen|char_ram~24008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y38_N9 +dffeas \text_gen|char_ram~24904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y38_N7 +dffeas \text_gen|char_ram~23560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24456feeder ( +// Equation(s): +// \text_gen|char_ram~24456feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24456feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24456feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24456feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y46_N9 +dffeas \text_gen|char_ram~24456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24456feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38669 ( +// Equation(s): +// \text_gen|char_ram~38669_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~24456_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23560_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23560_q ), + .datad(\text_gen|char_ram~24456_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38669 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38670 ( +// Equation(s): +// \text_gen|char_ram~38670_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38669_combout & ((\text_gen|char_ram~24904_q ))) # (!\text_gen|char_ram~38669_combout & (\text_gen|char_ram~24008_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38669_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24008_q ), + .datac(\text_gen|char_ram~24904_q ), + .datad(\text_gen|char_ram~38669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38670 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38673 ( +// Equation(s): +// \text_gen|char_ram~38673_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~38670_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~38672_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38672_combout ), + .datad(\text_gen|char_ram~38670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38673 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38676 ( +// Equation(s): +// \text_gen|char_ram~38676_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38673_combout & (\text_gen|char_ram~38675_combout )) # (!\text_gen|char_ram~38673_combout & ((\text_gen|char_ram~38668_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38673_combout )))) + + .dataa(\text_gen|char_ram~38675_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38668_combout ), + .datad(\text_gen|char_ram~38673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38676 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N29 +dffeas \text_gen|char_ram~23980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y30_N11 +dffeas \text_gen|char_ram~24876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24428feeder ( +// Equation(s): +// \text_gen|char_ram~24428feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24428feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24428feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24428feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y26_N1 +dffeas \text_gen|char_ram~24428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24428feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y30_N13 +dffeas \text_gen|char_ram~23532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38648 ( +// Equation(s): +// \text_gen|char_ram~38648_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24428_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~23532_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~24428_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23532_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38648 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38649 ( +// Equation(s): +// \text_gen|char_ram~38649_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38648_combout & ((\text_gen|char_ram~24876_q ))) # (!\text_gen|char_ram~38648_combout & (\text_gen|char_ram~23980_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38648_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23980_q ), + .datac(\text_gen|char_ram~24876_q ), + .datad(\text_gen|char_ram~38648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38649 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y46_N19 +dffeas \text_gen|char_ram~22636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22188feeder ( +// Equation(s): +// \text_gen|char_ram~22188feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y24_N5 +dffeas \text_gen|char_ram~22188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y28_N29 +dffeas \text_gen|char_ram~21740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38650 ( +// Equation(s): +// \text_gen|char_ram~38650_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22188_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21740_q +// ))))) + + .dataa(\text_gen|char_ram~22188_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21740_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38650 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y28_N3 +dffeas \text_gen|char_ram~23084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38651 ( +// Equation(s): +// \text_gen|char_ram~38651_combout = (\text_gen|char_ram~38650_combout & (((\text_gen|char_ram~23084_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38650_combout & (\text_gen|char_ram~22636_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~22636_q ), + .datab(\text_gen|char_ram~38650_combout ), + .datac(\text_gen|char_ram~23084_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38651 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38652 ( +// Equation(s): +// \text_gen|char_ram~38652_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~38649_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~38651_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38649_combout ), + .datad(\text_gen|char_ram~38651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38652 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26220feeder ( +// Equation(s): +// \text_gen|char_ram~26220feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26220feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26220feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26220feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N31 +dffeas \text_gen|char_ram~26220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26220feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y35_N31 +dffeas \text_gen|char_ram~26668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y35_N21 +dffeas \text_gen|char_ram~25324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y27_N25 +dffeas \text_gen|char_ram~25772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38646 ( +// Equation(s): +// \text_gen|char_ram~38646_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25772_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25324_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25324_q ), + .datad(\text_gen|char_ram~25772_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38646 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38647 ( +// Equation(s): +// \text_gen|char_ram~38647_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38646_combout & ((\text_gen|char_ram~26668_q ))) # (!\text_gen|char_ram~38646_combout & (\text_gen|char_ram~26220_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38646_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26220_q ), + .datac(\text_gen|char_ram~26668_q ), + .datad(\text_gen|char_ram~38646_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38647 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y30_N23 +dffeas \text_gen|char_ram~27564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y30_N25 +dffeas \text_gen|char_ram~28460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28012feeder ( +// Equation(s): +// \text_gen|char_ram~28012feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28012feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28012feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28012feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y48_N9 +dffeas \text_gen|char_ram~28012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28012feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y37_N5 +dffeas \text_gen|char_ram~27116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38653 ( +// Equation(s): +// \text_gen|char_ram~38653_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28012_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27116_q +// ))))) + + .dataa(\text_gen|char_ram~28012_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27116_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38653 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38654 ( +// Equation(s): +// \text_gen|char_ram~38654_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38653_combout & ((\text_gen|char_ram~28460_q ))) # (!\text_gen|char_ram~38653_combout & (\text_gen|char_ram~27564_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38653_combout )))) + + .dataa(\text_gen|char_ram~27564_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28460_q ), + .datad(\text_gen|char_ram~38653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38654 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38655 ( +// Equation(s): +// \text_gen|char_ram~38655_combout = (\text_gen|char_ram~38652_combout & (((\text_gen|char_ram~38654_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~38652_combout & (\text_gen|Add5~10_combout & (\text_gen|char_ram~38647_combout ))) + + .dataa(\text_gen|char_ram~38652_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38647_combout ), + .datad(\text_gen|char_ram~38654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38655 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y50_N31 +dffeas \text_gen|char_ram~22629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y34_N9 +dffeas \text_gen|char_ram~23077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y34_N3 +dffeas \text_gen|char_ram~21733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N21 +dffeas \text_gen|char_ram~22181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38660 ( +// Equation(s): +// \text_gen|char_ram~38660_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22181_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21733_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21733_q ), + .datad(\text_gen|char_ram~22181_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38660 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38661 ( +// Equation(s): +// \text_gen|char_ram~38661_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38660_combout & ((\text_gen|char_ram~23077_q ))) # (!\text_gen|char_ram~38660_combout & (\text_gen|char_ram~22629_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38660_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22629_q ), + .datac(\text_gen|char_ram~23077_q ), + .datad(\text_gen|char_ram~38660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38661 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y59_N5 +dffeas \text_gen|char_ram~26213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N19 +dffeas \text_gen|char_ram~26661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N25 +dffeas \text_gen|char_ram~25317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y21_N23 +dffeas \text_gen|char_ram~25765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38658 ( +// Equation(s): +// \text_gen|char_ram~38658_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25765_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25317_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25317_q ), + .datad(\text_gen|char_ram~25765_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38658 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38659 ( +// Equation(s): +// \text_gen|char_ram~38659_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38658_combout & ((\text_gen|char_ram~26661_q ))) # (!\text_gen|char_ram~38658_combout & (\text_gen|char_ram~26213_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38658_combout )))) + + .dataa(\text_gen|char_ram~26213_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26661_q ), + .datad(\text_gen|char_ram~38658_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38659 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38662 ( +// Equation(s): +// \text_gen|char_ram~38662_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~38659_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~38661_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38661_combout ), + .datad(\text_gen|char_ram~38659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38662 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27557feeder ( +// Equation(s): +// \text_gen|char_ram~27557feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27557feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y18_N29 +dffeas \text_gen|char_ram~27557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y36_N15 +dffeas \text_gen|char_ram~28453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y36_N1 +dffeas \text_gen|char_ram~27109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y48_N5 +dffeas \text_gen|char_ram~28005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38663 ( +// Equation(s): +// \text_gen|char_ram~38663_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28005_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27109_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27109_q ), + .datad(\text_gen|char_ram~28005_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38663 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38664 ( +// Equation(s): +// \text_gen|char_ram~38664_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38663_combout & ((\text_gen|char_ram~28453_q ))) # (!\text_gen|char_ram~38663_combout & (\text_gen|char_ram~27557_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38663_combout )))) + + .dataa(\text_gen|char_ram~27557_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28453_q ), + .datad(\text_gen|char_ram~38663_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38664 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23973feeder ( +// Equation(s): +// \text_gen|char_ram~23973feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23973feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23973feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23973feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N11 +dffeas \text_gen|char_ram~23973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23973feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y31_N29 +dffeas \text_gen|char_ram~24869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y39_N1 +dffeas \text_gen|char_ram~24421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y31_N19 +dffeas \text_gen|char_ram~23525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38656 ( +// Equation(s): +// \text_gen|char_ram~38656_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24421_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23525_q +// ))))) + + .dataa(\text_gen|char_ram~24421_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23525_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38656 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38657 ( +// Equation(s): +// \text_gen|char_ram~38657_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38656_combout & ((\text_gen|char_ram~24869_q ))) # (!\text_gen|char_ram~38656_combout & (\text_gen|char_ram~23973_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38656_combout )))) + + .dataa(\text_gen|char_ram~23973_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24869_q ), + .datad(\text_gen|char_ram~38656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38657 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38665 ( +// Equation(s): +// \text_gen|char_ram~38665_combout = (\text_gen|char_ram~38662_combout & ((\text_gen|char_ram~38664_combout ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~38662_combout & (((\text_gen|Add5~8_combout & \text_gen|char_ram~38657_combout )))) + + .dataa(\text_gen|char_ram~38662_combout ), + .datab(\text_gen|char_ram~38664_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~38657_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38665 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~38665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38666 ( +// Equation(s): +// \text_gen|char_ram~38666_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~38655_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~38665_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38655_combout ), + .datad(\text_gen|char_ram~38665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38666 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38677 ( +// Equation(s): +// \text_gen|char_ram~38677_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38666_combout & ((\text_gen|char_ram~38676_combout ))) # (!\text_gen|char_ram~38666_combout & (\text_gen|char_ram~38645_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38666_combout )))) + + .dataa(\text_gen|char_ram~38645_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38676_combout ), + .datad(\text_gen|char_ram~38666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38677 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38678 ( +// Equation(s): +// \text_gen|char_ram~38678_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~38635_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~38677_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~38635_combout ), + .datad(\text_gen|char_ram~38677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38678 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24519feeder ( +// Equation(s): +// \text_gen|char_ram~24519feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24519feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y56_N25 +dffeas \text_gen|char_ram~24519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y56_N7 +dffeas \text_gen|char_ram~28103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y58_N17 +dffeas \text_gen|char_ram~26311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y56_N29 +dffeas \text_gen|char_ram~22727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38679 ( +// Equation(s): +// \text_gen|char_ram~38679_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26311_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22727_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26311_q ), + .datac(\text_gen|char_ram~22727_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38679 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38680 ( +// Equation(s): +// \text_gen|char_ram~38680_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38679_combout & ((\text_gen|char_ram~28103_q ))) # (!\text_gen|char_ram~38679_combout & (\text_gen|char_ram~24519_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38679_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24519_q ), + .datac(\text_gen|char_ram~28103_q ), + .datad(\text_gen|char_ram~38679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38680 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y29_N1 +dffeas \text_gen|char_ram~26759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y29_N7 +dffeas \text_gen|char_ram~28551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24967feeder ( +// Equation(s): +// \text_gen|char_ram~24967feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24967feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24967feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24967feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y27_N1 +dffeas \text_gen|char_ram~24967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24967feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24967 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y28_N3 +dffeas \text_gen|char_ram~23175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38686 ( +// Equation(s): +// \text_gen|char_ram~38686_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24967_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23175_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24967_q ), + .datac(\text_gen|char_ram~23175_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38686 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38687 ( +// Equation(s): +// \text_gen|char_ram~38687_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38686_combout & ((\text_gen|char_ram~28551_q ))) # (!\text_gen|char_ram~38686_combout & (\text_gen|char_ram~26759_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38686_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26759_q ), + .datac(\text_gen|char_ram~28551_q ), + .datad(\text_gen|char_ram~38686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38687 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23623feeder ( +// Equation(s): +// \text_gen|char_ram~23623feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N19 +dffeas \text_gen|char_ram~23623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y41_N21 +dffeas \text_gen|char_ram~27207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y43_N13 +dffeas \text_gen|char_ram~25415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y41_N11 +dffeas \text_gen|char_ram~21831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38683 ( +// Equation(s): +// \text_gen|char_ram~38683_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25415_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21831_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25415_q ), + .datac(\text_gen|char_ram~21831_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38683 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38684 ( +// Equation(s): +// \text_gen|char_ram~38684_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38683_combout & ((\text_gen|char_ram~27207_q ))) # (!\text_gen|char_ram~38683_combout & (\text_gen|char_ram~23623_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38683_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23623_q ), + .datac(\text_gen|char_ram~27207_q ), + .datad(\text_gen|char_ram~38683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38684 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25863feeder ( +// Equation(s): +// \text_gen|char_ram~25863feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y9_N17 +dffeas \text_gen|char_ram~25863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y15_N19 +dffeas \text_gen|char_ram~27655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y12_N27 +dffeas \text_gen|char_ram~24071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y15_N17 +dffeas \text_gen|char_ram~22279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38681 ( +// Equation(s): +// \text_gen|char_ram~38681_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24071_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22279_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24071_q ), + .datac(\text_gen|char_ram~22279_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38681 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38682 ( +// Equation(s): +// \text_gen|char_ram~38682_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38681_combout & ((\text_gen|char_ram~27655_q ))) # (!\text_gen|char_ram~38681_combout & (\text_gen|char_ram~25863_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38681_combout )))) + + .dataa(\text_gen|char_ram~25863_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27655_q ), + .datad(\text_gen|char_ram~38681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38682 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38685 ( +// Equation(s): +// \text_gen|char_ram~38685_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~38682_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38684_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38684_combout ), + .datad(\text_gen|char_ram~38682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38685 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38688 ( +// Equation(s): +// \text_gen|char_ram~38688_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38685_combout & ((\text_gen|char_ram~38687_combout ))) # (!\text_gen|char_ram~38685_combout & (\text_gen|char_ram~38680_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38685_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38680_combout ), + .datac(\text_gen|char_ram~38687_combout ), + .datad(\text_gen|char_ram~38685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38688 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y50_N25 +dffeas \text_gen|char_ram~28110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27662feeder ( +// Equation(s): +// \text_gen|char_ram~27662feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27662feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y19_N29 +dffeas \text_gen|char_ram~27662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y30_N29 +dffeas \text_gen|char_ram~27214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38717 ( +// Equation(s): +// \text_gen|char_ram~38717_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27662_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~27214_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27662_q ), + .datac(\text_gen|char_ram~27214_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38717 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y30_N23 +dffeas \text_gen|char_ram~28558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38718 ( +// Equation(s): +// \text_gen|char_ram~38718_combout = (\text_gen|char_ram~38717_combout & (((\text_gen|char_ram~28558_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38717_combout & (\text_gen|char_ram~28110_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~28110_q ), + .datab(\text_gen|char_ram~38717_combout ), + .datac(\text_gen|char_ram~28558_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38718 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y11_N3 +dffeas \text_gen|char_ram~25870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y27_N13 +dffeas \text_gen|char_ram~26766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26318feeder ( +// Equation(s): +// \text_gen|char_ram~26318feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26318feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26318feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26318feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y58_N11 +dffeas \text_gen|char_ram~26318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26318feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y27_N3 +dffeas \text_gen|char_ram~25422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38712 ( +// Equation(s): +// \text_gen|char_ram~38712_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26318_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25422_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26318_q ), + .datac(\text_gen|char_ram~25422_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38712 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38713 ( +// Equation(s): +// \text_gen|char_ram~38713_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38712_combout & ((\text_gen|char_ram~26766_q ))) # (!\text_gen|char_ram~38712_combout & (\text_gen|char_ram~25870_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38712_combout )))) + + .dataa(\text_gen|char_ram~25870_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26766_q ), + .datad(\text_gen|char_ram~38712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38713 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22286feeder ( +// Equation(s): +// \text_gen|char_ram~22286feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y11_N17 +dffeas \text_gen|char_ram~22286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y23_N21 +dffeas \text_gen|char_ram~23182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y23_N3 +dffeas \text_gen|char_ram~21838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22734feeder ( +// Equation(s): +// \text_gen|char_ram~22734feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22734feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N5 +dffeas \text_gen|char_ram~22734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38714 ( +// Equation(s): +// \text_gen|char_ram~38714_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22734_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21838_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21838_q ), + .datad(\text_gen|char_ram~22734_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38714 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38715 ( +// Equation(s): +// \text_gen|char_ram~38715_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38714_combout & ((\text_gen|char_ram~23182_q ))) # (!\text_gen|char_ram~38714_combout & (\text_gen|char_ram~22286_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38714_combout )))) + + .dataa(\text_gen|char_ram~22286_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23182_q ), + .datad(\text_gen|char_ram~38714_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38715 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38716 ( +// Equation(s): +// \text_gen|char_ram~38716_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38713_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38715_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38713_combout ), + .datad(\text_gen|char_ram~38715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38716 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y11_N25 +dffeas \text_gen|char_ram~24078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N23 +dffeas \text_gen|char_ram~23630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38710 ( +// Equation(s): +// \text_gen|char_ram~38710_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~24078_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23630_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~24078_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23630_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38710 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y27_N29 +dffeas \text_gen|char_ram~24974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24526feeder ( +// Equation(s): +// \text_gen|char_ram~24526feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N19 +dffeas \text_gen|char_ram~24526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38711 ( +// Equation(s): +// \text_gen|char_ram~38711_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38710_combout & (\text_gen|char_ram~24974_q )) # (!\text_gen|char_ram~38710_combout & ((\text_gen|char_ram~24526_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38710_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38710_combout ), + .datac(\text_gen|char_ram~24974_q ), + .datad(\text_gen|char_ram~24526_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38711 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38719 ( +// Equation(s): +// \text_gen|char_ram~38719_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38716_combout & (\text_gen|char_ram~38718_combout )) # (!\text_gen|char_ram~38716_combout & ((\text_gen|char_ram~38711_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38716_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38718_combout ), + .datac(\text_gen|char_ram~38716_combout ), + .datad(\text_gen|char_ram~38711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38719 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~38719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24939feeder ( +// Equation(s): +// \text_gen|char_ram~24939feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24939feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24939feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24939feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y27_N7 +dffeas \text_gen|char_ram~24939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24939feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y29_N19 +dffeas \text_gen|char_ram~28523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28523 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y29_N21 +dffeas \text_gen|char_ram~23147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26731feeder ( +// Equation(s): +// \text_gen|char_ram~26731feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26731feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26731feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26731feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y29_N15 +dffeas \text_gen|char_ram~26731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26731feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38706 ( +// Equation(s): +// \text_gen|char_ram~38706_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~26731_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23147_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23147_q ), + .datad(\text_gen|char_ram~26731_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38706 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38707 ( +// Equation(s): +// \text_gen|char_ram~38707_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38706_combout & ((\text_gen|char_ram~28523_q ))) # (!\text_gen|char_ram~38706_combout & (\text_gen|char_ram~24939_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38706_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24939_q ), + .datac(\text_gen|char_ram~28523_q ), + .datad(\text_gen|char_ram~38706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38707 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y15_N13 +dffeas \text_gen|char_ram~24043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y15_N3 +dffeas \text_gen|char_ram~27627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y13_N13 +dffeas \text_gen|char_ram~25835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y13_N3 +dffeas \text_gen|char_ram~22251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38699 ( +// Equation(s): +// \text_gen|char_ram~38699_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25835_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22251_q +// ))))) + + .dataa(\text_gen|char_ram~25835_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22251_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38699 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38700 ( +// Equation(s): +// \text_gen|char_ram~38700_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38699_combout & ((\text_gen|char_ram~27627_q ))) # (!\text_gen|char_ram~38699_combout & (\text_gen|char_ram~24043_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38699_combout )))) + + .dataa(\text_gen|char_ram~24043_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27627_q ), + .datad(\text_gen|char_ram~38699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38700 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y49_N13 +dffeas \text_gen|char_ram~22699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y49_N29 +dffeas \text_gen|char_ram~24491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38701 ( +// Equation(s): +// \text_gen|char_ram~38701_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24491_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22699_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22699_q ), + .datad(\text_gen|char_ram~24491_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38701 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y49_N11 +dffeas \text_gen|char_ram~28075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26283feeder ( +// Equation(s): +// \text_gen|char_ram~26283feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26283feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26283feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26283feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y54_N31 +dffeas \text_gen|char_ram~26283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26283feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38702 ( +// Equation(s): +// \text_gen|char_ram~38702_combout = (\text_gen|char_ram~38701_combout & (((\text_gen|char_ram~28075_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~38701_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26283_q )))) + + .dataa(\text_gen|char_ram~38701_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28075_q ), + .datad(\text_gen|char_ram~26283_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38702 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25387feeder ( +// Equation(s): +// \text_gen|char_ram~25387feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25387feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25387feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25387feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y46_N1 +dffeas \text_gen|char_ram~25387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25387feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y30_N11 +dffeas \text_gen|char_ram~27179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y30_N29 +dffeas \text_gen|char_ram~21803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23595feeder ( +// Equation(s): +// \text_gen|char_ram~23595feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23595feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23595feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23595feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N5 +dffeas \text_gen|char_ram~23595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23595feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38703 ( +// Equation(s): +// \text_gen|char_ram~38703_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~23595_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~21803_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21803_q ), + .datad(\text_gen|char_ram~23595_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38703 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38704 ( +// Equation(s): +// \text_gen|char_ram~38704_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38703_combout & ((\text_gen|char_ram~27179_q ))) # (!\text_gen|char_ram~38703_combout & (\text_gen|char_ram~25387_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38703_combout )))) + + .dataa(\text_gen|char_ram~25387_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27179_q ), + .datad(\text_gen|char_ram~38703_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38704 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38705 ( +// Equation(s): +// \text_gen|char_ram~38705_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~38702_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~38704_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38702_combout ), + .datad(\text_gen|char_ram~38704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38705 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38708 ( +// Equation(s): +// \text_gen|char_ram~38708_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38705_combout & (\text_gen|char_ram~38707_combout )) # (!\text_gen|char_ram~38705_combout & ((\text_gen|char_ram~38700_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38705_combout )))) + + .dataa(\text_gen|char_ram~38707_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38700_combout ), + .datad(\text_gen|char_ram~38705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38708 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y14_N21 +dffeas \text_gen|char_ram~27634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y30_N7 +dffeas \text_gen|char_ram~28530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y49_N3 +dffeas \text_gen|char_ram~28082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y30_N25 +dffeas \text_gen|char_ram~27186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38696 ( +// Equation(s): +// \text_gen|char_ram~38696_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28082_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27186_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28082_q ), + .datac(\text_gen|char_ram~27186_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38696 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38697 ( +// Equation(s): +// \text_gen|char_ram~38697_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38696_combout & ((\text_gen|char_ram~28530_q ))) # (!\text_gen|char_ram~38696_combout & (\text_gen|char_ram~27634_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38696_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27634_q ), + .datac(\text_gen|char_ram~28530_q ), + .datad(\text_gen|char_ram~38696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38697 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24498feeder ( +// Equation(s): +// \text_gen|char_ram~24498feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y49_N9 +dffeas \text_gen|char_ram~24498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y30_N17 +dffeas \text_gen|char_ram~23602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38691 ( +// Equation(s): +// \text_gen|char_ram~38691_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24498_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23602_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24498_q ), + .datac(\text_gen|char_ram~23602_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38691 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y30_N7 +dffeas \text_gen|char_ram~24946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24050feeder ( +// Equation(s): +// \text_gen|char_ram~24050feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24050feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y12_N21 +dffeas \text_gen|char_ram~24050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38692 ( +// Equation(s): +// \text_gen|char_ram~38692_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38691_combout & (\text_gen|char_ram~24946_q )) # (!\text_gen|char_ram~38691_combout & ((\text_gen|char_ram~24050_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38691_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38691_combout ), + .datac(\text_gen|char_ram~24946_q ), + .datad(\text_gen|char_ram~24050_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38692 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y26_N13 +dffeas \text_gen|char_ram~22706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y26_N11 +dffeas \text_gen|char_ram~23154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y46_N7 +dffeas \text_gen|char_ram~21810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22258feeder ( +// Equation(s): +// \text_gen|char_ram~22258feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22258feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22258feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22258feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y15_N17 +dffeas \text_gen|char_ram~22258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22258feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38693 ( +// Equation(s): +// \text_gen|char_ram~38693_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22258_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21810_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21810_q ), + .datad(\text_gen|char_ram~22258_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38693 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38694 ( +// Equation(s): +// \text_gen|char_ram~38694_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38693_combout & ((\text_gen|char_ram~23154_q ))) # (!\text_gen|char_ram~38693_combout & (\text_gen|char_ram~22706_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38693_combout )))) + + .dataa(\text_gen|char_ram~22706_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23154_q ), + .datad(\text_gen|char_ram~38693_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38694 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38695 ( +// Equation(s): +// \text_gen|char_ram~38695_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~38692_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~38694_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38692_combout ), + .datad(\text_gen|char_ram~38694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38695 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y51_N23 +dffeas \text_gen|char_ram~26290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y51_N17 +dffeas \text_gen|char_ram~26738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y46_N1 +dffeas \text_gen|char_ram~25394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25842feeder ( +// Equation(s): +// \text_gen|char_ram~25842feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y22_N3 +dffeas \text_gen|char_ram~25842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38689 ( +// Equation(s): +// \text_gen|char_ram~38689_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25842_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25394_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25394_q ), + .datad(\text_gen|char_ram~25842_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38689 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38690 ( +// Equation(s): +// \text_gen|char_ram~38690_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38689_combout & ((\text_gen|char_ram~26738_q ))) # (!\text_gen|char_ram~38689_combout & (\text_gen|char_ram~26290_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38689_combout )))) + + .dataa(\text_gen|char_ram~26290_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26738_q ), + .datad(\text_gen|char_ram~38689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38690 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38698 ( +// Equation(s): +// \text_gen|char_ram~38698_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38695_combout & (\text_gen|char_ram~38697_combout )) # (!\text_gen|char_ram~38695_combout & ((\text_gen|char_ram~38690_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38695_combout )))) + + .dataa(\text_gen|char_ram~38697_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38695_combout ), + .datad(\text_gen|char_ram~38690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38698 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~38698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38709 ( +// Equation(s): +// \text_gen|char_ram~38709_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~38698_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38708_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38708_combout ), + .datad(\text_gen|char_ram~38698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38709 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38720 ( +// Equation(s): +// \text_gen|char_ram~38720_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38709_combout & ((\text_gen|char_ram~38719_combout ))) # (!\text_gen|char_ram~38709_combout & (\text_gen|char_ram~38688_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38709_combout )))) + + .dataa(\text_gen|char_ram~38688_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38719_combout ), + .datad(\text_gen|char_ram~38709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38720 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38721 ( +// Equation(s): +// \text_gen|char_ram~38721_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38678_combout & ((\text_gen|char_ram~38720_combout ))) # (!\text_gen|char_ram~38678_combout & (\text_gen|char_ram~38593_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38678_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38593_combout ), + .datac(\text_gen|char_ram~38678_combout ), + .datad(\text_gen|char_ram~38720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38721 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~38721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38892 ( +// Equation(s): +// \text_gen|char_ram~38892_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~38721_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~38891_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38891_combout ), + .datad(\text_gen|char_ram~38721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38892 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27928feeder ( +// Equation(s): +// \text_gen|char_ram~27928feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27928feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27928feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27928feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y56_N25 +dffeas \text_gen|char_ram~27928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27928feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y56_N25 +dffeas \text_gen|char_ram~27984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y52_N17 +dffeas \text_gen|char_ram~27900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27956feeder ( +// Equation(s): +// \text_gen|char_ram~27956feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27956feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27956feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27956feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y53_N31 +dffeas \text_gen|char_ram~27956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27956feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38389 ( +// Equation(s): +// \text_gen|char_ram~38389_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27956_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27900_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27900_q ), + .datad(\text_gen|char_ram~27956_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38389 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38390 ( +// Equation(s): +// \text_gen|char_ram~38390_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38389_combout & ((\text_gen|char_ram~27984_q ))) # (!\text_gen|char_ram~38389_combout & (\text_gen|char_ram~27928_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38389_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27928_q ), + .datac(\text_gen|char_ram~27984_q ), + .datad(\text_gen|char_ram~38389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38390 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26192feeder ( +// Equation(s): +// \text_gen|char_ram~26192feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26192feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26192feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26192feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y54_N19 +dffeas \text_gen|char_ram~26192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26192feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y52_N21 +dffeas \text_gen|char_ram~26136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26164feeder ( +// Equation(s): +// \text_gen|char_ram~26164feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26164feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y52_N29 +dffeas \text_gen|char_ram~26164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y52_N19 +dffeas \text_gen|char_ram~26108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38382 ( +// Equation(s): +// \text_gen|char_ram~38382_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~26164_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~26108_q ))))) + + .dataa(\text_gen|char_ram~26164_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26108_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~38382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38382 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38383 ( +// Equation(s): +// \text_gen|char_ram~38383_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38382_combout & (\text_gen|char_ram~26192_q )) # (!\text_gen|char_ram~38382_combout & ((\text_gen|char_ram~26136_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38382_combout )))) + + .dataa(\text_gen|char_ram~26192_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26136_q ), + .datad(\text_gen|char_ram~38382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38383 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24400feeder ( +// Equation(s): +// \text_gen|char_ram~24400feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y46_N3 +dffeas \text_gen|char_ram~24400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24344feeder ( +// Equation(s): +// \text_gen|char_ram~24344feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24344feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24344feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24344feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y46_N9 +dffeas \text_gen|char_ram~24344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24344feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y46_N13 +dffeas \text_gen|char_ram~24316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24372feeder ( +// Equation(s): +// \text_gen|char_ram~24372feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24372feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y42_N25 +dffeas \text_gen|char_ram~24372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38384 ( +// Equation(s): +// \text_gen|char_ram~38384_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~24372_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24316_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24316_q ), + .datad(\text_gen|char_ram~24372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38384 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38385 ( +// Equation(s): +// \text_gen|char_ram~38385_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38384_combout & (\text_gen|char_ram~24400_q )) # (!\text_gen|char_ram~38384_combout & ((\text_gen|char_ram~24344_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38384_combout )))) + + .dataa(\text_gen|char_ram~24400_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24344_q ), + .datad(\text_gen|char_ram~38384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38385 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22552feeder ( +// Equation(s): +// \text_gen|char_ram~22552feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22552feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22552feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22552feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y46_N11 +dffeas \text_gen|char_ram~22552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22552feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y46_N17 +dffeas \text_gen|char_ram~22608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y49_N5 +dffeas \text_gen|char_ram~22524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22580feeder ( +// Equation(s): +// \text_gen|char_ram~22580feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22580feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22580feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22580feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y49_N21 +dffeas \text_gen|char_ram~22580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22580feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38386 ( +// Equation(s): +// \text_gen|char_ram~38386_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22580_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22524_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22524_q ), + .datad(\text_gen|char_ram~22580_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38386 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38387 ( +// Equation(s): +// \text_gen|char_ram~38387_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38386_combout & ((\text_gen|char_ram~22608_q ))) # (!\text_gen|char_ram~38386_combout & (\text_gen|char_ram~22552_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38386_combout )))) + + .dataa(\text_gen|char_ram~22552_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22608_q ), + .datad(\text_gen|char_ram~38386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38387 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38388 ( +// Equation(s): +// \text_gen|char_ram~38388_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~38385_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~38387_combout ))))) + + .dataa(\text_gen|char_ram~38385_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38387_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38388 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38391 ( +// Equation(s): +// \text_gen|char_ram~38391_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38388_combout & (\text_gen|char_ram~38390_combout )) # (!\text_gen|char_ram~38388_combout & ((\text_gen|char_ram~38383_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38388_combout )))) + + .dataa(\text_gen|char_ram~38390_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38383_combout ), + .datad(\text_gen|char_ram~38388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38391 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27998feeder ( +// Equation(s): +// \text_gen|char_ram~27998feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27998feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27998feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27998feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y55_N7 +dffeas \text_gen|char_ram~27998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27998feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27942feeder ( +// Equation(s): +// \text_gen|char_ram~27942feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27942feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27942feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27942feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y51_N27 +dffeas \text_gen|char_ram~27942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27942feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y50_N15 +dffeas \text_gen|char_ram~24358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24414feeder ( +// Equation(s): +// \text_gen|char_ram~24414feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24414feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24414feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24414feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y50_N1 +dffeas \text_gen|char_ram~24414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24414feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38420 ( +// Equation(s): +// \text_gen|char_ram~38420_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24414_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~24358_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~24358_q ), + .datad(\text_gen|char_ram~24414_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38420 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38421 ( +// Equation(s): +// \text_gen|char_ram~38421_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38420_combout & (\text_gen|char_ram~27998_q )) # (!\text_gen|char_ram~38420_combout & ((\text_gen|char_ram~27942_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38420_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~27998_q ), + .datac(\text_gen|char_ram~27942_q ), + .datad(\text_gen|char_ram~38420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38421 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27914feeder ( +// Equation(s): +// \text_gen|char_ram~27914feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27914feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27914feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27914feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y59_N13 +dffeas \text_gen|char_ram~27914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27914feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y59_N11 +dffeas \text_gen|char_ram~27970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y56_N15 +dffeas \text_gen|char_ram~24330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24386feeder ( +// Equation(s): +// \text_gen|char_ram~24386feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24386feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y56_N29 +dffeas \text_gen|char_ram~24386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38413 ( +// Equation(s): +// \text_gen|char_ram~38413_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~24386_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24330_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24330_q ), + .datad(\text_gen|char_ram~24386_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38413 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38414 ( +// Equation(s): +// \text_gen|char_ram~38414_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38413_combout & ((\text_gen|char_ram~27970_q ))) # (!\text_gen|char_ram~38413_combout & (\text_gen|char_ram~27914_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38413_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~27914_q ), + .datac(\text_gen|char_ram~27970_q ), + .datad(\text_gen|char_ram~38413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38414 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y47_N7 +dffeas \text_gen|char_ram~26122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y55_N15 +dffeas \text_gen|char_ram~26178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26178 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y47_N11 +dffeas \text_gen|char_ram~22538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22594feeder ( +// Equation(s): +// \text_gen|char_ram~22594feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22594feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22594feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22594feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y49_N1 +dffeas \text_gen|char_ram~22594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22594feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38417 ( +// Equation(s): +// \text_gen|char_ram~38417_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~22594_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22538_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22538_q ), + .datad(\text_gen|char_ram~22594_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38417 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38418 ( +// Equation(s): +// \text_gen|char_ram~38418_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38417_combout & ((\text_gen|char_ram~26178_q ))) # (!\text_gen|char_ram~38417_combout & (\text_gen|char_ram~26122_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38417_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26122_q ), + .datac(\text_gen|char_ram~26178_q ), + .datad(\text_gen|char_ram~38417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38418 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26150feeder ( +// Equation(s): +// \text_gen|char_ram~26150feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26150feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26150feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26150feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y58_N11 +dffeas \text_gen|char_ram~26150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26150feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y58_N9 +dffeas \text_gen|char_ram~26206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22622feeder ( +// Equation(s): +// \text_gen|char_ram~22622feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22622feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22622feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22622feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y57_N13 +dffeas \text_gen|char_ram~22622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22622feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y57_N19 +dffeas \text_gen|char_ram~22566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38415 ( +// Equation(s): +// \text_gen|char_ram~38415_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~22622_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~22566_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~22622_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22566_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38415 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38416 ( +// Equation(s): +// \text_gen|char_ram~38416_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38415_combout & ((\text_gen|char_ram~26206_q ))) # (!\text_gen|char_ram~38415_combout & (\text_gen|char_ram~26150_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38415_combout )))) + + .dataa(\text_gen|char_ram~26150_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26206_q ), + .datad(\text_gen|char_ram~38415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38416 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38419 ( +// Equation(s): +// \text_gen|char_ram~38419_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~38416_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38418_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38418_combout ), + .datad(\text_gen|char_ram~38416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38419 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38422 ( +// Equation(s): +// \text_gen|char_ram~38422_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38419_combout & (\text_gen|char_ram~38421_combout )) # (!\text_gen|char_ram~38419_combout & ((\text_gen|char_ram~38414_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38419_combout )))) + + .dataa(\text_gen|char_ram~38421_combout ), + .datab(\text_gen|char_ram~38414_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~38419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38422 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~38422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27963feeder ( +// Equation(s): +// \text_gen|char_ram~27963feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27963feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27963feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27963feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y48_N29 +dffeas \text_gen|char_ram~27963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27963feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y48_N7 +dffeas \text_gen|char_ram~27991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y37_N19 +dffeas \text_gen|char_ram~27907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27935feeder ( +// Equation(s): +// \text_gen|char_ram~27935feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27935feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27935feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27935feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y48_N23 +dffeas \text_gen|char_ram~27935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27935feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38399 ( +// Equation(s): +// \text_gen|char_ram~38399_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~27935_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27907_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27907_q ), + .datad(\text_gen|char_ram~27935_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38399 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38400 ( +// Equation(s): +// \text_gen|char_ram~38400_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38399_combout & ((\text_gen|char_ram~27991_q ))) # (!\text_gen|char_ram~38399_combout & (\text_gen|char_ram~27963_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38399_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~27963_q ), + .datac(\text_gen|char_ram~27991_q ), + .datad(\text_gen|char_ram~38399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38400 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24379feeder ( +// Equation(s): +// \text_gen|char_ram~24379feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24379feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24379feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24379feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y41_N17 +dffeas \text_gen|char_ram~24379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24379feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y41_N7 +dffeas \text_gen|char_ram~24407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y37_N25 +dffeas \text_gen|char_ram~24323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24351feeder ( +// Equation(s): +// \text_gen|char_ram~24351feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24351feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y57_N7 +dffeas \text_gen|char_ram~24351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38392 ( +// Equation(s): +// \text_gen|char_ram~38392_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24351_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24323_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24323_q ), + .datad(\text_gen|char_ram~24351_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38392 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38393 ( +// Equation(s): +// \text_gen|char_ram~38393_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38392_combout & ((\text_gen|char_ram~24407_q ))) # (!\text_gen|char_ram~38392_combout & (\text_gen|char_ram~24379_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38392_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~24379_q ), + .datac(\text_gen|char_ram~24407_q ), + .datad(\text_gen|char_ram~38392_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38393 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22559feeder ( +// Equation(s): +// \text_gen|char_ram~22559feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22559feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y37_N21 +dffeas \text_gen|char_ram~22559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y34_N23 +dffeas \text_gen|char_ram~22615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y37_N17 +dffeas \text_gen|char_ram~22531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22587feeder ( +// Equation(s): +// \text_gen|char_ram~22587feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22587feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22587feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22587feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y37_N7 +dffeas \text_gen|char_ram~22587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22587feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38396 ( +// Equation(s): +// \text_gen|char_ram~38396_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22587_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22531_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22531_q ), + .datad(\text_gen|char_ram~22587_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38396 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38397 ( +// Equation(s): +// \text_gen|char_ram~38397_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38396_combout & ((\text_gen|char_ram~22615_q ))) # (!\text_gen|char_ram~38396_combout & (\text_gen|char_ram~22559_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38396_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22559_q ), + .datac(\text_gen|char_ram~22615_q ), + .datad(\text_gen|char_ram~38396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38397 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26143feeder ( +// Equation(s): +// \text_gen|char_ram~26143feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26143feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y46_N13 +dffeas \text_gen|char_ram~26143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y46_N19 +dffeas \text_gen|char_ram~26199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y47_N21 +dffeas \text_gen|char_ram~26115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26171feeder ( +// Equation(s): +// \text_gen|char_ram~26171feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26171feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26171feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26171feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y50_N9 +dffeas \text_gen|char_ram~26171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26171feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38394 ( +// Equation(s): +// \text_gen|char_ram~38394_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~26171_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26115_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26115_q ), + .datad(\text_gen|char_ram~26171_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38394 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38395 ( +// Equation(s): +// \text_gen|char_ram~38395_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38394_combout & ((\text_gen|char_ram~26199_q ))) # (!\text_gen|char_ram~38394_combout & (\text_gen|char_ram~26143_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38394_combout )))) + + .dataa(\text_gen|char_ram~26143_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26199_q ), + .datad(\text_gen|char_ram~38394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38395 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38398 ( +// Equation(s): +// \text_gen|char_ram~38398_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~38395_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~38397_combout )))) + + .dataa(\text_gen|char_ram~38397_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~38395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38398 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~38398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38401 ( +// Equation(s): +// \text_gen|char_ram~38401_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38398_combout & (\text_gen|char_ram~38400_combout )) # (!\text_gen|char_ram~38398_combout & ((\text_gen|char_ram~38393_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38398_combout )))) + + .dataa(\text_gen|char_ram~38400_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38393_combout ), + .datad(\text_gen|char_ram~38398_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38401 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y52_N5 +dffeas \text_gen|char_ram~27893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27949feeder ( +// Equation(s): +// \text_gen|char_ram~27949feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27949feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y53_N25 +dffeas \text_gen|char_ram~27949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38409 ( +// Equation(s): +// \text_gen|char_ram~38409_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27949_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27893_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27893_q ), + .datad(\text_gen|char_ram~27949_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38409 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y44_N27 +dffeas \text_gen|char_ram~27977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27921feeder ( +// Equation(s): +// \text_gen|char_ram~27921feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y48_N25 +dffeas \text_gen|char_ram~27921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38410 ( +// Equation(s): +// \text_gen|char_ram~38410_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38409_combout & (\text_gen|char_ram~27977_q )) # (!\text_gen|char_ram~38409_combout & ((\text_gen|char_ram~27921_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~38409_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38409_combout ), + .datac(\text_gen|char_ram~27977_q ), + .datad(\text_gen|char_ram~27921_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38410 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24337feeder ( +// Equation(s): +// \text_gen|char_ram~24337feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24337feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y41_N1 +dffeas \text_gen|char_ram~24337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y41_N31 +dffeas \text_gen|char_ram~24393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24365feeder ( +// Equation(s): +// \text_gen|char_ram~24365feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24365feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24365feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24365feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y41_N29 +dffeas \text_gen|char_ram~24365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24365feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y41_N11 +dffeas \text_gen|char_ram~24309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38402 ( +// Equation(s): +// \text_gen|char_ram~38402_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~24365_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~24309_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~24365_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24309_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38402 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38403 ( +// Equation(s): +// \text_gen|char_ram~38403_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38402_combout & ((\text_gen|char_ram~24393_q ))) # (!\text_gen|char_ram~38402_combout & (\text_gen|char_ram~24337_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38402_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24337_q ), + .datac(\text_gen|char_ram~24393_q ), + .datad(\text_gen|char_ram~38402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38403 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26129feeder ( +// Equation(s): +// \text_gen|char_ram~26129feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26129feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26129feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26129feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y47_N27 +dffeas \text_gen|char_ram~26129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26129feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y44_N1 +dffeas \text_gen|char_ram~26185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y44_N23 +dffeas \text_gen|char_ram~26101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26157feeder ( +// Equation(s): +// \text_gen|char_ram~26157feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26157feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y50_N29 +dffeas \text_gen|char_ram~26157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38404 ( +// Equation(s): +// \text_gen|char_ram~38404_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26157_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26101_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26101_q ), + .datad(\text_gen|char_ram~26157_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38404 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38405 ( +// Equation(s): +// \text_gen|char_ram~38405_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38404_combout & ((\text_gen|char_ram~26185_q ))) # (!\text_gen|char_ram~38404_combout & (\text_gen|char_ram~26129_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38404_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26129_q ), + .datac(\text_gen|char_ram~26185_q ), + .datad(\text_gen|char_ram~38404_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38405 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22545feeder ( +// Equation(s): +// \text_gen|char_ram~22545feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22545feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y37_N13 +dffeas \text_gen|char_ram~22545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y37_N19 +dffeas \text_gen|char_ram~22601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y38_N31 +dffeas \text_gen|char_ram~22517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22573feeder ( +// Equation(s): +// \text_gen|char_ram~22573feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22573feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22573feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22573feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y38_N17 +dffeas \text_gen|char_ram~22573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22573feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38406 ( +// Equation(s): +// \text_gen|char_ram~38406_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22573_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22517_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22517_q ), + .datad(\text_gen|char_ram~22573_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38406 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38407 ( +// Equation(s): +// \text_gen|char_ram~38407_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38406_combout & ((\text_gen|char_ram~22601_q ))) # (!\text_gen|char_ram~38406_combout & (\text_gen|char_ram~22545_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38406_combout )))) + + .dataa(\text_gen|char_ram~22545_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22601_q ), + .datad(\text_gen|char_ram~38406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38407 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38408 ( +// Equation(s): +// \text_gen|char_ram~38408_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38405_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38407_combout ))))) + + .dataa(\text_gen|char_ram~38405_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~38407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38408 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~38408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38411 ( +// Equation(s): +// \text_gen|char_ram~38411_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38408_combout & (\text_gen|char_ram~38410_combout )) # (!\text_gen|char_ram~38408_combout & ((\text_gen|char_ram~38403_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38408_combout )))) + + .dataa(\text_gen|char_ram~38410_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38403_combout ), + .datad(\text_gen|char_ram~38408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38411 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38412 ( +// Equation(s): +// \text_gen|char_ram~38412_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~38401_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~38411_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~38401_combout ), + .datad(\text_gen|char_ram~38411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38412 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38423 ( +// Equation(s): +// \text_gen|char_ram~38423_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38412_combout & ((\text_gen|char_ram~38422_combout ))) # (!\text_gen|char_ram~38412_combout & (\text_gen|char_ram~38391_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38412_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38391_combout ), + .datac(\text_gen|char_ram~38422_combout ), + .datad(\text_gen|char_ram~38412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38423 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y21_N7 +dffeas \text_gen|char_ram~25737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y18_N27 +dffeas \text_gen|char_ram~25751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y18_N13 +dffeas \text_gen|char_ram~25709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y18_N27 +dffeas \text_gen|char_ram~25723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38434 ( +// Equation(s): +// \text_gen|char_ram~38434_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25723_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25709_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25709_q ), + .datad(\text_gen|char_ram~25723_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38434 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38435 ( +// Equation(s): +// \text_gen|char_ram~38435_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38434_combout & ((\text_gen|char_ram~25751_q ))) # (!\text_gen|char_ram~38434_combout & (\text_gen|char_ram~25737_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38434_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25737_q ), + .datac(\text_gen|char_ram~25751_q ), + .datad(\text_gen|char_ram~38434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38435 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27529feeder ( +// Equation(s): +// \text_gen|char_ram~27529feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27529feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y19_N23 +dffeas \text_gen|char_ram~27529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y17_N21 +dffeas \text_gen|char_ram~27543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27515feeder ( +// Equation(s): +// \text_gen|char_ram~27515feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27515feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27515feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27515feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y17_N11 +dffeas \text_gen|char_ram~27515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27515feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y17_N11 +dffeas \text_gen|char_ram~27501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38441 ( +// Equation(s): +// \text_gen|char_ram~38441_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~27515_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~27501_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~27515_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27501_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38441 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38442 ( +// Equation(s): +// \text_gen|char_ram~38442_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38441_combout & ((\text_gen|char_ram~27543_q ))) # (!\text_gen|char_ram~38441_combout & (\text_gen|char_ram~27529_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38441_combout )))) + + .dataa(\text_gen|char_ram~27529_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27543_q ), + .datad(\text_gen|char_ram~38441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38442 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23945feeder ( +// Equation(s): +// \text_gen|char_ram~23945feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23945feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23945feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23945feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y16_N27 +dffeas \text_gen|char_ram~23945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23945feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y16_N23 +dffeas \text_gen|char_ram~23959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y16_N29 +dffeas \text_gen|char_ram~23917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23931feeder ( +// Equation(s): +// \text_gen|char_ram~23931feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23931feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23931feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23931feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y12_N13 +dffeas \text_gen|char_ram~23931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23931feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38436 ( +// Equation(s): +// \text_gen|char_ram~38436_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~23931_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23917_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23917_q ), + .datad(\text_gen|char_ram~23931_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38436 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38437 ( +// Equation(s): +// \text_gen|char_ram~38437_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38436_combout & ((\text_gen|char_ram~23959_q ))) # (!\text_gen|char_ram~38436_combout & (\text_gen|char_ram~23945_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38436_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23945_q ), + .datac(\text_gen|char_ram~23959_q ), + .datad(\text_gen|char_ram~38436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38437 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y24_N17 +dffeas \text_gen|char_ram~22153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y23_N17 +dffeas \text_gen|char_ram~22125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y19_N25 +dffeas \text_gen|char_ram~22139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38438 ( +// Equation(s): +// \text_gen|char_ram~38438_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22139_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22125_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22125_q ), + .datad(\text_gen|char_ram~22139_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38438 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y23_N3 +dffeas \text_gen|char_ram~22167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38439 ( +// Equation(s): +// \text_gen|char_ram~38439_combout = (\text_gen|char_ram~38438_combout & (((\text_gen|char_ram~22167_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~38438_combout & (\text_gen|char_ram~22153_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~22153_q ), + .datab(\text_gen|char_ram~38438_combout ), + .datac(\text_gen|char_ram~22167_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38439 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38440 ( +// Equation(s): +// \text_gen|char_ram~38440_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~38437_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~38439_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38437_combout ), + .datad(\text_gen|char_ram~38439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38440 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38443 ( +// Equation(s): +// \text_gen|char_ram~38443_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38440_combout & ((\text_gen|char_ram~38442_combout ))) # (!\text_gen|char_ram~38440_combout & (\text_gen|char_ram~38435_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38440_combout )))) + + .dataa(\text_gen|char_ram~38435_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38442_combout ), + .datad(\text_gen|char_ram~38440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38443 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25681feeder ( +// Equation(s): +// \text_gen|char_ram~25681feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25681feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25681feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25681feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N23 +dffeas \text_gen|char_ram~25681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25681feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y18_N31 +dffeas \text_gen|char_ram~25695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25667feeder ( +// Equation(s): +// \text_gen|char_ram~25667feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25667feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25667feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25667feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N15 +dffeas \text_gen|char_ram~25667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25667feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y18_N1 +dffeas \text_gen|char_ram~25653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38446 ( +// Equation(s): +// \text_gen|char_ram~38446_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~25667_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~25653_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25667_q ), + .datac(\text_gen|char_ram~25653_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38446 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38447 ( +// Equation(s): +// \text_gen|char_ram~38447_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38446_combout & ((\text_gen|char_ram~25695_q ))) # (!\text_gen|char_ram~38446_combout & (\text_gen|char_ram~25681_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38446_combout )))) + + .dataa(\text_gen|char_ram~25681_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25695_q ), + .datad(\text_gen|char_ram~38446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38447 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22097feeder ( +// Equation(s): +// \text_gen|char_ram~22097feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N3 +dffeas \text_gen|char_ram~22097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y19_N31 +dffeas \text_gen|char_ram~22111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y19_N17 +dffeas \text_gen|char_ram~22069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N25 +dffeas \text_gen|char_ram~22083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38448 ( +// Equation(s): +// \text_gen|char_ram~38448_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22083_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22069_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22069_q ), + .datad(\text_gen|char_ram~22083_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38448 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38449 ( +// Equation(s): +// \text_gen|char_ram~38449_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38448_combout & ((\text_gen|char_ram~22111_q ))) # (!\text_gen|char_ram~38448_combout & (\text_gen|char_ram~22097_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38448_combout )))) + + .dataa(\text_gen|char_ram~22097_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22111_q ), + .datad(\text_gen|char_ram~38448_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38449 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38450 ( +// Equation(s): +// \text_gen|char_ram~38450_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38447_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38449_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38447_combout ), + .datac(\text_gen|char_ram~38449_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38450 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27473feeder ( +// Equation(s): +// \text_gen|char_ram~27473feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27473feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27473feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27473feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N3 +dffeas \text_gen|char_ram~27473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27473feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N31 +dffeas \text_gen|char_ram~27459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y21_N15 +dffeas \text_gen|char_ram~27445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38451 ( +// Equation(s): +// \text_gen|char_ram~38451_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~27459_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~27445_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27459_q ), + .datac(\text_gen|char_ram~27445_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~38451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38451 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27487feeder ( +// Equation(s): +// \text_gen|char_ram~27487feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27487feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y21_N23 +dffeas \text_gen|char_ram~27487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38452 ( +// Equation(s): +// \text_gen|char_ram~38452_combout = (\text_gen|char_ram~38451_combout & (((\text_gen|char_ram~27487_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~38451_combout & (\text_gen|char_ram~27473_q & (\vga_c|h_cnt [6]))) + + .dataa(\text_gen|char_ram~27473_q ), + .datab(\text_gen|char_ram~38451_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~27487_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38452 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~38452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23889feeder ( +// Equation(s): +// \text_gen|char_ram~23889feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23889feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N27 +dffeas \text_gen|char_ram~23889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23903feeder ( +// Equation(s): +// \text_gen|char_ram~23903feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23903feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y21_N21 +dffeas \text_gen|char_ram~23903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23903 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y20_N1 +dffeas \text_gen|char_ram~23861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23875feeder ( +// Equation(s): +// \text_gen|char_ram~23875feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23875feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N7 +dffeas \text_gen|char_ram~23875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38444 ( +// Equation(s): +// \text_gen|char_ram~38444_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23875_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23861_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23861_q ), + .datad(\text_gen|char_ram~23875_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38444 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38445 ( +// Equation(s): +// \text_gen|char_ram~38445_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38444_combout & ((\text_gen|char_ram~23903_q ))) # (!\text_gen|char_ram~38444_combout & (\text_gen|char_ram~23889_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38444_combout )))) + + .dataa(\text_gen|char_ram~23889_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23903_q ), + .datad(\text_gen|char_ram~38444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38445 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38453 ( +// Equation(s): +// \text_gen|char_ram~38453_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38450_combout & (\text_gen|char_ram~38452_combout )) # (!\text_gen|char_ram~38450_combout & ((\text_gen|char_ram~38445_combout ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~38450_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38450_combout ), + .datac(\text_gen|char_ram~38452_combout ), + .datad(\text_gen|char_ram~38445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38453 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38454 ( +// Equation(s): +// \text_gen|char_ram~38454_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~38443_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~38453_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38443_combout ), + .datad(\text_gen|char_ram~38453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38454 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25744feeder ( +// Equation(s): +// \text_gen|char_ram~25744feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25744feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y19_N27 +dffeas \text_gen|char_ram~25744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y19_N29 +dffeas \text_gen|char_ram~25758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y25_N17 +dffeas \text_gen|char_ram~25716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25730feeder ( +// Equation(s): +// \text_gen|char_ram~25730feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y25_N15 +dffeas \text_gen|char_ram~25730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38455 ( +// Equation(s): +// \text_gen|char_ram~38455_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25730_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25716_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25716_q ), + .datad(\text_gen|char_ram~25730_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38455 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38456 ( +// Equation(s): +// \text_gen|char_ram~38456_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38455_combout & ((\text_gen|char_ram~25758_q ))) # (!\text_gen|char_ram~38455_combout & (\text_gen|char_ram~25744_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38455_combout )))) + + .dataa(\text_gen|char_ram~25744_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25758_q ), + .datad(\text_gen|char_ram~38455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38456 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27536feeder ( +// Equation(s): +// \text_gen|char_ram~27536feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27536feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27536feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27536feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y14_N21 +dffeas \text_gen|char_ram~27536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27536feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y14_N27 +dffeas \text_gen|char_ram~27550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y13_N11 +dffeas \text_gen|char_ram~27508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27522feeder ( +// Equation(s): +// \text_gen|char_ram~27522feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27522feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y13_N29 +dffeas \text_gen|char_ram~27522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38462 ( +// Equation(s): +// \text_gen|char_ram~38462_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27522_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27508_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27508_q ), + .datad(\text_gen|char_ram~27522_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38462 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38463 ( +// Equation(s): +// \text_gen|char_ram~38463_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38462_combout & ((\text_gen|char_ram~27550_q ))) # (!\text_gen|char_ram~38462_combout & (\text_gen|char_ram~27536_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38462_combout )))) + + .dataa(\text_gen|char_ram~27536_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27550_q ), + .datad(\text_gen|char_ram~38462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38463 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23952feeder ( +// Equation(s): +// \text_gen|char_ram~23952feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23952feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23952feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23952feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y13_N27 +dffeas \text_gen|char_ram~23952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23952feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y15_N7 +dffeas \text_gen|char_ram~23966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y15_N29 +dffeas \text_gen|char_ram~23924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23938feeder ( +// Equation(s): +// \text_gen|char_ram~23938feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23938feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y15_N9 +dffeas \text_gen|char_ram~23938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38457 ( +// Equation(s): +// \text_gen|char_ram~38457_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23938_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23924_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23924_q ), + .datad(\text_gen|char_ram~23938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38457 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38458 ( +// Equation(s): +// \text_gen|char_ram~38458_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38457_combout & ((\text_gen|char_ram~23966_q ))) # (!\text_gen|char_ram~38457_combout & (\text_gen|char_ram~23952_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38457_combout )))) + + .dataa(\text_gen|char_ram~23952_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23966_q ), + .datad(\text_gen|char_ram~38457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38458 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y19_N15 +dffeas \text_gen|char_ram~22132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22146feeder ( +// Equation(s): +// \text_gen|char_ram~22146feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22146feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22146feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22146feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y19_N7 +dffeas \text_gen|char_ram~22146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22146feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38459 ( +// Equation(s): +// \text_gen|char_ram~38459_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22146_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22132_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22132_q ), + .datad(\text_gen|char_ram~22146_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38459 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y19_N21 +dffeas \text_gen|char_ram~22174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22160feeder ( +// Equation(s): +// \text_gen|char_ram~22160feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22160feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22160feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22160feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y15_N17 +dffeas \text_gen|char_ram~22160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22160feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38460 ( +// Equation(s): +// \text_gen|char_ram~38460_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38459_combout & (\text_gen|char_ram~22174_q )) # (!\text_gen|char_ram~38459_combout & ((\text_gen|char_ram~22160_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~38459_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38459_combout ), + .datac(\text_gen|char_ram~22174_q ), + .datad(\text_gen|char_ram~22160_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38460 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38461 ( +// Equation(s): +// \text_gen|char_ram~38461_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38458_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~38460_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~38458_combout ), + .datab(\text_gen|char_ram~38460_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38461 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~38461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38464 ( +// Equation(s): +// \text_gen|char_ram~38464_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38461_combout & ((\text_gen|char_ram~38463_combout ))) # (!\text_gen|char_ram~38461_combout & (\text_gen|char_ram~38456_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38461_combout )))) + + .dataa(\text_gen|char_ram~38456_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38463_combout ), + .datad(\text_gen|char_ram~38461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38464 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y25_N11 +dffeas \text_gen|char_ram~27466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y25_N29 +dffeas \text_gen|char_ram~27452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38431 ( +// Equation(s): +// \text_gen|char_ram~38431_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~27466_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~27452_q ))))) + + .dataa(\text_gen|char_ram~27466_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27452_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~38431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38431 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y21_N3 +dffeas \text_gen|char_ram~27494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27480feeder ( +// Equation(s): +// \text_gen|char_ram~27480feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27480feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y20_N3 +dffeas \text_gen|char_ram~27480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38432 ( +// Equation(s): +// \text_gen|char_ram~38432_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38431_combout & (\text_gen|char_ram~27494_q )) # (!\text_gen|char_ram~38431_combout & ((\text_gen|char_ram~27480_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~38431_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38431_combout ), + .datac(\text_gen|char_ram~27494_q ), + .datad(\text_gen|char_ram~27480_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38432 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N7 +dffeas \text_gen|char_ram~23868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y20_N13 +dffeas \text_gen|char_ram~23882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38424 ( +// Equation(s): +// \text_gen|char_ram~38424_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23882_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23868_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23868_q ), + .datad(\text_gen|char_ram~23882_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38424 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y20_N17 +dffeas \text_gen|char_ram~23910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y20_N7 +dffeas \text_gen|char_ram~23896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38425 ( +// Equation(s): +// \text_gen|char_ram~38425_combout = (\text_gen|char_ram~38424_combout & (((\text_gen|char_ram~23910_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38424_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23896_q )))) + + .dataa(\text_gen|char_ram~38424_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23910_q ), + .datad(\text_gen|char_ram~23896_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38425 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25688feeder ( +// Equation(s): +// \text_gen|char_ram~25688feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25688feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25688feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25688feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N21 +dffeas \text_gen|char_ram~25688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25688feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y22_N31 +dffeas \text_gen|char_ram~25702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y22_N13 +dffeas \text_gen|char_ram~25660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25674feeder ( +// Equation(s): +// \text_gen|char_ram~25674feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25674feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y30_N5 +dffeas \text_gen|char_ram~25674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38426 ( +// Equation(s): +// \text_gen|char_ram~38426_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25674_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25660_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25660_q ), + .datad(\text_gen|char_ram~25674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38426 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38427 ( +// Equation(s): +// \text_gen|char_ram~38427_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38426_combout & ((\text_gen|char_ram~25702_q ))) # (!\text_gen|char_ram~38426_combout & (\text_gen|char_ram~25688_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38426_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25688_q ), + .datac(\text_gen|char_ram~25702_q ), + .datad(\text_gen|char_ram~38426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38427 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y19_N29 +dffeas \text_gen|char_ram~22076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22090feeder ( +// Equation(s): +// \text_gen|char_ram~22090feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~22090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22090feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~22090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y19_N19 +dffeas \text_gen|char_ram~22090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38428 ( +// Equation(s): +// \text_gen|char_ram~38428_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22090_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22076_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22076_q ), + .datad(\text_gen|char_ram~22090_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38428 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y23_N13 +dffeas \text_gen|char_ram~22118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22104feeder ( +// Equation(s): +// \text_gen|char_ram~22104feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22104feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22104feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22104feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N9 +dffeas \text_gen|char_ram~22104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22104feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38429 ( +// Equation(s): +// \text_gen|char_ram~38429_combout = (\text_gen|char_ram~38428_combout & (((\text_gen|char_ram~22118_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38428_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~22104_q )))) + + .dataa(\text_gen|char_ram~38428_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22118_q ), + .datad(\text_gen|char_ram~22104_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38429 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38430 ( +// Equation(s): +// \text_gen|char_ram~38430_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38427_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38429_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38427_combout ), + .datad(\text_gen|char_ram~38429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38430 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38433 ( +// Equation(s): +// \text_gen|char_ram~38433_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38430_combout & (\text_gen|char_ram~38432_combout )) # (!\text_gen|char_ram~38430_combout & ((\text_gen|char_ram~38425_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38430_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38432_combout ), + .datac(\text_gen|char_ram~38425_combout ), + .datad(\text_gen|char_ram~38430_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38433 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38465 ( +// Equation(s): +// \text_gen|char_ram~38465_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38454_combout & (\text_gen|char_ram~38464_combout )) # (!\text_gen|char_ram~38454_combout & ((\text_gen|char_ram~38433_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~38454_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38454_combout ), + .datac(\text_gen|char_ram~38464_combout ), + .datad(\text_gen|char_ram~38433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38465 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25268feeder ( +// Equation(s): +// \text_gen|char_ram~25268feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25268feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25268feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25268feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y45_N27 +dffeas \text_gen|char_ram~25268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25268feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y46_N23 +dffeas \text_gen|char_ram~25282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y46_N5 +dffeas \text_gen|char_ram~25212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25226feeder ( +// Equation(s): +// \text_gen|char_ram~25226feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25226feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y46_N27 +dffeas \text_gen|char_ram~25226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38468 ( +// Equation(s): +// \text_gen|char_ram~38468_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25226_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25212_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25212_q ), + .datad(\text_gen|char_ram~25226_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38468 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38469 ( +// Equation(s): +// \text_gen|char_ram~38469_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38468_combout & ((\text_gen|char_ram~25282_q ))) # (!\text_gen|char_ram~38468_combout & (\text_gen|char_ram~25268_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38468_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25268_q ), + .datac(\text_gen|char_ram~25282_q ), + .datad(\text_gen|char_ram~38468_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38469 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21642feeder ( +// Equation(s): +// \text_gen|char_ram~21642feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21642feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y43_N27 +dffeas \text_gen|char_ram~21642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y42_N9 +dffeas \text_gen|char_ram~21628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38470 ( +// Equation(s): +// \text_gen|char_ram~38470_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~21642_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~21628_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21642_q ), + .datac(\text_gen|char_ram~21628_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~38470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38470 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y46_N1 +dffeas \text_gen|char_ram~21698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21684feeder ( +// Equation(s): +// \text_gen|char_ram~21684feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21684feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y42_N9 +dffeas \text_gen|char_ram~21684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38471 ( +// Equation(s): +// \text_gen|char_ram~38471_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38470_combout & (\text_gen|char_ram~21698_q )) # (!\text_gen|char_ram~38470_combout & ((\text_gen|char_ram~21684_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~38470_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38470_combout ), + .datac(\text_gen|char_ram~21698_q ), + .datad(\text_gen|char_ram~21684_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38471 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38472 ( +// Equation(s): +// \text_gen|char_ram~38472_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~38469_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~38471_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38469_combout ), + .datad(\text_gen|char_ram~38471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38472 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27018feeder ( +// Equation(s): +// \text_gen|char_ram~27018feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27018feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y36_N29 +dffeas \text_gen|char_ram~27018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y44_N27 +dffeas \text_gen|char_ram~27074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y44_N17 +dffeas \text_gen|char_ram~27004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27060feeder ( +// Equation(s): +// \text_gen|char_ram~27060feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27060feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27060feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27060feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N29 +dffeas \text_gen|char_ram~27060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27060feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38473 ( +// Equation(s): +// \text_gen|char_ram~38473_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27060_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27004_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27004_q ), + .datad(\text_gen|char_ram~27060_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38473 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38474 ( +// Equation(s): +// \text_gen|char_ram~38474_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38473_combout & ((\text_gen|char_ram~27074_q ))) # (!\text_gen|char_ram~38473_combout & (\text_gen|char_ram~27018_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38473_combout )))) + + .dataa(\text_gen|char_ram~27018_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27074_q ), + .datad(\text_gen|char_ram~38473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38474 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23434feeder ( +// Equation(s): +// \text_gen|char_ram~23434feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23434feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N13 +dffeas \text_gen|char_ram~23434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y44_N31 +dffeas \text_gen|char_ram~23490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y40_N19 +dffeas \text_gen|char_ram~23420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y40_N29 +dffeas \text_gen|char_ram~23476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38466 ( +// Equation(s): +// \text_gen|char_ram~38466_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~23476_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23420_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23420_q ), + .datad(\text_gen|char_ram~23476_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38466 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38467 ( +// Equation(s): +// \text_gen|char_ram~38467_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38466_combout & ((\text_gen|char_ram~23490_q ))) # (!\text_gen|char_ram~38466_combout & (\text_gen|char_ram~23434_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38466_combout )))) + + .dataa(\text_gen|char_ram~23434_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23490_q ), + .datad(\text_gen|char_ram~38466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38467 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38475 ( +// Equation(s): +// \text_gen|char_ram~38475_combout = (\text_gen|char_ram~38472_combout & (((\text_gen|char_ram~38474_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~38472_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38467_combout )))) + + .dataa(\text_gen|char_ram~38472_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38474_combout ), + .datad(\text_gen|char_ram~38467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38475 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27046feeder ( +// Equation(s): +// \text_gen|char_ram~27046feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27046feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N11 +dffeas \text_gen|char_ram~27046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y44_N17 +dffeas \text_gen|char_ram~27102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y44_N11 +dffeas \text_gen|char_ram~27032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y41_N27 +dffeas \text_gen|char_ram~27088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38504 ( +// Equation(s): +// \text_gen|char_ram~38504_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27088_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27032_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27032_q ), + .datad(\text_gen|char_ram~27088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38504 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38505 ( +// Equation(s): +// \text_gen|char_ram~38505_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38504_combout & ((\text_gen|char_ram~27102_q ))) # (!\text_gen|char_ram~38504_combout & (\text_gen|char_ram~27046_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38504_combout )))) + + .dataa(\text_gen|char_ram~27046_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27102_q ), + .datad(\text_gen|char_ram~38504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38505 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23462feeder ( +// Equation(s): +// \text_gen|char_ram~23462feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23462feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23462feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23462feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y38_N17 +dffeas \text_gen|char_ram~23462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23462feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y38_N1 +dffeas \text_gen|char_ram~23518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y38_N17 +dffeas \text_gen|char_ram~23448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23504feeder ( +// Equation(s): +// \text_gen|char_ram~23504feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23504feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y38_N19 +dffeas \text_gen|char_ram~23504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38499 ( +// Equation(s): +// \text_gen|char_ram~38499_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~23504_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23448_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23448_q ), + .datad(\text_gen|char_ram~23504_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38499 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38500 ( +// Equation(s): +// \text_gen|char_ram~38500_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38499_combout & ((\text_gen|char_ram~23518_q ))) # (!\text_gen|char_ram~38499_combout & (\text_gen|char_ram~23462_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38499_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~23462_q ), + .datac(\text_gen|char_ram~23518_q ), + .datad(\text_gen|char_ram~38499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38500 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21712feeder ( +// Equation(s): +// \text_gen|char_ram~21712feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21712feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y31_N9 +dffeas \text_gen|char_ram~21712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y38_N19 +dffeas \text_gen|char_ram~21726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y35_N9 +dffeas \text_gen|char_ram~21656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N31 +dffeas \text_gen|char_ram~21670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38501 ( +// Equation(s): +// \text_gen|char_ram~38501_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21670_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21656_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21656_q ), + .datad(\text_gen|char_ram~21670_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38501 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38502 ( +// Equation(s): +// \text_gen|char_ram~38502_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38501_combout & ((\text_gen|char_ram~21726_q ))) # (!\text_gen|char_ram~38501_combout & (\text_gen|char_ram~21712_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38501_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21712_q ), + .datac(\text_gen|char_ram~21726_q ), + .datad(\text_gen|char_ram~38501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38502 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38503 ( +// Equation(s): +// \text_gen|char_ram~38503_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38500_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~38502_combout )))) + + .dataa(\text_gen|char_ram~38500_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~38502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38503 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~38503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25296feeder ( +// Equation(s): +// \text_gen|char_ram~25296feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25296feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y48_N29 +dffeas \text_gen|char_ram~25296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y48_N29 +dffeas \text_gen|char_ram~25310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y48_N11 +dffeas \text_gen|char_ram~25240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25254feeder ( +// Equation(s): +// \text_gen|char_ram~25254feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25254feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25254feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25254feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y51_N9 +dffeas \text_gen|char_ram~25254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25254feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38497 ( +// Equation(s): +// \text_gen|char_ram~38497_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25254_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25240_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25240_q ), + .datad(\text_gen|char_ram~25254_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38497 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38498 ( +// Equation(s): +// \text_gen|char_ram~38498_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38497_combout & ((\text_gen|char_ram~25310_q ))) # (!\text_gen|char_ram~38497_combout & (\text_gen|char_ram~25296_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38497_combout )))) + + .dataa(\text_gen|char_ram~25296_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25310_q ), + .datad(\text_gen|char_ram~38497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38498 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38506 ( +// Equation(s): +// \text_gen|char_ram~38506_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38503_combout & (\text_gen|char_ram~38505_combout )) # (!\text_gen|char_ram~38503_combout & ((\text_gen|char_ram~38498_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38503_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38505_combout ), + .datac(\text_gen|char_ram~38503_combout ), + .datad(\text_gen|char_ram~38498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38506 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~38506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27039feeder ( +// Equation(s): +// \text_gen|char_ram~27039feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27039feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y40_N31 +dffeas \text_gen|char_ram~27039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y39_N29 +dffeas \text_gen|char_ram~27095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y39_N19 +dffeas \text_gen|char_ram~27025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27081feeder ( +// Equation(s): +// \text_gen|char_ram~27081feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27081feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N1 +dffeas \text_gen|char_ram~27081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38483 ( +// Equation(s): +// \text_gen|char_ram~38483_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27081_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27025_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27025_q ), + .datad(\text_gen|char_ram~27081_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38483 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38484 ( +// Equation(s): +// \text_gen|char_ram~38484_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38483_combout & ((\text_gen|char_ram~27095_q ))) # (!\text_gen|char_ram~38483_combout & (\text_gen|char_ram~27039_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38483_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27039_q ), + .datac(\text_gen|char_ram~27095_q ), + .datad(\text_gen|char_ram~38483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38484 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21705feeder ( +// Equation(s): +// \text_gen|char_ram~21705feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21705feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21705feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21705feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y39_N15 +dffeas \text_gen|char_ram~21705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21705feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y39_N23 +dffeas \text_gen|char_ram~21719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y39_N1 +dffeas \text_gen|char_ram~21649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21663feeder ( +// Equation(s): +// \text_gen|char_ram~21663feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21663feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y40_N21 +dffeas \text_gen|char_ram~21663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38480 ( +// Equation(s): +// \text_gen|char_ram~38480_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21663_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21649_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21649_q ), + .datad(\text_gen|char_ram~21663_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38480 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38481 ( +// Equation(s): +// \text_gen|char_ram~38481_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38480_combout & ((\text_gen|char_ram~21719_q ))) # (!\text_gen|char_ram~38480_combout & (\text_gen|char_ram~21705_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38480_combout )))) + + .dataa(\text_gen|char_ram~21705_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21719_q ), + .datad(\text_gen|char_ram~38480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38481 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23497feeder ( +// Equation(s): +// \text_gen|char_ram~23497feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N3 +dffeas \text_gen|char_ram~23497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y39_N7 +dffeas \text_gen|char_ram~23511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y39_N17 +dffeas \text_gen|char_ram~23441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23455feeder ( +// Equation(s): +// \text_gen|char_ram~23455feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y21_N11 +dffeas \text_gen|char_ram~23455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38478 ( +// Equation(s): +// \text_gen|char_ram~38478_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~23455_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23441_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23441_q ), + .datad(\text_gen|char_ram~23455_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38478 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38479 ( +// Equation(s): +// \text_gen|char_ram~38479_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38478_combout & ((\text_gen|char_ram~23511_q ))) # (!\text_gen|char_ram~38478_combout & (\text_gen|char_ram~23497_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38478_combout )))) + + .dataa(\text_gen|char_ram~23497_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23511_q ), + .datad(\text_gen|char_ram~38478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38479 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38482 ( +// Equation(s): +// \text_gen|char_ram~38482_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~38479_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~38481_combout )))) + + .dataa(\text_gen|char_ram~38481_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~38479_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38482 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~38482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25289feeder ( +// Equation(s): +// \text_gen|char_ram~25289feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25289feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25289feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25289feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y39_N25 +dffeas \text_gen|char_ram~25289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25289feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y39_N7 +dffeas \text_gen|char_ram~25303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y39_N11 +dffeas \text_gen|char_ram~25233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y50_N25 +dffeas \text_gen|char_ram~25247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38476 ( +// Equation(s): +// \text_gen|char_ram~38476_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25247_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25233_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25233_q ), + .datad(\text_gen|char_ram~25247_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38476 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38477 ( +// Equation(s): +// \text_gen|char_ram~38477_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38476_combout & ((\text_gen|char_ram~25303_q ))) # (!\text_gen|char_ram~38476_combout & (\text_gen|char_ram~25289_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38476_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25289_q ), + .datac(\text_gen|char_ram~25303_q ), + .datad(\text_gen|char_ram~38476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38477 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38485 ( +// Equation(s): +// \text_gen|char_ram~38485_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38482_combout & (\text_gen|char_ram~38484_combout )) # (!\text_gen|char_ram~38482_combout & ((\text_gen|char_ram~38477_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38482_combout )))) + + .dataa(\text_gen|char_ram~38484_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38482_combout ), + .datad(\text_gen|char_ram~38477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38485 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~38485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y45_N1 +dffeas \text_gen|char_ram~26997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27011feeder ( +// Equation(s): +// \text_gen|char_ram~27011feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27011feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27011feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27011feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y37_N23 +dffeas \text_gen|char_ram~27011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27011feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38493 ( +// Equation(s): +// \text_gen|char_ram~38493_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~27011_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26997_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26997_q ), + .datad(\text_gen|char_ram~27011_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38493 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y40_N19 +dffeas \text_gen|char_ram~27067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27053feeder ( +// Equation(s): +// \text_gen|char_ram~27053feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27053feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y40_N29 +dffeas \text_gen|char_ram~27053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38494 ( +// Equation(s): +// \text_gen|char_ram~38494_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38493_combout & (\text_gen|char_ram~27067_q )) # (!\text_gen|char_ram~38493_combout & ((\text_gen|char_ram~27053_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~38493_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38493_combout ), + .datac(\text_gen|char_ram~27067_q ), + .datad(\text_gen|char_ram~27053_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38494 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y21_N21 +dffeas \text_gen|char_ram~23469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y38_N31 +dffeas \text_gen|char_ram~23483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23427feeder ( +// Equation(s): +// \text_gen|char_ram~23427feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23427feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23427feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23427feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y37_N7 +dffeas \text_gen|char_ram~23427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23427feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y38_N25 +dffeas \text_gen|char_ram~23413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38486 ( +// Equation(s): +// \text_gen|char_ram~38486_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~23427_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~23413_q ))))) + + .dataa(\text_gen|char_ram~23427_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23413_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~38486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38486 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38487 ( +// Equation(s): +// \text_gen|char_ram~38487_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38486_combout & ((\text_gen|char_ram~23483_q ))) # (!\text_gen|char_ram~38486_combout & (\text_gen|char_ram~23469_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38486_combout )))) + + .dataa(\text_gen|char_ram~23469_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23483_q ), + .datad(\text_gen|char_ram~38486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38487 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21677feeder ( +// Equation(s): +// \text_gen|char_ram~21677feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21677feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y26_N9 +dffeas \text_gen|char_ram~21677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y37_N23 +dffeas \text_gen|char_ram~21691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y37_N13 +dffeas \text_gen|char_ram~21621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~21635feeder ( +// Equation(s): +// \text_gen|char_ram~21635feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21635feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y37_N5 +dffeas \text_gen|char_ram~21635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38490 ( +// Equation(s): +// \text_gen|char_ram~38490_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21635_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21621_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21621_q ), + .datad(\text_gen|char_ram~21635_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38490 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38491 ( +// Equation(s): +// \text_gen|char_ram~38491_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38490_combout & ((\text_gen|char_ram~21691_q ))) # (!\text_gen|char_ram~38490_combout & (\text_gen|char_ram~21677_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38490_combout )))) + + .dataa(\text_gen|char_ram~21677_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21691_q ), + .datad(\text_gen|char_ram~38490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38491 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25261feeder ( +// Equation(s): +// \text_gen|char_ram~25261feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25261feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y50_N21 +dffeas \text_gen|char_ram~25261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y50_N23 +dffeas \text_gen|char_ram~25275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y50_N13 +dffeas \text_gen|char_ram~25205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25219feeder ( +// Equation(s): +// \text_gen|char_ram~25219feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25219feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25219feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25219feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y50_N31 +dffeas \text_gen|char_ram~25219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25219feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38488 ( +// Equation(s): +// \text_gen|char_ram~38488_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25219_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25205_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25205_q ), + .datad(\text_gen|char_ram~25219_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38488 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38489 ( +// Equation(s): +// \text_gen|char_ram~38489_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38488_combout & ((\text_gen|char_ram~25275_q ))) # (!\text_gen|char_ram~38488_combout & (\text_gen|char_ram~25261_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38488_combout )))) + + .dataa(\text_gen|char_ram~25261_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25275_q ), + .datad(\text_gen|char_ram~38488_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38489 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38492 ( +// Equation(s): +// \text_gen|char_ram~38492_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~38489_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~38491_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38491_combout ), + .datad(\text_gen|char_ram~38489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38492 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38495 ( +// Equation(s): +// \text_gen|char_ram~38495_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38492_combout & (\text_gen|char_ram~38494_combout )) # (!\text_gen|char_ram~38492_combout & ((\text_gen|char_ram~38487_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38492_combout )))) + + .dataa(\text_gen|char_ram~38494_combout ), + .datab(\text_gen|char_ram~38487_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~38492_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38495 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~38495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38496 ( +// Equation(s): +// \text_gen|char_ram~38496_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~38485_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~38495_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38485_combout ), + .datad(\text_gen|char_ram~38495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38496 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38507 ( +// Equation(s): +// \text_gen|char_ram~38507_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38496_combout & ((\text_gen|char_ram~38506_combout ))) # (!\text_gen|char_ram~38496_combout & (\text_gen|char_ram~38475_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38496_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38475_combout ), + .datac(\text_gen|char_ram~38506_combout ), + .datad(\text_gen|char_ram~38496_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38507 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38508 ( +// Equation(s): +// \text_gen|char_ram~38508_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~38465_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~38507_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38465_combout ), + .datad(\text_gen|char_ram~38507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38508 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24820feeder ( +// Equation(s): +// \text_gen|char_ram~24820feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24820feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24820feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24820feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y23_N15 +dffeas \text_gen|char_ram~24820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24820feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y23_N29 +dffeas \text_gen|char_ram~24834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24827feeder ( +// Equation(s): +// \text_gen|char_ram~24827feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24827feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24827feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24827feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y27_N19 +dffeas \text_gen|char_ram~24827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24827feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24813feeder ( +// Equation(s): +// \text_gen|char_ram~24813feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y23_N25 +dffeas \text_gen|char_ram~24813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38519 ( +// Equation(s): +// \text_gen|char_ram~38519_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~24827_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~24813_q ))))) + + .dataa(\text_gen|char_ram~24827_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~24813_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38519 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~38519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38520 ( +// Equation(s): +// \text_gen|char_ram~38520_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38519_combout & ((\text_gen|char_ram~24834_q ))) # (!\text_gen|char_ram~38519_combout & (\text_gen|char_ram~24820_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38519_combout )))) + + .dataa(\text_gen|char_ram~24820_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24834_q ), + .datad(\text_gen|char_ram~38519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38520 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y30_N21 +dffeas \text_gen|char_ram~28404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y30_N1 +dffeas \text_gen|char_ram~28397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28411feeder ( +// Equation(s): +// \text_gen|char_ram~28411feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y34_N15 +dffeas \text_gen|char_ram~28411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38526 ( +// Equation(s): +// \text_gen|char_ram~38526_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~28411_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28397_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28397_q ), + .datad(\text_gen|char_ram~28411_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38526 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y30_N11 +dffeas \text_gen|char_ram~28418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38527 ( +// Equation(s): +// \text_gen|char_ram~38527_combout = (\text_gen|char_ram~38526_combout & (((\text_gen|char_ram~28418_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~38526_combout & (\text_gen|char_ram~28404_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~28404_q ), + .datab(\text_gen|char_ram~38526_combout ), + .datac(\text_gen|char_ram~28418_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38527 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y33_N23 +dffeas \text_gen|char_ram~26605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26619feeder ( +// Equation(s): +// \text_gen|char_ram~26619feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26619feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26619feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26619feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y33_N29 +dffeas \text_gen|char_ram~26619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26619feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38521 ( +// Equation(s): +// \text_gen|char_ram~38521_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~26619_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26605_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26605_q ), + .datad(\text_gen|char_ram~26619_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38521 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y26_N5 +dffeas \text_gen|char_ram~26626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26612feeder ( +// Equation(s): +// \text_gen|char_ram~26612feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26612feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26612feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26612feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y33_N7 +dffeas \text_gen|char_ram~26612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26612feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38522 ( +// Equation(s): +// \text_gen|char_ram~38522_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38521_combout & (\text_gen|char_ram~26626_q )) # (!\text_gen|char_ram~38521_combout & ((\text_gen|char_ram~26612_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~38521_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38521_combout ), + .datac(\text_gen|char_ram~26626_q ), + .datad(\text_gen|char_ram~26612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38522 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23028feeder ( +// Equation(s): +// \text_gen|char_ram~23028feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23028feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23028feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23028feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y26_N5 +dffeas \text_gen|char_ram~23028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23028feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y26_N31 +dffeas \text_gen|char_ram~23042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y34_N13 +dffeas \text_gen|char_ram~23021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23035feeder ( +// Equation(s): +// \text_gen|char_ram~23035feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y34_N25 +dffeas \text_gen|char_ram~23035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38523 ( +// Equation(s): +// \text_gen|char_ram~38523_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~23035_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23021_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23021_q ), + .datad(\text_gen|char_ram~23035_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38523 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38524 ( +// Equation(s): +// \text_gen|char_ram~38524_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38523_combout & ((\text_gen|char_ram~23042_q ))) # (!\text_gen|char_ram~38523_combout & (\text_gen|char_ram~23028_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38523_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~23028_q ), + .datac(\text_gen|char_ram~23042_q ), + .datad(\text_gen|char_ram~38523_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38524 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38525 ( +// Equation(s): +// \text_gen|char_ram~38525_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38522_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~38524_combout & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38522_combout ), + .datac(\text_gen|char_ram~38524_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38525 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38528 ( +// Equation(s): +// \text_gen|char_ram~38528_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38525_combout & ((\text_gen|char_ram~38527_combout ))) # (!\text_gen|char_ram~38525_combout & (\text_gen|char_ram~38520_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38525_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38520_combout ), + .datac(\text_gen|char_ram~38527_combout ), + .datad(\text_gen|char_ram~38525_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38528 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y24_N29 +dffeas \text_gen|char_ram~24764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y24_N19 +dffeas \text_gen|char_ram~24778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y28_N19 +dffeas \text_gen|char_ram~24757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y26_N11 +dffeas \text_gen|char_ram~24771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38529 ( +// Equation(s): +// \text_gen|char_ram~38529_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~24771_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24757_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24757_q ), + .datad(\text_gen|char_ram~24771_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38529 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38530 ( +// Equation(s): +// \text_gen|char_ram~38530_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38529_combout & ((\text_gen|char_ram~24778_q ))) # (!\text_gen|char_ram~38529_combout & (\text_gen|char_ram~24764_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38529_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~24764_q ), + .datac(\text_gen|char_ram~24778_q ), + .datad(\text_gen|char_ram~38529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38530 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y30_N7 +dffeas \text_gen|char_ram~28348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y30_N9 +dffeas \text_gen|char_ram~28362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N23 +dffeas \text_gen|char_ram~28341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y36_N25 +dffeas \text_gen|char_ram~28355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38536 ( +// Equation(s): +// \text_gen|char_ram~38536_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28355_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28341_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28341_q ), + .datad(\text_gen|char_ram~28355_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38536 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38537 ( +// Equation(s): +// \text_gen|char_ram~38537_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38536_combout & ((\text_gen|char_ram~28362_q ))) # (!\text_gen|char_ram~38536_combout & (\text_gen|char_ram~28348_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38536_combout )))) + + .dataa(\text_gen|char_ram~28348_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28362_q ), + .datad(\text_gen|char_ram~38536_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38537 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26563feeder ( +// Equation(s): +// \text_gen|char_ram~26563feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26563feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26563feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26563feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N13 +dffeas \text_gen|char_ram~26563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26563feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y33_N7 +dffeas \text_gen|char_ram~26549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38531 ( +// Equation(s): +// \text_gen|char_ram~38531_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~26563_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~26549_q ))))) + + .dataa(\text_gen|char_ram~26563_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26549_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~38531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38531 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y26_N15 +dffeas \text_gen|char_ram~26570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26556feeder ( +// Equation(s): +// \text_gen|char_ram~26556feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y27_N19 +dffeas \text_gen|char_ram~26556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38532 ( +// Equation(s): +// \text_gen|char_ram~38532_combout = (\text_gen|char_ram~38531_combout & (((\text_gen|char_ram~26570_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~38531_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~26556_q )))) + + .dataa(\text_gen|char_ram~38531_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26570_q ), + .datad(\text_gen|char_ram~26556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38532 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22972feeder ( +// Equation(s): +// \text_gen|char_ram~22972feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y27_N13 +dffeas \text_gen|char_ram~22972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y26_N17 +dffeas \text_gen|char_ram~22986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N13 +dffeas \text_gen|char_ram~22965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22979feeder ( +// Equation(s): +// \text_gen|char_ram~22979feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22979feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22979feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22979feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y34_N19 +dffeas \text_gen|char_ram~22979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22979feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38533 ( +// Equation(s): +// \text_gen|char_ram~38533_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22979_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22965_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22965_q ), + .datad(\text_gen|char_ram~22979_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38533 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38534 ( +// Equation(s): +// \text_gen|char_ram~38534_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38533_combout & ((\text_gen|char_ram~22986_q ))) # (!\text_gen|char_ram~38533_combout & (\text_gen|char_ram~22972_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38533_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22972_q ), + .datac(\text_gen|char_ram~22986_q ), + .datad(\text_gen|char_ram~38533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38534 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38535 ( +// Equation(s): +// \text_gen|char_ram~38535_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38532_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38534_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38532_combout ), + .datad(\text_gen|char_ram~38534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38535 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38538 ( +// Equation(s): +// \text_gen|char_ram~38538_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38535_combout & ((\text_gen|char_ram~38537_combout ))) # (!\text_gen|char_ram~38535_combout & (\text_gen|char_ram~38530_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~38535_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~38530_combout ), + .datac(\text_gen|char_ram~38537_combout ), + .datad(\text_gen|char_ram~38535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38538 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38539 ( +// Equation(s): +// \text_gen|char_ram~38539_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~38528_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~38538_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38528_combout ), + .datad(\text_gen|char_ram~38538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38539 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26584feeder ( +// Equation(s): +// \text_gen|char_ram~26584feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26584feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26584feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26584feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y30_N29 +dffeas \text_gen|char_ram~26584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26584feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y30_N3 +dffeas \text_gen|char_ram~26598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y33_N29 +dffeas \text_gen|char_ram~26577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y30_N25 +dffeas \text_gen|char_ram~26591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38511 ( +// Equation(s): +// \text_gen|char_ram~38511_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~26591_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26577_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26577_q ), + .datad(\text_gen|char_ram~26591_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38511 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38512 ( +// Equation(s): +// \text_gen|char_ram~38512_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38511_combout & ((\text_gen|char_ram~26598_q ))) # (!\text_gen|char_ram~38511_combout & (\text_gen|char_ram~26584_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38511_combout )))) + + .dataa(\text_gen|char_ram~26584_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26598_q ), + .datad(\text_gen|char_ram~38511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38512 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23000feeder ( +// Equation(s): +// \text_gen|char_ram~23000feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23000feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23000feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23000feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y30_N7 +dffeas \text_gen|char_ram~23000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23000feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y30_N13 +dffeas \text_gen|char_ram~23014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y37_N21 +dffeas \text_gen|char_ram~22993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23007feeder ( +// Equation(s): +// \text_gen|char_ram~23007feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y33_N9 +dffeas \text_gen|char_ram~23007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38513 ( +// Equation(s): +// \text_gen|char_ram~38513_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~23007_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22993_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22993_q ), + .datad(\text_gen|char_ram~23007_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38513 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38514 ( +// Equation(s): +// \text_gen|char_ram~38514_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38513_combout & ((\text_gen|char_ram~23014_q ))) # (!\text_gen|char_ram~38513_combout & (\text_gen|char_ram~23000_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38513_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~23000_q ), + .datac(\text_gen|char_ram~23014_q ), + .datad(\text_gen|char_ram~38513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38514 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38515 ( +// Equation(s): +// \text_gen|char_ram~38515_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38512_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38514_combout ))))) + + .dataa(\text_gen|char_ram~38512_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~38514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38515 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~38515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~28376feeder ( +// Equation(s): +// \text_gen|char_ram~28376feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28376feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28376feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28376feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y30_N11 +dffeas \text_gen|char_ram~28376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28376feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y30_N19 +dffeas \text_gen|char_ram~28390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y33_N15 +dffeas \text_gen|char_ram~28369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28383feeder ( +// Equation(s): +// \text_gen|char_ram~28383feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y33_N3 +dffeas \text_gen|char_ram~28383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38516 ( +// Equation(s): +// \text_gen|char_ram~38516_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~28383_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28369_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28369_q ), + .datad(\text_gen|char_ram~28383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38516 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38517 ( +// Equation(s): +// \text_gen|char_ram~38517_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38516_combout & ((\text_gen|char_ram~28390_q ))) # (!\text_gen|char_ram~38516_combout & (\text_gen|char_ram~28376_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38516_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~28376_q ), + .datac(\text_gen|char_ram~28390_q ), + .datad(\text_gen|char_ram~38516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38517 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24792feeder ( +// Equation(s): +// \text_gen|char_ram~24792feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24792feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24792feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24792feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y30_N13 +dffeas \text_gen|char_ram~24792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24792feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y30_N11 +dffeas \text_gen|char_ram~24806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y33_N11 +dffeas \text_gen|char_ram~24785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24799feeder ( +// Equation(s): +// \text_gen|char_ram~24799feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y36_N19 +dffeas \text_gen|char_ram~24799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38509 ( +// Equation(s): +// \text_gen|char_ram~38509_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~24799_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24785_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24785_q ), + .datad(\text_gen|char_ram~24799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38509 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38510 ( +// Equation(s): +// \text_gen|char_ram~38510_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38509_combout & ((\text_gen|char_ram~24806_q ))) # (!\text_gen|char_ram~38509_combout & (\text_gen|char_ram~24792_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38509_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~24792_q ), + .datac(\text_gen|char_ram~24806_q ), + .datad(\text_gen|char_ram~38509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38510 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38518 ( +// Equation(s): +// \text_gen|char_ram~38518_combout = (\text_gen|char_ram~38515_combout & ((\text_gen|char_ram~38517_combout ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~38515_combout & (((\text_gen|char_ram~38510_combout & \text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~38515_combout ), + .datab(\text_gen|char_ram~38517_combout ), + .datac(\text_gen|char_ram~38510_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38518 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~38518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26654feeder ( +// Equation(s): +// \text_gen|char_ram~26654feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26654feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26654feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26654feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y27_N31 +dffeas \text_gen|char_ram~26654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26654feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y32_N9 +dffeas \text_gen|char_ram~28439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y32_N31 +dffeas \text_gen|char_ram~26647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38547 ( +// Equation(s): +// \text_gen|char_ram~38547_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~28439_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26647_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~28439_q ), + .datac(\text_gen|char_ram~26647_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38547 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y31_N29 +dffeas \text_gen|char_ram~28446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38548 ( +// Equation(s): +// \text_gen|char_ram~38548_combout = (\text_gen|char_ram~38547_combout & (((\text_gen|char_ram~28446_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~38547_combout & (\text_gen|char_ram~26654_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~26654_q ), + .datab(\text_gen|char_ram~38547_combout ), + .datac(\text_gen|char_ram~28446_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38548 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26640feeder ( +// Equation(s): +// \text_gen|char_ram~26640feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26640feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26640feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26640feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y31_N29 +dffeas \text_gen|char_ram~26640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26640feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y31_N5 +dffeas \text_gen|char_ram~28432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y31_N25 +dffeas \text_gen|char_ram~26633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y31_N3 +dffeas \text_gen|char_ram~28425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38540 ( +// Equation(s): +// \text_gen|char_ram~38540_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28425_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26633_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26633_q ), + .datad(\text_gen|char_ram~28425_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38540 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38541 ( +// Equation(s): +// \text_gen|char_ram~38541_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38540_combout & ((\text_gen|char_ram~28432_q ))) # (!\text_gen|char_ram~38540_combout & (\text_gen|char_ram~26640_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38540_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~26640_q ), + .datac(\text_gen|char_ram~28432_q ), + .datad(\text_gen|char_ram~38540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38541 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23056feeder ( +// Equation(s): +// \text_gen|char_ram~23056feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y31_N3 +dffeas \text_gen|char_ram~23056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y31_N23 +dffeas \text_gen|char_ram~24848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y31_N7 +dffeas \text_gen|char_ram~24841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y31_N29 +dffeas \text_gen|char_ram~23049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38544 ( +// Equation(s): +// \text_gen|char_ram~38544_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24841_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23049_q ))))) + + .dataa(\text_gen|char_ram~24841_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23049_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38544 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38545 ( +// Equation(s): +// \text_gen|char_ram~38545_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38544_combout & ((\text_gen|char_ram~24848_q ))) # (!\text_gen|char_ram~38544_combout & (\text_gen|char_ram~23056_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38544_combout )))) + + .dataa(\text_gen|char_ram~23056_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24848_q ), + .datad(\text_gen|char_ram~38544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38545 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y23_N21 +dffeas \text_gen|char_ram~23070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y23_N3 +dffeas \text_gen|char_ram~24862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y27_N5 +dffeas \text_gen|char_ram~24855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y34_N9 +dffeas \text_gen|char_ram~23063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38542 ( +// Equation(s): +// \text_gen|char_ram~38542_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24855_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23063_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~24855_q ), + .datac(\text_gen|char_ram~23063_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38542 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38543 ( +// Equation(s): +// \text_gen|char_ram~38543_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38542_combout & ((\text_gen|char_ram~24862_q ))) # (!\text_gen|char_ram~38542_combout & (\text_gen|char_ram~23070_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38542_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~23070_q ), + .datac(\text_gen|char_ram~24862_q ), + .datad(\text_gen|char_ram~38542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38543 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38546 ( +// Equation(s): +// \text_gen|char_ram~38546_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~38543_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~38545_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~38545_combout ), + .datad(\text_gen|char_ram~38543_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38546 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38549 ( +// Equation(s): +// \text_gen|char_ram~38549_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38546_combout & (\text_gen|char_ram~38548_combout )) # (!\text_gen|char_ram~38546_combout & ((\text_gen|char_ram~38541_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38546_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38548_combout ), + .datac(\text_gen|char_ram~38541_combout ), + .datad(\text_gen|char_ram~38546_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38549 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38550 ( +// Equation(s): +// \text_gen|char_ram~38550_combout = (\text_gen|char_ram~38539_combout & (((\text_gen|char_ram~38549_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38539_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~38518_combout ))) + + .dataa(\text_gen|char_ram~38539_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38518_combout ), + .datad(\text_gen|char_ram~38549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38550 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38551 ( +// Equation(s): +// \text_gen|char_ram~38551_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38508_combout & ((\text_gen|char_ram~38550_combout ))) # (!\text_gen|char_ram~38508_combout & (\text_gen|char_ram~38423_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38508_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38423_combout ), + .datac(\text_gen|char_ram~38508_combout ), + .datad(\text_gen|char_ram~38550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38551 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~38551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22356feeder ( +// Equation(s): +// \text_gen|char_ram~22356feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22356feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22356feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22356feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y21_N23 +dffeas \text_gen|char_ram~22356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22356feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y15_N1 +dffeas \text_gen|char_ram~22370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y15_N25 +dffeas \text_gen|char_ram~22300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N23 +dffeas \text_gen|char_ram~22314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38897 ( +// Equation(s): +// \text_gen|char_ram~38897_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~22314_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22300_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22300_q ), + .datad(\text_gen|char_ram~22314_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38897 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38898 ( +// Equation(s): +// \text_gen|char_ram~38898_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38897_combout & ((\text_gen|char_ram~22370_q ))) # (!\text_gen|char_ram~38897_combout & (\text_gen|char_ram~22356_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38897_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~22356_q ), + .datac(\text_gen|char_ram~22370_q ), + .datad(\text_gen|char_ram~38897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38898 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y15_N17 +dffeas \text_gen|char_ram~25940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y15_N7 +dffeas \text_gen|char_ram~25954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y19_N5 +dffeas \text_gen|char_ram~25884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y9_N31 +dffeas \text_gen|char_ram~25898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38895 ( +// Equation(s): +// \text_gen|char_ram~38895_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25898_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25884_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25884_q ), + .datad(\text_gen|char_ram~25898_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38895 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38896 ( +// Equation(s): +// \text_gen|char_ram~38896_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38895_combout & ((\text_gen|char_ram~25954_q ))) # (!\text_gen|char_ram~38895_combout & (\text_gen|char_ram~25940_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38895_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25940_q ), + .datac(\text_gen|char_ram~25954_q ), + .datad(\text_gen|char_ram~38895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38896 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38899 ( +// Equation(s): +// \text_gen|char_ram~38899_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~38896_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~38898_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38898_combout ), + .datad(\text_gen|char_ram~38896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38899 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y9_N23 +dffeas \text_gen|char_ram~27676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y10_N17 +dffeas \text_gen|char_ram~27732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38900 ( +// Equation(s): +// \text_gen|char_ram~38900_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27732_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27676_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27676_q ), + .datad(\text_gen|char_ram~27732_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38900 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y9_N7 +dffeas \text_gen|char_ram~27746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y9_N29 +dffeas \text_gen|char_ram~27690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38901 ( +// Equation(s): +// \text_gen|char_ram~38901_combout = (\text_gen|char_ram~38900_combout & (((\text_gen|char_ram~27746_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~38900_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~27690_q )))) + + .dataa(\text_gen|char_ram~38900_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27746_q ), + .datad(\text_gen|char_ram~27690_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38901 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y16_N31 +dffeas \text_gen|char_ram~24092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24148feeder ( +// Equation(s): +// \text_gen|char_ram~24148feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24148feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24148feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24148feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y12_N29 +dffeas \text_gen|char_ram~24148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24148feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38893 ( +// Equation(s): +// \text_gen|char_ram~38893_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24148_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24092_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24092_q ), + .datad(\text_gen|char_ram~24148_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38893 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y15_N21 +dffeas \text_gen|char_ram~24162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y20_N27 +dffeas \text_gen|char_ram~24106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38894 ( +// Equation(s): +// \text_gen|char_ram~38894_combout = (\text_gen|char_ram~38893_combout & (((\text_gen|char_ram~24162_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~38893_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~24106_q )))) + + .dataa(\text_gen|char_ram~38893_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24162_q ), + .datad(\text_gen|char_ram~24106_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38894 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38902 ( +// Equation(s): +// \text_gen|char_ram~38902_combout = (\text_gen|char_ram~38899_combout & (((\text_gen|char_ram~38901_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~38899_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~38894_combout )))) + + .dataa(\text_gen|char_ram~38899_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38901_combout ), + .datad(\text_gen|char_ram~38894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38902 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25933feeder ( +// Equation(s): +// \text_gen|char_ram~25933feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25933feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25933feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25933feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N15 +dffeas \text_gen|char_ram~25933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25933feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y18_N9 +dffeas \text_gen|char_ram~25947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y18_N29 +dffeas \text_gen|char_ram~25891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y18_N23 +dffeas \text_gen|char_ram~25877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38913 ( +// Equation(s): +// \text_gen|char_ram~38913_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~25891_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~25877_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25891_q ), + .datac(\text_gen|char_ram~25877_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~38913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38913 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38914 ( +// Equation(s): +// \text_gen|char_ram~38914_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38913_combout & ((\text_gen|char_ram~25947_q ))) # (!\text_gen|char_ram~38913_combout & (\text_gen|char_ram~25933_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38913_combout )))) + + .dataa(\text_gen|char_ram~25933_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25947_q ), + .datad(\text_gen|char_ram~38913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38914 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y15_N25 +dffeas \text_gen|char_ram~22307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y15_N3 +dffeas \text_gen|char_ram~22363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N19 +dffeas \text_gen|char_ram~22293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22349feeder ( +// Equation(s): +// \text_gen|char_ram~22349feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y12_N11 +dffeas \text_gen|char_ram~22349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38917 ( +// Equation(s): +// \text_gen|char_ram~38917_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22349_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22293_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22293_q ), + .datad(\text_gen|char_ram~22349_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38917 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38918 ( +// Equation(s): +// \text_gen|char_ram~38918_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38917_combout & ((\text_gen|char_ram~22363_q ))) # (!\text_gen|char_ram~38917_combout & (\text_gen|char_ram~22307_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38917_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22307_q ), + .datac(\text_gen|char_ram~22363_q ), + .datad(\text_gen|char_ram~38917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38918 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24099feeder ( +// Equation(s): +// \text_gen|char_ram~24099feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24099feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N7 +dffeas \text_gen|char_ram~24099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y15_N17 +dffeas \text_gen|char_ram~24155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y16_N19 +dffeas \text_gen|char_ram~24085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y12_N11 +dffeas \text_gen|char_ram~24141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38915 ( +// Equation(s): +// \text_gen|char_ram~38915_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~24141_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24085_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24085_q ), + .datad(\text_gen|char_ram~24141_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38915 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38916 ( +// Equation(s): +// \text_gen|char_ram~38916_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38915_combout & ((\text_gen|char_ram~24155_q ))) # (!\text_gen|char_ram~38915_combout & (\text_gen|char_ram~24099_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38915_combout )))) + + .dataa(\text_gen|char_ram~24099_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24155_q ), + .datad(\text_gen|char_ram~38915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38916 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38919 ( +// Equation(s): +// \text_gen|char_ram~38919_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~38916_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~38918_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38918_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~38916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38919 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~38919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27683feeder ( +// Equation(s): +// \text_gen|char_ram~27683feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27683feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y22_N29 +dffeas \text_gen|char_ram~27683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y18_N7 +dffeas \text_gen|char_ram~27739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N27 +dffeas \text_gen|char_ram~27669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27725feeder ( +// Equation(s): +// \text_gen|char_ram~27725feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y15_N25 +dffeas \text_gen|char_ram~27725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38920 ( +// Equation(s): +// \text_gen|char_ram~38920_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~27725_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27669_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27669_q ), + .datad(\text_gen|char_ram~27725_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38920 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38921 ( +// Equation(s): +// \text_gen|char_ram~38921_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38920_combout & ((\text_gen|char_ram~27739_q ))) # (!\text_gen|char_ram~38920_combout & (\text_gen|char_ram~27683_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38920_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27683_q ), + .datac(\text_gen|char_ram~27739_q ), + .datad(\text_gen|char_ram~38920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38921 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38922 ( +// Equation(s): +// \text_gen|char_ram~38922_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38919_combout & ((\text_gen|char_ram~38921_combout ))) # (!\text_gen|char_ram~38919_combout & (\text_gen|char_ram~38914_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38919_combout )))) + + .dataa(\text_gen|char_ram~38914_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38919_combout ), + .datad(\text_gen|char_ram~38921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38922 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y19_N3 +dffeas \text_gen|char_ram~22321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y19_N25 +dffeas \text_gen|char_ram~22335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38907 ( +// Equation(s): +// \text_gen|char_ram~38907_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22335_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22321_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22321_q ), + .datad(\text_gen|char_ram~22335_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38907 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y15_N13 +dffeas \text_gen|char_ram~22391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22377feeder ( +// Equation(s): +// \text_gen|char_ram~22377feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y19_N29 +dffeas \text_gen|char_ram~22377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38908 ( +// Equation(s): +// \text_gen|char_ram~38908_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38907_combout & (\text_gen|char_ram~22391_q )) # (!\text_gen|char_ram~38907_combout & ((\text_gen|char_ram~22377_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~38907_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38907_combout ), + .datac(\text_gen|char_ram~22391_q ), + .datad(\text_gen|char_ram~22377_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38908 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y17_N15 +dffeas \text_gen|char_ram~24127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y15_N19 +dffeas \text_gen|char_ram~24183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y15_N7 +dffeas \text_gen|char_ram~24113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y15_N29 +dffeas \text_gen|char_ram~24169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38905 ( +// Equation(s): +// \text_gen|char_ram~38905_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24169_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24113_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24113_q ), + .datad(\text_gen|char_ram~24169_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38905 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38906 ( +// Equation(s): +// \text_gen|char_ram~38906_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38905_combout & ((\text_gen|char_ram~24183_q ))) # (!\text_gen|char_ram~38905_combout & (\text_gen|char_ram~24127_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38905_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24127_q ), + .datac(\text_gen|char_ram~24183_q ), + .datad(\text_gen|char_ram~38905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38906 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38909 ( +// Equation(s): +// \text_gen|char_ram~38909_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~38906_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~38908_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~38908_combout ), + .datab(\text_gen|char_ram~38906_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38909 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~38909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y14_N3 +dffeas \text_gen|char_ram~27711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y15_N13 +dffeas \text_gen|char_ram~27767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y17_N19 +dffeas \text_gen|char_ram~27697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y13_N5 +dffeas \text_gen|char_ram~27753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38910 ( +// Equation(s): +// \text_gen|char_ram~38910_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~27753_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27697_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27697_q ), + .datad(\text_gen|char_ram~27753_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38910 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38911 ( +// Equation(s): +// \text_gen|char_ram~38911_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38910_combout & ((\text_gen|char_ram~27767_q ))) # (!\text_gen|char_ram~38910_combout & (\text_gen|char_ram~27711_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38910_combout )))) + + .dataa(\text_gen|char_ram~27711_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27767_q ), + .datad(\text_gen|char_ram~38910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38911 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y19_N25 +dffeas \text_gen|char_ram~25961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y19_N15 +dffeas \text_gen|char_ram~25975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y21_N31 +dffeas \text_gen|char_ram~25905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y18_N15 +dffeas \text_gen|char_ram~25919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38903 ( +// Equation(s): +// \text_gen|char_ram~38903_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25919_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25905_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25905_q ), + .datad(\text_gen|char_ram~25919_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38903 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38904 ( +// Equation(s): +// \text_gen|char_ram~38904_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38903_combout & ((\text_gen|char_ram~25975_q ))) # (!\text_gen|char_ram~38903_combout & (\text_gen|char_ram~25961_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38903_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25961_q ), + .datac(\text_gen|char_ram~25975_q ), + .datad(\text_gen|char_ram~38903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38904 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38912 ( +// Equation(s): +// \text_gen|char_ram~38912_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38909_combout & (\text_gen|char_ram~38911_combout )) # (!\text_gen|char_ram~38909_combout & ((\text_gen|char_ram~38904_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~38909_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38909_combout ), + .datac(\text_gen|char_ram~38911_combout ), + .datad(\text_gen|char_ram~38904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38912 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38923 ( +// Equation(s): +// \text_gen|char_ram~38923_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~38912_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38922_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38922_combout ), + .datad(\text_gen|char_ram~38912_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38923 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y19_N19 +dffeas \text_gen|char_ram~25912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y19_N11 +dffeas \text_gen|char_ram~25926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38926 ( +// Equation(s): +// \text_gen|char_ram~38926_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25926_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25912_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25912_q ), + .datad(\text_gen|char_ram~25926_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38926 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y19_N17 +dffeas \text_gen|char_ram~25982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y15_N23 +dffeas \text_gen|char_ram~25968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38927 ( +// Equation(s): +// \text_gen|char_ram~38927_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38926_combout & (\text_gen|char_ram~25982_q )) # (!\text_gen|char_ram~38926_combout & ((\text_gen|char_ram~25968_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~38926_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38926_combout ), + .datac(\text_gen|char_ram~25982_q ), + .datad(\text_gen|char_ram~25968_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38927 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22384feeder ( +// Equation(s): +// \text_gen|char_ram~22384feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22384feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y19_N15 +dffeas \text_gen|char_ram~22384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y23_N17 +dffeas \text_gen|char_ram~22398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y19_N19 +dffeas \text_gen|char_ram~22328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y19_N21 +dffeas \text_gen|char_ram~22342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38928 ( +// Equation(s): +// \text_gen|char_ram~38928_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22342_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22328_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22328_q ), + .datad(\text_gen|char_ram~22342_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38928 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38929 ( +// Equation(s): +// \text_gen|char_ram~38929_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38928_combout & ((\text_gen|char_ram~22398_q ))) # (!\text_gen|char_ram~38928_combout & (\text_gen|char_ram~22384_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38928_combout )))) + + .dataa(\text_gen|char_ram~22384_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22398_q ), + .datad(\text_gen|char_ram~38928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38929 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38930 ( +// Equation(s): +// \text_gen|char_ram~38930_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~38927_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~38929_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~38927_combout ), + .datad(\text_gen|char_ram~38929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38930 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24134feeder ( +// Equation(s): +// \text_gen|char_ram~24134feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24134feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24134feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24134feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N19 +dffeas \text_gen|char_ram~24134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24134feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y11_N21 +dffeas \text_gen|char_ram~24190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y20_N21 +dffeas \text_gen|char_ram~24120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y11_N23 +dffeas \text_gen|char_ram~24176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38924 ( +// Equation(s): +// \text_gen|char_ram~38924_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24176_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24120_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24120_q ), + .datad(\text_gen|char_ram~24176_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38924 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38925 ( +// Equation(s): +// \text_gen|char_ram~38925_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38924_combout & ((\text_gen|char_ram~24190_q ))) # (!\text_gen|char_ram~38924_combout & (\text_gen|char_ram~24134_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38924_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24134_q ), + .datac(\text_gen|char_ram~24190_q ), + .datad(\text_gen|char_ram~38924_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38925 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y22_N25 +dffeas \text_gen|char_ram~27718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y11_N17 +dffeas \text_gen|char_ram~27774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y21_N5 +dffeas \text_gen|char_ram~27704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y10_N29 +dffeas \text_gen|char_ram~27760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38931 ( +// Equation(s): +// \text_gen|char_ram~38931_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~27760_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27704_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27704_q ), + .datad(\text_gen|char_ram~27760_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38931 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38932 ( +// Equation(s): +// \text_gen|char_ram~38932_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38931_combout & ((\text_gen|char_ram~27774_q ))) # (!\text_gen|char_ram~38931_combout & (\text_gen|char_ram~27718_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38931_combout )))) + + .dataa(\text_gen|char_ram~27718_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27774_q ), + .datad(\text_gen|char_ram~38931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38932 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38933 ( +// Equation(s): +// \text_gen|char_ram~38933_combout = (\text_gen|char_ram~38930_combout & (((\text_gen|char_ram~38932_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~38930_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~38925_combout ))) + + .dataa(\text_gen|char_ram~38930_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38925_combout ), + .datad(\text_gen|char_ram~38932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38933 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38934 ( +// Equation(s): +// \text_gen|char_ram~38934_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38923_combout & ((\text_gen|char_ram~38933_combout ))) # (!\text_gen|char_ram~38923_combout & (\text_gen|char_ram~38902_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38923_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38902_combout ), + .datac(\text_gen|char_ram~38923_combout ), + .datad(\text_gen|char_ram~38933_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38934 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~38934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26808feeder ( +// Equation(s): +// \text_gen|char_ram~26808feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26808feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26808feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26808feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y31_N5 +dffeas \text_gen|char_ram~26808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26808feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y31_N29 +dffeas \text_gen|char_ram~26864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26864 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y27_N19 +dffeas \text_gen|char_ram~26780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26836feeder ( +// Equation(s): +// \text_gen|char_ram~26836feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y35_N11 +dffeas \text_gen|char_ram~26836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39020 ( +// Equation(s): +// \text_gen|char_ram~39020_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~26836_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26780_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26780_q ), + .datad(\text_gen|char_ram~26836_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39020 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39021 ( +// Equation(s): +// \text_gen|char_ram~39021_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39020_combout & ((\text_gen|char_ram~26864_q ))) # (!\text_gen|char_ram~39020_combout & (\text_gen|char_ram~26808_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39020_combout )))) + + .dataa(\text_gen|char_ram~26808_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26864_q ), + .datad(\text_gen|char_ram~39020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39021 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~28600feeder ( +// Equation(s): +// \text_gen|char_ram~28600feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y27_N31 +dffeas \text_gen|char_ram~28600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y31_N3 +dffeas \text_gen|char_ram~28656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y30_N11 +dffeas \text_gen|char_ram~28572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y30_N21 +dffeas \text_gen|char_ram~28628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39027 ( +// Equation(s): +// \text_gen|char_ram~39027_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~28628_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~28572_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28572_q ), + .datad(\text_gen|char_ram~28628_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39027 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39028 ( +// Equation(s): +// \text_gen|char_ram~39028_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39027_combout & ((\text_gen|char_ram~28656_q ))) # (!\text_gen|char_ram~39027_combout & (\text_gen|char_ram~28600_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39027_combout )))) + + .dataa(\text_gen|char_ram~28600_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28656_q ), + .datad(\text_gen|char_ram~39027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39028 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y24_N27 +dffeas \text_gen|char_ram~25016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y26_N3 +dffeas \text_gen|char_ram~25072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y22_N5 +dffeas \text_gen|char_ram~25044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y26_N29 +dffeas \text_gen|char_ram~24988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39022 ( +// Equation(s): +// \text_gen|char_ram~39022_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~25044_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~24988_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25044_q ), + .datac(\text_gen|char_ram~24988_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39022 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39023 ( +// Equation(s): +// \text_gen|char_ram~39023_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39022_combout & ((\text_gen|char_ram~25072_q ))) # (!\text_gen|char_ram~39022_combout & (\text_gen|char_ram~25016_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39022_combout )))) + + .dataa(\text_gen|char_ram~25016_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25072_q ), + .datad(\text_gen|char_ram~39022_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39023 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y27_N21 +dffeas \text_gen|char_ram~23196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y22_N19 +dffeas \text_gen|char_ram~23252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39024 ( +// Equation(s): +// \text_gen|char_ram~39024_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23252_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23196_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23196_q ), + .datad(\text_gen|char_ram~23252_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39024 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y27_N27 +dffeas \text_gen|char_ram~23280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23224feeder ( +// Equation(s): +// \text_gen|char_ram~23224feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y27_N25 +dffeas \text_gen|char_ram~23224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39025 ( +// Equation(s): +// \text_gen|char_ram~39025_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39024_combout & (\text_gen|char_ram~23280_q )) # (!\text_gen|char_ram~39024_combout & ((\text_gen|char_ram~23224_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~39024_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39024_combout ), + .datac(\text_gen|char_ram~23280_q ), + .datad(\text_gen|char_ram~23224_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39025 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39026 ( +// Equation(s): +// \text_gen|char_ram~39026_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39023_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~39025_combout )))) + + .dataa(\text_gen|char_ram~39023_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39025_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39026 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~39026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39029 ( +// Equation(s): +// \text_gen|char_ram~39029_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39026_combout & ((\text_gen|char_ram~39028_combout ))) # (!\text_gen|char_ram~39026_combout & (\text_gen|char_ram~39021_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39026_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39021_combout ), + .datac(\text_gen|char_ram~39028_combout ), + .datad(\text_gen|char_ram~39026_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39029 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y33_N7 +dffeas \text_gen|char_ram~28593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y33_N25 +dffeas \text_gen|char_ram~28649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y33_N25 +dffeas \text_gen|char_ram~28565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y33_N19 +dffeas \text_gen|char_ram~28621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39047 ( +// Equation(s): +// \text_gen|char_ram~39047_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~28621_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~28565_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28565_q ), + .datad(\text_gen|char_ram~28621_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39047 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39048 ( +// Equation(s): +// \text_gen|char_ram~39048_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39047_combout & ((\text_gen|char_ram~28649_q ))) # (!\text_gen|char_ram~39047_combout & (\text_gen|char_ram~28593_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39047_combout )))) + + .dataa(\text_gen|char_ram~28593_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28649_q ), + .datad(\text_gen|char_ram~39047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39048 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y39_N23 +dffeas \text_gen|char_ram~26801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y35_N27 +dffeas \text_gen|char_ram~26857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y35_N29 +dffeas \text_gen|char_ram~26773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26829feeder ( +// Equation(s): +// \text_gen|char_ram~26829feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26829feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y36_N9 +dffeas \text_gen|char_ram~26829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39040 ( +// Equation(s): +// \text_gen|char_ram~39040_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~26829_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26773_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26773_q ), + .datad(\text_gen|char_ram~26829_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39040 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39041 ( +// Equation(s): +// \text_gen|char_ram~39041_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39040_combout & ((\text_gen|char_ram~26857_q ))) # (!\text_gen|char_ram~39040_combout & (\text_gen|char_ram~26801_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39040_combout )))) + + .dataa(\text_gen|char_ram~26801_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26857_q ), + .datad(\text_gen|char_ram~39040_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39041 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y31_N1 +dffeas \text_gen|char_ram~24981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25037feeder ( +// Equation(s): +// \text_gen|char_ram~25037feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y31_N21 +dffeas \text_gen|char_ram~25037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39042 ( +// Equation(s): +// \text_gen|char_ram~39042_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~25037_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24981_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24981_q ), + .datad(\text_gen|char_ram~25037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39042 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y31_N31 +dffeas \text_gen|char_ram~25065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25009feeder ( +// Equation(s): +// \text_gen|char_ram~25009feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25009feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y31_N29 +dffeas \text_gen|char_ram~25009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39043 ( +// Equation(s): +// \text_gen|char_ram~39043_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39042_combout & (\text_gen|char_ram~25065_q )) # (!\text_gen|char_ram~39042_combout & ((\text_gen|char_ram~25009_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~39042_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39042_combout ), + .datac(\text_gen|char_ram~25065_q ), + .datad(\text_gen|char_ram~25009_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39043 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23217feeder ( +// Equation(s): +// \text_gen|char_ram~23217feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23217feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y31_N15 +dffeas \text_gen|char_ram~23217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y31_N15 +dffeas \text_gen|char_ram~23273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y31_N21 +dffeas \text_gen|char_ram~23189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23245feeder ( +// Equation(s): +// \text_gen|char_ram~23245feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23245feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y31_N23 +dffeas \text_gen|char_ram~23245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39044 ( +// Equation(s): +// \text_gen|char_ram~39044_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23245_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23189_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23189_q ), + .datad(\text_gen|char_ram~23245_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39044 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39045 ( +// Equation(s): +// \text_gen|char_ram~39045_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39044_combout & ((\text_gen|char_ram~23273_q ))) # (!\text_gen|char_ram~39044_combout & (\text_gen|char_ram~23217_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39044_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23217_q ), + .datac(\text_gen|char_ram~23273_q ), + .datad(\text_gen|char_ram~39044_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39045 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39046 ( +// Equation(s): +// \text_gen|char_ram~39046_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39043_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~39045_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39043_combout ), + .datac(\text_gen|char_ram~39045_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39046 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39049 ( +// Equation(s): +// \text_gen|char_ram~39049_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39046_combout & (\text_gen|char_ram~39048_combout )) # (!\text_gen|char_ram~39046_combout & ((\text_gen|char_ram~39041_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39046_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39048_combout ), + .datac(\text_gen|char_ram~39041_combout ), + .datad(\text_gen|char_ram~39046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39049 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y29_N29 +dffeas \text_gen|char_ram~28607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y29_N27 +dffeas \text_gen|char_ram~28663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y29_N7 +dffeas \text_gen|char_ram~28579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y29_N27 +dffeas \text_gen|char_ram~28635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39037 ( +// Equation(s): +// \text_gen|char_ram~39037_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~28635_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~28579_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28579_q ), + .datad(\text_gen|char_ram~28635_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39037 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39038 ( +// Equation(s): +// \text_gen|char_ram~39038_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39037_combout & ((\text_gen|char_ram~28663_q ))) # (!\text_gen|char_ram~39037_combout & (\text_gen|char_ram~28607_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39037_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~28607_q ), + .datac(\text_gen|char_ram~28663_q ), + .datad(\text_gen|char_ram~39037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39038 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N27 +dffeas \text_gen|char_ram~26815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y29_N17 +dffeas \text_gen|char_ram~26871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y29_N19 +dffeas \text_gen|char_ram~26787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26843feeder ( +// Equation(s): +// \text_gen|char_ram~26843feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26843feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26843feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26843feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y33_N11 +dffeas \text_gen|char_ram~26843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26843feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39032 ( +// Equation(s): +// \text_gen|char_ram~39032_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26843_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26787_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26787_q ), + .datad(\text_gen|char_ram~26843_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39032 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39033 ( +// Equation(s): +// \text_gen|char_ram~39033_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39032_combout & ((\text_gen|char_ram~26871_q ))) # (!\text_gen|char_ram~39032_combout & (\text_gen|char_ram~26815_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39032_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26815_q ), + .datac(\text_gen|char_ram~26871_q ), + .datad(\text_gen|char_ram~39032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39033 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y29_N21 +dffeas \text_gen|char_ram~23259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y29_N11 +dffeas \text_gen|char_ram~23203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39034 ( +// Equation(s): +// \text_gen|char_ram~39034_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~23259_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~23203_q ))))) + + .dataa(\text_gen|char_ram~23259_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23203_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~39034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39034 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y29_N5 +dffeas \text_gen|char_ram~23287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23231feeder ( +// Equation(s): +// \text_gen|char_ram~23231feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23231feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y29_N23 +dffeas \text_gen|char_ram~23231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39035 ( +// Equation(s): +// \text_gen|char_ram~39035_combout = (\text_gen|char_ram~39034_combout & (((\text_gen|char_ram~23287_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~39034_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23231_q )))) + + .dataa(\text_gen|char_ram~39034_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23287_q ), + .datad(\text_gen|char_ram~23231_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39035 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39036 ( +// Equation(s): +// \text_gen|char_ram~39036_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39033_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~39035_combout & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~39033_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39035_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39036 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25023feeder ( +// Equation(s): +// \text_gen|char_ram~25023feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25023feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25023feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25023feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y29_N25 +dffeas \text_gen|char_ram~25023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25023feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y27_N7 +dffeas \text_gen|char_ram~25079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y29_N5 +dffeas \text_gen|char_ram~24995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y27_N1 +dffeas \text_gen|char_ram~25051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39030 ( +// Equation(s): +// \text_gen|char_ram~39030_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~25051_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24995_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24995_q ), + .datad(\text_gen|char_ram~25051_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39030 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39031 ( +// Equation(s): +// \text_gen|char_ram~39031_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39030_combout & ((\text_gen|char_ram~25079_q ))) # (!\text_gen|char_ram~39030_combout & (\text_gen|char_ram~25023_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39030_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25023_q ), + .datac(\text_gen|char_ram~25079_q ), + .datad(\text_gen|char_ram~39030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39031 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39039 ( +// Equation(s): +// \text_gen|char_ram~39039_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39036_combout & (\text_gen|char_ram~39038_combout )) # (!\text_gen|char_ram~39036_combout & ((\text_gen|char_ram~39031_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39036_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39038_combout ), + .datac(\text_gen|char_ram~39036_combout ), + .datad(\text_gen|char_ram~39031_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39039 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39050 ( +// Equation(s): +// \text_gen|char_ram~39050_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~39039_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~39049_combout )))) + + .dataa(\text_gen|char_ram~39049_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39039_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~39050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39050 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~39050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25086feeder ( +// Equation(s): +// \text_gen|char_ram~25086feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25086feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y24_N31 +dffeas \text_gen|char_ram~25086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25030feeder ( +// Equation(s): +// \text_gen|char_ram~25030feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25030feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25030feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25030feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y26_N7 +dffeas \text_gen|char_ram~25030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25030feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y26_N15 +dffeas \text_gen|char_ram~25002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y25_N27 +dffeas \text_gen|char_ram~25058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39051 ( +// Equation(s): +// \text_gen|char_ram~39051_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~25058_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25002_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25002_q ), + .datad(\text_gen|char_ram~25058_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39051 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39052 ( +// Equation(s): +// \text_gen|char_ram~39052_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39051_combout & (\text_gen|char_ram~25086_q )) # (!\text_gen|char_ram~39051_combout & ((\text_gen|char_ram~25030_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39051_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25086_q ), + .datac(\text_gen|char_ram~25030_q ), + .datad(\text_gen|char_ram~39051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39052 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~28614feeder ( +// Equation(s): +// \text_gen|char_ram~28614feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28614feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28614feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28614feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y29_N19 +dffeas \text_gen|char_ram~28614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28614feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y26_N15 +dffeas \text_gen|char_ram~28586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N19 +dffeas \text_gen|char_ram~28642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39058 ( +// Equation(s): +// \text_gen|char_ram~39058_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~28642_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~28586_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28586_q ), + .datad(\text_gen|char_ram~28642_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39058 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y26_N17 +dffeas \text_gen|char_ram~28670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39059 ( +// Equation(s): +// \text_gen|char_ram~39059_combout = (\text_gen|char_ram~39058_combout & (((\text_gen|char_ram~28670_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~39058_combout & (\text_gen|char_ram~28614_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~28614_q ), + .datab(\text_gen|char_ram~39058_combout ), + .datac(\text_gen|char_ram~28670_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39059 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y30_N17 +dffeas \text_gen|char_ram~26822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y30_N15 +dffeas \text_gen|char_ram~26794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39053 ( +// Equation(s): +// \text_gen|char_ram~39053_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26822_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26794_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26822_q ), + .datac(\text_gen|char_ram~26794_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~39053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39053 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y30_N5 +dffeas \text_gen|char_ram~26850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y30_N7 +dffeas \text_gen|char_ram~26878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39054 ( +// Equation(s): +// \text_gen|char_ram~39054_combout = (\text_gen|char_ram~39053_combout & (((\text_gen|char_ram~26878_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~39053_combout & (\text_gen|char_ram~26850_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~39053_combout ), + .datab(\text_gen|char_ram~26850_q ), + .datac(\text_gen|char_ram~26878_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~39054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39054 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~39054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y26_N5 +dffeas \text_gen|char_ram~23238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N11 +dffeas \text_gen|char_ram~23210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39055 ( +// Equation(s): +// \text_gen|char_ram~39055_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23238_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~23210_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23238_q ), + .datac(\text_gen|char_ram~23210_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~39055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39055 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y26_N5 +dffeas \text_gen|char_ram~23266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23294feeder ( +// Equation(s): +// \text_gen|char_ram~23294feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23294feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23294feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23294feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y26_N13 +dffeas \text_gen|char_ram~23294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23294feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39056 ( +// Equation(s): +// \text_gen|char_ram~39056_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~39055_combout & ((\text_gen|char_ram~23294_q ))) # (!\text_gen|char_ram~39055_combout & (\text_gen|char_ram~23266_q )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~39055_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~39055_combout ), + .datac(\text_gen|char_ram~23266_q ), + .datad(\text_gen|char_ram~23294_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39056 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39057 ( +// Equation(s): +// \text_gen|char_ram~39057_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39054_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~39056_combout )))) + + .dataa(\text_gen|char_ram~39054_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~39056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39057 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~39057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39060 ( +// Equation(s): +// \text_gen|char_ram~39060_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39057_combout & ((\text_gen|char_ram~39059_combout ))) # (!\text_gen|char_ram~39057_combout & (\text_gen|char_ram~39052_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39057_combout )))) + + .dataa(\text_gen|char_ram~39052_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39059_combout ), + .datad(\text_gen|char_ram~39057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39060 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39061 ( +// Equation(s): +// \text_gen|char_ram~39061_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39050_combout & ((\text_gen|char_ram~39060_combout ))) # (!\text_gen|char_ram~39050_combout & (\text_gen|char_ram~39029_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39050_combout )))) + + .dataa(\text_gen|char_ram~39029_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39050_combout ), + .datad(\text_gen|char_ram~39060_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39061 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~39061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y43_N23 +dffeas \text_gen|char_ram~21894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y46_N17 +dffeas \text_gen|char_ram~21950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y46_N11 +dffeas \text_gen|char_ram~21887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21943feeder ( +// Equation(s): +// \text_gen|char_ram~21943feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21943feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21943feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21943feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y50_N25 +dffeas \text_gen|char_ram~21943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21943feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39004 ( +// Equation(s): +// \text_gen|char_ram~39004_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~21943_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21887_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21887_q ), + .datad(\text_gen|char_ram~21943_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39004 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39005 ( +// Equation(s): +// \text_gen|char_ram~39005_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39004_combout & ((\text_gen|char_ram~21950_q ))) # (!\text_gen|char_ram~39004_combout & (\text_gen|char_ram~21894_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39004_combout )))) + + .dataa(\text_gen|char_ram~21894_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21950_q ), + .datad(\text_gen|char_ram~39004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39005 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21880feeder ( +// Equation(s): +// \text_gen|char_ram~21880feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21880feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y33_N19 +dffeas \text_gen|char_ram~21880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N7 +dffeas \text_gen|char_ram~21936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y37_N17 +dffeas \text_gen|char_ram~21929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N29 +dffeas \text_gen|char_ram~21873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38997 ( +// Equation(s): +// \text_gen|char_ram~38997_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21929_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~21873_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~21929_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21873_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38997 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38998 ( +// Equation(s): +// \text_gen|char_ram~38998_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38997_combout & ((\text_gen|char_ram~21936_q ))) # (!\text_gen|char_ram~38997_combout & (\text_gen|char_ram~21880_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38997_combout )))) + + .dataa(\text_gen|char_ram~21880_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21936_q ), + .datad(\text_gen|char_ram~38997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38998 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y46_N31 +dffeas \text_gen|char_ram~21866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y46_N17 +dffeas \text_gen|char_ram~21922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y46_N15 +dffeas \text_gen|char_ram~21859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21915feeder ( +// Equation(s): +// \text_gen|char_ram~21915feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21915feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21915feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21915feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y46_N29 +dffeas \text_gen|char_ram~21915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21915feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38999 ( +// Equation(s): +// \text_gen|char_ram~38999_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~21915_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21859_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21859_q ), + .datad(\text_gen|char_ram~21915_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38999 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39000 ( +// Equation(s): +// \text_gen|char_ram~39000_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38999_combout & ((\text_gen|char_ram~21922_q ))) # (!\text_gen|char_ram~38999_combout & (\text_gen|char_ram~21866_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38999_combout )))) + + .dataa(\text_gen|char_ram~21866_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21922_q ), + .datad(\text_gen|char_ram~38999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39000 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y37_N21 +dffeas \text_gen|char_ram~21852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y37_N11 +dffeas \text_gen|char_ram~21908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N31 +dffeas \text_gen|char_ram~21845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21901feeder ( +// Equation(s): +// \text_gen|char_ram~21901feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~21901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21901feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y41_N29 +dffeas \text_gen|char_ram~21901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39001 ( +// Equation(s): +// \text_gen|char_ram~39001_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~21901_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21845_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21845_q ), + .datad(\text_gen|char_ram~21901_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39001 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39002 ( +// Equation(s): +// \text_gen|char_ram~39002_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39001_combout & ((\text_gen|char_ram~21908_q ))) # (!\text_gen|char_ram~39001_combout & (\text_gen|char_ram~21852_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39001_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~21852_q ), + .datac(\text_gen|char_ram~21908_q ), + .datad(\text_gen|char_ram~39001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39002 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39003 ( +// Equation(s): +// \text_gen|char_ram~39003_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~39000_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~39002_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39000_combout ), + .datad(\text_gen|char_ram~39002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39003 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39006 ( +// Equation(s): +// \text_gen|char_ram~39006_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39003_combout & (\text_gen|char_ram~39005_combout )) # (!\text_gen|char_ram~39003_combout & ((\text_gen|char_ram~38998_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39003_combout )))) + + .dataa(\text_gen|char_ram~39005_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38998_combout ), + .datad(\text_gen|char_ram~39003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39006 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y51_N27 +dffeas \text_gen|char_ram~25478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y48_N5 +dffeas \text_gen|char_ram~25534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y50_N31 +dffeas \text_gen|char_ram~25471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25527feeder ( +// Equation(s): +// \text_gen|char_ram~25527feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25527feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25527feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25527feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N21 +dffeas \text_gen|char_ram~25527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25527feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38994 ( +// Equation(s): +// \text_gen|char_ram~38994_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~25527_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25471_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25471_q ), + .datad(\text_gen|char_ram~25527_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38994 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38995 ( +// Equation(s): +// \text_gen|char_ram~38995_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38994_combout & ((\text_gen|char_ram~25534_q ))) # (!\text_gen|char_ram~38994_combout & (\text_gen|char_ram~25478_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38994_combout )))) + + .dataa(\text_gen|char_ram~25478_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25534_q ), + .datad(\text_gen|char_ram~38994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38995 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y39_N27 +dffeas \text_gen|char_ram~25513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y39_N17 +dffeas \text_gen|char_ram~25457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38987 ( +// Equation(s): +// \text_gen|char_ram~38987_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~25513_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~25457_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25513_q ), + .datac(\text_gen|char_ram~25457_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38987 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y35_N15 +dffeas \text_gen|char_ram~25520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y35_N1 +dffeas \text_gen|char_ram~25464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38988 ( +// Equation(s): +// \text_gen|char_ram~38988_combout = (\text_gen|char_ram~38987_combout & (((\text_gen|char_ram~25520_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~38987_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~25464_q )))) + + .dataa(\text_gen|char_ram~38987_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25520_q ), + .datad(\text_gen|char_ram~25464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38988 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25450feeder ( +// Equation(s): +// \text_gen|char_ram~25450feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~25450feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25450feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25450feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y44_N23 +dffeas \text_gen|char_ram~25450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25450feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y46_N9 +dffeas \text_gen|char_ram~25506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y46_N3 +dffeas \text_gen|char_ram~25443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y50_N1 +dffeas \text_gen|char_ram~25499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38989 ( +// Equation(s): +// \text_gen|char_ram~38989_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~25499_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25443_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25443_q ), + .datad(\text_gen|char_ram~25499_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38989 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38990 ( +// Equation(s): +// \text_gen|char_ram~38990_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38989_combout & ((\text_gen|char_ram~25506_q ))) # (!\text_gen|char_ram~38989_combout & (\text_gen|char_ram~25450_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38989_combout )))) + + .dataa(\text_gen|char_ram~25450_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25506_q ), + .datad(\text_gen|char_ram~38989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38990 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y42_N27 +dffeas \text_gen|char_ram~25436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y42_N29 +dffeas \text_gen|char_ram~25429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y42_N19 +dffeas \text_gen|char_ram~25485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38991 ( +// Equation(s): +// \text_gen|char_ram~38991_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~25485_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25429_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25429_q ), + .datad(\text_gen|char_ram~25485_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38991 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y42_N29 +dffeas \text_gen|char_ram~25492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38992 ( +// Equation(s): +// \text_gen|char_ram~38992_combout = (\text_gen|char_ram~38991_combout & (((\text_gen|char_ram~25492_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~38991_combout & (\text_gen|char_ram~25436_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~25436_q ), + .datab(\text_gen|char_ram~38991_combout ), + .datac(\text_gen|char_ram~25492_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38992 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38993 ( +// Equation(s): +// \text_gen|char_ram~38993_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~38990_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~38992_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~38990_combout ), + .datad(\text_gen|char_ram~38992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38993 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38996 ( +// Equation(s): +// \text_gen|char_ram~38996_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38993_combout & (\text_gen|char_ram~38995_combout )) # (!\text_gen|char_ram~38993_combout & ((\text_gen|char_ram~38988_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38993_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38995_combout ), + .datac(\text_gen|char_ram~38988_combout ), + .datad(\text_gen|char_ram~38993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38996 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39007 ( +// Equation(s): +// \text_gen|char_ram~39007_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~38996_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39006_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39006_combout ), + .datad(\text_gen|char_ram~38996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39007 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y38_N25 +dffeas \text_gen|char_ram~23672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y38_N25 +dffeas \text_gen|char_ram~23728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23721feeder ( +// Equation(s): +// \text_gen|char_ram~23721feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23721feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y39_N19 +dffeas \text_gen|char_ram~23721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y39_N13 +dffeas \text_gen|char_ram~23665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38977 ( +// Equation(s): +// \text_gen|char_ram~38977_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~23721_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~23665_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23721_q ), + .datac(\text_gen|char_ram~23665_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38977 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38978 ( +// Equation(s): +// \text_gen|char_ram~38978_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38977_combout & ((\text_gen|char_ram~23728_q ))) # (!\text_gen|char_ram~38977_combout & (\text_gen|char_ram~23672_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38977_combout )))) + + .dataa(\text_gen|char_ram~23672_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23728_q ), + .datad(\text_gen|char_ram~38977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38978 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23686feeder ( +// Equation(s): +// \text_gen|char_ram~23686feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23686feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23686feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23686feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y38_N21 +dffeas \text_gen|char_ram~23686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23686feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y38_N27 +dffeas \text_gen|char_ram~23742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y38_N21 +dffeas \text_gen|char_ram~23679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23735feeder ( +// Equation(s): +// \text_gen|char_ram~23735feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23735feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23735feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23735feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y39_N9 +dffeas \text_gen|char_ram~23735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23735feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38984 ( +// Equation(s): +// \text_gen|char_ram~38984_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~23735_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23679_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23679_q ), + .datad(\text_gen|char_ram~23735_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38984 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38985 ( +// Equation(s): +// \text_gen|char_ram~38985_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38984_combout & ((\text_gen|char_ram~23742_q ))) # (!\text_gen|char_ram~38984_combout & (\text_gen|char_ram~23686_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38984_combout )))) + + .dataa(\text_gen|char_ram~23686_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23742_q ), + .datad(\text_gen|char_ram~38984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38985 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23658feeder ( +// Equation(s): +// \text_gen|char_ram~23658feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23658feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N5 +dffeas \text_gen|char_ram~23658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y40_N5 +dffeas \text_gen|char_ram~23714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y39_N21 +dffeas \text_gen|char_ram~23651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y39_N19 +dffeas \text_gen|char_ram~23707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38979 ( +// Equation(s): +// \text_gen|char_ram~38979_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~23707_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23651_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23651_q ), + .datad(\text_gen|char_ram~23707_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38979 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38980 ( +// Equation(s): +// \text_gen|char_ram~38980_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38979_combout & ((\text_gen|char_ram~23714_q ))) # (!\text_gen|char_ram~38979_combout & (\text_gen|char_ram~23658_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38979_combout )))) + + .dataa(\text_gen|char_ram~23658_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23714_q ), + .datad(\text_gen|char_ram~38979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38980 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y39_N3 +dffeas \text_gen|char_ram~23637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N7 +dffeas \text_gen|char_ram~23693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38981 ( +// Equation(s): +// \text_gen|char_ram~38981_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~23693_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23637_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23637_q ), + .datad(\text_gen|char_ram~23693_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38981 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y40_N7 +dffeas \text_gen|char_ram~23700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23644feeder ( +// Equation(s): +// \text_gen|char_ram~23644feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~23644feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23644feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23644feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N7 +dffeas \text_gen|char_ram~23644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23644feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38982 ( +// Equation(s): +// \text_gen|char_ram~38982_combout = (\text_gen|char_ram~38981_combout & (((\text_gen|char_ram~23700_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~38981_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~23644_q )))) + + .dataa(\text_gen|char_ram~38981_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23700_q ), + .datad(\text_gen|char_ram~23644_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38982 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38983 ( +// Equation(s): +// \text_gen|char_ram~38983_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~38980_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~38982_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38980_combout ), + .datad(\text_gen|char_ram~38982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38983 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38986 ( +// Equation(s): +// \text_gen|char_ram~38986_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38983_combout & ((\text_gen|char_ram~38985_combout ))) # (!\text_gen|char_ram~38983_combout & (\text_gen|char_ram~38978_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38983_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38978_combout ), + .datac(\text_gen|char_ram~38985_combout ), + .datad(\text_gen|char_ram~38983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38986 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y44_N17 +dffeas \text_gen|char_ram~27270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N11 +dffeas \text_gen|char_ram~27326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y40_N23 +dffeas \text_gen|char_ram~27263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y40_N25 +dffeas \text_gen|char_ram~27319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39015 ( +// Equation(s): +// \text_gen|char_ram~39015_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~27319_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27263_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27263_q ), + .datad(\text_gen|char_ram~27319_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39015 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39016 ( +// Equation(s): +// \text_gen|char_ram~39016_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39015_combout & ((\text_gen|char_ram~27326_q ))) # (!\text_gen|char_ram~39015_combout & (\text_gen|char_ram~27270_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39015_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27270_q ), + .datac(\text_gen|char_ram~27326_q ), + .datad(\text_gen|char_ram~39015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39016 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27256feeder ( +// Equation(s): +// \text_gen|char_ram~27256feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27256feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N21 +dffeas \text_gen|char_ram~27256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y41_N13 +dffeas \text_gen|char_ram~27312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y45_N7 +dffeas \text_gen|char_ram~27249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y41_N27 +dffeas \text_gen|char_ram~27305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39008 ( +// Equation(s): +// \text_gen|char_ram~39008_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~27305_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27249_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27249_q ), + .datad(\text_gen|char_ram~27305_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39008 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39009 ( +// Equation(s): +// \text_gen|char_ram~39009_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39008_combout & ((\text_gen|char_ram~27312_q ))) # (!\text_gen|char_ram~39008_combout & (\text_gen|char_ram~27256_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39008_combout )))) + + .dataa(\text_gen|char_ram~27256_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27312_q ), + .datad(\text_gen|char_ram~39008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39009 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~27291feeder ( +// Equation(s): +// \text_gen|char_ram~27291feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y40_N9 +dffeas \text_gen|char_ram~27291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y44_N23 +dffeas \text_gen|char_ram~27298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y44_N17 +dffeas \text_gen|char_ram~27235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y44_N31 +dffeas \text_gen|char_ram~27242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39010 ( +// Equation(s): +// \text_gen|char_ram~39010_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~27242_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27235_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27235_q ), + .datad(\text_gen|char_ram~27242_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39010 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39011 ( +// Equation(s): +// \text_gen|char_ram~39011_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~39010_combout & ((\text_gen|char_ram~27298_q ))) # (!\text_gen|char_ram~39010_combout & (\text_gen|char_ram~27291_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~39010_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~27291_q ), + .datac(\text_gen|char_ram~27298_q ), + .datad(\text_gen|char_ram~39010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39011 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27228feeder ( +// Equation(s): +// \text_gen|char_ram~27228feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~27228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27228feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N19 +dffeas \text_gen|char_ram~27228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y45_N31 +dffeas \text_gen|char_ram~27284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y45_N17 +dffeas \text_gen|char_ram~27221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N1 +dffeas \text_gen|char_ram~27277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39012 ( +// Equation(s): +// \text_gen|char_ram~39012_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~27277_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27221_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27221_q ), + .datad(\text_gen|char_ram~27277_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39012 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39013 ( +// Equation(s): +// \text_gen|char_ram~39013_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39012_combout & ((\text_gen|char_ram~27284_q ))) # (!\text_gen|char_ram~39012_combout & (\text_gen|char_ram~27228_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39012_combout )))) + + .dataa(\text_gen|char_ram~27228_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27284_q ), + .datad(\text_gen|char_ram~39012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39013 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39014 ( +// Equation(s): +// \text_gen|char_ram~39014_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~39011_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~39013_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~39011_combout ), + .datad(\text_gen|char_ram~39013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39014 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39017 ( +// Equation(s): +// \text_gen|char_ram~39017_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39014_combout & (\text_gen|char_ram~39016_combout )) # (!\text_gen|char_ram~39014_combout & ((\text_gen|char_ram~39009_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39014_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39016_combout ), + .datac(\text_gen|char_ram~39009_combout ), + .datad(\text_gen|char_ram~39014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39017 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39018 ( +// Equation(s): +// \text_gen|char_ram~39018_combout = (\text_gen|char_ram~39007_combout & (((\text_gen|char_ram~39017_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~39007_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~38986_combout ))) + + .dataa(\text_gen|char_ram~39007_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38986_combout ), + .datad(\text_gen|char_ram~39017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39018 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~39018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y54_N29 +dffeas \text_gen|char_ram~24554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y54_N3 +dffeas \text_gen|char_ram~24547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38945 ( +// Equation(s): +// \text_gen|char_ram~38945_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~24554_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~24547_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24554_q ), + .datac(\text_gen|char_ram~24547_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38945 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y54_N5 +dffeas \text_gen|char_ram~24582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24575feeder ( +// Equation(s): +// \text_gen|char_ram~24575feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24575feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N1 +dffeas \text_gen|char_ram~24575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38946 ( +// Equation(s): +// \text_gen|char_ram~38946_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38945_combout & (\text_gen|char_ram~24582_q )) # (!\text_gen|char_ram~38945_combout & ((\text_gen|char_ram~24575_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~38945_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38945_combout ), + .datac(\text_gen|char_ram~24582_q ), + .datad(\text_gen|char_ram~24575_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38946 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y53_N13 +dffeas \text_gen|char_ram~24561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N27 +dffeas \text_gen|char_ram~24568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N17 +dffeas \text_gen|char_ram~24533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24540feeder ( +// Equation(s): +// \text_gen|char_ram~24540feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24540feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24540feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24540feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y54_N7 +dffeas \text_gen|char_ram~24540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24540feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38949 ( +// Equation(s): +// \text_gen|char_ram~38949_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~24540_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24533_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24533_q ), + .datad(\text_gen|char_ram~24540_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38949 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38950 ( +// Equation(s): +// \text_gen|char_ram~38950_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38949_combout & ((\text_gen|char_ram~24568_q ))) # (!\text_gen|char_ram~38949_combout & (\text_gen|char_ram~24561_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38949_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24561_q ), + .datac(\text_gen|char_ram~24568_q ), + .datad(\text_gen|char_ram~38949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38950 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24617feeder ( +// Equation(s): +// \text_gen|char_ram~24617feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24617feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24617feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24617feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N25 +dffeas \text_gen|char_ram~24617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24617feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y57_N21 +dffeas \text_gen|char_ram~24624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y57_N11 +dffeas \text_gen|char_ram~24589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24596feeder ( +// Equation(s): +// \text_gen|char_ram~24596feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~24596feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24596feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24596feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y53_N9 +dffeas \text_gen|char_ram~24596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24596feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38947 ( +// Equation(s): +// \text_gen|char_ram~38947_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~24596_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24589_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24589_q ), + .datad(\text_gen|char_ram~24596_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38947 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38948 ( +// Equation(s): +// \text_gen|char_ram~38948_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38947_combout & ((\text_gen|char_ram~24624_q ))) # (!\text_gen|char_ram~38947_combout & (\text_gen|char_ram~24617_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38947_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24617_q ), + .datac(\text_gen|char_ram~24624_q ), + .datad(\text_gen|char_ram~38947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38948 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38951 ( +// Equation(s): +// \text_gen|char_ram~38951_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~38948_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~38950_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38950_combout ), + .datad(\text_gen|char_ram~38948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38951 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y58_N29 +dffeas \text_gen|char_ram~24631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y58_N7 +dffeas \text_gen|char_ram~24638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y58_N25 +dffeas \text_gen|char_ram~24603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y55_N3 +dffeas \text_gen|char_ram~24610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38952 ( +// Equation(s): +// \text_gen|char_ram~38952_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~24610_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24603_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24603_q ), + .datad(\text_gen|char_ram~24610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38952 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38953 ( +// Equation(s): +// \text_gen|char_ram~38953_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38952_combout & ((\text_gen|char_ram~24638_q ))) # (!\text_gen|char_ram~38952_combout & (\text_gen|char_ram~24631_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38952_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24631_q ), + .datac(\text_gen|char_ram~24638_q ), + .datad(\text_gen|char_ram~38952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38953 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38954 ( +// Equation(s): +// \text_gen|char_ram~38954_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38951_combout & ((\text_gen|char_ram~38953_combout ))) # (!\text_gen|char_ram~38951_combout & (\text_gen|char_ram~38946_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38951_combout )))) + + .dataa(\text_gen|char_ram~38946_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~38951_combout ), + .datad(\text_gen|char_ram~38953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38954 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22825feeder ( +// Equation(s): +// \text_gen|char_ram~22825feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22825feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22825feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22825feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y58_N29 +dffeas \text_gen|char_ram~22825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22825feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y59_N7 +dffeas \text_gen|char_ram~22832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22804feeder ( +// Equation(s): +// \text_gen|char_ram~22804feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22804feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22804feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22804feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N21 +dffeas \text_gen|char_ram~22804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22804feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y59_N17 +dffeas \text_gen|char_ram~22797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38955 ( +// Equation(s): +// \text_gen|char_ram~38955_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~22804_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~22797_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~22804_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22797_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38955 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38956 ( +// Equation(s): +// \text_gen|char_ram~38956_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38955_combout & ((\text_gen|char_ram~22832_q ))) # (!\text_gen|char_ram~38955_combout & (\text_gen|char_ram~22825_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38955_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22825_q ), + .datac(\text_gen|char_ram~22832_q ), + .datad(\text_gen|char_ram~38955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38956 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22769feeder ( +// Equation(s): +// \text_gen|char_ram~22769feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22769feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22769feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22769feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y56_N11 +dffeas \text_gen|char_ram~22769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22769feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y56_N27 +dffeas \text_gen|char_ram~22776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y56_N29 +dffeas \text_gen|char_ram~22741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22748feeder ( +// Equation(s): +// \text_gen|char_ram~22748feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N7 +dffeas \text_gen|char_ram~22748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38959 ( +// Equation(s): +// \text_gen|char_ram~38959_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22748_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22741_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22741_q ), + .datad(\text_gen|char_ram~22748_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38959 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38960 ( +// Equation(s): +// \text_gen|char_ram~38960_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38959_combout & ((\text_gen|char_ram~22776_q ))) # (!\text_gen|char_ram~38959_combout & (\text_gen|char_ram~22769_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38959_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22769_q ), + .datac(\text_gen|char_ram~22776_q ), + .datad(\text_gen|char_ram~38959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38960 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y55_N29 +dffeas \text_gen|char_ram~22755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y55_N15 +dffeas \text_gen|char_ram~22762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38957 ( +// Equation(s): +// \text_gen|char_ram~38957_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22762_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22755_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22755_q ), + .datad(\text_gen|char_ram~22762_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38957 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y55_N7 +dffeas \text_gen|char_ram~22790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22783feeder ( +// Equation(s): +// \text_gen|char_ram~22783feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y56_N9 +dffeas \text_gen|char_ram~22783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38958 ( +// Equation(s): +// \text_gen|char_ram~38958_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38957_combout & (\text_gen|char_ram~22790_q )) # (!\text_gen|char_ram~38957_combout & ((\text_gen|char_ram~22783_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~38957_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38957_combout ), + .datac(\text_gen|char_ram~22790_q ), + .datad(\text_gen|char_ram~22783_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38958 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38961 ( +// Equation(s): +// \text_gen|char_ram~38961_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~38958_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~38960_combout )))) + + .dataa(\text_gen|char_ram~38960_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38958_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~38961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38961 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~38961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22839feeder ( +// Equation(s): +// \text_gen|char_ram~22839feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~22839feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22839feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22839feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y58_N9 +dffeas \text_gen|char_ram~22839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22839feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y58_N9 +dffeas \text_gen|char_ram~22846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y58_N11 +dffeas \text_gen|char_ram~22811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y55_N17 +dffeas \text_gen|char_ram~22818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38962 ( +// Equation(s): +// \text_gen|char_ram~38962_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22818_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22811_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22811_q ), + .datad(\text_gen|char_ram~22818_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38962 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38963 ( +// Equation(s): +// \text_gen|char_ram~38963_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38962_combout & ((\text_gen|char_ram~22846_q ))) # (!\text_gen|char_ram~38962_combout & (\text_gen|char_ram~22839_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38962_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22839_q ), + .datac(\text_gen|char_ram~22846_q ), + .datad(\text_gen|char_ram~38962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38963 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38964 ( +// Equation(s): +// \text_gen|char_ram~38964_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38961_combout & ((\text_gen|char_ram~38963_combout ))) # (!\text_gen|char_ram~38961_combout & (\text_gen|char_ram~38956_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38961_combout )))) + + .dataa(\text_gen|char_ram~38956_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38961_combout ), + .datad(\text_gen|char_ram~38963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38964 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38965 ( +// Equation(s): +// \text_gen|char_ram~38965_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~38954_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~38964_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~38954_combout ), + .datad(\text_gen|char_ram~38964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38965 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~28159feeder ( +// Equation(s): +// \text_gen|char_ram~28159feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28159feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28159feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28159feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y52_N5 +dffeas \text_gen|char_ram~28159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28159feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y52_N25 +dffeas \text_gen|char_ram~28166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~28138feeder ( +// Equation(s): +// \text_gen|char_ram~28138feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28138feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28138feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28138feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y52_N17 +dffeas \text_gen|char_ram~28138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28138feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N31 +dffeas \text_gen|char_ram~28131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38966 ( +// Equation(s): +// \text_gen|char_ram~38966_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~28138_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~28131_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~28138_q ), + .datac(\text_gen|char_ram~28131_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38966 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38967 ( +// Equation(s): +// \text_gen|char_ram~38967_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38966_combout & ((\text_gen|char_ram~28166_q ))) # (!\text_gen|char_ram~38966_combout & (\text_gen|char_ram~28159_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38966_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~28159_q ), + .datac(\text_gen|char_ram~28166_q ), + .datad(\text_gen|char_ram~38966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38967 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~28194feeder ( +// Equation(s): +// \text_gen|char_ram~28194feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~28194feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28194feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~28194feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y55_N11 +dffeas \text_gen|char_ram~28194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28194feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y55_N15 +dffeas \text_gen|char_ram~28222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y55_N25 +dffeas \text_gen|char_ram~28187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y55_N17 +dffeas \text_gen|char_ram~28215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38973 ( +// Equation(s): +// \text_gen|char_ram~38973_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~28215_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~28187_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28187_q ), + .datad(\text_gen|char_ram~28215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38973 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38974 ( +// Equation(s): +// \text_gen|char_ram~38974_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38973_combout & ((\text_gen|char_ram~28222_q ))) # (!\text_gen|char_ram~38973_combout & (\text_gen|char_ram~28194_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38973_combout )))) + + .dataa(\text_gen|char_ram~28194_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28222_q ), + .datad(\text_gen|char_ram~38973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38974 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y53_N31 +dffeas \text_gen|char_ram~28145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N27 +dffeas \text_gen|char_ram~28152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N21 +dffeas \text_gen|char_ram~28117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28124feeder ( +// Equation(s): +// \text_gen|char_ram~28124feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28124feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28124feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28124feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N3 +dffeas \text_gen|char_ram~28124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28124feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38970 ( +// Equation(s): +// \text_gen|char_ram~38970_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~28124_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28117_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28117_q ), + .datad(\text_gen|char_ram~28124_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38970 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38971 ( +// Equation(s): +// \text_gen|char_ram~38971_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38970_combout & ((\text_gen|char_ram~28152_q ))) # (!\text_gen|char_ram~38970_combout & (\text_gen|char_ram~28145_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38970_combout )))) + + .dataa(\text_gen|char_ram~28145_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28152_q ), + .datad(\text_gen|char_ram~38970_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38971 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28180feeder ( +// Equation(s): +// \text_gen|char_ram~28180feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28180feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28180feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28180feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y59_N3 +dffeas \text_gen|char_ram~28180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28180feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y59_N19 +dffeas \text_gen|char_ram~28208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y59_N21 +dffeas \text_gen|char_ram~28173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~28201feeder ( +// Equation(s): +// \text_gen|char_ram~28201feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~28201feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28201feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28201feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N7 +dffeas \text_gen|char_ram~28201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28201feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38968 ( +// Equation(s): +// \text_gen|char_ram~38968_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28201_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28173_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28173_q ), + .datad(\text_gen|char_ram~28201_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38968 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38969 ( +// Equation(s): +// \text_gen|char_ram~38969_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38968_combout & ((\text_gen|char_ram~28208_q ))) # (!\text_gen|char_ram~38968_combout & (\text_gen|char_ram~28180_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38968_combout )))) + + .dataa(\text_gen|char_ram~28180_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28208_q ), + .datad(\text_gen|char_ram~38968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38969 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38972 ( +// Equation(s): +// \text_gen|char_ram~38972_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~38969_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~38971_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38971_combout ), + .datad(\text_gen|char_ram~38969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38972 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38975 ( +// Equation(s): +// \text_gen|char_ram~38975_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38972_combout & ((\text_gen|char_ram~38974_combout ))) # (!\text_gen|char_ram~38972_combout & (\text_gen|char_ram~38967_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38972_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~38967_combout ), + .datac(\text_gen|char_ram~38974_combout ), + .datad(\text_gen|char_ram~38972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38975 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y58_N11 +dffeas \text_gen|char_ram~26423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y58_N3 +dffeas \text_gen|char_ram~26430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y57_N7 +dffeas \text_gen|char_ram~26395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26402feeder ( +// Equation(s): +// \text_gen|char_ram~26402feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26402feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26402feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26402feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N31 +dffeas \text_gen|char_ram~26402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26402feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38942 ( +// Equation(s): +// \text_gen|char_ram~38942_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~26402_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26395_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26395_q ), + .datad(\text_gen|char_ram~26402_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38942 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38943 ( +// Equation(s): +// \text_gen|char_ram~38943_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38942_combout & ((\text_gen|char_ram~26430_q ))) # (!\text_gen|char_ram~38942_combout & (\text_gen|char_ram~26423_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38942_combout )))) + + .dataa(\text_gen|char_ram~26423_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26430_q ), + .datad(\text_gen|char_ram~38942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38943 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y50_N25 +dffeas \text_gen|char_ram~26409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y54_N23 +dffeas \text_gen|char_ram~26416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y56_N23 +dffeas \text_gen|char_ram~26381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y56_N25 +dffeas \text_gen|char_ram~26388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38935 ( +// Equation(s): +// \text_gen|char_ram~38935_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~26388_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26381_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26381_q ), + .datad(\text_gen|char_ram~26388_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38935 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38936 ( +// Equation(s): +// \text_gen|char_ram~38936_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38935_combout & ((\text_gen|char_ram~26416_q ))) # (!\text_gen|char_ram~38935_combout & (\text_gen|char_ram~26409_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38935_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26409_q ), + .datac(\text_gen|char_ram~26416_q ), + .datad(\text_gen|char_ram~38935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38936 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y55_N13 +dffeas \text_gen|char_ram~26367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y55_N23 +dffeas \text_gen|char_ram~26374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y59_N19 +dffeas \text_gen|char_ram~26339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26346feeder ( +// Equation(s): +// \text_gen|char_ram~26346feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26346feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y55_N7 +dffeas \text_gen|char_ram~26346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38937 ( +// Equation(s): +// \text_gen|char_ram~38937_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~26346_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26339_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26339_q ), + .datad(\text_gen|char_ram~26346_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38937 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38938 ( +// Equation(s): +// \text_gen|char_ram~38938_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38937_combout & ((\text_gen|char_ram~26374_q ))) # (!\text_gen|char_ram~38937_combout & (\text_gen|char_ram~26367_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38937_combout )))) + + .dataa(\text_gen|char_ram~26367_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26374_q ), + .datad(\text_gen|char_ram~38937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38938 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26353feeder ( +// Equation(s): +// \text_gen|char_ram~26353feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~26353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26353feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y59_N27 +dffeas \text_gen|char_ram~26353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y62_N17 +dffeas \text_gen|char_ram~26360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y62_N15 +dffeas \text_gen|char_ram~26325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26332feeder ( +// Equation(s): +// \text_gen|char_ram~26332feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26332feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26332feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26332feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y62_N17 +dffeas \text_gen|char_ram~26332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26332feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y62_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38939 ( +// Equation(s): +// \text_gen|char_ram~38939_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~26332_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26325_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26325_q ), + .datad(\text_gen|char_ram~26332_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38939 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38940 ( +// Equation(s): +// \text_gen|char_ram~38940_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38939_combout & ((\text_gen|char_ram~26360_q ))) # (!\text_gen|char_ram~38939_combout & (\text_gen|char_ram~26353_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38939_combout )))) + + .dataa(\text_gen|char_ram~26353_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26360_q ), + .datad(\text_gen|char_ram~38939_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38940 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38941 ( +// Equation(s): +// \text_gen|char_ram~38941_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~38938_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~38940_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~38938_combout ), + .datad(\text_gen|char_ram~38940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38941 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38944 ( +// Equation(s): +// \text_gen|char_ram~38944_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38941_combout & (\text_gen|char_ram~38943_combout )) # (!\text_gen|char_ram~38941_combout & ((\text_gen|char_ram~38936_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38941_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38943_combout ), + .datac(\text_gen|char_ram~38936_combout ), + .datad(\text_gen|char_ram~38941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38944 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38976 ( +// Equation(s): +// \text_gen|char_ram~38976_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38965_combout & (\text_gen|char_ram~38975_combout )) # (!\text_gen|char_ram~38965_combout & ((\text_gen|char_ram~38944_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~38965_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38965_combout ), + .datac(\text_gen|char_ram~38975_combout ), + .datad(\text_gen|char_ram~38944_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38976 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39019 ( +// Equation(s): +// \text_gen|char_ram~39019_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~38976_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~39018_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39018_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~38976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39019 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~39019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39062 ( +// Equation(s): +// \text_gen|char_ram~39062_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39019_combout & ((\text_gen|char_ram~39061_combout ))) # (!\text_gen|char_ram~39019_combout & (\text_gen|char_ram~38934_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39019_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38934_combout ), + .datac(\text_gen|char_ram~39061_combout ), + .datad(\text_gen|char_ram~39019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39062 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39063 ( +// Equation(s): +// \text_gen|char_ram~39063_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38892_combout & ((\text_gen|char_ram~39062_combout ))) # (!\text_gen|char_ram~38892_combout & (\text_gen|char_ram~38551_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~38892_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38892_combout ), + .datac(\text_gen|char_ram~38551_combout ), + .datad(\text_gen|char_ram~39062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39063 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y39_N25 +dffeas \text_gen|char_ram~9280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9280 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y43_N15 +dffeas \text_gen|char_ram~12864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11072feeder ( +// Equation(s): +// \text_gen|char_ram~11072feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11072feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y43_N23 +dffeas \text_gen|char_ram~11072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y43_N29 +dffeas \text_gen|char_ram~7488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37364 ( +// Equation(s): +// \text_gen|char_ram~37364_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11072_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7488_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11072_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7488_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37364 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37365 ( +// Equation(s): +// \text_gen|char_ram~37365_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37364_combout & ((\text_gen|char_ram~12864_q ))) # (!\text_gen|char_ram~37364_combout & (\text_gen|char_ram~9280_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37364_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9280_q ), + .datac(\text_gen|char_ram~12864_q ), + .datad(\text_gen|char_ram~37364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37365 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y38_N21 +dffeas \text_gen|char_ram~9252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y38_N23 +dffeas \text_gen|char_ram~12836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y38_N17 +dffeas \text_gen|char_ram~7460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y34_N13 +dffeas \text_gen|char_ram~11044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37359 ( +// Equation(s): +// \text_gen|char_ram~37359_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11044_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7460_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7460_q ), + .datad(\text_gen|char_ram~11044_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37359 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37360 ( +// Equation(s): +// \text_gen|char_ram~37360_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37359_combout & ((\text_gen|char_ram~12836_q ))) # (!\text_gen|char_ram~37359_combout & (\text_gen|char_ram~9252_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37359_combout )))) + + .dataa(\text_gen|char_ram~9252_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12836_q ), + .datad(\text_gen|char_ram~37359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37360 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9245feeder ( +// Equation(s): +// \text_gen|char_ram~9245feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9245feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y40_N25 +dffeas \text_gen|char_ram~9245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y40_N5 +dffeas \text_gen|char_ram~7453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37361 ( +// Equation(s): +// \text_gen|char_ram~37361_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9245_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7453_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9245_q ), + .datac(\text_gen|char_ram~7453_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37361 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y40_N31 +dffeas \text_gen|char_ram~12829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11037feeder ( +// Equation(s): +// \text_gen|char_ram~11037feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y40_N23 +dffeas \text_gen|char_ram~11037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37362 ( +// Equation(s): +// \text_gen|char_ram~37362_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37361_combout & (\text_gen|char_ram~12829_q )) # (!\text_gen|char_ram~37361_combout & ((\text_gen|char_ram~11037_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~37361_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37361_combout ), + .datac(\text_gen|char_ram~12829_q ), + .datad(\text_gen|char_ram~11037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37362 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37363 ( +// Equation(s): +// \text_gen|char_ram~37363_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37360_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37362_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37360_combout ), + .datad(\text_gen|char_ram~37362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37363 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12857feeder ( +// Equation(s): +// \text_gen|char_ram~12857feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N25 +dffeas \text_gen|char_ram~12857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y43_N13 +dffeas \text_gen|char_ram~11065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N29 +dffeas \text_gen|char_ram~9273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y39_N5 +dffeas \text_gen|char_ram~7481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37357 ( +// Equation(s): +// \text_gen|char_ram~37357_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9273_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7481_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9273_q ), + .datac(\text_gen|char_ram~7481_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37357 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37358 ( +// Equation(s): +// \text_gen|char_ram~37358_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37357_combout & (\text_gen|char_ram~12857_q )) # (!\text_gen|char_ram~37357_combout & ((\text_gen|char_ram~11065_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37357_combout )))) + + .dataa(\text_gen|char_ram~12857_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11065_q ), + .datad(\text_gen|char_ram~37357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37358 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37366 ( +// Equation(s): +// \text_gen|char_ram~37366_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37363_combout & (\text_gen|char_ram~37365_combout )) # (!\text_gen|char_ram~37363_combout & ((\text_gen|char_ram~37358_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37363_combout )))) + + .dataa(\text_gen|char_ram~37365_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37363_combout ), + .datad(\text_gen|char_ram~37358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37366 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y51_N29 +dffeas \text_gen|char_ram~11079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y51_N7 +dffeas \text_gen|char_ram~11086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y47_N9 +dffeas \text_gen|char_ram~11051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11058feeder ( +// Equation(s): +// \text_gen|char_ram~11058feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11058feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11058feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11058feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N25 +dffeas \text_gen|char_ram~11058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11058feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37388 ( +// Equation(s): +// \text_gen|char_ram~37388_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11058_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11051_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11051_q ), + .datad(\text_gen|char_ram~11058_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37388 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37389 ( +// Equation(s): +// \text_gen|char_ram~37389_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37388_combout & ((\text_gen|char_ram~11086_q ))) # (!\text_gen|char_ram~37388_combout & (\text_gen|char_ram~11079_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37388_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~11079_q ), + .datac(\text_gen|char_ram~11086_q ), + .datad(\text_gen|char_ram~37388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37389 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y48_N11 +dffeas \text_gen|char_ram~12871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y48_N5 +dffeas \text_gen|char_ram~12878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12850feeder ( +// Equation(s): +// \text_gen|char_ram~12850feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N15 +dffeas \text_gen|char_ram~12850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y41_N25 +dffeas \text_gen|char_ram~12843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37395 ( +// Equation(s): +// \text_gen|char_ram~37395_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~12850_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~12843_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12850_q ), + .datac(\text_gen|char_ram~12843_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37395 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37396 ( +// Equation(s): +// \text_gen|char_ram~37396_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37395_combout & ((\text_gen|char_ram~12878_q ))) # (!\text_gen|char_ram~37395_combout & (\text_gen|char_ram~12871_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37395_combout )))) + + .dataa(\text_gen|char_ram~12871_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12878_q ), + .datad(\text_gen|char_ram~37395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37396 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9266feeder ( +// Equation(s): +// \text_gen|char_ram~9266feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9266feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9266feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9266feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N5 +dffeas \text_gen|char_ram~9266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9266feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y41_N9 +dffeas \text_gen|char_ram~9294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y41_N19 +dffeas \text_gen|char_ram~9259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9287feeder ( +// Equation(s): +// \text_gen|char_ram~9287feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y41_N3 +dffeas \text_gen|char_ram~9287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37390 ( +// Equation(s): +// \text_gen|char_ram~37390_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~9287_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9259_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9259_q ), + .datad(\text_gen|char_ram~9287_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37390 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37391 ( +// Equation(s): +// \text_gen|char_ram~37391_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37390_combout & ((\text_gen|char_ram~9294_q ))) # (!\text_gen|char_ram~37390_combout & (\text_gen|char_ram~9266_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37390_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~9266_q ), + .datac(\text_gen|char_ram~9294_q ), + .datad(\text_gen|char_ram~37390_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37391 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y46_N5 +dffeas \text_gen|char_ram~7495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y49_N7 +dffeas \text_gen|char_ram~7467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37392 ( +// Equation(s): +// \text_gen|char_ram~37392_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~7495_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~7467_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7495_q ), + .datac(\text_gen|char_ram~7467_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37392 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y49_N21 +dffeas \text_gen|char_ram~7502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7474feeder ( +// Equation(s): +// \text_gen|char_ram~7474feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y49_N29 +dffeas \text_gen|char_ram~7474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37393 ( +// Equation(s): +// \text_gen|char_ram~37393_combout = (\text_gen|char_ram~37392_combout & (((\text_gen|char_ram~7502_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37392_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7474_q )))) + + .dataa(\text_gen|char_ram~37392_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7502_q ), + .datad(\text_gen|char_ram~7474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37393 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37394 ( +// Equation(s): +// \text_gen|char_ram~37394_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37391_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~37393_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~37391_combout ), + .datab(\text_gen|char_ram~37393_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37394 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~37394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37397 ( +// Equation(s): +// \text_gen|char_ram~37397_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37394_combout & ((\text_gen|char_ram~37396_combout ))) # (!\text_gen|char_ram~37394_combout & (\text_gen|char_ram~37389_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37394_combout )))) + + .dataa(\text_gen|char_ram~37389_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37396_combout ), + .datad(\text_gen|char_ram~37394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37397 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y44_N17 +dffeas \text_gen|char_ram~10988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y44_N9 +dffeas \text_gen|char_ram~12780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y44_N11 +dffeas \text_gen|char_ram~7404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y36_N19 +dffeas \text_gen|char_ram~9196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37377 ( +// Equation(s): +// \text_gen|char_ram~37377_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~9196_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7404_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7404_q ), + .datad(\text_gen|char_ram~9196_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37377 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37378 ( +// Equation(s): +// \text_gen|char_ram~37378_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37377_combout & ((\text_gen|char_ram~12780_q ))) # (!\text_gen|char_ram~37377_combout & (\text_gen|char_ram~10988_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37377_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10988_q ), + .datac(\text_gen|char_ram~12780_q ), + .datad(\text_gen|char_ram~37377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37378 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y39_N25 +dffeas \text_gen|char_ram~11016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N7 +dffeas \text_gen|char_ram~12808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N29 +dffeas \text_gen|char_ram~7432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N23 +dffeas \text_gen|char_ram~9224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37384 ( +// Equation(s): +// \text_gen|char_ram~37384_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9224_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7432_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7432_q ), + .datad(\text_gen|char_ram~9224_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37384 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37385 ( +// Equation(s): +// \text_gen|char_ram~37385_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37384_combout & ((\text_gen|char_ram~12808_q ))) # (!\text_gen|char_ram~37384_combout & (\text_gen|char_ram~11016_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37384_combout )))) + + .dataa(\text_gen|char_ram~11016_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12808_q ), + .datad(\text_gen|char_ram~37384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37385 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9189feeder ( +// Equation(s): +// \text_gen|char_ram~9189feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9189feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y40_N27 +dffeas \text_gen|char_ram~9189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y43_N29 +dffeas \text_gen|char_ram~12773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y47_N11 +dffeas \text_gen|char_ram~10981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y47_N13 +dffeas \text_gen|char_ram~7397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37381 ( +// Equation(s): +// \text_gen|char_ram~37381_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10981_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7397_q +// ))))) + + .dataa(\text_gen|char_ram~10981_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7397_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37381 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37382 ( +// Equation(s): +// \text_gen|char_ram~37382_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37381_combout & ((\text_gen|char_ram~12773_q ))) # (!\text_gen|char_ram~37381_combout & (\text_gen|char_ram~9189_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37381_combout )))) + + .dataa(\text_gen|char_ram~9189_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12773_q ), + .datad(\text_gen|char_ram~37381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37382 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9217feeder ( +// Equation(s): +// \text_gen|char_ram~9217feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9217feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N15 +dffeas \text_gen|char_ram~9217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y43_N3 +dffeas \text_gen|char_ram~12801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y43_N19 +dffeas \text_gen|char_ram~11009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y43_N25 +dffeas \text_gen|char_ram~7425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37379 ( +// Equation(s): +// \text_gen|char_ram~37379_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11009_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7425_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11009_q ), + .datac(\text_gen|char_ram~7425_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37379 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37380 ( +// Equation(s): +// \text_gen|char_ram~37380_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37379_combout & ((\text_gen|char_ram~12801_q ))) # (!\text_gen|char_ram~37379_combout & (\text_gen|char_ram~9217_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37379_combout )))) + + .dataa(\text_gen|char_ram~9217_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12801_q ), + .datad(\text_gen|char_ram~37379_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37380 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37383 ( +// Equation(s): +// \text_gen|char_ram~37383_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~37380_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37382_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37382_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37383 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~37383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37386 ( +// Equation(s): +// \text_gen|char_ram~37386_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37383_combout & ((\text_gen|char_ram~37385_combout ))) # (!\text_gen|char_ram~37383_combout & (\text_gen|char_ram~37378_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37383_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37378_combout ), + .datac(\text_gen|char_ram~37385_combout ), + .datad(\text_gen|char_ram~37383_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37386 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y44_N23 +dffeas \text_gen|char_ram~12794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y44_N29 +dffeas \text_gen|char_ram~12822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12815feeder ( +// Equation(s): +// \text_gen|char_ram~12815feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12815feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y44_N25 +dffeas \text_gen|char_ram~12815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N19 +dffeas \text_gen|char_ram~12787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37374 ( +// Equation(s): +// \text_gen|char_ram~37374_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12815_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12787_q ))))) + + .dataa(\text_gen|char_ram~12815_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12787_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37374 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37375 ( +// Equation(s): +// \text_gen|char_ram~37375_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37374_combout & ((\text_gen|char_ram~12822_q ))) # (!\text_gen|char_ram~37374_combout & (\text_gen|char_ram~12794_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37374_combout )))) + + .dataa(\text_gen|char_ram~12794_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12822_q ), + .datad(\text_gen|char_ram~37374_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37375 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y47_N7 +dffeas \text_gen|char_ram~7418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y47_N27 +dffeas \text_gen|char_ram~7411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37371 ( +// Equation(s): +// \text_gen|char_ram~37371_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7418_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~7411_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~7418_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7411_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37371 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y44_N19 +dffeas \text_gen|char_ram~7439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y44_N13 +dffeas \text_gen|char_ram~7446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37372 ( +// Equation(s): +// \text_gen|char_ram~37372_combout = (\text_gen|char_ram~37371_combout & (((\text_gen|char_ram~7446_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37371_combout & (\text_gen|char_ram~7439_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~37371_combout ), + .datab(\text_gen|char_ram~7439_q ), + .datac(\text_gen|char_ram~7446_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37372 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y47_N29 +dffeas \text_gen|char_ram~11002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y47_N15 +dffeas \text_gen|char_ram~11030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y47_N25 +dffeas \text_gen|char_ram~10995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11023feeder ( +// Equation(s): +// \text_gen|char_ram~11023feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11023feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11023feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11023feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y44_N23 +dffeas \text_gen|char_ram~11023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11023feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37369 ( +// Equation(s): +// \text_gen|char_ram~37369_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11023_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10995_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10995_q ), + .datad(\text_gen|char_ram~11023_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37369 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37370 ( +// Equation(s): +// \text_gen|char_ram~37370_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37369_combout & ((\text_gen|char_ram~11030_q ))) # (!\text_gen|char_ram~37369_combout & (\text_gen|char_ram~11002_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37369_combout )))) + + .dataa(\text_gen|char_ram~11002_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11030_q ), + .datad(\text_gen|char_ram~37369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37370 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37373 ( +// Equation(s): +// \text_gen|char_ram~37373_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~37370_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~37372_combout )))) + + .dataa(\text_gen|char_ram~37372_combout ), + .datab(\text_gen|char_ram~37370_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37373 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~37373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9210feeder ( +// Equation(s): +// \text_gen|char_ram~9210feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9210feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9210feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9210feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N9 +dffeas \text_gen|char_ram~9210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9210feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N5 +dffeas \text_gen|char_ram~9203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37367 ( +// Equation(s): +// \text_gen|char_ram~37367_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~9210_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~9203_q ))))) + + .dataa(\text_gen|char_ram~9210_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9203_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37367 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N17 +dffeas \text_gen|char_ram~9231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y40_N23 +dffeas \text_gen|char_ram~9238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37368 ( +// Equation(s): +// \text_gen|char_ram~37368_combout = (\text_gen|char_ram~37367_combout & (((\text_gen|char_ram~9238_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37367_combout & (\text_gen|char_ram~9231_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~37367_combout ), + .datab(\text_gen|char_ram~9231_q ), + .datac(\text_gen|char_ram~9238_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37368 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37376 ( +// Equation(s): +// \text_gen|char_ram~37376_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37373_combout & (\text_gen|char_ram~37375_combout )) # (!\text_gen|char_ram~37373_combout & ((\text_gen|char_ram~37368_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37373_combout )))) + + .dataa(\text_gen|char_ram~37375_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~37373_combout ), + .datad(\text_gen|char_ram~37368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37376 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37387 ( +// Equation(s): +// \text_gen|char_ram~37387_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~37376_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37386_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37386_combout ), + .datad(\text_gen|char_ram~37376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37387 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37398 ( +// Equation(s): +// \text_gen|char_ram~37398_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37387_combout & ((\text_gen|char_ram~37397_combout ))) # (!\text_gen|char_ram~37387_combout & (\text_gen|char_ram~37366_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37387_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37366_combout ), + .datac(\text_gen|char_ram~37397_combout ), + .datad(\text_gen|char_ram~37387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37398 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11191feeder ( +// Equation(s): +// \text_gen|char_ram~11191feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y51_N29 +dffeas \text_gen|char_ram~11191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y50_N3 +dffeas \text_gen|char_ram~11198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y50_N7 +dffeas \text_gen|char_ram~11170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y50_N29 +dffeas \text_gen|char_ram~11163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37515 ( +// Equation(s): +// \text_gen|char_ram~37515_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~11170_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~11163_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~11170_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11163_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37515 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37516 ( +// Equation(s): +// \text_gen|char_ram~37516_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37515_combout & ((\text_gen|char_ram~11198_q ))) # (!\text_gen|char_ram~37515_combout & (\text_gen|char_ram~11191_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37515_combout )))) + + .dataa(\text_gen|char_ram~11191_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11198_q ), + .datad(\text_gen|char_ram~37515_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37516 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y39_N21 +dffeas \text_gen|char_ram~9399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y43_N7 +dffeas \text_gen|char_ram~9371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37517 ( +// Equation(s): +// \text_gen|char_ram~37517_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~9399_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~9371_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~9399_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9371_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37517 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y43_N5 +dffeas \text_gen|char_ram~9406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9378feeder ( +// Equation(s): +// \text_gen|char_ram~9378feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y49_N31 +dffeas \text_gen|char_ram~9378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37518 ( +// Equation(s): +// \text_gen|char_ram~37518_combout = (\text_gen|char_ram~37517_combout & (((\text_gen|char_ram~9406_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37517_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~9378_q )))) + + .dataa(\text_gen|char_ram~37517_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9406_q ), + .datad(\text_gen|char_ram~9378_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37518 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7614feeder ( +// Equation(s): +// \text_gen|char_ram~7614feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7614feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7614feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7614feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y49_N7 +dffeas \text_gen|char_ram~7614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7614feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y49_N3 +dffeas \text_gen|char_ram~7579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7607feeder ( +// Equation(s): +// \text_gen|char_ram~7607feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7607feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7607feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7607feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N7 +dffeas \text_gen|char_ram~7607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7607feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37519 ( +// Equation(s): +// \text_gen|char_ram~37519_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~7607_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7579_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7579_q ), + .datad(\text_gen|char_ram~7607_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37519 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7586feeder ( +// Equation(s): +// \text_gen|char_ram~7586feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y49_N25 +dffeas \text_gen|char_ram~7586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37520 ( +// Equation(s): +// \text_gen|char_ram~37520_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37519_combout & (\text_gen|char_ram~7614_q )) # (!\text_gen|char_ram~37519_combout & ((\text_gen|char_ram~7586_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37519_combout )))) + + .dataa(\text_gen|char_ram~7614_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37519_combout ), + .datad(\text_gen|char_ram~7586_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37520 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37521 ( +// Equation(s): +// \text_gen|char_ram~37521_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37518_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~37520_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~37518_combout ), + .datab(\text_gen|char_ram~37520_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37521 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~37521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y48_N11 +dffeas \text_gen|char_ram~12983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y48_N17 +dffeas \text_gen|char_ram~12990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12962feeder ( +// Equation(s): +// \text_gen|char_ram~12962feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y46_N19 +dffeas \text_gen|char_ram~12962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y48_N17 +dffeas \text_gen|char_ram~12955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37522 ( +// Equation(s): +// \text_gen|char_ram~37522_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~12962_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~12955_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12962_q ), + .datac(\text_gen|char_ram~12955_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37522 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37523 ( +// Equation(s): +// \text_gen|char_ram~37523_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37522_combout & ((\text_gen|char_ram~12990_q ))) # (!\text_gen|char_ram~37522_combout & (\text_gen|char_ram~12983_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37522_combout )))) + + .dataa(\text_gen|char_ram~12983_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12990_q ), + .datad(\text_gen|char_ram~37522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37523 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37524 ( +// Equation(s): +// \text_gen|char_ram~37524_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37521_combout & ((\text_gen|char_ram~37523_combout ))) # (!\text_gen|char_ram~37521_combout & (\text_gen|char_ram~37516_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37521_combout )))) + + .dataa(\text_gen|char_ram~37516_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37521_combout ), + .datad(\text_gen|char_ram~37523_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37524 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~37524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9343feeder ( +// Equation(s): +// \text_gen|char_ram~9343feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9343feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9343feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9343feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y40_N3 +dffeas \text_gen|char_ram~9343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9343feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y44_N3 +dffeas \text_gen|char_ram~9350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y44_N17 +dffeas \text_gen|char_ram~9315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9322feeder ( +// Equation(s): +// \text_gen|char_ram~9322feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N23 +dffeas \text_gen|char_ram~9322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37484 ( +// Equation(s): +// \text_gen|char_ram~37484_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~9322_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9315_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9315_q ), + .datad(\text_gen|char_ram~9322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37484 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37485 ( +// Equation(s): +// \text_gen|char_ram~37485_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37484_combout & ((\text_gen|char_ram~9350_q ))) # (!\text_gen|char_ram~37484_combout & (\text_gen|char_ram~9343_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37484_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9343_q ), + .datac(\text_gen|char_ram~9350_q ), + .datad(\text_gen|char_ram~37484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37485 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y48_N27 +dffeas \text_gen|char_ram~12906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N21 +dffeas \text_gen|char_ram~12934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N19 +dffeas \text_gen|char_ram~12899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12927feeder ( +// Equation(s): +// \text_gen|char_ram~12927feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12927feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y44_N7 +dffeas \text_gen|char_ram~12927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37491 ( +// Equation(s): +// \text_gen|char_ram~37491_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12927_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12899_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12899_q ), + .datad(\text_gen|char_ram~12927_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37491 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37492 ( +// Equation(s): +// \text_gen|char_ram~37492_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37491_combout & ((\text_gen|char_ram~12934_q ))) # (!\text_gen|char_ram~37491_combout & (\text_gen|char_ram~12906_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37491_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12906_q ), + .datac(\text_gen|char_ram~12934_q ), + .datad(\text_gen|char_ram~37491_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37492 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11114feeder ( +// Equation(s): +// \text_gen|char_ram~11114feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11114feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11114feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11114feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y48_N27 +dffeas \text_gen|char_ram~11114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11114feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y51_N21 +dffeas \text_gen|char_ram~11142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y47_N13 +dffeas \text_gen|char_ram~11107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11135feeder ( +// Equation(s): +// \text_gen|char_ram~11135feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11135feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11135feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11135feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y44_N25 +dffeas \text_gen|char_ram~11135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11135feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37486 ( +// Equation(s): +// \text_gen|char_ram~37486_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11135_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11107_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11107_q ), + .datad(\text_gen|char_ram~11135_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37486 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37487 ( +// Equation(s): +// \text_gen|char_ram~37487_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37486_combout & ((\text_gen|char_ram~11142_q ))) # (!\text_gen|char_ram~37486_combout & (\text_gen|char_ram~11114_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37486_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11114_q ), + .datac(\text_gen|char_ram~11142_q ), + .datad(\text_gen|char_ram~37486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37487 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y49_N1 +dffeas \text_gen|char_ram~7523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7530feeder ( +// Equation(s): +// \text_gen|char_ram~7530feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y48_N1 +dffeas \text_gen|char_ram~7530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37488 ( +// Equation(s): +// \text_gen|char_ram~37488_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~7530_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7523_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7523_q ), + .datad(\text_gen|char_ram~7530_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37488 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7551feeder ( +// Equation(s): +// \text_gen|char_ram~7551feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y47_N7 +dffeas \text_gen|char_ram~7551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y50_N21 +dffeas \text_gen|char_ram~7558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37489 ( +// Equation(s): +// \text_gen|char_ram~37489_combout = (\text_gen|char_ram~37488_combout & (((\text_gen|char_ram~7558_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37488_combout & (\text_gen|char_ram~7551_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~37488_combout ), + .datab(\text_gen|char_ram~7551_q ), + .datac(\text_gen|char_ram~7558_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37489 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37490 ( +// Equation(s): +// \text_gen|char_ram~37490_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~37487_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~37489_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37487_combout ), + .datad(\text_gen|char_ram~37489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37490 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37493 ( +// Equation(s): +// \text_gen|char_ram~37493_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37490_combout & ((\text_gen|char_ram~37492_combout ))) # (!\text_gen|char_ram~37490_combout & (\text_gen|char_ram~37485_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37490_combout )))) + + .dataa(\text_gen|char_ram~37485_combout ), + .datab(\text_gen|char_ram~37492_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~37490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37493 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~37493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11128feeder ( +// Equation(s): +// \text_gen|char_ram~11128feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11128feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11128feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11128feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y47_N25 +dffeas \text_gen|char_ram~11128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11128feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y47_N31 +dffeas \text_gen|char_ram~12920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y39_N31 +dffeas \text_gen|char_ram~9336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y47_N29 +dffeas \text_gen|char_ram~7544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37511 ( +// Equation(s): +// \text_gen|char_ram~37511_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9336_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7544_q +// ))))) + + .dataa(\text_gen|char_ram~9336_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7544_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37511 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37512 ( +// Equation(s): +// \text_gen|char_ram~37512_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37511_combout & ((\text_gen|char_ram~12920_q ))) # (!\text_gen|char_ram~37511_combout & (\text_gen|char_ram~11128_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37511_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11128_q ), + .datac(\text_gen|char_ram~12920_q ), + .datad(\text_gen|char_ram~37511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37512 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9301feeder ( +// Equation(s): +// \text_gen|char_ram~9301feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9301feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9301feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9301feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y40_N25 +dffeas \text_gen|char_ram~9301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9301feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y46_N31 +dffeas \text_gen|char_ram~12885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11093feeder ( +// Equation(s): +// \text_gen|char_ram~11093feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11093feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11093feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11093feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y47_N31 +dffeas \text_gen|char_ram~11093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11093feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y46_N13 +dffeas \text_gen|char_ram~7509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37508 ( +// Equation(s): +// \text_gen|char_ram~37508_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11093_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7509_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11093_q ), + .datac(\text_gen|char_ram~7509_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37508 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37509 ( +// Equation(s): +// \text_gen|char_ram~37509_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37508_combout & ((\text_gen|char_ram~12885_q ))) # (!\text_gen|char_ram~37508_combout & (\text_gen|char_ram~9301_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37508_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9301_q ), + .datac(\text_gen|char_ram~12885_q ), + .datad(\text_gen|char_ram~37508_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37509 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N19 +dffeas \text_gen|char_ram~9329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y43_N27 +dffeas \text_gen|char_ram~12913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N23 +dffeas \text_gen|char_ram~11121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y43_N21 +dffeas \text_gen|char_ram~7537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37506 ( +// Equation(s): +// \text_gen|char_ram~37506_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11121_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7537_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11121_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7537_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37506 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37507 ( +// Equation(s): +// \text_gen|char_ram~37507_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37506_combout & ((\text_gen|char_ram~12913_q ))) # (!\text_gen|char_ram~37506_combout & (\text_gen|char_ram~9329_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37506_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9329_q ), + .datac(\text_gen|char_ram~12913_q ), + .datad(\text_gen|char_ram~37506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37507 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37510 ( +// Equation(s): +// \text_gen|char_ram~37510_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~37507_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37509_combout )))) + + .dataa(\text_gen|char_ram~37509_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37510 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~37510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y49_N1 +dffeas \text_gen|char_ram~11100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y49_N9 +dffeas \text_gen|char_ram~12892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y45_N5 +dffeas \text_gen|char_ram~9308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y49_N7 +dffeas \text_gen|char_ram~7516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37504 ( +// Equation(s): +// \text_gen|char_ram~37504_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9308_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7516_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9308_q ), + .datac(\text_gen|char_ram~7516_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37504 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37505 ( +// Equation(s): +// \text_gen|char_ram~37505_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37504_combout & ((\text_gen|char_ram~12892_q ))) # (!\text_gen|char_ram~37504_combout & (\text_gen|char_ram~11100_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37504_combout )))) + + .dataa(\text_gen|char_ram~11100_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12892_q ), + .datad(\text_gen|char_ram~37504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37505 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37513 ( +// Equation(s): +// \text_gen|char_ram~37513_combout = (\text_gen|char_ram~37510_combout & ((\text_gen|char_ram~37512_combout ) # ((!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~37510_combout & (((\vga_c|h_cnt [4] & \text_gen|char_ram~37505_combout )))) + + .dataa(\text_gen|char_ram~37512_combout ), + .datab(\text_gen|char_ram~37510_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~37505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37513 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~37513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9392feeder ( +// Equation(s): +// \text_gen|char_ram~9392feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9392feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9392feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9392feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N5 +dffeas \text_gen|char_ram~9392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9392feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y43_N11 +dffeas \text_gen|char_ram~12976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y43_N1 +dffeas \text_gen|char_ram~7600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11184feeder ( +// Equation(s): +// \text_gen|char_ram~11184feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11184feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11184feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11184feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N19 +dffeas \text_gen|char_ram~11184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11184feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37501 ( +// Equation(s): +// \text_gen|char_ram~37501_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11184_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7600_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7600_q ), + .datad(\text_gen|char_ram~11184_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37501 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37502 ( +// Equation(s): +// \text_gen|char_ram~37502_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37501_combout & ((\text_gen|char_ram~12976_q ))) # (!\text_gen|char_ram~37501_combout & (\text_gen|char_ram~9392_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37501_combout )))) + + .dataa(\text_gen|char_ram~9392_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12976_q ), + .datad(\text_gen|char_ram~37501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37502 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9364feeder ( +// Equation(s): +// \text_gen|char_ram~9364feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9364feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9364feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9364feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y41_N27 +dffeas \text_gen|char_ram~9364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9364feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y44_N7 +dffeas \text_gen|char_ram~12948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y44_N29 +dffeas \text_gen|char_ram~7572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y48_N25 +dffeas \text_gen|char_ram~11156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37496 ( +// Equation(s): +// \text_gen|char_ram~37496_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~11156_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7572_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7572_q ), + .datad(\text_gen|char_ram~11156_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37496 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37497 ( +// Equation(s): +// \text_gen|char_ram~37497_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37496_combout & ((\text_gen|char_ram~12948_q ))) # (!\text_gen|char_ram~37496_combout & (\text_gen|char_ram~9364_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37496_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9364_q ), + .datac(\text_gen|char_ram~12948_q ), + .datad(\text_gen|char_ram~37496_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37497 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11149feeder ( +// Equation(s): +// \text_gen|char_ram~11149feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11149feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11149feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11149feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N15 +dffeas \text_gen|char_ram~11149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11149feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y44_N9 +dffeas \text_gen|char_ram~12941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y44_N19 +dffeas \text_gen|char_ram~7565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y39_N23 +dffeas \text_gen|char_ram~9357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37498 ( +// Equation(s): +// \text_gen|char_ram~37498_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9357_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7565_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7565_q ), + .datad(\text_gen|char_ram~9357_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37498 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37499 ( +// Equation(s): +// \text_gen|char_ram~37499_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37498_combout & ((\text_gen|char_ram~12941_q ))) # (!\text_gen|char_ram~37498_combout & (\text_gen|char_ram~11149_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37498_combout )))) + + .dataa(\text_gen|char_ram~11149_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12941_q ), + .datad(\text_gen|char_ram~37498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37499 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37500 ( +// Equation(s): +// \text_gen|char_ram~37500_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~37497_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37499_combout ))))) + + .dataa(\text_gen|char_ram~37497_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~37499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37500 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~37500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11177feeder ( +// Equation(s): +// \text_gen|char_ram~11177feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y43_N17 +dffeas \text_gen|char_ram~11177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y43_N23 +dffeas \text_gen|char_ram~12969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y39_N13 +dffeas \text_gen|char_ram~9385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y43_N13 +dffeas \text_gen|char_ram~7593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37494 ( +// Equation(s): +// \text_gen|char_ram~37494_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9385_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7593_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9385_q ), + .datac(\text_gen|char_ram~7593_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37494 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37495 ( +// Equation(s): +// \text_gen|char_ram~37495_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37494_combout & ((\text_gen|char_ram~12969_q ))) # (!\text_gen|char_ram~37494_combout & (\text_gen|char_ram~11177_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37494_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11177_q ), + .datac(\text_gen|char_ram~12969_q ), + .datad(\text_gen|char_ram~37494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37495 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37503 ( +// Equation(s): +// \text_gen|char_ram~37503_combout = (\text_gen|char_ram~37500_combout & ((\text_gen|char_ram~37502_combout ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37500_combout & (((\vga_c|h_cnt [6] & \text_gen|char_ram~37495_combout )))) + + .dataa(\text_gen|char_ram~37502_combout ), + .datab(\text_gen|char_ram~37500_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37503 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~37503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37514 ( +// Equation(s): +// \text_gen|char_ram~37514_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~37503_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~37513_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~37513_combout ), + .datad(\text_gen|char_ram~37503_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37514 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37525 ( +// Equation(s): +// \text_gen|char_ram~37525_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37514_combout & (\text_gen|char_ram~37524_combout )) # (!\text_gen|char_ram~37514_combout & ((\text_gen|char_ram~37493_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37514_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~37524_combout ), + .datac(\text_gen|char_ram~37493_combout ), + .datad(\text_gen|char_ram~37514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37525 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10813feeder ( +// Equation(s): +// \text_gen|char_ram~10813feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N1 +dffeas \text_gen|char_ram~10813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y45_N5 +dffeas \text_gen|char_ram~12605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y41_N9 +dffeas \text_gen|char_ram~9021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y41_N7 +dffeas \text_gen|char_ram~7229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37445 ( +// Equation(s): +// \text_gen|char_ram~37445_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9021_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7229_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9021_q ), + .datab(\text_gen|char_ram~7229_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37445 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~37445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37446 ( +// Equation(s): +// \text_gen|char_ram~37446_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37445_combout & ((\text_gen|char_ram~12605_q ))) # (!\text_gen|char_ram~37445_combout & (\text_gen|char_ram~10813_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37445_combout )))) + + .dataa(\text_gen|char_ram~10813_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12605_q ), + .datad(\text_gen|char_ram~37445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37446 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9028feeder ( +// Equation(s): +// \text_gen|char_ram~9028feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9028feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9028feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9028feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y41_N1 +dffeas \text_gen|char_ram~9028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9028feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y45_N19 +dffeas \text_gen|char_ram~12612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y45_N1 +dffeas \text_gen|char_ram~10820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y45_N31 +dffeas \text_gen|char_ram~7236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37443 ( +// Equation(s): +// \text_gen|char_ram~37443_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10820_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7236_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10820_q ), + .datac(\text_gen|char_ram~7236_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37443 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37444 ( +// Equation(s): +// \text_gen|char_ram~37444_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37443_combout & ((\text_gen|char_ram~12612_q ))) # (!\text_gen|char_ram~37443_combout & (\text_gen|char_ram~9028_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37443_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9028_q ), + .datac(\text_gen|char_ram~12612_q ), + .datad(\text_gen|char_ram~37443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37444 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37447 ( +// Equation(s): +// \text_gen|char_ram~37447_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37444_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37446_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37446_combout ), + .datad(\text_gen|char_ram~37444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37447 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N27 +dffeas \text_gen|char_ram~10841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y43_N31 +dffeas \text_gen|char_ram~12633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y43_N17 +dffeas \text_gen|char_ram~7257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y35_N29 +dffeas \text_gen|char_ram~9049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37441 ( +// Equation(s): +// \text_gen|char_ram~37441_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9049_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7257_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7257_q ), + .datad(\text_gen|char_ram~9049_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37441 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37442 ( +// Equation(s): +// \text_gen|char_ram~37442_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37441_combout & ((\text_gen|char_ram~12633_q ))) # (!\text_gen|char_ram~37441_combout & (\text_gen|char_ram~10841_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37441_combout )))) + + .dataa(\text_gen|char_ram~10841_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12633_q ), + .datad(\text_gen|char_ram~37441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37442 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9056feeder ( +// Equation(s): +// \text_gen|char_ram~9056feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N11 +dffeas \text_gen|char_ram~9056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y43_N3 +dffeas \text_gen|char_ram~12640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10848feeder ( +// Equation(s): +// \text_gen|char_ram~10848feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10848feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10848feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10848feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N5 +dffeas \text_gen|char_ram~10848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10848feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y43_N1 +dffeas \text_gen|char_ram~7264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37448 ( +// Equation(s): +// \text_gen|char_ram~37448_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10848_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7264_q +// ))))) + + .dataa(\text_gen|char_ram~10848_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7264_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37448 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37449 ( +// Equation(s): +// \text_gen|char_ram~37449_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37448_combout & ((\text_gen|char_ram~12640_q ))) # (!\text_gen|char_ram~37448_combout & (\text_gen|char_ram~9056_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37448_combout )))) + + .dataa(\text_gen|char_ram~9056_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12640_q ), + .datad(\text_gen|char_ram~37448_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37449 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37450 ( +// Equation(s): +// \text_gen|char_ram~37450_combout = (\text_gen|char_ram~37447_combout & (((\text_gen|char_ram~37449_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37447_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~37442_combout ))) + + .dataa(\text_gen|char_ram~37447_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37442_combout ), + .datad(\text_gen|char_ram~37449_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37450 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~37450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y50_N13 +dffeas \text_gen|char_ram~10834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y50_N1 +dffeas \text_gen|char_ram~10827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37472 ( +// Equation(s): +// \text_gen|char_ram~37472_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~10834_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~10827_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10834_q ), + .datac(\text_gen|char_ram~10827_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37472 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y51_N17 +dffeas \text_gen|char_ram~10855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y51_N7 +dffeas \text_gen|char_ram~10862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37473 ( +// Equation(s): +// \text_gen|char_ram~37473_combout = (\text_gen|char_ram~37472_combout & (((\text_gen|char_ram~10862_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37472_combout & (\text_gen|char_ram~10855_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~37472_combout ), + .datab(\text_gen|char_ram~10855_q ), + .datac(\text_gen|char_ram~10862_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37473 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12647feeder ( +// Equation(s): +// \text_gen|char_ram~12647feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12647feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y48_N29 +dffeas \text_gen|char_ram~12647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y48_N1 +dffeas \text_gen|char_ram~12654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y48_N7 +dffeas \text_gen|char_ram~12619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12626feeder ( +// Equation(s): +// \text_gen|char_ram~12626feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y46_N29 +dffeas \text_gen|char_ram~12626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37479 ( +// Equation(s): +// \text_gen|char_ram~37479_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~12626_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~12619_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12619_q ), + .datad(\text_gen|char_ram~12626_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37479 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37480 ( +// Equation(s): +// \text_gen|char_ram~37480_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37479_combout & ((\text_gen|char_ram~12654_q ))) # (!\text_gen|char_ram~37479_combout & (\text_gen|char_ram~12647_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37479_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12647_q ), + .datac(\text_gen|char_ram~12654_q ), + .datad(\text_gen|char_ram~37479_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37480 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y49_N7 +dffeas \text_gen|char_ram~7243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7271feeder ( +// Equation(s): +// \text_gen|char_ram~7271feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7271feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N9 +dffeas \text_gen|char_ram~7271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37476 ( +// Equation(s): +// \text_gen|char_ram~37476_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~7271_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7243_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7243_q ), + .datad(\text_gen|char_ram~7271_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37476 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y49_N17 +dffeas \text_gen|char_ram~7278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y49_N25 +dffeas \text_gen|char_ram~7250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37477 ( +// Equation(s): +// \text_gen|char_ram~37477_combout = (\text_gen|char_ram~37476_combout & (((\text_gen|char_ram~7278_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37476_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7250_q )))) + + .dataa(\text_gen|char_ram~37476_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7278_q ), + .datad(\text_gen|char_ram~7250_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37477 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9042feeder ( +// Equation(s): +// \text_gen|char_ram~9042feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9042feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N27 +dffeas \text_gen|char_ram~9042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y41_N17 +dffeas \text_gen|char_ram~9070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y41_N11 +dffeas \text_gen|char_ram~9035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9063feeder ( +// Equation(s): +// \text_gen|char_ram~9063feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9063feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9063feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9063feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y39_N27 +dffeas \text_gen|char_ram~9063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9063feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37474 ( +// Equation(s): +// \text_gen|char_ram~37474_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~9063_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9035_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9035_q ), + .datad(\text_gen|char_ram~9063_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37474 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37475 ( +// Equation(s): +// \text_gen|char_ram~37475_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37474_combout & ((\text_gen|char_ram~9070_q ))) # (!\text_gen|char_ram~37474_combout & (\text_gen|char_ram~9042_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37474_combout )))) + + .dataa(\text_gen|char_ram~9042_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9070_q ), + .datad(\text_gen|char_ram~37474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37475 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37478 ( +// Equation(s): +// \text_gen|char_ram~37478_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~37475_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~37477_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37477_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~37475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37478 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~37478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37481 ( +// Equation(s): +// \text_gen|char_ram~37481_combout = (\text_gen|char_ram~37478_combout & (((\text_gen|char_ram~37480_combout ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~37478_combout & (\text_gen|char_ram~37473_combout & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~37473_combout ), + .datab(\text_gen|char_ram~37480_combout ), + .datac(\text_gen|char_ram~37478_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37481 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~37481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y39_N21 +dffeas \text_gen|char_ram~9000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y39_N31 +dffeas \text_gen|char_ram~12584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y39_N13 +dffeas \text_gen|char_ram~8993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12577feeder ( +// Equation(s): +// \text_gen|char_ram~12577feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12577feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12577feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12577feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y43_N25 +dffeas \text_gen|char_ram~12577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12577feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37468 ( +// Equation(s): +// \text_gen|char_ram~37468_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~12577_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8993_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8993_q ), + .datad(\text_gen|char_ram~12577_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37468 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37469 ( +// Equation(s): +// \text_gen|char_ram~37469_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37468_combout & ((\text_gen|char_ram~12584_q ))) # (!\text_gen|char_ram~37468_combout & (\text_gen|char_ram~9000_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37468_combout )))) + + .dataa(\text_gen|char_ram~9000_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12584_q ), + .datad(\text_gen|char_ram~37468_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37469 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y44_N9 +dffeas \text_gen|char_ram~12549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y41_N23 +dffeas \text_gen|char_ram~8965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37463 ( +// Equation(s): +// \text_gen|char_ram~37463_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12549_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8965_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12549_q ), + .datac(\text_gen|char_ram~8965_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37463 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y41_N17 +dffeas \text_gen|char_ram~12556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8972feeder ( +// Equation(s): +// \text_gen|char_ram~8972feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y41_N17 +dffeas \text_gen|char_ram~8972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37464 ( +// Equation(s): +// \text_gen|char_ram~37464_combout = (\text_gen|char_ram~37463_combout & (((\text_gen|char_ram~12556_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37463_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~8972_q )))) + + .dataa(\text_gen|char_ram~37463_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12556_q ), + .datad(\text_gen|char_ram~8972_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37464 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y43_N5 +dffeas \text_gen|char_ram~7180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y45_N11 +dffeas \text_gen|char_ram~10764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10757feeder ( +// Equation(s): +// \text_gen|char_ram~10757feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10757feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10757feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10757feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y47_N29 +dffeas \text_gen|char_ram~10757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10757feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y45_N1 +dffeas \text_gen|char_ram~7173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37465 ( +// Equation(s): +// \text_gen|char_ram~37465_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10757_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7173_q ))))) + + .dataa(\text_gen|char_ram~10757_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7173_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37465 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37466 ( +// Equation(s): +// \text_gen|char_ram~37466_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37465_combout & ((\text_gen|char_ram~10764_q ))) # (!\text_gen|char_ram~37465_combout & (\text_gen|char_ram~7180_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37465_combout )))) + + .dataa(\text_gen|char_ram~7180_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10764_q ), + .datad(\text_gen|char_ram~37465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37466 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37467 ( +// Equation(s): +// \text_gen|char_ram~37467_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37464_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37466_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37464_combout ), + .datad(\text_gen|char_ram~37466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37467 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y46_N13 +dffeas \text_gen|char_ram~7201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N13 +dffeas \text_gen|char_ram~10785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37461 ( +// Equation(s): +// \text_gen|char_ram~37461_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~10785_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7201_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7201_q ), + .datad(\text_gen|char_ram~10785_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37461 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y46_N27 +dffeas \text_gen|char_ram~10792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y43_N25 +dffeas \text_gen|char_ram~7208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37462 ( +// Equation(s): +// \text_gen|char_ram~37462_combout = (\text_gen|char_ram~37461_combout & (((\text_gen|char_ram~10792_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37461_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7208_q )))) + + .dataa(\text_gen|char_ram~37461_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10792_q ), + .datad(\text_gen|char_ram~7208_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37462 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37470 ( +// Equation(s): +// \text_gen|char_ram~37470_combout = (\text_gen|char_ram~37467_combout & ((\text_gen|char_ram~37469_combout ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37467_combout & (((\vga_c|h_cnt [6] & \text_gen|char_ram~37462_combout )))) + + .dataa(\text_gen|char_ram~37469_combout ), + .datab(\text_gen|char_ram~37467_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37470 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~37470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y44_N23 +dffeas \text_gen|char_ram~12563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y40_N5 +dffeas \text_gen|char_ram~12591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37458 ( +// Equation(s): +// \text_gen|char_ram~37458_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~12591_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~12563_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12563_q ), + .datad(\text_gen|char_ram~12591_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37458 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y44_N21 +dffeas \text_gen|char_ram~12598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y45_N29 +dffeas \text_gen|char_ram~12570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37459 ( +// Equation(s): +// \text_gen|char_ram~37459_combout = (\text_gen|char_ram~37458_combout & (((\text_gen|char_ram~12598_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37458_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~12570_q )))) + + .dataa(\text_gen|char_ram~37458_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12598_q ), + .datad(\text_gen|char_ram~12570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37459 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9007feeder ( +// Equation(s): +// \text_gen|char_ram~9007feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y39_N5 +dffeas \text_gen|char_ram~9007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y40_N7 +dffeas \text_gen|char_ram~9014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y40_N29 +dffeas \text_gen|char_ram~8979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8986feeder ( +// Equation(s): +// \text_gen|char_ram~8986feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N9 +dffeas \text_gen|char_ram~8986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37453 ( +// Equation(s): +// \text_gen|char_ram~37453_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~8986_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8979_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8979_q ), + .datad(\text_gen|char_ram~8986_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37453 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37454 ( +// Equation(s): +// \text_gen|char_ram~37454_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37453_combout & ((\text_gen|char_ram~9014_q ))) # (!\text_gen|char_ram~37453_combout & (\text_gen|char_ram~9007_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37453_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9007_q ), + .datac(\text_gen|char_ram~9014_q ), + .datad(\text_gen|char_ram~37453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37454 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7194feeder ( +// Equation(s): +// \text_gen|char_ram~7194feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7194feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7194feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7194feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y48_N13 +dffeas \text_gen|char_ram~7194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7194feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N13 +dffeas \text_gen|char_ram~7187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37455 ( +// Equation(s): +// \text_gen|char_ram~37455_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7194_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~7187_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~7194_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7187_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37455 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y44_N23 +dffeas \text_gen|char_ram~7222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7215feeder ( +// Equation(s): +// \text_gen|char_ram~7215feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7215feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y47_N1 +dffeas \text_gen|char_ram~7215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37456 ( +// Equation(s): +// \text_gen|char_ram~37456_combout = (\text_gen|char_ram~37455_combout & (((\text_gen|char_ram~7222_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37455_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~7215_q )))) + + .dataa(\text_gen|char_ram~37455_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7222_q ), + .datad(\text_gen|char_ram~7215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37456 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37457 ( +// Equation(s): +// \text_gen|char_ram~37457_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~37454_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~37456_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37454_combout ), + .datac(\text_gen|char_ram~37456_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37457 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y51_N13 +dffeas \text_gen|char_ram~10799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10799 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y51_N3 +dffeas \text_gen|char_ram~10806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10778feeder ( +// Equation(s): +// \text_gen|char_ram~10778feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y48_N9 +dffeas \text_gen|char_ram~10778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y47_N3 +dffeas \text_gen|char_ram~10771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37451 ( +// Equation(s): +// \text_gen|char_ram~37451_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~10778_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~10771_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~10778_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10771_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37451 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37452 ( +// Equation(s): +// \text_gen|char_ram~37452_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37451_combout & ((\text_gen|char_ram~10806_q ))) # (!\text_gen|char_ram~37451_combout & (\text_gen|char_ram~10799_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37451_combout )))) + + .dataa(\text_gen|char_ram~10799_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10806_q ), + .datad(\text_gen|char_ram~37451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37452 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37460 ( +// Equation(s): +// \text_gen|char_ram~37460_combout = (\text_gen|char_ram~37457_combout & ((\text_gen|char_ram~37459_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~37457_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~37452_combout )))) + + .dataa(\text_gen|char_ram~37459_combout ), + .datab(\text_gen|char_ram~37457_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~37452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37460 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~37460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37471 ( +// Equation(s): +// \text_gen|char_ram~37471_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~37460_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~37470_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~37470_combout ), + .datad(\text_gen|char_ram~37460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37471 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37482 ( +// Equation(s): +// \text_gen|char_ram~37482_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37471_combout & ((\text_gen|char_ram~37481_combout ))) # (!\text_gen|char_ram~37471_combout & (\text_gen|char_ram~37450_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37471_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37450_combout ), + .datac(\text_gen|char_ram~37481_combout ), + .datad(\text_gen|char_ram~37471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37482 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y48_N5 +dffeas \text_gen|char_ram~10904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y48_N27 +dffeas \text_gen|char_ram~12696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y48_N13 +dffeas \text_gen|char_ram~7320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y39_N27 +dffeas \text_gen|char_ram~9112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37426 ( +// Equation(s): +// \text_gen|char_ram~37426_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9112_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7320_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7320_q ), + .datad(\text_gen|char_ram~9112_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37426 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37427 ( +// Equation(s): +// \text_gen|char_ram~37427_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37426_combout & ((\text_gen|char_ram~12696_q ))) # (!\text_gen|char_ram~37426_combout & (\text_gen|char_ram~10904_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37426_combout )))) + + .dataa(\text_gen|char_ram~10904_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12696_q ), + .datad(\text_gen|char_ram~37426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37427 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10876feeder ( +// Equation(s): +// \text_gen|char_ram~10876feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10876feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10876feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10876feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y46_N7 +dffeas \text_gen|char_ram~10876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10876feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y45_N1 +dffeas \text_gen|char_ram~12668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9084feeder ( +// Equation(s): +// \text_gen|char_ram~9084feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9084feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9084feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9084feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y43_N23 +dffeas \text_gen|char_ram~9084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9084feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y45_N19 +dffeas \text_gen|char_ram~7292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37419 ( +// Equation(s): +// \text_gen|char_ram~37419_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9084_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7292_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9084_q ), + .datac(\text_gen|char_ram~7292_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37419 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37420 ( +// Equation(s): +// \text_gen|char_ram~37420_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37419_combout & ((\text_gen|char_ram~12668_q ))) # (!\text_gen|char_ram~37419_combout & (\text_gen|char_ram~10876_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37419_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10876_q ), + .datac(\text_gen|char_ram~12668_q ), + .datad(\text_gen|char_ram~37419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37420 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N11 +dffeas \text_gen|char_ram~9105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N27 +dffeas \text_gen|char_ram~12689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N29 +dffeas \text_gen|char_ram~7313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10897feeder ( +// Equation(s): +// \text_gen|char_ram~10897feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y47_N5 +dffeas \text_gen|char_ram~10897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37421 ( +// Equation(s): +// \text_gen|char_ram~37421_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~10897_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7313_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7313_q ), + .datad(\text_gen|char_ram~10897_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37421 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37422 ( +// Equation(s): +// \text_gen|char_ram~37422_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37421_combout & ((\text_gen|char_ram~12689_q ))) # (!\text_gen|char_ram~37421_combout & (\text_gen|char_ram~9105_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37421_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9105_q ), + .datac(\text_gen|char_ram~12689_q ), + .datad(\text_gen|char_ram~37421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37422 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9077feeder ( +// Equation(s): +// \text_gen|char_ram~9077feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9077feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y41_N29 +dffeas \text_gen|char_ram~9077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y45_N25 +dffeas \text_gen|char_ram~12661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y45_N31 +dffeas \text_gen|char_ram~7285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10869feeder ( +// Equation(s): +// \text_gen|char_ram~10869feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y50_N21 +dffeas \text_gen|char_ram~10869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37423 ( +// Equation(s): +// \text_gen|char_ram~37423_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~10869_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7285_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7285_q ), + .datad(\text_gen|char_ram~10869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37423 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37424 ( +// Equation(s): +// \text_gen|char_ram~37424_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37423_combout & ((\text_gen|char_ram~12661_q ))) # (!\text_gen|char_ram~37423_combout & (\text_gen|char_ram~9077_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37423_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9077_q ), + .datac(\text_gen|char_ram~12661_q ), + .datad(\text_gen|char_ram~37423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37424 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37425 ( +// Equation(s): +// \text_gen|char_ram~37425_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37422_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37424_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37422_combout ), + .datad(\text_gen|char_ram~37424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37425 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37428 ( +// Equation(s): +// \text_gen|char_ram~37428_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37425_combout & (\text_gen|char_ram~37427_combout )) # (!\text_gen|char_ram~37425_combout & ((\text_gen|char_ram~37420_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37425_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37427_combout ), + .datac(\text_gen|char_ram~37420_combout ), + .datad(\text_gen|char_ram~37425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37428 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10925feeder ( +// Equation(s): +// \text_gen|char_ram~10925feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y45_N13 +dffeas \text_gen|char_ram~10925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y41_N15 +dffeas \text_gen|char_ram~12717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9133feeder ( +// Equation(s): +// \text_gen|char_ram~9133feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9133feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9133feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9133feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y41_N27 +dffeas \text_gen|char_ram~9133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9133feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y41_N29 +dffeas \text_gen|char_ram~7341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37413 ( +// Equation(s): +// \text_gen|char_ram~37413_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9133_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7341_q +// ))))) + + .dataa(\text_gen|char_ram~9133_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7341_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37413 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37414 ( +// Equation(s): +// \text_gen|char_ram~37414_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37413_combout & ((\text_gen|char_ram~12717_q ))) # (!\text_gen|char_ram~37413_combout & (\text_gen|char_ram~10925_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37413_combout )))) + + .dataa(\text_gen|char_ram~10925_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12717_q ), + .datad(\text_gen|char_ram~37413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37414 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9140feeder ( +// Equation(s): +// \text_gen|char_ram~9140feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9140feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y42_N15 +dffeas \text_gen|char_ram~9140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y42_N3 +dffeas \text_gen|char_ram~12724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y45_N29 +dffeas \text_gen|char_ram~10932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y42_N17 +dffeas \text_gen|char_ram~7348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37411 ( +// Equation(s): +// \text_gen|char_ram~37411_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10932_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7348_q +// ))))) + + .dataa(\text_gen|char_ram~10932_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7348_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37411 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37412 ( +// Equation(s): +// \text_gen|char_ram~37412_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37411_combout & ((\text_gen|char_ram~12724_q ))) # (!\text_gen|char_ram~37411_combout & (\text_gen|char_ram~9140_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37411_combout )))) + + .dataa(\text_gen|char_ram~9140_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12724_q ), + .datad(\text_gen|char_ram~37411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37412 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37415 ( +// Equation(s): +// \text_gen|char_ram~37415_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37412_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37414_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37414_combout ), + .datad(\text_gen|char_ram~37412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37415 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9168feeder ( +// Equation(s): +// \text_gen|char_ram~9168feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9168feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9168feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9168feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N9 +dffeas \text_gen|char_ram~9168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9168feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y43_N9 +dffeas \text_gen|char_ram~12752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10960feeder ( +// Equation(s): +// \text_gen|char_ram~10960feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10960feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10960feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10960feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y43_N27 +dffeas \text_gen|char_ram~10960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10960feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y43_N7 +dffeas \text_gen|char_ram~7376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37416 ( +// Equation(s): +// \text_gen|char_ram~37416_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10960_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7376_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10960_q ), + .datac(\text_gen|char_ram~7376_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37416 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37417 ( +// Equation(s): +// \text_gen|char_ram~37417_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37416_combout & ((\text_gen|char_ram~12752_q ))) # (!\text_gen|char_ram~37416_combout & (\text_gen|char_ram~9168_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37416_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9168_q ), + .datac(\text_gen|char_ram~12752_q ), + .datad(\text_gen|char_ram~37416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37417 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N17 +dffeas \text_gen|char_ram~10953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y43_N31 +dffeas \text_gen|char_ram~12745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9161feeder ( +// Equation(s): +// \text_gen|char_ram~9161feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9161feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9161feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9161feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N13 +dffeas \text_gen|char_ram~9161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9161feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y43_N13 +dffeas \text_gen|char_ram~7369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37409 ( +// Equation(s): +// \text_gen|char_ram~37409_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9161_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7369_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9161_q ), + .datac(\text_gen|char_ram~7369_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37409 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37410 ( +// Equation(s): +// \text_gen|char_ram~37410_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37409_combout & ((\text_gen|char_ram~12745_q ))) # (!\text_gen|char_ram~37409_combout & (\text_gen|char_ram~10953_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37409_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10953_q ), + .datac(\text_gen|char_ram~12745_q ), + .datad(\text_gen|char_ram~37409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37410 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37418 ( +// Equation(s): +// \text_gen|char_ram~37418_combout = (\text_gen|char_ram~37415_combout & ((\text_gen|char_ram~37417_combout ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37415_combout & (((\text_gen|char_ram~37410_combout & \vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~37415_combout ), + .datab(\text_gen|char_ram~37417_combout ), + .datac(\text_gen|char_ram~37410_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37418 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~37418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37429 ( +// Equation(s): +// \text_gen|char_ram~37429_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~37418_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37428_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37428_combout ), + .datad(\text_gen|char_ram~37418_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37429 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10967feeder ( +// Equation(s): +// \text_gen|char_ram~10967feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10967feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10967feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10967feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y60_N9 +dffeas \text_gen|char_ram~10967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10967feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10967 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y44_N27 +dffeas \text_gen|char_ram~10974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y44_N29 +dffeas \text_gen|char_ram~10939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10946feeder ( +// Equation(s): +// \text_gen|char_ram~10946feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10946feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10946feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10946feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N21 +dffeas \text_gen|char_ram~10946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10946feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37430 ( +// Equation(s): +// \text_gen|char_ram~37430_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~10946_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10939_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10939_q ), + .datad(\text_gen|char_ram~10946_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37430 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37431 ( +// Equation(s): +// \text_gen|char_ram~37431_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37430_combout & ((\text_gen|char_ram~10974_q ))) # (!\text_gen|char_ram~37430_combout & (\text_gen|char_ram~10967_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37430_combout )))) + + .dataa(\text_gen|char_ram~10967_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10974_q ), + .datad(\text_gen|char_ram~37430_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37431 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N21 +dffeas \text_gen|char_ram~12759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y48_N23 +dffeas \text_gen|char_ram~12766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y48_N13 +dffeas \text_gen|char_ram~12731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12738feeder ( +// Equation(s): +// \text_gen|char_ram~12738feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12738feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12738feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12738feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y46_N23 +dffeas \text_gen|char_ram~12738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12738feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37437 ( +// Equation(s): +// \text_gen|char_ram~37437_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~12738_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12731_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12731_q ), + .datad(\text_gen|char_ram~12738_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37437 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37438 ( +// Equation(s): +// \text_gen|char_ram~37438_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37437_combout & ((\text_gen|char_ram~12766_q ))) # (!\text_gen|char_ram~37437_combout & (\text_gen|char_ram~12759_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37437_combout )))) + + .dataa(\text_gen|char_ram~12759_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12766_q ), + .datad(\text_gen|char_ram~37437_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37438 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y49_N11 +dffeas \text_gen|char_ram~7362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y49_N5 +dffeas \text_gen|char_ram~7390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y49_N11 +dffeas \text_gen|char_ram~7355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7383feeder ( +// Equation(s): +// \text_gen|char_ram~7383feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7383feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y54_N5 +dffeas \text_gen|char_ram~7383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37434 ( +// Equation(s): +// \text_gen|char_ram~37434_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~7383_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7355_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7355_q ), + .datad(\text_gen|char_ram~7383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37434 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37435 ( +// Equation(s): +// \text_gen|char_ram~37435_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37434_combout & ((\text_gen|char_ram~7390_q ))) # (!\text_gen|char_ram~37434_combout & (\text_gen|char_ram~7362_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37434_combout )))) + + .dataa(\text_gen|char_ram~7362_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7390_q ), + .datad(\text_gen|char_ram~37434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37435 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9154feeder ( +// Equation(s): +// \text_gen|char_ram~9154feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9154feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9154feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9154feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N23 +dffeas \text_gen|char_ram~9154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9154feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y43_N21 +dffeas \text_gen|char_ram~9182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y43_N3 +dffeas \text_gen|char_ram~9147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9175feeder ( +// Equation(s): +// \text_gen|char_ram~9175feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9175feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N27 +dffeas \text_gen|char_ram~9175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37432 ( +// Equation(s): +// \text_gen|char_ram~37432_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~9175_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9147_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9147_q ), + .datad(\text_gen|char_ram~9175_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37432 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37433 ( +// Equation(s): +// \text_gen|char_ram~37433_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37432_combout & ((\text_gen|char_ram~9182_q ))) # (!\text_gen|char_ram~37432_combout & (\text_gen|char_ram~9154_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37432_combout )))) + + .dataa(\text_gen|char_ram~9154_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9182_q ), + .datad(\text_gen|char_ram~37432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37433 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37436 ( +// Equation(s): +// \text_gen|char_ram~37436_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~37433_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~37435_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37435_combout ), + .datad(\text_gen|char_ram~37433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37436 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37439 ( +// Equation(s): +// \text_gen|char_ram~37439_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37436_combout & ((\text_gen|char_ram~37438_combout ))) # (!\text_gen|char_ram~37436_combout & (\text_gen|char_ram~37431_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37436_combout )))) + + .dataa(\text_gen|char_ram~37431_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37438_combout ), + .datad(\text_gen|char_ram~37436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37439 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12682feeder ( +// Equation(s): +// \text_gen|char_ram~12682feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12682feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12682feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12682feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y44_N5 +dffeas \text_gen|char_ram~12682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12682feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y44_N11 +dffeas \text_gen|char_ram~12710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12703feeder ( +// Equation(s): +// \text_gen|char_ram~12703feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12703feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y37_N23 +dffeas \text_gen|char_ram~12703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y44_N17 +dffeas \text_gen|char_ram~12675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37406 ( +// Equation(s): +// \text_gen|char_ram~37406_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12703_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12675_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12703_q ), + .datac(\text_gen|char_ram~12675_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37406 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37407 ( +// Equation(s): +// \text_gen|char_ram~37407_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37406_combout & ((\text_gen|char_ram~12710_q ))) # (!\text_gen|char_ram~37406_combout & (\text_gen|char_ram~12682_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37406_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12682_q ), + .datac(\text_gen|char_ram~12710_q ), + .datad(\text_gen|char_ram~37406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37407 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N5 +dffeas \text_gen|char_ram~9091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9098feeder ( +// Equation(s): +// \text_gen|char_ram~9098feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9098feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y44_N21 +dffeas \text_gen|char_ram~9098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37399 ( +// Equation(s): +// \text_gen|char_ram~37399_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9098_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9091_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9091_q ), + .datad(\text_gen|char_ram~9098_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37399 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N7 +dffeas \text_gen|char_ram~9126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9119feeder ( +// Equation(s): +// \text_gen|char_ram~9119feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9119feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N1 +dffeas \text_gen|char_ram~9119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37400 ( +// Equation(s): +// \text_gen|char_ram~37400_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37399_combout & (\text_gen|char_ram~9126_q )) # (!\text_gen|char_ram~37399_combout & ((\text_gen|char_ram~9119_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37399_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37399_combout ), + .datac(\text_gen|char_ram~9126_q ), + .datad(\text_gen|char_ram~9119_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37400 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y43_N7 +dffeas \text_gen|char_ram~7299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7306feeder ( +// Equation(s): +// \text_gen|char_ram~7306feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7306feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7306feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7306feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y44_N25 +dffeas \text_gen|char_ram~7306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7306feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37403 ( +// Equation(s): +// \text_gen|char_ram~37403_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7306_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7299_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7299_q ), + .datad(\text_gen|char_ram~7306_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37403 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y43_N9 +dffeas \text_gen|char_ram~7334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y37_N1 +dffeas \text_gen|char_ram~7327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37404 ( +// Equation(s): +// \text_gen|char_ram~37404_combout = (\text_gen|char_ram~37403_combout & (((\text_gen|char_ram~7334_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37403_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~7327_q )))) + + .dataa(\text_gen|char_ram~37403_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7334_q ), + .datad(\text_gen|char_ram~7327_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37404 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10890feeder ( +// Equation(s): +// \text_gen|char_ram~10890feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10890feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y48_N11 +dffeas \text_gen|char_ram~10890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y51_N19 +dffeas \text_gen|char_ram~10918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y51_N29 +dffeas \text_gen|char_ram~10883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10911feeder ( +// Equation(s): +// \text_gen|char_ram~10911feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10911feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10911feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10911feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y57_N13 +dffeas \text_gen|char_ram~10911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10911feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37401 ( +// Equation(s): +// \text_gen|char_ram~37401_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~10911_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10883_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10883_q ), + .datad(\text_gen|char_ram~10911_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37401 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37402 ( +// Equation(s): +// \text_gen|char_ram~37402_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37401_combout & ((\text_gen|char_ram~10918_q ))) # (!\text_gen|char_ram~37401_combout & (\text_gen|char_ram~10890_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37401_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10890_q ), + .datac(\text_gen|char_ram~10918_q ), + .datad(\text_gen|char_ram~37401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37402 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37405 ( +// Equation(s): +// \text_gen|char_ram~37405_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~37402_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~37404_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37404_combout ), + .datad(\text_gen|char_ram~37402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37405 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37408 ( +// Equation(s): +// \text_gen|char_ram~37408_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37405_combout & (\text_gen|char_ram~37407_combout )) # (!\text_gen|char_ram~37405_combout & ((\text_gen|char_ram~37400_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37405_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~37407_combout ), + .datac(\text_gen|char_ram~37400_combout ), + .datad(\text_gen|char_ram~37405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37408 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37440 ( +// Equation(s): +// \text_gen|char_ram~37440_combout = (\text_gen|char_ram~37429_combout & (((\text_gen|char_ram~37439_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~37429_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37408_combout )))) + + .dataa(\text_gen|char_ram~37429_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37439_combout ), + .datad(\text_gen|char_ram~37408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37440 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37483 ( +// Equation(s): +// \text_gen|char_ram~37483_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~37440_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~37482_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37482_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~37440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37483 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~37483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37526 ( +// Equation(s): +// \text_gen|char_ram~37526_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37483_combout & ((\text_gen|char_ram~37525_combout ))) # (!\text_gen|char_ram~37483_combout & (\text_gen|char_ram~37398_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37483_combout )))) + + .dataa(\text_gen|char_ram~37398_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37525_combout ), + .datad(\text_gen|char_ram~37483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37526 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13634feeder ( +// Equation(s): +// \text_gen|char_ram~13634feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y61_N3 +dffeas \text_gen|char_ram~13634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y61_N9 +dffeas \text_gen|char_ram~13858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13746feeder ( +// Equation(s): +// \text_gen|char_ram~13746feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13746feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y61_N27 +dffeas \text_gen|char_ram~13746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y61_N19 +dffeas \text_gen|char_ram~13522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37347 ( +// Equation(s): +// \text_gen|char_ram~37347_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~13746_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~13522_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~13746_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13522_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37347 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37348 ( +// Equation(s): +// \text_gen|char_ram~37348_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37347_combout & ((\text_gen|char_ram~13858_q ))) # (!\text_gen|char_ram~37347_combout & (\text_gen|char_ram~13634_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37347_combout )))) + + .dataa(\text_gen|char_ram~13634_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13858_q ), + .datad(\text_gen|char_ram~37347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37348 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y61_N13 +dffeas \text_gen|char_ram~13515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13627feeder ( +// Equation(s): +// \text_gen|char_ram~13627feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13627feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13627feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13627feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y60_N29 +dffeas \text_gen|char_ram~13627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13627feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37349 ( +// Equation(s): +// \text_gen|char_ram~37349_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~13627_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13515_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13515_q ), + .datad(\text_gen|char_ram~13627_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37349 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y61_N23 +dffeas \text_gen|char_ram~13739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y61_N3 +dffeas \text_gen|char_ram~13851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37350 ( +// Equation(s): +// \text_gen|char_ram~37350_combout = (\text_gen|char_ram~37349_combout & (((\text_gen|char_ram~13851_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~37349_combout & (\text_gen|char_ram~13739_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~37349_combout ), + .datab(\text_gen|char_ram~13739_q ), + .datac(\text_gen|char_ram~13851_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37350 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37351 ( +// Equation(s): +// \text_gen|char_ram~37351_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~37348_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37350_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37348_combout ), + .datad(\text_gen|char_ram~37350_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37351 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13662feeder ( +// Equation(s): +// \text_gen|char_ram~13662feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13662feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y61_N19 +dffeas \text_gen|char_ram~13662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y61_N5 +dffeas \text_gen|char_ram~13886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y61_N15 +dffeas \text_gen|char_ram~13774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y61_N11 +dffeas \text_gen|char_ram~13550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37352 ( +// Equation(s): +// \text_gen|char_ram~37352_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~13774_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~13550_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~13774_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13550_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37352 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37353 ( +// Equation(s): +// \text_gen|char_ram~37353_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37352_combout & ((\text_gen|char_ram~13886_q ))) # (!\text_gen|char_ram~37352_combout & (\text_gen|char_ram~13662_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37352_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~13662_q ), + .datac(\text_gen|char_ram~13886_q ), + .datad(\text_gen|char_ram~37352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37353 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y64_N15 +dffeas \text_gen|char_ram~13767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y64_N21 +dffeas \text_gen|char_ram~13879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y64_N3 +dffeas \text_gen|char_ram~13543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13655feeder ( +// Equation(s): +// \text_gen|char_ram~13655feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y64_N7 +dffeas \text_gen|char_ram~13655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37345 ( +// Equation(s): +// \text_gen|char_ram~37345_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~13655_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13543_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13543_q ), + .datad(\text_gen|char_ram~13655_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37345 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37346 ( +// Equation(s): +// \text_gen|char_ram~37346_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37345_combout & ((\text_gen|char_ram~13879_q ))) # (!\text_gen|char_ram~37345_combout & (\text_gen|char_ram~13767_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37345_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~13767_q ), + .datac(\text_gen|char_ram~13879_q ), + .datad(\text_gen|char_ram~37345_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37346 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37354 ( +// Equation(s): +// \text_gen|char_ram~37354_combout = (\text_gen|char_ram~37351_combout & ((\text_gen|char_ram~37353_combout ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37351_combout & (((\vga_c|h_cnt [6] & \text_gen|char_ram~37346_combout )))) + + .dataa(\text_gen|char_ram~37351_combout ), + .datab(\text_gen|char_ram~37353_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37354 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~37354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y64_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13648feeder ( +// Equation(s): +// \text_gen|char_ram~13648feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13648feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13648feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13648feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y64_N31 +dffeas \text_gen|char_ram~13648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13648feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y64_N15 +dffeas \text_gen|char_ram~13872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y64_N13 +dffeas \text_gen|char_ram~13536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y61_N7 +dffeas \text_gen|char_ram~13760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y64_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37331 ( +// Equation(s): +// \text_gen|char_ram~37331_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~13760_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13536_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13536_q ), + .datad(\text_gen|char_ram~13760_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37331 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y64_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37332 ( +// Equation(s): +// \text_gen|char_ram~37332_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37331_combout & ((\text_gen|char_ram~13872_q ))) # (!\text_gen|char_ram~37331_combout & (\text_gen|char_ram~13648_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37331_combout )))) + + .dataa(\text_gen|char_ram~13648_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13872_q ), + .datad(\text_gen|char_ram~37331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37332 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13620feeder ( +// Equation(s): +// \text_gen|char_ram~13620feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13620feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13620feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13620feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y63_N3 +dffeas \text_gen|char_ram~13620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13620feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y63_N11 +dffeas \text_gen|char_ram~13844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y63_N3 +dffeas \text_gen|char_ram~13732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y63_N17 +dffeas \text_gen|char_ram~13508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37324 ( +// Equation(s): +// \text_gen|char_ram~37324_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~13732_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~13508_q +// ))))) + + .dataa(\text_gen|char_ram~13732_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13508_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37324 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37325 ( +// Equation(s): +// \text_gen|char_ram~37325_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37324_combout & ((\text_gen|char_ram~13844_q ))) # (!\text_gen|char_ram~37324_combout & (\text_gen|char_ram~13620_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37324_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~13620_q ), + .datac(\text_gen|char_ram~13844_q ), + .datad(\text_gen|char_ram~37324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37325 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y64_N17 +dffeas \text_gen|char_ram~13725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y64_N31 +dffeas \text_gen|char_ram~13837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y64_N29 +dffeas \text_gen|char_ram~13501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y64_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13613feeder ( +// Equation(s): +// \text_gen|char_ram~13613feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13613feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13613feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13613feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y64_N25 +dffeas \text_gen|char_ram~13613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13613feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37328 ( +// Equation(s): +// \text_gen|char_ram~37328_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~13613_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13501_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13501_q ), + .datad(\text_gen|char_ram~13613_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37328 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y64_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37329 ( +// Equation(s): +// \text_gen|char_ram~37329_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37328_combout & ((\text_gen|char_ram~13837_q ))) # (!\text_gen|char_ram~37328_combout & (\text_gen|char_ram~13725_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37328_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~13725_q ), + .datac(\text_gen|char_ram~13837_q ), + .datad(\text_gen|char_ram~37328_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37329 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13753feeder ( +// Equation(s): +// \text_gen|char_ram~13753feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y60_N9 +dffeas \text_gen|char_ram~13753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y64_N19 +dffeas \text_gen|char_ram~13865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y64_N13 +dffeas \text_gen|char_ram~13529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y64_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13641feeder ( +// Equation(s): +// \text_gen|char_ram~13641feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13641feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13641feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13641feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y64_N1 +dffeas \text_gen|char_ram~13641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13641feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y64_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37326 ( +// Equation(s): +// \text_gen|char_ram~37326_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~13641_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13529_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13529_q ), + .datad(\text_gen|char_ram~13641_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37326 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y64_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37327 ( +// Equation(s): +// \text_gen|char_ram~37327_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37326_combout & ((\text_gen|char_ram~13865_q ))) # (!\text_gen|char_ram~37326_combout & (\text_gen|char_ram~13753_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37326_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~13753_q ), + .datac(\text_gen|char_ram~13865_q ), + .datad(\text_gen|char_ram~37326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37327 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y64_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37330 ( +// Equation(s): +// \text_gen|char_ram~37330_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37327_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37329_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37329_combout ), + .datad(\text_gen|char_ram~37327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37330 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y64_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37333 ( +// Equation(s): +// \text_gen|char_ram~37333_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37330_combout & (\text_gen|char_ram~37332_combout )) # (!\text_gen|char_ram~37330_combout & ((\text_gen|char_ram~37325_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37330_combout )))) + + .dataa(\text_gen|char_ram~37332_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37325_combout ), + .datad(\text_gen|char_ram~37330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37333 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N3 +dffeas \text_gen|char_ram~13480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y51_N1 +dffeas \text_gen|char_ram~13704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37341 ( +// Equation(s): +// \text_gen|char_ram~37341_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~13704_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13480_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13480_q ), + .datad(\text_gen|char_ram~13704_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37341 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N29 +dffeas \text_gen|char_ram~13816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13592feeder ( +// Equation(s): +// \text_gen|char_ram~13592feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N17 +dffeas \text_gen|char_ram~13592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37342 ( +// Equation(s): +// \text_gen|char_ram~37342_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37341_combout & (\text_gen|char_ram~13816_q )) # (!\text_gen|char_ram~37341_combout & ((\text_gen|char_ram~13592_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37341_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37341_combout ), + .datac(\text_gen|char_ram~13816_q ), + .datad(\text_gen|char_ram~13592_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37342 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13697feeder ( +// Equation(s): +// \text_gen|char_ram~13697feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13697feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13697feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13697feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y55_N27 +dffeas \text_gen|char_ram~13697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13697feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y55_N11 +dffeas \text_gen|char_ram~13809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y55_N25 +dffeas \text_gen|char_ram~13473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y36_N25 +dffeas \text_gen|char_ram~13585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37336 ( +// Equation(s): +// \text_gen|char_ram~37336_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~13585_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13473_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13473_q ), + .datad(\text_gen|char_ram~13585_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37336 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37337 ( +// Equation(s): +// \text_gen|char_ram~37337_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37336_combout & ((\text_gen|char_ram~13809_q ))) # (!\text_gen|char_ram~37336_combout & (\text_gen|char_ram~13697_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37336_combout )))) + + .dataa(\text_gen|char_ram~13697_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13809_q ), + .datad(\text_gen|char_ram~37336_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37337 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y53_N21 +dffeas \text_gen|char_ram~13669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y53_N25 +dffeas \text_gen|char_ram~13781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y53_N19 +dffeas \text_gen|char_ram~13445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13557feeder ( +// Equation(s): +// \text_gen|char_ram~13557feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13557feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y36_N17 +dffeas \text_gen|char_ram~13557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37338 ( +// Equation(s): +// \text_gen|char_ram~37338_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~13557_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13445_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13445_q ), + .datad(\text_gen|char_ram~13557_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37338 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37339 ( +// Equation(s): +// \text_gen|char_ram~37339_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37338_combout & ((\text_gen|char_ram~13781_q ))) # (!\text_gen|char_ram~37338_combout & (\text_gen|char_ram~13669_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37338_combout )))) + + .dataa(\text_gen|char_ram~13669_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13781_q ), + .datad(\text_gen|char_ram~37338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37339 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37340 ( +// Equation(s): +// \text_gen|char_ram~37340_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37337_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37339_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37337_combout ), + .datad(\text_gen|char_ram~37339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37340 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y52_N27 +dffeas \text_gen|char_ram~13564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y52_N1 +dffeas \text_gen|char_ram~13788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y55_N1 +dffeas \text_gen|char_ram~13676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y55_N7 +dffeas \text_gen|char_ram~13452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37334 ( +// Equation(s): +// \text_gen|char_ram~37334_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~13676_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~13452_q +// ))))) + + .dataa(\text_gen|char_ram~13676_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13452_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37334 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37335 ( +// Equation(s): +// \text_gen|char_ram~37335_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37334_combout & ((\text_gen|char_ram~13788_q ))) # (!\text_gen|char_ram~37334_combout & (\text_gen|char_ram~13564_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37334_combout )))) + + .dataa(\text_gen|char_ram~13564_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13788_q ), + .datad(\text_gen|char_ram~37334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37335 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37343 ( +// Equation(s): +// \text_gen|char_ram~37343_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37340_combout & (\text_gen|char_ram~37342_combout )) # (!\text_gen|char_ram~37340_combout & ((\text_gen|char_ram~37335_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37340_combout )))) + + .dataa(\text_gen|char_ram~37342_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37340_combout ), + .datad(\text_gen|char_ram~37335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37343 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37344 ( +// Equation(s): +// \text_gen|char_ram~37344_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37333_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~37343_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37333_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~37343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37344 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~37344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y55_N21 +dffeas \text_gen|char_ram~13823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y55_N11 +dffeas \text_gen|char_ram~13487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13599feeder ( +// Equation(s): +// \text_gen|char_ram~13599feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y52_N5 +dffeas \text_gen|char_ram~13599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37314 ( +// Equation(s): +// \text_gen|char_ram~37314_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~13599_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13487_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13487_q ), + .datad(\text_gen|char_ram~13599_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37314 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N5 +dffeas \text_gen|char_ram~13711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37315 ( +// Equation(s): +// \text_gen|char_ram~37315_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37314_combout & (\text_gen|char_ram~13823_q )) # (!\text_gen|char_ram~37314_combout & ((\text_gen|char_ram~13711_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37314_combout )))) + + .dataa(\text_gen|char_ram~13823_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37314_combout ), + .datad(\text_gen|char_ram~13711_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37315 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y57_N17 +dffeas \text_gen|char_ram~13683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y55_N9 +dffeas \text_gen|char_ram~13795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y57_N7 +dffeas \text_gen|char_ram~13459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13571feeder ( +// Equation(s): +// \text_gen|char_ram~13571feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13571feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13571feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13571feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y53_N13 +dffeas \text_gen|char_ram~13571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13571feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37318 ( +// Equation(s): +// \text_gen|char_ram~37318_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~13571_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13459_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13459_q ), + .datad(\text_gen|char_ram~13571_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37318 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37319 ( +// Equation(s): +// \text_gen|char_ram~37319_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37318_combout & ((\text_gen|char_ram~13795_q ))) # (!\text_gen|char_ram~37318_combout & (\text_gen|char_ram~13683_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37318_combout )))) + + .dataa(\text_gen|char_ram~13683_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13795_q ), + .datad(\text_gen|char_ram~37318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37319 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13578feeder ( +// Equation(s): +// \text_gen|char_ram~13578feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13578feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y44_N13 +dffeas \text_gen|char_ram~13578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y55_N11 +dffeas \text_gen|char_ram~13802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y56_N9 +dffeas \text_gen|char_ram~13466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13690feeder ( +// Equation(s): +// \text_gen|char_ram~13690feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13690feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y56_N1 +dffeas \text_gen|char_ram~13690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37316 ( +// Equation(s): +// \text_gen|char_ram~37316_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~13690_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13466_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13466_q ), + .datad(\text_gen|char_ram~13690_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37316 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37317 ( +// Equation(s): +// \text_gen|char_ram~37317_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37316_combout & ((\text_gen|char_ram~13802_q ))) # (!\text_gen|char_ram~37316_combout & (\text_gen|char_ram~13578_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37316_combout )))) + + .dataa(\text_gen|char_ram~13578_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13802_q ), + .datad(\text_gen|char_ram~37316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37317 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37320 ( +// Equation(s): +// \text_gen|char_ram~37320_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37317_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37319_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37319_combout ), + .datad(\text_gen|char_ram~37317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37320 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13606feeder ( +// Equation(s): +// \text_gen|char_ram~13606feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13606feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13606feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13606feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y51_N11 +dffeas \text_gen|char_ram~13606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13606feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y51_N3 +dffeas \text_gen|char_ram~13830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y51_N17 +dffeas \text_gen|char_ram~13494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y54_N23 +dffeas \text_gen|char_ram~13718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37321 ( +// Equation(s): +// \text_gen|char_ram~37321_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~13718_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13494_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13494_q ), + .datad(\text_gen|char_ram~13718_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37321 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37322 ( +// Equation(s): +// \text_gen|char_ram~37322_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37321_combout & ((\text_gen|char_ram~13830_q ))) # (!\text_gen|char_ram~37321_combout & (\text_gen|char_ram~13606_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37321_combout )))) + + .dataa(\text_gen|char_ram~13606_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13830_q ), + .datad(\text_gen|char_ram~37321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37322 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37323 ( +// Equation(s): +// \text_gen|char_ram~37323_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37320_combout & ((\text_gen|char_ram~37322_combout ))) # (!\text_gen|char_ram~37320_combout & (\text_gen|char_ram~37315_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37320_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37315_combout ), + .datac(\text_gen|char_ram~37320_combout ), + .datad(\text_gen|char_ram~37322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37323 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~37323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37355 ( +// Equation(s): +// \text_gen|char_ram~37355_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37344_combout & (\text_gen|char_ram~37354_combout )) # (!\text_gen|char_ram~37344_combout & ((\text_gen|char_ram~37323_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37344_combout )))) + + .dataa(\text_gen|char_ram~37354_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37344_combout ), + .datad(\text_gen|char_ram~37323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37355 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10239feeder ( +// Equation(s): +// \text_gen|char_ram~10239feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10239feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y56_N31 +dffeas \text_gen|char_ram~10239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y56_N29 +dffeas \text_gen|char_ram~10127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y56_N19 +dffeas \text_gen|char_ram~9903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10015feeder ( +// Equation(s): +// \text_gen|char_ram~10015feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10015feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10015feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10015feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y56_N13 +dffeas \text_gen|char_ram~10015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10015feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37187 ( +// Equation(s): +// \text_gen|char_ram~37187_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~10015_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9903_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9903_q ), + .datad(\text_gen|char_ram~10015_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37187 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37188 ( +// Equation(s): +// \text_gen|char_ram~37188_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37187_combout & (\text_gen|char_ram~10239_q )) # (!\text_gen|char_ram~37187_combout & ((\text_gen|char_ram~10127_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37187_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10239_q ), + .datac(\text_gen|char_ram~10127_q ), + .datad(\text_gen|char_ram~37187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37188 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10022feeder ( +// Equation(s): +// \text_gen|char_ram~10022feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10022feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10022feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10022feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y60_N15 +dffeas \text_gen|char_ram~10022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10022feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y60_N5 +dffeas \text_gen|char_ram~10246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y60_N3 +dffeas \text_gen|char_ram~9910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10134feeder ( +// Equation(s): +// \text_gen|char_ram~10134feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10134feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10134feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10134feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y60_N23 +dffeas \text_gen|char_ram~10134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10134feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37194 ( +// Equation(s): +// \text_gen|char_ram~37194_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~10134_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9910_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9910_q ), + .datad(\text_gen|char_ram~10134_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37194 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37195 ( +// Equation(s): +// \text_gen|char_ram~37195_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37194_combout & ((\text_gen|char_ram~10246_q ))) # (!\text_gen|char_ram~37194_combout & (\text_gen|char_ram~10022_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37194_combout )))) + + .dataa(\text_gen|char_ram~10022_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10246_q ), + .datad(\text_gen|char_ram~37194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37195 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9994feeder ( +// Equation(s): +// \text_gen|char_ram~9994feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9994feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9994feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9994feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y60_N27 +dffeas \text_gen|char_ram~9994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9994feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y60_N17 +dffeas \text_gen|char_ram~10218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y56_N11 +dffeas \text_gen|char_ram~9882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10106feeder ( +// Equation(s): +// \text_gen|char_ram~10106feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10106feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y56_N27 +dffeas \text_gen|char_ram~10106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37189 ( +// Equation(s): +// \text_gen|char_ram~37189_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~10106_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9882_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9882_q ), + .datad(\text_gen|char_ram~10106_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37189 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37190 ( +// Equation(s): +// \text_gen|char_ram~37190_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37189_combout & ((\text_gen|char_ram~10218_q ))) # (!\text_gen|char_ram~37189_combout & (\text_gen|char_ram~9994_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37189_combout )))) + + .dataa(\text_gen|char_ram~9994_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10218_q ), + .datad(\text_gen|char_ram~37189_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37190 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N7 +dffeas \text_gen|char_ram~9875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9987feeder ( +// Equation(s): +// \text_gen|char_ram~9987feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9987feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9987feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9987feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y53_N17 +dffeas \text_gen|char_ram~9987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9987feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37191 ( +// Equation(s): +// \text_gen|char_ram~37191_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9987_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9875_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9875_q ), + .datad(\text_gen|char_ram~9987_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37191 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N17 +dffeas \text_gen|char_ram~10211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10099feeder ( +// Equation(s): +// \text_gen|char_ram~10099feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10099feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y60_N17 +dffeas \text_gen|char_ram~10099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37192 ( +// Equation(s): +// \text_gen|char_ram~37192_combout = (\text_gen|char_ram~37191_combout & (((\text_gen|char_ram~10211_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~37191_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~10099_q )))) + + .dataa(\text_gen|char_ram~37191_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10211_q ), + .datad(\text_gen|char_ram~10099_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37192 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37193 ( +// Equation(s): +// \text_gen|char_ram~37193_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~37190_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37192_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37190_combout ), + .datad(\text_gen|char_ram~37192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37193 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37196 ( +// Equation(s): +// \text_gen|char_ram~37196_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37193_combout & ((\text_gen|char_ram~37195_combout ))) # (!\text_gen|char_ram~37193_combout & (\text_gen|char_ram~37188_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37193_combout )))) + + .dataa(\text_gen|char_ram~37188_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37195_combout ), + .datad(\text_gen|char_ram~37193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37196 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y60_N23 +dffeas \text_gen|char_ram~10183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y60_N31 +dffeas \text_gen|char_ram~10295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y60_N13 +dffeas \text_gen|char_ram~9959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y60_N25 +dffeas \text_gen|char_ram~10071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37218 ( +// Equation(s): +// \text_gen|char_ram~37218_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10071_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9959_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9959_q ), + .datad(\text_gen|char_ram~10071_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37218 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37219 ( +// Equation(s): +// \text_gen|char_ram~37219_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37218_combout & ((\text_gen|char_ram~10295_q ))) # (!\text_gen|char_ram~37218_combout & (\text_gen|char_ram~10183_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37218_combout )))) + + .dataa(\text_gen|char_ram~10183_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10295_q ), + .datad(\text_gen|char_ram~37218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37219 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10155feeder ( +// Equation(s): +// \text_gen|char_ram~10155feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10155feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10155feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10155feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y60_N27 +dffeas \text_gen|char_ram~10155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10155feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y60_N9 +dffeas \text_gen|char_ram~10267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10043feeder ( +// Equation(s): +// \text_gen|char_ram~10043feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10043feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10043feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10043feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y61_N13 +dffeas \text_gen|char_ram~10043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10043feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y61_N31 +dffeas \text_gen|char_ram~9931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37222 ( +// Equation(s): +// \text_gen|char_ram~37222_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~10043_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~9931_q +// ))))) + + .dataa(\text_gen|char_ram~10043_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9931_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37222 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37223 ( +// Equation(s): +// \text_gen|char_ram~37223_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37222_combout & ((\text_gen|char_ram~10267_q ))) # (!\text_gen|char_ram~37222_combout & (\text_gen|char_ram~10155_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37222_combout )))) + + .dataa(\text_gen|char_ram~10155_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10267_q ), + .datad(\text_gen|char_ram~37222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37223 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10050feeder ( +// Equation(s): +// \text_gen|char_ram~10050feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10050feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y60_N29 +dffeas \text_gen|char_ram~10050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y60_N7 +dffeas \text_gen|char_ram~10274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y61_N13 +dffeas \text_gen|char_ram~10162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y61_N31 +dffeas \text_gen|char_ram~9938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37220 ( +// Equation(s): +// \text_gen|char_ram~37220_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~10162_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~9938_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10162_q ), + .datac(\text_gen|char_ram~9938_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37220 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37221 ( +// Equation(s): +// \text_gen|char_ram~37221_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37220_combout & ((\text_gen|char_ram~10274_q ))) # (!\text_gen|char_ram~37220_combout & (\text_gen|char_ram~10050_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37220_combout )))) + + .dataa(\text_gen|char_ram~10050_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10274_q ), + .datad(\text_gen|char_ram~37220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37221 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37224 ( +// Equation(s): +// \text_gen|char_ram~37224_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~37221_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37223_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37223_combout ), + .datad(\text_gen|char_ram~37221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37224 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10078feeder ( +// Equation(s): +// \text_gen|char_ram~10078feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10078feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10078feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10078feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y62_N13 +dffeas \text_gen|char_ram~10078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10078feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y62_N19 +dffeas \text_gen|char_ram~10302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y57_N25 +dffeas \text_gen|char_ram~10190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y57_N11 +dffeas \text_gen|char_ram~9966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37225 ( +// Equation(s): +// \text_gen|char_ram~37225_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~10190_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~9966_q +// ))))) + + .dataa(\text_gen|char_ram~10190_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9966_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37225 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37226 ( +// Equation(s): +// \text_gen|char_ram~37226_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37225_combout & ((\text_gen|char_ram~10302_q ))) # (!\text_gen|char_ram~37225_combout & (\text_gen|char_ram~10078_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37225_combout )))) + + .dataa(\text_gen|char_ram~10078_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10302_q ), + .datad(\text_gen|char_ram~37225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37226 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37227 ( +// Equation(s): +// \text_gen|char_ram~37227_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37224_combout & ((\text_gen|char_ram~37226_combout ))) # (!\text_gen|char_ram~37224_combout & (\text_gen|char_ram~37219_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37224_combout )))) + + .dataa(\text_gen|char_ram~37219_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37224_combout ), + .datad(\text_gen|char_ram~37226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37227 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~37227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y65_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9980feeder ( +// Equation(s): +// \text_gen|char_ram~9980feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9980feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9980feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9980feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y65_N13 +dffeas \text_gen|char_ram~9980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9980feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y59_N31 +dffeas \text_gen|char_ram~10204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y59_N29 +dffeas \text_gen|char_ram~9868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10092feeder ( +// Equation(s): +// \text_gen|char_ram~10092feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y57_N29 +dffeas \text_gen|char_ram~10092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37207 ( +// Equation(s): +// \text_gen|char_ram~37207_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~10092_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9868_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9868_q ), + .datad(\text_gen|char_ram~10092_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37207 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37208 ( +// Equation(s): +// \text_gen|char_ram~37208_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37207_combout & ((\text_gen|char_ram~10204_q ))) # (!\text_gen|char_ram~37207_combout & (\text_gen|char_ram~9980_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37207_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~9980_q ), + .datac(\text_gen|char_ram~10204_q ), + .datad(\text_gen|char_ram~37207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37208 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10113feeder ( +// Equation(s): +// \text_gen|char_ram~10113feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10113feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10113feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10113feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y57_N21 +dffeas \text_gen|char_ram~10113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10113feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y57_N31 +dffeas \text_gen|char_ram~10225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y57_N13 +dffeas \text_gen|char_ram~9889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10001feeder ( +// Equation(s): +// \text_gen|char_ram~10001feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y57_N25 +dffeas \text_gen|char_ram~10001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37209 ( +// Equation(s): +// \text_gen|char_ram~37209_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10001_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9889_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9889_q ), + .datad(\text_gen|char_ram~10001_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37209 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37210 ( +// Equation(s): +// \text_gen|char_ram~37210_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37209_combout & ((\text_gen|char_ram~10225_q ))) # (!\text_gen|char_ram~37209_combout & (\text_gen|char_ram~10113_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37209_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10113_q ), + .datac(\text_gen|char_ram~10225_q ), + .datad(\text_gen|char_ram~37209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37210 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y61_N21 +dffeas \text_gen|char_ram~9861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9973feeder ( +// Equation(s): +// \text_gen|char_ram~9973feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9973feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9973feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9973feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y61_N17 +dffeas \text_gen|char_ram~9973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9973feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37211 ( +// Equation(s): +// \text_gen|char_ram~37211_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9973_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9861_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9861_q ), + .datad(\text_gen|char_ram~9973_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37211 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y61_N7 +dffeas \text_gen|char_ram~10197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y65_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10085feeder ( +// Equation(s): +// \text_gen|char_ram~10085feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y65_N29 +dffeas \text_gen|char_ram~10085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37212 ( +// Equation(s): +// \text_gen|char_ram~37212_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37211_combout & (\text_gen|char_ram~10197_q )) # (!\text_gen|char_ram~37211_combout & ((\text_gen|char_ram~10085_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37211_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37211_combout ), + .datac(\text_gen|char_ram~10197_q ), + .datad(\text_gen|char_ram~10085_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37212 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37213 ( +// Equation(s): +// \text_gen|char_ram~37213_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37210_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37212_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37210_combout ), + .datad(\text_gen|char_ram~37212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37213 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y39_N3 +dffeas \text_gen|char_ram~9896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10120feeder ( +// Equation(s): +// \text_gen|char_ram~10120feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y42_N29 +dffeas \text_gen|char_ram~10120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37214 ( +// Equation(s): +// \text_gen|char_ram~37214_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~10120_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9896_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9896_q ), + .datad(\text_gen|char_ram~10120_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37214 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y39_N5 +dffeas \text_gen|char_ram~10232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y65_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10008feeder ( +// Equation(s): +// \text_gen|char_ram~10008feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10008feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10008feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10008feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y65_N19 +dffeas \text_gen|char_ram~10008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10008feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37215 ( +// Equation(s): +// \text_gen|char_ram~37215_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37214_combout & (\text_gen|char_ram~10232_q )) # (!\text_gen|char_ram~37214_combout & ((\text_gen|char_ram~10008_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37214_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37214_combout ), + .datac(\text_gen|char_ram~10232_q ), + .datad(\text_gen|char_ram~10008_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37215 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37216 ( +// Equation(s): +// \text_gen|char_ram~37216_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37213_combout & ((\text_gen|char_ram~37215_combout ))) # (!\text_gen|char_ram~37213_combout & (\text_gen|char_ram~37208_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37213_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37208_combout ), + .datac(\text_gen|char_ram~37213_combout ), + .datad(\text_gen|char_ram~37215_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37216 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~37216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10064feeder ( +// Equation(s): +// \text_gen|char_ram~10064feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y47_N3 +dffeas \text_gen|char_ram~10064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y57_N11 +dffeas \text_gen|char_ram~10288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y57_N21 +dffeas \text_gen|char_ram~9952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10176feeder ( +// Equation(s): +// \text_gen|char_ram~10176feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10176feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10176feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10176feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y57_N11 +dffeas \text_gen|char_ram~10176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10176feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37204 ( +// Equation(s): +// \text_gen|char_ram~37204_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~10176_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9952_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9952_q ), + .datad(\text_gen|char_ram~10176_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37204 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37205 ( +// Equation(s): +// \text_gen|char_ram~37205_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37204_combout & ((\text_gen|char_ram~10288_q ))) # (!\text_gen|char_ram~37204_combout & (\text_gen|char_ram~10064_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37204_combout )))) + + .dataa(\text_gen|char_ram~10064_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10288_q ), + .datad(\text_gen|char_ram~37204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37205 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10036feeder ( +// Equation(s): +// \text_gen|char_ram~10036feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10036feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10036feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10036feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y61_N19 +dffeas \text_gen|char_ram~10036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10036feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y61_N25 +dffeas \text_gen|char_ram~10260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y61_N21 +dffeas \text_gen|char_ram~10148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y61_N7 +dffeas \text_gen|char_ram~9924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37197 ( +// Equation(s): +// \text_gen|char_ram~37197_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~10148_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~9924_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10148_q ), + .datac(\text_gen|char_ram~9924_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37197 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37198 ( +// Equation(s): +// \text_gen|char_ram~37198_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37197_combout & ((\text_gen|char_ram~10260_q ))) # (!\text_gen|char_ram~37197_combout & (\text_gen|char_ram~10036_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37197_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10036_q ), + .datac(\text_gen|char_ram~10260_q ), + .datad(\text_gen|char_ram~37197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37198 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y61_N5 +dffeas \text_gen|char_ram~10169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y61_N31 +dffeas \text_gen|char_ram~10281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10057feeder ( +// Equation(s): +// \text_gen|char_ram~10057feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10057feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10057feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10057feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y57_N31 +dffeas \text_gen|char_ram~10057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10057feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y57_N9 +dffeas \text_gen|char_ram~9945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37199 ( +// Equation(s): +// \text_gen|char_ram~37199_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~10057_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~9945_q +// ))))) + + .dataa(\text_gen|char_ram~10057_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9945_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37199 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37200 ( +// Equation(s): +// \text_gen|char_ram~37200_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37199_combout & ((\text_gen|char_ram~10281_q ))) # (!\text_gen|char_ram~37199_combout & (\text_gen|char_ram~10169_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37199_combout )))) + + .dataa(\text_gen|char_ram~10169_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10281_q ), + .datad(\text_gen|char_ram~37199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37200 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10141feeder ( +// Equation(s): +// \text_gen|char_ram~10141feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y61_N5 +dffeas \text_gen|char_ram~10141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y61_N13 +dffeas \text_gen|char_ram~10253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10029feeder ( +// Equation(s): +// \text_gen|char_ram~10029feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10029feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y61_N29 +dffeas \text_gen|char_ram~10029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y61_N7 +dffeas \text_gen|char_ram~9917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37201 ( +// Equation(s): +// \text_gen|char_ram~37201_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~10029_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~9917_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10029_q ), + .datac(\text_gen|char_ram~9917_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37201 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37202 ( +// Equation(s): +// \text_gen|char_ram~37202_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37201_combout & ((\text_gen|char_ram~10253_q ))) # (!\text_gen|char_ram~37201_combout & (\text_gen|char_ram~10141_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37201_combout )))) + + .dataa(\text_gen|char_ram~10141_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10253_q ), + .datad(\text_gen|char_ram~37201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37202 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37203 ( +// Equation(s): +// \text_gen|char_ram~37203_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37200_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37202_combout ))))) + + .dataa(\text_gen|char_ram~37200_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37203 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~37203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37206 ( +// Equation(s): +// \text_gen|char_ram~37206_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37203_combout & (\text_gen|char_ram~37205_combout )) # (!\text_gen|char_ram~37203_combout & ((\text_gen|char_ram~37198_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37203_combout )))) + + .dataa(\text_gen|char_ram~37205_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37198_combout ), + .datad(\text_gen|char_ram~37203_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37206 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37217 ( +// Equation(s): +// \text_gen|char_ram~37217_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~37206_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37216_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37216_combout ), + .datad(\text_gen|char_ram~37206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37217 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37228 ( +// Equation(s): +// \text_gen|char_ram~37228_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37217_combout & ((\text_gen|char_ram~37227_combout ))) # (!\text_gen|char_ram~37217_combout & (\text_gen|char_ram~37196_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37217_combout )))) + + .dataa(\text_gen|char_ram~37196_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37227_combout ), + .datad(\text_gen|char_ram~37217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37228 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8391feeder ( +// Equation(s): +// \text_gen|char_ram~8391feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y60_N5 +dffeas \text_gen|char_ram~8391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N27 +dffeas \text_gen|char_ram~8503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8279feeder ( +// Equation(s): +// \text_gen|char_ram~8279feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8279feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8279feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8279feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y60_N3 +dffeas \text_gen|char_ram~8279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8279feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N21 +dffeas \text_gen|char_ram~8167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37302 ( +// Equation(s): +// \text_gen|char_ram~37302_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~8279_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~8167_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~8279_q ), + .datac(\text_gen|char_ram~8167_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37302 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37303 ( +// Equation(s): +// \text_gen|char_ram~37303_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37302_combout & ((\text_gen|char_ram~8503_q ))) # (!\text_gen|char_ram~37302_combout & (\text_gen|char_ram~8391_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37302_combout )))) + + .dataa(\text_gen|char_ram~8391_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8503_q ), + .datad(\text_gen|char_ram~37302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37303 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8251feeder ( +// Equation(s): +// \text_gen|char_ram~8251feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8251feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8251feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8251feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y54_N27 +dffeas \text_gen|char_ram~8251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8251feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y54_N21 +dffeas \text_gen|char_ram~8139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37306 ( +// Equation(s): +// \text_gen|char_ram~37306_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~8251_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~8139_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~8251_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8139_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37306 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y53_N9 +dffeas \text_gen|char_ram~8475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y54_N1 +dffeas \text_gen|char_ram~8363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37307 ( +// Equation(s): +// \text_gen|char_ram~37307_combout = (\text_gen|char_ram~37306_combout & (((\text_gen|char_ram~8475_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~37306_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~8363_q )))) + + .dataa(\text_gen|char_ram~37306_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8475_q ), + .datad(\text_gen|char_ram~8363_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37307 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8258feeder ( +// Equation(s): +// \text_gen|char_ram~8258feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8258feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8258feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8258feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y53_N25 +dffeas \text_gen|char_ram~8258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8258feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y53_N7 +dffeas \text_gen|char_ram~8482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N15 +dffeas \text_gen|char_ram~8370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N9 +dffeas \text_gen|char_ram~8146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37304 ( +// Equation(s): +// \text_gen|char_ram~37304_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~8370_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~8146_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~8370_q ), + .datac(\text_gen|char_ram~8146_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37304 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37305 ( +// Equation(s): +// \text_gen|char_ram~37305_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37304_combout & ((\text_gen|char_ram~8482_q ))) # (!\text_gen|char_ram~37304_combout & (\text_gen|char_ram~8258_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37304_combout )))) + + .dataa(\text_gen|char_ram~8258_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8482_q ), + .datad(\text_gen|char_ram~37304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37305 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37308 ( +// Equation(s): +// \text_gen|char_ram~37308_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~37305_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37307_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37307_combout ), + .datad(\text_gen|char_ram~37305_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37308 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8286feeder ( +// Equation(s): +// \text_gen|char_ram~8286feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y54_N5 +dffeas \text_gen|char_ram~8286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y58_N31 +dffeas \text_gen|char_ram~8510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y58_N1 +dffeas \text_gen|char_ram~8174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8398feeder ( +// Equation(s): +// \text_gen|char_ram~8398feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8398feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y58_N11 +dffeas \text_gen|char_ram~8398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37309 ( +// Equation(s): +// \text_gen|char_ram~37309_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~8398_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8174_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8174_q ), + .datad(\text_gen|char_ram~8398_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37309 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37310 ( +// Equation(s): +// \text_gen|char_ram~37310_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37309_combout & ((\text_gen|char_ram~8510_q ))) # (!\text_gen|char_ram~37309_combout & (\text_gen|char_ram~8286_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37309_combout )))) + + .dataa(\text_gen|char_ram~8286_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8510_q ), + .datad(\text_gen|char_ram~37309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37310 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37311 ( +// Equation(s): +// \text_gen|char_ram~37311_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37308_combout & ((\text_gen|char_ram~37310_combout ))) # (!\text_gen|char_ram~37308_combout & (\text_gen|char_ram~37303_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37308_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37303_combout ), + .datac(\text_gen|char_ram~37308_combout ), + .datad(\text_gen|char_ram~37310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37311 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~37311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8335feeder ( +// Equation(s): +// \text_gen|char_ram~8335feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8335feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y54_N19 +dffeas \text_gen|char_ram~8335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y50_N7 +dffeas \text_gen|char_ram~8447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8223feeder ( +// Equation(s): +// \text_gen|char_ram~8223feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8223feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y52_N5 +dffeas \text_gen|char_ram~8223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y50_N25 +dffeas \text_gen|char_ram~8111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37283 ( +// Equation(s): +// \text_gen|char_ram~37283_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~8223_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~8111_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~8223_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8111_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37283 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37284 ( +// Equation(s): +// \text_gen|char_ram~37284_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37283_combout & ((\text_gen|char_ram~8447_q ))) # (!\text_gen|char_ram~37283_combout & (\text_gen|char_ram~8335_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37283_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~8335_q ), + .datac(\text_gen|char_ram~8447_q ), + .datad(\text_gen|char_ram~37283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37284 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y54_N7 +dffeas \text_gen|char_ram~8307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y57_N15 +dffeas \text_gen|char_ram~8419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8195feeder ( +// Equation(s): +// \text_gen|char_ram~8195feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8195feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8195feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8195feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y57_N17 +dffeas \text_gen|char_ram~8195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8195feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y57_N17 +dffeas \text_gen|char_ram~8083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37285 ( +// Equation(s): +// \text_gen|char_ram~37285_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~8195_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~8083_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~8195_q ), + .datac(\text_gen|char_ram~8083_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37285 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37286 ( +// Equation(s): +// \text_gen|char_ram~37286_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37285_combout & ((\text_gen|char_ram~8419_q ))) # (!\text_gen|char_ram~37285_combout & (\text_gen|char_ram~8307_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37285_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~8307_q ), + .datac(\text_gen|char_ram~8419_q ), + .datad(\text_gen|char_ram~37285_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37286 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37287 ( +// Equation(s): +// \text_gen|char_ram~37287_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37284_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37286_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37284_combout ), + .datad(\text_gen|char_ram~37286_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37287 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8314feeder ( +// Equation(s): +// \text_gen|char_ram~8314feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8314feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8314feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8314feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y63_N23 +dffeas \text_gen|char_ram~8314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8314feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y59_N11 +dffeas \text_gen|char_ram~8426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8202feeder ( +// Equation(s): +// \text_gen|char_ram~8202feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8202feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8202feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8202feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N29 +dffeas \text_gen|char_ram~8202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8202feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y59_N29 +dffeas \text_gen|char_ram~8090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37281 ( +// Equation(s): +// \text_gen|char_ram~37281_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~8202_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~8090_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~8202_q ), + .datac(\text_gen|char_ram~8090_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37281 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37282 ( +// Equation(s): +// \text_gen|char_ram~37282_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37281_combout & ((\text_gen|char_ram~8426_q ))) # (!\text_gen|char_ram~37281_combout & (\text_gen|char_ram~8314_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37281_combout )))) + + .dataa(\text_gen|char_ram~8314_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8426_q ), + .datad(\text_gen|char_ram~37281_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37282 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8342feeder ( +// Equation(s): +// \text_gen|char_ram~8342feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8342feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8342feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8342feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N3 +dffeas \text_gen|char_ram~8342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8342feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y54_N7 +dffeas \text_gen|char_ram~8454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y54_N1 +dffeas \text_gen|char_ram~8118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8230feeder ( +// Equation(s): +// \text_gen|char_ram~8230feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N17 +dffeas \text_gen|char_ram~8230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37288 ( +// Equation(s): +// \text_gen|char_ram~37288_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~8230_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8118_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8118_q ), + .datad(\text_gen|char_ram~8230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37288 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37289 ( +// Equation(s): +// \text_gen|char_ram~37289_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37288_combout & ((\text_gen|char_ram~8454_q ))) # (!\text_gen|char_ram~37288_combout & (\text_gen|char_ram~8342_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37288_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~8342_q ), + .datac(\text_gen|char_ram~8454_q ), + .datad(\text_gen|char_ram~37288_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37289 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37290 ( +// Equation(s): +// \text_gen|char_ram~37290_combout = (\text_gen|char_ram~37287_combout & (((\text_gen|char_ram~37289_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~37287_combout & (\text_gen|char_ram~37282_combout & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~37287_combout ), + .datab(\text_gen|char_ram~37282_combout ), + .datac(\text_gen|char_ram~37289_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37290 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8300feeder ( +// Equation(s): +// \text_gen|char_ram~8300feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8300feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8300feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8300feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y56_N13 +dffeas \text_gen|char_ram~8300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8300feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y56_N21 +dffeas \text_gen|char_ram~8412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y56_N11 +dffeas \text_gen|char_ram~8076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8188feeder ( +// Equation(s): +// \text_gen|char_ram~8188feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y57_N9 +dffeas \text_gen|char_ram~8188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37291 ( +// Equation(s): +// \text_gen|char_ram~37291_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~8188_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8076_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8076_q ), + .datad(\text_gen|char_ram~8188_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37291 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37292 ( +// Equation(s): +// \text_gen|char_ram~37292_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37291_combout & ((\text_gen|char_ram~8412_q ))) # (!\text_gen|char_ram~37291_combout & (\text_gen|char_ram~8300_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37291_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~8300_q ), + .datac(\text_gen|char_ram~8412_q ), + .datad(\text_gen|char_ram~37291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37292 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y56_N5 +dffeas \text_gen|char_ram~8328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y56_N31 +dffeas \text_gen|char_ram~8440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y56_N29 +dffeas \text_gen|char_ram~8104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y64_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8216feeder ( +// Equation(s): +// \text_gen|char_ram~8216feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8216feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y64_N13 +dffeas \text_gen|char_ram~8216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37298 ( +// Equation(s): +// \text_gen|char_ram~37298_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~8216_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~8104_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8104_q ), + .datad(\text_gen|char_ram~8216_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37298 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37299 ( +// Equation(s): +// \text_gen|char_ram~37299_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37298_combout & ((\text_gen|char_ram~8440_q ))) # (!\text_gen|char_ram~37298_combout & (\text_gen|char_ram~8328_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37298_combout )))) + + .dataa(\text_gen|char_ram~8328_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8440_q ), + .datad(\text_gen|char_ram~37298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37299 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N9 +dffeas \text_gen|char_ram~8097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8209feeder ( +// Equation(s): +// \text_gen|char_ram~8209feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8209feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y39_N11 +dffeas \text_gen|char_ram~8209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37293 ( +// Equation(s): +// \text_gen|char_ram~37293_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~8209_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8097_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8097_q ), + .datad(\text_gen|char_ram~8209_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37293 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N15 +dffeas \text_gen|char_ram~8433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8321feeder ( +// Equation(s): +// \text_gen|char_ram~8321feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8321feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8321feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8321feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y54_N19 +dffeas \text_gen|char_ram~8321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8321feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37294 ( +// Equation(s): +// \text_gen|char_ram~37294_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37293_combout & (\text_gen|char_ram~8433_q )) # (!\text_gen|char_ram~37293_combout & ((\text_gen|char_ram~8321_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37293_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37293_combout ), + .datac(\text_gen|char_ram~8433_q ), + .datad(\text_gen|char_ram~8321_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37294 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y59_N17 +dffeas \text_gen|char_ram~8293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y59_N19 +dffeas \text_gen|char_ram~8405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y59_N29 +dffeas \text_gen|char_ram~8069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8181feeder ( +// Equation(s): +// \text_gen|char_ram~8181feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8181feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8181feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8181feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y52_N3 +dffeas \text_gen|char_ram~8181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8181feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37295 ( +// Equation(s): +// \text_gen|char_ram~37295_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~8181_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8069_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8069_q ), + .datad(\text_gen|char_ram~8181_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37295 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37296 ( +// Equation(s): +// \text_gen|char_ram~37296_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37295_combout & ((\text_gen|char_ram~8405_q ))) # (!\text_gen|char_ram~37295_combout & (\text_gen|char_ram~8293_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37295_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~8293_q ), + .datac(\text_gen|char_ram~8405_q ), + .datad(\text_gen|char_ram~37295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37296 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37297 ( +// Equation(s): +// \text_gen|char_ram~37297_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37294_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37296_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37294_combout ), + .datad(\text_gen|char_ram~37296_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37297 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37300 ( +// Equation(s): +// \text_gen|char_ram~37300_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37297_combout & ((\text_gen|char_ram~37299_combout ))) # (!\text_gen|char_ram~37297_combout & (\text_gen|char_ram~37292_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37297_combout )))) + + .dataa(\text_gen|char_ram~37292_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37299_combout ), + .datad(\text_gen|char_ram~37297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37300 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37301 ( +// Equation(s): +// \text_gen|char_ram~37301_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~37290_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~37300_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37290_combout ), + .datad(\text_gen|char_ram~37300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37301 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y84_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8244feeder ( +// Equation(s): +// \text_gen|char_ram~8244feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y84_N25 +dffeas \text_gen|char_ram~8244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y84_N7 +dffeas \text_gen|char_ram~8468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y84_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8356feeder ( +// Equation(s): +// \text_gen|char_ram~8356feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8356feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8356feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8356feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y84_N29 +dffeas \text_gen|char_ram~8356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8356feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y84_N29 +dffeas \text_gen|char_ram~8132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y84_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37271 ( +// Equation(s): +// \text_gen|char_ram~37271_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~8356_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~8132_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~8356_q ), + .datac(\text_gen|char_ram~8132_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37271 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y84_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37272 ( +// Equation(s): +// \text_gen|char_ram~37272_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37271_combout & ((\text_gen|char_ram~8468_q ))) # (!\text_gen|char_ram~37271_combout & (\text_gen|char_ram~8244_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37271_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~8244_q ), + .datac(\text_gen|char_ram~8468_q ), + .datad(\text_gen|char_ram~37271_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37272 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N3 +dffeas \text_gen|char_ram~8125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8237feeder ( +// Equation(s): +// \text_gen|char_ram~8237feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8237feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y60_N5 +dffeas \text_gen|char_ram~8237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37275 ( +// Equation(s): +// \text_gen|char_ram~37275_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~8237_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8125_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8125_q ), + .datad(\text_gen|char_ram~8237_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37275 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N5 +dffeas \text_gen|char_ram~8461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8349feeder ( +// Equation(s): +// \text_gen|char_ram~8349feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y53_N7 +dffeas \text_gen|char_ram~8349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37276 ( +// Equation(s): +// \text_gen|char_ram~37276_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37275_combout & (\text_gen|char_ram~8461_q )) # (!\text_gen|char_ram~37275_combout & ((\text_gen|char_ram~8349_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37275_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37275_combout ), + .datac(\text_gen|char_ram~8461_q ), + .datad(\text_gen|char_ram~8349_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37276 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8377feeder ( +// Equation(s): +// \text_gen|char_ram~8377feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y60_N29 +dffeas \text_gen|char_ram~8377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y60_N15 +dffeas \text_gen|char_ram~8489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8265feeder ( +// Equation(s): +// \text_gen|char_ram~8265feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8265feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y60_N13 +dffeas \text_gen|char_ram~8265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y60_N29 +dffeas \text_gen|char_ram~8153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37273 ( +// Equation(s): +// \text_gen|char_ram~37273_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~8265_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~8153_q ))))) + + .dataa(\text_gen|char_ram~8265_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8153_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37273 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37274 ( +// Equation(s): +// \text_gen|char_ram~37274_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37273_combout & ((\text_gen|char_ram~8489_q ))) # (!\text_gen|char_ram~37273_combout & (\text_gen|char_ram~8377_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37273_combout )))) + + .dataa(\text_gen|char_ram~8377_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8489_q ), + .datad(\text_gen|char_ram~37273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37274 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37277 ( +// Equation(s): +// \text_gen|char_ram~37277_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37274_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37276_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37276_combout ), + .datad(\text_gen|char_ram~37274_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37277 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8384feeder ( +// Equation(s): +// \text_gen|char_ram~8384feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8384feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y62_N19 +dffeas \text_gen|char_ram~8384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y62_N3 +dffeas \text_gen|char_ram~8160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y62_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37278 ( +// Equation(s): +// \text_gen|char_ram~37278_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~8384_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~8160_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~8384_q ), + .datac(\text_gen|char_ram~8160_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37278 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y62_N21 +dffeas \text_gen|char_ram~8496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8272feeder ( +// Equation(s): +// \text_gen|char_ram~8272feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8272feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y62_N5 +dffeas \text_gen|char_ram~8272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37279 ( +// Equation(s): +// \text_gen|char_ram~37279_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37278_combout & (\text_gen|char_ram~8496_q )) # (!\text_gen|char_ram~37278_combout & ((\text_gen|char_ram~8272_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37278_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37278_combout ), + .datac(\text_gen|char_ram~8496_q ), + .datad(\text_gen|char_ram~8272_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37279 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37280 ( +// Equation(s): +// \text_gen|char_ram~37280_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37277_combout & ((\text_gen|char_ram~37279_combout ))) # (!\text_gen|char_ram~37277_combout & (\text_gen|char_ram~37272_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37277_combout )))) + + .dataa(\text_gen|char_ram~37272_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37277_combout ), + .datad(\text_gen|char_ram~37279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37280 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~37280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37312 ( +// Equation(s): +// \text_gen|char_ram~37312_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37301_combout & (\text_gen|char_ram~37311_combout )) # (!\text_gen|char_ram~37301_combout & ((\text_gen|char_ram~37280_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37301_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37311_combout ), + .datac(\text_gen|char_ram~37301_combout ), + .datad(\text_gen|char_ram~37280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37312 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~37312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y67_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11856feeder ( +// Equation(s): +// \text_gen|char_ram~11856feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11856feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11856feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11856feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y67_N13 +dffeas \text_gen|char_ram~11856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11856feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y63_N13 +dffeas \text_gen|char_ram~12080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y63_N9 +dffeas \text_gen|char_ram~11968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y63_N19 +dffeas \text_gen|char_ram~11744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37236 ( +// Equation(s): +// \text_gen|char_ram~37236_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11968_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11744_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11968_q ), + .datac(\text_gen|char_ram~11744_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37236 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37237 ( +// Equation(s): +// \text_gen|char_ram~37237_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37236_combout & ((\text_gen|char_ram~12080_q ))) # (!\text_gen|char_ram~37236_combout & (\text_gen|char_ram~11856_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37236_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11856_q ), + .datac(\text_gen|char_ram~12080_q ), + .datad(\text_gen|char_ram~37236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37237 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11828feeder ( +// Equation(s): +// \text_gen|char_ram~11828feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11828feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11828feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11828feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y63_N1 +dffeas \text_gen|char_ram~11828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11828feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y63_N19 +dffeas \text_gen|char_ram~12052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11940feeder ( +// Equation(s): +// \text_gen|char_ram~11940feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11940feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11940feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11940feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y63_N5 +dffeas \text_gen|char_ram~11940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11940feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y63_N29 +dffeas \text_gen|char_ram~11716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37229 ( +// Equation(s): +// \text_gen|char_ram~37229_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~11940_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~11716_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11940_q ), + .datac(\text_gen|char_ram~11716_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37229 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37230 ( +// Equation(s): +// \text_gen|char_ram~37230_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37229_combout & ((\text_gen|char_ram~12052_q ))) # (!\text_gen|char_ram~37229_combout & (\text_gen|char_ram~11828_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37229_combout )))) + + .dataa(\text_gen|char_ram~11828_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12052_q ), + .datad(\text_gen|char_ram~37229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37230 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11961feeder ( +// Equation(s): +// \text_gen|char_ram~11961feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11961feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11961feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11961feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y63_N13 +dffeas \text_gen|char_ram~11961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11961feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y63_N27 +dffeas \text_gen|char_ram~12073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y63_N21 +dffeas \text_gen|char_ram~11737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11849feeder ( +// Equation(s): +// \text_gen|char_ram~11849feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11849feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11849feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11849feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y63_N21 +dffeas \text_gen|char_ram~11849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11849feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37231 ( +// Equation(s): +// \text_gen|char_ram~37231_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~11849_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~11737_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11737_q ), + .datad(\text_gen|char_ram~11849_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37231 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37232 ( +// Equation(s): +// \text_gen|char_ram~37232_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37231_combout & ((\text_gen|char_ram~12073_q ))) # (!\text_gen|char_ram~37231_combout & (\text_gen|char_ram~11961_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37231_combout )))) + + .dataa(\text_gen|char_ram~11961_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12073_q ), + .datad(\text_gen|char_ram~37231_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37232 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y60_N17 +dffeas \text_gen|char_ram~11933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N11 +dffeas \text_gen|char_ram~12045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N13 +dffeas \text_gen|char_ram~11709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11821feeder ( +// Equation(s): +// \text_gen|char_ram~11821feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11821feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11821feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11821feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y63_N27 +dffeas \text_gen|char_ram~11821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11821feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37233 ( +// Equation(s): +// \text_gen|char_ram~37233_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~11821_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~11709_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11709_q ), + .datad(\text_gen|char_ram~11821_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37233 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37234 ( +// Equation(s): +// \text_gen|char_ram~37234_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37233_combout & ((\text_gen|char_ram~12045_q ))) # (!\text_gen|char_ram~37233_combout & (\text_gen|char_ram~11933_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37233_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11933_q ), + .datac(\text_gen|char_ram~12045_q ), + .datad(\text_gen|char_ram~37233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37234 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37235 ( +// Equation(s): +// \text_gen|char_ram~37235_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37232_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37234_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37232_combout ), + .datad(\text_gen|char_ram~37234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37235 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37238 ( +// Equation(s): +// \text_gen|char_ram~37238_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37235_combout & (\text_gen|char_ram~37237_combout )) # (!\text_gen|char_ram~37235_combout & ((\text_gen|char_ram~37230_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37235_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37237_combout ), + .datac(\text_gen|char_ram~37230_combout ), + .datad(\text_gen|char_ram~37235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37238 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y61_N29 +dffeas \text_gen|char_ram~11975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y61_N1 +dffeas \text_gen|char_ram~12087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y61_N11 +dffeas \text_gen|char_ram~11751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11863feeder ( +// Equation(s): +// \text_gen|char_ram~11863feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N3 +dffeas \text_gen|char_ram~11863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37260 ( +// Equation(s): +// \text_gen|char_ram~37260_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~11863_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11751_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11751_q ), + .datad(\text_gen|char_ram~11863_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37260 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37261 ( +// Equation(s): +// \text_gen|char_ram~37261_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37260_combout & ((\text_gen|char_ram~12087_q ))) # (!\text_gen|char_ram~37260_combout & (\text_gen|char_ram~11975_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37260_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11975_q ), + .datac(\text_gen|char_ram~12087_q ), + .datad(\text_gen|char_ram~37260_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37261 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11870feeder ( +// Equation(s): +// \text_gen|char_ram~11870feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y55_N19 +dffeas \text_gen|char_ram~11870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y58_N3 +dffeas \text_gen|char_ram~12094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y58_N29 +dffeas \text_gen|char_ram~11758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11982feeder ( +// Equation(s): +// \text_gen|char_ram~11982feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y58_N5 +dffeas \text_gen|char_ram~11982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37267 ( +// Equation(s): +// \text_gen|char_ram~37267_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~11982_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11758_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11758_q ), + .datad(\text_gen|char_ram~11982_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37267 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37268 ( +// Equation(s): +// \text_gen|char_ram~37268_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37267_combout & ((\text_gen|char_ram~12094_q ))) # (!\text_gen|char_ram~37267_combout & (\text_gen|char_ram~11870_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37267_combout )))) + + .dataa(\text_gen|char_ram~11870_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12094_q ), + .datad(\text_gen|char_ram~37267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37268 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11842feeder ( +// Equation(s): +// \text_gen|char_ram~11842feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y61_N5 +dffeas \text_gen|char_ram~11842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y61_N7 +dffeas \text_gen|char_ram~12066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11954feeder ( +// Equation(s): +// \text_gen|char_ram~11954feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11954feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11954feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11954feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y57_N23 +dffeas \text_gen|char_ram~11954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11954feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y61_N21 +dffeas \text_gen|char_ram~11730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37262 ( +// Equation(s): +// \text_gen|char_ram~37262_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11954_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11730_q +// ))))) + + .dataa(\text_gen|char_ram~11954_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11730_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37262 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37263 ( +// Equation(s): +// \text_gen|char_ram~37263_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37262_combout & ((\text_gen|char_ram~12066_q ))) # (!\text_gen|char_ram~37262_combout & (\text_gen|char_ram~11842_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37262_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11842_q ), + .datac(\text_gen|char_ram~12066_q ), + .datad(\text_gen|char_ram~37262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37263 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11947feeder ( +// Equation(s): +// \text_gen|char_ram~11947feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11947feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11947feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11947feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y54_N25 +dffeas \text_gen|char_ram~11947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11947feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y59_N25 +dffeas \text_gen|char_ram~12059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y59_N19 +dffeas \text_gen|char_ram~11723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11835feeder ( +// Equation(s): +// \text_gen|char_ram~11835feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11835feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11835feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11835feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y63_N3 +dffeas \text_gen|char_ram~11835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11835feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37264 ( +// Equation(s): +// \text_gen|char_ram~37264_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~11835_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~11723_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11723_q ), + .datad(\text_gen|char_ram~11835_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37264 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37265 ( +// Equation(s): +// \text_gen|char_ram~37265_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37264_combout & ((\text_gen|char_ram~12059_q ))) # (!\text_gen|char_ram~37264_combout & (\text_gen|char_ram~11947_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37264_combout )))) + + .dataa(\text_gen|char_ram~11947_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12059_q ), + .datad(\text_gen|char_ram~37264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37265 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37266 ( +// Equation(s): +// \text_gen|char_ram~37266_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~37263_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37265_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37263_combout ), + .datad(\text_gen|char_ram~37265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37266 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37269 ( +// Equation(s): +// \text_gen|char_ram~37269_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37266_combout & ((\text_gen|char_ram~37268_combout ))) # (!\text_gen|char_ram~37266_combout & (\text_gen|char_ram~37261_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37266_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37261_combout ), + .datac(\text_gen|char_ram~37268_combout ), + .datad(\text_gen|char_ram~37266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37269 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y47_N1 +dffeas \text_gen|char_ram~11786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y59_N1 +dffeas \text_gen|char_ram~12010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y59_N11 +dffeas \text_gen|char_ram~11674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11898feeder ( +// Equation(s): +// \text_gen|char_ram~11898feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y59_N29 +dffeas \text_gen|char_ram~11898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37241 ( +// Equation(s): +// \text_gen|char_ram~37241_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11898_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~11674_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11674_q ), + .datad(\text_gen|char_ram~11898_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37241 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37242 ( +// Equation(s): +// \text_gen|char_ram~37242_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37241_combout & ((\text_gen|char_ram~12010_q ))) # (!\text_gen|char_ram~37241_combout & (\text_gen|char_ram~11786_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37241_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11786_q ), + .datac(\text_gen|char_ram~12010_q ), + .datad(\text_gen|char_ram~37241_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37242 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11891feeder ( +// Equation(s): +// \text_gen|char_ram~11891feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11891feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11891feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11891feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y59_N13 +dffeas \text_gen|char_ram~11891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11891feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y59_N11 +dffeas \text_gen|char_ram~12003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y59_N21 +dffeas \text_gen|char_ram~11667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11779feeder ( +// Equation(s): +// \text_gen|char_ram~11779feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11779feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11779feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11779feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y51_N7 +dffeas \text_gen|char_ram~11779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11779feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37243 ( +// Equation(s): +// \text_gen|char_ram~37243_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~11779_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11667_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11667_q ), + .datad(\text_gen|char_ram~11779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37243 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37244 ( +// Equation(s): +// \text_gen|char_ram~37244_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37243_combout & ((\text_gen|char_ram~12003_q ))) # (!\text_gen|char_ram~37243_combout & (\text_gen|char_ram~11891_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37243_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11891_q ), + .datac(\text_gen|char_ram~12003_q ), + .datad(\text_gen|char_ram~37243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37244 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37245 ( +// Equation(s): +// \text_gen|char_ram~37245_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~37242_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37244_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37242_combout ), + .datad(\text_gen|char_ram~37244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37245 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y54_N9 +dffeas \text_gen|char_ram~11919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y58_N23 +dffeas \text_gen|char_ram~12031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11807feeder ( +// Equation(s): +// \text_gen|char_ram~11807feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11807feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11807feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11807feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y55_N13 +dffeas \text_gen|char_ram~11807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11807feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y58_N1 +dffeas \text_gen|char_ram~11695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37239 ( +// Equation(s): +// \text_gen|char_ram~37239_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~11807_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~11695_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11807_q ), + .datac(\text_gen|char_ram~11695_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37239 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37240 ( +// Equation(s): +// \text_gen|char_ram~37240_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37239_combout & ((\text_gen|char_ram~12031_q ))) # (!\text_gen|char_ram~37239_combout & (\text_gen|char_ram~11919_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37239_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11919_q ), + .datac(\text_gen|char_ram~12031_q ), + .datad(\text_gen|char_ram~37239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37240 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11814feeder ( +// Equation(s): +// \text_gen|char_ram~11814feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11814feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11814feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11814feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y58_N9 +dffeas \text_gen|char_ram~11814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11814feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y58_N1 +dffeas \text_gen|char_ram~12038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y58_N19 +dffeas \text_gen|char_ram~11702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11926feeder ( +// Equation(s): +// \text_gen|char_ram~11926feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11926feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11926feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11926feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y55_N25 +dffeas \text_gen|char_ram~11926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11926feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37246 ( +// Equation(s): +// \text_gen|char_ram~37246_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11926_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~11702_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11702_q ), + .datad(\text_gen|char_ram~11926_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37246 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37247 ( +// Equation(s): +// \text_gen|char_ram~37247_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37246_combout & ((\text_gen|char_ram~12038_q ))) # (!\text_gen|char_ram~37246_combout & (\text_gen|char_ram~11814_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37246_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11814_q ), + .datac(\text_gen|char_ram~12038_q ), + .datad(\text_gen|char_ram~37246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37247 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37248 ( +// Equation(s): +// \text_gen|char_ram~37248_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37245_combout & ((\text_gen|char_ram~37247_combout ))) # (!\text_gen|char_ram~37245_combout & (\text_gen|char_ram~37240_combout )))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~37245_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37245_combout ), + .datac(\text_gen|char_ram~37240_combout ), + .datad(\text_gen|char_ram~37247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37248 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~37248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11800feeder ( +// Equation(s): +// \text_gen|char_ram~11800feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11800feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11800feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11800feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y52_N31 +dffeas \text_gen|char_ram~11800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11800feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y51_N27 +dffeas \text_gen|char_ram~12024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y51_N21 +dffeas \text_gen|char_ram~11688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11912feeder ( +// Equation(s): +// \text_gen|char_ram~11912feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11912feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11912feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11912feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y59_N3 +dffeas \text_gen|char_ram~11912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11912feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37256 ( +// Equation(s): +// \text_gen|char_ram~37256_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~11912_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11688_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11688_q ), + .datad(\text_gen|char_ram~11912_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37256 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37257 ( +// Equation(s): +// \text_gen|char_ram~37257_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37256_combout & ((\text_gen|char_ram~12024_q ))) # (!\text_gen|char_ram~37256_combout & (\text_gen|char_ram~11800_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37256_combout )))) + + .dataa(\text_gen|char_ram~11800_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12024_q ), + .datad(\text_gen|char_ram~37256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37257 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11772feeder ( +// Equation(s): +// \text_gen|char_ram~11772feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y63_N17 +dffeas \text_gen|char_ram~11772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y63_N7 +dffeas \text_gen|char_ram~11996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y63_N29 +dffeas \text_gen|char_ram~11660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11884feeder ( +// Equation(s): +// \text_gen|char_ram~11884feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11884feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11884feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11884feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y59_N9 +dffeas \text_gen|char_ram~11884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11884feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37249 ( +// Equation(s): +// \text_gen|char_ram~37249_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~11884_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11660_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11660_q ), + .datad(\text_gen|char_ram~11884_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37249 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37250 ( +// Equation(s): +// \text_gen|char_ram~37250_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37249_combout & ((\text_gen|char_ram~11996_q ))) # (!\text_gen|char_ram~37249_combout & (\text_gen|char_ram~11772_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37249_combout )))) + + .dataa(\text_gen|char_ram~11772_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11996_q ), + .datad(\text_gen|char_ram~37249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37250 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y63_N29 +dffeas \text_gen|char_ram~11877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y63_N21 +dffeas \text_gen|char_ram~11989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y63_N3 +dffeas \text_gen|char_ram~11653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11765feeder ( +// Equation(s): +// \text_gen|char_ram~11765feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y63_N13 +dffeas \text_gen|char_ram~11765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37253 ( +// Equation(s): +// \text_gen|char_ram~37253_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~11765_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11653_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11653_q ), + .datad(\text_gen|char_ram~11765_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37253 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37254 ( +// Equation(s): +// \text_gen|char_ram~37254_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37253_combout & ((\text_gen|char_ram~11989_q ))) # (!\text_gen|char_ram~37253_combout & (\text_gen|char_ram~11877_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37253_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11877_q ), + .datac(\text_gen|char_ram~11989_q ), + .datad(\text_gen|char_ram~37253_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37254 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y66_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11793feeder ( +// Equation(s): +// \text_gen|char_ram~11793feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11793feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11793feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11793feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y66_N21 +dffeas \text_gen|char_ram~11793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11793feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y66_N11 +dffeas \text_gen|char_ram~11681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37251 ( +// Equation(s): +// \text_gen|char_ram~37251_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~11793_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~11681_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11793_q ), + .datac(\text_gen|char_ram~11681_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37251 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y66_N1 +dffeas \text_gen|char_ram~12017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y66_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11905feeder ( +// Equation(s): +// \text_gen|char_ram~11905feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11905feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11905feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11905feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y66_N5 +dffeas \text_gen|char_ram~11905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11905feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37252 ( +// Equation(s): +// \text_gen|char_ram~37252_combout = (\text_gen|char_ram~37251_combout & (((\text_gen|char_ram~12017_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~37251_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~11905_q )))) + + .dataa(\text_gen|char_ram~37251_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12017_q ), + .datad(\text_gen|char_ram~11905_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37252 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37255 ( +// Equation(s): +// \text_gen|char_ram~37255_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37252_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37254_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37254_combout ), + .datad(\text_gen|char_ram~37252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37255 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37258 ( +// Equation(s): +// \text_gen|char_ram~37258_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37255_combout & (\text_gen|char_ram~37257_combout )) # (!\text_gen|char_ram~37255_combout & ((\text_gen|char_ram~37250_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37255_combout )))) + + .dataa(\text_gen|char_ram~37257_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37250_combout ), + .datad(\text_gen|char_ram~37255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37258 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37259 ( +// Equation(s): +// \text_gen|char_ram~37259_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~37248_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~37258_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37248_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~37258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37259 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~37259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37270 ( +// Equation(s): +// \text_gen|char_ram~37270_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37259_combout & ((\text_gen|char_ram~37269_combout ))) # (!\text_gen|char_ram~37259_combout & (\text_gen|char_ram~37238_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37259_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37238_combout ), + .datac(\text_gen|char_ram~37269_combout ), + .datad(\text_gen|char_ram~37259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37270 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37313 ( +// Equation(s): +// \text_gen|char_ram~37313_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~37270_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~37312_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37312_combout ), + .datad(\text_gen|char_ram~37270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37313 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37356 ( +// Equation(s): +// \text_gen|char_ram~37356_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37313_combout & (\text_gen|char_ram~37355_combout )) # (!\text_gen|char_ram~37313_combout & ((\text_gen|char_ram~37228_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37313_combout )))) + + .dataa(\text_gen|char_ram~37355_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~37228_combout ), + .datad(\text_gen|char_ram~37313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37356 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37527 ( +// Equation(s): +// \text_gen|char_ram~37527_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~37356_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~37526_combout )))) + + .dataa(\text_gen|char_ram~37526_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~37356_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37527 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~37527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11303feeder ( +// Equation(s): +// \text_gen|char_ram~11303feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y17_N23 +dffeas \text_gen|char_ram~11303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y18_N25 +dffeas \text_gen|char_ram~11310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y18_N19 +dffeas \text_gen|char_ram~11275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11282feeder ( +// Equation(s): +// \text_gen|char_ram~11282feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11282feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N3 +dffeas \text_gen|char_ram~11282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37132 ( +// Equation(s): +// \text_gen|char_ram~37132_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11282_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11275_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11275_q ), + .datad(\text_gen|char_ram~11282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37132 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37133 ( +// Equation(s): +// \text_gen|char_ram~37133_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37132_combout & ((\text_gen|char_ram~11310_q ))) # (!\text_gen|char_ram~37132_combout & (\text_gen|char_ram~11303_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37132_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~11303_q ), + .datac(\text_gen|char_ram~11310_q ), + .datad(\text_gen|char_ram~37132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37133 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y10_N29 +dffeas \text_gen|char_ram~13067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y9_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13074feeder ( +// Equation(s): +// \text_gen|char_ram~13074feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N1 +dffeas \text_gen|char_ram~13074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37139 ( +// Equation(s): +// \text_gen|char_ram~37139_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13074_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13067_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13067_q ), + .datad(\text_gen|char_ram~13074_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37139 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y10_N17 +dffeas \text_gen|char_ram~13102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y10_N19 +dffeas \text_gen|char_ram~13095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37140 ( +// Equation(s): +// \text_gen|char_ram~37140_combout = (\text_gen|char_ram~37139_combout & (((\text_gen|char_ram~13102_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37139_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13095_q )))) + + .dataa(\text_gen|char_ram~37139_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13102_q ), + .datad(\text_gen|char_ram~13095_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37140 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9490feeder ( +// Equation(s): +// \text_gen|char_ram~9490feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9490feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y9_N29 +dffeas \text_gen|char_ram~9490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y9_N1 +dffeas \text_gen|char_ram~9518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y9_N19 +dffeas \text_gen|char_ram~9483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9511feeder ( +// Equation(s): +// \text_gen|char_ram~9511feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9511feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y10_N9 +dffeas \text_gen|char_ram~9511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37134 ( +// Equation(s): +// \text_gen|char_ram~37134_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~9511_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9483_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9483_q ), + .datad(\text_gen|char_ram~9511_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37134 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37135 ( +// Equation(s): +// \text_gen|char_ram~37135_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37134_combout & ((\text_gen|char_ram~9518_q ))) # (!\text_gen|char_ram~37134_combout & (\text_gen|char_ram~9490_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37134_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~9490_q ), + .datac(\text_gen|char_ram~9518_q ), + .datad(\text_gen|char_ram~37134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37135 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y11_N5 +dffeas \text_gen|char_ram~7698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y14_N7 +dffeas \text_gen|char_ram~7726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y14_N21 +dffeas \text_gen|char_ram~7691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y20_N29 +dffeas \text_gen|char_ram~7719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37136 ( +// Equation(s): +// \text_gen|char_ram~37136_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~7719_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7691_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7691_q ), + .datad(\text_gen|char_ram~7719_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37136 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37137 ( +// Equation(s): +// \text_gen|char_ram~37137_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37136_combout & ((\text_gen|char_ram~7726_q ))) # (!\text_gen|char_ram~37136_combout & (\text_gen|char_ram~7698_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37136_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7698_q ), + .datac(\text_gen|char_ram~7726_q ), + .datad(\text_gen|char_ram~37136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37137 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37138 ( +// Equation(s): +// \text_gen|char_ram~37138_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~37135_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~37137_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~37135_combout ), + .datad(\text_gen|char_ram~37137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37138 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37141 ( +// Equation(s): +// \text_gen|char_ram~37141_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37138_combout & ((\text_gen|char_ram~37140_combout ))) # (!\text_gen|char_ram~37138_combout & (\text_gen|char_ram~37133_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37138_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37133_combout ), + .datac(\text_gen|char_ram~37140_combout ), + .datad(\text_gen|char_ram~37138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37141 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y13_N13 +dffeas \text_gen|char_ram~11289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y13_N1 +dffeas \text_gen|char_ram~13081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y16_N5 +dffeas \text_gen|char_ram~7705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9497feeder ( +// Equation(s): +// \text_gen|char_ram~9497feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N25 +dffeas \text_gen|char_ram~9497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37101 ( +// Equation(s): +// \text_gen|char_ram~37101_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9497_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7705_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7705_q ), + .datad(\text_gen|char_ram~9497_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37101 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37102 ( +// Equation(s): +// \text_gen|char_ram~37102_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37101_combout & ((\text_gen|char_ram~13081_q ))) # (!\text_gen|char_ram~37101_combout & (\text_gen|char_ram~11289_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37101_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11289_q ), + .datac(\text_gen|char_ram~13081_q ), + .datad(\text_gen|char_ram~37101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37102 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11296feeder ( +// Equation(s): +// \text_gen|char_ram~11296feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11296feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N27 +dffeas \text_gen|char_ram~11296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y13_N13 +dffeas \text_gen|char_ram~7712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37108 ( +// Equation(s): +// \text_gen|char_ram~37108_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11296_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7712_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11296_q ), + .datac(\text_gen|char_ram~7712_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37108 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9504feeder ( +// Equation(s): +// \text_gen|char_ram~9504feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9504feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N27 +dffeas \text_gen|char_ram~9504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y13_N27 +dffeas \text_gen|char_ram~13088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37109 ( +// Equation(s): +// \text_gen|char_ram~37109_combout = (\text_gen|char_ram~37108_combout & (((\text_gen|char_ram~13088_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~37108_combout & (\text_gen|char_ram~9504_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~37108_combout ), + .datab(\text_gen|char_ram~9504_q ), + .datac(\text_gen|char_ram~13088_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37109 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9476feeder ( +// Equation(s): +// \text_gen|char_ram~9476feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9476feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9476feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9476feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y14_N17 +dffeas \text_gen|char_ram~9476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9476feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y14_N31 +dffeas \text_gen|char_ram~13060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y16_N29 +dffeas \text_gen|char_ram~11268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y16_N3 +dffeas \text_gen|char_ram~7684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37103 ( +// Equation(s): +// \text_gen|char_ram~37103_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11268_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7684_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11268_q ), + .datac(\text_gen|char_ram~7684_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37103 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37104 ( +// Equation(s): +// \text_gen|char_ram~37104_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37103_combout & ((\text_gen|char_ram~13060_q ))) # (!\text_gen|char_ram~37103_combout & (\text_gen|char_ram~9476_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37103_combout )))) + + .dataa(\text_gen|char_ram~9476_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13060_q ), + .datad(\text_gen|char_ram~37103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37104 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y14_N5 +dffeas \text_gen|char_ram~11261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y14_N29 +dffeas \text_gen|char_ram~13053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9469feeder ( +// Equation(s): +// \text_gen|char_ram~9469feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9469feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y10_N13 +dffeas \text_gen|char_ram~9469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y10_N7 +dffeas \text_gen|char_ram~7677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37105 ( +// Equation(s): +// \text_gen|char_ram~37105_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9469_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7677_q +// ))))) + + .dataa(\text_gen|char_ram~9469_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7677_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37105 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37106 ( +// Equation(s): +// \text_gen|char_ram~37106_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37105_combout & ((\text_gen|char_ram~13053_q ))) # (!\text_gen|char_ram~37105_combout & (\text_gen|char_ram~11261_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37105_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11261_q ), + .datac(\text_gen|char_ram~13053_q ), + .datad(\text_gen|char_ram~37105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37106 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37107 ( +// Equation(s): +// \text_gen|char_ram~37107_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37104_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37106_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37104_combout ), + .datad(\text_gen|char_ram~37106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37107 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37110 ( +// Equation(s): +// \text_gen|char_ram~37110_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37107_combout & ((\text_gen|char_ram~37109_combout ))) # (!\text_gen|char_ram~37107_combout & (\text_gen|char_ram~37102_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37107_combout )))) + + .dataa(\text_gen|char_ram~37102_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37109_combout ), + .datad(\text_gen|char_ram~37107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37110 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9413feeder ( +// Equation(s): +// \text_gen|char_ram~9413feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9413feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9413feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9413feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y13_N1 +dffeas \text_gen|char_ram~9413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9413feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y14_N15 +dffeas \text_gen|char_ram~12997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y14_N13 +dffeas \text_gen|char_ram~7621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y14_N23 +dffeas \text_gen|char_ram~11205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37125 ( +// Equation(s): +// \text_gen|char_ram~37125_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11205_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7621_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7621_q ), + .datad(\text_gen|char_ram~11205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37125 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37126 ( +// Equation(s): +// \text_gen|char_ram~37126_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37125_combout & ((\text_gen|char_ram~12997_q ))) # (!\text_gen|char_ram~37125_combout & (\text_gen|char_ram~9413_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37125_combout )))) + + .dataa(\text_gen|char_ram~9413_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12997_q ), + .datad(\text_gen|char_ram~37125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37126 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y36_N13 +dffeas \text_gen|char_ram~9441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y17_N19 +dffeas \text_gen|char_ram~13025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11233feeder ( +// Equation(s): +// \text_gen|char_ram~11233feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N27 +dffeas \text_gen|char_ram~11233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y17_N25 +dffeas \text_gen|char_ram~7649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37123 ( +// Equation(s): +// \text_gen|char_ram~37123_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11233_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7649_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11233_q ), + .datac(\text_gen|char_ram~7649_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37123 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37124 ( +// Equation(s): +// \text_gen|char_ram~37124_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37123_combout & ((\text_gen|char_ram~13025_q ))) # (!\text_gen|char_ram~37123_combout & (\text_gen|char_ram~9441_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37123_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9441_q ), + .datac(\text_gen|char_ram~13025_q ), + .datad(\text_gen|char_ram~37123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37124 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37127 ( +// Equation(s): +// \text_gen|char_ram~37127_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~37124_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37126_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37126_combout ), + .datad(\text_gen|char_ram~37124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37127 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11212feeder ( +// Equation(s): +// \text_gen|char_ram~11212feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N27 +dffeas \text_gen|char_ram~11212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y17_N11 +dffeas \text_gen|char_ram~13004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9420feeder ( +// Equation(s): +// \text_gen|char_ram~9420feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9420feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9420feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9420feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y17_N1 +dffeas \text_gen|char_ram~9420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9420feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y17_N17 +dffeas \text_gen|char_ram~7628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37121 ( +// Equation(s): +// \text_gen|char_ram~37121_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9420_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7628_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9420_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7628_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37121 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37122 ( +// Equation(s): +// \text_gen|char_ram~37122_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37121_combout & ((\text_gen|char_ram~13004_q ))) # (!\text_gen|char_ram~37121_combout & (\text_gen|char_ram~11212_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37121_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11212_q ), + .datac(\text_gen|char_ram~13004_q ), + .datad(\text_gen|char_ram~37121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37122 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11240feeder ( +// Equation(s): +// \text_gen|char_ram~11240feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11240feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11240feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11240feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y21_N5 +dffeas \text_gen|char_ram~11240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11240feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y17_N11 +dffeas \text_gen|char_ram~13032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y20_N11 +dffeas \text_gen|char_ram~9448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y17_N21 +dffeas \text_gen|char_ram~7656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37128 ( +// Equation(s): +// \text_gen|char_ram~37128_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9448_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7656_q +// ))))) + + .dataa(\text_gen|char_ram~9448_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7656_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37128 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37129 ( +// Equation(s): +// \text_gen|char_ram~37129_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37128_combout & ((\text_gen|char_ram~13032_q ))) # (!\text_gen|char_ram~37128_combout & (\text_gen|char_ram~11240_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37128_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11240_q ), + .datac(\text_gen|char_ram~13032_q ), + .datad(\text_gen|char_ram~37128_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37129 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37130 ( +// Equation(s): +// \text_gen|char_ram~37130_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37127_combout & ((\text_gen|char_ram~37129_combout ))) # (!\text_gen|char_ram~37127_combout & (\text_gen|char_ram~37122_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~37127_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37127_combout ), + .datac(\text_gen|char_ram~37122_combout ), + .datad(\text_gen|char_ram~37129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37130 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~37130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y22_N7 +dffeas \text_gen|char_ram~13018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y22_N9 +dffeas \text_gen|char_ram~13046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y18_N19 +dffeas \text_gen|char_ram~13011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13039feeder ( +// Equation(s): +// \text_gen|char_ram~13039feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y18_N25 +dffeas \text_gen|char_ram~13039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37118 ( +// Equation(s): +// \text_gen|char_ram~37118_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13039_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13011_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13011_q ), + .datad(\text_gen|char_ram~13039_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37118 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37119 ( +// Equation(s): +// \text_gen|char_ram~37119_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37118_combout & ((\text_gen|char_ram~13046_q ))) # (!\text_gen|char_ram~37118_combout & (\text_gen|char_ram~13018_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37118_combout )))) + + .dataa(\text_gen|char_ram~13018_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13046_q ), + .datad(\text_gen|char_ram~37118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37119 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9455feeder ( +// Equation(s): +// \text_gen|char_ram~9455feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y13_N5 +dffeas \text_gen|char_ram~9455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y13_N23 +dffeas \text_gen|char_ram~9462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y13_N9 +dffeas \text_gen|char_ram~9427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y24_N21 +dffeas \text_gen|char_ram~9434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37111 ( +// Equation(s): +// \text_gen|char_ram~37111_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~9434_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9427_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9427_q ), + .datad(\text_gen|char_ram~9434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37111 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37112 ( +// Equation(s): +// \text_gen|char_ram~37112_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37111_combout & ((\text_gen|char_ram~9462_q ))) # (!\text_gen|char_ram~37111_combout & (\text_gen|char_ram~9455_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37111_combout )))) + + .dataa(\text_gen|char_ram~9455_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9462_q ), + .datad(\text_gen|char_ram~37111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37112 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11226feeder ( +// Equation(s): +// \text_gen|char_ram~11226feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N9 +dffeas \text_gen|char_ram~11226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y20_N1 +dffeas \text_gen|char_ram~11254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y18_N9 +dffeas \text_gen|char_ram~11219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y18_N11 +dffeas \text_gen|char_ram~11247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37113 ( +// Equation(s): +// \text_gen|char_ram~37113_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~11247_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11219_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11219_q ), + .datad(\text_gen|char_ram~11247_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37113 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37114 ( +// Equation(s): +// \text_gen|char_ram~37114_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37113_combout & ((\text_gen|char_ram~11254_q ))) # (!\text_gen|char_ram~37113_combout & (\text_gen|char_ram~11226_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37113_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11226_q ), + .datac(\text_gen|char_ram~11254_q ), + .datad(\text_gen|char_ram~37113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37114 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7663feeder ( +// Equation(s): +// \text_gen|char_ram~7663feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y16_N13 +dffeas \text_gen|char_ram~7663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y20_N23 +dffeas \text_gen|char_ram~7670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N29 +dffeas \text_gen|char_ram~7635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y18_N5 +dffeas \text_gen|char_ram~7642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37115 ( +// Equation(s): +// \text_gen|char_ram~37115_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~7642_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7635_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7635_q ), + .datad(\text_gen|char_ram~7642_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37115 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37116 ( +// Equation(s): +// \text_gen|char_ram~37116_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37115_combout & ((\text_gen|char_ram~7670_q ))) # (!\text_gen|char_ram~37115_combout & (\text_gen|char_ram~7663_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37115_combout )))) + + .dataa(\text_gen|char_ram~7663_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7670_q ), + .datad(\text_gen|char_ram~37115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37116 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37117 ( +// Equation(s): +// \text_gen|char_ram~37117_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~37114_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~37116_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~37114_combout ), + .datac(\text_gen|char_ram~37116_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37117 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37120 ( +// Equation(s): +// \text_gen|char_ram~37120_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37117_combout & (\text_gen|char_ram~37119_combout )) # (!\text_gen|char_ram~37117_combout & ((\text_gen|char_ram~37112_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37117_combout )))) + + .dataa(\text_gen|char_ram~37119_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~37112_combout ), + .datad(\text_gen|char_ram~37117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37120 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37131 ( +// Equation(s): +// \text_gen|char_ram~37131_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~37120_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37130_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37130_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~37120_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37131 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~37131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37142 ( +// Equation(s): +// \text_gen|char_ram~37142_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37131_combout & (\text_gen|char_ram~37141_combout )) # (!\text_gen|char_ram~37131_combout & ((\text_gen|char_ram~37110_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37131_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37141_combout ), + .datac(\text_gen|char_ram~37110_combout ), + .datad(\text_gen|char_ram~37131_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37142 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y12_N21 +dffeas \text_gen|char_ram~9721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9728feeder ( +// Equation(s): +// \text_gen|char_ram~9728feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9728feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y16_N19 +dffeas \text_gen|char_ram~9728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37090 ( +// Equation(s): +// \text_gen|char_ram~37090_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~9728_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9721_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9721_q ), + .datad(\text_gen|char_ram~9728_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37090 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y12_N5 +dffeas \text_gen|char_ram~9742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y12_N19 +dffeas \text_gen|char_ram~9735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37091 ( +// Equation(s): +// \text_gen|char_ram~37091_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37090_combout & (\text_gen|char_ram~9742_q )) # (!\text_gen|char_ram~37090_combout & ((\text_gen|char_ram~9735_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37090_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~37090_combout ), + .datac(\text_gen|char_ram~9742_q ), + .datad(\text_gen|char_ram~9735_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37091 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13319feeder ( +// Equation(s): +// \text_gen|char_ram~13319feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13319feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y18_N29 +dffeas \text_gen|char_ram~13319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y18_N23 +dffeas \text_gen|char_ram~13326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y18_N29 +dffeas \text_gen|char_ram~13305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13312feeder ( +// Equation(s): +// \text_gen|char_ram~13312feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y14_N9 +dffeas \text_gen|char_ram~13312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37097 ( +// Equation(s): +// \text_gen|char_ram~37097_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13312_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13305_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13305_q ), + .datad(\text_gen|char_ram~13312_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37097 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37098 ( +// Equation(s): +// \text_gen|char_ram~37098_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37097_combout & ((\text_gen|char_ram~13326_q ))) # (!\text_gen|char_ram~37097_combout & (\text_gen|char_ram~13319_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37097_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13319_q ), + .datac(\text_gen|char_ram~13326_q ), + .datad(\text_gen|char_ram~37097_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37098 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y14_N5 +dffeas \text_gen|char_ram~9707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y14_N7 +dffeas \text_gen|char_ram~9714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y14_N29 +dffeas \text_gen|char_ram~9693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y14_N27 +dffeas \text_gen|char_ram~9700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37094 ( +// Equation(s): +// \text_gen|char_ram~37094_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~9700_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9693_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9693_q ), + .datad(\text_gen|char_ram~9700_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37094 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37095 ( +// Equation(s): +// \text_gen|char_ram~37095_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37094_combout & ((\text_gen|char_ram~9714_q ))) # (!\text_gen|char_ram~37094_combout & (\text_gen|char_ram~9707_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37094_combout )))) + + .dataa(\text_gen|char_ram~9707_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9714_q ), + .datad(\text_gen|char_ram~37094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37095 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N3 +dffeas \text_gen|char_ram~13277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y21_N27 +dffeas \text_gen|char_ram~13284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37092 ( +// Equation(s): +// \text_gen|char_ram~37092_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13284_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13277_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13277_q ), + .datad(\text_gen|char_ram~13284_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37092 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N5 +dffeas \text_gen|char_ram~13298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13291feeder ( +// Equation(s): +// \text_gen|char_ram~13291feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y13_N7 +dffeas \text_gen|char_ram~13291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37093 ( +// Equation(s): +// \text_gen|char_ram~37093_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37092_combout & (\text_gen|char_ram~13298_q )) # (!\text_gen|char_ram~37092_combout & ((\text_gen|char_ram~13291_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~37092_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~37092_combout ), + .datac(\text_gen|char_ram~13298_q ), + .datad(\text_gen|char_ram~13291_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37093 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37096 ( +// Equation(s): +// \text_gen|char_ram~37096_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~37093_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~37095_combout )))) + + .dataa(\text_gen|char_ram~37095_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~37093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37096 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~37096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37099 ( +// Equation(s): +// \text_gen|char_ram~37099_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37096_combout & ((\text_gen|char_ram~37098_combout ))) # (!\text_gen|char_ram~37096_combout & (\text_gen|char_ram~37091_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37096_combout )))) + + .dataa(\text_gen|char_ram~37091_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37098_combout ), + .datad(\text_gen|char_ram~37096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37099 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9686feeder ( +// Equation(s): +// \text_gen|char_ram~9686feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9686feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9686feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9686feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y20_N9 +dffeas \text_gen|char_ram~9686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9686feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13270feeder ( +// Equation(s): +// \text_gen|char_ram~13270feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N21 +dffeas \text_gen|char_ram~13270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13256feeder ( +// Equation(s): +// \text_gen|char_ram~13256feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13256feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y19_N27 +dffeas \text_gen|char_ram~13256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y21_N13 +dffeas \text_gen|char_ram~9672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37066 ( +// Equation(s): +// \text_gen|char_ram~37066_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~13256_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~9672_q ))))) + + .dataa(\text_gen|char_ram~13256_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9672_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37066 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37067 ( +// Equation(s): +// \text_gen|char_ram~37067_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37066_combout & ((\text_gen|char_ram~13270_q ))) # (!\text_gen|char_ram~37066_combout & (\text_gen|char_ram~9686_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37066_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9686_q ), + .datac(\text_gen|char_ram~13270_q ), + .datad(\text_gen|char_ram~37066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37067 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9658feeder ( +// Equation(s): +// \text_gen|char_ram~9658feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9658feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y24_N9 +dffeas \text_gen|char_ram~9658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y24_N13 +dffeas \text_gen|char_ram~13242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y24_N9 +dffeas \text_gen|char_ram~13228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y24_N11 +dffeas \text_gen|char_ram~9644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37059 ( +// Equation(s): +// \text_gen|char_ram~37059_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~13228_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~9644_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13228_q ), + .datac(\text_gen|char_ram~9644_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37059 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37060 ( +// Equation(s): +// \text_gen|char_ram~37060_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37059_combout & ((\text_gen|char_ram~13242_q ))) # (!\text_gen|char_ram~37059_combout & (\text_gen|char_ram~9658_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37059_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9658_q ), + .datac(\text_gen|char_ram~13242_q ), + .datad(\text_gen|char_ram~37059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37060 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9679feeder ( +// Equation(s): +// \text_gen|char_ram~9679feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y19_N1 +dffeas \text_gen|char_ram~9679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y20_N23 +dffeas \text_gen|char_ram~13263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y21_N11 +dffeas \text_gen|char_ram~13249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y21_N5 +dffeas \text_gen|char_ram~9665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37061 ( +// Equation(s): +// \text_gen|char_ram~37061_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~13249_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~9665_q ))))) + + .dataa(\text_gen|char_ram~13249_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9665_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37061 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37062 ( +// Equation(s): +// \text_gen|char_ram~37062_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37061_combout & ((\text_gen|char_ram~13263_q ))) # (!\text_gen|char_ram~37061_combout & (\text_gen|char_ram~9679_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37061_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9679_q ), + .datac(\text_gen|char_ram~13263_q ), + .datad(\text_gen|char_ram~37061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37062 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y18_N3 +dffeas \text_gen|char_ram~9651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y18_N25 +dffeas \text_gen|char_ram~13235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y18_N19 +dffeas \text_gen|char_ram~13221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y18_N25 +dffeas \text_gen|char_ram~9637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37063 ( +// Equation(s): +// \text_gen|char_ram~37063_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~13221_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~9637_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13221_q ), + .datac(\text_gen|char_ram~9637_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37063 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37064 ( +// Equation(s): +// \text_gen|char_ram~37064_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37063_combout & ((\text_gen|char_ram~13235_q ))) # (!\text_gen|char_ram~37063_combout & (\text_gen|char_ram~9651_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37063_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9651_q ), + .datac(\text_gen|char_ram~13235_q ), + .datad(\text_gen|char_ram~37063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37064 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37065 ( +// Equation(s): +// \text_gen|char_ram~37065_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37062_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37064_combout ))))) + + .dataa(\text_gen|char_ram~37062_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37065 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~37065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37068 ( +// Equation(s): +// \text_gen|char_ram~37068_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37065_combout & (\text_gen|char_ram~37067_combout )) # (!\text_gen|char_ram~37065_combout & ((\text_gen|char_ram~37060_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37065_combout )))) + + .dataa(\text_gen|char_ram~37067_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37060_combout ), + .datad(\text_gen|char_ram~37065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37068 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y23_N31 +dffeas \text_gen|char_ram~7866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y23_N29 +dffeas \text_gen|char_ram~11450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11436feeder ( +// Equation(s): +// \text_gen|char_ram~11436feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11436feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11436feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11436feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y16_N13 +dffeas \text_gen|char_ram~11436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11436feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y23_N19 +dffeas \text_gen|char_ram~7852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37079 ( +// Equation(s): +// \text_gen|char_ram~37079_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11436_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7852_q ))))) + + .dataa(\text_gen|char_ram~11436_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7852_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37079 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37080 ( +// Equation(s): +// \text_gen|char_ram~37080_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37079_combout & ((\text_gen|char_ram~11450_q ))) # (!\text_gen|char_ram~37079_combout & (\text_gen|char_ram~7866_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37079_combout )))) + + .dataa(\text_gen|char_ram~7866_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11450_q ), + .datad(\text_gen|char_ram~37079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37080 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y20_N17 +dffeas \text_gen|char_ram~7887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y20_N29 +dffeas \text_gen|char_ram~11471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11457feeder ( +// Equation(s): +// \text_gen|char_ram~11457feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11457feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y21_N31 +dffeas \text_gen|char_ram~11457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y20_N7 +dffeas \text_gen|char_ram~7873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37081 ( +// Equation(s): +// \text_gen|char_ram~37081_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11457_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7873_q ))))) + + .dataa(\text_gen|char_ram~11457_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7873_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37081 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37082 ( +// Equation(s): +// \text_gen|char_ram~37082_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37081_combout & ((\text_gen|char_ram~11471_q ))) # (!\text_gen|char_ram~37081_combout & (\text_gen|char_ram~7887_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37081_combout )))) + + .dataa(\text_gen|char_ram~7887_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11471_q ), + .datad(\text_gen|char_ram~37081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37082 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y19_N1 +dffeas \text_gen|char_ram~7859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y20_N29 +dffeas \text_gen|char_ram~11443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11429feeder ( +// Equation(s): +// \text_gen|char_ram~11429feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y16_N29 +dffeas \text_gen|char_ram~11429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y20_N19 +dffeas \text_gen|char_ram~7845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37083 ( +// Equation(s): +// \text_gen|char_ram~37083_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11429_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7845_q ))))) + + .dataa(\text_gen|char_ram~11429_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7845_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37083 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37084 ( +// Equation(s): +// \text_gen|char_ram~37084_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37083_combout & ((\text_gen|char_ram~11443_q ))) # (!\text_gen|char_ram~37083_combout & (\text_gen|char_ram~7859_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37083_combout )))) + + .dataa(\text_gen|char_ram~7859_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11443_q ), + .datad(\text_gen|char_ram~37083_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37084 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37085 ( +// Equation(s): +// \text_gen|char_ram~37085_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37082_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37084_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37082_combout ), + .datad(\text_gen|char_ram~37084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37085 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y20_N5 +dffeas \text_gen|char_ram~7894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y20_N5 +dffeas \text_gen|char_ram~11478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11464feeder ( +// Equation(s): +// \text_gen|char_ram~11464feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11464feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y24_N17 +dffeas \text_gen|char_ram~11464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y20_N19 +dffeas \text_gen|char_ram~7880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37086 ( +// Equation(s): +// \text_gen|char_ram~37086_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11464_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7880_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~11464_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7880_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~37086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37086 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37087 ( +// Equation(s): +// \text_gen|char_ram~37087_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37086_combout & ((\text_gen|char_ram~11478_q ))) # (!\text_gen|char_ram~37086_combout & (\text_gen|char_ram~7894_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37086_combout )))) + + .dataa(\text_gen|char_ram~7894_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11478_q ), + .datad(\text_gen|char_ram~37086_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37087 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37088 ( +// Equation(s): +// \text_gen|char_ram~37088_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37085_combout & ((\text_gen|char_ram~37087_combout ))) # (!\text_gen|char_ram~37085_combout & (\text_gen|char_ram~37080_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37085_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37080_combout ), + .datac(\text_gen|char_ram~37085_combout ), + .datad(\text_gen|char_ram~37087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37088 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~37088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7922feeder ( +// Equation(s): +// \text_gen|char_ram~7922feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y15_N1 +dffeas \text_gen|char_ram~7922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y16_N11 +dffeas \text_gen|char_ram~7950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y16_N13 +dffeas \text_gen|char_ram~7908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7936feeder ( +// Equation(s): +// \text_gen|char_ram~7936feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7936feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y16_N1 +dffeas \text_gen|char_ram~7936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37069 ( +// Equation(s): +// \text_gen|char_ram~37069_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~7936_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7908_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7908_q ), + .datad(\text_gen|char_ram~7936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37069 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37070 ( +// Equation(s): +// \text_gen|char_ram~37070_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37069_combout & ((\text_gen|char_ram~7950_q ))) # (!\text_gen|char_ram~37069_combout & (\text_gen|char_ram~7922_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37069_combout )))) + + .dataa(\text_gen|char_ram~7922_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7950_q ), + .datad(\text_gen|char_ram~37069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37070 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y17_N29 +dffeas \text_gen|char_ram~11506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y17_N27 +dffeas \text_gen|char_ram~11534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y13_N23 +dffeas \text_gen|char_ram~11492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y13_N13 +dffeas \text_gen|char_ram~11520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37076 ( +// Equation(s): +// \text_gen|char_ram~37076_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~11520_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11492_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11492_q ), + .datad(\text_gen|char_ram~11520_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37076 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37077 ( +// Equation(s): +// \text_gen|char_ram~37077_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37076_combout & ((\text_gen|char_ram~11534_q ))) # (!\text_gen|char_ram~37076_combout & (\text_gen|char_ram~11506_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37076_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11506_q ), + .datac(\text_gen|char_ram~11534_q ), + .datad(\text_gen|char_ram~37076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37077 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N21 +dffeas \text_gen|char_ram~7915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y24_N5 +dffeas \text_gen|char_ram~7943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y16_N29 +dffeas \text_gen|char_ram~7929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y16_N23 +dffeas \text_gen|char_ram~7901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37073 ( +// Equation(s): +// \text_gen|char_ram~37073_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~7929_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~7901_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7929_q ), + .datac(\text_gen|char_ram~7901_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~37073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37073 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37074 ( +// Equation(s): +// \text_gen|char_ram~37074_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37073_combout & ((\text_gen|char_ram~7943_q ))) # (!\text_gen|char_ram~37073_combout & (\text_gen|char_ram~7915_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37073_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7915_q ), + .datac(\text_gen|char_ram~7943_q ), + .datad(\text_gen|char_ram~37073_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37074 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11499feeder ( +// Equation(s): +// \text_gen|char_ram~11499feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y18_N23 +dffeas \text_gen|char_ram~11499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y24_N11 +dffeas \text_gen|char_ram~11527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y20_N21 +dffeas \text_gen|char_ram~11513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y20_N19 +dffeas \text_gen|char_ram~11485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37071 ( +// Equation(s): +// \text_gen|char_ram~37071_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~11513_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~11485_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~11513_q ), + .datac(\text_gen|char_ram~11485_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~37071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37071 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37072 ( +// Equation(s): +// \text_gen|char_ram~37072_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37071_combout & ((\text_gen|char_ram~11527_q ))) # (!\text_gen|char_ram~37071_combout & (\text_gen|char_ram~11499_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37071_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11499_q ), + .datac(\text_gen|char_ram~11527_q ), + .datad(\text_gen|char_ram~37071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37072 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37075 ( +// Equation(s): +// \text_gen|char_ram~37075_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37072_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37074_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37074_combout ), + .datad(\text_gen|char_ram~37072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37075 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37078 ( +// Equation(s): +// \text_gen|char_ram~37078_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37075_combout & ((\text_gen|char_ram~37077_combout ))) # (!\text_gen|char_ram~37075_combout & (\text_gen|char_ram~37070_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37075_combout )))) + + .dataa(\text_gen|char_ram~37070_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37077_combout ), + .datad(\text_gen|char_ram~37075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37078 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37089 ( +// Equation(s): +// \text_gen|char_ram~37089_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~37078_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~37088_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~37088_combout ), + .datad(\text_gen|char_ram~37078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37089 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37100 ( +// Equation(s): +// \text_gen|char_ram~37100_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37089_combout & (\text_gen|char_ram~37099_combout )) # (!\text_gen|char_ram~37089_combout & ((\text_gen|char_ram~37068_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37089_combout )))) + + .dataa(\text_gen|char_ram~37099_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~37068_combout ), + .datad(\text_gen|char_ram~37089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37100 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37143 ( +// Equation(s): +// \text_gen|char_ram~37143_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~37100_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37142_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37142_combout ), + .datad(\text_gen|char_ram~37100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37143 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13410feeder ( +// Equation(s): +// \text_gen|char_ram~13410feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13410feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13410feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13410feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y10_N29 +dffeas \text_gen|char_ram~13410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13410feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y13_N17 +dffeas \text_gen|char_ram~13438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y13_N19 +dffeas \text_gen|char_ram~13354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13382feeder ( +// Equation(s): +// \text_gen|char_ram~13382feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13382feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13382feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13382feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y17_N13 +dffeas \text_gen|char_ram~13382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13382feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37182 ( +// Equation(s): +// \text_gen|char_ram~37182_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~13382_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13354_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13354_q ), + .datad(\text_gen|char_ram~13382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37182 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37183 ( +// Equation(s): +// \text_gen|char_ram~37183_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37182_combout & ((\text_gen|char_ram~13438_q ))) # (!\text_gen|char_ram~37182_combout & (\text_gen|char_ram~13410_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37182_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13410_q ), + .datac(\text_gen|char_ram~13438_q ), + .datad(\text_gen|char_ram~37182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37183 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y13_N29 +dffeas \text_gen|char_ram~13403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y17_N23 +dffeas \text_gen|char_ram~13431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y17_N25 +dffeas \text_gen|char_ram~13375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y17_N15 +dffeas \text_gen|char_ram~13347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37175 ( +// Equation(s): +// \text_gen|char_ram~37175_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~13375_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~13347_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13375_q ), + .datac(\text_gen|char_ram~13347_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37175 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37176 ( +// Equation(s): +// \text_gen|char_ram~37176_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37175_combout & ((\text_gen|char_ram~13431_q ))) # (!\text_gen|char_ram~37175_combout & (\text_gen|char_ram~13403_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37175_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13403_q ), + .datac(\text_gen|char_ram~13431_q ), + .datad(\text_gen|char_ram~37175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37176 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11611feeder ( +// Equation(s): +// \text_gen|char_ram~11611feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11611feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y18_N31 +dffeas \text_gen|char_ram~11611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y17_N3 +dffeas \text_gen|char_ram~11639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11583feeder ( +// Equation(s): +// \text_gen|char_ram~11583feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11583feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11583feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11583feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N13 +dffeas \text_gen|char_ram~11583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11583feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y17_N21 +dffeas \text_gen|char_ram~11555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37179 ( +// Equation(s): +// \text_gen|char_ram~37179_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~11583_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~11555_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~11583_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11555_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~37179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37179 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37180 ( +// Equation(s): +// \text_gen|char_ram~37180_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37179_combout & ((\text_gen|char_ram~11639_q ))) # (!\text_gen|char_ram~37179_combout & (\text_gen|char_ram~11611_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37179_combout )))) + + .dataa(\text_gen|char_ram~11611_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11639_q ), + .datad(\text_gen|char_ram~37179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37180 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11618feeder ( +// Equation(s): +// \text_gen|char_ram~11618feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11618feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y18_N25 +dffeas \text_gen|char_ram~11618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y16_N27 +dffeas \text_gen|char_ram~11646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11590feeder ( +// Equation(s): +// \text_gen|char_ram~11590feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11590feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11590feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11590feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y20_N5 +dffeas \text_gen|char_ram~11590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11590feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y16_N17 +dffeas \text_gen|char_ram~11562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37177 ( +// Equation(s): +// \text_gen|char_ram~37177_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~11590_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~11562_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~11590_q ), + .datac(\text_gen|char_ram~11562_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~37177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37177 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37178 ( +// Equation(s): +// \text_gen|char_ram~37178_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37177_combout & ((\text_gen|char_ram~11646_q ))) # (!\text_gen|char_ram~37177_combout & (\text_gen|char_ram~11618_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37177_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11618_q ), + .datac(\text_gen|char_ram~11646_q ), + .datad(\text_gen|char_ram~37177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37178 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37181 ( +// Equation(s): +// \text_gen|char_ram~37181_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~37178_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37180_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37180_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~37178_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37181 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~37181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37184 ( +// Equation(s): +// \text_gen|char_ram~37184_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37181_combout & (\text_gen|char_ram~37183_combout )) # (!\text_gen|char_ram~37181_combout & ((\text_gen|char_ram~37176_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37181_combout )))) + + .dataa(\text_gen|char_ram~37183_combout ), + .datab(\text_gen|char_ram~37176_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~37181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37184 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~37184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y12_N29 +dffeas \text_gen|char_ram~8062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y12_N15 +dffeas \text_gen|char_ram~9854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y20_N27 +dffeas \text_gen|char_ram~9798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y20_N17 +dffeas \text_gen|char_ram~8006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37161 ( +// Equation(s): +// \text_gen|char_ram~37161_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9798_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8006_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~9798_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8006_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~37161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37161 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37162 ( +// Equation(s): +// \text_gen|char_ram~37162_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37161_combout & ((\text_gen|char_ram~9854_q ))) # (!\text_gen|char_ram~37161_combout & (\text_gen|char_ram~8062_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37161_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8062_q ), + .datac(\text_gen|char_ram~9854_q ), + .datad(\text_gen|char_ram~37161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37162 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N31 +dffeas \text_gen|char_ram~8027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y13_N9 +dffeas \text_gen|char_ram~9819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y13_N31 +dffeas \text_gen|char_ram~9763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N31 +dffeas \text_gen|char_ram~7971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37158 ( +// Equation(s): +// \text_gen|char_ram~37158_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9763_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7971_q ))))) + + .dataa(\text_gen|char_ram~9763_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7971_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37158 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37159 ( +// Equation(s): +// \text_gen|char_ram~37159_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37158_combout & ((\text_gen|char_ram~9819_q ))) # (!\text_gen|char_ram~37158_combout & (\text_gen|char_ram~8027_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37158_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8027_q ), + .datac(\text_gen|char_ram~9819_q ), + .datad(\text_gen|char_ram~37158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37159 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y20_N19 +dffeas \text_gen|char_ram~8055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y13_N19 +dffeas \text_gen|char_ram~9847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y20_N19 +dffeas \text_gen|char_ram~7999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y20_N29 +dffeas \text_gen|char_ram~9791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37156 ( +// Equation(s): +// \text_gen|char_ram~37156_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~9791_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7999_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7999_q ), + .datad(\text_gen|char_ram~9791_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37156 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37157 ( +// Equation(s): +// \text_gen|char_ram~37157_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37156_combout & ((\text_gen|char_ram~9847_q ))) # (!\text_gen|char_ram~37156_combout & (\text_gen|char_ram~8055_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37156_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8055_q ), + .datac(\text_gen|char_ram~9847_q ), + .datad(\text_gen|char_ram~37156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37157 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37160 ( +// Equation(s): +// \text_gen|char_ram~37160_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~37157_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37159_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37159_combout ), + .datad(\text_gen|char_ram~37157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37160 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y17_N5 +dffeas \text_gen|char_ram~9770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y18_N19 +dffeas \text_gen|char_ram~7978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37154 ( +// Equation(s): +// \text_gen|char_ram~37154_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9770_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7978_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9770_q ), + .datac(\text_gen|char_ram~7978_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37154 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9826feeder ( +// Equation(s): +// \text_gen|char_ram~9826feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9826feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y12_N17 +dffeas \text_gen|char_ram~9826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N27 +dffeas \text_gen|char_ram~8034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37155 ( +// Equation(s): +// \text_gen|char_ram~37155_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37154_combout & (\text_gen|char_ram~9826_q )) # (!\text_gen|char_ram~37154_combout & ((\text_gen|char_ram~8034_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~37154_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37154_combout ), + .datac(\text_gen|char_ram~9826_q ), + .datad(\text_gen|char_ram~8034_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37155 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37163 ( +// Equation(s): +// \text_gen|char_ram~37163_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37160_combout & (\text_gen|char_ram~37162_combout )) # (!\text_gen|char_ram~37160_combout & ((\text_gen|char_ram~37155_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37160_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37162_combout ), + .datac(\text_gen|char_ram~37160_combout ), + .datad(\text_gen|char_ram~37155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37163 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~37163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y20_N23 +dffeas \text_gen|char_ram~8048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N27 +dffeas \text_gen|char_ram~9840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9784feeder ( +// Equation(s): +// \text_gen|char_ram~9784feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9784feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9784feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9784feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y20_N25 +dffeas \text_gen|char_ram~9784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9784feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N17 +dffeas \text_gen|char_ram~7992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37171 ( +// Equation(s): +// \text_gen|char_ram~37171_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9784_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7992_q ))))) + + .dataa(\text_gen|char_ram~9784_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7992_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37171 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37172 ( +// Equation(s): +// \text_gen|char_ram~37172_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37171_combout & ((\text_gen|char_ram~9840_q ))) # (!\text_gen|char_ram~37171_combout & (\text_gen|char_ram~8048_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37171_combout )))) + + .dataa(\text_gen|char_ram~8048_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9840_q ), + .datad(\text_gen|char_ram~37171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37172 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8013feeder ( +// Equation(s): +// \text_gen|char_ram~8013feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8013feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8013feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8013feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y12_N5 +dffeas \text_gen|char_ram~8013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8013feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y12_N9 +dffeas \text_gen|char_ram~9805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9749feeder ( +// Equation(s): +// \text_gen|char_ram~9749feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9749feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9749feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9749feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y13_N31 +dffeas \text_gen|char_ram~9749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9749feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y12_N19 +dffeas \text_gen|char_ram~7957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37168 ( +// Equation(s): +// \text_gen|char_ram~37168_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9749_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7957_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9749_q ), + .datac(\text_gen|char_ram~7957_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37168 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37169 ( +// Equation(s): +// \text_gen|char_ram~37169_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37168_combout & ((\text_gen|char_ram~9805_q ))) # (!\text_gen|char_ram~37168_combout & (\text_gen|char_ram~8013_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37168_combout )))) + + .dataa(\text_gen|char_ram~8013_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9805_q ), + .datad(\text_gen|char_ram~37168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37169 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y12_N13 +dffeas \text_gen|char_ram~8020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y12_N23 +dffeas \text_gen|char_ram~9812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y12_N25 +dffeas \text_gen|char_ram~9756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y12_N5 +dffeas \text_gen|char_ram~7964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37166 ( +// Equation(s): +// \text_gen|char_ram~37166_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9756_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7964_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9756_q ), + .datac(\text_gen|char_ram~7964_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37166 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37167 ( +// Equation(s): +// \text_gen|char_ram~37167_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37166_combout & ((\text_gen|char_ram~9812_q ))) # (!\text_gen|char_ram~37166_combout & (\text_gen|char_ram~8020_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37166_combout )))) + + .dataa(\text_gen|char_ram~8020_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9812_q ), + .datad(\text_gen|char_ram~37166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37167 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37170 ( +// Equation(s): +// \text_gen|char_ram~37170_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37167_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37169_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37169_combout ), + .datad(\text_gen|char_ram~37167_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37170 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y20_N25 +dffeas \text_gen|char_ram~8041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y16_N5 +dffeas \text_gen|char_ram~9833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y20_N31 +dffeas \text_gen|char_ram~7985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y20_N29 +dffeas \text_gen|char_ram~9777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37164 ( +// Equation(s): +// \text_gen|char_ram~37164_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~9777_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7985_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7985_q ), + .datad(\text_gen|char_ram~9777_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37164 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37165 ( +// Equation(s): +// \text_gen|char_ram~37165_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37164_combout & ((\text_gen|char_ram~9833_q ))) # (!\text_gen|char_ram~37164_combout & (\text_gen|char_ram~8041_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37164_combout )))) + + .dataa(\text_gen|char_ram~8041_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9833_q ), + .datad(\text_gen|char_ram~37164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37165 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37173 ( +// Equation(s): +// \text_gen|char_ram~37173_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37170_combout & (\text_gen|char_ram~37172_combout )) # (!\text_gen|char_ram~37170_combout & ((\text_gen|char_ram~37165_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37170_combout )))) + + .dataa(\text_gen|char_ram~37172_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37170_combout ), + .datad(\text_gen|char_ram~37165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37173 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37174 ( +// Equation(s): +// \text_gen|char_ram~37174_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~37163_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~37173_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37163_combout ), + .datad(\text_gen|char_ram~37173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37174 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N29 +dffeas \text_gen|char_ram~11604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y10_N21 +dffeas \text_gen|char_ram~13396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y12_N3 +dffeas \text_gen|char_ram~13340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y10_N19 +dffeas \text_gen|char_ram~11548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37146 ( +// Equation(s): +// \text_gen|char_ram~37146_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~13340_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11548_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13340_q ), + .datac(\text_gen|char_ram~11548_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37146 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37147 ( +// Equation(s): +// \text_gen|char_ram~37147_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37146_combout & ((\text_gen|char_ram~13396_q ))) # (!\text_gen|char_ram~37146_combout & (\text_gen|char_ram~11604_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37146_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11604_q ), + .datac(\text_gen|char_ram~13396_q ), + .datad(\text_gen|char_ram~37146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37147 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N23 +dffeas \text_gen|char_ram~11597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y14_N21 +dffeas \text_gen|char_ram~13389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y14_N19 +dffeas \text_gen|char_ram~11541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y13_N27 +dffeas \text_gen|char_ram~13333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37148 ( +// Equation(s): +// \text_gen|char_ram~37148_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~13333_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~11541_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~11541_q ), + .datad(\text_gen|char_ram~13333_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37148 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37149 ( +// Equation(s): +// \text_gen|char_ram~37149_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37148_combout & ((\text_gen|char_ram~13389_q ))) # (!\text_gen|char_ram~37148_combout & (\text_gen|char_ram~11597_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37148_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11597_q ), + .datac(\text_gen|char_ram~13389_q ), + .datad(\text_gen|char_ram~37148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37149 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37150 ( +// Equation(s): +// \text_gen|char_ram~37150_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~37147_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37149_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37147_combout ), + .datad(\text_gen|char_ram~37149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37150 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11625feeder ( +// Equation(s): +// \text_gen|char_ram~11625feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11625feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y24_N29 +dffeas \text_gen|char_ram~11625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y17_N13 +dffeas \text_gen|char_ram~13417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y17_N23 +dffeas \text_gen|char_ram~11569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y17_N13 +dffeas \text_gen|char_ram~13361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37144 ( +// Equation(s): +// \text_gen|char_ram~37144_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~13361_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~11569_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~11569_q ), + .datad(\text_gen|char_ram~13361_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37144 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37145 ( +// Equation(s): +// \text_gen|char_ram~37145_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37144_combout & ((\text_gen|char_ram~13417_q ))) # (!\text_gen|char_ram~37144_combout & (\text_gen|char_ram~11625_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37144_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11625_q ), + .datac(\text_gen|char_ram~13417_q ), + .datad(\text_gen|char_ram~37144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37145 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11632feeder ( +// Equation(s): +// \text_gen|char_ram~11632feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11632feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11632feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11632feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N17 +dffeas \text_gen|char_ram~11632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11632feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y10_N9 +dffeas \text_gen|char_ram~13424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y17_N19 +dffeas \text_gen|char_ram~13368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y17_N21 +dffeas \text_gen|char_ram~11576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37151 ( +// Equation(s): +// \text_gen|char_ram~37151_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~13368_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11576_q ))))) + + .dataa(\text_gen|char_ram~13368_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11576_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37151 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37152 ( +// Equation(s): +// \text_gen|char_ram~37152_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37151_combout & ((\text_gen|char_ram~13424_q ))) # (!\text_gen|char_ram~37151_combout & (\text_gen|char_ram~11632_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37151_combout )))) + + .dataa(\text_gen|char_ram~11632_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13424_q ), + .datad(\text_gen|char_ram~37151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37152 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37153 ( +// Equation(s): +// \text_gen|char_ram~37153_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37150_combout & ((\text_gen|char_ram~37152_combout ))) # (!\text_gen|char_ram~37150_combout & (\text_gen|char_ram~37145_combout )))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~37150_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37150_combout ), + .datac(\text_gen|char_ram~37145_combout ), + .datad(\text_gen|char_ram~37152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37153 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~37153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37185 ( +// Equation(s): +// \text_gen|char_ram~37185_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37174_combout & (\text_gen|char_ram~37184_combout )) # (!\text_gen|char_ram~37174_combout & ((\text_gen|char_ram~37153_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37174_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37184_combout ), + .datac(\text_gen|char_ram~37174_combout ), + .datad(\text_gen|char_ram~37153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37185 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~37185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N1 +dffeas \text_gen|char_ram~13130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y19_N17 +dffeas \text_gen|char_ram~13158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y22_N27 +dffeas \text_gen|char_ram~13123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13151feeder ( +// Equation(s): +// \text_gen|char_ram~13151feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~13151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13151feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y18_N7 +dffeas \text_gen|char_ram~13151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37024 ( +// Equation(s): +// \text_gen|char_ram~37024_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13151_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13123_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13123_q ), + .datad(\text_gen|char_ram~13151_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37024 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37025 ( +// Equation(s): +// \text_gen|char_ram~37025_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37024_combout & ((\text_gen|char_ram~13158_q ))) # (!\text_gen|char_ram~37024_combout & (\text_gen|char_ram~13130_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37024_combout )))) + + .dataa(\text_gen|char_ram~13130_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13158_q ), + .datad(\text_gen|char_ram~37024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37025 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9574feeder ( +// Equation(s): +// \text_gen|char_ram~9574feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9574feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9574feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9574feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y20_N31 +dffeas \text_gen|char_ram~9574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9574feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9574 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y19_N15 +dffeas \text_gen|char_ram~9567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y26_N9 +dffeas \text_gen|char_ram~9539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y24_N9 +dffeas \text_gen|char_ram~9546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37017 ( +// Equation(s): +// \text_gen|char_ram~37017_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9546_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9539_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9539_q ), + .datad(\text_gen|char_ram~9546_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37017 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37018 ( +// Equation(s): +// \text_gen|char_ram~37018_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37017_combout & (\text_gen|char_ram~9574_q )) # (!\text_gen|char_ram~37017_combout & ((\text_gen|char_ram~9567_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37017_combout )))) + + .dataa(\text_gen|char_ram~9574_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9567_q ), + .datad(\text_gen|char_ram~37017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37018 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11338feeder ( +// Equation(s): +// \text_gen|char_ram~11338feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N5 +dffeas \text_gen|char_ram~11338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y22_N21 +dffeas \text_gen|char_ram~11366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y22_N19 +dffeas \text_gen|char_ram~11331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y18_N29 +dffeas \text_gen|char_ram~11359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37019 ( +// Equation(s): +// \text_gen|char_ram~37019_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~11359_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11331_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11331_q ), + .datad(\text_gen|char_ram~11359_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37019 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37020 ( +// Equation(s): +// \text_gen|char_ram~37020_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37019_combout & ((\text_gen|char_ram~11366_q ))) # (!\text_gen|char_ram~37019_combout & (\text_gen|char_ram~11338_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37019_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11338_q ), + .datac(\text_gen|char_ram~11366_q ), + .datad(\text_gen|char_ram~37019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37020 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y22_N5 +dffeas \text_gen|char_ram~7747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7754feeder ( +// Equation(s): +// \text_gen|char_ram~7754feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7754feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7754feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7754feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N31 +dffeas \text_gen|char_ram~7754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7754feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37021 ( +// Equation(s): +// \text_gen|char_ram~37021_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7754_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7747_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7747_q ), + .datad(\text_gen|char_ram~7754_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37021 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N29 +dffeas \text_gen|char_ram~7782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7775feeder ( +// Equation(s): +// \text_gen|char_ram~7775feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7775feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y18_N1 +dffeas \text_gen|char_ram~7775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37022 ( +// Equation(s): +// \text_gen|char_ram~37022_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37021_combout & (\text_gen|char_ram~7782_q )) # (!\text_gen|char_ram~37021_combout & ((\text_gen|char_ram~7775_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37021_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37021_combout ), + .datac(\text_gen|char_ram~7782_q ), + .datad(\text_gen|char_ram~7775_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37022 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37023 ( +// Equation(s): +// \text_gen|char_ram~37023_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~37020_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~37022_combout ))))) + + .dataa(\text_gen|char_ram~37020_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~37022_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37023 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~37023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37026 ( +// Equation(s): +// \text_gen|char_ram~37026_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37023_combout & (\text_gen|char_ram~37025_combout )) # (!\text_gen|char_ram~37023_combout & ((\text_gen|char_ram~37018_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37023_combout )))) + + .dataa(\text_gen|char_ram~37025_combout ), + .datab(\text_gen|char_ram~37018_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~37023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37026 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~37026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y12_N1 +dffeas \text_gen|char_ram~9595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9623feeder ( +// Equation(s): +// \text_gen|char_ram~9623feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9623feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y12_N19 +dffeas \text_gen|char_ram~9623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37050 ( +// Equation(s): +// \text_gen|char_ram~37050_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~9623_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9595_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9595_q ), + .datad(\text_gen|char_ram~9623_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37050 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y12_N3 +dffeas \text_gen|char_ram~9630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9602feeder ( +// Equation(s): +// \text_gen|char_ram~9602feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9602feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9602feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9602feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y12_N25 +dffeas \text_gen|char_ram~9602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9602feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37051 ( +// Equation(s): +// \text_gen|char_ram~37051_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37050_combout & (\text_gen|char_ram~9630_q )) # (!\text_gen|char_ram~37050_combout & ((\text_gen|char_ram~9602_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37050_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37050_combout ), + .datac(\text_gen|char_ram~9630_q ), + .datad(\text_gen|char_ram~9602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37051 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7810feeder ( +// Equation(s): +// \text_gen|char_ram~7810feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7810feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y12_N13 +dffeas \text_gen|char_ram~7810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y14_N19 +dffeas \text_gen|char_ram~7838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y14_N29 +dffeas \text_gen|char_ram~7803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y20_N1 +dffeas \text_gen|char_ram~7831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37052 ( +// Equation(s): +// \text_gen|char_ram~37052_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~7831_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7803_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7803_q ), + .datad(\text_gen|char_ram~7831_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37052 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37053 ( +// Equation(s): +// \text_gen|char_ram~37053_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37052_combout & ((\text_gen|char_ram~7838_q ))) # (!\text_gen|char_ram~37052_combout & (\text_gen|char_ram~7810_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37052_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7810_q ), + .datac(\text_gen|char_ram~7838_q ), + .datad(\text_gen|char_ram~37052_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37053 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37054 ( +// Equation(s): +// \text_gen|char_ram~37054_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~37051_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~37053_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37051_combout ), + .datad(\text_gen|char_ram~37053_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37054 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11415feeder ( +// Equation(s): +// \text_gen|char_ram~11415feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11415feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11415feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11415feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y18_N7 +dffeas \text_gen|char_ram~11415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11415feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y14_N27 +dffeas \text_gen|char_ram~11422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y23_N9 +dffeas \text_gen|char_ram~11387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y23_N17 +dffeas \text_gen|char_ram~11394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37048 ( +// Equation(s): +// \text_gen|char_ram~37048_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11394_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11387_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11387_q ), + .datad(\text_gen|char_ram~11394_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37048 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37049 ( +// Equation(s): +// \text_gen|char_ram~37049_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37048_combout & ((\text_gen|char_ram~11422_q ))) # (!\text_gen|char_ram~37048_combout & (\text_gen|char_ram~11415_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37048_combout )))) + + .dataa(\text_gen|char_ram~11415_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11422_q ), + .datad(\text_gen|char_ram~37048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37049 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13207feeder ( +// Equation(s): +// \text_gen|char_ram~13207feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13207feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y14_N29 +dffeas \text_gen|char_ram~13207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y14_N7 +dffeas \text_gen|char_ram~13214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y17_N19 +dffeas \text_gen|char_ram~13179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13186feeder ( +// Equation(s): +// \text_gen|char_ram~13186feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13186feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13186feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13186feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y13_N17 +dffeas \text_gen|char_ram~13186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13186feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37055 ( +// Equation(s): +// \text_gen|char_ram~37055_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13186_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13179_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13179_q ), + .datad(\text_gen|char_ram~13186_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37055 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37056 ( +// Equation(s): +// \text_gen|char_ram~37056_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37055_combout & ((\text_gen|char_ram~13214_q ))) # (!\text_gen|char_ram~37055_combout & (\text_gen|char_ram~13207_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37055_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13207_q ), + .datac(\text_gen|char_ram~13214_q ), + .datad(\text_gen|char_ram~37055_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37056 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37057 ( +// Equation(s): +// \text_gen|char_ram~37057_combout = (\text_gen|char_ram~37054_combout & (((\text_gen|char_ram~37056_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~37054_combout & (\text_gen|Add5~10_combout & (\text_gen|char_ram~37049_combout ))) + + .dataa(\text_gen|char_ram~37054_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37049_combout ), + .datad(\text_gen|char_ram~37056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37057 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~37057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11401feeder ( +// Equation(s): +// \text_gen|char_ram~11401feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11401feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11401feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11401feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y20_N25 +dffeas \text_gen|char_ram~11401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11401feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y20_N17 +dffeas \text_gen|char_ram~13193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9609feeder ( +// Equation(s): +// \text_gen|char_ram~9609feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9609feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9609feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9609feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y35_N13 +dffeas \text_gen|char_ram~9609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9609feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y20_N11 +dffeas \text_gen|char_ram~7817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37027 ( +// Equation(s): +// \text_gen|char_ram~37027_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9609_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7817_q +// ))))) + + .dataa(\text_gen|char_ram~9609_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7817_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37027 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37028 ( +// Equation(s): +// \text_gen|char_ram~37028_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37027_combout & ((\text_gen|char_ram~13193_q ))) # (!\text_gen|char_ram~37027_combout & (\text_gen|char_ram~11401_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37027_combout )))) + + .dataa(\text_gen|char_ram~11401_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13193_q ), + .datad(\text_gen|char_ram~37027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37028 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9616feeder ( +// Equation(s): +// \text_gen|char_ram~9616feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9616feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9616feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9616feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y13_N21 +dffeas \text_gen|char_ram~9616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9616feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y13_N1 +dffeas \text_gen|char_ram~13200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11408feeder ( +// Equation(s): +// \text_gen|char_ram~11408feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11408feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y13_N21 +dffeas \text_gen|char_ram~11408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y13_N11 +dffeas \text_gen|char_ram~7824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37034 ( +// Equation(s): +// \text_gen|char_ram~37034_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11408_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7824_q +// ))))) + + .dataa(\text_gen|char_ram~11408_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7824_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37034 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37035 ( +// Equation(s): +// \text_gen|char_ram~37035_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37034_combout & ((\text_gen|char_ram~13200_q ))) # (!\text_gen|char_ram~37034_combout & (\text_gen|char_ram~9616_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37034_combout )))) + + .dataa(\text_gen|char_ram~9616_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13200_q ), + .datad(\text_gen|char_ram~37034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37035 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y25_N31 +dffeas \text_gen|char_ram~11373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y18_N27 +dffeas \text_gen|char_ram~13165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9581feeder ( +// Equation(s): +// \text_gen|char_ram~9581feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9581feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y18_N15 +dffeas \text_gen|char_ram~9581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y18_N25 +dffeas \text_gen|char_ram~7789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37031 ( +// Equation(s): +// \text_gen|char_ram~37031_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9581_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7789_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9581_q ), + .datac(\text_gen|char_ram~7789_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37031 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37032 ( +// Equation(s): +// \text_gen|char_ram~37032_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37031_combout & ((\text_gen|char_ram~13165_q ))) # (!\text_gen|char_ram~37031_combout & (\text_gen|char_ram~11373_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37031_combout )))) + + .dataa(\text_gen|char_ram~11373_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13165_q ), + .datad(\text_gen|char_ram~37031_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37032 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9588feeder ( +// Equation(s): +// \text_gen|char_ram~9588feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9588feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9588feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9588feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y18_N29 +dffeas \text_gen|char_ram~9588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9588feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y18_N15 +dffeas \text_gen|char_ram~13172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11380feeder ( +// Equation(s): +// \text_gen|char_ram~11380feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11380feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y21_N5 +dffeas \text_gen|char_ram~11380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y18_N27 +dffeas \text_gen|char_ram~7796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37029 ( +// Equation(s): +// \text_gen|char_ram~37029_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11380_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7796_q +// ))))) + + .dataa(\text_gen|char_ram~11380_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7796_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37029 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37030 ( +// Equation(s): +// \text_gen|char_ram~37030_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37029_combout & ((\text_gen|char_ram~13172_q ))) # (!\text_gen|char_ram~37029_combout & (\text_gen|char_ram~9588_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37029_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9588_q ), + .datac(\text_gen|char_ram~13172_q ), + .datad(\text_gen|char_ram~37029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37030 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37033 ( +// Equation(s): +// \text_gen|char_ram~37033_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~37030_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37032_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37032_combout ), + .datad(\text_gen|char_ram~37030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37033 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37036 ( +// Equation(s): +// \text_gen|char_ram~37036_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37033_combout & ((\text_gen|char_ram~37035_combout ))) # (!\text_gen|char_ram~37033_combout & (\text_gen|char_ram~37028_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37033_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37028_combout ), + .datac(\text_gen|char_ram~37035_combout ), + .datad(\text_gen|char_ram~37033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37036 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11324feeder ( +// Equation(s): +// \text_gen|char_ram~11324feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11324feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y17_N19 +dffeas \text_gen|char_ram~11324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y17_N9 +dffeas \text_gen|char_ram~13116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y24_N19 +dffeas \text_gen|char_ram~9532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9532 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y17_N25 +dffeas \text_gen|char_ram~7740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37037 ( +// Equation(s): +// \text_gen|char_ram~37037_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9532_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7740_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9532_q ), + .datac(\text_gen|char_ram~7740_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37037 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37038 ( +// Equation(s): +// \text_gen|char_ram~37038_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37037_combout & ((\text_gen|char_ram~13116_q ))) # (!\text_gen|char_ram~37037_combout & (\text_gen|char_ram~11324_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37037_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11324_q ), + .datac(\text_gen|char_ram~13116_q ), + .datad(\text_gen|char_ram~37037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37038 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11352feeder ( +// Equation(s): +// \text_gen|char_ram~11352feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~11352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11352feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y25_N1 +dffeas \text_gen|char_ram~11352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y21_N15 +dffeas \text_gen|char_ram~13144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9560feeder ( +// Equation(s): +// \text_gen|char_ram~9560feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9560feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9560feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9560feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y24_N27 +dffeas \text_gen|char_ram~9560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9560feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y21_N25 +dffeas \text_gen|char_ram~7768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37044 ( +// Equation(s): +// \text_gen|char_ram~37044_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9560_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7768_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9560_q ), + .datac(\text_gen|char_ram~7768_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37044 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37045 ( +// Equation(s): +// \text_gen|char_ram~37045_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37044_combout & ((\text_gen|char_ram~13144_q ))) # (!\text_gen|char_ram~37044_combout & (\text_gen|char_ram~11352_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37044_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11352_q ), + .datac(\text_gen|char_ram~13144_q ), + .datad(\text_gen|char_ram~37044_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37045 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9525feeder ( +// Equation(s): +// \text_gen|char_ram~9525feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y12_N17 +dffeas \text_gen|char_ram~9525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y17_N27 +dffeas \text_gen|char_ram~13109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11317feeder ( +// Equation(s): +// \text_gen|char_ram~11317feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~11317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11317feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~11317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y17_N25 +dffeas \text_gen|char_ram~11317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y17_N1 +dffeas \text_gen|char_ram~7733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37041 ( +// Equation(s): +// \text_gen|char_ram~37041_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11317_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7733_q +// ))))) + + .dataa(\text_gen|char_ram~11317_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7733_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37041 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37042 ( +// Equation(s): +// \text_gen|char_ram~37042_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37041_combout & ((\text_gen|char_ram~13109_q ))) # (!\text_gen|char_ram~37041_combout & (\text_gen|char_ram~9525_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37041_combout )))) + + .dataa(\text_gen|char_ram~9525_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13109_q ), + .datad(\text_gen|char_ram~37041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37042 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9553feeder ( +// Equation(s): +// \text_gen|char_ram~9553feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~9553feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9553feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9553feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y36_N23 +dffeas \text_gen|char_ram~9553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9553feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y32_N7 +dffeas \text_gen|char_ram~13137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y32_N29 +dffeas \text_gen|char_ram~7761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y21_N29 +dffeas \text_gen|char_ram~11345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37039 ( +// Equation(s): +// \text_gen|char_ram~37039_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11345_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7761_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7761_q ), + .datad(\text_gen|char_ram~11345_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37039 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37040 ( +// Equation(s): +// \text_gen|char_ram~37040_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37039_combout & ((\text_gen|char_ram~13137_q ))) # (!\text_gen|char_ram~37039_combout & (\text_gen|char_ram~9553_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37039_combout )))) + + .dataa(\text_gen|char_ram~9553_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13137_q ), + .datad(\text_gen|char_ram~37039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37040 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37043 ( +// Equation(s): +// \text_gen|char_ram~37043_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37040_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37042_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37042_combout ), + .datad(\text_gen|char_ram~37040_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37043 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37046 ( +// Equation(s): +// \text_gen|char_ram~37046_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37043_combout & ((\text_gen|char_ram~37045_combout ))) # (!\text_gen|char_ram~37043_combout & (\text_gen|char_ram~37038_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37043_combout )))) + + .dataa(\text_gen|char_ram~37038_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37045_combout ), + .datad(\text_gen|char_ram~37043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37046 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37047 ( +// Equation(s): +// \text_gen|char_ram~37047_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37036_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~37046_combout )))) + + .dataa(\text_gen|char_ram~37036_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~37046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37047 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~37047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37058 ( +// Equation(s): +// \text_gen|char_ram~37058_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37047_combout & ((\text_gen|char_ram~37057_combout ))) # (!\text_gen|char_ram~37047_combout & (\text_gen|char_ram~37026_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37047_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~37026_combout ), + .datac(\text_gen|char_ram~37057_combout ), + .datad(\text_gen|char_ram~37047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37058 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37186 ( +// Equation(s): +// \text_gen|char_ram~37186_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37143_combout & (\text_gen|char_ram~37185_combout )) # (!\text_gen|char_ram~37143_combout & ((\text_gen|char_ram~37058_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37143_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37143_combout ), + .datac(\text_gen|char_ram~37185_combout ), + .datad(\text_gen|char_ram~37058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37186 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N13 +dffeas \text_gen|char_ram~8608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N13 +dffeas \text_gen|char_ram~10400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37619 ( +// Equation(s): +// \text_gen|char_ram~37619_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10400_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8608_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8608_q ), + .datad(\text_gen|char_ram~10400_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37619 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y31_N7 +dffeas \text_gen|char_ram~12192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y27_N19 +dffeas \text_gen|char_ram~13984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37620 ( +// Equation(s): +// \text_gen|char_ram~37620_combout = (\text_gen|char_ram~37619_combout & (((\text_gen|char_ram~13984_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~37619_combout & (\text_gen|char_ram~12192_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~37619_combout ), + .datab(\text_gen|char_ram~12192_q ), + .datac(\text_gen|char_ram~13984_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37620 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12164feeder ( +// Equation(s): +// \text_gen|char_ram~12164feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12164feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y26_N13 +dffeas \text_gen|char_ram~12164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N15 +dffeas \text_gen|char_ram~13956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y29_N21 +dffeas \text_gen|char_ram~10372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N25 +dffeas \text_gen|char_ram~8580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37612 ( +// Equation(s): +// \text_gen|char_ram~37612_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10372_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8580_q +// ))))) + + .dataa(\text_gen|char_ram~10372_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8580_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37612 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37613 ( +// Equation(s): +// \text_gen|char_ram~37613_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37612_combout & ((\text_gen|char_ram~13956_q ))) # (!\text_gen|char_ram~37612_combout & (\text_gen|char_ram~12164_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37612_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12164_q ), + .datac(\text_gen|char_ram~13956_q ), + .datad(\text_gen|char_ram~37612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37613 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10393feeder ( +// Equation(s): +// \text_gen|char_ram~10393feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10393feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10393feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10393feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N13 +dffeas \text_gen|char_ram~10393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10393feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y28_N15 +dffeas \text_gen|char_ram~13977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N31 +dffeas \text_gen|char_ram~12185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y28_N29 +dffeas \text_gen|char_ram~8601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37614 ( +// Equation(s): +// \text_gen|char_ram~37614_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12185_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8601_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12185_q ), + .datac(\text_gen|char_ram~8601_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37614 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37615 ( +// Equation(s): +// \text_gen|char_ram~37615_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37614_combout & ((\text_gen|char_ram~13977_q ))) # (!\text_gen|char_ram~37614_combout & (\text_gen|char_ram~10393_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37614_combout )))) + + .dataa(\text_gen|char_ram~10393_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13977_q ), + .datad(\text_gen|char_ram~37614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37615 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N21 +dffeas \text_gen|char_ram~10365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y30_N19 +dffeas \text_gen|char_ram~13949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12157feeder ( +// Equation(s): +// \text_gen|char_ram~12157feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12157feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y30_N27 +dffeas \text_gen|char_ram~12157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y30_N9 +dffeas \text_gen|char_ram~8573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37616 ( +// Equation(s): +// \text_gen|char_ram~37616_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12157_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8573_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12157_q ), + .datac(\text_gen|char_ram~8573_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37616 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37617 ( +// Equation(s): +// \text_gen|char_ram~37617_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37616_combout & ((\text_gen|char_ram~13949_q ))) # (!\text_gen|char_ram~37616_combout & (\text_gen|char_ram~10365_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37616_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10365_q ), + .datac(\text_gen|char_ram~13949_q ), + .datad(\text_gen|char_ram~37616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37617 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37618 ( +// Equation(s): +// \text_gen|char_ram~37618_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37615_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37617_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37615_combout ), + .datad(\text_gen|char_ram~37617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37618 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37621 ( +// Equation(s): +// \text_gen|char_ram~37621_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37618_combout & (\text_gen|char_ram~37620_combout )) # (!\text_gen|char_ram~37618_combout & ((\text_gen|char_ram~37613_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37618_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37620_combout ), + .datac(\text_gen|char_ram~37613_combout ), + .datad(\text_gen|char_ram~37618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37621 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10407feeder ( +// Equation(s): +// \text_gen|char_ram~10407feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10407feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10407feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10407feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N11 +dffeas \text_gen|char_ram~10407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10407feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y29_N27 +dffeas \text_gen|char_ram~13991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12199feeder ( +// Equation(s): +// \text_gen|char_ram~12199feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12199feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12199feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12199feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y29_N1 +dffeas \text_gen|char_ram~12199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12199feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y29_N29 +dffeas \text_gen|char_ram~8615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37643 ( +// Equation(s): +// \text_gen|char_ram~37643_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12199_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8615_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12199_q ), + .datac(\text_gen|char_ram~8615_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37643 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37644 ( +// Equation(s): +// \text_gen|char_ram~37644_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37643_combout & ((\text_gen|char_ram~13991_q ))) # (!\text_gen|char_ram~37643_combout & (\text_gen|char_ram~10407_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37643_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10407_q ), + .datac(\text_gen|char_ram~13991_q ), + .datad(\text_gen|char_ram~37643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37644 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y30_N21 +dffeas \text_gen|char_ram~12171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y32_N13 +dffeas \text_gen|char_ram~8587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37647 ( +// Equation(s): +// \text_gen|char_ram~37647_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12171_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8587_q +// ))))) + + .dataa(\text_gen|char_ram~12171_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8587_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37647 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N19 +dffeas \text_gen|char_ram~10379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y32_N31 +dffeas \text_gen|char_ram~13963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37648 ( +// Equation(s): +// \text_gen|char_ram~37648_combout = (\text_gen|char_ram~37647_combout & (((\text_gen|char_ram~13963_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~37647_combout & (\text_gen|char_ram~10379_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~37647_combout ), + .datab(\text_gen|char_ram~10379_q ), + .datac(\text_gen|char_ram~13963_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37648 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y23_N17 +dffeas \text_gen|char_ram~10386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y28_N21 +dffeas \text_gen|char_ram~8594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37645 ( +// Equation(s): +// \text_gen|char_ram~37645_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10386_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8594_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10386_q ), + .datac(\text_gen|char_ram~8594_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37645 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y28_N31 +dffeas \text_gen|char_ram~13970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~12178feeder ( +// Equation(s): +// \text_gen|char_ram~12178feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12178feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y26_N3 +dffeas \text_gen|char_ram~12178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37646 ( +// Equation(s): +// \text_gen|char_ram~37646_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37645_combout & (\text_gen|char_ram~13970_q )) # (!\text_gen|char_ram~37645_combout & ((\text_gen|char_ram~12178_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~37645_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37645_combout ), + .datac(\text_gen|char_ram~13970_q ), + .datad(\text_gen|char_ram~12178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37646 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37649 ( +// Equation(s): +// \text_gen|char_ram~37649_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~37646_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37648_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37648_combout ), + .datad(\text_gen|char_ram~37646_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37649 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y26_N15 +dffeas \text_gen|char_ram~12206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y23_N11 +dffeas \text_gen|char_ram~13998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y23_N7 +dffeas \text_gen|char_ram~10414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y23_N1 +dffeas \text_gen|char_ram~8622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37650 ( +// Equation(s): +// \text_gen|char_ram~37650_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10414_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8622_q +// ))))) + + .dataa(\text_gen|char_ram~10414_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8622_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37650 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37651 ( +// Equation(s): +// \text_gen|char_ram~37651_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37650_combout & ((\text_gen|char_ram~13998_q ))) # (!\text_gen|char_ram~37650_combout & (\text_gen|char_ram~12206_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37650_combout )))) + + .dataa(\text_gen|char_ram~12206_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13998_q ), + .datad(\text_gen|char_ram~37650_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37651 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37652 ( +// Equation(s): +// \text_gen|char_ram~37652_combout = (\text_gen|char_ram~37649_combout & (((\text_gen|char_ram~37651_combout ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37649_combout & (\text_gen|char_ram~37644_combout & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~37644_combout ), + .datab(\text_gen|char_ram~37649_combout ), + .datac(\text_gen|char_ram~37651_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37652 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~37652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y34_N3 +dffeas \text_gen|char_ram~8545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y35_N19 +dffeas \text_gen|char_ram~10337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37634 ( +// Equation(s): +// \text_gen|char_ram~37634_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10337_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8545_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8545_q ), + .datad(\text_gen|char_ram~10337_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37634 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y34_N17 +dffeas \text_gen|char_ram~13921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N9 +dffeas \text_gen|char_ram~12129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37635 ( +// Equation(s): +// \text_gen|char_ram~37635_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37634_combout & (\text_gen|char_ram~13921_q )) # (!\text_gen|char_ram~37634_combout & ((\text_gen|char_ram~12129_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~37634_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37634_combout ), + .datac(\text_gen|char_ram~13921_q ), + .datad(\text_gen|char_ram~12129_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37635 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y34_N19 +dffeas \text_gen|char_ram~8517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10309feeder ( +// Equation(s): +// \text_gen|char_ram~10309feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10309feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10309feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10309feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y31_N25 +dffeas \text_gen|char_ram~10309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10309feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37636 ( +// Equation(s): +// \text_gen|char_ram~37636_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10309_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8517_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8517_q ), + .datad(\text_gen|char_ram~10309_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37636 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y34_N25 +dffeas \text_gen|char_ram~13893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12101feeder ( +// Equation(s): +// \text_gen|char_ram~12101feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y30_N11 +dffeas \text_gen|char_ram~12101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37637 ( +// Equation(s): +// \text_gen|char_ram~37637_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37636_combout & (\text_gen|char_ram~13893_q )) # (!\text_gen|char_ram~37636_combout & ((\text_gen|char_ram~12101_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~37636_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37636_combout ), + .datac(\text_gen|char_ram~13893_q ), + .datad(\text_gen|char_ram~12101_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37637 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37638 ( +// Equation(s): +// \text_gen|char_ram~37638_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37635_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37637_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37635_combout ), + .datad(\text_gen|char_ram~37637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37638 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y32_N1 +dffeas \text_gen|char_ram~12136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y32_N25 +dffeas \text_gen|char_ram~13928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10344feeder ( +// Equation(s): +// \text_gen|char_ram~10344feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10344feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10344feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10344feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y32_N17 +dffeas \text_gen|char_ram~10344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10344feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y32_N27 +dffeas \text_gen|char_ram~8552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37639 ( +// Equation(s): +// \text_gen|char_ram~37639_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10344_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8552_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10344_q ), + .datac(\text_gen|char_ram~8552_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37639 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37640 ( +// Equation(s): +// \text_gen|char_ram~37640_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37639_combout & ((\text_gen|char_ram~13928_q ))) # (!\text_gen|char_ram~37639_combout & (\text_gen|char_ram~12136_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37639_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12136_q ), + .datac(\text_gen|char_ram~13928_q ), + .datad(\text_gen|char_ram~37639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37640 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12108feeder ( +// Equation(s): +// \text_gen|char_ram~12108feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y21_N11 +dffeas \text_gen|char_ram~12108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y28_N23 +dffeas \text_gen|char_ram~13900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y28_N25 +dffeas \text_gen|char_ram~8524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y28_N11 +dffeas \text_gen|char_ram~10316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37632 ( +// Equation(s): +// \text_gen|char_ram~37632_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10316_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8524_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8524_q ), + .datad(\text_gen|char_ram~10316_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37632 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37633 ( +// Equation(s): +// \text_gen|char_ram~37633_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37632_combout & ((\text_gen|char_ram~13900_q ))) # (!\text_gen|char_ram~37632_combout & (\text_gen|char_ram~12108_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37632_combout )))) + + .dataa(\text_gen|char_ram~12108_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13900_q ), + .datad(\text_gen|char_ram~37632_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37633 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37641 ( +// Equation(s): +// \text_gen|char_ram~37641_combout = (\text_gen|char_ram~37638_combout & (((\text_gen|char_ram~37640_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37638_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37633_combout )))) + + .dataa(\text_gen|char_ram~37638_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37640_combout ), + .datad(\text_gen|char_ram~37633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37641 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y33_N29 +dffeas \text_gen|char_ram~10351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y33_N19 +dffeas \text_gen|char_ram~13935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12143feeder ( +// Equation(s): +// \text_gen|char_ram~12143feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y43_N27 +dffeas \text_gen|char_ram~12143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N25 +dffeas \text_gen|char_ram~8559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37622 ( +// Equation(s): +// \text_gen|char_ram~37622_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12143_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8559_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~12143_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8559_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37622 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37623 ( +// Equation(s): +// \text_gen|char_ram~37623_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37622_combout & ((\text_gen|char_ram~13935_q ))) # (!\text_gen|char_ram~37622_combout & (\text_gen|char_ram~10351_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37622_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10351_q ), + .datac(\text_gen|char_ram~13935_q ), + .datad(\text_gen|char_ram~37622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37623 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y34_N11 +dffeas \text_gen|char_ram~12150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y30_N15 +dffeas \text_gen|char_ram~13942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10358feeder ( +// Equation(s): +// \text_gen|char_ram~10358feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10358feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10358feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10358feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N5 +dffeas \text_gen|char_ram~10358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10358feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y30_N13 +dffeas \text_gen|char_ram~8566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37629 ( +// Equation(s): +// \text_gen|char_ram~37629_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10358_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8566_q +// ))))) + + .dataa(\text_gen|char_ram~10358_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8566_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37629 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37630 ( +// Equation(s): +// \text_gen|char_ram~37630_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37629_combout & ((\text_gen|char_ram~13942_q ))) # (!\text_gen|char_ram~37629_combout & (\text_gen|char_ram~12150_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37629_combout )))) + + .dataa(\text_gen|char_ram~12150_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13942_q ), + .datad(\text_gen|char_ram~37629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37630 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y25_N9 +dffeas \text_gen|char_ram~12122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y32_N15 +dffeas \text_gen|char_ram~13914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N23 +dffeas \text_gen|char_ram~8538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N17 +dffeas \text_gen|char_ram~10330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37624 ( +// Equation(s): +// \text_gen|char_ram~37624_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10330_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8538_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8538_q ), + .datad(\text_gen|char_ram~10330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37624 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37625 ( +// Equation(s): +// \text_gen|char_ram~37625_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37624_combout & ((\text_gen|char_ram~13914_q ))) # (!\text_gen|char_ram~37624_combout & (\text_gen|char_ram~12122_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37624_combout )))) + + .dataa(\text_gen|char_ram~12122_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13914_q ), + .datad(\text_gen|char_ram~37624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37625 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y33_N29 +dffeas \text_gen|char_ram~12115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y33_N31 +dffeas \text_gen|char_ram~8531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37626 ( +// Equation(s): +// \text_gen|char_ram~37626_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12115_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8531_q +// ))))) + + .dataa(\text_gen|char_ram~12115_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8531_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37626 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10323feeder ( +// Equation(s): +// \text_gen|char_ram~10323feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10323feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10323feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10323feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y29_N15 +dffeas \text_gen|char_ram~10323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10323feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y32_N17 +dffeas \text_gen|char_ram~13907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37627 ( +// Equation(s): +// \text_gen|char_ram~37627_combout = (\text_gen|char_ram~37626_combout & (((\text_gen|char_ram~13907_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~37626_combout & (\text_gen|char_ram~10323_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~37626_combout ), + .datab(\text_gen|char_ram~10323_q ), + .datac(\text_gen|char_ram~13907_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37627 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37628 ( +// Equation(s): +// \text_gen|char_ram~37628_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37625_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37627_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37625_combout ), + .datad(\text_gen|char_ram~37627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37628 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37631 ( +// Equation(s): +// \text_gen|char_ram~37631_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37628_combout & ((\text_gen|char_ram~37630_combout ))) # (!\text_gen|char_ram~37628_combout & (\text_gen|char_ram~37623_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37628_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37623_combout ), + .datac(\text_gen|char_ram~37630_combout ), + .datad(\text_gen|char_ram~37628_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37631 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37642 ( +// Equation(s): +// \text_gen|char_ram~37642_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~37631_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~37641_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~37641_combout ), + .datad(\text_gen|char_ram~37631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37642 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37653 ( +// Equation(s): +// \text_gen|char_ram~37653_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37642_combout & ((\text_gen|char_ram~37652_combout ))) # (!\text_gen|char_ram~37642_combout & (\text_gen|char_ram~37621_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37642_combout )))) + + .dataa(\text_gen|char_ram~37621_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~37652_combout ), + .datad(\text_gen|char_ram~37642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37653 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8650feeder ( +// Equation(s): +// \text_gen|char_ram~8650feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8650feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8650feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8650feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y44_N23 +dffeas \text_gen|char_ram~8650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8650feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N19 +dffeas \text_gen|char_ram~12234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N25 +dffeas \text_gen|char_ram~8636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12220feeder ( +// Equation(s): +// \text_gen|char_ram~12220feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12220feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12220feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12220feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y40_N27 +dffeas \text_gen|char_ram~12220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12220feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37590 ( +// Equation(s): +// \text_gen|char_ram~37590_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12220_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8636_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8636_q ), + .datad(\text_gen|char_ram~12220_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37590 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37591 ( +// Equation(s): +// \text_gen|char_ram~37591_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37590_combout & ((\text_gen|char_ram~12234_q ))) # (!\text_gen|char_ram~37590_combout & (\text_gen|char_ram~8650_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37590_combout )))) + + .dataa(\text_gen|char_ram~8650_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12234_q ), + .datad(\text_gen|char_ram~37590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37591 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y34_N3 +dffeas \text_gen|char_ram~8643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y34_N5 +dffeas \text_gen|char_ram~12227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y34_N29 +dffeas \text_gen|char_ram~12213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y34_N11 +dffeas \text_gen|char_ram~8629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37594 ( +// Equation(s): +// \text_gen|char_ram~37594_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12213_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8629_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12213_q ), + .datac(\text_gen|char_ram~8629_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37594 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37595 ( +// Equation(s): +// \text_gen|char_ram~37595_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37594_combout & ((\text_gen|char_ram~12227_q ))) # (!\text_gen|char_ram~37594_combout & (\text_gen|char_ram~8643_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37594_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8643_q ), + .datac(\text_gen|char_ram~12227_q ), + .datad(\text_gen|char_ram~37594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37595 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8671feeder ( +// Equation(s): +// \text_gen|char_ram~8671feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8671feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y36_N9 +dffeas \text_gen|char_ram~8671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y34_N19 +dffeas \text_gen|char_ram~12255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y40_N19 +dffeas \text_gen|char_ram~8657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12241feeder ( +// Equation(s): +// \text_gen|char_ram~12241feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12241feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12241feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12241feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y40_N29 +dffeas \text_gen|char_ram~12241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12241feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37592 ( +// Equation(s): +// \text_gen|char_ram~37592_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12241_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8657_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8657_q ), + .datad(\text_gen|char_ram~12241_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37592 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37593 ( +// Equation(s): +// \text_gen|char_ram~37593_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37592_combout & ((\text_gen|char_ram~12255_q ))) # (!\text_gen|char_ram~37592_combout & (\text_gen|char_ram~8671_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37592_combout )))) + + .dataa(\text_gen|char_ram~8671_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12255_q ), + .datad(\text_gen|char_ram~37592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37593 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37596 ( +// Equation(s): +// \text_gen|char_ram~37596_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~37593_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37595_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37595_combout ), + .datad(\text_gen|char_ram~37593_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37596 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8678feeder ( +// Equation(s): +// \text_gen|char_ram~8678feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8678feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N27 +dffeas \text_gen|char_ram~8678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y32_N19 +dffeas \text_gen|char_ram~12262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y32_N21 +dffeas \text_gen|char_ram~8664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12248feeder ( +// Equation(s): +// \text_gen|char_ram~12248feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12248feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12248feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12248feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y25_N11 +dffeas \text_gen|char_ram~12248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12248feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37597 ( +// Equation(s): +// \text_gen|char_ram~37597_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12248_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8664_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8664_q ), + .datad(\text_gen|char_ram~12248_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37597 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37598 ( +// Equation(s): +// \text_gen|char_ram~37598_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37597_combout & ((\text_gen|char_ram~12262_q ))) # (!\text_gen|char_ram~37597_combout & (\text_gen|char_ram~8678_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37597_combout )))) + + .dataa(\text_gen|char_ram~8678_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12262_q ), + .datad(\text_gen|char_ram~37597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37598 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37599 ( +// Equation(s): +// \text_gen|char_ram~37599_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37596_combout & ((\text_gen|char_ram~37598_combout ))) # (!\text_gen|char_ram~37596_combout & (\text_gen|char_ram~37591_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37596_combout )))) + + .dataa(\text_gen|char_ram~37591_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37596_combout ), + .datad(\text_gen|char_ram~37598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37599 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~37599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8734feeder ( +// Equation(s): +// \text_gen|char_ram~8734feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8734feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y23_N9 +dffeas \text_gen|char_ram~8734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y27_N31 +dffeas \text_gen|char_ram~12318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12304feeder ( +// Equation(s): +// \text_gen|char_ram~12304feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12304feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12304feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12304feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y27_N13 +dffeas \text_gen|char_ram~12304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12304feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y27_N13 +dffeas \text_gen|char_ram~8720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37587 ( +// Equation(s): +// \text_gen|char_ram~37587_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12304_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8720_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12304_q ), + .datac(\text_gen|char_ram~8720_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37587 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37588 ( +// Equation(s): +// \text_gen|char_ram~37588_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37587_combout & ((\text_gen|char_ram~12318_q ))) # (!\text_gen|char_ram~37587_combout & (\text_gen|char_ram~8734_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37587_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8734_q ), + .datac(\text_gen|char_ram~12318_q ), + .datad(\text_gen|char_ram~37587_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37588 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8727feeder ( +// Equation(s): +// \text_gen|char_ram~8727feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y36_N25 +dffeas \text_gen|char_ram~8727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y31_N3 +dffeas \text_gen|char_ram~12311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12297feeder ( +// Equation(s): +// \text_gen|char_ram~12297feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12297feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12297feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12297feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y40_N31 +dffeas \text_gen|char_ram~12297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12297feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y31_N21 +dffeas \text_gen|char_ram~8713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37582 ( +// Equation(s): +// \text_gen|char_ram~37582_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12297_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8713_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12297_q ), + .datac(\text_gen|char_ram~8713_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37582 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37583 ( +// Equation(s): +// \text_gen|char_ram~37583_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37582_combout & ((\text_gen|char_ram~12311_q ))) # (!\text_gen|char_ram~37582_combout & (\text_gen|char_ram~8727_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37582_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8727_q ), + .datac(\text_gen|char_ram~12311_q ), + .datad(\text_gen|char_ram~37582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37583 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12269feeder ( +// Equation(s): +// \text_gen|char_ram~12269feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12269feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12269feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12269feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y34_N21 +dffeas \text_gen|char_ram~12269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12269feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y34_N27 +dffeas \text_gen|char_ram~8685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37584 ( +// Equation(s): +// \text_gen|char_ram~37584_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12269_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8685_q ))))) + + .dataa(\text_gen|char_ram~12269_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8685_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37584 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y34_N21 +dffeas \text_gen|char_ram~12283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8699feeder ( +// Equation(s): +// \text_gen|char_ram~8699feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8699feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8699feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8699feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y34_N21 +dffeas \text_gen|char_ram~8699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8699feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37585 ( +// Equation(s): +// \text_gen|char_ram~37585_combout = (\text_gen|char_ram~37584_combout & (((\text_gen|char_ram~12283_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~37584_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8699_q )))) + + .dataa(\text_gen|char_ram~37584_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12283_q ), + .datad(\text_gen|char_ram~8699_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37585 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37586 ( +// Equation(s): +// \text_gen|char_ram~37586_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37583_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37585_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37583_combout ), + .datad(\text_gen|char_ram~37585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37586 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y28_N9 +dffeas \text_gen|char_ram~8706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y32_N27 +dffeas \text_gen|char_ram~12290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12276feeder ( +// Equation(s): +// \text_gen|char_ram~12276feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12276feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12276feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12276feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y32_N15 +dffeas \text_gen|char_ram~12276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12276feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y32_N21 +dffeas \text_gen|char_ram~8692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37580 ( +// Equation(s): +// \text_gen|char_ram~37580_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12276_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8692_q ))))) + + .dataa(\text_gen|char_ram~12276_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8692_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37580 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37581 ( +// Equation(s): +// \text_gen|char_ram~37581_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37580_combout & ((\text_gen|char_ram~12290_q ))) # (!\text_gen|char_ram~37580_combout & (\text_gen|char_ram~8706_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37580_combout )))) + + .dataa(\text_gen|char_ram~8706_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12290_q ), + .datad(\text_gen|char_ram~37580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37581 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37589 ( +// Equation(s): +// \text_gen|char_ram~37589_combout = (\text_gen|char_ram~37586_combout & ((\text_gen|char_ram~37588_combout ) # ((!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~37586_combout & (((\vga_c|h_cnt [4] & \text_gen|char_ram~37581_combout )))) + + .dataa(\text_gen|char_ram~37588_combout ), + .datab(\text_gen|char_ram~37586_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~37581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37589 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~37589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37600 ( +// Equation(s): +// \text_gen|char_ram~37600_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~37589_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~37599_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~37599_combout ), + .datad(\text_gen|char_ram~37589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37600 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N3 +dffeas \text_gen|char_ram~10477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y28_N5 +dffeas \text_gen|char_ram~10484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37605 ( +// Equation(s): +// \text_gen|char_ram~37605_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~10484_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10477_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10477_q ), + .datad(\text_gen|char_ram~10484_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37605 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N1 +dffeas \text_gen|char_ram~10498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10491feeder ( +// Equation(s): +// \text_gen|char_ram~10491feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10491feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10491feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10491feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y27_N1 +dffeas \text_gen|char_ram~10491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10491feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37606 ( +// Equation(s): +// \text_gen|char_ram~37606_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37605_combout & (\text_gen|char_ram~10498_q )) # (!\text_gen|char_ram~37605_combout & ((\text_gen|char_ram~10491_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~37605_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~37605_combout ), + .datac(\text_gen|char_ram~10498_q ), + .datad(\text_gen|char_ram~10491_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37606 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10519feeder ( +// Equation(s): +// \text_gen|char_ram~10519feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10519feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y27_N11 +dffeas \text_gen|char_ram~10519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y28_N1 +dffeas \text_gen|char_ram~10526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y28_N19 +dffeas \text_gen|char_ram~10505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10512feeder ( +// Equation(s): +// \text_gen|char_ram~10512feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y28_N9 +dffeas \text_gen|char_ram~10512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37603 ( +// Equation(s): +// \text_gen|char_ram~37603_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~10512_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10505_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10505_q ), + .datad(\text_gen|char_ram~10512_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37603 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37604 ( +// Equation(s): +// \text_gen|char_ram~37604_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37603_combout & ((\text_gen|char_ram~10526_q ))) # (!\text_gen|char_ram~37603_combout & (\text_gen|char_ram~10519_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37603_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10519_q ), + .datac(\text_gen|char_ram~10526_q ), + .datad(\text_gen|char_ram~37603_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37604 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37607 ( +// Equation(s): +// \text_gen|char_ram~37607_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~37604_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37606_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37606_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~37604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37607 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~37607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~14103feeder ( +// Equation(s): +// \text_gen|char_ram~14103feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y36_N27 +dffeas \text_gen|char_ram~14103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y32_N21 +dffeas \text_gen|char_ram~14110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y32_N19 +dffeas \text_gen|char_ram~14089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14096feeder ( +// Equation(s): +// \text_gen|char_ram~14096feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14096feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14096feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14096feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y43_N17 +dffeas \text_gen|char_ram~14096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14096feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37608 ( +// Equation(s): +// \text_gen|char_ram~37608_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~14096_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14089_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14089_q ), + .datad(\text_gen|char_ram~14096_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37608 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37609 ( +// Equation(s): +// \text_gen|char_ram~37609_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37608_combout & ((\text_gen|char_ram~14110_q ))) # (!\text_gen|char_ram~37608_combout & (\text_gen|char_ram~14103_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37608_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14103_q ), + .datac(\text_gen|char_ram~14110_q ), + .datad(\text_gen|char_ram~37608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37609 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14075feeder ( +// Equation(s): +// \text_gen|char_ram~14075feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y34_N13 +dffeas \text_gen|char_ram~14075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y28_N3 +dffeas \text_gen|char_ram~14082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y34_N19 +dffeas \text_gen|char_ram~14061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14068feeder ( +// Equation(s): +// \text_gen|char_ram~14068feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14068feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14068feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14068feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y34_N21 +dffeas \text_gen|char_ram~14068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14068feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37601 ( +// Equation(s): +// \text_gen|char_ram~37601_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14068_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14061_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14061_q ), + .datad(\text_gen|char_ram~14068_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37601 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37602 ( +// Equation(s): +// \text_gen|char_ram~37602_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37601_combout & ((\text_gen|char_ram~14082_q ))) # (!\text_gen|char_ram~37601_combout & (\text_gen|char_ram~14075_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37601_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14075_q ), + .datac(\text_gen|char_ram~14082_q ), + .datad(\text_gen|char_ram~37601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37602 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37610 ( +// Equation(s): +// \text_gen|char_ram~37610_combout = (\text_gen|char_ram~37607_combout & ((\text_gen|char_ram~37609_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~37607_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~37602_combout )))) + + .dataa(\text_gen|char_ram~37607_combout ), + .datab(\text_gen|char_ram~37609_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~37602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37610 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~37610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y36_N3 +dffeas \text_gen|char_ram~10442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14026feeder ( +// Equation(s): +// \text_gen|char_ram~14026feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14026feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y34_N11 +dffeas \text_gen|char_ram~14026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y32_N25 +dffeas \text_gen|char_ram~14012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y32_N23 +dffeas \text_gen|char_ram~10428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37572 ( +// Equation(s): +// \text_gen|char_ram~37572_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14012_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10428_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14012_q ), + .datac(\text_gen|char_ram~10428_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37572 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37573 ( +// Equation(s): +// \text_gen|char_ram~37573_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37572_combout & ((\text_gen|char_ram~14026_q ))) # (!\text_gen|char_ram~37572_combout & (\text_gen|char_ram~10442_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37572_combout )))) + + .dataa(\text_gen|char_ram~10442_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14026_q ), + .datad(\text_gen|char_ram~37572_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37573 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14019feeder ( +// Equation(s): +// \text_gen|char_ram~14019feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14019feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14019feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14019feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y34_N29 +dffeas \text_gen|char_ram~14019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14019feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y34_N9 +dffeas \text_gen|char_ram~10435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N13 +dffeas \text_gen|char_ram~14005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14005 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N15 +dffeas \text_gen|char_ram~10421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37574 ( +// Equation(s): +// \text_gen|char_ram~37574_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14005_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10421_q ))))) + + .dataa(\text_gen|char_ram~14005_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10421_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37574 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37575 ( +// Equation(s): +// \text_gen|char_ram~37575_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37574_combout & (\text_gen|char_ram~14019_q )) # (!\text_gen|char_ram~37574_combout & ((\text_gen|char_ram~10435_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37574_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14019_q ), + .datac(\text_gen|char_ram~10435_q ), + .datad(\text_gen|char_ram~37574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37575 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37576 ( +// Equation(s): +// \text_gen|char_ram~37576_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37573_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37575_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37573_combout ), + .datad(\text_gen|char_ram~37575_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37576 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10470feeder ( +// Equation(s): +// \text_gen|char_ram~10470feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y28_N29 +dffeas \text_gen|char_ram~10470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y32_N19 +dffeas \text_gen|char_ram~14054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y32_N21 +dffeas \text_gen|char_ram~10456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y34_N21 +dffeas \text_gen|char_ram~14040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37577 ( +// Equation(s): +// \text_gen|char_ram~37577_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~14040_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10456_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10456_q ), + .datad(\text_gen|char_ram~14040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37577 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37578 ( +// Equation(s): +// \text_gen|char_ram~37578_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37577_combout & ((\text_gen|char_ram~14054_q ))) # (!\text_gen|char_ram~37577_combout & (\text_gen|char_ram~10470_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37577_combout )))) + + .dataa(\text_gen|char_ram~10470_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14054_q ), + .datad(\text_gen|char_ram~37577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37578 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14033feeder ( +// Equation(s): +// \text_gen|char_ram~14033feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14033feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y36_N19 +dffeas \text_gen|char_ram~14033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y39_N7 +dffeas \text_gen|char_ram~10449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37570 ( +// Equation(s): +// \text_gen|char_ram~37570_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14033_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10449_q ))))) + + .dataa(\text_gen|char_ram~14033_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10449_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37570 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y34_N25 +dffeas \text_gen|char_ram~14047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10463feeder ( +// Equation(s): +// \text_gen|char_ram~10463feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10463feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10463feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10463feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y37_N17 +dffeas \text_gen|char_ram~10463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10463feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37571 ( +// Equation(s): +// \text_gen|char_ram~37571_combout = (\text_gen|char_ram~37570_combout & (((\text_gen|char_ram~14047_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~37570_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10463_q )))) + + .dataa(\text_gen|char_ram~37570_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14047_q ), + .datad(\text_gen|char_ram~10463_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37571 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37579 ( +// Equation(s): +// \text_gen|char_ram~37579_combout = (\text_gen|char_ram~37576_combout & (((\text_gen|char_ram~37578_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37576_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37571_combout )))) + + .dataa(\text_gen|char_ram~37576_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37578_combout ), + .datad(\text_gen|char_ram~37571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37579 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37611 ( +// Equation(s): +// \text_gen|char_ram~37611_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37600_combout & (\text_gen|char_ram~37610_combout )) # (!\text_gen|char_ram~37600_combout & ((\text_gen|char_ram~37579_combout ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~37600_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~37600_combout ), + .datac(\text_gen|char_ram~37610_combout ), + .datad(\text_gen|char_ram~37579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37611 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37654 ( +// Equation(s): +// \text_gen|char_ram~37654_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~37611_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~37653_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37653_combout ), + .datad(\text_gen|char_ram~37611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37654 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y32_N1 +dffeas \text_gen|char_ram~12423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y32_N31 +dffeas \text_gen|char_ram~14215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14159feeder ( +// Equation(s): +// \text_gen|char_ram~14159feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14159feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14159feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14159feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y33_N11 +dffeas \text_gen|char_ram~14159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14159feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N3 +dffeas \text_gen|char_ram~12367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37559 ( +// Equation(s): +// \text_gen|char_ram~37559_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~14159_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~12367_q ))))) + + .dataa(\text_gen|char_ram~14159_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12367_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37559 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37560 ( +// Equation(s): +// \text_gen|char_ram~37560_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37559_combout & ((\text_gen|char_ram~14215_q ))) # (!\text_gen|char_ram~37559_combout & (\text_gen|char_ram~12423_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37559_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~12423_q ), + .datac(\text_gen|char_ram~14215_q ), + .datad(\text_gen|char_ram~37559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37560 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y28_N7 +dffeas \text_gen|char_ram~12430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y28_N11 +dffeas \text_gen|char_ram~14222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y31_N17 +dffeas \text_gen|char_ram~14166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y31_N23 +dffeas \text_gen|char_ram~12374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37566 ( +// Equation(s): +// \text_gen|char_ram~37566_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~14166_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~12374_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14166_q ), + .datac(\text_gen|char_ram~12374_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37566 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37567 ( +// Equation(s): +// \text_gen|char_ram~37567_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37566_combout & ((\text_gen|char_ram~14222_q ))) # (!\text_gen|char_ram~37566_combout & (\text_gen|char_ram~12430_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37566_combout )))) + + .dataa(\text_gen|char_ram~12430_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14222_q ), + .datad(\text_gen|char_ram~37566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37567 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12395feeder ( +// Equation(s): +// \text_gen|char_ram~12395feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y32_N11 +dffeas \text_gen|char_ram~12395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y32_N29 +dffeas \text_gen|char_ram~14187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14131feeder ( +// Equation(s): +// \text_gen|char_ram~14131feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14131feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14131feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14131feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y32_N23 +dffeas \text_gen|char_ram~14131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14131feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y32_N19 +dffeas \text_gen|char_ram~12339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37563 ( +// Equation(s): +// \text_gen|char_ram~37563_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~14131_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~12339_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14131_q ), + .datac(\text_gen|char_ram~12339_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37563 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37564 ( +// Equation(s): +// \text_gen|char_ram~37564_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37563_combout & ((\text_gen|char_ram~14187_q ))) # (!\text_gen|char_ram~37563_combout & (\text_gen|char_ram~12395_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37563_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~12395_q ), + .datac(\text_gen|char_ram~14187_q ), + .datad(\text_gen|char_ram~37563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37564 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y28_N21 +dffeas \text_gen|char_ram~12402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y28_N17 +dffeas \text_gen|char_ram~14194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y31_N25 +dffeas \text_gen|char_ram~14138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y31_N23 +dffeas \text_gen|char_ram~12346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37561 ( +// Equation(s): +// \text_gen|char_ram~37561_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~14138_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~12346_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~14138_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12346_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~37561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37561 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37562 ( +// Equation(s): +// \text_gen|char_ram~37562_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37561_combout & ((\text_gen|char_ram~14194_q ))) # (!\text_gen|char_ram~37561_combout & (\text_gen|char_ram~12402_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37561_combout )))) + + .dataa(\text_gen|char_ram~12402_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14194_q ), + .datad(\text_gen|char_ram~37561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37562 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37565 ( +// Equation(s): +// \text_gen|char_ram~37565_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37562_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37564_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37564_combout ), + .datad(\text_gen|char_ram~37562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37565 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37568 ( +// Equation(s): +// \text_gen|char_ram~37568_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37565_combout & ((\text_gen|char_ram~37567_combout ))) # (!\text_gen|char_ram~37565_combout & (\text_gen|char_ram~37560_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37565_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37560_combout ), + .datac(\text_gen|char_ram~37567_combout ), + .datad(\text_gen|char_ram~37565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37568 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y33_N13 +dffeas \text_gen|char_ram~12409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y33_N11 +dffeas \text_gen|char_ram~14201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y33_N11 +dffeas \text_gen|char_ram~12353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y33_N29 +dffeas \text_gen|char_ram~14145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37528 ( +// Equation(s): +// \text_gen|char_ram~37528_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~14145_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12353_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12353_q ), + .datad(\text_gen|char_ram~14145_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37528 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37529 ( +// Equation(s): +// \text_gen|char_ram~37529_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37528_combout & ((\text_gen|char_ram~14201_q ))) # (!\text_gen|char_ram~37528_combout & (\text_gen|char_ram~12409_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37528_combout )))) + + .dataa(\text_gen|char_ram~12409_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14201_q ), + .datad(\text_gen|char_ram~37528_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37529 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12416feeder ( +// Equation(s): +// \text_gen|char_ram~12416feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12416feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12416feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12416feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N5 +dffeas \text_gen|char_ram~12416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12416feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y35_N17 +dffeas \text_gen|char_ram~14208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y35_N7 +dffeas \text_gen|char_ram~12360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y36_N29 +dffeas \text_gen|char_ram~14152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37535 ( +// Equation(s): +// \text_gen|char_ram~37535_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~14152_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12360_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12360_q ), + .datad(\text_gen|char_ram~14152_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37535 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37536 ( +// Equation(s): +// \text_gen|char_ram~37536_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37535_combout & ((\text_gen|char_ram~14208_q ))) # (!\text_gen|char_ram~37535_combout & (\text_gen|char_ram~12416_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37535_combout )))) + + .dataa(\text_gen|char_ram~12416_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14208_q ), + .datad(\text_gen|char_ram~37535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37536 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y32_N29 +dffeas \text_gen|char_ram~12388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y32_N3 +dffeas \text_gen|char_ram~14180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y32_N19 +dffeas \text_gen|char_ram~14124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y32_N5 +dffeas \text_gen|char_ram~12332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37530 ( +// Equation(s): +// \text_gen|char_ram~37530_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~14124_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~12332_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14124_q ), + .datac(\text_gen|char_ram~12332_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37530 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37531 ( +// Equation(s): +// \text_gen|char_ram~37531_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37530_combout & ((\text_gen|char_ram~14180_q ))) # (!\text_gen|char_ram~37530_combout & (\text_gen|char_ram~12388_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37530_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~12388_q ), + .datac(\text_gen|char_ram~14180_q ), + .datad(\text_gen|char_ram~37530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37531 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12381feeder ( +// Equation(s): +// \text_gen|char_ram~12381feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12381feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12381feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12381feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y34_N9 +dffeas \text_gen|char_ram~12381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12381feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y34_N1 +dffeas \text_gen|char_ram~14173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N21 +dffeas \text_gen|char_ram~14117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N29 +dffeas \text_gen|char_ram~12325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37532 ( +// Equation(s): +// \text_gen|char_ram~37532_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~14117_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~12325_q ))))) + + .dataa(\text_gen|char_ram~14117_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12325_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37532 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37533 ( +// Equation(s): +// \text_gen|char_ram~37533_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37532_combout & ((\text_gen|char_ram~14173_q ))) # (!\text_gen|char_ram~37532_combout & (\text_gen|char_ram~12381_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37532_combout )))) + + .dataa(\text_gen|char_ram~12381_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14173_q ), + .datad(\text_gen|char_ram~37532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37533 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37534 ( +// Equation(s): +// \text_gen|char_ram~37534_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~37531_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37533_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37531_combout ), + .datad(\text_gen|char_ram~37533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37534 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37537 ( +// Equation(s): +// \text_gen|char_ram~37537_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37534_combout & ((\text_gen|char_ram~37536_combout ))) # (!\text_gen|char_ram~37534_combout & (\text_gen|char_ram~37529_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37534_combout )))) + + .dataa(\text_gen|char_ram~37529_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37536_combout ), + .datad(\text_gen|char_ram~37534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37537 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y35_N29 +dffeas \text_gen|char_ram~8832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y35_N3 +dffeas \text_gen|char_ram~10624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y35_N13 +dffeas \text_gen|char_ram~8776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y36_N15 +dffeas \text_gen|char_ram~10568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37555 ( +// Equation(s): +// \text_gen|char_ram~37555_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10568_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8776_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8776_q ), + .datad(\text_gen|char_ram~10568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37555 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37556 ( +// Equation(s): +// \text_gen|char_ram~37556_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37555_combout & ((\text_gen|char_ram~10624_q ))) # (!\text_gen|char_ram~37555_combout & (\text_gen|char_ram~8832_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37555_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8832_q ), + .datac(\text_gen|char_ram~10624_q ), + .datad(\text_gen|char_ram~37555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37556 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y34_N11 +dffeas \text_gen|char_ram~8797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y37_N27 +dffeas \text_gen|char_ram~10589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y37_N11 +dffeas \text_gen|char_ram~10533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y37_N29 +dffeas \text_gen|char_ram~8741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37552 ( +// Equation(s): +// \text_gen|char_ram~37552_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10533_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8741_q ))))) + + .dataa(\text_gen|char_ram~10533_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8741_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37552 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37553 ( +// Equation(s): +// \text_gen|char_ram~37553_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37552_combout & ((\text_gen|char_ram~10589_q ))) # (!\text_gen|char_ram~37552_combout & (\text_gen|char_ram~8797_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37552_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8797_q ), + .datac(\text_gen|char_ram~10589_q ), + .datad(\text_gen|char_ram~37552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37553 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y35_N17 +dffeas \text_gen|char_ram~8804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y37_N29 +dffeas \text_gen|char_ram~10596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y36_N29 +dffeas \text_gen|char_ram~10540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y36_N27 +dffeas \text_gen|char_ram~8748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37550 ( +// Equation(s): +// \text_gen|char_ram~37550_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10540_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8748_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10540_q ), + .datac(\text_gen|char_ram~8748_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37550 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37551 ( +// Equation(s): +// \text_gen|char_ram~37551_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37550_combout & ((\text_gen|char_ram~10596_q ))) # (!\text_gen|char_ram~37550_combout & (\text_gen|char_ram~8804_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37550_combout )))) + + .dataa(\text_gen|char_ram~8804_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10596_q ), + .datad(\text_gen|char_ram~37550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37551 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37554 ( +// Equation(s): +// \text_gen|char_ram~37554_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~37551_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37553_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37553_combout ), + .datad(\text_gen|char_ram~37551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37554 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y34_N13 +dffeas \text_gen|char_ram~8825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N23 +dffeas \text_gen|char_ram~10617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y39_N27 +dffeas \text_gen|char_ram~8769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y39_N17 +dffeas \text_gen|char_ram~10561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37548 ( +// Equation(s): +// \text_gen|char_ram~37548_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10561_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8769_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8769_q ), + .datad(\text_gen|char_ram~10561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37548 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37549 ( +// Equation(s): +// \text_gen|char_ram~37549_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37548_combout & ((\text_gen|char_ram~10617_q ))) # (!\text_gen|char_ram~37548_combout & (\text_gen|char_ram~8825_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37548_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8825_q ), + .datac(\text_gen|char_ram~10617_q ), + .datad(\text_gen|char_ram~37548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37549 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37557 ( +// Equation(s): +// \text_gen|char_ram~37557_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37554_combout & (\text_gen|char_ram~37556_combout )) # (!\text_gen|char_ram~37554_combout & ((\text_gen|char_ram~37549_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37554_combout )))) + + .dataa(\text_gen|char_ram~37556_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37554_combout ), + .datad(\text_gen|char_ram~37549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37557 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y30_N17 +dffeas \text_gen|char_ram~8839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y30_N1 +dffeas \text_gen|char_ram~10631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N9 +dffeas \text_gen|char_ram~8783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10575feeder ( +// Equation(s): +// \text_gen|char_ram~10575feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10575feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y33_N13 +dffeas \text_gen|char_ram~10575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37538 ( +// Equation(s): +// \text_gen|char_ram~37538_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10575_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8783_q )))) + + .dataa(\text_gen|char_ram~8783_q ), + .datab(\text_gen|char_ram~10575_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37538 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~37538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37539 ( +// Equation(s): +// \text_gen|char_ram~37539_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37538_combout & ((\text_gen|char_ram~10631_q ))) # (!\text_gen|char_ram~37538_combout & (\text_gen|char_ram~8839_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37538_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8839_q ), + .datac(\text_gen|char_ram~10631_q ), + .datad(\text_gen|char_ram~37538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37539 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y28_N13 +dffeas \text_gen|char_ram~8846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y30_N11 +dffeas \text_gen|char_ram~10638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y31_N23 +dffeas \text_gen|char_ram~10582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y30_N29 +dffeas \text_gen|char_ram~8790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37545 ( +// Equation(s): +// \text_gen|char_ram~37545_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10582_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8790_q ))))) + + .dataa(\text_gen|char_ram~10582_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8790_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37545 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37546 ( +// Equation(s): +// \text_gen|char_ram~37546_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37545_combout & ((\text_gen|char_ram~10638_q ))) # (!\text_gen|char_ram~37545_combout & (\text_gen|char_ram~8846_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37545_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8846_q ), + .datac(\text_gen|char_ram~10638_q ), + .datad(\text_gen|char_ram~37545_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37546 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8811feeder ( +// Equation(s): +// \text_gen|char_ram~8811feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8811feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8811feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8811feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y32_N25 +dffeas \text_gen|char_ram~8811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8811feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y31_N19 +dffeas \text_gen|char_ram~10603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y31_N1 +dffeas \text_gen|char_ram~8755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10547feeder ( +// Equation(s): +// \text_gen|char_ram~10547feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10547feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10547feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10547feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y32_N9 +dffeas \text_gen|char_ram~10547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10547feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37542 ( +// Equation(s): +// \text_gen|char_ram~37542_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10547_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8755_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8755_q ), + .datad(\text_gen|char_ram~10547_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37542 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37543 ( +// Equation(s): +// \text_gen|char_ram~37543_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37542_combout & ((\text_gen|char_ram~10603_q ))) # (!\text_gen|char_ram~37542_combout & (\text_gen|char_ram~8811_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37542_combout )))) + + .dataa(\text_gen|char_ram~8811_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10603_q ), + .datad(\text_gen|char_ram~37542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37543 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8818feeder ( +// Equation(s): +// \text_gen|char_ram~8818feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y28_N25 +dffeas \text_gen|char_ram~8818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y28_N11 +dffeas \text_gen|char_ram~10610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y31_N9 +dffeas \text_gen|char_ram~10554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y28_N25 +dffeas \text_gen|char_ram~8762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37540 ( +// Equation(s): +// \text_gen|char_ram~37540_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10554_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8762_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10554_q ), + .datac(\text_gen|char_ram~8762_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37540 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37541 ( +// Equation(s): +// \text_gen|char_ram~37541_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37540_combout & ((\text_gen|char_ram~10610_q ))) # (!\text_gen|char_ram~37540_combout & (\text_gen|char_ram~8818_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~37540_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8818_q ), + .datac(\text_gen|char_ram~10610_q ), + .datad(\text_gen|char_ram~37540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37541 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37544 ( +// Equation(s): +// \text_gen|char_ram~37544_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~37541_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37543_combout )))) + + .dataa(\text_gen|char_ram~37543_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~37541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37544 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~37544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37547 ( +// Equation(s): +// \text_gen|char_ram~37547_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37544_combout & ((\text_gen|char_ram~37546_combout ))) # (!\text_gen|char_ram~37544_combout & (\text_gen|char_ram~37539_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37544_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37539_combout ), + .datac(\text_gen|char_ram~37546_combout ), + .datad(\text_gen|char_ram~37544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37547 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37558 ( +// Equation(s): +// \text_gen|char_ram~37558_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~37547_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37557_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~37557_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~37547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37558 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~37558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37569 ( +// Equation(s): +// \text_gen|char_ram~37569_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37558_combout & (\text_gen|char_ram~37568_combout )) # (!\text_gen|char_ram~37558_combout & ((\text_gen|char_ram~37537_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37558_combout )))) + + .dataa(\text_gen|char_ram~37568_combout ), + .datab(\text_gen|char_ram~37537_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~37558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37569 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~37569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10694feeder ( +// Equation(s): +// \text_gen|char_ram~10694feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10694feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10694feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10694feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N27 +dffeas \text_gen|char_ram~10694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10694feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y32_N17 +dffeas \text_gen|char_ram~14278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y32_N19 +dffeas \text_gen|char_ram~14264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y32_N19 +dffeas \text_gen|char_ram~10680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37662 ( +// Equation(s): +// \text_gen|char_ram~37662_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14264_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10680_q ))))) + + .dataa(\text_gen|char_ram~14264_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10680_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37662 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37663 ( +// Equation(s): +// \text_gen|char_ram~37663_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37662_combout & ((\text_gen|char_ram~14278_q ))) # (!\text_gen|char_ram~37662_combout & (\text_gen|char_ram~10694_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37662_combout )))) + + .dataa(\text_gen|char_ram~10694_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14278_q ), + .datad(\text_gen|char_ram~37662_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37663 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10666feeder ( +// Equation(s): +// \text_gen|char_ram~10666feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y33_N13 +dffeas \text_gen|char_ram~10666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y32_N3 +dffeas \text_gen|char_ram~14250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y32_N27 +dffeas \text_gen|char_ram~10652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y32_N5 +dffeas \text_gen|char_ram~14236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37657 ( +// Equation(s): +// \text_gen|char_ram~37657_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~14236_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~10652_q )))) + + .dataa(\text_gen|char_ram~10652_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14236_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37657 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~37657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37658 ( +// Equation(s): +// \text_gen|char_ram~37658_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37657_combout & ((\text_gen|char_ram~14250_q ))) # (!\text_gen|char_ram~37657_combout & (\text_gen|char_ram~10666_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37657_combout )))) + + .dataa(\text_gen|char_ram~10666_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14250_q ), + .datad(\text_gen|char_ram~37657_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37658 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y34_N31 +dffeas \text_gen|char_ram~14229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y34_N29 +dffeas \text_gen|char_ram~10645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37659 ( +// Equation(s): +// \text_gen|char_ram~37659_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14229_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10645_q ))))) + + .dataa(\text_gen|char_ram~14229_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10645_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37659 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y32_N1 +dffeas \text_gen|char_ram~14243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y32_N19 +dffeas \text_gen|char_ram~10659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37660 ( +// Equation(s): +// \text_gen|char_ram~37660_combout = (\text_gen|char_ram~37659_combout & (((\text_gen|char_ram~14243_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~37659_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10659_q )))) + + .dataa(\text_gen|char_ram~37659_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14243_q ), + .datad(\text_gen|char_ram~10659_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37660 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37661 ( +// Equation(s): +// \text_gen|char_ram~37661_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37658_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~37660_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37658_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37661 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~37661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y34_N21 +dffeas \text_gen|char_ram~14257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y34_N31 +dffeas \text_gen|char_ram~10673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37655 ( +// Equation(s): +// \text_gen|char_ram~37655_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14257_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10673_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14257_q ), + .datac(\text_gen|char_ram~10673_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37655 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y33_N25 +dffeas \text_gen|char_ram~14271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y35_N15 +dffeas \text_gen|char_ram~10687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37656 ( +// Equation(s): +// \text_gen|char_ram~37656_combout = (\text_gen|char_ram~37655_combout & (((\text_gen|char_ram~14271_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~37655_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10687_q )))) + + .dataa(\text_gen|char_ram~37655_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14271_q ), + .datad(\text_gen|char_ram~10687_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37656 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37664 ( +// Equation(s): +// \text_gen|char_ram~37664_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37661_combout & (\text_gen|char_ram~37663_combout )) # (!\text_gen|char_ram~37661_combout & ((\text_gen|char_ram~37656_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37661_combout )))) + + .dataa(\text_gen|char_ram~37663_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~37661_combout ), + .datad(\text_gen|char_ram~37656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37664 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N25 +dffeas \text_gen|char_ram~10722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y28_N31 +dffeas \text_gen|char_ram~14306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14292feeder ( +// Equation(s): +// \text_gen|char_ram~14292feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~14292feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14292feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14292feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y28_N17 +dffeas \text_gen|char_ram~14292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14292feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y28_N15 +dffeas \text_gen|char_ram~10708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37686 ( +// Equation(s): +// \text_gen|char_ram~37686_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~14292_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~10708_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~14292_q ), + .datac(\text_gen|char_ram~10708_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~37686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37686 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37687 ( +// Equation(s): +// \text_gen|char_ram~37687_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37686_combout & ((\text_gen|char_ram~14306_q ))) # (!\text_gen|char_ram~37686_combout & (\text_gen|char_ram~10722_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37686_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10722_q ), + .datac(\text_gen|char_ram~14306_q ), + .datad(\text_gen|char_ram~37686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37687 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y24_N7 +dffeas \text_gen|char_ram~14320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y24_N27 +dffeas \text_gen|char_ram~10736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37693 ( +// Equation(s): +// \text_gen|char_ram~37693_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~14320_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10736_q ))))) + + .dataa(\text_gen|char_ram~14320_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10736_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37693 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10750feeder ( +// Equation(s): +// \text_gen|char_ram~10750feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~10750feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10750feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10750feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y23_N19 +dffeas \text_gen|char_ram~10750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10750feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y24_N5 +dffeas \text_gen|char_ram~14334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37694 ( +// Equation(s): +// \text_gen|char_ram~37694_combout = (\text_gen|char_ram~37693_combout & (((\text_gen|char_ram~14334_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~37693_combout & (\text_gen|char_ram~10750_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~37693_combout ), + .datab(\text_gen|char_ram~10750_q ), + .datac(\text_gen|char_ram~14334_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~37694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37694 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y31_N29 +dffeas \text_gen|char_ram~14327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y31_N1 +dffeas \text_gen|char_ram~10743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y31_N27 +dffeas \text_gen|char_ram~10729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y32_N9 +dffeas \text_gen|char_ram~14313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37688 ( +// Equation(s): +// \text_gen|char_ram~37688_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~14313_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~10729_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~10729_q ), + .datad(\text_gen|char_ram~14313_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37688 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37689 ( +// Equation(s): +// \text_gen|char_ram~37689_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37688_combout & (\text_gen|char_ram~14327_q )) # (!\text_gen|char_ram~37688_combout & ((\text_gen|char_ram~10743_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37688_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14327_q ), + .datac(\text_gen|char_ram~10743_q ), + .datad(\text_gen|char_ram~37688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37689 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N31 +dffeas \text_gen|char_ram~10715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y31_N7 +dffeas \text_gen|char_ram~14299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y31_N25 +dffeas \text_gen|char_ram~10701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y33_N15 +dffeas \text_gen|char_ram~14285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37690 ( +// Equation(s): +// \text_gen|char_ram~37690_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~14285_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10701_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10701_q ), + .datad(\text_gen|char_ram~14285_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37690 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37691 ( +// Equation(s): +// \text_gen|char_ram~37691_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37690_combout & ((\text_gen|char_ram~14299_q ))) # (!\text_gen|char_ram~37690_combout & (\text_gen|char_ram~10715_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37690_combout )))) + + .dataa(\text_gen|char_ram~10715_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14299_q ), + .datad(\text_gen|char_ram~37690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37691 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37692 ( +// Equation(s): +// \text_gen|char_ram~37692_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~37689_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~37691_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37689_combout ), + .datad(\text_gen|char_ram~37691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37692 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37695 ( +// Equation(s): +// \text_gen|char_ram~37695_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37692_combout & ((\text_gen|char_ram~37694_combout ))) # (!\text_gen|char_ram~37692_combout & (\text_gen|char_ram~37687_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37692_combout )))) + + .dataa(\text_gen|char_ram~37687_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~37694_combout ), + .datad(\text_gen|char_ram~37692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37695 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12514feeder ( +// Equation(s): +// \text_gen|char_ram~12514feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y30_N21 +dffeas \text_gen|char_ram~12514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y33_N21 +dffeas \text_gen|char_ram~12542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y33_N19 +dffeas \text_gen|char_ram~12500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y35_N11 +dffeas \text_gen|char_ram~12528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37672 ( +// Equation(s): +// \text_gen|char_ram~37672_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12528_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12500_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12500_q ), + .datad(\text_gen|char_ram~12528_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37672 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37673 ( +// Equation(s): +// \text_gen|char_ram~37673_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37672_combout & ((\text_gen|char_ram~12542_q ))) # (!\text_gen|char_ram~37672_combout & (\text_gen|char_ram~12514_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37672_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12514_q ), + .datac(\text_gen|char_ram~12542_q ), + .datad(\text_gen|char_ram~37672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37673 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y33_N11 +dffeas \text_gen|char_ram~12507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y33_N9 +dffeas \text_gen|char_ram~12535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y33_N29 +dffeas \text_gen|char_ram~12493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y35_N5 +dffeas \text_gen|char_ram~12521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37665 ( +// Equation(s): +// \text_gen|char_ram~37665_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12521_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~12493_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12493_q ), + .datad(\text_gen|char_ram~12521_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37665 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37666 ( +// Equation(s): +// \text_gen|char_ram~37666_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37665_combout & ((\text_gen|char_ram~12535_q ))) # (!\text_gen|char_ram~37665_combout & (\text_gen|char_ram~12507_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37665_combout )))) + + .dataa(\text_gen|char_ram~12507_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12535_q ), + .datad(\text_gen|char_ram~37665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37666 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y28_N5 +dffeas \text_gen|char_ram~8930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y30_N9 +dffeas \text_gen|char_ram~8958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y30_N3 +dffeas \text_gen|char_ram~8916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N29 +dffeas \text_gen|char_ram~8944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37667 ( +// Equation(s): +// \text_gen|char_ram~37667_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8944_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8916_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8916_q ), + .datad(\text_gen|char_ram~8944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37667 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37668 ( +// Equation(s): +// \text_gen|char_ram~37668_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37667_combout & ((\text_gen|char_ram~8958_q ))) # (!\text_gen|char_ram~37667_combout & (\text_gen|char_ram~8930_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37667_combout )))) + + .dataa(\text_gen|char_ram~8930_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8958_q ), + .datad(\text_gen|char_ram~37667_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37668 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y28_N13 +dffeas \text_gen|char_ram~8909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8937feeder ( +// Equation(s): +// \text_gen|char_ram~8937feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~8937feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8937feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8937feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y28_N23 +dffeas \text_gen|char_ram~8937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8937feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37669 ( +// Equation(s): +// \text_gen|char_ram~37669_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8937_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8909_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8909_q ), + .datad(\text_gen|char_ram~8937_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37669 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y28_N3 +dffeas \text_gen|char_ram~8951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y32_N9 +dffeas \text_gen|char_ram~8923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37670 ( +// Equation(s): +// \text_gen|char_ram~37670_combout = (\text_gen|char_ram~37669_combout & (((\text_gen|char_ram~8951_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~37669_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8923_q )))) + + .dataa(\text_gen|char_ram~37669_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8951_q ), + .datad(\text_gen|char_ram~8923_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37670 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37671 ( +// Equation(s): +// \text_gen|char_ram~37671_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~37668_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~37670_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~37668_combout ), + .datad(\text_gen|char_ram~37670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37671 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37674 ( +// Equation(s): +// \text_gen|char_ram~37674_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~37671_combout & (\text_gen|char_ram~37673_combout )) # (!\text_gen|char_ram~37671_combout & ((\text_gen|char_ram~37666_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~37671_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~37673_combout ), + .datac(\text_gen|char_ram~37666_combout ), + .datad(\text_gen|char_ram~37671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37674 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y32_N3 +dffeas \text_gen|char_ram~8874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N27 +dffeas \text_gen|char_ram~12458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12444feeder ( +// Equation(s): +// \text_gen|char_ram~12444feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12444feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12444feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12444feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y34_N13 +dffeas \text_gen|char_ram~12444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12444feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12444 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N17 +dffeas \text_gen|char_ram~8860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37675 ( +// Equation(s): +// \text_gen|char_ram~37675_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12444_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8860_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12444_q ), + .datac(\text_gen|char_ram~8860_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37675 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37676 ( +// Equation(s): +// \text_gen|char_ram~37676_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37675_combout & ((\text_gen|char_ram~12458_q ))) # (!\text_gen|char_ram~37675_combout & (\text_gen|char_ram~8874_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37675_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8874_q ), + .datac(\text_gen|char_ram~12458_q ), + .datad(\text_gen|char_ram~37675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37676 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y29_N13 +dffeas \text_gen|char_ram~8902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y33_N31 +dffeas \text_gen|char_ram~12486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12472feeder ( +// Equation(s): +// \text_gen|char_ram~12472feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y31_N29 +dffeas \text_gen|char_ram~12472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y33_N29 +dffeas \text_gen|char_ram~8888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37682 ( +// Equation(s): +// \text_gen|char_ram~37682_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12472_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8888_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12472_q ), + .datac(\text_gen|char_ram~8888_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37682 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37683 ( +// Equation(s): +// \text_gen|char_ram~37683_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37682_combout & ((\text_gen|char_ram~12486_q ))) # (!\text_gen|char_ram~37682_combout & (\text_gen|char_ram~8902_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37682_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8902_q ), + .datac(\text_gen|char_ram~12486_q ), + .datad(\text_gen|char_ram~37682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37683 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12465feeder ( +// Equation(s): +// \text_gen|char_ram~12465feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12465feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12465feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12465feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y34_N25 +dffeas \text_gen|char_ram~12465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12465feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y34_N29 +dffeas \text_gen|char_ram~8881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37677 ( +// Equation(s): +// \text_gen|char_ram~37677_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12465_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8881_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12465_q ), + .datac(\text_gen|char_ram~8881_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~37677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37677 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N21 +dffeas \text_gen|char_ram~12479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y33_N19 +dffeas \text_gen|char_ram~8895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37678 ( +// Equation(s): +// \text_gen|char_ram~37678_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37677_combout & (\text_gen|char_ram~12479_q )) # (!\text_gen|char_ram~37677_combout & ((\text_gen|char_ram~8895_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37677_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~37677_combout ), + .datac(\text_gen|char_ram~12479_q ), + .datad(\text_gen|char_ram~8895_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37678 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y32_N17 +dffeas \text_gen|char_ram~8867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y33_N3 +dffeas \text_gen|char_ram~12451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y34_N15 +dffeas \text_gen|char_ram~8853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y34_N15 +dffeas \text_gen|char_ram~12437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37679 ( +// Equation(s): +// \text_gen|char_ram~37679_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12437_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8853_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8853_q ), + .datad(\text_gen|char_ram~12437_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37679 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37680 ( +// Equation(s): +// \text_gen|char_ram~37680_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37679_combout & ((\text_gen|char_ram~12451_q ))) # (!\text_gen|char_ram~37679_combout & (\text_gen|char_ram~8867_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37679_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8867_q ), + .datac(\text_gen|char_ram~12451_q ), + .datad(\text_gen|char_ram~37679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37680 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37681 ( +// Equation(s): +// \text_gen|char_ram~37681_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~37678_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~37680_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37678_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~37680_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37681 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~37681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37684 ( +// Equation(s): +// \text_gen|char_ram~37684_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37681_combout & ((\text_gen|char_ram~37683_combout ))) # (!\text_gen|char_ram~37681_combout & (\text_gen|char_ram~37676_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37681_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37676_combout ), + .datac(\text_gen|char_ram~37683_combout ), + .datad(\text_gen|char_ram~37681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37684 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37685 ( +// Equation(s): +// \text_gen|char_ram~37685_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~37674_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~37684_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~37674_combout ), + .datad(\text_gen|char_ram~37684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37685 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37696 ( +// Equation(s): +// \text_gen|char_ram~37696_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~37685_combout & ((\text_gen|char_ram~37695_combout ))) # (!\text_gen|char_ram~37685_combout & (\text_gen|char_ram~37664_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~37685_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~37664_combout ), + .datac(\text_gen|char_ram~37695_combout ), + .datad(\text_gen|char_ram~37685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37696 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37697 ( +// Equation(s): +// \text_gen|char_ram~37697_combout = (\text_gen|char_ram~37654_combout & (((\text_gen|char_ram~37696_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~37654_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~37569_combout ))) + + .dataa(\text_gen|char_ram~37654_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37569_combout ), + .datad(\text_gen|char_ram~37696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37697 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~37697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37698 ( +// Equation(s): +// \text_gen|char_ram~37698_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~37527_combout & ((\text_gen|char_ram~37697_combout ))) # (!\text_gen|char_ram~37527_combout & (\text_gen|char_ram~37186_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~37527_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~37527_combout ), + .datac(\text_gen|char_ram~37186_combout ), + .datad(\text_gen|char_ram~37697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37698 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~37698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6039feeder ( +// Equation(s): +// \text_gen|char_ram~6039feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y17_N17 +dffeas \text_gen|char_ram~6039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y17_N5 +dffeas \text_gen|char_ram~6011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38241 ( +// Equation(s): +// \text_gen|char_ram~38241_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6039_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6011_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6039_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6011_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38241 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y33_N23 +dffeas \text_gen|char_ram~6935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6907feeder ( +// Equation(s): +// \text_gen|char_ram~6907feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y33_N23 +dffeas \text_gen|char_ram~6907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38242 ( +// Equation(s): +// \text_gen|char_ram~38242_combout = (\text_gen|char_ram~38241_combout & (((\text_gen|char_ram~6935_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~38241_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6907_q )))) + + .dataa(\text_gen|char_ram~38241_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6935_q ), + .datad(\text_gen|char_ram~6907_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38242 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6459feeder ( +// Equation(s): +// \text_gen|char_ram~6459feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6459feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6459feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6459feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y51_N5 +dffeas \text_gen|char_ram~6459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6459feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y40_N29 +dffeas \text_gen|char_ram~6487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y40_N19 +dffeas \text_gen|char_ram~5563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5591feeder ( +// Equation(s): +// \text_gen|char_ram~5591feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y33_N25 +dffeas \text_gen|char_ram~5591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38245 ( +// Equation(s): +// \text_gen|char_ram~38245_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5591_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5563_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5563_q ), + .datad(\text_gen|char_ram~5591_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38245 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38246 ( +// Equation(s): +// \text_gen|char_ram~38246_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38245_combout & ((\text_gen|char_ram~6487_q ))) # (!\text_gen|char_ram~38245_combout & (\text_gen|char_ram~6459_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38245_combout )))) + + .dataa(\text_gen|char_ram~6459_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6487_q ), + .datad(\text_gen|char_ram~38245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38246 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6466feeder ( +// Equation(s): +// \text_gen|char_ram~6466feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6466feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6466feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6466feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y54_N11 +dffeas \text_gen|char_ram~6466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6466feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y54_N9 +dffeas \text_gen|char_ram~6494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y54_N19 +dffeas \text_gen|char_ram~5570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5598feeder ( +// Equation(s): +// \text_gen|char_ram~5598feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5598feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5598feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5598feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y44_N15 +dffeas \text_gen|char_ram~5598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5598feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38243 ( +// Equation(s): +// \text_gen|char_ram~38243_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5598_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5570_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5570_q ), + .datad(\text_gen|char_ram~5598_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38243 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38244 ( +// Equation(s): +// \text_gen|char_ram~38244_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38243_combout & ((\text_gen|char_ram~6494_q ))) # (!\text_gen|char_ram~38243_combout & (\text_gen|char_ram~6466_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38243_combout )))) + + .dataa(\text_gen|char_ram~6466_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6494_q ), + .datad(\text_gen|char_ram~38243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38244 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38247 ( +// Equation(s): +// \text_gen|char_ram~38247_combout = (\text_gen|Add5~4_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~38244_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38246_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38246_combout ), + .datac(\text_gen|char_ram~38244_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38247 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~38247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6942feeder ( +// Equation(s): +// \text_gen|char_ram~6942feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6942feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6942feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6942feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y40_N13 +dffeas \text_gen|char_ram~6942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6942feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y28_N13 +dffeas \text_gen|char_ram~6914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6046feeder ( +// Equation(s): +// \text_gen|char_ram~6046feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6046feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y11_N13 +dffeas \text_gen|char_ram~6046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y11_N23 +dffeas \text_gen|char_ram~6018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38248 ( +// Equation(s): +// \text_gen|char_ram~38248_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6046_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6018_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6046_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6018_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38248 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38249 ( +// Equation(s): +// \text_gen|char_ram~38249_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38248_combout & (\text_gen|char_ram~6942_q )) # (!\text_gen|char_ram~38248_combout & ((\text_gen|char_ram~6914_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38248_combout )))) + + .dataa(\text_gen|char_ram~6942_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6914_q ), + .datad(\text_gen|char_ram~38248_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38249 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38250 ( +// Equation(s): +// \text_gen|char_ram~38250_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38247_combout & ((\text_gen|char_ram~38249_combout ))) # (!\text_gen|char_ram~38247_combout & (\text_gen|char_ram~38242_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38247_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38242_combout ), + .datac(\text_gen|char_ram~38247_combout ), + .datad(\text_gen|char_ram~38249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38250 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~38250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y32_N19 +dffeas \text_gen|char_ram~6865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y35_N7 +dffeas \text_gen|char_ram~6872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6424feeder ( +// Equation(s): +// \text_gen|char_ram~6424feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6424feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6424feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6424feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N23 +dffeas \text_gen|char_ram~6424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6424feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y35_N29 +dffeas \text_gen|char_ram~6417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38237 ( +// Equation(s): +// \text_gen|char_ram~38237_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6424_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6417_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6424_q ), + .datac(\text_gen|char_ram~6417_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38237 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38238 ( +// Equation(s): +// \text_gen|char_ram~38238_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38237_combout & ((\text_gen|char_ram~6872_q ))) # (!\text_gen|char_ram~38237_combout & (\text_gen|char_ram~6865_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38237_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6865_q ), + .datac(\text_gen|char_ram~6872_q ), + .datad(\text_gen|char_ram~38237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38238 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6837feeder ( +// Equation(s): +// \text_gen|char_ram~6837feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6837feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y35_N27 +dffeas \text_gen|char_ram~6837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y39_N11 +dffeas \text_gen|char_ram~6844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6396feeder ( +// Equation(s): +// \text_gen|char_ram~6396feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6396feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X15_Y42_N9 +dffeas \text_gen|char_ram~6396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y39_N29 +dffeas \text_gen|char_ram~6389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38230 ( +// Equation(s): +// \text_gen|char_ram~38230_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6396_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6389_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6396_q ), + .datac(\text_gen|char_ram~6389_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38230 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38231 ( +// Equation(s): +// \text_gen|char_ram~38231_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38230_combout & ((\text_gen|char_ram~6844_q ))) # (!\text_gen|char_ram~38230_combout & (\text_gen|char_ram~6837_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38230_combout )))) + + .dataa(\text_gen|char_ram~6837_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6844_q ), + .datad(\text_gen|char_ram~38230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38231 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5969feeder ( +// Equation(s): +// \text_gen|char_ram~5969feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N1 +dffeas \text_gen|char_ram~5969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y32_N5 +dffeas \text_gen|char_ram~5976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y32_N11 +dffeas \text_gen|char_ram~5521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5528feeder ( +// Equation(s): +// \text_gen|char_ram~5528feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5528feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y48_N3 +dffeas \text_gen|char_ram~5528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38232 ( +// Equation(s): +// \text_gen|char_ram~38232_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5528_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5521_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5521_q ), + .datad(\text_gen|char_ram~5528_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38232 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38233 ( +// Equation(s): +// \text_gen|char_ram~38233_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38232_combout & ((\text_gen|char_ram~5976_q ))) # (!\text_gen|char_ram~38232_combout & (\text_gen|char_ram~5969_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38232_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~5969_q ), + .datac(\text_gen|char_ram~5976_q ), + .datad(\text_gen|char_ram~38232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38233 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5948feeder ( +// Equation(s): +// \text_gen|char_ram~5948feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5948feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y28_N29 +dffeas \text_gen|char_ram~5948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5941feeder ( +// Equation(s): +// \text_gen|char_ram~5941feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5941feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5941feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5941feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y21_N19 +dffeas \text_gen|char_ram~5941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5941feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5500feeder ( +// Equation(s): +// \text_gen|char_ram~5500feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5500feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y40_N17 +dffeas \text_gen|char_ram~5500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y40_N19 +dffeas \text_gen|char_ram~5493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38234 ( +// Equation(s): +// \text_gen|char_ram~38234_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5500_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5493_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5500_q ), + .datac(\text_gen|char_ram~5493_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38234 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38235 ( +// Equation(s): +// \text_gen|char_ram~38235_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38234_combout & (\text_gen|char_ram~5948_q )) # (!\text_gen|char_ram~38234_combout & ((\text_gen|char_ram~5941_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38234_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~5948_q ), + .datac(\text_gen|char_ram~5941_q ), + .datad(\text_gen|char_ram~38234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38235 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38236 ( +// Equation(s): +// \text_gen|char_ram~38236_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~38233_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~38235_combout ))))) + + .dataa(\text_gen|char_ram~38233_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~38235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38236 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~38236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38239 ( +// Equation(s): +// \text_gen|char_ram~38239_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38236_combout & (\text_gen|char_ram~38238_combout )) # (!\text_gen|char_ram~38236_combout & ((\text_gen|char_ram~38231_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38236_combout )))) + + .dataa(\text_gen|char_ram~38238_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38231_combout ), + .datad(\text_gen|char_ram~38236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38239 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N23 +dffeas \text_gen|char_ram~6851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y33_N15 +dffeas \text_gen|char_ram~6879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5983feeder ( +// Equation(s): +// \text_gen|char_ram~5983feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y22_N17 +dffeas \text_gen|char_ram~5983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N9 +dffeas \text_gen|char_ram~5955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38220 ( +// Equation(s): +// \text_gen|char_ram~38220_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5983_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5955_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~5983_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5955_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38220 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38221 ( +// Equation(s): +// \text_gen|char_ram~38221_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38220_combout & ((\text_gen|char_ram~6879_q ))) # (!\text_gen|char_ram~38220_combout & (\text_gen|char_ram~6851_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38220_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6851_q ), + .datac(\text_gen|char_ram~6879_q ), + .datad(\text_gen|char_ram~38220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38221 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6410feeder ( +// Equation(s): +// \text_gen|char_ram~6410feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6410feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6410feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6410feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y48_N3 +dffeas \text_gen|char_ram~6410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6410feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y51_N27 +dffeas \text_gen|char_ram~6438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y44_N7 +dffeas \text_gen|char_ram~5514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5542feeder ( +// Equation(s): +// \text_gen|char_ram~5542feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5542feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5542feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5542feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y44_N1 +dffeas \text_gen|char_ram~5542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5542feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38222 ( +// Equation(s): +// \text_gen|char_ram~38222_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5542_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5514_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5514_q ), + .datad(\text_gen|char_ram~5542_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38222 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38223 ( +// Equation(s): +// \text_gen|char_ram~38223_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38222_combout & ((\text_gen|char_ram~6438_q ))) # (!\text_gen|char_ram~38222_combout & (\text_gen|char_ram~6410_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38222_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6410_q ), + .datac(\text_gen|char_ram~6438_q ), + .datad(\text_gen|char_ram~38222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38223 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6403feeder ( +// Equation(s): +// \text_gen|char_ram~6403feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6403feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6403feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6403feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y51_N17 +dffeas \text_gen|char_ram~6403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6403feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y51_N17 +dffeas \text_gen|char_ram~6431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5535feeder ( +// Equation(s): +// \text_gen|char_ram~5535feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y41_N27 +dffeas \text_gen|char_ram~5535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y45_N15 +dffeas \text_gen|char_ram~5507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38224 ( +// Equation(s): +// \text_gen|char_ram~38224_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5535_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5507_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~5535_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5507_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38224 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38225 ( +// Equation(s): +// \text_gen|char_ram~38225_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38224_combout & ((\text_gen|char_ram~6431_q ))) # (!\text_gen|char_ram~38224_combout & (\text_gen|char_ram~6403_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38224_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6403_q ), + .datac(\text_gen|char_ram~6431_q ), + .datad(\text_gen|char_ram~38224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38225 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38226 ( +// Equation(s): +// \text_gen|char_ram~38226_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~38223_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~38225_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38223_combout ), + .datad(\text_gen|char_ram~38225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38226 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y29_N19 +dffeas \text_gen|char_ram~6858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y29_N1 +dffeas \text_gen|char_ram~6886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y25_N9 +dffeas \text_gen|char_ram~5962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5990feeder ( +// Equation(s): +// \text_gen|char_ram~5990feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5990feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y23_N9 +dffeas \text_gen|char_ram~5990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38227 ( +// Equation(s): +// \text_gen|char_ram~38227_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5990_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5962_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5962_q ), + .datad(\text_gen|char_ram~5990_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38227 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38228 ( +// Equation(s): +// \text_gen|char_ram~38228_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38227_combout & ((\text_gen|char_ram~6886_q ))) # (!\text_gen|char_ram~38227_combout & (\text_gen|char_ram~6858_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38227_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6858_q ), + .datac(\text_gen|char_ram~6886_q ), + .datad(\text_gen|char_ram~38227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38228 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38229 ( +// Equation(s): +// \text_gen|char_ram~38229_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38226_combout & ((\text_gen|char_ram~38228_combout ))) # (!\text_gen|char_ram~38226_combout & (\text_gen|char_ram~38221_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38226_combout )))) + + .dataa(\text_gen|char_ram~38221_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38226_combout ), + .datad(\text_gen|char_ram~38228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38229 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38240 ( +// Equation(s): +// \text_gen|char_ram~38240_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~38229_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~38239_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38239_combout ), + .datad(\text_gen|char_ram~38229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38240 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6452feeder ( +// Equation(s): +// \text_gen|char_ram~6452feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6452feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6452feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6452feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y43_N25 +dffeas \text_gen|char_ram~6452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6452feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y43_N13 +dffeas \text_gen|char_ram~6445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38210 ( +// Equation(s): +// \text_gen|char_ram~38210_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6452_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6445_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~6452_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6445_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38210 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6893feeder ( +// Equation(s): +// \text_gen|char_ram~6893feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y36_N3 +dffeas \text_gen|char_ram~6893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y43_N3 +dffeas \text_gen|char_ram~6900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38211 ( +// Equation(s): +// \text_gen|char_ram~38211_combout = (\text_gen|char_ram~38210_combout & (((\text_gen|char_ram~6900_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~38210_combout & (\text_gen|char_ram~6893_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~38210_combout ), + .datab(\text_gen|char_ram~6893_q ), + .datac(\text_gen|char_ram~6900_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38211 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~38211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6921feeder ( +// Equation(s): +// \text_gen|char_ram~6921feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y32_N13 +dffeas \text_gen|char_ram~6921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N15 +dffeas \text_gen|char_ram~6928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y38_N15 +dffeas \text_gen|char_ram~6473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6480feeder ( +// Equation(s): +// \text_gen|char_ram~6480feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6480feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y38_N29 +dffeas \text_gen|char_ram~6480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38217 ( +// Equation(s): +// \text_gen|char_ram~38217_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~6480_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~6473_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6473_q ), + .datad(\text_gen|char_ram~6480_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38217 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38218 ( +// Equation(s): +// \text_gen|char_ram~38218_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38217_combout & ((\text_gen|char_ram~6928_q ))) # (!\text_gen|char_ram~38217_combout & (\text_gen|char_ram~6921_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38217_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6921_q ), + .datac(\text_gen|char_ram~6928_q ), + .datad(\text_gen|char_ram~38217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38218 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y21_N13 +dffeas \text_gen|char_ram~5997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y18_N27 +dffeas \text_gen|char_ram~6004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y41_N13 +dffeas \text_gen|char_ram~5549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5556feeder ( +// Equation(s): +// \text_gen|char_ram~5556feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y46_N1 +dffeas \text_gen|char_ram~5556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38214 ( +// Equation(s): +// \text_gen|char_ram~38214_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~5556_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5549_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5549_q ), + .datad(\text_gen|char_ram~5556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38214 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38215 ( +// Equation(s): +// \text_gen|char_ram~38215_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38214_combout & ((\text_gen|char_ram~6004_q ))) # (!\text_gen|char_ram~38214_combout & (\text_gen|char_ram~5997_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38214_combout )))) + + .dataa(\text_gen|char_ram~5997_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6004_q ), + .datad(\text_gen|char_ram~38214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38215 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y41_N19 +dffeas \text_gen|char_ram~5577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N27 +dffeas \text_gen|char_ram~5584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38212 ( +// Equation(s): +// \text_gen|char_ram~38212_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~5584_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5577_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5577_q ), + .datad(\text_gen|char_ram~5584_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38212 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y18_N25 +dffeas \text_gen|char_ram~6032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6025feeder ( +// Equation(s): +// \text_gen|char_ram~6025feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6025feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6025feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6025feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y20_N19 +dffeas \text_gen|char_ram~6025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6025feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38213 ( +// Equation(s): +// \text_gen|char_ram~38213_combout = (\text_gen|char_ram~38212_combout & (((\text_gen|char_ram~6032_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~38212_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6025_q )))) + + .dataa(\text_gen|char_ram~38212_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6032_q ), + .datad(\text_gen|char_ram~6025_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38213 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38216 ( +// Equation(s): +// \text_gen|char_ram~38216_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~38213_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~38215_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38215_combout ), + .datad(\text_gen|char_ram~38213_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38216 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38219 ( +// Equation(s): +// \text_gen|char_ram~38219_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38216_combout & ((\text_gen|char_ram~38218_combout ))) # (!\text_gen|char_ram~38216_combout & (\text_gen|char_ram~38211_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38216_combout )))) + + .dataa(\text_gen|char_ram~38211_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38218_combout ), + .datad(\text_gen|char_ram~38216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38219 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38251 ( +// Equation(s): +// \text_gen|char_ram~38251_combout = (\text_gen|char_ram~38240_combout & ((\text_gen|char_ram~38250_combout ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~38240_combout & (((\vga_c|h_cnt [7] & \text_gen|char_ram~38219_combout )))) + + .dataa(\text_gen|char_ram~38250_combout ), + .datab(\text_gen|char_ram~38240_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~38219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38251 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~38251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y52_N23 +dffeas \text_gen|char_ram~6515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y48_N31 +dffeas \text_gen|char_ram~6543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y40_N19 +dffeas \text_gen|char_ram~5647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y40_N25 +dffeas \text_gen|char_ram~5619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38266 ( +// Equation(s): +// \text_gen|char_ram~38266_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5647_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5619_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5647_q ), + .datac(\text_gen|char_ram~5619_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38266 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38267 ( +// Equation(s): +// \text_gen|char_ram~38267_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38266_combout & ((\text_gen|char_ram~6543_q ))) # (!\text_gen|char_ram~38266_combout & (\text_gen|char_ram~6515_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38266_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6515_q ), + .datac(\text_gen|char_ram~6543_q ), + .datad(\text_gen|char_ram~38266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38267 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y52_N13 +dffeas \text_gen|char_ram~6522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y48_N29 +dffeas \text_gen|char_ram~6550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y33_N11 +dffeas \text_gen|char_ram~5626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5654feeder ( +// Equation(s): +// \text_gen|char_ram~5654feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5654feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5654feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5654feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y36_N11 +dffeas \text_gen|char_ram~5654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5654feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38264 ( +// Equation(s): +// \text_gen|char_ram~38264_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5654_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5626_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5626_q ), + .datad(\text_gen|char_ram~5654_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38264 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38265 ( +// Equation(s): +// \text_gen|char_ram~38265_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38264_combout & ((\text_gen|char_ram~6550_q ))) # (!\text_gen|char_ram~38264_combout & (\text_gen|char_ram~6522_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38264_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6522_q ), + .datac(\text_gen|char_ram~6550_q ), + .datad(\text_gen|char_ram~38264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38265 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38268 ( +// Equation(s): +// \text_gen|char_ram~38268_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~38265_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38267_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38267_combout ), + .datad(\text_gen|char_ram~38265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38268 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6963feeder ( +// Equation(s): +// \text_gen|char_ram~6963feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6963feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6963feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6963feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N15 +dffeas \text_gen|char_ram~6963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6963feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y30_N5 +dffeas \text_gen|char_ram~6991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6095feeder ( +// Equation(s): +// \text_gen|char_ram~6095feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6095feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6095feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6095feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y18_N5 +dffeas \text_gen|char_ram~6095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6095feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y22_N5 +dffeas \text_gen|char_ram~6067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38262 ( +// Equation(s): +// \text_gen|char_ram~38262_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~6095_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~6067_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6095_q ), + .datac(\text_gen|char_ram~6067_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38262 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38263 ( +// Equation(s): +// \text_gen|char_ram~38263_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38262_combout & ((\text_gen|char_ram~6991_q ))) # (!\text_gen|char_ram~38262_combout & (\text_gen|char_ram~6963_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38262_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6963_q ), + .datac(\text_gen|char_ram~6991_q ), + .datad(\text_gen|char_ram~38262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38263 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y25_N7 +dffeas \text_gen|char_ram~6970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y25_N21 +dffeas \text_gen|char_ram~6998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6102feeder ( +// Equation(s): +// \text_gen|char_ram~6102feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N7 +dffeas \text_gen|char_ram~6102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y25_N11 +dffeas \text_gen|char_ram~6074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38269 ( +// Equation(s): +// \text_gen|char_ram~38269_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6102_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6074_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6102_q ), + .datac(\text_gen|char_ram~6074_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38269 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38270 ( +// Equation(s): +// \text_gen|char_ram~38270_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38269_combout & ((\text_gen|char_ram~6998_q ))) # (!\text_gen|char_ram~38269_combout & (\text_gen|char_ram~6970_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38269_combout )))) + + .dataa(\text_gen|char_ram~6970_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6998_q ), + .datad(\text_gen|char_ram~38269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38270 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38271 ( +// Equation(s): +// \text_gen|char_ram~38271_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38268_combout & ((\text_gen|char_ram~38270_combout ))) # (!\text_gen|char_ram~38268_combout & (\text_gen|char_ram~38263_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38268_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38268_combout ), + .datac(\text_gen|char_ram~38263_combout ), + .datad(\text_gen|char_ram~38270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38271 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5640feeder ( +// Equation(s): +// \text_gen|char_ram~5640feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5640feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5640feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5640feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y39_N3 +dffeas \text_gen|char_ram~5640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5640feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y37_N19 +dffeas \text_gen|char_ram~5633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38274 ( +// Equation(s): +// \text_gen|char_ram~38274_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5640_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5633_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5640_q ), + .datac(\text_gen|char_ram~5633_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38274 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y37_N21 +dffeas \text_gen|char_ram~6088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6081feeder ( +// Equation(s): +// \text_gen|char_ram~6081feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6081feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N5 +dffeas \text_gen|char_ram~6081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38275 ( +// Equation(s): +// \text_gen|char_ram~38275_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38274_combout & (\text_gen|char_ram~6088_q )) # (!\text_gen|char_ram~38274_combout & ((\text_gen|char_ram~6081_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38274_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38274_combout ), + .datac(\text_gen|char_ram~6088_q ), + .datad(\text_gen|char_ram~6081_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38275 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6053feeder ( +// Equation(s): +// \text_gen|char_ram~6053feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y21_N17 +dffeas \text_gen|char_ram~6053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y37_N23 +dffeas \text_gen|char_ram~6060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y37_N17 +dffeas \text_gen|char_ram~5612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5605feeder ( +// Equation(s): +// \text_gen|char_ram~5605feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5605feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5605feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5605feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y37_N21 +dffeas \text_gen|char_ram~5605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5605feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38276 ( +// Equation(s): +// \text_gen|char_ram~38276_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~5612_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~5605_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5612_q ), + .datad(\text_gen|char_ram~5605_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38276 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38277 ( +// Equation(s): +// \text_gen|char_ram~38277_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38276_combout & ((\text_gen|char_ram~6060_q ))) # (!\text_gen|char_ram~38276_combout & (\text_gen|char_ram~6053_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38276_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6053_q ), + .datac(\text_gen|char_ram~6060_q ), + .datad(\text_gen|char_ram~38276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38277 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38278 ( +// Equation(s): +// \text_gen|char_ram~38278_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38275_combout ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38277_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~38275_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38277_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38278 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6977feeder ( +// Equation(s): +// \text_gen|char_ram~6977feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6977feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y37_N21 +dffeas \text_gen|char_ram~6977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y37_N27 +dffeas \text_gen|char_ram~6984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y35_N19 +dffeas \text_gen|char_ram~6536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y37_N29 +dffeas \text_gen|char_ram~6529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38279 ( +// Equation(s): +// \text_gen|char_ram~38279_combout = (\text_gen|Add5~4_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~6536_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~6529_q ))))) + + .dataa(\text_gen|char_ram~6536_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6529_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38279 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38280 ( +// Equation(s): +// \text_gen|char_ram~38280_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38279_combout & ((\text_gen|char_ram~6984_q ))) # (!\text_gen|char_ram~38279_combout & (\text_gen|char_ram~6977_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38279_combout )))) + + .dataa(\text_gen|char_ram~6977_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6984_q ), + .datad(\text_gen|char_ram~38279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38280 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6949feeder ( +// Equation(s): +// \text_gen|char_ram~6949feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6949feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y37_N13 +dffeas \text_gen|char_ram~6949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y45_N15 +dffeas \text_gen|char_ram~6956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y49_N5 +dffeas \text_gen|char_ram~6508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y45_N29 +dffeas \text_gen|char_ram~6501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38272 ( +// Equation(s): +// \text_gen|char_ram~38272_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6508_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6501_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~6508_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6501_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38272 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38273 ( +// Equation(s): +// \text_gen|char_ram~38273_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38272_combout & ((\text_gen|char_ram~6956_q ))) # (!\text_gen|char_ram~38272_combout & (\text_gen|char_ram~6949_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38272_combout )))) + + .dataa(\text_gen|char_ram~6949_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6956_q ), + .datad(\text_gen|char_ram~38272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38273 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38281 ( +// Equation(s): +// \text_gen|char_ram~38281_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38278_combout & (\text_gen|char_ram~38280_combout )) # (!\text_gen|char_ram~38278_combout & ((\text_gen|char_ram~38273_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38278_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38278_combout ), + .datac(\text_gen|char_ram~38280_combout ), + .datad(\text_gen|char_ram~38273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38281 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38282 ( +// Equation(s): +// \text_gen|char_ram~38282_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~38271_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~38281_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38271_combout ), + .datad(\text_gen|char_ram~38281_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38282 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y25_N17 +dffeas \text_gen|char_ram~7026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y23_N31 +dffeas \text_gen|char_ram~7054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6158feeder ( +// Equation(s): +// \text_gen|char_ram~6158feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6158feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6158feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6158feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y14_N1 +dffeas \text_gen|char_ram~6158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6158feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y23_N21 +dffeas \text_gen|char_ram~6130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38290 ( +// Equation(s): +// \text_gen|char_ram~38290_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6158_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6130_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6158_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6130_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38290 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38291 ( +// Equation(s): +// \text_gen|char_ram~38291_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38290_combout & ((\text_gen|char_ram~7054_q ))) # (!\text_gen|char_ram~38290_combout & (\text_gen|char_ram~7026_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38290_combout )))) + + .dataa(\text_gen|char_ram~7026_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7054_q ), + .datad(\text_gen|char_ram~38290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38291 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y33_N27 +dffeas \text_gen|char_ram~5682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y43_N9 +dffeas \text_gen|char_ram~5710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38285 ( +// Equation(s): +// \text_gen|char_ram~38285_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5710_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5682_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5682_q ), + .datad(\text_gen|char_ram~5710_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38285 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y53_N21 +dffeas \text_gen|char_ram~6578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y52_N23 +dffeas \text_gen|char_ram~6606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38286 ( +// Equation(s): +// \text_gen|char_ram~38286_combout = (\text_gen|char_ram~38285_combout & (((\text_gen|char_ram~6606_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38285_combout & (\text_gen|char_ram~6578_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~38285_combout ), + .datab(\text_gen|char_ram~6578_q ), + .datac(\text_gen|char_ram~6606_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38286 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~38286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5703feeder ( +// Equation(s): +// \text_gen|char_ram~5703feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y40_N27 +dffeas \text_gen|char_ram~5703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N11 +dffeas \text_gen|char_ram~5675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38287 ( +// Equation(s): +// \text_gen|char_ram~38287_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5703_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5675_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~5703_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5675_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38287 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6571feeder ( +// Equation(s): +// \text_gen|char_ram~6571feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6571feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6571feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6571feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y49_N11 +dffeas \text_gen|char_ram~6571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6571feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y52_N13 +dffeas \text_gen|char_ram~6599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38288 ( +// Equation(s): +// \text_gen|char_ram~38288_combout = (\text_gen|char_ram~38287_combout & (((\text_gen|char_ram~6599_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38287_combout & (\text_gen|char_ram~6571_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~38287_combout ), + .datab(\text_gen|char_ram~6571_q ), + .datac(\text_gen|char_ram~6599_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38288 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~38288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38289 ( +// Equation(s): +// \text_gen|char_ram~38289_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~38286_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~38288_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38286_combout ), + .datad(\text_gen|char_ram~38288_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38289 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y29_N17 +dffeas \text_gen|char_ram~7019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y29_N15 +dffeas \text_gen|char_ram~7047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y17_N1 +dffeas \text_gen|char_ram~6151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y18_N5 +dffeas \text_gen|char_ram~6123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38283 ( +// Equation(s): +// \text_gen|char_ram~38283_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6151_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6123_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6151_q ), + .datac(\text_gen|char_ram~6123_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38283 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38284 ( +// Equation(s): +// \text_gen|char_ram~38284_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38283_combout & ((\text_gen|char_ram~7047_q ))) # (!\text_gen|char_ram~38283_combout & (\text_gen|char_ram~7019_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38283_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~7019_q ), + .datac(\text_gen|char_ram~7047_q ), + .datad(\text_gen|char_ram~38283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38284 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38292 ( +// Equation(s): +// \text_gen|char_ram~38292_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38289_combout & (\text_gen|char_ram~38291_combout )) # (!\text_gen|char_ram~38289_combout & ((\text_gen|char_ram~38284_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38289_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38291_combout ), + .datac(\text_gen|char_ram~38289_combout ), + .datad(\text_gen|char_ram~38284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38292 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~38292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7033feeder ( +// Equation(s): +// \text_gen|char_ram~7033feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N15 +dffeas \text_gen|char_ram~7033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y35_N9 +dffeas \text_gen|char_ram~7040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y51_N27 +dffeas \text_gen|char_ram~6592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y35_N19 +dffeas \text_gen|char_ram~6585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38259 ( +// Equation(s): +// \text_gen|char_ram~38259_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6592_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6585_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6592_q ), + .datac(\text_gen|char_ram~6585_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38259 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38260 ( +// Equation(s): +// \text_gen|char_ram~38260_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38259_combout & ((\text_gen|char_ram~7040_q ))) # (!\text_gen|char_ram~38259_combout & (\text_gen|char_ram~7033_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38259_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7033_q ), + .datac(\text_gen|char_ram~7040_q ), + .datad(\text_gen|char_ram~38259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38260 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y41_N25 +dffeas \text_gen|char_ram~5696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y41_N15 +dffeas \text_gen|char_ram~5689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38254 ( +// Equation(s): +// \text_gen|char_ram~38254_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5696_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5689_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5696_q ), + .datac(\text_gen|char_ram~5689_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38254 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y25_N31 +dffeas \text_gen|char_ram~6144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y17_N11 +dffeas \text_gen|char_ram~6137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38255 ( +// Equation(s): +// \text_gen|char_ram~38255_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38254_combout & (\text_gen|char_ram~6144_q )) # (!\text_gen|char_ram~38254_combout & ((\text_gen|char_ram~6137_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38254_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38254_combout ), + .datac(\text_gen|char_ram~6144_q ), + .datad(\text_gen|char_ram~6137_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38255 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5668feeder ( +// Equation(s): +// \text_gen|char_ram~5668feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5668feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5668feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5668feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y38_N23 +dffeas \text_gen|char_ram~5668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5668feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y41_N25 +dffeas \text_gen|char_ram~5661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38256 ( +// Equation(s): +// \text_gen|char_ram~38256_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5668_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5661_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5668_q ), + .datac(\text_gen|char_ram~5661_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38256 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y25_N17 +dffeas \text_gen|char_ram~6116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y17_N17 +dffeas \text_gen|char_ram~6109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38257 ( +// Equation(s): +// \text_gen|char_ram~38257_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38256_combout & (\text_gen|char_ram~6116_q )) # (!\text_gen|char_ram~38256_combout & ((\text_gen|char_ram~6109_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38256_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38256_combout ), + .datac(\text_gen|char_ram~6116_q ), + .datad(\text_gen|char_ram~6109_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38257 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38258 ( +// Equation(s): +// \text_gen|char_ram~38258_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~38255_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~38257_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38255_combout ), + .datad(\text_gen|char_ram~38257_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38258 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y31_N3 +dffeas \text_gen|char_ram~7005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7005 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y31_N5 +dffeas \text_gen|char_ram~7012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y49_N15 +dffeas \text_gen|char_ram~6564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y49_N5 +dffeas \text_gen|char_ram~6557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38252 ( +// Equation(s): +// \text_gen|char_ram~38252_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6564_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6557_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~6564_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6557_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38252 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38253 ( +// Equation(s): +// \text_gen|char_ram~38253_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38252_combout & ((\text_gen|char_ram~7012_q ))) # (!\text_gen|char_ram~38252_combout & (\text_gen|char_ram~7005_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38252_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7005_q ), + .datac(\text_gen|char_ram~7012_q ), + .datad(\text_gen|char_ram~38252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38253 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38261 ( +// Equation(s): +// \text_gen|char_ram~38261_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38258_combout & (\text_gen|char_ram~38260_combout )) # (!\text_gen|char_ram~38258_combout & ((\text_gen|char_ram~38253_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38258_combout )))) + + .dataa(\text_gen|char_ram~38260_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38258_combout ), + .datad(\text_gen|char_ram~38253_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38261 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~38261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38293 ( +// Equation(s): +// \text_gen|char_ram~38293_combout = (\text_gen|char_ram~38282_combout & ((\text_gen|char_ram~38292_combout ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~38282_combout & (((\vga_c|h_cnt [7] & \text_gen|char_ram~38261_combout )))) + + .dataa(\text_gen|char_ram~38282_combout ), + .datab(\text_gen|char_ram~38292_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~38261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38293 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~38293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y50_N31 +dffeas \text_gen|char_ram~6284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y35_N3 +dffeas \text_gen|char_ram~6732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5836feeder ( +// Equation(s): +// \text_gen|char_ram~5836feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y21_N13 +dffeas \text_gen|char_ram~5836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y35_N29 +dffeas \text_gen|char_ram~5388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38316 ( +// Equation(s): +// \text_gen|char_ram~38316_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~5836_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~5388_q ))))) + + .dataa(\text_gen|char_ram~5836_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5388_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38316 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38317 ( +// Equation(s): +// \text_gen|char_ram~38317_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38316_combout & ((\text_gen|char_ram~6732_q ))) # (!\text_gen|char_ram~38316_combout & (\text_gen|char_ram~6284_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38316_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6284_q ), + .datac(\text_gen|char_ram~6732_q ), + .datad(\text_gen|char_ram~38316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38317 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5829feeder ( +// Equation(s): +// \text_gen|char_ram~5829feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5829feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y14_N13 +dffeas \text_gen|char_ram~5829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y37_N1 +dffeas \text_gen|char_ram~6725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6277feeder ( +// Equation(s): +// \text_gen|char_ram~6277feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6277feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y53_N27 +dffeas \text_gen|char_ram~6277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y53_N5 +dffeas \text_gen|char_ram~5381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38318 ( +// Equation(s): +// \text_gen|char_ram~38318_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~6277_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~5381_q ))))) + + .dataa(\text_gen|char_ram~6277_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5381_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38318 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38319 ( +// Equation(s): +// \text_gen|char_ram~38319_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38318_combout & ((\text_gen|char_ram~6725_q ))) # (!\text_gen|char_ram~38318_combout & (\text_gen|char_ram~5829_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38318_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~5829_q ), + .datac(\text_gen|char_ram~6725_q ), + .datad(\text_gen|char_ram~38318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38319 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38320 ( +// Equation(s): +// \text_gen|char_ram~38320_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38317_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~38319_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38317_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~38319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38320 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~38320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y32_N11 +dffeas \text_gen|char_ram~5416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y14_N1 +dffeas \text_gen|char_ram~5864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38321 ( +// Equation(s): +// \text_gen|char_ram~38321_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5864_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5416_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5416_q ), + .datad(\text_gen|char_ram~5864_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38321 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y32_N1 +dffeas \text_gen|char_ram~6760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6312feeder ( +// Equation(s): +// \text_gen|char_ram~6312feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6312feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y52_N17 +dffeas \text_gen|char_ram~6312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38322 ( +// Equation(s): +// \text_gen|char_ram~38322_combout = (\text_gen|char_ram~38321_combout & (((\text_gen|char_ram~6760_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~38321_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6312_q )))) + + .dataa(\text_gen|char_ram~38321_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6760_q ), + .datad(\text_gen|char_ram~6312_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38322 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5857feeder ( +// Equation(s): +// \text_gen|char_ram~5857feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y17_N3 +dffeas \text_gen|char_ram~5857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y34_N27 +dffeas \text_gen|char_ram~6753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N19 +dffeas \text_gen|char_ram~5409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6305feeder ( +// Equation(s): +// \text_gen|char_ram~6305feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6305feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6305feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6305feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y55_N27 +dffeas \text_gen|char_ram~6305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6305feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38314 ( +// Equation(s): +// \text_gen|char_ram~38314_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~6305_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5409_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5409_q ), + .datad(\text_gen|char_ram~6305_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38314 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38315 ( +// Equation(s): +// \text_gen|char_ram~38315_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38314_combout & ((\text_gen|char_ram~6753_q ))) # (!\text_gen|char_ram~38314_combout & (\text_gen|char_ram~5857_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38314_combout )))) + + .dataa(\text_gen|char_ram~5857_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6753_q ), + .datad(\text_gen|char_ram~38314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38315 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38323 ( +// Equation(s): +// \text_gen|char_ram~38323_combout = (\text_gen|char_ram~38320_combout & ((\text_gen|char_ram~38322_combout ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~38320_combout & (((\vga_c|h_cnt [6] & \text_gen|char_ram~38315_combout )))) + + .dataa(\text_gen|char_ram~38320_combout ), + .datab(\text_gen|char_ram~38322_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~38315_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38323 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~38323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y32_N13 +dffeas \text_gen|char_ram~5430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5878feeder ( +// Equation(s): +// \text_gen|char_ram~5878feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y22_N1 +dffeas \text_gen|char_ram~5878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38311 ( +// Equation(s): +// \text_gen|char_ram~38311_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5878_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5430_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5430_q ), + .datad(\text_gen|char_ram~5878_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38311 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y32_N31 +dffeas \text_gen|char_ram~6774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6326feeder ( +// Equation(s): +// \text_gen|char_ram~6326feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y51_N21 +dffeas \text_gen|char_ram~6326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38312 ( +// Equation(s): +// \text_gen|char_ram~38312_combout = (\text_gen|char_ram~38311_combout & (((\text_gen|char_ram~6774_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~38311_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6326_q )))) + + .dataa(\text_gen|char_ram~38311_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6774_q ), + .datad(\text_gen|char_ram~6326_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38312 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y40_N11 +dffeas \text_gen|char_ram~5423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6319feeder ( +// Equation(s): +// \text_gen|char_ram~6319feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6319feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y55_N17 +dffeas \text_gen|char_ram~6319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38306 ( +// Equation(s): +// \text_gen|char_ram~38306_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~6319_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5423_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5423_q ), + .datad(\text_gen|char_ram~6319_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38306 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y40_N5 +dffeas \text_gen|char_ram~6767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5871feeder ( +// Equation(s): +// \text_gen|char_ram~5871feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5871feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y18_N27 +dffeas \text_gen|char_ram~5871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38307 ( +// Equation(s): +// \text_gen|char_ram~38307_combout = (\text_gen|char_ram~38306_combout & (((\text_gen|char_ram~6767_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~38306_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~5871_q )))) + + .dataa(\text_gen|char_ram~38306_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6767_q ), + .datad(\text_gen|char_ram~5871_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38307 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y18_N15 +dffeas \text_gen|char_ram~5843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y38_N1 +dffeas \text_gen|char_ram~6739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y38_N19 +dffeas \text_gen|char_ram~5395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6291feeder ( +// Equation(s): +// \text_gen|char_ram~6291feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6291feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y55_N23 +dffeas \text_gen|char_ram~6291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38308 ( +// Equation(s): +// \text_gen|char_ram~38308_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~6291_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5395_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5395_q ), + .datad(\text_gen|char_ram~6291_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38308 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38309 ( +// Equation(s): +// \text_gen|char_ram~38309_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38308_combout & ((\text_gen|char_ram~6739_q ))) # (!\text_gen|char_ram~38308_combout & (\text_gen|char_ram~5843_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38308_combout )))) + + .dataa(\text_gen|char_ram~5843_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6739_q ), + .datad(\text_gen|char_ram~38308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38309 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38310 ( +// Equation(s): +// \text_gen|char_ram~38310_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~38307_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~38309_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38307_combout ), + .datad(\text_gen|char_ram~38309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38310 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y51_N21 +dffeas \text_gen|char_ram~6298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y45_N23 +dffeas \text_gen|char_ram~5402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5850feeder ( +// Equation(s): +// \text_gen|char_ram~5850feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y25_N25 +dffeas \text_gen|char_ram~5850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38304 ( +// Equation(s): +// \text_gen|char_ram~38304_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5850_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5402_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5402_q ), + .datad(\text_gen|char_ram~5850_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38304 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y25_N27 +dffeas \text_gen|char_ram~6746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38305 ( +// Equation(s): +// \text_gen|char_ram~38305_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38304_combout & ((\text_gen|char_ram~6746_q ))) # (!\text_gen|char_ram~38304_combout & (\text_gen|char_ram~6298_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38304_combout )))) + + .dataa(\text_gen|char_ram~6298_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38304_combout ), + .datad(\text_gen|char_ram~6746_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38305 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38313 ( +// Equation(s): +// \text_gen|char_ram~38313_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38310_combout & (\text_gen|char_ram~38312_combout )) # (!\text_gen|char_ram~38310_combout & ((\text_gen|char_ram~38305_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38310_combout )))) + + .dataa(\text_gen|char_ram~38312_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38310_combout ), + .datad(\text_gen|char_ram~38305_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38313 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~38313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38324 ( +// Equation(s): +// \text_gen|char_ram~38324_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~38313_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~38323_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38323_combout ), + .datad(\text_gen|char_ram~38313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38324 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y30_N19 +dffeas \text_gen|char_ram~6368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y30_N9 +dffeas \text_gen|char_ram~6816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N17 +dffeas \text_gen|char_ram~5472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y10_N11 +dffeas \text_gen|char_ram~5920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38301 ( +// Equation(s): +// \text_gen|char_ram~38301_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~5920_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5472_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5472_q ), + .datad(\text_gen|char_ram~5920_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38301 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38302 ( +// Equation(s): +// \text_gen|char_ram~38302_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38301_combout & ((\text_gen|char_ram~6816_q ))) # (!\text_gen|char_ram~38301_combout & (\text_gen|char_ram~6368_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38301_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6368_q ), + .datac(\text_gen|char_ram~6816_q ), + .datad(\text_gen|char_ram~38301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38302 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5913feeder ( +// Equation(s): +// \text_gen|char_ram~5913feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5913feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5913feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5913feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y13_N1 +dffeas \text_gen|char_ram~5913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5913feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y28_N27 +dffeas \text_gen|char_ram~6809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6361feeder ( +// Equation(s): +// \text_gen|char_ram~6361feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6361feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6361feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6361feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y60_N21 +dffeas \text_gen|char_ram~6361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6361feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y39_N21 +dffeas \text_gen|char_ram~5465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38294 ( +// Equation(s): +// \text_gen|char_ram~38294_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~6361_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~5465_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6361_q ), + .datac(\text_gen|char_ram~5465_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38294 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38295 ( +// Equation(s): +// \text_gen|char_ram~38295_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38294_combout & ((\text_gen|char_ram~6809_q ))) # (!\text_gen|char_ram~38294_combout & (\text_gen|char_ram~5913_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38294_combout )))) + + .dataa(\text_gen|char_ram~5913_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6809_q ), + .datad(\text_gen|char_ram~38294_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38295 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y38_N31 +dffeas \text_gen|char_ram~5892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y38_N29 +dffeas \text_gen|char_ram~5444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38296 ( +// Equation(s): +// \text_gen|char_ram~38296_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~5892_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~5444_q ))))) + + .dataa(\text_gen|char_ram~5892_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5444_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38296 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y30_N5 +dffeas \text_gen|char_ram~6788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y61_N15 +dffeas \text_gen|char_ram~6340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38297 ( +// Equation(s): +// \text_gen|char_ram~38297_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38296_combout & (\text_gen|char_ram~6788_q )) # (!\text_gen|char_ram~38296_combout & ((\text_gen|char_ram~6340_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~38296_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38296_combout ), + .datac(\text_gen|char_ram~6788_q ), + .datad(\text_gen|char_ram~6340_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38297 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5885feeder ( +// Equation(s): +// \text_gen|char_ram~5885feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y10_N15 +dffeas \text_gen|char_ram~5885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y30_N11 +dffeas \text_gen|char_ram~6781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y41_N19 +dffeas \text_gen|char_ram~5437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6333feeder ( +// Equation(s): +// \text_gen|char_ram~6333feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~6333feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6333feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~6333feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y61_N29 +dffeas \text_gen|char_ram~6333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6333feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38298 ( +// Equation(s): +// \text_gen|char_ram~38298_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~6333_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5437_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5437_q ), + .datad(\text_gen|char_ram~6333_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38298 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38299 ( +// Equation(s): +// \text_gen|char_ram~38299_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38298_combout & ((\text_gen|char_ram~6781_q ))) # (!\text_gen|char_ram~38298_combout & (\text_gen|char_ram~5885_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38298_combout )))) + + .dataa(\text_gen|char_ram~5885_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6781_q ), + .datad(\text_gen|char_ram~38298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38299 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38300 ( +// Equation(s): +// \text_gen|char_ram~38300_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~38297_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~38299_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38297_combout ), + .datad(\text_gen|char_ram~38299_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38300 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38303 ( +// Equation(s): +// \text_gen|char_ram~38303_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38300_combout & (\text_gen|char_ram~38302_combout )) # (!\text_gen|char_ram~38300_combout & ((\text_gen|char_ram~38295_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38300_combout )))) + + .dataa(\text_gen|char_ram~38302_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~38295_combout ), + .datad(\text_gen|char_ram~38300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38303 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6347feeder ( +// Equation(s): +// \text_gen|char_ram~6347feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6347feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6347feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6347feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y57_N15 +dffeas \text_gen|char_ram~6347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6347feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y45_N23 +dffeas \text_gen|char_ram~5451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y45_N25 +dffeas \text_gen|char_ram~5479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38329 ( +// Equation(s): +// \text_gen|char_ram~38329_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5479_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5451_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5451_q ), + .datad(\text_gen|char_ram~5479_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38329 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y56_N27 +dffeas \text_gen|char_ram~6375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38330 ( +// Equation(s): +// \text_gen|char_ram~38330_combout = (\text_gen|char_ram~38329_combout & (((\text_gen|char_ram~6375_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38329_combout & (\text_gen|char_ram~6347_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6347_q ), + .datab(\text_gen|char_ram~38329_combout ), + .datac(\text_gen|char_ram~6375_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38330 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6354feeder ( +// Equation(s): +// \text_gen|char_ram~6354feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6354feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y61_N19 +dffeas \text_gen|char_ram~6354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y56_N29 +dffeas \text_gen|char_ram~6382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N5 +dffeas \text_gen|char_ram~5486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N7 +dffeas \text_gen|char_ram~5458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38327 ( +// Equation(s): +// \text_gen|char_ram~38327_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5486_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5458_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5486_q ), + .datac(\text_gen|char_ram~5458_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38327 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38328 ( +// Equation(s): +// \text_gen|char_ram~38328_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38327_combout & ((\text_gen|char_ram~6382_q ))) # (!\text_gen|char_ram~38327_combout & (\text_gen|char_ram~6354_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38327_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6354_q ), + .datac(\text_gen|char_ram~6382_q ), + .datad(\text_gen|char_ram~38327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38328 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38331 ( +// Equation(s): +// \text_gen|char_ram~38331_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~38328_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38330_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38330_combout ), + .datad(\text_gen|char_ram~38328_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38331 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6795feeder ( +// Equation(s): +// \text_gen|char_ram~6795feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y30_N21 +dffeas \text_gen|char_ram~6795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y29_N27 +dffeas \text_gen|char_ram~6823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5927feeder ( +// Equation(s): +// \text_gen|char_ram~5927feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5927feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y10_N31 +dffeas \text_gen|char_ram~5927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N17 +dffeas \text_gen|char_ram~5899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38325 ( +// Equation(s): +// \text_gen|char_ram~38325_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5927_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5899_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5927_q ), + .datac(\text_gen|char_ram~5899_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38325 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38326 ( +// Equation(s): +// \text_gen|char_ram~38326_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38325_combout & ((\text_gen|char_ram~6823_q ))) # (!\text_gen|char_ram~38325_combout & (\text_gen|char_ram~6795_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38325_combout )))) + + .dataa(\text_gen|char_ram~6795_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6823_q ), + .datad(\text_gen|char_ram~38325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38326 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6802feeder ( +// Equation(s): +// \text_gen|char_ram~6802feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6802feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y24_N21 +dffeas \text_gen|char_ram~6802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y23_N5 +dffeas \text_gen|char_ram~6830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y9_N13 +dffeas \text_gen|char_ram~5934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y9_N1 +dffeas \text_gen|char_ram~5906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38332 ( +// Equation(s): +// \text_gen|char_ram~38332_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5934_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5906_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~5934_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5906_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38332 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38333 ( +// Equation(s): +// \text_gen|char_ram~38333_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38332_combout & ((\text_gen|char_ram~6830_q ))) # (!\text_gen|char_ram~38332_combout & (\text_gen|char_ram~6802_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38332_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6802_q ), + .datac(\text_gen|char_ram~6830_q ), + .datad(\text_gen|char_ram~38332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38333 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38334 ( +// Equation(s): +// \text_gen|char_ram~38334_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38331_combout & ((\text_gen|char_ram~38333_combout ))) # (!\text_gen|char_ram~38331_combout & (\text_gen|char_ram~38326_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38331_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38331_combout ), + .datac(\text_gen|char_ram~38326_combout ), + .datad(\text_gen|char_ram~38333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38334 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38335 ( +// Equation(s): +// \text_gen|char_ram~38335_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38324_combout & ((\text_gen|char_ram~38334_combout ))) # (!\text_gen|char_ram~38324_combout & (\text_gen|char_ram~38303_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~38324_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38324_combout ), + .datac(\text_gen|char_ram~38303_combout ), + .datad(\text_gen|char_ram~38334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38335 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38336 ( +// Equation(s): +// \text_gen|char_ram~38336_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~38293_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~38335_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38293_combout ), + .datad(\text_gen|char_ram~38335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38336 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y21_N25 +dffeas \text_gen|char_ram~6165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y22_N1 +dffeas \text_gen|char_ram~6172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y41_N21 +dffeas \text_gen|char_ram~5724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N21 +dffeas \text_gen|char_ram~5717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38361 ( +// Equation(s): +// \text_gen|char_ram~38361_combout = (\text_gen|Add5~4_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~5724_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~5717_q ))))) + + .dataa(\text_gen|char_ram~5724_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5717_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38361 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38362 ( +// Equation(s): +// \text_gen|char_ram~38362_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38361_combout & ((\text_gen|char_ram~6172_q ))) # (!\text_gen|char_ram~38361_combout & (\text_gen|char_ram~6165_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38361_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6165_q ), + .datac(\text_gen|char_ram~6172_q ), + .datad(\text_gen|char_ram~38361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38362 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y17_N1 +dffeas \text_gen|char_ram~6193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y22_N19 +dffeas \text_gen|char_ram~6200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N23 +dffeas \text_gen|char_ram~5745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5752feeder ( +// Equation(s): +// \text_gen|char_ram~5752feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5752feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5752feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5752feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y40_N17 +dffeas \text_gen|char_ram~5752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5752feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38359 ( +// Equation(s): +// \text_gen|char_ram~38359_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~5752_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5745_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5745_q ), + .datad(\text_gen|char_ram~5752_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38359 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38360 ( +// Equation(s): +// \text_gen|char_ram~38360_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38359_combout & ((\text_gen|char_ram~6200_q ))) # (!\text_gen|char_ram~38359_combout & (\text_gen|char_ram~6193_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38359_combout )))) + + .dataa(\text_gen|char_ram~6193_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6200_q ), + .datad(\text_gen|char_ram~38359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38360 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38363 ( +// Equation(s): +// \text_gen|char_ram~38363_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~38360_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38362_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38362_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~38360_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38363 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~38363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y33_N1 +dffeas \text_gen|char_ram~7061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y34_N3 +dffeas \text_gen|char_ram~7068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y52_N9 +dffeas \text_gen|char_ram~6613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y52_N19 +dffeas \text_gen|char_ram~6620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38357 ( +// Equation(s): +// \text_gen|char_ram~38357_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~6620_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6613_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6613_q ), + .datad(\text_gen|char_ram~6620_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38357 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38358 ( +// Equation(s): +// \text_gen|char_ram~38358_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38357_combout & ((\text_gen|char_ram~7068_q ))) # (!\text_gen|char_ram~38357_combout & (\text_gen|char_ram~7061_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38357_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7061_q ), + .datac(\text_gen|char_ram~7068_q ), + .datad(\text_gen|char_ram~38357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38358 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7089feeder ( +// Equation(s): +// \text_gen|char_ram~7089feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7089feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N27 +dffeas \text_gen|char_ram~7089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y52_N21 +dffeas \text_gen|char_ram~7096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y52_N7 +dffeas \text_gen|char_ram~6641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6648feeder ( +// Equation(s): +// \text_gen|char_ram~6648feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6648feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6648feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6648feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y52_N3 +dffeas \text_gen|char_ram~6648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6648feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38364 ( +// Equation(s): +// \text_gen|char_ram~38364_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~6648_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6641_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6641_q ), + .datad(\text_gen|char_ram~6648_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38364 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38365 ( +// Equation(s): +// \text_gen|char_ram~38365_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38364_combout & ((\text_gen|char_ram~7096_q ))) # (!\text_gen|char_ram~38364_combout & (\text_gen|char_ram~7089_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38364_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7089_q ), + .datac(\text_gen|char_ram~7096_q ), + .datad(\text_gen|char_ram~38364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38365 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38366 ( +// Equation(s): +// \text_gen|char_ram~38366_combout = (\text_gen|char_ram~38363_combout & (((\text_gen|char_ram~38365_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~38363_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~38358_combout ))) + + .dataa(\text_gen|char_ram~38363_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~38358_combout ), + .datad(\text_gen|char_ram~38365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38366 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y33_N1 +dffeas \text_gen|char_ram~7117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y34_N29 +dffeas \text_gen|char_ram~7124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y59_N25 +dffeas \text_gen|char_ram~6676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y59_N3 +dffeas \text_gen|char_ram~6669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38347 ( +// Equation(s): +// \text_gen|char_ram~38347_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6676_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6669_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6676_q ), + .datac(\text_gen|char_ram~6669_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38347 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38348 ( +// Equation(s): +// \text_gen|char_ram~38348_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38347_combout & ((\text_gen|char_ram~7124_q ))) # (!\text_gen|char_ram~38347_combout & (\text_gen|char_ram~7117_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38347_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7117_q ), + .datac(\text_gen|char_ram~7124_q ), + .datad(\text_gen|char_ram~38347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38348 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y41_N19 +dffeas \text_gen|char_ram~5808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y41_N1 +dffeas \text_gen|char_ram~5801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38349 ( +// Equation(s): +// \text_gen|char_ram~38349_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5808_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5801_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5808_q ), + .datac(\text_gen|char_ram~5801_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38349 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y14_N9 +dffeas \text_gen|char_ram~6256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6249feeder ( +// Equation(s): +// \text_gen|char_ram~6249feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6249feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6249feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6249feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y13_N13 +dffeas \text_gen|char_ram~6249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6249feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38350 ( +// Equation(s): +// \text_gen|char_ram~38350_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38349_combout & (\text_gen|char_ram~6256_q )) # (!\text_gen|char_ram~38349_combout & ((\text_gen|char_ram~6249_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38349_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38349_combout ), + .datac(\text_gen|char_ram~6256_q ), + .datad(\text_gen|char_ram~6249_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38350 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6221feeder ( +// Equation(s): +// \text_gen|char_ram~6221feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6221feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6221feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6221feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y12_N5 +dffeas \text_gen|char_ram~6221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6221feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y14_N23 +dffeas \text_gen|char_ram~6228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y42_N9 +dffeas \text_gen|char_ram~5780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y41_N3 +dffeas \text_gen|char_ram~5773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38351 ( +// Equation(s): +// \text_gen|char_ram~38351_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5780_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5773_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5780_q ), + .datac(\text_gen|char_ram~5773_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38351 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38352 ( +// Equation(s): +// \text_gen|char_ram~38352_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38351_combout & ((\text_gen|char_ram~6228_q ))) # (!\text_gen|char_ram~38351_combout & (\text_gen|char_ram~6221_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38351_combout )))) + + .dataa(\text_gen|char_ram~6221_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6228_q ), + .datad(\text_gen|char_ram~38351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38352 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38353 ( +// Equation(s): +// \text_gen|char_ram~38353_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38350_combout ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38352_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38350_combout ), + .datac(\text_gen|char_ram~38352_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38353 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7145feeder ( +// Equation(s): +// \text_gen|char_ram~7145feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y32_N11 +dffeas \text_gen|char_ram~7145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y37_N27 +dffeas \text_gen|char_ram~7152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y37_N21 +dffeas \text_gen|char_ram~6697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6704feeder ( +// Equation(s): +// \text_gen|char_ram~6704feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6704feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6704feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6704feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y60_N27 +dffeas \text_gen|char_ram~6704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6704feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38354 ( +// Equation(s): +// \text_gen|char_ram~38354_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~6704_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~6697_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6697_q ), + .datad(\text_gen|char_ram~6704_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38354 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38355 ( +// Equation(s): +// \text_gen|char_ram~38355_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38354_combout & ((\text_gen|char_ram~7152_q ))) # (!\text_gen|char_ram~38354_combout & (\text_gen|char_ram~7145_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38354_combout )))) + + .dataa(\text_gen|char_ram~7145_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7152_q ), + .datad(\text_gen|char_ram~38354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38355 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38356 ( +// Equation(s): +// \text_gen|char_ram~38356_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38353_combout & ((\text_gen|char_ram~38355_combout ))) # (!\text_gen|char_ram~38353_combout & (\text_gen|char_ram~38348_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38353_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38348_combout ), + .datac(\text_gen|char_ram~38353_combout ), + .datad(\text_gen|char_ram~38355_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38356 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~38356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38367 ( +// Equation(s): +// \text_gen|char_ram~38367_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~38356_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~38366_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~38366_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~38356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38367 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~38367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y33_N3 +dffeas \text_gen|char_ram~7131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y29_N11 +dffeas \text_gen|char_ram~7159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y13_N23 +dffeas \text_gen|char_ram~6235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y11_N17 +dffeas \text_gen|char_ram~6263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38368 ( +// Equation(s): +// \text_gen|char_ram~38368_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~6263_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6235_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6235_q ), + .datad(\text_gen|char_ram~6263_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38368 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38369 ( +// Equation(s): +// \text_gen|char_ram~38369_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38368_combout & ((\text_gen|char_ram~7159_q ))) # (!\text_gen|char_ram~38368_combout & (\text_gen|char_ram~7131_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38368_combout )))) + + .dataa(\text_gen|char_ram~7131_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7159_q ), + .datad(\text_gen|char_ram~38368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38369 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y26_N15 +dffeas \text_gen|char_ram~7138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y26_N5 +dffeas \text_gen|char_ram~7166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y4_N13 +dffeas \text_gen|char_ram~6270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y4_N15 +dffeas \text_gen|char_ram~6242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y4_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38375 ( +// Equation(s): +// \text_gen|char_ram~38375_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6270_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6242_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6270_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6242_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38375 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38376 ( +// Equation(s): +// \text_gen|char_ram~38376_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38375_combout & ((\text_gen|char_ram~7166_q ))) # (!\text_gen|char_ram~38375_combout & (\text_gen|char_ram~7138_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38375_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~7138_q ), + .datac(\text_gen|char_ram~7166_q ), + .datad(\text_gen|char_ram~38375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38376 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N15 +dffeas \text_gen|char_ram~6683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y38_N23 +dffeas \text_gen|char_ram~6711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5815feeder ( +// Equation(s): +// \text_gen|char_ram~5815feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5815feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y44_N19 +dffeas \text_gen|char_ram~5815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y38_N29 +dffeas \text_gen|char_ram~5787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38372 ( +// Equation(s): +// \text_gen|char_ram~38372_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~5815_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~5787_q ))))) + + .dataa(\text_gen|char_ram~5815_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5787_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38372 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38373 ( +// Equation(s): +// \text_gen|char_ram~38373_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38372_combout & ((\text_gen|char_ram~6711_q ))) # (!\text_gen|char_ram~38372_combout & (\text_gen|char_ram~6683_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38372_combout )))) + + .dataa(\text_gen|char_ram~6683_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6711_q ), + .datad(\text_gen|char_ram~38372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38373 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y58_N7 +dffeas \text_gen|char_ram~6690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5822feeder ( +// Equation(s): +// \text_gen|char_ram~5822feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5822feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5822feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5822feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y47_N21 +dffeas \text_gen|char_ram~5822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5822feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y50_N19 +dffeas \text_gen|char_ram~5794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38370 ( +// Equation(s): +// \text_gen|char_ram~38370_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5822_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5794_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~5822_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5794_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38370 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y50_N25 +dffeas \text_gen|char_ram~6718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38371 ( +// Equation(s): +// \text_gen|char_ram~38371_combout = (\text_gen|char_ram~38370_combout & (((\text_gen|char_ram~6718_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~38370_combout & (\text_gen|char_ram~6690_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6690_q ), + .datab(\text_gen|char_ram~38370_combout ), + .datac(\text_gen|char_ram~6718_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38371 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~38371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38374 ( +// Equation(s): +// \text_gen|char_ram~38374_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~38371_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38373_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38373_combout ), + .datad(\text_gen|char_ram~38371_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38374 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38377 ( +// Equation(s): +// \text_gen|char_ram~38377_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38374_combout & ((\text_gen|char_ram~38376_combout ))) # (!\text_gen|char_ram~38374_combout & (\text_gen|char_ram~38369_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~38374_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38369_combout ), + .datac(\text_gen|char_ram~38376_combout ), + .datad(\text_gen|char_ram~38374_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38377 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6634feeder ( +// Equation(s): +// \text_gen|char_ram~6634feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y52_N17 +dffeas \text_gen|char_ram~6634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y52_N7 +dffeas \text_gen|char_ram~6662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y44_N15 +dffeas \text_gen|char_ram~5766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N1 +dffeas \text_gen|char_ram~5738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38339 ( +// Equation(s): +// \text_gen|char_ram~38339_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5766_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5738_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5766_q ), + .datac(\text_gen|char_ram~5738_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38339 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38340 ( +// Equation(s): +// \text_gen|char_ram~38340_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38339_combout & ((\text_gen|char_ram~6662_q ))) # (!\text_gen|char_ram~38339_combout & (\text_gen|char_ram~6634_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38339_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6634_q ), + .datac(\text_gen|char_ram~6662_q ), + .datad(\text_gen|char_ram~38339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38340 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N21 +dffeas \text_gen|char_ram~6627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y41_N1 +dffeas \text_gen|char_ram~6655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5759feeder ( +// Equation(s): +// \text_gen|char_ram~5759feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5759feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y41_N17 +dffeas \text_gen|char_ram~5759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y41_N19 +dffeas \text_gen|char_ram~5731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38341 ( +// Equation(s): +// \text_gen|char_ram~38341_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~5759_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~5731_q ))))) + + .dataa(\text_gen|char_ram~5759_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5731_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38341 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38342 ( +// Equation(s): +// \text_gen|char_ram~38342_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38341_combout & ((\text_gen|char_ram~6655_q ))) # (!\text_gen|char_ram~38341_combout & (\text_gen|char_ram~6627_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38341_combout )))) + + .dataa(\text_gen|char_ram~6627_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6655_q ), + .datad(\text_gen|char_ram~38341_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38342 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38343 ( +// Equation(s): +// \text_gen|char_ram~38343_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~38340_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~38342_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~38340_combout ), + .datad(\text_gen|char_ram~38342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38343 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7082feeder ( +// Equation(s): +// \text_gen|char_ram~7082feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~7082feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7082feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7082feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y25_N11 +dffeas \text_gen|char_ram~7082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7082feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y25_N11 +dffeas \text_gen|char_ram~7110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6214feeder ( +// Equation(s): +// \text_gen|char_ram~6214feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6214feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6214feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6214feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y22_N9 +dffeas \text_gen|char_ram~6214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6214feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y22_N19 +dffeas \text_gen|char_ram~6186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38344 ( +// Equation(s): +// \text_gen|char_ram~38344_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~6214_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~6186_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6214_q ), + .datac(\text_gen|char_ram~6186_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38344 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38345 ( +// Equation(s): +// \text_gen|char_ram~38345_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38344_combout & ((\text_gen|char_ram~7110_q ))) # (!\text_gen|char_ram~38344_combout & (\text_gen|char_ram~7082_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38344_combout )))) + + .dataa(\text_gen|char_ram~7082_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7110_q ), + .datad(\text_gen|char_ram~38344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38345 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y25_N9 +dffeas \text_gen|char_ram~7075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y28_N5 +dffeas \text_gen|char_ram~7103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y28_N3 +dffeas \text_gen|char_ram~6179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6207feeder ( +// Equation(s): +// \text_gen|char_ram~6207feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~6207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y24_N21 +dffeas \text_gen|char_ram~6207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38337 ( +// Equation(s): +// \text_gen|char_ram~38337_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~6207_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~6179_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6179_q ), + .datad(\text_gen|char_ram~6207_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38337 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38338 ( +// Equation(s): +// \text_gen|char_ram~38338_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38337_combout & ((\text_gen|char_ram~7103_q ))) # (!\text_gen|char_ram~38337_combout & (\text_gen|char_ram~7075_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38337_combout )))) + + .dataa(\text_gen|char_ram~7075_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7103_q ), + .datad(\text_gen|char_ram~38337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38338 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38346 ( +// Equation(s): +// \text_gen|char_ram~38346_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~38343_combout & (\text_gen|char_ram~38345_combout )) # (!\text_gen|char_ram~38343_combout & ((\text_gen|char_ram~38338_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38343_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~38343_combout ), + .datac(\text_gen|char_ram~38345_combout ), + .datad(\text_gen|char_ram~38338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38346 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38378 ( +// Equation(s): +// \text_gen|char_ram~38378_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38367_combout & (\text_gen|char_ram~38377_combout )) # (!\text_gen|char_ram~38367_combout & ((\text_gen|char_ram~38346_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~38367_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~38367_combout ), + .datac(\text_gen|char_ram~38377_combout ), + .datad(\text_gen|char_ram~38346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38378 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38379 ( +// Equation(s): +// \text_gen|char_ram~38379_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38336_combout & ((\text_gen|char_ram~38378_combout ))) # (!\text_gen|char_ram~38336_combout & (\text_gen|char_ram~38251_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~38336_combout )))) + + .dataa(\text_gen|char_ram~38251_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38336_combout ), + .datad(\text_gen|char_ram~38378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38379 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5052feeder ( +// Equation(s): +// \text_gen|char_ram~5052feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~5052feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5052feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~5052feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y35_N19 +dffeas \text_gen|char_ram~5052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5052feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y35_N29 +dffeas \text_gen|char_ram~5080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y35_N29 +dffeas \text_gen|char_ram~5045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y32_N25 +dffeas \text_gen|char_ram~5073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37846 ( +// Equation(s): +// \text_gen|char_ram~37846_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~5073_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5045_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5045_q ), + .datad(\text_gen|char_ram~5073_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37846 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37847 ( +// Equation(s): +// \text_gen|char_ram~37847_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37846_combout & ((\text_gen|char_ram~5080_q ))) # (!\text_gen|char_ram~37846_combout & (\text_gen|char_ram~5052_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37846_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5052_q ), + .datac(\text_gen|char_ram~5080_q ), + .datad(\text_gen|char_ram~37846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37847 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y31_N23 +dffeas \text_gen|char_ram~4961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y31_N9 +dffeas \text_gen|char_ram~4968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y27_N29 +dffeas \text_gen|char_ram~4940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y27_N3 +dffeas \text_gen|char_ram~4933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37850 ( +// Equation(s): +// \text_gen|char_ram~37850_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4940_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~4933_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4940_q ), + .datac(\text_gen|char_ram~4933_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37850 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37851 ( +// Equation(s): +// \text_gen|char_ram~37851_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37850_combout & ((\text_gen|char_ram~4968_q ))) # (!\text_gen|char_ram~37850_combout & (\text_gen|char_ram~4961_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37850_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4961_q ), + .datac(\text_gen|char_ram~4968_q ), + .datad(\text_gen|char_ram~37850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37851 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5017feeder ( +// Equation(s): +// \text_gen|char_ram~5017feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5017feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5017feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5017feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y31_N27 +dffeas \text_gen|char_ram~5017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5017feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y31_N5 +dffeas \text_gen|char_ram~5024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y27_N15 +dffeas \text_gen|char_ram~4989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y27_N25 +dffeas \text_gen|char_ram~4996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37848 ( +// Equation(s): +// \text_gen|char_ram~37848_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~4996_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4989_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4989_q ), + .datad(\text_gen|char_ram~4996_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37848 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37849 ( +// Equation(s): +// \text_gen|char_ram~37849_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37848_combout & ((\text_gen|char_ram~5024_q ))) # (!\text_gen|char_ram~37848_combout & (\text_gen|char_ram~5017_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37848_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5017_q ), + .datac(\text_gen|char_ram~5024_q ), + .datad(\text_gen|char_ram~37848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37849 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37852 ( +// Equation(s): +// \text_gen|char_ram~37852_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~37849_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~37851_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37851_combout ), + .datad(\text_gen|char_ram~37849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37852 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y36_N21 +dffeas \text_gen|char_ram~5108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y36_N29 +dffeas \text_gen|char_ram~5136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y36_N19 +dffeas \text_gen|char_ram~5101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5129feeder ( +// Equation(s): +// \text_gen|char_ram~5129feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5129feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5129feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5129feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y36_N29 +dffeas \text_gen|char_ram~5129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5129feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37853 ( +// Equation(s): +// \text_gen|char_ram~37853_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~5129_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5101_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5101_q ), + .datad(\text_gen|char_ram~5129_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37853 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37854 ( +// Equation(s): +// \text_gen|char_ram~37854_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37853_combout & ((\text_gen|char_ram~5136_q ))) # (!\text_gen|char_ram~37853_combout & (\text_gen|char_ram~5108_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37853_combout )))) + + .dataa(\text_gen|char_ram~5108_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5136_q ), + .datad(\text_gen|char_ram~37853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37854 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37855 ( +// Equation(s): +// \text_gen|char_ram~37855_combout = (\text_gen|char_ram~37852_combout & (((\text_gen|char_ram~37854_combout ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~37852_combout & (\text_gen|char_ram~37847_combout & (\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~37847_combout ), + .datab(\text_gen|char_ram~37852_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~37854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37855 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~37855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y37_N21 +dffeas \text_gen|char_ram~5269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5297feeder ( +// Equation(s): +// \text_gen|char_ram~5297feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5297feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5297feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5297feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N1 +dffeas \text_gen|char_ram~5297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5297feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37836 ( +// Equation(s): +// \text_gen|char_ram~37836_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5297_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5269_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5269_q ), + .datad(\text_gen|char_ram~5297_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37836 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N31 +dffeas \text_gen|char_ram~5304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y36_N29 +dffeas \text_gen|char_ram~5276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37837 ( +// Equation(s): +// \text_gen|char_ram~37837_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37836_combout & (\text_gen|char_ram~5304_q )) # (!\text_gen|char_ram~37836_combout & ((\text_gen|char_ram~5276_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37836_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37836_combout ), + .datac(\text_gen|char_ram~5304_q ), + .datad(\text_gen|char_ram~5276_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37837 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5332feeder ( +// Equation(s): +// \text_gen|char_ram~5332feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5332feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5332feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5332feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y35_N13 +dffeas \text_gen|char_ram~5332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5332feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y35_N29 +dffeas \text_gen|char_ram~5360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y36_N31 +dffeas \text_gen|char_ram~5353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y35_N19 +dffeas \text_gen|char_ram~5325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37843 ( +// Equation(s): +// \text_gen|char_ram~37843_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5353_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5325_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~5353_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5325_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37843 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37844 ( +// Equation(s): +// \text_gen|char_ram~37844_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37843_combout & ((\text_gen|char_ram~5360_q ))) # (!\text_gen|char_ram~37843_combout & (\text_gen|char_ram~5332_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37843_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5332_q ), + .datac(\text_gen|char_ram~5360_q ), + .datad(\text_gen|char_ram~37843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37844 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y31_N3 +dffeas \text_gen|char_ram~5185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y35_N27 +dffeas \text_gen|char_ram~5192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5164feeder ( +// Equation(s): +// \text_gen|char_ram~5164feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5164feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N25 +dffeas \text_gen|char_ram~5164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y35_N29 +dffeas \text_gen|char_ram~5157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37840 ( +// Equation(s): +// \text_gen|char_ram~37840_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~5164_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~5157_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5164_q ), + .datac(\text_gen|char_ram~5157_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37840 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37841 ( +// Equation(s): +// \text_gen|char_ram~37841_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37840_combout & ((\text_gen|char_ram~5192_q ))) # (!\text_gen|char_ram~37840_combout & (\text_gen|char_ram~5185_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37840_combout )))) + + .dataa(\text_gen|char_ram~5185_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5192_q ), + .datad(\text_gen|char_ram~37840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37841 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N5 +dffeas \text_gen|char_ram~5213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y27_N29 +dffeas \text_gen|char_ram~5220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37838 ( +// Equation(s): +// \text_gen|char_ram~37838_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5220_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5213_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5213_q ), + .datad(\text_gen|char_ram~5220_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37838 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N19 +dffeas \text_gen|char_ram~5248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5241feeder ( +// Equation(s): +// \text_gen|char_ram~5241feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5241feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5241feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5241feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y31_N13 +dffeas \text_gen|char_ram~5241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5241feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37839 ( +// Equation(s): +// \text_gen|char_ram~37839_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37838_combout & (\text_gen|char_ram~5248_q )) # (!\text_gen|char_ram~37838_combout & ((\text_gen|char_ram~5241_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37838_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37838_combout ), + .datac(\text_gen|char_ram~5248_q ), + .datad(\text_gen|char_ram~5241_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37839 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37842 ( +// Equation(s): +// \text_gen|char_ram~37842_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~37839_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~37841_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37841_combout ), + .datad(\text_gen|char_ram~37839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37842 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37845 ( +// Equation(s): +// \text_gen|char_ram~37845_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37842_combout & ((\text_gen|char_ram~37844_combout ))) # (!\text_gen|char_ram~37842_combout & (\text_gen|char_ram~37837_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37842_combout )))) + + .dataa(\text_gen|char_ram~37837_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37844_combout ), + .datad(\text_gen|char_ram~37842_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37845 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37856 ( +// Equation(s): +// \text_gen|char_ram~37856_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~37845_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~37855_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|char_ram~37855_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~37845_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37856 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~37856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y25_N25 +dffeas \text_gen|char_ram~5318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5290feeder ( +// Equation(s): +// \text_gen|char_ram~5290feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5290feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5290feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5290feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N29 +dffeas \text_gen|char_ram~5290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5290feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y29_N29 +dffeas \text_gen|char_ram~5311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y25_N29 +dffeas \text_gen|char_ram~5283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37857 ( +// Equation(s): +// \text_gen|char_ram~37857_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5311_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5283_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~5311_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5283_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37857 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37858 ( +// Equation(s): +// \text_gen|char_ram~37858_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37857_combout & (\text_gen|char_ram~5318_q )) # (!\text_gen|char_ram~37857_combout & ((\text_gen|char_ram~5290_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37857_combout )))) + + .dataa(\text_gen|char_ram~5318_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5290_q ), + .datad(\text_gen|char_ram~37857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37858 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5346feeder ( +// Equation(s): +// \text_gen|char_ram~5346feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5346feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N11 +dffeas \text_gen|char_ram~5346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y25_N11 +dffeas \text_gen|char_ram~5374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y29_N21 +dffeas \text_gen|char_ram~5367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y25_N17 +dffeas \text_gen|char_ram~5339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37864 ( +// Equation(s): +// \text_gen|char_ram~37864_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~5367_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~5339_q ))))) + + .dataa(\text_gen|char_ram~5367_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5339_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37864 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37865 ( +// Equation(s): +// \text_gen|char_ram~37865_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37864_combout & ((\text_gen|char_ram~5374_q ))) # (!\text_gen|char_ram~37864_combout & (\text_gen|char_ram~5346_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37864_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5346_q ), + .datac(\text_gen|char_ram~5374_q ), + .datad(\text_gen|char_ram~37864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37865 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N7 +dffeas \text_gen|char_ram~5227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5234feeder ( +// Equation(s): +// \text_gen|char_ram~5234feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N13 +dffeas \text_gen|char_ram~5234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37859 ( +// Equation(s): +// \text_gen|char_ram~37859_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5234_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5227_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5227_q ), + .datad(\text_gen|char_ram~5234_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37859 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y27_N31 +dffeas \text_gen|char_ram~5262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5255feeder ( +// Equation(s): +// \text_gen|char_ram~5255feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y31_N29 +dffeas \text_gen|char_ram~5255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37860 ( +// Equation(s): +// \text_gen|char_ram~37860_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37859_combout & (\text_gen|char_ram~5262_q )) # (!\text_gen|char_ram~37859_combout & ((\text_gen|char_ram~5255_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37859_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37859_combout ), + .datac(\text_gen|char_ram~5262_q ), + .datad(\text_gen|char_ram~5255_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37860 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y31_N17 +dffeas \text_gen|char_ram~5199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y27_N29 +dffeas \text_gen|char_ram~5206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N25 +dffeas \text_gen|char_ram~5171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5178feeder ( +// Equation(s): +// \text_gen|char_ram~5178feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5178feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y26_N25 +dffeas \text_gen|char_ram~5178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37861 ( +// Equation(s): +// \text_gen|char_ram~37861_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5178_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5171_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5171_q ), + .datad(\text_gen|char_ram~5178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37861 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37862 ( +// Equation(s): +// \text_gen|char_ram~37862_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37861_combout & ((\text_gen|char_ram~5206_q ))) # (!\text_gen|char_ram~37861_combout & (\text_gen|char_ram~5199_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37861_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5199_q ), + .datac(\text_gen|char_ram~5206_q ), + .datad(\text_gen|char_ram~37861_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37862 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37863 ( +// Equation(s): +// \text_gen|char_ram~37863_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~37860_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~37862_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~37860_combout ), + .datad(\text_gen|char_ram~37862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37863 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37866 ( +// Equation(s): +// \text_gen|char_ram~37866_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37863_combout & ((\text_gen|char_ram~37865_combout ))) # (!\text_gen|char_ram~37863_combout & (\text_gen|char_ram~37858_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37863_combout )))) + + .dataa(\text_gen|char_ram~37858_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37865_combout ), + .datad(\text_gen|char_ram~37863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37866 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y29_N17 +dffeas \text_gen|char_ram~5031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N7 +dffeas \text_gen|char_ram~5038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N17 +dffeas \text_gen|char_ram~5003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y24_N11 +dffeas \text_gen|char_ram~5010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37828 ( +// Equation(s): +// \text_gen|char_ram~37828_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5010_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5003_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5003_q ), + .datad(\text_gen|char_ram~5010_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37828 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37829 ( +// Equation(s): +// \text_gen|char_ram~37829_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37828_combout & ((\text_gen|char_ram~5038_q ))) # (!\text_gen|char_ram~37828_combout & (\text_gen|char_ram~5031_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37828_combout )))) + + .dataa(\text_gen|char_ram~5031_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5038_q ), + .datad(\text_gen|char_ram~37828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37829 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N19 +dffeas \text_gen|char_ram~4947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y25_N21 +dffeas \text_gen|char_ram~4954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37830 ( +// Equation(s): +// \text_gen|char_ram~37830_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~4954_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4947_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4947_q ), + .datad(\text_gen|char_ram~4954_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37830 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y29_N3 +dffeas \text_gen|char_ram~4982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y33_N29 +dffeas \text_gen|char_ram~4975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37831 ( +// Equation(s): +// \text_gen|char_ram~37831_combout = (\text_gen|char_ram~37830_combout & (((\text_gen|char_ram~4982_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37830_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4975_q )))) + + .dataa(\text_gen|char_ram~37830_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4982_q ), + .datad(\text_gen|char_ram~4975_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37831 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37832 ( +// Equation(s): +// \text_gen|char_ram~37832_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~37829_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~37831_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37829_combout ), + .datad(\text_gen|char_ram~37831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37832 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y27_N19 +dffeas \text_gen|char_ram~5122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y27_N1 +dffeas \text_gen|char_ram~5150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y37_N27 +dffeas \text_gen|char_ram~5115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5143feeder ( +// Equation(s): +// \text_gen|char_ram~5143feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y40_N11 +dffeas \text_gen|char_ram~5143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37833 ( +// Equation(s): +// \text_gen|char_ram~37833_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5143_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5115_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5115_q ), + .datad(\text_gen|char_ram~5143_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37833 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37834 ( +// Equation(s): +// \text_gen|char_ram~37834_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37833_combout & ((\text_gen|char_ram~5150_q ))) # (!\text_gen|char_ram~37833_combout & (\text_gen|char_ram~5122_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37833_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5122_q ), + .datac(\text_gen|char_ram~5150_q ), + .datad(\text_gen|char_ram~37833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37834 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N9 +dffeas \text_gen|char_ram~5066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y29_N19 +dffeas \text_gen|char_ram~5094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y29_N5 +dffeas \text_gen|char_ram~5059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5087feeder ( +// Equation(s): +// \text_gen|char_ram~5087feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~5087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5087feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N15 +dffeas \text_gen|char_ram~5087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37826 ( +// Equation(s): +// \text_gen|char_ram~37826_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5087_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5059_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5059_q ), + .datad(\text_gen|char_ram~5087_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37826 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37827 ( +// Equation(s): +// \text_gen|char_ram~37827_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37826_combout & ((\text_gen|char_ram~5094_q ))) # (!\text_gen|char_ram~37826_combout & (\text_gen|char_ram~5066_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37826_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5066_q ), + .datac(\text_gen|char_ram~5094_q ), + .datad(\text_gen|char_ram~37826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37827 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37835 ( +// Equation(s): +// \text_gen|char_ram~37835_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37832_combout & (\text_gen|char_ram~37834_combout )) # (!\text_gen|char_ram~37832_combout & ((\text_gen|char_ram~37827_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37832_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37832_combout ), + .datac(\text_gen|char_ram~37834_combout ), + .datad(\text_gen|char_ram~37827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37835 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37867 ( +// Equation(s): +// \text_gen|char_ram~37867_combout = (\text_gen|char_ram~37856_combout & (((\text_gen|char_ram~37866_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~37856_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37835_combout )))) + + .dataa(\text_gen|char_ram~37856_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37866_combout ), + .datad(\text_gen|char_ram~37835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37867 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4842feeder ( +// Equation(s): +// \text_gen|char_ram~4842feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y55_N17 +dffeas \text_gen|char_ram~4842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y55_N11 +dffeas \text_gen|char_ram~4870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y58_N1 +dffeas \text_gen|char_ram~4863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y59_N13 +dffeas \text_gen|char_ram~4835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37706 ( +// Equation(s): +// \text_gen|char_ram~37706_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~4863_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~4835_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4863_q ), + .datac(\text_gen|char_ram~4835_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37706 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37707 ( +// Equation(s): +// \text_gen|char_ram~37707_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37706_combout & ((\text_gen|char_ram~4870_q ))) # (!\text_gen|char_ram~37706_combout & (\text_gen|char_ram~4842_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37706_combout )))) + + .dataa(\text_gen|char_ram~4842_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4870_q ), + .datad(\text_gen|char_ram~37706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37707 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N21 +dffeas \text_gen|char_ram~4758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y55_N23 +dffeas \text_gen|char_ram~4751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y51_N9 +dffeas \text_gen|char_ram~4723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4730feeder ( +// Equation(s): +// \text_gen|char_ram~4730feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y55_N5 +dffeas \text_gen|char_ram~4730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37699 ( +// Equation(s): +// \text_gen|char_ram~37699_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~4730_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4723_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4723_q ), + .datad(\text_gen|char_ram~4730_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37699 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37700 ( +// Equation(s): +// \text_gen|char_ram~37700_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37699_combout & (\text_gen|char_ram~4758_q )) # (!\text_gen|char_ram~37699_combout & ((\text_gen|char_ram~4751_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37699_combout )))) + + .dataa(\text_gen|char_ram~4758_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4751_q ), + .datad(\text_gen|char_ram~37699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37700 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4527feeder ( +// Equation(s): +// \text_gen|char_ram~4527feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4527feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4527feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4527feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y58_N21 +dffeas \text_gen|char_ram~4527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4527feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y58_N9 +dffeas \text_gen|char_ram~4534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y55_N15 +dffeas \text_gen|char_ram~4499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4506feeder ( +// Equation(s): +// \text_gen|char_ram~4506feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y55_N1 +dffeas \text_gen|char_ram~4506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37703 ( +// Equation(s): +// \text_gen|char_ram~37703_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4506_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4499_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4499_q ), + .datad(\text_gen|char_ram~4506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37703 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37704 ( +// Equation(s): +// \text_gen|char_ram~37704_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37703_combout & ((\text_gen|char_ram~4534_q ))) # (!\text_gen|char_ram~37703_combout & (\text_gen|char_ram~4527_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37703_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4527_q ), + .datac(\text_gen|char_ram~4534_q ), + .datad(\text_gen|char_ram~37703_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37704 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4639feeder ( +// Equation(s): +// \text_gen|char_ram~4639feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4639feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4639feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4639feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y55_N9 +dffeas \text_gen|char_ram~4639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4639feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y53_N11 +dffeas \text_gen|char_ram~4611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37701 ( +// Equation(s): +// \text_gen|char_ram~37701_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4639_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~4611_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~4639_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4611_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37701 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4618feeder ( +// Equation(s): +// \text_gen|char_ram~4618feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4618feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y53_N9 +dffeas \text_gen|char_ram~4618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y55_N27 +dffeas \text_gen|char_ram~4646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37702 ( +// Equation(s): +// \text_gen|char_ram~37702_combout = (\text_gen|char_ram~37701_combout & (((\text_gen|char_ram~4646_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~37701_combout & (\text_gen|char_ram~4618_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~37701_combout ), + .datab(\text_gen|char_ram~4618_q ), + .datac(\text_gen|char_ram~4646_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37702 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~37702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37705 ( +// Equation(s): +// \text_gen|char_ram~37705_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~37702_combout ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~37704_combout & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~37704_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37702_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37705 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~37705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37708 ( +// Equation(s): +// \text_gen|char_ram~37708_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37705_combout & (\text_gen|char_ram~37707_combout )) # (!\text_gen|char_ram~37705_combout & ((\text_gen|char_ram~37700_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37705_combout )))) + + .dataa(\text_gen|char_ram~37707_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37700_combout ), + .datad(\text_gen|char_ram~37705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37708 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4674feeder ( +// Equation(s): +// \text_gen|char_ram~4674feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4674feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y55_N17 +dffeas \text_gen|char_ram~4674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y55_N15 +dffeas \text_gen|char_ram~4702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4695feeder ( +// Equation(s): +// \text_gen|char_ram~4695feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y50_N17 +dffeas \text_gen|char_ram~4695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y50_N1 +dffeas \text_gen|char_ram~4667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37730 ( +// Equation(s): +// \text_gen|char_ram~37730_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4695_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~4667_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4695_q ), + .datac(\text_gen|char_ram~4667_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37730 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37731 ( +// Equation(s): +// \text_gen|char_ram~37731_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37730_combout & ((\text_gen|char_ram~4702_q ))) # (!\text_gen|char_ram~37730_combout & (\text_gen|char_ram~4674_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37730_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4674_q ), + .datac(\text_gen|char_ram~4702_q ), + .datad(\text_gen|char_ram~37730_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37731 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N25 +dffeas \text_gen|char_ram~4779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y51_N7 +dffeas \text_gen|char_ram~4786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37732 ( +// Equation(s): +// \text_gen|char_ram~37732_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4786_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4779_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4779_q ), + .datad(\text_gen|char_ram~4786_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37732 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N15 +dffeas \text_gen|char_ram~4814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4807feeder ( +// Equation(s): +// \text_gen|char_ram~4807feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4807feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4807feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4807feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y55_N13 +dffeas \text_gen|char_ram~4807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4807feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37733 ( +// Equation(s): +// \text_gen|char_ram~37733_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37732_combout & (\text_gen|char_ram~4814_q )) # (!\text_gen|char_ram~37732_combout & ((\text_gen|char_ram~4807_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37732_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37732_combout ), + .datac(\text_gen|char_ram~4814_q ), + .datad(\text_gen|char_ram~4807_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37733 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4583feeder ( +// Equation(s): +// \text_gen|char_ram~4583feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4583feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4583feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4583feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N15 +dffeas \text_gen|char_ram~4583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4583feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y58_N13 +dffeas \text_gen|char_ram~4590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y59_N25 +dffeas \text_gen|char_ram~4555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4562feeder ( +// Equation(s): +// \text_gen|char_ram~4562feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y61_N17 +dffeas \text_gen|char_ram~4562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37734 ( +// Equation(s): +// \text_gen|char_ram~37734_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~4562_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4555_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4555_q ), + .datad(\text_gen|char_ram~4562_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37734 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37735 ( +// Equation(s): +// \text_gen|char_ram~37735_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37734_combout & ((\text_gen|char_ram~4590_q ))) # (!\text_gen|char_ram~37734_combout & (\text_gen|char_ram~4583_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37734_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4583_q ), + .datac(\text_gen|char_ram~4590_q ), + .datad(\text_gen|char_ram~37734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37735 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37736 ( +// Equation(s): +// \text_gen|char_ram~37736_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~37733_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~37735_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37733_combout ), + .datad(\text_gen|char_ram~37735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37736 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4898feeder ( +// Equation(s): +// \text_gen|char_ram~4898feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N5 +dffeas \text_gen|char_ram~4898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y58_N9 +dffeas \text_gen|char_ram~4926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y59_N21 +dffeas \text_gen|char_ram~4891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y58_N7 +dffeas \text_gen|char_ram~4919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37737 ( +// Equation(s): +// \text_gen|char_ram~37737_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4919_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4891_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4891_q ), + .datad(\text_gen|char_ram~4919_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37737 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37738 ( +// Equation(s): +// \text_gen|char_ram~37738_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37737_combout & ((\text_gen|char_ram~4926_q ))) # (!\text_gen|char_ram~37737_combout & (\text_gen|char_ram~4898_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37737_combout )))) + + .dataa(\text_gen|char_ram~4898_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4926_q ), + .datad(\text_gen|char_ram~37737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37738 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37739 ( +// Equation(s): +// \text_gen|char_ram~37739_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37736_combout & ((\text_gen|char_ram~37738_combout ))) # (!\text_gen|char_ram~37736_combout & (\text_gen|char_ram~37731_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37736_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37731_combout ), + .datac(\text_gen|char_ram~37736_combout ), + .datad(\text_gen|char_ram~37738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37739 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~37739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4884feeder ( +// Equation(s): +// \text_gen|char_ram~4884feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4884feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4884feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4884feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y63_N25 +dffeas \text_gen|char_ram~4884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4884feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y63_N15 +dffeas \text_gen|char_ram~4912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y63_N21 +dffeas \text_gen|char_ram~4877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y66_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4905feeder ( +// Equation(s): +// \text_gen|char_ram~4905feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4905feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4905feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4905feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y66_N25 +dffeas \text_gen|char_ram~4905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4905feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37716 ( +// Equation(s): +// \text_gen|char_ram~37716_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~4905_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4877_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4877_q ), + .datad(\text_gen|char_ram~4905_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37716 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37717 ( +// Equation(s): +// \text_gen|char_ram~37717_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37716_combout & ((\text_gen|char_ram~4912_q ))) # (!\text_gen|char_ram~37716_combout & (\text_gen|char_ram~4884_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37716_combout )))) + + .dataa(\text_gen|char_ram~4884_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4912_q ), + .datad(\text_gen|char_ram~37716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37717 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4569feeder ( +// Equation(s): +// \text_gen|char_ram~4569feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4569feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4569feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4569feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N17 +dffeas \text_gen|char_ram~4569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4569feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y63_N5 +dffeas \text_gen|char_ram~4576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y63_N3 +dffeas \text_gen|char_ram~4541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4548feeder ( +// Equation(s): +// \text_gen|char_ram~4548feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4548feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4548feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4548feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y63_N25 +dffeas \text_gen|char_ram~4548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4548feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37713 ( +// Equation(s): +// \text_gen|char_ram~37713_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4548_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4541_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4541_q ), + .datad(\text_gen|char_ram~4548_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37713 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37714 ( +// Equation(s): +// \text_gen|char_ram~37714_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37713_combout & ((\text_gen|char_ram~4576_q ))) # (!\text_gen|char_ram~37713_combout & (\text_gen|char_ram~4569_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37713_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4569_q ), + .datac(\text_gen|char_ram~4576_q ), + .datad(\text_gen|char_ram~37713_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37714 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y51_N21 +dffeas \text_gen|char_ram~4793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y51_N27 +dffeas \text_gen|char_ram~4800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y51_N21 +dffeas \text_gen|char_ram~4765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N21 +dffeas \text_gen|char_ram~4772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37711 ( +// Equation(s): +// \text_gen|char_ram~37711_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~4772_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4765_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4765_q ), + .datad(\text_gen|char_ram~4772_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37711 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37712 ( +// Equation(s): +// \text_gen|char_ram~37712_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37711_combout & ((\text_gen|char_ram~4800_q ))) # (!\text_gen|char_ram~37711_combout & (\text_gen|char_ram~4793_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37711_combout )))) + + .dataa(\text_gen|char_ram~4793_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4800_q ), + .datad(\text_gen|char_ram~37711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37712 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37715 ( +// Equation(s): +// \text_gen|char_ram~37715_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~37712_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~37714_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37714_combout ), + .datad(\text_gen|char_ram~37712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37715 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4660feeder ( +// Equation(s): +// \text_gen|char_ram~4660feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4660feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4660feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4660feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y52_N11 +dffeas \text_gen|char_ram~4660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4660feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y52_N9 +dffeas \text_gen|char_ram~4688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y52_N25 +dffeas \text_gen|char_ram~4653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4681feeder ( +// Equation(s): +// \text_gen|char_ram~4681feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4681feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4681feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4681feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y56_N19 +dffeas \text_gen|char_ram~4681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4681feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37709 ( +// Equation(s): +// \text_gen|char_ram~37709_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~4681_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4653_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4653_q ), + .datad(\text_gen|char_ram~4681_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37709 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37710 ( +// Equation(s): +// \text_gen|char_ram~37710_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37709_combout & ((\text_gen|char_ram~4688_q ))) # (!\text_gen|char_ram~37709_combout & (\text_gen|char_ram~4660_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37709_combout )))) + + .dataa(\text_gen|char_ram~4660_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4688_q ), + .datad(\text_gen|char_ram~37709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37710 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37718 ( +// Equation(s): +// \text_gen|char_ram~37718_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37715_combout & (\text_gen|char_ram~37717_combout )) # (!\text_gen|char_ram~37715_combout & ((\text_gen|char_ram~37710_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37715_combout )))) + + .dataa(\text_gen|char_ram~37717_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37715_combout ), + .datad(\text_gen|char_ram~37710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37718 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4828feeder ( +// Equation(s): +// \text_gen|char_ram~4828feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4828feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4828feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4828feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y63_N5 +dffeas \text_gen|char_ram~4828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4828feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y63_N25 +dffeas \text_gen|char_ram~4856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y65_N21 +dffeas \text_gen|char_ram~4821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y65_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4849feeder ( +// Equation(s): +// \text_gen|char_ram~4849feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4849feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4849feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4849feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y65_N25 +dffeas \text_gen|char_ram~4849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4849feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y65_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37726 ( +// Equation(s): +// \text_gen|char_ram~37726_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4849_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4821_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4821_q ), + .datad(\text_gen|char_ram~4849_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37726 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37727 ( +// Equation(s): +// \text_gen|char_ram~37727_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37726_combout & ((\text_gen|char_ram~4856_q ))) # (!\text_gen|char_ram~37726_combout & (\text_gen|char_ram~4828_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37726_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4828_q ), + .datac(\text_gen|char_ram~4856_q ), + .datad(\text_gen|char_ram~37726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37727 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4716feeder ( +// Equation(s): +// \text_gen|char_ram~4716feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4716feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4716feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4716feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N13 +dffeas \text_gen|char_ram~4716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4716feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N27 +dffeas \text_gen|char_ram~4709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37719 ( +// Equation(s): +// \text_gen|char_ram~37719_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4716_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4709_q ))))) + + .dataa(\text_gen|char_ram~4716_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4709_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37719 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y47_N9 +dffeas \text_gen|char_ram~4744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y51_N29 +dffeas \text_gen|char_ram~4737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37720 ( +// Equation(s): +// \text_gen|char_ram~37720_combout = (\text_gen|char_ram~37719_combout & (((\text_gen|char_ram~4744_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37719_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4737_q )))) + + .dataa(\text_gen|char_ram~37719_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4744_q ), + .datad(\text_gen|char_ram~4737_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37720 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y63_N5 +dffeas \text_gen|char_ram~4485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4492feeder ( +// Equation(s): +// \text_gen|char_ram~4492feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4492feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y63_N25 +dffeas \text_gen|char_ram~4492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37723 ( +// Equation(s): +// \text_gen|char_ram~37723_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4492_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4485_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4485_q ), + .datad(\text_gen|char_ram~4492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37723 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y59_N23 +dffeas \text_gen|char_ram~4520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4513feeder ( +// Equation(s): +// \text_gen|char_ram~4513feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4513feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4513feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4513feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y63_N7 +dffeas \text_gen|char_ram~4513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4513feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37724 ( +// Equation(s): +// \text_gen|char_ram~37724_combout = (\text_gen|char_ram~37723_combout & (((\text_gen|char_ram~4520_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37723_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4513_q )))) + + .dataa(\text_gen|char_ram~37723_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4520_q ), + .datad(\text_gen|char_ram~4513_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37724 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4604feeder ( +// Equation(s): +// \text_gen|char_ram~4604feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4604feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4604feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4604feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y59_N1 +dffeas \text_gen|char_ram~4604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4604feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y59_N25 +dffeas \text_gen|char_ram~4632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y44_N5 +dffeas \text_gen|char_ram~4597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4625feeder ( +// Equation(s): +// \text_gen|char_ram~4625feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4625feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y47_N17 +dffeas \text_gen|char_ram~4625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37721 ( +// Equation(s): +// \text_gen|char_ram~37721_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4625_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4597_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4597_q ), + .datad(\text_gen|char_ram~4625_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37721 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37722 ( +// Equation(s): +// \text_gen|char_ram~37722_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37721_combout & ((\text_gen|char_ram~4632_q ))) # (!\text_gen|char_ram~37721_combout & (\text_gen|char_ram~4604_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37721_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4604_q ), + .datac(\text_gen|char_ram~4632_q ), + .datad(\text_gen|char_ram~37721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37722 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37725 ( +// Equation(s): +// \text_gen|char_ram~37725_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~37722_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~37724_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~37724_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~37722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37725 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~37725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37728 ( +// Equation(s): +// \text_gen|char_ram~37728_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37725_combout & (\text_gen|char_ram~37727_combout )) # (!\text_gen|char_ram~37725_combout & ((\text_gen|char_ram~37720_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37725_combout )))) + + .dataa(\text_gen|char_ram~37727_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37720_combout ), + .datad(\text_gen|char_ram~37725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37728 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37729 ( +// Equation(s): +// \text_gen|char_ram~37729_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~37718_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~37728_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37718_combout ), + .datad(\text_gen|char_ram~37728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37729 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37740 ( +// Equation(s): +// \text_gen|char_ram~37740_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37729_combout & ((\text_gen|char_ram~37739_combout ))) # (!\text_gen|char_ram~37729_combout & (\text_gen|char_ram~37708_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37729_combout )))) + + .dataa(\text_gen|char_ram~37708_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37739_combout ), + .datad(\text_gen|char_ram~37729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37740 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y49_N3 +dffeas \text_gen|char_ram~3981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4009feeder ( +// Equation(s): +// \text_gen|char_ram~4009feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4009feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y44_N1 +dffeas \text_gen|char_ram~4009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37800 ( +// Equation(s): +// \text_gen|char_ram~37800_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~4009_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3981_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3981_q ), + .datad(\text_gen|char_ram~4009_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37800 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y49_N15 +dffeas \text_gen|char_ram~4016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y49_N29 +dffeas \text_gen|char_ram~3988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37801 ( +// Equation(s): +// \text_gen|char_ram~37801_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37800_combout & (\text_gen|char_ram~4016_q )) # (!\text_gen|char_ram~37800_combout & ((\text_gen|char_ram~3988_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37800_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37800_combout ), + .datac(\text_gen|char_ram~4016_q ), + .datad(\text_gen|char_ram~3988_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37801 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y47_N25 +dffeas \text_gen|char_ram~3673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y49_N21 +dffeas \text_gen|char_ram~3645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y47_N25 +dffeas \text_gen|char_ram~3652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37797 ( +// Equation(s): +// \text_gen|char_ram~37797_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3652_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3645_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3645_q ), + .datad(\text_gen|char_ram~3652_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37797 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y45_N7 +dffeas \text_gen|char_ram~3680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37798 ( +// Equation(s): +// \text_gen|char_ram~37798_combout = (\text_gen|char_ram~37797_combout & (((\text_gen|char_ram~3680_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37797_combout & (\text_gen|char_ram~3673_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~3673_q ), + .datab(\text_gen|char_ram~37797_combout ), + .datac(\text_gen|char_ram~3680_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37798 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~37798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3897feeder ( +// Equation(s): +// \text_gen|char_ram~3897feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y41_N29 +dffeas \text_gen|char_ram~3897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y45_N17 +dffeas \text_gen|char_ram~3904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y44_N1 +dffeas \text_gen|char_ram~3869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3876feeder ( +// Equation(s): +// \text_gen|char_ram~3876feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3876feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3876feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3876feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y47_N11 +dffeas \text_gen|char_ram~3876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3876feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37795 ( +// Equation(s): +// \text_gen|char_ram~37795_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3876_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3869_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3869_q ), + .datad(\text_gen|char_ram~3876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37795 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37796 ( +// Equation(s): +// \text_gen|char_ram~37796_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37795_combout & ((\text_gen|char_ram~3904_q ))) # (!\text_gen|char_ram~37795_combout & (\text_gen|char_ram~3897_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37795_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3897_q ), + .datac(\text_gen|char_ram~3904_q ), + .datad(\text_gen|char_ram~37795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37796 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37799 ( +// Equation(s): +// \text_gen|char_ram~37799_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~37796_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~37798_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37798_combout ), + .datad(\text_gen|char_ram~37796_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37799 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3764feeder ( +// Equation(s): +// \text_gen|char_ram~3764feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3764feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3764feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3764feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y45_N13 +dffeas \text_gen|char_ram~3764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3764feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y45_N23 +dffeas \text_gen|char_ram~3792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3785feeder ( +// Equation(s): +// \text_gen|char_ram~3785feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3785feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3785feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3785feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y47_N29 +dffeas \text_gen|char_ram~3785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3785feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y45_N1 +dffeas \text_gen|char_ram~3757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37793 ( +// Equation(s): +// \text_gen|char_ram~37793_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3785_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~3757_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~3785_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3757_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37793 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37794 ( +// Equation(s): +// \text_gen|char_ram~37794_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37793_combout & ((\text_gen|char_ram~3792_q ))) # (!\text_gen|char_ram~37793_combout & (\text_gen|char_ram~3764_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37793_combout )))) + + .dataa(\text_gen|char_ram~3764_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3792_q ), + .datad(\text_gen|char_ram~37793_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37794 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37802 ( +// Equation(s): +// \text_gen|char_ram~37802_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37799_combout & (\text_gen|char_ram~37801_combout )) # (!\text_gen|char_ram~37799_combout & ((\text_gen|char_ram~37794_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37799_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37801_combout ), + .datac(\text_gen|char_ram~37799_combout ), + .datad(\text_gen|char_ram~37794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37802 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~37802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N3 +dffeas \text_gen|char_ram~3813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3820feeder ( +// Equation(s): +// \text_gen|char_ram~3820feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3820feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3820feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3820feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N7 +dffeas \text_gen|char_ram~3820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3820feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37803 ( +// Equation(s): +// \text_gen|char_ram~37803_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3820_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3813_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3813_q ), + .datad(\text_gen|char_ram~3820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37803 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N25 +dffeas \text_gen|char_ram~3848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y35_N7 +dffeas \text_gen|char_ram~3841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37804 ( +// Equation(s): +// \text_gen|char_ram~37804_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37803_combout & (\text_gen|char_ram~3848_q )) # (!\text_gen|char_ram~37803_combout & ((\text_gen|char_ram~3841_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37803_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37803_combout ), + .datac(\text_gen|char_ram~3848_q ), + .datad(\text_gen|char_ram~3841_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37804 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3708feeder ( +// Equation(s): +// \text_gen|char_ram~3708feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3708feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3708feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3708feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y49_N9 +dffeas \text_gen|char_ram~3708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3708feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y45_N9 +dffeas \text_gen|char_ram~3736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3729feeder ( +// Equation(s): +// \text_gen|char_ram~3729feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3729feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y47_N23 +dffeas \text_gen|char_ram~3729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y45_N19 +dffeas \text_gen|char_ram~3701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37805 ( +// Equation(s): +// \text_gen|char_ram~37805_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~3729_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~3701_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3729_q ), + .datac(\text_gen|char_ram~3701_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37805 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37806 ( +// Equation(s): +// \text_gen|char_ram~37806_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37805_combout & ((\text_gen|char_ram~3736_q ))) # (!\text_gen|char_ram~37805_combout & (\text_gen|char_ram~3708_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37805_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3708_q ), + .datac(\text_gen|char_ram~3736_q ), + .datad(\text_gen|char_ram~37805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37806 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y49_N19 +dffeas \text_gen|char_ram~3589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N17 +dffeas \text_gen|char_ram~3596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37807 ( +// Equation(s): +// \text_gen|char_ram~37807_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3596_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3589_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3589_q ), + .datad(\text_gen|char_ram~3596_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37807 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y46_N11 +dffeas \text_gen|char_ram~3624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y46_N9 +dffeas \text_gen|char_ram~3617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37808 ( +// Equation(s): +// \text_gen|char_ram~37808_combout = (\text_gen|char_ram~37807_combout & (((\text_gen|char_ram~3624_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37807_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3617_q )))) + + .dataa(\text_gen|char_ram~37807_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3624_q ), + .datad(\text_gen|char_ram~3617_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37808 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37809 ( +// Equation(s): +// \text_gen|char_ram~37809_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~37806_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~37808_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37806_combout ), + .datad(\text_gen|char_ram~37808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37809 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y46_N5 +dffeas \text_gen|char_ram~3932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y50_N31 +dffeas \text_gen|char_ram~3960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y50_N21 +dffeas \text_gen|char_ram~3925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3953feeder ( +// Equation(s): +// \text_gen|char_ram~3953feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y50_N15 +dffeas \text_gen|char_ram~3953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37810 ( +// Equation(s): +// \text_gen|char_ram~37810_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3953_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3925_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3925_q ), + .datad(\text_gen|char_ram~3953_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37810 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37811 ( +// Equation(s): +// \text_gen|char_ram~37811_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37810_combout & ((\text_gen|char_ram~3960_q ))) # (!\text_gen|char_ram~37810_combout & (\text_gen|char_ram~3932_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37810_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3932_q ), + .datac(\text_gen|char_ram~3960_q ), + .datad(\text_gen|char_ram~37810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37811 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37812 ( +// Equation(s): +// \text_gen|char_ram~37812_combout = (\text_gen|char_ram~37809_combout & (((\text_gen|char_ram~37811_combout ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~37809_combout & (\text_gen|char_ram~37804_combout & (\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~37804_combout ), + .datab(\text_gen|char_ram~37809_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~37811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37812 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~37812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37813 ( +// Equation(s): +// \text_gen|char_ram~37813_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~37802_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~37812_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37802_combout ), + .datad(\text_gen|char_ram~37812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37813 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y49_N23 +dffeas \text_gen|char_ram~3659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y49_N29 +dffeas \text_gen|char_ram~3666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37818 ( +// Equation(s): +// \text_gen|char_ram~37818_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3666_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3659_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3659_q ), + .datad(\text_gen|char_ram~3666_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37818 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y49_N23 +dffeas \text_gen|char_ram~3694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N1 +dffeas \text_gen|char_ram~3687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37819 ( +// Equation(s): +// \text_gen|char_ram~37819_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37818_combout & (\text_gen|char_ram~3694_q )) # (!\text_gen|char_ram~37818_combout & ((\text_gen|char_ram~3687_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37818_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37818_combout ), + .datac(\text_gen|char_ram~3694_q ), + .datad(\text_gen|char_ram~3687_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37819 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3911feeder ( +// Equation(s): +// \text_gen|char_ram~3911feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3911feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3911feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3911feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y35_N7 +dffeas \text_gen|char_ram~3911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3911feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y49_N29 +dffeas \text_gen|char_ram~3918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y44_N19 +dffeas \text_gen|char_ram~3883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3890feeder ( +// Equation(s): +// \text_gen|char_ram~3890feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3890feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N7 +dffeas \text_gen|char_ram~3890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37816 ( +// Equation(s): +// \text_gen|char_ram~37816_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3890_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3883_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3883_q ), + .datad(\text_gen|char_ram~3890_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37816 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37817 ( +// Equation(s): +// \text_gen|char_ram~37817_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37816_combout & ((\text_gen|char_ram~3918_q ))) # (!\text_gen|char_ram~37816_combout & (\text_gen|char_ram~3911_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37816_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3911_q ), + .datac(\text_gen|char_ram~3918_q ), + .datad(\text_gen|char_ram~37816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37817 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37820 ( +// Equation(s): +// \text_gen|char_ram~37820_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~37817_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37819_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37819_combout ), + .datad(\text_gen|char_ram~37817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37820 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4002feeder ( +// Equation(s): +// \text_gen|char_ram~4002feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4002feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4002feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4002feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y47_N9 +dffeas \text_gen|char_ram~4002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4002feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y51_N21 +dffeas \text_gen|char_ram~4030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y51_N7 +dffeas \text_gen|char_ram~3995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N11 +dffeas \text_gen|char_ram~4023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37821 ( +// Equation(s): +// \text_gen|char_ram~37821_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4023_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3995_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3995_q ), + .datad(\text_gen|char_ram~4023_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37821 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37822 ( +// Equation(s): +// \text_gen|char_ram~37822_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37821_combout & ((\text_gen|char_ram~4030_q ))) # (!\text_gen|char_ram~37821_combout & (\text_gen|char_ram~4002_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37821_combout )))) + + .dataa(\text_gen|char_ram~4002_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4030_q ), + .datad(\text_gen|char_ram~37821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37822 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3778feeder ( +// Equation(s): +// \text_gen|char_ram~3778feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N31 +dffeas \text_gen|char_ram~3778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y49_N29 +dffeas \text_gen|char_ram~3771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3799feeder ( +// Equation(s): +// \text_gen|char_ram~3799feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3799feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y49_N25 +dffeas \text_gen|char_ram~3799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37814 ( +// Equation(s): +// \text_gen|char_ram~37814_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3799_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3771_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3771_q ), + .datad(\text_gen|char_ram~3799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37814 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y49_N31 +dffeas \text_gen|char_ram~3806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37815 ( +// Equation(s): +// \text_gen|char_ram~37815_combout = (\text_gen|char_ram~37814_combout & (((\text_gen|char_ram~3806_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~37814_combout & (\text_gen|char_ram~3778_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~3778_q ), + .datab(\text_gen|char_ram~37814_combout ), + .datac(\text_gen|char_ram~3806_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37815 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~37815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37823 ( +// Equation(s): +// \text_gen|char_ram~37823_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37820_combout & (\text_gen|char_ram~37822_combout )) # (!\text_gen|char_ram~37820_combout & ((\text_gen|char_ram~37815_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37820_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37820_combout ), + .datac(\text_gen|char_ram~37822_combout ), + .datad(\text_gen|char_ram~37815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37823 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y51_N25 +dffeas \text_gen|char_ram~3946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y51_N13 +dffeas \text_gen|char_ram~3974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y51_N11 +dffeas \text_gen|char_ram~3939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y52_N25 +dffeas \text_gen|char_ram~3967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37790 ( +// Equation(s): +// \text_gen|char_ram~37790_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3967_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3939_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3939_q ), + .datad(\text_gen|char_ram~3967_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37790 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37791 ( +// Equation(s): +// \text_gen|char_ram~37791_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37790_combout & ((\text_gen|char_ram~3974_q ))) # (!\text_gen|char_ram~37790_combout & (\text_gen|char_ram~3946_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37790_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3946_q ), + .datac(\text_gen|char_ram~3974_q ), + .datad(\text_gen|char_ram~37790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37791 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3855feeder ( +// Equation(s): +// \text_gen|char_ram~3855feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3855feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3855feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3855feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y44_N19 +dffeas \text_gen|char_ram~3855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3855feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y44_N15 +dffeas \text_gen|char_ram~3862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y44_N13 +dffeas \text_gen|char_ram~3827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~3834feeder ( +// Equation(s): +// \text_gen|char_ram~3834feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3834feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y44_N3 +dffeas \text_gen|char_ram~3834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37783 ( +// Equation(s): +// \text_gen|char_ram~37783_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3834_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3827_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3827_q ), + .datad(\text_gen|char_ram~3834_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37783 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37784 ( +// Equation(s): +// \text_gen|char_ram~37784_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37783_combout & ((\text_gen|char_ram~3862_q ))) # (!\text_gen|char_ram~37783_combout & (\text_gen|char_ram~3855_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37783_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3855_q ), + .datac(\text_gen|char_ram~3862_q ), + .datad(\text_gen|char_ram~37783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37784 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y51_N5 +dffeas \text_gen|char_ram~3603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y47_N25 +dffeas \text_gen|char_ram~3610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37787 ( +// Equation(s): +// \text_gen|char_ram~37787_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3610_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3603_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3603_q ), + .datad(\text_gen|char_ram~3610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37787 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y51_N1 +dffeas \text_gen|char_ram~3638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3631feeder ( +// Equation(s): +// \text_gen|char_ram~3631feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3631feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3631feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3631feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y54_N27 +dffeas \text_gen|char_ram~3631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3631feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37788 ( +// Equation(s): +// \text_gen|char_ram~37788_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37787_combout & (\text_gen|char_ram~3638_q )) # (!\text_gen|char_ram~37787_combout & ((\text_gen|char_ram~3631_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37787_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37787_combout ), + .datac(\text_gen|char_ram~3638_q ), + .datad(\text_gen|char_ram~3631_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37788 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y47_N1 +dffeas \text_gen|char_ram~3722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y47_N15 +dffeas \text_gen|char_ram~3750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y45_N1 +dffeas \text_gen|char_ram~3715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y47_N17 +dffeas \text_gen|char_ram~3743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37785 ( +// Equation(s): +// \text_gen|char_ram~37785_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3743_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3715_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3715_q ), + .datad(\text_gen|char_ram~3743_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37785 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37786 ( +// Equation(s): +// \text_gen|char_ram~37786_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37785_combout & ((\text_gen|char_ram~3750_q ))) # (!\text_gen|char_ram~37785_combout & (\text_gen|char_ram~3722_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37785_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3722_q ), + .datac(\text_gen|char_ram~3750_q ), + .datad(\text_gen|char_ram~37785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37786 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37789 ( +// Equation(s): +// \text_gen|char_ram~37789_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~37786_combout ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~37788_combout & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37788_combout ), + .datac(\text_gen|char_ram~37786_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37789 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~37789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37792 ( +// Equation(s): +// \text_gen|char_ram~37792_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37789_combout & (\text_gen|char_ram~37791_combout )) # (!\text_gen|char_ram~37789_combout & ((\text_gen|char_ram~37784_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37789_combout )))) + + .dataa(\text_gen|char_ram~37791_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37784_combout ), + .datad(\text_gen|char_ram~37789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37792 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37824 ( +// Equation(s): +// \text_gen|char_ram~37824_combout = (\text_gen|char_ram~37813_combout & ((\text_gen|char_ram~37823_combout ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~37813_combout & (((\vga_c|h_cnt [5] & \text_gen|char_ram~37792_combout )))) + + .dataa(\text_gen|char_ram~37813_combout ), + .datab(\text_gen|char_ram~37823_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~37792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37824 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~37824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y24_N1 +dffeas \text_gen|char_ram~4289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y24_N3 +dffeas \text_gen|char_ram~4296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y22_N27 +dffeas \text_gen|char_ram~4261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y22_N25 +dffeas \text_gen|char_ram~4268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37761 ( +// Equation(s): +// \text_gen|char_ram~37761_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4268_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4261_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4261_q ), + .datad(\text_gen|char_ram~4268_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37761 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37762 ( +// Equation(s): +// \text_gen|char_ram~37762_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37761_combout & ((\text_gen|char_ram~4296_q ))) # (!\text_gen|char_ram~37761_combout & (\text_gen|char_ram~4289_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37761_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4289_q ), + .datac(\text_gen|char_ram~4296_q ), + .datad(\text_gen|char_ram~37761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37762 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4380feeder ( +// Equation(s): +// \text_gen|char_ram~4380feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4380feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y18_N1 +dffeas \text_gen|char_ram~4380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N7 +dffeas \text_gen|char_ram~4408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y16_N3 +dffeas \text_gen|char_ram~4401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N21 +dffeas \text_gen|char_ram~4373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37768 ( +// Equation(s): +// \text_gen|char_ram~37768_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~4401_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~4373_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4401_q ), + .datac(\text_gen|char_ram~4373_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37768 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37769 ( +// Equation(s): +// \text_gen|char_ram~37769_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37768_combout & ((\text_gen|char_ram~4408_q ))) # (!\text_gen|char_ram~37768_combout & (\text_gen|char_ram~4380_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37768_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4380_q ), + .datac(\text_gen|char_ram~4408_q ), + .datad(\text_gen|char_ram~37768_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37769 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4156feeder ( +// Equation(s): +// \text_gen|char_ram~4156feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4156feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4156feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4156feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y32_N5 +dffeas \text_gen|char_ram~4156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4156feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y24_N13 +dffeas \text_gen|char_ram~4184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y24_N11 +dffeas \text_gen|char_ram~4149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y24_N29 +dffeas \text_gen|char_ram~4177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4177 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37763 ( +// Equation(s): +// \text_gen|char_ram~37763_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4177_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4149_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4149_q ), + .datad(\text_gen|char_ram~4177_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37763 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37764 ( +// Equation(s): +// \text_gen|char_ram~37764_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37763_combout & ((\text_gen|char_ram~4184_q ))) # (!\text_gen|char_ram~37763_combout & (\text_gen|char_ram~4156_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37763_combout )))) + + .dataa(\text_gen|char_ram~4156_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4184_q ), + .datad(\text_gen|char_ram~37763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37764 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4065feeder ( +// Equation(s): +// \text_gen|char_ram~4065feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4065feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y18_N25 +dffeas \text_gen|char_ram~4065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y24_N19 +dffeas \text_gen|char_ram~4072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N17 +dffeas \text_gen|char_ram~4037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y22_N13 +dffeas \text_gen|char_ram~4044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37765 ( +// Equation(s): +// \text_gen|char_ram~37765_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~4044_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4037_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4037_q ), + .datad(\text_gen|char_ram~4044_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37765 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37766 ( +// Equation(s): +// \text_gen|char_ram~37766_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37765_combout & ((\text_gen|char_ram~4072_q ))) # (!\text_gen|char_ram~37765_combout & (\text_gen|char_ram~4065_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37765_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4065_q ), + .datac(\text_gen|char_ram~4072_q ), + .datad(\text_gen|char_ram~37765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37766 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37767 ( +// Equation(s): +// \text_gen|char_ram~37767_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37764_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~37766_combout )))) + + .dataa(\text_gen|char_ram~37764_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~37766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37767 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~37767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37770 ( +// Equation(s): +// \text_gen|char_ram~37770_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37767_combout & ((\text_gen|char_ram~37769_combout ))) # (!\text_gen|char_ram~37767_combout & (\text_gen|char_ram~37762_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37767_combout )))) + + .dataa(\text_gen|char_ram~37762_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37769_combout ), + .datad(\text_gen|char_ram~37767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37770 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y21_N19 +dffeas \text_gen|char_ram~4387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y17_N19 +dffeas \text_gen|char_ram~4415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37758 ( +// Equation(s): +// \text_gen|char_ram~37758_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~4415_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4387_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4387_q ), + .datad(\text_gen|char_ram~4415_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37758 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y21_N9 +dffeas \text_gen|char_ram~4422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y14_N9 +dffeas \text_gen|char_ram~4394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37759 ( +// Equation(s): +// \text_gen|char_ram~37759_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37758_combout & (\text_gen|char_ram~4422_q )) # (!\text_gen|char_ram~37758_combout & ((\text_gen|char_ram~4394_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37758_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37758_combout ), + .datac(\text_gen|char_ram~4422_q ), + .datad(\text_gen|char_ram~4394_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37759 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4079feeder ( +// Equation(s): +// \text_gen|char_ram~4079feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y18_N23 +dffeas \text_gen|char_ram~4079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N7 +dffeas \text_gen|char_ram~4086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y21_N7 +dffeas \text_gen|char_ram~4058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N29 +dffeas \text_gen|char_ram~4051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37755 ( +// Equation(s): +// \text_gen|char_ram~37755_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4058_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~4051_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4058_q ), + .datac(\text_gen|char_ram~4051_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37755 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37756 ( +// Equation(s): +// \text_gen|char_ram~37756_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37755_combout & ((\text_gen|char_ram~4086_q ))) # (!\text_gen|char_ram~37755_combout & (\text_gen|char_ram~4079_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37755_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4079_q ), + .datac(\text_gen|char_ram~4086_q ), + .datad(\text_gen|char_ram~37755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37756 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4191feeder ( +// Equation(s): +// \text_gen|char_ram~4191feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y22_N23 +dffeas \text_gen|char_ram~4191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y22_N23 +dffeas \text_gen|char_ram~4163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37753 ( +// Equation(s): +// \text_gen|char_ram~37753_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4191_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~4163_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~4191_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4163_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37753 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~37753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y22_N9 +dffeas \text_gen|char_ram~4198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y25_N29 +dffeas \text_gen|char_ram~4170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37754 ( +// Equation(s): +// \text_gen|char_ram~37754_combout = (\text_gen|char_ram~37753_combout & (((\text_gen|char_ram~4198_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37753_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4170_q )))) + + .dataa(\text_gen|char_ram~37753_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4198_q ), + .datad(\text_gen|char_ram~4170_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37754 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37757 ( +// Equation(s): +// \text_gen|char_ram~37757_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~37754_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37756_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37756_combout ), + .datad(\text_gen|char_ram~37754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37757 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y22_N11 +dffeas \text_gen|char_ram~4275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4282feeder ( +// Equation(s): +// \text_gen|char_ram~4282feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4282feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y22_N19 +dffeas \text_gen|char_ram~4282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37751 ( +// Equation(s): +// \text_gen|char_ram~37751_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~4282_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4275_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4275_q ), + .datad(\text_gen|char_ram~4282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37751 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y22_N13 +dffeas \text_gen|char_ram~4310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y22_N9 +dffeas \text_gen|char_ram~4303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37752 ( +// Equation(s): +// \text_gen|char_ram~37752_combout = (\text_gen|char_ram~37751_combout & (((\text_gen|char_ram~4310_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37751_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4303_q )))) + + .dataa(\text_gen|char_ram~37751_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4310_q ), + .datad(\text_gen|char_ram~4303_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37752 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37760 ( +// Equation(s): +// \text_gen|char_ram~37760_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37757_combout & (\text_gen|char_ram~37759_combout )) # (!\text_gen|char_ram~37757_combout & ((\text_gen|char_ram~37752_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37757_combout )))) + + .dataa(\text_gen|char_ram~37759_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37757_combout ), + .datad(\text_gen|char_ram~37752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37760 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37771 ( +// Equation(s): +// \text_gen|char_ram~37771_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~37760_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37770_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37770_combout ), + .datad(\text_gen|char_ram~37760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37771 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y13_N15 +dffeas \text_gen|char_ram~4093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4100feeder ( +// Equation(s): +// \text_gen|char_ram~4100feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4100feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4100feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4100feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y17_N21 +dffeas \text_gen|char_ram~4100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4100feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37745 ( +// Equation(s): +// \text_gen|char_ram~37745_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4100_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4093_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4093_q ), + .datad(\text_gen|char_ram~4100_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37745 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y13_N31 +dffeas \text_gen|char_ram~4128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y9_N29 +dffeas \text_gen|char_ram~4121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37746 ( +// Equation(s): +// \text_gen|char_ram~37746_combout = (\text_gen|char_ram~37745_combout & (((\text_gen|char_ram~4128_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37745_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4121_q )))) + + .dataa(\text_gen|char_ram~37745_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4128_q ), + .datad(\text_gen|char_ram~4121_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37746 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y18_N29 +dffeas \text_gen|char_ram~4345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y13_N25 +dffeas \text_gen|char_ram~4352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y22_N13 +dffeas \text_gen|char_ram~4324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y22_N15 +dffeas \text_gen|char_ram~4317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37743 ( +// Equation(s): +// \text_gen|char_ram~37743_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4324_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4317_q ))))) + + .dataa(\text_gen|char_ram~4324_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4317_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37743 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~37743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37744 ( +// Equation(s): +// \text_gen|char_ram~37744_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37743_combout & ((\text_gen|char_ram~4352_q ))) # (!\text_gen|char_ram~37743_combout & (\text_gen|char_ram~4345_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37743_combout )))) + + .dataa(\text_gen|char_ram~4345_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4352_q ), + .datad(\text_gen|char_ram~37743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37744 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37747 ( +// Equation(s): +// \text_gen|char_ram~37747_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~37744_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37746_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37746_combout ), + .datad(\text_gen|char_ram~37744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37747 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N7 +dffeas \text_gen|char_ram~4429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y16_N23 +dffeas \text_gen|char_ram~4457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37748 ( +// Equation(s): +// \text_gen|char_ram~37748_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4457_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4429_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4429_q ), + .datad(\text_gen|char_ram~4457_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37748 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N1 +dffeas \text_gen|char_ram~4464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4436feeder ( +// Equation(s): +// \text_gen|char_ram~4436feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4436feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4436feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4436feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N25 +dffeas \text_gen|char_ram~4436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4436feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37749 ( +// Equation(s): +// \text_gen|char_ram~37749_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37748_combout & (\text_gen|char_ram~4464_q )) # (!\text_gen|char_ram~37748_combout & ((\text_gen|char_ram~4436_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37748_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37748_combout ), + .datac(\text_gen|char_ram~4464_q ), + .datad(\text_gen|char_ram~4436_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37749 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y20_N7 +dffeas \text_gen|char_ram~4205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4233feeder ( +// Equation(s): +// \text_gen|char_ram~4233feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4233feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y20_N25 +dffeas \text_gen|char_ram~4233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37741 ( +// Equation(s): +// \text_gen|char_ram~37741_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4233_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4205_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4205_q ), + .datad(\text_gen|char_ram~4233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37741 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y20_N31 +dffeas \text_gen|char_ram~4240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4212feeder ( +// Equation(s): +// \text_gen|char_ram~4212feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y22_N9 +dffeas \text_gen|char_ram~4212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37742 ( +// Equation(s): +// \text_gen|char_ram~37742_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37741_combout & (\text_gen|char_ram~4240_q )) # (!\text_gen|char_ram~37741_combout & ((\text_gen|char_ram~4212_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37741_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37741_combout ), + .datac(\text_gen|char_ram~4240_q ), + .datad(\text_gen|char_ram~4212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37742 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37750 ( +// Equation(s): +// \text_gen|char_ram~37750_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37747_combout & (\text_gen|char_ram~37749_combout )) # (!\text_gen|char_ram~37747_combout & ((\text_gen|char_ram~37742_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37747_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37747_combout ), + .datac(\text_gen|char_ram~37749_combout ), + .datad(\text_gen|char_ram~37742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37750 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y12_N11 +dffeas \text_gen|char_ram~4443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y17_N11 +dffeas \text_gen|char_ram~4471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37779 ( +// Equation(s): +// \text_gen|char_ram~37779_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4471_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4443_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4443_q ), + .datad(\text_gen|char_ram~4471_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37779 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y13_N1 +dffeas \text_gen|char_ram~4478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y7_N25 +dffeas \text_gen|char_ram~4450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37780 ( +// Equation(s): +// \text_gen|char_ram~37780_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37779_combout & (\text_gen|char_ram~4478_q )) # (!\text_gen|char_ram~37779_combout & ((\text_gen|char_ram~4450_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37779_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37779_combout ), + .datac(\text_gen|char_ram~4478_q ), + .datad(\text_gen|char_ram~4450_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37780 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4359feeder ( +// Equation(s): +// \text_gen|char_ram~4359feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y18_N5 +dffeas \text_gen|char_ram~4359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y14_N27 +dffeas \text_gen|char_ram~4366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y22_N23 +dffeas \text_gen|char_ram~4331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y22_N1 +dffeas \text_gen|char_ram~4338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37774 ( +// Equation(s): +// \text_gen|char_ram~37774_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4338_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4331_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4331_q ), + .datad(\text_gen|char_ram~4338_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37774 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37775 ( +// Equation(s): +// \text_gen|char_ram~37775_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37774_combout & ((\text_gen|char_ram~4366_q ))) # (!\text_gen|char_ram~37774_combout & (\text_gen|char_ram~4359_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37774_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4359_q ), + .datac(\text_gen|char_ram~4366_q ), + .datad(\text_gen|char_ram~37774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37775 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y26_N15 +dffeas \text_gen|char_ram~4107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y26_N29 +dffeas \text_gen|char_ram~4114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37776 ( +// Equation(s): +// \text_gen|char_ram~37776_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4114_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4107_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4107_q ), + .datad(\text_gen|char_ram~4114_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37776 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y14_N25 +dffeas \text_gen|char_ram~4142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4135feeder ( +// Equation(s): +// \text_gen|char_ram~4135feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~4135feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4135feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4135feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y15_N7 +dffeas \text_gen|char_ram~4135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4135feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37777 ( +// Equation(s): +// \text_gen|char_ram~37777_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37776_combout & (\text_gen|char_ram~4142_q )) # (!\text_gen|char_ram~37776_combout & ((\text_gen|char_ram~4135_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37776_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37776_combout ), + .datac(\text_gen|char_ram~4142_q ), + .datad(\text_gen|char_ram~4135_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37777 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37778 ( +// Equation(s): +// \text_gen|char_ram~37778_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~37775_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~37777_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37775_combout ), + .datad(\text_gen|char_ram~37777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37778 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4226feeder ( +// Equation(s): +// \text_gen|char_ram~4226feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4226feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y22_N11 +dffeas \text_gen|char_ram~4226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y18_N23 +dffeas \text_gen|char_ram~4254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y18_N1 +dffeas \text_gen|char_ram~4219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4247feeder ( +// Equation(s): +// \text_gen|char_ram~4247feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4247feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y18_N25 +dffeas \text_gen|char_ram~4247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37772 ( +// Equation(s): +// \text_gen|char_ram~37772_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~4247_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4219_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4219_q ), + .datad(\text_gen|char_ram~4247_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37772 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37773 ( +// Equation(s): +// \text_gen|char_ram~37773_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37772_combout & ((\text_gen|char_ram~4254_q ))) # (!\text_gen|char_ram~37772_combout & (\text_gen|char_ram~4226_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37772_combout )))) + + .dataa(\text_gen|char_ram~4226_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4254_q ), + .datad(\text_gen|char_ram~37772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37773 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37781 ( +// Equation(s): +// \text_gen|char_ram~37781_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37778_combout & (\text_gen|char_ram~37780_combout )) # (!\text_gen|char_ram~37778_combout & ((\text_gen|char_ram~37773_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37778_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37780_combout ), + .datac(\text_gen|char_ram~37778_combout ), + .datad(\text_gen|char_ram~37773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37781 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~37781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37782 ( +// Equation(s): +// \text_gen|char_ram~37782_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37771_combout & ((\text_gen|char_ram~37781_combout ))) # (!\text_gen|char_ram~37771_combout & (\text_gen|char_ram~37750_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~37771_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37771_combout ), + .datac(\text_gen|char_ram~37750_combout ), + .datad(\text_gen|char_ram~37781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37782 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~37782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37825 ( +// Equation(s): +// \text_gen|char_ram~37825_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~37782_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~37824_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~37824_combout ), + .datad(\text_gen|char_ram~37782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37825 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37868 ( +// Equation(s): +// \text_gen|char_ram~37868_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~37825_combout & (\text_gen|char_ram~37867_combout )) # (!\text_gen|char_ram~37825_combout & ((\text_gen|char_ram~37740_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~37825_combout )))) + + .dataa(\text_gen|char_ram~37867_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~37740_combout ), + .datad(\text_gen|char_ram~37825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37868 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y30_N13 +dffeas \text_gen|char_ram~1349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y34_N19 +dffeas \text_gen|char_ram~1356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38190 ( +// Equation(s): +// \text_gen|char_ram~38190_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1356_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1349_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1349_q ), + .datad(\text_gen|char_ram~1356_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38190 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y30_N19 +dffeas \text_gen|char_ram~1384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y34_N17 +dffeas \text_gen|char_ram~1377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38191 ( +// Equation(s): +// \text_gen|char_ram~38191_combout = (\text_gen|char_ram~38190_combout & (((\text_gen|char_ram~1384_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38190_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~1377_q )))) + + .dataa(\text_gen|char_ram~38190_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1384_q ), + .datad(\text_gen|char_ram~1377_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38191 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y38_N23 +dffeas \text_gen|char_ram~1468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y38_N23 +dffeas \text_gen|char_ram~1496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y38_N21 +dffeas \text_gen|char_ram~1461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~1489feeder ( +// Equation(s): +// \text_gen|char_ram~1489feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y38_N7 +dffeas \text_gen|char_ram~1489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38188 ( +// Equation(s): +// \text_gen|char_ram~38188_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1489_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1461_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1461_q ), + .datad(\text_gen|char_ram~1489_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38188 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38189 ( +// Equation(s): +// \text_gen|char_ram~38189_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38188_combout & ((\text_gen|char_ram~1496_q ))) # (!\text_gen|char_ram~38188_combout & (\text_gen|char_ram~1468_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38188_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1468_q ), + .datac(\text_gen|char_ram~1496_q ), + .datad(\text_gen|char_ram~38188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38189 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38192 ( +// Equation(s): +// \text_gen|char_ram~38192_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~38189_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~38191_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38191_combout ), + .datad(\text_gen|char_ram~38189_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38192 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y34_N25 +dffeas \text_gen|char_ram~1692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N19 +dffeas \text_gen|char_ram~1720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1713feeder ( +// Equation(s): +// \text_gen|char_ram~1713feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y37_N13 +dffeas \text_gen|char_ram~1713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N25 +dffeas \text_gen|char_ram~1685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38193 ( +// Equation(s): +// \text_gen|char_ram~38193_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~1713_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~1685_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1713_q ), + .datac(\text_gen|char_ram~1685_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38193 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38194 ( +// Equation(s): +// \text_gen|char_ram~38194_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38193_combout & ((\text_gen|char_ram~1720_q ))) # (!\text_gen|char_ram~38193_combout & (\text_gen|char_ram~1692_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38193_combout )))) + + .dataa(\text_gen|char_ram~1692_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1720_q ), + .datad(\text_gen|char_ram~38193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38194 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y35_N19 +dffeas \text_gen|char_ram~1601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y35_N25 +dffeas \text_gen|char_ram~1608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N1 +dffeas \text_gen|char_ram~1573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1580feeder ( +// Equation(s): +// \text_gen|char_ram~1580feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1580feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1580feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1580feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y38_N29 +dffeas \text_gen|char_ram~1580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1580feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38186 ( +// Equation(s): +// \text_gen|char_ram~38186_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~1580_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1573_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1573_q ), + .datad(\text_gen|char_ram~1580_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38186 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38187 ( +// Equation(s): +// \text_gen|char_ram~38187_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38186_combout & ((\text_gen|char_ram~1608_q ))) # (!\text_gen|char_ram~38186_combout & (\text_gen|char_ram~1601_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38186_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1601_q ), + .datac(\text_gen|char_ram~1608_q ), + .datad(\text_gen|char_ram~38186_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38187 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38195 ( +// Equation(s): +// \text_gen|char_ram~38195_combout = (\text_gen|char_ram~38192_combout & (((\text_gen|char_ram~38194_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~38192_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~38187_combout )))) + + .dataa(\text_gen|char_ram~38192_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38194_combout ), + .datad(\text_gen|char_ram~38187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38195 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1391feeder ( +// Equation(s): +// \text_gen|char_ram~1391feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y33_N27 +dffeas \text_gen|char_ram~1391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y25_N27 +dffeas \text_gen|char_ram~1398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y25_N13 +dffeas \text_gen|char_ram~1370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y25_N21 +dffeas \text_gen|char_ram~1363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38180 ( +// Equation(s): +// \text_gen|char_ram~38180_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~1370_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~1363_q ))))) + + .dataa(\text_gen|char_ram~1370_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1363_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38180 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38181 ( +// Equation(s): +// \text_gen|char_ram~38181_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38180_combout & ((\text_gen|char_ram~1398_q ))) # (!\text_gen|char_ram~38180_combout & (\text_gen|char_ram~1391_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38180_combout )))) + + .dataa(\text_gen|char_ram~1391_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1398_q ), + .datad(\text_gen|char_ram~38180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38181 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1482feeder ( +// Equation(s): +// \text_gen|char_ram~1482feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1482feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1482feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1482feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y36_N17 +dffeas \text_gen|char_ram~1482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1482feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y36_N27 +dffeas \text_gen|char_ram~1510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y36_N21 +dffeas \text_gen|char_ram~1475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1503feeder ( +// Equation(s): +// \text_gen|char_ram~1503feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1503feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y36_N5 +dffeas \text_gen|char_ram~1503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38178 ( +// Equation(s): +// \text_gen|char_ram~38178_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1503_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1475_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1475_q ), + .datad(\text_gen|char_ram~1503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38178 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38179 ( +// Equation(s): +// \text_gen|char_ram~38179_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38178_combout & ((\text_gen|char_ram~1510_q ))) # (!\text_gen|char_ram~38178_combout & (\text_gen|char_ram~1482_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38178_combout )))) + + .dataa(\text_gen|char_ram~1482_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1510_q ), + .datad(\text_gen|char_ram~38178_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38179 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38182 ( +// Equation(s): +// \text_gen|char_ram~38182_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~38179_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~38181_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38181_combout ), + .datad(\text_gen|char_ram~38179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38182 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y25_N27 +dffeas \text_gen|char_ram~1699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1727feeder ( +// Equation(s): +// \text_gen|char_ram~1727feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y25_N15 +dffeas \text_gen|char_ram~1727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38183 ( +// Equation(s): +// \text_gen|char_ram~38183_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1727_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1699_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1699_q ), + .datad(\text_gen|char_ram~1727_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38183 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y25_N13 +dffeas \text_gen|char_ram~1734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1706feeder ( +// Equation(s): +// \text_gen|char_ram~1706feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y25_N5 +dffeas \text_gen|char_ram~1706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38184 ( +// Equation(s): +// \text_gen|char_ram~38184_combout = (\text_gen|char_ram~38183_combout & (((\text_gen|char_ram~1734_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~38183_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1706_q )))) + + .dataa(\text_gen|char_ram~38183_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1734_q ), + .datad(\text_gen|char_ram~1706_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38184 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y26_N17 +dffeas \text_gen|char_ram~1615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y25_N21 +dffeas \text_gen|char_ram~1622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N23 +dffeas \text_gen|char_ram~1587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y25_N5 +dffeas \text_gen|char_ram~1594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38176 ( +// Equation(s): +// \text_gen|char_ram~38176_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~1594_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1587_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1587_q ), + .datad(\text_gen|char_ram~1594_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38176 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38177 ( +// Equation(s): +// \text_gen|char_ram~38177_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38176_combout & ((\text_gen|char_ram~1622_q ))) # (!\text_gen|char_ram~38176_combout & (\text_gen|char_ram~1615_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38176_combout )))) + + .dataa(\text_gen|char_ram~1615_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1622_q ), + .datad(\text_gen|char_ram~38176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38177 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38185 ( +// Equation(s): +// \text_gen|char_ram~38185_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~38182_combout & (\text_gen|char_ram~38184_combout )) # (!\text_gen|char_ram~38182_combout & ((\text_gen|char_ram~38177_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~38182_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~38182_combout ), + .datac(\text_gen|char_ram~38184_combout ), + .datad(\text_gen|char_ram~38177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38185 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38196 ( +// Equation(s): +// \text_gen|char_ram~38196_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~38185_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~38195_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38195_combout ), + .datad(\text_gen|char_ram~38185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38196 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y28_N21 +dffeas \text_gen|char_ram~1433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y28_N27 +dffeas \text_gen|char_ram~1440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y28_N21 +dffeas \text_gen|char_ram~1405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y28_N29 +dffeas \text_gen|char_ram~1412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38170 ( +// Equation(s): +// \text_gen|char_ram~38170_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~1412_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1405_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1405_q ), + .datad(\text_gen|char_ram~1412_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38170 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38171 ( +// Equation(s): +// \text_gen|char_ram~38171_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38170_combout & ((\text_gen|char_ram~1440_q ))) # (!\text_gen|char_ram~38170_combout & (\text_gen|char_ram~1433_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38170_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1433_q ), + .datac(\text_gen|char_ram~1440_q ), + .datad(\text_gen|char_ram~38170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38171 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~1657feeder ( +// Equation(s): +// \text_gen|char_ram~1657feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N1 +dffeas \text_gen|char_ram~1657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y31_N3 +dffeas \text_gen|char_ram~1664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1636feeder ( +// Equation(s): +// \text_gen|char_ram~1636feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y34_N9 +dffeas \text_gen|char_ram~1636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y31_N13 +dffeas \text_gen|char_ram~1629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38168 ( +// Equation(s): +// \text_gen|char_ram~38168_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~1636_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~1629_q ))))) + + .dataa(\text_gen|char_ram~1636_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1629_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38168 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38169 ( +// Equation(s): +// \text_gen|char_ram~38169_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38168_combout & ((\text_gen|char_ram~1664_q ))) # (!\text_gen|char_ram~38168_combout & (\text_gen|char_ram~1657_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38168_combout )))) + + .dataa(\text_gen|char_ram~1657_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1664_q ), + .datad(\text_gen|char_ram~38168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38169 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38172 ( +// Equation(s): +// \text_gen|char_ram~38172_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~38169_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~38171_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38171_combout ), + .datad(\text_gen|char_ram~38169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38172 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y34_N11 +dffeas \text_gen|char_ram~1748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y30_N31 +dffeas \text_gen|char_ram~1776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y30_N29 +dffeas \text_gen|char_ram~1741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1769feeder ( +// Equation(s): +// \text_gen|char_ram~1769feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1769feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1769feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1769feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y32_N13 +dffeas \text_gen|char_ram~1769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1769feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38173 ( +// Equation(s): +// \text_gen|char_ram~38173_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1769_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1741_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1741_q ), + .datad(\text_gen|char_ram~1769_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38173 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38174 ( +// Equation(s): +// \text_gen|char_ram~38174_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38173_combout & ((\text_gen|char_ram~1776_q ))) # (!\text_gen|char_ram~38173_combout & (\text_gen|char_ram~1748_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38173_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1748_q ), + .datac(\text_gen|char_ram~1776_q ), + .datad(\text_gen|char_ram~38173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38174 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1524feeder ( +// Equation(s): +// \text_gen|char_ram~1524feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1524feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1524feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1524feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y36_N13 +dffeas \text_gen|char_ram~1524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1524feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N21 +dffeas \text_gen|char_ram~1552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y34_N25 +dffeas \text_gen|char_ram~1517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y30_N27 +dffeas \text_gen|char_ram~1545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38166 ( +// Equation(s): +// \text_gen|char_ram~38166_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1545_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1517_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1517_q ), + .datad(\text_gen|char_ram~1545_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38166 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38167 ( +// Equation(s): +// \text_gen|char_ram~38167_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38166_combout & ((\text_gen|char_ram~1552_q ))) # (!\text_gen|char_ram~38166_combout & (\text_gen|char_ram~1524_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38166_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1524_q ), + .datac(\text_gen|char_ram~1552_q ), + .datad(\text_gen|char_ram~38166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38167 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38175 ( +// Equation(s): +// \text_gen|char_ram~38175_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38172_combout & (\text_gen|char_ram~38174_combout )) # (!\text_gen|char_ram~38172_combout & ((\text_gen|char_ram~38167_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~38172_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38172_combout ), + .datac(\text_gen|char_ram~38174_combout ), + .datad(\text_gen|char_ram~38167_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38175 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1762feeder ( +// Equation(s): +// \text_gen|char_ram~1762feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1762feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1762feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1762feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y23_N9 +dffeas \text_gen|char_ram~1762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1762feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N15 +dffeas \text_gen|char_ram~1790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N29 +dffeas \text_gen|char_ram~1755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1783feeder ( +// Equation(s): +// \text_gen|char_ram~1783feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y27_N15 +dffeas \text_gen|char_ram~1783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38204 ( +// Equation(s): +// \text_gen|char_ram~38204_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1783_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1755_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1755_q ), + .datad(\text_gen|char_ram~1783_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38204 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38205 ( +// Equation(s): +// \text_gen|char_ram~38205_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38204_combout & ((\text_gen|char_ram~1790_q ))) # (!\text_gen|char_ram~38204_combout & (\text_gen|char_ram~1762_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38204_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1762_q ), + .datac(\text_gen|char_ram~1790_q ), + .datad(\text_gen|char_ram~38204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38205 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y28_N11 +dffeas \text_gen|char_ram~1671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y23_N31 +dffeas \text_gen|char_ram~1678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N31 +dffeas \text_gen|char_ram~1650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N21 +dffeas \text_gen|char_ram~1643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38199 ( +// Equation(s): +// \text_gen|char_ram~38199_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~1650_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~1643_q ))))) + + .dataa(\text_gen|char_ram~1650_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1643_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38199 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38200 ( +// Equation(s): +// \text_gen|char_ram~38200_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38199_combout & ((\text_gen|char_ram~1678_q ))) # (!\text_gen|char_ram~38199_combout & (\text_gen|char_ram~1671_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38199_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1671_q ), + .datac(\text_gen|char_ram~1678_q ), + .datad(\text_gen|char_ram~38199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38200 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y24_N1 +dffeas \text_gen|char_ram~1419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y24_N11 +dffeas \text_gen|char_ram~1426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38201 ( +// Equation(s): +// \text_gen|char_ram~38201_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~1426_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1419_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1419_q ), + .datad(\text_gen|char_ram~1426_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38201 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y29_N9 +dffeas \text_gen|char_ram~1447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y23_N1 +dffeas \text_gen|char_ram~1454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38202 ( +// Equation(s): +// \text_gen|char_ram~38202_combout = (\text_gen|char_ram~38201_combout & (((\text_gen|char_ram~1454_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~38201_combout & (\text_gen|char_ram~1447_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~38201_combout ), + .datab(\text_gen|char_ram~1447_q ), + .datac(\text_gen|char_ram~1454_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38202 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~38202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38203 ( +// Equation(s): +// \text_gen|char_ram~38203_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~38200_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~38202_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38200_combout ), + .datad(\text_gen|char_ram~38202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38203 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1538feeder ( +// Equation(s): +// \text_gen|char_ram~1538feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1538feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1538feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1538feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y23_N19 +dffeas \text_gen|char_ram~1538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1538feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y23_N15 +dffeas \text_gen|char_ram~1566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N27 +dffeas \text_gen|char_ram~1531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~1559feeder ( +// Equation(s): +// \text_gen|char_ram~1559feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1559feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y33_N1 +dffeas \text_gen|char_ram~1559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38197 ( +// Equation(s): +// \text_gen|char_ram~38197_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1559_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1531_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1531_q ), + .datad(\text_gen|char_ram~1559_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38197 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38198 ( +// Equation(s): +// \text_gen|char_ram~38198_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38197_combout & ((\text_gen|char_ram~1566_q ))) # (!\text_gen|char_ram~38197_combout & (\text_gen|char_ram~1538_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38197_combout )))) + + .dataa(\text_gen|char_ram~1538_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1566_q ), + .datad(\text_gen|char_ram~38197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38198 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38206 ( +// Equation(s): +// \text_gen|char_ram~38206_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38203_combout & (\text_gen|char_ram~38205_combout )) # (!\text_gen|char_ram~38203_combout & ((\text_gen|char_ram~38198_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~38203_combout )))) + + .dataa(\text_gen|char_ram~38205_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38203_combout ), + .datad(\text_gen|char_ram~38198_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38206 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~38206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38207 ( +// Equation(s): +// \text_gen|char_ram~38207_combout = (\text_gen|char_ram~38196_combout & (((\text_gen|char_ram~38206_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~38196_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~38175_combout ))) + + .dataa(\text_gen|char_ram~38196_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38175_combout ), + .datad(\text_gen|char_ram~38206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38207 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~327feeder ( +// Equation(s): +// \text_gen|char_ram~327feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N9 +dffeas \text_gen|char_ram~327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y42_N1 +dffeas \text_gen|char_ram~334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~306feeder ( +// Equation(s): +// \text_gen|char_ram~306feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~306feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~306feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~306feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y45_N5 +dffeas \text_gen|char_ram~306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~306feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y42_N11 +dffeas \text_gen|char_ram~299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38156 ( +// Equation(s): +// \text_gen|char_ram~38156_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~306_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~299_q ))))) + + .dataa(\text_gen|char_ram~306_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~299_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38156 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38157 ( +// Equation(s): +// \text_gen|char_ram~38157_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38156_combout & ((\text_gen|char_ram~334_q ))) # (!\text_gen|char_ram~38156_combout & (\text_gen|char_ram~327_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38156_combout +// )))) + + .dataa(\text_gen|char_ram~327_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~334_q ), + .datad(\text_gen|char_ram~38156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38157 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~103feeder ( +// Equation(s): +// \text_gen|char_ram~103feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y36_N23 +dffeas \text_gen|char_ram~103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y42_N19 +dffeas \text_gen|char_ram~110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N17 +dffeas \text_gen|char_ram~82 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~82_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~82 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~82 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y42_N25 +dffeas \text_gen|char_ram~75 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~75_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~75 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~75 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38158 ( +// Equation(s): +// \text_gen|char_ram~38158_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~82_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~75_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~82_q ), + .datac(\text_gen|char_ram~75_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38158 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38159 ( +// Equation(s): +// \text_gen|char_ram~38159_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38158_combout & ((\text_gen|char_ram~110_q ))) # (!\text_gen|char_ram~38158_combout & (\text_gen|char_ram~103_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38158_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~103_q ), + .datac(\text_gen|char_ram~110_q ), + .datad(\text_gen|char_ram~38158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38159 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38160 ( +// Equation(s): +// \text_gen|char_ram~38160_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~38157_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~38159_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~38157_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~38159_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38160 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~38160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N29 +dffeas \text_gen|char_ram~411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~439feeder ( +// Equation(s): +// \text_gen|char_ram~439feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~439feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N27 +dffeas \text_gen|char_ram~439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38161 ( +// Equation(s): +// \text_gen|char_ram~38161_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~439_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~411_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~411_q ), + .datad(\text_gen|char_ram~439_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38161 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y46_N5 +dffeas \text_gen|char_ram~418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y42_N29 +dffeas \text_gen|char_ram~446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38162 ( +// Equation(s): +// \text_gen|char_ram~38162_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38161_combout & ((\text_gen|char_ram~446_q ))) # (!\text_gen|char_ram~38161_combout & (\text_gen|char_ram~418_q )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38161_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38161_combout ), + .datac(\text_gen|char_ram~418_q ), + .datad(\text_gen|char_ram~446_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38162 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~194feeder ( +// Equation(s): +// \text_gen|char_ram~194feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~194feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~194feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~194feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y46_N5 +dffeas \text_gen|char_ram~194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~194feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y42_N25 +dffeas \text_gen|char_ram~222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y42_N19 +dffeas \text_gen|char_ram~187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y20_N19 +dffeas \text_gen|char_ram~215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38154 ( +// Equation(s): +// \text_gen|char_ram~38154_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~215_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~187_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~187_q ), + .datad(\text_gen|char_ram~215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38154 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38155 ( +// Equation(s): +// \text_gen|char_ram~38155_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38154_combout & ((\text_gen|char_ram~222_q ))) # (!\text_gen|char_ram~38154_combout & (\text_gen|char_ram~194_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38154_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~194_q ), + .datac(\text_gen|char_ram~222_q ), + .datad(\text_gen|char_ram~38154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38155 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38163 ( +// Equation(s): +// \text_gen|char_ram~38163_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38160_combout & (\text_gen|char_ram~38162_combout )) # (!\text_gen|char_ram~38160_combout & ((\text_gen|char_ram~38155_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~38160_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38160_combout ), + .datac(\text_gen|char_ram~38162_combout ), + .datad(\text_gen|char_ram~38155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38163 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y43_N29 +dffeas \text_gen|char_ram~355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~383feeder ( +// Equation(s): +// \text_gen|char_ram~383feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y41_N27 +dffeas \text_gen|char_ram~383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38130 ( +// Equation(s): +// \text_gen|char_ram~38130_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~383_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~355_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~355_q ), + .datad(\text_gen|char_ram~383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38130 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y43_N3 +dffeas \text_gen|char_ram~390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y47_N29 +dffeas \text_gen|char_ram~362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38131 ( +// Equation(s): +// \text_gen|char_ram~38131_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38130_combout & (\text_gen|char_ram~390_q )) # (!\text_gen|char_ram~38130_combout & ((\text_gen|char_ram~362_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38130_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38130_combout ), + .datac(\text_gen|char_ram~390_q ), + .datad(\text_gen|char_ram~362_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38131 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~138feeder ( +// Equation(s): +// \text_gen|char_ram~138feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~138feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~138feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~138feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y47_N13 +dffeas \text_gen|char_ram~138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~138feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N21 +dffeas \text_gen|char_ram~166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y45_N15 +dffeas \text_gen|char_ram~131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~159feeder ( +// Equation(s): +// \text_gen|char_ram~159feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~159feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~159feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~159feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y40_N11 +dffeas \text_gen|char_ram~159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~159feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38123 ( +// Equation(s): +// \text_gen|char_ram~38123_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~159_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~131_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~131_q ), + .datad(\text_gen|char_ram~159_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38123 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38124 ( +// Equation(s): +// \text_gen|char_ram~38124_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38123_combout & ((\text_gen|char_ram~166_q ))) # (!\text_gen|char_ram~38123_combout & (\text_gen|char_ram~138_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38123_combout +// )))) + + .dataa(\text_gen|char_ram~138_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~166_q ), + .datad(\text_gen|char_ram~38123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38124 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y40_N15 +dffeas \text_gen|char_ram~47 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~47_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~47 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~47 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y40_N11 +dffeas \text_gen|char_ram~54 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~54_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~54 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~54 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y40_N17 +dffeas \text_gen|char_ram~19 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y43_N3 +dffeas \text_gen|char_ram~26 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38127 ( +// Equation(s): +// \text_gen|char_ram~38127_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~26_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~19_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19_q ), + .datad(\text_gen|char_ram~26_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38127 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38128 ( +// Equation(s): +// \text_gen|char_ram~38128_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38127_combout & ((\text_gen|char_ram~54_q ))) # (!\text_gen|char_ram~38127_combout & (\text_gen|char_ram~47_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38127_combout +// )))) + + .dataa(\text_gen|char_ram~47_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~54_q ), + .datad(\text_gen|char_ram~38127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38128 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~271feeder ( +// Equation(s): +// \text_gen|char_ram~271feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~271feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y44_N25 +dffeas \text_gen|char_ram~271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y40_N17 +dffeas \text_gen|char_ram~278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y44_N25 +dffeas \text_gen|char_ram~243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~250feeder ( +// Equation(s): +// \text_gen|char_ram~250feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y45_N7 +dffeas \text_gen|char_ram~250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38125 ( +// Equation(s): +// \text_gen|char_ram~38125_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~250_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~243_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~243_q ), + .datad(\text_gen|char_ram~250_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38125 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38126 ( +// Equation(s): +// \text_gen|char_ram~38126_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38125_combout & ((\text_gen|char_ram~278_q ))) # (!\text_gen|char_ram~38125_combout & (\text_gen|char_ram~271_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38125_combout +// )))) + + .dataa(\text_gen|char_ram~271_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~278_q ), + .datad(\text_gen|char_ram~38125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38126 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38129 ( +// Equation(s): +// \text_gen|char_ram~38129_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~38126_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~38128_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38128_combout ), + .datad(\text_gen|char_ram~38126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38129 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38132 ( +// Equation(s): +// \text_gen|char_ram~38132_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38129_combout & (\text_gen|char_ram~38131_combout )) # (!\text_gen|char_ram~38129_combout & ((\text_gen|char_ram~38124_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~38129_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38131_combout ), + .datac(\text_gen|char_ram~38124_combout ), + .datad(\text_gen|char_ram~38129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38132 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y42_N27 +dffeas \text_gen|char_ram~61 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~61_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~61 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~61 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y42_N29 +dffeas \text_gen|char_ram~68 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~68_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~68 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~68 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38137 ( +// Equation(s): +// \text_gen|char_ram~38137_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~68_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~61_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~61_q ), + .datad(\text_gen|char_ram~68_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38137 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y42_N15 +dffeas \text_gen|char_ram~96 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~96_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~96 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~96 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N1 +dffeas \text_gen|char_ram~89 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~89_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~89 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~89 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38138 ( +// Equation(s): +// \text_gen|char_ram~38138_combout = (\text_gen|char_ram~38137_combout & (((\text_gen|char_ram~96_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38137_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~89_q )))) + + .dataa(\text_gen|char_ram~38137_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~96_q ), + .datad(\text_gen|char_ram~89_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38138 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y41_N5 +dffeas \text_gen|char_ram~313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y42_N13 +dffeas \text_gen|char_ram~320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y42_N7 +dffeas \text_gen|char_ram~285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y42_N1 +dffeas \text_gen|char_ram~292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38135 ( +// Equation(s): +// \text_gen|char_ram~38135_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~292_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~285_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~285_q ), + .datad(\text_gen|char_ram~292_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38135 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38136 ( +// Equation(s): +// \text_gen|char_ram~38136_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38135_combout & ((\text_gen|char_ram~320_q ))) # (!\text_gen|char_ram~38135_combout & (\text_gen|char_ram~313_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38135_combout +// )))) + + .dataa(\text_gen|char_ram~313_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~320_q ), + .datad(\text_gen|char_ram~38135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38136 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38139 ( +// Equation(s): +// \text_gen|char_ram~38139_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~38136_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~38138_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38138_combout ), + .datad(\text_gen|char_ram~38136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38139 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~404feeder ( +// Equation(s): +// \text_gen|char_ram~404feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~404feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~404feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~404feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y42_N25 +dffeas \text_gen|char_ram~404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~404feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y42_N11 +dffeas \text_gen|char_ram~432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N27 +dffeas \text_gen|char_ram~425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y42_N21 +dffeas \text_gen|char_ram~397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38140 ( +// Equation(s): +// \text_gen|char_ram~38140_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~425_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~397_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~425_q ), + .datac(\text_gen|char_ram~397_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38140 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38141 ( +// Equation(s): +// \text_gen|char_ram~38141_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38140_combout & ((\text_gen|char_ram~432_q ))) # (!\text_gen|char_ram~38140_combout & (\text_gen|char_ram~404_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38140_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~404_q ), + .datac(\text_gen|char_ram~432_q ), + .datad(\text_gen|char_ram~38140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38141 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~180feeder ( +// Equation(s): +// \text_gen|char_ram~180feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~180feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~180feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~180feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y40_N21 +dffeas \text_gen|char_ram~180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~180feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N7 +dffeas \text_gen|char_ram~208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~201feeder ( +// Equation(s): +// \text_gen|char_ram~201feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~201feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~201feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~201feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y43_N31 +dffeas \text_gen|char_ram~201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~201feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N1 +dffeas \text_gen|char_ram~173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38133 ( +// Equation(s): +// \text_gen|char_ram~38133_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~201_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~173_q ))))) + + .dataa(\text_gen|char_ram~201_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~173_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38133 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38134 ( +// Equation(s): +// \text_gen|char_ram~38134_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38133_combout & ((\text_gen|char_ram~208_q ))) # (!\text_gen|char_ram~38133_combout & (\text_gen|char_ram~180_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38133_combout +// )))) + + .dataa(\text_gen|char_ram~180_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~208_q ), + .datad(\text_gen|char_ram~38133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38134 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38142 ( +// Equation(s): +// \text_gen|char_ram~38142_combout = (\text_gen|char_ram~38139_combout & ((\text_gen|char_ram~38141_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~38139_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~38134_combout )))) + + .dataa(\text_gen|char_ram~38139_combout ), + .datab(\text_gen|char_ram~38141_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~38134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38142 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~38142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33feeder ( +// Equation(s): +// \text_gen|char_ram~33feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~33feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~33feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y37_N1 +dffeas \text_gen|char_ram~33 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~33feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~33_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~33 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~33 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y42_N31 +dffeas \text_gen|char_ram~40 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~40_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~40 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~40 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y42_N29 +dffeas \text_gen|char_ram~5 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12feeder ( +// Equation(s): +// \text_gen|char_ram~12feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~12feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y42_N27 +dffeas \text_gen|char_ram~12 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38147 ( +// Equation(s): +// \text_gen|char_ram~38147_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~12_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5_q ), + .datad(\text_gen|char_ram~12_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38147 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38148 ( +// Equation(s): +// \text_gen|char_ram~38148_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38147_combout & ((\text_gen|char_ram~40_q ))) # (!\text_gen|char_ram~38147_combout & (\text_gen|char_ram~33_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38147_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~33_q ), + .datac(\text_gen|char_ram~40_q ), + .datad(\text_gen|char_ram~38147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38148 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~257feeder ( +// Equation(s): +// \text_gen|char_ram~257feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~257feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~257feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~257feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y41_N31 +dffeas \text_gen|char_ram~257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~257feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y42_N23 +dffeas \text_gen|char_ram~264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y42_N29 +dffeas \text_gen|char_ram~229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~236feeder ( +// Equation(s): +// \text_gen|char_ram~236feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y42_N5 +dffeas \text_gen|char_ram~236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38145 ( +// Equation(s): +// \text_gen|char_ram~38145_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~236_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~229_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~229_q ), + .datad(\text_gen|char_ram~236_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38145 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38146 ( +// Equation(s): +// \text_gen|char_ram~38146_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38145_combout & ((\text_gen|char_ram~264_q ))) # (!\text_gen|char_ram~38145_combout & (\text_gen|char_ram~257_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38145_combout +// )))) + + .dataa(\text_gen|char_ram~257_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~264_q ), + .datad(\text_gen|char_ram~38145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38146 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38149 ( +// Equation(s): +// \text_gen|char_ram~38149_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~38146_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~38148_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38148_combout ), + .datad(\text_gen|char_ram~38146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38149 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y42_N29 +dffeas \text_gen|char_ram~124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y42_N11 +dffeas \text_gen|char_ram~152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y42_N9 +dffeas \text_gen|char_ram~117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~145feeder ( +// Equation(s): +// \text_gen|char_ram~145feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y38_N21 +dffeas \text_gen|char_ram~145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38143 ( +// Equation(s): +// \text_gen|char_ram~38143_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~145_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~117_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~117_q ), + .datad(\text_gen|char_ram~145_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38143 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38144 ( +// Equation(s): +// \text_gen|char_ram~38144_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38143_combout & ((\text_gen|char_ram~152_q ))) # (!\text_gen|char_ram~38143_combout & (\text_gen|char_ram~124_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38143_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~124_q ), + .datac(\text_gen|char_ram~152_q ), + .datad(\text_gen|char_ram~38143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38144 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y49_N29 +dffeas \text_gen|char_ram~348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y49_N19 +dffeas \text_gen|char_ram~376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y42_N25 +dffeas \text_gen|char_ram~341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~369feeder ( +// Equation(s): +// \text_gen|char_ram~369feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~369feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y37_N23 +dffeas \text_gen|char_ram~369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38150 ( +// Equation(s): +// \text_gen|char_ram~38150_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~369_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~341_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~341_q ), + .datad(\text_gen|char_ram~369_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38150 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38151 ( +// Equation(s): +// \text_gen|char_ram~38151_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38150_combout & ((\text_gen|char_ram~376_q ))) # (!\text_gen|char_ram~38150_combout & (\text_gen|char_ram~348_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38150_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~348_q ), + .datac(\text_gen|char_ram~376_q ), + .datad(\text_gen|char_ram~38150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38151 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38152 ( +// Equation(s): +// \text_gen|char_ram~38152_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38149_combout & ((\text_gen|char_ram~38151_combout ))) # (!\text_gen|char_ram~38149_combout & (\text_gen|char_ram~38144_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~38149_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38149_combout ), + .datac(\text_gen|char_ram~38144_combout ), + .datad(\text_gen|char_ram~38151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38152 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38153 ( +// Equation(s): +// \text_gen|char_ram~38153_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~38142_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~38152_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38142_combout ), + .datad(\text_gen|char_ram~38152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38153 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38164 ( +// Equation(s): +// \text_gen|char_ram~38164_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38153_combout & (\text_gen|char_ram~38163_combout )) # (!\text_gen|char_ram~38153_combout & ((\text_gen|char_ram~38132_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~38153_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~38163_combout ), + .datac(\text_gen|char_ram~38132_combout ), + .datad(\text_gen|char_ram~38153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38164 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~572feeder ( +// Equation(s): +// \text_gen|char_ram~572feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~572feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~572feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~572feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y16_N21 +dffeas \text_gen|char_ram~572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~572feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y24_N5 +dffeas \text_gen|char_ram~600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y20_N5 +dffeas \text_gen|char_ram~565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y20_N7 +dffeas \text_gen|char_ram~593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38103 ( +// Equation(s): +// \text_gen|char_ram~38103_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~593_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~565_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~565_q ), + .datad(\text_gen|char_ram~593_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38103 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38104 ( +// Equation(s): +// \text_gen|char_ram~38104_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38103_combout & ((\text_gen|char_ram~600_q ))) # (!\text_gen|char_ram~38103_combout & (\text_gen|char_ram~572_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38103_combout +// )))) + + .dataa(\text_gen|char_ram~572_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~600_q ), + .datad(\text_gen|char_ram~38103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38104 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y16_N23 +dffeas \text_gen|char_ram~453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y16_N21 +dffeas \text_gen|char_ram~460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38105 ( +// Equation(s): +// \text_gen|char_ram~38105_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~460_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~453_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~453_q ), + .datad(\text_gen|char_ram~460_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38105 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y24_N7 +dffeas \text_gen|char_ram~488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y24_N1 +dffeas \text_gen|char_ram~481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38106 ( +// Equation(s): +// \text_gen|char_ram~38106_combout = (\text_gen|char_ram~38105_combout & (((\text_gen|char_ram~488_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38105_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~481_q )))) + + .dataa(\text_gen|char_ram~38105_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~488_q ), + .datad(\text_gen|char_ram~481_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38106 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38107 ( +// Equation(s): +// \text_gen|char_ram~38107_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~38104_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~38106_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38104_combout ), + .datad(\text_gen|char_ram~38106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38107 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~796feeder ( +// Equation(s): +// \text_gen|char_ram~796feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y16_N21 +dffeas \text_gen|char_ram~796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y16_N17 +dffeas \text_gen|char_ram~789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y19_N21 +dffeas \text_gen|char_ram~817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y19_N11 +dffeas \text_gen|char_ram~824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38108 ( +// Equation(s): +// \text_gen|char_ram~38108_combout = (\vga_c|h_cnt [4] & (((\text_gen|char_ram~824_q )) # (!\vga_c|h_cnt [6]))) # (!\vga_c|h_cnt [4] & (\vga_c|h_cnt [6] & (\text_gen|char_ram~817_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~817_q ), + .datad(\text_gen|char_ram~824_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38108 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38109 ( +// Equation(s): +// \text_gen|char_ram~38109_combout = (\vga_c|h_cnt [6] & (((\text_gen|char_ram~38108_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~38108_combout & (\text_gen|char_ram~796_q )) # (!\text_gen|char_ram~38108_combout & ((\text_gen|char_ram~789_q +// ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~796_q ), + .datac(\text_gen|char_ram~789_q ), + .datad(\text_gen|char_ram~38108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38109 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~38109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y19_N11 +dffeas \text_gen|char_ram~705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y19_N7 +dffeas \text_gen|char_ram~712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y19_N21 +dffeas \text_gen|char_ram~677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~684feeder ( +// Equation(s): +// \text_gen|char_ram~684feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~684feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y19_N23 +dffeas \text_gen|char_ram~684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38101 ( +// Equation(s): +// \text_gen|char_ram~38101_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~684_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~677_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~677_q ), + .datad(\text_gen|char_ram~684_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38101 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38102 ( +// Equation(s): +// \text_gen|char_ram~38102_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38101_combout & ((\text_gen|char_ram~712_q ))) # (!\text_gen|char_ram~38101_combout & (\text_gen|char_ram~705_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38101_combout +// )))) + + .dataa(\text_gen|char_ram~705_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~712_q ), + .datad(\text_gen|char_ram~38101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38102 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38110 ( +// Equation(s): +// \text_gen|char_ram~38110_combout = (\text_gen|char_ram~38107_combout & (((\text_gen|char_ram~38109_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~38107_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~38102_combout )))) + + .dataa(\text_gen|char_ram~38107_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38109_combout ), + .datad(\text_gen|char_ram~38102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38110 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y19_N29 +dffeas \text_gen|char_ram~495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y19_N15 +dffeas \text_gen|char_ram~502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N15 +dffeas \text_gen|char_ram~467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N17 +dffeas \text_gen|char_ram~474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38095 ( +// Equation(s): +// \text_gen|char_ram~38095_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~474_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~467_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~467_q ), + .datad(\text_gen|char_ram~474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38095 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38096 ( +// Equation(s): +// \text_gen|char_ram~38096_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38095_combout & ((\text_gen|char_ram~502_q ))) # (!\text_gen|char_ram~38095_combout & (\text_gen|char_ram~495_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38095_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~495_q ), + .datac(\text_gen|char_ram~502_q ), + .datad(\text_gen|char_ram~38095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38096 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~586feeder ( +// Equation(s): +// \text_gen|char_ram~586feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~586feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y19_N19 +dffeas \text_gen|char_ram~586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y19_N1 +dffeas \text_gen|char_ram~614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~607feeder ( +// Equation(s): +// \text_gen|char_ram~607feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~607feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~607feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~607feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y19_N9 +dffeas \text_gen|char_ram~607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~607feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N23 +dffeas \text_gen|char_ram~579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38093 ( +// Equation(s): +// \text_gen|char_ram~38093_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~607_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~579_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~607_q ), + .datac(\text_gen|char_ram~579_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38093 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38094 ( +// Equation(s): +// \text_gen|char_ram~38094_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38093_combout & ((\text_gen|char_ram~614_q ))) # (!\text_gen|char_ram~38093_combout & (\text_gen|char_ram~586_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38093_combout +// )))) + + .dataa(\text_gen|char_ram~586_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~614_q ), + .datad(\text_gen|char_ram~38093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38094 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38097 ( +// Equation(s): +// \text_gen|char_ram~38097_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~38094_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~38096_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38096_combout ), + .datad(\text_gen|char_ram~38094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38097 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y16_N13 +dffeas \text_gen|char_ram~810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y16_N19 +dffeas \text_gen|char_ram~838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y16_N29 +dffeas \text_gen|char_ram~803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y15_N3 +dffeas \text_gen|char_ram~831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38098 ( +// Equation(s): +// \text_gen|char_ram~38098_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~831_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~803_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~803_q ), + .datad(\text_gen|char_ram~831_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38098 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38099 ( +// Equation(s): +// \text_gen|char_ram~38099_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38098_combout & ((\text_gen|char_ram~838_q ))) # (!\text_gen|char_ram~38098_combout & (\text_gen|char_ram~810_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38098_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~810_q ), + .datac(\text_gen|char_ram~838_q ), + .datad(\text_gen|char_ram~38098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38099 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y19_N11 +dffeas \text_gen|char_ram~691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~698feeder ( +// Equation(s): +// \text_gen|char_ram~698feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~698feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y19_N25 +dffeas \text_gen|char_ram~698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38091 ( +// Equation(s): +// \text_gen|char_ram~38091_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~698_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~691_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~691_q ), + .datad(\text_gen|char_ram~698_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38091 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y19_N29 +dffeas \text_gen|char_ram~726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y19_N9 +dffeas \text_gen|char_ram~719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38092 ( +// Equation(s): +// \text_gen|char_ram~38092_combout = (\text_gen|char_ram~38091_combout & (((\text_gen|char_ram~726_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38091_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~719_q )))) + + .dataa(\text_gen|char_ram~38091_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~726_q ), + .datad(\text_gen|char_ram~719_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38092 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38100 ( +// Equation(s): +// \text_gen|char_ram~38100_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~38097_combout & (\text_gen|char_ram~38099_combout )) # (!\text_gen|char_ram~38097_combout & ((\text_gen|char_ram~38092_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~38097_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~38097_combout ), + .datac(\text_gen|char_ram~38099_combout ), + .datad(\text_gen|char_ram~38092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38100 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38111 ( +// Equation(s): +// \text_gen|char_ram~38111_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~38100_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~38110_combout )))) + + .dataa(\text_gen|char_ram~38110_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~38100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38111 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~38111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~663feeder ( +// Equation(s): +// \text_gen|char_ram~663feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y11_N7 +dffeas \text_gen|char_ram~663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y11_N25 +dffeas \text_gen|char_ram~635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38112 ( +// Equation(s): +// \text_gen|char_ram~38112_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~663_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~635_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~663_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~635_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38112 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~38112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y11_N1 +dffeas \text_gen|char_ram~642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~670feeder ( +// Equation(s): +// \text_gen|char_ram~670feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~670feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~670feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~670feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y11_N19 +dffeas \text_gen|char_ram~670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~670feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38113 ( +// Equation(s): +// \text_gen|char_ram~38113_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38112_combout & ((\text_gen|char_ram~670_q ))) # (!\text_gen|char_ram~38112_combout & (\text_gen|char_ram~642_q )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38112_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38112_combout ), + .datac(\text_gen|char_ram~642_q ), + .datad(\text_gen|char_ram~670_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38113 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~866feeder ( +// Equation(s): +// \text_gen|char_ram~866feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~866feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y11_N25 +dffeas \text_gen|char_ram~866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y11_N9 +dffeas \text_gen|char_ram~894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y11_N19 +dffeas \text_gen|char_ram~859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~887feeder ( +// Equation(s): +// \text_gen|char_ram~887feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~887feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y16_N17 +dffeas \text_gen|char_ram~887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38119 ( +// Equation(s): +// \text_gen|char_ram~38119_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~887_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~859_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~859_q ), + .datad(\text_gen|char_ram~887_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38119 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38120 ( +// Equation(s): +// \text_gen|char_ram~38120_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38119_combout & ((\text_gen|char_ram~894_q ))) # (!\text_gen|char_ram~38119_combout & (\text_gen|char_ram~866_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38119_combout +// )))) + + .dataa(\text_gen|char_ram~866_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~894_q ), + .datad(\text_gen|char_ram~38119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38120 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N3 +dffeas \text_gen|char_ram~775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y11_N27 +dffeas \text_gen|char_ram~782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y11_N21 +dffeas \text_gen|char_ram~747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y9_N8 +cycloneiv_lcell_comb \text_gen|char_ram~754feeder ( +// Equation(s): +// \text_gen|char_ram~754feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~754feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~754feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~754feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y9_N9 +dffeas \text_gen|char_ram~754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~754feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38114 ( +// Equation(s): +// \text_gen|char_ram~38114_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~754_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~747_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~747_q ), + .datad(\text_gen|char_ram~754_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38114 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38115 ( +// Equation(s): +// \text_gen|char_ram~38115_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38114_combout & ((\text_gen|char_ram~782_q ))) # (!\text_gen|char_ram~38114_combout & (\text_gen|char_ram~775_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38114_combout +// )))) + + .dataa(\text_gen|char_ram~775_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~782_q ), + .datad(\text_gen|char_ram~38114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38115 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~551feeder ( +// Equation(s): +// \text_gen|char_ram~551feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y16_N31 +dffeas \text_gen|char_ram~551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y11_N29 +dffeas \text_gen|char_ram~558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y11_N19 +dffeas \text_gen|char_ram~523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~530feeder ( +// Equation(s): +// \text_gen|char_ram~530feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y11_N25 +dffeas \text_gen|char_ram~530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38116 ( +// Equation(s): +// \text_gen|char_ram~38116_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~530_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~523_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~523_q ), + .datad(\text_gen|char_ram~530_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38116 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38117 ( +// Equation(s): +// \text_gen|char_ram~38117_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38116_combout & ((\text_gen|char_ram~558_q ))) # (!\text_gen|char_ram~38116_combout & (\text_gen|char_ram~551_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38116_combout +// )))) + + .dataa(\text_gen|char_ram~551_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~558_q ), + .datad(\text_gen|char_ram~38116_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38117 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38118 ( +// Equation(s): +// \text_gen|char_ram~38118_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~38115_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~38117_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38115_combout ), + .datad(\text_gen|char_ram~38117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38118 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~38118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38121 ( +// Equation(s): +// \text_gen|char_ram~38121_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38118_combout & ((\text_gen|char_ram~38120_combout ))) # (!\text_gen|char_ram~38118_combout & (\text_gen|char_ram~38113_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~38118_combout )))) + + .dataa(\text_gen|char_ram~38113_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38120_combout ), + .datad(\text_gen|char_ram~38118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38121 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y16_N15 +dffeas \text_gen|char_ram~516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y16_N13 +dffeas \text_gen|char_ram~544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38085 ( +// Equation(s): +// \text_gen|char_ram~38085_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~544_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~516_q )))) # (!\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~516_q ), + .datad(\text_gen|char_ram~544_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38085 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y16_N5 +dffeas \text_gen|char_ram~509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y16_N19 +dffeas \text_gen|char_ram~537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38086 ( +// Equation(s): +// \text_gen|char_ram~38086_combout = (\vga_c|h_cnt [4] & (\text_gen|char_ram~38085_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~38085_combout & ((\text_gen|char_ram~537_q ))) # (!\text_gen|char_ram~38085_combout & (\text_gen|char_ram~509_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38085_combout ), + .datac(\text_gen|char_ram~509_q ), + .datad(\text_gen|char_ram~537_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38086 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N9 +dffeas \text_gen|char_ram~761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y16_N19 +dffeas \text_gen|char_ram~768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y16_N21 +dffeas \text_gen|char_ram~733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y14_N5 +dffeas \text_gen|char_ram~740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38083 ( +// Equation(s): +// \text_gen|char_ram~38083_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~740_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~733_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~733_q ), + .datad(\text_gen|char_ram~740_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38083 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38084 ( +// Equation(s): +// \text_gen|char_ram~38084_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38083_combout & ((\text_gen|char_ram~768_q ))) # (!\text_gen|char_ram~38083_combout & (\text_gen|char_ram~761_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38083_combout +// )))) + + .dataa(\text_gen|char_ram~761_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~768_q ), + .datad(\text_gen|char_ram~38083_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38084 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38087 ( +// Equation(s): +// \text_gen|char_ram~38087_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~38084_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~38086_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38086_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~38084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38087 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~38087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y16_N25 +dffeas \text_gen|char_ram~656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y16_N17 +dffeas \text_gen|char_ram~628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y16_N13 +dffeas \text_gen|char_ram~621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~649feeder ( +// Equation(s): +// \text_gen|char_ram~649feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~649feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~649feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~649feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y16_N23 +dffeas \text_gen|char_ram~649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~649feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38081 ( +// Equation(s): +// \text_gen|char_ram~38081_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~649_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~621_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~621_q ), + .datad(\text_gen|char_ram~649_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38081 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38082 ( +// Equation(s): +// \text_gen|char_ram~38082_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38081_combout & (\text_gen|char_ram~656_q )) # (!\text_gen|char_ram~38081_combout & ((\text_gen|char_ram~628_q ))))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38081_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~656_q ), + .datac(\text_gen|char_ram~628_q ), + .datad(\text_gen|char_ram~38081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38082 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y16_N11 +dffeas \text_gen|char_ram~852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y16_N9 +dffeas \text_gen|char_ram~880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y16_N19 +dffeas \text_gen|char_ram~845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~873feeder ( +// Equation(s): +// \text_gen|char_ram~873feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~873feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~873feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~873feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N21 +dffeas \text_gen|char_ram~873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~873feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38088 ( +// Equation(s): +// \text_gen|char_ram~38088_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~873_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~845_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~845_q ), + .datad(\text_gen|char_ram~873_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38088 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38089 ( +// Equation(s): +// \text_gen|char_ram~38089_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38088_combout & ((\text_gen|char_ram~880_q ))) # (!\text_gen|char_ram~38088_combout & (\text_gen|char_ram~852_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~38088_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~852_q ), + .datac(\text_gen|char_ram~880_q ), + .datad(\text_gen|char_ram~38088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38089 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38090 ( +// Equation(s): +// \text_gen|char_ram~38090_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38087_combout & ((\text_gen|char_ram~38089_combout ))) # (!\text_gen|char_ram~38087_combout & (\text_gen|char_ram~38082_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~38087_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38087_combout ), + .datac(\text_gen|char_ram~38082_combout ), + .datad(\text_gen|char_ram~38089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38090 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~38090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38122 ( +// Equation(s): +// \text_gen|char_ram~38122_combout = (\text_gen|char_ram~38111_combout & (((\text_gen|char_ram~38121_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~38111_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38090_combout )))) + + .dataa(\text_gen|char_ram~38111_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38121_combout ), + .datad(\text_gen|char_ram~38090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38122 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38165 ( +// Equation(s): +// \text_gen|char_ram~38165_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~38122_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~38164_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~38164_combout ), + .datad(\text_gen|char_ram~38122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38165 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N29 +dffeas \text_gen|char_ram~1069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y47_N23 +dffeas \text_gen|char_ram~1097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38049 ( +// Equation(s): +// \text_gen|char_ram~38049_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1097_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1069_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1069_q ), + .datad(\text_gen|char_ram~1097_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38049 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N11 +dffeas \text_gen|char_ram~1104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1076feeder ( +// Equation(s): +// \text_gen|char_ram~1076feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1076feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1076feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1076feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y46_N25 +dffeas \text_gen|char_ram~1076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1076feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38050 ( +// Equation(s): +// \text_gen|char_ram~38050_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38049_combout & (\text_gen|char_ram~1104_q )) # (!\text_gen|char_ram~38049_combout & ((\text_gen|char_ram~1076_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~38049_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~38049_combout ), + .datac(\text_gen|char_ram~1104_q ), + .datad(\text_gen|char_ram~1076_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38050 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y49_N15 +dffeas \text_gen|char_ram~1209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y49_N19 +dffeas \text_gen|char_ram~1216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N13 +dffeas \text_gen|char_ram~1188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y49_N25 +dffeas \text_gen|char_ram~1181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38051 ( +// Equation(s): +// \text_gen|char_ram~38051_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~1188_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~1181_q ))))) + + .dataa(\text_gen|char_ram~1188_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1181_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38051 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38052 ( +// Equation(s): +// \text_gen|char_ram~38052_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38051_combout & ((\text_gen|char_ram~1216_q ))) # (!\text_gen|char_ram~38051_combout & (\text_gen|char_ram~1209_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38051_combout )))) + + .dataa(\text_gen|char_ram~1209_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1216_q ), + .datad(\text_gen|char_ram~38051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38052 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y62_N21 +dffeas \text_gen|char_ram~957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~964feeder ( +// Equation(s): +// \text_gen|char_ram~964feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~964feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y62_N17 +dffeas \text_gen|char_ram~964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38053 ( +// Equation(s): +// \text_gen|char_ram~38053_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~964_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~957_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~957_q ), + .datad(\text_gen|char_ram~964_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38053 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y62_N19 +dffeas \text_gen|char_ram~992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~985feeder ( +// Equation(s): +// \text_gen|char_ram~985feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~985feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N5 +dffeas \text_gen|char_ram~985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38054 ( +// Equation(s): +// \text_gen|char_ram~38054_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38053_combout & (\text_gen|char_ram~992_q )) # (!\text_gen|char_ram~38053_combout & ((\text_gen|char_ram~985_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38053_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38053_combout ), + .datac(\text_gen|char_ram~992_q ), + .datad(\text_gen|char_ram~985_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38054 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38055 ( +// Equation(s): +// \text_gen|char_ram~38055_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~38052_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~38054_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38052_combout ), + .datad(\text_gen|char_ram~38054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38055 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y56_N1 +dffeas \text_gen|char_ram~1300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y57_N11 +dffeas \text_gen|char_ram~1328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y57_N25 +dffeas \text_gen|char_ram~1293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y54_N5 +dffeas \text_gen|char_ram~1321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38056 ( +// Equation(s): +// \text_gen|char_ram~38056_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1321_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1293_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1293_q ), + .datad(\text_gen|char_ram~1321_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38056 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38057 ( +// Equation(s): +// \text_gen|char_ram~38057_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38056_combout & ((\text_gen|char_ram~1328_q ))) # (!\text_gen|char_ram~38056_combout & (\text_gen|char_ram~1300_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38056_combout )))) + + .dataa(\text_gen|char_ram~1300_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1328_q ), + .datad(\text_gen|char_ram~38056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38057 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38058 ( +// Equation(s): +// \text_gen|char_ram~38058_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38055_combout & ((\text_gen|char_ram~38057_combout ))) # (!\text_gen|char_ram~38055_combout & (\text_gen|char_ram~38050_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~38055_combout )))) + + .dataa(\text_gen|char_ram~38050_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38055_combout ), + .datad(\text_gen|char_ram~38057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38058 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~38058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1020feeder ( +// Equation(s): +// \text_gen|char_ram~1020feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1020feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1020feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1020feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y45_N19 +dffeas \text_gen|char_ram~1020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1020feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N3 +dffeas \text_gen|char_ram~1048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N1 +dffeas \text_gen|char_ram~1013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1041feeder ( +// Equation(s): +// \text_gen|char_ram~1041feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1041feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1041feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1041feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y45_N23 +dffeas \text_gen|char_ram~1041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1041feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38061 ( +// Equation(s): +// \text_gen|char_ram~38061_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1041_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1013_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1013_q ), + .datad(\text_gen|char_ram~1041_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38061 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38062 ( +// Equation(s): +// \text_gen|char_ram~38062_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38061_combout & ((\text_gen|char_ram~1048_q ))) # (!\text_gen|char_ram~38061_combout & (\text_gen|char_ram~1020_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38061_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1020_q ), + .datac(\text_gen|char_ram~1048_q ), + .datad(\text_gen|char_ram~38061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38062 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~908feeder ( +// Equation(s): +// \text_gen|char_ram~908feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~908feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N7 +dffeas \text_gen|char_ram~908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y54_N15 +dffeas \text_gen|char_ram~901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38063 ( +// Equation(s): +// \text_gen|char_ram~38063_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~908_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~901_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~908_q ), + .datac(\text_gen|char_ram~901_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38063 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y54_N29 +dffeas \text_gen|char_ram~936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~929feeder ( +// Equation(s): +// \text_gen|char_ram~929feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~929feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~929feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~929feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y54_N17 +dffeas \text_gen|char_ram~929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~929feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38064 ( +// Equation(s): +// \text_gen|char_ram~38064_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38063_combout & (\text_gen|char_ram~936_q )) # (!\text_gen|char_ram~38063_combout & ((\text_gen|char_ram~929_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38063_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38063_combout ), + .datac(\text_gen|char_ram~936_q ), + .datad(\text_gen|char_ram~929_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38064 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38065 ( +// Equation(s): +// \text_gen|char_ram~38065_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38062_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~38064_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38062_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~38064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38065 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~38065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1153feeder ( +// Equation(s): +// \text_gen|char_ram~1153feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1153feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1153feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1153feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N15 +dffeas \text_gen|char_ram~1153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1153feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y50_N25 +dffeas \text_gen|char_ram~1160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N31 +dffeas \text_gen|char_ram~1125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y46_N17 +dffeas \text_gen|char_ram~1132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38059 ( +// Equation(s): +// \text_gen|char_ram~38059_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1132_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1125_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1125_q ), + .datad(\text_gen|char_ram~1132_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38059 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38060 ( +// Equation(s): +// \text_gen|char_ram~38060_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38059_combout & ((\text_gen|char_ram~1160_q ))) # (!\text_gen|char_ram~38059_combout & (\text_gen|char_ram~1153_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38059_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1153_q ), + .datac(\text_gen|char_ram~1160_q ), + .datad(\text_gen|char_ram~38059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38060 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y56_N7 +dffeas \text_gen|char_ram~1244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y56_N23 +dffeas \text_gen|char_ram~1272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y56_N25 +dffeas \text_gen|char_ram~1237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y56_N29 +dffeas \text_gen|char_ram~1265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38066 ( +// Equation(s): +// \text_gen|char_ram~38066_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1265_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1237_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1237_q ), + .datad(\text_gen|char_ram~1265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38066 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38067 ( +// Equation(s): +// \text_gen|char_ram~38067_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38066_combout & ((\text_gen|char_ram~1272_q ))) # (!\text_gen|char_ram~38066_combout & (\text_gen|char_ram~1244_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38066_combout )))) + + .dataa(\text_gen|char_ram~1244_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1272_q ), + .datad(\text_gen|char_ram~38066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38067 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38068 ( +// Equation(s): +// \text_gen|char_ram~38068_combout = (\text_gen|char_ram~38065_combout & (((\text_gen|char_ram~38067_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~38065_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~38060_combout ))) + + .dataa(\text_gen|char_ram~38065_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38060_combout ), + .datad(\text_gen|char_ram~38067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38068 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38069 ( +// Equation(s): +// \text_gen|char_ram~38069_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~38058_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~38068_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~38058_combout ), + .datad(\text_gen|char_ram~38068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38069 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y56_N1 +dffeas \text_gen|char_ram~1314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N27 +dffeas \text_gen|char_ram~1342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N1 +dffeas \text_gen|char_ram~1307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y54_N23 +dffeas \text_gen|char_ram~1335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38077 ( +// Equation(s): +// \text_gen|char_ram~38077_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1335_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1307_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1307_q ), + .datad(\text_gen|char_ram~1335_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38077 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38078 ( +// Equation(s): +// \text_gen|char_ram~38078_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38077_combout & ((\text_gen|char_ram~1342_q ))) # (!\text_gen|char_ram~38077_combout & (\text_gen|char_ram~1314_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38077_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1314_q ), + .datac(\text_gen|char_ram~1342_q ), + .datad(\text_gen|char_ram~38077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38078 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1090feeder ( +// Equation(s): +// \text_gen|char_ram~1090feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1090feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y54_N29 +dffeas \text_gen|char_ram~1090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y54_N3 +dffeas \text_gen|char_ram~1118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1111feeder ( +// Equation(s): +// \text_gen|char_ram~1111feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1111feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1111feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1111feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y44_N25 +dffeas \text_gen|char_ram~1111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1111feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y44_N3 +dffeas \text_gen|char_ram~1083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38070 ( +// Equation(s): +// \text_gen|char_ram~38070_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~1111_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~1083_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1111_q ), + .datac(\text_gen|char_ram~1083_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38070 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~38070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38071 ( +// Equation(s): +// \text_gen|char_ram~38071_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38070_combout & ((\text_gen|char_ram~1118_q ))) # (!\text_gen|char_ram~38070_combout & (\text_gen|char_ram~1090_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38070_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1090_q ), + .datac(\text_gen|char_ram~1118_q ), + .datad(\text_gen|char_ram~38070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38071 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~999feeder ( +// Equation(s): +// \text_gen|char_ram~999feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~999feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~999feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~999feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y60_N17 +dffeas \text_gen|char_ram~999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~999feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y58_N29 +dffeas \text_gen|char_ram~1006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~978feeder ( +// Equation(s): +// \text_gen|char_ram~978feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~978feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~978feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~978feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y61_N9 +dffeas \text_gen|char_ram~978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~978feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y58_N3 +dffeas \text_gen|char_ram~971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38074 ( +// Equation(s): +// \text_gen|char_ram~38074_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~978_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~971_q ))))) + + .dataa(\text_gen|char_ram~978_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~971_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~38074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38074 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38075 ( +// Equation(s): +// \text_gen|char_ram~38075_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38074_combout & ((\text_gen|char_ram~1006_q ))) # (!\text_gen|char_ram~38074_combout & (\text_gen|char_ram~999_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38074_combout +// )))) + + .dataa(\text_gen|char_ram~999_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1006_q ), + .datad(\text_gen|char_ram~38074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38075 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1223feeder ( +// Equation(s): +// \text_gen|char_ram~1223feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1223feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y55_N9 +dffeas \text_gen|char_ram~1223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y53_N11 +dffeas \text_gen|char_ram~1195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1202feeder ( +// Equation(s): +// \text_gen|char_ram~1202feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1202feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1202feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1202feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y53_N27 +dffeas \text_gen|char_ram~1202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1202feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38072 ( +// Equation(s): +// \text_gen|char_ram~38072_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1202_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1195_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1195_q ), + .datad(\text_gen|char_ram~1202_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38072 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1230feeder ( +// Equation(s): +// \text_gen|char_ram~1230feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y57_N25 +dffeas \text_gen|char_ram~1230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38073 ( +// Equation(s): +// \text_gen|char_ram~38073_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38072_combout & ((\text_gen|char_ram~1230_q ))) # (!\text_gen|char_ram~38072_combout & (\text_gen|char_ram~1223_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38072_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1223_q ), + .datac(\text_gen|char_ram~38072_combout ), + .datad(\text_gen|char_ram~1230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38073 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~38073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38076 ( +// Equation(s): +// \text_gen|char_ram~38076_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~38073_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~38075_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38075_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~38073_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38076 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~38076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38079 ( +// Equation(s): +// \text_gen|char_ram~38079_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38076_combout & (\text_gen|char_ram~38078_combout )) # (!\text_gen|char_ram~38076_combout & ((\text_gen|char_ram~38071_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~38076_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38078_combout ), + .datac(\text_gen|char_ram~38071_combout ), + .datad(\text_gen|char_ram~38076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38079 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1174feeder ( +// Equation(s): +// \text_gen|char_ram~1174feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1174feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N29 +dffeas \text_gen|char_ram~1174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y54_N25 +dffeas \text_gen|char_ram~1167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y53_N1 +dffeas \text_gen|char_ram~1139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1146feeder ( +// Equation(s): +// \text_gen|char_ram~1146feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1146feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1146feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1146feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y53_N29 +dffeas \text_gen|char_ram~1146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1146feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38039 ( +// Equation(s): +// \text_gen|char_ram~38039_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1146_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1139_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1139_q ), + .datad(\text_gen|char_ram~1146_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38039 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~38040 ( +// Equation(s): +// \text_gen|char_ram~38040_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38039_combout & (\text_gen|char_ram~1174_q )) # (!\text_gen|char_ram~38039_combout & ((\text_gen|char_ram~1167_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38039_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1174_q ), + .datac(\text_gen|char_ram~1167_q ), + .datad(\text_gen|char_ram~38039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38040 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y55_N25 +dffeas \text_gen|char_ram~1258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y55_N17 +dffeas \text_gen|char_ram~1286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y55_N19 +dffeas \text_gen|char_ram~1251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y55_N5 +dffeas \text_gen|char_ram~1279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38046 ( +// Equation(s): +// \text_gen|char_ram~38046_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1279_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1251_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1251_q ), + .datad(\text_gen|char_ram~1279_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38046 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38047 ( +// Equation(s): +// \text_gen|char_ram~38047_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38046_combout & ((\text_gen|char_ram~1286_q ))) # (!\text_gen|char_ram~38046_combout & (\text_gen|char_ram~1258_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38046_combout )))) + + .dataa(\text_gen|char_ram~1258_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1286_q ), + .datad(\text_gen|char_ram~38046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38047 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~943feeder ( +// Equation(s): +// \text_gen|char_ram~943feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~943feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~943feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~943feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y54_N29 +dffeas \text_gen|char_ram~943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~943feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N5 +dffeas \text_gen|char_ram~950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N7 +dffeas \text_gen|char_ram~915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~922feeder ( +// Equation(s): +// \text_gen|char_ram~922feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y52_N21 +dffeas \text_gen|char_ram~922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38043 ( +// Equation(s): +// \text_gen|char_ram~38043_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~922_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~915_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~915_q ), + .datad(\text_gen|char_ram~922_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38043 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38044 ( +// Equation(s): +// \text_gen|char_ram~38044_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38043_combout & ((\text_gen|char_ram~950_q ))) # (!\text_gen|char_ram~38043_combout & (\text_gen|char_ram~943_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~38043_combout +// )))) + + .dataa(\text_gen|char_ram~943_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~950_q ), + .datad(\text_gen|char_ram~38043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38044 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1034feeder ( +// Equation(s): +// \text_gen|char_ram~1034feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1034feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y47_N13 +dffeas \text_gen|char_ram~1034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y47_N27 +dffeas \text_gen|char_ram~1062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y45_N1 +dffeas \text_gen|char_ram~1027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1055feeder ( +// Equation(s): +// \text_gen|char_ram~1055feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1055feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y45_N9 +dffeas \text_gen|char_ram~1055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38041 ( +// Equation(s): +// \text_gen|char_ram~38041_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1055_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1027_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1027_q ), + .datad(\text_gen|char_ram~1055_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38041 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38042 ( +// Equation(s): +// \text_gen|char_ram~38042_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38041_combout & ((\text_gen|char_ram~1062_q ))) # (!\text_gen|char_ram~38041_combout & (\text_gen|char_ram~1034_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38041_combout )))) + + .dataa(\text_gen|char_ram~1034_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1062_q ), + .datad(\text_gen|char_ram~38041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38042 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38045 ( +// Equation(s): +// \text_gen|char_ram~38045_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~38042_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~38044_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38044_combout ), + .datad(\text_gen|char_ram~38042_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38045 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38048 ( +// Equation(s): +// \text_gen|char_ram~38048_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~38045_combout & ((\text_gen|char_ram~38047_combout ))) # (!\text_gen|char_ram~38045_combout & (\text_gen|char_ram~38040_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~38045_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~38040_combout ), + .datac(\text_gen|char_ram~38047_combout ), + .datad(\text_gen|char_ram~38045_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38048 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38080 ( +// Equation(s): +// \text_gen|char_ram~38080_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~38069_combout & (\text_gen|char_ram~38079_combout )) # (!\text_gen|char_ram~38069_combout & ((\text_gen|char_ram~38048_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~38069_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~38069_combout ), + .datac(\text_gen|char_ram~38079_combout ), + .datad(\text_gen|char_ram~38048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38080 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38208 ( +// Equation(s): +// \text_gen|char_ram~38208_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~38165_combout & (\text_gen|char_ram~38207_combout )) # (!\text_gen|char_ram~38165_combout & ((\text_gen|char_ram~38080_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~38165_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~38207_combout ), + .datac(\text_gen|char_ram~38165_combout ), + .datad(\text_gen|char_ram~38080_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38208 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~38208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y40_N7 +dffeas \text_gen|char_ram~2063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y40_N27 +dffeas \text_gen|char_ram~2070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2042feeder ( +// Equation(s): +// \text_gen|char_ram~2042feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2042feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y37_N19 +dffeas \text_gen|char_ram~2042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N5 +dffeas \text_gen|char_ram~2035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37953 ( +// Equation(s): +// \text_gen|char_ram~37953_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2042_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~2035_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2042_q ), + .datad(\text_gen|char_ram~2035_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37953 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37954 ( +// Equation(s): +// \text_gen|char_ram~37954_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37953_combout & ((\text_gen|char_ram~2070_q ))) # (!\text_gen|char_ram~37953_combout & (\text_gen|char_ram~2063_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37953_combout )))) + + .dataa(\text_gen|char_ram~2063_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2070_q ), + .datad(\text_gen|char_ram~37953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37954 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y40_N3 +dffeas \text_gen|char_ram~2147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2175feeder ( +// Equation(s): +// \text_gen|char_ram~2175feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2175feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y40_N1 +dffeas \text_gen|char_ram~2175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37960 ( +// Equation(s): +// \text_gen|char_ram~37960_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2175_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2147_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2147_q ), + .datad(\text_gen|char_ram~2175_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37960 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y40_N1 +dffeas \text_gen|char_ram~2182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N23 +dffeas \text_gen|char_ram~2154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37961 ( +// Equation(s): +// \text_gen|char_ram~37961_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37960_combout & (\text_gen|char_ram~2182_q )) # (!\text_gen|char_ram~37960_combout & ((\text_gen|char_ram~2154_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37960_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37960_combout ), + .datac(\text_gen|char_ram~2182_q ), + .datad(\text_gen|char_ram~2154_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37961 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y40_N27 +dffeas \text_gen|char_ram~1839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y40_N9 +dffeas \text_gen|char_ram~1846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y40_N17 +dffeas \text_gen|char_ram~1811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y44_N9 +dffeas \text_gen|char_ram~1818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37957 ( +// Equation(s): +// \text_gen|char_ram~37957_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~1818_q )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1811_q & (!\vga_c|h_cnt [6]))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1811_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~1818_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37957 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~37957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37958 ( +// Equation(s): +// \text_gen|char_ram~37958_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37957_combout & ((\text_gen|char_ram~1846_q ))) # (!\text_gen|char_ram~37957_combout & (\text_gen|char_ram~1839_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37957_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1839_q ), + .datac(\text_gen|char_ram~1846_q ), + .datad(\text_gen|char_ram~37957_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37958 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1930feeder ( +// Equation(s): +// \text_gen|char_ram~1930feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1930feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y44_N19 +dffeas \text_gen|char_ram~1930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y40_N1 +dffeas \text_gen|char_ram~1958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y40_N5 +dffeas \text_gen|char_ram~1923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1951feeder ( +// Equation(s): +// \text_gen|char_ram~1951feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1951feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y40_N19 +dffeas \text_gen|char_ram~1951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37955 ( +// Equation(s): +// \text_gen|char_ram~37955_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1951_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1923_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1923_q ), + .datad(\text_gen|char_ram~1951_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37955 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37956 ( +// Equation(s): +// \text_gen|char_ram~37956_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37955_combout & ((\text_gen|char_ram~1958_q ))) # (!\text_gen|char_ram~37955_combout & (\text_gen|char_ram~1930_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37955_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1930_q ), + .datac(\text_gen|char_ram~1958_q ), + .datad(\text_gen|char_ram~37955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37956 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37959 ( +// Equation(s): +// \text_gen|char_ram~37959_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~37956_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37958_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37958_combout ), + .datad(\text_gen|char_ram~37956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37959 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37962 ( +// Equation(s): +// \text_gen|char_ram~37962_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37959_combout & ((\text_gen|char_ram~37961_combout ))) # (!\text_gen|char_ram~37959_combout & (\text_gen|char_ram~37954_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37959_combout )))) + + .dataa(\text_gen|char_ram~37954_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37961_combout ), + .datad(\text_gen|char_ram~37959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37962 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2140feeder ( +// Equation(s): +// \text_gen|char_ram~2140feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2140feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N9 +dffeas \text_gen|char_ram~2140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N19 +dffeas \text_gen|char_ram~2168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2161feeder ( +// Equation(s): +// \text_gen|char_ram~2161feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2161feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2161feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2161feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y39_N5 +dffeas \text_gen|char_ram~2161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2161feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N17 +dffeas \text_gen|char_ram~2133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37980 ( +// Equation(s): +// \text_gen|char_ram~37980_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~2161_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~2133_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2161_q ), + .datac(\text_gen|char_ram~2133_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37980 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37981 ( +// Equation(s): +// \text_gen|char_ram~37981_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37980_combout & ((\text_gen|char_ram~2168_q ))) # (!\text_gen|char_ram~37980_combout & (\text_gen|char_ram~2140_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37980_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2140_q ), + .datac(\text_gen|char_ram~2168_q ), + .datad(\text_gen|char_ram~37980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37981 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2049feeder ( +// Equation(s): +// \text_gen|char_ram~2049feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2049feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2049feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2049feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y39_N13 +dffeas \text_gen|char_ram~2049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2049feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y38_N15 +dffeas \text_gen|char_ram~2056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y38_N1 +dffeas \text_gen|char_ram~2021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2028feeder ( +// Equation(s): +// \text_gen|char_ram~2028feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2028feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2028feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2028feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y38_N25 +dffeas \text_gen|char_ram~2028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2028feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37973 ( +// Equation(s): +// \text_gen|char_ram~37973_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2028_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2021_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2021_q ), + .datad(\text_gen|char_ram~2028_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37973 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37974 ( +// Equation(s): +// \text_gen|char_ram~37974_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37973_combout & ((\text_gen|char_ram~2056_q ))) # (!\text_gen|char_ram~37973_combout & (\text_gen|char_ram~2049_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37973_combout )))) + + .dataa(\text_gen|char_ram~2049_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2056_q ), + .datad(\text_gen|char_ram~37973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37974 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1825feeder ( +// Equation(s): +// \text_gen|char_ram~1825feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1825feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1825feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1825feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y39_N29 +dffeas \text_gen|char_ram~1825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1825feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y38_N23 +dffeas \text_gen|char_ram~1832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y38_N25 +dffeas \text_gen|char_ram~1804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y38_N29 +dffeas \text_gen|char_ram~1797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37977 ( +// Equation(s): +// \text_gen|char_ram~37977_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1804_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~1797_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1804_q ), + .datac(\text_gen|char_ram~1797_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37977 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37978 ( +// Equation(s): +// \text_gen|char_ram~37978_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37977_combout & ((\text_gen|char_ram~1832_q ))) # (!\text_gen|char_ram~37977_combout & (\text_gen|char_ram~1825_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37977_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1825_q ), + .datac(\text_gen|char_ram~1832_q ), + .datad(\text_gen|char_ram~37977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37978 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y35_N27 +dffeas \text_gen|char_ram~1916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N31 +dffeas \text_gen|char_ram~1944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N29 +dffeas \text_gen|char_ram~1909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1937feeder ( +// Equation(s): +// \text_gen|char_ram~1937feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1937feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1937feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1937feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y39_N31 +dffeas \text_gen|char_ram~1937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1937feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37975 ( +// Equation(s): +// \text_gen|char_ram~37975_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1937_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1909_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1909_q ), + .datad(\text_gen|char_ram~1937_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37975 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37976 ( +// Equation(s): +// \text_gen|char_ram~37976_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37975_combout & ((\text_gen|char_ram~1944_q ))) # (!\text_gen|char_ram~37975_combout & (\text_gen|char_ram~1916_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37975_combout )))) + + .dataa(\text_gen|char_ram~1916_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1944_q ), + .datad(\text_gen|char_ram~37975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37976 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37979 ( +// Equation(s): +// \text_gen|char_ram~37979_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~37976_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37978_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37978_combout ), + .datad(\text_gen|char_ram~37976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37979 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37982 ( +// Equation(s): +// \text_gen|char_ram~37982_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37979_combout & (\text_gen|char_ram~37981_combout )) # (!\text_gen|char_ram~37979_combout & ((\text_gen|char_ram~37974_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37979_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37981_combout ), + .datac(\text_gen|char_ram~37974_combout ), + .datad(\text_gen|char_ram~37979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37982 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y35_N25 +dffeas \text_gen|char_ram~2217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y38_N19 +dffeas \text_gen|char_ram~2189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37970 ( +// Equation(s): +// \text_gen|char_ram~37970_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~2217_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~2189_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2217_q ), + .datac(\text_gen|char_ram~2189_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37970 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y38_N5 +dffeas \text_gen|char_ram~2224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y42_N31 +dffeas \text_gen|char_ram~2196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37971 ( +// Equation(s): +// \text_gen|char_ram~37971_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37970_combout & (\text_gen|char_ram~2224_q )) # (!\text_gen|char_ram~37970_combout & ((\text_gen|char_ram~2196_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37970_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37970_combout ), + .datac(\text_gen|char_ram~2224_q ), + .datad(\text_gen|char_ram~2196_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37971 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2105feeder ( +// Equation(s): +// \text_gen|char_ram~2105feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2105feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2105feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2105feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y39_N31 +dffeas \text_gen|char_ram~2105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2105feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N25 +dffeas \text_gen|char_ram~2112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y38_N15 +dffeas \text_gen|char_ram~2077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y38_N25 +dffeas \text_gen|char_ram~2084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37965 ( +// Equation(s): +// \text_gen|char_ram~37965_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2084_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2077_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2077_q ), + .datad(\text_gen|char_ram~2084_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37965 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37966 ( +// Equation(s): +// \text_gen|char_ram~37966_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37965_combout & ((\text_gen|char_ram~2112_q ))) # (!\text_gen|char_ram~37965_combout & (\text_gen|char_ram~2105_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37965_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2105_q ), + .datac(\text_gen|char_ram~2112_q ), + .datad(\text_gen|char_ram~37965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37966 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y35_N31 +dffeas \text_gen|char_ram~1881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N7 +dffeas \text_gen|char_ram~1888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y38_N19 +dffeas \text_gen|char_ram~1853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y38_N1 +dffeas \text_gen|char_ram~1860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37967 ( +// Equation(s): +// \text_gen|char_ram~37967_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1860_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1853_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1853_q ), + .datad(\text_gen|char_ram~1860_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37967 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37968 ( +// Equation(s): +// \text_gen|char_ram~37968_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37967_combout & ((\text_gen|char_ram~1888_q ))) # (!\text_gen|char_ram~37967_combout & (\text_gen|char_ram~1881_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37967_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1881_q ), + .datac(\text_gen|char_ram~1888_q ), + .datad(\text_gen|char_ram~37967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37968 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37969 ( +// Equation(s): +// \text_gen|char_ram~37969_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37966_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~37968_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37966_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~37968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37969 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~37969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y35_N19 +dffeas \text_gen|char_ram~1965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1993feeder ( +// Equation(s): +// \text_gen|char_ram~1993feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1993feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1993feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1993feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y35_N19 +dffeas \text_gen|char_ram~1993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1993feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37963 ( +// Equation(s): +// \text_gen|char_ram~37963_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1993_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1965_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1965_q ), + .datad(\text_gen|char_ram~1993_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37963 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y35_N25 +dffeas \text_gen|char_ram~2000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1972feeder ( +// Equation(s): +// \text_gen|char_ram~1972feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y38_N19 +dffeas \text_gen|char_ram~1972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37964 ( +// Equation(s): +// \text_gen|char_ram~37964_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37963_combout & (\text_gen|char_ram~2000_q )) # (!\text_gen|char_ram~37963_combout & ((\text_gen|char_ram~1972_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37963_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37963_combout ), + .datac(\text_gen|char_ram~2000_q ), + .datad(\text_gen|char_ram~1972_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37964 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37972 ( +// Equation(s): +// \text_gen|char_ram~37972_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37969_combout & (\text_gen|char_ram~37971_combout )) # (!\text_gen|char_ram~37969_combout & ((\text_gen|char_ram~37964_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37969_combout )))) + + .dataa(\text_gen|char_ram~37971_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37969_combout ), + .datad(\text_gen|char_ram~37964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37972 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37983 ( +// Equation(s): +// \text_gen|char_ram~37983_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~37972_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37982_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37982_combout ), + .datad(\text_gen|char_ram~37972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37983 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y42_N21 +dffeas \text_gen|char_ram~2210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y38_N7 +dffeas \text_gen|char_ram~2238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y35_N19 +dffeas \text_gen|char_ram~2231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y38_N21 +dffeas \text_gen|char_ram~2203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37991 ( +// Equation(s): +// \text_gen|char_ram~37991_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~2231_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~2203_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2231_q ), + .datad(\text_gen|char_ram~2203_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37991 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37992 ( +// Equation(s): +// \text_gen|char_ram~37992_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37991_combout & ((\text_gen|char_ram~2238_q ))) # (!\text_gen|char_ram~37991_combout & (\text_gen|char_ram~2210_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37991_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2210_q ), + .datac(\text_gen|char_ram~2238_q ), + .datad(\text_gen|char_ram~37991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37992 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1986feeder ( +// Equation(s): +// \text_gen|char_ram~1986feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~1986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y46_N31 +dffeas \text_gen|char_ram~1986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y38_N19 +dffeas \text_gen|char_ram~2014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y38_N17 +dffeas \text_gen|char_ram~1979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2007feeder ( +// Equation(s): +// \text_gen|char_ram~2007feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y34_N9 +dffeas \text_gen|char_ram~2007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37984 ( +// Equation(s): +// \text_gen|char_ram~37984_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2007_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1979_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1979_q ), + .datad(\text_gen|char_ram~2007_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37984 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37985 ( +// Equation(s): +// \text_gen|char_ram~37985_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37984_combout & ((\text_gen|char_ram~2014_q ))) # (!\text_gen|char_ram~37984_combout & (\text_gen|char_ram~1986_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37984_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1986_q ), + .datac(\text_gen|char_ram~2014_q ), + .datad(\text_gen|char_ram~37984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37985 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y37_N9 +dffeas \text_gen|char_ram~1895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y37_N21 +dffeas \text_gen|char_ram~1902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y37_N3 +dffeas \text_gen|char_ram~1867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y37_N29 +dffeas \text_gen|char_ram~1874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37988 ( +// Equation(s): +// \text_gen|char_ram~37988_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1874_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1867_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1867_q ), + .datad(\text_gen|char_ram~1874_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37988 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37989 ( +// Equation(s): +// \text_gen|char_ram~37989_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37988_combout & ((\text_gen|char_ram~1902_q ))) # (!\text_gen|char_ram~37988_combout & (\text_gen|char_ram~1895_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37988_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1895_q ), + .datac(\text_gen|char_ram~1902_q ), + .datad(\text_gen|char_ram~37988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37989 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2119feeder ( +// Equation(s): +// \text_gen|char_ram~2119feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2119feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y37_N27 +dffeas \text_gen|char_ram~2119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y37_N11 +dffeas \text_gen|char_ram~2126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y37_N13 +dffeas \text_gen|char_ram~2091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2098feeder ( +// Equation(s): +// \text_gen|char_ram~2098feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2098feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y26_N19 +dffeas \text_gen|char_ram~2098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37986 ( +// Equation(s): +// \text_gen|char_ram~37986_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2098_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2091_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2091_q ), + .datad(\text_gen|char_ram~2098_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37986 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37987 ( +// Equation(s): +// \text_gen|char_ram~37987_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37986_combout & ((\text_gen|char_ram~2126_q ))) # (!\text_gen|char_ram~37986_combout & (\text_gen|char_ram~2119_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37986_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2119_q ), + .datac(\text_gen|char_ram~2126_q ), + .datad(\text_gen|char_ram~37986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37987 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37990 ( +// Equation(s): +// \text_gen|char_ram~37990_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~37987_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37989_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37989_combout ), + .datad(\text_gen|char_ram~37987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37990 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37993 ( +// Equation(s): +// \text_gen|char_ram~37993_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37990_combout & (\text_gen|char_ram~37992_combout )) # (!\text_gen|char_ram~37990_combout & ((\text_gen|char_ram~37985_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37990_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37992_combout ), + .datac(\text_gen|char_ram~37985_combout ), + .datad(\text_gen|char_ram~37990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37993 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37994 ( +// Equation(s): +// \text_gen|char_ram~37994_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37983_combout & ((\text_gen|char_ram~37993_combout ))) # (!\text_gen|char_ram~37983_combout & (\text_gen|char_ram~37962_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~37983_combout )))) + + .dataa(\text_gen|char_ram~37962_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37983_combout ), + .datad(\text_gen|char_ram~37993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37994 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~37994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y53_N1 +dffeas \text_gen|char_ram~3029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3057feeder ( +// Equation(s): +// \text_gen|char_ram~3057feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3057feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3057feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3057feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y53_N7 +dffeas \text_gen|char_ram~3057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3057feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37938 ( +// Equation(s): +// \text_gen|char_ram~37938_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3057_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3029_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3029_q ), + .datad(\text_gen|char_ram~3057_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37938 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y53_N27 +dffeas \text_gen|char_ram~3064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3036feeder ( +// Equation(s): +// \text_gen|char_ram~3036feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3036feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3036feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3036feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y53_N13 +dffeas \text_gen|char_ram~3036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3036feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37939 ( +// Equation(s): +// \text_gen|char_ram~37939_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37938_combout & (\text_gen|char_ram~3064_q )) # (!\text_gen|char_ram~37938_combout & ((\text_gen|char_ram~3036_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37938_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37938_combout ), + .datac(\text_gen|char_ram~3064_q ), + .datad(\text_gen|char_ram~3036_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37939 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2945feeder ( +// Equation(s): +// \text_gen|char_ram~2945feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2945feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2945feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2945feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N17 +dffeas \text_gen|char_ram~2945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2945feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y49_N27 +dffeas \text_gen|char_ram~2952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y49_N21 +dffeas \text_gen|char_ram~2917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y46_N27 +dffeas \text_gen|char_ram~2924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37931 ( +// Equation(s): +// \text_gen|char_ram~37931_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2924_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2917_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2917_q ), + .datad(\text_gen|char_ram~2924_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37931 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37932 ( +// Equation(s): +// \text_gen|char_ram~37932_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37931_combout & ((\text_gen|char_ram~2952_q ))) # (!\text_gen|char_ram~37931_combout & (\text_gen|char_ram~2945_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37931_combout )))) + + .dataa(\text_gen|char_ram~2945_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2952_q ), + .datad(\text_gen|char_ram~37931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37932 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2812feeder ( +// Equation(s): +// \text_gen|char_ram~2812feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2812feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2812feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2812feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N7 +dffeas \text_gen|char_ram~2812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2812feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y38_N1 +dffeas \text_gen|char_ram~2840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y39_N3 +dffeas \text_gen|char_ram~2805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2833feeder ( +// Equation(s): +// \text_gen|char_ram~2833feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2833feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y39_N29 +dffeas \text_gen|char_ram~2833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37933 ( +// Equation(s): +// \text_gen|char_ram~37933_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2833_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2805_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2805_q ), + .datad(\text_gen|char_ram~2833_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37933 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37934 ( +// Equation(s): +// \text_gen|char_ram~37934_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37933_combout & ((\text_gen|char_ram~2840_q ))) # (!\text_gen|char_ram~37933_combout & (\text_gen|char_ram~2812_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37933_combout )))) + + .dataa(\text_gen|char_ram~2812_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2840_q ), + .datad(\text_gen|char_ram~37933_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37934 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y57_N3 +dffeas \text_gen|char_ram~2693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2700feeder ( +// Equation(s): +// \text_gen|char_ram~2700feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2700feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2700feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2700feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y57_N29 +dffeas \text_gen|char_ram~2700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2700feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37935 ( +// Equation(s): +// \text_gen|char_ram~37935_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2700_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2693_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2693_q ), + .datad(\text_gen|char_ram~2700_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37935 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y38_N15 +dffeas \text_gen|char_ram~2728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2721feeder ( +// Equation(s): +// \text_gen|char_ram~2721feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2721feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y53_N29 +dffeas \text_gen|char_ram~2721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37936 ( +// Equation(s): +// \text_gen|char_ram~37936_combout = (\text_gen|char_ram~37935_combout & (((\text_gen|char_ram~2728_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37935_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~2721_q )))) + + .dataa(\text_gen|char_ram~37935_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2728_q ), + .datad(\text_gen|char_ram~2721_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37936 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37937 ( +// Equation(s): +// \text_gen|char_ram~37937_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~37934_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~37936_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37934_combout ), + .datad(\text_gen|char_ram~37936_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37937 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37940 ( +// Equation(s): +// \text_gen|char_ram~37940_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37937_combout & (\text_gen|char_ram~37939_combout )) # (!\text_gen|char_ram~37937_combout & ((\text_gen|char_ram~37932_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37937_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37939_combout ), + .datac(\text_gen|char_ram~37932_combout ), + .datad(\text_gen|char_ram~37937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37940 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3092feeder ( +// Equation(s): +// \text_gen|char_ram~3092feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y53_N19 +dffeas \text_gen|char_ram~3092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y53_N31 +dffeas \text_gen|char_ram~3120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y53_N13 +dffeas \text_gen|char_ram~3085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y54_N17 +dffeas \text_gen|char_ram~3113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37928 ( +// Equation(s): +// \text_gen|char_ram~37928_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3113_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3085_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3085_q ), + .datad(\text_gen|char_ram~3113_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37928 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37929 ( +// Equation(s): +// \text_gen|char_ram~37929_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37928_combout & ((\text_gen|char_ram~3120_q ))) # (!\text_gen|char_ram~37928_combout & (\text_gen|char_ram~3092_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37928_combout )))) + + .dataa(\text_gen|char_ram~3092_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3120_q ), + .datad(\text_gen|char_ram~37928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37929 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y49_N5 +dffeas \text_gen|char_ram~2980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y49_N3 +dffeas \text_gen|char_ram~2973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37923 ( +// Equation(s): +// \text_gen|char_ram~37923_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2980_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~2973_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2980_q ), + .datac(\text_gen|char_ram~2973_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37923 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y46_N31 +dffeas \text_gen|char_ram~3008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~3001feeder ( +// Equation(s): +// \text_gen|char_ram~3001feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y50_N5 +dffeas \text_gen|char_ram~3001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37924 ( +// Equation(s): +// \text_gen|char_ram~37924_combout = (\text_gen|char_ram~37923_combout & (((\text_gen|char_ram~3008_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37923_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3001_q )))) + + .dataa(\text_gen|char_ram~37923_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3008_q ), + .datad(\text_gen|char_ram~3001_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37924 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2777feeder ( +// Equation(s): +// \text_gen|char_ram~2777feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y53_N27 +dffeas \text_gen|char_ram~2777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2756feeder ( +// Equation(s): +// \text_gen|char_ram~2756feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2756feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2756feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2756feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y61_N1 +dffeas \text_gen|char_ram~2756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2756feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N3 +dffeas \text_gen|char_ram~2749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37925 ( +// Equation(s): +// \text_gen|char_ram~37925_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~2756_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~2749_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2756_q ), + .datac(\text_gen|char_ram~2749_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37925 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y46_N21 +dffeas \text_gen|char_ram~2784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37926 ( +// Equation(s): +// \text_gen|char_ram~37926_combout = (\text_gen|char_ram~37925_combout & (((\text_gen|char_ram~2784_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~37925_combout & (\text_gen|char_ram~2777_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~2777_q ), + .datab(\text_gen|char_ram~37925_combout ), + .datac(\text_gen|char_ram~2784_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37926 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~37926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37927 ( +// Equation(s): +// \text_gen|char_ram~37927_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37924_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~37926_combout & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~37924_combout ), + .datab(\text_gen|char_ram~37926_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37927 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~37927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2868feeder ( +// Equation(s): +// \text_gen|char_ram~2868feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2868feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2868feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2868feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N9 +dffeas \text_gen|char_ram~2868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2868feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y47_N23 +dffeas \text_gen|char_ram~2896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y47_N29 +dffeas \text_gen|char_ram~2861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2889feeder ( +// Equation(s): +// \text_gen|char_ram~2889feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2889feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y39_N11 +dffeas \text_gen|char_ram~2889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37921 ( +// Equation(s): +// \text_gen|char_ram~37921_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2889_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2861_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2861_q ), + .datad(\text_gen|char_ram~2889_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37921 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37922 ( +// Equation(s): +// \text_gen|char_ram~37922_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37921_combout & ((\text_gen|char_ram~2896_q ))) # (!\text_gen|char_ram~37921_combout & (\text_gen|char_ram~2868_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37921_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2868_q ), + .datac(\text_gen|char_ram~2896_q ), + .datad(\text_gen|char_ram~37921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37922 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37930 ( +// Equation(s): +// \text_gen|char_ram~37930_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37927_combout & (\text_gen|char_ram~37929_combout )) # (!\text_gen|char_ram~37927_combout & ((\text_gen|char_ram~37922_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37927_combout )))) + + .dataa(\text_gen|char_ram~37929_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37927_combout ), + .datad(\text_gen|char_ram~37922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37930 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~37930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37941 ( +// Equation(s): +// \text_gen|char_ram~37941_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~37930_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~37940_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37940_combout ), + .datad(\text_gen|char_ram~37930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37941 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N5 +dffeas \text_gen|char_ram~2994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y53_N3 +dffeas \text_gen|char_ram~2987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37944 ( +// Equation(s): +// \text_gen|char_ram~37944_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~2994_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~2987_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2994_q ), + .datac(\text_gen|char_ram~2987_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37944 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y57_N19 +dffeas \text_gen|char_ram~3022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y57_N23 +dffeas \text_gen|char_ram~3015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37945 ( +// Equation(s): +// \text_gen|char_ram~37945_combout = (\text_gen|char_ram~37944_combout & (((\text_gen|char_ram~3022_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37944_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3015_q )))) + + .dataa(\text_gen|char_ram~37944_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3022_q ), + .datad(\text_gen|char_ram~3015_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37945 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y61_N11 +dffeas \text_gen|char_ram~2763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2770feeder ( +// Equation(s): +// \text_gen|char_ram~2770feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2770feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y61_N13 +dffeas \text_gen|char_ram~2770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~37946 ( +// Equation(s): +// \text_gen|char_ram~37946_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2770_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2763_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2763_q ), + .datad(\text_gen|char_ram~2770_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37946 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y57_N5 +dffeas \text_gen|char_ram~2798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2791feeder ( +// Equation(s): +// \text_gen|char_ram~2791feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2791feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2791feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2791feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y60_N15 +dffeas \text_gen|char_ram~2791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2791feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37947 ( +// Equation(s): +// \text_gen|char_ram~37947_combout = (\text_gen|char_ram~37946_combout & (((\text_gen|char_ram~2798_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37946_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~2791_q )))) + + .dataa(\text_gen|char_ram~37946_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2798_q ), + .datad(\text_gen|char_ram~2791_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37947 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37948 ( +// Equation(s): +// \text_gen|char_ram~37948_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~37945_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~37947_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37945_combout ), + .datac(\text_gen|char_ram~37947_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37948 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y53_N19 +dffeas \text_gen|char_ram~3106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y53_N9 +dffeas \text_gen|char_ram~3134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y53_N19 +dffeas \text_gen|char_ram~3099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y54_N31 +dffeas \text_gen|char_ram~3127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37949 ( +// Equation(s): +// \text_gen|char_ram~37949_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3127_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3099_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3099_q ), + .datad(\text_gen|char_ram~3127_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37949 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37950 ( +// Equation(s): +// \text_gen|char_ram~37950_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37949_combout & ((\text_gen|char_ram~3134_q ))) # (!\text_gen|char_ram~37949_combout & (\text_gen|char_ram~3106_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37949_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3106_q ), + .datac(\text_gen|char_ram~3134_q ), + .datad(\text_gen|char_ram~37949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37950 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2882feeder ( +// Equation(s): +// \text_gen|char_ram~2882feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2882feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2882feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2882feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y50_N3 +dffeas \text_gen|char_ram~2882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2882feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y54_N3 +dffeas \text_gen|char_ram~2910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y54_N17 +dffeas \text_gen|char_ram~2875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2903feeder ( +// Equation(s): +// \text_gen|char_ram~2903feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2903feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y40_N29 +dffeas \text_gen|char_ram~2903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37942 ( +// Equation(s): +// \text_gen|char_ram~37942_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2903_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2875_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2875_q ), + .datad(\text_gen|char_ram~2903_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37942 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37943 ( +// Equation(s): +// \text_gen|char_ram~37943_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37942_combout & ((\text_gen|char_ram~2910_q ))) # (!\text_gen|char_ram~37942_combout & (\text_gen|char_ram~2882_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37942_combout )))) + + .dataa(\text_gen|char_ram~2882_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2910_q ), + .datad(\text_gen|char_ram~37942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37943 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37951 ( +// Equation(s): +// \text_gen|char_ram~37951_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37948_combout & (\text_gen|char_ram~37950_combout )) # (!\text_gen|char_ram~37948_combout & ((\text_gen|char_ram~37943_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37948_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37948_combout ), + .datac(\text_gen|char_ram~37950_combout ), + .datad(\text_gen|char_ram~37943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37951 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3050feeder ( +// Equation(s): +// \text_gen|char_ram~3050feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3050feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N29 +dffeas \text_gen|char_ram~3050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y54_N5 +dffeas \text_gen|char_ram~3078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y54_N7 +dffeas \text_gen|char_ram~3043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3071feeder ( +// Equation(s): +// \text_gen|char_ram~3071feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3071feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3071feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3071feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y54_N15 +dffeas \text_gen|char_ram~3071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3071feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37918 ( +// Equation(s): +// \text_gen|char_ram~37918_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3071_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3043_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3043_q ), + .datad(\text_gen|char_ram~3071_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37918 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37919 ( +// Equation(s): +// \text_gen|char_ram~37919_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37918_combout & ((\text_gen|char_ram~3078_q ))) # (!\text_gen|char_ram~37918_combout & (\text_gen|char_ram~3050_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37918_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3050_q ), + .datac(\text_gen|char_ram~3078_q ), + .datad(\text_gen|char_ram~37918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37919 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2959feeder ( +// Equation(s): +// \text_gen|char_ram~2959feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y56_N11 +dffeas \text_gen|char_ram~2959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y52_N1 +dffeas \text_gen|char_ram~2966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y52_N19 +dffeas \text_gen|char_ram~2931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2931 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y37_N3 +dffeas \text_gen|char_ram~2938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37911 ( +// Equation(s): +// \text_gen|char_ram~37911_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2938_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2931_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2931_q ), + .datad(\text_gen|char_ram~2938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37911 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37912 ( +// Equation(s): +// \text_gen|char_ram~37912_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37911_combout & ((\text_gen|char_ram~2966_q ))) # (!\text_gen|char_ram~37911_combout & (\text_gen|char_ram~2959_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37911_combout )))) + + .dataa(\text_gen|char_ram~2959_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2966_q ), + .datad(\text_gen|char_ram~37911_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37912 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y57_N29 +dffeas \text_gen|char_ram~2707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2714feeder ( +// Equation(s): +// \text_gen|char_ram~2714feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N5 +dffeas \text_gen|char_ram~2714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37915 ( +// Equation(s): +// \text_gen|char_ram~37915_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2714_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2707_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2707_q ), + .datad(\text_gen|char_ram~2714_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37915 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y57_N31 +dffeas \text_gen|char_ram~2742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2735feeder ( +// Equation(s): +// \text_gen|char_ram~2735feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2735feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2735feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2735feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y56_N1 +dffeas \text_gen|char_ram~2735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2735feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37916 ( +// Equation(s): +// \text_gen|char_ram~37916_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37915_combout & (\text_gen|char_ram~2742_q )) # (!\text_gen|char_ram~37915_combout & ((\text_gen|char_ram~2735_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~37915_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~37915_combout ), + .datac(\text_gen|char_ram~2742_q ), + .datad(\text_gen|char_ram~2735_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37916 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2826feeder ( +// Equation(s): +// \text_gen|char_ram~2826feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2826feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y50_N21 +dffeas \text_gen|char_ram~2826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y46_N1 +dffeas \text_gen|char_ram~2854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y46_N7 +dffeas \text_gen|char_ram~2819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2847feeder ( +// Equation(s): +// \text_gen|char_ram~2847feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2847feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2847feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2847feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y36_N21 +dffeas \text_gen|char_ram~2847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2847feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37913 ( +// Equation(s): +// \text_gen|char_ram~37913_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2847_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2819_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2819_q ), + .datad(\text_gen|char_ram~2847_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37913 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37914 ( +// Equation(s): +// \text_gen|char_ram~37914_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37913_combout & ((\text_gen|char_ram~2854_q ))) # (!\text_gen|char_ram~37913_combout & (\text_gen|char_ram~2826_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37913_combout )))) + + .dataa(\text_gen|char_ram~2826_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2854_q ), + .datad(\text_gen|char_ram~37913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37914 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37917 ( +// Equation(s): +// \text_gen|char_ram~37917_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~37914_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~37916_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37916_combout ), + .datad(\text_gen|char_ram~37914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37917 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37920 ( +// Equation(s): +// \text_gen|char_ram~37920_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37917_combout & (\text_gen|char_ram~37919_combout )) # (!\text_gen|char_ram~37917_combout & ((\text_gen|char_ram~37912_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37917_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37919_combout ), + .datac(\text_gen|char_ram~37912_combout ), + .datad(\text_gen|char_ram~37917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37920 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~37920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37952 ( +// Equation(s): +// \text_gen|char_ram~37952_combout = (\text_gen|char_ram~37941_combout & (((\text_gen|char_ram~37951_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~37941_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~37920_combout )))) + + .dataa(\text_gen|char_ram~37941_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37951_combout ), + .datad(\text_gen|char_ram~37920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37952 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37995 ( +// Equation(s): +// \text_gen|char_ram~37995_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~37952_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~37994_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~37994_combout ), + .datad(\text_gen|char_ram~37952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37995 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2287feeder ( +// Equation(s): +// \text_gen|char_ram~2287feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N11 +dffeas \text_gen|char_ram~2287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y20_N27 +dffeas \text_gen|char_ram~2294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y20_N23 +dffeas \text_gen|char_ram~2259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y20_N29 +dffeas \text_gen|char_ram~2266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37883 ( +// Equation(s): +// \text_gen|char_ram~37883_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2266_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2259_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2259_q ), + .datad(\text_gen|char_ram~2266_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37883 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37884 ( +// Equation(s): +// \text_gen|char_ram~37884_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37883_combout & ((\text_gen|char_ram~2294_q ))) # (!\text_gen|char_ram~37883_combout & (\text_gen|char_ram~2287_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37883_combout )))) + + .dataa(\text_gen|char_ram~2287_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2294_q ), + .datad(\text_gen|char_ram~37883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37884 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2378feeder ( +// Equation(s): +// \text_gen|char_ram~2378feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y23_N21 +dffeas \text_gen|char_ram~2378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y20_N29 +dffeas \text_gen|char_ram~2406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y19_N27 +dffeas \text_gen|char_ram~2371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2399feeder ( +// Equation(s): +// \text_gen|char_ram~2399feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2399feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2399feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2399feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N17 +dffeas \text_gen|char_ram~2399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2399feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37881 ( +// Equation(s): +// \text_gen|char_ram~37881_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2399_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2371_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2371_q ), + .datad(\text_gen|char_ram~2399_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37881 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37882 ( +// Equation(s): +// \text_gen|char_ram~37882_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37881_combout & ((\text_gen|char_ram~2406_q ))) # (!\text_gen|char_ram~37881_combout & (\text_gen|char_ram~2378_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37881_combout )))) + + .dataa(\text_gen|char_ram~2378_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2406_q ), + .datad(\text_gen|char_ram~37881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37882 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37885 ( +// Equation(s): +// \text_gen|char_ram~37885_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~37882_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~37884_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37884_combout ), + .datad(\text_gen|char_ram~37882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37885 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y20_N13 +dffeas \text_gen|char_ram~2511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y20_N27 +dffeas \text_gen|char_ram~2518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y16_N21 +dffeas \text_gen|char_ram~2483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2490feeder ( +// Equation(s): +// \text_gen|char_ram~2490feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2490feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y19_N23 +dffeas \text_gen|char_ram~2490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37879 ( +// Equation(s): +// \text_gen|char_ram~37879_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2490_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2483_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2483_q ), + .datad(\text_gen|char_ram~2490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37879 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37880 ( +// Equation(s): +// \text_gen|char_ram~37880_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37879_combout & ((\text_gen|char_ram~2518_q ))) # (!\text_gen|char_ram~37879_combout & (\text_gen|char_ram~2511_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37879_combout )))) + + .dataa(\text_gen|char_ram~2511_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2518_q ), + .datad(\text_gen|char_ram~37879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37880 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y8_N13 +dffeas \text_gen|char_ram~2595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2623feeder ( +// Equation(s): +// \text_gen|char_ram~2623feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y8_N29 +dffeas \text_gen|char_ram~2623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37886 ( +// Equation(s): +// \text_gen|char_ram~37886_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2623_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2595_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2595_q ), + .datad(\text_gen|char_ram~2623_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37886 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y20_N27 +dffeas \text_gen|char_ram~2630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y20_N21 +dffeas \text_gen|char_ram~2602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37887 ( +// Equation(s): +// \text_gen|char_ram~37887_combout = (\text_gen|char_ram~37886_combout & (((\text_gen|char_ram~2630_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37886_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2602_q )))) + + .dataa(\text_gen|char_ram~37886_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2630_q ), + .datad(\text_gen|char_ram~2602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37887 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37888 ( +// Equation(s): +// \text_gen|char_ram~37888_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37885_combout & ((\text_gen|char_ram~37887_combout ))) # (!\text_gen|char_ram~37885_combout & (\text_gen|char_ram~37880_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37885_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37885_combout ), + .datac(\text_gen|char_ram~37880_combout ), + .datad(\text_gen|char_ram~37887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37888 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~37888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2497feeder ( +// Equation(s): +// \text_gen|char_ram~2497feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y20_N1 +dffeas \text_gen|char_ram~2497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y20_N17 +dffeas \text_gen|char_ram~2504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y20_N19 +dffeas \text_gen|char_ram~2469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y20_N25 +dffeas \text_gen|char_ram~2476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37889 ( +// Equation(s): +// \text_gen|char_ram~37889_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2476_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2469_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2469_q ), + .datad(\text_gen|char_ram~2476_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37889 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37890 ( +// Equation(s): +// \text_gen|char_ram~37890_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37889_combout & ((\text_gen|char_ram~2504_q ))) # (!\text_gen|char_ram~37889_combout & (\text_gen|char_ram~2497_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37889_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2497_q ), + .datac(\text_gen|char_ram~2504_q ), + .datad(\text_gen|char_ram~37889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37890 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y20_N17 +dffeas \text_gen|char_ram~2609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y20_N15 +dffeas \text_gen|char_ram~2581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37896 ( +// Equation(s): +// \text_gen|char_ram~37896_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~2609_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~2581_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2609_q ), + .datac(\text_gen|char_ram~2581_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37896 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y20_N21 +dffeas \text_gen|char_ram~2616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y20_N27 +dffeas \text_gen|char_ram~2588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37897 ( +// Equation(s): +// \text_gen|char_ram~37897_combout = (\text_gen|char_ram~37896_combout & (((\text_gen|char_ram~2616_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37896_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2588_q )))) + + .dataa(\text_gen|char_ram~37896_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2616_q ), + .datad(\text_gen|char_ram~2588_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37897 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y28_N23 +dffeas \text_gen|char_ram~2364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y20_N21 +dffeas \text_gen|char_ram~2392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N21 +dffeas \text_gen|char_ram~2357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2385feeder ( +// Equation(s): +// \text_gen|char_ram~2385feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2385feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2385feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2385feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N3 +dffeas \text_gen|char_ram~2385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2385feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37891 ( +// Equation(s): +// \text_gen|char_ram~37891_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2385_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2357_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2357_q ), + .datad(\text_gen|char_ram~2385_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37891 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37892 ( +// Equation(s): +// \text_gen|char_ram~37892_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37891_combout & ((\text_gen|char_ram~2392_q ))) # (!\text_gen|char_ram~37891_combout & (\text_gen|char_ram~2364_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37891_combout )))) + + .dataa(\text_gen|char_ram~2364_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2392_q ), + .datad(\text_gen|char_ram~37891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37892 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2273feeder ( +// Equation(s): +// \text_gen|char_ram~2273feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2273feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2273feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2273feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y20_N23 +dffeas \text_gen|char_ram~2273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2273feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y20_N19 +dffeas \text_gen|char_ram~2280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2252feeder ( +// Equation(s): +// \text_gen|char_ram~2252feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y17_N31 +dffeas \text_gen|char_ram~2252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N19 +dffeas \text_gen|char_ram~2245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37893 ( +// Equation(s): +// \text_gen|char_ram~37893_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~2252_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~2245_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2252_q ), + .datac(\text_gen|char_ram~2245_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37893 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~37893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37894 ( +// Equation(s): +// \text_gen|char_ram~37894_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37893_combout & ((\text_gen|char_ram~2280_q ))) # (!\text_gen|char_ram~37893_combout & (\text_gen|char_ram~2273_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37893_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2273_q ), + .datac(\text_gen|char_ram~2280_q ), + .datad(\text_gen|char_ram~37893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37894 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~37895 ( +// Equation(s): +// \text_gen|char_ram~37895_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37892_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~37894_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37892_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~37894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37895 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~37895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~37898 ( +// Equation(s): +// \text_gen|char_ram~37898_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~37895_combout & ((\text_gen|char_ram~37897_combout ))) # (!\text_gen|char_ram~37895_combout & (\text_gen|char_ram~37890_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~37895_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~37890_combout ), + .datac(\text_gen|char_ram~37897_combout ), + .datad(\text_gen|char_ram~37895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37898 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37899 ( +// Equation(s): +// \text_gen|char_ram~37899_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~37888_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~37898_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~37888_combout ), + .datad(\text_gen|char_ram~37898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37899 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~37899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y9_N25 +dffeas \text_gen|char_ram~2448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y12_N1 +dffeas \text_gen|char_ram~2420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y12_N13 +dffeas \text_gen|char_ram~2413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y8_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2441feeder ( +// Equation(s): +// \text_gen|char_ram~2441feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2441feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y8_N5 +dffeas \text_gen|char_ram~2441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37869 ( +// Equation(s): +// \text_gen|char_ram~37869_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2441_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2413_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2413_q ), + .datad(\text_gen|char_ram~2441_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37869 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~37870 ( +// Equation(s): +// \text_gen|char_ram~37870_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37869_combout & (\text_gen|char_ram~2448_q )) # (!\text_gen|char_ram~37869_combout & ((\text_gen|char_ram~2420_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37869_combout )))) + + .dataa(\text_gen|char_ram~2448_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2420_q ), + .datad(\text_gen|char_ram~37869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37870 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y12_N13 +dffeas \text_gen|char_ram~2329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y12_N7 +dffeas \text_gen|char_ram~2336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y12_N25 +dffeas \text_gen|char_ram~2301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2308feeder ( +// Equation(s): +// \text_gen|char_ram~2308feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2308feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y12_N13 +dffeas \text_gen|char_ram~2308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37873 ( +// Equation(s): +// \text_gen|char_ram~37873_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2308_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2301_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2301_q ), + .datad(\text_gen|char_ram~2308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37873 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37874 ( +// Equation(s): +// \text_gen|char_ram~37874_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37873_combout & ((\text_gen|char_ram~2336_q ))) # (!\text_gen|char_ram~37873_combout & (\text_gen|char_ram~2329_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37873_combout )))) + + .dataa(\text_gen|char_ram~2329_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2336_q ), + .datad(\text_gen|char_ram~37873_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37874 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2553feeder ( +// Equation(s): +// \text_gen|char_ram~2553feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2553feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2553feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2553feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y13_N23 +dffeas \text_gen|char_ram~2553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2553feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y14_N29 +dffeas \text_gen|char_ram~2560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y14_N17 +dffeas \text_gen|char_ram~2525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y15_N1 +dffeas \text_gen|char_ram~2532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37871 ( +// Equation(s): +// \text_gen|char_ram~37871_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2532_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2525_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2525_q ), + .datad(\text_gen|char_ram~2532_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37871 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37872 ( +// Equation(s): +// \text_gen|char_ram~37872_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37871_combout & ((\text_gen|char_ram~2560_q ))) # (!\text_gen|char_ram~37871_combout & (\text_gen|char_ram~2553_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37871_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2553_q ), + .datac(\text_gen|char_ram~2560_q ), + .datad(\text_gen|char_ram~37871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37872 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~37875 ( +// Equation(s): +// \text_gen|char_ram~37875_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~37872_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37874_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37874_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~37872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37875 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~37875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y7_N1 +dffeas \text_gen|char_ram~2644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y8_N15 +dffeas \text_gen|char_ram~2672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y8_N17 +dffeas \text_gen|char_ram~2637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y12_N25 +dffeas \text_gen|char_ram~2665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y8_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37876 ( +// Equation(s): +// \text_gen|char_ram~37876_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2665_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2637_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2637_q ), + .datad(\text_gen|char_ram~2665_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37876 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37877 ( +// Equation(s): +// \text_gen|char_ram~37877_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37876_combout & ((\text_gen|char_ram~2672_q ))) # (!\text_gen|char_ram~37876_combout & (\text_gen|char_ram~2644_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~37876_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2644_q ), + .datac(\text_gen|char_ram~2672_q ), + .datad(\text_gen|char_ram~37876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37877 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~37878 ( +// Equation(s): +// \text_gen|char_ram~37878_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37875_combout & ((\text_gen|char_ram~37877_combout ))) # (!\text_gen|char_ram~37875_combout & (\text_gen|char_ram~37870_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37875_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~37870_combout ), + .datac(\text_gen|char_ram~37875_combout ), + .datad(\text_gen|char_ram~37877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37878 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~37878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2679feeder ( +// Equation(s): +// \text_gen|char_ram~2679feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y8_N17 +dffeas \text_gen|char_ram~2679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2651feeder ( +// Equation(s): +// \text_gen|char_ram~2651feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y8_N23 +dffeas \text_gen|char_ram~2651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37907 ( +// Equation(s): +// \text_gen|char_ram~37907_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2679_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~2651_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2679_q ), + .datad(\text_gen|char_ram~2651_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37907 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~37907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y8_N3 +dffeas \text_gen|char_ram~2686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2658feeder ( +// Equation(s): +// \text_gen|char_ram~2658feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2658feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y8_N25 +dffeas \text_gen|char_ram~2658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~37908 ( +// Equation(s): +// \text_gen|char_ram~37908_combout = (\text_gen|char_ram~37907_combout & (((\text_gen|char_ram~2686_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~37907_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2658_q )))) + + .dataa(\text_gen|char_ram~37907_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2686_q ), + .datad(\text_gen|char_ram~2658_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37908 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2455feeder ( +// Equation(s): +// \text_gen|char_ram~2455feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2455feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y12_N9 +dffeas \text_gen|char_ram~2455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y15_N29 +dffeas \text_gen|char_ram~2427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37900 ( +// Equation(s): +// \text_gen|char_ram~37900_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~2455_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~2427_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2455_q ), + .datac(\text_gen|char_ram~2427_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37900 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y15_N27 +dffeas \text_gen|char_ram~2462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2434feeder ( +// Equation(s): +// \text_gen|char_ram~2434feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2434feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y14_N1 +dffeas \text_gen|char_ram~2434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~37901 ( +// Equation(s): +// \text_gen|char_ram~37901_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~37900_combout & (\text_gen|char_ram~2462_q )) # (!\text_gen|char_ram~37900_combout & ((\text_gen|char_ram~2434_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~37900_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~37900_combout ), + .datac(\text_gen|char_ram~2462_q ), + .datad(\text_gen|char_ram~2434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37901 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~37901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y8_N15 +dffeas \text_gen|char_ram~2315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y8_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2322feeder ( +// Equation(s): +// \text_gen|char_ram~2322feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~2322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y8_N5 +dffeas \text_gen|char_ram~2322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37904 ( +// Equation(s): +// \text_gen|char_ram~37904_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2322_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2315_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2315_q ), + .datad(\text_gen|char_ram~2322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37904 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y8_N5 +dffeas \text_gen|char_ram~2350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y8_N9 +dffeas \text_gen|char_ram~2343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y8_N4 +cycloneiv_lcell_comb \text_gen|char_ram~37905 ( +// Equation(s): +// \text_gen|char_ram~37905_combout = (\text_gen|char_ram~37904_combout & (((\text_gen|char_ram~2350_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~37904_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~2343_q )))) + + .dataa(\text_gen|char_ram~37904_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2350_q ), + .datad(\text_gen|char_ram~2343_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37905 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~37905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y8_N31 +dffeas \text_gen|char_ram~2567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y8_N19 +dffeas \text_gen|char_ram~2574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2574 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y8_N19 +dffeas \text_gen|char_ram~2539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y8_N29 +dffeas \text_gen|char_ram~2546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y8_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37902 ( +// Equation(s): +// \text_gen|char_ram~37902_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2546_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2539_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2539_q ), + .datad(\text_gen|char_ram~2546_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37902 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~37902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y8_N18 +cycloneiv_lcell_comb \text_gen|char_ram~37903 ( +// Equation(s): +// \text_gen|char_ram~37903_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37902_combout & ((\text_gen|char_ram~2574_q ))) # (!\text_gen|char_ram~37902_combout & (\text_gen|char_ram~2567_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37902_combout )))) + + .dataa(\text_gen|char_ram~2567_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2574_q ), + .datad(\text_gen|char_ram~37902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37903 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~37903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y8_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37906 ( +// Equation(s): +// \text_gen|char_ram~37906_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~37903_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~37905_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~37905_combout ), + .datad(\text_gen|char_ram~37903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37906 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~37909 ( +// Equation(s): +// \text_gen|char_ram~37909_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~37906_combout & (\text_gen|char_ram~37908_combout )) # (!\text_gen|char_ram~37906_combout & ((\text_gen|char_ram~37901_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~37906_combout )))) + + .dataa(\text_gen|char_ram~37908_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~37901_combout ), + .datad(\text_gen|char_ram~37906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37909 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~37909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~37910 ( +// Equation(s): +// \text_gen|char_ram~37910_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~37899_combout & ((\text_gen|char_ram~37909_combout ))) # (!\text_gen|char_ram~37899_combout & (\text_gen|char_ram~37878_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~37899_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~37899_combout ), + .datac(\text_gen|char_ram~37878_combout ), + .datad(\text_gen|char_ram~37909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37910 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~37910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3540feeder ( +// Equation(s): +// \text_gen|char_ram~3540feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3540feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3540feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3540feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N29 +dffeas \text_gen|char_ram~3540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3540feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y27_N27 +dffeas \text_gen|char_ram~3568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y27_N13 +dffeas \text_gen|char_ram~3533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3561feeder ( +// Equation(s): +// \text_gen|char_ram~3561feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3561feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3561feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3561feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y28_N13 +dffeas \text_gen|char_ram~3561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3561feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38003 ( +// Equation(s): +// \text_gen|char_ram~38003_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3561_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3533_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3533_q ), + .datad(\text_gen|char_ram~3561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38003 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38004 ( +// Equation(s): +// \text_gen|char_ram~38004_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38003_combout & ((\text_gen|char_ram~3568_q ))) # (!\text_gen|char_ram~38003_combout & (\text_gen|char_ram~3540_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38003_combout )))) + + .dataa(\text_gen|char_ram~3540_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3568_q ), + .datad(\text_gen|char_ram~38003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38004 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y27_N13 +dffeas \text_gen|char_ram~3197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N3 +dffeas \text_gen|char_ram~3204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38000 ( +// Equation(s): +// \text_gen|char_ram~38000_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3204_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3197_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3197_q ), + .datad(\text_gen|char_ram~3204_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38000 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y27_N15 +dffeas \text_gen|char_ram~3232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~3225feeder ( +// Equation(s): +// \text_gen|char_ram~3225feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y28_N5 +dffeas \text_gen|char_ram~3225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38001 ( +// Equation(s): +// \text_gen|char_ram~38001_combout = (\text_gen|char_ram~38000_combout & (((\text_gen|char_ram~3232_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38000_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3225_q )))) + + .dataa(\text_gen|char_ram~38000_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3232_q ), + .datad(\text_gen|char_ram~3225_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38001 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y27_N3 +dffeas \text_gen|char_ram~3449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y31_N13 +dffeas \text_gen|char_ram~3456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3428feeder ( +// Equation(s): +// \text_gen|char_ram~3428feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3428feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3428feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3428feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y34_N9 +dffeas \text_gen|char_ram~3428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3428feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y31_N7 +dffeas \text_gen|char_ram~3421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~37998 ( +// Equation(s): +// \text_gen|char_ram~37998_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3428_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3421_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3428_q ), + .datac(\text_gen|char_ram~3421_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~37998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37998 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~37998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~37999 ( +// Equation(s): +// \text_gen|char_ram~37999_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~37998_combout & ((\text_gen|char_ram~3456_q ))) # (!\text_gen|char_ram~37998_combout & (\text_gen|char_ram~3449_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~37998_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3449_q ), + .datac(\text_gen|char_ram~3456_q ), + .datad(\text_gen|char_ram~37998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~37999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37999 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~37999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38002 ( +// Equation(s): +// \text_gen|char_ram~38002_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~37999_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~38001_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38001_combout ), + .datad(\text_gen|char_ram~37999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38002 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3316feeder ( +// Equation(s): +// \text_gen|char_ram~3316feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3316feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3316feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3316feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y36_N31 +dffeas \text_gen|char_ram~3316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3316feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y35_N17 +dffeas \text_gen|char_ram~3309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3337feeder ( +// Equation(s): +// \text_gen|char_ram~3337feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3337feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y35_N15 +dffeas \text_gen|char_ram~3337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~37996 ( +// Equation(s): +// \text_gen|char_ram~37996_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3337_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3309_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3309_q ), + .datad(\text_gen|char_ram~3337_q ), + .cin(gnd), + .combout(\text_gen|char_ram~37996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37996 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~37996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y35_N23 +dffeas \text_gen|char_ram~3344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~37997 ( +// Equation(s): +// \text_gen|char_ram~37997_combout = (\text_gen|char_ram~37996_combout & (((\text_gen|char_ram~3344_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~37996_combout & (\text_gen|char_ram~3316_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~3316_q ), + .datab(\text_gen|char_ram~37996_combout ), + .datac(\text_gen|char_ram~3344_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~37997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~37997 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~37997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38005 ( +// Equation(s): +// \text_gen|char_ram~38005_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~38002_combout & (\text_gen|char_ram~38004_combout )) # (!\text_gen|char_ram~38002_combout & ((\text_gen|char_ram~37997_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~38002_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~38004_combout ), + .datac(\text_gen|char_ram~38002_combout ), + .datad(\text_gen|char_ram~37997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38005 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~38005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y23_N23 +dffeas \text_gen|char_ram~3211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3218feeder ( +// Equation(s): +// \text_gen|char_ram~3218feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y24_N15 +dffeas \text_gen|char_ram~3218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38031 ( +// Equation(s): +// \text_gen|char_ram~38031_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3218_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3211_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3211_q ), + .datad(\text_gen|char_ram~3218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38031 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y23_N9 +dffeas \text_gen|char_ram~3246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y27_N11 +dffeas \text_gen|char_ram~3239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~38032 ( +// Equation(s): +// \text_gen|char_ram~38032_combout = (\text_gen|char_ram~38031_combout & (((\text_gen|char_ram~3246_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~38031_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3239_q )))) + + .dataa(\text_gen|char_ram~38031_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3246_q ), + .datad(\text_gen|char_ram~3239_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38032 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y29_N9 +dffeas \text_gen|char_ram~3463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y26_N3 +dffeas \text_gen|char_ram~3470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y26_N29 +dffeas \text_gen|char_ram~3435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y25_N11 +dffeas \text_gen|char_ram~3442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~38029 ( +// Equation(s): +// \text_gen|char_ram~38029_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3442_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3435_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3435_q ), + .datad(\text_gen|char_ram~3442_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38029 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38030 ( +// Equation(s): +// \text_gen|char_ram~38030_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38029_combout & ((\text_gen|char_ram~3470_q ))) # (!\text_gen|char_ram~38029_combout & (\text_gen|char_ram~3463_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38029_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3463_q ), + .datac(\text_gen|char_ram~3470_q ), + .datad(\text_gen|char_ram~38029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38030 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38033 ( +// Equation(s): +// \text_gen|char_ram~38033_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~38030_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~38032_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38032_combout ), + .datad(\text_gen|char_ram~38030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38033 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y21_N15 +dffeas \text_gen|char_ram~3554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y27_N23 +dffeas \text_gen|char_ram~3582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y27_N21 +dffeas \text_gen|char_ram~3547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3575feeder ( +// Equation(s): +// \text_gen|char_ram~3575feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3575feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y27_N21 +dffeas \text_gen|char_ram~3575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38034 ( +// Equation(s): +// \text_gen|char_ram~38034_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3575_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3547_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3547_q ), + .datad(\text_gen|char_ram~3575_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38034 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~38035 ( +// Equation(s): +// \text_gen|char_ram~38035_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38034_combout & ((\text_gen|char_ram~3582_q ))) # (!\text_gen|char_ram~38034_combout & (\text_gen|char_ram~3554_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38034_combout )))) + + .dataa(\text_gen|char_ram~3554_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3582_q ), + .datad(\text_gen|char_ram~38034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38035 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3330feeder ( +// Equation(s): +// \text_gen|char_ram~3330feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3330feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y23_N27 +dffeas \text_gen|char_ram~3330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y23_N1 +dffeas \text_gen|char_ram~3358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N5 +dffeas \text_gen|char_ram~3323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3351feeder ( +// Equation(s): +// \text_gen|char_ram~3351feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3351feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y22_N15 +dffeas \text_gen|char_ram~3351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38027 ( +// Equation(s): +// \text_gen|char_ram~38027_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3351_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3323_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3323_q ), + .datad(\text_gen|char_ram~3351_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38027 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38028 ( +// Equation(s): +// \text_gen|char_ram~38028_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38027_combout & ((\text_gen|char_ram~3358_q ))) # (!\text_gen|char_ram~38027_combout & (\text_gen|char_ram~3330_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38027_combout )))) + + .dataa(\text_gen|char_ram~3330_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3358_q ), + .datad(\text_gen|char_ram~38027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38028 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~38028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38036 ( +// Equation(s): +// \text_gen|char_ram~38036_combout = (\text_gen|char_ram~38033_combout & ((\text_gen|char_ram~38035_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~38033_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~38028_combout )))) + + .dataa(\text_gen|char_ram~38033_combout ), + .datab(\text_gen|char_ram~38035_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~38028_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38036 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~38036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y34_N13 +dffeas \text_gen|char_ram~3477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3505feeder ( +// Equation(s): +// \text_gen|char_ram~3505feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3505feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3505feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3505feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N15 +dffeas \text_gen|char_ram~3505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3505feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~38023 ( +// Equation(s): +// \text_gen|char_ram~38023_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~3505_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3477_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3477_q ), + .datad(\text_gen|char_ram~3505_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38023 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y34_N15 +dffeas \text_gen|char_ram~3512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~3484feeder ( +// Equation(s): +// \text_gen|char_ram~3484feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3484feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N3 +dffeas \text_gen|char_ram~3484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~38024 ( +// Equation(s): +// \text_gen|char_ram~38024_combout = (\text_gen|char_ram~38023_combout & (((\text_gen|char_ram~3512_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~38023_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3484_q )))) + + .dataa(\text_gen|char_ram~38023_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3512_q ), + .datad(\text_gen|char_ram~3484_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38024 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3393feeder ( +// Equation(s): +// \text_gen|char_ram~3393feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3393feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3393feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3393feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N21 +dffeas \text_gen|char_ram~3393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3393feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y34_N5 +dffeas \text_gen|char_ram~3400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y34_N19 +dffeas \text_gen|char_ram~3365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3372feeder ( +// Equation(s): +// \text_gen|char_ram~3372feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3372feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y38_N15 +dffeas \text_gen|char_ram~3372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~38016 ( +// Equation(s): +// \text_gen|char_ram~38016_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3372_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3365_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3365_q ), + .datad(\text_gen|char_ram~3372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38016 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38017 ( +// Equation(s): +// \text_gen|char_ram~38017_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38016_combout & ((\text_gen|char_ram~3400_q ))) # (!\text_gen|char_ram~38016_combout & (\text_gen|char_ram~3393_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38016_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3393_q ), + .datac(\text_gen|char_ram~3400_q ), + .datad(\text_gen|char_ram~38016_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38017 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~3260feeder ( +// Equation(s): +// \text_gen|char_ram~3260feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_ram~57013_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3260feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3260feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3260feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y38_N5 +dffeas \text_gen|char_ram~3260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3260feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y34_N5 +dffeas \text_gen|char_ram~3288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y34_N7 +dffeas \text_gen|char_ram~3253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N19 +dffeas \text_gen|char_ram~3281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38018 ( +// Equation(s): +// \text_gen|char_ram~38018_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3281_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3253_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3253_q ), + .datad(\text_gen|char_ram~3281_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38018 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38019 ( +// Equation(s): +// \text_gen|char_ram~38019_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38018_combout & ((\text_gen|char_ram~3288_q ))) # (!\text_gen|char_ram~38018_combout & (\text_gen|char_ram~3260_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38018_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3260_q ), + .datac(\text_gen|char_ram~3288_q ), + .datad(\text_gen|char_ram~38018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38019 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3169feeder ( +// Equation(s): +// \text_gen|char_ram~3169feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3169feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3169feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3169feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y34_N21 +dffeas \text_gen|char_ram~3169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3169feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y34_N5 +dffeas \text_gen|char_ram~3176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y34_N7 +dffeas \text_gen|char_ram~3141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y34_N9 +dffeas \text_gen|char_ram~3148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38020 ( +// Equation(s): +// \text_gen|char_ram~38020_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3148_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3141_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3141_q ), + .datad(\text_gen|char_ram~3148_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38020 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38021 ( +// Equation(s): +// \text_gen|char_ram~38021_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38020_combout & ((\text_gen|char_ram~3176_q ))) # (!\text_gen|char_ram~38020_combout & (\text_gen|char_ram~3169_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38020_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3169_q ), + .datac(\text_gen|char_ram~3176_q ), + .datad(\text_gen|char_ram~38020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38021 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38022 ( +// Equation(s): +// \text_gen|char_ram~38022_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~38019_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~38021_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38019_combout ), + .datad(\text_gen|char_ram~38021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38022 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38025 ( +// Equation(s): +// \text_gen|char_ram~38025_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~38022_combout & (\text_gen|char_ram~38024_combout )) # (!\text_gen|char_ram~38022_combout & ((\text_gen|char_ram~38017_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~38022_combout )))) + + .dataa(\text_gen|char_ram~38024_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~38017_combout ), + .datad(\text_gen|char_ram~38022_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38025 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~38025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y24_N9 +dffeas \text_gen|char_ram~3498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y24_N21 +dffeas \text_gen|char_ram~3526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y24_N3 +dffeas \text_gen|char_ram~3491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y28_N9 +dffeas \text_gen|char_ram~3519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38013 ( +// Equation(s): +// \text_gen|char_ram~38013_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3519_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3491_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3491_q ), + .datad(\text_gen|char_ram~3519_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38013 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38014 ( +// Equation(s): +// \text_gen|char_ram~38014_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~38013_combout & ((\text_gen|char_ram~3526_q ))) # (!\text_gen|char_ram~38013_combout & (\text_gen|char_ram~3498_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~38013_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3498_q ), + .datac(\text_gen|char_ram~3526_q ), + .datad(\text_gen|char_ram~38013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38014 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y30_N23 +dffeas \text_gen|char_ram~3407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y25_N5 +dffeas \text_gen|char_ram~3414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y25_N7 +dffeas \text_gen|char_ram~3379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3386feeder ( +// Equation(s): +// \text_gen|char_ram~3386feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y24_N11 +dffeas \text_gen|char_ram~3386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38006 ( +// Equation(s): +// \text_gen|char_ram~38006_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3386_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3379_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3379_q ), + .datad(\text_gen|char_ram~3386_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38006 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~38006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38007 ( +// Equation(s): +// \text_gen|char_ram~38007_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38006_combout & ((\text_gen|char_ram~3414_q ))) # (!\text_gen|char_ram~38006_combout & (\text_gen|char_ram~3407_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~38006_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3407_q ), + .datac(\text_gen|char_ram~3414_q ), + .datad(\text_gen|char_ram~38006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38007 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y22_N5 +dffeas \text_gen|char_ram~3155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3162feeder ( +// Equation(s): +// \text_gen|char_ram~3162feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y25_N27 +dffeas \text_gen|char_ram~3162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~38010 ( +// Equation(s): +// \text_gen|char_ram~38010_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~3162_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~3155_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3155_q ), + .datad(\text_gen|char_ram~3162_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38010 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y22_N31 +dffeas \text_gen|char_ram~3190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3183feeder ( +// Equation(s): +// \text_gen|char_ram~3183feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3183feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y29_N19 +dffeas \text_gen|char_ram~3183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~38011 ( +// Equation(s): +// \text_gen|char_ram~38011_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~38010_combout & (\text_gen|char_ram~3190_q )) # (!\text_gen|char_ram~38010_combout & ((\text_gen|char_ram~3183_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~38010_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~38010_combout ), + .datac(\text_gen|char_ram~3190_q ), + .datad(\text_gen|char_ram~3183_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38011 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~38011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y33_N9 +dffeas \text_gen|char_ram~3295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y33_N27 +dffeas \text_gen|char_ram~3267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~38008 ( +// Equation(s): +// \text_gen|char_ram~38008_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~3295_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~3267_q ))))) + + .dataa(\text_gen|char_ram~3295_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3267_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~38008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38008 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~38008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y33_N17 +dffeas \text_gen|char_ram~3302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|char_ram~57013_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3274feeder ( +// Equation(s): +// \text_gen|char_ram~3274feeder_combout = \text_gen|char_ram~57013_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~57013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~3274feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3274feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3274feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N27 +dffeas \text_gen|char_ram~3274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3274feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38009 ( +// Equation(s): +// \text_gen|char_ram~38009_combout = (\text_gen|char_ram~38008_combout & (((\text_gen|char_ram~3302_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~38008_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3274_q )))) + + .dataa(\text_gen|char_ram~38008_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3302_q ), + .datad(\text_gen|char_ram~3274_q ), + .cin(gnd), + .combout(\text_gen|char_ram~38009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38009 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~38009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~38012 ( +// Equation(s): +// \text_gen|char_ram~38012_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~38009_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~38011_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~38011_combout ), + .datad(\text_gen|char_ram~38009_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38012 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~38015 ( +// Equation(s): +// \text_gen|char_ram~38015_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~38012_combout & (\text_gen|char_ram~38014_combout )) # (!\text_gen|char_ram~38012_combout & ((\text_gen|char_ram~38007_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~38012_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~38014_combout ), + .datac(\text_gen|char_ram~38007_combout ), + .datad(\text_gen|char_ram~38012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38015 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~38026 ( +// Equation(s): +// \text_gen|char_ram~38026_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~38015_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~38025_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~38025_combout ), + .datad(\text_gen|char_ram~38015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38026 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~38026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38037 ( +// Equation(s): +// \text_gen|char_ram~38037_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~38026_combout & ((\text_gen|char_ram~38036_combout ))) # (!\text_gen|char_ram~38026_combout & (\text_gen|char_ram~38005_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~38026_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~38005_combout ), + .datac(\text_gen|char_ram~38036_combout ), + .datad(\text_gen|char_ram~38026_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38037 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~38037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38038 ( +// Equation(s): +// \text_gen|char_ram~38038_combout = (\text_gen|char_ram~37995_combout & (((\text_gen|char_ram~38037_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~37995_combout & (\text_gen|Add5~4_combout & (\text_gen|char_ram~37910_combout ))) + + .dataa(\text_gen|char_ram~37995_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~37910_combout ), + .datad(\text_gen|char_ram~38037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38038 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~38038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~38209 ( +// Equation(s): +// \text_gen|char_ram~38209_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~38038_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~38208_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~38208_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~38038_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38209 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~38209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~38380 ( +// Equation(s): +// \text_gen|char_ram~38380_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~38209_combout & (\text_gen|char_ram~38379_combout )) # (!\text_gen|char_ram~38209_combout & ((\text_gen|char_ram~37868_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~38209_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~38379_combout ), + .datac(\text_gen|char_ram~37868_combout ), + .datad(\text_gen|char_ram~38209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38380 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~38380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~38381 ( +// Equation(s): +// \text_gen|char_ram~38381_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~37698_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~38380_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~37698_combout ), + .datad(\text_gen|char_ram~38380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~38381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~38381 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~38381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39064 ( +// Equation(s): +// \text_gen|char_ram~39064_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~38381_combout & ((\text_gen|char_ram~39063_combout ))) # (!\text_gen|char_ram~38381_combout & (\text_gen|char_ram~37016_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~38381_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~37016_combout ), + .datac(\text_gen|char_ram~39063_combout ), + .datad(\text_gen|char_ram~38381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39064 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_code[5]~7 ( +// Equation(s): +// \text_gen|char_code[5]~7_combout = (\text_gen|char_ram~39064_combout ) # (!\text_gen|char_code~1_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|char_code[5]~7_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_code[5]~7 .lut_mask = 16'hFF0F; +defparam \text_gen|char_code[5]~7 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y41_N15 +dffeas \text_gen|char_ram~9069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y38_N17 +dffeas \text_gen|char_ram~23405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y38_N11 +dffeas \text_gen|char_ram~1901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y22_N7 +dffeas \text_gen|char_ram~16237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52492 ( +// Equation(s): +// \text_gen|char_ram~52492_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~16237_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1901_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1901_q ), + .datad(\text_gen|char_ram~16237_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52492 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52493 ( +// Equation(s): +// \text_gen|char_ram~52493_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52492_combout & ((\text_gen|char_ram~23405_q ))) # (!\text_gen|char_ram~52492_combout & (\text_gen|char_ram~9069_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52492_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9069_q ), + .datac(\text_gen|char_ram~23405_q ), + .datad(\text_gen|char_ram~52492_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52493 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y7_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14445feeder ( +// Equation(s): +// \text_gen|char_ram~14445feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14445feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14445feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14445feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y7_N3 +dffeas \text_gen|char_ram~14445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14445feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y42_N19 +dffeas \text_gen|char_ram~21613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7277feeder ( +// Equation(s): +// \text_gen|char_ram~7277feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y49_N15 +dffeas \text_gen|char_ram~7277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y42_N25 +dffeas \text_gen|char_ram~109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52494 ( +// Equation(s): +// \text_gen|char_ram~52494_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7277_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~109_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7277_q ), + .datac(\text_gen|char_ram~109_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52494 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52495 ( +// Equation(s): +// \text_gen|char_ram~52495_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52494_combout & ((\text_gen|char_ram~21613_q ))) # (!\text_gen|char_ram~52494_combout & (\text_gen|char_ram~14445_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52494_combout )))) + + .dataa(\text_gen|char_ram~14445_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21613_q ), + .datad(\text_gen|char_ram~52494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52495 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52496 ( +// Equation(s): +// \text_gen|char_ram~52496_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~52493_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~52495_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52493_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~52495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52496 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~52496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y48_N27 +dffeas \text_gen|char_ram~18029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y48_N5 +dffeas \text_gen|char_ram~25197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y51_N11 +dffeas \text_gen|char_ram~10861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y49_N21 +dffeas \text_gen|char_ram~3693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52490 ( +// Equation(s): +// \text_gen|char_ram~52490_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10861_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3693_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10861_q ), + .datac(\text_gen|char_ram~3693_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52490 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52491 ( +// Equation(s): +// \text_gen|char_ram~52491_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52490_combout & ((\text_gen|char_ram~25197_q ))) # (!\text_gen|char_ram~52490_combout & (\text_gen|char_ram~18029_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52490_combout )))) + + .dataa(\text_gen|char_ram~18029_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25197_q ), + .datad(\text_gen|char_ram~52490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52491 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y48_N31 +dffeas \text_gen|char_ram~12653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N9 +dffeas \text_gen|char_ram~26989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19821feeder ( +// Equation(s): +// \text_gen|char_ram~19821feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19821feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19821feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19821feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y43_N7 +dffeas \text_gen|char_ram~19821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19821feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5485feeder ( +// Equation(s): +// \text_gen|char_ram~5485feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y43_N13 +dffeas \text_gen|char_ram~5485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52497 ( +// Equation(s): +// \text_gen|char_ram~52497_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19821_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5485_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19821_q ), + .datab(\text_gen|char_ram~5485_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52497 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~52497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52498 ( +// Equation(s): +// \text_gen|char_ram~52498_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52497_combout & ((\text_gen|char_ram~26989_q ))) # (!\text_gen|char_ram~52497_combout & (\text_gen|char_ram~12653_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52497_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12653_q ), + .datac(\text_gen|char_ram~26989_q ), + .datad(\text_gen|char_ram~52497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52498 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52499 ( +// Equation(s): +// \text_gen|char_ram~52499_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52496_combout & ((\text_gen|char_ram~52498_combout ))) # (!\text_gen|char_ram~52496_combout & (\text_gen|char_ram~52491_combout )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~52496_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52496_combout ), + .datac(\text_gen|char_ram~52491_combout ), + .datad(\text_gen|char_ram~52498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52499 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~52499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y51_N19 +dffeas \text_gen|char_ram~10805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3637feeder ( +// Equation(s): +// \text_gen|char_ram~3637feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3637feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3637feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3637feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y51_N9 +dffeas \text_gen|char_ram~3637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3637feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52469 ( +// Equation(s): +// \text_gen|char_ram~52469_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10805_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3637_q +// ))))) + + .dataa(\text_gen|char_ram~10805_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3637_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52469 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17973feeder ( +// Equation(s): +// \text_gen|char_ram~17973feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17973feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17973feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17973feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y51_N27 +dffeas \text_gen|char_ram~17973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17973feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y51_N23 +dffeas \text_gen|char_ram~25141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52470 ( +// Equation(s): +// \text_gen|char_ram~52470_combout = (\text_gen|char_ram~52469_combout & (((\text_gen|char_ram~25141_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52469_combout & (\text_gen|char_ram~17973_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~52469_combout ), + .datab(\text_gen|char_ram~17973_q ), + .datac(\text_gen|char_ram~25141_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52470 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y39_N5 +dffeas \text_gen|char_ram~19765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y32_N27 +dffeas \text_gen|char_ram~5429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52476 ( +// Equation(s): +// \text_gen|char_ram~52476_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19765_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5429_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19765_q ), + .datac(\text_gen|char_ram~5429_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52476 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y39_N27 +dffeas \text_gen|char_ram~26933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y46_N29 +dffeas \text_gen|char_ram~12597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52477 ( +// Equation(s): +// \text_gen|char_ram~52477_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52476_combout & (\text_gen|char_ram~26933_q )) # (!\text_gen|char_ram~52476_combout & ((\text_gen|char_ram~12597_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~52476_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~52476_combout ), + .datac(\text_gen|char_ram~26933_q ), + .datad(\text_gen|char_ram~12597_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52477 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9013feeder ( +// Equation(s): +// \text_gen|char_ram~9013feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9013feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9013feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9013feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y40_N19 +dffeas \text_gen|char_ram~9013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9013feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y40_N27 +dffeas \text_gen|char_ram~16181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y40_N23 +dffeas \text_gen|char_ram~1845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52471 ( +// Equation(s): +// \text_gen|char_ram~52471_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16181_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1845_q +// ))))) + + .dataa(\text_gen|char_ram~16181_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1845_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52471 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y40_N21 +dffeas \text_gen|char_ram~23349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52472 ( +// Equation(s): +// \text_gen|char_ram~52472_combout = (\text_gen|char_ram~52471_combout & (((\text_gen|char_ram~23349_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52471_combout & (\text_gen|char_ram~9013_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~9013_q ), + .datab(\text_gen|char_ram~52471_combout ), + .datac(\text_gen|char_ram~23349_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52472 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y39_N13 +dffeas \text_gen|char_ram~14389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y39_N3 +dffeas \text_gen|char_ram~21557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y50_N27 +dffeas \text_gen|char_ram~53 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~53_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~53 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~53 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y50_N13 +dffeas \text_gen|char_ram~7221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52473 ( +// Equation(s): +// \text_gen|char_ram~52473_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7221_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~53_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~53_q ), + .datad(\text_gen|char_ram~7221_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52473 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52474 ( +// Equation(s): +// \text_gen|char_ram~52474_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52473_combout & ((\text_gen|char_ram~21557_q ))) # (!\text_gen|char_ram~52473_combout & (\text_gen|char_ram~14389_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52473_combout )))) + + .dataa(\text_gen|char_ram~14389_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21557_q ), + .datad(\text_gen|char_ram~52473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52474 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52475 ( +// Equation(s): +// \text_gen|char_ram~52475_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52472_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~52474_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52472_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52475 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~52475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52478 ( +// Equation(s): +// \text_gen|char_ram~52478_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52475_combout & ((\text_gen|char_ram~52477_combout ))) # (!\text_gen|char_ram~52475_combout & (\text_gen|char_ram~52470_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52475_combout )))) + + .dataa(\text_gen|char_ram~52470_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52477_combout ), + .datad(\text_gen|char_ram~52475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52478 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17959feeder ( +// Equation(s): +// \text_gen|char_ram~17959feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y49_N15 +dffeas \text_gen|char_ram~17959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10791feeder ( +// Equation(s): +// \text_gen|char_ram~10791feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10791feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10791feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10791feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y47_N27 +dffeas \text_gen|char_ram~10791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10791feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y46_N19 +dffeas \text_gen|char_ram~3623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52479 ( +// Equation(s): +// \text_gen|char_ram~52479_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10791_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3623_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10791_q ), + .datac(\text_gen|char_ram~3623_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52479 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y46_N29 +dffeas \text_gen|char_ram~25127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52480 ( +// Equation(s): +// \text_gen|char_ram~52480_combout = (\text_gen|char_ram~52479_combout & (((\text_gen|char_ram~25127_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52479_combout & (\text_gen|char_ram~17959_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17959_q ), + .datab(\text_gen|char_ram~52479_combout ), + .datac(\text_gen|char_ram~25127_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52480 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y39_N13 +dffeas \text_gen|char_ram~5415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y39_N9 +dffeas \text_gen|char_ram~19751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52486 ( +// Equation(s): +// \text_gen|char_ram~52486_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19751_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5415_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5415_q ), + .datad(\text_gen|char_ram~19751_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52486 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y39_N29 +dffeas \text_gen|char_ram~12583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y39_N31 +dffeas \text_gen|char_ram~26919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52487 ( +// Equation(s): +// \text_gen|char_ram~52487_combout = (\text_gen|char_ram~52486_combout & (((\text_gen|char_ram~26919_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52486_combout & (\text_gen|char_ram~12583_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~52486_combout ), + .datab(\text_gen|char_ram~12583_q ), + .datac(\text_gen|char_ram~26919_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52487 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y39_N1 +dffeas \text_gen|char_ram~8999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y38_N5 +dffeas \text_gen|char_ram~23335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16167feeder ( +// Equation(s): +// \text_gen|char_ram~16167feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16167feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y38_N5 +dffeas \text_gen|char_ram~16167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y38_N23 +dffeas \text_gen|char_ram~1831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52481 ( +// Equation(s): +// \text_gen|char_ram~52481_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16167_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1831_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16167_q ), + .datac(\text_gen|char_ram~1831_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52481 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52482 ( +// Equation(s): +// \text_gen|char_ram~52482_combout = (\text_gen|char_ram~52481_combout & (((\text_gen|char_ram~23335_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52481_combout & (\text_gen|char_ram~8999_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~8999_q ), + .datab(\text_gen|char_ram~23335_q ), + .datac(\text_gen|char_ram~52481_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52482 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~52482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y38_N31 +dffeas \text_gen|char_ram~14375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y39_N13 +dffeas \text_gen|char_ram~21543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y43_N9 +dffeas \text_gen|char_ram~7207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y39_N7 +dffeas \text_gen|char_ram~39 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~39_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~39 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~39 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52483 ( +// Equation(s): +// \text_gen|char_ram~52483_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7207_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~39_q +// ))))) + + .dataa(\text_gen|char_ram~7207_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~39_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52483 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52484 ( +// Equation(s): +// \text_gen|char_ram~52484_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52483_combout & ((\text_gen|char_ram~21543_q ))) # (!\text_gen|char_ram~52483_combout & (\text_gen|char_ram~14375_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52483_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14375_q ), + .datac(\text_gen|char_ram~21543_q ), + .datad(\text_gen|char_ram~52483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52484 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52485 ( +// Equation(s): +// \text_gen|char_ram~52485_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~52482_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~52484_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52482_combout ), + .datad(\text_gen|char_ram~52484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52485 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52488 ( +// Equation(s): +// \text_gen|char_ram~52488_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52485_combout & ((\text_gen|char_ram~52487_combout ))) # (!\text_gen|char_ram~52485_combout & (\text_gen|char_ram~52480_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52485_combout )))) + + .dataa(\text_gen|char_ram~52480_combout ), + .datab(\text_gen|char_ram~52487_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52488 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~52488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52489 ( +// Equation(s): +// \text_gen|char_ram~52489_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~52478_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~52488_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52478_combout ), + .datad(\text_gen|char_ram~52488_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52489 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16223feeder ( +// Equation(s): +// \text_gen|char_ram~16223feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16223feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y38_N25 +dffeas \text_gen|char_ram~16223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N21 +dffeas \text_gen|char_ram~1887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52461 ( +// Equation(s): +// \text_gen|char_ram~52461_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16223_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1887_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16223_q ), + .datac(\text_gen|char_ram~1887_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52461 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9055feeder ( +// Equation(s): +// \text_gen|char_ram~9055feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9055feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N17 +dffeas \text_gen|char_ram~9055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y42_N29 +dffeas \text_gen|char_ram~23391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52462 ( +// Equation(s): +// \text_gen|char_ram~52462_combout = (\text_gen|char_ram~52461_combout & (((\text_gen|char_ram~23391_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52461_combout & (\text_gen|char_ram~9055_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~52461_combout ), + .datab(\text_gen|char_ram~9055_q ), + .datac(\text_gen|char_ram~23391_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52462 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14431feeder ( +// Equation(s): +// \text_gen|char_ram~14431feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14431feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y46_N15 +dffeas \text_gen|char_ram~14431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y14_N29 +dffeas \text_gen|char_ram~21599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7263feeder ( +// Equation(s): +// \text_gen|char_ram~7263feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y43_N25 +dffeas \text_gen|char_ram~7263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y14_N19 +dffeas \text_gen|char_ram~95 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~95_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~95 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~95 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52463 ( +// Equation(s): +// \text_gen|char_ram~52463_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7263_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~95_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7263_q ), + .datac(\text_gen|char_ram~95_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52463 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52464 ( +// Equation(s): +// \text_gen|char_ram~52464_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52463_combout & ((\text_gen|char_ram~21599_q ))) # (!\text_gen|char_ram~52463_combout & (\text_gen|char_ram~14431_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52463_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14431_q ), + .datac(\text_gen|char_ram~21599_q ), + .datad(\text_gen|char_ram~52463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52464 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52465 ( +// Equation(s): +// \text_gen|char_ram~52465_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52462_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~52464_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52462_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52464_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52465 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~52465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y43_N19 +dffeas \text_gen|char_ram~12639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y43_N3 +dffeas \text_gen|char_ram~5471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y41_N5 +dffeas \text_gen|char_ram~19807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52466 ( +// Equation(s): +// \text_gen|char_ram~52466_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~19807_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5471_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5471_q ), + .datad(\text_gen|char_ram~19807_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52466 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y43_N1 +dffeas \text_gen|char_ram~26975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52467 ( +// Equation(s): +// \text_gen|char_ram~52467_combout = (\text_gen|char_ram~52466_combout & (((\text_gen|char_ram~26975_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52466_combout & (\text_gen|char_ram~12639_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~12639_q ), + .datab(\text_gen|char_ram~52466_combout ), + .datac(\text_gen|char_ram~26975_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52467 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y47_N17 +dffeas \text_gen|char_ram~18015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y47_N3 +dffeas \text_gen|char_ram~25183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y43_N3 +dffeas \text_gen|char_ram~10847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y45_N21 +dffeas \text_gen|char_ram~3679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52459 ( +// Equation(s): +// \text_gen|char_ram~52459_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10847_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3679_q +// ))))) + + .dataa(\text_gen|char_ram~10847_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3679_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52459 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52460 ( +// Equation(s): +// \text_gen|char_ram~52460_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52459_combout & ((\text_gen|char_ram~25183_q ))) # (!\text_gen|char_ram~52459_combout & (\text_gen|char_ram~18015_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52459_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18015_q ), + .datac(\text_gen|char_ram~25183_q ), + .datad(\text_gen|char_ram~52459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52460 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52468 ( +// Equation(s): +// \text_gen|char_ram~52468_combout = (\text_gen|char_ram~52465_combout & ((\text_gen|char_ram~52467_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~52465_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~52460_combout )))) + + .dataa(\text_gen|char_ram~52465_combout ), + .datab(\text_gen|char_ram~52467_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52468 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~52468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52500 ( +// Equation(s): +// \text_gen|char_ram~52500_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52489_combout & (\text_gen|char_ram~52499_combout )) # (!\text_gen|char_ram~52489_combout & ((\text_gen|char_ram~52468_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52489_combout )))) + + .dataa(\text_gen|char_ram~52499_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52489_combout ), + .datad(\text_gen|char_ram~52468_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52500 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9965feeder ( +// Equation(s): +// \text_gen|char_ram~9965feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9965feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9965feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9965feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y57_N27 +dffeas \text_gen|char_ram~9965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9965feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y61_N19 +dffeas \text_gen|char_ram~24301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y57_N3 +dffeas \text_gen|char_ram~2797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y61_N13 +dffeas \text_gen|char_ram~17133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52434 ( +// Equation(s): +// \text_gen|char_ram~52434_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~17133_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2797_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~2797_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17133_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52434 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~52434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52435 ( +// Equation(s): +// \text_gen|char_ram~52435_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52434_combout & ((\text_gen|char_ram~24301_q ))) # (!\text_gen|char_ram~52434_combout & (\text_gen|char_ram~9965_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52434_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9965_q ), + .datac(\text_gen|char_ram~24301_q ), + .datad(\text_gen|char_ram~52434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52435 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17077feeder ( +// Equation(s): +// \text_gen|char_ram~17077feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17077feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N15 +dffeas \text_gen|char_ram~17077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y60_N19 +dffeas \text_gen|char_ram~9909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y58_N15 +dffeas \text_gen|char_ram~2741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52427 ( +// Equation(s): +// \text_gen|char_ram~52427_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9909_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2741_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9909_q ), + .datac(\text_gen|char_ram~2741_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52427 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y58_N1 +dffeas \text_gen|char_ram~24245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52428 ( +// Equation(s): +// \text_gen|char_ram~52428_combout = (\text_gen|char_ram~52427_combout & (((\text_gen|char_ram~24245_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52427_combout & (\text_gen|char_ram~17077_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17077_q ), + .datab(\text_gen|char_ram~52427_combout ), + .datac(\text_gen|char_ram~24245_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52428 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17119feeder ( +// Equation(s): +// \text_gen|char_ram~17119feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17119feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y57_N3 +dffeas \text_gen|char_ram~17119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2783feeder ( +// Equation(s): +// \text_gen|char_ram~2783feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y57_N1 +dffeas \text_gen|char_ram~2783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52429 ( +// Equation(s): +// \text_gen|char_ram~52429_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17119_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2783_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17119_q ), + .datac(\text_gen|char_ram~2783_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52429 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y57_N13 +dffeas \text_gen|char_ram~9951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y42_N15 +dffeas \text_gen|char_ram~24287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52430 ( +// Equation(s): +// \text_gen|char_ram~52430_combout = (\text_gen|char_ram~52429_combout & (((\text_gen|char_ram~24287_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52429_combout & (\text_gen|char_ram~9951_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~52429_combout ), + .datab(\text_gen|char_ram~9951_q ), + .datac(\text_gen|char_ram~24287_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52430 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17063feeder ( +// Equation(s): +// \text_gen|char_ram~17063feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17063feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17063feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17063feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N25 +dffeas \text_gen|char_ram~17063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17063feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y56_N25 +dffeas \text_gen|char_ram~24231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y56_N23 +dffeas \text_gen|char_ram~9895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y56_N7 +dffeas \text_gen|char_ram~2727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52431 ( +// Equation(s): +// \text_gen|char_ram~52431_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9895_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2727_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9895_q ), + .datac(\text_gen|char_ram~2727_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52431 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52432 ( +// Equation(s): +// \text_gen|char_ram~52432_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52431_combout & ((\text_gen|char_ram~24231_q ))) # (!\text_gen|char_ram~52431_combout & (\text_gen|char_ram~17063_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52431_combout )))) + + .dataa(\text_gen|char_ram~17063_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24231_q ), + .datad(\text_gen|char_ram~52431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52432 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52433 ( +// Equation(s): +// \text_gen|char_ram~52433_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~52430_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~52432_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52430_combout ), + .datad(\text_gen|char_ram~52432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52433 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52436 ( +// Equation(s): +// \text_gen|char_ram~52436_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52433_combout & (\text_gen|char_ram~52435_combout )) # (!\text_gen|char_ram~52433_combout & ((\text_gen|char_ram~52428_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52433_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~52435_combout ), + .datac(\text_gen|char_ram~52428_combout ), + .datad(\text_gen|char_ram~52433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52436 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y62_N1 +dffeas \text_gen|char_ram~8173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y62_N21 +dffeas \text_gen|char_ram~22509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15341feeder ( +// Equation(s): +// \text_gen|char_ram~15341feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15341feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y44_N1 +dffeas \text_gen|char_ram~15341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y62_N11 +dffeas \text_gen|char_ram~1005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52444 ( +// Equation(s): +// \text_gen|char_ram~52444_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15341_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1005_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15341_q ), + .datac(\text_gen|char_ram~1005_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52444 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52445 ( +// Equation(s): +// \text_gen|char_ram~52445_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52444_combout & ((\text_gen|char_ram~22509_q ))) # (!\text_gen|char_ram~52444_combout & (\text_gen|char_ram~8173_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52444_combout )))) + + .dataa(\text_gen|char_ram~8173_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22509_q ), + .datad(\text_gen|char_ram~52444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52445 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y32_N13 +dffeas \text_gen|char_ram~15285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N27 +dffeas \text_gen|char_ram~22453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y54_N21 +dffeas \text_gen|char_ram~8117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N1 +dffeas \text_gen|char_ram~949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52439 ( +// Equation(s): +// \text_gen|char_ram~52439_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8117_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~949_q +// ))))) + + .dataa(\text_gen|char_ram~8117_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~949_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52439 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52440 ( +// Equation(s): +// \text_gen|char_ram~52440_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52439_combout & ((\text_gen|char_ram~22453_q ))) # (!\text_gen|char_ram~52439_combout & (\text_gen|char_ram~15285_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52439_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15285_q ), + .datac(\text_gen|char_ram~22453_q ), + .datad(\text_gen|char_ram~52439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52440 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y56_N3 +dffeas \text_gen|char_ram~15271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y59_N17 +dffeas \text_gen|char_ram~22439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8103feeder ( +// Equation(s): +// \text_gen|char_ram~8103feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N17 +dffeas \text_gen|char_ram~8103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y56_N21 +dffeas \text_gen|char_ram~935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52441 ( +// Equation(s): +// \text_gen|char_ram~52441_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8103_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~935_q +// ))))) + + .dataa(\text_gen|char_ram~8103_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~935_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52441 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52442 ( +// Equation(s): +// \text_gen|char_ram~52442_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52441_combout & ((\text_gen|char_ram~22439_q ))) # (!\text_gen|char_ram~52441_combout & (\text_gen|char_ram~15271_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52441_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15271_q ), + .datac(\text_gen|char_ram~22439_q ), + .datad(\text_gen|char_ram~52441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52442 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52443 ( +// Equation(s): +// \text_gen|char_ram~52443_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~52440_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~52442_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52440_combout ), + .datad(\text_gen|char_ram~52442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52443 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15327feeder ( +// Equation(s): +// \text_gen|char_ram~15327feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y54_N29 +dffeas \text_gen|char_ram~15327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y62_N11 +dffeas \text_gen|char_ram~991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52437 ( +// Equation(s): +// \text_gen|char_ram~52437_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15327_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~991_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15327_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~991_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52437 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y62_N15 +dffeas \text_gen|char_ram~8159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y62_N25 +dffeas \text_gen|char_ram~22495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52438 ( +// Equation(s): +// \text_gen|char_ram~52438_combout = (\text_gen|char_ram~52437_combout & (((\text_gen|char_ram~22495_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52437_combout & (\text_gen|char_ram~8159_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~52437_combout ), + .datab(\text_gen|char_ram~8159_q ), + .datac(\text_gen|char_ram~22495_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52438 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52446 ( +// Equation(s): +// \text_gen|char_ram~52446_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52443_combout & (\text_gen|char_ram~52445_combout )) # (!\text_gen|char_ram~52443_combout & ((\text_gen|char_ram~52438_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52443_combout )))) + + .dataa(\text_gen|char_ram~52445_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52443_combout ), + .datad(\text_gen|char_ram~52438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52446 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52447 ( +// Equation(s): +// \text_gen|char_ram~52447_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52436_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~52446_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52436_combout ), + .datac(\text_gen|char_ram~52446_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52447 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13535feeder ( +// Equation(s): +// \text_gen|char_ram~13535feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y64_N7 +dffeas \text_gen|char_ram~13535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y60_N31 +dffeas \text_gen|char_ram~27871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y64_N11 +dffeas \text_gen|char_ram~6367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y60_N21 +dffeas \text_gen|char_ram~20703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52450 ( +// Equation(s): +// \text_gen|char_ram~52450_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20703_q ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~6367_q )))) + + .dataa(\text_gen|char_ram~6367_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~20703_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52450 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~52450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52451 ( +// Equation(s): +// \text_gen|char_ram~52451_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52450_combout & ((\text_gen|char_ram~27871_q ))) # (!\text_gen|char_ram~52450_combout & (\text_gen|char_ram~13535_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52450_combout )))) + + .dataa(\text_gen|char_ram~13535_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27871_q ), + .datad(\text_gen|char_ram~52450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52451 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20647feeder ( +// Equation(s): +// \text_gen|char_ram~20647feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20647feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N19 +dffeas \text_gen|char_ram~20647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y52_N27 +dffeas \text_gen|char_ram~27815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13479feeder ( +// Equation(s): +// \text_gen|char_ram~13479feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N27 +dffeas \text_gen|char_ram~13479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y52_N21 +dffeas \text_gen|char_ram~6311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52452 ( +// Equation(s): +// \text_gen|char_ram~52452_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13479_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6311_q +// ))))) + + .dataa(\text_gen|char_ram~13479_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6311_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52452 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52453 ( +// Equation(s): +// \text_gen|char_ram~52453_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52452_combout & ((\text_gen|char_ram~27815_q ))) # (!\text_gen|char_ram~52452_combout & (\text_gen|char_ram~20647_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52452_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20647_q ), + .datac(\text_gen|char_ram~27815_q ), + .datad(\text_gen|char_ram~52452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52453 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52454 ( +// Equation(s): +// \text_gen|char_ram~52454_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~52451_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~52453_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52451_combout ), + .datad(\text_gen|char_ram~52453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52454 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20661feeder ( +// Equation(s): +// \text_gen|char_ram~20661feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20661feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20661feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20661feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N21 +dffeas \text_gen|char_ram~20661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20661feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y51_N9 +dffeas \text_gen|char_ram~27829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y51_N25 +dffeas \text_gen|char_ram~13493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y51_N11 +dffeas \text_gen|char_ram~6325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52448 ( +// Equation(s): +// \text_gen|char_ram~52448_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13493_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6325_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13493_q ), + .datac(\text_gen|char_ram~6325_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52448 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52449 ( +// Equation(s): +// \text_gen|char_ram~52449_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52448_combout & ((\text_gen|char_ram~27829_q ))) # (!\text_gen|char_ram~52448_combout & (\text_gen|char_ram~20661_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52448_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20661_q ), + .datac(\text_gen|char_ram~27829_q ), + .datad(\text_gen|char_ram~52448_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52449 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y58_N1 +dffeas \text_gen|char_ram~27885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13549feeder ( +// Equation(s): +// \text_gen|char_ram~13549feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y61_N13 +dffeas \text_gen|char_ram~13549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y61_N11 +dffeas \text_gen|char_ram~20717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y61_N9 +dffeas \text_gen|char_ram~6381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52455 ( +// Equation(s): +// \text_gen|char_ram~52455_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20717_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6381_q +// ))))) + + .dataa(\text_gen|char_ram~20717_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6381_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52455 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52456 ( +// Equation(s): +// \text_gen|char_ram~52456_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52455_combout & (\text_gen|char_ram~27885_q )) # (!\text_gen|char_ram~52455_combout & ((\text_gen|char_ram~13549_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52455_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~27885_q ), + .datac(\text_gen|char_ram~13549_q ), + .datad(\text_gen|char_ram~52455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52456 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52457 ( +// Equation(s): +// \text_gen|char_ram~52457_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52454_combout & ((\text_gen|char_ram~52456_combout ))) # (!\text_gen|char_ram~52454_combout & (\text_gen|char_ram~52449_combout )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~52454_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~52454_combout ), + .datac(\text_gen|char_ram~52449_combout ), + .datad(\text_gen|char_ram~52456_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52457 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~52457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y66_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11743feeder ( +// Equation(s): +// \text_gen|char_ram~11743feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11743feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11743feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11743feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y66_N21 +dffeas \text_gen|char_ram~11743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11743feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y66_N9 +dffeas \text_gen|char_ram~26079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y66_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18911feeder ( +// Equation(s): +// \text_gen|char_ram~18911feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18911feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18911feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18911feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y66_N7 +dffeas \text_gen|char_ram~18911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18911feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y66_N7 +dffeas \text_gen|char_ram~4575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y66_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52417 ( +// Equation(s): +// \text_gen|char_ram~52417_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18911_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4575_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18911_q ), + .datac(\text_gen|char_ram~4575_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52417 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y66_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52418 ( +// Equation(s): +// \text_gen|char_ram~52418_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52417_combout & ((\text_gen|char_ram~26079_q ))) # (!\text_gen|char_ram~52417_combout & (\text_gen|char_ram~11743_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52417_combout )))) + + .dataa(\text_gen|char_ram~11743_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26079_q ), + .datad(\text_gen|char_ram~52417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52418 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y62_N19 +dffeas \text_gen|char_ram~11757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y64_N13 +dffeas \text_gen|char_ram~26093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y64_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4589feeder ( +// Equation(s): +// \text_gen|char_ram~4589feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4589feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4589feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4589feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y64_N9 +dffeas \text_gen|char_ram~4589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4589feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y64_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18925feeder ( +// Equation(s): +// \text_gen|char_ram~18925feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y64_N3 +dffeas \text_gen|char_ram~18925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52424 ( +// Equation(s): +// \text_gen|char_ram~52424_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18925_q ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~4589_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~4589_q ), + .datac(\text_gen|char_ram~18925_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52424 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~52424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y64_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52425 ( +// Equation(s): +// \text_gen|char_ram~52425_combout = (\text_gen|char_ram~52424_combout & (((\text_gen|char_ram~26093_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52424_combout & (\text_gen|char_ram~11757_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11757_q ), + .datab(\text_gen|char_ram~26093_q ), + .datac(\text_gen|char_ram~52424_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52425 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~52425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y58_N27 +dffeas \text_gen|char_ram~18869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y58_N7 +dffeas \text_gen|char_ram~26037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y58_N23 +dffeas \text_gen|char_ram~11701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y58_N17 +dffeas \text_gen|char_ram~4533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52419 ( +// Equation(s): +// \text_gen|char_ram~52419_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11701_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4533_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11701_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4533_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52419 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52420 ( +// Equation(s): +// \text_gen|char_ram~52420_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52419_combout & ((\text_gen|char_ram~26037_q ))) # (!\text_gen|char_ram~52419_combout & (\text_gen|char_ram~18869_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52419_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18869_q ), + .datac(\text_gen|char_ram~26037_q ), + .datad(\text_gen|char_ram~52419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52420 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y69_N29 +dffeas \text_gen|char_ram~18855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y69_N27 +dffeas \text_gen|char_ram~26023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11687feeder ( +// Equation(s): +// \text_gen|char_ram~11687feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11687feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y59_N23 +dffeas \text_gen|char_ram~11687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y59_N11 +dffeas \text_gen|char_ram~4519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52421 ( +// Equation(s): +// \text_gen|char_ram~52421_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11687_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4519_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11687_q ), + .datac(\text_gen|char_ram~4519_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52421 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y69_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52422 ( +// Equation(s): +// \text_gen|char_ram~52422_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52421_combout & ((\text_gen|char_ram~26023_q ))) # (!\text_gen|char_ram~52421_combout & (\text_gen|char_ram~18855_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52421_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18855_q ), + .datac(\text_gen|char_ram~26023_q ), + .datad(\text_gen|char_ram~52421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52422 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52423 ( +// Equation(s): +// \text_gen|char_ram~52423_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~52420_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~52422_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52420_combout ), + .datad(\text_gen|char_ram~52422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52423 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52426 ( +// Equation(s): +// \text_gen|char_ram~52426_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52423_combout & ((\text_gen|char_ram~52425_combout ))) # (!\text_gen|char_ram~52423_combout & (\text_gen|char_ram~52418_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52423_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~52418_combout ), + .datac(\text_gen|char_ram~52425_combout ), + .datad(\text_gen|char_ram~52423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52426 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52458 ( +// Equation(s): +// \text_gen|char_ram~52458_combout = (\text_gen|char_ram~52447_combout & (((\text_gen|char_ram~52457_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~52447_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52426_combout )))) + + .dataa(\text_gen|char_ram~52447_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52457_combout ), + .datad(\text_gen|char_ram~52426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52458 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52501 ( +// Equation(s): +// \text_gen|char_ram~52501_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~52458_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~52500_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~52500_combout ), + .datad(\text_gen|char_ram~52458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52501 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13997feeder ( +// Equation(s): +// \text_gen|char_ram~13997feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13997feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13997feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13997feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y23_N15 +dffeas \text_gen|char_ram~13997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13997feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y23_N23 +dffeas \text_gen|char_ram~21165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y23_N11 +dffeas \text_gen|char_ram~6829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52540 ( +// Equation(s): +// \text_gen|char_ram~52540_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21165_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6829_q +// ))))) + + .dataa(\text_gen|char_ram~21165_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6829_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52540 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y23_N23 +dffeas \text_gen|char_ram~28333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52541 ( +// Equation(s): +// \text_gen|char_ram~52541_combout = (\text_gen|char_ram~52540_combout & (((\text_gen|char_ram~28333_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52540_combout & (\text_gen|char_ram~13997_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~13997_q ), + .datab(\text_gen|char_ram~52540_combout ), + .datac(\text_gen|char_ram~28333_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52541 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y23_N25 +dffeas \text_gen|char_ram~10413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y23_N1 +dffeas \text_gen|char_ram~24749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17581feeder ( +// Equation(s): +// \text_gen|char_ram~17581feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17581feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y23_N7 +dffeas \text_gen|char_ram~17581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y23_N7 +dffeas \text_gen|char_ram~3245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52535 ( +// Equation(s): +// \text_gen|char_ram~52535_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17581_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3245_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17581_q ), + .datac(\text_gen|char_ram~3245_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52535 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52536 ( +// Equation(s): +// \text_gen|char_ram~52536_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52535_combout & ((\text_gen|char_ram~24749_q ))) # (!\text_gen|char_ram~52535_combout & (\text_gen|char_ram~10413_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52535_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10413_q ), + .datac(\text_gen|char_ram~24749_q ), + .datad(\text_gen|char_ram~52535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52536 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8621feeder ( +// Equation(s): +// \text_gen|char_ram~8621feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8621feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8621feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8621feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y23_N9 +dffeas \text_gen|char_ram~8621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8621feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y23_N7 +dffeas \text_gen|char_ram~1453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52537 ( +// Equation(s): +// \text_gen|char_ram~52537_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8621_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1453_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8621_q ), + .datac(\text_gen|char_ram~1453_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52537 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15789feeder ( +// Equation(s): +// \text_gen|char_ram~15789feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y23_N25 +dffeas \text_gen|char_ram~15789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y23_N25 +dffeas \text_gen|char_ram~22957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52538 ( +// Equation(s): +// \text_gen|char_ram~52538_combout = (\text_gen|char_ram~52537_combout & (((\text_gen|char_ram~22957_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52537_combout & (\text_gen|char_ram~15789_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~52537_combout ), + .datab(\text_gen|char_ram~15789_q ), + .datac(\text_gen|char_ram~22957_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52538 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52539 ( +// Equation(s): +// \text_gen|char_ram~52539_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~52536_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~52538_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52536_combout ), + .datad(\text_gen|char_ram~52538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52539 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N15 +dffeas \text_gen|char_ram~19373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y27_N19 +dffeas \text_gen|char_ram~26541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y26_N1 +dffeas \text_gen|char_ram~12205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N19 +dffeas \text_gen|char_ram~5037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52533 ( +// Equation(s): +// \text_gen|char_ram~52533_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12205_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5037_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12205_q ), + .datac(\text_gen|char_ram~5037_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52533 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52534 ( +// Equation(s): +// \text_gen|char_ram~52534_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52533_combout & ((\text_gen|char_ram~26541_q ))) # (!\text_gen|char_ram~52533_combout & (\text_gen|char_ram~19373_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52533_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19373_q ), + .datac(\text_gen|char_ram~26541_q ), + .datad(\text_gen|char_ram~52533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52534 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52542 ( +// Equation(s): +// \text_gen|char_ram~52542_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52539_combout & (\text_gen|char_ram~52541_combout )) # (!\text_gen|char_ram~52539_combout & ((\text_gen|char_ram~52534_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52539_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52541_combout ), + .datac(\text_gen|char_ram~52539_combout ), + .datad(\text_gen|char_ram~52534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52542 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~52542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y27_N11 +dffeas \text_gen|char_ram~10399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y28_N15 +dffeas \text_gen|char_ram~24735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17567feeder ( +// Equation(s): +// \text_gen|char_ram~17567feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17567feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17567feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17567feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N25 +dffeas \text_gen|char_ram~17567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17567feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y27_N19 +dffeas \text_gen|char_ram~3231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52502 ( +// Equation(s): +// \text_gen|char_ram~52502_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17567_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3231_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17567_q ), + .datac(\text_gen|char_ram~3231_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52502 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52503 ( +// Equation(s): +// \text_gen|char_ram~52503_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52502_combout & ((\text_gen|char_ram~24735_q ))) # (!\text_gen|char_ram~52502_combout & (\text_gen|char_ram~10399_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52502_combout )))) + + .dataa(\text_gen|char_ram~10399_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24735_q ), + .datad(\text_gen|char_ram~52502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52503 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13983feeder ( +// Equation(s): +// \text_gen|char_ram~13983feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N25 +dffeas \text_gen|char_ram~13983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y28_N21 +dffeas \text_gen|char_ram~28319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21151feeder ( +// Equation(s): +// \text_gen|char_ram~21151feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21151feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y31_N13 +dffeas \text_gen|char_ram~21151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y30_N21 +dffeas \text_gen|char_ram~6815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52509 ( +// Equation(s): +// \text_gen|char_ram~52509_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21151_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6815_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21151_q ), + .datac(\text_gen|char_ram~6815_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52509 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52510 ( +// Equation(s): +// \text_gen|char_ram~52510_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52509_combout & ((\text_gen|char_ram~28319_q ))) # (!\text_gen|char_ram~52509_combout & (\text_gen|char_ram~13983_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52509_combout )))) + + .dataa(\text_gen|char_ram~13983_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28319_q ), + .datad(\text_gen|char_ram~52509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52510 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15775feeder ( +// Equation(s): +// \text_gen|char_ram~15775feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15775feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y28_N15 +dffeas \text_gen|char_ram~15775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y28_N25 +dffeas \text_gen|char_ram~22943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y13_N29 +dffeas \text_gen|char_ram~8607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y13_N7 +dffeas \text_gen|char_ram~1439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52506 ( +// Equation(s): +// \text_gen|char_ram~52506_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8607_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1439_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8607_q ), + .datac(\text_gen|char_ram~1439_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52506 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52507 ( +// Equation(s): +// \text_gen|char_ram~52507_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52506_combout & ((\text_gen|char_ram~22943_q ))) # (!\text_gen|char_ram~52506_combout & (\text_gen|char_ram~15775_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52506_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15775_q ), + .datac(\text_gen|char_ram~22943_q ), + .datad(\text_gen|char_ram~52506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52507 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19359feeder ( +// Equation(s): +// \text_gen|char_ram~19359feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y39_N11 +dffeas \text_gen|char_ram~19359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y28_N1 +dffeas \text_gen|char_ram~26527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y31_N21 +dffeas \text_gen|char_ram~12191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y31_N31 +dffeas \text_gen|char_ram~5023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52504 ( +// Equation(s): +// \text_gen|char_ram~52504_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12191_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5023_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12191_q ), + .datac(\text_gen|char_ram~5023_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52504 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52505 ( +// Equation(s): +// \text_gen|char_ram~52505_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52504_combout & ((\text_gen|char_ram~26527_q ))) # (!\text_gen|char_ram~52504_combout & (\text_gen|char_ram~19359_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52504_combout )))) + + .dataa(\text_gen|char_ram~19359_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26527_q ), + .datad(\text_gen|char_ram~52504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52505 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52508 ( +// Equation(s): +// \text_gen|char_ram~52508_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~52505_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~52507_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52507_combout ), + .datac(\text_gen|char_ram~52505_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52508 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~52508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52511 ( +// Equation(s): +// \text_gen|char_ram~52511_combout = (\text_gen|char_ram~52508_combout & (((\text_gen|char_ram~52510_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~52508_combout & (\text_gen|char_ram~52503_combout & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~52503_combout ), + .datab(\text_gen|char_ram~52510_combout ), + .datac(\text_gen|char_ram~52508_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52511 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~52511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y27_N27 +dffeas \text_gen|char_ram~15719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y28_N23 +dffeas \text_gen|char_ram~22887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y32_N7 +dffeas \text_gen|char_ram~8551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y32_N3 +dffeas \text_gen|char_ram~1383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52526 ( +// Equation(s): +// \text_gen|char_ram~52526_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8551_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1383_q +// ))))) + + .dataa(\text_gen|char_ram~8551_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1383_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52526 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52527 ( +// Equation(s): +// \text_gen|char_ram~52527_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52526_combout & ((\text_gen|char_ram~22887_q ))) # (!\text_gen|char_ram~52526_combout & (\text_gen|char_ram~15719_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52526_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15719_q ), + .datac(\text_gen|char_ram~22887_q ), + .datad(\text_gen|char_ram~52526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52527 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19303feeder ( +// Equation(s): +// \text_gen|char_ram~19303feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N5 +dffeas \text_gen|char_ram~19303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y28_N23 +dffeas \text_gen|char_ram~26471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12135feeder ( +// Equation(s): +// \text_gen|char_ram~12135feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12135feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12135feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12135feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y32_N27 +dffeas \text_gen|char_ram~12135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12135feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y31_N29 +dffeas \text_gen|char_ram~4967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52524 ( +// Equation(s): +// \text_gen|char_ram~52524_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12135_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4967_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12135_q ), + .datac(\text_gen|char_ram~4967_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52524 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52525 ( +// Equation(s): +// \text_gen|char_ram~52525_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52524_combout & ((\text_gen|char_ram~26471_q ))) # (!\text_gen|char_ram~52524_combout & (\text_gen|char_ram~19303_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52524_combout )))) + + .dataa(\text_gen|char_ram~19303_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26471_q ), + .datad(\text_gen|char_ram~52524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52525 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52528 ( +// Equation(s): +// \text_gen|char_ram~52528_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~52525_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~52527_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52527_combout ), + .datad(\text_gen|char_ram~52525_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52528 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y32_N27 +dffeas \text_gen|char_ram~10343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y32_N5 +dffeas \text_gen|char_ram~24679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17511feeder ( +// Equation(s): +// \text_gen|char_ram~17511feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17511feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y38_N3 +dffeas \text_gen|char_ram~17511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y38_N17 +dffeas \text_gen|char_ram~3175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52522 ( +// Equation(s): +// \text_gen|char_ram~52522_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17511_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3175_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17511_q ), + .datac(\text_gen|char_ram~3175_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52522 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52523 ( +// Equation(s): +// \text_gen|char_ram~52523_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52522_combout & ((\text_gen|char_ram~24679_q ))) # (!\text_gen|char_ram~52522_combout & (\text_gen|char_ram~10343_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52522_combout )))) + + .dataa(\text_gen|char_ram~10343_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24679_q ), + .datad(\text_gen|char_ram~52522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52523 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y32_N21 +dffeas \text_gen|char_ram~13927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y28_N27 +dffeas \text_gen|char_ram~28263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21095feeder ( +// Equation(s): +// \text_gen|char_ram~21095feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21095feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21095feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21095feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y28_N23 +dffeas \text_gen|char_ram~21095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21095feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y28_N11 +dffeas \text_gen|char_ram~6759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52529 ( +// Equation(s): +// \text_gen|char_ram~52529_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21095_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6759_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~21095_q ), + .datac(\text_gen|char_ram~6759_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52529 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52530 ( +// Equation(s): +// \text_gen|char_ram~52530_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52529_combout & ((\text_gen|char_ram~28263_q ))) # (!\text_gen|char_ram~52529_combout & (\text_gen|char_ram~13927_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52529_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13927_q ), + .datac(\text_gen|char_ram~28263_q ), + .datad(\text_gen|char_ram~52529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52530 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52531 ( +// Equation(s): +// \text_gen|char_ram~52531_combout = (\text_gen|char_ram~52528_combout & (((\text_gen|char_ram~52530_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~52528_combout & (\text_gen|char_ram~52523_combout & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~52528_combout ), + .datab(\text_gen|char_ram~52523_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~52530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52531 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~52531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y29_N5 +dffeas \text_gen|char_ram~19317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y29_N25 +dffeas \text_gen|char_ram~26485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y29_N11 +dffeas \text_gen|char_ram~4981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y34_N19 +dffeas \text_gen|char_ram~12149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52512 ( +// Equation(s): +// \text_gen|char_ram~52512_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12149_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4981_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4981_q ), + .datad(\text_gen|char_ram~12149_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52512 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52513 ( +// Equation(s): +// \text_gen|char_ram~52513_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52512_combout & ((\text_gen|char_ram~26485_q ))) # (!\text_gen|char_ram~52512_combout & (\text_gen|char_ram~19317_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52512_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19317_q ), + .datac(\text_gen|char_ram~26485_q ), + .datad(\text_gen|char_ram~52512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52513 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y22_N11 +dffeas \text_gen|char_ram~24693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10357feeder ( +// Equation(s): +// \text_gen|char_ram~10357feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10357feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10357feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10357feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N31 +dffeas \text_gen|char_ram~10357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10357feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y22_N23 +dffeas \text_gen|char_ram~3189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N31 +dffeas \text_gen|char_ram~17525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52514 ( +// Equation(s): +// \text_gen|char_ram~52514_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17525_q ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~3189_q )))) + + .dataa(\text_gen|char_ram~3189_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~17525_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52514 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~52514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52515 ( +// Equation(s): +// \text_gen|char_ram~52515_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52514_combout & (\text_gen|char_ram~24693_q )) # (!\text_gen|char_ram~52514_combout & ((\text_gen|char_ram~10357_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52514_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24693_q ), + .datac(\text_gen|char_ram~10357_q ), + .datad(\text_gen|char_ram~52514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52515 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22901feeder ( +// Equation(s): +// \text_gen|char_ram~22901feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22901feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y29_N1 +dffeas \text_gen|char_ram~22901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y25_N23 +dffeas \text_gen|char_ram~1397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y30_N29 +dffeas \text_gen|char_ram~8565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52516 ( +// Equation(s): +// \text_gen|char_ram~52516_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~8565_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1397_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1397_q ), + .datad(\text_gen|char_ram~8565_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52516 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y32_N15 +dffeas \text_gen|char_ram~15733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52517 ( +// Equation(s): +// \text_gen|char_ram~52517_combout = (\text_gen|char_ram~52516_combout & ((\text_gen|char_ram~22901_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52516_combout & (((\text_gen|char_ram~15733_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~22901_q ), + .datab(\text_gen|char_ram~52516_combout ), + .datac(\text_gen|char_ram~15733_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52517 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~52517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52518 ( +// Equation(s): +// \text_gen|char_ram~52518_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~52515_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~52517_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52515_combout ), + .datad(\text_gen|char_ram~52517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52518 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y32_N19 +dffeas \text_gen|char_ram~28277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y32_N1 +dffeas \text_gen|char_ram~6773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y28_N21 +dffeas \text_gen|char_ram~21109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52519 ( +// Equation(s): +// \text_gen|char_ram~52519_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~21109_q )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6773_q & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~6773_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~21109_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52519 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~52519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y32_N3 +dffeas \text_gen|char_ram~13941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52520 ( +// Equation(s): +// \text_gen|char_ram~52520_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52519_combout & (\text_gen|char_ram~28277_q )) # (!\text_gen|char_ram~52519_combout & ((\text_gen|char_ram~13941_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52519_combout )))) + + .dataa(\text_gen|char_ram~28277_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52519_combout ), + .datad(\text_gen|char_ram~13941_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52520 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52521 ( +// Equation(s): +// \text_gen|char_ram~52521_combout = (\text_gen|char_ram~52518_combout & (((\text_gen|char_ram~52520_combout ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~52518_combout & (\text_gen|char_ram~52513_combout & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~52513_combout ), + .datab(\text_gen|char_ram~52518_combout ), + .datac(\text_gen|char_ram~52520_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52521 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52532 ( +// Equation(s): +// \text_gen|char_ram~52532_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~52521_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~52531_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52531_combout ), + .datad(\text_gen|char_ram~52521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52532 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52543 ( +// Equation(s): +// \text_gen|char_ram~52543_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52532_combout & (\text_gen|char_ram~52542_combout )) # (!\text_gen|char_ram~52532_combout & ((\text_gen|char_ram~52511_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52532_combout )))) + + .dataa(\text_gen|char_ram~52542_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52511_combout ), + .datad(\text_gen|char_ram~52532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52543 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y6_N3 +dffeas \text_gen|char_ram~27437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y9_N27 +dffeas \text_gen|char_ram~13101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20269feeder ( +// Equation(s): +// \text_gen|char_ram~20269feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20269feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20269feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20269feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y9_N25 +dffeas \text_gen|char_ram~20269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20269feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y9_N11 +dffeas \text_gen|char_ram~5933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y9_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52413 ( +// Equation(s): +// \text_gen|char_ram~52413_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20269_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5933_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20269_q ), + .datac(\text_gen|char_ram~5933_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52413 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52414 ( +// Equation(s): +// \text_gen|char_ram~52414_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52413_combout & (\text_gen|char_ram~27437_q )) # (!\text_gen|char_ram~52413_combout & ((\text_gen|char_ram~13101_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52413_combout )))) + + .dataa(\text_gen|char_ram~27437_q ), + .datab(\text_gen|char_ram~13101_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52414 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~52414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y9_N29 +dffeas \text_gen|char_ram~9517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y8_N3 +dffeas \text_gen|char_ram~23853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y8_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16685feeder ( +// Equation(s): +// \text_gen|char_ram~16685feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y8_N17 +dffeas \text_gen|char_ram~16685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y8_N25 +dffeas \text_gen|char_ram~2349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52408 ( +// Equation(s): +// \text_gen|char_ram~52408_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16685_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2349_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16685_q ), + .datac(\text_gen|char_ram~2349_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52408 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52409 ( +// Equation(s): +// \text_gen|char_ram~52409_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52408_combout & ((\text_gen|char_ram~23853_q ))) # (!\text_gen|char_ram~52408_combout & (\text_gen|char_ram~9517_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52408_combout )))) + + .dataa(\text_gen|char_ram~9517_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23853_q ), + .datad(\text_gen|char_ram~52408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52409 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y9_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14893feeder ( +// Equation(s): +// \text_gen|char_ram~14893feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y9_N15 +dffeas \text_gen|char_ram~14893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y11_N27 +dffeas \text_gen|char_ram~22061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7725feeder ( +// Equation(s): +// \text_gen|char_ram~7725feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y11_N3 +dffeas \text_gen|char_ram~7725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~557feeder ( +// Equation(s): +// \text_gen|char_ram~557feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~557feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y11_N21 +dffeas \text_gen|char_ram~557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52410 ( +// Equation(s): +// \text_gen|char_ram~52410_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7725_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~557_q +// ))))) + + .dataa(\text_gen|char_ram~7725_q ), + .datab(\text_gen|char_ram~557_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52410 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~52410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52411 ( +// Equation(s): +// \text_gen|char_ram~52411_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52410_combout & ((\text_gen|char_ram~22061_q ))) # (!\text_gen|char_ram~52410_combout & (\text_gen|char_ram~14893_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52410_combout )))) + + .dataa(\text_gen|char_ram~14893_q ), + .datab(\text_gen|char_ram~22061_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~52410_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52411 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~52411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52412 ( +// Equation(s): +// \text_gen|char_ram~52412_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~52409_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~52411_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52409_combout ), + .datad(\text_gen|char_ram~52411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52412 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y14_N23 +dffeas \text_gen|char_ram~18477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y14_N21 +dffeas \text_gen|char_ram~25645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y14_N1 +dffeas \text_gen|char_ram~4141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11309feeder ( +// Equation(s): +// \text_gen|char_ram~11309feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11309feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11309feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11309feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y11_N21 +dffeas \text_gen|char_ram~11309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11309feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52406 ( +// Equation(s): +// \text_gen|char_ram~52406_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11309_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4141_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4141_q ), + .datad(\text_gen|char_ram~11309_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52406 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52407 ( +// Equation(s): +// \text_gen|char_ram~52407_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52406_combout & ((\text_gen|char_ram~25645_q ))) # (!\text_gen|char_ram~52406_combout & (\text_gen|char_ram~18477_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52406_combout )))) + + .dataa(\text_gen|char_ram~18477_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25645_q ), + .datad(\text_gen|char_ram~52406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52407 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52415 ( +// Equation(s): +// \text_gen|char_ram~52415_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52412_combout & (\text_gen|char_ram~52414_combout )) # (!\text_gen|char_ram~52412_combout & ((\text_gen|char_ram~52407_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52412_combout )))) + + .dataa(\text_gen|char_ram~52414_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52412_combout ), + .datad(\text_gen|char_ram~52407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52415 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23783feeder ( +// Equation(s): +// \text_gen|char_ram~23783feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y20_N27 +dffeas \text_gen|char_ram~23783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N9 +dffeas \text_gen|char_ram~16615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y20_N29 +dffeas \text_gen|char_ram~2279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52395 ( +// Equation(s): +// \text_gen|char_ram~52395_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16615_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2279_q +// ))))) + + .dataa(\text_gen|char_ram~16615_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2279_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52395 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9447feeder ( +// Equation(s): +// \text_gen|char_ram~9447feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9447feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9447feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9447feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y20_N13 +dffeas \text_gen|char_ram~9447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9447feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52396 ( +// Equation(s): +// \text_gen|char_ram~52396_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52395_combout & (\text_gen|char_ram~23783_q )) # (!\text_gen|char_ram~52395_combout & ((\text_gen|char_ram~9447_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52395_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~23783_q ), + .datac(\text_gen|char_ram~52395_combout ), + .datad(\text_gen|char_ram~9447_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52396 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~52396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y17_N9 +dffeas \text_gen|char_ram~13031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y14_N5 +dffeas \text_gen|char_ram~27367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y14_N19 +dffeas \text_gen|char_ram~5863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y21_N19 +dffeas \text_gen|char_ram~20199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52402 ( +// Equation(s): +// \text_gen|char_ram~52402_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20199_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5863_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5863_q ), + .datad(\text_gen|char_ram~20199_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52402 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52403 ( +// Equation(s): +// \text_gen|char_ram~52403_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52402_combout & ((\text_gen|char_ram~27367_q ))) # (!\text_gen|char_ram~52402_combout & (\text_gen|char_ram~13031_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52402_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13031_q ), + .datac(\text_gen|char_ram~27367_q ), + .datad(\text_gen|char_ram~52402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52403 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18407feeder ( +// Equation(s): +// \text_gen|char_ram~18407feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18407feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18407feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18407feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y15_N17 +dffeas \text_gen|char_ram~18407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18407feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y22_N5 +dffeas \text_gen|char_ram~25575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y21_N21 +dffeas \text_gen|char_ram~11239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y24_N21 +dffeas \text_gen|char_ram~4071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52397 ( +// Equation(s): +// \text_gen|char_ram~52397_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11239_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4071_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11239_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4071_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52397 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52398 ( +// Equation(s): +// \text_gen|char_ram~52398_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52397_combout & ((\text_gen|char_ram~25575_q ))) # (!\text_gen|char_ram~52397_combout & (\text_gen|char_ram~18407_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52397_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18407_q ), + .datac(\text_gen|char_ram~25575_q ), + .datad(\text_gen|char_ram~52397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52398 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14823feeder ( +// Equation(s): +// \text_gen|char_ram~14823feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N17 +dffeas \text_gen|char_ram~14823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y22_N23 +dffeas \text_gen|char_ram~21991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y35_N7 +dffeas \text_gen|char_ram~487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y17_N23 +dffeas \text_gen|char_ram~7655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52399 ( +// Equation(s): +// \text_gen|char_ram~52399_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7655_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~487_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~487_q ), + .datad(\text_gen|char_ram~7655_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52399 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52400 ( +// Equation(s): +// \text_gen|char_ram~52400_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52399_combout & ((\text_gen|char_ram~21991_q ))) # (!\text_gen|char_ram~52399_combout & (\text_gen|char_ram~14823_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52399_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14823_q ), + .datac(\text_gen|char_ram~21991_q ), + .datad(\text_gen|char_ram~52399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52400 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52401 ( +// Equation(s): +// \text_gen|char_ram~52401_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~52398_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~52400_combout ))))) + + .dataa(\text_gen|char_ram~52398_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52400_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52401 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52404 ( +// Equation(s): +// \text_gen|char_ram~52404_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52401_combout & ((\text_gen|char_ram~52403_combout ))) # (!\text_gen|char_ram~52401_combout & (\text_gen|char_ram~52396_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52401_combout )))) + + .dataa(\text_gen|char_ram~52396_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52403_combout ), + .datad(\text_gen|char_ram~52401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52404 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13087feeder ( +// Equation(s): +// \text_gen|char_ram~13087feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13087feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N23 +dffeas \text_gen|char_ram~13087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y13_N27 +dffeas \text_gen|char_ram~27423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y10_N23 +dffeas \text_gen|char_ram~20255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y10_N27 +dffeas \text_gen|char_ram~5919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52392 ( +// Equation(s): +// \text_gen|char_ram~52392_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20255_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5919_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20255_q ), + .datac(\text_gen|char_ram~5919_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52392 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52393 ( +// Equation(s): +// \text_gen|char_ram~52393_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52392_combout & ((\text_gen|char_ram~27423_q ))) # (!\text_gen|char_ram~52392_combout & (\text_gen|char_ram~13087_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52392_combout )))) + + .dataa(\text_gen|char_ram~13087_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27423_q ), + .datad(\text_gen|char_ram~52392_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52393 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y15_N7 +dffeas \text_gen|char_ram~14879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y9_N13 +dffeas \text_gen|char_ram~22047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y9_N19 +dffeas \text_gen|char_ram~543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7711feeder ( +// Equation(s): +// \text_gen|char_ram~7711feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7711feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N17 +dffeas \text_gen|char_ram~7711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52389 ( +// Equation(s): +// \text_gen|char_ram~52389_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7711_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~543_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~543_q ), + .datad(\text_gen|char_ram~7711_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52389 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y9_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52390 ( +// Equation(s): +// \text_gen|char_ram~52390_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52389_combout & ((\text_gen|char_ram~22047_q ))) # (!\text_gen|char_ram~52389_combout & (\text_gen|char_ram~14879_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52389_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14879_q ), + .datac(\text_gen|char_ram~22047_q ), + .datad(\text_gen|char_ram~52389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52390 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y13_N17 +dffeas \text_gen|char_ram~18463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y13_N27 +dffeas \text_gen|char_ram~25631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y13_N11 +dffeas \text_gen|char_ram~11295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y13_N9 +dffeas \text_gen|char_ram~4127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52387 ( +// Equation(s): +// \text_gen|char_ram~52387_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11295_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4127_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11295_q ), + .datac(\text_gen|char_ram~4127_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52387 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52388 ( +// Equation(s): +// \text_gen|char_ram~52388_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52387_combout & ((\text_gen|char_ram~25631_q ))) # (!\text_gen|char_ram~52387_combout & (\text_gen|char_ram~18463_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52387_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18463_q ), + .datac(\text_gen|char_ram~25631_q ), + .datad(\text_gen|char_ram~52387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52388 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52391 ( +// Equation(s): +// \text_gen|char_ram~52391_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~52388_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~52390_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52390_combout ), + .datad(\text_gen|char_ram~52388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52391 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y2_N17 +dffeas \text_gen|char_ram~9503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y8_N23 +dffeas \text_gen|char_ram~16671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y2_N29 +dffeas \text_gen|char_ram~2335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y2_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52385 ( +// Equation(s): +// \text_gen|char_ram~52385_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16671_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2335_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16671_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2335_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52385 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y2_N31 +dffeas \text_gen|char_ram~23839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y2_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52386 ( +// Equation(s): +// \text_gen|char_ram~52386_combout = (\text_gen|char_ram~52385_combout & (((\text_gen|char_ram~23839_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52385_combout & (\text_gen|char_ram~9503_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~9503_q ), + .datab(\text_gen|char_ram~52385_combout ), + .datac(\text_gen|char_ram~23839_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52386 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52394 ( +// Equation(s): +// \text_gen|char_ram~52394_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52391_combout & (\text_gen|char_ram~52393_combout )) # (!\text_gen|char_ram~52391_combout & ((\text_gen|char_ram~52386_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52391_combout )))) + + .dataa(\text_gen|char_ram~52393_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52391_combout ), + .datad(\text_gen|char_ram~52386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52394 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52405 ( +// Equation(s): +// \text_gen|char_ram~52405_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~52394_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~52404_combout )))) + + .dataa(\text_gen|char_ram~52404_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~52394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52405 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~52405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y18_N19 +dffeas \text_gen|char_ram~25589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y18_N5 +dffeas \text_gen|char_ram~18421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N23 +dffeas \text_gen|char_ram~4085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11253feeder ( +// Equation(s): +// \text_gen|char_ram~11253feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y20_N3 +dffeas \text_gen|char_ram~11253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52375 ( +// Equation(s): +// \text_gen|char_ram~52375_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11253_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4085_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4085_q ), + .datad(\text_gen|char_ram~11253_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52375 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52376 ( +// Equation(s): +// \text_gen|char_ram~52376_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52375_combout & (\text_gen|char_ram~25589_q )) # (!\text_gen|char_ram~52375_combout & ((\text_gen|char_ram~18421_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52375_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25589_q ), + .datac(\text_gen|char_ram~18421_q ), + .datad(\text_gen|char_ram~52375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52376 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13045feeder ( +// Equation(s): +// \text_gen|char_ram~13045feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y22_N31 +dffeas \text_gen|char_ram~13045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y22_N27 +dffeas \text_gen|char_ram~27381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y22_N25 +dffeas \text_gen|char_ram~5877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y21_N3 +dffeas \text_gen|char_ram~20213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52382 ( +// Equation(s): +// \text_gen|char_ram~52382_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20213_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5877_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5877_q ), + .datad(\text_gen|char_ram~20213_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52382 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52383 ( +// Equation(s): +// \text_gen|char_ram~52383_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52382_combout & ((\text_gen|char_ram~27381_q ))) # (!\text_gen|char_ram~52382_combout & (\text_gen|char_ram~13045_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52382_combout )))) + + .dataa(\text_gen|char_ram~13045_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27381_q ), + .datad(\text_gen|char_ram~52382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52383 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y20_N1 +dffeas \text_gen|char_ram~9461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y22_N25 +dffeas \text_gen|char_ram~23797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16629feeder ( +// Equation(s): +// \text_gen|char_ram~16629feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16629feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y20_N3 +dffeas \text_gen|char_ram~16629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y20_N25 +dffeas \text_gen|char_ram~2293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52377 ( +// Equation(s): +// \text_gen|char_ram~52377_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16629_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2293_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16629_q ), + .datac(\text_gen|char_ram~2293_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52377 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52378 ( +// Equation(s): +// \text_gen|char_ram~52378_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52377_combout & ((\text_gen|char_ram~23797_q ))) # (!\text_gen|char_ram~52377_combout & (\text_gen|char_ram~9461_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52377_combout )))) + + .dataa(\text_gen|char_ram~9461_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23797_q ), + .datad(\text_gen|char_ram~52377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52378 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y21_N11 +dffeas \text_gen|char_ram~14837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y21_N21 +dffeas \text_gen|char_ram~7669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y21_N11 +dffeas \text_gen|char_ram~501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52379 ( +// Equation(s): +// \text_gen|char_ram~52379_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7669_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~501_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7669_q ), + .datac(\text_gen|char_ram~501_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52379 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y21_N1 +dffeas \text_gen|char_ram~22005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52380 ( +// Equation(s): +// \text_gen|char_ram~52380_combout = (\text_gen|char_ram~52379_combout & (((\text_gen|char_ram~22005_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52379_combout & (\text_gen|char_ram~14837_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14837_q ), + .datab(\text_gen|char_ram~52379_combout ), + .datac(\text_gen|char_ram~22005_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52380 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52381 ( +// Equation(s): +// \text_gen|char_ram~52381_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~52378_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~52380_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52378_combout ), + .datad(\text_gen|char_ram~52380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52381 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52384 ( +// Equation(s): +// \text_gen|char_ram~52384_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52381_combout & ((\text_gen|char_ram~52383_combout ))) # (!\text_gen|char_ram~52381_combout & (\text_gen|char_ram~52376_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52381_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52376_combout ), + .datac(\text_gen|char_ram~52383_combout ), + .datad(\text_gen|char_ram~52381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52384 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52416 ( +// Equation(s): +// \text_gen|char_ram~52416_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52405_combout & (\text_gen|char_ram~52415_combout )) # (!\text_gen|char_ram~52405_combout & ((\text_gen|char_ram~52384_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52405_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~52415_combout ), + .datac(\text_gen|char_ram~52405_combout ), + .datad(\text_gen|char_ram~52384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52416 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~52416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52544 ( +// Equation(s): +// \text_gen|char_ram~52544_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52501_combout & (\text_gen|char_ram~52543_combout )) # (!\text_gen|char_ram~52501_combout & ((\text_gen|char_ram~52416_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~52501_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~52501_combout ), + .datac(\text_gen|char_ram~52543_combout ), + .datad(\text_gen|char_ram~52416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52544 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y30_N27 +dffeas \text_gen|char_ram~28543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y44_N29 +dffeas \text_gen|char_ram~28095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y44_N7 +dffeas \text_gen|char_ram~27199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52365 ( +// Equation(s): +// \text_gen|char_ram~52365_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28095_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27199_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28095_q ), + .datac(\text_gen|char_ram~27199_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52365 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27647feeder ( +// Equation(s): +// \text_gen|char_ram~27647feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27647feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y22_N25 +dffeas \text_gen|char_ram~27647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52366 ( +// Equation(s): +// \text_gen|char_ram~52366_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52365_combout & (\text_gen|char_ram~28543_q )) # (!\text_gen|char_ram~52365_combout & ((\text_gen|char_ram~27647_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52365_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28543_q ), + .datac(\text_gen|char_ram~52365_combout ), + .datad(\text_gen|char_ram~27647_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52366 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~52366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y17_N21 +dffeas \text_gen|char_ram~13311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y35_N3 +dffeas \text_gen|char_ram~14207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13759feeder ( +// Equation(s): +// \text_gen|char_ram~13759feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13759feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y50_N21 +dffeas \text_gen|char_ram~13759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y43_N3 +dffeas \text_gen|char_ram~12863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52367 ( +// Equation(s): +// \text_gen|char_ram~52367_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~13759_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~12863_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~13759_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12863_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52367 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52368 ( +// Equation(s): +// \text_gen|char_ram~52368_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52367_combout & ((\text_gen|char_ram~14207_q ))) # (!\text_gen|char_ram~52367_combout & (\text_gen|char_ram~13311_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52367_combout )))) + + .dataa(\text_gen|char_ram~13311_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14207_q ), + .datad(\text_gen|char_ram~52367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52368 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52369 ( +// Equation(s): +// \text_gen|char_ram~52369_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~52366_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~52368_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52366_combout ), + .datad(\text_gen|char_ram~52368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52369 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y53_N9 +dffeas \text_gen|char_ram~13773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y30_N7 +dffeas \text_gen|char_ram~14221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13325feeder ( +// Equation(s): +// \text_gen|char_ram~13325feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13325feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13325feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13325feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y16_N19 +dffeas \text_gen|char_ram~13325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13325feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y30_N29 +dffeas \text_gen|char_ram~12877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52363 ( +// Equation(s): +// \text_gen|char_ram~52363_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~13325_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~12877_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13325_q ), + .datac(\text_gen|char_ram~12877_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52363 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52364 ( +// Equation(s): +// \text_gen|char_ram~52364_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52363_combout & ((\text_gen|char_ram~14221_q ))) # (!\text_gen|char_ram~52363_combout & (\text_gen|char_ram~13773_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52363_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13773_q ), + .datac(\text_gen|char_ram~14221_q ), + .datad(\text_gen|char_ram~52363_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52364 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y19_N3 +dffeas \text_gen|char_ram~27661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y30_N11 +dffeas \text_gen|char_ram~27213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52370 ( +// Equation(s): +// \text_gen|char_ram~52370_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27661_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~27213_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27661_q ), + .datac(\text_gen|char_ram~27213_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52370 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~28109feeder ( +// Equation(s): +// \text_gen|char_ram~28109feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28109feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28109feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28109feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y50_N19 +dffeas \text_gen|char_ram~28109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28109feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y30_N21 +dffeas \text_gen|char_ram~28557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52371 ( +// Equation(s): +// \text_gen|char_ram~52371_combout = (\text_gen|char_ram~52370_combout & (((\text_gen|char_ram~28557_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~52370_combout & (\text_gen|char_ram~28109_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~52370_combout ), + .datab(\text_gen|char_ram~28109_q ), + .datac(\text_gen|char_ram~28557_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52371 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52372 ( +// Equation(s): +// \text_gen|char_ram~52372_combout = (\text_gen|char_ram~52369_combout & (((\text_gen|char_ram~52371_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~52369_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~52364_combout ))) + + .dataa(\text_gen|char_ram~52369_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52364_combout ), + .datad(\text_gen|char_ram~52371_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52372 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~52372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y30_N11 +dffeas \text_gen|char_ram~27157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y22_N9 +dffeas \text_gen|char_ram~27605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52339 ( +// Equation(s): +// \text_gen|char_ram~52339_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27605_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~27157_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27157_q ), + .datad(\text_gen|char_ram~27605_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52339 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y54_N15 +dffeas \text_gen|char_ram~28053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y30_N29 +dffeas \text_gen|char_ram~28501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52340 ( +// Equation(s): +// \text_gen|char_ram~52340_combout = (\text_gen|char_ram~52339_combout & (((\text_gen|char_ram~28501_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~52339_combout & (\text_gen|char_ram~28053_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~52339_combout ), + .datab(\text_gen|char_ram~28053_q ), + .datac(\text_gen|char_ram~28501_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52340 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13255feeder ( +// Equation(s): +// \text_gen|char_ram~13255feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y37_N31 +dffeas \text_gen|char_ram~13255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y36_N25 +dffeas \text_gen|char_ram~14151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13703feeder ( +// Equation(s): +// \text_gen|char_ram~13703feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y51_N27 +dffeas \text_gen|char_ram~13703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N13 +dffeas \text_gen|char_ram~12807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52336 ( +// Equation(s): +// \text_gen|char_ram~52336_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~13703_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~12807_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13703_q ), + .datac(\text_gen|char_ram~12807_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52336 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52337 ( +// Equation(s): +// \text_gen|char_ram~52337_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52336_combout & ((\text_gen|char_ram~14151_q ))) # (!\text_gen|char_ram~52336_combout & (\text_gen|char_ram~13255_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52336_combout )))) + + .dataa(\text_gen|char_ram~13255_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14151_q ), + .datad(\text_gen|char_ram~52336_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52337 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y21_N3 +dffeas \text_gen|char_ram~27591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y33_N1 +dffeas \text_gen|char_ram~28487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y33_N19 +dffeas \text_gen|char_ram~27143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y51_N15 +dffeas \text_gen|char_ram~28039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52334 ( +// Equation(s): +// \text_gen|char_ram~52334_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28039_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27143_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27143_q ), + .datad(\text_gen|char_ram~28039_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52334 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52335 ( +// Equation(s): +// \text_gen|char_ram~52335_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52334_combout & ((\text_gen|char_ram~28487_q ))) # (!\text_gen|char_ram~52334_combout & (\text_gen|char_ram~27591_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52334_combout )))) + + .dataa(\text_gen|char_ram~27591_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28487_q ), + .datad(\text_gen|char_ram~52334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52335 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52338 ( +// Equation(s): +// \text_gen|char_ram~52338_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~52335_combout ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~52337_combout )))) + + .dataa(\text_gen|char_ram~52337_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~52335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52338 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~52338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13269feeder ( +// Equation(s): +// \text_gen|char_ram~13269feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13269feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13269feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13269feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y44_N17 +dffeas \text_gen|char_ram~13269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13269feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y44_N3 +dffeas \text_gen|char_ram~12821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52332 ( +// Equation(s): +// \text_gen|char_ram~52332_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~13269_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~12821_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13269_q ), + .datac(\text_gen|char_ram~12821_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52332 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y38_N19 +dffeas \text_gen|char_ram~14165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y38_N29 +dffeas \text_gen|char_ram~13717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52333 ( +// Equation(s): +// \text_gen|char_ram~52333_combout = (\text_gen|char_ram~52332_combout & (((\text_gen|char_ram~14165_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~52332_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~13717_q )))) + + .dataa(\text_gen|char_ram~52332_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14165_q ), + .datad(\text_gen|char_ram~13717_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52333 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52341 ( +// Equation(s): +// \text_gen|char_ram~52341_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52338_combout & (\text_gen|char_ram~52340_combout )) # (!\text_gen|char_ram~52338_combout & ((\text_gen|char_ram~52333_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52338_combout )))) + + .dataa(\text_gen|char_ram~52340_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52338_combout ), + .datad(\text_gen|char_ram~52333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52341 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y55_N11 +dffeas \text_gen|char_ram~6605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y11_N21 +dffeas \text_gen|char_ram~5709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y14_N7 +dffeas \text_gen|char_ram~6157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52342 ( +// Equation(s): +// \text_gen|char_ram~52342_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~6157_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5709_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5709_q ), + .datad(\text_gen|char_ram~6157_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52342 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y23_N13 +dffeas \text_gen|char_ram~7053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52343 ( +// Equation(s): +// \text_gen|char_ram~52343_combout = (\text_gen|char_ram~52342_combout & (((\text_gen|char_ram~7053_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~52342_combout & (\text_gen|char_ram~6605_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~6605_q ), + .datab(\text_gen|char_ram~52342_combout ), + .datac(\text_gen|char_ram~7053_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52343 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y42_N29 +dffeas \text_gen|char_ram~20941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y42_N27 +dffeas \text_gen|char_ram~21389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y41_N3 +dffeas \text_gen|char_ram~20045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20493feeder ( +// Equation(s): +// \text_gen|char_ram~20493feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y10_N31 +dffeas \text_gen|char_ram~20493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52349 ( +// Equation(s): +// \text_gen|char_ram~52349_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20493_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20045_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20045_q ), + .datad(\text_gen|char_ram~20493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52349 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52350 ( +// Equation(s): +// \text_gen|char_ram~52350_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52349_combout & ((\text_gen|char_ram~21389_q ))) # (!\text_gen|char_ram~52349_combout & (\text_gen|char_ram~20941_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52349_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20941_q ), + .datac(\text_gen|char_ram~21389_q ), + .datad(\text_gen|char_ram~52349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52350 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20479feeder ( +// Equation(s): +// \text_gen|char_ram~20479feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N11 +dffeas \text_gen|char_ram~20479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y23_N5 +dffeas \text_gen|char_ram~21375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y43_N21 +dffeas \text_gen|char_ram~20031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y51_N9 +dffeas \text_gen|char_ram~20927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52344 ( +// Equation(s): +// \text_gen|char_ram~52344_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~20927_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~20031_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20031_q ), + .datad(\text_gen|char_ram~20927_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52344 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52345 ( +// Equation(s): +// \text_gen|char_ram~52345_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52344_combout & ((\text_gen|char_ram~21375_q ))) # (!\text_gen|char_ram~52344_combout & (\text_gen|char_ram~20479_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52344_combout )))) + + .dataa(\text_gen|char_ram~20479_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21375_q ), + .datad(\text_gen|char_ram~52344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52345 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y25_N3 +dffeas \text_gen|char_ram~6143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y31_N27 +dffeas \text_gen|char_ram~7039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y38_N25 +dffeas \text_gen|char_ram~5695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6591feeder ( +// Equation(s): +// \text_gen|char_ram~6591feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y51_N17 +dffeas \text_gen|char_ram~6591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52346 ( +// Equation(s): +// \text_gen|char_ram~52346_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~6591_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5695_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5695_q ), + .datad(\text_gen|char_ram~6591_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52346 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52347 ( +// Equation(s): +// \text_gen|char_ram~52347_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52346_combout & ((\text_gen|char_ram~7039_q ))) # (!\text_gen|char_ram~52346_combout & (\text_gen|char_ram~6143_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52346_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6143_q ), + .datac(\text_gen|char_ram~7039_q ), + .datad(\text_gen|char_ram~52346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52347 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52348 ( +// Equation(s): +// \text_gen|char_ram~52348_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~52345_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~52347_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52345_combout ), + .datad(\text_gen|char_ram~52347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52348 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52351 ( +// Equation(s): +// \text_gen|char_ram~52351_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52348_combout & ((\text_gen|char_ram~52350_combout ))) # (!\text_gen|char_ram~52348_combout & (\text_gen|char_ram~52343_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52348_combout )))) + + .dataa(\text_gen|char_ram~52343_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52350_combout ), + .datad(\text_gen|char_ram~52348_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52351 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20885feeder ( +// Equation(s): +// \text_gen|char_ram~20885feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y55_N27 +dffeas \text_gen|char_ram~20885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21333feeder ( +// Equation(s): +// \text_gen|char_ram~21333feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21333feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21333feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21333feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y23_N1 +dffeas \text_gen|char_ram~21333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21333feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y21_N13 +dffeas \text_gen|char_ram~19989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y22_N31 +dffeas \text_gen|char_ram~20437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52359 ( +// Equation(s): +// \text_gen|char_ram~52359_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20437_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19989_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19989_q ), + .datad(\text_gen|char_ram~20437_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52359 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52360 ( +// Equation(s): +// \text_gen|char_ram~52360_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52359_combout & ((\text_gen|char_ram~21333_q ))) # (!\text_gen|char_ram~52359_combout & (\text_gen|char_ram~20885_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52359_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20885_q ), + .datac(\text_gen|char_ram~21333_q ), + .datad(\text_gen|char_ram~52359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52360 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6549feeder ( +// Equation(s): +// \text_gen|char_ram~6549feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y48_N7 +dffeas \text_gen|char_ram~6549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y25_N19 +dffeas \text_gen|char_ram~6997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y28_N19 +dffeas \text_gen|char_ram~5653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6101feeder ( +// Equation(s): +// \text_gen|char_ram~6101feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N29 +dffeas \text_gen|char_ram~6101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52352 ( +// Equation(s): +// \text_gen|char_ram~52352_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~6101_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5653_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5653_q ), + .datad(\text_gen|char_ram~6101_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52352 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52353 ( +// Equation(s): +// \text_gen|char_ram~52353_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52352_combout & ((\text_gen|char_ram~6997_q ))) # (!\text_gen|char_ram~52352_combout & (\text_gen|char_ram~6549_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52352_combout )))) + + .dataa(\text_gen|char_ram~6549_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6997_q ), + .datad(\text_gen|char_ram~52352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52353 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y21_N5 +dffeas \text_gen|char_ram~20423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21319feeder ( +// Equation(s): +// \text_gen|char_ram~21319feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21319feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21319feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21319feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y23_N25 +dffeas \text_gen|char_ram~21319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21319feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y39_N13 +dffeas \text_gen|char_ram~19975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y55_N11 +dffeas \text_gen|char_ram~20871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52354 ( +// Equation(s): +// \text_gen|char_ram~52354_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20871_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19975_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19975_q ), + .datad(\text_gen|char_ram~20871_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52354 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52355 ( +// Equation(s): +// \text_gen|char_ram~52355_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52354_combout & ((\text_gen|char_ram~21319_q ))) # (!\text_gen|char_ram~52354_combout & (\text_gen|char_ram~20423_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52354_combout )))) + + .dataa(\text_gen|char_ram~20423_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21319_q ), + .datad(\text_gen|char_ram~52354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52355 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y37_N7 +dffeas \text_gen|char_ram~6087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y35_N13 +dffeas \text_gen|char_ram~6983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6535feeder ( +// Equation(s): +// \text_gen|char_ram~6535feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y35_N11 +dffeas \text_gen|char_ram~6535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y39_N11 +dffeas \text_gen|char_ram~5639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52356 ( +// Equation(s): +// \text_gen|char_ram~52356_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6535_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~5639_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6535_q ), + .datac(\text_gen|char_ram~5639_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52356 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52357 ( +// Equation(s): +// \text_gen|char_ram~52357_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52356_combout & ((\text_gen|char_ram~6983_q ))) # (!\text_gen|char_ram~52356_combout & (\text_gen|char_ram~6087_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52356_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6087_q ), + .datac(\text_gen|char_ram~6983_q ), + .datad(\text_gen|char_ram~52356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52357 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52358 ( +// Equation(s): +// \text_gen|char_ram~52358_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~52355_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~52357_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52355_combout ), + .datad(\text_gen|char_ram~52357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52358 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52361 ( +// Equation(s): +// \text_gen|char_ram~52361_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52358_combout & (\text_gen|char_ram~52360_combout )) # (!\text_gen|char_ram~52358_combout & ((\text_gen|char_ram~52353_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52358_combout )))) + + .dataa(\text_gen|char_ram~52360_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52353_combout ), + .datad(\text_gen|char_ram~52358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52361 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52362 ( +// Equation(s): +// \text_gen|char_ram~52362_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~52351_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~52361_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52351_combout ), + .datad(\text_gen|char_ram~52361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52362 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52373 ( +// Equation(s): +// \text_gen|char_ram~52373_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52362_combout & (\text_gen|char_ram~52372_combout )) # (!\text_gen|char_ram~52362_combout & ((\text_gen|char_ram~52341_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52362_combout )))) + + .dataa(\text_gen|char_ram~52372_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52341_combout ), + .datad(\text_gen|char_ram~52362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52373 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8397feeder ( +// Equation(s): +// \text_gen|char_ram~8397feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8397feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8397feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8397feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y54_N27 +dffeas \text_gen|char_ram~8397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8397feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y31_N9 +dffeas \text_gen|char_ram~8845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y31_N19 +dffeas \text_gen|char_ram~7501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7949feeder ( +// Equation(s): +// \text_gen|char_ram~7949feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7949feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y16_N5 +dffeas \text_gen|char_ram~7949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52322 ( +// Equation(s): +// \text_gen|char_ram~52322_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7949_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7501_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7501_q ), + .datad(\text_gen|char_ram~7949_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52322 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52323 ( +// Equation(s): +// \text_gen|char_ram~52323_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52322_combout & ((\text_gen|char_ram~8845_q ))) # (!\text_gen|char_ram~52322_combout & (\text_gen|char_ram~8397_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52322_combout )))) + + .dataa(\text_gen|char_ram~8397_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8845_q ), + .datad(\text_gen|char_ram~52322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52323 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y11_N29 +dffeas \text_gen|char_ram~781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y23_N7 +dffeas \text_gen|char_ram~1677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y53_N17 +dffeas \text_gen|char_ram~1229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y42_N3 +dffeas \text_gen|char_ram~333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52324 ( +// Equation(s): +// \text_gen|char_ram~52324_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1229_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~333_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1229_q ), + .datac(\text_gen|char_ram~333_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52324 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52325 ( +// Equation(s): +// \text_gen|char_ram~52325_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52324_combout & ((\text_gen|char_ram~1677_q ))) # (!\text_gen|char_ram~52324_combout & (\text_gen|char_ram~781_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52324_combout )))) + + .dataa(\text_gen|char_ram~781_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1677_q ), + .datad(\text_gen|char_ram~52324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52325 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52326 ( +// Equation(s): +// \text_gen|char_ram~52326_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~52323_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~52325_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52323_combout ), + .datad(\text_gen|char_ram~52325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52326 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22733feeder ( +// Equation(s): +// \text_gen|char_ram~22733feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22733feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22733feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22733feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N7 +dffeas \text_gen|char_ram~22733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22733feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y23_N19 +dffeas \text_gen|char_ram~23181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y23_N13 +dffeas \text_gen|char_ram~21837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y11_N7 +dffeas \text_gen|char_ram~22285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52327 ( +// Equation(s): +// \text_gen|char_ram~52327_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22285_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21837_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21837_q ), + .datad(\text_gen|char_ram~22285_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52327 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52328 ( +// Equation(s): +// \text_gen|char_ram~52328_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52327_combout & ((\text_gen|char_ram~23181_q ))) # (!\text_gen|char_ram~52327_combout & (\text_gen|char_ram~22733_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52327_combout )))) + + .dataa(\text_gen|char_ram~22733_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23181_q ), + .datad(\text_gen|char_ram~52327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52328 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y41_N9 +dffeas \text_gen|char_ram~14669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y54_N15 +dffeas \text_gen|char_ram~15565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52320 ( +// Equation(s): +// \text_gen|char_ram~52320_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15565_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14669_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14669_q ), + .datad(\text_gen|char_ram~15565_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52320 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y23_N7 +dffeas \text_gen|char_ram~16013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15117feeder ( +// Equation(s): +// \text_gen|char_ram~15117feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15117feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15117feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15117feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N17 +dffeas \text_gen|char_ram~15117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15117feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52321 ( +// Equation(s): +// \text_gen|char_ram~52321_combout = (\text_gen|char_ram~52320_combout & (((\text_gen|char_ram~16013_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~52320_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15117_q )))) + + .dataa(\text_gen|char_ram~52320_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16013_q ), + .datad(\text_gen|char_ram~15117_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52321 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52329 ( +// Equation(s): +// \text_gen|char_ram~52329_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52326_combout & (\text_gen|char_ram~52328_combout )) # (!\text_gen|char_ram~52326_combout & ((\text_gen|char_ram~52321_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~52326_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52326_combout ), + .datac(\text_gen|char_ram~52328_combout ), + .datad(\text_gen|char_ram~52321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52329 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y42_N5 +dffeas \text_gen|char_ram~22663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y42_N19 +dffeas \text_gen|char_ram~23111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y42_N17 +dffeas \text_gen|char_ram~22215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y42_N23 +dffeas \text_gen|char_ram~21767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52316 ( +// Equation(s): +// \text_gen|char_ram~52316_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22215_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21767_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22215_q ), + .datac(\text_gen|char_ram~21767_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52316 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52317 ( +// Equation(s): +// \text_gen|char_ram~52317_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52316_combout & ((\text_gen|char_ram~23111_q ))) # (!\text_gen|char_ram~52316_combout & (\text_gen|char_ram~22663_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52316_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22663_q ), + .datac(\text_gen|char_ram~23111_q ), + .datad(\text_gen|char_ram~52316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52317 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~8327feeder ( +// Equation(s): +// \text_gen|char_ram~8327feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y46_N31 +dffeas \text_gen|char_ram~8327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y35_N17 +dffeas \text_gen|char_ram~8775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7879feeder ( +// Equation(s): +// \text_gen|char_ram~7879feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7879feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y24_N25 +dffeas \text_gen|char_ram~7879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N27 +dffeas \text_gen|char_ram~7431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52309 ( +// Equation(s): +// \text_gen|char_ram~52309_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7879_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~7431_q )))) + + .dataa(\text_gen|char_ram~7879_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~7431_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52309 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~52309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52310 ( +// Equation(s): +// \text_gen|char_ram~52310_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52309_combout & ((\text_gen|char_ram~8775_q ))) # (!\text_gen|char_ram~52309_combout & (\text_gen|char_ram~8327_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52309_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8327_q ), + .datac(\text_gen|char_ram~8775_q ), + .datad(\text_gen|char_ram~52309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52310 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y24_N9 +dffeas \text_gen|char_ram~711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y35_N31 +dffeas \text_gen|char_ram~1607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y42_N29 +dffeas \text_gen|char_ram~1159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y42_N23 +dffeas \text_gen|char_ram~263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52313 ( +// Equation(s): +// \text_gen|char_ram~52313_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1159_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~263_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1159_q ), + .datac(\text_gen|char_ram~263_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52313 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52314 ( +// Equation(s): +// \text_gen|char_ram~52314_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52313_combout & ((\text_gen|char_ram~1607_q ))) # (!\text_gen|char_ram~52313_combout & (\text_gen|char_ram~711_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52313_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~711_q ), + .datac(\text_gen|char_ram~1607_q ), + .datad(\text_gen|char_ram~52313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52314 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y21_N9 +dffeas \text_gen|char_ram~15047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N7 +dffeas \text_gen|char_ram~15943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N13 +dffeas \text_gen|char_ram~14599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y35_N19 +dffeas \text_gen|char_ram~15495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52311 ( +// Equation(s): +// \text_gen|char_ram~52311_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15495_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14599_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14599_q ), + .datad(\text_gen|char_ram~15495_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52311 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52312 ( +// Equation(s): +// \text_gen|char_ram~52312_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52311_combout & ((\text_gen|char_ram~15943_q ))) # (!\text_gen|char_ram~52311_combout & (\text_gen|char_ram~15047_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52311_combout )))) + + .dataa(\text_gen|char_ram~15047_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15943_q ), + .datad(\text_gen|char_ram~52311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52312 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52315 ( +// Equation(s): +// \text_gen|char_ram~52315_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~52312_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~52314_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52314_combout ), + .datad(\text_gen|char_ram~52312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52315 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52318 ( +// Equation(s): +// \text_gen|char_ram~52318_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52315_combout & (\text_gen|char_ram~52317_combout )) # (!\text_gen|char_ram~52315_combout & ((\text_gen|char_ram~52310_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52315_combout )))) + + .dataa(\text_gen|char_ram~52317_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52310_combout ), + .datad(\text_gen|char_ram~52315_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52318 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~767feeder ( +// Equation(s): +// \text_gen|char_ram~767feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y16_N1 +dffeas \text_gen|char_ram~767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y32_N19 +dffeas \text_gen|char_ram~1663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y38_N23 +dffeas \text_gen|char_ram~319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y49_N13 +dffeas \text_gen|char_ram~1215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52303 ( +// Equation(s): +// \text_gen|char_ram~52303_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~1215_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~319_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~319_q ), + .datad(\text_gen|char_ram~1215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52303 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52304 ( +// Equation(s): +// \text_gen|char_ram~52304_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52303_combout & ((\text_gen|char_ram~1663_q ))) # (!\text_gen|char_ram~52303_combout & (\text_gen|char_ram~767_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52303_combout )))) + + .dataa(\text_gen|char_ram~767_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1663_q ), + .datad(\text_gen|char_ram~52303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52304 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y35_N13 +dffeas \text_gen|char_ram~14655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~15551feeder ( +// Equation(s): +// \text_gen|char_ram~15551feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N23 +dffeas \text_gen|char_ram~15551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52301 ( +// Equation(s): +// \text_gen|char_ram~52301_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15551_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14655_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14655_q ), + .datad(\text_gen|char_ram~15551_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52301 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y35_N7 +dffeas \text_gen|char_ram~15999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15103feeder ( +// Equation(s): +// \text_gen|char_ram~15103feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y15_N7 +dffeas \text_gen|char_ram~15103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52302 ( +// Equation(s): +// \text_gen|char_ram~52302_combout = (\text_gen|char_ram~52301_combout & (((\text_gen|char_ram~15999_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~52301_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15103_q )))) + + .dataa(\text_gen|char_ram~52301_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15999_q ), + .datad(\text_gen|char_ram~15103_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52302 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52305 ( +// Equation(s): +// \text_gen|char_ram~52305_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~52302_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~52304_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52304_combout ), + .datad(\text_gen|char_ram~52302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52305 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22719feeder ( +// Equation(s): +// \text_gen|char_ram~22719feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22719feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N11 +dffeas \text_gen|char_ram~22719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y35_N9 +dffeas \text_gen|char_ram~23167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y35_N7 +dffeas \text_gen|char_ram~21823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y23_N19 +dffeas \text_gen|char_ram~22271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52306 ( +// Equation(s): +// \text_gen|char_ram~52306_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22271_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21823_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21823_q ), + .datad(\text_gen|char_ram~22271_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52306 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52307 ( +// Equation(s): +// \text_gen|char_ram~52307_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52306_combout & ((\text_gen|char_ram~23167_q ))) # (!\text_gen|char_ram~52306_combout & (\text_gen|char_ram~22719_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52306_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22719_q ), + .datac(\text_gen|char_ram~23167_q ), + .datad(\text_gen|char_ram~52306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52307 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8383feeder ( +// Equation(s): +// \text_gen|char_ram~8383feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y38_N21 +dffeas \text_gen|char_ram~8383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y35_N21 +dffeas \text_gen|char_ram~8831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7935feeder ( +// Equation(s): +// \text_gen|char_ram~7935feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7935feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7935feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7935feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y16_N17 +dffeas \text_gen|char_ram~7935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7935feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X101_Y36_N31 +dffeas \text_gen|char_ram~7487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52299 ( +// Equation(s): +// \text_gen|char_ram~52299_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7935_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7487_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7935_q ), + .datac(\text_gen|char_ram~7487_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52299 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52300 ( +// Equation(s): +// \text_gen|char_ram~52300_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52299_combout & ((\text_gen|char_ram~8831_q ))) # (!\text_gen|char_ram~52299_combout & (\text_gen|char_ram~8383_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52299_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8383_q ), + .datac(\text_gen|char_ram~8831_q ), + .datad(\text_gen|char_ram~52299_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52300 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52308 ( +// Equation(s): +// \text_gen|char_ram~52308_combout = (\text_gen|char_ram~52305_combout & (((\text_gen|char_ram~52307_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~52305_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52300_combout )))) + + .dataa(\text_gen|char_ram~52305_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52307_combout ), + .datad(\text_gen|char_ram~52300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52308 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52319 ( +// Equation(s): +// \text_gen|char_ram~52319_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~52308_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~52318_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52318_combout ), + .datad(\text_gen|char_ram~52308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52319 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N9 +dffeas \text_gen|char_ram~22677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22229feeder ( +// Equation(s): +// \text_gen|char_ram~22229feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22229feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22229feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22229feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y22_N11 +dffeas \text_gen|char_ram~22229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22229feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y34_N15 +dffeas \text_gen|char_ram~21781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52296 ( +// Equation(s): +// \text_gen|char_ram~52296_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22229_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21781_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22229_q ), + .datac(\text_gen|char_ram~21781_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52296 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y34_N13 +dffeas \text_gen|char_ram~23125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52297 ( +// Equation(s): +// \text_gen|char_ram~52297_combout = (\text_gen|char_ram~52296_combout & (((\text_gen|char_ram~23125_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~52296_combout & (\text_gen|char_ram~22677_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~22677_q ), + .datab(\text_gen|char_ram~52296_combout ), + .datac(\text_gen|char_ram~23125_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52297 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15061feeder ( +// Equation(s): +// \text_gen|char_ram~15061feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15061feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15061feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15061feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N11 +dffeas \text_gen|char_ram~15061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15061feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y50_N19 +dffeas \text_gen|char_ram~15957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y50_N15 +dffeas \text_gen|char_ram~14613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y50_N1 +dffeas \text_gen|char_ram~15509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52289 ( +// Equation(s): +// \text_gen|char_ram~52289_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15509_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14613_q +// )))) + + .dataa(\text_gen|char_ram~14613_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15509_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52289 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~52289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52290 ( +// Equation(s): +// \text_gen|char_ram~52290_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52289_combout & ((\text_gen|char_ram~15957_q ))) # (!\text_gen|char_ram~52289_combout & (\text_gen|char_ram~15061_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52289_combout )))) + + .dataa(\text_gen|char_ram~15061_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15957_q ), + .datad(\text_gen|char_ram~52289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52290 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~725feeder ( +// Equation(s): +// \text_gen|char_ram~725feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y21_N17 +dffeas \text_gen|char_ram~725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y25_N31 +dffeas \text_gen|char_ram~1621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1173feeder ( +// Equation(s): +// \text_gen|char_ram~1173feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1173feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y50_N13 +dffeas \text_gen|char_ram~1173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y25_N17 +dffeas \text_gen|char_ram~277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52293 ( +// Equation(s): +// \text_gen|char_ram~52293_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1173_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~277_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1173_q ), + .datac(\text_gen|char_ram~277_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52293 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52294 ( +// Equation(s): +// \text_gen|char_ram~52294_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52293_combout & ((\text_gen|char_ram~1621_q ))) # (!\text_gen|char_ram~52293_combout & (\text_gen|char_ram~725_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52293_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~725_q ), + .datac(\text_gen|char_ram~1621_q ), + .datad(\text_gen|char_ram~52293_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52294 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8341feeder ( +// Equation(s): +// \text_gen|char_ram~8341feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8341feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y45_N17 +dffeas \text_gen|char_ram~8341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7893feeder ( +// Equation(s): +// \text_gen|char_ram~7893feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y26_N3 +dffeas \text_gen|char_ram~7893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X104_Y30_N29 +dffeas \text_gen|char_ram~7445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52291 ( +// Equation(s): +// \text_gen|char_ram~52291_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7893_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7445_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~7893_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7445_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52291 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y30_N23 +dffeas \text_gen|char_ram~8789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52292 ( +// Equation(s): +// \text_gen|char_ram~52292_combout = (\text_gen|char_ram~52291_combout & (((\text_gen|char_ram~8789_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~52291_combout & (\text_gen|char_ram~8341_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~8341_q ), + .datab(\text_gen|char_ram~52291_combout ), + .datac(\text_gen|char_ram~8789_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52292 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52295 ( +// Equation(s): +// \text_gen|char_ram~52295_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~52292_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~52294_combout )))) + + .dataa(\text_gen|char_ram~52294_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52295 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~52295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52298 ( +// Equation(s): +// \text_gen|char_ram~52298_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52295_combout & (\text_gen|char_ram~52297_combout )) # (!\text_gen|char_ram~52295_combout & ((\text_gen|char_ram~52290_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52295_combout )))) + + .dataa(\text_gen|char_ram~52297_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52290_combout ), + .datad(\text_gen|char_ram~52295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52298 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52330 ( +// Equation(s): +// \text_gen|char_ram~52330_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52319_combout & (\text_gen|char_ram~52329_combout )) # (!\text_gen|char_ram~52319_combout & ((\text_gen|char_ram~52298_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52319_combout )))) + + .dataa(\text_gen|char_ram~52329_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52319_combout ), + .datad(\text_gen|char_ram~52298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52330 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10175feeder ( +// Equation(s): +// \text_gen|char_ram~10175feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10175feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y45_N7 +dffeas \text_gen|char_ram~10175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y38_N19 +dffeas \text_gen|char_ram~10623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9727feeder ( +// Equation(s): +// \text_gen|char_ram~9727feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y16_N13 +dffeas \text_gen|char_ram~9727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N5 +dffeas \text_gen|char_ram~9279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52247 ( +// Equation(s): +// \text_gen|char_ram~52247_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~9727_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~9279_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9727_q ), + .datac(\text_gen|char_ram~9279_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52247 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52248 ( +// Equation(s): +// \text_gen|char_ram~52248_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52247_combout & ((\text_gen|char_ram~10623_q ))) # (!\text_gen|char_ram~52247_combout & (\text_gen|char_ram~10175_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52247_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10175_q ), + .datac(\text_gen|char_ram~10623_q ), + .datad(\text_gen|char_ram~52247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52248 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24511feeder ( +// Equation(s): +// \text_gen|char_ram~24511feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24511feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y46_N3 +dffeas \text_gen|char_ram~24511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y38_N9 +dffeas \text_gen|char_ram~24959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y38_N15 +dffeas \text_gen|char_ram~23615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24063feeder ( +// Equation(s): +// \text_gen|char_ram~24063feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24063feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24063feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24063feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y23_N15 +dffeas \text_gen|char_ram~24063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24063feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52254 ( +// Equation(s): +// \text_gen|char_ram~52254_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~24063_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23615_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23615_q ), + .datad(\text_gen|char_ram~24063_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52254 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52255 ( +// Equation(s): +// \text_gen|char_ram~52255_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52254_combout & ((\text_gen|char_ram~24959_q ))) # (!\text_gen|char_ram~52254_combout & (\text_gen|char_ram~24511_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52254_combout )))) + + .dataa(\text_gen|char_ram~24511_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24959_q ), + .datad(\text_gen|char_ram~52254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52255 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y50_N7 +dffeas \text_gen|char_ram~3007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N15 +dffeas \text_gen|char_ram~2111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52251 ( +// Equation(s): +// \text_gen|char_ram~52251_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~3007_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~2111_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~3007_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~2111_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52251 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~52251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y34_N11 +dffeas \text_gen|char_ram~3455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y16_N27 +dffeas \text_gen|char_ram~2559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52252 ( +// Equation(s): +// \text_gen|char_ram~52252_combout = (\text_gen|char_ram~52251_combout & ((\text_gen|char_ram~3455_q ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~52251_combout & (((\text_gen|char_ram~2559_q & \text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~52251_combout ), + .datab(\text_gen|char_ram~3455_q ), + .datac(\text_gen|char_ram~2559_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52252 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~52252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y16_N19 +dffeas \text_gen|char_ram~16895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y16_N29 +dffeas \text_gen|char_ram~17791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y38_N13 +dffeas \text_gen|char_ram~16447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17343feeder ( +// Equation(s): +// \text_gen|char_ram~17343feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17343feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17343feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17343feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y50_N29 +dffeas \text_gen|char_ram~17343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17343feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52249 ( +// Equation(s): +// \text_gen|char_ram~52249_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17343_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16447_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16447_q ), + .datad(\text_gen|char_ram~17343_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52249 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52250 ( +// Equation(s): +// \text_gen|char_ram~52250_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52249_combout & ((\text_gen|char_ram~17791_q ))) # (!\text_gen|char_ram~52249_combout & (\text_gen|char_ram~16895_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52249_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16895_q ), + .datac(\text_gen|char_ram~17791_q ), + .datad(\text_gen|char_ram~52249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52250 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52253 ( +// Equation(s): +// \text_gen|char_ram~52253_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~52250_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~52252_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52252_combout ), + .datad(\text_gen|char_ram~52250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52253 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52256 ( +// Equation(s): +// \text_gen|char_ram~52256_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52253_combout & ((\text_gen|char_ram~52255_combout ))) # (!\text_gen|char_ram~52253_combout & (\text_gen|char_ram~52248_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52253_combout )))) + + .dataa(\text_gen|char_ram~52248_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52255_combout ), + .datad(\text_gen|char_ram~52253_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52256 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10189feeder ( +// Equation(s): +// \text_gen|char_ram~10189feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10189feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y57_N29 +dffeas \text_gen|char_ram~10189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y23_N31 +dffeas \text_gen|char_ram~10637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y23_N29 +dffeas \text_gen|char_ram~9293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9741feeder ( +// Equation(s): +// \text_gen|char_ram~9741feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9741feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9741feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9741feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y12_N17 +dffeas \text_gen|char_ram~9741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9741feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52280 ( +// Equation(s): +// \text_gen|char_ram~52280_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9741_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9293_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9293_q ), + .datad(\text_gen|char_ram~9741_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52280 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52281 ( +// Equation(s): +// \text_gen|char_ram~52281_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52280_combout & ((\text_gen|char_ram~10637_q ))) # (!\text_gen|char_ram~52280_combout & (\text_gen|char_ram~10189_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52280_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10189_q ), + .datac(\text_gen|char_ram~10637_q ), + .datad(\text_gen|char_ram~52280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52281 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2573feeder ( +// Equation(s): +// \text_gen|char_ram~2573feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2573feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2573feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2573feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y11_N7 +dffeas \text_gen|char_ram~2573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2573feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y23_N11 +dffeas \text_gen|char_ram~3469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y43_N1 +dffeas \text_gen|char_ram~2125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y55_N29 +dffeas \text_gen|char_ram~3021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52282 ( +// Equation(s): +// \text_gen|char_ram~52282_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~3021_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~2125_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2125_q ), + .datad(\text_gen|char_ram~3021_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52282 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52283 ( +// Equation(s): +// \text_gen|char_ram~52283_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52282_combout & ((\text_gen|char_ram~3469_q ))) # (!\text_gen|char_ram~52282_combout & (\text_gen|char_ram~2573_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52282_combout )))) + + .dataa(\text_gen|char_ram~2573_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3469_q ), + .datad(\text_gen|char_ram~52282_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52283 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52284 ( +// Equation(s): +// \text_gen|char_ram~52284_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~52281_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~52283_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52281_combout ), + .datad(\text_gen|char_ram~52283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52284 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24525feeder ( +// Equation(s): +// \text_gen|char_ram~24525feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N13 +dffeas \text_gen|char_ram~24525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y27_N7 +dffeas \text_gen|char_ram~24973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24077feeder ( +// Equation(s): +// \text_gen|char_ram~24077feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24077feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y11_N1 +dffeas \text_gen|char_ram~24077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N15 +dffeas \text_gen|char_ram~23629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52285 ( +// Equation(s): +// \text_gen|char_ram~52285_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~24077_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~23629_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24077_q ), + .datad(\text_gen|char_ram~23629_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52285 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52286 ( +// Equation(s): +// \text_gen|char_ram~52286_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52285_combout & ((\text_gen|char_ram~24973_q ))) # (!\text_gen|char_ram~52285_combout & (\text_gen|char_ram~24525_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52285_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24525_q ), + .datac(\text_gen|char_ram~24973_q ), + .datad(\text_gen|char_ram~52285_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52286 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16909feeder ( +// Equation(s): +// \text_gen|char_ram~16909feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16909feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16909feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16909feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y11_N17 +dffeas \text_gen|char_ram~16909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16909feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y23_N17 +dffeas \text_gen|char_ram~17805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y22_N1 +dffeas \text_gen|char_ram~16461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y54_N29 +dffeas \text_gen|char_ram~17357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52278 ( +// Equation(s): +// \text_gen|char_ram~52278_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17357_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16461_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16461_q ), + .datad(\text_gen|char_ram~17357_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52278 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52279 ( +// Equation(s): +// \text_gen|char_ram~52279_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52278_combout & ((\text_gen|char_ram~17805_q ))) # (!\text_gen|char_ram~52278_combout & (\text_gen|char_ram~16909_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52278_combout )))) + + .dataa(\text_gen|char_ram~16909_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17805_q ), + .datad(\text_gen|char_ram~52278_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52279 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52287 ( +// Equation(s): +// \text_gen|char_ram~52287_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52284_combout & (\text_gen|char_ram~52286_combout )) # (!\text_gen|char_ram~52284_combout & ((\text_gen|char_ram~52279_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~52284_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52284_combout ), + .datac(\text_gen|char_ram~52286_combout ), + .datad(\text_gen|char_ram~52279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52287 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y22_N27 +dffeas \text_gen|char_ram~16405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y42_N23 +dffeas \text_gen|char_ram~17301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52257 ( +// Equation(s): +// \text_gen|char_ram~52257_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17301_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16405_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16405_q ), + .datad(\text_gen|char_ram~17301_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52257 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y22_N25 +dffeas \text_gen|char_ram~17749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y22_N5 +dffeas \text_gen|char_ram~16853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52258 ( +// Equation(s): +// \text_gen|char_ram~52258_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52257_combout & (\text_gen|char_ram~17749_q )) # (!\text_gen|char_ram~52257_combout & ((\text_gen|char_ram~16853_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~52257_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~52257_combout ), + .datac(\text_gen|char_ram~17749_q ), + .datad(\text_gen|char_ram~16853_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52258 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N15 +dffeas \text_gen|char_ram~24469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y30_N21 +dffeas \text_gen|char_ram~24917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y26_N31 +dffeas \text_gen|char_ram~24021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N29 +dffeas \text_gen|char_ram~23573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52264 ( +// Equation(s): +// \text_gen|char_ram~52264_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~24021_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23573_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~24021_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23573_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52264 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52265 ( +// Equation(s): +// \text_gen|char_ram~52265_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52264_combout & ((\text_gen|char_ram~24917_q ))) # (!\text_gen|char_ram~52264_combout & (\text_gen|char_ram~24469_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52264_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24469_q ), + .datac(\text_gen|char_ram~24917_q ), + .datad(\text_gen|char_ram~52264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52265 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y40_N19 +dffeas \text_gen|char_ram~10133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y40_N17 +dffeas \text_gen|char_ram~10581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y40_N29 +dffeas \text_gen|char_ram~9237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9685feeder ( +// Equation(s): +// \text_gen|char_ram~9685feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y29_N25 +dffeas \text_gen|char_ram~9685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52259 ( +// Equation(s): +// \text_gen|char_ram~52259_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9685_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9237_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9237_q ), + .datad(\text_gen|char_ram~9685_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52259 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52260 ( +// Equation(s): +// \text_gen|char_ram~52260_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52259_combout & ((\text_gen|char_ram~10581_q ))) # (!\text_gen|char_ram~52259_combout & (\text_gen|char_ram~10133_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52259_combout )))) + + .dataa(\text_gen|char_ram~10133_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10581_q ), + .datad(\text_gen|char_ram~52259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52260 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y52_N11 +dffeas \text_gen|char_ram~2965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y40_N31 +dffeas \text_gen|char_ram~2069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52261 ( +// Equation(s): +// \text_gen|char_ram~52261_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~2965_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~2069_q ))))) + + .dataa(\text_gen|char_ram~2965_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2069_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52261 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y20_N31 +dffeas \text_gen|char_ram~2517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y25_N13 +dffeas \text_gen|char_ram~3413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52262 ( +// Equation(s): +// \text_gen|char_ram~52262_combout = (\text_gen|char_ram~52261_combout & (((\text_gen|char_ram~3413_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~52261_combout & (\text_gen|char_ram~2517_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~52261_combout ), + .datab(\text_gen|char_ram~2517_q ), + .datac(\text_gen|char_ram~3413_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52262 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52263 ( +// Equation(s): +// \text_gen|char_ram~52263_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~52260_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~52262_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52260_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52263 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~52263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52266 ( +// Equation(s): +// \text_gen|char_ram~52266_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52263_combout & ((\text_gen|char_ram~52265_combout ))) # (!\text_gen|char_ram~52263_combout & (\text_gen|char_ram~52258_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52263_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52258_combout ), + .datac(\text_gen|char_ram~52265_combout ), + .datad(\text_gen|char_ram~52263_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52266 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y38_N11 +dffeas \text_gen|char_ram~23559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24007feeder ( +// Equation(s): +// \text_gen|char_ram~24007feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N15 +dffeas \text_gen|char_ram~24007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52274 ( +// Equation(s): +// \text_gen|char_ram~52274_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~24007_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23559_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23559_q ), + .datad(\text_gen|char_ram~24007_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52274 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y38_N29 +dffeas \text_gen|char_ram~24903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24455feeder ( +// Equation(s): +// \text_gen|char_ram~24455feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y46_N29 +dffeas \text_gen|char_ram~24455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52275 ( +// Equation(s): +// \text_gen|char_ram~52275_combout = (\text_gen|char_ram~52274_combout & (((\text_gen|char_ram~24903_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~52274_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24455_q )))) + + .dataa(\text_gen|char_ram~52274_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24903_q ), + .datad(\text_gen|char_ram~24455_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52275 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y36_N3 +dffeas \text_gen|char_ram~10567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10119feeder ( +// Equation(s): +// \text_gen|char_ram~10119feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10119feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y42_N17 +dffeas \text_gen|char_ram~10119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N31 +dffeas \text_gen|char_ram~9223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y21_N27 +dffeas \text_gen|char_ram~9671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52267 ( +// Equation(s): +// \text_gen|char_ram~52267_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~9671_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9223_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9223_q ), + .datad(\text_gen|char_ram~9671_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52267 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52268 ( +// Equation(s): +// \text_gen|char_ram~52268_combout = (\text_gen|char_ram~52267_combout & ((\text_gen|char_ram~10567_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~52267_combout & (((\text_gen|char_ram~10119_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~10567_q ), + .datab(\text_gen|char_ram~10119_q ), + .datac(\text_gen|char_ram~52267_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52268 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~52268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2951feeder ( +// Equation(s): +// \text_gen|char_ram~2951feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2951feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y50_N15 +dffeas \text_gen|char_ram~2951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y34_N29 +dffeas \text_gen|char_ram~2055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52271 ( +// Equation(s): +// \text_gen|char_ram~52271_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~2951_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~2055_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2951_q ), + .datac(\text_gen|char_ram~2055_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52271 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y34_N3 +dffeas \text_gen|char_ram~3399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y20_N25 +dffeas \text_gen|char_ram~2503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52272 ( +// Equation(s): +// \text_gen|char_ram~52272_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52271_combout & (\text_gen|char_ram~3399_q )) # (!\text_gen|char_ram~52271_combout & ((\text_gen|char_ram~2503_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~52271_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~52271_combout ), + .datac(\text_gen|char_ram~3399_q ), + .datad(\text_gen|char_ram~2503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52272 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y22_N31 +dffeas \text_gen|char_ram~16839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y23_N23 +dffeas \text_gen|char_ram~17735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y42_N29 +dffeas \text_gen|char_ram~16391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17287feeder ( +// Equation(s): +// \text_gen|char_ram~17287feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y49_N29 +dffeas \text_gen|char_ram~17287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52269 ( +// Equation(s): +// \text_gen|char_ram~52269_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17287_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16391_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16391_q ), + .datad(\text_gen|char_ram~17287_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52269 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52270 ( +// Equation(s): +// \text_gen|char_ram~52270_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52269_combout & ((\text_gen|char_ram~17735_q ))) # (!\text_gen|char_ram~52269_combout & (\text_gen|char_ram~16839_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52269_combout )))) + + .dataa(\text_gen|char_ram~16839_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17735_q ), + .datad(\text_gen|char_ram~52269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52270 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52273 ( +// Equation(s): +// \text_gen|char_ram~52273_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~52270_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~52272_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52272_combout ), + .datad(\text_gen|char_ram~52270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52273 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52276 ( +// Equation(s): +// \text_gen|char_ram~52276_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52273_combout & (\text_gen|char_ram~52275_combout )) # (!\text_gen|char_ram~52273_combout & ((\text_gen|char_ram~52268_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52273_combout )))) + + .dataa(\text_gen|char_ram~52275_combout ), + .datab(\text_gen|char_ram~52268_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52276 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~52276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52277 ( +// Equation(s): +// \text_gen|char_ram~52277_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~52266_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~52276_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52266_combout ), + .datad(\text_gen|char_ram~52276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52277 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52288 ( +// Equation(s): +// \text_gen|char_ram~52288_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52277_combout & ((\text_gen|char_ram~52287_combout ))) # (!\text_gen|char_ram~52277_combout & (\text_gen|char_ram~52256_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52277_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~52256_combout ), + .datac(\text_gen|char_ram~52287_combout ), + .datad(\text_gen|char_ram~52277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52288 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52331 ( +// Equation(s): +// \text_gen|char_ram~52331_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~52288_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~52330_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52330_combout ), + .datad(\text_gen|char_ram~52288_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52331 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y48_N15 +dffeas \text_gen|char_ram~19541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y21_N3 +dffeas \text_gen|char_ram~18645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y50_N1 +dffeas \text_gen|char_ram~18197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y58_N31 +dffeas \text_gen|char_ram~19093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52205 ( +// Equation(s): +// \text_gen|char_ram~52205_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19093_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18197_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18197_q ), + .datad(\text_gen|char_ram~19093_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52205 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52206 ( +// Equation(s): +// \text_gen|char_ram~52206_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52205_combout & (\text_gen|char_ram~19541_q )) # (!\text_gen|char_ram~52205_combout & ((\text_gen|char_ram~18645_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52205_combout )))) + + .dataa(\text_gen|char_ram~19541_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18645_q ), + .datad(\text_gen|char_ram~52205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52206 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N27 +dffeas \text_gen|char_ram~26261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y32_N25 +dffeas \text_gen|char_ram~26709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25813feeder ( +// Equation(s): +// \text_gen|char_ram~25813feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y22_N17 +dffeas \text_gen|char_ram~25813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y32_N11 +dffeas \text_gen|char_ram~25365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52212 ( +// Equation(s): +// \text_gen|char_ram~52212_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25813_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25365_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25813_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25365_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52212 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52213 ( +// Equation(s): +// \text_gen|char_ram~52213_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52212_combout & ((\text_gen|char_ram~26709_q ))) # (!\text_gen|char_ram~52212_combout & (\text_gen|char_ram~26261_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52212_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26261_q ), + .datac(\text_gen|char_ram~26709_q ), + .datad(\text_gen|char_ram~52212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52213 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y23_N3 +dffeas \text_gen|char_ram~4309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y27_N1 +dffeas \text_gen|char_ram~5205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y44_N1 +dffeas \text_gen|char_ram~3861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y55_N13 +dffeas \text_gen|char_ram~4757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52209 ( +// Equation(s): +// \text_gen|char_ram~52209_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~4757_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3861_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3861_q ), + .datad(\text_gen|char_ram~4757_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52209 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52210 ( +// Equation(s): +// \text_gen|char_ram~52210_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52209_combout & ((\text_gen|char_ram~5205_q ))) # (!\text_gen|char_ram~52209_combout & (\text_gen|char_ram~4309_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52209_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4309_q ), + .datac(\text_gen|char_ram~5205_q ), + .datad(\text_gen|char_ram~52209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52210 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11925feeder ( +// Equation(s): +// \text_gen|char_ram~11925feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y37_N27 +dffeas \text_gen|char_ram~11925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X101_Y31_N5 +dffeas \text_gen|char_ram~12373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X101_Y31_N19 +dffeas \text_gen|char_ram~11029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11477feeder ( +// Equation(s): +// \text_gen|char_ram~11477feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11477feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11477feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11477feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y20_N5 +dffeas \text_gen|char_ram~11477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11477feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52207 ( +// Equation(s): +// \text_gen|char_ram~52207_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~11477_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~11029_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11029_q ), + .datad(\text_gen|char_ram~11477_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52207 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52208 ( +// Equation(s): +// \text_gen|char_ram~52208_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52207_combout & ((\text_gen|char_ram~12373_q ))) # (!\text_gen|char_ram~52207_combout & (\text_gen|char_ram~11925_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52207_combout )))) + + .dataa(\text_gen|char_ram~11925_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12373_q ), + .datad(\text_gen|char_ram~52207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52208 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52211 ( +// Equation(s): +// \text_gen|char_ram~52211_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~52208_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~52210_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52210_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52211 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~52211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52214 ( +// Equation(s): +// \text_gen|char_ram~52214_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52211_combout & ((\text_gen|char_ram~52213_combout ))) # (!\text_gen|char_ram~52211_combout & (\text_gen|char_ram~52206_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52211_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52206_combout ), + .datac(\text_gen|char_ram~52213_combout ), + .datad(\text_gen|char_ram~52211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52214 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y51_N5 +dffeas \text_gen|char_ram~26303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y39_N15 +dffeas \text_gen|char_ram~26751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y39_N29 +dffeas \text_gen|char_ram~25407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y13_N27 +dffeas \text_gen|char_ram~25855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52222 ( +// Equation(s): +// \text_gen|char_ram~52222_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25855_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25407_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25407_q ), + .datad(\text_gen|char_ram~25855_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52222 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52223 ( +// Equation(s): +// \text_gen|char_ram~52223_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52222_combout & ((\text_gen|char_ram~26751_q ))) # (!\text_gen|char_ram~52222_combout & (\text_gen|char_ram~26303_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52222_combout )))) + + .dataa(\text_gen|char_ram~26303_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26751_q ), + .datad(\text_gen|char_ram~52222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52223 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11519feeder ( +// Equation(s): +// \text_gen|char_ram~11519feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11519feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y13_N3 +dffeas \text_gen|char_ram~11519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y39_N5 +dffeas \text_gen|char_ram~11071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52215 ( +// Equation(s): +// \text_gen|char_ram~52215_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11519_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~11071_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~11519_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11071_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52215 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N25 +dffeas \text_gen|char_ram~12415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11967feeder ( +// Equation(s): +// \text_gen|char_ram~11967feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11967feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11967feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11967feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y55_N7 +dffeas \text_gen|char_ram~11967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11967feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52216 ( +// Equation(s): +// \text_gen|char_ram~52216_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52215_combout & (\text_gen|char_ram~12415_q )) # (!\text_gen|char_ram~52215_combout & ((\text_gen|char_ram~11967_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~52215_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~52215_combout ), + .datac(\text_gen|char_ram~12415_q ), + .datad(\text_gen|char_ram~11967_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52216 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4351feeder ( +// Equation(s): +// \text_gen|char_ram~4351feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4351feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y13_N17 +dffeas \text_gen|char_ram~4351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5247feeder ( +// Equation(s): +// \text_gen|char_ram~5247feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5247feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N17 +dffeas \text_gen|char_ram~5247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y45_N19 +dffeas \text_gen|char_ram~3903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3903 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y45_N13 +dffeas \text_gen|char_ram~4799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52219 ( +// Equation(s): +// \text_gen|char_ram~52219_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4799_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3903_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3903_q ), + .datad(\text_gen|char_ram~4799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52219 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52220 ( +// Equation(s): +// \text_gen|char_ram~52220_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52219_combout & ((\text_gen|char_ram~5247_q ))) # (!\text_gen|char_ram~52219_combout & (\text_gen|char_ram~4351_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52219_combout )))) + + .dataa(\text_gen|char_ram~4351_q ), + .datab(\text_gen|char_ram~5247_q ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~52219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52220 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~52220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18687feeder ( +// Equation(s): +// \text_gen|char_ram~18687feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18687feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y17_N13 +dffeas \text_gen|char_ram~18687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y35_N13 +dffeas \text_gen|char_ram~19583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y51_N17 +dffeas \text_gen|char_ram~19135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y51_N27 +dffeas \text_gen|char_ram~18239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52217 ( +// Equation(s): +// \text_gen|char_ram~52217_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19135_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18239_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19135_q ), + .datac(\text_gen|char_ram~18239_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52217 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52218 ( +// Equation(s): +// \text_gen|char_ram~52218_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52217_combout & ((\text_gen|char_ram~19583_q ))) # (!\text_gen|char_ram~52217_combout & (\text_gen|char_ram~18687_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52217_combout )))) + + .dataa(\text_gen|char_ram~18687_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19583_q ), + .datad(\text_gen|char_ram~52217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52218 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52221 ( +// Equation(s): +// \text_gen|char_ram~52221_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~52218_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~52220_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~52220_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~52218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52221 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~52221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52224 ( +// Equation(s): +// \text_gen|char_ram~52224_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52221_combout & (\text_gen|char_ram~52223_combout )) # (!\text_gen|char_ram~52221_combout & ((\text_gen|char_ram~52216_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52221_combout )))) + + .dataa(\text_gen|char_ram~52223_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52216_combout ), + .datad(\text_gen|char_ram~52221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52224 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11911feeder ( +// Equation(s): +// \text_gen|char_ram~11911feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11911feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11911feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11911feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y55_N21 +dffeas \text_gen|char_ram~11911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11911feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y35_N29 +dffeas \text_gen|char_ram~12359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11463feeder ( +// Equation(s): +// \text_gen|char_ram~11463feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11463feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11463feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11463feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y27_N25 +dffeas \text_gen|char_ram~11463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11463feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y39_N31 +dffeas \text_gen|char_ram~11015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52225 ( +// Equation(s): +// \text_gen|char_ram~52225_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11463_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~11015_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~11463_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11015_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52225 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52226 ( +// Equation(s): +// \text_gen|char_ram~52226_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52225_combout & ((\text_gen|char_ram~12359_q ))) # (!\text_gen|char_ram~52225_combout & (\text_gen|char_ram~11911_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52225_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~11911_q ), + .datac(\text_gen|char_ram~12359_q ), + .datad(\text_gen|char_ram~52225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52226 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y35_N1 +dffeas \text_gen|char_ram~25351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25799feeder ( +// Equation(s): +// \text_gen|char_ram~25799feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N17 +dffeas \text_gen|char_ram~25799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52232 ( +// Equation(s): +// \text_gen|char_ram~52232_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25799_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25351_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25351_q ), + .datad(\text_gen|char_ram~25799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52232 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y35_N11 +dffeas \text_gen|char_ram~26695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26247feeder ( +// Equation(s): +// \text_gen|char_ram~26247feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26247feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y59_N31 +dffeas \text_gen|char_ram~26247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52233 ( +// Equation(s): +// \text_gen|char_ram~52233_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52232_combout & (\text_gen|char_ram~26695_q )) # (!\text_gen|char_ram~52232_combout & ((\text_gen|char_ram~26247_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~52232_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~52232_combout ), + .datac(\text_gen|char_ram~26695_q ), + .datad(\text_gen|char_ram~26247_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52233 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y24_N11 +dffeas \text_gen|char_ram~4295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5191feeder ( +// Equation(s): +// \text_gen|char_ram~5191feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y43_N11 +dffeas \text_gen|char_ram~5191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4743feeder ( +// Equation(s): +// \text_gen|char_ram~4743feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4743feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4743feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4743feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y47_N7 +dffeas \text_gen|char_ram~4743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4743feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y43_N15 +dffeas \text_gen|char_ram~3847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52229 ( +// Equation(s): +// \text_gen|char_ram~52229_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4743_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3847_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4743_q ), + .datac(\text_gen|char_ram~3847_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52229 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52230 ( +// Equation(s): +// \text_gen|char_ram~52230_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52229_combout & ((\text_gen|char_ram~5191_q ))) # (!\text_gen|char_ram~52229_combout & (\text_gen|char_ram~4295_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52229_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4295_q ), + .datac(\text_gen|char_ram~5191_q ), + .datad(\text_gen|char_ram~52229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52230 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18631feeder ( +// Equation(s): +// \text_gen|char_ram~18631feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18631feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18631feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18631feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y17_N7 +dffeas \text_gen|char_ram~18631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18631feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N7 +dffeas \text_gen|char_ram~19527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y43_N7 +dffeas \text_gen|char_ram~18183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19079feeder ( +// Equation(s): +// \text_gen|char_ram~19079feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y47_N1 +dffeas \text_gen|char_ram~19079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52227 ( +// Equation(s): +// \text_gen|char_ram~52227_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~19079_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18183_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18183_q ), + .datad(\text_gen|char_ram~19079_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52227 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52228 ( +// Equation(s): +// \text_gen|char_ram~52228_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52227_combout & ((\text_gen|char_ram~19527_q ))) # (!\text_gen|char_ram~52227_combout & (\text_gen|char_ram~18631_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52227_combout )))) + + .dataa(\text_gen|char_ram~18631_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19527_q ), + .datad(\text_gen|char_ram~52227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52228 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52231 ( +// Equation(s): +// \text_gen|char_ram~52231_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~52228_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~52230_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52230_combout ), + .datad(\text_gen|char_ram~52228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52231 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52234 ( +// Equation(s): +// \text_gen|char_ram~52234_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52231_combout & ((\text_gen|char_ram~52233_combout ))) # (!\text_gen|char_ram~52231_combout & (\text_gen|char_ram~52226_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52231_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~52226_combout ), + .datac(\text_gen|char_ram~52233_combout ), + .datad(\text_gen|char_ram~52231_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52234 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52235 ( +// Equation(s): +// \text_gen|char_ram~52235_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~52224_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~52234_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52224_combout ), + .datad(\text_gen|char_ram~52234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52235 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18701feeder ( +// Equation(s): +// \text_gen|char_ram~18701feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18701feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18701feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18701feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N19 +dffeas \text_gen|char_ram~18701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18701feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y31_N9 +dffeas \text_gen|char_ram~19597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y64_N19 +dffeas \text_gen|char_ram~19149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y64_N13 +dffeas \text_gen|char_ram~18253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y64_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52236 ( +// Equation(s): +// \text_gen|char_ram~52236_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19149_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18253_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19149_q ), + .datac(\text_gen|char_ram~18253_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52236 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52237 ( +// Equation(s): +// \text_gen|char_ram~52237_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52236_combout & ((\text_gen|char_ram~19597_q ))) # (!\text_gen|char_ram~52236_combout & (\text_gen|char_ram~18701_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52236_combout )))) + + .dataa(\text_gen|char_ram~18701_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19597_q ), + .datad(\text_gen|char_ram~52236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52237 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26317feeder ( +// Equation(s): +// \text_gen|char_ram~26317feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y58_N27 +dffeas \text_gen|char_ram~26317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y27_N1 +dffeas \text_gen|char_ram~25421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y11_N21 +dffeas \text_gen|char_ram~25869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52243 ( +// Equation(s): +// \text_gen|char_ram~52243_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25869_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25421_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25421_q ), + .datad(\text_gen|char_ram~25869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52243 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y27_N11 +dffeas \text_gen|char_ram~26765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52244 ( +// Equation(s): +// \text_gen|char_ram~52244_combout = (\text_gen|char_ram~52243_combout & (((\text_gen|char_ram~26765_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~52243_combout & (\text_gen|char_ram~26317_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~26317_q ), + .datab(\text_gen|char_ram~52243_combout ), + .datac(\text_gen|char_ram~26765_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52244 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y28_N17 +dffeas \text_gen|char_ram~12429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y35_N21 +dffeas \text_gen|char_ram~11533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11085feeder ( +// Equation(s): +// \text_gen|char_ram~11085feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y35_N19 +dffeas \text_gen|char_ram~11085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52238 ( +// Equation(s): +// \text_gen|char_ram~52238_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~11533_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~11085_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11533_q ), + .datad(\text_gen|char_ram~11085_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52238 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11981feeder ( +// Equation(s): +// \text_gen|char_ram~11981feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11981feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11981feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11981feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y54_N5 +dffeas \text_gen|char_ram~11981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11981feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52239 ( +// Equation(s): +// \text_gen|char_ram~52239_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52238_combout & (\text_gen|char_ram~12429_q )) # (!\text_gen|char_ram~52238_combout & ((\text_gen|char_ram~11981_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52238_combout )))) + + .dataa(\text_gen|char_ram~12429_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~52238_combout ), + .datad(\text_gen|char_ram~11981_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52239 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4365feeder ( +// Equation(s): +// \text_gen|char_ram~4365feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4365feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4365feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4365feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y23_N9 +dffeas \text_gen|char_ram~4365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4365feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y27_N3 +dffeas \text_gen|char_ram~5261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4813feeder ( +// Equation(s): +// \text_gen|char_ram~4813feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y51_N21 +dffeas \text_gen|char_ram~4813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y27_N29 +dffeas \text_gen|char_ram~3917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52240 ( +// Equation(s): +// \text_gen|char_ram~52240_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~4813_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~3917_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~4813_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3917_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52240 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52241 ( +// Equation(s): +// \text_gen|char_ram~52241_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52240_combout & ((\text_gen|char_ram~5261_q ))) # (!\text_gen|char_ram~52240_combout & (\text_gen|char_ram~4365_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52240_combout )))) + + .dataa(\text_gen|char_ram~4365_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5261_q ), + .datad(\text_gen|char_ram~52240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52241 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52242 ( +// Equation(s): +// \text_gen|char_ram~52242_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~52239_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~52241_combout ))))) + + .dataa(\text_gen|char_ram~52239_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52241_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52242 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52245 ( +// Equation(s): +// \text_gen|char_ram~52245_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52242_combout & ((\text_gen|char_ram~52244_combout ))) # (!\text_gen|char_ram~52242_combout & (\text_gen|char_ram~52237_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52242_combout )))) + + .dataa(\text_gen|char_ram~52237_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52244_combout ), + .datad(\text_gen|char_ram~52242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52245 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52246 ( +// Equation(s): +// \text_gen|char_ram~52246_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52235_combout & ((\text_gen|char_ram~52245_combout ))) # (!\text_gen|char_ram~52235_combout & (\text_gen|char_ram~52214_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52235_combout )))) + + .dataa(\text_gen|char_ram~52214_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52235_combout ), + .datad(\text_gen|char_ram~52245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52246 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~52246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52374 ( +// Equation(s): +// \text_gen|char_ram~52374_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52331_combout & (\text_gen|char_ram~52373_combout )) # (!\text_gen|char_ram~52331_combout & ((\text_gen|char_ram~52246_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52331_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52373_combout ), + .datac(\text_gen|char_ram~52331_combout ), + .datad(\text_gen|char_ram~52246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52374 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~52374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52545 ( +// Equation(s): +// \text_gen|char_ram~52545_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~52374_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~52544_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~52544_combout ), + .datad(\text_gen|char_ram~52374_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52545 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y38_N7 +dffeas \text_gen|char_ram~23727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y41_N31 +dffeas \text_gen|char_ram~27311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y38_N3 +dffeas \text_gen|char_ram~23671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y45_N29 +dffeas \text_gen|char_ram~27255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52637 ( +// Equation(s): +// \text_gen|char_ram~52637_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~27255_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23671_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23671_q ), + .datad(\text_gen|char_ram~27255_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52637 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52638 ( +// Equation(s): +// \text_gen|char_ram~52638_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52637_combout & ((\text_gen|char_ram~27311_q ))) # (!\text_gen|char_ram~52637_combout & (\text_gen|char_ram~23727_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52637_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23727_q ), + .datac(\text_gen|char_ram~27311_q ), + .datad(\text_gen|char_ram~52637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52638 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16559feeder ( +// Equation(s): +// \text_gen|char_ram~16559feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16559feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y38_N19 +dffeas \text_gen|char_ram~16559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y38_N5 +dffeas \text_gen|char_ram~20143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y39_N15 +dffeas \text_gen|char_ram~20087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y38_N15 +dffeas \text_gen|char_ram~16503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52630 ( +// Equation(s): +// \text_gen|char_ram~52630_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20087_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16503_q ))))) + + .dataa(\text_gen|char_ram~20087_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16503_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52630 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52631 ( +// Equation(s): +// \text_gen|char_ram~52631_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52630_combout & ((\text_gen|char_ram~20143_q ))) # (!\text_gen|char_ram~52630_combout & (\text_gen|char_ram~16559_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52630_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~16559_q ), + .datac(\text_gen|char_ram~20143_q ), + .datad(\text_gen|char_ram~52630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52631 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14767feeder ( +// Equation(s): +// \text_gen|char_ram~14767feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y46_N1 +dffeas \text_gen|char_ram~14767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y51_N15 +dffeas \text_gen|char_ram~18351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y50_N27 +dffeas \text_gen|char_ram~18295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y53_N11 +dffeas \text_gen|char_ram~14711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52634 ( +// Equation(s): +// \text_gen|char_ram~52634_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18295_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~14711_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~18295_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14711_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52634 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52635 ( +// Equation(s): +// \text_gen|char_ram~52635_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52634_combout & ((\text_gen|char_ram~18351_q ))) # (!\text_gen|char_ram~52634_combout & (\text_gen|char_ram~14767_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52634_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14767_q ), + .datac(\text_gen|char_ram~18351_q ), + .datad(\text_gen|char_ram~52634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52635 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y33_N3 +dffeas \text_gen|char_ram~21879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y35_N3 +dffeas \text_gen|char_ram~25463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52632 ( +// Equation(s): +// \text_gen|char_ram~52632_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~25463_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~21879_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21879_q ), + .datad(\text_gen|char_ram~25463_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52632 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y35_N21 +dffeas \text_gen|char_ram~25519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21935feeder ( +// Equation(s): +// \text_gen|char_ram~21935feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21935feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21935feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21935feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y35_N27 +dffeas \text_gen|char_ram~21935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21935feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52633 ( +// Equation(s): +// \text_gen|char_ram~52633_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52632_combout & (\text_gen|char_ram~25519_q )) # (!\text_gen|char_ram~52632_combout & ((\text_gen|char_ram~21935_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~52632_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~52632_combout ), + .datac(\text_gen|char_ram~25519_q ), + .datad(\text_gen|char_ram~21935_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52633 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52636 ( +// Equation(s): +// \text_gen|char_ram~52636_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~52633_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~52635_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~52635_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~52633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52636 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~52636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52639 ( +// Equation(s): +// \text_gen|char_ram~52639_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52636_combout & (\text_gen|char_ram~52638_combout )) # (!\text_gen|char_ram~52636_combout & ((\text_gen|char_ram~52631_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52636_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52638_combout ), + .datac(\text_gen|char_ram~52631_combout ), + .datad(\text_gen|char_ram~52636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52639 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25533feeder ( +// Equation(s): +// \text_gen|char_ram~25533feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y48_N11 +dffeas \text_gen|char_ram~25533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N23 +dffeas \text_gen|char_ram~27325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y44_N27 +dffeas \text_gen|char_ram~27269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y51_N25 +dffeas \text_gen|char_ram~25477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52668 ( +// Equation(s): +// \text_gen|char_ram~52668_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~27269_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~25477_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~27269_q ), + .datac(\text_gen|char_ram~25477_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52668 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52669 ( +// Equation(s): +// \text_gen|char_ram~52669_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52668_combout & ((\text_gen|char_ram~27325_q ))) # (!\text_gen|char_ram~52668_combout & (\text_gen|char_ram~25533_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52668_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25533_q ), + .datac(\text_gen|char_ram~27325_q ), + .datad(\text_gen|char_ram~52668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52669 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18365feeder ( +// Equation(s): +// \text_gen|char_ram~18365feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18365feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18365feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18365feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y48_N17 +dffeas \text_gen|char_ram~18365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18365feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y44_N25 +dffeas \text_gen|char_ram~20157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20101feeder ( +// Equation(s): +// \text_gen|char_ram~20101feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y43_N17 +dffeas \text_gen|char_ram~20101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y46_N15 +dffeas \text_gen|char_ram~18309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52661 ( +// Equation(s): +// \text_gen|char_ram~52661_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20101_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~18309_q ))))) + + .dataa(\text_gen|char_ram~20101_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18309_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52661 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52662 ( +// Equation(s): +// \text_gen|char_ram~52662_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52661_combout & ((\text_gen|char_ram~20157_q ))) # (!\text_gen|char_ram~52661_combout & (\text_gen|char_ram~18365_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52661_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18365_q ), + .datac(\text_gen|char_ram~20157_q ), + .datad(\text_gen|char_ram~52661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52662 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y43_N25 +dffeas \text_gen|char_ram~21893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y38_N1 +dffeas \text_gen|char_ram~23685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52663 ( +// Equation(s): +// \text_gen|char_ram~52663_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~23685_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~21893_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21893_q ), + .datad(\text_gen|char_ram~23685_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52663 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y38_N1 +dffeas \text_gen|char_ram~23741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y38_N21 +dffeas \text_gen|char_ram~21949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52664 ( +// Equation(s): +// \text_gen|char_ram~52664_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52663_combout & (\text_gen|char_ram~23741_q )) # (!\text_gen|char_ram~52663_combout & ((\text_gen|char_ram~21949_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~52663_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~52663_combout ), + .datac(\text_gen|char_ram~23741_q ), + .datad(\text_gen|char_ram~21949_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52664 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y42_N13 +dffeas \text_gen|char_ram~14781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N23 +dffeas \text_gen|char_ram~16573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y22_N27 +dffeas \text_gen|char_ram~16517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y42_N7 +dffeas \text_gen|char_ram~14725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52665 ( +// Equation(s): +// \text_gen|char_ram~52665_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16517_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~14725_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~16517_q ), + .datac(\text_gen|char_ram~14725_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52665 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52666 ( +// Equation(s): +// \text_gen|char_ram~52666_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52665_combout & ((\text_gen|char_ram~16573_q ))) # (!\text_gen|char_ram~52665_combout & (\text_gen|char_ram~14781_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52665_combout )))) + + .dataa(\text_gen|char_ram~14781_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16573_q ), + .datad(\text_gen|char_ram~52665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52666 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52667 ( +// Equation(s): +// \text_gen|char_ram~52667_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~52664_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~52666_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52664_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52667 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~52667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52670 ( +// Equation(s): +// \text_gen|char_ram~52670_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52667_combout & (\text_gen|char_ram~52669_combout )) # (!\text_gen|char_ram~52667_combout & ((\text_gen|char_ram~52662_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52667_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52669_combout ), + .datac(\text_gen|char_ram~52662_combout ), + .datad(\text_gen|char_ram~52667_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52670 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y51_N23 +dffeas \text_gen|char_ram~11197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N27 +dffeas \text_gen|char_ram~12933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y51_N31 +dffeas \text_gen|char_ram~11141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52647 ( +// Equation(s): +// \text_gen|char_ram~52647_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~12933_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11141_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~12933_q ), + .datac(\text_gen|char_ram~11141_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52647 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12989feeder ( +// Equation(s): +// \text_gen|char_ram~12989feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y48_N19 +dffeas \text_gen|char_ram~12989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52648 ( +// Equation(s): +// \text_gen|char_ram~52648_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52647_combout & ((\text_gen|char_ram~12989_q ))) # (!\text_gen|char_ram~52647_combout & (\text_gen|char_ram~11197_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52647_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11197_q ), + .datac(\text_gen|char_ram~52647_combout ), + .datad(\text_gen|char_ram~12989_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52648 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~52648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y42_N21 +dffeas \text_gen|char_ram~445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y42_N27 +dffeas \text_gen|char_ram~2237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y40_N27 +dffeas \text_gen|char_ram~2181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y42_N27 +dffeas \text_gen|char_ram~389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52644 ( +// Equation(s): +// \text_gen|char_ram~52644_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2181_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~389_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2181_q ), + .datac(\text_gen|char_ram~389_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52644 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52645 ( +// Equation(s): +// \text_gen|char_ram~52645_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52644_combout & ((\text_gen|char_ram~2237_q ))) # (!\text_gen|char_ram~52644_combout & (\text_gen|char_ram~445_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~52644_combout +// )))) + + .dataa(\text_gen|char_ram~445_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2237_q ), + .datad(\text_gen|char_ram~52644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52645 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y49_N23 +dffeas \text_gen|char_ram~7613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y49_N9 +dffeas \text_gen|char_ram~9405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y50_N5 +dffeas \text_gen|char_ram~7557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9349feeder ( +// Equation(s): +// \text_gen|char_ram~9349feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y44_N19 +dffeas \text_gen|char_ram~9349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52642 ( +// Equation(s): +// \text_gen|char_ram~52642_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~9349_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7557_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7557_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~9349_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52642 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~52642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52643 ( +// Equation(s): +// \text_gen|char_ram~52643_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52642_combout & ((\text_gen|char_ram~9405_q ))) # (!\text_gen|char_ram~52642_combout & (\text_gen|char_ram~7613_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52642_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7613_q ), + .datac(\text_gen|char_ram~9405_q ), + .datad(\text_gen|char_ram~52642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52643 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52646 ( +// Equation(s): +// \text_gen|char_ram~52646_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~52643_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~52645_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52645_combout ), + .datad(\text_gen|char_ram~52643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52646 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4029feeder ( +// Equation(s): +// \text_gen|char_ram~4029feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4029feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y51_N15 +dffeas \text_gen|char_ram~4029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y47_N17 +dffeas \text_gen|char_ram~5821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y44_N25 +dffeas \text_gen|char_ram~5765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y55_N27 +dffeas \text_gen|char_ram~3973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52640 ( +// Equation(s): +// \text_gen|char_ram~52640_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~5765_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~3973_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5765_q ), + .datad(\text_gen|char_ram~3973_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52640 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52641 ( +// Equation(s): +// \text_gen|char_ram~52641_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52640_combout & ((\text_gen|char_ram~5821_q ))) # (!\text_gen|char_ram~52640_combout & (\text_gen|char_ram~4029_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52640_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4029_q ), + .datac(\text_gen|char_ram~5821_q ), + .datad(\text_gen|char_ram~52640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52641 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52649 ( +// Equation(s): +// \text_gen|char_ram~52649_combout = (\text_gen|char_ram~52646_combout & ((\text_gen|char_ram~52648_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~52646_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~52641_combout )))) + + .dataa(\text_gen|char_ram~52648_combout ), + .datab(\text_gen|char_ram~52646_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52649 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~52649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2223feeder ( +// Equation(s): +// \text_gen|char_ram~2223feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2223feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y38_N1 +dffeas \text_gen|char_ram~2223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y41_N15 +dffeas \text_gen|char_ram~5807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5751feeder ( +// Equation(s): +// \text_gen|char_ram~5751feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5751feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y40_N23 +dffeas \text_gen|char_ram~5751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y40_N7 +dffeas \text_gen|char_ram~2167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52650 ( +// Equation(s): +// \text_gen|char_ram~52650_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5751_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~2167_q ))))) + + .dataa(\text_gen|char_ram~5751_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2167_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52650 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52651 ( +// Equation(s): +// \text_gen|char_ram~52651_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52650_combout & ((\text_gen|char_ram~5807_q ))) # (!\text_gen|char_ram~52650_combout & (\text_gen|char_ram~2223_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52650_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2223_q ), + .datac(\text_gen|char_ram~5807_q ), + .datad(\text_gen|char_ram~52650_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52651 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9391feeder ( +// Equation(s): +// \text_gen|char_ram~9391feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N31 +dffeas \text_gen|char_ram~9391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y43_N29 +dffeas \text_gen|char_ram~12975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y39_N19 +dffeas \text_gen|char_ram~9335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y47_N21 +dffeas \text_gen|char_ram~12919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52657 ( +// Equation(s): +// \text_gen|char_ram~52657_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~12919_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~9335_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~9335_q ), + .datad(\text_gen|char_ram~12919_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52657 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52658 ( +// Equation(s): +// \text_gen|char_ram~52658_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52657_combout & ((\text_gen|char_ram~12975_q ))) # (!\text_gen|char_ram~52657_combout & (\text_gen|char_ram~9391_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52657_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9391_q ), + .datac(\text_gen|char_ram~12975_q ), + .datad(\text_gen|char_ram~52657_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52658 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7599feeder ( +// Equation(s): +// \text_gen|char_ram~7599feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [4]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7599feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y43_N9 +dffeas \text_gen|char_ram~7599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y43_N13 +dffeas \text_gen|char_ram~11183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y47_N15 +dffeas \text_gen|char_ram~7543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11127feeder ( +// Equation(s): +// \text_gen|char_ram~11127feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11127feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11127feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11127feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y47_N5 +dffeas \text_gen|char_ram~11127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11127feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52652 ( +// Equation(s): +// \text_gen|char_ram~52652_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~11127_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7543_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7543_q ), + .datad(\text_gen|char_ram~11127_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52652 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52653 ( +// Equation(s): +// \text_gen|char_ram~52653_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52652_combout & ((\text_gen|char_ram~11183_q ))) # (!\text_gen|char_ram~52652_combout & (\text_gen|char_ram~7599_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52652_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7599_q ), + .datac(\text_gen|char_ram~11183_q ), + .datad(\text_gen|char_ram~52652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52653 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y45_N13 +dffeas \text_gen|char_ram~4015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y49_N13 +dffeas \text_gen|char_ram~375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3959feeder ( +// Equation(s): +// \text_gen|char_ram~3959feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y50_N15 +dffeas \text_gen|char_ram~3959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52654 ( +// Equation(s): +// \text_gen|char_ram~52654_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3959_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~375_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~375_q ), + .datad(\text_gen|char_ram~3959_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52654 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y45_N27 +dffeas \text_gen|char_ram~431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52655 ( +// Equation(s): +// \text_gen|char_ram~52655_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52654_combout & (\text_gen|char_ram~4015_q )) # (!\text_gen|char_ram~52654_combout & ((\text_gen|char_ram~431_q ))))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~52654_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4015_q ), + .datac(\text_gen|char_ram~52654_combout ), + .datad(\text_gen|char_ram~431_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52655 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~52655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52656 ( +// Equation(s): +// \text_gen|char_ram~52656_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~52653_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~52655_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52653_combout ), + .datad(\text_gen|char_ram~52655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52656 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52659 ( +// Equation(s): +// \text_gen|char_ram~52659_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52656_combout & ((\text_gen|char_ram~52658_combout ))) # (!\text_gen|char_ram~52656_combout & (\text_gen|char_ram~52651_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52656_combout )))) + + .dataa(\text_gen|char_ram~52651_combout ), + .datab(\text_gen|char_ram~52658_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~52656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52659 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~52659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52660 ( +// Equation(s): +// \text_gen|char_ram~52660_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52649_combout ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~52659_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~52649_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~52659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52660 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~52660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52671 ( +// Equation(s): +// \text_gen|char_ram~52671_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52660_combout & ((\text_gen|char_ram~52670_combout ))) # (!\text_gen|char_ram~52660_combout & (\text_gen|char_ram~52639_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52660_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52639_combout ), + .datac(\text_gen|char_ram~52670_combout ), + .datad(\text_gen|char_ram~52660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52671 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24581feeder ( +// Equation(s): +// \text_gen|char_ram~24581feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24581feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y54_N27 +dffeas \text_gen|char_ram~24581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y58_N17 +dffeas \text_gen|char_ram~24637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y54_N25 +dffeas \text_gen|char_ram~17469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y54_N3 +dffeas \text_gen|char_ram~17413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52619 ( +// Equation(s): +// \text_gen|char_ram~52619_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~17469_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~17413_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17469_q ), + .datac(\text_gen|char_ram~17413_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52619 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52620 ( +// Equation(s): +// \text_gen|char_ram~52620_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52619_combout & ((\text_gen|char_ram~24637_q ))) # (!\text_gen|char_ram~52619_combout & (\text_gen|char_ram~24581_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52619_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24581_q ), + .datac(\text_gen|char_ram~24637_q ), + .datad(\text_gen|char_ram~52619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52620 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22789feeder ( +// Equation(s): +// \text_gen|char_ram~22789feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y62_N29 +dffeas \text_gen|char_ram~22789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y62_N5 +dffeas \text_gen|char_ram~22845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y55_N9 +dffeas \text_gen|char_ram~15677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y55_N15 +dffeas \text_gen|char_ram~15621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52623 ( +// Equation(s): +// \text_gen|char_ram~52623_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15677_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~15621_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15677_q ), + .datac(\text_gen|char_ram~15621_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52623 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52624 ( +// Equation(s): +// \text_gen|char_ram~52624_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52623_combout & ((\text_gen|char_ram~22845_q ))) # (!\text_gen|char_ram~52623_combout & (\text_gen|char_ram~22789_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52623_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~22789_q ), + .datac(\text_gen|char_ram~22845_q ), + .datad(\text_gen|char_ram~52623_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52624 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y62_N23 +dffeas \text_gen|char_ram~26373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y62_N19 +dffeas \text_gen|char_ram~26429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y58_N17 +dffeas \text_gen|char_ram~19205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19261feeder ( +// Equation(s): +// \text_gen|char_ram~19261feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19261feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y58_N3 +dffeas \text_gen|char_ram~19261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52621 ( +// Equation(s): +// \text_gen|char_ram~52621_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19261_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19205_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19205_q ), + .datad(\text_gen|char_ram~19261_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52621 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52622 ( +// Equation(s): +// \text_gen|char_ram~52622_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52621_combout & ((\text_gen|char_ram~26429_q ))) # (!\text_gen|char_ram~52621_combout & (\text_gen|char_ram~26373_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52621_combout )))) + + .dataa(\text_gen|char_ram~26373_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26429_q ), + .datad(\text_gen|char_ram~52621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52622 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y62_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52625 ( +// Equation(s): +// \text_gen|char_ram~52625_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~52622_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~52624_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52624_combout ), + .datad(\text_gen|char_ram~52622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52625 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y52_N15 +dffeas \text_gen|char_ram~28165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y52_N1 +dffeas \text_gen|char_ram~20997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21053feeder ( +// Equation(s): +// \text_gen|char_ram~21053feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y56_N15 +dffeas \text_gen|char_ram~21053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52626 ( +// Equation(s): +// \text_gen|char_ram~52626_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~21053_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20997_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20997_q ), + .datad(\text_gen|char_ram~21053_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52626 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y55_N7 +dffeas \text_gen|char_ram~28221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52627 ( +// Equation(s): +// \text_gen|char_ram~52627_combout = (\text_gen|char_ram~52626_combout & (((\text_gen|char_ram~28221_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52626_combout & (\text_gen|char_ram~28165_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~28165_q ), + .datab(\text_gen|char_ram~52626_combout ), + .datac(\text_gen|char_ram~28221_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52627 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y62_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52628 ( +// Equation(s): +// \text_gen|char_ram~52628_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52625_combout & ((\text_gen|char_ram~52627_combout ))) # (!\text_gen|char_ram~52625_combout & (\text_gen|char_ram~52620_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52625_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52620_combout ), + .datac(\text_gen|char_ram~52625_combout ), + .datad(\text_gen|char_ram~52627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52628 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~52628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y53_N23 +dffeas \text_gen|char_ram~13885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y53_N29 +dffeas \text_gen|char_ram~12093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y51_N19 +dffeas \text_gen|char_ram~13829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y53_N19 +dffeas \text_gen|char_ram~12037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52605 ( +// Equation(s): +// \text_gen|char_ram~52605_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~13829_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~12037_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~13829_q ), + .datac(\text_gen|char_ram~12037_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52605 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52606 ( +// Equation(s): +// \text_gen|char_ram~52606_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52605_combout & (\text_gen|char_ram~13885_q )) # (!\text_gen|char_ram~52605_combout & ((\text_gen|char_ram~12093_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52605_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13885_q ), + .datac(\text_gen|char_ram~12093_q ), + .datad(\text_gen|char_ram~52605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52606 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y54_N17 +dffeas \text_gen|char_ram~3133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N29 +dffeas \text_gen|char_ram~1341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y54_N1 +dffeas \text_gen|char_ram~3077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y55_N7 +dffeas \text_gen|char_ram~1285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52602 ( +// Equation(s): +// \text_gen|char_ram~52602_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3077_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1285_q ))))) + + .dataa(\text_gen|char_ram~3077_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1285_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52602 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52603 ( +// Equation(s): +// \text_gen|char_ram~52603_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52602_combout & (\text_gen|char_ram~3133_q )) # (!\text_gen|char_ram~52602_combout & ((\text_gen|char_ram~1341_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52602_combout )))) + + .dataa(\text_gen|char_ram~3133_q ), + .datab(\text_gen|char_ram~1341_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~52602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52603 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~52603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y58_N3 +dffeas \text_gen|char_ram~4925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y58_N17 +dffeas \text_gen|char_ram~6717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y55_N17 +dffeas \text_gen|char_ram~4869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y52_N7 +dffeas \text_gen|char_ram~6661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52600 ( +// Equation(s): +// \text_gen|char_ram~52600_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~6661_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~4869_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~4869_q ), + .datad(\text_gen|char_ram~6661_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52600 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52601 ( +// Equation(s): +// \text_gen|char_ram~52601_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52600_combout & ((\text_gen|char_ram~6717_q ))) # (!\text_gen|char_ram~52600_combout & (\text_gen|char_ram~4925_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52600_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4925_q ), + .datac(\text_gen|char_ram~6717_q ), + .datad(\text_gen|char_ram~52600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52601 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52604 ( +// Equation(s): +// \text_gen|char_ram~52604_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~52601_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~52603_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52603_combout ), + .datad(\text_gen|char_ram~52601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52604 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10245feeder ( +// Equation(s): +// \text_gen|char_ram~10245feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10245feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y57_N17 +dffeas \text_gen|char_ram~10245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y54_N23 +dffeas \text_gen|char_ram~8453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52598 ( +// Equation(s): +// \text_gen|char_ram~52598_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10245_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8453_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10245_q ), + .datac(\text_gen|char_ram~8453_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52598 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y62_N31 +dffeas \text_gen|char_ram~10301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y58_N5 +dffeas \text_gen|char_ram~8509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52599 ( +// Equation(s): +// \text_gen|char_ram~52599_combout = (\text_gen|char_ram~52598_combout & (((\text_gen|char_ram~10301_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~52598_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~8509_q )))) + + .dataa(\text_gen|char_ram~52598_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10301_q ), + .datad(\text_gen|char_ram~8509_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52599 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52607 ( +// Equation(s): +// \text_gen|char_ram~52607_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52604_combout & (\text_gen|char_ram~52606_combout )) # (!\text_gen|char_ram~52604_combout & ((\text_gen|char_ram~52599_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52604_combout )))) + + .dataa(\text_gen|char_ram~52606_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52604_combout ), + .datad(\text_gen|char_ram~52599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52607 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y63_N15 +dffeas \text_gen|char_ram~12079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y63_N11 +dffeas \text_gen|char_ram~12023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y63_N17 +dffeas \text_gen|char_ram~4855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52608 ( +// Equation(s): +// \text_gen|char_ram~52608_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12023_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4855_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12023_q ), + .datac(\text_gen|char_ram~4855_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52608 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y63_N27 +dffeas \text_gen|char_ram~4911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52609 ( +// Equation(s): +// \text_gen|char_ram~52609_combout = (\text_gen|char_ram~52608_combout & ((\text_gen|char_ram~12079_q ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~52608_combout & (((\vga_c|h_cnt [7] & \text_gen|char_ram~4911_q )))) + + .dataa(\text_gen|char_ram~12079_q ), + .datab(\text_gen|char_ram~52608_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~4911_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52609 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~52609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y64_N29 +dffeas \text_gen|char_ram~6703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y64_N7 +dffeas \text_gen|char_ram~13871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y52_N5 +dffeas \text_gen|char_ram~6647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13815feeder ( +// Equation(s): +// \text_gen|char_ram~13815feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13815feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y48_N9 +dffeas \text_gen|char_ram~13815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52615 ( +// Equation(s): +// \text_gen|char_ram~52615_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~13815_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~6647_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6647_q ), + .datad(\text_gen|char_ram~13815_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52615 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52616 ( +// Equation(s): +// \text_gen|char_ram~52616_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52615_combout & ((\text_gen|char_ram~13871_q ))) # (!\text_gen|char_ram~52615_combout & (\text_gen|char_ram~6703_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52615_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6703_q ), + .datac(\text_gen|char_ram~13871_q ), + .datad(\text_gen|char_ram~52615_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52616 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~1327feeder ( +// Equation(s): +// \text_gen|char_ram~1327feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y57_N1 +dffeas \text_gen|char_ram~1327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8439feeder ( +// Equation(s): +// \text_gen|char_ram~8439feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8439feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N23 +dffeas \text_gen|char_ram~8439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y56_N19 +dffeas \text_gen|char_ram~1271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52612 ( +// Equation(s): +// \text_gen|char_ram~52612_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8439_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1271_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8439_q ), + .datac(\text_gen|char_ram~1271_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52612 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8495feeder ( +// Equation(s): +// \text_gen|char_ram~8495feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8495feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y62_N7 +dffeas \text_gen|char_ram~8495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52613 ( +// Equation(s): +// \text_gen|char_ram~52613_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52612_combout & ((\text_gen|char_ram~8495_q ))) # (!\text_gen|char_ram~52612_combout & (\text_gen|char_ram~1327_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52612_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1327_q ), + .datac(\text_gen|char_ram~52612_combout ), + .datad(\text_gen|char_ram~8495_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52613 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~52613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y53_N27 +dffeas \text_gen|char_ram~3119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y57_N3 +dffeas \text_gen|char_ram~10287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N15 +dffeas \text_gen|char_ram~3063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10231feeder ( +// Equation(s): +// \text_gen|char_ram~10231feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10231feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y39_N13 +dffeas \text_gen|char_ram~10231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52610 ( +// Equation(s): +// \text_gen|char_ram~52610_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10231_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3063_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3063_q ), + .datad(\text_gen|char_ram~10231_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52610 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52611 ( +// Equation(s): +// \text_gen|char_ram~52611_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52610_combout & ((\text_gen|char_ram~10287_q ))) # (!\text_gen|char_ram~52610_combout & (\text_gen|char_ram~3119_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52610_combout )))) + + .dataa(\text_gen|char_ram~3119_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10287_q ), + .datad(\text_gen|char_ram~52610_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52611 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52614 ( +// Equation(s): +// \text_gen|char_ram~52614_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~52611_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~52613_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52613_combout ), + .datad(\text_gen|char_ram~52611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52614 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52617 ( +// Equation(s): +// \text_gen|char_ram~52617_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52614_combout & ((\text_gen|char_ram~52616_combout ))) # (!\text_gen|char_ram~52614_combout & (\text_gen|char_ram~52609_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52614_combout )))) + + .dataa(\text_gen|char_ram~52609_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52616_combout ), + .datad(\text_gen|char_ram~52614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52617 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52618 ( +// Equation(s): +// \text_gen|char_ram~52618_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52607_combout ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~52617_combout )))) + + .dataa(\text_gen|char_ram~52607_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~52617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52618 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~52618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26359feeder ( +// Equation(s): +// \text_gen|char_ram~26359feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y62_N23 +dffeas \text_gen|char_ram~26359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y62_N21 +dffeas \text_gen|char_ram~26415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y59_N27 +dffeas \text_gen|char_ram~22831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y62_N19 +dffeas \text_gen|char_ram~22775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52588 ( +// Equation(s): +// \text_gen|char_ram~52588_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~22831_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~22775_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~22831_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22775_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52588 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52589 ( +// Equation(s): +// \text_gen|char_ram~52589_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52588_combout & ((\text_gen|char_ram~26415_q ))) # (!\text_gen|char_ram~52588_combout & (\text_gen|char_ram~26359_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52588_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26359_q ), + .datac(\text_gen|char_ram~26415_q ), + .datad(\text_gen|char_ram~52588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52589 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y75_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28207feeder ( +// Equation(s): +// \text_gen|char_ram~28207feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y75_N15 +dffeas \text_gen|char_ram~28207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y75_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28151feeder ( +// Equation(s): +// \text_gen|char_ram~28151feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28151feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y75_N25 +dffeas \text_gen|char_ram~28151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y54_N1 +dffeas \text_gen|char_ram~24623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y54_N31 +dffeas \text_gen|char_ram~24567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52595 ( +// Equation(s): +// \text_gen|char_ram~52595_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~24623_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~24567_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24623_q ), + .datac(\text_gen|char_ram~24567_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52595 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y75_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52596 ( +// Equation(s): +// \text_gen|char_ram~52596_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52595_combout & (\text_gen|char_ram~28207_q )) # (!\text_gen|char_ram~52595_combout & ((\text_gen|char_ram~28151_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52595_combout )))) + + .dataa(\text_gen|char_ram~28207_q ), + .datab(\text_gen|char_ram~28151_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52596 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~52596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19191feeder ( +// Equation(s): +// \text_gen|char_ram~19191feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y62_N19 +dffeas \text_gen|char_ram~19191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y62_N9 +dffeas \text_gen|char_ram~19247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y56_N21 +dffeas \text_gen|char_ram~15663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y56_N27 +dffeas \text_gen|char_ram~15607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52592 ( +// Equation(s): +// \text_gen|char_ram~52592_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15663_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~15607_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15663_q ), + .datac(\text_gen|char_ram~15607_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52592 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52593 ( +// Equation(s): +// \text_gen|char_ram~52593_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52592_combout & ((\text_gen|char_ram~19247_q ))) # (!\text_gen|char_ram~52592_combout & (\text_gen|char_ram~19191_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52592_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19191_q ), + .datac(\text_gen|char_ram~19247_q ), + .datad(\text_gen|char_ram~52592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52593 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y60_N3 +dffeas \text_gen|char_ram~21039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y62_N29 +dffeas \text_gen|char_ram~17455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y62_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17399feeder ( +// Equation(s): +// \text_gen|char_ram~17399feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17399feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17399feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17399feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y62_N15 +dffeas \text_gen|char_ram~17399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17399feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20983feeder ( +// Equation(s): +// \text_gen|char_ram~20983feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y62_N25 +dffeas \text_gen|char_ram~20983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52590 ( +// Equation(s): +// \text_gen|char_ram~52590_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~20983_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~17399_q )))) + + .dataa(\text_gen|char_ram~17399_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~20983_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52590 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~52590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52591 ( +// Equation(s): +// \text_gen|char_ram~52591_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52590_combout & (\text_gen|char_ram~21039_q )) # (!\text_gen|char_ram~52590_combout & ((\text_gen|char_ram~17455_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52590_combout )))) + + .dataa(\text_gen|char_ram~21039_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17455_q ), + .datad(\text_gen|char_ram~52590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52591 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52594 ( +// Equation(s): +// \text_gen|char_ram~52594_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~52591_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~52593_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52593_combout ), + .datad(\text_gen|char_ram~52591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52594 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52597 ( +// Equation(s): +// \text_gen|char_ram~52597_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52594_combout & ((\text_gen|char_ram~52596_combout ))) # (!\text_gen|char_ram~52594_combout & (\text_gen|char_ram~52589_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52594_combout )))) + + .dataa(\text_gen|char_ram~52589_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52596_combout ), + .datad(\text_gen|char_ram~52594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52597 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52629 ( +// Equation(s): +// \text_gen|char_ram~52629_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52618_combout & (\text_gen|char_ram~52628_combout )) # (!\text_gen|char_ram~52618_combout & ((\text_gen|char_ram~52597_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52618_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52628_combout ), + .datac(\text_gen|char_ram~52618_combout ), + .datad(\text_gen|char_ram~52597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52629 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~52629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52672 ( +// Equation(s): +// \text_gen|char_ram~52672_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~52629_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~52671_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~52671_combout ), + .datad(\text_gen|char_ram~52629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52672 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y19_N29 +dffeas \text_gen|char_ram~25925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y22_N1 +dffeas \text_gen|char_ram~27717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y21_N17 +dffeas \text_gen|char_ram~27703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y19_N15 +dffeas \text_gen|char_ram~25911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52553 ( +// Equation(s): +// \text_gen|char_ram~52553_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~27703_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~25911_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~27703_q ), + .datac(\text_gen|char_ram~25911_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52553 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52554 ( +// Equation(s): +// \text_gen|char_ram~52554_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52553_combout & ((\text_gen|char_ram~27717_q ))) # (!\text_gen|char_ram~52553_combout & (\text_gen|char_ram~25925_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52553_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25925_q ), + .datac(\text_gen|char_ram~27717_q ), + .datad(\text_gen|char_ram~52553_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52554 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y17_N31 +dffeas \text_gen|char_ram~11575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y17_N29 +dffeas \text_gen|char_ram~13367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52546 ( +// Equation(s): +// \text_gen|char_ram~52546_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~13367_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~11575_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~11575_q ), + .datad(\text_gen|char_ram~13367_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52546 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y19_N3 +dffeas \text_gen|char_ram~13381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y20_N21 +dffeas \text_gen|char_ram~11589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52547 ( +// Equation(s): +// \text_gen|char_ram~52547_combout = (\text_gen|char_ram~52546_combout & ((\text_gen|char_ram~13381_q ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~52546_combout & (((\text_gen|char_ram~11589_q & \vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~52546_combout ), + .datab(\text_gen|char_ram~13381_q ), + .datac(\text_gen|char_ram~11589_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52547 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~52547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y19_N23 +dffeas \text_gen|char_ram~22341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y22_N3 +dffeas \text_gen|char_ram~24133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y19_N15 +dffeas \text_gen|char_ram~22327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y20_N13 +dffeas \text_gen|char_ram~24119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52548 ( +// Equation(s): +// \text_gen|char_ram~52548_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24119_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22327_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22327_q ), + .datad(\text_gen|char_ram~24119_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52548 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52549 ( +// Equation(s): +// \text_gen|char_ram~52549_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52548_combout & ((\text_gen|char_ram~24133_q ))) # (!\text_gen|char_ram~52548_combout & (\text_gen|char_ram~22341_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52548_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22341_q ), + .datac(\text_gen|char_ram~24133_q ), + .datad(\text_gen|char_ram~52548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52549 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y20_N21 +dffeas \text_gen|char_ram~8005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9783feeder ( +// Equation(s): +// \text_gen|char_ram~9783feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y20_N23 +dffeas \text_gen|char_ram~9783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N5 +dffeas \text_gen|char_ram~7991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52550 ( +// Equation(s): +// \text_gen|char_ram~52550_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9783_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7991_q ))))) + + .dataa(\text_gen|char_ram~9783_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7991_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52550 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y20_N23 +dffeas \text_gen|char_ram~9797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52551 ( +// Equation(s): +// \text_gen|char_ram~52551_combout = (\text_gen|char_ram~52550_combout & (((\text_gen|char_ram~9797_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~52550_combout & (\text_gen|char_ram~8005_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~8005_q ), + .datab(\text_gen|char_ram~52550_combout ), + .datac(\text_gen|char_ram~9797_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52551 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52552 ( +// Equation(s): +// \text_gen|char_ram~52552_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~52549_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~52551_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52549_combout ), + .datad(\text_gen|char_ram~52551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52552 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52555 ( +// Equation(s): +// \text_gen|char_ram~52555_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52552_combout & (\text_gen|char_ram~52554_combout )) # (!\text_gen|char_ram~52552_combout & ((\text_gen|char_ram~52547_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52552_combout )))) + + .dataa(\text_gen|char_ram~52554_combout ), + .datab(\text_gen|char_ram~52547_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52555 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~52555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25981feeder ( +// Equation(s): +// \text_gen|char_ram~25981feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25981feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25981feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25981feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y15_N29 +dffeas \text_gen|char_ram~25981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25981feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y11_N9 +dffeas \text_gen|char_ram~27773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y9_N19 +dffeas \text_gen|char_ram~27759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y9_N25 +dffeas \text_gen|char_ram~25967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52584 ( +// Equation(s): +// \text_gen|char_ram~52584_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~27759_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~25967_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27759_q ), + .datac(\text_gen|char_ram~25967_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52584 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52585 ( +// Equation(s): +// \text_gen|char_ram~52585_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52584_combout & ((\text_gen|char_ram~27773_q ))) # (!\text_gen|char_ram~52584_combout & (\text_gen|char_ram~25981_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52584_combout )))) + + .dataa(\text_gen|char_ram~25981_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27773_q ), + .datad(\text_gen|char_ram~52584_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52585 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y11_N29 +dffeas \text_gen|char_ram~22397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y11_N5 +dffeas \text_gen|char_ram~24189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y19_N7 +dffeas \text_gen|char_ram~22383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y11_N27 +dffeas \text_gen|char_ram~24175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52579 ( +// Equation(s): +// \text_gen|char_ram~52579_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~24175_q ) # (\vga_c|h_cnt [5])))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22383_q & ((!\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~22383_q ), + .datac(\text_gen|char_ram~24175_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52579 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~52579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52580 ( +// Equation(s): +// \text_gen|char_ram~52580_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52579_combout & ((\text_gen|char_ram~24189_q ))) # (!\text_gen|char_ram~52579_combout & (\text_gen|char_ram~22397_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52579_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22397_q ), + .datac(\text_gen|char_ram~24189_q ), + .datad(\text_gen|char_ram~52579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52580 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y12_N27 +dffeas \text_gen|char_ram~8061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y12_N1 +dffeas \text_gen|char_ram~9853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N19 +dffeas \text_gen|char_ram~9839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y20_N27 +dffeas \text_gen|char_ram~8047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52581 ( +// Equation(s): +// \text_gen|char_ram~52581_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9839_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8047_q ))))) + + .dataa(\text_gen|char_ram~9839_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8047_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52581 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52582 ( +// Equation(s): +// \text_gen|char_ram~52582_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52581_combout & ((\text_gen|char_ram~9853_q ))) # (!\text_gen|char_ram~52581_combout & (\text_gen|char_ram~8061_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52581_combout )))) + + .dataa(\text_gen|char_ram~8061_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9853_q ), + .datad(\text_gen|char_ram~52581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52582 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52583 ( +// Equation(s): +// \text_gen|char_ram~52583_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~52580_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~52582_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52580_combout ), + .datad(\text_gen|char_ram~52582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52583 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y16_N15 +dffeas \text_gen|char_ram~11645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y13_N25 +dffeas \text_gen|char_ram~13437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y13_N29 +dffeas \text_gen|char_ram~11631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13423feeder ( +// Equation(s): +// \text_gen|char_ram~13423feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y10_N13 +dffeas \text_gen|char_ram~13423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52577 ( +// Equation(s): +// \text_gen|char_ram~52577_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~13423_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11631_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11631_q ), + .datad(\text_gen|char_ram~13423_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52577 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52578 ( +// Equation(s): +// \text_gen|char_ram~52578_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52577_combout & ((\text_gen|char_ram~13437_q ))) # (!\text_gen|char_ram~52577_combout & (\text_gen|char_ram~11645_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52577_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11645_q ), + .datac(\text_gen|char_ram~13437_q ), + .datad(\text_gen|char_ram~52577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52578 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52586 ( +// Equation(s): +// \text_gen|char_ram~52586_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52583_combout & (\text_gen|char_ram~52585_combout )) # (!\text_gen|char_ram~52583_combout & ((\text_gen|char_ram~52578_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52583_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52585_combout ), + .datac(\text_gen|char_ram~52583_combout ), + .datad(\text_gen|char_ram~52578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52586 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~52586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6213feeder ( +// Equation(s): +// \text_gen|char_ram~6213feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y21_N31 +dffeas \text_gen|char_ram~6213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2629feeder ( +// Equation(s): +// \text_gen|char_ram~2629feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2629feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y21_N25 +dffeas \text_gen|char_ram~2629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y21_N31 +dffeas \text_gen|char_ram~6199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y20_N1 +dffeas \text_gen|char_ram~2615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52566 ( +// Equation(s): +// \text_gen|char_ram~52566_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~6199_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~2615_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6199_q ), + .datac(\text_gen|char_ram~2615_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52566 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52567 ( +// Equation(s): +// \text_gen|char_ram~52567_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52566_combout & (\text_gen|char_ram~6213_q )) # (!\text_gen|char_ram~52566_combout & ((\text_gen|char_ram~2629_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52566_combout )))) + + .dataa(\text_gen|char_ram~6213_q ), + .datab(\text_gen|char_ram~2629_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~52566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52567 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~52567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15173feeder ( +// Equation(s): +// \text_gen|char_ram~15173feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15173feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y21_N25 +dffeas \text_gen|char_ram~15173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y21_N9 +dffeas \text_gen|char_ram~18757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18743feeder ( +// Equation(s): +// \text_gen|char_ram~18743feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18743feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18743feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18743feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y18_N25 +dffeas \text_gen|char_ram~18743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18743feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y21_N3 +dffeas \text_gen|char_ram~15159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52568 ( +// Equation(s): +// \text_gen|char_ram~52568_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18743_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15159_q ))))) + + .dataa(\text_gen|char_ram~18743_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15159_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52568 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52569 ( +// Equation(s): +// \text_gen|char_ram~52569_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52568_combout & ((\text_gen|char_ram~18757_q ))) # (!\text_gen|char_ram~52568_combout & (\text_gen|char_ram~15173_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52568_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15173_q ), + .datac(\text_gen|char_ram~18757_q ), + .datad(\text_gen|char_ram~52568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52569 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y16_N1 +dffeas \text_gen|char_ram~837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y14_N11 +dffeas \text_gen|char_ram~4421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y14_N29 +dffeas \text_gen|char_ram~823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N31 +dffeas \text_gen|char_ram~4407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52570 ( +// Equation(s): +// \text_gen|char_ram~52570_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~4407_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~823_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~823_q ), + .datad(\text_gen|char_ram~4407_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52570 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52571 ( +// Equation(s): +// \text_gen|char_ram~52571_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52570_combout & ((\text_gen|char_ram~4421_q ))) # (!\text_gen|char_ram~52570_combout & (\text_gen|char_ram~837_q )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~52570_combout +// )))) + + .dataa(\text_gen|char_ram~837_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4421_q ), + .datad(\text_gen|char_ram~52570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52571 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52572 ( +// Equation(s): +// \text_gen|char_ram~52572_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~52569_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~52571_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52569_combout ), + .datad(\text_gen|char_ram~52571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52572 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20549feeder ( +// Equation(s): +// \text_gen|char_ram~20549feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N3 +dffeas \text_gen|char_ram~20549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y22_N13 +dffeas \text_gen|char_ram~16965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y33_N15 +dffeas \text_gen|char_ram~20535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16951feeder ( +// Equation(s): +// \text_gen|char_ram~16951feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16951feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y22_N29 +dffeas \text_gen|char_ram~16951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52573 ( +// Equation(s): +// \text_gen|char_ram~52573_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20535_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16951_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20535_q ), + .datac(\text_gen|char_ram~16951_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52573 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52574 ( +// Equation(s): +// \text_gen|char_ram~52574_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52573_combout & (\text_gen|char_ram~20549_q )) # (!\text_gen|char_ram~52573_combout & ((\text_gen|char_ram~16965_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52573_combout )))) + + .dataa(\text_gen|char_ram~20549_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16965_q ), + .datad(\text_gen|char_ram~52573_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52574 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52575 ( +// Equation(s): +// \text_gen|char_ram~52575_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52572_combout & ((\text_gen|char_ram~52574_combout ))) # (!\text_gen|char_ram~52572_combout & (\text_gen|char_ram~52567_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52572_combout )))) + + .dataa(\text_gen|char_ram~52567_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52572_combout ), + .datad(\text_gen|char_ram~52574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52575 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~52575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y8_N3 +dffeas \text_gen|char_ram~2685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y7_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6269feeder ( +// Equation(s): +// \text_gen|char_ram~6269feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6269feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6269feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6269feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y7_N1 +dffeas \text_gen|char_ram~6269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6269feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6255feeder ( +// Equation(s): +// \text_gen|char_ram~6255feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y10_N7 +dffeas \text_gen|char_ram~6255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y8_N19 +dffeas \text_gen|char_ram~2671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y8_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52556 ( +// Equation(s): +// \text_gen|char_ram~52556_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~6255_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~2671_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6255_q ), + .datac(\text_gen|char_ram~2671_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52556 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y8_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52557 ( +// Equation(s): +// \text_gen|char_ram~52557_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52556_combout & ((\text_gen|char_ram~6269_q ))) # (!\text_gen|char_ram~52556_combout & (\text_gen|char_ram~2685_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52556_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2685_q ), + .datac(\text_gen|char_ram~6269_q ), + .datad(\text_gen|char_ram~52556_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52557 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20605feeder ( +// Equation(s): +// \text_gen|char_ram~20605feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20605feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20605feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20605feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y8_N15 +dffeas \text_gen|char_ram~20605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20605feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y5_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17021feeder ( +// Equation(s): +// \text_gen|char_ram~17021feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17021feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y5_N11 +dffeas \text_gen|char_ram~17021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y8_N27 +dffeas \text_gen|char_ram~17007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y6_N13 +dffeas \text_gen|char_ram~20591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y8_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52563 ( +// Equation(s): +// \text_gen|char_ram~52563_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~20591_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~17007_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~17007_q ), + .datad(\text_gen|char_ram~20591_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52563 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y8_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52564 ( +// Equation(s): +// \text_gen|char_ram~52564_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52563_combout & (\text_gen|char_ram~20605_q )) # (!\text_gen|char_ram~52563_combout & ((\text_gen|char_ram~17021_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52563_combout )))) + + .dataa(\text_gen|char_ram~20605_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17021_q ), + .datad(\text_gen|char_ram~52563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52564 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y13_N15 +dffeas \text_gen|char_ram~18813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15229feeder ( +// Equation(s): +// \text_gen|char_ram~15229feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15229feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15229feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15229feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N7 +dffeas \text_gen|char_ram~15229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15229feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y8_N1 +dffeas \text_gen|char_ram~15215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18799feeder ( +// Equation(s): +// \text_gen|char_ram~18799feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y13_N3 +dffeas \text_gen|char_ram~18799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52558 ( +// Equation(s): +// \text_gen|char_ram~52558_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18799_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15215_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15215_q ), + .datad(\text_gen|char_ram~18799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52558 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52559 ( +// Equation(s): +// \text_gen|char_ram~52559_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52558_combout & (\text_gen|char_ram~18813_q )) # (!\text_gen|char_ram~52558_combout & ((\text_gen|char_ram~15229_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52558_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~18813_q ), + .datac(\text_gen|char_ram~15229_q ), + .datad(\text_gen|char_ram~52558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52559 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y16_N15 +dffeas \text_gen|char_ram~879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4463feeder ( +// Equation(s): +// \text_gen|char_ram~4463feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4463feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4463feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4463feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N27 +dffeas \text_gen|char_ram~4463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4463feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52560 ( +// Equation(s): +// \text_gen|char_ram~52560_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~4463_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~879_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~879_q ), + .datad(\text_gen|char_ram~4463_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52560 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~893feeder ( +// Equation(s): +// \text_gen|char_ram~893feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y11_N27 +dffeas \text_gen|char_ram~893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y13_N29 +dffeas \text_gen|char_ram~4477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52561 ( +// Equation(s): +// \text_gen|char_ram~52561_combout = (\text_gen|char_ram~52560_combout & (((\text_gen|char_ram~4477_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~52560_combout & (\text_gen|char_ram~893_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~52560_combout ), + .datab(\text_gen|char_ram~893_q ), + .datac(\text_gen|char_ram~4477_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52561 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52562 ( +// Equation(s): +// \text_gen|char_ram~52562_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52559_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~52561_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52559_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~52561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52562 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~52562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52565 ( +// Equation(s): +// \text_gen|char_ram~52565_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52562_combout & ((\text_gen|char_ram~52564_combout ))) # (!\text_gen|char_ram~52562_combout & (\text_gen|char_ram~52557_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52562_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52557_combout ), + .datac(\text_gen|char_ram~52564_combout ), + .datad(\text_gen|char_ram~52562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52565 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52576 ( +// Equation(s): +// \text_gen|char_ram~52576_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~52565_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~52575_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~52575_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52576 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~52576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52587 ( +// Equation(s): +// \text_gen|char_ram~52587_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52576_combout & ((\text_gen|char_ram~52586_combout ))) # (!\text_gen|char_ram~52576_combout & (\text_gen|char_ram~52555_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52576_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~52555_combout ), + .datac(\text_gen|char_ram~52586_combout ), + .datad(\text_gen|char_ram~52576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52587 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28655feeder ( +// Equation(s): +// \text_gen|char_ram~28655feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y31_N15 +dffeas \text_gen|char_ram~28655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y24_N15 +dffeas \text_gen|char_ram~14333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N31 +dffeas \text_gen|char_ram~14319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52711 ( +// Equation(s): +// \text_gen|char_ram~52711_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~14333_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~14319_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14333_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14319_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52711 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y23_N19 +dffeas \text_gen|char_ram~28669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52712 ( +// Equation(s): +// \text_gen|char_ram~52712_combout = (\text_gen|char_ram~52711_combout & (((\text_gen|char_ram~28669_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52711_combout & (\text_gen|char_ram~28655_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~28655_q ), + .datab(\text_gen|char_ram~52711_combout ), + .datac(\text_gen|char_ram~28669_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52712 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26863feeder ( +// Equation(s): +// \text_gen|char_ram~26863feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y31_N17 +dffeas \text_gen|char_ram~26863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y31_N9 +dffeas \text_gen|char_ram~26877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12541feeder ( +// Equation(s): +// \text_gen|char_ram~12541feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12541feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12541feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12541feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y33_N15 +dffeas \text_gen|char_ram~12541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12541feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y35_N27 +dffeas \text_gen|char_ram~12527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52706 ( +// Equation(s): +// \text_gen|char_ram~52706_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~12541_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~12527_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12541_q ), + .datac(\text_gen|char_ram~12527_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52706 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52707 ( +// Equation(s): +// \text_gen|char_ram~52707_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52706_combout & ((\text_gen|char_ram~26877_q ))) # (!\text_gen|char_ram~52706_combout & (\text_gen|char_ram~26863_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52706_combout )))) + + .dataa(\text_gen|char_ram~26863_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26877_q ), + .datad(\text_gen|char_ram~52706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52707 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5359feeder ( +// Equation(s): +// \text_gen|char_ram~5359feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y35_N5 +dffeas \text_gen|char_ram~5359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y25_N19 +dffeas \text_gen|char_ram~5373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52708 ( +// Equation(s): +// \text_gen|char_ram~52708_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~5373_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5359_q )))) + + .dataa(\text_gen|char_ram~5359_q ), + .datab(\text_gen|char_ram~5373_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52708 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~52708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y27_N21 +dffeas \text_gen|char_ram~19709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y35_N3 +dffeas \text_gen|char_ram~19695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52709 ( +// Equation(s): +// \text_gen|char_ram~52709_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52708_combout & (\text_gen|char_ram~19709_q )) # (!\text_gen|char_ram~52708_combout & ((\text_gen|char_ram~19695_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~52708_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52708_combout ), + .datac(\text_gen|char_ram~19709_q ), + .datad(\text_gen|char_ram~19695_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52709 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52710 ( +// Equation(s): +// \text_gen|char_ram~52710_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~52707_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~52709_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52707_combout ), + .datad(\text_gen|char_ram~52709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52710 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y31_N3 +dffeas \text_gen|char_ram~21487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y27_N11 +dffeas \text_gen|char_ram~21501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7165feeder ( +// Equation(s): +// \text_gen|char_ram~7165feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7165feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7165feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7165feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y26_N3 +dffeas \text_gen|char_ram~7165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7165feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y37_N3 +dffeas \text_gen|char_ram~7151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52704 ( +// Equation(s): +// \text_gen|char_ram~52704_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7165_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~7151_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7165_q ), + .datac(\text_gen|char_ram~7151_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52704 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52705 ( +// Equation(s): +// \text_gen|char_ram~52705_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52704_combout & ((\text_gen|char_ram~21501_q ))) # (!\text_gen|char_ram~52704_combout & (\text_gen|char_ram~21487_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52704_combout )))) + + .dataa(\text_gen|char_ram~21487_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21501_q ), + .datad(\text_gen|char_ram~52704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52705 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52713 ( +// Equation(s): +// \text_gen|char_ram~52713_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52710_combout & (\text_gen|char_ram~52712_combout )) # (!\text_gen|char_ram~52710_combout & ((\text_gen|char_ram~52705_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52710_combout )))) + + .dataa(\text_gen|char_ram~52712_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52710_combout ), + .datad(\text_gen|char_ram~52705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52713 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~28599feeder ( +// Equation(s): +// \text_gen|char_ram~28599feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y27_N1 +dffeas \text_gen|char_ram~28599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y29_N29 +dffeas \text_gen|char_ram~28613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14277feeder ( +// Equation(s): +// \text_gen|char_ram~14277feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y28_N13 +dffeas \text_gen|char_ram~14277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y28_N3 +dffeas \text_gen|char_ram~14263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52680 ( +// Equation(s): +// \text_gen|char_ram~52680_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~14277_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~14263_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14277_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14263_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52680 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52681 ( +// Equation(s): +// \text_gen|char_ram~52681_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52680_combout & ((\text_gen|char_ram~28613_q ))) # (!\text_gen|char_ram~52680_combout & (\text_gen|char_ram~28599_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52680_combout )))) + + .dataa(\text_gen|char_ram~28599_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28613_q ), + .datad(\text_gen|char_ram~52680_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52681 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y36_N31 +dffeas \text_gen|char_ram~7095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21431feeder ( +// Equation(s): +// \text_gen|char_ram~21431feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21431feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y33_N29 +dffeas \text_gen|char_ram~21431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52673 ( +// Equation(s): +// \text_gen|char_ram~52673_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21431_q )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7095_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7095_q ), + .datad(\text_gen|char_ram~21431_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52673 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21445feeder ( +// Equation(s): +// \text_gen|char_ram~21445feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21445feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21445feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21445feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y25_N13 +dffeas \text_gen|char_ram~21445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21445feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y25_N29 +dffeas \text_gen|char_ram~7109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52674 ( +// Equation(s): +// \text_gen|char_ram~52674_combout = (\text_gen|char_ram~52673_combout & ((\text_gen|char_ram~21445_q ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~52673_combout & (((\text_gen|char_ram~7109_q & \vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~52673_combout ), + .datab(\text_gen|char_ram~21445_q ), + .datac(\text_gen|char_ram~7109_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52674 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~52674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y25_N15 +dffeas \text_gen|char_ram~5317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y28_N31 +dffeas \text_gen|char_ram~19653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y28_N29 +dffeas \text_gen|char_ram~5303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y35_N11 +dffeas \text_gen|char_ram~19639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52677 ( +// Equation(s): +// \text_gen|char_ram~52677_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19639_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5303_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5303_q ), + .datad(\text_gen|char_ram~19639_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52677 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52678 ( +// Equation(s): +// \text_gen|char_ram~52678_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52677_combout & ((\text_gen|char_ram~19653_q ))) # (!\text_gen|char_ram~52677_combout & (\text_gen|char_ram~5317_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52677_combout )))) + + .dataa(\text_gen|char_ram~5317_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19653_q ), + .datad(\text_gen|char_ram~52677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52678 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y31_N27 +dffeas \text_gen|char_ram~26807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y27_N17 +dffeas \text_gen|char_ram~26821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12485feeder ( +// Equation(s): +// \text_gen|char_ram~12485feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y29_N17 +dffeas \text_gen|char_ram~12485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y31_N3 +dffeas \text_gen|char_ram~12471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52675 ( +// Equation(s): +// \text_gen|char_ram~52675_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~12485_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~12471_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~12485_q ), + .datac(\text_gen|char_ram~12471_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52675 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52676 ( +// Equation(s): +// \text_gen|char_ram~52676_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52675_combout & ((\text_gen|char_ram~26821_q ))) # (!\text_gen|char_ram~52675_combout & (\text_gen|char_ram~26807_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52675_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~26807_q ), + .datac(\text_gen|char_ram~26821_q ), + .datad(\text_gen|char_ram~52675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52676 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52679 ( +// Equation(s): +// \text_gen|char_ram~52679_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~52676_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~52678_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52678_combout ), + .datad(\text_gen|char_ram~52676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52679 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52682 ( +// Equation(s): +// \text_gen|char_ram~52682_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52679_combout & (\text_gen|char_ram~52681_combout )) # (!\text_gen|char_ram~52679_combout & ((\text_gen|char_ram~52674_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52679_combout )))) + + .dataa(\text_gen|char_ram~52681_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52674_combout ), + .datad(\text_gen|char_ram~52679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52682 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y23_N19 +dffeas \text_gen|char_ram~16125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y26_N11 +dffeas \text_gen|char_ram~23293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N31 +dffeas \text_gen|char_ram~23279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y23_N25 +dffeas \text_gen|char_ram~16111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52683 ( +// Equation(s): +// \text_gen|char_ram~52683_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~23279_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~16111_q ))))) + + .dataa(\text_gen|char_ram~23279_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16111_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52683 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52684 ( +// Equation(s): +// \text_gen|char_ram~52684_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52683_combout & ((\text_gen|char_ram~23293_q ))) # (!\text_gen|char_ram~52683_combout & (\text_gen|char_ram~16125_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52683_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16125_q ), + .datac(\text_gen|char_ram~23293_q ), + .datad(\text_gen|char_ram~52683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52684 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y27_N7 +dffeas \text_gen|char_ram~3581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y24_N29 +dffeas \text_gen|char_ram~10735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y23_N15 +dffeas \text_gen|char_ram~3567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52685 ( +// Equation(s): +// \text_gen|char_ram~52685_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10735_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3567_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10735_q ), + .datac(\text_gen|char_ram~3567_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52685 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y23_N9 +dffeas \text_gen|char_ram~10749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52686 ( +// Equation(s): +// \text_gen|char_ram~52686_combout = (\text_gen|char_ram~52685_combout & (((\text_gen|char_ram~10749_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~52685_combout & (\text_gen|char_ram~3581_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~3581_q ), + .datab(\text_gen|char_ram~52685_combout ), + .datac(\text_gen|char_ram~10749_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52686 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1789feeder ( +// Equation(s): +// \text_gen|char_ram~1789feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y26_N23 +dffeas \text_gen|char_ram~1789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y23_N5 +dffeas \text_gen|char_ram~8957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y23_N19 +dffeas \text_gen|char_ram~1775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N1 +dffeas \text_gen|char_ram~8943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52687 ( +// Equation(s): +// \text_gen|char_ram~52687_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8943_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1775_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1775_q ), + .datad(\text_gen|char_ram~8943_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52687 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52688 ( +// Equation(s): +// \text_gen|char_ram~52688_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52687_combout & ((\text_gen|char_ram~8957_q ))) # (!\text_gen|char_ram~52687_combout & (\text_gen|char_ram~1789_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52687_combout )))) + + .dataa(\text_gen|char_ram~1789_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8957_q ), + .datad(\text_gen|char_ram~52687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52688 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52689 ( +// Equation(s): +// \text_gen|char_ram~52689_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~52686_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~52688_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52686_combout ), + .datad(\text_gen|char_ram~52688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52689 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N29 +dffeas \text_gen|char_ram~17917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y24_N7 +dffeas \text_gen|char_ram~25085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y26_N5 +dffeas \text_gen|char_ram~25071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y27_N15 +dffeas \text_gen|char_ram~17903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52690 ( +// Equation(s): +// \text_gen|char_ram~52690_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~25071_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~17903_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~25071_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~17903_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52690 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52691 ( +// Equation(s): +// \text_gen|char_ram~52691_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52690_combout & ((\text_gen|char_ram~25085_q ))) # (!\text_gen|char_ram~52690_combout & (\text_gen|char_ram~17917_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52690_combout )))) + + .dataa(\text_gen|char_ram~17917_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25085_q ), + .datad(\text_gen|char_ram~52690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52691 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52692 ( +// Equation(s): +// \text_gen|char_ram~52692_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52689_combout & ((\text_gen|char_ram~52691_combout ))) # (!\text_gen|char_ram~52689_combout & (\text_gen|char_ram~52684_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52689_combout )))) + + .dataa(\text_gen|char_ram~52684_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52689_combout ), + .datad(\text_gen|char_ram~52691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52692 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~52692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y34_N11 +dffeas \text_gen|char_ram~3511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y30_N23 +dffeas \text_gen|char_ram~17847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52693 ( +// Equation(s): +// \text_gen|char_ram~52693_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17847_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3511_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3511_q ), + .datad(\text_gen|char_ram~17847_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52693 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y23_N3 +dffeas \text_gen|char_ram~17861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y24_N23 +dffeas \text_gen|char_ram~3525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52694 ( +// Equation(s): +// \text_gen|char_ram~52694_combout = (\text_gen|char_ram~52693_combout & (((\text_gen|char_ram~17861_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~52693_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~3525_q )))) + + .dataa(\text_gen|char_ram~52693_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17861_q ), + .datad(\text_gen|char_ram~3525_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52694 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8901feeder ( +// Equation(s): +// \text_gen|char_ram~8901feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8901feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y29_N27 +dffeas \text_gen|char_ram~8901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N19 +dffeas \text_gen|char_ram~23237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23223feeder ( +// Equation(s): +// \text_gen|char_ram~23223feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23223feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y27_N27 +dffeas \text_gen|char_ram~23223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y31_N5 +dffeas \text_gen|char_ram~8887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52695 ( +// Equation(s): +// \text_gen|char_ram~52695_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23223_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~8887_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~23223_q ), + .datac(\text_gen|char_ram~8887_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52695 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52696 ( +// Equation(s): +// \text_gen|char_ram~52696_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52695_combout & ((\text_gen|char_ram~23237_q ))) # (!\text_gen|char_ram~52695_combout & (\text_gen|char_ram~8901_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52695_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8901_q ), + .datac(\text_gen|char_ram~23237_q ), + .datad(\text_gen|char_ram~52695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52696 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1733feeder ( +// Equation(s): +// \text_gen|char_ram~1733feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1733feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1733feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1733feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y25_N23 +dffeas \text_gen|char_ram~1733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1733feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y23_N29 +dffeas \text_gen|char_ram~16069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N11 +dffeas \text_gen|char_ram~1719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y39_N1 +dffeas \text_gen|char_ram~16055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52697 ( +// Equation(s): +// \text_gen|char_ram~52697_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~16055_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1719_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1719_q ), + .datad(\text_gen|char_ram~16055_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52697 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52698 ( +// Equation(s): +// \text_gen|char_ram~52698_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52697_combout & ((\text_gen|char_ram~16069_q ))) # (!\text_gen|char_ram~52697_combout & (\text_gen|char_ram~1733_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52697_combout )))) + + .dataa(\text_gen|char_ram~1733_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16069_q ), + .datad(\text_gen|char_ram~52697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52698 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52699 ( +// Equation(s): +// \text_gen|char_ram~52699_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~52696_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~52698_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52696_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52699 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~52699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y24_N3 +dffeas \text_gen|char_ram~25015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10693feeder ( +// Equation(s): +// \text_gen|char_ram~10693feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10693feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N25 +dffeas \text_gen|char_ram~10693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y32_N11 +dffeas \text_gen|char_ram~10679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52700 ( +// Equation(s): +// \text_gen|char_ram~52700_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10693_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~10679_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10693_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10679_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52700 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y26_N31 +dffeas \text_gen|char_ram~25029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52701 ( +// Equation(s): +// \text_gen|char_ram~52701_combout = (\text_gen|char_ram~52700_combout & (((\text_gen|char_ram~25029_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52700_combout & (\text_gen|char_ram~25015_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~25015_q ), + .datab(\text_gen|char_ram~52700_combout ), + .datac(\text_gen|char_ram~25029_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52701 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52702 ( +// Equation(s): +// \text_gen|char_ram~52702_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52699_combout & ((\text_gen|char_ram~52701_combout ))) # (!\text_gen|char_ram~52699_combout & (\text_gen|char_ram~52694_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52699_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52694_combout ), + .datac(\text_gen|char_ram~52699_combout ), + .datad(\text_gen|char_ram~52701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52702 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~52702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52703 ( +// Equation(s): +// \text_gen|char_ram~52703_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~52692_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~52702_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52692_combout ), + .datad(\text_gen|char_ram~52702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52703 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52714 ( +// Equation(s): +// \text_gen|char_ram~52714_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52703_combout & (\text_gen|char_ram~52713_combout )) # (!\text_gen|char_ram~52703_combout & ((\text_gen|char_ram~52682_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52703_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~52713_combout ), + .datac(\text_gen|char_ram~52682_combout ), + .datad(\text_gen|char_ram~52703_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52714 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52715 ( +// Equation(s): +// \text_gen|char_ram~52715_combout = (\text_gen|char_ram~52672_combout & (((\text_gen|char_ram~52714_combout ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~52672_combout & (\text_gen|char_ram~52587_combout & (\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|char_ram~52672_combout ), + .datab(\text_gen|char_ram~52587_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~52714_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52715 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~52715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y20_N11 +dffeas \text_gen|char_ram~9573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y20_N5 +dffeas \text_gen|char_ram~23909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2405feeder ( +// Equation(s): +// \text_gen|char_ram~2405feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2405feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2405feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2405feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y23_N31 +dffeas \text_gen|char_ram~2405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2405feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16741feeder ( +// Equation(s): +// \text_gen|char_ram~16741feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16741feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16741feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16741feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y20_N5 +dffeas \text_gen|char_ram~16741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16741feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52079 ( +// Equation(s): +// \text_gen|char_ram~52079_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~16741_q )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2405_q & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~2405_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~16741_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52079 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~52079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52080 ( +// Equation(s): +// \text_gen|char_ram~52080_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52079_combout & ((\text_gen|char_ram~23909_q ))) # (!\text_gen|char_ram~52079_combout & (\text_gen|char_ram~9573_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52079_combout )))) + + .dataa(\text_gen|char_ram~9573_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23909_q ), + .datad(\text_gen|char_ram~52079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52080 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y21_N1 +dffeas \text_gen|char_ram~14949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y23_N5 +dffeas \text_gen|char_ram~22117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y19_N27 +dffeas \text_gen|char_ram~7781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y23_N19 +dffeas \text_gen|char_ram~613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52081 ( +// Equation(s): +// \text_gen|char_ram~52081_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7781_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~613_q +// ))))) + + .dataa(\text_gen|char_ram~7781_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~613_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52081 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52082 ( +// Equation(s): +// \text_gen|char_ram~52082_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52081_combout & ((\text_gen|char_ram~22117_q ))) # (!\text_gen|char_ram~52081_combout & (\text_gen|char_ram~14949_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52081_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14949_q ), + .datac(\text_gen|char_ram~22117_q ), + .datad(\text_gen|char_ram~52081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52082 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52083 ( +// Equation(s): +// \text_gen|char_ram~52083_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~52080_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~52082_combout ))))) + + .dataa(\text_gen|char_ram~52080_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~52082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52083 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~52083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25701feeder ( +// Equation(s): +// \text_gen|char_ram~25701feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25701feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25701feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25701feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y22_N23 +dffeas \text_gen|char_ram~25701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25701feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y22_N9 +dffeas \text_gen|char_ram~18533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y22_N29 +dffeas \text_gen|char_ram~11365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y22_N17 +dffeas \text_gen|char_ram~4197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52077 ( +// Equation(s): +// \text_gen|char_ram~52077_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11365_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4197_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11365_q ), + .datac(\text_gen|char_ram~4197_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52077 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52078 ( +// Equation(s): +// \text_gen|char_ram~52078_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52077_combout & (\text_gen|char_ram~25701_q )) # (!\text_gen|char_ram~52077_combout & ((\text_gen|char_ram~18533_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52077_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25701_q ), + .datac(\text_gen|char_ram~18533_q ), + .datad(\text_gen|char_ram~52077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52078 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27493feeder ( +// Equation(s): +// \text_gen|char_ram~27493feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y19_N25 +dffeas \text_gen|char_ram~27493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y19_N9 +dffeas \text_gen|char_ram~13157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20325feeder ( +// Equation(s): +// \text_gen|char_ram~20325feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20325feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20325feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20325feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y19_N23 +dffeas \text_gen|char_ram~20325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20325feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y23_N1 +dffeas \text_gen|char_ram~5989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52084 ( +// Equation(s): +// \text_gen|char_ram~52084_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20325_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5989_q +// ))))) + + .dataa(\text_gen|char_ram~20325_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5989_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52084 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52085 ( +// Equation(s): +// \text_gen|char_ram~52085_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52084_combout & (\text_gen|char_ram~27493_q )) # (!\text_gen|char_ram~52084_combout & ((\text_gen|char_ram~13157_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52084_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~27493_q ), + .datac(\text_gen|char_ram~13157_q ), + .datad(\text_gen|char_ram~52084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52085 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52086 ( +// Equation(s): +// \text_gen|char_ram~52086_combout = (\text_gen|char_ram~52083_combout & (((\text_gen|char_ram~52085_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~52083_combout & (\text_gen|Add5~10_combout & (\text_gen|char_ram~52078_combout ))) + + .dataa(\text_gen|char_ram~52083_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52078_combout ), + .datad(\text_gen|char_ram~52085_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52086 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~52086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18575feeder ( +// Equation(s): +// \text_gen|char_ram~18575feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18575feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18575feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18575feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y15_N23 +dffeas \text_gen|char_ram~18575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18575feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y24_N31 +dffeas \text_gen|char_ram~25743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4239feeder ( +// Equation(s): +// \text_gen|char_ram~4239feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4239feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X16_Y24_N29 +dffeas \text_gen|char_ram~4239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y24_N29 +dffeas \text_gen|char_ram~11407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52089 ( +// Equation(s): +// \text_gen|char_ram~52089_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~11407_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~4239_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~4239_q ), + .datac(\text_gen|char_ram~11407_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52089 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~52089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52090 ( +// Equation(s): +// \text_gen|char_ram~52090_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52089_combout & ((\text_gen|char_ram~25743_q ))) # (!\text_gen|char_ram~52089_combout & (\text_gen|char_ram~18575_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52089_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18575_q ), + .datac(\text_gen|char_ram~25743_q ), + .datad(\text_gen|char_ram~52089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52090 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y20_N5 +dffeas \text_gen|char_ram~14991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y24_N29 +dffeas \text_gen|char_ram~22159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7823feeder ( +// Equation(s): +// \text_gen|char_ram~7823feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y13_N27 +dffeas \text_gen|char_ram~7823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y16_N25 +dffeas \text_gen|char_ram~655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52091 ( +// Equation(s): +// \text_gen|char_ram~52091_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7823_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~655_q +// ))))) + + .dataa(\text_gen|char_ram~7823_q ), + .datab(\text_gen|char_ram~655_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52091 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~52091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52092 ( +// Equation(s): +// \text_gen|char_ram~52092_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52091_combout & ((\text_gen|char_ram~22159_q ))) # (!\text_gen|char_ram~52091_combout & (\text_gen|char_ram~14991_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52091_combout )))) + + .dataa(\text_gen|char_ram~14991_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22159_q ), + .datad(\text_gen|char_ram~52091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52092 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52093 ( +// Equation(s): +// \text_gen|char_ram~52093_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~52090_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~52092_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52090_combout ), + .datad(\text_gen|char_ram~52092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52093 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y14_N11 +dffeas \text_gen|char_ram~13199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y14_N9 +dffeas \text_gen|char_ram~27535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y18_N19 +dffeas \text_gen|char_ram~20367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y18_N9 +dffeas \text_gen|char_ram~6031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52094 ( +// Equation(s): +// \text_gen|char_ram~52094_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20367_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6031_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20367_q ), + .datac(\text_gen|char_ram~6031_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52094 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52095 ( +// Equation(s): +// \text_gen|char_ram~52095_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52094_combout & ((\text_gen|char_ram~27535_q ))) # (!\text_gen|char_ram~52094_combout & (\text_gen|char_ram~13199_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52094_combout )))) + + .dataa(\text_gen|char_ram~13199_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27535_q ), + .datad(\text_gen|char_ram~52094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52095 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y13_N17 +dffeas \text_gen|char_ram~9615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y13_N15 +dffeas \text_gen|char_ram~23951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2447feeder ( +// Equation(s): +// \text_gen|char_ram~2447feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2447feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2447feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2447feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y10_N19 +dffeas \text_gen|char_ram~2447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2447feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16783feeder ( +// Equation(s): +// \text_gen|char_ram~16783feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y10_N29 +dffeas \text_gen|char_ram~16783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52087 ( +// Equation(s): +// \text_gen|char_ram~52087_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~16783_q )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2447_q & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~2447_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~16783_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52087 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~52087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52088 ( +// Equation(s): +// \text_gen|char_ram~52088_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52087_combout & ((\text_gen|char_ram~23951_q ))) # (!\text_gen|char_ram~52087_combout & (\text_gen|char_ram~9615_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52087_combout )))) + + .dataa(\text_gen|char_ram~9615_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23951_q ), + .datad(\text_gen|char_ram~52087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52088 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52096 ( +// Equation(s): +// \text_gen|char_ram~52096_combout = (\text_gen|char_ram~52093_combout & (((\text_gen|char_ram~52095_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~52093_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52088_combout )))) + + .dataa(\text_gen|char_ram~52093_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52095_combout ), + .datad(\text_gen|char_ram~52088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52096 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16727feeder ( +// Equation(s): +// \text_gen|char_ram~16727feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y24_N9 +dffeas \text_gen|char_ram~16727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2391feeder ( +// Equation(s): +// \text_gen|char_ram~2391feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y24_N7 +dffeas \text_gen|char_ram~2391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52097 ( +// Equation(s): +// \text_gen|char_ram~52097_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16727_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2391_q +// ))))) + + .dataa(\text_gen|char_ram~16727_q ), + .datab(\text_gen|char_ram~2391_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52097 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~52097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y24_N19 +dffeas \text_gen|char_ram~9559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y24_N17 +dffeas \text_gen|char_ram~23895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52098 ( +// Equation(s): +// \text_gen|char_ram~52098_combout = (\text_gen|char_ram~52097_combout & (((\text_gen|char_ram~23895_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~52097_combout & (\text_gen|char_ram~9559_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~52097_combout ), + .datab(\text_gen|char_ram~9559_q ), + .datac(\text_gen|char_ram~23895_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52098 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y21_N29 +dffeas \text_gen|char_ram~13143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y20_N31 +dffeas \text_gen|char_ram~27479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y20_N29 +dffeas \text_gen|char_ram~5975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y19_N19 +dffeas \text_gen|char_ram~20311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52104 ( +// Equation(s): +// \text_gen|char_ram~52104_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20311_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5975_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5975_q ), + .datad(\text_gen|char_ram~20311_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52104 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52105 ( +// Equation(s): +// \text_gen|char_ram~52105_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52104_combout & ((\text_gen|char_ram~27479_q ))) # (!\text_gen|char_ram~52104_combout & (\text_gen|char_ram~13143_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52104_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13143_q ), + .datac(\text_gen|char_ram~27479_q ), + .datad(\text_gen|char_ram~52104_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52105 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y21_N23 +dffeas \text_gen|char_ram~7767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y24_N17 +dffeas \text_gen|char_ram~599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52101 ( +// Equation(s): +// \text_gen|char_ram~52101_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7767_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~599_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~7767_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~599_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52101 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y39_N27 +dffeas \text_gen|char_ram~14935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y27_N27 +dffeas \text_gen|char_ram~22103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52102 ( +// Equation(s): +// \text_gen|char_ram~52102_combout = (\text_gen|char_ram~52101_combout & (((\text_gen|char_ram~22103_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52101_combout & (\text_gen|char_ram~14935_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~52101_combout ), + .datab(\text_gen|char_ram~14935_q ), + .datac(\text_gen|char_ram~22103_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52102 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18519feeder ( +// Equation(s): +// \text_gen|char_ram~18519feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18519feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y18_N19 +dffeas \text_gen|char_ram~18519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y21_N11 +dffeas \text_gen|char_ram~25687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y25_N29 +dffeas \text_gen|char_ram~11351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y24_N23 +dffeas \text_gen|char_ram~4183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52099 ( +// Equation(s): +// \text_gen|char_ram~52099_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11351_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4183_q +// ))))) + + .dataa(\text_gen|char_ram~11351_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4183_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52099 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52100 ( +// Equation(s): +// \text_gen|char_ram~52100_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52099_combout & ((\text_gen|char_ram~25687_q ))) # (!\text_gen|char_ram~52099_combout & (\text_gen|char_ram~18519_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52099_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18519_q ), + .datac(\text_gen|char_ram~25687_q ), + .datad(\text_gen|char_ram~52099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52100 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52103 ( +// Equation(s): +// \text_gen|char_ram~52103_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~52100_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~52102_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52102_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52103 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~52103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52106 ( +// Equation(s): +// \text_gen|char_ram~52106_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52103_combout & ((\text_gen|char_ram~52105_combout ))) # (!\text_gen|char_ram~52103_combout & (\text_gen|char_ram~52098_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52103_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52098_combout ), + .datac(\text_gen|char_ram~52105_combout ), + .datad(\text_gen|char_ram~52103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52106 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52107 ( +// Equation(s): +// \text_gen|char_ram~52107_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~52096_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~52106_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52096_combout ), + .datad(\text_gen|char_ram~52106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52107 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y18_N1 +dffeas \text_gen|char_ram~18589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y14_N21 +dffeas \text_gen|char_ram~25757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11421feeder ( +// Equation(s): +// \text_gen|char_ram~11421feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11421feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y14_N5 +dffeas \text_gen|char_ram~11421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y14_N15 +dffeas \text_gen|char_ram~4253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52108 ( +// Equation(s): +// \text_gen|char_ram~52108_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11421_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4253_q +// ))))) + + .dataa(\text_gen|char_ram~11421_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~4253_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52108 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~52108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52109 ( +// Equation(s): +// \text_gen|char_ram~52109_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52108_combout & ((\text_gen|char_ram~25757_q ))) # (!\text_gen|char_ram~52108_combout & (\text_gen|char_ram~18589_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52108_combout )))) + + .dataa(\text_gen|char_ram~18589_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25757_q ), + .datad(\text_gen|char_ram~52108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52109 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15005feeder ( +// Equation(s): +// \text_gen|char_ram~15005feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15005feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15005feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15005feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N29 +dffeas \text_gen|char_ram~15005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15005feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15005 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y11_N21 +dffeas \text_gen|char_ram~22173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7837feeder ( +// Equation(s): +// \text_gen|char_ram~7837feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y11_N7 +dffeas \text_gen|char_ram~7837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y11_N11 +dffeas \text_gen|char_ram~669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52112 ( +// Equation(s): +// \text_gen|char_ram~52112_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7837_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~669_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7837_q ), + .datac(\text_gen|char_ram~669_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52112 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52113 ( +// Equation(s): +// \text_gen|char_ram~52113_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52112_combout & ((\text_gen|char_ram~22173_q ))) # (!\text_gen|char_ram~52112_combout & (\text_gen|char_ram~15005_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52112_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15005_q ), + .datac(\text_gen|char_ram~22173_q ), + .datad(\text_gen|char_ram~52112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52113 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9629feeder ( +// Equation(s): +// \text_gen|char_ram~9629feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9629feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y15_N15 +dffeas \text_gen|char_ram~9629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y15_N17 +dffeas \text_gen|char_ram~23965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X1_Y25_N13 +dffeas \text_gen|char_ram~16797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X1_Y25_N19 +dffeas \text_gen|char_ram~2461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52110 ( +// Equation(s): +// \text_gen|char_ram~52110_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16797_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2461_q +// ))))) + + .dataa(\text_gen|char_ram~16797_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2461_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52110 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52111 ( +// Equation(s): +// \text_gen|char_ram~52111_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52110_combout & ((\text_gen|char_ram~23965_q ))) # (!\text_gen|char_ram~52110_combout & (\text_gen|char_ram~9629_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52110_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9629_q ), + .datac(\text_gen|char_ram~23965_q ), + .datad(\text_gen|char_ram~52110_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52111 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52114 ( +// Equation(s): +// \text_gen|char_ram~52114_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~52111_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~52113_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52113_combout ), + .datad(\text_gen|char_ram~52111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52114 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13213feeder ( +// Equation(s): +// \text_gen|char_ram~13213feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y14_N25 +dffeas \text_gen|char_ram~13213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y14_N7 +dffeas \text_gen|char_ram~27549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6045feeder ( +// Equation(s): +// \text_gen|char_ram~6045feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y11_N25 +dffeas \text_gen|char_ram~6045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20381feeder ( +// Equation(s): +// \text_gen|char_ram~20381feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20381feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20381feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20381feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y11_N21 +dffeas \text_gen|char_ram~20381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20381feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52115 ( +// Equation(s): +// \text_gen|char_ram~52115_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~20381_q )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6045_q & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~6045_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~20381_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52115 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~52115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52116 ( +// Equation(s): +// \text_gen|char_ram~52116_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52115_combout & ((\text_gen|char_ram~27549_q ))) # (!\text_gen|char_ram~52115_combout & (\text_gen|char_ram~13213_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52115_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13213_q ), + .datac(\text_gen|char_ram~27549_q ), + .datad(\text_gen|char_ram~52115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52116 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52117 ( +// Equation(s): +// \text_gen|char_ram~52117_combout = (\text_gen|char_ram~52114_combout & (((\text_gen|char_ram~52116_combout ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~52114_combout & (\text_gen|char_ram~52109_combout & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~52109_combout ), + .datab(\text_gen|char_ram~52114_combout ), + .datac(\text_gen|char_ram~52116_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52117 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52118 ( +// Equation(s): +// \text_gen|char_ram~52118_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52107_combout & ((\text_gen|char_ram~52117_combout ))) # (!\text_gen|char_ram~52107_combout & (\text_gen|char_ram~52086_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52107_combout )))) + + .dataa(\text_gen|char_ram~52086_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52107_combout ), + .datad(\text_gen|char_ram~52117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52118 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~52118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N31 +dffeas \text_gen|char_ram~9111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9167feeder ( +// Equation(s): +// \text_gen|char_ram~9167feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9167feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N17 +dffeas \text_gen|char_ram~9167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52119 ( +// Equation(s): +// \text_gen|char_ram~52119_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~9167_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9111_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9111_q ), + .datad(\text_gen|char_ram~9167_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52119 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y39_N31 +dffeas \text_gen|char_ram~9125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y43_N27 +dffeas \text_gen|char_ram~9181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52120 ( +// Equation(s): +// \text_gen|char_ram~52120_combout = (\text_gen|char_ram~52119_combout & (((\text_gen|char_ram~9181_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~52119_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~9125_q ))) + + .dataa(\text_gen|char_ram~52119_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9125_q ), + .datad(\text_gen|char_ram~9181_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52120 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~52120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y35_N9 +dffeas \text_gen|char_ram~1999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y38_N25 +dffeas \text_gen|char_ram~2013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N5 +dffeas \text_gen|char_ram~1943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1957feeder ( +// Equation(s): +// \text_gen|char_ram~1957feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1957feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1957feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1957feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y38_N9 +dffeas \text_gen|char_ram~1957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1957feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52123 ( +// Equation(s): +// \text_gen|char_ram~52123_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1957_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1943_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1943_q ), + .datad(\text_gen|char_ram~1957_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52123 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52124 ( +// Equation(s): +// \text_gen|char_ram~52124_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52123_combout & ((\text_gen|char_ram~2013_q ))) # (!\text_gen|char_ram~52123_combout & (\text_gen|char_ram~1999_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52123_combout )))) + + .dataa(\text_gen|char_ram~1999_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2013_q ), + .datad(\text_gen|char_ram~52123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52124 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y30_N27 +dffeas \text_gen|char_ram~16279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16293feeder ( +// Equation(s): +// \text_gen|char_ram~16293feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y24_N9 +dffeas \text_gen|char_ram~16293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52121 ( +// Equation(s): +// \text_gen|char_ram~52121_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16293_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16279_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16279_q ), + .datad(\text_gen|char_ram~16293_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52121 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y15_N17 +dffeas \text_gen|char_ram~16349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N17 +dffeas \text_gen|char_ram~16335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52122 ( +// Equation(s): +// \text_gen|char_ram~52122_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52121_combout & (\text_gen|char_ram~16349_q )) # (!\text_gen|char_ram~52121_combout & ((\text_gen|char_ram~16335_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~52121_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~52121_combout ), + .datac(\text_gen|char_ram~16349_q ), + .datad(\text_gen|char_ram~16335_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52122 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52125 ( +// Equation(s): +// \text_gen|char_ram~52125_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~52122_combout ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~52124_combout & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52124_combout ), + .datac(\text_gen|char_ram~52122_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52125 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~52125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y38_N15 +dffeas \text_gen|char_ram~23447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y38_N13 +dffeas \text_gen|char_ram~23503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52126 ( +// Equation(s): +// \text_gen|char_ram~52126_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~23503_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23447_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23447_q ), + .datad(\text_gen|char_ram~23503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52126 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y38_N29 +dffeas \text_gen|char_ram~23517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y38_N19 +dffeas \text_gen|char_ram~23461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52127 ( +// Equation(s): +// \text_gen|char_ram~52127_combout = (\text_gen|char_ram~52126_combout & (((\text_gen|char_ram~23517_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~52126_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~23461_q )))) + + .dataa(\text_gen|char_ram~52126_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23517_q ), + .datad(\text_gen|char_ram~23461_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52127 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52128 ( +// Equation(s): +// \text_gen|char_ram~52128_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52125_combout & ((\text_gen|char_ram~52127_combout ))) # (!\text_gen|char_ram~52125_combout & (\text_gen|char_ram~52120_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52125_combout )))) + + .dataa(\text_gen|char_ram~52120_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52125_combout ), + .datad(\text_gen|char_ram~52127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52128 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~52128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27045feeder ( +// Equation(s): +// \text_gen|char_ram~27045feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N27 +dffeas \text_gen|char_ram~27045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y44_N15 +dffeas \text_gen|char_ram~27101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y44_N1 +dffeas \text_gen|char_ram~27031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y41_N23 +dffeas \text_gen|char_ram~27087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52157 ( +// Equation(s): +// \text_gen|char_ram~52157_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27087_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27031_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27031_q ), + .datad(\text_gen|char_ram~27087_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52157 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52158 ( +// Equation(s): +// \text_gen|char_ram~52158_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52157_combout & ((\text_gen|char_ram~27101_q ))) # (!\text_gen|char_ram~52157_combout & (\text_gen|char_ram~27045_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52157_combout )))) + + .dataa(\text_gen|char_ram~27045_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27101_q ), + .datad(\text_gen|char_ram~52157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52158 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y47_N29 +dffeas \text_gen|char_ram~12695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12751feeder ( +// Equation(s): +// \text_gen|char_ram~12751feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12751feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y43_N27 +dffeas \text_gen|char_ram~12751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52150 ( +// Equation(s): +// \text_gen|char_ram~52150_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12751_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~12695_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12695_q ), + .datad(\text_gen|char_ram~12751_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52150 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12709feeder ( +// Equation(s): +// \text_gen|char_ram~12709feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12709feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12709feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12709feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N19 +dffeas \text_gen|char_ram~12709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12709feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y47_N3 +dffeas \text_gen|char_ram~12765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52151 ( +// Equation(s): +// \text_gen|char_ram~52151_combout = (\text_gen|char_ram~52150_combout & (((\text_gen|char_ram~12765_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~52150_combout & (\text_gen|char_ram~12709_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~52150_combout ), + .datab(\text_gen|char_ram~12709_q ), + .datac(\text_gen|char_ram~12765_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52151 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y41_N9 +dffeas \text_gen|char_ram~19919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y44_N29 +dffeas \text_gen|char_ram~19933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19877feeder ( +// Equation(s): +// \text_gen|char_ram~19877feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N5 +dffeas \text_gen|char_ram~19877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y43_N7 +dffeas \text_gen|char_ram~19863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52152 ( +// Equation(s): +// \text_gen|char_ram~52152_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~19877_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~19863_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19877_q ), + .datac(\text_gen|char_ram~19863_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52152 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52153 ( +// Equation(s): +// \text_gen|char_ram~52153_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52152_combout & ((\text_gen|char_ram~19933_q ))) # (!\text_gen|char_ram~52152_combout & (\text_gen|char_ram~19919_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52152_combout )))) + + .dataa(\text_gen|char_ram~19919_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19933_q ), + .datad(\text_gen|char_ram~52152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52153 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y48_N21 +dffeas \text_gen|char_ram~5527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y44_N23 +dffeas \text_gen|char_ram~5541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52154 ( +// Equation(s): +// \text_gen|char_ram~52154_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~5541_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5527_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5527_q ), + .datad(\text_gen|char_ram~5541_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52154 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y44_N19 +dffeas \text_gen|char_ram~5597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N19 +dffeas \text_gen|char_ram~5583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52155 ( +// Equation(s): +// \text_gen|char_ram~52155_combout = (\text_gen|char_ram~52154_combout & (((\text_gen|char_ram~5597_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~52154_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~5583_q )))) + + .dataa(\text_gen|char_ram~52154_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5597_q ), + .datad(\text_gen|char_ram~5583_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52155 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52156 ( +// Equation(s): +// \text_gen|char_ram~52156_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52153_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~52155_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52153_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52156 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~52156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52159 ( +// Equation(s): +// \text_gen|char_ram~52159_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52156_combout & (\text_gen|char_ram~52158_combout )) # (!\text_gen|char_ram~52156_combout & ((\text_gen|char_ram~52151_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52156_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~52158_combout ), + .datac(\text_gen|char_ram~52151_combout ), + .datad(\text_gen|char_ram~52156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52159 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7389feeder ( +// Equation(s): +// \text_gen|char_ram~7389feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7389feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7389feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7389feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y49_N27 +dffeas \text_gen|char_ram~7389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7389feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y43_N15 +dffeas \text_gen|char_ram~7333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y48_N1 +dffeas \text_gen|char_ram~7319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7375feeder ( +// Equation(s): +// \text_gen|char_ram~7375feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y43_N13 +dffeas \text_gen|char_ram~7375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52141 ( +// Equation(s): +// \text_gen|char_ram~52141_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~7375_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7319_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7319_q ), + .datad(\text_gen|char_ram~7375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52141 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52142 ( +// Equation(s): +// \text_gen|char_ram~52142_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52141_combout & (\text_gen|char_ram~7389_q )) # (!\text_gen|char_ram~52141_combout & ((\text_gen|char_ram~7333_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52141_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7389_q ), + .datac(\text_gen|char_ram~7333_q ), + .datad(\text_gen|char_ram~52141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52142 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~207feeder ( +// Equation(s): +// \text_gen|char_ram~207feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y42_N23 +dffeas \text_gen|char_ram~207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y49_N15 +dffeas \text_gen|char_ram~221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N1 +dffeas \text_gen|char_ram~165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y49_N13 +dffeas \text_gen|char_ram~151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52143 ( +// Equation(s): +// \text_gen|char_ram~52143_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~165_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~151_q ))))) + + .dataa(\text_gen|char_ram~165_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~151_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52143 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52144 ( +// Equation(s): +// \text_gen|char_ram~52144_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52143_combout & ((\text_gen|char_ram~221_q ))) # (!\text_gen|char_ram~52143_combout & (\text_gen|char_ram~207_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~52143_combout +// )))) + + .dataa(\text_gen|char_ram~207_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~221_q ), + .datad(\text_gen|char_ram~52143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52144 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52145 ( +// Equation(s): +// \text_gen|char_ram~52145_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52142_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~52144_combout )))) + + .dataa(\text_gen|char_ram~52142_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~52144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52145 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~52145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y31_N21 +dffeas \text_gen|char_ram~14543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y31_N1 +dffeas \text_gen|char_ram~14557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y38_N23 +dffeas \text_gen|char_ram~14487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14501feeder ( +// Equation(s): +// \text_gen|char_ram~14501feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14501feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N11 +dffeas \text_gen|char_ram~14501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52139 ( +// Equation(s): +// \text_gen|char_ram~52139_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~14501_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14487_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14487_q ), + .datad(\text_gen|char_ram~14501_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52139 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52140 ( +// Equation(s): +// \text_gen|char_ram~52140_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52139_combout & ((\text_gen|char_ram~14557_q ))) # (!\text_gen|char_ram~52139_combout & (\text_gen|char_ram~14543_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52139_combout )))) + + .dataa(\text_gen|char_ram~14543_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14557_q ), + .datad(\text_gen|char_ram~52139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52140 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y43_N11 +dffeas \text_gen|char_ram~21669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y38_N29 +dffeas \text_gen|char_ram~21725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y35_N27 +dffeas \text_gen|char_ram~21655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N17 +dffeas \text_gen|char_ram~21711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52146 ( +// Equation(s): +// \text_gen|char_ram~52146_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~21711_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21655_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21655_q ), + .datad(\text_gen|char_ram~21711_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52146 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52147 ( +// Equation(s): +// \text_gen|char_ram~52147_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52146_combout & ((\text_gen|char_ram~21725_q ))) # (!\text_gen|char_ram~52146_combout & (\text_gen|char_ram~21669_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52146_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21669_q ), + .datac(\text_gen|char_ram~21725_q ), + .datad(\text_gen|char_ram~52146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52147 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52148 ( +// Equation(s): +// \text_gen|char_ram~52148_combout = (\text_gen|char_ram~52145_combout & (((\text_gen|char_ram~52147_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~52145_combout & (\text_gen|Add5~14_combout & (\text_gen|char_ram~52140_combout ))) + + .dataa(\text_gen|char_ram~52145_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52140_combout ), + .datad(\text_gen|char_ram~52147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52148 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~52148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y48_N11 +dffeas \text_gen|char_ram~18127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y48_N13 +dffeas \text_gen|char_ram~18141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y50_N13 +dffeas \text_gen|char_ram~18071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18085feeder ( +// Equation(s): +// \text_gen|char_ram~18085feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y51_N21 +dffeas \text_gen|char_ram~18085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52129 ( +// Equation(s): +// \text_gen|char_ram~52129_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18085_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18071_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18071_q ), + .datad(\text_gen|char_ram~18085_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52129 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52130 ( +// Equation(s): +// \text_gen|char_ram~52130_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52129_combout & ((\text_gen|char_ram~18141_q ))) # (!\text_gen|char_ram~52129_combout & (\text_gen|char_ram~18127_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52129_combout )))) + + .dataa(\text_gen|char_ram~18127_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18141_q ), + .datad(\text_gen|char_ram~52129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52130 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25253feeder ( +// Equation(s): +// \text_gen|char_ram~25253feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y51_N11 +dffeas \text_gen|char_ram~25253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y48_N9 +dffeas \text_gen|char_ram~25309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y48_N23 +dffeas \text_gen|char_ram~25239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25295feeder ( +// Equation(s): +// \text_gen|char_ram~25295feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25295feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25295feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25295feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y48_N9 +dffeas \text_gen|char_ram~25295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25295feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52136 ( +// Equation(s): +// \text_gen|char_ram~52136_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~25295_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25239_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25239_q ), + .datad(\text_gen|char_ram~25295_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52136 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52137 ( +// Equation(s): +// \text_gen|char_ram~52137_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52136_combout & ((\text_gen|char_ram~25309_q ))) # (!\text_gen|char_ram~52136_combout & (\text_gen|char_ram~25253_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52136_combout )))) + + .dataa(\text_gen|char_ram~25253_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25309_q ), + .datad(\text_gen|char_ram~52136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52137 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10917feeder ( +// Equation(s): +// \text_gen|char_ram~10917feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10917feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10917feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10917feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N17 +dffeas \text_gen|char_ram~10917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10917feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y51_N13 +dffeas \text_gen|char_ram~10973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y48_N1 +dffeas \text_gen|char_ram~10903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10959feeder ( +// Equation(s): +// \text_gen|char_ram~10959feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y48_N7 +dffeas \text_gen|char_ram~10959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52131 ( +// Equation(s): +// \text_gen|char_ram~52131_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~10959_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10903_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10903_q ), + .datad(\text_gen|char_ram~10959_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52131 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52132 ( +// Equation(s): +// \text_gen|char_ram~52132_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52131_combout & ((\text_gen|char_ram~10973_q ))) # (!\text_gen|char_ram~52131_combout & (\text_gen|char_ram~10917_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52131_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10917_q ), + .datac(\text_gen|char_ram~10973_q ), + .datad(\text_gen|char_ram~52131_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52132 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y45_N11 +dffeas \text_gen|char_ram~3791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y49_N25 +dffeas \text_gen|char_ram~3805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y45_N5 +dffeas \text_gen|char_ram~3735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3749feeder ( +// Equation(s): +// \text_gen|char_ram~3749feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3749feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3749feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3749feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y47_N19 +dffeas \text_gen|char_ram~3749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3749feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52133 ( +// Equation(s): +// \text_gen|char_ram~52133_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3749_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3735_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3735_q ), + .datad(\text_gen|char_ram~3749_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52133 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52134 ( +// Equation(s): +// \text_gen|char_ram~52134_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52133_combout & ((\text_gen|char_ram~3805_q ))) # (!\text_gen|char_ram~52133_combout & (\text_gen|char_ram~3791_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52133_combout )))) + + .dataa(\text_gen|char_ram~3791_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3805_q ), + .datad(\text_gen|char_ram~52133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52134 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52135 ( +// Equation(s): +// \text_gen|char_ram~52135_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~52132_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~52134_combout ))))) + + .dataa(\text_gen|char_ram~52132_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52135 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~52135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52138 ( +// Equation(s): +// \text_gen|char_ram~52138_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52135_combout & ((\text_gen|char_ram~52137_combout ))) # (!\text_gen|char_ram~52135_combout & (\text_gen|char_ram~52130_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52135_combout )))) + + .dataa(\text_gen|char_ram~52130_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52137_combout ), + .datad(\text_gen|char_ram~52135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52138 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52149 ( +// Equation(s): +// \text_gen|char_ram~52149_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~52138_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~52148_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52148_combout ), + .datad(\text_gen|char_ram~52138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52149 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52160 ( +// Equation(s): +// \text_gen|char_ram~52160_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52149_combout & ((\text_gen|char_ram~52159_combout ))) # (!\text_gen|char_ram~52149_combout & (\text_gen|char_ram~52128_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52149_combout )))) + + .dataa(\text_gen|char_ram~52128_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~52159_combout ), + .datad(\text_gen|char_ram~52149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52160 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52161 ( +// Equation(s): +// \text_gen|char_ram~52161_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~52118_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~52160_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~52118_combout ), + .datad(\text_gen|char_ram~52160_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52161 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y58_N11 +dffeas \text_gen|char_ram~18981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y58_N17 +dffeas \text_gen|char_ram~18967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52035 ( +// Equation(s): +// \text_gen|char_ram~52035_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~18981_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~18967_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~18981_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18967_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52035 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y58_N3 +dffeas \text_gen|char_ram~19023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19037feeder ( +// Equation(s): +// \text_gen|char_ram~19037feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N11 +dffeas \text_gen|char_ram~19037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52036 ( +// Equation(s): +// \text_gen|char_ram~52036_combout = (\text_gen|char_ram~52035_combout & (((\text_gen|char_ram~19037_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~52035_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~19023_q ))) + + .dataa(\text_gen|char_ram~52035_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19023_q ), + .datad(\text_gen|char_ram~19037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52036 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~52036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4687feeder ( +// Equation(s): +// \text_gen|char_ram~4687feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4687feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y55_N7 +dffeas \text_gen|char_ram~4687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y55_N11 +dffeas \text_gen|char_ram~4701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4645feeder ( +// Equation(s): +// \text_gen|char_ram~4645feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4645feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4645feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4645feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y57_N5 +dffeas \text_gen|char_ram~4645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4645feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y57_N9 +dffeas \text_gen|char_ram~4631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52039 ( +// Equation(s): +// \text_gen|char_ram~52039_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~4645_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~4631_q ))))) + + .dataa(\text_gen|char_ram~4645_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4631_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52039 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52040 ( +// Equation(s): +// \text_gen|char_ram~52040_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52039_combout & ((\text_gen|char_ram~4701_q ))) # (!\text_gen|char_ram~52039_combout & (\text_gen|char_ram~4687_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52039_combout )))) + + .dataa(\text_gen|char_ram~4687_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4701_q ), + .datad(\text_gen|char_ram~52039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52040 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11813feeder ( +// Equation(s): +// \text_gen|char_ram~11813feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y57_N11 +dffeas \text_gen|char_ram~11813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y55_N7 +dffeas \text_gen|char_ram~11869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y52_N19 +dffeas \text_gen|char_ram~11799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11855feeder ( +// Equation(s): +// \text_gen|char_ram~11855feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11855feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11855feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11855feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y56_N13 +dffeas \text_gen|char_ram~11855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11855feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52037 ( +// Equation(s): +// \text_gen|char_ram~52037_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~11855_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11799_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11799_q ), + .datad(\text_gen|char_ram~11855_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52037 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52038 ( +// Equation(s): +// \text_gen|char_ram~52038_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52037_combout & ((\text_gen|char_ram~11869_q ))) # (!\text_gen|char_ram~52037_combout & (\text_gen|char_ram~11813_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52037_combout )))) + + .dataa(\text_gen|char_ram~11813_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11869_q ), + .datad(\text_gen|char_ram~52037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52038 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52041 ( +// Equation(s): +// \text_gen|char_ram~52041_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~52038_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~52040_combout )))) + + .dataa(\text_gen|char_ram~52040_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52038_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52041 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~52041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y62_N7 +dffeas \text_gen|char_ram~26135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y62_N29 +dffeas \text_gen|char_ram~26191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52042 ( +// Equation(s): +// \text_gen|char_ram~52042_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~26191_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26135_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26135_q ), + .datad(\text_gen|char_ram~26191_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52042 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y58_N7 +dffeas \text_gen|char_ram~26149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y58_N13 +dffeas \text_gen|char_ram~26205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52043 ( +// Equation(s): +// \text_gen|char_ram~52043_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52042_combout & ((\text_gen|char_ram~26205_q ))) # (!\text_gen|char_ram~52042_combout & (\text_gen|char_ram~26149_q )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~52042_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~52042_combout ), + .datac(\text_gen|char_ram~26149_q ), + .datad(\text_gen|char_ram~26205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52043 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~52043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52044 ( +// Equation(s): +// \text_gen|char_ram~52044_combout = (\text_gen|char_ram~52041_combout & (((\text_gen|char_ram~52043_combout ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52041_combout & (\text_gen|char_ram~52036_combout & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~52036_combout ), + .datab(\text_gen|char_ram~52041_combout ), + .datac(\text_gen|char_ram~52043_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52044 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y51_N7 +dffeas \text_gen|char_ram~27941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y55_N19 +dffeas \text_gen|char_ram~27997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y52_N5 +dffeas \text_gen|char_ram~27927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y56_N21 +dffeas \text_gen|char_ram~27983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52073 ( +// Equation(s): +// \text_gen|char_ram~52073_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~27983_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27927_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27927_q ), + .datad(\text_gen|char_ram~27983_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52073 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52074 ( +// Equation(s): +// \text_gen|char_ram~52074_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52073_combout & ((\text_gen|char_ram~27997_q ))) # (!\text_gen|char_ram~52073_combout & (\text_gen|char_ram~27941_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52073_combout )))) + + .dataa(\text_gen|char_ram~27941_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27997_q ), + .datad(\text_gen|char_ram~52073_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52074 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N21 +dffeas \text_gen|char_ram~13591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y48_N11 +dffeas \text_gen|char_ram~13647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52066 ( +// Equation(s): +// \text_gen|char_ram~52066_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~13647_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13591_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13591_q ), + .datad(\text_gen|char_ram~13647_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52066 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y51_N3 +dffeas \text_gen|char_ram~13605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y55_N13 +dffeas \text_gen|char_ram~13661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52067 ( +// Equation(s): +// \text_gen|char_ram~52067_combout = (\text_gen|char_ram~52066_combout & (((\text_gen|char_ram~13661_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~52066_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~13605_q ))) + + .dataa(\text_gen|char_ram~52066_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13605_q ), + .datad(\text_gen|char_ram~13661_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52067 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~52067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y52_N19 +dffeas \text_gen|char_ram~20759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y51_N1 +dffeas \text_gen|char_ram~20773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52068 ( +// Equation(s): +// \text_gen|char_ram~52068_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20773_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20759_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20759_q ), + .datad(\text_gen|char_ram~20773_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52068 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y57_N13 +dffeas \text_gen|char_ram~20829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y57_N11 +dffeas \text_gen|char_ram~20815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52069 ( +// Equation(s): +// \text_gen|char_ram~52069_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52068_combout & (\text_gen|char_ram~20829_q )) # (!\text_gen|char_ram~52068_combout & ((\text_gen|char_ram~20815_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~52068_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~52068_combout ), + .datac(\text_gen|char_ram~20829_q ), + .datad(\text_gen|char_ram~20815_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52069 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6479feeder ( +// Equation(s): +// \text_gen|char_ram~6479feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y50_N25 +dffeas \text_gen|char_ram~6479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y52_N27 +dffeas \text_gen|char_ram~6423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y51_N25 +dffeas \text_gen|char_ram~6437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52070 ( +// Equation(s): +// \text_gen|char_ram~52070_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~6437_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~6423_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6423_q ), + .datad(\text_gen|char_ram~6437_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52070 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6493feeder ( +// Equation(s): +// \text_gen|char_ram~6493feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y54_N25 +dffeas \text_gen|char_ram~6493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52071 ( +// Equation(s): +// \text_gen|char_ram~52071_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52070_combout & ((\text_gen|char_ram~6493_q ))) # (!\text_gen|char_ram~52070_combout & (\text_gen|char_ram~6479_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52070_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6479_q ), + .datac(\text_gen|char_ram~52070_combout ), + .datad(\text_gen|char_ram~6493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52071 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~52071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52072 ( +// Equation(s): +// \text_gen|char_ram~52072_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~52069_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~52071_combout ))))) + + .dataa(\text_gen|char_ram~52069_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52071_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52072 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52075 ( +// Equation(s): +// \text_gen|char_ram~52075_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52072_combout & (\text_gen|char_ram~52074_combout )) # (!\text_gen|char_ram~52072_combout & ((\text_gen|char_ram~52067_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52072_combout )))) + + .dataa(\text_gen|char_ram~52074_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~52067_combout ), + .datad(\text_gen|char_ram~52072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52075 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N21 +dffeas \text_gen|char_ram~8229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y54_N3 +dffeas \text_gen|char_ram~8285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8215feeder ( +// Equation(s): +// \text_gen|char_ram~8215feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8215feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y47_N21 +dffeas \text_gen|char_ram~8215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y47_N27 +dffeas \text_gen|char_ram~8271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52057 ( +// Equation(s): +// \text_gen|char_ram~52057_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8271_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8215_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8215_q ), + .datac(\text_gen|char_ram~8271_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52057 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~52057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52058 ( +// Equation(s): +// \text_gen|char_ram~52058_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52057_combout & ((\text_gen|char_ram~8285_q ))) # (!\text_gen|char_ram~52057_combout & (\text_gen|char_ram~8229_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52057_combout )))) + + .dataa(\text_gen|char_ram~8229_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8285_q ), + .datad(\text_gen|char_ram~52057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52058 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1103feeder ( +// Equation(s): +// \text_gen|char_ram~1103feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N15 +dffeas \text_gen|char_ram~1103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y54_N9 +dffeas \text_gen|char_ram~1117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N11 +dffeas \text_gen|char_ram~1047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y47_N9 +dffeas \text_gen|char_ram~1061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52059 ( +// Equation(s): +// \text_gen|char_ram~52059_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1061_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1047_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1047_q ), + .datad(\text_gen|char_ram~1061_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52059 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52060 ( +// Equation(s): +// \text_gen|char_ram~52060_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52059_combout & ((\text_gen|char_ram~1117_q ))) # (!\text_gen|char_ram~52059_combout & (\text_gen|char_ram~1103_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52059_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1103_q ), + .datac(\text_gen|char_ram~1117_q ), + .datad(\text_gen|char_ram~52059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52060 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52061 ( +// Equation(s): +// \text_gen|char_ram~52061_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~52058_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~52060_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52058_combout ), + .datad(\text_gen|char_ram~52060_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52061 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y57_N5 +dffeas \text_gen|char_ram~22565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y54_N15 +dffeas \text_gen|char_ram~22621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y46_N31 +dffeas \text_gen|char_ram~22607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y46_N29 +dffeas \text_gen|char_ram~22551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52062 ( +// Equation(s): +// \text_gen|char_ram~52062_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~22607_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~22551_q ))))) + + .dataa(\text_gen|char_ram~22607_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22551_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~52062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52062 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52063 ( +// Equation(s): +// \text_gen|char_ram~52063_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52062_combout & ((\text_gen|char_ram~22621_q ))) # (!\text_gen|char_ram~52062_combout & (\text_gen|char_ram~22565_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52062_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22565_q ), + .datac(\text_gen|char_ram~22621_q ), + .datad(\text_gen|char_ram~52062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52063 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y50_N11 +dffeas \text_gen|char_ram~15439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y54_N9 +dffeas \text_gen|char_ram~15453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y42_N21 +dffeas \text_gen|char_ram~15383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y35_N7 +dffeas \text_gen|char_ram~15397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52055 ( +// Equation(s): +// \text_gen|char_ram~52055_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~15397_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15383_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15383_q ), + .datad(\text_gen|char_ram~15397_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52055 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52056 ( +// Equation(s): +// \text_gen|char_ram~52056_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52055_combout & ((\text_gen|char_ram~15453_q ))) # (!\text_gen|char_ram~52055_combout & (\text_gen|char_ram~15439_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52055_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15439_q ), + .datac(\text_gen|char_ram~15453_q ), + .datad(\text_gen|char_ram~52055_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52056 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52064 ( +// Equation(s): +// \text_gen|char_ram~52064_combout = (\text_gen|char_ram~52061_combout & (((\text_gen|char_ram~52063_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~52061_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52056_combout )))) + + .dataa(\text_gen|char_ram~52061_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52063_combout ), + .datad(\text_gen|char_ram~52056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52064 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~52064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24413feeder ( +// Equation(s): +// \text_gen|char_ram~24413feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24413feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24413feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24413feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y46_N7 +dffeas \text_gen|char_ram~24413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24413feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y46_N3 +dffeas \text_gen|char_ram~24357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y46_N27 +dffeas \text_gen|char_ram~24343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y46_N1 +dffeas \text_gen|char_ram~24399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52052 ( +// Equation(s): +// \text_gen|char_ram~52052_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~24399_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24343_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24343_q ), + .datad(\text_gen|char_ram~24399_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52052 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52053 ( +// Equation(s): +// \text_gen|char_ram~52053_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52052_combout & (\text_gen|char_ram~24413_q )) # (!\text_gen|char_ram~52052_combout & ((\text_gen|char_ram~24357_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52052_combout )))) + + .dataa(\text_gen|char_ram~24413_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24357_q ), + .datad(\text_gen|char_ram~52052_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52053 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~52053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y54_N7 +dffeas \text_gen|char_ram~10077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10021feeder ( +// Equation(s): +// \text_gen|char_ram~10021feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10021feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y54_N27 +dffeas \text_gen|char_ram~10021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N19 +dffeas \text_gen|char_ram~10063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y47_N23 +dffeas \text_gen|char_ram~10007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52045 ( +// Equation(s): +// \text_gen|char_ram~52045_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10063_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~10007_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10063_q ), + .datac(\text_gen|char_ram~10007_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52045 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52046 ( +// Equation(s): +// \text_gen|char_ram~52046_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52045_combout & (\text_gen|char_ram~10077_q )) # (!\text_gen|char_ram~52045_combout & ((\text_gen|char_ram~10021_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52045_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10077_q ), + .datac(\text_gen|char_ram~10021_q ), + .datad(\text_gen|char_ram~52045_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52046 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2895feeder ( +// Equation(s): +// \text_gen|char_ram~2895feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2895feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2895feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2895feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y47_N9 +dffeas \text_gen|char_ram~2895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2895feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y54_N31 +dffeas \text_gen|char_ram~2909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y47_N17 +dffeas \text_gen|char_ram~2839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2853feeder ( +// Equation(s): +// \text_gen|char_ram~2853feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2853feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2853feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2853feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y46_N23 +dffeas \text_gen|char_ram~2853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2853feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52049 ( +// Equation(s): +// \text_gen|char_ram~52049_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2853_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2839_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2839_q ), + .datad(\text_gen|char_ram~2853_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52049 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52050 ( +// Equation(s): +// \text_gen|char_ram~52050_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52049_combout & ((\text_gen|char_ram~2909_q ))) # (!\text_gen|char_ram~52049_combout & (\text_gen|char_ram~2895_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52049_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2895_q ), + .datac(\text_gen|char_ram~2909_q ), + .datad(\text_gen|char_ram~52049_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52050 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y54_N27 +dffeas \text_gen|char_ram~17231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y54_N7 +dffeas \text_gen|char_ram~17245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y62_N9 +dffeas \text_gen|char_ram~17189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y59_N31 +dffeas \text_gen|char_ram~17175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52047 ( +// Equation(s): +// \text_gen|char_ram~52047_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~17189_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~17175_q ))))) + + .dataa(\text_gen|char_ram~17189_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17175_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~52047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52047 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52048 ( +// Equation(s): +// \text_gen|char_ram~52048_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52047_combout & ((\text_gen|char_ram~17245_q ))) # (!\text_gen|char_ram~52047_combout & (\text_gen|char_ram~17231_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52047_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17231_q ), + .datac(\text_gen|char_ram~17245_q ), + .datad(\text_gen|char_ram~52047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52048 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52051 ( +// Equation(s): +// \text_gen|char_ram~52051_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~52048_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~52050_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52050_combout ), + .datad(\text_gen|char_ram~52048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52051 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52054 ( +// Equation(s): +// \text_gen|char_ram~52054_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52051_combout & (\text_gen|char_ram~52053_combout )) # (!\text_gen|char_ram~52051_combout & ((\text_gen|char_ram~52046_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52051_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~52053_combout ), + .datac(\text_gen|char_ram~52046_combout ), + .datad(\text_gen|char_ram~52051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52054 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52065 ( +// Equation(s): +// \text_gen|char_ram~52065_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~52054_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~52064_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52064_combout ), + .datad(\text_gen|char_ram~52054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52065 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52076 ( +// Equation(s): +// \text_gen|char_ram~52076_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52065_combout & ((\text_gen|char_ram~52075_combout ))) # (!\text_gen|char_ram~52065_combout & (\text_gen|char_ram~52044_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52065_combout )))) + + .dataa(\text_gen|char_ram~52044_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~52075_combout ), + .datad(\text_gen|char_ram~52065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52076 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N15 +dffeas \text_gen|char_ram~8677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y28_N19 +dffeas \text_gen|char_ram~10469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52172 ( +// Equation(s): +// \text_gen|char_ram~52172_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10469_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8677_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8677_q ), + .datad(\text_gen|char_ram~10469_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52172 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y32_N25 +dffeas \text_gen|char_ram~12261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y32_N13 +dffeas \text_gen|char_ram~14053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52173 ( +// Equation(s): +// \text_gen|char_ram~52173_combout = (\text_gen|char_ram~52172_combout & (((\text_gen|char_ram~14053_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~52172_combout & (\text_gen|char_ram~12261_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~52172_combout ), + .datab(\text_gen|char_ram~12261_q ), + .datac(\text_gen|char_ram~14053_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52173 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~52173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N5 +dffeas \text_gen|char_ram~26597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y30_N7 +dffeas \text_gen|char_ram~28389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y30_N19 +dffeas \text_gen|char_ram~23013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y30_N19 +dffeas \text_gen|char_ram~24805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52179 ( +// Equation(s): +// \text_gen|char_ram~52179_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24805_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~23013_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23013_q ), + .datad(\text_gen|char_ram~24805_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52179 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52180 ( +// Equation(s): +// \text_gen|char_ram~52180_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52179_combout & ((\text_gen|char_ram~28389_q ))) # (!\text_gen|char_ram~52179_combout & (\text_gen|char_ram~26597_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52179_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26597_q ), + .datac(\text_gen|char_ram~28389_q ), + .datad(\text_gen|char_ram~52179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52180 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y28_N17 +dffeas \text_gen|char_ram~3301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y28_N11 +dffeas \text_gen|char_ram~6885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5093feeder ( +// Equation(s): +// \text_gen|char_ram~5093feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5093feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5093feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5093feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N15 +dffeas \text_gen|char_ram~5093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5093feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y29_N11 +dffeas \text_gen|char_ram~1509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52176 ( +// Equation(s): +// \text_gen|char_ram~52176_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5093_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1509_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5093_q ), + .datac(\text_gen|char_ram~1509_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52176 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52177 ( +// Equation(s): +// \text_gen|char_ram~52177_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52176_combout & ((\text_gen|char_ram~6885_q ))) # (!\text_gen|char_ram~52176_combout & (\text_gen|char_ram~3301_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52176_combout )))) + + .dataa(\text_gen|char_ram~3301_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6885_q ), + .datad(\text_gen|char_ram~52176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52177 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17637feeder ( +// Equation(s): +// \text_gen|char_ram~17637feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17637feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17637feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17637feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y24_N15 +dffeas \text_gen|char_ram~17637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17637feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y28_N27 +dffeas \text_gen|char_ram~21221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19429feeder ( +// Equation(s): +// \text_gen|char_ram~19429feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y25_N15 +dffeas \text_gen|char_ram~19429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y28_N17 +dffeas \text_gen|char_ram~15845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52174 ( +// Equation(s): +// \text_gen|char_ram~52174_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19429_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15845_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19429_q ), + .datac(\text_gen|char_ram~15845_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52174 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52175 ( +// Equation(s): +// \text_gen|char_ram~52175_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52174_combout & ((\text_gen|char_ram~21221_q ))) # (!\text_gen|char_ram~52174_combout & (\text_gen|char_ram~17637_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52174_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17637_q ), + .datac(\text_gen|char_ram~21221_q ), + .datad(\text_gen|char_ram~52174_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52175 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52178 ( +// Equation(s): +// \text_gen|char_ram~52178_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~52175_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~52177_combout )))) + + .dataa(\text_gen|char_ram~52177_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~52175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52178 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~52178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52181 ( +// Equation(s): +// \text_gen|char_ram~52181_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52178_combout & ((\text_gen|char_ram~52180_combout ))) # (!\text_gen|char_ram~52178_combout & (\text_gen|char_ram~52173_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52178_combout )))) + + .dataa(\text_gen|char_ram~52173_combout ), + .datab(\text_gen|char_ram~52180_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~52178_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52181 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~52181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y30_N17 +dffeas \text_gen|char_ram~17623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y31_N23 +dffeas \text_gen|char_ram~21207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y31_N25 +dffeas \text_gen|char_ram~19415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y35_N13 +dffeas \text_gen|char_ram~15831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52182 ( +// Equation(s): +// \text_gen|char_ram~52182_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19415_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15831_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19415_q ), + .datac(\text_gen|char_ram~15831_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52182 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52183 ( +// Equation(s): +// \text_gen|char_ram~52183_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52182_combout & ((\text_gen|char_ram~21207_q ))) # (!\text_gen|char_ram~52182_combout & (\text_gen|char_ram~17623_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52182_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17623_q ), + .datac(\text_gen|char_ram~21207_q ), + .datad(\text_gen|char_ram~52182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52183 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y30_N21 +dffeas \text_gen|char_ram~26583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y30_N25 +dffeas \text_gen|char_ram~24791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y30_N23 +dffeas \text_gen|char_ram~22999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52189 ( +// Equation(s): +// \text_gen|char_ram~52189_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24791_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22999_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24791_q ), + .datac(\text_gen|char_ram~22999_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52189 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y30_N3 +dffeas \text_gen|char_ram~28375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52190 ( +// Equation(s): +// \text_gen|char_ram~52190_combout = (\text_gen|char_ram~52189_combout & (((\text_gen|char_ram~28375_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~52189_combout & (\text_gen|char_ram~26583_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~26583_q ), + .datab(\text_gen|char_ram~52189_combout ), + .datac(\text_gen|char_ram~28375_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52190 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3287feeder ( +// Equation(s): +// \text_gen|char_ram~3287feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y35_N11 +dffeas \text_gen|char_ram~3287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y35_N3 +dffeas \text_gen|char_ram~6871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y35_N21 +dffeas \text_gen|char_ram~1495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5079feeder ( +// Equation(s): +// \text_gen|char_ram~5079feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y35_N19 +dffeas \text_gen|char_ram~5079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52186 ( +// Equation(s): +// \text_gen|char_ram~52186_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5079_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1495_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1495_q ), + .datad(\text_gen|char_ram~5079_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52186 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52187 ( +// Equation(s): +// \text_gen|char_ram~52187_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52186_combout & ((\text_gen|char_ram~6871_q ))) # (!\text_gen|char_ram~52186_combout & (\text_gen|char_ram~3287_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52186_combout )))) + + .dataa(\text_gen|char_ram~3287_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6871_q ), + .datad(\text_gen|char_ram~52186_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52187 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y25_N31 +dffeas \text_gen|char_ram~12247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10455feeder ( +// Equation(s): +// \text_gen|char_ram~10455feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y32_N27 +dffeas \text_gen|char_ram~10455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y32_N3 +dffeas \text_gen|char_ram~8663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52184 ( +// Equation(s): +// \text_gen|char_ram~52184_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10455_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8663_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10455_q ), + .datac(\text_gen|char_ram~8663_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52184 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y28_N13 +dffeas \text_gen|char_ram~14039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52185 ( +// Equation(s): +// \text_gen|char_ram~52185_combout = (\text_gen|char_ram~52184_combout & (((\text_gen|char_ram~14039_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~52184_combout & (\text_gen|char_ram~12247_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12247_q ), + .datab(\text_gen|char_ram~52184_combout ), + .datac(\text_gen|char_ram~14039_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52185 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52188 ( +// Equation(s): +// \text_gen|char_ram~52188_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~52185_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~52187_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~52187_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~52185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52188 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~52188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52191 ( +// Equation(s): +// \text_gen|char_ram~52191_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52188_combout & ((\text_gen|char_ram~52190_combout ))) # (!\text_gen|char_ram~52188_combout & (\text_gen|char_ram~52183_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52188_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~52183_combout ), + .datac(\text_gen|char_ram~52190_combout ), + .datad(\text_gen|char_ram~52188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52191 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52192 ( +// Equation(s): +// \text_gen|char_ram~52192_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~52181_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~52191_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~52181_combout ), + .datad(\text_gen|char_ram~52191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52192 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~52192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y31_N13 +dffeas \text_gen|char_ram~26639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y31_N15 +dffeas \text_gen|char_ram~28431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24847feeder ( +// Equation(s): +// \text_gen|char_ram~24847feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24847feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24847feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24847feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y31_N25 +dffeas \text_gen|char_ram~24847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24847feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N15 +dffeas \text_gen|char_ram~23055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52169 ( +// Equation(s): +// \text_gen|char_ram~52169_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24847_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23055_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24847_q ), + .datac(\text_gen|char_ram~23055_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52169 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52170 ( +// Equation(s): +// \text_gen|char_ram~52170_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52169_combout & ((\text_gen|char_ram~28431_q ))) # (!\text_gen|char_ram~52169_combout & (\text_gen|char_ram~26639_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52169_combout )))) + + .dataa(\text_gen|char_ram~26639_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28431_q ), + .datad(\text_gen|char_ram~52169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52170 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y35_N5 +dffeas \text_gen|char_ram~3343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N5 +dffeas \text_gen|char_ram~6927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5135feeder ( +// Equation(s): +// \text_gen|char_ram~5135feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5135feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5135feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5135feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y36_N13 +dffeas \text_gen|char_ram~5135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5135feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N19 +dffeas \text_gen|char_ram~1551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52166 ( +// Equation(s): +// \text_gen|char_ram~52166_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5135_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1551_q +// ))))) + + .dataa(\text_gen|char_ram~5135_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1551_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52166 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52167 ( +// Equation(s): +// \text_gen|char_ram~52167_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52166_combout & ((\text_gen|char_ram~6927_q ))) # (!\text_gen|char_ram~52166_combout & (\text_gen|char_ram~3343_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~52166_combout )))) + + .dataa(\text_gen|char_ram~3343_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6927_q ), + .datad(\text_gen|char_ram~52166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52167 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12303feeder ( +// Equation(s): +// \text_gen|char_ram~12303feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y43_N11 +dffeas \text_gen|char_ram~12303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y43_N25 +dffeas \text_gen|char_ram~14095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10511feeder ( +// Equation(s): +// \text_gen|char_ram~10511feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10511feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y46_N1 +dffeas \text_gen|char_ram~10511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y43_N3 +dffeas \text_gen|char_ram~8719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52164 ( +// Equation(s): +// \text_gen|char_ram~52164_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10511_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8719_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10511_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8719_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52164 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52165 ( +// Equation(s): +// \text_gen|char_ram~52165_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~52164_combout & ((\text_gen|char_ram~14095_q ))) # (!\text_gen|char_ram~52164_combout & (\text_gen|char_ram~12303_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~52164_combout )))) + + .dataa(\text_gen|char_ram~12303_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14095_q ), + .datad(\text_gen|char_ram~52164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52165 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52168 ( +// Equation(s): +// \text_gen|char_ram~52168_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~52165_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~52167_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52167_combout ), + .datad(\text_gen|char_ram~52165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52168 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19471feeder ( +// Equation(s): +// \text_gen|char_ram~19471feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19471feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19471feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19471feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N27 +dffeas \text_gen|char_ram~19471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19471feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y31_N7 +dffeas \text_gen|char_ram~15887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52162 ( +// Equation(s): +// \text_gen|char_ram~52162_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19471_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15887_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19471_q ), + .datac(\text_gen|char_ram~15887_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52162 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17679feeder ( +// Equation(s): +// \text_gen|char_ram~17679feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y27_N11 +dffeas \text_gen|char_ram~17679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N25 +dffeas \text_gen|char_ram~21263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52163 ( +// Equation(s): +// \text_gen|char_ram~52163_combout = (\text_gen|char_ram~52162_combout & (((\text_gen|char_ram~21263_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~52162_combout & (\text_gen|char_ram~17679_q & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~52162_combout ), + .datab(\text_gen|char_ram~17679_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~21263_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52163 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~52163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52171 ( +// Equation(s): +// \text_gen|char_ram~52171_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52168_combout & (\text_gen|char_ram~52170_combout )) # (!\text_gen|char_ram~52168_combout & ((\text_gen|char_ram~52163_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52168_combout )))) + + .dataa(\text_gen|char_ram~52170_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~52168_combout ), + .datad(\text_gen|char_ram~52163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52171 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y23_N13 +dffeas \text_gen|char_ram~8733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y23_N19 +dffeas \text_gen|char_ram~23069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y31_N19 +dffeas \text_gen|char_ram~15901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y23_N29 +dffeas \text_gen|char_ram~1565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52197 ( +// Equation(s): +// \text_gen|char_ram~52197_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15901_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1565_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15901_q ), + .datac(\text_gen|char_ram~1565_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52197 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52198 ( +// Equation(s): +// \text_gen|char_ram~52198_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52197_combout & ((\text_gen|char_ram~23069_q ))) # (!\text_gen|char_ram~52197_combout & (\text_gen|char_ram~8733_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52197_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8733_q ), + .datac(\text_gen|char_ram~23069_q ), + .datad(\text_gen|char_ram~52197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52198 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12317feeder ( +// Equation(s): +// \text_gen|char_ram~12317feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y27_N25 +dffeas \text_gen|char_ram~12317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y27_N5 +dffeas \text_gen|char_ram~26653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y27_N13 +dffeas \text_gen|char_ram~19485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y27_N23 +dffeas \text_gen|char_ram~5149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52195 ( +// Equation(s): +// \text_gen|char_ram~52195_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19485_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~5149_q )))) + + .dataa(\text_gen|char_ram~19485_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~5149_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52195 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~52195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52196 ( +// Equation(s): +// \text_gen|char_ram~52196_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~52195_combout & ((\text_gen|char_ram~26653_q ))) # (!\text_gen|char_ram~52195_combout & (\text_gen|char_ram~12317_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~52195_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12317_q ), + .datac(\text_gen|char_ram~26653_q ), + .datad(\text_gen|char_ram~52195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52196 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52199 ( +// Equation(s): +// \text_gen|char_ram~52199_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~52196_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~52198_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52198_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~52196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52199 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~52199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17693feeder ( +// Equation(s): +// \text_gen|char_ram~17693feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17693feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y25_N9 +dffeas \text_gen|char_ram~17693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y23_N19 +dffeas \text_gen|char_ram~10525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y23_N23 +dffeas \text_gen|char_ram~3357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52193 ( +// Equation(s): +// \text_gen|char_ram~52193_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10525_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3357_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10525_q ), + .datac(\text_gen|char_ram~3357_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52193 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y23_N9 +dffeas \text_gen|char_ram~24861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52194 ( +// Equation(s): +// \text_gen|char_ram~52194_combout = (\text_gen|char_ram~52193_combout & (((\text_gen|char_ram~24861_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~52193_combout & (\text_gen|char_ram~17693_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17693_q ), + .datab(\text_gen|char_ram~52193_combout ), + .datac(\text_gen|char_ram~24861_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52194 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21277feeder ( +// Equation(s): +// \text_gen|char_ram~21277feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y28_N31 +dffeas \text_gen|char_ram~21277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y23_N25 +dffeas \text_gen|char_ram~28445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y23_N15 +dffeas \text_gen|char_ram~14109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y23_N5 +dffeas \text_gen|char_ram~6941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52200 ( +// Equation(s): +// \text_gen|char_ram~52200_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~14109_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6941_q +// ))))) + + .dataa(\text_gen|char_ram~14109_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6941_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52200 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52201 ( +// Equation(s): +// \text_gen|char_ram~52201_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~52200_combout & ((\text_gen|char_ram~28445_q ))) # (!\text_gen|char_ram~52200_combout & (\text_gen|char_ram~21277_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~52200_combout )))) + + .dataa(\text_gen|char_ram~21277_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28445_q ), + .datad(\text_gen|char_ram~52200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52201 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52202 ( +// Equation(s): +// \text_gen|char_ram~52202_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~52199_combout & ((\text_gen|char_ram~52201_combout ))) # (!\text_gen|char_ram~52199_combout & (\text_gen|char_ram~52194_combout )))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~52199_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~52199_combout ), + .datac(\text_gen|char_ram~52194_combout ), + .datad(\text_gen|char_ram~52201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52202 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~52202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52203 ( +// Equation(s): +// \text_gen|char_ram~52203_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52192_combout & ((\text_gen|char_ram~52202_combout ))) # (!\text_gen|char_ram~52192_combout & (\text_gen|char_ram~52171_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~52192_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~52192_combout ), + .datac(\text_gen|char_ram~52171_combout ), + .datad(\text_gen|char_ram~52202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52203 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~52203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52204 ( +// Equation(s): +// \text_gen|char_ram~52204_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52161_combout & ((\text_gen|char_ram~52203_combout ))) # (!\text_gen|char_ram~52161_combout & (\text_gen|char_ram~52076_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~52161_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~52161_combout ), + .datac(\text_gen|char_ram~52076_combout ), + .datad(\text_gen|char_ram~52203_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52204 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~52204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52716 ( +// Equation(s): +// \text_gen|char_ram~52716_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~52545_combout & (\text_gen|char_ram~52715_combout )) # (!\text_gen|char_ram~52545_combout & ((\text_gen|char_ram~52204_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~52545_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~52545_combout ), + .datac(\text_gen|char_ram~52715_combout ), + .datad(\text_gen|char_ram~52204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52716 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10609feeder ( +// Equation(s): +// \text_gen|char_ram~10609feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10609feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10609feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10609feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y28_N7 +dffeas \text_gen|char_ram~10609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10609feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y28_N13 +dffeas \text_gen|char_ram~8817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50132 ( +// Equation(s): +// \text_gen|char_ram~50132_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10609_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8817_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10609_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8817_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50132 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y28_N3 +dffeas \text_gen|char_ram~12401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y28_N11 +dffeas \text_gen|char_ram~14193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50133 ( +// Equation(s): +// \text_gen|char_ram~50133_combout = (\text_gen|char_ram~50132_combout & (((\text_gen|char_ram~14193_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50132_combout & (\text_gen|char_ram~12401_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50132_combout ), + .datab(\text_gen|char_ram~12401_q ), + .datac(\text_gen|char_ram~14193_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50133 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y36_N25 +dffeas \text_gen|char_ram~10539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12331feeder ( +// Equation(s): +// \text_gen|char_ram~12331feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12331feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12331feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12331feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y36_N19 +dffeas \text_gen|char_ram~12331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12331feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y36_N23 +dffeas \text_gen|char_ram~8747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50129 ( +// Equation(s): +// \text_gen|char_ram~50129_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12331_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8747_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12331_q ), + .datac(\text_gen|char_ram~8747_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50129 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y32_N15 +dffeas \text_gen|char_ram~14123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50130 ( +// Equation(s): +// \text_gen|char_ram~50130_combout = (\text_gen|char_ram~50129_combout & (((\text_gen|char_ram~14123_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50129_combout & (\text_gen|char_ram~10539_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10539_q ), + .datab(\text_gen|char_ram~50129_combout ), + .datac(\text_gen|char_ram~14123_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50130 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10553feeder ( +// Equation(s): +// \text_gen|char_ram~10553feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10553feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10553feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10553feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y31_N5 +dffeas \text_gen|char_ram~10553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10553feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y31_N21 +dffeas \text_gen|char_ram~14137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8761feeder ( +// Equation(s): +// \text_gen|char_ram~8761feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8761feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8761feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8761feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y28_N1 +dffeas \text_gen|char_ram~8761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8761feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y31_N7 +dffeas \text_gen|char_ram~12345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50127 ( +// Equation(s): +// \text_gen|char_ram~50127_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~12345_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8761_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~8761_q ), + .datac(\text_gen|char_ram~12345_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50127 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~50127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50128 ( +// Equation(s): +// \text_gen|char_ram~50128_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50127_combout & ((\text_gen|char_ram~14137_q ))) # (!\text_gen|char_ram~50127_combout & (\text_gen|char_ram~10553_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50127_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10553_q ), + .datac(\text_gen|char_ram~14137_q ), + .datad(\text_gen|char_ram~50127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50128 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50131 ( +// Equation(s): +// \text_gen|char_ram~50131_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~50128_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50130_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50130_combout ), + .datad(\text_gen|char_ram~50128_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50131 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N11 +dffeas \text_gen|char_ram~12387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y35_N11 +dffeas \text_gen|char_ram~14179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y35_N1 +dffeas \text_gen|char_ram~8803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10595feeder ( +// Equation(s): +// \text_gen|char_ram~10595feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10595feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10595feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10595feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y37_N13 +dffeas \text_gen|char_ram~10595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10595feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50125 ( +// Equation(s): +// \text_gen|char_ram~50125_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10595_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8803_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8803_q ), + .datad(\text_gen|char_ram~10595_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50125 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50126 ( +// Equation(s): +// \text_gen|char_ram~50126_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50125_combout & ((\text_gen|char_ram~14179_q ))) # (!\text_gen|char_ram~50125_combout & (\text_gen|char_ram~12387_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50125_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12387_q ), + .datac(\text_gen|char_ram~14179_q ), + .datad(\text_gen|char_ram~50125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50126 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50134 ( +// Equation(s): +// \text_gen|char_ram~50134_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50131_combout & (\text_gen|char_ram~50133_combout )) # (!\text_gen|char_ram~50131_combout & ((\text_gen|char_ram~50126_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50131_combout )))) + + .dataa(\text_gen|char_ram~50133_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50131_combout ), + .datad(\text_gen|char_ram~50126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50134 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12163feeder ( +// Equation(s): +// \text_gen|char_ram~12163feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12163feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y26_N1 +dffeas \text_gen|char_ram~12163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N23 +dffeas \text_gen|char_ram~13955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y29_N11 +dffeas \text_gen|char_ram~10371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N1 +dffeas \text_gen|char_ram~8579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50135 ( +// Equation(s): +// \text_gen|char_ram~50135_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10371_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8579_q +// ))))) + + .dataa(\text_gen|char_ram~10371_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8579_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50135 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50136 ( +// Equation(s): +// \text_gen|char_ram~50136_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50135_combout & ((\text_gen|char_ram~13955_q ))) # (!\text_gen|char_ram~50135_combout & (\text_gen|char_ram~12163_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50135_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12163_q ), + .datac(\text_gen|char_ram~13955_q ), + .datad(\text_gen|char_ram~50135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50136 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12177feeder ( +// Equation(s): +// \text_gen|char_ram~12177feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y26_N11 +dffeas \text_gen|char_ram~12177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y24_N1 +dffeas \text_gen|char_ram~13969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y23_N27 +dffeas \text_gen|char_ram~10385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y24_N7 +dffeas \text_gen|char_ram~8593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50142 ( +// Equation(s): +// \text_gen|char_ram~50142_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10385_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8593_q +// ))))) + + .dataa(\text_gen|char_ram~10385_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8593_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50142 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50143 ( +// Equation(s): +// \text_gen|char_ram~50143_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50142_combout & ((\text_gen|char_ram~13969_q ))) # (!\text_gen|char_ram~50142_combout & (\text_gen|char_ram~12177_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50142_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12177_q ), + .datac(\text_gen|char_ram~13969_q ), + .datad(\text_gen|char_ram~50142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50143 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12121feeder ( +// Equation(s): +// \text_gen|char_ram~12121feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12121feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12121feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12121feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y25_N5 +dffeas \text_gen|char_ram~12121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12121feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N31 +dffeas \text_gen|char_ram~8537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50137 ( +// Equation(s): +// \text_gen|char_ram~50137_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12121_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8537_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12121_q ), + .datac(\text_gen|char_ram~8537_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50137 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y25_N13 +dffeas \text_gen|char_ram~10329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y24_N17 +dffeas \text_gen|char_ram~13913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50138 ( +// Equation(s): +// \text_gen|char_ram~50138_combout = (\text_gen|char_ram~50137_combout & (((\text_gen|char_ram~13913_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50137_combout & (\text_gen|char_ram~10329_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~50137_combout ), + .datab(\text_gen|char_ram~10329_q ), + .datac(\text_gen|char_ram~13913_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50138 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y28_N15 +dffeas \text_gen|char_ram~10315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y28_N19 +dffeas \text_gen|char_ram~13899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y21_N3 +dffeas \text_gen|char_ram~12107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y28_N13 +dffeas \text_gen|char_ram~8523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50139 ( +// Equation(s): +// \text_gen|char_ram~50139_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12107_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8523_q +// ))))) + + .dataa(\text_gen|char_ram~12107_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8523_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50139 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50140 ( +// Equation(s): +// \text_gen|char_ram~50140_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50139_combout & ((\text_gen|char_ram~13899_q ))) # (!\text_gen|char_ram~50139_combout & (\text_gen|char_ram~10315_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50139_combout )))) + + .dataa(\text_gen|char_ram~10315_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13899_q ), + .datad(\text_gen|char_ram~50139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50140 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50141 ( +// Equation(s): +// \text_gen|char_ram~50141_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50138_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50140_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50138_combout ), + .datad(\text_gen|char_ram~50140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50141 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50144 ( +// Equation(s): +// \text_gen|char_ram~50144_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50141_combout & ((\text_gen|char_ram~50143_combout ))) # (!\text_gen|char_ram~50141_combout & (\text_gen|char_ram~50136_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50141_combout )))) + + .dataa(\text_gen|char_ram~50136_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50143_combout ), + .datad(\text_gen|char_ram~50141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50144 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50145 ( +// Equation(s): +// \text_gen|char_ram~50145_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~50134_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~50144_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50134_combout ), + .datad(\text_gen|char_ram~50144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50145 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12513feeder ( +// Equation(s): +// \text_gen|char_ram~12513feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12513feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12513feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12513feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y30_N17 +dffeas \text_gen|char_ram~12513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12513feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y25_N1 +dffeas \text_gen|char_ram~10721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y28_N17 +dffeas \text_gen|char_ram~8929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50153 ( +// Equation(s): +// \text_gen|char_ram~50153_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10721_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8929_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10721_q ), + .datac(\text_gen|char_ram~8929_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50153 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y28_N3 +dffeas \text_gen|char_ram~14305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50154 ( +// Equation(s): +// \text_gen|char_ram~50154_combout = (\text_gen|char_ram~50153_combout & (((\text_gen|char_ram~14305_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50153_combout & (\text_gen|char_ram~12513_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12513_q ), + .datab(\text_gen|char_ram~50153_combout ), + .datac(\text_gen|char_ram~14305_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50154 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14249feeder ( +// Equation(s): +// \text_gen|char_ram~14249feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14249feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14249feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14249feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y32_N11 +dffeas \text_gen|char_ram~14249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14249feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y33_N25 +dffeas \text_gen|char_ram~10665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y32_N13 +dffeas \text_gen|char_ram~8873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N25 +dffeas \text_gen|char_ram~12457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50146 ( +// Equation(s): +// \text_gen|char_ram~50146_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~12457_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8873_q +// )))) + + .dataa(\text_gen|char_ram~8873_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12457_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50146 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~50146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50147 ( +// Equation(s): +// \text_gen|char_ram~50147_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50146_combout & (\text_gen|char_ram~14249_q )) # (!\text_gen|char_ram~50146_combout & ((\text_gen|char_ram~10665_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50146_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~14249_q ), + .datac(\text_gen|char_ram~10665_q ), + .datad(\text_gen|char_ram~50146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50147 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y32_N11 +dffeas \text_gen|char_ram~10651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N15 +dffeas \text_gen|char_ram~8859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y34_N15 +dffeas \text_gen|char_ram~12443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50150 ( +// Equation(s): +// \text_gen|char_ram~50150_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~12443_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8859_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8859_q ), + .datad(\text_gen|char_ram~12443_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50150 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y32_N9 +dffeas \text_gen|char_ram~14235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50151 ( +// Equation(s): +// \text_gen|char_ram~50151_combout = (\text_gen|char_ram~50150_combout & (((\text_gen|char_ram~14235_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50150_combout & (\text_gen|char_ram~10651_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10651_q ), + .datab(\text_gen|char_ram~50150_combout ), + .datac(\text_gen|char_ram~14235_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50151 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12499feeder ( +// Equation(s): +// \text_gen|char_ram~12499feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y33_N25 +dffeas \text_gen|char_ram~12499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y28_N7 +dffeas \text_gen|char_ram~14291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y28_N9 +dffeas \text_gen|char_ram~10707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y30_N17 +dffeas \text_gen|char_ram~8915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50148 ( +// Equation(s): +// \text_gen|char_ram~50148_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10707_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8915_q +// ))))) + + .dataa(\text_gen|char_ram~10707_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8915_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50148 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50149 ( +// Equation(s): +// \text_gen|char_ram~50149_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50148_combout & ((\text_gen|char_ram~14291_q ))) # (!\text_gen|char_ram~50148_combout & (\text_gen|char_ram~12499_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50148_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12499_q ), + .datac(\text_gen|char_ram~14291_q ), + .datad(\text_gen|char_ram~50148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50149 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50152 ( +// Equation(s): +// \text_gen|char_ram~50152_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~50149_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50151_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50151_combout ), + .datad(\text_gen|char_ram~50149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50152 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50155 ( +// Equation(s): +// \text_gen|char_ram~50155_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50152_combout & (\text_gen|char_ram~50154_combout )) # (!\text_gen|char_ram~50152_combout & ((\text_gen|char_ram~50147_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50152_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50154_combout ), + .datac(\text_gen|char_ram~50147_combout ), + .datad(\text_gen|char_ram~50152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50155 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12289feeder ( +// Equation(s): +// \text_gen|char_ram~12289feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12289feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12289feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12289feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y32_N11 +dffeas \text_gen|char_ram~12289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12289feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y28_N17 +dffeas \text_gen|char_ram~14081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10497feeder ( +// Equation(s): +// \text_gen|char_ram~10497feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N19 +dffeas \text_gen|char_ram~10497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y28_N11 +dffeas \text_gen|char_ram~8705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50122 ( +// Equation(s): +// \text_gen|char_ram~50122_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10497_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8705_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10497_q ), + .datac(\text_gen|char_ram~8705_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50122 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50123 ( +// Equation(s): +// \text_gen|char_ram~50123_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50122_combout & ((\text_gen|char_ram~14081_q ))) # (!\text_gen|char_ram~50122_combout & (\text_gen|char_ram~12289_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50122_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12289_q ), + .datac(\text_gen|char_ram~14081_q ), + .datad(\text_gen|char_ram~50122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50123 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14025feeder ( +// Equation(s): +// \text_gen|char_ram~14025feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14025feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14025feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14025feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y34_N17 +dffeas \text_gen|char_ram~14025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14025feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y36_N25 +dffeas \text_gen|char_ram~10441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N21 +dffeas \text_gen|char_ram~12233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y35_N1 +dffeas \text_gen|char_ram~8649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50115 ( +// Equation(s): +// \text_gen|char_ram~50115_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12233_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8649_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~12233_q ), + .datab(\text_gen|char_ram~8649_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50115 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~50115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50116 ( +// Equation(s): +// \text_gen|char_ram~50116_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50115_combout & (\text_gen|char_ram~14025_q )) # (!\text_gen|char_ram~50115_combout & ((\text_gen|char_ram~10441_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50115_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~14025_q ), + .datac(\text_gen|char_ram~10441_q ), + .datad(\text_gen|char_ram~50115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50116 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y32_N31 +dffeas \text_gen|char_ram~12275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y32_N19 +dffeas \text_gen|char_ram~14067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8691feeder ( +// Equation(s): +// \text_gen|char_ram~8691feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8691feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8691feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8691feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y32_N9 +dffeas \text_gen|char_ram~8691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8691feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y32_N21 +dffeas \text_gen|char_ram~10483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50117 ( +// Equation(s): +// \text_gen|char_ram~50117_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~10483_q ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8691_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~8691_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~10483_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50117 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~50117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50118 ( +// Equation(s): +// \text_gen|char_ram~50118_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50117_combout & ((\text_gen|char_ram~14067_q ))) # (!\text_gen|char_ram~50117_combout & (\text_gen|char_ram~12275_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50117_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12275_q ), + .datac(\text_gen|char_ram~14067_q ), + .datad(\text_gen|char_ram~50117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50118 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y32_N27 +dffeas \text_gen|char_ram~10427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y32_N1 +dffeas \text_gen|char_ram~14011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y40_N7 +dffeas \text_gen|char_ram~12219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N15 +dffeas \text_gen|char_ram~8635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50119 ( +// Equation(s): +// \text_gen|char_ram~50119_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12219_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8635_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12219_q ), + .datac(\text_gen|char_ram~8635_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50119 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50120 ( +// Equation(s): +// \text_gen|char_ram~50120_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50119_combout & ((\text_gen|char_ram~14011_q ))) # (!\text_gen|char_ram~50119_combout & (\text_gen|char_ram~10427_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50119_combout )))) + + .dataa(\text_gen|char_ram~10427_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14011_q ), + .datad(\text_gen|char_ram~50119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50120 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50121 ( +// Equation(s): +// \text_gen|char_ram~50121_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~50118_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50120_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50118_combout ), + .datad(\text_gen|char_ram~50120_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50121 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50124 ( +// Equation(s): +// \text_gen|char_ram~50124_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50121_combout & (\text_gen|char_ram~50123_combout )) # (!\text_gen|char_ram~50121_combout & ((\text_gen|char_ram~50116_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50121_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50123_combout ), + .datac(\text_gen|char_ram~50116_combout ), + .datad(\text_gen|char_ram~50121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50124 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50156 ( +// Equation(s): +// \text_gen|char_ram~50156_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50145_combout & (\text_gen|char_ram~50155_combout )) # (!\text_gen|char_ram~50145_combout & ((\text_gen|char_ram~50124_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~50145_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50145_combout ), + .datac(\text_gen|char_ram~50155_combout ), + .datad(\text_gen|char_ram~50124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50156 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y10_N13 +dffeas \text_gen|char_ram~13395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y14_N11 +dffeas \text_gen|char_ram~11603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y12_N17 +dffeas \text_gen|char_ram~8019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y12_N11 +dffeas \text_gen|char_ram~9811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50021 ( +// Equation(s): +// \text_gen|char_ram~50021_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9811_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8019_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8019_q ), + .datad(\text_gen|char_ram~9811_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50021 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50022 ( +// Equation(s): +// \text_gen|char_ram~50022_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50021_combout & (\text_gen|char_ram~13395_q )) # (!\text_gen|char_ram~50021_combout & ((\text_gen|char_ram~11603_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50021_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13395_q ), + .datac(\text_gen|char_ram~11603_q ), + .datad(\text_gen|char_ram~50021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50022 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y12_N11 +dffeas \text_gen|char_ram~9755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y12_N13 +dffeas \text_gen|char_ram~13339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y12_N25 +dffeas \text_gen|char_ram~7963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y10_N11 +dffeas \text_gen|char_ram~11547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50023 ( +// Equation(s): +// \text_gen|char_ram~50023_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11547_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7963_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7963_q ), + .datad(\text_gen|char_ram~11547_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50023 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50024 ( +// Equation(s): +// \text_gen|char_ram~50024_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50023_combout & ((\text_gen|char_ram~13339_q ))) # (!\text_gen|char_ram~50023_combout & (\text_gen|char_ram~9755_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50023_combout )))) + + .dataa(\text_gen|char_ram~9755_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13339_q ), + .datad(\text_gen|char_ram~50023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50024 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50025 ( +// Equation(s): +// \text_gen|char_ram~50025_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50022_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50024_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50022_combout ), + .datad(\text_gen|char_ram~50024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50025 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y10_N25 +dffeas \text_gen|char_ram~13409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y11_N23 +dffeas \text_gen|char_ram~9825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N25 +dffeas \text_gen|char_ram~8033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50026 ( +// Equation(s): +// \text_gen|char_ram~50026_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9825_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8033_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9825_q ), + .datac(\text_gen|char_ram~8033_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50026 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y18_N9 +dffeas \text_gen|char_ram~11617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50027 ( +// Equation(s): +// \text_gen|char_ram~50027_combout = (\text_gen|char_ram~50026_combout & ((\text_gen|char_ram~13409_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50026_combout & (((\text_gen|char_ram~11617_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~13409_q ), + .datab(\text_gen|char_ram~50026_combout ), + .datac(\text_gen|char_ram~11617_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50027 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~50027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y13_N23 +dffeas \text_gen|char_ram~13353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y16_N29 +dffeas \text_gen|char_ram~11561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y18_N15 +dffeas \text_gen|char_ram~7977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50019 ( +// Equation(s): +// \text_gen|char_ram~50019_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11561_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7977_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11561_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7977_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50019 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y17_N3 +dffeas \text_gen|char_ram~9769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50020 ( +// Equation(s): +// \text_gen|char_ram~50020_combout = (\text_gen|char_ram~50019_combout & ((\text_gen|char_ram~13353_q ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50019_combout & (((\text_gen|char_ram~9769_q & \text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~13353_q ), + .datab(\text_gen|char_ram~50019_combout ), + .datac(\text_gen|char_ram~9769_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50020 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~50020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50028 ( +// Equation(s): +// \text_gen|char_ram~50028_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50025_combout & (\text_gen|char_ram~50027_combout )) # (!\text_gen|char_ram~50025_combout & ((\text_gen|char_ram~50020_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~50025_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50025_combout ), + .datac(\text_gen|char_ram~50027_combout ), + .datad(\text_gen|char_ram~50020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50028 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N9 +dffeas \text_gen|char_ram~13297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y17_N21 +dffeas \text_gen|char_ram~11505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y14_N19 +dffeas \text_gen|char_ram~9713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y14_N1 +dffeas \text_gen|char_ram~7921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49995 ( +// Equation(s): +// \text_gen|char_ram~49995_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9713_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7921_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9713_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7921_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49995 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~49995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49996 ( +// Equation(s): +// \text_gen|char_ram~49996_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49995_combout & (\text_gen|char_ram~13297_q )) # (!\text_gen|char_ram~49995_combout & ((\text_gen|char_ram~11505_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49995_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13297_q ), + .datac(\text_gen|char_ram~11505_q ), + .datad(\text_gen|char_ram~49995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49996 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y16_N25 +dffeas \text_gen|char_ram~13283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y16_N1 +dffeas \text_gen|char_ram~11491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7907feeder ( +// Equation(s): +// \text_gen|char_ram~7907feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y16_N29 +dffeas \text_gen|char_ram~7907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y16_N19 +dffeas \text_gen|char_ram~9699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~49988 ( +// Equation(s): +// \text_gen|char_ram~49988_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~9699_q ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7907_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~7907_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~9699_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49988 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~49988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49989 ( +// Equation(s): +// \text_gen|char_ram~49989_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~49988_combout & (\text_gen|char_ram~13283_q )) # (!\text_gen|char_ram~49988_combout & ((\text_gen|char_ram~11491_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~49988_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13283_q ), + .datac(\text_gen|char_ram~11491_q ), + .datad(\text_gen|char_ram~49988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49989 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~49989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11435feeder ( +// Equation(s): +// \text_gen|char_ram~11435feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11435feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11435feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11435feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y16_N7 +dffeas \text_gen|char_ram~11435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11435feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y23_N1 +dffeas \text_gen|char_ram~7851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~49992 ( +// Equation(s): +// \text_gen|char_ram~49992_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11435_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7851_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11435_q ), + .datac(\text_gen|char_ram~7851_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49992 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~49992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y24_N23 +dffeas \text_gen|char_ram~13227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y24_N23 +dffeas \text_gen|char_ram~9643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~49993 ( +// Equation(s): +// \text_gen|char_ram~49993_combout = (\text_gen|char_ram~49992_combout & ((\text_gen|char_ram~13227_q ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~49992_combout & (((\text_gen|char_ram~9643_q & \text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~49992_combout ), + .datab(\text_gen|char_ram~13227_q ), + .datac(\text_gen|char_ram~9643_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49993 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~49993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9657feeder ( +// Equation(s): +// \text_gen|char_ram~9657feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y24_N5 +dffeas \text_gen|char_ram~9657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y24_N25 +dffeas \text_gen|char_ram~13241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11449feeder ( +// Equation(s): +// \text_gen|char_ram~11449feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11449feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11449feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11449feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y23_N27 +dffeas \text_gen|char_ram~11449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11449feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y23_N9 +dffeas \text_gen|char_ram~7865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49990 ( +// Equation(s): +// \text_gen|char_ram~49990_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11449_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7865_q +// ))))) + + .dataa(\text_gen|char_ram~11449_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7865_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49990 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~49991 ( +// Equation(s): +// \text_gen|char_ram~49991_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49990_combout & ((\text_gen|char_ram~13241_q ))) # (!\text_gen|char_ram~49990_combout & (\text_gen|char_ram~9657_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49990_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9657_q ), + .datac(\text_gen|char_ram~13241_q ), + .datad(\text_gen|char_ram~49990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49991 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~49991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~49994 ( +// Equation(s): +// \text_gen|char_ram~49994_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~49991_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~49993_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49993_combout ), + .datad(\text_gen|char_ram~49991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49994 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~49994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49997 ( +// Equation(s): +// \text_gen|char_ram~49997_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~49994_combout & (\text_gen|char_ram~49996_combout )) # (!\text_gen|char_ram~49994_combout & ((\text_gen|char_ram~49989_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~49994_combout )))) + + .dataa(\text_gen|char_ram~49996_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~49989_combout ), + .datad(\text_gen|char_ram~49994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49997 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~49997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y17_N9 +dffeas \text_gen|char_ram~11267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13059feeder ( +// Equation(s): +// \text_gen|char_ram~13059feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13059feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13059feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13059feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y14_N25 +dffeas \text_gen|char_ram~13059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13059feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9475feeder ( +// Equation(s): +// \text_gen|char_ram~9475feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y14_N25 +dffeas \text_gen|char_ram~9475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y16_N27 +dffeas \text_gen|char_ram~7683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50008 ( +// Equation(s): +// \text_gen|char_ram~50008_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9475_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7683_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9475_q ), + .datac(\text_gen|char_ram~7683_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50008 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50009 ( +// Equation(s): +// \text_gen|char_ram~50009_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50008_combout & ((\text_gen|char_ram~13059_q ))) # (!\text_gen|char_ram~50008_combout & (\text_gen|char_ram~11267_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50008_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11267_q ), + .datac(\text_gen|char_ram~13059_q ), + .datad(\text_gen|char_ram~50008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50009 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9489feeder ( +// Equation(s): +// \text_gen|char_ram~9489feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y9_N19 +dffeas \text_gen|char_ram~9489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N3 +dffeas \text_gen|char_ram~7697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50015 ( +// Equation(s): +// \text_gen|char_ram~50015_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9489_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7697_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9489_q ), + .datac(\text_gen|char_ram~7697_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50015 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11281feeder ( +// Equation(s): +// \text_gen|char_ram~11281feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11281feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11281feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11281feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N19 +dffeas \text_gen|char_ram~11281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11281feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y7_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13073feeder ( +// Equation(s): +// \text_gen|char_ram~13073feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13073feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13073feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13073feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y7_N17 +dffeas \text_gen|char_ram~13073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13073feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50016 ( +// Equation(s): +// \text_gen|char_ram~50016_combout = (\text_gen|char_ram~50015_combout & (((\text_gen|char_ram~13073_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50015_combout & (\text_gen|char_ram~11281_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50015_combout ), + .datab(\text_gen|char_ram~11281_q ), + .datac(\text_gen|char_ram~13073_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50016 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y24_N13 +dffeas \text_gen|char_ram~9433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y22_N1 +dffeas \text_gen|char_ram~13017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11225feeder ( +// Equation(s): +// \text_gen|char_ram~11225feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N17 +dffeas \text_gen|char_ram~11225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y18_N25 +dffeas \text_gen|char_ram~7641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50010 ( +// Equation(s): +// \text_gen|char_ram~50010_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11225_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7641_q +// ))))) + + .dataa(\text_gen|char_ram~11225_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7641_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50010 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50011 ( +// Equation(s): +// \text_gen|char_ram~50011_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50010_combout & ((\text_gen|char_ram~13017_q ))) # (!\text_gen|char_ram~50010_combout & (\text_gen|char_ram~9433_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50010_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9433_q ), + .datac(\text_gen|char_ram~13017_q ), + .datad(\text_gen|char_ram~50010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50011 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y17_N31 +dffeas \text_gen|char_ram~13003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y17_N25 +dffeas \text_gen|char_ram~9419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y14_N23 +dffeas \text_gen|char_ram~11211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y17_N25 +dffeas \text_gen|char_ram~7627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50012 ( +// Equation(s): +// \text_gen|char_ram~50012_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11211_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7627_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11211_q ), + .datac(\text_gen|char_ram~7627_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50012 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50013 ( +// Equation(s): +// \text_gen|char_ram~50013_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50012_combout & (\text_gen|char_ram~13003_q )) # (!\text_gen|char_ram~50012_combout & ((\text_gen|char_ram~9419_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50012_combout )))) + + .dataa(\text_gen|char_ram~13003_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~9419_q ), + .datad(\text_gen|char_ram~50012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50013 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50014 ( +// Equation(s): +// \text_gen|char_ram~50014_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~50011_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50013_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50011_combout ), + .datad(\text_gen|char_ram~50013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50014 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50017 ( +// Equation(s): +// \text_gen|char_ram~50017_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50014_combout & ((\text_gen|char_ram~50016_combout ))) # (!\text_gen|char_ram~50014_combout & (\text_gen|char_ram~50009_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50014_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50009_combout ), + .datac(\text_gen|char_ram~50016_combout ), + .datad(\text_gen|char_ram~50014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50017 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9545feeder ( +// Equation(s): +// \text_gen|char_ram~9545feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9545feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y24_N27 +dffeas \text_gen|char_ram~9545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y22_N21 +dffeas \text_gen|char_ram~13129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11337feeder ( +// Equation(s): +// \text_gen|char_ram~11337feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11337feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N9 +dffeas \text_gen|char_ram~11337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y22_N19 +dffeas \text_gen|char_ram~7753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~49998 ( +// Equation(s): +// \text_gen|char_ram~49998_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11337_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7753_q +// ))))) + + .dataa(\text_gen|char_ram~11337_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7753_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49998 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~49998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~49999 ( +// Equation(s): +// \text_gen|char_ram~49999_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~49998_combout & ((\text_gen|char_ram~13129_q ))) # (!\text_gen|char_ram~49998_combout & (\text_gen|char_ram~9545_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~49998_combout )))) + + .dataa(\text_gen|char_ram~9545_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13129_q ), + .datad(\text_gen|char_ram~49998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~49999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~49999 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~49999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11379feeder ( +// Equation(s): +// \text_gen|char_ram~11379feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11379feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11379feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11379feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y21_N13 +dffeas \text_gen|char_ram~11379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11379feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y17_N11 +dffeas \text_gen|char_ram~13171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9587feeder ( +// Equation(s): +// \text_gen|char_ram~9587feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9587feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9587feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9587feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y18_N31 +dffeas \text_gen|char_ram~9587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9587feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y17_N29 +dffeas \text_gen|char_ram~7795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50000 ( +// Equation(s): +// \text_gen|char_ram~50000_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9587_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7795_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9587_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7795_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50000 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50001 ( +// Equation(s): +// \text_gen|char_ram~50001_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50000_combout & ((\text_gen|char_ram~13171_q ))) # (!\text_gen|char_ram~50000_combout & (\text_gen|char_ram~11379_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50000_combout )))) + + .dataa(\text_gen|char_ram~11379_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13171_q ), + .datad(\text_gen|char_ram~50000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50001 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y24_N9 +dffeas \text_gen|char_ram~9531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y17_N27 +dffeas \text_gen|char_ram~13115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y17_N15 +dffeas \text_gen|char_ram~7739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y17_N25 +dffeas \text_gen|char_ram~11323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50002 ( +// Equation(s): +// \text_gen|char_ram~50002_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~11323_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7739_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~7739_q ), + .datac(\text_gen|char_ram~11323_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50002 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~50002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50003 ( +// Equation(s): +// \text_gen|char_ram~50003_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50002_combout & ((\text_gen|char_ram~13115_q ))) # (!\text_gen|char_ram~50002_combout & (\text_gen|char_ram~9531_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50002_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9531_q ), + .datac(\text_gen|char_ram~13115_q ), + .datad(\text_gen|char_ram~50002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50003 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50004 ( +// Equation(s): +// \text_gen|char_ram~50004_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50001_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50003_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50001_combout ), + .datad(\text_gen|char_ram~50003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50004 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9601feeder ( +// Equation(s): +// \text_gen|char_ram~9601feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9601feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9601feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9601feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y12_N11 +dffeas \text_gen|char_ram~9601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9601feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y12_N27 +dffeas \text_gen|char_ram~7809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50005 ( +// Equation(s): +// \text_gen|char_ram~50005_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9601_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7809_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9601_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7809_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50005 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11393feeder ( +// Equation(s): +// \text_gen|char_ram~11393feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11393feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11393feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11393feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N7 +dffeas \text_gen|char_ram~11393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11393feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y12_N21 +dffeas \text_gen|char_ram~13185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50006 ( +// Equation(s): +// \text_gen|char_ram~50006_combout = (\text_gen|char_ram~50005_combout & (((\text_gen|char_ram~13185_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50005_combout & (\text_gen|char_ram~11393_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50005_combout ), + .datab(\text_gen|char_ram~11393_q ), + .datac(\text_gen|char_ram~13185_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50006 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50007 ( +// Equation(s): +// \text_gen|char_ram~50007_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50004_combout & ((\text_gen|char_ram~50006_combout ))) # (!\text_gen|char_ram~50004_combout & (\text_gen|char_ram~49999_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50004_combout )))) + + .dataa(\text_gen|char_ram~49999_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50004_combout ), + .datad(\text_gen|char_ram~50006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50007 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~50007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50018 ( +// Equation(s): +// \text_gen|char_ram~50018_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~50007_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~50017_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50017_combout ), + .datad(\text_gen|char_ram~50007_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50018 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50029 ( +// Equation(s): +// \text_gen|char_ram~50029_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50018_combout & (\text_gen|char_ram~50028_combout )) # (!\text_gen|char_ram~50018_combout & ((\text_gen|char_ram~49997_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50018_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50028_combout ), + .datac(\text_gen|char_ram~49997_combout ), + .datad(\text_gen|char_ram~50018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50029 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y57_N27 +dffeas \text_gen|char_ram~10147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10147 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y55_N31 +dffeas \text_gen|char_ram~11939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y54_N17 +dffeas \text_gen|char_ram~8355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50040 ( +// Equation(s): +// \text_gen|char_ram~50040_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11939_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8355_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11939_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8355_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50040 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y57_N5 +dffeas \text_gen|char_ram~13731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50041 ( +// Equation(s): +// \text_gen|char_ram~50041_combout = (\text_gen|char_ram~50040_combout & (((\text_gen|char_ram~13731_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50040_combout & (\text_gen|char_ram~10147_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10147_q ), + .datab(\text_gen|char_ram~50040_combout ), + .datac(\text_gen|char_ram~13731_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50041 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y68_N29 +dffeas \text_gen|char_ram~12051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y68_N31 +dffeas \text_gen|char_ram~13843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y90_N29 +dffeas \text_gen|char_ram~10259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y90_N3 +dffeas \text_gen|char_ram~8467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y90_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50047 ( +// Equation(s): +// \text_gen|char_ram~50047_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10259_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8467_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10259_q ), + .datac(\text_gen|char_ram~8467_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50047 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y68_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50048 ( +// Equation(s): +// \text_gen|char_ram~50048_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50047_combout & ((\text_gen|char_ram~13843_q ))) # (!\text_gen|char_ram~50047_combout & (\text_gen|char_ram~12051_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50047_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12051_q ), + .datac(\text_gen|char_ram~13843_q ), + .datad(\text_gen|char_ram~50047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50048 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y61_N23 +dffeas \text_gen|char_ram~9923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y63_N21 +dffeas \text_gen|char_ram~13507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y70_N29 +dffeas \text_gen|char_ram~11715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y70_N7 +dffeas \text_gen|char_ram~8131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y70_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50044 ( +// Equation(s): +// \text_gen|char_ram~50044_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11715_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8131_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11715_q ), + .datac(\text_gen|char_ram~8131_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50044 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50045 ( +// Equation(s): +// \text_gen|char_ram~50045_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50044_combout & ((\text_gen|char_ram~13507_q ))) # (!\text_gen|char_ram~50044_combout & (\text_gen|char_ram~9923_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50044_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9923_q ), + .datac(\text_gen|char_ram~13507_q ), + .datad(\text_gen|char_ram~50044_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50045 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y55_N29 +dffeas \text_gen|char_ram~11827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y55_N3 +dffeas \text_gen|char_ram~13619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10035feeder ( +// Equation(s): +// \text_gen|char_ram~10035feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y54_N9 +dffeas \text_gen|char_ram~10035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y54_N17 +dffeas \text_gen|char_ram~8243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50042 ( +// Equation(s): +// \text_gen|char_ram~50042_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10035_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8243_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10035_q ), + .datac(\text_gen|char_ram~8243_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50042 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50043 ( +// Equation(s): +// \text_gen|char_ram~50043_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50042_combout & ((\text_gen|char_ram~13619_q ))) # (!\text_gen|char_ram~50042_combout & (\text_gen|char_ram~11827_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50042_combout )))) + + .dataa(\text_gen|char_ram~11827_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13619_q ), + .datad(\text_gen|char_ram~50042_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50043 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50046 ( +// Equation(s): +// \text_gen|char_ram~50046_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~50043_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~50045_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50045_combout ), + .datad(\text_gen|char_ram~50043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50046 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50049 ( +// Equation(s): +// \text_gen|char_ram~50049_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50046_combout & ((\text_gen|char_ram~50048_combout ))) # (!\text_gen|char_ram~50046_combout & (\text_gen|char_ram~50041_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50046_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50041_combout ), + .datac(\text_gen|char_ram~50048_combout ), + .datad(\text_gen|char_ram~50046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50049 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N27 +dffeas \text_gen|char_ram~11995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y52_N9 +dffeas \text_gen|char_ram~13787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10203feeder ( +// Equation(s): +// \text_gen|char_ram~10203feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10203feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10203feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10203feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N21 +dffeas \text_gen|char_ram~10203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10203feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y56_N19 +dffeas \text_gen|char_ram~8411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50057 ( +// Equation(s): +// \text_gen|char_ram~50057_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10203_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8411_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10203_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8411_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50057 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50058 ( +// Equation(s): +// \text_gen|char_ram~50058_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50057_combout & ((\text_gen|char_ram~13787_q ))) # (!\text_gen|char_ram~50057_combout & (\text_gen|char_ram~11995_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50057_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11995_q ), + .datac(\text_gen|char_ram~13787_q ), + .datad(\text_gen|char_ram~50057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50058 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y57_N5 +dffeas \text_gen|char_ram~10091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y55_N17 +dffeas \text_gen|char_ram~13675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11883feeder ( +// Equation(s): +// \text_gen|char_ram~11883feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11883feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11883feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11883feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y55_N19 +dffeas \text_gen|char_ram~11883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11883feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11883 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y55_N19 +dffeas \text_gen|char_ram~8299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50050 ( +// Equation(s): +// \text_gen|char_ram~50050_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11883_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8299_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11883_q ), + .datac(\text_gen|char_ram~8299_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50050 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50051 ( +// Equation(s): +// \text_gen|char_ram~50051_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50050_combout & ((\text_gen|char_ram~13675_q ))) # (!\text_gen|char_ram~50050_combout & (\text_gen|char_ram~10091_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50050_combout )))) + + .dataa(\text_gen|char_ram~10091_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13675_q ), + .datad(\text_gen|char_ram~50050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50051 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9867feeder ( +// Equation(s): +// \text_gen|char_ram~9867feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9867feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9867feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9867feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N27 +dffeas \text_gen|char_ram~9867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9867feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y55_N5 +dffeas \text_gen|char_ram~13451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y63_N1 +dffeas \text_gen|char_ram~11659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y56_N9 +dffeas \text_gen|char_ram~8075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50054 ( +// Equation(s): +// \text_gen|char_ram~50054_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11659_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8075_q +// ))))) + + .dataa(\text_gen|char_ram~11659_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8075_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50054 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50055 ( +// Equation(s): +// \text_gen|char_ram~50055_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50054_combout & ((\text_gen|char_ram~13451_q ))) # (!\text_gen|char_ram~50054_combout & (\text_gen|char_ram~9867_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50054_combout )))) + + .dataa(\text_gen|char_ram~9867_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13451_q ), + .datad(\text_gen|char_ram~50054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50055 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11771feeder ( +// Equation(s): +// \text_gen|char_ram~11771feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11771feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11771feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11771feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y63_N5 +dffeas \text_gen|char_ram~11771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11771feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y65_N31 +dffeas \text_gen|char_ram~13563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y65_N29 +dffeas \text_gen|char_ram~8187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y65_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9979feeder ( +// Equation(s): +// \text_gen|char_ram~9979feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9979feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9979feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9979feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y65_N25 +dffeas \text_gen|char_ram~9979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9979feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y65_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50052 ( +// Equation(s): +// \text_gen|char_ram~50052_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~9979_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8187_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8187_q ), + .datad(\text_gen|char_ram~9979_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50052 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y65_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50053 ( +// Equation(s): +// \text_gen|char_ram~50053_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50052_combout & ((\text_gen|char_ram~13563_q ))) # (!\text_gen|char_ram~50052_combout & (\text_gen|char_ram~11771_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50052_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11771_q ), + .datac(\text_gen|char_ram~13563_q ), + .datad(\text_gen|char_ram~50052_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50053 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50056 ( +// Equation(s): +// \text_gen|char_ram~50056_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~50053_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~50055_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50055_combout ), + .datad(\text_gen|char_ram~50053_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50056 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50059 ( +// Equation(s): +// \text_gen|char_ram~50059_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50056_combout & (\text_gen|char_ram~50058_combout )) # (!\text_gen|char_ram~50056_combout & ((\text_gen|char_ram~50051_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50056_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50058_combout ), + .datac(\text_gen|char_ram~50051_combout ), + .datad(\text_gen|char_ram~50056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50059 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50060 ( +// Equation(s): +// \text_gen|char_ram~50060_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~50049_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50059_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50049_combout ), + .datad(\text_gen|char_ram~50059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50060 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y55_N29 +dffeas \text_gen|char_ram~12009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y55_N27 +dffeas \text_gen|char_ram~13801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y60_N31 +dffeas \text_gen|char_ram~10217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y59_N31 +dffeas \text_gen|char_ram~8425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50037 ( +// Equation(s): +// \text_gen|char_ram~50037_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10217_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8425_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10217_q ), + .datac(\text_gen|char_ram~8425_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50037 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50038 ( +// Equation(s): +// \text_gen|char_ram~50038_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50037_combout & ((\text_gen|char_ram~13801_q ))) # (!\text_gen|char_ram~50037_combout & (\text_gen|char_ram~12009_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50037_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12009_q ), + .datac(\text_gen|char_ram~13801_q ), + .datad(\text_gen|char_ram~50037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50038 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N27 +dffeas \text_gen|char_ram~9881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y59_N23 +dffeas \text_gen|char_ram~11673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y59_N13 +dffeas \text_gen|char_ram~8089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50034 ( +// Equation(s): +// \text_gen|char_ram~50034_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11673_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8089_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11673_q ), + .datac(\text_gen|char_ram~8089_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50034 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N1 +dffeas \text_gen|char_ram~13465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50035 ( +// Equation(s): +// \text_gen|char_ram~50035_combout = (\text_gen|char_ram~50034_combout & (((\text_gen|char_ram~13465_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50034_combout & (\text_gen|char_ram~9881_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~9881_q ), + .datab(\text_gen|char_ram~50034_combout ), + .datac(\text_gen|char_ram~13465_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50035 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10105feeder ( +// Equation(s): +// \text_gen|char_ram~10105feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10105feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10105feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10105feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y56_N19 +dffeas \text_gen|char_ram~10105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10105feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y56_N5 +dffeas \text_gen|char_ram~13689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11897feeder ( +// Equation(s): +// \text_gen|char_ram~11897feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y53_N3 +dffeas \text_gen|char_ram~11897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y53_N7 +dffeas \text_gen|char_ram~8313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50032 ( +// Equation(s): +// \text_gen|char_ram~50032_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11897_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8313_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11897_q ), + .datac(\text_gen|char_ram~8313_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50032 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50033 ( +// Equation(s): +// \text_gen|char_ram~50033_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50032_combout & ((\text_gen|char_ram~13689_q ))) # (!\text_gen|char_ram~50032_combout & (\text_gen|char_ram~10105_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50032_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10105_q ), + .datac(\text_gen|char_ram~13689_q ), + .datad(\text_gen|char_ram~50032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50033 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50036 ( +// Equation(s): +// \text_gen|char_ram~50036_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~50033_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~50035_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~50035_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~50033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50036 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~50036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y44_N17 +dffeas \text_gen|char_ram~13577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y47_N31 +dffeas \text_gen|char_ram~11785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9993feeder ( +// Equation(s): +// \text_gen|char_ram~9993feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9993feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9993feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9993feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y60_N27 +dffeas \text_gen|char_ram~9993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9993feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y47_N25 +dffeas \text_gen|char_ram~8201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50030 ( +// Equation(s): +// \text_gen|char_ram~50030_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9993_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8201_q +// ))))) + + .dataa(\text_gen|char_ram~9993_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8201_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50030 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50031 ( +// Equation(s): +// \text_gen|char_ram~50031_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50030_combout & (\text_gen|char_ram~13577_q )) # (!\text_gen|char_ram~50030_combout & ((\text_gen|char_ram~11785_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50030_combout )))) + + .dataa(\text_gen|char_ram~13577_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11785_q ), + .datad(\text_gen|char_ram~50030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50031 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50039 ( +// Equation(s): +// \text_gen|char_ram~50039_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50036_combout & (\text_gen|char_ram~50038_combout )) # (!\text_gen|char_ram~50036_combout & ((\text_gen|char_ram~50031_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50036_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50038_combout ), + .datac(\text_gen|char_ram~50036_combout ), + .datad(\text_gen|char_ram~50031_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50039 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13857feeder ( +// Equation(s): +// \text_gen|char_ram~13857feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y61_N25 +dffeas \text_gen|char_ram~13857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y61_N17 +dffeas \text_gen|char_ram~12065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y53_N1 +dffeas \text_gen|char_ram~10273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y53_N19 +dffeas \text_gen|char_ram~8481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50068 ( +// Equation(s): +// \text_gen|char_ram~50068_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10273_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8481_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10273_q ), + .datac(\text_gen|char_ram~8481_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50068 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50069 ( +// Equation(s): +// \text_gen|char_ram~50069_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50068_combout & (\text_gen|char_ram~13857_q )) # (!\text_gen|char_ram~50068_combout & ((\text_gen|char_ram~12065_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50068_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13857_q ), + .datac(\text_gen|char_ram~12065_q ), + .datad(\text_gen|char_ram~50068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50069 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y61_N27 +dffeas \text_gen|char_ram~9937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y61_N17 +dffeas \text_gen|char_ram~13521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y61_N31 +dffeas \text_gen|char_ram~11729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N3 +dffeas \text_gen|char_ram~8145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50065 ( +// Equation(s): +// \text_gen|char_ram~50065_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11729_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8145_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11729_q ), + .datac(\text_gen|char_ram~8145_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50065 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50066 ( +// Equation(s): +// \text_gen|char_ram~50066_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50065_combout & ((\text_gen|char_ram~13521_q ))) # (!\text_gen|char_ram~50065_combout & (\text_gen|char_ram~9937_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50065_combout )))) + + .dataa(\text_gen|char_ram~9937_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13521_q ), + .datad(\text_gen|char_ram~50065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50066 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y61_N17 +dffeas \text_gen|char_ram~10161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y61_N11 +dffeas \text_gen|char_ram~13745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N21 +dffeas \text_gen|char_ram~8369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y57_N25 +dffeas \text_gen|char_ram~11953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50063 ( +// Equation(s): +// \text_gen|char_ram~50063_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11953_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8369_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8369_q ), + .datad(\text_gen|char_ram~11953_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50063 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50064 ( +// Equation(s): +// \text_gen|char_ram~50064_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50063_combout & ((\text_gen|char_ram~13745_q ))) # (!\text_gen|char_ram~50063_combout & (\text_gen|char_ram~10161_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50063_combout )))) + + .dataa(\text_gen|char_ram~10161_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13745_q ), + .datad(\text_gen|char_ram~50063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50064 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50067 ( +// Equation(s): +// \text_gen|char_ram~50067_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~50064_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50066_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50066_combout ), + .datad(\text_gen|char_ram~50064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50067 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11841feeder ( +// Equation(s): +// \text_gen|char_ram~11841feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11841feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11841feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11841feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y58_N7 +dffeas \text_gen|char_ram~11841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11841feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y58_N1 +dffeas \text_gen|char_ram~13633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X12_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10049feeder ( +// Equation(s): +// \text_gen|char_ram~10049feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [4]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10049feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10049feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10049feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X12_Y51_N17 +dffeas \text_gen|char_ram~10049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10049feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X12_Y51_N27 +dffeas \text_gen|char_ram~8257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X12_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50061 ( +// Equation(s): +// \text_gen|char_ram~50061_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10049_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8257_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10049_q ), + .datac(\text_gen|char_ram~8257_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50061 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50062 ( +// Equation(s): +// \text_gen|char_ram~50062_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50061_combout & ((\text_gen|char_ram~13633_q ))) # (!\text_gen|char_ram~50061_combout & (\text_gen|char_ram~11841_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50061_combout )))) + + .dataa(\text_gen|char_ram~11841_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13633_q ), + .datad(\text_gen|char_ram~50061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50062 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50070 ( +// Equation(s): +// \text_gen|char_ram~50070_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50067_combout & (\text_gen|char_ram~50069_combout )) # (!\text_gen|char_ram~50067_combout & ((\text_gen|char_ram~50062_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50067_combout )))) + + .dataa(\text_gen|char_ram~50069_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50067_combout ), + .datad(\text_gen|char_ram~50062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50070 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50071 ( +// Equation(s): +// \text_gen|char_ram~50071_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50060_combout & ((\text_gen|char_ram~50070_combout ))) # (!\text_gen|char_ram~50060_combout & (\text_gen|char_ram~50039_combout )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~50060_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50060_combout ), + .datac(\text_gen|char_ram~50039_combout ), + .datad(\text_gen|char_ram~50070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50071 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~50071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11155feeder ( +// Equation(s): +// \text_gen|char_ram~11155feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11155feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11155feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11155feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y45_N5 +dffeas \text_gen|char_ram~11155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11155feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y45_N19 +dffeas \text_gen|char_ram~12947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9363feeder ( +// Equation(s): +// \text_gen|char_ram~9363feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y41_N29 +dffeas \text_gen|char_ram~9363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y41_N11 +dffeas \text_gen|char_ram~7571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50079 ( +// Equation(s): +// \text_gen|char_ram~50079_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9363_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7571_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9363_q ), + .datac(\text_gen|char_ram~7571_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50079 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50080 ( +// Equation(s): +// \text_gen|char_ram~50080_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50079_combout & ((\text_gen|char_ram~12947_q ))) # (!\text_gen|char_ram~50079_combout & (\text_gen|char_ram~11155_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50079_combout )))) + + .dataa(\text_gen|char_ram~11155_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12947_q ), + .datad(\text_gen|char_ram~50079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50080 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N7 +dffeas \text_gen|char_ram~12723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10931feeder ( +// Equation(s): +// \text_gen|char_ram~10931feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10931feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10931feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10931feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y45_N7 +dffeas \text_gen|char_ram~10931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10931feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10931 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y42_N17 +dffeas \text_gen|char_ram~9139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y42_N7 +dffeas \text_gen|char_ram~7347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50072 ( +// Equation(s): +// \text_gen|char_ram~50072_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9139_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7347_q +// ))))) + + .dataa(\text_gen|char_ram~9139_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7347_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50072 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50073 ( +// Equation(s): +// \text_gen|char_ram~50073_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50072_combout & (\text_gen|char_ram~12723_q )) # (!\text_gen|char_ram~50072_combout & ((\text_gen|char_ram~10931_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50072_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12723_q ), + .datac(\text_gen|char_ram~10931_q ), + .datad(\text_gen|char_ram~50072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50073 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y38_N15 +dffeas \text_gen|char_ram~9251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y38_N3 +dffeas \text_gen|char_ram~12835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y34_N29 +dffeas \text_gen|char_ram~11043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y38_N29 +dffeas \text_gen|char_ram~7459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50074 ( +// Equation(s): +// \text_gen|char_ram~50074_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11043_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7459_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11043_q ), + .datac(\text_gen|char_ram~7459_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50074 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50075 ( +// Equation(s): +// \text_gen|char_ram~50075_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50074_combout & ((\text_gen|char_ram~12835_q ))) # (!\text_gen|char_ram~50074_combout & (\text_gen|char_ram~9251_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50074_combout )))) + + .dataa(\text_gen|char_ram~9251_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12835_q ), + .datad(\text_gen|char_ram~50074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50075 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y45_N23 +dffeas \text_gen|char_ram~9027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y45_N25 +dffeas \text_gen|char_ram~12611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y45_N7 +dffeas \text_gen|char_ram~10819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y45_N25 +dffeas \text_gen|char_ram~7235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50076 ( +// Equation(s): +// \text_gen|char_ram~50076_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~10819_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7235_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10819_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7235_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50076 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50077 ( +// Equation(s): +// \text_gen|char_ram~50077_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50076_combout & ((\text_gen|char_ram~12611_q ))) # (!\text_gen|char_ram~50076_combout & (\text_gen|char_ram~9027_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50076_combout )))) + + .dataa(\text_gen|char_ram~9027_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12611_q ), + .datad(\text_gen|char_ram~50076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50077 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50078 ( +// Equation(s): +// \text_gen|char_ram~50078_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~50075_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~50077_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50075_combout ), + .datad(\text_gen|char_ram~50077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50078 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50081 ( +// Equation(s): +// \text_gen|char_ram~50081_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50078_combout & (\text_gen|char_ram~50080_combout )) # (!\text_gen|char_ram~50078_combout & ((\text_gen|char_ram~50073_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50078_combout )))) + + .dataa(\text_gen|char_ram~50080_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50073_combout ), + .datad(\text_gen|char_ram~50078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50081 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N29 +dffeas \text_gen|char_ram~11057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y49_N9 +dffeas \text_gen|char_ram~7473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50105 ( +// Equation(s): +// \text_gen|char_ram~50105_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11057_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7473_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11057_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7473_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50105 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N25 +dffeas \text_gen|char_ram~9265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y45_N27 +dffeas \text_gen|char_ram~12849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50106 ( +// Equation(s): +// \text_gen|char_ram~50106_combout = (\text_gen|char_ram~50105_combout & (((\text_gen|char_ram~12849_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50105_combout & (\text_gen|char_ram~9265_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~50105_combout ), + .datab(\text_gen|char_ram~9265_q ), + .datac(\text_gen|char_ram~12849_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50106 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N11 +dffeas \text_gen|char_ram~9041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y46_N5 +dffeas \text_gen|char_ram~12625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10833feeder ( +// Equation(s): +// \text_gen|char_ram~10833feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y50_N9 +dffeas \text_gen|char_ram~10833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y49_N23 +dffeas \text_gen|char_ram~7249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50107 ( +// Equation(s): +// \text_gen|char_ram~50107_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10833_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7249_q +// ))))) + + .dataa(\text_gen|char_ram~10833_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7249_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50107 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50108 ( +// Equation(s): +// \text_gen|char_ram~50108_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50107_combout & ((\text_gen|char_ram~12625_q ))) # (!\text_gen|char_ram~50107_combout & (\text_gen|char_ram~9041_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50107_combout )))) + + .dataa(\text_gen|char_ram~9041_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12625_q ), + .datad(\text_gen|char_ram~50107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50108 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50109 ( +// Equation(s): +// \text_gen|char_ram~50109_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~50106_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~50108_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50106_combout ), + .datac(\text_gen|char_ram~50108_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50109 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11169feeder ( +// Equation(s): +// \text_gen|char_ram~11169feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11169feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11169feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11169feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y50_N27 +dffeas \text_gen|char_ram~11169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11169feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y46_N25 +dffeas \text_gen|char_ram~12961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y49_N27 +dffeas \text_gen|char_ram~7585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y49_N13 +dffeas \text_gen|char_ram~9377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50110 ( +// Equation(s): +// \text_gen|char_ram~50110_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9377_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7585_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7585_q ), + .datad(\text_gen|char_ram~9377_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50110 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50111 ( +// Equation(s): +// \text_gen|char_ram~50111_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50110_combout & ((\text_gen|char_ram~12961_q ))) # (!\text_gen|char_ram~50110_combout & (\text_gen|char_ram~11169_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50110_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11169_q ), + .datac(\text_gen|char_ram~12961_q ), + .datad(\text_gen|char_ram~50110_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50111 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N3 +dffeas \text_gen|char_ram~10945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y46_N25 +dffeas \text_gen|char_ram~12737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9153feeder ( +// Equation(s): +// \text_gen|char_ram~9153feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9153feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9153feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9153feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N25 +dffeas \text_gen|char_ram~9153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9153feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y49_N29 +dffeas \text_gen|char_ram~7361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50103 ( +// Equation(s): +// \text_gen|char_ram~50103_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9153_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7361_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9153_q ), + .datac(\text_gen|char_ram~7361_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50103 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50104 ( +// Equation(s): +// \text_gen|char_ram~50104_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50103_combout & ((\text_gen|char_ram~12737_q ))) # (!\text_gen|char_ram~50103_combout & (\text_gen|char_ram~10945_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50103_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10945_q ), + .datac(\text_gen|char_ram~12737_q ), + .datad(\text_gen|char_ram~50103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50104 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50112 ( +// Equation(s): +// \text_gen|char_ram~50112_combout = (\text_gen|char_ram~50109_combout & ((\text_gen|char_ram~50111_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~50109_combout & (((\text_gen|char_ram~50104_combout & \text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~50109_combout ), + .datab(\text_gen|char_ram~50111_combout ), + .datac(\text_gen|char_ram~50104_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50112 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~50112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10875feeder ( +// Equation(s): +// \text_gen|char_ram~10875feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10875feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y46_N15 +dffeas \text_gen|char_ram~10875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9083feeder ( +// Equation(s): +// \text_gen|char_ram~9083feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y43_N13 +dffeas \text_gen|char_ram~9083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y45_N3 +dffeas \text_gen|char_ram~7291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50092 ( +// Equation(s): +// \text_gen|char_ram~50092_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9083_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7291_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9083_q ), + .datac(\text_gen|char_ram~7291_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50092 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y45_N5 +dffeas \text_gen|char_ram~12667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50093 ( +// Equation(s): +// \text_gen|char_ram~50093_combout = (\text_gen|char_ram~50092_combout & (((\text_gen|char_ram~12667_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50092_combout & (\text_gen|char_ram~10875_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10875_q ), + .datab(\text_gen|char_ram~50092_combout ), + .datac(\text_gen|char_ram~12667_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50093 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y49_N9 +dffeas \text_gen|char_ram~11099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y48_N15 +dffeas \text_gen|char_ram~12891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y45_N3 +dffeas \text_gen|char_ram~9307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y45_N23 +dffeas \text_gen|char_ram~7515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50099 ( +// Equation(s): +// \text_gen|char_ram~50099_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9307_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7515_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9307_q ), + .datac(\text_gen|char_ram~7515_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50099 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50100 ( +// Equation(s): +// \text_gen|char_ram~50100_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50099_combout & ((\text_gen|char_ram~12891_q ))) # (!\text_gen|char_ram~50099_combout & (\text_gen|char_ram~11099_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50099_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11099_q ), + .datac(\text_gen|char_ram~12891_q ), + .datad(\text_gen|char_ram~50099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50100 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y36_N17 +dffeas \text_gen|char_ram~9195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y44_N1 +dffeas \text_gen|char_ram~12779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10987feeder ( +// Equation(s): +// \text_gen|char_ram~10987feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10987feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10987feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10987feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y44_N23 +dffeas \text_gen|char_ram~10987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10987feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y44_N3 +dffeas \text_gen|char_ram~7403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50094 ( +// Equation(s): +// \text_gen|char_ram~50094_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~10987_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7403_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10987_q ), + .datac(\text_gen|char_ram~7403_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50094 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50095 ( +// Equation(s): +// \text_gen|char_ram~50095_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50094_combout & ((\text_gen|char_ram~12779_q ))) # (!\text_gen|char_ram~50094_combout & (\text_gen|char_ram~9195_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50094_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9195_q ), + .datac(\text_gen|char_ram~12779_q ), + .datad(\text_gen|char_ram~50094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50095 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8971feeder ( +// Equation(s): +// \text_gen|char_ram~8971feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8971feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8971feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8971feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y41_N11 +dffeas \text_gen|char_ram~8971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8971feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y41_N21 +dffeas \text_gen|char_ram~12555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y43_N23 +dffeas \text_gen|char_ram~7179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10763feeder ( +// Equation(s): +// \text_gen|char_ram~10763feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10763feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10763feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10763feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y45_N23 +dffeas \text_gen|char_ram~10763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10763feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50096 ( +// Equation(s): +// \text_gen|char_ram~50096_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~10763_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7179_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7179_q ), + .datad(\text_gen|char_ram~10763_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50096 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50097 ( +// Equation(s): +// \text_gen|char_ram~50097_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50096_combout & ((\text_gen|char_ram~12555_q ))) # (!\text_gen|char_ram~50096_combout & (\text_gen|char_ram~8971_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50096_combout )))) + + .dataa(\text_gen|char_ram~8971_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12555_q ), + .datad(\text_gen|char_ram~50096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50097 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50098 ( +// Equation(s): +// \text_gen|char_ram~50098_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~50095_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~50097_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50095_combout ), + .datad(\text_gen|char_ram~50097_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50098 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50101 ( +// Equation(s): +// \text_gen|char_ram~50101_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50098_combout & ((\text_gen|char_ram~50100_combout ))) # (!\text_gen|char_ram~50098_combout & (\text_gen|char_ram~50093_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50098_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50093_combout ), + .datac(\text_gen|char_ram~50100_combout ), + .datad(\text_gen|char_ram~50098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50101 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10889feeder ( +// Equation(s): +// \text_gen|char_ram~10889feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10889feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y46_N5 +dffeas \text_gen|char_ram~10889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y44_N1 +dffeas \text_gen|char_ram~12681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y44_N11 +dffeas \text_gen|char_ram~7305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y44_N23 +dffeas \text_gen|char_ram~9097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50082 ( +// Equation(s): +// \text_gen|char_ram~50082_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~9097_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7305_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7305_q ), + .datad(\text_gen|char_ram~9097_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50082 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50083 ( +// Equation(s): +// \text_gen|char_ram~50083_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50082_combout & ((\text_gen|char_ram~12681_q ))) # (!\text_gen|char_ram~50082_combout & (\text_gen|char_ram~10889_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50082_combout )))) + + .dataa(\text_gen|char_ram~10889_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12681_q ), + .datad(\text_gen|char_ram~50082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50083 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y48_N31 +dffeas \text_gen|char_ram~11113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y48_N11 +dffeas \text_gen|char_ram~12905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9321feeder ( +// Equation(s): +// \text_gen|char_ram~9321feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9321feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9321feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9321feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N21 +dffeas \text_gen|char_ram~9321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9321feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y48_N23 +dffeas \text_gen|char_ram~7529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50089 ( +// Equation(s): +// \text_gen|char_ram~50089_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9321_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7529_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9321_q ), + .datab(\text_gen|char_ram~7529_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50089 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~50089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50090 ( +// Equation(s): +// \text_gen|char_ram~50090_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50089_combout & ((\text_gen|char_ram~12905_q ))) # (!\text_gen|char_ram~50089_combout & (\text_gen|char_ram~11113_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50089_combout )))) + + .dataa(\text_gen|char_ram~11113_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12905_q ), + .datad(\text_gen|char_ram~50089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50090 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8985feeder ( +// Equation(s): +// \text_gen|char_ram~8985feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8985feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N15 +dffeas \text_gen|char_ram~8985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y44_N23 +dffeas \text_gen|char_ram~12569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y48_N17 +dffeas \text_gen|char_ram~7193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10777feeder ( +// Equation(s): +// \text_gen|char_ram~10777feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y48_N25 +dffeas \text_gen|char_ram~10777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50086 ( +// Equation(s): +// \text_gen|char_ram~50086_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~10777_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7193_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7193_q ), + .datad(\text_gen|char_ram~10777_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50086 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50087 ( +// Equation(s): +// \text_gen|char_ram~50087_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50086_combout & ((\text_gen|char_ram~12569_q ))) # (!\text_gen|char_ram~50086_combout & (\text_gen|char_ram~8985_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50086_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~8985_q ), + .datac(\text_gen|char_ram~12569_q ), + .datad(\text_gen|char_ram~50086_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50087 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N17 +dffeas \text_gen|char_ram~9209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y44_N1 +dffeas \text_gen|char_ram~12793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y47_N13 +dffeas \text_gen|char_ram~11001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y47_N19 +dffeas \text_gen|char_ram~7417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50084 ( +// Equation(s): +// \text_gen|char_ram~50084_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11001_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7417_q +// ))))) + + .dataa(\text_gen|char_ram~11001_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7417_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50084 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50085 ( +// Equation(s): +// \text_gen|char_ram~50085_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50084_combout & ((\text_gen|char_ram~12793_q ))) # (!\text_gen|char_ram~50084_combout & (\text_gen|char_ram~9209_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50084_combout )))) + + .dataa(\text_gen|char_ram~9209_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12793_q ), + .datad(\text_gen|char_ram~50084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50085 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50088 ( +// Equation(s): +// \text_gen|char_ram~50088_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~50085_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50087_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50087_combout ), + .datad(\text_gen|char_ram~50085_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50088 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50091 ( +// Equation(s): +// \text_gen|char_ram~50091_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50088_combout & ((\text_gen|char_ram~50090_combout ))) # (!\text_gen|char_ram~50088_combout & (\text_gen|char_ram~50083_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50088_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50083_combout ), + .datac(\text_gen|char_ram~50090_combout ), + .datad(\text_gen|char_ram~50088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50091 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50102 ( +// Equation(s): +// \text_gen|char_ram~50102_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~50091_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50101_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50101_combout ), + .datad(\text_gen|char_ram~50091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50102 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50113 ( +// Equation(s): +// \text_gen|char_ram~50113_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50102_combout & ((\text_gen|char_ram~50112_combout ))) # (!\text_gen|char_ram~50102_combout & (\text_gen|char_ram~50081_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50102_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50081_combout ), + .datac(\text_gen|char_ram~50112_combout ), + .datad(\text_gen|char_ram~50102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50113 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50114 ( +// Equation(s): +// \text_gen|char_ram~50114_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~50071_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~50113_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50071_combout ), + .datad(\text_gen|char_ram~50113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50114 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50157 ( +// Equation(s): +// \text_gen|char_ram~50157_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50114_combout & (\text_gen|char_ram~50156_combout )) # (!\text_gen|char_ram~50114_combout & ((\text_gen|char_ram~50029_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50114_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~50156_combout ), + .datac(\text_gen|char_ram~50029_combout ), + .datad(\text_gen|char_ram~50114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50157 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N1 +dffeas \text_gen|char_ram~14865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y24_N7 +dffeas \text_gen|char_ram~15761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N29 +dffeas \text_gen|char_ram~14417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y48_N9 +dffeas \text_gen|char_ram~15313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50277 ( +// Equation(s): +// \text_gen|char_ram~50277_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15313_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14417_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14417_q ), + .datad(\text_gen|char_ram~15313_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50277 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50278 ( +// Equation(s): +// \text_gen|char_ram~50278_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50277_combout & ((\text_gen|char_ram~15761_q ))) # (!\text_gen|char_ram~50277_combout & (\text_gen|char_ram~14865_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50277_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14865_q ), + .datac(\text_gen|char_ram~15761_q ), + .datad(\text_gen|char_ram~50277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50278 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y24_N9 +dffeas \text_gen|char_ram~17105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y24_N15 +dffeas \text_gen|char_ram~17553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16657feeder ( +// Equation(s): +// \text_gen|char_ram~16657feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y12_N11 +dffeas \text_gen|char_ram~16657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y24_N21 +dffeas \text_gen|char_ram~16209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50275 ( +// Equation(s): +// \text_gen|char_ram~50275_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16657_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~16209_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16657_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16209_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50275 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50276 ( +// Equation(s): +// \text_gen|char_ram~50276_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50275_combout & ((\text_gen|char_ram~17553_q ))) # (!\text_gen|char_ram~50275_combout & (\text_gen|char_ram~17105_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50275_combout )))) + + .dataa(\text_gen|char_ram~17105_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17553_q ), + .datad(\text_gen|char_ram~50275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50276 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50279 ( +// Equation(s): +// \text_gen|char_ram~50279_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~50276_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50278_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~50278_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50279 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~50279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y8_N7 +dffeas \text_gen|char_ram~20241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y26_N5 +dffeas \text_gen|char_ram~19793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50280 ( +// Equation(s): +// \text_gen|char_ram~50280_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~20241_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~19793_q +// ))))) + + .dataa(\text_gen|char_ram~20241_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19793_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50280 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20689feeder ( +// Equation(s): +// \text_gen|char_ram~20689feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20689feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y56_N11 +dffeas \text_gen|char_ram~20689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y24_N27 +dffeas \text_gen|char_ram~21137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50281 ( +// Equation(s): +// \text_gen|char_ram~50281_combout = (\text_gen|char_ram~50280_combout & (((\text_gen|char_ram~21137_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50280_combout & (\text_gen|char_ram~20689_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~50280_combout ), + .datab(\text_gen|char_ram~20689_q ), + .datac(\text_gen|char_ram~21137_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50281 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N25 +dffeas \text_gen|char_ram~19345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y26_N25 +dffeas \text_gen|char_ram~18449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y57_N15 +dffeas \text_gen|char_ram~18897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y42_N5 +dffeas \text_gen|char_ram~18001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50273 ( +// Equation(s): +// \text_gen|char_ram~50273_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~18897_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~18001_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~18897_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18001_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50273 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50274 ( +// Equation(s): +// \text_gen|char_ram~50274_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50273_combout & (\text_gen|char_ram~19345_q )) # (!\text_gen|char_ram~50273_combout & ((\text_gen|char_ram~18449_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50273_combout )))) + + .dataa(\text_gen|char_ram~19345_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18449_q ), + .datad(\text_gen|char_ram~50273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50274 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50282 ( +// Equation(s): +// \text_gen|char_ram~50282_combout = (\text_gen|char_ram~50279_combout & (((\text_gen|char_ram~50281_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~50279_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50274_combout )))) + + .dataa(\text_gen|char_ram~50279_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50281_combout ), + .datad(\text_gen|char_ram~50274_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50282 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y61_N23 +dffeas \text_gen|char_ram~17091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y26_N29 +dffeas \text_gen|char_ram~17539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y22_N13 +dffeas \text_gen|char_ram~16195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y12_N15 +dffeas \text_gen|char_ram~16643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50242 ( +// Equation(s): +// \text_gen|char_ram~50242_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16643_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16195_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16195_q ), + .datad(\text_gen|char_ram~16643_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50242 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50243 ( +// Equation(s): +// \text_gen|char_ram~50243_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50242_combout & ((\text_gen|char_ram~17539_q ))) # (!\text_gen|char_ram~50242_combout & (\text_gen|char_ram~17091_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50242_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17091_q ), + .datac(\text_gen|char_ram~17539_q ), + .datad(\text_gen|char_ram~50242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50243 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N13 +dffeas \text_gen|char_ram~15299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y24_N11 +dffeas \text_gen|char_ram~14403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50246 ( +// Equation(s): +// \text_gen|char_ram~50246_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15299_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14403_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15299_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14403_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50246 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y24_N9 +dffeas \text_gen|char_ram~15747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y16_N13 +dffeas \text_gen|char_ram~14851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50247 ( +// Equation(s): +// \text_gen|char_ram~50247_combout = (\text_gen|char_ram~50246_combout & (((\text_gen|char_ram~15747_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~50246_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14851_q )))) + + .dataa(\text_gen|char_ram~50246_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15747_q ), + .datad(\text_gen|char_ram~14851_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50247 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18435feeder ( +// Equation(s): +// \text_gen|char_ram~18435feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18435feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18435feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18435feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y21_N11 +dffeas \text_gen|char_ram~18435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18435feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y24_N7 +dffeas \text_gen|char_ram~19331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y47_N7 +dffeas \text_gen|char_ram~17987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18883feeder ( +// Equation(s): +// \text_gen|char_ram~18883feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18883feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18883feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18883feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y63_N1 +dffeas \text_gen|char_ram~18883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18883feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50244 ( +// Equation(s): +// \text_gen|char_ram~50244_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~18883_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~17987_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17987_q ), + .datad(\text_gen|char_ram~18883_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50244 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50245 ( +// Equation(s): +// \text_gen|char_ram~50245_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50244_combout & ((\text_gen|char_ram~19331_q ))) # (!\text_gen|char_ram~50244_combout & (\text_gen|char_ram~18435_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50244_combout )))) + + .dataa(\text_gen|char_ram~18435_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19331_q ), + .datad(\text_gen|char_ram~50244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50245 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50248 ( +// Equation(s): +// \text_gen|char_ram~50248_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~50245_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~50247_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50247_combout ), + .datad(\text_gen|char_ram~50245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50248 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20675feeder ( +// Equation(s): +// \text_gen|char_ram~20675feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y56_N5 +dffeas \text_gen|char_ram~20675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y24_N23 +dffeas \text_gen|char_ram~21123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y42_N17 +dffeas \text_gen|char_ram~19779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y10_N1 +dffeas \text_gen|char_ram~20227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50249 ( +// Equation(s): +// \text_gen|char_ram~50249_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20227_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19779_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19779_q ), + .datad(\text_gen|char_ram~20227_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50249 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50250 ( +// Equation(s): +// \text_gen|char_ram~50250_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50249_combout & ((\text_gen|char_ram~21123_q ))) # (!\text_gen|char_ram~50249_combout & (\text_gen|char_ram~20675_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50249_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20675_q ), + .datac(\text_gen|char_ram~21123_q ), + .datad(\text_gen|char_ram~50249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50250 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50251 ( +// Equation(s): +// \text_gen|char_ram~50251_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50248_combout & ((\text_gen|char_ram~50250_combout ))) # (!\text_gen|char_ram~50248_combout & (\text_gen|char_ram~50243_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50248_combout )))) + + .dataa(\text_gen|char_ram~50243_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50248_combout ), + .datad(\text_gen|char_ram~50250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50251 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~50251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17035feeder ( +// Equation(s): +// \text_gen|char_ram~17035feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N3 +dffeas \text_gen|char_ram~17035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y24_N13 +dffeas \text_gen|char_ram~17483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17483 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N11 +dffeas \text_gen|char_ram~16139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y20_N23 +dffeas \text_gen|char_ram~16587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50262 ( +// Equation(s): +// \text_gen|char_ram~50262_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16587_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16139_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16139_q ), + .datad(\text_gen|char_ram~16587_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50262 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50263 ( +// Equation(s): +// \text_gen|char_ram~50263_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50262_combout & ((\text_gen|char_ram~17483_q ))) # (!\text_gen|char_ram~50262_combout & (\text_gen|char_ram~17035_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50262_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17035_q ), + .datac(\text_gen|char_ram~17483_q ), + .datad(\text_gen|char_ram~50262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50263 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y50_N9 +dffeas \text_gen|char_ram~20619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y30_N29 +dffeas \text_gen|char_ram~21067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y33_N15 +dffeas \text_gen|char_ram~19723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y21_N25 +dffeas \text_gen|char_ram~20171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50269 ( +// Equation(s): +// \text_gen|char_ram~50269_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20171_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19723_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19723_q ), + .datad(\text_gen|char_ram~20171_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50269 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50270 ( +// Equation(s): +// \text_gen|char_ram~50270_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50269_combout & ((\text_gen|char_ram~21067_q ))) # (!\text_gen|char_ram~50269_combout & (\text_gen|char_ram~20619_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50269_combout )))) + + .dataa(\text_gen|char_ram~20619_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21067_q ), + .datad(\text_gen|char_ram~50269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50270 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y23_N7 +dffeas \text_gen|char_ram~14795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y34_N23 +dffeas \text_gen|char_ram~15691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y34_N25 +dffeas \text_gen|char_ram~14347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15243feeder ( +// Equation(s): +// \text_gen|char_ram~15243feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N21 +dffeas \text_gen|char_ram~15243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50266 ( +// Equation(s): +// \text_gen|char_ram~50266_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15243_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14347_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14347_q ), + .datad(\text_gen|char_ram~15243_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50266 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50267 ( +// Equation(s): +// \text_gen|char_ram~50267_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50266_combout & ((\text_gen|char_ram~15691_q ))) # (!\text_gen|char_ram~50266_combout & (\text_gen|char_ram~14795_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50266_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14795_q ), + .datac(\text_gen|char_ram~15691_q ), + .datad(\text_gen|char_ram~50266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50267 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X15_Y24_N11 +dffeas \text_gen|char_ram~18379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X15_Y24_N29 +dffeas \text_gen|char_ram~19275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y47_N13 +dffeas \text_gen|char_ram~18827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y47_N3 +dffeas \text_gen|char_ram~17931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50264 ( +// Equation(s): +// \text_gen|char_ram~50264_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~18827_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~17931_q +// ))))) + + .dataa(\text_gen|char_ram~18827_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17931_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50264 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50265 ( +// Equation(s): +// \text_gen|char_ram~50265_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50264_combout & ((\text_gen|char_ram~19275_q ))) # (!\text_gen|char_ram~50264_combout & (\text_gen|char_ram~18379_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50264_combout )))) + + .dataa(\text_gen|char_ram~18379_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19275_q ), + .datad(\text_gen|char_ram~50264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50265 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50268 ( +// Equation(s): +// \text_gen|char_ram~50268_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~50265_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~50267_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~50267_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~50265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50268 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~50268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50271 ( +// Equation(s): +// \text_gen|char_ram~50271_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50268_combout & ((\text_gen|char_ram~50270_combout ))) # (!\text_gen|char_ram~50268_combout & (\text_gen|char_ram~50263_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50268_combout )))) + + .dataa(\text_gen|char_ram~50263_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50270_combout ), + .datad(\text_gen|char_ram~50268_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50271 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y19_N21 +dffeas \text_gen|char_ram~14809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y25_N23 +dffeas \text_gen|char_ram~15705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N23 +dffeas \text_gen|char_ram~14361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15257feeder ( +// Equation(s): +// \text_gen|char_ram~15257feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15257feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15257feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15257feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y52_N17 +dffeas \text_gen|char_ram~15257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15257feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50256 ( +// Equation(s): +// \text_gen|char_ram~50256_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15257_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14361_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14361_q ), + .datad(\text_gen|char_ram~15257_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50256 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50257 ( +// Equation(s): +// \text_gen|char_ram~50257_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50256_combout & ((\text_gen|char_ram~15705_q ))) # (!\text_gen|char_ram~50256_combout & (\text_gen|char_ram~14809_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50256_combout )))) + + .dataa(\text_gen|char_ram~14809_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15705_q ), + .datad(\text_gen|char_ram~50256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50257 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16153feeder ( +// Equation(s): +// \text_gen|char_ram~16153feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16153feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16153feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16153feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y26_N9 +dffeas \text_gen|char_ram~16153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16153feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y20_N1 +dffeas \text_gen|char_ram~16601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50254 ( +// Equation(s): +// \text_gen|char_ram~50254_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16601_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16153_q +// )))) + + .dataa(\text_gen|char_ram~16153_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~16601_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50254 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~50254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y25_N25 +dffeas \text_gen|char_ram~17497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y55_N7 +dffeas \text_gen|char_ram~17049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50255 ( +// Equation(s): +// \text_gen|char_ram~50255_combout = (\text_gen|char_ram~50254_combout & (((\text_gen|char_ram~17497_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~50254_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~17049_q )))) + + .dataa(\text_gen|char_ram~50254_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17497_q ), + .datad(\text_gen|char_ram~17049_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50255 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50258 ( +// Equation(s): +// \text_gen|char_ram~50258_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~50255_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~50257_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50257_combout ), + .datad(\text_gen|char_ram~50255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50258 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N29 +dffeas \text_gen|char_ram~20633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y25_N21 +dffeas \text_gen|char_ram~19737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y25_N25 +dffeas \text_gen|char_ram~20185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50259 ( +// Equation(s): +// \text_gen|char_ram~50259_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20185_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19737_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19737_q ), + .datad(\text_gen|char_ram~20185_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50259 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y25_N17 +dffeas \text_gen|char_ram~21081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50260 ( +// Equation(s): +// \text_gen|char_ram~50260_combout = (\text_gen|char_ram~50259_combout & (((\text_gen|char_ram~21081_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50259_combout & (\text_gen|char_ram~20633_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~20633_q ), + .datab(\text_gen|char_ram~50259_combout ), + .datac(\text_gen|char_ram~21081_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50260 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y27_N25 +dffeas \text_gen|char_ram~18393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y27_N11 +dffeas \text_gen|char_ram~19289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17945feeder ( +// Equation(s): +// \text_gen|char_ram~17945feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17945feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17945feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17945feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y47_N13 +dffeas \text_gen|char_ram~17945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17945feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18841feeder ( +// Equation(s): +// \text_gen|char_ram~18841feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18841feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18841feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18841feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y52_N31 +dffeas \text_gen|char_ram~18841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18841feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50252 ( +// Equation(s): +// \text_gen|char_ram~50252_combout = (\text_gen|Add5~6_combout & (((\text_gen|char_ram~18841_q ) # (\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~17945_q & ((!\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17945_q ), + .datac(\text_gen|char_ram~18841_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50252 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~50252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50253 ( +// Equation(s): +// \text_gen|char_ram~50253_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50252_combout & ((\text_gen|char_ram~19289_q ))) # (!\text_gen|char_ram~50252_combout & (\text_gen|char_ram~18393_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50252_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18393_q ), + .datac(\text_gen|char_ram~19289_q ), + .datad(\text_gen|char_ram~50252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50253 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50261 ( +// Equation(s): +// \text_gen|char_ram~50261_combout = (\text_gen|char_ram~50258_combout & ((\text_gen|char_ram~50260_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50258_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~50253_combout )))) + + .dataa(\text_gen|char_ram~50258_combout ), + .datab(\text_gen|char_ram~50260_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50253_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50261 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~50261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50272 ( +// Equation(s): +// \text_gen|char_ram~50272_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~50261_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50271_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50271_combout ), + .datad(\text_gen|char_ram~50261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50272 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50283 ( +// Equation(s): +// \text_gen|char_ram~50283_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50272_combout & (\text_gen|char_ram~50282_combout )) # (!\text_gen|char_ram~50272_combout & ((\text_gen|char_ram~50251_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50272_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50282_combout ), + .datac(\text_gen|char_ram~50251_combout ), + .datad(\text_gen|char_ram~50272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50283 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y15_N25 +dffeas \text_gen|char_ram~15089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y15_N17 +dffeas \text_gen|char_ram~15985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y15_N19 +dffeas \text_gen|char_ram~14641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15537feeder ( +// Equation(s): +// \text_gen|char_ram~15537feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15537feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15537feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15537feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y51_N1 +dffeas \text_gen|char_ram~15537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15537feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50235 ( +// Equation(s): +// \text_gen|char_ram~50235_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15537_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14641_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14641_q ), + .datad(\text_gen|char_ram~15537_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50235 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50236 ( +// Equation(s): +// \text_gen|char_ram~50236_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50235_combout & ((\text_gen|char_ram~15985_q ))) # (!\text_gen|char_ram~50235_combout & (\text_gen|char_ram~15089_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50235_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15089_q ), + .datac(\text_gen|char_ram~15985_q ), + .datad(\text_gen|char_ram~50235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50236 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y46_N13 +dffeas \text_gen|char_ram~17329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y25_N17 +dffeas \text_gen|char_ram~17777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y25_N23 +dffeas \text_gen|char_ram~16881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y25_N3 +dffeas \text_gen|char_ram~16433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50233 ( +// Equation(s): +// \text_gen|char_ram~50233_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~16881_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~16433_q +// ))))) + + .dataa(\text_gen|char_ram~16881_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16433_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50233 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50234 ( +// Equation(s): +// \text_gen|char_ram~50234_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50233_combout & ((\text_gen|char_ram~17777_q ))) # (!\text_gen|char_ram~50233_combout & (\text_gen|char_ram~17329_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50233_combout )))) + + .dataa(\text_gen|char_ram~17329_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17777_q ), + .datad(\text_gen|char_ram~50233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50234 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50237 ( +// Equation(s): +// \text_gen|char_ram~50237_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~50234_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~50236_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50236_combout ), + .datad(\text_gen|char_ram~50234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50237 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y46_N17 +dffeas \text_gen|char_ram~20913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y26_N21 +dffeas \text_gen|char_ram~21361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y26_N11 +dffeas \text_gen|char_ram~20017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y10_N31 +dffeas \text_gen|char_ram~20465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50238 ( +// Equation(s): +// \text_gen|char_ram~50238_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~20465_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~20017_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20017_q ), + .datad(\text_gen|char_ram~20465_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50238 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50239 ( +// Equation(s): +// \text_gen|char_ram~50239_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50238_combout & ((\text_gen|char_ram~21361_q ))) # (!\text_gen|char_ram~50238_combout & (\text_gen|char_ram~20913_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50238_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20913_q ), + .datac(\text_gen|char_ram~21361_q ), + .datad(\text_gen|char_ram~50238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50239 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y26_N27 +dffeas \text_gen|char_ram~18673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19569feeder ( +// Equation(s): +// \text_gen|char_ram~19569feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19569feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19569feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19569feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N13 +dffeas \text_gen|char_ram~19569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19569feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y28_N15 +dffeas \text_gen|char_ram~18225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y51_N27 +dffeas \text_gen|char_ram~19121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50231 ( +// Equation(s): +// \text_gen|char_ram~50231_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19121_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18225_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18225_q ), + .datad(\text_gen|char_ram~19121_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50231 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50232 ( +// Equation(s): +// \text_gen|char_ram~50232_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50231_combout & ((\text_gen|char_ram~19569_q ))) # (!\text_gen|char_ram~50231_combout & (\text_gen|char_ram~18673_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50231_combout )))) + + .dataa(\text_gen|char_ram~18673_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19569_q ), + .datad(\text_gen|char_ram~50231_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50232 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50240 ( +// Equation(s): +// \text_gen|char_ram~50240_combout = (\text_gen|char_ram~50237_combout & ((\text_gen|char_ram~50239_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50237_combout & (((\text_gen|char_ram~50232_combout & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50237_combout ), + .datab(\text_gen|char_ram~50239_combout ), + .datac(\text_gen|char_ram~50232_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50240 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~50240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y49_N19 +dffeas \text_gen|char_ram~20899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y38_N21 +dffeas \text_gen|char_ram~21347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20003feeder ( +// Equation(s): +// \text_gen|char_ram~20003feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20003feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20003feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20003feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y41_N5 +dffeas \text_gen|char_ram~20003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20003feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20451feeder ( +// Equation(s): +// \text_gen|char_ram~20451feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20451feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20451feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20451feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y13_N11 +dffeas \text_gen|char_ram~20451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20451feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50207 ( +// Equation(s): +// \text_gen|char_ram~50207_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~20451_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~20003_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20003_q ), + .datad(\text_gen|char_ram~20451_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50207 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50208 ( +// Equation(s): +// \text_gen|char_ram~50208_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50207_combout & ((\text_gen|char_ram~21347_q ))) # (!\text_gen|char_ram~50207_combout & (\text_gen|char_ram~20899_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50207_combout )))) + + .dataa(\text_gen|char_ram~20899_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21347_q ), + .datad(\text_gen|char_ram~50207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50208 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y46_N11 +dffeas \text_gen|char_ram~17315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y38_N9 +dffeas \text_gen|char_ram~17763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y38_N19 +dffeas \text_gen|char_ram~16419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y22_N3 +dffeas \text_gen|char_ram~16867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50200 ( +// Equation(s): +// \text_gen|char_ram~50200_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16867_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16419_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16419_q ), + .datad(\text_gen|char_ram~16867_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50200 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50201 ( +// Equation(s): +// \text_gen|char_ram~50201_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50200_combout & ((\text_gen|char_ram~17763_q ))) # (!\text_gen|char_ram~50200_combout & (\text_gen|char_ram~17315_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50200_combout )))) + + .dataa(\text_gen|char_ram~17315_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17763_q ), + .datad(\text_gen|char_ram~50200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50201 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18659feeder ( +// Equation(s): +// \text_gen|char_ram~18659feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18659feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18659feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18659feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N9 +dffeas \text_gen|char_ram~18659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18659feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y31_N11 +dffeas \text_gen|char_ram~19555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y47_N7 +dffeas \text_gen|char_ram~18211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N21 +dffeas \text_gen|char_ram~19107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50202 ( +// Equation(s): +// \text_gen|char_ram~50202_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19107_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18211_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18211_q ), + .datad(\text_gen|char_ram~19107_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50202 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50203 ( +// Equation(s): +// \text_gen|char_ram~50203_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50202_combout & ((\text_gen|char_ram~19555_q ))) # (!\text_gen|char_ram~50202_combout & (\text_gen|char_ram~18659_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50202_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18659_q ), + .datac(\text_gen|char_ram~19555_q ), + .datad(\text_gen|char_ram~50202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50203 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15075feeder ( +// Equation(s): +// \text_gen|char_ram~15075feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y19_N1 +dffeas \text_gen|char_ram~15075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y31_N3 +dffeas \text_gen|char_ram~15971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y35_N25 +dffeas \text_gen|char_ram~14627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y46_N9 +dffeas \text_gen|char_ram~15523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50204 ( +// Equation(s): +// \text_gen|char_ram~50204_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15523_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14627_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14627_q ), + .datad(\text_gen|char_ram~15523_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50204 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50205 ( +// Equation(s): +// \text_gen|char_ram~50205_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50204_combout & ((\text_gen|char_ram~15971_q ))) # (!\text_gen|char_ram~50204_combout & (\text_gen|char_ram~15075_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50204_combout )))) + + .dataa(\text_gen|char_ram~15075_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15971_q ), + .datad(\text_gen|char_ram~50204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50205 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50206 ( +// Equation(s): +// \text_gen|char_ram~50206_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~50203_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~50205_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50203_combout ), + .datad(\text_gen|char_ram~50205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50206 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50209 ( +// Equation(s): +// \text_gen|char_ram~50209_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50206_combout & (\text_gen|char_ram~50208_combout )) # (!\text_gen|char_ram~50206_combout & ((\text_gen|char_ram~50201_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50206_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50208_combout ), + .datac(\text_gen|char_ram~50201_combout ), + .datad(\text_gen|char_ram~50206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50209 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20857feeder ( +// Equation(s): +// \text_gen|char_ram~20857feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N27 +dffeas \text_gen|char_ram~20857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y25_N31 +dffeas \text_gen|char_ram~21305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y25_N17 +dffeas \text_gen|char_ram~19961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20409feeder ( +// Equation(s): +// \text_gen|char_ram~20409feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20409feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20409feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20409feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y17_N1 +dffeas \text_gen|char_ram~20409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20409feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50217 ( +// Equation(s): +// \text_gen|char_ram~50217_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~20409_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~19961_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19961_q ), + .datad(\text_gen|char_ram~20409_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50217 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50218 ( +// Equation(s): +// \text_gen|char_ram~50218_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50217_combout & ((\text_gen|char_ram~21305_q ))) # (!\text_gen|char_ram~50217_combout & (\text_gen|char_ram~20857_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50217_combout )))) + + .dataa(\text_gen|char_ram~20857_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21305_q ), + .datad(\text_gen|char_ram~50217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50218 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15033feeder ( +// Equation(s): +// \text_gen|char_ram~15033feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y20_N27 +dffeas \text_gen|char_ram~15033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y24_N11 +dffeas \text_gen|char_ram~15929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15481feeder ( +// Equation(s): +// \text_gen|char_ram~15481feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15481feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15481feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15481feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N25 +dffeas \text_gen|char_ram~15481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15481feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y28_N21 +dffeas \text_gen|char_ram~14585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50214 ( +// Equation(s): +// \text_gen|char_ram~50214_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15481_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14585_q +// ))))) + + .dataa(\text_gen|char_ram~15481_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14585_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50214 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50215 ( +// Equation(s): +// \text_gen|char_ram~50215_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50214_combout & ((\text_gen|char_ram~15929_q ))) # (!\text_gen|char_ram~50214_combout & (\text_gen|char_ram~15033_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50214_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15033_q ), + .datac(\text_gen|char_ram~15929_q ), + .datad(\text_gen|char_ram~50214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50215 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17273feeder ( +// Equation(s): +// \text_gen|char_ram~17273feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17273feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17273feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17273feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N9 +dffeas \text_gen|char_ram~17273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17273feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y24_N29 +dffeas \text_gen|char_ram~17721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N5 +dffeas \text_gen|char_ram~16377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16825feeder ( +// Equation(s): +// \text_gen|char_ram~16825feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16825feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16825feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16825feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y17_N15 +dffeas \text_gen|char_ram~16825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16825feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50212 ( +// Equation(s): +// \text_gen|char_ram~50212_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16825_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16377_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16377_q ), + .datad(\text_gen|char_ram~16825_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50212 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50213 ( +// Equation(s): +// \text_gen|char_ram~50213_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50212_combout & ((\text_gen|char_ram~17721_q ))) # (!\text_gen|char_ram~50212_combout & (\text_gen|char_ram~17273_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50212_combout )))) + + .dataa(\text_gen|char_ram~17273_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17721_q ), + .datad(\text_gen|char_ram~50212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50213 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50216 ( +// Equation(s): +// \text_gen|char_ram~50216_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~50213_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~50215_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50215_combout ), + .datad(\text_gen|char_ram~50213_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50216 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18617feeder ( +// Equation(s): +// \text_gen|char_ram~18617feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18617feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18617feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18617feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y20_N13 +dffeas \text_gen|char_ram~18617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18617feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y24_N13 +dffeas \text_gen|char_ram~19513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y24_N11 +dffeas \text_gen|char_ram~18169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y51_N21 +dffeas \text_gen|char_ram~19065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50210 ( +// Equation(s): +// \text_gen|char_ram~50210_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~19065_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18169_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18169_q ), + .datad(\text_gen|char_ram~19065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50210 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50211 ( +// Equation(s): +// \text_gen|char_ram~50211_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50210_combout & ((\text_gen|char_ram~19513_q ))) # (!\text_gen|char_ram~50210_combout & (\text_gen|char_ram~18617_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50210_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18617_q ), + .datac(\text_gen|char_ram~19513_q ), + .datad(\text_gen|char_ram~50210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50211 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50219 ( +// Equation(s): +// \text_gen|char_ram~50219_combout = (\text_gen|char_ram~50216_combout & ((\text_gen|char_ram~50218_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50216_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~50211_combout )))) + + .dataa(\text_gen|char_ram~50218_combout ), + .datab(\text_gen|char_ram~50216_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50219 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~50219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21291feeder ( +// Equation(s): +// \text_gen|char_ram~21291feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y36_N3 +dffeas \text_gen|char_ram~21291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y25_N23 +dffeas \text_gen|char_ram~20395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y33_N15 +dffeas \text_gen|char_ram~19947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50227 ( +// Equation(s): +// \text_gen|char_ram~50227_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~20395_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~19947_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~20395_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19947_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50227 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N31 +dffeas \text_gen|char_ram~20843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50228 ( +// Equation(s): +// \text_gen|char_ram~50228_combout = (\text_gen|char_ram~50227_combout & ((\text_gen|char_ram~21291_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50227_combout & (((\text_gen|Add5~6_combout & \text_gen|char_ram~20843_q )))) + + .dataa(\text_gen|char_ram~21291_q ), + .datab(\text_gen|char_ram~50227_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~20843_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50228 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~50228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y23_N11 +dffeas \text_gen|char_ram~16363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y23_N13 +dffeas \text_gen|char_ram~16811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50220 ( +// Equation(s): +// \text_gen|char_ram~50220_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16811_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16363_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16363_q ), + .datad(\text_gen|char_ram~16811_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50220 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N1 +dffeas \text_gen|char_ram~17707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y50_N15 +dffeas \text_gen|char_ram~17259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50221 ( +// Equation(s): +// \text_gen|char_ram~50221_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50220_combout & (\text_gen|char_ram~17707_q )) # (!\text_gen|char_ram~50220_combout & ((\text_gen|char_ram~17259_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~50220_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~50220_combout ), + .datac(\text_gen|char_ram~17707_q ), + .datad(\text_gen|char_ram~17259_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50221 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y35_N7 +dffeas \text_gen|char_ram~14571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y35_N13 +dffeas \text_gen|char_ram~15467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50224 ( +// Equation(s): +// \text_gen|char_ram~50224_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15467_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14571_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14571_q ), + .datad(\text_gen|char_ram~15467_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50224 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y35_N31 +dffeas \text_gen|char_ram~15915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N21 +dffeas \text_gen|char_ram~15019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50225 ( +// Equation(s): +// \text_gen|char_ram~50225_combout = (\text_gen|char_ram~50224_combout & (((\text_gen|char_ram~15915_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~50224_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15019_q )))) + + .dataa(\text_gen|char_ram~50224_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15915_q ), + .datad(\text_gen|char_ram~15019_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50225 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N13 +dffeas \text_gen|char_ram~18603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y39_N25 +dffeas \text_gen|char_ram~19499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y47_N17 +dffeas \text_gen|char_ram~19051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y47_N7 +dffeas \text_gen|char_ram~18155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50222 ( +// Equation(s): +// \text_gen|char_ram~50222_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19051_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18155_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19051_q ), + .datac(\text_gen|char_ram~18155_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50222 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50223 ( +// Equation(s): +// \text_gen|char_ram~50223_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50222_combout & ((\text_gen|char_ram~19499_q ))) # (!\text_gen|char_ram~50222_combout & (\text_gen|char_ram~18603_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50222_combout )))) + + .dataa(\text_gen|char_ram~18603_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19499_q ), + .datad(\text_gen|char_ram~50222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50223 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50226 ( +// Equation(s): +// \text_gen|char_ram~50226_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~50223_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~50225_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50225_combout ), + .datad(\text_gen|char_ram~50223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50226 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50229 ( +// Equation(s): +// \text_gen|char_ram~50229_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50226_combout & (\text_gen|char_ram~50228_combout )) # (!\text_gen|char_ram~50226_combout & ((\text_gen|char_ram~50221_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50226_combout )))) + + .dataa(\text_gen|char_ram~50228_combout ), + .datab(\text_gen|char_ram~50221_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~50226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50229 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~50229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50230 ( +// Equation(s): +// \text_gen|char_ram~50230_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~50219_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50229_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50219_combout ), + .datad(\text_gen|char_ram~50229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50230 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50241 ( +// Equation(s): +// \text_gen|char_ram~50241_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50230_combout & (\text_gen|char_ram~50240_combout )) # (!\text_gen|char_ram~50230_combout & ((\text_gen|char_ram~50209_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50230_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50240_combout ), + .datac(\text_gen|char_ram~50209_combout ), + .datad(\text_gen|char_ram~50230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50241 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50284 ( +// Equation(s): +// \text_gen|char_ram~50284_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~50241_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50283_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50283_combout ), + .datad(\text_gen|char_ram~50241_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50284 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y59_N11 +dffeas \text_gen|char_ram~21011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y31_N17 +dffeas \text_gen|char_ram~21459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y40_N31 +dffeas \text_gen|char_ram~20115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y8_N1 +dffeas \text_gen|char_ram~20563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50302 ( +// Equation(s): +// \text_gen|char_ram~50302_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20563_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20115_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20115_q ), + .datad(\text_gen|char_ram~20563_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50302 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50303 ( +// Equation(s): +// \text_gen|char_ram~50303_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50302_combout & ((\text_gen|char_ram~21459_q ))) # (!\text_gen|char_ram~50302_combout & (\text_gen|char_ram~21011_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50302_combout )))) + + .dataa(\text_gen|char_ram~21011_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21459_q ), + .datad(\text_gen|char_ram~50302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50303 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17427feeder ( +// Equation(s): +// \text_gen|char_ram~17427feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17427feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17427feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17427feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y53_N5 +dffeas \text_gen|char_ram~17427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17427feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y21_N17 +dffeas \text_gen|char_ram~17875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16979feeder ( +// Equation(s): +// \text_gen|char_ram~16979feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16979feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16979feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16979feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y13_N1 +dffeas \text_gen|char_ram~16979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16979feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y21_N19 +dffeas \text_gen|char_ram~16531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50295 ( +// Equation(s): +// \text_gen|char_ram~50295_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~16979_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~16531_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16979_q ), + .datac(\text_gen|char_ram~16531_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50295 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50296 ( +// Equation(s): +// \text_gen|char_ram~50296_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50295_combout & ((\text_gen|char_ram~17875_q ))) # (!\text_gen|char_ram~50295_combout & (\text_gen|char_ram~17427_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50295_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17427_q ), + .datac(\text_gen|char_ram~17875_q ), + .datad(\text_gen|char_ram~50295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50296 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y34_N23 +dffeas \text_gen|char_ram~15187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15635feeder ( +// Equation(s): +// \text_gen|char_ram~15635feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15635feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N13 +dffeas \text_gen|char_ram~15635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y40_N23 +dffeas \text_gen|char_ram~14739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50299 ( +// Equation(s): +// \text_gen|char_ram~50299_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15635_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14739_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15635_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14739_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50299 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y32_N15 +dffeas \text_gen|char_ram~16083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50300 ( +// Equation(s): +// \text_gen|char_ram~50300_combout = (\text_gen|char_ram~50299_combout & (((\text_gen|char_ram~16083_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~50299_combout & (\text_gen|char_ram~15187_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15187_q ), + .datab(\text_gen|char_ram~50299_combout ), + .datac(\text_gen|char_ram~16083_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50300 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N7 +dffeas \text_gen|char_ram~18771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y47_N25 +dffeas \text_gen|char_ram~19667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y47_N19 +dffeas \text_gen|char_ram~18323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19219feeder ( +// Equation(s): +// \text_gen|char_ram~19219feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19219feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19219feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19219feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N17 +dffeas \text_gen|char_ram~19219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19219feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50297 ( +// Equation(s): +// \text_gen|char_ram~50297_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19219_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18323_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18323_q ), + .datad(\text_gen|char_ram~19219_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50297 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50298 ( +// Equation(s): +// \text_gen|char_ram~50298_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50297_combout & ((\text_gen|char_ram~19667_q ))) # (!\text_gen|char_ram~50297_combout & (\text_gen|char_ram~18771_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50297_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18771_q ), + .datac(\text_gen|char_ram~19667_q ), + .datad(\text_gen|char_ram~50297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50298 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50301 ( +// Equation(s): +// \text_gen|char_ram~50301_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~50298_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50300_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50300_combout ), + .datad(\text_gen|char_ram~50298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50301 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50304 ( +// Equation(s): +// \text_gen|char_ram~50304_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50301_combout & (\text_gen|char_ram~50303_combout )) # (!\text_gen|char_ram~50301_combout & ((\text_gen|char_ram~50296_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50301_combout )))) + + .dataa(\text_gen|char_ram~50303_combout ), + .datab(\text_gen|char_ram~50296_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~50301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50304 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~50304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20507feeder ( +// Equation(s): +// \text_gen|char_ram~20507feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20507feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20507feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20507feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N31 +dffeas \text_gen|char_ram~20507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20507feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y33_N1 +dffeas \text_gen|char_ram~20059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50312 ( +// Equation(s): +// \text_gen|char_ram~50312_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~20507_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~20059_q +// ))))) + + .dataa(\text_gen|char_ram~20507_q ), + .datab(\text_gen|char_ram~20059_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50312 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~50312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N15 +dffeas \text_gen|char_ram~21403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20955feeder ( +// Equation(s): +// \text_gen|char_ram~20955feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20955feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20955feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20955feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N5 +dffeas \text_gen|char_ram~20955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20955feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50313 ( +// Equation(s): +// \text_gen|char_ram~50313_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50312_combout & (\text_gen|char_ram~21403_q )) # (!\text_gen|char_ram~50312_combout & ((\text_gen|char_ram~20955_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~50312_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~50312_combout ), + .datac(\text_gen|char_ram~21403_q ), + .datad(\text_gen|char_ram~20955_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50313 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y24_N21 +dffeas \text_gen|char_ram~16475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y24_N23 +dffeas \text_gen|char_ram~16923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50305 ( +// Equation(s): +// \text_gen|char_ram~50305_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16923_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16475_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16475_q ), + .datad(\text_gen|char_ram~16923_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50305 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y24_N23 +dffeas \text_gen|char_ram~17819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y50_N15 +dffeas \text_gen|char_ram~17371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50306 ( +// Equation(s): +// \text_gen|char_ram~50306_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50305_combout & (\text_gen|char_ram~17819_q )) # (!\text_gen|char_ram~50305_combout & ((\text_gen|char_ram~17371_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~50305_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~50305_combout ), + .datac(\text_gen|char_ram~17819_q ), + .datad(\text_gen|char_ram~17371_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50306 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N9 +dffeas \text_gen|char_ram~18715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y39_N11 +dffeas \text_gen|char_ram~19611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19163feeder ( +// Equation(s): +// \text_gen|char_ram~19163feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19163feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N27 +dffeas \text_gen|char_ram~19163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y47_N11 +dffeas \text_gen|char_ram~18267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50307 ( +// Equation(s): +// \text_gen|char_ram~50307_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19163_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18267_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19163_q ), + .datac(\text_gen|char_ram~18267_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50307 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50308 ( +// Equation(s): +// \text_gen|char_ram~50308_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50307_combout & ((\text_gen|char_ram~19611_q ))) # (!\text_gen|char_ram~50307_combout & (\text_gen|char_ram~18715_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50307_combout )))) + + .dataa(\text_gen|char_ram~18715_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19611_q ), + .datad(\text_gen|char_ram~50307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50308 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N25 +dffeas \text_gen|char_ram~16027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y32_N19 +dffeas \text_gen|char_ram~15131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y40_N1 +dffeas \text_gen|char_ram~14683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15579feeder ( +// Equation(s): +// \text_gen|char_ram~15579feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15579feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15579feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15579feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N15 +dffeas \text_gen|char_ram~15579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15579feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50309 ( +// Equation(s): +// \text_gen|char_ram~50309_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15579_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14683_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14683_q ), + .datad(\text_gen|char_ram~15579_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50309 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50310 ( +// Equation(s): +// \text_gen|char_ram~50310_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50309_combout & (\text_gen|char_ram~16027_q )) # (!\text_gen|char_ram~50309_combout & ((\text_gen|char_ram~15131_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50309_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16027_q ), + .datac(\text_gen|char_ram~15131_q ), + .datad(\text_gen|char_ram~50309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50310 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50311 ( +// Equation(s): +// \text_gen|char_ram~50311_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~50308_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~50310_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50308_combout ), + .datad(\text_gen|char_ram~50310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50311 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50314 ( +// Equation(s): +// \text_gen|char_ram~50314_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50311_combout & (\text_gen|char_ram~50313_combout )) # (!\text_gen|char_ram~50311_combout & ((\text_gen|char_ram~50306_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50311_combout )))) + + .dataa(\text_gen|char_ram~50313_combout ), + .datab(\text_gen|char_ram~50306_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~50311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50314 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~50314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50315 ( +// Equation(s): +// \text_gen|char_ram~50315_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50304_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50314_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50304_combout ), + .datad(\text_gen|char_ram~50314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50315 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20969feeder ( +// Equation(s): +// \text_gen|char_ram~20969feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N19 +dffeas \text_gen|char_ram~20969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y25_N13 +dffeas \text_gen|char_ram~21417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y25_N27 +dffeas \text_gen|char_ram~20073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20521feeder ( +// Equation(s): +// \text_gen|char_ram~20521feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20521feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20521feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20521feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N9 +dffeas \text_gen|char_ram~20521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20521feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50292 ( +// Equation(s): +// \text_gen|char_ram~50292_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20521_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20073_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20073_q ), + .datad(\text_gen|char_ram~20521_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50292 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50293 ( +// Equation(s): +// \text_gen|char_ram~50293_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50292_combout & ((\text_gen|char_ram~21417_q ))) # (!\text_gen|char_ram~50292_combout & (\text_gen|char_ram~20969_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50292_combout )))) + + .dataa(\text_gen|char_ram~20969_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21417_q ), + .datad(\text_gen|char_ram~50292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50293 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y22_N17 +dffeas \text_gen|char_ram~15145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y22_N11 +dffeas \text_gen|char_ram~16041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N21 +dffeas \text_gen|char_ram~14697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y42_N29 +dffeas \text_gen|char_ram~15593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50289 ( +// Equation(s): +// \text_gen|char_ram~50289_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15593_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14697_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14697_q ), + .datad(\text_gen|char_ram~15593_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50289 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50290 ( +// Equation(s): +// \text_gen|char_ram~50290_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50289_combout & ((\text_gen|char_ram~16041_q ))) # (!\text_gen|char_ram~50289_combout & (\text_gen|char_ram~15145_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50289_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15145_q ), + .datac(\text_gen|char_ram~16041_q ), + .datad(\text_gen|char_ram~50289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50290 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N29 +dffeas \text_gen|char_ram~17385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N19 +dffeas \text_gen|char_ram~17833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N1 +dffeas \text_gen|char_ram~16489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y20_N3 +dffeas \text_gen|char_ram~16937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50287 ( +// Equation(s): +// \text_gen|char_ram~50287_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16937_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16489_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16489_q ), + .datad(\text_gen|char_ram~16937_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50287 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50288 ( +// Equation(s): +// \text_gen|char_ram~50288_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50287_combout & ((\text_gen|char_ram~17833_q ))) # (!\text_gen|char_ram~50287_combout & (\text_gen|char_ram~17385_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50287_combout )))) + + .dataa(\text_gen|char_ram~17385_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17833_q ), + .datad(\text_gen|char_ram~50287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50288 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50291 ( +// Equation(s): +// \text_gen|char_ram~50291_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~50288_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50290_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50290_combout ), + .datab(\text_gen|char_ram~50288_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50291 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~50291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y28_N29 +dffeas \text_gen|char_ram~18729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y28_N15 +dffeas \text_gen|char_ram~19625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19177feeder ( +// Equation(s): +// \text_gen|char_ram~19177feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N1 +dffeas \text_gen|char_ram~19177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y47_N31 +dffeas \text_gen|char_ram~18281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50285 ( +// Equation(s): +// \text_gen|char_ram~50285_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19177_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18281_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19177_q ), + .datac(\text_gen|char_ram~18281_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50285 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50286 ( +// Equation(s): +// \text_gen|char_ram~50286_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50285_combout & ((\text_gen|char_ram~19625_q ))) # (!\text_gen|char_ram~50285_combout & (\text_gen|char_ram~18729_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50285_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18729_q ), + .datac(\text_gen|char_ram~19625_q ), + .datad(\text_gen|char_ram~50285_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50286 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50294 ( +// Equation(s): +// \text_gen|char_ram~50294_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50291_combout & (\text_gen|char_ram~50293_combout )) # (!\text_gen|char_ram~50291_combout & ((\text_gen|char_ram~50286_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50291_combout )))) + + .dataa(\text_gen|char_ram~50293_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50291_combout ), + .datad(\text_gen|char_ram~50286_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50294 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y26_N25 +dffeas \text_gen|char_ram~21025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y26_N19 +dffeas \text_gen|char_ram~21473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y26_N19 +dffeas \text_gen|char_ram~20129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y6_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20577feeder ( +// Equation(s): +// \text_gen|char_ram~20577feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20577feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20577feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20577feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y6_N1 +dffeas \text_gen|char_ram~20577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20577feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50323 ( +// Equation(s): +// \text_gen|char_ram~50323_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20577_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20129_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20129_q ), + .datad(\text_gen|char_ram~20577_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50323 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50324 ( +// Equation(s): +// \text_gen|char_ram~50324_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50323_combout & ((\text_gen|char_ram~21473_q ))) # (!\text_gen|char_ram~50323_combout & (\text_gen|char_ram~21025_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50323_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~21025_q ), + .datac(\text_gen|char_ram~21473_q ), + .datad(\text_gen|char_ram~50323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50324 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15201feeder ( +// Equation(s): +// \text_gen|char_ram~15201feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15201feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15201feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15201feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N9 +dffeas \text_gen|char_ram~15201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15201feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N13 +dffeas \text_gen|char_ram~16097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N3 +dffeas \text_gen|char_ram~14753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y50_N21 +dffeas \text_gen|char_ram~15649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50320 ( +// Equation(s): +// \text_gen|char_ram~50320_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15649_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14753_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14753_q ), + .datad(\text_gen|char_ram~15649_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50320 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50321 ( +// Equation(s): +// \text_gen|char_ram~50321_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50320_combout & ((\text_gen|char_ram~16097_q ))) # (!\text_gen|char_ram~50320_combout & (\text_gen|char_ram~15201_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50320_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15201_q ), + .datac(\text_gen|char_ram~16097_q ), + .datad(\text_gen|char_ram~50320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50321 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17441feeder ( +// Equation(s): +// \text_gen|char_ram~17441feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17441feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y42_N9 +dffeas \text_gen|char_ram~17441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y24_N27 +dffeas \text_gen|char_ram~16545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16993feeder ( +// Equation(s): +// \text_gen|char_ram~16993feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16993feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16993feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16993feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y12_N5 +dffeas \text_gen|char_ram~16993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16993feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50318 ( +// Equation(s): +// \text_gen|char_ram~50318_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16993_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16545_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16545_q ), + .datad(\text_gen|char_ram~16993_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50318 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y21_N27 +dffeas \text_gen|char_ram~17889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50319 ( +// Equation(s): +// \text_gen|char_ram~50319_combout = (\text_gen|char_ram~50318_combout & (((\text_gen|char_ram~17889_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50318_combout & (\text_gen|char_ram~17441_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~17441_q ), + .datab(\text_gen|char_ram~50318_combout ), + .datac(\text_gen|char_ram~17889_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50319 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50322 ( +// Equation(s): +// \text_gen|char_ram~50322_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~50319_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50321_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~50321_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50322 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~50322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y42_N13 +dffeas \text_gen|char_ram~18785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y44_N27 +dffeas \text_gen|char_ram~19681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y44_N17 +dffeas \text_gen|char_ram~19233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y42_N11 +dffeas \text_gen|char_ram~18337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50316 ( +// Equation(s): +// \text_gen|char_ram~50316_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~19233_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~18337_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~19233_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18337_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50316 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50317 ( +// Equation(s): +// \text_gen|char_ram~50317_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50316_combout & ((\text_gen|char_ram~19681_q ))) # (!\text_gen|char_ram~50316_combout & (\text_gen|char_ram~18785_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50316_combout )))) + + .dataa(\text_gen|char_ram~18785_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19681_q ), + .datad(\text_gen|char_ram~50316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50317 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50325 ( +// Equation(s): +// \text_gen|char_ram~50325_combout = (\text_gen|char_ram~50322_combout & ((\text_gen|char_ram~50324_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50322_combout & (((\text_gen|char_ram~50317_combout & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50324_combout ), + .datab(\text_gen|char_ram~50322_combout ), + .datac(\text_gen|char_ram~50317_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50325 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~50325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50326 ( +// Equation(s): +// \text_gen|char_ram~50326_combout = (\text_gen|char_ram~50315_combout & (((\text_gen|char_ram~50325_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~50315_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~50294_combout ))) + + .dataa(\text_gen|char_ram~50315_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50294_combout ), + .datad(\text_gen|char_ram~50325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50326 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~50326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N1 +dffeas \text_gen|char_ram~16321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y15_N17 +dffeas \text_gen|char_ram~16769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50191 ( +// Equation(s): +// \text_gen|char_ram~50191_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16769_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16321_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16321_q ), + .datad(\text_gen|char_ram~16769_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50191 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17217feeder ( +// Equation(s): +// \text_gen|char_ram~17217feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17217feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y44_N17 +dffeas \text_gen|char_ram~17217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y27_N25 +dffeas \text_gen|char_ram~17665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50192 ( +// Equation(s): +// \text_gen|char_ram~50192_combout = (\text_gen|char_ram~50191_combout & (((\text_gen|char_ram~17665_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50191_combout & (\text_gen|char_ram~17217_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~50191_combout ), + .datab(\text_gen|char_ram~17217_q ), + .datac(\text_gen|char_ram~17665_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50192 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y15_N17 +dffeas \text_gen|char_ram~14977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y26_N29 +dffeas \text_gen|char_ram~15873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y46_N13 +dffeas \text_gen|char_ram~15425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y26_N19 +dffeas \text_gen|char_ram~14529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50193 ( +// Equation(s): +// \text_gen|char_ram~50193_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15425_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14529_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15425_q ), + .datac(\text_gen|char_ram~14529_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50193 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50194 ( +// Equation(s): +// \text_gen|char_ram~50194_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50193_combout & ((\text_gen|char_ram~15873_q ))) # (!\text_gen|char_ram~50193_combout & (\text_gen|char_ram~14977_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50193_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14977_q ), + .datac(\text_gen|char_ram~15873_q ), + .datad(\text_gen|char_ram~50193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50194 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50195 ( +// Equation(s): +// \text_gen|char_ram~50195_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50192_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~50194_combout )))) + + .dataa(\text_gen|char_ram~50192_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50195 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~50195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N3 +dffeas \text_gen|char_ram~21249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20801feeder ( +// Equation(s): +// \text_gen|char_ram~20801feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20801feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20801feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20801feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y52_N3 +dffeas \text_gen|char_ram~20801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20801feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y26_N3 +dffeas \text_gen|char_ram~19905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y9_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20353feeder ( +// Equation(s): +// \text_gen|char_ram~20353feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20353feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y9_N3 +dffeas \text_gen|char_ram~20353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50196 ( +// Equation(s): +// \text_gen|char_ram~50196_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~20353_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~19905_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19905_q ), + .datad(\text_gen|char_ram~20353_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50196 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50197 ( +// Equation(s): +// \text_gen|char_ram~50197_combout = (\text_gen|char_ram~50196_combout & ((\text_gen|char_ram~21249_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50196_combout & (((\text_gen|char_ram~20801_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~21249_q ), + .datab(\text_gen|char_ram~20801_q ), + .datac(\text_gen|char_ram~50196_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50197 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~50197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y55_N21 +dffeas \text_gen|char_ram~19009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y39_N25 +dffeas \text_gen|char_ram~18113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50189 ( +// Equation(s): +// \text_gen|char_ram~50189_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19009_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18113_q +// ))))) + + .dataa(\text_gen|char_ram~19009_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18113_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50189 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N9 +dffeas \text_gen|char_ram~19457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18561feeder ( +// Equation(s): +// \text_gen|char_ram~18561feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18561feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18561feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18561feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y36_N31 +dffeas \text_gen|char_ram~18561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18561feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50190 ( +// Equation(s): +// \text_gen|char_ram~50190_combout = (\text_gen|char_ram~50189_combout & (((\text_gen|char_ram~19457_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~50189_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18561_q )))) + + .dataa(\text_gen|char_ram~50189_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19457_q ), + .datad(\text_gen|char_ram~18561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50190 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50198 ( +// Equation(s): +// \text_gen|char_ram~50198_combout = (\text_gen|char_ram~50195_combout & ((\text_gen|char_ram~50197_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50195_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~50190_combout )))) + + .dataa(\text_gen|char_ram~50195_combout ), + .datab(\text_gen|char_ram~50197_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50198 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~50198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20745feeder ( +// Equation(s): +// \text_gen|char_ram~20745feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20745feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20745feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20745feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y29_N9 +dffeas \text_gen|char_ram~20745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20745feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y26_N11 +dffeas \text_gen|char_ram~21193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y26_N3 +dffeas \text_gen|char_ram~20297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y26_N25 +dffeas \text_gen|char_ram~19849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50165 ( +// Equation(s): +// \text_gen|char_ram~50165_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~20297_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~19849_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20297_q ), + .datac(\text_gen|char_ram~19849_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50165 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50166 ( +// Equation(s): +// \text_gen|char_ram~50166_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50165_combout & ((\text_gen|char_ram~21193_q ))) # (!\text_gen|char_ram~50165_combout & (\text_gen|char_ram~20745_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50165_combout )))) + + .dataa(\text_gen|char_ram~20745_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21193_q ), + .datad(\text_gen|char_ram~50165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50166 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17161feeder ( +// Equation(s): +// \text_gen|char_ram~17161feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17161feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17161feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17161feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y44_N27 +dffeas \text_gen|char_ram~17161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17161feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y20_N17 +dffeas \text_gen|char_ram~16713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y24_N1 +dffeas \text_gen|char_ram~16265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50160 ( +// Equation(s): +// \text_gen|char_ram~50160_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~16713_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~16265_q +// ))))) + + .dataa(\text_gen|char_ram~16713_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16265_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50160 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y24_N7 +dffeas \text_gen|char_ram~17609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50161 ( +// Equation(s): +// \text_gen|char_ram~50161_combout = (\text_gen|char_ram~50160_combout & (((\text_gen|char_ram~17609_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50160_combout & (\text_gen|char_ram~17161_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~17161_q ), + .datab(\text_gen|char_ram~50160_combout ), + .datac(\text_gen|char_ram~17609_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50161 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14921feeder ( +// Equation(s): +// \text_gen|char_ram~14921feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N17 +dffeas \text_gen|char_ram~14921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N23 +dffeas \text_gen|char_ram~15817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N17 +dffeas \text_gen|char_ram~15369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y25_N29 +dffeas \text_gen|char_ram~14473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50162 ( +// Equation(s): +// \text_gen|char_ram~50162_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15369_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14473_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15369_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14473_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50162 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50163 ( +// Equation(s): +// \text_gen|char_ram~50163_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50162_combout & ((\text_gen|char_ram~15817_q ))) # (!\text_gen|char_ram~50162_combout & (\text_gen|char_ram~14921_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50162_combout )))) + + .dataa(\text_gen|char_ram~14921_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15817_q ), + .datad(\text_gen|char_ram~50162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50163 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50164 ( +// Equation(s): +// \text_gen|char_ram~50164_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50161_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~50163_combout )))) + + .dataa(\text_gen|char_ram~50161_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50164 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~50164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18505feeder ( +// Equation(s): +// \text_gen|char_ram~18505feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18505feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18505feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18505feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N15 +dffeas \text_gen|char_ram~18505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18505feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19401feeder ( +// Equation(s): +// \text_gen|char_ram~19401feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19401feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19401feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19401feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y25_N23 +dffeas \text_gen|char_ram~19401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19401feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y47_N23 +dffeas \text_gen|char_ram~18953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y47_N13 +dffeas \text_gen|char_ram~18057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50158 ( +// Equation(s): +// \text_gen|char_ram~50158_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~18953_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18057_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18953_q ), + .datac(\text_gen|char_ram~18057_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50158 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50159 ( +// Equation(s): +// \text_gen|char_ram~50159_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50158_combout & ((\text_gen|char_ram~19401_q ))) # (!\text_gen|char_ram~50158_combout & (\text_gen|char_ram~18505_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50158_combout )))) + + .dataa(\text_gen|char_ram~18505_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19401_q ), + .datad(\text_gen|char_ram~50158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50159 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50167 ( +// Equation(s): +// \text_gen|char_ram~50167_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50164_combout & (\text_gen|char_ram~50166_combout )) # (!\text_gen|char_ram~50164_combout & ((\text_gen|char_ram~50159_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50164_combout )))) + + .dataa(\text_gen|char_ram~50166_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50164_combout ), + .datad(\text_gen|char_ram~50159_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50167 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20731feeder ( +// Equation(s): +// \text_gen|char_ram~20731feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20731feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20731feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20731feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N25 +dffeas \text_gen|char_ram~20731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20731feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y26_N11 +dffeas \text_gen|char_ram~21179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20283feeder ( +// Equation(s): +// \text_gen|char_ram~20283feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20283feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20283feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20283feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N1 +dffeas \text_gen|char_ram~20283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20283feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y26_N29 +dffeas \text_gen|char_ram~19835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50185 ( +// Equation(s): +// \text_gen|char_ram~50185_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~20283_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~19835_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20283_q ), + .datac(\text_gen|char_ram~19835_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50185 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50186 ( +// Equation(s): +// \text_gen|char_ram~50186_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50185_combout & ((\text_gen|char_ram~21179_q ))) # (!\text_gen|char_ram~50185_combout & (\text_gen|char_ram~20731_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50185_combout )))) + + .dataa(\text_gen|char_ram~20731_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21179_q ), + .datad(\text_gen|char_ram~50185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50186 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y35_N29 +dffeas \text_gen|char_ram~17147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17147 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y28_N27 +dffeas \text_gen|char_ram~17595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y24_N1 +dffeas \text_gen|char_ram~16251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y16_N1 +dffeas \text_gen|char_ram~16699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50178 ( +// Equation(s): +// \text_gen|char_ram~50178_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16699_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16251_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16251_q ), + .datad(\text_gen|char_ram~16699_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50178 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50179 ( +// Equation(s): +// \text_gen|char_ram~50179_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50178_combout & ((\text_gen|char_ram~17595_q ))) # (!\text_gen|char_ram~50178_combout & (\text_gen|char_ram~17147_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50178_combout )))) + + .dataa(\text_gen|char_ram~17147_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17595_q ), + .datad(\text_gen|char_ram~50178_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50179 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14907feeder ( +// Equation(s): +// \text_gen|char_ram~14907feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y40_N11 +dffeas \text_gen|char_ram~14907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y40_N17 +dffeas \text_gen|char_ram~15803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y40_N3 +dffeas \text_gen|char_ram~14459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y42_N19 +dffeas \text_gen|char_ram~15355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50182 ( +// Equation(s): +// \text_gen|char_ram~50182_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15355_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14459_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14459_q ), + .datad(\text_gen|char_ram~15355_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50182 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50183 ( +// Equation(s): +// \text_gen|char_ram~50183_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50182_combout & ((\text_gen|char_ram~15803_q ))) # (!\text_gen|char_ram~50182_combout & (\text_gen|char_ram~14907_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50182_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14907_q ), + .datac(\text_gen|char_ram~15803_q ), + .datad(\text_gen|char_ram~50182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50183 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18491feeder ( +// Equation(s): +// \text_gen|char_ram~18491feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18491feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18491feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18491feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y30_N23 +dffeas \text_gen|char_ram~18491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18491feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y32_N27 +dffeas \text_gen|char_ram~19387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y47_N13 +dffeas \text_gen|char_ram~18939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y40_N5 +dffeas \text_gen|char_ram~18043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50180 ( +// Equation(s): +// \text_gen|char_ram~50180_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~18939_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18043_q +// ))))) + + .dataa(\text_gen|char_ram~18939_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18043_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50180 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50181 ( +// Equation(s): +// \text_gen|char_ram~50181_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50180_combout & ((\text_gen|char_ram~19387_q ))) # (!\text_gen|char_ram~50180_combout & (\text_gen|char_ram~18491_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50180_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18491_q ), + .datac(\text_gen|char_ram~19387_q ), + .datad(\text_gen|char_ram~50180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50181 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50184 ( +// Equation(s): +// \text_gen|char_ram~50184_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~50181_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~50183_combout )))) + + .dataa(\text_gen|char_ram~50183_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50184 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~50184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50187 ( +// Equation(s): +// \text_gen|char_ram~50187_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50184_combout & (\text_gen|char_ram~50186_combout )) # (!\text_gen|char_ram~50184_combout & ((\text_gen|char_ram~50179_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50184_combout )))) + + .dataa(\text_gen|char_ram~50186_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50179_combout ), + .datad(\text_gen|char_ram~50184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50187 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y41_N1 +dffeas \text_gen|char_ram~18547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18547 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y42_N23 +dffeas \text_gen|char_ram~19443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18995feeder ( +// Equation(s): +// \text_gen|char_ram~18995feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18995feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18995feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18995feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y46_N7 +dffeas \text_gen|char_ram~18995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18995feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y42_N29 +dffeas \text_gen|char_ram~18099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50170 ( +// Equation(s): +// \text_gen|char_ram~50170_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~18995_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~18099_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~18995_q ), + .datac(\text_gen|char_ram~18099_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50170 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50171 ( +// Equation(s): +// \text_gen|char_ram~50171_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50170_combout & ((\text_gen|char_ram~19443_q ))) # (!\text_gen|char_ram~50170_combout & (\text_gen|char_ram~18547_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50170_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18547_q ), + .datac(\text_gen|char_ram~19443_q ), + .datad(\text_gen|char_ram~50170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50171 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15411feeder ( +// Equation(s): +// \text_gen|char_ram~15411feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y46_N5 +dffeas \text_gen|char_ram~15411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y42_N11 +dffeas \text_gen|char_ram~14515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50172 ( +// Equation(s): +// \text_gen|char_ram~50172_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15411_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14515_q +// ))))) + + .dataa(\text_gen|char_ram~15411_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14515_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50172 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14963feeder ( +// Equation(s): +// \text_gen|char_ram~14963feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14963feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14963feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14963feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y27_N21 +dffeas \text_gen|char_ram~14963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14963feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y42_N9 +dffeas \text_gen|char_ram~15859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50173 ( +// Equation(s): +// \text_gen|char_ram~50173_combout = (\text_gen|char_ram~50172_combout & (((\text_gen|char_ram~15859_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~50172_combout & (\text_gen|char_ram~14963_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~50172_combout ), + .datab(\text_gen|char_ram~14963_q ), + .datac(\text_gen|char_ram~15859_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50173 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50174 ( +// Equation(s): +// \text_gen|char_ram~50174_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~50171_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~50173_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50171_combout ), + .datac(\text_gen|char_ram~50173_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50174 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17203feeder ( +// Equation(s): +// \text_gen|char_ram~17203feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17203feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17203feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17203feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y35_N13 +dffeas \text_gen|char_ram~17203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17203feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y35_N23 +dffeas \text_gen|char_ram~17651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y39_N19 +dffeas \text_gen|char_ram~16755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y39_N21 +dffeas \text_gen|char_ram~16307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50168 ( +// Equation(s): +// \text_gen|char_ram~50168_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16755_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~16307_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16755_q ), + .datac(\text_gen|char_ram~16307_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50168 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50169 ( +// Equation(s): +// \text_gen|char_ram~50169_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50168_combout & ((\text_gen|char_ram~17651_q ))) # (!\text_gen|char_ram~50168_combout & (\text_gen|char_ram~17203_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50168_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17203_q ), + .datac(\text_gen|char_ram~17651_q ), + .datad(\text_gen|char_ram~50168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50169 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20787feeder ( +// Equation(s): +// \text_gen|char_ram~20787feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20787feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20787feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20787feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y52_N17 +dffeas \text_gen|char_ram~20787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20787feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y48_N21 +dffeas \text_gen|char_ram~21235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y42_N19 +dffeas \text_gen|char_ram~19891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y10_N1 +dffeas \text_gen|char_ram~20339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50175 ( +// Equation(s): +// \text_gen|char_ram~50175_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20339_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19891_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19891_q ), + .datad(\text_gen|char_ram~20339_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50175 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50176 ( +// Equation(s): +// \text_gen|char_ram~50176_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50175_combout & ((\text_gen|char_ram~21235_q ))) # (!\text_gen|char_ram~50175_combout & (\text_gen|char_ram~20787_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50175_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20787_q ), + .datac(\text_gen|char_ram~21235_q ), + .datad(\text_gen|char_ram~50175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50176 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50177 ( +// Equation(s): +// \text_gen|char_ram~50177_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50174_combout & ((\text_gen|char_ram~50176_combout ))) # (!\text_gen|char_ram~50174_combout & (\text_gen|char_ram~50169_combout )))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~50174_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50174_combout ), + .datac(\text_gen|char_ram~50169_combout ), + .datad(\text_gen|char_ram~50176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50177 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~50177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50188 ( +// Equation(s): +// \text_gen|char_ram~50188_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50177_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50187_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50187_combout ), + .datad(\text_gen|char_ram~50177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50188 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50199 ( +// Equation(s): +// \text_gen|char_ram~50199_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50188_combout & (\text_gen|char_ram~50198_combout )) # (!\text_gen|char_ram~50188_combout & ((\text_gen|char_ram~50167_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50188_combout )))) + + .dataa(\text_gen|char_ram~50198_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50167_combout ), + .datad(\text_gen|char_ram~50188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50199 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50327 ( +// Equation(s): +// \text_gen|char_ram~50327_combout = (\text_gen|char_ram~50284_combout & ((\text_gen|char_ram~50326_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~50284_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~50199_combout )))) + + .dataa(\text_gen|char_ram~50284_combout ), + .datab(\text_gen|char_ram~50326_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~50199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50327 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~50327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y24_N13 +dffeas \text_gen|char_ram~3385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y25_N11 +dffeas \text_gen|char_ram~1593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50335 ( +// Equation(s): +// \text_gen|char_ram~50335_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3385_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1593_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3385_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1593_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50335 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y25_N27 +dffeas \text_gen|char_ram~5177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y25_N13 +dffeas \text_gen|char_ram~6969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50336 ( +// Equation(s): +// \text_gen|char_ram~50336_combout = (\text_gen|char_ram~50335_combout & (((\text_gen|char_ram~6969_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50335_combout & (\text_gen|char_ram~5177_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50335_combout ), + .datab(\text_gen|char_ram~5177_q ), + .datac(\text_gen|char_ram~6969_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50336 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y37_N3 +dffeas \text_gen|char_ram~1145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y37_N11 +dffeas \text_gen|char_ram~2937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50328 ( +// Equation(s): +// \text_gen|char_ram~50328_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~2937_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1145_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1145_q ), + .datad(\text_gen|char_ram~2937_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50328 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y37_N1 +dffeas \text_gen|char_ram~4729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6521feeder ( +// Equation(s): +// \text_gen|char_ram~6521feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6521feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6521feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6521feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y52_N9 +dffeas \text_gen|char_ram~6521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6521feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50329 ( +// Equation(s): +// \text_gen|char_ram~50329_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50328_combout & ((\text_gen|char_ram~6521_q ))) # (!\text_gen|char_ram~50328_combout & (\text_gen|char_ram~4729_q )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~50328_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~50328_combout ), + .datac(\text_gen|char_ram~4729_q ), + .datad(\text_gen|char_ram~6521_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50329 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~50329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y25_N17 +dffeas \text_gen|char_ram~6073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y25_N1 +dffeas \text_gen|char_ram~2489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y22_N11 +dffeas \text_gen|char_ram~4281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4281 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y25_N3 +dffeas \text_gen|char_ram~697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50330 ( +// Equation(s): +// \text_gen|char_ram~50330_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4281_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~697_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4281_q ), + .datac(\text_gen|char_ram~697_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50330 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50331 ( +// Equation(s): +// \text_gen|char_ram~50331_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50330_combout & (\text_gen|char_ram~6073_q )) # (!\text_gen|char_ram~50330_combout & ((\text_gen|char_ram~2489_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50330_combout )))) + + .dataa(\text_gen|char_ram~6073_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~2489_q ), + .datad(\text_gen|char_ram~50330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50331 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2041feeder ( +// Equation(s): +// \text_gen|char_ram~2041feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2041feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2041feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2041feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y33_N19 +dffeas \text_gen|char_ram~2041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2041feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5625feeder ( +// Equation(s): +// \text_gen|char_ram~5625feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5625feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y33_N27 +dffeas \text_gen|char_ram~5625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3833feeder ( +// Equation(s): +// \text_gen|char_ram~3833feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y45_N27 +dffeas \text_gen|char_ram~3833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y45_N17 +dffeas \text_gen|char_ram~249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50332 ( +// Equation(s): +// \text_gen|char_ram~50332_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3833_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~249_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3833_q ), + .datac(\text_gen|char_ram~249_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50332 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50333 ( +// Equation(s): +// \text_gen|char_ram~50333_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50332_combout & ((\text_gen|char_ram~5625_q ))) # (!\text_gen|char_ram~50332_combout & (\text_gen|char_ram~2041_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50332_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2041_q ), + .datac(\text_gen|char_ram~5625_q ), + .datad(\text_gen|char_ram~50332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50333 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50334 ( +// Equation(s): +// \text_gen|char_ram~50334_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~50331_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~50333_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50331_combout ), + .datad(\text_gen|char_ram~50333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50334 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50337 ( +// Equation(s): +// \text_gen|char_ram~50337_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50334_combout & (\text_gen|char_ram~50336_combout )) # (!\text_gen|char_ram~50334_combout & ((\text_gen|char_ram~50329_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50334_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~50336_combout ), + .datac(\text_gen|char_ram~50329_combout ), + .datad(\text_gen|char_ram~50334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50337 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3441feeder ( +// Equation(s): +// \text_gen|char_ram~3441feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3441feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y25_N15 +dffeas \text_gen|char_ram~3441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y25_N13 +dffeas \text_gen|char_ram~1649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50366 ( +// Equation(s): +// \text_gen|char_ram~50366_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3441_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1649_q +// ))))) + + .dataa(\text_gen|char_ram~3441_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1649_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50366 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N9 +dffeas \text_gen|char_ram~5233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y25_N7 +dffeas \text_gen|char_ram~7025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50367 ( +// Equation(s): +// \text_gen|char_ram~50367_combout = (\text_gen|char_ram~50366_combout & (((\text_gen|char_ram~7025_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50366_combout & (\text_gen|char_ram~5233_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50366_combout ), + .datab(\text_gen|char_ram~5233_q ), + .datac(\text_gen|char_ram~7025_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50367 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y51_N23 +dffeas \text_gen|char_ram~4785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y53_N23 +dffeas \text_gen|char_ram~6577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2993feeder ( +// Equation(s): +// \text_gen|char_ram~2993feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2993feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2993feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2993feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N29 +dffeas \text_gen|char_ram~2993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2993feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y53_N29 +dffeas \text_gen|char_ram~1201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50359 ( +// Equation(s): +// \text_gen|char_ram~50359_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2993_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1201_q +// ))))) + + .dataa(\text_gen|char_ram~2993_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1201_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50359 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50360 ( +// Equation(s): +// \text_gen|char_ram~50360_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50359_combout & ((\text_gen|char_ram~6577_q ))) # (!\text_gen|char_ram~50359_combout & (\text_gen|char_ram~4785_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50359_combout )))) + + .dataa(\text_gen|char_ram~4785_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6577_q ), + .datad(\text_gen|char_ram~50359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50360 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2097feeder ( +// Equation(s): +// \text_gen|char_ram~2097feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y26_N11 +dffeas \text_gen|char_ram~2097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y33_N5 +dffeas \text_gen|char_ram~5681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y47_N3 +dffeas \text_gen|char_ram~3889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y33_N7 +dffeas \text_gen|char_ram~305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50363 ( +// Equation(s): +// \text_gen|char_ram~50363_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~3889_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~305_q +// ))))) + + .dataa(\text_gen|char_ram~3889_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~305_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50363 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50364 ( +// Equation(s): +// \text_gen|char_ram~50364_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50363_combout & ((\text_gen|char_ram~5681_q ))) # (!\text_gen|char_ram~50363_combout & (\text_gen|char_ram~2097_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50363_combout )))) + + .dataa(\text_gen|char_ram~2097_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5681_q ), + .datad(\text_gen|char_ram~50363_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50364 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y15_N21 +dffeas \text_gen|char_ram~2545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y15_N19 +dffeas \text_gen|char_ram~6129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y11_N19 +dffeas \text_gen|char_ram~4337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y11_N25 +dffeas \text_gen|char_ram~753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50361 ( +// Equation(s): +// \text_gen|char_ram~50361_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4337_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~753_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4337_q ), + .datac(\text_gen|char_ram~753_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50361 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50362 ( +// Equation(s): +// \text_gen|char_ram~50362_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50361_combout & ((\text_gen|char_ram~6129_q ))) # (!\text_gen|char_ram~50361_combout & (\text_gen|char_ram~2545_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50361_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2545_q ), + .datac(\text_gen|char_ram~6129_q ), + .datad(\text_gen|char_ram~50361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50362 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50365 ( +// Equation(s): +// \text_gen|char_ram~50365_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~50362_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~50364_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50364_combout ), + .datad(\text_gen|char_ram~50362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50365 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50368 ( +// Equation(s): +// \text_gen|char_ram~50368_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50365_combout & (\text_gen|char_ram~50367_combout )) # (!\text_gen|char_ram~50365_combout & ((\text_gen|char_ram~50360_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50365_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~50367_combout ), + .datac(\text_gen|char_ram~50360_combout ), + .datad(\text_gen|char_ram~50365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50368 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y22_N13 +dffeas \text_gen|char_ram~2531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y25_N21 +dffeas \text_gen|char_ram~6115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4323feeder ( +// Equation(s): +// \text_gen|char_ram~4323feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4323feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4323feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4323feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y22_N29 +dffeas \text_gen|char_ram~4323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4323feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y22_N15 +dffeas \text_gen|char_ram~739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50338 ( +// Equation(s): +// \text_gen|char_ram~50338_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4323_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~739_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4323_q ), + .datac(\text_gen|char_ram~739_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50338 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50339 ( +// Equation(s): +// \text_gen|char_ram~50339_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50338_combout & ((\text_gen|char_ram~6115_q ))) # (!\text_gen|char_ram~50338_combout & (\text_gen|char_ram~2531_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50338_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2531_q ), + .datac(\text_gen|char_ram~6115_q ), + .datad(\text_gen|char_ram~50338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50339 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5219feeder ( +// Equation(s): +// \text_gen|char_ram~5219feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5219feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5219feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5219feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y27_N9 +dffeas \text_gen|char_ram~5219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5219feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y34_N7 +dffeas \text_gen|char_ram~3427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y34_N25 +dffeas \text_gen|char_ram~1635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50345 ( +// Equation(s): +// \text_gen|char_ram~50345_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3427_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1635_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3427_q ), + .datac(\text_gen|char_ram~1635_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50345 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y34_N5 +dffeas \text_gen|char_ram~7011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50346 ( +// Equation(s): +// \text_gen|char_ram~50346_combout = (\text_gen|char_ram~50345_combout & (((\text_gen|char_ram~7011_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50345_combout & (\text_gen|char_ram~5219_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~5219_q ), + .datab(\text_gen|char_ram~50345_combout ), + .datac(\text_gen|char_ram~7011_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50346 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y49_N17 +dffeas \text_gen|char_ram~6563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N13 +dffeas \text_gen|char_ram~4771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2979feeder ( +// Equation(s): +// \text_gen|char_ram~2979feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2979feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2979feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2979feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y49_N17 +dffeas \text_gen|char_ram~2979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2979feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N15 +dffeas \text_gen|char_ram~1187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50340 ( +// Equation(s): +// \text_gen|char_ram~50340_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2979_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1187_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2979_q ), + .datac(\text_gen|char_ram~1187_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50340 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50341 ( +// Equation(s): +// \text_gen|char_ram~50341_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50340_combout & (\text_gen|char_ram~6563_q )) # (!\text_gen|char_ram~50340_combout & ((\text_gen|char_ram~4771_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50340_combout )))) + + .dataa(\text_gen|char_ram~6563_q ), + .datab(\text_gen|char_ram~4771_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50341 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~50341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2083feeder ( +// Equation(s): +// \text_gen|char_ram~2083feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N17 +dffeas \text_gen|char_ram~2083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y38_N19 +dffeas \text_gen|char_ram~5667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y47_N9 +dffeas \text_gen|char_ram~3875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3875 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y42_N31 +dffeas \text_gen|char_ram~291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50342 ( +// Equation(s): +// \text_gen|char_ram~50342_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3875_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~291_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3875_q ), + .datac(\text_gen|char_ram~291_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50342 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50343 ( +// Equation(s): +// \text_gen|char_ram~50343_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50342_combout & ((\text_gen|char_ram~5667_q ))) # (!\text_gen|char_ram~50342_combout & (\text_gen|char_ram~2083_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50342_combout )))) + + .dataa(\text_gen|char_ram~2083_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5667_q ), + .datad(\text_gen|char_ram~50342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50343 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50344 ( +// Equation(s): +// \text_gen|char_ram~50344_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~50341_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~50343_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50341_combout ), + .datad(\text_gen|char_ram~50343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50344 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50347 ( +// Equation(s): +// \text_gen|char_ram~50347_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50344_combout & ((\text_gen|char_ram~50346_combout ))) # (!\text_gen|char_ram~50344_combout & (\text_gen|char_ram~50339_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50344_combout )))) + + .dataa(\text_gen|char_ram~50339_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~50346_combout ), + .datad(\text_gen|char_ram~50344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50347 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6507feeder ( +// Equation(s): +// \text_gen|char_ram~6507feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6507feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6507feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6507feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y44_N15 +dffeas \text_gen|char_ram~6507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6507feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4715feeder ( +// Equation(s): +// \text_gen|char_ram~4715feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4715feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4715feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4715feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N11 +dffeas \text_gen|char_ram~4715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4715feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2923feeder ( +// Equation(s): +// \text_gen|char_ram~2923feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2923feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2923feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2923feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y46_N31 +dffeas \text_gen|char_ram~2923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2923feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y46_N29 +dffeas \text_gen|char_ram~1131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50350 ( +// Equation(s): +// \text_gen|char_ram~50350_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2923_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1131_q +// ))))) + + .dataa(\text_gen|char_ram~2923_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1131_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50350 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50351 ( +// Equation(s): +// \text_gen|char_ram~50351_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50350_combout & (\text_gen|char_ram~6507_q )) # (!\text_gen|char_ram~50350_combout & ((\text_gen|char_ram~4715_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50350_combout )))) + + .dataa(\text_gen|char_ram~6507_q ), + .datab(\text_gen|char_ram~4715_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50350_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50351 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~50351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3819feeder ( +// Equation(s): +// \text_gen|char_ram~3819feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3819feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3819feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3819feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N17 +dffeas \text_gen|char_ram~3819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3819feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y42_N21 +dffeas \text_gen|char_ram~235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50352 ( +// Equation(s): +// \text_gen|char_ram~50352_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~3819_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~235_q +// ))))) + + .dataa(\text_gen|char_ram~3819_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~235_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50352 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y41_N23 +dffeas \text_gen|char_ram~5611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y38_N13 +dffeas \text_gen|char_ram~2027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50353 ( +// Equation(s): +// \text_gen|char_ram~50353_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50352_combout & (\text_gen|char_ram~5611_q )) # (!\text_gen|char_ram~50352_combout & ((\text_gen|char_ram~2027_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~50352_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50352_combout ), + .datac(\text_gen|char_ram~5611_q ), + .datad(\text_gen|char_ram~2027_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50353 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50354 ( +// Equation(s): +// \text_gen|char_ram~50354_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~50351_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~50353_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~50351_combout ), + .datad(\text_gen|char_ram~50353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50354 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y20_N5 +dffeas \text_gen|char_ram~2475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6059feeder ( +// Equation(s): +// \text_gen|char_ram~6059feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6059feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6059feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6059feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y37_N31 +dffeas \text_gen|char_ram~6059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6059feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y22_N23 +dffeas \text_gen|char_ram~4267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y22_N1 +dffeas \text_gen|char_ram~683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50348 ( +// Equation(s): +// \text_gen|char_ram~50348_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4267_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~683_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4267_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~683_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50348 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50349 ( +// Equation(s): +// \text_gen|char_ram~50349_combout = (\text_gen|char_ram~50348_combout & (((\text_gen|char_ram~6059_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50348_combout & (\text_gen|char_ram~2475_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~2475_q ), + .datab(\text_gen|char_ram~6059_q ), + .datac(\text_gen|char_ram~50348_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50349 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~50349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y38_N9 +dffeas \text_gen|char_ram~6955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5163feeder ( +// Equation(s): +// \text_gen|char_ram~5163feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5163feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N31 +dffeas \text_gen|char_ram~5163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y38_N1 +dffeas \text_gen|char_ram~3371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y38_N11 +dffeas \text_gen|char_ram~1579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50355 ( +// Equation(s): +// \text_gen|char_ram~50355_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3371_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1579_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3371_q ), + .datac(\text_gen|char_ram~1579_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50355 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50356 ( +// Equation(s): +// \text_gen|char_ram~50356_combout = (\text_gen|char_ram~50355_combout & ((\text_gen|char_ram~6955_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50355_combout & (((\text_gen|char_ram~5163_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~6955_q ), + .datab(\text_gen|char_ram~5163_q ), + .datac(\text_gen|char_ram~50355_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50356 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~50356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50357 ( +// Equation(s): +// \text_gen|char_ram~50357_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50354_combout & ((\text_gen|char_ram~50356_combout ))) # (!\text_gen|char_ram~50354_combout & (\text_gen|char_ram~50349_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~50354_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~50354_combout ), + .datac(\text_gen|char_ram~50349_combout ), + .datad(\text_gen|char_ram~50356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50357 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~50357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50358 ( +// Equation(s): +// \text_gen|char_ram~50358_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~50347_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50357_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50347_combout ), + .datad(\text_gen|char_ram~50357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50358 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50369 ( +// Equation(s): +// \text_gen|char_ram~50369_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50358_combout & ((\text_gen|char_ram~50368_combout ))) # (!\text_gen|char_ram~50358_combout & (\text_gen|char_ram~50337_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50358_combout )))) + + .dataa(\text_gen|char_ram~50337_combout ), + .datab(\text_gen|char_ram~50368_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~50358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50369 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~50369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y7_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4449feeder ( +// Equation(s): +// \text_gen|char_ram~4449feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4449feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4449feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4449feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y7_N19 +dffeas \text_gen|char_ram~4449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4449feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y8_N31 +dffeas \text_gen|char_ram~865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y8_N29 +dffeas \text_gen|char_ram~2657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y8_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50462 ( +// Equation(s): +// \text_gen|char_ram~50462_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~2657_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~865_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~865_q ), + .datad(\text_gen|char_ram~2657_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50462 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y7_N21 +dffeas \text_gen|char_ram~6241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y7_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50463 ( +// Equation(s): +// \text_gen|char_ram~50463_combout = (\text_gen|char_ram~50462_combout & (((\text_gen|char_ram~6241_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50462_combout & (\text_gen|char_ram~4449_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~4449_q ), + .datab(\text_gen|char_ram~50462_combout ), + .datac(\text_gen|char_ram~6241_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50463 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2601feeder ( +// Equation(s): +// \text_gen|char_ram~2601feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2601feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2601feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2601feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y20_N9 +dffeas \text_gen|char_ram~2601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2601feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y22_N9 +dffeas \text_gen|char_ram~6185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y16_N27 +dffeas \text_gen|char_ram~809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y14_N27 +dffeas \text_gen|char_ram~4393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50455 ( +// Equation(s): +// \text_gen|char_ram~50455_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~4393_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~809_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~809_q ), + .datad(\text_gen|char_ram~4393_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50455 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50456 ( +// Equation(s): +// \text_gen|char_ram~50456_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50455_combout & ((\text_gen|char_ram~6185_q ))) # (!\text_gen|char_ram~50455_combout & (\text_gen|char_ram~2601_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50455_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2601_q ), + .datac(\text_gen|char_ram~6185_q ), + .datad(\text_gen|char_ram~50455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50456 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y20_N11 +dffeas \text_gen|char_ram~2587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y22_N27 +dffeas \text_gen|char_ram~6171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y18_N11 +dffeas \text_gen|char_ram~4379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~795feeder ( +// Equation(s): +// \text_gen|char_ram~795feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y16_N7 +dffeas \text_gen|char_ram~795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50459 ( +// Equation(s): +// \text_gen|char_ram~50459_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4379_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~795_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~4379_q ), + .datad(\text_gen|char_ram~795_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50459 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50460 ( +// Equation(s): +// \text_gen|char_ram~50460_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50459_combout & ((\text_gen|char_ram~6171_q ))) # (!\text_gen|char_ram~50459_combout & (\text_gen|char_ram~2587_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50459_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2587_q ), + .datac(\text_gen|char_ram~6171_q ), + .datad(\text_gen|char_ram~50459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50460 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N3 +dffeas \text_gen|char_ram~4435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y14_N21 +dffeas \text_gen|char_ram~6227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2643feeder ( +// Equation(s): +// \text_gen|char_ram~2643feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2643feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y12_N3 +dffeas \text_gen|char_ram~2643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y16_N27 +dffeas \text_gen|char_ram~851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50457 ( +// Equation(s): +// \text_gen|char_ram~50457_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2643_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~851_q +// ))))) + + .dataa(\text_gen|char_ram~2643_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~851_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50457 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50458 ( +// Equation(s): +// \text_gen|char_ram~50458_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50457_combout & ((\text_gen|char_ram~6227_q ))) # (!\text_gen|char_ram~50457_combout & (\text_gen|char_ram~4435_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50457_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4435_q ), + .datac(\text_gen|char_ram~6227_q ), + .datad(\text_gen|char_ram~50457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50458 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50461 ( +// Equation(s): +// \text_gen|char_ram~50461_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50458_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50460_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50460_combout ), + .datad(\text_gen|char_ram~50458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50461 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50464 ( +// Equation(s): +// \text_gen|char_ram~50464_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50461_combout & (\text_gen|char_ram~50463_combout )) # (!\text_gen|char_ram~50461_combout & ((\text_gen|char_ram~50456_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50461_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50463_combout ), + .datac(\text_gen|char_ram~50456_combout ), + .datad(\text_gen|char_ram~50461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50464 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N7 +dffeas \text_gen|char_ram~3483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3483 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y34_N23 +dffeas \text_gen|char_ram~7067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5275feeder ( +// Equation(s): +// \text_gen|char_ram~5275feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5275feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5275feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5275feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N9 +dffeas \text_gen|char_ram~5275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5275feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y34_N1 +dffeas \text_gen|char_ram~1691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50490 ( +// Equation(s): +// \text_gen|char_ram~50490_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5275_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1691_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5275_q ), + .datac(\text_gen|char_ram~1691_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50490 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50491 ( +// Equation(s): +// \text_gen|char_ram~50491_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50490_combout & ((\text_gen|char_ram~7067_q ))) # (!\text_gen|char_ram~50490_combout & (\text_gen|char_ram~3483_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50490_combout )))) + + .dataa(\text_gen|char_ram~3483_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7067_q ), + .datad(\text_gen|char_ram~50490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50491 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3539feeder ( +// Equation(s): +// \text_gen|char_ram~3539feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3539feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3539feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3539feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N9 +dffeas \text_gen|char_ram~3539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3539feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y34_N23 +dffeas \text_gen|char_ram~1747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50488 ( +// Equation(s): +// \text_gen|char_ram~50488_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3539_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1747_q +// ))))) + + .dataa(\text_gen|char_ram~3539_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1747_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50488 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y34_N13 +dffeas \text_gen|char_ram~7123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y35_N31 +dffeas \text_gen|char_ram~5331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50489 ( +// Equation(s): +// \text_gen|char_ram~50489_combout = (\text_gen|char_ram~50488_combout & (((\text_gen|char_ram~7123_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~50488_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5331_q )))) + + .dataa(\text_gen|char_ram~50488_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7123_q ), + .datad(\text_gen|char_ram~5331_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50489 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50492 ( +// Equation(s): +// \text_gen|char_ram~50492_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50489_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50491_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50491_combout ), + .datad(\text_gen|char_ram~50489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50492 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5345feeder ( +// Equation(s): +// \text_gen|char_ram~5345feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5345feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5345feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5345feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N21 +dffeas \text_gen|char_ram~5345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5345feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y25_N15 +dffeas \text_gen|char_ram~7137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y21_N19 +dffeas \text_gen|char_ram~3553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y25_N25 +dffeas \text_gen|char_ram~1761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50493 ( +// Equation(s): +// \text_gen|char_ram~50493_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3553_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1761_q +// ))))) + + .dataa(\text_gen|char_ram~3553_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1761_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50493 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50494 ( +// Equation(s): +// \text_gen|char_ram~50494_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50493_combout & ((\text_gen|char_ram~7137_q ))) # (!\text_gen|char_ram~50493_combout & (\text_gen|char_ram~5345_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50493_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5345_q ), + .datac(\text_gen|char_ram~7137_q ), + .datad(\text_gen|char_ram~50493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50494 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3497feeder ( +// Equation(s): +// \text_gen|char_ram~3497feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y24_N13 +dffeas \text_gen|char_ram~3497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N27 +dffeas \text_gen|char_ram~7081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5289feeder ( +// Equation(s): +// \text_gen|char_ram~5289feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5289feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5289feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5289feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N31 +dffeas \text_gen|char_ram~5289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5289feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N25 +dffeas \text_gen|char_ram~1705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50486 ( +// Equation(s): +// \text_gen|char_ram~50486_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5289_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1705_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~5289_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1705_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50486 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50487 ( +// Equation(s): +// \text_gen|char_ram~50487_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50486_combout & ((\text_gen|char_ram~7081_q ))) # (!\text_gen|char_ram~50486_combout & (\text_gen|char_ram~3497_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50486_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3497_q ), + .datac(\text_gen|char_ram~7081_q ), + .datad(\text_gen|char_ram~50486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50487 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50495 ( +// Equation(s): +// \text_gen|char_ram~50495_combout = (\text_gen|char_ram~50492_combout & (((\text_gen|char_ram~50494_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~50492_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50487_combout )))) + + .dataa(\text_gen|char_ram~50492_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50494_combout ), + .datad(\text_gen|char_ram~50487_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50495 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4897feeder ( +// Equation(s): +// \text_gen|char_ram~4897feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N25 +dffeas \text_gen|char_ram~4897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y57_N29 +dffeas \text_gen|char_ram~1313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y53_N9 +dffeas \text_gen|char_ram~3105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50472 ( +// Equation(s): +// \text_gen|char_ram~50472_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3105_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1313_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1313_q ), + .datad(\text_gen|char_ram~3105_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50472 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y57_N31 +dffeas \text_gen|char_ram~6689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50473 ( +// Equation(s): +// \text_gen|char_ram~50473_combout = (\text_gen|char_ram~50472_combout & (((\text_gen|char_ram~6689_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50472_combout & (\text_gen|char_ram~4897_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~4897_q ), + .datab(\text_gen|char_ram~50472_combout ), + .datac(\text_gen|char_ram~6689_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50473 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6675feeder ( +// Equation(s): +// \text_gen|char_ram~6675feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y59_N27 +dffeas \text_gen|char_ram~6675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4883feeder ( +// Equation(s): +// \text_gen|char_ram~4883feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4883feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4883feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4883feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y59_N1 +dffeas \text_gen|char_ram~4883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4883feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3091feeder ( +// Equation(s): +// \text_gen|char_ram~3091feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y53_N23 +dffeas \text_gen|char_ram~3091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y56_N31 +dffeas \text_gen|char_ram~1299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50465 ( +// Equation(s): +// \text_gen|char_ram~50465_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3091_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1299_q +// ))))) + + .dataa(\text_gen|char_ram~3091_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1299_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50465 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50466 ( +// Equation(s): +// \text_gen|char_ram~50466_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50465_combout & (\text_gen|char_ram~6675_q )) # (!\text_gen|char_ram~50465_combout & ((\text_gen|char_ram~4883_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50465_combout )))) + + .dataa(\text_gen|char_ram~6675_q ), + .datab(\text_gen|char_ram~4883_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50466 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~50466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y54_N31 +dffeas \text_gen|char_ram~3049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y52_N21 +dffeas \text_gen|char_ram~6633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y55_N31 +dffeas \text_gen|char_ram~4841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y55_N1 +dffeas \text_gen|char_ram~1257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50467 ( +// Equation(s): +// \text_gen|char_ram~50467_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4841_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1257_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4841_q ), + .datac(\text_gen|char_ram~1257_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50467 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50468 ( +// Equation(s): +// \text_gen|char_ram~50468_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50467_combout & ((\text_gen|char_ram~6633_q ))) # (!\text_gen|char_ram~50467_combout & (\text_gen|char_ram~3049_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50467_combout )))) + + .dataa(\text_gen|char_ram~3049_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6633_q ), + .datad(\text_gen|char_ram~50467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50468 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3035feeder ( +// Equation(s): +// \text_gen|char_ram~3035feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y53_N9 +dffeas \text_gen|char_ram~3035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y63_N9 +dffeas \text_gen|char_ram~4827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y56_N13 +dffeas \text_gen|char_ram~1243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50469 ( +// Equation(s): +// \text_gen|char_ram~50469_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4827_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1243_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4827_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1243_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50469 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y52_N13 +dffeas \text_gen|char_ram~6619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50470 ( +// Equation(s): +// \text_gen|char_ram~50470_combout = (\text_gen|char_ram~50469_combout & (((\text_gen|char_ram~6619_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50469_combout & (\text_gen|char_ram~3035_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3035_q ), + .datab(\text_gen|char_ram~50469_combout ), + .datac(\text_gen|char_ram~6619_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50470 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50471 ( +// Equation(s): +// \text_gen|char_ram~50471_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~50468_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50470_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50468_combout ), + .datad(\text_gen|char_ram~50470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50471 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50474 ( +// Equation(s): +// \text_gen|char_ram~50474_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50471_combout & (\text_gen|char_ram~50473_combout )) # (!\text_gen|char_ram~50471_combout & ((\text_gen|char_ram~50466_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50471_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50473_combout ), + .datac(\text_gen|char_ram~50466_combout ), + .datad(\text_gen|char_ram~50471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50474 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y39_N5 +dffeas \text_gen|char_ram~3987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y42_N31 +dffeas \text_gen|char_ram~5779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y42_N13 +dffeas \text_gen|char_ram~2195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y42_N7 +dffeas \text_gen|char_ram~403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50475 ( +// Equation(s): +// \text_gen|char_ram~50475_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2195_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~403_q +// ))))) + + .dataa(\text_gen|char_ram~2195_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~403_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50475 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50476 ( +// Equation(s): +// \text_gen|char_ram~50476_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50475_combout & ((\text_gen|char_ram~5779_q ))) # (!\text_gen|char_ram~50475_combout & (\text_gen|char_ram~3987_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50475_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3987_q ), + .datac(\text_gen|char_ram~5779_q ), + .datad(\text_gen|char_ram~50475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50476 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4001feeder ( +// Equation(s): +// \text_gen|char_ram~4001feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y47_N23 +dffeas \text_gen|char_ram~4001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y50_N23 +dffeas \text_gen|char_ram~5793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y53_N31 +dffeas \text_gen|char_ram~417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y42_N9 +dffeas \text_gen|char_ram~2209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50482 ( +// Equation(s): +// \text_gen|char_ram~50482_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~2209_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~417_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~417_q ), + .datad(\text_gen|char_ram~2209_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50482 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50483 ( +// Equation(s): +// \text_gen|char_ram~50483_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50482_combout & ((\text_gen|char_ram~5793_q ))) # (!\text_gen|char_ram~50482_combout & (\text_gen|char_ram~4001_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50482_combout )))) + + .dataa(\text_gen|char_ram~4001_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5793_q ), + .datad(\text_gen|char_ram~50482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50483 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y44_N31 +dffeas \text_gen|char_ram~2153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N25 +dffeas \text_gen|char_ram~5737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y47_N25 +dffeas \text_gen|char_ram~3945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y47_N31 +dffeas \text_gen|char_ram~361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50477 ( +// Equation(s): +// \text_gen|char_ram~50477_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3945_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~361_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3945_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~361_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50477 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50478 ( +// Equation(s): +// \text_gen|char_ram~50478_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50477_combout & ((\text_gen|char_ram~5737_q ))) # (!\text_gen|char_ram~50477_combout & (\text_gen|char_ram~2153_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50477_combout )))) + + .dataa(\text_gen|char_ram~2153_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5737_q ), + .datad(\text_gen|char_ram~50477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50478 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N1 +dffeas \text_gen|char_ram~2139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y41_N1 +dffeas \text_gen|char_ram~5723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y46_N23 +dffeas \text_gen|char_ram~3931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3931 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y42_N1 +dffeas \text_gen|char_ram~347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50479 ( +// Equation(s): +// \text_gen|char_ram~50479_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3931_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~347_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3931_q ), + .datac(\text_gen|char_ram~347_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50479 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50480 ( +// Equation(s): +// \text_gen|char_ram~50480_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50479_combout & ((\text_gen|char_ram~5723_q ))) # (!\text_gen|char_ram~50479_combout & (\text_gen|char_ram~2139_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50479_combout )))) + + .dataa(\text_gen|char_ram~2139_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5723_q ), + .datad(\text_gen|char_ram~50479_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50480 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50481 ( +// Equation(s): +// \text_gen|char_ram~50481_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50478_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50480_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50478_combout ), + .datad(\text_gen|char_ram~50480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50481 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50484 ( +// Equation(s): +// \text_gen|char_ram~50484_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50481_combout & ((\text_gen|char_ram~50483_combout ))) # (!\text_gen|char_ram~50481_combout & (\text_gen|char_ram~50476_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50481_combout )))) + + .dataa(\text_gen|char_ram~50476_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50483_combout ), + .datad(\text_gen|char_ram~50481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50484 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50485 ( +// Equation(s): +// \text_gen|char_ram~50485_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~50474_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~50484_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~50474_combout ), + .datad(\text_gen|char_ram~50484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50485 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50496 ( +// Equation(s): +// \text_gen|char_ram~50496_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50485_combout & ((\text_gen|char_ram~50495_combout ))) # (!\text_gen|char_ram~50485_combout & (\text_gen|char_ram~50464_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50485_combout )))) + + .dataa(\text_gen|char_ram~50464_combout ), + .datab(\text_gen|char_ram~50495_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~50485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50496 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~50496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y42_N7 +dffeas \text_gen|char_ram~1873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N25 +dffeas \text_gen|char_ram~5457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N1 +dffeas \text_gen|char_ram~81 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~81_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~81 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~81 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3665feeder ( +// Equation(s): +// \text_gen|char_ram~3665feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3665feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3665feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3665feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y47_N21 +dffeas \text_gen|char_ram~3665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3665feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50447 ( +// Equation(s): +// \text_gen|char_ram~50447_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3665_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~81_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~81_q ), + .datad(\text_gen|char_ram~3665_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50447 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50448 ( +// Equation(s): +// \text_gen|char_ram~50448_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50447_combout & ((\text_gen|char_ram~5457_q ))) # (!\text_gen|char_ram~50447_combout & (\text_gen|char_ram~1873_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50447_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~1873_q ), + .datac(\text_gen|char_ram~5457_q ), + .datad(\text_gen|char_ram~50447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50448 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y8_N1 +dffeas \text_gen|char_ram~2321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y9_N13 +dffeas \text_gen|char_ram~5905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N27 +dffeas \text_gen|char_ram~4113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y11_N15 +dffeas \text_gen|char_ram~529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50445 ( +// Equation(s): +// \text_gen|char_ram~50445_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4113_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~529_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4113_q ), + .datac(\text_gen|char_ram~529_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50445 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50446 ( +// Equation(s): +// \text_gen|char_ram~50446_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50445_combout & ((\text_gen|char_ram~5905_q ))) # (!\text_gen|char_ram~50445_combout & (\text_gen|char_ram~2321_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50445_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2321_q ), + .datac(\text_gen|char_ram~5905_q ), + .datad(\text_gen|char_ram~50445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50446 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50449 ( +// Equation(s): +// \text_gen|char_ram~50449_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~50446_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~50448_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~50448_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~50446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50449 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~50449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y24_N31 +dffeas \text_gen|char_ram~5009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y24_N25 +dffeas \text_gen|char_ram~6801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y24_N19 +dffeas \text_gen|char_ram~3217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y24_N19 +dffeas \text_gen|char_ram~1425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50450 ( +// Equation(s): +// \text_gen|char_ram~50450_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3217_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1425_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~3217_q ), + .datad(\text_gen|char_ram~1425_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50450 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50451 ( +// Equation(s): +// \text_gen|char_ram~50451_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50450_combout & ((\text_gen|char_ram~6801_q ))) # (!\text_gen|char_ram~50450_combout & (\text_gen|char_ram~5009_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50450_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5009_q ), + .datac(\text_gen|char_ram~6801_q ), + .datad(\text_gen|char_ram~50450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50451 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y61_N7 +dffeas \text_gen|char_ram~4561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N7 +dffeas \text_gen|char_ram~6353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y61_N7 +dffeas \text_gen|char_ram~2769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N25 +dffeas \text_gen|char_ram~977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50443 ( +// Equation(s): +// \text_gen|char_ram~50443_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2769_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~977_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2769_q ), + .datac(\text_gen|char_ram~977_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50443 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50444 ( +// Equation(s): +// \text_gen|char_ram~50444_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50443_combout & ((\text_gen|char_ram~6353_q ))) # (!\text_gen|char_ram~50443_combout & (\text_gen|char_ram~4561_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50443_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4561_q ), + .datac(\text_gen|char_ram~6353_q ), + .datad(\text_gen|char_ram~50443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50444 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50452 ( +// Equation(s): +// \text_gen|char_ram~50452_combout = (\text_gen|char_ram~50449_combout & ((\text_gen|char_ram~50451_combout ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50449_combout & (((\text_gen|char_ram~50444_combout & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~50449_combout ), + .datab(\text_gen|char_ram~50451_combout ), + .datac(\text_gen|char_ram~50444_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50452 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~50452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4505feeder ( +// Equation(s): +// \text_gen|char_ram~4505feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4505feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4505feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4505feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y55_N19 +dffeas \text_gen|char_ram~4505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4505feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y52_N3 +dffeas \text_gen|char_ram~6297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y52_N27 +dffeas \text_gen|char_ram~921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2713feeder ( +// Equation(s): +// \text_gen|char_ram~2713feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N25 +dffeas \text_gen|char_ram~2713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50422 ( +// Equation(s): +// \text_gen|char_ram~50422_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~2713_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~921_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~921_q ), + .datad(\text_gen|char_ram~2713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50422 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50423 ( +// Equation(s): +// \text_gen|char_ram~50423_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50422_combout & ((\text_gen|char_ram~6297_q ))) # (!\text_gen|char_ram~50422_combout & (\text_gen|char_ram~4505_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50422_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4505_q ), + .datac(\text_gen|char_ram~6297_q ), + .datad(\text_gen|char_ram~50422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50423 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N1 +dffeas \text_gen|char_ram~4953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y25_N15 +dffeas \text_gen|char_ram~6745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3161feeder ( +// Equation(s): +// \text_gen|char_ram~3161feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3161feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3161feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3161feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y25_N17 +dffeas \text_gen|char_ram~3161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3161feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y25_N1 +dffeas \text_gen|char_ram~1369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50429 ( +// Equation(s): +// \text_gen|char_ram~50429_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3161_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1369_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3161_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1369_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50429 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50430 ( +// Equation(s): +// \text_gen|char_ram~50430_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50429_combout & ((\text_gen|char_ram~6745_q ))) # (!\text_gen|char_ram~50429_combout & (\text_gen|char_ram~4953_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50429_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4953_q ), + .datac(\text_gen|char_ram~6745_q ), + .datad(\text_gen|char_ram~50429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50430 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y20_N25 +dffeas \text_gen|char_ram~2265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y22_N27 +dffeas \text_gen|char_ram~5849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y21_N19 +dffeas \text_gen|char_ram~4057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N29 +dffeas \text_gen|char_ram~473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50424 ( +// Equation(s): +// \text_gen|char_ram~50424_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4057_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~473_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4057_q ), + .datac(\text_gen|char_ram~473_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50424 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50425 ( +// Equation(s): +// \text_gen|char_ram~50425_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50424_combout & ((\text_gen|char_ram~5849_q ))) # (!\text_gen|char_ram~50424_combout & (\text_gen|char_ram~2265_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50424_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2265_q ), + .datac(\text_gen|char_ram~5849_q ), + .datad(\text_gen|char_ram~50424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50425 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y44_N17 +dffeas \text_gen|char_ram~1817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y45_N21 +dffeas \text_gen|char_ram~5401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y47_N23 +dffeas \text_gen|char_ram~3609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y45_N3 +dffeas \text_gen|char_ram~25 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50426 ( +// Equation(s): +// \text_gen|char_ram~50426_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3609_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~25_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3609_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~25_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50426 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50427 ( +// Equation(s): +// \text_gen|char_ram~50427_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50426_combout & ((\text_gen|char_ram~5401_q ))) # (!\text_gen|char_ram~50426_combout & (\text_gen|char_ram~1817_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50426_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~1817_q ), + .datac(\text_gen|char_ram~5401_q ), + .datad(\text_gen|char_ram~50426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50427 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50428 ( +// Equation(s): +// \text_gen|char_ram~50428_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~50425_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~50427_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50425_combout ), + .datad(\text_gen|char_ram~50427_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50428 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50431 ( +// Equation(s): +// \text_gen|char_ram~50431_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50428_combout & ((\text_gen|char_ram~50430_combout ))) # (!\text_gen|char_ram~50428_combout & (\text_gen|char_ram~50423_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50428_combout )))) + + .dataa(\text_gen|char_ram~50423_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50430_combout ), + .datad(\text_gen|char_ram~50428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50431 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y36_N19 +dffeas \text_gen|char_ram~4939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y36_N9 +dffeas \text_gen|char_ram~6731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y34_N23 +dffeas \text_gen|char_ram~1355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y34_N21 +dffeas \text_gen|char_ram~3147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50439 ( +// Equation(s): +// \text_gen|char_ram~50439_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~3147_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1355_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1355_q ), + .datad(\text_gen|char_ram~3147_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50439 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50440 ( +// Equation(s): +// \text_gen|char_ram~50440_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50439_combout & ((\text_gen|char_ram~6731_q ))) # (!\text_gen|char_ram~50439_combout & (\text_gen|char_ram~4939_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50439_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4939_q ), + .datac(\text_gen|char_ram~6731_q ), + .datad(\text_gen|char_ram~50439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50440 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y17_N9 +dffeas \text_gen|char_ram~2251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y17_N9 +dffeas \text_gen|char_ram~5835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4043feeder ( +// Equation(s): +// \text_gen|char_ram~4043feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4043feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4043feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4043feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y22_N17 +dffeas \text_gen|char_ram~4043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4043feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y17_N19 +dffeas \text_gen|char_ram~459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50432 ( +// Equation(s): +// \text_gen|char_ram~50432_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4043_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~459_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4043_q ), + .datac(\text_gen|char_ram~459_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50432 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50433 ( +// Equation(s): +// \text_gen|char_ram~50433_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50432_combout & ((\text_gen|char_ram~5835_q ))) # (!\text_gen|char_ram~50432_combout & (\text_gen|char_ram~2251_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50432_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2251_q ), + .datac(\text_gen|char_ram~5835_q ), + .datad(\text_gen|char_ram~50432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50433 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4491feeder ( +// Equation(s): +// \text_gen|char_ram~4491feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4491feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4491feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4491feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y63_N3 +dffeas \text_gen|char_ram~4491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4491feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y50_N11 +dffeas \text_gen|char_ram~6283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y57_N1 +dffeas \text_gen|char_ram~2699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~907feeder ( +// Equation(s): +// \text_gen|char_ram~907feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N27 +dffeas \text_gen|char_ram~907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50434 ( +// Equation(s): +// \text_gen|char_ram~50434_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2699_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~907_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~2699_q ), + .datad(\text_gen|char_ram~907_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50434 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50435 ( +// Equation(s): +// \text_gen|char_ram~50435_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50434_combout & ((\text_gen|char_ram~6283_q ))) # (!\text_gen|char_ram~50434_combout & (\text_gen|char_ram~4491_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50434_combout )))) + + .dataa(\text_gen|char_ram~4491_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6283_q ), + .datad(\text_gen|char_ram~50434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50435 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y37_N11 +dffeas \text_gen|char_ram~1803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y37_N1 +dffeas \text_gen|char_ram~5387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N25 +dffeas \text_gen|char_ram~3595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y42_N19 +dffeas \text_gen|char_ram~11 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50436 ( +// Equation(s): +// \text_gen|char_ram~50436_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~3595_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~11_q +// ))))) + + .dataa(\text_gen|char_ram~3595_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~11_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50436 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50437 ( +// Equation(s): +// \text_gen|char_ram~50437_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50436_combout & ((\text_gen|char_ram~5387_q ))) # (!\text_gen|char_ram~50436_combout & (\text_gen|char_ram~1803_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50436_combout )))) + + .dataa(\text_gen|char_ram~1803_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5387_q ), + .datad(\text_gen|char_ram~50436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50437 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50438 ( +// Equation(s): +// \text_gen|char_ram~50438_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~50435_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~50437_combout ))))) + + .dataa(\text_gen|char_ram~50435_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~50437_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50438 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~50438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50441 ( +// Equation(s): +// \text_gen|char_ram~50441_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50438_combout & (\text_gen|char_ram~50440_combout )) # (!\text_gen|char_ram~50438_combout & ((\text_gen|char_ram~50433_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50438_combout )))) + + .dataa(\text_gen|char_ram~50440_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~50433_combout ), + .datad(\text_gen|char_ram~50438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50441 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50442 ( +// Equation(s): +// \text_gen|char_ram~50442_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~50431_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50441_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50431_combout ), + .datad(\text_gen|char_ram~50441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50442 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y61_N13 +dffeas \text_gen|char_ram~2755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y62_N5 +dffeas \text_gen|char_ram~963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50414 ( +// Equation(s): +// \text_gen|char_ram~50414_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2755_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~963_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2755_q ), + .datac(\text_gen|char_ram~963_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50414 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y61_N3 +dffeas \text_gen|char_ram~6339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4547feeder ( +// Equation(s): +// \text_gen|char_ram~4547feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4547feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4547feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4547feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y63_N9 +dffeas \text_gen|char_ram~4547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4547feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50415 ( +// Equation(s): +// \text_gen|char_ram~50415_combout = (\text_gen|char_ram~50414_combout & (((\text_gen|char_ram~6339_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~50414_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4547_q )))) + + .dataa(\text_gen|char_ram~50414_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6339_q ), + .datad(\text_gen|char_ram~4547_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50415 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y42_N13 +dffeas \text_gen|char_ram~67 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~67_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~67 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~67 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3651feeder ( +// Equation(s): +// \text_gen|char_ram~3651feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y47_N31 +dffeas \text_gen|char_ram~3651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50416 ( +// Equation(s): +// \text_gen|char_ram~50416_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3651_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~67_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~67_q ), + .datad(\text_gen|char_ram~3651_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50416 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y38_N21 +dffeas \text_gen|char_ram~5443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1859feeder ( +// Equation(s): +// \text_gen|char_ram~1859feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1859feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1859feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1859feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y38_N17 +dffeas \text_gen|char_ram~1859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1859feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50417 ( +// Equation(s): +// \text_gen|char_ram~50417_combout = (\text_gen|char_ram~50416_combout & (((\text_gen|char_ram~5443_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~50416_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~1859_q )))) + + .dataa(\text_gen|char_ram~50416_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5443_q ), + .datad(\text_gen|char_ram~1859_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50417 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50418 ( +// Equation(s): +// \text_gen|char_ram~50418_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~50415_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~50417_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~50415_combout ), + .datad(\text_gen|char_ram~50417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50418 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y26_N29 +dffeas \text_gen|char_ram~1411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N1 +dffeas \text_gen|char_ram~3203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50419 ( +// Equation(s): +// \text_gen|char_ram~50419_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3203_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1411_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1411_q ), + .datad(\text_gen|char_ram~3203_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50419 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y26_N23 +dffeas \text_gen|char_ram~6787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4995feeder ( +// Equation(s): +// \text_gen|char_ram~4995feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4995feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4995feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4995feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y27_N17 +dffeas \text_gen|char_ram~4995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4995feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50420 ( +// Equation(s): +// \text_gen|char_ram~50420_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50419_combout & (\text_gen|char_ram~6787_q )) # (!\text_gen|char_ram~50419_combout & ((\text_gen|char_ram~4995_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~50419_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~50419_combout ), + .datac(\text_gen|char_ram~6787_q ), + .datad(\text_gen|char_ram~4995_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50420 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y12_N9 +dffeas \text_gen|char_ram~2307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y38_N27 +dffeas \text_gen|char_ram~5891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y17_N23 +dffeas \text_gen|char_ram~4099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y16_N19 +dffeas \text_gen|char_ram~515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50412 ( +// Equation(s): +// \text_gen|char_ram~50412_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4099_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~515_q +// ))))) + + .dataa(\text_gen|char_ram~4099_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~515_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50412 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50413 ( +// Equation(s): +// \text_gen|char_ram~50413_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50412_combout & ((\text_gen|char_ram~5891_q ))) # (!\text_gen|char_ram~50412_combout & (\text_gen|char_ram~2307_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50412_combout )))) + + .dataa(\text_gen|char_ram~2307_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5891_q ), + .datad(\text_gen|char_ram~50412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50413 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50421 ( +// Equation(s): +// \text_gen|char_ram~50421_combout = (\text_gen|char_ram~50418_combout & ((\text_gen|char_ram~50420_combout ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~50418_combout & (((\text_gen|char_ram~50413_combout & \text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~50418_combout ), + .datab(\text_gen|char_ram~50420_combout ), + .datac(\text_gen|char_ram~50413_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50421 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~50421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50453 ( +// Equation(s): +// \text_gen|char_ram~50453_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50442_combout & (\text_gen|char_ram~50452_combout )) # (!\text_gen|char_ram~50442_combout & ((\text_gen|char_ram~50421_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50442_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50452_combout ), + .datac(\text_gen|char_ram~50442_combout ), + .datad(\text_gen|char_ram~50421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50453 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5107feeder ( +// Equation(s): +// \text_gen|char_ram~5107feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5107feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5107feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5107feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y36_N13 +dffeas \text_gen|char_ram~5107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5107feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y36_N31 +dffeas \text_gen|char_ram~6899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3315feeder ( +// Equation(s): +// \text_gen|char_ram~3315feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3315feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3315feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3315feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y36_N27 +dffeas \text_gen|char_ram~3315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3315feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y36_N1 +dffeas \text_gen|char_ram~1523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50401 ( +// Equation(s): +// \text_gen|char_ram~50401_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3315_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1523_q +// ))))) + + .dataa(\text_gen|char_ram~3315_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1523_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50401 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50402 ( +// Equation(s): +// \text_gen|char_ram~50402_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50401_combout & ((\text_gen|char_ram~6899_q ))) # (!\text_gen|char_ram~50401_combout & (\text_gen|char_ram~5107_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50401_combout )))) + + .dataa(\text_gen|char_ram~5107_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6899_q ), + .datad(\text_gen|char_ram~50401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50402 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y27_N21 +dffeas \text_gen|char_ram~5121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y28_N9 +dffeas \text_gen|char_ram~6913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y27_N15 +dffeas \text_gen|char_ram~3329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y28_N11 +dffeas \text_gen|char_ram~1537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50408 ( +// Equation(s): +// \text_gen|char_ram~50408_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3329_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1537_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3329_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1537_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50408 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50409 ( +// Equation(s): +// \text_gen|char_ram~50409_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50408_combout & ((\text_gen|char_ram~6913_q ))) # (!\text_gen|char_ram~50408_combout & (\text_gen|char_ram~5121_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50408_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5121_q ), + .datac(\text_gen|char_ram~6913_q ), + .datad(\text_gen|char_ram~50408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50409 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N23 +dffeas \text_gen|char_ram~3273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y29_N13 +dffeas \text_gen|char_ram~6857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5065feeder ( +// Equation(s): +// \text_gen|char_ram~5065feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N13 +dffeas \text_gen|char_ram~5065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y29_N19 +dffeas \text_gen|char_ram~1481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50403 ( +// Equation(s): +// \text_gen|char_ram~50403_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5065_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1481_q +// ))))) + + .dataa(\text_gen|char_ram~5065_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1481_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50403 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50404 ( +// Equation(s): +// \text_gen|char_ram~50404_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50403_combout & ((\text_gen|char_ram~6857_q ))) # (!\text_gen|char_ram~50403_combout & (\text_gen|char_ram~3273_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50403_combout )))) + + .dataa(\text_gen|char_ram~3273_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6857_q ), + .datad(\text_gen|char_ram~50403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50404 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y38_N1 +dffeas \text_gen|char_ram~3259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y39_N19 +dffeas \text_gen|char_ram~6843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y34_N3 +dffeas \text_gen|char_ram~5051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y38_N15 +dffeas \text_gen|char_ram~1467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50405 ( +// Equation(s): +// \text_gen|char_ram~50405_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5051_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1467_q +// ))))) + + .dataa(\text_gen|char_ram~5051_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1467_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50405 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50406 ( +// Equation(s): +// \text_gen|char_ram~50406_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50405_combout & ((\text_gen|char_ram~6843_q ))) # (!\text_gen|char_ram~50405_combout & (\text_gen|char_ram~3259_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50405_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3259_q ), + .datac(\text_gen|char_ram~6843_q ), + .datad(\text_gen|char_ram~50405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50406 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50407 ( +// Equation(s): +// \text_gen|char_ram~50407_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50404_combout ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((!\vga_c|h_cnt [7] & \text_gen|char_ram~50406_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50404_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~50406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50407 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~50407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50410 ( +// Equation(s): +// \text_gen|char_ram~50410_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50407_combout & ((\text_gen|char_ram~50409_combout ))) # (!\text_gen|char_ram~50407_combout & (\text_gen|char_ram~50402_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50407_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50402_combout ), + .datac(\text_gen|char_ram~50409_combout ), + .datad(\text_gen|char_ram~50407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50410 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4659feeder ( +// Equation(s): +// \text_gen|char_ram~4659feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4659feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4659feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4659feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y52_N17 +dffeas \text_gen|char_ram~4659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4659feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y48_N1 +dffeas \text_gen|char_ram~6451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2867feeder ( +// Equation(s): +// \text_gen|char_ram~2867feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2867feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2867feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2867feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N17 +dffeas \text_gen|char_ram~2867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2867feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y48_N19 +dffeas \text_gen|char_ram~1075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50370 ( +// Equation(s): +// \text_gen|char_ram~50370_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2867_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1075_q +// ))))) + + .dataa(\text_gen|char_ram~2867_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1075_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50370 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50371 ( +// Equation(s): +// \text_gen|char_ram~50371_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50370_combout & ((\text_gen|char_ram~6451_q ))) # (!\text_gen|char_ram~50370_combout & (\text_gen|char_ram~4659_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50370_combout )))) + + .dataa(\text_gen|char_ram~4659_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6451_q ), + .datad(\text_gen|char_ram~50370_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50371 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2811feeder ( +// Equation(s): +// \text_gen|char_ram~2811feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2811feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2811feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2811feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N23 +dffeas \text_gen|char_ram~2811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2811feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y52_N25 +dffeas \text_gen|char_ram~4603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y48_N21 +dffeas \text_gen|char_ram~1019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50374 ( +// Equation(s): +// \text_gen|char_ram~50374_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4603_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1019_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4603_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1019_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50374 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6395feeder ( +// Equation(s): +// \text_gen|char_ram~6395feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y52_N3 +dffeas \text_gen|char_ram~6395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50375 ( +// Equation(s): +// \text_gen|char_ram~50375_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50374_combout & ((\text_gen|char_ram~6395_q ))) # (!\text_gen|char_ram~50374_combout & (\text_gen|char_ram~2811_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50374_combout )))) + + .dataa(\text_gen|char_ram~2811_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50374_combout ), + .datad(\text_gen|char_ram~6395_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50375 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~50375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y48_N1 +dffeas \text_gen|char_ram~2825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y48_N19 +dffeas \text_gen|char_ram~6409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y47_N21 +dffeas \text_gen|char_ram~4617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y47_N3 +dffeas \text_gen|char_ram~1033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50372 ( +// Equation(s): +// \text_gen|char_ram~50372_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4617_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1033_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4617_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1033_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50372 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50373 ( +// Equation(s): +// \text_gen|char_ram~50373_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50372_combout & ((\text_gen|char_ram~6409_q ))) # (!\text_gen|char_ram~50372_combout & (\text_gen|char_ram~2825_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50372_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2825_q ), + .datac(\text_gen|char_ram~6409_q ), + .datad(\text_gen|char_ram~50372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50373 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50376 ( +// Equation(s): +// \text_gen|char_ram~50376_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~50373_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50375_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50375_combout ), + .datad(\text_gen|char_ram~50373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50376 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4673feeder ( +// Equation(s): +// \text_gen|char_ram~4673feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y56_N19 +dffeas \text_gen|char_ram~4673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y56_N21 +dffeas \text_gen|char_ram~6465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2881feeder ( +// Equation(s): +// \text_gen|char_ram~2881feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2881feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2881feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2881feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y50_N17 +dffeas \text_gen|char_ram~2881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2881feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y54_N19 +dffeas \text_gen|char_ram~1089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50377 ( +// Equation(s): +// \text_gen|char_ram~50377_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2881_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1089_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2881_q ), + .datac(\text_gen|char_ram~1089_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50377 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50378 ( +// Equation(s): +// \text_gen|char_ram~50378_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50377_combout & ((\text_gen|char_ram~6465_q ))) # (!\text_gen|char_ram~50377_combout & (\text_gen|char_ram~4673_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50377_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4673_q ), + .datac(\text_gen|char_ram~6465_q ), + .datad(\text_gen|char_ram~50377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50378 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50379 ( +// Equation(s): +// \text_gen|char_ram~50379_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50376_combout & ((\text_gen|char_ram~50378_combout ))) # (!\text_gen|char_ram~50376_combout & (\text_gen|char_ram~50371_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50376_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50371_combout ), + .datac(\text_gen|char_ram~50376_combout ), + .datad(\text_gen|char_ram~50378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50379 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~50379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y13_N15 +dffeas \text_gen|char_ram~4225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y13_N17 +dffeas \text_gen|char_ram~6017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2433feeder ( +// Equation(s): +// \text_gen|char_ram~2433feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2433feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2433feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2433feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y14_N23 +dffeas \text_gen|char_ram~2433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2433feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y14_N17 +dffeas \text_gen|char_ram~641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50387 ( +// Equation(s): +// \text_gen|char_ram~50387_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2433_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~641_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2433_q ), + .datac(\text_gen|char_ram~641_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50387 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50388 ( +// Equation(s): +// \text_gen|char_ram~50388_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50387_combout & ((\text_gen|char_ram~6017_q ))) # (!\text_gen|char_ram~50387_combout & (\text_gen|char_ram~4225_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50387_combout )))) + + .dataa(\text_gen|char_ram~4225_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6017_q ), + .datad(\text_gen|char_ram~50387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50388 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2377feeder ( +// Equation(s): +// \text_gen|char_ram~2377feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y23_N9 +dffeas \text_gen|char_ram~2377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y25_N7 +dffeas \text_gen|char_ram~5961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4169feeder ( +// Equation(s): +// \text_gen|char_ram~4169feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4169feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4169feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4169feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y25_N5 +dffeas \text_gen|char_ram~4169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4169feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y25_N15 +dffeas \text_gen|char_ram~585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50382 ( +// Equation(s): +// \text_gen|char_ram~50382_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4169_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~585_q +// ))))) + + .dataa(\text_gen|char_ram~4169_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~585_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50382 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50383 ( +// Equation(s): +// \text_gen|char_ram~50383_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50382_combout & ((\text_gen|char_ram~5961_q ))) # (!\text_gen|char_ram~50382_combout & (\text_gen|char_ram~2377_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50382_combout )))) + + .dataa(\text_gen|char_ram~2377_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5961_q ), + .datad(\text_gen|char_ram~50382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50383 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y28_N15 +dffeas \text_gen|char_ram~2363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y32_N21 +dffeas \text_gen|char_ram~4155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y16_N25 +dffeas \text_gen|char_ram~571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50384 ( +// Equation(s): +// \text_gen|char_ram~50384_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4155_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~571_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4155_q ), + .datac(\text_gen|char_ram~571_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50384 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y28_N1 +dffeas \text_gen|char_ram~5947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50385 ( +// Equation(s): +// \text_gen|char_ram~50385_combout = (\text_gen|char_ram~50384_combout & (((\text_gen|char_ram~5947_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50384_combout & (\text_gen|char_ram~2363_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~2363_q ), + .datab(\text_gen|char_ram~50384_combout ), + .datac(\text_gen|char_ram~5947_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50385 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50386 ( +// Equation(s): +// \text_gen|char_ram~50386_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50383_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50385_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50383_combout ), + .datad(\text_gen|char_ram~50385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50386 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4211feeder ( +// Equation(s): +// \text_gen|char_ram~4211feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4211feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4211feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4211feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y16_N25 +dffeas \text_gen|char_ram~4211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4211feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2419feeder ( +// Equation(s): +// \text_gen|char_ram~2419feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2419feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y12_N17 +dffeas \text_gen|char_ram~2419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y16_N1 +dffeas \text_gen|char_ram~627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50380 ( +// Equation(s): +// \text_gen|char_ram~50380_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2419_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~627_q +// ))))) + + .dataa(\text_gen|char_ram~2419_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~627_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50380 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y18_N13 +dffeas \text_gen|char_ram~6003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50381 ( +// Equation(s): +// \text_gen|char_ram~50381_combout = (\text_gen|char_ram~50380_combout & (((\text_gen|char_ram~6003_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50380_combout & (\text_gen|char_ram~4211_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~4211_q ), + .datab(\text_gen|char_ram~50380_combout ), + .datac(\text_gen|char_ram~6003_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50381 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50389 ( +// Equation(s): +// \text_gen|char_ram~50389_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50386_combout & (\text_gen|char_ram~50388_combout )) # (!\text_gen|char_ram~50386_combout & ((\text_gen|char_ram~50381_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50386_combout )))) + + .dataa(\text_gen|char_ram~50388_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50386_combout ), + .datad(\text_gen|char_ram~50381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50389 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N1 +dffeas \text_gen|char_ram~3777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y50_N21 +dffeas \text_gen|char_ram~5569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y46_N13 +dffeas \text_gen|char_ram~1985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y46_N3 +dffeas \text_gen|char_ram~193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50397 ( +// Equation(s): +// \text_gen|char_ram~50397_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~1985_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~193_q +// ))))) + + .dataa(\text_gen|char_ram~1985_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~193_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50397 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50398 ( +// Equation(s): +// \text_gen|char_ram~50398_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50397_combout & ((\text_gen|char_ram~5569_q ))) # (!\text_gen|char_ram~50397_combout & (\text_gen|char_ram~3777_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50397_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3777_q ), + .datac(\text_gen|char_ram~5569_q ), + .datad(\text_gen|char_ram~50397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50398 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3763feeder ( +// Equation(s): +// \text_gen|char_ram~3763feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3763feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3763feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3763feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y45_N29 +dffeas \text_gen|char_ram~3763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3763feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y42_N13 +dffeas \text_gen|char_ram~5555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y15_N25 +dffeas \text_gen|char_ram~179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y15_N19 +dffeas \text_gen|char_ram~1971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50390 ( +// Equation(s): +// \text_gen|char_ram~50390_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~1971_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~179_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~179_q ), + .datad(\text_gen|char_ram~1971_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50390 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50391 ( +// Equation(s): +// \text_gen|char_ram~50391_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50390_combout & ((\text_gen|char_ram~5555_q ))) # (!\text_gen|char_ram~50390_combout & (\text_gen|char_ram~3763_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50390_combout )))) + + .dataa(\text_gen|char_ram~3763_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5555_q ), + .datad(\text_gen|char_ram~50390_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50391 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y46_N25 +dffeas \text_gen|char_ram~3707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y42_N31 +dffeas \text_gen|char_ram~123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50394 ( +// Equation(s): +// \text_gen|char_ram~50394_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3707_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~123_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3707_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~123_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50394 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y40_N27 +dffeas \text_gen|char_ram~5499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N31 +dffeas \text_gen|char_ram~1915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50395 ( +// Equation(s): +// \text_gen|char_ram~50395_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50394_combout & (\text_gen|char_ram~5499_q )) # (!\text_gen|char_ram~50394_combout & ((\text_gen|char_ram~1915_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~50394_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50394_combout ), + .datac(\text_gen|char_ram~5499_q ), + .datad(\text_gen|char_ram~1915_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50395 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1929feeder ( +// Equation(s): +// \text_gen|char_ram~1929feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1929feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1929feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1929feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y44_N29 +dffeas \text_gen|char_ram~1929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1929feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y44_N29 +dffeas \text_gen|char_ram~5513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3721feeder ( +// Equation(s): +// \text_gen|char_ram~3721feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3721feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y47_N25 +dffeas \text_gen|char_ram~3721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y47_N21 +dffeas \text_gen|char_ram~137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50392 ( +// Equation(s): +// \text_gen|char_ram~50392_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3721_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~137_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3721_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~137_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50392 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50393 ( +// Equation(s): +// \text_gen|char_ram~50393_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50392_combout & ((\text_gen|char_ram~5513_q ))) # (!\text_gen|char_ram~50392_combout & (\text_gen|char_ram~1929_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50392_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~1929_q ), + .datac(\text_gen|char_ram~5513_q ), + .datad(\text_gen|char_ram~50392_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50393 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50396 ( +// Equation(s): +// \text_gen|char_ram~50396_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50393_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50395_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50395_combout ), + .datad(\text_gen|char_ram~50393_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50396 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50399 ( +// Equation(s): +// \text_gen|char_ram~50399_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50396_combout & (\text_gen|char_ram~50398_combout )) # (!\text_gen|char_ram~50396_combout & ((\text_gen|char_ram~50391_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50396_combout )))) + + .dataa(\text_gen|char_ram~50398_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50391_combout ), + .datad(\text_gen|char_ram~50396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50399 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50400 ( +// Equation(s): +// \text_gen|char_ram~50400_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~50389_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~50399_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50389_combout ), + .datad(\text_gen|char_ram~50399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50400 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50411 ( +// Equation(s): +// \text_gen|char_ram~50411_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50400_combout & (\text_gen|char_ram~50410_combout )) # (!\text_gen|char_ram~50400_combout & ((\text_gen|char_ram~50379_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50400_combout )))) + + .dataa(\text_gen|char_ram~50410_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50379_combout ), + .datad(\text_gen|char_ram~50400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50411 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50454 ( +// Equation(s): +// \text_gen|char_ram~50454_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~50411_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~50453_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50453_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~50411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50454 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~50454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50497 ( +// Equation(s): +// \text_gen|char_ram~50497_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50454_combout & ((\text_gen|char_ram~50496_combout ))) # (!\text_gen|char_ram~50454_combout & (\text_gen|char_ram~50369_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50454_combout )))) + + .dataa(\text_gen|char_ram~50369_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50496_combout ), + .datad(\text_gen|char_ram~50454_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50497 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50498 ( +// Equation(s): +// \text_gen|char_ram~50498_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~50327_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~50497_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~50327_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~50497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50498 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~50498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24945feeder ( +// Equation(s): +// \text_gen|char_ram~24945feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24945feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24945feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24945feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y26_N31 +dffeas \text_gen|char_ram~24945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24945feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y24_N1 +dffeas \text_gen|char_ram~24721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y22_N23 +dffeas \text_gen|char_ram~24665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24889feeder ( +// Equation(s): +// \text_gen|char_ram~24889feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24889feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y26_N27 +dffeas \text_gen|char_ram~24889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50626 ( +// Equation(s): +// \text_gen|char_ram~50626_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~24889_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24665_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24665_q ), + .datad(\text_gen|char_ram~24889_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50626 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50627 ( +// Equation(s): +// \text_gen|char_ram~50627_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50626_combout & (\text_gen|char_ram~24945_q )) # (!\text_gen|char_ram~50626_combout & ((\text_gen|char_ram~24721_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50626_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~24945_q ), + .datac(\text_gen|char_ram~24721_q ), + .datad(\text_gen|char_ram~50626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50627 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22929feeder ( +// Equation(s): +// \text_gen|char_ram~22929feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22929feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22929feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22929feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y26_N5 +dffeas \text_gen|char_ram~22929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22929feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y26_N21 +dffeas \text_gen|char_ram~23153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22873feeder ( +// Equation(s): +// \text_gen|char_ram~22873feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22873feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22873feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22873feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y25_N29 +dffeas \text_gen|char_ram~22873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22873feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N7 +dffeas \text_gen|char_ram~23097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50630 ( +// Equation(s): +// \text_gen|char_ram~50630_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23097_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22873_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22873_q ), + .datad(\text_gen|char_ram~23097_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50630 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50631 ( +// Equation(s): +// \text_gen|char_ram~50631_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50630_combout & ((\text_gen|char_ram~23153_q ))) # (!\text_gen|char_ram~50630_combout & (\text_gen|char_ram~22929_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50630_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~22929_q ), + .datac(\text_gen|char_ram~23153_q ), + .datad(\text_gen|char_ram~50630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50631 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26457feeder ( +// Equation(s): +// \text_gen|char_ram~26457feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26457feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N13 +dffeas \text_gen|char_ram~26457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26681feeder ( +// Equation(s): +// \text_gen|char_ram~26681feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26681feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26681feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26681feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N31 +dffeas \text_gen|char_ram~26681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26681feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50628 ( +// Equation(s): +// \text_gen|char_ram~50628_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~26681_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26457_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26457_q ), + .datad(\text_gen|char_ram~26681_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50628 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26513feeder ( +// Equation(s): +// \text_gen|char_ram~26513feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26513feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26513feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26513feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y24_N13 +dffeas \text_gen|char_ram~26513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26513feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y29_N7 +dffeas \text_gen|char_ram~26737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50629 ( +// Equation(s): +// \text_gen|char_ram~50629_combout = (\text_gen|char_ram~50628_combout & (((\text_gen|char_ram~26737_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~50628_combout & (\text_gen|char_ram~26513_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~50628_combout ), + .datab(\text_gen|char_ram~26513_q ), + .datac(\text_gen|char_ram~26737_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~50629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50629 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50632 ( +// Equation(s): +// \text_gen|char_ram~50632_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~50629_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50631_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50631_combout ), + .datad(\text_gen|char_ram~50629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50632 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y24_N9 +dffeas \text_gen|char_ram~28305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y24_N29 +dffeas \text_gen|char_ram~28529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y24_N5 +dffeas \text_gen|char_ram~28249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~28473feeder ( +// Equation(s): +// \text_gen|char_ram~28473feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28473feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28473feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28473feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y25_N21 +dffeas \text_gen|char_ram~28473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28473feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50633 ( +// Equation(s): +// \text_gen|char_ram~50633_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~28473_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~28249_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28249_q ), + .datad(\text_gen|char_ram~28473_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50633 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50634 ( +// Equation(s): +// \text_gen|char_ram~50634_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50633_combout & ((\text_gen|char_ram~28529_q ))) # (!\text_gen|char_ram~50633_combout & (\text_gen|char_ram~28305_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50633_combout )))) + + .dataa(\text_gen|char_ram~28305_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28529_q ), + .datad(\text_gen|char_ram~50633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50634 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50635 ( +// Equation(s): +// \text_gen|char_ram~50635_combout = (\text_gen|char_ram~50632_combout & (((\text_gen|char_ram~50634_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50632_combout & (\text_gen|char_ram~50627_combout & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~50627_combout ), + .datab(\text_gen|char_ram~50632_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~50634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50635 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~50635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24707feeder ( +// Equation(s): +// \text_gen|char_ram~24707feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y24_N21 +dffeas \text_gen|char_ram~24707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y26_N5 +dffeas \text_gen|char_ram~24931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24931 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y26_N19 +dffeas \text_gen|char_ram~24651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y30_N15 +dffeas \text_gen|char_ram~24875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50646 ( +// Equation(s): +// \text_gen|char_ram~50646_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~24875_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~24651_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24651_q ), + .datad(\text_gen|char_ram~24875_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50646 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50647 ( +// Equation(s): +// \text_gen|char_ram~50647_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50646_combout & ((\text_gen|char_ram~24931_q ))) # (!\text_gen|char_ram~50646_combout & (\text_gen|char_ram~24707_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50646_combout )))) + + .dataa(\text_gen|char_ram~24707_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~24931_q ), + .datad(\text_gen|char_ram~50646_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50647 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28515feeder ( +// Equation(s): +// \text_gen|char_ram~28515feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28515feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28515feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28515feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y26_N29 +dffeas \text_gen|char_ram~28515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28515feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y28_N3 +dffeas \text_gen|char_ram~28235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~28459feeder ( +// Equation(s): +// \text_gen|char_ram~28459feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28459feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28459feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28459feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y29_N19 +dffeas \text_gen|char_ram~28459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28459feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50653 ( +// Equation(s): +// \text_gen|char_ram~50653_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~28459_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~28235_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28235_q ), + .datad(\text_gen|char_ram~28459_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50653 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28291feeder ( +// Equation(s): +// \text_gen|char_ram~28291feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N15 +dffeas \text_gen|char_ram~28291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50654 ( +// Equation(s): +// \text_gen|char_ram~50654_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50653_combout & (\text_gen|char_ram~28515_q )) # (!\text_gen|char_ram~50653_combout & ((\text_gen|char_ram~28291_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50653_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~28515_q ), + .datac(\text_gen|char_ram~50653_combout ), + .datad(\text_gen|char_ram~28291_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50654 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22915feeder ( +// Equation(s): +// \text_gen|char_ram~22915feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22915feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22915feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22915feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N13 +dffeas \text_gen|char_ram~22915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22915feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y26_N23 +dffeas \text_gen|char_ram~23139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y26_N11 +dffeas \text_gen|char_ram~22859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y26_N29 +dffeas \text_gen|char_ram~23083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50650 ( +// Equation(s): +// \text_gen|char_ram~50650_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~23083_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22859_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22859_q ), + .datad(\text_gen|char_ram~23083_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50650 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50651 ( +// Equation(s): +// \text_gen|char_ram~50651_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50650_combout & ((\text_gen|char_ram~23139_q ))) # (!\text_gen|char_ram~50650_combout & (\text_gen|char_ram~22915_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50650_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~22915_q ), + .datac(\text_gen|char_ram~23139_q ), + .datad(\text_gen|char_ram~50650_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50651 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26499feeder ( +// Equation(s): +// \text_gen|char_ram~26499feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y26_N21 +dffeas \text_gen|char_ram~26499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y26_N17 +dffeas \text_gen|char_ram~26723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y26_N11 +dffeas \text_gen|char_ram~26443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26667feeder ( +// Equation(s): +// \text_gen|char_ram~26667feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26667feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26667feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26667feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N9 +dffeas \text_gen|char_ram~26667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26667feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50648 ( +// Equation(s): +// \text_gen|char_ram~50648_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~26667_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26443_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26443_q ), + .datad(\text_gen|char_ram~26667_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50648 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50649 ( +// Equation(s): +// \text_gen|char_ram~50649_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50648_combout & ((\text_gen|char_ram~26723_q ))) # (!\text_gen|char_ram~50648_combout & (\text_gen|char_ram~26499_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50648_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26499_q ), + .datac(\text_gen|char_ram~26723_q ), + .datad(\text_gen|char_ram~50648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50649 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50652 ( +// Equation(s): +// \text_gen|char_ram~50652_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~50649_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50651_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50651_combout ), + .datad(\text_gen|char_ram~50649_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50652 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50655 ( +// Equation(s): +// \text_gen|char_ram~50655_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50652_combout & ((\text_gen|char_ram~50654_combout ))) # (!\text_gen|char_ram~50652_combout & (\text_gen|char_ram~50647_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50652_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50647_combout ), + .datac(\text_gen|char_ram~50654_combout ), + .datad(\text_gen|char_ram~50652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50655 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y22_N27 +dffeas \text_gen|char_ram~24819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y22_N11 +dffeas \text_gen|char_ram~25043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y26_N27 +dffeas \text_gen|char_ram~24987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y24_N31 +dffeas \text_gen|char_ram~24763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50636 ( +// Equation(s): +// \text_gen|char_ram~50636_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~24987_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~24763_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~24987_q ), + .datac(\text_gen|char_ram~24763_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50636 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50637 ( +// Equation(s): +// \text_gen|char_ram~50637_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50636_combout & ((\text_gen|char_ram~25043_q ))) # (!\text_gen|char_ram~50636_combout & (\text_gen|char_ram~24819_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50636_combout )))) + + .dataa(\text_gen|char_ram~24819_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25043_q ), + .datad(\text_gen|char_ram~50636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50637 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y27_N11 +dffeas \text_gen|char_ram~23027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y27_N9 +dffeas \text_gen|char_ram~23251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N29 +dffeas \text_gen|char_ram~23195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y27_N25 +dffeas \text_gen|char_ram~22971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50640 ( +// Equation(s): +// \text_gen|char_ram~50640_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~23195_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~22971_q ))))) + + .dataa(\text_gen|char_ram~23195_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22971_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50640 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50641 ( +// Equation(s): +// \text_gen|char_ram~50641_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50640_combout & ((\text_gen|char_ram~23251_q ))) # (!\text_gen|char_ram~50640_combout & (\text_gen|char_ram~23027_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50640_combout )))) + + .dataa(\text_gen|char_ram~23027_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23251_q ), + .datad(\text_gen|char_ram~50640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50641 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y35_N5 +dffeas \text_gen|char_ram~26611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y35_N25 +dffeas \text_gen|char_ram~26835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y27_N15 +dffeas \text_gen|char_ram~26555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y27_N23 +dffeas \text_gen|char_ram~26779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50638 ( +// Equation(s): +// \text_gen|char_ram~50638_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~26779_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26555_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26555_q ), + .datad(\text_gen|char_ram~26779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50638 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50639 ( +// Equation(s): +// \text_gen|char_ram~50639_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50638_combout & ((\text_gen|char_ram~26835_q ))) # (!\text_gen|char_ram~50638_combout & (\text_gen|char_ram~26611_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50638_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26611_q ), + .datac(\text_gen|char_ram~26835_q ), + .datad(\text_gen|char_ram~50638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50639 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50642 ( +// Equation(s): +// \text_gen|char_ram~50642_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~50639_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50641_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50641_combout ), + .datad(\text_gen|char_ram~50639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50642 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y30_N5 +dffeas \text_gen|char_ram~28403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28627feeder ( +// Equation(s): +// \text_gen|char_ram~28627feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28627feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28627feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28627feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N15 +dffeas \text_gen|char_ram~28627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28627feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y30_N23 +dffeas \text_gen|char_ram~28347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28571feeder ( +// Equation(s): +// \text_gen|char_ram~28571feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28571feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28571feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28571feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N25 +dffeas \text_gen|char_ram~28571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28571feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50643 ( +// Equation(s): +// \text_gen|char_ram~50643_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~28571_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~28347_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28347_q ), + .datad(\text_gen|char_ram~28571_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50643 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50644 ( +// Equation(s): +// \text_gen|char_ram~50644_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50643_combout & ((\text_gen|char_ram~28627_q ))) # (!\text_gen|char_ram~50643_combout & (\text_gen|char_ram~28403_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50643_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~28403_q ), + .datac(\text_gen|char_ram~28627_q ), + .datad(\text_gen|char_ram~50643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50644 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50645 ( +// Equation(s): +// \text_gen|char_ram~50645_combout = (\text_gen|char_ram~50642_combout & (((\text_gen|char_ram~50644_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~50642_combout & (\text_gen|char_ram~50637_combout & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~50637_combout ), + .datab(\text_gen|char_ram~50642_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~50644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50645 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~50645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50656 ( +// Equation(s): +// \text_gen|char_ram~50656_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~50645_combout ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~50655_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50655_combout ), + .datad(\text_gen|char_ram~50645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50656 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25001feeder ( +// Equation(s): +// \text_gen|char_ram~25001feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y26_N9 +dffeas \text_gen|char_ram~25001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N9 +dffeas \text_gen|char_ram~23209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50657 ( +// Equation(s): +// \text_gen|char_ram~50657_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~25001_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23209_q ))))) + + .dataa(\text_gen|char_ram~25001_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23209_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50657 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N19 +dffeas \text_gen|char_ram~25057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N17 +dffeas \text_gen|char_ram~23265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50658 ( +// Equation(s): +// \text_gen|char_ram~50658_combout = (\text_gen|char_ram~50657_combout & (((\text_gen|char_ram~25057_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~50657_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~23265_q )))) + + .dataa(\text_gen|char_ram~50657_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25057_q ), + .datad(\text_gen|char_ram~23265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50658 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26849feeder ( +// Equation(s): +// \text_gen|char_ram~26849feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26849feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26849feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26849feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y30_N15 +dffeas \text_gen|char_ram~26849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26849feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N3 +dffeas \text_gen|char_ram~28641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y30_N3 +dffeas \text_gen|char_ram~26793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~28585feeder ( +// Equation(s): +// \text_gen|char_ram~28585feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28585feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28585feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28585feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y26_N23 +dffeas \text_gen|char_ram~28585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28585feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50664 ( +// Equation(s): +// \text_gen|char_ram~50664_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~28585_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~26793_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~26793_q ), + .datad(\text_gen|char_ram~28585_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50664 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50665 ( +// Equation(s): +// \text_gen|char_ram~50665_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50664_combout & ((\text_gen|char_ram~28641_q ))) # (!\text_gen|char_ram~50664_combout & (\text_gen|char_ram~26849_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50664_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26849_q ), + .datac(\text_gen|char_ram~28641_q ), + .datad(\text_gen|char_ram~50664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50665 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y26_N9 +dffeas \text_gen|char_ram~23041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y23_N31 +dffeas \text_gen|char_ram~24833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y24_N29 +dffeas \text_gen|char_ram~24777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y24_N31 +dffeas \text_gen|char_ram~22985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50661 ( +// Equation(s): +// \text_gen|char_ram~50661_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24777_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22985_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~24777_q ), + .datac(\text_gen|char_ram~22985_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50661 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50662 ( +// Equation(s): +// \text_gen|char_ram~50662_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50661_combout & ((\text_gen|char_ram~24833_q ))) # (!\text_gen|char_ram~50661_combout & (\text_gen|char_ram~23041_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50661_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23041_q ), + .datac(\text_gen|char_ram~24833_q ), + .datad(\text_gen|char_ram~50661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50662 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y26_N15 +dffeas \text_gen|char_ram~26625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y30_N15 +dffeas \text_gen|char_ram~28417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y30_N1 +dffeas \text_gen|char_ram~28361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y30_N29 +dffeas \text_gen|char_ram~26569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50659 ( +// Equation(s): +// \text_gen|char_ram~50659_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~28361_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~26569_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28361_q ), + .datad(\text_gen|char_ram~26569_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50659 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50660 ( +// Equation(s): +// \text_gen|char_ram~50660_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50659_combout & ((\text_gen|char_ram~28417_q ))) # (!\text_gen|char_ram~50659_combout & (\text_gen|char_ram~26625_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50659_combout )))) + + .dataa(\text_gen|char_ram~26625_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28417_q ), + .datad(\text_gen|char_ram~50659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50660 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50663 ( +// Equation(s): +// \text_gen|char_ram~50663_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~50660_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~50662_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50662_combout ), + .datad(\text_gen|char_ram~50660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50663 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50666 ( +// Equation(s): +// \text_gen|char_ram~50666_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50663_combout & ((\text_gen|char_ram~50665_combout ))) # (!\text_gen|char_ram~50663_combout & (\text_gen|char_ram~50658_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50663_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50658_combout ), + .datac(\text_gen|char_ram~50665_combout ), + .datad(\text_gen|char_ram~50663_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50666 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50667 ( +// Equation(s): +// \text_gen|char_ram~50667_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50656_combout & ((\text_gen|char_ram~50666_combout ))) # (!\text_gen|char_ram~50656_combout & (\text_gen|char_ram~50635_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50656_combout )))) + + .dataa(\text_gen|char_ram~50635_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50656_combout ), + .datad(\text_gen|char_ram~50666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50667 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~50667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26387feeder ( +// Equation(s): +// \text_gen|char_ram~26387feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26387feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26387feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26387feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y56_N3 +dffeas \text_gen|char_ram~26387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26387feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y56_N31 +dffeas \text_gen|char_ram~22803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50530 ( +// Equation(s): +// \text_gen|char_ram~50530_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26387_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22803_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26387_q ), + .datac(\text_gen|char_ram~22803_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~50530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50530 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y55_N1 +dffeas \text_gen|char_ram~22817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26401feeder ( +// Equation(s): +// \text_gen|char_ram~26401feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26401feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26401feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26401feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N3 +dffeas \text_gen|char_ram~26401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26401feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50531 ( +// Equation(s): +// \text_gen|char_ram~50531_combout = (\text_gen|char_ram~50530_combout & (((\text_gen|char_ram~26401_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~50530_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~22817_q ))) + + .dataa(\text_gen|char_ram~50530_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22817_q ), + .datad(\text_gen|char_ram~26401_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50531 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~50531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24609feeder ( +// Equation(s): +// \text_gen|char_ram~24609feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24609feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24609feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24609feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y53_N27 +dffeas \text_gen|char_ram~24609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24609feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y51_N7 +dffeas \text_gen|char_ram~28193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y59_N13 +dffeas \text_gen|char_ram~28179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y51_N29 +dffeas \text_gen|char_ram~24595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50537 ( +// Equation(s): +// \text_gen|char_ram~50537_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~28179_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~24595_q ))))) + + .dataa(\text_gen|char_ram~28179_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24595_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50537 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50538 ( +// Equation(s): +// \text_gen|char_ram~50538_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50537_combout & ((\text_gen|char_ram~28193_q ))) # (!\text_gen|char_ram~50537_combout & (\text_gen|char_ram~24609_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50537_combout )))) + + .dataa(\text_gen|char_ram~24609_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28193_q ), + .datad(\text_gen|char_ram~50537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50538 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y49_N17 +dffeas \text_gen|char_ram~24497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~28081feeder ( +// Equation(s): +// \text_gen|char_ram~28081feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28081feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y49_N23 +dffeas \text_gen|char_ram~28081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~28067feeder ( +// Equation(s): +// \text_gen|char_ram~28067feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28067feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28067feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28067feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y48_N7 +dffeas \text_gen|char_ram~28067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28067feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y46_N21 +dffeas \text_gen|char_ram~24483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50532 ( +// Equation(s): +// \text_gen|char_ram~50532_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~28067_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~24483_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~28067_q ), + .datac(\text_gen|char_ram~24483_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50532 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50533 ( +// Equation(s): +// \text_gen|char_ram~50533_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50532_combout & ((\text_gen|char_ram~28081_q ))) # (!\text_gen|char_ram~50532_combout & (\text_gen|char_ram~24497_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50532_combout )))) + + .dataa(\text_gen|char_ram~24497_q ), + .datab(\text_gen|char_ram~28081_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~50532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50533 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~50533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22705feeder ( +// Equation(s): +// \text_gen|char_ram~22705feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22705feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22705feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22705feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y51_N11 +dffeas \text_gen|char_ram~22705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22705feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y51_N29 +dffeas \text_gen|char_ram~26289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26275feeder ( +// Equation(s): +// \text_gen|char_ram~26275feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26275feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26275feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26275feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y47_N23 +dffeas \text_gen|char_ram~26275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26275feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y46_N15 +dffeas \text_gen|char_ram~22691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50534 ( +// Equation(s): +// \text_gen|char_ram~50534_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26275_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22691_q ))))) + + .dataa(\text_gen|char_ram~26275_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22691_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50534 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50535 ( +// Equation(s): +// \text_gen|char_ram~50535_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50534_combout & ((\text_gen|char_ram~26289_q ))) # (!\text_gen|char_ram~50534_combout & (\text_gen|char_ram~22705_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50534_combout )))) + + .dataa(\text_gen|char_ram~22705_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26289_q ), + .datad(\text_gen|char_ram~50534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50535 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50536 ( +// Equation(s): +// \text_gen|char_ram~50536_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50533_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~50535_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50533_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~50535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50536 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~50536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50539 ( +// Equation(s): +// \text_gen|char_ram~50539_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50536_combout & ((\text_gen|char_ram~50538_combout ))) # (!\text_gen|char_ram~50536_combout & (\text_gen|char_ram~50531_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50536_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50531_combout ), + .datac(\text_gen|char_ram~50538_combout ), + .datad(\text_gen|char_ram~50536_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50539 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24385feeder ( +// Equation(s): +// \text_gen|char_ram~24385feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [4]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24385feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24385feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24385feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y61_N7 +dffeas \text_gen|char_ram~24385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24385feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y61_N9 +dffeas \text_gen|char_ram~24273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24371feeder ( +// Equation(s): +// \text_gen|char_ram~24371feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24371feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24371feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24371feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y61_N9 +dffeas \text_gen|char_ram~24371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24371feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y61_N13 +dffeas \text_gen|char_ram~24259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50499 ( +// Equation(s): +// \text_gen|char_ram~50499_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~24371_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~24259_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24371_q ), + .datad(\text_gen|char_ram~24259_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50499 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50500 ( +// Equation(s): +// \text_gen|char_ram~50500_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50499_combout & (\text_gen|char_ram~24385_q )) # (!\text_gen|char_ram~50499_combout & ((\text_gen|char_ram~24273_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50499_combout )))) + + .dataa(\text_gen|char_ram~24385_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24273_q ), + .datad(\text_gen|char_ram~50499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50500 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y55_N3 +dffeas \text_gen|char_ram~27969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y61_N25 +dffeas \text_gen|char_ram~27857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y61_N17 +dffeas \text_gen|char_ram~27843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27955feeder ( +// Equation(s): +// \text_gen|char_ram~27955feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27955feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27955feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27955feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y61_N15 +dffeas \text_gen|char_ram~27955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27955feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50506 ( +// Equation(s): +// \text_gen|char_ram~50506_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~27955_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27843_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27843_q ), + .datad(\text_gen|char_ram~27955_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50506 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50507 ( +// Equation(s): +// \text_gen|char_ram~50507_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50506_combout & (\text_gen|char_ram~27969_q )) # (!\text_gen|char_ram~50506_combout & ((\text_gen|char_ram~27857_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50506_combout )))) + + .dataa(\text_gen|char_ram~27969_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27857_q ), + .datad(\text_gen|char_ram~50506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50507 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y49_N1 +dffeas \text_gen|char_ram~22579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22467feeder ( +// Equation(s): +// \text_gen|char_ram~22467feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y49_N15 +dffeas \text_gen|char_ram~22467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50503 ( +// Equation(s): +// \text_gen|char_ram~50503_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~22579_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~22467_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22579_q ), + .datad(\text_gen|char_ram~22467_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50503 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y49_N11 +dffeas \text_gen|char_ram~22593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22481feeder ( +// Equation(s): +// \text_gen|char_ram~22481feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22481feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22481feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22481feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y61_N5 +dffeas \text_gen|char_ram~22481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22481feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50504 ( +// Equation(s): +// \text_gen|char_ram~50504_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50503_combout & (\text_gen|char_ram~22593_q )) # (!\text_gen|char_ram~50503_combout & ((\text_gen|char_ram~22481_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~50503_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50503_combout ), + .datac(\text_gen|char_ram~22593_q ), + .datad(\text_gen|char_ram~22481_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50504 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y61_N25 +dffeas \text_gen|char_ram~26065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y61_N25 +dffeas \text_gen|char_ram~26177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y61_N19 +dffeas \text_gen|char_ram~26051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26163feeder ( +// Equation(s): +// \text_gen|char_ram~26163feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26163feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y61_N9 +dffeas \text_gen|char_ram~26163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50501 ( +// Equation(s): +// \text_gen|char_ram~50501_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~26163_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26051_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26051_q ), + .datad(\text_gen|char_ram~26163_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50501 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50502 ( +// Equation(s): +// \text_gen|char_ram~50502_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50501_combout & ((\text_gen|char_ram~26177_q ))) # (!\text_gen|char_ram~50501_combout & (\text_gen|char_ram~26065_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50501_combout )))) + + .dataa(\text_gen|char_ram~26065_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26177_q ), + .datad(\text_gen|char_ram~50501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50502 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50505 ( +// Equation(s): +// \text_gen|char_ram~50505_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~50502_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~50504_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50504_combout ), + .datad(\text_gen|char_ram~50502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50505 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50508 ( +// Equation(s): +// \text_gen|char_ram~50508_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50505_combout & ((\text_gen|char_ram~50507_combout ))) # (!\text_gen|char_ram~50505_combout & (\text_gen|char_ram~50500_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50505_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50500_combout ), + .datac(\text_gen|char_ram~50507_combout ), + .datad(\text_gen|char_ram~50505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50508 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y55_N3 +dffeas \text_gen|char_ram~22761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y54_N9 +dffeas \text_gen|char_ram~24553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24539feeder ( +// Equation(s): +// \text_gen|char_ram~24539feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24539feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24539feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24539feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y54_N25 +dffeas \text_gen|char_ram~24539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24539feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y56_N17 +dffeas \text_gen|char_ram~22747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50509 ( +// Equation(s): +// \text_gen|char_ram~50509_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24539_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22747_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24539_q ), + .datac(\text_gen|char_ram~22747_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50509 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50510 ( +// Equation(s): +// \text_gen|char_ram~50510_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50509_combout & ((\text_gen|char_ram~24553_q ))) # (!\text_gen|char_ram~50509_combout & (\text_gen|char_ram~22761_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50509_combout )))) + + .dataa(\text_gen|char_ram~22761_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24553_q ), + .datad(\text_gen|char_ram~50509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50510 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y59_N29 +dffeas \text_gen|char_ram~26345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y59_N31 +dffeas \text_gen|char_ram~28137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~28123feeder ( +// Equation(s): +// \text_gen|char_ram~28123feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N23 +dffeas \text_gen|char_ram~28123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y63_N7 +dffeas \text_gen|char_ram~26331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50516 ( +// Equation(s): +// \text_gen|char_ram~50516_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~28123_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26331_q ))))) + + .dataa(\text_gen|char_ram~28123_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26331_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50516 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50517 ( +// Equation(s): +// \text_gen|char_ram~50517_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50516_combout & ((\text_gen|char_ram~28137_q ))) # (!\text_gen|char_ram~50516_combout & (\text_gen|char_ram~26345_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50516_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~26345_q ), + .datac(\text_gen|char_ram~28137_q ), + .datad(\text_gen|char_ram~50516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50517 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y55_N13 +dffeas \text_gen|char_ram~26233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y52_N3 +dffeas \text_gen|char_ram~28025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28011feeder ( +// Equation(s): +// \text_gen|char_ram~28011feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28011feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28011feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28011feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y48_N25 +dffeas \text_gen|char_ram~28011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28011feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y48_N23 +dffeas \text_gen|char_ram~26219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50511 ( +// Equation(s): +// \text_gen|char_ram~50511_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~28011_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26219_q ))))) + + .dataa(\text_gen|char_ram~28011_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26219_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50511 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50512 ( +// Equation(s): +// \text_gen|char_ram~50512_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50511_combout & ((\text_gen|char_ram~28025_q ))) # (!\text_gen|char_ram~50511_combout & (\text_gen|char_ram~26233_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50511_combout )))) + + .dataa(\text_gen|char_ram~26233_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28025_q ), + .datad(\text_gen|char_ram~50511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50512 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y53_N29 +dffeas \text_gen|char_ram~22649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y53_N31 +dffeas \text_gen|char_ram~24441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y46_N27 +dffeas \text_gen|char_ram~24427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y46_N7 +dffeas \text_gen|char_ram~22635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50513 ( +// Equation(s): +// \text_gen|char_ram~50513_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24427_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22635_q ))))) + + .dataa(\text_gen|char_ram~24427_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22635_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50513 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50514 ( +// Equation(s): +// \text_gen|char_ram~50514_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50513_combout & ((\text_gen|char_ram~24441_q ))) # (!\text_gen|char_ram~50513_combout & (\text_gen|char_ram~22649_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50513_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22649_q ), + .datac(\text_gen|char_ram~24441_q ), + .datad(\text_gen|char_ram~50513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50514 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50515 ( +// Equation(s): +// \text_gen|char_ram~50515_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~50512_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~50514_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50512_combout ), + .datac(\text_gen|char_ram~50514_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50515 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50518 ( +// Equation(s): +// \text_gen|char_ram~50518_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50515_combout & ((\text_gen|char_ram~50517_combout ))) # (!\text_gen|char_ram~50515_combout & (\text_gen|char_ram~50510_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50515_combout )))) + + .dataa(\text_gen|char_ram~50510_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50517_combout ), + .datad(\text_gen|char_ram~50515_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50518 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24217feeder ( +// Equation(s): +// \text_gen|char_ram~24217feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24217feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N23 +dffeas \text_gen|char_ram~24217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N17 +dffeas \text_gen|char_ram~27801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y58_N11 +dffeas \text_gen|char_ram~27787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y58_N5 +dffeas \text_gen|char_ram~24203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50521 ( +// Equation(s): +// \text_gen|char_ram~50521_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27787_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~24203_q ))))) + + .dataa(\text_gen|char_ram~27787_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24203_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50521 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50522 ( +// Equation(s): +// \text_gen|char_ram~50522_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50521_combout & ((\text_gen|char_ram~27801_q ))) # (!\text_gen|char_ram~50521_combout & (\text_gen|char_ram~24217_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50521_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24217_q ), + .datac(\text_gen|char_ram~27801_q ), + .datad(\text_gen|char_ram~50521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50522 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y52_N23 +dffeas \text_gen|char_ram~22425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y52_N29 +dffeas \text_gen|char_ram~26009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y52_N7 +dffeas \text_gen|char_ram~22411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25995feeder ( +// Equation(s): +// \text_gen|char_ram~25995feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25995feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25995feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25995feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y63_N9 +dffeas \text_gen|char_ram~25995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25995feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50523 ( +// Equation(s): +// \text_gen|char_ram~50523_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~25995_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22411_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22411_q ), + .datad(\text_gen|char_ram~25995_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50523 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50524 ( +// Equation(s): +// \text_gen|char_ram~50524_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50523_combout & ((\text_gen|char_ram~26009_q ))) # (!\text_gen|char_ram~50523_combout & (\text_gen|char_ram~22425_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50523_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22425_q ), + .datac(\text_gen|char_ram~26009_q ), + .datad(\text_gen|char_ram~50523_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50524 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50525 ( +// Equation(s): +// \text_gen|char_ram~50525_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~50522_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~50524_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50522_combout ), + .datad(\text_gen|char_ram~50524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50525 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N3 +dffeas \text_gen|char_ram~22537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22537 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y47_N17 +dffeas \text_gen|char_ram~26121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26107feeder ( +// Equation(s): +// \text_gen|char_ram~26107feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26107feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26107feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26107feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y52_N21 +dffeas \text_gen|char_ram~26107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26107feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y49_N7 +dffeas \text_gen|char_ram~22523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50519 ( +// Equation(s): +// \text_gen|char_ram~50519_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26107_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22523_q ))))) + + .dataa(\text_gen|char_ram~26107_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22523_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50519 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50520 ( +// Equation(s): +// \text_gen|char_ram~50520_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50519_combout & ((\text_gen|char_ram~26121_q ))) # (!\text_gen|char_ram~50519_combout & (\text_gen|char_ram~22537_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50519_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22537_q ), + .datac(\text_gen|char_ram~26121_q ), + .datad(\text_gen|char_ram~50519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50520 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y56_N21 +dffeas \text_gen|char_ram~24329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y52_N5 +dffeas \text_gen|char_ram~27913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y51_N11 +dffeas \text_gen|char_ram~27899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y51_N1 +dffeas \text_gen|char_ram~24315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50526 ( +// Equation(s): +// \text_gen|char_ram~50526_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27899_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~24315_q ))))) + + .dataa(\text_gen|char_ram~27899_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24315_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50526 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50527 ( +// Equation(s): +// \text_gen|char_ram~50527_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50526_combout & ((\text_gen|char_ram~27913_q ))) # (!\text_gen|char_ram~50526_combout & (\text_gen|char_ram~24329_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50526_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24329_q ), + .datac(\text_gen|char_ram~27913_q ), + .datad(\text_gen|char_ram~50526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50527 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50528 ( +// Equation(s): +// \text_gen|char_ram~50528_combout = (\text_gen|char_ram~50525_combout & (((\text_gen|char_ram~50527_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~50525_combout & (\text_gen|Add5~0_combout & (\text_gen|char_ram~50520_combout ))) + + .dataa(\text_gen|char_ram~50525_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50520_combout ), + .datad(\text_gen|char_ram~50527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50528 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~50528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50529 ( +// Equation(s): +// \text_gen|char_ram~50529_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~50518_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~50528_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50518_combout ), + .datad(\text_gen|char_ram~50528_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50529 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50540 ( +// Equation(s): +// \text_gen|char_ram~50540_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50529_combout & (\text_gen|char_ram~50539_combout )) # (!\text_gen|char_ram~50529_combout & ((\text_gen|char_ram~50508_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50529_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50539_combout ), + .datac(\text_gen|char_ram~50508_combout ), + .datad(\text_gen|char_ram~50529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50540 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23881feeder ( +// Equation(s): +// \text_gen|char_ram~23881feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23881feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23881feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23881feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N21 +dffeas \text_gen|char_ram~23881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23881feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y20_N31 +dffeas \text_gen|char_ram~24105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y20_N27 +dffeas \text_gen|char_ram~23769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y20_N29 +dffeas \text_gen|char_ram~23993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50543 ( +// Equation(s): +// \text_gen|char_ram~50543_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23993_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23769_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23769_q ), + .datad(\text_gen|char_ram~23993_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50543 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50544 ( +// Equation(s): +// \text_gen|char_ram~50544_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50543_combout & ((\text_gen|char_ram~24105_q ))) # (!\text_gen|char_ram~50543_combout & (\text_gen|char_ram~23881_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50543_combout )))) + + .dataa(\text_gen|char_ram~23881_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24105_q ), + .datad(\text_gen|char_ram~50543_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50544 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22201feeder ( +// Equation(s): +// \text_gen|char_ram~22201feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22201feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22201feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22201feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N13 +dffeas \text_gen|char_ram~22201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22201feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N17 +dffeas \text_gen|char_ram~22313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y19_N15 +dffeas \text_gen|char_ram~21977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y19_N27 +dffeas \text_gen|char_ram~22089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50545 ( +// Equation(s): +// \text_gen|char_ram~50545_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~22089_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21977_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21977_q ), + .datad(\text_gen|char_ram~22089_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50545 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50546 ( +// Equation(s): +// \text_gen|char_ram~50546_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50545_combout & ((\text_gen|char_ram~22313_q ))) # (!\text_gen|char_ram~50545_combout & (\text_gen|char_ram~22201_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50545_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~22201_q ), + .datac(\text_gen|char_ram~22313_q ), + .datad(\text_gen|char_ram~50545_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50546 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50547 ( +// Equation(s): +// \text_gen|char_ram~50547_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50544_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~50546_combout )))) + + .dataa(\text_gen|char_ram~50544_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50546_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50547 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~50547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y25_N13 +dffeas \text_gen|char_ram~27465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y19_N19 +dffeas \text_gen|char_ram~27689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y25_N21 +dffeas \text_gen|char_ram~27577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y19_N29 +dffeas \text_gen|char_ram~27353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50548 ( +// Equation(s): +// \text_gen|char_ram~50548_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~27577_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~27353_q +// ))))) + + .dataa(\text_gen|char_ram~27577_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27353_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50548 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50549 ( +// Equation(s): +// \text_gen|char_ram~50549_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50548_combout & ((\text_gen|char_ram~27689_q ))) # (!\text_gen|char_ram~50548_combout & (\text_gen|char_ram~27465_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50548_combout )))) + + .dataa(\text_gen|char_ram~27465_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27689_q ), + .datad(\text_gen|char_ram~50548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50549 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25785feeder ( +// Equation(s): +// \text_gen|char_ram~25785feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25785feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25785feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25785feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y24_N3 +dffeas \text_gen|char_ram~25785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25785feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y7_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25897feeder ( +// Equation(s): +// \text_gen|char_ram~25897feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y7_N13 +dffeas \text_gen|char_ram~25897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y21_N1 +dffeas \text_gen|char_ram~25561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y30_N27 +dffeas \text_gen|char_ram~25673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50541 ( +// Equation(s): +// \text_gen|char_ram~50541_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~25673_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25561_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25561_q ), + .datad(\text_gen|char_ram~25673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50541 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50542 ( +// Equation(s): +// \text_gen|char_ram~50542_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50541_combout & ((\text_gen|char_ram~25897_q ))) # (!\text_gen|char_ram~50541_combout & (\text_gen|char_ram~25785_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50541_combout )))) + + .dataa(\text_gen|char_ram~25785_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25897_q ), + .datad(\text_gen|char_ram~50541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50542 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50550 ( +// Equation(s): +// \text_gen|char_ram~50550_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50547_combout & (\text_gen|char_ram~50549_combout )) # (!\text_gen|char_ram~50547_combout & ((\text_gen|char_ram~50542_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~50547_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~50547_combout ), + .datac(\text_gen|char_ram~50549_combout ), + .datad(\text_gen|char_ram~50542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50550 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y15_N15 +dffeas \text_gen|char_ram~23923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y12_N3 +dffeas \text_gen|char_ram~24147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24147 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y26_N5 +dffeas \text_gen|char_ram~24035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y12_N25 +dffeas \text_gen|char_ram~23811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50551 ( +// Equation(s): +// \text_gen|char_ram~50551_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~24035_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~23811_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~24035_q ), + .datac(\text_gen|char_ram~23811_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50551 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50552 ( +// Equation(s): +// \text_gen|char_ram~50552_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50551_combout & ((\text_gen|char_ram~24147_q ))) # (!\text_gen|char_ram~50551_combout & (\text_gen|char_ram~23923_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50551_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23923_q ), + .datac(\text_gen|char_ram~24147_q ), + .datad(\text_gen|char_ram~50551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50552 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y22_N1 +dffeas \text_gen|char_ram~25827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y19_N15 +dffeas \text_gen|char_ram~25939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y17_N3 +dffeas \text_gen|char_ram~25603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y19_N23 +dffeas \text_gen|char_ram~25715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50553 ( +// Equation(s): +// \text_gen|char_ram~50553_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25715_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25603_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25603_q ), + .datad(\text_gen|char_ram~25715_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50553 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50554 ( +// Equation(s): +// \text_gen|char_ram~50554_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50553_combout & ((\text_gen|char_ram~25939_q ))) # (!\text_gen|char_ram~50553_combout & (\text_gen|char_ram~25827_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50553_combout )))) + + .dataa(\text_gen|char_ram~25827_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25939_q ), + .datad(\text_gen|char_ram~50553_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50554 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22243feeder ( +// Equation(s): +// \text_gen|char_ram~22243feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y23_N5 +dffeas \text_gen|char_ram~22243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y21_N11 +dffeas \text_gen|char_ram~22355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22131feeder ( +// Equation(s): +// \text_gen|char_ram~22131feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22131feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22131feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22131feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y19_N29 +dffeas \text_gen|char_ram~22131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22131feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y16_N27 +dffeas \text_gen|char_ram~22019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50555 ( +// Equation(s): +// \text_gen|char_ram~50555_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~22131_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~22019_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~22131_q ), + .datac(\text_gen|char_ram~22019_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50555 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50556 ( +// Equation(s): +// \text_gen|char_ram~50556_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50555_combout & ((\text_gen|char_ram~22355_q ))) # (!\text_gen|char_ram~50555_combout & (\text_gen|char_ram~22243_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50555_combout )))) + + .dataa(\text_gen|char_ram~22243_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22355_q ), + .datad(\text_gen|char_ram~50555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50556 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50557 ( +// Equation(s): +// \text_gen|char_ram~50557_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~50554_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~50556_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50554_combout ), + .datad(\text_gen|char_ram~50556_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50557 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y10_N11 +dffeas \text_gen|char_ram~27507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27731feeder ( +// Equation(s): +// \text_gen|char_ram~27731feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27731feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27731feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27731feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y10_N19 +dffeas \text_gen|char_ram~27731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27731feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y10_N25 +dffeas \text_gen|char_ram~27395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27619feeder ( +// Equation(s): +// \text_gen|char_ram~27619feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27619feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27619feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27619feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y25_N5 +dffeas \text_gen|char_ram~27619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27619feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50558 ( +// Equation(s): +// \text_gen|char_ram~50558_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27619_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~27395_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27395_q ), + .datad(\text_gen|char_ram~27619_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50558 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50559 ( +// Equation(s): +// \text_gen|char_ram~50559_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50558_combout & ((\text_gen|char_ram~27731_q ))) # (!\text_gen|char_ram~50558_combout & (\text_gen|char_ram~27507_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50558_combout )))) + + .dataa(\text_gen|char_ram~27507_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27731_q ), + .datad(\text_gen|char_ram~50558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50559 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50560 ( +// Equation(s): +// \text_gen|char_ram~50560_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50557_combout & ((\text_gen|char_ram~50559_combout ))) # (!\text_gen|char_ram~50557_combout & (\text_gen|char_ram~50552_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50557_combout )))) + + .dataa(\text_gen|char_ram~50552_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50557_combout ), + .datad(\text_gen|char_ram~50559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50560 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~50560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y25_N19 +dffeas \text_gen|char_ram~27451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y25_N17 +dffeas \text_gen|char_ram~27675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y25_N19 +dffeas \text_gen|char_ram~27339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y25_N5 +dffeas \text_gen|char_ram~27563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50568 ( +// Equation(s): +// \text_gen|char_ram~50568_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~27563_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~27339_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27339_q ), + .datad(\text_gen|char_ram~27563_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50568 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50569 ( +// Equation(s): +// \text_gen|char_ram~50569_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50568_combout & ((\text_gen|char_ram~27675_q ))) # (!\text_gen|char_ram~50568_combout & (\text_gen|char_ram~27451_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50568_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~27451_q ), + .datac(\text_gen|char_ram~27675_q ), + .datad(\text_gen|char_ram~50568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50569 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y27_N17 +dffeas \text_gen|char_ram~25771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y19_N23 +dffeas \text_gen|char_ram~25883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25883 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y19_N25 +dffeas \text_gen|char_ram~25547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25659feeder ( +// Equation(s): +// \text_gen|char_ram~25659feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25659feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25659feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25659feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y22_N29 +dffeas \text_gen|char_ram~25659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25659feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50563 ( +// Equation(s): +// \text_gen|char_ram~50563_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25659_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25547_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25547_q ), + .datad(\text_gen|char_ram~25659_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50563 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50564 ( +// Equation(s): +// \text_gen|char_ram~50564_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50563_combout & ((\text_gen|char_ram~25883_q ))) # (!\text_gen|char_ram~50563_combout & (\text_gen|char_ram~25771_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50563_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25771_q ), + .datac(\text_gen|char_ram~25883_q ), + .datad(\text_gen|char_ram~50563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50564 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22075feeder ( +// Equation(s): +// \text_gen|char_ram~22075feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y15_N17 +dffeas \text_gen|char_ram~22075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y21_N15 +dffeas \text_gen|char_ram~21963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50565 ( +// Equation(s): +// \text_gen|char_ram~50565_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~22075_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~21963_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~22075_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21963_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50565 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y21_N5 +dffeas \text_gen|char_ram~22187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y19_N29 +dffeas \text_gen|char_ram~22299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50566 ( +// Equation(s): +// \text_gen|char_ram~50566_combout = (\text_gen|char_ram~50565_combout & (((\text_gen|char_ram~22299_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~50565_combout & (\text_gen|char_ram~22187_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~50565_combout ), + .datab(\text_gen|char_ram~22187_q ), + .datac(\text_gen|char_ram~22299_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50566 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50567 ( +// Equation(s): +// \text_gen|char_ram~50567_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~50564_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~50566_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50564_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50567 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~50567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23867feeder ( +// Equation(s): +// \text_gen|char_ram~23867feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23867feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23867feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23867feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N23 +dffeas \text_gen|char_ram~23867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23867feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y20_N31 +dffeas \text_gen|char_ram~24091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23979feeder ( +// Equation(s): +// \text_gen|char_ram~23979feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23979feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23979feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23979feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N21 +dffeas \text_gen|char_ram~23979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23979feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y23_N25 +dffeas \text_gen|char_ram~23755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50561 ( +// Equation(s): +// \text_gen|char_ram~50561_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~23979_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~23755_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~23979_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23755_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50561 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50562 ( +// Equation(s): +// \text_gen|char_ram~50562_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50561_combout & ((\text_gen|char_ram~24091_q ))) # (!\text_gen|char_ram~50561_combout & (\text_gen|char_ram~23867_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50561_combout )))) + + .dataa(\text_gen|char_ram~23867_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24091_q ), + .datad(\text_gen|char_ram~50561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50562 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50570 ( +// Equation(s): +// \text_gen|char_ram~50570_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50567_combout & (\text_gen|char_ram~50569_combout )) # (!\text_gen|char_ram~50567_combout & ((\text_gen|char_ram~50562_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50567_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50569_combout ), + .datac(\text_gen|char_ram~50567_combout ), + .datad(\text_gen|char_ram~50562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50570 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50571 ( +// Equation(s): +// \text_gen|char_ram~50571_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50560_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~50570_combout )))) + + .dataa(\text_gen|char_ram~50560_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~50570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50571 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~50571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y15_N11 +dffeas \text_gen|char_ram~23937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y15_N9 +dffeas \text_gen|char_ram~24161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y12_N17 +dffeas \text_gen|char_ram~23825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24049feeder ( +// Equation(s): +// \text_gen|char_ram~24049feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24049feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24049feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24049feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y12_N31 +dffeas \text_gen|char_ram~24049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24049feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50574 ( +// Equation(s): +// \text_gen|char_ram~50574_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~24049_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23825_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23825_q ), + .datad(\text_gen|char_ram~24049_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50574 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50575 ( +// Equation(s): +// \text_gen|char_ram~50575_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50574_combout & ((\text_gen|char_ram~24161_q ))) # (!\text_gen|char_ram~50574_combout & (\text_gen|char_ram~23937_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50574_combout )))) + + .dataa(\text_gen|char_ram~23937_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24161_q ), + .datad(\text_gen|char_ram~50574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50575 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N3 +dffeas \text_gen|char_ram~22033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22145feeder ( +// Equation(s): +// \text_gen|char_ram~22145feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y19_N11 +dffeas \text_gen|char_ram~22145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50576 ( +// Equation(s): +// \text_gen|char_ram~50576_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~22145_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22033_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22033_q ), + .datad(\text_gen|char_ram~22145_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50576 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y15_N5 +dffeas \text_gen|char_ram~22369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y15_N31 +dffeas \text_gen|char_ram~22257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50577 ( +// Equation(s): +// \text_gen|char_ram~50577_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50576_combout & (\text_gen|char_ram~22369_q )) # (!\text_gen|char_ram~50576_combout & ((\text_gen|char_ram~22257_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50576_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50576_combout ), + .datac(\text_gen|char_ram~22369_q ), + .datad(\text_gen|char_ram~22257_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50577 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50578 ( +// Equation(s): +// \text_gen|char_ram~50578_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~50575_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~50577_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50575_combout ), + .datad(\text_gen|char_ram~50577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50578 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y6_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27521feeder ( +// Equation(s): +// \text_gen|char_ram~27521feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27521feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27521feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27521feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y6_N3 +dffeas \text_gen|char_ram~27521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27521feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y6_N3 +dffeas \text_gen|char_ram~27745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y7_N31 +dffeas \text_gen|char_ram~27633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y6_N29 +dffeas \text_gen|char_ram~27409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y6_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50579 ( +// Equation(s): +// \text_gen|char_ram~50579_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~27633_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~27409_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~27633_q ), + .datac(\text_gen|char_ram~27409_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50579 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y6_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50580 ( +// Equation(s): +// \text_gen|char_ram~50580_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50579_combout & ((\text_gen|char_ram~27745_q ))) # (!\text_gen|char_ram~50579_combout & (\text_gen|char_ram~27521_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50579_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~27521_q ), + .datac(\text_gen|char_ram~27745_q ), + .datad(\text_gen|char_ram~50579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50580 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y22_N17 +dffeas \text_gen|char_ram~25841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y15_N15 +dffeas \text_gen|char_ram~25953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N9 +dffeas \text_gen|char_ram~25617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25729feeder ( +// Equation(s): +// \text_gen|char_ram~25729feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25729feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y14_N7 +dffeas \text_gen|char_ram~25729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50572 ( +// Equation(s): +// \text_gen|char_ram~50572_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~25729_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25617_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25617_q ), + .datad(\text_gen|char_ram~25729_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50572 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50573 ( +// Equation(s): +// \text_gen|char_ram~50573_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50572_combout & ((\text_gen|char_ram~25953_q ))) # (!\text_gen|char_ram~50572_combout & (\text_gen|char_ram~25841_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50572_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25841_q ), + .datac(\text_gen|char_ram~25953_q ), + .datad(\text_gen|char_ram~50572_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50573 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50581 ( +// Equation(s): +// \text_gen|char_ram~50581_combout = (\text_gen|char_ram~50578_combout & ((\text_gen|char_ram~50580_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~50578_combout & (((\text_gen|char_ram~50573_combout & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~50578_combout ), + .datab(\text_gen|char_ram~50580_combout ), + .datac(\text_gen|char_ram~50573_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50581 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~50581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50582 ( +// Equation(s): +// \text_gen|char_ram~50582_combout = (\text_gen|char_ram~50571_combout & (((\text_gen|char_ram~50581_combout ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~50571_combout & (\text_gen|char_ram~50550_combout & (\vga_c|h_cnt [5]))) + + .dataa(\text_gen|char_ram~50550_combout ), + .datab(\text_gen|char_ram~50571_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~50581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50582 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~50582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y42_N5 +dffeas \text_gen|char_ram~21627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y41_N19 +dffeas \text_gen|char_ram~21515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50607 ( +// Equation(s): +// \text_gen|char_ram~50607_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21627_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~21515_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21627_q ), + .datac(\text_gen|char_ram~21515_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50607 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y41_N17 +dffeas \text_gen|char_ram~21851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y37_N25 +dffeas \text_gen|char_ram~21739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50608 ( +// Equation(s): +// \text_gen|char_ram~50608_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50607_combout & (\text_gen|char_ram~21851_q )) # (!\text_gen|char_ram~50607_combout & ((\text_gen|char_ram~21739_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50607_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50607_combout ), + .datac(\text_gen|char_ram~21851_q ), + .datad(\text_gen|char_ram~21739_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50608 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25323feeder ( +// Equation(s): +// \text_gen|char_ram~25323feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25323feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25323feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25323feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N15 +dffeas \text_gen|char_ram~25323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25323feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y46_N19 +dffeas \text_gen|char_ram~25435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y46_N13 +dffeas \text_gen|char_ram~25211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N7 +dffeas \text_gen|char_ram~25099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50605 ( +// Equation(s): +// \text_gen|char_ram~50605_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~25211_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~25099_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25211_q ), + .datac(\text_gen|char_ram~25099_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50605 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50606 ( +// Equation(s): +// \text_gen|char_ram~50606_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50605_combout & ((\text_gen|char_ram~25435_q ))) # (!\text_gen|char_ram~50605_combout & (\text_gen|char_ram~25323_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50605_combout )))) + + .dataa(\text_gen|char_ram~25323_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25435_q ), + .datad(\text_gen|char_ram~50605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50606 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50609 ( +// Equation(s): +// \text_gen|char_ram~50609_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~50606_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50608_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50608_combout ), + .datad(\text_gen|char_ram~50606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50609 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y44_N3 +dffeas \text_gen|char_ram~27003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y45_N31 +dffeas \text_gen|char_ram~27227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y37_N29 +dffeas \text_gen|char_ram~26891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y37_N23 +dffeas \text_gen|char_ram~27115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50610 ( +// Equation(s): +// \text_gen|char_ram~50610_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27115_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26891_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26891_q ), + .datad(\text_gen|char_ram~27115_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50610 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50611 ( +// Equation(s): +// \text_gen|char_ram~50611_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50610_combout & ((\text_gen|char_ram~27227_q ))) # (!\text_gen|char_ram~50610_combout & (\text_gen|char_ram~27003_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50610_combout )))) + + .dataa(\text_gen|char_ram~27003_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27227_q ), + .datad(\text_gen|char_ram~50610_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50611 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y40_N1 +dffeas \text_gen|char_ram~23419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y40_N15 +dffeas \text_gen|char_ram~23643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y38_N29 +dffeas \text_gen|char_ram~23307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y30_N9 +dffeas \text_gen|char_ram~23531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50603 ( +// Equation(s): +// \text_gen|char_ram~50603_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23531_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23307_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23307_q ), + .datad(\text_gen|char_ram~23531_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50603 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50604 ( +// Equation(s): +// \text_gen|char_ram~50604_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50603_combout & ((\text_gen|char_ram~23643_q ))) # (!\text_gen|char_ram~50603_combout & (\text_gen|char_ram~23419_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50603_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23419_q ), + .datac(\text_gen|char_ram~23643_q ), + .datad(\text_gen|char_ram~50603_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50604 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50612 ( +// Equation(s): +// \text_gen|char_ram~50612_combout = (\text_gen|char_ram~50609_combout & (((\text_gen|char_ram~50611_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~50609_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50604_combout )))) + + .dataa(\text_gen|char_ram~50609_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50611_combout ), + .datad(\text_gen|char_ram~50604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50612 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y44_N29 +dffeas \text_gen|char_ram~25113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25225feeder ( +// Equation(s): +// \text_gen|char_ram~25225feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y46_N15 +dffeas \text_gen|char_ram~25225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50593 ( +// Equation(s): +// \text_gen|char_ram~50593_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~25225_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25113_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25113_q ), + .datad(\text_gen|char_ram~25225_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50593 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y44_N3 +dffeas \text_gen|char_ram~25449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25337feeder ( +// Equation(s): +// \text_gen|char_ram~25337feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25337feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N9 +dffeas \text_gen|char_ram~25337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50594 ( +// Equation(s): +// \text_gen|char_ram~50594_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50593_combout & (\text_gen|char_ram~25449_q )) # (!\text_gen|char_ram~50593_combout & ((\text_gen|char_ram~25337_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50593_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50593_combout ), + .datac(\text_gen|char_ram~25449_q ), + .datad(\text_gen|char_ram~25337_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50594 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y28_N21 +dffeas \text_gen|char_ram~21753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y44_N5 +dffeas \text_gen|char_ram~21865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y43_N7 +dffeas \text_gen|char_ram~21641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y43_N15 +dffeas \text_gen|char_ram~21529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50597 ( +// Equation(s): +// \text_gen|char_ram~50597_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~21641_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~21529_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21641_q ), + .datad(\text_gen|char_ram~21529_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50597 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50598 ( +// Equation(s): +// \text_gen|char_ram~50598_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50597_combout & ((\text_gen|char_ram~21865_q ))) # (!\text_gen|char_ram~50597_combout & (\text_gen|char_ram~21753_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50597_combout )))) + + .dataa(\text_gen|char_ram~21753_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21865_q ), + .datad(\text_gen|char_ram~50597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50598 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N29 +dffeas \text_gen|char_ram~23433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y40_N25 +dffeas \text_gen|char_ram~23657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y44_N15 +dffeas \text_gen|char_ram~23321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~23545feeder ( +// Equation(s): +// \text_gen|char_ram~23545feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23545feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y28_N29 +dffeas \text_gen|char_ram~23545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50595 ( +// Equation(s): +// \text_gen|char_ram~50595_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23545_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23321_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23321_q ), + .datad(\text_gen|char_ram~23545_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50595 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50596 ( +// Equation(s): +// \text_gen|char_ram~50596_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50595_combout & ((\text_gen|char_ram~23657_q ))) # (!\text_gen|char_ram~50595_combout & (\text_gen|char_ram~23433_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50595_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23433_q ), + .datac(\text_gen|char_ram~23657_q ), + .datad(\text_gen|char_ram~50595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50596 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50599 ( +// Equation(s): +// \text_gen|char_ram~50599_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~50596_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~50598_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~50598_combout ), + .datad(\text_gen|char_ram~50596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50599 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y36_N17 +dffeas \text_gen|char_ram~27017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y44_N21 +dffeas \text_gen|char_ram~27241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y44_N11 +dffeas \text_gen|char_ram~26905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y34_N29 +dffeas \text_gen|char_ram~27129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50600 ( +// Equation(s): +// \text_gen|char_ram~50600_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27129_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26905_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26905_q ), + .datad(\text_gen|char_ram~27129_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50600 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50601 ( +// Equation(s): +// \text_gen|char_ram~50601_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50600_combout & ((\text_gen|char_ram~27241_q ))) # (!\text_gen|char_ram~50600_combout & (\text_gen|char_ram~27017_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50600_combout )))) + + .dataa(\text_gen|char_ram~27017_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27241_q ), + .datad(\text_gen|char_ram~50600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50601 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50602 ( +// Equation(s): +// \text_gen|char_ram~50602_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50599_combout & ((\text_gen|char_ram~50601_combout ))) # (!\text_gen|char_ram~50599_combout & (\text_gen|char_ram~50594_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50599_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~50594_combout ), + .datac(\text_gen|char_ram~50599_combout ), + .datad(\text_gen|char_ram~50601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50602 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~50602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50613 ( +// Equation(s): +// \text_gen|char_ram~50613_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50602_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50612_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50612_combout ), + .datad(\text_gen|char_ram~50602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50613 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y46_N13 +dffeas \text_gen|char_ram~25169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y36_N9 +dffeas \text_gen|char_ram~25281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50614 ( +// Equation(s): +// \text_gen|char_ram~50614_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25281_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25169_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25169_q ), + .datad(\text_gen|char_ram~25281_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50614 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y46_N15 +dffeas \text_gen|char_ram~25505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25393feeder ( +// Equation(s): +// \text_gen|char_ram~25393feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25393feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25393feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25393feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y46_N29 +dffeas \text_gen|char_ram~25393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25393feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50615 ( +// Equation(s): +// \text_gen|char_ram~50615_combout = (\text_gen|char_ram~50614_combout & (((\text_gen|char_ram~25505_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~50614_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~25393_q )))) + + .dataa(\text_gen|char_ram~50614_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25505_q ), + .datad(\text_gen|char_ram~25393_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50615 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y44_N3 +dffeas \text_gen|char_ram~26961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y30_N31 +dffeas \text_gen|char_ram~27185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50621 ( +// Equation(s): +// \text_gen|char_ram~50621_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27185_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26961_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26961_q ), + .datad(\text_gen|char_ram~27185_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50621 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y44_N1 +dffeas \text_gen|char_ram~27297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y44_N1 +dffeas \text_gen|char_ram~27073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50622 ( +// Equation(s): +// \text_gen|char_ram~50622_combout = (\text_gen|char_ram~50621_combout & (((\text_gen|char_ram~27297_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~50621_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~27073_q )))) + + .dataa(\text_gen|char_ram~50621_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27297_q ), + .datad(\text_gen|char_ram~27073_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50622 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21809feeder ( +// Equation(s): +// \text_gen|char_ram~21809feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21809feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21809feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21809feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y46_N3 +dffeas \text_gen|char_ram~21809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21809feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y46_N19 +dffeas \text_gen|char_ram~21921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N23 +dffeas \text_gen|char_ram~21585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y46_N17 +dffeas \text_gen|char_ram~21697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50618 ( +// Equation(s): +// \text_gen|char_ram~50618_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21697_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21585_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21585_q ), + .datad(\text_gen|char_ram~21697_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50618 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50619 ( +// Equation(s): +// \text_gen|char_ram~50619_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50618_combout & ((\text_gen|char_ram~21921_q ))) # (!\text_gen|char_ram~50618_combout & (\text_gen|char_ram~21809_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50618_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21809_q ), + .datac(\text_gen|char_ram~21921_q ), + .datad(\text_gen|char_ram~50618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50619 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y40_N25 +dffeas \text_gen|char_ram~23713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y44_N11 +dffeas \text_gen|char_ram~23489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N17 +dffeas \text_gen|char_ram~23377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23601feeder ( +// Equation(s): +// \text_gen|char_ram~23601feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23601feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23601feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23601feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y30_N5 +dffeas \text_gen|char_ram~23601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23601feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50616 ( +// Equation(s): +// \text_gen|char_ram~50616_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23601_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23377_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23377_q ), + .datad(\text_gen|char_ram~23601_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50616 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50617 ( +// Equation(s): +// \text_gen|char_ram~50617_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50616_combout & (\text_gen|char_ram~23713_q )) # (!\text_gen|char_ram~50616_combout & ((\text_gen|char_ram~23489_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50616_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23713_q ), + .datac(\text_gen|char_ram~23489_q ), + .datad(\text_gen|char_ram~50616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50617 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50620 ( +// Equation(s): +// \text_gen|char_ram~50620_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~50617_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~50619_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50619_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~50617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50620 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~50620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50623 ( +// Equation(s): +// \text_gen|char_ram~50623_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~50620_combout & ((\text_gen|char_ram~50622_combout ))) # (!\text_gen|char_ram~50620_combout & (\text_gen|char_ram~50615_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~50620_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~50615_combout ), + .datac(\text_gen|char_ram~50622_combout ), + .datad(\text_gen|char_ram~50620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50623 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23699feeder ( +// Equation(s): +// \text_gen|char_ram~23699feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23699feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23699feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23699feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y40_N15 +dffeas \text_gen|char_ram~23699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23699feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y40_N1 +dffeas \text_gen|char_ram~23475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y40_N11 +dffeas \text_gen|char_ram~23363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y37_N11 +dffeas \text_gen|char_ram~23587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50583 ( +// Equation(s): +// \text_gen|char_ram~50583_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23587_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23363_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23363_q ), + .datad(\text_gen|char_ram~23587_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50583 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50584 ( +// Equation(s): +// \text_gen|char_ram~50584_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50583_combout & (\text_gen|char_ram~23699_q )) # (!\text_gen|char_ram~50583_combout & ((\text_gen|char_ram~23475_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50583_combout )))) + + .dataa(\text_gen|char_ram~23699_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23475_q ), + .datad(\text_gen|char_ram~50583_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50584 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y45_N11 +dffeas \text_gen|char_ram~26947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N27 +dffeas \text_gen|char_ram~27171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50590 ( +// Equation(s): +// \text_gen|char_ram~50590_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27171_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26947_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26947_q ), + .datad(\text_gen|char_ram~27171_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50590 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y45_N29 +dffeas \text_gen|char_ram~27283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y45_N21 +dffeas \text_gen|char_ram~27059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50591 ( +// Equation(s): +// \text_gen|char_ram~50591_combout = (\text_gen|char_ram~50590_combout & (((\text_gen|char_ram~27283_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~50590_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~27059_q )))) + + .dataa(\text_gen|char_ram~50590_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27283_q ), + .datad(\text_gen|char_ram~27059_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50591 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X109_Y47_N29 +dffeas \text_gen|char_ram~25379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X109_Y47_N23 +dffeas \text_gen|char_ram~25491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y47_N13 +dffeas \text_gen|char_ram~25155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25267feeder ( +// Equation(s): +// \text_gen|char_ram~25267feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25267feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25267feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25267feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y45_N23 +dffeas \text_gen|char_ram~25267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25267feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50585 ( +// Equation(s): +// \text_gen|char_ram~50585_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25267_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25155_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25155_q ), + .datad(\text_gen|char_ram~25267_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50585 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X109_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50586 ( +// Equation(s): +// \text_gen|char_ram~50586_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50585_combout & ((\text_gen|char_ram~25491_q ))) # (!\text_gen|char_ram~50585_combout & (\text_gen|char_ram~25379_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50585_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25379_q ), + .datac(\text_gen|char_ram~25491_q ), + .datad(\text_gen|char_ram~50585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50586 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y41_N19 +dffeas \text_gen|char_ram~21571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y42_N25 +dffeas \text_gen|char_ram~21683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50587 ( +// Equation(s): +// \text_gen|char_ram~50587_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21683_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21571_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21571_q ), + .datad(\text_gen|char_ram~21683_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50587 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y41_N17 +dffeas \text_gen|char_ram~21907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N5 +dffeas \text_gen|char_ram~21795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50588 ( +// Equation(s): +// \text_gen|char_ram~50588_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50587_combout & (\text_gen|char_ram~21907_q )) # (!\text_gen|char_ram~50587_combout & ((\text_gen|char_ram~21795_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50587_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50587_combout ), + .datac(\text_gen|char_ram~21907_q ), + .datad(\text_gen|char_ram~21795_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50588 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50589 ( +// Equation(s): +// \text_gen|char_ram~50589_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~50586_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~50588_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~50586_combout ), + .datad(\text_gen|char_ram~50588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50589 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50592 ( +// Equation(s): +// \text_gen|char_ram~50592_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~50589_combout & ((\text_gen|char_ram~50591_combout ))) # (!\text_gen|char_ram~50589_combout & (\text_gen|char_ram~50584_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~50589_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~50584_combout ), + .datac(\text_gen|char_ram~50591_combout ), + .datad(\text_gen|char_ram~50589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50592 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50624 ( +// Equation(s): +// \text_gen|char_ram~50624_combout = (\text_gen|char_ram~50613_combout & (((\text_gen|char_ram~50623_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~50613_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50592_combout )))) + + .dataa(\text_gen|char_ram~50613_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50623_combout ), + .datad(\text_gen|char_ram~50592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50624 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50625 ( +// Equation(s): +// \text_gen|char_ram~50625_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~50582_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~50624_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50582_combout ), + .datad(\text_gen|char_ram~50624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50625 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50668 ( +// Equation(s): +// \text_gen|char_ram~50668_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50625_combout & (\text_gen|char_ram~50667_combout )) # (!\text_gen|char_ram~50625_combout & ((\text_gen|char_ram~50540_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50625_combout )))) + + .dataa(\text_gen|char_ram~50667_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50540_combout ), + .datad(\text_gen|char_ram~50625_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50668 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50669 ( +// Equation(s): +// \text_gen|char_ram~50669_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50498_combout & ((\text_gen|char_ram~50668_combout ))) # (!\text_gen|char_ram~50498_combout & (\text_gen|char_ram~50157_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50498_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~50157_combout ), + .datac(\text_gen|char_ram~50498_combout ), + .datad(\text_gen|char_ram~50668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50669 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~50669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y58_N13 +dffeas \text_gen|char_ram~22824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y58_N13 +dffeas \text_gen|char_ram~22838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N15 +dffeas \text_gen|char_ram~8502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y60_N5 +dffeas \text_gen|char_ram~8488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51144 ( +// Equation(s): +// \text_gen|char_ram~51144_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8502_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~8488_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8502_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8488_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51144 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51145 ( +// Equation(s): +// \text_gen|char_ram~51145_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51144_combout & ((\text_gen|char_ram~22838_q ))) # (!\text_gen|char_ram~51144_combout & (\text_gen|char_ram~22824_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51144_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22824_q ), + .datac(\text_gen|char_ram~22838_q ), + .datad(\text_gen|char_ram~51144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51145 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y53_N21 +dffeas \text_gen|char_ram~15656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y51_N9 +dffeas \text_gen|char_ram~15670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y54_N21 +dffeas \text_gen|char_ram~1320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y54_N19 +dffeas \text_gen|char_ram~1334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51137 ( +// Equation(s): +// \text_gen|char_ram~51137_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~1334_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1320_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1320_q ), + .datad(\text_gen|char_ram~1334_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51137 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51138 ( +// Equation(s): +// \text_gen|char_ram~51138_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51137_combout & ((\text_gen|char_ram~15670_q ))) # (!\text_gen|char_ram~51137_combout & (\text_gen|char_ram~15656_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51137_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15656_q ), + .datac(\text_gen|char_ram~15670_q ), + .datad(\text_gen|char_ram~51137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51138 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y71_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1278feeder ( +// Equation(s): +// \text_gen|char_ram~1278feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1278feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1278feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1278feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y71_N17 +dffeas \text_gen|char_ram~1278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1278feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y81_N25 +dffeas \text_gen|char_ram~15614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y81_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15600feeder ( +// Equation(s): +// \text_gen|char_ram~15600feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y81_N5 +dffeas \text_gen|char_ram~15600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y81_N19 +dffeas \text_gen|char_ram~1264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y81_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51141 ( +// Equation(s): +// \text_gen|char_ram~51141_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15600_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1264_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15600_q ), + .datac(\text_gen|char_ram~1264_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51141 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y81_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51142 ( +// Equation(s): +// \text_gen|char_ram~51142_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51141_combout & ((\text_gen|char_ram~15614_q ))) # (!\text_gen|char_ram~51141_combout & (\text_gen|char_ram~1278_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51141_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1278_q ), + .datac(\text_gen|char_ram~15614_q ), + .datad(\text_gen|char_ram~51141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51142 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y58_N27 +dffeas \text_gen|char_ram~8446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y56_N1 +dffeas \text_gen|char_ram~22782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y56_N25 +dffeas \text_gen|char_ram~8432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y56_N7 +dffeas \text_gen|char_ram~22768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51139 ( +// Equation(s): +// \text_gen|char_ram~51139_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~22768_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~8432_q )))) + + .dataa(\text_gen|char_ram~8432_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22768_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51139 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~51139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51140 ( +// Equation(s): +// \text_gen|char_ram~51140_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51139_combout & ((\text_gen|char_ram~22782_q ))) # (!\text_gen|char_ram~51139_combout & (\text_gen|char_ram~8446_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51139_combout )))) + + .dataa(\text_gen|char_ram~8446_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22782_q ), + .datad(\text_gen|char_ram~51139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51140 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51143 ( +// Equation(s): +// \text_gen|char_ram~51143_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~51140_combout ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~51142_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~51142_combout ), + .datad(\text_gen|char_ram~51140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51143 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51146 ( +// Equation(s): +// \text_gen|char_ram~51146_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51143_combout & (\text_gen|char_ram~51145_combout )) # (!\text_gen|char_ram~51143_combout & ((\text_gen|char_ram~51138_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51143_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51145_combout ), + .datac(\text_gen|char_ram~51138_combout ), + .datad(\text_gen|char_ram~51143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51146 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N31 +dffeas \text_gen|char_ram~7606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y50_N29 +dffeas \text_gen|char_ram~21942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y43_N25 +dffeas \text_gen|char_ram~7592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21928feeder ( +// Equation(s): +// \text_gen|char_ram~21928feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21928feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21928feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21928feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y39_N31 +dffeas \text_gen|char_ram~21928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21928feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51164 ( +// Equation(s): +// \text_gen|char_ram~51164_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21928_q )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7592_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7592_q ), + .datad(\text_gen|char_ram~21928_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51164 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51165 ( +// Equation(s): +// \text_gen|char_ram~51165_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51164_combout & ((\text_gen|char_ram~21942_q ))) # (!\text_gen|char_ram~51164_combout & (\text_gen|char_ram~7606_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51164_combout )))) + + .dataa(\text_gen|char_ram~7606_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21942_q ), + .datad(\text_gen|char_ram~51164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51165 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21886feeder ( +// Equation(s): +// \text_gen|char_ram~21886feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y48_N3 +dffeas \text_gen|char_ram~21886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21872feeder ( +// Equation(s): +// \text_gen|char_ram~21872feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21872feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21872feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21872feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y35_N25 +dffeas \text_gen|char_ram~21872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21872feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y50_N3 +dffeas \text_gen|char_ram~7550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y50_N1 +dffeas \text_gen|char_ram~7536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51157 ( +// Equation(s): +// \text_gen|char_ram~51157_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~7550_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~7536_q ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7550_q ), + .datac(\text_gen|char_ram~7536_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51157 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51158 ( +// Equation(s): +// \text_gen|char_ram~51158_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51157_combout & (\text_gen|char_ram~21886_q )) # (!\text_gen|char_ram~51157_combout & ((\text_gen|char_ram~21872_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51157_combout )))) + + .dataa(\text_gen|char_ram~21886_q ), + .datab(\text_gen|char_ram~21872_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~51157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51158 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~51158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~438feeder ( +// Equation(s): +// \text_gen|char_ram~438feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N5 +dffeas \text_gen|char_ram~438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y45_N27 +dffeas \text_gen|char_ram~14774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14760feeder ( +// Equation(s): +// \text_gen|char_ram~14760feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14760feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14760feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14760feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y48_N1 +dffeas \text_gen|char_ram~14760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14760feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y45_N29 +dffeas \text_gen|char_ram~424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51159 ( +// Equation(s): +// \text_gen|char_ram~51159_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14760_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~424_q ))))) + + .dataa(\text_gen|char_ram~14760_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~424_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51159 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51160 ( +// Equation(s): +// \text_gen|char_ram~51160_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51159_combout & ((\text_gen|char_ram~14774_q ))) # (!\text_gen|char_ram~51159_combout & (\text_gen|char_ram~438_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51159_combout )))) + + .dataa(\text_gen|char_ram~438_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14774_q ), + .datad(\text_gen|char_ram~51159_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51160 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14704feeder ( +// Equation(s): +// \text_gen|char_ram~14704feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14704feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14704feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14704feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y46_N23 +dffeas \text_gen|char_ram~14704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14704feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y37_N31 +dffeas \text_gen|char_ram~368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y41_N15 +dffeas \text_gen|char_ram~382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51161 ( +// Equation(s): +// \text_gen|char_ram~51161_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~382_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~368_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~368_q ), + .datad(\text_gen|char_ram~382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51161 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y45_N19 +dffeas \text_gen|char_ram~14718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51162 ( +// Equation(s): +// \text_gen|char_ram~51162_combout = (\text_gen|char_ram~51161_combout & (((\text_gen|char_ram~14718_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~51161_combout & (\text_gen|char_ram~14704_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14704_q ), + .datab(\text_gen|char_ram~51161_combout ), + .datac(\text_gen|char_ram~14718_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51162 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51163 ( +// Equation(s): +// \text_gen|char_ram~51163_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~51160_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51162_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51160_combout ), + .datad(\text_gen|char_ram~51162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51163 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51166 ( +// Equation(s): +// \text_gen|char_ram~51166_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51163_combout & (\text_gen|char_ram~51165_combout )) # (!\text_gen|char_ram~51163_combout & ((\text_gen|char_ram~51158_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51163_combout )))) + + .dataa(\text_gen|char_ram~51165_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~51158_combout ), + .datad(\text_gen|char_ram~51163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51166 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N29 +dffeas \text_gen|char_ram~872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y20_N13 +dffeas \text_gen|char_ram~8040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y20_N9 +dffeas \text_gen|char_ram~7984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y19_N19 +dffeas \text_gen|char_ram~816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51151 ( +// Equation(s): +// \text_gen|char_ram~51151_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7984_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~816_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7984_q ), + .datac(\text_gen|char_ram~816_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51151 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51152 ( +// Equation(s): +// \text_gen|char_ram~51152_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51151_combout & ((\text_gen|char_ram~8040_q ))) # (!\text_gen|char_ram~51151_combout & (\text_gen|char_ram~872_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51151_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~872_q ), + .datac(\text_gen|char_ram~8040_q ), + .datad(\text_gen|char_ram~51151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51152 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y21_N31 +dffeas \text_gen|char_ram~830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7998feeder ( +// Equation(s): +// \text_gen|char_ram~7998feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7998feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7998feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7998feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y20_N23 +dffeas \text_gen|char_ram~7998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7998feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51149 ( +// Equation(s): +// \text_gen|char_ram~51149_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7998_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~830_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~830_q ), + .datad(\text_gen|char_ram~7998_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51149 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y20_N7 +dffeas \text_gen|char_ram~8054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~886feeder ( +// Equation(s): +// \text_gen|char_ram~886feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y16_N27 +dffeas \text_gen|char_ram~886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51150 ( +// Equation(s): +// \text_gen|char_ram~51150_combout = (\text_gen|char_ram~51149_combout & (((\text_gen|char_ram~8054_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51149_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~886_q )))) + + .dataa(\text_gen|char_ram~51149_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8054_q ), + .datad(\text_gen|char_ram~886_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51150 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51153 ( +// Equation(s): +// \text_gen|char_ram~51153_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~51150_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~51152_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51152_combout ), + .datad(\text_gen|char_ram~51150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51153 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15166feeder ( +// Equation(s): +// \text_gen|char_ram~15166feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15166feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15166feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15166feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y17_N27 +dffeas \text_gen|char_ram~15166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15166feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15222feeder ( +// Equation(s): +// \text_gen|char_ram~15222feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15222feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y16_N1 +dffeas \text_gen|char_ram~15222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51154 ( +// Equation(s): +// \text_gen|char_ram~51154_combout = (\text_gen|Add5~12_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15222_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15166_q )))) + + .dataa(\text_gen|char_ram~15166_q ), + .datab(\text_gen|char_ram~15222_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51154 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~51154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y15_N9 +dffeas \text_gen|char_ram~22390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22334feeder ( +// Equation(s): +// \text_gen|char_ram~22334feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22334feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22334feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22334feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y19_N7 +dffeas \text_gen|char_ram~22334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22334feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51155 ( +// Equation(s): +// \text_gen|char_ram~51155_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51154_combout & (\text_gen|char_ram~22390_q )) # (!\text_gen|char_ram~51154_combout & ((\text_gen|char_ram~22334_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~51154_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~51154_combout ), + .datac(\text_gen|char_ram~22390_q ), + .datad(\text_gen|char_ram~22334_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51155 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22320feeder ( +// Equation(s): +// \text_gen|char_ram~22320feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22320feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22320feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22320feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y19_N17 +dffeas \text_gen|char_ram~22320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22320feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y19_N25 +dffeas \text_gen|char_ram~22376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y28_N21 +dffeas \text_gen|char_ram~15208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y28_N17 +dffeas \text_gen|char_ram~15152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51147 ( +// Equation(s): +// \text_gen|char_ram~51147_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15208_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~15152_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15208_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15152_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51147 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51148 ( +// Equation(s): +// \text_gen|char_ram~51148_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51147_combout & ((\text_gen|char_ram~22376_q ))) # (!\text_gen|char_ram~51147_combout & (\text_gen|char_ram~22320_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51147_combout )))) + + .dataa(\text_gen|char_ram~22320_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22376_q ), + .datad(\text_gen|char_ram~51147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51148 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51156 ( +// Equation(s): +// \text_gen|char_ram~51156_combout = (\text_gen|char_ram~51153_combout & ((\text_gen|char_ram~51155_combout ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~51153_combout & (((\text_gen|char_ram~51148_combout & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~51153_combout ), + .datab(\text_gen|char_ram~51155_combout ), + .datac(\text_gen|char_ram~51148_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51156 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~51156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51167 ( +// Equation(s): +// \text_gen|char_ram~51167_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~51156_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~51166_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51166_combout ), + .datad(\text_gen|char_ram~51156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51167 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y29_N5 +dffeas \text_gen|char_ram~23230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y29_N5 +dffeas \text_gen|char_ram~16062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51175 ( +// Equation(s): +// \text_gen|char_ram~51175_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~23230_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~16062_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23230_q ), + .datac(\text_gen|char_ram~16062_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51175 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16118feeder ( +// Equation(s): +// \text_gen|char_ram~16118feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16118feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y29_N17 +dffeas \text_gen|char_ram~16118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y29_N25 +dffeas \text_gen|char_ram~23286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51176 ( +// Equation(s): +// \text_gen|char_ram~51176_combout = (\text_gen|char_ram~51175_combout & (((\text_gen|char_ram~23286_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~51175_combout & (\text_gen|char_ram~16118_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~51175_combout ), + .datab(\text_gen|char_ram~16118_q ), + .datac(\text_gen|char_ram~23286_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51176 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~51176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y33_N5 +dffeas \text_gen|char_ram~8894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y31_N5 +dffeas \text_gen|char_ram~8950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y25_N31 +dffeas \text_gen|char_ram~1726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y27_N3 +dffeas \text_gen|char_ram~1782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51168 ( +// Equation(s): +// \text_gen|char_ram~51168_combout = (\vga_c|h_cnt [7] & (((\text_gen|char_ram~1782_q ) # (\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1726_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1726_q ), + .datac(\text_gen|char_ram~1782_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51168 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~51168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51169 ( +// Equation(s): +// \text_gen|char_ram~51169_combout = (\text_gen|char_ram~51168_combout & (((\text_gen|char_ram~8950_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~51168_combout & (\text_gen|char_ram~8894_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~8894_q ), + .datab(\text_gen|char_ram~8950_q ), + .datac(\text_gen|char_ram~51168_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51169 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~51169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y28_N23 +dffeas \text_gen|char_ram~16104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y28_N31 +dffeas \text_gen|char_ram~23272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y31_N7 +dffeas \text_gen|char_ram~23216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y29_N15 +dffeas \text_gen|char_ram~16048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51170 ( +// Equation(s): +// \text_gen|char_ram~51170_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~23216_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~16048_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23216_q ), + .datac(\text_gen|char_ram~16048_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51170 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51171 ( +// Equation(s): +// \text_gen|char_ram~51171_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51170_combout & ((\text_gen|char_ram~23272_q ))) # (!\text_gen|char_ram~51170_combout & (\text_gen|char_ram~16104_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51170_combout )))) + + .dataa(\text_gen|char_ram~16104_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23272_q ), + .datad(\text_gen|char_ram~51170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51171 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8880feeder ( +// Equation(s): +// \text_gen|char_ram~8880feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8880feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y34_N3 +dffeas \text_gen|char_ram~8880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y28_N1 +dffeas \text_gen|char_ram~8936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y37_N9 +dffeas \text_gen|char_ram~1712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y32_N23 +dffeas \text_gen|char_ram~1768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51172 ( +// Equation(s): +// \text_gen|char_ram~51172_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~1768_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1712_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1712_q ), + .datad(\text_gen|char_ram~1768_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51172 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51173 ( +// Equation(s): +// \text_gen|char_ram~51173_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51172_combout & ((\text_gen|char_ram~8936_q ))) # (!\text_gen|char_ram~51172_combout & (\text_gen|char_ram~8880_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51172_combout )))) + + .dataa(\text_gen|char_ram~8880_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~8936_q ), + .datad(\text_gen|char_ram~51172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51173 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51174 ( +// Equation(s): +// \text_gen|char_ram~51174_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~51171_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~51173_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51171_combout ), + .datad(\text_gen|char_ram~51173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51174 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51177 ( +// Equation(s): +// \text_gen|char_ram~51177_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51174_combout & (\text_gen|char_ram~51176_combout )) # (!\text_gen|char_ram~51174_combout & ((\text_gen|char_ram~51169_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51174_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51176_combout ), + .datac(\text_gen|char_ram~51169_combout ), + .datad(\text_gen|char_ram~51174_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51177 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51178 ( +// Equation(s): +// \text_gen|char_ram~51178_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51167_combout & ((\text_gen|char_ram~51177_combout ))) # (!\text_gen|char_ram~51167_combout & (\text_gen|char_ram~51146_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51167_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51146_combout ), + .datac(\text_gen|char_ram~51167_combout ), + .datad(\text_gen|char_ram~51177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51178 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~51178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y24_N23 +dffeas \text_gen|char_ram~7942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~774feeder ( +// Equation(s): +// \text_gen|char_ram~774feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~774feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~774feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~774feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N21 +dffeas \text_gen|char_ram~774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~774feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7886feeder ( +// Equation(s): +// \text_gen|char_ram~7886feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y20_N25 +dffeas \text_gen|char_ram~7886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y19_N29 +dffeas \text_gen|char_ram~718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51012 ( +// Equation(s): +// \text_gen|char_ram~51012_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7886_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~718_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7886_q ), + .datac(\text_gen|char_ram~718_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51012 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51013 ( +// Equation(s): +// \text_gen|char_ram~51013_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51012_combout & (\text_gen|char_ram~7942_q )) # (!\text_gen|char_ram~51012_combout & ((\text_gen|char_ram~774_q ))))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51012_combout +// )))) + + .dataa(\text_gen|char_ram~7942_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~774_q ), + .datad(\text_gen|char_ram~51012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51013 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~760feeder ( +// Equation(s): +// \text_gen|char_ram~760feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~760feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~760feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~760feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N15 +dffeas \text_gen|char_ram~760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~760feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7872feeder ( +// Equation(s): +// \text_gen|char_ram~7872feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7872feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7872feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7872feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y20_N31 +dffeas \text_gen|char_ram~7872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7872feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y19_N15 +dffeas \text_gen|char_ram~704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51014 ( +// Equation(s): +// \text_gen|char_ram~51014_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7872_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~704_q ))))) + + .dataa(\text_gen|char_ram~7872_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~704_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51014 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y16_N25 +dffeas \text_gen|char_ram~7928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51015 ( +// Equation(s): +// \text_gen|char_ram~51015_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51014_combout & ((\text_gen|char_ram~7928_q ))) # (!\text_gen|char_ram~51014_combout & (\text_gen|char_ram~760_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51014_combout +// )))) + + .dataa(\text_gen|char_ram~760_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51014_combout ), + .datad(\text_gen|char_ram~7928_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51015 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51016 ( +// Equation(s): +// \text_gen|char_ram~51016_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~51013_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~51015_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51013_combout ), + .datad(\text_gen|char_ram~51015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51016 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22264feeder ( +// Equation(s): +// \text_gen|char_ram~22264feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22264feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22264feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22264feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y17_N7 +dffeas \text_gen|char_ram~22264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22264feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y19_N29 +dffeas \text_gen|char_ram~22208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y17_N11 +dffeas \text_gen|char_ram~15040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y17_N21 +dffeas \text_gen|char_ram~15096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51010 ( +// Equation(s): +// \text_gen|char_ram~51010_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15096_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15040_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15040_q ), + .datad(\text_gen|char_ram~15096_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51010 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51011 ( +// Equation(s): +// \text_gen|char_ram~51011_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51010_combout & (\text_gen|char_ram~22264_q )) # (!\text_gen|char_ram~51010_combout & ((\text_gen|char_ram~22208_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51010_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~22264_q ), + .datac(\text_gen|char_ram~22208_q ), + .datad(\text_gen|char_ram~51010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51011 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22222feeder ( +// Equation(s): +// \text_gen|char_ram~22222feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22222feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y19_N15 +dffeas \text_gen|char_ram~22222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y15_N7 +dffeas \text_gen|char_ram~22278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y17_N17 +dffeas \text_gen|char_ram~15054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15110feeder ( +// Equation(s): +// \text_gen|char_ram~15110feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15110feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15110feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15110feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y20_N27 +dffeas \text_gen|char_ram~15110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15110feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51017 ( +// Equation(s): +// \text_gen|char_ram~51017_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15110_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15054_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15054_q ), + .datad(\text_gen|char_ram~15110_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51017 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51018 ( +// Equation(s): +// \text_gen|char_ram~51018_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51017_combout & ((\text_gen|char_ram~22278_q ))) # (!\text_gen|char_ram~51017_combout & (\text_gen|char_ram~22222_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51017_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~22222_q ), + .datac(\text_gen|char_ram~22278_q ), + .datad(\text_gen|char_ram~51017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51018 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51019 ( +// Equation(s): +// \text_gen|char_ram~51019_combout = (\text_gen|char_ram~51016_combout & (((\text_gen|char_ram~51018_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~51016_combout & (\text_gen|Add5~14_combout & (\text_gen|char_ram~51011_combout ))) + + .dataa(\text_gen|char_ram~51016_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51011_combout ), + .datad(\text_gen|char_ram~51018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51019 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~51019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21830feeder ( +// Equation(s): +// \text_gen|char_ram~21830feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21830feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21830feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21830feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y41_N23 +dffeas \text_gen|char_ram~21830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21830feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7494feeder ( +// Equation(s): +// \text_gen|char_ram~7494feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7494feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7494feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7494feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y46_N23 +dffeas \text_gen|char_ram~7494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7494feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y39_N31 +dffeas \text_gen|char_ram~7480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21816feeder ( +// Equation(s): +// \text_gen|char_ram~21816feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21816feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21816feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21816feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y36_N13 +dffeas \text_gen|char_ram~21816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21816feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51037 ( +// Equation(s): +// \text_gen|char_ram~51037_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~21816_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~7480_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~7480_q ), + .datad(\text_gen|char_ram~21816_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51037 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51038 ( +// Equation(s): +// \text_gen|char_ram~51038_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51037_combout & (\text_gen|char_ram~21830_q )) # (!\text_gen|char_ram~51037_combout & ((\text_gen|char_ram~7494_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51037_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21830_q ), + .datac(\text_gen|char_ram~7494_q ), + .datad(\text_gen|char_ram~51037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51038 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21760feeder ( +// Equation(s): +// \text_gen|char_ram~21760feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21760feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21760feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21760feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y35_N17 +dffeas \text_gen|char_ram~21760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21760feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N1 +dffeas \text_gen|char_ram~21774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y43_N7 +dffeas \text_gen|char_ram~7424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7438feeder ( +// Equation(s): +// \text_gen|char_ram~7438feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y43_N1 +dffeas \text_gen|char_ram~7438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51030 ( +// Equation(s): +// \text_gen|char_ram~51030_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7438_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7424_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7424_q ), + .datad(\text_gen|char_ram~7438_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51030 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51031 ( +// Equation(s): +// \text_gen|char_ram~51031_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51030_combout & ((\text_gen|char_ram~21774_q ))) # (!\text_gen|char_ram~51030_combout & (\text_gen|char_ram~21760_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51030_combout )))) + + .dataa(\text_gen|char_ram~21760_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21774_q ), + .datad(\text_gen|char_ram~51030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51031 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14592feeder ( +// Equation(s): +// \text_gen|char_ram~14592feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y46_N25 +dffeas \text_gen|char_ram~14592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y42_N19 +dffeas \text_gen|char_ram~14606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y41_N25 +dffeas \text_gen|char_ram~256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y44_N15 +dffeas \text_gen|char_ram~270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51034 ( +// Equation(s): +// \text_gen|char_ram~51034_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~270_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~256_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~256_q ), + .datad(\text_gen|char_ram~270_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51034 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51035 ( +// Equation(s): +// \text_gen|char_ram~51035_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51034_combout & ((\text_gen|char_ram~14606_q ))) # (!\text_gen|char_ram~51034_combout & (\text_gen|char_ram~14592_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51034_combout )))) + + .dataa(\text_gen|char_ram~14592_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~14606_q ), + .datad(\text_gen|char_ram~51034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51035 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~326feeder ( +// Equation(s): +// \text_gen|char_ram~326feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N3 +dffeas \text_gen|char_ram~326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y45_N5 +dffeas \text_gen|char_ram~14662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N21 +dffeas \text_gen|char_ram~312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14648feeder ( +// Equation(s): +// \text_gen|char_ram~14648feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14648feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14648feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14648feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N5 +dffeas \text_gen|char_ram~14648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14648feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51032 ( +// Equation(s): +// \text_gen|char_ram~51032_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~14648_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~312_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~312_q ), + .datad(\text_gen|char_ram~14648_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51032 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51033 ( +// Equation(s): +// \text_gen|char_ram~51033_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51032_combout & ((\text_gen|char_ram~14662_q ))) # (!\text_gen|char_ram~51032_combout & (\text_gen|char_ram~326_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51032_combout )))) + + .dataa(\text_gen|char_ram~326_q ), + .datab(\text_gen|char_ram~14662_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~51032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51033 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~51033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51036 ( +// Equation(s): +// \text_gen|char_ram~51036_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~51033_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51035_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51035_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~51033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51036 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~51036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51039 ( +// Equation(s): +// \text_gen|char_ram~51039_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51036_combout & (\text_gen|char_ram~51038_combout )) # (!\text_gen|char_ram~51036_combout & ((\text_gen|char_ram~51031_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51036_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~51038_combout ), + .datac(\text_gen|char_ram~51031_combout ), + .datad(\text_gen|char_ram~51036_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51039 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22726feeder ( +// Equation(s): +// \text_gen|char_ram~22726feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22726feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22726feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22726feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y63_N7 +dffeas \text_gen|char_ram~22726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22726feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22712feeder ( +// Equation(s): +// \text_gen|char_ram~22712feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22712feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y63_N9 +dffeas \text_gen|char_ram~22712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8390feeder ( +// Equation(s): +// \text_gen|char_ram~8390feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8390feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8390feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8390feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y60_N15 +dffeas \text_gen|char_ram~8390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8390feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8376feeder ( +// Equation(s): +// \text_gen|char_ram~8376feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8376feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8376feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8376feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y60_N27 +dffeas \text_gen|char_ram~8376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8376feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51027 ( +// Equation(s): +// \text_gen|char_ram~51027_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8390_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~8376_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8390_q ), + .datab(\text_gen|char_ram~8376_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51027 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~51027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51028 ( +// Equation(s): +// \text_gen|char_ram~51028_combout = (\text_gen|char_ram~51027_combout & ((\text_gen|char_ram~22726_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~51027_combout & (((\text_gen|char_ram~22712_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~22726_q ), + .datab(\text_gen|char_ram~22712_q ), + .datac(\text_gen|char_ram~51027_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51028 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~51028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8334feeder ( +// Equation(s): +// \text_gen|char_ram~8334feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8334feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8334feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8334feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y54_N21 +dffeas \text_gen|char_ram~8334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8334feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y50_N25 +dffeas \text_gen|char_ram~22670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22656feeder ( +// Equation(s): +// \text_gen|char_ram~22656feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22656feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22656feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22656feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N5 +dffeas \text_gen|char_ram~22656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22656feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y50_N23 +dffeas \text_gen|char_ram~8320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51022 ( +// Equation(s): +// \text_gen|char_ram~51022_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~22656_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~8320_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22656_q ), + .datac(\text_gen|char_ram~8320_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51022 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51023 ( +// Equation(s): +// \text_gen|char_ram~51023_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51022_combout & ((\text_gen|char_ram~22670_q ))) # (!\text_gen|char_ram~51022_combout & (\text_gen|char_ram~8334_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51022_combout )))) + + .dataa(\text_gen|char_ram~8334_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22670_q ), + .datad(\text_gen|char_ram~51022_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51023 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y54_N29 +dffeas \text_gen|char_ram~1166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y54_N27 +dffeas \text_gen|char_ram~15502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y46_N17 +dffeas \text_gen|char_ram~15488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y50_N7 +dffeas \text_gen|char_ram~1152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51024 ( +// Equation(s): +// \text_gen|char_ram~51024_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15488_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1152_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15488_q ), + .datac(\text_gen|char_ram~1152_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51024 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51025 ( +// Equation(s): +// \text_gen|char_ram~51025_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51024_combout & ((\text_gen|char_ram~15502_q ))) # (!\text_gen|char_ram~51024_combout & (\text_gen|char_ram~1166_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51024_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1166_q ), + .datac(\text_gen|char_ram~15502_q ), + .datad(\text_gen|char_ram~51024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51025 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51026 ( +// Equation(s): +// \text_gen|char_ram~51026_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~51023_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~51025_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51023_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~51025_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51026 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~51026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y49_N15 +dffeas \text_gen|char_ram~15544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y42_N17 +dffeas \text_gen|char_ram~15558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y50_N21 +dffeas \text_gen|char_ram~1208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y55_N23 +dffeas \text_gen|char_ram~1222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51020 ( +// Equation(s): +// \text_gen|char_ram~51020_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~1222_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1208_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1208_q ), + .datad(\text_gen|char_ram~1222_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51020 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51021 ( +// Equation(s): +// \text_gen|char_ram~51021_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51020_combout & ((\text_gen|char_ram~15558_q ))) # (!\text_gen|char_ram~51020_combout & (\text_gen|char_ram~15544_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51020_combout )))) + + .dataa(\text_gen|char_ram~15544_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~15558_q ), + .datad(\text_gen|char_ram~51020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51021 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51029 ( +// Equation(s): +// \text_gen|char_ram~51029_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51026_combout & (\text_gen|char_ram~51028_combout )) # (!\text_gen|char_ram~51026_combout & ((\text_gen|char_ram~51021_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51026_combout )))) + + .dataa(\text_gen|char_ram~51028_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51026_combout ), + .datad(\text_gen|char_ram~51021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51029 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~51029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51040 ( +// Equation(s): +// \text_gen|char_ram~51040_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~51029_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51039_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51039_combout ), + .datad(\text_gen|char_ram~51029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51040 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16006feeder ( +// Equation(s): +// \text_gen|char_ram~16006feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16006feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16006feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16006feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y28_N23 +dffeas \text_gen|char_ram~16006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16006feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y28_N17 +dffeas \text_gen|char_ram~23174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y34_N7 +dffeas \text_gen|char_ram~15950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23118feeder ( +// Equation(s): +// \text_gen|char_ram~23118feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23118feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y32_N5 +dffeas \text_gen|char_ram~23118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51048 ( +// Equation(s): +// \text_gen|char_ram~51048_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~23118_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15950_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15950_q ), + .datad(\text_gen|char_ram~23118_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51048 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51049 ( +// Equation(s): +// \text_gen|char_ram~51049_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51048_combout & ((\text_gen|char_ram~23174_q ))) # (!\text_gen|char_ram~51048_combout & (\text_gen|char_ram~16006_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51048_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~16006_q ), + .datac(\text_gen|char_ram~23174_q ), + .datad(\text_gen|char_ram~51048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51049 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1670feeder ( +// Equation(s): +// \text_gen|char_ram~1670feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1670feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1670feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1670feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y28_N25 +dffeas \text_gen|char_ram~1670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1670feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N13 +dffeas \text_gen|char_ram~1614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51041 ( +// Equation(s): +// \text_gen|char_ram~51041_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1670_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~1614_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1670_q ), + .datac(\text_gen|char_ram~1614_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51041 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8838feeder ( +// Equation(s): +// \text_gen|char_ram~8838feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8838feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8838feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8838feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y30_N7 +dffeas \text_gen|char_ram~8838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8838feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N27 +dffeas \text_gen|char_ram~8782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51042 ( +// Equation(s): +// \text_gen|char_ram~51042_combout = (\text_gen|char_ram~51041_combout & ((\text_gen|char_ram~8838_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~51041_combout & (((\text_gen|char_ram~8782_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~51041_combout ), + .datab(\text_gen|char_ram~8838_q ), + .datac(\text_gen|char_ram~8782_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51042 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~51042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~23160feeder ( +// Equation(s): +// \text_gen|char_ram~23160feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23160feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23160feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23160feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y28_N29 +dffeas \text_gen|char_ram~23160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23160feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y24_N29 +dffeas \text_gen|char_ram~15992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23104feeder ( +// Equation(s): +// \text_gen|char_ram~23104feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23104feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23104feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23104feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y35_N23 +dffeas \text_gen|char_ram~23104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23104feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y34_N29 +dffeas \text_gen|char_ram~15936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51043 ( +// Equation(s): +// \text_gen|char_ram~51043_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~23104_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~15936_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23104_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~15936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51043 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~51043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51044 ( +// Equation(s): +// \text_gen|char_ram~51044_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51043_combout & (\text_gen|char_ram~23160_q )) # (!\text_gen|char_ram~51043_combout & ((\text_gen|char_ram~15992_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51043_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23160_q ), + .datac(\text_gen|char_ram~15992_q ), + .datad(\text_gen|char_ram~51043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51044 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1600feeder ( +// Equation(s): +// \text_gen|char_ram~1600feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y34_N9 +dffeas \text_gen|char_ram~1600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1656feeder ( +// Equation(s): +// \text_gen|char_ram~1656feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1656feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1656feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1656feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N17 +dffeas \text_gen|char_ram~1656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1656feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51045 ( +// Equation(s): +// \text_gen|char_ram~51045_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~1656_q )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1600_q & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~1600_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~1656_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51045 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~51045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y34_N7 +dffeas \text_gen|char_ram~8768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y34_N29 +dffeas \text_gen|char_ram~8824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51046 ( +// Equation(s): +// \text_gen|char_ram~51046_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51045_combout & ((\text_gen|char_ram~8824_q ))) # (!\text_gen|char_ram~51045_combout & (\text_gen|char_ram~8768_q )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~51045_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~51045_combout ), + .datac(\text_gen|char_ram~8768_q ), + .datad(\text_gen|char_ram~8824_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51046 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~51046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51047 ( +// Equation(s): +// \text_gen|char_ram~51047_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~51044_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~51046_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51044_combout ), + .datad(\text_gen|char_ram~51046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51047 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51050 ( +// Equation(s): +// \text_gen|char_ram~51050_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51047_combout & (\text_gen|char_ram~51049_combout )) # (!\text_gen|char_ram~51047_combout & ((\text_gen|char_ram~51042_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51047_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51049_combout ), + .datac(\text_gen|char_ram~51042_combout ), + .datad(\text_gen|char_ram~51047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51050 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51051 ( +// Equation(s): +// \text_gen|char_ram~51051_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51040_combout & ((\text_gen|char_ram~51050_combout ))) # (!\text_gen|char_ram~51040_combout & (\text_gen|char_ram~51019_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51040_combout )))) + + .dataa(\text_gen|char_ram~51019_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51040_combout ), + .datad(\text_gen|char_ram~51050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51051 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y25_N5 +dffeas \text_gen|char_ram~15894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y34_N31 +dffeas \text_gen|char_ram~23062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15838feeder ( +// Equation(s): +// \text_gen|char_ram~15838feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15838feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15838feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15838feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y29_N19 +dffeas \text_gen|char_ram~15838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15838feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N25 +dffeas \text_gen|char_ram~23006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51090 ( +// Equation(s): +// \text_gen|char_ram~51090_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~23006_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~15838_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15838_q ), + .datac(\text_gen|char_ram~23006_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51090 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~51090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51091 ( +// Equation(s): +// \text_gen|char_ram~51091_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51090_combout & ((\text_gen|char_ram~23062_q ))) # (!\text_gen|char_ram~51090_combout & (\text_gen|char_ram~15894_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51090_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15894_q ), + .datac(\text_gen|char_ram~23062_q ), + .datad(\text_gen|char_ram~51090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51091 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y36_N1 +dffeas \text_gen|char_ram~8670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y36_N1 +dffeas \text_gen|char_ram~8726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1558feeder ( +// Equation(s): +// \text_gen|char_ram~1558feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1558feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1558feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1558feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y33_N31 +dffeas \text_gen|char_ram~1558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1558feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y36_N7 +dffeas \text_gen|char_ram~1502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51083 ( +// Equation(s): +// \text_gen|char_ram~51083_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1558_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~1502_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~1558_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1502_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51083 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51084 ( +// Equation(s): +// \text_gen|char_ram~51084_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51083_combout & ((\text_gen|char_ram~8726_q ))) # (!\text_gen|char_ram~51083_combout & (\text_gen|char_ram~8670_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51083_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8670_q ), + .datac(\text_gen|char_ram~8726_q ), + .datad(\text_gen|char_ram~51083_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51084 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y38_N3 +dffeas \text_gen|char_ram~8656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y38_N25 +dffeas \text_gen|char_ram~8712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y38_N19 +dffeas \text_gen|char_ram~1488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1544feeder ( +// Equation(s): +// \text_gen|char_ram~1544feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1544feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1544feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1544feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y30_N17 +dffeas \text_gen|char_ram~1544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1544feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51087 ( +// Equation(s): +// \text_gen|char_ram~51087_combout = (\vga_c|h_cnt [7] & (((\text_gen|char_ram~1544_q ) # (\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1488_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1488_q ), + .datac(\text_gen|char_ram~1544_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51087 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~51087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51088 ( +// Equation(s): +// \text_gen|char_ram~51088_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51087_combout & ((\text_gen|char_ram~8712_q ))) # (!\text_gen|char_ram~51087_combout & (\text_gen|char_ram~8656_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51087_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8656_q ), + .datac(\text_gen|char_ram~8712_q ), + .datad(\text_gen|char_ram~51087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51088 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y31_N27 +dffeas \text_gen|char_ram~15880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23048feeder ( +// Equation(s): +// \text_gen|char_ram~23048feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23048feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23048feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23048feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y31_N11 +dffeas \text_gen|char_ram~23048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23048feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N19 +dffeas \text_gen|char_ram~15824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y37_N1 +dffeas \text_gen|char_ram~22992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51085 ( +// Equation(s): +// \text_gen|char_ram~51085_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~22992_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15824_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15824_q ), + .datad(\text_gen|char_ram~22992_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51085 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51086 ( +// Equation(s): +// \text_gen|char_ram~51086_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51085_combout & ((\text_gen|char_ram~23048_q ))) # (!\text_gen|char_ram~51085_combout & (\text_gen|char_ram~15880_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51085_combout )))) + + .dataa(\text_gen|char_ram~15880_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23048_q ), + .datad(\text_gen|char_ram~51085_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51086 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51089 ( +// Equation(s): +// \text_gen|char_ram~51089_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~51086_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~51088_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51088_combout ), + .datad(\text_gen|char_ram~51086_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51089 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51092 ( +// Equation(s): +// \text_gen|char_ram~51092_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51089_combout & (\text_gen|char_ram~51091_combout )) # (!\text_gen|char_ram~51089_combout & ((\text_gen|char_ram~51084_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51089_combout )))) + + .dataa(\text_gen|char_ram~51091_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51084_combout ), + .datad(\text_gen|char_ram~51089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51092 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y16_N9 +dffeas \text_gen|char_ram~662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7830feeder ( +// Equation(s): +// \text_gen|char_ram~7830feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7830feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7830feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7830feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y20_N27 +dffeas \text_gen|char_ram~7830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7830feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7774feeder ( +// Equation(s): +// \text_gen|char_ram~7774feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7774feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7774feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7774feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y18_N27 +dffeas \text_gen|char_ram~7774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7774feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N3 +dffeas \text_gen|char_ram~606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51064 ( +// Equation(s): +// \text_gen|char_ram~51064_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7774_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~606_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7774_q ), + .datac(\text_gen|char_ram~606_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51064 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51065 ( +// Equation(s): +// \text_gen|char_ram~51065_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51064_combout & ((\text_gen|char_ram~7830_q ))) # (!\text_gen|char_ram~51064_combout & (\text_gen|char_ram~662_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51064_combout +// )))) + + .dataa(\text_gen|char_ram~662_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7830_q ), + .datad(\text_gen|char_ram~51064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51065 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y16_N7 +dffeas \text_gen|char_ram~648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y20_N1 +dffeas \text_gen|char_ram~7816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y20_N19 +dffeas \text_gen|char_ram~592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y32_N23 +dffeas \text_gen|char_ram~7760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51066 ( +// Equation(s): +// \text_gen|char_ram~51066_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~7760_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~592_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~592_q ), + .datad(\text_gen|char_ram~7760_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51066 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51067 ( +// Equation(s): +// \text_gen|char_ram~51067_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51066_combout & ((\text_gen|char_ram~7816_q ))) # (!\text_gen|char_ram~51066_combout & (\text_gen|char_ram~648_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51066_combout +// )))) + + .dataa(\text_gen|char_ram~648_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7816_q ), + .datad(\text_gen|char_ram~51066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51067 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51068 ( +// Equation(s): +// \text_gen|char_ram~51068_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51065_combout ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~51067_combout )))) + + .dataa(\text_gen|char_ram~51065_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~51067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51068 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~51068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y19_N1 +dffeas \text_gen|char_ram~22110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y15_N23 +dffeas \text_gen|char_ram~22166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14998feeder ( +// Equation(s): +// \text_gen|char_ram~14998feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14998feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14998feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14998feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y17_N19 +dffeas \text_gen|char_ram~14998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14998feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y17_N17 +dffeas \text_gen|char_ram~14942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51069 ( +// Equation(s): +// \text_gen|char_ram~51069_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14998_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14942_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14998_q ), + .datac(\text_gen|char_ram~14942_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51069 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51070 ( +// Equation(s): +// \text_gen|char_ram~51070_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51069_combout & ((\text_gen|char_ram~22166_q ))) # (!\text_gen|char_ram~51069_combout & (\text_gen|char_ram~22110_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51069_combout )))) + + .dataa(\text_gen|char_ram~22110_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22166_q ), + .datad(\text_gen|char_ram~51069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51070 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y24_N15 +dffeas \text_gen|char_ram~22096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22152feeder ( +// Equation(s): +// \text_gen|char_ram~22152feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22152feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22152feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22152feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y24_N15 +dffeas \text_gen|char_ram~22152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22152feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y25_N7 +dffeas \text_gen|char_ram~14984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y25_N9 +dffeas \text_gen|char_ram~14928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51062 ( +// Equation(s): +// \text_gen|char_ram~51062_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14984_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14928_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~14984_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14928_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51062 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51063 ( +// Equation(s): +// \text_gen|char_ram~51063_combout = (\text_gen|char_ram~51062_combout & (((\text_gen|char_ram~22152_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~51062_combout & (\text_gen|char_ram~22096_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~22096_q ), + .datab(\text_gen|char_ram~22152_q ), + .datac(\text_gen|char_ram~51062_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51063 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~51063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51071 ( +// Equation(s): +// \text_gen|char_ram~51071_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51068_combout & (\text_gen|char_ram~51070_combout )) # (!\text_gen|char_ram~51068_combout & ((\text_gen|char_ram~51063_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~51068_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~51068_combout ), + .datac(\text_gen|char_ram~51070_combout ), + .datad(\text_gen|char_ram~51063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51071 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21718feeder ( +// Equation(s): +// \text_gen|char_ram~21718feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21718feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N19 +dffeas \text_gen|char_ram~21718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y54_N31 +dffeas \text_gen|char_ram~7382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y39_N27 +dffeas \text_gen|char_ram~21704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y43_N21 +dffeas \text_gen|char_ram~7368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51079 ( +// Equation(s): +// \text_gen|char_ram~51079_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21704_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~7368_q ))))) + + .dataa(\text_gen|char_ram~21704_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7368_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51079 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51080 ( +// Equation(s): +// \text_gen|char_ram~51080_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51079_combout & (\text_gen|char_ram~21718_q )) # (!\text_gen|char_ram~51079_combout & ((\text_gen|char_ram~7382_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51079_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21718_q ), + .datac(\text_gen|char_ram~7382_q ), + .datad(\text_gen|char_ram~51079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51080 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21648feeder ( +// Equation(s): +// \text_gen|char_ram~21648feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21648feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21648feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21648feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N17 +dffeas \text_gen|char_ram~21648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21648feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y40_N5 +dffeas \text_gen|char_ram~21662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y36_N27 +dffeas \text_gen|char_ram~7326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N21 +dffeas \text_gen|char_ram~7312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51072 ( +// Equation(s): +// \text_gen|char_ram~51072_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7326_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~7312_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~7326_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7312_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51072 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51073 ( +// Equation(s): +// \text_gen|char_ram~51073_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51072_combout & ((\text_gen|char_ram~21662_q ))) # (!\text_gen|char_ram~51072_combout & (\text_gen|char_ram~21648_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51072_combout )))) + + .dataa(\text_gen|char_ram~21648_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21662_q ), + .datad(\text_gen|char_ram~51072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51073 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y23_N3 +dffeas \text_gen|char_ram~214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y41_N11 +dffeas \text_gen|char_ram~14550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y43_N17 +dffeas \text_gen|char_ram~200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N1 +dffeas \text_gen|char_ram~14536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51074 ( +// Equation(s): +// \text_gen|char_ram~51074_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~14536_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~200_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~200_q ), + .datad(\text_gen|char_ram~14536_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51074 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51075 ( +// Equation(s): +// \text_gen|char_ram~51075_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51074_combout & ((\text_gen|char_ram~14550_q ))) # (!\text_gen|char_ram~51074_combout & (\text_gen|char_ram~214_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51074_combout )))) + + .dataa(\text_gen|char_ram~214_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14550_q ), + .datad(\text_gen|char_ram~51074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51075 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y38_N5 +dffeas \text_gen|char_ram~14480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y41_N13 +dffeas \text_gen|char_ram~14494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y40_N25 +dffeas \text_gen|char_ram~158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y38_N5 +dffeas \text_gen|char_ram~144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51076 ( +// Equation(s): +// \text_gen|char_ram~51076_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~158_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~144_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~158_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~144_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51076 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51077 ( +// Equation(s): +// \text_gen|char_ram~51077_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51076_combout & ((\text_gen|char_ram~14494_q ))) # (!\text_gen|char_ram~51076_combout & (\text_gen|char_ram~14480_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51076_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14480_q ), + .datac(\text_gen|char_ram~14494_q ), + .datad(\text_gen|char_ram~51076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51077 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51078 ( +// Equation(s): +// \text_gen|char_ram~51078_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~51075_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51077_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51075_combout ), + .datad(\text_gen|char_ram~51077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51078 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51081 ( +// Equation(s): +// \text_gen|char_ram~51081_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51078_combout & (\text_gen|char_ram~51080_combout )) # (!\text_gen|char_ram~51078_combout & ((\text_gen|char_ram~51073_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51078_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~51080_combout ), + .datac(\text_gen|char_ram~51073_combout ), + .datad(\text_gen|char_ram~51078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51081 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51082 ( +// Equation(s): +// \text_gen|char_ram~51082_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~51071_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~51081_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51071_combout ), + .datad(\text_gen|char_ram~51081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51082 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22600feeder ( +// Equation(s): +// \text_gen|char_ram~22600feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y34_N1 +dffeas \text_gen|char_ram~22600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y34_N29 +dffeas \text_gen|char_ram~22614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y58_N25 +dffeas \text_gen|char_ram~8264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y58_N19 +dffeas \text_gen|char_ram~8278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51059 ( +// Equation(s): +// \text_gen|char_ram~51059_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~8278_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8264_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8264_q ), + .datad(\text_gen|char_ram~8278_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51059 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51060 ( +// Equation(s): +// \text_gen|char_ram~51060_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51059_combout & ((\text_gen|char_ram~22614_q ))) # (!\text_gen|char_ram~51059_combout & (\text_gen|char_ram~22600_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51059_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22600_q ), + .datac(\text_gen|char_ram~22614_q ), + .datad(\text_gen|char_ram~51059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51060 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y33_N25 +dffeas \text_gen|char_ram~15432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y41_N11 +dffeas \text_gen|char_ram~15446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y44_N9 +dffeas \text_gen|char_ram~1110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y47_N21 +dffeas \text_gen|char_ram~1096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51052 ( +// Equation(s): +// \text_gen|char_ram~51052_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~1110_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~1096_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1110_q ), + .datac(\text_gen|char_ram~1096_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51052 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51053 ( +// Equation(s): +// \text_gen|char_ram~51053_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51052_combout & ((\text_gen|char_ram~15446_q ))) # (!\text_gen|char_ram~51052_combout & (\text_gen|char_ram~15432_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51052_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15432_q ), + .datac(\text_gen|char_ram~15446_q ), + .datad(\text_gen|char_ram~51052_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51053 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y37_N23 +dffeas \text_gen|char_ram~22544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y39_N7 +dffeas \text_gen|char_ram~8208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51054 ( +// Equation(s): +// \text_gen|char_ram~51054_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~22544_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~8208_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22544_q ), + .datac(\text_gen|char_ram~8208_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51054 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y37_N23 +dffeas \text_gen|char_ram~22558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y52_N19 +dffeas \text_gen|char_ram~8222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51055 ( +// Equation(s): +// \text_gen|char_ram~51055_combout = (\text_gen|char_ram~51054_combout & (((\text_gen|char_ram~22558_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51054_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8222_q )))) + + .dataa(\text_gen|char_ram~51054_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22558_q ), + .datad(\text_gen|char_ram~8222_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51055 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N21 +dffeas \text_gen|char_ram~15390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y45_N25 +dffeas \text_gen|char_ram~1054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y45_N11 +dffeas \text_gen|char_ram~15376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y45_N7 +dffeas \text_gen|char_ram~1040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51056 ( +// Equation(s): +// \text_gen|char_ram~51056_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15376_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1040_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15376_q ), + .datac(\text_gen|char_ram~1040_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51056 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51057 ( +// Equation(s): +// \text_gen|char_ram~51057_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51056_combout & (\text_gen|char_ram~15390_q )) # (!\text_gen|char_ram~51056_combout & ((\text_gen|char_ram~1054_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51056_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15390_q ), + .datac(\text_gen|char_ram~1054_q ), + .datad(\text_gen|char_ram~51056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51057 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51058 ( +// Equation(s): +// \text_gen|char_ram~51058_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~51055_combout )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51057_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51055_combout ), + .datad(\text_gen|char_ram~51057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51058 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51061 ( +// Equation(s): +// \text_gen|char_ram~51061_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51058_combout & (\text_gen|char_ram~51060_combout )) # (!\text_gen|char_ram~51058_combout & ((\text_gen|char_ram~51053_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51058_combout )))) + + .dataa(\text_gen|char_ram~51060_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51053_combout ), + .datad(\text_gen|char_ram~51058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51061 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51093 ( +// Equation(s): +// \text_gen|char_ram~51093_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51082_combout & (\text_gen|char_ram~51092_combout )) # (!\text_gen|char_ram~51082_combout & ((\text_gen|char_ram~51061_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51082_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51092_combout ), + .datac(\text_gen|char_ram~51082_combout ), + .datad(\text_gen|char_ram~51061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51093 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y19_N23 +dffeas \text_gen|char_ram~21998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y15_N1 +dffeas \text_gen|char_ram~22054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y17_N9 +dffeas \text_gen|char_ram~14830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14886feeder ( +// Equation(s): +// \text_gen|char_ram~14886feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y16_N23 +dffeas \text_gen|char_ram~14886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51101 ( +// Equation(s): +// \text_gen|char_ram~51101_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~14886_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14830_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14830_q ), + .datad(\text_gen|char_ram~14886_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51101 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51102 ( +// Equation(s): +// \text_gen|char_ram~51102_combout = (\text_gen|char_ram~51101_combout & (((\text_gen|char_ram~22054_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~51101_combout & (\text_gen|char_ram~21998_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~21998_q ), + .datab(\text_gen|char_ram~22054_q ), + .datac(\text_gen|char_ram~51101_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51102 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~51102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y18_N15 +dffeas \text_gen|char_ram~14872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14816feeder ( +// Equation(s): +// \text_gen|char_ram~14816feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14816feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14816feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14816feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y22_N3 +dffeas \text_gen|char_ram~14816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14816feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51094 ( +// Equation(s): +// \text_gen|char_ram~51094_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14872_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14816_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~14872_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14816_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51094 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y16_N9 +dffeas \text_gen|char_ram~22040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21984feeder ( +// Equation(s): +// \text_gen|char_ram~21984feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21984feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21984feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21984feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y24_N3 +dffeas \text_gen|char_ram~21984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21984feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51095 ( +// Equation(s): +// \text_gen|char_ram~51095_combout = (\text_gen|char_ram~51094_combout & (((\text_gen|char_ram~22040_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~51094_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~21984_q )))) + + .dataa(\text_gen|char_ram~51094_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22040_q ), + .datad(\text_gen|char_ram~21984_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51095 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~550feeder ( +// Equation(s): +// \text_gen|char_ram~550feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~550feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~550feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~550feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y16_N29 +dffeas \text_gen|char_ram~550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~550feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y20_N21 +dffeas \text_gen|char_ram~7718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y19_N1 +dffeas \text_gen|char_ram~494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7662feeder ( +// Equation(s): +// \text_gen|char_ram~7662feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7662feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y16_N19 +dffeas \text_gen|char_ram~7662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51096 ( +// Equation(s): +// \text_gen|char_ram~51096_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~7662_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~494_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~494_q ), + .datad(\text_gen|char_ram~7662_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51096 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51097 ( +// Equation(s): +// \text_gen|char_ram~51097_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51096_combout & ((\text_gen|char_ram~7718_q ))) # (!\text_gen|char_ram~51096_combout & (\text_gen|char_ram~550_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51096_combout +// )))) + + .dataa(\text_gen|char_ram~550_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7718_q ), + .datad(\text_gen|char_ram~51096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51097 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N21 +dffeas \text_gen|char_ram~7648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y16_N3 +dffeas \text_gen|char_ram~7704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y24_N15 +dffeas \text_gen|char_ram~480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y16_N5 +dffeas \text_gen|char_ram~536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51098 ( +// Equation(s): +// \text_gen|char_ram~51098_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~536_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~480_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~480_q ), + .datad(\text_gen|char_ram~536_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51098 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51099 ( +// Equation(s): +// \text_gen|char_ram~51099_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51098_combout & ((\text_gen|char_ram~7704_q ))) # (!\text_gen|char_ram~51098_combout & (\text_gen|char_ram~7648_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51098_combout )))) + + .dataa(\text_gen|char_ram~7648_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7704_q ), + .datad(\text_gen|char_ram~51098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51099 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51100 ( +// Equation(s): +// \text_gen|char_ram~51100_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~51097_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~51099_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51097_combout ), + .datad(\text_gen|char_ram~51099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51100 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51103 ( +// Equation(s): +// \text_gen|char_ram~51103_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51100_combout & (\text_gen|char_ram~51102_combout )) # (!\text_gen|char_ram~51100_combout & ((\text_gen|char_ram~51095_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51100_combout )))) + + .dataa(\text_gen|char_ram~51102_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51095_combout ), + .datad(\text_gen|char_ram~51100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51103 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y33_N11 +dffeas \text_gen|char_ram~1390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1446feeder ( +// Equation(s): +// \text_gen|char_ram~1446feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1446feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1446feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1446feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y29_N11 +dffeas \text_gen|char_ram~1446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1446feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51125 ( +// Equation(s): +// \text_gen|char_ram~51125_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~1446_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1390_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1390_q ), + .datad(\text_gen|char_ram~1446_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51125 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y29_N5 +dffeas \text_gen|char_ram~8614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N21 +dffeas \text_gen|char_ram~8558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51126 ( +// Equation(s): +// \text_gen|char_ram~51126_combout = (\text_gen|char_ram~51125_combout & (((\text_gen|char_ram~8614_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~51125_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8558_q )))) + + .dataa(\text_gen|char_ram~51125_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~8614_q ), + .datad(\text_gen|char_ram~8558_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51126 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8544feeder ( +// Equation(s): +// \text_gen|char_ram~8544feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8544feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8544feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8544feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y28_N23 +dffeas \text_gen|char_ram~8544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8544feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y28_N31 +dffeas \text_gen|char_ram~8600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y21_N17 +dffeas \text_gen|char_ram~1376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y24_N19 +dffeas \text_gen|char_ram~1432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51129 ( +// Equation(s): +// \text_gen|char_ram~51129_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~1432_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1376_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1376_q ), + .datad(\text_gen|char_ram~1432_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51129 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51130 ( +// Equation(s): +// \text_gen|char_ram~51130_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51129_combout & ((\text_gen|char_ram~8600_q ))) # (!\text_gen|char_ram~51129_combout & (\text_gen|char_ram~8544_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51129_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8544_q ), + .datac(\text_gen|char_ram~8600_q ), + .datad(\text_gen|char_ram~51129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51130 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N27 +dffeas \text_gen|char_ram~15768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y30_N23 +dffeas \text_gen|char_ram~22936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y33_N15 +dffeas \text_gen|char_ram~22880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y30_N21 +dffeas \text_gen|char_ram~15712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51127 ( +// Equation(s): +// \text_gen|char_ram~51127_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~22880_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~15712_q ))))) + + .dataa(\text_gen|char_ram~22880_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15712_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51127 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51128 ( +// Equation(s): +// \text_gen|char_ram~51128_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51127_combout & ((\text_gen|char_ram~22936_q ))) # (!\text_gen|char_ram~51127_combout & (\text_gen|char_ram~15768_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51127_combout )))) + + .dataa(\text_gen|char_ram~15768_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22936_q ), + .datad(\text_gen|char_ram~51127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51128 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51131 ( +// Equation(s): +// \text_gen|char_ram~51131_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~51128_combout ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~51130_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51130_combout ), + .datad(\text_gen|char_ram~51128_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51131 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y28_N29 +dffeas \text_gen|char_ram~15782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y28_N23 +dffeas \text_gen|char_ram~22950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N17 +dffeas \text_gen|char_ram~15726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y29_N29 +dffeas \text_gen|char_ram~22894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51132 ( +// Equation(s): +// \text_gen|char_ram~51132_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~22894_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~15726_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~15726_q ), + .datad(\text_gen|char_ram~22894_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51132 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51133 ( +// Equation(s): +// \text_gen|char_ram~51133_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51132_combout & ((\text_gen|char_ram~22950_q ))) # (!\text_gen|char_ram~51132_combout & (\text_gen|char_ram~15782_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51132_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15782_q ), + .datac(\text_gen|char_ram~22950_q ), + .datad(\text_gen|char_ram~51132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51133 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51134 ( +// Equation(s): +// \text_gen|char_ram~51134_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51131_combout & ((\text_gen|char_ram~51133_combout ))) # (!\text_gen|char_ram~51131_combout & (\text_gen|char_ram~51126_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51131_combout )))) + + .dataa(\text_gen|char_ram~51126_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51131_combout ), + .datad(\text_gen|char_ram~51133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51134 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15320feeder ( +// Equation(s): +// \text_gen|char_ram~15320feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15320feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15320feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15320feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y51_N27 +dffeas \text_gen|char_ram~15320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15320feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y58_N23 +dffeas \text_gen|char_ram~15334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y65_N29 +dffeas \text_gen|char_ram~998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y65_N19 +dffeas \text_gen|char_ram~984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y65_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51104 ( +// Equation(s): +// \text_gen|char_ram~51104_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~998_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~984_q ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~998_q ), + .datac(\text_gen|char_ram~984_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51104 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51105 ( +// Equation(s): +// \text_gen|char_ram~51105_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51104_combout & ((\text_gen|char_ram~15334_q ))) # (!\text_gen|char_ram~51104_combout & (\text_gen|char_ram~15320_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51104_combout )))) + + .dataa(\text_gen|char_ram~15320_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~15334_q ), + .datad(\text_gen|char_ram~51104_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51105 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N5 +dffeas \text_gen|char_ram~15264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15278feeder ( +// Equation(s): +// \text_gen|char_ram~15278feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15278feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15278feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15278feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y54_N19 +dffeas \text_gen|char_ram~15278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15278feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N13 +dffeas \text_gen|char_ram~942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y54_N1 +dffeas \text_gen|char_ram~928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51108 ( +// Equation(s): +// \text_gen|char_ram~51108_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~942_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~928_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~942_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~928_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51108 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51109 ( +// Equation(s): +// \text_gen|char_ram~51109_combout = (\text_gen|char_ram~51108_combout & (((\text_gen|char_ram~15278_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~51108_combout & (\text_gen|char_ram~15264_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~15264_q ), + .datab(\text_gen|char_ram~15278_q ), + .datac(\text_gen|char_ram~51108_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51109 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~51109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y54_N7 +dffeas \text_gen|char_ram~8110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y54_N25 +dffeas \text_gen|char_ram~22446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y54_N11 +dffeas \text_gen|char_ram~22432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y56_N27 +dffeas \text_gen|char_ram~8096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51106 ( +// Equation(s): +// \text_gen|char_ram~51106_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~22432_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~8096_q ))))) + + .dataa(\text_gen|char_ram~22432_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8096_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51106 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51107 ( +// Equation(s): +// \text_gen|char_ram~51107_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51106_combout & ((\text_gen|char_ram~22446_q ))) # (!\text_gen|char_ram~51106_combout & (\text_gen|char_ram~8110_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51106_combout )))) + + .dataa(\text_gen|char_ram~8110_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22446_q ), + .datad(\text_gen|char_ram~51106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51107 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51110 ( +// Equation(s): +// \text_gen|char_ram~51110_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~51107_combout ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~51109_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~51109_combout ), + .datad(\text_gen|char_ram~51107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51110 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N31 +dffeas \text_gen|char_ram~22488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y54_N7 +dffeas \text_gen|char_ram~22502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N9 +dffeas \text_gen|char_ram~8166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y60_N23 +dffeas \text_gen|char_ram~8152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51111 ( +// Equation(s): +// \text_gen|char_ram~51111_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8166_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~8152_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8166_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8152_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51111 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51112 ( +// Equation(s): +// \text_gen|char_ram~51112_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51111_combout & ((\text_gen|char_ram~22502_q ))) # (!\text_gen|char_ram~51111_combout & (\text_gen|char_ram~22488_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51111_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22488_q ), + .datac(\text_gen|char_ram~22502_q ), + .datad(\text_gen|char_ram~51111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51112 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51113 ( +// Equation(s): +// \text_gen|char_ram~51113_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51110_combout & ((\text_gen|char_ram~51112_combout ))) # (!\text_gen|char_ram~51110_combout & (\text_gen|char_ram~51105_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51110_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51105_combout ), + .datac(\text_gen|char_ram~51110_combout ), + .datad(\text_gen|char_ram~51112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51113 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~51113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y37_N31 +dffeas \text_gen|char_ram~32 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~32_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~32 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~32 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~46feeder ( +// Equation(s): +// \text_gen|char_ram~46feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~46feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~46feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~46feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y40_N27 +dffeas \text_gen|char_ram~46 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~46feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~46_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~46 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~46 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51118 ( +// Equation(s): +// \text_gen|char_ram~51118_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~46_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~32_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~32_q ), + .datad(\text_gen|char_ram~46_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51118 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y36_N25 +dffeas \text_gen|char_ram~102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~88feeder ( +// Equation(s): +// \text_gen|char_ram~88feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~88feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~88feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~88feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y39_N5 +dffeas \text_gen|char_ram~88 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~88feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~88_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~88 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~88 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51119 ( +// Equation(s): +// \text_gen|char_ram~51119_combout = (\text_gen|char_ram~51118_combout & (((\text_gen|char_ram~102_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51118_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~88_q )))) + + .dataa(\text_gen|char_ram~51118_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~102_q ), + .datad(\text_gen|char_ram~88_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51119 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N9 +dffeas \text_gen|char_ram~7256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y43_N19 +dffeas \text_gen|char_ram~7200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51116 ( +// Equation(s): +// \text_gen|char_ram~51116_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~7256_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~7200_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~7256_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7200_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51116 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y36_N11 +dffeas \text_gen|char_ram~7270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y47_N23 +dffeas \text_gen|char_ram~7214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51117 ( +// Equation(s): +// \text_gen|char_ram~51117_combout = (\text_gen|char_ram~51116_combout & (((\text_gen|char_ram~7270_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51116_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7214_q )))) + + .dataa(\text_gen|char_ram~51116_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7270_q ), + .datad(\text_gen|char_ram~7214_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51117 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51120 ( +// Equation(s): +// \text_gen|char_ram~51120_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~51117_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~51119_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~51119_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~51117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51120 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~51120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y37_N21 +dffeas \text_gen|char_ram~21536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21592feeder ( +// Equation(s): +// \text_gen|char_ram~21592feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y39_N9 +dffeas \text_gen|char_ram~21592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51121 ( +// Equation(s): +// \text_gen|char_ram~51121_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~21592_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21536_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21536_q ), + .datad(\text_gen|char_ram~21592_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51121 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21550feeder ( +// Equation(s): +// \text_gen|char_ram~21550feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21550feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21550feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21550feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y40_N13 +dffeas \text_gen|char_ram~21550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21550feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y44_N13 +dffeas \text_gen|char_ram~21606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51122 ( +// Equation(s): +// \text_gen|char_ram~51122_combout = (\text_gen|char_ram~51121_combout & (((\text_gen|char_ram~21606_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51121_combout & (\text_gen|char_ram~21550_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~51121_combout ), + .datab(\text_gen|char_ram~21550_q ), + .datac(\text_gen|char_ram~21606_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51122 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~51122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N29 +dffeas \text_gen|char_ram~14424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y45_N31 +dffeas \text_gen|char_ram~14438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y38_N27 +dffeas \text_gen|char_ram~14368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y41_N5 +dffeas \text_gen|char_ram~14382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51114 ( +// Equation(s): +// \text_gen|char_ram~51114_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~14382_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14368_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14368_q ), + .datad(\text_gen|char_ram~14382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51114 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51115 ( +// Equation(s): +// \text_gen|char_ram~51115_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51114_combout & ((\text_gen|char_ram~14438_q ))) # (!\text_gen|char_ram~51114_combout & (\text_gen|char_ram~14424_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51114_combout )))) + + .dataa(\text_gen|char_ram~14424_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14438_q ), + .datad(\text_gen|char_ram~51114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51115 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51123 ( +// Equation(s): +// \text_gen|char_ram~51123_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51120_combout & (\text_gen|char_ram~51122_combout )) # (!\text_gen|char_ram~51120_combout & ((\text_gen|char_ram~51115_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~51120_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~51120_combout ), + .datac(\text_gen|char_ram~51122_combout ), + .datad(\text_gen|char_ram~51115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51123 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51124 ( +// Equation(s): +// \text_gen|char_ram~51124_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~51113_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~51123_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51113_combout ), + .datad(\text_gen|char_ram~51123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51124 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51135 ( +// Equation(s): +// \text_gen|char_ram~51135_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51124_combout & ((\text_gen|char_ram~51134_combout ))) # (!\text_gen|char_ram~51124_combout & (\text_gen|char_ram~51103_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51124_combout )))) + + .dataa(\text_gen|char_ram~51103_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51134_combout ), + .datad(\text_gen|char_ram~51124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51135 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51136 ( +// Equation(s): +// \text_gen|char_ram~51136_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~51093_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~51135_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51093_combout ), + .datad(\text_gen|char_ram~51135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51136 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51179 ( +// Equation(s): +// \text_gen|char_ram~51179_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51136_combout & (\text_gen|char_ram~51178_combout )) # (!\text_gen|char_ram~51136_combout & ((\text_gen|char_ram~51051_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51136_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~51178_combout ), + .datac(\text_gen|char_ram~51051_combout ), + .datad(\text_gen|char_ram~51136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51179 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16790feeder ( +// Equation(s): +// \text_gen|char_ram~16790feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16790feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16790feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16790feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y12_N21 +dffeas \text_gen|char_ram~16790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16790feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y12_N3 +dffeas \text_gen|char_ram~17014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y11_N13 +dffeas \text_gen|char_ram~16678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y11_N11 +dffeas \text_gen|char_ram~16902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50857 ( +// Equation(s): +// \text_gen|char_ram~50857_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~16902_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16678_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16678_q ), + .datad(\text_gen|char_ram~16902_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50857 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50858 ( +// Equation(s): +// \text_gen|char_ram~50858_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50857_combout & ((\text_gen|char_ram~17014_q ))) # (!\text_gen|char_ram~50857_combout & (\text_gen|char_ram~16790_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50857_combout )))) + + .dataa(\text_gen|char_ram~16790_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17014_q ), + .datad(\text_gen|char_ram~50857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50858 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N31 +dffeas \text_gen|char_ram~16734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y20_N9 +dffeas \text_gen|char_ram~16958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16846feeder ( +// Equation(s): +// \text_gen|char_ram~16846feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16846feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16846feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16846feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y20_N1 +dffeas \text_gen|char_ram~16846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16846feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y20_N19 +dffeas \text_gen|char_ram~16622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50850 ( +// Equation(s): +// \text_gen|char_ram~50850_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16846_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16622_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16846_q ), + .datac(\text_gen|char_ram~16622_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50850 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50851 ( +// Equation(s): +// \text_gen|char_ram~50851_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50850_combout & ((\text_gen|char_ram~16958_q ))) # (!\text_gen|char_ram~50850_combout & (\text_gen|char_ram~16734_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50850_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16734_q ), + .datac(\text_gen|char_ram~16958_q ), + .datad(\text_gen|char_ram~50850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50851 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16888feeder ( +// Equation(s): +// \text_gen|char_ram~16888feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16888feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16888feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16888feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y12_N5 +dffeas \text_gen|char_ram~16888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16888feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y12_N21 +dffeas \text_gen|char_ram~17000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16776feeder ( +// Equation(s): +// \text_gen|char_ram~16776feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16776feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16776feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16776feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y12_N21 +dffeas \text_gen|char_ram~16776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16776feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y12_N23 +dffeas \text_gen|char_ram~16664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50852 ( +// Equation(s): +// \text_gen|char_ram~50852_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16776_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16664_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16776_q ), + .datac(\text_gen|char_ram~16664_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50852 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50853 ( +// Equation(s): +// \text_gen|char_ram~50853_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50852_combout & ((\text_gen|char_ram~17000_q ))) # (!\text_gen|char_ram~50852_combout & (\text_gen|char_ram~16888_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50852_combout )))) + + .dataa(\text_gen|char_ram~16888_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17000_q ), + .datad(\text_gen|char_ram~50852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50853 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y20_N15 +dffeas \text_gen|char_ram~16832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y20_N21 +dffeas \text_gen|char_ram~16944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y20_N11 +dffeas \text_gen|char_ram~16608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y20_N5 +dffeas \text_gen|char_ram~16720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50854 ( +// Equation(s): +// \text_gen|char_ram~50854_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16720_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16608_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16608_q ), + .datad(\text_gen|char_ram~16720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50854 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50855 ( +// Equation(s): +// \text_gen|char_ram~50855_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50854_combout & ((\text_gen|char_ram~16944_q ))) # (!\text_gen|char_ram~50854_combout & (\text_gen|char_ram~16832_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50854_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16832_q ), + .datac(\text_gen|char_ram~16944_q ), + .datad(\text_gen|char_ram~50854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50855 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50856 ( +// Equation(s): +// \text_gen|char_ram~50856_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50853_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~50855_combout )))) + + .dataa(\text_gen|char_ram~50853_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~50855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50856 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~50856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50859 ( +// Equation(s): +// \text_gen|char_ram~50859_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50856_combout & (\text_gen|char_ram~50858_combout )) # (!\text_gen|char_ram~50856_combout & ((\text_gen|char_ram~50851_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50856_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50858_combout ), + .datac(\text_gen|char_ram~50851_combout ), + .datad(\text_gen|char_ram~50856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50859 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y8_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2454feeder ( +// Equation(s): +// \text_gen|char_ram~2454feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2454feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2454feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2454feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y8_N31 +dffeas \text_gen|char_ram~2454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2454feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y8_N9 +dffeas \text_gen|char_ram~2678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2566feeder ( +// Equation(s): +// \text_gen|char_ram~2566feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2566feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y8_N25 +dffeas \text_gen|char_ram~2566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y8_N7 +dffeas \text_gen|char_ram~2342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50867 ( +// Equation(s): +// \text_gen|char_ram~50867_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~2566_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~2342_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2566_q ), + .datac(\text_gen|char_ram~2342_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50867 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50868 ( +// Equation(s): +// \text_gen|char_ram~50868_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50867_combout & ((\text_gen|char_ram~2678_q ))) # (!\text_gen|char_ram~50867_combout & (\text_gen|char_ram~2454_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50867_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2454_q ), + .datac(\text_gen|char_ram~2678_q ), + .datad(\text_gen|char_ram~50867_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50868 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y8_N25 +dffeas \text_gen|char_ram~2622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y8_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2398feeder ( +// Equation(s): +// \text_gen|char_ram~2398feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2398feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y8_N21 +dffeas \text_gen|char_ram~2398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y19_N27 +dffeas \text_gen|char_ram~2286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y20_N25 +dffeas \text_gen|char_ram~2510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50860 ( +// Equation(s): +// \text_gen|char_ram~50860_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~2510_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~2286_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2286_q ), + .datad(\text_gen|char_ram~2510_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50860 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y8_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50861 ( +// Equation(s): +// \text_gen|char_ram~50861_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50860_combout & (\text_gen|char_ram~2622_q )) # (!\text_gen|char_ram~50860_combout & ((\text_gen|char_ram~2398_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50860_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2622_q ), + .datac(\text_gen|char_ram~2398_q ), + .datad(\text_gen|char_ram~50860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50861 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y13_N5 +dffeas \text_gen|char_ram~2552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y12_N31 +dffeas \text_gen|char_ram~2664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y12_N5 +dffeas \text_gen|char_ram~2440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y12_N11 +dffeas \text_gen|char_ram~2328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50862 ( +// Equation(s): +// \text_gen|char_ram~50862_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2440_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~2328_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2440_q ), + .datac(\text_gen|char_ram~2328_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50862 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50863 ( +// Equation(s): +// \text_gen|char_ram~50863_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50862_combout & ((\text_gen|char_ram~2664_q ))) # (!\text_gen|char_ram~50862_combout & (\text_gen|char_ram~2552_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50862_combout )))) + + .dataa(\text_gen|char_ram~2552_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2664_q ), + .datad(\text_gen|char_ram~50862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50863 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y20_N5 +dffeas \text_gen|char_ram~2496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y17_N15 +dffeas \text_gen|char_ram~2608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2384feeder ( +// Equation(s): +// \text_gen|char_ram~2384feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2384feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N29 +dffeas \text_gen|char_ram~2384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y20_N27 +dffeas \text_gen|char_ram~2272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50864 ( +// Equation(s): +// \text_gen|char_ram~50864_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2384_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~2272_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2384_q ), + .datac(\text_gen|char_ram~2272_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50864 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50865 ( +// Equation(s): +// \text_gen|char_ram~50865_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50864_combout & ((\text_gen|char_ram~2608_q ))) # (!\text_gen|char_ram~50864_combout & (\text_gen|char_ram~2496_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50864_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2496_q ), + .datac(\text_gen|char_ram~2608_q ), + .datad(\text_gen|char_ram~50864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50865 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50866 ( +// Equation(s): +// \text_gen|char_ram~50866_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~50863_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50865_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50863_combout ), + .datad(\text_gen|char_ram~50865_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50866 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50869 ( +// Equation(s): +// \text_gen|char_ram~50869_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50866_combout & (\text_gen|char_ram~50868_combout )) # (!\text_gen|char_ram~50866_combout & ((\text_gen|char_ram~50861_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50866_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50868_combout ), + .datac(\text_gen|char_ram~50861_combout ), + .datad(\text_gen|char_ram~50866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50869 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50870 ( +// Equation(s): +// \text_gen|char_ram~50870_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~50859_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~50869_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~50859_combout ), + .datad(\text_gen|char_ram~50869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50870 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y16_N13 +dffeas \text_gen|char_ram~9832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y16_N15 +dffeas \text_gen|char_ram~9720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y19_N29 +dffeas \text_gen|char_ram~9496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y35_N25 +dffeas \text_gen|char_ram~9608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50840 ( +// Equation(s): +// \text_gen|char_ram~50840_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9608_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9496_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9496_q ), + .datad(\text_gen|char_ram~9608_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50840 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50841 ( +// Equation(s): +// \text_gen|char_ram~50841_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50840_combout & (\text_gen|char_ram~9832_q )) # (!\text_gen|char_ram~50840_combout & ((\text_gen|char_ram~9720_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50840_combout )))) + + .dataa(\text_gen|char_ram~9832_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9720_q ), + .datad(\text_gen|char_ram~50840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50841 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9622feeder ( +// Equation(s): +// \text_gen|char_ram~9622feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9622feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9622feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9622feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y12_N3 +dffeas \text_gen|char_ram~9622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9622feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y12_N5 +dffeas \text_gen|char_ram~9846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y12_N19 +dffeas \text_gen|char_ram~9510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9734feeder ( +// Equation(s): +// \text_gen|char_ram~9734feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9734feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y12_N17 +dffeas \text_gen|char_ram~9734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50847 ( +// Equation(s): +// \text_gen|char_ram~50847_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~9734_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9510_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9510_q ), + .datad(\text_gen|char_ram~9734_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50847 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50848 ( +// Equation(s): +// \text_gen|char_ram~50848_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50847_combout & ((\text_gen|char_ram~9846_q ))) # (!\text_gen|char_ram~50847_combout & (\text_gen|char_ram~9622_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50847_combout )))) + + .dataa(\text_gen|char_ram~9622_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9846_q ), + .datad(\text_gen|char_ram~50847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50848 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y19_N25 +dffeas \text_gen|char_ram~9566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y17_N21 +dffeas \text_gen|char_ram~9790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y17_N7 +dffeas \text_gen|char_ram~9454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y17_N29 +dffeas \text_gen|char_ram~9678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50842 ( +// Equation(s): +// \text_gen|char_ram~50842_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~9678_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9454_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9454_q ), + .datad(\text_gen|char_ram~9678_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50842 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50843 ( +// Equation(s): +// \text_gen|char_ram~50843_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50842_combout & ((\text_gen|char_ram~9790_q ))) # (!\text_gen|char_ram~50842_combout & (\text_gen|char_ram~9566_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50842_combout )))) + + .dataa(\text_gen|char_ram~9566_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9790_q ), + .datad(\text_gen|char_ram~50842_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50843 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y36_N3 +dffeas \text_gen|char_ram~9440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9552feeder ( +// Equation(s): +// \text_gen|char_ram~9552feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9552feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9552feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9552feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y36_N1 +dffeas \text_gen|char_ram~9552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9552feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50844 ( +// Equation(s): +// \text_gen|char_ram~50844_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9552_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9440_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9440_q ), + .datad(\text_gen|char_ram~9552_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50844 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y36_N17 +dffeas \text_gen|char_ram~9776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9664feeder ( +// Equation(s): +// \text_gen|char_ram~9664feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9664feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9664feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9664feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y36_N19 +dffeas \text_gen|char_ram~9664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9664feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50845 ( +// Equation(s): +// \text_gen|char_ram~50845_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50844_combout & (\text_gen|char_ram~9776_q )) # (!\text_gen|char_ram~50844_combout & ((\text_gen|char_ram~9664_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50844_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50844_combout ), + .datac(\text_gen|char_ram~9776_q ), + .datad(\text_gen|char_ram~9664_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50845 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50846 ( +// Equation(s): +// \text_gen|char_ram~50846_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50843_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50845_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50843_combout ), + .datad(\text_gen|char_ram~50845_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50846 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50849 ( +// Equation(s): +// \text_gen|char_ram~50849_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50846_combout & ((\text_gen|char_ram~50848_combout ))) # (!\text_gen|char_ram~50846_combout & (\text_gen|char_ram~50841_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50846_combout )))) + + .dataa(\text_gen|char_ram~50841_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50848_combout ), + .datad(\text_gen|char_ram~50846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50849 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24056feeder ( +// Equation(s): +// \text_gen|char_ram~24056feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y17_N21 +dffeas \text_gen|char_ram~24056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y15_N13 +dffeas \text_gen|char_ram~24168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y15_N11 +dffeas \text_gen|char_ram~23832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23944feeder ( +// Equation(s): +// \text_gen|char_ram~23944feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23944feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23944feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23944feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y15_N13 +dffeas \text_gen|char_ram~23944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23944feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50871 ( +// Equation(s): +// \text_gen|char_ram~50871_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~23944_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23832_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23832_q ), + .datad(\text_gen|char_ram~23944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50871 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50872 ( +// Equation(s): +// \text_gen|char_ram~50872_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50871_combout & ((\text_gen|char_ram~24168_q ))) # (!\text_gen|char_ram~50871_combout & (\text_gen|char_ram~24056_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50871_combout )))) + + .dataa(\text_gen|char_ram~24056_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24168_q ), + .datad(\text_gen|char_ram~50871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50872 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y11_N19 +dffeas \text_gen|char_ram~23958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y11_N13 +dffeas \text_gen|char_ram~24182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y11_N27 +dffeas \text_gen|char_ram~23846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24070feeder ( +// Equation(s): +// \text_gen|char_ram~24070feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y11_N17 +dffeas \text_gen|char_ram~24070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50878 ( +// Equation(s): +// \text_gen|char_ram~50878_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~24070_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23846_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23846_q ), + .datad(\text_gen|char_ram~24070_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50878 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50879 ( +// Equation(s): +// \text_gen|char_ram~50879_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50878_combout & ((\text_gen|char_ram~24182_q ))) # (!\text_gen|char_ram~50878_combout & (\text_gen|char_ram~23958_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50878_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23958_q ), + .datac(\text_gen|char_ram~24182_q ), + .datad(\text_gen|char_ram~50878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50879 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N7 +dffeas \text_gen|char_ram~23888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y19_N7 +dffeas \text_gen|char_ram~23776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50875 ( +// Equation(s): +// \text_gen|char_ram~50875_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~23888_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~23776_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23888_q ), + .datac(\text_gen|char_ram~23776_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50875 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N15 +dffeas \text_gen|char_ram~24000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y19_N9 +dffeas \text_gen|char_ram~24112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50876 ( +// Equation(s): +// \text_gen|char_ram~50876_combout = (\text_gen|char_ram~50875_combout & (((\text_gen|char_ram~24112_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~50875_combout & (\text_gen|char_ram~24000_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~50875_combout ), + .datab(\text_gen|char_ram~24000_q ), + .datac(\text_gen|char_ram~24112_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50876 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N23 +dffeas \text_gen|char_ram~23790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24014feeder ( +// Equation(s): +// \text_gen|char_ram~24014feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24014feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24014feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24014feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y20_N15 +dffeas \text_gen|char_ram~24014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24014feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50873 ( +// Equation(s): +// \text_gen|char_ram~50873_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~24014_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23790_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23790_q ), + .datad(\text_gen|char_ram~24014_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50873 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y21_N21 +dffeas \text_gen|char_ram~24126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y21_N19 +dffeas \text_gen|char_ram~23902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50874 ( +// Equation(s): +// \text_gen|char_ram~50874_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50873_combout & (\text_gen|char_ram~24126_q )) # (!\text_gen|char_ram~50873_combout & ((\text_gen|char_ram~23902_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~50873_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50873_combout ), + .datac(\text_gen|char_ram~24126_q ), + .datad(\text_gen|char_ram~23902_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50874 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50877 ( +// Equation(s): +// \text_gen|char_ram~50877_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~50874_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50876_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50876_combout ), + .datad(\text_gen|char_ram~50874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50877 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50880 ( +// Equation(s): +// \text_gen|char_ram~50880_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50877_combout & ((\text_gen|char_ram~50879_combout ))) # (!\text_gen|char_ram~50877_combout & (\text_gen|char_ram~50872_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50877_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50872_combout ), + .datac(\text_gen|char_ram~50879_combout ), + .datad(\text_gen|char_ram~50877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50880 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50881 ( +// Equation(s): +// \text_gen|char_ram~50881_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50870_combout & ((\text_gen|char_ram~50880_combout ))) # (!\text_gen|char_ram~50870_combout & (\text_gen|char_ram~50849_combout )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~50870_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~50870_combout ), + .datac(\text_gen|char_ram~50849_combout ), + .datad(\text_gen|char_ram~50880_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50881 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~50881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X115_Y23_N29 +dffeas \text_gen|char_ram~10630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X115_Y23_N11 +dffeas \text_gen|char_ram~10406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X115_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50984 ( +// Equation(s): +// \text_gen|char_ram~50984_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~10630_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~10406_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10630_q ), + .datac(\text_gen|char_ram~10406_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50984 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y31_N23 +dffeas \text_gen|char_ram~10742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10518feeder ( +// Equation(s): +// \text_gen|char_ram~10518feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10518feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10518feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10518feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y31_N13 +dffeas \text_gen|char_ram~10518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10518feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50985 ( +// Equation(s): +// \text_gen|char_ram~50985_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50984_combout & (\text_gen|char_ram~10742_q )) # (!\text_gen|char_ram~50984_combout & ((\text_gen|char_ram~10518_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~50984_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50984_combout ), + .datac(\text_gen|char_ram~10742_q ), + .datad(\text_gen|char_ram~10518_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50985 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y28_N21 +dffeas \text_gen|char_ram~10504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y31_N1 +dffeas \text_gen|char_ram~10728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N13 +dffeas \text_gen|char_ram~10616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y27_N1 +dffeas \text_gen|char_ram~10392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50977 ( +// Equation(s): +// \text_gen|char_ram~50977_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~10616_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~10392_q +// ))))) + + .dataa(\text_gen|char_ram~10616_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10392_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50977 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50978 ( +// Equation(s): +// \text_gen|char_ram~50978_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50977_combout & ((\text_gen|char_ram~10728_q ))) # (!\text_gen|char_ram~50977_combout & (\text_gen|char_ram~10504_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50977_combout )))) + + .dataa(\text_gen|char_ram~10504_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10728_q ), + .datad(\text_gen|char_ram~50977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50978 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10560feeder ( +// Equation(s): +// \text_gen|char_ram~10560feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10560feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10560feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10560feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y39_N31 +dffeas \text_gen|char_ram~10560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10560feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y34_N27 +dffeas \text_gen|char_ram~10672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y35_N25 +dffeas \text_gen|char_ram~10336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y39_N27 +dffeas \text_gen|char_ram~10448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50981 ( +// Equation(s): +// \text_gen|char_ram~50981_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10448_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10336_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10336_q ), + .datad(\text_gen|char_ram~10448_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50981 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50982 ( +// Equation(s): +// \text_gen|char_ram~50982_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50981_combout & ((\text_gen|char_ram~10672_q ))) # (!\text_gen|char_ram~50981_combout & (\text_gen|char_ram~10560_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50981_combout )))) + + .dataa(\text_gen|char_ram~10560_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10672_q ), + .datad(\text_gen|char_ram~50981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50982 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y36_N31 +dffeas \text_gen|char_ram~10574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10574 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y35_N9 +dffeas \text_gen|char_ram~10686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y29_N1 +dffeas \text_gen|char_ram~10350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y37_N21 +dffeas \text_gen|char_ram~10462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50979 ( +// Equation(s): +// \text_gen|char_ram~50979_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10462_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10350_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10350_q ), + .datad(\text_gen|char_ram~10462_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50979 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50980 ( +// Equation(s): +// \text_gen|char_ram~50980_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50979_combout & ((\text_gen|char_ram~10686_q ))) # (!\text_gen|char_ram~50979_combout & (\text_gen|char_ram~10574_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50979_combout )))) + + .dataa(\text_gen|char_ram~10574_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10686_q ), + .datad(\text_gen|char_ram~50979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50980 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50983 ( +// Equation(s): +// \text_gen|char_ram~50983_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~50980_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50982_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50982_combout ), + .datad(\text_gen|char_ram~50980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50983 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50986 ( +// Equation(s): +// \text_gen|char_ram~50986_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50983_combout & (\text_gen|char_ram~50985_combout )) # (!\text_gen|char_ram~50983_combout & ((\text_gen|char_ram~50978_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50983_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50985_combout ), + .datac(\text_gen|char_ram~50978_combout ), + .datad(\text_gen|char_ram~50983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50986 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y30_N25 +dffeas \text_gen|char_ram~3406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y28_N23 +dffeas \text_gen|char_ram~3518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y29_N11 +dffeas \text_gen|char_ram~3182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y33_N31 +dffeas \text_gen|char_ram~3294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50989 ( +// Equation(s): +// \text_gen|char_ram~50989_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3294_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3182_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3182_q ), + .datad(\text_gen|char_ram~3294_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50989 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50990 ( +// Equation(s): +// \text_gen|char_ram~50990_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50989_combout & ((\text_gen|char_ram~3518_q ))) # (!\text_gen|char_ram~50989_combout & (\text_gen|char_ram~3406_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50989_combout )))) + + .dataa(\text_gen|char_ram~3406_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3518_q ), + .datad(\text_gen|char_ram~50989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50990 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N17 +dffeas \text_gen|char_ram~3392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y34_N3 +dffeas \text_gen|char_ram~3504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y34_N17 +dffeas \text_gen|char_ram~3168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N25 +dffeas \text_gen|char_ram~3280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50991 ( +// Equation(s): +// \text_gen|char_ram~50991_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3280_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3168_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3168_q ), + .datad(\text_gen|char_ram~3280_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50991 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50992 ( +// Equation(s): +// \text_gen|char_ram~50992_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50991_combout & ((\text_gen|char_ram~3504_q ))) # (!\text_gen|char_ram~50991_combout & (\text_gen|char_ram~3392_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50991_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3392_q ), + .datac(\text_gen|char_ram~3504_q ), + .datad(\text_gen|char_ram~50991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50992 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50993 ( +// Equation(s): +// \text_gen|char_ram~50993_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50990_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50992_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50990_combout ), + .datad(\text_gen|char_ram~50992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50993 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y28_N3 +dffeas \text_gen|char_ram~3560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y28_N25 +dffeas \text_gen|char_ram~3224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y27_N27 +dffeas \text_gen|char_ram~3448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50987 ( +// Equation(s): +// \text_gen|char_ram~50987_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~3448_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3224_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3224_q ), + .datad(\text_gen|char_ram~3448_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50987 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y35_N5 +dffeas \text_gen|char_ram~3336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50988 ( +// Equation(s): +// \text_gen|char_ram~50988_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50987_combout & (\text_gen|char_ram~3560_q )) # (!\text_gen|char_ram~50987_combout & ((\text_gen|char_ram~3336_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50987_combout )))) + + .dataa(\text_gen|char_ram~3560_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50987_combout ), + .datad(\text_gen|char_ram~3336_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50988 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y22_N5 +dffeas \text_gen|char_ram~3350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y27_N1 +dffeas \text_gen|char_ram~3574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3574 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y27_N19 +dffeas \text_gen|char_ram~3238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y27_N25 +dffeas \text_gen|char_ram~3462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50994 ( +// Equation(s): +// \text_gen|char_ram~50994_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~3462_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3238_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3238_q ), + .datad(\text_gen|char_ram~3462_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50994 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50995 ( +// Equation(s): +// \text_gen|char_ram~50995_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50994_combout & ((\text_gen|char_ram~3574_q ))) # (!\text_gen|char_ram~50994_combout & (\text_gen|char_ram~3350_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50994_combout )))) + + .dataa(\text_gen|char_ram~3350_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3574_q ), + .datad(\text_gen|char_ram~50994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50995 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50996 ( +// Equation(s): +// \text_gen|char_ram~50996_combout = (\text_gen|char_ram~50993_combout & (((\text_gen|char_ram~50995_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~50993_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~50988_combout ))) + + .dataa(\text_gen|char_ram~50993_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50988_combout ), + .datad(\text_gen|char_ram~50995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50996 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~50996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50997 ( +// Equation(s): +// \text_gen|char_ram~50997_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50986_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~50996_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~50986_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~50996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50997 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~50997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y27_N29 +dffeas \text_gen|char_ram~24742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y27_N21 +dffeas \text_gen|char_ram~24966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51005 ( +// Equation(s): +// \text_gen|char_ram~51005_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~24966_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~24742_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24742_q ), + .datad(\text_gen|char_ram~24966_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51005 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y27_N21 +dffeas \text_gen|char_ram~25078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24854feeder ( +// Equation(s): +// \text_gen|char_ram~24854feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24854feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24854feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24854feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y27_N1 +dffeas \text_gen|char_ram~24854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24854feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51006 ( +// Equation(s): +// \text_gen|char_ram~51006_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51005_combout & (\text_gen|char_ram~25078_q )) # (!\text_gen|char_ram~51005_combout & ((\text_gen|char_ram~24854_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51005_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51005_combout ), + .datac(\text_gen|char_ram~25078_q ), + .datad(\text_gen|char_ram~24854_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51006 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24840feeder ( +// Equation(s): +// \text_gen|char_ram~24840feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24840feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24840feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24840feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N3 +dffeas \text_gen|char_ram~24840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24840feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y31_N19 +dffeas \text_gen|char_ram~25064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y28_N15 +dffeas \text_gen|char_ram~24728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y28_N17 +dffeas \text_gen|char_ram~24952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50998 ( +// Equation(s): +// \text_gen|char_ram~50998_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~24952_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~24728_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24728_q ), + .datad(\text_gen|char_ram~24952_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50998 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50999 ( +// Equation(s): +// \text_gen|char_ram~50999_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50998_combout & ((\text_gen|char_ram~25064_q ))) # (!\text_gen|char_ram~50998_combout & (\text_gen|char_ram~24840_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50998_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~24840_q ), + .datac(\text_gen|char_ram~25064_q ), + .datad(\text_gen|char_ram~50998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50999 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24910feeder ( +// Equation(s): +// \text_gen|char_ram~24910feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24910feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24910feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24910feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y29_N7 +dffeas \text_gen|char_ram~24910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24910feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y29_N9 +dffeas \text_gen|char_ram~25022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y33_N3 +dffeas \text_gen|char_ram~24686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24798feeder ( +// Equation(s): +// \text_gen|char_ram~24798feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24798feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24798feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24798feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y36_N29 +dffeas \text_gen|char_ram~24798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24798feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51000 ( +// Equation(s): +// \text_gen|char_ram~51000_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~24798_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~24686_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24686_q ), + .datad(\text_gen|char_ram~24798_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51000 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51001 ( +// Equation(s): +// \text_gen|char_ram~51001_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51000_combout & ((\text_gen|char_ram~25022_q ))) # (!\text_gen|char_ram~51000_combout & (\text_gen|char_ram~24910_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51000_combout )))) + + .dataa(\text_gen|char_ram~24910_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25022_q ), + .datad(\text_gen|char_ram~51000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51001 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24896feeder ( +// Equation(s): +// \text_gen|char_ram~24896feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24896feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y32_N31 +dffeas \text_gen|char_ram~24896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y33_N15 +dffeas \text_gen|char_ram~24784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y33_N31 +dffeas \text_gen|char_ram~24672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51002 ( +// Equation(s): +// \text_gen|char_ram~51002_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~24784_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~24672_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~24784_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24672_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51002 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y31_N13 +dffeas \text_gen|char_ram~25008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51003 ( +// Equation(s): +// \text_gen|char_ram~51003_combout = (\text_gen|char_ram~51002_combout & (((\text_gen|char_ram~25008_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~51002_combout & (\text_gen|char_ram~24896_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~24896_q ), + .datab(\text_gen|char_ram~51002_combout ), + .datac(\text_gen|char_ram~25008_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51003 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51004 ( +// Equation(s): +// \text_gen|char_ram~51004_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~51001_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~51003_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51001_combout ), + .datad(\text_gen|char_ram~51003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51004 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51007 ( +// Equation(s): +// \text_gen|char_ram~51007_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51004_combout & (\text_gen|char_ram~51006_combout )) # (!\text_gen|char_ram~51004_combout & ((\text_gen|char_ram~50999_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51004_combout )))) + + .dataa(\text_gen|char_ram~51006_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50999_combout ), + .datad(\text_gen|char_ram~51004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51007 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y25_N19 +dffeas \text_gen|char_ram~17742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y25_N21 +dffeas \text_gen|char_ram~17854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y29_N15 +dffeas \text_gen|char_ram~17630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y29_N27 +dffeas \text_gen|char_ram~17518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50969 ( +// Equation(s): +// \text_gen|char_ram~50969_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~17630_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~17518_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~17630_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17518_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50969 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50970 ( +// Equation(s): +// \text_gen|char_ram~50970_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50969_combout & ((\text_gen|char_ram~17854_q ))) # (!\text_gen|char_ram~50969_combout & (\text_gen|char_ram~17742_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50969_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17742_q ), + .datac(\text_gen|char_ram~17854_q ), + .datad(\text_gen|char_ram~50969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50970 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17728feeder ( +// Equation(s): +// \text_gen|char_ram~17728feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17728feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y28_N3 +dffeas \text_gen|char_ram~17728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y29_N21 +dffeas \text_gen|char_ram~17840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N31 +dffeas \text_gen|char_ram~17616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y29_N13 +dffeas \text_gen|char_ram~17504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50971 ( +// Equation(s): +// \text_gen|char_ram~50971_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~17616_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17504_q +// ))))) + + .dataa(\text_gen|char_ram~17616_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17504_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50971 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50972 ( +// Equation(s): +// \text_gen|char_ram~50972_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50971_combout & ((\text_gen|char_ram~17840_q ))) # (!\text_gen|char_ram~50971_combout & (\text_gen|char_ram~17728_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50971_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~17728_q ), + .datac(\text_gen|char_ram~17840_q ), + .datad(\text_gen|char_ram~50971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50972 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50973 ( +// Equation(s): +// \text_gen|char_ram~50973_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~50970_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50972_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50970_combout ), + .datad(\text_gen|char_ram~50972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50973 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17672feeder ( +// Equation(s): +// \text_gen|char_ram~17672feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17672feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17672feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17672feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N29 +dffeas \text_gen|char_ram~17672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17672feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y31_N9 +dffeas \text_gen|char_ram~17896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y27_N31 +dffeas \text_gen|char_ram~17560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y27_N25 +dffeas \text_gen|char_ram~17784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50967 ( +// Equation(s): +// \text_gen|char_ram~50967_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~17784_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17560_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17560_q ), + .datad(\text_gen|char_ram~17784_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50967 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50968 ( +// Equation(s): +// \text_gen|char_ram~50968_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50967_combout & ((\text_gen|char_ram~17896_q ))) # (!\text_gen|char_ram~50967_combout & (\text_gen|char_ram~17672_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50967_combout )))) + + .dataa(\text_gen|char_ram~17672_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17896_q ), + .datad(\text_gen|char_ram~50967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50968 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17686feeder ( +// Equation(s): +// \text_gen|char_ram~17686feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17686feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17686feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17686feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y35_N15 +dffeas \text_gen|char_ram~17686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17686feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y35_N7 +dffeas \text_gen|char_ram~17910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y27_N9 +dffeas \text_gen|char_ram~17574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17574 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y27_N9 +dffeas \text_gen|char_ram~17798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50974 ( +// Equation(s): +// \text_gen|char_ram~50974_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~17798_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17574_q +// )))) + + .dataa(\text_gen|char_ram~17574_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17798_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50974 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~50974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50975 ( +// Equation(s): +// \text_gen|char_ram~50975_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50974_combout & ((\text_gen|char_ram~17910_q ))) # (!\text_gen|char_ram~50974_combout & (\text_gen|char_ram~17686_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50974_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17686_q ), + .datac(\text_gen|char_ram~17910_q ), + .datad(\text_gen|char_ram~50974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50975 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50976 ( +// Equation(s): +// \text_gen|char_ram~50976_combout = (\text_gen|char_ram~50973_combout & (((\text_gen|char_ram~50975_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~50973_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~50968_combout ))) + + .dataa(\text_gen|char_ram~50973_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50968_combout ), + .datad(\text_gen|char_ram~50975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50976 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~50976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51008 ( +// Equation(s): +// \text_gen|char_ram~51008_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50997_combout & (\text_gen|char_ram~51007_combout )) # (!\text_gen|char_ram~50997_combout & ((\text_gen|char_ram~50976_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~50997_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~50997_combout ), + .datac(\text_gen|char_ram~51007_combout ), + .datad(\text_gen|char_ram~50976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51008 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~9174feeder ( +// Equation(s): +// \text_gen|char_ram~9174feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9174feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N7 +dffeas \text_gen|char_ram~9174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y39_N23 +dffeas \text_gen|char_ram~9062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y39_N17 +dffeas \text_gen|char_ram~9286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50931 ( +// Equation(s): +// \text_gen|char_ram~50931_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9286_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9062_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9062_q ), + .datad(\text_gen|char_ram~9286_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50931 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y39_N7 +dffeas \text_gen|char_ram~9398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50932 ( +// Equation(s): +// \text_gen|char_ram~50932_combout = (\text_gen|char_ram~50931_combout & (((\text_gen|char_ram~9398_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~50931_combout & (\text_gen|char_ram~9174_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~9174_q ), + .datab(\text_gen|char_ram~50931_combout ), + .datac(\text_gen|char_ram~9398_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50932 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N9 +dffeas \text_gen|char_ram~9118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y40_N31 +dffeas \text_gen|char_ram~9342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y39_N9 +dffeas \text_gen|char_ram~9006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y40_N7 +dffeas \text_gen|char_ram~9230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50924 ( +// Equation(s): +// \text_gen|char_ram~50924_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9230_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9006_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9006_q ), + .datad(\text_gen|char_ram~9230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50924 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50925 ( +// Equation(s): +// \text_gen|char_ram~50925_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50924_combout & ((\text_gen|char_ram~9342_q ))) # (!\text_gen|char_ram~50924_combout & (\text_gen|char_ram~9118_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50924_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~9118_q ), + .datac(\text_gen|char_ram~9342_q ), + .datad(\text_gen|char_ram~50924_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50925 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N19 +dffeas \text_gen|char_ram~9216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y39_N3 +dffeas \text_gen|char_ram~9328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y39_N27 +dffeas \text_gen|char_ram~8992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y39_N15 +dffeas \text_gen|char_ram~9104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50928 ( +// Equation(s): +// \text_gen|char_ram~50928_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9104_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~8992_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8992_q ), + .datad(\text_gen|char_ram~9104_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50928 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50929 ( +// Equation(s): +// \text_gen|char_ram~50929_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50928_combout & ((\text_gen|char_ram~9328_q ))) # (!\text_gen|char_ram~50928_combout & (\text_gen|char_ram~9216_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50928_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9216_q ), + .datac(\text_gen|char_ram~9328_q ), + .datad(\text_gen|char_ram~50928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50929 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y35_N1 +dffeas \text_gen|char_ram~9048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9160feeder ( +// Equation(s): +// \text_gen|char_ram~9160feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9160feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9160feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9160feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N25 +dffeas \text_gen|char_ram~9160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9160feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50926 ( +// Equation(s): +// \text_gen|char_ram~50926_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9160_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9048_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9048_q ), + .datad(\text_gen|char_ram~9160_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50926 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N1 +dffeas \text_gen|char_ram~9384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N15 +dffeas \text_gen|char_ram~9272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50927 ( +// Equation(s): +// \text_gen|char_ram~50927_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50926_combout & (\text_gen|char_ram~9384_q )) # (!\text_gen|char_ram~50926_combout & ((\text_gen|char_ram~9272_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~50926_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~50926_combout ), + .datac(\text_gen|char_ram~9384_q ), + .datad(\text_gen|char_ram~9272_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50927 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50930 ( +// Equation(s): +// \text_gen|char_ram~50930_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~50927_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50929_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50929_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~50927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50930 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~50930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50933 ( +// Equation(s): +// \text_gen|char_ram~50933_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50930_combout & (\text_gen|char_ram~50932_combout )) # (!\text_gen|char_ram~50930_combout & ((\text_gen|char_ram~50925_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50930_combout )))) + + .dataa(\text_gen|char_ram~50932_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50925_combout ), + .datad(\text_gen|char_ram~50930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50933 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y40_N31 +dffeas \text_gen|char_ram~23342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23566feeder ( +// Equation(s): +// \text_gen|char_ram~23566feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23566feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N1 +dffeas \text_gen|char_ram~23566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50955 ( +// Equation(s): +// \text_gen|char_ram~50955_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23566_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23342_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23342_q ), + .datad(\text_gen|char_ram~23566_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50955 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y40_N21 +dffeas \text_gen|char_ram~23454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y40_N31 +dffeas \text_gen|char_ram~23678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50956 ( +// Equation(s): +// \text_gen|char_ram~50956_combout = (\text_gen|char_ram~50955_combout & (((\text_gen|char_ram~23678_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~50955_combout & (\text_gen|char_ram~23454_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~50955_combout ), + .datab(\text_gen|char_ram~23454_q ), + .datac(\text_gen|char_ram~23678_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50956 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y27_N11 +dffeas \text_gen|char_ram~23398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23622feeder ( +// Equation(s): +// \text_gen|char_ram~23622feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23622feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23622feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23622feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N3 +dffeas \text_gen|char_ram~23622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23622feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50962 ( +// Equation(s): +// \text_gen|char_ram~50962_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23622_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23398_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23398_q ), + .datad(\text_gen|char_ram~23622_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50962 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y39_N25 +dffeas \text_gen|char_ram~23510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y39_N31 +dffeas \text_gen|char_ram~23734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50963 ( +// Equation(s): +// \text_gen|char_ram~50963_combout = (\text_gen|char_ram~50962_combout & (((\text_gen|char_ram~23734_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~50962_combout & (\text_gen|char_ram~23510_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~50962_combout ), + .datab(\text_gen|char_ram~23510_q ), + .datac(\text_gen|char_ram~23734_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50963 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y35_N7 +dffeas \text_gen|char_ram~23384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y35_N15 +dffeas \text_gen|char_ram~23496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50957 ( +// Equation(s): +// \text_gen|char_ram~50957_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23496_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23384_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23384_q ), + .datad(\text_gen|char_ram~23496_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50957 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y38_N15 +dffeas \text_gen|char_ram~23720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y38_N3 +dffeas \text_gen|char_ram~23608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50958 ( +// Equation(s): +// \text_gen|char_ram~50958_combout = (\text_gen|char_ram~50957_combout & (((\text_gen|char_ram~23720_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~50957_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~23608_q )))) + + .dataa(\text_gen|char_ram~50957_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23720_q ), + .datad(\text_gen|char_ram~23608_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50958 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y39_N17 +dffeas \text_gen|char_ram~23552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y39_N5 +dffeas \text_gen|char_ram~23664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y39_N31 +dffeas \text_gen|char_ram~23328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y39_N27 +dffeas \text_gen|char_ram~23440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50959 ( +// Equation(s): +// \text_gen|char_ram~50959_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23440_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23328_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23328_q ), + .datad(\text_gen|char_ram~23440_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50959 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50960 ( +// Equation(s): +// \text_gen|char_ram~50960_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50959_combout & ((\text_gen|char_ram~23664_q ))) # (!\text_gen|char_ram~50959_combout & (\text_gen|char_ram~23552_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50959_combout )))) + + .dataa(\text_gen|char_ram~23552_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23664_q ), + .datad(\text_gen|char_ram~50959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50960 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50961 ( +// Equation(s): +// \text_gen|char_ram~50961_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50958_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50960_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50958_combout ), + .datad(\text_gen|char_ram~50960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50961 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50964 ( +// Equation(s): +// \text_gen|char_ram~50964_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50961_combout & ((\text_gen|char_ram~50963_combout ))) # (!\text_gen|char_ram~50961_combout & (\text_gen|char_ram~50956_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50961_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50956_combout ), + .datac(\text_gen|char_ram~50963_combout ), + .datad(\text_gen|char_ram~50961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50964 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y40_N31 +dffeas \text_gen|char_ram~16286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y40_N31 +dffeas \text_gen|char_ram~16510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y48_N23 +dffeas \text_gen|char_ram~16174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16398feeder ( +// Equation(s): +// \text_gen|char_ram~16398feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16398feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y44_N17 +dffeas \text_gen|char_ram~16398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50934 ( +// Equation(s): +// \text_gen|char_ram~50934_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16398_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16174_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16174_q ), + .datad(\text_gen|char_ram~16398_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50934 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50935 ( +// Equation(s): +// \text_gen|char_ram~50935_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50934_combout & ((\text_gen|char_ram~16510_q ))) # (!\text_gen|char_ram~50934_combout & (\text_gen|char_ram~16286_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50934_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16286_q ), + .datac(\text_gen|char_ram~16510_q ), + .datad(\text_gen|char_ram~50934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50935 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y39_N25 +dffeas \text_gen|char_ram~16230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y39_N21 +dffeas \text_gen|char_ram~16454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50941 ( +// Equation(s): +// \text_gen|char_ram~50941_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16454_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16230_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16230_q ), + .datad(\text_gen|char_ram~16454_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50941 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y39_N15 +dffeas \text_gen|char_ram~16566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16342feeder ( +// Equation(s): +// \text_gen|char_ram~16342feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16342feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16342feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16342feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y39_N15 +dffeas \text_gen|char_ram~16342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16342feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50942 ( +// Equation(s): +// \text_gen|char_ram~50942_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50941_combout & (\text_gen|char_ram~16566_q )) # (!\text_gen|char_ram~50941_combout & ((\text_gen|char_ram~16342_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~50941_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50941_combout ), + .datac(\text_gen|char_ram~16566_q ), + .datad(\text_gen|char_ram~16342_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50942 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16384feeder ( +// Equation(s): +// \text_gen|char_ram~16384feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16384feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16384feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16384feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y40_N23 +dffeas \text_gen|char_ram~16384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16384feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y42_N31 +dffeas \text_gen|char_ram~16496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N5 +dffeas \text_gen|char_ram~16272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y42_N29 +dffeas \text_gen|char_ram~16160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50938 ( +// Equation(s): +// \text_gen|char_ram~50938_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16272_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16160_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16272_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16160_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50938 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50939 ( +// Equation(s): +// \text_gen|char_ram~50939_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50938_combout & ((\text_gen|char_ram~16496_q ))) # (!\text_gen|char_ram~50938_combout & (\text_gen|char_ram~16384_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50938_combout )))) + + .dataa(\text_gen|char_ram~16384_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16496_q ), + .datad(\text_gen|char_ram~50938_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50939 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y35_N17 +dffeas \text_gen|char_ram~16440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y35_N3 +dffeas \text_gen|char_ram~16552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y35_N21 +dffeas \text_gen|char_ram~16216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16328feeder ( +// Equation(s): +// \text_gen|char_ram~16328feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16328feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16328feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16328feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y16_N15 +dffeas \text_gen|char_ram~16328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16328feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50936 ( +// Equation(s): +// \text_gen|char_ram~50936_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16328_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16216_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16216_q ), + .datad(\text_gen|char_ram~16328_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50936 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50937 ( +// Equation(s): +// \text_gen|char_ram~50937_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50936_combout & ((\text_gen|char_ram~16552_q ))) # (!\text_gen|char_ram~50936_combout & (\text_gen|char_ram~16440_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50936_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16440_q ), + .datac(\text_gen|char_ram~16552_q ), + .datad(\text_gen|char_ram~50936_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50937 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50940 ( +// Equation(s): +// \text_gen|char_ram~50940_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50937_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50939_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50939_combout ), + .datad(\text_gen|char_ram~50937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50940 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50943 ( +// Equation(s): +// \text_gen|char_ram~50943_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50940_combout & ((\text_gen|char_ram~50942_combout ))) # (!\text_gen|char_ram~50940_combout & (\text_gen|char_ram~50935_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50940_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50935_combout ), + .datac(\text_gen|char_ram~50942_combout ), + .datad(\text_gen|char_ram~50940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50943 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y40_N19 +dffeas \text_gen|char_ram~2062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y40_N25 +dffeas \text_gen|char_ram~1838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50944 ( +// Equation(s): +// \text_gen|char_ram~50944_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~2062_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~1838_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2062_q ), + .datac(\text_gen|char_ram~1838_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50944 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y40_N31 +dffeas \text_gen|char_ram~2174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y40_N13 +dffeas \text_gen|char_ram~1950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50945 ( +// Equation(s): +// \text_gen|char_ram~50945_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50944_combout & (\text_gen|char_ram~2174_q )) # (!\text_gen|char_ram~50944_combout & ((\text_gen|char_ram~1950_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~50944_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~50944_combout ), + .datac(\text_gen|char_ram~2174_q ), + .datad(\text_gen|char_ram~1950_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50945 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y37_N19 +dffeas \text_gen|char_ram~2006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y37_N29 +dffeas \text_gen|char_ram~2230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y37_N25 +dffeas \text_gen|char_ram~1894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y37_N7 +dffeas \text_gen|char_ram~2118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50951 ( +// Equation(s): +// \text_gen|char_ram~50951_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~2118_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1894_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1894_q ), + .datad(\text_gen|char_ram~2118_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50951 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50952 ( +// Equation(s): +// \text_gen|char_ram~50952_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50951_combout & ((\text_gen|char_ram~2230_q ))) # (!\text_gen|char_ram~50951_combout & (\text_gen|char_ram~2006_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50951_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2006_q ), + .datac(\text_gen|char_ram~2230_q ), + .datad(\text_gen|char_ram~50951_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50952 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y39_N19 +dffeas \text_gen|char_ram~2104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N13 +dffeas \text_gen|char_ram~2216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N11 +dffeas \text_gen|char_ram~1880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y35_N11 +dffeas \text_gen|char_ram~1992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50946 ( +// Equation(s): +// \text_gen|char_ram~50946_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1992_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1880_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1880_q ), + .datad(\text_gen|char_ram~1992_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50946 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50947 ( +// Equation(s): +// \text_gen|char_ram~50947_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50946_combout & ((\text_gen|char_ram~2216_q ))) # (!\text_gen|char_ram~50946_combout & (\text_gen|char_ram~2104_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50946_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2104_q ), + .datac(\text_gen|char_ram~2216_q ), + .datad(\text_gen|char_ram~50946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50947 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y39_N7 +dffeas \text_gen|char_ram~2048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y39_N21 +dffeas \text_gen|char_ram~2160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y39_N1 +dffeas \text_gen|char_ram~1824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y39_N9 +dffeas \text_gen|char_ram~1936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50948 ( +// Equation(s): +// \text_gen|char_ram~50948_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1936_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1824_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1824_q ), + .datad(\text_gen|char_ram~1936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50948 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50949 ( +// Equation(s): +// \text_gen|char_ram~50949_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50948_combout & ((\text_gen|char_ram~2160_q ))) # (!\text_gen|char_ram~50948_combout & (\text_gen|char_ram~2048_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50948_combout )))) + + .dataa(\text_gen|char_ram~2048_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2160_q ), + .datad(\text_gen|char_ram~50948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50949 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50950 ( +// Equation(s): +// \text_gen|char_ram~50950_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50947_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~50949_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50947_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~50949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50950 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~50950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50953 ( +// Equation(s): +// \text_gen|char_ram~50953_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50950_combout & ((\text_gen|char_ram~50952_combout ))) # (!\text_gen|char_ram~50950_combout & (\text_gen|char_ram~50945_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50950_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50945_combout ), + .datac(\text_gen|char_ram~50952_combout ), + .datad(\text_gen|char_ram~50950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50953 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50954 ( +// Equation(s): +// \text_gen|char_ram~50954_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~50943_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~50953_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~50943_combout ), + .datad(\text_gen|char_ram~50953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50954 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50965 ( +// Equation(s): +// \text_gen|char_ram~50965_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50954_combout & ((\text_gen|char_ram~50964_combout ))) # (!\text_gen|char_ram~50954_combout & (\text_gen|char_ram~50933_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50954_combout )))) + + .dataa(\text_gen|char_ram~50933_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~50964_combout ), + .datad(\text_gen|char_ram~50954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50965 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10182feeder ( +// Equation(s): +// \text_gen|char_ram~10182feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10182feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10182feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10182feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y60_N15 +dffeas \text_gen|char_ram~10182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10182feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y56_N27 +dffeas \text_gen|char_ram~3014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50889 ( +// Equation(s): +// \text_gen|char_ram~50889_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10182_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3014_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10182_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3014_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50889 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17350feeder ( +// Equation(s): +// \text_gen|char_ram~17350feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17350feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17350feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17350feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N5 +dffeas \text_gen|char_ram~17350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17350feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y56_N27 +dffeas \text_gen|char_ram~24518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50890 ( +// Equation(s): +// \text_gen|char_ram~50890_combout = (\text_gen|char_ram~50889_combout & (((\text_gen|char_ram~24518_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~50889_combout & (\text_gen|char_ram~17350_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~50889_combout ), + .datab(\text_gen|char_ram~17350_q ), + .datac(\text_gen|char_ram~24518_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50890 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y56_N19 +dffeas \text_gen|char_ram~24462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y56_N3 +dffeas \text_gen|char_ram~10126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y56_N15 +dffeas \text_gen|char_ram~2958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50882 ( +// Equation(s): +// \text_gen|char_ram~50882_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10126_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2958_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10126_q ), + .datac(\text_gen|char_ram~2958_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50882 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y56_N25 +dffeas \text_gen|char_ram~17294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50883 ( +// Equation(s): +// \text_gen|char_ram~50883_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50882_combout & (\text_gen|char_ram~24462_q )) # (!\text_gen|char_ram~50882_combout & ((\text_gen|char_ram~17294_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50882_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~24462_q ), + .datac(\text_gen|char_ram~50882_combout ), + .datad(\text_gen|char_ram~17294_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50883 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y46_N13 +dffeas \text_gen|char_ram~10168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y47_N19 +dffeas \text_gen|char_ram~24504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y50_N13 +dffeas \text_gen|char_ram~17336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y50_N27 +dffeas \text_gen|char_ram~3000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50884 ( +// Equation(s): +// \text_gen|char_ram~50884_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17336_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3000_q +// ))))) + + .dataa(\text_gen|char_ram~17336_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3000_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50884 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50885 ( +// Equation(s): +// \text_gen|char_ram~50885_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50884_combout & ((\text_gen|char_ram~24504_q ))) # (!\text_gen|char_ram~50884_combout & (\text_gen|char_ram~10168_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50884_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10168_q ), + .datac(\text_gen|char_ram~24504_q ), + .datad(\text_gen|char_ram~50884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50885 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y42_N19 +dffeas \text_gen|char_ram~10112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y39_N29 +dffeas \text_gen|char_ram~24448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y50_N13 +dffeas \text_gen|char_ram~2944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17280feeder ( +// Equation(s): +// \text_gen|char_ram~17280feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17280feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17280feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17280feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y42_N25 +dffeas \text_gen|char_ram~17280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17280feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50886 ( +// Equation(s): +// \text_gen|char_ram~50886_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17280_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2944_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2944_q ), + .datad(\text_gen|char_ram~17280_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50886 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50887 ( +// Equation(s): +// \text_gen|char_ram~50887_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50886_combout & ((\text_gen|char_ram~24448_q ))) # (!\text_gen|char_ram~50886_combout & (\text_gen|char_ram~10112_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50886_combout )))) + + .dataa(\text_gen|char_ram~10112_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24448_q ), + .datad(\text_gen|char_ram~50886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50887 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50888 ( +// Equation(s): +// \text_gen|char_ram~50888_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~50885_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50887_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50885_combout ), + .datad(\text_gen|char_ram~50887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50888 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50891 ( +// Equation(s): +// \text_gen|char_ram~50891_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50888_combout & (\text_gen|char_ram~50890_combout )) # (!\text_gen|char_ram~50888_combout & ((\text_gen|char_ram~50883_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50888_combout )))) + + .dataa(\text_gen|char_ram~50890_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50883_combout ), + .datad(\text_gen|char_ram~50888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50891 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y60_N15 +dffeas \text_gen|char_ram~17126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y60_N7 +dffeas \text_gen|char_ram~24294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y60_N23 +dffeas \text_gen|char_ram~9958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y60_N21 +dffeas \text_gen|char_ram~2790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50909 ( +// Equation(s): +// \text_gen|char_ram~50909_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9958_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2790_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9958_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2790_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50909 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50910 ( +// Equation(s): +// \text_gen|char_ram~50910_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50909_combout & ((\text_gen|char_ram~24294_q ))) # (!\text_gen|char_ram~50909_combout & (\text_gen|char_ram~17126_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50909_combout )))) + + .dataa(\text_gen|char_ram~17126_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24294_q ), + .datad(\text_gen|char_ram~50909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50910 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9944feeder ( +// Equation(s): +// \text_gen|char_ram~9944feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9944feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9944feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9944feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y57_N5 +dffeas \text_gen|char_ram~9944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9944feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y53_N7 +dffeas \text_gen|char_ram~2776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50904 ( +// Equation(s): +// \text_gen|char_ram~50904_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9944_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2776_q +// ))))) + + .dataa(\text_gen|char_ram~9944_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2776_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50904 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y53_N1 +dffeas \text_gen|char_ram~24280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17112feeder ( +// Equation(s): +// \text_gen|char_ram~17112feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17112feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17112feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17112feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N27 +dffeas \text_gen|char_ram~17112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17112feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50905 ( +// Equation(s): +// \text_gen|char_ram~50905_combout = (\text_gen|char_ram~50904_combout & (((\text_gen|char_ram~24280_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~50904_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17112_q )))) + + .dataa(\text_gen|char_ram~50904_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24280_q ), + .datad(\text_gen|char_ram~17112_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50905 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9888feeder ( +// Equation(s): +// \text_gen|char_ram~9888feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9888feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9888feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9888feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N9 +dffeas \text_gen|char_ram~9888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9888feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y53_N7 +dffeas \text_gen|char_ram~2720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50906 ( +// Equation(s): +// \text_gen|char_ram~50906_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9888_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2720_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9888_q ), + .datac(\text_gen|char_ram~2720_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50906 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17056feeder ( +// Equation(s): +// \text_gen|char_ram~17056feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y53_N27 +dffeas \text_gen|char_ram~17056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y53_N21 +dffeas \text_gen|char_ram~24224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50907 ( +// Equation(s): +// \text_gen|char_ram~50907_combout = (\text_gen|char_ram~50906_combout & (((\text_gen|char_ram~24224_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~50906_combout & (\text_gen|char_ram~17056_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~50906_combout ), + .datab(\text_gen|char_ram~17056_q ), + .datac(\text_gen|char_ram~24224_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50907 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50908 ( +// Equation(s): +// \text_gen|char_ram~50908_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~50905_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50907_combout ))))) + + .dataa(\text_gen|char_ram~50905_combout ), + .datab(\text_gen|char_ram~50907_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~50908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50908 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~50908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y56_N21 +dffeas \text_gen|char_ram~17070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y56_N17 +dffeas \text_gen|char_ram~24238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y56_N7 +dffeas \text_gen|char_ram~2734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y56_N5 +dffeas \text_gen|char_ram~9902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50902 ( +// Equation(s): +// \text_gen|char_ram~50902_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9902_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2734_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2734_q ), + .datad(\text_gen|char_ram~9902_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50902 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50903 ( +// Equation(s): +// \text_gen|char_ram~50903_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50902_combout & ((\text_gen|char_ram~24238_q ))) # (!\text_gen|char_ram~50902_combout & (\text_gen|char_ram~17070_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50902_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17070_q ), + .datac(\text_gen|char_ram~24238_q ), + .datad(\text_gen|char_ram~50902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50903 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50911 ( +// Equation(s): +// \text_gen|char_ram~50911_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50908_combout & (\text_gen|char_ram~50910_combout )) # (!\text_gen|char_ram~50908_combout & ((\text_gen|char_ram~50903_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50908_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50910_combout ), + .datac(\text_gen|char_ram~50908_combout ), + .datad(\text_gen|char_ram~50903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50911 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10070feeder ( +// Equation(s): +// \text_gen|char_ram~10070feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y60_N31 +dffeas \text_gen|char_ram~10070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y40_N1 +dffeas \text_gen|char_ram~2902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50899 ( +// Equation(s): +// \text_gen|char_ram~50899_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10070_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2902_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10070_q ), + .datac(\text_gen|char_ram~2902_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50899 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y41_N27 +dffeas \text_gen|char_ram~24406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17238feeder ( +// Equation(s): +// \text_gen|char_ram~17238feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17238feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17238feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17238feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y46_N13 +dffeas \text_gen|char_ram~17238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17238feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50900 ( +// Equation(s): +// \text_gen|char_ram~50900_combout = (\text_gen|char_ram~50899_combout & (((\text_gen|char_ram~24406_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~50899_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17238_q )))) + + .dataa(\text_gen|char_ram~50899_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24406_q ), + .datad(\text_gen|char_ram~17238_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50900 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y41_N11 +dffeas \text_gen|char_ram~24336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y39_N25 +dffeas \text_gen|char_ram~10000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y33_N5 +dffeas \text_gen|char_ram~17168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y39_N25 +dffeas \text_gen|char_ram~2832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50896 ( +// Equation(s): +// \text_gen|char_ram~50896_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17168_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2832_q +// ))))) + + .dataa(\text_gen|char_ram~17168_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2832_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50896 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50897 ( +// Equation(s): +// \text_gen|char_ram~50897_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50896_combout & (\text_gen|char_ram~24336_q )) # (!\text_gen|char_ram~50896_combout & ((\text_gen|char_ram~10000_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50896_combout )))) + + .dataa(\text_gen|char_ram~24336_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~10000_q ), + .datad(\text_gen|char_ram~50896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50897 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17182feeder ( +// Equation(s): +// \text_gen|char_ram~17182feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17182feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17182feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17182feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y56_N21 +dffeas \text_gen|char_ram~17182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17182feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y60_N29 +dffeas \text_gen|char_ram~24350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y60_N17 +dffeas \text_gen|char_ram~10014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y60_N19 +dffeas \text_gen|char_ram~2846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50894 ( +// Equation(s): +// \text_gen|char_ram~50894_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10014_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2846_q +// ))))) + + .dataa(\text_gen|char_ram~10014_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2846_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50894 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50895 ( +// Equation(s): +// \text_gen|char_ram~50895_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50894_combout & ((\text_gen|char_ram~24350_q ))) # (!\text_gen|char_ram~50894_combout & (\text_gen|char_ram~17182_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50894_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17182_q ), + .datac(\text_gen|char_ram~24350_q ), + .datad(\text_gen|char_ram~50894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50895 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50898 ( +// Equation(s): +// \text_gen|char_ram~50898_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50895_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50897_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50897_combout ), + .datad(\text_gen|char_ram~50895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50898 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y57_N25 +dffeas \text_gen|char_ram~10056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y41_N25 +dffeas \text_gen|char_ram~24392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17224feeder ( +// Equation(s): +// \text_gen|char_ram~17224feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y35_N1 +dffeas \text_gen|char_ram~17224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y39_N23 +dffeas \text_gen|char_ram~2888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50892 ( +// Equation(s): +// \text_gen|char_ram~50892_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17224_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2888_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17224_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2888_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50892 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50893 ( +// Equation(s): +// \text_gen|char_ram~50893_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50892_combout & ((\text_gen|char_ram~24392_q ))) # (!\text_gen|char_ram~50892_combout & (\text_gen|char_ram~10056_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50892_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10056_q ), + .datac(\text_gen|char_ram~24392_q ), + .datad(\text_gen|char_ram~50892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50893 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50901 ( +// Equation(s): +// \text_gen|char_ram~50901_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50898_combout & (\text_gen|char_ram~50900_combout )) # (!\text_gen|char_ram~50898_combout & ((\text_gen|char_ram~50893_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50898_combout )))) + + .dataa(\text_gen|char_ram~50900_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50898_combout ), + .datad(\text_gen|char_ram~50893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50901 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50912 ( +// Equation(s): +// \text_gen|char_ram~50912_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~50901_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~50911_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~50911_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~50901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50912 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~50912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y56_N23 +dffeas \text_gen|char_ram~10238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y53_N3 +dffeas \text_gen|char_ram~24574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24574 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y53_N21 +dffeas \text_gen|char_ram~24560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10224feeder ( +// Equation(s): +// \text_gen|char_ram~10224feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N15 +dffeas \text_gen|char_ram~10224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50915 ( +// Equation(s): +// \text_gen|char_ram~50915_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~24560_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~10224_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~24560_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~10224_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~50915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50915 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50916 ( +// Equation(s): +// \text_gen|char_ram~50916_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50915_combout & ((\text_gen|char_ram~24574_q ))) # (!\text_gen|char_ram~50915_combout & (\text_gen|char_ram~10238_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50915_combout )))) + + .dataa(\text_gen|char_ram~10238_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24574_q ), + .datad(\text_gen|char_ram~50915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50916 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y54_N17 +dffeas \text_gen|char_ram~3070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y54_N31 +dffeas \text_gen|char_ram~17406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y53_N13 +dffeas \text_gen|char_ram~17392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y53_N31 +dffeas \text_gen|char_ram~3056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50917 ( +// Equation(s): +// \text_gen|char_ram~50917_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17392_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3056_q ))))) + + .dataa(\text_gen|char_ram~17392_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3056_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50917 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50918 ( +// Equation(s): +// \text_gen|char_ram~50918_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50917_combout & ((\text_gen|char_ram~17406_q ))) # (!\text_gen|char_ram~50917_combout & (\text_gen|char_ram~3070_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50917_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3070_q ), + .datac(\text_gen|char_ram~17406_q ), + .datad(\text_gen|char_ram~50917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50918 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50919 ( +// Equation(s): +// \text_gen|char_ram~50919_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~50916_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~50918_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50916_combout ), + .datac(\text_gen|char_ram~50918_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50919 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N5 +dffeas \text_gen|char_ram~24616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y58_N27 +dffeas \text_gen|char_ram~24630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10294feeder ( +// Equation(s): +// \text_gen|char_ram~10294feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10294feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10294feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10294feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y60_N5 +dffeas \text_gen|char_ram~10294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10294feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y58_N25 +dffeas \text_gen|char_ram~10280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50920 ( +// Equation(s): +// \text_gen|char_ram~50920_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10294_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~10280_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10294_q ), + .datac(\text_gen|char_ram~10280_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50920 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50921 ( +// Equation(s): +// \text_gen|char_ram~50921_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50920_combout & ((\text_gen|char_ram~24630_q ))) # (!\text_gen|char_ram~50920_combout & (\text_gen|char_ram~24616_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50920_combout )))) + + .dataa(\text_gen|char_ram~24616_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24630_q ), + .datad(\text_gen|char_ram~50920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50921 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y35_N27 +dffeas \text_gen|char_ram~17448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y35_N17 +dffeas \text_gen|char_ram~17462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y54_N13 +dffeas \text_gen|char_ram~3126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y54_N19 +dffeas \text_gen|char_ram~3112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50913 ( +// Equation(s): +// \text_gen|char_ram~50913_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~3126_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~3112_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~3126_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3112_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50913 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50914 ( +// Equation(s): +// \text_gen|char_ram~50914_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50913_combout & ((\text_gen|char_ram~17462_q ))) # (!\text_gen|char_ram~50913_combout & (\text_gen|char_ram~17448_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50913_combout )))) + + .dataa(\text_gen|char_ram~17448_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17462_q ), + .datad(\text_gen|char_ram~50913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50914 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50922 ( +// Equation(s): +// \text_gen|char_ram~50922_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50919_combout & (\text_gen|char_ram~50921_combout )) # (!\text_gen|char_ram~50919_combout & ((\text_gen|char_ram~50914_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~50919_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50919_combout ), + .datac(\text_gen|char_ram~50921_combout ), + .datad(\text_gen|char_ram~50914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50922 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50923 ( +// Equation(s): +// \text_gen|char_ram~50923_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~50912_combout & ((\text_gen|char_ram~50922_combout ))) # (!\text_gen|char_ram~50912_combout & (\text_gen|char_ram~50891_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~50912_combout )))) + + .dataa(\text_gen|char_ram~50891_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~50912_combout ), + .datad(\text_gen|char_ram~50922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50923 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~50923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50966 ( +// Equation(s): +// \text_gen|char_ram~50966_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~50923_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~50965_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~50965_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~50923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50966 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~50966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51009 ( +// Equation(s): +// \text_gen|char_ram~51009_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50966_combout & ((\text_gen|char_ram~51008_combout ))) # (!\text_gen|char_ram~50966_combout & (\text_gen|char_ram~50881_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50966_combout )))) + + .dataa(\text_gen|char_ram~50881_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51008_combout ), + .datad(\text_gen|char_ram~50966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51009 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51180 ( +// Equation(s): +// \text_gen|char_ram~51180_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~51009_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~51179_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~51179_combout ), + .datab(\text_gen|char_ram~51009_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51180 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~51180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20920feeder ( +// Equation(s): +// \text_gen|char_ram~20920feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20920feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y60_N9 +dffeas \text_gen|char_ram~20920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y52_N21 +dffeas \text_gen|char_ram~28088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6584feeder ( +// Equation(s): +// \text_gen|char_ram~6584feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6584feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6584feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6584feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y60_N11 +dffeas \text_gen|char_ram~6584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6584feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y52_N11 +dffeas \text_gen|char_ram~13752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51193 ( +// Equation(s): +// \text_gen|char_ram~51193_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~13752_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6584_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~6584_q ), + .datac(\text_gen|char_ram~13752_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51193 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~51193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51194 ( +// Equation(s): +// \text_gen|char_ram~51194_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51193_combout & ((\text_gen|char_ram~28088_q ))) # (!\text_gen|char_ram~51193_combout & (\text_gen|char_ram~20920_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51193_combout )))) + + .dataa(\text_gen|char_ram~20920_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28088_q ), + .datad(\text_gen|char_ram~51193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51194 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28032feeder ( +// Equation(s): +// \text_gen|char_ram~28032feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28032feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28032feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28032feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y52_N3 +dffeas \text_gen|char_ram~28032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28032feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13696feeder ( +// Equation(s): +// \text_gen|char_ram~13696feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13696feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13696feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13696feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N29 +dffeas \text_gen|char_ram~13696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13696feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6528feeder ( +// Equation(s): +// \text_gen|char_ram~6528feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6528feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y52_N17 +dffeas \text_gen|char_ram~6528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51195 ( +// Equation(s): +// \text_gen|char_ram~51195_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13696_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6528_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13696_q ), + .datac(\text_gen|char_ram~6528_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51195 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N31 +dffeas \text_gen|char_ram~20864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51196 ( +// Equation(s): +// \text_gen|char_ram~51196_combout = (\text_gen|char_ram~51195_combout & ((\text_gen|char_ram~28032_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~51195_combout & (((\text_gen|char_ram~20864_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~28032_q ), + .datab(\text_gen|char_ram~51195_combout ), + .datac(\text_gen|char_ram~20864_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51196 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~51196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51197 ( +// Equation(s): +// \text_gen|char_ram~51197_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~51194_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51196_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51194_combout ), + .datad(\text_gen|char_ram~51196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51197 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13766feeder ( +// Equation(s): +// \text_gen|char_ram~13766feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13766feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13766feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13766feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y60_N19 +dffeas \text_gen|char_ram~13766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13766feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y60_N5 +dffeas \text_gen|char_ram~28102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y60_N19 +dffeas \text_gen|char_ram~6598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20934feeder ( +// Equation(s): +// \text_gen|char_ram~20934feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N23 +dffeas \text_gen|char_ram~20934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51198 ( +// Equation(s): +// \text_gen|char_ram~51198_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20934_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6598_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6598_q ), + .datad(\text_gen|char_ram~20934_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51198 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51199 ( +// Equation(s): +// \text_gen|char_ram~51199_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51198_combout & ((\text_gen|char_ram~28102_q ))) # (!\text_gen|char_ram~51198_combout & (\text_gen|char_ram~13766_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51198_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13766_q ), + .datac(\text_gen|char_ram~28102_q ), + .datad(\text_gen|char_ram~51198_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51199 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28046feeder ( +// Equation(s): +// \text_gen|char_ram~28046feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28046feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y52_N29 +dffeas \text_gen|char_ram~28046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20878feeder ( +// Equation(s): +// \text_gen|char_ram~20878feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y56_N19 +dffeas \text_gen|char_ram~20878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y52_N19 +dffeas \text_gen|char_ram~6542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51191 ( +// Equation(s): +// \text_gen|char_ram~51191_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20878_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6542_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20878_q ), + .datac(\text_gen|char_ram~6542_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51191 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13710feeder ( +// Equation(s): +// \text_gen|char_ram~13710feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13710feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13710feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13710feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N19 +dffeas \text_gen|char_ram~13710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13710feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51192 ( +// Equation(s): +// \text_gen|char_ram~51192_combout = (\text_gen|char_ram~51191_combout & ((\text_gen|char_ram~28046_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~51191_combout & (((\text_gen|char_ram~13710_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~28046_q ), + .datab(\text_gen|char_ram~51191_combout ), + .datac(\text_gen|char_ram~13710_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51192 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~51192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51200 ( +// Equation(s): +// \text_gen|char_ram~51200_combout = (\text_gen|char_ram~51197_combout & (((\text_gen|char_ram~51199_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51197_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51192_combout )))) + + .dataa(\text_gen|char_ram~51197_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51199_combout ), + .datad(\text_gen|char_ram~51192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51200 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y55_N27 +dffeas \text_gen|char_ram~13486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y55_N29 +dffeas \text_gen|char_ram~27822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y55_N19 +dffeas \text_gen|char_ram~20654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y55_N29 +dffeas \text_gen|char_ram~6318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51201 ( +// Equation(s): +// \text_gen|char_ram~51201_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20654_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6318_q +// ))))) + + .dataa(\text_gen|char_ram~20654_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6318_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51201 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51202 ( +// Equation(s): +// \text_gen|char_ram~51202_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51201_combout & ((\text_gen|char_ram~27822_q ))) # (!\text_gen|char_ram~51201_combout & (\text_gen|char_ram~13486_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51201_combout )))) + + .dataa(\text_gen|char_ram~13486_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27822_q ), + .datad(\text_gen|char_ram~51201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51202 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13542feeder ( +// Equation(s): +// \text_gen|char_ram~13542feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13542feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13542feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13542feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y64_N11 +dffeas \text_gen|char_ram~13542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13542feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y64_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27878feeder ( +// Equation(s): +// \text_gen|char_ram~27878feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y64_N5 +dffeas \text_gen|char_ram~27878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20710feeder ( +// Equation(s): +// \text_gen|char_ram~20710feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20710feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20710feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20710feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y60_N11 +dffeas \text_gen|char_ram~20710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20710feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y64_N23 +dffeas \text_gen|char_ram~6374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y64_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51208 ( +// Equation(s): +// \text_gen|char_ram~51208_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20710_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6374_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20710_q ), + .datac(\text_gen|char_ram~6374_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51208 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y64_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51209 ( +// Equation(s): +// \text_gen|char_ram~51209_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51208_combout & ((\text_gen|char_ram~27878_q ))) # (!\text_gen|char_ram~51208_combout & (\text_gen|char_ram~13542_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51208_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13542_q ), + .datac(\text_gen|char_ram~27878_q ), + .datad(\text_gen|char_ram~51208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51209 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y60_N13 +dffeas \text_gen|char_ram~20696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y60_N9 +dffeas \text_gen|char_ram~27864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y64_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13528feeder ( +// Equation(s): +// \text_gen|char_ram~13528feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13528feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y64_N23 +dffeas \text_gen|char_ram~13528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y60_N7 +dffeas \text_gen|char_ram~6360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51203 ( +// Equation(s): +// \text_gen|char_ram~51203_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13528_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6360_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13528_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6360_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51203 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51204 ( +// Equation(s): +// \text_gen|char_ram~51204_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51203_combout & ((\text_gen|char_ram~27864_q ))) # (!\text_gen|char_ram~51203_combout & (\text_gen|char_ram~20696_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51203_combout )))) + + .dataa(\text_gen|char_ram~20696_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27864_q ), + .datad(\text_gen|char_ram~51203_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51204 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y55_N29 +dffeas \text_gen|char_ram~20640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13472feeder ( +// Equation(s): +// \text_gen|char_ram~13472feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y55_N7 +dffeas \text_gen|char_ram~13472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y55_N31 +dffeas \text_gen|char_ram~6304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51205 ( +// Equation(s): +// \text_gen|char_ram~51205_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13472_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6304_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13472_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6304_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51205 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y52_N29 +dffeas \text_gen|char_ram~27808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51206 ( +// Equation(s): +// \text_gen|char_ram~51206_combout = (\text_gen|char_ram~51205_combout & (((\text_gen|char_ram~27808_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~51205_combout & (\text_gen|char_ram~20640_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20640_q ), + .datab(\text_gen|char_ram~51205_combout ), + .datac(\text_gen|char_ram~27808_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51206 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51207 ( +// Equation(s): +// \text_gen|char_ram~51207_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~51204_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51206_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51204_combout ), + .datad(\text_gen|char_ram~51206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51207 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51210 ( +// Equation(s): +// \text_gen|char_ram~51210_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51207_combout & ((\text_gen|char_ram~51209_combout ))) # (!\text_gen|char_ram~51207_combout & (\text_gen|char_ram~51202_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51207_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51202_combout ), + .datac(\text_gen|char_ram~51209_combout ), + .datad(\text_gen|char_ram~51207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51210 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51211 ( +// Equation(s): +// \text_gen|char_ram~51211_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~51200_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~51210_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51200_combout ), + .datad(\text_gen|char_ram~51210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51211 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y52_N21 +dffeas \text_gen|char_ram~6654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y59_N29 +dffeas \text_gen|char_ram~20990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51212 ( +// Equation(s): +// \text_gen|char_ram~51212_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20990_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6654_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6654_q ), + .datad(\text_gen|char_ram~20990_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51212 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y52_N19 +dffeas \text_gen|char_ram~28158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13822feeder ( +// Equation(s): +// \text_gen|char_ram~13822feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13822feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13822feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13822feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y55_N11 +dffeas \text_gen|char_ram~13822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13822feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51213 ( +// Equation(s): +// \text_gen|char_ram~51213_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51212_combout & (\text_gen|char_ram~28158_q )) # (!\text_gen|char_ram~51212_combout & ((\text_gen|char_ram~13822_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~51212_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~51212_combout ), + .datac(\text_gen|char_ram~28158_q ), + .datad(\text_gen|char_ram~13822_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51213 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y61_N29 +dffeas \text_gen|char_ram~13878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y55_N11 +dffeas \text_gen|char_ram~28214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y60_N31 +dffeas \text_gen|char_ram~21046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y55_N21 +dffeas \text_gen|char_ram~6710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51219 ( +// Equation(s): +// \text_gen|char_ram~51219_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21046_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6710_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21046_q ), + .datac(\text_gen|char_ram~6710_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51219 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51220 ( +// Equation(s): +// \text_gen|char_ram~51220_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51219_combout & ((\text_gen|char_ram~28214_q ))) # (!\text_gen|char_ram~51219_combout & (\text_gen|char_ram~13878_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51219_combout )))) + + .dataa(\text_gen|char_ram~13878_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28214_q ), + .datad(\text_gen|char_ram~51219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51220 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y59_N23 +dffeas \text_gen|char_ram~21032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y57_N31 +dffeas \text_gen|char_ram~28200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y37_N17 +dffeas \text_gen|char_ram~6696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y63_N21 +dffeas \text_gen|char_ram~13864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51214 ( +// Equation(s): +// \text_gen|char_ram~51214_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13864_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6696_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6696_q ), + .datad(\text_gen|char_ram~13864_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51214 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51215 ( +// Equation(s): +// \text_gen|char_ram~51215_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51214_combout & ((\text_gen|char_ram~28200_q ))) # (!\text_gen|char_ram~51214_combout & (\text_gen|char_ram~21032_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51214_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21032_q ), + .datac(\text_gen|char_ram~28200_q ), + .datad(\text_gen|char_ram~51214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51215 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y59_N29 +dffeas \text_gen|char_ram~20976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y53_N15 +dffeas \text_gen|char_ram~28144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y46_N15 +dffeas \text_gen|char_ram~13808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y52_N11 +dffeas \text_gen|char_ram~6640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51216 ( +// Equation(s): +// \text_gen|char_ram~51216_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13808_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6640_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13808_q ), + .datac(\text_gen|char_ram~6640_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51216 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51217 ( +// Equation(s): +// \text_gen|char_ram~51217_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51216_combout & ((\text_gen|char_ram~28144_q ))) # (!\text_gen|char_ram~51216_combout & (\text_gen|char_ram~20976_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51216_combout )))) + + .dataa(\text_gen|char_ram~20976_q ), + .datab(\text_gen|char_ram~28144_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~51216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51217 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~51217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51218 ( +// Equation(s): +// \text_gen|char_ram~51218_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~51215_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51217_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51215_combout ), + .datad(\text_gen|char_ram~51217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51218 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51221 ( +// Equation(s): +// \text_gen|char_ram~51221_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51218_combout & ((\text_gen|char_ram~51220_combout ))) # (!\text_gen|char_ram~51218_combout & (\text_gen|char_ram~51213_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51218_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51213_combout ), + .datac(\text_gen|char_ram~51220_combout ), + .datad(\text_gen|char_ram~51218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51221 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13654feeder ( +// Equation(s): +// \text_gen|char_ram~13654feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13654feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13654feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13654feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y53_N19 +dffeas \text_gen|char_ram~13654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13654feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y53_N31 +dffeas \text_gen|char_ram~27990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20822feeder ( +// Equation(s): +// \text_gen|char_ram~20822feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20822feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20822feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20822feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y57_N9 +dffeas \text_gen|char_ram~20822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20822feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N1 +dffeas \text_gen|char_ram~6486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51188 ( +// Equation(s): +// \text_gen|char_ram~51188_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20822_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6486_q +// ))))) + + .dataa(\text_gen|char_ram~20822_q ), + .datab(\text_gen|char_ram~6486_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51188 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~51188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51189 ( +// Equation(s): +// \text_gen|char_ram~51189_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51188_combout & ((\text_gen|char_ram~27990_q ))) # (!\text_gen|char_ram~51188_combout & (\text_gen|char_ram~13654_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51188_combout )))) + + .dataa(\text_gen|char_ram~13654_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27990_q ), + .datad(\text_gen|char_ram~51188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51189 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27934feeder ( +// Equation(s): +// \text_gen|char_ram~27934feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y52_N7 +dffeas \text_gen|char_ram~27934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y52_N17 +dffeas \text_gen|char_ram~13598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20766feeder ( +// Equation(s): +// \text_gen|char_ram~20766feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20766feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20766feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20766feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N25 +dffeas \text_gen|char_ram~20766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20766feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y51_N25 +dffeas \text_gen|char_ram~6430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51181 ( +// Equation(s): +// \text_gen|char_ram~51181_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20766_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6430_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20766_q ), + .datac(\text_gen|char_ram~6430_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51181 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51182 ( +// Equation(s): +// \text_gen|char_ram~51182_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51181_combout & (\text_gen|char_ram~27934_q )) # (!\text_gen|char_ram~51181_combout & ((\text_gen|char_ram~13598_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51181_combout )))) + + .dataa(\text_gen|char_ram~27934_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13598_q ), + .datad(\text_gen|char_ram~51181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51182 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20752feeder ( +// Equation(s): +// \text_gen|char_ram~20752feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20752feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20752feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20752feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N23 +dffeas \text_gen|char_ram~20752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20752feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y48_N15 +dffeas \text_gen|char_ram~27920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y36_N29 +dffeas \text_gen|char_ram~13584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y35_N1 +dffeas \text_gen|char_ram~6416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51185 ( +// Equation(s): +// \text_gen|char_ram~51185_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13584_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6416_q +// ))))) + + .dataa(\text_gen|char_ram~13584_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6416_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51185 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51186 ( +// Equation(s): +// \text_gen|char_ram~51186_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51185_combout & ((\text_gen|char_ram~27920_q ))) # (!\text_gen|char_ram~51185_combout & (\text_gen|char_ram~20752_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51185_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20752_q ), + .datac(\text_gen|char_ram~27920_q ), + .datad(\text_gen|char_ram~51185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51186 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y55_N15 +dffeas \text_gen|char_ram~20808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y59_N3 +dffeas \text_gen|char_ram~13640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y55_N29 +dffeas \text_gen|char_ram~6472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51183 ( +// Equation(s): +// \text_gen|char_ram~51183_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13640_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6472_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13640_q ), + .datac(\text_gen|char_ram~6472_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51183 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y55_N31 +dffeas \text_gen|char_ram~27976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51184 ( +// Equation(s): +// \text_gen|char_ram~51184_combout = (\text_gen|char_ram~51183_combout & (((\text_gen|char_ram~27976_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~51183_combout & (\text_gen|char_ram~20808_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20808_q ), + .datab(\text_gen|char_ram~51183_combout ), + .datac(\text_gen|char_ram~27976_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51184 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51187 ( +// Equation(s): +// \text_gen|char_ram~51187_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~51184_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51186_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51186_combout ), + .datad(\text_gen|char_ram~51184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51187 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51190 ( +// Equation(s): +// \text_gen|char_ram~51190_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51187_combout & (\text_gen|char_ram~51189_combout )) # (!\text_gen|char_ram~51187_combout & ((\text_gen|char_ram~51182_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51187_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51189_combout ), + .datac(\text_gen|char_ram~51182_combout ), + .datad(\text_gen|char_ram~51187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51190 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51222 ( +// Equation(s): +// \text_gen|char_ram~51222_combout = (\text_gen|char_ram~51211_combout & (((\text_gen|char_ram~51221_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~51211_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51190_combout )))) + + .dataa(\text_gen|char_ram~51211_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51221_combout ), + .datad(\text_gen|char_ram~51190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51222 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y34_N7 +dffeas \text_gen|char_ram~14256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y33_N7 +dffeas \text_gen|char_ram~14270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y36_N7 +dffeas \text_gen|char_ram~14032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y34_N7 +dffeas \text_gen|char_ram~14046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51308 ( +// Equation(s): +// \text_gen|char_ram~51308_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14046_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14032_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14032_q ), + .datad(\text_gen|char_ram~14046_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51308 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51309 ( +// Equation(s): +// \text_gen|char_ram~51309_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51308_combout & ((\text_gen|char_ram~14270_q ))) # (!\text_gen|char_ram~51308_combout & (\text_gen|char_ram~14256_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51308_combout )))) + + .dataa(\text_gen|char_ram~14256_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14270_q ), + .datad(\text_gen|char_ram~51308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51309 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y32_N21 +dffeas \text_gen|char_ram~14312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y32_N7 +dffeas \text_gen|char_ram~14326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y32_N1 +dffeas \text_gen|char_ram~14088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y36_N31 +dffeas \text_gen|char_ram~14102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51315 ( +// Equation(s): +// \text_gen|char_ram~51315_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~14102_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14088_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14088_q ), + .datad(\text_gen|char_ram~14102_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51315 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51316 ( +// Equation(s): +// \text_gen|char_ram~51316_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51315_combout & ((\text_gen|char_ram~14326_q ))) # (!\text_gen|char_ram~51315_combout & (\text_gen|char_ram~14312_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51315_combout )))) + + .dataa(\text_gen|char_ram~14312_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14326_q ), + .datad(\text_gen|char_ram~51315_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51316 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y35_N23 +dffeas \text_gen|char_ram~13920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y33_N23 +dffeas \text_gen|char_ram~13934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51312 ( +// Equation(s): +// \text_gen|char_ram~51312_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~13934_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13920_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13920_q ), + .datad(\text_gen|char_ram~13934_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51312 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14144feeder ( +// Equation(s): +// \text_gen|char_ram~14144feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14144feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14144feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14144feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y33_N25 +dffeas \text_gen|char_ram~14144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14144feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y33_N5 +dffeas \text_gen|char_ram~14158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51313 ( +// Equation(s): +// \text_gen|char_ram~51313_combout = (\text_gen|char_ram~51312_combout & (((\text_gen|char_ram~14158_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~51312_combout & (\text_gen|char_ram~14144_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~51312_combout ), + .datab(\text_gen|char_ram~14144_q ), + .datac(\text_gen|char_ram~14158_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51313 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~51313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y29_N7 +dffeas \text_gen|char_ram~13990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y32_N17 +dffeas \text_gen|char_ram~14214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y34_N27 +dffeas \text_gen|char_ram~14200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13976feeder ( +// Equation(s): +// \text_gen|char_ram~13976feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13976feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y27_N27 +dffeas \text_gen|char_ram~13976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51310 ( +// Equation(s): +// \text_gen|char_ram~51310_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~14200_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~13976_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14200_q ), + .datac(\text_gen|char_ram~13976_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51310 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51311 ( +// Equation(s): +// \text_gen|char_ram~51311_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51310_combout & ((\text_gen|char_ram~14214_q ))) # (!\text_gen|char_ram~51310_combout & (\text_gen|char_ram~13990_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51310_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13990_q ), + .datac(\text_gen|char_ram~14214_q ), + .datad(\text_gen|char_ram~51310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51311 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51314 ( +// Equation(s): +// \text_gen|char_ram~51314_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~51311_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~51313_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51313_combout ), + .datad(\text_gen|char_ram~51311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51314 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51317 ( +// Equation(s): +// \text_gen|char_ram~51317_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51314_combout & ((\text_gen|char_ram~51316_combout ))) # (!\text_gen|char_ram~51314_combout & (\text_gen|char_ram~51309_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51314_combout )))) + + .dataa(\text_gen|char_ram~51309_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51316_combout ), + .datad(\text_gen|char_ram~51314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51317 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~28480feeder ( +// Equation(s): +// \text_gen|char_ram~28480feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28480feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y37_N31 +dffeas \text_gen|char_ram~28480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y33_N29 +dffeas \text_gen|char_ram~28256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y33_N7 +dffeas \text_gen|char_ram~28270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51343 ( +// Equation(s): +// \text_gen|char_ram~51343_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~28270_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28256_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28256_q ), + .datad(\text_gen|char_ram~28270_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51343 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y33_N3 +dffeas \text_gen|char_ram~28494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51344 ( +// Equation(s): +// \text_gen|char_ram~51344_combout = (\text_gen|char_ram~51343_combout & (((\text_gen|char_ram~28494_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~51343_combout & (\text_gen|char_ram~28480_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~28480_q ), + .datab(\text_gen|char_ram~51343_combout ), + .datac(\text_gen|char_ram~28494_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51344 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y27_N1 +dffeas \text_gen|char_ram~28326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y27_N15 +dffeas \text_gen|char_ram~28312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51341 ( +// Equation(s): +// \text_gen|char_ram~51341_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~28326_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~28312_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~28326_q ), + .datac(\text_gen|char_ram~28312_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51341 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y29_N3 +dffeas \text_gen|char_ram~28550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N13 +dffeas \text_gen|char_ram~28536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51342 ( +// Equation(s): +// \text_gen|char_ram~51342_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51341_combout & (\text_gen|char_ram~28550_q )) # (!\text_gen|char_ram~51341_combout & ((\text_gen|char_ram~28536_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~51341_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~51341_combout ), + .datac(\text_gen|char_ram~28550_q ), + .datad(\text_gen|char_ram~28536_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51342 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51345 ( +// Equation(s): +// \text_gen|char_ram~51345_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~51342_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51344_combout )))) + + .dataa(\text_gen|char_ram~51344_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~51342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51345 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~51345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~28438feeder ( +// Equation(s): +// \text_gen|char_ram~28438feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y32_N7 +dffeas \text_gen|char_ram~28438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y29_N9 +dffeas \text_gen|char_ram~28662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y31_N25 +dffeas \text_gen|char_ram~28424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y32_N15 +dffeas \text_gen|char_ram~28648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51346 ( +// Equation(s): +// \text_gen|char_ram~51346_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~28648_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28424_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28424_q ), + .datad(\text_gen|char_ram~28648_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51346 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51347 ( +// Equation(s): +// \text_gen|char_ram~51347_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51346_combout & ((\text_gen|char_ram~28662_q ))) # (!\text_gen|char_ram~51346_combout & (\text_gen|char_ram~28438_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51346_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~28438_q ), + .datac(\text_gen|char_ram~28662_q ), + .datad(\text_gen|char_ram~51346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51347 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y33_N23 +dffeas \text_gen|char_ram~28382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y29_N31 +dffeas \text_gen|char_ram~28606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y33_N7 +dffeas \text_gen|char_ram~28368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y33_N17 +dffeas \text_gen|char_ram~28592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51339 ( +// Equation(s): +// \text_gen|char_ram~51339_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~28592_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28368_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28368_q ), + .datad(\text_gen|char_ram~28592_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51339 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51340 ( +// Equation(s): +// \text_gen|char_ram~51340_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51339_combout & ((\text_gen|char_ram~28606_q ))) # (!\text_gen|char_ram~51339_combout & (\text_gen|char_ram~28382_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51339_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~28382_q ), + .datac(\text_gen|char_ram~28606_q ), + .datad(\text_gen|char_ram~51339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51340 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51348 ( +// Equation(s): +// \text_gen|char_ram~51348_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51345_combout & (\text_gen|char_ram~51347_combout )) # (!\text_gen|char_ram~51345_combout & ((\text_gen|char_ram~51340_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51345_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51345_combout ), + .datac(\text_gen|char_ram~51347_combout ), + .datad(\text_gen|char_ram~51340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51348 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y29_N1 +dffeas \text_gen|char_ram~21326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y29_N9 +dffeas \text_gen|char_ram~21438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51325 ( +// Equation(s): +// \text_gen|char_ram~51325_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21438_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21326_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21326_q ), + .datad(\text_gen|char_ram~21438_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51325 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y33_N17 +dffeas \text_gen|char_ram~21494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y29_N23 +dffeas \text_gen|char_ram~21382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51326 ( +// Equation(s): +// \text_gen|char_ram~51326_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51325_combout & (\text_gen|char_ram~21494_q )) # (!\text_gen|char_ram~51325_combout & ((\text_gen|char_ram~21382_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~51325_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51325_combout ), + .datac(\text_gen|char_ram~21494_q ), + .datad(\text_gen|char_ram~21382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51326 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y29_N9 +dffeas \text_gen|char_ram~21214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y32_N13 +dffeas \text_gen|char_ram~21270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y32_N21 +dffeas \text_gen|char_ram~21102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21158feeder ( +// Equation(s): +// \text_gen|char_ram~21158feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21158feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21158feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21158feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y29_N3 +dffeas \text_gen|char_ram~21158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21158feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51318 ( +// Equation(s): +// \text_gen|char_ram~51318_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21158_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21102_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21102_q ), + .datad(\text_gen|char_ram~21158_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51318 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51319 ( +// Equation(s): +// \text_gen|char_ram~51319_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51318_combout & ((\text_gen|char_ram~21270_q ))) # (!\text_gen|char_ram~51318_combout & (\text_gen|char_ram~21214_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51318_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21214_q ), + .datac(\text_gen|char_ram~21270_q ), + .datad(\text_gen|char_ram~51318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51319 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y31_N29 +dffeas \text_gen|char_ram~21200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y31_N27 +dffeas \text_gen|char_ram~21256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N15 +dffeas \text_gen|char_ram~21088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y31_N25 +dffeas \text_gen|char_ram~21144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51322 ( +// Equation(s): +// \text_gen|char_ram~51322_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~21144_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21088_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21088_q ), + .datad(\text_gen|char_ram~21144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51322 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51323 ( +// Equation(s): +// \text_gen|char_ram~51323_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51322_combout & ((\text_gen|char_ram~21256_q ))) # (!\text_gen|char_ram~51322_combout & (\text_gen|char_ram~21200_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51322_combout )))) + + .dataa(\text_gen|char_ram~21200_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21256_q ), + .datad(\text_gen|char_ram~51322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51323 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y31_N3 +dffeas \text_gen|char_ram~21368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y31_N25 +dffeas \text_gen|char_ram~21480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y36_N27 +dffeas \text_gen|char_ram~21312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21424feeder ( +// Equation(s): +// \text_gen|char_ram~21424feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21424feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21424feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21424feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N11 +dffeas \text_gen|char_ram~21424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21424feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51320 ( +// Equation(s): +// \text_gen|char_ram~51320_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21424_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21312_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21312_q ), + .datad(\text_gen|char_ram~21424_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51320 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51321 ( +// Equation(s): +// \text_gen|char_ram~51321_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51320_combout & ((\text_gen|char_ram~21480_q ))) # (!\text_gen|char_ram~51320_combout & (\text_gen|char_ram~21368_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51320_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21368_q ), + .datac(\text_gen|char_ram~21480_q ), + .datad(\text_gen|char_ram~51320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51321 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51324 ( +// Equation(s): +// \text_gen|char_ram~51324_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~51321_combout ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~51323_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51323_combout ), + .datad(\text_gen|char_ram~51321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51324 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51327 ( +// Equation(s): +// \text_gen|char_ram~51327_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51324_combout & (\text_gen|char_ram~51326_combout )) # (!\text_gen|char_ram~51324_combout & ((\text_gen|char_ram~51319_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51324_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51326_combout ), + .datac(\text_gen|char_ram~51319_combout ), + .datad(\text_gen|char_ram~51324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51327 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6990feeder ( +// Equation(s): +// \text_gen|char_ram~6990feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6990feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N31 +dffeas \text_gen|char_ram~6990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y28_N27 +dffeas \text_gen|char_ram~7102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y33_N31 +dffeas \text_gen|char_ram~6766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y33_N23 +dffeas \text_gen|char_ram~6878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51328 ( +// Equation(s): +// \text_gen|char_ram~51328_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~6878_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~6766_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6766_q ), + .datad(\text_gen|char_ram~6878_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51328 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51329 ( +// Equation(s): +// \text_gen|char_ram~51329_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51328_combout & ((\text_gen|char_ram~7102_q ))) # (!\text_gen|char_ram~51328_combout & (\text_gen|char_ram~6990_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51328_combout )))) + + .dataa(\text_gen|char_ram~6990_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7102_q ), + .datad(\text_gen|char_ram~51328_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51329 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y29_N17 +dffeas \text_gen|char_ram~7046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y28_N15 +dffeas \text_gen|char_ram~7158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y28_N13 +dffeas \text_gen|char_ram~6822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6934feeder ( +// Equation(s): +// \text_gen|char_ram~6934feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y33_N13 +dffeas \text_gen|char_ram~6934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51335 ( +// Equation(s): +// \text_gen|char_ram~51335_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~6934_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~6822_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6822_q ), + .datad(\text_gen|char_ram~6934_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51335 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51336 ( +// Equation(s): +// \text_gen|char_ram~51336_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51335_combout & ((\text_gen|char_ram~7158_q ))) # (!\text_gen|char_ram~51335_combout & (\text_gen|char_ram~7046_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51335_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7046_q ), + .datac(\text_gen|char_ram~7158_q ), + .datad(\text_gen|char_ram~51335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51336 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7032feeder ( +// Equation(s): +// \text_gen|char_ram~7032feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7032feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7032feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7032feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N11 +dffeas \text_gen|char_ram~7032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7032feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y32_N9 +dffeas \text_gen|char_ram~7144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y32_N15 +dffeas \text_gen|char_ram~6808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y32_N7 +dffeas \text_gen|char_ram~6920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51330 ( +// Equation(s): +// \text_gen|char_ram~51330_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~6920_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~6808_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6808_q ), + .datad(\text_gen|char_ram~6920_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51330 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51331 ( +// Equation(s): +// \text_gen|char_ram~51331_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51330_combout & ((\text_gen|char_ram~7144_q ))) # (!\text_gen|char_ram~51330_combout & (\text_gen|char_ram~7032_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51330_combout )))) + + .dataa(\text_gen|char_ram~7032_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7144_q ), + .datad(\text_gen|char_ram~51330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51331 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6976feeder ( +// Equation(s): +// \text_gen|char_ram~6976feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6976feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y34_N31 +dffeas \text_gen|char_ram~6976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y36_N31 +dffeas \text_gen|char_ram~7088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y36_N15 +dffeas \text_gen|char_ram~6752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y36_N17 +dffeas \text_gen|char_ram~6864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51332 ( +// Equation(s): +// \text_gen|char_ram~51332_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~6864_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~6752_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6752_q ), + .datad(\text_gen|char_ram~6864_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51332 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51333 ( +// Equation(s): +// \text_gen|char_ram~51333_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51332_combout & ((\text_gen|char_ram~7088_q ))) # (!\text_gen|char_ram~51332_combout & (\text_gen|char_ram~6976_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51332_combout )))) + + .dataa(\text_gen|char_ram~6976_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7088_q ), + .datad(\text_gen|char_ram~51332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51333 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51334 ( +// Equation(s): +// \text_gen|char_ram~51334_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~51331_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~51333_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51331_combout ), + .datad(\text_gen|char_ram~51333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51334 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51337 ( +// Equation(s): +// \text_gen|char_ram~51337_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51334_combout & ((\text_gen|char_ram~51336_combout ))) # (!\text_gen|char_ram~51334_combout & (\text_gen|char_ram~51329_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51334_combout )))) + + .dataa(\text_gen|char_ram~51329_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51336_combout ), + .datad(\text_gen|char_ram~51334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51337 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51338 ( +// Equation(s): +// \text_gen|char_ram~51338_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~51327_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~51337_combout ))))) + + .dataa(\text_gen|char_ram~51327_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~51337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51338 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~51338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51349 ( +// Equation(s): +// \text_gen|char_ram~51349_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51338_combout & ((\text_gen|char_ram~51348_combout ))) # (!\text_gen|char_ram~51338_combout & (\text_gen|char_ram~51317_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51338_combout )))) + + .dataa(\text_gen|char_ram~51317_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~51348_combout ), + .datad(\text_gen|char_ram~51338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51349 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y43_N27 +dffeas \text_gen|char_ram~12744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y43_N11 +dffeas \text_gen|char_ram~12968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y43_N3 +dffeas \text_gen|char_ram~12632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y39_N13 +dffeas \text_gen|char_ram~12856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51267 ( +// Equation(s): +// \text_gen|char_ram~51267_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12856_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12632_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12632_q ), + .datad(\text_gen|char_ram~12856_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51267 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51268 ( +// Equation(s): +// \text_gen|char_ram~51268_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51267_combout & ((\text_gen|char_ram~12968_q ))) # (!\text_gen|char_ram~51267_combout & (\text_gen|char_ram~12744_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51267_combout )))) + + .dataa(\text_gen|char_ram~12744_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12968_q ), + .datad(\text_gen|char_ram~51267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51268 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y43_N15 +dffeas \text_gen|char_ram~12800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y47_N7 +dffeas \text_gen|char_ram~12912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y43_N5 +dffeas \text_gen|char_ram~12576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N3 +dffeas \text_gen|char_ram~12688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51269 ( +// Equation(s): +// \text_gen|char_ram~51269_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~12688_q )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12576_q & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~12576_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~12688_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51269 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~51269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51270 ( +// Equation(s): +// \text_gen|char_ram~51270_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51269_combout & ((\text_gen|char_ram~12912_q ))) # (!\text_gen|char_ram~51269_combout & (\text_gen|char_ram~12800_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51269_combout )))) + + .dataa(\text_gen|char_ram~12800_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12912_q ), + .datad(\text_gen|char_ram~51269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51270 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51271 ( +// Equation(s): +// \text_gen|char_ram~51271_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~51268_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51270_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51268_combout ), + .datad(\text_gen|char_ram~51270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51271 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12870feeder ( +// Equation(s): +// \text_gen|char_ram~12870feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y48_N9 +dffeas \text_gen|char_ram~12870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y48_N1 +dffeas \text_gen|char_ram~12646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51272 ( +// Equation(s): +// \text_gen|char_ram~51272_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~12870_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~12646_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12870_q ), + .datac(\text_gen|char_ram~12646_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51272 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y48_N15 +dffeas \text_gen|char_ram~12982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12758feeder ( +// Equation(s): +// \text_gen|char_ram~12758feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12758feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12758feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12758feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N5 +dffeas \text_gen|char_ram~12758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12758feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51273 ( +// Equation(s): +// \text_gen|char_ram~51273_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51272_combout & (\text_gen|char_ram~12982_q )) # (!\text_gen|char_ram~51272_combout & ((\text_gen|char_ram~12758_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51272_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51272_combout ), + .datac(\text_gen|char_ram~12982_q ), + .datad(\text_gen|char_ram~12758_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51273 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12814feeder ( +// Equation(s): +// \text_gen|char_ram~12814feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12814feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12814feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12814feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y44_N17 +dffeas \text_gen|char_ram~12814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12814feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y44_N17 +dffeas \text_gen|char_ram~12926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y36_N19 +dffeas \text_gen|char_ram~12702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y36_N25 +dffeas \text_gen|char_ram~12590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51265 ( +// Equation(s): +// \text_gen|char_ram~51265_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~12702_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~12590_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12702_q ), + .datac(\text_gen|char_ram~12590_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51265 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51266 ( +// Equation(s): +// \text_gen|char_ram~51266_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51265_combout & ((\text_gen|char_ram~12926_q ))) # (!\text_gen|char_ram~51265_combout & (\text_gen|char_ram~12814_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51265_combout )))) + + .dataa(\text_gen|char_ram~12814_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12926_q ), + .datad(\text_gen|char_ram~51265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51266 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51274 ( +// Equation(s): +// \text_gen|char_ram~51274_combout = (\text_gen|char_ram~51271_combout & ((\text_gen|char_ram~51273_combout ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51271_combout & (((\vga_c|h_cnt [5] & \text_gen|char_ram~51266_combout )))) + + .dataa(\text_gen|char_ram~51271_combout ), + .datab(\text_gen|char_ram~51273_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~51266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51274 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~51274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27094feeder ( +// Equation(s): +// \text_gen|char_ram~27094feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27094feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27094feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27094feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N31 +dffeas \text_gen|char_ram~27094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27094feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y40_N21 +dffeas \text_gen|char_ram~27318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y36_N11 +dffeas \text_gen|char_ram~27206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y29_N31 +dffeas \text_gen|char_ram~26982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51303 ( +// Equation(s): +// \text_gen|char_ram~51303_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~27206_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~26982_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~27206_q ), + .datac(\text_gen|char_ram~26982_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51303 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51304 ( +// Equation(s): +// \text_gen|char_ram~51304_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51303_combout & ((\text_gen|char_ram~27318_q ))) # (!\text_gen|char_ram~51303_combout & (\text_gen|char_ram~27094_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51303_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~27094_q ), + .datac(\text_gen|char_ram~27318_q ), + .datad(\text_gen|char_ram~51303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51304 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y40_N21 +dffeas \text_gen|char_ram~26926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y40_N11 +dffeas \text_gen|char_ram~27038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51296 ( +// Equation(s): +// \text_gen|char_ram~51296_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27038_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26926_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26926_q ), + .datad(\text_gen|char_ram~27038_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51296 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y40_N9 +dffeas \text_gen|char_ram~27262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N7 +dffeas \text_gen|char_ram~27150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51297 ( +// Equation(s): +// \text_gen|char_ram~51297_combout = (\text_gen|char_ram~51296_combout & (((\text_gen|char_ram~27262_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~51296_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~27150_q )))) + + .dataa(\text_gen|char_ram~51296_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27262_q ), + .datad(\text_gen|char_ram~27150_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51297 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27080feeder ( +// Equation(s): +// \text_gen|char_ram~27080feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27080feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27080feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27080feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N17 +dffeas \text_gen|char_ram~27080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27080feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y41_N9 +dffeas \text_gen|char_ram~27304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y41_N3 +dffeas \text_gen|char_ram~26968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27192feeder ( +// Equation(s): +// \text_gen|char_ram~27192feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27192feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27192feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27192feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y36_N27 +dffeas \text_gen|char_ram~27192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27192feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51298 ( +// Equation(s): +// \text_gen|char_ram~51298_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~27192_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26968_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26968_q ), + .datad(\text_gen|char_ram~27192_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51298 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51299 ( +// Equation(s): +// \text_gen|char_ram~51299_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51298_combout & ((\text_gen|char_ram~27304_q ))) # (!\text_gen|char_ram~51298_combout & (\text_gen|char_ram~27080_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51298_combout )))) + + .dataa(\text_gen|char_ram~27080_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27304_q ), + .datad(\text_gen|char_ram~51298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51299 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~27136feeder ( +// Equation(s): +// \text_gen|char_ram~27136feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27136feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27136feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27136feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y40_N9 +dffeas \text_gen|char_ram~27136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27136feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y40_N5 +dffeas \text_gen|char_ram~27248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y40_N19 +dffeas \text_gen|char_ram~26912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27024feeder ( +// Equation(s): +// \text_gen|char_ram~27024feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27024feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y39_N31 +dffeas \text_gen|char_ram~27024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51300 ( +// Equation(s): +// \text_gen|char_ram~51300_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27024_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26912_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26912_q ), + .datad(\text_gen|char_ram~27024_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51300 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51301 ( +// Equation(s): +// \text_gen|char_ram~51301_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51300_combout & ((\text_gen|char_ram~27248_q ))) # (!\text_gen|char_ram~51300_combout & (\text_gen|char_ram~27136_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51300_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~27136_q ), + .datac(\text_gen|char_ram~27248_q ), + .datad(\text_gen|char_ram~51300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51301 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51302 ( +// Equation(s): +// \text_gen|char_ram~51302_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51299_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~51301_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51299_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~51301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51302 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~51302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51305 ( +// Equation(s): +// \text_gen|char_ram~51305_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51302_combout & (\text_gen|char_ram~51304_combout )) # (!\text_gen|char_ram~51302_combout & ((\text_gen|char_ram~51297_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51302_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51304_combout ), + .datac(\text_gen|char_ram~51297_combout ), + .datad(\text_gen|char_ram~51302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51305 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y41_N3 +dffeas \text_gen|char_ram~5464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y41_N13 +dffeas \text_gen|char_ram~5688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51285 ( +// Equation(s): +// \text_gen|char_ram~51285_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~5688_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5464_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5464_q ), + .datad(\text_gen|char_ram~5688_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51285 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y41_N9 +dffeas \text_gen|char_ram~5800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y41_N15 +dffeas \text_gen|char_ram~5576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51286 ( +// Equation(s): +// \text_gen|char_ram~51286_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51285_combout & (\text_gen|char_ram~5800_q )) # (!\text_gen|char_ram~51285_combout & ((\text_gen|char_ram~5576_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51285_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51285_combout ), + .datac(\text_gen|char_ram~5800_q ), + .datad(\text_gen|char_ram~5576_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51286 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y48_N29 +dffeas \text_gen|char_ram~5702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y48_N19 +dffeas \text_gen|char_ram~5478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51292 ( +// Equation(s): +// \text_gen|char_ram~51292_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~5702_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~5478_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5702_q ), + .datac(\text_gen|char_ram~5478_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51292 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y44_N23 +dffeas \text_gen|char_ram~5814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y33_N29 +dffeas \text_gen|char_ram~5590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51293 ( +// Equation(s): +// \text_gen|char_ram~51293_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51292_combout & (\text_gen|char_ram~5814_q )) # (!\text_gen|char_ram~51292_combout & ((\text_gen|char_ram~5590_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51292_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51292_combout ), + .datac(\text_gen|char_ram~5814_q ), + .datad(\text_gen|char_ram~5590_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51293 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y37_N25 +dffeas \text_gen|char_ram~5632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N7 +dffeas \text_gen|char_ram~5744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N7 +dffeas \text_gen|char_ram~5408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5520feeder ( +// Equation(s): +// \text_gen|char_ram~5520feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5520feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y32_N3 +dffeas \text_gen|char_ram~5520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51289 ( +// Equation(s): +// \text_gen|char_ram~51289_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~5520_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5408_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5408_q ), + .datad(\text_gen|char_ram~5520_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51289 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51290 ( +// Equation(s): +// \text_gen|char_ram~51290_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51289_combout & ((\text_gen|char_ram~5744_q ))) # (!\text_gen|char_ram~51289_combout & (\text_gen|char_ram~5632_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51289_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5632_q ), + .datac(\text_gen|char_ram~5744_q ), + .datad(\text_gen|char_ram~51289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51290 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y41_N5 +dffeas \text_gen|char_ram~5646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y41_N13 +dffeas \text_gen|char_ram~5758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y41_N5 +dffeas \text_gen|char_ram~5422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y41_N19 +dffeas \text_gen|char_ram~5534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51287 ( +// Equation(s): +// \text_gen|char_ram~51287_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~5534_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5422_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5422_q ), + .datad(\text_gen|char_ram~5534_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51287 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51288 ( +// Equation(s): +// \text_gen|char_ram~51288_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51287_combout & ((\text_gen|char_ram~5758_q ))) # (!\text_gen|char_ram~51287_combout & (\text_gen|char_ram~5646_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51287_combout )))) + + .dataa(\text_gen|char_ram~5646_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5758_q ), + .datad(\text_gen|char_ram~51287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51288 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51291 ( +// Equation(s): +// \text_gen|char_ram~51291_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~51288_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~51290_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51290_combout ), + .datad(\text_gen|char_ram~51288_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51291 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51294 ( +// Equation(s): +// \text_gen|char_ram~51294_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51291_combout & ((\text_gen|char_ram~51293_combout ))) # (!\text_gen|char_ram~51291_combout & (\text_gen|char_ram~51286_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51291_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51286_combout ), + .datac(\text_gen|char_ram~51293_combout ), + .datad(\text_gen|char_ram~51291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51294 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N21 +dffeas \text_gen|char_ram~19912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y41_N11 +dffeas \text_gen|char_ram~20136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y35_N31 +dffeas \text_gen|char_ram~20024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y41_N13 +dffeas \text_gen|char_ram~19800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51275 ( +// Equation(s): +// \text_gen|char_ram~51275_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20024_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~19800_q +// ))))) + + .dataa(\text_gen|char_ram~20024_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19800_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51275 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51276 ( +// Equation(s): +// \text_gen|char_ram~51276_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51275_combout & ((\text_gen|char_ram~20136_q ))) # (!\text_gen|char_ram~51275_combout & (\text_gen|char_ram~19912_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51275_combout )))) + + .dataa(\text_gen|char_ram~19912_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20136_q ), + .datad(\text_gen|char_ram~51275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51276 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y41_N27 +dffeas \text_gen|char_ram~20080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19968feeder ( +// Equation(s): +// \text_gen|char_ram~19968feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19968feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19968feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19968feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y40_N1 +dffeas \text_gen|char_ram~19968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19968feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N21 +dffeas \text_gen|char_ram~19744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y41_N27 +dffeas \text_gen|char_ram~19856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51279 ( +// Equation(s): +// \text_gen|char_ram~51279_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19856_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19744_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19744_q ), + .datad(\text_gen|char_ram~19856_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51279 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51280 ( +// Equation(s): +// \text_gen|char_ram~51280_combout = (\text_gen|char_ram~51279_combout & ((\text_gen|char_ram~20080_q ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~51279_combout & (((\text_gen|char_ram~19968_q & \text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~20080_q ), + .datab(\text_gen|char_ram~19968_q ), + .datac(\text_gen|char_ram~51279_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51280 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~51280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y41_N1 +dffeas \text_gen|char_ram~19982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y41_N23 +dffeas \text_gen|char_ram~20094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y41_N15 +dffeas \text_gen|char_ram~19758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y41_N19 +dffeas \text_gen|char_ram~19870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51277 ( +// Equation(s): +// \text_gen|char_ram~51277_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19870_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19758_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19758_q ), + .datad(\text_gen|char_ram~19870_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51277 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51278 ( +// Equation(s): +// \text_gen|char_ram~51278_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51277_combout & ((\text_gen|char_ram~20094_q ))) # (!\text_gen|char_ram~51277_combout & (\text_gen|char_ram~19982_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51277_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19982_q ), + .datac(\text_gen|char_ram~20094_q ), + .datad(\text_gen|char_ram~51277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51278 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51281 ( +// Equation(s): +// \text_gen|char_ram~51281_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~51278_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~51280_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51280_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~51278_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51281 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~51281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y45_N25 +dffeas \text_gen|char_ram~19926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y45_N25 +dffeas \text_gen|char_ram~20150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y45_N7 +dffeas \text_gen|char_ram~20038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y45_N19 +dffeas \text_gen|char_ram~19814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51282 ( +// Equation(s): +// \text_gen|char_ram~51282_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~20038_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~19814_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20038_q ), + .datad(\text_gen|char_ram~19814_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51282 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51283 ( +// Equation(s): +// \text_gen|char_ram~51283_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51282_combout & ((\text_gen|char_ram~20150_q ))) # (!\text_gen|char_ram~51282_combout & (\text_gen|char_ram~19926_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51282_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19926_q ), + .datac(\text_gen|char_ram~20150_q ), + .datad(\text_gen|char_ram~51282_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51283 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51284 ( +// Equation(s): +// \text_gen|char_ram~51284_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51281_combout & ((\text_gen|char_ram~51283_combout ))) # (!\text_gen|char_ram~51281_combout & (\text_gen|char_ram~51276_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51281_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51276_combout ), + .datac(\text_gen|char_ram~51281_combout ), + .datad(\text_gen|char_ram~51283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51284 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~51284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51295 ( +// Equation(s): +// \text_gen|char_ram~51295_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~51284_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~51294_combout )))) + + .dataa(\text_gen|char_ram~51294_combout ), + .datab(\text_gen|char_ram~51284_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51295 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~51295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51306 ( +// Equation(s): +// \text_gen|char_ram~51306_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51295_combout & ((\text_gen|char_ram~51305_combout ))) # (!\text_gen|char_ram~51295_combout & (\text_gen|char_ram~51274_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~51295_combout )))) + + .dataa(\text_gen|char_ram~51274_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~51305_combout ), + .datad(\text_gen|char_ram~51295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51306 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y10_N1 +dffeas \text_gen|char_ram~20584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y10_N7 +dffeas \text_gen|char_ram~20598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20374feeder ( +// Equation(s): +// \text_gen|char_ram~20374feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20374feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20374feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20374feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y11_N27 +dffeas \text_gen|char_ram~20374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20374feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y11_N31 +dffeas \text_gen|char_ram~20360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51230 ( +// Equation(s): +// \text_gen|char_ram~51230_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~20374_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~20360_q ))))) + + .dataa(\text_gen|char_ram~20374_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20360_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51230 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51231 ( +// Equation(s): +// \text_gen|char_ram~51231_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51230_combout & ((\text_gen|char_ram~20598_q ))) # (!\text_gen|char_ram~51230_combout & (\text_gen|char_ram~20584_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51230_combout )))) + + .dataa(\text_gen|char_ram~20584_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20598_q ), + .datad(\text_gen|char_ram~51230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51231 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20528feeder ( +// Equation(s): +// \text_gen|char_ram~20528feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20528feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N9 +dffeas \text_gen|char_ram~20528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20318feeder ( +// Equation(s): +// \text_gen|char_ram~20318feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20318feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20318feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20318feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N27 +dffeas \text_gen|char_ram~20318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20318feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y17_N5 +dffeas \text_gen|char_ram~20304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51223 ( +// Equation(s): +// \text_gen|char_ram~51223_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~20318_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~20304_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20318_q ), + .datac(\text_gen|char_ram~20304_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51223 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y17_N7 +dffeas \text_gen|char_ram~20542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51224 ( +// Equation(s): +// \text_gen|char_ram~51224_combout = (\text_gen|char_ram~51223_combout & (((\text_gen|char_ram~20542_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~51223_combout & (\text_gen|char_ram~20528_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~20528_q ), + .datab(\text_gen|char_ram~51223_combout ), + .datac(\text_gen|char_ram~20542_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51224 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20416feeder ( +// Equation(s): +// \text_gen|char_ram~20416feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20416feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20416feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20416feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N9 +dffeas \text_gen|char_ram~20416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20416feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y14_N27 +dffeas \text_gen|char_ram~20430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y17_N1 +dffeas \text_gen|char_ram~20206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y17_N15 +dffeas \text_gen|char_ram~20192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51227 ( +// Equation(s): +// \text_gen|char_ram~51227_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~20206_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~20192_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20206_q ), + .datac(\text_gen|char_ram~20192_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51227 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51228 ( +// Equation(s): +// \text_gen|char_ram~51228_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51227_combout & ((\text_gen|char_ram~20430_q ))) # (!\text_gen|char_ram~51227_combout & (\text_gen|char_ram~20416_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51227_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20416_q ), + .datac(\text_gen|char_ram~20430_q ), + .datad(\text_gen|char_ram~51227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51228 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y13_N31 +dffeas \text_gen|char_ram~20248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20262feeder ( +// Equation(s): +// \text_gen|char_ram~20262feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20262feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20262feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20262feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y10_N27 +dffeas \text_gen|char_ram~20262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20262feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51225 ( +// Equation(s): +// \text_gen|char_ram~51225_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20262_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20248_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20248_q ), + .datad(\text_gen|char_ram~20262_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51225 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y13_N15 +dffeas \text_gen|char_ram~20472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y13_N29 +dffeas \text_gen|char_ram~20486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51226 ( +// Equation(s): +// \text_gen|char_ram~51226_combout = (\text_gen|char_ram~51225_combout & (((\text_gen|char_ram~20486_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~51225_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~20472_q ))) + + .dataa(\text_gen|char_ram~51225_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20472_q ), + .datad(\text_gen|char_ram~20486_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51226 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~51226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51229 ( +// Equation(s): +// \text_gen|char_ram~51229_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~51226_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~51228_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51228_combout ), + .datad(\text_gen|char_ram~51226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51229 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51232 ( +// Equation(s): +// \text_gen|char_ram~51232_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51229_combout & (\text_gen|char_ram~51231_combout )) # (!\text_gen|char_ram~51229_combout & ((\text_gen|char_ram~51224_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51229_combout )))) + + .dataa(\text_gen|char_ram~51231_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51224_combout ), + .datad(\text_gen|char_ram~51229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51232 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N13 +dffeas \text_gen|char_ram~6080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y17_N9 +dffeas \text_gen|char_ram~6192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y17_N25 +dffeas \text_gen|char_ram~5856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y20_N29 +dffeas \text_gen|char_ram~5968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51247 ( +// Equation(s): +// \text_gen|char_ram~51247_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~5968_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5856_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5856_q ), + .datad(\text_gen|char_ram~5968_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51247 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51248 ( +// Equation(s): +// \text_gen|char_ram~51248_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51247_combout & ((\text_gen|char_ram~6192_q ))) # (!\text_gen|char_ram~51247_combout & (\text_gen|char_ram~6080_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51247_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~6080_q ), + .datac(\text_gen|char_ram~6192_q ), + .datad(\text_gen|char_ram~51247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51248 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6094feeder ( +// Equation(s): +// \text_gen|char_ram~6094feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6094feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6094feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6094feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y18_N31 +dffeas \text_gen|char_ram~6094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6094feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y17_N3 +dffeas \text_gen|char_ram~6206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5982feeder ( +// Equation(s): +// \text_gen|char_ram~5982feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y22_N5 +dffeas \text_gen|char_ram~5982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y18_N5 +dffeas \text_gen|char_ram~5870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51245 ( +// Equation(s): +// \text_gen|char_ram~51245_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~5982_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~5870_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5982_q ), + .datac(\text_gen|char_ram~5870_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51245 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51246 ( +// Equation(s): +// \text_gen|char_ram~51246_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51245_combout & ((\text_gen|char_ram~6206_q ))) # (!\text_gen|char_ram~51245_combout & (\text_gen|char_ram~6094_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51245_combout )))) + + .dataa(\text_gen|char_ram~6094_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~6206_q ), + .datad(\text_gen|char_ram~51245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51246 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51249 ( +// Equation(s): +// \text_gen|char_ram~51249_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~51246_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51248_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51248_combout ), + .datad(\text_gen|char_ram~51246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51249 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6038feeder ( +// Equation(s): +// \text_gen|char_ram~6038feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6038feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6038feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6038feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y9_N17 +dffeas \text_gen|char_ram~6038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6038feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y9_N29 +dffeas \text_gen|char_ram~5926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y9_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6150feeder ( +// Equation(s): +// \text_gen|char_ram~6150feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6150feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6150feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6150feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y9_N9 +dffeas \text_gen|char_ram~6150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6150feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51250 ( +// Equation(s): +// \text_gen|char_ram~51250_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~6150_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5926_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5926_q ), + .datad(\text_gen|char_ram~6150_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51250 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y9_N19 +dffeas \text_gen|char_ram~6262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51251 ( +// Equation(s): +// \text_gen|char_ram~51251_combout = (\text_gen|char_ram~51250_combout & (((\text_gen|char_ram~6262_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~51250_combout & (\text_gen|char_ram~6038_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~6038_q ), + .datab(\text_gen|char_ram~51250_combout ), + .datac(\text_gen|char_ram~6262_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51251 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y13_N7 +dffeas \text_gen|char_ram~6024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y13_N23 +dffeas \text_gen|char_ram~6248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y13_N19 +dffeas \text_gen|char_ram~5912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y13_N31 +dffeas \text_gen|char_ram~6136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51243 ( +// Equation(s): +// \text_gen|char_ram~51243_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~6136_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5912_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5912_q ), + .datad(\text_gen|char_ram~6136_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51243 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51244 ( +// Equation(s): +// \text_gen|char_ram~51244_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51243_combout & ((\text_gen|char_ram~6248_q ))) # (!\text_gen|char_ram~51243_combout & (\text_gen|char_ram~6024_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51243_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~6024_q ), + .datac(\text_gen|char_ram~6248_q ), + .datad(\text_gen|char_ram~51243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51244 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51252 ( +// Equation(s): +// \text_gen|char_ram~51252_combout = (\text_gen|char_ram~51249_combout & (((\text_gen|char_ram~51251_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51249_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51244_combout )))) + + .dataa(\text_gen|char_ram~51249_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51251_combout ), + .datad(\text_gen|char_ram~51244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51252 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y17_N1 +dffeas \text_gen|char_ram~13374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y17_N11 +dffeas \text_gen|char_ram~13430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y20_N5 +dffeas \text_gen|char_ram~13318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y20_N3 +dffeas \text_gen|char_ram~13262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51240 ( +// Equation(s): +// \text_gen|char_ram~51240_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~13318_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~13262_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~13318_q ), + .datac(\text_gen|char_ram~13262_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51240 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51241 ( +// Equation(s): +// \text_gen|char_ram~51241_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51240_combout & ((\text_gen|char_ram~13430_q ))) # (!\text_gen|char_ram~51240_combout & (\text_gen|char_ram~13374_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51240_combout )))) + + .dataa(\text_gen|char_ram~13374_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13430_q ), + .datad(\text_gen|char_ram~51240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51241 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N11 +dffeas \text_gen|char_ram~13360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y17_N5 +dffeas \text_gen|char_ram~13416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y21_N19 +dffeas \text_gen|char_ram~13248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y18_N17 +dffeas \text_gen|char_ram~13304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51233 ( +// Equation(s): +// \text_gen|char_ram~51233_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~13304_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13248_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13248_q ), + .datad(\text_gen|char_ram~13304_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51233 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51234 ( +// Equation(s): +// \text_gen|char_ram~51234_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51233_combout & ((\text_gen|char_ram~13416_q ))) # (!\text_gen|char_ram~51233_combout & (\text_gen|char_ram~13360_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51233_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~13360_q ), + .datac(\text_gen|char_ram~13416_q ), + .datad(\text_gen|char_ram~51233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51234 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13150feeder ( +// Equation(s): +// \text_gen|char_ram~13150feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13150feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13150feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13150feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y14_N7 +dffeas \text_gen|char_ram~13150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13150feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y14_N7 +dffeas \text_gen|char_ram~13206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y14_N29 +dffeas \text_gen|char_ram~13038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13094feeder ( +// Equation(s): +// \text_gen|char_ram~13094feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13094feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13094feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13094feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y14_N25 +dffeas \text_gen|char_ram~13094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13094feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51235 ( +// Equation(s): +// \text_gen|char_ram~51235_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~13094_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13038_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13038_q ), + .datad(\text_gen|char_ram~13094_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51235 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51236 ( +// Equation(s): +// \text_gen|char_ram~51236_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51235_combout & ((\text_gen|char_ram~13206_q ))) # (!\text_gen|char_ram~51235_combout & (\text_gen|char_ram~13150_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51235_combout )))) + + .dataa(\text_gen|char_ram~13150_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13206_q ), + .datad(\text_gen|char_ram~51235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51236 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y17_N13 +dffeas \text_gen|char_ram~13136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y17_N15 +dffeas \text_gen|char_ram~13192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y17_N23 +dffeas \text_gen|char_ram~13024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y13_N17 +dffeas \text_gen|char_ram~13080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51237 ( +// Equation(s): +// \text_gen|char_ram~51237_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~13080_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13024_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13024_q ), + .datad(\text_gen|char_ram~13080_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51237 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51238 ( +// Equation(s): +// \text_gen|char_ram~51238_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51237_combout & ((\text_gen|char_ram~13192_q ))) # (!\text_gen|char_ram~51237_combout & (\text_gen|char_ram~13136_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51237_combout )))) + + .dataa(\text_gen|char_ram~13136_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13192_q ), + .datad(\text_gen|char_ram~51237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51238 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51239 ( +// Equation(s): +// \text_gen|char_ram~51239_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~51236_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~51238_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51236_combout ), + .datad(\text_gen|char_ram~51238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51239 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51242 ( +// Equation(s): +// \text_gen|char_ram~51242_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51239_combout & (\text_gen|char_ram~51241_combout )) # (!\text_gen|char_ram~51239_combout & ((\text_gen|char_ram~51234_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51239_combout )))) + + .dataa(\text_gen|char_ram~51241_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51234_combout ), + .datad(\text_gen|char_ram~51239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51242 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51253 ( +// Equation(s): +// \text_gen|char_ram~51253_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~51242_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~51252_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51252_combout ), + .datad(\text_gen|char_ram~51242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51253 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y15_N25 +dffeas \text_gen|char_ram~27654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y14_N29 +dffeas \text_gen|char_ram~27598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y14_N19 +dffeas \text_gen|char_ram~27710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51261 ( +// Equation(s): +// \text_gen|char_ram~51261_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27710_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~27598_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27598_q ), + .datad(\text_gen|char_ram~27710_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51261 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y15_N21 +dffeas \text_gen|char_ram~27766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51262 ( +// Equation(s): +// \text_gen|char_ram~51262_combout = (\text_gen|char_ram~51261_combout & (((\text_gen|char_ram~27766_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~51261_combout & (\text_gen|char_ram~27654_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~27654_q ), + .datab(\text_gen|char_ram~51261_combout ), + .datac(\text_gen|char_ram~27766_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51262 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y21_N29 +dffeas \text_gen|char_ram~27486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y13_N5 +dffeas \text_gen|char_ram~27542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y10_N27 +dffeas \text_gen|char_ram~27374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y7_N3 +dffeas \text_gen|char_ram~27430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51256 ( +// Equation(s): +// \text_gen|char_ram~51256_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~27430_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27374_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27374_q ), + .datad(\text_gen|char_ram~27430_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51256 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51257 ( +// Equation(s): +// \text_gen|char_ram~51257_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51256_combout & ((\text_gen|char_ram~27542_q ))) # (!\text_gen|char_ram~51256_combout & (\text_gen|char_ram~27486_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51256_combout )))) + + .dataa(\text_gen|char_ram~27486_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27542_q ), + .datad(\text_gen|char_ram~51256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51257 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27472feeder ( +// Equation(s): +// \text_gen|char_ram~27472feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y13_N17 +dffeas \text_gen|char_ram~27472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y13_N19 +dffeas \text_gen|char_ram~27528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y17_N15 +dffeas \text_gen|char_ram~27360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27416feeder ( +// Equation(s): +// \text_gen|char_ram~27416feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27416feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27416feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27416feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y13_N17 +dffeas \text_gen|char_ram~27416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27416feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51258 ( +// Equation(s): +// \text_gen|char_ram~51258_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27416_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~27360_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27360_q ), + .datad(\text_gen|char_ram~27416_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51258 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51259 ( +// Equation(s): +// \text_gen|char_ram~51259_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51258_combout & ((\text_gen|char_ram~27528_q ))) # (!\text_gen|char_ram~51258_combout & (\text_gen|char_ram~27472_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51258_combout )))) + + .dataa(\text_gen|char_ram~27472_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27528_q ), + .datad(\text_gen|char_ram~51258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51259 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51260 ( +// Equation(s): +// \text_gen|char_ram~51260_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~51257_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~51259_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51257_combout ), + .datad(\text_gen|char_ram~51259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51260 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y17_N13 +dffeas \text_gen|char_ram~27640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y13_N3 +dffeas \text_gen|char_ram~27752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y13_N27 +dffeas \text_gen|char_ram~27584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y17_N7 +dffeas \text_gen|char_ram~27696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51254 ( +// Equation(s): +// \text_gen|char_ram~51254_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27696_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~27584_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27584_q ), + .datad(\text_gen|char_ram~27696_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51254 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51255 ( +// Equation(s): +// \text_gen|char_ram~51255_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51254_combout & ((\text_gen|char_ram~27752_q ))) # (!\text_gen|char_ram~51254_combout & (\text_gen|char_ram~27640_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51254_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~27640_q ), + .datac(\text_gen|char_ram~27752_q ), + .datad(\text_gen|char_ram~51254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51255 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51263 ( +// Equation(s): +// \text_gen|char_ram~51263_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51260_combout & (\text_gen|char_ram~51262_combout )) # (!\text_gen|char_ram~51260_combout & ((\text_gen|char_ram~51255_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51260_combout )))) + + .dataa(\text_gen|char_ram~51262_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51260_combout ), + .datad(\text_gen|char_ram~51255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51263 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~51263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51264 ( +// Equation(s): +// \text_gen|char_ram~51264_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51253_combout & ((\text_gen|char_ram~51263_combout ))) # (!\text_gen|char_ram~51253_combout & (\text_gen|char_ram~51232_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51253_combout )))) + + .dataa(\text_gen|char_ram~51232_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~51253_combout ), + .datad(\text_gen|char_ram~51263_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51264 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51307 ( +// Equation(s): +// \text_gen|char_ram~51307_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~51264_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~51306_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51306_combout ), + .datad(\text_gen|char_ram~51264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51307 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51350 ( +// Equation(s): +// \text_gen|char_ram~51350_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51307_combout & ((\text_gen|char_ram~51349_combout ))) # (!\text_gen|char_ram~51307_combout & (\text_gen|char_ram~51222_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51307_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51222_combout ), + .datac(\text_gen|char_ram~51349_combout ), + .datad(\text_gen|char_ram~51307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51350 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y29_N3 +dffeas \text_gen|char_ram~5366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19702feeder ( +// Equation(s): +// \text_gen|char_ram~19702feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19702feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19702feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19702feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N23 +dffeas \text_gen|char_ram~19702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19702feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50835 ( +// Equation(s): +// \text_gen|char_ram~50835_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19702_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5366_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5366_q ), + .datad(\text_gen|char_ram~19702_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50835 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y33_N27 +dffeas \text_gen|char_ram~12534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y29_N11 +dffeas \text_gen|char_ram~26870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50836 ( +// Equation(s): +// \text_gen|char_ram~50836_combout = (\text_gen|char_ram~50835_combout & (((\text_gen|char_ram~26870_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~50835_combout & (\text_gen|char_ram~12534_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~50835_combout ), + .datab(\text_gen|char_ram~12534_q ), + .datac(\text_gen|char_ram~26870_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50836 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12478feeder ( +// Equation(s): +// \text_gen|char_ram~12478feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12478feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12478feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12478feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y33_N11 +dffeas \text_gen|char_ram~12478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12478feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y33_N13 +dffeas \text_gen|char_ram~5310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50828 ( +// Equation(s): +// \text_gen|char_ram~50828_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12478_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5310_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12478_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5310_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50828 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N15 +dffeas \text_gen|char_ram~26814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y29_N31 +dffeas \text_gen|char_ram~19646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50829 ( +// Equation(s): +// \text_gen|char_ram~50829_combout = (\text_gen|char_ram~50828_combout & (((\text_gen|char_ram~26814_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~50828_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19646_q )))) + + .dataa(\text_gen|char_ram~50828_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26814_q ), + .datad(\text_gen|char_ram~19646_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50829 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N13 +dffeas \text_gen|char_ram~12520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y35_N5 +dffeas \text_gen|char_ram~26856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19688feeder ( +// Equation(s): +// \text_gen|char_ram~19688feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19688feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19688feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19688feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N31 +dffeas \text_gen|char_ram~19688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19688feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y36_N27 +dffeas \text_gen|char_ram~5352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50830 ( +// Equation(s): +// \text_gen|char_ram~50830_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19688_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5352_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19688_q ), + .datac(\text_gen|char_ram~5352_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50830 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50831 ( +// Equation(s): +// \text_gen|char_ram~50831_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50830_combout & ((\text_gen|char_ram~26856_q ))) # (!\text_gen|char_ram~50830_combout & (\text_gen|char_ram~12520_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50830_combout )))) + + .dataa(\text_gen|char_ram~12520_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26856_q ), + .datad(\text_gen|char_ram~50830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50831 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N23 +dffeas \text_gen|char_ram~19632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y39_N11 +dffeas \text_gen|char_ram~26800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y36_N25 +dffeas \text_gen|char_ram~5296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12464feeder ( +// Equation(s): +// \text_gen|char_ram~12464feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12464feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y34_N17 +dffeas \text_gen|char_ram~12464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50832 ( +// Equation(s): +// \text_gen|char_ram~50832_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12464_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5296_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5296_q ), + .datad(\text_gen|char_ram~12464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50832 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50833 ( +// Equation(s): +// \text_gen|char_ram~50833_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50832_combout & ((\text_gen|char_ram~26800_q ))) # (!\text_gen|char_ram~50832_combout & (\text_gen|char_ram~19632_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50832_combout )))) + + .dataa(\text_gen|char_ram~19632_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26800_q ), + .datad(\text_gen|char_ram~50832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50833 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50834 ( +// Equation(s): +// \text_gen|char_ram~50834_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50831_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50833_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50831_combout ), + .datad(\text_gen|char_ram~50833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50834 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50837 ( +// Equation(s): +// \text_gen|char_ram~50837_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50834_combout & (\text_gen|char_ram~50836_combout )) # (!\text_gen|char_ram~50834_combout & ((\text_gen|char_ram~50829_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50834_combout )))) + + .dataa(\text_gen|char_ram~50836_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50829_combout ), + .datad(\text_gen|char_ram~50834_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50837 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y42_N7 +dffeas \text_gen|char_ram~18358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N5 +dffeas \text_gen|char_ram~4022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50824 ( +// Equation(s): +// \text_gen|char_ram~50824_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18358_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4022_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18358_q ), + .datac(\text_gen|char_ram~4022_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50824 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N15 +dffeas \text_gen|char_ram~25526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y51_N9 +dffeas \text_gen|char_ram~11190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50825 ( +// Equation(s): +// \text_gen|char_ram~50825_combout = (\text_gen|char_ram~50824_combout & (((\text_gen|char_ram~25526_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~50824_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11190_q )))) + + .dataa(\text_gen|char_ram~50824_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25526_q ), + .datad(\text_gen|char_ram~11190_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50825 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25512feeder ( +// Equation(s): +// \text_gen|char_ram~25512feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y39_N15 +dffeas \text_gen|char_ram~25512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y43_N31 +dffeas \text_gen|char_ram~11176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y36_N13 +dffeas \text_gen|char_ram~4008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y50_N7 +dffeas \text_gen|char_ram~18344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50817 ( +// Equation(s): +// \text_gen|char_ram~50817_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18344_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4008_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4008_q ), + .datad(\text_gen|char_ram~18344_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50817 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50818 ( +// Equation(s): +// \text_gen|char_ram~50818_combout = (\text_gen|char_ram~50817_combout & ((\text_gen|char_ram~25512_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~50817_combout & (((\text_gen|char_ram~11176_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~25512_q ), + .datab(\text_gen|char_ram~11176_q ), + .datac(\text_gen|char_ram~50817_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50818 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~50818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y44_N31 +dffeas \text_gen|char_ram~11134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y51_N31 +dffeas \text_gen|char_ram~25470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y51_N11 +dffeas \text_gen|char_ram~3966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y51_N13 +dffeas \text_gen|char_ram~18302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50819 ( +// Equation(s): +// \text_gen|char_ram~50819_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18302_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3966_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3966_q ), + .datad(\text_gen|char_ram~18302_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50819 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50820 ( +// Equation(s): +// \text_gen|char_ram~50820_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50819_combout & ((\text_gen|char_ram~25470_q ))) # (!\text_gen|char_ram~50819_combout & (\text_gen|char_ram~11134_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50819_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11134_q ), + .datac(\text_gen|char_ram~25470_q ), + .datad(\text_gen|char_ram~50819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50820 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y43_N15 +dffeas \text_gen|char_ram~11120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y58_N13 +dffeas \text_gen|char_ram~25456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y50_N17 +dffeas \text_gen|char_ram~18288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y50_N11 +dffeas \text_gen|char_ram~3952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50821 ( +// Equation(s): +// \text_gen|char_ram~50821_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18288_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~3952_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18288_q ), + .datac(\text_gen|char_ram~3952_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50821 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50822 ( +// Equation(s): +// \text_gen|char_ram~50822_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50821_combout & ((\text_gen|char_ram~25456_q ))) # (!\text_gen|char_ram~50821_combout & (\text_gen|char_ram~11120_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50821_combout )))) + + .dataa(\text_gen|char_ram~11120_q ), + .datab(\text_gen|char_ram~25456_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~50821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50822 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~50822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50823 ( +// Equation(s): +// \text_gen|char_ram~50823_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~50820_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50822_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50820_combout ), + .datad(\text_gen|char_ram~50822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50823 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50826 ( +// Equation(s): +// \text_gen|char_ram~50826_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50823_combout & (\text_gen|char_ram~50825_combout )) # (!\text_gen|char_ram~50823_combout & ((\text_gen|char_ram~50818_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50823_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50825_combout ), + .datac(\text_gen|char_ram~50818_combout ), + .datad(\text_gen|char_ram~50823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50826 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N27 +dffeas \text_gen|char_ram~19254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y58_N5 +dffeas \text_gen|char_ram~4918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50814 ( +// Equation(s): +// \text_gen|char_ram~50814_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19254_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4918_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19254_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4918_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50814 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y58_N15 +dffeas \text_gen|char_ram~26422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y58_N29 +dffeas \text_gen|char_ram~12086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50815 ( +// Equation(s): +// \text_gen|char_ram~50815_combout = (\text_gen|char_ram~50814_combout & (((\text_gen|char_ram~26422_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~50814_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12086_q )))) + + .dataa(\text_gen|char_ram~50814_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26422_q ), + .datad(\text_gen|char_ram~12086_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50815 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y62_N9 +dffeas \text_gen|char_ram~19198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y51_N5 +dffeas \text_gen|char_ram~26366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y58_N7 +dffeas \text_gen|char_ram~12030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y58_N19 +dffeas \text_gen|char_ram~4862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50809 ( +// Equation(s): +// \text_gen|char_ram~50809_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12030_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4862_q +// ))))) + + .dataa(\text_gen|char_ram~12030_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4862_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50809 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50810 ( +// Equation(s): +// \text_gen|char_ram~50810_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50809_combout & ((\text_gen|char_ram~26366_q ))) # (!\text_gen|char_ram~50809_combout & (\text_gen|char_ram~19198_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50809_combout )))) + + .dataa(\text_gen|char_ram~19198_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26366_q ), + .datad(\text_gen|char_ram~50809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50810 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19184feeder ( +// Equation(s): +// \text_gen|char_ram~19184feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19184feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19184feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19184feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y59_N11 +dffeas \text_gen|char_ram~19184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19184feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y59_N1 +dffeas \text_gen|char_ram~26352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y67_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12016feeder ( +// Equation(s): +// \text_gen|char_ram~12016feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y67_N7 +dffeas \text_gen|char_ram~12016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y59_N3 +dffeas \text_gen|char_ram~4848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50811 ( +// Equation(s): +// \text_gen|char_ram~50811_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12016_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4848_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12016_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4848_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50811 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50812 ( +// Equation(s): +// \text_gen|char_ram~50812_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50811_combout & ((\text_gen|char_ram~26352_q ))) # (!\text_gen|char_ram~50811_combout & (\text_gen|char_ram~19184_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50811_combout )))) + + .dataa(\text_gen|char_ram~19184_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26352_q ), + .datad(\text_gen|char_ram~50811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50812 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50813 ( +// Equation(s): +// \text_gen|char_ram~50813_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~50810_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50812_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50810_combout ), + .datad(\text_gen|char_ram~50812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50813 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y65_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12072feeder ( +// Equation(s): +// \text_gen|char_ram~12072feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12072feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y65_N7 +dffeas \text_gen|char_ram~12072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y58_N27 +dffeas \text_gen|char_ram~26408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y60_N19 +dffeas \text_gen|char_ram~19240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y60_N17 +dffeas \text_gen|char_ram~4904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50807 ( +// Equation(s): +// \text_gen|char_ram~50807_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19240_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4904_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19240_q ), + .datac(\text_gen|char_ram~4904_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50807 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50808 ( +// Equation(s): +// \text_gen|char_ram~50808_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50807_combout & ((\text_gen|char_ram~26408_q ))) # (!\text_gen|char_ram~50807_combout & (\text_gen|char_ram~12072_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50807_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12072_q ), + .datac(\text_gen|char_ram~26408_q ), + .datad(\text_gen|char_ram~50807_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50808 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50816 ( +// Equation(s): +// \text_gen|char_ram~50816_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50813_combout & (\text_gen|char_ram~50815_combout )) # (!\text_gen|char_ram~50813_combout & ((\text_gen|char_ram~50808_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50813_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50815_combout ), + .datac(\text_gen|char_ram~50813_combout ), + .datad(\text_gen|char_ram~50808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50816 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50827 ( +// Equation(s): +// \text_gen|char_ram~50827_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~50816_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~50826_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~50826_combout ), + .datad(\text_gen|char_ram~50816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50827 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11638feeder ( +// Equation(s): +// \text_gen|char_ram~11638feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11638feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11638feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11638feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y17_N11 +dffeas \text_gen|char_ram~11638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11638feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y19_N29 +dffeas \text_gen|char_ram~25974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y13_N1 +dffeas \text_gen|char_ram~18806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y17_N17 +dffeas \text_gen|char_ram~4470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50804 ( +// Equation(s): +// \text_gen|char_ram~50804_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18806_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4470_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18806_q ), + .datac(\text_gen|char_ram~4470_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50804 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50805 ( +// Equation(s): +// \text_gen|char_ram~50805_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50804_combout & ((\text_gen|char_ram~25974_q ))) # (!\text_gen|char_ram~50804_combout & (\text_gen|char_ram~11638_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50804_combout )))) + + .dataa(\text_gen|char_ram~11638_q ), + .datab(\text_gen|char_ram~25974_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~50804_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50805 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~50805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y24_N25 +dffeas \text_gen|char_ram~11624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y16_N31 +dffeas \text_gen|char_ram~25960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18792feeder ( +// Equation(s): +// \text_gen|char_ram~18792feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18792feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18792feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18792feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N29 +dffeas \text_gen|char_ram~18792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18792feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y16_N17 +dffeas \text_gen|char_ram~4456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50799 ( +// Equation(s): +// \text_gen|char_ram~50799_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18792_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4456_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18792_q ), + .datac(\text_gen|char_ram~4456_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50799 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50800 ( +// Equation(s): +// \text_gen|char_ram~50800_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50799_combout & ((\text_gen|char_ram~25960_q ))) # (!\text_gen|char_ram~50799_combout & (\text_gen|char_ram~11624_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50799_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11624_q ), + .datac(\text_gen|char_ram~25960_q ), + .datad(\text_gen|char_ram~50799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50800 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N17 +dffeas \text_gen|char_ram~11568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y19_N25 +dffeas \text_gen|char_ram~25904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y13_N19 +dffeas \text_gen|char_ram~18736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y13_N17 +dffeas \text_gen|char_ram~4400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50801 ( +// Equation(s): +// \text_gen|char_ram~50801_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18736_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4400_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18736_q ), + .datac(\text_gen|char_ram~4400_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50801 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50802 ( +// Equation(s): +// \text_gen|char_ram~50802_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50801_combout & ((\text_gen|char_ram~25904_q ))) # (!\text_gen|char_ram~50801_combout & (\text_gen|char_ram~11568_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50801_combout )))) + + .dataa(\text_gen|char_ram~11568_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25904_q ), + .datad(\text_gen|char_ram~50801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50802 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50803 ( +// Equation(s): +// \text_gen|char_ram~50803_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50800_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50802_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50800_combout ), + .datad(\text_gen|char_ram~50802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50803 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y18_N29 +dffeas \text_gen|char_ram~25918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y17_N17 +dffeas \text_gen|char_ram~18750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y21_N11 +dffeas \text_gen|char_ram~11582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y17_N27 +dffeas \text_gen|char_ram~4414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50797 ( +// Equation(s): +// \text_gen|char_ram~50797_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11582_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4414_q +// ))))) + + .dataa(\text_gen|char_ram~11582_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4414_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50797 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50798 ( +// Equation(s): +// \text_gen|char_ram~50798_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50797_combout & (\text_gen|char_ram~25918_q )) # (!\text_gen|char_ram~50797_combout & ((\text_gen|char_ram~18750_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50797_combout )))) + + .dataa(\text_gen|char_ram~25918_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~18750_q ), + .datad(\text_gen|char_ram~50797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50798 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50806 ( +// Equation(s): +// \text_gen|char_ram~50806_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50803_combout & (\text_gen|char_ram~50805_combout )) # (!\text_gen|char_ram~50803_combout & ((\text_gen|char_ram~50798_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50803_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50805_combout ), + .datac(\text_gen|char_ram~50803_combout ), + .datad(\text_gen|char_ram~50798_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50806 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50838 ( +// Equation(s): +// \text_gen|char_ram~50838_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50827_combout & (\text_gen|char_ram~50837_combout )) # (!\text_gen|char_ram~50827_combout & ((\text_gen|char_ram~50806_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50827_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~50837_combout ), + .datac(\text_gen|char_ram~50827_combout ), + .datad(\text_gen|char_ram~50806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50838 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N11 +dffeas \text_gen|char_ram~25582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y35_N29 +dffeas \text_gen|char_ram~26478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y43_N11 +dffeas \text_gen|char_ram~25134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26030feeder ( +// Equation(s): +// \text_gen|char_ram~26030feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26030feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26030feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26030feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y58_N19 +dffeas \text_gen|char_ram~26030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26030feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50785 ( +// Equation(s): +// \text_gen|char_ram~50785_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26030_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25134_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25134_q ), + .datad(\text_gen|char_ram~26030_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50785 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50786 ( +// Equation(s): +// \text_gen|char_ram~50786_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50785_combout & ((\text_gen|char_ram~26478_q ))) # (!\text_gen|char_ram~50785_combout & (\text_gen|char_ram~25582_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50785_combout )))) + + .dataa(\text_gen|char_ram~25582_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26478_q ), + .datad(\text_gen|char_ram~50785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50786 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N13 +dffeas \text_gen|char_ram~26086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y35_N11 +dffeas \text_gen|char_ram~26534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y35_N21 +dffeas \text_gen|char_ram~25190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y18_N11 +dffeas \text_gen|char_ram~25638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50792 ( +// Equation(s): +// \text_gen|char_ram~50792_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~25638_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25190_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25190_q ), + .datad(\text_gen|char_ram~25638_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50792 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50793 ( +// Equation(s): +// \text_gen|char_ram~50793_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50792_combout & ((\text_gen|char_ram~26534_q ))) # (!\text_gen|char_ram~50792_combout & (\text_gen|char_ram~26086_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50792_combout )))) + + .dataa(\text_gen|char_ram~26086_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26534_q ), + .datad(\text_gen|char_ram~50792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50793 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26016feeder ( +// Equation(s): +// \text_gen|char_ram~26016feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N9 +dffeas \text_gen|char_ram~26016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y39_N13 +dffeas \text_gen|char_ram~25120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50789 ( +// Equation(s): +// \text_gen|char_ram~50789_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26016_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25120_q +// ))))) + + .dataa(\text_gen|char_ram~26016_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25120_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50789 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y39_N7 +dffeas \text_gen|char_ram~26464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y18_N11 +dffeas \text_gen|char_ram~25568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50790 ( +// Equation(s): +// \text_gen|char_ram~50790_combout = (\text_gen|char_ram~50789_combout & (((\text_gen|char_ram~26464_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~50789_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25568_q )))) + + .dataa(\text_gen|char_ram~50789_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26464_q ), + .datad(\text_gen|char_ram~25568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50790 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y63_N13 +dffeas \text_gen|char_ram~26072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y59_N31 +dffeas \text_gen|char_ram~26520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y59_N29 +dffeas \text_gen|char_ram~25176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y17_N23 +dffeas \text_gen|char_ram~25624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50787 ( +// Equation(s): +// \text_gen|char_ram~50787_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25624_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25176_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25176_q ), + .datad(\text_gen|char_ram~25624_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50787 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50788 ( +// Equation(s): +// \text_gen|char_ram~50788_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50787_combout & ((\text_gen|char_ram~26520_q ))) # (!\text_gen|char_ram~50787_combout & (\text_gen|char_ram~26072_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50787_combout )))) + + .dataa(\text_gen|char_ram~26072_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26520_q ), + .datad(\text_gen|char_ram~50787_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50788 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50791 ( +// Equation(s): +// \text_gen|char_ram~50791_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~50788_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50790_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50790_combout ), + .datad(\text_gen|char_ram~50788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50791 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50794 ( +// Equation(s): +// \text_gen|char_ram~50794_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50791_combout & ((\text_gen|char_ram~50793_combout ))) # (!\text_gen|char_ram~50791_combout & (\text_gen|char_ram~50786_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50791_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50786_combout ), + .datac(\text_gen|char_ram~50793_combout ), + .datad(\text_gen|char_ram~50791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50794 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11246feeder ( +// Equation(s): +// \text_gen|char_ram~11246feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11246feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11246feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11246feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y18_N23 +dffeas \text_gen|char_ram~11246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11246feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y51_N29 +dffeas \text_gen|char_ram~10798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y58_N29 +dffeas \text_gen|char_ram~11694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50764 ( +// Equation(s): +// \text_gen|char_ram~50764_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~11694_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~10798_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10798_q ), + .datad(\text_gen|char_ram~11694_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50764 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y31_N5 +dffeas \text_gen|char_ram~12142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50765 ( +// Equation(s): +// \text_gen|char_ram~50765_combout = (\text_gen|char_ram~50764_combout & (((\text_gen|char_ram~12142_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~50764_combout & (\text_gen|char_ram~11246_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~11246_q ), + .datab(\text_gen|char_ram~50764_combout ), + .datac(\text_gen|char_ram~12142_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50765 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~50765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N5 +dffeas \text_gen|char_ram~11232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11232 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N5 +dffeas \text_gen|char_ram~12128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N9 +dffeas \text_gen|char_ram~10784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y36_N5 +dffeas \text_gen|char_ram~11680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50768 ( +// Equation(s): +// \text_gen|char_ram~50768_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~11680_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~10784_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10784_q ), + .datad(\text_gen|char_ram~11680_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50768 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50769 ( +// Equation(s): +// \text_gen|char_ram~50769_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50768_combout & ((\text_gen|char_ram~12128_q ))) # (!\text_gen|char_ram~50768_combout & (\text_gen|char_ram~11232_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50768_combout )))) + + .dataa(\text_gen|char_ram~11232_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12128_q ), + .datad(\text_gen|char_ram~50768_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50769 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11736feeder ( +// Equation(s): +// \text_gen|char_ram~11736feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y63_N17 +dffeas \text_gen|char_ram~11736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N11 +dffeas \text_gen|char_ram~12184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y19_N23 +dffeas \text_gen|char_ram~11288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y19_N25 +dffeas \text_gen|char_ram~10840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50766 ( +// Equation(s): +// \text_gen|char_ram~50766_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11288_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~10840_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~11288_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10840_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50766 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50767 ( +// Equation(s): +// \text_gen|char_ram~50767_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50766_combout & ((\text_gen|char_ram~12184_q ))) # (!\text_gen|char_ram~50766_combout & (\text_gen|char_ram~11736_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50766_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~11736_q ), + .datac(\text_gen|char_ram~12184_q ), + .datad(\text_gen|char_ram~50766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50767 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50770 ( +// Equation(s): +// \text_gen|char_ram~50770_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~50767_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50769_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50769_combout ), + .datad(\text_gen|char_ram~50767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50770 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y61_N31 +dffeas \text_gen|char_ram~11750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y29_N15 +dffeas \text_gen|char_ram~12198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y51_N9 +dffeas \text_gen|char_ram~10854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y17_N13 +dffeas \text_gen|char_ram~11302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50771 ( +// Equation(s): +// \text_gen|char_ram~50771_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~11302_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~10854_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10854_q ), + .datad(\text_gen|char_ram~11302_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50771 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50772 ( +// Equation(s): +// \text_gen|char_ram~50772_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50771_combout & ((\text_gen|char_ram~12198_q ))) # (!\text_gen|char_ram~50771_combout & (\text_gen|char_ram~11750_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50771_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~11750_q ), + .datac(\text_gen|char_ram~12198_q ), + .datad(\text_gen|char_ram~50771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50772 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50773 ( +// Equation(s): +// \text_gen|char_ram~50773_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50770_combout & ((\text_gen|char_ram~50772_combout ))) # (!\text_gen|char_ram~50770_combout & (\text_gen|char_ram~50765_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50770_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50765_combout ), + .datac(\text_gen|char_ram~50770_combout ), + .datad(\text_gen|char_ram~50772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50773 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~50773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4974feeder ( +// Equation(s): +// \text_gen|char_ram~4974feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4974feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4974feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4974feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y33_N21 +dffeas \text_gen|char_ram~4974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4974feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y43_N17 +dffeas \text_gen|char_ram~3630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4526feeder ( +// Equation(s): +// \text_gen|char_ram~4526feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y58_N25 +dffeas \text_gen|char_ram~4526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50776 ( +// Equation(s): +// \text_gen|char_ram~50776_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4526_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3630_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3630_q ), + .datad(\text_gen|char_ram~4526_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50776 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4078feeder ( +// Equation(s): +// \text_gen|char_ram~4078feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4078feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4078feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4078feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y18_N29 +dffeas \text_gen|char_ram~4078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4078feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50777 ( +// Equation(s): +// \text_gen|char_ram~50777_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50776_combout & (\text_gen|char_ram~4974_q )) # (!\text_gen|char_ram~50776_combout & ((\text_gen|char_ram~4078_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50776_combout )))) + + .dataa(\text_gen|char_ram~4974_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~50776_combout ), + .datad(\text_gen|char_ram~4078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50777 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4064feeder ( +// Equation(s): +// \text_gen|char_ram~4064feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y18_N27 +dffeas \text_gen|char_ram~4064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y31_N21 +dffeas \text_gen|char_ram~4960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y43_N9 +dffeas \text_gen|char_ram~3616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4512feeder ( +// Equation(s): +// \text_gen|char_ram~4512feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N19 +dffeas \text_gen|char_ram~4512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50778 ( +// Equation(s): +// \text_gen|char_ram~50778_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~4512_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3616_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3616_q ), + .datad(\text_gen|char_ram~4512_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50778 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50779 ( +// Equation(s): +// \text_gen|char_ram~50779_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50778_combout & ((\text_gen|char_ram~4960_q ))) # (!\text_gen|char_ram~50778_combout & (\text_gen|char_ram~4064_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50778_combout )))) + + .dataa(\text_gen|char_ram~4064_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~4960_q ), + .datad(\text_gen|char_ram~50778_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50779 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50780 ( +// Equation(s): +// \text_gen|char_ram~50780_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50777_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50779_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50777_combout ), + .datad(\text_gen|char_ram~50779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50780 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N11 +dffeas \text_gen|char_ram~4568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y31_N19 +dffeas \text_gen|char_ram~5016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N7 +dffeas \text_gen|char_ram~3672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4120feeder ( +// Equation(s): +// \text_gen|char_ram~4120feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y13_N3 +dffeas \text_gen|char_ram~4120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50774 ( +// Equation(s): +// \text_gen|char_ram~50774_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~4120_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3672_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3672_q ), + .datad(\text_gen|char_ram~4120_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50774 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50775 ( +// Equation(s): +// \text_gen|char_ram~50775_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50774_combout & ((\text_gen|char_ram~5016_q ))) # (!\text_gen|char_ram~50774_combout & (\text_gen|char_ram~4568_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50774_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~4568_q ), + .datac(\text_gen|char_ram~5016_q ), + .datad(\text_gen|char_ram~50774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50775 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4582feeder ( +// Equation(s): +// \text_gen|char_ram~4582feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4582feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4582feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4582feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N11 +dffeas \text_gen|char_ram~4582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4582feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y58_N3 +dffeas \text_gen|char_ram~5030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N19 +dffeas \text_gen|char_ram~3686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y15_N19 +dffeas \text_gen|char_ram~4134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50781 ( +// Equation(s): +// \text_gen|char_ram~50781_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~4134_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3686_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3686_q ), + .datad(\text_gen|char_ram~4134_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50781 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50782 ( +// Equation(s): +// \text_gen|char_ram~50782_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50781_combout & ((\text_gen|char_ram~5030_q ))) # (!\text_gen|char_ram~50781_combout & (\text_gen|char_ram~4582_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50781_combout )))) + + .dataa(\text_gen|char_ram~4582_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5030_q ), + .datad(\text_gen|char_ram~50781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50782 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50783 ( +// Equation(s): +// \text_gen|char_ram~50783_combout = (\text_gen|char_ram~50780_combout & (((\text_gen|char_ram~50782_combout ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~50780_combout & (\text_gen|char_ram~50775_combout & (\vga_c|h_cnt [7]))) + + .dataa(\text_gen|char_ram~50780_combout ), + .datab(\text_gen|char_ram~50775_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~50782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50783 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~50783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50784 ( +// Equation(s): +// \text_gen|char_ram~50784_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~50773_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~50783_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~50773_combout ), + .datad(\text_gen|char_ram~50783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50784 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18400feeder ( +// Equation(s): +// \text_gen|char_ram~18400feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y18_N1 +dffeas \text_gen|char_ram~18400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y35_N9 +dffeas \text_gen|char_ram~19296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y50_N29 +dffeas \text_gen|char_ram~17952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y53_N17 +dffeas \text_gen|char_ram~18848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50758 ( +// Equation(s): +// \text_gen|char_ram~50758_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~18848_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~17952_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17952_q ), + .datad(\text_gen|char_ram~18848_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50758 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50759 ( +// Equation(s): +// \text_gen|char_ram~50759_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50758_combout & ((\text_gen|char_ram~19296_q ))) # (!\text_gen|char_ram~50758_combout & (\text_gen|char_ram~18400_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50758_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18400_q ), + .datac(\text_gen|char_ram~19296_q ), + .datad(\text_gen|char_ram~50758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50759 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y17_N13 +dffeas \text_gen|char_ram~18414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y35_N19 +dffeas \text_gen|char_ram~19310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18862feeder ( +// Equation(s): +// \text_gen|char_ram~18862feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18862feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18862feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18862feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y58_N3 +dffeas \text_gen|char_ram~18862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18862feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y50_N19 +dffeas \text_gen|char_ram~17966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50756 ( +// Equation(s): +// \text_gen|char_ram~50756_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~18862_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~17966_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~18862_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17966_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50756 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50757 ( +// Equation(s): +// \text_gen|char_ram~50757_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50756_combout & ((\text_gen|char_ram~19310_q ))) # (!\text_gen|char_ram~50756_combout & (\text_gen|char_ram~18414_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50756_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18414_q ), + .datac(\text_gen|char_ram~19310_q ), + .datad(\text_gen|char_ram~50756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50757 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50760 ( +// Equation(s): +// \text_gen|char_ram~50760_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50757_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50759_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50759_combout ), + .datad(\text_gen|char_ram~50757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50760 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N27 +dffeas \text_gen|char_ram~19366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y58_N3 +dffeas \text_gen|char_ram~18918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y42_N5 +dffeas \text_gen|char_ram~18022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18470feeder ( +// Equation(s): +// \text_gen|char_ram~18470feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y16_N29 +dffeas \text_gen|char_ram~18470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50761 ( +// Equation(s): +// \text_gen|char_ram~50761_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~18470_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18022_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18022_q ), + .datad(\text_gen|char_ram~18470_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50761 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50762 ( +// Equation(s): +// \text_gen|char_ram~50762_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50761_combout & (\text_gen|char_ram~19366_q )) # (!\text_gen|char_ram~50761_combout & ((\text_gen|char_ram~18918_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50761_combout )))) + + .dataa(\text_gen|char_ram~19366_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18918_q ), + .datad(\text_gen|char_ram~50761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50762 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y31_N31 +dffeas \text_gen|char_ram~19352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y58_N27 +dffeas \text_gen|char_ram~18904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y50_N9 +dffeas \text_gen|char_ram~18008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y25_N17 +dffeas \text_gen|char_ram~18456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50754 ( +// Equation(s): +// \text_gen|char_ram~50754_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~18456_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18008_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18008_q ), + .datad(\text_gen|char_ram~18456_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50754 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50755 ( +// Equation(s): +// \text_gen|char_ram~50755_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50754_combout & (\text_gen|char_ram~19352_q )) # (!\text_gen|char_ram~50754_combout & ((\text_gen|char_ram~18904_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50754_combout )))) + + .dataa(\text_gen|char_ram~19352_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18904_q ), + .datad(\text_gen|char_ram~50754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50755 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50763 ( +// Equation(s): +// \text_gen|char_ram~50763_combout = (\text_gen|char_ram~50760_combout & (((\text_gen|char_ram~50762_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~50760_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50755_combout )))) + + .dataa(\text_gen|char_ram~50760_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50762_combout ), + .datad(\text_gen|char_ram~50755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50763 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50795 ( +// Equation(s): +// \text_gen|char_ram~50795_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50784_combout & (\text_gen|char_ram~50794_combout )) # (!\text_gen|char_ram~50784_combout & ((\text_gen|char_ram~50763_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50784_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~50794_combout ), + .datac(\text_gen|char_ram~50784_combout ), + .datad(\text_gen|char_ram~50763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50795 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26310feeder ( +// Equation(s): +// \text_gen|char_ram~26310feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26310feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26310feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26310feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y57_N25 +dffeas \text_gen|char_ram~26310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26310feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y41_N31 +dffeas \text_gen|char_ram~26758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25862feeder ( +// Equation(s): +// \text_gen|char_ram~25862feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25862feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25862feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25862feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y9_N21 +dffeas \text_gen|char_ram~25862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25862feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y43_N1 +dffeas \text_gen|char_ram~25414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50750 ( +// Equation(s): +// \text_gen|char_ram~50750_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25862_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~25414_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25862_q ), + .datac(\text_gen|char_ram~25414_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50750 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50751 ( +// Equation(s): +// \text_gen|char_ram~50751_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50750_combout & ((\text_gen|char_ram~26758_q ))) # (!\text_gen|char_ram~50750_combout & (\text_gen|char_ram~26310_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50750_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26310_q ), + .datac(\text_gen|char_ram~26758_q ), + .datad(\text_gen|char_ram~50750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50751 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y47_N15 +dffeas \text_gen|char_ram~26296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y36_N19 +dffeas \text_gen|char_ram~26744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y36_N29 +dffeas \text_gen|char_ram~25400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25848feeder ( +// Equation(s): +// \text_gen|char_ram~25848feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25848feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25848feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25848feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y18_N5 +dffeas \text_gen|char_ram~25848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25848feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50745 ( +// Equation(s): +// \text_gen|char_ram~50745_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25848_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25400_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25400_q ), + .datad(\text_gen|char_ram~25848_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50745 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50746 ( +// Equation(s): +// \text_gen|char_ram~50746_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50745_combout & ((\text_gen|char_ram~26744_q ))) # (!\text_gen|char_ram~50745_combout & (\text_gen|char_ram~26296_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50745_combout )))) + + .dataa(\text_gen|char_ram~26296_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26744_q ), + .datad(\text_gen|char_ram~50745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50746 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y36_N23 +dffeas \text_gen|char_ram~25344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y55_N21 +dffeas \text_gen|char_ram~26240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50747 ( +// Equation(s): +// \text_gen|char_ram~50747_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26240_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25344_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25344_q ), + .datad(\text_gen|char_ram~26240_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50747 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y36_N1 +dffeas \text_gen|char_ram~26688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y21_N21 +dffeas \text_gen|char_ram~25792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50748 ( +// Equation(s): +// \text_gen|char_ram~50748_combout = (\text_gen|char_ram~50747_combout & (((\text_gen|char_ram~26688_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~50747_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~25792_q )))) + + .dataa(\text_gen|char_ram~50747_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26688_q ), + .datad(\text_gen|char_ram~25792_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50748 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50749 ( +// Equation(s): +// \text_gen|char_ram~50749_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~50746_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50748_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50746_combout ), + .datad(\text_gen|char_ram~50748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50749 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N13 +dffeas \text_gen|char_ram~25806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y36_N17 +dffeas \text_gen|char_ram~26702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y54_N29 +dffeas \text_gen|char_ram~26254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y43_N19 +dffeas \text_gen|char_ram~25358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50743 ( +// Equation(s): +// \text_gen|char_ram~50743_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~26254_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~25358_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26254_q ), + .datac(\text_gen|char_ram~25358_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50743 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50744 ( +// Equation(s): +// \text_gen|char_ram~50744_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50743_combout & ((\text_gen|char_ram~26702_q ))) # (!\text_gen|char_ram~50743_combout & (\text_gen|char_ram~25806_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50743_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25806_q ), + .datac(\text_gen|char_ram~26702_q ), + .datad(\text_gen|char_ram~50743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50744 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50752 ( +// Equation(s): +// \text_gen|char_ram~50752_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50749_combout & (\text_gen|char_ram~50751_combout )) # (!\text_gen|char_ram~50749_combout & ((\text_gen|char_ram~50744_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50749_combout )))) + + .dataa(\text_gen|char_ram~50751_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50749_combout ), + .datad(\text_gen|char_ram~50744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50752 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11456feeder ( +// Equation(s): +// \text_gen|char_ram~11456feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11456feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11456feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11456feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y27_N3 +dffeas \text_gen|char_ram~11456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11456feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y29_N25 +dffeas \text_gen|char_ram~12352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X104_Y53_N13 +dffeas \text_gen|char_ram~11904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y29_N19 +dffeas \text_gen|char_ram~11008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50726 ( +// Equation(s): +// \text_gen|char_ram~50726_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11904_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~11008_q +// ))))) + + .dataa(\text_gen|char_ram~11904_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11008_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50726 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50727 ( +// Equation(s): +// \text_gen|char_ram~50727_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50726_combout & ((\text_gen|char_ram~12352_q ))) # (!\text_gen|char_ram~50726_combout & (\text_gen|char_ram~11456_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50726_combout )))) + + .dataa(\text_gen|char_ram~11456_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12352_q ), + .datad(\text_gen|char_ram~50726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50727 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11960feeder ( +// Equation(s): +// \text_gen|char_ram~11960feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11960feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11960feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11960feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y50_N21 +dffeas \text_gen|char_ram~11960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11960feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y36_N21 +dffeas \text_gen|char_ram~12408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11512feeder ( +// Equation(s): +// \text_gen|char_ram~11512feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y20_N25 +dffeas \text_gen|char_ram~11512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X101_Y36_N25 +dffeas \text_gen|char_ram~11064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50724 ( +// Equation(s): +// \text_gen|char_ram~50724_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11512_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~11064_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11512_q ), + .datac(\text_gen|char_ram~11064_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50724 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~50724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50725 ( +// Equation(s): +// \text_gen|char_ram~50725_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50724_combout & ((\text_gen|char_ram~12408_q ))) # (!\text_gen|char_ram~50724_combout & (\text_gen|char_ram~11960_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50724_combout )))) + + .dataa(\text_gen|char_ram~11960_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12408_q ), + .datad(\text_gen|char_ram~50724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50725 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50728 ( +// Equation(s): +// \text_gen|char_ram~50728_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~50725_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50727_combout )))) + + .dataa(\text_gen|char_ram~50727_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~50725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50728 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~50728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11470feeder ( +// Equation(s): +// \text_gen|char_ram~11470feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y22_N7 +dffeas \text_gen|char_ram~11470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N11 +dffeas \text_gen|char_ram~12366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11918feeder ( +// Equation(s): +// \text_gen|char_ram~11918feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11918feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11918feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11918feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y52_N27 +dffeas \text_gen|char_ram~11918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11918feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y40_N25 +dffeas \text_gen|char_ram~11022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50722 ( +// Equation(s): +// \text_gen|char_ram~50722_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11918_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~11022_q +// ))))) + + .dataa(\text_gen|char_ram~11918_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11022_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50722 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50723 ( +// Equation(s): +// \text_gen|char_ram~50723_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50722_combout & ((\text_gen|char_ram~12366_q ))) # (!\text_gen|char_ram~50722_combout & (\text_gen|char_ram~11470_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50722_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11470_q ), + .datac(\text_gen|char_ram~12366_q ), + .datad(\text_gen|char_ram~50722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50723 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y32_N9 +dffeas \text_gen|char_ram~11078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11526feeder ( +// Equation(s): +// \text_gen|char_ram~11526feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y24_N19 +dffeas \text_gen|char_ram~11526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50729 ( +// Equation(s): +// \text_gen|char_ram~50729_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~11526_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~11078_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11078_q ), + .datad(\text_gen|char_ram~11526_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50729 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11974feeder ( +// Equation(s): +// \text_gen|char_ram~11974feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11974feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11974feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11974feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y60_N21 +dffeas \text_gen|char_ram~11974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11974feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y32_N13 +dffeas \text_gen|char_ram~12422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50730 ( +// Equation(s): +// \text_gen|char_ram~50730_combout = (\text_gen|char_ram~50729_combout & (((\text_gen|char_ram~12422_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50729_combout & (\text_gen|char_ram~11974_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~50729_combout ), + .datab(\text_gen|char_ram~11974_q ), + .datac(\text_gen|char_ram~12422_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50730 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~50730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50731 ( +// Equation(s): +// \text_gen|char_ram~50731_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50728_combout & ((\text_gen|char_ram~50730_combout ))) # (!\text_gen|char_ram~50728_combout & (\text_gen|char_ram~50723_combout )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~50728_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50728_combout ), + .datac(\text_gen|char_ram~50723_combout ), + .datad(\text_gen|char_ram~50730_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50731 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~50731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4806feeder ( +// Equation(s): +// \text_gen|char_ram~4806feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4806feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4806feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4806feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y53_N5 +dffeas \text_gen|char_ram~4806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4806feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y31_N9 +dffeas \text_gen|char_ram~5254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y35_N5 +dffeas \text_gen|char_ram~3910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4358feeder ( +// Equation(s): +// \text_gen|char_ram~4358feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4358feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4358feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4358feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y35_N11 +dffeas \text_gen|char_ram~4358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4358feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50739 ( +// Equation(s): +// \text_gen|char_ram~50739_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~4358_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3910_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3910_q ), + .datad(\text_gen|char_ram~4358_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50739 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50740 ( +// Equation(s): +// \text_gen|char_ram~50740_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50739_combout & ((\text_gen|char_ram~5254_q ))) # (!\text_gen|char_ram~50739_combout & (\text_gen|char_ram~4806_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50739_combout )))) + + .dataa(\text_gen|char_ram~4806_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5254_q ), + .datad(\text_gen|char_ram~50739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50740 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4792feeder ( +// Equation(s): +// \text_gen|char_ram~4792feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4792feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4792feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4792feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y51_N3 +dffeas \text_gen|char_ram~4792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4792feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y31_N5 +dffeas \text_gen|char_ram~5240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y23_N11 +dffeas \text_gen|char_ram~3896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4344feeder ( +// Equation(s): +// \text_gen|char_ram~4344feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4344feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4344feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4344feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y23_N29 +dffeas \text_gen|char_ram~4344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4344feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50732 ( +// Equation(s): +// \text_gen|char_ram~50732_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~4344_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3896_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3896_q ), + .datad(\text_gen|char_ram~4344_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50732 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50733 ( +// Equation(s): +// \text_gen|char_ram~50733_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50732_combout & ((\text_gen|char_ram~5240_q ))) # (!\text_gen|char_ram~50732_combout & (\text_gen|char_ram~4792_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50732_combout )))) + + .dataa(\text_gen|char_ram~4792_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5240_q ), + .datad(\text_gen|char_ram~50732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50733 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y23_N25 +dffeas \text_gen|char_ram~4302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y31_N27 +dffeas \text_gen|char_ram~5198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y44_N9 +dffeas \text_gen|char_ram~3854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4750feeder ( +// Equation(s): +// \text_gen|char_ram~4750feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4750feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4750feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4750feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y55_N3 +dffeas \text_gen|char_ram~4750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4750feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50734 ( +// Equation(s): +// \text_gen|char_ram~50734_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4750_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3854_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3854_q ), + .datad(\text_gen|char_ram~4750_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50734 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50735 ( +// Equation(s): +// \text_gen|char_ram~50735_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50734_combout & ((\text_gen|char_ram~5198_q ))) # (!\text_gen|char_ram~50734_combout & (\text_gen|char_ram~4302_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50734_combout )))) + + .dataa(\text_gen|char_ram~4302_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5198_q ), + .datad(\text_gen|char_ram~50734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50735 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y24_N25 +dffeas \text_gen|char_ram~4288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y31_N29 +dffeas \text_gen|char_ram~5184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4736feeder ( +// Equation(s): +// \text_gen|char_ram~4736feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y51_N5 +dffeas \text_gen|char_ram~4736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y35_N13 +dffeas \text_gen|char_ram~3840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50736 ( +// Equation(s): +// \text_gen|char_ram~50736_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4736_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3840_q ))))) + + .dataa(\text_gen|char_ram~4736_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3840_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50736 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50737 ( +// Equation(s): +// \text_gen|char_ram~50737_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50736_combout & ((\text_gen|char_ram~5184_q ))) # (!\text_gen|char_ram~50736_combout & (\text_gen|char_ram~4288_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50736_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4288_q ), + .datac(\text_gen|char_ram~5184_q ), + .datad(\text_gen|char_ram~50736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50737 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50738 ( +// Equation(s): +// \text_gen|char_ram~50738_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~50735_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~50737_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50735_combout ), + .datad(\text_gen|char_ram~50737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50738 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50741 ( +// Equation(s): +// \text_gen|char_ram~50741_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50738_combout & (\text_gen|char_ram~50740_combout )) # (!\text_gen|char_ram~50738_combout & ((\text_gen|char_ram~50733_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50738_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~50740_combout ), + .datac(\text_gen|char_ram~50733_combout ), + .datad(\text_gen|char_ram~50738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50741 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~50741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50742 ( +// Equation(s): +// \text_gen|char_ram~50742_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~50731_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~50741_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~50731_combout ), + .datad(\text_gen|char_ram~50741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50742 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y62_N3 +dffeas \text_gen|char_ram~19590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y62_N29 +dffeas \text_gen|char_ram~19142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y42_N3 +dffeas \text_gen|char_ram~18246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y19_N7 +dffeas \text_gen|char_ram~18694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50719 ( +// Equation(s): +// \text_gen|char_ram~50719_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~18694_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18246_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18246_q ), + .datad(\text_gen|char_ram~18694_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50719 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50720 ( +// Equation(s): +// \text_gen|char_ram~50720_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50719_combout & (\text_gen|char_ram~19590_q )) # (!\text_gen|char_ram~50719_combout & ((\text_gen|char_ram~19142_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50719_combout )))) + + .dataa(\text_gen|char_ram~19590_q ), + .datab(\text_gen|char_ram~19142_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~50719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50720 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~50720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y50_N1 +dffeas \text_gen|char_ram~18232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18680feeder ( +// Equation(s): +// \text_gen|char_ram~18680feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N15 +dffeas \text_gen|char_ram~18680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50712 ( +// Equation(s): +// \text_gen|char_ram~50712_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~18680_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18232_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18232_q ), + .datad(\text_gen|char_ram~18680_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50712 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19576feeder ( +// Equation(s): +// \text_gen|char_ram~19576feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19576feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19576feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19576feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N1 +dffeas \text_gen|char_ram~19576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19576feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y51_N15 +dffeas \text_gen|char_ram~19128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50713 ( +// Equation(s): +// \text_gen|char_ram~50713_combout = (\text_gen|char_ram~50712_combout & ((\text_gen|char_ram~19576_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50712_combout & (((\text_gen|char_ram~19128_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~50712_combout ), + .datab(\text_gen|char_ram~19576_q ), + .datac(\text_gen|char_ram~19128_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50713 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~50713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19086feeder ( +// Equation(s): +// \text_gen|char_ram~19086feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19086feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y55_N29 +dffeas \text_gen|char_ram~19086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y50_N27 +dffeas \text_gen|char_ram~18190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50714 ( +// Equation(s): +// \text_gen|char_ram~50714_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19086_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18190_q +// ))))) + + .dataa(\text_gen|char_ram~19086_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18190_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50714 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y50_N1 +dffeas \text_gen|char_ram~19534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y23_N21 +dffeas \text_gen|char_ram~18638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50715 ( +// Equation(s): +// \text_gen|char_ram~50715_combout = (\text_gen|char_ram~50714_combout & (((\text_gen|char_ram~19534_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~50714_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18638_q )))) + + .dataa(\text_gen|char_ram~50714_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19534_q ), + .datad(\text_gen|char_ram~18638_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50715 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y23_N7 +dffeas \text_gen|char_ram~18624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y35_N25 +dffeas \text_gen|char_ram~19520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y50_N15 +dffeas \text_gen|char_ram~18176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y55_N21 +dffeas \text_gen|char_ram~19072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50716 ( +// Equation(s): +// \text_gen|char_ram~50716_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19072_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18176_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18176_q ), + .datad(\text_gen|char_ram~19072_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50716 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50717 ( +// Equation(s): +// \text_gen|char_ram~50717_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50716_combout & ((\text_gen|char_ram~19520_q ))) # (!\text_gen|char_ram~50716_combout & (\text_gen|char_ram~18624_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50716_combout )))) + + .dataa(\text_gen|char_ram~18624_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19520_q ), + .datad(\text_gen|char_ram~50716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50717 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50718 ( +// Equation(s): +// \text_gen|char_ram~50718_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50715_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50717_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50715_combout ), + .datad(\text_gen|char_ram~50717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50718 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50721 ( +// Equation(s): +// \text_gen|char_ram~50721_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50718_combout & (\text_gen|char_ram~50720_combout )) # (!\text_gen|char_ram~50718_combout & ((\text_gen|char_ram~50713_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50718_combout )))) + + .dataa(\text_gen|char_ram~50720_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50713_combout ), + .datad(\text_gen|char_ram~50718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50721 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50753 ( +// Equation(s): +// \text_gen|char_ram~50753_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~50742_combout & (\text_gen|char_ram~50752_combout )) # (!\text_gen|char_ram~50742_combout & ((\text_gen|char_ram~50721_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~50742_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~50752_combout ), + .datac(\text_gen|char_ram~50742_combout ), + .datad(\text_gen|char_ram~50721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50753 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50796 ( +// Equation(s): +// \text_gen|char_ram~50796_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~50753_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~50795_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50795_combout ), + .datad(\text_gen|char_ram~50753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50796 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26646feeder ( +// Equation(s): +// \text_gen|char_ram~26646feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26646feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y32_N17 +dffeas \text_gen|char_ram~26646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25302feeder ( +// Equation(s): +// \text_gen|char_ram~25302feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25302feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25302feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25302feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y39_N11 +dffeas \text_gen|char_ram~25302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25302feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y30_N5 +dffeas \text_gen|char_ram~25750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50708 ( +// Equation(s): +// \text_gen|char_ram~50708_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~25750_q )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25302_q & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25302_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~25750_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50708 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~50708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26198feeder ( +// Equation(s): +// \text_gen|char_ram~26198feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26198feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26198feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26198feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y46_N9 +dffeas \text_gen|char_ram~26198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26198feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50709 ( +// Equation(s): +// \text_gen|char_ram~50709_combout = (\text_gen|char_ram~50708_combout & ((\text_gen|char_ram~26646_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~50708_combout & (((\text_gen|char_ram~26198_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~26646_q ), + .datab(\text_gen|char_ram~50708_combout ), + .datac(\text_gen|char_ram~26198_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50709 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~50709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N15 +dffeas \text_gen|char_ram~26590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y18_N7 +dffeas \text_gen|char_ram~25694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y22_N29 +dffeas \text_gen|char_ram~25246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y46_N15 +dffeas \text_gen|char_ram~26142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50701 ( +// Equation(s): +// \text_gen|char_ram~50701_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26142_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25246_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25246_q ), + .datad(\text_gen|char_ram~26142_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50701 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50702 ( +// Equation(s): +// \text_gen|char_ram~50702_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50701_combout & (\text_gen|char_ram~26590_q )) # (!\text_gen|char_ram~50701_combout & ((\text_gen|char_ram~25694_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50701_combout )))) + + .dataa(\text_gen|char_ram~26590_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25694_q ), + .datad(\text_gen|char_ram~50701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50702 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X13_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25736feeder ( +// Equation(s): +// \text_gen|char_ram~25736feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X13_Y35_N5 +dffeas \text_gen|char_ram~25736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X13_Y39_N13 +dffeas \text_gen|char_ram~25288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X13_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50703 ( +// Equation(s): +// \text_gen|char_ram~50703_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~25736_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~25288_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25736_q ), + .datac(\text_gen|char_ram~25288_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50703 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X13_Y39_N15 +dffeas \text_gen|char_ram~26632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y44_N21 +dffeas \text_gen|char_ram~26184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X13_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~50704 ( +// Equation(s): +// \text_gen|char_ram~50704_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50703_combout & (\text_gen|char_ram~26632_q )) # (!\text_gen|char_ram~50703_combout & ((\text_gen|char_ram~26184_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~50703_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~50703_combout ), + .datac(\text_gen|char_ram~26632_q ), + .datad(\text_gen|char_ram~26184_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50704 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~50704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25680feeder ( +// Equation(s): +// \text_gen|char_ram~25680feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y25_N1 +dffeas \text_gen|char_ram~25680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y33_N9 +dffeas \text_gen|char_ram~26576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y39_N23 +dffeas \text_gen|char_ram~25232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25232 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y47_N9 +dffeas \text_gen|char_ram~26128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50705 ( +// Equation(s): +// \text_gen|char_ram~50705_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26128_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~25232_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~25232_q ), + .datad(\text_gen|char_ram~26128_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50705 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~50705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50706 ( +// Equation(s): +// \text_gen|char_ram~50706_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50705_combout & ((\text_gen|char_ram~26576_q ))) # (!\text_gen|char_ram~50705_combout & (\text_gen|char_ram~25680_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50705_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25680_q ), + .datac(\text_gen|char_ram~26576_q ), + .datad(\text_gen|char_ram~50705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50706 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50707 ( +// Equation(s): +// \text_gen|char_ram~50707_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~50704_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50706_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50704_combout ), + .datad(\text_gen|char_ram~50706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50707 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~50707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~50710 ( +// Equation(s): +// \text_gen|char_ram~50710_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50707_combout & (\text_gen|char_ram~50709_combout )) # (!\text_gen|char_ram~50707_combout & ((\text_gen|char_ram~50702_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50707_combout )))) + + .dataa(\text_gen|char_ram~50709_combout ), + .datab(\text_gen|char_ram~50702_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~50707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50710 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~50710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5128feeder ( +// Equation(s): +// \text_gen|char_ram~5128feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5128feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5128feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5128feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y39_N15 +dffeas \text_gen|char_ram~5128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5128feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4680feeder ( +// Equation(s): +// \text_gen|char_ram~4680feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y39_N17 +dffeas \text_gen|char_ram~4680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3784feeder ( +// Equation(s): +// \text_gen|char_ram~3784feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3784feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3784feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3784feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y41_N15 +dffeas \text_gen|char_ram~3784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3784feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4232feeder ( +// Equation(s): +// \text_gen|char_ram~4232feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4232feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y41_N25 +dffeas \text_gen|char_ram~4232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50690 ( +// Equation(s): +// \text_gen|char_ram~50690_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~4232_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3784_q )))) + + .dataa(\text_gen|char_ram~3784_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~4232_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50690 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~50690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50691 ( +// Equation(s): +// \text_gen|char_ram~50691_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50690_combout & (\text_gen|char_ram~5128_q )) # (!\text_gen|char_ram~50690_combout & ((\text_gen|char_ram~4680_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50690_combout )))) + + .dataa(\text_gen|char_ram~5128_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4680_q ), + .datad(\text_gen|char_ram~50690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50691 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y24_N13 +dffeas \text_gen|char_ram~4176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y32_N3 +dffeas \text_gen|char_ram~5072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y47_N23 +dffeas \text_gen|char_ram~4624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y47_N3 +dffeas \text_gen|char_ram~3728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50694 ( +// Equation(s): +// \text_gen|char_ram~50694_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4624_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3728_q ))))) + + .dataa(\text_gen|char_ram~4624_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3728_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50694 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50695 ( +// Equation(s): +// \text_gen|char_ram~50695_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50694_combout & ((\text_gen|char_ram~5072_q ))) # (!\text_gen|char_ram~50694_combout & (\text_gen|char_ram~4176_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50694_combout )))) + + .dataa(\text_gen|char_ram~4176_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5072_q ), + .datad(\text_gen|char_ram~50694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50695 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4190feeder ( +// Equation(s): +// \text_gen|char_ram~4190feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4190feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y20_N25 +dffeas \text_gen|char_ram~4190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y36_N7 +dffeas \text_gen|char_ram~5086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y55_N5 +dffeas \text_gen|char_ram~4638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y47_N21 +dffeas \text_gen|char_ram~3742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50692 ( +// Equation(s): +// \text_gen|char_ram~50692_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4638_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3742_q ))))) + + .dataa(\text_gen|char_ram~4638_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3742_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50692 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50693 ( +// Equation(s): +// \text_gen|char_ram~50693_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50692_combout & ((\text_gen|char_ram~5086_q ))) # (!\text_gen|char_ram~50692_combout & (\text_gen|char_ram~4190_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50692_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4190_q ), + .datac(\text_gen|char_ram~5086_q ), + .datad(\text_gen|char_ram~50692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50693 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50696 ( +// Equation(s): +// \text_gen|char_ram~50696_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7]) # (\text_gen|char_ram~50693_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~50695_combout & (!\vga_c|h_cnt [7]))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~50695_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~50693_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50696 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~50696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y40_N13 +dffeas \text_gen|char_ram~4694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y40_N31 +dffeas \text_gen|char_ram~5142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y18_N19 +dffeas \text_gen|char_ram~4246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y43_N7 +dffeas \text_gen|char_ram~3798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50697 ( +// Equation(s): +// \text_gen|char_ram~50697_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~4246_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~3798_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~4246_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3798_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50697 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50698 ( +// Equation(s): +// \text_gen|char_ram~50698_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50697_combout & ((\text_gen|char_ram~5142_q ))) # (!\text_gen|char_ram~50697_combout & (\text_gen|char_ram~4694_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50697_combout )))) + + .dataa(\text_gen|char_ram~4694_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5142_q ), + .datad(\text_gen|char_ram~50697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50698 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~50699 ( +// Equation(s): +// \text_gen|char_ram~50699_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50696_combout & ((\text_gen|char_ram~50698_combout ))) # (!\text_gen|char_ram~50696_combout & (\text_gen|char_ram~50691_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50696_combout )))) + + .dataa(\text_gen|char_ram~50691_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50696_combout ), + .datad(\text_gen|char_ram~50698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50699 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~50699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19016feeder ( +// Equation(s): +// \text_gen|char_ram~19016feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y39_N7 +dffeas \text_gen|char_ram~19016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y39_N23 +dffeas \text_gen|char_ram~19464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18120feeder ( +// Equation(s): +// \text_gen|char_ram~18120feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y28_N21 +dffeas \text_gen|char_ram~18120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y28_N25 +dffeas \text_gen|char_ram~18568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~50680 ( +// Equation(s): +// \text_gen|char_ram~50680_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~18568_q ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18120_q & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18120_q ), + .datac(\text_gen|char_ram~18568_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50680 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~50680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~50681 ( +// Equation(s): +// \text_gen|char_ram~50681_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50680_combout & ((\text_gen|char_ram~19464_q ))) # (!\text_gen|char_ram~50680_combout & (\text_gen|char_ram~19016_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50680_combout )))) + + .dataa(\text_gen|char_ram~19016_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19464_q ), + .datad(\text_gen|char_ram~50680_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50681 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19030feeder ( +// Equation(s): +// \text_gen|char_ram~19030feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19030feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19030feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19030feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y56_N11 +dffeas \text_gen|char_ram~19030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19030feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y29_N1 +dffeas \text_gen|char_ram~19478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y22_N13 +dffeas \text_gen|char_ram~18582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y22_N3 +dffeas \text_gen|char_ram~18134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50687 ( +// Equation(s): +// \text_gen|char_ram~50687_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18582_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18134_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~18582_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18134_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50687 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50688 ( +// Equation(s): +// \text_gen|char_ram~50688_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50687_combout & ((\text_gen|char_ram~19478_q ))) # (!\text_gen|char_ram~50687_combout & (\text_gen|char_ram~19030_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50687_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~19030_q ), + .datac(\text_gen|char_ram~19478_q ), + .datad(\text_gen|char_ram~50687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50688 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18526feeder ( +// Equation(s): +// \text_gen|char_ram~18526feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y24_N1 +dffeas \text_gen|char_ram~18526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y36_N1 +dffeas \text_gen|char_ram~19422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18974feeder ( +// Equation(s): +// \text_gen|char_ram~18974feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18974feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18974feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18974feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N17 +dffeas \text_gen|char_ram~18974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18974feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y50_N1 +dffeas \text_gen|char_ram~18078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50682 ( +// Equation(s): +// \text_gen|char_ram~50682_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~18974_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~18078_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~18974_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18078_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50682 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50683 ( +// Equation(s): +// \text_gen|char_ram~50683_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50682_combout & ((\text_gen|char_ram~19422_q ))) # (!\text_gen|char_ram~50682_combout & (\text_gen|char_ram~18526_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50682_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18526_q ), + .datac(\text_gen|char_ram~19422_q ), + .datad(\text_gen|char_ram~50682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50683 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~50683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18512feeder ( +// Equation(s): +// \text_gen|char_ram~18512feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y39_N27 +dffeas \text_gen|char_ram~18512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y39_N29 +dffeas \text_gen|char_ram~19408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18960feeder ( +// Equation(s): +// \text_gen|char_ram~18960feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18960feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18960feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18960feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y46_N9 +dffeas \text_gen|char_ram~18960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18960feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y43_N13 +dffeas \text_gen|char_ram~18064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50684 ( +// Equation(s): +// \text_gen|char_ram~50684_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~18960_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18064_q +// ))))) + + .dataa(\text_gen|char_ram~18960_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18064_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50684 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~50684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~50685 ( +// Equation(s): +// \text_gen|char_ram~50685_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50684_combout & ((\text_gen|char_ram~19408_q ))) # (!\text_gen|char_ram~50684_combout & (\text_gen|char_ram~18512_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50684_combout )))) + + .dataa(\text_gen|char_ram~18512_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19408_q ), + .datad(\text_gen|char_ram~50684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50685 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50686 ( +// Equation(s): +// \text_gen|char_ram~50686_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~50683_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~50685_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50683_combout ), + .datad(\text_gen|char_ram~50685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50686 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~50686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~50689 ( +// Equation(s): +// \text_gen|char_ram~50689_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~50686_combout & ((\text_gen|char_ram~50688_combout ))) # (!\text_gen|char_ram~50686_combout & (\text_gen|char_ram~50681_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~50686_combout )))) + + .dataa(\text_gen|char_ram~50681_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50688_combout ), + .datad(\text_gen|char_ram~50686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50689 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50700 ( +// Equation(s): +// \text_gen|char_ram~50700_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~50689_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~50699_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~50699_combout ), + .datad(\text_gen|char_ram~50689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50700 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y51_N13 +dffeas \text_gen|char_ram~12310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y51_N3 +dffeas \text_gen|char_ram~11862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y65_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11414feeder ( +// Equation(s): +// \text_gen|char_ram~11414feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11414feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11414feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11414feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y65_N11 +dffeas \text_gen|char_ram~11414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11414feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y65_N5 +dffeas \text_gen|char_ram~10966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y65_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50677 ( +// Equation(s): +// \text_gen|char_ram~50677_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11414_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~10966_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~11414_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10966_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50677 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~50677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~50678 ( +// Equation(s): +// \text_gen|char_ram~50678_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~50677_combout & (\text_gen|char_ram~12310_q )) # (!\text_gen|char_ram~50677_combout & ((\text_gen|char_ram~11862_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~50677_combout )))) + + .dataa(\text_gen|char_ram~12310_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11862_q ), + .datad(\text_gen|char_ram~50677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50678 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y34_N9 +dffeas \text_gen|char_ram~12254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y18_N5 +dffeas \text_gen|char_ram~11358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y55_N5 +dffeas \text_gen|char_ram~11806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y57_N9 +dffeas \text_gen|char_ram~10910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50670 ( +// Equation(s): +// \text_gen|char_ram~50670_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11806_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~10910_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11806_q ), + .datac(\text_gen|char_ram~10910_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50670 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50671 ( +// Equation(s): +// \text_gen|char_ram~50671_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50670_combout & (\text_gen|char_ram~12254_q )) # (!\text_gen|char_ram~50670_combout & ((\text_gen|char_ram~11358_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50670_combout )))) + + .dataa(\text_gen|char_ram~12254_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11358_q ), + .datad(\text_gen|char_ram~50670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50671 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y21_N9 +dffeas \text_gen|char_ram~11344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y29_N7 +dffeas \text_gen|char_ram~12240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y47_N21 +dffeas \text_gen|char_ram~11792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y47_N19 +dffeas \text_gen|char_ram~10896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~50674 ( +// Equation(s): +// \text_gen|char_ram~50674_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11792_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~10896_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11792_q ), + .datac(\text_gen|char_ram~10896_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50674 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~50674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~50675 ( +// Equation(s): +// \text_gen|char_ram~50675_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~50674_combout & ((\text_gen|char_ram~12240_q ))) # (!\text_gen|char_ram~50674_combout & (\text_gen|char_ram~11344_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~50674_combout )))) + + .dataa(\text_gen|char_ram~11344_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12240_q ), + .datad(\text_gen|char_ram~50674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50675 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~50675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N13 +dffeas \text_gen|char_ram~10952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11400feeder ( +// Equation(s): +// \text_gen|char_ram~11400feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y27_N19 +dffeas \text_gen|char_ram~11400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~50672 ( +// Equation(s): +// \text_gen|char_ram~50672_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~11400_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~10952_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10952_q ), + .datad(\text_gen|char_ram~11400_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50672 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y40_N1 +dffeas \text_gen|char_ram~12296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y48_N13 +dffeas \text_gen|char_ram~11848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~50673 ( +// Equation(s): +// \text_gen|char_ram~50673_combout = (\text_gen|char_ram~50672_combout & (((\text_gen|char_ram~12296_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~50672_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~11848_q )))) + + .dataa(\text_gen|char_ram~50672_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12296_q ), + .datad(\text_gen|char_ram~11848_q ), + .cin(gnd), + .combout(\text_gen|char_ram~50673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50673 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~50673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~50676 ( +// Equation(s): +// \text_gen|char_ram~50676_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~50673_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~50675_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~50675_combout ), + .datad(\text_gen|char_ram~50673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50676 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~50676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~50679 ( +// Equation(s): +// \text_gen|char_ram~50679_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~50676_combout & (\text_gen|char_ram~50678_combout )) # (!\text_gen|char_ram~50676_combout & ((\text_gen|char_ram~50671_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~50676_combout )))) + + .dataa(\text_gen|char_ram~50678_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~50671_combout ), + .datad(\text_gen|char_ram~50676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50679 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~50679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~50711 ( +// Equation(s): +// \text_gen|char_ram~50711_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~50700_combout & (\text_gen|char_ram~50710_combout )) # (!\text_gen|char_ram~50700_combout & ((\text_gen|char_ram~50679_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~50700_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~50710_combout ), + .datac(\text_gen|char_ram~50700_combout ), + .datad(\text_gen|char_ram~50679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50711 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~50711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~50839 ( +// Equation(s): +// \text_gen|char_ram~50839_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~50796_combout & (\text_gen|char_ram~50838_combout )) # (!\text_gen|char_ram~50796_combout & ((\text_gen|char_ram~50711_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~50796_combout )))) + + .dataa(\text_gen|char_ram~50838_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~50796_combout ), + .datad(\text_gen|char_ram~50711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~50839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~50839 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~50839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51351 ( +// Equation(s): +// \text_gen|char_ram~51351_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51180_combout & (\text_gen|char_ram~51350_combout )) # (!\text_gen|char_ram~51180_combout & ((\text_gen|char_ram~50839_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~51180_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~51180_combout ), + .datac(\text_gen|char_ram~51350_combout ), + .datad(\text_gen|char_ram~50839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51351 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y37_N13 +dffeas \text_gen|char_ram~17196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y37_N23 +dffeas \text_gen|char_ram~17140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51352 ( +// Equation(s): +// \text_gen|char_ram~51352_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~17196_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~17140_q ))))) + + .dataa(\text_gen|char_ram~17196_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17140_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51352 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y37_N27 +dffeas \text_gen|char_ram~17154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17210feeder ( +// Equation(s): +// \text_gen|char_ram~17210feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17210feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17210feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17210feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y38_N31 +dffeas \text_gen|char_ram~17210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17210feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51353 ( +// Equation(s): +// \text_gen|char_ram~51353_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51352_combout & ((\text_gen|char_ram~17210_q ))) # (!\text_gen|char_ram~51352_combout & (\text_gen|char_ram~17154_q )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51352_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51352_combout ), + .datac(\text_gen|char_ram~17154_q ), + .datad(\text_gen|char_ram~17210_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51353 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~51353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y53_N27 +dffeas \text_gen|char_ram~20794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y53_N29 +dffeas \text_gen|char_ram~20738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y53_N25 +dffeas \text_gen|char_ram~20724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y53_N23 +dffeas \text_gen|char_ram~20780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51359 ( +// Equation(s): +// \text_gen|char_ram~51359_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~20780_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20724_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20724_q ), + .datad(\text_gen|char_ram~20780_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51359 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51360 ( +// Equation(s): +// \text_gen|char_ram~51360_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51359_combout & (\text_gen|char_ram~20794_q )) # (!\text_gen|char_ram~51359_combout & ((\text_gen|char_ram~20738_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51359_combout )))) + + .dataa(\text_gen|char_ram~20794_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20738_q ), + .datad(\text_gen|char_ram~51359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51360 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y43_N31 +dffeas \text_gen|char_ram~18932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y43_N23 +dffeas \text_gen|char_ram~18946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51354 ( +// Equation(s): +// \text_gen|char_ram~51354_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18946_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18932_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18932_q ), + .datad(\text_gen|char_ram~18946_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51354 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y41_N15 +dffeas \text_gen|char_ram~19002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y48_N7 +dffeas \text_gen|char_ram~18988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51355 ( +// Equation(s): +// \text_gen|char_ram~51355_combout = (\text_gen|char_ram~51354_combout & (((\text_gen|char_ram~19002_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51354_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18988_q )))) + + .dataa(\text_gen|char_ram~51354_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19002_q ), + .datad(\text_gen|char_ram~18988_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51355 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y41_N21 +dffeas \text_gen|char_ram~15404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y41_N13 +dffeas \text_gen|char_ram~15418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15362feeder ( +// Equation(s): +// \text_gen|char_ram~15362feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15362feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15362feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15362feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y53_N5 +dffeas \text_gen|char_ram~15362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15362feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y45_N7 +dffeas \text_gen|char_ram~15348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51356 ( +// Equation(s): +// \text_gen|char_ram~51356_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~15362_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~15348_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~15362_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15348_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51356 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51357 ( +// Equation(s): +// \text_gen|char_ram~51357_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51356_combout & ((\text_gen|char_ram~15418_q ))) # (!\text_gen|char_ram~51356_combout & (\text_gen|char_ram~15404_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51356_combout )))) + + .dataa(\text_gen|char_ram~15404_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15418_q ), + .datad(\text_gen|char_ram~51356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51357 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51358 ( +// Equation(s): +// \text_gen|char_ram~51358_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~51355_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~51357_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51355_combout ), + .datad(\text_gen|char_ram~51357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51358 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51361 ( +// Equation(s): +// \text_gen|char_ram~51361_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51358_combout & ((\text_gen|char_ram~51360_combout ))) # (!\text_gen|char_ram~51358_combout & (\text_gen|char_ram~51353_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~51358_combout )))) + + .dataa(\text_gen|char_ram~51353_combout ), + .datab(\text_gen|char_ram~51360_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~51358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51361 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~51361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y29_N13 +dffeas \text_gen|char_ram~21172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y29_N3 +dffeas \text_gen|char_ram~21228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51390 ( +// Equation(s): +// \text_gen|char_ram~51390_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21228_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21172_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21172_q ), + .datad(\text_gen|char_ram~21228_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51390 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y33_N15 +dffeas \text_gen|char_ram~21242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21186feeder ( +// Equation(s): +// \text_gen|char_ram~21186feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21186feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21186feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21186feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y29_N25 +dffeas \text_gen|char_ram~21186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21186feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51391 ( +// Equation(s): +// \text_gen|char_ram~51391_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51390_combout & (\text_gen|char_ram~21242_q )) # (!\text_gen|char_ram~51390_combout & ((\text_gen|char_ram~21186_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51390_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51390_combout ), + .datac(\text_gen|char_ram~21242_q ), + .datad(\text_gen|char_ram~21186_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51391 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19394feeder ( +// Equation(s): +// \text_gen|char_ram~19394feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19394feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19394feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19394feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y40_N13 +dffeas \text_gen|char_ram~19394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19394feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y39_N9 +dffeas \text_gen|char_ram~19380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51383 ( +// Equation(s): +// \text_gen|char_ram~51383_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~19394_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~19380_q ))))) + + .dataa(\text_gen|char_ram~19394_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19380_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51383 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y31_N17 +dffeas \text_gen|char_ram~19436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y30_N1 +dffeas \text_gen|char_ram~19450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51384 ( +// Equation(s): +// \text_gen|char_ram~51384_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51383_combout & ((\text_gen|char_ram~19450_q ))) # (!\text_gen|char_ram~51383_combout & (\text_gen|char_ram~19436_q )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~51383_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51383_combout ), + .datac(\text_gen|char_ram~19436_q ), + .datad(\text_gen|char_ram~19450_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51384 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~51384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y33_N1 +dffeas \text_gen|char_ram~15852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y33_N31 +dffeas \text_gen|char_ram~15866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y37_N31 +dffeas \text_gen|char_ram~15796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15810feeder ( +// Equation(s): +// \text_gen|char_ram~15810feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15810feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y37_N3 +dffeas \text_gen|char_ram~15810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51387 ( +// Equation(s): +// \text_gen|char_ram~51387_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~15810_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15796_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15796_q ), + .datad(\text_gen|char_ram~15810_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51387 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51388 ( +// Equation(s): +// \text_gen|char_ram~51388_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51387_combout & ((\text_gen|char_ram~15866_q ))) # (!\text_gen|char_ram~51387_combout & (\text_gen|char_ram~15852_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51387_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15852_q ), + .datac(\text_gen|char_ram~15866_q ), + .datad(\text_gen|char_ram~51387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51388 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y28_N7 +dffeas \text_gen|char_ram~17602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y28_N25 +dffeas \text_gen|char_ram~17658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y32_N15 +dffeas \text_gen|char_ram~17644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y28_N11 +dffeas \text_gen|char_ram~17588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51385 ( +// Equation(s): +// \text_gen|char_ram~51385_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~17644_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~17588_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~17644_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17588_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51385 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51386 ( +// Equation(s): +// \text_gen|char_ram~51386_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51385_combout & ((\text_gen|char_ram~17658_q ))) # (!\text_gen|char_ram~51385_combout & (\text_gen|char_ram~17602_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51385_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17602_q ), + .datac(\text_gen|char_ram~17658_q ), + .datad(\text_gen|char_ram~51385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51386 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51389 ( +// Equation(s): +// \text_gen|char_ram~51389_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~51386_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~51388_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~51388_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51386_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51389 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~51389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51392 ( +// Equation(s): +// \text_gen|char_ram~51392_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51389_combout & (\text_gen|char_ram~51391_combout )) # (!\text_gen|char_ram~51389_combout & ((\text_gen|char_ram~51384_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~51389_combout )))) + + .dataa(\text_gen|char_ram~51391_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51384_combout ), + .datad(\text_gen|char_ram~51389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51392 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y37_N17 +dffeas \text_gen|char_ram~14522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y37_N3 +dffeas \text_gen|char_ram~14452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14466feeder ( +// Equation(s): +// \text_gen|char_ram~14466feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14466feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14466feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14466feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y37_N1 +dffeas \text_gen|char_ram~14466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14466feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51376 ( +// Equation(s): +// \text_gen|char_ram~51376_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~14466_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14452_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14452_q ), + .datad(\text_gen|char_ram~14466_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51376 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y34_N19 +dffeas \text_gen|char_ram~14508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51377 ( +// Equation(s): +// \text_gen|char_ram~51377_combout = (\text_gen|char_ram~51376_combout & ((\text_gen|char_ram~14522_q ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~51376_combout & (((\text_gen|char_ram~14508_q & \vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~14522_q ), + .datab(\text_gen|char_ram~51376_combout ), + .datac(\text_gen|char_ram~14508_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51377 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~51377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N27 +dffeas \text_gen|char_ram~18036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y49_N17 +dffeas \text_gen|char_ram~18050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51374 ( +// Equation(s): +// \text_gen|char_ram~51374_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18050_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18036_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18036_q ), + .datad(\text_gen|char_ram~18050_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51374 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y49_N5 +dffeas \text_gen|char_ram~18106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y49_N3 +dffeas \text_gen|char_ram~18092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51375 ( +// Equation(s): +// \text_gen|char_ram~51375_combout = (\text_gen|char_ram~51374_combout & (((\text_gen|char_ram~18106_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51374_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18092_q )))) + + .dataa(\text_gen|char_ram~51374_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18106_q ), + .datad(\text_gen|char_ram~18092_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51375 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51378 ( +// Equation(s): +// \text_gen|char_ram~51378_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~51375_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~51377_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51377_combout ), + .datad(\text_gen|char_ram~51375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51378 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19842feeder ( +// Equation(s): +// \text_gen|char_ram~19842feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y37_N19 +dffeas \text_gen|char_ram~19842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y41_N15 +dffeas \text_gen|char_ram~19898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y41_N21 +dffeas \text_gen|char_ram~19828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y48_N31 +dffeas \text_gen|char_ram~19884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51379 ( +// Equation(s): +// \text_gen|char_ram~51379_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19884_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19828_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19828_q ), + .datad(\text_gen|char_ram~19884_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51379 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51380 ( +// Equation(s): +// \text_gen|char_ram~51380_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51379_combout & ((\text_gen|char_ram~19898_q ))) # (!\text_gen|char_ram~51379_combout & (\text_gen|char_ram~19842_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51379_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19842_q ), + .datac(\text_gen|char_ram~19898_q ), + .datad(\text_gen|char_ram~51379_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51380 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16258feeder ( +// Equation(s): +// \text_gen|char_ram~16258feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16258feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16258feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16258feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y43_N5 +dffeas \text_gen|char_ram~16258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16258feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y39_N13 +dffeas \text_gen|char_ram~16314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y35_N25 +dffeas \text_gen|char_ram~16244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y35_N11 +dffeas \text_gen|char_ram~16300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51372 ( +// Equation(s): +// \text_gen|char_ram~51372_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16300_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16244_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16244_q ), + .datad(\text_gen|char_ram~16300_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51372 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51373 ( +// Equation(s): +// \text_gen|char_ram~51373_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51372_combout & ((\text_gen|char_ram~16314_q ))) # (!\text_gen|char_ram~51372_combout & (\text_gen|char_ram~16258_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51372_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16258_q ), + .datac(\text_gen|char_ram~16314_q ), + .datad(\text_gen|char_ram~51372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51373 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51381 ( +// Equation(s): +// \text_gen|char_ram~51381_combout = (\text_gen|char_ram~51378_combout & (((\text_gen|char_ram~51380_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~51378_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51373_combout )))) + + .dataa(\text_gen|char_ram~51378_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51380_combout ), + .datad(\text_gen|char_ram~51373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51381 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y21_N27 +dffeas \text_gen|char_ram~20290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y21_N9 +dffeas \text_gen|char_ram~20346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y21_N7 +dffeas \text_gen|char_ram~20276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y21_N7 +dffeas \text_gen|char_ram~20332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51369 ( +// Equation(s): +// \text_gen|char_ram~51369_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20332_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20276_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20276_q ), + .datad(\text_gen|char_ram~20332_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51369 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51370 ( +// Equation(s): +// \text_gen|char_ram~51370_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51369_combout & ((\text_gen|char_ram~20346_q ))) # (!\text_gen|char_ram~51369_combout & (\text_gen|char_ram~20290_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51369_combout )))) + + .dataa(\text_gen|char_ram~20290_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20346_q ), + .datad(\text_gen|char_ram~51369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51370 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y30_N15 +dffeas \text_gen|char_ram~18540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y30_N27 +dffeas \text_gen|char_ram~18554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18498feeder ( +// Equation(s): +// \text_gen|char_ram~18498feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y22_N7 +dffeas \text_gen|char_ram~18498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y30_N15 +dffeas \text_gen|char_ram~18484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51362 ( +// Equation(s): +// \text_gen|char_ram~51362_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~18498_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~18484_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18498_q ), + .datac(\text_gen|char_ram~18484_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51362 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51363 ( +// Equation(s): +// \text_gen|char_ram~51363_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51362_combout & ((\text_gen|char_ram~18554_q ))) # (!\text_gen|char_ram~51362_combout & (\text_gen|char_ram~18540_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51362_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18540_q ), + .datac(\text_gen|char_ram~18554_q ), + .datad(\text_gen|char_ram~51362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51363 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16706feeder ( +// Equation(s): +// \text_gen|char_ram~16706feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N9 +dffeas \text_gen|char_ram~16706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y15_N13 +dffeas \text_gen|char_ram~16762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y16_N9 +dffeas \text_gen|char_ram~16692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y12_N29 +dffeas \text_gen|char_ram~16748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51364 ( +// Equation(s): +// \text_gen|char_ram~51364_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~16748_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16692_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16692_q ), + .datad(\text_gen|char_ram~16748_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51364 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51365 ( +// Equation(s): +// \text_gen|char_ram~51365_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51364_combout & ((\text_gen|char_ram~16762_q ))) # (!\text_gen|char_ram~51364_combout & (\text_gen|char_ram~16706_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51364_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16706_q ), + .datac(\text_gen|char_ram~16762_q ), + .datad(\text_gen|char_ram~51364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51365 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y34_N9 +dffeas \text_gen|char_ram~14956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y19_N29 +dffeas \text_gen|char_ram~14970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y23_N19 +dffeas \text_gen|char_ram~14914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y23_N17 +dffeas \text_gen|char_ram~14900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51366 ( +// Equation(s): +// \text_gen|char_ram~51366_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~14914_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~14900_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14914_q ), + .datac(\text_gen|char_ram~14900_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51366 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51367 ( +// Equation(s): +// \text_gen|char_ram~51367_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51366_combout & ((\text_gen|char_ram~14970_q ))) # (!\text_gen|char_ram~51366_combout & (\text_gen|char_ram~14956_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51366_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14956_q ), + .datac(\text_gen|char_ram~14970_q ), + .datad(\text_gen|char_ram~51366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51367 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51368 ( +// Equation(s): +// \text_gen|char_ram~51368_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~51365_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~51367_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51365_combout ), + .datad(\text_gen|char_ram~51367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51368 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51371 ( +// Equation(s): +// \text_gen|char_ram~51371_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51368_combout & (\text_gen|char_ram~51370_combout )) # (!\text_gen|char_ram~51368_combout & ((\text_gen|char_ram~51363_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~51368_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~51370_combout ), + .datac(\text_gen|char_ram~51363_combout ), + .datad(\text_gen|char_ram~51368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51371 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51382 ( +// Equation(s): +// \text_gen|char_ram~51382_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~51371_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~51381_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51381_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51371_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51382 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~51382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51393 ( +// Equation(s): +// \text_gen|char_ram~51393_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51382_combout & ((\text_gen|char_ram~51392_combout ))) # (!\text_gen|char_ram~51382_combout & (\text_gen|char_ram~51361_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51382_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51361_combout ), + .datac(\text_gen|char_ram~51392_combout ), + .datad(\text_gen|char_ram~51382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51393 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y14_N21 +dffeas \text_gen|char_ram~20164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y14_N11 +dffeas \text_gen|char_ram~20220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51443 ( +// Equation(s): +// \text_gen|char_ram~51443_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20220_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20164_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20164_q ), + .datad(\text_gen|char_ram~20220_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51443 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N1 +dffeas \text_gen|char_ram~20234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y14_N7 +dffeas \text_gen|char_ram~20178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51444 ( +// Equation(s): +// \text_gen|char_ram~51444_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51443_combout & (\text_gen|char_ram~20234_q )) # (!\text_gen|char_ram~51443_combout & ((\text_gen|char_ram~20178_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51443_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51443_combout ), + .datac(\text_gen|char_ram~20234_q ), + .datad(\text_gen|char_ram~20178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51444 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y26_N17 +dffeas \text_gen|char_ram~18442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y25_N31 +dffeas \text_gen|char_ram~18428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18386feeder ( +// Equation(s): +// \text_gen|char_ram~18386feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N25 +dffeas \text_gen|char_ram~18386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N29 +dffeas \text_gen|char_ram~18372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51436 ( +// Equation(s): +// \text_gen|char_ram~51436_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~18386_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~18372_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~18386_q ), + .datac(\text_gen|char_ram~18372_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51436 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51437 ( +// Equation(s): +// \text_gen|char_ram~51437_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51436_combout & (\text_gen|char_ram~18442_q )) # (!\text_gen|char_ram~51436_combout & ((\text_gen|char_ram~18428_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51436_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18442_q ), + .datac(\text_gen|char_ram~18428_q ), + .datad(\text_gen|char_ram~51436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51437 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16594feeder ( +// Equation(s): +// \text_gen|char_ram~16594feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16594feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16594feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16594feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y15_N9 +dffeas \text_gen|char_ram~16594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16594feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y15_N3 +dffeas \text_gen|char_ram~16650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N21 +dffeas \text_gen|char_ram~16580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16636feeder ( +// Equation(s): +// \text_gen|char_ram~16636feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y12_N23 +dffeas \text_gen|char_ram~16636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51438 ( +// Equation(s): +// \text_gen|char_ram~51438_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~16636_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16580_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16580_q ), + .datad(\text_gen|char_ram~16636_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51438 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51439 ( +// Equation(s): +// \text_gen|char_ram~51439_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51438_combout & ((\text_gen|char_ram~16650_q ))) # (!\text_gen|char_ram~51438_combout & (\text_gen|char_ram~16594_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51438_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16594_q ), + .datac(\text_gen|char_ram~16650_q ), + .datad(\text_gen|char_ram~51438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51439 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14844feeder ( +// Equation(s): +// \text_gen|char_ram~14844feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14844feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y19_N9 +dffeas \text_gen|char_ram~14844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y15_N25 +dffeas \text_gen|char_ram~14858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N27 +dffeas \text_gen|char_ram~14788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14802feeder ( +// Equation(s): +// \text_gen|char_ram~14802feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14802feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N19 +dffeas \text_gen|char_ram~14802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51440 ( +// Equation(s): +// \text_gen|char_ram~51440_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~14802_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14788_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14788_q ), + .datad(\text_gen|char_ram~14802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51440 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51441 ( +// Equation(s): +// \text_gen|char_ram~51441_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51440_combout & ((\text_gen|char_ram~14858_q ))) # (!\text_gen|char_ram~51440_combout & (\text_gen|char_ram~14844_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51440_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14844_q ), + .datac(\text_gen|char_ram~14858_q ), + .datad(\text_gen|char_ram~51440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51441 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51442 ( +// Equation(s): +// \text_gen|char_ram~51442_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~51439_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~51441_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51439_combout ), + .datad(\text_gen|char_ram~51441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51442 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51445 ( +// Equation(s): +// \text_gen|char_ram~51445_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51442_combout & (\text_gen|char_ram~51444_combout )) # (!\text_gen|char_ram~51442_combout & ((\text_gen|char_ram~51437_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~51442_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~51444_combout ), + .datac(\text_gen|char_ram~51437_combout ), + .datad(\text_gen|char_ram~51442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51445 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19324feeder ( +// Equation(s): +// \text_gen|char_ram~19324feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19324feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y27_N21 +dffeas \text_gen|char_ram~19324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y27_N27 +dffeas \text_gen|char_ram~19338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y29_N15 +dffeas \text_gen|char_ram~19268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19282feeder ( +// Equation(s): +// \text_gen|char_ram~19282feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19282feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y29_N13 +dffeas \text_gen|char_ram~19282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51467 ( +// Equation(s): +// \text_gen|char_ram~51467_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19282_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19268_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19268_q ), + .datad(\text_gen|char_ram~19282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51467 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51468 ( +// Equation(s): +// \text_gen|char_ram~51468_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51467_combout & ((\text_gen|char_ram~19338_q ))) # (!\text_gen|char_ram~51467_combout & (\text_gen|char_ram~19324_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51467_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19324_q ), + .datac(\text_gen|char_ram~19338_q ), + .datad(\text_gen|char_ram~51467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51468 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y30_N1 +dffeas \text_gen|char_ram~21074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y30_N9 +dffeas \text_gen|char_ram~21130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y30_N31 +dffeas \text_gen|char_ram~21060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y30_N29 +dffeas \text_gen|char_ram~21116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51474 ( +// Equation(s): +// \text_gen|char_ram~51474_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~21116_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21060_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21060_q ), + .datad(\text_gen|char_ram~21116_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51474 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51475 ( +// Equation(s): +// \text_gen|char_ram~51475_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51474_combout & ((\text_gen|char_ram~21130_q ))) # (!\text_gen|char_ram~51474_combout & (\text_gen|char_ram~21074_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51474_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21074_q ), + .datac(\text_gen|char_ram~21130_q ), + .datad(\text_gen|char_ram~51474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51475 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y27_N19 +dffeas \text_gen|char_ram~17490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y27_N13 +dffeas \text_gen|char_ram~17546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y30_N21 +dffeas \text_gen|char_ram~17476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y26_N27 +dffeas \text_gen|char_ram~17532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51469 ( +// Equation(s): +// \text_gen|char_ram~51469_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17532_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17476_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17476_q ), + .datad(\text_gen|char_ram~17532_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51469 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51470 ( +// Equation(s): +// \text_gen|char_ram~51470_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51469_combout & ((\text_gen|char_ram~17546_q ))) # (!\text_gen|char_ram~51469_combout & (\text_gen|char_ram~17490_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51469_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17490_q ), + .datac(\text_gen|char_ram~17546_q ), + .datad(\text_gen|char_ram~51469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51470 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y25_N13 +dffeas \text_gen|char_ram~15740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y25_N27 +dffeas \text_gen|char_ram~15754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N31 +dffeas \text_gen|char_ram~15684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15698feeder ( +// Equation(s): +// \text_gen|char_ram~15698feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [4]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~15698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15698feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~15698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y29_N11 +dffeas \text_gen|char_ram~15698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51471 ( +// Equation(s): +// \text_gen|char_ram~51471_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15698_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15684_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15684_q ), + .datad(\text_gen|char_ram~15698_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51471 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51472 ( +// Equation(s): +// \text_gen|char_ram~51472_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51471_combout & ((\text_gen|char_ram~15754_q ))) # (!\text_gen|char_ram~51471_combout & (\text_gen|char_ram~15740_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51471_combout )))) + + .dataa(\text_gen|char_ram~15740_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15754_q ), + .datad(\text_gen|char_ram~51471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51472 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51473 ( +// Equation(s): +// \text_gen|char_ram~51473_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51470_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~51472_combout )))) + + .dataa(\text_gen|char_ram~51470_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~51472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51473 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~51473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51476 ( +// Equation(s): +// \text_gen|char_ram~51476_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51473_combout & ((\text_gen|char_ram~51475_combout ))) # (!\text_gen|char_ram~51473_combout & (\text_gen|char_ram~51468_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~51473_combout )))) + + .dataa(\text_gen|char_ram~51468_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51475_combout ), + .datad(\text_gen|char_ram~51473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51476 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y58_N13 +dffeas \text_gen|char_ram~15292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y57_N21 +dffeas \text_gen|char_ram~15306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15250feeder ( +// Equation(s): +// \text_gen|char_ram~15250feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y54_N11 +dffeas \text_gen|char_ram~15250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y54_N5 +dffeas \text_gen|char_ram~15236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51450 ( +// Equation(s): +// \text_gen|char_ram~51450_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~15250_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~15236_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15250_q ), + .datac(\text_gen|char_ram~15236_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51450 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51451 ( +// Equation(s): +// \text_gen|char_ram~51451_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51450_combout & ((\text_gen|char_ram~15306_q ))) # (!\text_gen|char_ram~51450_combout & (\text_gen|char_ram~15292_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51450_combout )))) + + .dataa(\text_gen|char_ram~15292_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15306_q ), + .datad(\text_gen|char_ram~51450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51451 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18834feeder ( +// Equation(s): +// \text_gen|char_ram~18834feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [4]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18834feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y63_N13 +dffeas \text_gen|char_ram~18834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y63_N7 +dffeas \text_gen|char_ram~18820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51448 ( +// Equation(s): +// \text_gen|char_ram~51448_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~18834_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~18820_q ))))) + + .dataa(\text_gen|char_ram~18834_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18820_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51448 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y63_N23 +dffeas \text_gen|char_ram~18890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y63_N29 +dffeas \text_gen|char_ram~18876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51449 ( +// Equation(s): +// \text_gen|char_ram~51449_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51448_combout & (\text_gen|char_ram~18890_q )) # (!\text_gen|char_ram~51448_combout & ((\text_gen|char_ram~18876_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~51448_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51448_combout ), + .datac(\text_gen|char_ram~18890_q ), + .datad(\text_gen|char_ram~18876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51449 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51452 ( +// Equation(s): +// \text_gen|char_ram~51452_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~51449_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~51451_combout )))) + + .dataa(\text_gen|char_ram~51451_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51449_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51452 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~51452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y55_N25 +dffeas \text_gen|char_ram~20626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y57_N19 +dffeas \text_gen|char_ram~20682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y55_N29 +dffeas \text_gen|char_ram~20612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20668feeder ( +// Equation(s): +// \text_gen|char_ram~20668feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20668feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20668feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20668feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y57_N11 +dffeas \text_gen|char_ram~20668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20668feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51453 ( +// Equation(s): +// \text_gen|char_ram~51453_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~20668_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20612_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20612_q ), + .datad(\text_gen|char_ram~20668_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51453 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51454 ( +// Equation(s): +// \text_gen|char_ram~51454_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51453_combout & ((\text_gen|char_ram~20682_q ))) # (!\text_gen|char_ram~51453_combout & (\text_gen|char_ram~20626_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51453_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20626_q ), + .datac(\text_gen|char_ram~20682_q ), + .datad(\text_gen|char_ram~51453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51454 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17098feeder ( +// Equation(s): +// \text_gen|char_ram~17098feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17098feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y54_N17 +dffeas \text_gen|char_ram~17098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17042feeder ( +// Equation(s): +// \text_gen|char_ram~17042feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17042feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y54_N31 +dffeas \text_gen|char_ram~17042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y55_N31 +dffeas \text_gen|char_ram~17028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17084feeder ( +// Equation(s): +// \text_gen|char_ram~17084feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17084feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17084feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17084feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N7 +dffeas \text_gen|char_ram~17084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17084feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51446 ( +// Equation(s): +// \text_gen|char_ram~51446_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17084_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17028_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17028_q ), + .datad(\text_gen|char_ram~17084_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51446 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51447 ( +// Equation(s): +// \text_gen|char_ram~51447_combout = (\text_gen|char_ram~51446_combout & ((\text_gen|char_ram~17098_q ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51446_combout & (((\text_gen|char_ram~17042_q & \vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~17098_q ), + .datab(\text_gen|char_ram~17042_q ), + .datac(\text_gen|char_ram~51446_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51447 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~51447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51455 ( +// Equation(s): +// \text_gen|char_ram~51455_combout = (\text_gen|char_ram~51452_combout & ((\text_gen|char_ram~51454_combout ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~51452_combout & (((\text_gen|Add5~8_combout & \text_gen|char_ram~51447_combout )))) + + .dataa(\text_gen|char_ram~51452_combout ), + .datab(\text_gen|char_ram~51454_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~51447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51455 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~51455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y41_N27 +dffeas \text_gen|char_ram~19716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19772feeder ( +// Equation(s): +// \text_gen|char_ram~19772feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y41_N9 +dffeas \text_gen|char_ram~19772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51463 ( +// Equation(s): +// \text_gen|char_ram~51463_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19772_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19716_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19716_q ), + .datad(\text_gen|char_ram~19772_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51463 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y41_N11 +dffeas \text_gen|char_ram~19786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19730feeder ( +// Equation(s): +// \text_gen|char_ram~19730feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y37_N11 +dffeas \text_gen|char_ram~19730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51464 ( +// Equation(s): +// \text_gen|char_ram~51464_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51463_combout & (\text_gen|char_ram~19786_q )) # (!\text_gen|char_ram~51463_combout & ((\text_gen|char_ram~19730_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51463_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51463_combout ), + .datac(\text_gen|char_ram~19786_q ), + .datad(\text_gen|char_ram~19730_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51464 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N15 +dffeas \text_gen|char_ram~16146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y37_N11 +dffeas \text_gen|char_ram~16132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16188feeder ( +// Equation(s): +// \text_gen|char_ram~16188feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [4]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~16188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16188feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~16188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y37_N29 +dffeas \text_gen|char_ram~16188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51456 ( +// Equation(s): +// \text_gen|char_ram~51456_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16188_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16132_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16132_q ), + .datad(\text_gen|char_ram~16188_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51456 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y37_N1 +dffeas \text_gen|char_ram~16202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51457 ( +// Equation(s): +// \text_gen|char_ram~51457_combout = (\text_gen|char_ram~51456_combout & (((\text_gen|char_ram~16202_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51456_combout & (\text_gen|char_ram~16146_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~16146_q ), + .datab(\text_gen|char_ram~51456_combout ), + .datac(\text_gen|char_ram~16202_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51457 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14396feeder ( +// Equation(s): +// \text_gen|char_ram~14396feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14396feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y33_N5 +dffeas \text_gen|char_ram~14396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y37_N5 +dffeas \text_gen|char_ram~14410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y33_N25 +dffeas \text_gen|char_ram~14354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y37_N7 +dffeas \text_gen|char_ram~14340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51460 ( +// Equation(s): +// \text_gen|char_ram~51460_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~14354_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~14340_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14354_q ), + .datac(\text_gen|char_ram~14340_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51460 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51461 ( +// Equation(s): +// \text_gen|char_ram~51461_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51460_combout & ((\text_gen|char_ram~14410_q ))) # (!\text_gen|char_ram~51460_combout & (\text_gen|char_ram~14396_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51460_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14396_q ), + .datac(\text_gen|char_ram~14410_q ), + .datad(\text_gen|char_ram~51460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51461 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y49_N31 +dffeas \text_gen|char_ram~17994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N23 +dffeas \text_gen|char_ram~17924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17938feeder ( +// Equation(s): +// \text_gen|char_ram~17938feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17938feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y49_N9 +dffeas \text_gen|char_ram~17938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51458 ( +// Equation(s): +// \text_gen|char_ram~51458_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17938_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17924_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17924_q ), + .datad(\text_gen|char_ram~17938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51458 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y49_N29 +dffeas \text_gen|char_ram~17980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51459 ( +// Equation(s): +// \text_gen|char_ram~51459_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51458_combout & (\text_gen|char_ram~17994_q )) # (!\text_gen|char_ram~51458_combout & ((\text_gen|char_ram~17980_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51458_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17994_q ), + .datac(\text_gen|char_ram~51458_combout ), + .datad(\text_gen|char_ram~17980_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51459 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51462 ( +// Equation(s): +// \text_gen|char_ram~51462_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~51459_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~51461_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~51461_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~51459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51462 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~51462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51465 ( +// Equation(s): +// \text_gen|char_ram~51465_combout = (\text_gen|char_ram~51462_combout & ((\text_gen|char_ram~51464_combout ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~51462_combout & (((\text_gen|char_ram~51457_combout & \text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~51464_combout ), + .datab(\text_gen|char_ram~51457_combout ), + .datac(\text_gen|char_ram~51462_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51465 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~51465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51466 ( +// Equation(s): +// \text_gen|char_ram~51466_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~51455_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~51465_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51455_combout ), + .datad(\text_gen|char_ram~51465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51466 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51477 ( +// Equation(s): +// \text_gen|char_ram~51477_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51466_combout & ((\text_gen|char_ram~51476_combout ))) # (!\text_gen|char_ram~51466_combout & (\text_gen|char_ram~51445_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51466_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51445_combout ), + .datac(\text_gen|char_ram~51476_combout ), + .datad(\text_gen|char_ram~51466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51477 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14620feeder ( +// Equation(s): +// \text_gen|char_ram~14620feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14620feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14620feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14620feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y37_N21 +dffeas \text_gen|char_ram~14620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14620feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y37_N13 +dffeas \text_gen|char_ram~14634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14578feeder ( +// Equation(s): +// \text_gen|char_ram~14578feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14578feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y34_N17 +dffeas \text_gen|char_ram~14578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y37_N15 +dffeas \text_gen|char_ram~14564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51418 ( +// Equation(s): +// \text_gen|char_ram~51418_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~14578_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~14564_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~14578_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14564_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51418 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51419 ( +// Equation(s): +// \text_gen|char_ram~51419_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51418_combout & ((\text_gen|char_ram~14634_q ))) # (!\text_gen|char_ram~51418_combout & (\text_gen|char_ram~14620_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51418_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14620_q ), + .datac(\text_gen|char_ram~14634_q ), + .datad(\text_gen|char_ram~51418_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51419 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y49_N9 +dffeas \text_gen|char_ram~18148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y51_N11 +dffeas \text_gen|char_ram~18162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51416 ( +// Equation(s): +// \text_gen|char_ram~51416_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18162_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18148_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18148_q ), + .datad(\text_gen|char_ram~18162_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51416 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y49_N21 +dffeas \text_gen|char_ram~18218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y37_N21 +dffeas \text_gen|char_ram~18204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51417 ( +// Equation(s): +// \text_gen|char_ram~51417_combout = (\text_gen|char_ram~51416_combout & (((\text_gen|char_ram~18218_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51416_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18204_q )))) + + .dataa(\text_gen|char_ram~51416_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18218_q ), + .datad(\text_gen|char_ram~18204_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51417 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51420 ( +// Equation(s): +// \text_gen|char_ram~51420_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~51417_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~51419_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~51419_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~51417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51420 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~51420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16370feeder ( +// Equation(s): +// \text_gen|char_ram~16370feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16370feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y40_N25 +dffeas \text_gen|char_ram~16370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y36_N1 +dffeas \text_gen|char_ram~16426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y36_N17 +dffeas \text_gen|char_ram~16356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16412feeder ( +// Equation(s): +// \text_gen|char_ram~16412feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16412feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16412feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16412feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y36_N29 +dffeas \text_gen|char_ram~16412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16412feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51414 ( +// Equation(s): +// \text_gen|char_ram~51414_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16412_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16356_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16356_q ), + .datad(\text_gen|char_ram~16412_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51414 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51415 ( +// Equation(s): +// \text_gen|char_ram~51415_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51414_combout & ((\text_gen|char_ram~16426_q ))) # (!\text_gen|char_ram~51414_combout & (\text_gen|char_ram~16370_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51414_combout )))) + + .dataa(\text_gen|char_ram~16370_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16426_q ), + .datad(\text_gen|char_ram~51414_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51415 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y44_N31 +dffeas \text_gen|char_ram~19954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y44_N25 +dffeas \text_gen|char_ram~20010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y48_N29 +dffeas \text_gen|char_ram~19940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19996feeder ( +// Equation(s): +// \text_gen|char_ram~19996feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19996feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19996feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19996feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y40_N25 +dffeas \text_gen|char_ram~19996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19996feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51421 ( +// Equation(s): +// \text_gen|char_ram~51421_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19996_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19940_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19940_q ), + .datad(\text_gen|char_ram~19996_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51421 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51422 ( +// Equation(s): +// \text_gen|char_ram~51422_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51421_combout & ((\text_gen|char_ram~20010_q ))) # (!\text_gen|char_ram~51421_combout & (\text_gen|char_ram~19954_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51421_combout )))) + + .dataa(\text_gen|char_ram~19954_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20010_q ), + .datad(\text_gen|char_ram~51421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51422 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51423 ( +// Equation(s): +// \text_gen|char_ram~51423_combout = (\text_gen|char_ram~51420_combout & (((\text_gen|char_ram~51422_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~51420_combout & (\text_gen|char_ram~51415_combout & (\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~51420_combout ), + .datab(\text_gen|char_ram~51415_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~51422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51423 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~51423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y47_N23 +dffeas \text_gen|char_ram~19044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y51_N17 +dffeas \text_gen|char_ram~19058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51406 ( +// Equation(s): +// \text_gen|char_ram~51406_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19058_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19044_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19044_q ), + .datad(\text_gen|char_ram~19058_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51406 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y43_N7 +dffeas \text_gen|char_ram~19114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y47_N29 +dffeas \text_gen|char_ram~19100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51407 ( +// Equation(s): +// \text_gen|char_ram~51407_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51406_combout & (\text_gen|char_ram~19114_q )) # (!\text_gen|char_ram~51406_combout & ((\text_gen|char_ram~19100_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~51406_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51406_combout ), + .datac(\text_gen|char_ram~19114_q ), + .datad(\text_gen|char_ram~19100_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51407 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N23 +dffeas \text_gen|char_ram~15460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y51_N13 +dffeas \text_gen|char_ram~15474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51408 ( +// Equation(s): +// \text_gen|char_ram~51408_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~15474_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15460_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15460_q ), + .datad(\text_gen|char_ram~15474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51408 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15516feeder ( +// Equation(s): +// \text_gen|char_ram~15516feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15516feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15516feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15516feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y54_N25 +dffeas \text_gen|char_ram~15516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15516feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y39_N21 +dffeas \text_gen|char_ram~15530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51409 ( +// Equation(s): +// \text_gen|char_ram~51409_combout = (\text_gen|char_ram~51408_combout & (((\text_gen|char_ram~15530_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~51408_combout & (\text_gen|char_ram~15516_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~51408_combout ), + .datab(\text_gen|char_ram~15516_q ), + .datac(\text_gen|char_ram~15530_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51409 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~51409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51410 ( +// Equation(s): +// \text_gen|char_ram~51410_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~51407_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~51409_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51407_combout ), + .datad(\text_gen|char_ram~51409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51410 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y55_N23 +dffeas \text_gen|char_ram~20850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y53_N11 +dffeas \text_gen|char_ram~20906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y48_N27 +dffeas \text_gen|char_ram~20836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y53_N29 +dffeas \text_gen|char_ram~20892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51411 ( +// Equation(s): +// \text_gen|char_ram~51411_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~20892_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20836_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20836_q ), + .datad(\text_gen|char_ram~20892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51411 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51412 ( +// Equation(s): +// \text_gen|char_ram~51412_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51411_combout & ((\text_gen|char_ram~20906_q ))) # (!\text_gen|char_ram~51411_combout & (\text_gen|char_ram~20850_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51411_combout )))) + + .dataa(\text_gen|char_ram~20850_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20906_q ), + .datad(\text_gen|char_ram~51411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51412 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17266feeder ( +// Equation(s): +// \text_gen|char_ram~17266feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17266feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17266feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17266feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y58_N13 +dffeas \text_gen|char_ram~17266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17266feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y46_N7 +dffeas \text_gen|char_ram~17322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y46_N5 +dffeas \text_gen|char_ram~17252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17308feeder ( +// Equation(s): +// \text_gen|char_ram~17308feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17308feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y46_N21 +dffeas \text_gen|char_ram~17308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51404 ( +// Equation(s): +// \text_gen|char_ram~51404_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17308_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17252_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17252_q ), + .datad(\text_gen|char_ram~17308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51404 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51405 ( +// Equation(s): +// \text_gen|char_ram~51405_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51404_combout & ((\text_gen|char_ram~17322_q ))) # (!\text_gen|char_ram~51404_combout & (\text_gen|char_ram~17266_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51404_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17266_q ), + .datac(\text_gen|char_ram~17322_q ), + .datad(\text_gen|char_ram~51404_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51405 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51413 ( +// Equation(s): +// \text_gen|char_ram~51413_combout = (\text_gen|char_ram~51410_combout & (((\text_gen|char_ram~51412_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~51410_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51405_combout )))) + + .dataa(\text_gen|char_ram~51410_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51412_combout ), + .datad(\text_gen|char_ram~51405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51413 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51424 ( +// Equation(s): +// \text_gen|char_ram~51424_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~51413_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51423_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51423_combout ), + .datad(\text_gen|char_ram~51413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51424 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y31_N5 +dffeas \text_gen|char_ram~15964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y27_N15 +dffeas \text_gen|char_ram~15978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y34_N23 +dffeas \text_gen|char_ram~15908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15922feeder ( +// Equation(s): +// \text_gen|char_ram~15922feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y34_N19 +dffeas \text_gen|char_ram~15922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51429 ( +// Equation(s): +// \text_gen|char_ram~51429_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15922_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15908_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15908_q ), + .datad(\text_gen|char_ram~15922_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51429 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51430 ( +// Equation(s): +// \text_gen|char_ram~51430_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51429_combout & ((\text_gen|char_ram~15978_q ))) # (!\text_gen|char_ram~51429_combout & (\text_gen|char_ram~15964_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51429_combout )))) + + .dataa(\text_gen|char_ram~15964_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15978_q ), + .datad(\text_gen|char_ram~51429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51430 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N17 +dffeas \text_gen|char_ram~17714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y16_N21 +dffeas \text_gen|char_ram~17770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y13_N23 +dffeas \text_gen|char_ram~17700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y13_N13 +dffeas \text_gen|char_ram~17756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51427 ( +// Equation(s): +// \text_gen|char_ram~51427_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~17756_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17700_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17700_q ), + .datad(\text_gen|char_ram~17756_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51427 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51428 ( +// Equation(s): +// \text_gen|char_ram~51428_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51427_combout & ((\text_gen|char_ram~17770_q ))) # (!\text_gen|char_ram~51427_combout & (\text_gen|char_ram~17714_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51427_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17714_q ), + .datac(\text_gen|char_ram~17770_q ), + .datad(\text_gen|char_ram~51427_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51428 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51431 ( +// Equation(s): +// \text_gen|char_ram~51431_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~51428_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~51430_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51430_combout ), + .datad(\text_gen|char_ram~51428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51431 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19548feeder ( +// Equation(s): +// \text_gen|char_ram~19548feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19548feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19548feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19548feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y31_N27 +dffeas \text_gen|char_ram~19548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19548feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y31_N19 +dffeas \text_gen|char_ram~19562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y39_N9 +dffeas \text_gen|char_ram~19492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y26_N1 +dffeas \text_gen|char_ram~19506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51425 ( +// Equation(s): +// \text_gen|char_ram~51425_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19506_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19492_q )))) + + .dataa(\text_gen|char_ram~19492_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19506_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51425 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~51425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51426 ( +// Equation(s): +// \text_gen|char_ram~51426_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51425_combout & ((\text_gen|char_ram~19562_q ))) # (!\text_gen|char_ram~51425_combout & (\text_gen|char_ram~19548_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51425_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19548_q ), + .datac(\text_gen|char_ram~19562_q ), + .datad(\text_gen|char_ram~51425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51426 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y27_N11 +dffeas \text_gen|char_ram~21298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y27_N9 +dffeas \text_gen|char_ram~21354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y32_N17 +dffeas \text_gen|char_ram~21284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y32_N19 +dffeas \text_gen|char_ram~21340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51432 ( +// Equation(s): +// \text_gen|char_ram~51432_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21340_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21284_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21284_q ), + .datad(\text_gen|char_ram~21340_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51432 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51433 ( +// Equation(s): +// \text_gen|char_ram~51433_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51432_combout & ((\text_gen|char_ram~21354_q ))) # (!\text_gen|char_ram~51432_combout & (\text_gen|char_ram~21298_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51432_combout )))) + + .dataa(\text_gen|char_ram~21298_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21354_q ), + .datad(\text_gen|char_ram~51432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51433 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51434 ( +// Equation(s): +// \text_gen|char_ram~51434_combout = (\text_gen|char_ram~51431_combout & (((\text_gen|char_ram~51433_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~51431_combout & (\text_gen|Add5~10_combout & (\text_gen|char_ram~51426_combout ))) + + .dataa(\text_gen|char_ram~51431_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51426_combout ), + .datad(\text_gen|char_ram~51433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51434 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~51434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18666feeder ( +// Equation(s): +// \text_gen|char_ram~18666feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y30_N25 +dffeas \text_gen|char_ram~18666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y19_N17 +dffeas \text_gen|char_ram~18652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y23_N11 +dffeas \text_gen|char_ram~18596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18610feeder ( +// Equation(s): +// \text_gen|char_ram~18610feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~18610feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18610feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18610feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y19_N15 +dffeas \text_gen|char_ram~18610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18610feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51394 ( +// Equation(s): +// \text_gen|char_ram~51394_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18610_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18596_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18596_q ), + .datad(\text_gen|char_ram~18610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51394 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51395 ( +// Equation(s): +// \text_gen|char_ram~51395_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51394_combout & (\text_gen|char_ram~18666_q )) # (!\text_gen|char_ram~51394_combout & ((\text_gen|char_ram~18652_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51394_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18666_q ), + .datac(\text_gen|char_ram~18652_q ), + .datad(\text_gen|char_ram~51394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51395 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y14_N1 +dffeas \text_gen|char_ram~20444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20444 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y14_N3 +dffeas \text_gen|char_ram~20388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51401 ( +// Equation(s): +// \text_gen|char_ram~51401_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~20444_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~20388_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~20444_q ), + .datac(\text_gen|char_ram~20388_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51401 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N1 +dffeas \text_gen|char_ram~20458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20402feeder ( +// Equation(s): +// \text_gen|char_ram~20402feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20402feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20402feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20402feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y14_N15 +dffeas \text_gen|char_ram~20402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20402feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51402 ( +// Equation(s): +// \text_gen|char_ram~51402_combout = (\text_gen|char_ram~51401_combout & (((\text_gen|char_ram~20458_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51401_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20402_q )))) + + .dataa(\text_gen|char_ram~51401_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20458_q ), + .datad(\text_gen|char_ram~20402_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51402 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y12_N7 +dffeas \text_gen|char_ram~16818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y16_N15 +dffeas \text_gen|char_ram~16874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y12_N9 +dffeas \text_gen|char_ram~16804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y12_N23 +dffeas \text_gen|char_ram~16860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51396 ( +// Equation(s): +// \text_gen|char_ram~51396_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16860_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16804_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16804_q ), + .datad(\text_gen|char_ram~16860_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51396 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51397 ( +// Equation(s): +// \text_gen|char_ram~51397_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51396_combout & ((\text_gen|char_ram~16874_q ))) # (!\text_gen|char_ram~51396_combout & (\text_gen|char_ram~16818_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51396_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16818_q ), + .datac(\text_gen|char_ram~16874_q ), + .datad(\text_gen|char_ram~51396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51397 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y19_N7 +dffeas \text_gen|char_ram~15012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y19_N13 +dffeas \text_gen|char_ram~15026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51398 ( +// Equation(s): +// \text_gen|char_ram~51398_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15026_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15012_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15012_q ), + .datad(\text_gen|char_ram~15026_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51398 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y19_N23 +dffeas \text_gen|char_ram~15082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y19_N1 +dffeas \text_gen|char_ram~15068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51399 ( +// Equation(s): +// \text_gen|char_ram~51399_combout = (\text_gen|char_ram~51398_combout & (((\text_gen|char_ram~15082_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51398_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~15068_q )))) + + .dataa(\text_gen|char_ram~51398_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15082_q ), + .datad(\text_gen|char_ram~15068_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51399 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51400 ( +// Equation(s): +// \text_gen|char_ram~51400_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51397_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~51399_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~51397_combout ), + .datac(\text_gen|char_ram~51399_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51400 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51403 ( +// Equation(s): +// \text_gen|char_ram~51403_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51400_combout & ((\text_gen|char_ram~51402_combout ))) # (!\text_gen|char_ram~51400_combout & (\text_gen|char_ram~51395_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~51400_combout )))) + + .dataa(\text_gen|char_ram~51395_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51402_combout ), + .datad(\text_gen|char_ram~51400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51403 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51435 ( +// Equation(s): +// \text_gen|char_ram~51435_combout = (\text_gen|char_ram~51424_combout & ((\text_gen|char_ram~51434_combout ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~51424_combout & (((\text_gen|Add5~4_combout & \text_gen|char_ram~51403_combout )))) + + .dataa(\text_gen|char_ram~51424_combout ), + .datab(\text_gen|char_ram~51434_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~51403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51435 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~51435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51478 ( +// Equation(s): +// \text_gen|char_ram~51478_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~51435_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~51477_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51477_combout ), + .datad(\text_gen|char_ram~51435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51478 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y26_N23 +dffeas \text_gen|char_ram~21410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y35_N21 +dffeas \text_gen|char_ram~21466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y33_N27 +dffeas \text_gen|char_ram~21452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y33_N1 +dffeas \text_gen|char_ram~21396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51517 ( +// Equation(s): +// \text_gen|char_ram~51517_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~21452_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~21396_q ))))) + + .dataa(\text_gen|char_ram~21452_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21396_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51517 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51518 ( +// Equation(s): +// \text_gen|char_ram~51518_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51517_combout & ((\text_gen|char_ram~21466_q ))) # (!\text_gen|char_ram~51517_combout & (\text_gen|char_ram~21410_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51517_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21410_q ), + .datac(\text_gen|char_ram~21466_q ), + .datad(\text_gen|char_ram~51517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51518 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y39_N19 +dffeas \text_gen|char_ram~19604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y39_N21 +dffeas \text_gen|char_ram~19618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51510 ( +// Equation(s): +// \text_gen|char_ram~51510_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19618_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19604_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19604_q ), + .datad(\text_gen|char_ram~19618_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51510 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19660feeder ( +// Equation(s): +// \text_gen|char_ram~19660feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~19660feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19660feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19660feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y47_N27 +dffeas \text_gen|char_ram~19660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19660feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y43_N5 +dffeas \text_gen|char_ram~19674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51511 ( +// Equation(s): +// \text_gen|char_ram~51511_combout = (\text_gen|char_ram~51510_combout & (((\text_gen|char_ram~19674_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~51510_combout & (\text_gen|char_ram~19660_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~51510_combout ), + .datab(\text_gen|char_ram~19660_q ), + .datac(\text_gen|char_ram~19674_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51511 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~51511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17826feeder ( +// Equation(s): +// \text_gen|char_ram~17826feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17826feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N19 +dffeas \text_gen|char_ram~17826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y35_N9 +dffeas \text_gen|char_ram~17882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y32_N17 +dffeas \text_gen|char_ram~17812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y31_N27 +dffeas \text_gen|char_ram~17868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51512 ( +// Equation(s): +// \text_gen|char_ram~51512_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17868_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17812_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17812_q ), + .datad(\text_gen|char_ram~17868_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51512 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51513 ( +// Equation(s): +// \text_gen|char_ram~51513_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51512_combout & ((\text_gen|char_ram~17882_q ))) # (!\text_gen|char_ram~51512_combout & (\text_gen|char_ram~17826_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51512_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17826_q ), + .datac(\text_gen|char_ram~17882_q ), + .datad(\text_gen|char_ram~51512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51513 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y35_N3 +dffeas \text_gen|char_ram~16076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N31 +dffeas \text_gen|char_ram~16034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y34_N27 +dffeas \text_gen|char_ram~16020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51514 ( +// Equation(s): +// \text_gen|char_ram~51514_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~16034_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~16020_q ))))) + + .dataa(\text_gen|char_ram~16034_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16020_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51514 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16090feeder ( +// Equation(s): +// \text_gen|char_ram~16090feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16090feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y42_N19 +dffeas \text_gen|char_ram~16090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51515 ( +// Equation(s): +// \text_gen|char_ram~51515_combout = (\text_gen|char_ram~51514_combout & (((\text_gen|char_ram~16090_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~51514_combout & (\text_gen|char_ram~16076_q & (\vga_c|h_cnt [7]))) + + .dataa(\text_gen|char_ram~16076_q ), + .datab(\text_gen|char_ram~51514_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~16090_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51515 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~51515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51516 ( +// Equation(s): +// \text_gen|char_ram~51516_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~51513_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~51515_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~51513_combout ), + .datac(\text_gen|char_ram~51515_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51516 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51519 ( +// Equation(s): +// \text_gen|char_ram~51519_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51516_combout & (\text_gen|char_ram~51518_combout )) # (!\text_gen|char_ram~51516_combout & ((\text_gen|char_ram~51511_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~51516_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~51518_combout ), + .datac(\text_gen|char_ram~51511_combout ), + .datad(\text_gen|char_ram~51516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51519 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y46_N11 +dffeas \text_gen|char_ram~17364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17420feeder ( +// Equation(s): +// \text_gen|char_ram~17420feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~17420feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17420feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17420feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y53_N19 +dffeas \text_gen|char_ram~17420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17420feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51479 ( +// Equation(s): +// \text_gen|char_ram~51479_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~17420_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17364_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17364_q ), + .datad(\text_gen|char_ram~17420_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51479 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y50_N7 +dffeas \text_gen|char_ram~17378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y52_N17 +dffeas \text_gen|char_ram~17434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51480 ( +// Equation(s): +// \text_gen|char_ram~51480_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51479_combout & ((\text_gen|char_ram~17434_q ))) # (!\text_gen|char_ram~51479_combout & (\text_gen|char_ram~17378_q )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51479_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51479_combout ), + .datac(\text_gen|char_ram~17378_q ), + .datad(\text_gen|char_ram~17434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51480 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~51480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20962feeder ( +// Equation(s): +// \text_gen|char_ram~20962feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y53_N15 +dffeas \text_gen|char_ram~20962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y53_N13 +dffeas \text_gen|char_ram~21018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y60_N19 +dffeas \text_gen|char_ram~21004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y60_N1 +dffeas \text_gen|char_ram~20948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51486 ( +// Equation(s): +// \text_gen|char_ram~51486_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21004_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~20948_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21004_q ), + .datac(\text_gen|char_ram~20948_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51486 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51487 ( +// Equation(s): +// \text_gen|char_ram~51487_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51486_combout & ((\text_gen|char_ram~21018_q ))) # (!\text_gen|char_ram~51486_combout & (\text_gen|char_ram~20962_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51486_combout )))) + + .dataa(\text_gen|char_ram~20962_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21018_q ), + .datad(\text_gen|char_ram~51486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51487 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y55_N13 +dffeas \text_gen|char_ram~19212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y55_N31 +dffeas \text_gen|char_ram~19226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y59_N27 +dffeas \text_gen|char_ram~19156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y59_N17 +dffeas \text_gen|char_ram~19170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51481 ( +// Equation(s): +// \text_gen|char_ram~51481_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19170_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19156_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19156_q ), + .datad(\text_gen|char_ram~19170_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51481 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51482 ( +// Equation(s): +// \text_gen|char_ram~51482_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51481_combout & ((\text_gen|char_ram~19226_q ))) # (!\text_gen|char_ram~51481_combout & (\text_gen|char_ram~19212_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51481_combout )))) + + .dataa(\text_gen|char_ram~19212_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19226_q ), + .datad(\text_gen|char_ram~51481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51482 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y57_N17 +dffeas \text_gen|char_ram~15628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y50_N7 +dffeas \text_gen|char_ram~15642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15586feeder ( +// Equation(s): +// \text_gen|char_ram~15586feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y43_N13 +dffeas \text_gen|char_ram~15586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y54_N27 +dffeas \text_gen|char_ram~15572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51483 ( +// Equation(s): +// \text_gen|char_ram~51483_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~15586_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~15572_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15586_q ), + .datac(\text_gen|char_ram~15572_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51483 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51484 ( +// Equation(s): +// \text_gen|char_ram~51484_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51483_combout & ((\text_gen|char_ram~15642_q ))) # (!\text_gen|char_ram~51483_combout & (\text_gen|char_ram~15628_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51483_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15628_q ), + .datac(\text_gen|char_ram~15642_q ), + .datad(\text_gen|char_ram~51483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51484 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51485 ( +// Equation(s): +// \text_gen|char_ram~51485_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51482_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~51484_combout )))) + + .dataa(\text_gen|char_ram~51482_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~51484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51485 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~51485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51488 ( +// Equation(s): +// \text_gen|char_ram~51488_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51485_combout & ((\text_gen|char_ram~51487_combout ))) # (!\text_gen|char_ram~51485_combout & (\text_gen|char_ram~51480_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~51485_combout )))) + + .dataa(\text_gen|char_ram~51480_combout ), + .datab(\text_gen|char_ram~51487_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~51485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51488 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~51488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y36_N15 +dffeas \text_gen|char_ram~16468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16524feeder ( +// Equation(s): +// \text_gen|char_ram~16524feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~16524feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16524feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16524feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y36_N3 +dffeas \text_gen|char_ram~16524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16524feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51499 ( +// Equation(s): +// \text_gen|char_ram~51499_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16524_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16468_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16468_q ), + .datad(\text_gen|char_ram~16524_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51499 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N13 +dffeas \text_gen|char_ram~16482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y36_N7 +dffeas \text_gen|char_ram~16538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51500 ( +// Equation(s): +// \text_gen|char_ram~51500_combout = (\text_gen|char_ram~51499_combout & (((\text_gen|char_ram~16538_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51499_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~16482_q ))) + + .dataa(\text_gen|char_ram~51499_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16482_q ), + .datad(\text_gen|char_ram~16538_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51500 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~51500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y49_N19 +dffeas \text_gen|char_ram~18316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y49_N19 +dffeas \text_gen|char_ram~18330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N7 +dffeas \text_gen|char_ram~18260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y49_N25 +dffeas \text_gen|char_ram~18274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51501 ( +// Equation(s): +// \text_gen|char_ram~51501_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18274_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18260_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18260_q ), + .datad(\text_gen|char_ram~18274_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51501 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51502 ( +// Equation(s): +// \text_gen|char_ram~51502_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51501_combout & ((\text_gen|char_ram~18330_q ))) # (!\text_gen|char_ram~51501_combout & (\text_gen|char_ram~18316_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51501_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18316_q ), + .datac(\text_gen|char_ram~18330_q ), + .datad(\text_gen|char_ram~51501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51502 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y37_N13 +dffeas \text_gen|char_ram~14676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14690feeder ( +// Equation(s): +// \text_gen|char_ram~14690feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14690feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y26_N29 +dffeas \text_gen|char_ram~14690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51503 ( +// Equation(s): +// \text_gen|char_ram~51503_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~14690_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14676_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14676_q ), + .datad(\text_gen|char_ram~14690_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51503 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y37_N23 +dffeas \text_gen|char_ram~14746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14732feeder ( +// Equation(s): +// \text_gen|char_ram~14732feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y37_N11 +dffeas \text_gen|char_ram~14732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51504 ( +// Equation(s): +// \text_gen|char_ram~51504_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51503_combout & (\text_gen|char_ram~14746_q )) # (!\text_gen|char_ram~51503_combout & ((\text_gen|char_ram~14732_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~51503_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51503_combout ), + .datac(\text_gen|char_ram~14746_q ), + .datad(\text_gen|char_ram~14732_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51504 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51505 ( +// Equation(s): +// \text_gen|char_ram~51505_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~51502_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~51504_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51502_combout ), + .datad(\text_gen|char_ram~51504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51505 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y41_N5 +dffeas \text_gen|char_ram~20052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20108feeder ( +// Equation(s): +// \text_gen|char_ram~20108feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y41_N27 +dffeas \text_gen|char_ram~20108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51506 ( +// Equation(s): +// \text_gen|char_ram~51506_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20108_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20052_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20052_q ), + .datad(\text_gen|char_ram~20108_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51506 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y41_N17 +dffeas \text_gen|char_ram~20122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y41_N11 +dffeas \text_gen|char_ram~20066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51507 ( +// Equation(s): +// \text_gen|char_ram~51507_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51506_combout & (\text_gen|char_ram~20122_q )) # (!\text_gen|char_ram~51506_combout & ((\text_gen|char_ram~20066_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51506_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51506_combout ), + .datac(\text_gen|char_ram~20122_q ), + .datad(\text_gen|char_ram~20066_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51507 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51508 ( +// Equation(s): +// \text_gen|char_ram~51508_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51505_combout & ((\text_gen|char_ram~51507_combout ))) # (!\text_gen|char_ram~51505_combout & (\text_gen|char_ram~51500_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~51505_combout )))) + + .dataa(\text_gen|char_ram~51500_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51505_combout ), + .datad(\text_gen|char_ram~51507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51508 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N15 +dffeas \text_gen|char_ram~18708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y22_N31 +dffeas \text_gen|char_ram~18722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51489 ( +// Equation(s): +// \text_gen|char_ram~51489_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18722_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~18708_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18708_q ), + .datad(\text_gen|char_ram~18722_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51489 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y26_N27 +dffeas \text_gen|char_ram~18778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y23_N1 +dffeas \text_gen|char_ram~18764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51490 ( +// Equation(s): +// \text_gen|char_ram~51490_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51489_combout & (\text_gen|char_ram~18778_q )) # (!\text_gen|char_ram~51489_combout & ((\text_gen|char_ram~18764_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~51489_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51489_combout ), + .datac(\text_gen|char_ram~18778_q ), + .datad(\text_gen|char_ram~18764_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51490 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20514feeder ( +// Equation(s): +// \text_gen|char_ram~20514feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y18_N17 +dffeas \text_gen|char_ram~20514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y11_N1 +dffeas \text_gen|char_ram~20570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y11_N19 +dffeas \text_gen|char_ram~20500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20556feeder ( +// Equation(s): +// \text_gen|char_ram~20556feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~20556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y10_N7 +dffeas \text_gen|char_ram~20556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51496 ( +// Equation(s): +// \text_gen|char_ram~51496_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~20556_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20500_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20500_q ), + .datad(\text_gen|char_ram~20556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51496 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51497 ( +// Equation(s): +// \text_gen|char_ram~51497_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51496_combout & ((\text_gen|char_ram~20570_q ))) # (!\text_gen|char_ram~51496_combout & (\text_gen|char_ram~20514_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51496_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20514_q ), + .datac(\text_gen|char_ram~20570_q ), + .datad(\text_gen|char_ram~51496_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51497 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y16_N11 +dffeas \text_gen|char_ram~16916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y12_N25 +dffeas \text_gen|char_ram~16972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51491 ( +// Equation(s): +// \text_gen|char_ram~51491_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~16972_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16916_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16916_q ), + .datad(\text_gen|char_ram~16972_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51491 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y12_N3 +dffeas \text_gen|char_ram~16986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y15_N27 +dffeas \text_gen|char_ram~16930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51492 ( +// Equation(s): +// \text_gen|char_ram~51492_combout = (\text_gen|char_ram~51491_combout & (((\text_gen|char_ram~16986_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51491_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16930_q )))) + + .dataa(\text_gen|char_ram~51491_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16986_q ), + .datad(\text_gen|char_ram~16930_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51492 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N1 +dffeas \text_gen|char_ram~15180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y15_N25 +dffeas \text_gen|char_ram~15194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N1 +dffeas \text_gen|char_ram~15124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15138feeder ( +// Equation(s): +// \text_gen|char_ram~15138feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~15138feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15138feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15138feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N31 +dffeas \text_gen|char_ram~15138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15138feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51493 ( +// Equation(s): +// \text_gen|char_ram~51493_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15138_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15124_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15124_q ), + .datad(\text_gen|char_ram~15138_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51493 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51494 ( +// Equation(s): +// \text_gen|char_ram~51494_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51493_combout & ((\text_gen|char_ram~15194_q ))) # (!\text_gen|char_ram~51493_combout & (\text_gen|char_ram~15180_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51493_combout )))) + + .dataa(\text_gen|char_ram~15180_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15194_q ), + .datad(\text_gen|char_ram~51493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51494 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51495 ( +// Equation(s): +// \text_gen|char_ram~51495_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~51492_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~51494_combout ))))) + + .dataa(\text_gen|char_ram~51492_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51494_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51495 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51498 ( +// Equation(s): +// \text_gen|char_ram~51498_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51495_combout & ((\text_gen|char_ram~51497_combout ))) # (!\text_gen|char_ram~51495_combout & (\text_gen|char_ram~51490_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~51495_combout )))) + + .dataa(\text_gen|char_ram~51490_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51497_combout ), + .datad(\text_gen|char_ram~51495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51498 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51509 ( +// Equation(s): +// \text_gen|char_ram~51509_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~51498_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~51508_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~51508_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51509 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~51509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51520 ( +// Equation(s): +// \text_gen|char_ram~51520_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51509_combout & (\text_gen|char_ram~51519_combout )) # (!\text_gen|char_ram~51509_combout & ((\text_gen|char_ram~51488_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51509_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51519_combout ), + .datac(\text_gen|char_ram~51488_combout ), + .datad(\text_gen|char_ram~51509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51520 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51521 ( +// Equation(s): +// \text_gen|char_ram~51521_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51478_combout & ((\text_gen|char_ram~51520_combout ))) # (!\text_gen|char_ram~51478_combout & (\text_gen|char_ram~51393_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51478_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51393_combout ), + .datac(\text_gen|char_ram~51478_combout ), + .datad(\text_gen|char_ram~51520_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51521 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~51521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N15 +dffeas \text_gen|char_ram~24098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y29_N31 +dffeas \text_gen|char_ram~24994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y39_N29 +dffeas \text_gen|char_ram~23650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y53_N5 +dffeas \text_gen|char_ram~24546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51894 ( +// Equation(s): +// \text_gen|char_ram~51894_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~24546_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23650_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23650_q ), + .datad(\text_gen|char_ram~24546_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51894 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51895 ( +// Equation(s): +// \text_gen|char_ram~51895_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51894_combout & ((\text_gen|char_ram~24994_q ))) # (!\text_gen|char_ram~51894_combout & (\text_gen|char_ram~24098_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51894_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24098_q ), + .datac(\text_gen|char_ram~24994_q ), + .datad(\text_gen|char_ram~51894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51895 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y57_N13 +dffeas \text_gen|char_ram~24588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N25 +dffeas \text_gen|char_ram~25036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N15 +dffeas \text_gen|char_ram~23692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24140feeder ( +// Equation(s): +// \text_gen|char_ram~24140feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24140feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y15_N11 +dffeas \text_gen|char_ram~24140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51896 ( +// Equation(s): +// \text_gen|char_ram~51896_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~24140_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23692_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23692_q ), + .datad(\text_gen|char_ram~24140_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51896 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51897 ( +// Equation(s): +// \text_gen|char_ram~51897_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51896_combout & ((\text_gen|char_ram~25036_q ))) # (!\text_gen|char_ram~51896_combout & (\text_gen|char_ram~24588_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51896_combout )))) + + .dataa(\text_gen|char_ram~24588_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25036_q ), + .datad(\text_gen|char_ram~51896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51897 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24084feeder ( +// Equation(s): +// \text_gen|char_ram~24084feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24084feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24084feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24084feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y16_N11 +dffeas \text_gen|char_ram~24084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24084feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y31_N17 +dffeas \text_gen|char_ram~24980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y39_N23 +dffeas \text_gen|char_ram~23636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24532feeder ( +// Equation(s): +// \text_gen|char_ram~24532feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24532feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24532feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24532feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y53_N31 +dffeas \text_gen|char_ram~24532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24532feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51898 ( +// Equation(s): +// \text_gen|char_ram~51898_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~24532_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23636_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23636_q ), + .datad(\text_gen|char_ram~24532_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51898 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51899 ( +// Equation(s): +// \text_gen|char_ram~51899_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51898_combout & ((\text_gen|char_ram~24980_q ))) # (!\text_gen|char_ram~51898_combout & (\text_gen|char_ram~24084_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51898_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24084_q ), + .datac(\text_gen|char_ram~24980_q ), + .datad(\text_gen|char_ram~51898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51899 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51900 ( +// Equation(s): +// \text_gen|char_ram~51900_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~51897_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51899_combout ))))) + + .dataa(\text_gen|char_ram~51897_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~51899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51900 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~51900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y27_N3 +dffeas \text_gen|char_ram~25050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24602feeder ( +// Equation(s): +// \text_gen|char_ram~24602feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24602feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24602feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24602feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y60_N23 +dffeas \text_gen|char_ram~24602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24602feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y35_N5 +dffeas \text_gen|char_ram~23706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24154feeder ( +// Equation(s): +// \text_gen|char_ram~24154feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24154feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24154feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24154feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y15_N31 +dffeas \text_gen|char_ram~24154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24154feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51901 ( +// Equation(s): +// \text_gen|char_ram~51901_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~24154_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23706_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23706_q ), + .datad(\text_gen|char_ram~24154_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51901 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51902 ( +// Equation(s): +// \text_gen|char_ram~51902_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51901_combout & (\text_gen|char_ram~25050_q )) # (!\text_gen|char_ram~51901_combout & ((\text_gen|char_ram~24602_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51901_combout )))) + + .dataa(\text_gen|char_ram~25050_q ), + .datab(\text_gen|char_ram~24602_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51902 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~51902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51903 ( +// Equation(s): +// \text_gen|char_ram~51903_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51900_combout & ((\text_gen|char_ram~51902_combout ))) # (!\text_gen|char_ram~51900_combout & (\text_gen|char_ram~51895_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51900_combout )))) + + .dataa(\text_gen|char_ram~51895_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51900_combout ), + .datad(\text_gen|char_ram~51902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51903 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24028feeder ( +// Equation(s): +// \text_gen|char_ram~24028feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24028feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24028feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24028feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y17_N23 +dffeas \text_gen|char_ram~24028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24028feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N1 +dffeas \text_gen|char_ram~23580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51863 ( +// Equation(s): +// \text_gen|char_ram~51863_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~24028_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23580_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24028_q ), + .datac(\text_gen|char_ram~23580_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51863 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y45_N27 +dffeas \text_gen|char_ram~24476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y28_N11 +dffeas \text_gen|char_ram~24924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51864 ( +// Equation(s): +// \text_gen|char_ram~51864_combout = (\text_gen|char_ram~51863_combout & (((\text_gen|char_ram~24924_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~51863_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~24476_q ))) + + .dataa(\text_gen|char_ram~51863_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24476_q ), + .datad(\text_gen|char_ram~24924_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51864 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~51864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23986feeder ( +// Equation(s): +// \text_gen|char_ram~23986feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N1 +dffeas \text_gen|char_ram~23986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24434feeder ( +// Equation(s): +// \text_gen|char_ram~24434feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24434feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y40_N13 +dffeas \text_gen|char_ram~24434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y32_N5 +dffeas \text_gen|char_ram~23538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51865 ( +// Equation(s): +// \text_gen|char_ram~51865_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24434_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~23538_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~24434_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23538_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51865 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y32_N7 +dffeas \text_gen|char_ram~24882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51866 ( +// Equation(s): +// \text_gen|char_ram~51866_combout = (\text_gen|char_ram~51865_combout & (((\text_gen|char_ram~24882_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~51865_combout & (\text_gen|char_ram~23986_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~23986_q ), + .datab(\text_gen|char_ram~51865_combout ), + .datac(\text_gen|char_ram~24882_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51866 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y39_N15 +dffeas \text_gen|char_ram~24420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y31_N23 +dffeas \text_gen|char_ram~23524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51867 ( +// Equation(s): +// \text_gen|char_ram~51867_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24420_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23524_q +// ))))) + + .dataa(\text_gen|char_ram~24420_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23524_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51867 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y31_N21 +dffeas \text_gen|char_ram~24868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23972feeder ( +// Equation(s): +// \text_gen|char_ram~23972feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N19 +dffeas \text_gen|char_ram~23972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51868 ( +// Equation(s): +// \text_gen|char_ram~51868_combout = (\text_gen|char_ram~51867_combout & (((\text_gen|char_ram~24868_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~51867_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~23972_q )))) + + .dataa(\text_gen|char_ram~51867_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24868_q ), + .datad(\text_gen|char_ram~23972_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51868 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51869 ( +// Equation(s): +// \text_gen|char_ram~51869_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~51866_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~51868_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51866_combout ), + .datad(\text_gen|char_ram~51868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51869 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24042feeder ( +// Equation(s): +// \text_gen|char_ram~24042feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24042feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y15_N15 +dffeas \text_gen|char_ram~24042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y33_N17 +dffeas \text_gen|char_ram~23594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51870 ( +// Equation(s): +// \text_gen|char_ram~51870_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~24042_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~23594_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24042_q ), + .datac(\text_gen|char_ram~23594_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51870 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y27_N3 +dffeas \text_gen|char_ram~24938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24490feeder ( +// Equation(s): +// \text_gen|char_ram~24490feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24490feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y49_N13 +dffeas \text_gen|char_ram~24490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51871 ( +// Equation(s): +// \text_gen|char_ram~51871_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51870_combout & (\text_gen|char_ram~24938_q )) # (!\text_gen|char_ram~51870_combout & ((\text_gen|char_ram~24490_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51870_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51870_combout ), + .datac(\text_gen|char_ram~24938_q ), + .datad(\text_gen|char_ram~24490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51871 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51872 ( +// Equation(s): +// \text_gen|char_ram~51872_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51869_combout & ((\text_gen|char_ram~51871_combout ))) # (!\text_gen|char_ram~51869_combout & (\text_gen|char_ram~51864_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51869_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51864_combout ), + .datac(\text_gen|char_ram~51869_combout ), + .datad(\text_gen|char_ram~51871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51872 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~51872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N25 +dffeas \text_gen|char_ram~23762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y30_N9 +dffeas \text_gen|char_ram~24658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y53_N11 +dffeas \text_gen|char_ram~24210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y53_N21 +dffeas \text_gen|char_ram~23314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51885 ( +// Equation(s): +// \text_gen|char_ram~51885_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24210_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23314_q +// ))))) + + .dataa(\text_gen|char_ram~24210_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23314_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51885 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51886 ( +// Equation(s): +// \text_gen|char_ram~51886_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51885_combout & ((\text_gen|char_ram~24658_q ))) # (!\text_gen|char_ram~51885_combout & (\text_gen|char_ram~23762_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51885_combout )))) + + .dataa(\text_gen|char_ram~23762_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24658_q ), + .datad(\text_gen|char_ram~51885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51886 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23748feeder ( +// Equation(s): +// \text_gen|char_ram~23748feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y16_N25 +dffeas \text_gen|char_ram~23748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y34_N9 +dffeas \text_gen|char_ram~24644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y38_N29 +dffeas \text_gen|char_ram~23300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24196feeder ( +// Equation(s): +// \text_gen|char_ram~24196feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24196feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24196feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24196feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y53_N1 +dffeas \text_gen|char_ram~24196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24196feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51887 ( +// Equation(s): +// \text_gen|char_ram~51887_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~24196_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23300_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23300_q ), + .datad(\text_gen|char_ram~24196_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51887 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51888 ( +// Equation(s): +// \text_gen|char_ram~51888_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51887_combout & ((\text_gen|char_ram~24644_q ))) # (!\text_gen|char_ram~51887_combout & (\text_gen|char_ram~23748_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51887_combout )))) + + .dataa(\text_gen|char_ram~23748_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24644_q ), + .datad(\text_gen|char_ram~51887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51888 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51889 ( +// Equation(s): +// \text_gen|char_ram~51889_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~51886_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~51888_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51886_combout ), + .datad(\text_gen|char_ram~51888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51889 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~24252feeder ( +// Equation(s): +// \text_gen|char_ram~24252feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N9 +dffeas \text_gen|char_ram~24252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y30_N11 +dffeas \text_gen|char_ram~24700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N19 +dffeas \text_gen|char_ram~23356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23804feeder ( +// Equation(s): +// \text_gen|char_ram~23804feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23804feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23804feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23804feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y12_N25 +dffeas \text_gen|char_ram~23804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23804feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51883 ( +// Equation(s): +// \text_gen|char_ram~51883_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~23804_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23356_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23356_q ), + .datad(\text_gen|char_ram~23804_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51883 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51884 ( +// Equation(s): +// \text_gen|char_ram~51884_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51883_combout & ((\text_gen|char_ram~24700_q ))) # (!\text_gen|char_ram~51883_combout & (\text_gen|char_ram~24252_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51883_combout )))) + + .dataa(\text_gen|char_ram~24252_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24700_q ), + .datad(\text_gen|char_ram~51883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51884 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24266feeder ( +// Equation(s): +// \text_gen|char_ram~24266feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24266feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24266feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24266feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y31_N7 +dffeas \text_gen|char_ram~24266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24266feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y25_N31 +dffeas \text_gen|char_ram~23370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23818feeder ( +// Equation(s): +// \text_gen|char_ram~23818feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y15_N1 +dffeas \text_gen|char_ram~23818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51890 ( +// Equation(s): +// \text_gen|char_ram~51890_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~23818_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23370_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23370_q ), + .datad(\text_gen|char_ram~23818_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51890 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y31_N13 +dffeas \text_gen|char_ram~24714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51891 ( +// Equation(s): +// \text_gen|char_ram~51891_combout = (\text_gen|char_ram~51890_combout & (((\text_gen|char_ram~24714_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~51890_combout & (\text_gen|char_ram~24266_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~24266_q ), + .datab(\text_gen|char_ram~51890_combout ), + .datac(\text_gen|char_ram~24714_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51891 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51892 ( +// Equation(s): +// \text_gen|char_ram~51892_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51889_combout & ((\text_gen|char_ram~51891_combout ))) # (!\text_gen|char_ram~51889_combout & (\text_gen|char_ram~51884_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~51889_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51889_combout ), + .datac(\text_gen|char_ram~51884_combout ), + .datad(\text_gen|char_ram~51891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51892 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~51892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y41_N15 +dffeas \text_gen|char_ram~24378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y31_N17 +dffeas \text_gen|char_ram~24826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23930feeder ( +// Equation(s): +// \text_gen|char_ram~23930feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23930feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N17 +dffeas \text_gen|char_ram~23930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y38_N27 +dffeas \text_gen|char_ram~23482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51880 ( +// Equation(s): +// \text_gen|char_ram~51880_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~23930_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~23482_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~23930_q ), + .datac(\text_gen|char_ram~23482_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51880 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51881 ( +// Equation(s): +// \text_gen|char_ram~51881_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51880_combout & ((\text_gen|char_ram~24826_q ))) # (!\text_gen|char_ram~51880_combout & (\text_gen|char_ram~24378_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51880_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24378_q ), + .datac(\text_gen|char_ram~24826_q ), + .datad(\text_gen|char_ram~51880_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51881 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23874feeder ( +// Equation(s): +// \text_gen|char_ram~23874feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N3 +dffeas \text_gen|char_ram~23874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y26_N3 +dffeas \text_gen|char_ram~24770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y37_N29 +dffeas \text_gen|char_ram~24322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y37_N3 +dffeas \text_gen|char_ram~23426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51873 ( +// Equation(s): +// \text_gen|char_ram~51873_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24322_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23426_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24322_q ), + .datac(\text_gen|char_ram~23426_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51873 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51874 ( +// Equation(s): +// \text_gen|char_ram~51874_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51873_combout & ((\text_gen|char_ram~24770_q ))) # (!\text_gen|char_ram~51873_combout & (\text_gen|char_ram~23874_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51873_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23874_q ), + .datac(\text_gen|char_ram~24770_q ), + .datad(\text_gen|char_ram~51873_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51874 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23860feeder ( +// Equation(s): +// \text_gen|char_ram~23860feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23860feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23860feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23860feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y20_N27 +dffeas \text_gen|char_ram~23860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23860feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y28_N5 +dffeas \text_gen|char_ram~24756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24308feeder ( +// Equation(s): +// \text_gen|char_ram~24308feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24308feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y41_N21 +dffeas \text_gen|char_ram~24308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y38_N17 +dffeas \text_gen|char_ram~23412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51877 ( +// Equation(s): +// \text_gen|char_ram~51877_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24308_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~23412_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24308_q ), + .datac(\text_gen|char_ram~23412_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51877 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51878 ( +// Equation(s): +// \text_gen|char_ram~51878_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51877_combout & ((\text_gen|char_ram~24756_q ))) # (!\text_gen|char_ram~51877_combout & (\text_gen|char_ram~23860_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51877_combout )))) + + .dataa(\text_gen|char_ram~23860_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24756_q ), + .datad(\text_gen|char_ram~51877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51878 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24364feeder ( +// Equation(s): +// \text_gen|char_ram~24364feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~24364feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24364feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24364feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y21_N13 +dffeas \text_gen|char_ram~24364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24364feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y21_N3 +dffeas \text_gen|char_ram~24812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y6_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23916feeder ( +// Equation(s): +// \text_gen|char_ram~23916feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23916feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23916feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23916feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y6_N31 +dffeas \text_gen|char_ram~23916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23916feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y21_N17 +dffeas \text_gen|char_ram~23468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51875 ( +// Equation(s): +// \text_gen|char_ram~51875_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~23916_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23468_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23916_q ), + .datac(\text_gen|char_ram~23468_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51875 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51876 ( +// Equation(s): +// \text_gen|char_ram~51876_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51875_combout & ((\text_gen|char_ram~24812_q ))) # (!\text_gen|char_ram~51875_combout & (\text_gen|char_ram~24364_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51875_combout )))) + + .dataa(\text_gen|char_ram~24364_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24812_q ), + .datad(\text_gen|char_ram~51875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51876 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51879 ( +// Equation(s): +// \text_gen|char_ram~51879_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~51876_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51878_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51878_combout ), + .datad(\text_gen|char_ram~51876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51879 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51882 ( +// Equation(s): +// \text_gen|char_ram~51882_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51879_combout & (\text_gen|char_ram~51881_combout )) # (!\text_gen|char_ram~51879_combout & ((\text_gen|char_ram~51874_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51879_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51881_combout ), + .datac(\text_gen|char_ram~51874_combout ), + .datad(\text_gen|char_ram~51879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51882 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51893 ( +// Equation(s): +// \text_gen|char_ram~51893_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~51882_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51892_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51892_combout ), + .datad(\text_gen|char_ram~51882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51893 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51904 ( +// Equation(s): +// \text_gen|char_ram~51904_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51893_combout & (\text_gen|char_ram~51903_combout )) # (!\text_gen|char_ram~51893_combout & ((\text_gen|char_ram~51872_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51893_combout )))) + + .dataa(\text_gen|char_ram~51903_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51872_combout ), + .datad(\text_gen|char_ram~51893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51904 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y22_N27 +dffeas \text_gen|char_ram~27682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y29_N25 +dffeas \text_gen|char_ram~28578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N27 +dffeas \text_gen|char_ram~27234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N29 +dffeas \text_gen|char_ram~28130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52021 ( +// Equation(s): +// \text_gen|char_ram~52021_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~28130_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~27234_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27234_q ), + .datad(\text_gen|char_ram~28130_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52021 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52022 ( +// Equation(s): +// \text_gen|char_ram~52022_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52021_combout & ((\text_gen|char_ram~28578_q ))) # (!\text_gen|char_ram~52021_combout & (\text_gen|char_ram~27682_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52021_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27682_q ), + .datac(\text_gen|char_ram~28578_q ), + .datad(\text_gen|char_ram~52021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52022 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28186feeder ( +// Equation(s): +// \text_gen|char_ram~28186feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28186feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28186feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28186feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y51_N3 +dffeas \text_gen|char_ram~28186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28186feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y33_N3 +dffeas \text_gen|char_ram~28634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y33_N13 +dffeas \text_gen|char_ram~27290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27738feeder ( +// Equation(s): +// \text_gen|char_ram~27738feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27738feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27738feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27738feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y18_N29 +dffeas \text_gen|char_ram~27738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27738feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52028 ( +// Equation(s): +// \text_gen|char_ram~52028_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27738_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27290_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27290_q ), + .datad(\text_gen|char_ram~27738_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52028 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52029 ( +// Equation(s): +// \text_gen|char_ram~52029_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52028_combout & ((\text_gen|char_ram~28634_q ))) # (!\text_gen|char_ram~52028_combout & (\text_gen|char_ram~28186_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52028_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~28186_q ), + .datac(\text_gen|char_ram~28634_q ), + .datad(\text_gen|char_ram~52028_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52029 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~28172feeder ( +// Equation(s): +// \text_gen|char_ram~28172feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28172feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28172feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28172feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y62_N19 +dffeas \text_gen|char_ram~28172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28172feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y33_N27 +dffeas \text_gen|char_ram~28620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y15_N17 +dffeas \text_gen|char_ram~27724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N25 +dffeas \text_gen|char_ram~27276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52023 ( +// Equation(s): +// \text_gen|char_ram~52023_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~27724_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~27276_q +// ))))) + + .dataa(\text_gen|char_ram~27724_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27276_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52023 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52024 ( +// Equation(s): +// \text_gen|char_ram~52024_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52023_combout & ((\text_gen|char_ram~28620_q ))) # (!\text_gen|char_ram~52023_combout & (\text_gen|char_ram~28172_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52023_combout )))) + + .dataa(\text_gen|char_ram~28172_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28620_q ), + .datad(\text_gen|char_ram~52023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52024 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y52_N11 +dffeas \text_gen|char_ram~28116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y52_N9 +dffeas \text_gen|char_ram~27220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~52025 ( +// Equation(s): +// \text_gen|char_ram~52025_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~28116_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~27220_q +// ))))) + + .dataa(\text_gen|char_ram~28116_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27220_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52025 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y33_N1 +dffeas \text_gen|char_ram~28564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N7 +dffeas \text_gen|char_ram~27668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~52026 ( +// Equation(s): +// \text_gen|char_ram~52026_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52025_combout & (\text_gen|char_ram~28564_q )) # (!\text_gen|char_ram~52025_combout & ((\text_gen|char_ram~27668_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~52025_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~52025_combout ), + .datac(\text_gen|char_ram~28564_q ), + .datad(\text_gen|char_ram~27668_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52026 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52027 ( +// Equation(s): +// \text_gen|char_ram~52027_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~52024_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~52026_combout ))))) + + .dataa(\text_gen|char_ram~52024_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~52026_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52027 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~52027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52030 ( +// Equation(s): +// \text_gen|char_ram~52030_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~52027_combout & ((\text_gen|char_ram~52029_combout ))) # (!\text_gen|char_ram~52027_combout & (\text_gen|char_ram~52022_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~52027_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~52022_combout ), + .datac(\text_gen|char_ram~52029_combout ), + .datad(\text_gen|char_ram~52027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52030 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y22_N5 +dffeas \text_gen|char_ram~27458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y36_N31 +dffeas \text_gen|char_ram~28354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y37_N31 +dffeas \text_gen|char_ram~27010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y37_N23 +dffeas \text_gen|char_ram~27906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51990 ( +// Equation(s): +// \text_gen|char_ram~51990_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~27906_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27010_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27010_q ), + .datad(\text_gen|char_ram~27906_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51990 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51991 ( +// Equation(s): +// \text_gen|char_ram~51991_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51990_combout & ((\text_gen|char_ram~28354_q ))) # (!\text_gen|char_ram~51990_combout & (\text_gen|char_ram~27458_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51990_combout )))) + + .dataa(\text_gen|char_ram~27458_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28354_q ), + .datad(\text_gen|char_ram~51990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51991 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27948feeder ( +// Equation(s): +// \text_gen|char_ram~27948feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27948feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X16_Y48_N21 +dffeas \text_gen|char_ram~27948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X15_Y36_N7 +dffeas \text_gen|char_ram~28396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X15_Y36_N29 +dffeas \text_gen|char_ram~27052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27500feeder ( +// Equation(s): +// \text_gen|char_ram~27500feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27500feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X16_Y36_N25 +dffeas \text_gen|char_ram~27500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51992 ( +// Equation(s): +// \text_gen|char_ram~51992_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27500_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27052_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27052_q ), + .datad(\text_gen|char_ram~27500_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51992 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51993 ( +// Equation(s): +// \text_gen|char_ram~51993_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51992_combout & ((\text_gen|char_ram~28396_q ))) # (!\text_gen|char_ram~51992_combout & (\text_gen|char_ram~27948_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51992_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27948_q ), + .datac(\text_gen|char_ram~28396_q ), + .datad(\text_gen|char_ram~51992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51993 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y25_N21 +dffeas \text_gen|char_ram~27444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27444 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N11 +dffeas \text_gen|char_ram~28340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y45_N19 +dffeas \text_gen|char_ram~26996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27892feeder ( +// Equation(s): +// \text_gen|char_ram~27892feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27892feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y52_N1 +dffeas \text_gen|char_ram~27892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51994 ( +// Equation(s): +// \text_gen|char_ram~51994_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~27892_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~26996_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26996_q ), + .datad(\text_gen|char_ram~27892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51994 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51995 ( +// Equation(s): +// \text_gen|char_ram~51995_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51994_combout & ((\text_gen|char_ram~28340_q ))) # (!\text_gen|char_ram~51994_combout & (\text_gen|char_ram~27444_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51994_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27444_q ), + .datac(\text_gen|char_ram~28340_q ), + .datad(\text_gen|char_ram~51994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51995 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51996 ( +// Equation(s): +// \text_gen|char_ram~51996_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~51993_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~51995_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51993_combout ), + .datad(\text_gen|char_ram~51995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51996 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27962feeder ( +// Equation(s): +// \text_gen|char_ram~27962feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y48_N15 +dffeas \text_gen|char_ram~27962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y36_N17 +dffeas \text_gen|char_ram~28410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y17_N1 +dffeas \text_gen|char_ram~27514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y40_N23 +dffeas \text_gen|char_ram~27066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51997 ( +// Equation(s): +// \text_gen|char_ram~51997_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27514_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~27066_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~27514_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27066_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51997 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51998 ( +// Equation(s): +// \text_gen|char_ram~51998_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51997_combout & ((\text_gen|char_ram~28410_q ))) # (!\text_gen|char_ram~51997_combout & (\text_gen|char_ram~27962_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51997_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27962_q ), + .datac(\text_gen|char_ram~28410_q ), + .datad(\text_gen|char_ram~51997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51998 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51999 ( +// Equation(s): +// \text_gen|char_ram~51999_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51996_combout & ((\text_gen|char_ram~51998_combout ))) # (!\text_gen|char_ram~51996_combout & (\text_gen|char_ram~51991_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51996_combout )))) + + .dataa(\text_gen|char_ram~51991_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~51996_combout ), + .datad(\text_gen|char_ram~51998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51999 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~28074feeder ( +// Equation(s): +// \text_gen|char_ram~28074feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y52_N21 +dffeas \text_gen|char_ram~28074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y33_N23 +dffeas \text_gen|char_ram~28522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y18_N27 +dffeas \text_gen|char_ram~27626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y33_N15 +dffeas \text_gen|char_ram~27178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52007 ( +// Equation(s): +// \text_gen|char_ram~52007_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~27626_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~27178_q +// ))))) + + .dataa(\text_gen|char_ram~27626_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27178_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52007 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~52007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52008 ( +// Equation(s): +// \text_gen|char_ram~52008_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52007_combout & ((\text_gen|char_ram~28522_q ))) # (!\text_gen|char_ram~52007_combout & (\text_gen|char_ram~28074_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52007_combout )))) + + .dataa(\text_gen|char_ram~28074_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28522_q ), + .datad(\text_gen|char_ram~52007_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52008 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N15 +dffeas \text_gen|char_ram~27122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~28018feeder ( +// Equation(s): +// \text_gen|char_ram~28018feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28018feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y40_N27 +dffeas \text_gen|char_ram~28018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52002 ( +// Equation(s): +// \text_gen|char_ram~52002_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28018_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27122_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27122_q ), + .datad(\text_gen|char_ram~28018_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52002 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N17 +dffeas \text_gen|char_ram~28466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27570feeder ( +// Equation(s): +// \text_gen|char_ram~27570feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27570feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y22_N27 +dffeas \text_gen|char_ram~27570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52003 ( +// Equation(s): +// \text_gen|char_ram~52003_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52002_combout & (\text_gen|char_ram~28466_q )) # (!\text_gen|char_ram~52002_combout & ((\text_gen|char_ram~27570_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~52002_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~52002_combout ), + .datac(\text_gen|char_ram~28466_q ), + .datad(\text_gen|char_ram~27570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52003 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y18_N31 +dffeas \text_gen|char_ram~27556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y36_N19 +dffeas \text_gen|char_ram~27108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28004feeder ( +// Equation(s): +// \text_gen|char_ram~28004feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~28004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28004feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y48_N9 +dffeas \text_gen|char_ram~28004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52004 ( +// Equation(s): +// \text_gen|char_ram~52004_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28004_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27108_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27108_q ), + .datad(\text_gen|char_ram~28004_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52004 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y36_N13 +dffeas \text_gen|char_ram~28452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~52005 ( +// Equation(s): +// \text_gen|char_ram~52005_combout = (\text_gen|char_ram~52004_combout & (((\text_gen|char_ram~28452_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~52004_combout & (\text_gen|char_ram~27556_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~27556_q ), + .datab(\text_gen|char_ram~52004_combout ), + .datac(\text_gen|char_ram~28452_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52005 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~52005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~52006 ( +// Equation(s): +// \text_gen|char_ram~52006_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~52003_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~52005_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52003_combout ), + .datad(\text_gen|char_ram~52005_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52006 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y40_N5 +dffeas \text_gen|char_ram~28060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y32_N3 +dffeas \text_gen|char_ram~28508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27612feeder ( +// Equation(s): +// \text_gen|char_ram~27612feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27612feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27612feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27612feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y21_N23 +dffeas \text_gen|char_ram~27612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27612feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y36_N29 +dffeas \text_gen|char_ram~27164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52000 ( +// Equation(s): +// \text_gen|char_ram~52000_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27612_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~27164_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27612_q ), + .datac(\text_gen|char_ram~27164_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52000 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~52001 ( +// Equation(s): +// \text_gen|char_ram~52001_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52000_combout & ((\text_gen|char_ram~28508_q ))) # (!\text_gen|char_ram~52000_combout & (\text_gen|char_ram~28060_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52000_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~28060_q ), + .datac(\text_gen|char_ram~28508_q ), + .datad(\text_gen|char_ram~52000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52001 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52009 ( +// Equation(s): +// \text_gen|char_ram~52009_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52006_combout & (\text_gen|char_ram~52008_combout )) # (!\text_gen|char_ram~52006_combout & ((\text_gen|char_ram~52001_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52006_combout )))) + + .dataa(\text_gen|char_ram~52008_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52006_combout ), + .datad(\text_gen|char_ram~52001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52009 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y53_N23 +dffeas \text_gen|char_ram~27850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X109_Y30_N27 +dffeas \text_gen|char_ram~28298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X109_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27402feeder ( +// Equation(s): +// \text_gen|char_ram~27402feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27402feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27402feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27402feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X109_Y26_N17 +dffeas \text_gen|char_ram~27402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27402feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X109_Y30_N29 +dffeas \text_gen|char_ram~26954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X109_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52017 ( +// Equation(s): +// \text_gen|char_ram~52017_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~27402_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~26954_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27402_q ), + .datac(\text_gen|char_ram~26954_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52017 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~52017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X109_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52018 ( +// Equation(s): +// \text_gen|char_ram~52018_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52017_combout & ((\text_gen|char_ram~28298_q ))) # (!\text_gen|char_ram~52017_combout & (\text_gen|char_ram~27850_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52017_combout )))) + + .dataa(\text_gen|char_ram~27850_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28298_q ), + .datad(\text_gen|char_ram~52017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52018 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~52018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y54_N19 +dffeas \text_gen|char_ram~27780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y54_N5 +dffeas \text_gen|char_ram~26884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52014 ( +// Equation(s): +// \text_gen|char_ram~52014_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~27780_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~26884_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~27780_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26884_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52014 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~52014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y31_N31 +dffeas \text_gen|char_ram~28228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y14_N3 +dffeas \text_gen|char_ram~27332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~52015 ( +// Equation(s): +// \text_gen|char_ram~52015_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52014_combout & (\text_gen|char_ram~28228_q )) # (!\text_gen|char_ram~52014_combout & ((\text_gen|char_ram~27332_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~52014_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~52014_combout ), + .datac(\text_gen|char_ram~28228_q ), + .datad(\text_gen|char_ram~27332_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52015 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~52015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y28_N19 +dffeas \text_gen|char_ram~27346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y28_N29 +dffeas \text_gen|char_ram~28242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y53_N23 +dffeas \text_gen|char_ram~27794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y45_N11 +dffeas \text_gen|char_ram~26898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~52012 ( +// Equation(s): +// \text_gen|char_ram~52012_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~27794_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~26898_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27794_q ), + .datac(\text_gen|char_ram~26898_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52012 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~52012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~52013 ( +// Equation(s): +// \text_gen|char_ram~52013_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~52012_combout & ((\text_gen|char_ram~28242_q ))) # (!\text_gen|char_ram~52012_combout & (\text_gen|char_ram~27346_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~52012_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27346_q ), + .datac(\text_gen|char_ram~28242_q ), + .datad(\text_gen|char_ram~52012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52013 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52016 ( +// Equation(s): +// \text_gen|char_ram~52016_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~52013_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~52015_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52015_combout ), + .datad(\text_gen|char_ram~52013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52016 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~52016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27836feeder ( +// Equation(s): +// \text_gen|char_ram~27836feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y61_N3 +dffeas \text_gen|char_ram~27836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y30_N15 +dffeas \text_gen|char_ram~28284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N17 +dffeas \text_gen|char_ram~26940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27388feeder ( +// Equation(s): +// \text_gen|char_ram~27388feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~27388feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27388feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27388feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y14_N7 +dffeas \text_gen|char_ram~27388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27388feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52010 ( +// Equation(s): +// \text_gen|char_ram~52010_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27388_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26940_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26940_q ), + .datad(\text_gen|char_ram~27388_q ), + .cin(gnd), + .combout(\text_gen|char_ram~52010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52010 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~52010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~52011 ( +// Equation(s): +// \text_gen|char_ram~52011_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~52010_combout & ((\text_gen|char_ram~28284_q ))) # (!\text_gen|char_ram~52010_combout & (\text_gen|char_ram~27836_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~52010_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27836_q ), + .datac(\text_gen|char_ram~28284_q ), + .datad(\text_gen|char_ram~52010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52011 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~52019 ( +// Equation(s): +// \text_gen|char_ram~52019_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~52016_combout & (\text_gen|char_ram~52018_combout )) # (!\text_gen|char_ram~52016_combout & ((\text_gen|char_ram~52011_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~52016_combout )))) + + .dataa(\text_gen|char_ram~52018_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~52016_combout ), + .datad(\text_gen|char_ram~52011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52019 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~52019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~52020 ( +// Equation(s): +// \text_gen|char_ram~52020_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~52009_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~52019_combout ))))) + + .dataa(\text_gen|char_ram~52009_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~52019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52020 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~52020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~52031 ( +// Equation(s): +// \text_gen|char_ram~52031_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~52020_combout & (\text_gen|char_ram~52030_combout )) # (!\text_gen|char_ram~52020_combout & ((\text_gen|char_ram~51999_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~52020_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~52030_combout ), + .datac(\text_gen|char_ram~51999_combout ), + .datad(\text_gen|char_ram~52020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52031 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y63_N27 +dffeas \text_gen|char_ram~26044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y66_N3 +dffeas \text_gen|char_ram~26058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y66_N5 +dffeas \text_gen|char_ram~25988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y66_N19 +dffeas \text_gen|char_ram~26002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y66_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51909 ( +// Equation(s): +// \text_gen|char_ram~51909_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~26002_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25988_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25988_q ), + .datad(\text_gen|char_ram~26002_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51909 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y66_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51910 ( +// Equation(s): +// \text_gen|char_ram~51910_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51909_combout & ((\text_gen|char_ram~26058_q ))) # (!\text_gen|char_ram~51909_combout & (\text_gen|char_ram~26044_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51909_combout )))) + + .dataa(\text_gen|char_ram~26044_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26058_q ), + .datad(\text_gen|char_ram~51909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51910 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26114feeder ( +// Equation(s): +// \text_gen|char_ram~26114feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26114feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26114feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26114feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y47_N31 +dffeas \text_gen|char_ram~26114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26114feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y50_N5 +dffeas \text_gen|char_ram~26170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y50_N11 +dffeas \text_gen|char_ram~26156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y50_N11 +dffeas \text_gen|char_ram~26100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51907 ( +// Equation(s): +// \text_gen|char_ram~51907_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~26156_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~26100_q ))))) + + .dataa(\text_gen|char_ram~26156_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26100_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51907 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51908 ( +// Equation(s): +// \text_gen|char_ram~51908_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51907_combout & ((\text_gen|char_ram~26170_q ))) # (!\text_gen|char_ram~51907_combout & (\text_gen|char_ram~26114_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51907_combout )))) + + .dataa(\text_gen|char_ram~26114_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26170_q ), + .datad(\text_gen|char_ram~51907_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51908 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51911 ( +// Equation(s): +// \text_gen|char_ram~51911_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~51908_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~51910_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51910_combout ), + .datad(\text_gen|char_ram~51908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51911 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26338feeder ( +// Equation(s): +// \text_gen|char_ram~26338feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y59_N23 +dffeas \text_gen|char_ram~26338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y63_N29 +dffeas \text_gen|char_ram~26324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y64_N1 +dffeas \text_gen|char_ram~26380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51912 ( +// Equation(s): +// \text_gen|char_ram~51912_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~26380_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~26324_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26324_q ), + .datad(\text_gen|char_ram~26380_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51912 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y50_N11 +dffeas \text_gen|char_ram~26394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51913 ( +// Equation(s): +// \text_gen|char_ram~51913_combout = (\text_gen|char_ram~51912_combout & (((\text_gen|char_ram~26394_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51912_combout & (\text_gen|char_ram~26338_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~26338_q ), + .datab(\text_gen|char_ram~51912_combout ), + .datac(\text_gen|char_ram~26394_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51913 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26268feeder ( +// Equation(s): +// \text_gen|char_ram~26268feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26268feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26268feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26268feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y59_N23 +dffeas \text_gen|char_ram~26268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26268feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y59_N11 +dffeas \text_gen|char_ram~26282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26226feeder ( +// Equation(s): +// \text_gen|char_ram~26226feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y59_N9 +dffeas \text_gen|char_ram~26226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y59_N21 +dffeas \text_gen|char_ram~26212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51905 ( +// Equation(s): +// \text_gen|char_ram~51905_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~26226_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~26212_q ))))) + + .dataa(\text_gen|char_ram~26226_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26212_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51905 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51906 ( +// Equation(s): +// \text_gen|char_ram~51906_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51905_combout & ((\text_gen|char_ram~26282_q ))) # (!\text_gen|char_ram~51905_combout & (\text_gen|char_ram~26268_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51905_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26268_q ), + .datac(\text_gen|char_ram~26282_q ), + .datad(\text_gen|char_ram~51905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51906 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51914 ( +// Equation(s): +// \text_gen|char_ram~51914_combout = (\text_gen|char_ram~51911_combout & (((\text_gen|char_ram~51913_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~51911_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51906_combout )))) + + .dataa(\text_gen|char_ram~51911_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51913_combout ), + .datad(\text_gen|char_ram~51906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51914 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25442feeder ( +// Equation(s): +// \text_gen|char_ram~25442feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y46_N19 +dffeas \text_gen|char_ram~25442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y50_N17 +dffeas \text_gen|char_ram~25498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y46_N13 +dffeas \text_gen|char_ram~25428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y45_N17 +dffeas \text_gen|char_ram~25484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51932 ( +// Equation(s): +// \text_gen|char_ram~51932_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25484_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25428_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25428_q ), + .datad(\text_gen|char_ram~25484_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51932 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51933 ( +// Equation(s): +// \text_gen|char_ram~51933_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51932_combout & ((\text_gen|char_ram~25498_q ))) # (!\text_gen|char_ram~51932_combout & (\text_gen|char_ram~25442_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51932_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25442_q ), + .datac(\text_gen|char_ram~25498_q ), + .datad(\text_gen|char_ram~51932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51933 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25162feeder ( +// Equation(s): +// \text_gen|char_ram~25162feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y50_N13 +dffeas \text_gen|char_ram~25162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y50_N27 +dffeas \text_gen|char_ram~25148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N11 +dffeas \text_gen|char_ram~25092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25106feeder ( +// Equation(s): +// \text_gen|char_ram~25106feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25106feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y49_N19 +dffeas \text_gen|char_ram~25106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51929 ( +// Equation(s): +// \text_gen|char_ram~51929_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25106_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25092_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25092_q ), + .datad(\text_gen|char_ram~25106_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51929 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51930 ( +// Equation(s): +// \text_gen|char_ram~51930_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51929_combout & (\text_gen|char_ram~25162_q )) # (!\text_gen|char_ram~51929_combout & ((\text_gen|char_ram~25148_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51929_combout )))) + + .dataa(\text_gen|char_ram~25162_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25148_q ), + .datad(\text_gen|char_ram~51929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51930 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y50_N29 +dffeas \text_gen|char_ram~25204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y50_N5 +dffeas \text_gen|char_ram~25260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51927 ( +// Equation(s): +// \text_gen|char_ram~51927_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~25260_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25204_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25204_q ), + .datad(\text_gen|char_ram~25260_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51927 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y50_N15 +dffeas \text_gen|char_ram~25274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y50_N21 +dffeas \text_gen|char_ram~25218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51928 ( +// Equation(s): +// \text_gen|char_ram~51928_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51927_combout & (\text_gen|char_ram~25274_q )) # (!\text_gen|char_ram~51927_combout & ((\text_gen|char_ram~25218_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51927_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51927_combout ), + .datac(\text_gen|char_ram~25274_q ), + .datad(\text_gen|char_ram~25218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51928 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51931 ( +// Equation(s): +// \text_gen|char_ram~51931_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~51928_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~51930_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51930_combout ), + .datad(\text_gen|char_ram~51928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51931 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y46_N27 +dffeas \text_gen|char_ram~25372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y46_N21 +dffeas \text_gen|char_ram~25386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N13 +dffeas \text_gen|char_ram~25316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25330feeder ( +// Equation(s): +// \text_gen|char_ram~25330feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25330feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y32_N27 +dffeas \text_gen|char_ram~25330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51925 ( +// Equation(s): +// \text_gen|char_ram~51925_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25330_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25316_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25316_q ), + .datad(\text_gen|char_ram~25330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51925 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51926 ( +// Equation(s): +// \text_gen|char_ram~51926_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51925_combout & ((\text_gen|char_ram~25386_q ))) # (!\text_gen|char_ram~51925_combout & (\text_gen|char_ram~25372_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51925_combout )))) + + .dataa(\text_gen|char_ram~25372_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25386_q ), + .datad(\text_gen|char_ram~51925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51926 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51934 ( +// Equation(s): +// \text_gen|char_ram~51934_combout = (\text_gen|char_ram~51931_combout & ((\text_gen|char_ram~51933_combout ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~51931_combout & (((\text_gen|Add5~2_combout & \text_gen|char_ram~51926_combout )))) + + .dataa(\text_gen|char_ram~51933_combout ), + .datab(\text_gen|char_ram~51931_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~51926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51934 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~51934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25820feeder ( +// Equation(s): +// \text_gen|char_ram~25820feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25820feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25820feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25820feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y17_N29 +dffeas \text_gen|char_ram~25820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25820feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y21_N31 +dffeas \text_gen|char_ram~25834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y21_N11 +dffeas \text_gen|char_ram~25764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y21_N5 +dffeas \text_gen|char_ram~25778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51917 ( +// Equation(s): +// \text_gen|char_ram~51917_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25778_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25764_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25764_q ), + .datad(\text_gen|char_ram~25778_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51917 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51918 ( +// Equation(s): +// \text_gen|char_ram~51918_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51917_combout & ((\text_gen|char_ram~25834_q ))) # (!\text_gen|char_ram~51917_combout & (\text_gen|char_ram~25820_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51917_combout )))) + + .dataa(\text_gen|char_ram~25820_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25834_q ), + .datad(\text_gen|char_ram~51917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51918 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y9_N5 +dffeas \text_gen|char_ram~25596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y18_N9 +dffeas \text_gen|char_ram~25610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y18_N29 +dffeas \text_gen|char_ram~25540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25554feeder ( +// Equation(s): +// \text_gen|char_ram~25554feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25554feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N27 +dffeas \text_gen|char_ram~25554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51919 ( +// Equation(s): +// \text_gen|char_ram~51919_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25554_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25540_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25540_q ), + .datad(\text_gen|char_ram~25554_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51919 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51920 ( +// Equation(s): +// \text_gen|char_ram~51920_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51919_combout & ((\text_gen|char_ram~25610_q ))) # (!\text_gen|char_ram~51919_combout & (\text_gen|char_ram~25596_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51919_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25596_q ), + .datac(\text_gen|char_ram~25610_q ), + .datad(\text_gen|char_ram~51919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51920 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51921 ( +// Equation(s): +// \text_gen|char_ram~51921_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51918_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~51920_combout & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~51918_combout ), + .datab(\text_gen|char_ram~51920_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51921 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~51921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25932feeder ( +// Equation(s): +// \text_gen|char_ram~25932feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25932feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25932feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25932feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N23 +dffeas \text_gen|char_ram~25932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25932feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y18_N11 +dffeas \text_gen|char_ram~25876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51922 ( +// Equation(s): +// \text_gen|char_ram~51922_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~25932_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~25876_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25932_q ), + .datac(\text_gen|char_ram~25876_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51922 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y18_N19 +dffeas \text_gen|char_ram~25946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y18_N25 +dffeas \text_gen|char_ram~25890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51923 ( +// Equation(s): +// \text_gen|char_ram~51923_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51922_combout & (\text_gen|char_ram~25946_q )) # (!\text_gen|char_ram~51922_combout & ((\text_gen|char_ram~25890_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51922_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51922_combout ), + .datac(\text_gen|char_ram~25946_q ), + .datad(\text_gen|char_ram~25890_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51923 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y18_N29 +dffeas \text_gen|char_ram~25652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25708feeder ( +// Equation(s): +// \text_gen|char_ram~25708feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25708feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25708feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25708feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y18_N25 +dffeas \text_gen|char_ram~25708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25708feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51915 ( +// Equation(s): +// \text_gen|char_ram~51915_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25708_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25652_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25652_q ), + .datad(\text_gen|char_ram~25708_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51915 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y18_N19 +dffeas \text_gen|char_ram~25722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25666feeder ( +// Equation(s): +// \text_gen|char_ram~25666feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~25666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N17 +dffeas \text_gen|char_ram~25666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51916 ( +// Equation(s): +// \text_gen|char_ram~51916_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51915_combout & (\text_gen|char_ram~25722_q )) # (!\text_gen|char_ram~51915_combout & ((\text_gen|char_ram~25666_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51915_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51915_combout ), + .datac(\text_gen|char_ram~25722_q ), + .datad(\text_gen|char_ram~25666_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51916 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51924 ( +// Equation(s): +// \text_gen|char_ram~51924_combout = (\text_gen|char_ram~51921_combout & (((\text_gen|char_ram~51923_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~51921_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51916_combout )))) + + .dataa(\text_gen|char_ram~51921_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51923_combout ), + .datad(\text_gen|char_ram~51916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51924 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51935 ( +// Equation(s): +// \text_gen|char_ram~51935_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~51924_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~51934_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~51934_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51924_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51935 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~51935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26716feeder ( +// Equation(s): +// \text_gen|char_ram~26716feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26716feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26716feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26716feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y33_N5 +dffeas \text_gen|char_ram~26716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26716feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y29_N21 +dffeas \text_gen|char_ram~26730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N23 +dffeas \text_gen|char_ram~26660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y36_N15 +dffeas \text_gen|char_ram~26674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51938 ( +// Equation(s): +// \text_gen|char_ram~51938_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~26674_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26660_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26660_q ), + .datad(\text_gen|char_ram~26674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51938 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51939 ( +// Equation(s): +// \text_gen|char_ram~51939_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51938_combout & ((\text_gen|char_ram~26730_q ))) # (!\text_gen|char_ram~51938_combout & (\text_gen|char_ram~26716_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51938_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26716_q ), + .datac(\text_gen|char_ram~26730_q ), + .datad(\text_gen|char_ram~51938_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51939 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y30_N15 +dffeas \text_gen|char_ram~26450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26436feeder ( +// Equation(s): +// \text_gen|char_ram~26436feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26436feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26436feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26436feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y22_N13 +dffeas \text_gen|char_ram~26436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26436feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51940 ( +// Equation(s): +// \text_gen|char_ram~51940_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~26450_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~26436_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26450_q ), + .datad(\text_gen|char_ram~26436_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51940 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y27_N29 +dffeas \text_gen|char_ram~26506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y30_N17 +dffeas \text_gen|char_ram~26492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51941 ( +// Equation(s): +// \text_gen|char_ram~51941_combout = (\text_gen|char_ram~51940_combout & (((\text_gen|char_ram~26506_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51940_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~26492_q )))) + + .dataa(\text_gen|char_ram~51940_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26506_q ), + .datad(\text_gen|char_ram~26492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51941 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51942 ( +// Equation(s): +// \text_gen|char_ram~51942_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~51939_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~51941_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51939_combout ), + .datad(\text_gen|char_ram~51941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51942 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26786feeder ( +// Equation(s): +// \text_gen|char_ram~26786feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~26786feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26786feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26786feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y29_N7 +dffeas \text_gen|char_ram~26786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26786feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y33_N21 +dffeas \text_gen|char_ram~26842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y35_N3 +dffeas \text_gen|char_ram~26772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y36_N21 +dffeas \text_gen|char_ram~26828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51943 ( +// Equation(s): +// \text_gen|char_ram~51943_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26828_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26772_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26772_q ), + .datad(\text_gen|char_ram~26828_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51943 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51944 ( +// Equation(s): +// \text_gen|char_ram~51944_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51943_combout & ((\text_gen|char_ram~26842_q ))) # (!\text_gen|char_ram~51943_combout & (\text_gen|char_ram~26786_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51943_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~26786_q ), + .datac(\text_gen|char_ram~26842_q ), + .datad(\text_gen|char_ram~51943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51944 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N21 +dffeas \text_gen|char_ram~26562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y33_N17 +dffeas \text_gen|char_ram~26618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y33_N27 +dffeas \text_gen|char_ram~26604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y33_N23 +dffeas \text_gen|char_ram~26548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51936 ( +// Equation(s): +// \text_gen|char_ram~51936_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~26604_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~26548_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~26604_q ), + .datac(\text_gen|char_ram~26548_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51936 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51937 ( +// Equation(s): +// \text_gen|char_ram~51937_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51936_combout & ((\text_gen|char_ram~26618_q ))) # (!\text_gen|char_ram~51936_combout & (\text_gen|char_ram~26562_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51936_combout )))) + + .dataa(\text_gen|char_ram~26562_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26618_q ), + .datad(\text_gen|char_ram~51936_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51937 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51945 ( +// Equation(s): +// \text_gen|char_ram~51945_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51942_combout & (\text_gen|char_ram~51944_combout )) # (!\text_gen|char_ram~51942_combout & ((\text_gen|char_ram~51937_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51942_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51942_combout ), + .datac(\text_gen|char_ram~51944_combout ), + .datad(\text_gen|char_ram~51937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51945 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51946 ( +// Equation(s): +// \text_gen|char_ram~51946_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51935_combout & ((\text_gen|char_ram~51945_combout ))) # (!\text_gen|char_ram~51935_combout & (\text_gen|char_ram~51914_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51935_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51914_combout ), + .datac(\text_gen|char_ram~51935_combout ), + .datad(\text_gen|char_ram~51945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51946 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~51946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22236feeder ( +// Equation(s): +// \text_gen|char_ram~22236feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y15_N27 +dffeas \text_gen|char_ram~22236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22236 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y15_N29 +dffeas \text_gen|char_ram~22250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N25 +dffeas \text_gen|char_ram~22180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22194feeder ( +// Equation(s): +// \text_gen|char_ram~22194feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22194feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22194feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22194feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N11 +dffeas \text_gen|char_ram~22194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22194feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51949 ( +// Equation(s): +// \text_gen|char_ram~51949_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~22194_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22180_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22180_q ), + .datad(\text_gen|char_ram~22194_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51949 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51950 ( +// Equation(s): +// \text_gen|char_ram~51950_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51949_combout & ((\text_gen|char_ram~22250_q ))) # (!\text_gen|char_ram~51949_combout & (\text_gen|char_ram~22236_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51949_combout )))) + + .dataa(\text_gen|char_ram~22236_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22250_q ), + .datad(\text_gen|char_ram~51949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51950 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21970feeder ( +// Equation(s): +// \text_gen|char_ram~21970feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y18_N19 +dffeas \text_gen|char_ram~21970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y18_N17 +dffeas \text_gen|char_ram~21956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51951 ( +// Equation(s): +// \text_gen|char_ram~51951_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~21970_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~21956_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21970_q ), + .datac(\text_gen|char_ram~21956_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51951 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y15_N9 +dffeas \text_gen|char_ram~22026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22012feeder ( +// Equation(s): +// \text_gen|char_ram~22012feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22012feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22012feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22012feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y12_N25 +dffeas \text_gen|char_ram~22012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22012feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51952 ( +// Equation(s): +// \text_gen|char_ram~51952_combout = (\text_gen|char_ram~51951_combout & (((\text_gen|char_ram~22026_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51951_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~22012_q )))) + + .dataa(\text_gen|char_ram~51951_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22026_q ), + .datad(\text_gen|char_ram~22012_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51952 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51953 ( +// Equation(s): +// \text_gen|char_ram~51953_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~51950_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~51952_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51950_combout ), + .datad(\text_gen|char_ram~51952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51953 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y15_N27 +dffeas \text_gen|char_ram~22306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y15_N29 +dffeas \text_gen|char_ram~22362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N3 +dffeas \text_gen|char_ram~22292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22348feeder ( +// Equation(s): +// \text_gen|char_ram~22348feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y12_N1 +dffeas \text_gen|char_ram~22348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51954 ( +// Equation(s): +// \text_gen|char_ram~51954_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22348_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22292_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22292_q ), + .datad(\text_gen|char_ram~22348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51954 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51955 ( +// Equation(s): +// \text_gen|char_ram~51955_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51954_combout & ((\text_gen|char_ram~22362_q ))) # (!\text_gen|char_ram~51954_combout & (\text_gen|char_ram~22306_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51954_combout )))) + + .dataa(\text_gen|char_ram~22306_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22362_q ), + .datad(\text_gen|char_ram~51954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51955 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y19_N19 +dffeas \text_gen|char_ram~22082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y19_N29 +dffeas \text_gen|char_ram~22138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y19_N3 +dffeas \text_gen|char_ram~22068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22124feeder ( +// Equation(s): +// \text_gen|char_ram~22124feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22124feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22124feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22124feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y23_N23 +dffeas \text_gen|char_ram~22124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22124feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51947 ( +// Equation(s): +// \text_gen|char_ram~51947_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22124_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22068_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22068_q ), + .datad(\text_gen|char_ram~22124_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51947 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51948 ( +// Equation(s): +// \text_gen|char_ram~51948_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51947_combout & ((\text_gen|char_ram~22138_q ))) # (!\text_gen|char_ram~51947_combout & (\text_gen|char_ram~22082_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51947_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22082_q ), + .datac(\text_gen|char_ram~22138_q ), + .datad(\text_gen|char_ram~51947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51948 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51956 ( +// Equation(s): +// \text_gen|char_ram~51956_combout = (\text_gen|char_ram~51953_combout & ((\text_gen|char_ram~51955_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~51953_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~51948_combout )))) + + .dataa(\text_gen|char_ram~51953_combout ), + .datab(\text_gen|char_ram~51955_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~51948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51956 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~51956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y31_N9 +dffeas \text_gen|char_ram~23188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N3 +dffeas \text_gen|char_ram~23244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51985 ( +// Equation(s): +// \text_gen|char_ram~51985_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~23244_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23188_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23188_q ), + .datad(\text_gen|char_ram~23244_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51985 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y29_N25 +dffeas \text_gen|char_ram~23258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y29_N3 +dffeas \text_gen|char_ram~23202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51986 ( +// Equation(s): +// \text_gen|char_ram~51986_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51985_combout & (\text_gen|char_ram~23258_q )) # (!\text_gen|char_ram~51985_combout & ((\text_gen|char_ram~23202_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51985_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51985_combout ), + .datac(\text_gen|char_ram~23258_q ), + .datad(\text_gen|char_ram~23202_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51986 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y32_N29 +dffeas \text_gen|char_ram~23132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y30_N23 +dffeas \text_gen|char_ram~23146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y30_N25 +dffeas \text_gen|char_ram~23090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y32_N15 +dffeas \text_gen|char_ram~23076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51980 ( +// Equation(s): +// \text_gen|char_ram~51980_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~23090_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~23076_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~23090_q ), + .datac(\text_gen|char_ram~23076_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51980 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51981 ( +// Equation(s): +// \text_gen|char_ram~51981_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51980_combout & ((\text_gen|char_ram~23146_q ))) # (!\text_gen|char_ram~51980_combout & (\text_gen|char_ram~23132_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51980_combout )))) + + .dataa(\text_gen|char_ram~23132_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23146_q ), + .datad(\text_gen|char_ram~51980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51981 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y30_N25 +dffeas \text_gen|char_ram~22908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y27_N29 +dffeas \text_gen|char_ram~22922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y29_N1 +dffeas \text_gen|char_ram~22866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N21 +dffeas \text_gen|char_ram~22852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51982 ( +// Equation(s): +// \text_gen|char_ram~51982_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~22866_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~22852_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~22866_q ), + .datac(\text_gen|char_ram~22852_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51982 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51983 ( +// Equation(s): +// \text_gen|char_ram~51983_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51982_combout & ((\text_gen|char_ram~22922_q ))) # (!\text_gen|char_ram~51982_combout & (\text_gen|char_ram~22908_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51982_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~22908_q ), + .datac(\text_gen|char_ram~22922_q ), + .datad(\text_gen|char_ram~51982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51983 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51984 ( +// Equation(s): +// \text_gen|char_ram~51984_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51981_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~51983_combout & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~51981_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51983_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51984 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y34_N25 +dffeas \text_gen|char_ram~22978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N5 +dffeas \text_gen|char_ram~22964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23020feeder ( +// Equation(s): +// \text_gen|char_ram~23020feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~23020feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23020feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23020feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y34_N15 +dffeas \text_gen|char_ram~23020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23020feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51978 ( +// Equation(s): +// \text_gen|char_ram~51978_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~23020_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22964_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22964_q ), + .datad(\text_gen|char_ram~23020_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51978 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y34_N27 +dffeas \text_gen|char_ram~23034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51979 ( +// Equation(s): +// \text_gen|char_ram~51979_combout = (\text_gen|char_ram~51978_combout & (((\text_gen|char_ram~23034_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51978_combout & (\text_gen|char_ram~22978_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~22978_q ), + .datab(\text_gen|char_ram~51978_combout ), + .datac(\text_gen|char_ram~23034_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51979 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51987 ( +// Equation(s): +// \text_gen|char_ram~51987_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51984_combout & (\text_gen|char_ram~51986_combout )) # (!\text_gen|char_ram~51984_combout & ((\text_gen|char_ram~51979_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51984_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51986_combout ), + .datac(\text_gen|char_ram~51984_combout ), + .datad(\text_gen|char_ram~51979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51987 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y67_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22684feeder ( +// Equation(s): +// \text_gen|char_ram~22684feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22684feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y67_N1 +dffeas \text_gen|char_ram~22684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y67_N23 +dffeas \text_gen|char_ram~22698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22642feeder ( +// Equation(s): +// \text_gen|char_ram~22642feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22642feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y51_N19 +dffeas \text_gen|char_ram~22642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y50_N3 +dffeas \text_gen|char_ram~22628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51957 ( +// Equation(s): +// \text_gen|char_ram~51957_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~22642_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~22628_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~22642_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22628_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51957 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y67_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51958 ( +// Equation(s): +// \text_gen|char_ram~51958_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51957_combout & ((\text_gen|char_ram~22698_q ))) # (!\text_gen|char_ram~51957_combout & (\text_gen|char_ram~22684_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51957_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~22684_q ), + .datac(\text_gen|char_ram~22698_q ), + .datad(\text_gen|char_ram~51957_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51958 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y55_N3 +dffeas \text_gen|char_ram~22754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y59_N31 +dffeas \text_gen|char_ram~22810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y59_N29 +dffeas \text_gen|char_ram~22740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y59_N5 +dffeas \text_gen|char_ram~22796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51964 ( +// Equation(s): +// \text_gen|char_ram~51964_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22796_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22740_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22740_q ), + .datad(\text_gen|char_ram~22796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51964 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51965 ( +// Equation(s): +// \text_gen|char_ram~51965_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51964_combout & ((\text_gen|char_ram~22810_q ))) # (!\text_gen|char_ram~51964_combout & (\text_gen|char_ram~22754_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51964_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22754_q ), + .datac(\text_gen|char_ram~22810_q ), + .datad(\text_gen|char_ram~51964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51965 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y60_N29 +dffeas \text_gen|char_ram~22460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y57_N29 +dffeas \text_gen|char_ram~22474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y57_N5 +dffeas \text_gen|char_ram~22404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y53_N9 +dffeas \text_gen|char_ram~22418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51961 ( +// Equation(s): +// \text_gen|char_ram~51961_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22418_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22404_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22404_q ), + .datad(\text_gen|char_ram~22418_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51961 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51962 ( +// Equation(s): +// \text_gen|char_ram~51962_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51961_combout & ((\text_gen|char_ram~22474_q ))) # (!\text_gen|char_ram~51961_combout & (\text_gen|char_ram~22460_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51961_combout )))) + + .dataa(\text_gen|char_ram~22460_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22474_q ), + .datad(\text_gen|char_ram~51961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51962 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y37_N15 +dffeas \text_gen|char_ram~22586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y37_N1 +dffeas \text_gen|char_ram~22530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22572feeder ( +// Equation(s): +// \text_gen|char_ram~22572feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~22572feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22572feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22572feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y37_N9 +dffeas \text_gen|char_ram~22572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22572feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y37_N25 +dffeas \text_gen|char_ram~22516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51959 ( +// Equation(s): +// \text_gen|char_ram~51959_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~22572_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~22516_q ))))) + + .dataa(\text_gen|char_ram~22572_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22516_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51959 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51960 ( +// Equation(s): +// \text_gen|char_ram~51960_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51959_combout & (\text_gen|char_ram~22586_q )) # (!\text_gen|char_ram~51959_combout & ((\text_gen|char_ram~22530_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51959_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22586_q ), + .datac(\text_gen|char_ram~22530_q ), + .datad(\text_gen|char_ram~51959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51960 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51963 ( +// Equation(s): +// \text_gen|char_ram~51963_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~51960_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~51962_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51962_combout ), + .datad(\text_gen|char_ram~51960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51963 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51966 ( +// Equation(s): +// \text_gen|char_ram~51966_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51963_combout & ((\text_gen|char_ram~51965_combout ))) # (!\text_gen|char_ram~51963_combout & (\text_gen|char_ram~51958_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51963_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~51958_combout ), + .datac(\text_gen|char_ram~51965_combout ), + .datad(\text_gen|char_ram~51963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51966 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y41_N7 +dffeas \text_gen|char_ram~21900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N15 +dffeas \text_gen|char_ram~21844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51974 ( +// Equation(s): +// \text_gen|char_ram~51974_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~21900_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~21844_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21900_q ), + .datac(\text_gen|char_ram~21844_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51974 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y46_N31 +dffeas \text_gen|char_ram~21914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y46_N1 +dffeas \text_gen|char_ram~21858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51975 ( +// Equation(s): +// \text_gen|char_ram~51975_combout = (\text_gen|char_ram~51974_combout & (((\text_gen|char_ram~21914_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51974_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~21858_q )))) + + .dataa(\text_gen|char_ram~51974_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21914_q ), + .datad(\text_gen|char_ram~21858_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51975 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y41_N7 +dffeas \text_gen|char_ram~21788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y46_N3 +dffeas \text_gen|char_ram~21802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y37_N11 +dffeas \text_gen|char_ram~21732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y46_N29 +dffeas \text_gen|char_ram~21746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51967 ( +// Equation(s): +// \text_gen|char_ram~51967_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21746_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21732_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21732_q ), + .datad(\text_gen|char_ram~21746_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51967 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51968 ( +// Equation(s): +// \text_gen|char_ram~51968_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51967_combout & ((\text_gen|char_ram~21802_q ))) # (!\text_gen|char_ram~51967_combout & (\text_gen|char_ram~21788_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51967_combout )))) + + .dataa(\text_gen|char_ram~21788_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21802_q ), + .datad(\text_gen|char_ram~51967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51968 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y35_N31 +dffeas \text_gen|char_ram~21564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y34_N5 +dffeas \text_gen|char_ram~21578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N21 +dffeas \text_gen|char_ram~21508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21522feeder ( +// Equation(s): +// \text_gen|char_ram~21522feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y33_N19 +dffeas \text_gen|char_ram~21522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51971 ( +// Equation(s): +// \text_gen|char_ram~51971_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~21522_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21508_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21508_q ), + .datad(\text_gen|char_ram~21522_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51971 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51972 ( +// Equation(s): +// \text_gen|char_ram~51972_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51971_combout & ((\text_gen|char_ram~21578_q ))) # (!\text_gen|char_ram~51971_combout & (\text_gen|char_ram~21564_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51971_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21564_q ), + .datac(\text_gen|char_ram~21578_q ), + .datad(\text_gen|char_ram~51971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51972 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21634feeder ( +// Equation(s): +// \text_gen|char_ram~21634feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y37_N17 +dffeas \text_gen|char_ram~21634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y34_N15 +dffeas \text_gen|char_ram~21690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N23 +dffeas \text_gen|char_ram~21620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21676feeder ( +// Equation(s): +// \text_gen|char_ram~21676feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~21676feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21676feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21676feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y26_N25 +dffeas \text_gen|char_ram~21676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21676feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51969 ( +// Equation(s): +// \text_gen|char_ram~51969_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~21676_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21620_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21620_q ), + .datad(\text_gen|char_ram~21676_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51969 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51970 ( +// Equation(s): +// \text_gen|char_ram~51970_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51969_combout & ((\text_gen|char_ram~21690_q ))) # (!\text_gen|char_ram~51969_combout & (\text_gen|char_ram~21634_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51969_combout )))) + + .dataa(\text_gen|char_ram~21634_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21690_q ), + .datad(\text_gen|char_ram~51969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51970 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51973 ( +// Equation(s): +// \text_gen|char_ram~51973_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~51970_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51972_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51972_combout ), + .datad(\text_gen|char_ram~51970_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51973 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51976 ( +// Equation(s): +// \text_gen|char_ram~51976_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51973_combout & (\text_gen|char_ram~51975_combout )) # (!\text_gen|char_ram~51973_combout & ((\text_gen|char_ram~51968_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51973_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~51975_combout ), + .datac(\text_gen|char_ram~51968_combout ), + .datad(\text_gen|char_ram~51973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51976 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51977 ( +// Equation(s): +// \text_gen|char_ram~51977_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~51966_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~51976_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51966_combout ), + .datad(\text_gen|char_ram~51976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51977 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51988 ( +// Equation(s): +// \text_gen|char_ram~51988_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51977_combout & ((\text_gen|char_ram~51987_combout ))) # (!\text_gen|char_ram~51977_combout & (\text_gen|char_ram~51956_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51977_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51956_combout ), + .datac(\text_gen|char_ram~51987_combout ), + .datad(\text_gen|char_ram~51977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51988 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51989 ( +// Equation(s): +// \text_gen|char_ram~51989_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~51946_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~51988_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51946_combout ), + .datad(\text_gen|char_ram~51988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51989 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~52032 ( +// Equation(s): +// \text_gen|char_ram~52032_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51989_combout & ((\text_gen|char_ram~52031_combout ))) # (!\text_gen|char_ram~51989_combout & (\text_gen|char_ram~51904_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~51989_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~51904_combout ), + .datac(\text_gen|char_ram~52031_combout ), + .datad(\text_gen|char_ram~51989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52032 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11484feeder ( +// Equation(s): +// \text_gen|char_ram~11484feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11484feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y16_N17 +dffeas \text_gen|char_ram~11484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11442feeder ( +// Equation(s): +// \text_gen|char_ram~11442feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y17_N9 +dffeas \text_gen|char_ram~11442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y16_N25 +dffeas \text_gen|char_ram~11428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51522 ( +// Equation(s): +// \text_gen|char_ram~51522_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~11442_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~11428_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11442_q ), + .datac(\text_gen|char_ram~11428_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51522 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11498feeder ( +// Equation(s): +// \text_gen|char_ram~11498feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y17_N21 +dffeas \text_gen|char_ram~11498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51523 ( +// Equation(s): +// \text_gen|char_ram~51523_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51522_combout & ((\text_gen|char_ram~11498_q ))) # (!\text_gen|char_ram~51522_combout & (\text_gen|char_ram~11484_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51522_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11484_q ), + .datac(\text_gen|char_ram~51522_combout ), + .datad(\text_gen|char_ram~11498_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51523 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~51523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y57_N27 +dffeas \text_gen|char_ram~11890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y54_N19 +dffeas \text_gen|char_ram~11946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y55_N17 +dffeas \text_gen|char_ram~11876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y55_N17 +dffeas \text_gen|char_ram~11932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51524 ( +// Equation(s): +// \text_gen|char_ram~51524_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~11932_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11876_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11876_q ), + .datad(\text_gen|char_ram~11932_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51524 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51525 ( +// Equation(s): +// \text_gen|char_ram~51525_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51524_combout & ((\text_gen|char_ram~11946_q ))) # (!\text_gen|char_ram~51524_combout & (\text_gen|char_ram~11890_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51524_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11890_q ), + .datac(\text_gen|char_ram~11946_q ), + .datad(\text_gen|char_ram~51524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51525 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y40_N17 +dffeas \text_gen|char_ram~11036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y47_N7 +dffeas \text_gen|char_ram~11050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y47_N3 +dffeas \text_gen|char_ram~10980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y47_N5 +dffeas \text_gen|char_ram~10994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51526 ( +// Equation(s): +// \text_gen|char_ram~51526_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10994_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10980_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10980_q ), + .datad(\text_gen|char_ram~10994_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51526 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51527 ( +// Equation(s): +// \text_gen|char_ram~51527_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51526_combout & ((\text_gen|char_ram~11050_q ))) # (!\text_gen|char_ram~51526_combout & (\text_gen|char_ram~11036_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51526_combout )))) + + .dataa(\text_gen|char_ram~11036_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11050_q ), + .datad(\text_gen|char_ram~51526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51527 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51528 ( +// Equation(s): +// \text_gen|char_ram~51528_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~51525_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~51527_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51525_combout ), + .datad(\text_gen|char_ram~51527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51528 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12380feeder ( +// Equation(s): +// \text_gen|char_ram~12380feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12380feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y34_N7 +dffeas \text_gen|char_ram~12380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N9 +dffeas \text_gen|char_ram~12324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51529 ( +// Equation(s): +// \text_gen|char_ram~51529_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~12380_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~12324_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~12380_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12324_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51529 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y32_N31 +dffeas \text_gen|char_ram~12394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12338feeder ( +// Equation(s): +// \text_gen|char_ram~12338feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y32_N17 +dffeas \text_gen|char_ram~12338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51530 ( +// Equation(s): +// \text_gen|char_ram~51530_combout = (\text_gen|char_ram~51529_combout & (((\text_gen|char_ram~12394_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51529_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~12338_q )))) + + .dataa(\text_gen|char_ram~51529_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12394_q ), + .datad(\text_gen|char_ram~12338_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51530 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51531 ( +// Equation(s): +// \text_gen|char_ram~51531_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51528_combout & ((\text_gen|char_ram~51530_combout ))) # (!\text_gen|char_ram~51528_combout & (\text_gen|char_ram~51523_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51528_combout )))) + + .dataa(\text_gen|char_ram~51523_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51528_combout ), + .datad(\text_gen|char_ram~51530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51531 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y34_N9 +dffeas \text_gen|char_ram~12226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y47_N21 +dffeas \text_gen|char_ram~12282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y29_N5 +dffeas \text_gen|char_ram~12212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12268feeder ( +// Equation(s): +// \text_gen|char_ram~12268feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12268feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12268feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12268feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y29_N7 +dffeas \text_gen|char_ram~12268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12268feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51539 ( +// Equation(s): +// \text_gen|char_ram~51539_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12268_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12212_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12212_q ), + .datad(\text_gen|char_ram~12268_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51539 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51540 ( +// Equation(s): +// \text_gen|char_ram~51540_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51539_combout & ((\text_gen|char_ram~12282_q ))) # (!\text_gen|char_ram~51539_combout & (\text_gen|char_ram~12226_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51539_combout )))) + + .dataa(\text_gen|char_ram~12226_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12282_q ), + .datad(\text_gen|char_ram~51539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51540 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y51_N31 +dffeas \text_gen|char_ram~10882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y50_N1 +dffeas \text_gen|char_ram~10868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51536 ( +// Equation(s): +// \text_gen|char_ram~51536_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~10882_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~10868_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10882_q ), + .datac(\text_gen|char_ram~10868_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51536 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y49_N13 +dffeas \text_gen|char_ram~10938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10924feeder ( +// Equation(s): +// \text_gen|char_ram~10924feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10924feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10924feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10924feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y50_N9 +dffeas \text_gen|char_ram~10924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10924feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51537 ( +// Equation(s): +// \text_gen|char_ram~51537_combout = (\text_gen|char_ram~51536_combout & (((\text_gen|char_ram~10938_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51536_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10924_q )))) + + .dataa(\text_gen|char_ram~51536_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10938_q ), + .datad(\text_gen|char_ram~10924_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51537 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11372feeder ( +// Equation(s): +// \text_gen|char_ram~11372feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11372feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y25_N29 +dffeas \text_gen|char_ram~11372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y23_N5 +dffeas \text_gen|char_ram~11386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y25_N23 +dffeas \text_gen|char_ram~11316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y24_N23 +dffeas \text_gen|char_ram~11330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51534 ( +// Equation(s): +// \text_gen|char_ram~51534_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~11330_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11316_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11316_q ), + .datad(\text_gen|char_ram~11330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51534 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51535 ( +// Equation(s): +// \text_gen|char_ram~51535_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51534_combout & ((\text_gen|char_ram~11386_q ))) # (!\text_gen|char_ram~51534_combout & (\text_gen|char_ram~11372_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51534_combout )))) + + .dataa(\text_gen|char_ram~11372_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11386_q ), + .datad(\text_gen|char_ram~51534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51535 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51538 ( +// Equation(s): +// \text_gen|char_ram~51538_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~51535_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~51537_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51537_combout ), + .datad(\text_gen|char_ram~51535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51538 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y51_N1 +dffeas \text_gen|char_ram~11778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y47_N7 +dffeas \text_gen|char_ram~11834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y50_N23 +dffeas \text_gen|char_ram~11764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11820feeder ( +// Equation(s): +// \text_gen|char_ram~11820feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11820feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11820feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11820feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y50_N3 +dffeas \text_gen|char_ram~11820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11820feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51532 ( +// Equation(s): +// \text_gen|char_ram~51532_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~11820_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11764_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11764_q ), + .datad(\text_gen|char_ram~11820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51532 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51533 ( +// Equation(s): +// \text_gen|char_ram~51533_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51532_combout & ((\text_gen|char_ram~11834_q ))) # (!\text_gen|char_ram~51532_combout & (\text_gen|char_ram~11778_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51532_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11778_q ), + .datac(\text_gen|char_ram~11834_q ), + .datad(\text_gen|char_ram~51532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51533 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51541 ( +// Equation(s): +// \text_gen|char_ram~51541_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51538_combout & (\text_gen|char_ram~51540_combout )) # (!\text_gen|char_ram~51538_combout & ((\text_gen|char_ram~51533_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51538_combout )))) + + .dataa(\text_gen|char_ram~51540_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51538_combout ), + .datad(\text_gen|char_ram~51533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51541 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~51541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y30_N13 +dffeas \text_gen|char_ram~12100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y30_N29 +dffeas \text_gen|char_ram~12156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51549 ( +// Equation(s): +// \text_gen|char_ram~51549_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12156_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~12100_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12100_q ), + .datad(\text_gen|char_ram~12156_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51549 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y30_N3 +dffeas \text_gen|char_ram~12170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y30_N29 +dffeas \text_gen|char_ram~12114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51550 ( +// Equation(s): +// \text_gen|char_ram~51550_combout = (\text_gen|char_ram~51549_combout & (((\text_gen|char_ram~12170_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51549_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~12114_q )))) + + .dataa(\text_gen|char_ram~51549_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12170_q ), + .datad(\text_gen|char_ram~12114_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51550 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y14_N15 +dffeas \text_gen|char_ram~11204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11218feeder ( +// Equation(s): +// \text_gen|char_ram~11218feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y18_N21 +dffeas \text_gen|char_ram~11218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51542 ( +// Equation(s): +// \text_gen|char_ram~51542_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~11218_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11204_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11204_q ), + .datad(\text_gen|char_ram~11218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51542 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y18_N3 +dffeas \text_gen|char_ram~11274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y14_N17 +dffeas \text_gen|char_ram~11260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51543 ( +// Equation(s): +// \text_gen|char_ram~51543_combout = (\text_gen|char_ram~51542_combout & (((\text_gen|char_ram~11274_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51542_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~11260_q )))) + + .dataa(\text_gen|char_ram~51542_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11274_q ), + .datad(\text_gen|char_ram~11260_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51543 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y47_N17 +dffeas \text_gen|char_ram~10756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10770feeder ( +// Equation(s): +// \text_gen|char_ram~10770feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10770feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y47_N11 +dffeas \text_gen|char_ram~10770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51546 ( +// Equation(s): +// \text_gen|char_ram~51546_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10770_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10756_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10756_q ), + .datad(\text_gen|char_ram~10770_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51546 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y50_N23 +dffeas \text_gen|char_ram~10826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10812feeder ( +// Equation(s): +// \text_gen|char_ram~10812feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10812feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10812feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10812feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N11 +dffeas \text_gen|char_ram~10812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10812feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51547 ( +// Equation(s): +// \text_gen|char_ram~51547_combout = (\text_gen|char_ram~51546_combout & (((\text_gen|char_ram~10826_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51546_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10812_q )))) + + .dataa(\text_gen|char_ram~51546_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10826_q ), + .datad(\text_gen|char_ram~10812_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51547 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11666feeder ( +// Equation(s): +// \text_gen|char_ram~11666feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N7 +dffeas \text_gen|char_ram~11666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y59_N7 +dffeas \text_gen|char_ram~11722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y63_N23 +dffeas \text_gen|char_ram~11652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N7 +dffeas \text_gen|char_ram~11708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51544 ( +// Equation(s): +// \text_gen|char_ram~51544_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~11708_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11652_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11652_q ), + .datad(\text_gen|char_ram~11708_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51544 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51545 ( +// Equation(s): +// \text_gen|char_ram~51545_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51544_combout & ((\text_gen|char_ram~11722_q ))) # (!\text_gen|char_ram~51544_combout & (\text_gen|char_ram~11666_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51544_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~11666_q ), + .datac(\text_gen|char_ram~11722_q ), + .datad(\text_gen|char_ram~51544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51545 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51548 ( +// Equation(s): +// \text_gen|char_ram~51548_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~51545_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~51547_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51547_combout ), + .datad(\text_gen|char_ram~51545_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51548 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51551 ( +// Equation(s): +// \text_gen|char_ram~51551_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51548_combout & (\text_gen|char_ram~51550_combout )) # (!\text_gen|char_ram~51548_combout & ((\text_gen|char_ram~51543_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51548_combout )))) + + .dataa(\text_gen|char_ram~51550_combout ), + .datab(\text_gen|char_ram~51543_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~51548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51551 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~51551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51552 ( +// Equation(s): +// \text_gen|char_ram~51552_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~51541_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~51551_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51541_combout ), + .datad(\text_gen|char_ram~51551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51552 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y34_N15 +dffeas \text_gen|char_ram~12436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y34_N19 +dffeas \text_gen|char_ram~12492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51560 ( +// Equation(s): +// \text_gen|char_ram~51560_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~12492_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12436_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12436_q ), + .datad(\text_gen|char_ram~12492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51560 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y33_N17 +dffeas \text_gen|char_ram~12506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12450feeder ( +// Equation(s): +// \text_gen|char_ram~12450feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12450feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12450feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12450feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N23 +dffeas \text_gen|char_ram~12450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12450feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51561 ( +// Equation(s): +// \text_gen|char_ram~51561_combout = (\text_gen|char_ram~51560_combout & (((\text_gen|char_ram~12506_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51560_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~12450_q )))) + + .dataa(\text_gen|char_ram~51560_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12506_q ), + .datad(\text_gen|char_ram~12450_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51561 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N17 +dffeas \text_gen|char_ram~11596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y18_N7 +dffeas \text_gen|char_ram~11610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y14_N11 +dffeas \text_gen|char_ram~11540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11554feeder ( +// Equation(s): +// \text_gen|char_ram~11554feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11554feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y17_N17 +dffeas \text_gen|char_ram~11554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51555 ( +// Equation(s): +// \text_gen|char_ram~51555_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~11554_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11540_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11540_q ), + .datad(\text_gen|char_ram~11554_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51555 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51556 ( +// Equation(s): +// \text_gen|char_ram~51556_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51555_combout & ((\text_gen|char_ram~11610_q ))) # (!\text_gen|char_ram~51555_combout & (\text_gen|char_ram~11596_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51555_combout )))) + + .dataa(\text_gen|char_ram~11596_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11610_q ), + .datad(\text_gen|char_ram~51555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51556 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y47_N7 +dffeas \text_gen|char_ram~11092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11106feeder ( +// Equation(s): +// \text_gen|char_ram~11106feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11106feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y47_N29 +dffeas \text_gen|char_ram~11106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51557 ( +// Equation(s): +// \text_gen|char_ram~51557_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~11106_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11092_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11092_q ), + .datad(\text_gen|char_ram~11106_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51557 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y47_N25 +dffeas \text_gen|char_ram~11162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11148feeder ( +// Equation(s): +// \text_gen|char_ram~11148feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~11148feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11148feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11148feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N29 +dffeas \text_gen|char_ram~11148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11148feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51558 ( +// Equation(s): +// \text_gen|char_ram~51558_combout = (\text_gen|char_ram~51557_combout & (((\text_gen|char_ram~11162_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51557_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~11148_q )))) + + .dataa(\text_gen|char_ram~51557_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11162_q ), + .datad(\text_gen|char_ram~11148_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51558 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51559 ( +// Equation(s): +// \text_gen|char_ram~51559_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~51556_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~51558_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51556_combout ), + .datad(\text_gen|char_ram~51558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51559 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y63_N25 +dffeas \text_gen|char_ram~11988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N25 +dffeas \text_gen|char_ram~12044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51553 ( +// Equation(s): +// \text_gen|char_ram~51553_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~12044_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~11988_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11988_q ), + .datad(\text_gen|char_ram~12044_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51553 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y71_N29 +dffeas \text_gen|char_ram~12002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y71_N15 +dffeas \text_gen|char_ram~12058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y71_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51554 ( +// Equation(s): +// \text_gen|char_ram~51554_combout = (\text_gen|char_ram~51553_combout & (((\text_gen|char_ram~12058_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51553_combout & (\text_gen|char_ram~12002_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~51553_combout ), + .datab(\text_gen|char_ram~12002_q ), + .datac(\text_gen|char_ram~12058_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51554 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~51554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51562 ( +// Equation(s): +// \text_gen|char_ram~51562_combout = (\text_gen|char_ram~51559_combout & ((\text_gen|char_ram~51561_combout ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~51559_combout & (((\text_gen|Add5~6_combout & \text_gen|char_ram~51554_combout )))) + + .dataa(\text_gen|char_ram~51561_combout ), + .datab(\text_gen|char_ram~51559_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51562 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~51562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51563 ( +// Equation(s): +// \text_gen|char_ram~51563_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51552_combout & ((\text_gen|char_ram~51562_combout ))) # (!\text_gen|char_ram~51552_combout & (\text_gen|char_ram~51531_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51552_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~51531_combout ), + .datac(\text_gen|char_ram~51552_combout ), + .datad(\text_gen|char_ram~51562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51563 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~51563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14018feeder ( +// Equation(s): +// \text_gen|char_ram~14018feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14018feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y34_N23 +dffeas \text_gen|char_ram~14018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y34_N29 +dffeas \text_gen|char_ram~14074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N27 +dffeas \text_gen|char_ram~14004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14060feeder ( +// Equation(s): +// \text_gen|char_ram~14060feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14060feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14060feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14060feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y32_N21 +dffeas \text_gen|char_ram~14060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14060feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51656 ( +// Equation(s): +// \text_gen|char_ram~51656_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~14060_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14004_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14004_q ), + .datad(\text_gen|char_ram~14060_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51656 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51657 ( +// Equation(s): +// \text_gen|char_ram~51657_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51656_combout & ((\text_gen|char_ram~14074_q ))) # (!\text_gen|char_ram~51656_combout & (\text_gen|char_ram~14018_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51656_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14018_q ), + .datac(\text_gen|char_ram~14074_q ), + .datad(\text_gen|char_ram~51656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51657 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y36_N29 +dffeas \text_gen|char_ram~13556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13612feeder ( +// Equation(s): +// \text_gen|char_ram~13612feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13612feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13612feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13612feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y32_N27 +dffeas \text_gen|char_ram~13612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13612feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51649 ( +// Equation(s): +// \text_gen|char_ram~51649_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~13612_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13556_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13556_q ), + .datad(\text_gen|char_ram~13612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51649 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y36_N25 +dffeas \text_gen|char_ram~13626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y53_N29 +dffeas \text_gen|char_ram~13570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51650 ( +// Equation(s): +// \text_gen|char_ram~51650_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51649_combout & (\text_gen|char_ram~13626_q )) # (!\text_gen|char_ram~51649_combout & ((\text_gen|char_ram~13570_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51649_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51649_combout ), + .datac(\text_gen|char_ram~13626_q ), + .datad(\text_gen|char_ram~13570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51650 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13164feeder ( +// Equation(s): +// \text_gen|char_ram~13164feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13164feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y18_N31 +dffeas \text_gen|char_ram~13164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y17_N23 +dffeas \text_gen|char_ram~13178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13178 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y17_N29 +dffeas \text_gen|char_ram~13108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13122feeder ( +// Equation(s): +// \text_gen|char_ram~13122feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13122feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y22_N31 +dffeas \text_gen|char_ram~13122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51651 ( +// Equation(s): +// \text_gen|char_ram~51651_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~13122_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13108_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13108_q ), + .datad(\text_gen|char_ram~13122_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51651 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51652 ( +// Equation(s): +// \text_gen|char_ram~51652_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51651_combout & ((\text_gen|char_ram~13178_q ))) # (!\text_gen|char_ram~51651_combout & (\text_gen|char_ram~13164_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51651_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13164_q ), + .datac(\text_gen|char_ram~13178_q ), + .datad(\text_gen|char_ram~51651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51652 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y41_N3 +dffeas \text_gen|char_ram~12716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y48_N29 +dffeas \text_gen|char_ram~12730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y45_N25 +dffeas \text_gen|char_ram~12660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12674feeder ( +// Equation(s): +// \text_gen|char_ram~12674feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12674feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N1 +dffeas \text_gen|char_ram~12674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51653 ( +// Equation(s): +// \text_gen|char_ram~51653_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~12674_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12660_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12660_q ), + .datad(\text_gen|char_ram~12674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51653 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51654 ( +// Equation(s): +// \text_gen|char_ram~51654_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51653_combout & ((\text_gen|char_ram~12730_q ))) # (!\text_gen|char_ram~51653_combout & (\text_gen|char_ram~12716_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51653_combout )))) + + .dataa(\text_gen|char_ram~12716_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12730_q ), + .datad(\text_gen|char_ram~51653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51654 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51655 ( +// Equation(s): +// \text_gen|char_ram~51655_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~51652_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~51654_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51652_combout ), + .datad(\text_gen|char_ram~51654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51655 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51658 ( +// Equation(s): +// \text_gen|char_ram~51658_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51655_combout & (\text_gen|char_ram~51657_combout )) # (!\text_gen|char_ram~51655_combout & ((\text_gen|char_ram~51650_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51655_combout )))) + + .dataa(\text_gen|char_ram~51657_combout ), + .datab(\text_gen|char_ram~51650_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51658 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~51658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y55_N3 +dffeas \text_gen|char_ram~13794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y61_N7 +dffeas \text_gen|char_ram~13850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y61_N11 +dffeas \text_gen|char_ram~13836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y61_N17 +dffeas \text_gen|char_ram~13780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51680 ( +// Equation(s): +// \text_gen|char_ram~51680_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~13836_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~13780_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~13836_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13780_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51680 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51681 ( +// Equation(s): +// \text_gen|char_ram~51681_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51680_combout & ((\text_gen|char_ram~13850_q ))) # (!\text_gen|char_ram~51680_combout & (\text_gen|char_ram~13794_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51680_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13794_q ), + .datac(\text_gen|char_ram~13850_q ), + .datad(\text_gen|char_ram~51680_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51681 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y32_N29 +dffeas \text_gen|char_ram~14242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y48_N5 +dffeas \text_gen|char_ram~14298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y34_N5 +dffeas \text_gen|char_ram~14228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14284feeder ( +// Equation(s): +// \text_gen|char_ram~14284feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14284feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14284feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14284feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y33_N11 +dffeas \text_gen|char_ram~14284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14284feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51687 ( +// Equation(s): +// \text_gen|char_ram~51687_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~14284_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14228_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14228_q ), + .datad(\text_gen|char_ram~14284_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51687 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51688 ( +// Equation(s): +// \text_gen|char_ram~51688_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51687_combout & ((\text_gen|char_ram~14298_q ))) # (!\text_gen|char_ram~51687_combout & (\text_gen|char_ram~14242_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51687_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14242_q ), + .datac(\text_gen|char_ram~14298_q ), + .datad(\text_gen|char_ram~51687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51688 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13388feeder ( +// Equation(s): +// \text_gen|char_ram~13388feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13388feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13388feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13388feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y14_N31 +dffeas \text_gen|char_ram~13388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13388feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y13_N1 +dffeas \text_gen|char_ram~13402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y13_N15 +dffeas \text_gen|char_ram~13332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y17_N23 +dffeas \text_gen|char_ram~13346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51682 ( +// Equation(s): +// \text_gen|char_ram~51682_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~13346_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13332_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13332_q ), + .datad(\text_gen|char_ram~13346_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51682 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51683 ( +// Equation(s): +// \text_gen|char_ram~51683_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51682_combout & ((\text_gen|char_ram~13402_q ))) # (!\text_gen|char_ram~51682_combout & (\text_gen|char_ram~13388_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51682_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13388_q ), + .datac(\text_gen|char_ram~13402_q ), + .datad(\text_gen|char_ram~51682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51683 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y48_N13 +dffeas \text_gen|char_ram~12884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N29 +dffeas \text_gen|char_ram~12898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51684 ( +// Equation(s): +// \text_gen|char_ram~51684_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~12898_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12884_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12884_q ), + .datad(\text_gen|char_ram~12898_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51684 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y48_N13 +dffeas \text_gen|char_ram~12954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y45_N31 +dffeas \text_gen|char_ram~12940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51685 ( +// Equation(s): +// \text_gen|char_ram~51685_combout = (\text_gen|char_ram~51684_combout & (((\text_gen|char_ram~12954_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51684_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~12940_q )))) + + .dataa(\text_gen|char_ram~51684_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12954_q ), + .datad(\text_gen|char_ram~12940_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51685 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51686 ( +// Equation(s): +// \text_gen|char_ram~51686_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~51683_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~51685_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51683_combout ), + .datad(\text_gen|char_ram~51685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51686 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51689 ( +// Equation(s): +// \text_gen|char_ram~51689_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51686_combout & ((\text_gen|char_ram~51688_combout ))) # (!\text_gen|char_ram~51686_combout & (\text_gen|char_ram~51681_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51686_combout )))) + + .dataa(\text_gen|char_ram~51681_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51688_combout ), + .datad(\text_gen|char_ram~51686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51689 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y57_N13 +dffeas \text_gen|char_ram~13458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y61_N9 +dffeas \text_gen|char_ram~13514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y61_N11 +dffeas \text_gen|char_ram~13444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y65_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13500feeder ( +// Equation(s): +// \text_gen|char_ram~13500feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13500feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y65_N3 +dffeas \text_gen|char_ram~13500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51671 ( +// Equation(s): +// \text_gen|char_ram~51671_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~13500_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13444_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13444_q ), + .datad(\text_gen|char_ram~13500_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51671 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51672 ( +// Equation(s): +// \text_gen|char_ram~51672_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51671_combout & ((\text_gen|char_ram~13514_q ))) # (!\text_gen|char_ram~51671_combout & (\text_gen|char_ram~13458_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51671_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13458_q ), + .datac(\text_gen|char_ram~13514_q ), + .datad(\text_gen|char_ram~51671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51672 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y48_N17 +dffeas \text_gen|char_ram~12548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y48_N19 +dffeas \text_gen|char_ram~12562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51673 ( +// Equation(s): +// \text_gen|char_ram~51673_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~12562_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~12548_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12548_q ), + .datad(\text_gen|char_ram~12562_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51673 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y48_N17 +dffeas \text_gen|char_ram~12618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12604feeder ( +// Equation(s): +// \text_gen|char_ram~12604feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~12604feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12604feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12604feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y45_N17 +dffeas \text_gen|char_ram~12604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12604feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51674 ( +// Equation(s): +// \text_gen|char_ram~51674_combout = (\text_gen|char_ram~51673_combout & (((\text_gen|char_ram~12618_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51673_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~12604_q )))) + + .dataa(\text_gen|char_ram~51673_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12618_q ), + .datad(\text_gen|char_ram~12604_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51674 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51675 ( +// Equation(s): +// \text_gen|char_ram~51675_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~51672_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~51674_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51672_combout ), + .datad(\text_gen|char_ram~51674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51675 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y30_N7 +dffeas \text_gen|char_ram~13948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y31_N29 +dffeas \text_gen|char_ram~13892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51676 ( +// Equation(s): +// \text_gen|char_ram~51676_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~13948_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~13892_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13948_q ), + .datac(\text_gen|char_ram~13892_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51676 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y30_N19 +dffeas \text_gen|char_ram~13962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y29_N1 +dffeas \text_gen|char_ram~13906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51677 ( +// Equation(s): +// \text_gen|char_ram~51677_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51676_combout & (\text_gen|char_ram~13962_q )) # (!\text_gen|char_ram~51676_combout & ((\text_gen|char_ram~13906_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51676_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51676_combout ), + .datac(\text_gen|char_ram~13962_q ), + .datad(\text_gen|char_ram~13906_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51677 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13052feeder ( +// Equation(s): +// \text_gen|char_ram~13052feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13052feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13052feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13052feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y14_N27 +dffeas \text_gen|char_ram~13052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13052feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y10_N1 +dffeas \text_gen|char_ram~13066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y14_N15 +dffeas \text_gen|char_ram~12996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13010feeder ( +// Equation(s): +// \text_gen|char_ram~13010feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13010feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y18_N13 +dffeas \text_gen|char_ram~13010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51669 ( +// Equation(s): +// \text_gen|char_ram~51669_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~13010_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12996_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12996_q ), + .datad(\text_gen|char_ram~13010_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51669 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51670 ( +// Equation(s): +// \text_gen|char_ram~51670_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51669_combout & ((\text_gen|char_ram~13066_q ))) # (!\text_gen|char_ram~51669_combout & (\text_gen|char_ram~13052_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51669_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13052_q ), + .datac(\text_gen|char_ram~13066_q ), + .datad(\text_gen|char_ram~51669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51670 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51678 ( +// Equation(s): +// \text_gen|char_ram~51678_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51675_combout & (\text_gen|char_ram~51677_combout )) # (!\text_gen|char_ram~51675_combout & ((\text_gen|char_ram~51670_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~51675_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51675_combout ), + .datac(\text_gen|char_ram~51677_combout ), + .datad(\text_gen|char_ram~51670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51678 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14130feeder ( +// Equation(s): +// \text_gen|char_ram~14130feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~14130feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14130feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14130feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y32_N15 +dffeas \text_gen|char_ram~14130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14130feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y32_N5 +dffeas \text_gen|char_ram~14186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N11 +dffeas \text_gen|char_ram~14116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y34_N29 +dffeas \text_gen|char_ram~14172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51666 ( +// Equation(s): +// \text_gen|char_ram~51666_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~14172_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14116_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14116_q ), + .datad(\text_gen|char_ram~14172_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51666 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51667 ( +// Equation(s): +// \text_gen|char_ram~51667_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51666_combout & ((\text_gen|char_ram~14186_q ))) # (!\text_gen|char_ram~51666_combout & (\text_gen|char_ram~14130_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51666_combout )))) + + .dataa(\text_gen|char_ram~14130_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14186_q ), + .datad(\text_gen|char_ram~51666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51667 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y18_N21 +dffeas \text_gen|char_ram~13234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y18_N15 +dffeas \text_gen|char_ram~13220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51659 ( +// Equation(s): +// \text_gen|char_ram~51659_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~13234_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~13220_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13234_q ), + .datad(\text_gen|char_ram~13220_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51659 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y18_N19 +dffeas \text_gen|char_ram~13290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y17_N15 +dffeas \text_gen|char_ram~13276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51660 ( +// Equation(s): +// \text_gen|char_ram~51660_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51659_combout & (\text_gen|char_ram~13290_q )) # (!\text_gen|char_ram~51659_combout & ((\text_gen|char_ram~13276_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~51659_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51659_combout ), + .datac(\text_gen|char_ram~13290_q ), + .datad(\text_gen|char_ram~13276_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51660 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y61_N29 +dffeas \text_gen|char_ram~13682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y61_N3 +dffeas \text_gen|char_ram~13738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y57_N27 +dffeas \text_gen|char_ram~13668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13724feeder ( +// Equation(s): +// \text_gen|char_ram~13724feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~13724feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13724feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13724feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y57_N13 +dffeas \text_gen|char_ram~13724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13724feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51661 ( +// Equation(s): +// \text_gen|char_ram~51661_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~13724_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13668_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13668_q ), + .datad(\text_gen|char_ram~13724_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51661 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51662 ( +// Equation(s): +// \text_gen|char_ram~51662_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51661_combout & ((\text_gen|char_ram~13738_q ))) # (!\text_gen|char_ram~51661_combout & (\text_gen|char_ram~13682_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51661_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13682_q ), + .datac(\text_gen|char_ram~13738_q ), + .datad(\text_gen|char_ram~51661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51662 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y40_N11 +dffeas \text_gen|char_ram~12828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y41_N29 +dffeas \text_gen|char_ram~12842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y41_N19 +dffeas \text_gen|char_ram~12772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N31 +dffeas \text_gen|char_ram~12786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51663 ( +// Equation(s): +// \text_gen|char_ram~51663_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~12786_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12772_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12772_q ), + .datad(\text_gen|char_ram~12786_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51663 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51664 ( +// Equation(s): +// \text_gen|char_ram~51664_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51663_combout & ((\text_gen|char_ram~12842_q ))) # (!\text_gen|char_ram~51663_combout & (\text_gen|char_ram~12828_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51663_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~12828_q ), + .datac(\text_gen|char_ram~12842_q ), + .datad(\text_gen|char_ram~51663_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51664 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51665 ( +// Equation(s): +// \text_gen|char_ram~51665_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~51662_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~51664_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51662_combout ), + .datad(\text_gen|char_ram~51664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51665 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51668 ( +// Equation(s): +// \text_gen|char_ram~51668_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51665_combout & (\text_gen|char_ram~51667_combout )) # (!\text_gen|char_ram~51665_combout & ((\text_gen|char_ram~51660_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51665_combout )))) + + .dataa(\text_gen|char_ram~51667_combout ), + .datab(\text_gen|char_ram~51660_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~51665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51668 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~51668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51679 ( +// Equation(s): +// \text_gen|char_ram~51679_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~51668_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~51678_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51678_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~51668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51679 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~51679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51690 ( +// Equation(s): +// \text_gen|char_ram~51690_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51679_combout & ((\text_gen|char_ram~51689_combout ))) # (!\text_gen|char_ram~51679_combout & (\text_gen|char_ram~51658_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51679_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51658_combout ), + .datac(\text_gen|char_ram~51689_combout ), + .datad(\text_gen|char_ram~51679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51690 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y57_N19 +dffeas \text_gen|char_ram~8418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y53_N13 +dffeas \text_gen|char_ram~8474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y53_N11 +dffeas \text_gen|char_ram~8404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y60_N27 +dffeas \text_gen|char_ram~8460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51637 ( +// Equation(s): +// \text_gen|char_ram~51637_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8460_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8404_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8404_q ), + .datad(\text_gen|char_ram~8460_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51637 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51638 ( +// Equation(s): +// \text_gen|char_ram~51638_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51637_combout & ((\text_gen|char_ram~8474_q ))) # (!\text_gen|char_ram~51637_combout & (\text_gen|char_ram~8418_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51637_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8418_q ), + .datac(\text_gen|char_ram~8474_q ), + .datad(\text_gen|char_ram~51637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51638 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8866feeder ( +// Equation(s): +// \text_gen|char_ram~8866feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8866feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y32_N21 +dffeas \text_gen|char_ram~8866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y32_N3 +dffeas \text_gen|char_ram~8922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y30_N3 +dffeas \text_gen|char_ram~8908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y34_N27 +dffeas \text_gen|char_ram~8852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51644 ( +// Equation(s): +// \text_gen|char_ram~51644_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~8908_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~8852_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~8908_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8852_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51644 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51645 ( +// Equation(s): +// \text_gen|char_ram~51645_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51644_combout & ((\text_gen|char_ram~8922_q ))) # (!\text_gen|char_ram~51644_combout & (\text_gen|char_ram~8866_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51644_combout )))) + + .dataa(\text_gen|char_ram~8866_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8922_q ), + .datad(\text_gen|char_ram~51644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51645 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7564feeder ( +// Equation(s): +// \text_gen|char_ram~7564feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7564feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7564feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7564feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y44_N5 +dffeas \text_gen|char_ram~7564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7564feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y44_N31 +dffeas \text_gen|char_ram~7578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y44_N17 +dffeas \text_gen|char_ram~7508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7522feeder ( +// Equation(s): +// \text_gen|char_ram~7522feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y49_N29 +dffeas \text_gen|char_ram~7522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51641 ( +// Equation(s): +// \text_gen|char_ram~51641_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~7522_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7508_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7508_q ), + .datad(\text_gen|char_ram~7522_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51641 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51642 ( +// Equation(s): +// \text_gen|char_ram~51642_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51641_combout & ((\text_gen|char_ram~7578_q ))) # (!\text_gen|char_ram~51641_combout & (\text_gen|char_ram~7564_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51641_combout )))) + + .dataa(\text_gen|char_ram~7564_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7578_q ), + .datad(\text_gen|char_ram~51641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51642 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y12_N27 +dffeas \text_gen|char_ram~7956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N19 +dffeas \text_gen|char_ram~7970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51639 ( +// Equation(s): +// \text_gen|char_ram~51639_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7970_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7956_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7956_q ), + .datad(\text_gen|char_ram~7970_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51639 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N23 +dffeas \text_gen|char_ram~8026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8012feeder ( +// Equation(s): +// \text_gen|char_ram~8012feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8012feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8012feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8012feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y12_N27 +dffeas \text_gen|char_ram~8012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8012feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51640 ( +// Equation(s): +// \text_gen|char_ram~51640_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51639_combout & (\text_gen|char_ram~8026_q )) # (!\text_gen|char_ram~51639_combout & ((\text_gen|char_ram~8012_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51639_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51639_combout ), + .datac(\text_gen|char_ram~8026_q ), + .datad(\text_gen|char_ram~8012_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51640 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51643 ( +// Equation(s): +// \text_gen|char_ram~51643_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~51640_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~51642_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51642_combout ), + .datad(\text_gen|char_ram~51640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51643 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51646 ( +// Equation(s): +// \text_gen|char_ram~51646_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51643_combout & ((\text_gen|char_ram~51645_combout ))) # (!\text_gen|char_ram~51643_combout & (\text_gen|char_ram~51638_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51643_combout )))) + + .dataa(\text_gen|char_ram~51638_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51645_combout ), + .datad(\text_gen|char_ram~51643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51646 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8754feeder ( +// Equation(s): +// \text_gen|char_ram~8754feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8754feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8754feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8754feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y32_N3 +dffeas \text_gen|char_ram~8754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8754feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y32_N5 +dffeas \text_gen|char_ram~8810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y34_N31 +dffeas \text_gen|char_ram~8796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N9 +dffeas \text_gen|char_ram~8740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51613 ( +// Equation(s): +// \text_gen|char_ram~51613_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~8796_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~8740_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8796_q ), + .datac(\text_gen|char_ram~8740_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51613 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51614 ( +// Equation(s): +// \text_gen|char_ram~51614_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51613_combout & ((\text_gen|char_ram~8810_q ))) # (!\text_gen|char_ram~51613_combout & (\text_gen|char_ram~8754_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51613_combout )))) + + .dataa(\text_gen|char_ram~8754_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8810_q ), + .datad(\text_gen|char_ram~51613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51614 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y54_N27 +dffeas \text_gen|char_ram~8306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y54_N9 +dffeas \text_gen|char_ram~8362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y54_N23 +dffeas \text_gen|char_ram~8292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8348feeder ( +// Equation(s): +// \text_gen|char_ram~8348feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y53_N11 +dffeas \text_gen|char_ram~8348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51608 ( +// Equation(s): +// \text_gen|char_ram~51608_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8348_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8292_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8292_q ), + .datad(\text_gen|char_ram~8348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51608 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51609 ( +// Equation(s): +// \text_gen|char_ram~51609_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51608_combout & ((\text_gen|char_ram~8362_q ))) # (!\text_gen|char_ram~51608_combout & (\text_gen|char_ram~8306_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51608_combout )))) + + .dataa(\text_gen|char_ram~8306_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8362_q ), + .datad(\text_gen|char_ram~51608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51609 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7466feeder ( +// Equation(s): +// \text_gen|char_ram~7466feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7466feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7466feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7466feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y46_N1 +dffeas \text_gen|char_ram~7466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7466feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y40_N25 +dffeas \text_gen|char_ram~7452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y47_N29 +dffeas \text_gen|char_ram~7396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y47_N11 +dffeas \text_gen|char_ram~7410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51610 ( +// Equation(s): +// \text_gen|char_ram~51610_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~7410_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7396_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7396_q ), + .datad(\text_gen|char_ram~7410_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51610 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51611 ( +// Equation(s): +// \text_gen|char_ram~51611_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51610_combout & (\text_gen|char_ram~7466_q )) # (!\text_gen|char_ram~51610_combout & ((\text_gen|char_ram~7452_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51610_combout )))) + + .dataa(\text_gen|char_ram~7466_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7452_q ), + .datad(\text_gen|char_ram~51610_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51611 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51612 ( +// Equation(s): +// \text_gen|char_ram~51612_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~51609_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~51611_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51609_combout ), + .datad(\text_gen|char_ram~51611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51612 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7858feeder ( +// Equation(s): +// \text_gen|char_ram~7858feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7858feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7858feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7858feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y19_N27 +dffeas \text_gen|char_ram~7858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7858feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y16_N13 +dffeas \text_gen|char_ram~7844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51606 ( +// Equation(s): +// \text_gen|char_ram~51606_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~7858_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~7844_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7858_q ), + .datac(\text_gen|char_ram~7844_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51606 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N17 +dffeas \text_gen|char_ram~7914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y16_N15 +dffeas \text_gen|char_ram~7900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51607 ( +// Equation(s): +// \text_gen|char_ram~51607_combout = (\text_gen|char_ram~51606_combout & ((\text_gen|char_ram~7914_q ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~51606_combout & (((\text_gen|char_ram~7900_q & \vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~51606_combout ), + .datab(\text_gen|char_ram~7914_q ), + .datac(\text_gen|char_ram~7900_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51607 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~51607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51615 ( +// Equation(s): +// \text_gen|char_ram~51615_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51612_combout & (\text_gen|char_ram~51614_combout )) # (!\text_gen|char_ram~51612_combout & ((\text_gen|char_ram~51607_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51612_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51614_combout ), + .datac(\text_gen|char_ram~51612_combout ), + .datad(\text_gen|char_ram~51607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51615 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y28_N25 +dffeas \text_gen|char_ram~8516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y30_N13 +dffeas \text_gen|char_ram~8572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51633 ( +// Equation(s): +// \text_gen|char_ram~51633_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8572_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8516_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8516_q ), + .datad(\text_gen|char_ram~8572_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51633 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y31_N5 +dffeas \text_gen|char_ram~8586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y31_N3 +dffeas \text_gen|char_ram~8530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51634 ( +// Equation(s): +// \text_gen|char_ram~51634_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51633_combout & (\text_gen|char_ram~8586_q )) # (!\text_gen|char_ram~51633_combout & ((\text_gen|char_ram~8530_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~51633_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51633_combout ), + .datac(\text_gen|char_ram~8586_q ), + .datad(\text_gen|char_ram~8530_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51634 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N27 +dffeas \text_gen|char_ram~7228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y46_N3 +dffeas \text_gen|char_ram~7242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N29 +dffeas \text_gen|char_ram~7186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y47_N31 +dffeas \text_gen|char_ram~7172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51630 ( +// Equation(s): +// \text_gen|char_ram~51630_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7186_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~7172_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~7186_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7172_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51630 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51631 ( +// Equation(s): +// \text_gen|char_ram~51631_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51630_combout & ((\text_gen|char_ram~7242_q ))) # (!\text_gen|char_ram~51630_combout & (\text_gen|char_ram~7228_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51630_combout )))) + + .dataa(\text_gen|char_ram~7228_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7242_q ), + .datad(\text_gen|char_ram~51630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51631 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y57_N13 +dffeas \text_gen|char_ram~8082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y54_N29 +dffeas \text_gen|char_ram~8138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y57_N19 +dffeas \text_gen|char_ram~8068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y60_N13 +dffeas \text_gen|char_ram~8124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51628 ( +// Equation(s): +// \text_gen|char_ram~51628_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8124_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8068_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8068_q ), + .datad(\text_gen|char_ram~8124_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51628 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51629 ( +// Equation(s): +// \text_gen|char_ram~51629_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51628_combout & ((\text_gen|char_ram~8138_q ))) # (!\text_gen|char_ram~51628_combout & (\text_gen|char_ram~8082_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51628_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8082_q ), + .datac(\text_gen|char_ram~8138_q ), + .datad(\text_gen|char_ram~51628_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51629 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51632 ( +// Equation(s): +// \text_gen|char_ram~51632_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~51629_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51631_combout )))) + + .dataa(\text_gen|char_ram~51631_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51632 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~51632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y9_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7676feeder ( +// Equation(s): +// \text_gen|char_ram~7676feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7676feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7676feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7676feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y9_N13 +dffeas \text_gen|char_ram~7676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7676feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y11_N25 +dffeas \text_gen|char_ram~7690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y11_N13 +dffeas \text_gen|char_ram~7620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N17 +dffeas \text_gen|char_ram~7634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51626 ( +// Equation(s): +// \text_gen|char_ram~51626_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7634_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7620_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7620_q ), + .datad(\text_gen|char_ram~7634_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51626 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51627 ( +// Equation(s): +// \text_gen|char_ram~51627_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51626_combout & ((\text_gen|char_ram~7690_q ))) # (!\text_gen|char_ram~51626_combout & (\text_gen|char_ram~7676_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51626_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7676_q ), + .datac(\text_gen|char_ram~7690_q ), + .datad(\text_gen|char_ram~51626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51627 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51635 ( +// Equation(s): +// \text_gen|char_ram~51635_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51632_combout & (\text_gen|char_ram~51634_combout )) # (!\text_gen|char_ram~51632_combout & ((\text_gen|char_ram~51627_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51632_combout )))) + + .dataa(\text_gen|char_ram~51634_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51632_combout ), + .datad(\text_gen|char_ram~51627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51635 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~51635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y34_N11 +dffeas \text_gen|char_ram~8698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y34_N27 +dffeas \text_gen|char_ram~8642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y33_N19 +dffeas \text_gen|char_ram~8684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y34_N19 +dffeas \text_gen|char_ram~8628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51623 ( +// Equation(s): +// \text_gen|char_ram~51623_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~8684_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~8628_q ))))) + + .dataa(\text_gen|char_ram~8684_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8628_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51623 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51624 ( +// Equation(s): +// \text_gen|char_ram~51624_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51623_combout & (\text_gen|char_ram~8698_q )) # (!\text_gen|char_ram~51623_combout & ((\text_gen|char_ram~8642_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51623_combout )))) + + .dataa(\text_gen|char_ram~8698_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8642_q ), + .datad(\text_gen|char_ram~51623_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51624 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y53_N15 +dffeas \text_gen|char_ram~8194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y36_N31 +dffeas \text_gen|char_ram~8250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y52_N9 +dffeas \text_gen|char_ram~8180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8236feeder ( +// Equation(s): +// \text_gen|char_ram~8236feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y56_N13 +dffeas \text_gen|char_ram~8236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51616 ( +// Equation(s): +// \text_gen|char_ram~51616_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8236_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8180_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8180_q ), + .datad(\text_gen|char_ram~8236_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51616 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51617 ( +// Equation(s): +// \text_gen|char_ram~51617_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51616_combout & ((\text_gen|char_ram~8250_q ))) # (!\text_gen|char_ram~51616_combout & (\text_gen|char_ram~8194_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51616_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8194_q ), + .datac(\text_gen|char_ram~8250_q ), + .datad(\text_gen|char_ram~51616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51617 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y41_N5 +dffeas \text_gen|char_ram~7340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y43_N3 +dffeas \text_gen|char_ram~7354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y43_N29 +dffeas \text_gen|char_ram~7284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y43_N29 +dffeas \text_gen|char_ram~7298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51620 ( +// Equation(s): +// \text_gen|char_ram~51620_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~7298_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7284_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7284_q ), + .datad(\text_gen|char_ram~7298_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51620 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51621 ( +// Equation(s): +// \text_gen|char_ram~51621_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51620_combout & ((\text_gen|char_ram~7354_q ))) # (!\text_gen|char_ram~51620_combout & (\text_gen|char_ram~7340_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51620_combout )))) + + .dataa(\text_gen|char_ram~7340_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7354_q ), + .datad(\text_gen|char_ram~51620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51621 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7788feeder ( +// Equation(s): +// \text_gen|char_ram~7788feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7788feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7788feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7788feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y18_N9 +dffeas \text_gen|char_ram~7788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7788feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y14_N17 +dffeas \text_gen|char_ram~7802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y17_N13 +dffeas \text_gen|char_ram~7732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7746feeder ( +// Equation(s): +// \text_gen|char_ram~7746feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7746feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y14_N31 +dffeas \text_gen|char_ram~7746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51618 ( +// Equation(s): +// \text_gen|char_ram~51618_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7746_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7732_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7732_q ), + .datad(\text_gen|char_ram~7746_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51618 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51619 ( +// Equation(s): +// \text_gen|char_ram~51619_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51618_combout & ((\text_gen|char_ram~7802_q ))) # (!\text_gen|char_ram~51618_combout & (\text_gen|char_ram~7788_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51618_combout )))) + + .dataa(\text_gen|char_ram~7788_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7802_q ), + .datad(\text_gen|char_ram~51618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51619 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51622 ( +// Equation(s): +// \text_gen|char_ram~51622_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~51619_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~51621_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51621_combout ), + .datad(\text_gen|char_ram~51619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51622 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51625 ( +// Equation(s): +// \text_gen|char_ram~51625_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51622_combout & (\text_gen|char_ram~51624_combout )) # (!\text_gen|char_ram~51622_combout & ((\text_gen|char_ram~51617_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51622_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51624_combout ), + .datac(\text_gen|char_ram~51617_combout ), + .datad(\text_gen|char_ram~51622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51625 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51636 ( +// Equation(s): +// \text_gen|char_ram~51636_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~51625_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~51635_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51635_combout ), + .datad(\text_gen|char_ram~51625_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51636 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51647 ( +// Equation(s): +// \text_gen|char_ram~51647_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51636_combout & (\text_gen|char_ram~51646_combout )) # (!\text_gen|char_ram~51636_combout & ((\text_gen|char_ram~51615_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51636_combout )))) + + .dataa(\text_gen|char_ram~51646_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51615_combout ), + .datad(\text_gen|char_ram~51636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51647 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y34_N13 +dffeas \text_gen|char_ram~10434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y36_N27 +dffeas \text_gen|char_ram~10490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N17 +dffeas \text_gen|char_ram~10420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y33_N1 +dffeas \text_gen|char_ram~10476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51571 ( +// Equation(s): +// \text_gen|char_ram~51571_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10476_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10420_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10420_q ), + .datad(\text_gen|char_ram~10476_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51571 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51572 ( +// Equation(s): +// \text_gen|char_ram~51572_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51571_combout & ((\text_gen|char_ram~10490_q ))) # (!\text_gen|char_ram~51571_combout & (\text_gen|char_ram~10434_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51571_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10434_q ), + .datac(\text_gen|char_ram~10490_q ), + .datad(\text_gen|char_ram~51571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51572 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y61_N29 +dffeas \text_gen|char_ram~9972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y61_N19 +dffeas \text_gen|char_ram~10028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51564 ( +// Equation(s): +// \text_gen|char_ram~51564_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10028_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9972_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9972_q ), + .datad(\text_gen|char_ram~10028_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51564 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y61_N15 +dffeas \text_gen|char_ram~10042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y61_N13 +dffeas \text_gen|char_ram~9986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51565 ( +// Equation(s): +// \text_gen|char_ram~51565_combout = (\text_gen|char_ram~51564_combout & (((\text_gen|char_ram~10042_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51564_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~9986_q )))) + + .dataa(\text_gen|char_ram~51564_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10042_q ), + .datad(\text_gen|char_ram~9986_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51565 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y43_N9 +dffeas \text_gen|char_ram~9076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9090feeder ( +// Equation(s): +// \text_gen|char_ram~9090feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9090feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y43_N11 +dffeas \text_gen|char_ram~9090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51568 ( +// Equation(s): +// \text_gen|char_ram~51568_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9090_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9076_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9076_q ), + .datad(\text_gen|char_ram~9090_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51568 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y43_N25 +dffeas \text_gen|char_ram~9146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9132feeder ( +// Equation(s): +// \text_gen|char_ram~9132feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9132feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y41_N31 +dffeas \text_gen|char_ram~9132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51569 ( +// Equation(s): +// \text_gen|char_ram~51569_combout = (\text_gen|char_ram~51568_combout & (((\text_gen|char_ram~9146_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51568_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~9132_q )))) + + .dataa(\text_gen|char_ram~51568_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9146_q ), + .datad(\text_gen|char_ram~9132_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51569 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9580feeder ( +// Equation(s): +// \text_gen|char_ram~9580feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9580feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9580feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9580feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y12_N15 +dffeas \text_gen|char_ram~9580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9580feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y12_N21 +dffeas \text_gen|char_ram~9594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y12_N5 +dffeas \text_gen|char_ram~9524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y26_N13 +dffeas \text_gen|char_ram~9538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51566 ( +// Equation(s): +// \text_gen|char_ram~51566_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~9538_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9524_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9524_q ), + .datad(\text_gen|char_ram~9538_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51566 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51567 ( +// Equation(s): +// \text_gen|char_ram~51567_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51566_combout & ((\text_gen|char_ram~9594_q ))) # (!\text_gen|char_ram~51566_combout & (\text_gen|char_ram~9580_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51566_combout )))) + + .dataa(\text_gen|char_ram~9580_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9594_q ), + .datad(\text_gen|char_ram~51566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51567 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51570 ( +// Equation(s): +// \text_gen|char_ram~51570_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~51567_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~51569_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51569_combout ), + .datad(\text_gen|char_ram~51567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51570 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51573 ( +// Equation(s): +// \text_gen|char_ram~51573_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51570_combout & (\text_gen|char_ram~51572_combout )) # (!\text_gen|char_ram~51570_combout & ((\text_gen|char_ram~51565_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51570_combout )))) + + .dataa(\text_gen|char_ram~51572_combout ), + .datab(\text_gen|char_ram~51565_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51573 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~51573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y61_N15 +dffeas \text_gen|char_ram~10196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10252feeder ( +// Equation(s): +// \text_gen|char_ram~10252feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y61_N11 +dffeas \text_gen|char_ram~10252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51595 ( +// Equation(s): +// \text_gen|char_ram~51595_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10252_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10196_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10196_q ), + .datad(\text_gen|char_ram~10252_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51595 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y60_N27 +dffeas \text_gen|char_ram~10266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10210feeder ( +// Equation(s): +// \text_gen|char_ram~10210feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10210feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10210feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10210feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N15 +dffeas \text_gen|char_ram~10210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10210feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51596 ( +// Equation(s): +// \text_gen|char_ram~51596_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51595_combout & (\text_gen|char_ram~10266_q )) # (!\text_gen|char_ram~51595_combout & ((\text_gen|char_ram~10210_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~51595_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51595_combout ), + .datac(\text_gen|char_ram~10266_q ), + .datad(\text_gen|char_ram~10210_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51596 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10658feeder ( +// Equation(s): +// \text_gen|char_ram~10658feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10658feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y32_N3 +dffeas \text_gen|char_ram~10658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y32_N13 +dffeas \text_gen|char_ram~10714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y34_N7 +dffeas \text_gen|char_ram~10644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y30_N17 +dffeas \text_gen|char_ram~10700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51602 ( +// Equation(s): +// \text_gen|char_ram~51602_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10700_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10644_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10644_q ), + .datad(\text_gen|char_ram~10700_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51602 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51603 ( +// Equation(s): +// \text_gen|char_ram~51603_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51602_combout & ((\text_gen|char_ram~10714_q ))) # (!\text_gen|char_ram~51602_combout & (\text_gen|char_ram~10658_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51602_combout )))) + + .dataa(\text_gen|char_ram~10658_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10714_q ), + .datad(\text_gen|char_ram~51602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51603 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y40_N21 +dffeas \text_gen|char_ram~9300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9314feeder ( +// Equation(s): +// \text_gen|char_ram~9314feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9314feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9314feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9314feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y44_N9 +dffeas \text_gen|char_ram~9314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9314feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51599 ( +// Equation(s): +// \text_gen|char_ram~51599_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9314_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9300_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9300_q ), + .datad(\text_gen|char_ram~9314_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51599 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y43_N25 +dffeas \text_gen|char_ram~9370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y39_N27 +dffeas \text_gen|char_ram~9356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51600 ( +// Equation(s): +// \text_gen|char_ram~51600_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51599_combout & (\text_gen|char_ram~9370_q )) # (!\text_gen|char_ram~51599_combout & ((\text_gen|char_ram~9356_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51599_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51599_combout ), + .datac(\text_gen|char_ram~9370_q ), + .datad(\text_gen|char_ram~9356_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51600 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9804feeder ( +// Equation(s): +// \text_gen|char_ram~9804feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9804feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9804feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9804feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y12_N1 +dffeas \text_gen|char_ram~9804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9804feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y13_N15 +dffeas \text_gen|char_ram~9818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9762feeder ( +// Equation(s): +// \text_gen|char_ram~9762feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9762feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9762feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9762feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y13_N11 +dffeas \text_gen|char_ram~9762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9762feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y13_N15 +dffeas \text_gen|char_ram~9748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51597 ( +// Equation(s): +// \text_gen|char_ram~51597_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~9762_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~9748_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9762_q ), + .datac(\text_gen|char_ram~9748_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51597 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51598 ( +// Equation(s): +// \text_gen|char_ram~51598_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51597_combout & ((\text_gen|char_ram~9818_q ))) # (!\text_gen|char_ram~51597_combout & (\text_gen|char_ram~9804_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51597_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9804_q ), + .datac(\text_gen|char_ram~9818_q ), + .datad(\text_gen|char_ram~51597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51598 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51601 ( +// Equation(s): +// \text_gen|char_ram~51601_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~51598_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~51600_combout )))) + + .dataa(\text_gen|char_ram~51600_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51598_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51601 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~51601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51604 ( +// Equation(s): +// \text_gen|char_ram~51604_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51601_combout & ((\text_gen|char_ram~51603_combout ))) # (!\text_gen|char_ram~51601_combout & (\text_gen|char_ram~51596_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51601_combout )))) + + .dataa(\text_gen|char_ram~51596_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51603_combout ), + .datad(\text_gen|char_ram~51601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51604 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y29_N23 +dffeas \text_gen|char_ram~10322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y31_N23 +dffeas \text_gen|char_ram~10378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y31_N19 +dffeas \text_gen|char_ram~10308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y31_N25 +dffeas \text_gen|char_ram~10364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51591 ( +// Equation(s): +// \text_gen|char_ram~51591_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10364_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10308_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10308_q ), + .datad(\text_gen|char_ram~10364_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51591 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51592 ( +// Equation(s): +// \text_gen|char_ram~51592_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51591_combout & ((\text_gen|char_ram~10378_q ))) # (!\text_gen|char_ram~51591_combout & (\text_gen|char_ram~10322_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51591_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10322_q ), + .datac(\text_gen|char_ram~10378_q ), + .datad(\text_gen|char_ram~51591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51592 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y9_N15 +dffeas \text_gen|char_ram~9482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9426feeder ( +// Equation(s): +// \text_gen|char_ram~9426feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y13_N25 +dffeas \text_gen|char_ram~9426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y13_N5 +dffeas \text_gen|char_ram~9412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51584 ( +// Equation(s): +// \text_gen|char_ram~51584_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~9426_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~9412_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9426_q ), + .datac(\text_gen|char_ram~9412_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51584 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y12_N3 +dffeas \text_gen|char_ram~9468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y9_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51585 ( +// Equation(s): +// \text_gen|char_ram~51585_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51584_combout & (\text_gen|char_ram~9482_q )) # (!\text_gen|char_ram~51584_combout & ((\text_gen|char_ram~9468_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51584_combout )))) + + .dataa(\text_gen|char_ram~9482_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~51584_combout ), + .datad(\text_gen|char_ram~9468_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51585 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~51585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y64_N11 +dffeas \text_gen|char_ram~9916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y64_N25 +dffeas \text_gen|char_ram~9860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y64_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51586 ( +// Equation(s): +// \text_gen|char_ram~51586_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~9916_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~9860_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9916_q ), + .datad(\text_gen|char_ram~9860_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51586 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y64_N27 +dffeas \text_gen|char_ram~9930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y64_N29 +dffeas \text_gen|char_ram~9874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y64_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51587 ( +// Equation(s): +// \text_gen|char_ram~51587_combout = (\text_gen|char_ram~51586_combout & (((\text_gen|char_ram~9930_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51586_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~9874_q )))) + + .dataa(\text_gen|char_ram~51586_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9930_q ), + .datad(\text_gen|char_ram~9874_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51587 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N21 +dffeas \text_gen|char_ram~9020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y41_N25 +dffeas \text_gen|char_ram~9034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y41_N3 +dffeas \text_gen|char_ram~8964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8978feeder ( +// Equation(s): +// \text_gen|char_ram~8978feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~8978feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8978feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8978feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y40_N13 +dffeas \text_gen|char_ram~8978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8978feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51588 ( +// Equation(s): +// \text_gen|char_ram~51588_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~8978_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8964_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8964_q ), + .datad(\text_gen|char_ram~8978_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51588 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51589 ( +// Equation(s): +// \text_gen|char_ram~51589_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51588_combout & ((\text_gen|char_ram~9034_q ))) # (!\text_gen|char_ram~51588_combout & (\text_gen|char_ram~9020_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51588_combout )))) + + .dataa(\text_gen|char_ram~9020_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9034_q ), + .datad(\text_gen|char_ram~51588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51589 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51590 ( +// Equation(s): +// \text_gen|char_ram~51590_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~51587_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~51589_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51587_combout ), + .datad(\text_gen|char_ram~51589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51590 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51593 ( +// Equation(s): +// \text_gen|char_ram~51593_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51590_combout & (\text_gen|char_ram~51592_combout )) # (!\text_gen|char_ram~51590_combout & ((\text_gen|char_ram~51585_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51590_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51592_combout ), + .datac(\text_gen|char_ram~51585_combout ), + .datad(\text_gen|char_ram~51590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51593 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10546feeder ( +// Equation(s): +// \text_gen|char_ram~10546feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10546feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10546feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10546feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y32_N29 +dffeas \text_gen|char_ram~10546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10546feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y33_N11 +dffeas \text_gen|char_ram~10602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y37_N1 +dffeas \text_gen|char_ram~10532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10588feeder ( +// Equation(s): +// \text_gen|char_ram~10588feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~10588feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10588feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10588feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y37_N15 +dffeas \text_gen|char_ram~10588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10588feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51581 ( +// Equation(s): +// \text_gen|char_ram~51581_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~10588_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10532_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10532_q ), + .datad(\text_gen|char_ram~10588_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51581 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51582 ( +// Equation(s): +// \text_gen|char_ram~51582_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51581_combout & ((\text_gen|char_ram~10602_q ))) # (!\text_gen|char_ram~51581_combout & (\text_gen|char_ram~10546_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51581_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10546_q ), + .datac(\text_gen|char_ram~10602_q ), + .datad(\text_gen|char_ram~51581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51582 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y14_N21 +dffeas \text_gen|char_ram~9692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y14_N3 +dffeas \text_gen|char_ram~9706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y18_N21 +dffeas \text_gen|char_ram~9636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y18_N23 +dffeas \text_gen|char_ram~9650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51574 ( +// Equation(s): +// \text_gen|char_ram~51574_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~9650_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9636_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9636_q ), + .datad(\text_gen|char_ram~9650_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51574 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51575 ( +// Equation(s): +// \text_gen|char_ram~51575_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51574_combout & ((\text_gen|char_ram~9706_q ))) # (!\text_gen|char_ram~51574_combout & (\text_gen|char_ram~9692_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51574_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9692_q ), + .datac(\text_gen|char_ram~9706_q ), + .datad(\text_gen|char_ram~51574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51575 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9244feeder ( +// Equation(s): +// \text_gen|char_ram~9244feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~9244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y41_N19 +dffeas \text_gen|char_ram~9244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y41_N29 +dffeas \text_gen|char_ram~9258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y40_N7 +dffeas \text_gen|char_ram~9188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N29 +dffeas \text_gen|char_ram~9202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51578 ( +// Equation(s): +// \text_gen|char_ram~51578_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~9202_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9188_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9188_q ), + .datad(\text_gen|char_ram~9202_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51578 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51579 ( +// Equation(s): +// \text_gen|char_ram~51579_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51578_combout & ((\text_gen|char_ram~9258_q ))) # (!\text_gen|char_ram~51578_combout & (\text_gen|char_ram~9244_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51578_combout )))) + + .dataa(\text_gen|char_ram~9244_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9258_q ), + .datad(\text_gen|char_ram~51578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51579 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y59_N17 +dffeas \text_gen|char_ram~10098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y59_N31 +dffeas \text_gen|char_ram~10154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y59_N29 +dffeas \text_gen|char_ram~10084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y61_N11 +dffeas \text_gen|char_ram~10140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51576 ( +// Equation(s): +// \text_gen|char_ram~51576_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~10140_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10084_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10084_q ), + .datad(\text_gen|char_ram~10140_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51576 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51577 ( +// Equation(s): +// \text_gen|char_ram~51577_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51576_combout & ((\text_gen|char_ram~10154_q ))) # (!\text_gen|char_ram~51576_combout & (\text_gen|char_ram~10098_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51576_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10098_q ), + .datac(\text_gen|char_ram~10154_q ), + .datad(\text_gen|char_ram~51576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51577 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51580 ( +// Equation(s): +// \text_gen|char_ram~51580_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~51577_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~51579_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51579_combout ), + .datad(\text_gen|char_ram~51577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51580 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51583 ( +// Equation(s): +// \text_gen|char_ram~51583_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51580_combout & (\text_gen|char_ram~51582_combout )) # (!\text_gen|char_ram~51580_combout & ((\text_gen|char_ram~51575_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51580_combout )))) + + .dataa(\text_gen|char_ram~51582_combout ), + .datab(\text_gen|char_ram~51575_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~51580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51583 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~51583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51594 ( +// Equation(s): +// \text_gen|char_ram~51594_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~51583_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~51593_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51593_combout ), + .datad(\text_gen|char_ram~51583_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51594 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51605 ( +// Equation(s): +// \text_gen|char_ram~51605_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51594_combout & ((\text_gen|char_ram~51604_combout ))) # (!\text_gen|char_ram~51594_combout & (\text_gen|char_ram~51573_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51594_combout )))) + + .dataa(\text_gen|char_ram~51573_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51604_combout ), + .datad(\text_gen|char_ram~51594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51605 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51648 ( +// Equation(s): +// \text_gen|char_ram~51648_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~51605_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~51647_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~51647_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51605_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51648 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~51648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51691 ( +// Equation(s): +// \text_gen|char_ram~51691_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~51648_combout & ((\text_gen|char_ram~51690_combout ))) # (!\text_gen|char_ram~51648_combout & (\text_gen|char_ram~51563_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~51648_combout )))) + + .dataa(\text_gen|char_ram~51563_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~51690_combout ), + .datad(\text_gen|char_ram~51648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51691 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y54_N31 +dffeas \text_gen|char_ram~3042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y53_N29 +dffeas \text_gen|char_ram~3098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y53_N17 +dffeas \text_gen|char_ram~3084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N29 +dffeas \text_gen|char_ram~3028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51723 ( +// Equation(s): +// \text_gen|char_ram~51723_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~3084_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~3028_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~3084_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3028_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51723 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51724 ( +// Equation(s): +// \text_gen|char_ram~51724_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51723_combout & ((\text_gen|char_ram~3098_q ))) # (!\text_gen|char_ram~51723_combout & (\text_gen|char_ram~3042_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51723_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3042_q ), + .datac(\text_gen|char_ram~3098_q ), + .datad(\text_gen|char_ram~51723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51724 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y24_N13 +dffeas \text_gen|char_ram~3490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y27_N5 +dffeas \text_gen|char_ram~3546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y24_N9 +dffeas \text_gen|char_ram~3476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3532feeder ( +// Equation(s): +// \text_gen|char_ram~3532feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3532feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3532feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3532feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y22_N27 +dffeas \text_gen|char_ram~3532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3532feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51730 ( +// Equation(s): +// \text_gen|char_ram~51730_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~3532_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3476_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3476_q ), + .datad(\text_gen|char_ram~3532_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51730 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51731 ( +// Equation(s): +// \text_gen|char_ram~51731_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51730_combout & ((\text_gen|char_ram~3546_q ))) # (!\text_gen|char_ram~51730_combout & (\text_gen|char_ram~3490_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51730_combout )))) + + .dataa(\text_gen|char_ram~3490_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3546_q ), + .datad(\text_gen|char_ram~51730_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51731 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y8_N23 +dffeas \text_gen|char_ram~2580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2594feeder ( +// Equation(s): +// \text_gen|char_ram~2594feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2594feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2594feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2594feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y8_N25 +dffeas \text_gen|char_ram~2594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2594feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51725 ( +// Equation(s): +// \text_gen|char_ram~51725_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~2594_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2580_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2580_q ), + .datad(\text_gen|char_ram~2594_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51725 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y8_N27 +dffeas \text_gen|char_ram~2650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y8_N29 +dffeas \text_gen|char_ram~2636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y8_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51726 ( +// Equation(s): +// \text_gen|char_ram~51726_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51725_combout & (\text_gen|char_ram~2650_q )) # (!\text_gen|char_ram~51725_combout & ((\text_gen|char_ram~2636_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51725_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51725_combout ), + .datac(\text_gen|char_ram~2650_q ), + .datad(\text_gen|char_ram~2636_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51726 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y38_N15 +dffeas \text_gen|char_ram~2188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y38_N17 +dffeas \text_gen|char_ram~2202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y38_N23 +dffeas \text_gen|char_ram~2132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y40_N25 +dffeas \text_gen|char_ram~2146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51727 ( +// Equation(s): +// \text_gen|char_ram~51727_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2146_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2132_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2132_q ), + .datad(\text_gen|char_ram~2146_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51727 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51728 ( +// Equation(s): +// \text_gen|char_ram~51728_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51727_combout & ((\text_gen|char_ram~2202_q ))) # (!\text_gen|char_ram~51727_combout & (\text_gen|char_ram~2188_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51727_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2188_q ), + .datac(\text_gen|char_ram~2202_q ), + .datad(\text_gen|char_ram~51727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51728 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51729 ( +// Equation(s): +// \text_gen|char_ram~51729_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51726_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~51728_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51726_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51729 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~51729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51732 ( +// Equation(s): +// \text_gen|char_ram~51732_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51729_combout & ((\text_gen|char_ram~51731_combout ))) # (!\text_gen|char_ram~51729_combout & (\text_gen|char_ram~51724_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51729_combout )))) + + .dataa(\text_gen|char_ram~51724_combout ), + .datab(\text_gen|char_ram~51731_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51732 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~51732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y12_N19 +dffeas \text_gen|char_ram~2524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y12_N25 +dffeas \text_gen|char_ram~2538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2482feeder ( +// Equation(s): +// \text_gen|char_ram~2482feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2482feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2482feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2482feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y16_N3 +dffeas \text_gen|char_ram~2482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2482feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y20_N7 +dffeas \text_gen|char_ram~2468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51702 ( +// Equation(s): +// \text_gen|char_ram~51702_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~2482_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~2468_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~2482_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2468_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51702 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51703 ( +// Equation(s): +// \text_gen|char_ram~51703_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51702_combout & ((\text_gen|char_ram~2538_q ))) # (!\text_gen|char_ram~51702_combout & (\text_gen|char_ram~2524_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51702_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2524_q ), + .datac(\text_gen|char_ram~2538_q ), + .datad(\text_gen|char_ram~51702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51703 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2986feeder ( +// Equation(s): +// \text_gen|char_ram~2986feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N23 +dffeas \text_gen|char_ram~2986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y52_N11 +dffeas \text_gen|char_ram~2930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y52_N29 +dffeas \text_gen|char_ram~2916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2972feeder ( +// Equation(s): +// \text_gen|char_ram~2972feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y49_N31 +dffeas \text_gen|char_ram~2972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51704 ( +// Equation(s): +// \text_gen|char_ram~51704_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~2972_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2916_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2916_q ), + .datad(\text_gen|char_ram~2972_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51704 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51705 ( +// Equation(s): +// \text_gen|char_ram~51705_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51704_combout & (\text_gen|char_ram~2986_q )) # (!\text_gen|char_ram~51704_combout & ((\text_gen|char_ram~2930_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51704_combout )))) + + .dataa(\text_gen|char_ram~2986_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2930_q ), + .datad(\text_gen|char_ram~51704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51705 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y38_N17 +dffeas \text_gen|char_ram~2020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N3 +dffeas \text_gen|char_ram~2034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51706 ( +// Equation(s): +// \text_gen|char_ram~51706_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2034_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2020_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2020_q ), + .datad(\text_gen|char_ram~2034_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51706 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y41_N19 +dffeas \text_gen|char_ram~2090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2076feeder ( +// Equation(s): +// \text_gen|char_ram~2076feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2076feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2076feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2076feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N3 +dffeas \text_gen|char_ram~2076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2076feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51707 ( +// Equation(s): +// \text_gen|char_ram~51707_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51706_combout & (\text_gen|char_ram~2090_q )) # (!\text_gen|char_ram~51706_combout & ((\text_gen|char_ram~2076_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51706_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51706_combout ), + .datac(\text_gen|char_ram~2090_q ), + .datad(\text_gen|char_ram~2076_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51707 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51708 ( +// Equation(s): +// \text_gen|char_ram~51708_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~51705_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~51707_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51705_combout ), + .datad(\text_gen|char_ram~51707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51708 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y25_N15 +dffeas \text_gen|char_ram~3378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y26_N11 +dffeas \text_gen|char_ram~3434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y30_N27 +dffeas \text_gen|char_ram~3364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y31_N11 +dffeas \text_gen|char_ram~3420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51709 ( +// Equation(s): +// \text_gen|char_ram~51709_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~3420_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3364_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3364_q ), + .datad(\text_gen|char_ram~3420_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51709 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51710 ( +// Equation(s): +// \text_gen|char_ram~51710_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51709_combout & ((\text_gen|char_ram~3434_q ))) # (!\text_gen|char_ram~51709_combout & (\text_gen|char_ram~3378_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51709_combout )))) + + .dataa(\text_gen|char_ram~3378_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3434_q ), + .datad(\text_gen|char_ram~51709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51710 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51711 ( +// Equation(s): +// \text_gen|char_ram~51711_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51708_combout & ((\text_gen|char_ram~51710_combout ))) # (!\text_gen|char_ram~51708_combout & (\text_gen|char_ram~51703_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51708_combout )))) + + .dataa(\text_gen|char_ram~51703_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51708_combout ), + .datad(\text_gen|char_ram~51710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51711 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~51711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y22_N1 +dffeas \text_gen|char_ram~3154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y34_N27 +dffeas \text_gen|char_ram~3140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y27_N1 +dffeas \text_gen|char_ram~3196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51719 ( +// Equation(s): +// \text_gen|char_ram~51719_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~3196_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3140_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3140_q ), + .datad(\text_gen|char_ram~3196_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51719 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y23_N29 +dffeas \text_gen|char_ram~3210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51720 ( +// Equation(s): +// \text_gen|char_ram~51720_combout = (\text_gen|char_ram~51719_combout & (((\text_gen|char_ram~3210_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51719_combout & (\text_gen|char_ram~3154_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~3154_q ), + .datab(\text_gen|char_ram~51719_combout ), + .datac(\text_gen|char_ram~3210_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51720 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~51720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y52_N19 +dffeas \text_gen|char_ram~1796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y52_N17 +dffeas \text_gen|char_ram~1810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51716 ( +// Equation(s): +// \text_gen|char_ram~51716_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1810_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1796_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1796_q ), + .datad(\text_gen|char_ram~1810_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51716 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y37_N11 +dffeas \text_gen|char_ram~1866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1852feeder ( +// Equation(s): +// \text_gen|char_ram~1852feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1852feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y38_N31 +dffeas \text_gen|char_ram~1852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51717 ( +// Equation(s): +// \text_gen|char_ram~51717_combout = (\text_gen|char_ram~51716_combout & (((\text_gen|char_ram~1866_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51716_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1852_q )))) + + .dataa(\text_gen|char_ram~51716_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1866_q ), + .datad(\text_gen|char_ram~1852_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51717 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2706feeder ( +// Equation(s): +// \text_gen|char_ram~2706feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y57_N15 +dffeas \text_gen|char_ram~2706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y61_N1 +dffeas \text_gen|char_ram~2762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N31 +dffeas \text_gen|char_ram~2748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y57_N19 +dffeas \text_gen|char_ram~2692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51714 ( +// Equation(s): +// \text_gen|char_ram~51714_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~2748_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~2692_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2748_q ), + .datac(\text_gen|char_ram~2692_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51714 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51715 ( +// Equation(s): +// \text_gen|char_ram~51715_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51714_combout & ((\text_gen|char_ram~2762_q ))) # (!\text_gen|char_ram~51714_combout & (\text_gen|char_ram~2706_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51714_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2706_q ), + .datac(\text_gen|char_ram~2762_q ), + .datad(\text_gen|char_ram~51714_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51715 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51718 ( +// Equation(s): +// \text_gen|char_ram~51718_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~51715_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~51717_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51717_combout ), + .datad(\text_gen|char_ram~51715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51718 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y12_N19 +dffeas \text_gen|char_ram~2300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y12_N9 +dffeas \text_gen|char_ram~2314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N15 +dffeas \text_gen|char_ram~2244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y20_N15 +dffeas \text_gen|char_ram~2258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51712 ( +// Equation(s): +// \text_gen|char_ram~51712_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2258_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2244_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2244_q ), + .datad(\text_gen|char_ram~2258_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51712 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51713 ( +// Equation(s): +// \text_gen|char_ram~51713_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51712_combout & ((\text_gen|char_ram~2314_q ))) # (!\text_gen|char_ram~51712_combout & (\text_gen|char_ram~2300_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51712_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2300_q ), + .datac(\text_gen|char_ram~2314_q ), + .datad(\text_gen|char_ram~51712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51713 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51721 ( +// Equation(s): +// \text_gen|char_ram~51721_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51718_combout & (\text_gen|char_ram~51720_combout )) # (!\text_gen|char_ram~51718_combout & ((\text_gen|char_ram~51713_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51718_combout )))) + + .dataa(\text_gen|char_ram~51720_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51718_combout ), + .datad(\text_gen|char_ram~51713_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51721 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~51721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51722 ( +// Equation(s): +// \text_gen|char_ram~51722_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~51711_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~51721_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51711_combout ), + .datad(\text_gen|char_ram~51721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51722 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2426feeder ( +// Equation(s): +// \text_gen|char_ram~2426feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y15_N1 +dffeas \text_gen|char_ram~2426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2412feeder ( +// Equation(s): +// \text_gen|char_ram~2412feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2412feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2412feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2412feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y12_N7 +dffeas \text_gen|char_ram~2412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2412feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y16_N3 +dffeas \text_gen|char_ram~2356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2370feeder ( +// Equation(s): +// \text_gen|char_ram~2370feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~2370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2370feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N13 +dffeas \text_gen|char_ram~2370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51694 ( +// Equation(s): +// \text_gen|char_ram~51694_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2370_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2356_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2356_q ), + .datad(\text_gen|char_ram~2370_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51694 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51695 ( +// Equation(s): +// \text_gen|char_ram~51695_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51694_combout & (\text_gen|char_ram~2426_q )) # (!\text_gen|char_ram~51694_combout & ((\text_gen|char_ram~2412_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51694_combout )))) + + .dataa(\text_gen|char_ram~2426_q ), + .datab(\text_gen|char_ram~2412_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~51694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51695 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~51695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y35_N23 +dffeas \text_gen|char_ram~1964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y38_N27 +dffeas \text_gen|char_ram~1978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N27 +dffeas \text_gen|char_ram~1908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y40_N11 +dffeas \text_gen|char_ram~1922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51696 ( +// Equation(s): +// \text_gen|char_ram~51696_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1922_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1908_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1908_q ), + .datad(\text_gen|char_ram~1922_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51696 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51697 ( +// Equation(s): +// \text_gen|char_ram~51697_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51696_combout & ((\text_gen|char_ram~1978_q ))) # (!\text_gen|char_ram~51696_combout & (\text_gen|char_ram~1964_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51696_combout )))) + + .dataa(\text_gen|char_ram~1964_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1978_q ), + .datad(\text_gen|char_ram~51696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51697 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51698 ( +// Equation(s): +// \text_gen|char_ram~51698_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~51695_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~51697_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51695_combout ), + .datad(\text_gen|char_ram~51697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51698 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X16_Y40_N29 +dffeas \text_gen|char_ram~2874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X16_Y40_N19 +dffeas \text_gen|char_ram~2818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y44_N25 +dffeas \text_gen|char_ram~2860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y44_N19 +dffeas \text_gen|char_ram~2804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51692 ( +// Equation(s): +// \text_gen|char_ram~51692_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~2860_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~2804_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2860_q ), + .datad(\text_gen|char_ram~2804_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51692 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51693 ( +// Equation(s): +// \text_gen|char_ram~51693_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51692_combout & (\text_gen|char_ram~2874_q )) # (!\text_gen|char_ram~51692_combout & ((\text_gen|char_ram~2818_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51692_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2874_q ), + .datac(\text_gen|char_ram~2818_q ), + .datad(\text_gen|char_ram~51692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51693 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3266feeder ( +// Equation(s): +// \text_gen|char_ram~3266feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3266feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3266feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3266feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y33_N15 +dffeas \text_gen|char_ram~3266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3266feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N15 +dffeas \text_gen|char_ram~3322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y34_N9 +dffeas \text_gen|char_ram~3252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y35_N11 +dffeas \text_gen|char_ram~3308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51699 ( +// Equation(s): +// \text_gen|char_ram~51699_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~3308_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3252_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3252_q ), + .datad(\text_gen|char_ram~3308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51699 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51700 ( +// Equation(s): +// \text_gen|char_ram~51700_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51699_combout & ((\text_gen|char_ram~3322_q ))) # (!\text_gen|char_ram~51699_combout & (\text_gen|char_ram~3266_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51699_combout )))) + + .dataa(\text_gen|char_ram~3266_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3322_q ), + .datad(\text_gen|char_ram~51699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51700 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51701 ( +// Equation(s): +// \text_gen|char_ram~51701_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51698_combout & ((\text_gen|char_ram~51700_combout ))) # (!\text_gen|char_ram~51698_combout & (\text_gen|char_ram~51693_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51698_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51698_combout ), + .datac(\text_gen|char_ram~51693_combout ), + .datad(\text_gen|char_ram~51700_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51701 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~51701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51733 ( +// Equation(s): +// \text_gen|char_ram~51733_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51722_combout & (\text_gen|char_ram~51732_combout )) # (!\text_gen|char_ram~51722_combout & ((\text_gen|char_ram~51701_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51722_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~51732_combout ), + .datac(\text_gen|char_ram~51722_combout ), + .datad(\text_gen|char_ram~51701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51733 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7074feeder ( +// Equation(s): +// \text_gen|char_ram~7074feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y25_N27 +dffeas \text_gen|char_ram~7074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y33_N27 +dffeas \text_gen|char_ram~7130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y33_N29 +dffeas \text_gen|char_ram~7116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y33_N23 +dffeas \text_gen|char_ram~7060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51857 ( +// Equation(s): +// \text_gen|char_ram~51857_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~7116_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~7060_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7116_q ), + .datad(\text_gen|char_ram~7060_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51857 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51858 ( +// Equation(s): +// \text_gen|char_ram~51858_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51857_combout & ((\text_gen|char_ram~7130_q ))) # (!\text_gen|char_ram~51857_combout & (\text_gen|char_ram~7074_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51857_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7074_q ), + .datac(\text_gen|char_ram~7130_q ), + .datad(\text_gen|char_ram~51857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51858 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y41_N17 +dffeas \text_gen|char_ram~5772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y40_N21 +dffeas \text_gen|char_ram~5786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5730feeder ( +// Equation(s): +// \text_gen|char_ram~5730feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y41_N5 +dffeas \text_gen|char_ram~5730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N9 +dffeas \text_gen|char_ram~5716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51854 ( +// Equation(s): +// \text_gen|char_ram~51854_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~5730_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~5716_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~5730_q ), + .datac(\text_gen|char_ram~5716_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51854 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51855 ( +// Equation(s): +// \text_gen|char_ram~51855_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51854_combout & ((\text_gen|char_ram~5786_q ))) # (!\text_gen|char_ram~51854_combout & (\text_gen|char_ram~5772_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51854_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~5772_q ), + .datac(\text_gen|char_ram~5786_q ), + .datad(\text_gen|char_ram~51854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51855 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6220feeder ( +// Equation(s): +// \text_gen|char_ram~6220feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6220feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6220feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6220feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y12_N1 +dffeas \text_gen|char_ram~6220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6220feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y13_N15 +dffeas \text_gen|char_ram~6234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N9 +dffeas \text_gen|char_ram~6164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y28_N29 +dffeas \text_gen|char_ram~6178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51852 ( +// Equation(s): +// \text_gen|char_ram~51852_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6178_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6164_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6164_q ), + .datad(\text_gen|char_ram~6178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51852 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51853 ( +// Equation(s): +// \text_gen|char_ram~51853_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51852_combout & ((\text_gen|char_ram~6234_q ))) # (!\text_gen|char_ram~51852_combout & (\text_gen|char_ram~6220_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51852_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6220_q ), + .datac(\text_gen|char_ram~6234_q ), + .datad(\text_gen|char_ram~51852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51853 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51856 ( +// Equation(s): +// \text_gen|char_ram~51856_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~51853_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~51855_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51855_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51856 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~51856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N23 +dffeas \text_gen|char_ram~6626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y56_N27 +dffeas \text_gen|char_ram~6682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6668feeder ( +// Equation(s): +// \text_gen|char_ram~6668feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6668feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6668feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6668feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y59_N21 +dffeas \text_gen|char_ram~6668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6668feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y52_N3 +dffeas \text_gen|char_ram~6612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51850 ( +// Equation(s): +// \text_gen|char_ram~51850_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~6668_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~6612_q )))) + + .dataa(\text_gen|char_ram~6668_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~6612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51850 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~51850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51851 ( +// Equation(s): +// \text_gen|char_ram~51851_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51850_combout & ((\text_gen|char_ram~6682_q ))) # (!\text_gen|char_ram~51850_combout & (\text_gen|char_ram~6626_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51850_combout )))) + + .dataa(\text_gen|char_ram~6626_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6682_q ), + .datad(\text_gen|char_ram~51850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51851 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51859 ( +// Equation(s): +// \text_gen|char_ram~51859_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51856_combout & (\text_gen|char_ram~51858_combout )) # (!\text_gen|char_ram~51856_combout & ((\text_gen|char_ram~51851_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51856_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51858_combout ), + .datac(\text_gen|char_ram~51856_combout ), + .datad(\text_gen|char_ram~51851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51859 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5548feeder ( +// Equation(s): +// \text_gen|char_ram~5548feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5548feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5548feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5548feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y41_N5 +dffeas \text_gen|char_ram~5548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5548feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y40_N11 +dffeas \text_gen|char_ram~5562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y40_N25 +dffeas \text_gen|char_ram~5492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5506feeder ( +// Equation(s): +// \text_gen|char_ram~5506feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y45_N7 +dffeas \text_gen|char_ram~5506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51823 ( +// Equation(s): +// \text_gen|char_ram~51823_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~5506_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~5492_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5492_q ), + .datad(\text_gen|char_ram~5506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51823 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51824 ( +// Equation(s): +// \text_gen|char_ram~51824_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51823_combout & ((\text_gen|char_ram~5562_q ))) # (!\text_gen|char_ram~51823_combout & (\text_gen|char_ram~5548_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51823_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~5548_q ), + .datac(\text_gen|char_ram~5562_q ), + .datad(\text_gen|char_ram~51823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51824 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y21_N29 +dffeas \text_gen|char_ram~5940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N27 +dffeas \text_gen|char_ram~5954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51821 ( +// Equation(s): +// \text_gen|char_ram~51821_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~5954_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5940_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5940_q ), + .datad(\text_gen|char_ram~5954_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51821 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y17_N3 +dffeas \text_gen|char_ram~6010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y21_N7 +dffeas \text_gen|char_ram~5996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5996 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51822 ( +// Equation(s): +// \text_gen|char_ram~51822_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51821_combout & (\text_gen|char_ram~6010_q )) # (!\text_gen|char_ram~51821_combout & ((\text_gen|char_ram~5996_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51821_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51821_combout ), + .datac(\text_gen|char_ram~6010_q ), + .datad(\text_gen|char_ram~5996_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51822 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51825 ( +// Equation(s): +// \text_gen|char_ram~51825_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~51822_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~51824_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51824_combout ), + .datad(\text_gen|char_ram~51822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51825 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N3 +dffeas \text_gen|char_ram~6850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y33_N5 +dffeas \text_gen|char_ram~6906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y33_N19 +dffeas \text_gen|char_ram~6836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6892feeder ( +// Equation(s): +// \text_gen|char_ram~6892feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6892feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y34_N5 +dffeas \text_gen|char_ram~6892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51826 ( +// Equation(s): +// \text_gen|char_ram~51826_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~6892_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6836_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6836_q ), + .datad(\text_gen|char_ram~6892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51826 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51827 ( +// Equation(s): +// \text_gen|char_ram~51827_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51826_combout & ((\text_gen|char_ram~6906_q ))) # (!\text_gen|char_ram~51826_combout & (\text_gen|char_ram~6850_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51826_combout )))) + + .dataa(\text_gen|char_ram~6850_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6906_q ), + .datad(\text_gen|char_ram~51826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51827 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y51_N27 +dffeas \text_gen|char_ram~6402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y51_N29 +dffeas \text_gen|char_ram~6458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y51_N19 +dffeas \text_gen|char_ram~6388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N7 +dffeas \text_gen|char_ram~6444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51819 ( +// Equation(s): +// \text_gen|char_ram~51819_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~6444_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~6388_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6388_q ), + .datad(\text_gen|char_ram~6444_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51819 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51820 ( +// Equation(s): +// \text_gen|char_ram~51820_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51819_combout & ((\text_gen|char_ram~6458_q ))) # (!\text_gen|char_ram~51819_combout & (\text_gen|char_ram~6402_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51819_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6402_q ), + .datac(\text_gen|char_ram~6458_q ), + .datad(\text_gen|char_ram~51819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51820 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51828 ( +// Equation(s): +// \text_gen|char_ram~51828_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51825_combout & (\text_gen|char_ram~51827_combout )) # (!\text_gen|char_ram~51825_combout & ((\text_gen|char_ram~51820_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51825_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51825_combout ), + .datac(\text_gen|char_ram~51827_combout ), + .datad(\text_gen|char_ram~51820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51828 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6108feeder ( +// Equation(s): +// \text_gen|char_ram~6108feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y17_N1 +dffeas \text_gen|char_ram~6108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y18_N29 +dffeas \text_gen|char_ram~6122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6066feeder ( +// Equation(s): +// \text_gen|char_ram~6066feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6066feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6066feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6066feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y22_N21 +dffeas \text_gen|char_ram~6066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6066feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y18_N17 +dffeas \text_gen|char_ram~6052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51829 ( +// Equation(s): +// \text_gen|char_ram~51829_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~6066_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~6052_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~6066_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6052_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51829 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51830 ( +// Equation(s): +// \text_gen|char_ram~51830_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51829_combout & ((\text_gen|char_ram~6122_q ))) # (!\text_gen|char_ram~51829_combout & (\text_gen|char_ram~6108_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51829_combout )))) + + .dataa(\text_gen|char_ram~6108_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6122_q ), + .datad(\text_gen|char_ram~51829_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51830 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6962feeder ( +// Equation(s): +// \text_gen|char_ram~6962feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N9 +dffeas \text_gen|char_ram~6962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y29_N9 +dffeas \text_gen|char_ram~7018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N9 +dffeas \text_gen|char_ram~6948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7004feeder ( +// Equation(s): +// \text_gen|char_ram~7004feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~7004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7004feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y31_N19 +dffeas \text_gen|char_ram~7004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51836 ( +// Equation(s): +// \text_gen|char_ram~51836_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~7004_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6948_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6948_q ), + .datad(\text_gen|char_ram~7004_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51836 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51837 ( +// Equation(s): +// \text_gen|char_ram~51837_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51836_combout & ((\text_gen|char_ram~7018_q ))) # (!\text_gen|char_ram~51836_combout & (\text_gen|char_ram~6962_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51836_combout )))) + + .dataa(\text_gen|char_ram~6962_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7018_q ), + .datad(\text_gen|char_ram~51836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51837 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y41_N31 +dffeas \text_gen|char_ram~5660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N9 +dffeas \text_gen|char_ram~5674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y37_N17 +dffeas \text_gen|char_ram~5604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5618feeder ( +// Equation(s): +// \text_gen|char_ram~5618feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5618feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y40_N17 +dffeas \text_gen|char_ram~5618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51833 ( +// Equation(s): +// \text_gen|char_ram~51833_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~5618_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~5604_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5604_q ), + .datad(\text_gen|char_ram~5618_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51833 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51834 ( +// Equation(s): +// \text_gen|char_ram~51834_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51833_combout & ((\text_gen|char_ram~5674_q ))) # (!\text_gen|char_ram~51833_combout & (\text_gen|char_ram~5660_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51833_combout )))) + + .dataa(\text_gen|char_ram~5660_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5674_q ), + .datad(\text_gen|char_ram~51833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51834 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6514feeder ( +// Equation(s): +// \text_gen|char_ram~6514feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y52_N7 +dffeas \text_gen|char_ram~6514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y49_N7 +dffeas \text_gen|char_ram~6570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y45_N23 +dffeas \text_gen|char_ram~6500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6556feeder ( +// Equation(s): +// \text_gen|char_ram~6556feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y49_N29 +dffeas \text_gen|char_ram~6556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51831 ( +// Equation(s): +// \text_gen|char_ram~51831_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~6556_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6500_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6500_q ), + .datad(\text_gen|char_ram~6556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51831 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51832 ( +// Equation(s): +// \text_gen|char_ram~51832_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51831_combout & ((\text_gen|char_ram~6570_q ))) # (!\text_gen|char_ram~51831_combout & (\text_gen|char_ram~6514_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51831_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6514_q ), + .datac(\text_gen|char_ram~6570_q ), + .datad(\text_gen|char_ram~51831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51832 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51835 ( +// Equation(s): +// \text_gen|char_ram~51835_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~51832_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51834_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51834_combout ), + .datad(\text_gen|char_ram~51832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51835 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51838 ( +// Equation(s): +// \text_gen|char_ram~51838_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51835_combout & ((\text_gen|char_ram~51837_combout ))) # (!\text_gen|char_ram~51835_combout & (\text_gen|char_ram~51830_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51835_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51830_combout ), + .datac(\text_gen|char_ram~51837_combout ), + .datad(\text_gen|char_ram~51835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51838 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6738feeder ( +// Equation(s): +// \text_gen|char_ram~6738feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6738feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6738feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6738feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y33_N5 +dffeas \text_gen|char_ram~6738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6738feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y30_N25 +dffeas \text_gen|char_ram~6794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y30_N11 +dffeas \text_gen|char_ram~6724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6780feeder ( +// Equation(s): +// \text_gen|char_ram~6780feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6780feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6780feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6780feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y30_N21 +dffeas \text_gen|char_ram~6780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6780feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51846 ( +// Equation(s): +// \text_gen|char_ram~51846_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~6780_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~6724_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6724_q ), + .datad(\text_gen|char_ram~6780_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51846 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51847 ( +// Equation(s): +// \text_gen|char_ram~51847_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51846_combout & ((\text_gen|char_ram~6794_q ))) # (!\text_gen|char_ram~51846_combout & (\text_gen|char_ram~6738_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51846_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6738_q ), + .datac(\text_gen|char_ram~6794_q ), + .datad(\text_gen|char_ram~51846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51847 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y40_N5 +dffeas \text_gen|char_ram~5436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y40_N5 +dffeas \text_gen|char_ram~5450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y37_N11 +dffeas \text_gen|char_ram~5380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y45_N13 +dffeas \text_gen|char_ram~5394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51843 ( +// Equation(s): +// \text_gen|char_ram~51843_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~5394_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~5380_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5380_q ), + .datad(\text_gen|char_ram~5394_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51843 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51844 ( +// Equation(s): +// \text_gen|char_ram~51844_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51843_combout & ((\text_gen|char_ram~5450_q ))) # (!\text_gen|char_ram~51843_combout & (\text_gen|char_ram~5436_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51843_combout )))) + + .dataa(\text_gen|char_ram~5436_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5450_q ), + .datad(\text_gen|char_ram~51843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51844 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y55_N15 +dffeas \text_gen|char_ram~6290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y57_N7 +dffeas \text_gen|char_ram~6346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y53_N3 +dffeas \text_gen|char_ram~6276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6332feeder ( +// Equation(s): +// \text_gen|char_ram~6332feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~6332feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6332feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6332feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y61_N17 +dffeas \text_gen|char_ram~6332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6332feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51841 ( +// Equation(s): +// \text_gen|char_ram~51841_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~6332_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6276_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6276_q ), + .datad(\text_gen|char_ram~6332_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51841 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51842 ( +// Equation(s): +// \text_gen|char_ram~51842_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51841_combout & ((\text_gen|char_ram~6346_q ))) # (!\text_gen|char_ram~51841_combout & (\text_gen|char_ram~6290_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51841_combout )))) + + .dataa(\text_gen|char_ram~6290_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6346_q ), + .datad(\text_gen|char_ram~51841_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51842 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51845 ( +// Equation(s): +// \text_gen|char_ram~51845_combout = (\text_gen|Add5~6_combout & (((\text_gen|char_ram~51842_combout ) # (\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~51844_combout & ((!\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51844_combout ), + .datac(\text_gen|char_ram~51842_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51845 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~51845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5884feeder ( +// Equation(s): +// \text_gen|char_ram~5884feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5884feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5884feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5884feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y10_N13 +dffeas \text_gen|char_ram~5884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5884feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N13 +dffeas \text_gen|char_ram~5898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y14_N25 +dffeas \text_gen|char_ram~5828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~5842feeder ( +// Equation(s): +// \text_gen|char_ram~5842feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y18_N7 +dffeas \text_gen|char_ram~5842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51839 ( +// Equation(s): +// \text_gen|char_ram~51839_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~5842_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~5828_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5828_q ), + .datad(\text_gen|char_ram~5842_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51839 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51840 ( +// Equation(s): +// \text_gen|char_ram~51840_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51839_combout & ((\text_gen|char_ram~5898_q ))) # (!\text_gen|char_ram~51839_combout & (\text_gen|char_ram~5884_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51839_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~5884_q ), + .datac(\text_gen|char_ram~5898_q ), + .datad(\text_gen|char_ram~51839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51840 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51848 ( +// Equation(s): +// \text_gen|char_ram~51848_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51845_combout & (\text_gen|char_ram~51847_combout )) # (!\text_gen|char_ram~51845_combout & ((\text_gen|char_ram~51840_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51845_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51847_combout ), + .datac(\text_gen|char_ram~51845_combout ), + .datad(\text_gen|char_ram~51840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51848 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51849 ( +// Equation(s): +// \text_gen|char_ram~51849_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~51838_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~51848_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51838_combout ), + .datad(\text_gen|char_ram~51848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51849 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51860 ( +// Equation(s): +// \text_gen|char_ram~51860_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~51849_combout & (\text_gen|char_ram~51859_combout )) # (!\text_gen|char_ram~51849_combout & ((\text_gen|char_ram~51828_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~51849_combout )))) + + .dataa(\text_gen|char_ram~51859_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~51828_combout ), + .datad(\text_gen|char_ram~51849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51860 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y37_N23 +dffeas \text_gen|char_ram~3924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3924 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y54_N7 +dffeas \text_gen|char_ram~3938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51769 ( +// Equation(s): +// \text_gen|char_ram~51769_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3938_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3924_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3924_q ), + .datad(\text_gen|char_ram~3938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51769 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y22_N23 +dffeas \text_gen|char_ram~3994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y49_N29 +dffeas \text_gen|char_ram~3980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51770 ( +// Equation(s): +// \text_gen|char_ram~51770_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51769_combout & (\text_gen|char_ram~3994_q )) # (!\text_gen|char_ram~51769_combout & ((\text_gen|char_ram~3980_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51769_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51769_combout ), + .datac(\text_gen|char_ram~3994_q ), + .datad(\text_gen|char_ram~3980_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51770 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y18_N9 +dffeas \text_gen|char_ram~4372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y21_N29 +dffeas \text_gen|char_ram~4386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51767 ( +// Equation(s): +// \text_gen|char_ram~51767_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4386_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4372_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4372_q ), + .datad(\text_gen|char_ram~4386_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51767 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y22_N29 +dffeas \text_gen|char_ram~4442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y19_N5 +dffeas \text_gen|char_ram~4428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51768 ( +// Equation(s): +// \text_gen|char_ram~51768_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51767_combout & (\text_gen|char_ram~4442_q )) # (!\text_gen|char_ram~51767_combout & ((\text_gen|char_ram~4428_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~51767_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~51767_combout ), + .datac(\text_gen|char_ram~4442_q ), + .datad(\text_gen|char_ram~4428_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51768 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51771 ( +// Equation(s): +// \text_gen|char_ram~51771_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~51768_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~51770_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51770_combout ), + .datad(\text_gen|char_ram~51768_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51771 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5282feeder ( +// Equation(s): +// \text_gen|char_ram~5282feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5282feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y25_N17 +dffeas \text_gen|char_ram~5282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y25_N13 +dffeas \text_gen|char_ram~5338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5324feeder ( +// Equation(s): +// \text_gen|char_ram~5324feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5324feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y35_N31 +dffeas \text_gen|char_ram~5324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y33_N29 +dffeas \text_gen|char_ram~5268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51772 ( +// Equation(s): +// \text_gen|char_ram~51772_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~5324_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~5268_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~5324_q ), + .datac(\text_gen|char_ram~5268_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51772 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51773 ( +// Equation(s): +// \text_gen|char_ram~51773_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51772_combout & ((\text_gen|char_ram~5338_q ))) # (!\text_gen|char_ram~51772_combout & (\text_gen|char_ram~5282_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51772_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~5282_q ), + .datac(\text_gen|char_ram~5338_q ), + .datad(\text_gen|char_ram~51772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51773 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4834feeder ( +// Equation(s): +// \text_gen|char_ram~4834feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4834feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y59_N25 +dffeas \text_gen|char_ram~4834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y59_N7 +dffeas \text_gen|char_ram~4890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y63_N13 +dffeas \text_gen|char_ram~4876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y63_N23 +dffeas \text_gen|char_ram~4820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51765 ( +// Equation(s): +// \text_gen|char_ram~51765_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~4876_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~4820_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4876_q ), + .datac(\text_gen|char_ram~4820_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51765 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51766 ( +// Equation(s): +// \text_gen|char_ram~51766_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51765_combout & ((\text_gen|char_ram~4890_q ))) # (!\text_gen|char_ram~51765_combout & (\text_gen|char_ram~4834_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51765_combout )))) + + .dataa(\text_gen|char_ram~4834_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4890_q ), + .datad(\text_gen|char_ram~51765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51766 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51774 ( +// Equation(s): +// \text_gen|char_ram~51774_combout = (\text_gen|char_ram~51771_combout & (((\text_gen|char_ram~51773_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~51771_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51766_combout )))) + + .dataa(\text_gen|char_ram~51771_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51773_combout ), + .datad(\text_gen|char_ram~51766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51774 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y35_N1 +dffeas \text_gen|char_ram~5156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5212feeder ( +// Equation(s): +// \text_gen|char_ram~5212feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~5212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N15 +dffeas \text_gen|char_ram~5212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51741 ( +// Equation(s): +// \text_gen|char_ram~51741_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~5212_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5156_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5156_q ), + .datad(\text_gen|char_ram~5212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51741 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y26_N21 +dffeas \text_gen|char_ram~5170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y27_N31 +dffeas \text_gen|char_ram~5226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51742 ( +// Equation(s): +// \text_gen|char_ram~51742_combout = (\text_gen|char_ram~51741_combout & (((\text_gen|char_ram~5226_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~51741_combout & (\text_gen|char_ram~5170_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~51741_combout ), + .datab(\text_gen|char_ram~5170_q ), + .datac(\text_gen|char_ram~5226_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51742 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~51742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4316feeder ( +// Equation(s): +// \text_gen|char_ram~4316feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4316feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4316feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4316feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y22_N23 +dffeas \text_gen|char_ram~4316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4316feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y22_N5 +dffeas \text_gen|char_ram~4330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y22_N13 +dffeas \text_gen|char_ram~4260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y22_N17 +dffeas \text_gen|char_ram~4274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51734 ( +// Equation(s): +// \text_gen|char_ram~51734_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~4274_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4260_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4260_q ), + .datad(\text_gen|char_ram~4274_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51734 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51735 ( +// Equation(s): +// \text_gen|char_ram~51735_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51734_combout & ((\text_gen|char_ram~4330_q ))) # (!\text_gen|char_ram~51734_combout & (\text_gen|char_ram~4316_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51734_combout )))) + + .dataa(\text_gen|char_ram~4316_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4330_q ), + .datad(\text_gen|char_ram~51734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51735 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y44_N29 +dffeas \text_gen|char_ram~3868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y44_N11 +dffeas \text_gen|char_ram~3882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y43_N13 +dffeas \text_gen|char_ram~3812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y44_N27 +dffeas \text_gen|char_ram~3826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51738 ( +// Equation(s): +// \text_gen|char_ram~51738_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3826_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3812_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3812_q ), + .datad(\text_gen|char_ram~3826_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51738 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51739 ( +// Equation(s): +// \text_gen|char_ram~51739_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51738_combout & ((\text_gen|char_ram~3882_q ))) # (!\text_gen|char_ram~51738_combout & (\text_gen|char_ram~3868_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51738_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3868_q ), + .datac(\text_gen|char_ram~3882_q ), + .datad(\text_gen|char_ram~51738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51739 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y51_N13 +dffeas \text_gen|char_ram~4722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y51_N21 +dffeas \text_gen|char_ram~4778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N19 +dffeas \text_gen|char_ram~4708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4764feeder ( +// Equation(s): +// \text_gen|char_ram~4764feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4764feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4764feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4764feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y51_N31 +dffeas \text_gen|char_ram~4764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4764feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51736 ( +// Equation(s): +// \text_gen|char_ram~51736_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4764_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4708_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4708_q ), + .datad(\text_gen|char_ram~4764_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51736 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51737 ( +// Equation(s): +// \text_gen|char_ram~51737_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51736_combout & ((\text_gen|char_ram~4778_q ))) # (!\text_gen|char_ram~51736_combout & (\text_gen|char_ram~4722_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51736_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~4722_q ), + .datac(\text_gen|char_ram~4778_q ), + .datad(\text_gen|char_ram~51736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51737 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51740 ( +// Equation(s): +// \text_gen|char_ram~51740_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~51737_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51739_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51739_combout ), + .datad(\text_gen|char_ram~51737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51740 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51743 ( +// Equation(s): +// \text_gen|char_ram~51743_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51740_combout & (\text_gen|char_ram~51742_combout )) # (!\text_gen|char_ram~51740_combout & ((\text_gen|char_ram~51735_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51740_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51742_combout ), + .datac(\text_gen|char_ram~51735_combout ), + .datad(\text_gen|char_ram~51740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51743 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3756feeder ( +// Equation(s): +// \text_gen|char_ram~3756feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3756feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3756feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3756feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y49_N13 +dffeas \text_gen|char_ram~3756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3756feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y49_N27 +dffeas \text_gen|char_ram~3770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y45_N23 +dffeas \text_gen|char_ram~3700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3714feeder ( +// Equation(s): +// \text_gen|char_ram~3714feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~3714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y45_N25 +dffeas \text_gen|char_ram~3714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51748 ( +// Equation(s): +// \text_gen|char_ram~51748_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3714_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3700_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3700_q ), + .datad(\text_gen|char_ram~3714_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51748 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51749 ( +// Equation(s): +// \text_gen|char_ram~51749_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51748_combout & ((\text_gen|char_ram~3770_q ))) # (!\text_gen|char_ram~51748_combout & (\text_gen|char_ram~3756_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51748_combout )))) + + .dataa(\text_gen|char_ram~3756_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3770_q ), + .datad(\text_gen|char_ram~51748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51749 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4204feeder ( +// Equation(s): +// \text_gen|char_ram~4204feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4204feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4204feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4204feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y22_N17 +dffeas \text_gen|char_ram~4204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4204feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y22_N21 +dffeas \text_gen|char_ram~4218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y24_N7 +dffeas \text_gen|char_ram~4148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y24_N21 +dffeas \text_gen|char_ram~4162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51746 ( +// Equation(s): +// \text_gen|char_ram~51746_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~4162_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4148_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4148_q ), + .datad(\text_gen|char_ram~4162_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51746 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51747 ( +// Equation(s): +// \text_gen|char_ram~51747_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51746_combout & ((\text_gen|char_ram~4218_q ))) # (!\text_gen|char_ram~51746_combout & (\text_gen|char_ram~4204_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51746_combout )))) + + .dataa(\text_gen|char_ram~4204_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4218_q ), + .datad(\text_gen|char_ram~51746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51747 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51750 ( +// Equation(s): +// \text_gen|char_ram~51750_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~51747_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~51749_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51749_combout ), + .datad(\text_gen|char_ram~51747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51750 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4610feeder ( +// Equation(s): +// \text_gen|char_ram~4610feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4610feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4610feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4610feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y48_N17 +dffeas \text_gen|char_ram~4610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4610feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y48_N11 +dffeas \text_gen|char_ram~4666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4652feeder ( +// Equation(s): +// \text_gen|char_ram~4652feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4652feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4652feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4652feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y48_N7 +dffeas \text_gen|char_ram~4652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4652feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y48_N29 +dffeas \text_gen|char_ram~4596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51744 ( +// Equation(s): +// \text_gen|char_ram~51744_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~4652_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~4596_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4652_q ), + .datac(\text_gen|char_ram~4596_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51744 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~51744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51745 ( +// Equation(s): +// \text_gen|char_ram~51745_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51744_combout & ((\text_gen|char_ram~4666_q ))) # (!\text_gen|char_ram~51744_combout & (\text_gen|char_ram~4610_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51744_combout )))) + + .dataa(\text_gen|char_ram~4610_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4666_q ), + .datad(\text_gen|char_ram~51744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51745 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N1 +dffeas \text_gen|char_ram~5058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y37_N1 +dffeas \text_gen|char_ram~5114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y35_N3 +dffeas \text_gen|char_ram~5044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y35_N15 +dffeas \text_gen|char_ram~5100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51751 ( +// Equation(s): +// \text_gen|char_ram~51751_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~5100_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~5044_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5044_q ), + .datad(\text_gen|char_ram~5100_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51751 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51752 ( +// Equation(s): +// \text_gen|char_ram~51752_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51751_combout & ((\text_gen|char_ram~5114_q ))) # (!\text_gen|char_ram~51751_combout & (\text_gen|char_ram~5058_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51751_combout )))) + + .dataa(\text_gen|char_ram~5058_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5114_q ), + .datad(\text_gen|char_ram~51751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51752 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51753 ( +// Equation(s): +// \text_gen|char_ram~51753_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51750_combout & ((\text_gen|char_ram~51752_combout ))) # (!\text_gen|char_ram~51750_combout & (\text_gen|char_ram~51745_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51750_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51750_combout ), + .datac(\text_gen|char_ram~51745_combout ), + .datad(\text_gen|char_ram~51752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51753 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~51753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4498feeder ( +// Equation(s): +// \text_gen|char_ram~4498feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y55_N27 +dffeas \text_gen|char_ram~4498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4554feeder ( +// Equation(s): +// \text_gen|char_ram~4554feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4554feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y59_N7 +dffeas \text_gen|char_ram~4554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y63_N1 +dffeas \text_gen|char_ram~4484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y63_N21 +dffeas \text_gen|char_ram~4540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51756 ( +// Equation(s): +// \text_gen|char_ram~51756_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4540_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4484_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4484_q ), + .datad(\text_gen|char_ram~4540_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51756 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51757 ( +// Equation(s): +// \text_gen|char_ram~51757_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51756_combout & ((\text_gen|char_ram~4554_q ))) # (!\text_gen|char_ram~51756_combout & (\text_gen|char_ram~4498_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51756_combout )))) + + .dataa(\text_gen|char_ram~4498_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4554_q ), + .datad(\text_gen|char_ram~51756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51757 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y49_N3 +dffeas \text_gen|char_ram~3644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y49_N17 +dffeas \text_gen|char_ram~3658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N29 +dffeas \text_gen|char_ram~3588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y49_N21 +dffeas \text_gen|char_ram~3602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51758 ( +// Equation(s): +// \text_gen|char_ram~51758_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~3602_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~3588_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3588_q ), + .datad(\text_gen|char_ram~3602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51758 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51759 ( +// Equation(s): +// \text_gen|char_ram~51759_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51758_combout & ((\text_gen|char_ram~3658_q ))) # (!\text_gen|char_ram~51758_combout & (\text_gen|char_ram~3644_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51758_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3644_q ), + .datac(\text_gen|char_ram~3658_q ), + .datad(\text_gen|char_ram~51758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51759 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51760 ( +// Equation(s): +// \text_gen|char_ram~51760_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~51757_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~51759_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51757_combout ), + .datad(\text_gen|char_ram~51759_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51760 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N27 +dffeas \text_gen|char_ram~4946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N21 +dffeas \text_gen|char_ram~5002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y27_N25 +dffeas \text_gen|char_ram~4932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4988feeder ( +// Equation(s): +// \text_gen|char_ram~4988feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~4988feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4988feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4988feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y27_N27 +dffeas \text_gen|char_ram~4988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4988feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51761 ( +// Equation(s): +// \text_gen|char_ram~51761_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~4988_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4932_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4932_q ), + .datad(\text_gen|char_ram~4988_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51761 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51762 ( +// Equation(s): +// \text_gen|char_ram~51762_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51761_combout & ((\text_gen|char_ram~5002_q ))) # (!\text_gen|char_ram~51761_combout & (\text_gen|char_ram~4946_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51761_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~4946_q ), + .datac(\text_gen|char_ram~5002_q ), + .datad(\text_gen|char_ram~51761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51762 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y30_N13 +dffeas \text_gen|char_ram~4092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y30_N27 +dffeas \text_gen|char_ram~4106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N23 +dffeas \text_gen|char_ram~4036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N21 +dffeas \text_gen|char_ram~4050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51754 ( +// Equation(s): +// \text_gen|char_ram~51754_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4050_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4036_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4036_q ), + .datad(\text_gen|char_ram~4050_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51754 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51755 ( +// Equation(s): +// \text_gen|char_ram~51755_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51754_combout & ((\text_gen|char_ram~4106_q ))) # (!\text_gen|char_ram~51754_combout & (\text_gen|char_ram~4092_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~51754_combout )))) + + .dataa(\text_gen|char_ram~4092_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4106_q ), + .datad(\text_gen|char_ram~51754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51755 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51763 ( +// Equation(s): +// \text_gen|char_ram~51763_combout = (\text_gen|char_ram~51760_combout & (((\text_gen|char_ram~51762_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~51760_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51755_combout )))) + + .dataa(\text_gen|char_ram~51760_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51762_combout ), + .datad(\text_gen|char_ram~51755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51763 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51764 ( +// Equation(s): +// \text_gen|char_ram~51764_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~51753_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~51763_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51753_combout ), + .datad(\text_gen|char_ram~51763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51764 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51775 ( +// Equation(s): +// \text_gen|char_ram~51775_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51764_combout & (\text_gen|char_ram~51774_combout )) # (!\text_gen|char_ram~51764_combout & ((\text_gen|char_ram~51743_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51764_combout )))) + + .dataa(\text_gen|char_ram~51774_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51743_combout ), + .datad(\text_gen|char_ram~51764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51775 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1698feeder ( +// Equation(s): +// \text_gen|char_ram~1698feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1698feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y23_N23 +dffeas \text_gen|char_ram~1698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N13 +dffeas \text_gen|char_ram~1754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y30_N7 +dffeas \text_gen|char_ram~1740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N29 +dffeas \text_gen|char_ram~1684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51814 ( +// Equation(s): +// \text_gen|char_ram~51814_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~1740_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~1684_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1740_q ), + .datac(\text_gen|char_ram~1684_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~51814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51814 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51815 ( +// Equation(s): +// \text_gen|char_ram~51815_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51814_combout & ((\text_gen|char_ram~1754_q ))) # (!\text_gen|char_ram~51814_combout & (\text_gen|char_ram~1698_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51814_combout )))) + + .dataa(\text_gen|char_ram~1698_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1754_q ), + .datad(\text_gen|char_ram~51814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51815 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y16_N11 +dffeas \text_gen|char_ram~788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y16_N3 +dffeas \text_gen|char_ram~802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51809 ( +// Equation(s): +// \text_gen|char_ram~51809_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~802_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~788_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~788_q ), + .datad(\text_gen|char_ram~802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51809 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y16_N25 +dffeas \text_gen|char_ram~858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y16_N23 +dffeas \text_gen|char_ram~844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51810 ( +// Equation(s): +// \text_gen|char_ram~51810_combout = (\text_gen|char_ram~51809_combout & (((\text_gen|char_ram~858_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~51809_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~844_q )))) + + .dataa(\text_gen|char_ram~51809_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~858_q ), + .datad(\text_gen|char_ram~844_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51810 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~396feeder ( +// Equation(s): +// \text_gen|char_ram~396feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~396feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y42_N27 +dffeas \text_gen|char_ram~396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y42_N3 +dffeas \text_gen|char_ram~410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y43_N13 +dffeas \text_gen|char_ram~354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y42_N29 +dffeas \text_gen|char_ram~340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51811 ( +// Equation(s): +// \text_gen|char_ram~51811_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~354_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~340_q ))))) + + .dataa(\text_gen|char_ram~354_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~340_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51811 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~51811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51812 ( +// Equation(s): +// \text_gen|char_ram~51812_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51811_combout & ((\text_gen|char_ram~410_q ))) # (!\text_gen|char_ram~51811_combout & (\text_gen|char_ram~396_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51811_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~396_q ), + .datac(\text_gen|char_ram~410_q ), + .datad(\text_gen|char_ram~51811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51812 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51813 ( +// Equation(s): +// \text_gen|char_ram~51813_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~51810_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~51812_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51810_combout ), + .datad(\text_gen|char_ram~51812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51813 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~51813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y55_N1 +dffeas \text_gen|char_ram~1250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N11 +dffeas \text_gen|char_ram~1306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y56_N29 +dffeas \text_gen|char_ram~1236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1292feeder ( +// Equation(s): +// \text_gen|char_ram~1292feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1292feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1292feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1292feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y57_N3 +dffeas \text_gen|char_ram~1292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1292feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51807 ( +// Equation(s): +// \text_gen|char_ram~51807_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~1292_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1236_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1236_q ), + .datad(\text_gen|char_ram~1292_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51807 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51808 ( +// Equation(s): +// \text_gen|char_ram~51808_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51807_combout & ((\text_gen|char_ram~1306_q ))) # (!\text_gen|char_ram~51807_combout & (\text_gen|char_ram~1250_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51807_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1250_q ), + .datac(\text_gen|char_ram~1306_q ), + .datad(\text_gen|char_ram~51807_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51808 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51816 ( +// Equation(s): +// \text_gen|char_ram~51816_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51813_combout & (\text_gen|char_ram~51815_combout )) # (!\text_gen|char_ram~51813_combout & ((\text_gen|char_ram~51808_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51813_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~51815_combout ), + .datac(\text_gen|char_ram~51813_combout ), + .datad(\text_gen|char_ram~51808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51816 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y26_N11 +dffeas \text_gen|char_ram~1586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N5 +dffeas \text_gen|char_ram~1642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~1628feeder ( +// Equation(s): +// \text_gen|char_ram~1628feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1628feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1628feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1628feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y34_N7 +dffeas \text_gen|char_ram~1628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1628feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N27 +dffeas \text_gen|char_ram~1572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51783 ( +// Equation(s): +// \text_gen|char_ram~51783_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1628_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~1572_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~1628_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1572_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51783 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~51783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51784 ( +// Equation(s): +// \text_gen|char_ram~51784_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51783_combout & ((\text_gen|char_ram~1642_q ))) # (!\text_gen|char_ram~51783_combout & (\text_gen|char_ram~1586_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51783_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~1586_q ), + .datac(\text_gen|char_ram~1642_q ), + .datad(\text_gen|char_ram~51783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51784 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y49_N25 +dffeas \text_gen|char_ram~1124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y49_N23 +dffeas \text_gen|char_ram~1180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51778 ( +// Equation(s): +// \text_gen|char_ram~51778_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~1180_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1124_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1124_q ), + .datad(\text_gen|char_ram~1180_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51778 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y49_N29 +dffeas \text_gen|char_ram~1194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y53_N7 +dffeas \text_gen|char_ram~1138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~51779 ( +// Equation(s): +// \text_gen|char_ram~51779_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51778_combout & (\text_gen|char_ram~1194_q )) # (!\text_gen|char_ram~51778_combout & ((\text_gen|char_ram~1138_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~51778_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~51778_combout ), + .datac(\text_gen|char_ram~1194_q ), + .datad(\text_gen|char_ram~1138_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51779 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~51779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y42_N13 +dffeas \text_gen|char_ram~284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y42_N23 +dffeas \text_gen|char_ram~298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y42_N3 +dffeas \text_gen|char_ram~228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y44_N13 +dffeas \text_gen|char_ram~242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51780 ( +// Equation(s): +// \text_gen|char_ram~51780_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~242_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~228_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~228_q ), + .datad(\text_gen|char_ram~242_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51780 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~51781 ( +// Equation(s): +// \text_gen|char_ram~51781_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51780_combout & ((\text_gen|char_ram~298_q ))) # (!\text_gen|char_ram~51780_combout & (\text_gen|char_ram~284_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51780_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~284_q ), + .datac(\text_gen|char_ram~298_q ), + .datad(\text_gen|char_ram~51780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51781 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51782 ( +// Equation(s): +// \text_gen|char_ram~51782_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~51779_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~51781_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~51779_combout ), + .datad(\text_gen|char_ram~51781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51782 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~732feeder ( +// Equation(s): +// \text_gen|char_ram~732feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y16_N23 +dffeas \text_gen|char_ram~732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y13_N1 +dffeas \text_gen|char_ram~746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y19_N27 +dffeas \text_gen|char_ram~690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y19_N29 +dffeas \text_gen|char_ram~676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51776 ( +// Equation(s): +// \text_gen|char_ram~51776_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~690_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~676_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~690_q ), + .datac(\text_gen|char_ram~676_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~51776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51776 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~51776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51777 ( +// Equation(s): +// \text_gen|char_ram~51777_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51776_combout & ((\text_gen|char_ram~746_q ))) # (!\text_gen|char_ram~51776_combout & (\text_gen|char_ram~732_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51776_combout +// )))) + + .dataa(\text_gen|char_ram~732_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~746_q ), + .datad(\text_gen|char_ram~51776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51777 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51785 ( +// Equation(s): +// \text_gen|char_ram~51785_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51782_combout & (\text_gen|char_ram~51784_combout )) # (!\text_gen|char_ram~51782_combout & ((\text_gen|char_ram~51777_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51782_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51784_combout ), + .datac(\text_gen|char_ram~51782_combout ), + .datad(\text_gen|char_ram~51777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51785 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~51785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y25_N29 +dffeas \text_gen|char_ram~1362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y24_N3 +dffeas \text_gen|char_ram~1418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y28_N19 +dffeas \text_gen|char_ram~1348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y28_N5 +dffeas \text_gen|char_ram~1404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~51803 ( +// Equation(s): +// \text_gen|char_ram~51803_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~1404_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1348_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1348_q ), + .datad(\text_gen|char_ram~1404_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51803 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~51804 ( +// Equation(s): +// \text_gen|char_ram~51804_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51803_combout & ((\text_gen|char_ram~1418_q ))) # (!\text_gen|char_ram~51803_combout & (\text_gen|char_ram~1362_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51803_combout )))) + + .dataa(\text_gen|char_ram~1362_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1418_q ), + .datad(\text_gen|char_ram~51803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51804 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~508feeder ( +// Equation(s): +// \text_gen|char_ram~508feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~508feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~508feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~508feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y16_N9 +dffeas \text_gen|char_ram~508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~508feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y11_N11 +dffeas \text_gen|char_ram~522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y16_N27 +dffeas \text_gen|char_ram~452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N27 +dffeas \text_gen|char_ram~466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51796 ( +// Equation(s): +// \text_gen|char_ram~51796_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~466_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~452_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~452_q ), + .datad(\text_gen|char_ram~466_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51796 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51797 ( +// Equation(s): +// \text_gen|char_ram~51797_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51796_combout & ((\text_gen|char_ram~522_q ))) # (!\text_gen|char_ram~51796_combout & (\text_gen|char_ram~508_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51796_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~508_q ), + .datac(\text_gen|char_ram~522_q ), + .datad(\text_gen|char_ram~51796_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51797 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y42_N15 +dffeas \text_gen|char_ram~60 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~60_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~60 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~60 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y38_N17 +dffeas \text_gen|char_ram~74 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~74_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~74 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~74 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y46_N11 +dffeas \text_gen|char_ram~4 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y46_N13 +dffeas \text_gen|char_ram~18 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51800 ( +// Equation(s): +// \text_gen|char_ram~51800_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~18_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4_q ), + .datad(\text_gen|char_ram~18_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51800 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51801 ( +// Equation(s): +// \text_gen|char_ram~51801_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51800_combout & ((\text_gen|char_ram~74_q ))) # (!\text_gen|char_ram~51800_combout & (\text_gen|char_ram~60_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51800_combout +// )))) + + .dataa(\text_gen|char_ram~60_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~74_q ), + .datad(\text_gen|char_ram~51800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51801 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y54_N1 +dffeas \text_gen|char_ram~900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~956feeder ( +// Equation(s): +// \text_gen|char_ram~956feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~956feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~956feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~956feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y62_N11 +dffeas \text_gen|char_ram~956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~956feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~51798 ( +// Equation(s): +// \text_gen|char_ram~51798_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~956_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~900_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~900_q ), + .datad(\text_gen|char_ram~956_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51798 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y58_N15 +dffeas \text_gen|char_ram~970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N19 +dffeas \text_gen|char_ram~914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~51799 ( +// Equation(s): +// \text_gen|char_ram~51799_combout = (\text_gen|char_ram~51798_combout & (((\text_gen|char_ram~970_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~51798_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~914_q )))) + + .dataa(\text_gen|char_ram~51798_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~970_q ), + .datad(\text_gen|char_ram~914_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51799 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~51799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51802 ( +// Equation(s): +// \text_gen|char_ram~51802_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~51799_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~51801_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51801_combout ), + .datad(\text_gen|char_ram~51799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51802 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51805 ( +// Equation(s): +// \text_gen|char_ram~51805_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~51802_combout & (\text_gen|char_ram~51804_combout )) # (!\text_gen|char_ram~51802_combout & ((\text_gen|char_ram~51797_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~51802_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~51804_combout ), + .datac(\text_gen|char_ram~51797_combout ), + .datad(\text_gen|char_ram~51802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51805 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y29_N21 +dffeas \text_gen|char_ram~1474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N29 +dffeas \text_gen|char_ram~1530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y34_N21 +dffeas \text_gen|char_ram~1460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1516feeder ( +// Equation(s): +// \text_gen|char_ram~1516feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1516feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1516feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1516feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y34_N11 +dffeas \text_gen|char_ram~1516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1516feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51793 ( +// Equation(s): +// \text_gen|char_ram~51793_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~1516_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1460_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1460_q ), + .datad(\text_gen|char_ram~1516_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51793 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51794 ( +// Equation(s): +// \text_gen|char_ram~51794_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51793_combout & ((\text_gen|char_ram~1530_q ))) # (!\text_gen|char_ram~51793_combout & (\text_gen|char_ram~1474_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51793_combout )))) + + .dataa(\text_gen|char_ram~1474_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1530_q ), + .datad(\text_gen|char_ram~51793_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51794 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y44_N23 +dffeas \text_gen|char_ram~1082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1026feeder ( +// Equation(s): +// \text_gen|char_ram~1026feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1026feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y45_N9 +dffeas \text_gen|char_ram~1026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N9 +dffeas \text_gen|char_ram~1012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1068feeder ( +// Equation(s): +// \text_gen|char_ram~1068feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~1068feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1068feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1068feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N21 +dffeas \text_gen|char_ram~1068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1068feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51786 ( +// Equation(s): +// \text_gen|char_ram~51786_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~1068_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1012_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1012_q ), + .datad(\text_gen|char_ram~1068_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51786 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~51787 ( +// Equation(s): +// \text_gen|char_ram~51787_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~51786_combout & (\text_gen|char_ram~1082_q )) # (!\text_gen|char_ram~51786_combout & ((\text_gen|char_ram~1026_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~51786_combout )))) + + .dataa(\text_gen|char_ram~1082_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1026_q ), + .datad(\text_gen|char_ram~51786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51787 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~172feeder ( +// Equation(s): +// \text_gen|char_ram~172feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~172feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~172feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~172feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y42_N29 +dffeas \text_gen|char_ram~172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~172feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y42_N31 +dffeas \text_gen|char_ram~186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y45_N11 +dffeas \text_gen|char_ram~116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~130feeder ( +// Equation(s): +// \text_gen|char_ram~130feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~130feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~130feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~130feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y45_N19 +dffeas \text_gen|char_ram~130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~130feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51790 ( +// Equation(s): +// \text_gen|char_ram~51790_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~130_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~116_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~116_q ), + .datad(\text_gen|char_ram~130_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51790 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~51790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~51791 ( +// Equation(s): +// \text_gen|char_ram~51791_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51790_combout & ((\text_gen|char_ram~186_q ))) # (!\text_gen|char_ram~51790_combout & (\text_gen|char_ram~172_q )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51790_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~172_q ), + .datac(\text_gen|char_ram~186_q ), + .datad(\text_gen|char_ram~51790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51791 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~51791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y7_N28 +cycloneiv_lcell_comb \text_gen|char_ram~634feeder ( +// Equation(s): +// \text_gen|char_ram~634feeder_combout = \uart_inst|rx_data [4] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [4]), + .cin(gnd), + .combout(\text_gen|char_ram~634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y7_N29 +dffeas \text_gen|char_ram~634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y7_N7 +dffeas \text_gen|char_ram~620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y20_N25 +dffeas \text_gen|char_ram~564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N1 +dffeas \text_gen|char_ram~578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [4]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~51788 ( +// Equation(s): +// \text_gen|char_ram~51788_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~578_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~564_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~564_q ), + .datad(\text_gen|char_ram~578_q ), + .cin(gnd), + .combout(\text_gen|char_ram~51788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51788 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y7_N6 +cycloneiv_lcell_comb \text_gen|char_ram~51789 ( +// Equation(s): +// \text_gen|char_ram~51789_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~51788_combout & (\text_gen|char_ram~634_q )) # (!\text_gen|char_ram~51788_combout & ((\text_gen|char_ram~620_q ))))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~51788_combout +// )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~634_q ), + .datac(\text_gen|char_ram~620_q ), + .datad(\text_gen|char_ram~51788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51789 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~51789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~51792 ( +// Equation(s): +// \text_gen|char_ram~51792_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~51789_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~51791_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~51791_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~51789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51792 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~51792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~51795 ( +// Equation(s): +// \text_gen|char_ram~51795_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~51792_combout & (\text_gen|char_ram~51794_combout )) # (!\text_gen|char_ram~51792_combout & ((\text_gen|char_ram~51787_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~51792_combout )))) + + .dataa(\text_gen|char_ram~51794_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~51787_combout ), + .datad(\text_gen|char_ram~51792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51795 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~51806 ( +// Equation(s): +// \text_gen|char_ram~51806_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~51795_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~51805_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51805_combout ), + .datad(\text_gen|char_ram~51795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51806 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~51806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~51817 ( +// Equation(s): +// \text_gen|char_ram~51817_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~51806_combout & (\text_gen|char_ram~51816_combout )) # (!\text_gen|char_ram~51806_combout & ((\text_gen|char_ram~51785_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~51806_combout )))) + + .dataa(\text_gen|char_ram~51816_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~51785_combout ), + .datad(\text_gen|char_ram~51806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51817 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~51817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~51818 ( +// Equation(s): +// \text_gen|char_ram~51818_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~51775_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~51817_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51775_combout ), + .datad(\text_gen|char_ram~51817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51818 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~51818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51861 ( +// Equation(s): +// \text_gen|char_ram~51861_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~51818_combout & ((\text_gen|char_ram~51860_combout ))) # (!\text_gen|char_ram~51818_combout & (\text_gen|char_ram~51733_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~51818_combout )))) + + .dataa(\text_gen|char_ram~51733_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~51860_combout ), + .datad(\text_gen|char_ram~51818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51861 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~51861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~51862 ( +// Equation(s): +// \text_gen|char_ram~51862_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~51691_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~51861_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~51691_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~51861_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~51862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~51862 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~51862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~52033 ( +// Equation(s): +// \text_gen|char_ram~52033_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~51862_combout & ((\text_gen|char_ram~52032_combout ))) # (!\text_gen|char_ram~51862_combout & (\text_gen|char_ram~51521_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~51862_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~51521_combout ), + .datac(\text_gen|char_ram~52032_combout ), + .datad(\text_gen|char_ram~51862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52033 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~52033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~52034 ( +// Equation(s): +// \text_gen|char_ram~52034_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~51351_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~52033_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~51351_combout ), + .datad(\text_gen|char_ram~52033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52034 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~52034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~52717 ( +// Equation(s): +// \text_gen|char_ram~52717_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~52034_combout & (\text_gen|char_ram~52716_combout )) # (!\text_gen|char_ram~52034_combout & ((\text_gen|char_ram~50669_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~52034_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~52716_combout ), + .datac(\text_gen|char_ram~50669_combout ), + .datad(\text_gen|char_ram~52034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~52717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~52717 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~52717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_code[4]~6 ( +// Equation(s): +// \text_gen|char_code[4]~6_combout = (\text_gen|char_code~1_combout & \text_gen|char_ram~52717_combout ) + + .dataa(\text_gen|char_code~1_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~52717_combout ), + .cin(gnd), + .combout(\text_gen|char_code[4]~6_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_code[4]~6 .lut_mask = 16'hAA00; +defparam \text_gen|char_code[4]~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~63 ( +// Equation(s): +// \text_gen|f_rom|Mux5~63_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3]) # ((\vga_c|v_cnt [1] & \vga_c|v_cnt [2])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~63_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~63 .lut_mask = 16'h0E0A; +defparam \text_gen|f_rom|Mux5~63 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N14 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels[7]~6 ( +// Equation(s): +// \text_gen|f_rom|row_pixels[7]~6_combout = (\text_gen|char_code[3]~4_combout & (\text_gen|char_code[5]~7_combout & (!\text_gen|char_code[4]~6_combout & \text_gen|f_rom|Mux5~63_combout ))) + + .dataa(\text_gen|char_code[3]~4_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|char_code[4]~6_combout ), + .datad(\text_gen|f_rom|Mux5~63_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels[7]~6_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels[7]~6 .lut_mask = 16'h0800; +defparam \text_gen|f_rom|row_pixels[7]~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10303feeder ( +// Equation(s): +// \text_gen|char_ram~10303feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y62_N11 +dffeas \text_gen|char_ram~10303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10079feeder ( +// Equation(s): +// \text_gen|char_ram~10079feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y62_N25 +dffeas \text_gen|char_ram~10079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y60_N11 +dffeas \text_gen|char_ram~10072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y60_N29 +dffeas \text_gen|char_ram~10296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33640 ( +// Equation(s): +// \text_gen|char_ram~33640_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~10296_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10072_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10072_q ), + .datad(\text_gen|char_ram~10296_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33640 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33641 ( +// Equation(s): +// \text_gen|char_ram~33641_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33640_combout & (\text_gen|char_ram~10303_q )) # (!\text_gen|char_ram~33640_combout & ((\text_gen|char_ram~10079_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33640_combout )))) + + .dataa(\text_gen|char_ram~10303_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10079_q ), + .datad(\text_gen|char_ram~33640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33641 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y57_N13 +dffeas \text_gen|char_ram~10191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y57_N21 +dffeas \text_gen|char_ram~9967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9967 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y60_N13 +dffeas \text_gen|char_ram~10184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y60_N19 +dffeas \text_gen|char_ram~9960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33633 ( +// Equation(s): +// \text_gen|char_ram~33633_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~10184_q ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~9960_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~10184_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9960_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33633 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33634 ( +// Equation(s): +// \text_gen|char_ram~33634_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33633_combout & (\text_gen|char_ram~10191_q )) # (!\text_gen|char_ram~33633_combout & ((\text_gen|char_ram~9967_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33633_combout )))) + + .dataa(\text_gen|char_ram~10191_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9967_q ), + .datad(\text_gen|char_ram~33633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33634 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10135feeder ( +// Equation(s): +// \text_gen|char_ram~10135feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10135feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10135feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10135feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y60_N21 +dffeas \text_gen|char_ram~10135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10135feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y56_N1 +dffeas \text_gen|char_ram~10128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y56_N27 +dffeas \text_gen|char_ram~9904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33637 ( +// Equation(s): +// \text_gen|char_ram~33637_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~10128_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~9904_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10128_q ), + .datac(\text_gen|char_ram~9904_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33637 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9911feeder ( +// Equation(s): +// \text_gen|char_ram~9911feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9911feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9911feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9911feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y60_N25 +dffeas \text_gen|char_ram~9911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9911feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33638 ( +// Equation(s): +// \text_gen|char_ram~33638_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33637_combout & (\text_gen|char_ram~10135_q )) # (!\text_gen|char_ram~33637_combout & ((\text_gen|char_ram~9911_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33637_combout )))) + + .dataa(\text_gen|char_ram~10135_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~33637_combout ), + .datad(\text_gen|char_ram~9911_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33638 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~33638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10023feeder ( +// Equation(s): +// \text_gen|char_ram~10023feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10023feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10023feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10023feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y60_N25 +dffeas \text_gen|char_ram~10023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10023feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y57_N21 +dffeas \text_gen|char_ram~10247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y56_N11 +dffeas \text_gen|char_ram~10016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y56_N25 +dffeas \text_gen|char_ram~10240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33635 ( +// Equation(s): +// \text_gen|char_ram~33635_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~10240_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10016_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10016_q ), + .datad(\text_gen|char_ram~10240_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33635 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33636 ( +// Equation(s): +// \text_gen|char_ram~33636_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33635_combout & ((\text_gen|char_ram~10247_q ))) # (!\text_gen|char_ram~33635_combout & (\text_gen|char_ram~10023_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33635_combout )))) + + .dataa(\text_gen|char_ram~10023_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10247_q ), + .datad(\text_gen|char_ram~33635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33636 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33639 ( +// Equation(s): +// \text_gen|char_ram~33639_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [7]) # (\text_gen|char_ram~33636_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33638_combout & (!\vga_c|h_cnt [7]))) + + .dataa(\text_gen|char_ram~33638_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~33636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33639 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~33639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33642 ( +// Equation(s): +// \text_gen|char_ram~33642_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33639_combout & (\text_gen|char_ram~33641_combout )) # (!\text_gen|char_ram~33639_combout & ((\text_gen|char_ram~33634_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33639_combout )))) + + .dataa(\text_gen|char_ram~33641_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~33634_combout ), + .datad(\text_gen|char_ram~33639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33642 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y57_N15 +dffeas \text_gen|char_ram~9988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y57_N13 +dffeas \text_gen|char_ram~10044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33612 ( +// Equation(s): +// \text_gen|char_ram~33612_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~10044_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9988_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9988_q ), + .datad(\text_gen|char_ram~10044_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33612 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y60_N15 +dffeas \text_gen|char_ram~10051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y60_N17 +dffeas \text_gen|char_ram~9995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33613 ( +// Equation(s): +// \text_gen|char_ram~33613_combout = (\text_gen|char_ram~33612_combout & (((\text_gen|char_ram~10051_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~33612_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~9995_q )))) + + .dataa(\text_gen|char_ram~33612_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10051_q ), + .datad(\text_gen|char_ram~9995_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33613 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10156feeder ( +// Equation(s): +// \text_gen|char_ram~10156feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10156feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10156feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10156feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y61_N25 +dffeas \text_gen|char_ram~10156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10156feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y61_N9 +dffeas \text_gen|char_ram~10163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y59_N29 +dffeas \text_gen|char_ram~10107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y59_N3 +dffeas \text_gen|char_ram~10100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33614 ( +// Equation(s): +// \text_gen|char_ram~33614_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~10107_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~10100_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10107_q ), + .datac(\text_gen|char_ram~10100_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33614 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33615 ( +// Equation(s): +// \text_gen|char_ram~33615_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33614_combout & ((\text_gen|char_ram~10163_q ))) # (!\text_gen|char_ram~33614_combout & (\text_gen|char_ram~10156_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33614_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10156_q ), + .datac(\text_gen|char_ram~10163_q ), + .datad(\text_gen|char_ram~33614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33615 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y64_N29 +dffeas \text_gen|char_ram~9883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9883 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y64_N7 +dffeas \text_gen|char_ram~9939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y68_N11 +dffeas \text_gen|char_ram~9876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y68_N29 +dffeas \text_gen|char_ram~9932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y68_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33616 ( +// Equation(s): +// \text_gen|char_ram~33616_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~9932_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9876_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9876_q ), + .datad(\text_gen|char_ram~9932_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33616 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33617 ( +// Equation(s): +// \text_gen|char_ram~33617_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33616_combout & ((\text_gen|char_ram~9939_q ))) # (!\text_gen|char_ram~33616_combout & (\text_gen|char_ram~9883_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33616_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~9883_q ), + .datac(\text_gen|char_ram~9939_q ), + .datad(\text_gen|char_ram~33616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33617 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33618 ( +// Equation(s): +// \text_gen|char_ram~33618_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~33615_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~33617_combout ))))) + + .dataa(\text_gen|char_ram~33615_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~33617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33618 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~33618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y60_N1 +dffeas \text_gen|char_ram~10268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y60_N23 +dffeas \text_gen|char_ram~10275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y60_N21 +dffeas \text_gen|char_ram~10212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y60_N21 +dffeas \text_gen|char_ram~10219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33619 ( +// Equation(s): +// \text_gen|char_ram~33619_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~10219_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10212_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10212_q ), + .datad(\text_gen|char_ram~10219_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33619 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33620 ( +// Equation(s): +// \text_gen|char_ram~33620_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33619_combout & ((\text_gen|char_ram~10275_q ))) # (!\text_gen|char_ram~33619_combout & (\text_gen|char_ram~10268_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33619_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10268_q ), + .datac(\text_gen|char_ram~10275_q ), + .datad(\text_gen|char_ram~33619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33620 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33621 ( +// Equation(s): +// \text_gen|char_ram~33621_combout = (\text_gen|char_ram~33618_combout & (((\text_gen|char_ram~33620_combout ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~33618_combout & (\text_gen|char_ram~33613_combout & (\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~33613_combout ), + .datab(\text_gen|char_ram~33618_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~33620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33621 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~33621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y57_N17 +dffeas \text_gen|char_ram~10086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y57_N17 +dffeas \text_gen|char_ram~10093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33622 ( +// Equation(s): +// \text_gen|char_ram~33622_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10093_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10086_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10086_q ), + .datad(\text_gen|char_ram~10093_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33622 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y57_N19 +dffeas \text_gen|char_ram~10149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y61_N7 +dffeas \text_gen|char_ram~10142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33623 ( +// Equation(s): +// \text_gen|char_ram~33623_combout = (\text_gen|char_ram~33622_combout & (((\text_gen|char_ram~10149_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~33622_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10142_q )))) + + .dataa(\text_gen|char_ram~33622_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10149_q ), + .datad(\text_gen|char_ram~10142_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33623 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y61_N17 +dffeas \text_gen|char_ram~10254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y61_N9 +dffeas \text_gen|char_ram~10261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y61_N11 +dffeas \text_gen|char_ram~10198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y59_N7 +dffeas \text_gen|char_ram~10205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33629 ( +// Equation(s): +// \text_gen|char_ram~33629_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10205_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10198_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10198_q ), + .datad(\text_gen|char_ram~10205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33629 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33630 ( +// Equation(s): +// \text_gen|char_ram~33630_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33629_combout & ((\text_gen|char_ram~10261_q ))) # (!\text_gen|char_ram~33629_combout & (\text_gen|char_ram~10254_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33629_combout )))) + + .dataa(\text_gen|char_ram~10254_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10261_q ), + .datad(\text_gen|char_ram~33629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33630 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y61_N13 +dffeas \text_gen|char_ram~10030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y61_N23 +dffeas \text_gen|char_ram~9974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y61_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33624 ( +// Equation(s): +// \text_gen|char_ram~33624_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10030_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~9974_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~10030_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9974_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33624 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y61_N17 +dffeas \text_gen|char_ram~10037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y60_N1 +dffeas \text_gen|char_ram~9981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33625 ( +// Equation(s): +// \text_gen|char_ram~33625_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33624_combout & (\text_gen|char_ram~10037_q )) # (!\text_gen|char_ram~33624_combout & ((\text_gen|char_ram~9981_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~33624_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~33624_combout ), + .datac(\text_gen|char_ram~10037_q ), + .datad(\text_gen|char_ram~9981_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33625 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N5 +dffeas \text_gen|char_ram~9869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y61_N29 +dffeas \text_gen|char_ram~9925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y61_N17 +dffeas \text_gen|char_ram~9862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9918feeder ( +// Equation(s): +// \text_gen|char_ram~9918feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9918feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9918feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9918feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y61_N9 +dffeas \text_gen|char_ram~9918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9918feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33626 ( +// Equation(s): +// \text_gen|char_ram~33626_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~9918_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9862_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9862_q ), + .datad(\text_gen|char_ram~9918_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33626 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33627 ( +// Equation(s): +// \text_gen|char_ram~33627_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33626_combout & ((\text_gen|char_ram~9925_q ))) # (!\text_gen|char_ram~33626_combout & (\text_gen|char_ram~9869_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33626_combout )))) + + .dataa(\text_gen|char_ram~9869_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9925_q ), + .datad(\text_gen|char_ram~33626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33627 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33628 ( +// Equation(s): +// \text_gen|char_ram~33628_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~33625_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~33627_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33625_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~33627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33628 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~33628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33631 ( +// Equation(s): +// \text_gen|char_ram~33631_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33628_combout & ((\text_gen|char_ram~33630_combout ))) # (!\text_gen|char_ram~33628_combout & (\text_gen|char_ram~33623_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33628_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33623_combout ), + .datac(\text_gen|char_ram~33630_combout ), + .datad(\text_gen|char_ram~33628_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33631 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33632 ( +// Equation(s): +// \text_gen|char_ram~33632_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33621_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~33631_combout )))) + + .dataa(\text_gen|char_ram~33621_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~33631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33632 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~33632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N7 +dffeas \text_gen|char_ram~10226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y39_N1 +dffeas \text_gen|char_ram~10233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33609 ( +// Equation(s): +// \text_gen|char_ram~33609_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~10233_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10226_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10226_q ), + .datad(\text_gen|char_ram~10233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33609 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y57_N17 +dffeas \text_gen|char_ram~10282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y57_N15 +dffeas \text_gen|char_ram~10289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33610 ( +// Equation(s): +// \text_gen|char_ram~33610_combout = (\text_gen|char_ram~33609_combout & (((\text_gen|char_ram~10289_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~33609_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~10282_q ))) + + .dataa(\text_gen|char_ram~33609_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10282_q ), + .datad(\text_gen|char_ram~10289_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33610 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~33610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y45_N13 +dffeas \text_gen|char_ram~10177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y46_N5 +dffeas \text_gen|char_ram~10170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y46_N3 +dffeas \text_gen|char_ram~10114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10121feeder ( +// Equation(s): +// \text_gen|char_ram~10121feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10121feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10121feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10121feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y45_N17 +dffeas \text_gen|char_ram~10121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10121feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33602 ( +// Equation(s): +// \text_gen|char_ram~33602_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~10121_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10114_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10114_q ), + .datad(\text_gen|char_ram~10121_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33602 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33603 ( +// Equation(s): +// \text_gen|char_ram~33603_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33602_combout & (\text_gen|char_ram~10177_q )) # (!\text_gen|char_ram~33602_combout & ((\text_gen|char_ram~10170_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33602_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10177_q ), + .datac(\text_gen|char_ram~10170_q ), + .datad(\text_gen|char_ram~33602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33603 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9897feeder ( +// Equation(s): +// \text_gen|char_ram~9897feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y56_N1 +dffeas \text_gen|char_ram~9897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y57_N25 +dffeas \text_gen|char_ram~9953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y57_N21 +dffeas \text_gen|char_ram~9890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9946feeder ( +// Equation(s): +// \text_gen|char_ram~9946feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9946feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9946feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9946feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y57_N21 +dffeas \text_gen|char_ram~9946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9946feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33606 ( +// Equation(s): +// \text_gen|char_ram~33606_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~9946_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9890_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9890_q ), + .datad(\text_gen|char_ram~9946_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33606 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33607 ( +// Equation(s): +// \text_gen|char_ram~33607_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33606_combout & ((\text_gen|char_ram~9953_q ))) # (!\text_gen|char_ram~33606_combout & (\text_gen|char_ram~9897_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33606_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~9897_q ), + .datac(\text_gen|char_ram~9953_q ), + .datad(\text_gen|char_ram~33606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33607 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10009feeder ( +// Equation(s): +// \text_gen|char_ram~10009feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10009feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y47_N5 +dffeas \text_gen|char_ram~10009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N5 +dffeas \text_gen|char_ram~10065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y57_N21 +dffeas \text_gen|char_ram~10058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y57_N27 +dffeas \text_gen|char_ram~10002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33604 ( +// Equation(s): +// \text_gen|char_ram~33604_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~10058_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~10002_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~10058_q ), + .datac(\text_gen|char_ram~10002_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33604 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33605 ( +// Equation(s): +// \text_gen|char_ram~33605_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33604_combout & ((\text_gen|char_ram~10065_q ))) # (!\text_gen|char_ram~33604_combout & (\text_gen|char_ram~10009_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33604_combout )))) + + .dataa(\text_gen|char_ram~10009_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10065_q ), + .datad(\text_gen|char_ram~33604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33605 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33608 ( +// Equation(s): +// \text_gen|char_ram~33608_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~33605_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~33607_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33607_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~33605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33608 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~33608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33611 ( +// Equation(s): +// \text_gen|char_ram~33611_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33608_combout & (\text_gen|char_ram~33610_combout )) # (!\text_gen|char_ram~33608_combout & ((\text_gen|char_ram~33603_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33608_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33610_combout ), + .datac(\text_gen|char_ram~33603_combout ), + .datad(\text_gen|char_ram~33608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33611 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33643 ( +// Equation(s): +// \text_gen|char_ram~33643_combout = (\text_gen|char_ram~33632_combout & ((\text_gen|char_ram~33642_combout ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~33632_combout & (((\text_gen|char_ram~33611_combout & \vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~33642_combout ), + .datab(\text_gen|char_ram~33632_combout ), + .datac(\text_gen|char_ram~33611_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~33643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33643 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~33643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N9 +dffeas \text_gen|char_ram~2715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y61_N15 +dffeas \text_gen|char_ram~2771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y57_N21 +dffeas \text_gen|char_ram~2708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y61_N25 +dffeas \text_gen|char_ram~2764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33690 ( +// Equation(s): +// \text_gen|char_ram~33690_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2764_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2708_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2708_q ), + .datad(\text_gen|char_ram~2764_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33690 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33691 ( +// Equation(s): +// \text_gen|char_ram~33691_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33690_combout & ((\text_gen|char_ram~2771_q ))) # (!\text_gen|char_ram~33690_combout & (\text_gen|char_ram~2715_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33690_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2715_q ), + .datac(\text_gen|char_ram~2771_q ), + .datad(\text_gen|char_ram~33690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33691 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N25 +dffeas \text_gen|char_ram~2988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y53_N11 +dffeas \text_gen|char_ram~2995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y52_N17 +dffeas \text_gen|char_ram~2932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y37_N1 +dffeas \text_gen|char_ram~2939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33688 ( +// Equation(s): +// \text_gen|char_ram~33688_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~2939_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2932_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2932_q ), + .datad(\text_gen|char_ram~2939_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33688 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33689 ( +// Equation(s): +// \text_gen|char_ram~33689_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33688_combout & ((\text_gen|char_ram~2995_q ))) # (!\text_gen|char_ram~33688_combout & (\text_gen|char_ram~2988_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33688_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2988_q ), + .datac(\text_gen|char_ram~2995_q ), + .datad(\text_gen|char_ram~33688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33689 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33692 ( +// Equation(s): +// \text_gen|char_ram~33692_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~33689_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~33691_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33691_combout ), + .datad(\text_gen|char_ram~33689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33692 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3100feeder ( +// Equation(s): +// \text_gen|char_ram~3100feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3100feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3100feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3100feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y53_N1 +dffeas \text_gen|char_ram~3100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3100feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3107feeder ( +// Equation(s): +// \text_gen|char_ram~3107feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3107feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3107feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3107feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y53_N1 +dffeas \text_gen|char_ram~3107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3107feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3051feeder ( +// Equation(s): +// \text_gen|char_ram~3051feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3051feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3051feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3051feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N25 +dffeas \text_gen|char_ram~3051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3051feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y54_N25 +dffeas \text_gen|char_ram~3044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33693 ( +// Equation(s): +// \text_gen|char_ram~33693_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3051_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3044_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3051_q ), + .datac(\text_gen|char_ram~3044_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~33693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33693 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33694 ( +// Equation(s): +// \text_gen|char_ram~33694_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33693_combout & ((\text_gen|char_ram~3107_q ))) # (!\text_gen|char_ram~33693_combout & (\text_gen|char_ram~3100_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33693_combout )))) + + .dataa(\text_gen|char_ram~3100_q ), + .datab(\text_gen|char_ram~3107_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~33693_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33694 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~33694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y50_N15 +dffeas \text_gen|char_ram~2883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2883 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y50_N29 +dffeas \text_gen|char_ram~2827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y46_N21 +dffeas \text_gen|char_ram~2820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y54_N29 +dffeas \text_gen|char_ram~2876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33686 ( +// Equation(s): +// \text_gen|char_ram~33686_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2876_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2820_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2820_q ), + .datad(\text_gen|char_ram~2876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33686 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33687 ( +// Equation(s): +// \text_gen|char_ram~33687_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33686_combout & (\text_gen|char_ram~2883_q )) # (!\text_gen|char_ram~33686_combout & ((\text_gen|char_ram~2827_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33686_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2883_q ), + .datac(\text_gen|char_ram~2827_q ), + .datad(\text_gen|char_ram~33686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33687 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33695 ( +// Equation(s): +// \text_gen|char_ram~33695_combout = (\text_gen|char_ram~33692_combout & ((\text_gen|char_ram~33694_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~33692_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~33687_combout )))) + + .dataa(\text_gen|char_ram~33692_combout ), + .datab(\text_gen|char_ram~33694_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~33687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33695 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~33695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y56_N25 +dffeas \text_gen|char_ram~2736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2792feeder ( +// Equation(s): +// \text_gen|char_ram~2792feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2792feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2792feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2792feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y60_N17 +dffeas \text_gen|char_ram~2792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2792feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33721 ( +// Equation(s): +// \text_gen|char_ram~33721_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2792_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2736_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2736_q ), + .datad(\text_gen|char_ram~2792_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33721 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y57_N31 +dffeas \text_gen|char_ram~2799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2799 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y57_N23 +dffeas \text_gen|char_ram~2743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33722 ( +// Equation(s): +// \text_gen|char_ram~33722_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33721_combout & (\text_gen|char_ram~2799_q )) # (!\text_gen|char_ram~33721_combout & ((\text_gen|char_ram~2743_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~33721_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~33721_combout ), + .datac(\text_gen|char_ram~2799_q ), + .datad(\text_gen|char_ram~2743_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33722 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y57_N7 +dffeas \text_gen|char_ram~3016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y57_N25 +dffeas \text_gen|char_ram~3023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y56_N1 +dffeas \text_gen|char_ram~2960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y52_N25 +dffeas \text_gen|char_ram~2967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33719 ( +// Equation(s): +// \text_gen|char_ram~33719_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2967_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2960_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2960_q ), + .datad(\text_gen|char_ram~2967_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33719 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33720 ( +// Equation(s): +// \text_gen|char_ram~33720_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33719_combout & ((\text_gen|char_ram~3023_q ))) # (!\text_gen|char_ram~33719_combout & (\text_gen|char_ram~3016_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33719_combout )))) + + .dataa(\text_gen|char_ram~3016_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3023_q ), + .datad(\text_gen|char_ram~33719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33720 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33723 ( +// Equation(s): +// \text_gen|char_ram~33723_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~33720_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33722_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33722_combout ), + .datad(\text_gen|char_ram~33720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33723 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y54_N11 +dffeas \text_gen|char_ram~3128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y54_N29 +dffeas \text_gen|char_ram~3135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y54_N21 +dffeas \text_gen|char_ram~3079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y54_N25 +dffeas \text_gen|char_ram~3072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33724 ( +// Equation(s): +// \text_gen|char_ram~33724_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3079_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3072_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~3079_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3072_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~33724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33724 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33725 ( +// Equation(s): +// \text_gen|char_ram~33725_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33724_combout & ((\text_gen|char_ram~3135_q ))) # (!\text_gen|char_ram~33724_combout & (\text_gen|char_ram~3128_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33724_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3128_q ), + .datac(\text_gen|char_ram~3135_q ), + .datad(\text_gen|char_ram~33724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33725 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2855feeder ( +// Equation(s): +// \text_gen|char_ram~2855feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2855feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2855feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2855feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y54_N25 +dffeas \text_gen|char_ram~2855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2855feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y54_N15 +dffeas \text_gen|char_ram~2911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y36_N5 +dffeas \text_gen|char_ram~2848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2904feeder ( +// Equation(s): +// \text_gen|char_ram~2904feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2904feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2904feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2904feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y40_N13 +dffeas \text_gen|char_ram~2904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2904feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33717 ( +// Equation(s): +// \text_gen|char_ram~33717_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2904_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2848_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2848_q ), + .datad(\text_gen|char_ram~2904_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33717 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33718 ( +// Equation(s): +// \text_gen|char_ram~33718_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33717_combout & ((\text_gen|char_ram~2911_q ))) # (!\text_gen|char_ram~33717_combout & (\text_gen|char_ram~2855_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33717_combout )))) + + .dataa(\text_gen|char_ram~2855_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2911_q ), + .datad(\text_gen|char_ram~33717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33718 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33726 ( +// Equation(s): +// \text_gen|char_ram~33726_combout = (\text_gen|char_ram~33723_combout & ((\text_gen|char_ram~33725_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~33723_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~33718_combout )))) + + .dataa(\text_gen|char_ram~33723_combout ), + .datab(\text_gen|char_ram~33725_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~33718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33726 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~33726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2722feeder ( +// Equation(s): +// \text_gen|char_ram~2722feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2722feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y53_N13 +dffeas \text_gen|char_ram~2722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2778feeder ( +// Equation(s): +// \text_gen|char_ram~2778feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y53_N29 +dffeas \text_gen|char_ram~2778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33700 ( +// Equation(s): +// \text_gen|char_ram~33700_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4]) # (\text_gen|char_ram~2778_q )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2722_q & (!\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~2722_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~2778_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33700 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~33700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y46_N29 +dffeas \text_gen|char_ram~2785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2729feeder ( +// Equation(s): +// \text_gen|char_ram~2729feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2729feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y56_N1 +dffeas \text_gen|char_ram~2729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33701 ( +// Equation(s): +// \text_gen|char_ram~33701_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33700_combout & (\text_gen|char_ram~2785_q )) # (!\text_gen|char_ram~33700_combout & ((\text_gen|char_ram~2729_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~33700_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~33700_combout ), + .datac(\text_gen|char_ram~2785_q ), + .datad(\text_gen|char_ram~2729_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33701 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2841feeder ( +// Equation(s): +// \text_gen|char_ram~2841feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2841feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2841feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2841feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y47_N15 +dffeas \text_gen|char_ram~2841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2841feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y47_N21 +dffeas \text_gen|char_ram~2897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y39_N5 +dffeas \text_gen|char_ram~2834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2890feeder ( +// Equation(s): +// \text_gen|char_ram~2890feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2890feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y39_N25 +dffeas \text_gen|char_ram~2890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33698 ( +// Equation(s): +// \text_gen|char_ram~33698_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2890_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2834_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2834_q ), + .datad(\text_gen|char_ram~2890_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33698 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33699 ( +// Equation(s): +// \text_gen|char_ram~33699_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33698_combout & ((\text_gen|char_ram~2897_q ))) # (!\text_gen|char_ram~33698_combout & (\text_gen|char_ram~2841_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33698_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2841_q ), + .datac(\text_gen|char_ram~2897_q ), + .datad(\text_gen|char_ram~33698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33699 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33702 ( +// Equation(s): +// \text_gen|char_ram~33702_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~33699_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33701_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~33701_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~33699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33702 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~33702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y54_N5 +dffeas \text_gen|char_ram~3114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y53_N5 +dffeas \text_gen|char_ram~3121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y53_N9 +dffeas \text_gen|char_ram~3058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N21 +dffeas \text_gen|char_ram~3065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33703 ( +// Equation(s): +// \text_gen|char_ram~33703_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3065_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3058_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3058_q ), + .datad(\text_gen|char_ram~3065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33703 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33704 ( +// Equation(s): +// \text_gen|char_ram~33704_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33703_combout & ((\text_gen|char_ram~3121_q ))) # (!\text_gen|char_ram~33703_combout & (\text_gen|char_ram~3114_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33703_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3114_q ), + .datac(\text_gen|char_ram~3121_q ), + .datad(\text_gen|char_ram~33703_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33704 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y50_N13 +dffeas \text_gen|char_ram~3009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y50_N1 +dffeas \text_gen|char_ram~3002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y50_N5 +dffeas \text_gen|char_ram~2946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y49_N1 +dffeas \text_gen|char_ram~2953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33696 ( +// Equation(s): +// \text_gen|char_ram~33696_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7]) # (\text_gen|char_ram~2953_q )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2946_q & (!\vga_c|h_cnt [7]))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2946_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~2953_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33696 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~33696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33697 ( +// Equation(s): +// \text_gen|char_ram~33697_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33696_combout & (\text_gen|char_ram~3009_q )) # (!\text_gen|char_ram~33696_combout & ((\text_gen|char_ram~3002_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33696_combout )))) + + .dataa(\text_gen|char_ram~3009_q ), + .datab(\text_gen|char_ram~3002_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~33696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33697 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~33697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33705 ( +// Equation(s): +// \text_gen|char_ram~33705_combout = (\text_gen|char_ram~33702_combout & ((\text_gen|char_ram~33704_combout ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~33702_combout & (((\text_gen|Add5~2_combout & \text_gen|char_ram~33697_combout )))) + + .dataa(\text_gen|char_ram~33702_combout ), + .datab(\text_gen|char_ram~33704_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~33697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33705 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~33705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y49_N9 +dffeas \text_gen|char_ram~2974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y49_N11 +dffeas \text_gen|char_ram~2981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2925feeder ( +// Equation(s): +// \text_gen|char_ram~2925feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y46_N5 +dffeas \text_gen|char_ram~2925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y49_N23 +dffeas \text_gen|char_ram~2918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33706 ( +// Equation(s): +// \text_gen|char_ram~33706_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~2925_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~2918_q ))))) + + .dataa(\text_gen|char_ram~2925_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2918_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33706 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33707 ( +// Equation(s): +// \text_gen|char_ram~33707_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33706_combout & ((\text_gen|char_ram~2981_q ))) # (!\text_gen|char_ram~33706_combout & (\text_gen|char_ram~2974_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33706_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2974_q ), + .datac(\text_gen|char_ram~2981_q ), + .datad(\text_gen|char_ram~33706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33707 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y53_N15 +dffeas \text_gen|char_ram~3086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y53_N9 +dffeas \text_gen|char_ram~3093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N19 +dffeas \text_gen|char_ram~3030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y53_N25 +dffeas \text_gen|char_ram~3037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33713 ( +// Equation(s): +// \text_gen|char_ram~33713_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~3037_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3030_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3030_q ), + .datad(\text_gen|char_ram~3037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33713 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33714 ( +// Equation(s): +// \text_gen|char_ram~33714_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33713_combout & ((\text_gen|char_ram~3093_q ))) # (!\text_gen|char_ram~33713_combout & (\text_gen|char_ram~3086_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33713_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3086_q ), + .datac(\text_gen|char_ram~3093_q ), + .datad(\text_gen|char_ram~33713_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33714 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N1 +dffeas \text_gen|char_ram~2813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y43_N11 +dffeas \text_gen|char_ram~2869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y39_N27 +dffeas \text_gen|char_ram~2806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y47_N7 +dffeas \text_gen|char_ram~2862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33708 ( +// Equation(s): +// \text_gen|char_ram~33708_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2862_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2806_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2806_q ), + .datad(\text_gen|char_ram~2862_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33708 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33709 ( +// Equation(s): +// \text_gen|char_ram~33709_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33708_combout & ((\text_gen|char_ram~2869_q ))) # (!\text_gen|char_ram~33708_combout & (\text_gen|char_ram~2813_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33708_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2813_q ), + .datac(\text_gen|char_ram~2869_q ), + .datad(\text_gen|char_ram~33708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33709 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y57_N17 +dffeas \text_gen|char_ram~2701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N19 +dffeas \text_gen|char_ram~2757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y57_N31 +dffeas \text_gen|char_ram~2694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N25 +dffeas \text_gen|char_ram~2750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33710 ( +// Equation(s): +// \text_gen|char_ram~33710_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~2750_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2694_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2694_q ), + .datad(\text_gen|char_ram~2750_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33710 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33711 ( +// Equation(s): +// \text_gen|char_ram~33711_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33710_combout & ((\text_gen|char_ram~2757_q ))) # (!\text_gen|char_ram~33710_combout & (\text_gen|char_ram~2701_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33710_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2701_q ), + .datac(\text_gen|char_ram~2757_q ), + .datad(\text_gen|char_ram~33710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33711 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33712 ( +// Equation(s): +// \text_gen|char_ram~33712_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~33709_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~33711_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33709_combout ), + .datad(\text_gen|char_ram~33711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33712 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~33712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33715 ( +// Equation(s): +// \text_gen|char_ram~33715_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33712_combout & ((\text_gen|char_ram~33714_combout ))) # (!\text_gen|char_ram~33712_combout & (\text_gen|char_ram~33707_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33712_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33707_combout ), + .datac(\text_gen|char_ram~33714_combout ), + .datad(\text_gen|char_ram~33712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33715 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33716 ( +// Equation(s): +// \text_gen|char_ram~33716_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~33705_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~33715_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~33705_combout ), + .datad(\text_gen|char_ram~33715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33716 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~33716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33727 ( +// Equation(s): +// \text_gen|char_ram~33727_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33716_combout & ((\text_gen|char_ram~33726_combout ))) # (!\text_gen|char_ram~33716_combout & (\text_gen|char_ram~33695_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33716_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~33695_combout ), + .datac(\text_gen|char_ram~33726_combout ), + .datad(\text_gen|char_ram~33716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33727 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17219feeder ( +// Equation(s): +// \text_gen|char_ram~17219feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17219feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17219feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17219feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y44_N1 +dffeas \text_gen|char_ram~17219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17219feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y24_N13 +dffeas \text_gen|char_ram~17107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y54_N21 +dffeas \text_gen|char_ram~17100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17212feeder ( +// Equation(s): +// \text_gen|char_ram~17212feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y38_N21 +dffeas \text_gen|char_ram~17212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33644 ( +// Equation(s): +// \text_gen|char_ram~33644_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17212_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17100_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17100_q ), + .datad(\text_gen|char_ram~17212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33644 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33645 ( +// Equation(s): +// \text_gen|char_ram~33645_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33644_combout & (\text_gen|char_ram~17219_q )) # (!\text_gen|char_ram~33644_combout & ((\text_gen|char_ram~17107_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33644_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17219_q ), + .datac(\text_gen|char_ram~17107_q ), + .datad(\text_gen|char_ram~33644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33645 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17331feeder ( +// Equation(s): +// \text_gen|char_ram~17331feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17331feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17331feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17331feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y46_N5 +dffeas \text_gen|char_ram~17331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17331feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y42_N25 +dffeas \text_gen|char_ram~17443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y46_N13 +dffeas \text_gen|char_ram~17324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y52_N25 +dffeas \text_gen|char_ram~17436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33651 ( +// Equation(s): +// \text_gen|char_ram~33651_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17436_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17324_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17324_q ), + .datad(\text_gen|char_ram~17436_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33651 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33652 ( +// Equation(s): +// \text_gen|char_ram~33652_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33651_combout & ((\text_gen|char_ram~17443_q ))) # (!\text_gen|char_ram~33651_combout & (\text_gen|char_ram~17331_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33651_combout )))) + + .dataa(\text_gen|char_ram~17331_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17443_q ), + .datad(\text_gen|char_ram~33651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33652 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y58_N29 +dffeas \text_gen|char_ram~17380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y58_N3 +dffeas \text_gen|char_ram~17268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33646 ( +// Equation(s): +// \text_gen|char_ram~33646_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~17380_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17268_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17380_q ), + .datac(\text_gen|char_ram~17268_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33646 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N25 +dffeas \text_gen|char_ram~17387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y55_N13 +dffeas \text_gen|char_ram~17275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33647 ( +// Equation(s): +// \text_gen|char_ram~33647_combout = (\text_gen|char_ram~33646_combout & (((\text_gen|char_ram~17387_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~33646_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~17275_q )))) + + .dataa(\text_gen|char_ram~33646_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17387_q ), + .datad(\text_gen|char_ram~17275_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33647 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17051feeder ( +// Equation(s): +// \text_gen|char_ram~17051feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17051feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17051feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17051feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y55_N29 +dffeas \text_gen|char_ram~17051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17051feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y44_N21 +dffeas \text_gen|char_ram~17163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17156feeder ( +// Equation(s): +// \text_gen|char_ram~17156feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17156feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17156feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17156feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y54_N25 +dffeas \text_gen|char_ram~17156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17156feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y54_N7 +dffeas \text_gen|char_ram~17044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33648 ( +// Equation(s): +// \text_gen|char_ram~33648_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~17156_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17044_q ))))) + + .dataa(\text_gen|char_ram~17156_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17044_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33648 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33649 ( +// Equation(s): +// \text_gen|char_ram~33649_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33648_combout & ((\text_gen|char_ram~17163_q ))) # (!\text_gen|char_ram~33648_combout & (\text_gen|char_ram~17051_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33648_combout )))) + + .dataa(\text_gen|char_ram~17051_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17163_q ), + .datad(\text_gen|char_ram~33648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33649 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33650 ( +// Equation(s): +// \text_gen|char_ram~33650_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33647_combout ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~2_combout & (((!\vga_c|h_cnt [7] & \text_gen|char_ram~33649_combout )))) + + .dataa(\text_gen|char_ram~33647_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~33649_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33650 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~33650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33653 ( +// Equation(s): +// \text_gen|char_ram~33653_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33650_combout & ((\text_gen|char_ram~33652_combout ))) # (!\text_gen|char_ram~33650_combout & (\text_gen|char_ram~33645_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33650_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33645_combout ), + .datac(\text_gen|char_ram~33652_combout ), + .datad(\text_gen|char_ram~33650_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33653 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y56_N17 +dffeas \text_gen|char_ram~17408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17415feeder ( +// Equation(s): +// \text_gen|char_ram~17415feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17415feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17415feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17415feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N19 +dffeas \text_gen|char_ram~17415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17415feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33682 ( +// Equation(s): +// \text_gen|char_ram~33682_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17415_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17408_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17408_q ), + .datad(\text_gen|char_ram~17415_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33682 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y60_N17 +dffeas \text_gen|char_ram~17471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17464feeder ( +// Equation(s): +// \text_gen|char_ram~17464feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17464feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y63_N17 +dffeas \text_gen|char_ram~17464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33683 ( +// Equation(s): +// \text_gen|char_ram~33683_combout = (\text_gen|char_ram~33682_combout & (((\text_gen|char_ram~17471_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~33682_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~17464_q )))) + + .dataa(\text_gen|char_ram~33682_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17471_q ), + .datad(\text_gen|char_ram~17464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33683 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y58_N25 +dffeas \text_gen|char_ram~17240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y60_N21 +dffeas \text_gen|char_ram~17247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y36_N1 +dffeas \text_gen|char_ram~17184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y30_N25 +dffeas \text_gen|char_ram~17191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33675 ( +// Equation(s): +// \text_gen|char_ram~33675_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17191_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17184_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17184_q ), + .datad(\text_gen|char_ram~17191_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33675 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33676 ( +// Equation(s): +// \text_gen|char_ram~33676_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33675_combout & ((\text_gen|char_ram~17247_q ))) # (!\text_gen|char_ram~33675_combout & (\text_gen|char_ram~17240_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33675_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17240_q ), + .datac(\text_gen|char_ram~17247_q ), + .datad(\text_gen|char_ram~33675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33676 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y56_N25 +dffeas \text_gen|char_ram~17072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17079feeder ( +// Equation(s): +// \text_gen|char_ram~17079feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N27 +dffeas \text_gen|char_ram~17079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33679 ( +// Equation(s): +// \text_gen|char_ram~33679_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17079_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17072_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17072_q ), + .datad(\text_gen|char_ram~17079_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33679 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y60_N9 +dffeas \text_gen|char_ram~17135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y60_N3 +dffeas \text_gen|char_ram~17128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33680 ( +// Equation(s): +// \text_gen|char_ram~33680_combout = (\text_gen|char_ram~33679_combout & (((\text_gen|char_ram~17135_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~33679_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~17128_q )))) + + .dataa(\text_gen|char_ram~33679_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17135_q ), + .datad(\text_gen|char_ram~17128_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33680 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N1 +dffeas \text_gen|char_ram~17359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y53_N27 +dffeas \text_gen|char_ram~17296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y42_N21 +dffeas \text_gen|char_ram~17303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33677 ( +// Equation(s): +// \text_gen|char_ram~33677_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17303_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17296_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17296_q ), + .datad(\text_gen|char_ram~17303_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33677 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17352feeder ( +// Equation(s): +// \text_gen|char_ram~17352feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17352feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N25 +dffeas \text_gen|char_ram~17352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33678 ( +// Equation(s): +// \text_gen|char_ram~33678_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33677_combout & (\text_gen|char_ram~17359_q )) # (!\text_gen|char_ram~33677_combout & ((\text_gen|char_ram~17352_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33677_combout )))) + + .dataa(\text_gen|char_ram~17359_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~33677_combout ), + .datad(\text_gen|char_ram~17352_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33678 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~33678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33681 ( +// Equation(s): +// \text_gen|char_ram~33681_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~33678_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33680_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33680_combout ), + .datad(\text_gen|char_ram~33678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33681 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33684 ( +// Equation(s): +// \text_gen|char_ram~33684_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33681_combout & (\text_gen|char_ram~33683_combout )) # (!\text_gen|char_ram~33681_combout & ((\text_gen|char_ram~33676_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33681_combout )))) + + .dataa(\text_gen|char_ram~33683_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33676_combout ), + .datad(\text_gen|char_ram~33681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33684 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17121feeder ( +// Equation(s): +// \text_gen|char_ram~17121feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17121feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17121feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17121feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y57_N17 +dffeas \text_gen|char_ram~17121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17121feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y49_N21 +dffeas \text_gen|char_ram~17345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y50_N7 +dffeas \text_gen|char_ram~17114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y50_N17 +dffeas \text_gen|char_ram~17338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33654 ( +// Equation(s): +// \text_gen|char_ram~33654_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~17338_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17114_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17114_q ), + .datad(\text_gen|char_ram~17338_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33654 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33655 ( +// Equation(s): +// \text_gen|char_ram~33655_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33654_combout & ((\text_gen|char_ram~17345_q ))) # (!\text_gen|char_ram~33654_combout & (\text_gen|char_ram~17121_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33654_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17121_q ), + .datac(\text_gen|char_ram~17345_q ), + .datad(\text_gen|char_ram~33654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33655 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17065feeder ( +// Equation(s): +// \text_gen|char_ram~17065feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N9 +dffeas \text_gen|char_ram~17065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y49_N19 +dffeas \text_gen|char_ram~17289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17282feeder ( +// Equation(s): +// \text_gen|char_ram~17282feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17282feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17282feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17282feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y42_N5 +dffeas \text_gen|char_ram~17282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17282feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y53_N13 +dffeas \text_gen|char_ram~17058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33658 ( +// Equation(s): +// \text_gen|char_ram~33658_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~17282_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17058_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17282_q ), + .datac(\text_gen|char_ram~17058_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33658 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33659 ( +// Equation(s): +// \text_gen|char_ram~33659_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33658_combout & ((\text_gen|char_ram~17289_q ))) # (!\text_gen|char_ram~33658_combout & (\text_gen|char_ram~17065_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33658_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17065_q ), + .datac(\text_gen|char_ram~17289_q ), + .datad(\text_gen|char_ram~33658_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33659 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y46_N5 +dffeas \text_gen|char_ram~17177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y46_N27 +dffeas \text_gen|char_ram~17401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y33_N1 +dffeas \text_gen|char_ram~17170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y46_N29 +dffeas \text_gen|char_ram~17394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33656 ( +// Equation(s): +// \text_gen|char_ram~33656_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17394_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17170_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17170_q ), + .datad(\text_gen|char_ram~17394_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33656 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33657 ( +// Equation(s): +// \text_gen|char_ram~33657_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33656_combout & ((\text_gen|char_ram~17401_q ))) # (!\text_gen|char_ram~33656_combout & (\text_gen|char_ram~17177_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33656_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17177_q ), + .datac(\text_gen|char_ram~17401_q ), + .datad(\text_gen|char_ram~33656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33657 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33660 ( +// Equation(s): +// \text_gen|char_ram~33660_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~33657_combout ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33659_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33659_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~33657_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33660 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~33660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y54_N25 +dffeas \text_gen|char_ram~17233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y54_N31 +dffeas \text_gen|char_ram~17457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y35_N5 +dffeas \text_gen|char_ram~17226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17450feeder ( +// Equation(s): +// \text_gen|char_ram~17450feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17450feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17450feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17450feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y35_N17 +dffeas \text_gen|char_ram~17450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17450feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33661 ( +// Equation(s): +// \text_gen|char_ram~33661_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17450_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17226_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17226_q ), + .datad(\text_gen|char_ram~17450_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33661 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33662 ( +// Equation(s): +// \text_gen|char_ram~33662_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33661_combout & ((\text_gen|char_ram~17457_q ))) # (!\text_gen|char_ram~33661_combout & (\text_gen|char_ram~17233_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33661_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17233_q ), + .datac(\text_gen|char_ram~17457_q ), + .datad(\text_gen|char_ram~33661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33662 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33663 ( +// Equation(s): +// \text_gen|char_ram~33663_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33660_combout & ((\text_gen|char_ram~33662_combout ))) # (!\text_gen|char_ram~33660_combout & (\text_gen|char_ram~33655_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33660_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33655_combout ), + .datac(\text_gen|char_ram~33660_combout ), + .datad(\text_gen|char_ram~33662_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33663 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~33663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y46_N17 +dffeas \text_gen|char_ram~17310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y46_N31 +dffeas \text_gen|char_ram~17317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y46_N17 +dffeas \text_gen|char_ram~17254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y50_N9 +dffeas \text_gen|char_ram~17261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33666 ( +// Equation(s): +// \text_gen|char_ram~33666_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17261_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17254_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17254_q ), + .datad(\text_gen|char_ram~17261_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33666 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33667 ( +// Equation(s): +// \text_gen|char_ram~33667_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33666_combout & ((\text_gen|char_ram~17317_q ))) # (!\text_gen|char_ram~33666_combout & (\text_gen|char_ram~17310_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33666_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17310_q ), + .datac(\text_gen|char_ram~17317_q ), + .datad(\text_gen|char_ram~33666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33667 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N29 +dffeas \text_gen|char_ram~17086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y59_N9 +dffeas \text_gen|char_ram~17093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y55_N11 +dffeas \text_gen|char_ram~17037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y55_N29 +dffeas \text_gen|char_ram~17030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33668 ( +// Equation(s): +// \text_gen|char_ram~33668_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~17037_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~17030_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17037_q ), + .datac(\text_gen|char_ram~17030_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33668 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33669 ( +// Equation(s): +// \text_gen|char_ram~33669_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33668_combout & ((\text_gen|char_ram~17093_q ))) # (!\text_gen|char_ram~33668_combout & (\text_gen|char_ram~17086_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33668_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17086_q ), + .datac(\text_gen|char_ram~17093_q ), + .datad(\text_gen|char_ram~33668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33669 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33670 ( +// Equation(s): +// \text_gen|char_ram~33670_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~33667_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~33669_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33667_combout ), + .datad(\text_gen|char_ram~33669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33670 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~33670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17198feeder ( +// Equation(s): +// \text_gen|char_ram~17198feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17198feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17198feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17198feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y35_N5 +dffeas \text_gen|char_ram~17198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17198feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17198 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y38_N5 +dffeas \text_gen|char_ram~17205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y37_N1 +dffeas \text_gen|char_ram~17142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N25 +dffeas \text_gen|char_ram~17149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33664 ( +// Equation(s): +// \text_gen|char_ram~33664_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~17149_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17142_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17142_q ), + .datad(\text_gen|char_ram~17149_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33664 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33665 ( +// Equation(s): +// \text_gen|char_ram~33665_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33664_combout & ((\text_gen|char_ram~17205_q ))) # (!\text_gen|char_ram~33664_combout & (\text_gen|char_ram~17198_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33664_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~17198_q ), + .datac(\text_gen|char_ram~17205_q ), + .datad(\text_gen|char_ram~33664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33665 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y53_N17 +dffeas \text_gen|char_ram~17422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y53_N13 +dffeas \text_gen|char_ram~17429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y46_N7 +dffeas \text_gen|char_ram~17366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y50_N29 +dffeas \text_gen|char_ram~17373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33671 ( +// Equation(s): +// \text_gen|char_ram~33671_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~17373_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17366_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17366_q ), + .datad(\text_gen|char_ram~17373_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33671 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33672 ( +// Equation(s): +// \text_gen|char_ram~33672_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33671_combout & ((\text_gen|char_ram~17429_q ))) # (!\text_gen|char_ram~33671_combout & (\text_gen|char_ram~17422_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33671_combout )))) + + .dataa(\text_gen|char_ram~17422_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17429_q ), + .datad(\text_gen|char_ram~33671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33672 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33673 ( +// Equation(s): +// \text_gen|char_ram~33673_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33670_combout & ((\text_gen|char_ram~33672_combout ))) # (!\text_gen|char_ram~33670_combout & (\text_gen|char_ram~33665_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~33670_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33670_combout ), + .datac(\text_gen|char_ram~33665_combout ), + .datad(\text_gen|char_ram~33672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33673 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~33673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33674 ( +// Equation(s): +// \text_gen|char_ram~33674_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~33663_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~33673_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~33663_combout ), + .datad(\text_gen|char_ram~33673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33674 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33685 ( +// Equation(s): +// \text_gen|char_ram~33685_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33674_combout & ((\text_gen|char_ram~33684_combout ))) # (!\text_gen|char_ram~33674_combout & (\text_gen|char_ram~33653_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33674_combout )))) + + .dataa(\text_gen|char_ram~33653_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~33684_combout ), + .datad(\text_gen|char_ram~33674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33685 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33728 ( +// Equation(s): +// \text_gen|char_ram~33728_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~33685_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~33727_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~33727_combout ), + .datad(\text_gen|char_ram~33685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33728 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24289feeder ( +// Equation(s): +// \text_gen|char_ram~24289feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24289feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24289feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24289feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y42_N5 +dffeas \text_gen|char_ram~24289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24289feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y61_N25 +dffeas \text_gen|char_ram~24303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y61_N25 +dffeas \text_gen|char_ram~24275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24261feeder ( +// Equation(s): +// \text_gen|char_ram~24261feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24261feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y61_N25 +dffeas \text_gen|char_ram~24261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33764 ( +// Equation(s): +// \text_gen|char_ram~33764_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~24275_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~24261_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24275_q ), + .datad(\text_gen|char_ram~24261_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33764 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33765 ( +// Equation(s): +// \text_gen|char_ram~33765_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33764_combout & ((\text_gen|char_ram~24303_q ))) # (!\text_gen|char_ram~33764_combout & (\text_gen|char_ram~24289_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33764_combout )))) + + .dataa(\text_gen|char_ram~24289_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24303_q ), + .datad(\text_gen|char_ram~33764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33765 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y58_N13 +dffeas \text_gen|char_ram~24513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y58_N11 +dffeas \text_gen|char_ram~24527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y46_N23 +dffeas \text_gen|char_ram~24485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24499feeder ( +// Equation(s): +// \text_gen|char_ram~24499feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y49_N13 +dffeas \text_gen|char_ram~24499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33762 ( +// Equation(s): +// \text_gen|char_ram~33762_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~24499_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24485_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24485_q ), + .datad(\text_gen|char_ram~24499_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33762 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33763 ( +// Equation(s): +// \text_gen|char_ram~33763_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33762_combout & ((\text_gen|char_ram~24527_q ))) # (!\text_gen|char_ram~33762_combout & (\text_gen|char_ram~24513_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33762_combout )))) + + .dataa(\text_gen|char_ram~24513_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24527_q ), + .datad(\text_gen|char_ram~33762_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33763 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33766 ( +// Equation(s): +// \text_gen|char_ram~33766_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~33763_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~33765_combout )))) + + .dataa(\text_gen|char_ram~33765_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33763_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33766 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~33766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y57_N25 +dffeas \text_gen|char_ram~24625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24597feeder ( +// Equation(s): +// \text_gen|char_ram~24597feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24597feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24597feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24597feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y53_N5 +dffeas \text_gen|char_ram~24597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24597feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33767 ( +// Equation(s): +// \text_gen|char_ram~33767_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24625_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~24597_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24625_q ), + .datad(\text_gen|char_ram~24597_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33767 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y57_N1 +dffeas \text_gen|char_ram~24639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y53_N3 +dffeas \text_gen|char_ram~24611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33768 ( +// Equation(s): +// \text_gen|char_ram~33768_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33767_combout & (\text_gen|char_ram~24639_q )) # (!\text_gen|char_ram~33767_combout & ((\text_gen|char_ram~24611_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~33767_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~33767_combout ), + .datac(\text_gen|char_ram~24639_q ), + .datad(\text_gen|char_ram~24611_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33768 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X1_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24415feeder ( +// Equation(s): +// \text_gen|char_ram~24415feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24415feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24415feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24415feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X1_Y53_N17 +dffeas \text_gen|char_ram~24415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24415feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y53_N21 +dffeas \text_gen|char_ram~24387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y53_N19 +dffeas \text_gen|char_ram~24373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y46_N11 +dffeas \text_gen|char_ram~24401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33760 ( +// Equation(s): +// \text_gen|char_ram~33760_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24401_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24373_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24373_q ), + .datad(\text_gen|char_ram~24401_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33760 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33761 ( +// Equation(s): +// \text_gen|char_ram~33761_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33760_combout & (\text_gen|char_ram~24415_q )) # (!\text_gen|char_ram~33760_combout & ((\text_gen|char_ram~24387_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33760_combout )))) + + .dataa(\text_gen|char_ram~24415_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24387_q ), + .datad(\text_gen|char_ram~33760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33761 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33769 ( +// Equation(s): +// \text_gen|char_ram~33769_combout = (\text_gen|char_ram~33766_combout & (((\text_gen|char_ram~33768_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~33766_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33761_combout )))) + + .dataa(\text_gen|char_ram~33766_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33768_combout ), + .datad(\text_gen|char_ram~33761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33769 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y58_N21 +dffeas \text_gen|char_ram~24205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y56_N11 +dffeas \text_gen|char_ram~24219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33743 ( +// Equation(s): +// \text_gen|char_ram~33743_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~24219_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24205_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24205_q ), + .datad(\text_gen|char_ram~24219_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33743 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y58_N13 +dffeas \text_gen|char_ram~24247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24233feeder ( +// Equation(s): +// \text_gen|char_ram~24233feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y56_N3 +dffeas \text_gen|char_ram~24233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33744 ( +// Equation(s): +// \text_gen|char_ram~33744_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33743_combout & (\text_gen|char_ram~24247_q )) # (!\text_gen|char_ram~33743_combout & ((\text_gen|char_ram~24233_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~33743_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~33743_combout ), + .datac(\text_gen|char_ram~24247_q ), + .datad(\text_gen|char_ram~24233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33744 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y62_N25 +dffeas \text_gen|char_ram~24443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y62_N19 +dffeas \text_gen|char_ram~24429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33741 ( +// Equation(s): +// \text_gen|char_ram~33741_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~24443_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~24429_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24443_q ), + .datad(\text_gen|char_ram~24429_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33741 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~33741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y54_N17 +dffeas \text_gen|char_ram~24471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24457feeder ( +// Equation(s): +// \text_gen|char_ram~24457feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24457feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y46_N17 +dffeas \text_gen|char_ram~24457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33742 ( +// Equation(s): +// \text_gen|char_ram~33742_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33741_combout & (\text_gen|char_ram~24471_q )) # (!\text_gen|char_ram~33741_combout & ((\text_gen|char_ram~24457_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~33741_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~33741_combout ), + .datac(\text_gen|char_ram~24471_q ), + .datad(\text_gen|char_ram~24457_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33742 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33745 ( +// Equation(s): +// \text_gen|char_ram~33745_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~33742_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~33744_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33744_combout ), + .datad(\text_gen|char_ram~33742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33745 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24555feeder ( +// Equation(s): +// \text_gen|char_ram~24555feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24555feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24555feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24555feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N15 +dffeas \text_gen|char_ram~24555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24555feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y54_N11 +dffeas \text_gen|char_ram~24583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y54_N17 +dffeas \text_gen|char_ram~24541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N1 +dffeas \text_gen|char_ram~24569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33746 ( +// Equation(s): +// \text_gen|char_ram~33746_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24569_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24541_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24541_q ), + .datad(\text_gen|char_ram~24569_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33746 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33747 ( +// Equation(s): +// \text_gen|char_ram~33747_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33746_combout & ((\text_gen|char_ram~24583_q ))) # (!\text_gen|char_ram~33746_combout & (\text_gen|char_ram~24555_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33746_combout )))) + + .dataa(\text_gen|char_ram~24555_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24583_q ), + .datad(\text_gen|char_ram~33746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33747 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y46_N17 +dffeas \text_gen|char_ram~24317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y46_N29 +dffeas \text_gen|char_ram~24345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33739 ( +// Equation(s): +// \text_gen|char_ram~33739_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24345_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24317_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24317_q ), + .datad(\text_gen|char_ram~24345_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33739 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y46_N23 +dffeas \text_gen|char_ram~24359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y44_N25 +dffeas \text_gen|char_ram~24331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33740 ( +// Equation(s): +// \text_gen|char_ram~33740_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33739_combout & (\text_gen|char_ram~24359_q )) # (!\text_gen|char_ram~33739_combout & ((\text_gen|char_ram~24331_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~33739_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~33739_combout ), + .datac(\text_gen|char_ram~24359_q ), + .datad(\text_gen|char_ram~24331_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33740 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33748 ( +// Equation(s): +// \text_gen|char_ram~33748_combout = (\text_gen|char_ram~33745_combout & (((\text_gen|char_ram~33747_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~33745_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33740_combout )))) + + .dataa(\text_gen|char_ram~33745_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33747_combout ), + .datad(\text_gen|char_ram~33740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33748 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N29 +dffeas \text_gen|char_ram~24548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y53_N31 +dffeas \text_gen|char_ram~24576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N19 +dffeas \text_gen|char_ram~24534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y53_N17 +dffeas \text_gen|char_ram~24562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33756 ( +// Equation(s): +// \text_gen|char_ram~33756_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24562_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24534_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24534_q ), + .datad(\text_gen|char_ram~24562_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33756 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33757 ( +// Equation(s): +// \text_gen|char_ram~33757_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33756_combout & ((\text_gen|char_ram~24576_q ))) # (!\text_gen|char_ram~33756_combout & (\text_gen|char_ram~24548_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33756_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24548_q ), + .datac(\text_gen|char_ram~24576_q ), + .datad(\text_gen|char_ram~33756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33757 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y57_N25 +dffeas \text_gen|char_ram~24352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y37_N13 +dffeas \text_gen|char_ram~24324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y41_N9 +dffeas \text_gen|char_ram~24310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y41_N15 +dffeas \text_gen|char_ram~24338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33749 ( +// Equation(s): +// \text_gen|char_ram~33749_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24338_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24310_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24310_q ), + .datad(\text_gen|char_ram~24338_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33749 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33750 ( +// Equation(s): +// \text_gen|char_ram~33750_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33749_combout & (\text_gen|char_ram~24352_q )) # (!\text_gen|char_ram~33749_combout & ((\text_gen|char_ram~24324_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33749_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24352_q ), + .datac(\text_gen|char_ram~24324_q ), + .datad(\text_gen|char_ram~33749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33750 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y53_N21 +dffeas \text_gen|char_ram~24198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24212feeder ( +// Equation(s): +// \text_gen|char_ram~24212feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y53_N29 +dffeas \text_gen|char_ram~24212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33753 ( +// Equation(s): +// \text_gen|char_ram~33753_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~24212_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24198_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24198_q ), + .datad(\text_gen|char_ram~24212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33753 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y56_N27 +dffeas \text_gen|char_ram~24240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24226feeder ( +// Equation(s): +// \text_gen|char_ram~24226feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y53_N3 +dffeas \text_gen|char_ram~24226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33754 ( +// Equation(s): +// \text_gen|char_ram~33754_combout = (\text_gen|char_ram~33753_combout & (((\text_gen|char_ram~24240_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~33753_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~24226_q )))) + + .dataa(\text_gen|char_ram~33753_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24240_q ), + .datad(\text_gen|char_ram~24226_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33754 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24450feeder ( +// Equation(s): +// \text_gen|char_ram~24450feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24450feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24450feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24450feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y39_N5 +dffeas \text_gen|char_ram~24450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24450feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y56_N1 +dffeas \text_gen|char_ram~24464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y46_N13 +dffeas \text_gen|char_ram~24422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24436feeder ( +// Equation(s): +// \text_gen|char_ram~24436feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24436feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24436feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24436feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y40_N1 +dffeas \text_gen|char_ram~24436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24436feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33751 ( +// Equation(s): +// \text_gen|char_ram~33751_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~24436_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24422_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24422_q ), + .datad(\text_gen|char_ram~24436_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33751 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33752 ( +// Equation(s): +// \text_gen|char_ram~33752_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33751_combout & ((\text_gen|char_ram~24464_q ))) # (!\text_gen|char_ram~33751_combout & (\text_gen|char_ram~24450_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33751_combout )))) + + .dataa(\text_gen|char_ram~24450_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24464_q ), + .datad(\text_gen|char_ram~33751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33752 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33755 ( +// Equation(s): +// \text_gen|char_ram~33755_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~33752_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~33754_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33754_combout ), + .datad(\text_gen|char_ram~33752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33755 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33758 ( +// Equation(s): +// \text_gen|char_ram~33758_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33755_combout & (\text_gen|char_ram~33757_combout )) # (!\text_gen|char_ram~33755_combout & ((\text_gen|char_ram~33750_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33755_combout )))) + + .dataa(\text_gen|char_ram~33757_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33750_combout ), + .datad(\text_gen|char_ram~33755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33758 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33759 ( +// Equation(s): +// \text_gen|char_ram~33759_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~33748_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~33758_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~33748_combout ), + .datad(\text_gen|char_ram~33758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33759 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y58_N1 +dffeas \text_gen|char_ram~24632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y60_N25 +dffeas \text_gen|char_ram~24604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y57_N13 +dffeas \text_gen|char_ram~24618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y60_N19 +dffeas \text_gen|char_ram~24590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33736 ( +// Equation(s): +// \text_gen|char_ram~33736_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~24618_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~24590_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~24618_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24590_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~33736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33736 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33737 ( +// Equation(s): +// \text_gen|char_ram~33737_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33736_combout & (\text_gen|char_ram~24632_q )) # (!\text_gen|char_ram~33736_combout & ((\text_gen|char_ram~24604_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33736_combout )))) + + .dataa(\text_gen|char_ram~24632_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24604_q ), + .datad(\text_gen|char_ram~33736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33737 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y47_N7 +dffeas \text_gen|char_ram~24520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y47_N13 +dffeas \text_gen|char_ram~24506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y45_N25 +dffeas \text_gen|char_ram~24478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y49_N21 +dffeas \text_gen|char_ram~24492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33729 ( +// Equation(s): +// \text_gen|char_ram~33729_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~24492_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24478_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24478_q ), + .datad(\text_gen|char_ram~24492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33729 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33730 ( +// Equation(s): +// \text_gen|char_ram~33730_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33729_combout & (\text_gen|char_ram~24520_q )) # (!\text_gen|char_ram~33729_combout & ((\text_gen|char_ram~24506_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33729_combout )))) + + .dataa(\text_gen|char_ram~24520_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24506_q ), + .datad(\text_gen|char_ram~33729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33730 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y59_N7 +dffeas \text_gen|char_ram~24296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y59_N25 +dffeas \text_gen|char_ram~24282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y31_N5 +dffeas \text_gen|char_ram~24268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y61_N19 +dffeas \text_gen|char_ram~24254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33733 ( +// Equation(s): +// \text_gen|char_ram~33733_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~24268_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~24254_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24268_q ), + .datac(\text_gen|char_ram~24254_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~33733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33733 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33734 ( +// Equation(s): +// \text_gen|char_ram~33734_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33733_combout & (\text_gen|char_ram~24296_q )) # (!\text_gen|char_ram~33733_combout & ((\text_gen|char_ram~24282_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33733_combout )))) + + .dataa(\text_gen|char_ram~24296_q ), + .datab(\text_gen|char_ram~24282_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~33733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33734 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~33734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y41_N25 +dffeas \text_gen|char_ram~24380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y41_N3 +dffeas \text_gen|char_ram~24408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y41_N13 +dffeas \text_gen|char_ram~24366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y41_N29 +dffeas \text_gen|char_ram~24394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33731 ( +// Equation(s): +// \text_gen|char_ram~33731_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24394_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24366_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24366_q ), + .datad(\text_gen|char_ram~24394_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33731 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33732 ( +// Equation(s): +// \text_gen|char_ram~33732_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33731_combout & ((\text_gen|char_ram~24408_q ))) # (!\text_gen|char_ram~33731_combout & (\text_gen|char_ram~24380_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33731_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24380_q ), + .datac(\text_gen|char_ram~24408_q ), + .datad(\text_gen|char_ram~33731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33732 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33735 ( +// Equation(s): +// \text_gen|char_ram~33735_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~33732_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33734_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33734_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~33732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33735 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~33735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33738 ( +// Equation(s): +// \text_gen|char_ram~33738_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33735_combout & (\text_gen|char_ram~33737_combout )) # (!\text_gen|char_ram~33735_combout & ((\text_gen|char_ram~33730_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33735_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33737_combout ), + .datac(\text_gen|char_ram~33730_combout ), + .datad(\text_gen|char_ram~33735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33738 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33770 ( +// Equation(s): +// \text_gen|char_ram~33770_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33759_combout & (\text_gen|char_ram~33769_combout )) # (!\text_gen|char_ram~33759_combout & ((\text_gen|char_ram~33738_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33759_combout )))) + + .dataa(\text_gen|char_ram~33769_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~33759_combout ), + .datad(\text_gen|char_ram~33738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33770 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~33770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33771 ( +// Equation(s): +// \text_gen|char_ram~33771_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33728_combout & ((\text_gen|char_ram~33770_combout ))) # (!\text_gen|char_ram~33728_combout & (\text_gen|char_ram~33643_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33728_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~33643_combout ), + .datac(\text_gen|char_ram~33728_combout ), + .datad(\text_gen|char_ram~33770_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33771 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~33771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y50_N13 +dffeas \text_gen|char_ram~28069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28097feeder ( +// Equation(s): +// \text_gen|char_ram~28097feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y50_N15 +dffeas \text_gen|char_ram~28097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34271 ( +// Equation(s): +// \text_gen|char_ram~34271_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~28097_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28069_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28069_q ), + .datad(\text_gen|char_ram~28097_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34271 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y50_N23 +dffeas \text_gen|char_ram~28111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28083feeder ( +// Equation(s): +// \text_gen|char_ram~28083feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y50_N29 +dffeas \text_gen|char_ram~28083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34272 ( +// Equation(s): +// \text_gen|char_ram~34272_combout = (\text_gen|char_ram~34271_combout & (((\text_gen|char_ram~28111_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34271_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~28083_q )))) + + .dataa(\text_gen|char_ram~34271_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28111_q ), + .datad(\text_gen|char_ram~28083_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34272 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~28209feeder ( +// Equation(s): +// \text_gen|char_ram~28209feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28209feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y59_N27 +dffeas \text_gen|char_ram~28209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y55_N27 +dffeas \text_gen|char_ram~28223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y59_N21 +dffeas \text_gen|char_ram~28181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~28195feeder ( +// Equation(s): +// \text_gen|char_ram~28195feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28195feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28195feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28195feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y59_N17 +dffeas \text_gen|char_ram~28195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28195feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34278 ( +// Equation(s): +// \text_gen|char_ram~34278_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~28195_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~28181_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28181_q ), + .datad(\text_gen|char_ram~28195_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34278 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34279 ( +// Equation(s): +// \text_gen|char_ram~34279_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34278_combout & ((\text_gen|char_ram~28223_q ))) # (!\text_gen|char_ram~34278_combout & (\text_gen|char_ram~28209_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34278_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~28209_q ), + .datac(\text_gen|char_ram~28223_q ), + .datad(\text_gen|char_ram~34278_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34279 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~27985feeder ( +// Equation(s): +// \text_gen|char_ram~27985feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27985feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y56_N9 +dffeas \text_gen|char_ram~27985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y55_N29 +dffeas \text_gen|char_ram~27999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y53_N3 +dffeas \text_gen|char_ram~27957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27971feeder ( +// Equation(s): +// \text_gen|char_ram~27971feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27971feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27971feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27971feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y59_N17 +dffeas \text_gen|char_ram~27971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27971feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34273 ( +// Equation(s): +// \text_gen|char_ram~34273_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27971_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27957_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27957_q ), + .datad(\text_gen|char_ram~27971_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34273 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34274 ( +// Equation(s): +// \text_gen|char_ram~34274_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34273_combout & ((\text_gen|char_ram~27999_q ))) # (!\text_gen|char_ram~34273_combout & (\text_gen|char_ram~27985_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34273_combout )))) + + .dataa(\text_gen|char_ram~27985_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27999_q ), + .datad(\text_gen|char_ram~34273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34274 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y61_N27 +dffeas \text_gen|char_ram~27859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y58_N29 +dffeas \text_gen|char_ram~27887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y62_N19 +dffeas \text_gen|char_ram~27845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y62_N29 +dffeas \text_gen|char_ram~27873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34275 ( +// Equation(s): +// \text_gen|char_ram~34275_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~27873_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27845_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27845_q ), + .datad(\text_gen|char_ram~27873_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34275 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34276 ( +// Equation(s): +// \text_gen|char_ram~34276_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34275_combout & ((\text_gen|char_ram~27887_q ))) # (!\text_gen|char_ram~34275_combout & (\text_gen|char_ram~27859_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34275_combout )))) + + .dataa(\text_gen|char_ram~27859_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27887_q ), + .datad(\text_gen|char_ram~34275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34276 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34277 ( +// Equation(s): +// \text_gen|char_ram~34277_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~34274_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~34276_combout ))))) + + .dataa(\text_gen|char_ram~34274_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34277 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~34277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34280 ( +// Equation(s): +// \text_gen|char_ram~34280_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34277_combout & ((\text_gen|char_ram~34279_combout ))) # (!\text_gen|char_ram~34277_combout & (\text_gen|char_ram~34272_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34277_combout )))) + + .dataa(\text_gen|char_ram~34272_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34279_combout ), + .datad(\text_gen|char_ram~34277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34280 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20831feeder ( +// Equation(s): +// \text_gen|char_ram~20831feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20831feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y57_N13 +dffeas \text_gen|char_ram~20831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y57_N5 +dffeas \text_gen|char_ram~21055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y58_N27 +dffeas \text_gen|char_ram~20943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y61_N5 +dffeas \text_gen|char_ram~20719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34247 ( +// Equation(s): +// \text_gen|char_ram~34247_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20943_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~20719_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~20943_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~20719_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34247 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~34247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34248 ( +// Equation(s): +// \text_gen|char_ram~34248_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34247_combout & ((\text_gen|char_ram~21055_q ))) # (!\text_gen|char_ram~34247_combout & (\text_gen|char_ram~20831_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34247_combout )))) + + .dataa(\text_gen|char_ram~20831_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21055_q ), + .datad(\text_gen|char_ram~34247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34248 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y58_N19 +dffeas \text_gen|char_ram~21041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y58_N29 +dffeas \text_gen|char_ram~20817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y62_N13 +dffeas \text_gen|char_ram~20929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y62_N19 +dffeas \text_gen|char_ram~20705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34240 ( +// Equation(s): +// \text_gen|char_ram~34240_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20929_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~20705_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~20929_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20705_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34240 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34241 ( +// Equation(s): +// \text_gen|char_ram~34241_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34240_combout & (\text_gen|char_ram~21041_q )) # (!\text_gen|char_ram~34240_combout & ((\text_gen|char_ram~20817_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34240_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21041_q ), + .datac(\text_gen|char_ram~20817_q ), + .datad(\text_gen|char_ram~34240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34241 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y53_N9 +dffeas \text_gen|char_ram~20915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y52_N23 +dffeas \text_gen|char_ram~21027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y56_N29 +dffeas \text_gen|char_ram~20691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20803feeder ( +// Equation(s): +// \text_gen|char_ram~20803feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20803feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20803feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20803feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y54_N11 +dffeas \text_gen|char_ram~20803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20803feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34242 ( +// Equation(s): +// \text_gen|char_ram~34242_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~20803_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20691_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20691_q ), + .datad(\text_gen|char_ram~20803_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34242 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34243 ( +// Equation(s): +// \text_gen|char_ram~34243_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34242_combout & ((\text_gen|char_ram~21027_q ))) # (!\text_gen|char_ram~34242_combout & (\text_gen|char_ram~20915_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34242_combout )))) + + .dataa(\text_gen|char_ram~20915_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21027_q ), + .datad(\text_gen|char_ram~34242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34243 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20901feeder ( +// Equation(s): +// \text_gen|char_ram~20901feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20901feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N3 +dffeas \text_gen|char_ram~20901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y59_N7 +dffeas \text_gen|char_ram~21013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y56_N27 +dffeas \text_gen|char_ram~20677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20789feeder ( +// Equation(s): +// \text_gen|char_ram~20789feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y56_N29 +dffeas \text_gen|char_ram~20789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34244 ( +// Equation(s): +// \text_gen|char_ram~34244_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~20789_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20677_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20677_q ), + .datad(\text_gen|char_ram~20789_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34244 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34245 ( +// Equation(s): +// \text_gen|char_ram~34245_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34244_combout & ((\text_gen|char_ram~21013_q ))) # (!\text_gen|char_ram~34244_combout & (\text_gen|char_ram~20901_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34244_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20901_q ), + .datac(\text_gen|char_ram~21013_q ), + .datad(\text_gen|char_ram~34244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34245 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34246 ( +// Equation(s): +// \text_gen|char_ram~34246_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~34243_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~34245_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34243_combout ), + .datad(\text_gen|char_ram~34245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34246 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34249 ( +// Equation(s): +// \text_gen|char_ram~34249_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34246_combout & (\text_gen|char_ram~34248_combout )) # (!\text_gen|char_ram~34246_combout & ((\text_gen|char_ram~34241_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34246_combout )))) + + .dataa(\text_gen|char_ram~34248_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34241_combout ), + .datad(\text_gen|char_ram~34246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34249 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13663feeder ( +// Equation(s): +// \text_gen|char_ram~13663feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y59_N7 +dffeas \text_gen|char_ram~13663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y59_N25 +dffeas \text_gen|char_ram~13635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13649feeder ( +// Equation(s): +// \text_gen|char_ram~13649feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13649feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13649feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13649feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y59_N25 +dffeas \text_gen|char_ram~13649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13649feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y59_N19 +dffeas \text_gen|char_ram~13621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34250 ( +// Equation(s): +// \text_gen|char_ram~34250_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~13649_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~13621_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13649_q ), + .datac(\text_gen|char_ram~13621_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34250 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34251 ( +// Equation(s): +// \text_gen|char_ram~34251_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34250_combout & (\text_gen|char_ram~13663_q )) # (!\text_gen|char_ram~34250_combout & ((\text_gen|char_ram~13635_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34250_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13663_q ), + .datac(\text_gen|char_ram~13635_q ), + .datad(\text_gen|char_ram~34250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34251 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13761feeder ( +// Equation(s): +// \text_gen|char_ram~13761feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13761feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13761feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13761feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y60_N27 +dffeas \text_gen|char_ram~13761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13761feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y60_N23 +dffeas \text_gen|char_ram~13775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y56_N25 +dffeas \text_gen|char_ram~13733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y60_N7 +dffeas \text_gen|char_ram~13747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34252 ( +// Equation(s): +// \text_gen|char_ram~34252_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~13747_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13733_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13733_q ), + .datad(\text_gen|char_ram~13747_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34252 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34253 ( +// Equation(s): +// \text_gen|char_ram~34253_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34252_combout & ((\text_gen|char_ram~13775_q ))) # (!\text_gen|char_ram~34252_combout & (\text_gen|char_ram~13761_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34252_combout )))) + + .dataa(\text_gen|char_ram~13761_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13775_q ), + .datad(\text_gen|char_ram~34252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34253 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y64_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13537feeder ( +// Equation(s): +// \text_gen|char_ram~13537feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13537feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13537feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13537feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y64_N21 +dffeas \text_gen|char_ram~13537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13537feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13537 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y61_N9 +dffeas \text_gen|char_ram~13551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y63_N9 +dffeas \text_gen|char_ram~13509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13523feeder ( +// Equation(s): +// \text_gen|char_ram~13523feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13523feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13523feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13523feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y61_N29 +dffeas \text_gen|char_ram~13523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13523feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34254 ( +// Equation(s): +// \text_gen|char_ram~34254_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~13523_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13509_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13509_q ), + .datad(\text_gen|char_ram~13523_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34254 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34255 ( +// Equation(s): +// \text_gen|char_ram~34255_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34254_combout & ((\text_gen|char_ram~13551_q ))) # (!\text_gen|char_ram~34254_combout & (\text_gen|char_ram~13537_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34254_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13537_q ), + .datac(\text_gen|char_ram~13551_q ), + .datad(\text_gen|char_ram~34254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34255 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34256 ( +// Equation(s): +// \text_gen|char_ram~34256_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~34253_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~34255_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34253_combout ), + .datad(\text_gen|char_ram~34255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34256 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y63_N23 +dffeas \text_gen|char_ram~13845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y64_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13873feeder ( +// Equation(s): +// \text_gen|char_ram~13873feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13873feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13873feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13873feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y64_N31 +dffeas \text_gen|char_ram~13873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13873feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34257 ( +// Equation(s): +// \text_gen|char_ram~34257_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~13873_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13845_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13845_q ), + .datad(\text_gen|char_ram~13873_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34257 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y63_N27 +dffeas \text_gen|char_ram~13887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y63_N29 +dffeas \text_gen|char_ram~13859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34258 ( +// Equation(s): +// \text_gen|char_ram~34258_combout = (\text_gen|char_ram~34257_combout & (((\text_gen|char_ram~13887_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34257_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~13859_q )))) + + .dataa(\text_gen|char_ram~34257_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13887_q ), + .datad(\text_gen|char_ram~13859_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34258 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34259 ( +// Equation(s): +// \text_gen|char_ram~34259_combout = (\text_gen|char_ram~34256_combout & (((\text_gen|char_ram~34258_combout ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~34256_combout & (\text_gen|char_ram~34251_combout & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~34251_combout ), + .datab(\text_gen|char_ram~34256_combout ), + .datac(\text_gen|char_ram~34258_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34259 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~34259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y50_N15 +dffeas \text_gen|char_ram~6453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y50_N17 +dffeas \text_gen|char_ram~6481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34262 ( +// Equation(s): +// \text_gen|char_ram~34262_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~6481_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6453_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6453_q ), + .datad(\text_gen|char_ram~6481_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34262 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y54_N5 +dffeas \text_gen|char_ram~6495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6467feeder ( +// Equation(s): +// \text_gen|char_ram~6467feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y54_N5 +dffeas \text_gen|char_ram~6467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34263 ( +// Equation(s): +// \text_gen|char_ram~34263_combout = (\text_gen|char_ram~34262_combout & (((\text_gen|char_ram~6495_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34262_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~6467_q )))) + + .dataa(\text_gen|char_ram~34262_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6495_q ), + .datad(\text_gen|char_ram~6467_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34263 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y64_N1 +dffeas \text_gen|char_ram~6369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y64_N21 +dffeas \text_gen|char_ram~6383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N11 +dffeas \text_gen|char_ram~6355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y61_N9 +dffeas \text_gen|char_ram~6341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34264 ( +// Equation(s): +// \text_gen|char_ram~34264_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~6355_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~6341_q ))))) + + .dataa(\text_gen|char_ram~6355_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6341_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34264 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y64_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34265 ( +// Equation(s): +// \text_gen|char_ram~34265_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34264_combout & ((\text_gen|char_ram~6383_q ))) # (!\text_gen|char_ram~34264_combout & (\text_gen|char_ram~6369_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34264_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6369_q ), + .datac(\text_gen|char_ram~6383_q ), + .datad(\text_gen|char_ram~34264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34265 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34266 ( +// Equation(s): +// \text_gen|char_ram~34266_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~34263_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~34265_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34263_combout ), + .datad(\text_gen|char_ram~34265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34266 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6691feeder ( +// Equation(s): +// \text_gen|char_ram~6691feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6691feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6691feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6691feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y58_N1 +dffeas \text_gen|char_ram~6691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6691feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y58_N19 +dffeas \text_gen|char_ram~6719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6705feeder ( +// Equation(s): +// \text_gen|char_ram~6705feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6705feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6705feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6705feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y60_N21 +dffeas \text_gen|char_ram~6705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6705feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y59_N15 +dffeas \text_gen|char_ram~6677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34267 ( +// Equation(s): +// \text_gen|char_ram~34267_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6705_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6677_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6705_q ), + .datac(\text_gen|char_ram~6677_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34267 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34268 ( +// Equation(s): +// \text_gen|char_ram~34268_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34267_combout & ((\text_gen|char_ram~6719_q ))) # (!\text_gen|char_ram~34267_combout & (\text_gen|char_ram~6691_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34267_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6691_q ), + .datac(\text_gen|char_ram~6719_q ), + .datad(\text_gen|char_ram~34267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34268 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y57_N19 +dffeas \text_gen|char_ram~6565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y57_N29 +dffeas \text_gen|char_ram~6579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34260 ( +// Equation(s): +// \text_gen|char_ram~34260_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~6579_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6565_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6565_q ), + .datad(\text_gen|char_ram~6579_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34260 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y55_N27 +dffeas \text_gen|char_ram~6607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y51_N11 +dffeas \text_gen|char_ram~6593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34261 ( +// Equation(s): +// \text_gen|char_ram~34261_combout = (\text_gen|char_ram~34260_combout & (((\text_gen|char_ram~6607_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34260_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6593_q )))) + + .dataa(\text_gen|char_ram~34260_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6607_q ), + .datad(\text_gen|char_ram~6593_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34261 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34269 ( +// Equation(s): +// \text_gen|char_ram~34269_combout = (\text_gen|char_ram~34266_combout & (((\text_gen|char_ram~34268_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~34266_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34261_combout )))) + + .dataa(\text_gen|char_ram~34266_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34268_combout ), + .datad(\text_gen|char_ram~34261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34269 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34270 ( +// Equation(s): +// \text_gen|char_ram~34270_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~34259_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~34269_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34259_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~34269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34270 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~34270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34281 ( +// Equation(s): +// \text_gen|char_ram~34281_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34270_combout & (\text_gen|char_ram~34280_combout )) # (!\text_gen|char_ram~34270_combout & ((\text_gen|char_ram~34249_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34270_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34280_combout ), + .datac(\text_gen|char_ram~34249_combout ), + .datad(\text_gen|char_ram~34270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34281 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6544feeder ( +// Equation(s): +// \text_gen|char_ram~6544feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6544feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6544feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6544feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y52_N29 +dffeas \text_gen|char_ram~6544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6544feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6530feeder ( +// Equation(s): +// \text_gen|char_ram~6530feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y52_N5 +dffeas \text_gen|char_ram~6530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y52_N15 +dffeas \text_gen|char_ram~6516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y50_N7 +dffeas \text_gen|char_ram~6502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34217 ( +// Equation(s): +// \text_gen|char_ram~34217_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~6516_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~6502_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6516_q ), + .datad(\text_gen|char_ram~6502_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34217 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34218 ( +// Equation(s): +// \text_gen|char_ram~34218_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34217_combout & (\text_gen|char_ram~6544_q )) # (!\text_gen|char_ram~34217_combout & ((\text_gen|char_ram~6530_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34217_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6544_q ), + .datac(\text_gen|char_ram~6530_q ), + .datad(\text_gen|char_ram~34217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34218 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N19 +dffeas \text_gen|char_ram~6628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y52_N9 +dffeas \text_gen|char_ram~6656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y52_N17 +dffeas \text_gen|char_ram~6614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y52_N5 +dffeas \text_gen|char_ram~6642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34224 ( +// Equation(s): +// \text_gen|char_ram~34224_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~6642_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6614_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6614_q ), + .datad(\text_gen|char_ram~6642_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34224 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34225 ( +// Equation(s): +// \text_gen|char_ram~34225_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34224_combout & ((\text_gen|char_ram~6656_q ))) # (!\text_gen|char_ram~34224_combout & (\text_gen|char_ram~6628_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34224_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6628_q ), + .datac(\text_gen|char_ram~6656_q ), + .datad(\text_gen|char_ram~34224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34225 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y55_N13 +dffeas \text_gen|char_ram~6306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y55_N23 +dffeas \text_gen|char_ram~6320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y53_N17 +dffeas \text_gen|char_ram~6278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y55_N31 +dffeas \text_gen|char_ram~6292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34221 ( +// Equation(s): +// \text_gen|char_ram~34221_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6292_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6278_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6278_q ), + .datad(\text_gen|char_ram~6292_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34221 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34222 ( +// Equation(s): +// \text_gen|char_ram~34222_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34221_combout & ((\text_gen|char_ram~6320_q ))) # (!\text_gen|char_ram~34221_combout & (\text_gen|char_ram~6306_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34221_combout )))) + + .dataa(\text_gen|char_ram~6306_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6320_q ), + .datad(\text_gen|char_ram~34221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34222 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y51_N11 +dffeas \text_gen|char_ram~6404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y51_N5 +dffeas \text_gen|char_ram~6432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y51_N15 +dffeas \text_gen|char_ram~6390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y35_N9 +dffeas \text_gen|char_ram~6418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34219 ( +// Equation(s): +// \text_gen|char_ram~34219_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~6418_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6390_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6390_q ), + .datad(\text_gen|char_ram~6418_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34219 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34220 ( +// Equation(s): +// \text_gen|char_ram~34220_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34219_combout & ((\text_gen|char_ram~6432_q ))) # (!\text_gen|char_ram~34219_combout & (\text_gen|char_ram~6404_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34219_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6404_q ), + .datac(\text_gen|char_ram~6432_q ), + .datad(\text_gen|char_ram~34219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34220 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34223 ( +// Equation(s): +// \text_gen|char_ram~34223_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34220_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34222_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34222_combout ), + .datad(\text_gen|char_ram~34220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34223 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34226 ( +// Equation(s): +// \text_gen|char_ram~34226_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34223_combout & ((\text_gen|char_ram~34225_combout ))) # (!\text_gen|char_ram~34223_combout & (\text_gen|char_ram~34218_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34223_combout )))) + + .dataa(\text_gen|char_ram~34218_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34225_combout ), + .datad(\text_gen|char_ram~34223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34226 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y55_N7 +dffeas \text_gen|char_ram~13796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y52_N13 +dffeas \text_gen|char_ram~13824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y53_N21 +dffeas \text_gen|char_ram~13782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y46_N13 +dffeas \text_gen|char_ram~13810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34214 ( +// Equation(s): +// \text_gen|char_ram~34214_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~13810_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13782_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13782_q ), + .datad(\text_gen|char_ram~13810_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34214 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34215 ( +// Equation(s): +// \text_gen|char_ram~34215_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34214_combout & ((\text_gen|char_ram~13824_q ))) # (!\text_gen|char_ram~34214_combout & (\text_gen|char_ram~13796_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34214_combout )))) + + .dataa(\text_gen|char_ram~13796_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13824_q ), + .datad(\text_gen|char_ram~34214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34215 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y53_N23 +dffeas \text_gen|char_ram~13446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y57_N21 +dffeas \text_gen|char_ram~13460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34211 ( +// Equation(s): +// \text_gen|char_ram~34211_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~13460_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13446_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13446_q ), + .datad(\text_gen|char_ram~13460_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34211 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y55_N13 +dffeas \text_gen|char_ram~13488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y55_N9 +dffeas \text_gen|char_ram~13474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34212 ( +// Equation(s): +// \text_gen|char_ram~34212_combout = (\text_gen|char_ram~34211_combout & (((\text_gen|char_ram~13488_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34211_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13474_q )))) + + .dataa(\text_gen|char_ram~34211_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13488_q ), + .datad(\text_gen|char_ram~13474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34212 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N27 +dffeas \text_gen|char_ram~13712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y56_N21 +dffeas \text_gen|char_ram~13698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y56_N29 +dffeas \text_gen|char_ram~13670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y61_N9 +dffeas \text_gen|char_ram~13684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34209 ( +// Equation(s): +// \text_gen|char_ram~34209_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~13684_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13670_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13670_q ), + .datad(\text_gen|char_ram~13684_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34209 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34210 ( +// Equation(s): +// \text_gen|char_ram~34210_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34209_combout & (\text_gen|char_ram~13712_q )) # (!\text_gen|char_ram~34209_combout & ((\text_gen|char_ram~13698_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34209_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13712_q ), + .datac(\text_gen|char_ram~13698_q ), + .datad(\text_gen|char_ram~34209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34210 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34213 ( +// Equation(s): +// \text_gen|char_ram~34213_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~34210_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34212_combout )))) + + .dataa(\text_gen|char_ram~34212_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~34210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34213 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~34213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13572feeder ( +// Equation(s): +// \text_gen|char_ram~13572feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13572feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13572feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13572feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y53_N27 +dffeas \text_gen|char_ram~13572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13572feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y52_N21 +dffeas \text_gen|char_ram~13600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13586feeder ( +// Equation(s): +// \text_gen|char_ram~13586feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y36_N17 +dffeas \text_gen|char_ram~13586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N1 +dffeas \text_gen|char_ram~13558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34207 ( +// Equation(s): +// \text_gen|char_ram~34207_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~13586_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~13558_q ))))) + + .dataa(\text_gen|char_ram~13586_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13558_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34207 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34208 ( +// Equation(s): +// \text_gen|char_ram~34208_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34207_combout & ((\text_gen|char_ram~13600_q ))) # (!\text_gen|char_ram~34207_combout & (\text_gen|char_ram~13572_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34207_combout )))) + + .dataa(\text_gen|char_ram~13572_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13600_q ), + .datad(\text_gen|char_ram~34207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34208 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34216 ( +// Equation(s): +// \text_gen|char_ram~34216_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34213_combout & (\text_gen|char_ram~34215_combout )) # (!\text_gen|char_ram~34213_combout & ((\text_gen|char_ram~34208_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34213_combout )))) + + .dataa(\text_gen|char_ram~34215_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34213_combout ), + .datad(\text_gen|char_ram~34208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34216 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~34216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34227 ( +// Equation(s): +// \text_gen|char_ram~34227_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~34216_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~34226_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34226_combout ), + .datad(\text_gen|char_ram~34216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34227 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y52_N25 +dffeas \text_gen|char_ram~28132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y52_N1 +dffeas \text_gen|char_ram~28160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y53_N3 +dffeas \text_gen|char_ram~28146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N3 +dffeas \text_gen|char_ram~28118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34235 ( +// Equation(s): +// \text_gen|char_ram~34235_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~28146_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~28118_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~28146_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28118_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34235 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34236 ( +// Equation(s): +// \text_gen|char_ram~34236_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34235_combout & ((\text_gen|char_ram~28160_q ))) # (!\text_gen|char_ram~34235_combout & (\text_gen|char_ram~28132_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34235_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~28132_q ), + .datac(\text_gen|char_ram~28160_q ), + .datad(\text_gen|char_ram~34235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34236 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~28034feeder ( +// Equation(s): +// \text_gen|char_ram~28034feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28034feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y52_N5 +dffeas \text_gen|char_ram~28034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y52_N5 +dffeas \text_gen|char_ram~28048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y48_N17 +dffeas \text_gen|char_ram~28006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28020feeder ( +// Equation(s): +// \text_gen|char_ram~28020feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28020feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28020feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28020feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y48_N29 +dffeas \text_gen|char_ram~28020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28020feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34230 ( +// Equation(s): +// \text_gen|char_ram~34230_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~28020_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28006_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28006_q ), + .datad(\text_gen|char_ram~28020_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34230 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34231 ( +// Equation(s): +// \text_gen|char_ram~34231_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34230_combout & ((\text_gen|char_ram~28048_q ))) # (!\text_gen|char_ram~34230_combout & (\text_gen|char_ram~28034_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34230_combout )))) + + .dataa(\text_gen|char_ram~28034_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28048_q ), + .datad(\text_gen|char_ram~34230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34231 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27810feeder ( +// Equation(s): +// \text_gen|char_ram~27810feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27810feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y52_N5 +dffeas \text_gen|char_ram~27810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y52_N11 +dffeas \text_gen|char_ram~27824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y53_N3 +dffeas \text_gen|char_ram~27782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y53_N19 +dffeas \text_gen|char_ram~27796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34232 ( +// Equation(s): +// \text_gen|char_ram~34232_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27796_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27782_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27782_q ), + .datad(\text_gen|char_ram~27796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34232 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34233 ( +// Equation(s): +// \text_gen|char_ram~34233_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34232_combout & ((\text_gen|char_ram~27824_q ))) # (!\text_gen|char_ram~34232_combout & (\text_gen|char_ram~27810_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34232_combout )))) + + .dataa(\text_gen|char_ram~27810_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27824_q ), + .datad(\text_gen|char_ram~34232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34233 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34234 ( +// Equation(s): +// \text_gen|char_ram~34234_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~34231_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~34233_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34231_combout ), + .datad(\text_gen|char_ram~34233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34234 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y52_N9 +dffeas \text_gen|char_ram~27894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27922feeder ( +// Equation(s): +// \text_gen|char_ram~27922feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y48_N17 +dffeas \text_gen|char_ram~27922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34228 ( +// Equation(s): +// \text_gen|char_ram~34228_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~27922_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27894_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27894_q ), + .datad(\text_gen|char_ram~27922_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34228 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y52_N3 +dffeas \text_gen|char_ram~27936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y37_N27 +dffeas \text_gen|char_ram~27908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34229 ( +// Equation(s): +// \text_gen|char_ram~34229_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34228_combout & (\text_gen|char_ram~27936_q )) # (!\text_gen|char_ram~34228_combout & ((\text_gen|char_ram~27908_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~34228_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34228_combout ), + .datac(\text_gen|char_ram~27936_q ), + .datad(\text_gen|char_ram~27908_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34229 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34237 ( +// Equation(s): +// \text_gen|char_ram~34237_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34234_combout & (\text_gen|char_ram~34236_combout )) # (!\text_gen|char_ram~34234_combout & ((\text_gen|char_ram~34229_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34234_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34236_combout ), + .datac(\text_gen|char_ram~34234_combout ), + .datad(\text_gen|char_ram~34229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34237 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y56_N9 +dffeas \text_gen|char_ram~20964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y59_N5 +dffeas \text_gen|char_ram~20992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y59_N7 +dffeas \text_gen|char_ram~20950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y59_N21 +dffeas \text_gen|char_ram~20978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34204 ( +// Equation(s): +// \text_gen|char_ram~34204_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~20978_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20950_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20950_q ), + .datad(\text_gen|char_ram~20978_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34204 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34205 ( +// Equation(s): +// \text_gen|char_ram~34205_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34204_combout & ((\text_gen|char_ram~20992_q ))) # (!\text_gen|char_ram~34204_combout & (\text_gen|char_ram~20964_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34204_combout )))) + + .dataa(\text_gen|char_ram~20964_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20992_q ), + .datad(\text_gen|char_ram~34204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34205 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20880feeder ( +// Equation(s): +// \text_gen|char_ram~20880feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20880feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N27 +dffeas \text_gen|char_ram~20880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20866feeder ( +// Equation(s): +// \text_gen|char_ram~20866feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20866feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N21 +dffeas \text_gen|char_ram~20866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y59_N19 +dffeas \text_gen|char_ram~20838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y55_N9 +dffeas \text_gen|char_ram~20852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34197 ( +// Equation(s): +// \text_gen|char_ram~34197_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20852_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20838_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20838_q ), + .datad(\text_gen|char_ram~20852_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34197 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34198 ( +// Equation(s): +// \text_gen|char_ram~34198_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34197_combout & (\text_gen|char_ram~20880_q )) # (!\text_gen|char_ram~34197_combout & ((\text_gen|char_ram~20866_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34197_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20880_q ), + .datac(\text_gen|char_ram~20866_q ), + .datad(\text_gen|char_ram~34197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34198 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y55_N1 +dffeas \text_gen|char_ram~20642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y55_N15 +dffeas \text_gen|char_ram~20656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y55_N31 +dffeas \text_gen|char_ram~20614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y55_N29 +dffeas \text_gen|char_ram~20628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34201 ( +// Equation(s): +// \text_gen|char_ram~34201_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~20628_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20614_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20614_q ), + .datad(\text_gen|char_ram~20628_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34201 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34202 ( +// Equation(s): +// \text_gen|char_ram~34202_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34201_combout & ((\text_gen|char_ram~20656_q ))) # (!\text_gen|char_ram~34201_combout & (\text_gen|char_ram~20642_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34201_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20642_q ), + .datac(\text_gen|char_ram~20656_q ), + .datad(\text_gen|char_ram~34201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34202 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20740feeder ( +// Equation(s): +// \text_gen|char_ram~20740feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20740feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20740feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20740feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y54_N3 +dffeas \text_gen|char_ram~20740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20740feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y55_N7 +dffeas \text_gen|char_ram~20768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y53_N1 +dffeas \text_gen|char_ram~20726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y55_N17 +dffeas \text_gen|char_ram~20754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34199 ( +// Equation(s): +// \text_gen|char_ram~34199_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~20754_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20726_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20726_q ), + .datad(\text_gen|char_ram~20754_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34199 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34200 ( +// Equation(s): +// \text_gen|char_ram~34200_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34199_combout & ((\text_gen|char_ram~20768_q ))) # (!\text_gen|char_ram~34199_combout & (\text_gen|char_ram~20740_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34199_combout )))) + + .dataa(\text_gen|char_ram~20740_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20768_q ), + .datad(\text_gen|char_ram~34199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34200 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34203 ( +// Equation(s): +// \text_gen|char_ram~34203_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34200_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34202_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34202_combout ), + .datad(\text_gen|char_ram~34200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34203 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34206 ( +// Equation(s): +// \text_gen|char_ram~34206_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34203_combout & (\text_gen|char_ram~34205_combout )) # (!\text_gen|char_ram~34203_combout & ((\text_gen|char_ram~34198_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34203_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34205_combout ), + .datac(\text_gen|char_ram~34198_combout ), + .datad(\text_gen|char_ram~34203_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34206 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34238 ( +// Equation(s): +// \text_gen|char_ram~34238_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34227_combout & (\text_gen|char_ram~34237_combout )) # (!\text_gen|char_ram~34227_combout & ((\text_gen|char_ram~34206_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~34227_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34227_combout ), + .datac(\text_gen|char_ram~34237_combout ), + .datad(\text_gen|char_ram~34206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34238 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y64_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13866feeder ( +// Equation(s): +// \text_gen|char_ram~13866feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13866feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y64_N27 +dffeas \text_gen|char_ram~13866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y64_N25 +dffeas \text_gen|char_ram~13838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y64_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34162 ( +// Equation(s): +// \text_gen|char_ram~34162_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~13866_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~13838_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13866_q ), + .datac(\text_gen|char_ram~13838_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34162 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y64_N9 +dffeas \text_gen|char_ram~13880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y64_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13852feeder ( +// Equation(s): +// \text_gen|char_ram~13852feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13852feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y64_N21 +dffeas \text_gen|char_ram~13852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34163 ( +// Equation(s): +// \text_gen|char_ram~34163_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34162_combout & (\text_gen|char_ram~13880_q )) # (!\text_gen|char_ram~34162_combout & ((\text_gen|char_ram~13852_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~34162_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34162_combout ), + .datac(\text_gen|char_ram~13880_q ), + .datad(\text_gen|char_ram~13852_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34163 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y60_N19 +dffeas \text_gen|char_ram~13656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y60_N9 +dffeas \text_gen|char_ram~13628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y59_N11 +dffeas \text_gen|char_ram~13614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13642feeder ( +// Equation(s): +// \text_gen|char_ram~13642feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~13642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13642feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~13642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y59_N29 +dffeas \text_gen|char_ram~13642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34155 ( +// Equation(s): +// \text_gen|char_ram~34155_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~13642_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13614_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13614_q ), + .datad(\text_gen|char_ram~13642_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34155 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34156 ( +// Equation(s): +// \text_gen|char_ram~34156_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34155_combout & (\text_gen|char_ram~13656_q )) # (!\text_gen|char_ram~34155_combout & ((\text_gen|char_ram~13628_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34155_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13656_q ), + .datac(\text_gen|char_ram~13628_q ), + .datad(\text_gen|char_ram~34155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34156 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y62_N27 +dffeas \text_gen|char_ram~13502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y62_N29 +dffeas \text_gen|char_ram~13516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y62_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34159 ( +// Equation(s): +// \text_gen|char_ram~34159_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~13516_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13502_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13502_q ), + .datad(\text_gen|char_ram~13516_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34159 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y64_N5 +dffeas \text_gen|char_ram~13544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y64_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13530feeder ( +// Equation(s): +// \text_gen|char_ram~13530feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y64_N17 +dffeas \text_gen|char_ram~13530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34160 ( +// Equation(s): +// \text_gen|char_ram~34160_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34159_combout & (\text_gen|char_ram~13544_q )) # (!\text_gen|char_ram~34159_combout & ((\text_gen|char_ram~13530_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~34159_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34159_combout ), + .datac(\text_gen|char_ram~13544_q ), + .datad(\text_gen|char_ram~13530_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34160 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y60_N13 +dffeas \text_gen|char_ram~13754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y60_N3 +dffeas \text_gen|char_ram~13768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y57_N7 +dffeas \text_gen|char_ram~13726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y57_N29 +dffeas \text_gen|char_ram~13740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34157 ( +// Equation(s): +// \text_gen|char_ram~34157_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~13740_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13726_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13726_q ), + .datad(\text_gen|char_ram~13740_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34157 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34158 ( +// Equation(s): +// \text_gen|char_ram~34158_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34157_combout & ((\text_gen|char_ram~13768_q ))) # (!\text_gen|char_ram~34157_combout & (\text_gen|char_ram~13754_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34157_combout )))) + + .dataa(\text_gen|char_ram~13754_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13768_q ), + .datad(\text_gen|char_ram~34157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34158 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34161 ( +// Equation(s): +// \text_gen|char_ram~34161_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34158_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34160_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34160_combout ), + .datad(\text_gen|char_ram~34158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34161 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34164 ( +// Equation(s): +// \text_gen|char_ram~34164_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34161_combout & (\text_gen|char_ram~34163_combout )) # (!\text_gen|char_ram~34161_combout & ((\text_gen|char_ram~34156_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34161_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34163_combout ), + .datac(\text_gen|char_ram~34156_combout ), + .datad(\text_gen|char_ram~34161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34164 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27992feeder ( +// Equation(s): +// \text_gen|char_ram~27992feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27992feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27992feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27992feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y53_N17 +dffeas \text_gen|char_ram~27992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27992feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y55_N17 +dffeas \text_gen|char_ram~28216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y55_N19 +dffeas \text_gen|char_ram~27978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y57_N27 +dffeas \text_gen|char_ram~28202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34193 ( +// Equation(s): +// \text_gen|char_ram~34193_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~28202_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~27978_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27978_q ), + .datad(\text_gen|char_ram~28202_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34193 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34194 ( +// Equation(s): +// \text_gen|char_ram~34194_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34193_combout & ((\text_gen|char_ram~28216_q ))) # (!\text_gen|char_ram~34193_combout & (\text_gen|char_ram~27992_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34193_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27992_q ), + .datac(\text_gen|char_ram~28216_q ), + .datad(\text_gen|char_ram~34193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34194 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27964feeder ( +// Equation(s): +// \text_gen|char_ram~27964feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27964feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y55_N25 +dffeas \text_gen|char_ram~27964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y55_N5 +dffeas \text_gen|char_ram~28188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y59_N29 +dffeas \text_gen|char_ram~27950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28174feeder ( +// Equation(s): +// \text_gen|char_ram~28174feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28174feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y59_N25 +dffeas \text_gen|char_ram~28174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34186 ( +// Equation(s): +// \text_gen|char_ram~34186_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~28174_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27950_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27950_q ), + .datad(\text_gen|char_ram~28174_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34186 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34187 ( +// Equation(s): +// \text_gen|char_ram~34187_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34186_combout & ((\text_gen|char_ram~28188_q ))) # (!\text_gen|char_ram~34186_combout & (\text_gen|char_ram~27964_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34186_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27964_q ), + .datac(\text_gen|char_ram~28188_q ), + .datad(\text_gen|char_ram~34186_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34187 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28090feeder ( +// Equation(s): +// \text_gen|char_ram~28090feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28090feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y60_N29 +dffeas \text_gen|char_ram~28090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y60_N21 +dffeas \text_gen|char_ram~28104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~27880feeder ( +// Equation(s): +// \text_gen|char_ram~27880feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27880feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y60_N9 +dffeas \text_gen|char_ram~27880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y60_N15 +dffeas \text_gen|char_ram~27866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34188 ( +// Equation(s): +// \text_gen|char_ram~34188_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~27880_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~27866_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27880_q ), + .datac(\text_gen|char_ram~27866_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34188 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34189 ( +// Equation(s): +// \text_gen|char_ram~34189_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34188_combout & ((\text_gen|char_ram~28104_q ))) # (!\text_gen|char_ram~34188_combout & (\text_gen|char_ram~28090_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34188_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~28090_q ), + .datac(\text_gen|char_ram~28104_q ), + .datad(\text_gen|char_ram~34188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34189 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y52_N29 +dffeas \text_gen|char_ram~28062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y52_N27 +dffeas \text_gen|char_ram~28076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y61_N7 +dffeas \text_gen|char_ram~27838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y57_N21 +dffeas \text_gen|char_ram~27852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34190 ( +// Equation(s): +// \text_gen|char_ram~34190_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~27852_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~27838_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27838_q ), + .datad(\text_gen|char_ram~27852_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34190 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34191 ( +// Equation(s): +// \text_gen|char_ram~34191_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34190_combout & ((\text_gen|char_ram~28076_q ))) # (!\text_gen|char_ram~34190_combout & (\text_gen|char_ram~28062_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34190_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~28062_q ), + .datac(\text_gen|char_ram~28076_q ), + .datad(\text_gen|char_ram~34190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34191 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34192 ( +// Equation(s): +// \text_gen|char_ram~34192_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~34189_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~34191_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34189_combout ), + .datad(\text_gen|char_ram~34191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34192 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34195 ( +// Equation(s): +// \text_gen|char_ram~34195_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34192_combout & (\text_gen|char_ram~34194_combout )) # (!\text_gen|char_ram~34192_combout & ((\text_gen|char_ram~34187_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34192_combout )))) + + .dataa(\text_gen|char_ram~34194_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34187_combout ), + .datad(\text_gen|char_ram~34192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34195 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N25 +dffeas \text_gen|char_ram~6684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y56_N13 +dffeas \text_gen|char_ram~6712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y59_N29 +dffeas \text_gen|char_ram~6670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y37_N13 +dffeas \text_gen|char_ram~6698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34182 ( +// Equation(s): +// \text_gen|char_ram~34182_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~6698_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6670_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6670_q ), + .datad(\text_gen|char_ram~6698_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34182 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34183 ( +// Equation(s): +// \text_gen|char_ram~34183_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34182_combout & ((\text_gen|char_ram~6712_q ))) # (!\text_gen|char_ram~34182_combout & (\text_gen|char_ram~6684_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34182_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6684_q ), + .datac(\text_gen|char_ram~6712_q ), + .datad(\text_gen|char_ram~34182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34183 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y61_N9 +dffeas \text_gen|char_ram~6334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6348feeder ( +// Equation(s): +// \text_gen|char_ram~6348feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y57_N13 +dffeas \text_gen|char_ram~6348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34179 ( +// Equation(s): +// \text_gen|char_ram~34179_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~6348_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6334_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6334_q ), + .datad(\text_gen|char_ram~6348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34179 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y56_N5 +dffeas \text_gen|char_ram~6376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y60_N17 +dffeas \text_gen|char_ram~6362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34180 ( +// Equation(s): +// \text_gen|char_ram~34180_combout = (\text_gen|char_ram~34179_combout & (((\text_gen|char_ram~6376_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34179_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6362_q )))) + + .dataa(\text_gen|char_ram~34179_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6376_q ), + .datad(\text_gen|char_ram~6362_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34180 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y52_N13 +dffeas \text_gen|char_ram~6446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y55_N21 +dffeas \text_gen|char_ram~6474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34177 ( +// Equation(s): +// \text_gen|char_ram~34177_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~6474_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6446_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6446_q ), + .datad(\text_gen|char_ram~6474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34177 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y51_N13 +dffeas \text_gen|char_ram~6460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N27 +dffeas \text_gen|char_ram~6488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34178 ( +// Equation(s): +// \text_gen|char_ram~34178_combout = (\text_gen|char_ram~34177_combout & (((\text_gen|char_ram~6488_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~34177_combout & (\text_gen|char_ram~6460_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~34177_combout ), + .datab(\text_gen|char_ram~6460_q ), + .datac(\text_gen|char_ram~6488_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34178 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~34178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34181 ( +// Equation(s): +// \text_gen|char_ram~34181_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~34178_combout ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34180_combout & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34180_combout ), + .datac(\text_gen|char_ram~34178_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34181 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~34181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6586feeder ( +// Equation(s): +// \text_gen|char_ram~6586feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y57_N25 +dffeas \text_gen|char_ram~6586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y52_N21 +dffeas \text_gen|char_ram~6600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y49_N27 +dffeas \text_gen|char_ram~6558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y49_N13 +dffeas \text_gen|char_ram~6572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34175 ( +// Equation(s): +// \text_gen|char_ram~34175_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6572_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6558_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6558_q ), + .datad(\text_gen|char_ram~6572_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34175 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34176 ( +// Equation(s): +// \text_gen|char_ram~34176_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34175_combout & ((\text_gen|char_ram~6600_q ))) # (!\text_gen|char_ram~34175_combout & (\text_gen|char_ram~6586_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34175_combout )))) + + .dataa(\text_gen|char_ram~6586_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6600_q ), + .datad(\text_gen|char_ram~34175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34176 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34184 ( +// Equation(s): +// \text_gen|char_ram~34184_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34181_combout & (\text_gen|char_ram~34183_combout )) # (!\text_gen|char_ram~34181_combout & ((\text_gen|char_ram~34176_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34181_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34183_combout ), + .datac(\text_gen|char_ram~34181_combout ), + .datad(\text_gen|char_ram~34176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34184 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y57_N29 +dffeas \text_gen|char_ram~20712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y57_N11 +dffeas \text_gen|char_ram~20824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y57_N27 +dffeas \text_gen|char_ram~20684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y57_N1 +dffeas \text_gen|char_ram~20796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34167 ( +// Equation(s): +// \text_gen|char_ram~34167_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~20796_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20684_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20684_q ), + .datad(\text_gen|char_ram~20796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34167 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34168 ( +// Equation(s): +// \text_gen|char_ram~34168_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34167_combout & ((\text_gen|char_ram~20824_q ))) # (!\text_gen|char_ram~34167_combout & (\text_gen|char_ram~20712_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34167_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20712_q ), + .datac(\text_gen|char_ram~20824_q ), + .datad(\text_gen|char_ram~34167_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34168 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20782feeder ( +// Equation(s): +// \text_gen|char_ram~20782feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y53_N21 +dffeas \text_gen|char_ram~20782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y59_N3 +dffeas \text_gen|char_ram~20810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y57_N17 +dffeas \text_gen|char_ram~20670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y60_N5 +dffeas \text_gen|char_ram~20698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34169 ( +// Equation(s): +// \text_gen|char_ram~34169_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~20698_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20670_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20670_q ), + .datad(\text_gen|char_ram~20698_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34169 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34170 ( +// Equation(s): +// \text_gen|char_ram~34170_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34169_combout & ((\text_gen|char_ram~20810_q ))) # (!\text_gen|char_ram~34169_combout & (\text_gen|char_ram~20782_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34169_combout )))) + + .dataa(\text_gen|char_ram~20782_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20810_q ), + .datad(\text_gen|char_ram~34169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34170 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34171 ( +// Equation(s): +// \text_gen|char_ram~34171_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~34168_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~34170_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~34168_combout ), + .datad(\text_gen|char_ram~34170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34171 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y53_N17 +dffeas \text_gen|char_ram~20894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y60_N21 +dffeas \text_gen|char_ram~20922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34165 ( +// Equation(s): +// \text_gen|char_ram~34165_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~20922_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20894_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20894_q ), + .datad(\text_gen|char_ram~20922_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34165 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y59_N5 +dffeas \text_gen|char_ram~21006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y59_N21 +dffeas \text_gen|char_ram~21034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34166 ( +// Equation(s): +// \text_gen|char_ram~34166_combout = (\text_gen|char_ram~34165_combout & (((\text_gen|char_ram~21034_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~34165_combout & (\text_gen|char_ram~21006_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~34165_combout ), + .datab(\text_gen|char_ram~21006_q ), + .datac(\text_gen|char_ram~21034_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34166 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~34166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20936feeder ( +// Equation(s): +// \text_gen|char_ram~20936feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20936feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N15 +dffeas \text_gen|char_ram~20936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y60_N27 +dffeas \text_gen|char_ram~21048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y53_N19 +dffeas \text_gen|char_ram~20908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21020feeder ( +// Equation(s): +// \text_gen|char_ram~21020feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21020feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21020feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21020feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y53_N23 +dffeas \text_gen|char_ram~21020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21020feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34172 ( +// Equation(s): +// \text_gen|char_ram~34172_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~21020_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20908_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20908_q ), + .datad(\text_gen|char_ram~21020_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34172 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34173 ( +// Equation(s): +// \text_gen|char_ram~34173_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34172_combout & ((\text_gen|char_ram~21048_q ))) # (!\text_gen|char_ram~34172_combout & (\text_gen|char_ram~20936_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34172_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20936_q ), + .datac(\text_gen|char_ram~21048_q ), + .datad(\text_gen|char_ram~34172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34173 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34174 ( +// Equation(s): +// \text_gen|char_ram~34174_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34171_combout & ((\text_gen|char_ram~34173_combout ))) # (!\text_gen|char_ram~34171_combout & (\text_gen|char_ram~34166_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34171_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34171_combout ), + .datac(\text_gen|char_ram~34166_combout ), + .datad(\text_gen|char_ram~34173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34174 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~34174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34185 ( +// Equation(s): +// \text_gen|char_ram~34185_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~34174_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~34184_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34184_combout ), + .datad(\text_gen|char_ram~34174_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34185 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34196 ( +// Equation(s): +// \text_gen|char_ram~34196_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34185_combout & ((\text_gen|char_ram~34195_combout ))) # (!\text_gen|char_ram~34185_combout & (\text_gen|char_ram~34164_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34185_combout )))) + + .dataa(\text_gen|char_ram~34164_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34195_combout ), + .datad(\text_gen|char_ram~34185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34196 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34239 ( +// Equation(s): +// \text_gen|char_ram~34239_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~34196_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~34238_combout )))) + + .dataa(\text_gen|char_ram~34238_combout ), + .datab(\text_gen|char_ram~34196_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34239 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~34239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N17 +dffeas \text_gen|char_ram~20957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y52_N19 +dffeas \text_gen|char_ram~28125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y52_N11 +dffeas \text_gen|char_ram~13789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y52_N9 +dffeas \text_gen|char_ram~6621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34140 ( +// Equation(s): +// \text_gen|char_ram~34140_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13789_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6621_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13789_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6621_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34140 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34141 ( +// Equation(s): +// \text_gen|char_ram~34141_combout = (\text_gen|char_ram~34140_combout & (((\text_gen|char_ram~28125_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~34140_combout & (\text_gen|char_ram~20957_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20957_q ), + .datab(\text_gen|char_ram~28125_q ), + .datac(\text_gen|char_ram~34140_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34141 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~34141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y48_N13 +dffeas \text_gen|char_ram~13677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y48_N3 +dffeas \text_gen|char_ram~28013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y49_N1 +dffeas \text_gen|char_ram~6509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20845feeder ( +// Equation(s): +// \text_gen|char_ram~20845feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20845feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20845feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20845feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N17 +dffeas \text_gen|char_ram~20845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20845feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34133 ( +// Equation(s): +// \text_gen|char_ram~34133_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20845_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6509_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6509_q ), + .datad(\text_gen|char_ram~20845_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34133 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34134 ( +// Equation(s): +// \text_gen|char_ram~34134_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34133_combout & ((\text_gen|char_ram~28013_q ))) # (!\text_gen|char_ram~34133_combout & (\text_gen|char_ram~13677_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34133_combout )))) + + .dataa(\text_gen|char_ram~13677_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28013_q ), + .datad(\text_gen|char_ram~34133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34134 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N7 +dffeas \text_gen|char_ram~20733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y52_N23 +dffeas \text_gen|char_ram~27901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13565feeder ( +// Equation(s): +// \text_gen|char_ram~13565feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13565feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13565feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13565feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y52_N13 +dffeas \text_gen|char_ram~13565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13565feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y52_N13 +dffeas \text_gen|char_ram~6397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34135 ( +// Equation(s): +// \text_gen|char_ram~34135_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13565_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6397_q +// ))))) + + .dataa(\text_gen|char_ram~13565_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6397_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34135 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34136 ( +// Equation(s): +// \text_gen|char_ram~34136_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34135_combout & ((\text_gen|char_ram~27901_q ))) # (!\text_gen|char_ram~34135_combout & (\text_gen|char_ram~20733_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34135_combout )))) + + .dataa(\text_gen|char_ram~20733_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27901_q ), + .datad(\text_gen|char_ram~34135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34136 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y55_N9 +dffeas \text_gen|char_ram~13453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y53_N9 +dffeas \text_gen|char_ram~27789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y50_N3 +dffeas \text_gen|char_ram~6285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y50_N29 +dffeas \text_gen|char_ram~20621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34137 ( +// Equation(s): +// \text_gen|char_ram~34137_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20621_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6285_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6285_q ), + .datad(\text_gen|char_ram~20621_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34137 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34138 ( +// Equation(s): +// \text_gen|char_ram~34138_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34137_combout & ((\text_gen|char_ram~27789_q ))) # (!\text_gen|char_ram~34137_combout & (\text_gen|char_ram~13453_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34137_combout )))) + + .dataa(\text_gen|char_ram~13453_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27789_q ), + .datad(\text_gen|char_ram~34137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34138 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34139 ( +// Equation(s): +// \text_gen|char_ram~34139_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~34136_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~34138_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34136_combout ), + .datad(\text_gen|char_ram~34138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34139 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34142 ( +// Equation(s): +// \text_gen|char_ram~34142_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34139_combout & (\text_gen|char_ram~34141_combout )) # (!\text_gen|char_ram~34139_combout & ((\text_gen|char_ram~34134_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34139_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34141_combout ), + .datac(\text_gen|char_ram~34134_combout ), + .datad(\text_gen|char_ram~34139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34142 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N21 +dffeas \text_gen|char_ram~20971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y52_N3 +dffeas \text_gen|char_ram~28139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y55_N5 +dffeas \text_gen|char_ram~13803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y52_N29 +dffeas \text_gen|char_ram~6635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34130 ( +// Equation(s): +// \text_gen|char_ram~34130_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13803_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6635_q +// ))))) + + .dataa(\text_gen|char_ram~13803_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6635_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34130 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34131 ( +// Equation(s): +// \text_gen|char_ram~34131_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34130_combout & ((\text_gen|char_ram~28139_q ))) # (!\text_gen|char_ram~34130_combout & (\text_gen|char_ram~20971_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34130_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20971_q ), + .datac(\text_gen|char_ram~28139_q ), + .datad(\text_gen|char_ram~34130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34131 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y29_N1 +dffeas \text_gen|char_ram~20747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y52_N1 +dffeas \text_gen|char_ram~27915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y48_N29 +dffeas \text_gen|char_ram~6411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13579feeder ( +// Equation(s): +// \text_gen|char_ram~13579feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13579feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13579feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13579feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y44_N5 +dffeas \text_gen|char_ram~13579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13579feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34123 ( +// Equation(s): +// \text_gen|char_ram~34123_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13579_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6411_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6411_q ), + .datad(\text_gen|char_ram~13579_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34123 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34124 ( +// Equation(s): +// \text_gen|char_ram~34124_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34123_combout & ((\text_gen|char_ram~27915_q ))) # (!\text_gen|char_ram~34123_combout & (\text_gen|char_ram~20747_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34123_combout )))) + + .dataa(\text_gen|char_ram~20747_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27915_q ), + .datad(\text_gen|char_ram~34123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34124 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13691feeder ( +// Equation(s): +// \text_gen|char_ram~13691feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13691feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13691feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13691feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y56_N13 +dffeas \text_gen|char_ram~13691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13691feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y52_N17 +dffeas \text_gen|char_ram~28027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y52_N15 +dffeas \text_gen|char_ram~20859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y52_N21 +dffeas \text_gen|char_ram~6523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34125 ( +// Equation(s): +// \text_gen|char_ram~34125_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20859_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6523_q +// ))))) + + .dataa(\text_gen|char_ram~20859_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6523_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34125 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34126 ( +// Equation(s): +// \text_gen|char_ram~34126_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34125_combout & ((\text_gen|char_ram~28027_q ))) # (!\text_gen|char_ram~34125_combout & (\text_gen|char_ram~13691_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34125_combout )))) + + .dataa(\text_gen|char_ram~13691_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28027_q ), + .datad(\text_gen|char_ram~34125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34126 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13467feeder ( +// Equation(s): +// \text_gen|char_ram~13467feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N29 +dffeas \text_gen|char_ram~13467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N15 +dffeas \text_gen|char_ram~27803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20635feeder ( +// Equation(s): +// \text_gen|char_ram~20635feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20635feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N13 +dffeas \text_gen|char_ram~20635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6299feeder ( +// Equation(s): +// \text_gen|char_ram~6299feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6299feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6299feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6299feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N7 +dffeas \text_gen|char_ram~6299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6299feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34127 ( +// Equation(s): +// \text_gen|char_ram~34127_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20635_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6299_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20635_q ), + .datab(\text_gen|char_ram~6299_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34127 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~34127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34128 ( +// Equation(s): +// \text_gen|char_ram~34128_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34127_combout & ((\text_gen|char_ram~27803_q ))) # (!\text_gen|char_ram~34127_combout & (\text_gen|char_ram~13467_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34127_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13467_q ), + .datac(\text_gen|char_ram~27803_q ), + .datad(\text_gen|char_ram~34127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34128 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34129 ( +// Equation(s): +// \text_gen|char_ram~34129_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34126_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~34128_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34126_combout ), + .datad(\text_gen|char_ram~34128_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34129 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34132 ( +// Equation(s): +// \text_gen|char_ram~34132_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34129_combout & (\text_gen|char_ram~34131_combout )) # (!\text_gen|char_ram~34129_combout & ((\text_gen|char_ram~34124_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34129_combout )))) + + .dataa(\text_gen|char_ram~34131_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34124_combout ), + .datad(\text_gen|char_ram~34129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34132 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34143 ( +// Equation(s): +// \text_gen|char_ram~34143_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~34132_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34142_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34142_combout ), + .datad(\text_gen|char_ram~34132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34143 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y52_N5 +dffeas \text_gen|char_ram~20999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y52_N21 +dffeas \text_gen|char_ram~28167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6663feeder ( +// Equation(s): +// \text_gen|char_ram~6663feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y52_N11 +dffeas \text_gen|char_ram~6663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y51_N27 +dffeas \text_gen|char_ram~13831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34151 ( +// Equation(s): +// \text_gen|char_ram~34151_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13831_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~6663_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~6663_q ), + .datac(\text_gen|char_ram~13831_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34151 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~34151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34152 ( +// Equation(s): +// \text_gen|char_ram~34152_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34151_combout & ((\text_gen|char_ram~28167_q ))) # (!\text_gen|char_ram~34151_combout & (\text_gen|char_ram~20999_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34151_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20999_q ), + .datac(\text_gen|char_ram~28167_q ), + .datad(\text_gen|char_ram~34151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34152 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y51_N3 +dffeas \text_gen|char_ram~27943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y51_N17 +dffeas \text_gen|char_ram~20775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13607feeder ( +// Equation(s): +// \text_gen|char_ram~13607feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13607feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13607feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13607feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y51_N29 +dffeas \text_gen|char_ram~13607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13607feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y51_N1 +dffeas \text_gen|char_ram~6439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34144 ( +// Equation(s): +// \text_gen|char_ram~34144_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13607_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6439_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13607_q ), + .datac(\text_gen|char_ram~6439_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34144 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34145 ( +// Equation(s): +// \text_gen|char_ram~34145_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34144_combout & (\text_gen|char_ram~27943_q )) # (!\text_gen|char_ram~34144_combout & ((\text_gen|char_ram~20775_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34144_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27943_q ), + .datac(\text_gen|char_ram~20775_q ), + .datad(\text_gen|char_ram~34144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34145 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y51_N29 +dffeas \text_gen|char_ram~13495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y51_N31 +dffeas \text_gen|char_ram~27831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y51_N23 +dffeas \text_gen|char_ram~20663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y51_N29 +dffeas \text_gen|char_ram~6327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34148 ( +// Equation(s): +// \text_gen|char_ram~34148_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20663_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6327_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20663_q ), + .datac(\text_gen|char_ram~6327_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34148 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34149 ( +// Equation(s): +// \text_gen|char_ram~34149_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34148_combout & ((\text_gen|char_ram~27831_q ))) # (!\text_gen|char_ram~34148_combout & (\text_gen|char_ram~13495_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34148_combout )))) + + .dataa(\text_gen|char_ram~13495_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27831_q ), + .datad(\text_gen|char_ram~34148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34149 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y54_N11 +dffeas \text_gen|char_ram~13719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y55_N15 +dffeas \text_gen|char_ram~28055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y55_N11 +dffeas \text_gen|char_ram~20887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y55_N13 +dffeas \text_gen|char_ram~6551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34146 ( +// Equation(s): +// \text_gen|char_ram~34146_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20887_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6551_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20887_q ), + .datac(\text_gen|char_ram~6551_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34146 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34147 ( +// Equation(s): +// \text_gen|char_ram~34147_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34146_combout & ((\text_gen|char_ram~28055_q ))) # (!\text_gen|char_ram~34146_combout & (\text_gen|char_ram~13719_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34146_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13719_q ), + .datac(\text_gen|char_ram~28055_q ), + .datad(\text_gen|char_ram~34146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34147 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34150 ( +// Equation(s): +// \text_gen|char_ram~34150_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~34147_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34149_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34149_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~34147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34150 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~34150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34153 ( +// Equation(s): +// \text_gen|char_ram~34153_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34150_combout & (\text_gen|char_ram~34152_combout )) # (!\text_gen|char_ram~34150_combout & ((\text_gen|char_ram~34145_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34150_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34152_combout ), + .datac(\text_gen|char_ram~34145_combout ), + .datad(\text_gen|char_ram~34150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34153 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N25 +dffeas \text_gen|char_ram~20649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y52_N9 +dffeas \text_gen|char_ram~6313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34117 ( +// Equation(s): +// \text_gen|char_ram~34117_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20649_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6313_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20649_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6313_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34117 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N13 +dffeas \text_gen|char_ram~13481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y52_N23 +dffeas \text_gen|char_ram~27817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34118 ( +// Equation(s): +// \text_gen|char_ram~34118_combout = (\text_gen|char_ram~34117_combout & (((\text_gen|char_ram~27817_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~34117_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~13481_q ))) + + .dataa(\text_gen|char_ram~34117_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13481_q ), + .datad(\text_gen|char_ram~27817_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34118 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~34118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N5 +dffeas \text_gen|char_ram~13593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y52_N3 +dffeas \text_gen|char_ram~6425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34115 ( +// Equation(s): +// \text_gen|char_ram~34115_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13593_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6425_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13593_q ), + .datac(\text_gen|char_ram~6425_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34115 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y52_N7 +dffeas \text_gen|char_ram~27929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y52_N21 +dffeas \text_gen|char_ram~20761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34116 ( +// Equation(s): +// \text_gen|char_ram~34116_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34115_combout & (\text_gen|char_ram~27929_q )) # (!\text_gen|char_ram~34115_combout & ((\text_gen|char_ram~20761_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~34115_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34115_combout ), + .datac(\text_gen|char_ram~27929_q ), + .datad(\text_gen|char_ram~20761_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34116 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34119 ( +// Equation(s): +// \text_gen|char_ram~34119_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34116_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34118_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34118_combout ), + .datad(\text_gen|char_ram~34116_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34119 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y51_N27 +dffeas \text_gen|char_ram~28041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y51_N21 +dffeas \text_gen|char_ram~13705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y55_N13 +dffeas \text_gen|char_ram~20873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y51_N23 +dffeas \text_gen|char_ram~6537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34113 ( +// Equation(s): +// \text_gen|char_ram~34113_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20873_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6537_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20873_q ), + .datac(\text_gen|char_ram~6537_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34113 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34114 ( +// Equation(s): +// \text_gen|char_ram~34114_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34113_combout & (\text_gen|char_ram~28041_q )) # (!\text_gen|char_ram~34113_combout & ((\text_gen|char_ram~13705_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34113_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~28041_q ), + .datac(\text_gen|char_ram~13705_q ), + .datad(\text_gen|char_ram~34113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34114 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y52_N17 +dffeas \text_gen|char_ram~28153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y52_N9 +dffeas \text_gen|char_ram~20985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13817feeder ( +// Equation(s): +// \text_gen|char_ram~13817feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13817feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13817feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13817feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y48_N1 +dffeas \text_gen|char_ram~13817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13817feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y52_N25 +dffeas \text_gen|char_ram~6649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34120 ( +// Equation(s): +// \text_gen|char_ram~34120_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13817_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6649_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13817_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~6649_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34120 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~34120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34121 ( +// Equation(s): +// \text_gen|char_ram~34121_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34120_combout & (\text_gen|char_ram~28153_q )) # (!\text_gen|char_ram~34120_combout & ((\text_gen|char_ram~20985_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34120_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~28153_q ), + .datac(\text_gen|char_ram~20985_q ), + .datad(\text_gen|char_ram~34120_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34121 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34122 ( +// Equation(s): +// \text_gen|char_ram~34122_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34119_combout & ((\text_gen|char_ram~34121_combout ))) # (!\text_gen|char_ram~34119_combout & (\text_gen|char_ram~34114_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34119_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34119_combout ), + .datac(\text_gen|char_ram~34114_combout ), + .datad(\text_gen|char_ram~34121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34122 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~34122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34154 ( +// Equation(s): +// \text_gen|char_ram~34154_combout = (\text_gen|char_ram~34143_combout & (((\text_gen|char_ram~34153_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34143_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34122_combout )))) + + .dataa(\text_gen|char_ram~34143_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34153_combout ), + .datad(\text_gen|char_ram~34122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34154 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34282 ( +// Equation(s): +// \text_gen|char_ram~34282_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34239_combout & (\text_gen|char_ram~34281_combout )) # (!\text_gen|char_ram~34239_combout & ((\text_gen|char_ram~34154_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34239_combout )))) + + .dataa(\text_gen|char_ram~34281_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~34239_combout ), + .datad(\text_gen|char_ram~34154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34282 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~34282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15469feeder ( +// Equation(s): +// \text_gen|char_ram~15469feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15469feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y35_N25 +dffeas \text_gen|char_ram~15469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y46_N15 +dffeas \text_gen|char_ram~22637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y48_N21 +dffeas \text_gen|char_ram~8301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y46_N21 +dffeas \text_gen|char_ram~1133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33964 ( +// Equation(s): +// \text_gen|char_ram~33964_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8301_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1133_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8301_q ), + .datac(\text_gen|char_ram~1133_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33964 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33965 ( +// Equation(s): +// \text_gen|char_ram~33965_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33964_combout & ((\text_gen|char_ram~22637_q ))) # (!\text_gen|char_ram~33964_combout & (\text_gen|char_ram~15469_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33964_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15469_q ), + .datac(\text_gen|char_ram~22637_q ), + .datad(\text_gen|char_ram~33964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33965 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y56_N29 +dffeas \text_gen|char_ram~8077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y54_N29 +dffeas \text_gen|char_ram~15245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y54_N31 +dffeas \text_gen|char_ram~909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33966 ( +// Equation(s): +// \text_gen|char_ram~33966_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15245_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~909_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15245_q ), + .datac(\text_gen|char_ram~909_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33966 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y53_N1 +dffeas \text_gen|char_ram~22413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33967 ( +// Equation(s): +// \text_gen|char_ram~33967_combout = (\text_gen|char_ram~33966_combout & (((\text_gen|char_ram~22413_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~33966_combout & (\text_gen|char_ram~8077_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~8077_q ), + .datab(\text_gen|char_ram~33966_combout ), + .datac(\text_gen|char_ram~22413_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33967 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~33967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33968 ( +// Equation(s): +// \text_gen|char_ram~33968_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~33965_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~33967_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33965_combout ), + .datad(\text_gen|char_ram~33967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33968 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N13 +dffeas \text_gen|char_ram~8189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y49_N3 +dffeas \text_gen|char_ram~22525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y42_N15 +dffeas \text_gen|char_ram~15357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y45_N25 +dffeas \text_gen|char_ram~1021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33962 ( +// Equation(s): +// \text_gen|char_ram~33962_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15357_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1021_q +// ))))) + + .dataa(\text_gen|char_ram~15357_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1021_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33962 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33963 ( +// Equation(s): +// \text_gen|char_ram~33963_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33962_combout & ((\text_gen|char_ram~22525_q ))) # (!\text_gen|char_ram~33962_combout & (\text_gen|char_ram~8189_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33962_combout )))) + + .dataa(\text_gen|char_ram~8189_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22525_q ), + .datad(\text_gen|char_ram~33962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33963 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N5 +dffeas \text_gen|char_ram~15581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y56_N25 +dffeas \text_gen|char_ram~22749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y56_N27 +dffeas \text_gen|char_ram~8413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y56_N25 +dffeas \text_gen|char_ram~1245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33969 ( +// Equation(s): +// \text_gen|char_ram~33969_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8413_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1245_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8413_q ), + .datac(\text_gen|char_ram~1245_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33969 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33970 ( +// Equation(s): +// \text_gen|char_ram~33970_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33969_combout & ((\text_gen|char_ram~22749_q ))) # (!\text_gen|char_ram~33969_combout & (\text_gen|char_ram~15581_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33969_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15581_q ), + .datac(\text_gen|char_ram~22749_q ), + .datad(\text_gen|char_ram~33969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33970 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33971 ( +// Equation(s): +// \text_gen|char_ram~33971_combout = (\text_gen|char_ram~33968_combout & (((\text_gen|char_ram~33970_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~33968_combout & (\text_gen|Add5~0_combout & (\text_gen|char_ram~33963_combout ))) + + .dataa(\text_gen|char_ram~33968_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33963_combout ), + .datad(\text_gen|char_ram~33970_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33971 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~33971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15595feeder ( +// Equation(s): +// \text_gen|char_ram~15595feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15595feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15595feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15595feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y42_N13 +dffeas \text_gen|char_ram~15595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15595feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y55_N7 +dffeas \text_gen|char_ram~22763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y55_N13 +dffeas \text_gen|char_ram~1259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y59_N7 +dffeas \text_gen|char_ram~8427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33959 ( +// Equation(s): +// \text_gen|char_ram~33959_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~8427_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1259_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1259_q ), + .datad(\text_gen|char_ram~8427_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33959 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33960 ( +// Equation(s): +// \text_gen|char_ram~33960_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33959_combout & ((\text_gen|char_ram~22763_q ))) # (!\text_gen|char_ram~33959_combout & (\text_gen|char_ram~15595_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33959_combout )))) + + .dataa(\text_gen|char_ram~15595_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22763_q ), + .datad(\text_gen|char_ram~33959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33960 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y53_N5 +dffeas \text_gen|char_ram~8315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y53_N31 +dffeas \text_gen|char_ram~1147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33952 ( +// Equation(s): +// \text_gen|char_ram~33952_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8315_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1147_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8315_q ), + .datac(\text_gen|char_ram~1147_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33952 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N1 +dffeas \text_gen|char_ram~15483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22651feeder ( +// Equation(s): +// \text_gen|char_ram~22651feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y53_N17 +dffeas \text_gen|char_ram~22651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33953 ( +// Equation(s): +// \text_gen|char_ram~33953_combout = (\text_gen|char_ram~33952_combout & (((\text_gen|char_ram~22651_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~33952_combout & (\text_gen|char_ram~15483_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~33952_combout ), + .datab(\text_gen|char_ram~15483_q ), + .datac(\text_gen|char_ram~22651_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33953 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~33953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y59_N9 +dffeas \text_gen|char_ram~8091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N1 +dffeas \text_gen|char_ram~22427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y52_N17 +dffeas \text_gen|char_ram~15259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y52_N31 +dffeas \text_gen|char_ram~923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33956 ( +// Equation(s): +// \text_gen|char_ram~33956_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15259_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~923_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15259_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~923_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33956 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33957 ( +// Equation(s): +// \text_gen|char_ram~33957_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33956_combout & ((\text_gen|char_ram~22427_q ))) # (!\text_gen|char_ram~33956_combout & (\text_gen|char_ram~8091_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33956_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8091_q ), + .datac(\text_gen|char_ram~22427_q ), + .datad(\text_gen|char_ram~33956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33957 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N13 +dffeas \text_gen|char_ram~8203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y47_N23 +dffeas \text_gen|char_ram~22539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N21 +dffeas \text_gen|char_ram~15371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y47_N29 +dffeas \text_gen|char_ram~1035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33954 ( +// Equation(s): +// \text_gen|char_ram~33954_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15371_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1035_q +// ))))) + + .dataa(\text_gen|char_ram~15371_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1035_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33954 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33955 ( +// Equation(s): +// \text_gen|char_ram~33955_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33954_combout & ((\text_gen|char_ram~22539_q ))) # (!\text_gen|char_ram~33954_combout & (\text_gen|char_ram~8203_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33954_combout )))) + + .dataa(\text_gen|char_ram~8203_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22539_q ), + .datad(\text_gen|char_ram~33954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33955 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33958 ( +// Equation(s): +// \text_gen|char_ram~33958_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~33955_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~33957_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33957_combout ), + .datad(\text_gen|char_ram~33955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33958 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33961 ( +// Equation(s): +// \text_gen|char_ram~33961_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33958_combout & (\text_gen|char_ram~33960_combout )) # (!\text_gen|char_ram~33958_combout & ((\text_gen|char_ram~33953_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33958_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33960_combout ), + .datac(\text_gen|char_ram~33953_combout ), + .datad(\text_gen|char_ram~33958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33961 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33972 ( +// Equation(s): +// \text_gen|char_ram~33972_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~33961_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~33971_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~33971_combout ), + .datad(\text_gen|char_ram~33961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33972 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22679feeder ( +// Equation(s): +// \text_gen|char_ram~22679feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N5 +dffeas \text_gen|char_ram~22679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y50_N31 +dffeas \text_gen|char_ram~1175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y50_N25 +dffeas \text_gen|char_ram~8343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33973 ( +// Equation(s): +// \text_gen|char_ram~33973_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8343_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1175_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1175_q ), + .datad(\text_gen|char_ram~8343_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33973 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y50_N21 +dffeas \text_gen|char_ram~15511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33974 ( +// Equation(s): +// \text_gen|char_ram~33974_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33973_combout & (\text_gen|char_ram~22679_q )) # (!\text_gen|char_ram~33973_combout & ((\text_gen|char_ram~15511_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33973_combout )))) + + .dataa(\text_gen|char_ram~22679_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~33973_combout ), + .datad(\text_gen|char_ram~15511_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33974 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~33974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15623feeder ( +// Equation(s): +// \text_gen|char_ram~15623feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y55_N29 +dffeas \text_gen|char_ram~15623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y55_N25 +dffeas \text_gen|char_ram~22791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8455feeder ( +// Equation(s): +// \text_gen|char_ram~8455feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N15 +dffeas \text_gen|char_ram~8455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y55_N21 +dffeas \text_gen|char_ram~1287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33980 ( +// Equation(s): +// \text_gen|char_ram~33980_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8455_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1287_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8455_q ), + .datac(\text_gen|char_ram~1287_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33980 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33981 ( +// Equation(s): +// \text_gen|char_ram~33981_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33980_combout & ((\text_gen|char_ram~22791_q ))) # (!\text_gen|char_ram~33980_combout & (\text_gen|char_ram~15623_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33980_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15623_q ), + .datac(\text_gen|char_ram~22791_q ), + .datad(\text_gen|char_ram~33980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33981 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8119feeder ( +// Equation(s): +// \text_gen|char_ram~8119feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8119feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N5 +dffeas \text_gen|char_ram~8119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y32_N1 +dffeas \text_gen|char_ram~15287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N21 +dffeas \text_gen|char_ram~951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33977 ( +// Equation(s): +// \text_gen|char_ram~33977_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15287_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~951_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15287_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~951_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33977 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y54_N31 +dffeas \text_gen|char_ram~22455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33978 ( +// Equation(s): +// \text_gen|char_ram~33978_combout = (\text_gen|char_ram~33977_combout & (((\text_gen|char_ram~22455_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~33977_combout & (\text_gen|char_ram~8119_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~8119_q ), + .datab(\text_gen|char_ram~33977_combout ), + .datac(\text_gen|char_ram~22455_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33978 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~33978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N25 +dffeas \text_gen|char_ram~8231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y50_N13 +dffeas \text_gen|char_ram~22567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y35_N9 +dffeas \text_gen|char_ram~15399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y47_N19 +dffeas \text_gen|char_ram~1063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33975 ( +// Equation(s): +// \text_gen|char_ram~33975_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15399_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1063_q +// ))))) + + .dataa(\text_gen|char_ram~15399_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1063_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33975 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33976 ( +// Equation(s): +// \text_gen|char_ram~33976_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33975_combout & ((\text_gen|char_ram~22567_q ))) # (!\text_gen|char_ram~33975_combout & (\text_gen|char_ram~8231_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33975_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8231_q ), + .datac(\text_gen|char_ram~22567_q ), + .datad(\text_gen|char_ram~33975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33976 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33979 ( +// Equation(s): +// \text_gen|char_ram~33979_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~33976_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33978_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~33978_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~33976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33979 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~33979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33982 ( +// Equation(s): +// \text_gen|char_ram~33982_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33979_combout & ((\text_gen|char_ram~33981_combout ))) # (!\text_gen|char_ram~33979_combout & (\text_gen|char_ram~33974_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33979_combout )))) + + .dataa(\text_gen|char_ram~33974_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33981_combout ), + .datad(\text_gen|char_ram~33979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33982 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15609feeder ( +// Equation(s): +// \text_gen|char_ram~15609feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15609feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15609feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15609feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y56_N5 +dffeas \text_gen|char_ram~15609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15609feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y56_N1 +dffeas \text_gen|char_ram~22777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8441feeder ( +// Equation(s): +// \text_gen|char_ram~8441feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8441feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N11 +dffeas \text_gen|char_ram~8441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y56_N9 +dffeas \text_gen|char_ram~1273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33949 ( +// Equation(s): +// \text_gen|char_ram~33949_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8441_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1273_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8441_q ), + .datac(\text_gen|char_ram~1273_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33949 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33950 ( +// Equation(s): +// \text_gen|char_ram~33950_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33949_combout & ((\text_gen|char_ram~22777_q ))) # (!\text_gen|char_ram~33949_combout & (\text_gen|char_ram~15609_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33949_combout )))) + + .dataa(\text_gen|char_ram~15609_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22777_q ), + .datad(\text_gen|char_ram~33949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33950 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y46_N1 +dffeas \text_gen|char_ram~22553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y47_N1 +dffeas \text_gen|char_ram~8217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y42_N17 +dffeas \text_gen|char_ram~15385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N29 +dffeas \text_gen|char_ram~1049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33942 ( +// Equation(s): +// \text_gen|char_ram~33942_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15385_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1049_q +// ))))) + + .dataa(\text_gen|char_ram~15385_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1049_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33942 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33943 ( +// Equation(s): +// \text_gen|char_ram~33943_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33942_combout & (\text_gen|char_ram~22553_q )) # (!\text_gen|char_ram~33942_combout & ((\text_gen|char_ram~8217_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33942_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~22553_q ), + .datac(\text_gen|char_ram~8217_q ), + .datad(\text_gen|char_ram~33942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33943 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8105feeder ( +// Equation(s): +// \text_gen|char_ram~8105feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8105feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8105feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8105feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N25 +dffeas \text_gen|char_ram~8105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8105feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y56_N17 +dffeas \text_gen|char_ram~22441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y56_N29 +dffeas \text_gen|char_ram~15273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y56_N15 +dffeas \text_gen|char_ram~937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33946 ( +// Equation(s): +// \text_gen|char_ram~33946_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15273_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~937_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15273_q ), + .datac(\text_gen|char_ram~937_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33946 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33947 ( +// Equation(s): +// \text_gen|char_ram~33947_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33946_combout & ((\text_gen|char_ram~22441_q ))) # (!\text_gen|char_ram~33946_combout & (\text_gen|char_ram~8105_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33946_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8105_q ), + .datac(\text_gen|char_ram~22441_q ), + .datad(\text_gen|char_ram~33946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33947 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y53_N5 +dffeas \text_gen|char_ram~22665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y44_N1 +dffeas \text_gen|char_ram~15497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y46_N17 +dffeas \text_gen|char_ram~8329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y46_N27 +dffeas \text_gen|char_ram~1161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33944 ( +// Equation(s): +// \text_gen|char_ram~33944_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8329_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1161_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8329_q ), + .datac(\text_gen|char_ram~1161_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33944 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33945 ( +// Equation(s): +// \text_gen|char_ram~33945_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33944_combout & (\text_gen|char_ram~22665_q )) # (!\text_gen|char_ram~33944_combout & ((\text_gen|char_ram~15497_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33944_combout )))) + + .dataa(\text_gen|char_ram~22665_q ), + .datab(\text_gen|char_ram~15497_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~33944_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33945 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~33945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33948 ( +// Equation(s): +// \text_gen|char_ram~33948_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~33945_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33947_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33947_combout ), + .datad(\text_gen|char_ram~33945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33948 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33951 ( +// Equation(s): +// \text_gen|char_ram~33951_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33948_combout & (\text_gen|char_ram~33950_combout )) # (!\text_gen|char_ram~33948_combout & ((\text_gen|char_ram~33943_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33948_combout )))) + + .dataa(\text_gen|char_ram~33950_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33943_combout ), + .datad(\text_gen|char_ram~33948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33951 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33983 ( +// Equation(s): +// \text_gen|char_ram~33983_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33972_combout & (\text_gen|char_ram~33982_combout )) # (!\text_gen|char_ram~33972_combout & ((\text_gen|char_ram~33951_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~33972_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~33972_combout ), + .datac(\text_gen|char_ram~33982_combout ), + .datad(\text_gen|char_ram~33951_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33983 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N15 +dffeas \text_gen|char_ram~22805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y59_N31 +dffeas \text_gen|char_ram~22833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34107 ( +// Equation(s): +// \text_gen|char_ram~34107_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~22833_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22805_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22805_q ), + .datac(\text_gen|char_ram~22833_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34107 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~34107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y58_N25 +dffeas \text_gen|char_ram~22847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22819feeder ( +// Equation(s): +// \text_gen|char_ram~22819feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22819feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22819feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22819feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y55_N29 +dffeas \text_gen|char_ram~22819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22819feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34108 ( +// Equation(s): +// \text_gen|char_ram~34108_combout = (\text_gen|char_ram~34107_combout & (((\text_gen|char_ram~22847_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34107_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~22819_q )))) + + .dataa(\text_gen|char_ram~34107_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22847_q ), + .datad(\text_gen|char_ram~22819_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34108 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y54_N9 +dffeas \text_gen|char_ram~22609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y54_N25 +dffeas \text_gen|char_ram~22623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y49_N7 +dffeas \text_gen|char_ram~22581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y49_N29 +dffeas \text_gen|char_ram~22595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34100 ( +// Equation(s): +// \text_gen|char_ram~34100_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22595_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22581_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22581_q ), + .datad(\text_gen|char_ram~22595_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34100 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34101 ( +// Equation(s): +// \text_gen|char_ram~34101_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34100_combout & ((\text_gen|char_ram~22623_q ))) # (!\text_gen|char_ram~34100_combout & (\text_gen|char_ram~22609_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34100_combout )))) + + .dataa(\text_gen|char_ram~22609_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22623_q ), + .datad(\text_gen|char_ram~34100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34101 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22707feeder ( +// Equation(s): +// \text_gen|char_ram~22707feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y51_N3 +dffeas \text_gen|char_ram~22707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y58_N21 +dffeas \text_gen|char_ram~22735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y46_N19 +dffeas \text_gen|char_ram~22693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y50_N19 +dffeas \text_gen|char_ram~22721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34102 ( +// Equation(s): +// \text_gen|char_ram~34102_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~22721_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22693_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22693_q ), + .datad(\text_gen|char_ram~22721_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34102 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34103 ( +// Equation(s): +// \text_gen|char_ram~34103_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34102_combout & ((\text_gen|char_ram~22735_q ))) # (!\text_gen|char_ram~34102_combout & (\text_gen|char_ram~22707_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34102_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~22707_q ), + .datac(\text_gen|char_ram~22735_q ), + .datad(\text_gen|char_ram~34102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34103 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22469feeder ( +// Equation(s): +// \text_gen|char_ram~22469feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22469feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y62_N23 +dffeas \text_gen|char_ram~22469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y61_N13 +dffeas \text_gen|char_ram~22483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34104 ( +// Equation(s): +// \text_gen|char_ram~34104_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22483_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22469_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22469_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~22483_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34104 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~34104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y62_N7 +dffeas \text_gen|char_ram~22511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22497feeder ( +// Equation(s): +// \text_gen|char_ram~22497feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y59_N5 +dffeas \text_gen|char_ram~22497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34105 ( +// Equation(s): +// \text_gen|char_ram~34105_combout = (\text_gen|char_ram~34104_combout & (((\text_gen|char_ram~22511_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34104_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~22497_q )))) + + .dataa(\text_gen|char_ram~34104_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22511_q ), + .datad(\text_gen|char_ram~22497_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34105 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34106 ( +// Equation(s): +// \text_gen|char_ram~34106_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34103_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~34105_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34103_combout ), + .datad(\text_gen|char_ram~34105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34106 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34109 ( +// Equation(s): +// \text_gen|char_ram~34109_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34106_combout & (\text_gen|char_ram~34108_combout )) # (!\text_gen|char_ram~34106_combout & ((\text_gen|char_ram~34101_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34106_combout )))) + + .dataa(\text_gen|char_ram~34108_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34101_combout ), + .datad(\text_gen|char_ram~34106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34109 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y61_N21 +dffeas \text_gen|char_ram~8371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y61_N19 +dffeas \text_gen|char_ram~8357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34079 ( +// Equation(s): +// \text_gen|char_ram~34079_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~8371_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~8357_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8371_q ), + .datad(\text_gen|char_ram~8357_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34079 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y58_N19 +dffeas \text_gen|char_ram~8399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8385feeder ( +// Equation(s): +// \text_gen|char_ram~8385feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8385feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8385feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8385feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y62_N9 +dffeas \text_gen|char_ram~8385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8385feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34080 ( +// Equation(s): +// \text_gen|char_ram~34080_combout = (\text_gen|char_ram~34079_combout & (((\text_gen|char_ram~8399_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34079_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8385_q )))) + + .dataa(\text_gen|char_ram~34079_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8399_q ), + .datad(\text_gen|char_ram~8385_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34080 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y68_N7 +dffeas \text_gen|char_ram~8133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y68_N29 +dffeas \text_gen|char_ram~8161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y68_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34083 ( +// Equation(s): +// \text_gen|char_ram~34083_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8161_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8133_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8133_q ), + .datad(\text_gen|char_ram~8161_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34083 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y58_N5 +dffeas \text_gen|char_ram~8175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N25 +dffeas \text_gen|char_ram~8147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34084 ( +// Equation(s): +// \text_gen|char_ram~34084_combout = (\text_gen|char_ram~34083_combout & (((\text_gen|char_ram~8175_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34083_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8147_q )))) + + .dataa(\text_gen|char_ram~34083_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8175_q ), + .datad(\text_gen|char_ram~8147_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34084 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8259feeder ( +// Equation(s): +// \text_gen|char_ram~8259feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8259feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8259feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8259feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y54_N9 +dffeas \text_gen|char_ram~8259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8259feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y54_N7 +dffeas \text_gen|char_ram~8287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8273feeder ( +// Equation(s): +// \text_gen|char_ram~8273feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8273feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8273feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8273feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y54_N19 +dffeas \text_gen|char_ram~8273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8273feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y54_N29 +dffeas \text_gen|char_ram~8245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34081 ( +// Equation(s): +// \text_gen|char_ram~34081_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~8273_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~8245_q ))))) + + .dataa(\text_gen|char_ram~8273_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8245_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34081 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34082 ( +// Equation(s): +// \text_gen|char_ram~34082_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34081_combout & ((\text_gen|char_ram~8287_q ))) # (!\text_gen|char_ram~34081_combout & (\text_gen|char_ram~8259_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34081_combout )))) + + .dataa(\text_gen|char_ram~8259_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8287_q ), + .datad(\text_gen|char_ram~34081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34082 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34085 ( +// Equation(s): +// \text_gen|char_ram~34085_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34082_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34084_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34084_combout ), + .datad(\text_gen|char_ram~34082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34085 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y73_N7 +dffeas \text_gen|char_ram~8469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y73_N29 +dffeas \text_gen|char_ram~8483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y73_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34086 ( +// Equation(s): +// \text_gen|char_ram~34086_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~8483_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8469_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8469_q ), + .datad(\text_gen|char_ram~8483_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34086 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y58_N21 +dffeas \text_gen|char_ram~8511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y62_N9 +dffeas \text_gen|char_ram~8497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34087 ( +// Equation(s): +// \text_gen|char_ram~34087_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34086_combout & (\text_gen|char_ram~8511_q )) # (!\text_gen|char_ram~34086_combout & ((\text_gen|char_ram~8497_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34086_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34086_combout ), + .datac(\text_gen|char_ram~8511_q ), + .datad(\text_gen|char_ram~8497_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34087 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34088 ( +// Equation(s): +// \text_gen|char_ram~34088_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34085_combout & ((\text_gen|char_ram~34087_combout ))) # (!\text_gen|char_ram~34085_combout & (\text_gen|char_ram~34080_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34085_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34080_combout ), + .datac(\text_gen|char_ram~34085_combout ), + .datad(\text_gen|char_ram~34087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34088 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~34088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y46_N1 +dffeas \text_gen|char_ram~1077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y46_N3 +dffeas \text_gen|char_ram~1105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34089 ( +// Equation(s): +// \text_gen|char_ram~34089_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~1105_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1077_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1077_q ), + .datad(\text_gen|char_ram~1105_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34089 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y54_N31 +dffeas \text_gen|char_ram~1119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y54_N21 +dffeas \text_gen|char_ram~1091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34090 ( +// Equation(s): +// \text_gen|char_ram~34090_combout = (\text_gen|char_ram~34089_combout & (((\text_gen|char_ram~1119_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34089_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~1091_q )))) + + .dataa(\text_gen|char_ram~34089_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1119_q ), + .datad(\text_gen|char_ram~1091_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34090 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1343feeder ( +// Equation(s): +// \text_gen|char_ram~1343feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1343feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1343feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1343feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y57_N15 +dffeas \text_gen|char_ram~1343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1343feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y57_N7 +dffeas \text_gen|char_ram~1329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y56_N3 +dffeas \text_gen|char_ram~1301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1315feeder ( +// Equation(s): +// \text_gen|char_ram~1315feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1315feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1315feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1315feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y56_N27 +dffeas \text_gen|char_ram~1315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1315feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34096 ( +// Equation(s): +// \text_gen|char_ram~34096_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~1315_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1301_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1301_q ), + .datad(\text_gen|char_ram~1315_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34096 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34097 ( +// Equation(s): +// \text_gen|char_ram~34097_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34096_combout & (\text_gen|char_ram~1343_q )) # (!\text_gen|char_ram~34096_combout & ((\text_gen|char_ram~1329_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34096_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1343_q ), + .datac(\text_gen|char_ram~1329_q ), + .datad(\text_gen|char_ram~34096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34097 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N0 +cycloneiv_lcell_comb \text_gen|char_ram~965feeder ( +// Equation(s): +// \text_gen|char_ram~965feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~965feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~965feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~965feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y62_N1 +dffeas \text_gen|char_ram~965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~965feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y62_N23 +dffeas \text_gen|char_ram~993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34093 ( +// Equation(s): +// \text_gen|char_ram~34093_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~993_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~965_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~965_q ), + .datad(\text_gen|char_ram~993_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34093 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y62_N31 +dffeas \text_gen|char_ram~1007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N1 +dffeas \text_gen|char_ram~979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34094 ( +// Equation(s): +// \text_gen|char_ram~34094_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34093_combout & (\text_gen|char_ram~1007_q )) # (!\text_gen|char_ram~34093_combout & ((\text_gen|char_ram~979_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~34093_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34093_combout ), + .datac(\text_gen|char_ram~1007_q ), + .datad(\text_gen|char_ram~979_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34094 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y49_N11 +dffeas \text_gen|char_ram~1217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y53_N21 +dffeas \text_gen|char_ram~1231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1203feeder ( +// Equation(s): +// \text_gen|char_ram~1203feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1203feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1203feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1203feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y53_N15 +dffeas \text_gen|char_ram~1203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1203feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N19 +dffeas \text_gen|char_ram~1189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34091 ( +// Equation(s): +// \text_gen|char_ram~34091_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~1203_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~1189_q ))))) + + .dataa(\text_gen|char_ram~1203_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1189_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34091 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34092 ( +// Equation(s): +// \text_gen|char_ram~34092_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34091_combout & ((\text_gen|char_ram~1231_q ))) # (!\text_gen|char_ram~34091_combout & (\text_gen|char_ram~1217_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34091_combout )))) + + .dataa(\text_gen|char_ram~1217_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1231_q ), + .datad(\text_gen|char_ram~34091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34092 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34095 ( +// Equation(s): +// \text_gen|char_ram~34095_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34092_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34094_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34094_combout ), + .datad(\text_gen|char_ram~34092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34095 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34098 ( +// Equation(s): +// \text_gen|char_ram~34098_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34095_combout & ((\text_gen|char_ram~34097_combout ))) # (!\text_gen|char_ram~34095_combout & (\text_gen|char_ram~34090_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34095_combout )))) + + .dataa(\text_gen|char_ram~34090_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34097_combout ), + .datad(\text_gen|char_ram~34095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34098 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34099 ( +// Equation(s): +// \text_gen|char_ram~34099_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~34088_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~34098_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34088_combout ), + .datad(\text_gen|char_ram~34098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34099 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15651feeder ( +// Equation(s): +// \text_gen|char_ram~15651feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y50_N19 +dffeas \text_gen|char_ram~15651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15427feeder ( +// Equation(s): +// \text_gen|char_ram~15427feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15427feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15427feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15427feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y46_N25 +dffeas \text_gen|char_ram~15427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15427feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y50_N19 +dffeas \text_gen|char_ram~15315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15539feeder ( +// Equation(s): +// \text_gen|char_ram~15539feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15539feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15539feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15539feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y51_N29 +dffeas \text_gen|char_ram~15539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15539feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34069 ( +// Equation(s): +// \text_gen|char_ram~34069_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15539_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15315_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15315_q ), + .datad(\text_gen|char_ram~15539_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34069 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34070 ( +// Equation(s): +// \text_gen|char_ram~34070_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34069_combout & (\text_gen|char_ram~15651_q )) # (!\text_gen|char_ram~34069_combout & ((\text_gen|char_ram~15427_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34069_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15651_q ), + .datac(\text_gen|char_ram~15427_q ), + .datad(\text_gen|char_ram~34069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34070 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15679feeder ( +// Equation(s): +// \text_gen|char_ram~15679feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y55_N27 +dffeas \text_gen|char_ram~15679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y54_N23 +dffeas \text_gen|char_ram~15567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y44_N13 +dffeas \text_gen|char_ram~15343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15455feeder ( +// Equation(s): +// \text_gen|char_ram~15455feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y54_N5 +dffeas \text_gen|char_ram~15455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34076 ( +// Equation(s): +// \text_gen|char_ram~34076_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~15455_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15343_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15343_q ), + .datad(\text_gen|char_ram~15455_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34076 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34077 ( +// Equation(s): +// \text_gen|char_ram~34077_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34076_combout & (\text_gen|char_ram~15679_q )) # (!\text_gen|char_ram~34076_combout & ((\text_gen|char_ram~15567_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34076_combout )))) + + .dataa(\text_gen|char_ram~15679_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15567_q ), + .datad(\text_gen|char_ram~34076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34077 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y54_N31 +dffeas \text_gen|char_ram~15329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15441feeder ( +// Equation(s): +// \text_gen|char_ram~15441feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15441feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y54_N25 +dffeas \text_gen|char_ram~15441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34071 ( +// Equation(s): +// \text_gen|char_ram~34071_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~15441_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~15329_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15329_q ), + .datad(\text_gen|char_ram~15441_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34071 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N9 +dffeas \text_gen|char_ram~15553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y53_N1 +dffeas \text_gen|char_ram~15665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34072 ( +// Equation(s): +// \text_gen|char_ram~34072_combout = (\text_gen|char_ram~34071_combout & (((\text_gen|char_ram~15665_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~34071_combout & (\text_gen|char_ram~15553_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~34071_combout ), + .datab(\text_gen|char_ram~15553_q ), + .datac(\text_gen|char_ram~15665_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34072 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~34072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y52_N13 +dffeas \text_gen|char_ram~15413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y52_N27 +dffeas \text_gen|char_ram~15637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y42_N25 +dffeas \text_gen|char_ram~15301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y46_N5 +dffeas \text_gen|char_ram~15525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34073 ( +// Equation(s): +// \text_gen|char_ram~34073_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15525_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15301_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15301_q ), + .datad(\text_gen|char_ram~15525_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34073 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34074 ( +// Equation(s): +// \text_gen|char_ram~34074_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34073_combout & ((\text_gen|char_ram~15637_q ))) # (!\text_gen|char_ram~34073_combout & (\text_gen|char_ram~15413_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34073_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15413_q ), + .datac(\text_gen|char_ram~15637_q ), + .datad(\text_gen|char_ram~34073_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34074 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34075 ( +// Equation(s): +// \text_gen|char_ram~34075_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34072_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~34074_combout )))) + + .dataa(\text_gen|char_ram~34072_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~34074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34075 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~34075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34078 ( +// Equation(s): +// \text_gen|char_ram~34078_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34075_combout & ((\text_gen|char_ram~34077_combout ))) # (!\text_gen|char_ram~34075_combout & (\text_gen|char_ram~34070_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34075_combout )))) + + .dataa(\text_gen|char_ram~34070_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~34077_combout ), + .datad(\text_gen|char_ram~34075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34078 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34110 ( +// Equation(s): +// \text_gen|char_ram~34110_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34099_combout & (\text_gen|char_ram~34109_combout )) # (!\text_gen|char_ram~34099_combout & ((\text_gen|char_ram~34078_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34099_combout )))) + + .dataa(\text_gen|char_ram~34109_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34099_combout ), + .datad(\text_gen|char_ram~34078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34110 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~34110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8140feeder ( +// Equation(s): +// \text_gen|char_ram~8140feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8140feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y54_N1 +dffeas \text_gen|char_ram~8140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N25 +dffeas \text_gen|char_ram~8168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y60_N29 +dffeas \text_gen|char_ram~8126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8154feeder ( +// Equation(s): +// \text_gen|char_ram~8154feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8154feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8154feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8154feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y60_N9 +dffeas \text_gen|char_ram~8154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8154feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33988 ( +// Equation(s): +// \text_gen|char_ram~33988_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~8154_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8126_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8126_q ), + .datad(\text_gen|char_ram~8154_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33988 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33989 ( +// Equation(s): +// \text_gen|char_ram~33989_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33988_combout & ((\text_gen|char_ram~8168_q ))) # (!\text_gen|char_ram~33988_combout & (\text_gen|char_ram~8140_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33988_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8140_q ), + .datac(\text_gen|char_ram~8168_q ), + .datad(\text_gen|char_ram~33988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33989 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y60_N25 +dffeas \text_gen|char_ram~8252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y60_N31 +dffeas \text_gen|char_ram~8280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8280 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y60_N17 +dffeas \text_gen|char_ram~8238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y60_N11 +dffeas \text_gen|char_ram~8266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33986 ( +// Equation(s): +// \text_gen|char_ram~33986_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~8266_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8238_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8238_q ), + .datad(\text_gen|char_ram~8266_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33986 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33987 ( +// Equation(s): +// \text_gen|char_ram~33987_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33986_combout & ((\text_gen|char_ram~8280_q ))) # (!\text_gen|char_ram~33986_combout & (\text_gen|char_ram~8252_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33986_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8252_q ), + .datac(\text_gen|char_ram~8280_q ), + .datad(\text_gen|char_ram~33986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33987 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33990 ( +// Equation(s): +// \text_gen|char_ram~33990_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~33987_combout ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33989_combout & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~33989_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33987_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33990 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~33990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8504feeder ( +// Equation(s): +// \text_gen|char_ram~8504feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8504feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y60_N23 +dffeas \text_gen|char_ram~8504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8490feeder ( +// Equation(s): +// \text_gen|char_ram~8490feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8490feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y60_N27 +dffeas \text_gen|char_ram~8490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y60_N19 +dffeas \text_gen|char_ram~8462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y53_N5 +dffeas \text_gen|char_ram~8476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33991 ( +// Equation(s): +// \text_gen|char_ram~33991_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~8476_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8462_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8462_q ), + .datad(\text_gen|char_ram~8476_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33991 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33992 ( +// Equation(s): +// \text_gen|char_ram~33992_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33991_combout & (\text_gen|char_ram~8504_q )) # (!\text_gen|char_ram~33991_combout & ((\text_gen|char_ram~8490_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33991_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8504_q ), + .datac(\text_gen|char_ram~8490_q ), + .datad(\text_gen|char_ram~33991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33992 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y60_N21 +dffeas \text_gen|char_ram~8378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y60_N29 +dffeas \text_gen|char_ram~8392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y32_N27 +dffeas \text_gen|char_ram~8350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y32_N17 +dffeas \text_gen|char_ram~8364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33984 ( +// Equation(s): +// \text_gen|char_ram~33984_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~8364_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8350_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8350_q ), + .datad(\text_gen|char_ram~8364_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33984 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33985 ( +// Equation(s): +// \text_gen|char_ram~33985_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33984_combout & ((\text_gen|char_ram~8392_q ))) # (!\text_gen|char_ram~33984_combout & (\text_gen|char_ram~8378_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33984_combout )))) + + .dataa(\text_gen|char_ram~8378_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8392_q ), + .datad(\text_gen|char_ram~33984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33985 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33993 ( +// Equation(s): +// \text_gen|char_ram~33993_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33990_combout & (\text_gen|char_ram~33992_combout )) # (!\text_gen|char_ram~33990_combout & ((\text_gen|char_ram~33985_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~33990_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33990_combout ), + .datac(\text_gen|char_ram~33992_combout ), + .datad(\text_gen|char_ram~33985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33993 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y59_N13 +dffeas \text_gen|char_ram~22812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y59_N21 +dffeas \text_gen|char_ram~22798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34022 ( +// Equation(s): +// \text_gen|char_ram~34022_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~22812_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~22798_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~22812_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22798_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34022 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y58_N23 +dffeas \text_gen|char_ram~22840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22826feeder ( +// Equation(s): +// \text_gen|char_ram~22826feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22826feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y58_N17 +dffeas \text_gen|char_ram~22826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34023 ( +// Equation(s): +// \text_gen|char_ram~34023_combout = (\text_gen|char_ram~34022_combout & (((\text_gen|char_ram~22840_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34022_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~22826_q )))) + + .dataa(\text_gen|char_ram~34022_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22840_q ), + .datad(\text_gen|char_ram~22826_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34023 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y37_N1 +dffeas \text_gen|char_ram~22588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y60_N17 +dffeas \text_gen|char_ram~22616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y42_N27 +dffeas \text_gen|char_ram~22574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22574 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y42_N21 +dffeas \text_gen|char_ram~22602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34017 ( +// Equation(s): +// \text_gen|char_ram~34017_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~22602_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22574_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22574_q ), + .datad(\text_gen|char_ram~22602_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34017 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34018 ( +// Equation(s): +// \text_gen|char_ram~34018_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34017_combout & ((\text_gen|char_ram~22616_q ))) # (!\text_gen|char_ram~34017_combout & (\text_gen|char_ram~22588_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34017_combout )))) + + .dataa(\text_gen|char_ram~22588_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22616_q ), + .datad(\text_gen|char_ram~34017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34018 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y60_N15 +dffeas \text_gen|char_ram~22476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y60_N29 +dffeas \text_gen|char_ram~22504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y60_N13 +dffeas \text_gen|char_ram~22462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22490feeder ( +// Equation(s): +// \text_gen|char_ram~22490feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22490feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N23 +dffeas \text_gen|char_ram~22490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34019 ( +// Equation(s): +// \text_gen|char_ram~34019_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~22490_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22462_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22462_q ), + .datad(\text_gen|char_ram~22490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34019 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34020 ( +// Equation(s): +// \text_gen|char_ram~34020_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34019_combout & ((\text_gen|char_ram~22504_q ))) # (!\text_gen|char_ram~34019_combout & (\text_gen|char_ram~22476_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34019_combout )))) + + .dataa(\text_gen|char_ram~22476_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22504_q ), + .datad(\text_gen|char_ram~34019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34020 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34021 ( +// Equation(s): +// \text_gen|char_ram~34021_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34018_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~34020_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34018_combout ), + .datad(\text_gen|char_ram~34020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34021 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y63_N13 +dffeas \text_gen|char_ram~22714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y63_N23 +dffeas \text_gen|char_ram~22728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y67_N7 +dffeas \text_gen|char_ram~22686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y67_N13 +dffeas \text_gen|char_ram~22700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y67_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34015 ( +// Equation(s): +// \text_gen|char_ram~34015_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22700_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22686_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22686_q ), + .datad(\text_gen|char_ram~22700_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34015 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34016 ( +// Equation(s): +// \text_gen|char_ram~34016_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34015_combout & ((\text_gen|char_ram~22728_q ))) # (!\text_gen|char_ram~34015_combout & (\text_gen|char_ram~22714_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34015_combout )))) + + .dataa(\text_gen|char_ram~22714_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22728_q ), + .datad(\text_gen|char_ram~34015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34016 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34024 ( +// Equation(s): +// \text_gen|char_ram~34024_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34021_combout & (\text_gen|char_ram~34023_combout )) # (!\text_gen|char_ram~34021_combout & ((\text_gen|char_ram~34016_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34021_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34023_combout ), + .datac(\text_gen|char_ram~34021_combout ), + .datad(\text_gen|char_ram~34016_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34024 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y49_N1 +dffeas \text_gen|char_ram~1210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y56_N23 +dffeas \text_gen|char_ram~1224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y49_N21 +dffeas \text_gen|char_ram~1196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y49_N5 +dffeas \text_gen|char_ram~1182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34006 ( +// Equation(s): +// \text_gen|char_ram~34006_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~1196_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~1182_q ))))) + + .dataa(\text_gen|char_ram~1196_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1182_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34006 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34007 ( +// Equation(s): +// \text_gen|char_ram~34007_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34006_combout & ((\text_gen|char_ram~1224_q ))) # (!\text_gen|char_ram~34006_combout & (\text_gen|char_ram~1210_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34006_combout )))) + + .dataa(\text_gen|char_ram~1210_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1224_q ), + .datad(\text_gen|char_ram~34006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34007 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N0 +cycloneiv_lcell_comb \text_gen|char_ram~986feeder ( +// Equation(s): +// \text_gen|char_ram~986feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N1 +dffeas \text_gen|char_ram~986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y62_N13 +dffeas \text_gen|char_ram~958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34008 ( +// Equation(s): +// \text_gen|char_ram~34008_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~986_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~958_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~986_q ), + .datac(\text_gen|char_ram~958_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34008 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y56_N21 +dffeas \text_gen|char_ram~1000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y58_N21 +dffeas \text_gen|char_ram~972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34009 ( +// Equation(s): +// \text_gen|char_ram~34009_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34008_combout & (\text_gen|char_ram~1000_q )) # (!\text_gen|char_ram~34008_combout & ((\text_gen|char_ram~972_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~34008_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34008_combout ), + .datac(\text_gen|char_ram~1000_q ), + .datad(\text_gen|char_ram~972_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34009 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34010 ( +// Equation(s): +// \text_gen|char_ram~34010_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~34007_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~34009_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34007_combout ), + .datad(\text_gen|char_ram~34009_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34010 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y54_N17 +dffeas \text_gen|char_ram~1322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y54_N11 +dffeas \text_gen|char_ram~1336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y57_N13 +dffeas \text_gen|char_ram~1294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1308feeder ( +// Equation(s): +// \text_gen|char_ram~1308feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1308feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y57_N25 +dffeas \text_gen|char_ram~1308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34011 ( +// Equation(s): +// \text_gen|char_ram~34011_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1308_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1294_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1294_q ), + .datad(\text_gen|char_ram~1308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34011 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34012 ( +// Equation(s): +// \text_gen|char_ram~34012_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34011_combout & ((\text_gen|char_ram~1336_q ))) # (!\text_gen|char_ram~34011_combout & (\text_gen|char_ram~1322_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34011_combout )))) + + .dataa(\text_gen|char_ram~1322_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1336_q ), + .datad(\text_gen|char_ram~34011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34012 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y44_N13 +dffeas \text_gen|char_ram~1084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y44_N31 +dffeas \text_gen|char_ram~1112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y46_N9 +dffeas \text_gen|char_ram~1070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y47_N9 +dffeas \text_gen|char_ram~1098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34004 ( +// Equation(s): +// \text_gen|char_ram~34004_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~1098_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1070_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1070_q ), + .datad(\text_gen|char_ram~1098_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34004 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34005 ( +// Equation(s): +// \text_gen|char_ram~34005_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34004_combout & ((\text_gen|char_ram~1112_q ))) # (!\text_gen|char_ram~34004_combout & (\text_gen|char_ram~1084_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34004_combout )))) + + .dataa(\text_gen|char_ram~1084_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1112_q ), + .datad(\text_gen|char_ram~34004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34005 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34013 ( +// Equation(s): +// \text_gen|char_ram~34013_combout = (\text_gen|char_ram~34010_combout & ((\text_gen|char_ram~34012_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~34010_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~34005_combout )))) + + .dataa(\text_gen|char_ram~34010_combout ), + .datab(\text_gen|char_ram~34012_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34005_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34013 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~34013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y53_N5 +dffeas \text_gen|char_ram~15658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y53_N19 +dffeas \text_gen|char_ram~15672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y57_N25 +dffeas \text_gen|char_ram~15630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15644feeder ( +// Equation(s): +// \text_gen|char_ram~15644feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15644feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15644feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15644feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y50_N13 +dffeas \text_gen|char_ram~15644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15644feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34001 ( +// Equation(s): +// \text_gen|char_ram~34001_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15644_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15630_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15630_q ), + .datad(\text_gen|char_ram~15644_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34001 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34002 ( +// Equation(s): +// \text_gen|char_ram~34002_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34001_combout & ((\text_gen|char_ram~15672_q ))) # (!\text_gen|char_ram~34001_combout & (\text_gen|char_ram~15658_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34001_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~15658_q ), + .datac(\text_gen|char_ram~15672_q ), + .datad(\text_gen|char_ram~34001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34002 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y49_N3 +dffeas \text_gen|char_ram~15546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y54_N23 +dffeas \text_gen|char_ram~15560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y54_N13 +dffeas \text_gen|char_ram~15518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y39_N25 +dffeas \text_gen|char_ram~15532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33996 ( +// Equation(s): +// \text_gen|char_ram~33996_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~15532_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15518_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15518_q ), + .datad(\text_gen|char_ram~15532_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33996 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33997 ( +// Equation(s): +// \text_gen|char_ram~33997_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33996_combout & ((\text_gen|char_ram~15560_q ))) # (!\text_gen|char_ram~33996_combout & (\text_gen|char_ram~15546_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33996_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~15546_q ), + .datac(\text_gen|char_ram~15560_q ), + .datad(\text_gen|char_ram~33996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33997 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15308feeder ( +// Equation(s): +// \text_gen|char_ram~15308feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15308feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y57_N1 +dffeas \text_gen|char_ram~15308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y58_N19 +dffeas \text_gen|char_ram~15336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y58_N25 +dffeas \text_gen|char_ram~15294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15322feeder ( +// Equation(s): +// \text_gen|char_ram~15322feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y51_N13 +dffeas \text_gen|char_ram~15322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33998 ( +// Equation(s): +// \text_gen|char_ram~33998_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~15322_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15294_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15294_q ), + .datad(\text_gen|char_ram~15322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33998 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33999 ( +// Equation(s): +// \text_gen|char_ram~33999_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33998_combout & ((\text_gen|char_ram~15336_q ))) # (!\text_gen|char_ram~33998_combout & (\text_gen|char_ram~15308_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33998_combout )))) + + .dataa(\text_gen|char_ram~15308_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15336_q ), + .datad(\text_gen|char_ram~33998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33999 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34000 ( +// Equation(s): +// \text_gen|char_ram~34000_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~33997_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~33999_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33997_combout ), + .datad(\text_gen|char_ram~33999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34000 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15420feeder ( +// Equation(s): +// \text_gen|char_ram~15420feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15420feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15420feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15420feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y41_N25 +dffeas \text_gen|char_ram~15420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15420feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y41_N15 +dffeas \text_gen|char_ram~15448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y41_N17 +dffeas \text_gen|char_ram~15406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y33_N1 +dffeas \text_gen|char_ram~15434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33994 ( +// Equation(s): +// \text_gen|char_ram~33994_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~15434_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15406_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15406_q ), + .datad(\text_gen|char_ram~15434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33994 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33995 ( +// Equation(s): +// \text_gen|char_ram~33995_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~33994_combout & ((\text_gen|char_ram~15448_q ))) # (!\text_gen|char_ram~33994_combout & (\text_gen|char_ram~15420_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~33994_combout )))) + + .dataa(\text_gen|char_ram~15420_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15448_q ), + .datad(\text_gen|char_ram~33994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33995 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34003 ( +// Equation(s): +// \text_gen|char_ram~34003_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34000_combout & (\text_gen|char_ram~34002_combout )) # (!\text_gen|char_ram~34000_combout & ((\text_gen|char_ram~33995_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34000_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34002_combout ), + .datac(\text_gen|char_ram~34000_combout ), + .datad(\text_gen|char_ram~33995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34003 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34014 ( +// Equation(s): +// \text_gen|char_ram~34014_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~34003_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~34013_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34013_combout ), + .datad(\text_gen|char_ram~34003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34014 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34025 ( +// Equation(s): +// \text_gen|char_ram~34025_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34014_combout & ((\text_gen|char_ram~34024_combout ))) # (!\text_gen|char_ram~34014_combout & (\text_gen|char_ram~33993_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34014_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~33993_combout ), + .datac(\text_gen|char_ram~34024_combout ), + .datad(\text_gen|char_ram~34014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34025 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y53_N17 +dffeas \text_gen|char_ram~8406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y57_N11 +dffeas \text_gen|char_ram~8420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34033 ( +// Equation(s): +// \text_gen|char_ram~34033_combout = (\vga_c|h_cnt [5] & (((\text_gen|char_ram~8420_q ) # (\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8406_q & ((!\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8406_q ), + .datac(\text_gen|char_ram~8420_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34033 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~34033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y50_N13 +dffeas \text_gen|char_ram~8448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~8434feeder ( +// Equation(s): +// \text_gen|char_ram~8434feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8434feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8434feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8434feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N31 +dffeas \text_gen|char_ram~8434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8434feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34034 ( +// Equation(s): +// \text_gen|char_ram~34034_combout = (\text_gen|char_ram~34033_combout & (((\text_gen|char_ram~8448_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34033_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8434_q )))) + + .dataa(\text_gen|char_ram~34033_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8448_q ), + .datad(\text_gen|char_ram~8434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34034 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y54_N17 +dffeas \text_gen|char_ram~8308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y54_N13 +dffeas \text_gen|char_ram~8294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34026 ( +// Equation(s): +// \text_gen|char_ram~34026_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~8308_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~8294_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~8308_q ), + .datac(\text_gen|char_ram~8294_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34026 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y54_N29 +dffeas \text_gen|char_ram~8336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8322feeder ( +// Equation(s): +// \text_gen|char_ram~8322feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y54_N9 +dffeas \text_gen|char_ram~8322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34027 ( +// Equation(s): +// \text_gen|char_ram~34027_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34026_combout & (\text_gen|char_ram~8336_q )) # (!\text_gen|char_ram~34026_combout & ((\text_gen|char_ram~8322_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34026_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34026_combout ), + .datac(\text_gen|char_ram~8336_q ), + .datad(\text_gen|char_ram~8322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34027 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y57_N5 +dffeas \text_gen|char_ram~8084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y50_N5 +dffeas \text_gen|char_ram~8112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y57_N1 +dffeas \text_gen|char_ram~8070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8098feeder ( +// Equation(s): +// \text_gen|char_ram~8098feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8098feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N1 +dffeas \text_gen|char_ram~8098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34030 ( +// Equation(s): +// \text_gen|char_ram~34030_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8098_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8070_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8070_q ), + .datad(\text_gen|char_ram~8098_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34030 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34031 ( +// Equation(s): +// \text_gen|char_ram~34031_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34030_combout & ((\text_gen|char_ram~8112_q ))) # (!\text_gen|char_ram~34030_combout & (\text_gen|char_ram~8084_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34030_combout )))) + + .dataa(\text_gen|char_ram~8084_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8112_q ), + .datad(\text_gen|char_ram~34030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34031 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8196feeder ( +// Equation(s): +// \text_gen|char_ram~8196feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8196feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8196feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8196feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y53_N5 +dffeas \text_gen|char_ram~8196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8196feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y52_N27 +dffeas \text_gen|char_ram~8224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y52_N17 +dffeas \text_gen|char_ram~8182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y39_N5 +dffeas \text_gen|char_ram~8210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34028 ( +// Equation(s): +// \text_gen|char_ram~34028_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~8210_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8182_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8182_q ), + .datad(\text_gen|char_ram~8210_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34028 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34029 ( +// Equation(s): +// \text_gen|char_ram~34029_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34028_combout & ((\text_gen|char_ram~8224_q ))) # (!\text_gen|char_ram~34028_combout & (\text_gen|char_ram~8196_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34028_combout )))) + + .dataa(\text_gen|char_ram~8196_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8224_q ), + .datad(\text_gen|char_ram~34028_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34029 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34032 ( +// Equation(s): +// \text_gen|char_ram~34032_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34029_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34031_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34031_combout ), + .datad(\text_gen|char_ram~34029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34032 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34035 ( +// Equation(s): +// \text_gen|char_ram~34035_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34032_combout & (\text_gen|char_ram~34034_combout )) # (!\text_gen|char_ram~34032_combout & ((\text_gen|char_ram~34027_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34032_combout )))) + + .dataa(\text_gen|char_ram~34034_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34027_combout ), + .datad(\text_gen|char_ram~34032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34035 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y56_N11 +dffeas \text_gen|char_ram~1238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1252feeder ( +// Equation(s): +// \text_gen|char_ram~1252feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y56_N17 +dffeas \text_gen|char_ram~1252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34053 ( +// Equation(s): +// \text_gen|char_ram~34053_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~1252_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1238_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1238_q ), + .datad(\text_gen|char_ram~1252_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34053 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y55_N31 +dffeas \text_gen|char_ram~1280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1280 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y55_N21 +dffeas \text_gen|char_ram~1266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34054 ( +// Equation(s): +// \text_gen|char_ram~34054_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34053_combout & (\text_gen|char_ram~1280_q )) # (!\text_gen|char_ram~34053_combout & ((\text_gen|char_ram~1266_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34053_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34053_combout ), + .datac(\text_gen|char_ram~1280_q ), + .datad(\text_gen|char_ram~1266_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34054 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y54_N17 +dffeas \text_gen|char_ram~916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N27 +dffeas \text_gen|char_ram~944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y54_N17 +dffeas \text_gen|char_ram~902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y54_N29 +dffeas \text_gen|char_ram~930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34050 ( +// Equation(s): +// \text_gen|char_ram~34050_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~930_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~902_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~902_q ), + .datad(\text_gen|char_ram~930_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34050 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34051 ( +// Equation(s): +// \text_gen|char_ram~34051_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34050_combout & ((\text_gen|char_ram~944_q ))) # (!\text_gen|char_ram~34050_combout & (\text_gen|char_ram~916_q )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~34050_combout +// )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~916_q ), + .datac(\text_gen|char_ram~944_q ), + .datad(\text_gen|char_ram~34050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34051 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N27 +dffeas \text_gen|char_ram~1154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y54_N29 +dffeas \text_gen|char_ram~1168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1140feeder ( +// Equation(s): +// \text_gen|char_ram~1140feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1140feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y53_N13 +dffeas \text_gen|char_ram~1140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N1 +dffeas \text_gen|char_ram~1126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34048 ( +// Equation(s): +// \text_gen|char_ram~34048_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~1140_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~1126_q ))))) + + .dataa(\text_gen|char_ram~1140_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1126_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34048 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34049 ( +// Equation(s): +// \text_gen|char_ram~34049_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34048_combout & ((\text_gen|char_ram~1168_q ))) # (!\text_gen|char_ram~34048_combout & (\text_gen|char_ram~1154_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34048_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1154_q ), + .datac(\text_gen|char_ram~1168_q ), + .datad(\text_gen|char_ram~34048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34049 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34052 ( +// Equation(s): +// \text_gen|char_ram~34052_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34049_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34051_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34051_combout ), + .datad(\text_gen|char_ram~34049_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34052 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y45_N27 +dffeas \text_gen|char_ram~1014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y45_N13 +dffeas \text_gen|char_ram~1042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34046 ( +// Equation(s): +// \text_gen|char_ram~34046_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~1042_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1014_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1014_q ), + .datad(\text_gen|char_ram~1042_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34046 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y45_N11 +dffeas \text_gen|char_ram~1056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1028feeder ( +// Equation(s): +// \text_gen|char_ram~1028feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1028feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1028feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1028feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y45_N25 +dffeas \text_gen|char_ram~1028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1028feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34047 ( +// Equation(s): +// \text_gen|char_ram~34047_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34046_combout & (\text_gen|char_ram~1056_q )) # (!\text_gen|char_ram~34046_combout & ((\text_gen|char_ram~1028_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~34046_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34046_combout ), + .datac(\text_gen|char_ram~1056_q ), + .datad(\text_gen|char_ram~1028_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34047 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34055 ( +// Equation(s): +// \text_gen|char_ram~34055_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34052_combout & (\text_gen|char_ram~34054_combout )) # (!\text_gen|char_ram~34052_combout & ((\text_gen|char_ram~34047_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34052_combout )))) + + .dataa(\text_gen|char_ram~34054_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34052_combout ), + .datad(\text_gen|char_ram~34047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34055 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~34055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N31 +dffeas \text_gen|char_ram~15602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y54_N15 +dffeas \text_gen|char_ram~15616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y43_N21 +dffeas \text_gen|char_ram~15588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y54_N25 +dffeas \text_gen|char_ram~15574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34043 ( +// Equation(s): +// \text_gen|char_ram~34043_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~15588_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~15574_q ))))) + + .dataa(\text_gen|char_ram~15588_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15574_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~34043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34043 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34044 ( +// Equation(s): +// \text_gen|char_ram~34044_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34043_combout & ((\text_gen|char_ram~15616_q ))) # (!\text_gen|char_ram~34043_combout & (\text_gen|char_ram~15602_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34043_combout )))) + + .dataa(\text_gen|char_ram~15602_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15616_q ), + .datad(\text_gen|char_ram~34043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34044 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15252feeder ( +// Equation(s): +// \text_gen|char_ram~15252feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y54_N27 +dffeas \text_gen|char_ram~15252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y54_N3 +dffeas \text_gen|char_ram~15280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15280 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y54_N29 +dffeas \text_gen|char_ram~15238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y54_N9 +dffeas \text_gen|char_ram~15266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34040 ( +// Equation(s): +// \text_gen|char_ram~34040_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~15266_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15238_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15238_q ), + .datad(\text_gen|char_ram~15266_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34040 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34041 ( +// Equation(s): +// \text_gen|char_ram~34041_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34040_combout & ((\text_gen|char_ram~15280_q ))) # (!\text_gen|char_ram~34040_combout & (\text_gen|char_ram~15252_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34040_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15252_q ), + .datac(\text_gen|char_ram~15280_q ), + .datad(\text_gen|char_ram~34040_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34041 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N1 +dffeas \text_gen|char_ram~15476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y51_N27 +dffeas \text_gen|char_ram~15462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34038 ( +// Equation(s): +// \text_gen|char_ram~34038_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~15476_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~15462_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~15476_q ), + .datac(\text_gen|char_ram~15462_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34038 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y54_N25 +dffeas \text_gen|char_ram~15504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y46_N9 +dffeas \text_gen|char_ram~15490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34039 ( +// Equation(s): +// \text_gen|char_ram~34039_combout = (\text_gen|char_ram~34038_combout & (((\text_gen|char_ram~15504_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34038_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~15490_q )))) + + .dataa(\text_gen|char_ram~34038_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15504_q ), + .datad(\text_gen|char_ram~15490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34039 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34042 ( +// Equation(s): +// \text_gen|char_ram~34042_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34039_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34041_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34041_combout ), + .datad(\text_gen|char_ram~34039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34042 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N29 +dffeas \text_gen|char_ram~15350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15378feeder ( +// Equation(s): +// \text_gen|char_ram~15378feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y45_N25 +dffeas \text_gen|char_ram~15378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34036 ( +// Equation(s): +// \text_gen|char_ram~34036_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~15378_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15350_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15350_q ), + .datad(\text_gen|char_ram~15378_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34036 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N23 +dffeas \text_gen|char_ram~15392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15364feeder ( +// Equation(s): +// \text_gen|char_ram~15364feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15364feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15364feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15364feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y53_N21 +dffeas \text_gen|char_ram~15364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15364feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34037 ( +// Equation(s): +// \text_gen|char_ram~34037_combout = (\text_gen|char_ram~34036_combout & (((\text_gen|char_ram~15392_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34036_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~15364_q )))) + + .dataa(\text_gen|char_ram~34036_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15392_q ), + .datad(\text_gen|char_ram~15364_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34037 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34045 ( +// Equation(s): +// \text_gen|char_ram~34045_combout = (\text_gen|char_ram~34042_combout & ((\text_gen|char_ram~34044_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~34042_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~34037_combout )))) + + .dataa(\text_gen|char_ram~34044_combout ), + .datab(\text_gen|char_ram~34042_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34045 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~34045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34056 ( +// Equation(s): +// \text_gen|char_ram~34056_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~34045_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~34055_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34055_combout ), + .datad(\text_gen|char_ram~34045_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34056 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y56_N11 +dffeas \text_gen|char_ram~22742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y55_N31 +dffeas \text_gen|char_ram~22756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34064 ( +// Equation(s): +// \text_gen|char_ram~34064_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22756_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22742_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22742_q ), + .datad(\text_gen|char_ram~22756_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34064 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y56_N17 +dffeas \text_gen|char_ram~22770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y56_N15 +dffeas \text_gen|char_ram~22784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34065 ( +// Equation(s): +// \text_gen|char_ram~34065_combout = (\text_gen|char_ram~34064_combout & (((\text_gen|char_ram~22784_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~34064_combout & (\text_gen|char_ram~22770_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~34064_combout ), + .datab(\text_gen|char_ram~22770_q ), + .datac(\text_gen|char_ram~22784_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34065 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~34065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y50_N1 +dffeas \text_gen|char_ram~22630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y51_N11 +dffeas \text_gen|char_ram~22644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34057 ( +// Equation(s): +// \text_gen|char_ram~34057_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~22644_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22630_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22630_q ), + .datad(\text_gen|char_ram~22644_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34057 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y50_N27 +dffeas \text_gen|char_ram~22672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y50_N13 +dffeas \text_gen|char_ram~22658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34058 ( +// Equation(s): +// \text_gen|char_ram~34058_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34057_combout & (\text_gen|char_ram~22672_q )) # (!\text_gen|char_ram~34057_combout & ((\text_gen|char_ram~22658_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~34057_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34057_combout ), + .datac(\text_gen|char_ram~22672_q ), + .datad(\text_gen|char_ram~22658_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34058 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y53_N1 +dffeas \text_gen|char_ram~22420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y54_N9 +dffeas \text_gen|char_ram~22448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y57_N11 +dffeas \text_gen|char_ram~22406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y54_N31 +dffeas \text_gen|char_ram~22434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34061 ( +// Equation(s): +// \text_gen|char_ram~34061_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~22434_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22406_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22406_q ), + .datad(\text_gen|char_ram~22434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34061 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34062 ( +// Equation(s): +// \text_gen|char_ram~34062_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34061_combout & ((\text_gen|char_ram~22448_q ))) # (!\text_gen|char_ram~34061_combout & (\text_gen|char_ram~22420_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34061_combout )))) + + .dataa(\text_gen|char_ram~22420_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22448_q ), + .datad(\text_gen|char_ram~34061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34062 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y37_N21 +dffeas \text_gen|char_ram~22532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22532 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y37_N11 +dffeas \text_gen|char_ram~22560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y37_N29 +dffeas \text_gen|char_ram~22518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y37_N5 +dffeas \text_gen|char_ram~22546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34059 ( +// Equation(s): +// \text_gen|char_ram~34059_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~22546_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~22518_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22518_q ), + .datad(\text_gen|char_ram~22546_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34059 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34060 ( +// Equation(s): +// \text_gen|char_ram~34060_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34059_combout & ((\text_gen|char_ram~22560_q ))) # (!\text_gen|char_ram~34059_combout & (\text_gen|char_ram~22532_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34059_combout )))) + + .dataa(\text_gen|char_ram~22532_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22560_q ), + .datad(\text_gen|char_ram~34059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34060 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34063 ( +// Equation(s): +// \text_gen|char_ram~34063_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34060_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34062_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34062_combout ), + .datad(\text_gen|char_ram~34060_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34063 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34066 ( +// Equation(s): +// \text_gen|char_ram~34066_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34063_combout & (\text_gen|char_ram~34065_combout )) # (!\text_gen|char_ram~34063_combout & ((\text_gen|char_ram~34058_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34063_combout )))) + + .dataa(\text_gen|char_ram~34065_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34058_combout ), + .datad(\text_gen|char_ram~34063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34066 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34067 ( +// Equation(s): +// \text_gen|char_ram~34067_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34056_combout & ((\text_gen|char_ram~34066_combout ))) # (!\text_gen|char_ram~34056_combout & (\text_gen|char_ram~34035_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34056_combout )))) + + .dataa(\text_gen|char_ram~34035_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34056_combout ), + .datad(\text_gen|char_ram~34066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34067 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~34067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34068 ( +// Equation(s): +// \text_gen|char_ram~34068_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~34025_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~34067_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~34025_combout ), + .datad(\text_gen|char_ram~34067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34068 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34111 ( +// Equation(s): +// \text_gen|char_ram~34111_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34068_combout & ((\text_gen|char_ram~34110_combout ))) # (!\text_gen|char_ram~34068_combout & (\text_gen|char_ram~33983_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34068_combout )))) + + .dataa(\text_gen|char_ram~33983_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~34110_combout ), + .datad(\text_gen|char_ram~34068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34111 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y58_N17 +dffeas \text_gen|char_ram~26200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y58_N7 +dffeas \text_gen|char_ram~26207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y58_N25 +dffeas \text_gen|char_ram~26151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y58_N17 +dffeas \text_gen|char_ram~26144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33930 ( +// Equation(s): +// \text_gen|char_ram~33930_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~26151_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~26144_q ))))) + + .dataa(\text_gen|char_ram~26151_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26144_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33930 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33931 ( +// Equation(s): +// \text_gen|char_ram~33931_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33930_combout & ((\text_gen|char_ram~26207_q ))) # (!\text_gen|char_ram~33930_combout & (\text_gen|char_ram~26200_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33930_combout )))) + + .dataa(\text_gen|char_ram~26200_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26207_q ), + .datad(\text_gen|char_ram~33930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33931 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26039feeder ( +// Equation(s): +// \text_gen|char_ram~26039feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y58_N31 +dffeas \text_gen|char_ram~26039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y58_N13 +dffeas \text_gen|char_ram~26095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y58_N15 +dffeas \text_gen|char_ram~26032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26088feeder ( +// Equation(s): +// \text_gen|char_ram~26088feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26088feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26088feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26088feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N19 +dffeas \text_gen|char_ram~26088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26088feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33934 ( +// Equation(s): +// \text_gen|char_ram~33934_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26088_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26032_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26032_q ), + .datad(\text_gen|char_ram~26088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33934 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33935 ( +// Equation(s): +// \text_gen|char_ram~33935_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33934_combout & ((\text_gen|char_ram~26095_q ))) # (!\text_gen|char_ram~33934_combout & (\text_gen|char_ram~26039_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33934_combout )))) + + .dataa(\text_gen|char_ram~26039_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26095_q ), + .datad(\text_gen|char_ram~33934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33935 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26263feeder ( +// Equation(s): +// \text_gen|char_ram~26263feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N15 +dffeas \text_gen|char_ram~26263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y58_N5 +dffeas \text_gen|char_ram~26319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y57_N3 +dffeas \text_gen|char_ram~26256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y57_N29 +dffeas \text_gen|char_ram~26312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33932 ( +// Equation(s): +// \text_gen|char_ram~33932_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26312_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26256_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26256_q ), + .datad(\text_gen|char_ram~26312_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33932 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33933 ( +// Equation(s): +// \text_gen|char_ram~33933_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33932_combout & ((\text_gen|char_ram~26319_q ))) # (!\text_gen|char_ram~33932_combout & (\text_gen|char_ram~26263_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33932_combout )))) + + .dataa(\text_gen|char_ram~26263_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26319_q ), + .datad(\text_gen|char_ram~33932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33933 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33936 ( +// Equation(s): +// \text_gen|char_ram~33936_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~33933_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~33935_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33935_combout ), + .datac(\text_gen|char_ram~33933_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33936 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~33936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26424feeder ( +// Equation(s): +// \text_gen|char_ram~26424feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26424feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26424feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26424feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y58_N23 +dffeas \text_gen|char_ram~26424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26424feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26431feeder ( +// Equation(s): +// \text_gen|char_ram~26431feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26431feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y58_N25 +dffeas \text_gen|char_ram~26431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y55_N25 +dffeas \text_gen|char_ram~26375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y55_N31 +dffeas \text_gen|char_ram~26368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33937 ( +// Equation(s): +// \text_gen|char_ram~33937_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~26375_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~26368_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~26375_q ), + .datac(\text_gen|char_ram~26368_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~33937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33937 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33938 ( +// Equation(s): +// \text_gen|char_ram~33938_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33937_combout & ((\text_gen|char_ram~26431_q ))) # (!\text_gen|char_ram~33937_combout & (\text_gen|char_ram~26424_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33937_combout )))) + + .dataa(\text_gen|char_ram~26424_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26431_q ), + .datad(\text_gen|char_ram~33937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33938 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33939 ( +// Equation(s): +// \text_gen|char_ram~33939_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33936_combout & ((\text_gen|char_ram~33938_combout ))) # (!\text_gen|char_ram~33936_combout & (\text_gen|char_ram~33931_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33936_combout )))) + + .dataa(\text_gen|char_ram~33931_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33936_combout ), + .datad(\text_gen|char_ram~33938_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33939 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~33939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19256feeder ( +// Equation(s): +// \text_gen|char_ram~19256feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19256feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N15 +dffeas \text_gen|char_ram~19256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y58_N11 +dffeas \text_gen|char_ram~19263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19207feeder ( +// Equation(s): +// \text_gen|char_ram~19207feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y58_N23 +dffeas \text_gen|char_ram~19207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y58_N29 +dffeas \text_gen|char_ram~19200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33916 ( +// Equation(s): +// \text_gen|char_ram~33916_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~19207_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~19200_q ))))) + + .dataa(\text_gen|char_ram~19207_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19200_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33916 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33917 ( +// Equation(s): +// \text_gen|char_ram~33917_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33916_combout & ((\text_gen|char_ram~19263_q ))) # (!\text_gen|char_ram~33916_combout & (\text_gen|char_ram~19256_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33916_combout )))) + + .dataa(\text_gen|char_ram~19256_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19263_q ), + .datad(\text_gen|char_ram~33916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33917 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y58_N17 +dffeas \text_gen|char_ram~19095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y58_N27 +dffeas \text_gen|char_ram~19151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y55_N5 +dffeas \text_gen|char_ram~19088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y58_N29 +dffeas \text_gen|char_ram~19144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33909 ( +// Equation(s): +// \text_gen|char_ram~33909_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~19144_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~19088_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19088_q ), + .datad(\text_gen|char_ram~19144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33909 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33910 ( +// Equation(s): +// \text_gen|char_ram~33910_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~33909_combout & ((\text_gen|char_ram~19151_q ))) # (!\text_gen|char_ram~33909_combout & (\text_gen|char_ram~19095_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~33909_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19095_q ), + .datac(\text_gen|char_ram~19151_q ), + .datad(\text_gen|char_ram~33909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33910 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18920feeder ( +// Equation(s): +// \text_gen|char_ram~18920feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18920feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N5 +dffeas \text_gen|char_ram~18920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y58_N27 +dffeas \text_gen|char_ram~18927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y58_N25 +dffeas \text_gen|char_ram~18864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18871feeder ( +// Equation(s): +// \text_gen|char_ram~18871feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18871feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y58_N13 +dffeas \text_gen|char_ram~18871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33913 ( +// Equation(s): +// \text_gen|char_ram~33913_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~18871_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18864_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18864_q ), + .datad(\text_gen|char_ram~18871_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33913 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33914 ( +// Equation(s): +// \text_gen|char_ram~33914_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33913_combout & ((\text_gen|char_ram~18927_q ))) # (!\text_gen|char_ram~33913_combout & (\text_gen|char_ram~18920_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33913_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18920_q ), + .datac(\text_gen|char_ram~18927_q ), + .datad(\text_gen|char_ram~33913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33914 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N13 +dffeas \text_gen|char_ram~18976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y58_N15 +dffeas \text_gen|char_ram~18983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33911 ( +// Equation(s): +// \text_gen|char_ram~33911_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~18983_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18976_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18976_q ), + .datad(\text_gen|char_ram~18983_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33911 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N7 +dffeas \text_gen|char_ram~19039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19032feeder ( +// Equation(s): +// \text_gen|char_ram~19032feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19032feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19032feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19032feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N29 +dffeas \text_gen|char_ram~19032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19032feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33912 ( +// Equation(s): +// \text_gen|char_ram~33912_combout = (\text_gen|char_ram~33911_combout & (((\text_gen|char_ram~19039_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~33911_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19032_q )))) + + .dataa(\text_gen|char_ram~33911_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19039_q ), + .datad(\text_gen|char_ram~19032_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33912 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33915 ( +// Equation(s): +// \text_gen|char_ram~33915_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~33912_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~33914_combout )))) + + .dataa(\text_gen|char_ram~33914_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~33912_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33915 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~33915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33918 ( +// Equation(s): +// \text_gen|char_ram~33918_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33915_combout & (\text_gen|char_ram~33917_combout )) # (!\text_gen|char_ram~33915_combout & ((\text_gen|char_ram~33910_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33915_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33917_combout ), + .datac(\text_gen|char_ram~33910_combout ), + .datad(\text_gen|char_ram~33915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33918 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4535feeder ( +// Equation(s): +// \text_gen|char_ram~4535feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y58_N5 +dffeas \text_gen|char_ram~4535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y58_N17 +dffeas \text_gen|char_ram~4528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33923 ( +// Equation(s): +// \text_gen|char_ram~33923_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4535_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4528_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4535_q ), + .datac(\text_gen|char_ram~4528_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33923 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N23 +dffeas \text_gen|char_ram~4591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y58_N29 +dffeas \text_gen|char_ram~4584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33924 ( +// Equation(s): +// \text_gen|char_ram~33924_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33923_combout & (\text_gen|char_ram~4591_q )) # (!\text_gen|char_ram~33923_combout & ((\text_gen|char_ram~4584_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~33923_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33923_combout ), + .datac(\text_gen|char_ram~4591_q ), + .datad(\text_gen|char_ram~4584_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33924 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4696feeder ( +// Equation(s): +// \text_gen|char_ram~4696feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4696feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4696feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4696feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y55_N17 +dffeas \text_gen|char_ram~4696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4696feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y55_N27 +dffeas \text_gen|char_ram~4703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y55_N25 +dffeas \text_gen|char_ram~4640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4647feeder ( +// Equation(s): +// \text_gen|char_ram~4647feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4647feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y55_N29 +dffeas \text_gen|char_ram~4647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33921 ( +// Equation(s): +// \text_gen|char_ram~33921_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4647_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4640_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4640_q ), + .datad(\text_gen|char_ram~4647_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33921 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33922 ( +// Equation(s): +// \text_gen|char_ram~33922_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33921_combout & ((\text_gen|char_ram~4703_q ))) # (!\text_gen|char_ram~33921_combout & (\text_gen|char_ram~4696_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33921_combout )))) + + .dataa(\text_gen|char_ram~4696_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4703_q ), + .datad(\text_gen|char_ram~33921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33922 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33925 ( +// Equation(s): +// \text_gen|char_ram~33925_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~33922_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~33924_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33924_combout ), + .datad(\text_gen|char_ram~33922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33925 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y58_N21 +dffeas \text_gen|char_ram~4920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y58_N1 +dffeas \text_gen|char_ram~4927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4871feeder ( +// Equation(s): +// \text_gen|char_ram~4871feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4871feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y55_N1 +dffeas \text_gen|char_ram~4871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y58_N15 +dffeas \text_gen|char_ram~4864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33926 ( +// Equation(s): +// \text_gen|char_ram~33926_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4871_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4864_q ))))) + + .dataa(\text_gen|char_ram~4871_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4864_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~33926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33926 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33927 ( +// Equation(s): +// \text_gen|char_ram~33927_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33926_combout & ((\text_gen|char_ram~4927_q ))) # (!\text_gen|char_ram~33926_combout & (\text_gen|char_ram~4920_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33926_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4920_q ), + .datac(\text_gen|char_ram~4927_q ), + .datad(\text_gen|char_ram~33926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33927 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y55_N13 +dffeas \text_gen|char_ram~4752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y55_N29 +dffeas \text_gen|char_ram~4759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33919 ( +// Equation(s): +// \text_gen|char_ram~33919_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4759_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4752_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4752_q ), + .datad(\text_gen|char_ram~4759_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33919 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N31 +dffeas \text_gen|char_ram~4815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y55_N21 +dffeas \text_gen|char_ram~4808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33920 ( +// Equation(s): +// \text_gen|char_ram~33920_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33919_combout & (\text_gen|char_ram~4815_q )) # (!\text_gen|char_ram~33919_combout & ((\text_gen|char_ram~4808_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~33919_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33919_combout ), + .datac(\text_gen|char_ram~4815_q ), + .datad(\text_gen|char_ram~4808_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33920 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33928 ( +// Equation(s): +// \text_gen|char_ram~33928_combout = (\text_gen|char_ram~33925_combout & ((\text_gen|char_ram~33927_combout ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~33925_combout & (((\text_gen|char_ram~33920_combout & \text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~33925_combout ), + .datab(\text_gen|char_ram~33927_combout ), + .datac(\text_gen|char_ram~33920_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33928 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~33928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33929 ( +// Equation(s): +// \text_gen|char_ram~33929_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~33918_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~33928_combout ))))) + + .dataa(\text_gen|char_ram~33918_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~33928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33929 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~33929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y58_N31 +dffeas \text_gen|char_ram~12032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12039feeder ( +// Equation(s): +// \text_gen|char_ram~12039feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y58_N31 +dffeas \text_gen|char_ram~12039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33906 ( +// Equation(s): +// \text_gen|char_ram~33906_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~12039_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12032_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12032_q ), + .datad(\text_gen|char_ram~12039_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33906 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y58_N9 +dffeas \text_gen|char_ram~12095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12088feeder ( +// Equation(s): +// \text_gen|char_ram~12088feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12088feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12088feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12088feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y58_N5 +dffeas \text_gen|char_ram~12088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12088feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33907 ( +// Equation(s): +// \text_gen|char_ram~33907_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33906_combout & (\text_gen|char_ram~12095_q )) # (!\text_gen|char_ram~33906_combout & ((\text_gen|char_ram~12088_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~33906_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33906_combout ), + .datac(\text_gen|char_ram~12095_q ), + .datad(\text_gen|char_ram~12088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33907 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y54_N29 +dffeas \text_gen|char_ram~11920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11927feeder ( +// Equation(s): +// \text_gen|char_ram~11927feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11927feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y54_N1 +dffeas \text_gen|char_ram~11927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33901 ( +// Equation(s): +// \text_gen|char_ram~33901_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11927_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11920_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11920_q ), + .datad(\text_gen|char_ram~11927_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33901 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y60_N21 +dffeas \text_gen|char_ram~11976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y58_N25 +dffeas \text_gen|char_ram~11983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33902 ( +// Equation(s): +// \text_gen|char_ram~33902_combout = (\text_gen|char_ram~33901_combout & (((\text_gen|char_ram~11983_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~33901_combout & (\text_gen|char_ram~11976_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~33901_combout ), + .datab(\text_gen|char_ram~11976_q ), + .datac(\text_gen|char_ram~11983_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~33902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33902 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~33902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y58_N9 +dffeas \text_gen|char_ram~11696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11703feeder ( +// Equation(s): +// \text_gen|char_ram~11703feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y58_N21 +dffeas \text_gen|char_ram~11703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33903 ( +// Equation(s): +// \text_gen|char_ram~33903_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~11703_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11696_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11696_q ), + .datad(\text_gen|char_ram~11703_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33903 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y58_N1 +dffeas \text_gen|char_ram~11759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y61_N13 +dffeas \text_gen|char_ram~11752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33904 ( +// Equation(s): +// \text_gen|char_ram~33904_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33903_combout & (\text_gen|char_ram~11759_q )) # (!\text_gen|char_ram~33903_combout & ((\text_gen|char_ram~11752_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~33903_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33903_combout ), + .datac(\text_gen|char_ram~11759_q ), + .datad(\text_gen|char_ram~11752_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33904 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33905 ( +// Equation(s): +// \text_gen|char_ram~33905_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~33902_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~33904_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33902_combout ), + .datad(\text_gen|char_ram~33904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33905 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N29 +dffeas \text_gen|char_ram~11864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11864 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y55_N27 +dffeas \text_gen|char_ram~11871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y55_N25 +dffeas \text_gen|char_ram~11808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y51_N17 +dffeas \text_gen|char_ram~11815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33899 ( +// Equation(s): +// \text_gen|char_ram~33899_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11815_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11808_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11808_q ), + .datad(\text_gen|char_ram~11815_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33899 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33900 ( +// Equation(s): +// \text_gen|char_ram~33900_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33899_combout & ((\text_gen|char_ram~11871_q ))) # (!\text_gen|char_ram~33899_combout & (\text_gen|char_ram~11864_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33899_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11864_q ), + .datac(\text_gen|char_ram~11871_q ), + .datad(\text_gen|char_ram~33899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33900 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33908 ( +// Equation(s): +// \text_gen|char_ram~33908_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33905_combout & (\text_gen|char_ram~33907_combout )) # (!\text_gen|char_ram~33905_combout & ((\text_gen|char_ram~33900_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33905_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33907_combout ), + .datac(\text_gen|char_ram~33905_combout ), + .datad(\text_gen|char_ram~33900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33908 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~33908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33940 ( +// Equation(s): +// \text_gen|char_ram~33940_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33929_combout & (\text_gen|char_ram~33939_combout )) # (!\text_gen|char_ram~33929_combout & ((\text_gen|char_ram~33908_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33929_combout )))) + + .dataa(\text_gen|char_ram~33939_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~33929_combout ), + .datad(\text_gen|char_ram~33908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33940 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~33940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11738feeder ( +// Equation(s): +// \text_gen|char_ram~11738feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11738feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11738feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11738feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y63_N5 +dffeas \text_gen|char_ram~11738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11738feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y63_N9 +dffeas \text_gen|char_ram~26074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y63_N23 +dffeas \text_gen|char_ram~4570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y63_N13 +dffeas \text_gen|char_ram~18906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33776 ( +// Equation(s): +// \text_gen|char_ram~33776_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18906_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4570_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4570_q ), + .datad(\text_gen|char_ram~18906_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33776 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33777 ( +// Equation(s): +// \text_gen|char_ram~33777_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33776_combout & ((\text_gen|char_ram~26074_q ))) # (!\text_gen|char_ram~33776_combout & (\text_gen|char_ram~11738_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33776_combout )))) + + .dataa(\text_gen|char_ram~11738_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26074_q ), + .datad(\text_gen|char_ram~33776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33777 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y44_N17 +dffeas \text_gen|char_ram~19018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y44_N7 +dffeas \text_gen|char_ram~26186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11850feeder ( +// Equation(s): +// \text_gen|char_ram~11850feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y48_N5 +dffeas \text_gen|char_ram~11850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y44_N17 +dffeas \text_gen|char_ram~4682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33774 ( +// Equation(s): +// \text_gen|char_ram~33774_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11850_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4682_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11850_q ), + .datac(\text_gen|char_ram~4682_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33774 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33775 ( +// Equation(s): +// \text_gen|char_ram~33775_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33774_combout & ((\text_gen|char_ram~26186_q ))) # (!\text_gen|char_ram~33774_combout & (\text_gen|char_ram~19018_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33774_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19018_q ), + .datac(\text_gen|char_ram~26186_q ), + .datad(\text_gen|char_ram~33774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33775 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33778 ( +// Equation(s): +// \text_gen|char_ram~33778_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~33775_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~33777_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33777_combout ), + .datad(\text_gen|char_ram~33775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33778 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y50_N17 +dffeas \text_gen|char_ram~26410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19242feeder ( +// Equation(s): +// \text_gen|char_ram~19242feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19242feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19242feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19242feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y60_N21 +dffeas \text_gen|char_ram~19242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19242feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12074feeder ( +// Equation(s): +// \text_gen|char_ram~12074feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y63_N7 +dffeas \text_gen|char_ram~12074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y63_N25 +dffeas \text_gen|char_ram~4906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33779 ( +// Equation(s): +// \text_gen|char_ram~33779_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12074_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4906_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12074_q ), + .datac(\text_gen|char_ram~4906_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33779 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33780 ( +// Equation(s): +// \text_gen|char_ram~33780_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33779_combout & (\text_gen|char_ram~26410_q )) # (!\text_gen|char_ram~33779_combout & ((\text_gen|char_ram~19242_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33779_combout )))) + + .dataa(\text_gen|char_ram~26410_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~19242_q ), + .datad(\text_gen|char_ram~33779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33780 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y54_N19 +dffeas \text_gen|char_ram~26298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y54_N5 +dffeas \text_gen|char_ram~11962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y51_N29 +dffeas \text_gen|char_ram~19130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y51_N5 +dffeas \text_gen|char_ram~4794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33772 ( +// Equation(s): +// \text_gen|char_ram~33772_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19130_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4794_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19130_q ), + .datac(\text_gen|char_ram~4794_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33772 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33773 ( +// Equation(s): +// \text_gen|char_ram~33773_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33772_combout & (\text_gen|char_ram~26298_q )) # (!\text_gen|char_ram~33772_combout & ((\text_gen|char_ram~11962_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33772_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26298_q ), + .datac(\text_gen|char_ram~11962_q ), + .datad(\text_gen|char_ram~33772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33773 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33781 ( +// Equation(s): +// \text_gen|char_ram~33781_combout = (\text_gen|char_ram~33778_combout & (((\text_gen|char_ram~33780_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~33778_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33773_combout )))) + + .dataa(\text_gen|char_ram~33778_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33780_combout ), + .datad(\text_gen|char_ram~33773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33781 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~33781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18969feeder ( +// Equation(s): +// \text_gen|char_ram~18969feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y62_N25 +dffeas \text_gen|char_ram~18969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y62_N21 +dffeas \text_gen|char_ram~26137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11801feeder ( +// Equation(s): +// \text_gen|char_ram~11801feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11801feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11801feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11801feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y52_N1 +dffeas \text_gen|char_ram~11801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11801feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y59_N29 +dffeas \text_gen|char_ram~4633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33782 ( +// Equation(s): +// \text_gen|char_ram~33782_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11801_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4633_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11801_q ), + .datac(\text_gen|char_ram~4633_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33782 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33783 ( +// Equation(s): +// \text_gen|char_ram~33783_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33782_combout & ((\text_gen|char_ram~26137_q ))) # (!\text_gen|char_ram~33782_combout & (\text_gen|char_ram~18969_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33782_combout )))) + + .dataa(\text_gen|char_ram~18969_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26137_q ), + .datad(\text_gen|char_ram~33782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33783 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19193feeder ( +// Equation(s): +// \text_gen|char_ram~19193feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19193feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19193feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19193feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y62_N29 +dffeas \text_gen|char_ram~19193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19193feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y62_N19 +dffeas \text_gen|char_ram~26361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y63_N29 +dffeas \text_gen|char_ram~12025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y63_N15 +dffeas \text_gen|char_ram~4857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33789 ( +// Equation(s): +// \text_gen|char_ram~33789_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12025_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4857_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12025_q ), + .datac(\text_gen|char_ram~4857_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33789 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33790 ( +// Equation(s): +// \text_gen|char_ram~33790_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33789_combout & ((\text_gen|char_ram~26361_q ))) # (!\text_gen|char_ram~33789_combout & (\text_gen|char_ram~19193_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33789_combout )))) + + .dataa(\text_gen|char_ram~19193_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26361_q ), + .datad(\text_gen|char_ram~33789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33790 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y59_N13 +dffeas \text_gen|char_ram~11913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y59_N9 +dffeas \text_gen|char_ram~26249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y47_N25 +dffeas \text_gen|char_ram~19081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y47_N19 +dffeas \text_gen|char_ram~4745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33784 ( +// Equation(s): +// \text_gen|char_ram~33784_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19081_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4745_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19081_q ), + .datac(\text_gen|char_ram~4745_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33784 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33785 ( +// Equation(s): +// \text_gen|char_ram~33785_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33784_combout & ((\text_gen|char_ram~26249_q ))) # (!\text_gen|char_ram~33784_combout & (\text_gen|char_ram~11913_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33784_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11913_q ), + .datac(\text_gen|char_ram~26249_q ), + .datad(\text_gen|char_ram~33784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33785 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11689feeder ( +// Equation(s): +// \text_gen|char_ram~11689feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11689feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y59_N25 +dffeas \text_gen|char_ram~11689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y59_N19 +dffeas \text_gen|char_ram~26025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18857feeder ( +// Equation(s): +// \text_gen|char_ram~18857feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y62_N29 +dffeas \text_gen|char_ram~18857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y59_N31 +dffeas \text_gen|char_ram~4521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33786 ( +// Equation(s): +// \text_gen|char_ram~33786_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18857_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4521_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18857_q ), + .datac(\text_gen|char_ram~4521_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33786 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33787 ( +// Equation(s): +// \text_gen|char_ram~33787_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33786_combout & ((\text_gen|char_ram~26025_q ))) # (!\text_gen|char_ram~33786_combout & (\text_gen|char_ram~11689_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33786_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11689_q ), + .datac(\text_gen|char_ram~26025_q ), + .datad(\text_gen|char_ram~33786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33787 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33788 ( +// Equation(s): +// \text_gen|char_ram~33788_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~33785_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~33787_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33785_combout ), + .datad(\text_gen|char_ram~33787_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33788 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33791 ( +// Equation(s): +// \text_gen|char_ram~33791_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33788_combout & ((\text_gen|char_ram~33790_combout ))) # (!\text_gen|char_ram~33788_combout & (\text_gen|char_ram~33783_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33788_combout )))) + + .dataa(\text_gen|char_ram~33783_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33790_combout ), + .datad(\text_gen|char_ram~33788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33791 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y59_N27 +dffeas \text_gen|char_ram~19186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y59_N29 +dffeas \text_gen|char_ram~26354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y59_N19 +dffeas \text_gen|char_ram~4850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y67_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12018feeder ( +// Equation(s): +// \text_gen|char_ram~12018feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12018feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y67_N29 +dffeas \text_gen|char_ram~12018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33799 ( +// Equation(s): +// \text_gen|char_ram~33799_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12018_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4850_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4850_q ), + .datad(\text_gen|char_ram~12018_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33799 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33800 ( +// Equation(s): +// \text_gen|char_ram~33800_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33799_combout & ((\text_gen|char_ram~26354_q ))) # (!\text_gen|char_ram~33799_combout & (\text_gen|char_ram~19186_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33799_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19186_q ), + .datac(\text_gen|char_ram~26354_q ), + .datad(\text_gen|char_ram~33799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33800 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11906feeder ( +// Equation(s): +// \text_gen|char_ram~11906feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11906feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11906feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11906feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y55_N1 +dffeas \text_gen|char_ram~11906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11906feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y55_N29 +dffeas \text_gen|char_ram~26242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19074feeder ( +// Equation(s): +// \text_gen|char_ram~19074feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y55_N25 +dffeas \text_gen|char_ram~19074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y51_N25 +dffeas \text_gen|char_ram~4738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33792 ( +// Equation(s): +// \text_gen|char_ram~33792_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19074_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4738_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19074_q ), + .datac(\text_gen|char_ram~4738_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33792 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33793 ( +// Equation(s): +// \text_gen|char_ram~33793_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33792_combout & ((\text_gen|char_ram~26242_q ))) # (!\text_gen|char_ram~33792_combout & (\text_gen|char_ram~11906_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33792_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11906_q ), + .datac(\text_gen|char_ram~26242_q ), + .datad(\text_gen|char_ram~33792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33793 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11682feeder ( +// Equation(s): +// \text_gen|char_ram~11682feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11682feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11682feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11682feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y66_N25 +dffeas \text_gen|char_ram~11682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11682feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y55_N1 +dffeas \text_gen|char_ram~18850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y55_N29 +dffeas \text_gen|char_ram~4514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33796 ( +// Equation(s): +// \text_gen|char_ram~33796_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18850_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4514_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18850_q ), + .datac(\text_gen|char_ram~4514_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33796 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N23 +dffeas \text_gen|char_ram~26018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33797 ( +// Equation(s): +// \text_gen|char_ram~33797_combout = (\text_gen|char_ram~33796_combout & (((\text_gen|char_ram~26018_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~33796_combout & (\text_gen|char_ram~11682_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11682_q ), + .datab(\text_gen|char_ram~33796_combout ), + .datac(\text_gen|char_ram~26018_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33797 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~33797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y51_N9 +dffeas \text_gen|char_ram~18962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y47_N3 +dffeas \text_gen|char_ram~26130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11794feeder ( +// Equation(s): +// \text_gen|char_ram~11794feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11794feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11794feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11794feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y47_N29 +dffeas \text_gen|char_ram~11794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11794feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y47_N21 +dffeas \text_gen|char_ram~4626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33794 ( +// Equation(s): +// \text_gen|char_ram~33794_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11794_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4626_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11794_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4626_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33794 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33795 ( +// Equation(s): +// \text_gen|char_ram~33795_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33794_combout & ((\text_gen|char_ram~26130_q ))) # (!\text_gen|char_ram~33794_combout & (\text_gen|char_ram~18962_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33794_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18962_q ), + .datac(\text_gen|char_ram~26130_q ), + .datad(\text_gen|char_ram~33794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33795 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33798 ( +// Equation(s): +// \text_gen|char_ram~33798_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~33795_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~33797_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33797_combout ), + .datad(\text_gen|char_ram~33795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33798 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33801 ( +// Equation(s): +// \text_gen|char_ram~33801_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33798_combout & (\text_gen|char_ram~33800_combout )) # (!\text_gen|char_ram~33798_combout & ((\text_gen|char_ram~33793_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33798_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33800_combout ), + .datac(\text_gen|char_ram~33793_combout ), + .datad(\text_gen|char_ram~33798_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33801 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33802 ( +// Equation(s): +// \text_gen|char_ram~33802_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~33791_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~33801_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~33791_combout ), + .datad(\text_gen|char_ram~33801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33802 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19025feeder ( +// Equation(s): +// \text_gen|char_ram~19025feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19025feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19025feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19025feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y58_N21 +dffeas \text_gen|char_ram~19025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19025feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y54_N1 +dffeas \text_gen|char_ram~26193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11857feeder ( +// Equation(s): +// \text_gen|char_ram~11857feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y56_N25 +dffeas \text_gen|char_ram~11857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y56_N21 +dffeas \text_gen|char_ram~4689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33803 ( +// Equation(s): +// \text_gen|char_ram~33803_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11857_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4689_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11857_q ), + .datac(\text_gen|char_ram~4689_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33803 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33804 ( +// Equation(s): +// \text_gen|char_ram~33804_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33803_combout & ((\text_gen|char_ram~26193_q ))) # (!\text_gen|char_ram~33803_combout & (\text_gen|char_ram~19025_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33803_combout )))) + + .dataa(\text_gen|char_ram~19025_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26193_q ), + .datad(\text_gen|char_ram~33803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33804 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11969feeder ( +// Equation(s): +// \text_gen|char_ram~11969feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y55_N19 +dffeas \text_gen|char_ram~11969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y51_N21 +dffeas \text_gen|char_ram~26305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19137feeder ( +// Equation(s): +// \text_gen|char_ram~19137feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19137feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19137feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19137feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y51_N25 +dffeas \text_gen|char_ram~19137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19137feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y51_N13 +dffeas \text_gen|char_ram~4801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33805 ( +// Equation(s): +// \text_gen|char_ram~33805_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19137_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4801_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19137_q ), + .datac(\text_gen|char_ram~4801_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33805 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33806 ( +// Equation(s): +// \text_gen|char_ram~33806_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33805_combout & ((\text_gen|char_ram~26305_q ))) # (!\text_gen|char_ram~33805_combout & (\text_gen|char_ram~11969_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33805_combout )))) + + .dataa(\text_gen|char_ram~11969_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26305_q ), + .datad(\text_gen|char_ram~33805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33806 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y65_N9 +dffeas \text_gen|char_ram~11745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y65_N15 +dffeas \text_gen|char_ram~26081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y66_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18913feeder ( +// Equation(s): +// \text_gen|char_ram~18913feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18913feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18913feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18913feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y66_N9 +dffeas \text_gen|char_ram~18913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18913feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y65_N29 +dffeas \text_gen|char_ram~4577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y65_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33807 ( +// Equation(s): +// \text_gen|char_ram~33807_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18913_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4577_q +// ))))) + + .dataa(\text_gen|char_ram~18913_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4577_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33807 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y65_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33808 ( +// Equation(s): +// \text_gen|char_ram~33808_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33807_combout & ((\text_gen|char_ram~26081_q ))) # (!\text_gen|char_ram~33807_combout & (\text_gen|char_ram~11745_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33807_combout )))) + + .dataa(\text_gen|char_ram~11745_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26081_q ), + .datad(\text_gen|char_ram~33807_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33808 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33809 ( +// Equation(s): +// \text_gen|char_ram~33809_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33806_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~33808_combout & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~33806_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33808_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33809 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y63_N7 +dffeas \text_gen|char_ram~19249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y54_N1 +dffeas \text_gen|char_ram~26417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12081feeder ( +// Equation(s): +// \text_gen|char_ram~12081feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12081feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y63_N29 +dffeas \text_gen|char_ram~12081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y63_N9 +dffeas \text_gen|char_ram~4913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33810 ( +// Equation(s): +// \text_gen|char_ram~33810_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12081_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4913_q +// ))))) + + .dataa(\text_gen|char_ram~12081_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4913_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33810 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33811 ( +// Equation(s): +// \text_gen|char_ram~33811_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33810_combout & ((\text_gen|char_ram~26417_q ))) # (!\text_gen|char_ram~33810_combout & (\text_gen|char_ram~19249_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33810_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19249_q ), + .datac(\text_gen|char_ram~26417_q ), + .datad(\text_gen|char_ram~33810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33811 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33812 ( +// Equation(s): +// \text_gen|char_ram~33812_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33809_combout & ((\text_gen|char_ram~33811_combout ))) # (!\text_gen|char_ram~33809_combout & (\text_gen|char_ram~33804_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33809_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33804_combout ), + .datac(\text_gen|char_ram~33809_combout ), + .datad(\text_gen|char_ram~33811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33812 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~33812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33813 ( +// Equation(s): +// \text_gen|char_ram~33813_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33802_combout & ((\text_gen|char_ram~33812_combout ))) # (!\text_gen|char_ram~33802_combout & (\text_gen|char_ram~33781_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33802_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33781_combout ), + .datac(\text_gen|char_ram~33802_combout ), + .datad(\text_gen|char_ram~33812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33813 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~33813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N17 +dffeas \text_gen|char_ram~11661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y63_N23 +dffeas \text_gen|char_ram~25997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18829feeder ( +// Equation(s): +// \text_gen|char_ram~18829feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18829feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y63_N5 +dffeas \text_gen|char_ram~18829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y63_N29 +dffeas \text_gen|char_ram~4493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33870 ( +// Equation(s): +// \text_gen|char_ram~33870_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18829_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4493_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18829_q ), + .datac(\text_gen|char_ram~4493_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33870 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33871 ( +// Equation(s): +// \text_gen|char_ram~33871_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33870_combout & ((\text_gen|char_ram~25997_q ))) # (!\text_gen|char_ram~33870_combout & (\text_gen|char_ram~11661_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33870_combout )))) + + .dataa(\text_gen|char_ram~11661_q ), + .datab(\text_gen|char_ram~25997_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~33870_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33871 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~33871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11885feeder ( +// Equation(s): +// \text_gen|char_ram~11885feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y55_N29 +dffeas \text_gen|char_ram~11885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y47_N19 +dffeas \text_gen|char_ram~26221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y47_N1 +dffeas \text_gen|char_ram~19053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y47_N29 +dffeas \text_gen|char_ram~4717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33868 ( +// Equation(s): +// \text_gen|char_ram~33868_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19053_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4717_q +// ))))) + + .dataa(\text_gen|char_ram~19053_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4717_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33868 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33869 ( +// Equation(s): +// \text_gen|char_ram~33869_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33868_combout & ((\text_gen|char_ram~26221_q ))) # (!\text_gen|char_ram~33868_combout & (\text_gen|char_ram~11885_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33868_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11885_q ), + .datac(\text_gen|char_ram~26221_q ), + .datad(\text_gen|char_ram~33868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33869 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33872 ( +// Equation(s): +// \text_gen|char_ram~33872_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~33869_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33871_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33871_combout ), + .datad(\text_gen|char_ram~33869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33872 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y52_N13 +dffeas \text_gen|char_ram~18941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y52_N11 +dffeas \text_gen|char_ram~26109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y52_N17 +dffeas \text_gen|char_ram~11773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y52_N19 +dffeas \text_gen|char_ram~4605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33866 ( +// Equation(s): +// \text_gen|char_ram~33866_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11773_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4605_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11773_q ), + .datac(\text_gen|char_ram~4605_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33866 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33867 ( +// Equation(s): +// \text_gen|char_ram~33867_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33866_combout & ((\text_gen|char_ram~26109_q ))) # (!\text_gen|char_ram~33866_combout & (\text_gen|char_ram~18941_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33866_combout )))) + + .dataa(\text_gen|char_ram~18941_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26109_q ), + .datad(\text_gen|char_ram~33866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33867 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N11 +dffeas \text_gen|char_ram~11997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y63_N13 +dffeas \text_gen|char_ram~4829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33873 ( +// Equation(s): +// \text_gen|char_ram~33873_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11997_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4829_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11997_q ), + .datac(\text_gen|char_ram~4829_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33873 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y63_N3 +dffeas \text_gen|char_ram~26333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19165feeder ( +// Equation(s): +// \text_gen|char_ram~19165feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19165feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19165feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19165feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y63_N17 +dffeas \text_gen|char_ram~19165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19165feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33874 ( +// Equation(s): +// \text_gen|char_ram~33874_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33873_combout & (\text_gen|char_ram~26333_q )) # (!\text_gen|char_ram~33873_combout & ((\text_gen|char_ram~19165_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~33873_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~33873_combout ), + .datac(\text_gen|char_ram~26333_q ), + .datad(\text_gen|char_ram~19165_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33874 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33875 ( +// Equation(s): +// \text_gen|char_ram~33875_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33872_combout & ((\text_gen|char_ram~33874_combout ))) # (!\text_gen|char_ram~33872_combout & (\text_gen|char_ram~33867_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~33872_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33872_combout ), + .datac(\text_gen|char_ram~33867_combout ), + .datad(\text_gen|char_ram~33874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33875 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~33875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19158feeder ( +// Equation(s): +// \text_gen|char_ram~19158feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19158feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19158feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19158feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y63_N5 +dffeas \text_gen|char_ram~19158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19158feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y63_N15 +dffeas \text_gen|char_ram~26326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11990feeder ( +// Equation(s): +// \text_gen|char_ram~11990feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11990feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y63_N5 +dffeas \text_gen|char_ram~11990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y63_N13 +dffeas \text_gen|char_ram~4822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33883 ( +// Equation(s): +// \text_gen|char_ram~33883_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11990_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4822_q +// ))))) + + .dataa(\text_gen|char_ram~11990_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4822_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33883 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33884 ( +// Equation(s): +// \text_gen|char_ram~33884_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33883_combout & ((\text_gen|char_ram~26326_q ))) # (!\text_gen|char_ram~33883_combout & (\text_gen|char_ram~19158_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33883_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19158_q ), + .datac(\text_gen|char_ram~26326_q ), + .datad(\text_gen|char_ram~33883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33884 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y63_N29 +dffeas \text_gen|char_ram~11878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y63_N15 +dffeas \text_gen|char_ram~26214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y47_N7 +dffeas \text_gen|char_ram~19046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N9 +dffeas \text_gen|char_ram~4710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33876 ( +// Equation(s): +// \text_gen|char_ram~33876_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19046_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4710_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19046_q ), + .datac(\text_gen|char_ram~4710_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33876 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33877 ( +// Equation(s): +// \text_gen|char_ram~33877_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33876_combout & ((\text_gen|char_ram~26214_q ))) # (!\text_gen|char_ram~33876_combout & (\text_gen|char_ram~11878_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33876_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11878_q ), + .datac(\text_gen|char_ram~26214_q ), + .datad(\text_gen|char_ram~33876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33877 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y44_N9 +dffeas \text_gen|char_ram~18934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y44_N11 +dffeas \text_gen|char_ram~26102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y50_N5 +dffeas \text_gen|char_ram~11766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y44_N13 +dffeas \text_gen|char_ram~4598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33878 ( +// Equation(s): +// \text_gen|char_ram~33878_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11766_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4598_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11766_q ), + .datac(\text_gen|char_ram~4598_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33878 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33879 ( +// Equation(s): +// \text_gen|char_ram~33879_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33878_combout & ((\text_gen|char_ram~26102_q ))) # (!\text_gen|char_ram~33878_combout & (\text_gen|char_ram~18934_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33878_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18934_q ), + .datac(\text_gen|char_ram~26102_q ), + .datad(\text_gen|char_ram~33878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33879 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y63_N9 +dffeas \text_gen|char_ram~4486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y63_N25 +dffeas \text_gen|char_ram~18822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33880 ( +// Equation(s): +// \text_gen|char_ram~33880_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18822_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4486_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4486_q ), + .datad(\text_gen|char_ram~18822_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33880 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y63_N19 +dffeas \text_gen|char_ram~25990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y64_N13 +dffeas \text_gen|char_ram~11654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33881 ( +// Equation(s): +// \text_gen|char_ram~33881_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33880_combout & (\text_gen|char_ram~25990_q )) # (!\text_gen|char_ram~33880_combout & ((\text_gen|char_ram~11654_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~33880_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~33880_combout ), + .datac(\text_gen|char_ram~25990_q ), + .datad(\text_gen|char_ram~11654_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33881 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~33881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33882 ( +// Equation(s): +// \text_gen|char_ram~33882_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~33879_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~33881_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33879_combout ), + .datad(\text_gen|char_ram~33881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33882 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~33882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33885 ( +// Equation(s): +// \text_gen|char_ram~33885_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33882_combout & (\text_gen|char_ram~33884_combout )) # (!\text_gen|char_ram~33882_combout & ((\text_gen|char_ram~33877_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33882_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33884_combout ), + .datac(\text_gen|char_ram~33877_combout ), + .datad(\text_gen|char_ram~33882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33885 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33886 ( +// Equation(s): +// \text_gen|char_ram~33886_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~33875_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~33885_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~33875_combout ), + .datad(\text_gen|char_ram~33885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33886 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~33886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y55_N21 +dffeas \text_gen|char_ram~11934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y55_N19 +dffeas \text_gen|char_ram~26270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y51_N19 +dffeas \text_gen|char_ram~4766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y47_N17 +dffeas \text_gen|char_ram~19102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33856 ( +// Equation(s): +// \text_gen|char_ram~33856_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~19102_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4766_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4766_q ), + .datad(\text_gen|char_ram~19102_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33856 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33857 ( +// Equation(s): +// \text_gen|char_ram~33857_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33856_combout & ((\text_gen|char_ram~26270_q ))) # (!\text_gen|char_ram~33856_combout & (\text_gen|char_ram~11934_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33856_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11934_q ), + .datac(\text_gen|char_ram~26270_q ), + .datad(\text_gen|char_ram~33856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33857 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y63_N11 +dffeas \text_gen|char_ram~26046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N9 +dffeas \text_gen|char_ram~11710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y63_N21 +dffeas \text_gen|char_ram~18878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y63_N1 +dffeas \text_gen|char_ram~4542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33860 ( +// Equation(s): +// \text_gen|char_ram~33860_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18878_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4542_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18878_q ), + .datac(\text_gen|char_ram~4542_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33860 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33861 ( +// Equation(s): +// \text_gen|char_ram~33861_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33860_combout & (\text_gen|char_ram~26046_q )) # (!\text_gen|char_ram~33860_combout & ((\text_gen|char_ram~11710_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33860_combout )))) + + .dataa(\text_gen|char_ram~26046_q ), + .datab(\text_gen|char_ram~11710_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~33860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33861 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~33861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y50_N5 +dffeas \text_gen|char_ram~11822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y50_N13 +dffeas \text_gen|char_ram~4654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33858 ( +// Equation(s): +// \text_gen|char_ram~33858_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11822_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4654_q +// ))))) + + .dataa(\text_gen|char_ram~11822_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4654_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33858 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18990feeder ( +// Equation(s): +// \text_gen|char_ram~18990feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18990feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y49_N1 +dffeas \text_gen|char_ram~18990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y50_N11 +dffeas \text_gen|char_ram~26158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33859 ( +// Equation(s): +// \text_gen|char_ram~33859_combout = (\text_gen|char_ram~33858_combout & (((\text_gen|char_ram~26158_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~33858_combout & (\text_gen|char_ram~18990_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~33858_combout ), + .datab(\text_gen|char_ram~18990_q ), + .datac(\text_gen|char_ram~26158_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33859 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~33859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33862 ( +// Equation(s): +// \text_gen|char_ram~33862_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~33859_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~33861_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~33861_combout ), + .datad(\text_gen|char_ram~33859_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33862 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y47_N9 +dffeas \text_gen|char_ram~19214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y47_N17 +dffeas \text_gen|char_ram~26382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N19 +dffeas \text_gen|char_ram~12046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y63_N11 +dffeas \text_gen|char_ram~4878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33863 ( +// Equation(s): +// \text_gen|char_ram~33863_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12046_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4878_q +// ))))) + + .dataa(\text_gen|char_ram~12046_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4878_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33863 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33864 ( +// Equation(s): +// \text_gen|char_ram~33864_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33863_combout & ((\text_gen|char_ram~26382_q ))) # (!\text_gen|char_ram~33863_combout & (\text_gen|char_ram~19214_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33863_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19214_q ), + .datac(\text_gen|char_ram~26382_q ), + .datad(\text_gen|char_ram~33863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33864 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~33865 ( +// Equation(s): +// \text_gen|char_ram~33865_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33862_combout & ((\text_gen|char_ram~33864_combout ))) # (!\text_gen|char_ram~33862_combout & (\text_gen|char_ram~33857_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33862_combout )))) + + .dataa(\text_gen|char_ram~33857_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33862_combout ), + .datad(\text_gen|char_ram~33864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33865 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~33865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y52_N13 +dffeas \text_gen|char_ram~18997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y52_N15 +dffeas \text_gen|char_ram~26165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y52_N9 +dffeas \text_gen|char_ram~11829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y52_N21 +dffeas \text_gen|char_ram~4661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33887 ( +// Equation(s): +// \text_gen|char_ram~33887_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11829_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4661_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11829_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4661_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33887 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33888 ( +// Equation(s): +// \text_gen|char_ram~33888_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33887_combout & ((\text_gen|char_ram~26165_q ))) # (!\text_gen|char_ram~33887_combout & (\text_gen|char_ram~18997_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33887_combout )))) + + .dataa(\text_gen|char_ram~18997_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26165_q ), + .datad(\text_gen|char_ram~33887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33888 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11941feeder ( +// Equation(s): +// \text_gen|char_ram~11941feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11941feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11941feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11941feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y47_N5 +dffeas \text_gen|char_ram~11941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11941feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y47_N5 +dffeas \text_gen|char_ram~26277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N7 +dffeas \text_gen|char_ram~19109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N3 +dffeas \text_gen|char_ram~4773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33889 ( +// Equation(s): +// \text_gen|char_ram~33889_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19109_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4773_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19109_q ), + .datac(\text_gen|char_ram~4773_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33889 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33890 ( +// Equation(s): +// \text_gen|char_ram~33890_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33889_combout & ((\text_gen|char_ram~26277_q ))) # (!\text_gen|char_ram~33889_combout & (\text_gen|char_ram~11941_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33889_combout )))) + + .dataa(\text_gen|char_ram~11941_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26277_q ), + .datad(\text_gen|char_ram~33889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33890 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11717feeder ( +// Equation(s): +// \text_gen|char_ram~11717feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11717feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11717feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11717feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y63_N17 +dffeas \text_gen|char_ram~11717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11717feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y63_N3 +dffeas \text_gen|char_ram~26053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18885feeder ( +// Equation(s): +// \text_gen|char_ram~18885feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y63_N17 +dffeas \text_gen|char_ram~18885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y63_N1 +dffeas \text_gen|char_ram~4549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33891 ( +// Equation(s): +// \text_gen|char_ram~33891_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18885_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4549_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~18885_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4549_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33891 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33892 ( +// Equation(s): +// \text_gen|char_ram~33892_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33891_combout & ((\text_gen|char_ram~26053_q ))) # (!\text_gen|char_ram~33891_combout & (\text_gen|char_ram~11717_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33891_combout )))) + + .dataa(\text_gen|char_ram~11717_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26053_q ), + .datad(\text_gen|char_ram~33891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33892 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33893 ( +// Equation(s): +// \text_gen|char_ram~33893_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~33890_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~33892_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33890_combout ), + .datad(\text_gen|char_ram~33892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33893 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~33893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19221feeder ( +// Equation(s): +// \text_gen|char_ram~19221feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19221feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19221feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19221feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N25 +dffeas \text_gen|char_ram~19221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19221feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y59_N23 +dffeas \text_gen|char_ram~26389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12053feeder ( +// Equation(s): +// \text_gen|char_ram~12053feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y63_N17 +dffeas \text_gen|char_ram~12053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y59_N29 +dffeas \text_gen|char_ram~4885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33894 ( +// Equation(s): +// \text_gen|char_ram~33894_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12053_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4885_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12053_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4885_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33894 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33895 ( +// Equation(s): +// \text_gen|char_ram~33895_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33894_combout & ((\text_gen|char_ram~26389_q ))) # (!\text_gen|char_ram~33894_combout & (\text_gen|char_ram~19221_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33894_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19221_q ), + .datac(\text_gen|char_ram~26389_q ), + .datad(\text_gen|char_ram~33894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33895 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33896 ( +// Equation(s): +// \text_gen|char_ram~33896_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33893_combout & ((\text_gen|char_ram~33895_combout ))) # (!\text_gen|char_ram~33893_combout & (\text_gen|char_ram~33888_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33893_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33888_combout ), + .datac(\text_gen|char_ram~33893_combout ), + .datad(\text_gen|char_ram~33895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33896 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~33896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33897 ( +// Equation(s): +// \text_gen|char_ram~33897_combout = (\text_gen|char_ram~33886_combout & (((\text_gen|char_ram~33896_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~33886_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~33865_combout ))) + + .dataa(\text_gen|char_ram~33886_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~33865_combout ), + .datad(\text_gen|char_ram~33896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33897 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~33897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y49_N9 +dffeas \text_gen|char_ram~19235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y54_N15 +dffeas \text_gen|char_ram~26403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y61_N23 +dffeas \text_gen|char_ram~12067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y54_N29 +dffeas \text_gen|char_ram~4899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33852 ( +// Equation(s): +// \text_gen|char_ram~33852_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12067_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4899_q +// ))))) + + .dataa(\text_gen|char_ram~12067_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4899_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33852 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33853 ( +// Equation(s): +// \text_gen|char_ram~33853_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33852_combout & ((\text_gen|char_ram~26403_q ))) # (!\text_gen|char_ram~33852_combout & (\text_gen|char_ram~19235_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33852_combout )))) + + .dataa(\text_gen|char_ram~19235_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26403_q ), + .datad(\text_gen|char_ram~33852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33853 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y61_N1 +dffeas \text_gen|char_ram~11731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y61_N11 +dffeas \text_gen|char_ram~26067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y61_N21 +dffeas \text_gen|char_ram~18899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y61_N1 +dffeas \text_gen|char_ram~4563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~33849 ( +// Equation(s): +// \text_gen|char_ram~33849_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18899_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4563_q +// ))))) + + .dataa(\text_gen|char_ram~18899_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4563_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33849 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33850 ( +// Equation(s): +// \text_gen|char_ram~33850_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33849_combout & ((\text_gen|char_ram~26067_q ))) # (!\text_gen|char_ram~33849_combout & (\text_gen|char_ram~11731_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33849_combout )))) + + .dataa(\text_gen|char_ram~11731_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26067_q ), + .datad(\text_gen|char_ram~33849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33850 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y57_N13 +dffeas \text_gen|char_ram~11955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y51_N13 +dffeas \text_gen|char_ram~26291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y51_N27 +dffeas \text_gen|char_ram~4787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19123feeder ( +// Equation(s): +// \text_gen|char_ram~19123feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N15 +dffeas \text_gen|char_ram~19123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33847 ( +// Equation(s): +// \text_gen|char_ram~33847_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19123_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4787_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4787_q ), + .datad(\text_gen|char_ram~19123_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33847 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33848 ( +// Equation(s): +// \text_gen|char_ram~33848_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33847_combout & ((\text_gen|char_ram~26291_q ))) # (!\text_gen|char_ram~33847_combout & (\text_gen|char_ram~11955_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33847_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11955_q ), + .datac(\text_gen|char_ram~26291_q ), + .datad(\text_gen|char_ram~33847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33848 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33851 ( +// Equation(s): +// \text_gen|char_ram~33851_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~33848_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~33850_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33850_combout ), + .datad(\text_gen|char_ram~33848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33851 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19011feeder ( +// Equation(s): +// \text_gen|char_ram~19011feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19011feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19011feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19011feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y55_N25 +dffeas \text_gen|char_ram~19011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19011feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y55_N7 +dffeas \text_gen|char_ram~26179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y58_N17 +dffeas \text_gen|char_ram~11843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y55_N25 +dffeas \text_gen|char_ram~4675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33845 ( +// Equation(s): +// \text_gen|char_ram~33845_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11843_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4675_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11843_q ), + .datac(\text_gen|char_ram~4675_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33845 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33846 ( +// Equation(s): +// \text_gen|char_ram~33846_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33845_combout & ((\text_gen|char_ram~26179_q ))) # (!\text_gen|char_ram~33845_combout & (\text_gen|char_ram~19011_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33845_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19011_q ), + .datac(\text_gen|char_ram~26179_q ), + .datad(\text_gen|char_ram~33845_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33846 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33854 ( +// Equation(s): +// \text_gen|char_ram~33854_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33851_combout & (\text_gen|char_ram~33853_combout )) # (!\text_gen|char_ram~33851_combout & ((\text_gen|char_ram~33846_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33851_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33853_combout ), + .datac(\text_gen|char_ram~33851_combout ), + .datad(\text_gen|char_ram~33846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33854 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~33854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y49_N1 +dffeas \text_gen|char_ram~19004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y50_N31 +dffeas \text_gen|char_ram~26172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y47_N17 +dffeas \text_gen|char_ram~11836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y50_N29 +dffeas \text_gen|char_ram~4668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33816 ( +// Equation(s): +// \text_gen|char_ram~33816_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11836_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4668_q +// ))))) + + .dataa(\text_gen|char_ram~11836_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4668_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33816 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~33817 ( +// Equation(s): +// \text_gen|char_ram~33817_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33816_combout & ((\text_gen|char_ram~26172_q ))) # (!\text_gen|char_ram~33816_combout & (\text_gen|char_ram~19004_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33816_combout )))) + + .dataa(\text_gen|char_ram~19004_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26172_q ), + .datad(\text_gen|char_ram~33816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33817 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y59_N21 +dffeas \text_gen|char_ram~11724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y59_N23 +dffeas \text_gen|char_ram~26060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y59_N17 +dffeas \text_gen|char_ram~18892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y59_N17 +dffeas \text_gen|char_ram~4556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~33818 ( +// Equation(s): +// \text_gen|char_ram~33818_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18892_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4556_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18892_q ), + .datac(\text_gen|char_ram~4556_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33818 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33819 ( +// Equation(s): +// \text_gen|char_ram~33819_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33818_combout & ((\text_gen|char_ram~26060_q ))) # (!\text_gen|char_ram~33818_combout & (\text_gen|char_ram~11724_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33818_combout )))) + + .dataa(\text_gen|char_ram~11724_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26060_q ), + .datad(\text_gen|char_ram~33818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33819 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~33820 ( +// Equation(s): +// \text_gen|char_ram~33820_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33817_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~33819_combout )))) + + .dataa(\text_gen|char_ram~33817_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~33819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33820 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~33820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y54_N13 +dffeas \text_gen|char_ram~11948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y54_N11 +dffeas \text_gen|char_ram~26284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19116feeder ( +// Equation(s): +// \text_gen|char_ram~19116feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19116feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19116feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19116feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y43_N25 +dffeas \text_gen|char_ram~19116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19116feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y51_N29 +dffeas \text_gen|char_ram~4780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33814 ( +// Equation(s): +// \text_gen|char_ram~33814_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19116_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4780_q +// ))))) + + .dataa(\text_gen|char_ram~19116_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4780_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33814 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~33814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~33815 ( +// Equation(s): +// \text_gen|char_ram~33815_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33814_combout & ((\text_gen|char_ram~26284_q ))) # (!\text_gen|char_ram~33814_combout & (\text_gen|char_ram~11948_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33814_combout )))) + + .dataa(\text_gen|char_ram~11948_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26284_q ), + .datad(\text_gen|char_ram~33814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33815 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y59_N29 +dffeas \text_gen|char_ram~19228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y59_N15 +dffeas \text_gen|char_ram~26396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y59_N29 +dffeas \text_gen|char_ram~12060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y59_N15 +dffeas \text_gen|char_ram~4892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33821 ( +// Equation(s): +// \text_gen|char_ram~33821_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12060_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4892_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12060_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4892_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33821 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33822 ( +// Equation(s): +// \text_gen|char_ram~33822_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33821_combout & ((\text_gen|char_ram~26396_q ))) # (!\text_gen|char_ram~33821_combout & (\text_gen|char_ram~19228_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33821_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19228_q ), + .datac(\text_gen|char_ram~26396_q ), + .datad(\text_gen|char_ram~33821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33822 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~33823 ( +// Equation(s): +// \text_gen|char_ram~33823_combout = (\text_gen|char_ram~33820_combout & (((\text_gen|char_ram~33822_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~33820_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~33815_combout ))) + + .dataa(\text_gen|char_ram~33820_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~33815_combout ), + .datad(\text_gen|char_ram~33822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33823 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~33823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19179feeder ( +// Equation(s): +// \text_gen|char_ram~19179feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19179feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19179feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19179feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N9 +dffeas \text_gen|char_ram~19179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19179feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y55_N3 +dffeas \text_gen|char_ram~26347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y55_N17 +dffeas \text_gen|char_ram~12011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y55_N25 +dffeas \text_gen|char_ram~4843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33831 ( +// Equation(s): +// \text_gen|char_ram~33831_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12011_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4843_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12011_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4843_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33831 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33832 ( +// Equation(s): +// \text_gen|char_ram~33832_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33831_combout & ((\text_gen|char_ram~26347_q ))) # (!\text_gen|char_ram~33831_combout & (\text_gen|char_ram~19179_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33831_combout )))) + + .dataa(\text_gen|char_ram~19179_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26347_q ), + .datad(\text_gen|char_ram~33831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33832 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y47_N13 +dffeas \text_gen|char_ram~18955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y47_N15 +dffeas \text_gen|char_ram~26123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y47_N1 +dffeas \text_gen|char_ram~11787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y47_N15 +dffeas \text_gen|char_ram~4619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33824 ( +// Equation(s): +// \text_gen|char_ram~33824_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11787_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4619_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11787_q ), + .datac(\text_gen|char_ram~4619_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33824 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~33825 ( +// Equation(s): +// \text_gen|char_ram~33825_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33824_combout & ((\text_gen|char_ram~26123_q ))) # (!\text_gen|char_ram~33824_combout & (\text_gen|char_ram~18955_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33824_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18955_q ), + .datac(\text_gen|char_ram~26123_q ), + .datad(\text_gen|char_ram~33824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33825 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~33825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y59_N25 +dffeas \text_gen|char_ram~11675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y55_N3 +dffeas \text_gen|char_ram~26011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y55_N25 +dffeas \text_gen|char_ram~4507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y55_N17 +dffeas \text_gen|char_ram~18843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33828 ( +// Equation(s): +// \text_gen|char_ram~33828_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18843_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4507_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4507_q ), + .datad(\text_gen|char_ram~18843_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33828 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~33828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33829 ( +// Equation(s): +// \text_gen|char_ram~33829_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33828_combout & ((\text_gen|char_ram~26011_q ))) # (!\text_gen|char_ram~33828_combout & (\text_gen|char_ram~11675_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33828_combout )))) + + .dataa(\text_gen|char_ram~11675_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26011_q ), + .datad(\text_gen|char_ram~33828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33829 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y59_N19 +dffeas \text_gen|char_ram~11899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y55_N3 +dffeas \text_gen|char_ram~26235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19067feeder ( +// Equation(s): +// \text_gen|char_ram~19067feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19067feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19067feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19067feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N25 +dffeas \text_gen|char_ram~19067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19067feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y55_N29 +dffeas \text_gen|char_ram~4731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33826 ( +// Equation(s): +// \text_gen|char_ram~33826_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19067_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4731_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19067_q ), + .datac(\text_gen|char_ram~4731_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33826 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~33827 ( +// Equation(s): +// \text_gen|char_ram~33827_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33826_combout & ((\text_gen|char_ram~26235_q ))) # (!\text_gen|char_ram~33826_combout & (\text_gen|char_ram~11899_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33826_combout )))) + + .dataa(\text_gen|char_ram~11899_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26235_q ), + .datad(\text_gen|char_ram~33826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33827 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33830 ( +// Equation(s): +// \text_gen|char_ram~33830_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~33827_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~33829_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33829_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~33827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33830 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~33830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33833 ( +// Equation(s): +// \text_gen|char_ram~33833_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~33830_combout & (\text_gen|char_ram~33832_combout )) # (!\text_gen|char_ram~33830_combout & ((\text_gen|char_ram~33825_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~33830_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~33832_combout ), + .datac(\text_gen|char_ram~33825_combout ), + .datad(\text_gen|char_ram~33830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33833 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19172feeder ( +// Equation(s): +// \text_gen|char_ram~19172feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19172feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19172feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19172feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y59_N1 +dffeas \text_gen|char_ram~19172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19172feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12004feeder ( +// Equation(s): +// \text_gen|char_ram~12004feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12004feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N31 +dffeas \text_gen|char_ram~12004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y59_N29 +dffeas \text_gen|char_ram~4836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33841 ( +// Equation(s): +// \text_gen|char_ram~33841_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12004_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4836_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12004_q ), + .datac(\text_gen|char_ram~4836_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33841 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~33841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y59_N27 +dffeas \text_gen|char_ram~26340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33842 ( +// Equation(s): +// \text_gen|char_ram~33842_combout = (\text_gen|char_ram~33841_combout & (((\text_gen|char_ram~26340_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~33841_combout & (\text_gen|char_ram~19172_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~19172_q ), + .datab(\text_gen|char_ram~33841_combout ), + .datac(\text_gen|char_ram~26340_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33842 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~33842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11668feeder ( +// Equation(s): +// \text_gen|char_ram~11668feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11668feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11668feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11668feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N5 +dffeas \text_gen|char_ram~11668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11668feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18836feeder ( +// Equation(s): +// \text_gen|char_ram~18836feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y54_N1 +dffeas \text_gen|char_ram~18836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y55_N25 +dffeas \text_gen|char_ram~4500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33838 ( +// Equation(s): +// \text_gen|char_ram~33838_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18836_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4500_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18836_q ), + .datac(\text_gen|char_ram~4500_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33838 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~33838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y55_N23 +dffeas \text_gen|char_ram~26004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~33839 ( +// Equation(s): +// \text_gen|char_ram~33839_combout = (\text_gen|char_ram~33838_combout & (((\text_gen|char_ram~26004_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~33838_combout & (\text_gen|char_ram~11668_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11668_q ), + .datab(\text_gen|char_ram~33838_combout ), + .datac(\text_gen|char_ram~26004_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33839 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~33839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18948feeder ( +// Equation(s): +// \text_gen|char_ram~18948feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18948feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y43_N25 +dffeas \text_gen|char_ram~18948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y47_N27 +dffeas \text_gen|char_ram~26116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y51_N5 +dffeas \text_gen|char_ram~11780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y47_N25 +dffeas \text_gen|char_ram~4612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~33836 ( +// Equation(s): +// \text_gen|char_ram~33836_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11780_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4612_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11780_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4612_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33836 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~33836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~33837 ( +// Equation(s): +// \text_gen|char_ram~33837_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~33836_combout & ((\text_gen|char_ram~26116_q ))) # (!\text_gen|char_ram~33836_combout & (\text_gen|char_ram~18948_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~33836_combout )))) + + .dataa(\text_gen|char_ram~18948_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26116_q ), + .datad(\text_gen|char_ram~33836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33837 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33840 ( +// Equation(s): +// \text_gen|char_ram~33840_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~33837_combout ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~33839_combout & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~33839_combout ), + .datab(\text_gen|char_ram~33837_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33840 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~33840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11892feeder ( +// Equation(s): +// \text_gen|char_ram~11892feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11892feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y51_N13 +dffeas \text_gen|char_ram~11892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y51_N21 +dffeas \text_gen|char_ram~26228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y51_N5 +dffeas \text_gen|char_ram~4724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19060feeder ( +// Equation(s): +// \text_gen|char_ram~19060feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19060feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19060feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19060feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y51_N29 +dffeas \text_gen|char_ram~19060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19060feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~33834 ( +// Equation(s): +// \text_gen|char_ram~33834_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19060_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4724_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4724_q ), + .datad(\text_gen|char_ram~19060_q ), + .cin(gnd), + .combout(\text_gen|char_ram~33834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33834 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~33834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33835 ( +// Equation(s): +// \text_gen|char_ram~33835_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~33834_combout & ((\text_gen|char_ram~26228_q ))) # (!\text_gen|char_ram~33834_combout & (\text_gen|char_ram~11892_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~33834_combout )))) + + .dataa(\text_gen|char_ram~11892_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26228_q ), + .datad(\text_gen|char_ram~33834_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33835 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~33835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33843 ( +// Equation(s): +// \text_gen|char_ram~33843_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~33840_combout & (\text_gen|char_ram~33842_combout )) # (!\text_gen|char_ram~33840_combout & ((\text_gen|char_ram~33835_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~33840_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~33842_combout ), + .datac(\text_gen|char_ram~33840_combout ), + .datad(\text_gen|char_ram~33835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33843 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~33843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33844 ( +// Equation(s): +// \text_gen|char_ram~33844_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~33833_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~33843_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~33833_combout ), + .datad(\text_gen|char_ram~33843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33844 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~33844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~33855 ( +// Equation(s): +// \text_gen|char_ram~33855_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~33844_combout & (\text_gen|char_ram~33854_combout )) # (!\text_gen|char_ram~33844_combout & ((\text_gen|char_ram~33823_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~33844_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~33854_combout ), + .datac(\text_gen|char_ram~33823_combout ), + .datad(\text_gen|char_ram~33844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33855 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~33855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~33898 ( +// Equation(s): +// \text_gen|char_ram~33898_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~33855_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~33897_combout )))) + + .dataa(\text_gen|char_ram~33897_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~33855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33898 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~33898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~33941 ( +// Equation(s): +// \text_gen|char_ram~33941_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~33898_combout & (\text_gen|char_ram~33940_combout )) # (!\text_gen|char_ram~33898_combout & ((\text_gen|char_ram~33813_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~33898_combout )))) + + .dataa(\text_gen|char_ram~33940_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~33813_combout ), + .datad(\text_gen|char_ram~33898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~33941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~33941 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~33941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34112 ( +// Equation(s): +// \text_gen|char_ram~34112_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~33941_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~34111_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~34111_combout ), + .datad(\text_gen|char_ram~33941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34112 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34283 ( +// Equation(s): +// \text_gen|char_ram~34283_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~34112_combout & ((\text_gen|char_ram~34282_combout ))) # (!\text_gen|char_ram~34112_combout & (\text_gen|char_ram~33771_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~34112_combout )))) + + .dataa(\text_gen|char_ram~33771_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~34282_combout ), + .datad(\text_gen|char_ram~34112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34283 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y29_N1 +dffeas \text_gen|char_ram~12487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y32_N27 +dffeas \text_gen|char_ram~14279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10695feeder ( +// Equation(s): +// \text_gen|char_ram~10695feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N23 +dffeas \text_gen|char_ram~10695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y29_N23 +dffeas \text_gen|char_ram~8903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35860 ( +// Equation(s): +// \text_gen|char_ram~35860_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10695_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8903_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10695_q ), + .datac(\text_gen|char_ram~8903_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35860 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35861 ( +// Equation(s): +// \text_gen|char_ram~35861_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35860_combout & ((\text_gen|char_ram~14279_q ))) # (!\text_gen|char_ram~35860_combout & (\text_gen|char_ram~12487_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35860_combout )))) + + .dataa(\text_gen|char_ram~12487_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14279_q ), + .datad(\text_gen|char_ram~35860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35861 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y32_N15 +dffeas \text_gen|char_ram~10457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y32_N15 +dffeas \text_gen|char_ram~14041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y25_N7 +dffeas \text_gen|char_ram~12249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y32_N15 +dffeas \text_gen|char_ram~8665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35857 ( +// Equation(s): +// \text_gen|char_ram~35857_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12249_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8665_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12249_q ), + .datac(\text_gen|char_ram~8665_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35857 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35858 ( +// Equation(s): +// \text_gen|char_ram~35858_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35857_combout & ((\text_gen|char_ram~14041_q ))) # (!\text_gen|char_ram~35857_combout & (\text_gen|char_ram~10457_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35857_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10457_q ), + .datac(\text_gen|char_ram~14041_q ), + .datad(\text_gen|char_ram~35857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35858 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y32_N5 +dffeas \text_gen|char_ram~10681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y32_N17 +dffeas \text_gen|char_ram~14265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y31_N25 +dffeas \text_gen|char_ram~12473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y31_N7 +dffeas \text_gen|char_ram~8889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35855 ( +// Equation(s): +// \text_gen|char_ram~35855_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12473_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8889_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12473_q ), + .datac(\text_gen|char_ram~8889_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35855 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35856 ( +// Equation(s): +// \text_gen|char_ram~35856_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35855_combout & ((\text_gen|char_ram~14265_q ))) # (!\text_gen|char_ram~35855_combout & (\text_gen|char_ram~10681_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35855_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10681_q ), + .datac(\text_gen|char_ram~14265_q ), + .datad(\text_gen|char_ram~35855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35856 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35859 ( +// Equation(s): +// \text_gen|char_ram~35859_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~35856_combout ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~35858_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35858_combout ), + .datad(\text_gen|char_ram~35856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35859 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y32_N29 +dffeas \text_gen|char_ram~14055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y32_N9 +dffeas \text_gen|char_ram~12263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y32_N19 +dffeas \text_gen|char_ram~8679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10471feeder ( +// Equation(s): +// \text_gen|char_ram~10471feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10471feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10471feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10471feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y28_N25 +dffeas \text_gen|char_ram~10471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10471feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35853 ( +// Equation(s): +// \text_gen|char_ram~35853_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10471_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8679_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8679_q ), + .datad(\text_gen|char_ram~10471_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35853 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35854 ( +// Equation(s): +// \text_gen|char_ram~35854_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35853_combout & (\text_gen|char_ram~14055_q )) # (!\text_gen|char_ram~35853_combout & ((\text_gen|char_ram~12263_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35853_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~14055_q ), + .datac(\text_gen|char_ram~12263_q ), + .datad(\text_gen|char_ram~35853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35854 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35862 ( +// Equation(s): +// \text_gen|char_ram~35862_combout = (\text_gen|char_ram~35859_combout & ((\text_gen|char_ram~35861_combout ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~35859_combout & (((\vga_c|h_cnt [5] & \text_gen|char_ram~35854_combout )))) + + .dataa(\text_gen|char_ram~35861_combout ), + .datab(\text_gen|char_ram~35859_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~35854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35862 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~35862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10345feeder ( +// Equation(s): +// \text_gen|char_ram~10345feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10345feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10345feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10345feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y32_N29 +dffeas \text_gen|char_ram~10345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10345feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y32_N23 +dffeas \text_gen|char_ram~13929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12137feeder ( +// Equation(s): +// \text_gen|char_ram~12137feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12137feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12137feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12137feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y32_N17 +dffeas \text_gen|char_ram~12137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12137feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y32_N29 +dffeas \text_gen|char_ram~8553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35836 ( +// Equation(s): +// \text_gen|char_ram~35836_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12137_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8553_q +// ))))) + + .dataa(\text_gen|char_ram~12137_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8553_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35836 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35837 ( +// Equation(s): +// \text_gen|char_ram~35837_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35836_combout & ((\text_gen|char_ram~13929_q ))) # (!\text_gen|char_ram~35836_combout & (\text_gen|char_ram~10345_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35836_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10345_q ), + .datac(\text_gen|char_ram~13929_q ), + .datad(\text_gen|char_ram~35836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35837 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y36_N17 +dffeas \text_gen|char_ram~10569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y36_N31 +dffeas \text_gen|char_ram~14153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y35_N5 +dffeas \text_gen|char_ram~12361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y35_N21 +dffeas \text_gen|char_ram~8777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35834 ( +// Equation(s): +// \text_gen|char_ram~35834_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12361_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8777_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12361_q ), + .datac(\text_gen|char_ram~8777_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35834 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35835 ( +// Equation(s): +// \text_gen|char_ram~35835_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35834_combout & ((\text_gen|char_ram~14153_q ))) # (!\text_gen|char_ram~35834_combout & (\text_gen|char_ram~10569_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35834_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10569_q ), + .datac(\text_gen|char_ram~14153_q ), + .datad(\text_gen|char_ram~35834_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35835 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35838 ( +// Equation(s): +// \text_gen|char_ram~35838_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~35835_combout )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35837_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35837_combout ), + .datad(\text_gen|char_ram~35835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35838 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12151feeder ( +// Equation(s): +// \text_gen|char_ram~12151feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12151feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y34_N5 +dffeas \text_gen|char_ram~12151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y30_N7 +dffeas \text_gen|char_ram~13943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10359feeder ( +// Equation(s): +// \text_gen|char_ram~10359feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N9 +dffeas \text_gen|char_ram~10359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y30_N21 +dffeas \text_gen|char_ram~8567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35832 ( +// Equation(s): +// \text_gen|char_ram~35832_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10359_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8567_q +// ))))) + + .dataa(\text_gen|char_ram~10359_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8567_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35832 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35833 ( +// Equation(s): +// \text_gen|char_ram~35833_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35832_combout & ((\text_gen|char_ram~13943_q ))) # (!\text_gen|char_ram~35832_combout & (\text_gen|char_ram~12151_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35832_combout )))) + + .dataa(\text_gen|char_ram~12151_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13943_q ), + .datad(\text_gen|char_ram~35832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35833 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y31_N13 +dffeas \text_gen|char_ram~12375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y31_N19 +dffeas \text_gen|char_ram~14167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10583feeder ( +// Equation(s): +// \text_gen|char_ram~10583feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10583feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10583feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10583feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y31_N1 +dffeas \text_gen|char_ram~10583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10583feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y30_N25 +dffeas \text_gen|char_ram~8791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35839 ( +// Equation(s): +// \text_gen|char_ram~35839_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10583_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8791_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10583_q ), + .datac(\text_gen|char_ram~8791_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35839 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35840 ( +// Equation(s): +// \text_gen|char_ram~35840_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35839_combout & ((\text_gen|char_ram~14167_q ))) # (!\text_gen|char_ram~35839_combout & (\text_gen|char_ram~12375_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35839_combout )))) + + .dataa(\text_gen|char_ram~12375_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14167_q ), + .datad(\text_gen|char_ram~35839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35840 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35841 ( +// Equation(s): +// \text_gen|char_ram~35841_combout = (\text_gen|char_ram~35838_combout & (((\text_gen|char_ram~35840_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~35838_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~35833_combout ))) + + .dataa(\text_gen|char_ram~35838_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35833_combout ), + .datad(\text_gen|char_ram~35840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35841 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~35841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12123feeder ( +// Equation(s): +// \text_gen|char_ram~12123feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y25_N31 +dffeas \text_gen|char_ram~12123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y25_N15 +dffeas \text_gen|char_ram~13915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N5 +dffeas \text_gen|char_ram~10331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N27 +dffeas \text_gen|char_ram~8539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35842 ( +// Equation(s): +// \text_gen|char_ram~35842_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10331_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8539_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10331_q ), + .datac(\text_gen|char_ram~8539_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35842 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35843 ( +// Equation(s): +// \text_gen|char_ram~35843_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35842_combout & ((\text_gen|char_ram~13915_q ))) # (!\text_gen|char_ram~35842_combout & (\text_gen|char_ram~12123_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35842_combout )))) + + .dataa(\text_gen|char_ram~12123_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13915_q ), + .datad(\text_gen|char_ram~35842_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35843 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y36_N9 +dffeas \text_gen|char_ram~10541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y32_N29 +dffeas \text_gen|char_ram~14125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y36_N5 +dffeas \text_gen|char_ram~12333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y36_N11 +dffeas \text_gen|char_ram~8749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35844 ( +// Equation(s): +// \text_gen|char_ram~35844_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12333_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8749_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12333_q ), + .datac(\text_gen|char_ram~8749_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35844 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35845 ( +// Equation(s): +// \text_gen|char_ram~35845_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35844_combout & ((\text_gen|char_ram~14125_q ))) # (!\text_gen|char_ram~35844_combout & (\text_gen|char_ram~10541_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35844_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10541_q ), + .datac(\text_gen|char_ram~14125_q ), + .datad(\text_gen|char_ram~35844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35845 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10317feeder ( +// Equation(s): +// \text_gen|char_ram~10317feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y28_N29 +dffeas \text_gen|char_ram~10317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y28_N3 +dffeas \text_gen|char_ram~13901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y21_N19 +dffeas \text_gen|char_ram~12109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y28_N1 +dffeas \text_gen|char_ram~8525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35846 ( +// Equation(s): +// \text_gen|char_ram~35846_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12109_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8525_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12109_q ), + .datac(\text_gen|char_ram~8525_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35846 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35847 ( +// Equation(s): +// \text_gen|char_ram~35847_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35846_combout & ((\text_gen|char_ram~13901_q ))) # (!\text_gen|char_ram~35846_combout & (\text_gen|char_ram~10317_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35846_combout )))) + + .dataa(\text_gen|char_ram~10317_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13901_q ), + .datad(\text_gen|char_ram~35846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35847 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35848 ( +// Equation(s): +// \text_gen|char_ram~35848_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~35845_combout )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~35847_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35845_combout ), + .datad(\text_gen|char_ram~35847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35848 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y31_N29 +dffeas \text_gen|char_ram~12347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y31_N15 +dffeas \text_gen|char_ram~14139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10555feeder ( +// Equation(s): +// \text_gen|char_ram~10555feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10555feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10555feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10555feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y31_N7 +dffeas \text_gen|char_ram~10555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10555feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y28_N9 +dffeas \text_gen|char_ram~8763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35849 ( +// Equation(s): +// \text_gen|char_ram~35849_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10555_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8763_q +// ))))) + + .dataa(\text_gen|char_ram~10555_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8763_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35849 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35850 ( +// Equation(s): +// \text_gen|char_ram~35850_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35849_combout & ((\text_gen|char_ram~14139_q ))) # (!\text_gen|char_ram~35849_combout & (\text_gen|char_ram~12347_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35849_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12347_q ), + .datac(\text_gen|char_ram~14139_q ), + .datad(\text_gen|char_ram~35849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35850 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35851 ( +// Equation(s): +// \text_gen|char_ram~35851_combout = (\text_gen|char_ram~35848_combout & (((\text_gen|char_ram~35850_combout ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~35848_combout & (\text_gen|char_ram~35843_combout & (\vga_c|h_cnt [5]))) + + .dataa(\text_gen|char_ram~35843_combout ), + .datab(\text_gen|char_ram~35848_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~35850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35851 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~35851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35852 ( +// Equation(s): +// \text_gen|char_ram~35852_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35841_combout ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [6] & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~35851_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~35841_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~35851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35852 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~35852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y32_N25 +dffeas \text_gen|char_ram~10653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y32_N23 +dffeas \text_gen|char_ram~14237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y34_N23 +dffeas \text_gen|char_ram~12445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N9 +dffeas \text_gen|char_ram~8861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35824 ( +// Equation(s): +// \text_gen|char_ram~35824_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12445_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8861_q +// ))))) + + .dataa(\text_gen|char_ram~12445_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8861_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35824 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35825 ( +// Equation(s): +// \text_gen|char_ram~35825_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35824_combout & ((\text_gen|char_ram~14237_q ))) # (!\text_gen|char_ram~35824_combout & (\text_gen|char_ram~10653_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35824_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10653_q ), + .datac(\text_gen|char_ram~14237_q ), + .datad(\text_gen|char_ram~35824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35825 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y32_N13 +dffeas \text_gen|char_ram~10429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y32_N19 +dffeas \text_gen|char_ram~14013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12221feeder ( +// Equation(s): +// \text_gen|char_ram~12221feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12221feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12221feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12221feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y40_N21 +dffeas \text_gen|char_ram~12221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12221feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N11 +dffeas \text_gen|char_ram~8637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35826 ( +// Equation(s): +// \text_gen|char_ram~35826_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12221_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8637_q +// ))))) + + .dataa(\text_gen|char_ram~12221_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8637_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35826 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35827 ( +// Equation(s): +// \text_gen|char_ram~35827_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35826_combout & ((\text_gen|char_ram~14013_q ))) # (!\text_gen|char_ram~35826_combout & (\text_gen|char_ram~10429_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35826_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10429_q ), + .datac(\text_gen|char_ram~14013_q ), + .datad(\text_gen|char_ram~35826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35827 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35828 ( +// Equation(s): +// \text_gen|char_ram~35828_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~35825_combout )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~35827_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35825_combout ), + .datad(\text_gen|char_ram~35827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35828 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y32_N25 +dffeas \text_gen|char_ram~8875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10667feeder ( +// Equation(s): +// \text_gen|char_ram~10667feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10667feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10667feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10667feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y32_N17 +dffeas \text_gen|char_ram~10667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10667feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35829 ( +// Equation(s): +// \text_gen|char_ram~35829_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10667_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8875_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8875_q ), + .datad(\text_gen|char_ram~10667_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35829 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y32_N5 +dffeas \text_gen|char_ram~14251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N19 +dffeas \text_gen|char_ram~12459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35830 ( +// Equation(s): +// \text_gen|char_ram~35830_combout = (\text_gen|char_ram~35829_combout & (((\text_gen|char_ram~14251_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~35829_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12459_q )))) + + .dataa(\text_gen|char_ram~35829_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14251_q ), + .datad(\text_gen|char_ram~12459_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35830 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14027feeder ( +// Equation(s): +// \text_gen|char_ram~14027feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14027feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14027feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14027feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y44_N11 +dffeas \text_gen|char_ram~14027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14027feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N1 +dffeas \text_gen|char_ram~12235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y44_N19 +dffeas \text_gen|char_ram~8651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y36_N21 +dffeas \text_gen|char_ram~10443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35822 ( +// Equation(s): +// \text_gen|char_ram~35822_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10443_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8651_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8651_q ), + .datad(\text_gen|char_ram~10443_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35822 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35823 ( +// Equation(s): +// \text_gen|char_ram~35823_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35822_combout & (\text_gen|char_ram~14027_q )) # (!\text_gen|char_ram~35822_combout & ((\text_gen|char_ram~12235_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35822_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~14027_q ), + .datac(\text_gen|char_ram~12235_q ), + .datad(\text_gen|char_ram~35822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35823 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35831 ( +// Equation(s): +// \text_gen|char_ram~35831_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35828_combout & (\text_gen|char_ram~35830_combout )) # (!\text_gen|char_ram~35828_combout & ((\text_gen|char_ram~35823_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~35828_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35828_combout ), + .datac(\text_gen|char_ram~35830_combout ), + .datad(\text_gen|char_ram~35823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35831 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35863 ( +// Equation(s): +// \text_gen|char_ram~35863_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35852_combout & (\text_gen|char_ram~35862_combout )) # (!\text_gen|char_ram~35852_combout & ((\text_gen|char_ram~35831_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35852_combout )))) + + .dataa(\text_gen|char_ram~35862_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~35852_combout ), + .datad(\text_gen|char_ram~35831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35863 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y21_N25 +dffeas \text_gen|char_ram~12543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y21_N11 +dffeas \text_gen|char_ram~14335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y23_N21 +dffeas \text_gen|char_ram~10751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y23_N17 +dffeas \text_gen|char_ram~8959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35987 ( +// Equation(s): +// \text_gen|char_ram~35987_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10751_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8959_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10751_q ), + .datac(\text_gen|char_ram~8959_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35987 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35988 ( +// Equation(s): +// \text_gen|char_ram~35988_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35987_combout & ((\text_gen|char_ram~14335_q ))) # (!\text_gen|char_ram~35987_combout & (\text_gen|char_ram~12543_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35987_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12543_q ), + .datac(\text_gen|char_ram~14335_q ), + .datad(\text_gen|char_ram~35987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35988 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10723feeder ( +// Equation(s): +// \text_gen|char_ram~10723feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10723feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10723feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10723feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N17 +dffeas \text_gen|char_ram~10723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10723feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y28_N11 +dffeas \text_gen|char_ram~14307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y30_N9 +dffeas \text_gen|char_ram~12515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y28_N29 +dffeas \text_gen|char_ram~8931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35982 ( +// Equation(s): +// \text_gen|char_ram~35982_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12515_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8931_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12515_q ), + .datac(\text_gen|char_ram~8931_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35982 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35983 ( +// Equation(s): +// \text_gen|char_ram~35983_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35982_combout & ((\text_gen|char_ram~14307_q ))) # (!\text_gen|char_ram~35982_combout & (\text_gen|char_ram~10723_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35982_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10723_q ), + .datac(\text_gen|char_ram~14307_q ), + .datad(\text_gen|char_ram~35982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35983 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N29 +dffeas \text_gen|char_ram~10499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y28_N15 +dffeas \text_gen|char_ram~14083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y32_N19 +dffeas \text_gen|char_ram~12291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y28_N29 +dffeas \text_gen|char_ram~8707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35984 ( +// Equation(s): +// \text_gen|char_ram~35984_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12291_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8707_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12291_q ), + .datac(\text_gen|char_ram~8707_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35984 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35985 ( +// Equation(s): +// \text_gen|char_ram~35985_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35984_combout & ((\text_gen|char_ram~14083_q ))) # (!\text_gen|char_ram~35984_combout & (\text_gen|char_ram~10499_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35984_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10499_q ), + .datac(\text_gen|char_ram~14083_q ), + .datad(\text_gen|char_ram~35984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35985 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35986 ( +// Equation(s): +// \text_gen|char_ram~35986_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~35983_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~35985_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35983_combout ), + .datad(\text_gen|char_ram~35985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35986 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y23_N13 +dffeas \text_gen|char_ram~12319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y23_N27 +dffeas \text_gen|char_ram~14111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y23_N21 +dffeas \text_gen|char_ram~10527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y23_N27 +dffeas \text_gen|char_ram~8735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35980 ( +// Equation(s): +// \text_gen|char_ram~35980_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10527_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8735_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10527_q ), + .datac(\text_gen|char_ram~8735_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35980 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35981 ( +// Equation(s): +// \text_gen|char_ram~35981_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35980_combout & ((\text_gen|char_ram~14111_q ))) # (!\text_gen|char_ram~35980_combout & (\text_gen|char_ram~12319_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35980_combout )))) + + .dataa(\text_gen|char_ram~12319_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14111_q ), + .datad(\text_gen|char_ram~35980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35981 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35989 ( +// Equation(s): +// \text_gen|char_ram~35989_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35986_combout & (\text_gen|char_ram~35988_combout )) # (!\text_gen|char_ram~35986_combout & ((\text_gen|char_ram~35981_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~35986_combout )))) + + .dataa(\text_gen|char_ram~35988_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35986_combout ), + .datad(\text_gen|char_ram~35981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35989 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12305feeder ( +// Equation(s): +// \text_gen|char_ram~12305feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12305feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12305feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12305feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y43_N17 +dffeas \text_gen|char_ram~12305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12305feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y43_N23 +dffeas \text_gen|char_ram~14097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10513feeder ( +// Equation(s): +// \text_gen|char_ram~10513feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10513feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10513feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10513feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y46_N25 +dffeas \text_gen|char_ram~10513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10513feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y43_N21 +dffeas \text_gen|char_ram~8721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35949 ( +// Equation(s): +// \text_gen|char_ram~35949_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10513_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8721_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10513_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8721_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35949 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35950 ( +// Equation(s): +// \text_gen|char_ram~35950_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35949_combout & ((\text_gen|char_ram~14097_q ))) # (!\text_gen|char_ram~35949_combout & (\text_gen|char_ram~12305_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35949_combout )))) + + .dataa(\text_gen|char_ram~12305_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14097_q ), + .datad(\text_gen|char_ram~35949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35950 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12529feeder ( +// Equation(s): +// \text_gen|char_ram~12529feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12529feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N23 +dffeas \text_gen|char_ram~12529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N15 +dffeas \text_gen|char_ram~14321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N17 +dffeas \text_gen|char_ram~8945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y24_N25 +dffeas \text_gen|char_ram~10737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35956 ( +// Equation(s): +// \text_gen|char_ram~35956_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10737_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8945_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8945_q ), + .datad(\text_gen|char_ram~10737_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35956 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35957 ( +// Equation(s): +// \text_gen|char_ram~35957_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35956_combout & ((\text_gen|char_ram~14321_q ))) # (!\text_gen|char_ram~35956_combout & (\text_gen|char_ram~12529_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35956_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12529_q ), + .datac(\text_gen|char_ram~14321_q ), + .datad(\text_gen|char_ram~35956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35957 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y28_N1 +dffeas \text_gen|char_ram~10709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y28_N31 +dffeas \text_gen|char_ram~14293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12501feeder ( +// Equation(s): +// \text_gen|char_ram~12501feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12501feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y33_N17 +dffeas \text_gen|char_ram~12501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8917feeder ( +// Equation(s): +// \text_gen|char_ram~8917feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8917feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8917feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8917feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y30_N21 +dffeas \text_gen|char_ram~8917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8917feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35951 ( +// Equation(s): +// \text_gen|char_ram~35951_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12501_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8917_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12501_q ), + .datac(\text_gen|char_ram~8917_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35951 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35952 ( +// Equation(s): +// \text_gen|char_ram~35952_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35951_combout & ((\text_gen|char_ram~14293_q ))) # (!\text_gen|char_ram~35951_combout & (\text_gen|char_ram~10709_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35951_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10709_q ), + .datac(\text_gen|char_ram~14293_q ), + .datad(\text_gen|char_ram~35951_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35952 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y32_N13 +dffeas \text_gen|char_ram~10485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y32_N31 +dffeas \text_gen|char_ram~14069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y32_N25 +dffeas \text_gen|char_ram~12277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y32_N13 +dffeas \text_gen|char_ram~8693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35953 ( +// Equation(s): +// \text_gen|char_ram~35953_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12277_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8693_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12277_q ), + .datac(\text_gen|char_ram~8693_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35953 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35954 ( +// Equation(s): +// \text_gen|char_ram~35954_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35953_combout & ((\text_gen|char_ram~14069_q ))) # (!\text_gen|char_ram~35953_combout & (\text_gen|char_ram~10485_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35953_combout )))) + + .dataa(\text_gen|char_ram~10485_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14069_q ), + .datad(\text_gen|char_ram~35953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35954 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35955 ( +// Equation(s): +// \text_gen|char_ram~35955_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35952_combout ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~2_combout & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~35954_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35952_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~35954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35955 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~35955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35958 ( +// Equation(s): +// \text_gen|char_ram~35958_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35955_combout & ((\text_gen|char_ram~35957_combout ))) # (!\text_gen|char_ram~35955_combout & (\text_gen|char_ram~35950_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~35955_combout )))) + + .dataa(\text_gen|char_ram~35950_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35957_combout ), + .datad(\text_gen|char_ram~35955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35958 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10401feeder ( +// Equation(s): +// \text_gen|char_ram~10401feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10401feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10401feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10401feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y27_N17 +dffeas \text_gen|char_ram~10401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10401feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y27_N29 +dffeas \text_gen|char_ram~8609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35969 ( +// Equation(s): +// \text_gen|char_ram~35969_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10401_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8609_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10401_q ), + .datac(\text_gen|char_ram~8609_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35969 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y31_N17 +dffeas \text_gen|char_ram~12193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y27_N23 +dffeas \text_gen|char_ram~13985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35970 ( +// Equation(s): +// \text_gen|char_ram~35970_combout = (\text_gen|char_ram~35969_combout & (((\text_gen|char_ram~13985_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~35969_combout & (\text_gen|char_ram~12193_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~35969_combout ), + .datab(\text_gen|char_ram~12193_q ), + .datac(\text_gen|char_ram~13985_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35970 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~35970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N31 +dffeas \text_gen|char_ram~12417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y35_N7 +dffeas \text_gen|char_ram~14209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y35_N1 +dffeas \text_gen|char_ram~8833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y35_N15 +dffeas \text_gen|char_ram~10625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35976 ( +// Equation(s): +// \text_gen|char_ram~35976_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10625_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8833_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8833_q ), + .datad(\text_gen|char_ram~10625_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35976 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35977 ( +// Equation(s): +// \text_gen|char_ram~35977_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35976_combout & ((\text_gen|char_ram~14209_q ))) # (!\text_gen|char_ram~35976_combout & (\text_gen|char_ram~12417_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35976_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12417_q ), + .datac(\text_gen|char_ram~14209_q ), + .datad(\text_gen|char_ram~35976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35977 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N17 +dffeas \text_gen|char_ram~12389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y35_N13 +dffeas \text_gen|char_ram~8805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35971 ( +// Equation(s): +// \text_gen|char_ram~35971_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12389_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8805_q +// ))))) + + .dataa(\text_gen|char_ram~12389_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8805_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35971 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y37_N19 +dffeas \text_gen|char_ram~10597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y35_N15 +dffeas \text_gen|char_ram~14181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35972 ( +// Equation(s): +// \text_gen|char_ram~35972_combout = (\text_gen|char_ram~35971_combout & (((\text_gen|char_ram~14181_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~35971_combout & (\text_gen|char_ram~10597_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~35971_combout ), + .datab(\text_gen|char_ram~10597_q ), + .datac(\text_gen|char_ram~14181_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35972 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~35972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y29_N7 +dffeas \text_gen|char_ram~10373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N11 +dffeas \text_gen|char_ram~13957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y26_N23 +dffeas \text_gen|char_ram~12165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N21 +dffeas \text_gen|char_ram~8581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35973 ( +// Equation(s): +// \text_gen|char_ram~35973_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12165_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8581_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12165_q ), + .datac(\text_gen|char_ram~8581_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35973 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35974 ( +// Equation(s): +// \text_gen|char_ram~35974_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35973_combout & ((\text_gen|char_ram~13957_q ))) # (!\text_gen|char_ram~35973_combout & (\text_gen|char_ram~10373_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35973_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10373_q ), + .datac(\text_gen|char_ram~13957_q ), + .datad(\text_gen|char_ram~35973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35974 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35975 ( +// Equation(s): +// \text_gen|char_ram~35975_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~35972_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~35974_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35972_combout ), + .datad(\text_gen|char_ram~35974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35975 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35978 ( +// Equation(s): +// \text_gen|char_ram~35978_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35975_combout & ((\text_gen|char_ram~35977_combout ))) # (!\text_gen|char_ram~35975_combout & (\text_gen|char_ram~35970_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~35975_combout )))) + + .dataa(\text_gen|char_ram~35970_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35977_combout ), + .datad(\text_gen|char_ram~35975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35978 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12207feeder ( +// Equation(s): +// \text_gen|char_ram~12207feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y26_N9 +dffeas \text_gen|char_ram~12207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y23_N23 +dffeas \text_gen|char_ram~13999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y23_N29 +dffeas \text_gen|char_ram~10415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y23_N21 +dffeas \text_gen|char_ram~8623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35959 ( +// Equation(s): +// \text_gen|char_ram~35959_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10415_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8623_q +// ))))) + + .dataa(\text_gen|char_ram~10415_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8623_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35959 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35960 ( +// Equation(s): +// \text_gen|char_ram~35960_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35959_combout & ((\text_gen|char_ram~13999_q ))) # (!\text_gen|char_ram~35959_combout & (\text_gen|char_ram~12207_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35959_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12207_q ), + .datac(\text_gen|char_ram~13999_q ), + .datad(\text_gen|char_ram~35959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35960 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y28_N27 +dffeas \text_gen|char_ram~12431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y28_N23 +dffeas \text_gen|char_ram~14223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10639feeder ( +// Equation(s): +// \text_gen|char_ram~10639feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10639feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10639feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10639feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y30_N23 +dffeas \text_gen|char_ram~10639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10639feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y28_N29 +dffeas \text_gen|char_ram~8847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35966 ( +// Equation(s): +// \text_gen|char_ram~35966_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10639_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8847_q +// ))))) + + .dataa(\text_gen|char_ram~10639_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8847_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35966 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35967 ( +// Equation(s): +// \text_gen|char_ram~35967_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35966_combout & ((\text_gen|char_ram~14223_q ))) # (!\text_gen|char_ram~35966_combout & (\text_gen|char_ram~12431_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35966_combout )))) + + .dataa(\text_gen|char_ram~12431_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14223_q ), + .datad(\text_gen|char_ram~35966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35967 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y28_N23 +dffeas \text_gen|char_ram~10611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y28_N27 +dffeas \text_gen|char_ram~14195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y28_N5 +dffeas \text_gen|char_ram~12403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y28_N29 +dffeas \text_gen|char_ram~8819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35961 ( +// Equation(s): +// \text_gen|char_ram~35961_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12403_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8819_q +// ))))) + + .dataa(\text_gen|char_ram~12403_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8819_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35961 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35962 ( +// Equation(s): +// \text_gen|char_ram~35962_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35961_combout & ((\text_gen|char_ram~14195_q ))) # (!\text_gen|char_ram~35961_combout & (\text_gen|char_ram~10611_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35961_combout )))) + + .dataa(\text_gen|char_ram~10611_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14195_q ), + .datad(\text_gen|char_ram~35961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35962 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y26_N17 +dffeas \text_gen|char_ram~12179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y28_N5 +dffeas \text_gen|char_ram~8595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35963 ( +// Equation(s): +// \text_gen|char_ram~35963_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12179_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8595_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12179_q ), + .datac(\text_gen|char_ram~8595_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35963 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y28_N19 +dffeas \text_gen|char_ram~13971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y23_N3 +dffeas \text_gen|char_ram~10387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35964 ( +// Equation(s): +// \text_gen|char_ram~35964_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35963_combout & (\text_gen|char_ram~13971_q )) # (!\text_gen|char_ram~35963_combout & ((\text_gen|char_ram~10387_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~35963_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~35963_combout ), + .datac(\text_gen|char_ram~13971_q ), + .datad(\text_gen|char_ram~10387_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35964 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35965 ( +// Equation(s): +// \text_gen|char_ram~35965_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~35962_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~35964_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35962_combout ), + .datad(\text_gen|char_ram~35964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35965 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35968 ( +// Equation(s): +// \text_gen|char_ram~35968_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35965_combout & ((\text_gen|char_ram~35967_combout ))) # (!\text_gen|char_ram~35965_combout & (\text_gen|char_ram~35960_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~35965_combout )))) + + .dataa(\text_gen|char_ram~35960_combout ), + .datab(\text_gen|char_ram~35967_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~35965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35968 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~35968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35979 ( +// Equation(s): +// \text_gen|char_ram~35979_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~35968_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35978_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35978_combout ), + .datad(\text_gen|char_ram~35968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35979 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35990 ( +// Equation(s): +// \text_gen|char_ram~35990_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35979_combout & (\text_gen|char_ram~35989_combout )) # (!\text_gen|char_ram~35979_combout & ((\text_gen|char_ram~35958_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35979_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35989_combout ), + .datac(\text_gen|char_ram~35958_combout ), + .datad(\text_gen|char_ram~35979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35990 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N9 +dffeas \text_gen|char_ram~12452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y32_N23 +dffeas \text_gen|char_ram~14244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10660feeder ( +// Equation(s): +// \text_gen|char_ram~10660feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10660feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10660feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10660feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y32_N29 +dffeas \text_gen|char_ram~10660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10660feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y32_N1 +dffeas \text_gen|char_ram~8868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35913 ( +// Equation(s): +// \text_gen|char_ram~35913_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10660_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8868_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10660_q ), + .datac(\text_gen|char_ram~8868_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35913 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35914 ( +// Equation(s): +// \text_gen|char_ram~35914_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35913_combout & ((\text_gen|char_ram~14244_q ))) # (!\text_gen|char_ram~35913_combout & (\text_gen|char_ram~12452_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35913_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12452_q ), + .datac(\text_gen|char_ram~14244_q ), + .datad(\text_gen|char_ram~35913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35914 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y32_N1 +dffeas \text_gen|char_ram~10548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y32_N3 +dffeas \text_gen|char_ram~14132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12340feeder ( +// Equation(s): +// \text_gen|char_ram~12340feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y32_N29 +dffeas \text_gen|char_ram~12340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y32_N27 +dffeas \text_gen|char_ram~8756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35906 ( +// Equation(s): +// \text_gen|char_ram~35906_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12340_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8756_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12340_q ), + .datac(\text_gen|char_ram~8756_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35906 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35907 ( +// Equation(s): +// \text_gen|char_ram~35907_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35906_combout & ((\text_gen|char_ram~14132_q ))) # (!\text_gen|char_ram~35906_combout & (\text_gen|char_ram~10548_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35906_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10548_q ), + .datac(\text_gen|char_ram~14132_q ), + .datad(\text_gen|char_ram~35906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35907 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10324feeder ( +// Equation(s): +// \text_gen|char_ram~10324feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10324feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y29_N9 +dffeas \text_gen|char_ram~10324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y32_N5 +dffeas \text_gen|char_ram~13908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8532feeder ( +// Equation(s): +// \text_gen|char_ram~8532feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~8532feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8532feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8532feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y31_N21 +dffeas \text_gen|char_ram~8532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8532feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8532 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y30_N7 +dffeas \text_gen|char_ram~12116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35910 ( +// Equation(s): +// \text_gen|char_ram~35910_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~12116_q )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8532_q & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~8532_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~12116_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35910 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~35910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35911 ( +// Equation(s): +// \text_gen|char_ram~35911_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35910_combout & ((\text_gen|char_ram~13908_q ))) # (!\text_gen|char_ram~35910_combout & (\text_gen|char_ram~10324_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35910_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10324_q ), + .datac(\text_gen|char_ram~13908_q ), + .datad(\text_gen|char_ram~35910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35911 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12228feeder ( +// Equation(s): +// \text_gen|char_ram~12228feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12228feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y34_N13 +dffeas \text_gen|char_ram~12228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y34_N21 +dffeas \text_gen|char_ram~14020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y34_N1 +dffeas \text_gen|char_ram~10436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y34_N11 +dffeas \text_gen|char_ram~8644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35908 ( +// Equation(s): +// \text_gen|char_ram~35908_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10436_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8644_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10436_q ), + .datac(\text_gen|char_ram~8644_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35908 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35909 ( +// Equation(s): +// \text_gen|char_ram~35909_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35908_combout & ((\text_gen|char_ram~14020_q ))) # (!\text_gen|char_ram~35908_combout & (\text_gen|char_ram~12228_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35908_combout )))) + + .dataa(\text_gen|char_ram~12228_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14020_q ), + .datad(\text_gen|char_ram~35908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35909 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35912 ( +// Equation(s): +// \text_gen|char_ram~35912_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~35909_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35911_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~35911_combout ), + .datad(\text_gen|char_ram~35909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35912 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35915 ( +// Equation(s): +// \text_gen|char_ram~35915_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35912_combout & (\text_gen|char_ram~35914_combout )) # (!\text_gen|char_ram~35912_combout & ((\text_gen|char_ram~35907_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35912_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35914_combout ), + .datac(\text_gen|char_ram~35907_combout ), + .datad(\text_gen|char_ram~35912_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35915 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10352feeder ( +// Equation(s): +// \text_gen|char_ram~10352feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10352feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y33_N5 +dffeas \text_gen|char_ram~10352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y33_N27 +dffeas \text_gen|char_ram~13936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N5 +dffeas \text_gen|char_ram~8560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12144feeder ( +// Equation(s): +// \text_gen|char_ram~12144feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12144feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12144feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12144feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y43_N13 +dffeas \text_gen|char_ram~12144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12144feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35941 ( +// Equation(s): +// \text_gen|char_ram~35941_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~12144_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8560_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8560_q ), + .datad(\text_gen|char_ram~12144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35941 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35942 ( +// Equation(s): +// \text_gen|char_ram~35942_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35941_combout & ((\text_gen|char_ram~13936_q ))) # (!\text_gen|char_ram~35941_combout & (\text_gen|char_ram~10352_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35941_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10352_q ), + .datac(\text_gen|char_ram~13936_q ), + .datad(\text_gen|char_ram~35941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35942 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y34_N13 +dffeas \text_gen|char_ram~12256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y37_N31 +dffeas \text_gen|char_ram~10464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y36_N23 +dffeas \text_gen|char_ram~8672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35939 ( +// Equation(s): +// \text_gen|char_ram~35939_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10464_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8672_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10464_q ), + .datac(\text_gen|char_ram~8672_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35939 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y34_N31 +dffeas \text_gen|char_ram~14048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35940 ( +// Equation(s): +// \text_gen|char_ram~35940_combout = (\text_gen|char_ram~35939_combout & (((\text_gen|char_ram~14048_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~35939_combout & (\text_gen|char_ram~12256_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12256_q ), + .datab(\text_gen|char_ram~35939_combout ), + .datac(\text_gen|char_ram~14048_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35940 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35943 ( +// Equation(s): +// \text_gen|char_ram~35943_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~35940_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35942_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~35942_combout ), + .datad(\text_gen|char_ram~35940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35943 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N19 +dffeas \text_gen|char_ram~12480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10688feeder ( +// Equation(s): +// \text_gen|char_ram~10688feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10688feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10688feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10688feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y35_N19 +dffeas \text_gen|char_ram~10688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10688feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y33_N29 +dffeas \text_gen|char_ram~8896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35944 ( +// Equation(s): +// \text_gen|char_ram~35944_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10688_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8896_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10688_q ), + .datac(\text_gen|char_ram~8896_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35944 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y33_N11 +dffeas \text_gen|char_ram~14272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35945 ( +// Equation(s): +// \text_gen|char_ram~35945_combout = (\text_gen|char_ram~35944_combout & (((\text_gen|char_ram~14272_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~35944_combout & (\text_gen|char_ram~12480_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12480_q ), + .datab(\text_gen|char_ram~35944_combout ), + .datac(\text_gen|char_ram~14272_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35945 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y33_N29 +dffeas \text_gen|char_ram~10576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y33_N3 +dffeas \text_gen|char_ram~14160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N23 +dffeas \text_gen|char_ram~12368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N17 +dffeas \text_gen|char_ram~8784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35937 ( +// Equation(s): +// \text_gen|char_ram~35937_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12368_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8784_q +// ))))) + + .dataa(\text_gen|char_ram~12368_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8784_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35937 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35938 ( +// Equation(s): +// \text_gen|char_ram~35938_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35937_combout & ((\text_gen|char_ram~14160_q ))) # (!\text_gen|char_ram~35937_combout & (\text_gen|char_ram~10576_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35937_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10576_q ), + .datac(\text_gen|char_ram~14160_q ), + .datad(\text_gen|char_ram~35937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35938 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35946 ( +// Equation(s): +// \text_gen|char_ram~35946_combout = (\text_gen|char_ram~35943_combout & (((\text_gen|char_ram~35945_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~35943_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35938_combout )))) + + .dataa(\text_gen|char_ram~35943_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35945_combout ), + .datad(\text_gen|char_ram~35938_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35946 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y34_N21 +dffeas \text_gen|char_ram~12466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y34_N19 +dffeas \text_gen|char_ram~14258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y34_N27 +dffeas \text_gen|char_ram~8882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y34_N9 +dffeas \text_gen|char_ram~10674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35923 ( +// Equation(s): +// \text_gen|char_ram~35923_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10674_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8882_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8882_q ), + .datad(\text_gen|char_ram~10674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35923 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35924 ( +// Equation(s): +// \text_gen|char_ram~35924_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35923_combout & ((\text_gen|char_ram~14258_q ))) # (!\text_gen|char_ram~35923_combout & (\text_gen|char_ram~12466_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35923_combout )))) + + .dataa(\text_gen|char_ram~12466_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14258_q ), + .datad(\text_gen|char_ram~35923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35924 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y40_N13 +dffeas \text_gen|char_ram~12242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y36_N15 +dffeas \text_gen|char_ram~14034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y39_N1 +dffeas \text_gen|char_ram~10450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y40_N3 +dffeas \text_gen|char_ram~8658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35916 ( +// Equation(s): +// \text_gen|char_ram~35916_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10450_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8658_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10450_q ), + .datac(\text_gen|char_ram~8658_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35916 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35917 ( +// Equation(s): +// \text_gen|char_ram~35917_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35916_combout & ((\text_gen|char_ram~14034_q ))) # (!\text_gen|char_ram~35916_combout & (\text_gen|char_ram~12242_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35916_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12242_q ), + .datac(\text_gen|char_ram~14034_q ), + .datad(\text_gen|char_ram~35916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35917 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10338feeder ( +// Equation(s): +// \text_gen|char_ram~10338feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y35_N29 +dffeas \text_gen|char_ram~10338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y34_N23 +dffeas \text_gen|char_ram~13922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N17 +dffeas \text_gen|char_ram~12130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y34_N29 +dffeas \text_gen|char_ram~8546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35920 ( +// Equation(s): +// \text_gen|char_ram~35920_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12130_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8546_q +// ))))) + + .dataa(\text_gen|char_ram~12130_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8546_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35920 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35921 ( +// Equation(s): +// \text_gen|char_ram~35921_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35920_combout & ((\text_gen|char_ram~13922_q ))) # (!\text_gen|char_ram~35920_combout & (\text_gen|char_ram~10338_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35920_combout )))) + + .dataa(\text_gen|char_ram~10338_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13922_q ), + .datad(\text_gen|char_ram~35920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35921 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10562feeder ( +// Equation(s): +// \text_gen|char_ram~10562feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y39_N1 +dffeas \text_gen|char_ram~10562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y34_N23 +dffeas \text_gen|char_ram~14146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X102_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12354feeder ( +// Equation(s): +// \text_gen|char_ram~12354feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12354feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X102_Y34_N29 +dffeas \text_gen|char_ram~12354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y34_N17 +dffeas \text_gen|char_ram~8770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35918 ( +// Equation(s): +// \text_gen|char_ram~35918_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12354_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8770_q +// ))))) + + .dataa(\text_gen|char_ram~12354_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8770_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35918 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35919 ( +// Equation(s): +// \text_gen|char_ram~35919_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35918_combout & ((\text_gen|char_ram~14146_q ))) # (!\text_gen|char_ram~35918_combout & (\text_gen|char_ram~10562_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35918_combout )))) + + .dataa(\text_gen|char_ram~10562_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14146_q ), + .datad(\text_gen|char_ram~35918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35919 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35922 ( +// Equation(s): +// \text_gen|char_ram~35922_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~35919_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35921_combout )))) + + .dataa(\text_gen|char_ram~35921_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~35919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35922 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~35922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35925 ( +// Equation(s): +// \text_gen|char_ram~35925_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35922_combout & (\text_gen|char_ram~35924_combout )) # (!\text_gen|char_ram~35922_combout & ((\text_gen|char_ram~35917_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35922_combout )))) + + .dataa(\text_gen|char_ram~35924_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~35917_combout ), + .datad(\text_gen|char_ram~35922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35925 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y29_N1 +dffeas \text_gen|char_ram~12214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N23 +dffeas \text_gen|char_ram~14006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N25 +dffeas \text_gen|char_ram~10422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y34_N17 +dffeas \text_gen|char_ram~8630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35926 ( +// Equation(s): +// \text_gen|char_ram~35926_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10422_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8630_q +// ))))) + + .dataa(\text_gen|char_ram~10422_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8630_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35926 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35927 ( +// Equation(s): +// \text_gen|char_ram~35927_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35926_combout & ((\text_gen|char_ram~14006_q ))) # (!\text_gen|char_ram~35926_combout & (\text_gen|char_ram~12214_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35926_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12214_q ), + .datac(\text_gen|char_ram~14006_q ), + .datad(\text_gen|char_ram~35926_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35927 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y34_N1 +dffeas \text_gen|char_ram~12438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y34_N15 +dffeas \text_gen|char_ram~14230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y34_N1 +dffeas \text_gen|char_ram~10646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y34_N29 +dffeas \text_gen|char_ram~8854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35933 ( +// Equation(s): +// \text_gen|char_ram~35933_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10646_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8854_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10646_q ), + .datac(\text_gen|char_ram~8854_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35933 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35934 ( +// Equation(s): +// \text_gen|char_ram~35934_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35933_combout & ((\text_gen|char_ram~14230_q ))) # (!\text_gen|char_ram~35933_combout & (\text_gen|char_ram~12438_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35933_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12438_q ), + .datac(\text_gen|char_ram~14230_q ), + .datad(\text_gen|char_ram~35933_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35934 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10534feeder ( +// Equation(s): +// \text_gen|char_ram~10534feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10534feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y37_N25 +dffeas \text_gen|char_ram~10534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N27 +dffeas \text_gen|char_ram~14118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N21 +dffeas \text_gen|char_ram~12326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N17 +dffeas \text_gen|char_ram~8742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35928 ( +// Equation(s): +// \text_gen|char_ram~35928_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12326_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8742_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~12326_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8742_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35928 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35929 ( +// Equation(s): +// \text_gen|char_ram~35929_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35928_combout & ((\text_gen|char_ram~14118_q ))) # (!\text_gen|char_ram~35928_combout & (\text_gen|char_ram~10534_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35928_combout )))) + + .dataa(\text_gen|char_ram~10534_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14118_q ), + .datad(\text_gen|char_ram~35928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35929 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y31_N21 +dffeas \text_gen|char_ram~10310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y31_N23 +dffeas \text_gen|char_ram~13894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12102feeder ( +// Equation(s): +// \text_gen|char_ram~12102feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y30_N9 +dffeas \text_gen|char_ram~12102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y28_N29 +dffeas \text_gen|char_ram~8518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35930 ( +// Equation(s): +// \text_gen|char_ram~35930_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12102_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8518_q +// ))))) + + .dataa(\text_gen|char_ram~12102_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8518_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35930 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35931 ( +// Equation(s): +// \text_gen|char_ram~35931_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35930_combout & ((\text_gen|char_ram~13894_q ))) # (!\text_gen|char_ram~35930_combout & (\text_gen|char_ram~10310_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35930_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10310_q ), + .datac(\text_gen|char_ram~13894_q ), + .datad(\text_gen|char_ram~35930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35931 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35932 ( +// Equation(s): +// \text_gen|char_ram~35932_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~35929_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~35931_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~35929_combout ), + .datad(\text_gen|char_ram~35931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35932 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35935 ( +// Equation(s): +// \text_gen|char_ram~35935_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35932_combout & ((\text_gen|char_ram~35934_combout ))) # (!\text_gen|char_ram~35932_combout & (\text_gen|char_ram~35927_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35932_combout )))) + + .dataa(\text_gen|char_ram~35927_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~35934_combout ), + .datad(\text_gen|char_ram~35932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35935 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35936 ( +// Equation(s): +// \text_gen|char_ram~35936_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~35925_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~35935_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35925_combout ), + .datad(\text_gen|char_ram~35935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35936 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35947 ( +// Equation(s): +// \text_gen|char_ram~35947_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35936_combout & ((\text_gen|char_ram~35946_combout ))) # (!\text_gen|char_ram~35936_combout & (\text_gen|char_ram~35915_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35936_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35915_combout ), + .datac(\text_gen|char_ram~35946_combout ), + .datad(\text_gen|char_ram~35936_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35947 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12522feeder ( +// Equation(s): +// \text_gen|char_ram~12522feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N21 +dffeas \text_gen|char_ram~12522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y32_N25 +dffeas \text_gen|char_ram~14314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y31_N13 +dffeas \text_gen|char_ram~10730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y28_N17 +dffeas \text_gen|char_ram~8938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35871 ( +// Equation(s): +// \text_gen|char_ram~35871_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10730_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8938_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10730_q ), + .datac(\text_gen|char_ram~8938_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35871 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35872 ( +// Equation(s): +// \text_gen|char_ram~35872_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35871_combout & ((\text_gen|char_ram~14314_q ))) # (!\text_gen|char_ram~35871_combout & (\text_gen|char_ram~12522_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35871_combout )))) + + .dataa(\text_gen|char_ram~12522_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14314_q ), + .datad(\text_gen|char_ram~35871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35872 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y40_N17 +dffeas \text_gen|char_ram~12298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y32_N29 +dffeas \text_gen|char_ram~14090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10506feeder ( +// Equation(s): +// \text_gen|char_ram~10506feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y28_N17 +dffeas \text_gen|char_ram~10506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y31_N1 +dffeas \text_gen|char_ram~8714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35864 ( +// Equation(s): +// \text_gen|char_ram~35864_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10506_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8714_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10506_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8714_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35864 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35865 ( +// Equation(s): +// \text_gen|char_ram~35865_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35864_combout & ((\text_gen|char_ram~14090_q ))) # (!\text_gen|char_ram~35864_combout & (\text_gen|char_ram~12298_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35864_combout )))) + + .dataa(\text_gen|char_ram~12298_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14090_q ), + .datad(\text_gen|char_ram~35864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35865 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y39_N19 +dffeas \text_gen|char_ram~10618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y34_N11 +dffeas \text_gen|char_ram~14202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y34_N17 +dffeas \text_gen|char_ram~12410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y34_N17 +dffeas \text_gen|char_ram~8826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35866 ( +// Equation(s): +// \text_gen|char_ram~35866_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12410_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8826_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~12410_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8826_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35866 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35867 ( +// Equation(s): +// \text_gen|char_ram~35867_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35866_combout & ((\text_gen|char_ram~14202_q ))) # (!\text_gen|char_ram~35866_combout & (\text_gen|char_ram~10618_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35866_combout )))) + + .dataa(\text_gen|char_ram~10618_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14202_q ), + .datad(\text_gen|char_ram~35866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35867 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N1 +dffeas \text_gen|char_ram~10394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N29 +dffeas \text_gen|char_ram~12186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y28_N21 +dffeas \text_gen|char_ram~8602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35868 ( +// Equation(s): +// \text_gen|char_ram~35868_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12186_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8602_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12186_q ), + .datac(\text_gen|char_ram~8602_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35868 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y28_N19 +dffeas \text_gen|char_ram~13978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35869 ( +// Equation(s): +// \text_gen|char_ram~35869_combout = (\text_gen|char_ram~35868_combout & (((\text_gen|char_ram~13978_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~35868_combout & (\text_gen|char_ram~10394_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10394_q ), + .datab(\text_gen|char_ram~35868_combout ), + .datac(\text_gen|char_ram~13978_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35869 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35870 ( +// Equation(s): +// \text_gen|char_ram~35870_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~35867_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~35869_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35867_combout ), + .datad(\text_gen|char_ram~35869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35870 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35873 ( +// Equation(s): +// \text_gen|char_ram~35873_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35870_combout & (\text_gen|char_ram~35872_combout )) # (!\text_gen|char_ram~35870_combout & ((\text_gen|char_ram~35865_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35870_combout )))) + + .dataa(\text_gen|char_ram~35872_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~35865_combout ), + .datad(\text_gen|char_ram~35870_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35873 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N19 +dffeas \text_gen|char_ram~10408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y29_N31 +dffeas \text_gen|char_ram~13992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y29_N17 +dffeas \text_gen|char_ram~12200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y29_N1 +dffeas \text_gen|char_ram~8616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35899 ( +// Equation(s): +// \text_gen|char_ram~35899_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12200_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8616_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12200_q ), + .datac(\text_gen|char_ram~8616_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35899 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35900 ( +// Equation(s): +// \text_gen|char_ram~35900_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35899_combout & ((\text_gen|char_ram~13992_q ))) # (!\text_gen|char_ram~35899_combout & (\text_gen|char_ram~10408_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35899_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10408_q ), + .datac(\text_gen|char_ram~13992_q ), + .datad(\text_gen|char_ram~35899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35900 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12312feeder ( +// Equation(s): +// \text_gen|char_ram~12312feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y31_N27 +dffeas \text_gen|char_ram~12312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y36_N15 +dffeas \text_gen|char_ram~14104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10520feeder ( +// Equation(s): +// \text_gen|char_ram~10520feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10520feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y40_N11 +dffeas \text_gen|char_ram~10520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y36_N13 +dffeas \text_gen|char_ram~8728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35897 ( +// Equation(s): +// \text_gen|char_ram~35897_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10520_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8728_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10520_q ), + .datac(\text_gen|char_ram~8728_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35897 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35898 ( +// Equation(s): +// \text_gen|char_ram~35898_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35897_combout & ((\text_gen|char_ram~14104_q ))) # (!\text_gen|char_ram~35897_combout & (\text_gen|char_ram~12312_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35897_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12312_q ), + .datac(\text_gen|char_ram~14104_q ), + .datad(\text_gen|char_ram~35897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35898 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35901 ( +// Equation(s): +// \text_gen|char_ram~35901_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~35898_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~35900_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35900_combout ), + .datad(\text_gen|char_ram~35898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35901 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12536feeder ( +// Equation(s): +// \text_gen|char_ram~12536feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12536feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12536feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12536feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y33_N25 +dffeas \text_gen|char_ram~12536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12536feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y32_N23 +dffeas \text_gen|char_ram~14328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y31_N13 +dffeas \text_gen|char_ram~10744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y31_N19 +dffeas \text_gen|char_ram~8952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35902 ( +// Equation(s): +// \text_gen|char_ram~35902_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10744_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8952_q +// ))))) + + .dataa(\text_gen|char_ram~10744_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8952_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35902 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35903 ( +// Equation(s): +// \text_gen|char_ram~35903_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35902_combout & ((\text_gen|char_ram~14328_q ))) # (!\text_gen|char_ram~35902_combout & (\text_gen|char_ram~12536_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35902_combout )))) + + .dataa(\text_gen|char_ram~12536_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14328_q ), + .datad(\text_gen|char_ram~35902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35903 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y30_N9 +dffeas \text_gen|char_ram~10632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y32_N23 +dffeas \text_gen|char_ram~14216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y32_N5 +dffeas \text_gen|char_ram~12424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y30_N27 +dffeas \text_gen|char_ram~8840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35895 ( +// Equation(s): +// \text_gen|char_ram~35895_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12424_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8840_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12424_q ), + .datac(\text_gen|char_ram~8840_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35895 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35896 ( +// Equation(s): +// \text_gen|char_ram~35896_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35895_combout & ((\text_gen|char_ram~14216_q ))) # (!\text_gen|char_ram~35895_combout & (\text_gen|char_ram~10632_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35895_combout )))) + + .dataa(\text_gen|char_ram~10632_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14216_q ), + .datad(\text_gen|char_ram~35895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35896 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35904 ( +// Equation(s): +// \text_gen|char_ram~35904_combout = (\text_gen|char_ram~35901_combout & (((\text_gen|char_ram~35903_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~35901_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35896_combout )))) + + .dataa(\text_gen|char_ram~35901_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35903_combout ), + .datad(\text_gen|char_ram~35896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35904 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N1 +dffeas \text_gen|char_ram~10380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y30_N13 +dffeas \text_gen|char_ram~12172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y32_N29 +dffeas \text_gen|char_ram~8588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35878 ( +// Equation(s): +// \text_gen|char_ram~35878_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12172_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8588_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~12172_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8588_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35878 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y32_N15 +dffeas \text_gen|char_ram~13964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35879 ( +// Equation(s): +// \text_gen|char_ram~35879_combout = (\text_gen|char_ram~35878_combout & (((\text_gen|char_ram~13964_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~35878_combout & (\text_gen|char_ram~10380_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10380_q ), + .datab(\text_gen|char_ram~35878_combout ), + .datac(\text_gen|char_ram~13964_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35879 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12284feeder ( +// Equation(s): +// \text_gen|char_ram~12284feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12284feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12284feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12284feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y34_N9 +dffeas \text_gen|char_ram~12284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12284feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10492feeder ( +// Equation(s): +// \text_gen|char_ram~10492feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10492feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y36_N21 +dffeas \text_gen|char_ram~10492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y34_N1 +dffeas \text_gen|char_ram~8700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35876 ( +// Equation(s): +// \text_gen|char_ram~35876_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10492_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8700_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10492_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8700_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35876 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y34_N7 +dffeas \text_gen|char_ram~14076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35877 ( +// Equation(s): +// \text_gen|char_ram~35877_combout = (\text_gen|char_ram~35876_combout & (((\text_gen|char_ram~14076_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~35876_combout & (\text_gen|char_ram~12284_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12284_q ), + .datab(\text_gen|char_ram~35876_combout ), + .datac(\text_gen|char_ram~14076_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35877 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35880 ( +// Equation(s): +// \text_gen|char_ram~35880_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~35877_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~35879_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35879_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~35877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35880 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~35880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N21 +dffeas \text_gen|char_ram~10716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y32_N19 +dffeas \text_gen|char_ram~8924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35881 ( +// Equation(s): +// \text_gen|char_ram~35881_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10716_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8924_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10716_q ), + .datac(\text_gen|char_ram~8924_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35881 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y32_N29 +dffeas \text_gen|char_ram~12508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y32_N11 +dffeas \text_gen|char_ram~14300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35882 ( +// Equation(s): +// \text_gen|char_ram~35882_combout = (\text_gen|char_ram~35881_combout & (((\text_gen|char_ram~14300_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~35881_combout & (\text_gen|char_ram~12508_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~35881_combout ), + .datab(\text_gen|char_ram~12508_q ), + .datac(\text_gen|char_ram~14300_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35882 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~35882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10604feeder ( +// Equation(s): +// \text_gen|char_ram~10604feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10604feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10604feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10604feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y29_N25 +dffeas \text_gen|char_ram~10604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10604feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y32_N1 +dffeas \text_gen|char_ram~14188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y32_N13 +dffeas \text_gen|char_ram~12396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y32_N19 +dffeas \text_gen|char_ram~8812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35874 ( +// Equation(s): +// \text_gen|char_ram~35874_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12396_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8812_q +// ))))) + + .dataa(\text_gen|char_ram~12396_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8812_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35874 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35875 ( +// Equation(s): +// \text_gen|char_ram~35875_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35874_combout & ((\text_gen|char_ram~14188_q ))) # (!\text_gen|char_ram~35874_combout & (\text_gen|char_ram~10604_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35874_combout )))) + + .dataa(\text_gen|char_ram~10604_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14188_q ), + .datad(\text_gen|char_ram~35874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35875 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35883 ( +// Equation(s): +// \text_gen|char_ram~35883_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35880_combout & (\text_gen|char_ram~35882_combout )) # (!\text_gen|char_ram~35880_combout & ((\text_gen|char_ram~35875_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35880_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35880_combout ), + .datac(\text_gen|char_ram~35882_combout ), + .datad(\text_gen|char_ram~35875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35883 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y37_N9 +dffeas \text_gen|char_ram~10590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y34_N19 +dffeas \text_gen|char_ram~14174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y34_N3 +dffeas \text_gen|char_ram~12382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y34_N25 +dffeas \text_gen|char_ram~8798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35886 ( +// Equation(s): +// \text_gen|char_ram~35886_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12382_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8798_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12382_q ), + .datac(\text_gen|char_ram~8798_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35886 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35887 ( +// Equation(s): +// \text_gen|char_ram~35887_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35886_combout & ((\text_gen|char_ram~14174_q ))) # (!\text_gen|char_ram~35886_combout & (\text_gen|char_ram~10590_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35886_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10590_q ), + .datac(\text_gen|char_ram~14174_q ), + .datad(\text_gen|char_ram~35886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35887 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N27 +dffeas \text_gen|char_ram~10366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y30_N23 +dffeas \text_gen|char_ram~13950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y30_N9 +dffeas \text_gen|char_ram~12158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y30_N25 +dffeas \text_gen|char_ram~8574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35888 ( +// Equation(s): +// \text_gen|char_ram~35888_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12158_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8574_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12158_q ), + .datac(\text_gen|char_ram~8574_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35888 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35889 ( +// Equation(s): +// \text_gen|char_ram~35889_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35888_combout & ((\text_gen|char_ram~13950_q ))) # (!\text_gen|char_ram~35888_combout & (\text_gen|char_ram~10366_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35888_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10366_q ), + .datac(\text_gen|char_ram~13950_q ), + .datad(\text_gen|char_ram~35888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35889 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35890 ( +// Equation(s): +// \text_gen|char_ram~35890_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~35887_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~35889_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35887_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~35889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35890 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~35890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y30_N29 +dffeas \text_gen|char_ram~10702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y30_N31 +dffeas \text_gen|char_ram~8910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35891 ( +// Equation(s): +// \text_gen|char_ram~35891_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10702_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8910_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10702_q ), + .datac(\text_gen|char_ram~8910_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35891 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y33_N17 +dffeas \text_gen|char_ram~12494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y33_N31 +dffeas \text_gen|char_ram~14286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35892 ( +// Equation(s): +// \text_gen|char_ram~35892_combout = (\text_gen|char_ram~35891_combout & (((\text_gen|char_ram~14286_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~35891_combout & (\text_gen|char_ram~12494_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~35891_combout ), + .datab(\text_gen|char_ram~12494_q ), + .datac(\text_gen|char_ram~14286_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35892 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~35892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y34_N29 +dffeas \text_gen|char_ram~12270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y34_N27 +dffeas \text_gen|char_ram~14062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y33_N13 +dffeas \text_gen|char_ram~10478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y33_N3 +dffeas \text_gen|char_ram~8686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35884 ( +// Equation(s): +// \text_gen|char_ram~35884_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10478_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8686_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10478_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8686_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35884 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35885 ( +// Equation(s): +// \text_gen|char_ram~35885_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35884_combout & ((\text_gen|char_ram~14062_q ))) # (!\text_gen|char_ram~35884_combout & (\text_gen|char_ram~12270_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35884_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12270_q ), + .datac(\text_gen|char_ram~14062_q ), + .datad(\text_gen|char_ram~35884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35885 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35893 ( +// Equation(s): +// \text_gen|char_ram~35893_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35890_combout & (\text_gen|char_ram~35892_combout )) # (!\text_gen|char_ram~35890_combout & ((\text_gen|char_ram~35885_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35890_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35890_combout ), + .datac(\text_gen|char_ram~35892_combout ), + .datad(\text_gen|char_ram~35885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35893 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35894 ( +// Equation(s): +// \text_gen|char_ram~35894_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~35883_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~35893_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35883_combout ), + .datad(\text_gen|char_ram~35893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35894 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35905 ( +// Equation(s): +// \text_gen|char_ram~35905_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35894_combout & ((\text_gen|char_ram~35904_combout ))) # (!\text_gen|char_ram~35894_combout & (\text_gen|char_ram~35873_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~35894_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~35873_combout ), + .datac(\text_gen|char_ram~35904_combout ), + .datad(\text_gen|char_ram~35894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35905 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35948 ( +// Equation(s): +// \text_gen|char_ram~35948_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35905_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35947_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35947_combout ), + .datad(\text_gen|char_ram~35905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35948 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35991 ( +// Equation(s): +// \text_gen|char_ram~35991_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35948_combout & ((\text_gen|char_ram~35990_combout ))) # (!\text_gen|char_ram~35948_combout & (\text_gen|char_ram~35863_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35948_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35863_combout ), + .datac(\text_gen|char_ram~35990_combout ), + .datad(\text_gen|char_ram~35948_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35991 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N13 +dffeas \text_gen|char_ram~3394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y34_N19 +dffeas \text_gen|char_ram~6978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6978 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5186feeder ( +// Equation(s): +// \text_gen|char_ram~5186feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5186feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5186feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5186feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y31_N21 +dffeas \text_gen|char_ram~5186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5186feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y34_N29 +dffeas \text_gen|char_ram~1602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36014 ( +// Equation(s): +// \text_gen|char_ram~36014_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5186_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1602_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~5186_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1602_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36014 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36015 ( +// Equation(s): +// \text_gen|char_ram~36015_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36014_combout & ((\text_gen|char_ram~6978_q ))) # (!\text_gen|char_ram~36014_combout & (\text_gen|char_ram~3394_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36014_combout )))) + + .dataa(\text_gen|char_ram~3394_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6978_q ), + .datad(\text_gen|char_ram~36014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36015 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~3170feeder ( +// Equation(s): +// \text_gen|char_ram~3170feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3170feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3170feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3170feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y34_N5 +dffeas \text_gen|char_ram~3170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3170feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y34_N3 +dffeas \text_gen|char_ram~6754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y34_N13 +dffeas \text_gen|char_ram~1378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4962feeder ( +// Equation(s): +// \text_gen|char_ram~4962feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y31_N13 +dffeas \text_gen|char_ram~4962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36016 ( +// Equation(s): +// \text_gen|char_ram~36016_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4962_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1378_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1378_q ), + .datad(\text_gen|char_ram~4962_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36016 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36017 ( +// Equation(s): +// \text_gen|char_ram~36017_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36016_combout & ((\text_gen|char_ram~6754_q ))) # (!\text_gen|char_ram~36016_combout & (\text_gen|char_ram~3170_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36016_combout )))) + + .dataa(\text_gen|char_ram~3170_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6754_q ), + .datad(\text_gen|char_ram~36016_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36017 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36018 ( +// Equation(s): +// \text_gen|char_ram~36018_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36015_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~36017_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36015_combout ), + .datad(\text_gen|char_ram~36017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36018 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N13 +dffeas \text_gen|char_ram~5298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y36_N11 +dffeas \text_gen|char_ram~7090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y36_N27 +dffeas \text_gen|char_ram~1714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y34_N11 +dffeas \text_gen|char_ram~3506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36019 ( +// Equation(s): +// \text_gen|char_ram~36019_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~3506_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1714_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1714_q ), + .datad(\text_gen|char_ram~3506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36019 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36020 ( +// Equation(s): +// \text_gen|char_ram~36020_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36019_combout & ((\text_gen|char_ram~7090_q ))) # (!\text_gen|char_ram~36019_combout & (\text_gen|char_ram~5298_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36019_combout )))) + + .dataa(\text_gen|char_ram~5298_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7090_q ), + .datad(\text_gen|char_ram~36019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36020 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y32_N13 +dffeas \text_gen|char_ram~5074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y32_N7 +dffeas \text_gen|char_ram~6866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N27 +dffeas \text_gen|char_ram~3282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y38_N27 +dffeas \text_gen|char_ram~1490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36012 ( +// Equation(s): +// \text_gen|char_ram~36012_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3282_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1490_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3282_q ), + .datac(\text_gen|char_ram~1490_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36012 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36013 ( +// Equation(s): +// \text_gen|char_ram~36013_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36012_combout & ((\text_gen|char_ram~6866_q ))) # (!\text_gen|char_ram~36012_combout & (\text_gen|char_ram~5074_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36012_combout )))) + + .dataa(\text_gen|char_ram~5074_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6866_q ), + .datad(\text_gen|char_ram~36012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36013 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36021 ( +// Equation(s): +// \text_gen|char_ram~36021_combout = (\text_gen|char_ram~36018_combout & ((\text_gen|char_ram~36020_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~36018_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~36013_combout )))) + + .dataa(\text_gen|char_ram~36018_combout ), + .datab(\text_gen|char_ram~36020_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36021 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~36021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y32_N29 +dffeas \text_gen|char_ram~5130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y32_N3 +dffeas \text_gen|char_ram~6922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3338feeder ( +// Equation(s): +// \text_gen|char_ram~3338feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3338feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3338feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3338feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y35_N21 +dffeas \text_gen|char_ram~3338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3338feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y30_N5 +dffeas \text_gen|char_ram~1546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36002 ( +// Equation(s): +// \text_gen|char_ram~36002_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3338_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1546_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3338_q ), + .datac(\text_gen|char_ram~1546_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36002 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36003 ( +// Equation(s): +// \text_gen|char_ram~36003_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36002_combout & ((\text_gen|char_ram~6922_q ))) # (!\text_gen|char_ram~36002_combout & (\text_gen|char_ram~5130_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36002_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5130_q ), + .datac(\text_gen|char_ram~6922_q ), + .datad(\text_gen|char_ram~36002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36003 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y32_N17 +dffeas \text_gen|char_ram~1770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3562feeder ( +// Equation(s): +// \text_gen|char_ram~3562feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y28_N25 +dffeas \text_gen|char_ram~3562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36009 ( +// Equation(s): +// \text_gen|char_ram~36009_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~3562_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1770_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1770_q ), + .datad(\text_gen|char_ram~3562_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36009 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5354feeder ( +// Equation(s): +// \text_gen|char_ram~5354feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5354feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y36_N1 +dffeas \text_gen|char_ram~5354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y32_N7 +dffeas \text_gen|char_ram~7146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36010 ( +// Equation(s): +// \text_gen|char_ram~36010_combout = (\text_gen|char_ram~36009_combout & (((\text_gen|char_ram~7146_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~36009_combout & (\text_gen|char_ram~5354_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~36009_combout ), + .datab(\text_gen|char_ram~5354_q ), + .datac(\text_gen|char_ram~7146_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36010 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y28_N21 +dffeas \text_gen|char_ram~3226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y28_N19 +dffeas \text_gen|char_ram~6810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y28_N29 +dffeas \text_gen|char_ram~1434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y31_N15 +dffeas \text_gen|char_ram~5018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36006 ( +// Equation(s): +// \text_gen|char_ram~36006_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~5018_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1434_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1434_q ), + .datad(\text_gen|char_ram~5018_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36006 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36007 ( +// Equation(s): +// \text_gen|char_ram~36007_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36006_combout & ((\text_gen|char_ram~6810_q ))) # (!\text_gen|char_ram~36006_combout & (\text_gen|char_ram~3226_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36006_combout )))) + + .dataa(\text_gen|char_ram~3226_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6810_q ), + .datad(\text_gen|char_ram~36006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36007 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3450feeder ( +// Equation(s): +// \text_gen|char_ram~3450feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3450feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3450feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3450feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y27_N25 +dffeas \text_gen|char_ram~3450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3450feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y31_N23 +dffeas \text_gen|char_ram~7034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y31_N17 +dffeas \text_gen|char_ram~5242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y31_N29 +dffeas \text_gen|char_ram~1658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36004 ( +// Equation(s): +// \text_gen|char_ram~36004_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5242_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1658_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~5242_q ), + .datac(\text_gen|char_ram~1658_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36004 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36005 ( +// Equation(s): +// \text_gen|char_ram~36005_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36004_combout & ((\text_gen|char_ram~7034_q ))) # (!\text_gen|char_ram~36004_combout & (\text_gen|char_ram~3450_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36004_combout )))) + + .dataa(\text_gen|char_ram~3450_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7034_q ), + .datad(\text_gen|char_ram~36004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36005 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36008 ( +// Equation(s): +// \text_gen|char_ram~36008_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36005_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36007_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36007_combout ), + .datad(\text_gen|char_ram~36005_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36008 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36011 ( +// Equation(s): +// \text_gen|char_ram~36011_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36008_combout & ((\text_gen|char_ram~36010_combout ))) # (!\text_gen|char_ram~36008_combout & (\text_gen|char_ram~36003_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36008_combout )))) + + .dataa(\text_gen|char_ram~36003_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36010_combout ), + .datad(\text_gen|char_ram~36008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36011 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36022 ( +// Equation(s): +// \text_gen|char_ram~36022_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~36011_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~36021_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36021_combout ), + .datad(\text_gen|char_ram~36011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36022 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y34_N1 +dffeas \text_gen|char_ram~3457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y35_N21 +dffeas \text_gen|char_ram~7041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5249feeder ( +// Equation(s): +// \text_gen|char_ram~5249feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5249feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5249feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5249feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N29 +dffeas \text_gen|char_ram~5249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5249feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y31_N17 +dffeas \text_gen|char_ram~1665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36023 ( +// Equation(s): +// \text_gen|char_ram~36023_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5249_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1665_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~5249_q ), + .datac(\text_gen|char_ram~1665_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36023 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36024 ( +// Equation(s): +// \text_gen|char_ram~36024_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36023_combout & ((\text_gen|char_ram~7041_q ))) # (!\text_gen|char_ram~36023_combout & (\text_gen|char_ram~3457_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36023_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3457_q ), + .datac(\text_gen|char_ram~7041_q ), + .datad(\text_gen|char_ram~36023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36024 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y28_N17 +dffeas \text_gen|char_ram~1441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5025feeder ( +// Equation(s): +// \text_gen|char_ram~5025feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5025feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5025feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5025feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y31_N15 +dffeas \text_gen|char_ram~5025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5025feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36027 ( +// Equation(s): +// \text_gen|char_ram~36027_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5025_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1441_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1441_q ), + .datad(\text_gen|char_ram~5025_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36027 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y30_N29 +dffeas \text_gen|char_ram~6817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3233feeder ( +// Equation(s): +// \text_gen|char_ram~3233feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y27_N21 +dffeas \text_gen|char_ram~3233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36028 ( +// Equation(s): +// \text_gen|char_ram~36028_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36027_combout & (\text_gen|char_ram~6817_q )) # (!\text_gen|char_ram~36027_combout & ((\text_gen|char_ram~3233_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~36027_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~36027_combout ), + .datac(\text_gen|char_ram~6817_q ), + .datad(\text_gen|char_ram~3233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36028 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y36_N17 +dffeas \text_gen|char_ram~5137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N7 +dffeas \text_gen|char_ram~6929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y35_N13 +dffeas \text_gen|char_ram~3345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N13 +dffeas \text_gen|char_ram~1553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36025 ( +// Equation(s): +// \text_gen|char_ram~36025_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3345_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1553_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3345_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1553_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36025 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36026 ( +// Equation(s): +// \text_gen|char_ram~36026_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36025_combout & ((\text_gen|char_ram~6929_q ))) # (!\text_gen|char_ram~36025_combout & (\text_gen|char_ram~5137_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36025_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5137_q ), + .datac(\text_gen|char_ram~6929_q ), + .datad(\text_gen|char_ram~36025_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36026 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36029 ( +// Equation(s): +// \text_gen|char_ram~36029_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~36026_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36028_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36028_combout ), + .datad(\text_gen|char_ram~36026_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36029 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y30_N13 +dffeas \text_gen|char_ram~1777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y27_N17 +dffeas \text_gen|char_ram~3569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36030 ( +// Equation(s): +// \text_gen|char_ram~36030_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3569_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1777_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1777_q ), + .datad(\text_gen|char_ram~3569_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36030 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y37_N31 +dffeas \text_gen|char_ram~7153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y36_N3 +dffeas \text_gen|char_ram~5361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36031 ( +// Equation(s): +// \text_gen|char_ram~36031_combout = (\text_gen|char_ram~36030_combout & (((\text_gen|char_ram~7153_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~36030_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5361_q )))) + + .dataa(\text_gen|char_ram~36030_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7153_q ), + .datad(\text_gen|char_ram~5361_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36031 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36032 ( +// Equation(s): +// \text_gen|char_ram~36032_combout = (\text_gen|char_ram~36029_combout & (((\text_gen|char_ram~36031_combout ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~36029_combout & (\text_gen|char_ram~36024_combout & (\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~36024_combout ), + .datab(\text_gen|char_ram~36029_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~36031_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36032 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~36032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6985feeder ( +// Equation(s): +// \text_gen|char_ram~6985feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6985feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y35_N25 +dffeas \text_gen|char_ram~6985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y34_N21 +dffeas \text_gen|char_ram~3401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y35_N25 +dffeas \text_gen|char_ram~5193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y35_N9 +dffeas \text_gen|char_ram~1609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35992 ( +// Equation(s): +// \text_gen|char_ram~35992_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5193_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1609_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5193_q ), + .datac(\text_gen|char_ram~1609_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35992 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35993 ( +// Equation(s): +// \text_gen|char_ram~35993_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35992_combout & (\text_gen|char_ram~6985_q )) # (!\text_gen|char_ram~35992_combout & ((\text_gen|char_ram~3401_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35992_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~6985_q ), + .datac(\text_gen|char_ram~3401_q ), + .datad(\text_gen|char_ram~35992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35993 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5305feeder ( +// Equation(s): +// \text_gen|char_ram~5305feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5305feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5305feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5305feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N21 +dffeas \text_gen|char_ram~5305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5305feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y36_N1 +dffeas \text_gen|char_ram~7097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y34_N25 +dffeas \text_gen|char_ram~3513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N17 +dffeas \text_gen|char_ram~1721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35999 ( +// Equation(s): +// \text_gen|char_ram~35999_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3513_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1721_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3513_q ), + .datac(\text_gen|char_ram~1721_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35999 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36000 ( +// Equation(s): +// \text_gen|char_ram~36000_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35999_combout & ((\text_gen|char_ram~7097_q ))) # (!\text_gen|char_ram~35999_combout & (\text_gen|char_ram~5305_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35999_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5305_q ), + .datac(\text_gen|char_ram~7097_q ), + .datad(\text_gen|char_ram~35999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36000 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3177feeder ( +// Equation(s): +// \text_gen|char_ram~3177feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y34_N21 +dffeas \text_gen|char_ram~3177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y32_N25 +dffeas \text_gen|char_ram~1385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4969feeder ( +// Equation(s): +// \text_gen|char_ram~4969feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y31_N1 +dffeas \text_gen|char_ram~4969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35996 ( +// Equation(s): +// \text_gen|char_ram~35996_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~4969_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1385_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1385_q ), + .datad(\text_gen|char_ram~4969_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35996 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y32_N29 +dffeas \text_gen|char_ram~6761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35997 ( +// Equation(s): +// \text_gen|char_ram~35997_combout = (\text_gen|char_ram~35996_combout & (((\text_gen|char_ram~6761_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~35996_combout & (\text_gen|char_ram~3177_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3177_q ), + .datab(\text_gen|char_ram~35996_combout ), + .datac(\text_gen|char_ram~6761_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35997 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y35_N13 +dffeas \text_gen|char_ram~5081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y35_N19 +dffeas \text_gen|char_ram~6873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3289feeder ( +// Equation(s): +// \text_gen|char_ram~3289feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3289feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3289feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3289feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y35_N13 +dffeas \text_gen|char_ram~3289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3289feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y35_N17 +dffeas \text_gen|char_ram~1497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35994 ( +// Equation(s): +// \text_gen|char_ram~35994_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3289_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1497_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3289_q ), + .datac(\text_gen|char_ram~1497_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35994 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35995 ( +// Equation(s): +// \text_gen|char_ram~35995_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35994_combout & ((\text_gen|char_ram~6873_q ))) # (!\text_gen|char_ram~35994_combout & (\text_gen|char_ram~5081_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35994_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5081_q ), + .datac(\text_gen|char_ram~6873_q ), + .datad(\text_gen|char_ram~35994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35995 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35998 ( +// Equation(s): +// \text_gen|char_ram~35998_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~35995_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35997_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35997_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~35995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35998 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~35998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36001 ( +// Equation(s): +// \text_gen|char_ram~36001_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35998_combout & ((\text_gen|char_ram~36000_combout ))) # (!\text_gen|char_ram~35998_combout & (\text_gen|char_ram~35993_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35998_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35993_combout ), + .datac(\text_gen|char_ram~36000_combout ), + .datad(\text_gen|char_ram~35998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36001 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36033 ( +// Equation(s): +// \text_gen|char_ram~36033_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36022_combout & (\text_gen|char_ram~36032_combout )) # (!\text_gen|char_ram~36022_combout & ((\text_gen|char_ram~36001_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~36022_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36022_combout ), + .datac(\text_gen|char_ram~36032_combout ), + .datad(\text_gen|char_ram~36001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36033 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y25_N9 +dffeas \text_gen|char_ram~5340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y33_N25 +dffeas \text_gen|char_ram~7132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y27_N13 +dffeas \text_gen|char_ram~3548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N21 +dffeas \text_gen|char_ram~1756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36041 ( +// Equation(s): +// \text_gen|char_ram~36041_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3548_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1756_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3548_q ), + .datac(\text_gen|char_ram~1756_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36041 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36042 ( +// Equation(s): +// \text_gen|char_ram~36042_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36041_combout & ((\text_gen|char_ram~7132_q ))) # (!\text_gen|char_ram~36041_combout & (\text_gen|char_ram~5340_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36041_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5340_q ), + .datac(\text_gen|char_ram~7132_q ), + .datad(\text_gen|char_ram~36041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36042 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y34_N1 +dffeas \text_gen|char_ram~3324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N31 +dffeas \text_gen|char_ram~1532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36034 ( +// Equation(s): +// \text_gen|char_ram~36034_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3324_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1532_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3324_q ), + .datac(\text_gen|char_ram~1532_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36034 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y33_N25 +dffeas \text_gen|char_ram~6908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5116feeder ( +// Equation(s): +// \text_gen|char_ram~5116feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5116feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5116feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5116feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y37_N5 +dffeas \text_gen|char_ram~5116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5116feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36035 ( +// Equation(s): +// \text_gen|char_ram~36035_combout = (\text_gen|char_ram~36034_combout & (((\text_gen|char_ram~6908_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~36034_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5116_q )))) + + .dataa(\text_gen|char_ram~36034_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6908_q ), + .datad(\text_gen|char_ram~5116_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36035 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3212feeder ( +// Equation(s): +// \text_gen|char_ram~3212feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y23_N21 +dffeas \text_gen|char_ram~3212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y26_N31 +dffeas \text_gen|char_ram~6796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N29 +dffeas \text_gen|char_ram~5004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y26_N29 +dffeas \text_gen|char_ram~1420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36038 ( +// Equation(s): +// \text_gen|char_ram~36038_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5004_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1420_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~5004_q ), + .datac(\text_gen|char_ram~1420_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36038 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36039 ( +// Equation(s): +// \text_gen|char_ram~36039_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36038_combout & ((\text_gen|char_ram~6796_q ))) # (!\text_gen|char_ram~36038_combout & (\text_gen|char_ram~3212_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36038_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3212_q ), + .datac(\text_gen|char_ram~6796_q ), + .datad(\text_gen|char_ram~36038_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36039 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y29_N13 +dffeas \text_gen|char_ram~3436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y29_N7 +dffeas \text_gen|char_ram~7020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5228feeder ( +// Equation(s): +// \text_gen|char_ram~5228feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5228feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N21 +dffeas \text_gen|char_ram~5228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N29 +dffeas \text_gen|char_ram~1644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36036 ( +// Equation(s): +// \text_gen|char_ram~36036_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5228_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1644_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5228_q ), + .datac(\text_gen|char_ram~1644_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36036 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36037 ( +// Equation(s): +// \text_gen|char_ram~36037_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36036_combout & ((\text_gen|char_ram~7020_q ))) # (!\text_gen|char_ram~36036_combout & (\text_gen|char_ram~3436_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36036_combout )))) + + .dataa(\text_gen|char_ram~3436_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7020_q ), + .datad(\text_gen|char_ram~36036_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36037 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36040 ( +// Equation(s): +// \text_gen|char_ram~36040_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36037_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36039_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36039_combout ), + .datad(\text_gen|char_ram~36037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36040 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36043 ( +// Equation(s): +// \text_gen|char_ram~36043_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36040_combout & (\text_gen|char_ram~36042_combout )) # (!\text_gen|char_ram~36040_combout & ((\text_gen|char_ram~36035_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36040_combout )))) + + .dataa(\text_gen|char_ram~36042_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36035_combout ), + .datad(\text_gen|char_ram~36040_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36043 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N3 +dffeas \text_gen|char_ram~5347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y25_N23 +dffeas \text_gen|char_ram~7139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y21_N13 +dffeas \text_gen|char_ram~3555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y25_N17 +dffeas \text_gen|char_ram~1763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36072 ( +// Equation(s): +// \text_gen|char_ram~36072_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3555_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1763_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3555_q ), + .datac(\text_gen|char_ram~1763_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36072 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36073 ( +// Equation(s): +// \text_gen|char_ram~36073_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36072_combout & ((\text_gen|char_ram~7139_q ))) # (!\text_gen|char_ram~36072_combout & (\text_gen|char_ram~5347_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36072_combout )))) + + .dataa(\text_gen|char_ram~5347_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7139_q ), + .datad(\text_gen|char_ram~36072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36073 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y25_N9 +dffeas \text_gen|char_ram~3443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5235feeder ( +// Equation(s): +// \text_gen|char_ram~5235feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5235feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5235feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5235feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N27 +dffeas \text_gen|char_ram~5235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5235feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y25_N29 +dffeas \text_gen|char_ram~1651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36065 ( +// Equation(s): +// \text_gen|char_ram~36065_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5235_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1651_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~5235_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1651_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36065 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y25_N27 +dffeas \text_gen|char_ram~7027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36066 ( +// Equation(s): +// \text_gen|char_ram~36066_combout = (\text_gen|char_ram~36065_combout & (((\text_gen|char_ram~7027_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~36065_combout & (\text_gen|char_ram~3443_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3443_q ), + .datab(\text_gen|char_ram~36065_combout ), + .datac(\text_gen|char_ram~7027_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36066 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y24_N9 +dffeas \text_gen|char_ram~3219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y24_N13 +dffeas \text_gen|char_ram~6803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~1427feeder ( +// Equation(s): +// \text_gen|char_ram~1427feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1427feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1427feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1427feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y24_N29 +dffeas \text_gen|char_ram~1427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1427feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y24_N17 +dffeas \text_gen|char_ram~5011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36069 ( +// Equation(s): +// \text_gen|char_ram~36069_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~5011_q )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1427_q & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~1427_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~5011_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36069 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~36069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36070 ( +// Equation(s): +// \text_gen|char_ram~36070_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36069_combout & ((\text_gen|char_ram~6803_q ))) # (!\text_gen|char_ram~36069_combout & (\text_gen|char_ram~3219_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36069_combout )))) + + .dataa(\text_gen|char_ram~3219_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6803_q ), + .datad(\text_gen|char_ram~36069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36070 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5123feeder ( +// Equation(s): +// \text_gen|char_ram~5123feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y27_N17 +dffeas \text_gen|char_ram~5123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y27_N1 +dffeas \text_gen|char_ram~3331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y28_N1 +dffeas \text_gen|char_ram~1539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36067 ( +// Equation(s): +// \text_gen|char_ram~36067_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3331_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1539_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3331_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1539_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36067 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y28_N7 +dffeas \text_gen|char_ram~6915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36068 ( +// Equation(s): +// \text_gen|char_ram~36068_combout = (\text_gen|char_ram~36067_combout & (((\text_gen|char_ram~6915_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~36067_combout & (\text_gen|char_ram~5123_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~5123_q ), + .datab(\text_gen|char_ram~36067_combout ), + .datac(\text_gen|char_ram~6915_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36068 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36071 ( +// Equation(s): +// \text_gen|char_ram~36071_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~36068_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36070_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~36070_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~36068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36071 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~36071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36074 ( +// Equation(s): +// \text_gen|char_ram~36074_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36071_combout & (\text_gen|char_ram~36073_combout )) # (!\text_gen|char_ram~36071_combout & ((\text_gen|char_ram~36066_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36071_combout )))) + + .dataa(\text_gen|char_ram~36073_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36066_combout ), + .datad(\text_gen|char_ram~36071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36074 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y25_N21 +dffeas \text_gen|char_ram~3163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y25_N7 +dffeas \text_gen|char_ram~6747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y25_N29 +dffeas \text_gen|char_ram~1371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y25_N25 +dffeas \text_gen|char_ram~4955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36048 ( +// Equation(s): +// \text_gen|char_ram~36048_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4955_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1371_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1371_q ), + .datad(\text_gen|char_ram~4955_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36048 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36049 ( +// Equation(s): +// \text_gen|char_ram~36049_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36048_combout & ((\text_gen|char_ram~6747_q ))) # (!\text_gen|char_ram~36048_combout & (\text_gen|char_ram~3163_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36048_combout )))) + + .dataa(\text_gen|char_ram~3163_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6747_q ), + .datad(\text_gen|char_ram~36048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36049 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5067feeder ( +// Equation(s): +// \text_gen|char_ram~5067feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5067feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5067feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5067feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N21 +dffeas \text_gen|char_ram~5067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5067feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y29_N15 +dffeas \text_gen|char_ram~6859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y29_N17 +dffeas \text_gen|char_ram~3275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y29_N21 +dffeas \text_gen|char_ram~1483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36046 ( +// Equation(s): +// \text_gen|char_ram~36046_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3275_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1483_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3275_q ), + .datac(\text_gen|char_ram~1483_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36046 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36047 ( +// Equation(s): +// \text_gen|char_ram~36047_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36046_combout & ((\text_gen|char_ram~6859_q ))) # (!\text_gen|char_ram~36046_combout & (\text_gen|char_ram~5067_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36046_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5067_q ), + .datac(\text_gen|char_ram~6859_q ), + .datad(\text_gen|char_ram~36046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36047 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36050 ( +// Equation(s): +// \text_gen|char_ram~36050_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~36047_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36049_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36049_combout ), + .datad(\text_gen|char_ram~36047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36050 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N9 +dffeas \text_gen|char_ram~5291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N3 +dffeas \text_gen|char_ram~7083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3499feeder ( +// Equation(s): +// \text_gen|char_ram~3499feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y24_N17 +dffeas \text_gen|char_ram~3499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N13 +dffeas \text_gen|char_ram~1707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36051 ( +// Equation(s): +// \text_gen|char_ram~36051_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3499_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1707_q +// ))))) + + .dataa(\text_gen|char_ram~3499_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1707_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36051 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36052 ( +// Equation(s): +// \text_gen|char_ram~36052_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36051_combout & ((\text_gen|char_ram~7083_q ))) # (!\text_gen|char_ram~36051_combout & (\text_gen|char_ram~5291_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36051_combout )))) + + .dataa(\text_gen|char_ram~5291_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7083_q ), + .datad(\text_gen|char_ram~36051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36052 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y24_N17 +dffeas \text_gen|char_ram~3387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y25_N23 +dffeas \text_gen|char_ram~6971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5179feeder ( +// Equation(s): +// \text_gen|char_ram~5179feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5179feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5179feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5179feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y25_N17 +dffeas \text_gen|char_ram~5179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5179feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y25_N21 +dffeas \text_gen|char_ram~1595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36044 ( +// Equation(s): +// \text_gen|char_ram~36044_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5179_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1595_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~5179_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1595_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36044 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36045 ( +// Equation(s): +// \text_gen|char_ram~36045_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36044_combout & ((\text_gen|char_ram~6971_q ))) # (!\text_gen|char_ram~36044_combout & (\text_gen|char_ram~3387_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36044_combout )))) + + .dataa(\text_gen|char_ram~3387_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6971_q ), + .datad(\text_gen|char_ram~36044_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36045 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36053 ( +// Equation(s): +// \text_gen|char_ram~36053_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36050_combout & (\text_gen|char_ram~36052_combout )) # (!\text_gen|char_ram~36050_combout & ((\text_gen|char_ram~36045_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36050_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36050_combout ), + .datac(\text_gen|char_ram~36052_combout ), + .datad(\text_gen|char_ram~36045_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36053 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y22_N17 +dffeas \text_gen|char_ram~3156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y25_N27 +dffeas \text_gen|char_ram~6740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y25_N13 +dffeas \text_gen|char_ram~1364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y25_N23 +dffeas \text_gen|char_ram~4948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36058 ( +// Equation(s): +// \text_gen|char_ram~36058_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~4948_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1364_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1364_q ), + .datad(\text_gen|char_ram~4948_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36058 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36059 ( +// Equation(s): +// \text_gen|char_ram~36059_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36058_combout & ((\text_gen|char_ram~6740_q ))) # (!\text_gen|char_ram~36058_combout & (\text_gen|char_ram~3156_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36058_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3156_q ), + .datac(\text_gen|char_ram~6740_q ), + .datad(\text_gen|char_ram~36058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36059 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3380feeder ( +// Equation(s): +// \text_gen|char_ram~3380feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3380feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y25_N21 +dffeas \text_gen|char_ram~3380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y25_N25 +dffeas \text_gen|char_ram~6964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N5 +dffeas \text_gen|char_ram~5172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N7 +dffeas \text_gen|char_ram~1588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36056 ( +// Equation(s): +// \text_gen|char_ram~36056_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5172_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1588_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~5172_q ), + .datac(\text_gen|char_ram~1588_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36056 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36057 ( +// Equation(s): +// \text_gen|char_ram~36057_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36056_combout & ((\text_gen|char_ram~6964_q ))) # (!\text_gen|char_ram~36056_combout & (\text_gen|char_ram~3380_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36056_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3380_q ), + .datac(\text_gen|char_ram~6964_q ), + .datad(\text_gen|char_ram~36056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36057 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36060 ( +// Equation(s): +// \text_gen|char_ram~36060_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36057_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36059_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36059_combout ), + .datad(\text_gen|char_ram~36057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36060 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y25_N13 +dffeas \text_gen|char_ram~5284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y25_N31 +dffeas \text_gen|char_ram~7076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y24_N1 +dffeas \text_gen|char_ram~3492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y25_N17 +dffeas \text_gen|char_ram~1700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36061 ( +// Equation(s): +// \text_gen|char_ram~36061_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3492_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1700_q +// ))))) + + .dataa(\text_gen|char_ram~3492_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1700_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36061 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36062 ( +// Equation(s): +// \text_gen|char_ram~36062_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36061_combout & ((\text_gen|char_ram~7076_q ))) # (!\text_gen|char_ram~36061_combout & (\text_gen|char_ram~5284_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36061_combout )))) + + .dataa(\text_gen|char_ram~5284_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7076_q ), + .datad(\text_gen|char_ram~36061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36062 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N21 +dffeas \text_gen|char_ram~5060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y29_N31 +dffeas \text_gen|char_ram~6852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y33_N5 +dffeas \text_gen|char_ram~3268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y29_N17 +dffeas \text_gen|char_ram~1476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36054 ( +// Equation(s): +// \text_gen|char_ram~36054_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3268_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1476_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3268_q ), + .datac(\text_gen|char_ram~1476_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36054 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36055 ( +// Equation(s): +// \text_gen|char_ram~36055_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36054_combout & ((\text_gen|char_ram~6852_q ))) # (!\text_gen|char_ram~36054_combout & (\text_gen|char_ram~5060_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36054_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5060_q ), + .datac(\text_gen|char_ram~6852_q ), + .datad(\text_gen|char_ram~36054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36055 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36063 ( +// Equation(s): +// \text_gen|char_ram~36063_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36060_combout & (\text_gen|char_ram~36062_combout )) # (!\text_gen|char_ram~36060_combout & ((\text_gen|char_ram~36055_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36060_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36060_combout ), + .datac(\text_gen|char_ram~36062_combout ), + .datad(\text_gen|char_ram~36055_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36063 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36064 ( +// Equation(s): +// \text_gen|char_ram~36064_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~36053_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~36063_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36053_combout ), + .datad(\text_gen|char_ram~36063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36064 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36075 ( +// Equation(s): +// \text_gen|char_ram~36075_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36064_combout & ((\text_gen|char_ram~36074_combout ))) # (!\text_gen|char_ram~36064_combout & (\text_gen|char_ram~36043_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36064_combout )))) + + .dataa(\text_gen|char_ram~36043_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36074_combout ), + .datad(\text_gen|char_ram~36064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36075 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3422feeder ( +// Equation(s): +// \text_gen|char_ram~3422feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3422feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3422feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3422feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y31_N21 +dffeas \text_gen|char_ram~3422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3422feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y31_N25 +dffeas \text_gen|char_ram~7006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7006 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5214feeder ( +// Equation(s): +// \text_gen|char_ram~5214feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5214feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5214feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5214feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y31_N27 +dffeas \text_gen|char_ram~5214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5214feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y31_N19 +dffeas \text_gen|char_ram~1630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36078 ( +// Equation(s): +// \text_gen|char_ram~36078_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5214_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1630_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~5214_q ), + .datac(\text_gen|char_ram~1630_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36078 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36079 ( +// Equation(s): +// \text_gen|char_ram~36079_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36078_combout & ((\text_gen|char_ram~7006_q ))) # (!\text_gen|char_ram~36078_combout & (\text_gen|char_ram~3422_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36078_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3422_q ), + .datac(\text_gen|char_ram~7006_q ), + .datad(\text_gen|char_ram~36078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36079 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4990feeder ( +// Equation(s): +// \text_gen|char_ram~4990feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4990feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y27_N1 +dffeas \text_gen|char_ram~4990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y28_N15 +dffeas \text_gen|char_ram~1406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36080 ( +// Equation(s): +// \text_gen|char_ram~36080_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4990_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1406_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4990_q ), + .datac(\text_gen|char_ram~1406_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36080 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y30_N25 +dffeas \text_gen|char_ram~6782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3198feeder ( +// Equation(s): +// \text_gen|char_ram~3198feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3198feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3198feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3198feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y27_N7 +dffeas \text_gen|char_ram~3198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3198feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36081 ( +// Equation(s): +// \text_gen|char_ram~36081_combout = (\text_gen|char_ram~36080_combout & (((\text_gen|char_ram~6782_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~36080_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3198_q )))) + + .dataa(\text_gen|char_ram~36080_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6782_q ), + .datad(\text_gen|char_ram~3198_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36081 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36082 ( +// Equation(s): +// \text_gen|char_ram~36082_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36079_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~36081_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36079_combout ), + .datad(\text_gen|char_ram~36081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36082 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5326feeder ( +// Equation(s): +// \text_gen|char_ram~5326feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y35_N1 +dffeas \text_gen|char_ram~5326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y30_N19 +dffeas \text_gen|char_ram~1742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y27_N31 +dffeas \text_gen|char_ram~3534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36083 ( +// Equation(s): +// \text_gen|char_ram~36083_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3534_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1742_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1742_q ), + .datad(\text_gen|char_ram~3534_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36083 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y33_N19 +dffeas \text_gen|char_ram~7118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36084 ( +// Equation(s): +// \text_gen|char_ram~36084_combout = (\text_gen|char_ram~36083_combout & (((\text_gen|char_ram~7118_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~36083_combout & (\text_gen|char_ram~5326_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~5326_q ), + .datab(\text_gen|char_ram~36083_combout ), + .datac(\text_gen|char_ram~7118_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36084 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y35_N27 +dffeas \text_gen|char_ram~3310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y34_N13 +dffeas \text_gen|char_ram~1518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36076 ( +// Equation(s): +// \text_gen|char_ram~36076_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3310_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1518_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3310_q ), + .datac(\text_gen|char_ram~1518_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36076 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5102feeder ( +// Equation(s): +// \text_gen|char_ram~5102feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y34_N29 +dffeas \text_gen|char_ram~5102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y34_N7 +dffeas \text_gen|char_ram~6894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36077 ( +// Equation(s): +// \text_gen|char_ram~36077_combout = (\text_gen|char_ram~36076_combout & (((\text_gen|char_ram~6894_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~36076_combout & (\text_gen|char_ram~5102_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~36076_combout ), + .datab(\text_gen|char_ram~5102_q ), + .datac(\text_gen|char_ram~6894_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36077 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36085 ( +// Equation(s): +// \text_gen|char_ram~36085_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36082_combout & (\text_gen|char_ram~36084_combout )) # (!\text_gen|char_ram~36082_combout & ((\text_gen|char_ram~36077_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36082_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36082_combout ), + .datac(\text_gen|char_ram~36084_combout ), + .datad(\text_gen|char_ram~36077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36085 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y34_N17 +dffeas \text_gen|char_ram~3429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y34_N23 +dffeas \text_gen|char_ram~7013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5221feeder ( +// Equation(s): +// \text_gen|char_ram~5221feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5221feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5221feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5221feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y27_N17 +dffeas \text_gen|char_ram~5221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5221feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y34_N3 +dffeas \text_gen|char_ram~1637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36107 ( +// Equation(s): +// \text_gen|char_ram~36107_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5221_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1637_q +// ))))) + + .dataa(\text_gen|char_ram~5221_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1637_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36107 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36108 ( +// Equation(s): +// \text_gen|char_ram~36108_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36107_combout & ((\text_gen|char_ram~7013_q ))) # (!\text_gen|char_ram~36107_combout & (\text_gen|char_ram~3429_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36107_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3429_q ), + .datac(\text_gen|char_ram~7013_q ), + .datad(\text_gen|char_ram~36107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36108 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y35_N25 +dffeas \text_gen|char_ram~5333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y34_N3 +dffeas \text_gen|char_ram~7125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y18_N31 +dffeas \text_gen|char_ram~3541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y34_N1 +dffeas \text_gen|char_ram~1749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36114 ( +// Equation(s): +// \text_gen|char_ram~36114_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3541_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1749_q +// ))))) + + .dataa(\text_gen|char_ram~3541_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1749_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36114 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36115 ( +// Equation(s): +// \text_gen|char_ram~36115_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36114_combout & ((\text_gen|char_ram~7125_q ))) # (!\text_gen|char_ram~36114_combout & (\text_gen|char_ram~5333_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36114_combout )))) + + .dataa(\text_gen|char_ram~5333_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7125_q ), + .datad(\text_gen|char_ram~36114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36115 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y36_N9 +dffeas \text_gen|char_ram~5109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y36_N15 +dffeas \text_gen|char_ram~6901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y36_N15 +dffeas \text_gen|char_ram~3317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y36_N17 +dffeas \text_gen|char_ram~1525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36109 ( +// Equation(s): +// \text_gen|char_ram~36109_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3317_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1525_q +// ))))) + + .dataa(\text_gen|char_ram~3317_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1525_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36109 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36110 ( +// Equation(s): +// \text_gen|char_ram~36110_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36109_combout & ((\text_gen|char_ram~6901_q ))) # (!\text_gen|char_ram~36109_combout & (\text_gen|char_ram~5109_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36109_combout )))) + + .dataa(\text_gen|char_ram~5109_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6901_q ), + .datad(\text_gen|char_ram~36109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36110 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3205feeder ( +// Equation(s): +// \text_gen|char_ram~3205feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3205feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y27_N31 +dffeas \text_gen|char_ram~3205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y30_N23 +dffeas \text_gen|char_ram~6789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4997feeder ( +// Equation(s): +// \text_gen|char_ram~4997feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4997feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4997feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4997feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y27_N19 +dffeas \text_gen|char_ram~4997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4997feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y28_N3 +dffeas \text_gen|char_ram~1413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36111 ( +// Equation(s): +// \text_gen|char_ram~36111_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4997_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1413_q +// ))))) + + .dataa(\text_gen|char_ram~4997_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1413_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36111 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36112 ( +// Equation(s): +// \text_gen|char_ram~36112_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36111_combout & ((\text_gen|char_ram~6789_q ))) # (!\text_gen|char_ram~36111_combout & (\text_gen|char_ram~3205_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36111_combout )))) + + .dataa(\text_gen|char_ram~3205_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6789_q ), + .datad(\text_gen|char_ram~36111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36112 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36113 ( +// Equation(s): +// \text_gen|char_ram~36113_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~36110_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~36112_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36110_combout ), + .datad(\text_gen|char_ram~36112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36113 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36116 ( +// Equation(s): +// \text_gen|char_ram~36116_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36113_combout & ((\text_gen|char_ram~36115_combout ))) # (!\text_gen|char_ram~36113_combout & (\text_gen|char_ram~36108_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36113_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36108_combout ), + .datac(\text_gen|char_ram~36115_combout ), + .datad(\text_gen|char_ram~36113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36116 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y34_N29 +dffeas \text_gen|char_ram~3149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y34_N27 +dffeas \text_gen|char_ram~1357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36090 ( +// Equation(s): +// \text_gen|char_ram~36090_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3149_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1357_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3149_q ), + .datac(\text_gen|char_ram~1357_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36090 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y34_N15 +dffeas \text_gen|char_ram~6733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y36_N5 +dffeas \text_gen|char_ram~4941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36091 ( +// Equation(s): +// \text_gen|char_ram~36091_combout = (\text_gen|char_ram~36090_combout & (((\text_gen|char_ram~6733_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~36090_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4941_q )))) + + .dataa(\text_gen|char_ram~36090_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6733_q ), + .datad(\text_gen|char_ram~4941_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36091 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5053feeder ( +// Equation(s): +// \text_gen|char_ram~5053feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y34_N13 +dffeas \text_gen|char_ram~5053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y34_N29 +dffeas \text_gen|char_ram~6845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y38_N13 +dffeas \text_gen|char_ram~3261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y38_N3 +dffeas \text_gen|char_ram~1469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36088 ( +// Equation(s): +// \text_gen|char_ram~36088_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3261_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1469_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3261_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1469_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36088 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36089 ( +// Equation(s): +// \text_gen|char_ram~36089_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36088_combout & ((\text_gen|char_ram~6845_q ))) # (!\text_gen|char_ram~36088_combout & (\text_gen|char_ram~5053_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36088_combout )))) + + .dataa(\text_gen|char_ram~5053_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6845_q ), + .datad(\text_gen|char_ram~36088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36089 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36092 ( +// Equation(s): +// \text_gen|char_ram~36092_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~36089_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36091_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36091_combout ), + .datad(\text_gen|char_ram~36089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36092 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5277feeder ( +// Equation(s): +// \text_gen|char_ram~5277feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N23 +dffeas \text_gen|char_ram~5277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y34_N15 +dffeas \text_gen|char_ram~7069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y34_N21 +dffeas \text_gen|char_ram~1693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y38_N15 +dffeas \text_gen|char_ram~3485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36093 ( +// Equation(s): +// \text_gen|char_ram~36093_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3485_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1693_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1693_q ), + .datad(\text_gen|char_ram~3485_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36093 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36094 ( +// Equation(s): +// \text_gen|char_ram~36094_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36093_combout & ((\text_gen|char_ram~7069_q ))) # (!\text_gen|char_ram~36093_combout & (\text_gen|char_ram~5277_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36093_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5277_q ), + .datac(\text_gen|char_ram~7069_q ), + .datad(\text_gen|char_ram~36093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36094 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5165feeder ( +// Equation(s): +// \text_gen|char_ram~5165feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5165feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5165feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5165feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N9 +dffeas \text_gen|char_ram~5165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5165feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y38_N27 +dffeas \text_gen|char_ram~6957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y38_N25 +dffeas \text_gen|char_ram~3373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y38_N29 +dffeas \text_gen|char_ram~1581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36086 ( +// Equation(s): +// \text_gen|char_ram~36086_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3373_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1581_q +// ))))) + + .dataa(\text_gen|char_ram~3373_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1581_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36086 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36087 ( +// Equation(s): +// \text_gen|char_ram~36087_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36086_combout & ((\text_gen|char_ram~6957_q ))) # (!\text_gen|char_ram~36086_combout & (\text_gen|char_ram~5165_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36086_combout )))) + + .dataa(\text_gen|char_ram~5165_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6957_q ), + .datad(\text_gen|char_ram~36086_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36087 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36095 ( +// Equation(s): +// \text_gen|char_ram~36095_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36092_combout & (\text_gen|char_ram~36094_combout )) # (!\text_gen|char_ram~36092_combout & ((\text_gen|char_ram~36087_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36092_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36092_combout ), + .datac(\text_gen|char_ram~36094_combout ), + .datad(\text_gen|char_ram~36087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36095 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y35_N21 +dffeas \text_gen|char_ram~5046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y35_N11 +dffeas \text_gen|char_ram~6838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3254feeder ( +// Equation(s): +// \text_gen|char_ram~3254feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3254feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3254feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3254feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y34_N17 +dffeas \text_gen|char_ram~3254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3254feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y34_N11 +dffeas \text_gen|char_ram~1462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36096 ( +// Equation(s): +// \text_gen|char_ram~36096_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3254_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1462_q +// ))))) + + .dataa(\text_gen|char_ram~3254_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1462_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36096 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36097 ( +// Equation(s): +// \text_gen|char_ram~36097_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36096_combout & ((\text_gen|char_ram~6838_q ))) # (!\text_gen|char_ram~36096_combout & (\text_gen|char_ram~5046_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36096_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5046_q ), + .datac(\text_gen|char_ram~6838_q ), + .datad(\text_gen|char_ram~36096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36097 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y33_N9 +dffeas \text_gen|char_ram~5270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y33_N7 +dffeas \text_gen|char_ram~7062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y34_N3 +dffeas \text_gen|char_ram~3478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N31 +dffeas \text_gen|char_ram~1686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36103 ( +// Equation(s): +// \text_gen|char_ram~36103_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3478_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1686_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3478_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1686_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36103 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36104 ( +// Equation(s): +// \text_gen|char_ram~36104_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36103_combout & ((\text_gen|char_ram~7062_q ))) # (!\text_gen|char_ram~36103_combout & (\text_gen|char_ram~5270_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36103_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5270_q ), + .datac(\text_gen|char_ram~7062_q ), + .datad(\text_gen|char_ram~36103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36104 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y35_N31 +dffeas \text_gen|char_ram~5158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N23 +dffeas \text_gen|char_ram~6950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y34_N25 +dffeas \text_gen|char_ram~3366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N29 +dffeas \text_gen|char_ram~1574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36098 ( +// Equation(s): +// \text_gen|char_ram~36098_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3366_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1574_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3366_q ), + .datac(\text_gen|char_ram~1574_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36098 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36099 ( +// Equation(s): +// \text_gen|char_ram~36099_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36098_combout & ((\text_gen|char_ram~6950_q ))) # (!\text_gen|char_ram~36098_combout & (\text_gen|char_ram~5158_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36098_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5158_q ), + .datac(\text_gen|char_ram~6950_q ), + .datad(\text_gen|char_ram~36098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36099 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4934feeder ( +// Equation(s): +// \text_gen|char_ram~4934feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y30_N17 +dffeas \text_gen|char_ram~4934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y30_N3 +dffeas \text_gen|char_ram~6726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y34_N21 +dffeas \text_gen|char_ram~3142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y28_N1 +dffeas \text_gen|char_ram~1350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36100 ( +// Equation(s): +// \text_gen|char_ram~36100_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3142_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1350_q +// ))))) + + .dataa(\text_gen|char_ram~3142_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1350_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36100 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36101 ( +// Equation(s): +// \text_gen|char_ram~36101_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36100_combout & ((\text_gen|char_ram~6726_q ))) # (!\text_gen|char_ram~36100_combout & (\text_gen|char_ram~4934_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36100_combout )))) + + .dataa(\text_gen|char_ram~4934_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6726_q ), + .datad(\text_gen|char_ram~36100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36101 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36102 ( +// Equation(s): +// \text_gen|char_ram~36102_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36099_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~36101_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36099_combout ), + .datad(\text_gen|char_ram~36101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36102 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36105 ( +// Equation(s): +// \text_gen|char_ram~36105_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36102_combout & ((\text_gen|char_ram~36104_combout ))) # (!\text_gen|char_ram~36102_combout & (\text_gen|char_ram~36097_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36102_combout )))) + + .dataa(\text_gen|char_ram~36097_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36104_combout ), + .datad(\text_gen|char_ram~36102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36105 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36106 ( +// Equation(s): +// \text_gen|char_ram~36106_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~36095_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~36105_combout ))))) + + .dataa(\text_gen|char_ram~36095_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~36105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36106 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~36106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36117 ( +// Equation(s): +// \text_gen|char_ram~36117_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~36106_combout & ((\text_gen|char_ram~36116_combout ))) # (!\text_gen|char_ram~36106_combout & (\text_gen|char_ram~36085_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~36106_combout )))) + + .dataa(\text_gen|char_ram~36085_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~36116_combout ), + .datad(\text_gen|char_ram~36106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36117 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36118 ( +// Equation(s): +// \text_gen|char_ram~36118_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36075_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36117_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36075_combout ), + .datad(\text_gen|char_ram~36117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36118 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y25_N17 +dffeas \text_gen|char_ram~5319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y25_N7 +dffeas \text_gen|char_ram~7111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y25_N25 +dffeas \text_gen|char_ram~1735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3527feeder ( +// Equation(s): +// \text_gen|char_ram~3527feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3527feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3527feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3527feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y24_N27 +dffeas \text_gen|char_ram~3527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3527feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36126 ( +// Equation(s): +// \text_gen|char_ram~36126_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~3527_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1735_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1735_q ), + .datad(\text_gen|char_ram~3527_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36126 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36127 ( +// Equation(s): +// \text_gen|char_ram~36127_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36126_combout & ((\text_gen|char_ram~7111_q ))) # (!\text_gen|char_ram~36126_combout & (\text_gen|char_ram~5319_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36126_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5319_q ), + .datac(\text_gen|char_ram~7111_q ), + .datad(\text_gen|char_ram~36126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36127 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3415feeder ( +// Equation(s): +// \text_gen|char_ram~3415feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3415feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3415feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3415feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y28_N23 +dffeas \text_gen|char_ram~3415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3415feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y25_N31 +dffeas \text_gen|char_ram~6999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y25_N17 +dffeas \text_gen|char_ram~1623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5207feeder ( +// Equation(s): +// \text_gen|char_ram~5207feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y27_N13 +dffeas \text_gen|char_ram~5207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36119 ( +// Equation(s): +// \text_gen|char_ram~36119_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~5207_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1623_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1623_q ), + .datad(\text_gen|char_ram~5207_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36119 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36120 ( +// Equation(s): +// \text_gen|char_ram~36120_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36119_combout & ((\text_gen|char_ram~6999_q ))) # (!\text_gen|char_ram~36119_combout & (\text_gen|char_ram~3415_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36119_combout )))) + + .dataa(\text_gen|char_ram~3415_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6999_q ), + .datad(\text_gen|char_ram~36119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36120 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y22_N3 +dffeas \text_gen|char_ram~3191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y32_N19 +dffeas \text_gen|char_ram~6775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y25_N15 +dffeas \text_gen|char_ram~1399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4983feeder ( +// Equation(s): +// \text_gen|char_ram~4983feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y29_N17 +dffeas \text_gen|char_ram~4983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36123 ( +// Equation(s): +// \text_gen|char_ram~36123_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~4983_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1399_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1399_q ), + .datad(\text_gen|char_ram~4983_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36123 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36124 ( +// Equation(s): +// \text_gen|char_ram~36124_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36123_combout & ((\text_gen|char_ram~6775_q ))) # (!\text_gen|char_ram~36123_combout & (\text_gen|char_ram~3191_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36123_combout )))) + + .dataa(\text_gen|char_ram~3191_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6775_q ), + .datad(\text_gen|char_ram~36123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36124 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5095feeder ( +// Equation(s): +// \text_gen|char_ram~5095feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5095feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5095feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5095feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N31 +dffeas \text_gen|char_ram~5095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5095feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y29_N25 +dffeas \text_gen|char_ram~6887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y29_N3 +dffeas \text_gen|char_ram~1511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3303feeder ( +// Equation(s): +// \text_gen|char_ram~3303feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y28_N27 +dffeas \text_gen|char_ram~3303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36121 ( +// Equation(s): +// \text_gen|char_ram~36121_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3303_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1511_q +// )))) + + .dataa(\text_gen|char_ram~1511_q ), + .datab(\text_gen|char_ram~3303_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36121 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~36121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36122 ( +// Equation(s): +// \text_gen|char_ram~36122_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36121_combout & ((\text_gen|char_ram~6887_q ))) # (!\text_gen|char_ram~36121_combout & (\text_gen|char_ram~5095_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36121_combout )))) + + .dataa(\text_gen|char_ram~5095_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6887_q ), + .datad(\text_gen|char_ram~36121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36122 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36125 ( +// Equation(s): +// \text_gen|char_ram~36125_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~36122_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36124_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36124_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~36122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36125 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~36125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36128 ( +// Equation(s): +// \text_gen|char_ram~36128_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36125_combout & (\text_gen|char_ram~36127_combout )) # (!\text_gen|char_ram~36125_combout & ((\text_gen|char_ram~36120_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36125_combout )))) + + .dataa(\text_gen|char_ram~36127_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36120_combout ), + .datad(\text_gen|char_ram~36125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36128 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y23_N25 +dffeas \text_gen|char_ram~3471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y23_N3 +dffeas \text_gen|char_ram~7055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y23_N25 +dffeas \text_gen|char_ram~1679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5263feeder ( +// Equation(s): +// \text_gen|char_ram~5263feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y27_N27 +dffeas \text_gen|char_ram~5263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36150 ( +// Equation(s): +// \text_gen|char_ram~36150_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5263_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1679_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1679_q ), + .datad(\text_gen|char_ram~5263_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36150 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36151 ( +// Equation(s): +// \text_gen|char_ram~36151_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36150_combout & ((\text_gen|char_ram~7055_q ))) # (!\text_gen|char_ram~36150_combout & (\text_gen|char_ram~3471_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36150_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3471_q ), + .datac(\text_gen|char_ram~7055_q ), + .datad(\text_gen|char_ram~36150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36151 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y25_N31 +dffeas \text_gen|char_ram~5375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y26_N17 +dffeas \text_gen|char_ram~7167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y27_N19 +dffeas \text_gen|char_ram~3583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N31 +dffeas \text_gen|char_ram~1791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36157 ( +// Equation(s): +// \text_gen|char_ram~36157_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3583_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1791_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3583_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1791_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36157 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36158 ( +// Equation(s): +// \text_gen|char_ram~36158_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36157_combout & ((\text_gen|char_ram~7167_q ))) # (!\text_gen|char_ram~36157_combout & (\text_gen|char_ram~5375_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36157_combout )))) + + .dataa(\text_gen|char_ram~5375_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7167_q ), + .datad(\text_gen|char_ram~36157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36158 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y23_N23 +dffeas \text_gen|char_ram~3247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y23_N31 +dffeas \text_gen|char_ram~6831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y23_N17 +dffeas \text_gen|char_ram~1455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N23 +dffeas \text_gen|char_ram~5039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36154 ( +// Equation(s): +// \text_gen|char_ram~36154_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5039_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1455_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1455_q ), + .datad(\text_gen|char_ram~5039_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36154 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36155 ( +// Equation(s): +// \text_gen|char_ram~36155_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36154_combout & ((\text_gen|char_ram~6831_q ))) # (!\text_gen|char_ram~36154_combout & (\text_gen|char_ram~3247_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36154_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3247_q ), + .datac(\text_gen|char_ram~6831_q ), + .datad(\text_gen|char_ram~36154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36155 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y23_N11 +dffeas \text_gen|char_ram~5151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y23_N29 +dffeas \text_gen|char_ram~6943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y23_N25 +dffeas \text_gen|char_ram~3359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y23_N3 +dffeas \text_gen|char_ram~1567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36152 ( +// Equation(s): +// \text_gen|char_ram~36152_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3359_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1567_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3359_q ), + .datac(\text_gen|char_ram~1567_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36152 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36153 ( +// Equation(s): +// \text_gen|char_ram~36153_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36152_combout & ((\text_gen|char_ram~6943_q ))) # (!\text_gen|char_ram~36152_combout & (\text_gen|char_ram~5151_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36152_combout )))) + + .dataa(\text_gen|char_ram~5151_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6943_q ), + .datad(\text_gen|char_ram~36152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36153 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36156 ( +// Equation(s): +// \text_gen|char_ram~36156_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~36153_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36155_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36155_combout ), + .datad(\text_gen|char_ram~36153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36156 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36159 ( +// Equation(s): +// \text_gen|char_ram~36159_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36156_combout & ((\text_gen|char_ram~36158_combout ))) # (!\text_gen|char_ram~36156_combout & (\text_gen|char_ram~36151_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36156_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36151_combout ), + .datac(\text_gen|char_ram~36158_combout ), + .datad(\text_gen|char_ram~36156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36159 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N19 +dffeas \text_gen|char_ram~5088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y36_N31 +dffeas \text_gen|char_ram~6880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y36_N23 +dffeas \text_gen|char_ram~3296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y36_N29 +dffeas \text_gen|char_ram~1504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36139 ( +// Equation(s): +// \text_gen|char_ram~36139_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3296_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1504_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3296_q ), + .datac(\text_gen|char_ram~1504_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36139 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36140 ( +// Equation(s): +// \text_gen|char_ram~36140_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36139_combout & ((\text_gen|char_ram~6880_q ))) # (!\text_gen|char_ram~36139_combout & (\text_gen|char_ram~5088_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36139_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5088_q ), + .datac(\text_gen|char_ram~6880_q ), + .datad(\text_gen|char_ram~36139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36140 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y29_N13 +dffeas \text_gen|char_ram~3184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y33_N9 +dffeas \text_gen|char_ram~6768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y33_N3 +dffeas \text_gen|char_ram~4976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N19 +dffeas \text_gen|char_ram~1392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36143 ( +// Equation(s): +// \text_gen|char_ram~36143_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4976_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1392_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4976_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1392_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36143 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36144 ( +// Equation(s): +// \text_gen|char_ram~36144_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36143_combout & ((\text_gen|char_ram~6768_q ))) # (!\text_gen|char_ram~36143_combout & (\text_gen|char_ram~3184_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36143_combout )))) + + .dataa(\text_gen|char_ram~3184_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6768_q ), + .datad(\text_gen|char_ram~36143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36144 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3408feeder ( +// Equation(s): +// \text_gen|char_ram~3408feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3408feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y30_N1 +dffeas \text_gen|char_ram~3408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y30_N17 +dffeas \text_gen|char_ram~6992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5200feeder ( +// Equation(s): +// \text_gen|char_ram~5200feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5200feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5200feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5200feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y30_N17 +dffeas \text_gen|char_ram~5200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5200feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N3 +dffeas \text_gen|char_ram~1616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36141 ( +// Equation(s): +// \text_gen|char_ram~36141_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5200_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1616_q +// ))))) + + .dataa(\text_gen|char_ram~5200_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1616_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36141 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36142 ( +// Equation(s): +// \text_gen|char_ram~36142_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36141_combout & ((\text_gen|char_ram~6992_q ))) # (!\text_gen|char_ram~36141_combout & (\text_gen|char_ram~3408_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36141_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3408_q ), + .datac(\text_gen|char_ram~6992_q ), + .datad(\text_gen|char_ram~36141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36142 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36145 ( +// Equation(s): +// \text_gen|char_ram~36145_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36142_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36144_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36144_combout ), + .datad(\text_gen|char_ram~36142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36145 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N9 +dffeas \text_gen|char_ram~5312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y28_N17 +dffeas \text_gen|char_ram~7104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y28_N21 +dffeas \text_gen|char_ram~3520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y28_N27 +dffeas \text_gen|char_ram~1728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36146 ( +// Equation(s): +// \text_gen|char_ram~36146_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3520_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1728_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3520_q ), + .datac(\text_gen|char_ram~1728_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36146 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36147 ( +// Equation(s): +// \text_gen|char_ram~36147_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36146_combout & ((\text_gen|char_ram~7104_q ))) # (!\text_gen|char_ram~36146_combout & (\text_gen|char_ram~5312_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36146_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5312_q ), + .datac(\text_gen|char_ram~7104_q ), + .datad(\text_gen|char_ram~36146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36147 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36148 ( +// Equation(s): +// \text_gen|char_ram~36148_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36145_combout & ((\text_gen|char_ram~36147_combout ))) # (!\text_gen|char_ram~36145_combout & (\text_gen|char_ram~36140_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36145_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36140_combout ), + .datac(\text_gen|char_ram~36145_combout ), + .datad(\text_gen|char_ram~36147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36148 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~36148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y29_N1 +dffeas \text_gen|char_ram~5368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y29_N23 +dffeas \text_gen|char_ram~7160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y27_N29 +dffeas \text_gen|char_ram~3576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y27_N31 +dffeas \text_gen|char_ram~1784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36136 ( +// Equation(s): +// \text_gen|char_ram~36136_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3576_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1784_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3576_q ), + .datac(\text_gen|char_ram~1784_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36136 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36137 ( +// Equation(s): +// \text_gen|char_ram~36137_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36136_combout & ((\text_gen|char_ram~7160_q ))) # (!\text_gen|char_ram~36136_combout & (\text_gen|char_ram~5368_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36136_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5368_q ), + .datac(\text_gen|char_ram~7160_q ), + .datad(\text_gen|char_ram~36136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36137 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y27_N27 +dffeas \text_gen|char_ram~3240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y29_N31 +dffeas \text_gen|char_ram~6824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y29_N17 +dffeas \text_gen|char_ram~1448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y29_N21 +dffeas \text_gen|char_ram~5032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36133 ( +// Equation(s): +// \text_gen|char_ram~36133_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~5032_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1448_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1448_q ), + .datad(\text_gen|char_ram~5032_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36133 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36134 ( +// Equation(s): +// \text_gen|char_ram~36134_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36133_combout & ((\text_gen|char_ram~6824_q ))) # (!\text_gen|char_ram~36133_combout & (\text_gen|char_ram~3240_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36133_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3240_q ), + .datac(\text_gen|char_ram~6824_q ), + .datad(\text_gen|char_ram~36133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36134 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y29_N1 +dffeas \text_gen|char_ram~3464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y29_N11 +dffeas \text_gen|char_ram~7048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y31_N23 +dffeas \text_gen|char_ram~5256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y28_N9 +dffeas \text_gen|char_ram~1672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36131 ( +// Equation(s): +// \text_gen|char_ram~36131_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5256_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1672_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5256_q ), + .datac(\text_gen|char_ram~1672_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36131 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36132 ( +// Equation(s): +// \text_gen|char_ram~36132_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36131_combout & ((\text_gen|char_ram~7048_q ))) # (!\text_gen|char_ram~36131_combout & (\text_gen|char_ram~3464_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36131_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3464_q ), + .datac(\text_gen|char_ram~7048_q ), + .datad(\text_gen|char_ram~36131_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36132 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36135 ( +// Equation(s): +// \text_gen|char_ram~36135_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~36132_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~36134_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~36134_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36135 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~36135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y40_N9 +dffeas \text_gen|char_ram~5144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y33_N7 +dffeas \text_gen|char_ram~6936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y33_N29 +dffeas \text_gen|char_ram~1560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3352feeder ( +// Equation(s): +// \text_gen|char_ram~3352feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3352feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y22_N17 +dffeas \text_gen|char_ram~3352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36129 ( +// Equation(s): +// \text_gen|char_ram~36129_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3352_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1560_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1560_q ), + .datad(\text_gen|char_ram~3352_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36129 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36130 ( +// Equation(s): +// \text_gen|char_ram~36130_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36129_combout & ((\text_gen|char_ram~6936_q ))) # (!\text_gen|char_ram~36129_combout & (\text_gen|char_ram~5144_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36129_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5144_q ), + .datac(\text_gen|char_ram~6936_q ), + .datad(\text_gen|char_ram~36129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36130 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36138 ( +// Equation(s): +// \text_gen|char_ram~36138_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36135_combout & (\text_gen|char_ram~36137_combout )) # (!\text_gen|char_ram~36135_combout & ((\text_gen|char_ram~36130_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36135_combout )))) + + .dataa(\text_gen|char_ram~36137_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36135_combout ), + .datad(\text_gen|char_ram~36130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36138 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~36138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36149 ( +// Equation(s): +// \text_gen|char_ram~36149_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36138_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36148_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36148_combout ), + .datad(\text_gen|char_ram~36138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36149 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36160 ( +// Equation(s): +// \text_gen|char_ram~36160_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36149_combout & ((\text_gen|char_ram~36159_combout ))) # (!\text_gen|char_ram~36149_combout & (\text_gen|char_ram~36128_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~36149_combout )))) + + .dataa(\text_gen|char_ram~36128_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36159_combout ), + .datad(\text_gen|char_ram~36149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36160 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36161 ( +// Equation(s): +// \text_gen|char_ram~36161_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36118_combout & ((\text_gen|char_ram~36160_combout ))) # (!\text_gen|char_ram~36118_combout & (\text_gen|char_ram~36033_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36118_combout )))) + + .dataa(\text_gen|char_ram~36033_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36118_combout ), + .datad(\text_gen|char_ram~36160_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36161 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~36161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36162 ( +// Equation(s): +// \text_gen|char_ram~36162_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~35991_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~36161_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35991_combout ), + .datad(\text_gen|char_ram~36161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36162 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~36162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17520feeder ( +// Equation(s): +// \text_gen|char_ram~17520feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17520feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y29_N15 +dffeas \text_gen|char_ram~17520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N3 +dffeas \text_gen|char_ram~21104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19312feeder ( +// Equation(s): +// \text_gen|char_ram~19312feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y29_N25 +dffeas \text_gen|char_ram~19312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N25 +dffeas \text_gen|char_ram~15728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35803 ( +// Equation(s): +// \text_gen|char_ram~35803_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19312_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15728_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19312_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15728_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35803 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35804 ( +// Equation(s): +// \text_gen|char_ram~35804_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35803_combout & ((\text_gen|char_ram~21104_q ))) # (!\text_gen|char_ram~35803_combout & (\text_gen|char_ram~17520_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35803_combout )))) + + .dataa(\text_gen|char_ram~17520_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21104_q ), + .datad(\text_gen|char_ram~35803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35804 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y29_N25 +dffeas \text_gen|char_ram~15784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y29_N31 +dffeas \text_gen|char_ram~19368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35801 ( +// Equation(s): +// \text_gen|char_ram~35801_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~19368_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15784_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15784_q ), + .datad(\text_gen|char_ram~19368_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35801 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y29_N15 +dffeas \text_gen|char_ram~21160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y27_N5 +dffeas \text_gen|char_ram~17576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35802 ( +// Equation(s): +// \text_gen|char_ram~35802_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35801_combout & (\text_gen|char_ram~21160_q )) # (!\text_gen|char_ram~35801_combout & ((\text_gen|char_ram~17576_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~35801_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~35801_combout ), + .datac(\text_gen|char_ram~21160_q ), + .datad(\text_gen|char_ram~17576_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35802 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35805 ( +// Equation(s): +// \text_gen|char_ram~35805_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35802_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35804_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35804_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~35802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35805 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~35805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y29_N21 +dffeas \text_gen|char_ram~19319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y28_N13 +dffeas \text_gen|char_ram~21111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y32_N27 +dffeas \text_gen|char_ram~15735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N15 +dffeas \text_gen|char_ram~17527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35799 ( +// Equation(s): +// \text_gen|char_ram~35799_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17527_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15735_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15735_q ), + .datad(\text_gen|char_ram~17527_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35799 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35800 ( +// Equation(s): +// \text_gen|char_ram~35800_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35799_combout & ((\text_gen|char_ram~21111_q ))) # (!\text_gen|char_ram~35799_combout & (\text_gen|char_ram~19319_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35799_combout )))) + + .dataa(\text_gen|char_ram~19319_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21111_q ), + .datad(\text_gen|char_ram~35799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35800 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19375feeder ( +// Equation(s): +// \text_gen|char_ram~19375feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N11 +dffeas \text_gen|char_ram~19375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y23_N7 +dffeas \text_gen|char_ram~21167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y23_N29 +dffeas \text_gen|char_ram~17583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y23_N21 +dffeas \text_gen|char_ram~15791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35806 ( +// Equation(s): +// \text_gen|char_ram~35806_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17583_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15791_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17583_q ), + .datac(\text_gen|char_ram~15791_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35806 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35807 ( +// Equation(s): +// \text_gen|char_ram~35807_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35806_combout & ((\text_gen|char_ram~21167_q ))) # (!\text_gen|char_ram~35806_combout & (\text_gen|char_ram~19375_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35806_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19375_q ), + .datac(\text_gen|char_ram~21167_q ), + .datad(\text_gen|char_ram~35806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35807 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35808 ( +// Equation(s): +// \text_gen|char_ram~35808_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35805_combout & ((\text_gen|char_ram~35807_combout ))) # (!\text_gen|char_ram~35805_combout & (\text_gen|char_ram~35800_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~35805_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35805_combout ), + .datac(\text_gen|char_ram~35800_combout ), + .datad(\text_gen|char_ram~35807_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35808 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~35808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y25_N25 +dffeas \text_gen|char_ram~19431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y28_N23 +dffeas \text_gen|char_ram~21223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17639feeder ( +// Equation(s): +// \text_gen|char_ram~17639feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17639feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17639feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17639feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y24_N19 +dffeas \text_gen|char_ram~17639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17639feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y28_N25 +dffeas \text_gen|char_ram~15847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35791 ( +// Equation(s): +// \text_gen|char_ram~35791_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17639_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15847_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17639_q ), + .datac(\text_gen|char_ram~15847_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35791 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35792 ( +// Equation(s): +// \text_gen|char_ram~35792_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35791_combout & ((\text_gen|char_ram~21223_q ))) # (!\text_gen|char_ram~35791_combout & (\text_gen|char_ram~19431_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35791_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19431_q ), + .datac(\text_gen|char_ram~21223_q ), + .datad(\text_gen|char_ram~35791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35792 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y29_N17 +dffeas \text_gen|char_ram~15840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y36_N29 +dffeas \text_gen|char_ram~19424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35793 ( +// Equation(s): +// \text_gen|char_ram~35793_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~19424_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15840_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15840_q ), + .datad(\text_gen|char_ram~19424_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35793 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17632feeder ( +// Equation(s): +// \text_gen|char_ram~17632feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17632feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17632feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17632feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y29_N25 +dffeas \text_gen|char_ram~17632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17632feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y29_N29 +dffeas \text_gen|char_ram~21216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35794 ( +// Equation(s): +// \text_gen|char_ram~35794_combout = (\text_gen|char_ram~35793_combout & (((\text_gen|char_ram~21216_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~35793_combout & (\text_gen|char_ram~17632_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~35793_combout ), + .datab(\text_gen|char_ram~17632_q ), + .datac(\text_gen|char_ram~21216_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35794 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~35794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35795 ( +// Equation(s): +// \text_gen|char_ram~35795_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~35792_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35794_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35792_combout ), + .datad(\text_gen|char_ram~35794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35795 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y27_N1 +dffeas \text_gen|char_ram~19487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y32_N11 +dffeas \text_gen|char_ram~21279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y27_N27 +dffeas \text_gen|char_ram~17695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y31_N31 +dffeas \text_gen|char_ram~15903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35796 ( +// Equation(s): +// \text_gen|char_ram~35796_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17695_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15903_q +// ))))) + + .dataa(\text_gen|char_ram~17695_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15903_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35796 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35797 ( +// Equation(s): +// \text_gen|char_ram~35797_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35796_combout & ((\text_gen|char_ram~21279_q ))) # (!\text_gen|char_ram~35796_combout & (\text_gen|char_ram~19487_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35796_combout )))) + + .dataa(\text_gen|char_ram~19487_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21279_q ), + .datad(\text_gen|char_ram~35796_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35797 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y35_N23 +dffeas \text_gen|char_ram~17688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y32_N29 +dffeas \text_gen|char_ram~21272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y29_N17 +dffeas \text_gen|char_ram~19480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y25_N13 +dffeas \text_gen|char_ram~15896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35789 ( +// Equation(s): +// \text_gen|char_ram~35789_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19480_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15896_q +// ))))) + + .dataa(\text_gen|char_ram~19480_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15896_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35789 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35790 ( +// Equation(s): +// \text_gen|char_ram~35790_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35789_combout & ((\text_gen|char_ram~21272_q ))) # (!\text_gen|char_ram~35789_combout & (\text_gen|char_ram~17688_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35789_combout )))) + + .dataa(\text_gen|char_ram~17688_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21272_q ), + .datad(\text_gen|char_ram~35789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35790 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35798 ( +// Equation(s): +// \text_gen|char_ram~35798_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35795_combout & (\text_gen|char_ram~35797_combout )) # (!\text_gen|char_ram~35795_combout & ((\text_gen|char_ram~35790_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~35795_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~35795_combout ), + .datac(\text_gen|char_ram~35797_combout ), + .datad(\text_gen|char_ram~35790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35798 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35809 ( +// Equation(s): +// \text_gen|char_ram~35809_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~35798_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~35808_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35808_combout ), + .datad(\text_gen|char_ram~35798_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35809 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y33_N3 +dffeas \text_gen|char_ram~21496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y29_N21 +dffeas \text_gen|char_ram~19704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y29_N13 +dffeas \text_gen|char_ram~16120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35810 ( +// Equation(s): +// \text_gen|char_ram~35810_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19704_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16120_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19704_q ), + .datac(\text_gen|char_ram~16120_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35810 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y35_N25 +dffeas \text_gen|char_ram~17912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35811 ( +// Equation(s): +// \text_gen|char_ram~35811_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35810_combout & (\text_gen|char_ram~21496_q )) # (!\text_gen|char_ram~35810_combout & ((\text_gen|char_ram~17912_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35810_combout )))) + + .dataa(\text_gen|char_ram~21496_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~35810_combout ), + .datad(\text_gen|char_ram~17912_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35811 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y29_N5 +dffeas \text_gen|char_ram~19648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y29_N11 +dffeas \text_gen|char_ram~16064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35814 ( +// Equation(s): +// \text_gen|char_ram~35814_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19648_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16064_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19648_q ), + .datac(\text_gen|char_ram~16064_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35814 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N11 +dffeas \text_gen|char_ram~17856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y29_N7 +dffeas \text_gen|char_ram~21440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35815 ( +// Equation(s): +// \text_gen|char_ram~35815_combout = (\text_gen|char_ram~35814_combout & (((\text_gen|char_ram~21440_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~35814_combout & (\text_gen|char_ram~17856_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~35814_combout ), + .datab(\text_gen|char_ram~17856_q ), + .datac(\text_gen|char_ram~21440_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35815 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~35815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19655feeder ( +// Equation(s): +// \text_gen|char_ram~19655feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y25_N21 +dffeas \text_gen|char_ram~19655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y29_N13 +dffeas \text_gen|char_ram~21447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y23_N21 +dffeas \text_gen|char_ram~17863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y23_N11 +dffeas \text_gen|char_ram~16071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35812 ( +// Equation(s): +// \text_gen|char_ram~35812_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17863_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~16071_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17863_q ), + .datac(\text_gen|char_ram~16071_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35812 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35813 ( +// Equation(s): +// \text_gen|char_ram~35813_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35812_combout & ((\text_gen|char_ram~21447_q ))) # (!\text_gen|char_ram~35812_combout & (\text_gen|char_ram~19655_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35812_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19655_q ), + .datac(\text_gen|char_ram~21447_q ), + .datad(\text_gen|char_ram~35812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35813 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35816 ( +// Equation(s): +// \text_gen|char_ram~35816_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~35813_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35815_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35815_combout ), + .datad(\text_gen|char_ram~35813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35816 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y27_N19 +dffeas \text_gen|char_ram~19711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y27_N17 +dffeas \text_gen|char_ram~21503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17919feeder ( +// Equation(s): +// \text_gen|char_ram~17919feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17919feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N11 +dffeas \text_gen|char_ram~17919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y23_N27 +dffeas \text_gen|char_ram~16127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35817 ( +// Equation(s): +// \text_gen|char_ram~35817_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17919_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~16127_q +// ))))) + + .dataa(\text_gen|char_ram~17919_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~16127_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35817 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35818 ( +// Equation(s): +// \text_gen|char_ram~35818_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35817_combout & ((\text_gen|char_ram~21503_q ))) # (!\text_gen|char_ram~35817_combout & (\text_gen|char_ram~19711_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35817_combout )))) + + .dataa(\text_gen|char_ram~19711_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21503_q ), + .datad(\text_gen|char_ram~35817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35818 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35819 ( +// Equation(s): +// \text_gen|char_ram~35819_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35816_combout & ((\text_gen|char_ram~35818_combout ))) # (!\text_gen|char_ram~35816_combout & (\text_gen|char_ram~35811_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~35816_combout )))) + + .dataa(\text_gen|char_ram~35811_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35816_combout ), + .datad(\text_gen|char_ram~35818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35819 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~35819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19599feeder ( +// Equation(s): +// \text_gen|char_ram~19599feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y31_N7 +dffeas \text_gen|char_ram~19599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y23_N23 +dffeas \text_gen|char_ram~21391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y23_N21 +dffeas \text_gen|char_ram~17807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y23_N27 +dffeas \text_gen|char_ram~16015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35786 ( +// Equation(s): +// \text_gen|char_ram~35786_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17807_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~16015_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17807_q ), + .datac(\text_gen|char_ram~16015_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35786 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35787 ( +// Equation(s): +// \text_gen|char_ram~35787_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35786_combout & ((\text_gen|char_ram~21391_q ))) # (!\text_gen|char_ram~35786_combout & (\text_gen|char_ram~19599_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35786_combout )))) + + .dataa(\text_gen|char_ram~19599_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21391_q ), + .datad(\text_gen|char_ram~35786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35787 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y23_N5 +dffeas \text_gen|char_ram~21335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y48_N9 +dffeas \text_gen|char_ram~19543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y50_N11 +dffeas \text_gen|char_ram~15959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17751feeder ( +// Equation(s): +// \text_gen|char_ram~17751feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17751feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y22_N7 +dffeas \text_gen|char_ram~17751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35779 ( +// Equation(s): +// \text_gen|char_ram~35779_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~17751_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15959_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15959_q ), + .datad(\text_gen|char_ram~17751_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35779 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35780 ( +// Equation(s): +// \text_gen|char_ram~35780_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35779_combout & (\text_gen|char_ram~21335_q )) # (!\text_gen|char_ram~35779_combout & ((\text_gen|char_ram~19543_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35779_combout )))) + + .dataa(\text_gen|char_ram~21335_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~19543_q ), + .datad(\text_gen|char_ram~35779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35780 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y29_N13 +dffeas \text_gen|char_ram~17744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y29_N7 +dffeas \text_gen|char_ram~21328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y33_N7 +dffeas \text_gen|char_ram~15952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y50_N5 +dffeas \text_gen|char_ram~19536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35783 ( +// Equation(s): +// \text_gen|char_ram~35783_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~19536_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15952_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15952_q ), + .datad(\text_gen|char_ram~19536_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35783 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35784 ( +// Equation(s): +// \text_gen|char_ram~35784_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35783_combout & ((\text_gen|char_ram~21328_q ))) # (!\text_gen|char_ram~35783_combout & (\text_gen|char_ram~17744_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35783_combout )))) + + .dataa(\text_gen|char_ram~17744_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21328_q ), + .datad(\text_gen|char_ram~35783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35784 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y27_N23 +dffeas \text_gen|char_ram~17800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y29_N19 +dffeas \text_gen|char_ram~21384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19592feeder ( +// Equation(s): +// \text_gen|char_ram~19592feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y31_N23 +dffeas \text_gen|char_ram~19592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y20_N11 +dffeas \text_gen|char_ram~16008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35781 ( +// Equation(s): +// \text_gen|char_ram~35781_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19592_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16008_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19592_q ), + .datac(\text_gen|char_ram~16008_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35781 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35782 ( +// Equation(s): +// \text_gen|char_ram~35782_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35781_combout & ((\text_gen|char_ram~21384_q ))) # (!\text_gen|char_ram~35781_combout & (\text_gen|char_ram~17800_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35781_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17800_q ), + .datac(\text_gen|char_ram~21384_q ), + .datad(\text_gen|char_ram~35781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35782 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35785 ( +// Equation(s): +// \text_gen|char_ram~35785_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35782_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~35784_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35784_combout ), + .datad(\text_gen|char_ram~35782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35785 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35788 ( +// Equation(s): +// \text_gen|char_ram~35788_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35785_combout & (\text_gen|char_ram~35787_combout )) # (!\text_gen|char_ram~35785_combout & ((\text_gen|char_ram~35780_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35785_combout )))) + + .dataa(\text_gen|char_ram~35787_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35780_combout ), + .datad(\text_gen|char_ram~35785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35788 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35820 ( +// Equation(s): +// \text_gen|char_ram~35820_combout = (\text_gen|char_ram~35809_combout & (((\text_gen|char_ram~35819_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~35809_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35788_combout )))) + + .dataa(\text_gen|char_ram~35809_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35819_combout ), + .datad(\text_gen|char_ram~35788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35820 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19669feeder ( +// Equation(s): +// \text_gen|char_ram~19669feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19669feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19669feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19669feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y47_N5 +dffeas \text_gen|char_ram~19669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19669feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y31_N7 +dffeas \text_gen|char_ram~21461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17877feeder ( +// Equation(s): +// \text_gen|char_ram~17877feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y21_N9 +dffeas \text_gen|char_ram~17877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y32_N23 +dffeas \text_gen|char_ram~16085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35774 ( +// Equation(s): +// \text_gen|char_ram~35774_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17877_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~16085_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17877_q ), + .datac(\text_gen|char_ram~16085_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35774 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35775 ( +// Equation(s): +// \text_gen|char_ram~35775_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35774_combout & ((\text_gen|char_ram~21461_q ))) # (!\text_gen|char_ram~35774_combout & (\text_gen|char_ram~19669_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35774_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19669_q ), + .datac(\text_gen|char_ram~21461_q ), + .datad(\text_gen|char_ram~35774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35775 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y39_N23 +dffeas \text_gen|char_ram~19613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y32_N27 +dffeas \text_gen|char_ram~21405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y32_N17 +dffeas \text_gen|char_ram~16029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y27_N9 +dffeas \text_gen|char_ram~17821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35769 ( +// Equation(s): +// \text_gen|char_ram~35769_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~17821_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~16029_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~16029_q ), + .datad(\text_gen|char_ram~17821_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35769 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35770 ( +// Equation(s): +// \text_gen|char_ram~35770_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35769_combout & ((\text_gen|char_ram~21405_q ))) # (!\text_gen|char_ram~35769_combout & (\text_gen|char_ram~19613_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35769_combout )))) + + .dataa(\text_gen|char_ram~19613_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21405_q ), + .datad(\text_gen|char_ram~35769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35770 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y34_N7 +dffeas \text_gen|char_ram~16022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19606feeder ( +// Equation(s): +// \text_gen|char_ram~19606feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19606feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19606feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19606feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y39_N31 +dffeas \text_gen|char_ram~19606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19606feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35771 ( +// Equation(s): +// \text_gen|char_ram~35771_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~19606_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~16022_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~16022_q ), + .datad(\text_gen|char_ram~19606_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35771 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y32_N9 +dffeas \text_gen|char_ram~21398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y32_N19 +dffeas \text_gen|char_ram~17814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35772 ( +// Equation(s): +// \text_gen|char_ram~35772_combout = (\text_gen|char_ram~35771_combout & (((\text_gen|char_ram~21398_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~35771_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17814_q )))) + + .dataa(\text_gen|char_ram~35771_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21398_q ), + .datad(\text_gen|char_ram~17814_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35772 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35773 ( +// Equation(s): +// \text_gen|char_ram~35773_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35770_combout ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~35772_combout & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35770_combout ), + .datac(\text_gen|char_ram~35772_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~35773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35773 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17870feeder ( +// Equation(s): +// \text_gen|char_ram~17870feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y31_N13 +dffeas \text_gen|char_ram~17870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y33_N29 +dffeas \text_gen|char_ram~21454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y47_N19 +dffeas \text_gen|char_ram~19662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N11 +dffeas \text_gen|char_ram~16078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35767 ( +// Equation(s): +// \text_gen|char_ram~35767_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19662_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16078_q +// ))))) + + .dataa(\text_gen|char_ram~19662_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~16078_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35767 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35768 ( +// Equation(s): +// \text_gen|char_ram~35768_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35767_combout & ((\text_gen|char_ram~21454_q ))) # (!\text_gen|char_ram~35767_combout & (\text_gen|char_ram~17870_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35767_combout )))) + + .dataa(\text_gen|char_ram~17870_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21454_q ), + .datad(\text_gen|char_ram~35767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35768 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35776 ( +// Equation(s): +// \text_gen|char_ram~35776_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35773_combout & (\text_gen|char_ram~35775_combout )) # (!\text_gen|char_ram~35773_combout & ((\text_gen|char_ram~35768_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~35773_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~35775_combout ), + .datac(\text_gen|char_ram~35773_combout ), + .datad(\text_gen|char_ram~35768_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35776 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y32_N23 +dffeas \text_gen|char_ram~17590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y32_N5 +dffeas \text_gen|char_ram~21174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y37_N31 +dffeas \text_gen|char_ram~15798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19382feeder ( +// Equation(s): +// \text_gen|char_ram~19382feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19382feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19382feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19382feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y39_N5 +dffeas \text_gen|char_ram~19382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19382feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35750 ( +// Equation(s): +// \text_gen|char_ram~35750_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~19382_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15798_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15798_q ), + .datad(\text_gen|char_ram~19382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35750 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35751 ( +// Equation(s): +// \text_gen|char_ram~35751_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35750_combout & ((\text_gen|char_ram~21174_q ))) # (!\text_gen|char_ram~35750_combout & (\text_gen|char_ram~17590_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35750_combout )))) + + .dataa(\text_gen|char_ram~17590_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21174_q ), + .datad(\text_gen|char_ram~35750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35751 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y32_N11 +dffeas \text_gen|char_ram~19389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y32_N31 +dffeas \text_gen|char_ram~21181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17597feeder ( +// Equation(s): +// \text_gen|char_ram~17597feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17597feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17597feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17597feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y30_N21 +dffeas \text_gen|char_ram~17597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17597feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y32_N21 +dffeas \text_gen|char_ram~15805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35748 ( +// Equation(s): +// \text_gen|char_ram~35748_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17597_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15805_q +// ))))) + + .dataa(\text_gen|char_ram~17597_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15805_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35748 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35749 ( +// Equation(s): +// \text_gen|char_ram~35749_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35748_combout & ((\text_gen|char_ram~21181_q ))) # (!\text_gen|char_ram~35748_combout & (\text_gen|char_ram~19389_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35748_combout )))) + + .dataa(\text_gen|char_ram~19389_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21181_q ), + .datad(\text_gen|char_ram~35748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35749 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35752 ( +// Equation(s): +// \text_gen|char_ram~35752_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~35749_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~35751_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35751_combout ), + .datad(\text_gen|char_ram~35749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35752 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y32_N13 +dffeas \text_gen|char_ram~17646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y32_N19 +dffeas \text_gen|char_ram~21230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19438feeder ( +// Equation(s): +// \text_gen|char_ram~19438feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y31_N9 +dffeas \text_gen|char_ram~19438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y33_N5 +dffeas \text_gen|char_ram~15854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35746 ( +// Equation(s): +// \text_gen|char_ram~35746_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19438_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15854_q +// ))))) + + .dataa(\text_gen|char_ram~19438_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15854_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35746 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35747 ( +// Equation(s): +// \text_gen|char_ram~35747_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35746_combout & ((\text_gen|char_ram~21230_q ))) # (!\text_gen|char_ram~35746_combout & (\text_gen|char_ram~17646_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35746_combout )))) + + .dataa(\text_gen|char_ram~17646_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21230_q ), + .datad(\text_gen|char_ram~35746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35747 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19445feeder ( +// Equation(s): +// \text_gen|char_ram~19445feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19445feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19445feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19445feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y38_N1 +dffeas \text_gen|char_ram~19445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19445feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y38_N27 +dffeas \text_gen|char_ram~21237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17653feeder ( +// Equation(s): +// \text_gen|char_ram~17653feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y35_N21 +dffeas \text_gen|char_ram~17653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y38_N29 +dffeas \text_gen|char_ram~15861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35753 ( +// Equation(s): +// \text_gen|char_ram~35753_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17653_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15861_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~17653_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15861_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35753 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35754 ( +// Equation(s): +// \text_gen|char_ram~35754_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35753_combout & ((\text_gen|char_ram~21237_q ))) # (!\text_gen|char_ram~35753_combout & (\text_gen|char_ram~19445_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35753_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19445_q ), + .datac(\text_gen|char_ram~21237_q ), + .datad(\text_gen|char_ram~35753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35754 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35755 ( +// Equation(s): +// \text_gen|char_ram~35755_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35752_combout & ((\text_gen|char_ram~35754_combout ))) # (!\text_gen|char_ram~35752_combout & (\text_gen|char_ram~35747_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~35752_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~35752_combout ), + .datac(\text_gen|char_ram~35747_combout ), + .datad(\text_gen|char_ram~35754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35755 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~35755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19277feeder ( +// Equation(s): +// \text_gen|char_ram~19277feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y26_N9 +dffeas \text_gen|char_ram~19277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y30_N27 +dffeas \text_gen|char_ram~21069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y24_N1 +dffeas \text_gen|char_ram~17485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y34_N19 +dffeas \text_gen|char_ram~15693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35756 ( +// Equation(s): +// \text_gen|char_ram~35756_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17485_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15693_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17485_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~15693_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35756 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~35756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35757 ( +// Equation(s): +// \text_gen|char_ram~35757_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35756_combout & ((\text_gen|char_ram~21069_q ))) # (!\text_gen|char_ram~35756_combout & (\text_gen|char_ram~19277_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35756_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19277_q ), + .datac(\text_gen|char_ram~21069_q ), + .datad(\text_gen|char_ram~35756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35757 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y26_N9 +dffeas \text_gen|char_ram~17534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y30_N9 +dffeas \text_gen|char_ram~21118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19326feeder ( +// Equation(s): +// \text_gen|char_ram~19326feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y27_N31 +dffeas \text_gen|char_ram~19326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y28_N25 +dffeas \text_gen|char_ram~15742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35758 ( +// Equation(s): +// \text_gen|char_ram~35758_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19326_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15742_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19326_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15742_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35758 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35759 ( +// Equation(s): +// \text_gen|char_ram~35759_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35758_combout & ((\text_gen|char_ram~21118_q ))) # (!\text_gen|char_ram~35758_combout & (\text_gen|char_ram~17534_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35758_combout )))) + + .dataa(\text_gen|char_ram~17534_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21118_q ), + .datad(\text_gen|char_ram~35758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35759 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y30_N19 +dffeas \text_gen|char_ram~17478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y30_N7 +dffeas \text_gen|char_ram~21062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N29 +dffeas \text_gen|char_ram~15686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19270feeder ( +// Equation(s): +// \text_gen|char_ram~19270feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y30_N21 +dffeas \text_gen|char_ram~19270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35760 ( +// Equation(s): +// \text_gen|char_ram~35760_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~19270_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15686_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15686_q ), + .datad(\text_gen|char_ram~19270_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35760 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35761 ( +// Equation(s): +// \text_gen|char_ram~35761_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35760_combout & ((\text_gen|char_ram~21062_q ))) # (!\text_gen|char_ram~35760_combout & (\text_gen|char_ram~17478_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35760_combout )))) + + .dataa(\text_gen|char_ram~17478_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21062_q ), + .datad(\text_gen|char_ram~35760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35761 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35762 ( +// Equation(s): +// \text_gen|char_ram~35762_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35759_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35761_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35759_combout ), + .datad(\text_gen|char_ram~35761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35762 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y24_N25 +dffeas \text_gen|char_ram~19333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y24_N21 +dffeas \text_gen|char_ram~21125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y24_N29 +dffeas \text_gen|char_ram~15749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y26_N19 +dffeas \text_gen|char_ram~17541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35763 ( +// Equation(s): +// \text_gen|char_ram~35763_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~17541_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15749_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15749_q ), + .datad(\text_gen|char_ram~17541_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35763 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35764 ( +// Equation(s): +// \text_gen|char_ram~35764_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35763_combout & ((\text_gen|char_ram~21125_q ))) # (!\text_gen|char_ram~35763_combout & (\text_gen|char_ram~19333_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35763_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19333_q ), + .datac(\text_gen|char_ram~21125_q ), + .datad(\text_gen|char_ram~35763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35764 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35765 ( +// Equation(s): +// \text_gen|char_ram~35765_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35762_combout & ((\text_gen|char_ram~35764_combout ))) # (!\text_gen|char_ram~35762_combout & (\text_gen|char_ram~35757_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35762_combout )))) + + .dataa(\text_gen|char_ram~35757_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35762_combout ), + .datad(\text_gen|char_ram~35764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35765 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~35765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35766 ( +// Equation(s): +// \text_gen|char_ram~35766_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35755_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~35765_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35755_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~35765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35766 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~35766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21349feeder ( +// Equation(s): +// \text_gen|char_ram~21349feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y32_N15 +dffeas \text_gen|char_ram~21349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17765feeder ( +// Equation(s): +// \text_gen|char_ram~17765feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y27_N27 +dffeas \text_gen|char_ram~17765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y31_N7 +dffeas \text_gen|char_ram~15973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35743 ( +// Equation(s): +// \text_gen|char_ram~35743_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17765_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15973_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17765_q ), + .datac(\text_gen|char_ram~15973_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35743 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19557feeder ( +// Equation(s): +// \text_gen|char_ram~19557feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19557feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y32_N29 +dffeas \text_gen|char_ram~19557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35744 ( +// Equation(s): +// \text_gen|char_ram~35744_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35743_combout & (\text_gen|char_ram~21349_q )) # (!\text_gen|char_ram~35743_combout & ((\text_gen|char_ram~19557_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35743_combout )))) + + .dataa(\text_gen|char_ram~21349_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~35743_combout ), + .datad(\text_gen|char_ram~19557_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35744 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y27_N17 +dffeas \text_gen|char_ram~17758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y32_N9 +dffeas \text_gen|char_ram~21342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19550feeder ( +// Equation(s): +// \text_gen|char_ram~19550feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19550feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19550feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19550feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y31_N9 +dffeas \text_gen|char_ram~19550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19550feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y31_N29 +dffeas \text_gen|char_ram~15966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35738 ( +// Equation(s): +// \text_gen|char_ram~35738_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19550_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15966_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19550_q ), + .datac(\text_gen|char_ram~15966_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35738 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35739 ( +// Equation(s): +// \text_gen|char_ram~35739_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35738_combout & ((\text_gen|char_ram~21342_q ))) # (!\text_gen|char_ram~35738_combout & (\text_gen|char_ram~17758_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35738_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17758_q ), + .datac(\text_gen|char_ram~21342_q ), + .datad(\text_gen|char_ram~35738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35739 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y30_N25 +dffeas \text_gen|char_ram~17702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y32_N11 +dffeas \text_gen|char_ram~21286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19494feeder ( +// Equation(s): +// \text_gen|char_ram~19494feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19494feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19494feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19494feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y39_N1 +dffeas \text_gen|char_ram~19494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19494feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y34_N21 +dffeas \text_gen|char_ram~15910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35740 ( +// Equation(s): +// \text_gen|char_ram~35740_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19494_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15910_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19494_q ), + .datac(\text_gen|char_ram~15910_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35740 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35741 ( +// Equation(s): +// \text_gen|char_ram~35741_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35740_combout & ((\text_gen|char_ram~21286_q ))) # (!\text_gen|char_ram~35740_combout & (\text_gen|char_ram~17702_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35740_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17702_q ), + .datac(\text_gen|char_ram~21286_q ), + .datad(\text_gen|char_ram~35740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35741 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35742 ( +// Equation(s): +// \text_gen|char_ram~35742_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35739_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35741_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35739_combout ), + .datad(\text_gen|char_ram~35741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35742 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21293feeder ( +// Equation(s): +// \text_gen|char_ram~21293feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21293feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y36_N15 +dffeas \text_gen|char_ram~21293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y39_N17 +dffeas \text_gen|char_ram~19501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19501 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y35_N25 +dffeas \text_gen|char_ram~15917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y23_N7 +dffeas \text_gen|char_ram~17709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35736 ( +// Equation(s): +// \text_gen|char_ram~35736_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~17709_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15917_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15917_q ), + .datad(\text_gen|char_ram~17709_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35736 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35737 ( +// Equation(s): +// \text_gen|char_ram~35737_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35736_combout & (\text_gen|char_ram~21293_q )) # (!\text_gen|char_ram~35736_combout & ((\text_gen|char_ram~19501_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35736_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~21293_q ), + .datac(\text_gen|char_ram~19501_q ), + .datad(\text_gen|char_ram~35736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35737 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35745 ( +// Equation(s): +// \text_gen|char_ram~35745_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35742_combout & (\text_gen|char_ram~35744_combout )) # (!\text_gen|char_ram~35742_combout & ((\text_gen|char_ram~35737_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35742_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35744_combout ), + .datac(\text_gen|char_ram~35742_combout ), + .datad(\text_gen|char_ram~35737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35745 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35777 ( +// Equation(s): +// \text_gen|char_ram~35777_combout = (\text_gen|char_ram~35766_combout & ((\text_gen|char_ram~35776_combout ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35766_combout & (((\text_gen|char_ram~35745_combout & \text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~35776_combout ), + .datab(\text_gen|char_ram~35766_combout ), + .datac(\text_gen|char_ram~35745_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35777 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~35777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19683feeder ( +// Equation(s): +// \text_gen|char_ram~19683feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19683feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y44_N25 +dffeas \text_gen|char_ram~19683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y26_N29 +dffeas \text_gen|char_ram~21475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17891feeder ( +// Equation(s): +// \text_gen|char_ram~17891feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17891feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17891feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17891feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y21_N9 +dffeas \text_gen|char_ram~17891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17891feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N3 +dffeas \text_gen|char_ram~16099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35732 ( +// Equation(s): +// \text_gen|char_ram~35732_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17891_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~16099_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~17891_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~16099_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35732 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35733 ( +// Equation(s): +// \text_gen|char_ram~35733_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35732_combout & ((\text_gen|char_ram~21475_q ))) # (!\text_gen|char_ram~35732_combout & (\text_gen|char_ram~19683_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35732_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19683_q ), + .datac(\text_gen|char_ram~21475_q ), + .datad(\text_gen|char_ram~35732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35733 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y35_N13 +dffeas \text_gen|char_ram~17884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y35_N11 +dffeas \text_gen|char_ram~21468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19676feeder ( +// Equation(s): +// \text_gen|char_ram~19676feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19676feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19676feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19676feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y43_N23 +dffeas \text_gen|char_ram~19676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19676feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y43_N7 +dffeas \text_gen|char_ram~16092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35725 ( +// Equation(s): +// \text_gen|char_ram~35725_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19676_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~16092_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19676_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~16092_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35725 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35726 ( +// Equation(s): +// \text_gen|char_ram~35726_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35725_combout & ((\text_gen|char_ram~21468_q ))) # (!\text_gen|char_ram~35725_combout & (\text_gen|char_ram~17884_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35725_combout )))) + + .dataa(\text_gen|char_ram~17884_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21468_q ), + .datad(\text_gen|char_ram~35725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35726 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y25_N29 +dffeas \text_gen|char_ram~19627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y25_N11 +dffeas \text_gen|char_ram~21419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y22_N7 +dffeas \text_gen|char_ram~16043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N27 +dffeas \text_gen|char_ram~17835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35727 ( +// Equation(s): +// \text_gen|char_ram~35727_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~17835_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~16043_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~16043_q ), + .datad(\text_gen|char_ram~17835_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35727 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35728 ( +// Equation(s): +// \text_gen|char_ram~35728_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35727_combout & ((\text_gen|char_ram~21419_q ))) # (!\text_gen|char_ram~35727_combout & (\text_gen|char_ram~19627_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35727_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19627_q ), + .datac(\text_gen|char_ram~21419_q ), + .datad(\text_gen|char_ram~35727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35728 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N31 +dffeas \text_gen|char_ram~17828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y26_N27 +dffeas \text_gen|char_ram~21412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y26_N21 +dffeas \text_gen|char_ram~19620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N25 +dffeas \text_gen|char_ram~16036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35729 ( +// Equation(s): +// \text_gen|char_ram~35729_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19620_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~16036_q +// ))))) + + .dataa(\text_gen|char_ram~19620_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~16036_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35729 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35730 ( +// Equation(s): +// \text_gen|char_ram~35730_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35729_combout & ((\text_gen|char_ram~21412_q ))) # (!\text_gen|char_ram~35729_combout & (\text_gen|char_ram~17828_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35729_combout )))) + + .dataa(\text_gen|char_ram~17828_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21412_q ), + .datad(\text_gen|char_ram~35729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35730 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35731 ( +// Equation(s): +// \text_gen|char_ram~35731_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~35728_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35730_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35728_combout ), + .datad(\text_gen|char_ram~35730_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35731 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35734 ( +// Equation(s): +// \text_gen|char_ram~35734_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35731_combout & (\text_gen|char_ram~35733_combout )) # (!\text_gen|char_ram~35731_combout & ((\text_gen|char_ram~35726_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~35731_combout )))) + + .dataa(\text_gen|char_ram~35733_combout ), + .datab(\text_gen|char_ram~35726_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~35731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35734 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~35734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N9 +dffeas \text_gen|char_ram~17716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y30_N15 +dffeas \text_gen|char_ram~21300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19508feeder ( +// Equation(s): +// \text_gen|char_ram~19508feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19508feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19508feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19508feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y26_N5 +dffeas \text_gen|char_ram~19508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19508feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y34_N27 +dffeas \text_gen|char_ram~15924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35698 ( +// Equation(s): +// \text_gen|char_ram~35698_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19508_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15924_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19508_q ), + .datac(\text_gen|char_ram~15924_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35698 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35699 ( +// Equation(s): +// \text_gen|char_ram~35699_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35698_combout & ((\text_gen|char_ram~21300_q ))) # (!\text_gen|char_ram~35698_combout & (\text_gen|char_ram~17716_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35698_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17716_q ), + .datac(\text_gen|char_ram~21300_q ), + .datad(\text_gen|char_ram~35698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35699 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17772feeder ( +// Equation(s): +// \text_gen|char_ram~17772feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y16_N19 +dffeas \text_gen|char_ram~17772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y29_N1 +dffeas \text_gen|char_ram~21356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y27_N29 +dffeas \text_gen|char_ram~15980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y31_N17 +dffeas \text_gen|char_ram~19564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35696 ( +// Equation(s): +// \text_gen|char_ram~35696_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~19564_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15980_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15980_q ), + .datad(\text_gen|char_ram~19564_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35696 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35697 ( +// Equation(s): +// \text_gen|char_ram~35697_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35696_combout & ((\text_gen|char_ram~21356_q ))) # (!\text_gen|char_ram~35696_combout & (\text_gen|char_ram~17772_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35696_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17772_q ), + .datac(\text_gen|char_ram~21356_q ), + .datad(\text_gen|char_ram~35696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35697 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35700 ( +// Equation(s): +// \text_gen|char_ram~35700_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35697_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~35699_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35699_combout ), + .datad(\text_gen|char_ram~35697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35700 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N31 +dffeas \text_gen|char_ram~19571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y26_N11 +dffeas \text_gen|char_ram~21363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17779feeder ( +// Equation(s): +// \text_gen|char_ram~17779feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17779feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17779feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17779feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y25_N27 +dffeas \text_gen|char_ram~17779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17779feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y26_N29 +dffeas \text_gen|char_ram~15987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35701 ( +// Equation(s): +// \text_gen|char_ram~35701_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17779_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15987_q +// ))))) + + .dataa(\text_gen|char_ram~17779_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15987_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35701 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35702 ( +// Equation(s): +// \text_gen|char_ram~35702_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35701_combout & ((\text_gen|char_ram~21363_q ))) # (!\text_gen|char_ram~35701_combout & (\text_gen|char_ram~19571_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35701_combout )))) + + .dataa(\text_gen|char_ram~19571_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21363_q ), + .datad(\text_gen|char_ram~35701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35702 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21307feeder ( +// Equation(s): +// \text_gen|char_ram~21307feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21307feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21307feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21307feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y25_N3 +dffeas \text_gen|char_ram~21307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21307feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y24_N17 +dffeas \text_gen|char_ram~19515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y24_N13 +dffeas \text_gen|char_ram~17723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y24_N27 +dffeas \text_gen|char_ram~15931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35694 ( +// Equation(s): +// \text_gen|char_ram~35694_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17723_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15931_q +// ))))) + + .dataa(\text_gen|char_ram~17723_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15931_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35694 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35695 ( +// Equation(s): +// \text_gen|char_ram~35695_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35694_combout & (\text_gen|char_ram~21307_q )) # (!\text_gen|char_ram~35694_combout & ((\text_gen|char_ram~19515_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35694_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~21307_q ), + .datac(\text_gen|char_ram~19515_q ), + .datad(\text_gen|char_ram~35694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35695 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35703 ( +// Equation(s): +// \text_gen|char_ram~35703_combout = (\text_gen|char_ram~35700_combout & (((\text_gen|char_ram~35702_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~35700_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35695_combout )))) + + .dataa(\text_gen|char_ram~35700_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35702_combout ), + .datad(\text_gen|char_ram~35695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35703 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y25_N15 +dffeas \text_gen|char_ram~15707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y25_N17 +dffeas \text_gen|char_ram~17499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35714 ( +// Equation(s): +// \text_gen|char_ram~35714_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17499_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15707_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15707_q ), + .datad(\text_gen|char_ram~17499_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35714 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y25_N1 +dffeas \text_gen|char_ram~21083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19291feeder ( +// Equation(s): +// \text_gen|char_ram~19291feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y25_N21 +dffeas \text_gen|char_ram~19291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35715 ( +// Equation(s): +// \text_gen|char_ram~35715_combout = (\text_gen|char_ram~35714_combout & (((\text_gen|char_ram~21083_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~35714_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19291_q )))) + + .dataa(\text_gen|char_ram~35714_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21083_q ), + .datad(\text_gen|char_ram~19291_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35715 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17548feeder ( +// Equation(s): +// \text_gen|char_ram~17548feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17548feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17548feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17548feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y27_N17 +dffeas \text_gen|char_ram~17548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17548feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y30_N19 +dffeas \text_gen|char_ram~21132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19340feeder ( +// Equation(s): +// \text_gen|char_ram~19340feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y27_N5 +dffeas \text_gen|char_ram~19340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y30_N13 +dffeas \text_gen|char_ram~15756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35716 ( +// Equation(s): +// \text_gen|char_ram~35716_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19340_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15756_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19340_q ), + .datac(\text_gen|char_ram~15756_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35716 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35717 ( +// Equation(s): +// \text_gen|char_ram~35717_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35716_combout & ((\text_gen|char_ram~21132_q ))) # (!\text_gen|char_ram~35716_combout & (\text_gen|char_ram~17548_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35716_combout )))) + + .dataa(\text_gen|char_ram~17548_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21132_q ), + .datad(\text_gen|char_ram~35716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35717 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y30_N29 +dffeas \text_gen|char_ram~17492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y30_N21 +dffeas \text_gen|char_ram~21076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y29_N21 +dffeas \text_gen|char_ram~19284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y29_N13 +dffeas \text_gen|char_ram~15700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35718 ( +// Equation(s): +// \text_gen|char_ram~35718_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19284_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15700_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19284_q ), + .datac(\text_gen|char_ram~15700_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35718 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35719 ( +// Equation(s): +// \text_gen|char_ram~35719_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35718_combout & ((\text_gen|char_ram~21076_q ))) # (!\text_gen|char_ram~35718_combout & (\text_gen|char_ram~17492_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35718_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17492_q ), + .datac(\text_gen|char_ram~21076_q ), + .datad(\text_gen|char_ram~35718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35719 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35720 ( +// Equation(s): +// \text_gen|char_ram~35720_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35717_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35719_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35717_combout ), + .datad(\text_gen|char_ram~35719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35720 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19347feeder ( +// Equation(s): +// \text_gen|char_ram~19347feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19347feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19347feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19347feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N13 +dffeas \text_gen|char_ram~19347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19347feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y24_N11 +dffeas \text_gen|char_ram~21139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y24_N29 +dffeas \text_gen|char_ram~15763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y24_N31 +dffeas \text_gen|char_ram~17555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35721 ( +// Equation(s): +// \text_gen|char_ram~35721_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~17555_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15763_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15763_q ), + .datad(\text_gen|char_ram~17555_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35721 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35722 ( +// Equation(s): +// \text_gen|char_ram~35722_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35721_combout & ((\text_gen|char_ram~21139_q ))) # (!\text_gen|char_ram~35721_combout & (\text_gen|char_ram~19347_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35721_combout )))) + + .dataa(\text_gen|char_ram~19347_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21139_q ), + .datad(\text_gen|char_ram~35721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35722 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35723 ( +// Equation(s): +// \text_gen|char_ram~35723_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35720_combout & ((\text_gen|char_ram~35722_combout ))) # (!\text_gen|char_ram~35720_combout & (\text_gen|char_ram~35715_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35720_combout )))) + + .dataa(\text_gen|char_ram~35715_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35720_combout ), + .datad(\text_gen|char_ram~35722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35723 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~35723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19403feeder ( +// Equation(s): +// \text_gen|char_ram~19403feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19403feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19403feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19403feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y25_N15 +dffeas \text_gen|char_ram~19403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19403feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y29_N5 +dffeas \text_gen|char_ram~21195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17611feeder ( +// Equation(s): +// \text_gen|char_ram~17611feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17611feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y24_N19 +dffeas \text_gen|char_ram~17611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N3 +dffeas \text_gen|char_ram~15819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35706 ( +// Equation(s): +// \text_gen|char_ram~35706_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17611_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15819_q +// ))))) + + .dataa(\text_gen|char_ram~17611_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15819_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35706 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35707 ( +// Equation(s): +// \text_gen|char_ram~35707_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35706_combout & ((\text_gen|char_ram~21195_q ))) # (!\text_gen|char_ram~35706_combout & (\text_gen|char_ram~19403_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35706_combout )))) + + .dataa(\text_gen|char_ram~19403_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21195_q ), + .datad(\text_gen|char_ram~35706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35707 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y29_N5 +dffeas \text_gen|char_ram~17604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y29_N19 +dffeas \text_gen|char_ram~21188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19396feeder ( +// Equation(s): +// \text_gen|char_ram~19396feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19396feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y43_N31 +dffeas \text_gen|char_ram~19396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y37_N15 +dffeas \text_gen|char_ram~15812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35708 ( +// Equation(s): +// \text_gen|char_ram~35708_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19396_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15812_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19396_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15812_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35708 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35709 ( +// Equation(s): +// \text_gen|char_ram~35709_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35708_combout & ((\text_gen|char_ram~21188_q ))) # (!\text_gen|char_ram~35708_combout & (\text_gen|char_ram~17604_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35708_combout )))) + + .dataa(\text_gen|char_ram~17604_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21188_q ), + .datad(\text_gen|char_ram~35708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35709 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35710 ( +// Equation(s): +// \text_gen|char_ram~35710_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~35707_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35709_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35707_combout ), + .datad(\text_gen|char_ram~35709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35710 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N13 +dffeas \text_gen|char_ram~19459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y29_N11 +dffeas \text_gen|char_ram~21251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17667feeder ( +// Equation(s): +// \text_gen|char_ram~17667feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17667feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17667feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17667feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y27_N29 +dffeas \text_gen|char_ram~17667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17667feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y26_N3 +dffeas \text_gen|char_ram~15875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35711 ( +// Equation(s): +// \text_gen|char_ram~35711_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17667_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15875_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~17667_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15875_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35711 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35712 ( +// Equation(s): +// \text_gen|char_ram~35712_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35711_combout & ((\text_gen|char_ram~21251_q ))) # (!\text_gen|char_ram~35711_combout & (\text_gen|char_ram~19459_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35711_combout )))) + + .dataa(\text_gen|char_ram~19459_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21251_q ), + .datad(\text_gen|char_ram~35711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35712 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y37_N13 +dffeas \text_gen|char_ram~17660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y37_N23 +dffeas \text_gen|char_ram~21244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19452feeder ( +// Equation(s): +// \text_gen|char_ram~19452feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19452feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19452feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19452feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y41_N9 +dffeas \text_gen|char_ram~19452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19452feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y37_N27 +dffeas \text_gen|char_ram~15868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35704 ( +// Equation(s): +// \text_gen|char_ram~35704_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19452_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15868_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19452_q ), + .datac(\text_gen|char_ram~15868_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35704 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35705 ( +// Equation(s): +// \text_gen|char_ram~35705_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35704_combout & ((\text_gen|char_ram~21244_q ))) # (!\text_gen|char_ram~35704_combout & (\text_gen|char_ram~17660_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35704_combout )))) + + .dataa(\text_gen|char_ram~17660_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21244_q ), + .datad(\text_gen|char_ram~35704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35705 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35713 ( +// Equation(s): +// \text_gen|char_ram~35713_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35710_combout & (\text_gen|char_ram~35712_combout )) # (!\text_gen|char_ram~35710_combout & ((\text_gen|char_ram~35705_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~35710_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~35710_combout ), + .datac(\text_gen|char_ram~35712_combout ), + .datad(\text_gen|char_ram~35705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35713 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35724 ( +// Equation(s): +// \text_gen|char_ram~35724_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~35713_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~35723_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35723_combout ), + .datad(\text_gen|char_ram~35713_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35724 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35735 ( +// Equation(s): +// \text_gen|char_ram~35735_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35724_combout & (\text_gen|char_ram~35734_combout )) # (!\text_gen|char_ram~35724_combout & ((\text_gen|char_ram~35703_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35724_combout )))) + + .dataa(\text_gen|char_ram~35734_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35703_combout ), + .datad(\text_gen|char_ram~35724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35735 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35778 ( +// Equation(s): +// \text_gen|char_ram~35778_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~35735_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~35777_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35777_combout ), + .datad(\text_gen|char_ram~35735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35778 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y31_N5 +dffeas \text_gen|char_ram~21482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y31_N1 +dffeas \text_gen|char_ram~17898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19690feeder ( +// Equation(s): +// \text_gen|char_ram~19690feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19690feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N15 +dffeas \text_gen|char_ram~19690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y31_N19 +dffeas \text_gen|char_ram~16106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35683 ( +// Equation(s): +// \text_gen|char_ram~35683_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19690_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~16106_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19690_q ), + .datac(\text_gen|char_ram~16106_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35683 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35684 ( +// Equation(s): +// \text_gen|char_ram~35684_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35683_combout & (\text_gen|char_ram~21482_q )) # (!\text_gen|char_ram~35683_combout & ((\text_gen|char_ram~17898_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35683_combout )))) + + .dataa(\text_gen|char_ram~21482_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~17898_q ), + .datad(\text_gen|char_ram~35683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35684 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y35_N15 +dffeas \text_gen|char_ram~19697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N27 +dffeas \text_gen|char_ram~21489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17905feeder ( +// Equation(s): +// \text_gen|char_ram~17905feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17905feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17905feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17905feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N21 +dffeas \text_gen|char_ram~17905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17905feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y23_N23 +dffeas \text_gen|char_ram~16113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35690 ( +// Equation(s): +// \text_gen|char_ram~35690_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17905_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~16113_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17905_q ), + .datac(\text_gen|char_ram~16113_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35690 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35691 ( +// Equation(s): +// \text_gen|char_ram~35691_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35690_combout & ((\text_gen|char_ram~21489_q ))) # (!\text_gen|char_ram~35690_combout & (\text_gen|char_ram~19697_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35690_combout )))) + + .dataa(\text_gen|char_ram~19697_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21489_q ), + .datad(\text_gen|char_ram~35690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35691 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y35_N3 +dffeas \text_gen|char_ram~19641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y33_N23 +dffeas \text_gen|char_ram~21433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y39_N23 +dffeas \text_gen|char_ram~16057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y30_N5 +dffeas \text_gen|char_ram~17849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35685 ( +// Equation(s): +// \text_gen|char_ram~35685_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17849_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~16057_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~16057_q ), + .datad(\text_gen|char_ram~17849_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35685 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35686 ( +// Equation(s): +// \text_gen|char_ram~35686_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35685_combout & ((\text_gen|char_ram~21433_q ))) # (!\text_gen|char_ram~35685_combout & (\text_gen|char_ram~19641_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35685_combout )))) + + .dataa(\text_gen|char_ram~19641_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21433_q ), + .datad(\text_gen|char_ram~35685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35686 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17842feeder ( +// Equation(s): +// \text_gen|char_ram~17842feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y32_N1 +dffeas \text_gen|char_ram~17842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y33_N23 +dffeas \text_gen|char_ram~21426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y34_N1 +dffeas \text_gen|char_ram~16050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19634feeder ( +// Equation(s): +// \text_gen|char_ram~19634feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N31 +dffeas \text_gen|char_ram~19634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35687 ( +// Equation(s): +// \text_gen|char_ram~35687_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~19634_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~16050_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~16050_q ), + .datad(\text_gen|char_ram~19634_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35687 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35688 ( +// Equation(s): +// \text_gen|char_ram~35688_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35687_combout & ((\text_gen|char_ram~21426_q ))) # (!\text_gen|char_ram~35687_combout & (\text_gen|char_ram~17842_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35687_combout )))) + + .dataa(\text_gen|char_ram~17842_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21426_q ), + .datad(\text_gen|char_ram~35687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35688 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35689 ( +// Equation(s): +// \text_gen|char_ram~35689_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~35686_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35688_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35686_combout ), + .datad(\text_gen|char_ram~35688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35689 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35692 ( +// Equation(s): +// \text_gen|char_ram~35692_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35689_combout & ((\text_gen|char_ram~35691_combout ))) # (!\text_gen|char_ram~35689_combout & (\text_gen|char_ram~35684_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~35689_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~35684_combout ), + .datac(\text_gen|char_ram~35691_combout ), + .datad(\text_gen|char_ram~35689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35692 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21377feeder ( +// Equation(s): +// \text_gen|char_ram~21377feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N3 +dffeas \text_gen|char_ram~21377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y35_N11 +dffeas \text_gen|char_ram~16001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17793feeder ( +// Equation(s): +// \text_gen|char_ram~17793feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17793feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17793feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17793feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y27_N1 +dffeas \text_gen|char_ram~17793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17793feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35659 ( +// Equation(s): +// \text_gen|char_ram~35659_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17793_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~16001_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~16001_q ), + .datad(\text_gen|char_ram~17793_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35659 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y35_N1 +dffeas \text_gen|char_ram~19585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35660 ( +// Equation(s): +// \text_gen|char_ram~35660_combout = (\text_gen|char_ram~35659_combout & ((\text_gen|char_ram~21377_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~35659_combout & (((\text_gen|char_ram~19585_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~21377_q ), + .datab(\text_gen|char_ram~35659_combout ), + .datac(\text_gen|char_ram~19585_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35660 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~35660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N17 +dffeas \text_gen|char_ram~17737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N23 +dffeas \text_gen|char_ram~15945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35652 ( +// Equation(s): +// \text_gen|char_ram~35652_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17737_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15945_q +// ))))) + + .dataa(\text_gen|char_ram~17737_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15945_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35652 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21321feeder ( +// Equation(s): +// \text_gen|char_ram~21321feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21321feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21321feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21321feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y36_N9 +dffeas \text_gen|char_ram~21321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21321feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N9 +dffeas \text_gen|char_ram~19529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35653 ( +// Equation(s): +// \text_gen|char_ram~35653_combout = (\text_gen|char_ram~35652_combout & ((\text_gen|char_ram~21321_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~35652_combout & (((\text_gen|char_ram~19529_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~35652_combout ), + .datab(\text_gen|char_ram~21321_q ), + .datac(\text_gen|char_ram~19529_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35653 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~35653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17730feeder ( +// Equation(s): +// \text_gen|char_ram~17730feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y42_N15 +dffeas \text_gen|char_ram~17730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y36_N13 +dffeas \text_gen|char_ram~21314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y33_N29 +dffeas \text_gen|char_ram~15938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19522feeder ( +// Equation(s): +// \text_gen|char_ram~19522feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N1 +dffeas \text_gen|char_ram~19522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35656 ( +// Equation(s): +// \text_gen|char_ram~35656_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~19522_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15938_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15938_q ), + .datad(\text_gen|char_ram~19522_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35656 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35657 ( +// Equation(s): +// \text_gen|char_ram~35657_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35656_combout & ((\text_gen|char_ram~21314_q ))) # (!\text_gen|char_ram~35656_combout & (\text_gen|char_ram~17730_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35656_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17730_q ), + .datac(\text_gen|char_ram~21314_q ), + .datad(\text_gen|char_ram~35656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35657 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17786feeder ( +// Equation(s): +// \text_gen|char_ram~17786feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17786feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17786feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17786feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N13 +dffeas \text_gen|char_ram~17786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17786feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y31_N1 +dffeas \text_gen|char_ram~21370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19578feeder ( +// Equation(s): +// \text_gen|char_ram~19578feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19578feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N9 +dffeas \text_gen|char_ram~19578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y24_N21 +dffeas \text_gen|char_ram~15994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35654 ( +// Equation(s): +// \text_gen|char_ram~35654_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19578_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15994_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19578_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15994_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35654 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35655 ( +// Equation(s): +// \text_gen|char_ram~35655_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35654_combout & ((\text_gen|char_ram~21370_q ))) # (!\text_gen|char_ram~35654_combout & (\text_gen|char_ram~17786_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35654_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17786_q ), + .datac(\text_gen|char_ram~21370_q ), + .datad(\text_gen|char_ram~35654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35655 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35658 ( +// Equation(s): +// \text_gen|char_ram~35658_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4]) # (\text_gen|char_ram~35655_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35657_combout & (!\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~35657_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~35655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35658 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~35658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35661 ( +// Equation(s): +// \text_gen|char_ram~35661_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35658_combout & (\text_gen|char_ram~35660_combout )) # (!\text_gen|char_ram~35658_combout & ((\text_gen|char_ram~35653_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35658_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35660_combout ), + .datac(\text_gen|char_ram~35653_combout ), + .datad(\text_gen|char_ram~35658_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35661 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19361feeder ( +// Equation(s): +// \text_gen|char_ram~19361feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19361feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19361feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19361feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y39_N5 +dffeas \text_gen|char_ram~19361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19361feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y31_N21 +dffeas \text_gen|char_ram~21153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17569feeder ( +// Equation(s): +// \text_gen|char_ram~17569feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17569feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17569feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17569feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N1 +dffeas \text_gen|char_ram~17569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17569feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y28_N17 +dffeas \text_gen|char_ram~15777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35679 ( +// Equation(s): +// \text_gen|char_ram~35679_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17569_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15777_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~17569_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15777_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35679 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35680 ( +// Equation(s): +// \text_gen|char_ram~35680_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35679_combout & ((\text_gen|char_ram~21153_q ))) # (!\text_gen|char_ram~35679_combout & (\text_gen|char_ram~19361_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35679_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19361_q ), + .datac(\text_gen|char_ram~21153_q ), + .datad(\text_gen|char_ram~35679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35680 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19305feeder ( +// Equation(s): +// \text_gen|char_ram~19305feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19305feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19305feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19305feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N23 +dffeas \text_gen|char_ram~19305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19305feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y28_N9 +dffeas \text_gen|char_ram~21097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y27_N13 +dffeas \text_gen|char_ram~17513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y27_N3 +dffeas \text_gen|char_ram~15721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35672 ( +// Equation(s): +// \text_gen|char_ram~35672_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17513_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15721_q +// ))))) + + .dataa(\text_gen|char_ram~17513_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15721_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35672 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35673 ( +// Equation(s): +// \text_gen|char_ram~35673_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35672_combout & ((\text_gen|char_ram~21097_q ))) # (!\text_gen|char_ram~35672_combout & (\text_gen|char_ram~19305_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35672_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19305_q ), + .datac(\text_gen|char_ram~21097_q ), + .datad(\text_gen|char_ram~35672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35673 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17562feeder ( +// Equation(s): +// \text_gen|char_ram~17562feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N3 +dffeas \text_gen|char_ram~17562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y31_N5 +dffeas \text_gen|char_ram~21146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y31_N29 +dffeas \text_gen|char_ram~19354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y33_N19 +dffeas \text_gen|char_ram~15770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35674 ( +// Equation(s): +// \text_gen|char_ram~35674_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19354_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15770_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19354_q ), + .datac(\text_gen|char_ram~15770_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35674 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35675 ( +// Equation(s): +// \text_gen|char_ram~35675_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35674_combout & ((\text_gen|char_ram~21146_q ))) # (!\text_gen|char_ram~35674_combout & (\text_gen|char_ram~17562_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35674_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17562_q ), + .datac(\text_gen|char_ram~21146_q ), + .datad(\text_gen|char_ram~35674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35675 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17506feeder ( +// Equation(s): +// \text_gen|char_ram~17506feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y29_N21 +dffeas \text_gen|char_ram~17506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N23 +dffeas \text_gen|char_ram~21090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y31_N13 +dffeas \text_gen|char_ram~19298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y31_N31 +dffeas \text_gen|char_ram~15714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35676 ( +// Equation(s): +// \text_gen|char_ram~35676_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19298_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15714_q +// ))))) + + .dataa(\text_gen|char_ram~19298_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15714_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35676 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35677 ( +// Equation(s): +// \text_gen|char_ram~35677_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35676_combout & ((\text_gen|char_ram~21090_q ))) # (!\text_gen|char_ram~35676_combout & (\text_gen|char_ram~17506_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35676_combout )))) + + .dataa(\text_gen|char_ram~17506_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21090_q ), + .datad(\text_gen|char_ram~35676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35677 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35678 ( +// Equation(s): +// \text_gen|char_ram~35678_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35675_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35677_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35675_combout ), + .datad(\text_gen|char_ram~35677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35678 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35681 ( +// Equation(s): +// \text_gen|char_ram~35681_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35678_combout & (\text_gen|char_ram~35680_combout )) # (!\text_gen|char_ram~35678_combout & ((\text_gen|char_ram~35673_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35678_combout )))) + + .dataa(\text_gen|char_ram~35680_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35673_combout ), + .datad(\text_gen|char_ram~35678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35681 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N9 +dffeas \text_gen|char_ram~17674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y31_N13 +dffeas \text_gen|char_ram~21258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19466feeder ( +// Equation(s): +// \text_gen|char_ram~19466feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19466feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19466feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19466feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y31_N1 +dffeas \text_gen|char_ram~19466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19466feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N19 +dffeas \text_gen|char_ram~15882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35662 ( +// Equation(s): +// \text_gen|char_ram~35662_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19466_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15882_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19466_q ), + .datac(\text_gen|char_ram~15882_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35662 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35663 ( +// Equation(s): +// \text_gen|char_ram~35663_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35662_combout & ((\text_gen|char_ram~21258_q ))) # (!\text_gen|char_ram~35662_combout & (\text_gen|char_ram~17674_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35662_combout )))) + + .dataa(\text_gen|char_ram~17674_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21258_q ), + .datad(\text_gen|char_ram~35662_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35663 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19473feeder ( +// Equation(s): +// \text_gen|char_ram~19473feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19473feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19473feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19473feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N21 +dffeas \text_gen|char_ram~19473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19473feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N9 +dffeas \text_gen|char_ram~21265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y27_N9 +dffeas \text_gen|char_ram~17681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y31_N5 +dffeas \text_gen|char_ram~15889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35669 ( +// Equation(s): +// \text_gen|char_ram~35669_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17681_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15889_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17681_q ), + .datac(\text_gen|char_ram~15889_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35669 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35670 ( +// Equation(s): +// \text_gen|char_ram~35670_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35669_combout & ((\text_gen|char_ram~21265_q ))) # (!\text_gen|char_ram~35669_combout & (\text_gen|char_ram~19473_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35669_combout )))) + + .dataa(\text_gen|char_ram~19473_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21265_q ), + .datad(\text_gen|char_ram~35669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35670 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y31_N9 +dffeas \text_gen|char_ram~19417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y31_N31 +dffeas \text_gen|char_ram~21209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y35_N17 +dffeas \text_gen|char_ram~15833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y30_N19 +dffeas \text_gen|char_ram~17625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35664 ( +// Equation(s): +// \text_gen|char_ram~35664_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17625_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15833_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15833_q ), + .datad(\text_gen|char_ram~17625_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35664 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35665 ( +// Equation(s): +// \text_gen|char_ram~35665_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35664_combout & ((\text_gen|char_ram~21209_q ))) # (!\text_gen|char_ram~35664_combout & (\text_gen|char_ram~19417_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~35664_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19417_q ), + .datac(\text_gen|char_ram~21209_q ), + .datad(\text_gen|char_ram~35664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35665 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y33_N19 +dffeas \text_gen|char_ram~17618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N17 +dffeas \text_gen|char_ram~21202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19410feeder ( +// Equation(s): +// \text_gen|char_ram~19410feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19410feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19410feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19410feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y39_N25 +dffeas \text_gen|char_ram~19410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19410feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N15 +dffeas \text_gen|char_ram~15826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35666 ( +// Equation(s): +// \text_gen|char_ram~35666_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19410_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15826_q +// ))))) + + .dataa(\text_gen|char_ram~19410_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15826_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35666 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35667 ( +// Equation(s): +// \text_gen|char_ram~35667_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35666_combout & ((\text_gen|char_ram~21202_q ))) # (!\text_gen|char_ram~35666_combout & (\text_gen|char_ram~17618_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35666_combout )))) + + .dataa(\text_gen|char_ram~17618_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21202_q ), + .datad(\text_gen|char_ram~35666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35667 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35668 ( +// Equation(s): +// \text_gen|char_ram~35668_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~35665_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35667_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35665_combout ), + .datad(\text_gen|char_ram~35667_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35668 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35671 ( +// Equation(s): +// \text_gen|char_ram~35671_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35668_combout & ((\text_gen|char_ram~35670_combout ))) # (!\text_gen|char_ram~35668_combout & (\text_gen|char_ram~35663_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~35668_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~35663_combout ), + .datac(\text_gen|char_ram~35670_combout ), + .datad(\text_gen|char_ram~35668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35671 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35682 ( +// Equation(s): +// \text_gen|char_ram~35682_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~35671_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~35681_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35681_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~35671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35682 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~35682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35693 ( +// Equation(s): +// \text_gen|char_ram~35693_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35682_combout & (\text_gen|char_ram~35692_combout )) # (!\text_gen|char_ram~35682_combout & ((\text_gen|char_ram~35661_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35682_combout )))) + + .dataa(\text_gen|char_ram~35692_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~35661_combout ), + .datad(\text_gen|char_ram~35682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35693 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35821 ( +// Equation(s): +// \text_gen|char_ram~35821_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35778_combout & (\text_gen|char_ram~35820_combout )) # (!\text_gen|char_ram~35778_combout & ((\text_gen|char_ram~35693_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~35778_combout )))) + + .dataa(\text_gen|char_ram~35820_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35778_combout ), + .datad(\text_gen|char_ram~35693_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35821 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y33_N31 +dffeas \text_gen|char_ram~28370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y33_N21 +dffeas \text_gen|char_ram~26578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y33_N23 +dffeas \text_gen|char_ram~24786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y37_N31 +dffeas \text_gen|char_ram~22994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36247 ( +// Equation(s): +// \text_gen|char_ram~36247_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24786_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22994_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24786_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22994_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36247 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36248 ( +// Equation(s): +// \text_gen|char_ram~36248_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36247_combout & (\text_gen|char_ram~28370_q )) # (!\text_gen|char_ram~36247_combout & ((\text_gen|char_ram~26578_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36247_combout )))) + + .dataa(\text_gen|char_ram~28370_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26578_q ), + .datad(\text_gen|char_ram~36247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36248 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26592feeder ( +// Equation(s): +// \text_gen|char_ram~26592feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N31 +dffeas \text_gen|char_ram~26592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N27 +dffeas \text_gen|char_ram~28384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y36_N27 +dffeas \text_gen|char_ram~24800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N1 +dffeas \text_gen|char_ram~23008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36254 ( +// Equation(s): +// \text_gen|char_ram~36254_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24800_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23008_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24800_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23008_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36254 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36255 ( +// Equation(s): +// \text_gen|char_ram~36255_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36254_combout & ((\text_gen|char_ram~28384_q ))) # (!\text_gen|char_ram~36254_combout & (\text_gen|char_ram~26592_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36254_combout )))) + + .dataa(\text_gen|char_ram~26592_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28384_q ), + .datad(\text_gen|char_ram~36254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36255 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24772feeder ( +// Equation(s): +// \text_gen|char_ram~24772feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y26_N15 +dffeas \text_gen|char_ram~24772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y33_N17 +dffeas \text_gen|char_ram~28356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26564feeder ( +// Equation(s): +// \text_gen|char_ram~26564feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26564feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26564feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26564feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N1 +dffeas \text_gen|char_ram~26564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26564feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y33_N11 +dffeas \text_gen|char_ram~22980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36249 ( +// Equation(s): +// \text_gen|char_ram~36249_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26564_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22980_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26564_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22980_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36249 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36250 ( +// Equation(s): +// \text_gen|char_ram~36250_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36249_combout & ((\text_gen|char_ram~28356_q ))) # (!\text_gen|char_ram~36249_combout & (\text_gen|char_ram~24772_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36249_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24772_q ), + .datac(\text_gen|char_ram~28356_q ), + .datad(\text_gen|char_ram~36249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36250 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24758feeder ( +// Equation(s): +// \text_gen|char_ram~24758feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24758feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24758feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24758feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y28_N29 +dffeas \text_gen|char_ram~24758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24758feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N7 +dffeas \text_gen|char_ram~28342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26550feeder ( +// Equation(s): +// \text_gen|char_ram~26550feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26550feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26550feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26550feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N15 +dffeas \text_gen|char_ram~26550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26550feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N15 +dffeas \text_gen|char_ram~22966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36251 ( +// Equation(s): +// \text_gen|char_ram~36251_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26550_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22966_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26550_q ), + .datac(\text_gen|char_ram~22966_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36251 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36252 ( +// Equation(s): +// \text_gen|char_ram~36252_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36251_combout & ((\text_gen|char_ram~28342_q ))) # (!\text_gen|char_ram~36251_combout & (\text_gen|char_ram~24758_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36251_combout )))) + + .dataa(\text_gen|char_ram~24758_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28342_q ), + .datad(\text_gen|char_ram~36251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36252 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36253 ( +// Equation(s): +// \text_gen|char_ram~36253_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36250_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~36252_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36250_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~36252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36253 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~36253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36256 ( +// Equation(s): +// \text_gen|char_ram~36256_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36253_combout & ((\text_gen|char_ram~36255_combout ))) # (!\text_gen|char_ram~36253_combout & (\text_gen|char_ram~36248_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36253_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36248_combout ), + .datac(\text_gen|char_ram~36255_combout ), + .datad(\text_gen|char_ram~36253_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36256 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y32_N19 +dffeas \text_gen|char_ram~24884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y32_N21 +dffeas \text_gen|char_ram~26676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y30_N29 +dffeas \text_gen|char_ram~23092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36257 ( +// Equation(s): +// \text_gen|char_ram~36257_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26676_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23092_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26676_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23092_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36257 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N3 +dffeas \text_gen|char_ram~28468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36258 ( +// Equation(s): +// \text_gen|char_ram~36258_combout = (\text_gen|char_ram~36257_combout & (((\text_gen|char_ram~28468_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~36257_combout & (\text_gen|char_ram~24884_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~24884_q ), + .datab(\text_gen|char_ram~36257_combout ), + .datac(\text_gen|char_ram~28468_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36258 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y36_N1 +dffeas \text_gen|char_ram~26704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y32_N7 +dffeas \text_gen|char_ram~28496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y32_N23 +dffeas \text_gen|char_ram~24912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y32_N25 +dffeas \text_gen|char_ram~23120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36264 ( +// Equation(s): +// \text_gen|char_ram~36264_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24912_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23120_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24912_q ), + .datac(\text_gen|char_ram~23120_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36264 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36265 ( +// Equation(s): +// \text_gen|char_ram~36265_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36264_combout & ((\text_gen|char_ram~28496_q ))) # (!\text_gen|char_ram~36264_combout & (\text_gen|char_ram~26704_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36264_combout )))) + + .dataa(\text_gen|char_ram~26704_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28496_q ), + .datad(\text_gen|char_ram~36264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36265 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24870feeder ( +// Equation(s): +// \text_gen|char_ram~24870feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y31_N1 +dffeas \text_gen|char_ram~24870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y32_N23 +dffeas \text_gen|char_ram~28454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N11 +dffeas \text_gen|char_ram~26662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y32_N21 +dffeas \text_gen|char_ram~23078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36261 ( +// Equation(s): +// \text_gen|char_ram~36261_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26662_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23078_q +// ))))) + + .dataa(\text_gen|char_ram~26662_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23078_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36261 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36262 ( +// Equation(s): +// \text_gen|char_ram~36262_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36261_combout & ((\text_gen|char_ram~28454_q ))) # (!\text_gen|char_ram~36261_combout & (\text_gen|char_ram~24870_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36261_combout )))) + + .dataa(\text_gen|char_ram~24870_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28454_q ), + .datad(\text_gen|char_ram~36261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36262 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y29_N1 +dffeas \text_gen|char_ram~26690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y29_N23 +dffeas \text_gen|char_ram~28482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y32_N29 +dffeas \text_gen|char_ram~24898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y35_N15 +dffeas \text_gen|char_ram~23106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36259 ( +// Equation(s): +// \text_gen|char_ram~36259_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24898_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23106_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24898_q ), + .datac(\text_gen|char_ram~23106_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36259 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36260 ( +// Equation(s): +// \text_gen|char_ram~36260_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36259_combout & ((\text_gen|char_ram~28482_q ))) # (!\text_gen|char_ram~36259_combout & (\text_gen|char_ram~26690_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36259_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26690_q ), + .datac(\text_gen|char_ram~28482_q ), + .datad(\text_gen|char_ram~36259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36260 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36263 ( +// Equation(s): +// \text_gen|char_ram~36263_combout = (\vga_c|h_cnt [6] & (((\text_gen|char_ram~36260_combout ) # (\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36262_combout & ((!\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~36262_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36260_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~36263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36263 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~36263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36266 ( +// Equation(s): +// \text_gen|char_ram~36266_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36263_combout & ((\text_gen|char_ram~36265_combout ))) # (!\text_gen|char_ram~36263_combout & (\text_gen|char_ram~36258_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36263_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36258_combout ), + .datac(\text_gen|char_ram~36265_combout ), + .datad(\text_gen|char_ram~36263_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36266 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y30_N31 +dffeas \text_gen|char_ram~24660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y29_N31 +dffeas \text_gen|char_ram~28244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y29_N27 +dffeas \text_gen|char_ram~22868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y29_N29 +dffeas \text_gen|char_ram~26452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36267 ( +// Equation(s): +// \text_gen|char_ram~36267_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~26452_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22868_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~22868_q ), + .datac(\text_gen|char_ram~26452_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36267 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~36267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36268 ( +// Equation(s): +// \text_gen|char_ram~36268_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36267_combout & ((\text_gen|char_ram~28244_q ))) # (!\text_gen|char_ram~36267_combout & (\text_gen|char_ram~24660_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36267_combout )))) + + .dataa(\text_gen|char_ram~24660_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28244_q ), + .datad(\text_gen|char_ram~36267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36268 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y33_N13 +dffeas \text_gen|char_ram~22896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24688feeder ( +// Equation(s): +// \text_gen|char_ram~24688feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24688feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24688feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24688feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y33_N13 +dffeas \text_gen|char_ram~24688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24688feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36274 ( +// Equation(s): +// \text_gen|char_ram~36274_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24688_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22896_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22896_q ), + .datad(\text_gen|char_ram~24688_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36274 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y33_N31 +dffeas \text_gen|char_ram~28272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26480feeder ( +// Equation(s): +// \text_gen|char_ram~26480feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26480feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26480feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26480feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N17 +dffeas \text_gen|char_ram~26480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26480feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36275 ( +// Equation(s): +// \text_gen|char_ram~36275_combout = (\text_gen|char_ram~36274_combout & (((\text_gen|char_ram~28272_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~36274_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26480_q )))) + + .dataa(\text_gen|char_ram~36274_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28272_q ), + .datad(\text_gen|char_ram~26480_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36275 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~36275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24646feeder ( +// Equation(s): +// \text_gen|char_ram~24646feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24646feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y32_N25 +dffeas \text_gen|char_ram~24646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y32_N23 +dffeas \text_gen|char_ram~28230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N3 +dffeas \text_gen|char_ram~22854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26438feeder ( +// Equation(s): +// \text_gen|char_ram~26438feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y22_N5 +dffeas \text_gen|char_ram~26438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36271 ( +// Equation(s): +// \text_gen|char_ram~36271_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~26438_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22854_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22854_q ), + .datad(\text_gen|char_ram~26438_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36271 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36272 ( +// Equation(s): +// \text_gen|char_ram~36272_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36271_combout & ((\text_gen|char_ram~28230_q ))) # (!\text_gen|char_ram~36271_combout & (\text_gen|char_ram~24646_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36271_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24646_q ), + .datac(\text_gen|char_ram~28230_q ), + .datad(\text_gen|char_ram~36271_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36272 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26466feeder ( +// Equation(s): +// \text_gen|char_ram~26466feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26466feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26466feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26466feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y35_N21 +dffeas \text_gen|char_ram~26466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26466feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y33_N23 +dffeas \text_gen|char_ram~28258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y33_N13 +dffeas \text_gen|char_ram~22882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24674feeder ( +// Equation(s): +// \text_gen|char_ram~24674feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24674feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y34_N7 +dffeas \text_gen|char_ram~24674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36269 ( +// Equation(s): +// \text_gen|char_ram~36269_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24674_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22882_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22882_q ), + .datad(\text_gen|char_ram~24674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36269 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36270 ( +// Equation(s): +// \text_gen|char_ram~36270_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36269_combout & ((\text_gen|char_ram~28258_q ))) # (!\text_gen|char_ram~36269_combout & (\text_gen|char_ram~26466_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36269_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26466_q ), + .datac(\text_gen|char_ram~28258_q ), + .datad(\text_gen|char_ram~36269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36270 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36273 ( +// Equation(s): +// \text_gen|char_ram~36273_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~36270_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36272_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36272_combout ), + .datad(\text_gen|char_ram~36270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36273 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36276 ( +// Equation(s): +// \text_gen|char_ram~36276_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36273_combout & ((\text_gen|char_ram~36275_combout ))) # (!\text_gen|char_ram~36273_combout & (\text_gen|char_ram~36268_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36273_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36268_combout ), + .datac(\text_gen|char_ram~36275_combout ), + .datad(\text_gen|char_ram~36273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36276 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36277 ( +// Equation(s): +// \text_gen|char_ram~36277_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36266_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~36276_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36266_combout ), + .datad(\text_gen|char_ram~36276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36277 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y29_N27 +dffeas \text_gen|char_ram~23232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23232 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y29_N1 +dffeas \text_gen|char_ram~25024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36285 ( +// Equation(s): +// \text_gen|char_ram~36285_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~25024_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23232_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23232_q ), + .datad(\text_gen|char_ram~25024_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36285 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N31 +dffeas \text_gen|char_ram~26816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y29_N7 +dffeas \text_gen|char_ram~28608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36286 ( +// Equation(s): +// \text_gen|char_ram~36286_combout = (\text_gen|char_ram~36285_combout & (((\text_gen|char_ram~28608_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~36285_combout & (\text_gen|char_ram~26816_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~36285_combout ), + .datab(\text_gen|char_ram~26816_q ), + .datac(\text_gen|char_ram~28608_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36286 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26802feeder ( +// Equation(s): +// \text_gen|char_ram~26802feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26802feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y39_N13 +dffeas \text_gen|char_ram~26802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y33_N13 +dffeas \text_gen|char_ram~28594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y31_N17 +dffeas \text_gen|char_ram~25010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y31_N11 +dffeas \text_gen|char_ram~23218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36278 ( +// Equation(s): +// \text_gen|char_ram~36278_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~25010_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23218_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25010_q ), + .datac(\text_gen|char_ram~23218_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36278 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36279 ( +// Equation(s): +// \text_gen|char_ram~36279_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36278_combout & ((\text_gen|char_ram~28594_q ))) # (!\text_gen|char_ram~36278_combout & (\text_gen|char_ram~26802_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36278_combout )))) + + .dataa(\text_gen|char_ram~26802_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28594_q ), + .datad(\text_gen|char_ram~36278_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36279 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y29_N13 +dffeas \text_gen|char_ram~24996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y29_N27 +dffeas \text_gen|char_ram~28580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y29_N13 +dffeas \text_gen|char_ram~26788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y29_N17 +dffeas \text_gen|char_ram~23204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36280 ( +// Equation(s): +// \text_gen|char_ram~36280_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26788_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23204_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26788_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23204_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36280 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36281 ( +// Equation(s): +// \text_gen|char_ram~36281_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36280_combout & ((\text_gen|char_ram~28580_q ))) # (!\text_gen|char_ram~36280_combout & (\text_gen|char_ram~24996_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36280_combout )))) + + .dataa(\text_gen|char_ram~24996_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28580_q ), + .datad(\text_gen|char_ram~36280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36281 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24982feeder ( +// Equation(s): +// \text_gen|char_ram~24982feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y31_N7 +dffeas \text_gen|char_ram~24982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y33_N21 +dffeas \text_gen|char_ram~28566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26774feeder ( +// Equation(s): +// \text_gen|char_ram~26774feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26774feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26774feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26774feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y35_N23 +dffeas \text_gen|char_ram~26774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26774feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y31_N31 +dffeas \text_gen|char_ram~23190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36282 ( +// Equation(s): +// \text_gen|char_ram~36282_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26774_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23190_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26774_q ), + .datac(\text_gen|char_ram~23190_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36282 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36283 ( +// Equation(s): +// \text_gen|char_ram~36283_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36282_combout & ((\text_gen|char_ram~28566_q ))) # (!\text_gen|char_ram~36282_combout & (\text_gen|char_ram~24982_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36282_combout )))) + + .dataa(\text_gen|char_ram~24982_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28566_q ), + .datad(\text_gen|char_ram~36282_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36283 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36284 ( +// Equation(s): +// \text_gen|char_ram~36284_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36281_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36283_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36281_combout ), + .datad(\text_gen|char_ram~36283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36284 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36287 ( +// Equation(s): +// \text_gen|char_ram~36287_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36284_combout & (\text_gen|char_ram~36286_combout )) # (!\text_gen|char_ram~36284_combout & ((\text_gen|char_ram~36279_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36284_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~36286_combout ), + .datac(\text_gen|char_ram~36279_combout ), + .datad(\text_gen|char_ram~36284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36287 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36288 ( +// Equation(s): +// \text_gen|char_ram~36288_combout = (\text_gen|char_ram~36277_combout & (((\text_gen|char_ram~36287_combout ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~36277_combout & (\text_gen|char_ram~36256_combout & (\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~36256_combout ), + .datab(\text_gen|char_ram~36277_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~36287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36288 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~36288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y31_N23 +dffeas \text_gen|char_ram~24716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y27_N19 +dffeas \text_gen|char_ram~28300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y27_N17 +dffeas \text_gen|char_ram~22924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26508feeder ( +// Equation(s): +// \text_gen|char_ram~26508feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26508feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26508feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26508feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y27_N21 +dffeas \text_gen|char_ram~26508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26508feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36225 ( +// Equation(s): +// \text_gen|char_ram~36225_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~26508_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22924_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22924_q ), + .datad(\text_gen|char_ram~26508_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36225 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36226 ( +// Equation(s): +// \text_gen|char_ram~36226_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36225_combout & ((\text_gen|char_ram~28300_q ))) # (!\text_gen|char_ram~36225_combout & (\text_gen|char_ram~24716_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36225_combout )))) + + .dataa(\text_gen|char_ram~24716_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28300_q ), + .datad(\text_gen|char_ram~36225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36226 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y29_N31 +dffeas \text_gen|char_ram~26536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y29_N11 +dffeas \text_gen|char_ram~28328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24744feeder ( +// Equation(s): +// \text_gen|char_ram~24744feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y27_N5 +dffeas \text_gen|char_ram~24744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y27_N5 +dffeas \text_gen|char_ram~22952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36232 ( +// Equation(s): +// \text_gen|char_ram~36232_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24744_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22952_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24744_q ), + .datac(\text_gen|char_ram~22952_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36232 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36233 ( +// Equation(s): +// \text_gen|char_ram~36233_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36232_combout & ((\text_gen|char_ram~28328_q ))) # (!\text_gen|char_ram~36232_combout & (\text_gen|char_ram~26536_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36232_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26536_q ), + .datac(\text_gen|char_ram~28328_q ), + .datad(\text_gen|char_ram~36232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36233 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24702feeder ( +// Equation(s): +// \text_gen|char_ram~24702feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24702feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24702feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24702feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y30_N19 +dffeas \text_gen|char_ram~24702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24702feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y30_N27 +dffeas \text_gen|char_ram~28286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y30_N21 +dffeas \text_gen|char_ram~22910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y30_N25 +dffeas \text_gen|char_ram~26494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36229 ( +// Equation(s): +// \text_gen|char_ram~36229_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~26494_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22910_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22910_q ), + .datad(\text_gen|char_ram~26494_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36229 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36230 ( +// Equation(s): +// \text_gen|char_ram~36230_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36229_combout & ((\text_gen|char_ram~28286_q ))) # (!\text_gen|char_ram~36229_combout & (\text_gen|char_ram~24702_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36229_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24702_q ), + .datac(\text_gen|char_ram~28286_q ), + .datad(\text_gen|char_ram~36229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36230 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y31_N17 +dffeas \text_gen|char_ram~26522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y31_N15 +dffeas \text_gen|char_ram~28314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y28_N3 +dffeas \text_gen|char_ram~24730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y32_N25 +dffeas \text_gen|char_ram~22938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36227 ( +// Equation(s): +// \text_gen|char_ram~36227_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24730_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22938_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24730_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22938_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36227 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36228 ( +// Equation(s): +// \text_gen|char_ram~36228_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36227_combout & ((\text_gen|char_ram~28314_q ))) # (!\text_gen|char_ram~36227_combout & (\text_gen|char_ram~26522_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36227_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26522_q ), + .datac(\text_gen|char_ram~28314_q ), + .datad(\text_gen|char_ram~36227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36228 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36231 ( +// Equation(s): +// \text_gen|char_ram~36231_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~36228_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36230_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36230_combout ), + .datad(\text_gen|char_ram~36228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36231 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36234 ( +// Equation(s): +// \text_gen|char_ram~36234_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36231_combout & ((\text_gen|char_ram~36233_combout ))) # (!\text_gen|char_ram~36231_combout & (\text_gen|char_ram~36226_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36231_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36226_combout ), + .datac(\text_gen|char_ram~36233_combout ), + .datad(\text_gen|char_ram~36231_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36234 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y32_N25 +dffeas \text_gen|char_ram~26648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24856feeder ( +// Equation(s): +// \text_gen|char_ram~24856feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24856feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24856feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24856feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y27_N1 +dffeas \text_gen|char_ram~24856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24856feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y34_N13 +dffeas \text_gen|char_ram~23064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36222 ( +// Equation(s): +// \text_gen|char_ram~36222_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24856_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23064_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24856_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23064_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36222 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y32_N3 +dffeas \text_gen|char_ram~28440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36223 ( +// Equation(s): +// \text_gen|char_ram~36223_combout = (\text_gen|char_ram~36222_combout & (((\text_gen|char_ram~28440_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~36222_combout & (\text_gen|char_ram~26648_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~26648_q ), + .datab(\text_gen|char_ram~36222_combout ), + .datac(\text_gen|char_ram~28440_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36223 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24828feeder ( +// Equation(s): +// \text_gen|char_ram~24828feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24828feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24828feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24828feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y31_N29 +dffeas \text_gen|char_ram~24828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24828feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y34_N19 +dffeas \text_gen|char_ram~28412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y33_N1 +dffeas \text_gen|char_ram~26620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y34_N17 +dffeas \text_gen|char_ram~23036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36217 ( +// Equation(s): +// \text_gen|char_ram~36217_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26620_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23036_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26620_q ), + .datac(\text_gen|char_ram~23036_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36217 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36218 ( +// Equation(s): +// \text_gen|char_ram~36218_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36217_combout & ((\text_gen|char_ram~28412_q ))) # (!\text_gen|char_ram~36217_combout & (\text_gen|char_ram~24828_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36217_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24828_q ), + .datac(\text_gen|char_ram~28412_q ), + .datad(\text_gen|char_ram~36217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36218 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y23_N5 +dffeas \text_gen|char_ram~24814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y34_N19 +dffeas \text_gen|char_ram~28398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y33_N31 +dffeas \text_gen|char_ram~26606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y34_N29 +dffeas \text_gen|char_ram~23022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36219 ( +// Equation(s): +// \text_gen|char_ram~36219_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26606_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23022_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26606_q ), + .datac(\text_gen|char_ram~23022_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36219 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36220 ( +// Equation(s): +// \text_gen|char_ram~36220_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36219_combout & ((\text_gen|char_ram~28398_q ))) # (!\text_gen|char_ram~36219_combout & (\text_gen|char_ram~24814_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36219_combout )))) + + .dataa(\text_gen|char_ram~24814_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28398_q ), + .datad(\text_gen|char_ram~36219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36220 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36221 ( +// Equation(s): +// \text_gen|char_ram~36221_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~36218_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~36220_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36218_combout ), + .datad(\text_gen|char_ram~36220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36221 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26634feeder ( +// Equation(s): +// \text_gen|char_ram~26634feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y31_N3 +dffeas \text_gen|char_ram~26634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y31_N27 +dffeas \text_gen|char_ram~28426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y31_N23 +dffeas \text_gen|char_ram~24842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y31_N9 +dffeas \text_gen|char_ram~23050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36215 ( +// Equation(s): +// \text_gen|char_ram~36215_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24842_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23050_q +// ))))) + + .dataa(\text_gen|char_ram~24842_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23050_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36215 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36216 ( +// Equation(s): +// \text_gen|char_ram~36216_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36215_combout & ((\text_gen|char_ram~28426_q ))) # (!\text_gen|char_ram~36215_combout & (\text_gen|char_ram~26634_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36215_combout )))) + + .dataa(\text_gen|char_ram~26634_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28426_q ), + .datad(\text_gen|char_ram~36215_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36216 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36224 ( +// Equation(s): +// \text_gen|char_ram~36224_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36221_combout & (\text_gen|char_ram~36223_combout )) # (!\text_gen|char_ram~36221_combout & ((\text_gen|char_ram~36216_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36221_combout )))) + + .dataa(\text_gen|char_ram~36223_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36221_combout ), + .datad(\text_gen|char_ram~36216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36224 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~36224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36235 ( +// Equation(s): +// \text_gen|char_ram~36235_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~36224_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36234_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36234_combout ), + .datad(\text_gen|char_ram~36224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36235 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y29_N29 +dffeas \text_gen|char_ram~26872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y29_N21 +dffeas \text_gen|char_ram~28664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y29_N15 +dffeas \text_gen|char_ram~23288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y27_N23 +dffeas \text_gen|char_ram~25080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36243 ( +// Equation(s): +// \text_gen|char_ram~36243_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~25080_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23288_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23288_q ), + .datad(\text_gen|char_ram~25080_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36243 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36244 ( +// Equation(s): +// \text_gen|char_ram~36244_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36243_combout & ((\text_gen|char_ram~28664_q ))) # (!\text_gen|char_ram~36243_combout & (\text_gen|char_ram~26872_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36243_combout )))) + + .dataa(\text_gen|char_ram~26872_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28664_q ), + .datad(\text_gen|char_ram~36243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36244 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26858feeder ( +// Equation(s): +// \text_gen|char_ram~26858feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26858feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26858feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26858feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y35_N17 +dffeas \text_gen|char_ram~26858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26858feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y32_N9 +dffeas \text_gen|char_ram~28650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25066feeder ( +// Equation(s): +// \text_gen|char_ram~25066feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25066feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25066feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25066feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y31_N5 +dffeas \text_gen|char_ram~25066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25066feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y31_N1 +dffeas \text_gen|char_ram~23274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36236 ( +// Equation(s): +// \text_gen|char_ram~36236_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~25066_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23274_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25066_q ), + .datac(\text_gen|char_ram~23274_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36236 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36237 ( +// Equation(s): +// \text_gen|char_ram~36237_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36236_combout & ((\text_gen|char_ram~28650_q ))) # (!\text_gen|char_ram~36236_combout & (\text_gen|char_ram~26858_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36236_combout )))) + + .dataa(\text_gen|char_ram~26858_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28650_q ), + .datad(\text_gen|char_ram~36236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36237 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y31_N1 +dffeas \text_gen|char_ram~25038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y32_N7 +dffeas \text_gen|char_ram~28622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y36_N15 +dffeas \text_gen|char_ram~26830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N7 +dffeas \text_gen|char_ram~23246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36240 ( +// Equation(s): +// \text_gen|char_ram~36240_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26830_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23246_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26830_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23246_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36240 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36241 ( +// Equation(s): +// \text_gen|char_ram~36241_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36240_combout & ((\text_gen|char_ram~28622_q ))) # (!\text_gen|char_ram~36240_combout & (\text_gen|char_ram~25038_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36240_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25038_q ), + .datac(\text_gen|char_ram~28622_q ), + .datad(\text_gen|char_ram~36240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36241 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y27_N5 +dffeas \text_gen|char_ram~25052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y29_N11 +dffeas \text_gen|char_ram~28636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26844feeder ( +// Equation(s): +// \text_gen|char_ram~26844feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26844feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y33_N17 +dffeas \text_gen|char_ram~26844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y29_N1 +dffeas \text_gen|char_ram~23260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36238 ( +// Equation(s): +// \text_gen|char_ram~36238_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26844_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23260_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26844_q ), + .datac(\text_gen|char_ram~23260_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36238 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36239 ( +// Equation(s): +// \text_gen|char_ram~36239_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36238_combout & ((\text_gen|char_ram~28636_q ))) # (!\text_gen|char_ram~36238_combout & (\text_gen|char_ram~25052_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36238_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25052_q ), + .datac(\text_gen|char_ram~28636_q ), + .datad(\text_gen|char_ram~36238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36239 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36242 ( +// Equation(s): +// \text_gen|char_ram~36242_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~36239_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~36241_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~36241_combout ), + .datad(\text_gen|char_ram~36239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36242 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36245 ( +// Equation(s): +// \text_gen|char_ram~36245_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36242_combout & (\text_gen|char_ram~36244_combout )) # (!\text_gen|char_ram~36242_combout & ((\text_gen|char_ram~36237_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~36242_combout )))) + + .dataa(\text_gen|char_ram~36244_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36237_combout ), + .datad(\text_gen|char_ram~36242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36245 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y27_N9 +dffeas \text_gen|char_ram~24940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y29_N11 +dffeas \text_gen|char_ram~28524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26732feeder ( +// Equation(s): +// \text_gen|char_ram~26732feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y29_N5 +dffeas \text_gen|char_ram~26732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y29_N17 +dffeas \text_gen|char_ram~23148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36205 ( +// Equation(s): +// \text_gen|char_ram~36205_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26732_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23148_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26732_q ), + .datac(\text_gen|char_ram~23148_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36205 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36206 ( +// Equation(s): +// \text_gen|char_ram~36206_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36205_combout & ((\text_gen|char_ram~28524_q ))) # (!\text_gen|char_ram~36205_combout & (\text_gen|char_ram~24940_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36205_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24940_q ), + .datac(\text_gen|char_ram~28524_q ), + .datad(\text_gen|char_ram~36205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36206 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y29_N29 +dffeas \text_gen|char_ram~26760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y29_N23 +dffeas \text_gen|char_ram~28552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y27_N23 +dffeas \text_gen|char_ram~24968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y28_N27 +dffeas \text_gen|char_ram~23176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36212 ( +// Equation(s): +// \text_gen|char_ram~36212_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24968_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23176_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24968_q ), + .datac(\text_gen|char_ram~23176_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36212 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36213 ( +// Equation(s): +// \text_gen|char_ram~36213_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36212_combout & ((\text_gen|char_ram~28552_q ))) # (!\text_gen|char_ram~36212_combout & (\text_gen|char_ram~26760_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36212_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26760_q ), + .datac(\text_gen|char_ram~28552_q ), + .datad(\text_gen|char_ram~36212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36213 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N7 +dffeas \text_gen|char_ram~26746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N25 +dffeas \text_gen|char_ram~28538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24954feeder ( +// Equation(s): +// \text_gen|char_ram~24954feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24954feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24954feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24954feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y28_N29 +dffeas \text_gen|char_ram~24954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24954feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y28_N21 +dffeas \text_gen|char_ram~23162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36207 ( +// Equation(s): +// \text_gen|char_ram~36207_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24954_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23162_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24954_q ), + .datac(\text_gen|char_ram~23162_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36207 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36208 ( +// Equation(s): +// \text_gen|char_ram~36208_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36207_combout & ((\text_gen|char_ram~28538_q ))) # (!\text_gen|char_ram~36207_combout & (\text_gen|char_ram~26746_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36207_combout )))) + + .dataa(\text_gen|char_ram~26746_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28538_q ), + .datad(\text_gen|char_ram~36207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36208 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24926feeder ( +// Equation(s): +// \text_gen|char_ram~24926feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24926feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24926feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24926feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y28_N7 +dffeas \text_gen|char_ram~24926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24926feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y32_N23 +dffeas \text_gen|char_ram~28510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N7 +dffeas \text_gen|char_ram~26718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y32_N21 +dffeas \text_gen|char_ram~23134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36209 ( +// Equation(s): +// \text_gen|char_ram~36209_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26718_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23134_q +// ))))) + + .dataa(\text_gen|char_ram~26718_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23134_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36209 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36210 ( +// Equation(s): +// \text_gen|char_ram~36210_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36209_combout & ((\text_gen|char_ram~28510_q ))) # (!\text_gen|char_ram~36209_combout & (\text_gen|char_ram~24926_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36209_combout )))) + + .dataa(\text_gen|char_ram~24926_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28510_q ), + .datad(\text_gen|char_ram~36209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36210 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36211 ( +// Equation(s): +// \text_gen|char_ram~36211_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~36208_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~36210_combout )))) + + .dataa(\text_gen|char_ram~36208_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~36210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36211 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~36211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36214 ( +// Equation(s): +// \text_gen|char_ram~36214_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36211_combout & ((\text_gen|char_ram~36213_combout ))) # (!\text_gen|char_ram~36211_combout & (\text_gen|char_ram~36206_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36211_combout )))) + + .dataa(\text_gen|char_ram~36206_combout ), + .datab(\text_gen|char_ram~36213_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~36211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36214 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~36214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36246 ( +// Equation(s): +// \text_gen|char_ram~36246_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36235_combout & (\text_gen|char_ram~36245_combout )) # (!\text_gen|char_ram~36235_combout & ((\text_gen|char_ram~36214_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36235_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36235_combout ), + .datac(\text_gen|char_ram~36245_combout ), + .datad(\text_gen|char_ram~36214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36246 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~36246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36289 ( +// Equation(s): +// \text_gen|char_ram~36289_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~36246_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~36288_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~36288_combout ), + .datad(\text_gen|char_ram~36246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36289 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26795feeder ( +// Equation(s): +// \text_gen|char_ram~26795feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y30_N29 +dffeas \text_gen|char_ram~26795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y26_N25 +dffeas \text_gen|char_ram~28587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25003feeder ( +// Equation(s): +// \text_gen|char_ram~25003feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25003feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25003feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25003feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y26_N17 +dffeas \text_gen|char_ram~25003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25003feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N29 +dffeas \text_gen|char_ram~23211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36170 ( +// Equation(s): +// \text_gen|char_ram~36170_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~25003_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23211_q +// ))))) + + .dataa(\text_gen|char_ram~25003_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23211_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36170 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36171 ( +// Equation(s): +// \text_gen|char_ram~36171_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36170_combout & ((\text_gen|char_ram~28587_q ))) # (!\text_gen|char_ram~36170_combout & (\text_gen|char_ram~26795_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36170_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26795_q ), + .datac(\text_gen|char_ram~28587_q ), + .datad(\text_gen|char_ram~36170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36171 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24877feeder ( +// Equation(s): +// \text_gen|char_ram~24877feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y30_N27 +dffeas \text_gen|char_ram~24877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y30_N21 +dffeas \text_gen|char_ram~28461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y35_N7 +dffeas \text_gen|char_ram~26669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y35_N9 +dffeas \text_gen|char_ram~23085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36167 ( +// Equation(s): +// \text_gen|char_ram~36167_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26669_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23085_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26669_q ), + .datac(\text_gen|char_ram~23085_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36167 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36168 ( +// Equation(s): +// \text_gen|char_ram~36168_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36167_combout & ((\text_gen|char_ram~28461_q ))) # (!\text_gen|char_ram~36167_combout & (\text_gen|char_ram~24877_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36167_combout )))) + + .dataa(\text_gen|char_ram~24877_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28461_q ), + .datad(\text_gen|char_ram~36167_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36168 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y26_N13 +dffeas \text_gen|char_ram~24989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y30_N29 +dffeas \text_gen|char_ram~28573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26781feeder ( +// Equation(s): +// \text_gen|char_ram~26781feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26781feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26781feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26781feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y27_N31 +dffeas \text_gen|char_ram~26781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26781feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N17 +dffeas \text_gen|char_ram~23197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36165 ( +// Equation(s): +// \text_gen|char_ram~36165_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26781_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23197_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26781_q ), + .datac(\text_gen|char_ram~23197_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36165 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36166 ( +// Equation(s): +// \text_gen|char_ram~36166_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36165_combout & ((\text_gen|char_ram~28573_q ))) # (!\text_gen|char_ram~36165_combout & (\text_gen|char_ram~24989_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36165_combout )))) + + .dataa(\text_gen|char_ram~24989_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28573_q ), + .datad(\text_gen|char_ram~36165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36166 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36169 ( +// Equation(s): +// \text_gen|char_ram~36169_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~36166_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36168_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36168_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~36166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36169 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~36169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26683feeder ( +// Equation(s): +// \text_gen|char_ram~26683feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26683feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N11 +dffeas \text_gen|char_ram~26683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24891feeder ( +// Equation(s): +// \text_gen|char_ram~24891feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24891feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24891feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24891feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y28_N11 +dffeas \text_gen|char_ram~24891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24891feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N15 +dffeas \text_gen|char_ram~23099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36163 ( +// Equation(s): +// \text_gen|char_ram~36163_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24891_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23099_q +// ))))) + + .dataa(\text_gen|char_ram~24891_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23099_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36163 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~28475feeder ( +// Equation(s): +// \text_gen|char_ram~28475feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y26_N1 +dffeas \text_gen|char_ram~28475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36164 ( +// Equation(s): +// \text_gen|char_ram~36164_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36163_combout & ((\text_gen|char_ram~28475_q ))) # (!\text_gen|char_ram~36163_combout & (\text_gen|char_ram~26683_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36163_combout )))) + + .dataa(\text_gen|char_ram~26683_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~36163_combout ), + .datad(\text_gen|char_ram~28475_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36164 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~36164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36172 ( +// Equation(s): +// \text_gen|char_ram~36172_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36169_combout & (\text_gen|char_ram~36171_combout )) # (!\text_gen|char_ram~36169_combout & ((\text_gen|char_ram~36164_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36169_combout )))) + + .dataa(\text_gen|char_ram~36171_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~36169_combout ), + .datad(\text_gen|char_ram~36164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36172 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~36172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28503feeder ( +// Equation(s): +// \text_gen|char_ram~28503feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~28503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28503feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y30_N3 +dffeas \text_gen|char_ram~28503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y32_N5 +dffeas \text_gen|char_ram~26711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y30_N17 +dffeas \text_gen|char_ram~24919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y30_N11 +dffeas \text_gen|char_ram~23127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36194 ( +// Equation(s): +// \text_gen|char_ram~36194_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24919_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23127_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24919_q ), + .datac(\text_gen|char_ram~23127_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36194 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36195 ( +// Equation(s): +// \text_gen|char_ram~36195_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36194_combout & (\text_gen|char_ram~28503_q )) # (!\text_gen|char_ram~36194_combout & ((\text_gen|char_ram~26711_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36194_combout )))) + + .dataa(\text_gen|char_ram~28503_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26711_q ), + .datad(\text_gen|char_ram~36194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36195 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~36195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26823feeder ( +// Equation(s): +// \text_gen|char_ram~26823feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y30_N31 +dffeas \text_gen|char_ram~26823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y29_N1 +dffeas \text_gen|char_ram~28615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y26_N21 +dffeas \text_gen|char_ram~25031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N3 +dffeas \text_gen|char_ram~23239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36201 ( +// Equation(s): +// \text_gen|char_ram~36201_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~25031_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23239_q +// ))))) + + .dataa(\text_gen|char_ram~25031_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23239_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36201 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36202 ( +// Equation(s): +// \text_gen|char_ram~36202_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36201_combout & ((\text_gen|char_ram~28615_q ))) # (!\text_gen|char_ram~36201_combout & (\text_gen|char_ram~26823_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36201_combout )))) + + .dataa(\text_gen|char_ram~26823_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28615_q ), + .datad(\text_gen|char_ram~36201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36202 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25017feeder ( +// Equation(s): +// \text_gen|char_ram~25017feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25017feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25017feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25017feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y24_N25 +dffeas \text_gen|char_ram~25017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25017feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y27_N3 +dffeas \text_gen|char_ram~28601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26809feeder ( +// Equation(s): +// \text_gen|char_ram~26809feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26809feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26809feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26809feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y31_N29 +dffeas \text_gen|char_ram~26809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26809feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y27_N13 +dffeas \text_gen|char_ram~23225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36196 ( +// Equation(s): +// \text_gen|char_ram~36196_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26809_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23225_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26809_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23225_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36196 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36197 ( +// Equation(s): +// \text_gen|char_ram~36197_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36196_combout & ((\text_gen|char_ram~28601_q ))) # (!\text_gen|char_ram~36196_combout & (\text_gen|char_ram~25017_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36196_combout )))) + + .dataa(\text_gen|char_ram~25017_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28601_q ), + .datad(\text_gen|char_ram~36196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36197 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y37_N5 +dffeas \text_gen|char_ram~24905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y33_N21 +dffeas \text_gen|char_ram~28489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y35_N21 +dffeas \text_gen|char_ram~26697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y35_N23 +dffeas \text_gen|char_ram~23113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36198 ( +// Equation(s): +// \text_gen|char_ram~36198_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26697_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23113_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26697_q ), + .datac(\text_gen|char_ram~23113_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36198 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36199 ( +// Equation(s): +// \text_gen|char_ram~36199_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36198_combout & ((\text_gen|char_ram~28489_q ))) # (!\text_gen|char_ram~36198_combout & (\text_gen|char_ram~24905_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36198_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24905_q ), + .datac(\text_gen|char_ram~28489_q ), + .datad(\text_gen|char_ram~36198_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36199 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36200 ( +// Equation(s): +// \text_gen|char_ram~36200_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~36197_combout )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~36199_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~36197_combout ), + .datad(\text_gen|char_ram~36199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36200 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36203 ( +// Equation(s): +// \text_gen|char_ram~36203_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36200_combout & ((\text_gen|char_ram~36202_combout ))) # (!\text_gen|char_ram~36200_combout & (\text_gen|char_ram~36195_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36200_combout )))) + + .dataa(\text_gen|char_ram~36195_combout ), + .datab(\text_gen|char_ram~36202_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~36200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36203 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~36203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N11 +dffeas \text_gen|char_ram~26459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y21_N21 +dffeas \text_gen|char_ram~24667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y25_N25 +dffeas \text_gen|char_ram~22875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36183 ( +// Equation(s): +// \text_gen|char_ram~36183_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24667_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22875_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24667_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22875_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36183 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y25_N7 +dffeas \text_gen|char_ram~28251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36184 ( +// Equation(s): +// \text_gen|char_ram~36184_combout = (\text_gen|char_ram~36183_combout & (((\text_gen|char_ram~28251_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~36183_combout & (\text_gen|char_ram~26459_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~26459_q ), + .datab(\text_gen|char_ram~36183_combout ), + .datac(\text_gen|char_ram~28251_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36184 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26445feeder ( +// Equation(s): +// \text_gen|char_ram~26445feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26445feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26445feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26445feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y26_N13 +dffeas \text_gen|char_ram~26445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26445feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y26_N1 +dffeas \text_gen|char_ram~22861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36187 ( +// Equation(s): +// \text_gen|char_ram~36187_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26445_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22861_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26445_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22861_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36187 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24653feeder ( +// Equation(s): +// \text_gen|char_ram~24653feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y24_N13 +dffeas \text_gen|char_ram~24653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y28_N9 +dffeas \text_gen|char_ram~28237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36188 ( +// Equation(s): +// \text_gen|char_ram~36188_combout = (\text_gen|char_ram~36187_combout & (((\text_gen|char_ram~28237_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~36187_combout & (\text_gen|char_ram~24653_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~36187_combout ), + .datab(\text_gen|char_ram~24653_q ), + .datac(\text_gen|char_ram~28237_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36188 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~36188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24765feeder ( +// Equation(s): +// \text_gen|char_ram~24765feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y24_N25 +dffeas \text_gen|char_ram~24765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y27_N31 +dffeas \text_gen|char_ram~28349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y27_N21 +dffeas \text_gen|char_ram~26557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y27_N17 +dffeas \text_gen|char_ram~22973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36185 ( +// Equation(s): +// \text_gen|char_ram~36185_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26557_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22973_q +// ))))) + + .dataa(\text_gen|char_ram~26557_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22973_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36185 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36186 ( +// Equation(s): +// \text_gen|char_ram~36186_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36185_combout & ((\text_gen|char_ram~28349_q ))) # (!\text_gen|char_ram~36185_combout & (\text_gen|char_ram~24765_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36185_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24765_q ), + .datac(\text_gen|char_ram~28349_q ), + .datad(\text_gen|char_ram~36185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36186 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36189 ( +// Equation(s): +// \text_gen|char_ram~36189_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~36186_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36188_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36188_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~36186_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36189 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~36189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y30_N15 +dffeas \text_gen|char_ram~26571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y30_N5 +dffeas \text_gen|char_ram~28363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24779feeder ( +// Equation(s): +// \text_gen|char_ram~24779feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24779feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24779feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24779feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y24_N3 +dffeas \text_gen|char_ram~24779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24779feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y26_N29 +dffeas \text_gen|char_ram~22987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36190 ( +// Equation(s): +// \text_gen|char_ram~36190_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24779_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22987_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24779_q ), + .datac(\text_gen|char_ram~22987_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36190 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36191 ( +// Equation(s): +// \text_gen|char_ram~36191_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36190_combout & ((\text_gen|char_ram~28363_q ))) # (!\text_gen|char_ram~36190_combout & (\text_gen|char_ram~26571_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36190_combout )))) + + .dataa(\text_gen|char_ram~26571_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28363_q ), + .datad(\text_gen|char_ram~36190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36191 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36192 ( +// Equation(s): +// \text_gen|char_ram~36192_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36189_combout & ((\text_gen|char_ram~36191_combout ))) # (!\text_gen|char_ram~36189_combout & (\text_gen|char_ram~36184_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36189_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36184_combout ), + .datac(\text_gen|char_ram~36189_combout ), + .datad(\text_gen|char_ram~36191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36192 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~36192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y32_N25 +dffeas \text_gen|char_ram~28279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26487feeder ( +// Equation(s): +// \text_gen|char_ram~26487feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26487feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y32_N7 +dffeas \text_gen|char_ram~26487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24695feeder ( +// Equation(s): +// \text_gen|char_ram~24695feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y22_N7 +dffeas \text_gen|char_ram~24695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y29_N5 +dffeas \text_gen|char_ram~22903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36173 ( +// Equation(s): +// \text_gen|char_ram~36173_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24695_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22903_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24695_q ), + .datac(\text_gen|char_ram~22903_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36173 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36174 ( +// Equation(s): +// \text_gen|char_ram~36174_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36173_combout & (\text_gen|char_ram~28279_q )) # (!\text_gen|char_ram~36173_combout & ((\text_gen|char_ram~26487_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36173_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~28279_q ), + .datac(\text_gen|char_ram~26487_q ), + .datad(\text_gen|char_ram~36173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36174 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26599feeder ( +// Equation(s): +// \text_gen|char_ram~26599feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N1 +dffeas \text_gen|char_ram~26599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y30_N13 +dffeas \text_gen|char_ram~28391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y30_N15 +dffeas \text_gen|char_ram~24807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y30_N29 +dffeas \text_gen|char_ram~23015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36180 ( +// Equation(s): +// \text_gen|char_ram~36180_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24807_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23015_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24807_q ), + .datac(\text_gen|char_ram~23015_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36180 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36181 ( +// Equation(s): +// \text_gen|char_ram~36181_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36180_combout & ((\text_gen|char_ram~28391_q ))) # (!\text_gen|char_ram~36180_combout & (\text_gen|char_ram~26599_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36180_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26599_q ), + .datac(\text_gen|char_ram~28391_q ), + .datad(\text_gen|char_ram~36180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36181 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y30_N9 +dffeas \text_gen|char_ram~24793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y30_N7 +dffeas \text_gen|char_ram~28377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y30_N25 +dffeas \text_gen|char_ram~26585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y30_N31 +dffeas \text_gen|char_ram~23001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36175 ( +// Equation(s): +// \text_gen|char_ram~36175_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26585_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23001_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26585_q ), + .datac(\text_gen|char_ram~23001_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36175 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36176 ( +// Equation(s): +// \text_gen|char_ram~36176_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36175_combout & ((\text_gen|char_ram~28377_q ))) # (!\text_gen|char_ram~36175_combout & (\text_gen|char_ram~24793_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36175_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24793_q ), + .datac(\text_gen|char_ram~28377_q ), + .datad(\text_gen|char_ram~36175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36176 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24681feeder ( +// Equation(s): +// \text_gen|char_ram~24681feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24681feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24681feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24681feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y32_N15 +dffeas \text_gen|char_ram~24681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24681feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y28_N15 +dffeas \text_gen|char_ram~28265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26473feeder ( +// Equation(s): +// \text_gen|char_ram~26473feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26473feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26473feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26473feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y28_N29 +dffeas \text_gen|char_ram~26473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26473feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y28_N21 +dffeas \text_gen|char_ram~22889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~36177 ( +// Equation(s): +// \text_gen|char_ram~36177_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26473_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22889_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26473_q ), + .datac(\text_gen|char_ram~22889_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36177 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36178 ( +// Equation(s): +// \text_gen|char_ram~36178_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36177_combout & ((\text_gen|char_ram~28265_q ))) # (!\text_gen|char_ram~36177_combout & (\text_gen|char_ram~24681_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36177_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24681_q ), + .datac(\text_gen|char_ram~28265_q ), + .datad(\text_gen|char_ram~36177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36178 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36179 ( +// Equation(s): +// \text_gen|char_ram~36179_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~36176_combout )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~36178_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~36176_combout ), + .datad(\text_gen|char_ram~36178_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36179 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~36179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36182 ( +// Equation(s): +// \text_gen|char_ram~36182_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36179_combout & ((\text_gen|char_ram~36181_combout ))) # (!\text_gen|char_ram~36179_combout & (\text_gen|char_ram~36174_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36179_combout )))) + + .dataa(\text_gen|char_ram~36174_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~36181_combout ), + .datad(\text_gen|char_ram~36179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36182 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36193 ( +// Equation(s): +// \text_gen|char_ram~36193_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~36182_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36192_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36192_combout ), + .datad(\text_gen|char_ram~36182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36193 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36204 ( +// Equation(s): +// \text_gen|char_ram~36204_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~36193_combout & ((\text_gen|char_ram~36203_combout ))) # (!\text_gen|char_ram~36193_combout & (\text_gen|char_ram~36172_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~36193_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~36172_combout ), + .datac(\text_gen|char_ram~36203_combout ), + .datad(\text_gen|char_ram~36193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36204 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26879feeder ( +// Equation(s): +// \text_gen|char_ram~26879feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26879feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y31_N23 +dffeas \text_gen|char_ram~26879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y23_N5 +dffeas \text_gen|char_ram~28671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y23_N3 +dffeas \text_gen|char_ram~23295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y23_N7 +dffeas \text_gen|char_ram~25087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36328 ( +// Equation(s): +// \text_gen|char_ram~36328_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~25087_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23295_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23295_q ), + .datad(\text_gen|char_ram~25087_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36328 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36329 ( +// Equation(s): +// \text_gen|char_ram~36329_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36328_combout & ((\text_gen|char_ram~28671_q ))) # (!\text_gen|char_ram~36328_combout & (\text_gen|char_ram~26879_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36328_combout )))) + + .dataa(\text_gen|char_ram~26879_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28671_q ), + .datad(\text_gen|char_ram~36328_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36329 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26655feeder ( +// Equation(s): +// \text_gen|char_ram~26655feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y27_N9 +dffeas \text_gen|char_ram~26655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y23_N17 +dffeas \text_gen|char_ram~28447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y23_N1 +dffeas \text_gen|char_ram~24863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y23_N15 +dffeas \text_gen|char_ram~23071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36321 ( +// Equation(s): +// \text_gen|char_ram~36321_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24863_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23071_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24863_q ), + .datac(\text_gen|char_ram~23071_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36321 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36322 ( +// Equation(s): +// \text_gen|char_ram~36322_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36321_combout & ((\text_gen|char_ram~28447_q ))) # (!\text_gen|char_ram~36321_combout & (\text_gen|char_ram~26655_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36321_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26655_q ), + .datac(\text_gen|char_ram~28447_q ), + .datad(\text_gen|char_ram~36321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36322 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y23_N13 +dffeas \text_gen|char_ram~24751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y23_N11 +dffeas \text_gen|char_ram~28335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26543feeder ( +// Equation(s): +// \text_gen|char_ram~26543feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26543feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26543feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26543feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y27_N23 +dffeas \text_gen|char_ram~26543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26543feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y23_N5 +dffeas \text_gen|char_ram~22959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~36325 ( +// Equation(s): +// \text_gen|char_ram~36325_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26543_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22959_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26543_q ), + .datac(\text_gen|char_ram~22959_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36325 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36326 ( +// Equation(s): +// \text_gen|char_ram~36326_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36325_combout & ((\text_gen|char_ram~28335_q ))) # (!\text_gen|char_ram~36325_combout & (\text_gen|char_ram~24751_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36325_combout )))) + + .dataa(\text_gen|char_ram~24751_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28335_q ), + .datad(\text_gen|char_ram~36325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36326 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y23_N21 +dffeas \text_gen|char_ram~24975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y23_N23 +dffeas \text_gen|char_ram~28559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26767feeder ( +// Equation(s): +// \text_gen|char_ram~26767feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y23_N5 +dffeas \text_gen|char_ram~26767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y23_N29 +dffeas \text_gen|char_ram~23183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36323 ( +// Equation(s): +// \text_gen|char_ram~36323_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26767_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23183_q +// ))))) + + .dataa(\text_gen|char_ram~26767_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23183_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36323 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~36323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36324 ( +// Equation(s): +// \text_gen|char_ram~36324_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36323_combout & ((\text_gen|char_ram~28559_q ))) # (!\text_gen|char_ram~36323_combout & (\text_gen|char_ram~24975_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36323_combout )))) + + .dataa(\text_gen|char_ram~24975_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28559_q ), + .datad(\text_gen|char_ram~36323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36324 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36327 ( +// Equation(s): +// \text_gen|char_ram~36327_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~36324_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~36326_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~36326_combout ), + .datad(\text_gen|char_ram~36324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36327 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36330 ( +// Equation(s): +// \text_gen|char_ram~36330_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36327_combout & (\text_gen|char_ram~36329_combout )) # (!\text_gen|char_ram~36327_combout & ((\text_gen|char_ram~36322_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36327_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36329_combout ), + .datac(\text_gen|char_ram~36322_combout ), + .datad(\text_gen|char_ram~36327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36330 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y30_N3 +dffeas \text_gen|char_ram~24947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y30_N19 +dffeas \text_gen|char_ram~28531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26739feeder ( +// Equation(s): +// \text_gen|char_ram~26739feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26739feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26739feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26739feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y27_N17 +dffeas \text_gen|char_ram~26739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26739feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y27_N23 +dffeas \text_gen|char_ram~23155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36292 ( +// Equation(s): +// \text_gen|char_ram~36292_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26739_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23155_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26739_q ), + .datac(\text_gen|char_ram~23155_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36292 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36293 ( +// Equation(s): +// \text_gen|char_ram~36293_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36292_combout & ((\text_gen|char_ram~28531_q ))) # (!\text_gen|char_ram~36292_combout & (\text_gen|char_ram~24947_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36292_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24947_q ), + .datac(\text_gen|char_ram~28531_q ), + .datad(\text_gen|char_ram~36292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36293 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N21 +dffeas \text_gen|char_ram~24723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y24_N31 +dffeas \text_gen|char_ram~28307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y24_N3 +dffeas \text_gen|char_ram~26515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y24_N17 +dffeas \text_gen|char_ram~22931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36294 ( +// Equation(s): +// \text_gen|char_ram~36294_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26515_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22931_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26515_q ), + .datac(\text_gen|char_ram~22931_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36294 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36295 ( +// Equation(s): +// \text_gen|char_ram~36295_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36294_combout & ((\text_gen|char_ram~28307_q ))) # (!\text_gen|char_ram~36294_combout & (\text_gen|char_ram~24723_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36294_combout )))) + + .dataa(\text_gen|char_ram~24723_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28307_q ), + .datad(\text_gen|char_ram~36294_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36295 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~36296 ( +// Equation(s): +// \text_gen|char_ram~36296_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~36293_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~36295_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36293_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~36295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36296 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~36296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y26_N29 +dffeas \text_gen|char_ram~26627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y30_N25 +dffeas \text_gen|char_ram~28419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24835feeder ( +// Equation(s): +// \text_gen|char_ram~24835feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24835feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24835feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24835feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y23_N21 +dffeas \text_gen|char_ram~24835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24835feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y26_N3 +dffeas \text_gen|char_ram~23043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36290 ( +// Equation(s): +// \text_gen|char_ram~36290_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24835_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23043_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24835_q ), + .datac(\text_gen|char_ram~23043_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36290 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36291 ( +// Equation(s): +// \text_gen|char_ram~36291_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36290_combout & ((\text_gen|char_ram~28419_q ))) # (!\text_gen|char_ram~36290_combout & (\text_gen|char_ram~26627_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36290_combout )))) + + .dataa(\text_gen|char_ram~26627_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28419_q ), + .datad(\text_gen|char_ram~36290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36291 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y30_N23 +dffeas \text_gen|char_ram~26851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N15 +dffeas \text_gen|char_ram~28643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25059feeder ( +// Equation(s): +// \text_gen|char_ram~25059feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25059feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25059feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25059feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N15 +dffeas \text_gen|char_ram~25059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25059feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N13 +dffeas \text_gen|char_ram~23267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36297 ( +// Equation(s): +// \text_gen|char_ram~36297_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~25059_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23267_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25059_q ), + .datac(\text_gen|char_ram~23267_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36297 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36298 ( +// Equation(s): +// \text_gen|char_ram~36298_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36297_combout & ((\text_gen|char_ram~28643_q ))) # (!\text_gen|char_ram~36297_combout & (\text_gen|char_ram~26851_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36297_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26851_q ), + .datac(\text_gen|char_ram~28643_q ), + .datad(\text_gen|char_ram~36297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36298 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36299 ( +// Equation(s): +// \text_gen|char_ram~36299_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36296_combout & ((\text_gen|char_ram~36298_combout ))) # (!\text_gen|char_ram~36296_combout & (\text_gen|char_ram~36291_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36296_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36296_combout ), + .datac(\text_gen|char_ram~36291_combout ), + .datad(\text_gen|char_ram~36298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36299 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~36299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24709feeder ( +// Equation(s): +// \text_gen|char_ram~24709feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24709feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24709feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24709feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y24_N31 +dffeas \text_gen|char_ram~24709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24709feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y26_N29 +dffeas \text_gen|char_ram~26501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26501 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y26_N9 +dffeas \text_gen|char_ram~22917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36314 ( +// Equation(s): +// \text_gen|char_ram~36314_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26501_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22917_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~26501_q ), + .datac(\text_gen|char_ram~22917_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36314 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N7 +dffeas \text_gen|char_ram~28293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36315 ( +// Equation(s): +// \text_gen|char_ram~36315_combout = (\text_gen|char_ram~36314_combout & (((\text_gen|char_ram~28293_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~36314_combout & (\text_gen|char_ram~24709_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~24709_q ), + .datab(\text_gen|char_ram~36314_combout ), + .datac(\text_gen|char_ram~28293_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36315 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24933feeder ( +// Equation(s): +// \text_gen|char_ram~24933feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24933feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24933feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24933feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y26_N25 +dffeas \text_gen|char_ram~24933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24933feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y26_N17 +dffeas \text_gen|char_ram~28517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26725feeder ( +// Equation(s): +// \text_gen|char_ram~26725feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y26_N3 +dffeas \text_gen|char_ram~26725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y26_N9 +dffeas \text_gen|char_ram~23141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~36312 ( +// Equation(s): +// \text_gen|char_ram~36312_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26725_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23141_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26725_q ), + .datac(\text_gen|char_ram~23141_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36312 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36313 ( +// Equation(s): +// \text_gen|char_ram~36313_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36312_combout & ((\text_gen|char_ram~28517_q ))) # (!\text_gen|char_ram~36312_combout & (\text_gen|char_ram~24933_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36312_combout )))) + + .dataa(\text_gen|char_ram~24933_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28517_q ), + .datad(\text_gen|char_ram~36312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36313 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~36316 ( +// Equation(s): +// \text_gen|char_ram~36316_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36313_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36315_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36315_combout ), + .datad(\text_gen|char_ram~36313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36316 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26613feeder ( +// Equation(s): +// \text_gen|char_ram~26613feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26613feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26613feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26613feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y33_N9 +dffeas \text_gen|char_ram~26613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26613feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y30_N7 +dffeas \text_gen|char_ram~28405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y30_N29 +dffeas \text_gen|char_ram~24821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y30_N15 +dffeas \text_gen|char_ram~23029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36310 ( +// Equation(s): +// \text_gen|char_ram~36310_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24821_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23029_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24821_q ), + .datac(\text_gen|char_ram~23029_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36310 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36311 ( +// Equation(s): +// \text_gen|char_ram~36311_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36310_combout & ((\text_gen|char_ram~28405_q ))) # (!\text_gen|char_ram~36310_combout & (\text_gen|char_ram~26613_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36310_combout )))) + + .dataa(\text_gen|char_ram~26613_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28405_q ), + .datad(\text_gen|char_ram~36310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36311 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y35_N19 +dffeas \text_gen|char_ram~26837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y30_N7 +dffeas \text_gen|char_ram~28629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y22_N15 +dffeas \text_gen|char_ram~23253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y22_N1 +dffeas \text_gen|char_ram~25045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~36317 ( +// Equation(s): +// \text_gen|char_ram~36317_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~25045_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23253_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23253_q ), + .datad(\text_gen|char_ram~25045_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36317 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36318 ( +// Equation(s): +// \text_gen|char_ram~36318_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36317_combout & ((\text_gen|char_ram~28629_q ))) # (!\text_gen|char_ram~36317_combout & (\text_gen|char_ram~26837_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36317_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26837_q ), + .datac(\text_gen|char_ram~28629_q ), + .datad(\text_gen|char_ram~36317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36318 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~36319 ( +// Equation(s): +// \text_gen|char_ram~36319_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36316_combout & ((\text_gen|char_ram~36318_combout ))) # (!\text_gen|char_ram~36316_combout & (\text_gen|char_ram~36311_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~36316_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36316_combout ), + .datac(\text_gen|char_ram~36311_combout ), + .datad(\text_gen|char_ram~36318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36319 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~36319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y31_N1 +dffeas \text_gen|char_ram~26865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y31_N31 +dffeas \text_gen|char_ram~28657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y26_N11 +dffeas \text_gen|char_ram~25073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N19 +dffeas \text_gen|char_ram~23281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36307 ( +// Equation(s): +// \text_gen|char_ram~36307_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~25073_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23281_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25073_q ), + .datac(\text_gen|char_ram~23281_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36307 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~36307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36308 ( +// Equation(s): +// \text_gen|char_ram~36308_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36307_combout & ((\text_gen|char_ram~28657_q ))) # (!\text_gen|char_ram~36307_combout & (\text_gen|char_ram~26865_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36307_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26865_q ), + .datac(\text_gen|char_ram~28657_q ), + .datad(\text_gen|char_ram~36307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36308 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y31_N25 +dffeas \text_gen|char_ram~26641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y31_N11 +dffeas \text_gen|char_ram~28433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24849feeder ( +// Equation(s): +// \text_gen|char_ram~24849feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24849feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24849feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24849feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y31_N7 +dffeas \text_gen|char_ram~24849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24849feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N19 +dffeas \text_gen|char_ram~23057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~36300 ( +// Equation(s): +// \text_gen|char_ram~36300_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24849_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23057_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24849_q ), + .datac(\text_gen|char_ram~23057_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36300 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~36300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36301 ( +// Equation(s): +// \text_gen|char_ram~36301_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~36300_combout & ((\text_gen|char_ram~28433_q ))) # (!\text_gen|char_ram~36300_combout & (\text_gen|char_ram~26641_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~36300_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26641_q ), + .datac(\text_gen|char_ram~28433_q ), + .datad(\text_gen|char_ram~36300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36301 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~36301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y28_N17 +dffeas \text_gen|char_ram~24737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y28_N31 +dffeas \text_gen|char_ram~22945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26529feeder ( +// Equation(s): +// \text_gen|char_ram~26529feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~26529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26529feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y28_N25 +dffeas \text_gen|char_ram~26529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36304 ( +// Equation(s): +// \text_gen|char_ram~36304_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~26529_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22945_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22945_q ), + .datad(\text_gen|char_ram~26529_q ), + .cin(gnd), + .combout(\text_gen|char_ram~36304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36304 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y31_N31 +dffeas \text_gen|char_ram~28321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~36305 ( +// Equation(s): +// \text_gen|char_ram~36305_combout = (\text_gen|char_ram~36304_combout & (((\text_gen|char_ram~28321_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~36304_combout & (\text_gen|char_ram~24737_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~24737_q ), + .datab(\text_gen|char_ram~36304_combout ), + .datac(\text_gen|char_ram~28321_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36305 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~36305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y35_N29 +dffeas \text_gen|char_ram~24961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y35_N11 +dffeas \text_gen|char_ram~28545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y39_N9 +dffeas \text_gen|char_ram~26753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y35_N17 +dffeas \text_gen|char_ram~23169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36302 ( +// Equation(s): +// \text_gen|char_ram~36302_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26753_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23169_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26753_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23169_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36302 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~36302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~36303 ( +// Equation(s): +// \text_gen|char_ram~36303_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~36302_combout & ((\text_gen|char_ram~28545_q ))) # (!\text_gen|char_ram~36302_combout & (\text_gen|char_ram~24961_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~36302_combout )))) + + .dataa(\text_gen|char_ram~24961_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28545_q ), + .datad(\text_gen|char_ram~36302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36303 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~36306 ( +// Equation(s): +// \text_gen|char_ram~36306_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~36303_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~36305_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~36305_combout ), + .datad(\text_gen|char_ram~36303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36306 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~36306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36309 ( +// Equation(s): +// \text_gen|char_ram~36309_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~36306_combout & (\text_gen|char_ram~36308_combout )) # (!\text_gen|char_ram~36306_combout & ((\text_gen|char_ram~36301_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~36306_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~36308_combout ), + .datac(\text_gen|char_ram~36301_combout ), + .datad(\text_gen|char_ram~36306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36309 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~36320 ( +// Equation(s): +// \text_gen|char_ram~36320_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~36309_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~36319_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~36319_combout ), + .datad(\text_gen|char_ram~36309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36320 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~36320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~36331 ( +// Equation(s): +// \text_gen|char_ram~36331_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~36320_combout & (\text_gen|char_ram~36330_combout )) # (!\text_gen|char_ram~36320_combout & ((\text_gen|char_ram~36299_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~36320_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~36330_combout ), + .datac(\text_gen|char_ram~36299_combout ), + .datad(\text_gen|char_ram~36320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36331 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~36331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~36332 ( +// Equation(s): +// \text_gen|char_ram~36332_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~36289_combout & ((\text_gen|char_ram~36331_combout ))) # (!\text_gen|char_ram~36289_combout & (\text_gen|char_ram~36204_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~36289_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~36289_combout ), + .datac(\text_gen|char_ram~36204_combout ), + .datad(\text_gen|char_ram~36331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36332 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~36332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~36333 ( +// Equation(s): +// \text_gen|char_ram~36333_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~36162_combout & ((\text_gen|char_ram~36332_combout ))) # (!\text_gen|char_ram~36162_combout & (\text_gen|char_ram~35821_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~36162_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~36162_combout ), + .datac(\text_gen|char_ram~35821_combout ), + .datad(\text_gen|char_ram~36332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36333 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~36333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y48_N27 +dffeas \text_gen|char_ram~12767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y48_N13 +dffeas \text_gen|char_ram~12991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y48_N25 +dffeas \text_gen|char_ram~12655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12879feeder ( +// Equation(s): +// \text_gen|char_ram~12879feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12879feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y48_N29 +dffeas \text_gen|char_ram~12879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35638 ( +// Equation(s): +// \text_gen|char_ram~35638_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12879_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12655_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12655_q ), + .datad(\text_gen|char_ram~12879_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35638 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35639 ( +// Equation(s): +// \text_gen|char_ram~35639_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35638_combout & ((\text_gen|char_ram~12991_q ))) # (!\text_gen|char_ram~35638_combout & (\text_gen|char_ram~12767_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35638_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12767_q ), + .datac(\text_gen|char_ram~12991_q ), + .datad(\text_gen|char_ram~35638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35639 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y41_N7 +dffeas \text_gen|char_ram~20047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y44_N1 +dffeas \text_gen|char_ram~20159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y44_N31 +dffeas \text_gen|char_ram~19823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y44_N29 +dffeas \text_gen|char_ram~19935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35640 ( +// Equation(s): +// \text_gen|char_ram~35640_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19935_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19823_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19823_q ), + .datad(\text_gen|char_ram~19935_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35640 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35641 ( +// Equation(s): +// \text_gen|char_ram~35641_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35640_combout & ((\text_gen|char_ram~20159_q ))) # (!\text_gen|char_ram~35640_combout & (\text_gen|char_ram~20047_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35640_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20047_q ), + .datac(\text_gen|char_ram~20159_q ), + .datad(\text_gen|char_ram~35640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35641 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y47_N27 +dffeas \text_gen|char_ram~5487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y47_N13 +dffeas \text_gen|char_ram~5599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35642 ( +// Equation(s): +// \text_gen|char_ram~35642_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~5599_q ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5487_q & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~5487_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5599_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35642 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~35642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y47_N19 +dffeas \text_gen|char_ram~5823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5711feeder ( +// Equation(s): +// \text_gen|char_ram~5711feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5711feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y43_N23 +dffeas \text_gen|char_ram~5711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35643 ( +// Equation(s): +// \text_gen|char_ram~35643_combout = (\text_gen|char_ram~35642_combout & (((\text_gen|char_ram~5823_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~35642_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~5711_q )))) + + .dataa(\text_gen|char_ram~35642_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5823_q ), + .datad(\text_gen|char_ram~5711_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35643 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35644 ( +// Equation(s): +// \text_gen|char_ram~35644_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~35641_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~35643_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35641_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~35643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35644 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~35644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y44_N29 +dffeas \text_gen|char_ram~27103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N13 +dffeas \text_gen|char_ram~27327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N7 +dffeas \text_gen|char_ram~26991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X104_Y44_N21 +dffeas \text_gen|char_ram~27215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35645 ( +// Equation(s): +// \text_gen|char_ram~35645_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27215_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26991_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26991_q ), + .datad(\text_gen|char_ram~27215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35645 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35646 ( +// Equation(s): +// \text_gen|char_ram~35646_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35645_combout & ((\text_gen|char_ram~27327_q ))) # (!\text_gen|char_ram~35645_combout & (\text_gen|char_ram~27103_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35645_combout )))) + + .dataa(\text_gen|char_ram~27103_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27327_q ), + .datad(\text_gen|char_ram~35645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35646 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35647 ( +// Equation(s): +// \text_gen|char_ram~35647_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35644_combout & ((\text_gen|char_ram~35646_combout ))) # (!\text_gen|char_ram~35644_combout & (\text_gen|char_ram~35639_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35644_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35639_combout ), + .datac(\text_gen|char_ram~35644_combout ), + .datad(\text_gen|char_ram~35646_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35647 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N31 +dffeas \text_gen|char_ram~12851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y46_N21 +dffeas \text_gen|char_ram~12627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35607 ( +// Equation(s): +// \text_gen|char_ram~35607_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~12851_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~12627_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12851_q ), + .datac(\text_gen|char_ram~12627_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35607 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y46_N7 +dffeas \text_gen|char_ram~12963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12739feeder ( +// Equation(s): +// \text_gen|char_ram~12739feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12739feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12739feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12739feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y46_N5 +dffeas \text_gen|char_ram~12739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12739feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35608 ( +// Equation(s): +// \text_gen|char_ram~35608_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35607_combout & (\text_gen|char_ram~12963_q )) # (!\text_gen|char_ram~35607_combout & ((\text_gen|char_ram~12739_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35607_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35607_combout ), + .datac(\text_gen|char_ram~12963_q ), + .datad(\text_gen|char_ram~12739_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35608 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y44_N11 +dffeas \text_gen|char_ram~27075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y44_N11 +dffeas \text_gen|char_ram~27299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y30_N5 +dffeas \text_gen|char_ram~27187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y44_N29 +dffeas \text_gen|char_ram~26963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35614 ( +// Equation(s): +// \text_gen|char_ram~35614_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~27187_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~26963_q +// ))))) + + .dataa(\text_gen|char_ram~27187_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26963_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35614 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35615 ( +// Equation(s): +// \text_gen|char_ram~35615_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35614_combout & ((\text_gen|char_ram~27299_q ))) # (!\text_gen|char_ram~35614_combout & (\text_gen|char_ram~27075_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35614_combout )))) + + .dataa(\text_gen|char_ram~27075_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27299_q ), + .datad(\text_gen|char_ram~35614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35615 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y26_N21 +dffeas \text_gen|char_ram~20019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y26_N3 +dffeas \text_gen|char_ram~20131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19907feeder ( +// Equation(s): +// \text_gen|char_ram~19907feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N15 +dffeas \text_gen|char_ram~19907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y26_N17 +dffeas \text_gen|char_ram~19795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35609 ( +// Equation(s): +// \text_gen|char_ram~35609_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19907_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~19795_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~19907_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19795_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35609 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35610 ( +// Equation(s): +// \text_gen|char_ram~35610_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35609_combout & ((\text_gen|char_ram~20131_q ))) # (!\text_gen|char_ram~35609_combout & (\text_gen|char_ram~20019_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35609_combout )))) + + .dataa(\text_gen|char_ram~20019_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20131_q ), + .datad(\text_gen|char_ram~35609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35610 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y33_N1 +dffeas \text_gen|char_ram~5683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y50_N17 +dffeas \text_gen|char_ram~5795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5571feeder ( +// Equation(s): +// \text_gen|char_ram~5571feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5571feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5571feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5571feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y50_N25 +dffeas \text_gen|char_ram~5571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5571feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N21 +dffeas \text_gen|char_ram~5459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35611 ( +// Equation(s): +// \text_gen|char_ram~35611_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~5571_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~5459_q ))))) + + .dataa(\text_gen|char_ram~5571_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5459_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35611 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35612 ( +// Equation(s): +// \text_gen|char_ram~35612_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35611_combout & ((\text_gen|char_ram~5795_q ))) # (!\text_gen|char_ram~35611_combout & (\text_gen|char_ram~5683_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35611_combout )))) + + .dataa(\text_gen|char_ram~5683_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5795_q ), + .datad(\text_gen|char_ram~35611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35612 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35613 ( +// Equation(s): +// \text_gen|char_ram~35613_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~35610_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~35612_combout ))))) + + .dataa(\text_gen|char_ram~35610_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~35612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35613 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~35613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35616 ( +// Equation(s): +// \text_gen|char_ram~35616_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35613_combout & ((\text_gen|char_ram~35615_combout ))) # (!\text_gen|char_ram~35613_combout & (\text_gen|char_ram~35608_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35613_combout )))) + + .dataa(\text_gen|char_ram~35608_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35615_combout ), + .datad(\text_gen|char_ram~35613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35616 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~5697feeder ( +// Equation(s): +// \text_gen|char_ram~5697feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5697feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5697feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5697feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y41_N19 +dffeas \text_gen|char_ram~5697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5697feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y41_N13 +dffeas \text_gen|char_ram~5809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N11 +dffeas \text_gen|char_ram~5473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N1 +dffeas \text_gen|char_ram~5585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35621 ( +// Equation(s): +// \text_gen|char_ram~35621_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~5585_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5473_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5473_q ), + .datad(\text_gen|char_ram~5585_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35621 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35622 ( +// Equation(s): +// \text_gen|char_ram~35622_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35621_combout & ((\text_gen|char_ram~5809_q ))) # (!\text_gen|char_ram~35621_combout & (\text_gen|char_ram~5697_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35621_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5697_q ), + .datac(\text_gen|char_ram~5809_q ), + .datad(\text_gen|char_ram~35621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35622 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20033feeder ( +// Equation(s): +// \text_gen|char_ram~20033feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y43_N25 +dffeas \text_gen|char_ram~20033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19921feeder ( +// Equation(s): +// \text_gen|char_ram~19921feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y41_N21 +dffeas \text_gen|char_ram~19921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y41_N29 +dffeas \text_gen|char_ram~19809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35619 ( +// Equation(s): +// \text_gen|char_ram~35619_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19921_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~19809_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~19921_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19809_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35619 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y41_N27 +dffeas \text_gen|char_ram~20145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35620 ( +// Equation(s): +// \text_gen|char_ram~35620_combout = (\text_gen|char_ram~35619_combout & (((\text_gen|char_ram~20145_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35619_combout & (\text_gen|char_ram~20033_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~20033_q ), + .datab(\text_gen|char_ram~35619_combout ), + .datac(\text_gen|char_ram~20145_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35620 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35623 ( +// Equation(s): +// \text_gen|char_ram~35623_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~35620_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~35622_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35622_combout ), + .datad(\text_gen|char_ram~35620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35623 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27089feeder ( +// Equation(s): +// \text_gen|char_ram~27089feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27089feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y41_N19 +dffeas \text_gen|char_ram~27089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y41_N23 +dffeas \text_gen|char_ram~27313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y41_N13 +dffeas \text_gen|char_ram~26977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y41_N23 +dffeas \text_gen|char_ram~27201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35624 ( +// Equation(s): +// \text_gen|char_ram~35624_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27201_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26977_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26977_q ), + .datad(\text_gen|char_ram~27201_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35624 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35625 ( +// Equation(s): +// \text_gen|char_ram~35625_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35624_combout & ((\text_gen|char_ram~27313_q ))) # (!\text_gen|char_ram~35624_combout & (\text_gen|char_ram~27089_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35624_combout )))) + + .dataa(\text_gen|char_ram~27089_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27313_q ), + .datad(\text_gen|char_ram~35624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35625 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12753feeder ( +// Equation(s): +// \text_gen|char_ram~12753feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y43_N15 +dffeas \text_gen|char_ram~12753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y43_N31 +dffeas \text_gen|char_ram~12977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12865feeder ( +// Equation(s): +// \text_gen|char_ram~12865feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12865feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12865feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12865feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y43_N11 +dffeas \text_gen|char_ram~12865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12865feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y43_N25 +dffeas \text_gen|char_ram~12641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35617 ( +// Equation(s): +// \text_gen|char_ram~35617_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~12865_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~12641_q +// ))))) + + .dataa(\text_gen|char_ram~12865_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12641_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35617 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35618 ( +// Equation(s): +// \text_gen|char_ram~35618_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35617_combout & ((\text_gen|char_ram~12977_q ))) # (!\text_gen|char_ram~35617_combout & (\text_gen|char_ram~12753_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35617_combout )))) + + .dataa(\text_gen|char_ram~12753_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12977_q ), + .datad(\text_gen|char_ram~35617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35618 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35626 ( +// Equation(s): +// \text_gen|char_ram~35626_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35623_combout & (\text_gen|char_ram~35625_combout )) # (!\text_gen|char_ram~35623_combout & ((\text_gen|char_ram~35618_combout ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~35623_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35623_combout ), + .datac(\text_gen|char_ram~35625_combout ), + .datad(\text_gen|char_ram~35618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35626 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12725feeder ( +// Equation(s): +// \text_gen|char_ram~12725feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N17 +dffeas \text_gen|char_ram~12725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y45_N29 +dffeas \text_gen|char_ram~12949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12837feeder ( +// Equation(s): +// \text_gen|char_ram~12837feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y45_N23 +dffeas \text_gen|char_ram~12837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y45_N29 +dffeas \text_gen|char_ram~12613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35627 ( +// Equation(s): +// \text_gen|char_ram~35627_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~12837_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~12613_q +// ))))) + + .dataa(\text_gen|char_ram~12837_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12613_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35627 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35628 ( +// Equation(s): +// \text_gen|char_ram~35628_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35627_combout & ((\text_gen|char_ram~12949_q ))) # (!\text_gen|char_ram~35627_combout & (\text_gen|char_ram~12725_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35627_combout )))) + + .dataa(\text_gen|char_ram~12725_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12949_q ), + .datad(\text_gen|char_ram~35627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35628 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y41_N27 +dffeas \text_gen|char_ram~20005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20005 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y42_N17 +dffeas \text_gen|char_ram~20117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y42_N27 +dffeas \text_gen|char_ram~19781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y42_N29 +dffeas \text_gen|char_ram~19893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35629 ( +// Equation(s): +// \text_gen|char_ram~35629_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19893_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19781_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19781_q ), + .datad(\text_gen|char_ram~19893_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35629 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35630 ( +// Equation(s): +// \text_gen|char_ram~35630_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35629_combout & ((\text_gen|char_ram~20117_q ))) # (!\text_gen|char_ram~35629_combout & (\text_gen|char_ram~20005_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35629_combout )))) + + .dataa(\text_gen|char_ram~20005_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20117_q ), + .datad(\text_gen|char_ram~35629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35630 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5669feeder ( +// Equation(s): +// \text_gen|char_ram~5669feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5669feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5669feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5669feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y38_N11 +dffeas \text_gen|char_ram~5669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5669feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y42_N19 +dffeas \text_gen|char_ram~5781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y38_N17 +dffeas \text_gen|char_ram~5445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y42_N9 +dffeas \text_gen|char_ram~5557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35631 ( +// Equation(s): +// \text_gen|char_ram~35631_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~5557_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5445_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5445_q ), + .datad(\text_gen|char_ram~5557_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35631 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35632 ( +// Equation(s): +// \text_gen|char_ram~35632_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35631_combout & ((\text_gen|char_ram~5781_q ))) # (!\text_gen|char_ram~35631_combout & (\text_gen|char_ram~5669_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35631_combout )))) + + .dataa(\text_gen|char_ram~5669_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5781_q ), + .datad(\text_gen|char_ram~35631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35632 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35633 ( +// Equation(s): +// \text_gen|char_ram~35633_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~35630_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~35632_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35630_combout ), + .datad(\text_gen|char_ram~35632_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35633 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27061feeder ( +// Equation(s): +// \text_gen|char_ram~27061feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27061feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27061feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27061feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N11 +dffeas \text_gen|char_ram~27061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27061feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y45_N27 +dffeas \text_gen|char_ram~27285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y45_N17 +dffeas \text_gen|char_ram~26949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N11 +dffeas \text_gen|char_ram~27173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35634 ( +// Equation(s): +// \text_gen|char_ram~35634_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27173_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26949_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26949_q ), + .datad(\text_gen|char_ram~27173_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35634 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35635 ( +// Equation(s): +// \text_gen|char_ram~35635_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35634_combout & ((\text_gen|char_ram~27285_q ))) # (!\text_gen|char_ram~35634_combout & (\text_gen|char_ram~27061_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35634_combout )))) + + .dataa(\text_gen|char_ram~27061_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27285_q ), + .datad(\text_gen|char_ram~35634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35635 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35636 ( +// Equation(s): +// \text_gen|char_ram~35636_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35633_combout & ((\text_gen|char_ram~35635_combout ))) # (!\text_gen|char_ram~35633_combout & (\text_gen|char_ram~35628_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35633_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35628_combout ), + .datac(\text_gen|char_ram~35633_combout ), + .datad(\text_gen|char_ram~35635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35636 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35637 ( +// Equation(s): +// \text_gen|char_ram~35637_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~35626_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~35636_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35626_combout ), + .datac(\text_gen|char_ram~35636_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~35637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35637 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35648 ( +// Equation(s): +// \text_gen|char_ram~35648_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35637_combout & (\text_gen|char_ram~35647_combout )) # (!\text_gen|char_ram~35637_combout & ((\text_gen|char_ram~35616_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35637_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35647_combout ), + .datac(\text_gen|char_ram~35616_combout ), + .datad(\text_gen|char_ram~35637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35648 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y43_N19 +dffeas \text_gen|char_ram~12578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y43_N29 +dffeas \text_gen|char_ram~12802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35566 ( +// Equation(s): +// \text_gen|char_ram~35566_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~12802_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12578_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12578_q ), + .datad(\text_gen|char_ram~12802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35566 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y43_N1 +dffeas \text_gen|char_ram~12914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N23 +dffeas \text_gen|char_ram~12690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35567 ( +// Equation(s): +// \text_gen|char_ram~35567_combout = (\text_gen|char_ram~35566_combout & (((\text_gen|char_ram~12914_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35566_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~12690_q )))) + + .dataa(\text_gen|char_ram~35566_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12914_q ), + .datad(\text_gen|char_ram~12690_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35567 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12774feeder ( +// Equation(s): +// \text_gen|char_ram~12774feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12774feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12774feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12774feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y45_N9 +dffeas \text_gen|char_ram~12774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12774feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y48_N31 +dffeas \text_gen|char_ram~12886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y48_N29 +dffeas \text_gen|char_ram~12550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y45_N5 +dffeas \text_gen|char_ram~12662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35568 ( +// Equation(s): +// \text_gen|char_ram~35568_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~12662_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12550_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12550_q ), + .datad(\text_gen|char_ram~12662_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35568 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35569 ( +// Equation(s): +// \text_gen|char_ram~35569_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35568_combout & ((\text_gen|char_ram~12886_q ))) # (!\text_gen|char_ram~35568_combout & (\text_gen|char_ram~12774_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35568_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~12774_q ), + .datac(\text_gen|char_ram~12886_q ), + .datad(\text_gen|char_ram~35568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35569 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35570 ( +// Equation(s): +// \text_gen|char_ram~35570_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35567_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~35569_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~35567_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~35569_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35570 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~35570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12704feeder ( +// Equation(s): +// \text_gen|char_ram~12704feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12704feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12704feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12704feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y37_N15 +dffeas \text_gen|char_ram~12704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12704feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y37_N17 +dffeas \text_gen|char_ram~12928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y40_N17 +dffeas \text_gen|char_ram~12592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y44_N9 +dffeas \text_gen|char_ram~12816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35571 ( +// Equation(s): +// \text_gen|char_ram~35571_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~12816_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12592_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12592_q ), + .datad(\text_gen|char_ram~12816_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35571 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35572 ( +// Equation(s): +// \text_gen|char_ram~35572_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35571_combout & ((\text_gen|char_ram~12928_q ))) # (!\text_gen|char_ram~35571_combout & (\text_gen|char_ram~12704_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35571_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12704_q ), + .datac(\text_gen|char_ram~12928_q ), + .datad(\text_gen|char_ram~35571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35572 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~12788feeder ( +// Equation(s): +// \text_gen|char_ram~12788feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12788feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12788feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12788feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y44_N3 +dffeas \text_gen|char_ram~12788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12788feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N17 +dffeas \text_gen|char_ram~12900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y44_N25 +dffeas \text_gen|char_ram~12564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y44_N15 +dffeas \text_gen|char_ram~12676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35564 ( +// Equation(s): +// \text_gen|char_ram~35564_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~12676_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12564_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12564_q ), + .datad(\text_gen|char_ram~12676_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35564 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35565 ( +// Equation(s): +// \text_gen|char_ram~35565_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35564_combout & ((\text_gen|char_ram~12900_q ))) # (!\text_gen|char_ram~35564_combout & (\text_gen|char_ram~12788_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35564_combout )))) + + .dataa(\text_gen|char_ram~12788_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12900_q ), + .datad(\text_gen|char_ram~35564_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35565 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35573 ( +// Equation(s): +// \text_gen|char_ram~35573_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35570_combout & (\text_gen|char_ram~35572_combout )) # (!\text_gen|char_ram~35570_combout & ((\text_gen|char_ram~35565_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~35570_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35570_combout ), + .datac(\text_gen|char_ram~35572_combout ), + .datad(\text_gen|char_ram~35565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35573 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27110feeder ( +// Equation(s): +// \text_gen|char_ram~27110feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27110feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27110feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27110feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y40_N1 +dffeas \text_gen|char_ram~27110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27110feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y45_N23 +dffeas \text_gen|char_ram~27222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y45_N21 +dffeas \text_gen|char_ram~26886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y45_N27 +dffeas \text_gen|char_ram~26998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35599 ( +// Equation(s): +// \text_gen|char_ram~35599_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~26998_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26886_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26886_q ), + .datad(\text_gen|char_ram~26998_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35599 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35600 ( +// Equation(s): +// \text_gen|char_ram~35600_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35599_combout & ((\text_gen|char_ram~27222_q ))) # (!\text_gen|char_ram~35599_combout & (\text_gen|char_ram~27110_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35599_combout )))) + + .dataa(\text_gen|char_ram~27110_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27222_q ), + .datad(\text_gen|char_ram~35599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35600 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27138feeder ( +// Equation(s): +// \text_gen|char_ram~27138feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27138feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27138feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27138feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y40_N5 +dffeas \text_gen|char_ram~27138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27138feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y40_N1 +dffeas \text_gen|char_ram~26914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35597 ( +// Equation(s): +// \text_gen|char_ram~35597_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~27138_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~26914_q +// ))))) + + .dataa(\text_gen|char_ram~27138_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26914_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35597 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y45_N29 +dffeas \text_gen|char_ram~27250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27026feeder ( +// Equation(s): +// \text_gen|char_ram~27026feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27026feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y39_N25 +dffeas \text_gen|char_ram~27026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35598 ( +// Equation(s): +// \text_gen|char_ram~35598_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35597_combout & (\text_gen|char_ram~27250_q )) # (!\text_gen|char_ram~35597_combout & ((\text_gen|char_ram~27026_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35597_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35597_combout ), + .datac(\text_gen|char_ram~27250_q ), + .datad(\text_gen|char_ram~27026_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35598 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35601 ( +// Equation(s): +// \text_gen|char_ram~35601_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~35598_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35600_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35600_combout ), + .datad(\text_gen|char_ram~35598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35601 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y40_N11 +dffeas \text_gen|char_ram~26928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27152feeder ( +// Equation(s): +// \text_gen|char_ram~27152feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27152feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27152feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27152feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y39_N31 +dffeas \text_gen|char_ram~27152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27152feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35602 ( +// Equation(s): +// \text_gen|char_ram~35602_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27152_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26928_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26928_q ), + .datad(\text_gen|char_ram~27152_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35602 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y40_N15 +dffeas \text_gen|char_ram~27264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y40_N7 +dffeas \text_gen|char_ram~27040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35603 ( +// Equation(s): +// \text_gen|char_ram~35603_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35602_combout & (\text_gen|char_ram~27264_q )) # (!\text_gen|char_ram~35602_combout & ((\text_gen|char_ram~27040_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35602_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35602_combout ), + .datac(\text_gen|char_ram~27264_q ), + .datad(\text_gen|char_ram~27040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35603 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N13 +dffeas \text_gen|char_ram~27124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y44_N25 +dffeas \text_gen|char_ram~27236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27236 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y45_N25 +dffeas \text_gen|char_ram~26900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y37_N19 +dffeas \text_gen|char_ram~27012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35595 ( +// Equation(s): +// \text_gen|char_ram~35595_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27012_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26900_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26900_q ), + .datad(\text_gen|char_ram~27012_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35595 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35596 ( +// Equation(s): +// \text_gen|char_ram~35596_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35595_combout & ((\text_gen|char_ram~27236_q ))) # (!\text_gen|char_ram~35595_combout & (\text_gen|char_ram~27124_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35595_combout )))) + + .dataa(\text_gen|char_ram~27124_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27236_q ), + .datad(\text_gen|char_ram~35595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35596 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35604 ( +// Equation(s): +// \text_gen|char_ram~35604_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35601_combout & (\text_gen|char_ram~35603_combout )) # (!\text_gen|char_ram~35601_combout & ((\text_gen|char_ram~35596_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~35601_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35601_combout ), + .datac(\text_gen|char_ram~35603_combout ), + .datad(\text_gen|char_ram~35596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35604 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20068feeder ( +// Equation(s): +// \text_gen|char_ram~20068feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20068feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20068feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20068feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y37_N27 +dffeas \text_gen|char_ram~20068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20068feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y37_N3 +dffeas \text_gen|char_ram~19732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19844feeder ( +// Equation(s): +// \text_gen|char_ram~19844feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19844feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y37_N21 +dffeas \text_gen|char_ram~19844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35574 ( +// Equation(s): +// \text_gen|char_ram~35574_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~19844_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19732_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19732_q ), + .datad(\text_gen|char_ram~19844_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35574 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y37_N5 +dffeas \text_gen|char_ram~19956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35575 ( +// Equation(s): +// \text_gen|char_ram~35575_combout = (\text_gen|char_ram~35574_combout & ((\text_gen|char_ram~20068_q ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35574_combout & (((\text_gen|char_ram~19956_q & \text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~20068_q ), + .datab(\text_gen|char_ram~35574_combout ), + .datac(\text_gen|char_ram~19956_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35575 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~35575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y48_N1 +dffeas \text_gen|char_ram~19942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y41_N31 +dffeas \text_gen|char_ram~20054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y41_N13 +dffeas \text_gen|char_ram~19830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y41_N11 +dffeas \text_gen|char_ram~19718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35578 ( +// Equation(s): +// \text_gen|char_ram~35578_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~19830_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~19718_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19830_q ), + .datac(\text_gen|char_ram~19718_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35578 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35579 ( +// Equation(s): +// \text_gen|char_ram~35579_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35578_combout & ((\text_gen|char_ram~20054_q ))) # (!\text_gen|char_ram~35578_combout & (\text_gen|char_ram~19942_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35578_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19942_q ), + .datac(\text_gen|char_ram~20054_q ), + .datad(\text_gen|char_ram~35578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35579 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19970feeder ( +// Equation(s): +// \text_gen|char_ram~19970feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y40_N31 +dffeas \text_gen|char_ram~19970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N5 +dffeas \text_gen|char_ram~19746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35576 ( +// Equation(s): +// \text_gen|char_ram~35576_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~19970_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~19746_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19970_q ), + .datad(\text_gen|char_ram~19746_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35576 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y41_N25 +dffeas \text_gen|char_ram~20082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19858feeder ( +// Equation(s): +// \text_gen|char_ram~19858feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19858feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19858feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19858feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N31 +dffeas \text_gen|char_ram~19858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19858feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35577 ( +// Equation(s): +// \text_gen|char_ram~35577_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35576_combout & (\text_gen|char_ram~20082_q )) # (!\text_gen|char_ram~35576_combout & ((\text_gen|char_ram~19858_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35576_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35576_combout ), + .datac(\text_gen|char_ram~20082_q ), + .datad(\text_gen|char_ram~19858_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35577 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35580 ( +// Equation(s): +// \text_gen|char_ram~35580_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~35577_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35579_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35579_combout ), + .datad(\text_gen|char_ram~35577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35580 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y41_N3 +dffeas \text_gen|char_ram~19760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y41_N21 +dffeas \text_gen|char_ram~19984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35581 ( +// Equation(s): +// \text_gen|char_ram~35581_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~19984_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19760_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19760_q ), + .datad(\text_gen|char_ram~19984_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35581 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y41_N7 +dffeas \text_gen|char_ram~20096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19872feeder ( +// Equation(s): +// \text_gen|char_ram~19872feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19872feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19872feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19872feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N15 +dffeas \text_gen|char_ram~19872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19872feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35582 ( +// Equation(s): +// \text_gen|char_ram~35582_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35581_combout & (\text_gen|char_ram~20096_q )) # (!\text_gen|char_ram~35581_combout & ((\text_gen|char_ram~19872_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35581_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35581_combout ), + .datac(\text_gen|char_ram~20096_q ), + .datad(\text_gen|char_ram~19872_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35582 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35583 ( +// Equation(s): +// \text_gen|char_ram~35583_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35580_combout & ((\text_gen|char_ram~35582_combout ))) # (!\text_gen|char_ram~35580_combout & (\text_gen|char_ram~35575_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35580_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35575_combout ), + .datac(\text_gen|char_ram~35580_combout ), + .datad(\text_gen|char_ram~35582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35583 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5536feeder ( +// Equation(s): +// \text_gen|char_ram~5536feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5536feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5536feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5536feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y41_N29 +dffeas \text_gen|char_ram~5536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5536feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y41_N21 +dffeas \text_gen|char_ram~5760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y40_N1 +dffeas \text_gen|char_ram~5424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y40_N29 +dffeas \text_gen|char_ram~5648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35591 ( +// Equation(s): +// \text_gen|char_ram~35591_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~5648_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5424_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5424_q ), + .datad(\text_gen|char_ram~5648_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35591 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35592 ( +// Equation(s): +// \text_gen|char_ram~35592_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35591_combout & ((\text_gen|char_ram~5760_q ))) # (!\text_gen|char_ram~35591_combout & (\text_gen|char_ram~5536_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35591_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5536_q ), + .datac(\text_gen|char_ram~5760_q ), + .datad(\text_gen|char_ram~35591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35592 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y41_N29 +dffeas \text_gen|char_ram~5620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y41_N13 +dffeas \text_gen|char_ram~5732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y38_N17 +dffeas \text_gen|char_ram~5396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y45_N19 +dffeas \text_gen|char_ram~5508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35584 ( +// Equation(s): +// \text_gen|char_ram~35584_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~5508_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5396_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5396_q ), + .datad(\text_gen|char_ram~5508_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35584 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35585 ( +// Equation(s): +// \text_gen|char_ram~35585_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35584_combout & ((\text_gen|char_ram~5732_q ))) # (!\text_gen|char_ram~35584_combout & (\text_gen|char_ram~5620_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35584_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5620_q ), + .datac(\text_gen|char_ram~5732_q ), + .datad(\text_gen|char_ram~35584_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35585 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5522feeder ( +// Equation(s): +// \text_gen|char_ram~5522feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y32_N21 +dffeas \text_gen|char_ram~5522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N5 +dffeas \text_gen|char_ram~5746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N23 +dffeas \text_gen|char_ram~5410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y37_N19 +dffeas \text_gen|char_ram~5634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35586 ( +// Equation(s): +// \text_gen|char_ram~35586_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~5634_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5410_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5410_q ), + .datad(\text_gen|char_ram~5634_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35586 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35587 ( +// Equation(s): +// \text_gen|char_ram~35587_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35586_combout & ((\text_gen|char_ram~5746_q ))) # (!\text_gen|char_ram~35586_combout & (\text_gen|char_ram~5522_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35586_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5522_q ), + .datac(\text_gen|char_ram~5746_q ), + .datad(\text_gen|char_ram~35586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35587 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y37_N23 +dffeas \text_gen|char_ram~5606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N3 +dffeas \text_gen|char_ram~5718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y37_N1 +dffeas \text_gen|char_ram~5382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5494feeder ( +// Equation(s): +// \text_gen|char_ram~5494feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5494feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5494feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5494feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y40_N11 +dffeas \text_gen|char_ram~5494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5494feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35588 ( +// Equation(s): +// \text_gen|char_ram~35588_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~5494_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5382_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5382_q ), + .datad(\text_gen|char_ram~5494_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35588 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35589 ( +// Equation(s): +// \text_gen|char_ram~35589_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35588_combout & ((\text_gen|char_ram~5718_q ))) # (!\text_gen|char_ram~35588_combout & (\text_gen|char_ram~5606_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35588_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5606_q ), + .datac(\text_gen|char_ram~5718_q ), + .datad(\text_gen|char_ram~35588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35589 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35590 ( +// Equation(s): +// \text_gen|char_ram~35590_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~35587_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~35589_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35587_combout ), + .datad(\text_gen|char_ram~35589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35590 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35593 ( +// Equation(s): +// \text_gen|char_ram~35593_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35590_combout & (\text_gen|char_ram~35592_combout )) # (!\text_gen|char_ram~35590_combout & ((\text_gen|char_ram~35585_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35590_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35592_combout ), + .datac(\text_gen|char_ram~35585_combout ), + .datad(\text_gen|char_ram~35590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35593 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35594 ( +// Equation(s): +// \text_gen|char_ram~35594_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~35583_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~35593_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35583_combout ), + .datad(\text_gen|char_ram~35593_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35594 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35605 ( +// Equation(s): +// \text_gen|char_ram~35605_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35594_combout & ((\text_gen|char_ram~35604_combout ))) # (!\text_gen|char_ram~35594_combout & (\text_gen|char_ram~35573_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35594_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35573_combout ), + .datac(\text_gen|char_ram~35604_combout ), + .datad(\text_gen|char_ram~35594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35605 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y40_N1 +dffeas \text_gen|char_ram~19998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y41_N23 +dffeas \text_gen|char_ram~20110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y41_N29 +dffeas \text_gen|char_ram~19774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y48_N13 +dffeas \text_gen|char_ram~19886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35526 ( +// Equation(s): +// \text_gen|char_ram~35526_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19886_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19774_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19774_q ), + .datad(\text_gen|char_ram~19886_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35526 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35527 ( +// Equation(s): +// \text_gen|char_ram~35527_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35526_combout & ((\text_gen|char_ram~20110_q ))) # (!\text_gen|char_ram~35526_combout & (\text_gen|char_ram~19998_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35526_combout )))) + + .dataa(\text_gen|char_ram~19998_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20110_q ), + .datad(\text_gen|char_ram~35526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35527 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19914feeder ( +// Equation(s): +// \text_gen|char_ram~19914feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19914feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19914feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19914feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N29 +dffeas \text_gen|char_ram~19914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19914feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y41_N31 +dffeas \text_gen|char_ram~20138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20026feeder ( +// Equation(s): +// \text_gen|char_ram~20026feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20026feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y35_N15 +dffeas \text_gen|char_ram~20026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y41_N25 +dffeas \text_gen|char_ram~19802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35524 ( +// Equation(s): +// \text_gen|char_ram~35524_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~20026_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~19802_q +// ))))) + + .dataa(\text_gen|char_ram~20026_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19802_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35524 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35525 ( +// Equation(s): +// \text_gen|char_ram~35525_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35524_combout & ((\text_gen|char_ram~20138_q ))) # (!\text_gen|char_ram~35524_combout & (\text_gen|char_ram~19914_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35524_combout )))) + + .dataa(\text_gen|char_ram~19914_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20138_q ), + .datad(\text_gen|char_ram~35524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35525 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35528 ( +// Equation(s): +// \text_gen|char_ram~35528_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~35525_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~35527_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35527_combout ), + .datad(\text_gen|char_ram~35525_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35528 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20012feeder ( +// Equation(s): +// \text_gen|char_ram~20012feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20012feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20012feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20012feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y40_N3 +dffeas \text_gen|char_ram~20012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20012feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y41_N5 +dffeas \text_gen|char_ram~20124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y41_N23 +dffeas \text_gen|char_ram~19788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y41_N21 +dffeas \text_gen|char_ram~19900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35522 ( +// Equation(s): +// \text_gen|char_ram~35522_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~19900_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19788_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19788_q ), + .datad(\text_gen|char_ram~19900_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35522 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35523 ( +// Equation(s): +// \text_gen|char_ram~35523_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35522_combout & ((\text_gen|char_ram~20124_q ))) # (!\text_gen|char_ram~35522_combout & (\text_gen|char_ram~20012_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35522_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20012_q ), + .datac(\text_gen|char_ram~20124_q ), + .datad(\text_gen|char_ram~35522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35523 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19928feeder ( +// Equation(s): +// \text_gen|char_ram~19928feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19928feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19928feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19928feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y45_N5 +dffeas \text_gen|char_ram~19928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19928feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y45_N29 +dffeas \text_gen|char_ram~20152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y45_N15 +dffeas \text_gen|char_ram~19816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20040feeder ( +// Equation(s): +// \text_gen|char_ram~20040feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20040feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20040feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20040feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N31 +dffeas \text_gen|char_ram~20040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20040feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35529 ( +// Equation(s): +// \text_gen|char_ram~35529_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~20040_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19816_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19816_q ), + .datad(\text_gen|char_ram~20040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35529 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35530 ( +// Equation(s): +// \text_gen|char_ram~35530_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35529_combout & ((\text_gen|char_ram~20152_q ))) # (!\text_gen|char_ram~35529_combout & (\text_gen|char_ram~19928_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35529_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19928_q ), + .datac(\text_gen|char_ram~20152_q ), + .datad(\text_gen|char_ram~35529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35530 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35531 ( +// Equation(s): +// \text_gen|char_ram~35531_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35528_combout & ((\text_gen|char_ram~35530_combout ))) # (!\text_gen|char_ram~35528_combout & (\text_gen|char_ram~35523_combout )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~35528_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35528_combout ), + .datac(\text_gen|char_ram~35523_combout ), + .datad(\text_gen|char_ram~35530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35531 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~35531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y33_N9 +dffeas \text_gen|char_ram~5592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y44_N19 +dffeas \text_gen|char_ram~5816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5704feeder ( +// Equation(s): +// \text_gen|char_ram~5704feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5704feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5704feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5704feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y40_N9 +dffeas \text_gen|char_ram~5704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5704feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y44_N29 +dffeas \text_gen|char_ram~5480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35549 ( +// Equation(s): +// \text_gen|char_ram~35549_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~5704_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~5480_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5704_q ), + .datac(\text_gen|char_ram~5480_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35549 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35550 ( +// Equation(s): +// \text_gen|char_ram~35550_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35549_combout & ((\text_gen|char_ram~5816_q ))) # (!\text_gen|char_ram~35549_combout & (\text_gen|char_ram~5592_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35549_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5592_q ), + .datac(\text_gen|char_ram~5816_q ), + .datad(\text_gen|char_ram~35549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35550 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y40_N27 +dffeas \text_gen|char_ram~5676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y40_N19 +dffeas \text_gen|char_ram~5788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y40_N17 +dffeas \text_gen|char_ram~5452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y40_N21 +dffeas \text_gen|char_ram~5564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35542 ( +// Equation(s): +// \text_gen|char_ram~35542_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~5564_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5452_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5452_q ), + .datad(\text_gen|char_ram~5564_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35542 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35543 ( +// Equation(s): +// \text_gen|char_ram~35543_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35542_combout & ((\text_gen|char_ram~5788_q ))) # (!\text_gen|char_ram~35542_combout & (\text_gen|char_ram~5676_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35542_combout )))) + + .dataa(\text_gen|char_ram~5676_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5788_q ), + .datad(\text_gen|char_ram~35542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35543 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y41_N25 +dffeas \text_gen|char_ram~5578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y41_N31 +dffeas \text_gen|char_ram~5802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y41_N1 +dffeas \text_gen|char_ram~5466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5690feeder ( +// Equation(s): +// \text_gen|char_ram~5690feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5690feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y41_N9 +dffeas \text_gen|char_ram~5690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35544 ( +// Equation(s): +// \text_gen|char_ram~35544_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~5690_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5466_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5466_q ), + .datad(\text_gen|char_ram~5690_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35544 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35545 ( +// Equation(s): +// \text_gen|char_ram~35545_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35544_combout & ((\text_gen|char_ram~5802_q ))) # (!\text_gen|char_ram~35544_combout & (\text_gen|char_ram~5578_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35544_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5578_q ), + .datac(\text_gen|char_ram~5802_q ), + .datad(\text_gen|char_ram~35544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35545 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y41_N21 +dffeas \text_gen|char_ram~5662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y41_N11 +dffeas \text_gen|char_ram~5774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y41_N25 +dffeas \text_gen|char_ram~5550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y41_N27 +dffeas \text_gen|char_ram~5438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35546 ( +// Equation(s): +// \text_gen|char_ram~35546_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~5550_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~5438_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5550_q ), + .datac(\text_gen|char_ram~5438_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35546 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35547 ( +// Equation(s): +// \text_gen|char_ram~35547_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35546_combout & ((\text_gen|char_ram~5774_q ))) # (!\text_gen|char_ram~35546_combout & (\text_gen|char_ram~5662_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35546_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5662_q ), + .datac(\text_gen|char_ram~5774_q ), + .datad(\text_gen|char_ram~35546_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35547 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35548 ( +// Equation(s): +// \text_gen|char_ram~35548_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~35545_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~35547_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35545_combout ), + .datad(\text_gen|char_ram~35547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35548 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35551 ( +// Equation(s): +// \text_gen|char_ram~35551_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35548_combout & (\text_gen|char_ram~35550_combout )) # (!\text_gen|char_ram~35548_combout & ((\text_gen|char_ram~35543_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35548_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35550_combout ), + .datac(\text_gen|char_ram~35543_combout ), + .datad(\text_gen|char_ram~35548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35551 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N25 +dffeas \text_gen|char_ram~12760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y48_N7 +dffeas \text_gen|char_ram~12984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y48_N21 +dffeas \text_gen|char_ram~12648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y48_N13 +dffeas \text_gen|char_ram~12872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35539 ( +// Equation(s): +// \text_gen|char_ram~35539_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12872_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12648_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12648_q ), + .datad(\text_gen|char_ram~12872_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35539 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35540 ( +// Equation(s): +// \text_gen|char_ram~35540_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35539_combout & ((\text_gen|char_ram~12984_q ))) # (!\text_gen|char_ram~35539_combout & (\text_gen|char_ram~12760_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35539_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12760_q ), + .datac(\text_gen|char_ram~12984_q ), + .datad(\text_gen|char_ram~35539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35540 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y48_N29 +dffeas \text_gen|char_ram~12844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y48_N15 +dffeas \text_gen|char_ram~12956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y48_N21 +dffeas \text_gen|char_ram~12620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y48_N1 +dffeas \text_gen|char_ram~12732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35532 ( +// Equation(s): +// \text_gen|char_ram~35532_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~12732_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12620_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12620_q ), + .datad(\text_gen|char_ram~12732_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35532 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35533 ( +// Equation(s): +// \text_gen|char_ram~35533_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35532_combout & ((\text_gen|char_ram~12956_q ))) # (!\text_gen|char_ram~35532_combout & (\text_gen|char_ram~12844_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35532_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~12844_q ), + .datac(\text_gen|char_ram~12956_q ), + .datad(\text_gen|char_ram~35532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35533 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12746feeder ( +// Equation(s): +// \text_gen|char_ram~12746feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12746feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y43_N7 +dffeas \text_gen|char_ram~12746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y43_N27 +dffeas \text_gen|char_ram~12970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y43_N27 +dffeas \text_gen|char_ram~12634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12858feeder ( +// Equation(s): +// \text_gen|char_ram~12858feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12858feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12858feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12858feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N27 +dffeas \text_gen|char_ram~12858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12858feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35534 ( +// Equation(s): +// \text_gen|char_ram~35534_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12858_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12634_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12634_q ), + .datad(\text_gen|char_ram~12858_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35534 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35535 ( +// Equation(s): +// \text_gen|char_ram~35535_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35534_combout & ((\text_gen|char_ram~12970_q ))) # (!\text_gen|char_ram~35534_combout & (\text_gen|char_ram~12746_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35534_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12746_q ), + .datac(\text_gen|char_ram~12970_q ), + .datad(\text_gen|char_ram~35534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35535 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y40_N7 +dffeas \text_gen|char_ram~12830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y44_N3 +dffeas \text_gen|char_ram~12942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y45_N13 +dffeas \text_gen|char_ram~12606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y41_N7 +dffeas \text_gen|char_ram~12718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35536 ( +// Equation(s): +// \text_gen|char_ram~35536_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~12718_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12606_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12606_q ), + .datad(\text_gen|char_ram~12718_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35536 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35537 ( +// Equation(s): +// \text_gen|char_ram~35537_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35536_combout & ((\text_gen|char_ram~12942_q ))) # (!\text_gen|char_ram~35536_combout & (\text_gen|char_ram~12830_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35536_combout )))) + + .dataa(\text_gen|char_ram~12830_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12942_q ), + .datad(\text_gen|char_ram~35536_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35537 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35538 ( +// Equation(s): +// \text_gen|char_ram~35538_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~35535_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~35537_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35535_combout ), + .datad(\text_gen|char_ram~35537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35538 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35541 ( +// Equation(s): +// \text_gen|char_ram~35541_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35538_combout & (\text_gen|char_ram~35540_combout )) # (!\text_gen|char_ram~35538_combout & ((\text_gen|char_ram~35533_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35538_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35540_combout ), + .datac(\text_gen|char_ram~35533_combout ), + .datad(\text_gen|char_ram~35538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35541 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35552 ( +// Equation(s): +// \text_gen|char_ram~35552_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~35541_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~35551_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35551_combout ), + .datad(\text_gen|char_ram~35541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35552 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N3 +dffeas \text_gen|char_ram~27096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y40_N1 +dffeas \text_gen|char_ram~27320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y29_N5 +dffeas \text_gen|char_ram~26984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y36_N25 +dffeas \text_gen|char_ram~27208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35560 ( +// Equation(s): +// \text_gen|char_ram~35560_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~27208_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26984_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26984_q ), + .datad(\text_gen|char_ram~27208_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35560 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35561 ( +// Equation(s): +// \text_gen|char_ram~35561_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35560_combout & ((\text_gen|char_ram~27320_q ))) # (!\text_gen|char_ram~35560_combout & (\text_gen|char_ram~27096_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35560_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~27096_q ), + .datac(\text_gen|char_ram~27320_q ), + .datad(\text_gen|char_ram~35560_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35561 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27180feeder ( +// Equation(s): +// \text_gen|char_ram~27180feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27180feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27180feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27180feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N7 +dffeas \text_gen|char_ram~27180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27180feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y40_N11 +dffeas \text_gen|char_ram~27292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y40_N13 +dffeas \text_gen|char_ram~26956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y40_N17 +dffeas \text_gen|char_ram~27068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35553 ( +// Equation(s): +// \text_gen|char_ram~35553_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~27068_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26956_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26956_q ), + .datad(\text_gen|char_ram~27068_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35553 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35554 ( +// Equation(s): +// \text_gen|char_ram~35554_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35553_combout & ((\text_gen|char_ram~27292_q ))) # (!\text_gen|char_ram~35553_combout & (\text_gen|char_ram~27180_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35553_combout )))) + + .dataa(\text_gen|char_ram~27180_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27292_q ), + .datad(\text_gen|char_ram~35553_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35554 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27166feeder ( +// Equation(s): +// \text_gen|char_ram~27166feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27166feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27166feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27166feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y36_N15 +dffeas \text_gen|char_ram~27166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27166feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N21 +dffeas \text_gen|char_ram~27278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N3 +dffeas \text_gen|char_ram~26942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y40_N15 +dffeas \text_gen|char_ram~27054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35557 ( +// Equation(s): +// \text_gen|char_ram~35557_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27054_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26942_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26942_q ), + .datad(\text_gen|char_ram~27054_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35557 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35558 ( +// Equation(s): +// \text_gen|char_ram~35558_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35557_combout & ((\text_gen|char_ram~27278_q ))) # (!\text_gen|char_ram~35557_combout & (\text_gen|char_ram~27166_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35557_combout )))) + + .dataa(\text_gen|char_ram~27166_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27278_q ), + .datad(\text_gen|char_ram~35557_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35558 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y41_N5 +dffeas \text_gen|char_ram~26970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27194feeder ( +// Equation(s): +// \text_gen|char_ram~27194feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27194feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27194feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27194feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y36_N15 +dffeas \text_gen|char_ram~27194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27194feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35555 ( +// Equation(s): +// \text_gen|char_ram~35555_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~27194_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26970_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26970_q ), + .datad(\text_gen|char_ram~27194_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35555 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y41_N19 +dffeas \text_gen|char_ram~27306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27082feeder ( +// Equation(s): +// \text_gen|char_ram~27082feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27082feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27082feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27082feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N25 +dffeas \text_gen|char_ram~27082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27082feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35556 ( +// Equation(s): +// \text_gen|char_ram~35556_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35555_combout & (\text_gen|char_ram~27306_q )) # (!\text_gen|char_ram~35555_combout & ((\text_gen|char_ram~27082_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35555_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35555_combout ), + .datac(\text_gen|char_ram~27306_q ), + .datad(\text_gen|char_ram~27082_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35556 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35559 ( +// Equation(s): +// \text_gen|char_ram~35559_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~35556_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~35558_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35558_combout ), + .datad(\text_gen|char_ram~35556_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35559 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35562 ( +// Equation(s): +// \text_gen|char_ram~35562_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35559_combout & (\text_gen|char_ram~35561_combout )) # (!\text_gen|char_ram~35559_combout & ((\text_gen|char_ram~35554_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35559_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35561_combout ), + .datac(\text_gen|char_ram~35554_combout ), + .datad(\text_gen|char_ram~35559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35562 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35563 ( +// Equation(s): +// \text_gen|char_ram~35563_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~35552_combout & ((\text_gen|char_ram~35562_combout ))) # (!\text_gen|char_ram~35552_combout & (\text_gen|char_ram~35531_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~35552_combout )))) + + .dataa(\text_gen|char_ram~35531_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35552_combout ), + .datad(\text_gen|char_ram~35562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35563 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~35563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35606 ( +// Equation(s): +// \text_gen|char_ram~35606_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35563_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35605_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35605_combout ), + .datad(\text_gen|char_ram~35563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35606 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y44_N25 +dffeas \text_gen|char_ram~26907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27019feeder ( +// Equation(s): +// \text_gen|char_ram~27019feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~27019feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27019feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~27019feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y36_N3 +dffeas \text_gen|char_ram~27019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27019feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35511 ( +// Equation(s): +// \text_gen|char_ram~35511_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27019_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26907_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26907_q ), + .datad(\text_gen|char_ram~27019_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35511 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y44_N7 +dffeas \text_gen|char_ram~27243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y34_N17 +dffeas \text_gen|char_ram~27131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35512 ( +// Equation(s): +// \text_gen|char_ram~35512_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35511_combout & (\text_gen|char_ram~27243_q )) # (!\text_gen|char_ram~35511_combout & ((\text_gen|char_ram~27131_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35511_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35511_combout ), + .datac(\text_gen|char_ram~27243_q ), + .datad(\text_gen|char_ram~27131_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35512 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N11 +dffeas \text_gen|char_ram~27229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y37_N7 +dffeas \text_gen|char_ram~27117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y37_N25 +dffeas \text_gen|char_ram~26893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y44_N29 +dffeas \text_gen|char_ram~27005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35515 ( +// Equation(s): +// \text_gen|char_ram~35515_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27005_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26893_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26893_q ), + .datad(\text_gen|char_ram~27005_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35515 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35516 ( +// Equation(s): +// \text_gen|char_ram~35516_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35515_combout & (\text_gen|char_ram~27229_q )) # (!\text_gen|char_ram~35515_combout & ((\text_gen|char_ram~27117_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35515_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~27229_q ), + .datac(\text_gen|char_ram~27117_q ), + .datad(\text_gen|char_ram~35515_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35516 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27033feeder ( +// Equation(s): +// \text_gen|char_ram~27033feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y52_N29 +dffeas \text_gen|char_ram~27033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y45_N5 +dffeas \text_gen|char_ram~27257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y39_N3 +dffeas \text_gen|char_ram~26921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27145feeder ( +// Equation(s): +// \text_gen|char_ram~27145feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y39_N23 +dffeas \text_gen|char_ram~27145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35513 ( +// Equation(s): +// \text_gen|char_ram~35513_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~27145_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26921_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26921_q ), + .datad(\text_gen|char_ram~27145_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35513 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35514 ( +// Equation(s): +// \text_gen|char_ram~35514_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35513_combout & ((\text_gen|char_ram~27257_q ))) # (!\text_gen|char_ram~35513_combout & (\text_gen|char_ram~27033_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35513_combout )))) + + .dataa(\text_gen|char_ram~27033_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27257_q ), + .datad(\text_gen|char_ram~35513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35514 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35517 ( +// Equation(s): +// \text_gen|char_ram~35517_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~35514_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35516_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35516_combout ), + .datad(\text_gen|char_ram~35514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35517 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N7 +dffeas \text_gen|char_ram~27047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y43_N17 +dffeas \text_gen|char_ram~27271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y39_N17 +dffeas \text_gen|char_ram~26935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y30_N1 +dffeas \text_gen|char_ram~27159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35518 ( +// Equation(s): +// \text_gen|char_ram~35518_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~27159_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26935_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26935_q ), + .datad(\text_gen|char_ram~27159_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35518 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35519 ( +// Equation(s): +// \text_gen|char_ram~35519_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35518_combout & ((\text_gen|char_ram~27271_q ))) # (!\text_gen|char_ram~35518_combout & (\text_gen|char_ram~27047_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35518_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~27047_q ), + .datac(\text_gen|char_ram~27271_q ), + .datad(\text_gen|char_ram~35518_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35519 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35520 ( +// Equation(s): +// \text_gen|char_ram~35520_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35517_combout & ((\text_gen|char_ram~35519_combout ))) # (!\text_gen|char_ram~35517_combout & (\text_gen|char_ram~35512_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35517_combout )))) + + .dataa(\text_gen|char_ram~35512_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35517_combout ), + .datad(\text_gen|char_ram~35519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35520 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~35520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N5 +dffeas \text_gen|char_ram~12711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y46_N11 +dffeas \text_gen|char_ram~12935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y46_N21 +dffeas \text_gen|char_ram~12599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12823feeder ( +// Equation(s): +// \text_gen|char_ram~12823feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y44_N17 +dffeas \text_gen|char_ram~12823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35487 ( +// Equation(s): +// \text_gen|char_ram~35487_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12823_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12599_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12599_q ), + .datad(\text_gen|char_ram~12823_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35487 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35488 ( +// Equation(s): +// \text_gen|char_ram~35488_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35487_combout & ((\text_gen|char_ram~12935_q ))) # (!\text_gen|char_ram~35487_combout & (\text_gen|char_ram~12711_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35487_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12711_q ), + .datac(\text_gen|char_ram~12935_q ), + .datad(\text_gen|char_ram~35487_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35488 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y48_N21 +dffeas \text_gen|char_ram~12907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y44_N25 +dffeas \text_gen|char_ram~12795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y44_N9 +dffeas \text_gen|char_ram~12683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y44_N3 +dffeas \text_gen|char_ram~12571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35480 ( +// Equation(s): +// \text_gen|char_ram~35480_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~12683_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~12571_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12683_q ), + .datac(\text_gen|char_ram~12571_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35480 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35481 ( +// Equation(s): +// \text_gen|char_ram~35481_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35480_combout & (\text_gen|char_ram~12907_q )) # (!\text_gen|char_ram~35480_combout & ((\text_gen|char_ram~12795_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35480_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~12907_q ), + .datac(\text_gen|char_ram~12795_q ), + .datad(\text_gen|char_ram~35480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35481 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12781feeder ( +// Equation(s): +// \text_gen|char_ram~12781feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12781feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12781feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12781feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y44_N21 +dffeas \text_gen|char_ram~12781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12781feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y48_N31 +dffeas \text_gen|char_ram~12893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y48_N29 +dffeas \text_gen|char_ram~12557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y45_N5 +dffeas \text_gen|char_ram~12669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35484 ( +// Equation(s): +// \text_gen|char_ram~35484_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~12669_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12557_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12557_q ), + .datad(\text_gen|char_ram~12669_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35484 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35485 ( +// Equation(s): +// \text_gen|char_ram~35485_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35484_combout & ((\text_gen|char_ram~12893_q ))) # (!\text_gen|char_ram~35484_combout & (\text_gen|char_ram~12781_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35484_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~12781_q ), + .datac(\text_gen|char_ram~12893_q ), + .datad(\text_gen|char_ram~35484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35485 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12697feeder ( +// Equation(s): +// \text_gen|char_ram~12697feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12697feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12697feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12697feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y47_N17 +dffeas \text_gen|char_ram~12697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12697feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y47_N11 +dffeas \text_gen|char_ram~12921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y39_N23 +dffeas \text_gen|char_ram~12585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N11 +dffeas \text_gen|char_ram~12809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35482 ( +// Equation(s): +// \text_gen|char_ram~35482_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12809_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12585_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12585_q ), + .datad(\text_gen|char_ram~12809_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35482 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35483 ( +// Equation(s): +// \text_gen|char_ram~35483_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35482_combout & ((\text_gen|char_ram~12921_q ))) # (!\text_gen|char_ram~35482_combout & (\text_gen|char_ram~12697_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35482_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12697_q ), + .datac(\text_gen|char_ram~12921_q ), + .datad(\text_gen|char_ram~35482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35483 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35486 ( +// Equation(s): +// \text_gen|char_ram~35486_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~35483_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35485_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35485_combout ), + .datad(\text_gen|char_ram~35483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35486 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35489 ( +// Equation(s): +// \text_gen|char_ram~35489_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35486_combout & (\text_gen|char_ram~35488_combout )) # (!\text_gen|char_ram~35486_combout & ((\text_gen|char_ram~35481_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35486_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35488_combout ), + .datac(\text_gen|char_ram~35481_combout ), + .datad(\text_gen|char_ram~35486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35489 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N13 +dffeas \text_gen|char_ram~19879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y43_N7 +dffeas \text_gen|char_ram~20103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y43_N13 +dffeas \text_gen|char_ram~19767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19991feeder ( +// Equation(s): +// \text_gen|char_ram~19991feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y41_N17 +dffeas \text_gen|char_ram~19991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35497 ( +// Equation(s): +// \text_gen|char_ram~35497_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~19991_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19767_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19767_q ), + .datad(\text_gen|char_ram~19991_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35497 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35498 ( +// Equation(s): +// \text_gen|char_ram~35498_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35497_combout & ((\text_gen|char_ram~20103_q ))) # (!\text_gen|char_ram~35497_combout & (\text_gen|char_ram~19879_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35497_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19879_q ), + .datac(\text_gen|char_ram~20103_q ), + .datad(\text_gen|char_ram~35497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35498 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19963feeder ( +// Equation(s): +// \text_gen|char_ram~19963feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19963feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19963feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19963feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y25_N13 +dffeas \text_gen|char_ram~19963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19963feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y25_N15 +dffeas \text_gen|char_ram~20075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y26_N15 +dffeas \text_gen|char_ram~19851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y25_N13 +dffeas \text_gen|char_ram~19739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35490 ( +// Equation(s): +// \text_gen|char_ram~35490_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19851_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~19739_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~19851_q ), + .datac(\text_gen|char_ram~19739_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35490 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35491 ( +// Equation(s): +// \text_gen|char_ram~35491_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35490_combout & ((\text_gen|char_ram~20075_q ))) # (!\text_gen|char_ram~35490_combout & (\text_gen|char_ram~19963_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35490_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19963_q ), + .datac(\text_gen|char_ram~20075_q ), + .datad(\text_gen|char_ram~35490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35491 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19865feeder ( +// Equation(s): +// \text_gen|char_ram~19865feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19865feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19865feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19865feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y43_N17 +dffeas \text_gen|char_ram~19865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19865feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y39_N11 +dffeas \text_gen|char_ram~20089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19977feeder ( +// Equation(s): +// \text_gen|char_ram~19977feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19977feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y39_N25 +dffeas \text_gen|char_ram~19977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y39_N25 +dffeas \text_gen|char_ram~19753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35492 ( +// Equation(s): +// \text_gen|char_ram~35492_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~19977_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~19753_q +// ))))) + + .dataa(\text_gen|char_ram~19977_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19753_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35492 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35493 ( +// Equation(s): +// \text_gen|char_ram~35493_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35492_combout & ((\text_gen|char_ram~20089_q ))) # (!\text_gen|char_ram~35492_combout & (\text_gen|char_ram~19865_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35492_combout )))) + + .dataa(\text_gen|char_ram~19865_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20089_q ), + .datad(\text_gen|char_ram~35492_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35493 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y33_N21 +dffeas \text_gen|char_ram~19725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19837feeder ( +// Equation(s): +// \text_gen|char_ram~19837feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~19837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N25 +dffeas \text_gen|char_ram~19837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35494 ( +// Equation(s): +// \text_gen|char_ram~35494_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19837_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19725_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19725_q ), + .datad(\text_gen|char_ram~19837_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35494 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y33_N11 +dffeas \text_gen|char_ram~20061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y33_N29 +dffeas \text_gen|char_ram~19949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35495 ( +// Equation(s): +// \text_gen|char_ram~35495_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35494_combout & (\text_gen|char_ram~20061_q )) # (!\text_gen|char_ram~35494_combout & ((\text_gen|char_ram~19949_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35494_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35494_combout ), + .datac(\text_gen|char_ram~20061_q ), + .datad(\text_gen|char_ram~19949_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35495 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35496 ( +// Equation(s): +// \text_gen|char_ram~35496_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~35493_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~35495_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35493_combout ), + .datad(\text_gen|char_ram~35495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35496 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35499 ( +// Equation(s): +// \text_gen|char_ram~35499_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35496_combout & (\text_gen|char_ram~35498_combout )) # (!\text_gen|char_ram~35496_combout & ((\text_gen|char_ram~35491_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35496_combout )))) + + .dataa(\text_gen|char_ram~35498_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35491_combout ), + .datad(\text_gen|char_ram~35496_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35499 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5515feeder ( +// Equation(s): +// \text_gen|char_ram~5515feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5515feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5515feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5515feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y44_N9 +dffeas \text_gen|char_ram~5515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5515feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y44_N21 +dffeas \text_gen|char_ram~5403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35500 ( +// Equation(s): +// \text_gen|char_ram~35500_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~5515_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~5403_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5515_q ), + .datac(\text_gen|char_ram~5403_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35500 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y44_N31 +dffeas \text_gen|char_ram~5739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y33_N9 +dffeas \text_gen|char_ram~5627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35501 ( +// Equation(s): +// \text_gen|char_ram~35501_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35500_combout & (\text_gen|char_ram~5739_q )) # (!\text_gen|char_ram~35500_combout & ((\text_gen|char_ram~5627_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35500_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35500_combout ), + .datac(\text_gen|char_ram~5739_q ), + .datad(\text_gen|char_ram~5627_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35501 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5543feeder ( +// Equation(s): +// \text_gen|char_ram~5543feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5543feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5543feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5543feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y44_N15 +dffeas \text_gen|char_ram~5543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5543feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y44_N1 +dffeas \text_gen|char_ram~5767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y32_N21 +dffeas \text_gen|char_ram~5431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5655feeder ( +// Equation(s): +// \text_gen|char_ram~5655feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y36_N17 +dffeas \text_gen|char_ram~5655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35507 ( +// Equation(s): +// \text_gen|char_ram~35507_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~5655_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5431_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5431_q ), + .datad(\text_gen|char_ram~5655_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35507 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35508 ( +// Equation(s): +// \text_gen|char_ram~35508_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35507_combout & ((\text_gen|char_ram~5767_q ))) # (!\text_gen|char_ram~35507_combout & (\text_gen|char_ram~5543_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35507_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5543_q ), + .datac(\text_gen|char_ram~5767_q ), + .datad(\text_gen|char_ram~35507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35508 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y40_N21 +dffeas \text_gen|char_ram~5529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y40_N7 +dffeas \text_gen|char_ram~5753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y39_N5 +dffeas \text_gen|char_ram~5417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5641feeder ( +// Equation(s): +// \text_gen|char_ram~5641feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5641feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5641feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5641feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y39_N15 +dffeas \text_gen|char_ram~5641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5641feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35502 ( +// Equation(s): +// \text_gen|char_ram~35502_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~5641_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5417_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5417_q ), + .datad(\text_gen|char_ram~5641_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35502 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35503 ( +// Equation(s): +// \text_gen|char_ram~35503_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35502_combout & ((\text_gen|char_ram~5753_q ))) # (!\text_gen|char_ram~35502_combout & (\text_gen|char_ram~5529_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35502_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5529_q ), + .datac(\text_gen|char_ram~5753_q ), + .datad(\text_gen|char_ram~35502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35503 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y41_N29 +dffeas \text_gen|char_ram~5613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y41_N11 +dffeas \text_gen|char_ram~5725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y37_N13 +dffeas \text_gen|char_ram~5389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5501feeder ( +// Equation(s): +// \text_gen|char_ram~5501feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5501feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y40_N13 +dffeas \text_gen|char_ram~5501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35504 ( +// Equation(s): +// \text_gen|char_ram~35504_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~5501_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~5389_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5389_q ), + .datad(\text_gen|char_ram~5501_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35504 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35505 ( +// Equation(s): +// \text_gen|char_ram~35505_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35504_combout & ((\text_gen|char_ram~5725_q ))) # (!\text_gen|char_ram~35504_combout & (\text_gen|char_ram~5613_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35504_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~5613_q ), + .datac(\text_gen|char_ram~5725_q ), + .datad(\text_gen|char_ram~35504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35505 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35506 ( +// Equation(s): +// \text_gen|char_ram~35506_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~35503_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~35505_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35503_combout ), + .datad(\text_gen|char_ram~35505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35506 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35509 ( +// Equation(s): +// \text_gen|char_ram~35509_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35506_combout & ((\text_gen|char_ram~35508_combout ))) # (!\text_gen|char_ram~35506_combout & (\text_gen|char_ram~35501_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35506_combout )))) + + .dataa(\text_gen|char_ram~35501_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35508_combout ), + .datad(\text_gen|char_ram~35506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35509 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35510 ( +// Equation(s): +// \text_gen|char_ram~35510_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~35499_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~35509_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35499_combout ), + .datad(\text_gen|char_ram~35509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35510 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35521 ( +// Equation(s): +// \text_gen|char_ram~35521_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35510_combout & (\text_gen|char_ram~35520_combout )) # (!\text_gen|char_ram~35510_combout & ((\text_gen|char_ram~35489_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35510_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35520_combout ), + .datac(\text_gen|char_ram~35489_combout ), + .datad(\text_gen|char_ram~35510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35521 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35649 ( +// Equation(s): +// \text_gen|char_ram~35649_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35606_combout & (\text_gen|char_ram~35648_combout )) # (!\text_gen|char_ram~35606_combout & ((\text_gen|char_ram~35521_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35606_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35648_combout ), + .datac(\text_gen|char_ram~35606_combout ), + .datad(\text_gen|char_ram~35521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35649 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10982feeder ( +// Equation(s): +// \text_gen|char_ram~10982feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y47_N25 +dffeas \text_gen|char_ram~10982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y47_N11 +dffeas \text_gen|char_ram~11094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y47_N13 +dffeas \text_gen|char_ram~10758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y50_N3 +dffeas \text_gen|char_ram~10870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35227 ( +// Equation(s): +// \text_gen|char_ram~35227_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~10870_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10758_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10758_q ), + .datad(\text_gen|char_ram~10870_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35227 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35228 ( +// Equation(s): +// \text_gen|char_ram~35228_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35227_combout & ((\text_gen|char_ram~11094_q ))) # (!\text_gen|char_ram~35227_combout & (\text_gen|char_ram~10982_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35227_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10982_q ), + .datac(\text_gen|char_ram~11094_q ), + .datad(\text_gen|char_ram~35227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35228 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y40_N5 +dffeas \text_gen|char_ram~11038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y47_N23 +dffeas \text_gen|char_ram~11150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y47_N13 +dffeas \text_gen|char_ram~10814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y47_N1 +dffeas \text_gen|char_ram~10926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35225 ( +// Equation(s): +// \text_gen|char_ram~35225_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10926_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10814_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10814_q ), + .datad(\text_gen|char_ram~10926_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35225 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35226 ( +// Equation(s): +// \text_gen|char_ram~35226_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35225_combout & ((\text_gen|char_ram~11150_q ))) # (!\text_gen|char_ram~35225_combout & (\text_gen|char_ram~11038_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35225_combout )))) + + .dataa(\text_gen|char_ram~11038_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11150_q ), + .datad(\text_gen|char_ram~35225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35226 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35229 ( +// Equation(s): +// \text_gen|char_ram~35229_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35226_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35228_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35228_combout ), + .datad(\text_gen|char_ram~35226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35229 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N29 +dffeas \text_gen|char_ram~10821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11045feeder ( +// Equation(s): +// \text_gen|char_ram~11045feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y34_N25 +dffeas \text_gen|char_ram~11045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11045 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35230 ( +// Equation(s): +// \text_gen|char_ram~35230_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11045_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10821_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10821_q ), + .datad(\text_gen|char_ram~11045_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35230 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10933feeder ( +// Equation(s): +// \text_gen|char_ram~10933feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10933feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10933feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10933feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y45_N1 +dffeas \text_gen|char_ram~10933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10933feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y45_N27 +dffeas \text_gen|char_ram~11157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35231 ( +// Equation(s): +// \text_gen|char_ram~35231_combout = (\text_gen|char_ram~35230_combout & (((\text_gen|char_ram~11157_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~35230_combout & (\text_gen|char_ram~10933_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~35230_combout ), + .datab(\text_gen|char_ram~10933_q ), + .datac(\text_gen|char_ram~11157_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35231 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~35231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10877feeder ( +// Equation(s): +// \text_gen|char_ram~10877feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y46_N25 +dffeas \text_gen|char_ram~10877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y49_N23 +dffeas \text_gen|char_ram~11101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y49_N13 +dffeas \text_gen|char_ram~10765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10989feeder ( +// Equation(s): +// \text_gen|char_ram~10989feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y49_N17 +dffeas \text_gen|char_ram~10989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35223 ( +// Equation(s): +// \text_gen|char_ram~35223_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~10989_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10765_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10765_q ), + .datad(\text_gen|char_ram~10989_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35223 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35224 ( +// Equation(s): +// \text_gen|char_ram~35224_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35223_combout & ((\text_gen|char_ram~11101_q ))) # (!\text_gen|char_ram~35223_combout & (\text_gen|char_ram~10877_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35223_combout )))) + + .dataa(\text_gen|char_ram~10877_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11101_q ), + .datad(\text_gen|char_ram~35223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35224 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35232 ( +// Equation(s): +// \text_gen|char_ram~35232_combout = (\text_gen|char_ram~35229_combout & (((\text_gen|char_ram~35231_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~35229_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35224_combout )))) + + .dataa(\text_gen|char_ram~35229_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35231_combout ), + .datad(\text_gen|char_ram~35224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35232 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y37_N13 +dffeas \text_gen|char_ram~18206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y49_N7 +dffeas \text_gen|char_ram~18318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y49_N17 +dffeas \text_gen|char_ram~17982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18094feeder ( +// Equation(s): +// \text_gen|char_ram~18094feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18094feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18094feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18094feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y49_N29 +dffeas \text_gen|char_ram~18094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18094feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35235 ( +// Equation(s): +// \text_gen|char_ram~35235_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18094_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17982_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17982_q ), + .datad(\text_gen|char_ram~18094_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35235 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35236 ( +// Equation(s): +// \text_gen|char_ram~35236_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35235_combout & ((\text_gen|char_ram~18318_q ))) # (!\text_gen|char_ram~35235_combout & (\text_gen|char_ram~18206_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35235_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18206_q ), + .datac(\text_gen|char_ram~18318_q ), + .datad(\text_gen|char_ram~35235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35236 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y49_N13 +dffeas \text_gen|char_ram~18150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N31 +dffeas \text_gen|char_ram~18262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N17 +dffeas \text_gen|char_ram~17926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18038feeder ( +// Equation(s): +// \text_gen|char_ram~18038feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18038feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18038feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18038feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N15 +dffeas \text_gen|char_ram~18038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18038feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35237 ( +// Equation(s): +// \text_gen|char_ram~35237_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18038_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17926_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17926_q ), + .datad(\text_gen|char_ram~18038_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35237 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35238 ( +// Equation(s): +// \text_gen|char_ram~35238_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35237_combout & ((\text_gen|char_ram~18262_q ))) # (!\text_gen|char_ram~35237_combout & (\text_gen|char_ram~18150_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35237_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18150_q ), + .datac(\text_gen|char_ram~18262_q ), + .datad(\text_gen|char_ram~35237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35238 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35239 ( +// Equation(s): +// \text_gen|char_ram~35239_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35236_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35238_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35236_combout ), + .datad(\text_gen|char_ram~35238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35239 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y47_N13 +dffeas \text_gen|char_ram~17989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18213feeder ( +// Equation(s): +// \text_gen|char_ram~18213feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y47_N29 +dffeas \text_gen|char_ram~18213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35240 ( +// Equation(s): +// \text_gen|char_ram~35240_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~18213_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17989_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17989_q ), + .datad(\text_gen|char_ram~18213_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35240 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y47_N27 +dffeas \text_gen|char_ram~18325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y45_N25 +dffeas \text_gen|char_ram~18101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35241 ( +// Equation(s): +// \text_gen|char_ram~35241_combout = (\text_gen|char_ram~35240_combout & (((\text_gen|char_ram~18325_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35240_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18101_q )))) + + .dataa(\text_gen|char_ram~35240_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18325_q ), + .datad(\text_gen|char_ram~18101_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35241 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18045feeder ( +// Equation(s): +// \text_gen|char_ram~18045feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y47_N17 +dffeas \text_gen|char_ram~18045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y47_N7 +dffeas \text_gen|char_ram~18269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y47_N31 +dffeas \text_gen|char_ram~18157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y47_N21 +dffeas \text_gen|char_ram~17933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35233 ( +// Equation(s): +// \text_gen|char_ram~35233_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~18157_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~17933_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18157_q ), + .datac(\text_gen|char_ram~17933_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35233 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35234 ( +// Equation(s): +// \text_gen|char_ram~35234_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35233_combout & ((\text_gen|char_ram~18269_q ))) # (!\text_gen|char_ram~35233_combout & (\text_gen|char_ram~18045_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35233_combout )))) + + .dataa(\text_gen|char_ram~18045_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18269_q ), + .datad(\text_gen|char_ram~35233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35234 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35242 ( +// Equation(s): +// \text_gen|char_ram~35242_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35239_combout & (\text_gen|char_ram~35241_combout )) # (!\text_gen|char_ram~35239_combout & ((\text_gen|char_ram~35234_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~35239_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35239_combout ), + .datac(\text_gen|char_ram~35241_combout ), + .datad(\text_gen|char_ram~35234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35242 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y46_N29 +dffeas \text_gen|char_ram~3709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y46_N7 +dffeas \text_gen|char_ram~3933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y46_N25 +dffeas \text_gen|char_ram~3821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N21 +dffeas \text_gen|char_ram~3597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35243 ( +// Equation(s): +// \text_gen|char_ram~35243_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~3821_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~3597_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3821_q ), + .datac(\text_gen|char_ram~3597_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35243 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35244 ( +// Equation(s): +// \text_gen|char_ram~35244_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35243_combout & ((\text_gen|char_ram~3933_q ))) # (!\text_gen|char_ram~35243_combout & (\text_gen|char_ram~3709_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35243_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3709_q ), + .datac(\text_gen|char_ram~3933_q ), + .datad(\text_gen|char_ram~35243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35244 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y44_N11 +dffeas \text_gen|char_ram~3870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y49_N31 +dffeas \text_gen|char_ram~3982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3758feeder ( +// Equation(s): +// \text_gen|char_ram~3758feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3758feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3758feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3758feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y49_N17 +dffeas \text_gen|char_ram~3758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3758feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y49_N13 +dffeas \text_gen|char_ram~3646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35245 ( +// Equation(s): +// \text_gen|char_ram~35245_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~3758_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~3646_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3758_q ), + .datac(\text_gen|char_ram~3646_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35245 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35246 ( +// Equation(s): +// \text_gen|char_ram~35246_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35245_combout & ((\text_gen|char_ram~3982_q ))) # (!\text_gen|char_ram~35245_combout & (\text_gen|char_ram~3870_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35245_combout )))) + + .dataa(\text_gen|char_ram~3870_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3982_q ), + .datad(\text_gen|char_ram~35245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35246 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N29 +dffeas \text_gen|char_ram~3814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y49_N29 +dffeas \text_gen|char_ram~3926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y45_N17 +dffeas \text_gen|char_ram~3702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N21 +dffeas \text_gen|char_ram~3590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35247 ( +// Equation(s): +// \text_gen|char_ram~35247_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~3702_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~3590_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3702_q ), + .datac(\text_gen|char_ram~3590_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35247 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35248 ( +// Equation(s): +// \text_gen|char_ram~35248_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35247_combout & ((\text_gen|char_ram~3926_q ))) # (!\text_gen|char_ram~35247_combout & (\text_gen|char_ram~3814_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35247_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3814_q ), + .datac(\text_gen|char_ram~3926_q ), + .datad(\text_gen|char_ram~35247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35248 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35249 ( +// Equation(s): +// \text_gen|char_ram~35249_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35246_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35248_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35246_combout ), + .datad(\text_gen|char_ram~35248_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35249 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y47_N1 +dffeas \text_gen|char_ram~3653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3877feeder ( +// Equation(s): +// \text_gen|char_ram~3877feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y47_N23 +dffeas \text_gen|char_ram~3877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3877 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35250 ( +// Equation(s): +// \text_gen|char_ram~35250_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~3877_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3653_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3653_q ), + .datad(\text_gen|char_ram~3877_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35250 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y47_N7 +dffeas \text_gen|char_ram~3989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y45_N17 +dffeas \text_gen|char_ram~3765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35251 ( +// Equation(s): +// \text_gen|char_ram~35251_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35250_combout & (\text_gen|char_ram~3989_q )) # (!\text_gen|char_ram~35250_combout & ((\text_gen|char_ram~3765_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35250_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35250_combout ), + .datac(\text_gen|char_ram~3989_q ), + .datad(\text_gen|char_ram~3765_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35251 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35252 ( +// Equation(s): +// \text_gen|char_ram~35252_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35249_combout & ((\text_gen|char_ram~35251_combout ))) # (!\text_gen|char_ram~35249_combout & (\text_gen|char_ram~35244_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35249_combout )))) + + .dataa(\text_gen|char_ram~35244_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35249_combout ), + .datad(\text_gen|char_ram~35251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35252 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~35252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35253 ( +// Equation(s): +// \text_gen|char_ram~35253_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~35242_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~35252_combout ))))) + + .dataa(\text_gen|char_ram~35242_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35252_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35253 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y46_N1 +dffeas \text_gen|char_ram~25374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y42_N21 +dffeas \text_gen|char_ram~25486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y50_N29 +dffeas \text_gen|char_ram~25262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y50_N23 +dffeas \text_gen|char_ram~25150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35256 ( +// Equation(s): +// \text_gen|char_ram~35256_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~25262_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~25150_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25262_q ), + .datac(\text_gen|char_ram~25150_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35256 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35257 ( +// Equation(s): +// \text_gen|char_ram~35257_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35256_combout & ((\text_gen|char_ram~25486_q ))) # (!\text_gen|char_ram~35256_combout & (\text_gen|char_ram~25374_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35256_combout )))) + + .dataa(\text_gen|char_ram~25374_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25486_q ), + .datad(\text_gen|char_ram~35256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35257 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y36_N21 +dffeas \text_gen|char_ram~25318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y42_N7 +dffeas \text_gen|char_ram~25430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y45_N17 +dffeas \text_gen|char_ram~25094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y49_N21 +dffeas \text_gen|char_ram~25206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35258 ( +// Equation(s): +// \text_gen|char_ram~35258_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25206_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25094_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25094_q ), + .datad(\text_gen|char_ram~25206_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35258 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35259 ( +// Equation(s): +// \text_gen|char_ram~35259_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35258_combout & ((\text_gen|char_ram~25430_q ))) # (!\text_gen|char_ram~35258_combout & (\text_gen|char_ram~25318_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35258_combout )))) + + .dataa(\text_gen|char_ram~25318_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25430_q ), + .datad(\text_gen|char_ram~35258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35259 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35260 ( +// Equation(s): +// \text_gen|char_ram~35260_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35257_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35259_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35257_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~35259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35260 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~35260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y47_N1 +dffeas \text_gen|char_ram~25381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y47_N31 +dffeas \text_gen|char_ram~25157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35261 ( +// Equation(s): +// \text_gen|char_ram~35261_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~25381_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~25157_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25381_q ), + .datac(\text_gen|char_ram~25157_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35261 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y42_N1 +dffeas \text_gen|char_ram~25493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y45_N3 +dffeas \text_gen|char_ram~25269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35262 ( +// Equation(s): +// \text_gen|char_ram~35262_combout = (\text_gen|char_ram~35261_combout & (((\text_gen|char_ram~25493_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35261_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~25269_q )))) + + .dataa(\text_gen|char_ram~35261_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25493_q ), + .datad(\text_gen|char_ram~25269_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35262 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y46_N21 +dffeas \text_gen|char_ram~25213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y46_N27 +dffeas \text_gen|char_ram~25437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y35_N17 +dffeas \text_gen|char_ram~25325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N15 +dffeas \text_gen|char_ram~25101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35254 ( +// Equation(s): +// \text_gen|char_ram~35254_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~25325_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~25101_q +// ))))) + + .dataa(\text_gen|char_ram~25325_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25101_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35254 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35255 ( +// Equation(s): +// \text_gen|char_ram~35255_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35254_combout & ((\text_gen|char_ram~25437_q ))) # (!\text_gen|char_ram~35254_combout & (\text_gen|char_ram~25213_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35254_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25213_q ), + .datac(\text_gen|char_ram~25437_q ), + .datad(\text_gen|char_ram~35254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35255 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35263 ( +// Equation(s): +// \text_gen|char_ram~35263_combout = (\text_gen|char_ram~35260_combout & (((\text_gen|char_ram~35262_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~35260_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35255_combout )))) + + .dataa(\text_gen|char_ram~35260_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35262_combout ), + .datad(\text_gen|char_ram~35255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35263 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35264 ( +// Equation(s): +// \text_gen|char_ram~35264_combout = (\text_gen|char_ram~35253_combout & (((\text_gen|char_ram~35263_combout ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~35253_combout & (\text_gen|char_ram~35232_combout & (\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~35232_combout ), + .datab(\text_gen|char_ram~35253_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~35263_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35264 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~35264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10947feeder ( +// Equation(s): +// \text_gen|char_ram~10947feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10947feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10947feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10947feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N9 +dffeas \text_gen|char_ram~10947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10947feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y50_N31 +dffeas \text_gen|char_ram~11171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y50_N29 +dffeas \text_gen|char_ram~10835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11059feeder ( +// Equation(s): +// \text_gen|char_ram~11059feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11059feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11059feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11059feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N21 +dffeas \text_gen|char_ram~11059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11059feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35198 ( +// Equation(s): +// \text_gen|char_ram~35198_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11059_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10835_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10835_q ), + .datad(\text_gen|char_ram~11059_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35198 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35199 ( +// Equation(s): +// \text_gen|char_ram~35199_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35198_combout & ((\text_gen|char_ram~11171_q ))) # (!\text_gen|char_ram~35198_combout & (\text_gen|char_ram~10947_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35198_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10947_q ), + .datac(\text_gen|char_ram~11171_q ), + .datad(\text_gen|char_ram~35198_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35199 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10996feeder ( +// Equation(s): +// \text_gen|char_ram~10996feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10996feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10996feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10996feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y47_N21 +dffeas \text_gen|char_ram~10996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10996feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y47_N19 +dffeas \text_gen|char_ram~11108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10884feeder ( +// Equation(s): +// \text_gen|char_ram~10884feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10884feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10884feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10884feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N5 +dffeas \text_gen|char_ram~10884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10884feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y47_N21 +dffeas \text_gen|char_ram~10772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35195 ( +// Equation(s): +// \text_gen|char_ram~35195_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~10884_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~10772_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10884_q ), + .datac(\text_gen|char_ram~10772_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35195 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35196 ( +// Equation(s): +// \text_gen|char_ram~35196_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35195_combout & ((\text_gen|char_ram~11108_q ))) # (!\text_gen|char_ram~35195_combout & (\text_gen|char_ram~10996_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35195_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10996_q ), + .datac(\text_gen|char_ram~11108_q ), + .datad(\text_gen|char_ram~35195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35196 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y47_N21 +dffeas \text_gen|char_ram~11052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y50_N7 +dffeas \text_gen|char_ram~11164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y50_N25 +dffeas \text_gen|char_ram~10828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10940feeder ( +// Equation(s): +// \text_gen|char_ram~10940feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10940feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10940feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10940feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y50_N25 +dffeas \text_gen|char_ram~10940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10940feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35193 ( +// Equation(s): +// \text_gen|char_ram~35193_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10940_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10828_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10828_q ), + .datad(\text_gen|char_ram~10940_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35193 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35194 ( +// Equation(s): +// \text_gen|char_ram~35194_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35193_combout & ((\text_gen|char_ram~11164_q ))) # (!\text_gen|char_ram~35193_combout & (\text_gen|char_ram~11052_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35193_combout )))) + + .dataa(\text_gen|char_ram~11052_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11164_q ), + .datad(\text_gen|char_ram~35193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35194 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35197 ( +// Equation(s): +// \text_gen|char_ram~35197_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35194_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~35196_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35196_combout ), + .datad(\text_gen|char_ram~35194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35197 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10891feeder ( +// Equation(s): +// \text_gen|char_ram~10891feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10891feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10891feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10891feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y48_N5 +dffeas \text_gen|char_ram~10891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10891feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y48_N23 +dffeas \text_gen|char_ram~11115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y48_N1 +dffeas \text_gen|char_ram~10779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11003feeder ( +// Equation(s): +// \text_gen|char_ram~11003feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11003feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11003feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11003feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y48_N1 +dffeas \text_gen|char_ram~11003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11003feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35191 ( +// Equation(s): +// \text_gen|char_ram~35191_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~11003_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10779_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10779_q ), + .datad(\text_gen|char_ram~11003_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35191 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35192 ( +// Equation(s): +// \text_gen|char_ram~35192_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35191_combout & ((\text_gen|char_ram~11115_q ))) # (!\text_gen|char_ram~35191_combout & (\text_gen|char_ram~10891_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35191_combout )))) + + .dataa(\text_gen|char_ram~10891_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11115_q ), + .datad(\text_gen|char_ram~35191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35192 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35200 ( +// Equation(s): +// \text_gen|char_ram~35200_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35197_combout & (\text_gen|char_ram~35199_combout )) # (!\text_gen|char_ram~35197_combout & ((\text_gen|char_ram~35192_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35197_combout )))) + + .dataa(\text_gen|char_ram~35199_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35197_combout ), + .datad(\text_gen|char_ram~35192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35200 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3891feeder ( +// Equation(s): +// \text_gen|char_ram~3891feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3891feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3891feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3891feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N23 +dffeas \text_gen|char_ram~3891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3891feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y47_N13 +dffeas \text_gen|char_ram~3667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35208 ( +// Equation(s): +// \text_gen|char_ram~35208_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~3891_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~3667_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3891_q ), + .datac(\text_gen|char_ram~3667_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35208 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y47_N11 +dffeas \text_gen|char_ram~4003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3779feeder ( +// Equation(s): +// \text_gen|char_ram~3779feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3779feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3779feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3779feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N7 +dffeas \text_gen|char_ram~3779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3779feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35209 ( +// Equation(s): +// \text_gen|char_ram~35209_combout = (\text_gen|char_ram~35208_combout & (((\text_gen|char_ram~4003_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35208_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~3779_q )))) + + .dataa(\text_gen|char_ram~35208_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4003_q ), + .datad(\text_gen|char_ram~3779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35209 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y47_N9 +dffeas \text_gen|char_ram~3723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y47_N19 +dffeas \text_gen|char_ram~3947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y47_N17 +dffeas \text_gen|char_ram~3611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3835feeder ( +// Equation(s): +// \text_gen|char_ram~3835feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3835feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3835feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3835feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y47_N21 +dffeas \text_gen|char_ram~3835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3835feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35201 ( +// Equation(s): +// \text_gen|char_ram~35201_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~3835_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3611_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3611_q ), + .datad(\text_gen|char_ram~3835_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35201 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35202 ( +// Equation(s): +// \text_gen|char_ram~35202_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35201_combout & ((\text_gen|char_ram~3947_q ))) # (!\text_gen|char_ram~35201_combout & (\text_gen|char_ram~3723_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35201_combout )))) + + .dataa(\text_gen|char_ram~3723_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3947_q ), + .datad(\text_gen|char_ram~35201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35202 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y44_N9 +dffeas \text_gen|char_ram~3884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y49_N7 +dffeas \text_gen|char_ram~3996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y49_N17 +dffeas \text_gen|char_ram~3660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3772feeder ( +// Equation(s): +// \text_gen|char_ram~3772feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y49_N9 +dffeas \text_gen|char_ram~3772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35203 ( +// Equation(s): +// \text_gen|char_ram~35203_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~3772_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3660_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3660_q ), + .datad(\text_gen|char_ram~3772_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35203 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35204 ( +// Equation(s): +// \text_gen|char_ram~35204_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35203_combout & ((\text_gen|char_ram~3996_q ))) # (!\text_gen|char_ram~35203_combout & (\text_gen|char_ram~3884_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35203_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3884_q ), + .datac(\text_gen|char_ram~3996_q ), + .datad(\text_gen|char_ram~35203_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35204 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3828feeder ( +// Equation(s): +// \text_gen|char_ram~3828feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3828feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3828feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3828feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y44_N25 +dffeas \text_gen|char_ram~3828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3828feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y51_N15 +dffeas \text_gen|char_ram~3940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y51_N21 +dffeas \text_gen|char_ram~3604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y45_N21 +dffeas \text_gen|char_ram~3716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35205 ( +// Equation(s): +// \text_gen|char_ram~35205_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3716_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3604_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3604_q ), + .datad(\text_gen|char_ram~3716_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35205 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35206 ( +// Equation(s): +// \text_gen|char_ram~35206_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35205_combout & ((\text_gen|char_ram~3940_q ))) # (!\text_gen|char_ram~35205_combout & (\text_gen|char_ram~3828_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35205_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3828_q ), + .datac(\text_gen|char_ram~3940_q ), + .datad(\text_gen|char_ram~35205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35206 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35207 ( +// Equation(s): +// \text_gen|char_ram~35207_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35204_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35206_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35204_combout ), + .datad(\text_gen|char_ram~35206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35207 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35210 ( +// Equation(s): +// \text_gen|char_ram~35210_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35207_combout & (\text_gen|char_ram~35209_combout )) # (!\text_gen|char_ram~35207_combout & ((\text_gen|char_ram~35202_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35207_combout )))) + + .dataa(\text_gen|char_ram~35209_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35202_combout ), + .datad(\text_gen|char_ram~35207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35210 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35211 ( +// Equation(s): +// \text_gen|char_ram~35211_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35200_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~35210_combout & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~35200_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35210_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35211 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y50_N11 +dffeas \text_gen|char_ram~25164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y50_N17 +dffeas \text_gen|char_ram~25276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35212 ( +// Equation(s): +// \text_gen|char_ram~35212_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~25276_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25164_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25164_q ), + .datad(\text_gen|char_ram~25276_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35212 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y46_N31 +dffeas \text_gen|char_ram~25500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y46_N29 +dffeas \text_gen|char_ram~25388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35213 ( +// Equation(s): +// \text_gen|char_ram~35213_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35212_combout & (\text_gen|char_ram~25500_q )) # (!\text_gen|char_ram~35212_combout & ((\text_gen|char_ram~25388_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35212_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35212_combout ), + .datac(\text_gen|char_ram~25500_q ), + .datad(\text_gen|char_ram~25388_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35213 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y36_N29 +dffeas \text_gen|char_ram~25283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y46_N3 +dffeas \text_gen|char_ram~25507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y46_N29 +dffeas \text_gen|char_ram~25171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y46_N5 +dffeas \text_gen|char_ram~25395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35219 ( +// Equation(s): +// \text_gen|char_ram~35219_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~25395_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25171_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25171_q ), + .datad(\text_gen|char_ram~25395_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35219 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35220 ( +// Equation(s): +// \text_gen|char_ram~35220_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35219_combout & ((\text_gen|char_ram~25507_q ))) # (!\text_gen|char_ram~35219_combout & (\text_gen|char_ram~25283_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35219_combout )))) + + .dataa(\text_gen|char_ram~25283_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25507_q ), + .datad(\text_gen|char_ram~35219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35220 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25227feeder ( +// Equation(s): +// \text_gen|char_ram~25227feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25227feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y46_N9 +dffeas \text_gen|char_ram~25227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y44_N7 +dffeas \text_gen|char_ram~25451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y44_N13 +dffeas \text_gen|char_ram~25115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25339feeder ( +// Equation(s): +// \text_gen|char_ram~25339feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25339feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25339feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25339feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N29 +dffeas \text_gen|char_ram~25339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25339feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35214 ( +// Equation(s): +// \text_gen|char_ram~35214_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25339_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25115_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25115_q ), + .datad(\text_gen|char_ram~25339_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35214 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35215 ( +// Equation(s): +// \text_gen|char_ram~35215_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35214_combout & ((\text_gen|char_ram~25451_q ))) # (!\text_gen|char_ram~35214_combout & (\text_gen|char_ram~25227_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35214_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25227_q ), + .datac(\text_gen|char_ram~25451_q ), + .datad(\text_gen|char_ram~35214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35215 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25332feeder ( +// Equation(s): +// \text_gen|char_ram~25332feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25332feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25332feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25332feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N15 +dffeas \text_gen|char_ram~25332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25332feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y46_N13 +dffeas \text_gen|char_ram~25444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25220feeder ( +// Equation(s): +// \text_gen|char_ram~25220feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25220feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25220feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25220feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y50_N29 +dffeas \text_gen|char_ram~25220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25220feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y49_N7 +dffeas \text_gen|char_ram~25108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35216 ( +// Equation(s): +// \text_gen|char_ram~35216_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~25220_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~25108_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25220_q ), + .datac(\text_gen|char_ram~25108_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35216 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35217 ( +// Equation(s): +// \text_gen|char_ram~35217_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35216_combout & ((\text_gen|char_ram~25444_q ))) # (!\text_gen|char_ram~35216_combout & (\text_gen|char_ram~25332_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35216_combout )))) + + .dataa(\text_gen|char_ram~25332_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25444_q ), + .datad(\text_gen|char_ram~35216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35217 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35218 ( +// Equation(s): +// \text_gen|char_ram~35218_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~35215_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35217_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35215_combout ), + .datad(\text_gen|char_ram~35217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35218 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35221 ( +// Equation(s): +// \text_gen|char_ram~35221_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35218_combout & ((\text_gen|char_ram~35220_combout ))) # (!\text_gen|char_ram~35218_combout & (\text_gen|char_ram~35213_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~35218_combout )))) + + .dataa(\text_gen|char_ram~35213_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35220_combout ), + .datad(\text_gen|char_ram~35218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35221 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y47_N25 +dffeas \text_gen|char_ram~17947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18171feeder ( +// Equation(s): +// \text_gen|char_ram~18171feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18171feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18171feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18171feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N23 +dffeas \text_gen|char_ram~18171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18171feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35181 ( +// Equation(s): +// \text_gen|char_ram~35181_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~18171_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17947_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17947_q ), + .datad(\text_gen|char_ram~18171_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35181 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N3 +dffeas \text_gen|char_ram~18283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y47_N17 +dffeas \text_gen|char_ram~18059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35182 ( +// Equation(s): +// \text_gen|char_ram~35182_combout = (\text_gen|char_ram~35181_combout & (((\text_gen|char_ram~18283_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35181_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18059_q )))) + + .dataa(\text_gen|char_ram~35181_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18283_q ), + .datad(\text_gen|char_ram~18059_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35182 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18164feeder ( +// Equation(s): +// \text_gen|char_ram~18164feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18164feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y51_N15 +dffeas \text_gen|char_ram~18164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y49_N15 +dffeas \text_gen|char_ram~18276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18052feeder ( +// Equation(s): +// \text_gen|char_ram~18052feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18052feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18052feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18052feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N9 +dffeas \text_gen|char_ram~18052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18052feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y49_N17 +dffeas \text_gen|char_ram~17940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35185 ( +// Equation(s): +// \text_gen|char_ram~35185_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18052_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~17940_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18052_q ), + .datac(\text_gen|char_ram~17940_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35185 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35186 ( +// Equation(s): +// \text_gen|char_ram~35186_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35185_combout & ((\text_gen|char_ram~18276_q ))) # (!\text_gen|char_ram~35185_combout & (\text_gen|char_ram~18164_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35185_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18164_q ), + .datac(\text_gen|char_ram~18276_q ), + .datad(\text_gen|char_ram~35185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35186 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y49_N23 +dffeas \text_gen|char_ram~18220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y49_N29 +dffeas \text_gen|char_ram~18332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y49_N7 +dffeas \text_gen|char_ram~17996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y49_N25 +dffeas \text_gen|char_ram~18108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35183 ( +// Equation(s): +// \text_gen|char_ram~35183_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18108_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17996_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17996_q ), + .datad(\text_gen|char_ram~18108_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35183 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35184 ( +// Equation(s): +// \text_gen|char_ram~35184_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35183_combout & ((\text_gen|char_ram~18332_q ))) # (!\text_gen|char_ram~35183_combout & (\text_gen|char_ram~18220_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35183_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18220_q ), + .datac(\text_gen|char_ram~18332_q ), + .datad(\text_gen|char_ram~35183_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35184 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35187 ( +// Equation(s): +// \text_gen|char_ram~35187_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35184_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35186_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35186_combout ), + .datad(\text_gen|char_ram~35184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35187 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18115feeder ( +// Equation(s): +// \text_gen|char_ram~18115feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18115feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18115feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18115feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y39_N13 +dffeas \text_gen|char_ram~18115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18115feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y42_N31 +dffeas \text_gen|char_ram~18339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y42_N25 +dffeas \text_gen|char_ram~18003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y28_N25 +dffeas \text_gen|char_ram~18227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35188 ( +// Equation(s): +// \text_gen|char_ram~35188_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~18227_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18003_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18003_q ), + .datad(\text_gen|char_ram~18227_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35188 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35189 ( +// Equation(s): +// \text_gen|char_ram~35189_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35188_combout & ((\text_gen|char_ram~18339_q ))) # (!\text_gen|char_ram~35188_combout & (\text_gen|char_ram~18115_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35188_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18115_q ), + .datac(\text_gen|char_ram~18339_q ), + .datad(\text_gen|char_ram~35188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35189 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35190 ( +// Equation(s): +// \text_gen|char_ram~35190_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35187_combout & ((\text_gen|char_ram~35189_combout ))) # (!\text_gen|char_ram~35187_combout & (\text_gen|char_ram~35182_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35187_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35182_combout ), + .datac(\text_gen|char_ram~35187_combout ), + .datad(\text_gen|char_ram~35189_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35190 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35222 ( +// Equation(s): +// \text_gen|char_ram~35222_combout = (\text_gen|char_ram~35211_combout & (((\text_gen|char_ram~35221_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~35211_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~35190_combout )))) + + .dataa(\text_gen|char_ram~35211_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35221_combout ), + .datad(\text_gen|char_ram~35190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35222 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35265 ( +// Equation(s): +// \text_gen|char_ram~35265_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~35222_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35264_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35264_combout ), + .datad(\text_gen|char_ram~35222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35265 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10919feeder ( +// Equation(s): +// \text_gen|char_ram~10919feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10919feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N15 +dffeas \text_gen|char_ram~10919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y51_N17 +dffeas \text_gen|char_ram~11143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y51_N25 +dffeas \text_gen|char_ram~10807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11031feeder ( +// Equation(s): +// \text_gen|char_ram~11031feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11031feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11031feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11031feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y47_N7 +dffeas \text_gen|char_ram~11031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11031feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35276 ( +// Equation(s): +// \text_gen|char_ram~35276_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~11031_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10807_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10807_q ), + .datad(\text_gen|char_ram~11031_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35276 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35277 ( +// Equation(s): +// \text_gen|char_ram~35277_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35276_combout & ((\text_gen|char_ram~11143_q ))) # (!\text_gen|char_ram~35276_combout & (\text_gen|char_ram~10919_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35276_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10919_q ), + .datac(\text_gen|char_ram~11143_q ), + .datad(\text_gen|char_ram~35276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35277 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y51_N7 +dffeas \text_gen|char_ram~25255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y51_N23 +dffeas \text_gen|char_ram~25479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y51_N13 +dffeas \text_gen|char_ram~25143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y36_N13 +dffeas \text_gen|char_ram~25367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35283 ( +// Equation(s): +// \text_gen|char_ram~35283_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25367_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25143_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25143_q ), + .datad(\text_gen|char_ram~25367_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35283 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35284 ( +// Equation(s): +// \text_gen|char_ram~35284_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35283_combout & ((\text_gen|char_ram~25479_q ))) # (!\text_gen|char_ram~35283_combout & (\text_gen|char_ram~25255_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35283_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25255_q ), + .datac(\text_gen|char_ram~25479_q ), + .datad(\text_gen|char_ram~35283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35284 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y51_N29 +dffeas \text_gen|char_ram~3639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y47_N23 +dffeas \text_gen|char_ram~3751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35280 ( +// Equation(s): +// \text_gen|char_ram~35280_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3751_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3639_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3639_q ), + .datad(\text_gen|char_ram~3751_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35280 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y51_N19 +dffeas \text_gen|char_ram~3975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3863feeder ( +// Equation(s): +// \text_gen|char_ram~3863feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y44_N23 +dffeas \text_gen|char_ram~3863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35281 ( +// Equation(s): +// \text_gen|char_ram~35281_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35280_combout & (\text_gen|char_ram~3975_q )) # (!\text_gen|char_ram~35280_combout & ((\text_gen|char_ram~3863_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35280_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35280_combout ), + .datac(\text_gen|char_ram~3975_q ), + .datad(\text_gen|char_ram~3863_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35281 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y51_N9 +dffeas \text_gen|char_ram~18087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y51_N5 +dffeas \text_gen|char_ram~17975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35278 ( +// Equation(s): +// \text_gen|char_ram~35278_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18087_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17975_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18087_q ), + .datac(\text_gen|char_ram~17975_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35278 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y51_N11 +dffeas \text_gen|char_ram~18311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18199feeder ( +// Equation(s): +// \text_gen|char_ram~18199feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18199feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18199feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18199feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y50_N21 +dffeas \text_gen|char_ram~18199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18199feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35279 ( +// Equation(s): +// \text_gen|char_ram~35279_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35278_combout & (\text_gen|char_ram~18311_q )) # (!\text_gen|char_ram~35278_combout & ((\text_gen|char_ram~18199_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35278_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35278_combout ), + .datac(\text_gen|char_ram~18311_q ), + .datad(\text_gen|char_ram~18199_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35279 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35282 ( +// Equation(s): +// \text_gen|char_ram~35282_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~35279_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~35281_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35281_combout ), + .datad(\text_gen|char_ram~35279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35282 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35285 ( +// Equation(s): +// \text_gen|char_ram~35285_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35282_combout & ((\text_gen|char_ram~35284_combout ))) # (!\text_gen|char_ram~35282_combout & (\text_gen|char_ram~35277_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35282_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35277_combout ), + .datac(\text_gen|char_ram~35284_combout ), + .datad(\text_gen|char_ram~35282_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35285 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y55_N13 +dffeas \text_gen|char_ram~10912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y55_N31 +dffeas \text_gen|char_ram~11136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y51_N11 +dffeas \text_gen|char_ram~10800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11024feeder ( +// Equation(s): +// \text_gen|char_ram~11024feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11024feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y51_N15 +dffeas \text_gen|char_ram~11024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35286 ( +// Equation(s): +// \text_gen|char_ram~35286_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~11024_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10800_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10800_q ), + .datad(\text_gen|char_ram~11024_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35286 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35287 ( +// Equation(s): +// \text_gen|char_ram~35287_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35286_combout & ((\text_gen|char_ram~11136_q ))) # (!\text_gen|char_ram~35286_combout & (\text_gen|char_ram~10912_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35286_combout )))) + + .dataa(\text_gen|char_ram~10912_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11136_q ), + .datad(\text_gen|char_ram~35286_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35287 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y44_N17 +dffeas \text_gen|char_ram~3856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y51_N23 +dffeas \text_gen|char_ram~3968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3744feeder ( +// Equation(s): +// \text_gen|char_ram~3744feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y47_N19 +dffeas \text_gen|char_ram~3744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y54_N9 +dffeas \text_gen|char_ram~3632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35290 ( +// Equation(s): +// \text_gen|char_ram~35290_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~3744_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~3632_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~3744_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3632_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35290 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35291 ( +// Equation(s): +// \text_gen|char_ram~35291_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35290_combout & ((\text_gen|char_ram~3968_q ))) # (!\text_gen|char_ram~35290_combout & (\text_gen|char_ram~3856_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35290_combout )))) + + .dataa(\text_gen|char_ram~3856_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3968_q ), + .datad(\text_gen|char_ram~35290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35291 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y50_N11 +dffeas \text_gen|char_ram~18192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y51_N21 +dffeas \text_gen|char_ram~18304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y50_N17 +dffeas \text_gen|char_ram~18080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y50_N31 +dffeas \text_gen|char_ram~17968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35288 ( +// Equation(s): +// \text_gen|char_ram~35288_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18080_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~17968_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18080_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17968_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35288 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35289 ( +// Equation(s): +// \text_gen|char_ram~35289_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35288_combout & ((\text_gen|char_ram~18304_q ))) # (!\text_gen|char_ram~35288_combout & (\text_gen|char_ram~18192_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35288_combout )))) + + .dataa(\text_gen|char_ram~18192_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18304_q ), + .datad(\text_gen|char_ram~35288_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35289 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35292 ( +// Equation(s): +// \text_gen|char_ram~35292_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~35289_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~35291_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~35291_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~35289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35292 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~35292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y50_N13 +dffeas \text_gen|char_ram~25248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y50_N11 +dffeas \text_gen|char_ram~25472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y43_N15 +dffeas \text_gen|char_ram~25136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25360feeder ( +// Equation(s): +// \text_gen|char_ram~25360feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25360feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25360feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25360feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y43_N25 +dffeas \text_gen|char_ram~25360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25360feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35293 ( +// Equation(s): +// \text_gen|char_ram~35293_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25360_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25136_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25136_q ), + .datad(\text_gen|char_ram~25360_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35293 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35294 ( +// Equation(s): +// \text_gen|char_ram~35294_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35293_combout & ((\text_gen|char_ram~25472_q ))) # (!\text_gen|char_ram~35293_combout & (\text_gen|char_ram~25248_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35293_combout )))) + + .dataa(\text_gen|char_ram~25248_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25472_q ), + .datad(\text_gen|char_ram~35293_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35294 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35295 ( +// Equation(s): +// \text_gen|char_ram~35295_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35292_combout & ((\text_gen|char_ram~35294_combout ))) # (!\text_gen|char_ram~35292_combout & (\text_gen|char_ram~35287_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35292_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35287_combout ), + .datac(\text_gen|char_ram~35292_combout ), + .datad(\text_gen|char_ram~35294_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35295 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35296 ( +// Equation(s): +// \text_gen|char_ram~35296_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~35285_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35295_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35285_combout ), + .datad(\text_gen|char_ram~35295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35296 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y51_N1 +dffeas \text_gen|char_ram~10856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y51_N25 +dffeas \text_gen|char_ram~11080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35266 ( +// Equation(s): +// \text_gen|char_ram~35266_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11080_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10856_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10856_q ), + .datad(\text_gen|char_ram~11080_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35266 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y51_N31 +dffeas \text_gen|char_ram~11192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y51_N1 +dffeas \text_gen|char_ram~10968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35267 ( +// Equation(s): +// \text_gen|char_ram~35267_combout = (\text_gen|char_ram~35266_combout & (((\text_gen|char_ram~11192_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35266_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~10968_q )))) + + .dataa(\text_gen|char_ram~35266_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11192_q ), + .datad(\text_gen|char_ram~10968_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35267 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y43_N29 +dffeas \text_gen|char_ram~25416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y43_N19 +dffeas \text_gen|char_ram~25192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35273 ( +// Equation(s): +// \text_gen|char_ram~35273_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~25416_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~25192_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25416_q ), + .datac(\text_gen|char_ram~25192_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35273 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N1 +dffeas \text_gen|char_ram~25528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25304feeder ( +// Equation(s): +// \text_gen|char_ram~25304feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25304feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25304feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25304feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y39_N27 +dffeas \text_gen|char_ram~25304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25304feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35274 ( +// Equation(s): +// \text_gen|char_ram~35274_combout = (\text_gen|char_ram~35273_combout & (((\text_gen|char_ram~25528_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35273_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~25304_q )))) + + .dataa(\text_gen|char_ram~35273_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25528_q ), + .datad(\text_gen|char_ram~25304_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35274 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3912feeder ( +// Equation(s): +// \text_gen|char_ram~3912feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3912feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3912feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3912feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y35_N9 +dffeas \text_gen|char_ram~3912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3912feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N3 +dffeas \text_gen|char_ram~4024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N29 +dffeas \text_gen|char_ram~3688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3800feeder ( +// Equation(s): +// \text_gen|char_ram~3800feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3800feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3800feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3800feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y47_N27 +dffeas \text_gen|char_ram~3800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3800feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35270 ( +// Equation(s): +// \text_gen|char_ram~35270_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~3800_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3688_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3688_q ), + .datad(\text_gen|char_ram~3800_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35270 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35271 ( +// Equation(s): +// \text_gen|char_ram~35271_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35270_combout & ((\text_gen|char_ram~4024_q ))) # (!\text_gen|char_ram~35270_combout & (\text_gen|char_ram~3912_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35270_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3912_q ), + .datac(\text_gen|char_ram~4024_q ), + .datad(\text_gen|char_ram~35270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35271 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18248feeder ( +// Equation(s): +// \text_gen|char_ram~18248feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18248feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18248feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18248feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y42_N27 +dffeas \text_gen|char_ram~18248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18248feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y42_N15 +dffeas \text_gen|char_ram~18360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y42_N21 +dffeas \text_gen|char_ram~18024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y42_N5 +dffeas \text_gen|char_ram~18136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35268 ( +// Equation(s): +// \text_gen|char_ram~35268_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~18136_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18024_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18024_q ), + .datad(\text_gen|char_ram~18136_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35268 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35269 ( +// Equation(s): +// \text_gen|char_ram~35269_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35268_combout & ((\text_gen|char_ram~18360_q ))) # (!\text_gen|char_ram~35268_combout & (\text_gen|char_ram~18248_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35268_combout )))) + + .dataa(\text_gen|char_ram~18248_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18360_q ), + .datad(\text_gen|char_ram~35268_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35269 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35272 ( +// Equation(s): +// \text_gen|char_ram~35272_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~35269_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~35271_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35271_combout ), + .datad(\text_gen|char_ram~35269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35272 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35275 ( +// Equation(s): +// \text_gen|char_ram~35275_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35272_combout & ((\text_gen|char_ram~35274_combout ))) # (!\text_gen|char_ram~35272_combout & (\text_gen|char_ram~35267_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35272_combout )))) + + .dataa(\text_gen|char_ram~35267_combout ), + .datab(\text_gen|char_ram~35274_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~35272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35275 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~35275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y51_N25 +dffeas \text_gen|char_ram~10975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y51_N7 +dffeas \text_gen|char_ram~11199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y51_N19 +dffeas \text_gen|char_ram~10863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y51_N19 +dffeas \text_gen|char_ram~11087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35297 ( +// Equation(s): +// \text_gen|char_ram~35297_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11087_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10863_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10863_q ), + .datad(\text_gen|char_ram~11087_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35297 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35298 ( +// Equation(s): +// \text_gen|char_ram~35298_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35297_combout & ((\text_gen|char_ram~11199_q ))) # (!\text_gen|char_ram~35297_combout & (\text_gen|char_ram~10975_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35297_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10975_q ), + .datac(\text_gen|char_ram~11199_q ), + .datad(\text_gen|char_ram~35297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35298 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y48_N29 +dffeas \text_gen|char_ram~25311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y48_N15 +dffeas \text_gen|char_ram~25535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y48_N25 +dffeas \text_gen|char_ram~25199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~25423feeder ( +// Equation(s): +// \text_gen|char_ram~25423feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y27_N9 +dffeas \text_gen|char_ram~25423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35304 ( +// Equation(s): +// \text_gen|char_ram~35304_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~25423_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25199_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25199_q ), + .datad(\text_gen|char_ram~25423_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35304 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35305 ( +// Equation(s): +// \text_gen|char_ram~35305_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35304_combout & ((\text_gen|char_ram~25535_q ))) # (!\text_gen|char_ram~35304_combout & (\text_gen|char_ram~25311_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35304_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25311_q ), + .datac(\text_gen|char_ram~25535_q ), + .datad(\text_gen|char_ram~35304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35305 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y48_N13 +dffeas \text_gen|char_ram~18255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18143feeder ( +// Equation(s): +// \text_gen|char_ram~18143feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y48_N17 +dffeas \text_gen|char_ram~18143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y48_N21 +dffeas \text_gen|char_ram~18031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35299 ( +// Equation(s): +// \text_gen|char_ram~35299_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18143_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18031_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18143_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18031_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35299 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y48_N7 +dffeas \text_gen|char_ram~18367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35300 ( +// Equation(s): +// \text_gen|char_ram~35300_combout = (\text_gen|char_ram~35299_combout & (((\text_gen|char_ram~18367_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35299_combout & (\text_gen|char_ram~18255_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18255_q ), + .datab(\text_gen|char_ram~35299_combout ), + .datac(\text_gen|char_ram~18367_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35300 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y49_N13 +dffeas \text_gen|char_ram~3919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y51_N29 +dffeas \text_gen|char_ram~4031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y49_N3 +dffeas \text_gen|char_ram~3695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3807feeder ( +// Equation(s): +// \text_gen|char_ram~3807feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3807feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3807feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3807feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y49_N23 +dffeas \text_gen|char_ram~3807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3807feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35301 ( +// Equation(s): +// \text_gen|char_ram~35301_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3807_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3695_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3695_q ), + .datad(\text_gen|char_ram~3807_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35301 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35302 ( +// Equation(s): +// \text_gen|char_ram~35302_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35301_combout & ((\text_gen|char_ram~4031_q ))) # (!\text_gen|char_ram~35301_combout & (\text_gen|char_ram~3919_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35301_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3919_q ), + .datac(\text_gen|char_ram~4031_q ), + .datad(\text_gen|char_ram~35301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35302 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35303 ( +// Equation(s): +// \text_gen|char_ram~35303_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~35300_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~35302_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35300_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~35302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35303 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~35303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35306 ( +// Equation(s): +// \text_gen|char_ram~35306_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35303_combout & ((\text_gen|char_ram~35305_combout ))) # (!\text_gen|char_ram~35303_combout & (\text_gen|char_ram~35298_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35303_combout )))) + + .dataa(\text_gen|char_ram~35298_combout ), + .datab(\text_gen|char_ram~35305_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~35303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35306 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~35306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35307 ( +// Equation(s): +// \text_gen|char_ram~35307_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~35296_combout & ((\text_gen|char_ram~35306_combout ))) # (!\text_gen|char_ram~35296_combout & (\text_gen|char_ram~35275_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~35296_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~35296_combout ), + .datac(\text_gen|char_ram~35275_combout ), + .datad(\text_gen|char_ram~35306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35307 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~35307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y48_N17 +dffeas \text_gen|char_ram~18129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y51_N21 +dffeas \text_gen|char_ram~18353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y47_N21 +dffeas \text_gen|char_ram~18017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18241feeder ( +// Equation(s): +// \text_gen|char_ram~18241feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18241feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18241feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18241feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y51_N15 +dffeas \text_gen|char_ram~18241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18241feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35156 ( +// Equation(s): +// \text_gen|char_ram~35156_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~18241_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18017_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18017_q ), + .datad(\text_gen|char_ram~18241_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35156 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35157 ( +// Equation(s): +// \text_gen|char_ram~35157_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35156_combout & ((\text_gen|char_ram~18353_q ))) # (!\text_gen|char_ram~35156_combout & (\text_gen|char_ram~18129_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35156_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18129_q ), + .datac(\text_gen|char_ram~18353_q ), + .datad(\text_gen|char_ram~35156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35157 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18234feeder ( +// Equation(s): +// \text_gen|char_ram~18234feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y50_N25 +dffeas \text_gen|char_ram~18234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y50_N21 +dffeas \text_gen|char_ram~18010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y50_N3 +dffeas \text_gen|char_ram~18346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y47_N29 +dffeas \text_gen|char_ram~18122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35151 ( +// Equation(s): +// \text_gen|char_ram~35151_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~18346_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~18122_q ))))) # (!\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18346_q ), + .datad(\text_gen|char_ram~18122_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35151 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35152 ( +// Equation(s): +// \text_gen|char_ram~35152_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~35151_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~35151_combout & (\text_gen|char_ram~18234_q )) # (!\text_gen|char_ram~35151_combout & +// ((\text_gen|char_ram~18010_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18234_q ), + .datac(\text_gen|char_ram~18010_q ), + .datad(\text_gen|char_ram~35151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35152 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18178feeder ( +// Equation(s): +// \text_gen|char_ram~18178feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18178feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y50_N27 +dffeas \text_gen|char_ram~18178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18178 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y50_N11 +dffeas \text_gen|char_ram~18290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y50_N21 +dffeas \text_gen|char_ram~17954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18066feeder ( +// Equation(s): +// \text_gen|char_ram~18066feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18066feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18066feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18066feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y50_N21 +dffeas \text_gen|char_ram~18066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18066feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35153 ( +// Equation(s): +// \text_gen|char_ram~35153_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~18066_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~17954_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17954_q ), + .datad(\text_gen|char_ram~18066_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35153 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35154 ( +// Equation(s): +// \text_gen|char_ram~35154_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35153_combout & ((\text_gen|char_ram~18290_q ))) # (!\text_gen|char_ram~35153_combout & (\text_gen|char_ram~18178_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35153_combout )))) + + .dataa(\text_gen|char_ram~18178_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18290_q ), + .datad(\text_gen|char_ram~35153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35154 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35155 ( +// Equation(s): +// \text_gen|char_ram~35155_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35152_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35154_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35152_combout ), + .datad(\text_gen|char_ram~35154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35155 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y50_N9 +dffeas \text_gen|char_ram~18073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y50_N15 +dffeas \text_gen|char_ram~18297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18185feeder ( +// Equation(s): +// \text_gen|char_ram~18185feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18185feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18185feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18185feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y49_N21 +dffeas \text_gen|char_ram~18185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18185feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y49_N1 +dffeas \text_gen|char_ram~17961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35149 ( +// Equation(s): +// \text_gen|char_ram~35149_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~18185_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~17961_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18185_q ), + .datac(\text_gen|char_ram~17961_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35149 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35150 ( +// Equation(s): +// \text_gen|char_ram~35150_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35149_combout & ((\text_gen|char_ram~18297_q ))) # (!\text_gen|char_ram~35149_combout & (\text_gen|char_ram~18073_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35149_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18073_q ), + .datac(\text_gen|char_ram~18297_q ), + .datad(\text_gen|char_ram~35149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35150 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35158 ( +// Equation(s): +// \text_gen|char_ram~35158_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35155_combout & (\text_gen|char_ram~35157_combout )) # (!\text_gen|char_ram~35155_combout & ((\text_gen|char_ram~35150_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35155_combout )))) + + .dataa(\text_gen|char_ram~35157_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35155_combout ), + .datad(\text_gen|char_ram~35150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35158 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y46_N29 +dffeas \text_gen|char_ram~3737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y46_N11 +dffeas \text_gen|char_ram~3961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y46_N21 +dffeas \text_gen|char_ram~3625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y43_N27 +dffeas \text_gen|char_ram~3849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35159 ( +// Equation(s): +// \text_gen|char_ram~35159_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~3849_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3625_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3625_q ), + .datad(\text_gen|char_ram~3849_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35159 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35160 ( +// Equation(s): +// \text_gen|char_ram~35160_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35159_combout & ((\text_gen|char_ram~3961_q ))) # (!\text_gen|char_ram~35159_combout & (\text_gen|char_ram~3737_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35159_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3737_q ), + .datac(\text_gen|char_ram~3961_q ), + .datad(\text_gen|char_ram~35159_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35160 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y45_N25 +dffeas \text_gen|char_ram~3905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y45_N19 +dffeas \text_gen|char_ram~3681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35166 ( +// Equation(s): +// \text_gen|char_ram~35166_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~3905_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~3681_q ))))) + + .dataa(\text_gen|char_ram~3905_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3681_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35166 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y47_N11 +dffeas \text_gen|char_ram~4017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y47_N29 +dffeas \text_gen|char_ram~3793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35167 ( +// Equation(s): +// \text_gen|char_ram~35167_combout = (\text_gen|char_ram~35166_combout & (((\text_gen|char_ram~4017_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35166_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~3793_q )))) + + .dataa(\text_gen|char_ram~35166_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4017_q ), + .datad(\text_gen|char_ram~3793_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35167 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3842feeder ( +// Equation(s): +// \text_gen|char_ram~3842feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N9 +dffeas \text_gen|char_ram~3842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y50_N27 +dffeas \text_gen|char_ram~3954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y46_N31 +dffeas \text_gen|char_ram~3618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3730feeder ( +// Equation(s): +// \text_gen|char_ram~3730feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3730feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3730feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3730feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y47_N25 +dffeas \text_gen|char_ram~3730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3730feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35163 ( +// Equation(s): +// \text_gen|char_ram~35163_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~3730_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3618_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3618_q ), + .datad(\text_gen|char_ram~3730_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35163 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35164 ( +// Equation(s): +// \text_gen|char_ram~35164_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35163_combout & ((\text_gen|char_ram~3954_q ))) # (!\text_gen|char_ram~35163_combout & (\text_gen|char_ram~3842_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35163_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3842_q ), + .datac(\text_gen|char_ram~3954_q ), + .datad(\text_gen|char_ram~35163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35164 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3898feeder ( +// Equation(s): +// \text_gen|char_ram~3898feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~3898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y41_N1 +dffeas \text_gen|char_ram~3898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y50_N1 +dffeas \text_gen|char_ram~4010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N5 +dffeas \text_gen|char_ram~3674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y47_N3 +dffeas \text_gen|char_ram~3786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35161 ( +// Equation(s): +// \text_gen|char_ram~35161_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3786_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3674_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3674_q ), + .datad(\text_gen|char_ram~3786_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35161 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35162 ( +// Equation(s): +// \text_gen|char_ram~35162_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35161_combout & ((\text_gen|char_ram~4010_q ))) # (!\text_gen|char_ram~35161_combout & (\text_gen|char_ram~3898_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35161_combout )))) + + .dataa(\text_gen|char_ram~3898_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~4010_q ), + .datad(\text_gen|char_ram~35161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35162 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35165 ( +// Equation(s): +// \text_gen|char_ram~35165_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35162_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~35164_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35164_combout ), + .datad(\text_gen|char_ram~35162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35165 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35168 ( +// Equation(s): +// \text_gen|char_ram~35168_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35165_combout & ((\text_gen|char_ram~35167_combout ))) # (!\text_gen|char_ram~35165_combout & (\text_gen|char_ram~35160_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35165_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35160_combout ), + .datac(\text_gen|char_ram~35167_combout ), + .datad(\text_gen|char_ram~35165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35168 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35169 ( +// Equation(s): +// \text_gen|char_ram~35169_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~35158_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~35168_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35158_combout ), + .datad(\text_gen|char_ram~35168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35169 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y43_N25 +dffeas \text_gen|char_ram~10961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y43_N17 +dffeas \text_gen|char_ram~10849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11073feeder ( +// Equation(s): +// \text_gen|char_ram~11073feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11073feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11073feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11073feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y43_N9 +dffeas \text_gen|char_ram~11073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11073feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35146 ( +// Equation(s): +// \text_gen|char_ram~35146_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11073_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10849_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10849_q ), + .datad(\text_gen|char_ram~11073_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35146 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N15 +dffeas \text_gen|char_ram~11185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35147 ( +// Equation(s): +// \text_gen|char_ram~35147_combout = (\text_gen|char_ram~35146_combout & (((\text_gen|char_ram~11185_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~35146_combout & (\text_gen|char_ram~10961_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~10961_q ), + .datab(\text_gen|char_ram~35146_combout ), + .datac(\text_gen|char_ram~11185_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35147 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y47_N3 +dffeas \text_gen|char_ram~11129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y48_N17 +dffeas \text_gen|char_ram~10905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y47_N1 +dffeas \text_gen|char_ram~10793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y21_N17 +dffeas \text_gen|char_ram~11017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35139 ( +// Equation(s): +// \text_gen|char_ram~35139_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11017_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10793_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10793_q ), + .datad(\text_gen|char_ram~11017_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35139 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35140 ( +// Equation(s): +// \text_gen|char_ram~35140_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35139_combout & (\text_gen|char_ram~11129_q )) # (!\text_gen|char_ram~35139_combout & ((\text_gen|char_ram~10905_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35139_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11129_q ), + .datac(\text_gen|char_ram~10905_q ), + .datad(\text_gen|char_ram~35139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35140 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y43_N17 +dffeas \text_gen|char_ram~11010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N27 +dffeas \text_gen|char_ram~11122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N21 +dffeas \text_gen|char_ram~10786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~10898feeder ( +// Equation(s): +// \text_gen|char_ram~10898feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~10898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y47_N27 +dffeas \text_gen|char_ram~10898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35143 ( +// Equation(s): +// \text_gen|char_ram~35143_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~10898_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10786_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10786_q ), + .datad(\text_gen|char_ram~10898_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35143 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35144 ( +// Equation(s): +// \text_gen|char_ram~35144_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35143_combout & ((\text_gen|char_ram~11122_q ))) # (!\text_gen|char_ram~35143_combout & (\text_gen|char_ram~11010_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35143_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11010_q ), + .datac(\text_gen|char_ram~11122_q ), + .datad(\text_gen|char_ram~35143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35144 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N5 +dffeas \text_gen|char_ram~10954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y43_N7 +dffeas \text_gen|char_ram~10842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35141 ( +// Equation(s): +// \text_gen|char_ram~35141_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~10954_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~10842_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10954_q ), + .datac(\text_gen|char_ram~10842_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35141 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y43_N19 +dffeas \text_gen|char_ram~11178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11178 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y43_N29 +dffeas \text_gen|char_ram~11066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35142 ( +// Equation(s): +// \text_gen|char_ram~35142_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35141_combout & (\text_gen|char_ram~11178_q )) # (!\text_gen|char_ram~35141_combout & ((\text_gen|char_ram~11066_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35141_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35141_combout ), + .datac(\text_gen|char_ram~11178_q ), + .datad(\text_gen|char_ram~11066_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35142 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35145 ( +// Equation(s): +// \text_gen|char_ram~35145_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35142_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35144_combout )))) + + .dataa(\text_gen|char_ram~35144_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~35142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35145 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~35145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35148 ( +// Equation(s): +// \text_gen|char_ram~35148_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35145_combout & (\text_gen|char_ram~35147_combout )) # (!\text_gen|char_ram~35145_combout & ((\text_gen|char_ram~35140_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35145_combout )))) + + .dataa(\text_gen|char_ram~35147_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35140_combout ), + .datad(\text_gen|char_ram~35145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35148 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y39_N27 +dffeas \text_gen|char_ram~25234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y39_N25 +dffeas \text_gen|char_ram~25458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35174 ( +// Equation(s): +// \text_gen|char_ram~35174_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25458_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25234_q )))) # (!\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25234_q ), + .datad(\text_gen|char_ram~25458_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35174 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~35174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y39_N1 +dffeas \text_gen|char_ram~25122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y36_N13 +dffeas \text_gen|char_ram~25346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35175 ( +// Equation(s): +// \text_gen|char_ram~35175_combout = (\text_gen|Add5~0_combout & (\text_gen|char_ram~35174_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~35174_combout & ((\text_gen|char_ram~25346_q ))) # (!\text_gen|char_ram~35174_combout & +// (\text_gen|char_ram~25122_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35174_combout ), + .datac(\text_gen|char_ram~25122_q ), + .datad(\text_gen|char_ram~25346_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35175 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N5 +dffeas \text_gen|char_ram~25402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y39_N29 +dffeas \text_gen|char_ram~25514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N15 +dffeas \text_gen|char_ram~25178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25290feeder ( +// Equation(s): +// \text_gen|char_ram~25290feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25290feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25290feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25290feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y39_N13 +dffeas \text_gen|char_ram~25290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25290feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35172 ( +// Equation(s): +// \text_gen|char_ram~35172_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~25290_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25178_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25178_q ), + .datad(\text_gen|char_ram~25290_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35172 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35173 ( +// Equation(s): +// \text_gen|char_ram~35173_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35172_combout & ((\text_gen|char_ram~25514_q ))) # (!\text_gen|char_ram~35172_combout & (\text_gen|char_ram~25402_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35172_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25402_q ), + .datac(\text_gen|char_ram~25514_q ), + .datad(\text_gen|char_ram~35172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35173 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35176 ( +// Equation(s): +// \text_gen|char_ram~35176_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35173_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~35175_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35175_combout ), + .datad(\text_gen|char_ram~35173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35176 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25297feeder ( +// Equation(s): +// \text_gen|char_ram~25297feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25297feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25297feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25297feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y59_N25 +dffeas \text_gen|char_ram~25297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25297feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y59_N7 +dffeas \text_gen|char_ram~25521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y59_N29 +dffeas \text_gen|char_ram~25185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25409feeder ( +// Equation(s): +// \text_gen|char_ram~25409feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25409feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25409feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25409feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y51_N17 +dffeas \text_gen|char_ram~25409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25409feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35177 ( +// Equation(s): +// \text_gen|char_ram~35177_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25409_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25185_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25185_q ), + .datad(\text_gen|char_ram~25409_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35177 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35178 ( +// Equation(s): +// \text_gen|char_ram~35178_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35177_combout & ((\text_gen|char_ram~25521_q ))) # (!\text_gen|char_ram~35177_combout & (\text_gen|char_ram~25297_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35177_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25297_q ), + .datac(\text_gen|char_ram~25521_q ), + .datad(\text_gen|char_ram~35177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35178 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y48_N13 +dffeas \text_gen|char_ram~25241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y48_N15 +dffeas \text_gen|char_ram~25465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y46_N13 +dffeas \text_gen|char_ram~25129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y44_N31 +dffeas \text_gen|char_ram~25353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35170 ( +// Equation(s): +// \text_gen|char_ram~35170_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25353_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25129_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25129_q ), + .datad(\text_gen|char_ram~25353_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35170 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35171 ( +// Equation(s): +// \text_gen|char_ram~35171_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35170_combout & ((\text_gen|char_ram~25465_q ))) # (!\text_gen|char_ram~35170_combout & (\text_gen|char_ram~25241_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35170_combout )))) + + .dataa(\text_gen|char_ram~25241_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25465_q ), + .datad(\text_gen|char_ram~35170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35171 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35179 ( +// Equation(s): +// \text_gen|char_ram~35179_combout = (\text_gen|char_ram~35176_combout & (((\text_gen|char_ram~35178_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~35176_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35171_combout )))) + + .dataa(\text_gen|char_ram~35176_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35178_combout ), + .datad(\text_gen|char_ram~35171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35179 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35180 ( +// Equation(s): +// \text_gen|char_ram~35180_combout = (\text_gen|char_ram~35169_combout & (((\text_gen|char_ram~35179_combout ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~35169_combout & (\text_gen|char_ram~35148_combout & (\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~35169_combout ), + .datab(\text_gen|char_ram~35148_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~35179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35180 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~35180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35308 ( +// Equation(s): +// \text_gen|char_ram~35308_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35265_combout & (\text_gen|char_ram~35307_combout )) # (!\text_gen|char_ram~35265_combout & ((\text_gen|char_ram~35180_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~35265_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~35265_combout ), + .datac(\text_gen|char_ram~35307_combout ), + .datad(\text_gen|char_ram~35180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35308 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y44_N21 +dffeas \text_gen|char_ram~7307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y48_N7 +dffeas \text_gen|char_ram~7531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y48_N1 +dffeas \text_gen|char_ram~7195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y48_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7419feeder ( +// Equation(s): +// \text_gen|char_ram~7419feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7419feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y48_N3 +dffeas \text_gen|char_ram~7419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35351 ( +// Equation(s): +// \text_gen|char_ram~35351_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~7419_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7195_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7195_q ), + .datad(\text_gen|char_ram~7419_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35351 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35352 ( +// Equation(s): +// \text_gen|char_ram~35352_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35351_combout & ((\text_gen|char_ram~7531_q ))) # (!\text_gen|char_ram~35351_combout & (\text_gen|char_ram~7307_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35351_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7307_q ), + .datac(\text_gen|char_ram~7531_q ), + .datad(\text_gen|char_ram~35351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35352 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y49_N17 +dffeas \text_gen|char_ram~7475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y49_N15 +dffeas \text_gen|char_ram~7251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35358 ( +// Equation(s): +// \text_gen|char_ram~35358_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~7475_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~7251_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7475_q ), + .datac(\text_gen|char_ram~7251_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35358 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y49_N9 +dffeas \text_gen|char_ram~7587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y49_N5 +dffeas \text_gen|char_ram~7363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35359 ( +// Equation(s): +// \text_gen|char_ram~35359_combout = (\text_gen|char_ram~35358_combout & (((\text_gen|char_ram~7587_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35358_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~7363_q )))) + + .dataa(\text_gen|char_ram~35358_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7587_q ), + .datad(\text_gen|char_ram~7363_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35359 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y47_N25 +dffeas \text_gen|char_ram~7412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y49_N27 +dffeas \text_gen|char_ram~7524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N1 +dffeas \text_gen|char_ram~7188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7300feeder ( +// Equation(s): +// \text_gen|char_ram~7300feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7300feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7300feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7300feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y43_N1 +dffeas \text_gen|char_ram~7300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7300feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35355 ( +// Equation(s): +// \text_gen|char_ram~35355_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~7300_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7188_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7188_q ), + .datad(\text_gen|char_ram~7300_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35355 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35356 ( +// Equation(s): +// \text_gen|char_ram~35356_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35355_combout & ((\text_gen|char_ram~7524_q ))) # (!\text_gen|char_ram~35355_combout & (\text_gen|char_ram~7412_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35355_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7412_q ), + .datac(\text_gen|char_ram~7524_q ), + .datad(\text_gen|char_ram~35355_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35356 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7468feeder ( +// Equation(s): +// \text_gen|char_ram~7468feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7468feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7468feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7468feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y49_N15 +dffeas \text_gen|char_ram~7468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7468feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y46_N29 +dffeas \text_gen|char_ram~7356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y46_N23 +dffeas \text_gen|char_ram~7244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35353 ( +// Equation(s): +// \text_gen|char_ram~35353_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~7356_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~7244_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7356_q ), + .datac(\text_gen|char_ram~7244_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35353 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y49_N13 +dffeas \text_gen|char_ram~7580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35354 ( +// Equation(s): +// \text_gen|char_ram~35354_combout = (\text_gen|char_ram~35353_combout & (((\text_gen|char_ram~7580_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35353_combout & (\text_gen|char_ram~7468_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~7468_q ), + .datab(\text_gen|char_ram~35353_combout ), + .datac(\text_gen|char_ram~7580_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35354 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35357 ( +// Equation(s): +// \text_gen|char_ram~35357_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35354_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35356_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35356_combout ), + .datad(\text_gen|char_ram~35354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35357 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35360 ( +// Equation(s): +// \text_gen|char_ram~35360_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35357_combout & ((\text_gen|char_ram~35359_combout ))) # (!\text_gen|char_ram~35357_combout & (\text_gen|char_ram~35352_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35357_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35352_combout ), + .datac(\text_gen|char_ram~35359_combout ), + .datad(\text_gen|char_ram~35357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35360 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y28_N11 +dffeas \text_gen|char_ram~14587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N17 +dffeas \text_gen|char_ram~14363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35361 ( +// Equation(s): +// \text_gen|char_ram~35361_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~14587_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~14363_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~14587_q ), + .datac(\text_gen|char_ram~14363_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35361 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y25_N3 +dffeas \text_gen|char_ram~14699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14475feeder ( +// Equation(s): +// \text_gen|char_ram~14475feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y25_N23 +dffeas \text_gen|char_ram~14475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35362 ( +// Equation(s): +// \text_gen|char_ram~35362_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35361_combout & (\text_gen|char_ram~14699_q )) # (!\text_gen|char_ram~35361_combout & ((\text_gen|char_ram~14475_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35361_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35361_combout ), + .datac(\text_gen|char_ram~14699_q ), + .datad(\text_gen|char_ram~14475_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35362 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y26_N9 +dffeas \text_gen|char_ram~14531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N31 +dffeas \text_gen|char_ram~14755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N17 +dffeas \text_gen|char_ram~14419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14643feeder ( +// Equation(s): +// \text_gen|char_ram~14643feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14643feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y15_N23 +dffeas \text_gen|char_ram~14643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35368 ( +// Equation(s): +// \text_gen|char_ram~35368_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14643_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14419_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14419_q ), + .datad(\text_gen|char_ram~14643_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35368 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35369 ( +// Equation(s): +// \text_gen|char_ram~35369_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35368_combout & ((\text_gen|char_ram~14755_q ))) # (!\text_gen|char_ram~35368_combout & (\text_gen|char_ram~14531_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35368_combout )))) + + .dataa(\text_gen|char_ram~14531_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14755_q ), + .datad(\text_gen|char_ram~35368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35369 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y34_N21 +dffeas \text_gen|char_ram~14580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y37_N27 +dffeas \text_gen|char_ram~14692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y37_N29 +dffeas \text_gen|char_ram~14356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y37_N25 +dffeas \text_gen|char_ram~14468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35365 ( +// Equation(s): +// \text_gen|char_ram~35365_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14468_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14356_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14356_q ), + .datad(\text_gen|char_ram~14468_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35365 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35366 ( +// Equation(s): +// \text_gen|char_ram~35366_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35365_combout & ((\text_gen|char_ram~14692_q ))) # (!\text_gen|char_ram~35365_combout & (\text_gen|char_ram~14580_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35365_combout )))) + + .dataa(\text_gen|char_ram~14580_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14692_q ), + .datad(\text_gen|char_ram~35365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35366 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14636feeder ( +// Equation(s): +// \text_gen|char_ram~14636feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y37_N21 +dffeas \text_gen|char_ram~14636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y37_N19 +dffeas \text_gen|char_ram~14748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y37_N29 +dffeas \text_gen|char_ram~14412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y37_N9 +dffeas \text_gen|char_ram~14524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35363 ( +// Equation(s): +// \text_gen|char_ram~35363_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14524_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14412_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14412_q ), + .datad(\text_gen|char_ram~14524_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35363 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35364 ( +// Equation(s): +// \text_gen|char_ram~35364_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35363_combout & ((\text_gen|char_ram~14748_q ))) # (!\text_gen|char_ram~35363_combout & (\text_gen|char_ram~14636_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35363_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~14636_q ), + .datac(\text_gen|char_ram~14748_q ), + .datad(\text_gen|char_ram~35363_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35364 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35367 ( +// Equation(s): +// \text_gen|char_ram~35367_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35364_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~35366_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35366_combout ), + .datad(\text_gen|char_ram~35364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35367 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35370 ( +// Equation(s): +// \text_gen|char_ram~35370_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35367_combout & ((\text_gen|char_ram~35369_combout ))) # (!\text_gen|char_ram~35367_combout & (\text_gen|char_ram~35362_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35367_combout )))) + + .dataa(\text_gen|char_ram~35362_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35369_combout ), + .datad(\text_gen|char_ram~35367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35370 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~363feeder ( +// Equation(s): +// \text_gen|char_ram~363feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y47_N27 +dffeas \text_gen|char_ram~363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~139feeder ( +// Equation(s): +// \text_gen|char_ram~139feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~139feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~139feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~139feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y47_N17 +dffeas \text_gen|char_ram~139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~139feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y45_N13 +dffeas \text_gen|char_ram~251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y45_N1 +dffeas \text_gen|char_ram~27 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35371 ( +// Equation(s): +// \text_gen|char_ram~35371_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~251_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~27_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~251_q ), + .datac(\text_gen|char_ram~27_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35371 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35372 ( +// Equation(s): +// \text_gen|char_ram~35372_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35371_combout & (\text_gen|char_ram~363_q )) # (!\text_gen|char_ram~35371_combout & ((\text_gen|char_ram~139_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35371_combout )))) + + .dataa(\text_gen|char_ram~363_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~139_q ), + .datad(\text_gen|char_ram~35371_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35372 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y38_N21 +dffeas \text_gen|char_ram~76 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~76_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~76 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~76 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~188feeder ( +// Equation(s): +// \text_gen|char_ram~188feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y42_N13 +dffeas \text_gen|char_ram~188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35373 ( +// Equation(s): +// \text_gen|char_ram~35373_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~188_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~76_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~76_q ), + .datad(\text_gen|char_ram~188_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35373 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y42_N31 +dffeas \text_gen|char_ram~412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~300feeder ( +// Equation(s): +// \text_gen|char_ram~300feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~300feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~300feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~300feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y42_N21 +dffeas \text_gen|char_ram~300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~300feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35374 ( +// Equation(s): +// \text_gen|char_ram~35374_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35373_combout & (\text_gen|char_ram~412_q )) # (!\text_gen|char_ram~35373_combout & ((\text_gen|char_ram~300_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35373_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35373_combout ), + .datac(\text_gen|char_ram~412_q ), + .datad(\text_gen|char_ram~300_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35374 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~244feeder ( +// Equation(s): +// \text_gen|char_ram~244feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y44_N5 +dffeas \text_gen|char_ram~244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y43_N9 +dffeas \text_gen|char_ram~356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y44_N5 +dffeas \text_gen|char_ram~20 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~132feeder ( +// Equation(s): +// \text_gen|char_ram~132feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~132feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y45_N23 +dffeas \text_gen|char_ram~132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35375 ( +// Equation(s): +// \text_gen|char_ram~35375_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~132_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20_q ), + .datad(\text_gen|char_ram~132_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35375 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35376 ( +// Equation(s): +// \text_gen|char_ram~35376_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35375_combout & ((\text_gen|char_ram~356_q ))) # (!\text_gen|char_ram~35375_combout & (\text_gen|char_ram~244_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35375_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~244_q ), + .datac(\text_gen|char_ram~356_q ), + .datad(\text_gen|char_ram~35375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35376 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35377 ( +// Equation(s): +// \text_gen|char_ram~35377_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35374_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35376_combout ))))) + + .dataa(\text_gen|char_ram~35374_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~35376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35377 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~35377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y46_N9 +dffeas \text_gen|char_ram~195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y46_N23 +dffeas \text_gen|char_ram~419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N25 +dffeas \text_gen|char_ram~83 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~83_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~83 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~83 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y45_N21 +dffeas \text_gen|char_ram~307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35378 ( +// Equation(s): +// \text_gen|char_ram~35378_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~307_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~83_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~83_q ), + .datad(\text_gen|char_ram~307_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35378 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35379 ( +// Equation(s): +// \text_gen|char_ram~35379_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35378_combout & ((\text_gen|char_ram~419_q ))) # (!\text_gen|char_ram~35378_combout & (\text_gen|char_ram~195_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35378_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~195_q ), + .datac(\text_gen|char_ram~419_q ), + .datad(\text_gen|char_ram~35378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35379 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35380 ( +// Equation(s): +// \text_gen|char_ram~35380_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35377_combout & ((\text_gen|char_ram~35379_combout ))) # (!\text_gen|char_ram~35377_combout & (\text_gen|char_ram~35372_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35377_combout )))) + + .dataa(\text_gen|char_ram~35372_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35377_combout ), + .datad(\text_gen|char_ram~35379_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35380 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~35380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35381 ( +// Equation(s): +// \text_gen|char_ram~35381_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~35370_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~35380_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35370_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~35380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35381 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~35381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y34_N23 +dffeas \text_gen|char_ram~21580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21692feeder ( +// Equation(s): +// \text_gen|char_ram~21692feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21692feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21692feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21692feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y34_N17 +dffeas \text_gen|char_ram~21692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21692feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35384 ( +// Equation(s): +// \text_gen|char_ram~35384_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21692_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21580_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21580_q ), + .datad(\text_gen|char_ram~21692_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35384 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y46_N9 +dffeas \text_gen|char_ram~21916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y53_N7 +dffeas \text_gen|char_ram~21804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35385 ( +// Equation(s): +// \text_gen|char_ram~35385_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35384_combout & (\text_gen|char_ram~21916_q )) # (!\text_gen|char_ram~35384_combout & ((\text_gen|char_ram~21804_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35384_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35384_combout ), + .datac(\text_gen|char_ram~21916_q ), + .datad(\text_gen|char_ram~21804_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35385 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21748feeder ( +// Equation(s): +// \text_gen|char_ram~21748feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y46_N21 +dffeas \text_gen|char_ram~21748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y46_N19 +dffeas \text_gen|char_ram~21860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y44_N11 +dffeas \text_gen|char_ram~21524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y37_N9 +dffeas \text_gen|char_ram~21636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35386 ( +// Equation(s): +// \text_gen|char_ram~35386_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21636_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21524_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21524_q ), + .datad(\text_gen|char_ram~21636_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35386 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35387 ( +// Equation(s): +// \text_gen|char_ram~35387_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35386_combout & ((\text_gen|char_ram~21860_q ))) # (!\text_gen|char_ram~35386_combout & (\text_gen|char_ram~21748_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35386_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21748_q ), + .datac(\text_gen|char_ram~21860_q ), + .datad(\text_gen|char_ram~35386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35387 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35388 ( +// Equation(s): +// \text_gen|char_ram~35388_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35385_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35387_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35385_combout ), + .datad(\text_gen|char_ram~35387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35388 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21699feeder ( +// Equation(s): +// \text_gen|char_ram~21699feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21699feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21699feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21699feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y46_N13 +dffeas \text_gen|char_ram~21699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21699feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y46_N5 +dffeas \text_gen|char_ram~21923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N27 +dffeas \text_gen|char_ram~21587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y46_N11 +dffeas \text_gen|char_ram~21811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35389 ( +// Equation(s): +// \text_gen|char_ram~35389_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~21811_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21587_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21587_q ), + .datad(\text_gen|char_ram~21811_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35389 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35390 ( +// Equation(s): +// \text_gen|char_ram~35390_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35389_combout & ((\text_gen|char_ram~21923_q ))) # (!\text_gen|char_ram~35389_combout & (\text_gen|char_ram~21699_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35389_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21699_q ), + .datac(\text_gen|char_ram~21923_q ), + .datad(\text_gen|char_ram~35389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35390 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y43_N25 +dffeas \text_gen|char_ram~21643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y43_N17 +dffeas \text_gen|char_ram~21867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21531feeder ( +// Equation(s): +// \text_gen|char_ram~21531feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21531feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21531feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21531feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y43_N17 +dffeas \text_gen|char_ram~21531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21531feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N17 +dffeas \text_gen|char_ram~21755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35382 ( +// Equation(s): +// \text_gen|char_ram~35382_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21755_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21531_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21531_q ), + .datad(\text_gen|char_ram~21755_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35382 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35383 ( +// Equation(s): +// \text_gen|char_ram~35383_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35382_combout & ((\text_gen|char_ram~21867_q ))) # (!\text_gen|char_ram~35382_combout & (\text_gen|char_ram~21643_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35382_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21643_q ), + .datac(\text_gen|char_ram~21867_q ), + .datad(\text_gen|char_ram~35382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35383 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35391 ( +// Equation(s): +// \text_gen|char_ram~35391_combout = (\text_gen|char_ram~35388_combout & (((\text_gen|char_ram~35390_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~35388_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35383_combout )))) + + .dataa(\text_gen|char_ram~35388_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35390_combout ), + .datad(\text_gen|char_ram~35383_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35391 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35392 ( +// Equation(s): +// \text_gen|char_ram~35392_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35381_combout & ((\text_gen|char_ram~35391_combout ))) # (!\text_gen|char_ram~35381_combout & (\text_gen|char_ram~35360_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35381_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35360_combout ), + .datac(\text_gen|char_ram~35381_combout ), + .datad(\text_gen|char_ram~35391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35392 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y42_N13 +dffeas \text_gen|char_ram~14517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y40_N15 +dffeas \text_gen|char_ram~14741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~14629feeder ( +// Equation(s): +// \text_gen|char_ram~14629feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14629feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y35_N27 +dffeas \text_gen|char_ram~14629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y43_N13 +dffeas \text_gen|char_ram~14405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35400 ( +// Equation(s): +// \text_gen|char_ram~35400_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~14629_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~14405_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14629_q ), + .datac(\text_gen|char_ram~14405_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35400 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35401 ( +// Equation(s): +// \text_gen|char_ram~35401_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35400_combout & ((\text_gen|char_ram~14741_q ))) # (!\text_gen|char_ram~35400_combout & (\text_gen|char_ram~14517_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35400_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14517_q ), + .datac(\text_gen|char_ram~14741_q ), + .datad(\text_gen|char_ram~35400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35401 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y37_N3 +dffeas \text_gen|char_ram~14566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y37_N15 +dffeas \text_gen|char_ram~14678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14454feeder ( +// Equation(s): +// \text_gen|char_ram~14454feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14454feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14454feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14454feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y37_N25 +dffeas \text_gen|char_ram~14454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14454feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y37_N21 +dffeas \text_gen|char_ram~14342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35397 ( +// Equation(s): +// \text_gen|char_ram~35397_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~14454_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~14342_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14454_q ), + .datac(\text_gen|char_ram~14342_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35397 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35398 ( +// Equation(s): +// \text_gen|char_ram~35398_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35397_combout & ((\text_gen|char_ram~14678_q ))) # (!\text_gen|char_ram~35397_combout & (\text_gen|char_ram~14566_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35397_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~14566_q ), + .datac(\text_gen|char_ram~14678_q ), + .datad(\text_gen|char_ram~35397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35398 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y37_N13 +dffeas \text_gen|char_ram~14622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y37_N27 +dffeas \text_gen|char_ram~14734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y33_N13 +dffeas \text_gen|char_ram~14398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14510feeder ( +// Equation(s): +// \text_gen|char_ram~14510feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14510feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14510feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14510feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y34_N29 +dffeas \text_gen|char_ram~14510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14510feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35395 ( +// Equation(s): +// \text_gen|char_ram~35395_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14510_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14398_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14398_q ), + .datad(\text_gen|char_ram~14510_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35395 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35396 ( +// Equation(s): +// \text_gen|char_ram~35396_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35395_combout & ((\text_gen|char_ram~14734_q ))) # (!\text_gen|char_ram~35395_combout & (\text_gen|char_ram~14622_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35395_combout )))) + + .dataa(\text_gen|char_ram~14622_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14734_q ), + .datad(\text_gen|char_ram~35395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35396 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35399 ( +// Equation(s): +// \text_gen|char_ram~35399_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35396_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35398_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35398_combout ), + .datad(\text_gen|char_ram~35396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35399 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14461feeder ( +// Equation(s): +// \text_gen|char_ram~14461feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14461feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y42_N21 +dffeas \text_gen|char_ram~14461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y40_N25 +dffeas \text_gen|char_ram~14685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y34_N1 +dffeas \text_gen|char_ram~14349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y35_N29 +dffeas \text_gen|char_ram~14573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35393 ( +// Equation(s): +// \text_gen|char_ram~35393_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~14573_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14349_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14349_q ), + .datad(\text_gen|char_ram~14573_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35393 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35394 ( +// Equation(s): +// \text_gen|char_ram~35394_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35393_combout & ((\text_gen|char_ram~14685_q ))) # (!\text_gen|char_ram~35393_combout & (\text_gen|char_ram~14461_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35393_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14461_q ), + .datac(\text_gen|char_ram~14685_q ), + .datad(\text_gen|char_ram~35393_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35394 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35402 ( +// Equation(s): +// \text_gen|char_ram~35402_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35399_combout & (\text_gen|char_ram~35401_combout )) # (!\text_gen|char_ram~35399_combout & ((\text_gen|char_ram~35394_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35399_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35401_combout ), + .datac(\text_gen|char_ram~35399_combout ), + .datad(\text_gen|char_ram~35394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35402 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y41_N13 +dffeas \text_gen|char_ram~21573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N21 +dffeas \text_gen|char_ram~21797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35431 ( +// Equation(s): +// \text_gen|char_ram~35431_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21797_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21573_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21573_q ), + .datad(\text_gen|char_ram~21797_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35431 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y41_N27 +dffeas \text_gen|char_ram~21909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21685feeder ( +// Equation(s): +// \text_gen|char_ram~21685feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y42_N31 +dffeas \text_gen|char_ram~21685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35432 ( +// Equation(s): +// \text_gen|char_ram~35432_combout = (\text_gen|char_ram~35431_combout & (((\text_gen|char_ram~21909_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35431_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21685_q )))) + + .dataa(\text_gen|char_ram~35431_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21909_q ), + .datad(\text_gen|char_ram~21685_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35432 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y41_N15 +dffeas \text_gen|char_ram~21790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y41_N15 +dffeas \text_gen|char_ram~21902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21678feeder ( +// Equation(s): +// \text_gen|char_ram~21678feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21678feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y34_N3 +dffeas \text_gen|char_ram~21678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y41_N17 +dffeas \text_gen|char_ram~21566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35426 ( +// Equation(s): +// \text_gen|char_ram~35426_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21678_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~21566_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~21678_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21566_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35426 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35427 ( +// Equation(s): +// \text_gen|char_ram~35427_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35426_combout & ((\text_gen|char_ram~21902_q ))) # (!\text_gen|char_ram~35426_combout & (\text_gen|char_ram~21790_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35426_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21790_q ), + .datac(\text_gen|char_ram~21902_q ), + .datad(\text_gen|char_ram~35426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35427 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21734feeder ( +// Equation(s): +// \text_gen|char_ram~21734feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21734feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y34_N1 +dffeas \text_gen|char_ram~21734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N23 +dffeas \text_gen|char_ram~21846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N17 +dffeas \text_gen|char_ram~21622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N25 +dffeas \text_gen|char_ram~21510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35428 ( +// Equation(s): +// \text_gen|char_ram~35428_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~21622_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~21510_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21622_q ), + .datac(\text_gen|char_ram~21510_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35428 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35429 ( +// Equation(s): +// \text_gen|char_ram~35429_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35428_combout & ((\text_gen|char_ram~21846_q ))) # (!\text_gen|char_ram~35428_combout & (\text_gen|char_ram~21734_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35428_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21734_q ), + .datac(\text_gen|char_ram~21846_q ), + .datad(\text_gen|char_ram~35428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35429 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35430 ( +// Equation(s): +// \text_gen|char_ram~35430_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35427_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35429_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35427_combout ), + .datad(\text_gen|char_ram~35429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35430 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21629feeder ( +// Equation(s): +// \text_gen|char_ram~21629feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21629feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y42_N31 +dffeas \text_gen|char_ram~21629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y41_N15 +dffeas \text_gen|char_ram~21853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y41_N29 +dffeas \text_gen|char_ram~21517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y37_N29 +dffeas \text_gen|char_ram~21741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35424 ( +// Equation(s): +// \text_gen|char_ram~35424_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~21741_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21517_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21517_q ), + .datad(\text_gen|char_ram~21741_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35424 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35425 ( +// Equation(s): +// \text_gen|char_ram~35425_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35424_combout & ((\text_gen|char_ram~21853_q ))) # (!\text_gen|char_ram~35424_combout & (\text_gen|char_ram~21629_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35424_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21629_q ), + .datac(\text_gen|char_ram~21853_q ), + .datad(\text_gen|char_ram~35424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35425 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35433 ( +// Equation(s): +// \text_gen|char_ram~35433_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35430_combout & (\text_gen|char_ram~35432_combout )) # (!\text_gen|char_ram~35430_combout & ((\text_gen|char_ram~35425_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35430_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35432_combout ), + .datac(\text_gen|char_ram~35430_combout ), + .datad(\text_gen|char_ram~35425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35433 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y42_N5 +dffeas \text_gen|char_ram~125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y42_N15 +dffeas \text_gen|char_ram~349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y42_N23 +dffeas \text_gen|char_ram~13 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y42_N17 +dffeas \text_gen|char_ram~237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35413 ( +// Equation(s): +// \text_gen|char_ram~35413_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~237_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13_q ), + .datad(\text_gen|char_ram~237_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35413 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35414 ( +// Equation(s): +// \text_gen|char_ram~35414_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35413_combout & ((\text_gen|char_ram~349_q ))) # (!\text_gen|char_ram~35413_combout & (\text_gen|char_ram~125_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35413_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~125_q ), + .datac(\text_gen|char_ram~349_q ), + .datad(\text_gen|char_ram~35413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35414 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y42_N21 +dffeas \text_gen|char_ram~181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y42_N31 +dffeas \text_gen|char_ram~405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y42_N23 +dffeas \text_gen|char_ram~69 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~69_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~69 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~69 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~293feeder ( +// Equation(s): +// \text_gen|char_ram~293feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y42_N27 +dffeas \text_gen|char_ram~293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35420 ( +// Equation(s): +// \text_gen|char_ram~35420_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~293_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~69_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~69_q ), + .datad(\text_gen|char_ram~293_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35420 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35421 ( +// Equation(s): +// \text_gen|char_ram~35421_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35420_combout & ((\text_gen|char_ram~405_q ))) # (!\text_gen|char_ram~35420_combout & (\text_gen|char_ram~181_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35420_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~181_q ), + .datac(\text_gen|char_ram~405_q ), + .datad(\text_gen|char_ram~35420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35421 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y42_N31 +dffeas \text_gen|char_ram~118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y42_N31 +dffeas \text_gen|char_ram~342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y42_N1 +dffeas \text_gen|char_ram~6 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~230feeder ( +// Equation(s): +// \text_gen|char_ram~230feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y42_N7 +dffeas \text_gen|char_ram~230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35417 ( +// Equation(s): +// \text_gen|char_ram~35417_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~230_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~6_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6_q ), + .datad(\text_gen|char_ram~230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35417 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35418 ( +// Equation(s): +// \text_gen|char_ram~35418_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35417_combout & ((\text_gen|char_ram~342_q ))) # (!\text_gen|char_ram~35417_combout & (\text_gen|char_ram~118_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35417_combout )))) + + .dataa(\text_gen|char_ram~118_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~342_q ), + .datad(\text_gen|char_ram~35417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35418 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~286feeder ( +// Equation(s): +// \text_gen|char_ram~286feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y42_N17 +dffeas \text_gen|char_ram~286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y42_N19 +dffeas \text_gen|char_ram~398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y42_N5 +dffeas \text_gen|char_ram~62 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~62_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~62 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~62 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N3 +dffeas \text_gen|char_ram~174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35415 ( +// Equation(s): +// \text_gen|char_ram~35415_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~174_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~62_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~62_q ), + .datad(\text_gen|char_ram~174_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35415 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35416 ( +// Equation(s): +// \text_gen|char_ram~35416_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35415_combout & ((\text_gen|char_ram~398_q ))) # (!\text_gen|char_ram~35415_combout & (\text_gen|char_ram~286_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35415_combout )))) + + .dataa(\text_gen|char_ram~286_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~398_q ), + .datad(\text_gen|char_ram~35415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35416 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35419 ( +// Equation(s): +// \text_gen|char_ram~35419_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35416_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35418_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35418_combout ), + .datad(\text_gen|char_ram~35416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35419 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35422 ( +// Equation(s): +// \text_gen|char_ram~35422_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35419_combout & ((\text_gen|char_ram~35421_combout ))) # (!\text_gen|char_ram~35419_combout & (\text_gen|char_ram~35414_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35419_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35414_combout ), + .datac(\text_gen|char_ram~35421_combout ), + .datad(\text_gen|char_ram~35419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35422 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7293feeder ( +// Equation(s): +// \text_gen|char_ram~7293feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y45_N13 +dffeas \text_gen|char_ram~7293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y45_N19 +dffeas \text_gen|char_ram~7517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y45_N27 +dffeas \text_gen|char_ram~7405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y45_N29 +dffeas \text_gen|char_ram~7181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35403 ( +// Equation(s): +// \text_gen|char_ram~35403_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~7405_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~7181_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7405_q ), + .datac(\text_gen|char_ram~7181_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35403 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35404 ( +// Equation(s): +// \text_gen|char_ram~35404_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35403_combout & ((\text_gen|char_ram~7517_q ))) # (!\text_gen|char_ram~35403_combout & (\text_gen|char_ram~7293_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35403_combout )))) + + .dataa(\text_gen|char_ram~7293_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7517_q ), + .datad(\text_gen|char_ram~35403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35404 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N19 +dffeas \text_gen|char_ram~7237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y45_N3 +dffeas \text_gen|char_ram~7461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35410 ( +// Equation(s): +// \text_gen|char_ram~35410_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~7461_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7237_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7237_q ), + .datad(\text_gen|char_ram~7461_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35410 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y41_N1 +dffeas \text_gen|char_ram~7573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7349feeder ( +// Equation(s): +// \text_gen|char_ram~7349feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y42_N17 +dffeas \text_gen|char_ram~7349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35411 ( +// Equation(s): +// \text_gen|char_ram~35411_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35410_combout & (\text_gen|char_ram~7573_q )) # (!\text_gen|char_ram~35410_combout & ((\text_gen|char_ram~7349_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35410_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35410_combout ), + .datac(\text_gen|char_ram~7573_q ), + .datad(\text_gen|char_ram~7349_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35411 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y40_N1 +dffeas \text_gen|char_ram~7454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y44_N13 +dffeas \text_gen|char_ram~7566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y41_N31 +dffeas \text_gen|char_ram~7230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y41_N13 +dffeas \text_gen|char_ram~7342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35405 ( +// Equation(s): +// \text_gen|char_ram~35405_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~7342_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7230_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7230_q ), + .datad(\text_gen|char_ram~7342_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35405 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35406 ( +// Equation(s): +// \text_gen|char_ram~35406_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35405_combout & ((\text_gen|char_ram~7566_q ))) # (!\text_gen|char_ram~35405_combout & (\text_gen|char_ram~7454_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35405_combout )))) + + .dataa(\text_gen|char_ram~7454_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7566_q ), + .datad(\text_gen|char_ram~35405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35406 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7398feeder ( +// Equation(s): +// \text_gen|char_ram~7398feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7398feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y46_N3 +dffeas \text_gen|char_ram~7398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y46_N21 +dffeas \text_gen|char_ram~7510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7286feeder ( +// Equation(s): +// \text_gen|char_ram~7286feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y45_N5 +dffeas \text_gen|char_ram~7286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y47_N21 +dffeas \text_gen|char_ram~7174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35407 ( +// Equation(s): +// \text_gen|char_ram~35407_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~7286_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~7174_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7286_q ), + .datac(\text_gen|char_ram~7174_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35407 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35408 ( +// Equation(s): +// \text_gen|char_ram~35408_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35407_combout & ((\text_gen|char_ram~7510_q ))) # (!\text_gen|char_ram~35407_combout & (\text_gen|char_ram~7398_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35407_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7398_q ), + .datac(\text_gen|char_ram~7510_q ), + .datad(\text_gen|char_ram~35407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35408 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35409 ( +// Equation(s): +// \text_gen|char_ram~35409_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35406_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35408_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35406_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~35408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35409 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~35409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35412 ( +// Equation(s): +// \text_gen|char_ram~35412_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35409_combout & ((\text_gen|char_ram~35411_combout ))) # (!\text_gen|char_ram~35409_combout & (\text_gen|char_ram~35404_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35409_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35404_combout ), + .datac(\text_gen|char_ram~35411_combout ), + .datad(\text_gen|char_ram~35409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35412 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35423 ( +// Equation(s): +// \text_gen|char_ram~35423_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~35412_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~35422_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35422_combout ), + .datad(\text_gen|char_ram~35412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35423 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35434 ( +// Equation(s): +// \text_gen|char_ram~35434_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~35423_combout & ((\text_gen|char_ram~35433_combout ))) # (!\text_gen|char_ram~35423_combout & (\text_gen|char_ram~35402_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~35423_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~35402_combout ), + .datac(\text_gen|char_ram~35433_combout ), + .datad(\text_gen|char_ram~35423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35434 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35435 ( +// Equation(s): +// \text_gen|char_ram~35435_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~35392_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~35434_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~35392_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~35434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35435 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~35435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N29 +dffeas \text_gen|char_ram~7258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7370feeder ( +// Equation(s): +// \text_gen|char_ram~7370feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7370feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y43_N5 +dffeas \text_gen|char_ram~7370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35321 ( +// Equation(s): +// \text_gen|char_ram~35321_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~7370_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7258_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7258_q ), + .datad(\text_gen|char_ram~7370_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35321 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y43_N21 +dffeas \text_gen|char_ram~7594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7482feeder ( +// Equation(s): +// \text_gen|char_ram~7482feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7482feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7482feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7482feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y39_N11 +dffeas \text_gen|char_ram~7482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7482feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35322 ( +// Equation(s): +// \text_gen|char_ram~35322_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35321_combout & (\text_gen|char_ram~7594_q )) # (!\text_gen|char_ram~35321_combout & ((\text_gen|char_ram~7482_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35321_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35321_combout ), + .datac(\text_gen|char_ram~7594_q ), + .datad(\text_gen|char_ram~7482_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35322 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7426feeder ( +// Equation(s): +// \text_gen|char_ram~7426feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7426feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7426feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7426feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y46_N21 +dffeas \text_gen|char_ram~7426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7426feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y46_N17 +dffeas \text_gen|char_ram~7202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N9 +dffeas \text_gen|char_ram~7314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y43_N13 +dffeas \text_gen|char_ram~7538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35323 ( +// Equation(s): +// \text_gen|char_ram~35323_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~7538_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7314_q )))) # (!\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7314_q ), + .datad(\text_gen|char_ram~7538_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35323 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~35323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35324 ( +// Equation(s): +// \text_gen|char_ram~35324_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~35323_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~35323_combout & (\text_gen|char_ram~7426_q )) # (!\text_gen|char_ram~35323_combout & +// ((\text_gen|char_ram~7202_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7426_q ), + .datac(\text_gen|char_ram~7202_q ), + .datad(\text_gen|char_ram~35323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35324 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35325 ( +// Equation(s): +// \text_gen|char_ram~35325_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35322_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35324_combout ))))) + + .dataa(\text_gen|char_ram~35322_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~35324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35325 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~35325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y43_N25 +dffeas \text_gen|char_ram~7377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y43_N23 +dffeas \text_gen|char_ram~7601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7489feeder ( +// Equation(s): +// \text_gen|char_ram~7489feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y43_N17 +dffeas \text_gen|char_ram~7489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y43_N1 +dffeas \text_gen|char_ram~7265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35326 ( +// Equation(s): +// \text_gen|char_ram~35326_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~7489_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~7265_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7489_q ), + .datac(\text_gen|char_ram~7265_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35326 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35327 ( +// Equation(s): +// \text_gen|char_ram~35327_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35326_combout & ((\text_gen|char_ram~7601_q ))) # (!\text_gen|char_ram~35326_combout & (\text_gen|char_ram~7377_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35326_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7377_q ), + .datac(\text_gen|char_ram~7601_q ), + .datad(\text_gen|char_ram~35326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35327 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7321feeder ( +// Equation(s): +// \text_gen|char_ram~7321feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7321feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7321feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7321feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y36_N29 +dffeas \text_gen|char_ram~7321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7321feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y47_N13 +dffeas \text_gen|char_ram~7545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y43_N17 +dffeas \text_gen|char_ram~7209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N9 +dffeas \text_gen|char_ram~7433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35319 ( +// Equation(s): +// \text_gen|char_ram~35319_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~7433_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7209_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7209_q ), + .datad(\text_gen|char_ram~7433_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35319 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35320 ( +// Equation(s): +// \text_gen|char_ram~35320_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35319_combout & ((\text_gen|char_ram~7545_q ))) # (!\text_gen|char_ram~35319_combout & (\text_gen|char_ram~7321_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35319_combout )))) + + .dataa(\text_gen|char_ram~7321_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7545_q ), + .datad(\text_gen|char_ram~35319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35320 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35328 ( +// Equation(s): +// \text_gen|char_ram~35328_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35325_combout & (\text_gen|char_ram~35327_combout )) # (!\text_gen|char_ram~35325_combout & ((\text_gen|char_ram~35320_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~35325_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35325_combout ), + .datac(\text_gen|char_ram~35327_combout ), + .datad(\text_gen|char_ram~35320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35328 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y42_N31 +dffeas \text_gen|char_ram~97 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~97_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~97 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~97 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y42_N29 +dffeas \text_gen|char_ram~321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35336 ( +// Equation(s): +// \text_gen|char_ram~35336_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~321_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~97_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~97_q ), + .datad(\text_gen|char_ram~321_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35336 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y42_N3 +dffeas \text_gen|char_ram~433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N13 +dffeas \text_gen|char_ram~209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35337 ( +// Equation(s): +// \text_gen|char_ram~35337_combout = (\text_gen|char_ram~35336_combout & (((\text_gen|char_ram~433_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35336_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~209_q )))) + + .dataa(\text_gen|char_ram~35336_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~433_q ), + .datad(\text_gen|char_ram~209_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35337 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y42_N17 +dffeas \text_gen|char_ram~153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y42_N11 +dffeas \text_gen|char_ram~377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y42_N29 +dffeas \text_gen|char_ram~41 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~41_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~41 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~41 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~265feeder ( +// Equation(s): +// \text_gen|char_ram~265feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~265feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y42_N13 +dffeas \text_gen|char_ram~265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35329 ( +// Equation(s): +// \text_gen|char_ram~35329_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~265_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~41_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41_q ), + .datad(\text_gen|char_ram~265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35329 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35330 ( +// Equation(s): +// \text_gen|char_ram~35330_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35329_combout & ((\text_gen|char_ram~377_q ))) # (!\text_gen|char_ram~35329_combout & (\text_gen|char_ram~153_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35329_combout )))) + + .dataa(\text_gen|char_ram~153_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~377_q ), + .datad(\text_gen|char_ram~35329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35330 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y41_N13 +dffeas \text_gen|char_ram~314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N3 +dffeas \text_gen|char_ram~426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N21 +dffeas \text_gen|char_ram~90 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~90_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~90 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~90 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~202feeder ( +// Equation(s): +// \text_gen|char_ram~202feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~202feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~202feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~202feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y43_N13 +dffeas \text_gen|char_ram~202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~202feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35331 ( +// Equation(s): +// \text_gen|char_ram~35331_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~202_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~90_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~90_q ), + .datad(\text_gen|char_ram~202_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35331 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35332 ( +// Equation(s): +// \text_gen|char_ram~35332_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35331_combout & ((\text_gen|char_ram~426_q ))) # (!\text_gen|char_ram~35331_combout & (\text_gen|char_ram~314_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35331_combout )))) + + .dataa(\text_gen|char_ram~314_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~426_q ), + .datad(\text_gen|char_ram~35331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35332 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~258feeder ( +// Equation(s): +// \text_gen|char_ram~258feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~258feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~258feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~258feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y41_N23 +dffeas \text_gen|char_ram~258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~258feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y37_N1 +dffeas \text_gen|char_ram~370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y37_N5 +dffeas \text_gen|char_ram~34 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~34_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~34 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~34 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y38_N17 +dffeas \text_gen|char_ram~146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35333 ( +// Equation(s): +// \text_gen|char_ram~35333_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~146_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34_q ), + .datad(\text_gen|char_ram~146_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35333 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35334 ( +// Equation(s): +// \text_gen|char_ram~35334_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35333_combout & ((\text_gen|char_ram~370_q ))) # (!\text_gen|char_ram~35333_combout & (\text_gen|char_ram~258_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35333_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~258_q ), + .datac(\text_gen|char_ram~370_q ), + .datad(\text_gen|char_ram~35333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35334 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35335 ( +// Equation(s): +// \text_gen|char_ram~35335_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35332_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35334_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35332_combout ), + .datad(\text_gen|char_ram~35334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35335 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35338 ( +// Equation(s): +// \text_gen|char_ram~35338_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35335_combout & (\text_gen|char_ram~35337_combout )) # (!\text_gen|char_ram~35335_combout & ((\text_gen|char_ram~35330_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35335_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35337_combout ), + .datac(\text_gen|char_ram~35330_combout ), + .datad(\text_gen|char_ram~35335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35338 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35339 ( +// Equation(s): +// \text_gen|char_ram~35339_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~35328_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~35338_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35328_combout ), + .datad(\text_gen|char_ram~35338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35339 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21657feeder ( +// Equation(s): +// \text_gen|char_ram~21657feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21657feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y35_N21 +dffeas \text_gen|char_ram~21657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y35_N31 +dffeas \text_gen|char_ram~21881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y35_N7 +dffeas \text_gen|char_ram~21545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21769feeder ( +// Equation(s): +// \text_gen|char_ram~21769feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~21769feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21769feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~21769feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y35_N13 +dffeas \text_gen|char_ram~21769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21769feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35340 ( +// Equation(s): +// \text_gen|char_ram~35340_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21769_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21545_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21545_q ), + .datad(\text_gen|char_ram~21769_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35340 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35341 ( +// Equation(s): +// \text_gen|char_ram~35341_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35340_combout & ((\text_gen|char_ram~21881_q ))) # (!\text_gen|char_ram~35340_combout & (\text_gen|char_ram~21657_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35340_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21657_q ), + .datac(\text_gen|char_ram~21881_q ), + .datad(\text_gen|char_ram~35340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35341 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y31_N1 +dffeas \text_gen|char_ram~21713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N31 +dffeas \text_gen|char_ram~21937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y15_N29 +dffeas \text_gen|char_ram~21825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y15_N11 +dffeas \text_gen|char_ram~21601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35347 ( +// Equation(s): +// \text_gen|char_ram~35347_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~21825_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~21601_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21825_q ), + .datac(\text_gen|char_ram~21601_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35347 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35348 ( +// Equation(s): +// \text_gen|char_ram~35348_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35347_combout & ((\text_gen|char_ram~21937_q ))) # (!\text_gen|char_ram~35347_combout & (\text_gen|char_ram~21713_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35347_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21713_q ), + .datac(\text_gen|char_ram~21937_q ), + .datad(\text_gen|char_ram~35347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35348 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21818feeder ( +// Equation(s): +// \text_gen|char_ram~21818feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y36_N17 +dffeas \text_gen|char_ram~21818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y35_N15 +dffeas \text_gen|char_ram~21930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N11 +dffeas \text_gen|char_ram~21594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21706feeder ( +// Equation(s): +// \text_gen|char_ram~21706feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y39_N25 +dffeas \text_gen|char_ram~21706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35342 ( +// Equation(s): +// \text_gen|char_ram~35342_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21706_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21594_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21594_q ), + .datad(\text_gen|char_ram~21706_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35342 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35343 ( +// Equation(s): +// \text_gen|char_ram~35343_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35342_combout & ((\text_gen|char_ram~21930_q ))) # (!\text_gen|char_ram~35342_combout & (\text_gen|char_ram~21818_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35342_combout )))) + + .dataa(\text_gen|char_ram~21818_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21930_q ), + .datad(\text_gen|char_ram~35342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35343 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y35_N9 +dffeas \text_gen|char_ram~21762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N17 +dffeas \text_gen|char_ram~21874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y37_N3 +dffeas \text_gen|char_ram~21538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21650feeder ( +// Equation(s): +// \text_gen|char_ram~21650feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21650feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21650feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21650feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N13 +dffeas \text_gen|char_ram~21650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21650feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35344 ( +// Equation(s): +// \text_gen|char_ram~35344_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21650_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21538_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21538_q ), + .datad(\text_gen|char_ram~21650_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35344 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35345 ( +// Equation(s): +// \text_gen|char_ram~35345_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35344_combout & ((\text_gen|char_ram~21874_q ))) # (!\text_gen|char_ram~35344_combout & (\text_gen|char_ram~21762_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35344_combout )))) + + .dataa(\text_gen|char_ram~21762_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21874_q ), + .datad(\text_gen|char_ram~35344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35345 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35346 ( +// Equation(s): +// \text_gen|char_ram~35346_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35343_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35345_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35343_combout ), + .datad(\text_gen|char_ram~35345_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35346 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35349 ( +// Equation(s): +// \text_gen|char_ram~35349_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35346_combout & ((\text_gen|char_ram~35348_combout ))) # (!\text_gen|char_ram~35346_combout & (\text_gen|char_ram~35341_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35346_combout )))) + + .dataa(\text_gen|char_ram~35341_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35348_combout ), + .datad(\text_gen|char_ram~35346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35349 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y53_N31 +dffeas \text_gen|char_ram~14713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y38_N13 +dffeas \text_gen|char_ram~14377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N5 +dffeas \text_gen|char_ram~14601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35309 ( +// Equation(s): +// \text_gen|char_ram~35309_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14601_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14377_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14377_q ), + .datad(\text_gen|char_ram~14601_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35309 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14489feeder ( +// Equation(s): +// \text_gen|char_ram~14489feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y38_N17 +dffeas \text_gen|char_ram~14489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35310 ( +// Equation(s): +// \text_gen|char_ram~35310_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35309_combout & (\text_gen|char_ram~14713_q )) # (!\text_gen|char_ram~35309_combout & ((\text_gen|char_ram~14489_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35309_combout )))) + + .dataa(\text_gen|char_ram~14713_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~35309_combout ), + .datad(\text_gen|char_ram~14489_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35310 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14545feeder ( +// Equation(s): +// \text_gen|char_ram~14545feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14545feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y39_N17 +dffeas \text_gen|char_ram~14545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y46_N31 +dffeas \text_gen|char_ram~14769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y46_N17 +dffeas \text_gen|char_ram~14433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y35_N25 +dffeas \text_gen|char_ram~14657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35316 ( +// Equation(s): +// \text_gen|char_ram~35316_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14657_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14433_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14433_q ), + .datad(\text_gen|char_ram~14657_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35316 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35317 ( +// Equation(s): +// \text_gen|char_ram~35317_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35316_combout & ((\text_gen|char_ram~14769_q ))) # (!\text_gen|char_ram~35316_combout & (\text_gen|char_ram~14545_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35316_combout )))) + + .dataa(\text_gen|char_ram~14545_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14769_q ), + .datad(\text_gen|char_ram~35316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35317 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y38_N3 +dffeas \text_gen|char_ram~14370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N25 +dffeas \text_gen|char_ram~14482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35313 ( +// Equation(s): +// \text_gen|char_ram~35313_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14482_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14370_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14370_q ), + .datad(\text_gen|char_ram~14482_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35313 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y46_N31 +dffeas \text_gen|char_ram~14706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y46_N27 +dffeas \text_gen|char_ram~14594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35314 ( +// Equation(s): +// \text_gen|char_ram~35314_combout = (\text_gen|char_ram~35313_combout & (((\text_gen|char_ram~14706_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~35313_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~14594_q )))) + + .dataa(\text_gen|char_ram~35313_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14706_q ), + .datad(\text_gen|char_ram~14594_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35314 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N15 +dffeas \text_gen|char_ram~14650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y46_N1 +dffeas \text_gen|char_ram~14762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y33_N17 +dffeas \text_gen|char_ram~14426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N5 +dffeas \text_gen|char_ram~14538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35311 ( +// Equation(s): +// \text_gen|char_ram~35311_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14538_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14426_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14426_q ), + .datad(\text_gen|char_ram~14538_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35311 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35312 ( +// Equation(s): +// \text_gen|char_ram~35312_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35311_combout & ((\text_gen|char_ram~14762_q ))) # (!\text_gen|char_ram~35311_combout & (\text_gen|char_ram~14650_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35311_combout )))) + + .dataa(\text_gen|char_ram~14650_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14762_q ), + .datad(\text_gen|char_ram~35311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35312 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35315 ( +// Equation(s): +// \text_gen|char_ram~35315_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35312_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35314_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35314_combout ), + .datad(\text_gen|char_ram~35312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35315 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35318 ( +// Equation(s): +// \text_gen|char_ram~35318_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35315_combout & ((\text_gen|char_ram~35317_combout ))) # (!\text_gen|char_ram~35315_combout & (\text_gen|char_ram~35310_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35315_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35310_combout ), + .datac(\text_gen|char_ram~35317_combout ), + .datad(\text_gen|char_ram~35315_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35318 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35350 ( +// Equation(s): +// \text_gen|char_ram~35350_combout = (\text_gen|char_ram~35339_combout & ((\text_gen|char_ram~35349_combout ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~35339_combout & (((\text_gen|Add5~14_combout & \text_gen|char_ram~35318_combout )))) + + .dataa(\text_gen|char_ram~35339_combout ), + .datab(\text_gen|char_ram~35349_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~35318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35350 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~35350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y45_N9 +dffeas \text_gen|char_ram~14440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y41_N17 +dffeas \text_gen|char_ram~14552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35438 ( +// Equation(s): +// \text_gen|char_ram~35438_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14552_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14440_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14440_q ), + .datad(\text_gen|char_ram~14552_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35438 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y45_N11 +dffeas \text_gen|char_ram~14776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14664feeder ( +// Equation(s): +// \text_gen|char_ram~14664feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14664feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14664feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14664feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N9 +dffeas \text_gen|char_ram~14664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14664feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35439 ( +// Equation(s): +// \text_gen|char_ram~35439_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35438_combout & (\text_gen|char_ram~14776_q )) # (!\text_gen|char_ram~35438_combout & ((\text_gen|char_ram~14664_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35438_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35438_combout ), + .datac(\text_gen|char_ram~14776_q ), + .datad(\text_gen|char_ram~14664_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35439 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y41_N13 +dffeas \text_gen|char_ram~14384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14496feeder ( +// Equation(s): +// \text_gen|char_ram~14496feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N25 +dffeas \text_gen|char_ram~14496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35440 ( +// Equation(s): +// \text_gen|char_ram~35440_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14496_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14384_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14384_q ), + .datad(\text_gen|char_ram~14496_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35440 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y45_N1 +dffeas \text_gen|char_ram~14720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y43_N5 +dffeas \text_gen|char_ram~14608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35441 ( +// Equation(s): +// \text_gen|char_ram~35441_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35440_combout & (\text_gen|char_ram~14720_q )) # (!\text_gen|char_ram~35440_combout & ((\text_gen|char_ram~14608_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~35440_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~35440_combout ), + .datac(\text_gen|char_ram~14720_q ), + .datad(\text_gen|char_ram~14608_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35441 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35442 ( +// Equation(s): +// \text_gen|char_ram~35442_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35439_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35441_combout ))))) + + .dataa(\text_gen|char_ram~35439_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~35441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35442 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~35442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14503feeder ( +// Equation(s): +// \text_gen|char_ram~14503feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14503feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N3 +dffeas \text_gen|char_ram~14503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y42_N9 +dffeas \text_gen|char_ram~14727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y39_N25 +dffeas \text_gen|char_ram~14391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14615feeder ( +// Equation(s): +// \text_gen|char_ram~14615feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14615feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14615feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14615feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y50_N11 +dffeas \text_gen|char_ram~14615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14615feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35436 ( +// Equation(s): +// \text_gen|char_ram~35436_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14615_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14391_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14391_q ), + .datad(\text_gen|char_ram~14615_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35436 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35437 ( +// Equation(s): +// \text_gen|char_ram~35437_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35436_combout & ((\text_gen|char_ram~14727_q ))) # (!\text_gen|char_ram~35436_combout & (\text_gen|char_ram~14503_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35436_combout )))) + + .dataa(\text_gen|char_ram~14503_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14727_q ), + .datad(\text_gen|char_ram~35436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35437 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N21 +dffeas \text_gen|char_ram~14559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y42_N15 +dffeas \text_gen|char_ram~14783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y11_N3 +dffeas \text_gen|char_ram~14447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y41_N5 +dffeas \text_gen|char_ram~14671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35443 ( +// Equation(s): +// \text_gen|char_ram~35443_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~14671_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14447_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14447_q ), + .datad(\text_gen|char_ram~14671_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35443 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35444 ( +// Equation(s): +// \text_gen|char_ram~35444_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35443_combout & ((\text_gen|char_ram~14783_q ))) # (!\text_gen|char_ram~35443_combout & (\text_gen|char_ram~14559_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35443_combout )))) + + .dataa(\text_gen|char_ram~14559_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14783_q ), + .datad(\text_gen|char_ram~35443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35444 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35445 ( +// Equation(s): +// \text_gen|char_ram~35445_combout = (\text_gen|char_ram~35442_combout & (((\text_gen|char_ram~35444_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~35442_combout & (\text_gen|char_ram~35437_combout & (\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~35442_combout ), + .datab(\text_gen|char_ram~35437_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~35444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35445 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~35445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21727feeder ( +// Equation(s): +// \text_gen|char_ram~21727feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N27 +dffeas \text_gen|char_ram~21727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y46_N29 +dffeas \text_gen|char_ram~21951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y42_N11 +dffeas \text_gen|char_ram~21615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y23_N17 +dffeas \text_gen|char_ram~21839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35474 ( +// Equation(s): +// \text_gen|char_ram~35474_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21839_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21615_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21615_q ), + .datad(\text_gen|char_ram~21839_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35474 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35475 ( +// Equation(s): +// \text_gen|char_ram~35475_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35474_combout & ((\text_gen|char_ram~21951_q ))) # (!\text_gen|char_ram~35474_combout & (\text_gen|char_ram~21727_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35474_combout )))) + + .dataa(\text_gen|char_ram~21727_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21951_q ), + .datad(\text_gen|char_ram~35474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35475 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21832feeder ( +// Equation(s): +// \text_gen|char_ram~21832feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21832feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21832feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21832feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y41_N25 +dffeas \text_gen|char_ram~21832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21832feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y50_N11 +dffeas \text_gen|char_ram~21944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y50_N17 +dffeas \text_gen|char_ram~21608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21720feeder ( +// Equation(s): +// \text_gen|char_ram~21720feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N15 +dffeas \text_gen|char_ram~21720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35469 ( +// Equation(s): +// \text_gen|char_ram~35469_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21720_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21608_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21608_q ), + .datad(\text_gen|char_ram~21720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35469 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35470 ( +// Equation(s): +// \text_gen|char_ram~35470_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35469_combout & ((\text_gen|char_ram~21944_q ))) # (!\text_gen|char_ram~35469_combout & (\text_gen|char_ram~21832_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35469_combout )))) + + .dataa(\text_gen|char_ram~21832_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21944_q ), + .datad(\text_gen|char_ram~35469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35470 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21776feeder ( +// Equation(s): +// \text_gen|char_ram~21776feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21776feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21776feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21776feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y39_N9 +dffeas \text_gen|char_ram~21776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21776feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y46_N25 +dffeas \text_gen|char_ram~21888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y40_N29 +dffeas \text_gen|char_ram~21552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y40_N25 +dffeas \text_gen|char_ram~21664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35471 ( +// Equation(s): +// \text_gen|char_ram~35471_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21664_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21552_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21552_q ), + .datad(\text_gen|char_ram~21664_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35471 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35472 ( +// Equation(s): +// \text_gen|char_ram~35472_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35471_combout & ((\text_gen|char_ram~21888_q ))) # (!\text_gen|char_ram~35471_combout & (\text_gen|char_ram~21776_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35471_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21776_q ), + .datac(\text_gen|char_ram~21888_q ), + .datad(\text_gen|char_ram~35471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35472 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35473 ( +// Equation(s): +// \text_gen|char_ram~35473_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35470_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~35472_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35470_combout ), + .datad(\text_gen|char_ram~35472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35473 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21671feeder ( +// Equation(s): +// \text_gen|char_ram~21671feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21671feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y43_N15 +dffeas \text_gen|char_ram~21671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y43_N17 +dffeas \text_gen|char_ram~21895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y39_N19 +dffeas \text_gen|char_ram~21559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21783feeder ( +// Equation(s): +// \text_gen|char_ram~21783feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~21783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y34_N1 +dffeas \text_gen|char_ram~21783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35467 ( +// Equation(s): +// \text_gen|char_ram~35467_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21783_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21559_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21559_q ), + .datad(\text_gen|char_ram~21783_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35467 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35468 ( +// Equation(s): +// \text_gen|char_ram~35468_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35467_combout & ((\text_gen|char_ram~21895_q ))) # (!\text_gen|char_ram~35467_combout & (\text_gen|char_ram~21671_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35467_combout )))) + + .dataa(\text_gen|char_ram~21671_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21895_q ), + .datad(\text_gen|char_ram~35467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35468 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35476 ( +// Equation(s): +// \text_gen|char_ram~35476_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35473_combout & (\text_gen|char_ram~35475_combout )) # (!\text_gen|char_ram~35473_combout & ((\text_gen|char_ram~35468_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35473_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35475_combout ), + .datac(\text_gen|char_ram~35473_combout ), + .datad(\text_gen|char_ram~35468_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35476 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~167feeder ( +// Equation(s): +// \text_gen|char_ram~167feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~167feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y43_N25 +dffeas \text_gen|char_ram~167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y43_N19 +dffeas \text_gen|char_ram~391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y40_N23 +dffeas \text_gen|char_ram~55 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~55_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~55 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~55 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y40_N25 +dffeas \text_gen|char_ram~279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35456 ( +// Equation(s): +// \text_gen|char_ram~35456_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~279_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~55_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~55_q ), + .datad(\text_gen|char_ram~279_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35456 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35457 ( +// Equation(s): +// \text_gen|char_ram~35457_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35456_combout & ((\text_gen|char_ram~391_q ))) # (!\text_gen|char_ram~35456_combout & (\text_gen|char_ram~167_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35456_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~167_q ), + .datac(\text_gen|char_ram~391_q ), + .datad(\text_gen|char_ram~35456_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35457 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y45_N25 +dffeas \text_gen|char_ram~223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y45_N15 +dffeas \text_gen|char_ram~447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y42_N5 +dffeas \text_gen|char_ram~111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~335feeder ( +// Equation(s): +// \text_gen|char_ram~335feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~335feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~335feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~335feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y42_N17 +dffeas \text_gen|char_ram~335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~335feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35463 ( +// Equation(s): +// \text_gen|char_ram~35463_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~335_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~111_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~111_q ), + .datad(\text_gen|char_ram~335_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35463 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35464 ( +// Equation(s): +// \text_gen|char_ram~35464_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35463_combout & ((\text_gen|char_ram~447_q ))) # (!\text_gen|char_ram~35463_combout & (\text_gen|char_ram~223_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35463_combout )))) + + .dataa(\text_gen|char_ram~223_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~447_q ), + .datad(\text_gen|char_ram~35463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35464 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~272feeder ( +// Equation(s): +// \text_gen|char_ram~272feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~272feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y41_N25 +dffeas \text_gen|char_ram~272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y41_N9 +dffeas \text_gen|char_ram~384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y40_N11 +dffeas \text_gen|char_ram~48 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~48_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~48 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~48 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y40_N17 +dffeas \text_gen|char_ram~160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35460 ( +// Equation(s): +// \text_gen|char_ram~35460_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~160_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~48_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~48_q ), + .datad(\text_gen|char_ram~160_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35460 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35461 ( +// Equation(s): +// \text_gen|char_ram~35461_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35460_combout & ((\text_gen|char_ram~384_q ))) # (!\text_gen|char_ram~35460_combout & (\text_gen|char_ram~272_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35460_combout )))) + + .dataa(\text_gen|char_ram~272_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~384_q ), + .datad(\text_gen|char_ram~35460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35461 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~328feeder ( +// Equation(s): +// \text_gen|char_ram~328feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~328feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~328feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~328feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N21 +dffeas \text_gen|char_ram~328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~328feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y41_N11 +dffeas \text_gen|char_ram~440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y36_N1 +dffeas \text_gen|char_ram~104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~216feeder ( +// Equation(s): +// \text_gen|char_ram~216feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~216feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y20_N15 +dffeas \text_gen|char_ram~216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35458 ( +// Equation(s): +// \text_gen|char_ram~35458_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~216_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~104_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~104_q ), + .datad(\text_gen|char_ram~216_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35458 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35459 ( +// Equation(s): +// \text_gen|char_ram~35459_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35458_combout & ((\text_gen|char_ram~440_q ))) # (!\text_gen|char_ram~35458_combout & (\text_gen|char_ram~328_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35458_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~328_q ), + .datac(\text_gen|char_ram~440_q ), + .datad(\text_gen|char_ram~35458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35459 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35462 ( +// Equation(s): +// \text_gen|char_ram~35462_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~35459_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~35461_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35461_combout ), + .datad(\text_gen|char_ram~35459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35462 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35465 ( +// Equation(s): +// \text_gen|char_ram~35465_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35462_combout & ((\text_gen|char_ram~35464_combout ))) # (!\text_gen|char_ram~35462_combout & (\text_gen|char_ram~35457_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35462_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35457_combout ), + .datac(\text_gen|char_ram~35464_combout ), + .datad(\text_gen|char_ram~35462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35465 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7391feeder ( +// Equation(s): +// \text_gen|char_ram~7391feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y49_N25 +dffeas \text_gen|char_ram~7391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y49_N3 +dffeas \text_gen|char_ram~7615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y49_N25 +dffeas \text_gen|char_ram~7279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y49_N25 +dffeas \text_gen|char_ram~7503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35453 ( +// Equation(s): +// \text_gen|char_ram~35453_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~7503_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7279_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7279_q ), + .datad(\text_gen|char_ram~7503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35453 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35454 ( +// Equation(s): +// \text_gen|char_ram~35454_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35453_combout & ((\text_gen|char_ram~7615_q ))) # (!\text_gen|char_ram~35453_combout & (\text_gen|char_ram~7391_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35453_combout )))) + + .dataa(\text_gen|char_ram~7391_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7615_q ), + .datad(\text_gen|char_ram~35453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35454 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y52_N21 +dffeas \text_gen|char_ram~7496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y54_N3 +dffeas \text_gen|char_ram~7384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y51_N29 +dffeas \text_gen|char_ram~7272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35448 ( +// Equation(s): +// \text_gen|char_ram~35448_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~7384_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~7272_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~7384_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7272_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35448 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N19 +dffeas \text_gen|char_ram~7608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35449 ( +// Equation(s): +// \text_gen|char_ram~35449_combout = (\text_gen|char_ram~35448_combout & (((\text_gen|char_ram~7608_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35448_combout & (\text_gen|char_ram~7496_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~7496_q ), + .datab(\text_gen|char_ram~35448_combout ), + .datac(\text_gen|char_ram~7608_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35449 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7440feeder ( +// Equation(s): +// \text_gen|char_ram~7440feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7440feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y43_N17 +dffeas \text_gen|char_ram~7440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y47_N11 +dffeas \text_gen|char_ram~7552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y36_N5 +dffeas \text_gen|char_ram~7328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y47_N29 +dffeas \text_gen|char_ram~7216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35450 ( +// Equation(s): +// \text_gen|char_ram~35450_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~7328_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~7216_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7328_q ), + .datac(\text_gen|char_ram~7216_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35450 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~35450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35451 ( +// Equation(s): +// \text_gen|char_ram~35451_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35450_combout & ((\text_gen|char_ram~7552_q ))) # (!\text_gen|char_ram~35450_combout & (\text_gen|char_ram~7440_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35450_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7440_q ), + .datac(\text_gen|char_ram~7552_q ), + .datad(\text_gen|char_ram~35450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35451 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35452 ( +// Equation(s): +// \text_gen|char_ram~35452_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~35449_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~35451_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~35449_combout ), + .datad(\text_gen|char_ram~35451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35452 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y50_N13 +dffeas \text_gen|char_ram~7335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y50_N7 +dffeas \text_gen|char_ram~7559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N7 +dffeas \text_gen|char_ram~7223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7447feeder ( +// Equation(s): +// \text_gen|char_ram~7447feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7447feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7447feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7447feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y44_N25 +dffeas \text_gen|char_ram~7447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7447feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35446 ( +// Equation(s): +// \text_gen|char_ram~35446_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~7447_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7223_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7223_q ), + .datad(\text_gen|char_ram~7447_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35446 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35447 ( +// Equation(s): +// \text_gen|char_ram~35447_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35446_combout & ((\text_gen|char_ram~7559_q ))) # (!\text_gen|char_ram~35446_combout & (\text_gen|char_ram~7335_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35446_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7335_q ), + .datac(\text_gen|char_ram~7559_q ), + .datad(\text_gen|char_ram~35446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35447 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35455 ( +// Equation(s): +// \text_gen|char_ram~35455_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35452_combout & (\text_gen|char_ram~35454_combout )) # (!\text_gen|char_ram~35452_combout & ((\text_gen|char_ram~35447_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35452_combout )))) + + .dataa(\text_gen|char_ram~35454_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35452_combout ), + .datad(\text_gen|char_ram~35447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35455 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35466 ( +// Equation(s): +// \text_gen|char_ram~35466_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~35455_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~35465_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35465_combout ), + .datad(\text_gen|char_ram~35455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35466 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35477 ( +// Equation(s): +// \text_gen|char_ram~35477_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~35466_combout & ((\text_gen|char_ram~35476_combout ))) # (!\text_gen|char_ram~35466_combout & (\text_gen|char_ram~35445_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~35466_combout )))) + + .dataa(\text_gen|char_ram~35445_combout ), + .datab(\text_gen|char_ram~35476_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~35466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35477 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~35477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35478 ( +// Equation(s): +// \text_gen|char_ram~35478_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35435_combout & ((\text_gen|char_ram~35477_combout ))) # (!\text_gen|char_ram~35435_combout & (\text_gen|char_ram~35350_combout )))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~35435_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~35435_combout ), + .datac(\text_gen|char_ram~35350_combout ), + .datad(\text_gen|char_ram~35477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35478 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~35478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35479 ( +// Equation(s): +// \text_gen|char_ram~35479_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~35308_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~35478_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~35308_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~35478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35479 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~35479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y37_N5 +dffeas \text_gen|char_ram~2043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N21 +dffeas \text_gen|char_ram~2155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y44_N21 +dffeas \text_gen|char_ram~1819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y44_N11 +dffeas \text_gen|char_ram~1931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34983 ( +// Equation(s): +// \text_gen|char_ram~34983_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1931_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1819_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1819_q ), + .datad(\text_gen|char_ram~1931_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34983 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34984 ( +// Equation(s): +// \text_gen|char_ram~34984_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34983_combout & ((\text_gen|char_ram~2155_q ))) # (!\text_gen|char_ram~34983_combout & (\text_gen|char_ram~2043_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34983_combout )))) + + .dataa(\text_gen|char_ram~2043_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2155_q ), + .datad(\text_gen|char_ram~34983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34984 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y40_N15 +dffeas \text_gen|char_ram~1847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y40_N29 +dffeas \text_gen|char_ram~1959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34981 ( +// Equation(s): +// \text_gen|char_ram~34981_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1959_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1847_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1847_q ), + .datad(\text_gen|char_ram~1959_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34981 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y40_N21 +dffeas \text_gen|char_ram~2183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y40_N25 +dffeas \text_gen|char_ram~2071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34982 ( +// Equation(s): +// \text_gen|char_ram~34982_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34981_combout & (\text_gen|char_ram~2183_q )) # (!\text_gen|char_ram~34981_combout & ((\text_gen|char_ram~2071_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34981_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34981_combout ), + .datac(\text_gen|char_ram~2183_q ), + .datad(\text_gen|char_ram~2071_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34982 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34985 ( +// Equation(s): +// \text_gen|char_ram~34985_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~34982_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34984_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34984_combout ), + .datad(\text_gen|char_ram~34982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34985 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16295feeder ( +// Equation(s): +// \text_gen|char_ram~16295feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16295feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16295feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16295feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y24_N17 +dffeas \text_gen|char_ram~16295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16295feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y22_N7 +dffeas \text_gen|char_ram~16519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y22_N17 +dffeas \text_gen|char_ram~16183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16407feeder ( +// Equation(s): +// \text_gen|char_ram~16407feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16407feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16407feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16407feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y22_N5 +dffeas \text_gen|char_ram~16407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16407feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34986 ( +// Equation(s): +// \text_gen|char_ram~34986_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16407_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16183_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16183_q ), + .datad(\text_gen|char_ram~16407_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34986 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34987 ( +// Equation(s): +// \text_gen|char_ram~34987_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34986_combout & ((\text_gen|char_ram~16519_q ))) # (!\text_gen|char_ram~34986_combout & (\text_gen|char_ram~16295_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34986_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16295_q ), + .datac(\text_gen|char_ram~16519_q ), + .datad(\text_gen|char_ram~34986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34987 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16267feeder ( +// Equation(s): +// \text_gen|char_ram~16267feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16267feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16267feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16267feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y24_N17 +dffeas \text_gen|char_ram~16267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16267feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N17 +dffeas \text_gen|char_ram~16491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y26_N23 +dffeas \text_gen|char_ram~16155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y26_N1 +dffeas \text_gen|char_ram~16379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34979 ( +// Equation(s): +// \text_gen|char_ram~34979_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16379_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16155_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16155_q ), + .datad(\text_gen|char_ram~16379_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34979 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34980 ( +// Equation(s): +// \text_gen|char_ram~34980_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34979_combout & ((\text_gen|char_ram~16491_q ))) # (!\text_gen|char_ram~34979_combout & (\text_gen|char_ram~16267_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34979_combout )))) + + .dataa(\text_gen|char_ram~16267_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16491_q ), + .datad(\text_gen|char_ram~34979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34980 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34988 ( +// Equation(s): +// \text_gen|char_ram~34988_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34985_combout & (\text_gen|char_ram~34987_combout )) # (!\text_gen|char_ram~34985_combout & ((\text_gen|char_ram~34980_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~34985_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34985_combout ), + .datac(\text_gen|char_ram~34987_combout ), + .datad(\text_gen|char_ram~34980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34988 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y24_N31 +dffeas \text_gen|char_ram~16253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y24_N5 +dffeas \text_gen|char_ram~16477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y23_N3 +dffeas \text_gen|char_ram~16365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N25 +dffeas \text_gen|char_ram~16141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34989 ( +// Equation(s): +// \text_gen|char_ram~34989_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16365_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16141_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16365_q ), + .datac(\text_gen|char_ram~16141_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34989 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34990 ( +// Equation(s): +// \text_gen|char_ram~34990_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34989_combout & ((\text_gen|char_ram~16477_q ))) # (!\text_gen|char_ram~34989_combout & (\text_gen|char_ram~16253_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34989_combout )))) + + .dataa(\text_gen|char_ram~16253_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16477_q ), + .datad(\text_gen|char_ram~34989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34990 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y30_N9 +dffeas \text_gen|char_ram~16281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16281 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y38_N19 +dffeas \text_gen|char_ram~16505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y38_N25 +dffeas \text_gen|char_ram~16169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y42_N3 +dffeas \text_gen|char_ram~16393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34996 ( +// Equation(s): +// \text_gen|char_ram~34996_combout = (\text_gen|Add5~2_combout & (((\text_gen|char_ram~16393_q ) # (\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16169_q & ((!\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16169_q ), + .datac(\text_gen|char_ram~16393_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34996 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~34996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34997 ( +// Equation(s): +// \text_gen|char_ram~34997_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34996_combout & ((\text_gen|char_ram~16505_q ))) # (!\text_gen|char_ram~34996_combout & (\text_gen|char_ram~16281_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34996_combout )))) + + .dataa(\text_gen|char_ram~16281_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16505_q ), + .datad(\text_gen|char_ram~34996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34997 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2029feeder ( +// Equation(s): +// \text_gen|char_ram~2029feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2029feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y38_N9 +dffeas \text_gen|char_ram~2029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y38_N13 +dffeas \text_gen|char_ram~2141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y38_N7 +dffeas \text_gen|char_ram~1805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N3 +dffeas \text_gen|char_ram~1917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34993 ( +// Equation(s): +// \text_gen|char_ram~34993_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~1917_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1805_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1805_q ), + .datad(\text_gen|char_ram~1917_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34993 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34994 ( +// Equation(s): +// \text_gen|char_ram~34994_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34993_combout & ((\text_gen|char_ram~2141_q ))) # (!\text_gen|char_ram~34993_combout & (\text_gen|char_ram~2029_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34993_combout )))) + + .dataa(\text_gen|char_ram~2029_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2141_q ), + .datad(\text_gen|char_ram~34993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34994 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2057feeder ( +// Equation(s): +// \text_gen|char_ram~2057feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2057feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2057feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2057feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y38_N9 +dffeas \text_gen|char_ram~2057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2057feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N9 +dffeas \text_gen|char_ram~2169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y38_N21 +dffeas \text_gen|char_ram~1833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1945feeder ( +// Equation(s): +// \text_gen|char_ram~1945feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1945feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1945feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1945feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y38_N17 +dffeas \text_gen|char_ram~1945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1945feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34991 ( +// Equation(s): +// \text_gen|char_ram~34991_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~1945_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1833_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1833_q ), + .datad(\text_gen|char_ram~1945_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34991 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34992 ( +// Equation(s): +// \text_gen|char_ram~34992_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34991_combout & ((\text_gen|char_ram~2169_q ))) # (!\text_gen|char_ram~34991_combout & (\text_gen|char_ram~2057_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34991_combout )))) + + .dataa(\text_gen|char_ram~2057_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2169_q ), + .datad(\text_gen|char_ram~34991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34992 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34995 ( +// Equation(s): +// \text_gen|char_ram~34995_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~34992_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34994_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34994_combout ), + .datad(\text_gen|char_ram~34992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34995 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34998 ( +// Equation(s): +// \text_gen|char_ram~34998_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34995_combout & ((\text_gen|char_ram~34997_combout ))) # (!\text_gen|char_ram~34995_combout & (\text_gen|char_ram~34990_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34995_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34990_combout ), + .datac(\text_gen|char_ram~34997_combout ), + .datad(\text_gen|char_ram~34995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34998 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34999 ( +// Equation(s): +// \text_gen|char_ram~34999_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~34988_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~34998_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34988_combout ), + .datad(\text_gen|char_ram~34998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34999 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y38_N25 +dffeas \text_gen|char_ram~23463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y38_N11 +dffeas \text_gen|char_ram~23687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y40_N1 +dffeas \text_gen|char_ram~23351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N21 +dffeas \text_gen|char_ram~23575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35007 ( +// Equation(s): +// \text_gen|char_ram~35007_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23575_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23351_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23351_q ), + .datad(\text_gen|char_ram~23575_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35007 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35008 ( +// Equation(s): +// \text_gen|char_ram~35008_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35007_combout & ((\text_gen|char_ram~23687_q ))) # (!\text_gen|char_ram~35007_combout & (\text_gen|char_ram~23463_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35007_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23463_q ), + .datac(\text_gen|char_ram~23687_q ), + .datad(\text_gen|char_ram~35007_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35008 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N3 +dffeas \text_gen|char_ram~23659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y44_N1 +dffeas \text_gen|char_ram~23435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y44_N7 +dffeas \text_gen|char_ram~23323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23547feeder ( +// Equation(s): +// \text_gen|char_ram~23547feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23547feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23547feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23547feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y28_N5 +dffeas \text_gen|char_ram~23547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23547feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35000 ( +// Equation(s): +// \text_gen|char_ram~35000_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23547_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23323_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23323_q ), + .datad(\text_gen|char_ram~23547_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35000 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35001 ( +// Equation(s): +// \text_gen|char_ram~35001_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35000_combout & (\text_gen|char_ram~23659_q )) # (!\text_gen|char_ram~35000_combout & ((\text_gen|char_ram~23435_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35000_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23659_q ), + .datac(\text_gen|char_ram~23435_q ), + .datad(\text_gen|char_ram~35000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35001 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N1 +dffeas \text_gen|char_ram~9211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y44_N17 +dffeas \text_gen|char_ram~8987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y44_N27 +dffeas \text_gen|char_ram~9099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35004 ( +// Equation(s): +// \text_gen|char_ram~35004_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9099_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8987_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8987_q ), + .datad(\text_gen|char_ram~9099_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35004 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N3 +dffeas \text_gen|char_ram~9323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35005 ( +// Equation(s): +// \text_gen|char_ram~35005_combout = (\text_gen|char_ram~35004_combout & (((\text_gen|char_ram~9323_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35004_combout & (\text_gen|char_ram~9211_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~9211_q ), + .datab(\text_gen|char_ram~35004_combout ), + .datac(\text_gen|char_ram~9323_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35005 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9239feeder ( +// Equation(s): +// \text_gen|char_ram~9239feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9239feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9239feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9239feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N13 +dffeas \text_gen|char_ram~9239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9239feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y44_N21 +dffeas \text_gen|char_ram~9351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y40_N9 +dffeas \text_gen|char_ram~9015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9127feeder ( +// Equation(s): +// \text_gen|char_ram~9127feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9127feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9127feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9127feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N29 +dffeas \text_gen|char_ram~9127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9127feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35002 ( +// Equation(s): +// \text_gen|char_ram~35002_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9127_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9015_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9015_q ), + .datad(\text_gen|char_ram~9127_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35002 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35003 ( +// Equation(s): +// \text_gen|char_ram~35003_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35002_combout & ((\text_gen|char_ram~9351_q ))) # (!\text_gen|char_ram~35002_combout & (\text_gen|char_ram~9239_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35002_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9239_q ), + .datac(\text_gen|char_ram~9351_q ), + .datad(\text_gen|char_ram~35002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35003 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35006 ( +// Equation(s): +// \text_gen|char_ram~35006_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~35003_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~35005_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~35005_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~35003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35006 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~35006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35009 ( +// Equation(s): +// \text_gen|char_ram~35009_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~35006_combout & (\text_gen|char_ram~35008_combout )) # (!\text_gen|char_ram~35006_combout & ((\text_gen|char_ram~35001_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~35006_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~35008_combout ), + .datac(\text_gen|char_ram~35001_combout ), + .datad(\text_gen|char_ram~35006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35009 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9197feeder ( +// Equation(s): +// \text_gen|char_ram~9197feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9197feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9197feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9197feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y36_N21 +dffeas \text_gen|char_ram~9197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9197feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y41_N15 +dffeas \text_gen|char_ram~9309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y41_N29 +dffeas \text_gen|char_ram~8973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y43_N21 +dffeas \text_gen|char_ram~9085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34973 ( +// Equation(s): +// \text_gen|char_ram~34973_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9085_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~8973_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8973_q ), + .datad(\text_gen|char_ram~9085_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34973 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34974 ( +// Equation(s): +// \text_gen|char_ram~34974_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34973_combout & ((\text_gen|char_ram~9309_q ))) # (!\text_gen|char_ram~34973_combout & (\text_gen|char_ram~9197_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34973_combout )))) + + .dataa(\text_gen|char_ram~9197_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9309_q ), + .datad(\text_gen|char_ram~34973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34974 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y39_N21 +dffeas \text_gen|char_ram~9225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y39_N7 +dffeas \text_gen|char_ram~9337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y39_N25 +dffeas \text_gen|char_ram~9001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y39_N13 +dffeas \text_gen|char_ram~9113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34971 ( +// Equation(s): +// \text_gen|char_ram~34971_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9113_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9001_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9001_q ), + .datad(\text_gen|char_ram~9113_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34971 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34972 ( +// Equation(s): +// \text_gen|char_ram~34972_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34971_combout & ((\text_gen|char_ram~9337_q ))) # (!\text_gen|char_ram~34971_combout & (\text_gen|char_ram~9225_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34971_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9225_q ), + .datac(\text_gen|char_ram~9337_q ), + .datad(\text_gen|char_ram~34971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34972 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34975 ( +// Equation(s): +// \text_gen|char_ram~34975_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~34972_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34974_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~34974_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~34972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34975 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~34975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23673feeder ( +// Equation(s): +// \text_gen|char_ram~23673feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23673feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y38_N17 +dffeas \text_gen|char_ram~23673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y38_N17 +dffeas \text_gen|char_ram~23449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y38_N11 +dffeas \text_gen|char_ram~23337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y38_N1 +dffeas \text_gen|char_ram~23561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34976 ( +// Equation(s): +// \text_gen|char_ram~34976_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23561_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23337_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23337_q ), + .datad(\text_gen|char_ram~23561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34976 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34977 ( +// Equation(s): +// \text_gen|char_ram~34977_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34976_combout & (\text_gen|char_ram~23673_q )) # (!\text_gen|char_ram~34976_combout & ((\text_gen|char_ram~23449_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34976_combout )))) + + .dataa(\text_gen|char_ram~23673_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23449_q ), + .datad(\text_gen|char_ram~34976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34977 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N29 +dffeas \text_gen|char_ram~23645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y40_N5 +dffeas \text_gen|char_ram~23421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y38_N17 +dffeas \text_gen|char_ram~23309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23533feeder ( +// Equation(s): +// \text_gen|char_ram~23533feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y30_N21 +dffeas \text_gen|char_ram~23533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34969 ( +// Equation(s): +// \text_gen|char_ram~34969_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23533_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23309_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23309_q ), + .datad(\text_gen|char_ram~23533_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34969 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34970 ( +// Equation(s): +// \text_gen|char_ram~34970_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34969_combout & (\text_gen|char_ram~23645_q )) # (!\text_gen|char_ram~34969_combout & ((\text_gen|char_ram~23421_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34969_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23645_q ), + .datac(\text_gen|char_ram~23421_q ), + .datad(\text_gen|char_ram~34969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34970 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34978 ( +// Equation(s): +// \text_gen|char_ram~34978_combout = (\text_gen|char_ram~34975_combout & (((\text_gen|char_ram~34977_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~34975_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34970_combout )))) + + .dataa(\text_gen|char_ram~34975_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34977_combout ), + .datad(\text_gen|char_ram~34970_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34978 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35010 ( +// Equation(s): +// \text_gen|char_ram~35010_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34999_combout & (\text_gen|char_ram~35009_combout )) # (!\text_gen|char_ram~34999_combout & ((\text_gen|char_ram~34978_combout ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~34999_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~34999_combout ), + .datac(\text_gen|char_ram~35009_combout ), + .datad(\text_gen|char_ram~34978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35010 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y42_N29 +dffeas \text_gen|char_ram~16288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y42_N15 +dffeas \text_gen|char_ram~16512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16400feeder ( +// Equation(s): +// \text_gen|char_ram~16400feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y44_N5 +dffeas \text_gen|char_ram~16400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y48_N1 +dffeas \text_gen|char_ram~16176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35070 ( +// Equation(s): +// \text_gen|char_ram~35070_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16400_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~16176_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~16400_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16176_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35070 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35071 ( +// Equation(s): +// \text_gen|char_ram~35071_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35070_combout & ((\text_gen|char_ram~16512_q ))) # (!\text_gen|char_ram~35070_combout & (\text_gen|char_ram~16288_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35070_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16288_q ), + .datac(\text_gen|char_ram~16512_q ), + .datad(\text_gen|char_ram~35070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35071 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y43_N21 +dffeas \text_gen|char_ram~16260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y36_N7 +dffeas \text_gen|char_ram~16484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y36_N21 +dffeas \text_gen|char_ram~16148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16372feeder ( +// Equation(s): +// \text_gen|char_ram~16372feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16372feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y40_N17 +dffeas \text_gen|char_ram~16372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35063 ( +// Equation(s): +// \text_gen|char_ram~35063_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~16372_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16148_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16148_q ), + .datad(\text_gen|char_ram~16372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35063 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35064 ( +// Equation(s): +// \text_gen|char_ram~35064_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35063_combout & ((\text_gen|char_ram~16484_q ))) # (!\text_gen|char_ram~35063_combout & (\text_gen|char_ram~16260_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35063_combout )))) + + .dataa(\text_gen|char_ram~16260_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16484_q ), + .datad(\text_gen|char_ram~35063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35064 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16358feeder ( +// Equation(s): +// \text_gen|char_ram~16358feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16358feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16358feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16358feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y36_N25 +dffeas \text_gen|char_ram~16358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16358feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y36_N23 +dffeas \text_gen|char_ram~16470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16246feeder ( +// Equation(s): +// \text_gen|char_ram~16246feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16246feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16246feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16246feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y35_N3 +dffeas \text_gen|char_ram~16246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16246feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y36_N29 +dffeas \text_gen|char_ram~16134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35067 ( +// Equation(s): +// \text_gen|char_ram~35067_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16246_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16134_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16246_q ), + .datac(\text_gen|char_ram~16134_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35067 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35068 ( +// Equation(s): +// \text_gen|char_ram~35068_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35067_combout & ((\text_gen|char_ram~16470_q ))) # (!\text_gen|char_ram~35067_combout & (\text_gen|char_ram~16358_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35067_combout )))) + + .dataa(\text_gen|char_ram~16358_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16470_q ), + .datad(\text_gen|char_ram~35067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35068 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16386feeder ( +// Equation(s): +// \text_gen|char_ram~16386feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y40_N29 +dffeas \text_gen|char_ram~16386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y36_N21 +dffeas \text_gen|char_ram~16498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y38_N25 +dffeas \text_gen|char_ram~16162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N1 +dffeas \text_gen|char_ram~16274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35065 ( +// Equation(s): +// \text_gen|char_ram~35065_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16274_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16162_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16162_q ), + .datad(\text_gen|char_ram~16274_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35065 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35066 ( +// Equation(s): +// \text_gen|char_ram~35066_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35065_combout & ((\text_gen|char_ram~16498_q ))) # (!\text_gen|char_ram~35065_combout & (\text_gen|char_ram~16386_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35065_combout )))) + + .dataa(\text_gen|char_ram~16386_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16498_q ), + .datad(\text_gen|char_ram~35065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35066 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35069 ( +// Equation(s): +// \text_gen|char_ram~35069_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~35066_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~35068_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35068_combout ), + .datad(\text_gen|char_ram~35066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35069 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35072 ( +// Equation(s): +// \text_gen|char_ram~35072_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35069_combout & (\text_gen|char_ram~35071_combout )) # (!\text_gen|char_ram~35069_combout & ((\text_gen|char_ram~35064_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35069_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35071_combout ), + .datac(\text_gen|char_ram~35064_combout ), + .datad(\text_gen|char_ram~35069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35072 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y40_N29 +dffeas \text_gen|char_ram~1952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y40_N23 +dffeas \text_gen|char_ram~2176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y40_N29 +dffeas \text_gen|char_ram~2064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y40_N27 +dffeas \text_gen|char_ram~1840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35080 ( +// Equation(s): +// \text_gen|char_ram~35080_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~2064_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~1840_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2064_q ), + .datac(\text_gen|char_ram~1840_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35080 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35081 ( +// Equation(s): +// \text_gen|char_ram~35081_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35080_combout & ((\text_gen|char_ram~2176_q ))) # (!\text_gen|char_ram~35080_combout & (\text_gen|char_ram~1952_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35080_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~1952_q ), + .datac(\text_gen|char_ram~2176_q ), + .datad(\text_gen|char_ram~35080_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35081 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1924feeder ( +// Equation(s): +// \text_gen|char_ram~1924feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1924feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1924feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1924feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y40_N13 +dffeas \text_gen|char_ram~1924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1924feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1924 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y40_N29 +dffeas \text_gen|char_ram~2148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y40_N21 +dffeas \text_gen|char_ram~1812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N29 +dffeas \text_gen|char_ram~2036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35073 ( +// Equation(s): +// \text_gen|char_ram~35073_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~2036_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1812_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1812_q ), + .datad(\text_gen|char_ram~2036_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35073 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35074 ( +// Equation(s): +// \text_gen|char_ram~35074_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35073_combout & ((\text_gen|char_ram~2148_q ))) # (!\text_gen|char_ram~35073_combout & (\text_gen|char_ram~1924_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35073_combout )))) + + .dataa(\text_gen|char_ram~1924_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2148_q ), + .datad(\text_gen|char_ram~35073_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35074 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2022feeder ( +// Equation(s): +// \text_gen|char_ram~2022feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2022feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2022feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2022feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y38_N31 +dffeas \text_gen|char_ram~2022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2022feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N3 +dffeas \text_gen|char_ram~2134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y38_N9 +dffeas \text_gen|char_ram~1798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1910feeder ( +// Equation(s): +// \text_gen|char_ram~1910feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1910feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1910feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1910feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y38_N11 +dffeas \text_gen|char_ram~1910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1910feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35077 ( +// Equation(s): +// \text_gen|char_ram~35077_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1910_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1798_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1798_q ), + .datad(\text_gen|char_ram~1910_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35077 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35078 ( +// Equation(s): +// \text_gen|char_ram~35078_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35077_combout & ((\text_gen|char_ram~2134_q ))) # (!\text_gen|char_ram~35077_combout & (\text_gen|char_ram~2022_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35077_combout )))) + + .dataa(\text_gen|char_ram~2022_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2134_q ), + .datad(\text_gen|char_ram~35077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35078 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y39_N13 +dffeas \text_gen|char_ram~2050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y39_N31 +dffeas \text_gen|char_ram~2162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y39_N25 +dffeas \text_gen|char_ram~1826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1938feeder ( +// Equation(s): +// \text_gen|char_ram~1938feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1938feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y39_N17 +dffeas \text_gen|char_ram~1938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35075 ( +// Equation(s): +// \text_gen|char_ram~35075_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1938_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1826_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1826_q ), + .datad(\text_gen|char_ram~1938_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35075 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35076 ( +// Equation(s): +// \text_gen|char_ram~35076_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35075_combout & ((\text_gen|char_ram~2162_q ))) # (!\text_gen|char_ram~35075_combout & (\text_gen|char_ram~2050_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35075_combout )))) + + .dataa(\text_gen|char_ram~2050_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2162_q ), + .datad(\text_gen|char_ram~35075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35076 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35079 ( +// Equation(s): +// \text_gen|char_ram~35079_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~35076_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~35078_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35078_combout ), + .datac(\text_gen|char_ram~35076_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~35079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35079 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~35079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35082 ( +// Equation(s): +// \text_gen|char_ram~35082_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35079_combout & (\text_gen|char_ram~35081_combout )) # (!\text_gen|char_ram~35079_combout & ((\text_gen|char_ram~35074_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35079_combout )))) + + .dataa(\text_gen|char_ram~35081_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35074_combout ), + .datad(\text_gen|char_ram~35079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35082 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35083 ( +// Equation(s): +// \text_gen|char_ram~35083_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~35072_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~35082_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35072_combout ), + .datad(\text_gen|char_ram~35082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35083 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y37_N23 +dffeas \text_gen|char_ram~23428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y39_N1 +dffeas \text_gen|char_ram~23652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y32_N13 +dffeas \text_gen|char_ram~23540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y40_N15 +dffeas \text_gen|char_ram~23316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35084 ( +// Equation(s): +// \text_gen|char_ram~35084_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~23540_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~23316_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23540_q ), + .datac(\text_gen|char_ram~23316_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35084 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~35084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35085 ( +// Equation(s): +// \text_gen|char_ram~35085_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35084_combout & ((\text_gen|char_ram~23652_q ))) # (!\text_gen|char_ram~35084_combout & (\text_gen|char_ram~23428_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35084_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23428_q ), + .datac(\text_gen|char_ram~23652_q ), + .datad(\text_gen|char_ram~35084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35085 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y40_N9 +dffeas \text_gen|char_ram~23456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y40_N15 +dffeas \text_gen|char_ram~23680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y40_N9 +dffeas \text_gen|char_ram~23344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23568feeder ( +// Equation(s): +// \text_gen|char_ram~23568feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23568feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23568feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23568feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N23 +dffeas \text_gen|char_ram~23568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23568feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35091 ( +// Equation(s): +// \text_gen|char_ram~35091_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23568_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23344_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23344_q ), + .datad(\text_gen|char_ram~23568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35091 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35092 ( +// Equation(s): +// \text_gen|char_ram~35092_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35091_combout & ((\text_gen|char_ram~23680_q ))) # (!\text_gen|char_ram~35091_combout & (\text_gen|char_ram~23456_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35091_combout )))) + + .dataa(\text_gen|char_ram~23456_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23680_q ), + .datad(\text_gen|char_ram~35091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35092 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23526feeder ( +// Equation(s): +// \text_gen|char_ram~23526feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y36_N25 +dffeas \text_gen|char_ram~23526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y39_N7 +dffeas \text_gen|char_ram~23638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y38_N7 +dffeas \text_gen|char_ram~23302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23414feeder ( +// Equation(s): +// \text_gen|char_ram~23414feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23414feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23414feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23414feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y38_N7 +dffeas \text_gen|char_ram~23414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23414feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35088 ( +// Equation(s): +// \text_gen|char_ram~35088_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23414_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23302_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23302_q ), + .datad(\text_gen|char_ram~23414_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35088 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35089 ( +// Equation(s): +// \text_gen|char_ram~35089_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35088_combout & ((\text_gen|char_ram~23638_q ))) # (!\text_gen|char_ram~35088_combout & (\text_gen|char_ram~23526_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35088_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23526_q ), + .datac(\text_gen|char_ram~23638_q ), + .datad(\text_gen|char_ram~35088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35089 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y39_N11 +dffeas \text_gen|char_ram~23330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23442feeder ( +// Equation(s): +// \text_gen|char_ram~23442feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y39_N15 +dffeas \text_gen|char_ram~23442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35086 ( +// Equation(s): +// \text_gen|char_ram~35086_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23442_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23330_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23330_q ), + .datad(\text_gen|char_ram~23442_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35086 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y39_N9 +dffeas \text_gen|char_ram~23554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y39_N29 +dffeas \text_gen|char_ram~23666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35087 ( +// Equation(s): +// \text_gen|char_ram~35087_combout = (\text_gen|char_ram~35086_combout & (((\text_gen|char_ram~23666_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35086_combout & (\text_gen|char_ram~23554_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~35086_combout ), + .datab(\text_gen|char_ram~23554_q ), + .datac(\text_gen|char_ram~23666_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35087 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~35087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35090 ( +// Equation(s): +// \text_gen|char_ram~35090_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~35087_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~35089_combout )))) + + .dataa(\text_gen|char_ram~35089_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~35087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35090 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~35090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35093 ( +// Equation(s): +// \text_gen|char_ram~35093_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35090_combout & ((\text_gen|char_ram~35092_combout ))) # (!\text_gen|char_ram~35090_combout & (\text_gen|char_ram~35085_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35090_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35085_combout ), + .datac(\text_gen|char_ram~35092_combout ), + .datad(\text_gen|char_ram~35090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35093 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y39_N15 +dffeas \text_gen|char_ram~9008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9232feeder ( +// Equation(s): +// \text_gen|char_ram~9232feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9232feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N3 +dffeas \text_gen|char_ram~9232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35060 ( +// Equation(s): +// \text_gen|char_ram~35060_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9232_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9008_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9008_q ), + .datad(\text_gen|char_ram~9232_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35060 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y40_N17 +dffeas \text_gen|char_ram~9344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y39_N19 +dffeas \text_gen|char_ram~9120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35061 ( +// Equation(s): +// \text_gen|char_ram~35061_combout = (\text_gen|char_ram~35060_combout & (((\text_gen|char_ram~9344_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~35060_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~9120_q )))) + + .dataa(\text_gen|char_ram~35060_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9344_q ), + .datad(\text_gen|char_ram~9120_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35061 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9218feeder ( +// Equation(s): +// \text_gen|char_ram~9218feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N5 +dffeas \text_gen|char_ram~9218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y39_N15 +dffeas \text_gen|char_ram~9330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y39_N5 +dffeas \text_gen|char_ram~8994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y39_N5 +dffeas \text_gen|char_ram~9106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35055 ( +// Equation(s): +// \text_gen|char_ram~35055_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9106_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~8994_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8994_q ), + .datad(\text_gen|char_ram~9106_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35055 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35056 ( +// Equation(s): +// \text_gen|char_ram~35056_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35055_combout & ((\text_gen|char_ram~9330_q ))) # (!\text_gen|char_ram~35055_combout & (\text_gen|char_ram~9218_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35055_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9218_q ), + .datac(\text_gen|char_ram~9330_q ), + .datad(\text_gen|char_ram~35055_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35056 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y40_N29 +dffeas \text_gen|char_ram~9190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y40_N15 +dffeas \text_gen|char_ram~9302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y41_N5 +dffeas \text_gen|char_ram~8966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y41_N3 +dffeas \text_gen|char_ram~9078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35057 ( +// Equation(s): +// \text_gen|char_ram~35057_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9078_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~8966_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8966_q ), + .datad(\text_gen|char_ram~9078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35057 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35058 ( +// Equation(s): +// \text_gen|char_ram~35058_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35057_combout & ((\text_gen|char_ram~9302_q ))) # (!\text_gen|char_ram~35057_combout & (\text_gen|char_ram~9190_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35057_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9190_q ), + .datac(\text_gen|char_ram~9302_q ), + .datad(\text_gen|char_ram~35057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35058 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35059 ( +// Equation(s): +// \text_gen|char_ram~35059_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~35056_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~35058_combout )))) + + .dataa(\text_gen|char_ram~35056_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~35058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35059 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~35059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y44_N11 +dffeas \text_gen|char_ram~9316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y40_N11 +dffeas \text_gen|char_ram~9092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y40_N27 +dffeas \text_gen|char_ram~8980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9204feeder ( +// Equation(s): +// \text_gen|char_ram~9204feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9204feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9204feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9204feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y44_N1 +dffeas \text_gen|char_ram~9204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9204feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35053 ( +// Equation(s): +// \text_gen|char_ram~35053_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9204_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~8980_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8980_q ), + .datad(\text_gen|char_ram~9204_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35053 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35054 ( +// Equation(s): +// \text_gen|char_ram~35054_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35053_combout & (\text_gen|char_ram~9316_q )) # (!\text_gen|char_ram~35053_combout & ((\text_gen|char_ram~9092_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35053_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~9316_q ), + .datac(\text_gen|char_ram~9092_q ), + .datad(\text_gen|char_ram~35053_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35054 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35062 ( +// Equation(s): +// \text_gen|char_ram~35062_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35059_combout & (\text_gen|char_ram~35061_combout )) # (!\text_gen|char_ram~35059_combout & ((\text_gen|char_ram~35054_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~35059_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35061_combout ), + .datac(\text_gen|char_ram~35059_combout ), + .datad(\text_gen|char_ram~35054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35062 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35094 ( +// Equation(s): +// \text_gen|char_ram~35094_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35083_combout & (\text_gen|char_ram~35093_combout )) # (!\text_gen|char_ram~35083_combout & ((\text_gen|char_ram~35062_combout ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~35083_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35083_combout ), + .datac(\text_gen|char_ram~35093_combout ), + .datad(\text_gen|char_ram~35062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35094 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y39_N5 +dffeas \text_gen|char_ram~16232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16232 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y39_N5 +dffeas \text_gen|char_ram~16344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35044 ( +// Equation(s): +// \text_gen|char_ram~35044_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16344_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16232_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16232_q ), + .datad(\text_gen|char_ram~16344_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35044 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y39_N31 +dffeas \text_gen|char_ram~16568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y39_N29 +dffeas \text_gen|char_ram~16456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35045 ( +// Equation(s): +// \text_gen|char_ram~35045_combout = (\text_gen|char_ram~35044_combout & (((\text_gen|char_ram~16568_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~35044_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16456_q )))) + + .dataa(\text_gen|char_ram~35044_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16568_q ), + .datad(\text_gen|char_ram~16456_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35045 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16442feeder ( +// Equation(s): +// \text_gen|char_ram~16442feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y35_N13 +dffeas \text_gen|char_ram~16442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y35_N31 +dffeas \text_gen|char_ram~16554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y35_N1 +dffeas \text_gen|char_ram~16218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y16_N9 +dffeas \text_gen|char_ram~16330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35046 ( +// Equation(s): +// \text_gen|char_ram~35046_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16330_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16218_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16218_q ), + .datad(\text_gen|char_ram~16330_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35046 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35047 ( +// Equation(s): +// \text_gen|char_ram~35047_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35046_combout & ((\text_gen|char_ram~16554_q ))) # (!\text_gen|char_ram~35046_combout & (\text_gen|char_ram~16442_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35046_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16442_q ), + .datac(\text_gen|char_ram~16554_q ), + .datad(\text_gen|char_ram~35046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35047 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35048 ( +// Equation(s): +// \text_gen|char_ram~35048_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35045_combout ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~35047_combout )))) + + .dataa(\text_gen|char_ram~35045_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~35047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35048 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~35048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23498feeder ( +// Equation(s): +// \text_gen|char_ram~23498feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~23498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23498feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~23498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y35_N9 +dffeas \text_gen|char_ram~23498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y38_N9 +dffeas \text_gen|char_ram~23722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y35_N27 +dffeas \text_gen|char_ram~23386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23610feeder ( +// Equation(s): +// \text_gen|char_ram~23610feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23610feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23610feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23610feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N5 +dffeas \text_gen|char_ram~23610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23610feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35042 ( +// Equation(s): +// \text_gen|char_ram~35042_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23610_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23386_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23386_q ), + .datad(\text_gen|char_ram~23610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35042 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35043 ( +// Equation(s): +// \text_gen|char_ram~35043_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35042_combout & ((\text_gen|char_ram~23722_q ))) # (!\text_gen|char_ram~35042_combout & (\text_gen|char_ram~23498_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35042_combout )))) + + .dataa(\text_gen|char_ram~23498_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23722_q ), + .datad(\text_gen|char_ram~35042_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35043 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23512feeder ( +// Equation(s): +// \text_gen|char_ram~23512feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y39_N1 +dffeas \text_gen|char_ram~23512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y39_N13 +dffeas \text_gen|char_ram~23736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y39_N27 +dffeas \text_gen|char_ram~23400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23624feeder ( +// Equation(s): +// \text_gen|char_ram~23624feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23624feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23624feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23624feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N25 +dffeas \text_gen|char_ram~23624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23624feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35049 ( +// Equation(s): +// \text_gen|char_ram~35049_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23624_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23400_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23400_q ), + .datad(\text_gen|char_ram~23624_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35049 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35050 ( +// Equation(s): +// \text_gen|char_ram~35050_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35049_combout & ((\text_gen|char_ram~23736_q ))) # (!\text_gen|char_ram~35049_combout & (\text_gen|char_ram~23512_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35049_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23512_q ), + .datac(\text_gen|char_ram~23736_q ), + .datad(\text_gen|char_ram~35049_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35050 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35051 ( +// Equation(s): +// \text_gen|char_ram~35051_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35048_combout & ((\text_gen|char_ram~35050_combout ))) # (!\text_gen|char_ram~35048_combout & (\text_gen|char_ram~35043_combout )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~35048_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35048_combout ), + .datac(\text_gen|char_ram~35043_combout ), + .datad(\text_gen|char_ram~35050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35051 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~35051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9162feeder ( +// Equation(s): +// \text_gen|char_ram~9162feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N1 +dffeas \text_gen|char_ram~9162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y35_N9 +dffeas \text_gen|char_ram~9050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N1 +dffeas \text_gen|char_ram~9274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35021 ( +// Equation(s): +// \text_gen|char_ram~35021_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~9274_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9050_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9050_q ), + .datad(\text_gen|char_ram~9274_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35021 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N9 +dffeas \text_gen|char_ram~9386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35022 ( +// Equation(s): +// \text_gen|char_ram~35022_combout = (\text_gen|char_ram~35021_combout & (((\text_gen|char_ram~9386_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~35021_combout & (\text_gen|char_ram~9162_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~9162_q ), + .datab(\text_gen|char_ram~35021_combout ), + .datac(\text_gen|char_ram~9386_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35022 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2106feeder ( +// Equation(s): +// \text_gen|char_ram~2106feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2106feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y39_N17 +dffeas \text_gen|char_ram~2106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N19 +dffeas \text_gen|char_ram~2218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N29 +dffeas \text_gen|char_ram~1882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y35_N15 +dffeas \text_gen|char_ram~1994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35025 ( +// Equation(s): +// \text_gen|char_ram~35025_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1994_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1882_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1882_q ), + .datad(\text_gen|char_ram~1994_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35025 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35026 ( +// Equation(s): +// \text_gen|char_ram~35026_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35025_combout & ((\text_gen|char_ram~2218_q ))) # (!\text_gen|char_ram~35025_combout & (\text_gen|char_ram~2106_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35025_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2106_q ), + .datac(\text_gen|char_ram~2218_q ), + .datad(\text_gen|char_ram~35025_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35026 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2120feeder ( +// Equation(s): +// \text_gen|char_ram~2120feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y37_N1 +dffeas \text_gen|char_ram~2120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y35_N25 +dffeas \text_gen|char_ram~2232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2232 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y37_N11 +dffeas \text_gen|char_ram~1896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2008feeder ( +// Equation(s): +// \text_gen|char_ram~2008feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2008feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2008feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2008feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y37_N21 +dffeas \text_gen|char_ram~2008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2008feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35023 ( +// Equation(s): +// \text_gen|char_ram~35023_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~2008_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1896_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1896_q ), + .datad(\text_gen|char_ram~2008_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35023 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35024 ( +// Equation(s): +// \text_gen|char_ram~35024_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35023_combout & ((\text_gen|char_ram~2232_q ))) # (!\text_gen|char_ram~35023_combout & (\text_gen|char_ram~2120_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35023_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2120_q ), + .datac(\text_gen|char_ram~2232_q ), + .datad(\text_gen|char_ram~35023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35024 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35027 ( +// Equation(s): +// \text_gen|char_ram~35027_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~35024_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35026_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35026_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~35024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35027 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~35027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9176feeder ( +// Equation(s): +// \text_gen|char_ram~9176feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9176feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9176feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9176feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N3 +dffeas \text_gen|char_ram~9176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9176feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y39_N17 +dffeas \text_gen|char_ram~9400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y39_N25 +dffeas \text_gen|char_ram~9064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9288feeder ( +// Equation(s): +// \text_gen|char_ram~9288feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9288feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9288feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9288feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y39_N29 +dffeas \text_gen|char_ram~9288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9288feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35028 ( +// Equation(s): +// \text_gen|char_ram~35028_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9288_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9064_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9064_q ), + .datad(\text_gen|char_ram~9288_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35028 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35029 ( +// Equation(s): +// \text_gen|char_ram~35029_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35028_combout & ((\text_gen|char_ram~9400_q ))) # (!\text_gen|char_ram~35028_combout & (\text_gen|char_ram~9176_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35028_combout )))) + + .dataa(\text_gen|char_ram~9176_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9400_q ), + .datad(\text_gen|char_ram~35028_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35029 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35030 ( +// Equation(s): +// \text_gen|char_ram~35030_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35027_combout & ((\text_gen|char_ram~35029_combout ))) # (!\text_gen|char_ram~35027_combout & (\text_gen|char_ram~35022_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35027_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35022_combout ), + .datac(\text_gen|char_ram~35027_combout ), + .datad(\text_gen|char_ram~35029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35030 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9148feeder ( +// Equation(s): +// \text_gen|char_ram~9148feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9148feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9148feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9148feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y43_N13 +dffeas \text_gen|char_ram~9148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9148feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y43_N31 +dffeas \text_gen|char_ram~9372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y41_N5 +dffeas \text_gen|char_ram~9036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9260feeder ( +// Equation(s): +// \text_gen|char_ram~9260feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9260feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9260feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9260feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y41_N13 +dffeas \text_gen|char_ram~9260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9260feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35038 ( +// Equation(s): +// \text_gen|char_ram~35038_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9260_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9036_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9036_q ), + .datad(\text_gen|char_ram~9260_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35038 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35039 ( +// Equation(s): +// \text_gen|char_ram~35039_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35038_combout & ((\text_gen|char_ram~9372_q ))) # (!\text_gen|char_ram~35038_combout & (\text_gen|char_ram~9148_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35038_combout )))) + + .dataa(\text_gen|char_ram~9148_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9372_q ), + .datad(\text_gen|char_ram~35038_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35039 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y43_N9 +dffeas \text_gen|char_ram~9134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y41_N1 +dffeas \text_gen|char_ram~9022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y41_N5 +dffeas \text_gen|char_ram~9246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35031 ( +// Equation(s): +// \text_gen|char_ram~35031_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9246_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9022_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9022_q ), + .datad(\text_gen|char_ram~9246_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35031 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y39_N29 +dffeas \text_gen|char_ram~9358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35032 ( +// Equation(s): +// \text_gen|char_ram~35032_combout = (\text_gen|char_ram~35031_combout & (((\text_gen|char_ram~9358_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~35031_combout & (\text_gen|char_ram~9134_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~9134_q ), + .datab(\text_gen|char_ram~35031_combout ), + .datac(\text_gen|char_ram~9358_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35032 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y38_N5 +dffeas \text_gen|char_ram~1854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1966feeder ( +// Equation(s): +// \text_gen|char_ram~1966feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1966feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1966feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1966feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y35_N5 +dffeas \text_gen|char_ram~1966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1966feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35035 ( +// Equation(s): +// \text_gen|char_ram~35035_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~1966_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1854_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1854_q ), + .datad(\text_gen|char_ram~1966_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35035 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y38_N11 +dffeas \text_gen|char_ram~2190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2078feeder ( +// Equation(s): +// \text_gen|char_ram~2078feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2078feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2078feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2078feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N9 +dffeas \text_gen|char_ram~2078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2078feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35036 ( +// Equation(s): +// \text_gen|char_ram~35036_combout = (\text_gen|char_ram~35035_combout & (((\text_gen|char_ram~2190_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~35035_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~2078_q )))) + + .dataa(\text_gen|char_ram~35035_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2190_q ), + .datad(\text_gen|char_ram~2078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35036 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y41_N13 +dffeas \text_gen|char_ram~2092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y38_N5 +dffeas \text_gen|char_ram~2204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y37_N1 +dffeas \text_gen|char_ram~1868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1980feeder ( +// Equation(s): +// \text_gen|char_ram~1980feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~1980feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1980feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1980feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y38_N5 +dffeas \text_gen|char_ram~1980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1980feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~35033 ( +// Equation(s): +// \text_gen|char_ram~35033_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~1980_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1868_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1868_q ), + .datad(\text_gen|char_ram~1980_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35033 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35034 ( +// Equation(s): +// \text_gen|char_ram~35034_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35033_combout & ((\text_gen|char_ram~2204_q ))) # (!\text_gen|char_ram~35033_combout & (\text_gen|char_ram~2092_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35033_combout )))) + + .dataa(\text_gen|char_ram~2092_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2204_q ), + .datad(\text_gen|char_ram~35033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35034 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35037 ( +// Equation(s): +// \text_gen|char_ram~35037_combout = (\vga_c|h_cnt [5] & (((\text_gen|char_ram~35034_combout ) # (\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35036_combout & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~35036_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35034_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35037 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~35037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35040 ( +// Equation(s): +// \text_gen|char_ram~35040_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35037_combout & (\text_gen|char_ram~35039_combout )) # (!\text_gen|char_ram~35037_combout & ((\text_gen|char_ram~35032_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35037_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35039_combout ), + .datac(\text_gen|char_ram~35032_combout ), + .datad(\text_gen|char_ram~35037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35040 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35041 ( +// Equation(s): +// \text_gen|char_ram~35041_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~35030_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~35040_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~35030_combout ), + .datad(\text_gen|char_ram~35040_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35041 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~35041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23484feeder ( +// Equation(s): +// \text_gen|char_ram~23484feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23484feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23484feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23484feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y38_N13 +dffeas \text_gen|char_ram~23484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23484feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y36_N9 +dffeas \text_gen|char_ram~23708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y36_N7 +dffeas \text_gen|char_ram~23372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23596feeder ( +// Equation(s): +// \text_gen|char_ram~23596feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23596feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23596feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23596feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N13 +dffeas \text_gen|char_ram~23596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23596feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35018 ( +// Equation(s): +// \text_gen|char_ram~35018_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23596_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23372_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23372_q ), + .datad(\text_gen|char_ram~23596_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35018 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35019 ( +// Equation(s): +// \text_gen|char_ram~35019_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35018_combout & ((\text_gen|char_ram~23708_q ))) # (!\text_gen|char_ram~35018_combout & (\text_gen|char_ram~23484_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35018_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23484_q ), + .datac(\text_gen|char_ram~23708_q ), + .datad(\text_gen|char_ram~35018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35019 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y36_N17 +dffeas \text_gen|char_ram~16414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y36_N11 +dffeas \text_gen|char_ram~16526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y37_N9 +dffeas \text_gen|char_ram~16190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16302feeder ( +// Equation(s): +// \text_gen|char_ram~16302feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16302feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16302feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16302feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y35_N5 +dffeas \text_gen|char_ram~16302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16302feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35015 ( +// Equation(s): +// \text_gen|char_ram~35015_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16302_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16190_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16190_q ), + .datad(\text_gen|char_ram~16302_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35015 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35016 ( +// Equation(s): +// \text_gen|char_ram~35016_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35015_combout & ((\text_gen|char_ram~16526_q ))) # (!\text_gen|char_ram~35015_combout & (\text_gen|char_ram~16414_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35015_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16414_q ), + .datac(\text_gen|char_ram~16526_q ), + .datad(\text_gen|char_ram~35015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35016 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y37_N29 +dffeas \text_gen|char_ram~16204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16316feeder ( +// Equation(s): +// \text_gen|char_ram~16316feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16316feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16316feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16316feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y36_N7 +dffeas \text_gen|char_ram~16316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16316feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35013 ( +// Equation(s): +// \text_gen|char_ram~35013_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16316_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16204_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16204_q ), + .datad(\text_gen|char_ram~16316_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35013 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y36_N11 +dffeas \text_gen|char_ram~16540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y36_N21 +dffeas \text_gen|char_ram~16428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35014 ( +// Equation(s): +// \text_gen|char_ram~35014_combout = (\text_gen|char_ram~35013_combout & (((\text_gen|char_ram~16540_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~35013_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16428_q )))) + + .dataa(\text_gen|char_ram~35013_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16540_q ), + .datad(\text_gen|char_ram~16428_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35014 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~35014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35017 ( +// Equation(s): +// \text_gen|char_ram~35017_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~35014_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35016_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35016_combout ), + .datad(\text_gen|char_ram~35014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35017 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y37_N19 +dffeas \text_gen|char_ram~23694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y21_N9 +dffeas \text_gen|char_ram~23470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N13 +dffeas \text_gen|char_ram~23358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N17 +dffeas \text_gen|char_ram~23582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~35011 ( +// Equation(s): +// \text_gen|char_ram~35011_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23582_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23358_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23358_q ), + .datad(\text_gen|char_ram~23582_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35011 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35012 ( +// Equation(s): +// \text_gen|char_ram~35012_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35011_combout & (\text_gen|char_ram~23694_q )) # (!\text_gen|char_ram~35011_combout & ((\text_gen|char_ram~23470_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35011_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23694_q ), + .datac(\text_gen|char_ram~23470_q ), + .datad(\text_gen|char_ram~35011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35012 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35020 ( +// Equation(s): +// \text_gen|char_ram~35020_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35017_combout & (\text_gen|char_ram~35019_combout )) # (!\text_gen|char_ram~35017_combout & ((\text_gen|char_ram~35012_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35017_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35019_combout ), + .datac(\text_gen|char_ram~35017_combout ), + .datad(\text_gen|char_ram~35012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35020 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35052 ( +// Equation(s): +// \text_gen|char_ram~35052_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~35041_combout & (\text_gen|char_ram~35051_combout )) # (!\text_gen|char_ram~35041_combout & ((\text_gen|char_ram~35020_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~35041_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~35051_combout ), + .datac(\text_gen|char_ram~35041_combout ), + .datad(\text_gen|char_ram~35020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35052 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~35052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35095 ( +// Equation(s): +// \text_gen|char_ram~35095_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~35052_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~35094_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~35094_combout ), + .datad(\text_gen|char_ram~35052_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35095 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23519feeder ( +// Equation(s): +// \text_gen|char_ram~23519feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23519feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N5 +dffeas \text_gen|char_ram~23519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y38_N31 +dffeas \text_gen|char_ram~23743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y38_N7 +dffeas \text_gen|char_ram~23407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N31 +dffeas \text_gen|char_ram~23631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35134 ( +// Equation(s): +// \text_gen|char_ram~35134_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23631_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23407_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23407_q ), + .datad(\text_gen|char_ram~23631_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35134 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35135 ( +// Equation(s): +// \text_gen|char_ram~35135_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35134_combout & ((\text_gen|char_ram~23743_q ))) # (!\text_gen|char_ram~35134_combout & (\text_gen|char_ram~23519_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35134_combout )))) + + .dataa(\text_gen|char_ram~23519_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23743_q ), + .datad(\text_gen|char_ram~35134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35135 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23505feeder ( +// Equation(s): +// \text_gen|char_ram~23505feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23505feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23505feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23505feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y38_N9 +dffeas \text_gen|char_ram~23505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23505feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y38_N21 +dffeas \text_gen|char_ram~23729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y38_N19 +dffeas \text_gen|char_ram~23393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y38_N13 +dffeas \text_gen|char_ram~23617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35127 ( +// Equation(s): +// \text_gen|char_ram~35127_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23617_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23393_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23393_q ), + .datad(\text_gen|char_ram~23617_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35127 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35128 ( +// Equation(s): +// \text_gen|char_ram~35128_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35127_combout & ((\text_gen|char_ram~23729_q ))) # (!\text_gen|char_ram~35127_combout & (\text_gen|char_ram~23505_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35127_combout )))) + + .dataa(\text_gen|char_ram~23505_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23729_q ), + .datad(\text_gen|char_ram~35127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35128 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16449feeder ( +// Equation(s): +// \text_gen|char_ram~16449feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16449feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16449feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16449feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y38_N9 +dffeas \text_gen|char_ram~16449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16449feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y38_N9 +dffeas \text_gen|char_ram~16561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y38_N3 +dffeas \text_gen|char_ram~16225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N19 +dffeas \text_gen|char_ram~16337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35131 ( +// Equation(s): +// \text_gen|char_ram~35131_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16337_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16225_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16225_q ), + .datad(\text_gen|char_ram~16337_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35131 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35132 ( +// Equation(s): +// \text_gen|char_ram~35132_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35131_combout & ((\text_gen|char_ram~16561_q ))) # (!\text_gen|char_ram~35131_combout & (\text_gen|char_ram~16449_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35131_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16449_q ), + .datac(\text_gen|char_ram~16561_q ), + .datad(\text_gen|char_ram~35131_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35132 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y22_N29 +dffeas \text_gen|char_ram~16463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N25 +dffeas \text_gen|char_ram~16575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y22_N27 +dffeas \text_gen|char_ram~16239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y15_N21 +dffeas \text_gen|char_ram~16351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35129 ( +// Equation(s): +// \text_gen|char_ram~35129_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16351_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16239_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16239_q ), + .datad(\text_gen|char_ram~16351_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35129 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35130 ( +// Equation(s): +// \text_gen|char_ram~35130_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35129_combout & ((\text_gen|char_ram~16575_q ))) # (!\text_gen|char_ram~35129_combout & (\text_gen|char_ram~16463_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35129_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16463_q ), + .datac(\text_gen|char_ram~16575_q ), + .datad(\text_gen|char_ram~35129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35130 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35133 ( +// Equation(s): +// \text_gen|char_ram~35133_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~35130_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35132_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35132_combout ), + .datad(\text_gen|char_ram~35130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35133 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~35136 ( +// Equation(s): +// \text_gen|char_ram~35136_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35133_combout & (\text_gen|char_ram~35135_combout )) # (!\text_gen|char_ram~35133_combout & ((\text_gen|char_ram~35128_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35133_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35135_combout ), + .datac(\text_gen|char_ram~35128_combout ), + .datad(\text_gen|char_ram~35133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35136 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~35136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N3 +dffeas \text_gen|char_ram~9057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N3 +dffeas \text_gen|char_ram~9281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35106 ( +// Equation(s): +// \text_gen|char_ram~35106_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9281_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9057_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9057_q ), + .datad(\text_gen|char_ram~9281_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35106 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N29 +dffeas \text_gen|char_ram~9393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y39_N23 +dffeas \text_gen|char_ram~9169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35107 ( +// Equation(s): +// \text_gen|char_ram~35107_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35106_combout & (\text_gen|char_ram~9393_q )) # (!\text_gen|char_ram~35106_combout & ((\text_gen|char_ram~9169_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35106_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35106_combout ), + .datac(\text_gen|char_ram~9393_q ), + .datad(\text_gen|char_ram~9169_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35107 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y38_N1 +dffeas \text_gen|char_ram~2113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y38_N27 +dffeas \text_gen|char_ram~2225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N31 +dffeas \text_gen|char_ram~1889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2001feeder ( +// Equation(s): +// \text_gen|char_ram~2001feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [6]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2001feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y38_N17 +dffeas \text_gen|char_ram~2001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35110 ( +// Equation(s): +// \text_gen|char_ram~35110_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~2001_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1889_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1889_q ), + .datad(\text_gen|char_ram~2001_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35110 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35111 ( +// Equation(s): +// \text_gen|char_ram~35111_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35110_combout & ((\text_gen|char_ram~2225_q ))) # (!\text_gen|char_ram~35110_combout & (\text_gen|char_ram~2113_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35110_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2113_q ), + .datac(\text_gen|char_ram~2225_q ), + .datad(\text_gen|char_ram~35110_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35111 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2127feeder ( +// Equation(s): +// \text_gen|char_ram~2127feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2127feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2127feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2127feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y43_N29 +dffeas \text_gen|char_ram~2127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2127feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y42_N17 +dffeas \text_gen|char_ram~2239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y38_N9 +dffeas \text_gen|char_ram~1903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2015feeder ( +// Equation(s): +// \text_gen|char_ram~2015feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2015feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2015feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2015feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y38_N3 +dffeas \text_gen|char_ram~2015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2015feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35108 ( +// Equation(s): +// \text_gen|char_ram~35108_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~2015_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1903_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1903_q ), + .datad(\text_gen|char_ram~2015_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35108 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35109 ( +// Equation(s): +// \text_gen|char_ram~35109_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35108_combout & ((\text_gen|char_ram~2239_q ))) # (!\text_gen|char_ram~35108_combout & (\text_gen|char_ram~2127_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35108_combout )))) + + .dataa(\text_gen|char_ram~2127_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2239_q ), + .datad(\text_gen|char_ram~35108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35109 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35112 ( +// Equation(s): +// \text_gen|char_ram~35112_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~35109_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~35111_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~35111_combout ), + .datad(\text_gen|char_ram~35109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35112 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y45_N9 +dffeas \text_gen|char_ram~9183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y43_N21 +dffeas \text_gen|char_ram~9407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y45_N7 +dffeas \text_gen|char_ram~9071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9295feeder ( +// Equation(s): +// \text_gen|char_ram~9295feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9295feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9295feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9295feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y45_N29 +dffeas \text_gen|char_ram~9295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9295feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~35113 ( +// Equation(s): +// \text_gen|char_ram~35113_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~9295_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9071_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9071_q ), + .datad(\text_gen|char_ram~9295_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35113 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~35114 ( +// Equation(s): +// \text_gen|char_ram~35114_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35113_combout & ((\text_gen|char_ram~9407_q ))) # (!\text_gen|char_ram~35113_combout & (\text_gen|char_ram~9183_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35113_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~9183_q ), + .datac(\text_gen|char_ram~9407_q ), + .datad(\text_gen|char_ram~35113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35114 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35115 ( +// Equation(s): +// \text_gen|char_ram~35115_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35112_combout & ((\text_gen|char_ram~35114_combout ))) # (!\text_gen|char_ram~35112_combout & (\text_gen|char_ram~35107_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35112_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35107_combout ), + .datac(\text_gen|char_ram~35112_combout ), + .datad(\text_gen|char_ram~35114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35115 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y41_N17 +dffeas \text_gen|char_ram~9029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9253feeder ( +// Equation(s): +// \text_gen|char_ram~9253feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y38_N17 +dffeas \text_gen|char_ram~9253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35116 ( +// Equation(s): +// \text_gen|char_ram~35116_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~9253_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9029_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9029_q ), + .datad(\text_gen|char_ram~9253_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35116 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y41_N15 +dffeas \text_gen|char_ram~9365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9141feeder ( +// Equation(s): +// \text_gen|char_ram~9141feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y42_N21 +dffeas \text_gen|char_ram~9141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35117 ( +// Equation(s): +// \text_gen|char_ram~35117_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35116_combout & (\text_gen|char_ram~9365_q )) # (!\text_gen|char_ram~35116_combout & ((\text_gen|char_ram~9141_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~35116_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~35116_combout ), + .datac(\text_gen|char_ram~9365_q ), + .datad(\text_gen|char_ram~9141_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35117 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~35117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N1 +dffeas \text_gen|char_ram~9155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y49_N29 +dffeas \text_gen|char_ram~9379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y45_N29 +dffeas \text_gen|char_ram~9267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y45_N3 +dffeas \text_gen|char_ram~9043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35123 ( +// Equation(s): +// \text_gen|char_ram~35123_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~9267_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~9043_q ))))) + + .dataa(\text_gen|char_ram~9267_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9043_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35123 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~35123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~35124 ( +// Equation(s): +// \text_gen|char_ram~35124_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35123_combout & ((\text_gen|char_ram~9379_q ))) # (!\text_gen|char_ram~35123_combout & (\text_gen|char_ram~9155_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35123_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~9155_q ), + .datac(\text_gen|char_ram~9379_q ), + .datad(\text_gen|char_ram~35123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35124 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2099feeder ( +// Equation(s): +// \text_gen|char_ram~2099feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2099feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y26_N17 +dffeas \text_gen|char_ram~2099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y42_N17 +dffeas \text_gen|char_ram~2211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N23 +dffeas \text_gen|char_ram~1875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1875 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y46_N5 +dffeas \text_gen|char_ram~1987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35118 ( +// Equation(s): +// \text_gen|char_ram~35118_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1987_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1875_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1875_q ), + .datad(\text_gen|char_ram~1987_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35118 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~35118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35119 ( +// Equation(s): +// \text_gen|char_ram~35119_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35118_combout & ((\text_gen|char_ram~2211_q ))) # (!\text_gen|char_ram~35118_combout & (\text_gen|char_ram~2099_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35118_combout )))) + + .dataa(\text_gen|char_ram~2099_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2211_q ), + .datad(\text_gen|char_ram~35118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35119 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2085feeder ( +// Equation(s): +// \text_gen|char_ram~2085feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N19 +dffeas \text_gen|char_ram~2085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y38_N3 +dffeas \text_gen|char_ram~1861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y38_N15 +dffeas \text_gen|char_ram~1973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35120 ( +// Equation(s): +// \text_gen|char_ram~35120_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~1973_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1861_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1861_q ), + .datad(\text_gen|char_ram~1973_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35120 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y42_N3 +dffeas \text_gen|char_ram~2197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35121 ( +// Equation(s): +// \text_gen|char_ram~35121_combout = (\text_gen|char_ram~35120_combout & (((\text_gen|char_ram~2197_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~35120_combout & (\text_gen|char_ram~2085_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~2085_q ), + .datab(\text_gen|char_ram~35120_combout ), + .datac(\text_gen|char_ram~2197_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35121 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~35121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35122 ( +// Equation(s): +// \text_gen|char_ram~35122_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~35119_combout ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~35121_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~35119_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~35121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35122 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~35122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35125 ( +// Equation(s): +// \text_gen|char_ram~35125_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35122_combout & ((\text_gen|char_ram~35124_combout ))) # (!\text_gen|char_ram~35122_combout & (\text_gen|char_ram~35117_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35122_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~35117_combout ), + .datac(\text_gen|char_ram~35124_combout ), + .datad(\text_gen|char_ram~35122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35125 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~35126 ( +// Equation(s): +// \text_gen|char_ram~35126_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~35115_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~35125_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35115_combout ), + .datad(\text_gen|char_ram~35125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35126 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y40_N21 +dffeas \text_gen|char_ram~23701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y40_N17 +dffeas \text_gen|char_ram~23477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y40_N19 +dffeas \text_gen|char_ram~23365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23589feeder ( +// Equation(s): +// \text_gen|char_ram~23589feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23589feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23589feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23589feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y37_N17 +dffeas \text_gen|char_ram~23589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23589feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35096 ( +// Equation(s): +// \text_gen|char_ram~35096_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23589_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23365_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23365_q ), + .datad(\text_gen|char_ram~23589_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35096 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~35097 ( +// Equation(s): +// \text_gen|char_ram~35097_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35096_combout & (\text_gen|char_ram~23701_q )) # (!\text_gen|char_ram~35096_combout & ((\text_gen|char_ram~23477_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35096_combout )))) + + .dataa(\text_gen|char_ram~23701_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23477_q ), + .datad(\text_gen|char_ram~35096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35097 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~35097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23491feeder ( +// Equation(s): +// \text_gen|char_ram~23491feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23491feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23491feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23491feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N15 +dffeas \text_gen|char_ram~23491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23491feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y40_N9 +dffeas \text_gen|char_ram~23715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N25 +dffeas \text_gen|char_ram~23379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y30_N21 +dffeas \text_gen|char_ram~23603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~35103 ( +// Equation(s): +// \text_gen|char_ram~35103_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23603_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23379_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23379_q ), + .datad(\text_gen|char_ram~23603_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35103 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35104 ( +// Equation(s): +// \text_gen|char_ram~35104_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~35103_combout & ((\text_gen|char_ram~23715_q ))) # (!\text_gen|char_ram~35103_combout & (\text_gen|char_ram~23491_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~35103_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23491_q ), + .datac(\text_gen|char_ram~23715_q ), + .datad(\text_gen|char_ram~35103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35104 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16435feeder ( +// Equation(s): +// \text_gen|char_ram~16435feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16435feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16435feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16435feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y25_N17 +dffeas \text_gen|char_ram~16435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16435feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y24_N19 +dffeas \text_gen|char_ram~16547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16547 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y24_N25 +dffeas \text_gen|char_ram~16323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y24_N9 +dffeas \text_gen|char_ram~16211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35098 ( +// Equation(s): +// \text_gen|char_ram~35098_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16323_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16211_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16323_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16211_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35098 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~35098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35099 ( +// Equation(s): +// \text_gen|char_ram~35099_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35098_combout & ((\text_gen|char_ram~16547_q ))) # (!\text_gen|char_ram~35098_combout & (\text_gen|char_ram~16435_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35098_combout )))) + + .dataa(\text_gen|char_ram~16435_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16547_q ), + .datad(\text_gen|char_ram~35098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35099 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16421feeder ( +// Equation(s): +// \text_gen|char_ram~16421feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16421feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y38_N25 +dffeas \text_gen|char_ram~16421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y42_N15 +dffeas \text_gen|char_ram~16533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y22_N31 +dffeas \text_gen|char_ram~16197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y39_N17 +dffeas \text_gen|char_ram~16309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~35100 ( +// Equation(s): +// \text_gen|char_ram~35100_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16309_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16197_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16197_q ), + .datad(\text_gen|char_ram~16309_q ), + .cin(gnd), + .combout(\text_gen|char_ram~35100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35100 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~35101 ( +// Equation(s): +// \text_gen|char_ram~35101_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~35100_combout & ((\text_gen|char_ram~16533_q ))) # (!\text_gen|char_ram~35100_combout & (\text_gen|char_ram~16421_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~35100_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16421_q ), + .datac(\text_gen|char_ram~16533_q ), + .datad(\text_gen|char_ram~35100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35101 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~35101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~35102 ( +// Equation(s): +// \text_gen|char_ram~35102_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~35099_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~35101_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35099_combout ), + .datad(\text_gen|char_ram~35101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35102 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~35102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~35105 ( +// Equation(s): +// \text_gen|char_ram~35105_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~35102_combout & ((\text_gen|char_ram~35104_combout ))) # (!\text_gen|char_ram~35102_combout & (\text_gen|char_ram~35097_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~35102_combout )))) + + .dataa(\text_gen|char_ram~35097_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~35104_combout ), + .datad(\text_gen|char_ram~35102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35105 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~35105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35137 ( +// Equation(s): +// \text_gen|char_ram~35137_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~35126_combout & (\text_gen|char_ram~35136_combout )) # (!\text_gen|char_ram~35126_combout & ((\text_gen|char_ram~35105_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~35126_combout )))) + + .dataa(\text_gen|char_ram~35136_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~35126_combout ), + .datad(\text_gen|char_ram~35105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35137 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~35138 ( +// Equation(s): +// \text_gen|char_ram~35138_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~35095_combout & ((\text_gen|char_ram~35137_combout ))) # (!\text_gen|char_ram~35095_combout & (\text_gen|char_ram~35010_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~35095_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~35010_combout ), + .datac(\text_gen|char_ram~35095_combout ), + .datad(\text_gen|char_ram~35137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35138 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~35138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~35650 ( +// Equation(s): +// \text_gen|char_ram~35650_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~35479_combout & (\text_gen|char_ram~35649_combout )) # (!\text_gen|char_ram~35479_combout & ((\text_gen|char_ram~35138_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~35479_combout )))) + + .dataa(\text_gen|char_ram~35649_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~35479_combout ), + .datad(\text_gen|char_ram~35138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35650 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~35650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25913feeder ( +// Equation(s): +// \text_gen|char_ram~25913feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25913feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25913feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25913feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y19_N13 +dffeas \text_gen|char_ram~25913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25913feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y19_N31 +dffeas \text_gen|char_ram~25927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y19_N13 +dffeas \text_gen|char_ram~25885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25899feeder ( +// Equation(s): +// \text_gen|char_ram~25899feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25899feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25899feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25899feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y9_N17 +dffeas \text_gen|char_ram~25899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25899feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34428 ( +// Equation(s): +// \text_gen|char_ram~34428_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25899_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25885_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25885_q ), + .datad(\text_gen|char_ram~25899_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34428 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34429 ( +// Equation(s): +// \text_gen|char_ram~34429_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34428_combout & ((\text_gen|char_ram~25927_q ))) # (!\text_gen|char_ram~34428_combout & (\text_gen|char_ram~25913_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34428_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25913_q ), + .datac(\text_gen|char_ram~25927_q ), + .datad(\text_gen|char_ram~34428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34429 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25563feeder ( +// Equation(s): +// \text_gen|char_ram~25563feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25563feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25563feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25563feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y18_N5 +dffeas \text_gen|char_ram~25563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25563feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y18_N13 +dffeas \text_gen|char_ram~25591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y22_N7 +dffeas \text_gen|char_ram~25549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y22_N25 +dffeas \text_gen|char_ram~25577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34425 ( +// Equation(s): +// \text_gen|char_ram~34425_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25577_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25549_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25549_q ), + .datad(\text_gen|char_ram~25577_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34425 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34426 ( +// Equation(s): +// \text_gen|char_ram~34426_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34425_combout & ((\text_gen|char_ram~25591_q ))) # (!\text_gen|char_ram~34425_combout & (\text_gen|char_ram~25563_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34425_combout )))) + + .dataa(\text_gen|char_ram~25563_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25591_q ), + .datad(\text_gen|char_ram~34425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34426 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y30_N13 +dffeas \text_gen|char_ram~25675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y22_N7 +dffeas \text_gen|char_ram~25703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y22_N21 +dffeas \text_gen|char_ram~25661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25689feeder ( +// Equation(s): +// \text_gen|char_ram~25689feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25689feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N29 +dffeas \text_gen|char_ram~25689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34423 ( +// Equation(s): +// \text_gen|char_ram~34423_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25689_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25661_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25661_q ), + .datad(\text_gen|char_ram~25689_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34423 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34424 ( +// Equation(s): +// \text_gen|char_ram~34424_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34423_combout & ((\text_gen|char_ram~25703_q ))) # (!\text_gen|char_ram~34423_combout & (\text_gen|char_ram~25675_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34423_combout )))) + + .dataa(\text_gen|char_ram~25675_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25703_q ), + .datad(\text_gen|char_ram~34423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34424 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34427 ( +// Equation(s): +// \text_gen|char_ram~34427_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34424_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34426_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34426_combout ), + .datad(\text_gen|char_ram~34424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34427 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25801feeder ( +// Equation(s): +// \text_gen|char_ram~25801feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25801feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25801feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25801feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N5 +dffeas \text_gen|char_ram~25801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25801feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y22_N5 +dffeas \text_gen|char_ram~25815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y27_N9 +dffeas \text_gen|char_ram~25773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25787feeder ( +// Equation(s): +// \text_gen|char_ram~25787feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25787feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25787feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25787feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y27_N25 +dffeas \text_gen|char_ram~25787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25787feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34421 ( +// Equation(s): +// \text_gen|char_ram~34421_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~25787_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25773_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25773_q ), + .datad(\text_gen|char_ram~25787_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34421 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34422 ( +// Equation(s): +// \text_gen|char_ram~34422_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34421_combout & ((\text_gen|char_ram~25815_q ))) # (!\text_gen|char_ram~34421_combout & (\text_gen|char_ram~25801_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34421_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25801_q ), + .datac(\text_gen|char_ram~25815_q ), + .datad(\text_gen|char_ram~34421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34422 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34430 ( +// Equation(s): +// \text_gen|char_ram~34430_combout = (\text_gen|char_ram~34427_combout & ((\text_gen|char_ram~34429_combout ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~34427_combout & (((\text_gen|Add5~2_combout & \text_gen|char_ram~34422_combout )))) + + .dataa(\text_gen|char_ram~34429_combout ), + .datab(\text_gen|char_ram~34427_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~34422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34430 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~34430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N3 +dffeas \text_gen|char_ram~25556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y18_N25 +dffeas \text_gen|char_ram~25584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y18_N7 +dffeas \text_gen|char_ram~25542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y18_N21 +dffeas \text_gen|char_ram~25570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34435 ( +// Equation(s): +// \text_gen|char_ram~34435_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25570_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25542_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25542_q ), + .datad(\text_gen|char_ram~25570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34435 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34436 ( +// Equation(s): +// \text_gen|char_ram~34436_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34435_combout & ((\text_gen|char_ram~25584_q ))) # (!\text_gen|char_ram~34435_combout & (\text_gen|char_ram~25556_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34435_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25556_q ), + .datac(\text_gen|char_ram~25584_q ), + .datad(\text_gen|char_ram~34435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34436 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25794feeder ( +// Equation(s): +// \text_gen|char_ram~25794feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25794feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25794feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25794feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y21_N25 +dffeas \text_gen|char_ram~25794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25794feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y21_N7 +dffeas \text_gen|char_ram~25808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y21_N25 +dffeas \text_gen|char_ram~25766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25780feeder ( +// Equation(s): +// \text_gen|char_ram~25780feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25780feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25780feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25780feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y21_N23 +dffeas \text_gen|char_ram~25780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25780feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34433 ( +// Equation(s): +// \text_gen|char_ram~34433_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25780_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25766_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25766_q ), + .datad(\text_gen|char_ram~25780_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34433 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34434 ( +// Equation(s): +// \text_gen|char_ram~34434_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34433_combout & ((\text_gen|char_ram~25808_q ))) # (!\text_gen|char_ram~34433_combout & (\text_gen|char_ram~25794_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34433_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25794_q ), + .datac(\text_gen|char_ram~25808_q ), + .datad(\text_gen|char_ram~34433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34434 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34437 ( +// Equation(s): +// \text_gen|char_ram~34437_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~34434_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34436_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34436_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~34434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34437 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~34437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y18_N19 +dffeas \text_gen|char_ram~25878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y18_N21 +dffeas \text_gen|char_ram~25892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34438 ( +// Equation(s): +// \text_gen|char_ram~34438_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~25892_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25878_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25878_q ), + .datad(\text_gen|char_ram~25892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34438 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y18_N21 +dffeas \text_gen|char_ram~25920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25906feeder ( +// Equation(s): +// \text_gen|char_ram~25906feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25906feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25906feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25906feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y21_N15 +dffeas \text_gen|char_ram~25906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25906feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34439 ( +// Equation(s): +// \text_gen|char_ram~34439_combout = (\text_gen|char_ram~34438_combout & (((\text_gen|char_ram~25920_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34438_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~25906_q )))) + + .dataa(\text_gen|char_ram~34438_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25920_q ), + .datad(\text_gen|char_ram~25906_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34439 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N9 +dffeas \text_gen|char_ram~25668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y18_N27 +dffeas \text_gen|char_ram~25696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25682feeder ( +// Equation(s): +// \text_gen|char_ram~25682feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25682feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25682feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25682feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N3 +dffeas \text_gen|char_ram~25682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25682feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y18_N25 +dffeas \text_gen|char_ram~25654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34431 ( +// Equation(s): +// \text_gen|char_ram~34431_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~25682_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~25654_q ))))) + + .dataa(\text_gen|char_ram~25682_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25654_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34431 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34432 ( +// Equation(s): +// \text_gen|char_ram~34432_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34431_combout & ((\text_gen|char_ram~25696_q ))) # (!\text_gen|char_ram~34431_combout & (\text_gen|char_ram~25668_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34431_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25668_q ), + .datac(\text_gen|char_ram~25696_q ), + .datad(\text_gen|char_ram~34431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34432 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34440 ( +// Equation(s): +// \text_gen|char_ram~34440_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34437_combout & (\text_gen|char_ram~34439_combout )) # (!\text_gen|char_ram~34437_combout & ((\text_gen|char_ram~34432_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34437_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34437_combout ), + .datac(\text_gen|char_ram~34439_combout ), + .datad(\text_gen|char_ram~34432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34440 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34441 ( +// Equation(s): +// \text_gen|char_ram~34441_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~34430_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~34440_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34430_combout ), + .datad(\text_gen|char_ram~34440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34441 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y19_N17 +dffeas \text_gen|char_ram~25962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y19_N31 +dffeas \text_gen|char_ram~25976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y18_N25 +dffeas \text_gen|char_ram~25948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y18_N1 +dffeas \text_gen|char_ram~25934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34418 ( +// Equation(s): +// \text_gen|char_ram~34418_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~25948_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~25934_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~25948_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25934_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34418 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34419 ( +// Equation(s): +// \text_gen|char_ram~34419_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34418_combout & ((\text_gen|char_ram~25976_q ))) # (!\text_gen|char_ram~34418_combout & (\text_gen|char_ram~25962_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34418_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25962_q ), + .datac(\text_gen|char_ram~25976_q ), + .datad(\text_gen|char_ram~34418_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34419 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y18_N9 +dffeas \text_gen|char_ram~25612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y18_N15 +dffeas \text_gen|char_ram~25640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y14_N25 +dffeas \text_gen|char_ram~25598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25626feeder ( +// Equation(s): +// \text_gen|char_ram~25626feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y17_N5 +dffeas \text_gen|char_ram~25626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34415 ( +// Equation(s): +// \text_gen|char_ram~34415_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25626_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25598_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25598_q ), + .datad(\text_gen|char_ram~25626_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34415 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34416 ( +// Equation(s): +// \text_gen|char_ram~34416_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34415_combout & ((\text_gen|char_ram~25640_q ))) # (!\text_gen|char_ram~34415_combout & (\text_gen|char_ram~25612_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34415_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25612_q ), + .datac(\text_gen|char_ram~25640_q ), + .datad(\text_gen|char_ram~34415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34416 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25850feeder ( +// Equation(s): +// \text_gen|char_ram~25850feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y18_N1 +dffeas \text_gen|char_ram~25850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y18_N21 +dffeas \text_gen|char_ram~25864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25864 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y17_N1 +dffeas \text_gen|char_ram~25822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25836feeder ( +// Equation(s): +// \text_gen|char_ram~25836feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y21_N29 +dffeas \text_gen|char_ram~25836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34413 ( +// Equation(s): +// \text_gen|char_ram~34413_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~25836_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25822_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25822_q ), + .datad(\text_gen|char_ram~25836_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34413 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34414 ( +// Equation(s): +// \text_gen|char_ram~34414_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34413_combout & ((\text_gen|char_ram~25864_q ))) # (!\text_gen|char_ram~34413_combout & (\text_gen|char_ram~25850_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34413_combout )))) + + .dataa(\text_gen|char_ram~25850_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25864_q ), + .datad(\text_gen|char_ram~34413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34414 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34417 ( +// Equation(s): +// \text_gen|char_ram~34417_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~34414_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34416_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34416_combout ), + .datad(\text_gen|char_ram~34414_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34417 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y18_N15 +dffeas \text_gen|char_ram~25752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y18_N17 +dffeas \text_gen|char_ram~25724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y18_N21 +dffeas \text_gen|char_ram~25710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25738feeder ( +// Equation(s): +// \text_gen|char_ram~25738feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25738feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25738feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25738feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y21_N5 +dffeas \text_gen|char_ram~25738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25738feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34411 ( +// Equation(s): +// \text_gen|char_ram~34411_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25738_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25710_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25710_q ), + .datad(\text_gen|char_ram~25738_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34411 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34412 ( +// Equation(s): +// \text_gen|char_ram~34412_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34411_combout & (\text_gen|char_ram~25752_q )) # (!\text_gen|char_ram~34411_combout & ((\text_gen|char_ram~25724_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34411_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25752_q ), + .datac(\text_gen|char_ram~25724_q ), + .datad(\text_gen|char_ram~34411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34412 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34420 ( +// Equation(s): +// \text_gen|char_ram~34420_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34417_combout & (\text_gen|char_ram~34419_combout )) # (!\text_gen|char_ram~34417_combout & ((\text_gen|char_ram~34412_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34417_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34419_combout ), + .datac(\text_gen|char_ram~34417_combout ), + .datad(\text_gen|char_ram~34412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34420 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y15_N9 +dffeas \text_gen|char_ram~25969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y15_N25 +dffeas \text_gen|char_ram~25983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y15_N21 +dffeas \text_gen|char_ram~25941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25955feeder ( +// Equation(s): +// \text_gen|char_ram~25955feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25955feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25955feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25955feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y15_N17 +dffeas \text_gen|char_ram~25955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25955feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34449 ( +// Equation(s): +// \text_gen|char_ram~34449_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25955_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25941_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25941_q ), + .datad(\text_gen|char_ram~25955_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34449 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34450 ( +// Equation(s): +// \text_gen|char_ram~34450_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34449_combout & ((\text_gen|char_ram~25983_q ))) # (!\text_gen|char_ram~34449_combout & (\text_gen|char_ram~25969_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34449_combout )))) + + .dataa(\text_gen|char_ram~25969_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25983_q ), + .datad(\text_gen|char_ram~34449_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34450 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y11_N29 +dffeas \text_gen|char_ram~25857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y11_N31 +dffeas \text_gen|char_ram~25871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y22_N29 +dffeas \text_gen|char_ram~25843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y22_N27 +dffeas \text_gen|char_ram~25829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34442 ( +// Equation(s): +// \text_gen|char_ram~34442_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~25843_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~25829_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25843_q ), + .datac(\text_gen|char_ram~25829_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~34442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34442 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34443 ( +// Equation(s): +// \text_gen|char_ram~34443_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34442_combout & ((\text_gen|char_ram~25871_q ))) # (!\text_gen|char_ram~34442_combout & (\text_gen|char_ram~25857_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34442_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25857_q ), + .datac(\text_gen|char_ram~25871_q ), + .datad(\text_gen|char_ram~34442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34443 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25619feeder ( +// Equation(s): +// \text_gen|char_ram~25619feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25619feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25619feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25619feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y22_N11 +dffeas \text_gen|char_ram~25619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25619feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y14_N9 +dffeas \text_gen|char_ram~25647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y17_N5 +dffeas \text_gen|char_ram~25605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y13_N3 +dffeas \text_gen|char_ram~25633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34446 ( +// Equation(s): +// \text_gen|char_ram~34446_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25633_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25605_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25605_q ), + .datad(\text_gen|char_ram~25633_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34446 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34447 ( +// Equation(s): +// \text_gen|char_ram~34447_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34446_combout & ((\text_gen|char_ram~25647_q ))) # (!\text_gen|char_ram~34446_combout & (\text_gen|char_ram~25619_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34446_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25619_q ), + .datac(\text_gen|char_ram~25647_q ), + .datad(\text_gen|char_ram~34446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34447 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25731feeder ( +// Equation(s): +// \text_gen|char_ram~25731feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~25731feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25731feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25731feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y14_N13 +dffeas \text_gen|char_ram~25731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25731feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y14_N9 +dffeas \text_gen|char_ram~25759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y19_N9 +dffeas \text_gen|char_ram~25717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y19_N25 +dffeas \text_gen|char_ram~25745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34444 ( +// Equation(s): +// \text_gen|char_ram~34444_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25745_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25717_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25717_q ), + .datad(\text_gen|char_ram~25745_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34444 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34445 ( +// Equation(s): +// \text_gen|char_ram~34445_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34444_combout & ((\text_gen|char_ram~25759_q ))) # (!\text_gen|char_ram~34444_combout & (\text_gen|char_ram~25731_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34444_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25731_q ), + .datac(\text_gen|char_ram~25759_q ), + .datad(\text_gen|char_ram~34444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34445 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34448 ( +// Equation(s): +// \text_gen|char_ram~34448_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34445_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34447_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34447_combout ), + .datad(\text_gen|char_ram~34445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34448 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34451 ( +// Equation(s): +// \text_gen|char_ram~34451_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34448_combout & (\text_gen|char_ram~34450_combout )) # (!\text_gen|char_ram~34448_combout & ((\text_gen|char_ram~34443_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34448_combout )))) + + .dataa(\text_gen|char_ram~34450_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34443_combout ), + .datad(\text_gen|char_ram~34448_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34451 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34452 ( +// Equation(s): +// \text_gen|char_ram~34452_combout = (\text_gen|char_ram~34441_combout & (((\text_gen|char_ram~34451_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~34441_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~34420_combout ))) + + .dataa(\text_gen|char_ram~34441_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34420_combout ), + .datad(\text_gen|char_ram~34451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34452 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~34452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4437feeder ( +// Equation(s): +// \text_gen|char_ram~4437feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N31 +dffeas \text_gen|char_ram~4437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4430feeder ( +// Equation(s): +// \text_gen|char_ram~4430feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4430feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4430feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4430feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N1 +dffeas \text_gen|char_ram~4430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4430feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N11 +dffeas \text_gen|char_ram~4374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y18_N3 +dffeas \text_gen|char_ram~4381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34395 ( +// Equation(s): +// \text_gen|char_ram~34395_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4381_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4374_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4374_q ), + .datad(\text_gen|char_ram~4381_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34395 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34396 ( +// Equation(s): +// \text_gen|char_ram~34396_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34395_combout & (\text_gen|char_ram~4437_q )) # (!\text_gen|char_ram~34395_combout & ((\text_gen|char_ram~4430_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34395_combout )))) + + .dataa(\text_gen|char_ram~4437_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4430_q ), + .datad(\text_gen|char_ram~34395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34396 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4318feeder ( +// Equation(s): +// \text_gen|char_ram~4318feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4318feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4318feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4318feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y18_N5 +dffeas \text_gen|char_ram~4318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4318feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y16_N27 +dffeas \text_gen|char_ram~4325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y22_N31 +dffeas \text_gen|char_ram~4262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y22_N29 +dffeas \text_gen|char_ram~4269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34390 ( +// Equation(s): +// \text_gen|char_ram~34390_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4269_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4262_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4262_q ), + .datad(\text_gen|char_ram~4269_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34390 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34391 ( +// Equation(s): +// \text_gen|char_ram~34391_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34390_combout & ((\text_gen|char_ram~4325_q ))) # (!\text_gen|char_ram~34390_combout & (\text_gen|char_ram~4318_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34390_combout )))) + + .dataa(\text_gen|char_ram~4318_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4325_q ), + .datad(\text_gen|char_ram~34390_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34391 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y13_N5 +dffeas \text_gen|char_ram~4094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y16_N29 +dffeas \text_gen|char_ram~4101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y22_N25 +dffeas \text_gen|char_ram~4045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N19 +dffeas \text_gen|char_ram~4038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34392 ( +// Equation(s): +// \text_gen|char_ram~34392_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4045_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~4038_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4045_q ), + .datac(\text_gen|char_ram~4038_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34392 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34393 ( +// Equation(s): +// \text_gen|char_ram~34393_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34392_combout & ((\text_gen|char_ram~4101_q ))) # (!\text_gen|char_ram~34392_combout & (\text_gen|char_ram~4094_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34392_combout )))) + + .dataa(\text_gen|char_ram~4094_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4101_q ), + .datad(\text_gen|char_ram~34392_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34393 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34394 ( +// Equation(s): +// \text_gen|char_ram~34394_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34391_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~34393_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34391_combout ), + .datad(\text_gen|char_ram~34393_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34394 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y16_N29 +dffeas \text_gen|char_ram~4206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y16_N11 +dffeas \text_gen|char_ram~4213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y24_N3 +dffeas \text_gen|char_ram~4150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y32_N17 +dffeas \text_gen|char_ram~4157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34388 ( +// Equation(s): +// \text_gen|char_ram~34388_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4157_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4150_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4150_q ), + .datad(\text_gen|char_ram~4157_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34388 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34389 ( +// Equation(s): +// \text_gen|char_ram~34389_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34388_combout & ((\text_gen|char_ram~4213_q ))) # (!\text_gen|char_ram~34388_combout & (\text_gen|char_ram~4206_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34388_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4206_q ), + .datac(\text_gen|char_ram~4213_q ), + .datad(\text_gen|char_ram~34388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34389 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34397 ( +// Equation(s): +// \text_gen|char_ram~34397_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34394_combout & (\text_gen|char_ram~34396_combout )) # (!\text_gen|char_ram~34394_combout & ((\text_gen|char_ram~34389_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34394_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34396_combout ), + .datac(\text_gen|char_ram~34394_combout ), + .datad(\text_gen|char_ram~34389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34397 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y20_N29 +dffeas \text_gen|char_ram~4234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y20_N23 +dffeas \text_gen|char_ram~4241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y24_N21 +dffeas \text_gen|char_ram~4178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4185feeder ( +// Equation(s): +// \text_gen|char_ram~4185feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4185feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4185feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4185feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y24_N17 +dffeas \text_gen|char_ram~4185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4185feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34378 ( +// Equation(s): +// \text_gen|char_ram~34378_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4185_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4178_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4178_q ), + .datad(\text_gen|char_ram~4185_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34378 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34379 ( +// Equation(s): +// \text_gen|char_ram~34379_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34378_combout & ((\text_gen|char_ram~4241_q ))) # (!\text_gen|char_ram~34378_combout & (\text_gen|char_ram~4234_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34378_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4234_q ), + .datac(\text_gen|char_ram~4241_q ), + .datad(\text_gen|char_ram~34378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34379 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y16_N1 +dffeas \text_gen|char_ram~4458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y16_N31 +dffeas \text_gen|char_ram~4465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y16_N25 +dffeas \text_gen|char_ram~4402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N25 +dffeas \text_gen|char_ram~4409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34385 ( +// Equation(s): +// \text_gen|char_ram~34385_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4409_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4402_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4402_q ), + .datad(\text_gen|char_ram~4409_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34385 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34386 ( +// Equation(s): +// \text_gen|char_ram~34386_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34385_combout & ((\text_gen|char_ram~4465_q ))) # (!\text_gen|char_ram~34385_combout & (\text_gen|char_ram~4458_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34385_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4458_q ), + .datac(\text_gen|char_ram~4465_q ), + .datad(\text_gen|char_ram~34385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34386 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y16_N17 +dffeas \text_gen|char_ram~4346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y13_N25 +dffeas \text_gen|char_ram~4353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y24_N13 +dffeas \text_gen|char_ram~4297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y24_N15 +dffeas \text_gen|char_ram~4290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34380 ( +// Equation(s): +// \text_gen|char_ram~34380_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4297_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4290_q ))))) + + .dataa(\text_gen|char_ram~4297_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4290_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~34380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34380 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34381 ( +// Equation(s): +// \text_gen|char_ram~34381_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34380_combout & ((\text_gen|char_ram~4353_q ))) # (!\text_gen|char_ram~34380_combout & (\text_gen|char_ram~4346_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34380_combout )))) + + .dataa(\text_gen|char_ram~4346_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4353_q ), + .datad(\text_gen|char_ram~34380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34381 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y8_N13 +dffeas \text_gen|char_ram~4122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y8_N15 +dffeas \text_gen|char_ram~4129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y13_N7 +dffeas \text_gen|char_ram~4066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y13_N29 +dffeas \text_gen|char_ram~4073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34382 ( +// Equation(s): +// \text_gen|char_ram~34382_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4073_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4066_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4066_q ), + .datad(\text_gen|char_ram~4073_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34382 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34383 ( +// Equation(s): +// \text_gen|char_ram~34383_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34382_combout & ((\text_gen|char_ram~4129_q ))) # (!\text_gen|char_ram~34382_combout & (\text_gen|char_ram~4122_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34382_combout )))) + + .dataa(\text_gen|char_ram~4122_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4129_q ), + .datad(\text_gen|char_ram~34382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34383 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34384 ( +// Equation(s): +// \text_gen|char_ram~34384_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34381_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~34383_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34381_combout ), + .datad(\text_gen|char_ram~34383_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34384 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34387 ( +// Equation(s): +// \text_gen|char_ram~34387_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34384_combout & ((\text_gen|char_ram~34386_combout ))) # (!\text_gen|char_ram~34384_combout & (\text_gen|char_ram~34379_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34384_combout )))) + + .dataa(\text_gen|char_ram~34379_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34386_combout ), + .datad(\text_gen|char_ram~34384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34387 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34398 ( +// Equation(s): +// \text_gen|char_ram~34398_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~34387_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~34397_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~34397_combout ), + .datad(\text_gen|char_ram~34387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34398 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y17_N5 +dffeas \text_gen|char_ram~4472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y13_N15 +dffeas \text_gen|char_ram~4479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y13_N13 +dffeas \text_gen|char_ram~4416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y14_N17 +dffeas \text_gen|char_ram~4423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34406 ( +// Equation(s): +// \text_gen|char_ram~34406_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4423_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4416_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4416_q ), + .datad(\text_gen|char_ram~4423_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34406 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34407 ( +// Equation(s): +// \text_gen|char_ram~34407_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34406_combout & ((\text_gen|char_ram~4479_q ))) # (!\text_gen|char_ram~34406_combout & (\text_gen|char_ram~4472_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34406_combout )))) + + .dataa(\text_gen|char_ram~4472_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4479_q ), + .datad(\text_gen|char_ram~34406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34407 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4360feeder ( +// Equation(s): +// \text_gen|char_ram~4360feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4360feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4360feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4360feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y23_N29 +dffeas \text_gen|char_ram~4360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4360feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y23_N23 +dffeas \text_gen|char_ram~4367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y23_N29 +dffeas \text_gen|char_ram~4311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y23_N15 +dffeas \text_gen|char_ram~4304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34399 ( +// Equation(s): +// \text_gen|char_ram~34399_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4311_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4304_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4311_q ), + .datac(\text_gen|char_ram~4304_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~34399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34399 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34400 ( +// Equation(s): +// \text_gen|char_ram~34400_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34399_combout & ((\text_gen|char_ram~4367_q ))) # (!\text_gen|char_ram~34399_combout & (\text_gen|char_ram~4360_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34399_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4360_q ), + .datac(\text_gen|char_ram~4367_q ), + .datad(\text_gen|char_ram~34399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34400 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4136feeder ( +// Equation(s): +// \text_gen|char_ram~4136feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4136feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4136feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4136feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y15_N1 +dffeas \text_gen|char_ram~4136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4136feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y14_N17 +dffeas \text_gen|char_ram~4143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y18_N5 +dffeas \text_gen|char_ram~4080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N15 +dffeas \text_gen|char_ram~4087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34403 ( +// Equation(s): +// \text_gen|char_ram~34403_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4087_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4080_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4080_q ), + .datad(\text_gen|char_ram~4087_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34403 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34404 ( +// Equation(s): +// \text_gen|char_ram~34404_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34403_combout & ((\text_gen|char_ram~4143_q ))) # (!\text_gen|char_ram~34403_combout & (\text_gen|char_ram~4136_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34403_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4136_q ), + .datac(\text_gen|char_ram~4143_q ), + .datad(\text_gen|char_ram~34403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34404 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y16_N29 +dffeas \text_gen|char_ram~4199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y16_N7 +dffeas \text_gen|char_ram~4255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y18_N29 +dffeas \text_gen|char_ram~4248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y18_N15 +dffeas \text_gen|char_ram~4192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34401 ( +// Equation(s): +// \text_gen|char_ram~34401_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~4248_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~4192_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4248_q ), + .datac(\text_gen|char_ram~4192_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~34401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34401 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34402 ( +// Equation(s): +// \text_gen|char_ram~34402_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34401_combout & ((\text_gen|char_ram~4255_q ))) # (!\text_gen|char_ram~34401_combout & (\text_gen|char_ram~4199_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34401_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4199_q ), + .datac(\text_gen|char_ram~4255_q ), + .datad(\text_gen|char_ram~34401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34402 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34405 ( +// Equation(s): +// \text_gen|char_ram~34405_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34402_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34404_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34404_combout ), + .datad(\text_gen|char_ram~34402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34405 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34408 ( +// Equation(s): +// \text_gen|char_ram~34408_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34405_combout & (\text_gen|char_ram~34407_combout )) # (!\text_gen|char_ram~34405_combout & ((\text_gen|char_ram~34400_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34405_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34407_combout ), + .datac(\text_gen|char_ram~34400_combout ), + .datad(\text_gen|char_ram~34405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34408 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4115feeder ( +// Equation(s): +// \text_gen|char_ram~4115feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4115feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4115feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4115feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y22_N13 +dffeas \text_gen|char_ram~4115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4115feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y18_N1 +dffeas \text_gen|char_ram~4108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N1 +dffeas \text_gen|char_ram~4052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y21_N21 +dffeas \text_gen|char_ram~4059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34372 ( +// Equation(s): +// \text_gen|char_ram~34372_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4059_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4052_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4052_q ), + .datad(\text_gen|char_ram~4059_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34372 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34373 ( +// Equation(s): +// \text_gen|char_ram~34373_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34372_combout & (\text_gen|char_ram~4115_q )) # (!\text_gen|char_ram~34372_combout & ((\text_gen|char_ram~4108_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34372_combout )))) + + .dataa(\text_gen|char_ram~4115_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4108_q ), + .datad(\text_gen|char_ram~34372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34373 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y22_N1 +dffeas \text_gen|char_ram~4220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y22_N29 +dffeas \text_gen|char_ram~4227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4171feeder ( +// Equation(s): +// \text_gen|char_ram~4171feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4171feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4171feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4171feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y25_N21 +dffeas \text_gen|char_ram~4171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4171feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y22_N25 +dffeas \text_gen|char_ram~4164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34370 ( +// Equation(s): +// \text_gen|char_ram~34370_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4171_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4164_q ))))) + + .dataa(\text_gen|char_ram~4171_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4164_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~34370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34370 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34371 ( +// Equation(s): +// \text_gen|char_ram~34371_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34370_combout & ((\text_gen|char_ram~4227_q ))) # (!\text_gen|char_ram~34370_combout & (\text_gen|char_ram~4220_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34370_combout )))) + + .dataa(\text_gen|char_ram~4220_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4227_q ), + .datad(\text_gen|char_ram~34370_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34371 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34374 ( +// Equation(s): +// \text_gen|char_ram~34374_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34371_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34373_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34373_combout ), + .datad(\text_gen|char_ram~34371_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34374 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y22_N31 +dffeas \text_gen|char_ram~4339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y22_N17 +dffeas \text_gen|char_ram~4332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y22_N5 +dffeas \text_gen|char_ram~4276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y22_N25 +dffeas \text_gen|char_ram~4283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34368 ( +// Equation(s): +// \text_gen|char_ram~34368_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4283_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4276_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4276_q ), + .datad(\text_gen|char_ram~4283_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34368 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34369 ( +// Equation(s): +// \text_gen|char_ram~34369_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34368_combout & (\text_gen|char_ram~4339_q )) # (!\text_gen|char_ram~34368_combout & ((\text_gen|char_ram~4332_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34368_combout )))) + + .dataa(\text_gen|char_ram~4339_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4332_q ), + .datad(\text_gen|char_ram~34368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34369 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y22_N5 +dffeas \text_gen|char_ram~4444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4444 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y18_N5 +dffeas \text_gen|char_ram~4451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y21_N17 +dffeas \text_gen|char_ram~4388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4395feeder ( +// Equation(s): +// \text_gen|char_ram~4395feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~4395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y14_N5 +dffeas \text_gen|char_ram~4395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34375 ( +// Equation(s): +// \text_gen|char_ram~34375_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4395_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4388_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4388_q ), + .datad(\text_gen|char_ram~4395_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34375 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34376 ( +// Equation(s): +// \text_gen|char_ram~34376_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34375_combout & ((\text_gen|char_ram~4451_q ))) # (!\text_gen|char_ram~34375_combout & (\text_gen|char_ram~4444_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34375_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4444_q ), + .datac(\text_gen|char_ram~4451_q ), + .datad(\text_gen|char_ram~34375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34376 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34377 ( +// Equation(s): +// \text_gen|char_ram~34377_combout = (\text_gen|char_ram~34374_combout & (((\text_gen|char_ram~34376_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~34374_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~34369_combout ))) + + .dataa(\text_gen|char_ram~34374_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34369_combout ), + .datad(\text_gen|char_ram~34376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34377 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~34377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34409 ( +// Equation(s): +// \text_gen|char_ram~34409_combout = (\text_gen|char_ram~34398_combout & (((\text_gen|char_ram~34408_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34398_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34377_combout )))) + + .dataa(\text_gen|char_ram~34398_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~34408_combout ), + .datad(\text_gen|char_ram~34377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34409 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y18_N13 +dffeas \text_gen|char_ram~11612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y18_N15 +dffeas \text_gen|char_ram~11619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y16_N25 +dffeas \text_gen|char_ram~11563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y17_N25 +dffeas \text_gen|char_ram~11556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34333 ( +// Equation(s): +// \text_gen|char_ram~34333_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~11563_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~11556_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11563_q ), + .datac(\text_gen|char_ram~11556_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34333 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34334 ( +// Equation(s): +// \text_gen|char_ram~34334_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34333_combout & ((\text_gen|char_ram~11619_q ))) # (!\text_gen|char_ram~34333_combout & (\text_gen|char_ram~11612_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34333_combout )))) + + .dataa(\text_gen|char_ram~11612_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11619_q ), + .datad(\text_gen|char_ram~34333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34334 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11507feeder ( +// Equation(s): +// \text_gen|char_ram~11507feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11507feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11507feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11507feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y17_N5 +dffeas \text_gen|char_ram~11507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11507feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y17_N17 +dffeas \text_gen|char_ram~11500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y20_N9 +dffeas \text_gen|char_ram~11444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11451feeder ( +// Equation(s): +// \text_gen|char_ram~11451feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11451feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11451feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11451feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y23_N17 +dffeas \text_gen|char_ram~11451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11451feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34326 ( +// Equation(s): +// \text_gen|char_ram~34326_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~11451_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11444_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11444_q ), + .datad(\text_gen|char_ram~11451_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34326 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34327 ( +// Equation(s): +// \text_gen|char_ram~34327_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34326_combout & (\text_gen|char_ram~11507_q )) # (!\text_gen|char_ram~34326_combout & ((\text_gen|char_ram~11500_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34326_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11507_q ), + .datac(\text_gen|char_ram~11500_q ), + .datad(\text_gen|char_ram~34326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34327 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N25 +dffeas \text_gen|char_ram~11227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y18_N31 +dffeas \text_gen|char_ram~11283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11276feeder ( +// Equation(s): +// \text_gen|char_ram~11276feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11276feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11276feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11276feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y18_N13 +dffeas \text_gen|char_ram~11276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11276feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y18_N13 +dffeas \text_gen|char_ram~11220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34330 ( +// Equation(s): +// \text_gen|char_ram~34330_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~11276_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~11220_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11276_q ), + .datac(\text_gen|char_ram~11220_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34330 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34331 ( +// Equation(s): +// \text_gen|char_ram~34331_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34330_combout & ((\text_gen|char_ram~11283_q ))) # (!\text_gen|char_ram~34330_combout & (\text_gen|char_ram~11227_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34330_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11227_q ), + .datac(\text_gen|char_ram~11283_q ), + .datad(\text_gen|char_ram~34330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34331 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N17 +dffeas \text_gen|char_ram~11339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y22_N23 +dffeas \text_gen|char_ram~11395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y24_N5 +dffeas \text_gen|char_ram~11332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y23_N17 +dffeas \text_gen|char_ram~11388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34328 ( +// Equation(s): +// \text_gen|char_ram~34328_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11388_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11332_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11332_q ), + .datad(\text_gen|char_ram~11388_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34328 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34329 ( +// Equation(s): +// \text_gen|char_ram~34329_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34328_combout & ((\text_gen|char_ram~11395_q ))) # (!\text_gen|char_ram~34328_combout & (\text_gen|char_ram~11339_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34328_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11339_q ), + .datac(\text_gen|char_ram~11395_q ), + .datad(\text_gen|char_ram~34328_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34329 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34332 ( +// Equation(s): +// \text_gen|char_ram~34332_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34329_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34331_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34331_combout ), + .datad(\text_gen|char_ram~34329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34332 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34335 ( +// Equation(s): +// \text_gen|char_ram~34335_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34332_combout & (\text_gen|char_ram~34334_combout )) # (!\text_gen|char_ram~34332_combout & ((\text_gen|char_ram~34327_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34332_combout )))) + + .dataa(\text_gen|char_ram~34334_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34327_combout ), + .datad(\text_gen|char_ram~34332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34335 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y20_N29 +dffeas \text_gen|char_ram~11255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y22_N25 +dffeas \text_gen|char_ram~11367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y16_N9 +dffeas \text_gen|char_ram~11248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y18_N11 +dffeas \text_gen|char_ram~11360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34361 ( +// Equation(s): +// \text_gen|char_ram~34361_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~11360_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11248_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11248_q ), + .datad(\text_gen|char_ram~11360_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34361 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34362 ( +// Equation(s): +// \text_gen|char_ram~34362_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34361_combout & ((\text_gen|char_ram~11367_q ))) # (!\text_gen|char_ram~34361_combout & (\text_gen|char_ram~11255_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34361_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11255_q ), + .datac(\text_gen|char_ram~11367_q ), + .datad(\text_gen|char_ram~34361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34362 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y20_N13 +dffeas \text_gen|char_ram~11479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y20_N15 +dffeas \text_gen|char_ram~11591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y20_N21 +dffeas \text_gen|char_ram~11472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y21_N21 +dffeas \text_gen|char_ram~11584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34359 ( +// Equation(s): +// \text_gen|char_ram~34359_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~11584_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11472_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11472_q ), + .datad(\text_gen|char_ram~11584_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34359 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34360 ( +// Equation(s): +// \text_gen|char_ram~34360_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34359_combout & ((\text_gen|char_ram~11591_q ))) # (!\text_gen|char_ram~34359_combout & (\text_gen|char_ram~11479_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34359_combout )))) + + .dataa(\text_gen|char_ram~11479_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11591_q ), + .datad(\text_gen|char_ram~34359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34360 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34363 ( +// Equation(s): +// \text_gen|char_ram~34363_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~34360_combout )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~34362_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34362_combout ), + .datad(\text_gen|char_ram~34360_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34363 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11535feeder ( +// Equation(s): +// \text_gen|char_ram~11535feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y17_N31 +dffeas \text_gen|char_ram~11535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y16_N3 +dffeas \text_gen|char_ram~11647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y24_N27 +dffeas \text_gen|char_ram~11528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y17_N31 +dffeas \text_gen|char_ram~11640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34364 ( +// Equation(s): +// \text_gen|char_ram~34364_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11640_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11528_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11528_q ), + .datad(\text_gen|char_ram~11640_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34364 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34365 ( +// Equation(s): +// \text_gen|char_ram~34365_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34364_combout & ((\text_gen|char_ram~11647_q ))) # (!\text_gen|char_ram~34364_combout & (\text_gen|char_ram~11535_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34364_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11535_q ), + .datac(\text_gen|char_ram~11647_q ), + .datad(\text_gen|char_ram~34364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34365 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11311feeder ( +// Equation(s): +// \text_gen|char_ram~11311feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11311feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11311feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11311feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y18_N27 +dffeas \text_gen|char_ram~11311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11311feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y16_N5 +dffeas \text_gen|char_ram~11423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y17_N29 +dffeas \text_gen|char_ram~11304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y18_N13 +dffeas \text_gen|char_ram~11416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34357 ( +// Equation(s): +// \text_gen|char_ram~34357_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~11416_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11304_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11304_q ), + .datad(\text_gen|char_ram~11416_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34357 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34358 ( +// Equation(s): +// \text_gen|char_ram~34358_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34357_combout & ((\text_gen|char_ram~11423_q ))) # (!\text_gen|char_ram~34357_combout & (\text_gen|char_ram~11311_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34357_combout )))) + + .dataa(\text_gen|char_ram~11311_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11423_q ), + .datad(\text_gen|char_ram~34357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34358 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34366 ( +// Equation(s): +// \text_gen|char_ram~34366_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34363_combout & (\text_gen|char_ram~34365_combout )) # (!\text_gen|char_ram~34363_combout & ((\text_gen|char_ram~34358_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~34363_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34363_combout ), + .datac(\text_gen|char_ram~34365_combout ), + .datad(\text_gen|char_ram~34358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34366 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y25_N25 +dffeas \text_gen|char_ram~11353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y21_N19 +dffeas \text_gen|char_ram~11577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y21_N13 +dffeas \text_gen|char_ram~11346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11570feeder ( +// Equation(s): +// \text_gen|char_ram~11570feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11570feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N1 +dffeas \text_gen|char_ram~11570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34338 ( +// Equation(s): +// \text_gen|char_ram~34338_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11570_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~11346_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11346_q ), + .datad(\text_gen|char_ram~11570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34338 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34339 ( +// Equation(s): +// \text_gen|char_ram~34339_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34338_combout & ((\text_gen|char_ram~11577_q ))) # (!\text_gen|char_ram~34338_combout & (\text_gen|char_ram~11353_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34338_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11353_q ), + .datac(\text_gen|char_ram~11577_q ), + .datad(\text_gen|char_ram~34338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34339 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y21_N25 +dffeas \text_gen|char_ram~11241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y21_N19 +dffeas \text_gen|char_ram~11465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y21_N21 +dffeas \text_gen|char_ram~11458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y21_N13 +dffeas \text_gen|char_ram~11234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34340 ( +// Equation(s): +// \text_gen|char_ram~34340_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11458_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11234_q ))))) + + .dataa(\text_gen|char_ram~11458_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11234_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34340 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34341 ( +// Equation(s): +// \text_gen|char_ram~34341_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34340_combout & ((\text_gen|char_ram~11465_q ))) # (!\text_gen|char_ram~34340_combout & (\text_gen|char_ram~11241_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34340_combout )))) + + .dataa(\text_gen|char_ram~11241_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11465_q ), + .datad(\text_gen|char_ram~34340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34341 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34342 ( +// Equation(s): +// \text_gen|char_ram~34342_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~34339_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~34341_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34339_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34341_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34342 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~34342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N25 +dffeas \text_gen|char_ram~11297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y13_N11 +dffeas \text_gen|char_ram~11521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y13_N29 +dffeas \text_gen|char_ram~11290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11514feeder ( +// Equation(s): +// \text_gen|char_ram~11514feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y13_N9 +dffeas \text_gen|char_ram~11514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34336 ( +// Equation(s): +// \text_gen|char_ram~34336_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11514_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11290_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11290_q ), + .datad(\text_gen|char_ram~11514_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34336 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34337 ( +// Equation(s): +// \text_gen|char_ram~34337_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34336_combout & ((\text_gen|char_ram~11521_q ))) # (!\text_gen|char_ram~34336_combout & (\text_gen|char_ram~11297_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34336_combout )))) + + .dataa(\text_gen|char_ram~11297_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11521_q ), + .datad(\text_gen|char_ram~34336_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34337 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11409feeder ( +// Equation(s): +// \text_gen|char_ram~11409feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11409feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11409feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11409feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y24_N13 +dffeas \text_gen|char_ram~11409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11409feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y24_N31 +dffeas \text_gen|char_ram~11633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11626feeder ( +// Equation(s): +// \text_gen|char_ram~11626feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y24_N17 +dffeas \text_gen|char_ram~11626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y24_N17 +dffeas \text_gen|char_ram~11402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34343 ( +// Equation(s): +// \text_gen|char_ram~34343_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11626_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11402_q ))))) + + .dataa(\text_gen|char_ram~11626_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11402_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34343 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34344 ( +// Equation(s): +// \text_gen|char_ram~34344_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34343_combout & ((\text_gen|char_ram~11633_q ))) # (!\text_gen|char_ram~34343_combout & (\text_gen|char_ram~11409_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34343_combout )))) + + .dataa(\text_gen|char_ram~11409_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11633_q ), + .datad(\text_gen|char_ram~34343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34344 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34345 ( +// Equation(s): +// \text_gen|char_ram~34345_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34342_combout & ((\text_gen|char_ram~34344_combout ))) # (!\text_gen|char_ram~34342_combout & (\text_gen|char_ram~34337_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~34342_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34342_combout ), + .datac(\text_gen|char_ram~34337_combout ), + .datad(\text_gen|char_ram~34344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34345 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~34345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y14_N29 +dffeas \text_gen|char_ram~11542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11549feeder ( +// Equation(s): +// \text_gen|char_ram~11549feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y10_N5 +dffeas \text_gen|char_ram~11549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34353 ( +// Equation(s): +// \text_gen|char_ram~34353_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11549_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11542_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11542_q ), + .datad(\text_gen|char_ram~11549_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34353 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N9 +dffeas \text_gen|char_ram~11598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y14_N3 +dffeas \text_gen|char_ram~11605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34354 ( +// Equation(s): +// \text_gen|char_ram~34354_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34353_combout & ((\text_gen|char_ram~11605_q ))) # (!\text_gen|char_ram~34353_combout & (\text_gen|char_ram~11598_q )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~34353_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34353_combout ), + .datac(\text_gen|char_ram~11598_q ), + .datad(\text_gen|char_ram~11605_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34354 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~34354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11325feeder ( +// Equation(s): +// \text_gen|char_ram~11325feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11325feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11325feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11325feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y25_N29 +dffeas \text_gen|char_ram~11325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11325feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y25_N31 +dffeas \text_gen|char_ram~11381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y25_N29 +dffeas \text_gen|char_ram~11318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11374feeder ( +// Equation(s): +// \text_gen|char_ram~11374feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11374feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11374feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11374feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y25_N13 +dffeas \text_gen|char_ram~11374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11374feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34346 ( +// Equation(s): +// \text_gen|char_ram~34346_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11374_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11318_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11318_q ), + .datad(\text_gen|char_ram~11374_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34346 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34347 ( +// Equation(s): +// \text_gen|char_ram~34347_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34346_combout & ((\text_gen|char_ram~11381_q ))) # (!\text_gen|char_ram~34346_combout & (\text_gen|char_ram~11325_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34346_combout )))) + + .dataa(\text_gen|char_ram~11325_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11381_q ), + .datad(\text_gen|char_ram~34346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34347 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y16_N17 +dffeas \text_gen|char_ram~11430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11437feeder ( +// Equation(s): +// \text_gen|char_ram~11437feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y16_N27 +dffeas \text_gen|char_ram~11437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34348 ( +// Equation(s): +// \text_gen|char_ram~34348_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11437_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11430_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11430_q ), + .datad(\text_gen|char_ram~11437_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34348 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y16_N31 +dffeas \text_gen|char_ram~11493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11486feeder ( +// Equation(s): +// \text_gen|char_ram~11486feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~11486feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11486feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11486feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y16_N21 +dffeas \text_gen|char_ram~11486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11486feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34349 ( +// Equation(s): +// \text_gen|char_ram~34349_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34348_combout & (\text_gen|char_ram~11493_q )) # (!\text_gen|char_ram~34348_combout & ((\text_gen|char_ram~11486_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~34348_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34348_combout ), + .datac(\text_gen|char_ram~11493_q ), + .datad(\text_gen|char_ram~11486_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34349 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N9 +dffeas \text_gen|char_ram~11213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y16_N19 +dffeas \text_gen|char_ram~11269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y14_N29 +dffeas \text_gen|char_ram~11262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y14_N11 +dffeas \text_gen|char_ram~11206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34350 ( +// Equation(s): +// \text_gen|char_ram~34350_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~11262_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~11206_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11262_q ), + .datac(\text_gen|char_ram~11206_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34350 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34351 ( +// Equation(s): +// \text_gen|char_ram~34351_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34350_combout & ((\text_gen|char_ram~11269_q ))) # (!\text_gen|char_ram~34350_combout & (\text_gen|char_ram~11213_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34350_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11213_q ), + .datac(\text_gen|char_ram~11269_q ), + .datad(\text_gen|char_ram~34350_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34351 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34352 ( +// Equation(s): +// \text_gen|char_ram~34352_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~34349_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~34351_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34349_combout ), + .datad(\text_gen|char_ram~34351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34352 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34355 ( +// Equation(s): +// \text_gen|char_ram~34355_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34352_combout & (\text_gen|char_ram~34354_combout )) # (!\text_gen|char_ram~34352_combout & ((\text_gen|char_ram~34347_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34352_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34354_combout ), + .datac(\text_gen|char_ram~34347_combout ), + .datad(\text_gen|char_ram~34352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34355 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34356 ( +// Equation(s): +// \text_gen|char_ram~34356_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~34345_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~34355_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~34345_combout ), + .datad(\text_gen|char_ram~34355_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34356 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34367 ( +// Equation(s): +// \text_gen|char_ram~34367_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34356_combout & ((\text_gen|char_ram~34366_combout ))) # (!\text_gen|char_ram~34356_combout & (\text_gen|char_ram~34335_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34356_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34335_combout ), + .datac(\text_gen|char_ram~34366_combout ), + .datad(\text_gen|char_ram~34356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34367 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34410 ( +// Equation(s): +// \text_gen|char_ram~34410_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~34367_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~34409_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34409_combout ), + .datad(\text_gen|char_ram~34367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34410 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N11 +dffeas \text_gen|char_ram~18710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y23_N17 +dffeas \text_gen|char_ram~18717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34311 ( +// Equation(s): +// \text_gen|char_ram~34311_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~18717_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18710_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18710_q ), + .datad(\text_gen|char_ram~18717_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34311 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y23_N23 +dffeas \text_gen|char_ram~18766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y23_N19 +dffeas \text_gen|char_ram~18773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34312 ( +// Equation(s): +// \text_gen|char_ram~34312_combout = (\text_gen|char_ram~34311_combout & (((\text_gen|char_ram~18773_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~34311_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~18766_q ))) + + .dataa(\text_gen|char_ram~34311_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18766_q ), + .datad(\text_gen|char_ram~18773_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34312 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~34312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y17_N29 +dffeas \text_gen|char_ram~18542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y17_N7 +dffeas \text_gen|char_ram~18549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y30_N25 +dffeas \text_gen|char_ram~18486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18493feeder ( +// Equation(s): +// \text_gen|char_ram~18493feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y30_N13 +dffeas \text_gen|char_ram~18493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34304 ( +// Equation(s): +// \text_gen|char_ram~34304_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18493_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18486_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18486_q ), + .datad(\text_gen|char_ram~18493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34304 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34305 ( +// Equation(s): +// \text_gen|char_ram~34305_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34304_combout & ((\text_gen|char_ram~18549_q ))) # (!\text_gen|char_ram~34304_combout & (\text_gen|char_ram~18542_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34304_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18542_q ), + .datac(\text_gen|char_ram~18549_q ), + .datad(\text_gen|char_ram~34304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34305 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18430feeder ( +// Equation(s): +// \text_gen|char_ram~18430feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18430feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18430feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18430feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y25_N9 +dffeas \text_gen|char_ram~18430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18430feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y17_N27 +dffeas \text_gen|char_ram~18437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y22_N21 +dffeas \text_gen|char_ram~18381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N9 +dffeas \text_gen|char_ram~18374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34308 ( +// Equation(s): +// \text_gen|char_ram~34308_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~18381_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~18374_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18381_q ), + .datac(\text_gen|char_ram~18374_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34308 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34309 ( +// Equation(s): +// \text_gen|char_ram~34309_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34308_combout & ((\text_gen|char_ram~18437_q ))) # (!\text_gen|char_ram~34308_combout & (\text_gen|char_ram~18430_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34308_combout )))) + + .dataa(\text_gen|char_ram~18430_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18437_q ), + .datad(\text_gen|char_ram~34308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34309 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y19_N29 +dffeas \text_gen|char_ram~18654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y15_N25 +dffeas \text_gen|char_ram~18661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y23_N9 +dffeas \text_gen|char_ram~18598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y23_N29 +dffeas \text_gen|char_ram~18605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34306 ( +// Equation(s): +// \text_gen|char_ram~34306_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18605_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18598_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18598_q ), + .datad(\text_gen|char_ram~18605_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34306 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34307 ( +// Equation(s): +// \text_gen|char_ram~34307_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34306_combout & ((\text_gen|char_ram~18661_q ))) # (!\text_gen|char_ram~34306_combout & (\text_gen|char_ram~18654_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34306_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18654_q ), + .datac(\text_gen|char_ram~18661_q ), + .datad(\text_gen|char_ram~34306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34307 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34310 ( +// Equation(s): +// \text_gen|char_ram~34310_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34307_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34309_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34309_combout ), + .datad(\text_gen|char_ram~34307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34310 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34313 ( +// Equation(s): +// \text_gen|char_ram~34313_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34310_combout & (\text_gen|char_ram~34312_combout )) # (!\text_gen|char_ram~34310_combout & ((\text_gen|char_ram~34305_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34310_combout )))) + + .dataa(\text_gen|char_ram~34312_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34305_combout ), + .datad(\text_gen|char_ram~34310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34313 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18689feeder ( +// Equation(s): +// \text_gen|char_ram~18689feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18689feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y17_N25 +dffeas \text_gen|char_ram~18689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y13_N11 +dffeas \text_gen|char_ram~18801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y16_N27 +dffeas \text_gen|char_ram~18682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y16_N25 +dffeas \text_gen|char_ram~18794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34301 ( +// Equation(s): +// \text_gen|char_ram~34301_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18794_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18682_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18682_q ), + .datad(\text_gen|char_ram~18794_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34301 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34302 ( +// Equation(s): +// \text_gen|char_ram~34302_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34301_combout & ((\text_gen|char_ram~18801_q ))) # (!\text_gen|char_ram~34301_combout & (\text_gen|char_ram~18689_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34301_combout )))) + + .dataa(\text_gen|char_ram~18689_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18801_q ), + .datad(\text_gen|char_ram~34301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34302 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y13_N21 +dffeas \text_gen|char_ram~18577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y13_N13 +dffeas \text_gen|char_ram~18465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y13_N25 +dffeas \text_gen|char_ram~18458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18570feeder ( +// Equation(s): +// \text_gen|char_ram~18570feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18570feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18570feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18570feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y12_N1 +dffeas \text_gen|char_ram~18570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18570feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34294 ( +// Equation(s): +// \text_gen|char_ram~34294_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18570_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18458_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18458_q ), + .datad(\text_gen|char_ram~18570_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34294 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34295 ( +// Equation(s): +// \text_gen|char_ram~34295_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34294_combout & (\text_gen|char_ram~18577_q )) # (!\text_gen|char_ram~34294_combout & ((\text_gen|char_ram~18465_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34294_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18577_q ), + .datac(\text_gen|char_ram~18465_q ), + .datad(\text_gen|char_ram~34294_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34295 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y16_N15 +dffeas \text_gen|char_ram~18626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y16_N21 +dffeas \text_gen|char_ram~18738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34296 ( +// Equation(s): +// \text_gen|char_ram~34296_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18738_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18626_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18626_q ), + .datad(\text_gen|char_ram~18738_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34296 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y18_N21 +dffeas \text_gen|char_ram~18745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18633feeder ( +// Equation(s): +// \text_gen|char_ram~18633feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18633feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18633feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18633feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y14_N29 +dffeas \text_gen|char_ram~18633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18633feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34297 ( +// Equation(s): +// \text_gen|char_ram~34297_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34296_combout & (\text_gen|char_ram~18745_q )) # (!\text_gen|char_ram~34296_combout & ((\text_gen|char_ram~18633_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~34296_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~34296_combout ), + .datac(\text_gen|char_ram~18745_q ), + .datad(\text_gen|char_ram~18633_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34297 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y15_N5 +dffeas \text_gen|char_ram~18409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y18_N3 +dffeas \text_gen|char_ram~18521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y18_N29 +dffeas \text_gen|char_ram~18402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y18_N25 +dffeas \text_gen|char_ram~18514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34298 ( +// Equation(s): +// \text_gen|char_ram~34298_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18514_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18402_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18402_q ), + .datad(\text_gen|char_ram~18514_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34298 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34299 ( +// Equation(s): +// \text_gen|char_ram~34299_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34298_combout & ((\text_gen|char_ram~18521_q ))) # (!\text_gen|char_ram~34298_combout & (\text_gen|char_ram~18409_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34298_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18409_q ), + .datac(\text_gen|char_ram~18521_q ), + .datad(\text_gen|char_ram~34298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34299 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34300 ( +// Equation(s): +// \text_gen|char_ram~34300_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34297_combout ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~2_combout & (((!\vga_c|h_cnt [7] & \text_gen|char_ram~34299_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34297_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~34299_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34300 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~34300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34303 ( +// Equation(s): +// \text_gen|char_ram~34303_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34300_combout & (\text_gen|char_ram~34302_combout )) # (!\text_gen|char_ram~34300_combout & ((\text_gen|char_ram~34295_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34300_combout )))) + + .dataa(\text_gen|char_ram~34302_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34295_combout ), + .datad(\text_gen|char_ram~34300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34303 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34314 ( +// Equation(s): +// \text_gen|char_ram~34314_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~34303_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~34313_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~34313_combout ), + .datad(\text_gen|char_ram~34303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34314 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y23_N9 +dffeas \text_gen|char_ram~18640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18647feeder ( +// Equation(s): +// \text_gen|char_ram~18647feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18647feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y21_N5 +dffeas \text_gen|char_ram~18647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34315 ( +// Equation(s): +// \text_gen|char_ram~34315_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~18647_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18640_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18640_q ), + .datad(\text_gen|char_ram~18647_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34315 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y19_N31 +dffeas \text_gen|char_ram~18696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y11_N9 +dffeas \text_gen|char_ram~18703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34316 ( +// Equation(s): +// \text_gen|char_ram~34316_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34315_combout & ((\text_gen|char_ram~18703_q ))) # (!\text_gen|char_ram~34315_combout & (\text_gen|char_ram~18696_q )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~34315_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34315_combout ), + .datac(\text_gen|char_ram~18696_q ), + .datad(\text_gen|char_ram~18703_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34316 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~34316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y13_N29 +dffeas \text_gen|char_ram~18808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y13_N11 +dffeas \text_gen|char_ram~18815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y17_N5 +dffeas \text_gen|char_ram~18752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18759feeder ( +// Equation(s): +// \text_gen|char_ram~18759feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18759feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y21_N17 +dffeas \text_gen|char_ram~18759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34322 ( +// Equation(s): +// \text_gen|char_ram~34322_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~18759_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18752_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18752_q ), + .datad(\text_gen|char_ram~18759_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34322 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34323 ( +// Equation(s): +// \text_gen|char_ram~34323_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34322_combout & ((\text_gen|char_ram~18815_q ))) # (!\text_gen|char_ram~34322_combout & (\text_gen|char_ram~18808_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34322_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18808_q ), + .datac(\text_gen|char_ram~18815_q ), + .datad(\text_gen|char_ram~34322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34323 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y22_N21 +dffeas \text_gen|char_ram~18584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y18_N25 +dffeas \text_gen|char_ram~18591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y18_N25 +dffeas \text_gen|char_ram~18528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y22_N5 +dffeas \text_gen|char_ram~18535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34317 ( +// Equation(s): +// \text_gen|char_ram~34317_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~18535_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18528_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18528_q ), + .datad(\text_gen|char_ram~18535_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34317 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34318 ( +// Equation(s): +// \text_gen|char_ram~34318_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34317_combout & ((\text_gen|char_ram~18591_q ))) # (!\text_gen|char_ram~34317_combout & (\text_gen|char_ram~18584_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34317_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18584_q ), + .datac(\text_gen|char_ram~18591_q ), + .datad(\text_gen|char_ram~34317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34318 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18472feeder ( +// Equation(s): +// \text_gen|char_ram~18472feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y16_N1 +dffeas \text_gen|char_ram~18472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y17_N31 +dffeas \text_gen|char_ram~18479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y18_N7 +dffeas \text_gen|char_ram~18423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y17_N17 +dffeas \text_gen|char_ram~18416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34319 ( +// Equation(s): +// \text_gen|char_ram~34319_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~18423_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~18416_q ))))) + + .dataa(\text_gen|char_ram~18423_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18416_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~34319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34319 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34320 ( +// Equation(s): +// \text_gen|char_ram~34320_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34319_combout & ((\text_gen|char_ram~18479_q ))) # (!\text_gen|char_ram~34319_combout & (\text_gen|char_ram~18472_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34319_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~18472_q ), + .datac(\text_gen|char_ram~18479_q ), + .datad(\text_gen|char_ram~34319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34320 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34321 ( +// Equation(s): +// \text_gen|char_ram~34321_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34318_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~34320_combout & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~34318_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34320_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34321 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34324 ( +// Equation(s): +// \text_gen|char_ram~34324_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34321_combout & ((\text_gen|char_ram~34323_combout ))) # (!\text_gen|char_ram~34321_combout & (\text_gen|char_ram~34316_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34321_combout )))) + + .dataa(\text_gen|char_ram~34316_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34323_combout ), + .datad(\text_gen|char_ram~34321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34324 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y26_N19 +dffeas \text_gen|char_ram~18675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y26_N5 +dffeas \text_gen|char_ram~18451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y30_N17 +dffeas \text_gen|char_ram~18444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18668feeder ( +// Equation(s): +// \text_gen|char_ram~18668feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18668feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18668feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18668feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y30_N29 +dffeas \text_gen|char_ram~18668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18668feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34284 ( +// Equation(s): +// \text_gen|char_ram~34284_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18668_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18444_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18444_q ), + .datad(\text_gen|char_ram~18668_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34284 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34285 ( +// Equation(s): +// \text_gen|char_ram~34285_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34284_combout & (\text_gen|char_ram~18675_q )) # (!\text_gen|char_ram~34284_combout & ((\text_gen|char_ram~18451_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34284_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18675_q ), + .datac(\text_gen|char_ram~18451_q ), + .datad(\text_gen|char_ram~34284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34285 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18507feeder ( +// Equation(s): +// \text_gen|char_ram~18507feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18507feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18507feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18507feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N17 +dffeas \text_gen|char_ram~18507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18507feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y28_N25 +dffeas \text_gen|char_ram~18731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y22_N11 +dffeas \text_gen|char_ram~18500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y22_N25 +dffeas \text_gen|char_ram~18724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34286 ( +// Equation(s): +// \text_gen|char_ram~34286_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18724_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18500_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18500_q ), + .datad(\text_gen|char_ram~18724_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34286 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34287 ( +// Equation(s): +// \text_gen|char_ram~34287_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34286_combout & ((\text_gen|char_ram~18731_q ))) # (!\text_gen|char_ram~34286_combout & (\text_gen|char_ram~18507_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34286_combout )))) + + .dataa(\text_gen|char_ram~18507_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18731_q ), + .datad(\text_gen|char_ram~34286_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34287 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18395feeder ( +// Equation(s): +// \text_gen|char_ram~18395feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y27_N13 +dffeas \text_gen|char_ram~18395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y20_N21 +dffeas \text_gen|char_ram~18619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y18_N13 +dffeas \text_gen|char_ram~18388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18612feeder ( +// Equation(s): +// \text_gen|char_ram~18612feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18612feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18612feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18612feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y19_N9 +dffeas \text_gen|char_ram~18612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18612feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34288 ( +// Equation(s): +// \text_gen|char_ram~34288_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~18612_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~18388_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18388_q ), + .datad(\text_gen|char_ram~18612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34288 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34289 ( +// Equation(s): +// \text_gen|char_ram~34289_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34288_combout & ((\text_gen|char_ram~18619_q ))) # (!\text_gen|char_ram~34288_combout & (\text_gen|char_ram~18395_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34288_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18395_q ), + .datac(\text_gen|char_ram~18619_q ), + .datad(\text_gen|char_ram~34288_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34289 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34290 ( +// Equation(s): +// \text_gen|char_ram~34290_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34287_combout ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~0_combout & (((!\vga_c|h_cnt [7] & \text_gen|char_ram~34289_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34287_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~34289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34290 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~34290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18787feeder ( +// Equation(s): +// \text_gen|char_ram~18787feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18787feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18787feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18787feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y26_N25 +dffeas \text_gen|char_ram~18787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18787feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y36_N13 +dffeas \text_gen|char_ram~18563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y30_N15 +dffeas \text_gen|char_ram~18556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18780feeder ( +// Equation(s): +// \text_gen|char_ram~18780feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~18780feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18780feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18780feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y26_N13 +dffeas \text_gen|char_ram~18780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18780feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34291 ( +// Equation(s): +// \text_gen|char_ram~34291_combout = (\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18780_q )))) # (!\text_gen|Add5~2_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18556_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18556_q ), + .datad(\text_gen|char_ram~18780_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34291 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34292 ( +// Equation(s): +// \text_gen|char_ram~34292_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34291_combout & (\text_gen|char_ram~18787_q )) # (!\text_gen|char_ram~34291_combout & ((\text_gen|char_ram~18563_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34291_combout )))) + + .dataa(\text_gen|char_ram~18787_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18563_q ), + .datad(\text_gen|char_ram~34291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34292 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34293 ( +// Equation(s): +// \text_gen|char_ram~34293_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34290_combout & ((\text_gen|char_ram~34292_combout ))) # (!\text_gen|char_ram~34290_combout & (\text_gen|char_ram~34285_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34290_combout )))) + + .dataa(\text_gen|char_ram~34285_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34290_combout ), + .datad(\text_gen|char_ram~34292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34293 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~34293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34325 ( +// Equation(s): +// \text_gen|char_ram~34325_combout = (\text_gen|char_ram~34314_combout & (((\text_gen|char_ram~34324_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~34314_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34293_combout )))) + + .dataa(\text_gen|char_ram~34314_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~34324_combout ), + .datad(\text_gen|char_ram~34293_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34325 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34453 ( +// Equation(s): +// \text_gen|char_ram~34453_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34410_combout & (\text_gen|char_ram~34452_combout )) # (!\text_gen|char_ram~34410_combout & ((\text_gen|char_ram~34325_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34410_combout )))) + + .dataa(\text_gen|char_ram~34452_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34410_combout ), + .datad(\text_gen|char_ram~34325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34453 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~34453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27768feeder ( +// Equation(s): +// \text_gen|char_ram~27768feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27768feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27768feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27768feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y10_N23 +dffeas \text_gen|char_ram~27768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27768feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y11_N31 +dffeas \text_gen|char_ram~27775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y11_N29 +dffeas \text_gen|char_ram~27712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27719feeder ( +// Equation(s): +// \text_gen|char_ram~27719feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~27719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27719feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y22_N29 +dffeas \text_gen|char_ram~27719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34963 ( +// Equation(s): +// \text_gen|char_ram~34963_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~27719_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~27712_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27712_q ), + .datad(\text_gen|char_ram~27719_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34963 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34964 ( +// Equation(s): +// \text_gen|char_ram~34964_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34963_combout & ((\text_gen|char_ram~27775_q ))) # (!\text_gen|char_ram~34963_combout & (\text_gen|char_ram~27768_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34963_combout )))) + + .dataa(\text_gen|char_ram~27768_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27775_q ), + .datad(\text_gen|char_ram~34963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34964 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y9_N1 +dffeas \text_gen|char_ram~27656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y10_N17 +dffeas \text_gen|char_ram~27663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y14_N5 +dffeas \text_gen|char_ram~27600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y22_N11 +dffeas \text_gen|char_ram~27607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34956 ( +// Equation(s): +// \text_gen|char_ram~34956_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~27607_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27600_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27600_q ), + .datad(\text_gen|char_ram~27607_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34956 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34957 ( +// Equation(s): +// \text_gen|char_ram~34957_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34956_combout & ((\text_gen|char_ram~27663_q ))) # (!\text_gen|char_ram~34956_combout & (\text_gen|char_ram~27656_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34956_combout )))) + + .dataa(\text_gen|char_ram~27656_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27663_q ), + .datad(\text_gen|char_ram~34956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34957 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y7_N5 +dffeas \text_gen|char_ram~27432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y10_N5 +dffeas \text_gen|char_ram~27439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y22_N19 +dffeas \text_gen|char_ram~27383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y10_N7 +dffeas \text_gen|char_ram~27376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34960 ( +// Equation(s): +// \text_gen|char_ram~34960_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~27383_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~27376_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27383_q ), + .datac(\text_gen|char_ram~27376_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34960 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34961 ( +// Equation(s): +// \text_gen|char_ram~34961_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34960_combout & ((\text_gen|char_ram~27439_q ))) # (!\text_gen|char_ram~34960_combout & (\text_gen|char_ram~27432_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34960_combout )))) + + .dataa(\text_gen|char_ram~27432_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27439_q ), + .datad(\text_gen|char_ram~34960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34961 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y11_N29 +dffeas \text_gen|char_ram~27544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y11_N27 +dffeas \text_gen|char_ram~27551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y21_N25 +dffeas \text_gen|char_ram~27495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y21_N31 +dffeas \text_gen|char_ram~27488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34958 ( +// Equation(s): +// \text_gen|char_ram~34958_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~27495_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~27488_q & !\vga_c|h_cnt [7])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27495_q ), + .datac(\text_gen|char_ram~27488_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34958 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34959 ( +// Equation(s): +// \text_gen|char_ram~34959_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34958_combout & ((\text_gen|char_ram~27551_q ))) # (!\text_gen|char_ram~34958_combout & (\text_gen|char_ram~27544_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34958_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~27544_q ), + .datac(\text_gen|char_ram~27551_q ), + .datad(\text_gen|char_ram~34958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34959 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34962 ( +// Equation(s): +// \text_gen|char_ram~34962_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34959_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34961_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34961_combout ), + .datad(\text_gen|char_ram~34959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34962 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34965 ( +// Equation(s): +// \text_gen|char_ram~34965_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34962_combout & (\text_gen|char_ram~34964_combout )) # (!\text_gen|char_ram~34962_combout & ((\text_gen|char_ram~34957_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34962_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34964_combout ), + .datac(\text_gen|char_ram~34957_combout ), + .datad(\text_gen|char_ram~34962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34965 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13439feeder ( +// Equation(s): +// \text_gen|char_ram~13439feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13439feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y10_N25 +dffeas \text_gen|char_ram~13439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13432feeder ( +// Equation(s): +// \text_gen|char_ram~13432feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13432feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13432feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13432feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y10_N1 +dffeas \text_gen|char_ram~13432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13432feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y17_N11 +dffeas \text_gen|char_ram~13376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y17_N15 +dffeas \text_gen|char_ram~13383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34932 ( +// Equation(s): +// \text_gen|char_ram~34932_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13383_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13376_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13376_q ), + .datad(\text_gen|char_ram~13383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34932 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34933 ( +// Equation(s): +// \text_gen|char_ram~34933_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34932_combout & (\text_gen|char_ram~13439_q )) # (!\text_gen|char_ram~34932_combout & ((\text_gen|char_ram~13432_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34932_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13439_q ), + .datac(\text_gen|char_ram~13432_q ), + .datad(\text_gen|char_ram~34932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34933 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y18_N9 +dffeas \text_gen|char_ram~13320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y18_N19 +dffeas \text_gen|char_ram~13327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13271feeder ( +// Equation(s): +// \text_gen|char_ram~13271feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13271feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N5 +dffeas \text_gen|char_ram~13271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y20_N25 +dffeas \text_gen|char_ram~13264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34925 ( +// Equation(s): +// \text_gen|char_ram~34925_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~13271_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~13264_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~13271_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13264_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34925 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34926 ( +// Equation(s): +// \text_gen|char_ram~34926_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34925_combout & ((\text_gen|char_ram~13327_q ))) # (!\text_gen|char_ram~34925_combout & (\text_gen|char_ram~13320_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34925_combout )))) + + .dataa(\text_gen|char_ram~13320_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13327_q ), + .datad(\text_gen|char_ram~34925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34926 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y14_N5 +dffeas \text_gen|char_ram~13208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y14_N3 +dffeas \text_gen|char_ram~13215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13159feeder ( +// Equation(s): +// \text_gen|char_ram~13159feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13159feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13159feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13159feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N15 +dffeas \text_gen|char_ram~13159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13159feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y18_N29 +dffeas \text_gen|char_ram~13152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34927 ( +// Equation(s): +// \text_gen|char_ram~34927_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~13159_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~13152_q ))))) + + .dataa(\text_gen|char_ram~13159_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13152_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~34927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34927 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34928 ( +// Equation(s): +// \text_gen|char_ram~34928_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34927_combout & ((\text_gen|char_ram~13215_q ))) # (!\text_gen|char_ram~34927_combout & (\text_gen|char_ram~13208_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34927_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~13208_q ), + .datac(\text_gen|char_ram~13215_q ), + .datad(\text_gen|char_ram~34927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34928 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y10_N27 +dffeas \text_gen|char_ram~13103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y10_N11 +dffeas \text_gen|char_ram~13040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y10_N29 +dffeas \text_gen|char_ram~13047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34929 ( +// Equation(s): +// \text_gen|char_ram~34929_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~13047_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13040_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13040_q ), + .datad(\text_gen|char_ram~13047_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34929 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13096feeder ( +// Equation(s): +// \text_gen|char_ram~13096feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13096feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13096feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13096feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y10_N1 +dffeas \text_gen|char_ram~13096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13096feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34930 ( +// Equation(s): +// \text_gen|char_ram~34930_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34929_combout & (\text_gen|char_ram~13103_q )) # (!\text_gen|char_ram~34929_combout & ((\text_gen|char_ram~13096_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34929_combout )))) + + .dataa(\text_gen|char_ram~13103_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34929_combout ), + .datad(\text_gen|char_ram~13096_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34930 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~34930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34931 ( +// Equation(s): +// \text_gen|char_ram~34931_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~34928_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~34930_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34928_combout ), + .datad(\text_gen|char_ram~34930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34931 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34934 ( +// Equation(s): +// \text_gen|char_ram~34934_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34931_combout & (\text_gen|char_ram~34933_combout )) # (!\text_gen|char_ram~34931_combout & ((\text_gen|char_ram~34926_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34931_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34933_combout ), + .datac(\text_gen|char_ram~34926_combout ), + .datad(\text_gen|char_ram~34931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34934 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y11_N13 +dffeas \text_gen|char_ram~6040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y11_N19 +dffeas \text_gen|char_ram~6047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y22_N21 +dffeas \text_gen|char_ram~5984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5991feeder ( +// Equation(s): +// \text_gen|char_ram~5991feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y23_N13 +dffeas \text_gen|char_ram~5991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34945 ( +// Equation(s): +// \text_gen|char_ram~34945_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5991_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5984_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5984_q ), + .datad(\text_gen|char_ram~5991_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34945 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34946 ( +// Equation(s): +// \text_gen|char_ram~34946_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34945_combout & ((\text_gen|char_ram~6047_q ))) # (!\text_gen|char_ram~34945_combout & (\text_gen|char_ram~6040_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34945_combout )))) + + .dataa(\text_gen|char_ram~6040_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6047_q ), + .datad(\text_gen|char_ram~34945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34946 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y10_N25 +dffeas \text_gen|char_ram~6152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y10_N21 +dffeas \text_gen|char_ram~6159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y18_N7 +dffeas \text_gen|char_ram~6096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6103feeder ( +// Equation(s): +// \text_gen|char_ram~6103feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~6103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N11 +dffeas \text_gen|char_ram~6103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34947 ( +// Equation(s): +// \text_gen|char_ram~34947_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~6103_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6096_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6096_q ), + .datad(\text_gen|char_ram~6103_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34947 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34948 ( +// Equation(s): +// \text_gen|char_ram~34948_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34947_combout & ((\text_gen|char_ram~6159_q ))) # (!\text_gen|char_ram~34947_combout & (\text_gen|char_ram~6152_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34947_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6152_q ), + .datac(\text_gen|char_ram~6159_q ), + .datad(\text_gen|char_ram~34947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34948 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y10_N29 +dffeas \text_gen|char_ram~5928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y10_N11 +dffeas \text_gen|char_ram~5935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y18_N17 +dffeas \text_gen|char_ram~5872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y22_N13 +dffeas \text_gen|char_ram~5879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34949 ( +// Equation(s): +// \text_gen|char_ram~34949_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5879_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5872_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5872_q ), + .datad(\text_gen|char_ram~5879_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34949 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34950 ( +// Equation(s): +// \text_gen|char_ram~34950_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34949_combout & ((\text_gen|char_ram~5935_q ))) # (!\text_gen|char_ram~34949_combout & (\text_gen|char_ram~5928_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34949_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~5928_q ), + .datac(\text_gen|char_ram~5935_q ), + .datad(\text_gen|char_ram~34949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34950 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34951 ( +// Equation(s): +// \text_gen|char_ram~34951_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~34948_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~34950_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34948_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~34950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34951 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~34951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y6_N13 +dffeas \text_gen|char_ram~6264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y6_N23 +dffeas \text_gen|char_ram~6271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y21_N1 +dffeas \text_gen|char_ram~6215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y17_N25 +dffeas \text_gen|char_ram~6208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34952 ( +// Equation(s): +// \text_gen|char_ram~34952_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6215_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6208_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~6215_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6208_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~34952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34952 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y6_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34953 ( +// Equation(s): +// \text_gen|char_ram~34953_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34952_combout & ((\text_gen|char_ram~6271_q ))) # (!\text_gen|char_ram~34952_combout & (\text_gen|char_ram~6264_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34952_combout )))) + + .dataa(\text_gen|char_ram~6264_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~6271_q ), + .datad(\text_gen|char_ram~34952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34953 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34954 ( +// Equation(s): +// \text_gen|char_ram~34954_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34951_combout & ((\text_gen|char_ram~34953_combout ))) # (!\text_gen|char_ram~34951_combout & (\text_gen|char_ram~34946_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34951_combout )))) + + .dataa(\text_gen|char_ram~34946_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34951_combout ), + .datad(\text_gen|char_ram~34953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34954 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~34954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20376feeder ( +// Equation(s): +// \text_gen|char_ram~20376feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20376feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20376feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20376feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y8_N23 +dffeas \text_gen|char_ram~20376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20376feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y10_N25 +dffeas \text_gen|char_ram~20383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y17_N21 +dffeas \text_gen|char_ram~20320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y19_N21 +dffeas \text_gen|char_ram~20327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34935 ( +// Equation(s): +// \text_gen|char_ram~34935_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~20327_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~20320_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20320_q ), + .datad(\text_gen|char_ram~20327_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34935 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34936 ( +// Equation(s): +// \text_gen|char_ram~34936_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34935_combout & ((\text_gen|char_ram~20383_q ))) # (!\text_gen|char_ram~34935_combout & (\text_gen|char_ram~20376_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34935_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~20376_q ), + .datac(\text_gen|char_ram~20383_q ), + .datad(\text_gen|char_ram~34935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34936 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y17_N9 +dffeas \text_gen|char_ram~20544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20551feeder ( +// Equation(s): +// \text_gen|char_ram~20551feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N15 +dffeas \text_gen|char_ram~20551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34942 ( +// Equation(s): +// \text_gen|char_ram~34942_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~20551_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20544_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20544_q ), + .datad(\text_gen|char_ram~20551_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34942 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y10_N5 +dffeas \text_gen|char_ram~20607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20600feeder ( +// Equation(s): +// \text_gen|char_ram~20600feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y10_N25 +dffeas \text_gen|char_ram~20600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34943 ( +// Equation(s): +// \text_gen|char_ram~34943_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34942_combout & (\text_gen|char_ram~20607_q )) # (!\text_gen|char_ram~34942_combout & ((\text_gen|char_ram~20600_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~34942_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34942_combout ), + .datac(\text_gen|char_ram~20607_q ), + .datad(\text_gen|char_ram~20600_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34943 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y10_N1 +dffeas \text_gen|char_ram~20264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y10_N15 +dffeas \text_gen|char_ram~20271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y14_N21 +dffeas \text_gen|char_ram~20208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y18_N9 +dffeas \text_gen|char_ram~20215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34939 ( +// Equation(s): +// \text_gen|char_ram~34939_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~20215_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~20208_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20208_q ), + .datad(\text_gen|char_ram~20215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34939 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34940 ( +// Equation(s): +// \text_gen|char_ram~34940_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34939_combout & ((\text_gen|char_ram~20271_q ))) # (!\text_gen|char_ram~34939_combout & (\text_gen|char_ram~20264_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34939_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~20264_q ), + .datac(\text_gen|char_ram~20271_q ), + .datad(\text_gen|char_ram~34939_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34940 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y10_N17 +dffeas \text_gen|char_ram~20488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y10_N3 +dffeas \text_gen|char_ram~20495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y14_N23 +dffeas \text_gen|char_ram~20432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y22_N13 +dffeas \text_gen|char_ram~20439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34937 ( +// Equation(s): +// \text_gen|char_ram~34937_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~20439_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20432_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20432_q ), + .datad(\text_gen|char_ram~20439_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34937 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34938 ( +// Equation(s): +// \text_gen|char_ram~34938_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34937_combout & ((\text_gen|char_ram~20495_q ))) # (!\text_gen|char_ram~34937_combout & (\text_gen|char_ram~20488_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34937_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~20488_q ), + .datac(\text_gen|char_ram~20495_q ), + .datad(\text_gen|char_ram~34937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34938 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34941 ( +// Equation(s): +// \text_gen|char_ram~34941_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~34938_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34940_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34940_combout ), + .datad(\text_gen|char_ram~34938_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34941 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34944 ( +// Equation(s): +// \text_gen|char_ram~34944_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34941_combout & ((\text_gen|char_ram~34943_combout ))) # (!\text_gen|char_ram~34941_combout & (\text_gen|char_ram~34936_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34941_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34936_combout ), + .datac(\text_gen|char_ram~34943_combout ), + .datad(\text_gen|char_ram~34941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34944 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34955 ( +// Equation(s): +// \text_gen|char_ram~34955_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~34944_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~34954_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34954_combout ), + .datad(\text_gen|char_ram~34944_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34955 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34966 ( +// Equation(s): +// \text_gen|char_ram~34966_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34955_combout & (\text_gen|char_ram~34965_combout )) # (!\text_gen|char_ram~34955_combout & ((\text_gen|char_ram~34934_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34955_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~34965_combout ), + .datac(\text_gen|char_ram~34934_combout ), + .datad(\text_gen|char_ram~34955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34966 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20586feeder ( +// Equation(s): +// \text_gen|char_ram~20586feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y10_N5 +dffeas \text_gen|char_ram~20586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y13_N7 +dffeas \text_gen|char_ram~6250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y13_N21 +dffeas \text_gen|char_ram~13418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34805 ( +// Equation(s): +// \text_gen|char_ram~34805_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13418_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6250_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6250_q ), + .datad(\text_gen|char_ram~13418_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34805 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y13_N25 +dffeas \text_gen|char_ram~27754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34806 ( +// Equation(s): +// \text_gen|char_ram~34806_combout = (\text_gen|char_ram~34805_combout & (((\text_gen|char_ram~27754_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~34805_combout & (\text_gen|char_ram~20586_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20586_q ), + .datab(\text_gen|char_ram~34805_combout ), + .datac(\text_gen|char_ram~27754_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34806 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~34806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y13_N5 +dffeas \text_gen|char_ram~20250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y13_N3 +dffeas \text_gen|char_ram~27418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y13_N3 +dffeas \text_gen|char_ram~13082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y13_N25 +dffeas \text_gen|char_ram~5914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34802 ( +// Equation(s): +// \text_gen|char_ram~34802_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13082_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5914_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13082_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5914_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34802 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34803 ( +// Equation(s): +// \text_gen|char_ram~34803_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34802_combout & ((\text_gen|char_ram~27418_q ))) # (!\text_gen|char_ram~34802_combout & (\text_gen|char_ram~20250_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34802_combout )))) + + .dataa(\text_gen|char_ram~20250_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27418_q ), + .datad(\text_gen|char_ram~34802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34803 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20474feeder ( +// Equation(s): +// \text_gen|char_ram~20474feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y13_N1 +dffeas \text_gen|char_ram~20474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y17_N5 +dffeas \text_gen|char_ram~27642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y18_N1 +dffeas \text_gen|char_ram~13306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y17_N17 +dffeas \text_gen|char_ram~6138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34800 ( +// Equation(s): +// \text_gen|char_ram~34800_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13306_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6138_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13306_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6138_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34800 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34801 ( +// Equation(s): +// \text_gen|char_ram~34801_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34800_combout & ((\text_gen|char_ram~27642_q ))) # (!\text_gen|char_ram~34800_combout & (\text_gen|char_ram~20474_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34800_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20474_q ), + .datac(\text_gen|char_ram~27642_q ), + .datad(\text_gen|char_ram~34800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34801 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34804 ( +// Equation(s): +// \text_gen|char_ram~34804_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~34801_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34803_combout )))) + + .dataa(\text_gen|char_ram~34803_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~34801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34804 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~34804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y19_N9 +dffeas \text_gen|char_ram~27530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y31_N9 +dffeas \text_gen|char_ram~20362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y20_N13 +dffeas \text_gen|char_ram~6026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34798 ( +// Equation(s): +// \text_gen|char_ram~34798_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20362_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6026_q +// ))))) + + .dataa(\text_gen|char_ram~20362_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6026_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34798 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y17_N29 +dffeas \text_gen|char_ram~13194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34799 ( +// Equation(s): +// \text_gen|char_ram~34799_combout = (\text_gen|char_ram~34798_combout & ((\text_gen|char_ram~27530_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~34798_combout & (((\text_gen|char_ram~13194_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~27530_q ), + .datab(\text_gen|char_ram~34798_combout ), + .datac(\text_gen|char_ram~13194_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34799 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~34799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34807 ( +// Equation(s): +// \text_gen|char_ram~34807_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34804_combout & (\text_gen|char_ram~34806_combout )) # (!\text_gen|char_ram~34804_combout & ((\text_gen|char_ram~34799_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34804_combout )))) + + .dataa(\text_gen|char_ram~34806_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34804_combout ), + .datad(\text_gen|char_ram~34799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34807 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~34807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y10_N13 +dffeas \text_gen|char_ram~20593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y10_N7 +dffeas \text_gen|char_ram~27761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y10_N5 +dffeas \text_gen|char_ram~13425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y10_N15 +dffeas \text_gen|char_ram~6257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34836 ( +// Equation(s): +// \text_gen|char_ram~34836_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13425_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6257_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13425_q ), + .datac(\text_gen|char_ram~6257_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34836 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34837 ( +// Equation(s): +// \text_gen|char_ram~34837_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34836_combout & ((\text_gen|char_ram~27761_q ))) # (!\text_gen|char_ram~34836_combout & (\text_gen|char_ram~20593_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34836_combout )))) + + .dataa(\text_gen|char_ram~20593_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27761_q ), + .datad(\text_gen|char_ram~34836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34837 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y15_N29 +dffeas \text_gen|char_ram~20481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y15_N27 +dffeas \text_gen|char_ram~27649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y14_N29 +dffeas \text_gen|char_ram~13313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y14_N27 +dffeas \text_gen|char_ram~6145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34829 ( +// Equation(s): +// \text_gen|char_ram~34829_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13313_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6145_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13313_q ), + .datac(\text_gen|char_ram~6145_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34829 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34830 ( +// Equation(s): +// \text_gen|char_ram~34830_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34829_combout & ((\text_gen|char_ram~27649_q ))) # (!\text_gen|char_ram~34829_combout & (\text_gen|char_ram~20481_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34829_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20481_q ), + .datac(\text_gen|char_ram~27649_q ), + .datad(\text_gen|char_ram~34829_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34830 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13089feeder ( +// Equation(s): +// \text_gen|char_ram~13089feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13089feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13089feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13089feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N31 +dffeas \text_gen|char_ram~13089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13089feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y13_N23 +dffeas \text_gen|char_ram~27425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20257feeder ( +// Equation(s): +// \text_gen|char_ram~20257feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20257feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20257feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20257feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y10_N1 +dffeas \text_gen|char_ram~20257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20257feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y10_N13 +dffeas \text_gen|char_ram~5921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34833 ( +// Equation(s): +// \text_gen|char_ram~34833_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20257_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5921_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20257_q ), + .datac(\text_gen|char_ram~5921_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34833 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34834 ( +// Equation(s): +// \text_gen|char_ram~34834_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34833_combout & ((\text_gen|char_ram~27425_q ))) # (!\text_gen|char_ram~34833_combout & (\text_gen|char_ram~13089_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34833_combout )))) + + .dataa(\text_gen|char_ram~13089_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27425_q ), + .datad(\text_gen|char_ram~34833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34834 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13201feeder ( +// Equation(s): +// \text_gen|char_ram~13201feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13201feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13201feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13201feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y13_N21 +dffeas \text_gen|char_ram~13201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13201feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y13_N13 +dffeas \text_gen|char_ram~27537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27537 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y11_N29 +dffeas \text_gen|char_ram~20369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y11_N27 +dffeas \text_gen|char_ram~6033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34831 ( +// Equation(s): +// \text_gen|char_ram~34831_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20369_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6033_q +// ))))) + + .dataa(\text_gen|char_ram~20369_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6033_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34831 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34832 ( +// Equation(s): +// \text_gen|char_ram~34832_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34831_combout & ((\text_gen|char_ram~27537_q ))) # (!\text_gen|char_ram~34831_combout & (\text_gen|char_ram~13201_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34831_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13201_q ), + .datac(\text_gen|char_ram~27537_q ), + .datad(\text_gen|char_ram~34831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34832 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34835 ( +// Equation(s): +// \text_gen|char_ram~34835_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34832_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34834_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34834_combout ), + .datad(\text_gen|char_ram~34832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34835 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34838 ( +// Equation(s): +// \text_gen|char_ram~34838_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34835_combout & (\text_gen|char_ram~34837_combout )) # (!\text_gen|char_ram~34835_combout & ((\text_gen|char_ram~34830_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34835_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34837_combout ), + .datac(\text_gen|char_ram~34830_combout ), + .datad(\text_gen|char_ram~34835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34838 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y21_N21 +dffeas \text_gen|char_ram~20425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y21_N15 +dffeas \text_gen|char_ram~27593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13257feeder ( +// Equation(s): +// \text_gen|char_ram~13257feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13257feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13257feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13257feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y37_N21 +dffeas \text_gen|char_ram~13257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13257feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y37_N1 +dffeas \text_gen|char_ram~6089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34808 ( +// Equation(s): +// \text_gen|char_ram~34808_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13257_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6089_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13257_q ), + .datac(\text_gen|char_ram~6089_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34808 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34809 ( +// Equation(s): +// \text_gen|char_ram~34809_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34808_combout & ((\text_gen|char_ram~27593_q ))) # (!\text_gen|char_ram~34808_combout & (\text_gen|char_ram~20425_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34808_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20425_q ), + .datac(\text_gen|char_ram~27593_q ), + .datad(\text_gen|char_ram~34808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34809 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y21_N13 +dffeas \text_gen|char_ram~6201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13369feeder ( +// Equation(s): +// \text_gen|char_ram~13369feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13369feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y17_N5 +dffeas \text_gen|char_ram~13369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34815 ( +// Equation(s): +// \text_gen|char_ram~34815_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13369_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6201_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6201_q ), + .datad(\text_gen|char_ram~13369_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34815 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y21_N19 +dffeas \text_gen|char_ram~27705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y33_N9 +dffeas \text_gen|char_ram~20537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34816 ( +// Equation(s): +// \text_gen|char_ram~34816_combout = (\text_gen|char_ram~34815_combout & (((\text_gen|char_ram~27705_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~34815_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20537_q )))) + + .dataa(\text_gen|char_ram~34815_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27705_q ), + .datad(\text_gen|char_ram~20537_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34816 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y21_N29 +dffeas \text_gen|char_ram~20313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y21_N7 +dffeas \text_gen|char_ram~27481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y21_N31 +dffeas \text_gen|char_ram~13145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y20_N1 +dffeas \text_gen|char_ram~5977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34810 ( +// Equation(s): +// \text_gen|char_ram~34810_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13145_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5977_q +// ))))) + + .dataa(\text_gen|char_ram~13145_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5977_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34810 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34811 ( +// Equation(s): +// \text_gen|char_ram~34811_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34810_combout & ((\text_gen|char_ram~27481_q ))) # (!\text_gen|char_ram~34810_combout & (\text_gen|char_ram~20313_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34810_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20313_q ), + .datac(\text_gen|char_ram~27481_q ), + .datad(\text_gen|char_ram~34810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34811 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y21_N1 +dffeas \text_gen|char_ram~20201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y17_N11 +dffeas \text_gen|char_ram~27369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13033feeder ( +// Equation(s): +// \text_gen|char_ram~13033feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y17_N27 +dffeas \text_gen|char_ram~13033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y17_N29 +dffeas \text_gen|char_ram~5865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34812 ( +// Equation(s): +// \text_gen|char_ram~34812_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13033_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5865_q +// ))))) + + .dataa(\text_gen|char_ram~13033_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5865_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34812 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34813 ( +// Equation(s): +// \text_gen|char_ram~34813_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34812_combout & ((\text_gen|char_ram~27369_q ))) # (!\text_gen|char_ram~34812_combout & (\text_gen|char_ram~20201_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34812_combout )))) + + .dataa(\text_gen|char_ram~20201_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27369_q ), + .datad(\text_gen|char_ram~34812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34813 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34814 ( +// Equation(s): +// \text_gen|char_ram~34814_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34811_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~34813_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34811_combout ), + .datad(\text_gen|char_ram~34813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34814 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34817 ( +// Equation(s): +// \text_gen|char_ram~34817_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34814_combout & ((\text_gen|char_ram~34816_combout ))) # (!\text_gen|char_ram~34814_combout & (\text_gen|char_ram~34809_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34814_combout )))) + + .dataa(\text_gen|char_ram~34809_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34816_combout ), + .datad(\text_gen|char_ram~34814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34817 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N25 +dffeas \text_gen|char_ram~20530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y17_N27 +dffeas \text_gen|char_ram~27698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13362feeder ( +// Equation(s): +// \text_gen|char_ram~13362feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13362feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13362feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13362feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N19 +dffeas \text_gen|char_ram~13362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13362feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y17_N13 +dffeas \text_gen|char_ram~6194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34825 ( +// Equation(s): +// \text_gen|char_ram~34825_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13362_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6194_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13362_q ), + .datac(\text_gen|char_ram~6194_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34825 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34826 ( +// Equation(s): +// \text_gen|char_ram~34826_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34825_combout & ((\text_gen|char_ram~27698_q ))) # (!\text_gen|char_ram~34825_combout & (\text_gen|char_ram~20530_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34825_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20530_q ), + .datac(\text_gen|char_ram~27698_q ), + .datad(\text_gen|char_ram~34825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34826 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N11 +dffeas \text_gen|char_ram~20194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y37_N5 +dffeas \text_gen|char_ram~27362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y17_N31 +dffeas \text_gen|char_ram~13026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y17_N17 +dffeas \text_gen|char_ram~5858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34822 ( +// Equation(s): +// \text_gen|char_ram~34822_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13026_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5858_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13026_q ), + .datac(\text_gen|char_ram~5858_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34822 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34823 ( +// Equation(s): +// \text_gen|char_ram~34823_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34822_combout & ((\text_gen|char_ram~27362_q ))) # (!\text_gen|char_ram~34822_combout & (\text_gen|char_ram~20194_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34822_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20194_q ), + .datac(\text_gen|char_ram~27362_q ), + .datad(\text_gen|char_ram~34822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34823 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20418feeder ( +// Equation(s): +// \text_gen|char_ram~20418feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20418feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N17 +dffeas \text_gen|char_ram~20418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y21_N19 +dffeas \text_gen|char_ram~27586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y21_N1 +dffeas \text_gen|char_ram~13250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y21_N25 +dffeas \text_gen|char_ram~6082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34820 ( +// Equation(s): +// \text_gen|char_ram~34820_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13250_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6082_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13250_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6082_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34820 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34821 ( +// Equation(s): +// \text_gen|char_ram~34821_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34820_combout & ((\text_gen|char_ram~27586_q ))) # (!\text_gen|char_ram~34820_combout & (\text_gen|char_ram~20418_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34820_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20418_q ), + .datac(\text_gen|char_ram~27586_q ), + .datad(\text_gen|char_ram~34820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34821 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34824 ( +// Equation(s): +// \text_gen|char_ram~34824_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34821_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34823_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34823_combout ), + .datad(\text_gen|char_ram~34821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34824 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N21 +dffeas \text_gen|char_ram~20306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y20_N11 +dffeas \text_gen|char_ram~27474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y17_N7 +dffeas \text_gen|char_ram~13138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y20_N21 +dffeas \text_gen|char_ram~5970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34818 ( +// Equation(s): +// \text_gen|char_ram~34818_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13138_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5970_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13138_q ), + .datac(\text_gen|char_ram~5970_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34818 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34819 ( +// Equation(s): +// \text_gen|char_ram~34819_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34818_combout & ((\text_gen|char_ram~27474_q ))) # (!\text_gen|char_ram~34818_combout & (\text_gen|char_ram~20306_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34818_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20306_q ), + .datac(\text_gen|char_ram~27474_q ), + .datad(\text_gen|char_ram~34818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34819 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34827 ( +// Equation(s): +// \text_gen|char_ram~34827_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34824_combout & (\text_gen|char_ram~34826_combout )) # (!\text_gen|char_ram~34824_combout & ((\text_gen|char_ram~34819_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34824_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34826_combout ), + .datac(\text_gen|char_ram~34824_combout ), + .datad(\text_gen|char_ram~34819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34827 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34828 ( +// Equation(s): +// \text_gen|char_ram~34828_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~34817_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~34827_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34817_combout ), + .datad(\text_gen|char_ram~34827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34828 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34839 ( +// Equation(s): +// \text_gen|char_ram~34839_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34828_combout & ((\text_gen|char_ram~34838_combout ))) # (!\text_gen|char_ram~34828_combout & (\text_gen|char_ram~34807_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34828_combout )))) + + .dataa(\text_gen|char_ram~34807_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34838_combout ), + .datad(\text_gen|char_ram~34828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34839 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y10_N25 +dffeas \text_gen|char_ram~20565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y10_N27 +dffeas \text_gen|char_ram~27733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y10_N13 +dffeas \text_gen|char_ram~13397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y10_N27 +dffeas \text_gen|char_ram~6229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34920 ( +// Equation(s): +// \text_gen|char_ram~34920_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13397_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6229_q +// ))))) + + .dataa(\text_gen|char_ram~13397_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6229_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34920 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34921 ( +// Equation(s): +// \text_gen|char_ram~34921_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34920_combout & ((\text_gen|char_ram~27733_q ))) # (!\text_gen|char_ram~34920_combout & (\text_gen|char_ram~20565_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34920_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20565_q ), + .datac(\text_gen|char_ram~27733_q ), + .datad(\text_gen|char_ram~34920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34921 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20453feeder ( +// Equation(s): +// \text_gen|char_ram~20453feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20453feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20453feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20453feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y13_N21 +dffeas \text_gen|char_ram~20453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20453feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y25_N9 +dffeas \text_gen|char_ram~27621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13285feeder ( +// Equation(s): +// \text_gen|char_ram~13285feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13285feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13285feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13285feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y21_N13 +dffeas \text_gen|char_ram~13285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13285feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y25_N29 +dffeas \text_gen|char_ram~6117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34913 ( +// Equation(s): +// \text_gen|char_ram~34913_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13285_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6117_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13285_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6117_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34913 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34914 ( +// Equation(s): +// \text_gen|char_ram~34914_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34913_combout & ((\text_gen|char_ram~27621_q ))) # (!\text_gen|char_ram~34913_combout & (\text_gen|char_ram~20453_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34913_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20453_q ), + .datac(\text_gen|char_ram~27621_q ), + .datad(\text_gen|char_ram~34913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34914 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20229feeder ( +// Equation(s): +// \text_gen|char_ram~20229feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20229feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20229feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20229feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y10_N1 +dffeas \text_gen|char_ram~20229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20229feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y10_N3 +dffeas \text_gen|char_ram~27397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y10_N13 +dffeas \text_gen|char_ram~13061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y10_N7 +dffeas \text_gen|char_ram~5893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34917 ( +// Equation(s): +// \text_gen|char_ram~34917_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13061_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5893_q +// ))))) + + .dataa(\text_gen|char_ram~13061_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5893_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34917 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34918 ( +// Equation(s): +// \text_gen|char_ram~34918_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34917_combout & ((\text_gen|char_ram~27397_q ))) # (!\text_gen|char_ram~34917_combout & (\text_gen|char_ram~20229_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34917_combout )))) + + .dataa(\text_gen|char_ram~20229_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27397_q ), + .datad(\text_gen|char_ram~34917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34918 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y6_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20341feeder ( +// Equation(s): +// \text_gen|char_ram~20341feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20341feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y6_N9 +dffeas \text_gen|char_ram~20341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y10_N17 +dffeas \text_gen|char_ram~27509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y14_N13 +dffeas \text_gen|char_ram~13173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y14_N31 +dffeas \text_gen|char_ram~6005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34915 ( +// Equation(s): +// \text_gen|char_ram~34915_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13173_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6005_q +// ))))) + + .dataa(\text_gen|char_ram~13173_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6005_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34915 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34916 ( +// Equation(s): +// \text_gen|char_ram~34916_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34915_combout & ((\text_gen|char_ram~27509_q ))) # (!\text_gen|char_ram~34915_combout & (\text_gen|char_ram~20341_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34915_combout )))) + + .dataa(\text_gen|char_ram~20341_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27509_q ), + .datad(\text_gen|char_ram~34915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34916 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34919 ( +// Equation(s): +// \text_gen|char_ram~34919_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34916_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34918_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34918_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34919 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~34919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34922 ( +// Equation(s): +// \text_gen|char_ram~34922_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34919_combout & (\text_gen|char_ram~34921_combout )) # (!\text_gen|char_ram~34919_combout & ((\text_gen|char_ram~34914_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34919_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34921_combout ), + .datac(\text_gen|char_ram~34914_combout ), + .datad(\text_gen|char_ram~34919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34922 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20558feeder ( +// Equation(s): +// \text_gen|char_ram~20558feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20558feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20558feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20558feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y10_N31 +dffeas \text_gen|char_ram~20558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20558feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y12_N27 +dffeas \text_gen|char_ram~27726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13390feeder ( +// Equation(s): +// \text_gen|char_ram~13390feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13390feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13390feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13390feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y14_N9 +dffeas \text_gen|char_ram~13390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13390feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y12_N25 +dffeas \text_gen|char_ram~6222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34889 ( +// Equation(s): +// \text_gen|char_ram~34889_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13390_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6222_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13390_q ), + .datac(\text_gen|char_ram~6222_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34889 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34890 ( +// Equation(s): +// \text_gen|char_ram~34890_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34889_combout & ((\text_gen|char_ram~27726_q ))) # (!\text_gen|char_ram~34889_combout & (\text_gen|char_ram~20558_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34889_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20558_q ), + .datac(\text_gen|char_ram~27726_q ), + .datad(\text_gen|char_ram~34889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34890 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y21_N17 +dffeas \text_gen|char_ram~20334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y17_N13 +dffeas \text_gen|char_ram~27502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13166feeder ( +// Equation(s): +// \text_gen|char_ram~13166feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13166feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13166feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13166feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y18_N7 +dffeas \text_gen|char_ram~13166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13166feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y21_N9 +dffeas \text_gen|char_ram~5998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34882 ( +// Equation(s): +// \text_gen|char_ram~34882_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13166_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5998_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13166_q ), + .datac(\text_gen|char_ram~5998_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34882 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34883 ( +// Equation(s): +// \text_gen|char_ram~34883_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34882_combout & ((\text_gen|char_ram~27502_q ))) # (!\text_gen|char_ram~34882_combout & (\text_gen|char_ram~20334_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34882_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20334_q ), + .datac(\text_gen|char_ram~27502_q ), + .datad(\text_gen|char_ram~34882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34883 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y14_N5 +dffeas \text_gen|char_ram~20446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y17_N23 +dffeas \text_gen|char_ram~27614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13278feeder ( +// Equation(s): +// \text_gen|char_ram~13278feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13278feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13278feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13278feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N29 +dffeas \text_gen|char_ram~13278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13278feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y17_N29 +dffeas \text_gen|char_ram~6110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34884 ( +// Equation(s): +// \text_gen|char_ram~34884_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13278_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6110_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13278_q ), + .datac(\text_gen|char_ram~6110_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34884 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34885 ( +// Equation(s): +// \text_gen|char_ram~34885_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34884_combout & ((\text_gen|char_ram~27614_q ))) # (!\text_gen|char_ram~34884_combout & (\text_gen|char_ram~20446_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34884_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20446_q ), + .datac(\text_gen|char_ram~27614_q ), + .datad(\text_gen|char_ram~34884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34885 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20222feeder ( +// Equation(s): +// \text_gen|char_ram~20222feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20222feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N23 +dffeas \text_gen|char_ram~20222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y14_N11 +dffeas \text_gen|char_ram~27390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13054feeder ( +// Equation(s): +// \text_gen|char_ram~13054feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13054feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13054feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13054feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y14_N21 +dffeas \text_gen|char_ram~13054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13054feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y10_N21 +dffeas \text_gen|char_ram~5886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34886 ( +// Equation(s): +// \text_gen|char_ram~34886_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13054_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5886_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13054_q ), + .datac(\text_gen|char_ram~5886_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34886 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34887 ( +// Equation(s): +// \text_gen|char_ram~34887_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34886_combout & ((\text_gen|char_ram~27390_q ))) # (!\text_gen|char_ram~34886_combout & (\text_gen|char_ram~20222_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34886_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20222_q ), + .datac(\text_gen|char_ram~27390_q ), + .datad(\text_gen|char_ram~34886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34887 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34888 ( +// Equation(s): +// \text_gen|char_ram~34888_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~34885_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~34887_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34885_combout ), + .datad(\text_gen|char_ram~34887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34888 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34891 ( +// Equation(s): +// \text_gen|char_ram~34891_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34888_combout & (\text_gen|char_ram~34890_combout )) # (!\text_gen|char_ram~34888_combout & ((\text_gen|char_ram~34883_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34888_combout )))) + + .dataa(\text_gen|char_ram~34890_combout ), + .datab(\text_gen|char_ram~34883_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34891 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~34891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N9 +dffeas \text_gen|char_ram~20502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N31 +dffeas \text_gen|char_ram~27670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N21 +dffeas \text_gen|char_ram~6166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y13_N25 +dffeas \text_gen|char_ram~13334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34909 ( +// Equation(s): +// \text_gen|char_ram~34909_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13334_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6166_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6166_q ), + .datad(\text_gen|char_ram~13334_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34909 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34910 ( +// Equation(s): +// \text_gen|char_ram~34910_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34909_combout & ((\text_gen|char_ram~27670_q ))) # (!\text_gen|char_ram~34909_combout & (\text_gen|char_ram~20502_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34909_combout )))) + + .dataa(\text_gen|char_ram~20502_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27670_q ), + .datad(\text_gen|char_ram~34909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34910 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y14_N5 +dffeas \text_gen|char_ram~20390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y18_N23 +dffeas \text_gen|char_ram~27558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13222feeder ( +// Equation(s): +// \text_gen|char_ram~13222feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13222feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y18_N29 +dffeas \text_gen|char_ram~13222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y18_N25 +dffeas \text_gen|char_ram~6054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34904 ( +// Equation(s): +// \text_gen|char_ram~34904_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13222_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6054_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13222_q ), + .datac(\text_gen|char_ram~6054_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34904 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34905 ( +// Equation(s): +// \text_gen|char_ram~34905_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34904_combout & ((\text_gen|char_ram~27558_q ))) # (!\text_gen|char_ram~34904_combout & (\text_gen|char_ram~20390_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34904_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20390_q ), + .datac(\text_gen|char_ram~27558_q ), + .datad(\text_gen|char_ram~34904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34905 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y14_N25 +dffeas \text_gen|char_ram~20166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y18_N19 +dffeas \text_gen|char_ram~27334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y14_N27 +dffeas \text_gen|char_ram~5830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12998feeder ( +// Equation(s): +// \text_gen|char_ram~12998feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~12998feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12998feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12998feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y14_N1 +dffeas \text_gen|char_ram~12998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12998feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34906 ( +// Equation(s): +// \text_gen|char_ram~34906_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12998_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5830_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5830_q ), + .datad(\text_gen|char_ram~12998_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34906 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34907 ( +// Equation(s): +// \text_gen|char_ram~34907_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34906_combout & ((\text_gen|char_ram~27334_q ))) # (!\text_gen|char_ram~34906_combout & (\text_gen|char_ram~20166_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34906_combout )))) + + .dataa(\text_gen|char_ram~20166_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27334_q ), + .datad(\text_gen|char_ram~34906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34907 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34908 ( +// Equation(s): +// \text_gen|char_ram~34908_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~34905_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~34907_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34905_combout ), + .datad(\text_gen|char_ram~34907_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34908 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20278feeder ( +// Equation(s): +// \text_gen|char_ram~20278feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20278feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20278feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20278feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y21_N11 +dffeas \text_gen|char_ram~20278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20278feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y21_N13 +dffeas \text_gen|char_ram~27446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y17_N23 +dffeas \text_gen|char_ram~13110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y21_N15 +dffeas \text_gen|char_ram~5942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34902 ( +// Equation(s): +// \text_gen|char_ram~34902_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13110_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5942_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13110_q ), + .datac(\text_gen|char_ram~5942_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34902 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34903 ( +// Equation(s): +// \text_gen|char_ram~34903_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34902_combout & ((\text_gen|char_ram~27446_q ))) # (!\text_gen|char_ram~34902_combout & (\text_gen|char_ram~20278_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34902_combout )))) + + .dataa(\text_gen|char_ram~20278_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27446_q ), + .datad(\text_gen|char_ram~34902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34903 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34911 ( +// Equation(s): +// \text_gen|char_ram~34911_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34908_combout & (\text_gen|char_ram~34910_combout )) # (!\text_gen|char_ram~34908_combout & ((\text_gen|char_ram~34903_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34908_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34910_combout ), + .datac(\text_gen|char_ram~34908_combout ), + .datad(\text_gen|char_ram~34903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34911 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y21_N11 +dffeas \text_gen|char_ram~20173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y17_N23 +dffeas \text_gen|char_ram~13005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13005 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y21_N29 +dffeas \text_gen|char_ram~5837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34896 ( +// Equation(s): +// \text_gen|char_ram~34896_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13005_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5837_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13005_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5837_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34896 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y21_N3 +dffeas \text_gen|char_ram~27341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34897 ( +// Equation(s): +// \text_gen|char_ram~34897_combout = (\text_gen|char_ram~34896_combout & (((\text_gen|char_ram~27341_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~34896_combout & (\text_gen|char_ram~20173_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20173_q ), + .datab(\text_gen|char_ram~34896_combout ), + .datac(\text_gen|char_ram~27341_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34897 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~34897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y25_N1 +dffeas \text_gen|char_ram~20285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y28_N23 +dffeas \text_gen|char_ram~27453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13117feeder ( +// Equation(s): +// \text_gen|char_ram~13117feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13117feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13117feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13117feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y17_N17 +dffeas \text_gen|char_ram~13117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13117feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y28_N21 +dffeas \text_gen|char_ram~5949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34894 ( +// Equation(s): +// \text_gen|char_ram~34894_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13117_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5949_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13117_q ), + .datac(\text_gen|char_ram~5949_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34894 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34895 ( +// Equation(s): +// \text_gen|char_ram~34895_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34894_combout & ((\text_gen|char_ram~27453_q ))) # (!\text_gen|char_ram~34894_combout & (\text_gen|char_ram~20285_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34894_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20285_q ), + .datac(\text_gen|char_ram~27453_q ), + .datad(\text_gen|char_ram~34894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34895 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34898 ( +// Equation(s): +// \text_gen|char_ram~34898_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34895_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34897_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34897_combout ), + .datad(\text_gen|char_ram~34895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34898 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y40_N5 +dffeas \text_gen|char_ram~20509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y40_N31 +dffeas \text_gen|char_ram~27677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y22_N5 +dffeas \text_gen|char_ram~6173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13341feeder ( +// Equation(s): +// \text_gen|char_ram~13341feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13341feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y12_N21 +dffeas \text_gen|char_ram~13341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34899 ( +// Equation(s): +// \text_gen|char_ram~34899_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13341_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6173_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6173_q ), + .datad(\text_gen|char_ram~13341_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34899 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34900 ( +// Equation(s): +// \text_gen|char_ram~34900_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34899_combout & ((\text_gen|char_ram~27677_q ))) # (!\text_gen|char_ram~34899_combout & (\text_gen|char_ram~20509_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34899_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20509_q ), + .datac(\text_gen|char_ram~27677_q ), + .datad(\text_gen|char_ram~34899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34900 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y25_N13 +dffeas \text_gen|char_ram~20397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y25_N11 +dffeas \text_gen|char_ram~27565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13229feeder ( +// Equation(s): +// \text_gen|char_ram~13229feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13229feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13229feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13229feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y24_N11 +dffeas \text_gen|char_ram~13229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13229feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y37_N1 +dffeas \text_gen|char_ram~6061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34892 ( +// Equation(s): +// \text_gen|char_ram~34892_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13229_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6061_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13229_q ), + .datac(\text_gen|char_ram~6061_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34892 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34893 ( +// Equation(s): +// \text_gen|char_ram~34893_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34892_combout & ((\text_gen|char_ram~27565_q ))) # (!\text_gen|char_ram~34892_combout & (\text_gen|char_ram~20397_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34892_combout )))) + + .dataa(\text_gen|char_ram~20397_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27565_q ), + .datad(\text_gen|char_ram~34892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34893 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34901 ( +// Equation(s): +// \text_gen|char_ram~34901_combout = (\text_gen|char_ram~34898_combout & (((\text_gen|char_ram~34900_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~34898_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34893_combout )))) + + .dataa(\text_gen|char_ram~34898_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34900_combout ), + .datad(\text_gen|char_ram~34893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34901 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34912 ( +// Equation(s): +// \text_gen|char_ram~34912_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~34901_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~34911_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~34911_combout ), + .datad(\text_gen|char_ram~34901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34912 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34923 ( +// Equation(s): +// \text_gen|char_ram~34923_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34912_combout & (\text_gen|char_ram~34922_combout )) # (!\text_gen|char_ram~34912_combout & ((\text_gen|char_ram~34891_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34912_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34922_combout ), + .datac(\text_gen|char_ram~34891_combout ), + .datad(\text_gen|char_ram~34912_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34923 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y17_N13 +dffeas \text_gen|char_ram~13180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y17_N7 +dffeas \text_gen|char_ram~27516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20348feeder ( +// Equation(s): +// \text_gen|char_ram~20348feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y21_N25 +dffeas \text_gen|char_ram~20348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y17_N29 +dffeas \text_gen|char_ram~6012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34840 ( +// Equation(s): +// \text_gen|char_ram~34840_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20348_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6012_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20348_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6012_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34840 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34841 ( +// Equation(s): +// \text_gen|char_ram~34841_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34840_combout & ((\text_gen|char_ram~27516_q ))) # (!\text_gen|char_ram~34840_combout & (\text_gen|char_ram~13180_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34840_combout )))) + + .dataa(\text_gen|char_ram~13180_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27516_q ), + .datad(\text_gen|char_ram~34840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34841 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20572feeder ( +// Equation(s): +// \text_gen|char_ram~20572feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20572feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20572feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20572feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y10_N17 +dffeas \text_gen|char_ram~20572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20572feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y18_N15 +dffeas \text_gen|char_ram~27740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y13_N9 +dffeas \text_gen|char_ram~13404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y13_N19 +dffeas \text_gen|char_ram~6236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34847 ( +// Equation(s): +// \text_gen|char_ram~34847_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13404_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6236_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13404_q ), + .datac(\text_gen|char_ram~6236_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34847 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34848 ( +// Equation(s): +// \text_gen|char_ram~34848_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34847_combout & ((\text_gen|char_ram~27740_q ))) # (!\text_gen|char_ram~34847_combout & (\text_gen|char_ram~20572_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34847_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20572_q ), + .datac(\text_gen|char_ram~27740_q ), + .datad(\text_gen|char_ram~34847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34848 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y10_N21 +dffeas \text_gen|char_ram~13068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N19 +dffeas \text_gen|char_ram~27404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N29 +dffeas \text_gen|char_ram~5900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y14_N3 +dffeas \text_gen|char_ram~20236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34844 ( +// Equation(s): +// \text_gen|char_ram~34844_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20236_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5900_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5900_q ), + .datad(\text_gen|char_ram~20236_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34844 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34845 ( +// Equation(s): +// \text_gen|char_ram~34845_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34844_combout & ((\text_gen|char_ram~27404_q ))) # (!\text_gen|char_ram~34844_combout & (\text_gen|char_ram~13068_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34844_combout )))) + + .dataa(\text_gen|char_ram~13068_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27404_q ), + .datad(\text_gen|char_ram~34844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34845 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20460feeder ( +// Equation(s): +// \text_gen|char_ram~20460feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20460feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20460feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20460feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N13 +dffeas \text_gen|char_ram~20460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20460feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y18_N23 +dffeas \text_gen|char_ram~27628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13292feeder ( +// Equation(s): +// \text_gen|char_ram~13292feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13292feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13292feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13292feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y18_N13 +dffeas \text_gen|char_ram~13292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13292feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y18_N25 +dffeas \text_gen|char_ram~6124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34842 ( +// Equation(s): +// \text_gen|char_ram~34842_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13292_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6124_q +// ))))) + + .dataa(\text_gen|char_ram~13292_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6124_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34842 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34843 ( +// Equation(s): +// \text_gen|char_ram~34843_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34842_combout & ((\text_gen|char_ram~27628_q ))) # (!\text_gen|char_ram~34842_combout & (\text_gen|char_ram~20460_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34842_combout )))) + + .dataa(\text_gen|char_ram~20460_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27628_q ), + .datad(\text_gen|char_ram~34842_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34843 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34846 ( +// Equation(s): +// \text_gen|char_ram~34846_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34843_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34845_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34845_combout ), + .datad(\text_gen|char_ram~34843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34846 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34849 ( +// Equation(s): +// \text_gen|char_ram~34849_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34846_combout & ((\text_gen|char_ram~34848_combout ))) # (!\text_gen|char_ram~34846_combout & (\text_gen|char_ram~34841_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34846_combout )))) + + .dataa(\text_gen|char_ram~34841_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34848_combout ), + .datad(\text_gen|char_ram~34846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34849 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y9_N25 +dffeas \text_gen|char_ram~13187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y9_N7 +dffeas \text_gen|char_ram~27523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27523 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y9_N23 +dffeas \text_gen|char_ram~20355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y9_N29 +dffeas \text_gen|char_ram~6019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34873 ( +// Equation(s): +// \text_gen|char_ram~34873_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20355_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6019_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20355_q ), + .datac(\text_gen|char_ram~6019_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34873 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34874 ( +// Equation(s): +// \text_gen|char_ram~34874_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34873_combout & ((\text_gen|char_ram~27523_q ))) # (!\text_gen|char_ram~34873_combout & (\text_gen|char_ram~13187_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34873_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13187_q ), + .datac(\text_gen|char_ram~27523_q ), + .datad(\text_gen|char_ram~34873_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34874 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13075feeder ( +// Equation(s): +// \text_gen|char_ram~13075feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N25 +dffeas \text_gen|char_ram~13075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y9_N23 +dffeas \text_gen|char_ram~27411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y9_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20243feeder ( +// Equation(s): +// \text_gen|char_ram~20243feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N11 +dffeas \text_gen|char_ram~20243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y9_N21 +dffeas \text_gen|char_ram~5907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34875 ( +// Equation(s): +// \text_gen|char_ram~34875_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20243_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5907_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20243_q ), + .datac(\text_gen|char_ram~5907_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34875 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34876 ( +// Equation(s): +// \text_gen|char_ram~34876_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34875_combout & ((\text_gen|char_ram~27411_q ))) # (!\text_gen|char_ram~34875_combout & (\text_gen|char_ram~13075_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34875_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13075_q ), + .datac(\text_gen|char_ram~27411_q ), + .datad(\text_gen|char_ram~34875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34876 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34877 ( +// Equation(s): +// \text_gen|char_ram~34877_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~34874_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~34876_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34874_combout ), + .datad(\text_gen|char_ram~34876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34877 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y4_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20579feeder ( +// Equation(s): +// \text_gen|char_ram~20579feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20579feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20579feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20579feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y4_N25 +dffeas \text_gen|char_ram~20579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20579feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y4_N3 +dffeas \text_gen|char_ram~27747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y4_N25 +dffeas \text_gen|char_ram~13411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y4_N29 +dffeas \text_gen|char_ram~6243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y4_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34878 ( +// Equation(s): +// \text_gen|char_ram~34878_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13411_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6243_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13411_q ), + .datac(\text_gen|char_ram~6243_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34878 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y4_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34879 ( +// Equation(s): +// \text_gen|char_ram~34879_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34878_combout & ((\text_gen|char_ram~27747_q ))) # (!\text_gen|char_ram~34878_combout & (\text_gen|char_ram~20579_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34878_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20579_q ), + .datac(\text_gen|char_ram~27747_q ), + .datad(\text_gen|char_ram~34878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34879 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y10_N25 +dffeas \text_gen|char_ram~20467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y14_N23 +dffeas \text_gen|char_ram~27635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y14_N5 +dffeas \text_gen|char_ram~13299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y14_N13 +dffeas \text_gen|char_ram~6131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34871 ( +// Equation(s): +// \text_gen|char_ram~34871_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13299_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6131_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13299_q ), + .datac(\text_gen|char_ram~6131_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34871 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34872 ( +// Equation(s): +// \text_gen|char_ram~34872_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34871_combout & ((\text_gen|char_ram~27635_q ))) # (!\text_gen|char_ram~34871_combout & (\text_gen|char_ram~20467_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34871_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20467_q ), + .datac(\text_gen|char_ram~27635_q ), + .datad(\text_gen|char_ram~34871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34872 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34880 ( +// Equation(s): +// \text_gen|char_ram~34880_combout = (\text_gen|char_ram~34877_combout & (((\text_gen|char_ram~34879_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~34877_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34872_combout )))) + + .dataa(\text_gen|char_ram~34877_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34879_combout ), + .datad(\text_gen|char_ram~34872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34880 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13019feeder ( +// Equation(s): +// \text_gen|char_ram~13019feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13019feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13019feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13019feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y22_N29 +dffeas \text_gen|char_ram~13019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13019feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y22_N3 +dffeas \text_gen|char_ram~27355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y22_N29 +dffeas \text_gen|char_ram~5851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y25_N9 +dffeas \text_gen|char_ram~20187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34854 ( +// Equation(s): +// \text_gen|char_ram~34854_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20187_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5851_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5851_q ), + .datad(\text_gen|char_ram~20187_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34854 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34855 ( +// Equation(s): +// \text_gen|char_ram~34855_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34854_combout & ((\text_gen|char_ram~27355_q ))) # (!\text_gen|char_ram~34854_combout & (\text_gen|char_ram~13019_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34854_combout )))) + + .dataa(\text_gen|char_ram~13019_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27355_q ), + .datad(\text_gen|char_ram~34854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34855 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13131feeder ( +// Equation(s): +// \text_gen|char_ram~13131feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13131feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13131feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13131feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N17 +dffeas \text_gen|char_ram~13131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13131feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y25_N27 +dffeas \text_gen|char_ram~27467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y26_N21 +dffeas \text_gen|char_ram~20299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y25_N25 +dffeas \text_gen|char_ram~5963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34852 ( +// Equation(s): +// \text_gen|char_ram~34852_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20299_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5963_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20299_q ), + .datac(\text_gen|char_ram~5963_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34852 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34853 ( +// Equation(s): +// \text_gen|char_ram~34853_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34852_combout & ((\text_gen|char_ram~27467_q ))) # (!\text_gen|char_ram~34852_combout & (\text_gen|char_ram~13131_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34852_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13131_q ), + .datac(\text_gen|char_ram~27467_q ), + .datad(\text_gen|char_ram~34852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34853 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34856 ( +// Equation(s): +// \text_gen|char_ram~34856_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34853_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34855_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34855_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34856 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~34856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20523feeder ( +// Equation(s): +// \text_gen|char_ram~20523feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20523feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20523feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20523feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N1 +dffeas \text_gen|char_ram~20523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20523feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20523 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y22_N23 +dffeas \text_gen|char_ram~27691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y22_N21 +dffeas \text_gen|char_ram~6187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y13_N1 +dffeas \text_gen|char_ram~13355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34857 ( +// Equation(s): +// \text_gen|char_ram~34857_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13355_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6187_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6187_q ), + .datad(\text_gen|char_ram~13355_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34857 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34858 ( +// Equation(s): +// \text_gen|char_ram~34858_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34857_combout & ((\text_gen|char_ram~27691_q ))) # (!\text_gen|char_ram~34857_combout & (\text_gen|char_ram~20523_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34857_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20523_q ), + .datac(\text_gen|char_ram~27691_q ), + .datad(\text_gen|char_ram~34857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34858 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y21_N17 +dffeas \text_gen|char_ram~20411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y21_N15 +dffeas \text_gen|char_ram~27579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13243feeder ( +// Equation(s): +// \text_gen|char_ram~13243feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y24_N1 +dffeas \text_gen|char_ram~13243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y25_N29 +dffeas \text_gen|char_ram~6075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34850 ( +// Equation(s): +// \text_gen|char_ram~34850_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13243_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6075_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13243_q ), + .datac(\text_gen|char_ram~6075_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34850 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34851 ( +// Equation(s): +// \text_gen|char_ram~34851_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34850_combout & ((\text_gen|char_ram~27579_q ))) # (!\text_gen|char_ram~34850_combout & (\text_gen|char_ram~20411_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34850_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20411_q ), + .datac(\text_gen|char_ram~27579_q ), + .datad(\text_gen|char_ram~34850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34851 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34859 ( +// Equation(s): +// \text_gen|char_ram~34859_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34856_combout & (\text_gen|char_ram~34858_combout )) # (!\text_gen|char_ram~34856_combout & ((\text_gen|char_ram~34851_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34856_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34856_combout ), + .datac(\text_gen|char_ram~34858_combout ), + .datad(\text_gen|char_ram~34851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34859 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y17_N9 +dffeas \text_gen|char_ram~13348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y22_N17 +dffeas \text_gen|char_ram~6180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34867 ( +// Equation(s): +// \text_gen|char_ram~34867_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13348_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6180_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13348_q ), + .datac(\text_gen|char_ram~6180_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34867 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y22_N15 +dffeas \text_gen|char_ram~27684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y18_N13 +dffeas \text_gen|char_ram~20516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34868 ( +// Equation(s): +// \text_gen|char_ram~34868_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34867_combout & (\text_gen|char_ram~27684_q )) # (!\text_gen|char_ram~34867_combout & ((\text_gen|char_ram~20516_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~34867_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34867_combout ), + .datac(\text_gen|char_ram~27684_q ), + .datad(\text_gen|char_ram~20516_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34868 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y22_N25 +dffeas \text_gen|char_ram~13124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N19 +dffeas \text_gen|char_ram~27460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20292feeder ( +// Equation(s): +// \text_gen|char_ram~20292feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~20292feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20292feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20292feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y21_N7 +dffeas \text_gen|char_ram~20292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20292feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N25 +dffeas \text_gen|char_ram~5956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34860 ( +// Equation(s): +// \text_gen|char_ram~34860_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20292_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5956_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20292_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5956_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34860 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34861 ( +// Equation(s): +// \text_gen|char_ram~34861_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34860_combout & ((\text_gen|char_ram~27460_q ))) # (!\text_gen|char_ram~34860_combout & (\text_gen|char_ram~13124_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34860_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13124_q ), + .datac(\text_gen|char_ram~27460_q ), + .datad(\text_gen|char_ram~34860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34861 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y18_N23 +dffeas \text_gen|char_ram~13012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5844feeder ( +// Equation(s): +// \text_gen|char_ram~5844feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~5844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5844feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y18_N17 +dffeas \text_gen|char_ram~5844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34864 ( +// Equation(s): +// \text_gen|char_ram~34864_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13012_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5844_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13012_q ), + .datad(\text_gen|char_ram~5844_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34864 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y18_N31 +dffeas \text_gen|char_ram~27348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y18_N17 +dffeas \text_gen|char_ram~20180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34865 ( +// Equation(s): +// \text_gen|char_ram~34865_combout = (\text_gen|char_ram~34864_combout & ((\text_gen|char_ram~27348_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~34864_combout & (((\text_gen|char_ram~20180_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~34864_combout ), + .datab(\text_gen|char_ram~27348_q ), + .datac(\text_gen|char_ram~20180_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34865 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~34865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y1_N1 +dffeas \text_gen|char_ram~20404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y22_N31 +dffeas \text_gen|char_ram~27572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13236feeder ( +// Equation(s): +// \text_gen|char_ram~13236feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~13236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y18_N13 +dffeas \text_gen|char_ram~13236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13236 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y22_N29 +dffeas \text_gen|char_ram~6068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34862 ( +// Equation(s): +// \text_gen|char_ram~34862_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13236_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6068_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13236_q ), + .datac(\text_gen|char_ram~6068_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34862 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34863 ( +// Equation(s): +// \text_gen|char_ram~34863_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34862_combout & ((\text_gen|char_ram~27572_q ))) # (!\text_gen|char_ram~34862_combout & (\text_gen|char_ram~20404_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34862_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20404_q ), + .datac(\text_gen|char_ram~27572_q ), + .datad(\text_gen|char_ram~34862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34863 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34866 ( +// Equation(s): +// \text_gen|char_ram~34866_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~34863_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34865_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34865_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34866 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~34866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34869 ( +// Equation(s): +// \text_gen|char_ram~34869_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34866_combout & (\text_gen|char_ram~34868_combout )) # (!\text_gen|char_ram~34866_combout & ((\text_gen|char_ram~34861_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34866_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34868_combout ), + .datac(\text_gen|char_ram~34861_combout ), + .datad(\text_gen|char_ram~34866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34869 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34870 ( +// Equation(s): +// \text_gen|char_ram~34870_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~34859_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~34869_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34859_combout ), + .datad(\text_gen|char_ram~34869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34870 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34881 ( +// Equation(s): +// \text_gen|char_ram~34881_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34870_combout & ((\text_gen|char_ram~34880_combout ))) # (!\text_gen|char_ram~34870_combout & (\text_gen|char_ram~34849_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34870_combout )))) + + .dataa(\text_gen|char_ram~34849_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34880_combout ), + .datad(\text_gen|char_ram~34870_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34881 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34924 ( +// Equation(s): +// \text_gen|char_ram~34924_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~34881_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~34923_combout )))) + + .dataa(\text_gen|char_ram~34923_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~34881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34924 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~34924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34967 ( +// Equation(s): +// \text_gen|char_ram~34967_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34924_combout & (\text_gen|char_ram~34966_combout )) # (!\text_gen|char_ram~34924_combout & ((\text_gen|char_ram~34839_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34924_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34966_combout ), + .datac(\text_gen|char_ram~34839_combout ), + .datad(\text_gen|char_ram~34924_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34967 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y19_N21 +dffeas \text_gen|char_ram~22000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22224feeder ( +// Equation(s): +// \text_gen|char_ram~22224feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y19_N25 +dffeas \text_gen|char_ram~22224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34756 ( +// Equation(s): +// \text_gen|char_ram~34756_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~22224_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~22000_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22000_q ), + .datad(\text_gen|char_ram~22224_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34756 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y19_N23 +dffeas \text_gen|char_ram~22336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y19_N7 +dffeas \text_gen|char_ram~22112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34757 ( +// Equation(s): +// \text_gen|char_ram~34757_combout = (\text_gen|char_ram~34756_combout & (((\text_gen|char_ram~22336_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~34756_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~22112_q )))) + + .dataa(\text_gen|char_ram~34756_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22336_q ), + .datad(\text_gen|char_ram~22112_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34757 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y20_N15 +dffeas \text_gen|char_ram~7888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y19_N1 +dffeas \text_gen|char_ram~8000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y18_N21 +dffeas \text_gen|char_ram~7776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y18_N11 +dffeas \text_gen|char_ram~7664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34758 ( +// Equation(s): +// \text_gen|char_ram~34758_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~7776_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~7664_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7776_q ), + .datac(\text_gen|char_ram~7664_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34758 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34759 ( +// Equation(s): +// \text_gen|char_ram~34759_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34758_combout & ((\text_gen|char_ram~8000_q ))) # (!\text_gen|char_ram~34758_combout & (\text_gen|char_ram~7888_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34758_combout )))) + + .dataa(\text_gen|char_ram~7888_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8000_q ), + .datad(\text_gen|char_ram~34758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34759 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34760 ( +// Equation(s): +// \text_gen|char_ram~34760_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~34757_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~34759_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34757_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~34759_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34760 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~34760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y24_N21 +dffeas \text_gen|char_ram~7944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y20_N15 +dffeas \text_gen|char_ram~8056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y20_N25 +dffeas \text_gen|char_ram~7720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7832feeder ( +// Equation(s): +// \text_gen|char_ram~7832feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7832feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7832feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7832feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y20_N21 +dffeas \text_gen|char_ram~7832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7832feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34754 ( +// Equation(s): +// \text_gen|char_ram~34754_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7832_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7720_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7720_q ), + .datad(\text_gen|char_ram~7832_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34754 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34755 ( +// Equation(s): +// \text_gen|char_ram~34755_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34754_combout & ((\text_gen|char_ram~8056_q ))) # (!\text_gen|char_ram~34754_combout & (\text_gen|char_ram~7944_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34754_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7944_q ), + .datac(\text_gen|char_ram~8056_q ), + .datad(\text_gen|char_ram~34754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34755 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y15_N5 +dffeas \text_gen|char_ram~22168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y15_N25 +dffeas \text_gen|char_ram~22392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y15_N15 +dffeas \text_gen|char_ram~22056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22280feeder ( +// Equation(s): +// \text_gen|char_ram~22280feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22280feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22280feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22280feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y15_N3 +dffeas \text_gen|char_ram~22280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22280feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34761 ( +// Equation(s): +// \text_gen|char_ram~34761_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~22280_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22056_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22056_q ), + .datad(\text_gen|char_ram~22280_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34761 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34762 ( +// Equation(s): +// \text_gen|char_ram~34762_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34761_combout & ((\text_gen|char_ram~22392_q ))) # (!\text_gen|char_ram~34761_combout & (\text_gen|char_ram~22168_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34761_combout )))) + + .dataa(\text_gen|char_ram~22168_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22392_q ), + .datad(\text_gen|char_ram~34761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34762 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34763 ( +// Equation(s): +// \text_gen|char_ram~34763_combout = (\text_gen|char_ram~34760_combout & (((\text_gen|char_ram~34762_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~34760_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~34755_combout ))) + + .dataa(\text_gen|char_ram~34760_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34755_combout ), + .datad(\text_gen|char_ram~34762_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34763 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~34763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y11_N1 +dffeas \text_gen|char_ram~22175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y11_N23 +dffeas \text_gen|char_ram~22399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22287feeder ( +// Equation(s): +// \text_gen|char_ram~22287feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y11_N25 +dffeas \text_gen|char_ram~22287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y11_N17 +dffeas \text_gen|char_ram~22063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34792 ( +// Equation(s): +// \text_gen|char_ram~34792_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~22287_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~22063_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~22287_q ), + .datac(\text_gen|char_ram~22063_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34792 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34793 ( +// Equation(s): +// \text_gen|char_ram~34793_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34792_combout & ((\text_gen|char_ram~22399_q ))) # (!\text_gen|char_ram~34792_combout & (\text_gen|char_ram~22175_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34792_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~22175_q ), + .datac(\text_gen|char_ram~22399_q ), + .datad(\text_gen|char_ram~34792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34793 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7951feeder ( +// Equation(s): +// \text_gen|char_ram~7951feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7951feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y16_N27 +dffeas \text_gen|char_ram~7951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y16_N25 +dffeas \text_gen|char_ram~8063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y14_N27 +dffeas \text_gen|char_ram~7727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y14_N15 +dffeas \text_gen|char_ram~7839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34785 ( +// Equation(s): +// \text_gen|char_ram~34785_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7839_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7727_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7727_q ), + .datad(\text_gen|char_ram~7839_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34785 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34786 ( +// Equation(s): +// \text_gen|char_ram~34786_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34785_combout & ((\text_gen|char_ram~8063_q ))) # (!\text_gen|char_ram~34785_combout & (\text_gen|char_ram~7951_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34785_combout )))) + + .dataa(\text_gen|char_ram~7951_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8063_q ), + .datad(\text_gen|char_ram~34785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34786 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y15_N11 +dffeas \text_gen|char_ram~22007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y15_N29 +dffeas \text_gen|char_ram~22231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34787 ( +// Equation(s): +// \text_gen|char_ram~34787_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~22231_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~22007_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22007_q ), + .datad(\text_gen|char_ram~22231_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34787 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y19_N11 +dffeas \text_gen|char_ram~22343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y19_N1 +dffeas \text_gen|char_ram~22119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34788 ( +// Equation(s): +// \text_gen|char_ram~34788_combout = (\text_gen|char_ram~34787_combout & (((\text_gen|char_ram~22343_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~34787_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~22119_q )))) + + .dataa(\text_gen|char_ram~34787_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22343_q ), + .datad(\text_gen|char_ram~22119_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34788 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y20_N29 +dffeas \text_gen|char_ram~7895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y20_N31 +dffeas \text_gen|char_ram~8007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y20_N27 +dffeas \text_gen|char_ram~7671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7783feeder ( +// Equation(s): +// \text_gen|char_ram~7783feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N25 +dffeas \text_gen|char_ram~7783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34789 ( +// Equation(s): +// \text_gen|char_ram~34789_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7783_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7671_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7671_q ), + .datad(\text_gen|char_ram~7783_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34789 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34790 ( +// Equation(s): +// \text_gen|char_ram~34790_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34789_combout & ((\text_gen|char_ram~8007_q ))) # (!\text_gen|char_ram~34789_combout & (\text_gen|char_ram~7895_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34789_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7895_q ), + .datac(\text_gen|char_ram~8007_q ), + .datad(\text_gen|char_ram~34789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34790 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34791 ( +// Equation(s): +// \text_gen|char_ram~34791_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~34788_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~34790_combout ))))) + + .dataa(\text_gen|char_ram~34788_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~34790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34791 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~34791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34794 ( +// Equation(s): +// \text_gen|char_ram~34794_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34791_combout & (\text_gen|char_ram~34793_combout )) # (!\text_gen|char_ram~34791_combout & ((\text_gen|char_ram~34786_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34791_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34793_combout ), + .datac(\text_gen|char_ram~34786_combout ), + .datad(\text_gen|char_ram~34791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34794 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~727feeder ( +// Equation(s): +// \text_gen|char_ram~727feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y19_N1 +dffeas \text_gen|char_ram~727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y19_N11 +dffeas \text_gen|char_ram~839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y19_N11 +dffeas \text_gen|char_ram~503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y19_N25 +dffeas \text_gen|char_ram~615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34768 ( +// Equation(s): +// \text_gen|char_ram~34768_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~615_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~503_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~503_q ), + .datad(\text_gen|char_ram~615_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34768 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34769 ( +// Equation(s): +// \text_gen|char_ram~34769_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34768_combout & ((\text_gen|char_ram~839_q ))) # (!\text_gen|char_ram~34768_combout & (\text_gen|char_ram~727_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34768_combout )))) + + .dataa(\text_gen|char_ram~727_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~839_q ), + .datad(\text_gen|char_ram~34768_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34769 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14951feeder ( +// Equation(s): +// \text_gen|char_ram~14951feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14951feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14951feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14951feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y21_N9 +dffeas \text_gen|char_ram~14951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14951feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y21_N27 +dffeas \text_gen|char_ram~15175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y21_N29 +dffeas \text_gen|char_ram~14839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y18_N7 +dffeas \text_gen|char_ram~15063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34766 ( +// Equation(s): +// \text_gen|char_ram~34766_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~15063_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14839_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14839_q ), + .datad(\text_gen|char_ram~15063_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34766 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34767 ( +// Equation(s): +// \text_gen|char_ram~34767_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34766_combout & ((\text_gen|char_ram~15175_q ))) # (!\text_gen|char_ram~34766_combout & (\text_gen|char_ram~14951_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34766_combout )))) + + .dataa(\text_gen|char_ram~14951_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15175_q ), + .datad(\text_gen|char_ram~34766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34767 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34770 ( +// Equation(s): +// \text_gen|char_ram~34770_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~34767_combout ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~34769_combout )))) + + .dataa(\text_gen|char_ram~34769_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~34767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34770 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~34770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~783feeder ( +// Equation(s): +// \text_gen|char_ram~783feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y11_N1 +dffeas \text_gen|char_ram~783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y11_N7 +dffeas \text_gen|char_ram~895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y11_N29 +dffeas \text_gen|char_ram~559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~671feeder ( +// Equation(s): +// \text_gen|char_ram~671feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~671feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y11_N31 +dffeas \text_gen|char_ram~671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34764 ( +// Equation(s): +// \text_gen|char_ram~34764_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~671_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~559_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~559_q ), + .datad(\text_gen|char_ram~671_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34764 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34765 ( +// Equation(s): +// \text_gen|char_ram~34765_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34764_combout & ((\text_gen|char_ram~895_q ))) # (!\text_gen|char_ram~34764_combout & (\text_gen|char_ram~783_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34764_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~783_q ), + .datac(\text_gen|char_ram~895_q ), + .datad(\text_gen|char_ram~34764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34765 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N21 +dffeas \text_gen|char_ram~15007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y11_N23 +dffeas \text_gen|char_ram~15231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y11_N25 +dffeas \text_gen|char_ram~14895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y11_N11 +dffeas \text_gen|char_ram~15119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34771 ( +// Equation(s): +// \text_gen|char_ram~34771_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15119_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14895_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14895_q ), + .datad(\text_gen|char_ram~15119_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34771 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34772 ( +// Equation(s): +// \text_gen|char_ram~34772_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34771_combout & ((\text_gen|char_ram~15231_q ))) # (!\text_gen|char_ram~34771_combout & (\text_gen|char_ram~15007_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34771_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15007_q ), + .datac(\text_gen|char_ram~15231_q ), + .datad(\text_gen|char_ram~34771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34772 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34773 ( +// Equation(s): +// \text_gen|char_ram~34773_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34770_combout & ((\text_gen|char_ram~34772_combout ))) # (!\text_gen|char_ram~34770_combout & (\text_gen|char_ram~34765_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~34770_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34770_combout ), + .datac(\text_gen|char_ram~34765_combout ), + .datad(\text_gen|char_ram~34772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34773 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~34773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15000feeder ( +// Equation(s): +// \text_gen|char_ram~15000feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15000feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15000feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15000feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y16_N25 +dffeas \text_gen|char_ram~15000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15000feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y16_N15 +dffeas \text_gen|char_ram~15224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y20_N9 +dffeas \text_gen|char_ram~15112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y16_N21 +dffeas \text_gen|char_ram~14888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34781 ( +// Equation(s): +// \text_gen|char_ram~34781_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~15112_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~14888_q +// ))))) + + .dataa(\text_gen|char_ram~15112_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14888_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34781 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34782 ( +// Equation(s): +// \text_gen|char_ram~34782_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34781_combout & ((\text_gen|char_ram~15224_q ))) # (!\text_gen|char_ram~34781_combout & (\text_gen|char_ram~15000_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34781_combout )))) + + .dataa(\text_gen|char_ram~15000_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15224_q ), + .datad(\text_gen|char_ram~34781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34782 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N11 +dffeas \text_gen|char_ram~776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y16_N9 +dffeas \text_gen|char_ram~888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y16_N7 +dffeas \text_gen|char_ram~552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~664feeder ( +// Equation(s): +// \text_gen|char_ram~664feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~664feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~664feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~664feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y11_N21 +dffeas \text_gen|char_ram~664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~664feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34774 ( +// Equation(s): +// \text_gen|char_ram~34774_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~664_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~552_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~552_q ), + .datad(\text_gen|char_ram~664_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34774 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34775 ( +// Equation(s): +// \text_gen|char_ram~34775_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34774_combout & ((\text_gen|char_ram~888_q ))) # (!\text_gen|char_ram~34774_combout & (\text_gen|char_ram~776_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34774_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~776_q ), + .datac(\text_gen|char_ram~888_q ), + .datad(\text_gen|char_ram~34774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34775 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y17_N13 +dffeas \text_gen|char_ram~14944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y17_N1 +dffeas \text_gen|char_ram~15056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y17_N23 +dffeas \text_gen|char_ram~14832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34776 ( +// Equation(s): +// \text_gen|char_ram~34776_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~15056_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~14832_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15056_q ), + .datac(\text_gen|char_ram~14832_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34776 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y17_N19 +dffeas \text_gen|char_ram~15168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34777 ( +// Equation(s): +// \text_gen|char_ram~34777_combout = (\text_gen|char_ram~34776_combout & (((\text_gen|char_ram~15168_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~34776_combout & (\text_gen|char_ram~14944_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~14944_q ), + .datab(\text_gen|char_ram~34776_combout ), + .datac(\text_gen|char_ram~15168_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34777 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~34777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y19_N13 +dffeas \text_gen|char_ram~720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y19_N27 +dffeas \text_gen|char_ram~832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y19_N31 +dffeas \text_gen|char_ram~496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N31 +dffeas \text_gen|char_ram~608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34778 ( +// Equation(s): +// \text_gen|char_ram~34778_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~608_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~496_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~496_q ), + .datad(\text_gen|char_ram~608_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34778 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34779 ( +// Equation(s): +// \text_gen|char_ram~34779_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34778_combout & ((\text_gen|char_ram~832_q ))) # (!\text_gen|char_ram~34778_combout & (\text_gen|char_ram~720_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34778_combout )))) + + .dataa(\text_gen|char_ram~720_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~832_q ), + .datad(\text_gen|char_ram~34778_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34779 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34780 ( +// Equation(s): +// \text_gen|char_ram~34780_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~34777_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~34779_combout ))))) + + .dataa(\text_gen|char_ram~34777_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~34779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34780 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~34780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34783 ( +// Equation(s): +// \text_gen|char_ram~34783_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34780_combout & (\text_gen|char_ram~34782_combout )) # (!\text_gen|char_ram~34780_combout & ((\text_gen|char_ram~34775_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34780_combout )))) + + .dataa(\text_gen|char_ram~34782_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34775_combout ), + .datad(\text_gen|char_ram~34780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34783 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34784 ( +// Equation(s): +// \text_gen|char_ram~34784_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34773_combout ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~34783_combout )))) + + .dataa(\text_gen|char_ram~34773_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~34783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34784 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~34784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34795 ( +// Equation(s): +// \text_gen|char_ram~34795_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34784_combout & ((\text_gen|char_ram~34794_combout ))) # (!\text_gen|char_ram~34784_combout & (\text_gen|char_ram~34763_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34784_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~34763_combout ), + .datac(\text_gen|char_ram~34794_combout ), + .datad(\text_gen|char_ram~34784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34795 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7993feeder ( +// Equation(s): +// \text_gen|char_ram~7993feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7993feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7993feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7993feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y20_N23 +dffeas \text_gen|char_ram~7993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7993feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y21_N1 +dffeas \text_gen|char_ram~7986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y21_N19 +dffeas \text_gen|char_ram~7762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y21_N21 +dffeas \text_gen|char_ram~7769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34624 ( +// Equation(s): +// \text_gen|char_ram~34624_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7769_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7762_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7762_q ), + .datad(\text_gen|char_ram~7769_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34624 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34625 ( +// Equation(s): +// \text_gen|char_ram~34625_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34624_combout & (\text_gen|char_ram~7993_q )) # (!\text_gen|char_ram~34624_combout & ((\text_gen|char_ram~7986_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34624_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7993_q ), + .datac(\text_gen|char_ram~7986_q ), + .datad(\text_gen|char_ram~34624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34625 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y20_N21 +dffeas \text_gen|char_ram~8042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y20_N7 +dffeas \text_gen|char_ram~8049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7825feeder ( +// Equation(s): +// \text_gen|char_ram~7825feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7825feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7825feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7825feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y13_N25 +dffeas \text_gen|char_ram~7825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7825feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y20_N13 +dffeas \text_gen|char_ram~7818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34631 ( +// Equation(s): +// \text_gen|char_ram~34631_combout = (\text_gen|Add5~2_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~7825_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~7818_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7825_q ), + .datac(\text_gen|char_ram~7818_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~34631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34631 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34632 ( +// Equation(s): +// \text_gen|char_ram~34632_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34631_combout & ((\text_gen|char_ram~8049_q ))) # (!\text_gen|char_ram~34631_combout & (\text_gen|char_ram~8042_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34631_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~8042_q ), + .datac(\text_gen|char_ram~8049_q ), + .datad(\text_gen|char_ram~34631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34632 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y16_N9 +dffeas \text_gen|char_ram~7930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y16_N3 +dffeas \text_gen|char_ram~7937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y16_N17 +dffeas \text_gen|char_ram~7706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7713feeder ( +// Equation(s): +// \text_gen|char_ram~7713feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N9 +dffeas \text_gen|char_ram~7713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34626 ( +// Equation(s): +// \text_gen|char_ram~34626_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7713_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7706_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7706_q ), + .datad(\text_gen|char_ram~7713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34626 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34627 ( +// Equation(s): +// \text_gen|char_ram~34627_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34626_combout & ((\text_gen|char_ram~7937_q ))) # (!\text_gen|char_ram~34626_combout & (\text_gen|char_ram~7930_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34626_combout )))) + + .dataa(\text_gen|char_ram~7930_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7937_q ), + .datad(\text_gen|char_ram~34626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34627 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7874feeder ( +// Equation(s): +// \text_gen|char_ram~7874feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y20_N9 +dffeas \text_gen|char_ram~7874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y20_N21 +dffeas \text_gen|char_ram~7881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y17_N1 +dffeas \text_gen|char_ram~7650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7657feeder ( +// Equation(s): +// \text_gen|char_ram~7657feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y17_N25 +dffeas \text_gen|char_ram~7657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34628 ( +// Equation(s): +// \text_gen|char_ram~34628_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~7657_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7650_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7650_q ), + .datad(\text_gen|char_ram~7657_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34628 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34629 ( +// Equation(s): +// \text_gen|char_ram~34629_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34628_combout & ((\text_gen|char_ram~7881_q ))) # (!\text_gen|char_ram~34628_combout & (\text_gen|char_ram~7874_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34628_combout )))) + + .dataa(\text_gen|char_ram~7874_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7881_q ), + .datad(\text_gen|char_ram~34628_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34629 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34630 ( +// Equation(s): +// \text_gen|char_ram~34630_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~34627_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~34629_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34627_combout ), + .datad(\text_gen|char_ram~34629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34630 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34633 ( +// Equation(s): +// \text_gen|char_ram~34633_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34630_combout & ((\text_gen|char_ram~34632_combout ))) # (!\text_gen|char_ram~34630_combout & (\text_gen|char_ram~34625_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34630_combout )))) + + .dataa(\text_gen|char_ram~34625_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34632_combout ), + .datad(\text_gen|char_ram~34630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34633 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~874feeder ( +// Equation(s): +// \text_gen|char_ram~874feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N23 +dffeas \text_gen|char_ram~874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y16_N1 +dffeas \text_gen|char_ram~881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y16_N13 +dffeas \text_gen|char_ram~762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y16_N17 +dffeas \text_gen|char_ram~769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34645 ( +// Equation(s): +// \text_gen|char_ram~34645_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~769_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~762_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~762_q ), + .datad(\text_gen|char_ram~769_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34645 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34646 ( +// Equation(s): +// \text_gen|char_ram~34646_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34645_combout & ((\text_gen|char_ram~881_q ))) # (!\text_gen|char_ram~34645_combout & (\text_gen|char_ram~874_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34645_combout )))) + + .dataa(\text_gen|char_ram~874_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~881_q ), + .datad(\text_gen|char_ram~34645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34646 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~650feeder ( +// Equation(s): +// \text_gen|char_ram~650feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~650feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~650feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~650feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y16_N17 +dffeas \text_gen|char_ram~650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~650feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y16_N15 +dffeas \text_gen|char_ram~657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y16_N17 +dffeas \text_gen|char_ram~538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y16_N25 +dffeas \text_gen|char_ram~545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34640 ( +// Equation(s): +// \text_gen|char_ram~34640_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~545_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~538_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~538_q ), + .datad(\text_gen|char_ram~545_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34640 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34641 ( +// Equation(s): +// \text_gen|char_ram~34641_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34640_combout & ((\text_gen|char_ram~657_q ))) # (!\text_gen|char_ram~34640_combout & (\text_gen|char_ram~650_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34640_combout )))) + + .dataa(\text_gen|char_ram~650_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~657_q ), + .datad(\text_gen|char_ram~34640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34641 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y20_N1 +dffeas \text_gen|char_ram~594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y22_N17 +dffeas \text_gen|char_ram~482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y24_N13 +dffeas \text_gen|char_ram~601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y24_N31 +dffeas \text_gen|char_ram~489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34642 ( +// Equation(s): +// \text_gen|char_ram~34642_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~601_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~489_q ))))) # (!\vga_c|h_cnt [4] & (((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~601_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~489_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34642 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34643 ( +// Equation(s): +// \text_gen|char_ram~34643_combout = (\vga_c|h_cnt [4] & (((\text_gen|char_ram~34642_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~34642_combout & (\text_gen|char_ram~594_q )) # (!\text_gen|char_ram~34642_combout & ((\text_gen|char_ram~482_q +// ))))) + + .dataa(\text_gen|char_ram~594_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~482_q ), + .datad(\text_gen|char_ram~34642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34643 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34644 ( +// Equation(s): +// \text_gen|char_ram~34644_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~34641_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~34643_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34641_combout ), + .datad(\text_gen|char_ram~34643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34644 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y19_N25 +dffeas \text_gen|char_ram~818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y19_N7 +dffeas \text_gen|char_ram~825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y19_N5 +dffeas \text_gen|char_ram~706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~713feeder ( +// Equation(s): +// \text_gen|char_ram~713feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y19_N5 +dffeas \text_gen|char_ram~713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34647 ( +// Equation(s): +// \text_gen|char_ram~34647_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~713_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~706_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~706_q ), + .datad(\text_gen|char_ram~713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34647 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34648 ( +// Equation(s): +// \text_gen|char_ram~34648_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34647_combout & ((\text_gen|char_ram~825_q ))) # (!\text_gen|char_ram~34647_combout & (\text_gen|char_ram~818_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34647_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~818_q ), + .datac(\text_gen|char_ram~825_q ), + .datad(\text_gen|char_ram~34647_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34648 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y19_N17 +dffeas \text_gen|char_ram~14881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y15_N11 +dffeas \text_gen|char_ram~15105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34636 ( +// Equation(s): +// \text_gen|char_ram~34636_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15105_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14881_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14881_q ), + .datad(\text_gen|char_ram~15105_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34636 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y19_N27 +dffeas \text_gen|char_ram~15217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y23_N25 +dffeas \text_gen|char_ram~14993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34637 ( +// Equation(s): +// \text_gen|char_ram~34637_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34636_combout & (\text_gen|char_ram~15217_q )) # (!\text_gen|char_ram~34636_combout & ((\text_gen|char_ram~14993_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34636_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34636_combout ), + .datac(\text_gen|char_ram~15217_q ), + .datad(\text_gen|char_ram~14993_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34637 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34649 ( +// Equation(s): +// \text_gen|char_ram~34649_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~34637_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~34648_combout )) + + .dataa(\text_gen|char_ram~34648_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~34637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34649 .lut_mask = 16'hEE2E; +defparam \text_gen|char_ram~34649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34650 ( +// Equation(s): +// \text_gen|char_ram~34650_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34644_combout & (\text_gen|char_ram~34646_combout )) # (!\text_gen|char_ram~34644_combout & ((\text_gen|char_ram~34649_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34644_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34646_combout ), + .datac(\text_gen|char_ram~34644_combout ), + .datad(\text_gen|char_ram~34649_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34650 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y21_N29 +dffeas \text_gen|char_ram~15042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y28_N5 +dffeas \text_gen|char_ram~15154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y28_N27 +dffeas \text_gen|char_ram~14818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y28_N21 +dffeas \text_gen|char_ram~14930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34651 ( +// Equation(s): +// \text_gen|char_ram~34651_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14930_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14818_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14818_q ), + .datad(\text_gen|char_ram~14930_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34651 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34652 ( +// Equation(s): +// \text_gen|char_ram~34652_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34651_combout & ((\text_gen|char_ram~15154_q ))) # (!\text_gen|char_ram~34651_combout & (\text_gen|char_ram~15042_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34651_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15042_q ), + .datac(\text_gen|char_ram~15154_q ), + .datad(\text_gen|char_ram~34651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34652 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N13 +dffeas \text_gen|char_ram~14825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15049feeder ( +// Equation(s): +// \text_gen|char_ram~15049feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15049feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15049feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15049feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y21_N27 +dffeas \text_gen|char_ram~15049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15049feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34653 ( +// Equation(s): +// \text_gen|char_ram~34653_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15049_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14825_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14825_q ), + .datad(\text_gen|char_ram~15049_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34653 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y32_N17 +dffeas \text_gen|char_ram~15161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y32_N19 +dffeas \text_gen|char_ram~14937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y17_N25 +dffeas \text_gen|char_ram~15098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y18_N7 +dffeas \text_gen|char_ram~15210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y18_N21 +dffeas \text_gen|char_ram~14874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y18_N21 +dffeas \text_gen|char_ram~14986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34634 ( +// Equation(s): +// \text_gen|char_ram~34634_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14986_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14874_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14874_q ), + .datad(\text_gen|char_ram~14986_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34634 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34635 ( +// Equation(s): +// \text_gen|char_ram~34635_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34634_combout & ((\text_gen|char_ram~15210_q ))) # (!\text_gen|char_ram~34634_combout & (\text_gen|char_ram~15098_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34634_combout )))) + + .dataa(\text_gen|char_ram~15098_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15210_q ), + .datad(\text_gen|char_ram~34634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34635 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34654 ( +// Equation(s): +// \text_gen|char_ram~34654_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~14937_q )))) # (!\vga_c|h_cnt [4] & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34635_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14937_q ), + .datad(\text_gen|char_ram~34635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34654 .lut_mask = 16'hECA8; +defparam \text_gen|char_ram~34654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34655 ( +// Equation(s): +// \text_gen|char_ram~34655_combout = (\text_gen|char_ram~34653_combout & (((\text_gen|char_ram~15161_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~34653_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34654_combout )))) + + .dataa(\text_gen|char_ram~34653_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15161_q ), + .datad(\text_gen|char_ram~34654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34655 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34656 ( +// Equation(s): +// \text_gen|char_ram~34656_combout = (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~34655_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~34652_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34652_combout ), + .datad(\text_gen|char_ram~34655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34656 .lut_mask = 16'h3210; +defparam \text_gen|char_ram~34656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34638 ( +// Equation(s): +// \text_gen|char_ram~34638_combout = (\vga_c|h_cnt [4] & (\text_gen|char_ram~34637_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~34635_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(gnd), + .datac(\text_gen|char_ram~34637_combout ), + .datad(\text_gen|char_ram~34635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34638 .lut_mask = 16'hF5A0; +defparam \text_gen|char_ram~34638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34639 ( +// Equation(s): +// \text_gen|char_ram~34639_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\vga_c|h_cnt [7] & \text_gen|char_ram~34638_combout )) # (!\text_gen|Add5~14_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~34638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34639 .lut_mask = 16'hE3C3; +defparam \text_gen|char_ram~34639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34657 ( +// Equation(s): +// \text_gen|char_ram~34657_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~34656_combout ) # (\text_gen|char_ram~34639_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~34650_combout & ((\text_gen|char_ram~34639_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34650_combout ), + .datac(\text_gen|char_ram~34656_combout ), + .datad(\text_gen|char_ram~34639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34657 .lut_mask = 16'hEEA0; +defparam \text_gen|char_ram~34657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22217feeder ( +// Equation(s): +// \text_gen|char_ram~22217feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22217feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N7 +dffeas \text_gen|char_ram~22217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y19_N5 +dffeas \text_gen|char_ram~22210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34658 ( +// Equation(s): +// \text_gen|char_ram~34658_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~22217_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~22210_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~22217_q ), + .datac(\text_gen|char_ram~22210_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~34658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34658 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y19_N7 +dffeas \text_gen|char_ram~22329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y19_N29 +dffeas \text_gen|char_ram~22322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34659 ( +// Equation(s): +// \text_gen|char_ram~34659_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34658_combout & (\text_gen|char_ram~22329_q )) # (!\text_gen|char_ram~34658_combout & ((\text_gen|char_ram~22322_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34658_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34658_combout ), + .datac(\text_gen|char_ram~22329_q ), + .datad(\text_gen|char_ram~22322_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34659 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y19_N13 +dffeas \text_gen|char_ram~22378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y19_N19 +dffeas \text_gen|char_ram~22385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y17_N3 +dffeas \text_gen|char_ram~22266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y23_N21 +dffeas \text_gen|char_ram~22273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34665 ( +// Equation(s): +// \text_gen|char_ram~34665_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22273_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22266_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22266_q ), + .datad(\text_gen|char_ram~22273_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34665 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34666 ( +// Equation(s): +// \text_gen|char_ram~34666_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34665_combout & ((\text_gen|char_ram~22385_q ))) # (!\text_gen|char_ram~34665_combout & (\text_gen|char_ram~22378_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34665_combout )))) + + .dataa(\text_gen|char_ram~22378_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22385_q ), + .datad(\text_gen|char_ram~34665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34666 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y24_N27 +dffeas \text_gen|char_ram~21986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y24_N29 +dffeas \text_gen|char_ram~21993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34662 ( +// Equation(s): +// \text_gen|char_ram~34662_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~21993_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21986_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21986_q ), + .datad(\text_gen|char_ram~21993_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34662 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N31 +dffeas \text_gen|char_ram~22105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y27_N17 +dffeas \text_gen|char_ram~22098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34663 ( +// Equation(s): +// \text_gen|char_ram~34663_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34662_combout & (\text_gen|char_ram~22105_q )) # (!\text_gen|char_ram~34662_combout & ((\text_gen|char_ram~22098_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34662_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34662_combout ), + .datac(\text_gen|char_ram~22105_q ), + .datad(\text_gen|char_ram~22098_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34663 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y24_N25 +dffeas \text_gen|char_ram~22154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y24_N7 +dffeas \text_gen|char_ram~22161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y16_N27 +dffeas \text_gen|char_ram~22042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22049feeder ( +// Equation(s): +// \text_gen|char_ram~22049feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22049feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22049feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22049feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y9_N29 +dffeas \text_gen|char_ram~22049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22049feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34660 ( +// Equation(s): +// \text_gen|char_ram~34660_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22049_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22042_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22042_q ), + .datad(\text_gen|char_ram~22049_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34660 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34661 ( +// Equation(s): +// \text_gen|char_ram~34661_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34660_combout & ((\text_gen|char_ram~22161_q ))) # (!\text_gen|char_ram~34660_combout & (\text_gen|char_ram~22154_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34660_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~22154_q ), + .datac(\text_gen|char_ram~22161_q ), + .datad(\text_gen|char_ram~34660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34661 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34664 ( +// Equation(s): +// \text_gen|char_ram~34664_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~34661_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34663_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34663_combout ), + .datad(\text_gen|char_ram~34661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34664 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34667 ( +// Equation(s): +// \text_gen|char_ram~34667_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34664_combout & ((\text_gen|char_ram~34666_combout ))) # (!\text_gen|char_ram~34664_combout & (\text_gen|char_ram~34659_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34664_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34659_combout ), + .datac(\text_gen|char_ram~34666_combout ), + .datad(\text_gen|char_ram~34664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34667 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34668 ( +// Equation(s): +// \text_gen|char_ram~34668_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34657_combout & ((\text_gen|char_ram~34667_combout ))) # (!\text_gen|char_ram~34657_combout & (\text_gen|char_ram~34633_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34657_combout )))) + + .dataa(\text_gen|char_ram~34633_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34657_combout ), + .datad(\text_gen|char_ram~34667_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34668 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~34668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14972feeder ( +// Equation(s): +// \text_gen|char_ram~14972feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y19_N9 +dffeas \text_gen|char_ram~14972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y15_N19 +dffeas \text_gen|char_ram~14979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y15_N29 +dffeas \text_gen|char_ram~14860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14867feeder ( +// Equation(s): +// \text_gen|char_ram~14867feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14867feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14867feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14867feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N17 +dffeas \text_gen|char_ram~14867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14867feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34671 ( +// Equation(s): +// \text_gen|char_ram~34671_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14867_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14860_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14860_q ), + .datad(\text_gen|char_ram~14867_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34671 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34672 ( +// Equation(s): +// \text_gen|char_ram~34672_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34671_combout & ((\text_gen|char_ram~14979_q ))) # (!\text_gen|char_ram~34671_combout & (\text_gen|char_ram~14972_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34671_combout )))) + + .dataa(\text_gen|char_ram~14972_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14979_q ), + .datad(\text_gen|char_ram~34671_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34672 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14916feeder ( +// Equation(s): +// \text_gen|char_ram~14916feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~14916feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14916feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14916feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y21_N13 +dffeas \text_gen|char_ram~14916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14916feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y18_N7 +dffeas \text_gen|char_ram~14923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y18_N25 +dffeas \text_gen|char_ram~14804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y19_N9 +dffeas \text_gen|char_ram~14811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34673 ( +// Equation(s): +// \text_gen|char_ram~34673_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14811_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14804_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14804_q ), + .datad(\text_gen|char_ram~14811_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34673 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34674 ( +// Equation(s): +// \text_gen|char_ram~34674_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34673_combout & ((\text_gen|char_ram~14923_q ))) # (!\text_gen|char_ram~34673_combout & (\text_gen|char_ram~14916_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34673_combout )))) + + .dataa(\text_gen|char_ram~14916_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14923_q ), + .datad(\text_gen|char_ram~34673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34674 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34675 ( +// Equation(s): +// \text_gen|char_ram~34675_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~34672_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~34674_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34672_combout ), + .datad(\text_gen|char_ram~34674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34675 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15196feeder ( +// Equation(s): +// \text_gen|char_ram~15196feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15196feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15196feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15196feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y15_N1 +dffeas \text_gen|char_ram~15196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15196feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y15_N27 +dffeas \text_gen|char_ram~15203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y19_N29 +dffeas \text_gen|char_ram~15084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15091feeder ( +// Equation(s): +// \text_gen|char_ram~15091feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y15_N5 +dffeas \text_gen|char_ram~15091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34676 ( +// Equation(s): +// \text_gen|char_ram~34676_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~15091_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~15084_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15084_q ), + .datad(\text_gen|char_ram~15091_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34676 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34677 ( +// Equation(s): +// \text_gen|char_ram~34677_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34676_combout & ((\text_gen|char_ram~15203_q ))) # (!\text_gen|char_ram~34676_combout & (\text_gen|char_ram~15196_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34676_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15196_q ), + .datac(\text_gen|char_ram~15203_q ), + .datad(\text_gen|char_ram~34676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34677 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N21 +dffeas \text_gen|char_ram~15140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y22_N25 +dffeas \text_gen|char_ram~15147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15147 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y19_N9 +dffeas \text_gen|char_ram~15028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15035feeder ( +// Equation(s): +// \text_gen|char_ram~15035feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~15035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y19_N5 +dffeas \text_gen|char_ram~15035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34669 ( +// Equation(s): +// \text_gen|char_ram~34669_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~15035_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15028_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15028_q ), + .datad(\text_gen|char_ram~15035_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34669 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34670 ( +// Equation(s): +// \text_gen|char_ram~34670_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34669_combout & ((\text_gen|char_ram~15147_q ))) # (!\text_gen|char_ram~34669_combout & (\text_gen|char_ram~15140_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34669_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15140_q ), + .datac(\text_gen|char_ram~15147_q ), + .datad(\text_gen|char_ram~34669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34670 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34678 ( +// Equation(s): +// \text_gen|char_ram~34678_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34675_combout & (\text_gen|char_ram~34677_combout )) # (!\text_gen|char_ram~34675_combout & ((\text_gen|char_ram~34670_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34675_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34675_combout ), + .datac(\text_gen|char_ram~34677_combout ), + .datad(\text_gen|char_ram~34670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34678 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y11_N25 +dffeas \text_gen|char_ram~7811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N31 +dffeas \text_gen|char_ram~8035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N13 +dffeas \text_gen|char_ram~7699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7923feeder ( +// Equation(s): +// \text_gen|char_ram~7923feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7923feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7923feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7923feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y14_N23 +dffeas \text_gen|char_ram~7923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7923feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34686 ( +// Equation(s): +// \text_gen|char_ram~34686_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~7923_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7699_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7699_q ), + .datad(\text_gen|char_ram~7923_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34686 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34687 ( +// Equation(s): +// \text_gen|char_ram~34687_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34686_combout & ((\text_gen|char_ram~8035_q ))) # (!\text_gen|char_ram~34686_combout & (\text_gen|char_ram~7811_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34686_combout )))) + + .dataa(\text_gen|char_ram~7811_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8035_q ), + .datad(\text_gen|char_ram~34686_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34687 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N9 +dffeas \text_gen|char_ram~7916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y14_N11 +dffeas \text_gen|char_ram~8028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y14_N29 +dffeas \text_gen|char_ram~7692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y14_N1 +dffeas \text_gen|char_ram~7804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34679 ( +// Equation(s): +// \text_gen|char_ram~34679_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7804_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7692_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7692_q ), + .datad(\text_gen|char_ram~7804_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34679 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34680 ( +// Equation(s): +// \text_gen|char_ram~34680_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34679_combout & ((\text_gen|char_ram~8028_q ))) # (!\text_gen|char_ram~34679_combout & (\text_gen|char_ram~7916_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34679_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7916_q ), + .datac(\text_gen|char_ram~8028_q ), + .datad(\text_gen|char_ram~34679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34680 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y23_N1 +dffeas \text_gen|char_ram~7860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N23 +dffeas \text_gen|char_ram~7972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N13 +dffeas \text_gen|char_ram~7636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7748feeder ( +// Equation(s): +// \text_gen|char_ram~7748feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y14_N13 +dffeas \text_gen|char_ram~7748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34683 ( +// Equation(s): +// \text_gen|char_ram~34683_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~7748_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7636_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7636_q ), + .datad(\text_gen|char_ram~7748_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34683 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34684 ( +// Equation(s): +// \text_gen|char_ram~34684_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34683_combout & ((\text_gen|char_ram~7972_q ))) # (!\text_gen|char_ram~34683_combout & (\text_gen|char_ram~7860_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34683_combout )))) + + .dataa(\text_gen|char_ram~7860_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7972_q ), + .datad(\text_gen|char_ram~34683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34684 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y18_N13 +dffeas \text_gen|char_ram~7643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y23_N13 +dffeas \text_gen|char_ram~7867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34681 ( +// Equation(s): +// \text_gen|char_ram~34681_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~7867_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7643_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7643_q ), + .datad(\text_gen|char_ram~7867_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34681 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y18_N3 +dffeas \text_gen|char_ram~7979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7755feeder ( +// Equation(s): +// \text_gen|char_ram~7755feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7755feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7755feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7755feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y18_N13 +dffeas \text_gen|char_ram~7755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7755feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34682 ( +// Equation(s): +// \text_gen|char_ram~34682_combout = (\text_gen|char_ram~34681_combout & (((\text_gen|char_ram~7979_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~34681_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~7755_q )))) + + .dataa(\text_gen|char_ram~34681_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7979_q ), + .datad(\text_gen|char_ram~7755_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34682 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34685 ( +// Equation(s): +// \text_gen|char_ram~34685_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~34682_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~34684_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~34684_combout ), + .datad(\text_gen|char_ram~34682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34685 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34688 ( +// Equation(s): +// \text_gen|char_ram~34688_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34685_combout & (\text_gen|char_ram~34687_combout )) # (!\text_gen|char_ram~34685_combout & ((\text_gen|char_ram~34680_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34685_combout )))) + + .dataa(\text_gen|char_ram~34687_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34680_combout ), + .datad(\text_gen|char_ram~34685_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34688 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~860feeder ( +// Equation(s): +// \text_gen|char_ram~860feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~860feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~860feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~860feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y11_N17 +dffeas \text_gen|char_ram~860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~860feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y11_N23 +dffeas \text_gen|char_ram~867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y11_N29 +dffeas \text_gen|char_ram~636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~643feeder ( +// Equation(s): +// \text_gen|char_ram~643feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~643feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y11_N25 +dffeas \text_gen|char_ram~643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34696 ( +// Equation(s): +// \text_gen|char_ram~34696_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~643_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~636_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~636_q ), + .datad(\text_gen|char_ram~643_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34696 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34697 ( +// Equation(s): +// \text_gen|char_ram~34697_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34696_combout & ((\text_gen|char_ram~867_q ))) # (!\text_gen|char_ram~34696_combout & (\text_gen|char_ram~860_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34696_combout )))) + + .dataa(\text_gen|char_ram~860_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~867_q ), + .datad(\text_gen|char_ram~34696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34697 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y19_N19 +dffeas \text_gen|char_ram~468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N13 +dffeas \text_gen|char_ram~475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34693 ( +// Equation(s): +// \text_gen|char_ram~34693_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~475_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~468_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~468_q ), + .datad(\text_gen|char_ram~475_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34693 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y15_N31 +dffeas \text_gen|char_ram~699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~692feeder ( +// Equation(s): +// \text_gen|char_ram~692feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~692feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~692feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~692feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y15_N29 +dffeas \text_gen|char_ram~692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~692feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34694 ( +// Equation(s): +// \text_gen|char_ram~34694_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34693_combout & (\text_gen|char_ram~699_q )) # (!\text_gen|char_ram~34693_combout & ((\text_gen|char_ram~692_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34693_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34693_combout ), + .datac(\text_gen|char_ram~699_q ), + .datad(\text_gen|char_ram~692_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34694 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y11_N13 +dffeas \text_gen|char_ram~755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y15_N1 +dffeas \text_gen|char_ram~748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y11_N23 +dffeas \text_gen|char_ram~531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y11_N13 +dffeas \text_gen|char_ram~524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34691 ( +// Equation(s): +// \text_gen|char_ram~34691_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~531_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~524_q ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~531_q ), + .datad(\text_gen|char_ram~524_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34691 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34692 ( +// Equation(s): +// \text_gen|char_ram~34692_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34691_combout & (\text_gen|char_ram~755_q )) # (!\text_gen|char_ram~34691_combout & ((\text_gen|char_ram~748_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34691_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~755_q ), + .datac(\text_gen|char_ram~748_q ), + .datad(\text_gen|char_ram~34691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34692 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34695 ( +// Equation(s): +// \text_gen|char_ram~34695_combout = (\text_gen|Add5~0_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~34692_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~34694_combout )))) + + .dataa(\text_gen|char_ram~34694_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~34692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34695 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~34695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y16_N9 +dffeas \text_gen|char_ram~804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y16_N31 +dffeas \text_gen|char_ram~811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~587feeder ( +// Equation(s): +// \text_gen|char_ram~587feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~587feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~587feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~587feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y19_N21 +dffeas \text_gen|char_ram~587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~587feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N21 +dffeas \text_gen|char_ram~580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34689 ( +// Equation(s): +// \text_gen|char_ram~34689_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~587_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~580_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~587_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~580_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34689 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34690 ( +// Equation(s): +// \text_gen|char_ram~34690_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34689_combout & ((\text_gen|char_ram~811_q ))) # (!\text_gen|char_ram~34689_combout & (\text_gen|char_ram~804_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34689_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~804_q ), + .datac(\text_gen|char_ram~811_q ), + .datad(\text_gen|char_ram~34689_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34690 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34698 ( +// Equation(s): +// \text_gen|char_ram~34698_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34695_combout & (\text_gen|char_ram~34697_combout )) # (!\text_gen|char_ram~34695_combout & ((\text_gen|char_ram~34690_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34695_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34697_combout ), + .datac(\text_gen|char_ram~34695_combout ), + .datad(\text_gen|char_ram~34690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34698 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34699 ( +// Equation(s): +// \text_gen|char_ram~34699_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~34688_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~34698_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~34688_combout ), + .datad(\text_gen|char_ram~34698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34699 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y19_N1 +dffeas \text_gen|char_ram~22140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22147feeder ( +// Equation(s): +// \text_gen|char_ram~22147feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22147feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22147feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22147feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y19_N5 +dffeas \text_gen|char_ram~22147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22147feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34707 ( +// Equation(s): +// \text_gen|char_ram~34707_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22147_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22140_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22140_q ), + .datad(\text_gen|char_ram~22147_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34707 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y19_N7 +dffeas \text_gen|char_ram~22371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y15_N7 +dffeas \text_gen|char_ram~22364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34708 ( +// Equation(s): +// \text_gen|char_ram~34708_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34707_combout & (\text_gen|char_ram~22371_q )) # (!\text_gen|char_ram~34707_combout & ((\text_gen|char_ram~22364_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34707_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34707_combout ), + .datac(\text_gen|char_ram~22371_q ), + .datad(\text_gen|char_ram~22364_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34708 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y15_N1 +dffeas \text_gen|char_ram~22308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N11 +dffeas \text_gen|char_ram~22315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N1 +dffeas \text_gen|char_ram~22084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22091feeder ( +// Equation(s): +// \text_gen|char_ram~22091feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y19_N21 +dffeas \text_gen|char_ram~22091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34700 ( +// Equation(s): +// \text_gen|char_ram~34700_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22091_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22084_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22084_q ), + .datad(\text_gen|char_ram~22091_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34700 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34701 ( +// Equation(s): +// \text_gen|char_ram~34701_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34700_combout & ((\text_gen|char_ram~22315_q ))) # (!\text_gen|char_ram~34700_combout & (\text_gen|char_ram~22308_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34700_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~22308_q ), + .datac(\text_gen|char_ram~22315_q ), + .datad(\text_gen|char_ram~34700_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34701 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22035feeder ( +// Equation(s): +// \text_gen|char_ram~22035feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N15 +dffeas \text_gen|char_ram~22035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y15_N13 +dffeas \text_gen|char_ram~22028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34702 ( +// Equation(s): +// \text_gen|char_ram~34702_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~22035_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~22028_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~22035_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22028_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34702 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y15_N15 +dffeas \text_gen|char_ram~22259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y15_N13 +dffeas \text_gen|char_ram~22252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34703 ( +// Equation(s): +// \text_gen|char_ram~34703_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34702_combout & (\text_gen|char_ram~22259_q )) # (!\text_gen|char_ram~34702_combout & ((\text_gen|char_ram~22252_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34702_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34702_combout ), + .datac(\text_gen|char_ram~22259_q ), + .datad(\text_gen|char_ram~22252_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34703 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y19_N19 +dffeas \text_gen|char_ram~21979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y18_N5 +dffeas \text_gen|char_ram~21972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34704 ( +// Equation(s): +// \text_gen|char_ram~34704_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~21979_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~21972_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~21979_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21972_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34704 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N15 +dffeas \text_gen|char_ram~22203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y22_N17 +dffeas \text_gen|char_ram~22196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34705 ( +// Equation(s): +// \text_gen|char_ram~34705_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34704_combout & (\text_gen|char_ram~22203_q )) # (!\text_gen|char_ram~34704_combout & ((\text_gen|char_ram~22196_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~34704_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34704_combout ), + .datac(\text_gen|char_ram~22203_q ), + .datad(\text_gen|char_ram~22196_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34705 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34706 ( +// Equation(s): +// \text_gen|char_ram~34706_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~34703_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~34705_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34703_combout ), + .datad(\text_gen|char_ram~34705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34706 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34709 ( +// Equation(s): +// \text_gen|char_ram~34709_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34706_combout & (\text_gen|char_ram~34708_combout )) # (!\text_gen|char_ram~34706_combout & ((\text_gen|char_ram~34701_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34706_combout )))) + + .dataa(\text_gen|char_ram~34708_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34701_combout ), + .datad(\text_gen|char_ram~34706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34709 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34710 ( +// Equation(s): +// \text_gen|char_ram~34710_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34699_combout & ((\text_gen|char_ram~34709_combout ))) # (!\text_gen|char_ram~34699_combout & (\text_gen|char_ram~34678_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34699_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34678_combout ), + .datac(\text_gen|char_ram~34699_combout ), + .datad(\text_gen|char_ram~34709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34710 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~34710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y16_N11 +dffeas \text_gen|char_ram~7902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7909feeder ( +// Equation(s): +// \text_gen|char_ram~7909feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7909feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7909feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7909feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y16_N25 +dffeas \text_gen|char_ram~7909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7909feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34728 ( +// Equation(s): +// \text_gen|char_ram~34728_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7909_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7902_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7902_q ), + .datad(\text_gen|char_ram~7909_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34728 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y12_N27 +dffeas \text_gen|char_ram~8021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y12_N29 +dffeas \text_gen|char_ram~8014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34729 ( +// Equation(s): +// \text_gen|char_ram~34729_combout = (\text_gen|char_ram~34728_combout & (((\text_gen|char_ram~8021_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~34728_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~8014_q )))) + + .dataa(\text_gen|char_ram~34728_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8021_q ), + .datad(\text_gen|char_ram~8014_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34729 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y12_N9 +dffeas \text_gen|char_ram~7958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y12_N3 +dffeas \text_gen|char_ram~7965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y16_N29 +dffeas \text_gen|char_ram~7853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y16_N3 +dffeas \text_gen|char_ram~7846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34721 ( +// Equation(s): +// \text_gen|char_ram~34721_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7853_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~7846_q & !\text_gen|Add5~0_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7853_q ), + .datac(\text_gen|char_ram~7846_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34721 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34722 ( +// Equation(s): +// \text_gen|char_ram~34722_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34721_combout & ((\text_gen|char_ram~7965_q ))) # (!\text_gen|char_ram~34721_combout & (\text_gen|char_ram~7958_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34721_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7958_q ), + .datac(\text_gen|char_ram~7965_q ), + .datad(\text_gen|char_ram~34721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34722 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y17_N9 +dffeas \text_gen|char_ram~7734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y17_N3 +dffeas \text_gen|char_ram~7741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y17_N29 +dffeas \text_gen|char_ram~7629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y17_N21 +dffeas \text_gen|char_ram~7622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34725 ( +// Equation(s): +// \text_gen|char_ram~34725_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7629_q ) # ((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~7622_q & !\text_gen|Add5~0_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7629_q ), + .datac(\text_gen|char_ram~7622_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34725 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34726 ( +// Equation(s): +// \text_gen|char_ram~34726_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34725_combout & ((\text_gen|char_ram~7741_q ))) # (!\text_gen|char_ram~34725_combout & (\text_gen|char_ram~7734_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34725_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7734_q ), + .datac(\text_gen|char_ram~7741_q ), + .datad(\text_gen|char_ram~34725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34726 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7790feeder ( +// Equation(s): +// \text_gen|char_ram~7790feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~7790feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7790feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7790feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y18_N21 +dffeas \text_gen|char_ram~7790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7790feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y16_N15 +dffeas \text_gen|char_ram~7797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y16_N29 +dffeas \text_gen|char_ram~7678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y16_N11 +dffeas \text_gen|char_ram~7685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34723 ( +// Equation(s): +// \text_gen|char_ram~34723_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~7685_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7678_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7678_q ), + .datad(\text_gen|char_ram~7685_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34723 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34724 ( +// Equation(s): +// \text_gen|char_ram~34724_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34723_combout & ((\text_gen|char_ram~7797_q ))) # (!\text_gen|char_ram~34723_combout & (\text_gen|char_ram~7790_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34723_combout )))) + + .dataa(\text_gen|char_ram~7790_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7797_q ), + .datad(\text_gen|char_ram~34723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34724 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34727 ( +// Equation(s): +// \text_gen|char_ram~34727_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~34724_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~34726_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~34726_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~34724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34727 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~34727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34730 ( +// Equation(s): +// \text_gen|char_ram~34730_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34727_combout & (\text_gen|char_ram~34729_combout )) # (!\text_gen|char_ram~34727_combout & ((\text_gen|char_ram~34722_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34727_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34729_combout ), + .datac(\text_gen|char_ram~34722_combout ), + .datad(\text_gen|char_ram~34727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34730 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y16_N5 +dffeas \text_gen|char_ram~629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y16_N31 +dffeas \text_gen|char_ram~853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y16_N7 +dffeas \text_gen|char_ram~517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y14_N17 +dffeas \text_gen|char_ram~741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34738 ( +// Equation(s): +// \text_gen|char_ram~34738_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~741_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~517_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~517_q ), + .datad(\text_gen|char_ram~741_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34738 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34739 ( +// Equation(s): +// \text_gen|char_ram~34739_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34738_combout & ((\text_gen|char_ram~853_q ))) # (!\text_gen|char_ram~34738_combout & (\text_gen|char_ram~629_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34738_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~629_q ), + .datac(\text_gen|char_ram~853_q ), + .datad(\text_gen|char_ram~34738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34739 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y16_N5 +dffeas \text_gen|char_ram~573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y16_N19 +dffeas \text_gen|char_ram~797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y16_N25 +dffeas \text_gen|char_ram~461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~685feeder ( +// Equation(s): +// \text_gen|char_ram~685feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y19_N9 +dffeas \text_gen|char_ram~685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34731 ( +// Equation(s): +// \text_gen|char_ram~34731_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~685_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~461_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~461_q ), + .datad(\text_gen|char_ram~685_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34731 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34732 ( +// Equation(s): +// \text_gen|char_ram~34732_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34731_combout & ((\text_gen|char_ram~797_q ))) # (!\text_gen|char_ram~34731_combout & (\text_gen|char_ram~573_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34731_combout )))) + + .dataa(\text_gen|char_ram~573_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~797_q ), + .datad(\text_gen|char_ram~34731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34732 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~678feeder ( +// Equation(s): +// \text_gen|char_ram~678feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~678feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y19_N27 +dffeas \text_gen|char_ram~678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y16_N31 +dffeas \text_gen|char_ram~790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y16_N15 +dffeas \text_gen|char_ram~454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~566feeder ( +// Equation(s): +// \text_gen|char_ram~566feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~566feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y16_N17 +dffeas \text_gen|char_ram~566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34735 ( +// Equation(s): +// \text_gen|char_ram~34735_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~566_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~454_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~454_q ), + .datad(\text_gen|char_ram~566_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34735 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34736 ( +// Equation(s): +// \text_gen|char_ram~34736_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34735_combout & ((\text_gen|char_ram~790_q ))) # (!\text_gen|char_ram~34735_combout & (\text_gen|char_ram~678_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34735_combout )))) + + .dataa(\text_gen|char_ram~678_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~790_q ), + .datad(\text_gen|char_ram~34735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34736 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y16_N7 +dffeas \text_gen|char_ram~734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y16_N29 +dffeas \text_gen|char_ram~846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y16_N11 +dffeas \text_gen|char_ram~510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y16_N29 +dffeas \text_gen|char_ram~622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34733 ( +// Equation(s): +// \text_gen|char_ram~34733_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~622_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~510_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~510_q ), + .datad(\text_gen|char_ram~622_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34733 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34734 ( +// Equation(s): +// \text_gen|char_ram~34734_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34733_combout & ((\text_gen|char_ram~846_q ))) # (!\text_gen|char_ram~34733_combout & (\text_gen|char_ram~734_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34733_combout )))) + + .dataa(\text_gen|char_ram~734_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~846_q ), + .datad(\text_gen|char_ram~34733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34734 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34737 ( +// Equation(s): +// \text_gen|char_ram~34737_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~34734_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~34736_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34736_combout ), + .datad(\text_gen|char_ram~34734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34737 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34740 ( +// Equation(s): +// \text_gen|char_ram~34740_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34737_combout & (\text_gen|char_ram~34739_combout )) # (!\text_gen|char_ram~34737_combout & ((\text_gen|char_ram~34732_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34737_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~34739_combout ), + .datac(\text_gen|char_ram~34732_combout ), + .datad(\text_gen|char_ram~34737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34740 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34741 ( +// Equation(s): +// \text_gen|char_ram~34741_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~34730_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~34740_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34730_combout ), + .datad(\text_gen|char_ram~34740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34741 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y12_N27 +dffeas \text_gen|char_ram~22238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y12_N15 +dffeas \text_gen|char_ram~22350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y12_N15 +dffeas \text_gen|char_ram~22014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y12_N23 +dffeas \text_gen|char_ram~22126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34742 ( +// Equation(s): +// \text_gen|char_ram~34742_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~22126_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~22014_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22014_q ), + .datad(\text_gen|char_ram~22126_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34742 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34743 ( +// Equation(s): +// \text_gen|char_ram~34743_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34742_combout & ((\text_gen|char_ram~22350_q ))) # (!\text_gen|char_ram~34742_combout & (\text_gen|char_ram~22238_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34742_combout )))) + + .dataa(\text_gen|char_ram~22238_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22350_q ), + .datad(\text_gen|char_ram~34742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34743 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22133feeder ( +// Equation(s): +// \text_gen|char_ram~22133feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22133feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22133feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22133feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y19_N25 +dffeas \text_gen|char_ram~22133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22133feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y21_N21 +dffeas \text_gen|char_ram~22357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y16_N23 +dffeas \text_gen|char_ram~22021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22245feeder ( +// Equation(s): +// \text_gen|char_ram~22245feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~22245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22245feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y23_N25 +dffeas \text_gen|char_ram~22245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34749 ( +// Equation(s): +// \text_gen|char_ram~34749_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~22245_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22021_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22021_q ), + .datad(\text_gen|char_ram~22245_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34749 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34750 ( +// Equation(s): +// \text_gen|char_ram~34750_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34749_combout & ((\text_gen|char_ram~22357_q ))) # (!\text_gen|char_ram~34749_combout & (\text_gen|char_ram~22133_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34749_combout )))) + + .dataa(\text_gen|char_ram~22133_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22357_q ), + .datad(\text_gen|char_ram~34749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34750 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y21_N19 +dffeas \text_gen|char_ram~21965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y21_N17 +dffeas \text_gen|char_ram~22189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34744 ( +// Equation(s): +// \text_gen|char_ram~34744_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~22189_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21965_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21965_q ), + .datad(\text_gen|char_ram~22189_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34744 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y15_N27 +dffeas \text_gen|char_ram~22301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y15_N29 +dffeas \text_gen|char_ram~22077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34745 ( +// Equation(s): +// \text_gen|char_ram~34745_combout = (\text_gen|char_ram~34744_combout & (((\text_gen|char_ram~22301_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~34744_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~22077_q )))) + + .dataa(\text_gen|char_ram~34744_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~22301_q ), + .datad(\text_gen|char_ram~22077_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34745 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y15_N1 +dffeas \text_gen|char_ram~22182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N23 +dffeas \text_gen|char_ram~22294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y18_N25 +dffeas \text_gen|char_ram~21958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y19_N13 +dffeas \text_gen|char_ram~22070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34746 ( +// Equation(s): +// \text_gen|char_ram~34746_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~22070_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21958_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21958_q ), + .datad(\text_gen|char_ram~22070_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34746 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34747 ( +// Equation(s): +// \text_gen|char_ram~34747_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34746_combout & ((\text_gen|char_ram~22294_q ))) # (!\text_gen|char_ram~34746_combout & (\text_gen|char_ram~22182_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34746_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~22182_q ), + .datac(\text_gen|char_ram~22294_q ), + .datad(\text_gen|char_ram~34746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34747 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34748 ( +// Equation(s): +// \text_gen|char_ram~34748_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~34745_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~34747_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34745_combout ), + .datad(\text_gen|char_ram~34747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34748 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34751 ( +// Equation(s): +// \text_gen|char_ram~34751_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~34748_combout & ((\text_gen|char_ram~34750_combout ))) # (!\text_gen|char_ram~34748_combout & (\text_gen|char_ram~34743_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~34748_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~34743_combout ), + .datac(\text_gen|char_ram~34750_combout ), + .datad(\text_gen|char_ram~34748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34751 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y19_N11 +dffeas \text_gen|char_ram~15070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y19_N15 +dffeas \text_gen|char_ram~15077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y16_N21 +dffeas \text_gen|char_ram~14853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y19_N29 +dffeas \text_gen|char_ram~14846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34713 ( +// Equation(s): +// \text_gen|char_ram~34713_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~14853_q ) # ((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~14846_q & !\text_gen|Add5~2_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~14853_q ), + .datac(\text_gen|char_ram~14846_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34713 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34714 ( +// Equation(s): +// \text_gen|char_ram~34714_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34713_combout & ((\text_gen|char_ram~15077_q ))) # (!\text_gen|char_ram~34713_combout & (\text_gen|char_ram~15070_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34713_combout )))) + + .dataa(\text_gen|char_ram~15070_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15077_q ), + .datad(\text_gen|char_ram~34713_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34714 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y19_N19 +dffeas \text_gen|char_ram~15014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N19 +dffeas \text_gen|char_ram~15021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N29 +dffeas \text_gen|char_ram~14790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y23_N25 +dffeas \text_gen|char_ram~14797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34715 ( +// Equation(s): +// \text_gen|char_ram~34715_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14797_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14790_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14790_q ), + .datad(\text_gen|char_ram~14797_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34715 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34716 ( +// Equation(s): +// \text_gen|char_ram~34716_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34715_combout & ((\text_gen|char_ram~15021_q ))) # (!\text_gen|char_ram~34715_combout & (\text_gen|char_ram~15014_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34715_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15014_q ), + .datac(\text_gen|char_ram~15021_q ), + .datad(\text_gen|char_ram~34715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34716 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34717 ( +// Equation(s): +// \text_gen|char_ram~34717_combout = (\text_gen|Add5~0_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~0_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~34714_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~34716_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34714_combout ), + .datad(\text_gen|char_ram~34716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34717 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y35_N13 +dffeas \text_gen|char_ram~15126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y32_N5 +dffeas \text_gen|char_ram~15133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y37_N13 +dffeas \text_gen|char_ram~14902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y40_N21 +dffeas \text_gen|char_ram~14909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34711 ( +// Equation(s): +// \text_gen|char_ram~34711_combout = (\text_gen|Add5~2_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~2_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14909_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14902_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14902_q ), + .datad(\text_gen|char_ram~14909_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34711 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34712 ( +// Equation(s): +// \text_gen|char_ram~34712_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34711_combout & ((\text_gen|char_ram~15133_q ))) # (!\text_gen|char_ram~34711_combout & (\text_gen|char_ram~15126_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34711_combout )))) + + .dataa(\text_gen|char_ram~15126_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15133_q ), + .datad(\text_gen|char_ram~34711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34712 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N31 +dffeas \text_gen|char_ram~15182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y34_N15 +dffeas \text_gen|char_ram~15189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y34_N25 +dffeas \text_gen|char_ram~14958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y50_N27 +dffeas \text_gen|char_ram~14965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34718 ( +// Equation(s): +// \text_gen|char_ram~34718_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~14965_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14958_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14958_q ), + .datad(\text_gen|char_ram~14965_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34718 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34719 ( +// Equation(s): +// \text_gen|char_ram~34719_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34718_combout & ((\text_gen|char_ram~15189_q ))) # (!\text_gen|char_ram~34718_combout & (\text_gen|char_ram~15182_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34718_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15182_q ), + .datac(\text_gen|char_ram~15189_q ), + .datad(\text_gen|char_ram~34718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34719 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34720 ( +// Equation(s): +// \text_gen|char_ram~34720_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34717_combout & ((\text_gen|char_ram~34719_combout ))) # (!\text_gen|char_ram~34717_combout & (\text_gen|char_ram~34712_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34717_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34717_combout ), + .datac(\text_gen|char_ram~34712_combout ), + .datad(\text_gen|char_ram~34719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34720 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~34720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34752 ( +// Equation(s): +// \text_gen|char_ram~34752_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34741_combout & (\text_gen|char_ram~34751_combout )) # (!\text_gen|char_ram~34741_combout & ((\text_gen|char_ram~34720_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~34741_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34741_combout ), + .datac(\text_gen|char_ram~34751_combout ), + .datad(\text_gen|char_ram~34720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34752 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34753 ( +// Equation(s): +// \text_gen|char_ram~34753_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~34710_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~34752_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34710_combout ), + .datad(\text_gen|char_ram~34752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34753 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~34753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34796 ( +// Equation(s): +// \text_gen|char_ram~34796_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34753_combout & (\text_gen|char_ram~34795_combout )) # (!\text_gen|char_ram~34753_combout & ((\text_gen|char_ram~34668_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34753_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34795_combout ), + .datac(\text_gen|char_ram~34668_combout ), + .datad(\text_gen|char_ram~34753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34796 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y12_N9 +dffeas \text_gen|char_ram~16995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y13_N15 +dffeas \text_gen|char_ram~17023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y13_N29 +dffeas \text_gen|char_ram~16981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17009feeder ( +// Equation(s): +// \text_gen|char_ram~17009feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~17009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17009feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y9_N25 +dffeas \text_gen|char_ram~17009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34598 ( +// Equation(s): +// \text_gen|char_ram~34598_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17009_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16981_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16981_q ), + .datad(\text_gen|char_ram~17009_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34598 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34599 ( +// Equation(s): +// \text_gen|char_ram~34599_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34598_combout & ((\text_gen|char_ram~17023_q ))) # (!\text_gen|char_ram~34598_combout & (\text_gen|char_ram~16995_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34598_combout )))) + + .dataa(\text_gen|char_ram~16995_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17023_q ), + .datad(\text_gen|char_ram~34598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34599 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y11_N13 +dffeas \text_gen|char_ram~16897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y11_N27 +dffeas \text_gen|char_ram~16911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y22_N21 +dffeas \text_gen|char_ram~16869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16883feeder ( +// Equation(s): +// \text_gen|char_ram~16883feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16883feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16883feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16883feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y25_N13 +dffeas \text_gen|char_ram~16883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16883feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34591 ( +// Equation(s): +// \text_gen|char_ram~34591_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16883_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16869_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16869_q ), + .datad(\text_gen|char_ram~16883_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34591 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34592 ( +// Equation(s): +// \text_gen|char_ram~34592_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34591_combout & ((\text_gen|char_ram~16911_q ))) # (!\text_gen|char_ram~34591_combout & (\text_gen|char_ram~16897_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34591_combout )))) + + .dataa(\text_gen|char_ram~16897_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16911_q ), + .datad(\text_gen|char_ram~34591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34592 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y8_N15 +dffeas \text_gen|char_ram~16645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y8_N17 +dffeas \text_gen|char_ram~16659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34595 ( +// Equation(s): +// \text_gen|char_ram~34595_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16659_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16645_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16645_q ), + .datad(\text_gen|char_ram~16659_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34595 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y8_N11 +dffeas \text_gen|char_ram~16687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y8_N29 +dffeas \text_gen|char_ram~16673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y8_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34596 ( +// Equation(s): +// \text_gen|char_ram~34596_combout = (\text_gen|char_ram~34595_combout & (((\text_gen|char_ram~16687_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34595_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~16673_q )))) + + .dataa(\text_gen|char_ram~34595_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16687_q ), + .datad(\text_gen|char_ram~16673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34596 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16785feeder ( +// Equation(s): +// \text_gen|char_ram~16785feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16785feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16785feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16785feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y16_N17 +dffeas \text_gen|char_ram~16785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16785feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y16_N27 +dffeas \text_gen|char_ram~16799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16799 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y16_N21 +dffeas \text_gen|char_ram~16757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16771feeder ( +// Equation(s): +// \text_gen|char_ram~16771feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16771feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16771feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16771feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y16_N15 +dffeas \text_gen|char_ram~16771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16771feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34593 ( +// Equation(s): +// \text_gen|char_ram~34593_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16771_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16757_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16757_q ), + .datad(\text_gen|char_ram~16771_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34593 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34594 ( +// Equation(s): +// \text_gen|char_ram~34594_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34593_combout & ((\text_gen|char_ram~16799_q ))) # (!\text_gen|char_ram~34593_combout & (\text_gen|char_ram~16785_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34593_combout )))) + + .dataa(\text_gen|char_ram~16785_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16799_q ), + .datad(\text_gen|char_ram~34593_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34594 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34597 ( +// Equation(s): +// \text_gen|char_ram~34597_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~34594_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34596_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~34596_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~34594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34597 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~34597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34600 ( +// Equation(s): +// \text_gen|char_ram~34600_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34597_combout & (\text_gen|char_ram~34599_combout )) # (!\text_gen|char_ram~34597_combout & ((\text_gen|char_ram~34592_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34597_combout )))) + + .dataa(\text_gen|char_ram~34599_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34592_combout ), + .datad(\text_gen|char_ram~34597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34600 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y8_N31 +dffeas \text_gen|char_ram~2687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2463feeder ( +// Equation(s): +// \text_gen|char_ram~2463feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2463feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2463feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2463feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y8_N13 +dffeas \text_gen|char_ram~2463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2463feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2673feeder ( +// Equation(s): +// \text_gen|char_ram~2673feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y8_N29 +dffeas \text_gen|char_ram~2673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y8_N29 +dffeas \text_gen|char_ram~2449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34608 ( +// Equation(s): +// \text_gen|char_ram~34608_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~2673_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~2449_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2673_q ), + .datac(\text_gen|char_ram~2449_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34608 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y8_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34609 ( +// Equation(s): +// \text_gen|char_ram~34609_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34608_combout & (\text_gen|char_ram~2687_q )) # (!\text_gen|char_ram~34608_combout & ((\text_gen|char_ram~2463_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34608_combout )))) + + .dataa(\text_gen|char_ram~2687_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2463_q ), + .datad(\text_gen|char_ram~34608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34609 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y7_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2323feeder ( +// Equation(s): +// \text_gen|char_ram~2323feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2323feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2323feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2323feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y7_N25 +dffeas \text_gen|char_ram~2323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2323feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y11_N23 +dffeas \text_gen|char_ram~2547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2547 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y12_N1 +dffeas \text_gen|char_ram~2309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y15_N19 +dffeas \text_gen|char_ram~2533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34605 ( +// Equation(s): +// \text_gen|char_ram~34605_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~2533_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~2309_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2309_q ), + .datad(\text_gen|char_ram~2533_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34605 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34606 ( +// Equation(s): +// \text_gen|char_ram~34606_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34605_combout & ((\text_gen|char_ram~2547_q ))) # (!\text_gen|char_ram~34605_combout & (\text_gen|char_ram~2323_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34605_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2323_q ), + .datac(\text_gen|char_ram~2547_q ), + .datad(\text_gen|char_ram~34605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34606 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y12_N31 +dffeas \text_gen|char_ram~2421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y12_N29 +dffeas \text_gen|char_ram~2645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34603 ( +// Equation(s): +// \text_gen|char_ram~34603_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~2645_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~2421_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2421_q ), + .datad(\text_gen|char_ram~2645_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34603 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y11_N13 +dffeas \text_gen|char_ram~2659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2435feeder ( +// Equation(s): +// \text_gen|char_ram~2435feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2435feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2435feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2435feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y8_N15 +dffeas \text_gen|char_ram~2435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2435feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34604 ( +// Equation(s): +// \text_gen|char_ram~34604_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34603_combout & (\text_gen|char_ram~2659_q )) # (!\text_gen|char_ram~34603_combout & ((\text_gen|char_ram~2435_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~34603_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34603_combout ), + .datac(\text_gen|char_ram~2659_q ), + .datad(\text_gen|char_ram~2435_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34604 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34607 ( +// Equation(s): +// \text_gen|char_ram~34607_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34604_combout ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~34606_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34606_combout ), + .datad(\text_gen|char_ram~34604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34607 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y8_N13 +dffeas \text_gen|char_ram~2351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y8_N3 +dffeas \text_gen|char_ram~2575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2561feeder ( +// Equation(s): +// \text_gen|char_ram~2561feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2561feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2561feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2561feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N25 +dffeas \text_gen|char_ram~2561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2561feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y12_N19 +dffeas \text_gen|char_ram~2337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34601 ( +// Equation(s): +// \text_gen|char_ram~34601_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~2561_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~2337_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2561_q ), + .datac(\text_gen|char_ram~2337_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34601 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34602 ( +// Equation(s): +// \text_gen|char_ram~34602_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34601_combout & ((\text_gen|char_ram~2575_q ))) # (!\text_gen|char_ram~34601_combout & (\text_gen|char_ram~2351_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34601_combout )))) + + .dataa(\text_gen|char_ram~2351_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2575_q ), + .datad(\text_gen|char_ram~34601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34602 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34610 ( +// Equation(s): +// \text_gen|char_ram~34610_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34607_combout & (\text_gen|char_ram~34609_combout )) # (!\text_gen|char_ram~34607_combout & ((\text_gen|char_ram~34602_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34607_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34609_combout ), + .datac(\text_gen|char_ram~34607_combout ), + .datad(\text_gen|char_ram~34602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34610 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34611 ( +// Equation(s): +// \text_gen|char_ram~34611_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~34600_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~34610_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34600_combout ), + .datad(\text_gen|char_ram~34610_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34611 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y7_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24065feeder ( +// Equation(s): +// \text_gen|char_ram~24065feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y7_N19 +dffeas \text_gen|char_ram~24065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y7_N25 +dffeas \text_gen|char_ram~24177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y9_N7 +dffeas \text_gen|char_ram~23841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y9_N29 +dffeas \text_gen|char_ram~23953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34612 ( +// Equation(s): +// \text_gen|char_ram~34612_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23953_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23841_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23841_q ), + .datad(\text_gen|char_ram~23953_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34612 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y7_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34613 ( +// Equation(s): +// \text_gen|char_ram~34613_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34612_combout & ((\text_gen|char_ram~24177_q ))) # (!\text_gen|char_ram~34612_combout & (\text_gen|char_ram~24065_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34612_combout )))) + + .dataa(\text_gen|char_ram~24065_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24177_q ), + .datad(\text_gen|char_ram~34612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34613 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y7_N13 +dffeas \text_gen|char_ram~24079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y11_N1 +dffeas \text_gen|char_ram~24191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24191 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y15_N21 +dffeas \text_gen|char_ram~23855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23967feeder ( +// Equation(s): +// \text_gen|char_ram~23967feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23967feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23967feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23967feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y15_N27 +dffeas \text_gen|char_ram~23967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23967feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34619 ( +// Equation(s): +// \text_gen|char_ram~34619_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23967_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23855_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23855_q ), + .datad(\text_gen|char_ram~23967_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34619 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34620 ( +// Equation(s): +// \text_gen|char_ram~34620_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34619_combout & ((\text_gen|char_ram~24191_q ))) # (!\text_gen|char_ram~34619_combout & (\text_gen|char_ram~24079_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34619_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~24079_q ), + .datac(\text_gen|char_ram~24191_q ), + .datad(\text_gen|char_ram~34619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34620 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y15_N5 +dffeas \text_gen|char_ram~23939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y15_N3 +dffeas \text_gen|char_ram~24163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y12_N1 +dffeas \text_gen|char_ram~24051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y12_N1 +dffeas \text_gen|char_ram~23827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34614 ( +// Equation(s): +// \text_gen|char_ram~34614_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~24051_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~23827_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~24051_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23827_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34614 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34615 ( +// Equation(s): +// \text_gen|char_ram~34615_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34614_combout & ((\text_gen|char_ram~24163_q ))) # (!\text_gen|char_ram~34614_combout & (\text_gen|char_ram~23939_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34614_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23939_q ), + .datac(\text_gen|char_ram~24163_q ), + .datad(\text_gen|char_ram~34614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34615 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24037feeder ( +// Equation(s): +// \text_gen|char_ram~24037feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y26_N23 +dffeas \text_gen|char_ram~24037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y12_N19 +dffeas \text_gen|char_ram~24149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y12_N17 +dffeas \text_gen|char_ram~23813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23925feeder ( +// Equation(s): +// \text_gen|char_ram~23925feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y15_N1 +dffeas \text_gen|char_ram~23925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34616 ( +// Equation(s): +// \text_gen|char_ram~34616_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23925_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23813_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23813_q ), + .datad(\text_gen|char_ram~23925_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34616 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34617 ( +// Equation(s): +// \text_gen|char_ram~34617_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34616_combout & ((\text_gen|char_ram~24149_q ))) # (!\text_gen|char_ram~34616_combout & (\text_gen|char_ram~24037_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34616_combout )))) + + .dataa(\text_gen|char_ram~24037_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24149_q ), + .datad(\text_gen|char_ram~34616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34617 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34618 ( +// Equation(s): +// \text_gen|char_ram~34618_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~34615_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~34617_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~34615_combout ), + .datad(\text_gen|char_ram~34617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34618 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34621 ( +// Equation(s): +// \text_gen|char_ram~34621_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34618_combout & ((\text_gen|char_ram~34620_combout ))) # (!\text_gen|char_ram~34618_combout & (\text_gen|char_ram~34613_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34618_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34613_combout ), + .datac(\text_gen|char_ram~34620_combout ), + .datad(\text_gen|char_ram~34618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34621 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y8_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9519feeder ( +// Equation(s): +// \text_gen|char_ram~9519feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9519feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y8_N5 +dffeas \text_gen|char_ram~9519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y8_N3 +dffeas \text_gen|char_ram~9631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y8_N29 +dffeas \text_gen|char_ram~9505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y8_N9 +dffeas \text_gen|char_ram~9617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34581 ( +// Equation(s): +// \text_gen|char_ram~34581_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~9617_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9505_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9505_q ), + .datad(\text_gen|char_ram~9617_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34581 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34582 ( +// Equation(s): +// \text_gen|char_ram~34582_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34581_combout & ((\text_gen|char_ram~9631_q ))) # (!\text_gen|char_ram~34581_combout & (\text_gen|char_ram~9519_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34581_combout )))) + + .dataa(\text_gen|char_ram~9519_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9631_q ), + .datad(\text_gen|char_ram~34581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34582 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9743feeder ( +// Equation(s): +// \text_gen|char_ram~9743feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9743feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9743feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9743feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y9_N5 +dffeas \text_gen|char_ram~9743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9743feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y12_N13 +dffeas \text_gen|char_ram~9855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y16_N21 +dffeas \text_gen|char_ram~9729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9841feeder ( +// Equation(s): +// \text_gen|char_ram~9841feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9841feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9841feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9841feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y20_N21 +dffeas \text_gen|char_ram~9841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9841feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34588 ( +// Equation(s): +// \text_gen|char_ram~34588_combout = (\text_gen|Add5~0_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~9841_q )))) # (!\text_gen|Add5~0_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9729_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9729_q ), + .datad(\text_gen|char_ram~9841_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34588 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34589 ( +// Equation(s): +// \text_gen|char_ram~34589_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34588_combout & ((\text_gen|char_ram~9855_q ))) # (!\text_gen|char_ram~34588_combout & (\text_gen|char_ram~9743_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34588_combout )))) + + .dataa(\text_gen|char_ram~9743_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9855_q ), + .datad(\text_gen|char_ram~34588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34589 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y12_N21 +dffeas \text_gen|char_ram~9813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y11_N29 +dffeas \text_gen|char_ram~9701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34583 ( +// Equation(s): +// \text_gen|char_ram~34583_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~9813_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~9701_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9813_q ), + .datac(\text_gen|char_ram~9701_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34583 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y11_N15 +dffeas \text_gen|char_ram~9827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9715feeder ( +// Equation(s): +// \text_gen|char_ram~9715feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9715feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9715feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9715feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y11_N31 +dffeas \text_gen|char_ram~9715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9715feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34584 ( +// Equation(s): +// \text_gen|char_ram~34584_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34583_combout & (\text_gen|char_ram~9827_q )) # (!\text_gen|char_ram~34583_combout & ((\text_gen|char_ram~9715_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~34583_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34583_combout ), + .datac(\text_gen|char_ram~9827_q ), + .datad(\text_gen|char_ram~9715_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34584 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y12_N25 +dffeas \text_gen|char_ram~9491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y12_N23 +dffeas \text_gen|char_ram~9603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y12_N25 +dffeas \text_gen|char_ram~9477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y12_N11 +dffeas \text_gen|char_ram~9589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34585 ( +// Equation(s): +// \text_gen|char_ram~34585_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~0_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9589_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9477_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9477_q ), + .datad(\text_gen|char_ram~9589_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34585 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34586 ( +// Equation(s): +// \text_gen|char_ram~34586_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34585_combout & ((\text_gen|char_ram~9603_q ))) # (!\text_gen|char_ram~34585_combout & (\text_gen|char_ram~9491_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34585_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9491_q ), + .datac(\text_gen|char_ram~9603_q ), + .datad(\text_gen|char_ram~34585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34586 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34587 ( +// Equation(s): +// \text_gen|char_ram~34587_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~34584_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~34586_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34584_combout ), + .datad(\text_gen|char_ram~34586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34587 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34590 ( +// Equation(s): +// \text_gen|char_ram~34590_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34587_combout & ((\text_gen|char_ram~34589_combout ))) # (!\text_gen|char_ram~34587_combout & (\text_gen|char_ram~34582_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34587_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34582_combout ), + .datac(\text_gen|char_ram~34589_combout ), + .datad(\text_gen|char_ram~34587_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34590 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34622 ( +// Equation(s): +// \text_gen|char_ram~34622_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34611_combout & (\text_gen|char_ram~34621_combout )) # (!\text_gen|char_ram~34611_combout & ((\text_gen|char_ram~34590_combout ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~34611_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~34611_combout ), + .datac(\text_gen|char_ram~34621_combout ), + .datad(\text_gen|char_ram~34590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34622 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N29 +dffeas \text_gen|char_ram~23771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y20_N23 +dffeas \text_gen|char_ram~23883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23883 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y20_N23 +dffeas \text_gen|char_ram~16715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y20_N3 +dffeas \text_gen|char_ram~16603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34489 ( +// Equation(s): +// \text_gen|char_ram~34489_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16715_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16603_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16715_q ), + .datac(\text_gen|char_ram~16603_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34489 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34490 ( +// Equation(s): +// \text_gen|char_ram~34490_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34489_combout & ((\text_gen|char_ram~23883_q ))) # (!\text_gen|char_ram~34489_combout & (\text_gen|char_ram~23771_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34489_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~23771_q ), + .datac(\text_gen|char_ram~23883_q ), + .datad(\text_gen|char_ram~34489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34490 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y20_N21 +dffeas \text_gen|char_ram~23995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y20_N19 +dffeas \text_gen|char_ram~24107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y20_N27 +dffeas \text_gen|char_ram~16827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y20_N13 +dffeas \text_gen|char_ram~16939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34487 ( +// Equation(s): +// \text_gen|char_ram~34487_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16939_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16827_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16827_q ), + .datad(\text_gen|char_ram~16939_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34487 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34488 ( +// Equation(s): +// \text_gen|char_ram~34488_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34487_combout & ((\text_gen|char_ram~24107_q ))) # (!\text_gen|char_ram~34487_combout & (\text_gen|char_ram~23995_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34487_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~23995_q ), + .datac(\text_gen|char_ram~24107_q ), + .datad(\text_gen|char_ram~34487_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34488 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34491 ( +// Equation(s): +// \text_gen|char_ram~34491_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~34488_combout ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34490_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34490_combout ), + .datad(\text_gen|char_ram~34488_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34491 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24023feeder ( +// Equation(s): +// \text_gen|char_ram~24023feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24023feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24023feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24023feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y26_N29 +dffeas \text_gen|char_ram~24023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24023feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y22_N31 +dffeas \text_gen|char_ram~24135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y22_N21 +dffeas \text_gen|char_ram~16855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y22_N25 +dffeas \text_gen|char_ram~16967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34492 ( +// Equation(s): +// \text_gen|char_ram~34492_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16967_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16855_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16855_q ), + .datad(\text_gen|char_ram~16967_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34492 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34493 ( +// Equation(s): +// \text_gen|char_ram~34493_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34492_combout & ((\text_gen|char_ram~24135_q ))) # (!\text_gen|char_ram~34492_combout & (\text_gen|char_ram~24023_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34492_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24023_q ), + .datac(\text_gen|char_ram~24135_q ), + .datad(\text_gen|char_ram~34492_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34493 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23799feeder ( +// Equation(s): +// \text_gen|char_ram~23799feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y22_N21 +dffeas \text_gen|char_ram~23799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23799 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y20_N5 +dffeas \text_gen|char_ram~23911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y20_N29 +dffeas \text_gen|char_ram~16743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y20_N15 +dffeas \text_gen|char_ram~16631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34485 ( +// Equation(s): +// \text_gen|char_ram~34485_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16743_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16631_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16743_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16631_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34485 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34486 ( +// Equation(s): +// \text_gen|char_ram~34486_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34485_combout & ((\text_gen|char_ram~23911_q ))) # (!\text_gen|char_ram~34485_combout & (\text_gen|char_ram~23799_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34485_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~23799_q ), + .datac(\text_gen|char_ram~23911_q ), + .datad(\text_gen|char_ram~34485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34486 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34494 ( +// Equation(s): +// \text_gen|char_ram~34494_combout = (\text_gen|char_ram~34491_combout & (((\text_gen|char_ram~34493_combout )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~34491_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34486_combout )))) + + .dataa(\text_gen|char_ram~34491_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34493_combout ), + .datad(\text_gen|char_ram~34486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34494 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y20_N29 +dffeas \text_gen|char_ram~24093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y20_N7 +dffeas \text_gen|char_ram~24121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y24_N13 +dffeas \text_gen|char_ram~16925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16953feeder ( +// Equation(s): +// \text_gen|char_ram~16953feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y22_N21 +dffeas \text_gen|char_ram~16953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34461 ( +// Equation(s): +// \text_gen|char_ram~34461_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~16953_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16925_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16925_q ), + .datad(\text_gen|char_ram~16953_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34461 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34462 ( +// Equation(s): +// \text_gen|char_ram~34462_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34461_combout & ((\text_gen|char_ram~24121_q ))) # (!\text_gen|char_ram~34461_combout & (\text_gen|char_ram~24093_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34461_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24093_q ), + .datac(\text_gen|char_ram~24121_q ), + .datad(\text_gen|char_ram~34461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34462 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23757feeder ( +// Equation(s): +// \text_gen|char_ram~23757feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23757feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23757feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23757feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y23_N1 +dffeas \text_gen|char_ram~23757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23757feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y20_N9 +dffeas \text_gen|char_ram~23785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N25 +dffeas \text_gen|char_ram~16617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y20_N13 +dffeas \text_gen|char_ram~16589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34458 ( +// Equation(s): +// \text_gen|char_ram~34458_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~16617_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~16589_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16617_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16589_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34458 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34459 ( +// Equation(s): +// \text_gen|char_ram~34459_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34458_combout & ((\text_gen|char_ram~23785_q ))) # (!\text_gen|char_ram~34458_combout & (\text_gen|char_ram~23757_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34458_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~23757_q ), + .datac(\text_gen|char_ram~23785_q ), + .datad(\text_gen|char_ram~34458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34459 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N25 +dffeas \text_gen|char_ram~23869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y20_N25 +dffeas \text_gen|char_ram~23897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16729feeder ( +// Equation(s): +// \text_gen|char_ram~16729feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16729feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y24_N5 +dffeas \text_gen|char_ram~16729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y28_N17 +dffeas \text_gen|char_ram~16701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34456 ( +// Equation(s): +// \text_gen|char_ram~34456_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~16729_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~16701_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16729_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16701_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34456 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34457 ( +// Equation(s): +// \text_gen|char_ram~34457_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34456_combout & ((\text_gen|char_ram~23897_q ))) # (!\text_gen|char_ram~34456_combout & (\text_gen|char_ram~23869_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34456_combout )))) + + .dataa(\text_gen|char_ram~23869_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23897_q ), + .datad(\text_gen|char_ram~34456_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34457 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34460 ( +// Equation(s): +// \text_gen|char_ram~34460_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~34457_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34459_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~34459_combout ), + .datad(\text_gen|char_ram~34457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34460 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24009feeder ( +// Equation(s): +// \text_gen|char_ram~24009feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24009feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N19 +dffeas \text_gen|char_ram~24009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y23_N25 +dffeas \text_gen|char_ram~23981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16841feeder ( +// Equation(s): +// \text_gen|char_ram~16841feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16841feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16841feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16841feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y22_N29 +dffeas \text_gen|char_ram~16841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16841feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y23_N5 +dffeas \text_gen|char_ram~16813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34454 ( +// Equation(s): +// \text_gen|char_ram~34454_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~16841_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~16813_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16841_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16813_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34454 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34455 ( +// Equation(s): +// \text_gen|char_ram~34455_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34454_combout & (\text_gen|char_ram~24009_q )) # (!\text_gen|char_ram~34454_combout & ((\text_gen|char_ram~23981_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34454_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24009_q ), + .datac(\text_gen|char_ram~23981_q ), + .datad(\text_gen|char_ram~34454_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34455 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34463 ( +// Equation(s): +// \text_gen|char_ram~34463_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34460_combout & (\text_gen|char_ram~34462_combout )) # (!\text_gen|char_ram~34460_combout & ((\text_gen|char_ram~34455_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34460_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~34462_combout ), + .datac(\text_gen|char_ram~34460_combout ), + .datad(\text_gen|char_ram~34455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34463 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y20_N1 +dffeas \text_gen|char_ram~2393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y20_N27 +dffeas \text_gen|char_ram~2281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34474 ( +// Equation(s): +// \text_gen|char_ram~34474_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2393_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~2281_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2393_q ), + .datac(\text_gen|char_ram~2281_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34474 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y20_N17 +dffeas \text_gen|char_ram~9449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y24_N21 +dffeas \text_gen|char_ram~9561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34475 ( +// Equation(s): +// \text_gen|char_ram~34475_combout = (\text_gen|char_ram~34474_combout & (((\text_gen|char_ram~9561_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~34474_combout & (\text_gen|char_ram~9449_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~34474_combout ), + .datab(\text_gen|char_ram~9449_q ), + .datac(\text_gen|char_ram~9561_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34475 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~34475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y20_N13 +dffeas \text_gen|char_ram~9673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y20_N27 +dffeas \text_gen|char_ram~9785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y20_N13 +dffeas \text_gen|char_ram~2617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y20_N23 +dffeas \text_gen|char_ram~2505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34481 ( +// Equation(s): +// \text_gen|char_ram~34481_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2617_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~2505_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~2617_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2505_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34481 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34482 ( +// Equation(s): +// \text_gen|char_ram~34482_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34481_combout & ((\text_gen|char_ram~9785_q ))) # (!\text_gen|char_ram~34481_combout & (\text_gen|char_ram~9673_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34481_combout )))) + + .dataa(\text_gen|char_ram~9673_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9785_q ), + .datad(\text_gen|char_ram~34481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34482 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y17_N17 +dffeas \text_gen|char_ram~9421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y17_N19 +dffeas \text_gen|char_ram~2253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2365feeder ( +// Equation(s): +// \text_gen|char_ram~2365feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2365feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2365feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2365feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y28_N25 +dffeas \text_gen|char_ram~2365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2365feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34478 ( +// Equation(s): +// \text_gen|char_ram~34478_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~2365_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2253_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2253_q ), + .datad(\text_gen|char_ram~2365_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34478 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y20_N27 +dffeas \text_gen|char_ram~9533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34479 ( +// Equation(s): +// \text_gen|char_ram~34479_combout = (\text_gen|char_ram~34478_combout & (((\text_gen|char_ram~9533_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~34478_combout & (\text_gen|char_ram~9421_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~9421_q ), + .datab(\text_gen|char_ram~34478_combout ), + .datac(\text_gen|char_ram~9533_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34479 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~34479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9645feeder ( +// Equation(s): +// \text_gen|char_ram~9645feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9645feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9645feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9645feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y24_N13 +dffeas \text_gen|char_ram~9645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9645feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y20_N25 +dffeas \text_gen|char_ram~9757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y20_N29 +dffeas \text_gen|char_ram~2589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y20_N15 +dffeas \text_gen|char_ram~2477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34476 ( +// Equation(s): +// \text_gen|char_ram~34476_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2589_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~2477_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2589_q ), + .datac(\text_gen|char_ram~2477_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34476 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34477 ( +// Equation(s): +// \text_gen|char_ram~34477_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34476_combout & ((\text_gen|char_ram~9757_q ))) # (!\text_gen|char_ram~34476_combout & (\text_gen|char_ram~9645_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34476_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9645_q ), + .datac(\text_gen|char_ram~9757_q ), + .datad(\text_gen|char_ram~34476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34477 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34480 ( +// Equation(s): +// \text_gen|char_ram~34480_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~34477_combout ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~34479_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~34479_combout ), + .datad(\text_gen|char_ram~34477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34480 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34483 ( +// Equation(s): +// \text_gen|char_ram~34483_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34480_combout & ((\text_gen|char_ram~34482_combout ))) # (!\text_gen|char_ram~34480_combout & (\text_gen|char_ram~34475_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34480_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34475_combout ), + .datac(\text_gen|char_ram~34482_combout ), + .datad(\text_gen|char_ram~34480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34483 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y20_N21 +dffeas \text_gen|char_ram~9575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y20_N15 +dffeas \text_gen|char_ram~2631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y20_N7 +dffeas \text_gen|char_ram~2407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34471 ( +// Equation(s): +// \text_gen|char_ram~34471_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~2631_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~2407_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2631_q ), + .datac(\text_gen|char_ram~2407_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34471 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y20_N1 +dffeas \text_gen|char_ram~9799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34472 ( +// Equation(s): +// \text_gen|char_ram~34472_combout = (\text_gen|char_ram~34471_combout & (((\text_gen|char_ram~9799_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~34471_combout & (\text_gen|char_ram~9575_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~9575_q ), + .datab(\text_gen|char_ram~34471_combout ), + .datac(\text_gen|char_ram~9799_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34472 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~34472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y20_N25 +dffeas \text_gen|char_ram~9463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y20_N15 +dffeas \text_gen|char_ram~9687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y20_N1 +dffeas \text_gen|char_ram~2519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y20_N5 +dffeas \text_gen|char_ram~2295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34464 ( +// Equation(s): +// \text_gen|char_ram~34464_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~2519_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~2295_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~2519_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2295_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34464 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34465 ( +// Equation(s): +// \text_gen|char_ram~34465_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34464_combout & ((\text_gen|char_ram~9687_q ))) # (!\text_gen|char_ram~34464_combout & (\text_gen|char_ram~9463_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34464_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9463_q ), + .datac(\text_gen|char_ram~9687_q ), + .datad(\text_gen|char_ram~34464_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34465 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y17_N13 +dffeas \text_gen|char_ram~2379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y20_N25 +dffeas \text_gen|char_ram~2603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34466 ( +// Equation(s): +// \text_gen|char_ram~34466_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~2603_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2379_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2379_q ), + .datad(\text_gen|char_ram~2603_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34466 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y17_N7 +dffeas \text_gen|char_ram~9771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9547feeder ( +// Equation(s): +// \text_gen|char_ram~9547feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9547feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9547feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9547feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y24_N21 +dffeas \text_gen|char_ram~9547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9547feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34467 ( +// Equation(s): +// \text_gen|char_ram~34467_combout = (\text_gen|char_ram~34466_combout & (((\text_gen|char_ram~9771_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~34466_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9547_q )))) + + .dataa(\text_gen|char_ram~34466_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9771_q ), + .datad(\text_gen|char_ram~9547_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34467 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y24_N29 +dffeas \text_gen|char_ram~9435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y24_N27 +dffeas \text_gen|char_ram~9659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y20_N13 +dffeas \text_gen|char_ram~2267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y19_N21 +dffeas \text_gen|char_ram~2491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34468 ( +// Equation(s): +// \text_gen|char_ram~34468_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~2491_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2267_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2267_q ), + .datad(\text_gen|char_ram~2491_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34468 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34469 ( +// Equation(s): +// \text_gen|char_ram~34469_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~34468_combout & ((\text_gen|char_ram~9659_q ))) # (!\text_gen|char_ram~34468_combout & (\text_gen|char_ram~9435_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~34468_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9435_q ), + .datac(\text_gen|char_ram~9659_q ), + .datad(\text_gen|char_ram~34468_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34469 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34470 ( +// Equation(s): +// \text_gen|char_ram~34470_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~0_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~34467_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~34469_combout ))))) + + .dataa(\text_gen|char_ram~34467_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~34469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34470 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~34470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34473 ( +// Equation(s): +// \text_gen|char_ram~34473_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34470_combout & (\text_gen|char_ram~34472_combout )) # (!\text_gen|char_ram~34470_combout & ((\text_gen|char_ram~34465_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34470_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~34472_combout ), + .datac(\text_gen|char_ram~34465_combout ), + .datad(\text_gen|char_ram~34470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34473 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34484 ( +// Equation(s): +// \text_gen|char_ram~34484_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~34473_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~34483_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34483_combout ), + .datad(\text_gen|char_ram~34473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34484 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34495 ( +// Equation(s): +// \text_gen|char_ram~34495_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34484_combout & (\text_gen|char_ram~34494_combout )) # (!\text_gen|char_ram~34484_combout & ((\text_gen|char_ram~34463_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34484_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~34494_combout ), + .datac(\text_gen|char_ram~34463_combout ), + .datad(\text_gen|char_ram~34484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34495 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N25 +dffeas \text_gen|char_ram~16736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y20_N7 +dffeas \text_gen|char_ram~16960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y20_N17 +dffeas \text_gen|char_ram~16848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y20_N25 +dffeas \text_gen|char_ram~16624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34545 ( +// Equation(s): +// \text_gen|char_ram~34545_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16848_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16624_q +// ))))) + + .dataa(\text_gen|char_ram~16848_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16624_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34545 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34546 ( +// Equation(s): +// \text_gen|char_ram~34546_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34545_combout & ((\text_gen|char_ram~16960_q ))) # (!\text_gen|char_ram~34545_combout & (\text_gen|char_ram~16736_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34545_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16736_q ), + .datac(\text_gen|char_ram~16960_q ), + .datad(\text_gen|char_ram~34545_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34546 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y12_N23 +dffeas \text_gen|char_ram~16806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N23 +dffeas \text_gen|char_ram~16918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N1 +dffeas \text_gen|char_ram~16582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16694feeder ( +// Equation(s): +// \text_gen|char_ram~16694feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16694feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16694feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16694feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y16_N21 +dffeas \text_gen|char_ram~16694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16694feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34542 ( +// Equation(s): +// \text_gen|char_ram~34542_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~16694_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16582_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16582_q ), + .datad(\text_gen|char_ram~16694_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34542 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34543 ( +// Equation(s): +// \text_gen|char_ram~34543_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34542_combout & ((\text_gen|char_ram~16918_q ))) # (!\text_gen|char_ram~34542_combout & (\text_gen|char_ram~16806_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34542_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16806_q ), + .datac(\text_gen|char_ram~16918_q ), + .datad(\text_gen|char_ram~34542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34543 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y12_N29 +dffeas \text_gen|char_ram~16820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y15_N7 +dffeas \text_gen|char_ram~16932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y19_N5 +dffeas \text_gen|char_ram~16708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y15_N21 +dffeas \text_gen|char_ram~16596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34540 ( +// Equation(s): +// \text_gen|char_ram~34540_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~16708_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~16596_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16708_q ), + .datac(\text_gen|char_ram~16596_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34540 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34541 ( +// Equation(s): +// \text_gen|char_ram~34541_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34540_combout & ((\text_gen|char_ram~16932_q ))) # (!\text_gen|char_ram~34540_combout & (\text_gen|char_ram~16820_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34540_combout )))) + + .dataa(\text_gen|char_ram~16820_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16932_q ), + .datad(\text_gen|char_ram~34540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34541 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34544 ( +// Equation(s): +// \text_gen|char_ram~34544_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~34541_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34543_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34543_combout ), + .datad(\text_gen|char_ram~34541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34544 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y20_N15 +dffeas \text_gen|char_ram~16610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y20_N9 +dffeas \text_gen|char_ram~16834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34538 ( +// Equation(s): +// \text_gen|char_ram~34538_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~16834_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16610_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16610_q ), + .datad(\text_gen|char_ram~16834_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34538 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y20_N3 +dffeas \text_gen|char_ram~16946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16722feeder ( +// Equation(s): +// \text_gen|char_ram~16722feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16722feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N25 +dffeas \text_gen|char_ram~16722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34539 ( +// Equation(s): +// \text_gen|char_ram~34539_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34538_combout & (\text_gen|char_ram~16946_q )) # (!\text_gen|char_ram~34538_combout & ((\text_gen|char_ram~16722_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34538_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34538_combout ), + .datac(\text_gen|char_ram~16946_q ), + .datad(\text_gen|char_ram~16722_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34539 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34547 ( +// Equation(s): +// \text_gen|char_ram~34547_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34544_combout & (\text_gen|char_ram~34546_combout )) # (!\text_gen|char_ram~34544_combout & ((\text_gen|char_ram~34539_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34544_combout )))) + + .dataa(\text_gen|char_ram~34546_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34544_combout ), + .datad(\text_gen|char_ram~34539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34547 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~34547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y21_N29 +dffeas \text_gen|char_ram~23904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y21_N31 +dffeas \text_gen|char_ram~24128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y20_N1 +dffeas \text_gen|char_ram~23792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y20_N3 +dffeas \text_gen|char_ram~24016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34576 ( +// Equation(s): +// \text_gen|char_ram~34576_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~24016_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23792_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23792_q ), + .datad(\text_gen|char_ram~24016_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34576 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34577 ( +// Equation(s): +// \text_gen|char_ram~34577_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34576_combout & ((\text_gen|char_ram~24128_q ))) # (!\text_gen|char_ram~34576_combout & (\text_gen|char_ram~23904_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34576_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23904_q ), + .datac(\text_gen|char_ram~24128_q ), + .datad(\text_gen|char_ram~34576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34577 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23890feeder ( +// Equation(s): +// \text_gen|char_ram~23890feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23890feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N31 +dffeas \text_gen|char_ram~23890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y19_N11 +dffeas \text_gen|char_ram~24114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24002feeder ( +// Equation(s): +// \text_gen|char_ram~24002feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24002feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24002feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24002feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N21 +dffeas \text_gen|char_ram~24002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24002feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y19_N29 +dffeas \text_gen|char_ram~23778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34571 ( +// Equation(s): +// \text_gen|char_ram~34571_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~24002_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~23778_q +// ))))) + + .dataa(\text_gen|char_ram~24002_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23778_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34571 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~34571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34572 ( +// Equation(s): +// \text_gen|char_ram~34572_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34571_combout & ((\text_gen|char_ram~24114_q ))) # (!\text_gen|char_ram~34571_combout & (\text_gen|char_ram~23890_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34571_combout )))) + + .dataa(\text_gen|char_ram~23890_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24114_q ), + .datad(\text_gen|char_ram~34571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34572 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23974feeder ( +// Equation(s): +// \text_gen|char_ram~23974feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23974feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23974feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23974feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N27 +dffeas \text_gen|char_ram~23974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23974feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y16_N23 +dffeas \text_gen|char_ram~24086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y16_N17 +dffeas \text_gen|char_ram~23750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y20_N3 +dffeas \text_gen|char_ram~23862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34573 ( +// Equation(s): +// \text_gen|char_ram~34573_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23862_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23750_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23750_q ), + .datad(\text_gen|char_ram~23862_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34573 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34574 ( +// Equation(s): +// \text_gen|char_ram~34574_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34573_combout & ((\text_gen|char_ram~24086_q ))) # (!\text_gen|char_ram~34573_combout & (\text_gen|char_ram~23974_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34573_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23974_q ), + .datac(\text_gen|char_ram~24086_q ), + .datad(\text_gen|char_ram~34573_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34574 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34575 ( +// Equation(s): +// \text_gen|char_ram~34575_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~34572_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~34574_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34572_combout ), + .datad(\text_gen|char_ram~34574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34575 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23988feeder ( +// Equation(s): +// \text_gen|char_ram~23988feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23988feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23988feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23988feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N21 +dffeas \text_gen|char_ram~23988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23988feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y15_N23 +dffeas \text_gen|char_ram~24100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y15_N29 +dffeas \text_gen|char_ram~23764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23876feeder ( +// Equation(s): +// \text_gen|char_ram~23876feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23876feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23876feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23876feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N9 +dffeas \text_gen|char_ram~23876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23876feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34569 ( +// Equation(s): +// \text_gen|char_ram~34569_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23876_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23764_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23764_q ), + .datad(\text_gen|char_ram~23876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34569 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34570 ( +// Equation(s): +// \text_gen|char_ram~34570_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34569_combout & ((\text_gen|char_ram~24100_q ))) # (!\text_gen|char_ram~34569_combout & (\text_gen|char_ram~23988_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34569_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23988_q ), + .datac(\text_gen|char_ram~24100_q ), + .datad(\text_gen|char_ram~34569_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34570 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34578 ( +// Equation(s): +// \text_gen|char_ram~34578_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34575_combout & (\text_gen|char_ram~34577_combout )) # (!\text_gen|char_ram~34575_combout & ((\text_gen|char_ram~34570_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34575_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34577_combout ), + .datac(\text_gen|char_ram~34575_combout ), + .datad(\text_gen|char_ram~34570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34578 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~34578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2386feeder ( +// Equation(s): +// \text_gen|char_ram~2386feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N13 +dffeas \text_gen|char_ram~2386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y20_N5 +dffeas \text_gen|char_ram~2610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y20_N25 +dffeas \text_gen|char_ram~2498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y20_N31 +dffeas \text_gen|char_ram~2274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34560 ( +// Equation(s): +// \text_gen|char_ram~34560_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~2498_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~2274_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2498_q ), + .datac(\text_gen|char_ram~2274_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34560 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34561 ( +// Equation(s): +// \text_gen|char_ram~34561_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34560_combout & ((\text_gen|char_ram~2610_q ))) # (!\text_gen|char_ram~34560_combout & (\text_gen|char_ram~2386_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34560_combout )))) + + .dataa(\text_gen|char_ram~2386_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2610_q ), + .datad(\text_gen|char_ram~34560_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34561 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2470feeder ( +// Equation(s): +// \text_gen|char_ram~2470feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y20_N9 +dffeas \text_gen|char_ram~2470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y20_N3 +dffeas \text_gen|char_ram~2582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N25 +dffeas \text_gen|char_ram~2358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N11 +dffeas \text_gen|char_ram~2246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34562 ( +// Equation(s): +// \text_gen|char_ram~34562_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2358_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~2246_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2358_q ), + .datac(\text_gen|char_ram~2246_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34562 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34563 ( +// Equation(s): +// \text_gen|char_ram~34563_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34562_combout & ((\text_gen|char_ram~2582_q ))) # (!\text_gen|char_ram~34562_combout & (\text_gen|char_ram~2470_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34562_combout )))) + + .dataa(\text_gen|char_ram~2470_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2582_q ), + .datad(\text_gen|char_ram~34562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34563 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34564 ( +// Equation(s): +// \text_gen|char_ram~34564_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~34561_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~34563_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34561_combout ), + .datad(\text_gen|char_ram~34563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34564 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~34564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y16_N13 +dffeas \text_gen|char_ram~2484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y16_N23 +dffeas \text_gen|char_ram~2596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y20_N3 +dffeas \text_gen|char_ram~2260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2372feeder ( +// Equation(s): +// \text_gen|char_ram~2372feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2372feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2372feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2372feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N1 +dffeas \text_gen|char_ram~2372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2372feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34558 ( +// Equation(s): +// \text_gen|char_ram~34558_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~2372_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~2260_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2260_q ), + .datad(\text_gen|char_ram~2372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34558 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34559 ( +// Equation(s): +// \text_gen|char_ram~34559_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34558_combout & ((\text_gen|char_ram~2596_q ))) # (!\text_gen|char_ram~34558_combout & (\text_gen|char_ram~2484_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34558_combout )))) + + .dataa(\text_gen|char_ram~2484_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2596_q ), + .datad(\text_gen|char_ram~34558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34559 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2400feeder ( +// Equation(s): +// \text_gen|char_ram~2400feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N23 +dffeas \text_gen|char_ram~2400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y19_N7 +dffeas \text_gen|char_ram~2624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y19_N29 +dffeas \text_gen|char_ram~2288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y20_N15 +dffeas \text_gen|char_ram~2512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34565 ( +// Equation(s): +// \text_gen|char_ram~34565_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~2512_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~2288_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2288_q ), + .datad(\text_gen|char_ram~2512_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34565 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34566 ( +// Equation(s): +// \text_gen|char_ram~34566_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34565_combout & ((\text_gen|char_ram~2624_q ))) # (!\text_gen|char_ram~34565_combout & (\text_gen|char_ram~2400_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34565_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2400_q ), + .datac(\text_gen|char_ram~2624_q ), + .datad(\text_gen|char_ram~34565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34566 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34567 ( +// Equation(s): +// \text_gen|char_ram~34567_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34564_combout & ((\text_gen|char_ram~34566_combout ))) # (!\text_gen|char_ram~34564_combout & (\text_gen|char_ram~34559_combout )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~34564_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34564_combout ), + .datac(\text_gen|char_ram~34559_combout ), + .datad(\text_gen|char_ram~34566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34567 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~34567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y19_N1 +dffeas \text_gen|char_ram~9568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y17_N5 +dffeas \text_gen|char_ram~9792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y17_N25 +dffeas \text_gen|char_ram~9680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y17_N23 +dffeas \text_gen|char_ram~9456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34555 ( +// Equation(s): +// \text_gen|char_ram~34555_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~9680_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~9456_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9680_q ), + .datac(\text_gen|char_ram~9456_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34555 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34556 ( +// Equation(s): +// \text_gen|char_ram~34556_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34555_combout & ((\text_gen|char_ram~9792_q ))) # (!\text_gen|char_ram~34555_combout & (\text_gen|char_ram~9568_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34555_combout )))) + + .dataa(\text_gen|char_ram~9568_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9792_q ), + .datad(\text_gen|char_ram~34555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34556 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9652feeder ( +// Equation(s): +// \text_gen|char_ram~9652feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9652feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9652feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9652feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y13_N15 +dffeas \text_gen|char_ram~9652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9652feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y13_N7 +dffeas \text_gen|char_ram~9764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y13_N17 +dffeas \text_gen|char_ram~9428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9540feeder ( +// Equation(s): +// \text_gen|char_ram~9540feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9540feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9540feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9540feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y26_N17 +dffeas \text_gen|char_ram~9540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9540feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34548 ( +// Equation(s): +// \text_gen|char_ram~34548_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9540_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9428_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9428_q ), + .datad(\text_gen|char_ram~9540_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34548 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34549 ( +// Equation(s): +// \text_gen|char_ram~34549_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34548_combout & ((\text_gen|char_ram~9764_q ))) # (!\text_gen|char_ram~34548_combout & (\text_gen|char_ram~9652_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34548_combout )))) + + .dataa(\text_gen|char_ram~9652_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9764_q ), + .datad(\text_gen|char_ram~34548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34549 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9638feeder ( +// Equation(s): +// \text_gen|char_ram~9638feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9638feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9638feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9638feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y13_N5 +dffeas \text_gen|char_ram~9638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9638feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y13_N19 +dffeas \text_gen|char_ram~9750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y13_N25 +dffeas \text_gen|char_ram~9414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y12_N3 +dffeas \text_gen|char_ram~9526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34552 ( +// Equation(s): +// \text_gen|char_ram~34552_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9526_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9414_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9414_q ), + .datad(\text_gen|char_ram~9526_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34552 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34553 ( +// Equation(s): +// \text_gen|char_ram~34553_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34552_combout & ((\text_gen|char_ram~9750_q ))) # (!\text_gen|char_ram~34552_combout & (\text_gen|char_ram~9638_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34552_combout )))) + + .dataa(\text_gen|char_ram~9638_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9750_q ), + .datad(\text_gen|char_ram~34552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34553 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y36_N1 +dffeas \text_gen|char_ram~9442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y36_N25 +dffeas \text_gen|char_ram~9666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34550 ( +// Equation(s): +// \text_gen|char_ram~34550_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9666_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9442_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9442_q ), + .datad(\text_gen|char_ram~9666_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34550 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y36_N23 +dffeas \text_gen|char_ram~9778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9554feeder ( +// Equation(s): +// \text_gen|char_ram~9554feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9554feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y36_N5 +dffeas \text_gen|char_ram~9554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34551 ( +// Equation(s): +// \text_gen|char_ram~34551_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34550_combout & (\text_gen|char_ram~9778_q )) # (!\text_gen|char_ram~34550_combout & ((\text_gen|char_ram~9554_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~34550_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~34550_combout ), + .datac(\text_gen|char_ram~9778_q ), + .datad(\text_gen|char_ram~9554_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34551 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~34551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34554 ( +// Equation(s): +// \text_gen|char_ram~34554_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~34551_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34553_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34553_combout ), + .datad(\text_gen|char_ram~34551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34554 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34557 ( +// Equation(s): +// \text_gen|char_ram~34557_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34554_combout & (\text_gen|char_ram~34556_combout )) # (!\text_gen|char_ram~34554_combout & ((\text_gen|char_ram~34549_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34554_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34556_combout ), + .datac(\text_gen|char_ram~34549_combout ), + .datad(\text_gen|char_ram~34554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34557 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~34557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34568 ( +// Equation(s): +// \text_gen|char_ram~34568_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~34557_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~34567_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34567_combout ), + .datad(\text_gen|char_ram~34557_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34568 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34579 ( +// Equation(s): +// \text_gen|char_ram~34579_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34568_combout & ((\text_gen|char_ram~34578_combout ))) # (!\text_gen|char_ram~34568_combout & (\text_gen|char_ram~34547_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34568_combout )))) + + .dataa(\text_gen|char_ram~34547_combout ), + .datab(\text_gen|char_ram~34578_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~34568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34579 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~34579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y12_N17 +dffeas \text_gen|char_ram~16890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y12_N31 +dffeas \text_gen|char_ram~16666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34496 ( +// Equation(s): +// \text_gen|char_ram~34496_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16890_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16666_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16890_q ), + .datac(\text_gen|char_ram~16666_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34496 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N29 +dffeas \text_gen|char_ram~17002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16778feeder ( +// Equation(s): +// \text_gen|char_ram~16778feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y12_N29 +dffeas \text_gen|char_ram~16778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34497 ( +// Equation(s): +// \text_gen|char_ram~34497_combout = (\text_gen|char_ram~34496_combout & (((\text_gen|char_ram~17002_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~34496_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16778_q )))) + + .dataa(\text_gen|char_ram~34496_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17002_q ), + .datad(\text_gen|char_ram~16778_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34497 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y12_N29 +dffeas \text_gen|char_ram~16792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y12_N19 +dffeas \text_gen|char_ram~17016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y11_N29 +dffeas \text_gen|char_ram~16904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y11_N3 +dffeas \text_gen|char_ram~16680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34503 ( +// Equation(s): +// \text_gen|char_ram~34503_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16904_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~16680_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16904_q ), + .datac(\text_gen|char_ram~16680_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34503 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~34503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34504 ( +// Equation(s): +// \text_gen|char_ram~34504_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34503_combout & ((\text_gen|char_ram~17016_q ))) # (!\text_gen|char_ram~34503_combout & (\text_gen|char_ram~16792_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34503_combout )))) + + .dataa(\text_gen|char_ram~16792_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17016_q ), + .datad(\text_gen|char_ram~34503_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34504 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y12_N17 +dffeas \text_gen|char_ram~16862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y12_N31 +dffeas \text_gen|char_ram~16974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y12_N9 +dffeas \text_gen|char_ram~16638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y12_N11 +dffeas \text_gen|char_ram~16750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34500 ( +// Equation(s): +// \text_gen|char_ram~34500_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~16750_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16638_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16638_q ), + .datad(\text_gen|char_ram~16750_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34500 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34501 ( +// Equation(s): +// \text_gen|char_ram~34501_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34500_combout & ((\text_gen|char_ram~16974_q ))) # (!\text_gen|char_ram~34500_combout & (\text_gen|char_ram~16862_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34500_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~16862_q ), + .datac(\text_gen|char_ram~16974_q ), + .datad(\text_gen|char_ram~34500_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34501 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y15_N5 +dffeas \text_gen|char_ram~16764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y15_N15 +dffeas \text_gen|char_ram~16652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34498 ( +// Equation(s): +// \text_gen|char_ram~34498_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16764_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16652_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16764_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16652_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34498 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~34498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y12_N21 +dffeas \text_gen|char_ram~16988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16876feeder ( +// Equation(s): +// \text_gen|char_ram~16876feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~16876feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16876feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16876feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y16_N17 +dffeas \text_gen|char_ram~16876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16876feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34499 ( +// Equation(s): +// \text_gen|char_ram~34499_combout = (\text_gen|char_ram~34498_combout & (((\text_gen|char_ram~16988_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~34498_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~16876_q )))) + + .dataa(\text_gen|char_ram~34498_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16988_q ), + .datad(\text_gen|char_ram~16876_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34499 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34502 ( +// Equation(s): +// \text_gen|char_ram~34502_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~34499_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34501_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34501_combout ), + .datad(\text_gen|char_ram~34499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34502 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34505 ( +// Equation(s): +// \text_gen|char_ram~34505_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34502_combout & ((\text_gen|char_ram~34504_combout ))) # (!\text_gen|char_ram~34502_combout & (\text_gen|char_ram~34497_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34502_combout )))) + + .dataa(\text_gen|char_ram~34497_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34504_combout ), + .datad(\text_gen|char_ram~34502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34505 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y15_N21 +dffeas \text_gen|char_ram~24044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y15_N27 +dffeas \text_gen|char_ram~24156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y15_N25 +dffeas \text_gen|char_ram~23820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y13_N1 +dffeas \text_gen|char_ram~23932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34527 ( +// Equation(s): +// \text_gen|char_ram~34527_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23932_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23820_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23820_q ), + .datad(\text_gen|char_ram~23932_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34527 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34528 ( +// Equation(s): +// \text_gen|char_ram~34528_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34527_combout & ((\text_gen|char_ram~24156_q ))) # (!\text_gen|char_ram~34527_combout & (\text_gen|char_ram~24044_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34527_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~24044_q ), + .datac(\text_gen|char_ram~24156_q ), + .datad(\text_gen|char_ram~34527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34528 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y11_N29 +dffeas \text_gen|char_ram~23960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y11_N3 +dffeas \text_gen|char_ram~24184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y11_N25 +dffeas \text_gen|char_ram~23848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24072feeder ( +// Equation(s): +// \text_gen|char_ram~24072feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~24072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24072feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y11_N25 +dffeas \text_gen|char_ram~24072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34534 ( +// Equation(s): +// \text_gen|char_ram~34534_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~24072_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23848_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23848_q ), + .datad(\text_gen|char_ram~24072_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34534 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~34535 ( +// Equation(s): +// \text_gen|char_ram~34535_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34534_combout & ((\text_gen|char_ram~24184_q ))) # (!\text_gen|char_ram~34534_combout & (\text_gen|char_ram~23960_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34534_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23960_q ), + .datac(\text_gen|char_ram~24184_q ), + .datad(\text_gen|char_ram~34534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34535 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y12_N9 +dffeas \text_gen|char_ram~24030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y12_N7 +dffeas \text_gen|char_ram~24142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y12_N17 +dffeas \text_gen|char_ram~23806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y6_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23918feeder ( +// Equation(s): +// \text_gen|char_ram~23918feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~23918feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23918feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23918feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y6_N13 +dffeas \text_gen|char_ram~23918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23918feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~34531 ( +// Equation(s): +// \text_gen|char_ram~34531_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23918_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23806_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23806_q ), + .datad(\text_gen|char_ram~23918_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34531 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34532 ( +// Equation(s): +// \text_gen|char_ram~34532_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34531_combout & ((\text_gen|char_ram~24142_q ))) # (!\text_gen|char_ram~34531_combout & (\text_gen|char_ram~24030_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34531_combout )))) + + .dataa(\text_gen|char_ram~24030_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24142_q ), + .datad(\text_gen|char_ram~34531_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34532 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y15_N25 +dffeas \text_gen|char_ram~23946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y15_N27 +dffeas \text_gen|char_ram~24170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y15_N1 +dffeas \text_gen|char_ram~23834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y17_N9 +dffeas \text_gen|char_ram~24058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34529 ( +// Equation(s): +// \text_gen|char_ram~34529_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~24058_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23834_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23834_q ), + .datad(\text_gen|char_ram~24058_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34529 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34530 ( +// Equation(s): +// \text_gen|char_ram~34530_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34529_combout & ((\text_gen|char_ram~24170_q ))) # (!\text_gen|char_ram~34529_combout & (\text_gen|char_ram~23946_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34529_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~23946_q ), + .datac(\text_gen|char_ram~24170_q ), + .datad(\text_gen|char_ram~34529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34530 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~34533 ( +// Equation(s): +// \text_gen|char_ram~34533_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~34530_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34532_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34532_combout ), + .datad(\text_gen|char_ram~34530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34533 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~34536 ( +// Equation(s): +// \text_gen|char_ram~34536_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34533_combout & ((\text_gen|char_ram~34535_combout ))) # (!\text_gen|char_ram~34533_combout & (\text_gen|char_ram~34528_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34533_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34528_combout ), + .datac(\text_gen|char_ram~34535_combout ), + .datad(\text_gen|char_ram~34533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34536 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y12_N13 +dffeas \text_gen|char_ram~2442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y12_N11 +dffeas \text_gen|char_ram~2666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y13_N21 +dffeas \text_gen|char_ram~2554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y12_N9 +dffeas \text_gen|char_ram~2330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34516 ( +// Equation(s): +// \text_gen|char_ram~34516_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~2554_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~2330_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2554_q ), + .datac(\text_gen|char_ram~2330_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34516 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34517 ( +// Equation(s): +// \text_gen|char_ram~34517_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34516_combout & ((\text_gen|char_ram~2666_q ))) # (!\text_gen|char_ram~34516_combout & (\text_gen|char_ram~2442_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34516_combout )))) + + .dataa(\text_gen|char_ram~2442_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2666_q ), + .datad(\text_gen|char_ram~34516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34517 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2526feeder ( +// Equation(s): +// \text_gen|char_ram~2526feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y12_N5 +dffeas \text_gen|char_ram~2526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y12_N27 +dffeas \text_gen|char_ram~2638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y12_N29 +dffeas \text_gen|char_ram~2302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y12_N5 +dffeas \text_gen|char_ram~2414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34520 ( +// Equation(s): +// \text_gen|char_ram~34520_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~2414_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~2302_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2302_q ), + .datad(\text_gen|char_ram~2414_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34520 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~34521 ( +// Equation(s): +// \text_gen|char_ram~34521_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34520_combout & ((\text_gen|char_ram~2638_q ))) # (!\text_gen|char_ram~34520_combout & (\text_gen|char_ram~2526_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34520_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2526_q ), + .datac(\text_gen|char_ram~2638_q ), + .datad(\text_gen|char_ram~34520_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34521 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2540feeder ( +// Equation(s): +// \text_gen|char_ram~2540feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2540feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2540feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2540feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y11_N5 +dffeas \text_gen|char_ram~2540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2540feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y11_N15 +dffeas \text_gen|char_ram~2652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y11_N21 +dffeas \text_gen|char_ram~2316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y11_N21 +dffeas \text_gen|char_ram~2428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34518 ( +// Equation(s): +// \text_gen|char_ram~34518_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~2428_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~2316_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2316_q ), + .datad(\text_gen|char_ram~2428_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34518 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34519 ( +// Equation(s): +// \text_gen|char_ram~34519_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34518_combout & ((\text_gen|char_ram~2652_q ))) # (!\text_gen|char_ram~34518_combout & (\text_gen|char_ram~2540_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34518_combout )))) + + .dataa(\text_gen|char_ram~2540_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2652_q ), + .datad(\text_gen|char_ram~34518_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34519 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~34522 ( +// Equation(s): +// \text_gen|char_ram~34522_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~34519_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34521_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34521_combout ), + .datad(\text_gen|char_ram~34519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34522 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2456feeder ( +// Equation(s): +// \text_gen|char_ram~2456feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~2456feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2456feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2456feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y8_N13 +dffeas \text_gen|char_ram~2456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2456feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y8_N11 +dffeas \text_gen|char_ram~2680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y8_N29 +dffeas \text_gen|char_ram~2568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y8_N21 +dffeas \text_gen|char_ram~2344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34523 ( +// Equation(s): +// \text_gen|char_ram~34523_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~2568_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~2344_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2568_q ), + .datac(\text_gen|char_ram~2344_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34523 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~34523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34524 ( +// Equation(s): +// \text_gen|char_ram~34524_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34523_combout & ((\text_gen|char_ram~2680_q ))) # (!\text_gen|char_ram~34523_combout & (\text_gen|char_ram~2456_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34523_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~2456_q ), + .datac(\text_gen|char_ram~2680_q ), + .datad(\text_gen|char_ram~34523_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34524 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34525 ( +// Equation(s): +// \text_gen|char_ram~34525_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~34522_combout & ((\text_gen|char_ram~34524_combout ))) # (!\text_gen|char_ram~34522_combout & (\text_gen|char_ram~34517_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~34522_combout )))) + + .dataa(\text_gen|char_ram~34517_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34522_combout ), + .datad(\text_gen|char_ram~34524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34525 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~34525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y9_N29 +dffeas \text_gen|char_ram~9708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y9_N7 +dffeas \text_gen|char_ram~9820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y9_N13 +dffeas \text_gen|char_ram~9484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y9_N21 +dffeas \text_gen|char_ram~9596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34506 ( +// Equation(s): +// \text_gen|char_ram~34506_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9596_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9484_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9484_q ), + .datad(\text_gen|char_ram~9596_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34506 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34507 ( +// Equation(s): +// \text_gen|char_ram~34507_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34506_combout & ((\text_gen|char_ram~9820_q ))) # (!\text_gen|char_ram~34506_combout & (\text_gen|char_ram~9708_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34506_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9708_q ), + .datac(\text_gen|char_ram~9820_q ), + .datad(\text_gen|char_ram~34506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34507 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y12_N5 +dffeas \text_gen|char_ram~9624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y12_N31 +dffeas \text_gen|char_ram~9848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y12_N29 +dffeas \text_gen|char_ram~9512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9736feeder ( +// Equation(s): +// \text_gen|char_ram~9736feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y12_N25 +dffeas \text_gen|char_ram~9736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34513 ( +// Equation(s): +// \text_gen|char_ram~34513_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~9736_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9512_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9512_q ), + .datad(\text_gen|char_ram~9736_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34513 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~34514 ( +// Equation(s): +// \text_gen|char_ram~34514_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~34513_combout & ((\text_gen|char_ram~9848_q ))) # (!\text_gen|char_ram~34513_combout & (\text_gen|char_ram~9624_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~34513_combout )))) + + .dataa(\text_gen|char_ram~9624_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9848_q ), + .datad(\text_gen|char_ram~34513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34514 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y12_N29 +dffeas \text_gen|char_ram~9694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y12_N7 +dffeas \text_gen|char_ram~9806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y12_N21 +dffeas \text_gen|char_ram~9470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y12_N21 +dffeas \text_gen|char_ram~9582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~34510 ( +// Equation(s): +// \text_gen|char_ram~34510_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9582_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9470_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9470_q ), + .datad(\text_gen|char_ram~9582_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34510 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34511 ( +// Equation(s): +// \text_gen|char_ram~34511_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~34510_combout & ((\text_gen|char_ram~9806_q ))) # (!\text_gen|char_ram~34510_combout & (\text_gen|char_ram~9694_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~34510_combout )))) + + .dataa(\text_gen|char_ram~9694_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9806_q ), + .datad(\text_gen|char_ram~34510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34511 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y24_N13 +dffeas \text_gen|char_ram~9498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9722feeder ( +// Equation(s): +// \text_gen|char_ram~9722feeder_combout = \uart_inst|rx_data [6] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [6]), + .cin(gnd), + .combout(\text_gen|char_ram~9722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9722feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y16_N13 +dffeas \text_gen|char_ram~9722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34508 ( +// Equation(s): +// \text_gen|char_ram~34508_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~9722_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9498_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9498_q ), + .datad(\text_gen|char_ram~9722_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34508 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~34508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y24_N23 +dffeas \text_gen|char_ram~9834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y35_N17 +dffeas \text_gen|char_ram~9610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [6]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~34509 ( +// Equation(s): +// \text_gen|char_ram~34509_combout = (\text_gen|char_ram~34508_combout & (((\text_gen|char_ram~9834_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~34508_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~9610_q )))) + + .dataa(\text_gen|char_ram~34508_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9834_q ), + .datad(\text_gen|char_ram~9610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~34509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34509 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~34509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~34512 ( +// Equation(s): +// \text_gen|char_ram~34512_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~34509_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~34511_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~34511_combout ), + .datad(\text_gen|char_ram~34509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34512 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~34515 ( +// Equation(s): +// \text_gen|char_ram~34515_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~34512_combout & ((\text_gen|char_ram~34514_combout ))) # (!\text_gen|char_ram~34512_combout & (\text_gen|char_ram~34507_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~34512_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~34507_combout ), + .datac(\text_gen|char_ram~34514_combout ), + .datad(\text_gen|char_ram~34512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34515 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~34526 ( +// Equation(s): +// \text_gen|char_ram~34526_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~34515_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~34525_combout )))) + + .dataa(\text_gen|char_ram~34525_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~34515_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34526 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~34526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~34537 ( +// Equation(s): +// \text_gen|char_ram~34537_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~34526_combout & ((\text_gen|char_ram~34536_combout ))) # (!\text_gen|char_ram~34526_combout & (\text_gen|char_ram~34505_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~34526_combout )))) + + .dataa(\text_gen|char_ram~34505_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~34536_combout ), + .datad(\text_gen|char_ram~34526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34537 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~34537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~34580 ( +// Equation(s): +// \text_gen|char_ram~34580_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~34537_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~34579_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~34579_combout ), + .datad(\text_gen|char_ram~34537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34580 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34623 ( +// Equation(s): +// \text_gen|char_ram~34623_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~34580_combout & (\text_gen|char_ram~34622_combout )) # (!\text_gen|char_ram~34580_combout & ((\text_gen|char_ram~34495_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~34580_combout )))) + + .dataa(\text_gen|char_ram~34622_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~34495_combout ), + .datad(\text_gen|char_ram~34580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34623 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~34623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~34797 ( +// Equation(s): +// \text_gen|char_ram~34797_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~34623_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~34796_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~34796_combout ), + .datad(\text_gen|char_ram~34623_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34797 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~34797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~34968 ( +// Equation(s): +// \text_gen|char_ram~34968_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~34797_combout & ((\text_gen|char_ram~34967_combout ))) # (!\text_gen|char_ram~34797_combout & (\text_gen|char_ram~34453_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~34797_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~34453_combout ), + .datac(\text_gen|char_ram~34967_combout ), + .datad(\text_gen|char_ram~34797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~34968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~34968 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~34968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~35651 ( +// Equation(s): +// \text_gen|char_ram~35651_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~34968_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~35650_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~35650_combout ), + .datad(\text_gen|char_ram~34968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~35651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~35651 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~35651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~36334 ( +// Equation(s): +// \text_gen|char_ram~36334_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~35651_combout & ((\text_gen|char_ram~36333_combout ))) # (!\text_gen|char_ram~35651_combout & (\text_gen|char_ram~34283_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~35651_combout )))) + + .dataa(\text_gen|char_ram~34283_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~36333_combout ), + .datad(\text_gen|char_ram~35651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~36334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~36334 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~36334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y12_N21 +dffeas \text_gen|char_ram~9738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y11_N5 +dffeas \text_gen|char_ram~24074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y11_N7 +dffeas \text_gen|char_ram~16906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y11_N19 +dffeas \text_gen|char_ram~2570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41358 ( +// Equation(s): +// \text_gen|char_ram~41358_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16906_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2570_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16906_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2570_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41358 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41359 ( +// Equation(s): +// \text_gen|char_ram~41359_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41358_combout & ((\text_gen|char_ram~24074_q ))) # (!\text_gen|char_ram~41358_combout & (\text_gen|char_ram~9738_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41358_combout )))) + + .dataa(\text_gen|char_ram~9738_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24074_q ), + .datad(\text_gen|char_ram~41358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41359 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y5_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17018feeder ( +// Equation(s): +// \text_gen|char_ram~17018feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17018feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17018feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17018feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y5_N17 +dffeas \text_gen|char_ram~17018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17018feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y11_N13 +dffeas \text_gen|char_ram~24186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9850feeder ( +// Equation(s): +// \text_gen|char_ram~9850feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y12_N17 +dffeas \text_gen|char_ram~9850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y8_N25 +dffeas \text_gen|char_ram~2682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y8_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41365 ( +// Equation(s): +// \text_gen|char_ram~41365_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9850_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2682_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9850_q ), + .datac(\text_gen|char_ram~2682_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41365 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41366 ( +// Equation(s): +// \text_gen|char_ram~41366_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41365_combout & ((\text_gen|char_ram~24186_q ))) # (!\text_gen|char_ram~41365_combout & (\text_gen|char_ram~17018_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41365_combout )))) + + .dataa(\text_gen|char_ram~17018_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24186_q ), + .datad(\text_gen|char_ram~41365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41366 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y9_N23 +dffeas \text_gen|char_ram~9514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y8_N31 +dffeas \text_gen|char_ram~23850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y8_N1 +dffeas \text_gen|char_ram~16682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y8_N29 +dffeas \text_gen|char_ram~2346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41362 ( +// Equation(s): +// \text_gen|char_ram~41362_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16682_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2346_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16682_q ), + .datac(\text_gen|char_ram~2346_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41362 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41363 ( +// Equation(s): +// \text_gen|char_ram~41363_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41362_combout & ((\text_gen|char_ram~23850_q ))) # (!\text_gen|char_ram~41362_combout & (\text_gen|char_ram~9514_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41362_combout )))) + + .dataa(\text_gen|char_ram~9514_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23850_q ), + .datad(\text_gen|char_ram~41362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41363 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16794feeder ( +// Equation(s): +// \text_gen|char_ram~16794feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16794feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16794feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16794feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y15_N5 +dffeas \text_gen|char_ram~16794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16794feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y15_N13 +dffeas \text_gen|char_ram~23962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9626feeder ( +// Equation(s): +// \text_gen|char_ram~9626feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y15_N25 +dffeas \text_gen|char_ram~9626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y15_N25 +dffeas \text_gen|char_ram~2458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41360 ( +// Equation(s): +// \text_gen|char_ram~41360_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9626_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2458_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9626_q ), + .datac(\text_gen|char_ram~2458_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41360 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41361 ( +// Equation(s): +// \text_gen|char_ram~41361_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41360_combout & ((\text_gen|char_ram~23962_q ))) # (!\text_gen|char_ram~41360_combout & (\text_gen|char_ram~16794_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41360_combout )))) + + .dataa(\text_gen|char_ram~16794_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23962_q ), + .datad(\text_gen|char_ram~41360_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41361 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41364 ( +// Equation(s): +// \text_gen|char_ram~41364_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~41361_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41363_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41363_combout ), + .datad(\text_gen|char_ram~41361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41364 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41367 ( +// Equation(s): +// \text_gen|char_ram~41367_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41364_combout & ((\text_gen|char_ram~41366_combout ))) # (!\text_gen|char_ram~41364_combout & (\text_gen|char_ram~41359_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41364_combout )))) + + .dataa(\text_gen|char_ram~41359_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41366_combout ), + .datad(\text_gen|char_ram~41364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41367 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y11_N21 +dffeas \text_gen|char_ram~16878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16766feeder ( +// Equation(s): +// \text_gen|char_ram~16766feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16766feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16766feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16766feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y15_N9 +dffeas \text_gen|char_ram~16766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16766feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y12_N19 +dffeas \text_gen|char_ram~16654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41327 ( +// Equation(s): +// \text_gen|char_ram~41327_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16766_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~16654_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16766_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16654_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41327 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y12_N25 +dffeas \text_gen|char_ram~16990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41328 ( +// Equation(s): +// \text_gen|char_ram~41328_combout = (\text_gen|char_ram~41327_combout & (((\text_gen|char_ram~16990_q ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~41327_combout & (\text_gen|char_ram~16878_q & ((\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~16878_q ), + .datab(\text_gen|char_ram~41327_combout ), + .datac(\text_gen|char_ram~16990_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41328 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y15_N31 +dffeas \text_gen|char_ram~23934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y15_N29 +dffeas \text_gen|char_ram~24158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y12_N5 +dffeas \text_gen|char_ram~23822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23822 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24046feeder ( +// Equation(s): +// \text_gen|char_ram~24046feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24046feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y12_N27 +dffeas \text_gen|char_ram~24046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24046 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41334 ( +// Equation(s): +// \text_gen|char_ram~41334_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~24046_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23822_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23822_q ), + .datad(\text_gen|char_ram~24046_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41334 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41335 ( +// Equation(s): +// \text_gen|char_ram~41335_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41334_combout & ((\text_gen|char_ram~24158_q ))) # (!\text_gen|char_ram~41334_combout & (\text_gen|char_ram~23934_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41334_combout )))) + + .dataa(\text_gen|char_ram~23934_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24158_q ), + .datad(\text_gen|char_ram~41334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41335 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y9_N13 +dffeas \text_gen|char_ram~9598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y12_N5 +dffeas \text_gen|char_ram~9822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y9_N27 +dffeas \text_gen|char_ram~9486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9710feeder ( +// Equation(s): +// \text_gen|char_ram~9710feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9710feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9710feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9710feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y9_N17 +dffeas \text_gen|char_ram~9710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9710feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41329 ( +// Equation(s): +// \text_gen|char_ram~41329_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9710_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9486_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9486_q ), + .datad(\text_gen|char_ram~9710_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41329 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41330 ( +// Equation(s): +// \text_gen|char_ram~41330_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41329_combout & ((\text_gen|char_ram~9822_q ))) # (!\text_gen|char_ram~41329_combout & (\text_gen|char_ram~9598_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41329_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~9598_q ), + .datac(\text_gen|char_ram~9822_q ), + .datad(\text_gen|char_ram~41329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41330 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y11_N31 +dffeas \text_gen|char_ram~2654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y11_N25 +dffeas \text_gen|char_ram~2542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y7_N31 +dffeas \text_gen|char_ram~2318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y8_N13 +dffeas \text_gen|char_ram~2430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y7_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41331 ( +// Equation(s): +// \text_gen|char_ram~41331_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~2430_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~2318_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2318_q ), + .datad(\text_gen|char_ram~2430_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41331 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41332 ( +// Equation(s): +// \text_gen|char_ram~41332_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41331_combout & (\text_gen|char_ram~2654_q )) # (!\text_gen|char_ram~41331_combout & ((\text_gen|char_ram~2542_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41331_combout )))) + + .dataa(\text_gen|char_ram~2654_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2542_q ), + .datad(\text_gen|char_ram~41331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41332 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41333 ( +// Equation(s): +// \text_gen|char_ram~41333_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41330_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~41332_combout )))) + + .dataa(\text_gen|char_ram~41330_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~41332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41333 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~41333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41336 ( +// Equation(s): +// \text_gen|char_ram~41336_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41333_combout & ((\text_gen|char_ram~41335_combout ))) # (!\text_gen|char_ram~41333_combout & (\text_gen|char_ram~41328_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41333_combout )))) + + .dataa(\text_gen|char_ram~41328_combout ), + .datab(\text_gen|char_ram~41335_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~41333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41336 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~41336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24039feeder ( +// Equation(s): +// \text_gen|char_ram~24039feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y15_N23 +dffeas \text_gen|char_ram~24039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y15_N9 +dffeas \text_gen|char_ram~24151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y13_N5 +dffeas \text_gen|char_ram~23927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y15_N19 +dffeas \text_gen|char_ram~23815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41354 ( +// Equation(s): +// \text_gen|char_ram~41354_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~23927_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~23815_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23927_q ), + .datac(\text_gen|char_ram~23815_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41354 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41355 ( +// Equation(s): +// \text_gen|char_ram~41355_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41354_combout & ((\text_gen|char_ram~24151_q ))) # (!\text_gen|char_ram~41354_combout & (\text_gen|char_ram~24039_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41354_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~24039_q ), + .datac(\text_gen|char_ram~24151_q ), + .datad(\text_gen|char_ram~41354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41355 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y9_N27 +dffeas \text_gen|char_ram~9479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y9_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9591feeder ( +// Equation(s): +// \text_gen|char_ram~9591feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y9_N31 +dffeas \text_gen|char_ram~9591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41347 ( +// Equation(s): +// \text_gen|char_ram~41347_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9591_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9479_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9479_q ), + .datad(\text_gen|char_ram~9591_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41347 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9815feeder ( +// Equation(s): +// \text_gen|char_ram~9815feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9815feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y9_N23 +dffeas \text_gen|char_ram~9815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9703feeder ( +// Equation(s): +// \text_gen|char_ram~9703feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y9_N21 +dffeas \text_gen|char_ram~9703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41348 ( +// Equation(s): +// \text_gen|char_ram~41348_combout = (\text_gen|char_ram~41347_combout & ((\text_gen|char_ram~9815_q ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~41347_combout & (((\text_gen|char_ram~9703_q & \text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~41347_combout ), + .datab(\text_gen|char_ram~9815_q ), + .datac(\text_gen|char_ram~9703_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41348 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~41348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2423feeder ( +// Equation(s): +// \text_gen|char_ram~2423feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y11_N31 +dffeas \text_gen|char_ram~2423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y11_N13 +dffeas \text_gen|char_ram~2647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y11_N19 +dffeas \text_gen|char_ram~2311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2311 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2535feeder ( +// Equation(s): +// \text_gen|char_ram~2535feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y11_N1 +dffeas \text_gen|char_ram~2535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2535 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41351 ( +// Equation(s): +// \text_gen|char_ram~41351_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~2535_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~2311_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2311_q ), + .datad(\text_gen|char_ram~2535_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41351 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41352 ( +// Equation(s): +// \text_gen|char_ram~41352_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41351_combout & ((\text_gen|char_ram~2647_q ))) # (!\text_gen|char_ram~41351_combout & (\text_gen|char_ram~2423_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41351_combout )))) + + .dataa(\text_gen|char_ram~2423_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2647_q ), + .datad(\text_gen|char_ram~41351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41352 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y15_N25 +dffeas \text_gen|char_ram~16759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y12_N31 +dffeas \text_gen|char_ram~16983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y11_N11 +dffeas \text_gen|char_ram~16871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y15_N31 +dffeas \text_gen|char_ram~16647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41349 ( +// Equation(s): +// \text_gen|char_ram~41349_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~16871_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~16647_q +// ))))) + + .dataa(\text_gen|char_ram~16871_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16647_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41349 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41350 ( +// Equation(s): +// \text_gen|char_ram~41350_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41349_combout & ((\text_gen|char_ram~16983_q ))) # (!\text_gen|char_ram~41349_combout & (\text_gen|char_ram~16759_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41349_combout )))) + + .dataa(\text_gen|char_ram~16759_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16983_q ), + .datad(\text_gen|char_ram~41349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41350 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41353 ( +// Equation(s): +// \text_gen|char_ram~41353_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~41350_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~41352_combout )))) + + .dataa(\text_gen|char_ram~41352_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~41350_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41353 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~41353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41356 ( +// Equation(s): +// \text_gen|char_ram~41356_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41353_combout & (\text_gen|char_ram~41355_combout )) # (!\text_gen|char_ram~41353_combout & ((\text_gen|char_ram~41348_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41353_combout )))) + + .dataa(\text_gen|char_ram~41355_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41348_combout ), + .datad(\text_gen|char_ram~41353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41356 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y11_N19 +dffeas \text_gen|char_ram~16675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y11_N5 +dffeas \text_gen|char_ram~23843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y8_N7 +dffeas \text_gen|char_ram~9507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y8_N27 +dffeas \text_gen|char_ram~2339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41341 ( +// Equation(s): +// \text_gen|char_ram~41341_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9507_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2339_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9507_q ), + .datac(\text_gen|char_ram~2339_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41341 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41342 ( +// Equation(s): +// \text_gen|char_ram~41342_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41341_combout & ((\text_gen|char_ram~23843_q ))) # (!\text_gen|char_ram~41341_combout & (\text_gen|char_ram~16675_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41341_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16675_q ), + .datac(\text_gen|char_ram~23843_q ), + .datad(\text_gen|char_ram~41341_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41342 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y11_N21 +dffeas \text_gen|char_ram~16899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y11_N9 +dffeas \text_gen|char_ram~24067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y12_N27 +dffeas \text_gen|char_ram~9731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y11_N19 +dffeas \text_gen|char_ram~2563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41339 ( +// Equation(s): +// \text_gen|char_ram~41339_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9731_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2563_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9731_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2563_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41339 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41340 ( +// Equation(s): +// \text_gen|char_ram~41340_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41339_combout & ((\text_gen|char_ram~24067_q ))) # (!\text_gen|char_ram~41339_combout & (\text_gen|char_ram~16899_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41339_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16899_q ), + .datac(\text_gen|char_ram~24067_q ), + .datad(\text_gen|char_ram~41339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41340 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41343 ( +// Equation(s): +// \text_gen|char_ram~41343_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~41340_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~41342_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41342_combout ), + .datad(\text_gen|char_ram~41340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41343 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y12_N29 +dffeas \text_gen|char_ram~9619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y12_N15 +dffeas \text_gen|char_ram~23955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16787feeder ( +// Equation(s): +// \text_gen|char_ram~16787feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16787feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16787feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16787feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y12_N25 +dffeas \text_gen|char_ram~16787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16787feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y12_N23 +dffeas \text_gen|char_ram~2451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41337 ( +// Equation(s): +// \text_gen|char_ram~41337_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16787_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2451_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16787_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2451_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41337 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41338 ( +// Equation(s): +// \text_gen|char_ram~41338_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41337_combout & ((\text_gen|char_ram~23955_q ))) # (!\text_gen|char_ram~41337_combout & (\text_gen|char_ram~9619_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41337_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9619_q ), + .datac(\text_gen|char_ram~23955_q ), + .datad(\text_gen|char_ram~41337_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41338 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y11_N25 +dffeas \text_gen|char_ram~24179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y12_N7 +dffeas \text_gen|char_ram~17011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y8_N1 +dffeas \text_gen|char_ram~2675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y12_N11 +dffeas \text_gen|char_ram~9843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41344 ( +// Equation(s): +// \text_gen|char_ram~41344_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9843_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2675_q +// )))) + + .dataa(\text_gen|char_ram~2675_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~9843_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41344 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~41344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41345 ( +// Equation(s): +// \text_gen|char_ram~41345_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41344_combout & (\text_gen|char_ram~24179_q )) # (!\text_gen|char_ram~41344_combout & ((\text_gen|char_ram~17011_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41344_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~24179_q ), + .datac(\text_gen|char_ram~17011_q ), + .datad(\text_gen|char_ram~41344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41345 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41346 ( +// Equation(s): +// \text_gen|char_ram~41346_combout = (\text_gen|char_ram~41343_combout & (((\text_gen|char_ram~41345_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41343_combout & (\text_gen|Add5~0_combout & (\text_gen|char_ram~41338_combout ))) + + .dataa(\text_gen|char_ram~41343_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41338_combout ), + .datad(\text_gen|char_ram~41345_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41346 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~41346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41357 ( +// Equation(s): +// \text_gen|char_ram~41357_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~41346_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41356_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41356_combout ), + .datad(\text_gen|char_ram~41346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41357 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41368 ( +// Equation(s): +// \text_gen|char_ram~41368_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41357_combout & (\text_gen|char_ram~41367_combout )) # (!\text_gen|char_ram~41357_combout & ((\text_gen|char_ram~41336_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41357_combout )))) + + .dataa(\text_gen|char_ram~41367_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41336_combout ), + .datad(\text_gen|char_ram~41357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41368 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y11_N13 +dffeas \text_gen|char_ram~22058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22170feeder ( +// Equation(s): +// \text_gen|char_ram~22170feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22170feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22170feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22170feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y11_N31 +dffeas \text_gen|char_ram~22170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22170feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41407 ( +// Equation(s): +// \text_gen|char_ram~41407_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~22170_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22058_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22058_q ), + .datad(\text_gen|char_ram~22170_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41407 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y11_N19 +dffeas \text_gen|char_ram~22394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y11_N27 +dffeas \text_gen|char_ram~22282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41408 ( +// Equation(s): +// \text_gen|char_ram~41408_combout = (\text_gen|char_ram~41407_combout & (((\text_gen|char_ram~22394_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41407_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~22282_q )))) + + .dataa(\text_gen|char_ram~41407_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22394_q ), + .datad(\text_gen|char_ram~22282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41408 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15226feeder ( +// Equation(s): +// \text_gen|char_ram~15226feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N17 +dffeas \text_gen|char_ram~15226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15002feeder ( +// Equation(s): +// \text_gen|char_ram~15002feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15002feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15002feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15002feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N27 +dffeas \text_gen|char_ram~15002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15002feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15114feeder ( +// Equation(s): +// \text_gen|char_ram~15114feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15114feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15114feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15114feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N3 +dffeas \text_gen|char_ram~15114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15114feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y11_N5 +dffeas \text_gen|char_ram~14890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41400 ( +// Equation(s): +// \text_gen|char_ram~41400_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~15114_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~14890_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~15114_q ), + .datac(\text_gen|char_ram~14890_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41400 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41401 ( +// Equation(s): +// \text_gen|char_ram~41401_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41400_combout & (\text_gen|char_ram~15226_q )) # (!\text_gen|char_ram~41400_combout & ((\text_gen|char_ram~15002_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41400_combout )))) + + .dataa(\text_gen|char_ram~15226_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15002_q ), + .datad(\text_gen|char_ram~41400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41401 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y11_N9 +dffeas \text_gen|char_ram~554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~778feeder ( +// Equation(s): +// \text_gen|char_ram~778feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y11_N31 +dffeas \text_gen|char_ram~778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~778 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41404 ( +// Equation(s): +// \text_gen|char_ram~41404_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~778_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~554_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~554_q ), + .datad(\text_gen|char_ram~778_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41404 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y11_N31 +dffeas \text_gen|char_ram~890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y11_N15 +dffeas \text_gen|char_ram~666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41405 ( +// Equation(s): +// \text_gen|char_ram~41405_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41404_combout & (\text_gen|char_ram~890_q )) # (!\text_gen|char_ram~41404_combout & ((\text_gen|char_ram~666_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41404_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41404_combout ), + .datac(\text_gen|char_ram~890_q ), + .datad(\text_gen|char_ram~666_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41405 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7946feeder ( +// Equation(s): +// \text_gen|char_ram~7946feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7946feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7946feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7946feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y12_N29 +dffeas \text_gen|char_ram~7946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7946feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y14_N23 +dffeas \text_gen|char_ram~7722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~7834feeder ( +// Equation(s): +// \text_gen|char_ram~7834feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7834feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y14_N7 +dffeas \text_gen|char_ram~7834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41402 ( +// Equation(s): +// \text_gen|char_ram~41402_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7834_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7722_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7722_q ), + .datad(\text_gen|char_ram~7834_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41402 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8058feeder ( +// Equation(s): +// \text_gen|char_ram~8058feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8058feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8058feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8058feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y12_N7 +dffeas \text_gen|char_ram~8058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8058feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41403 ( +// Equation(s): +// \text_gen|char_ram~41403_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41402_combout & ((\text_gen|char_ram~8058_q ))) # (!\text_gen|char_ram~41402_combout & (\text_gen|char_ram~7946_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41402_combout )))) + + .dataa(\text_gen|char_ram~7946_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41402_combout ), + .datad(\text_gen|char_ram~8058_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41403 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~41403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41406 ( +// Equation(s): +// \text_gen|char_ram~41406_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~41403_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~41405_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~41405_combout ), + .datad(\text_gen|char_ram~41403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41406 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41409 ( +// Equation(s): +// \text_gen|char_ram~41409_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41406_combout & (\text_gen|char_ram~41408_combout )) # (!\text_gen|char_ram~41406_combout & ((\text_gen|char_ram~41401_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41406_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41408_combout ), + .datac(\text_gen|char_ram~41401_combout ), + .datad(\text_gen|char_ram~41406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41409 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7918feeder ( +// Equation(s): +// \text_gen|char_ram~7918feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7918feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7918feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7918feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y14_N21 +dffeas \text_gen|char_ram~7918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7918feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N15 +dffeas \text_gen|char_ram~8030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N29 +dffeas \text_gen|char_ram~7694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y11_N7 +dffeas \text_gen|char_ram~7806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41369 ( +// Equation(s): +// \text_gen|char_ram~41369_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7806_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7694_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7694_q ), + .datad(\text_gen|char_ram~7806_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41369 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41370 ( +// Equation(s): +// \text_gen|char_ram~41370_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41369_combout & ((\text_gen|char_ram~8030_q ))) # (!\text_gen|char_ram~41369_combout & (\text_gen|char_ram~7918_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41369_combout )))) + + .dataa(\text_gen|char_ram~7918_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8030_q ), + .datad(\text_gen|char_ram~41369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41370 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22254feeder ( +// Equation(s): +// \text_gen|char_ram~22254feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22254feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22254feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22254feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y15_N3 +dffeas \text_gen|char_ram~22254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22254feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y15_N13 +dffeas \text_gen|char_ram~22366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y15_N23 +dffeas \text_gen|char_ram~22030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y19_N15 +dffeas \text_gen|char_ram~22142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41376 ( +// Equation(s): +// \text_gen|char_ram~41376_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~22142_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22030_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22030_q ), + .datad(\text_gen|char_ram~22142_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41376 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41377 ( +// Equation(s): +// \text_gen|char_ram~41377_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41376_combout & ((\text_gen|char_ram~22366_q ))) # (!\text_gen|char_ram~41376_combout & (\text_gen|char_ram~22254_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41376_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~22254_q ), + .datac(\text_gen|char_ram~22366_q ), + .datad(\text_gen|char_ram~41376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41377 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y11_N17 +dffeas \text_gen|char_ram~638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y11_N3 +dffeas \text_gen|char_ram~862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y11_N3 +dffeas \text_gen|char_ram~750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y11_N5 +dffeas \text_gen|char_ram~526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41373 ( +// Equation(s): +// \text_gen|char_ram~41373_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~750_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~526_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~750_q ), + .datac(\text_gen|char_ram~526_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41373 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41374 ( +// Equation(s): +// \text_gen|char_ram~41374_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41373_combout & ((\text_gen|char_ram~862_q ))) # (!\text_gen|char_ram~41373_combout & (\text_gen|char_ram~638_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41373_combout )))) + + .dataa(\text_gen|char_ram~638_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~862_q ), + .datad(\text_gen|char_ram~41373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41374 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N29 +dffeas \text_gen|char_ram~14862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15086feeder ( +// Equation(s): +// \text_gen|char_ram~15086feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15086feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y15_N27 +dffeas \text_gen|char_ram~15086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41371 ( +// Equation(s): +// \text_gen|char_ram~41371_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15086_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14862_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14862_q ), + .datad(\text_gen|char_ram~15086_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41371 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y15_N31 +dffeas \text_gen|char_ram~14974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y15_N7 +dffeas \text_gen|char_ram~15198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41372 ( +// Equation(s): +// \text_gen|char_ram~41372_combout = (\text_gen|char_ram~41371_combout & (((\text_gen|char_ram~15198_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41371_combout & (\text_gen|Add5~0_combout & (\text_gen|char_ram~14974_q ))) + + .dataa(\text_gen|char_ram~41371_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14974_q ), + .datad(\text_gen|char_ram~15198_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41372 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~41372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41375 ( +// Equation(s): +// \text_gen|char_ram~41375_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~41372_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~41374_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41374_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41375 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~41375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41378 ( +// Equation(s): +// \text_gen|char_ram~41378_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41375_combout & ((\text_gen|char_ram~41377_combout ))) # (!\text_gen|char_ram~41375_combout & (\text_gen|char_ram~41370_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41375_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~41370_combout ), + .datac(\text_gen|char_ram~41377_combout ), + .datad(\text_gen|char_ram~41375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41378 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14967feeder ( +// Equation(s): +// \text_gen|char_ram~14967feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14967feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14967feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14967feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y19_N15 +dffeas \text_gen|char_ram~14967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14967feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14967 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y15_N9 +dffeas \text_gen|char_ram~14855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y19_N27 +dffeas \text_gen|char_ram~15079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41391 ( +// Equation(s): +// \text_gen|char_ram~41391_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~15079_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14855_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14855_q ), + .datad(\text_gen|char_ram~15079_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41391 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y15_N3 +dffeas \text_gen|char_ram~15191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41392 ( +// Equation(s): +// \text_gen|char_ram~41392_combout = (\text_gen|char_ram~41391_combout & (((\text_gen|char_ram~15191_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~41391_combout & (\text_gen|char_ram~14967_q & (\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~14967_q ), + .datab(\text_gen|char_ram~41391_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~15191_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41392 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~41392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y11_N25 +dffeas \text_gen|char_ram~631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y8_N23 +dffeas \text_gen|char_ram~743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y11_N3 +dffeas \text_gen|char_ram~519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41393 ( +// Equation(s): +// \text_gen|char_ram~41393_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~743_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~519_q ))))) + + .dataa(\text_gen|char_ram~743_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~519_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41393 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y11_N15 +dffeas \text_gen|char_ram~855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41394 ( +// Equation(s): +// \text_gen|char_ram~41394_combout = (\text_gen|char_ram~41393_combout & (((\text_gen|char_ram~855_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~41393_combout & (\text_gen|char_ram~631_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~631_q ), + .datab(\text_gen|char_ram~41393_combout ), + .datac(\text_gen|char_ram~855_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41394 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41395 ( +// Equation(s): +// \text_gen|char_ram~41395_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~41392_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~41394_combout ))))) + + .dataa(\text_gen|char_ram~41392_combout ), + .datab(\text_gen|char_ram~41394_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41395 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~41395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y14_N3 +dffeas \text_gen|char_ram~7687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7799feeder ( +// Equation(s): +// \text_gen|char_ram~7799feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y14_N21 +dffeas \text_gen|char_ram~7799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41389 ( +// Equation(s): +// \text_gen|char_ram~41389_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7799_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7687_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7687_q ), + .datad(\text_gen|char_ram~7799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41389 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y14_N13 +dffeas \text_gen|char_ram~7911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y14_N19 +dffeas \text_gen|char_ram~8023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41390 ( +// Equation(s): +// \text_gen|char_ram~41390_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41389_combout & ((\text_gen|char_ram~8023_q ))) # (!\text_gen|char_ram~41389_combout & (\text_gen|char_ram~7911_q )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41389_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41389_combout ), + .datac(\text_gen|char_ram~7911_q ), + .datad(\text_gen|char_ram~8023_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41390 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y19_N23 +dffeas \text_gen|char_ram~22135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y15_N3 +dffeas \text_gen|char_ram~22023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41396 ( +// Equation(s): +// \text_gen|char_ram~41396_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~22135_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~22023_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~22135_q ), + .datac(\text_gen|char_ram~22023_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41396 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y15_N5 +dffeas \text_gen|char_ram~22359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22247feeder ( +// Equation(s): +// \text_gen|char_ram~22247feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22247feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y15_N9 +dffeas \text_gen|char_ram~22247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41397 ( +// Equation(s): +// \text_gen|char_ram~41397_combout = (\text_gen|char_ram~41396_combout & (((\text_gen|char_ram~22359_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41396_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~22247_q )))) + + .dataa(\text_gen|char_ram~41396_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22359_q ), + .datad(\text_gen|char_ram~22247_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41397 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41398 ( +// Equation(s): +// \text_gen|char_ram~41398_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41395_combout & ((\text_gen|char_ram~41397_combout ))) # (!\text_gen|char_ram~41395_combout & (\text_gen|char_ram~41390_combout )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~41395_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~41395_combout ), + .datac(\text_gen|char_ram~41390_combout ), + .datad(\text_gen|char_ram~41397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41398 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y20_N21 +dffeas \text_gen|char_ram~15107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y16_N11 +dffeas \text_gen|char_ram~14883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41379 ( +// Equation(s): +// \text_gen|char_ram~41379_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~15107_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~14883_q +// ))))) + + .dataa(\text_gen|char_ram~15107_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14883_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41379 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y16_N29 +dffeas \text_gen|char_ram~15219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14995feeder ( +// Equation(s): +// \text_gen|char_ram~14995feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14995feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14995feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14995feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y16_N5 +dffeas \text_gen|char_ram~14995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14995feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41380 ( +// Equation(s): +// \text_gen|char_ram~41380_combout = (\text_gen|char_ram~41379_combout & (((\text_gen|char_ram~15219_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41379_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~14995_q )))) + + .dataa(\text_gen|char_ram~41379_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~15219_q ), + .datad(\text_gen|char_ram~14995_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41380 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y16_N15 +dffeas \text_gen|char_ram~547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~771feeder ( +// Equation(s): +// \text_gen|char_ram~771feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~771feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~771feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~771feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N27 +dffeas \text_gen|char_ram~771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~771feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41383 ( +// Equation(s): +// \text_gen|char_ram~41383_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~771_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~547_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~547_q ), + .datad(\text_gen|char_ram~771_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41383 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y16_N1 +dffeas \text_gen|char_ram~883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~659feeder ( +// Equation(s): +// \text_gen|char_ram~659feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~659feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~659feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~659feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y11_N27 +dffeas \text_gen|char_ram~659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~659feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41384 ( +// Equation(s): +// \text_gen|char_ram~41384_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41383_combout & (\text_gen|char_ram~883_q )) # (!\text_gen|char_ram~41383_combout & ((\text_gen|char_ram~659_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41383_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41383_combout ), + .datac(\text_gen|char_ram~883_q ), + .datad(\text_gen|char_ram~659_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41384 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y20_N1 +dffeas \text_gen|char_ram~7715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7827feeder ( +// Equation(s): +// \text_gen|char_ram~7827feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7827feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7827feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7827feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y20_N29 +dffeas \text_gen|char_ram~7827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7827feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41381 ( +// Equation(s): +// \text_gen|char_ram~41381_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7827_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7715_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7715_q ), + .datad(\text_gen|char_ram~7827_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41381 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y20_N27 +dffeas \text_gen|char_ram~8051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y24_N13 +dffeas \text_gen|char_ram~7939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41382 ( +// Equation(s): +// \text_gen|char_ram~41382_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41381_combout & (\text_gen|char_ram~8051_q )) # (!\text_gen|char_ram~41381_combout & ((\text_gen|char_ram~7939_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41381_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41381_combout ), + .datac(\text_gen|char_ram~8051_q ), + .datad(\text_gen|char_ram~7939_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41382 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41385 ( +// Equation(s): +// \text_gen|char_ram~41385_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~41382_combout ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~41384_combout & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~41384_combout ), + .datac(\text_gen|char_ram~41382_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41385 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~41385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22275feeder ( +// Equation(s): +// \text_gen|char_ram~22275feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22275feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22275feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22275feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y15_N15 +dffeas \text_gen|char_ram~22275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22275feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y15_N27 +dffeas \text_gen|char_ram~22387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y15_N11 +dffeas \text_gen|char_ram~22163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y15_N17 +dffeas \text_gen|char_ram~22051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41386 ( +// Equation(s): +// \text_gen|char_ram~41386_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~22163_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~22051_q +// ))))) + + .dataa(\text_gen|char_ram~22163_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22051_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41386 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41387 ( +// Equation(s): +// \text_gen|char_ram~41387_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41386_combout & ((\text_gen|char_ram~22387_q ))) # (!\text_gen|char_ram~41386_combout & (\text_gen|char_ram~22275_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41386_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~22275_q ), + .datac(\text_gen|char_ram~22387_q ), + .datad(\text_gen|char_ram~41386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41387 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41388 ( +// Equation(s): +// \text_gen|char_ram~41388_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41385_combout & ((\text_gen|char_ram~41387_combout ))) # (!\text_gen|char_ram~41385_combout & (\text_gen|char_ram~41380_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41385_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41380_combout ), + .datac(\text_gen|char_ram~41385_combout ), + .datad(\text_gen|char_ram~41387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41388 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~41388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41399 ( +// Equation(s): +// \text_gen|char_ram~41399_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~41388_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41398_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41398_combout ), + .datad(\text_gen|char_ram~41388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41399 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41410 ( +// Equation(s): +// \text_gen|char_ram~41410_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41399_combout & (\text_gen|char_ram~41409_combout )) # (!\text_gen|char_ram~41399_combout & ((\text_gen|char_ram~41378_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41399_combout )))) + + .dataa(\text_gen|char_ram~41409_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41378_combout ), + .datad(\text_gen|char_ram~41399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41410 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41411 ( +// Equation(s): +// \text_gen|char_ram~41411_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~41368_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~41410_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~41368_combout ), + .datac(\text_gen|char_ram~41410_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41411 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18670feeder ( +// Equation(s): +// \text_gen|char_ram~18670feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18670feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18670feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18670feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y22_N1 +dffeas \text_gen|char_ram~18670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18670feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y38_N1 +dffeas \text_gen|char_ram~18446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y36_N1 +dffeas \text_gen|char_ram~18558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41285 ( +// Equation(s): +// \text_gen|char_ram~41285_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18558_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~18446_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18446_q ), + .datad(\text_gen|char_ram~18558_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41285 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18782feeder ( +// Equation(s): +// \text_gen|char_ram~18782feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y22_N15 +dffeas \text_gen|char_ram~18782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41286 ( +// Equation(s): +// \text_gen|char_ram~41286_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41285_combout & ((\text_gen|char_ram~18782_q ))) # (!\text_gen|char_ram~41285_combout & (\text_gen|char_ram~18670_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41285_combout )))) + + .dataa(\text_gen|char_ram~18670_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41285_combout ), + .datad(\text_gen|char_ram~18782_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41286 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~41286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y14_N21 +dffeas \text_gen|char_ram~25726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y15_N23 +dffeas \text_gen|char_ram~25950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N29 +dffeas \text_gen|char_ram~25614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25838feeder ( +// Equation(s): +// \text_gen|char_ram~25838feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25838feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25838feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25838feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y22_N25 +dffeas \text_gen|char_ram~25838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25838feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41292 ( +// Equation(s): +// \text_gen|char_ram~41292_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25838_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25614_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25614_q ), + .datad(\text_gen|char_ram~25838_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41292 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41293 ( +// Equation(s): +// \text_gen|char_ram~41293_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41292_combout & ((\text_gen|char_ram~25950_q ))) # (!\text_gen|char_ram~41292_combout & (\text_gen|char_ram~25726_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41292_combout )))) + + .dataa(\text_gen|char_ram~25726_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25950_q ), + .datad(\text_gen|char_ram~41292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41293 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11502feeder ( +// Equation(s): +// \text_gen|char_ram~11502feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11502feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11502feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11502feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y17_N9 +dffeas \text_gen|char_ram~11502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11502feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y18_N15 +dffeas \text_gen|char_ram~11278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41287 ( +// Equation(s): +// \text_gen|char_ram~41287_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11502_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11278_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11502_q ), + .datac(\text_gen|char_ram~11278_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41287 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y22_N25 +dffeas \text_gen|char_ram~11390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y18_N21 +dffeas \text_gen|char_ram~11614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41288 ( +// Equation(s): +// \text_gen|char_ram~41288_combout = (\text_gen|char_ram~41287_combout & (((\text_gen|char_ram~11614_q ) # (!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~41287_combout & (\text_gen|char_ram~11390_q & ((\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~41287_combout ), + .datab(\text_gen|char_ram~11390_q ), + .datac(\text_gen|char_ram~11614_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41288 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~41288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y22_N25 +dffeas \text_gen|char_ram~4334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y18_N13 +dffeas \text_gen|char_ram~4446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N15 +dffeas \text_gen|char_ram~4110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y22_N17 +dffeas \text_gen|char_ram~4222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41289 ( +// Equation(s): +// \text_gen|char_ram~41289_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~4222_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~4110_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~4110_q ), + .datad(\text_gen|char_ram~4222_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41289 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41290 ( +// Equation(s): +// \text_gen|char_ram~41290_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41289_combout & ((\text_gen|char_ram~4446_q ))) # (!\text_gen|char_ram~41289_combout & (\text_gen|char_ram~4334_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41289_combout )))) + + .dataa(\text_gen|char_ram~4334_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~4446_q ), + .datad(\text_gen|char_ram~41289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41290 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41291 ( +// Equation(s): +// \text_gen|char_ram~41291_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41288_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41290_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41288_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41291 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~41291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41294 ( +// Equation(s): +// \text_gen|char_ram~41294_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41291_combout & ((\text_gen|char_ram~41293_combout ))) # (!\text_gen|char_ram~41291_combout & (\text_gen|char_ram~41286_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41291_combout )))) + + .dataa(\text_gen|char_ram~41286_combout ), + .datab(\text_gen|char_ram~41293_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~41291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41294 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~41294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y18_N7 +dffeas \text_gen|char_ram~25607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y18_N25 +dffeas \text_gen|char_ram~25719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41312 ( +// Equation(s): +// \text_gen|char_ram~41312_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~25719_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25607_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25607_q ), + .datad(\text_gen|char_ram~25719_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41312 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y18_N11 +dffeas \text_gen|char_ram~25943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25831feeder ( +// Equation(s): +// \text_gen|char_ram~25831feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25831feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y21_N25 +dffeas \text_gen|char_ram~25831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41313 ( +// Equation(s): +// \text_gen|char_ram~41313_combout = (\text_gen|char_ram~41312_combout & (((\text_gen|char_ram~25943_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41312_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~25831_q )))) + + .dataa(\text_gen|char_ram~41312_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25943_q ), + .datad(\text_gen|char_ram~25831_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41313 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y30_N5 +dffeas \text_gen|char_ram~18551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y26_N7 +dffeas \text_gen|char_ram~18775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y30_N3 +dffeas \text_gen|char_ram~18663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y26_N25 +dffeas \text_gen|char_ram~18439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41307 ( +// Equation(s): +// \text_gen|char_ram~41307_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~18663_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~18439_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18663_q ), + .datac(\text_gen|char_ram~18439_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41307 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41308 ( +// Equation(s): +// \text_gen|char_ram~41308_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41307_combout & ((\text_gen|char_ram~18775_q ))) # (!\text_gen|char_ram~41307_combout & (\text_gen|char_ram~18551_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41307_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~18551_q ), + .datac(\text_gen|char_ram~18775_q ), + .datad(\text_gen|char_ram~41307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41308 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y12_N29 +dffeas \text_gen|char_ram~4215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y12_N5 +dffeas \text_gen|char_ram~4439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y18_N13 +dffeas \text_gen|char_ram~4103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y22_N3 +dffeas \text_gen|char_ram~4327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41309 ( +// Equation(s): +// \text_gen|char_ram~41309_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~4327_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~4103_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4103_q ), + .datad(\text_gen|char_ram~4327_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41309 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41310 ( +// Equation(s): +// \text_gen|char_ram~41310_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41309_combout & ((\text_gen|char_ram~4439_q ))) # (!\text_gen|char_ram~41309_combout & (\text_gen|char_ram~4215_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41309_combout )))) + + .dataa(\text_gen|char_ram~4215_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4439_q ), + .datad(\text_gen|char_ram~41309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41310 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41311 ( +// Equation(s): +// \text_gen|char_ram~41311_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41308_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~41310_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41308_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41311 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~41311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11495feeder ( +// Equation(s): +// \text_gen|char_ram~11495feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11495feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y18_N31 +dffeas \text_gen|char_ram~11495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y18_N11 +dffeas \text_gen|char_ram~11607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y18_N7 +dffeas \text_gen|char_ram~11271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y23_N15 +dffeas \text_gen|char_ram~11383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41305 ( +// Equation(s): +// \text_gen|char_ram~41305_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~11383_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11271_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11271_q ), + .datad(\text_gen|char_ram~11383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41305 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41306 ( +// Equation(s): +// \text_gen|char_ram~41306_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41305_combout & ((\text_gen|char_ram~11607_q ))) # (!\text_gen|char_ram~41305_combout & (\text_gen|char_ram~11495_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41305_combout )))) + + .dataa(\text_gen|char_ram~11495_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11607_q ), + .datad(\text_gen|char_ram~41305_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41306 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41314 ( +// Equation(s): +// \text_gen|char_ram~41314_combout = (\text_gen|char_ram~41311_combout & ((\text_gen|char_ram~41313_combout ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~41311_combout & (((\text_gen|Add5~12_combout & \text_gen|char_ram~41306_combout )))) + + .dataa(\text_gen|char_ram~41313_combout ), + .datab(\text_gen|char_ram~41311_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41314 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~41314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11635feeder ( +// Equation(s): +// \text_gen|char_ram~11635feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11635feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y17_N7 +dffeas \text_gen|char_ram~11635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y19_N21 +dffeas \text_gen|char_ram~25971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y13_N13 +dffeas \text_gen|char_ram~18803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y17_N13 +dffeas \text_gen|char_ram~4467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41302 ( +// Equation(s): +// \text_gen|char_ram~41302_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18803_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4467_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18803_q ), + .datac(\text_gen|char_ram~4467_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41302 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41303 ( +// Equation(s): +// \text_gen|char_ram~41303_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41302_combout & ((\text_gen|char_ram~25971_q ))) # (!\text_gen|char_ram~41302_combout & (\text_gen|char_ram~11635_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41302_combout )))) + + .dataa(\text_gen|char_ram~11635_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25971_q ), + .datad(\text_gen|char_ram~41302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41303 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18467feeder ( +// Equation(s): +// \text_gen|char_ram~18467feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y17_N27 +dffeas \text_gen|char_ram~18467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y17_N21 +dffeas \text_gen|char_ram~11299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y17_N19 +dffeas \text_gen|char_ram~4131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41299 ( +// Equation(s): +// \text_gen|char_ram~41299_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11299_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4131_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11299_q ), + .datac(\text_gen|char_ram~4131_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41299 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y18_N17 +dffeas \text_gen|char_ram~25635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41300 ( +// Equation(s): +// \text_gen|char_ram~41300_combout = (\text_gen|char_ram~41299_combout & (((\text_gen|char_ram~25635_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41299_combout & (\text_gen|char_ram~18467_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18467_q ), + .datab(\text_gen|char_ram~41299_combout ), + .datac(\text_gen|char_ram~25635_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41300 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18691feeder ( +// Equation(s): +// \text_gen|char_ram~18691feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18691feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18691feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18691feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y19_N9 +dffeas \text_gen|char_ram~18691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18691feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y18_N1 +dffeas \text_gen|char_ram~25859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y24_N27 +dffeas \text_gen|char_ram~11523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11523 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y18_N7 +dffeas \text_gen|char_ram~4355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41297 ( +// Equation(s): +// \text_gen|char_ram~41297_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11523_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4355_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11523_q ), + .datac(\text_gen|char_ram~4355_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41297 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41298 ( +// Equation(s): +// \text_gen|char_ram~41298_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41297_combout & ((\text_gen|char_ram~25859_q ))) # (!\text_gen|char_ram~41297_combout & (\text_gen|char_ram~18691_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41297_combout )))) + + .dataa(\text_gen|char_ram~18691_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25859_q ), + .datad(\text_gen|char_ram~41297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41298 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41301 ( +// Equation(s): +// \text_gen|char_ram~41301_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~41298_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41300_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41300_combout ), + .datad(\text_gen|char_ram~41298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41301 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y18_N15 +dffeas \text_gen|char_ram~11411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y18_N9 +dffeas \text_gen|char_ram~25747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18579feeder ( +// Equation(s): +// \text_gen|char_ram~18579feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18579feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18579feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18579feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y22_N29 +dffeas \text_gen|char_ram~18579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18579feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y16_N13 +dffeas \text_gen|char_ram~4243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4243 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41295 ( +// Equation(s): +// \text_gen|char_ram~41295_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18579_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4243_q +// ))))) + + .dataa(\text_gen|char_ram~18579_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4243_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41295 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41296 ( +// Equation(s): +// \text_gen|char_ram~41296_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41295_combout & ((\text_gen|char_ram~25747_q ))) # (!\text_gen|char_ram~41295_combout & (\text_gen|char_ram~11411_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41295_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11411_q ), + .datac(\text_gen|char_ram~25747_q ), + .datad(\text_gen|char_ram~41295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41296 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41304 ( +// Equation(s): +// \text_gen|char_ram~41304_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41301_combout & (\text_gen|char_ram~41303_combout )) # (!\text_gen|char_ram~41301_combout & ((\text_gen|char_ram~41296_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41301_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41303_combout ), + .datac(\text_gen|char_ram~41301_combout ), + .datad(\text_gen|char_ram~41296_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41304 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41315 ( +// Equation(s): +// \text_gen|char_ram~41315_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~41304_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41314_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41314_combout ), + .datad(\text_gen|char_ram~41304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41315 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25642feeder ( +// Equation(s): +// \text_gen|char_ram~25642feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25642feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y14_N7 +dffeas \text_gen|char_ram~25642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y11_N9 +dffeas \text_gen|char_ram~11306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y14_N19 +dffeas \text_gen|char_ram~4138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18474feeder ( +// Equation(s): +// \text_gen|char_ram~18474feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y14_N17 +dffeas \text_gen|char_ram~18474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41320 ( +// Equation(s): +// \text_gen|char_ram~41320_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18474_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4138_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4138_q ), + .datad(\text_gen|char_ram~18474_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41320 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41321 ( +// Equation(s): +// \text_gen|char_ram~41321_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41320_combout & (\text_gen|char_ram~25642_q )) # (!\text_gen|char_ram~41320_combout & ((\text_gen|char_ram~11306_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41320_combout )))) + + .dataa(\text_gen|char_ram~25642_q ), + .datab(\text_gen|char_ram~11306_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41321 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~41321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18586feeder ( +// Equation(s): +// \text_gen|char_ram~18586feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18586feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18586feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18586feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y18_N21 +dffeas \text_gen|char_ram~18586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18586feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y15_N3 +dffeas \text_gen|char_ram~25754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y15_N15 +dffeas \text_gen|char_ram~11418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y15_N29 +dffeas \text_gen|char_ram~4250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41318 ( +// Equation(s): +// \text_gen|char_ram~41318_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11418_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4250_q +// ))))) + + .dataa(\text_gen|char_ram~11418_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4250_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41318 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41319 ( +// Equation(s): +// \text_gen|char_ram~41319_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41318_combout & ((\text_gen|char_ram~25754_q ))) # (!\text_gen|char_ram~41318_combout & (\text_gen|char_ram~18586_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41318_combout )))) + + .dataa(\text_gen|char_ram~18586_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25754_q ), + .datad(\text_gen|char_ram~41318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41319 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41322 ( +// Equation(s): +// \text_gen|char_ram~41322_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~41319_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~41321_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41321_combout ), + .datad(\text_gen|char_ram~41319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41322 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y15_N31 +dffeas \text_gen|char_ram~18810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y15_N27 +dffeas \text_gen|char_ram~25978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y16_N7 +dffeas \text_gen|char_ram~11642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y13_N7 +dffeas \text_gen|char_ram~4474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41323 ( +// Equation(s): +// \text_gen|char_ram~41323_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11642_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4474_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11642_q ), + .datac(\text_gen|char_ram~4474_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41323 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41324 ( +// Equation(s): +// \text_gen|char_ram~41324_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41323_combout & ((\text_gen|char_ram~25978_q ))) # (!\text_gen|char_ram~41323_combout & (\text_gen|char_ram~18810_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41323_combout )))) + + .dataa(\text_gen|char_ram~18810_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25978_q ), + .datad(\text_gen|char_ram~41323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41324 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11530feeder ( +// Equation(s): +// \text_gen|char_ram~11530feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11530feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11530feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11530feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y17_N11 +dffeas \text_gen|char_ram~11530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11530feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y11_N29 +dffeas \text_gen|char_ram~25866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18698feeder ( +// Equation(s): +// \text_gen|char_ram~18698feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18698feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N25 +dffeas \text_gen|char_ram~18698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y11_N7 +dffeas \text_gen|char_ram~4362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41316 ( +// Equation(s): +// \text_gen|char_ram~41316_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18698_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4362_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~18698_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4362_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41316 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41317 ( +// Equation(s): +// \text_gen|char_ram~41317_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41316_combout & ((\text_gen|char_ram~25866_q ))) # (!\text_gen|char_ram~41316_combout & (\text_gen|char_ram~11530_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41316_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11530_q ), + .datac(\text_gen|char_ram~25866_q ), + .datad(\text_gen|char_ram~41316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41317 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41325 ( +// Equation(s): +// \text_gen|char_ram~41325_combout = (\text_gen|char_ram~41322_combout & ((\text_gen|char_ram~41324_combout ) # ((!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~41322_combout & (((\text_gen|Add5~2_combout & \text_gen|char_ram~41317_combout )))) + + .dataa(\text_gen|char_ram~41322_combout ), + .datab(\text_gen|char_ram~41324_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41325 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~41325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41326 ( +// Equation(s): +// \text_gen|char_ram~41326_combout = (\text_gen|char_ram~41315_combout & (((\text_gen|char_ram~41325_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~41315_combout & (\text_gen|char_ram~41294_combout & (\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~41294_combout ), + .datab(\text_gen|char_ram~41315_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41326 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~41326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y7_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20574feeder ( +// Equation(s): +// \text_gen|char_ram~20574feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20574feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20574feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20574feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y7_N17 +dffeas \text_gen|char_ram~20574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20574feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20462feeder ( +// Equation(s): +// \text_gen|char_ram~20462feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20462feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20462feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20462feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y10_N17 +dffeas \text_gen|char_ram~20462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20462feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y7_N29 +dffeas \text_gen|char_ram~20238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y7_N19 +dffeas \text_gen|char_ram~20350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y7_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41412 ( +// Equation(s): +// \text_gen|char_ram~41412_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~20350_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20238_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20238_q ), + .datad(\text_gen|char_ram~20350_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41412 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y7_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41413 ( +// Equation(s): +// \text_gen|char_ram~41413_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41412_combout & (\text_gen|char_ram~20574_q )) # (!\text_gen|char_ram~41412_combout & ((\text_gen|char_ram~20462_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41412_combout )))) + + .dataa(\text_gen|char_ram~20574_q ), + .datab(\text_gen|char_ram~20462_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41413 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~41413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y7_N8 +cycloneiv_lcell_comb \text_gen|char_ram~6126feeder ( +// Equation(s): +// \text_gen|char_ram~6126feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6126feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6126feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6126feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y7_N9 +dffeas \text_gen|char_ram~6126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6126feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y7_N27 +dffeas \text_gen|char_ram~6238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y7_N29 +dffeas \text_gen|char_ram~5902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y7_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6014feeder ( +// Equation(s): +// \text_gen|char_ram~6014feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6014feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6014feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6014feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y7_N25 +dffeas \text_gen|char_ram~6014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6014feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y7_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41416 ( +// Equation(s): +// \text_gen|char_ram~41416_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~6014_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5902_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5902_q ), + .datad(\text_gen|char_ram~6014_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41416 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y7_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41417 ( +// Equation(s): +// \text_gen|char_ram~41417_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41416_combout & ((\text_gen|char_ram~6238_q ))) # (!\text_gen|char_ram~41416_combout & (\text_gen|char_ram~6126_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41416_combout )))) + + .dataa(\text_gen|char_ram~6126_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~6238_q ), + .datad(\text_gen|char_ram~41416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41417 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y7_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13182feeder ( +// Equation(s): +// \text_gen|char_ram~13182feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13182feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13182feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13182feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y7_N29 +dffeas \text_gen|char_ram~13182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13182feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y7_N19 +dffeas \text_gen|char_ram~13406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y7_N29 +dffeas \text_gen|char_ram~13070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y7_N25 +dffeas \text_gen|char_ram~13294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y7_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41414 ( +// Equation(s): +// \text_gen|char_ram~41414_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~13294_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~13070_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~13070_q ), + .datad(\text_gen|char_ram~13294_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41414 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y7_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41415 ( +// Equation(s): +// \text_gen|char_ram~41415_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41414_combout & ((\text_gen|char_ram~13406_q ))) # (!\text_gen|char_ram~41414_combout & (\text_gen|char_ram~13182_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41414_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~13182_q ), + .datac(\text_gen|char_ram~13406_q ), + .datad(\text_gen|char_ram~41414_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41415 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41418 ( +// Equation(s): +// \text_gen|char_ram~41418_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~41415_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~41417_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41417_combout ), + .datac(\text_gen|char_ram~41415_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41418 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~41418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y7_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27630feeder ( +// Equation(s): +// \text_gen|char_ram~27630feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27630feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27630feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27630feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y7_N5 +dffeas \text_gen|char_ram~27630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27630feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y7_N13 +dffeas \text_gen|char_ram~27406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y7_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41419 ( +// Equation(s): +// \text_gen|char_ram~41419_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~27630_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~27406_q +// ))))) + + .dataa(\text_gen|char_ram~27630_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27406_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41419 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y7_N27 +dffeas \text_gen|char_ram~27742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y6_N9 +dffeas \text_gen|char_ram~27518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y7_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41420 ( +// Equation(s): +// \text_gen|char_ram~41420_combout = (\text_gen|char_ram~41419_combout & (((\text_gen|char_ram~27742_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41419_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~27518_q )))) + + .dataa(\text_gen|char_ram~41419_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27742_q ), + .datad(\text_gen|char_ram~27518_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41420 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41421 ( +// Equation(s): +// \text_gen|char_ram~41421_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41418_combout & ((\text_gen|char_ram~41420_combout ))) # (!\text_gen|char_ram~41418_combout & (\text_gen|char_ram~41413_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41418_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41413_combout ), + .datac(\text_gen|char_ram~41418_combout ), + .datad(\text_gen|char_ram~41420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41421 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~41421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y14_N9 +dffeas \text_gen|char_ram~13203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y10_N1 +dffeas \text_gen|char_ram~27539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20371feeder ( +// Equation(s): +// \text_gen|char_ram~20371feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20371feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20371feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20371feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y33_N7 +dffeas \text_gen|char_ram~20371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20371feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y11_N9 +dffeas \text_gen|char_ram~6035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41422 ( +// Equation(s): +// \text_gen|char_ram~41422_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20371_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6035_q +// ))))) + + .dataa(\text_gen|char_ram~20371_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6035_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41422 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41423 ( +// Equation(s): +// \text_gen|char_ram~41423_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41422_combout & ((\text_gen|char_ram~27539_q ))) # (!\text_gen|char_ram~41422_combout & (\text_gen|char_ram~13203_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41422_combout )))) + + .dataa(\text_gen|char_ram~13203_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27539_q ), + .datad(\text_gen|char_ram~41422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41423 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y10_N29 +dffeas \text_gen|char_ram~13427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y10_N15 +dffeas \text_gen|char_ram~27763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y9_N1 +dffeas \text_gen|char_ram~6259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y9_N21 +dffeas \text_gen|char_ram~20595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y9_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41429 ( +// Equation(s): +// \text_gen|char_ram~41429_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20595_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6259_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6259_q ), + .datad(\text_gen|char_ram~20595_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41429 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41430 ( +// Equation(s): +// \text_gen|char_ram~41430_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41429_combout & ((\text_gen|char_ram~27763_q ))) # (!\text_gen|char_ram~41429_combout & (\text_gen|char_ram~13427_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41429_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13427_q ), + .datac(\text_gen|char_ram~27763_q ), + .datad(\text_gen|char_ram~41429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41430 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20259feeder ( +// Equation(s): +// \text_gen|char_ram~20259feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20259feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20259feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20259feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y10_N7 +dffeas \text_gen|char_ram~20259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20259feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y10_N15 +dffeas \text_gen|char_ram~27427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y10_N27 +dffeas \text_gen|char_ram~13091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y10_N17 +dffeas \text_gen|char_ram~5923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41426 ( +// Equation(s): +// \text_gen|char_ram~41426_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13091_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5923_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13091_q ), + .datac(\text_gen|char_ram~5923_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41426 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41427 ( +// Equation(s): +// \text_gen|char_ram~41427_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41426_combout & ((\text_gen|char_ram~27427_q ))) # (!\text_gen|char_ram~41426_combout & (\text_gen|char_ram~20259_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41426_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20259_q ), + .datac(\text_gen|char_ram~27427_q ), + .datad(\text_gen|char_ram~41426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41427 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y9_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20483feeder ( +// Equation(s): +// \text_gen|char_ram~20483feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20483feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20483feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20483feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y9_N7 +dffeas \text_gen|char_ram~20483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20483feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20483 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y9_N21 +dffeas \text_gen|char_ram~27651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13315feeder ( +// Equation(s): +// \text_gen|char_ram~13315feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13315feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13315feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13315feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y18_N21 +dffeas \text_gen|char_ram~13315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13315feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y9_N19 +dffeas \text_gen|char_ram~6147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41424 ( +// Equation(s): +// \text_gen|char_ram~41424_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13315_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6147_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13315_q ), + .datac(\text_gen|char_ram~6147_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41424 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41425 ( +// Equation(s): +// \text_gen|char_ram~41425_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41424_combout & ((\text_gen|char_ram~27651_q ))) # (!\text_gen|char_ram~41424_combout & (\text_gen|char_ram~20483_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41424_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20483_q ), + .datac(\text_gen|char_ram~27651_q ), + .datad(\text_gen|char_ram~41424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41425 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41428 ( +// Equation(s): +// \text_gen|char_ram~41428_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~41425_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~41427_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41427_combout ), + .datad(\text_gen|char_ram~41425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41428 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41431 ( +// Equation(s): +// \text_gen|char_ram~41431_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41428_combout & ((\text_gen|char_ram~41430_combout ))) # (!\text_gen|char_ram~41428_combout & (\text_gen|char_ram~41423_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41428_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41423_combout ), + .datac(\text_gen|char_ram~41430_combout ), + .datad(\text_gen|char_ram~41428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41431 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y10_N13 +dffeas \text_gen|char_ram~27623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y10_N19 +dffeas \text_gen|char_ram~27735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N15 +dffeas \text_gen|char_ram~27399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27511feeder ( +// Equation(s): +// \text_gen|char_ram~27511feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27511feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y10_N13 +dffeas \text_gen|char_ram~27511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41439 ( +// Equation(s): +// \text_gen|char_ram~41439_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~27511_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~27399_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~27399_q ), + .datad(\text_gen|char_ram~27511_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41439 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41440 ( +// Equation(s): +// \text_gen|char_ram~41440_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41439_combout & ((\text_gen|char_ram~27735_q ))) # (!\text_gen|char_ram~41439_combout & (\text_gen|char_ram~27623_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41439_combout )))) + + .dataa(\text_gen|char_ram~27623_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27735_q ), + .datad(\text_gen|char_ram~41439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41440 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13287feeder ( +// Equation(s): +// \text_gen|char_ram~13287feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y13_N1 +dffeas \text_gen|char_ram~13287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y13_N17 +dffeas \text_gen|char_ram~13399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y7_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13175feeder ( +// Equation(s): +// \text_gen|char_ram~13175feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13175feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y7_N19 +dffeas \text_gen|char_ram~13175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y10_N7 +dffeas \text_gen|char_ram~13063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41432 ( +// Equation(s): +// \text_gen|char_ram~41432_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~13175_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~13063_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~13175_q ), + .datac(\text_gen|char_ram~13063_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41432 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41433 ( +// Equation(s): +// \text_gen|char_ram~41433_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41432_combout & ((\text_gen|char_ram~13399_q ))) # (!\text_gen|char_ram~41432_combout & (\text_gen|char_ram~13287_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41432_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~13287_q ), + .datac(\text_gen|char_ram~13399_q ), + .datad(\text_gen|char_ram~41432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41433 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6007feeder ( +// Equation(s): +// \text_gen|char_ram~6007feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y10_N5 +dffeas \text_gen|char_ram~6007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y10_N15 +dffeas \text_gen|char_ram~6231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y10_N29 +dffeas \text_gen|char_ram~6119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y10_N27 +dffeas \text_gen|char_ram~5895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5895 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41436 ( +// Equation(s): +// \text_gen|char_ram~41436_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~6119_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~5895_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~6119_q ), + .datac(\text_gen|char_ram~5895_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41436 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41437 ( +// Equation(s): +// \text_gen|char_ram~41437_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41436_combout & ((\text_gen|char_ram~6231_q ))) # (!\text_gen|char_ram~41436_combout & (\text_gen|char_ram~6007_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41436_combout )))) + + .dataa(\text_gen|char_ram~6007_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6231_q ), + .datad(\text_gen|char_ram~41436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41437 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20343feeder ( +// Equation(s): +// \text_gen|char_ram~20343feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20343feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20343feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20343feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y10_N9 +dffeas \text_gen|char_ram~20343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20343feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y10_N15 +dffeas \text_gen|char_ram~20567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y14_N17 +dffeas \text_gen|char_ram~20231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20231 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y14_N7 +dffeas \text_gen|char_ram~20455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41434 ( +// Equation(s): +// \text_gen|char_ram~41434_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~20455_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~20231_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20231_q ), + .datad(\text_gen|char_ram~20455_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41434 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41435 ( +// Equation(s): +// \text_gen|char_ram~41435_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41434_combout & ((\text_gen|char_ram~20567_q ))) # (!\text_gen|char_ram~41434_combout & (\text_gen|char_ram~20343_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41434_combout )))) + + .dataa(\text_gen|char_ram~20343_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~20567_q ), + .datad(\text_gen|char_ram~41434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41435 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41438 ( +// Equation(s): +// \text_gen|char_ram~41438_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~41435_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~41437_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~41437_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~41435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41438 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~41438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41441 ( +// Equation(s): +// \text_gen|char_ram~41441_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41438_combout & (\text_gen|char_ram~41440_combout )) # (!\text_gen|char_ram~41438_combout & ((\text_gen|char_ram~41433_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41438_combout )))) + + .dataa(\text_gen|char_ram~41440_combout ), + .datab(\text_gen|char_ram~41433_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41441 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~41441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41442 ( +// Equation(s): +// \text_gen|char_ram~41442_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~41431_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~41441_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41431_combout ), + .datad(\text_gen|char_ram~41441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41442 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20378feeder ( +// Equation(s): +// \text_gen|char_ram~20378feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y9_N5 +dffeas \text_gen|char_ram~20378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y9_N31 +dffeas \text_gen|char_ram~27546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6042feeder ( +// Equation(s): +// \text_gen|char_ram~6042feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6042feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6042feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6042feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y9_N23 +dffeas \text_gen|char_ram~6042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6042feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y9_N29 +dffeas \text_gen|char_ram~13210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41445 ( +// Equation(s): +// \text_gen|char_ram~41445_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13210_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~6042_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~6042_q ), + .datac(\text_gen|char_ram~13210_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41445 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~41445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y9_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41446 ( +// Equation(s): +// \text_gen|char_ram~41446_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41445_combout & ((\text_gen|char_ram~27546_q ))) # (!\text_gen|char_ram~41445_combout & (\text_gen|char_ram~20378_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41445_combout )))) + + .dataa(\text_gen|char_ram~20378_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27546_q ), + .datad(\text_gen|char_ram~41445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41446 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y6_N29 +dffeas \text_gen|char_ram~13098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y6_N11 +dffeas \text_gen|char_ram~27434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y5_N29 +dffeas \text_gen|char_ram~20266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y5_N11 +dffeas \text_gen|char_ram~5930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y5_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41447 ( +// Equation(s): +// \text_gen|char_ram~41447_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20266_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5930_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20266_q ), + .datac(\text_gen|char_ram~5930_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41447 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y6_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41448 ( +// Equation(s): +// \text_gen|char_ram~41448_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41447_combout & ((\text_gen|char_ram~27434_q ))) # (!\text_gen|char_ram~41447_combout & (\text_gen|char_ram~13098_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41447_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13098_q ), + .datac(\text_gen|char_ram~27434_q ), + .datad(\text_gen|char_ram~41447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41448 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41449 ( +// Equation(s): +// \text_gen|char_ram~41449_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41446_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~41448_combout )))) + + .dataa(\text_gen|char_ram~41446_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41448_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41449 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~41449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y7_N29 +dffeas \text_gen|char_ram~20602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y7_N15 +dffeas \text_gen|char_ram~27770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y7_N11 +dffeas \text_gen|char_ram~6266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y7_N29 +dffeas \text_gen|char_ram~13434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y7_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41450 ( +// Equation(s): +// \text_gen|char_ram~41450_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13434_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6266_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6266_q ), + .datad(\text_gen|char_ram~13434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41450 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y7_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41451 ( +// Equation(s): +// \text_gen|char_ram~41451_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41450_combout & ((\text_gen|char_ram~27770_q ))) # (!\text_gen|char_ram~41450_combout & (\text_gen|char_ram~20602_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41450_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20602_q ), + .datac(\text_gen|char_ram~27770_q ), + .datad(\text_gen|char_ram~41450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41451 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13322feeder ( +// Equation(s): +// \text_gen|char_ram~13322feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13322feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13322feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13322feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y10_N21 +dffeas \text_gen|char_ram~13322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13322feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y10_N3 +dffeas \text_gen|char_ram~27658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y6_N29 +dffeas \text_gen|char_ram~20490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y6_N19 +dffeas \text_gen|char_ram~6154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y6_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41443 ( +// Equation(s): +// \text_gen|char_ram~41443_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20490_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6154_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20490_q ), + .datac(\text_gen|char_ram~6154_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41443 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41444 ( +// Equation(s): +// \text_gen|char_ram~41444_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41443_combout & ((\text_gen|char_ram~27658_q ))) # (!\text_gen|char_ram~41443_combout & (\text_gen|char_ram~13322_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41443_combout )))) + + .dataa(\text_gen|char_ram~13322_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27658_q ), + .datad(\text_gen|char_ram~41443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41444 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41452 ( +// Equation(s): +// \text_gen|char_ram~41452_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41449_combout & (\text_gen|char_ram~41451_combout )) # (!\text_gen|char_ram~41449_combout & ((\text_gen|char_ram~41444_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41449_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41449_combout ), + .datac(\text_gen|char_ram~41451_combout ), + .datad(\text_gen|char_ram~41444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41452 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41453 ( +// Equation(s): +// \text_gen|char_ram~41453_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41442_combout & ((\text_gen|char_ram~41452_combout ))) # (!\text_gen|char_ram~41442_combout & (\text_gen|char_ram~41421_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41442_combout )))) + + .dataa(\text_gen|char_ram~41421_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41442_combout ), + .datad(\text_gen|char_ram~41452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41453 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~41453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41454 ( +// Equation(s): +// \text_gen|char_ram~41454_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41411_combout & ((\text_gen|char_ram~41453_combout ))) # (!\text_gen|char_ram~41411_combout & (\text_gen|char_ram~41326_combout )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~41411_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~41411_combout ), + .datac(\text_gen|char_ram~41326_combout ), + .datad(\text_gen|char_ram~41453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41454 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y36_N13 +dffeas \text_gen|char_ram~25278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y46_N31 +dffeas \text_gen|char_ram~25502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y46_N21 +dffeas \text_gen|char_ram~25166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y46_N27 +dffeas \text_gen|char_ram~25390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41617 ( +// Equation(s): +// \text_gen|char_ram~41617_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~25390_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25166_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25166_q ), + .datad(\text_gen|char_ram~25390_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41617 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41618 ( +// Equation(s): +// \text_gen|char_ram~41618_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41617_combout & ((\text_gen|char_ram~25502_q ))) # (!\text_gen|char_ram~41617_combout & (\text_gen|char_ram~25278_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41617_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25278_q ), + .datac(\text_gen|char_ram~25502_q ), + .datad(\text_gen|char_ram~41617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41618 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y30_N9 +dffeas \text_gen|char_ram~27182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y44_N15 +dffeas \text_gen|char_ram~26958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41615 ( +// Equation(s): +// \text_gen|char_ram~41615_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~27182_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~26958_q +// ))))) + + .dataa(\text_gen|char_ram~27182_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26958_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41615 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y44_N9 +dffeas \text_gen|char_ram~27294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27070feeder ( +// Equation(s): +// \text_gen|char_ram~27070feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y44_N7 +dffeas \text_gen|char_ram~27070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41616 ( +// Equation(s): +// \text_gen|char_ram~41616_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41615_combout & (\text_gen|char_ram~27294_q )) # (!\text_gen|char_ram~41615_combout & ((\text_gen|char_ram~27070_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41615_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41615_combout ), + .datac(\text_gen|char_ram~27294_q ), + .datad(\text_gen|char_ram~27070_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41616 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41619 ( +// Equation(s): +// \text_gen|char_ram~41619_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~41616_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41618_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41618_combout ), + .datad(\text_gen|char_ram~41616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41619 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27210feeder ( +// Equation(s): +// \text_gen|char_ram~27210feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27210feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27210feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27210feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y44_N17 +dffeas \text_gen|char_ram~27210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27210feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N3 +dffeas \text_gen|char_ram~27322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y44_N17 +dffeas \text_gen|char_ram~26986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y44_N9 +dffeas \text_gen|char_ram~27098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41620 ( +// Equation(s): +// \text_gen|char_ram~41620_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~27098_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26986_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26986_q ), + .datad(\text_gen|char_ram~27098_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41620 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41621 ( +// Equation(s): +// \text_gen|char_ram~41621_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41620_combout & ((\text_gen|char_ram~27322_q ))) # (!\text_gen|char_ram~41620_combout & (\text_gen|char_ram~27210_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41620_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~27210_q ), + .datac(\text_gen|char_ram~27322_q ), + .datad(\text_gen|char_ram~41620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41621 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y27_N31 +dffeas \text_gen|char_ram~25418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y48_N17 +dffeas \text_gen|char_ram~25530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y48_N29 +dffeas \text_gen|char_ram~25194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y48_N7 +dffeas \text_gen|char_ram~25306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41613 ( +// Equation(s): +// \text_gen|char_ram~41613_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25306_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25194_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25194_q ), + .datad(\text_gen|char_ram~25306_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41613 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41614 ( +// Equation(s): +// \text_gen|char_ram~41614_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41613_combout & ((\text_gen|char_ram~25530_q ))) # (!\text_gen|char_ram~41613_combout & (\text_gen|char_ram~25418_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41613_combout )))) + + .dataa(\text_gen|char_ram~25418_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25530_q ), + .datad(\text_gen|char_ram~41613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41614 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41622 ( +// Equation(s): +// \text_gen|char_ram~41622_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41619_combout & (\text_gen|char_ram~41621_combout )) # (!\text_gen|char_ram~41619_combout & ((\text_gen|char_ram~41614_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~41619_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~41619_combout ), + .datac(\text_gen|char_ram~41621_combout ), + .datad(\text_gen|char_ram~41614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41622 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23626feeder ( +// Equation(s): +// \text_gen|char_ram~23626feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y30_N3 +dffeas \text_gen|char_ram~23626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y38_N15 +dffeas \text_gen|char_ram~23738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y38_N13 +dffeas \text_gen|char_ram~23402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23514feeder ( +// Equation(s): +// \text_gen|char_ram~23514feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N25 +dffeas \text_gen|char_ram~23514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41589 ( +// Equation(s): +// \text_gen|char_ram~41589_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23514_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23402_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23402_q ), + .datad(\text_gen|char_ram~23514_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41589 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41590 ( +// Equation(s): +// \text_gen|char_ram~41590_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41589_combout & ((\text_gen|char_ram~23738_q ))) # (!\text_gen|char_ram~41589_combout & (\text_gen|char_ram~23626_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41589_combout )))) + + .dataa(\text_gen|char_ram~23626_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23738_q ), + .datad(\text_gen|char_ram~41589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41590 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N19 +dffeas \text_gen|char_ram~23486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y40_N19 +dffeas \text_gen|char_ram~23710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N29 +dffeas \text_gen|char_ram~23374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y30_N29 +dffeas \text_gen|char_ram~23598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23598 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41582 ( +// Equation(s): +// \text_gen|char_ram~41582_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23598_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23374_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23374_q ), + .datad(\text_gen|char_ram~23598_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41582 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41583 ( +// Equation(s): +// \text_gen|char_ram~41583_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41582_combout & ((\text_gen|char_ram~23710_q ))) # (!\text_gen|char_ram~41582_combout & (\text_gen|char_ram~23486_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41582_combout )))) + + .dataa(\text_gen|char_ram~23486_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23710_q ), + .datad(\text_gen|char_ram~41582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41583 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21834feeder ( +// Equation(s): +// \text_gen|char_ram~21834feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21834feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y23_N31 +dffeas \text_gen|char_ram~21834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y38_N11 +dffeas \text_gen|char_ram~21946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y38_N13 +dffeas \text_gen|char_ram~21610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~21722feeder ( +// Equation(s): +// \text_gen|char_ram~21722feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21722feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21722feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21722feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N7 +dffeas \text_gen|char_ram~21722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21722feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41584 ( +// Equation(s): +// \text_gen|char_ram~41584_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21722_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21610_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21610_q ), + .datad(\text_gen|char_ram~21722_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41584 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41585 ( +// Equation(s): +// \text_gen|char_ram~41585_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41584_combout & ((\text_gen|char_ram~21946_q ))) # (!\text_gen|char_ram~41584_combout & (\text_gen|char_ram~21834_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41584_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21834_q ), + .datac(\text_gen|char_ram~21946_q ), + .datad(\text_gen|char_ram~41584_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41585 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21694feeder ( +// Equation(s): +// \text_gen|char_ram~21694feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21694feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21694feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21694feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y46_N3 +dffeas \text_gen|char_ram~21694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21694feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y46_N29 +dffeas \text_gen|char_ram~21918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N7 +dffeas \text_gen|char_ram~21582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y46_N25 +dffeas \text_gen|char_ram~21806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41586 ( +// Equation(s): +// \text_gen|char_ram~41586_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21806_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21582_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21582_q ), + .datad(\text_gen|char_ram~21806_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41586 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41587 ( +// Equation(s): +// \text_gen|char_ram~41587_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41586_combout & ((\text_gen|char_ram~21918_q ))) # (!\text_gen|char_ram~41586_combout & (\text_gen|char_ram~21694_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41586_combout )))) + + .dataa(\text_gen|char_ram~21694_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21918_q ), + .datad(\text_gen|char_ram~41586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41587 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41588 ( +// Equation(s): +// \text_gen|char_ram~41588_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41585_combout ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~41587_combout )))) + + .dataa(\text_gen|char_ram~41585_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~41587_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41588 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~41588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41591 ( +// Equation(s): +// \text_gen|char_ram~41591_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41588_combout & (\text_gen|char_ram~41590_combout )) # (!\text_gen|char_ram~41588_combout & ((\text_gen|char_ram~41583_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41588_combout )))) + + .dataa(\text_gen|char_ram~41590_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~41583_combout ), + .datad(\text_gen|char_ram~41588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41591 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23619feeder ( +// Equation(s): +// \text_gen|char_ram~23619feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23619feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23619feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23619feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N15 +dffeas \text_gen|char_ram~23619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23619feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y39_N27 +dffeas \text_gen|char_ram~23731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y39_N1 +dffeas \text_gen|char_ram~23395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23507feeder ( +// Equation(s): +// \text_gen|char_ram~23507feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23507feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23507feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23507feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y39_N19 +dffeas \text_gen|char_ram~23507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23507feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41609 ( +// Equation(s): +// \text_gen|char_ram~41609_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~23507_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23395_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23395_q ), + .datad(\text_gen|char_ram~23507_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41609 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41610 ( +// Equation(s): +// \text_gen|char_ram~41610_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41609_combout & ((\text_gen|char_ram~23731_q ))) # (!\text_gen|char_ram~41609_combout & (\text_gen|char_ram~23619_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41609_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23619_q ), + .datac(\text_gen|char_ram~23731_q ), + .datad(\text_gen|char_ram~41609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41610 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y50_N7 +dffeas \text_gen|char_ram~21603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21715feeder ( +// Equation(s): +// \text_gen|char_ram~21715feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21715feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21715feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21715feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y46_N23 +dffeas \text_gen|char_ram~21715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21715feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41602 ( +// Equation(s): +// \text_gen|char_ram~41602_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21715_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~21603_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21603_q ), + .datad(\text_gen|char_ram~21715_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41602 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y50_N21 +dffeas \text_gen|char_ram~21939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y41_N3 +dffeas \text_gen|char_ram~21827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41603 ( +// Equation(s): +// \text_gen|char_ram~41603_combout = (\text_gen|char_ram~41602_combout & (((\text_gen|char_ram~21939_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41602_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~21827_q )))) + + .dataa(\text_gen|char_ram~41602_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21939_q ), + .datad(\text_gen|char_ram~21827_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41603 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y34_N13 +dffeas \text_gen|char_ram~21687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y34_N29 +dffeas \text_gen|char_ram~21911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y34_N15 +dffeas \text_gen|char_ram~21575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21799feeder ( +// Equation(s): +// \text_gen|char_ram~21799feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21799feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21799feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21799feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y53_N23 +dffeas \text_gen|char_ram~21799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21799feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41606 ( +// Equation(s): +// \text_gen|char_ram~41606_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~21799_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21575_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21575_q ), + .datad(\text_gen|char_ram~21799_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41606 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41607 ( +// Equation(s): +// \text_gen|char_ram~41607_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41606_combout & ((\text_gen|char_ram~21911_q ))) # (!\text_gen|char_ram~41606_combout & (\text_gen|char_ram~21687_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41606_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21687_q ), + .datac(\text_gen|char_ram~21911_q ), + .datad(\text_gen|char_ram~41606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41607 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y36_N29 +dffeas \text_gen|char_ram~23367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23591feeder ( +// Equation(s): +// \text_gen|char_ram~23591feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N1 +dffeas \text_gen|char_ram~23591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41604 ( +// Equation(s): +// \text_gen|char_ram~41604_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23591_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23367_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23367_q ), + .datad(\text_gen|char_ram~23591_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41604 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y36_N19 +dffeas \text_gen|char_ram~23703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y38_N3 +dffeas \text_gen|char_ram~23479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41605 ( +// Equation(s): +// \text_gen|char_ram~41605_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41604_combout & (\text_gen|char_ram~23703_q )) # (!\text_gen|char_ram~41604_combout & ((\text_gen|char_ram~23479_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41604_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41604_combout ), + .datac(\text_gen|char_ram~23703_q ), + .datad(\text_gen|char_ram~23479_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41605 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41608 ( +// Equation(s): +// \text_gen|char_ram~41608_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~41605_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~41607_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~41607_combout ), + .datad(\text_gen|char_ram~41605_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41608 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41611 ( +// Equation(s): +// \text_gen|char_ram~41611_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41608_combout & (\text_gen|char_ram~41610_combout )) # (!\text_gen|char_ram~41608_combout & ((\text_gen|char_ram~41603_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41608_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~41610_combout ), + .datac(\text_gen|char_ram~41603_combout ), + .datad(\text_gen|char_ram~41608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41611 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y36_N29 +dffeas \text_gen|char_ram~27203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y40_N3 +dffeas \text_gen|char_ram~27315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26979feeder ( +// Equation(s): +// \text_gen|char_ram~26979feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26979feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26979feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26979feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y29_N17 +dffeas \text_gen|char_ram~26979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26979feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27091feeder ( +// Equation(s): +// \text_gen|char_ram~27091feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N1 +dffeas \text_gen|char_ram~27091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41599 ( +// Equation(s): +// \text_gen|char_ram~41599_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~27091_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26979_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26979_q ), + .datad(\text_gen|char_ram~27091_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41599 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41600 ( +// Equation(s): +// \text_gen|char_ram~41600_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41599_combout & ((\text_gen|char_ram~27315_q ))) # (!\text_gen|char_ram~41599_combout & (\text_gen|char_ram~27203_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41599_combout )))) + + .dataa(\text_gen|char_ram~27203_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27315_q ), + .datad(\text_gen|char_ram~41599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41600 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y50_N15 +dffeas \text_gen|char_ram~25271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y50_N5 +dffeas \text_gen|char_ram~25495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y50_N21 +dffeas \text_gen|char_ram~25159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25383feeder ( +// Equation(s): +// \text_gen|char_ram~25383feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y46_N3 +dffeas \text_gen|char_ram~25383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41596 ( +// Equation(s): +// \text_gen|char_ram~41596_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25383_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25159_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25159_q ), + .datad(\text_gen|char_ram~25383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41596 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41597 ( +// Equation(s): +// \text_gen|char_ram~41597_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41596_combout & ((\text_gen|char_ram~25495_q ))) # (!\text_gen|char_ram~41596_combout & (\text_gen|char_ram~25271_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41596_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25271_q ), + .datac(\text_gen|char_ram~25495_q ), + .datad(\text_gen|char_ram~41596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41597 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y40_N11 +dffeas \text_gen|char_ram~27063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y40_N17 +dffeas \text_gen|char_ram~27287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27175feeder ( +// Equation(s): +// \text_gen|char_ram~27175feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27175feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N31 +dffeas \text_gen|char_ram~27175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y40_N19 +dffeas \text_gen|char_ram~26951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41594 ( +// Equation(s): +// \text_gen|char_ram~41594_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~27175_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~26951_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~27175_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26951_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41594 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41595 ( +// Equation(s): +// \text_gen|char_ram~41595_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41594_combout & ((\text_gen|char_ram~27287_q ))) # (!\text_gen|char_ram~41594_combout & (\text_gen|char_ram~27063_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41594_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~27063_q ), + .datac(\text_gen|char_ram~27287_q ), + .datad(\text_gen|char_ram~41594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41595 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41598 ( +// Equation(s): +// \text_gen|char_ram~41598_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~41595_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41597_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41597_combout ), + .datad(\text_gen|char_ram~41595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41598 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25411feeder ( +// Equation(s): +// \text_gen|char_ram~25411feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y43_N5 +dffeas \text_gen|char_ram~25411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y50_N17 +dffeas \text_gen|char_ram~25523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25523 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y35_N17 +dffeas \text_gen|char_ram~25187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y39_N15 +dffeas \text_gen|char_ram~25299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41592 ( +// Equation(s): +// \text_gen|char_ram~41592_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25299_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25187_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25187_q ), + .datad(\text_gen|char_ram~25299_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41592 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41593 ( +// Equation(s): +// \text_gen|char_ram~41593_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41592_combout & ((\text_gen|char_ram~25523_q ))) # (!\text_gen|char_ram~41592_combout & (\text_gen|char_ram~25411_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41592_combout )))) + + .dataa(\text_gen|char_ram~25411_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25523_q ), + .datad(\text_gen|char_ram~41592_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41593 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41601 ( +// Equation(s): +// \text_gen|char_ram~41601_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41598_combout & (\text_gen|char_ram~41600_combout )) # (!\text_gen|char_ram~41598_combout & ((\text_gen|char_ram~41593_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41598_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~41600_combout ), + .datac(\text_gen|char_ram~41598_combout ), + .datad(\text_gen|char_ram~41593_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41601 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41612 ( +// Equation(s): +// \text_gen|char_ram~41612_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~41601_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41611_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41611_combout ), + .datad(\text_gen|char_ram~41601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41612 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41623 ( +// Equation(s): +// \text_gen|char_ram~41623_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41612_combout & (\text_gen|char_ram~41622_combout )) # (!\text_gen|char_ram~41612_combout & ((\text_gen|char_ram~41591_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41612_combout )))) + + .dataa(\text_gen|char_ram~41622_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41591_combout ), + .datad(\text_gen|char_ram~41612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41623 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y39_N3 +dffeas \text_gen|char_ram~16227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y39_N9 +dffeas \text_gen|char_ram~16451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41490 ( +// Equation(s): +// \text_gen|char_ram~41490_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16451_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16227_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16227_q ), + .datad(\text_gen|char_ram~16451_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41490 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y39_N7 +dffeas \text_gen|char_ram~16563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y39_N11 +dffeas \text_gen|char_ram~16339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41491 ( +// Equation(s): +// \text_gen|char_ram~41491_combout = (\text_gen|char_ram~41490_combout & (((\text_gen|char_ram~16563_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41490_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16339_q )))) + + .dataa(\text_gen|char_ram~41490_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16563_q ), + .datad(\text_gen|char_ram~16339_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41491 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y22_N31 +dffeas \text_gen|char_ram~16234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y22_N17 +dffeas \text_gen|char_ram~16458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41488 ( +// Equation(s): +// \text_gen|char_ram~41488_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~16458_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~16234_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~16234_q ), + .datad(\text_gen|char_ram~16458_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41488 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y22_N3 +dffeas \text_gen|char_ram~16570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16346feeder ( +// Equation(s): +// \text_gen|char_ram~16346feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16346feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y15_N15 +dffeas \text_gen|char_ram~16346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41489 ( +// Equation(s): +// \text_gen|char_ram~41489_combout = (\text_gen|char_ram~41488_combout & (((\text_gen|char_ram~16570_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41488_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~16346_q )))) + + .dataa(\text_gen|char_ram~41488_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16570_q ), + .datad(\text_gen|char_ram~16346_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41489 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41492 ( +// Equation(s): +// \text_gen|char_ram~41492_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~41489_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41491_combout )))) + + .dataa(\text_gen|char_ram~41491_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41492 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~41492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20035feeder ( +// Equation(s): +// \text_gen|char_ram~20035feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N27 +dffeas \text_gen|char_ram~20035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y45_N19 +dffeas \text_gen|char_ram~20147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20147 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y45_N3 +dffeas \text_gen|char_ram~19811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y45_N29 +dffeas \text_gen|char_ram~19923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41486 ( +// Equation(s): +// \text_gen|char_ram~41486_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~19923_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~19811_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19811_q ), + .datad(\text_gen|char_ram~19923_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41486 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41487 ( +// Equation(s): +// \text_gen|char_ram~41487_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41486_combout & ((\text_gen|char_ram~20147_q ))) # (!\text_gen|char_ram~41486_combout & (\text_gen|char_ram~20035_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41486_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20035_q ), + .datac(\text_gen|char_ram~20147_q ), + .datad(\text_gen|char_ram~41486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41487 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y41_N31 +dffeas \text_gen|char_ram~20042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y42_N23 +dffeas \text_gen|char_ram~20154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y44_N23 +dffeas \text_gen|char_ram~19818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y44_N13 +dffeas \text_gen|char_ram~19930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41493 ( +// Equation(s): +// \text_gen|char_ram~41493_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~19930_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~19818_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~19818_q ), + .datad(\text_gen|char_ram~19930_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41493 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41494 ( +// Equation(s): +// \text_gen|char_ram~41494_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41493_combout & ((\text_gen|char_ram~20154_q ))) # (!\text_gen|char_ram~41493_combout & (\text_gen|char_ram~20042_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41493_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20042_q ), + .datac(\text_gen|char_ram~20154_q ), + .datad(\text_gen|char_ram~41493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41494 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41495 ( +// Equation(s): +// \text_gen|char_ram~41495_combout = (\text_gen|char_ram~41492_combout & (((\text_gen|char_ram~41494_combout ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~41492_combout & (\text_gen|char_ram~41487_combout & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~41492_combout ), + .datab(\text_gen|char_ram~41487_combout ), + .datac(\text_gen|char_ram~41494_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41495 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~41495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16311feeder ( +// Equation(s): +// \text_gen|char_ram~16311feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16311feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16311feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16311feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y39_N17 +dffeas \text_gen|char_ram~16311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16311feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y42_N25 +dffeas \text_gen|char_ram~16535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y37_N27 +dffeas \text_gen|char_ram~16199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y36_N19 +dffeas \text_gen|char_ram~16423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16423 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41459 ( +// Equation(s): +// \text_gen|char_ram~41459_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~16423_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16199_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16199_q ), + .datad(\text_gen|char_ram~16423_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41459 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41460 ( +// Equation(s): +// \text_gen|char_ram~41460_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41459_combout & ((\text_gen|char_ram~16535_q ))) # (!\text_gen|char_ram~41459_combout & (\text_gen|char_ram~16311_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41459_combout )))) + + .dataa(\text_gen|char_ram~16311_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16535_q ), + .datad(\text_gen|char_ram~41459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41460 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N5 +dffeas \text_gen|char_ram~16318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y24_N11 +dffeas \text_gen|char_ram~16542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y24_N25 +dffeas \text_gen|char_ram~16206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y25_N15 +dffeas \text_gen|char_ram~16430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41457 ( +// Equation(s): +// \text_gen|char_ram~41457_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~16430_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~16206_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~16206_q ), + .datad(\text_gen|char_ram~16430_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41457 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41458 ( +// Equation(s): +// \text_gen|char_ram~41458_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41457_combout & ((\text_gen|char_ram~16542_q ))) # (!\text_gen|char_ram~41457_combout & (\text_gen|char_ram~16318_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41457_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~16318_q ), + .datac(\text_gen|char_ram~16542_q ), + .datad(\text_gen|char_ram~41457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41458 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41461 ( +// Equation(s): +// \text_gen|char_ram~41461_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~41458_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41460_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~41460_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41461 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~41461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19902feeder ( +// Equation(s): +// \text_gen|char_ram~19902feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19902feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19902feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19902feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N9 +dffeas \text_gen|char_ram~19902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19902feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y26_N13 +dffeas \text_gen|char_ram~19790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41462 ( +// Equation(s): +// \text_gen|char_ram~41462_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19902_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~19790_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~19902_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19790_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41462 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y26_N15 +dffeas \text_gen|char_ram~20126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y26_N17 +dffeas \text_gen|char_ram~20014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20014 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41463 ( +// Equation(s): +// \text_gen|char_ram~41463_combout = (\text_gen|char_ram~41462_combout & (((\text_gen|char_ram~20126_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41462_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~20014_q )))) + + .dataa(\text_gen|char_ram~41462_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~20126_q ), + .datad(\text_gen|char_ram~20014_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41463 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20119feeder ( +// Equation(s): +// \text_gen|char_ram~20119feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20119feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y44_N25 +dffeas \text_gen|char_ram~20119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y44_N21 +dffeas \text_gen|char_ram~20007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y41_N7 +dffeas \text_gen|char_ram~19895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y41_N17 +dffeas \text_gen|char_ram~19783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41455 ( +// Equation(s): +// \text_gen|char_ram~41455_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~19895_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~19783_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~19895_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19783_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41455 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41456 ( +// Equation(s): +// \text_gen|char_ram~41456_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41455_combout & (\text_gen|char_ram~20119_q )) # (!\text_gen|char_ram~41455_combout & ((\text_gen|char_ram~20007_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41455_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~20119_q ), + .datac(\text_gen|char_ram~20007_q ), + .datad(\text_gen|char_ram~41455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41456 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41464 ( +// Equation(s): +// \text_gen|char_ram~41464_combout = (\text_gen|char_ram~41461_combout & ((\text_gen|char_ram~41463_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~41461_combout & (((\text_gen|char_ram~41456_combout & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~41461_combout ), + .datab(\text_gen|char_ram~41463_combout ), + .datac(\text_gen|char_ram~41456_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41464 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~41464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y37_N27 +dffeas \text_gen|char_ram~14407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y37_N15 +dffeas \text_gen|char_ram~14631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41479 ( +// Equation(s): +// \text_gen|char_ram~41479_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~14631_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~14407_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14407_q ), + .datad(\text_gen|char_ram~14631_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41479 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y37_N13 +dffeas \text_gen|char_ram~14743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y37_N1 +dffeas \text_gen|char_ram~14519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41480 ( +// Equation(s): +// \text_gen|char_ram~41480_combout = (\text_gen|char_ram~41479_combout & (((\text_gen|char_ram~14743_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41479_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~14519_q )))) + + .dataa(\text_gen|char_ram~41479_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14743_q ), + .datad(\text_gen|char_ram~14519_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41480 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y26_N21 +dffeas \text_gen|char_ram~14526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N7 +dffeas \text_gen|char_ram~14750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N1 +dffeas \text_gen|char_ram~14414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14638feeder ( +// Equation(s): +// \text_gen|char_ram~14638feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14638feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14638feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14638feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y15_N1 +dffeas \text_gen|char_ram~14638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14638feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41477 ( +// Equation(s): +// \text_gen|char_ram~41477_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14638_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14414_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14414_q ), + .datad(\text_gen|char_ram~14638_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41477 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41478 ( +// Equation(s): +// \text_gen|char_ram~41478_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41477_combout & ((\text_gen|char_ram~14750_q ))) # (!\text_gen|char_ram~41477_combout & (\text_gen|char_ram~14526_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41477_combout )))) + + .dataa(\text_gen|char_ram~14526_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14750_q ), + .datad(\text_gen|char_ram~41477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41478 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41481 ( +// Equation(s): +// \text_gen|char_ram~41481_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~41478_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41480_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41480_combout ), + .datad(\text_gen|char_ram~41478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41481 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y28_N13 +dffeas \text_gen|char_ram~18222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y42_N3 +dffeas \text_gen|char_ram~18334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18334 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18110feeder ( +// Equation(s): +// \text_gen|char_ram~18110feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18110feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18110feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18110feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y39_N29 +dffeas \text_gen|char_ram~18110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18110feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y42_N21 +dffeas \text_gen|char_ram~17998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41482 ( +// Equation(s): +// \text_gen|char_ram~41482_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18110_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~17998_q +// ))))) + + .dataa(\text_gen|char_ram~18110_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17998_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41482 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41483 ( +// Equation(s): +// \text_gen|char_ram~41483_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41482_combout & ((\text_gen|char_ram~18334_q ))) # (!\text_gen|char_ram~41482_combout & (\text_gen|char_ram~18222_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41482_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18222_q ), + .datac(\text_gen|char_ram~18334_q ), + .datad(\text_gen|char_ram~41482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41483 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y49_N27 +dffeas \text_gen|char_ram~17991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y49_N1 +dffeas \text_gen|char_ram~18103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41475 ( +// Equation(s): +// \text_gen|char_ram~41475_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~18103_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17991_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17991_q ), + .datad(\text_gen|char_ram~18103_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41475 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y49_N31 +dffeas \text_gen|char_ram~18327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18215feeder ( +// Equation(s): +// \text_gen|char_ram~18215feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18215feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y49_N15 +dffeas \text_gen|char_ram~18215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41476 ( +// Equation(s): +// \text_gen|char_ram~41476_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41475_combout & (\text_gen|char_ram~18327_q )) # (!\text_gen|char_ram~41475_combout & ((\text_gen|char_ram~18215_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41475_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41475_combout ), + .datac(\text_gen|char_ram~18327_q ), + .datad(\text_gen|char_ram~18215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41476 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41484 ( +// Equation(s): +// \text_gen|char_ram~41484_combout = (\text_gen|char_ram~41481_combout & ((\text_gen|char_ram~41483_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~41481_combout & (((\text_gen|char_ram~41476_combout & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~41481_combout ), + .datab(\text_gen|char_ram~41483_combout ), + .datac(\text_gen|char_ram~41476_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41484 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~41484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y48_N21 +dffeas \text_gen|char_ram~18250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y48_N27 +dffeas \text_gen|char_ram~18362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y48_N5 +dffeas \text_gen|char_ram~18138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y48_N15 +dffeas \text_gen|char_ram~18026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41472 ( +// Equation(s): +// \text_gen|char_ram~41472_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~18138_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~18026_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~18138_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~18026_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41472 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41473 ( +// Equation(s): +// \text_gen|char_ram~41473_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41472_combout & ((\text_gen|char_ram~18362_q ))) # (!\text_gen|char_ram~41472_combout & (\text_gen|char_ram~18250_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41472_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~18250_q ), + .datac(\text_gen|char_ram~18362_q ), + .datad(\text_gen|char_ram~41472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41473 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18243feeder ( +// Equation(s): +// \text_gen|char_ram~18243feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y42_N11 +dffeas \text_gen|char_ram~18243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y42_N27 +dffeas \text_gen|char_ram~18355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18131feeder ( +// Equation(s): +// \text_gen|char_ram~18131feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18131feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18131feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18131feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y42_N15 +dffeas \text_gen|char_ram~18131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18131feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y42_N17 +dffeas \text_gen|char_ram~18019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41465 ( +// Equation(s): +// \text_gen|char_ram~41465_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~18131_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~18019_q +// ))))) + + .dataa(\text_gen|char_ram~18131_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18019_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41465 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41466 ( +// Equation(s): +// \text_gen|char_ram~41466_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41465_combout & ((\text_gen|char_ram~18355_q ))) # (!\text_gen|char_ram~41465_combout & (\text_gen|char_ram~18243_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41465_combout )))) + + .dataa(\text_gen|char_ram~18243_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~18355_q ), + .datad(\text_gen|char_ram~41465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41466 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N5 +dffeas \text_gen|char_ram~14554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y42_N23 +dffeas \text_gen|char_ram~14778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y41_N21 +dffeas \text_gen|char_ram~14666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y11_N17 +dffeas \text_gen|char_ram~14442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41467 ( +// Equation(s): +// \text_gen|char_ram~41467_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~14666_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~14442_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~14666_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14442_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41467 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41468 ( +// Equation(s): +// \text_gen|char_ram~41468_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41467_combout & ((\text_gen|char_ram~14778_q ))) # (!\text_gen|char_ram~41467_combout & (\text_gen|char_ram~14554_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41467_combout )))) + + .dataa(\text_gen|char_ram~14554_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14778_q ), + .datad(\text_gen|char_ram~41467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41468 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y41_N9 +dffeas \text_gen|char_ram~14547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14547 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y45_N3 +dffeas \text_gen|char_ram~14771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y45_N13 +dffeas \text_gen|char_ram~14435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14659feeder ( +// Equation(s): +// \text_gen|char_ram~14659feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14659feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14659feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14659feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y45_N29 +dffeas \text_gen|char_ram~14659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14659feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41469 ( +// Equation(s): +// \text_gen|char_ram~41469_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~14659_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~14435_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~14435_q ), + .datad(\text_gen|char_ram~14659_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41469 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41470 ( +// Equation(s): +// \text_gen|char_ram~41470_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41469_combout & ((\text_gen|char_ram~14771_q ))) # (!\text_gen|char_ram~41469_combout & (\text_gen|char_ram~14547_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41469_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14547_q ), + .datac(\text_gen|char_ram~14771_q ), + .datad(\text_gen|char_ram~41469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41470 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41471 ( +// Equation(s): +// \text_gen|char_ram~41471_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~41468_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~41470_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41468_combout ), + .datad(\text_gen|char_ram~41470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41471 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41474 ( +// Equation(s): +// \text_gen|char_ram~41474_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41471_combout & (\text_gen|char_ram~41473_combout )) # (!\text_gen|char_ram~41471_combout & ((\text_gen|char_ram~41466_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41471_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~41473_combout ), + .datac(\text_gen|char_ram~41466_combout ), + .datad(\text_gen|char_ram~41471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41474 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41485 ( +// Equation(s): +// \text_gen|char_ram~41485_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~41474_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41484_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41484_combout ), + .datad(\text_gen|char_ram~41474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41485 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41496 ( +// Equation(s): +// \text_gen|char_ram~41496_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41485_combout & (\text_gen|char_ram~41495_combout )) # (!\text_gen|char_ram~41485_combout & ((\text_gen|char_ram~41464_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41485_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~41495_combout ), + .datac(\text_gen|char_ram~41464_combout ), + .datad(\text_gen|char_ram~41485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41496 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11082feeder ( +// Equation(s): +// \text_gen|char_ram~11082feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11082feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11082feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11082feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y51_N17 +dffeas \text_gen|char_ram~11082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11082feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y51_N31 +dffeas \text_gen|char_ram~11194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y51_N29 +dffeas \text_gen|char_ram~10970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y51_N29 +dffeas \text_gen|char_ram~10858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41528 ( +// Equation(s): +// \text_gen|char_ram~41528_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~10970_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~10858_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10970_q ), + .datac(\text_gen|char_ram~10858_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41528 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41529 ( +// Equation(s): +// \text_gen|char_ram~41529_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41528_combout & ((\text_gen|char_ram~11194_q ))) # (!\text_gen|char_ram~41528_combout & (\text_gen|char_ram~11082_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41528_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11082_q ), + .datac(\text_gen|char_ram~11194_q ), + .datad(\text_gen|char_ram~41528_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41529 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12874feeder ( +// Equation(s): +// \text_gen|char_ram~12874feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y48_N15 +dffeas \text_gen|char_ram~12874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y48_N1 +dffeas \text_gen|char_ram~12986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y48_N9 +dffeas \text_gen|char_ram~12650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12762feeder ( +// Equation(s): +// \text_gen|char_ram~12762feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12762feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12762feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12762feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y48_N7 +dffeas \text_gen|char_ram~12762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12762feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41535 ( +// Equation(s): +// \text_gen|char_ram~41535_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~12762_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12650_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12650_q ), + .datad(\text_gen|char_ram~12762_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41535 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41536 ( +// Equation(s): +// \text_gen|char_ram~41536_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41535_combout & ((\text_gen|char_ram~12986_q ))) # (!\text_gen|char_ram~41535_combout & (\text_gen|char_ram~12874_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41535_combout )))) + + .dataa(\text_gen|char_ram~12874_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12986_q ), + .datad(\text_gen|char_ram~41535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41536 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12755feeder ( +// Equation(s): +// \text_gen|char_ram~12755feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12755feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12755feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12755feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y44_N27 +dffeas \text_gen|char_ram~12755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12755feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y48_N5 +dffeas \text_gen|char_ram~12979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y48_N19 +dffeas \text_gen|char_ram~12643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12867feeder ( +// Equation(s): +// \text_gen|char_ram~12867feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12867feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12867feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12867feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y48_N19 +dffeas \text_gen|char_ram~12867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12867feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41530 ( +// Equation(s): +// \text_gen|char_ram~41530_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12867_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12643_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12643_q ), + .datad(\text_gen|char_ram~12867_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41530 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41531 ( +// Equation(s): +// \text_gen|char_ram~41531_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41530_combout & ((\text_gen|char_ram~12979_q ))) # (!\text_gen|char_ram~41530_combout & (\text_gen|char_ram~12755_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41530_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12755_q ), + .datac(\text_gen|char_ram~12979_q ), + .datad(\text_gen|char_ram~41530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41531 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11075feeder ( +// Equation(s): +// \text_gen|char_ram~11075feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y51_N23 +dffeas \text_gen|char_ram~11075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y51_N31 +dffeas \text_gen|char_ram~10851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41532 ( +// Equation(s): +// \text_gen|char_ram~41532_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~11075_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~10851_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11075_q ), + .datac(\text_gen|char_ram~10851_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41532 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y51_N21 +dffeas \text_gen|char_ram~11187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y51_N11 +dffeas \text_gen|char_ram~10963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41533 ( +// Equation(s): +// \text_gen|char_ram~41533_combout = (\text_gen|char_ram~41532_combout & (((\text_gen|char_ram~11187_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41532_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~10963_q )))) + + .dataa(\text_gen|char_ram~41532_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11187_q ), + .datad(\text_gen|char_ram~10963_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41533 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41534 ( +// Equation(s): +// \text_gen|char_ram~41534_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~41531_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~41533_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~41531_combout ), + .datad(\text_gen|char_ram~41533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41534 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41537 ( +// Equation(s): +// \text_gen|char_ram~41537_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41534_combout & ((\text_gen|char_ram~41536_combout ))) # (!\text_gen|char_ram~41534_combout & (\text_gen|char_ram~41529_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41534_combout )))) + + .dataa(\text_gen|char_ram~41529_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41536_combout ), + .datad(\text_gen|char_ram~41534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41537 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9290feeder ( +// Equation(s): +// \text_gen|char_ram~9290feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9290feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9290feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9290feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y49_N5 +dffeas \text_gen|char_ram~9290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9290feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y49_N27 +dffeas \text_gen|char_ram~9402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y45_N27 +dffeas \text_gen|char_ram~9066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y45_N25 +dffeas \text_gen|char_ram~9178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41514 ( +// Equation(s): +// \text_gen|char_ram~41514_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~9178_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~9066_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9066_q ), + .datad(\text_gen|char_ram~9178_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41514 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41515 ( +// Equation(s): +// \text_gen|char_ram~41515_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41514_combout & ((\text_gen|char_ram~9402_q ))) # (!\text_gen|char_ram~41514_combout & (\text_gen|char_ram~9290_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41514_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9290_q ), + .datac(\text_gen|char_ram~9402_q ), + .datad(\text_gen|char_ram~41514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41515 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7498feeder ( +// Equation(s): +// \text_gen|char_ram~7498feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y49_N15 +dffeas \text_gen|char_ram~7498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y50_N17 +dffeas \text_gen|char_ram~7610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y57_N19 +dffeas \text_gen|char_ram~7274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y65_N9 +dffeas \text_gen|char_ram~7386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41507 ( +// Equation(s): +// \text_gen|char_ram~41507_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~7386_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7274_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7274_q ), + .datad(\text_gen|char_ram~7386_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41507 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41508 ( +// Equation(s): +// \text_gen|char_ram~41508_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41507_combout & ((\text_gen|char_ram~7610_q ))) # (!\text_gen|char_ram~41507_combout & (\text_gen|char_ram~7498_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41507_combout )))) + + .dataa(\text_gen|char_ram~7498_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7610_q ), + .datad(\text_gen|char_ram~41507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41508 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y52_N5 +dffeas \text_gen|char_ram~7491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y51_N13 +dffeas \text_gen|char_ram~7267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41511 ( +// Equation(s): +// \text_gen|char_ram~41511_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~7491_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~7267_q ))))) + + .dataa(\text_gen|char_ram~7491_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7267_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41511 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N23 +dffeas \text_gen|char_ram~7603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7379feeder ( +// Equation(s): +// \text_gen|char_ram~7379feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7379feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7379feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7379feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y54_N11 +dffeas \text_gen|char_ram~7379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7379feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41512 ( +// Equation(s): +// \text_gen|char_ram~41512_combout = (\text_gen|char_ram~41511_combout & (((\text_gen|char_ram~7603_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41511_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~7379_q )))) + + .dataa(\text_gen|char_ram~41511_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7603_q ), + .datad(\text_gen|char_ram~7379_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41512 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y39_N7 +dffeas \text_gen|char_ram~9059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y39_N1 +dffeas \text_gen|char_ram~9283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41509 ( +// Equation(s): +// \text_gen|char_ram~41509_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~9283_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9059_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9059_q ), + .datad(\text_gen|char_ram~9283_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41509 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y39_N25 +dffeas \text_gen|char_ram~9395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9171feeder ( +// Equation(s): +// \text_gen|char_ram~9171feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9171feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9171feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9171feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N15 +dffeas \text_gen|char_ram~9171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9171feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41510 ( +// Equation(s): +// \text_gen|char_ram~41510_combout = (\text_gen|char_ram~41509_combout & (((\text_gen|char_ram~9395_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41509_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~9171_q )))) + + .dataa(\text_gen|char_ram~41509_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~9395_q ), + .datad(\text_gen|char_ram~9171_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41510 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41513 ( +// Equation(s): +// \text_gen|char_ram~41513_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [4]) # (\text_gen|char_ram~41510_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~41512_combout & (!\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~41512_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41513 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~41513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41516 ( +// Equation(s): +// \text_gen|char_ram~41516_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41513_combout & (\text_gen|char_ram~41515_combout )) # (!\text_gen|char_ram~41513_combout & ((\text_gen|char_ram~41508_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41513_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41515_combout ), + .datac(\text_gen|char_ram~41508_combout ), + .datad(\text_gen|char_ram~41513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41516 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7351feeder ( +// Equation(s): +// \text_gen|char_ram~7351feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7351feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y46_N9 +dffeas \text_gen|char_ram~7351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y49_N19 +dffeas \text_gen|char_ram~7575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y49_N3 +dffeas \text_gen|char_ram~7239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y49_N19 +dffeas \text_gen|char_ram~7463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41521 ( +// Equation(s): +// \text_gen|char_ram~41521_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~7463_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~7239_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7239_q ), + .datad(\text_gen|char_ram~7463_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41521 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41522 ( +// Equation(s): +// \text_gen|char_ram~41522_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41521_combout & ((\text_gen|char_ram~7575_q ))) # (!\text_gen|char_ram~41521_combout & (\text_gen|char_ram~7351_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41521_combout )))) + + .dataa(\text_gen|char_ram~7351_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~7575_q ), + .datad(\text_gen|char_ram~41521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41522 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y39_N29 +dffeas \text_gen|char_ram~9255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y39_N3 +dffeas \text_gen|char_ram~9031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41519 ( +// Equation(s): +// \text_gen|char_ram~41519_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~9255_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~9031_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~9255_q ), + .datac(\text_gen|char_ram~9031_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41519 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y43_N27 +dffeas \text_gen|char_ram~9367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y43_N15 +dffeas \text_gen|char_ram~9143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41520 ( +// Equation(s): +// \text_gen|char_ram~41520_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41519_combout & (\text_gen|char_ram~9367_q )) # (!\text_gen|char_ram~41519_combout & ((\text_gen|char_ram~9143_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41519_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41519_combout ), + .datac(\text_gen|char_ram~9367_q ), + .datad(\text_gen|char_ram~9143_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41520 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41523 ( +// Equation(s): +// \text_gen|char_ram~41523_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~41520_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~41522_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~41522_combout ), + .datad(\text_gen|char_ram~41520_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41523 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y49_N19 +dffeas \text_gen|char_ram~7470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y49_N1 +dffeas \text_gen|char_ram~7582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y49_N21 +dffeas \text_gen|char_ram~7246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y49_N13 +dffeas \text_gen|char_ram~7358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41517 ( +// Equation(s): +// \text_gen|char_ram~41517_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~7358_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~7246_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7246_q ), + .datad(\text_gen|char_ram~7358_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41517 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41518 ( +// Equation(s): +// \text_gen|char_ram~41518_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41517_combout & ((\text_gen|char_ram~7582_q ))) # (!\text_gen|char_ram~41517_combout & (\text_gen|char_ram~7470_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41517_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7470_q ), + .datac(\text_gen|char_ram~7582_q ), + .datad(\text_gen|char_ram~41517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41518 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9262feeder ( +// Equation(s): +// \text_gen|char_ram~9262feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9262feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9262feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9262feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N21 +dffeas \text_gen|char_ram~9262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9262feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y49_N7 +dffeas \text_gen|char_ram~9374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y52_N29 +dffeas \text_gen|char_ram~9038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9150feeder ( +// Equation(s): +// \text_gen|char_ram~9150feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9150feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9150feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9150feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N31 +dffeas \text_gen|char_ram~9150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9150feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41524 ( +// Equation(s): +// \text_gen|char_ram~41524_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~9150_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~9038_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~9038_q ), + .datad(\text_gen|char_ram~9150_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41524 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41525 ( +// Equation(s): +// \text_gen|char_ram~41525_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41524_combout & ((\text_gen|char_ram~9374_q ))) # (!\text_gen|char_ram~41524_combout & (\text_gen|char_ram~9262_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41524_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~9262_q ), + .datac(\text_gen|char_ram~9374_q ), + .datad(\text_gen|char_ram~41524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41525 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41526 ( +// Equation(s): +// \text_gen|char_ram~41526_combout = (\text_gen|char_ram~41523_combout & (((\text_gen|char_ram~41525_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~41523_combout & (\text_gen|char_ram~41518_combout & (\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~41523_combout ), + .datab(\text_gen|char_ram~41518_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41525_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41526 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~41526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41527 ( +// Equation(s): +// \text_gen|char_ram~41527_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~41516_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~41526_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41516_combout ), + .datad(\text_gen|char_ram~41526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41527 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N11 +dffeas \text_gen|char_ram~12846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y46_N31 +dffeas \text_gen|char_ram~12958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y46_N1 +dffeas \text_gen|char_ram~12622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12734feeder ( +// Equation(s): +// \text_gen|char_ram~12734feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12734feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y46_N9 +dffeas \text_gen|char_ram~12734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41504 ( +// Equation(s): +// \text_gen|char_ram~41504_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~12734_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~12622_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~12622_q ), + .datad(\text_gen|char_ram~12734_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41504 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41505 ( +// Equation(s): +// \text_gen|char_ram~41505_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41504_combout & ((\text_gen|char_ram~12958_q ))) # (!\text_gen|char_ram~41504_combout & (\text_gen|char_ram~12846_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41504_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~12846_q ), + .datac(\text_gen|char_ram~12958_q ), + .datad(\text_gen|char_ram~41504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41505 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y48_N23 +dffeas \text_gen|char_ram~12951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y48_N27 +dffeas \text_gen|char_ram~12615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y48_N13 +dffeas \text_gen|char_ram~12839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41499 ( +// Equation(s): +// \text_gen|char_ram~41499_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12839_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12615_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12615_q ), + .datad(\text_gen|char_ram~12839_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41499 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12727feeder ( +// Equation(s): +// \text_gen|char_ram~12727feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y48_N17 +dffeas \text_gen|char_ram~12727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41500 ( +// Equation(s): +// \text_gen|char_ram~41500_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41499_combout & (\text_gen|char_ram~12951_q )) # (!\text_gen|char_ram~41499_combout & ((\text_gen|char_ram~12727_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41499_combout )))) + + .dataa(\text_gen|char_ram~12951_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41499_combout ), + .datad(\text_gen|char_ram~12727_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41500 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~41500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y50_N11 +dffeas \text_gen|char_ram~10935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y50_N29 +dffeas \text_gen|char_ram~11159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y50_N19 +dffeas \text_gen|char_ram~10823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y47_N23 +dffeas \text_gen|char_ram~11047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41501 ( +// Equation(s): +// \text_gen|char_ram~41501_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11047_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10823_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10823_q ), + .datad(\text_gen|char_ram~11047_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41501 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41502 ( +// Equation(s): +// \text_gen|char_ram~41502_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41501_combout & ((\text_gen|char_ram~11159_q ))) # (!\text_gen|char_ram~41501_combout & (\text_gen|char_ram~10935_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41501_combout )))) + + .dataa(\text_gen|char_ram~10935_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11159_q ), + .datad(\text_gen|char_ram~41501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41502 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41503 ( +// Equation(s): +// \text_gen|char_ram~41503_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41500_combout ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~8_combout & (((!\vga_c|h_cnt [4] & \text_gen|char_ram~41502_combout )))) + + .dataa(\text_gen|char_ram~41500_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41503 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~41503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11054feeder ( +// Equation(s): +// \text_gen|char_ram~11054feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11054feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11054feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11054feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N13 +dffeas \text_gen|char_ram~11054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11054feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y50_N15 +dffeas \text_gen|char_ram~11166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y50_N17 +dffeas \text_gen|char_ram~10830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10942feeder ( +// Equation(s): +// \text_gen|char_ram~10942feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10942feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10942feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10942feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N13 +dffeas \text_gen|char_ram~10942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10942feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41497 ( +// Equation(s): +// \text_gen|char_ram~41497_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10942_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10830_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10830_q ), + .datad(\text_gen|char_ram~10942_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41497 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41498 ( +// Equation(s): +// \text_gen|char_ram~41498_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41497_combout & ((\text_gen|char_ram~11166_q ))) # (!\text_gen|char_ram~41497_combout & (\text_gen|char_ram~11054_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41497_combout )))) + + .dataa(\text_gen|char_ram~11054_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11166_q ), + .datad(\text_gen|char_ram~41497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41498 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41506 ( +// Equation(s): +// \text_gen|char_ram~41506_combout = (\text_gen|char_ram~41503_combout & ((\text_gen|char_ram~41505_combout ) # ((!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~41503_combout & (((\vga_c|h_cnt [4] & \text_gen|char_ram~41498_combout )))) + + .dataa(\text_gen|char_ram~41505_combout ), + .datab(\text_gen|char_ram~41503_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41506 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~41506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41538 ( +// Equation(s): +// \text_gen|char_ram~41538_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41527_combout & (\text_gen|char_ram~41537_combout )) # (!\text_gen|char_ram~41527_combout & ((\text_gen|char_ram~41506_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41527_combout )))) + + .dataa(\text_gen|char_ram~41537_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~41527_combout ), + .datad(\text_gen|char_ram~41506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41538 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~41538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5706feeder ( +// Equation(s): +// \text_gen|char_ram~5706feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y43_N25 +dffeas \text_gen|char_ram~5706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y47_N23 +dffeas \text_gen|char_ram~5818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N15 +dffeas \text_gen|char_ram~5482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y47_N25 +dffeas \text_gen|char_ram~5594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41577 ( +// Equation(s): +// \text_gen|char_ram~41577_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~5594_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5482_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5482_q ), + .datad(\text_gen|char_ram~5594_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41577 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41578 ( +// Equation(s): +// \text_gen|char_ram~41578_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41577_combout & ((\text_gen|char_ram~5818_q ))) # (!\text_gen|char_ram~41577_combout & (\text_gen|char_ram~5706_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41577_combout )))) + + .dataa(\text_gen|char_ram~5706_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5818_q ), + .datad(\text_gen|char_ram~41577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41578 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5678feeder ( +// Equation(s): +// \text_gen|char_ram~5678feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5678feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y33_N23 +dffeas \text_gen|char_ram~5678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5790feeder ( +// Equation(s): +// \text_gen|char_ram~5790feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5790feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5790feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5790feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y50_N11 +dffeas \text_gen|char_ram~5790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5790feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5566feeder ( +// Equation(s): +// \text_gen|char_ram~5566feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5566feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y50_N29 +dffeas \text_gen|char_ram~5566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N9 +dffeas \text_gen|char_ram~5454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41570 ( +// Equation(s): +// \text_gen|char_ram~41570_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~5566_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~5454_q ))))) + + .dataa(\text_gen|char_ram~5566_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5454_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41570 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41571 ( +// Equation(s): +// \text_gen|char_ram~41571_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41570_combout & ((\text_gen|char_ram~5790_q ))) # (!\text_gen|char_ram~41570_combout & (\text_gen|char_ram~5678_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41570_combout )))) + + .dataa(\text_gen|char_ram~5678_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5790_q ), + .datad(\text_gen|char_ram~41570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41571 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5587feeder ( +// Equation(s): +// \text_gen|char_ram~5587feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5587feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5587feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5587feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y33_N5 +dffeas \text_gen|char_ram~5587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5587feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y44_N15 +dffeas \text_gen|char_ram~5811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y40_N13 +dffeas \text_gen|char_ram~5699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y44_N21 +dffeas \text_gen|char_ram~5475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41572 ( +// Equation(s): +// \text_gen|char_ram~41572_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~5699_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~5475_q ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5699_q ), + .datac(\text_gen|char_ram~5475_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41572 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41573 ( +// Equation(s): +// \text_gen|char_ram~41573_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41572_combout & ((\text_gen|char_ram~5811_q ))) # (!\text_gen|char_ram~41572_combout & (\text_gen|char_ram~5587_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41572_combout )))) + + .dataa(\text_gen|char_ram~5587_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~5811_q ), + .datad(\text_gen|char_ram~41572_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41573 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5559feeder ( +// Equation(s): +// \text_gen|char_ram~5559feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5559feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y40_N3 +dffeas \text_gen|char_ram~5559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y40_N3 +dffeas \text_gen|char_ram~5783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y40_N29 +dffeas \text_gen|char_ram~5447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N31 +dffeas \text_gen|char_ram~5671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41574 ( +// Equation(s): +// \text_gen|char_ram~41574_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~5671_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~5447_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~5447_q ), + .datad(\text_gen|char_ram~5671_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41574 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41575 ( +// Equation(s): +// \text_gen|char_ram~41575_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41574_combout & ((\text_gen|char_ram~5783_q ))) # (!\text_gen|char_ram~41574_combout & (\text_gen|char_ram~5559_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41574_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5559_q ), + .datac(\text_gen|char_ram~5783_q ), + .datad(\text_gen|char_ram~41574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41575 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41576 ( +// Equation(s): +// \text_gen|char_ram~41576_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~41573_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~41575_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41573_combout ), + .datad(\text_gen|char_ram~41575_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41576 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41579 ( +// Equation(s): +// \text_gen|char_ram~41579_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41576_combout & (\text_gen|char_ram~41578_combout )) # (!\text_gen|char_ram~41576_combout & ((\text_gen|char_ram~41571_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41576_combout )))) + + .dataa(\text_gen|char_ram~41578_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41571_combout ), + .datad(\text_gen|char_ram~41576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41579 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y26_N5 +dffeas \text_gen|char_ram~2094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y42_N19 +dffeas \text_gen|char_ram~2206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N15 +dffeas \text_gen|char_ram~1870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y46_N23 +dffeas \text_gen|char_ram~1982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41549 ( +// Equation(s): +// \text_gen|char_ram~41549_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~1982_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1870_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1870_q ), + .datad(\text_gen|char_ram~1982_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41549 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41550 ( +// Equation(s): +// \text_gen|char_ram~41550_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41549_combout & ((\text_gen|char_ram~2206_q ))) # (!\text_gen|char_ram~41549_combout & (\text_gen|char_ram~2094_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41549_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~2094_q ), + .datac(\text_gen|char_ram~2206_q ), + .datad(\text_gen|char_ram~41549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41550 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2122feeder ( +// Equation(s): +// \text_gen|char_ram~2122feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2122feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y43_N15 +dffeas \text_gen|char_ram~2122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y38_N25 +dffeas \text_gen|char_ram~2234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y38_N23 +dffeas \text_gen|char_ram~1898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y38_N11 +dffeas \text_gen|char_ram~2010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2010 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41556 ( +// Equation(s): +// \text_gen|char_ram~41556_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~2010_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1898_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1898_q ), + .datad(\text_gen|char_ram~2010_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41556 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41557 ( +// Equation(s): +// \text_gen|char_ram~41557_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41556_combout & ((\text_gen|char_ram~2234_q ))) # (!\text_gen|char_ram~41556_combout & (\text_gen|char_ram~2122_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41556_combout )))) + + .dataa(\text_gen|char_ram~2122_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~2234_q ), + .datad(\text_gen|char_ram~41556_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41557 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y37_N13 +dffeas \text_gen|char_ram~1891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y37_N13 +dffeas \text_gen|char_ram~2115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41551 ( +// Equation(s): +// \text_gen|char_ram~41551_combout = (\text_gen|Add5~2_combout & (((\text_gen|char_ram~2115_q ) # (\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1891_q & ((!\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~1891_q ), + .datac(\text_gen|char_ram~2115_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41551 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~41551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y37_N3 +dffeas \text_gen|char_ram~2227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2003feeder ( +// Equation(s): +// \text_gen|char_ram~2003feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2003feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2003feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2003feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y37_N15 +dffeas \text_gen|char_ram~2003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2003feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41552 ( +// Equation(s): +// \text_gen|char_ram~41552_combout = (\text_gen|char_ram~41551_combout & (((\text_gen|char_ram~2227_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41551_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~2003_q )))) + + .dataa(\text_gen|char_ram~41551_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2227_q ), + .datad(\text_gen|char_ram~2003_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41552 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y38_N29 +dffeas \text_gen|char_ram~1975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y38_N13 +dffeas \text_gen|char_ram~2199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y37_N13 +dffeas \text_gen|char_ram~1863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y41_N23 +dffeas \text_gen|char_ram~2087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41553 ( +// Equation(s): +// \text_gen|char_ram~41553_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~2087_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~1863_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~1863_q ), + .datad(\text_gen|char_ram~2087_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41553 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41554 ( +// Equation(s): +// \text_gen|char_ram~41554_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41553_combout & ((\text_gen|char_ram~2199_q ))) # (!\text_gen|char_ram~41553_combout & (\text_gen|char_ram~1975_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41553_combout )))) + + .dataa(\text_gen|char_ram~1975_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~2199_q ), + .datad(\text_gen|char_ram~41553_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41554 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41555 ( +// Equation(s): +// \text_gen|char_ram~41555_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~41552_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~41554_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41552_combout ), + .datad(\text_gen|char_ram~41554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41555 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41558 ( +// Equation(s): +// \text_gen|char_ram~41558_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41555_combout & ((\text_gen|char_ram~41557_combout ))) # (!\text_gen|char_ram~41555_combout & (\text_gen|char_ram~41550_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41555_combout )))) + + .dataa(\text_gen|char_ram~41550_combout ), + .datab(\text_gen|char_ram~41557_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41558 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~41558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~78feeder ( +// Equation(s): +// \text_gen|char_ram~78feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~78feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~78feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~78feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y46_N9 +dffeas \text_gen|char_ram~78 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~78feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~78_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~78 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~78 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y46_N11 +dffeas \text_gen|char_ram~190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41559 ( +// Equation(s): +// \text_gen|char_ram~41559_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~190_q ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~78_q & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~78_q ), + .datac(\text_gen|char_ram~190_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41559 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~41559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y46_N17 +dffeas \text_gen|char_ram~414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y45_N13 +dffeas \text_gen|char_ram~302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41560 ( +// Equation(s): +// \text_gen|char_ram~41560_combout = (\text_gen|char_ram~41559_combout & (((\text_gen|char_ram~414_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41559_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~302_q )))) + + .dataa(\text_gen|char_ram~41559_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~414_q ), + .datad(\text_gen|char_ram~302_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41560 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~330feeder ( +// Equation(s): +// \text_gen|char_ram~330feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~330feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y42_N7 +dffeas \text_gen|char_ram~330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y42_N11 +dffeas \text_gen|char_ram~442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y42_N27 +dffeas \text_gen|char_ram~106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~218feeder ( +// Equation(s): +// \text_gen|char_ram~218feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y45_N13 +dffeas \text_gen|char_ram~218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41566 ( +// Equation(s): +// \text_gen|char_ram~41566_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~218_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~106_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~106_q ), + .datad(\text_gen|char_ram~218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41566 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41567 ( +// Equation(s): +// \text_gen|char_ram~41567_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41566_combout & ((\text_gen|char_ram~442_q ))) # (!\text_gen|char_ram~41566_combout & (\text_gen|char_ram~330_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41566_combout )))) + + .dataa(\text_gen|char_ram~330_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~442_q ), + .datad(\text_gen|char_ram~41566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41567 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y38_N11 +dffeas \text_gen|char_ram~71 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~71_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~71 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~71 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y42_N23 +dffeas \text_gen|char_ram~295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41563 ( +// Equation(s): +// \text_gen|char_ram~41563_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~295_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~71_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~71_q ), + .datad(\text_gen|char_ram~295_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41563 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y42_N1 +dffeas \text_gen|char_ram~407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y42_N15 +dffeas \text_gen|char_ram~183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41564 ( +// Equation(s): +// \text_gen|char_ram~41564_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41563_combout & (\text_gen|char_ram~407_q )) # (!\text_gen|char_ram~41563_combout & ((\text_gen|char_ram~183_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41563_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41563_combout ), + .datac(\text_gen|char_ram~407_q ), + .datad(\text_gen|char_ram~183_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41564 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y40_N1 +dffeas \text_gen|char_ram~99 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~99_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~99 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~99 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y41_N1 +dffeas \text_gen|char_ram~323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41561 ( +// Equation(s): +// \text_gen|char_ram~41561_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~323_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~99_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~99_q ), + .datad(\text_gen|char_ram~323_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41561 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y41_N31 +dffeas \text_gen|char_ram~435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~211feeder ( +// Equation(s): +// \text_gen|char_ram~211feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~211feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~211feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~211feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y20_N7 +dffeas \text_gen|char_ram~211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~211feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41562 ( +// Equation(s): +// \text_gen|char_ram~41562_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41561_combout & (\text_gen|char_ram~435_q )) # (!\text_gen|char_ram~41561_combout & ((\text_gen|char_ram~211_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41561_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41561_combout ), + .datac(\text_gen|char_ram~435_q ), + .datad(\text_gen|char_ram~211_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41562 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41565 ( +// Equation(s): +// \text_gen|char_ram~41565_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~41562_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41564_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41564_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~41562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41565 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~41565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41568 ( +// Equation(s): +// \text_gen|char_ram~41568_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41565_combout & ((\text_gen|char_ram~41567_combout ))) # (!\text_gen|char_ram~41565_combout & (\text_gen|char_ram~41560_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41565_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41560_combout ), + .datac(\text_gen|char_ram~41567_combout ), + .datad(\text_gen|char_ram~41565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41568 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41569 ( +// Equation(s): +// \text_gen|char_ram~41569_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41558_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~41568_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~41558_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~41568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41569 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~41569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y49_N1 +dffeas \text_gen|char_ram~3767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y49_N19 +dffeas \text_gen|char_ram~3991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y49_N21 +dffeas \text_gen|char_ram~3655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y44_N23 +dffeas \text_gen|char_ram~3879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41543 ( +// Equation(s): +// \text_gen|char_ram~41543_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~3879_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3655_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3655_q ), + .datad(\text_gen|char_ram~3879_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41543 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41544 ( +// Equation(s): +// \text_gen|char_ram~41544_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41543_combout & ((\text_gen|char_ram~3991_q ))) # (!\text_gen|char_ram~41543_combout & (\text_gen|char_ram~3767_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41543_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3767_q ), + .datac(\text_gen|char_ram~3991_q ), + .datad(\text_gen|char_ram~41543_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41544 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y47_N17 +dffeas \text_gen|char_ram~3683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3907feeder ( +// Equation(s): +// \text_gen|char_ram~3907feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y35_N27 +dffeas \text_gen|char_ram~3907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41541 ( +// Equation(s): +// \text_gen|char_ram~41541_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~3907_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3683_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3683_q ), + .datad(\text_gen|char_ram~3907_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41541 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y47_N23 +dffeas \text_gen|char_ram~4019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3795feeder ( +// Equation(s): +// \text_gen|char_ram~3795feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y47_N25 +dffeas \text_gen|char_ram~3795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41542 ( +// Equation(s): +// \text_gen|char_ram~41542_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41541_combout & (\text_gen|char_ram~4019_q )) # (!\text_gen|char_ram~41541_combout & ((\text_gen|char_ram~3795_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41541_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41541_combout ), + .datac(\text_gen|char_ram~4019_q ), + .datad(\text_gen|char_ram~3795_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41542 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41545 ( +// Equation(s): +// \text_gen|char_ram~41545_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~41542_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41544_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41544_combout ), + .datad(\text_gen|char_ram~41542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41545 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3886feeder ( +// Equation(s): +// \text_gen|char_ram~3886feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y47_N15 +dffeas \text_gen|char_ram~3886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y47_N5 +dffeas \text_gen|char_ram~3998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y47_N19 +dffeas \text_gen|char_ram~3662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3774feeder ( +// Equation(s): +// \text_gen|char_ram~3774feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3774feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3774feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3774feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N19 +dffeas \text_gen|char_ram~3774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3774feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41539 ( +// Equation(s): +// \text_gen|char_ram~41539_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~3774_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3662_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3662_q ), + .datad(\text_gen|char_ram~3774_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41539 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41540 ( +// Equation(s): +// \text_gen|char_ram~41540_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41539_combout & ((\text_gen|char_ram~3998_q ))) # (!\text_gen|char_ram~41539_combout & (\text_gen|char_ram~3886_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41539_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~3886_q ), + .datac(\text_gen|char_ram~3998_q ), + .datad(\text_gen|char_ram~41539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41540 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y49_N17 +dffeas \text_gen|char_ram~3914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y49_N19 +dffeas \text_gen|char_ram~4026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y49_N19 +dffeas \text_gen|char_ram~3690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y49_N3 +dffeas \text_gen|char_ram~3802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41546 ( +// Equation(s): +// \text_gen|char_ram~41546_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~3802_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~3690_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3690_q ), + .datad(\text_gen|char_ram~3802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41546 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41547 ( +// Equation(s): +// \text_gen|char_ram~41547_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41546_combout & ((\text_gen|char_ram~4026_q ))) # (!\text_gen|char_ram~41546_combout & (\text_gen|char_ram~3914_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41546_combout )))) + + .dataa(\text_gen|char_ram~3914_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~4026_q ), + .datad(\text_gen|char_ram~41546_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41547 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41548 ( +// Equation(s): +// \text_gen|char_ram~41548_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41545_combout & ((\text_gen|char_ram~41547_combout ))) # (!\text_gen|char_ram~41545_combout & (\text_gen|char_ram~41540_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~41545_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41545_combout ), + .datac(\text_gen|char_ram~41540_combout ), + .datad(\text_gen|char_ram~41547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41548 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41580 ( +// Equation(s): +// \text_gen|char_ram~41580_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41569_combout & (\text_gen|char_ram~41579_combout )) # (!\text_gen|char_ram~41569_combout & ((\text_gen|char_ram~41548_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41569_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~41579_combout ), + .datac(\text_gen|char_ram~41569_combout ), + .datad(\text_gen|char_ram~41548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41580 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41581 ( +// Equation(s): +// \text_gen|char_ram~41581_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41538_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41580_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41538_combout ), + .datad(\text_gen|char_ram~41580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41581 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41624 ( +// Equation(s): +// \text_gen|char_ram~41624_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41581_combout & (\text_gen|char_ram~41623_combout )) # (!\text_gen|char_ram~41581_combout & ((\text_gen|char_ram~41496_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41581_combout )))) + + .dataa(\text_gen|char_ram~41623_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~41496_combout ), + .datad(\text_gen|char_ram~41581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41624 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41625 ( +// Equation(s): +// \text_gen|char_ram~41625_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~41454_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~41624_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41454_combout ), + .datad(\text_gen|char_ram~41624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41625 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y60_N21 +dffeas \text_gen|char_ram~17130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y61_N31 +dffeas \text_gen|char_ram~20707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y60_N27 +dffeas \text_gen|char_ram~17123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41192 ( +// Equation(s): +// \text_gen|char_ram~41192_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20707_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~17123_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20707_q ), + .datac(\text_gen|char_ram~17123_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41192 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y61_N25 +dffeas \text_gen|char_ram~20714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41193 ( +// Equation(s): +// \text_gen|char_ram~41193_combout = (\text_gen|char_ram~41192_combout & (((\text_gen|char_ram~20714_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~41192_combout & (\text_gen|char_ram~17130_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~17130_q ), + .datab(\text_gen|char_ram~41192_combout ), + .datac(\text_gen|char_ram~20714_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~41193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41193 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17242feeder ( +// Equation(s): +// \text_gen|char_ram~17242feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~17242feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17242feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~17242feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y61_N9 +dffeas \text_gen|char_ram~17242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17242feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y58_N9 +dffeas \text_gen|char_ram~20826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20819feeder ( +// Equation(s): +// \text_gen|char_ram~20819feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20819feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20819feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20819feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y58_N23 +dffeas \text_gen|char_ram~20819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20819feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y58_N19 +dffeas \text_gen|char_ram~17235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41190 ( +// Equation(s): +// \text_gen|char_ram~41190_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20819_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~17235_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20819_q ), + .datac(\text_gen|char_ram~17235_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41190 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41191 ( +// Equation(s): +// \text_gen|char_ram~41191_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41190_combout & ((\text_gen|char_ram~20826_q ))) # (!\text_gen|char_ram~41190_combout & (\text_gen|char_ram~17242_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41190_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17242_q ), + .datac(\text_gen|char_ram~20826_q ), + .datad(\text_gen|char_ram~41190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41191 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41194 ( +// Equation(s): +// \text_gen|char_ram~41194_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~41191_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41193_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41193_combout ), + .datad(\text_gen|char_ram~41191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41194 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17354feeder ( +// Equation(s): +// \text_gen|char_ram~17354feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17354feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17354feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17354feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N31 +dffeas \text_gen|char_ram~17354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17354feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y58_N15 +dffeas \text_gen|char_ram~20938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20938 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y60_N1 +dffeas \text_gen|char_ram~20931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20931 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y60_N11 +dffeas \text_gen|char_ram~17347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41188 ( +// Equation(s): +// \text_gen|char_ram~41188_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20931_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~17347_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20931_q ), + .datac(\text_gen|char_ram~17347_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41188 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41189 ( +// Equation(s): +// \text_gen|char_ram~41189_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41188_combout & ((\text_gen|char_ram~20938_q ))) # (!\text_gen|char_ram~41188_combout & (\text_gen|char_ram~17354_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41188_combout )))) + + .dataa(\text_gen|char_ram~17354_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20938_q ), + .datad(\text_gen|char_ram~41188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41189 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21050feeder ( +// Equation(s): +// \text_gen|char_ram~21050feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21050feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y57_N23 +dffeas \text_gen|char_ram~21050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17466feeder ( +// Equation(s): +// \text_gen|char_ram~17466feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17466feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17466feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17466feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y60_N5 +dffeas \text_gen|char_ram~17466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17466feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y60_N15 +dffeas \text_gen|char_ram~21043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y63_N11 +dffeas \text_gen|char_ram~17459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y63_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41195 ( +// Equation(s): +// \text_gen|char_ram~41195_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~21043_q ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~17459_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~21043_q ), + .datac(\text_gen|char_ram~17459_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~41195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41195 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41196 ( +// Equation(s): +// \text_gen|char_ram~41196_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41195_combout & (\text_gen|char_ram~21050_q )) # (!\text_gen|char_ram~41195_combout & ((\text_gen|char_ram~17466_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41195_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~21050_q ), + .datac(\text_gen|char_ram~17466_q ), + .datad(\text_gen|char_ram~41195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41196 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41197 ( +// Equation(s): +// \text_gen|char_ram~41197_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41194_combout & ((\text_gen|char_ram~41196_combout ))) # (!\text_gen|char_ram~41194_combout & (\text_gen|char_ram~41189_combout )))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41194_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41194_combout ), + .datac(\text_gen|char_ram~41189_combout ), + .datad(\text_gen|char_ram~41196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41197 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17438feeder ( +// Equation(s): +// \text_gen|char_ram~17438feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y42_N11 +dffeas \text_gen|char_ram~17438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y52_N21 +dffeas \text_gen|char_ram~21022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y53_N9 +dffeas \text_gen|char_ram~21015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y52_N11 +dffeas \text_gen|char_ram~17431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41164 ( +// Equation(s): +// \text_gen|char_ram~41164_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~21015_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~17431_q ))))) + + .dataa(\text_gen|char_ram~21015_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17431_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41164 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41165 ( +// Equation(s): +// \text_gen|char_ram~41165_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41164_combout & ((\text_gen|char_ram~21022_q ))) # (!\text_gen|char_ram~41164_combout & (\text_gen|char_ram~17438_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41164_combout )))) + + .dataa(\text_gen|char_ram~17438_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21022_q ), + .datad(\text_gen|char_ram~41164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41165 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y53_N11 +dffeas \text_gen|char_ram~20798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y46_N9 +dffeas \text_gen|char_ram~17214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y38_N15 +dffeas \text_gen|char_ram~17207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20791feeder ( +// Equation(s): +// \text_gen|char_ram~20791feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20791feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20791feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20791feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y53_N1 +dffeas \text_gen|char_ram~20791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20791feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41157 ( +// Equation(s): +// \text_gen|char_ram~41157_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~20791_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~17207_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~17207_q ), + .datad(\text_gen|char_ram~20791_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41157 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41158 ( +// Equation(s): +// \text_gen|char_ram~41158_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41157_combout & (\text_gen|char_ram~20798_q )) # (!\text_gen|char_ram~41157_combout & ((\text_gen|char_ram~17214_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41157_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20798_q ), + .datac(\text_gen|char_ram~17214_q ), + .datad(\text_gen|char_ram~41157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41158 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17326feeder ( +// Equation(s): +// \text_gen|char_ram~17326feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y46_N21 +dffeas \text_gen|char_ram~17326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y46_N27 +dffeas \text_gen|char_ram~20910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20903feeder ( +// Equation(s): +// \text_gen|char_ram~20903feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20903feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y53_N13 +dffeas \text_gen|char_ram~20903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20903 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y46_N1 +dffeas \text_gen|char_ram~17319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41159 ( +// Equation(s): +// \text_gen|char_ram~41159_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20903_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~17319_q ))))) + + .dataa(\text_gen|char_ram~20903_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17319_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41159 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41160 ( +// Equation(s): +// \text_gen|char_ram~41160_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41159_combout & ((\text_gen|char_ram~20910_q ))) # (!\text_gen|char_ram~41159_combout & (\text_gen|char_ram~17326_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41159_combout )))) + + .dataa(\text_gen|char_ram~17326_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20910_q ), + .datad(\text_gen|char_ram~41159_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41160 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17102feeder ( +// Equation(s): +// \text_gen|char_ram~17102feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y24_N23 +dffeas \text_gen|char_ram~17102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y56_N31 +dffeas \text_gen|char_ram~20686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20679feeder ( +// Equation(s): +// \text_gen|char_ram~20679feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y57_N31 +dffeas \text_gen|char_ram~20679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y56_N21 +dffeas \text_gen|char_ram~17095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41161 ( +// Equation(s): +// \text_gen|char_ram~41161_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20679_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~17095_q ))))) + + .dataa(\text_gen|char_ram~20679_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17095_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41161 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41162 ( +// Equation(s): +// \text_gen|char_ram~41162_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41161_combout & ((\text_gen|char_ram~20686_q ))) # (!\text_gen|char_ram~41161_combout & (\text_gen|char_ram~17102_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41161_combout )))) + + .dataa(\text_gen|char_ram~17102_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20686_q ), + .datad(\text_gen|char_ram~41161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41162 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41163 ( +// Equation(s): +// \text_gen|char_ram~41163_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~41160_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~41162_combout ))))) + + .dataa(\text_gen|char_ram~41160_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41163 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~41163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41166 ( +// Equation(s): +// \text_gen|char_ram~41166_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41163_combout & (\text_gen|char_ram~41165_combout )) # (!\text_gen|char_ram~41163_combout & ((\text_gen|char_ram~41158_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41163_combout )))) + + .dataa(\text_gen|char_ram~41165_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41158_combout ), + .datad(\text_gen|char_ram~41163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41166 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y50_N9 +dffeas \text_gen|char_ram~15646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19230feeder ( +// Equation(s): +// \text_gen|char_ram~19230feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y49_N1 +dffeas \text_gen|char_ram~19230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y50_N15 +dffeas \text_gen|char_ram~15639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19223feeder ( +// Equation(s): +// \text_gen|char_ram~19223feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19223feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y51_N31 +dffeas \text_gen|char_ram~19223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41184 ( +// Equation(s): +// \text_gen|char_ram~41184_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~19223_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15639_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15639_q ), + .datad(\text_gen|char_ram~19223_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41184 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41185 ( +// Equation(s): +// \text_gen|char_ram~41185_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41184_combout & ((\text_gen|char_ram~19230_q ))) # (!\text_gen|char_ram~41184_combout & (\text_gen|char_ram~15646_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41184_combout )))) + + .dataa(\text_gen|char_ram~15646_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19230_q ), + .datad(\text_gen|char_ram~41184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41185 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y56_N29 +dffeas \text_gen|char_ram~15422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y56_N3 +dffeas \text_gen|char_ram~19006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y41_N5 +dffeas \text_gen|char_ram~18999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y41_N19 +dffeas \text_gen|char_ram~15415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41177 ( +// Equation(s): +// \text_gen|char_ram~41177_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18999_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15415_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18999_q ), + .datac(\text_gen|char_ram~15415_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41177 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41178 ( +// Equation(s): +// \text_gen|char_ram~41178_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41177_combout & ((\text_gen|char_ram~19006_q ))) # (!\text_gen|char_ram~41177_combout & (\text_gen|char_ram~15422_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41177_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15422_q ), + .datac(\text_gen|char_ram~19006_q ), + .datad(\text_gen|char_ram~41177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41178 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15310feeder ( +// Equation(s): +// \text_gen|char_ram~15310feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15310feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15310feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15310feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y61_N21 +dffeas \text_gen|char_ram~15310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15310feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y57_N17 +dffeas \text_gen|char_ram~18894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y57_N3 +dffeas \text_gen|char_ram~15303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18887feeder ( +// Equation(s): +// \text_gen|char_ram~18887feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18887feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y61_N19 +dffeas \text_gen|char_ram~18887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41181 ( +// Equation(s): +// \text_gen|char_ram~41181_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18887_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15303_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15303_q ), + .datad(\text_gen|char_ram~18887_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41181 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41182 ( +// Equation(s): +// \text_gen|char_ram~41182_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41181_combout & ((\text_gen|char_ram~18894_q ))) # (!\text_gen|char_ram~41181_combout & (\text_gen|char_ram~15310_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41181_combout )))) + + .dataa(\text_gen|char_ram~15310_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18894_q ), + .datad(\text_gen|char_ram~41181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41182 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15534feeder ( +// Equation(s): +// \text_gen|char_ram~15534feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15534feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y51_N15 +dffeas \text_gen|char_ram~15534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15534 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y51_N7 +dffeas \text_gen|char_ram~19118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y43_N21 +dffeas \text_gen|char_ram~19111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y39_N19 +dffeas \text_gen|char_ram~15527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41179 ( +// Equation(s): +// \text_gen|char_ram~41179_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19111_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15527_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19111_q ), + .datac(\text_gen|char_ram~15527_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41179 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41180 ( +// Equation(s): +// \text_gen|char_ram~41180_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41179_combout & ((\text_gen|char_ram~19118_q ))) # (!\text_gen|char_ram~41179_combout & (\text_gen|char_ram~15534_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41179_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15534_q ), + .datac(\text_gen|char_ram~19118_q ), + .datad(\text_gen|char_ram~41179_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41180 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41183 ( +// Equation(s): +// \text_gen|char_ram~41183_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~41180_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41182_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41182_combout ), + .datad(\text_gen|char_ram~41180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41183 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41186 ( +// Equation(s): +// \text_gen|char_ram~41186_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41183_combout & (\text_gen|char_ram~41185_combout )) # (!\text_gen|char_ram~41183_combout & ((\text_gen|char_ram~41178_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41183_combout )))) + + .dataa(\text_gen|char_ram~41185_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41178_combout ), + .datad(\text_gen|char_ram~41183_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41186 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15562feeder ( +// Equation(s): +// \text_gen|char_ram~15562feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15562feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15562feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15562feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N13 +dffeas \text_gen|char_ram~15562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15562feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y58_N9 +dffeas \text_gen|char_ram~19146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y58_N21 +dffeas \text_gen|char_ram~19139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y54_N27 +dffeas \text_gen|char_ram~15555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41167 ( +// Equation(s): +// \text_gen|char_ram~41167_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19139_q ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15555_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~19139_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15555_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~41167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41167 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41168 ( +// Equation(s): +// \text_gen|char_ram~41168_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41167_combout & ((\text_gen|char_ram~19146_q ))) # (!\text_gen|char_ram~41167_combout & (\text_gen|char_ram~15562_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41167_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15562_q ), + .datac(\text_gen|char_ram~19146_q ), + .datad(\text_gen|char_ram~41167_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41168 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15674feeder ( +// Equation(s): +// \text_gen|char_ram~15674feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15674feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y55_N11 +dffeas \text_gen|char_ram~15674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y58_N9 +dffeas \text_gen|char_ram~19258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y51_N29 +dffeas \text_gen|char_ram~19251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y51_N27 +dffeas \text_gen|char_ram~15667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41174 ( +// Equation(s): +// \text_gen|char_ram~41174_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19251_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15667_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19251_q ), + .datac(\text_gen|char_ram~15667_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41174 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41175 ( +// Equation(s): +// \text_gen|char_ram~41175_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41174_combout & ((\text_gen|char_ram~19258_q ))) # (!\text_gen|char_ram~41174_combout & (\text_gen|char_ram~15674_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41174_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15674_q ), + .datac(\text_gen|char_ram~19258_q ), + .datad(\text_gen|char_ram~41174_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41175 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y44_N9 +dffeas \text_gen|char_ram~15338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y58_N1 +dffeas \text_gen|char_ram~18922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y58_N17 +dffeas \text_gen|char_ram~18915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y58_N3 +dffeas \text_gen|char_ram~15331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41171 ( +// Equation(s): +// \text_gen|char_ram~41171_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18915_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15331_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18915_q ), + .datac(\text_gen|char_ram~15331_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41171 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41172 ( +// Equation(s): +// \text_gen|char_ram~41172_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41171_combout & ((\text_gen|char_ram~18922_q ))) # (!\text_gen|char_ram~41171_combout & (\text_gen|char_ram~15338_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41171_combout )))) + + .dataa(\text_gen|char_ram~15338_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18922_q ), + .datad(\text_gen|char_ram~41171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41172 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y54_N11 +dffeas \text_gen|char_ram~15450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y58_N5 +dffeas \text_gen|char_ram~19034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19027feeder ( +// Equation(s): +// \text_gen|char_ram~19027feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~19027feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19027feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~19027feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y55_N29 +dffeas \text_gen|char_ram~19027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19027feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y55_N27 +dffeas \text_gen|char_ram~15443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15443 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41169 ( +// Equation(s): +// \text_gen|char_ram~41169_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19027_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15443_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19027_q ), + .datac(\text_gen|char_ram~15443_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41169 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41170 ( +// Equation(s): +// \text_gen|char_ram~41170_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41169_combout & ((\text_gen|char_ram~19034_q ))) # (!\text_gen|char_ram~41169_combout & (\text_gen|char_ram~15450_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41169_combout )))) + + .dataa(\text_gen|char_ram~15450_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19034_q ), + .datad(\text_gen|char_ram~41169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41170 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41173 ( +// Equation(s): +// \text_gen|char_ram~41173_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~41170_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41172_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41172_combout ), + .datad(\text_gen|char_ram~41170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41173 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41176 ( +// Equation(s): +// \text_gen|char_ram~41176_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41173_combout & ((\text_gen|char_ram~41175_combout ))) # (!\text_gen|char_ram~41173_combout & (\text_gen|char_ram~41168_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41173_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41168_combout ), + .datac(\text_gen|char_ram~41175_combout ), + .datad(\text_gen|char_ram~41173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41176 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41187 ( +// Equation(s): +// \text_gen|char_ram~41187_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~41176_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41186_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41186_combout ), + .datad(\text_gen|char_ram~41176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41187 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41198 ( +// Equation(s): +// \text_gen|char_ram~41198_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41187_combout & (\text_gen|char_ram~41197_combout )) # (!\text_gen|char_ram~41187_combout & ((\text_gen|char_ram~41166_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41187_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~41197_combout ), + .datac(\text_gen|char_ram~41166_combout ), + .datad(\text_gen|char_ram~41187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41198 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y58_N3 +dffeas \text_gen|char_ram~4915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y56_N27 +dffeas \text_gen|char_ram~6707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y54_N15 +dffeas \text_gen|char_ram~3123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y54_N13 +dffeas \text_gen|char_ram~1331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41216 ( +// Equation(s): +// \text_gen|char_ram~41216_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3123_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1331_q +// ))))) + + .dataa(\text_gen|char_ram~3123_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1331_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41216 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41217 ( +// Equation(s): +// \text_gen|char_ram~41217_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41216_combout & ((\text_gen|char_ram~6707_q ))) # (!\text_gen|char_ram~41216_combout & (\text_gen|char_ram~4915_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41216_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4915_q ), + .datac(\text_gen|char_ram~6707_q ), + .datad(\text_gen|char_ram~41216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41217 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y55_N3 +dffeas \text_gen|char_ram~4803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y57_N27 +dffeas \text_gen|char_ram~6595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y55_N11 +dffeas \text_gen|char_ram~1219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y56_N7 +dffeas \text_gen|char_ram~3011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41209 ( +// Equation(s): +// \text_gen|char_ram~41209_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3011_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1219_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1219_q ), + .datad(\text_gen|char_ram~3011_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41209 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41210 ( +// Equation(s): +// \text_gen|char_ram~41210_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41209_combout & ((\text_gen|char_ram~6595_q ))) # (!\text_gen|char_ram~41209_combout & (\text_gen|char_ram~4803_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41209_combout )))) + + .dataa(\text_gen|char_ram~4803_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6595_q ), + .datad(\text_gen|char_ram~41209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41210 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N31 +dffeas \text_gen|char_ram~4579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y56_N1 +dffeas \text_gen|char_ram~6371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2787feeder ( +// Equation(s): +// \text_gen|char_ram~2787feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2787feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2787feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2787feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y60_N27 +dffeas \text_gen|char_ram~2787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2787feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y56_N27 +dffeas \text_gen|char_ram~995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41213 ( +// Equation(s): +// \text_gen|char_ram~41213_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2787_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~995_q +// ))))) + + .dataa(\text_gen|char_ram~2787_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~995_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41213 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41214 ( +// Equation(s): +// \text_gen|char_ram~41214_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41213_combout & ((\text_gen|char_ram~6371_q ))) # (!\text_gen|char_ram~41213_combout & (\text_gen|char_ram~4579_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41213_combout )))) + + .dataa(\text_gen|char_ram~4579_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6371_q ), + .datad(\text_gen|char_ram~41213_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41214 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4691feeder ( +// Equation(s): +// \text_gen|char_ram~4691feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4691feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4691feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4691feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y55_N13 +dffeas \text_gen|char_ram~4691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4691feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N11 +dffeas \text_gen|char_ram~6483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6483 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y40_N19 +dffeas \text_gen|char_ram~2899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y44_N5 +dffeas \text_gen|char_ram~1107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41211 ( +// Equation(s): +// \text_gen|char_ram~41211_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2899_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1107_q +// ))))) + + .dataa(\text_gen|char_ram~2899_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1107_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41211 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41212 ( +// Equation(s): +// \text_gen|char_ram~41212_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41211_combout & ((\text_gen|char_ram~6483_q ))) # (!\text_gen|char_ram~41211_combout & (\text_gen|char_ram~4691_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41211_combout )))) + + .dataa(\text_gen|char_ram~4691_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6483_q ), + .datad(\text_gen|char_ram~41211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41212 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41215 ( +// Equation(s): +// \text_gen|char_ram~41215_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~41212_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~41214_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41214_combout ), + .datad(\text_gen|char_ram~41212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41215 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41218 ( +// Equation(s): +// \text_gen|char_ram~41218_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41215_combout & (\text_gen|char_ram~41217_combout )) # (!\text_gen|char_ram~41215_combout & ((\text_gen|char_ram~41210_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41215_combout )))) + + .dataa(\text_gen|char_ram~41217_combout ), + .datab(\text_gen|char_ram~41210_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41215_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41218 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~41218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2871feeder ( +// Equation(s): +// \text_gen|char_ram~2871feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2871feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y44_N5 +dffeas \text_gen|char_ram~2871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y44_N7 +dffeas \text_gen|char_ram~1079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41219 ( +// Equation(s): +// \text_gen|char_ram~41219_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2871_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1079_q +// ))))) + + .dataa(\text_gen|char_ram~2871_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1079_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41219 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y57_N21 +dffeas \text_gen|char_ram~6455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4663feeder ( +// Equation(s): +// \text_gen|char_ram~4663feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y57_N1 +dffeas \text_gen|char_ram~4663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41220 ( +// Equation(s): +// \text_gen|char_ram~41220_combout = (\text_gen|char_ram~41219_combout & (((\text_gen|char_ram~6455_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~41219_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4663_q )))) + + .dataa(\text_gen|char_ram~41219_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6455_q ), + .datad(\text_gen|char_ram~4663_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41220 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4887feeder ( +// Equation(s): +// \text_gen|char_ram~4887feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4887feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y59_N1 +dffeas \text_gen|char_ram~4887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y57_N27 +dffeas \text_gen|char_ram~6679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y53_N13 +dffeas \text_gen|char_ram~3095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N21 +dffeas \text_gen|char_ram~1303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41226 ( +// Equation(s): +// \text_gen|char_ram~41226_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3095_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1303_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3095_q ), + .datac(\text_gen|char_ram~1303_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41226 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41227 ( +// Equation(s): +// \text_gen|char_ram~41227_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41226_combout & ((\text_gen|char_ram~6679_q ))) # (!\text_gen|char_ram~41226_combout & (\text_gen|char_ram~4887_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41226_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4887_q ), + .datac(\text_gen|char_ram~6679_q ), + .datad(\text_gen|char_ram~41226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41227 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y57_N3 +dffeas \text_gen|char_ram~6343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4551feeder ( +// Equation(s): +// \text_gen|char_ram~4551feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y59_N5 +dffeas \text_gen|char_ram~4551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y61_N19 +dffeas \text_gen|char_ram~2759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y58_N27 +dffeas \text_gen|char_ram~967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41223 ( +// Equation(s): +// \text_gen|char_ram~41223_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2759_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~967_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2759_q ), + .datac(\text_gen|char_ram~967_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41223 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41224 ( +// Equation(s): +// \text_gen|char_ram~41224_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41223_combout & (\text_gen|char_ram~6343_q )) # (!\text_gen|char_ram~41223_combout & ((\text_gen|char_ram~4551_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41223_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6343_q ), + .datac(\text_gen|char_ram~4551_q ), + .datad(\text_gen|char_ram~41223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41224 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N17 +dffeas \text_gen|char_ram~4775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y49_N23 +dffeas \text_gen|char_ram~6567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2983feeder ( +// Equation(s): +// \text_gen|char_ram~2983feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N15 +dffeas \text_gen|char_ram~2983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y49_N13 +dffeas \text_gen|char_ram~1191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41221 ( +// Equation(s): +// \text_gen|char_ram~41221_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2983_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1191_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2983_q ), + .datac(\text_gen|char_ram~1191_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41221 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41222 ( +// Equation(s): +// \text_gen|char_ram~41222_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41221_combout & ((\text_gen|char_ram~6567_q ))) # (!\text_gen|char_ram~41221_combout & (\text_gen|char_ram~4775_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41221_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4775_q ), + .datac(\text_gen|char_ram~6567_q ), + .datad(\text_gen|char_ram~41221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41222 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41225 ( +// Equation(s): +// \text_gen|char_ram~41225_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~41222_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41224_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41224_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41225 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~41225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41228 ( +// Equation(s): +// \text_gen|char_ram~41228_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41225_combout & ((\text_gen|char_ram~41227_combout ))) # (!\text_gen|char_ram~41225_combout & (\text_gen|char_ram~41220_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41225_combout )))) + + .dataa(\text_gen|char_ram~41220_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41227_combout ), + .datad(\text_gen|char_ram~41225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41228 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41229 ( +// Equation(s): +// \text_gen|char_ram~41229_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~41218_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~41228_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41218_combout ), + .datad(\text_gen|char_ram~41228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41229 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N13 +dffeas \text_gen|char_ram~4894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y57_N15 +dffeas \text_gen|char_ram~6686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y57_N1 +dffeas \text_gen|char_ram~1310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3102feeder ( +// Equation(s): +// \text_gen|char_ram~3102feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y53_N21 +dffeas \text_gen|char_ram~3102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41206 ( +// Equation(s): +// \text_gen|char_ram~41206_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~3102_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1310_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1310_q ), + .datad(\text_gen|char_ram~3102_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41206 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41207 ( +// Equation(s): +// \text_gen|char_ram~41207_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41206_combout & ((\text_gen|char_ram~6686_q ))) # (!\text_gen|char_ram~41206_combout & (\text_gen|char_ram~4894_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41206_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4894_q ), + .datac(\text_gen|char_ram~6686_q ), + .datad(\text_gen|char_ram~41206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41207 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4558feeder ( +// Equation(s): +// \text_gen|char_ram~4558feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4558feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4558feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4558feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y61_N21 +dffeas \text_gen|char_ram~4558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4558feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N31 +dffeas \text_gen|char_ram~6350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y61_N21 +dffeas \text_gen|char_ram~2766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N29 +dffeas \text_gen|char_ram~974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41203 ( +// Equation(s): +// \text_gen|char_ram~41203_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2766_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~974_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2766_q ), + .datac(\text_gen|char_ram~974_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41203 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41204 ( +// Equation(s): +// \text_gen|char_ram~41204_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41203_combout & ((\text_gen|char_ram~6350_q ))) # (!\text_gen|char_ram~41203_combout & (\text_gen|char_ram~4558_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41203_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4558_q ), + .datac(\text_gen|char_ram~6350_q ), + .datad(\text_gen|char_ram~41203_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41204 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2990feeder ( +// Equation(s): +// \text_gen|char_ram~2990feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2990feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N13 +dffeas \text_gen|char_ram~2990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y57_N13 +dffeas \text_gen|char_ram~6574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4782feeder ( +// Equation(s): +// \text_gen|char_ram~4782feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y51_N3 +dffeas \text_gen|char_ram~4782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y53_N19 +dffeas \text_gen|char_ram~1198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41201 ( +// Equation(s): +// \text_gen|char_ram~41201_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4782_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1198_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4782_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1198_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41201 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41202 ( +// Equation(s): +// \text_gen|char_ram~41202_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41201_combout & ((\text_gen|char_ram~6574_q ))) # (!\text_gen|char_ram~41201_combout & (\text_gen|char_ram~2990_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41201_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2990_q ), + .datac(\text_gen|char_ram~6574_q ), + .datad(\text_gen|char_ram~41201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41202 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41205 ( +// Equation(s): +// \text_gen|char_ram~41205_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~41202_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41204_combout )))) + + .dataa(\text_gen|char_ram~41204_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41205 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~41205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2878feeder ( +// Equation(s): +// \text_gen|char_ram~2878feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y50_N13 +dffeas \text_gen|char_ram~2878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y54_N1 +dffeas \text_gen|char_ram~1086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41199 ( +// Equation(s): +// \text_gen|char_ram~41199_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2878_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1086_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2878_q ), + .datac(\text_gen|char_ram~1086_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41199 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y54_N7 +dffeas \text_gen|char_ram~6462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y55_N27 +dffeas \text_gen|char_ram~4670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41200 ( +// Equation(s): +// \text_gen|char_ram~41200_combout = (\text_gen|char_ram~41199_combout & ((\text_gen|char_ram~6462_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~41199_combout & (((\text_gen|char_ram~4670_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~41199_combout ), + .datab(\text_gen|char_ram~6462_q ), + .datac(\text_gen|char_ram~4670_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41200 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~41200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41208 ( +// Equation(s): +// \text_gen|char_ram~41208_combout = (\text_gen|char_ram~41205_combout & ((\text_gen|char_ram~41207_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~41205_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~41200_combout )))) + + .dataa(\text_gen|char_ram~41207_combout ), + .datab(\text_gen|char_ram~41205_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~41200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41208 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~41208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y55_N25 +dffeas \text_gen|char_ram~3018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y57_N29 +dffeas \text_gen|char_ram~6602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y51_N19 +dffeas \text_gen|char_ram~4810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y57_N19 +dffeas \text_gen|char_ram~1226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41230 ( +// Equation(s): +// \text_gen|char_ram~41230_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4810_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1226_q +// ))))) + + .dataa(\text_gen|char_ram~4810_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1226_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41230 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41231 ( +// Equation(s): +// \text_gen|char_ram~41231_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41230_combout & ((\text_gen|char_ram~6602_q ))) # (!\text_gen|char_ram~41230_combout & (\text_gen|char_ram~3018_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41230_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3018_q ), + .datac(\text_gen|char_ram~6602_q ), + .datad(\text_gen|char_ram~41230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41231 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y58_N23 +dffeas \text_gen|char_ram~4922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y58_N13 +dffeas \text_gen|char_ram~6714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y53_N11 +dffeas \text_gen|char_ram~3130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N23 +dffeas \text_gen|char_ram~1338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41237 ( +// Equation(s): +// \text_gen|char_ram~41237_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3130_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1338_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3130_q ), + .datac(\text_gen|char_ram~1338_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41237 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41238 ( +// Equation(s): +// \text_gen|char_ram~41238_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41237_combout & ((\text_gen|char_ram~6714_q ))) # (!\text_gen|char_ram~41237_combout & (\text_gen|char_ram~4922_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41237_combout )))) + + .dataa(\text_gen|char_ram~4922_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6714_q ), + .datad(\text_gen|char_ram~41237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41238 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y57_N13 +dffeas \text_gen|char_ram~4698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y57_N27 +dffeas \text_gen|char_ram~6490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2906feeder ( +// Equation(s): +// \text_gen|char_ram~2906feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2906feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2906feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2906feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y54_N25 +dffeas \text_gen|char_ram~2906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2906feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y54_N23 +dffeas \text_gen|char_ram~1114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41232 ( +// Equation(s): +// \text_gen|char_ram~41232_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2906_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1114_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2906_q ), + .datac(\text_gen|char_ram~1114_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41232 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41233 ( +// Equation(s): +// \text_gen|char_ram~41233_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41232_combout & ((\text_gen|char_ram~6490_q ))) # (!\text_gen|char_ram~41232_combout & (\text_gen|char_ram~4698_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41232_combout )))) + + .dataa(\text_gen|char_ram~4698_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6490_q ), + .datad(\text_gen|char_ram~41232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41233 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y65_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2794feeder ( +// Equation(s): +// \text_gen|char_ram~2794feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2794feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2794feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2794feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y65_N5 +dffeas \text_gen|char_ram~2794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2794feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y61_N7 +dffeas \text_gen|char_ram~6378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y58_N17 +dffeas \text_gen|char_ram~4586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y58_N9 +dffeas \text_gen|char_ram~1002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41234 ( +// Equation(s): +// \text_gen|char_ram~41234_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4586_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1002_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4586_q ), + .datac(\text_gen|char_ram~1002_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41234 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41235 ( +// Equation(s): +// \text_gen|char_ram~41235_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41234_combout & ((\text_gen|char_ram~6378_q ))) # (!\text_gen|char_ram~41234_combout & (\text_gen|char_ram~2794_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41234_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2794_q ), + .datac(\text_gen|char_ram~6378_q ), + .datad(\text_gen|char_ram~41234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41235 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y57_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41236 ( +// Equation(s): +// \text_gen|char_ram~41236_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~41233_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~41235_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41233_combout ), + .datad(\text_gen|char_ram~41235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41236 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41239 ( +// Equation(s): +// \text_gen|char_ram~41239_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41236_combout & ((\text_gen|char_ram~41238_combout ))) # (!\text_gen|char_ram~41236_combout & (\text_gen|char_ram~41231_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41236_combout )))) + + .dataa(\text_gen|char_ram~41231_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41238_combout ), + .datad(\text_gen|char_ram~41236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41239 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41240 ( +// Equation(s): +// \text_gen|char_ram~41240_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41229_combout & ((\text_gen|char_ram~41239_combout ))) # (!\text_gen|char_ram~41229_combout & (\text_gen|char_ram~41208_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~41229_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41229_combout ), + .datac(\text_gen|char_ram~41208_combout ), + .datad(\text_gen|char_ram~41239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41240 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41241 ( +// Equation(s): +// \text_gen|char_ram~41241_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~41198_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~41240_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~41198_combout ), + .datad(\text_gen|char_ram~41240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41241 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9927feeder ( +// Equation(s): +// \text_gen|char_ram~9927feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9927feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y62_N13 +dffeas \text_gen|char_ram~9927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y61_N27 +dffeas \text_gen|char_ram~13511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11719feeder ( +// Equation(s): +// \text_gen|char_ram~11719feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11719feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y59_N5 +dffeas \text_gen|char_ram~11719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y54_N15 +dffeas \text_gen|char_ram~8135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41139 ( +// Equation(s): +// \text_gen|char_ram~41139_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11719_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8135_q +// ))))) + + .dataa(\text_gen|char_ram~11719_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8135_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41139 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41140 ( +// Equation(s): +// \text_gen|char_ram~41140_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41139_combout & ((\text_gen|char_ram~13511_q ))) # (!\text_gen|char_ram~41139_combout & (\text_gen|char_ram~9927_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41139_combout )))) + + .dataa(\text_gen|char_ram~9927_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13511_q ), + .datad(\text_gen|char_ram~41139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41140 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10151feeder ( +// Equation(s): +// \text_gen|char_ram~10151feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10151feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y61_N7 +dffeas \text_gen|char_ram~10151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y61_N1 +dffeas \text_gen|char_ram~13735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11943feeder ( +// Equation(s): +// \text_gen|char_ram~11943feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11943feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11943feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11943feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y54_N1 +dffeas \text_gen|char_ram~11943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11943feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y54_N5 +dffeas \text_gen|char_ram~8359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41137 ( +// Equation(s): +// \text_gen|char_ram~41137_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11943_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8359_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11943_q ), + .datac(\text_gen|char_ram~8359_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41137 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41138 ( +// Equation(s): +// \text_gen|char_ram~41138_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41137_combout & ((\text_gen|char_ram~13735_q ))) # (!\text_gen|char_ram~41137_combout & (\text_gen|char_ram~10151_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41137_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10151_q ), + .datac(\text_gen|char_ram~13735_q ), + .datad(\text_gen|char_ram~41137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41138 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41141 ( +// Equation(s): +// \text_gen|char_ram~41141_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~41138_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41140_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41140_combout ), + .datad(\text_gen|char_ram~41138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41141 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11831feeder ( +// Equation(s): +// \text_gen|char_ram~11831feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11831feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11831feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11831feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y47_N15 +dffeas \text_gen|char_ram~11831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11831feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y36_N15 +dffeas \text_gen|char_ram~13623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y36_N15 +dffeas \text_gen|char_ram~8247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y57_N7 +dffeas \text_gen|char_ram~10039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41135 ( +// Equation(s): +// \text_gen|char_ram~41135_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10039_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8247_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8247_q ), + .datad(\text_gen|char_ram~10039_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41135 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41136 ( +// Equation(s): +// \text_gen|char_ram~41136_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41135_combout & ((\text_gen|char_ram~13623_q ))) # (!\text_gen|char_ram~41135_combout & (\text_gen|char_ram~11831_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41135_combout )))) + + .dataa(\text_gen|char_ram~11831_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13623_q ), + .datad(\text_gen|char_ram~41135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41136 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12055feeder ( +// Equation(s): +// \text_gen|char_ram~12055feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12055feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y59_N27 +dffeas \text_gen|char_ram~12055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y61_N5 +dffeas \text_gen|char_ram~13847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y53_N23 +dffeas \text_gen|char_ram~8471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10263feeder ( +// Equation(s): +// \text_gen|char_ram~10263feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y60_N15 +dffeas \text_gen|char_ram~10263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41142 ( +// Equation(s): +// \text_gen|char_ram~41142_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10263_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8471_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8471_q ), + .datad(\text_gen|char_ram~10263_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41142 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41143 ( +// Equation(s): +// \text_gen|char_ram~41143_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41142_combout & ((\text_gen|char_ram~13847_q ))) # (!\text_gen|char_ram~41142_combout & (\text_gen|char_ram~12055_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41142_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12055_q ), + .datac(\text_gen|char_ram~13847_q ), + .datad(\text_gen|char_ram~41142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41143 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41144 ( +// Equation(s): +// \text_gen|char_ram~41144_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41141_combout & ((\text_gen|char_ram~41143_combout ))) # (!\text_gen|char_ram~41141_combout & (\text_gen|char_ram~41136_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41141_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41141_combout ), + .datac(\text_gen|char_ram~41136_combout ), + .datad(\text_gen|char_ram~41143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41144 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12083feeder ( +// Equation(s): +// \text_gen|char_ram~12083feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y61_N25 +dffeas \text_gen|char_ram~12083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y64_N15 +dffeas \text_gen|char_ram~13875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13875 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y60_N19 +dffeas \text_gen|char_ram~10291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N11 +dffeas \text_gen|char_ram~8499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41132 ( +// Equation(s): +// \text_gen|char_ram~41132_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10291_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8499_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10291_q ), + .datac(\text_gen|char_ram~8499_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41132 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41133 ( +// Equation(s): +// \text_gen|char_ram~41133_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41132_combout & ((\text_gen|char_ram~13875_q ))) # (!\text_gen|char_ram~41132_combout & (\text_gen|char_ram~12083_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41132_combout )))) + + .dataa(\text_gen|char_ram~12083_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13875_q ), + .datad(\text_gen|char_ram~41132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41133 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10179feeder ( +// Equation(s): +// \text_gen|char_ram~10179feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10179feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10179feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10179feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y60_N17 +dffeas \text_gen|char_ram~10179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10179feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y60_N27 +dffeas \text_gen|char_ram~13763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y60_N1 +dffeas \text_gen|char_ram~11971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y60_N27 +dffeas \text_gen|char_ram~8387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41125 ( +// Equation(s): +// \text_gen|char_ram~41125_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11971_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8387_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11971_q ), + .datac(\text_gen|char_ram~8387_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41125 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41126 ( +// Equation(s): +// \text_gen|char_ram~41126_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41125_combout & ((\text_gen|char_ram~13763_q ))) # (!\text_gen|char_ram~41125_combout & (\text_gen|char_ram~10179_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41125_combout )))) + + .dataa(\text_gen|char_ram~10179_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13763_q ), + .datad(\text_gen|char_ram~41125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41126 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11859feeder ( +// Equation(s): +// \text_gen|char_ram~11859feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11859feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11859feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11859feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N9 +dffeas \text_gen|char_ram~11859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11859feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y64_N1 +dffeas \text_gen|char_ram~13651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10067feeder ( +// Equation(s): +// \text_gen|char_ram~10067feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10067feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10067feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10067feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y60_N31 +dffeas \text_gen|char_ram~10067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10067feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y60_N25 +dffeas \text_gen|char_ram~8275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41127 ( +// Equation(s): +// \text_gen|char_ram~41127_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10067_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8275_q +// ))))) + + .dataa(\text_gen|char_ram~10067_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8275_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41127 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y64_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41128 ( +// Equation(s): +// \text_gen|char_ram~41128_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41127_combout & ((\text_gen|char_ram~13651_q ))) # (!\text_gen|char_ram~41127_combout & (\text_gen|char_ram~11859_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41127_combout )))) + + .dataa(\text_gen|char_ram~11859_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13651_q ), + .datad(\text_gen|char_ram~41127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41128 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y60_N7 +dffeas \text_gen|char_ram~9955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y64_N7 +dffeas \text_gen|char_ram~13539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11747feeder ( +// Equation(s): +// \text_gen|char_ram~11747feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11747feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11747feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11747feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y61_N27 +dffeas \text_gen|char_ram~11747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11747feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N5 +dffeas \text_gen|char_ram~8163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41129 ( +// Equation(s): +// \text_gen|char_ram~41129_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11747_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8163_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11747_q ), + .datac(\text_gen|char_ram~8163_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41129 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41130 ( +// Equation(s): +// \text_gen|char_ram~41130_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41129_combout & ((\text_gen|char_ram~13539_q ))) # (!\text_gen|char_ram~41129_combout & (\text_gen|char_ram~9955_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41129_combout )))) + + .dataa(\text_gen|char_ram~9955_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13539_q ), + .datad(\text_gen|char_ram~41129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41130 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41131 ( +// Equation(s): +// \text_gen|char_ram~41131_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~41128_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~41130_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41128_combout ), + .datad(\text_gen|char_ram~41130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41131 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y64_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41134 ( +// Equation(s): +// \text_gen|char_ram~41134_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41131_combout & (\text_gen|char_ram~41133_combout )) # (!\text_gen|char_ram~41131_combout & ((\text_gen|char_ram~41126_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41131_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41133_combout ), + .datac(\text_gen|char_ram~41126_combout ), + .datad(\text_gen|char_ram~41131_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41134 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41145 ( +// Equation(s): +// \text_gen|char_ram~41145_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~41134_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41144_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41144_combout ), + .datad(\text_gen|char_ram~41134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41145 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y60_N27 +dffeas \text_gen|char_ram~13770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y58_N1 +dffeas \text_gen|char_ram~11978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y58_N27 +dffeas \text_gen|char_ram~8394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41146 ( +// Equation(s): +// \text_gen|char_ram~41146_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11978_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8394_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11978_q ), + .datac(\text_gen|char_ram~8394_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41146 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y60_N1 +dffeas \text_gen|char_ram~10186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41147 ( +// Equation(s): +// \text_gen|char_ram~41147_combout = (\text_gen|char_ram~41146_combout & ((\text_gen|char_ram~13770_q ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~41146_combout & (((\text_gen|char_ram~10186_q & \text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~13770_q ), + .datab(\text_gen|char_ram~41146_combout ), + .datac(\text_gen|char_ram~10186_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41147 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~41147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12090feeder ( +// Equation(s): +// \text_gen|char_ram~12090feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12090feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y53_N17 +dffeas \text_gen|char_ram~12090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y61_N15 +dffeas \text_gen|char_ram~13882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y58_N3 +dffeas \text_gen|char_ram~8506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10298feeder ( +// Equation(s): +// \text_gen|char_ram~10298feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10298feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10298feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10298feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y62_N21 +dffeas \text_gen|char_ram~10298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10298feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41153 ( +// Equation(s): +// \text_gen|char_ram~41153_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10298_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8506_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8506_q ), + .datad(\text_gen|char_ram~10298_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41153 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41154 ( +// Equation(s): +// \text_gen|char_ram~41154_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41153_combout & ((\text_gen|char_ram~13882_q ))) # (!\text_gen|char_ram~41153_combout & (\text_gen|char_ram~12090_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41153_combout )))) + + .dataa(\text_gen|char_ram~12090_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13882_q ), + .datad(\text_gen|char_ram~41153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41154 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y57_N17 +dffeas \text_gen|char_ram~9962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y61_N17 +dffeas \text_gen|char_ram~13546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y62_N21 +dffeas \text_gen|char_ram~11754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y62_N27 +dffeas \text_gen|char_ram~8170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y62_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41150 ( +// Equation(s): +// \text_gen|char_ram~41150_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11754_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8170_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11754_q ), + .datac(\text_gen|char_ram~8170_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41150 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41151 ( +// Equation(s): +// \text_gen|char_ram~41151_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41150_combout & ((\text_gen|char_ram~13546_q ))) # (!\text_gen|char_ram~41150_combout & (\text_gen|char_ram~9962_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41150_combout )))) + + .dataa(\text_gen|char_ram~9962_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13546_q ), + .datad(\text_gen|char_ram~41150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41151 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11866feeder ( +// Equation(s): +// \text_gen|char_ram~11866feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11866feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y55_N11 +dffeas \text_gen|char_ram~11866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y61_N25 +dffeas \text_gen|char_ram~13658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y54_N15 +dffeas \text_gen|char_ram~10074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y54_N15 +dffeas \text_gen|char_ram~8282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41148 ( +// Equation(s): +// \text_gen|char_ram~41148_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10074_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8282_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10074_q ), + .datac(\text_gen|char_ram~8282_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41148 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41149 ( +// Equation(s): +// \text_gen|char_ram~41149_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41148_combout & ((\text_gen|char_ram~13658_q ))) # (!\text_gen|char_ram~41148_combout & (\text_gen|char_ram~11866_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41148_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11866_q ), + .datac(\text_gen|char_ram~13658_q ), + .datad(\text_gen|char_ram~41148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41149 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41152 ( +// Equation(s): +// \text_gen|char_ram~41152_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~41149_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~41151_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41151_combout ), + .datad(\text_gen|char_ram~41149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41152 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41155 ( +// Equation(s): +// \text_gen|char_ram~41155_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41152_combout & ((\text_gen|char_ram~41154_combout ))) # (!\text_gen|char_ram~41152_combout & (\text_gen|char_ram~41147_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41152_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41147_combout ), + .datac(\text_gen|char_ram~41154_combout ), + .datad(\text_gen|char_ram~41152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41155 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y61_N5 +dffeas \text_gen|char_ram~13854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y61_N5 +dffeas \text_gen|char_ram~12062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y53_N29 +dffeas \text_gen|char_ram~10270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y53_N3 +dffeas \text_gen|char_ram~8478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41122 ( +// Equation(s): +// \text_gen|char_ram~41122_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10270_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8478_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10270_q ), + .datac(\text_gen|char_ram~8478_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41122 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41123 ( +// Equation(s): +// \text_gen|char_ram~41123_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41122_combout & (\text_gen|char_ram~13854_q )) # (!\text_gen|char_ram~41122_combout & ((\text_gen|char_ram~12062_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41122_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13854_q ), + .datac(\text_gen|char_ram~12062_q ), + .datad(\text_gen|char_ram~41122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41123 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13742feeder ( +// Equation(s): +// \text_gen|char_ram~13742feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13742feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13742feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13742feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y61_N21 +dffeas \text_gen|char_ram~13742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13742feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y61_N25 +dffeas \text_gen|char_ram~10158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11950feeder ( +// Equation(s): +// \text_gen|char_ram~11950feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11950feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11950feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11950feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y57_N31 +dffeas \text_gen|char_ram~11950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11950feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N7 +dffeas \text_gen|char_ram~8366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41117 ( +// Equation(s): +// \text_gen|char_ram~41117_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11950_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8366_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11950_q ), + .datac(\text_gen|char_ram~8366_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41117 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41118 ( +// Equation(s): +// \text_gen|char_ram~41118_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41117_combout & (\text_gen|char_ram~13742_q )) # (!\text_gen|char_ram~41117_combout & ((\text_gen|char_ram~10158_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41117_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~13742_q ), + .datac(\text_gen|char_ram~10158_q ), + .datad(\text_gen|char_ram~41117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41118 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y61_N7 +dffeas \text_gen|char_ram~9934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y61_N11 +dffeas \text_gen|char_ram~13518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11726feeder ( +// Equation(s): +// \text_gen|char_ram~11726feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11726feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11726feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11726feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y61_N13 +dffeas \text_gen|char_ram~11726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11726feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y61_N31 +dffeas \text_gen|char_ram~8142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41119 ( +// Equation(s): +// \text_gen|char_ram~41119_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11726_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8142_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11726_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8142_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41119 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41120 ( +// Equation(s): +// \text_gen|char_ram~41120_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41119_combout & ((\text_gen|char_ram~13518_q ))) # (!\text_gen|char_ram~41119_combout & (\text_gen|char_ram~9934_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41119_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9934_q ), + .datac(\text_gen|char_ram~13518_q ), + .datad(\text_gen|char_ram~41119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41120 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41121 ( +// Equation(s): +// \text_gen|char_ram~41121_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41118_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~41120_combout & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41118_combout ), + .datac(\text_gen|char_ram~41120_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41121 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y58_N13 +dffeas \text_gen|char_ram~13630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y58_N3 +dffeas \text_gen|char_ram~11838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X6_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10046feeder ( +// Equation(s): +// \text_gen|char_ram~10046feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10046feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X6_Y54_N13 +dffeas \text_gen|char_ram~10046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X6_Y54_N15 +dffeas \text_gen|char_ram~8254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X6_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41115 ( +// Equation(s): +// \text_gen|char_ram~41115_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10046_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8254_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10046_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8254_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41115 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41116 ( +// Equation(s): +// \text_gen|char_ram~41116_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~41115_combout & (\text_gen|char_ram~13630_q )) # (!\text_gen|char_ram~41115_combout & ((\text_gen|char_ram~11838_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~41115_combout )))) + + .dataa(\text_gen|char_ram~13630_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11838_q ), + .datad(\text_gen|char_ram~41115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41116 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41124 ( +// Equation(s): +// \text_gen|char_ram~41124_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41121_combout & (\text_gen|char_ram~41123_combout )) # (!\text_gen|char_ram~41121_combout & ((\text_gen|char_ram~41116_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41121_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41123_combout ), + .datac(\text_gen|char_ram~41121_combout ), + .datad(\text_gen|char_ram~41116_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41124 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41156 ( +// Equation(s): +// \text_gen|char_ram~41156_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41145_combout & (\text_gen|char_ram~41155_combout )) # (!\text_gen|char_ram~41145_combout & ((\text_gen|char_ram~41124_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~41145_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41145_combout ), + .datac(\text_gen|char_ram~41155_combout ), + .datad(\text_gen|char_ram~41124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41156 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y58_N29 +dffeas \text_gen|char_ram~26090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y58_N17 +dffeas \text_gen|char_ram~26314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y61_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26062feeder ( +// Equation(s): +// \text_gen|char_ram~26062feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26062feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26062feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26062feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y61_N31 +dffeas \text_gen|char_ram~26062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26062feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26286feeder ( +// Equation(s): +// \text_gen|char_ram~26286feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y51_N11 +dffeas \text_gen|char_ram~26286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41277 ( +// Equation(s): +// \text_gen|char_ram~41277_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~26286_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26062_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26062_q ), + .datac(\text_gen|char_ram~26286_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41277 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~41277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41278 ( +// Equation(s): +// \text_gen|char_ram~41278_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41277_combout & ((\text_gen|char_ram~26314_q ))) # (!\text_gen|char_ram~41277_combout & (\text_gen|char_ram~26090_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41277_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26090_q ), + .datac(\text_gen|char_ram~26314_q ), + .datad(\text_gen|char_ram~41277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41278 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~28106feeder ( +// Equation(s): +// \text_gen|char_ram~28106feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28106feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y58_N5 +dffeas \text_gen|char_ram~28106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y58_N9 +dffeas \text_gen|char_ram~27882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y58_N23 +dffeas \text_gen|char_ram~27854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y58_N29 +dffeas \text_gen|char_ram~28078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41275 ( +// Equation(s): +// \text_gen|char_ram~41275_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~2_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~28078_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~27854_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27854_q ), + .datad(\text_gen|char_ram~28078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41275 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41276 ( +// Equation(s): +// \text_gen|char_ram~41276_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41275_combout & (\text_gen|char_ram~28106_q )) # (!\text_gen|char_ram~41275_combout & ((\text_gen|char_ram~27882_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41275_combout )))) + + .dataa(\text_gen|char_ram~28106_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27882_q ), + .datad(\text_gen|char_ram~41275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41276 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41279 ( +// Equation(s): +// \text_gen|char_ram~41279_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~41276_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~41278_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41278_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~41276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41279 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~41279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y58_N29 +dffeas \text_gen|char_ram~26202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y58_N11 +dffeas \text_gen|char_ram~26426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26398feeder ( +// Equation(s): +// \text_gen|char_ram~26398feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26398feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y55_N3 +dffeas \text_gen|char_ram~26398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y55_N13 +dffeas \text_gen|char_ram~26174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41273 ( +// Equation(s): +// \text_gen|char_ram~41273_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~2_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~26398_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~26174_q ))))) + + .dataa(\text_gen|char_ram~26398_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26174_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41273 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41274 ( +// Equation(s): +// \text_gen|char_ram~41274_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41273_combout & ((\text_gen|char_ram~26426_q ))) # (!\text_gen|char_ram~41273_combout & (\text_gen|char_ram~26202_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41273_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26202_q ), + .datac(\text_gen|char_ram~26426_q ), + .datad(\text_gen|char_ram~41273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41274 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y55_N13 +dffeas \text_gen|char_ram~28190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y55_N19 +dffeas \text_gen|char_ram~27966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41280 ( +// Equation(s): +// \text_gen|char_ram~41280_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~28190_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~27966_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~28190_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~27966_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41280 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y55_N3 +dffeas \text_gen|char_ram~28218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27994feeder ( +// Equation(s): +// \text_gen|char_ram~27994feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27994feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27994feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27994feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y55_N21 +dffeas \text_gen|char_ram~27994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27994feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41281 ( +// Equation(s): +// \text_gen|char_ram~41281_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41280_combout & (\text_gen|char_ram~28218_q )) # (!\text_gen|char_ram~41280_combout & ((\text_gen|char_ram~27994_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~41280_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~41280_combout ), + .datac(\text_gen|char_ram~28218_q ), + .datad(\text_gen|char_ram~27994_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41281 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41282 ( +// Equation(s): +// \text_gen|char_ram~41282_combout = (\text_gen|char_ram~41279_combout & (((\text_gen|char_ram~41281_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~41279_combout & (\text_gen|Add5~0_combout & (\text_gen|char_ram~41274_combout ))) + + .dataa(\text_gen|char_ram~41279_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41274_combout ), + .datad(\text_gen|char_ram~41281_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41282 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~41282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y58_N11 +dffeas \text_gen|char_ram~22835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y58_N29 +dffeas \text_gen|char_ram~24627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y58_N5 +dffeas \text_gen|char_ram~24599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y58_N15 +dffeas \text_gen|char_ram~22807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41269 ( +// Equation(s): +// \text_gen|char_ram~41269_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24599_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22807_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24599_q ), + .datac(\text_gen|char_ram~22807_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41269 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41270 ( +// Equation(s): +// \text_gen|char_ram~41270_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41269_combout & ((\text_gen|char_ram~24627_q ))) # (!\text_gen|char_ram~41269_combout & (\text_gen|char_ram~22835_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41269_combout )))) + + .dataa(\text_gen|char_ram~22835_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24627_q ), + .datad(\text_gen|char_ram~41269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41270 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y60_N11 +dffeas \text_gen|char_ram~22499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y60_N21 +dffeas \text_gen|char_ram~24291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y60_N25 +dffeas \text_gen|char_ram~22471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y31_N3 +dffeas \text_gen|char_ram~24263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24263 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41266 ( +// Equation(s): +// \text_gen|char_ram~41266_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24263_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22471_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22471_q ), + .datad(\text_gen|char_ram~24263_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41266 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41267 ( +// Equation(s): +// \text_gen|char_ram~41267_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41266_combout & ((\text_gen|char_ram~24291_q ))) # (!\text_gen|char_ram~41266_combout & (\text_gen|char_ram~22499_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41266_combout )))) + + .dataa(\text_gen|char_ram~22499_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24291_q ), + .datad(\text_gen|char_ram~41266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41267 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y56_N21 +dffeas \text_gen|char_ram~22723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y56_N5 +dffeas \text_gen|char_ram~24515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24487feeder ( +// Equation(s): +// \text_gen|char_ram~24487feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24487feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y59_N21 +dffeas \text_gen|char_ram~24487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22695feeder ( +// Equation(s): +// \text_gen|char_ram~22695feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y59_N11 +dffeas \text_gen|char_ram~22695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41264 ( +// Equation(s): +// \text_gen|char_ram~41264_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24487_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22695_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~24487_q ), + .datab(\text_gen|char_ram~22695_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41264 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~41264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41265 ( +// Equation(s): +// \text_gen|char_ram~41265_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41264_combout & ((\text_gen|char_ram~24515_q ))) # (!\text_gen|char_ram~41264_combout & (\text_gen|char_ram~22723_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41264_combout )))) + + .dataa(\text_gen|char_ram~22723_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24515_q ), + .datad(\text_gen|char_ram~41264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41265 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41268 ( +// Equation(s): +// \text_gen|char_ram~41268_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~41265_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41267_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41267_combout ), + .datad(\text_gen|char_ram~41265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41268 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22611feeder ( +// Equation(s): +// \text_gen|char_ram~22611feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22611feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y34_N19 +dffeas \text_gen|char_ram~22611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y41_N11 +dffeas \text_gen|char_ram~24403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y37_N23 +dffeas \text_gen|char_ram~22583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24375feeder ( +// Equation(s): +// \text_gen|char_ram~24375feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y41_N5 +dffeas \text_gen|char_ram~24375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41262 ( +// Equation(s): +// \text_gen|char_ram~41262_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24375_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22583_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22583_q ), + .datad(\text_gen|char_ram~24375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41262 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41263 ( +// Equation(s): +// \text_gen|char_ram~41263_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41262_combout & ((\text_gen|char_ram~24403_q ))) # (!\text_gen|char_ram~41262_combout & (\text_gen|char_ram~22611_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41262_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22611_q ), + .datac(\text_gen|char_ram~24403_q ), + .datad(\text_gen|char_ram~41262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41263 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41271 ( +// Equation(s): +// \text_gen|char_ram~41271_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41268_combout & (\text_gen|char_ram~41270_combout )) # (!\text_gen|char_ram~41268_combout & ((\text_gen|char_ram~41263_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41268_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41270_combout ), + .datac(\text_gen|char_ram~41268_combout ), + .datad(\text_gen|char_ram~41263_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41271 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y58_N1 +dffeas \text_gen|char_ram~26419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y55_N15 +dffeas \text_gen|char_ram~28211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y55_N21 +dffeas \text_gen|char_ram~28183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y50_N23 +dffeas \text_gen|char_ram~26391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41259 ( +// Equation(s): +// \text_gen|char_ram~41259_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~28183_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~26391_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28183_q ), + .datad(\text_gen|char_ram~26391_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41259 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41260 ( +// Equation(s): +// \text_gen|char_ram~41260_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41259_combout & ((\text_gen|char_ram~28211_q ))) # (!\text_gen|char_ram~41259_combout & (\text_gen|char_ram~26419_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41259_combout )))) + + .dataa(\text_gen|char_ram~26419_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28211_q ), + .datad(\text_gen|char_ram~41259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41260 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26307feeder ( +// Equation(s): +// \text_gen|char_ram~26307feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26307feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26307feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26307feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y58_N15 +dffeas \text_gen|char_ram~26307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26307feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y58_N11 +dffeas \text_gen|char_ram~28099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y52_N31 +dffeas \text_gen|char_ram~28071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y58_N29 +dffeas \text_gen|char_ram~26279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41252 ( +// Equation(s): +// \text_gen|char_ram~41252_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~28071_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26279_q ))))) + + .dataa(\text_gen|char_ram~28071_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26279_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41252 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41253 ( +// Equation(s): +// \text_gen|char_ram~41253_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41252_combout & ((\text_gen|char_ram~28099_q ))) # (!\text_gen|char_ram~41252_combout & (\text_gen|char_ram~26307_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41252_combout )))) + + .dataa(\text_gen|char_ram~26307_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28099_q ), + .datad(\text_gen|char_ram~41252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41253 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26195feeder ( +// Equation(s): +// \text_gen|char_ram~26195feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26195feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26195feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26195feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y58_N25 +dffeas \text_gen|char_ram~26195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26195feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y54_N25 +dffeas \text_gen|char_ram~27987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27959feeder ( +// Equation(s): +// \text_gen|char_ram~27959feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y50_N7 +dffeas \text_gen|char_ram~27959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y54_N19 +dffeas \text_gen|char_ram~26167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41254 ( +// Equation(s): +// \text_gen|char_ram~41254_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~27959_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26167_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27959_q ), + .datac(\text_gen|char_ram~26167_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41254 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41255 ( +// Equation(s): +// \text_gen|char_ram~41255_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41254_combout & ((\text_gen|char_ram~27987_q ))) # (!\text_gen|char_ram~41254_combout & (\text_gen|char_ram~26195_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41254_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26195_q ), + .datac(\text_gen|char_ram~27987_q ), + .datad(\text_gen|char_ram~41254_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41255 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y59_N31 +dffeas \text_gen|char_ram~26055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27847feeder ( +// Equation(s): +// \text_gen|char_ram~27847feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27847feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27847feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27847feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y57_N1 +dffeas \text_gen|char_ram~27847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27847feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41256 ( +// Equation(s): +// \text_gen|char_ram~41256_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27847_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26055_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26055_q ), + .datad(\text_gen|char_ram~27847_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41256 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N11 +dffeas \text_gen|char_ram~26083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27875feeder ( +// Equation(s): +// \text_gen|char_ram~27875feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27875feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y60_N3 +dffeas \text_gen|char_ram~27875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41257 ( +// Equation(s): +// \text_gen|char_ram~41257_combout = (\text_gen|char_ram~41256_combout & (((\text_gen|char_ram~27875_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~41256_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~26083_q ))) + + .dataa(\text_gen|char_ram~41256_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26083_q ), + .datad(\text_gen|char_ram~27875_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41257 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~41257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41258 ( +// Equation(s): +// \text_gen|char_ram~41258_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~41255_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~41257_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41255_combout ), + .datad(\text_gen|char_ram~41257_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41258 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41261 ( +// Equation(s): +// \text_gen|char_ram~41261_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41258_combout & (\text_gen|char_ram~41260_combout )) # (!\text_gen|char_ram~41258_combout & ((\text_gen|char_ram~41253_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41258_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41260_combout ), + .datac(\text_gen|char_ram~41253_combout ), + .datad(\text_gen|char_ram~41258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41261 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41272 ( +// Equation(s): +// \text_gen|char_ram~41272_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~41261_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41271_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41271_combout ), + .datad(\text_gen|char_ram~41261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41272 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y55_N23 +dffeas \text_gen|char_ram~24606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y55_N13 +dffeas \text_gen|char_ram~22814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41249 ( +// Equation(s): +// \text_gen|char_ram~41249_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24606_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22814_q ))))) + + .dataa(\text_gen|char_ram~24606_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22814_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41249 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y58_N23 +dffeas \text_gen|char_ram~24634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y58_N19 +dffeas \text_gen|char_ram~22842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41250 ( +// Equation(s): +// \text_gen|char_ram~41250_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41249_combout & (\text_gen|char_ram~24634_q )) # (!\text_gen|char_ram~41249_combout & ((\text_gen|char_ram~22842_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~41249_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~41249_combout ), + .datac(\text_gen|char_ram~24634_q ), + .datad(\text_gen|char_ram~22842_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41250 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N23 +dffeas \text_gen|char_ram~22730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y58_N1 +dffeas \text_gen|char_ram~24522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y49_N19 +dffeas \text_gen|char_ram~24494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y49_N1 +dffeas \text_gen|char_ram~22702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41244 ( +// Equation(s): +// \text_gen|char_ram~41244_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24494_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22702_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24494_q ), + .datac(\text_gen|char_ram~22702_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41244 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41245 ( +// Equation(s): +// \text_gen|char_ram~41245_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41244_combout & ((\text_gen|char_ram~24522_q ))) # (!\text_gen|char_ram~41244_combout & (\text_gen|char_ram~22730_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41244_combout )))) + + .dataa(\text_gen|char_ram~22730_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24522_q ), + .datad(\text_gen|char_ram~41244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41245 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22506feeder ( +// Equation(s): +// \text_gen|char_ram~22506feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y62_N17 +dffeas \text_gen|char_ram~22506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y61_N9 +dffeas \text_gen|char_ram~24298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24270feeder ( +// Equation(s): +// \text_gen|char_ram~24270feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y61_N21 +dffeas \text_gen|char_ram~24270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y61_N21 +dffeas \text_gen|char_ram~22478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41246 ( +// Equation(s): +// \text_gen|char_ram~41246_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24270_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22478_q ))))) + + .dataa(\text_gen|char_ram~24270_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22478_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41246 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41247 ( +// Equation(s): +// \text_gen|char_ram~41247_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41246_combout & ((\text_gen|char_ram~24298_q ))) # (!\text_gen|char_ram~41246_combout & (\text_gen|char_ram~22506_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41246_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22506_q ), + .datac(\text_gen|char_ram~24298_q ), + .datad(\text_gen|char_ram~41246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41247 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41248 ( +// Equation(s): +// \text_gen|char_ram~41248_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~41245_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~41247_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41245_combout ), + .datad(\text_gen|char_ram~41247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41248 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24410feeder ( +// Equation(s): +// \text_gen|char_ram~24410feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24410feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24410feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24410feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y54_N21 +dffeas \text_gen|char_ram~24410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24410feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y54_N5 +dffeas \text_gen|char_ram~22618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y49_N3 +dffeas \text_gen|char_ram~22590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24382feeder ( +// Equation(s): +// \text_gen|char_ram~24382feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24382feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24382feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24382feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y49_N17 +dffeas \text_gen|char_ram~24382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24382feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41242 ( +// Equation(s): +// \text_gen|char_ram~41242_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~24382_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22590_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22590_q ), + .datad(\text_gen|char_ram~24382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41242 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41243 ( +// Equation(s): +// \text_gen|char_ram~41243_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41242_combout & (\text_gen|char_ram~24410_q )) # (!\text_gen|char_ram~41242_combout & ((\text_gen|char_ram~22618_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41242_combout )))) + + .dataa(\text_gen|char_ram~24410_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22618_q ), + .datad(\text_gen|char_ram~41242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41243 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41251 ( +// Equation(s): +// \text_gen|char_ram~41251_combout = (\text_gen|char_ram~41248_combout & ((\text_gen|char_ram~41250_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~41248_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~41243_combout )))) + + .dataa(\text_gen|char_ram~41250_combout ), + .datab(\text_gen|char_ram~41248_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~41243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41251 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~41251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41283 ( +// Equation(s): +// \text_gen|char_ram~41283_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41272_combout & (\text_gen|char_ram~41282_combout )) # (!\text_gen|char_ram~41272_combout & ((\text_gen|char_ram~41251_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41272_combout )))) + + .dataa(\text_gen|char_ram~41282_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41272_combout ), + .datad(\text_gen|char_ram~41251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41283 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~41283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41284 ( +// Equation(s): +// \text_gen|char_ram~41284_combout = (\text_gen|char_ram~41241_combout & (((\text_gen|char_ram~41283_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~41241_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~41156_combout ))) + + .dataa(\text_gen|char_ram~41241_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41156_combout ), + .datad(\text_gen|char_ram~41283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41284 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~41284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y23_N13 +dffeas \text_gen|char_ram~3354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y23_N3 +dffeas \text_gen|char_ram~10522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y23_N31 +dffeas \text_gen|char_ram~10410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y23_N25 +dffeas \text_gen|char_ram~3242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41661 ( +// Equation(s): +// \text_gen|char_ram~41661_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10410_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3242_q +// ))))) + + .dataa(\text_gen|char_ram~10410_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3242_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41661 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41662 ( +// Equation(s): +// \text_gen|char_ram~41662_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41661_combout & ((\text_gen|char_ram~10522_q ))) # (!\text_gen|char_ram~41661_combout & (\text_gen|char_ram~3354_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41661_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~3354_q ), + .datac(\text_gen|char_ram~10522_q ), + .datad(\text_gen|char_ram~41661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41662 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y25_N13 +dffeas \text_gen|char_ram~17690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y23_N29 +dffeas \text_gen|char_ram~24858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y23_N5 +dffeas \text_gen|char_ram~24746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y23_N15 +dffeas \text_gen|char_ram~17578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41659 ( +// Equation(s): +// \text_gen|char_ram~41659_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~24746_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~17578_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~24746_q ), + .datac(\text_gen|char_ram~17578_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41659 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41660 ( +// Equation(s): +// \text_gen|char_ram~41660_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41659_combout & ((\text_gen|char_ram~24858_q ))) # (!\text_gen|char_ram~41659_combout & (\text_gen|char_ram~17690_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41659_combout )))) + + .dataa(\text_gen|char_ram~17690_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24858_q ), + .datad(\text_gen|char_ram~41659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41660 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41663 ( +// Equation(s): +// \text_gen|char_ram~41663_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~41660_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~41662_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~41662_combout ), + .datad(\text_gen|char_ram~41660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41663 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y27_N15 +dffeas \text_gen|char_ram~3578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y23_N1 +dffeas \text_gen|char_ram~10746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y23_N3 +dffeas \text_gen|char_ram~10634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y23_N29 +dffeas \text_gen|char_ram~3466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41657 ( +// Equation(s): +// \text_gen|char_ram~41657_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10634_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3466_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~10634_q ), + .datac(\text_gen|char_ram~3466_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41657 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41658 ( +// Equation(s): +// \text_gen|char_ram~41658_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41657_combout & ((\text_gen|char_ram~10746_q ))) # (!\text_gen|char_ram~41657_combout & (\text_gen|char_ram~3578_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41657_combout )))) + + .dataa(\text_gen|char_ram~3578_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10746_q ), + .datad(\text_gen|char_ram~41657_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41658 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17914feeder ( +// Equation(s): +// \text_gen|char_ram~17914feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17914feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17914feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17914feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N27 +dffeas \text_gen|char_ram~17914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17914feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y24_N23 +dffeas \text_gen|char_ram~25082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y23_N1 +dffeas \text_gen|char_ram~17802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y23_N17 +dffeas \text_gen|char_ram~24970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41664 ( +// Equation(s): +// \text_gen|char_ram~41664_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~24970_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~17802_q +// )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~17802_q ), + .datad(\text_gen|char_ram~24970_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41664 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41665 ( +// Equation(s): +// \text_gen|char_ram~41665_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41664_combout & ((\text_gen|char_ram~25082_q ))) # (!\text_gen|char_ram~41664_combout & (\text_gen|char_ram~17914_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41664_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17914_q ), + .datac(\text_gen|char_ram~25082_q ), + .datad(\text_gen|char_ram~41664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41665 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41666 ( +// Equation(s): +// \text_gen|char_ram~41666_combout = (\text_gen|char_ram~41663_combout & (((\text_gen|char_ram~41665_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41663_combout & (\text_gen|Add5~2_combout & (\text_gen|char_ram~41658_combout ))) + + .dataa(\text_gen|char_ram~41663_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41658_combout ), + .datad(\text_gen|char_ram~41665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41666 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~41666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17683feeder ( +// Equation(s): +// \text_gen|char_ram~17683feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17683feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y35_N19 +dffeas \text_gen|char_ram~17683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10515feeder ( +// Equation(s): +// \text_gen|char_ram~10515feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10515feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10515feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10515feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y22_N11 +dffeas \text_gen|char_ram~10515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10515feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y22_N1 +dffeas \text_gen|char_ram~3347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41636 ( +// Equation(s): +// \text_gen|char_ram~41636_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10515_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3347_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10515_q ), + .datac(\text_gen|char_ram~3347_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41636 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24851feeder ( +// Equation(s): +// \text_gen|char_ram~24851feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24851feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24851feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24851feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y27_N13 +dffeas \text_gen|char_ram~24851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24851feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41637 ( +// Equation(s): +// \text_gen|char_ram~41637_combout = (\text_gen|char_ram~41636_combout & (((\text_gen|char_ram~24851_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41636_combout & (\text_gen|char_ram~17683_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17683_q ), + .datab(\text_gen|char_ram~41636_combout ), + .datac(\text_gen|char_ram~24851_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41637 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y31_N27 +dffeas \text_gen|char_ram~10739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y27_N25 +dffeas \text_gen|char_ram~3571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41643 ( +// Equation(s): +// \text_gen|char_ram~41643_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10739_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3571_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10739_q ), + .datac(\text_gen|char_ram~3571_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41643 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y27_N25 +dffeas \text_gen|char_ram~25075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17907feeder ( +// Equation(s): +// \text_gen|char_ram~17907feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y35_N3 +dffeas \text_gen|char_ram~17907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41644 ( +// Equation(s): +// \text_gen|char_ram~41644_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41643_combout & (\text_gen|char_ram~25075_q )) # (!\text_gen|char_ram~41643_combout & ((\text_gen|char_ram~17907_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~41643_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41643_combout ), + .datac(\text_gen|char_ram~25075_q ), + .datad(\text_gen|char_ram~17907_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41644 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N7 +dffeas \text_gen|char_ram~10403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y27_N7 +dffeas \text_gen|char_ram~24739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y27_N13 +dffeas \text_gen|char_ram~17571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y27_N7 +dffeas \text_gen|char_ram~3235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41640 ( +// Equation(s): +// \text_gen|char_ram~41640_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17571_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~3235_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17571_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3235_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41640 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41641 ( +// Equation(s): +// \text_gen|char_ram~41641_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41640_combout & ((\text_gen|char_ram~24739_q ))) # (!\text_gen|char_ram~41640_combout & (\text_gen|char_ram~10403_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41640_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10403_q ), + .datac(\text_gen|char_ram~24739_q ), + .datad(\text_gen|char_ram~41640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41641 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y27_N25 +dffeas \text_gen|char_ram~10627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y27_N25 +dffeas \text_gen|char_ram~24963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y27_N29 +dffeas \text_gen|char_ram~17795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y27_N11 +dffeas \text_gen|char_ram~3459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41638 ( +// Equation(s): +// \text_gen|char_ram~41638_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17795_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3459_q +// ))))) + + .dataa(\text_gen|char_ram~17795_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3459_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41638 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41639 ( +// Equation(s): +// \text_gen|char_ram~41639_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41638_combout & ((\text_gen|char_ram~24963_q ))) # (!\text_gen|char_ram~41638_combout & (\text_gen|char_ram~10627_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41638_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10627_q ), + .datac(\text_gen|char_ram~24963_q ), + .datad(\text_gen|char_ram~41638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41639 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41642 ( +// Equation(s): +// \text_gen|char_ram~41642_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~41639_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~41641_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~41641_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~41639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41642 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~41642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41645 ( +// Equation(s): +// \text_gen|char_ram~41645_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41642_combout & ((\text_gen|char_ram~41644_combout ))) # (!\text_gen|char_ram~41642_combout & (\text_gen|char_ram~41637_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41642_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41637_combout ), + .datac(\text_gen|char_ram~41644_combout ), + .datad(\text_gen|char_ram~41642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41645 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10599feeder ( +// Equation(s): +// \text_gen|char_ram~10599feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y29_N1 +dffeas \text_gen|char_ram~10599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17767feeder ( +// Equation(s): +// \text_gen|char_ram~17767feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y22_N11 +dffeas \text_gen|char_ram~17767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y26_N5 +dffeas \text_gen|char_ram~3431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3431 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41646 ( +// Equation(s): +// \text_gen|char_ram~41646_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17767_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3431_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17767_q ), + .datac(\text_gen|char_ram~3431_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41646 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y27_N15 +dffeas \text_gen|char_ram~24935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41647 ( +// Equation(s): +// \text_gen|char_ram~41647_combout = (\text_gen|char_ram~41646_combout & (((\text_gen|char_ram~24935_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~41646_combout & (\text_gen|char_ram~10599_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~10599_q ), + .datab(\text_gen|char_ram~41646_combout ), + .datac(\text_gen|char_ram~24935_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41647 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y35_N19 +dffeas \text_gen|char_ram~17879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y27_N31 +dffeas \text_gen|char_ram~25047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10711feeder ( +// Equation(s): +// \text_gen|char_ram~10711feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10711feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N25 +dffeas \text_gen|char_ram~10711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y27_N17 +dffeas \text_gen|char_ram~3543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41653 ( +// Equation(s): +// \text_gen|char_ram~41653_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10711_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3543_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10711_q ), + .datac(\text_gen|char_ram~3543_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41653 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41654 ( +// Equation(s): +// \text_gen|char_ram~41654_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41653_combout & ((\text_gen|char_ram~25047_q ))) # (!\text_gen|char_ram~41653_combout & (\text_gen|char_ram~17879_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41653_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17879_q ), + .datac(\text_gen|char_ram~25047_q ), + .datad(\text_gen|char_ram~41653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41654 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y31_N3 +dffeas \text_gen|char_ram~10375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y31_N1 +dffeas \text_gen|char_ram~24711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17543feeder ( +// Equation(s): +// \text_gen|char_ram~17543feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17543feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17543feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17543feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y50_N13 +dffeas \text_gen|char_ram~17543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17543feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y50_N3 +dffeas \text_gen|char_ram~3207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41650 ( +// Equation(s): +// \text_gen|char_ram~41650_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17543_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~3207_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17543_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3207_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41650 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41651 ( +// Equation(s): +// \text_gen|char_ram~41651_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41650_combout & ((\text_gen|char_ram~24711_q ))) # (!\text_gen|char_ram~41650_combout & (\text_gen|char_ram~10375_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41650_combout )))) + + .dataa(\text_gen|char_ram~10375_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24711_q ), + .datad(\text_gen|char_ram~41650_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41651 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y28_N5 +dffeas \text_gen|char_ram~17655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y31_N15 +dffeas \text_gen|char_ram~24823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y36_N1 +dffeas \text_gen|char_ram~10487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N21 +dffeas \text_gen|char_ram~3319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41648 ( +// Equation(s): +// \text_gen|char_ram~41648_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10487_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3319_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10487_q ), + .datac(\text_gen|char_ram~3319_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41648 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41649 ( +// Equation(s): +// \text_gen|char_ram~41649_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41648_combout & ((\text_gen|char_ram~24823_q ))) # (!\text_gen|char_ram~41648_combout & (\text_gen|char_ram~17655_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41648_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17655_q ), + .datac(\text_gen|char_ram~24823_q ), + .datad(\text_gen|char_ram~41648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41649 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41652 ( +// Equation(s): +// \text_gen|char_ram~41652_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~41649_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~41651_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41651_combout ), + .datad(\text_gen|char_ram~41649_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41652 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41655 ( +// Equation(s): +// \text_gen|char_ram~41655_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41652_combout & ((\text_gen|char_ram~41654_combout ))) # (!\text_gen|char_ram~41652_combout & (\text_gen|char_ram~41647_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41652_combout )))) + + .dataa(\text_gen|char_ram~41647_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41654_combout ), + .datad(\text_gen|char_ram~41652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41655 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41656 ( +// Equation(s): +// \text_gen|char_ram~41656_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~41645_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~41655_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41645_combout ), + .datad(\text_gen|char_ram~41655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41656 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y21_N3 +dffeas \text_gen|char_ram~17886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y21_N17 +dffeas \text_gen|char_ram~3550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17774feeder ( +// Equation(s): +// \text_gen|char_ram~17774feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17774feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17774feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17774feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y25_N9 +dffeas \text_gen|char_ram~17774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17774feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y25_N31 +dffeas \text_gen|char_ram~3438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41626 ( +// Equation(s): +// \text_gen|char_ram~41626_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17774_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3438_q +// ))))) + + .dataa(\text_gen|char_ram~17774_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3438_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41626 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41627 ( +// Equation(s): +// \text_gen|char_ram~41627_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41626_combout & (\text_gen|char_ram~17886_q )) # (!\text_gen|char_ram~41626_combout & ((\text_gen|char_ram~3550_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41626_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~17886_q ), + .datac(\text_gen|char_ram~3550_q ), + .datad(\text_gen|char_ram~41626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41627 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N21 +dffeas \text_gen|char_ram~10494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y23_N15 +dffeas \text_gen|char_ram~24830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24718feeder ( +// Equation(s): +// \text_gen|char_ram~24718feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24718feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N5 +dffeas \text_gen|char_ram~24718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y23_N21 +dffeas \text_gen|char_ram~10382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41628 ( +// Equation(s): +// \text_gen|char_ram~41628_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~24718_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~10382_q +// ))))) + + .dataa(\text_gen|char_ram~24718_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10382_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41628 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41629 ( +// Equation(s): +// \text_gen|char_ram~41629_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41628_combout & ((\text_gen|char_ram~24830_q ))) # (!\text_gen|char_ram~41628_combout & (\text_gen|char_ram~10494_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41628_combout )))) + + .dataa(\text_gen|char_ram~10494_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24830_q ), + .datad(\text_gen|char_ram~41628_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41629 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3326feeder ( +// Equation(s): +// \text_gen|char_ram~3326feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y27_N7 +dffeas \text_gen|char_ram~3326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y27_N7 +dffeas \text_gen|char_ram~17662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17550feeder ( +// Equation(s): +// \text_gen|char_ram~17550feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17550feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17550feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17550feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N19 +dffeas \text_gen|char_ram~17550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17550feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y24_N31 +dffeas \text_gen|char_ram~3214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41630 ( +// Equation(s): +// \text_gen|char_ram~41630_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17550_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3214_q +// ))))) + + .dataa(\text_gen|char_ram~17550_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3214_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41630 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41631 ( +// Equation(s): +// \text_gen|char_ram~41631_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41630_combout & ((\text_gen|char_ram~17662_q ))) # (!\text_gen|char_ram~41630_combout & (\text_gen|char_ram~3326_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41630_combout )))) + + .dataa(\text_gen|char_ram~3326_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17662_q ), + .datad(\text_gen|char_ram~41630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41631 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41632 ( +// Equation(s): +// \text_gen|char_ram~41632_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41629_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41631_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41629_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41632 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~41632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24942feeder ( +// Equation(s): +// \text_gen|char_ram~24942feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24942feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24942feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24942feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y26_N25 +dffeas \text_gen|char_ram~24942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24942feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y28_N31 +dffeas \text_gen|char_ram~10606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41633 ( +// Equation(s): +// \text_gen|char_ram~41633_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~24942_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~10606_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~24942_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~10606_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41633 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y25_N7 +dffeas \text_gen|char_ram~25054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y25_N21 +dffeas \text_gen|char_ram~10718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10718 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41634 ( +// Equation(s): +// \text_gen|char_ram~41634_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41633_combout & (\text_gen|char_ram~25054_q )) # (!\text_gen|char_ram~41633_combout & ((\text_gen|char_ram~10718_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41633_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41633_combout ), + .datac(\text_gen|char_ram~25054_q ), + .datad(\text_gen|char_ram~10718_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41634 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41635 ( +// Equation(s): +// \text_gen|char_ram~41635_combout = (\text_gen|char_ram~41632_combout & (((\text_gen|char_ram~41634_combout ) # (!\text_gen|Add5~2_combout )))) # (!\text_gen|char_ram~41632_combout & (\text_gen|char_ram~41627_combout & (\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~41627_combout ), + .datab(\text_gen|char_ram~41632_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41635 .lut_mask = 16'hEC2C; +defparam \text_gen|char_ram~41635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41667 ( +// Equation(s): +// \text_gen|char_ram~41667_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41656_combout & (\text_gen|char_ram~41666_combout )) # (!\text_gen|char_ram~41656_combout & ((\text_gen|char_ram~41635_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41656_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41666_combout ), + .datac(\text_gen|char_ram~41656_combout ), + .datad(\text_gen|char_ram~41635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41667 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y33_N15 +dffeas \text_gen|char_ram~26615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y32_N1 +dffeas \text_gen|char_ram~26643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41675 ( +// Equation(s): +// \text_gen|char_ram~41675_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~26643_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26615_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26615_q ), + .datad(\text_gen|char_ram~26643_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41675 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y27_N23 +dffeas \text_gen|char_ram~26650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y29_N19 +dffeas \text_gen|char_ram~26622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41676 ( +// Equation(s): +// \text_gen|char_ram~41676_combout = (\text_gen|char_ram~41675_combout & (((\text_gen|char_ram~26650_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~41675_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~26622_q )))) + + .dataa(\text_gen|char_ram~41675_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26650_q ), + .datad(\text_gen|char_ram~26622_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41676 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y51_N21 +dffeas \text_gen|char_ram~12307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12279feeder ( +// Equation(s): +// \text_gen|char_ram~12279feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12279feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12279feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12279feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y47_N25 +dffeas \text_gen|char_ram~12279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12279feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41670 ( +// Equation(s): +// \text_gen|char_ram~41670_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12307_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12279_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12307_q ), + .datad(\text_gen|char_ram~12279_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41670 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y27_N1 +dffeas \text_gen|char_ram~12314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12286feeder ( +// Equation(s): +// \text_gen|char_ram~12286feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X16_Y27_N1 +dffeas \text_gen|char_ram~12286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41671 ( +// Equation(s): +// \text_gen|char_ram~41671_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41670_combout & (\text_gen|char_ram~12314_q )) # (!\text_gen|char_ram~41670_combout & ((\text_gen|char_ram~12286_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~41670_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41670_combout ), + .datac(\text_gen|char_ram~12314_q ), + .datad(\text_gen|char_ram~12286_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41671 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y27_N15 +dffeas \text_gen|char_ram~5118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y27_N29 +dffeas \text_gen|char_ram~5146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y37_N29 +dffeas \text_gen|char_ram~5111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5139feeder ( +// Equation(s): +// \text_gen|char_ram~5139feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5139feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5139feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5139feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y40_N27 +dffeas \text_gen|char_ram~5139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5139feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41672 ( +// Equation(s): +// \text_gen|char_ram~41672_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5139_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5111_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5111_q ), + .datad(\text_gen|char_ram~5139_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41672 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41673 ( +// Equation(s): +// \text_gen|char_ram~41673_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41672_combout & ((\text_gen|char_ram~5146_q ))) # (!\text_gen|char_ram~41672_combout & (\text_gen|char_ram~5118_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41672_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5118_q ), + .datac(\text_gen|char_ram~5146_q ), + .datad(\text_gen|char_ram~41672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41673 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41674 ( +// Equation(s): +// \text_gen|char_ram~41674_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41671_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41673_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41671_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41674 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~41674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N25 +dffeas \text_gen|char_ram~19454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y27_N15 +dffeas \text_gen|char_ram~19482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y29_N21 +dffeas \text_gen|char_ram~19475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y29_N29 +dffeas \text_gen|char_ram~19447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41668 ( +// Equation(s): +// \text_gen|char_ram~41668_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~19475_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~19447_q ))))) + + .dataa(\text_gen|char_ram~19475_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19447_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41668 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41669 ( +// Equation(s): +// \text_gen|char_ram~41669_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41668_combout & ((\text_gen|char_ram~19482_q ))) # (!\text_gen|char_ram~41668_combout & (\text_gen|char_ram~19454_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41668_combout )))) + + .dataa(\text_gen|char_ram~19454_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19482_q ), + .datad(\text_gen|char_ram~41668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41669 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41677 ( +// Equation(s): +// \text_gen|char_ram~41677_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41674_combout & (\text_gen|char_ram~41676_combout )) # (!\text_gen|char_ram~41674_combout & ((\text_gen|char_ram~41669_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41674_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41676_combout ), + .datac(\text_gen|char_ram~41674_combout ), + .datad(\text_gen|char_ram~41669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41677 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19699feeder ( +// Equation(s): +// \text_gen|char_ram~19699feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19699feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19699feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19699feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N3 +dffeas \text_gen|char_ram~19699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19699feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y43_N13 +dffeas \text_gen|char_ram~19706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y43_N19 +dffeas \text_gen|char_ram~19671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y43_N23 +dffeas \text_gen|char_ram~19678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41699 ( +// Equation(s): +// \text_gen|char_ram~41699_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~19678_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~19671_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19671_q ), + .datad(\text_gen|char_ram~19678_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41699 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41700 ( +// Equation(s): +// \text_gen|char_ram~41700_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41699_combout & ((\text_gen|char_ram~19706_q ))) # (!\text_gen|char_ram~41699_combout & (\text_gen|char_ram~19699_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41699_combout )))) + + .dataa(\text_gen|char_ram~19699_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19706_q ), + .datad(\text_gen|char_ram~41699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41700 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y30_N3 +dffeas \text_gen|char_ram~26846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y30_N29 +dffeas \text_gen|char_ram~26874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y33_N13 +dffeas \text_gen|char_ram~26839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y29_N21 +dffeas \text_gen|char_ram~26867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41706 ( +// Equation(s): +// \text_gen|char_ram~41706_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~26867_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26839_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26839_q ), + .datad(\text_gen|char_ram~26867_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41706 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41707 ( +// Equation(s): +// \text_gen|char_ram~41707_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41706_combout & ((\text_gen|char_ram~26874_q ))) # (!\text_gen|char_ram~41706_combout & (\text_gen|char_ram~26846_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41706_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~26846_q ), + .datac(\text_gen|char_ram~26874_q ), + .datad(\text_gen|char_ram~41706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41707 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~5363feeder ( +// Equation(s): +// \text_gen|char_ram~5363feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y29_N13 +dffeas \text_gen|char_ram~5363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y25_N7 +dffeas \text_gen|char_ram~5370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y25_N7 +dffeas \text_gen|char_ram~5342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y25_N25 +dffeas \text_gen|char_ram~5335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41703 ( +// Equation(s): +// \text_gen|char_ram~41703_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5342_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5335_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~5342_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5335_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41703 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41704 ( +// Equation(s): +// \text_gen|char_ram~41704_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41703_combout & ((\text_gen|char_ram~5370_q ))) # (!\text_gen|char_ram~41703_combout & (\text_gen|char_ram~5363_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41703_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5363_q ), + .datac(\text_gen|char_ram~5370_q ), + .datad(\text_gen|char_ram~41703_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41704 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12510feeder ( +// Equation(s): +// \text_gen|char_ram~12510feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12510feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12510feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12510feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y30_N7 +dffeas \text_gen|char_ram~12510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12510feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y33_N5 +dffeas \text_gen|char_ram~12538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y33_N7 +dffeas \text_gen|char_ram~12531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y33_N21 +dffeas \text_gen|char_ram~12503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41701 ( +// Equation(s): +// \text_gen|char_ram~41701_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12531_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12503_q ))))) + + .dataa(\text_gen|char_ram~12531_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12503_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41701 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41702 ( +// Equation(s): +// \text_gen|char_ram~41702_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41701_combout & ((\text_gen|char_ram~12538_q ))) # (!\text_gen|char_ram~41701_combout & (\text_gen|char_ram~12510_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41701_combout )))) + + .dataa(\text_gen|char_ram~12510_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12538_q ), + .datad(\text_gen|char_ram~41701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41702 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41705 ( +// Equation(s): +// \text_gen|char_ram~41705_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~41702_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~41704_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41704_combout ), + .datad(\text_gen|char_ram~41702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41705 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41708 ( +// Equation(s): +// \text_gen|char_ram~41708_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41705_combout & ((\text_gen|char_ram~41707_combout ))) # (!\text_gen|char_ram~41705_combout & (\text_gen|char_ram~41700_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41705_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41700_combout ), + .datac(\text_gen|char_ram~41707_combout ), + .datad(\text_gen|char_ram~41705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41708 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y29_N25 +dffeas \text_gen|char_ram~26727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y29_N25 +dffeas \text_gen|char_ram~26755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41685 ( +// Equation(s): +// \text_gen|char_ram~41685_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~26755_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26727_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26727_q ), + .datad(\text_gen|char_ram~26755_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41685 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y27_N19 +dffeas \text_gen|char_ram~26762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26734feeder ( +// Equation(s): +// \text_gen|char_ram~26734feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26734feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y27_N25 +dffeas \text_gen|char_ram~26734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41686 ( +// Equation(s): +// \text_gen|char_ram~41686_combout = (\text_gen|char_ram~41685_combout & (((\text_gen|char_ram~26762_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~41685_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~26734_q )))) + + .dataa(\text_gen|char_ram~41685_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26762_q ), + .datad(\text_gen|char_ram~26734_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41686 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y28_N9 +dffeas \text_gen|char_ram~12398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y28_N31 +dffeas \text_gen|char_ram~12426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y32_N21 +dffeas \text_gen|char_ram~12419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y32_N9 +dffeas \text_gen|char_ram~12391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41678 ( +// Equation(s): +// \text_gen|char_ram~41678_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12419_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12391_q ))))) + + .dataa(\text_gen|char_ram~12419_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12391_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41678 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41679 ( +// Equation(s): +// \text_gen|char_ram~41679_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41678_combout & ((\text_gen|char_ram~12426_q ))) # (!\text_gen|char_ram~41678_combout & (\text_gen|char_ram~12398_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41678_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12398_q ), + .datac(\text_gen|char_ram~12426_q ), + .datad(\text_gen|char_ram~41678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41679 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N29 +dffeas \text_gen|char_ram~5230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y27_N7 +dffeas \text_gen|char_ram~5258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y27_N3 +dffeas \text_gen|char_ram~5223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y31_N25 +dffeas \text_gen|char_ram~5251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41682 ( +// Equation(s): +// \text_gen|char_ram~41682_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5251_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5223_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5223_q ), + .datad(\text_gen|char_ram~5251_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41682 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41683 ( +// Equation(s): +// \text_gen|char_ram~41683_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41682_combout & ((\text_gen|char_ram~5258_q ))) # (!\text_gen|char_ram~41682_combout & (\text_gen|char_ram~5230_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41682_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5230_q ), + .datac(\text_gen|char_ram~5258_q ), + .datad(\text_gen|char_ram~41682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41683 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19566feeder ( +// Equation(s): +// \text_gen|char_ram~19566feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19566feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N1 +dffeas \text_gen|char_ram~19566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y31_N29 +dffeas \text_gen|char_ram~19594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y31_N11 +dffeas \text_gen|char_ram~19559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y31_N7 +dffeas \text_gen|char_ram~19587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41680 ( +// Equation(s): +// \text_gen|char_ram~41680_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~19587_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19559_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19559_q ), + .datad(\text_gen|char_ram~19587_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41680 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41681 ( +// Equation(s): +// \text_gen|char_ram~41681_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41680_combout & ((\text_gen|char_ram~19594_q ))) # (!\text_gen|char_ram~41680_combout & (\text_gen|char_ram~19566_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41680_combout )))) + + .dataa(\text_gen|char_ram~19566_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19594_q ), + .datad(\text_gen|char_ram~41680_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41681 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41684 ( +// Equation(s): +// \text_gen|char_ram~41684_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~41681_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~41683_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41683_combout ), + .datad(\text_gen|char_ram~41681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41684 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41687 ( +// Equation(s): +// \text_gen|char_ram~41687_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41684_combout & (\text_gen|char_ram~41686_combout )) # (!\text_gen|char_ram~41684_combout & ((\text_gen|char_ram~41679_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41684_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~41686_combout ), + .datac(\text_gen|char_ram~41679_combout ), + .datad(\text_gen|char_ram~41684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41687 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y24_N21 +dffeas \text_gen|char_ram~26510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y27_N7 +dffeas \text_gen|char_ram~26538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y27_N17 +dffeas \text_gen|char_ram~26503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y29_N13 +dffeas \text_gen|char_ram~26531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41695 ( +// Equation(s): +// \text_gen|char_ram~41695_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~26531_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26503_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26503_q ), + .datad(\text_gen|char_ram~26531_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41695 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41696 ( +// Equation(s): +// \text_gen|char_ram~41696_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41695_combout & ((\text_gen|char_ram~26538_q ))) # (!\text_gen|char_ram~41695_combout & (\text_gen|char_ram~26510_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41695_combout )))) + + .dataa(\text_gen|char_ram~26510_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26538_q ), + .datad(\text_gen|char_ram~41695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41696 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12174feeder ( +// Equation(s): +// \text_gen|char_ram~12174feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12174feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y26_N9 +dffeas \text_gen|char_ram~12174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y26_N31 +dffeas \text_gen|char_ram~12202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y30_N19 +dffeas \text_gen|char_ram~12167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y29_N11 +dffeas \text_gen|char_ram~12195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41688 ( +// Equation(s): +// \text_gen|char_ram~41688_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12195_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12167_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12167_q ), + .datad(\text_gen|char_ram~12195_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41688 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41689 ( +// Equation(s): +// \text_gen|char_ram~41689_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41688_combout & ((\text_gen|char_ram~12202_q ))) # (!\text_gen|char_ram~41688_combout & (\text_gen|char_ram~12174_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41688_combout )))) + + .dataa(\text_gen|char_ram~12174_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12202_q ), + .datad(\text_gen|char_ram~41688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41689 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y24_N21 +dffeas \text_gen|char_ram~5006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N3 +dffeas \text_gen|char_ram~5034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N1 +dffeas \text_gen|char_ram~4999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y29_N19 +dffeas \text_gen|char_ram~5027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41692 ( +// Equation(s): +// \text_gen|char_ram~41692_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5027_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4999_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4999_q ), + .datad(\text_gen|char_ram~5027_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41692 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41693 ( +// Equation(s): +// \text_gen|char_ram~41693_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41692_combout & ((\text_gen|char_ram~5034_q ))) # (!\text_gen|char_ram~41692_combout & (\text_gen|char_ram~5006_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41692_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5006_q ), + .datac(\text_gen|char_ram~5034_q ), + .datad(\text_gen|char_ram~41692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41693 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y27_N21 +dffeas \text_gen|char_ram~19342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y27_N7 +dffeas \text_gen|char_ram~19370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y27_N23 +dffeas \text_gen|char_ram~19335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y29_N15 +dffeas \text_gen|char_ram~19363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41690 ( +// Equation(s): +// \text_gen|char_ram~41690_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~19363_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19335_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19335_q ), + .datad(\text_gen|char_ram~19363_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41690 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41691 ( +// Equation(s): +// \text_gen|char_ram~41691_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41690_combout & ((\text_gen|char_ram~19370_q ))) # (!\text_gen|char_ram~41690_combout & (\text_gen|char_ram~19342_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41690_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19342_q ), + .datac(\text_gen|char_ram~19370_q ), + .datad(\text_gen|char_ram~41690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41691 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41694 ( +// Equation(s): +// \text_gen|char_ram~41694_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~41691_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~41693_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41693_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41694 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~41694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41697 ( +// Equation(s): +// \text_gen|char_ram~41697_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41694_combout & (\text_gen|char_ram~41696_combout )) # (!\text_gen|char_ram~41694_combout & ((\text_gen|char_ram~41689_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41694_combout )))) + + .dataa(\text_gen|char_ram~41696_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41689_combout ), + .datad(\text_gen|char_ram~41694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41697 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41698 ( +// Equation(s): +// \text_gen|char_ram~41698_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~41687_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~41697_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41687_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41698 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~41698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41709 ( +// Equation(s): +// \text_gen|char_ram~41709_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41698_combout & ((\text_gen|char_ram~41708_combout ))) # (!\text_gen|char_ram~41698_combout & (\text_gen|char_ram~41677_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41698_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41677_combout ), + .datac(\text_gen|char_ram~41708_combout ), + .datad(\text_gen|char_ram~41698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41709 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y23_N3 +dffeas \text_gen|char_ram~16122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y26_N25 +dffeas \text_gen|char_ram~23290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y30_N23 +dffeas \text_gen|char_ram~8954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y26_N7 +dffeas \text_gen|char_ram~1786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41748 ( +// Equation(s): +// \text_gen|char_ram~41748_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8954_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1786_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8954_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1786_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41748 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41749 ( +// Equation(s): +// \text_gen|char_ram~41749_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41748_combout & ((\text_gen|char_ram~23290_q ))) # (!\text_gen|char_ram~41748_combout & (\text_gen|char_ram~16122_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41748_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16122_q ), + .datac(\text_gen|char_ram~23290_q ), + .datad(\text_gen|char_ram~41748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41749 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N15 +dffeas \text_gen|char_ram~15898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y23_N5 +dffeas \text_gen|char_ram~8730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y23_N19 +dffeas \text_gen|char_ram~1562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41741 ( +// Equation(s): +// \text_gen|char_ram~41741_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8730_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1562_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8730_q ), + .datac(\text_gen|char_ram~1562_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41741 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y23_N19 +dffeas \text_gen|char_ram~23066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41742 ( +// Equation(s): +// \text_gen|char_ram~41742_combout = (\text_gen|char_ram~41741_combout & (((\text_gen|char_ram~23066_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41741_combout & (\text_gen|char_ram~15898_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~15898_q ), + .datab(\text_gen|char_ram~41741_combout ), + .datac(\text_gen|char_ram~23066_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41742 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y23_N25 +dffeas \text_gen|char_ram~8618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y23_N11 +dffeas \text_gen|char_ram~22954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y23_N15 +dffeas \text_gen|char_ram~1450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y23_N15 +dffeas \text_gen|char_ram~15786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41745 ( +// Equation(s): +// \text_gen|char_ram~41745_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~15786_q ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~1450_q )))) + + .dataa(\text_gen|char_ram~1450_q ), + .datab(\text_gen|char_ram~15786_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41745 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~41745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41746 ( +// Equation(s): +// \text_gen|char_ram~41746_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41745_combout & ((\text_gen|char_ram~22954_q ))) # (!\text_gen|char_ram~41745_combout & (\text_gen|char_ram~8618_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41745_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8618_q ), + .datac(\text_gen|char_ram~22954_q ), + .datad(\text_gen|char_ram~41745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41746 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y27_N5 +dffeas \text_gen|char_ram~8842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y23_N1 +dffeas \text_gen|char_ram~23178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16010feeder ( +// Equation(s): +// \text_gen|char_ram~16010feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16010feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y23_N25 +dffeas \text_gen|char_ram~16010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y23_N11 +dffeas \text_gen|char_ram~1674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41743 ( +// Equation(s): +// \text_gen|char_ram~41743_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16010_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1674_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16010_q ), + .datac(\text_gen|char_ram~1674_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41743 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41744 ( +// Equation(s): +// \text_gen|char_ram~41744_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41743_combout & ((\text_gen|char_ram~23178_q ))) # (!\text_gen|char_ram~41743_combout & (\text_gen|char_ram~8842_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41743_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8842_q ), + .datac(\text_gen|char_ram~23178_q ), + .datad(\text_gen|char_ram~41743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41744 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41747 ( +// Equation(s): +// \text_gen|char_ram~41747_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~41744_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41746_combout )))) + + .dataa(\text_gen|char_ram~41746_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~41744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41747 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~41747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41750 ( +// Equation(s): +// \text_gen|char_ram~41750_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41747_combout & (\text_gen|char_ram~41749_combout )) # (!\text_gen|char_ram~41747_combout & ((\text_gen|char_ram~41742_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41747_combout )))) + + .dataa(\text_gen|char_ram~41749_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41742_combout ), + .datad(\text_gen|char_ram~41747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41750 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y28_N1 +dffeas \text_gen|char_ram~8926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y25_N21 +dffeas \text_gen|char_ram~1758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41717 ( +// Equation(s): +// \text_gen|char_ram~41717_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8926_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1758_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8926_q ), + .datac(\text_gen|char_ram~1758_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41717 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y28_N27 +dffeas \text_gen|char_ram~16094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N21 +dffeas \text_gen|char_ram~23262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41718 ( +// Equation(s): +// \text_gen|char_ram~41718_combout = (\text_gen|char_ram~41717_combout & (((\text_gen|char_ram~23262_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41717_combout & (\text_gen|char_ram~16094_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~41717_combout ), + .datab(\text_gen|char_ram~16094_q ), + .datac(\text_gen|char_ram~23262_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41718 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~41718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y26_N23 +dffeas \text_gen|char_ram~8814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y26_N9 +dffeas \text_gen|char_ram~23150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N23 +dffeas \text_gen|char_ram~1646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y26_N17 +dffeas \text_gen|char_ram~15982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41710 ( +// Equation(s): +// \text_gen|char_ram~41710_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~15982_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1646_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1646_q ), + .datad(\text_gen|char_ram~15982_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41710 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41711 ( +// Equation(s): +// \text_gen|char_ram~41711_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41710_combout & ((\text_gen|char_ram~23150_q ))) # (!\text_gen|char_ram~41710_combout & (\text_gen|char_ram~8814_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41710_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8814_q ), + .datac(\text_gen|char_ram~23150_q ), + .datad(\text_gen|char_ram~41710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41711 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y24_N13 +dffeas \text_gen|char_ram~8590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y24_N15 +dffeas \text_gen|char_ram~22926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y24_N19 +dffeas \text_gen|char_ram~15758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y24_N15 +dffeas \text_gen|char_ram~1422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41714 ( +// Equation(s): +// \text_gen|char_ram~41714_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15758_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1422_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15758_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1422_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41714 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41715 ( +// Equation(s): +// \text_gen|char_ram~41715_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41714_combout & ((\text_gen|char_ram~22926_q ))) # (!\text_gen|char_ram~41714_combout & (\text_gen|char_ram~8590_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41714_combout )))) + + .dataa(\text_gen|char_ram~8590_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22926_q ), + .datad(\text_gen|char_ram~41714_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41715 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y26_N27 +dffeas \text_gen|char_ram~15870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y26_N1 +dffeas \text_gen|char_ram~23038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y28_N21 +dffeas \text_gen|char_ram~8702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y28_N15 +dffeas \text_gen|char_ram~1534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41712 ( +// Equation(s): +// \text_gen|char_ram~41712_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8702_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1534_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8702_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1534_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41712 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41713 ( +// Equation(s): +// \text_gen|char_ram~41713_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41712_combout & ((\text_gen|char_ram~23038_q ))) # (!\text_gen|char_ram~41712_combout & (\text_gen|char_ram~15870_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41712_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15870_q ), + .datac(\text_gen|char_ram~23038_q ), + .datad(\text_gen|char_ram~41712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41713 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41716 ( +// Equation(s): +// \text_gen|char_ram~41716_combout = (\text_gen|Add5~0_combout & (((\text_gen|char_ram~41713_combout ) # (\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~41715_combout & ((!\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41715_combout ), + .datac(\text_gen|char_ram~41713_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41716 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~41716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41719 ( +// Equation(s): +// \text_gen|char_ram~41719_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41716_combout & (\text_gen|char_ram~41718_combout )) # (!\text_gen|char_ram~41716_combout & ((\text_gen|char_ram~41711_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41716_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41718_combout ), + .datac(\text_gen|char_ram~41711_combout ), + .datad(\text_gen|char_ram~41716_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41719 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y27_N15 +dffeas \text_gen|char_ram~15891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y27_N21 +dffeas \text_gen|char_ram~23059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y36_N5 +dffeas \text_gen|char_ram~8723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y33_N5 +dffeas \text_gen|char_ram~1555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41720 ( +// Equation(s): +// \text_gen|char_ram~41720_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8723_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1555_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8723_q ), + .datac(\text_gen|char_ram~1555_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41720 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41721 ( +// Equation(s): +// \text_gen|char_ram~41721_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41720_combout & ((\text_gen|char_ram~23059_q ))) # (!\text_gen|char_ram~41720_combout & (\text_gen|char_ram~15891_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41720_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15891_q ), + .datac(\text_gen|char_ram~23059_q ), + .datad(\text_gen|char_ram~41720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41721 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y29_N3 +dffeas \text_gen|char_ram~16115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y29_N19 +dffeas \text_gen|char_ram~23283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y31_N25 +dffeas \text_gen|char_ram~8947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y27_N27 +dffeas \text_gen|char_ram~1779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41727 ( +// Equation(s): +// \text_gen|char_ram~41727_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8947_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1779_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8947_q ), + .datac(\text_gen|char_ram~1779_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41727 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41728 ( +// Equation(s): +// \text_gen|char_ram~41728_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41727_combout & ((\text_gen|char_ram~23283_q ))) # (!\text_gen|char_ram~41727_combout & (\text_gen|char_ram~16115_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41727_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16115_q ), + .datac(\text_gen|char_ram~23283_q ), + .datad(\text_gen|char_ram~41727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41728 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y29_N9 +dffeas \text_gen|char_ram~8611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y27_N23 +dffeas \text_gen|char_ram~22947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y29_N1 +dffeas \text_gen|char_ram~1443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y29_N17 +dffeas \text_gen|char_ram~15779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41724 ( +// Equation(s): +// \text_gen|char_ram~41724_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~15779_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1443_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1443_q ), + .datad(\text_gen|char_ram~15779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41724 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41725 ( +// Equation(s): +// \text_gen|char_ram~41725_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41724_combout & ((\text_gen|char_ram~22947_q ))) # (!\text_gen|char_ram~41724_combout & (\text_gen|char_ram~8611_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41724_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8611_q ), + .datac(\text_gen|char_ram~22947_q ), + .datad(\text_gen|char_ram~41724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41725 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8835feeder ( +// Equation(s): +// \text_gen|char_ram~8835feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8835feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8835feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8835feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y30_N29 +dffeas \text_gen|char_ram~8835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8835feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y28_N21 +dffeas \text_gen|char_ram~23171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y28_N29 +dffeas \text_gen|char_ram~16003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y28_N3 +dffeas \text_gen|char_ram~1667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41722 ( +// Equation(s): +// \text_gen|char_ram~41722_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16003_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1667_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16003_q ), + .datac(\text_gen|char_ram~1667_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41722 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41723 ( +// Equation(s): +// \text_gen|char_ram~41723_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41722_combout & ((\text_gen|char_ram~23171_q ))) # (!\text_gen|char_ram~41722_combout & (\text_gen|char_ram~8835_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41722_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8835_q ), + .datac(\text_gen|char_ram~23171_q ), + .datad(\text_gen|char_ram~41722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41723 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41726 ( +// Equation(s): +// \text_gen|char_ram~41726_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~41723_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~41725_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41725_combout ), + .datad(\text_gen|char_ram~41723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41726 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41729 ( +// Equation(s): +// \text_gen|char_ram~41729_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41726_combout & ((\text_gen|char_ram~41728_combout ))) # (!\text_gen|char_ram~41726_combout & (\text_gen|char_ram~41721_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41726_combout )))) + + .dataa(\text_gen|char_ram~41721_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41728_combout ), + .datad(\text_gen|char_ram~41726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41729 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y37_N19 +dffeas \text_gen|char_ram~15863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y34_N7 +dffeas \text_gen|char_ram~23031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y34_N19 +dffeas \text_gen|char_ram~1527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8695feeder ( +// Equation(s): +// \text_gen|char_ram~8695feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y34_N15 +dffeas \text_gen|char_ram~8695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41730 ( +// Equation(s): +// \text_gen|char_ram~41730_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8695_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1527_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1527_q ), + .datad(\text_gen|char_ram~8695_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41730 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41731 ( +// Equation(s): +// \text_gen|char_ram~41731_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41730_combout & ((\text_gen|char_ram~23031_q ))) # (!\text_gen|char_ram~41730_combout & (\text_gen|char_ram~15863_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41730_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15863_q ), + .datac(\text_gen|char_ram~23031_q ), + .datad(\text_gen|char_ram~41730_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41731 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y43_N29 +dffeas \text_gen|char_ram~16087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y29_N9 +dffeas \text_gen|char_ram~23255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8919feeder ( +// Equation(s): +// \text_gen|char_ram~8919feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8919feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N27 +dffeas \text_gen|char_ram~8919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N5 +dffeas \text_gen|char_ram~1751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41737 ( +// Equation(s): +// \text_gen|char_ram~41737_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8919_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1751_q +// ))))) + + .dataa(\text_gen|char_ram~8919_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1751_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41737 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41738 ( +// Equation(s): +// \text_gen|char_ram~41738_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41737_combout & ((\text_gen|char_ram~23255_q ))) # (!\text_gen|char_ram~41737_combout & (\text_gen|char_ram~16087_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41737_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16087_q ), + .datac(\text_gen|char_ram~23255_q ), + .datad(\text_gen|char_ram~41737_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41738 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8807feeder ( +// Equation(s): +// \text_gen|char_ram~8807feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8807feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8807feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8807feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y30_N9 +dffeas \text_gen|char_ram~8807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8807feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y30_N5 +dffeas \text_gen|char_ram~23143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15975feeder ( +// Equation(s): +// \text_gen|char_ram~15975feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15975feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15975feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15975feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y27_N9 +dffeas \text_gen|char_ram~15975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15975feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N25 +dffeas \text_gen|char_ram~1639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41732 ( +// Equation(s): +// \text_gen|char_ram~41732_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15975_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1639_q +// ))))) + + .dataa(\text_gen|char_ram~15975_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1639_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41732 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41733 ( +// Equation(s): +// \text_gen|char_ram~41733_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41732_combout & ((\text_gen|char_ram~23143_q ))) # (!\text_gen|char_ram~41732_combout & (\text_gen|char_ram~8807_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41732_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8807_q ), + .datac(\text_gen|char_ram~23143_q ), + .datad(\text_gen|char_ram~41732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41733 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y23_N1 +dffeas \text_gen|char_ram~15751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y24_N5 +dffeas \text_gen|char_ram~1415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41734 ( +// Equation(s): +// \text_gen|char_ram~41734_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15751_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1415_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15751_q ), + .datac(\text_gen|char_ram~1415_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41734 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y31_N11 +dffeas \text_gen|char_ram~8583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y27_N25 +dffeas \text_gen|char_ram~22919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41735 ( +// Equation(s): +// \text_gen|char_ram~41735_combout = (\text_gen|char_ram~41734_combout & (((\text_gen|char_ram~22919_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~41734_combout & (\text_gen|char_ram~8583_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~41734_combout ), + .datab(\text_gen|char_ram~8583_q ), + .datac(\text_gen|char_ram~22919_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41735 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~41735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41736 ( +// Equation(s): +// \text_gen|char_ram~41736_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~41733_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~41735_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41733_combout ), + .datad(\text_gen|char_ram~41735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41736 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41739 ( +// Equation(s): +// \text_gen|char_ram~41739_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41736_combout & ((\text_gen|char_ram~41738_combout ))) # (!\text_gen|char_ram~41736_combout & (\text_gen|char_ram~41731_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41736_combout )))) + + .dataa(\text_gen|char_ram~41731_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41738_combout ), + .datad(\text_gen|char_ram~41736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41739 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41740 ( +// Equation(s): +// \text_gen|char_ram~41740_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~41729_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~41739_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~41729_combout ), + .datad(\text_gen|char_ram~41739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41740 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41751 ( +// Equation(s): +// \text_gen|char_ram~41751_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41740_combout & (\text_gen|char_ram~41750_combout )) # (!\text_gen|char_ram~41740_combout & ((\text_gen|char_ram~41719_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41740_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41750_combout ), + .datac(\text_gen|char_ram~41719_combout ), + .datad(\text_gen|char_ram~41740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41751 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41752 ( +// Equation(s): +// \text_gen|char_ram~41752_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~41709_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~41751_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~41709_combout ), + .datad(\text_gen|char_ram~41751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41752 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7162feeder ( +// Equation(s): +// \text_gen|char_ram~7162feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y26_N1 +dffeas \text_gen|char_ram~7162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y23_N9 +dffeas \text_gen|char_ram~6938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21274feeder ( +// Equation(s): +// \text_gen|char_ram~21274feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21274feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21274feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21274feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y28_N15 +dffeas \text_gen|char_ram~21274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21274feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41784 ( +// Equation(s): +// \text_gen|char_ram~41784_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~21274_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6938_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6938_q ), + .datad(\text_gen|char_ram~21274_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41784 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21498feeder ( +// Equation(s): +// \text_gen|char_ram~21498feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y27_N15 +dffeas \text_gen|char_ram~21498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41785 ( +// Equation(s): +// \text_gen|char_ram~41785_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41784_combout & ((\text_gen|char_ram~21498_q ))) # (!\text_gen|char_ram~41784_combout & (\text_gen|char_ram~7162_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41784_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7162_q ), + .datac(\text_gen|char_ram~41784_combout ), + .datad(\text_gen|char_ram~21498_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41785 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~41785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14330feeder ( +// Equation(s): +// \text_gen|char_ram~14330feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14330feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y24_N13 +dffeas \text_gen|char_ram~14330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y23_N9 +dffeas \text_gen|char_ram~28666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y23_N19 +dffeas \text_gen|char_ram~28442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y23_N9 +dffeas \text_gen|char_ram~14106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41791 ( +// Equation(s): +// \text_gen|char_ram~41791_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~28442_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~14106_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~28442_q ), + .datac(\text_gen|char_ram~14106_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41791 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41792 ( +// Equation(s): +// \text_gen|char_ram~41792_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41791_combout & ((\text_gen|char_ram~28666_q ))) # (!\text_gen|char_ram~41791_combout & (\text_gen|char_ram~14330_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41791_combout )))) + + .dataa(\text_gen|char_ram~14330_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~28666_q ), + .datad(\text_gen|char_ram~41791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41792 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y23_N3 +dffeas \text_gen|char_ram~28330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y23_N27 +dffeas \text_gen|char_ram~13994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41786 ( +// Equation(s): +// \text_gen|char_ram~41786_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~28330_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~13994_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~28330_q ), + .datac(\text_gen|char_ram~13994_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41786 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y27_N7 +dffeas \text_gen|char_ram~28554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y27_N29 +dffeas \text_gen|char_ram~14218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41787 ( +// Equation(s): +// \text_gen|char_ram~41787_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41786_combout & (\text_gen|char_ram~28554_q )) # (!\text_gen|char_ram~41786_combout & ((\text_gen|char_ram~14218_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~41786_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~41786_combout ), + .datac(\text_gen|char_ram~28554_q ), + .datad(\text_gen|char_ram~14218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41787 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7050feeder ( +// Equation(s): +// \text_gen|char_ram~7050feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7050feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y23_N9 +dffeas \text_gen|char_ram~7050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y23_N7 +dffeas \text_gen|char_ram~21386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y23_N7 +dffeas \text_gen|char_ram~6826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21162feeder ( +// Equation(s): +// \text_gen|char_ram~21162feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y23_N25 +dffeas \text_gen|char_ram~21162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41788 ( +// Equation(s): +// \text_gen|char_ram~41788_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~21162_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6826_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6826_q ), + .datad(\text_gen|char_ram~21162_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41788 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41789 ( +// Equation(s): +// \text_gen|char_ram~41789_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41788_combout & ((\text_gen|char_ram~21386_q ))) # (!\text_gen|char_ram~41788_combout & (\text_gen|char_ram~7050_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41788_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~7050_q ), + .datac(\text_gen|char_ram~21386_q ), + .datad(\text_gen|char_ram~41788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41789 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41790 ( +// Equation(s): +// \text_gen|char_ram~41790_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~41787_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~41789_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41787_combout ), + .datad(\text_gen|char_ram~41789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41790 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41793 ( +// Equation(s): +// \text_gen|char_ram~41793_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41790_combout & ((\text_gen|char_ram~41792_combout ))) # (!\text_gen|char_ram~41790_combout & (\text_gen|char_ram~41785_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41790_combout )))) + + .dataa(\text_gen|char_ram~41785_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~41792_combout ), + .datad(\text_gen|char_ram~41790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41793 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7134feeder ( +// Equation(s): +// \text_gen|char_ram~7134feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7134feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7134feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7134feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y26_N23 +dffeas \text_gen|char_ram~7134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7134feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y28_N15 +dffeas \text_gen|char_ram~14302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14302 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14190feeder ( +// Equation(s): +// \text_gen|char_ram~14190feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14190feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y28_N23 +dffeas \text_gen|char_ram~14190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y25_N5 +dffeas \text_gen|char_ram~7022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41753 ( +// Equation(s): +// \text_gen|char_ram~41753_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~14190_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~7022_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~14190_q ), + .datac(\text_gen|char_ram~7022_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41753 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41754 ( +// Equation(s): +// \text_gen|char_ram~41754_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41753_combout & ((\text_gen|char_ram~14302_q ))) # (!\text_gen|char_ram~41753_combout & (\text_gen|char_ram~7134_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41753_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~7134_q ), + .datac(\text_gen|char_ram~14302_q ), + .datad(\text_gen|char_ram~41753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41754 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21470feeder ( +// Equation(s): +// \text_gen|char_ram~21470feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21470feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21470feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21470feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y26_N15 +dffeas \text_gen|char_ram~21470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21470feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N23 +dffeas \text_gen|char_ram~28638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y26_N7 +dffeas \text_gen|char_ram~21358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~28526feeder ( +// Equation(s): +// \text_gen|char_ram~28526feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y24_N19 +dffeas \text_gen|char_ram~28526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41760 ( +// Equation(s): +// \text_gen|char_ram~41760_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~28526_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~21358_q +// )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21358_q ), + .datad(\text_gen|char_ram~28526_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41760 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41761 ( +// Equation(s): +// \text_gen|char_ram~41761_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41760_combout & ((\text_gen|char_ram~28638_q ))) # (!\text_gen|char_ram~41760_combout & (\text_gen|char_ram~21470_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41760_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21470_q ), + .datac(\text_gen|char_ram~28638_q ), + .datad(\text_gen|char_ram~41760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41761 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y28_N17 +dffeas \text_gen|char_ram~6910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y28_N23 +dffeas \text_gen|char_ram~14078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y24_N15 +dffeas \text_gen|char_ram~13966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y24_N1 +dffeas \text_gen|char_ram~6798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41757 ( +// Equation(s): +// \text_gen|char_ram~41757_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13966_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6798_q +// ))))) + + .dataa(\text_gen|char_ram~13966_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6798_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41757 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41758 ( +// Equation(s): +// \text_gen|char_ram~41758_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41757_combout & ((\text_gen|char_ram~14078_q ))) # (!\text_gen|char_ram~41757_combout & (\text_gen|char_ram~6910_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41757_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~6910_q ), + .datac(\text_gen|char_ram~14078_q ), + .datad(\text_gen|char_ram~41757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41758 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N27 +dffeas \text_gen|char_ram~21246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y30_N3 +dffeas \text_gen|char_ram~28414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28302feeder ( +// Equation(s): +// \text_gen|char_ram~28302feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28302feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28302feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28302feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y24_N25 +dffeas \text_gen|char_ram~28302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28302feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y24_N1 +dffeas \text_gen|char_ram~21134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41755 ( +// Equation(s): +// \text_gen|char_ram~41755_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~28302_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~21134_q +// ))))) + + .dataa(\text_gen|char_ram~28302_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21134_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41755 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41756 ( +// Equation(s): +// \text_gen|char_ram~41756_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41755_combout & ((\text_gen|char_ram~28414_q ))) # (!\text_gen|char_ram~41755_combout & (\text_gen|char_ram~21246_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41755_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~21246_q ), + .datac(\text_gen|char_ram~28414_q ), + .datad(\text_gen|char_ram~41755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41756 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41759 ( +// Equation(s): +// \text_gen|char_ram~41759_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~41756_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~41758_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41758_combout ), + .datad(\text_gen|char_ram~41756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41759 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41762 ( +// Equation(s): +// \text_gen|char_ram~41762_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41759_combout & ((\text_gen|char_ram~41761_combout ))) # (!\text_gen|char_ram~41759_combout & (\text_gen|char_ram~41754_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41759_combout )))) + + .dataa(\text_gen|char_ram~41754_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41761_combout ), + .datad(\text_gen|char_ram~41759_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41762 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7155feeder ( +// Equation(s): +// \text_gen|char_ram~7155feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7155feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7155feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7155feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y29_N19 +dffeas \text_gen|char_ram~7155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7155feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y33_N29 +dffeas \text_gen|char_ram~21491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y32_N1 +dffeas \text_gen|char_ram~21267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y33_N11 +dffeas \text_gen|char_ram~6931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41763 ( +// Equation(s): +// \text_gen|char_ram~41763_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21267_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6931_q +// ))))) + + .dataa(\text_gen|char_ram~21267_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~6931_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41763 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41764 ( +// Equation(s): +// \text_gen|char_ram~41764_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41763_combout & ((\text_gen|char_ram~21491_q ))) # (!\text_gen|char_ram~41763_combout & (\text_gen|char_ram~7155_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41763_combout )))) + + .dataa(\text_gen|char_ram~7155_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21491_q ), + .datad(\text_gen|char_ram~41763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41764 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y32_N1 +dffeas \text_gen|char_ram~14323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y32_N9 +dffeas \text_gen|char_ram~28659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y32_N11 +dffeas \text_gen|char_ram~28435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y32_N11 +dffeas \text_gen|char_ram~14099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41770 ( +// Equation(s): +// \text_gen|char_ram~41770_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~28435_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~14099_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~28435_q ), + .datac(\text_gen|char_ram~14099_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41770 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41771 ( +// Equation(s): +// \text_gen|char_ram~41771_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41770_combout & ((\text_gen|char_ram~28659_q ))) # (!\text_gen|char_ram~41770_combout & (\text_gen|char_ram~14323_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41770_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~14323_q ), + .datac(\text_gen|char_ram~28659_q ), + .datad(\text_gen|char_ram~41770_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41771 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y29_N19 +dffeas \text_gen|char_ram~6819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y29_N13 +dffeas \text_gen|char_ram~21155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41767 ( +// Equation(s): +// \text_gen|char_ram~41767_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~21155_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~6819_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~6819_q ), + .datad(\text_gen|char_ram~21155_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41767 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y29_N15 +dffeas \text_gen|char_ram~21379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7043feeder ( +// Equation(s): +// \text_gen|char_ram~7043feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7043feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7043feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7043feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y29_N25 +dffeas \text_gen|char_ram~7043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7043feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41768 ( +// Equation(s): +// \text_gen|char_ram~41768_combout = (\text_gen|char_ram~41767_combout & (((\text_gen|char_ram~21379_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41767_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~7043_q )))) + + .dataa(\text_gen|char_ram~41767_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21379_q ), + .datad(\text_gen|char_ram~7043_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41768 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14211feeder ( +// Equation(s): +// \text_gen|char_ram~14211feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14211feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14211feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14211feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y29_N23 +dffeas \text_gen|char_ram~14211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14211feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y29_N27 +dffeas \text_gen|char_ram~28547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~28323feeder ( +// Equation(s): +// \text_gen|char_ram~28323feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28323feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28323feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28323feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y29_N23 +dffeas \text_gen|char_ram~28323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28323feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y29_N19 +dffeas \text_gen|char_ram~13987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41765 ( +// Equation(s): +// \text_gen|char_ram~41765_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~28323_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~13987_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~28323_q ), + .datac(\text_gen|char_ram~13987_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41765 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41766 ( +// Equation(s): +// \text_gen|char_ram~41766_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41765_combout & ((\text_gen|char_ram~28547_q ))) # (!\text_gen|char_ram~41765_combout & (\text_gen|char_ram~14211_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41765_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~14211_q ), + .datac(\text_gen|char_ram~28547_q ), + .datad(\text_gen|char_ram~41765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41766 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41769 ( +// Equation(s): +// \text_gen|char_ram~41769_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~41766_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~41768_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41768_combout ), + .datad(\text_gen|char_ram~41766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41769 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41772 ( +// Equation(s): +// \text_gen|char_ram~41772_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41769_combout & ((\text_gen|char_ram~41771_combout ))) # (!\text_gen|char_ram~41769_combout & (\text_gen|char_ram~41764_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~41769_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41764_combout ), + .datac(\text_gen|char_ram~41771_combout ), + .datad(\text_gen|char_ram~41769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41772 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y30_N17 +dffeas \text_gen|char_ram~21351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y33_N27 +dffeas \text_gen|char_ram~21463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y30_N15 +dffeas \text_gen|char_ram~21127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y33_N9 +dffeas \text_gen|char_ram~21239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41775 ( +// Equation(s): +// \text_gen|char_ram~41775_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21239_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21127_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21127_q ), + .datad(\text_gen|char_ram~21239_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41775 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41776 ( +// Equation(s): +// \text_gen|char_ram~41776_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41775_combout & ((\text_gen|char_ram~21463_q ))) # (!\text_gen|char_ram~41775_combout & (\text_gen|char_ram~21351_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41775_combout )))) + + .dataa(\text_gen|char_ram~21351_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~21463_q ), + .datad(\text_gen|char_ram~41775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41776 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y30_N29 +dffeas \text_gen|char_ram~6791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y30_N3 +dffeas \text_gen|char_ram~6903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41777 ( +// Equation(s): +// \text_gen|char_ram~41777_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~6903_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~6791_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~6791_q ), + .datad(\text_gen|char_ram~6903_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41777 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y33_N23 +dffeas \text_gen|char_ram~7127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7015feeder ( +// Equation(s): +// \text_gen|char_ram~7015feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7015feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7015feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7015feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y29_N3 +dffeas \text_gen|char_ram~7015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7015feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41778 ( +// Equation(s): +// \text_gen|char_ram~41778_combout = (\text_gen|char_ram~41777_combout & (((\text_gen|char_ram~7127_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~41777_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~7015_q )))) + + .dataa(\text_gen|char_ram~41777_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7127_q ), + .datad(\text_gen|char_ram~7015_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41778 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41779 ( +// Equation(s): +// \text_gen|char_ram~41779_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41776_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~41778_combout )))) + + .dataa(\text_gen|char_ram~41776_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41778_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41779 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~41779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y33_N21 +dffeas \text_gen|char_ram~28519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y33_N27 +dffeas \text_gen|char_ram~28631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y33_N1 +dffeas \text_gen|char_ram~28295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~28407feeder ( +// Equation(s): +// \text_gen|char_ram~28407feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28407feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28407feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28407feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y36_N7 +dffeas \text_gen|char_ram~28407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28407feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41780 ( +// Equation(s): +// \text_gen|char_ram~41780_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~28407_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~28295_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~28295_q ), + .datad(\text_gen|char_ram~28407_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41780 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41781 ( +// Equation(s): +// \text_gen|char_ram~41781_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41780_combout & ((\text_gen|char_ram~28631_q ))) # (!\text_gen|char_ram~41780_combout & (\text_gen|char_ram~28519_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41780_combout )))) + + .dataa(\text_gen|char_ram~28519_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~28631_q ), + .datad(\text_gen|char_ram~41780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41781 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y32_N31 +dffeas \text_gen|char_ram~14183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y31_N27 +dffeas \text_gen|char_ram~14295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y30_N23 +dffeas \text_gen|char_ram~13959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y34_N15 +dffeas \text_gen|char_ram~14071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41773 ( +// Equation(s): +// \text_gen|char_ram~41773_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14071_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13959_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13959_q ), + .datad(\text_gen|char_ram~14071_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41773 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41774 ( +// Equation(s): +// \text_gen|char_ram~41774_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~41773_combout & ((\text_gen|char_ram~14295_q ))) # (!\text_gen|char_ram~41773_combout & (\text_gen|char_ram~14183_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~41773_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~14183_q ), + .datac(\text_gen|char_ram~14295_q ), + .datad(\text_gen|char_ram~41773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41774 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41782 ( +// Equation(s): +// \text_gen|char_ram~41782_combout = (\text_gen|char_ram~41779_combout & (((\text_gen|char_ram~41781_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~41779_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41774_combout )))) + + .dataa(\text_gen|char_ram~41779_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41781_combout ), + .datad(\text_gen|char_ram~41774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41782 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41783 ( +// Equation(s): +// \text_gen|char_ram~41783_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~41772_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~41782_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41772_combout ), + .datad(\text_gen|char_ram~41782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41783 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41794 ( +// Equation(s): +// \text_gen|char_ram~41794_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41783_combout & (\text_gen|char_ram~41793_combout )) # (!\text_gen|char_ram~41783_combout & ((\text_gen|char_ram~41762_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41783_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41793_combout ), + .datac(\text_gen|char_ram~41762_combout ), + .datad(\text_gen|char_ram~41783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41794 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41795 ( +// Equation(s): +// \text_gen|char_ram~41795_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~41752_combout & ((\text_gen|char_ram~41794_combout ))) # (!\text_gen|char_ram~41752_combout & (\text_gen|char_ram~41667_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~41752_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~41667_combout ), + .datac(\text_gen|char_ram~41752_combout ), + .datad(\text_gen|char_ram~41794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41795 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~41795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41796 ( +// Equation(s): +// \text_gen|char_ram~41796_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41625_combout & ((\text_gen|char_ram~41795_combout ))) # (!\text_gen|char_ram~41625_combout & (\text_gen|char_ram~41284_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~41625_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~41625_combout ), + .datac(\text_gen|char_ram~41284_combout ), + .datad(\text_gen|char_ram~41795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41796 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24592feeder ( +// Equation(s): +// \text_gen|char_ram~24592feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24592feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y53_N27 +dffeas \text_gen|char_ram~24592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y61_N19 +dffeas \text_gen|char_ram~10256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y53_N17 +dffeas \text_gen|char_ram~17424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y53_N7 +dffeas \text_gen|char_ram~3088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39618 ( +// Equation(s): +// \text_gen|char_ram~39618_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17424_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~3088_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17424_q ), + .datac(\text_gen|char_ram~3088_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39618 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39619 ( +// Equation(s): +// \text_gen|char_ram~39619_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39618_combout & (\text_gen|char_ram~24592_q )) # (!\text_gen|char_ram~39618_combout & ((\text_gen|char_ram~10256_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39618_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24592_q ), + .datac(\text_gen|char_ram~10256_q ), + .datad(\text_gen|char_ram~39618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39619 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y59_N19 +dffeas \text_gen|char_ram~21008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y59_N31 +dffeas \text_gen|char_ram~28176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6672feeder ( +// Equation(s): +// \text_gen|char_ram~6672feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6672feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6672feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6672feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y59_N7 +dffeas \text_gen|char_ram~6672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6672feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y63_N3 +dffeas \text_gen|char_ram~13840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39625 ( +// Equation(s): +// \text_gen|char_ram~39625_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~13840_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6672_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~6672_q ), + .datab(\text_gen|char_ram~13840_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39625 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~39625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39626 ( +// Equation(s): +// \text_gen|char_ram~39626_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39625_combout & ((\text_gen|char_ram~28176_q ))) # (!\text_gen|char_ram~39625_combout & (\text_gen|char_ram~21008_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39625_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21008_q ), + .datac(\text_gen|char_ram~28176_q ), + .datad(\text_gen|char_ram~39625_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39626 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y61_N19 +dffeas \text_gen|char_ram~10249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y57_N31 +dffeas \text_gen|char_ram~24585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y53_N29 +dffeas \text_gen|char_ram~3081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y53_N13 +dffeas \text_gen|char_ram~17417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39622 ( +// Equation(s): +// \text_gen|char_ram~39622_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17417_q ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~3081_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~3081_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~17417_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39622 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~39622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39623 ( +// Equation(s): +// \text_gen|char_ram~39623_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39622_combout & ((\text_gen|char_ram~24585_q ))) # (!\text_gen|char_ram~39622_combout & (\text_gen|char_ram~10249_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39622_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10249_q ), + .datac(\text_gen|char_ram~24585_q ), + .datad(\text_gen|char_ram~39622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39623 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13833feeder ( +// Equation(s): +// \text_gen|char_ram~13833feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y61_N25 +dffeas \text_gen|char_ram~13833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y59_N29 +dffeas \text_gen|char_ram~28169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21001feeder ( +// Equation(s): +// \text_gen|char_ram~21001feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21001feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21001feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21001feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y59_N3 +dffeas \text_gen|char_ram~21001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21001feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6665feeder ( +// Equation(s): +// \text_gen|char_ram~6665feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6665feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6665feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6665feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y59_N1 +dffeas \text_gen|char_ram~6665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6665feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39620 ( +// Equation(s): +// \text_gen|char_ram~39620_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21001_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6665_q +// ))))) + + .dataa(\text_gen|char_ram~21001_q ), + .datab(\text_gen|char_ram~6665_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39620 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~39620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39621 ( +// Equation(s): +// \text_gen|char_ram~39621_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39620_combout & ((\text_gen|char_ram~28169_q ))) # (!\text_gen|char_ram~39620_combout & (\text_gen|char_ram~13833_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39620_combout )))) + + .dataa(\text_gen|char_ram~13833_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28169_q ), + .datad(\text_gen|char_ram~39620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39621 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39624 ( +// Equation(s): +// \text_gen|char_ram~39624_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39621_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39623_combout )))) + + .dataa(\text_gen|char_ram~39623_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39624 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~39624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39627 ( +// Equation(s): +// \text_gen|char_ram~39627_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39624_combout & ((\text_gen|char_ram~39626_combout ))) # (!\text_gen|char_ram~39624_combout & (\text_gen|char_ram~39619_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39624_combout )))) + + .dataa(\text_gen|char_ram~39619_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39626_combout ), + .datad(\text_gen|char_ram~39624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39627 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N17 +dffeas \text_gen|char_ram~8457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y56_N31 +dffeas \text_gen|char_ram~22793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y57_N11 +dffeas \text_gen|char_ram~15625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y57_N9 +dffeas \text_gen|char_ram~1289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39642 ( +// Equation(s): +// \text_gen|char_ram~39642_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15625_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1289_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15625_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1289_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39642 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39643 ( +// Equation(s): +// \text_gen|char_ram~39643_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39642_combout & ((\text_gen|char_ram~22793_q ))) # (!\text_gen|char_ram~39642_combout & (\text_gen|char_ram~8457_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39642_combout )))) + + .dataa(\text_gen|char_ram~8457_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22793_q ), + .datad(\text_gen|char_ram~39642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39643 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y62_N25 +dffeas \text_gen|char_ram~12041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y47_N7 +dffeas \text_gen|char_ram~26377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y63_N31 +dffeas \text_gen|char_ram~19209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y63_N5 +dffeas \text_gen|char_ram~4873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39640 ( +// Equation(s): +// \text_gen|char_ram~39640_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19209_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4873_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19209_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4873_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39640 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39641 ( +// Equation(s): +// \text_gen|char_ram~39641_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39640_combout & ((\text_gen|char_ram~26377_q ))) # (!\text_gen|char_ram~39640_combout & (\text_gen|char_ram~12041_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39640_combout )))) + + .dataa(\text_gen|char_ram~12041_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26377_q ), + .datad(\text_gen|char_ram~39640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39641 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39644 ( +// Equation(s): +// \text_gen|char_ram~39644_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~39641_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~39643_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39643_combout ), + .datad(\text_gen|char_ram~39641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39644 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N21 +dffeas \text_gen|char_ram~15632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y64_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8464feeder ( +// Equation(s): +// \text_gen|char_ram~8464feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8464feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y64_N19 +dffeas \text_gen|char_ram~8464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y56_N29 +dffeas \text_gen|char_ram~1296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39638 ( +// Equation(s): +// \text_gen|char_ram~39638_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8464_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1296_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8464_q ), + .datac(\text_gen|char_ram~1296_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39638 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N29 +dffeas \text_gen|char_ram~22800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39639 ( +// Equation(s): +// \text_gen|char_ram~39639_combout = (\text_gen|char_ram~39638_combout & (((\text_gen|char_ram~22800_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~39638_combout & (\text_gen|char_ram~15632_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~15632_q ), + .datab(\text_gen|char_ram~39638_combout ), + .datac(\text_gen|char_ram~22800_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39639 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19216feeder ( +// Equation(s): +// \text_gen|char_ram~19216feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19216feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N31 +dffeas \text_gen|char_ram~19216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y59_N3 +dffeas \text_gen|char_ram~26384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~12048feeder ( +// Equation(s): +// \text_gen|char_ram~12048feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12048feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12048feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12048feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y63_N23 +dffeas \text_gen|char_ram~12048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12048feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y59_N25 +dffeas \text_gen|char_ram~4880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39645 ( +// Equation(s): +// \text_gen|char_ram~39645_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12048_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4880_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12048_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4880_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39645 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39646 ( +// Equation(s): +// \text_gen|char_ram~39646_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39645_combout & ((\text_gen|char_ram~26384_q ))) # (!\text_gen|char_ram~39645_combout & (\text_gen|char_ram~19216_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39645_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19216_q ), + .datac(\text_gen|char_ram~26384_q ), + .datad(\text_gen|char_ram~39645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39646 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39647 ( +// Equation(s): +// \text_gen|char_ram~39647_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39644_combout & ((\text_gen|char_ram~39646_combout ))) # (!\text_gen|char_ram~39644_combout & (\text_gen|char_ram~39639_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39644_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39644_combout ), + .datac(\text_gen|char_ram~39639_combout ), + .datad(\text_gen|char_ram~39646_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39647 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y62_N25 +dffeas \text_gen|char_ram~8492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y59_N25 +dffeas \text_gen|char_ram~22828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22821feeder ( +// Equation(s): +// \text_gen|char_ram~22821feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22821feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22821feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22821feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y58_N11 +dffeas \text_gen|char_ram~22821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22821feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y60_N21 +dffeas \text_gen|char_ram~8485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39628 ( +// Equation(s): +// \text_gen|char_ram~39628_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~22821_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~8485_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22821_q ), + .datac(\text_gen|char_ram~8485_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39628 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39629 ( +// Equation(s): +// \text_gen|char_ram~39629_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39628_combout & ((\text_gen|char_ram~22828_q ))) # (!\text_gen|char_ram~39628_combout & (\text_gen|char_ram~8492_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39628_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~8492_q ), + .datac(\text_gen|char_ram~22828_q ), + .datad(\text_gen|char_ram~39628_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39629 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12076feeder ( +// Equation(s): +// \text_gen|char_ram~12076feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12076feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12076feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12076feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y63_N5 +dffeas \text_gen|char_ram~12076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12076feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y59_N17 +dffeas \text_gen|char_ram~26412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26405feeder ( +// Equation(s): +// \text_gen|char_ram~26405feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26405feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26405feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26405feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y58_N1 +dffeas \text_gen|char_ram~26405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26405feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y63_N31 +dffeas \text_gen|char_ram~12069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39635 ( +// Equation(s): +// \text_gen|char_ram~39635_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~26405_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~12069_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~26405_q ), + .datac(\text_gen|char_ram~12069_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39635 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39636 ( +// Equation(s): +// \text_gen|char_ram~39636_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39635_combout & ((\text_gen|char_ram~26412_q ))) # (!\text_gen|char_ram~39635_combout & (\text_gen|char_ram~12076_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39635_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12076_q ), + .datac(\text_gen|char_ram~26412_q ), + .datad(\text_gen|char_ram~39635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39636 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4908feeder ( +// Equation(s): +// \text_gen|char_ram~4908feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4908feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y63_N7 +dffeas \text_gen|char_ram~4908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y63_N29 +dffeas \text_gen|char_ram~19244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y63_N25 +dffeas \text_gen|char_ram~19237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y63_N19 +dffeas \text_gen|char_ram~4901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39630 ( +// Equation(s): +// \text_gen|char_ram~39630_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19237_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4901_q ))))) + + .dataa(\text_gen|char_ram~19237_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4901_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39630 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39631 ( +// Equation(s): +// \text_gen|char_ram~39631_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39630_combout & ((\text_gen|char_ram~19244_q ))) # (!\text_gen|char_ram~39630_combout & (\text_gen|char_ram~4908_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39630_combout )))) + + .dataa(\text_gen|char_ram~4908_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19244_q ), + .datad(\text_gen|char_ram~39630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39631 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y64_N25 +dffeas \text_gen|char_ram~1324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y64_N31 +dffeas \text_gen|char_ram~15660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15653feeder ( +// Equation(s): +// \text_gen|char_ram~15653feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y64_N29 +dffeas \text_gen|char_ram~15653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y64_N29 +dffeas \text_gen|char_ram~1317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39632 ( +// Equation(s): +// \text_gen|char_ram~39632_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15653_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1317_q ))))) + + .dataa(\text_gen|char_ram~15653_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1317_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39632 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y64_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39633 ( +// Equation(s): +// \text_gen|char_ram~39633_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39632_combout & ((\text_gen|char_ram~15660_q ))) # (!\text_gen|char_ram~39632_combout & (\text_gen|char_ram~1324_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39632_combout )))) + + .dataa(\text_gen|char_ram~1324_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15660_q ), + .datad(\text_gen|char_ram~39632_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39633 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39634 ( +// Equation(s): +// \text_gen|char_ram~39634_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~39631_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~39633_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~39631_combout ), + .datad(\text_gen|char_ram~39633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39634 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39637 ( +// Equation(s): +// \text_gen|char_ram~39637_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39634_combout & ((\text_gen|char_ram~39636_combout ))) # (!\text_gen|char_ram~39634_combout & (\text_gen|char_ram~39629_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39634_combout )))) + + .dataa(\text_gen|char_ram~39629_combout ), + .datab(\text_gen|char_ram~39636_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~39634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39637 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~39637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39648 ( +// Equation(s): +// \text_gen|char_ram~39648_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~39637_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~39647_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39647_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~39637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39648 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~39648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y64_N13 +dffeas \text_gen|char_ram~3116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y60_N7 +dffeas \text_gen|char_ram~17452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y35_N29 +dffeas \text_gen|char_ram~17445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y54_N1 +dffeas \text_gen|char_ram~3109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39653 ( +// Equation(s): +// \text_gen|char_ram~39653_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17445_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3109_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17445_q ), + .datac(\text_gen|char_ram~3109_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39653 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39654 ( +// Equation(s): +// \text_gen|char_ram~39654_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39653_combout & ((\text_gen|char_ram~17452_q ))) # (!\text_gen|char_ram~39653_combout & (\text_gen|char_ram~3116_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39653_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3116_q ), + .datac(\text_gen|char_ram~17452_q ), + .datad(\text_gen|char_ram~39653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39654 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y57_N19 +dffeas \text_gen|char_ram~10284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y57_N1 +dffeas \text_gen|char_ram~24620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y57_N17 +dffeas \text_gen|char_ram~24613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y61_N25 +dffeas \text_gen|char_ram~10277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10277 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39651 ( +// Equation(s): +// \text_gen|char_ram~39651_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~24613_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~10277_q ))))) + + .dataa(\text_gen|char_ram~24613_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10277_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39651 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39652 ( +// Equation(s): +// \text_gen|char_ram~39652_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39651_combout & ((\text_gen|char_ram~24620_q ))) # (!\text_gen|char_ram~39651_combout & (\text_gen|char_ram~10284_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39651_combout )))) + + .dataa(\text_gen|char_ram~10284_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24620_q ), + .datad(\text_gen|char_ram~39651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39652 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39655 ( +// Equation(s): +// \text_gen|char_ram~39655_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~39652_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~39654_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~39654_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39655 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~39655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y64_N15 +dffeas \text_gen|char_ram~13868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y64_N7 +dffeas \text_gen|char_ram~28204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y57_N11 +dffeas \text_gen|char_ram~28197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y64_N29 +dffeas \text_gen|char_ram~13861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39656 ( +// Equation(s): +// \text_gen|char_ram~39656_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~28197_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~13861_q ))))) + + .dataa(\text_gen|char_ram~28197_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13861_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39656 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y64_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39657 ( +// Equation(s): +// \text_gen|char_ram~39657_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39656_combout & ((\text_gen|char_ram~28204_q ))) # (!\text_gen|char_ram~39656_combout & (\text_gen|char_ram~13868_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39656_combout )))) + + .dataa(\text_gen|char_ram~13868_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28204_q ), + .datad(\text_gen|char_ram~39656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39657 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y60_N17 +dffeas \text_gen|char_ram~6700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y57_N7 +dffeas \text_gen|char_ram~21036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y37_N25 +dffeas \text_gen|char_ram~6693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21029feeder ( +// Equation(s): +// \text_gen|char_ram~21029feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21029feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y59_N9 +dffeas \text_gen|char_ram~21029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39649 ( +// Equation(s): +// \text_gen|char_ram~39649_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~21029_q )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6693_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6693_q ), + .datad(\text_gen|char_ram~21029_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39649 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39650 ( +// Equation(s): +// \text_gen|char_ram~39650_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39649_combout & ((\text_gen|char_ram~21036_q ))) # (!\text_gen|char_ram~39649_combout & (\text_gen|char_ram~6700_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39649_combout )))) + + .dataa(\text_gen|char_ram~6700_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21036_q ), + .datad(\text_gen|char_ram~39649_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39650 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39658 ( +// Equation(s): +// \text_gen|char_ram~39658_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39655_combout & (\text_gen|char_ram~39657_combout )) # (!\text_gen|char_ram~39655_combout & ((\text_gen|char_ram~39650_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~39655_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39655_combout ), + .datac(\text_gen|char_ram~39657_combout ), + .datad(\text_gen|char_ram~39650_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39658 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39659 ( +// Equation(s): +// \text_gen|char_ram~39659_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39648_combout & ((\text_gen|char_ram~39658_combout ))) # (!\text_gen|char_ram~39648_combout & (\text_gen|char_ram~39627_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39648_combout )))) + + .dataa(\text_gen|char_ram~39627_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39648_combout ), + .datad(\text_gen|char_ram~39658_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39659 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~39659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y44_N1 +dffeas \text_gen|char_ram~7561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y45_N23 +dffeas \text_gen|char_ram~21897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y45_N5 +dffeas \text_gen|char_ram~14729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y45_N19 +dffeas \text_gen|char_ram~393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39684 ( +// Equation(s): +// \text_gen|char_ram~39684_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14729_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~393_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14729_q ), + .datac(\text_gen|char_ram~393_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39684 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39685 ( +// Equation(s): +// \text_gen|char_ram~39685_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39684_combout & ((\text_gen|char_ram~21897_q ))) # (!\text_gen|char_ram~39684_combout & (\text_gen|char_ram~7561_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39684_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7561_q ), + .datac(\text_gen|char_ram~21897_q ), + .datad(\text_gen|char_ram~39684_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39685 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11145feeder ( +// Equation(s): +// \text_gen|char_ram~11145feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N19 +dffeas \text_gen|char_ram~11145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y45_N13 +dffeas \text_gen|char_ram~25481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y49_N15 +dffeas \text_gen|char_ram~3977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18313feeder ( +// Equation(s): +// \text_gen|char_ram~18313feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18313feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18313feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18313feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y49_N31 +dffeas \text_gen|char_ram~18313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18313feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39682 ( +// Equation(s): +// \text_gen|char_ram~39682_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18313_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3977_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3977_q ), + .datad(\text_gen|char_ram~18313_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39682 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39683 ( +// Equation(s): +// \text_gen|char_ram~39683_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39682_combout & ((\text_gen|char_ram~25481_q ))) # (!\text_gen|char_ram~39682_combout & (\text_gen|char_ram~11145_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39682_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11145_q ), + .datac(\text_gen|char_ram~25481_q ), + .datad(\text_gen|char_ram~39682_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39683 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39686 ( +// Equation(s): +// \text_gen|char_ram~39686_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39683_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39685_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39685_combout ), + .datad(\text_gen|char_ram~39683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39686 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7568feeder ( +// Equation(s): +// \text_gen|char_ram~7568feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7568feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7568feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7568feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y41_N15 +dffeas \text_gen|char_ram~7568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7568feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y41_N1 +dffeas \text_gen|char_ram~21904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14736feeder ( +// Equation(s): +// \text_gen|char_ram~14736feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y40_N31 +dffeas \text_gen|char_ram~14736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y42_N1 +dffeas \text_gen|char_ram~400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39680 ( +// Equation(s): +// \text_gen|char_ram~39680_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14736_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~400_q +// ))))) + + .dataa(\text_gen|char_ram~14736_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~400_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39680 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39681 ( +// Equation(s): +// \text_gen|char_ram~39681_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39680_combout & ((\text_gen|char_ram~21904_q ))) # (!\text_gen|char_ram~39680_combout & (\text_gen|char_ram~7568_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39680_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7568_q ), + .datac(\text_gen|char_ram~21904_q ), + .datad(\text_gen|char_ram~39680_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39681 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y48_N3 +dffeas \text_gen|char_ram~11152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y42_N25 +dffeas \text_gen|char_ram~25488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y47_N3 +dffeas \text_gen|char_ram~3984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y47_N31 +dffeas \text_gen|char_ram~18320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39687 ( +// Equation(s): +// \text_gen|char_ram~39687_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18320_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3984_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3984_q ), + .datad(\text_gen|char_ram~18320_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39687 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39688 ( +// Equation(s): +// \text_gen|char_ram~39688_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39687_combout & ((\text_gen|char_ram~25488_q ))) # (!\text_gen|char_ram~39687_combout & (\text_gen|char_ram~11152_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39687_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11152_q ), + .datac(\text_gen|char_ram~25488_q ), + .datad(\text_gen|char_ram~39687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39688 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39689 ( +// Equation(s): +// \text_gen|char_ram~39689_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39686_combout & ((\text_gen|char_ram~39688_combout ))) # (!\text_gen|char_ram~39686_combout & (\text_gen|char_ram~39681_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39686_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39686_combout ), + .datac(\text_gen|char_ram~39681_combout ), + .datad(\text_gen|char_ram~39688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39689 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y36_N29 +dffeas \text_gen|char_ram~7589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y39_N3 +dffeas \text_gen|char_ram~21925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N11 +dffeas \text_gen|char_ram~421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14757feeder ( +// Equation(s): +// \text_gen|char_ram~14757feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14757feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14757feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14757feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y48_N9 +dffeas \text_gen|char_ram~14757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14757feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39674 ( +// Equation(s): +// \text_gen|char_ram~39674_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~14757_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~421_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~421_q ), + .datad(\text_gen|char_ram~14757_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39674 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39675 ( +// Equation(s): +// \text_gen|char_ram~39675_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39674_combout & ((\text_gen|char_ram~21925_q ))) # (!\text_gen|char_ram~39674_combout & (\text_gen|char_ram~7589_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39674_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7589_q ), + .datac(\text_gen|char_ram~21925_q ), + .datad(\text_gen|char_ram~39674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39675 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11173feeder ( +// Equation(s): +// \text_gen|char_ram~11173feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11173feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y43_N3 +dffeas \text_gen|char_ram~11173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y39_N1 +dffeas \text_gen|char_ram~25509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y36_N5 +dffeas \text_gen|char_ram~4005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18341feeder ( +// Equation(s): +// \text_gen|char_ram~18341feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18341feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y50_N11 +dffeas \text_gen|char_ram~18341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39672 ( +// Equation(s): +// \text_gen|char_ram~39672_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18341_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4005_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4005_q ), + .datad(\text_gen|char_ram~18341_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39672 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39673 ( +// Equation(s): +// \text_gen|char_ram~39673_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39672_combout & ((\text_gen|char_ram~25509_q ))) # (!\text_gen|char_ram~39672_combout & (\text_gen|char_ram~11173_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39672_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11173_q ), + .datac(\text_gen|char_ram~25509_q ), + .datad(\text_gen|char_ram~39672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39673 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39676 ( +// Equation(s): +// \text_gen|char_ram~39676_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39673_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39675_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39675_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39676 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~39676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21932feeder ( +// Equation(s): +// \text_gen|char_ram~21932feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21932feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21932feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21932feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y43_N23 +dffeas \text_gen|char_ram~21932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21932feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y43_N13 +dffeas \text_gen|char_ram~7596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~428feeder ( +// Equation(s): +// \text_gen|char_ram~428feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~428feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~428feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~428feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y43_N5 +dffeas \text_gen|char_ram~428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~428feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y46_N23 +dffeas \text_gen|char_ram~14764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14764 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39670 ( +// Equation(s): +// \text_gen|char_ram~39670_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14764_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~428_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~428_q ), + .datad(\text_gen|char_ram~14764_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39670 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39671 ( +// Equation(s): +// \text_gen|char_ram~39671_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39670_combout & (\text_gen|char_ram~21932_q )) # (!\text_gen|char_ram~39670_combout & ((\text_gen|char_ram~7596_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39670_combout )))) + + .dataa(\text_gen|char_ram~21932_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7596_q ), + .datad(\text_gen|char_ram~39670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39671 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N31 +dffeas \text_gen|char_ram~11180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y51_N5 +dffeas \text_gen|char_ram~25516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18348feeder ( +// Equation(s): +// \text_gen|char_ram~18348feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y51_N11 +dffeas \text_gen|char_ram~18348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y47_N21 +dffeas \text_gen|char_ram~4012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39677 ( +// Equation(s): +// \text_gen|char_ram~39677_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18348_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4012_q +// ))))) + + .dataa(\text_gen|char_ram~18348_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4012_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39677 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39678 ( +// Equation(s): +// \text_gen|char_ram~39678_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39677_combout & ((\text_gen|char_ram~25516_q ))) # (!\text_gen|char_ram~39677_combout & (\text_gen|char_ram~11180_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39677_combout )))) + + .dataa(\text_gen|char_ram~11180_q ), + .datab(\text_gen|char_ram~25516_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~39677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39678 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~39678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39679 ( +// Equation(s): +// \text_gen|char_ram~39679_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39676_combout & ((\text_gen|char_ram~39678_combout ))) # (!\text_gen|char_ram~39676_combout & (\text_gen|char_ram~39671_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39676_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39676_combout ), + .datac(\text_gen|char_ram~39671_combout ), + .datad(\text_gen|char_ram~39678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39679 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39690 ( +// Equation(s): +// \text_gen|char_ram~39690_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~39679_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~39689_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39689_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~39679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39690 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~39690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y40_N25 +dffeas \text_gen|char_ram~23696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y41_N11 +dffeas \text_gen|char_ram~9360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16528feeder ( +// Equation(s): +// \text_gen|char_ram~16528feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16528feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y42_N1 +dffeas \text_gen|char_ram~16528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y42_N1 +dffeas \text_gen|char_ram~2192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39660 ( +// Equation(s): +// \text_gen|char_ram~39660_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16528_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2192_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16528_q ), + .datac(\text_gen|char_ram~2192_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39660 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39661 ( +// Equation(s): +// \text_gen|char_ram~39661_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39660_combout & (\text_gen|char_ram~23696_q )) # (!\text_gen|char_ram~39660_combout & ((\text_gen|char_ram~9360_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39660_combout )))) + + .dataa(\text_gen|char_ram~23696_q ), + .datab(\text_gen|char_ram~9360_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~39660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39661 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~39661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y39_N11 +dffeas \text_gen|char_ram~9353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N9 +dffeas \text_gen|char_ram~23689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y38_N3 +dffeas \text_gen|char_ram~2185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y36_N19 +dffeas \text_gen|char_ram~16521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39664 ( +// Equation(s): +// \text_gen|char_ram~39664_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~16521_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2185_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2185_q ), + .datad(\text_gen|char_ram~16521_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39664 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39665 ( +// Equation(s): +// \text_gen|char_ram~39665_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39664_combout & ((\text_gen|char_ram~23689_q ))) # (!\text_gen|char_ram~39664_combout & (\text_gen|char_ram~9353_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39664_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9353_q ), + .datac(\text_gen|char_ram~23689_q ), + .datad(\text_gen|char_ram~39664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39665 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y44_N11 +dffeas \text_gen|char_ram~12937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N19 +dffeas \text_gen|char_ram~27273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5769feeder ( +// Equation(s): +// \text_gen|char_ram~5769feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5769feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5769feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5769feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y41_N1 +dffeas \text_gen|char_ram~5769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5769feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y41_N7 +dffeas \text_gen|char_ram~20105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39662 ( +// Equation(s): +// \text_gen|char_ram~39662_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20105_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5769_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5769_q ), + .datad(\text_gen|char_ram~20105_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39662 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39663 ( +// Equation(s): +// \text_gen|char_ram~39663_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39662_combout & ((\text_gen|char_ram~27273_q ))) # (!\text_gen|char_ram~39662_combout & (\text_gen|char_ram~12937_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39662_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12937_q ), + .datac(\text_gen|char_ram~27273_q ), + .datad(\text_gen|char_ram~39662_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39663 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39666 ( +// Equation(s): +// \text_gen|char_ram~39666_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~39663_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~39665_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39665_combout ), + .datad(\text_gen|char_ram~39663_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39666 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12944feeder ( +// Equation(s): +// \text_gen|char_ram~12944feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12944feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12944feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12944feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y44_N25 +dffeas \text_gen|char_ram~12944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12944feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y45_N15 +dffeas \text_gen|char_ram~27280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27280 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y42_N15 +dffeas \text_gen|char_ram~20112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y42_N5 +dffeas \text_gen|char_ram~5776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39667 ( +// Equation(s): +// \text_gen|char_ram~39667_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20112_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5776_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20112_q ), + .datac(\text_gen|char_ram~5776_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39667 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39668 ( +// Equation(s): +// \text_gen|char_ram~39668_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39667_combout & ((\text_gen|char_ram~27280_q ))) # (!\text_gen|char_ram~39667_combout & (\text_gen|char_ram~12944_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39667_combout )))) + + .dataa(\text_gen|char_ram~12944_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27280_q ), + .datad(\text_gen|char_ram~39667_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39668 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39669 ( +// Equation(s): +// \text_gen|char_ram~39669_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39666_combout & ((\text_gen|char_ram~39668_combout ))) # (!\text_gen|char_ram~39666_combout & (\text_gen|char_ram~39661_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39666_combout )))) + + .dataa(\text_gen|char_ram~39661_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39666_combout ), + .datad(\text_gen|char_ram~39668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39669 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~39669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20140feeder ( +// Equation(s): +// \text_gen|char_ram~20140feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~20140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20140feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~20140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y41_N23 +dffeas \text_gen|char_ram~20140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y41_N7 +dffeas \text_gen|char_ram~27308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y43_N17 +dffeas \text_gen|char_ram~12972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y41_N17 +dffeas \text_gen|char_ram~5804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39698 ( +// Equation(s): +// \text_gen|char_ram~39698_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12972_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5804_q +// ))))) + + .dataa(\text_gen|char_ram~12972_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5804_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39698 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39699 ( +// Equation(s): +// \text_gen|char_ram~39699_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39698_combout & ((\text_gen|char_ram~27308_q ))) # (!\text_gen|char_ram~39698_combout & (\text_gen|char_ram~20140_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39698_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20140_q ), + .datac(\text_gen|char_ram~27308_q ), + .datad(\text_gen|char_ram~39698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39699 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y37_N13 +dffeas \text_gen|char_ram~9388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y37_N27 +dffeas \text_gen|char_ram~23724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16556feeder ( +// Equation(s): +// \text_gen|char_ram~16556feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y38_N11 +dffeas \text_gen|char_ram~16556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y38_N7 +dffeas \text_gen|char_ram~2220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39691 ( +// Equation(s): +// \text_gen|char_ram~39691_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16556_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2220_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16556_q ), + .datac(\text_gen|char_ram~2220_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39691 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39692 ( +// Equation(s): +// \text_gen|char_ram~39692_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39691_combout & ((\text_gen|char_ram~23724_q ))) # (!\text_gen|char_ram~39691_combout & (\text_gen|char_ram~9388_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39691_combout )))) + + .dataa(\text_gen|char_ram~9388_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23724_q ), + .datad(\text_gen|char_ram~39691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39692 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N17 +dffeas \text_gen|char_ram~9381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y39_N5 +dffeas \text_gen|char_ram~23717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16549feeder ( +// Equation(s): +// \text_gen|char_ram~16549feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y35_N19 +dffeas \text_gen|char_ram~16549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N21 +dffeas \text_gen|char_ram~2213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39695 ( +// Equation(s): +// \text_gen|char_ram~39695_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16549_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2213_q +// ))))) + + .dataa(\text_gen|char_ram~16549_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2213_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39695 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39696 ( +// Equation(s): +// \text_gen|char_ram~39696_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39695_combout & ((\text_gen|char_ram~23717_q ))) # (!\text_gen|char_ram~39695_combout & (\text_gen|char_ram~9381_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39695_combout )))) + + .dataa(\text_gen|char_ram~9381_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23717_q ), + .datad(\text_gen|char_ram~39695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39696 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y41_N27 +dffeas \text_gen|char_ram~20133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y41_N11 +dffeas \text_gen|char_ram~5797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39693 ( +// Equation(s): +// \text_gen|char_ram~39693_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20133_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5797_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20133_q ), + .datac(\text_gen|char_ram~5797_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39693 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12965feeder ( +// Equation(s): +// \text_gen|char_ram~12965feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12965feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12965feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12965feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y43_N9 +dffeas \text_gen|char_ram~12965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12965feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~27301feeder ( +// Equation(s): +// \text_gen|char_ram~27301feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27301feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27301feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27301feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y38_N3 +dffeas \text_gen|char_ram~27301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27301feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39694 ( +// Equation(s): +// \text_gen|char_ram~39694_combout = (\text_gen|char_ram~39693_combout & (((\text_gen|char_ram~27301_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~39693_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~12965_q ))) + + .dataa(\text_gen|char_ram~39693_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~12965_q ), + .datad(\text_gen|char_ram~27301_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39694 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~39694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39697 ( +// Equation(s): +// \text_gen|char_ram~39697_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39694_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39696_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39696_combout ), + .datac(\text_gen|char_ram~39694_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39697 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~39697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39700 ( +// Equation(s): +// \text_gen|char_ram~39700_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39697_combout & (\text_gen|char_ram~39699_combout )) # (!\text_gen|char_ram~39697_combout & ((\text_gen|char_ram~39692_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39697_combout )))) + + .dataa(\text_gen|char_ram~39699_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39692_combout ), + .datad(\text_gen|char_ram~39697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39700 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39701 ( +// Equation(s): +// \text_gen|char_ram~39701_combout = (\text_gen|char_ram~39690_combout & (((\text_gen|char_ram~39700_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~39690_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~39669_combout ))) + + .dataa(\text_gen|char_ram~39690_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39669_combout ), + .datad(\text_gen|char_ram~39700_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39701 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~39701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39702 ( +// Equation(s): +// \text_gen|char_ram~39702_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~39659_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~39701_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39659_combout ), + .datad(\text_gen|char_ram~39701_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39702 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y31_N15 +dffeas \text_gen|char_ram~21484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y31_N13 +dffeas \text_gen|char_ram~28652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N23 +dffeas \text_gen|char_ram~14316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y37_N23 +dffeas \text_gen|char_ram~7148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39741 ( +// Equation(s): +// \text_gen|char_ram~39741_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~14316_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~7148_q +// ))))) + + .dataa(\text_gen|char_ram~14316_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~7148_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39741 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39742 ( +// Equation(s): +// \text_gen|char_ram~39742_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39741_combout & ((\text_gen|char_ram~28652_q ))) # (!\text_gen|char_ram~39741_combout & (\text_gen|char_ram~21484_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39741_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21484_q ), + .datac(\text_gen|char_ram~28652_q ), + .datad(\text_gen|char_ram~39741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39742 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14288feeder ( +// Equation(s): +// \text_gen|char_ram~14288feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14288feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14288feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14288feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y28_N3 +dffeas \text_gen|char_ram~14288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14288feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y30_N1 +dffeas \text_gen|char_ram~28624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y34_N17 +dffeas \text_gen|char_ram~7120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y31_N23 +dffeas \text_gen|char_ram~21456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39736 ( +// Equation(s): +// \text_gen|char_ram~39736_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~21456_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~7120_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7120_q ), + .datad(\text_gen|char_ram~21456_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39736 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39737 ( +// Equation(s): +// \text_gen|char_ram~39737_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39736_combout & ((\text_gen|char_ram~28624_q ))) # (!\text_gen|char_ram~39736_combout & (\text_gen|char_ram~14288_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39736_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14288_q ), + .datac(\text_gen|char_ram~28624_q ), + .datad(\text_gen|char_ram~39736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39737 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26832feeder ( +// Equation(s): +// \text_gen|char_ram~26832feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26832feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26832feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26832feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y35_N21 +dffeas \text_gen|char_ram~26832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26832feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y33_N11 +dffeas \text_gen|char_ram~12496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y47_N21 +dffeas \text_gen|char_ram~19664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y39_N25 +dffeas \text_gen|char_ram~5328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39738 ( +// Equation(s): +// \text_gen|char_ram~39738_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19664_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5328_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19664_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5328_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39738 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39739 ( +// Equation(s): +// \text_gen|char_ram~39739_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39738_combout & (\text_gen|char_ram~26832_q )) # (!\text_gen|char_ram~39738_combout & ((\text_gen|char_ram~12496_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39738_combout )))) + + .dataa(\text_gen|char_ram~26832_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~12496_q ), + .datad(\text_gen|char_ram~39738_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39739 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39740 ( +// Equation(s): +// \text_gen|char_ram~39740_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~39737_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~39739_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39737_combout ), + .datad(\text_gen|char_ram~39739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39740 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y35_N7 +dffeas \text_gen|char_ram~19692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y31_N25 +dffeas \text_gen|char_ram~26860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y35_N17 +dffeas \text_gen|char_ram~5356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12524feeder ( +// Equation(s): +// \text_gen|char_ram~12524feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12524feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12524feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12524feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N19 +dffeas \text_gen|char_ram~12524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12524feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12524 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39734 ( +// Equation(s): +// \text_gen|char_ram~39734_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12524_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5356_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5356_q ), + .datad(\text_gen|char_ram~12524_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39734 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39735 ( +// Equation(s): +// \text_gen|char_ram~39735_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39734_combout & ((\text_gen|char_ram~26860_q ))) # (!\text_gen|char_ram~39734_combout & (\text_gen|char_ram~19692_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39734_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19692_q ), + .datac(\text_gen|char_ram~26860_q ), + .datad(\text_gen|char_ram~39734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39735 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39743 ( +// Equation(s): +// \text_gen|char_ram~39743_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39740_combout & (\text_gen|char_ram~39742_combout )) # (!\text_gen|char_ram~39740_combout & ((\text_gen|char_ram~39735_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39740_combout )))) + + .dataa(\text_gen|char_ram~39742_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39740_combout ), + .datad(\text_gen|char_ram~39735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39743 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y31_N17 +dffeas \text_gen|char_ram~23269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y31_N29 +dffeas \text_gen|char_ram~25061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N13 +dffeas \text_gen|char_ram~25033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N11 +dffeas \text_gen|char_ram~23241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39730 ( +// Equation(s): +// \text_gen|char_ram~39730_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~25033_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23241_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~25033_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23241_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39730 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39731 ( +// Equation(s): +// \text_gen|char_ram~39731_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39730_combout & ((\text_gen|char_ram~25061_q ))) # (!\text_gen|char_ram~39730_combout & (\text_gen|char_ram~23269_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39730_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23269_q ), + .datac(\text_gen|char_ram~25061_q ), + .datad(\text_gen|char_ram~39730_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39731 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y28_N9 +dffeas \text_gen|char_ram~8933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y31_N15 +dffeas \text_gen|char_ram~10725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y30_N25 +dffeas \text_gen|char_ram~8905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y30_N27 +dffeas \text_gen|char_ram~10697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39723 ( +// Equation(s): +// \text_gen|char_ram~39723_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10697_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8905_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8905_q ), + .datac(\text_gen|char_ram~10697_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39723 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~39723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39724 ( +// Equation(s): +// \text_gen|char_ram~39724_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39723_combout & ((\text_gen|char_ram~10725_q ))) # (!\text_gen|char_ram~39723_combout & (\text_gen|char_ram~8933_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39723_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8933_q ), + .datac(\text_gen|char_ram~10725_q ), + .datad(\text_gen|char_ram~39723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39724 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y32_N31 +dffeas \text_gen|char_ram~1765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y28_N19 +dffeas \text_gen|char_ram~3557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y27_N15 +dffeas \text_gen|char_ram~3529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y30_N25 +dffeas \text_gen|char_ram~1737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39727 ( +// Equation(s): +// \text_gen|char_ram~39727_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3529_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1737_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~3529_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1737_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39727 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39728 ( +// Equation(s): +// \text_gen|char_ram~39728_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39727_combout & ((\text_gen|char_ram~3557_q ))) # (!\text_gen|char_ram~39727_combout & (\text_gen|char_ram~1765_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39727_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1765_q ), + .datac(\text_gen|char_ram~3557_q ), + .datad(\text_gen|char_ram~39727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39728 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y31_N13 +dffeas \text_gen|char_ram~16101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y31_N15 +dffeas \text_gen|char_ram~17893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N25 +dffeas \text_gen|char_ram~16073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17865feeder ( +// Equation(s): +// \text_gen|char_ram~17865feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17865feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17865feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17865feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y31_N19 +dffeas \text_gen|char_ram~17865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17865feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39725 ( +// Equation(s): +// \text_gen|char_ram~39725_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17865_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~16073_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~16073_q ), + .datad(\text_gen|char_ram~17865_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39725 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39726 ( +// Equation(s): +// \text_gen|char_ram~39726_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39725_combout & ((\text_gen|char_ram~17893_q ))) # (!\text_gen|char_ram~39725_combout & (\text_gen|char_ram~16101_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39725_combout )))) + + .dataa(\text_gen|char_ram~16101_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17893_q ), + .datad(\text_gen|char_ram~39725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39726 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39729 ( +// Equation(s): +// \text_gen|char_ram~39729_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~39726_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~39728_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~39728_combout ), + .datad(\text_gen|char_ram~39726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39729 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39732 ( +// Equation(s): +// \text_gen|char_ram~39732_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39729_combout & (\text_gen|char_ram~39731_combout )) # (!\text_gen|char_ram~39729_combout & ((\text_gen|char_ram~39724_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39729_combout )))) + + .dataa(\text_gen|char_ram~39731_combout ), + .datab(\text_gen|char_ram~39724_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~39729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39732 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~39732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12517feeder ( +// Equation(s): +// \text_gen|char_ram~12517feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12517feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12517feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12517feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N29 +dffeas \text_gen|char_ram~12517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12517feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y32_N31 +dffeas \text_gen|char_ram~14309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y33_N19 +dffeas \text_gen|char_ram~12489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14281feeder ( +// Equation(s): +// \text_gen|char_ram~14281feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14281feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14281feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14281feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y33_N25 +dffeas \text_gen|char_ram~14281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14281feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39715 ( +// Equation(s): +// \text_gen|char_ram~39715_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~14281_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~12489_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12489_q ), + .datad(\text_gen|char_ram~14281_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39715 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39716 ( +// Equation(s): +// \text_gen|char_ram~39716_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39715_combout & ((\text_gen|char_ram~14309_q ))) # (!\text_gen|char_ram~39715_combout & (\text_gen|char_ram~12517_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39715_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12517_q ), + .datac(\text_gen|char_ram~14309_q ), + .datad(\text_gen|char_ram~39715_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39716 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y36_N19 +dffeas \text_gen|char_ram~5349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y32_N21 +dffeas \text_gen|char_ram~7141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7113feeder ( +// Equation(s): +// \text_gen|char_ram~7113feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7113feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7113feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7113feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y33_N13 +dffeas \text_gen|char_ram~7113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7113feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y35_N7 +dffeas \text_gen|char_ram~5321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39717 ( +// Equation(s): +// \text_gen|char_ram~39717_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~7113_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~5321_q ))))) + + .dataa(\text_gen|char_ram~7113_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5321_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39717 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39718 ( +// Equation(s): +// \text_gen|char_ram~39718_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39717_combout & ((\text_gen|char_ram~7141_q ))) # (!\text_gen|char_ram~39717_combout & (\text_gen|char_ram~5349_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39717_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5349_q ), + .datac(\text_gen|char_ram~7141_q ), + .datad(\text_gen|char_ram~39717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39718 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39719 ( +// Equation(s): +// \text_gen|char_ram~39719_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~39716_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~39718_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~39716_combout ), + .datad(\text_gen|char_ram~39718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39719 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19685feeder ( +// Equation(s): +// \text_gen|char_ram~19685feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N11 +dffeas \text_gen|char_ram~19685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y31_N25 +dffeas \text_gen|char_ram~21477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y47_N25 +dffeas \text_gen|char_ram~19657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y33_N3 +dffeas \text_gen|char_ram~21449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39713 ( +// Equation(s): +// \text_gen|char_ram~39713_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~21449_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~19657_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~19657_q ), + .datad(\text_gen|char_ram~21449_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39713 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39714 ( +// Equation(s): +// \text_gen|char_ram~39714_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39713_combout & ((\text_gen|char_ram~21477_q ))) # (!\text_gen|char_ram~39713_combout & (\text_gen|char_ram~19685_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39713_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19685_q ), + .datac(\text_gen|char_ram~21477_q ), + .datad(\text_gen|char_ram~39713_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39714 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y35_N21 +dffeas \text_gen|char_ram~26853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y32_N31 +dffeas \text_gen|char_ram~28645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y36_N7 +dffeas \text_gen|char_ram~26825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28617feeder ( +// Equation(s): +// \text_gen|char_ram~28617feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28617feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28617feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28617feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y32_N25 +dffeas \text_gen|char_ram~28617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28617feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39720 ( +// Equation(s): +// \text_gen|char_ram~39720_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~28617_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~26825_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~26825_q ), + .datad(\text_gen|char_ram~28617_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39720 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39721 ( +// Equation(s): +// \text_gen|char_ram~39721_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39720_combout & ((\text_gen|char_ram~28645_q ))) # (!\text_gen|char_ram~39720_combout & (\text_gen|char_ram~26853_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39720_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26853_q ), + .datac(\text_gen|char_ram~28645_q ), + .datad(\text_gen|char_ram~39720_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39721 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39722 ( +// Equation(s): +// \text_gen|char_ram~39722_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39719_combout & ((\text_gen|char_ram~39721_combout ))) # (!\text_gen|char_ram~39719_combout & (\text_gen|char_ram~39714_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~39719_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~39719_combout ), + .datac(\text_gen|char_ram~39714_combout ), + .datad(\text_gen|char_ram~39721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39722 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39733 ( +// Equation(s): +// \text_gen|char_ram~39733_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39722_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39732_combout )))) + + .dataa(\text_gen|char_ram~39732_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39733 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~39733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10732feeder ( +// Equation(s): +// \text_gen|char_ram~10732feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y24_N23 +dffeas \text_gen|char_ram~10732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y27_N21 +dffeas \text_gen|char_ram~3564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10704feeder ( +// Equation(s): +// \text_gen|char_ram~10704feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10704feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10704feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10704feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y28_N25 +dffeas \text_gen|char_ram~10704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10704feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y18_N19 +dffeas \text_gen|char_ram~3536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39703 ( +// Equation(s): +// \text_gen|char_ram~39703_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10704_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3536_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~10704_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3536_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39703 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39704 ( +// Equation(s): +// \text_gen|char_ram~39704_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39703_combout & (\text_gen|char_ram~10732_q )) # (!\text_gen|char_ram~39703_combout & ((\text_gen|char_ram~3564_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39703_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~10732_q ), + .datac(\text_gen|char_ram~3564_q ), + .datad(\text_gen|char_ram~39703_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39704 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17900feeder ( +// Equation(s): +// \text_gen|char_ram~17900feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17900feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17900feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17900feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N1 +dffeas \text_gen|char_ram~17900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17900feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y26_N1 +dffeas \text_gen|char_ram~25068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y22_N17 +dffeas \text_gen|char_ram~25040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y21_N7 +dffeas \text_gen|char_ram~17872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39710 ( +// Equation(s): +// \text_gen|char_ram~39710_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~25040_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~17872_q ))))) + + .dataa(\text_gen|char_ram~25040_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17872_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39710 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39711 ( +// Equation(s): +// \text_gen|char_ram~39711_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39710_combout & ((\text_gen|char_ram~25068_q ))) # (!\text_gen|char_ram~39710_combout & (\text_gen|char_ram~17900_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39710_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~17900_q ), + .datac(\text_gen|char_ram~25068_q ), + .datad(\text_gen|char_ram~39710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39711 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y23_N9 +dffeas \text_gen|char_ram~16108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N25 +dffeas \text_gen|char_ram~23276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y32_N9 +dffeas \text_gen|char_ram~16080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23248feeder ( +// Equation(s): +// \text_gen|char_ram~23248feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23248feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23248feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23248feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y27_N1 +dffeas \text_gen|char_ram~23248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23248feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39705 ( +// Equation(s): +// \text_gen|char_ram~39705_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~23248_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~16080_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~16080_q ), + .datad(\text_gen|char_ram~23248_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39705 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39706 ( +// Equation(s): +// \text_gen|char_ram~39706_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39705_combout & ((\text_gen|char_ram~23276_q ))) # (!\text_gen|char_ram~39705_combout & (\text_gen|char_ram~16108_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39705_combout )))) + + .dataa(\text_gen|char_ram~16108_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23276_q ), + .datad(\text_gen|char_ram~39705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39706 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1772feeder ( +// Equation(s): +// \text_gen|char_ram~1772feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y23_N3 +dffeas \text_gen|char_ram~1772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N21 +dffeas \text_gen|char_ram~8940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y34_N31 +dffeas \text_gen|char_ram~1744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y30_N7 +dffeas \text_gen|char_ram~8912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39707 ( +// Equation(s): +// \text_gen|char_ram~39707_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8912_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1744_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1744_q ), + .datad(\text_gen|char_ram~8912_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39707 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39708 ( +// Equation(s): +// \text_gen|char_ram~39708_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39707_combout & ((\text_gen|char_ram~8940_q ))) # (!\text_gen|char_ram~39707_combout & (\text_gen|char_ram~1772_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39707_combout )))) + + .dataa(\text_gen|char_ram~1772_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8940_q ), + .datad(\text_gen|char_ram~39707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39708 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39709 ( +// Equation(s): +// \text_gen|char_ram~39709_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39706_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~39708_combout & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~39706_combout ), + .datac(\text_gen|char_ram~39708_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39709 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39712 ( +// Equation(s): +// \text_gen|char_ram~39712_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39709_combout & ((\text_gen|char_ram~39711_combout ))) # (!\text_gen|char_ram~39709_combout & (\text_gen|char_ram~39704_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39709_combout )))) + + .dataa(\text_gen|char_ram~39704_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39711_combout ), + .datad(\text_gen|char_ram~39709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39712 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39744 ( +// Equation(s): +// \text_gen|char_ram~39744_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39733_combout & (\text_gen|char_ram~39743_combout )) # (!\text_gen|char_ram~39733_combout & ((\text_gen|char_ram~39712_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39733_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39743_combout ), + .datac(\text_gen|char_ram~39733_combout ), + .datad(\text_gen|char_ram~39712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39744 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y10_N11 +dffeas \text_gen|char_ram~20588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y10_N1 +dffeas \text_gen|char_ram~27756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y10_N19 +dffeas \text_gen|char_ram~13420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y10_N1 +dffeas \text_gen|char_ram~6252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39614 ( +// Equation(s): +// \text_gen|char_ram~39614_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13420_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6252_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13420_q ), + .datac(\text_gen|char_ram~6252_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39614 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39615 ( +// Equation(s): +// \text_gen|char_ram~39615_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39614_combout & ((\text_gen|char_ram~27756_q ))) # (!\text_gen|char_ram~39614_combout & (\text_gen|char_ram~20588_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39614_combout )))) + + .dataa(\text_gen|char_ram~20588_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27756_q ), + .datad(\text_gen|char_ram~39614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39615 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18796feeder ( +// Equation(s): +// \text_gen|char_ram~18796feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y9_N5 +dffeas \text_gen|char_ram~18796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y9_N23 +dffeas \text_gen|char_ram~25964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y13_N5 +dffeas \text_gen|char_ram~11628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y9_N29 +dffeas \text_gen|char_ram~4460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y9_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39607 ( +// Equation(s): +// \text_gen|char_ram~39607_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11628_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4460_q +// ))))) + + .dataa(\text_gen|char_ram~11628_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4460_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39607 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y9_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39608 ( +// Equation(s): +// \text_gen|char_ram~39608_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39607_combout & ((\text_gen|char_ram~25964_q ))) # (!\text_gen|char_ram~39607_combout & (\text_gen|char_ram~18796_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39607_combout )))) + + .dataa(\text_gen|char_ram~18796_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25964_q ), + .datad(\text_gen|char_ram~39607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39608 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6224feeder ( +// Equation(s): +// \text_gen|char_ram~6224feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y10_N3 +dffeas \text_gen|char_ram~6224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y10_N7 +dffeas \text_gen|char_ram~20560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39609 ( +// Equation(s): +// \text_gen|char_ram~39609_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~20560_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6224_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~6224_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~20560_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39609 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~39609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y10_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13392feeder ( +// Equation(s): +// \text_gen|char_ram~13392feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13392feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13392feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13392feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y10_N1 +dffeas \text_gen|char_ram~13392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13392feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y10_N9 +dffeas \text_gen|char_ram~27728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39610 ( +// Equation(s): +// \text_gen|char_ram~39610_combout = (\text_gen|char_ram~39609_combout & (((\text_gen|char_ram~27728_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~39609_combout & (\text_gen|char_ram~13392_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~39609_combout ), + .datab(\text_gen|char_ram~13392_q ), + .datac(\text_gen|char_ram~27728_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39610 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~39610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N27 +dffeas \text_gen|char_ram~11600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y19_N31 +dffeas \text_gen|char_ram~25936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y23_N21 +dffeas \text_gen|char_ram~18768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y19_N29 +dffeas \text_gen|char_ram~4432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39611 ( +// Equation(s): +// \text_gen|char_ram~39611_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18768_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4432_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~18768_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4432_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39611 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39612 ( +// Equation(s): +// \text_gen|char_ram~39612_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39611_combout & ((\text_gen|char_ram~25936_q ))) # (!\text_gen|char_ram~39611_combout & (\text_gen|char_ram~11600_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39611_combout )))) + + .dataa(\text_gen|char_ram~11600_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25936_q ), + .datad(\text_gen|char_ram~39611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39612 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39613 ( +// Equation(s): +// \text_gen|char_ram~39613_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~39610_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~39612_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39610_combout ), + .datad(\text_gen|char_ram~39612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39613 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39616 ( +// Equation(s): +// \text_gen|char_ram~39616_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39613_combout & (\text_gen|char_ram~39615_combout )) # (!\text_gen|char_ram~39613_combout & ((\text_gen|char_ram~39608_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39613_combout )))) + + .dataa(\text_gen|char_ram~39615_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39608_combout ), + .datad(\text_gen|char_ram~39613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39616 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22380feeder ( +// Equation(s): +// \text_gen|char_ram~22380feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22380feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y19_N1 +dffeas \text_gen|char_ram~22380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y19_N13 +dffeas \text_gen|char_ram~15212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8044feeder ( +// Equation(s): +// \text_gen|char_ram~8044feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8044feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8044feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8044feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y20_N29 +dffeas \text_gen|char_ram~8044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8044feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y16_N31 +dffeas \text_gen|char_ram~876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39576 ( +// Equation(s): +// \text_gen|char_ram~39576_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8044_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~876_q +// ))))) + + .dataa(\text_gen|char_ram~8044_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~876_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39576 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39577 ( +// Equation(s): +// \text_gen|char_ram~39577_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39576_combout & (\text_gen|char_ram~22380_q )) # (!\text_gen|char_ram~39576_combout & ((\text_gen|char_ram~15212_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39576_combout )))) + + .dataa(\text_gen|char_ram~22380_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~15212_q ), + .datad(\text_gen|char_ram~39576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39577 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y12_N23 +dffeas \text_gen|char_ram~9808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y12_N25 +dffeas \text_gen|char_ram~24144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16976feeder ( +// Equation(s): +// \text_gen|char_ram~16976feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16976feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y13_N31 +dffeas \text_gen|char_ram~16976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y12_N9 +dffeas \text_gen|char_ram~2640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39578 ( +// Equation(s): +// \text_gen|char_ram~39578_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16976_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2640_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16976_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2640_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39578 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39579 ( +// Equation(s): +// \text_gen|char_ram~39579_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39578_combout & ((\text_gen|char_ram~24144_q ))) # (!\text_gen|char_ram~39578_combout & (\text_gen|char_ram~9808_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39578_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9808_q ), + .datac(\text_gen|char_ram~24144_q ), + .datad(\text_gen|char_ram~39578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39579 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y21_N25 +dffeas \text_gen|char_ram~22352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8016feeder ( +// Equation(s): +// \text_gen|char_ram~8016feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y12_N5 +dffeas \text_gen|char_ram~8016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y16_N19 +dffeas \text_gen|char_ram~848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15184feeder ( +// Equation(s): +// \text_gen|char_ram~15184feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15184feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15184feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15184feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y34_N21 +dffeas \text_gen|char_ram~15184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15184feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39580 ( +// Equation(s): +// \text_gen|char_ram~39580_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~15184_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~848_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~848_q ), + .datad(\text_gen|char_ram~15184_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39580 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39581 ( +// Equation(s): +// \text_gen|char_ram~39581_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39580_combout & (\text_gen|char_ram~22352_q )) # (!\text_gen|char_ram~39580_combout & ((\text_gen|char_ram~8016_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39580_combout )))) + + .dataa(\text_gen|char_ram~22352_q ), + .datab(\text_gen|char_ram~8016_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~39580_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39581 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~39581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39582 ( +// Equation(s): +// \text_gen|char_ram~39582_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~39579_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~39581_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39579_combout ), + .datad(\text_gen|char_ram~39581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39582 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y11_N7 +dffeas \text_gen|char_ram~24172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y8_N17 +dffeas \text_gen|char_ram~17004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y8_N7 +dffeas \text_gen|char_ram~2668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N29 +dffeas \text_gen|char_ram~9836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y8_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39583 ( +// Equation(s): +// \text_gen|char_ram~39583_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9836_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2668_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2668_q ), + .datad(\text_gen|char_ram~9836_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39583 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y8_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39584 ( +// Equation(s): +// \text_gen|char_ram~39584_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39583_combout & (\text_gen|char_ram~24172_q )) # (!\text_gen|char_ram~39583_combout & ((\text_gen|char_ram~17004_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39583_combout )))) + + .dataa(\text_gen|char_ram~24172_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17004_q ), + .datad(\text_gen|char_ram~39583_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39584 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39585 ( +// Equation(s): +// \text_gen|char_ram~39585_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39582_combout & ((\text_gen|char_ram~39584_combout ))) # (!\text_gen|char_ram~39582_combout & (\text_gen|char_ram~39577_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39582_combout )))) + + .dataa(\text_gen|char_ram~39577_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39582_combout ), + .datad(\text_gen|char_ram~39584_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39585 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~39585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N9 +dffeas \text_gen|char_ram~16997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24165feeder ( +// Equation(s): +// \text_gen|char_ram~24165feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24165feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24165feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24165feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y15_N5 +dffeas \text_gen|char_ram~24165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24165feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y12_N3 +dffeas \text_gen|char_ram~2661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9829feeder ( +// Equation(s): +// \text_gen|char_ram~9829feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9829feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y16_N19 +dffeas \text_gen|char_ram~9829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39603 ( +// Equation(s): +// \text_gen|char_ram~39603_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9829_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2661_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2661_q ), + .datad(\text_gen|char_ram~9829_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39603 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39604 ( +// Equation(s): +// \text_gen|char_ram~39604_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39603_combout & ((\text_gen|char_ram~24165_q ))) # (!\text_gen|char_ram~39603_combout & (\text_gen|char_ram~16997_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39603_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16997_q ), + .datac(\text_gen|char_ram~24165_q ), + .datad(\text_gen|char_ram~39603_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39604 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y12_N13 +dffeas \text_gen|char_ram~9801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y12_N31 +dffeas \text_gen|char_ram~24137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y8_N25 +dffeas \text_gen|char_ram~16969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y8_N3 +dffeas \text_gen|char_ram~2633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39598 ( +// Equation(s): +// \text_gen|char_ram~39598_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16969_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2633_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16969_q ), + .datac(\text_gen|char_ram~2633_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39598 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39599 ( +// Equation(s): +// \text_gen|char_ram~39599_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39598_combout & ((\text_gen|char_ram~24137_q ))) # (!\text_gen|char_ram~39598_combout & (\text_gen|char_ram~9801_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39598_combout )))) + + .dataa(\text_gen|char_ram~9801_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24137_q ), + .datad(\text_gen|char_ram~39598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39599 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y12_N9 +dffeas \text_gen|char_ram~8009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y12_N23 +dffeas \text_gen|char_ram~22345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15177feeder ( +// Equation(s): +// \text_gen|char_ram~15177feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N13 +dffeas \text_gen|char_ram~15177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y16_N21 +dffeas \text_gen|char_ram~841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39600 ( +// Equation(s): +// \text_gen|char_ram~39600_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15177_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~841_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15177_q ), + .datac(\text_gen|char_ram~841_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39600 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39601 ( +// Equation(s): +// \text_gen|char_ram~39601_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39600_combout & ((\text_gen|char_ram~22345_q ))) # (!\text_gen|char_ram~39600_combout & (\text_gen|char_ram~8009_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39600_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8009_q ), + .datac(\text_gen|char_ram~22345_q ), + .datad(\text_gen|char_ram~39600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39601 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39602 ( +// Equation(s): +// \text_gen|char_ram~39602_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~39599_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~39601_combout ))))) + + .dataa(\text_gen|char_ram~39599_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~39601_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39602 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~39602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15205feeder ( +// Equation(s): +// \text_gen|char_ram~15205feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15205feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y18_N1 +dffeas \text_gen|char_ram~15205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y19_N27 +dffeas \text_gen|char_ram~22373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8037feeder ( +// Equation(s): +// \text_gen|char_ram~8037feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y20_N19 +dffeas \text_gen|char_ram~8037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y16_N5 +dffeas \text_gen|char_ram~869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39596 ( +// Equation(s): +// \text_gen|char_ram~39596_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8037_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~869_q +// ))))) + + .dataa(\text_gen|char_ram~8037_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~869_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39596 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39597 ( +// Equation(s): +// \text_gen|char_ram~39597_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39596_combout & ((\text_gen|char_ram~22373_q ))) # (!\text_gen|char_ram~39596_combout & (\text_gen|char_ram~15205_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39596_combout )))) + + .dataa(\text_gen|char_ram~15205_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22373_q ), + .datad(\text_gen|char_ram~39596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39597 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39605 ( +// Equation(s): +// \text_gen|char_ram~39605_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39602_combout & (\text_gen|char_ram~39604_combout )) # (!\text_gen|char_ram~39602_combout & ((\text_gen|char_ram~39597_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39602_combout )))) + + .dataa(\text_gen|char_ram~39604_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39602_combout ), + .datad(\text_gen|char_ram~39597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39605 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N5 +dffeas \text_gen|char_ram~18789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y16_N27 +dffeas \text_gen|char_ram~25957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y24_N1 +dffeas \text_gen|char_ram~11621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y16_N29 +dffeas \text_gen|char_ram~4453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39586 ( +// Equation(s): +// \text_gen|char_ram~39586_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11621_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4453_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11621_q ), + .datac(\text_gen|char_ram~4453_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39586 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39587 ( +// Equation(s): +// \text_gen|char_ram~39587_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39586_combout & ((\text_gen|char_ram~25957_q ))) # (!\text_gen|char_ram~39586_combout & (\text_gen|char_ram~18789_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39586_combout )))) + + .dataa(\text_gen|char_ram~18789_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25957_q ), + .datad(\text_gen|char_ram~39586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39587 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N5 +dffeas \text_gen|char_ram~11593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y18_N21 +dffeas \text_gen|char_ram~25929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y23_N17 +dffeas \text_gen|char_ram~18761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y23_N31 +dffeas \text_gen|char_ram~4425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39590 ( +// Equation(s): +// \text_gen|char_ram~39590_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18761_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4425_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18761_q ), + .datac(\text_gen|char_ram~4425_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39590 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39591 ( +// Equation(s): +// \text_gen|char_ram~39591_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39590_combout & ((\text_gen|char_ram~25929_q ))) # (!\text_gen|char_ram~39590_combout & (\text_gen|char_ram~11593_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39590_combout )))) + + .dataa(\text_gen|char_ram~11593_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25929_q ), + .datad(\text_gen|char_ram~39590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39591 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13385feeder ( +// Equation(s): +// \text_gen|char_ram~13385feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13385feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13385feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13385feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y14_N27 +dffeas \text_gen|char_ram~13385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13385feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y12_N17 +dffeas \text_gen|char_ram~27721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27721 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20553feeder ( +// Equation(s): +// \text_gen|char_ram~20553feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20553feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20553feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20553feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y10_N9 +dffeas \text_gen|char_ram~20553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20553feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y12_N11 +dffeas \text_gen|char_ram~6217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39588 ( +// Equation(s): +// \text_gen|char_ram~39588_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20553_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6217_q +// ))))) + + .dataa(\text_gen|char_ram~20553_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6217_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39588 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39589 ( +// Equation(s): +// \text_gen|char_ram~39589_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39588_combout & ((\text_gen|char_ram~27721_q ))) # (!\text_gen|char_ram~39588_combout & (\text_gen|char_ram~13385_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39588_combout )))) + + .dataa(\text_gen|char_ram~13385_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27721_q ), + .datad(\text_gen|char_ram~39588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39589 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39592 ( +// Equation(s): +// \text_gen|char_ram~39592_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39589_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39591_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39591_combout ), + .datad(\text_gen|char_ram~39589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39592 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20581feeder ( +// Equation(s): +// \text_gen|char_ram~20581feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20581feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y10_N31 +dffeas \text_gen|char_ram~20581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y12_N17 +dffeas \text_gen|char_ram~27749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y13_N19 +dffeas \text_gen|char_ram~13413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y13_N9 +dffeas \text_gen|char_ram~6245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39593 ( +// Equation(s): +// \text_gen|char_ram~39593_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13413_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6245_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13413_q ), + .datac(\text_gen|char_ram~6245_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39593 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39594 ( +// Equation(s): +// \text_gen|char_ram~39594_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39593_combout & ((\text_gen|char_ram~27749_q ))) # (!\text_gen|char_ram~39593_combout & (\text_gen|char_ram~20581_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39593_combout )))) + + .dataa(\text_gen|char_ram~20581_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27749_q ), + .datad(\text_gen|char_ram~39593_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39594 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39595 ( +// Equation(s): +// \text_gen|char_ram~39595_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39592_combout & ((\text_gen|char_ram~39594_combout ))) # (!\text_gen|char_ram~39592_combout & (\text_gen|char_ram~39587_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39592_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39587_combout ), + .datac(\text_gen|char_ram~39592_combout ), + .datad(\text_gen|char_ram~39594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39595 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39606 ( +// Equation(s): +// \text_gen|char_ram~39606_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~39595_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~39605_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39605_combout ), + .datad(\text_gen|char_ram~39595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39606 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39617 ( +// Equation(s): +// \text_gen|char_ram~39617_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39606_combout & (\text_gen|char_ram~39616_combout )) # (!\text_gen|char_ram~39606_combout & ((\text_gen|char_ram~39585_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39606_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39616_combout ), + .datac(\text_gen|char_ram~39585_combout ), + .datad(\text_gen|char_ram~39606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39617 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39745 ( +// Equation(s): +// \text_gen|char_ram~39745_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39702_combout & (\text_gen|char_ram~39744_combout )) # (!\text_gen|char_ram~39702_combout & ((\text_gen|char_ram~39617_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~39702_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39702_combout ), + .datac(\text_gen|char_ram~39744_combout ), + .datad(\text_gen|char_ram~39617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39745 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12160feeder ( +// Equation(s): +// \text_gen|char_ram~12160feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12160feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12160feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12160feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y26_N13 +dffeas \text_gen|char_ram~12160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12160feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y31_N5 +dffeas \text_gen|char_ram~12188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y30_N1 +dffeas \text_gen|char_ram~12153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N19 +dffeas \text_gen|char_ram~12181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39478 ( +// Equation(s): +// \text_gen|char_ram~39478_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~12181_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~12153_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12153_q ), + .datad(\text_gen|char_ram~12181_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39478 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39479 ( +// Equation(s): +// \text_gen|char_ram~39479_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39478_combout & ((\text_gen|char_ram~12188_q ))) # (!\text_gen|char_ram~39478_combout & (\text_gen|char_ram~12160_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39478_combout )))) + + .dataa(\text_gen|char_ram~12160_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12188_q ), + .datad(\text_gen|char_ram~39478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39479 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N27 +dffeas \text_gen|char_ram~13980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y28_N27 +dffeas \text_gen|char_ram~13973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y30_N3 +dffeas \text_gen|char_ram~13945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N19 +dffeas \text_gen|char_ram~13952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39485 ( +// Equation(s): +// \text_gen|char_ram~39485_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~13952_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13945_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13945_q ), + .datad(\text_gen|char_ram~13952_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39485 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39486 ( +// Equation(s): +// \text_gen|char_ram~39486_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39485_combout & (\text_gen|char_ram~13980_q )) # (!\text_gen|char_ram~39485_combout & ((\text_gen|char_ram~13973_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39485_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13980_q ), + .datac(\text_gen|char_ram~13973_q ), + .datad(\text_gen|char_ram~39485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39486 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y26_N9 +dffeas \text_gen|char_ram~8576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y27_N17 +dffeas \text_gen|char_ram~8604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y28_N1 +dffeas \text_gen|char_ram~8597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y30_N1 +dffeas \text_gen|char_ram~8569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39482 ( +// Equation(s): +// \text_gen|char_ram~39482_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8597_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~8569_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8597_q ), + .datac(\text_gen|char_ram~8569_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~39482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39482 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39483 ( +// Equation(s): +// \text_gen|char_ram~39483_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39482_combout & ((\text_gen|char_ram~8604_q ))) # (!\text_gen|char_ram~39482_combout & (\text_gen|char_ram~8576_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39482_combout )))) + + .dataa(\text_gen|char_ram~8576_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8604_q ), + .datad(\text_gen|char_ram~39482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39483 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N5 +dffeas \text_gen|char_ram~10389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N5 +dffeas \text_gen|char_ram~10396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y31_N29 +dffeas \text_gen|char_ram~10361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y29_N15 +dffeas \text_gen|char_ram~10368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39480 ( +// Equation(s): +// \text_gen|char_ram~39480_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~10368_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10361_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10361_q ), + .datad(\text_gen|char_ram~10368_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39480 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39481 ( +// Equation(s): +// \text_gen|char_ram~39481_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39480_combout & ((\text_gen|char_ram~10396_q ))) # (!\text_gen|char_ram~39480_combout & (\text_gen|char_ram~10389_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39480_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~10389_q ), + .datac(\text_gen|char_ram~10396_q ), + .datad(\text_gen|char_ram~39480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39481 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39484 ( +// Equation(s): +// \text_gen|char_ram~39484_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~39481_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39483_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39483_combout ), + .datad(\text_gen|char_ram~39481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39484 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39487 ( +// Equation(s): +// \text_gen|char_ram~39487_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39484_combout & ((\text_gen|char_ram~39486_combout ))) # (!\text_gen|char_ram~39484_combout & (\text_gen|char_ram~39479_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39484_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39479_combout ), + .datac(\text_gen|char_ram~39486_combout ), + .datad(\text_gen|char_ram~39484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39487 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9941feeder ( +// Equation(s): +// \text_gen|char_ram~9941feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9941feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9941feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9941feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y57_N25 +dffeas \text_gen|char_ram~9941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9941feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y57_N29 +dffeas \text_gen|char_ram~9948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y61_N15 +dffeas \text_gen|char_ram~9913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9920feeder ( +// Equation(s): +// \text_gen|char_ram~9920feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9920feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y61_N25 +dffeas \text_gen|char_ram~9920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39447 ( +// Equation(s): +// \text_gen|char_ram~39447_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~9920_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~9913_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~9913_q ), + .datad(\text_gen|char_ram~9920_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39447 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39448 ( +// Equation(s): +// \text_gen|char_ram~39448_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39447_combout & ((\text_gen|char_ram~9948_q ))) # (!\text_gen|char_ram~39447_combout & (\text_gen|char_ram~9941_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39447_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9941_q ), + .datac(\text_gen|char_ram~9948_q ), + .datad(\text_gen|char_ram~39447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39448 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y64_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13525feeder ( +// Equation(s): +// \text_gen|char_ram~13525feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y64_N15 +dffeas \text_gen|char_ram~13525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y64_N25 +dffeas \text_gen|char_ram~13532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13532 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y64_N5 +dffeas \text_gen|char_ram~13497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y63_N5 +dffeas \text_gen|char_ram~13504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y64_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39454 ( +// Equation(s): +// \text_gen|char_ram~39454_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13504_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13497_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13497_q ), + .datad(\text_gen|char_ram~13504_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39454 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y64_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39455 ( +// Equation(s): +// \text_gen|char_ram~39455_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39454_combout & ((\text_gen|char_ram~13532_q ))) # (!\text_gen|char_ram~39454_combout & (\text_gen|char_ram~13525_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39454_combout )))) + + .dataa(\text_gen|char_ram~13525_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13532_q ), + .datad(\text_gen|char_ram~39454_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39455 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N11 +dffeas \text_gen|char_ram~8121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8149feeder ( +// Equation(s): +// \text_gen|char_ram~8149feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8149feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8149feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8149feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y60_N25 +dffeas \text_gen|char_ram~8149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8149feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39451 ( +// Equation(s): +// \text_gen|char_ram~39451_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~8149_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8121_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8121_q ), + .datad(\text_gen|char_ram~8149_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39451 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y62_N7 +dffeas \text_gen|char_ram~8156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y87_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8128feeder ( +// Equation(s): +// \text_gen|char_ram~8128feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8128feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8128feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8128feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y87_N17 +dffeas \text_gen|char_ram~8128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8128feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39452 ( +// Equation(s): +// \text_gen|char_ram~39452_combout = (\text_gen|char_ram~39451_combout & (((\text_gen|char_ram~8156_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~39451_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~8128_q )))) + + .dataa(\text_gen|char_ram~39451_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8156_q ), + .datad(\text_gen|char_ram~8128_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39452 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11740feeder ( +// Equation(s): +// \text_gen|char_ram~11740feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11740feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11740feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11740feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y63_N7 +dffeas \text_gen|char_ram~11740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11740feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N5 +dffeas \text_gen|char_ram~11705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y63_N9 +dffeas \text_gen|char_ram~11733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39449 ( +// Equation(s): +// \text_gen|char_ram~39449_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~11733_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11705_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11705_q ), + .datad(\text_gen|char_ram~11733_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39449 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y63_N27 +dffeas \text_gen|char_ram~11712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39450 ( +// Equation(s): +// \text_gen|char_ram~39450_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39449_combout & (\text_gen|char_ram~11740_q )) # (!\text_gen|char_ram~39449_combout & ((\text_gen|char_ram~11712_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39449_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11740_q ), + .datac(\text_gen|char_ram~39449_combout ), + .datad(\text_gen|char_ram~11712_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39450 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39453 ( +// Equation(s): +// \text_gen|char_ram~39453_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39450_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~39452_combout )))) + + .dataa(\text_gen|char_ram~39452_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39450_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39453 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~39453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39456 ( +// Equation(s): +// \text_gen|char_ram~39456_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39453_combout & ((\text_gen|char_ram~39455_combout ))) # (!\text_gen|char_ram~39453_combout & (\text_gen|char_ram~39448_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39453_combout )))) + + .dataa(\text_gen|char_ram~39448_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39455_combout ), + .datad(\text_gen|char_ram~39453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39456 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9045feeder ( +// Equation(s): +// \text_gen|char_ram~9045feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y35_N17 +dffeas \text_gen|char_ram~9045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y39_N7 +dffeas \text_gen|char_ram~9052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y41_N9 +dffeas \text_gen|char_ram~9024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y41_N29 +dffeas \text_gen|char_ram~9017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39467 ( +// Equation(s): +// \text_gen|char_ram~39467_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~9024_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~9017_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9024_q ), + .datac(\text_gen|char_ram~9017_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~39467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39467 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39468 ( +// Equation(s): +// \text_gen|char_ram~39468_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39467_combout & ((\text_gen|char_ram~9052_q ))) # (!\text_gen|char_ram~39467_combout & (\text_gen|char_ram~9045_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39467_combout )))) + + .dataa(\text_gen|char_ram~9045_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9052_q ), + .datad(\text_gen|char_ram~39467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39468 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y45_N1 +dffeas \text_gen|char_ram~12601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y45_N3 +dffeas \text_gen|char_ram~12608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39474 ( +// Equation(s): +// \text_gen|char_ram~39474_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~12608_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12601_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12601_q ), + .datad(\text_gen|char_ram~12608_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39474 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N11 +dffeas \text_gen|char_ram~12629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y43_N15 +dffeas \text_gen|char_ram~12636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39475 ( +// Equation(s): +// \text_gen|char_ram~39475_combout = (\text_gen|char_ram~39474_combout & (((\text_gen|char_ram~12636_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~39474_combout & (\text_gen|char_ram~12629_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~39474_combout ), + .datab(\text_gen|char_ram~12629_q ), + .datac(\text_gen|char_ram~12636_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39475 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~39475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N25 +dffeas \text_gen|char_ram~7253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7225feeder ( +// Equation(s): +// \text_gen|char_ram~7225feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N19 +dffeas \text_gen|char_ram~7225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39471 ( +// Equation(s): +// \text_gen|char_ram~39471_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~7253_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~7225_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7253_q ), + .datad(\text_gen|char_ram~7225_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39471 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y43_N23 +dffeas \text_gen|char_ram~7260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7232feeder ( +// Equation(s): +// \text_gen|char_ram~7232feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7232feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N11 +dffeas \text_gen|char_ram~7232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39472 ( +// Equation(s): +// \text_gen|char_ram~39472_combout = (\text_gen|char_ram~39471_combout & (((\text_gen|char_ram~7260_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~39471_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~7232_q )))) + + .dataa(\text_gen|char_ram~39471_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7260_q ), + .datad(\text_gen|char_ram~7232_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39472 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y47_N9 +dffeas \text_gen|char_ram~10809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10837feeder ( +// Equation(s): +// \text_gen|char_ram~10837feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N11 +dffeas \text_gen|char_ram~10837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39469 ( +// Equation(s): +// \text_gen|char_ram~39469_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~10837_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10809_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10809_q ), + .datad(\text_gen|char_ram~10837_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39469 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y43_N25 +dffeas \text_gen|char_ram~10844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10844 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10816feeder ( +// Equation(s): +// \text_gen|char_ram~10816feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10816feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10816feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10816feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N9 +dffeas \text_gen|char_ram~10816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10816feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39470 ( +// Equation(s): +// \text_gen|char_ram~39470_combout = (\text_gen|char_ram~39469_combout & (((\text_gen|char_ram~10844_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~39469_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~10816_q )))) + + .dataa(\text_gen|char_ram~39469_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10844_q ), + .datad(\text_gen|char_ram~10816_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39470 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39473 ( +// Equation(s): +// \text_gen|char_ram~39473_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~39470_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39472_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39472_combout ), + .datad(\text_gen|char_ram~39470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39473 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39476 ( +// Equation(s): +// \text_gen|char_ram~39476_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39473_combout & ((\text_gen|char_ram~39475_combout ))) # (!\text_gen|char_ram~39473_combout & (\text_gen|char_ram~39468_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39473_combout )))) + + .dataa(\text_gen|char_ram~39468_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39475_combout ), + .datad(\text_gen|char_ram~39473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39476 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y16_N13 +dffeas \text_gen|char_ram~11264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y13_N15 +dffeas \text_gen|char_ram~11292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11285feeder ( +// Equation(s): +// \text_gen|char_ram~11285feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11285feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11285feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11285feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y13_N7 +dffeas \text_gen|char_ram~11285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11285feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y14_N1 +dffeas \text_gen|char_ram~11257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39457 ( +// Equation(s): +// \text_gen|char_ram~39457_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~11285_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~11257_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11285_q ), + .datac(\text_gen|char_ram~11257_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39457 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39458 ( +// Equation(s): +// \text_gen|char_ram~39458_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39457_combout & ((\text_gen|char_ram~11292_q ))) # (!\text_gen|char_ram~39457_combout & (\text_gen|char_ram~11264_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39457_combout )))) + + .dataa(\text_gen|char_ram~11264_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11292_q ), + .datad(\text_gen|char_ram~39457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39458 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N9 +dffeas \text_gen|char_ram~9493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y19_N15 +dffeas \text_gen|char_ram~9500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y12_N19 +dffeas \text_gen|char_ram~9465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y12_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9472feeder ( +// Equation(s): +// \text_gen|char_ram~9472feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y12_N5 +dffeas \text_gen|char_ram~9472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39459 ( +// Equation(s): +// \text_gen|char_ram~39459_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9472_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9465_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9465_q ), + .datad(\text_gen|char_ram~9472_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39459 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39460 ( +// Equation(s): +// \text_gen|char_ram~39460_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39459_combout & ((\text_gen|char_ram~9500_q ))) # (!\text_gen|char_ram~39459_combout & (\text_gen|char_ram~9493_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39459_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9493_q ), + .datac(\text_gen|char_ram~9500_q ), + .datad(\text_gen|char_ram~39459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39460 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7680feeder ( +// Equation(s): +// \text_gen|char_ram~7680feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y16_N31 +dffeas \text_gen|char_ram~7680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y13_N29 +dffeas \text_gen|char_ram~7708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y8_N1 +dffeas \text_gen|char_ram~7701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y8_N19 +dffeas \text_gen|char_ram~7673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y8_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39461 ( +// Equation(s): +// \text_gen|char_ram~39461_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~7701_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~7673_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7701_q ), + .datad(\text_gen|char_ram~7673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39461 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39462 ( +// Equation(s): +// \text_gen|char_ram~39462_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39461_combout & ((\text_gen|char_ram~7708_q ))) # (!\text_gen|char_ram~39461_combout & (\text_gen|char_ram~7680_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39461_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7680_q ), + .datac(\text_gen|char_ram~7708_q ), + .datad(\text_gen|char_ram~39461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39462 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39463 ( +// Equation(s): +// \text_gen|char_ram~39463_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~39460_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39462_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39460_combout ), + .datad(\text_gen|char_ram~39462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39463 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13077feeder ( +// Equation(s): +// \text_gen|char_ram~13077feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13077feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y13_N27 +dffeas \text_gen|char_ram~13077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y13_N15 +dffeas \text_gen|char_ram~13084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y14_N9 +dffeas \text_gen|char_ram~13049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y14_N19 +dffeas \text_gen|char_ram~13056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39464 ( +// Equation(s): +// \text_gen|char_ram~39464_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~13056_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13049_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13049_q ), + .datad(\text_gen|char_ram~13056_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39464 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39465 ( +// Equation(s): +// \text_gen|char_ram~39465_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39464_combout & ((\text_gen|char_ram~13084_q ))) # (!\text_gen|char_ram~39464_combout & (\text_gen|char_ram~13077_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39464_combout )))) + + .dataa(\text_gen|char_ram~13077_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13084_q ), + .datad(\text_gen|char_ram~39464_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39465 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39466 ( +// Equation(s): +// \text_gen|char_ram~39466_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39463_combout & ((\text_gen|char_ram~39465_combout ))) # (!\text_gen|char_ram~39463_combout & (\text_gen|char_ram~39458_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39463_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39458_combout ), + .datac(\text_gen|char_ram~39463_combout ), + .datad(\text_gen|char_ram~39465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39466 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39477 ( +// Equation(s): +// \text_gen|char_ram~39477_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~39466_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~39476_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39476_combout ), + .datad(\text_gen|char_ram~39466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39477 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39488 ( +// Equation(s): +// \text_gen|char_ram~39488_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39477_combout & (\text_gen|char_ram~39487_combout )) # (!\text_gen|char_ram~39477_combout & ((\text_gen|char_ram~39456_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39477_combout )))) + + .dataa(\text_gen|char_ram~39487_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39456_combout ), + .datad(\text_gen|char_ram~39477_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39488 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4992feeder ( +// Equation(s): +// \text_gen|char_ram~4992feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4992feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4992feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4992feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y27_N13 +dffeas \text_gen|char_ram~4992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4992feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y31_N9 +dffeas \text_gen|char_ram~5020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y27_N23 +dffeas \text_gen|char_ram~4985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y31_N3 +dffeas \text_gen|char_ram~5013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39520 ( +// Equation(s): +// \text_gen|char_ram~39520_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5013_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~4985_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4985_q ), + .datad(\text_gen|char_ram~5013_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39520 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39521 ( +// Equation(s): +// \text_gen|char_ram~39521_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39520_combout & ((\text_gen|char_ram~5020_q ))) # (!\text_gen|char_ram~39520_combout & (\text_gen|char_ram~4992_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39520_combout )))) + + .dataa(\text_gen|char_ram~4992_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5020_q ), + .datad(\text_gen|char_ram~39520_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39521 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6805feeder ( +// Equation(s): +// \text_gen|char_ram~6805feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6805feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6805feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6805feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y28_N31 +dffeas \text_gen|char_ram~6805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6805feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y30_N23 +dffeas \text_gen|char_ram~6812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y30_N27 +dffeas \text_gen|char_ram~6777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y30_N13 +dffeas \text_gen|char_ram~6784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39527 ( +// Equation(s): +// \text_gen|char_ram~39527_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~6784_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6777_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6777_q ), + .datad(\text_gen|char_ram~6784_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39527 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39528 ( +// Equation(s): +// \text_gen|char_ram~39528_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39527_combout & ((\text_gen|char_ram~6812_q ))) # (!\text_gen|char_ram~39527_combout & (\text_gen|char_ram~6805_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39527_combout )))) + + .dataa(\text_gen|char_ram~6805_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6812_q ), + .datad(\text_gen|char_ram~39527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39528 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1429feeder ( +// Equation(s): +// \text_gen|char_ram~1429feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y28_N9 +dffeas \text_gen|char_ram~1429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y28_N13 +dffeas \text_gen|char_ram~1401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39524 ( +// Equation(s): +// \text_gen|char_ram~39524_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~1429_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~1401_q ))))) + + .dataa(\text_gen|char_ram~1429_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1401_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39524 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y28_N7 +dffeas \text_gen|char_ram~1436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1408feeder ( +// Equation(s): +// \text_gen|char_ram~1408feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1408feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y28_N19 +dffeas \text_gen|char_ram~1408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39525 ( +// Equation(s): +// \text_gen|char_ram~39525_combout = (\text_gen|char_ram~39524_combout & (((\text_gen|char_ram~1436_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~39524_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1408_q )))) + + .dataa(\text_gen|char_ram~39524_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1436_q ), + .datad(\text_gen|char_ram~1408_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39525 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3221feeder ( +// Equation(s): +// \text_gen|char_ram~3221feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3221feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3221feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3221feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y28_N1 +dffeas \text_gen|char_ram~3221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3221feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y27_N11 +dffeas \text_gen|char_ram~3228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y27_N17 +dffeas \text_gen|char_ram~3193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N27 +dffeas \text_gen|char_ram~3200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39522 ( +// Equation(s): +// \text_gen|char_ram~39522_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3200_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3193_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3193_q ), + .datad(\text_gen|char_ram~3200_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39522 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39523 ( +// Equation(s): +// \text_gen|char_ram~39523_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39522_combout & ((\text_gen|char_ram~3228_q ))) # (!\text_gen|char_ram~39522_combout & (\text_gen|char_ram~3221_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39522_combout )))) + + .dataa(\text_gen|char_ram~3221_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3228_q ), + .datad(\text_gen|char_ram~39522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39523 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39526 ( +// Equation(s): +// \text_gen|char_ram~39526_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39523_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~39525_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39525_combout ), + .datad(\text_gen|char_ram~39523_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39526 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39529 ( +// Equation(s): +// \text_gen|char_ram~39529_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39526_combout & ((\text_gen|char_ram~39528_combout ))) # (!\text_gen|char_ram~39526_combout & (\text_gen|char_ram~39521_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39526_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39521_combout ), + .datac(\text_gen|char_ram~39528_combout ), + .datad(\text_gen|char_ram~39526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39529 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5461feeder ( +// Equation(s): +// \text_gen|char_ram~5461feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5461feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y41_N23 +dffeas \text_gen|char_ram~5461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N5 +dffeas \text_gen|char_ram~5468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5433feeder ( +// Equation(s): +// \text_gen|char_ram~5433feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5433feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5433feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5433feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y41_N3 +dffeas \text_gen|char_ram~5433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5433feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y38_N7 +dffeas \text_gen|char_ram~5440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39516 ( +// Equation(s): +// \text_gen|char_ram~39516_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~5440_q )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5433_q & (!\vga_c|h_cnt [6]))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5433_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~5440_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39516 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~39516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39517 ( +// Equation(s): +// \text_gen|char_ram~39517_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39516_combout & ((\text_gen|char_ram~5468_q ))) # (!\text_gen|char_ram~39516_combout & (\text_gen|char_ram~5461_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39516_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5461_q ), + .datac(\text_gen|char_ram~5468_q ), + .datad(\text_gen|char_ram~39516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39517 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y35_N3 +dffeas \text_gen|char_ram~1877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N9 +dffeas \text_gen|char_ram~1884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y38_N27 +dffeas \text_gen|char_ram~1849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y38_N13 +dffeas \text_gen|char_ram~1856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39509 ( +// Equation(s): +// \text_gen|char_ram~39509_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1856_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1849_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1849_q ), + .datad(\text_gen|char_ram~1856_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39509 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39510 ( +// Equation(s): +// \text_gen|char_ram~39510_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39509_combout & ((\text_gen|char_ram~1884_q ))) # (!\text_gen|char_ram~39509_combout & (\text_gen|char_ram~1877_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39509_combout )))) + + .dataa(\text_gen|char_ram~1877_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1884_q ), + .datad(\text_gen|char_ram~39509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39510 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y42_N19 +dffeas \text_gen|char_ram~57 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~57_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~57 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~57 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N29 +dffeas \text_gen|char_ram~85 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~85_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~85 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~85 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39513 ( +// Equation(s): +// \text_gen|char_ram~39513_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~85_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~57_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~57_q ), + .datad(\text_gen|char_ram~85_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39513 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y42_N23 +dffeas \text_gen|char_ram~92 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~92_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~92 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~92 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~64feeder ( +// Equation(s): +// \text_gen|char_ram~64feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~64feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~64feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~64feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y42_N21 +dffeas \text_gen|char_ram~64 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~64feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~64_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~64 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~64 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39514 ( +// Equation(s): +// \text_gen|char_ram~39514_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39513_combout & (\text_gen|char_ram~92_q )) # (!\text_gen|char_ram~39513_combout & ((\text_gen|char_ram~64_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~39513_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39513_combout ), + .datac(\text_gen|char_ram~92_q ), + .datad(\text_gen|char_ram~64_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39514 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y47_N15 +dffeas \text_gen|char_ram~3648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y45_N3 +dffeas \text_gen|char_ram~3676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y49_N17 +dffeas \text_gen|char_ram~3641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y49_N7 +dffeas \text_gen|char_ram~3669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39511 ( +// Equation(s): +// \text_gen|char_ram~39511_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3669_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3641_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3641_q ), + .datad(\text_gen|char_ram~3669_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39511 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39512 ( +// Equation(s): +// \text_gen|char_ram~39512_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39511_combout & ((\text_gen|char_ram~3676_q ))) # (!\text_gen|char_ram~39511_combout & (\text_gen|char_ram~3648_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39511_combout )))) + + .dataa(\text_gen|char_ram~3648_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3676_q ), + .datad(\text_gen|char_ram~39511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39512 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39515 ( +// Equation(s): +// \text_gen|char_ram~39515_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~39512_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39514_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~39514_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~39512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39515 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~39515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39518 ( +// Equation(s): +// \text_gen|char_ram~39518_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39515_combout & (\text_gen|char_ram~39517_combout )) # (!\text_gen|char_ram~39515_combout & ((\text_gen|char_ram~39510_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39515_combout )))) + + .dataa(\text_gen|char_ram~39517_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39510_combout ), + .datad(\text_gen|char_ram~39515_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39518 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y61_N1 +dffeas \text_gen|char_ram~6329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y61_N27 +dffeas \text_gen|char_ram~6336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39506 ( +// Equation(s): +// \text_gen|char_ram~39506_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~6336_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6329_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6329_q ), + .datad(\text_gen|char_ram~6336_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39506 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y62_N7 +dffeas \text_gen|char_ram~6364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y62_N29 +dffeas \text_gen|char_ram~6357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39507 ( +// Equation(s): +// \text_gen|char_ram~39507_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39506_combout & (\text_gen|char_ram~6364_q )) # (!\text_gen|char_ram~39506_combout & ((\text_gen|char_ram~6357_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~39506_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39506_combout ), + .datac(\text_gen|char_ram~6364_q ), + .datad(\text_gen|char_ram~6357_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39507 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y63_N31 +dffeas \text_gen|char_ram~4537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4565feeder ( +// Equation(s): +// \text_gen|char_ram~4565feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4565feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4565feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4565feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N29 +dffeas \text_gen|char_ram~4565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4565feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39501 ( +// Equation(s): +// \text_gen|char_ram~39501_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4565_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4537_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4537_q ), + .datad(\text_gen|char_ram~4565_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39501 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y63_N25 +dffeas \text_gen|char_ram~4572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y63_N17 +dffeas \text_gen|char_ram~4544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39502 ( +// Equation(s): +// \text_gen|char_ram~39502_combout = (\text_gen|char_ram~39501_combout & (((\text_gen|char_ram~4572_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~39501_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4544_q )))) + + .dataa(\text_gen|char_ram~39501_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4572_q ), + .datad(\text_gen|char_ram~4544_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39502 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y62_N29 +dffeas \text_gen|char_ram~960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y62_N3 +dffeas \text_gen|char_ram~988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y62_N17 +dffeas \text_gen|char_ram~953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~981feeder ( +// Equation(s): +// \text_gen|char_ram~981feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~981feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~981feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~981feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N19 +dffeas \text_gen|char_ram~981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~981feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39503 ( +// Equation(s): +// \text_gen|char_ram~39503_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~981_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~953_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~953_q ), + .datad(\text_gen|char_ram~981_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39503 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39504 ( +// Equation(s): +// \text_gen|char_ram~39504_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39503_combout & ((\text_gen|char_ram~988_q ))) # (!\text_gen|char_ram~39503_combout & (\text_gen|char_ram~960_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~39503_combout +// )))) + + .dataa(\text_gen|char_ram~960_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~988_q ), + .datad(\text_gen|char_ram~39503_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39504 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39505 ( +// Equation(s): +// \text_gen|char_ram~39505_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39502_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~39504_combout ))))) + + .dataa(\text_gen|char_ram~39502_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39505 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~39505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2773feeder ( +// Equation(s): +// \text_gen|char_ram~2773feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2773feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2773feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2773feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y53_N15 +dffeas \text_gen|char_ram~2773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2773feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y57_N27 +dffeas \text_gen|char_ram~2780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N15 +dffeas \text_gen|char_ram~2745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N17 +dffeas \text_gen|char_ram~2752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39499 ( +// Equation(s): +// \text_gen|char_ram~39499_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2752_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2745_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2745_q ), + .datad(\text_gen|char_ram~2752_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39499 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39500 ( +// Equation(s): +// \text_gen|char_ram~39500_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39499_combout & ((\text_gen|char_ram~2780_q ))) # (!\text_gen|char_ram~39499_combout & (\text_gen|char_ram~2773_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39499_combout )))) + + .dataa(\text_gen|char_ram~2773_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2780_q ), + .datad(\text_gen|char_ram~39499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39500 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39508 ( +// Equation(s): +// \text_gen|char_ram~39508_combout = (\text_gen|char_ram~39505_combout & ((\text_gen|char_ram~39507_combout ) # ((!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~39505_combout & (((\text_gen|Add5~8_combout & \text_gen|char_ram~39500_combout )))) + + .dataa(\text_gen|char_ram~39507_combout ), + .datab(\text_gen|char_ram~39505_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~39500_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39508 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~39508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39519 ( +// Equation(s): +// \text_gen|char_ram~39519_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~39508_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~39518_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~39518_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~39508_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39519 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~39519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y10_N29 +dffeas \text_gen|char_ram~5881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5888feeder ( +// Equation(s): +// \text_gen|char_ram~5888feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5888feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5888feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5888feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y10_N9 +dffeas \text_gen|char_ram~5888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5888feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39496 ( +// Equation(s): +// \text_gen|char_ram~39496_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5888_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5881_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5881_q ), + .datad(\text_gen|char_ram~5888_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39496 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y10_N19 +dffeas \text_gen|char_ram~5916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~5909feeder ( +// Equation(s): +// \text_gen|char_ram~5909feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5909feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5909feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5909feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y13_N21 +dffeas \text_gen|char_ram~5909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5909feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39497 ( +// Equation(s): +// \text_gen|char_ram~39497_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39496_combout & (\text_gen|char_ram~5916_q )) # (!\text_gen|char_ram~39496_combout & ((\text_gen|char_ram~5909_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~39496_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39496_combout ), + .datac(\text_gen|char_ram~5916_q ), + .datad(\text_gen|char_ram~5909_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39497 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y16_N21 +dffeas \text_gen|char_ram~512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y16_N11 +dffeas \text_gen|char_ram~540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y16_N17 +dffeas \text_gen|char_ram~505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~533feeder ( +// Equation(s): +// \text_gen|char_ram~533feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y16_N21 +dffeas \text_gen|char_ram~533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39493 ( +// Equation(s): +// \text_gen|char_ram~39493_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~533_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~505_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~505_q ), + .datad(\text_gen|char_ram~533_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39493 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39494 ( +// Equation(s): +// \text_gen|char_ram~39494_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39493_combout & ((\text_gen|char_ram~540_q ))) # (!\text_gen|char_ram~39493_combout & (\text_gen|char_ram~512_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~39493_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~512_q ), + .datac(\text_gen|char_ram~540_q ), + .datad(\text_gen|char_ram~39493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39494 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y12_N17 +dffeas \text_gen|char_ram~2325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y12_N3 +dffeas \text_gen|char_ram~2332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y12_N15 +dffeas \text_gen|char_ram~2297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2304feeder ( +// Equation(s): +// \text_gen|char_ram~2304feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2304feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2304feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2304feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y12_N21 +dffeas \text_gen|char_ram~2304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2304feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39491 ( +// Equation(s): +// \text_gen|char_ram~39491_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~2304_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~2297_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2297_q ), + .datad(\text_gen|char_ram~2304_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39491 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39492 ( +// Equation(s): +// \text_gen|char_ram~39492_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39491_combout & ((\text_gen|char_ram~2332_q ))) # (!\text_gen|char_ram~39491_combout & (\text_gen|char_ram~2325_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39491_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2325_q ), + .datac(\text_gen|char_ram~2332_q ), + .datad(\text_gen|char_ram~39491_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39492 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39495 ( +// Equation(s): +// \text_gen|char_ram~39495_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~39492_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39494_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~39494_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39492_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39495 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~39495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4096feeder ( +// Equation(s): +// \text_gen|char_ram~4096feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4096feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4096feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4096feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y16_N21 +dffeas \text_gen|char_ram~4096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4096feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y13_N11 +dffeas \text_gen|char_ram~4124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y13_N21 +dffeas \text_gen|char_ram~4089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4117feeder ( +// Equation(s): +// \text_gen|char_ram~4117feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4117feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4117feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4117feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y9_N25 +dffeas \text_gen|char_ram~4117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4117feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39489 ( +// Equation(s): +// \text_gen|char_ram~39489_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~4117_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4089_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4089_q ), + .datad(\text_gen|char_ram~4117_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39489 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39490 ( +// Equation(s): +// \text_gen|char_ram~39490_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39489_combout & ((\text_gen|char_ram~4124_q ))) # (!\text_gen|char_ram~39489_combout & (\text_gen|char_ram~4096_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39489_combout )))) + + .dataa(\text_gen|char_ram~4096_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4124_q ), + .datad(\text_gen|char_ram~39489_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39490 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39498 ( +// Equation(s): +// \text_gen|char_ram~39498_combout = (\text_gen|char_ram~39495_combout & ((\text_gen|char_ram~39497_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~39495_combout & (((\text_gen|char_ram~39490_combout & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~39497_combout ), + .datab(\text_gen|char_ram~39495_combout ), + .datac(\text_gen|char_ram~39490_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39498 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~39498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39530 ( +// Equation(s): +// \text_gen|char_ram~39530_combout = (\text_gen|char_ram~39519_combout & ((\text_gen|char_ram~39529_combout ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~39519_combout & (((\text_gen|Add5~4_combout & \text_gen|char_ram~39498_combout )))) + + .dataa(\text_gen|char_ram~39529_combout ), + .datab(\text_gen|char_ram~39519_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~39498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39530 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~39530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39531 ( +// Equation(s): +// \text_gen|char_ram~39531_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~39488_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~39530_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~39488_combout ), + .datad(\text_gen|char_ram~39530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39531 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y25_N29 +dffeas \text_gen|char_ram~18425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y25_N19 +dffeas \text_gen|char_ram~18453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39405 ( +// Equation(s): +// \text_gen|char_ram~39405_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~18453_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~18425_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18425_q ), + .datad(\text_gen|char_ram~18453_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39405 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y21_N3 +dffeas \text_gen|char_ram~18432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18460feeder ( +// Equation(s): +// \text_gen|char_ram~18460feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18460feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18460feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18460feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y13_N21 +dffeas \text_gen|char_ram~18460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18460feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39406 ( +// Equation(s): +// \text_gen|char_ram~39406_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39405_combout & ((\text_gen|char_ram~18460_q ))) # (!\text_gen|char_ram~39405_combout & (\text_gen|char_ram~18432_q )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39405_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39405_combout ), + .datac(\text_gen|char_ram~18432_q ), + .datad(\text_gen|char_ram~18460_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39406 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y10_N11 +dffeas \text_gen|char_ram~20245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y10_N25 +dffeas \text_gen|char_ram~20252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y14_N9 +dffeas \text_gen|char_ram~20217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20224feeder ( +// Equation(s): +// \text_gen|char_ram~20224feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y10_N19 +dffeas \text_gen|char_ram~20224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39412 ( +// Equation(s): +// \text_gen|char_ram~39412_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~20224_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20217_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20217_q ), + .datad(\text_gen|char_ram~20224_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39412 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39413 ( +// Equation(s): +// \text_gen|char_ram~39413_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39412_combout & ((\text_gen|char_ram~20252_q ))) # (!\text_gen|char_ram~39412_combout & (\text_gen|char_ram~20245_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39412_combout )))) + + .dataa(\text_gen|char_ram~20245_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20252_q ), + .datad(\text_gen|char_ram~39412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39413 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14848feeder ( +// Equation(s): +// \text_gen|char_ram~14848feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14848feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14848feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14848feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y16_N3 +dffeas \text_gen|char_ram~14848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14848feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y19_N19 +dffeas \text_gen|char_ram~14876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y19_N31 +dffeas \text_gen|char_ram~14841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14869feeder ( +// Equation(s): +// \text_gen|char_ram~14869feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y18_N23 +dffeas \text_gen|char_ram~14869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39409 ( +// Equation(s): +// \text_gen|char_ram~39409_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~14869_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~14841_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14841_q ), + .datad(\text_gen|char_ram~14869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39409 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39410 ( +// Equation(s): +// \text_gen|char_ram~39410_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39409_combout & ((\text_gen|char_ram~14876_q ))) # (!\text_gen|char_ram~39409_combout & (\text_gen|char_ram~14848_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39409_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~14848_q ), + .datac(\text_gen|char_ram~14876_q ), + .datad(\text_gen|char_ram~39409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39410 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y12_N17 +dffeas \text_gen|char_ram~16661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y12_N3 +dffeas \text_gen|char_ram~16668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y12_N29 +dffeas \text_gen|char_ram~16633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16640feeder ( +// Equation(s): +// \text_gen|char_ram~16640feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16640feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16640feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16640feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y12_N27 +dffeas \text_gen|char_ram~16640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16640feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39407 ( +// Equation(s): +// \text_gen|char_ram~39407_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~16640_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16633_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16633_q ), + .datad(\text_gen|char_ram~16640_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39407 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y12_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39408 ( +// Equation(s): +// \text_gen|char_ram~39408_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39407_combout & ((\text_gen|char_ram~16668_q ))) # (!\text_gen|char_ram~39407_combout & (\text_gen|char_ram~16661_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39407_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16661_q ), + .datac(\text_gen|char_ram~16668_q ), + .datad(\text_gen|char_ram~39407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39408 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39411 ( +// Equation(s): +// \text_gen|char_ram~39411_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~39408_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39410_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39410_combout ), + .datad(\text_gen|char_ram~39408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39411 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39414 ( +// Equation(s): +// \text_gen|char_ram~39414_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39411_combout & ((\text_gen|char_ram~39413_combout ))) # (!\text_gen|char_ram~39411_combout & (\text_gen|char_ram~39406_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39411_combout )))) + + .dataa(\text_gen|char_ram~39406_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39413_combout ), + .datad(\text_gen|char_ram~39411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39414 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y63_N5 +dffeas \text_gen|char_ram~18908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y63_N11 +dffeas \text_gen|char_ram~18880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18901feeder ( +// Equation(s): +// \text_gen|char_ram~18901feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18901feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N15 +dffeas \text_gen|char_ram~18901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y63_N31 +dffeas \text_gen|char_ram~18873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39417 ( +// Equation(s): +// \text_gen|char_ram~39417_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~18901_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~18873_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18901_q ), + .datac(\text_gen|char_ram~18873_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39417 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39418 ( +// Equation(s): +// \text_gen|char_ram~39418_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39417_combout & (\text_gen|char_ram~18908_q )) # (!\text_gen|char_ram~39417_combout & ((\text_gen|char_ram~18880_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39417_combout )))) + + .dataa(\text_gen|char_ram~18908_q ), + .datab(\text_gen|char_ram~18880_q ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~39417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39418 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~39418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N7 +dffeas \text_gen|char_ram~15296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y54_N27 +dffeas \text_gen|char_ram~15324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y58_N9 +dffeas \text_gen|char_ram~15289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15317feeder ( +// Equation(s): +// \text_gen|char_ram~15317feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y51_N25 +dffeas \text_gen|char_ram~15317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39419 ( +// Equation(s): +// \text_gen|char_ram~39419_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~15317_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15289_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15289_q ), + .datad(\text_gen|char_ram~15317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39419 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39420 ( +// Equation(s): +// \text_gen|char_ram~39420_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39419_combout & ((\text_gen|char_ram~15324_q ))) # (!\text_gen|char_ram~39419_combout & (\text_gen|char_ram~15296_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39419_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15296_q ), + .datac(\text_gen|char_ram~15324_q ), + .datad(\text_gen|char_ram~39419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39420 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39421 ( +// Equation(s): +// \text_gen|char_ram~39421_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39418_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~39420_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39418_combout ), + .datad(\text_gen|char_ram~39420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39421 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17109feeder ( +// Equation(s): +// \text_gen|char_ram~17109feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17109feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17109feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17109feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N31 +dffeas \text_gen|char_ram~17109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17109feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y57_N5 +dffeas \text_gen|char_ram~17116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y61_N17 +dffeas \text_gen|char_ram~17081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17088feeder ( +// Equation(s): +// \text_gen|char_ram~17088feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17088feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17088feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17088feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y61_N19 +dffeas \text_gen|char_ram~17088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17088feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39415 ( +// Equation(s): +// \text_gen|char_ram~39415_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~17088_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17081_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17081_q ), + .datad(\text_gen|char_ram~17088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39415 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39416 ( +// Equation(s): +// \text_gen|char_ram~39416_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39415_combout & ((\text_gen|char_ram~17116_q ))) # (!\text_gen|char_ram~39415_combout & (\text_gen|char_ram~17109_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39415_combout )))) + + .dataa(\text_gen|char_ram~17109_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17116_q ), + .datad(\text_gen|char_ram~39415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39416 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y57_N27 +dffeas \text_gen|char_ram~20665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20672feeder ( +// Equation(s): +// \text_gen|char_ram~20672feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20672feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20672feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20672feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y57_N29 +dffeas \text_gen|char_ram~20672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20672feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39422 ( +// Equation(s): +// \text_gen|char_ram~39422_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~20672_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20665_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20665_q ), + .datad(\text_gen|char_ram~20672_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39422 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y60_N29 +dffeas \text_gen|char_ram~20700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20693feeder ( +// Equation(s): +// \text_gen|char_ram~20693feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20693feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y60_N11 +dffeas \text_gen|char_ram~20693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y60_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39423 ( +// Equation(s): +// \text_gen|char_ram~39423_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39422_combout & (\text_gen|char_ram~20700_q )) # (!\text_gen|char_ram~39422_combout & ((\text_gen|char_ram~20693_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~39422_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39422_combout ), + .datac(\text_gen|char_ram~20700_q ), + .datad(\text_gen|char_ram~20693_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39423 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39424 ( +// Equation(s): +// \text_gen|char_ram~39424_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39421_combout & ((\text_gen|char_ram~39423_combout ))) # (!\text_gen|char_ram~39421_combout & (\text_gen|char_ram~39416_combout )))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~39421_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39421_combout ), + .datac(\text_gen|char_ram~39416_combout ), + .datad(\text_gen|char_ram~39423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39424 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y41_N25 +dffeas \text_gen|char_ram~19804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y41_N21 +dffeas \text_gen|char_ram~19797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y41_N5 +dffeas \text_gen|char_ram~19769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y42_N7 +dffeas \text_gen|char_ram~19776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39432 ( +// Equation(s): +// \text_gen|char_ram~39432_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~19776_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~19769_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19769_q ), + .datad(\text_gen|char_ram~19776_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39432 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39433 ( +// Equation(s): +// \text_gen|char_ram~39433_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39432_combout & (\text_gen|char_ram~19804_q )) # (!\text_gen|char_ram~39432_combout & ((\text_gen|char_ram~19797_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39432_combout )))) + + .dataa(\text_gen|char_ram~19804_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19797_q ), + .datad(\text_gen|char_ram~39432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39433 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y27_N19 +dffeas \text_gen|char_ram~16185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y22_N29 +dffeas \text_gen|char_ram~16192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39425 ( +// Equation(s): +// \text_gen|char_ram~39425_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~16192_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16185_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16185_q ), + .datad(\text_gen|char_ram~16192_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39425 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16213feeder ( +// Equation(s): +// \text_gen|char_ram~16213feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y35_N5 +dffeas \text_gen|char_ram~16213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y34_N13 +dffeas \text_gen|char_ram~16220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39426 ( +// Equation(s): +// \text_gen|char_ram~39426_combout = (\text_gen|char_ram~39425_combout & (((\text_gen|char_ram~16220_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~39425_combout & (\text_gen|char_ram~16213_q & (\vga_c|h_cnt [6]))) + + .dataa(\text_gen|char_ram~39425_combout ), + .datab(\text_gen|char_ram~16213_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~16220_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39426 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~39426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y47_N17 +dffeas \text_gen|char_ram~17984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y47_N31 +dffeas \text_gen|char_ram~18012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y43_N29 +dffeas \text_gen|char_ram~17977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18005feeder ( +// Equation(s): +// \text_gen|char_ram~18005feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18005feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18005feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18005feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y50_N25 +dffeas \text_gen|char_ram~18005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18005feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39427 ( +// Equation(s): +// \text_gen|char_ram~39427_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~18005_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~17977_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17977_q ), + .datad(\text_gen|char_ram~18005_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39427 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39428 ( +// Equation(s): +// \text_gen|char_ram~39428_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39427_combout & ((\text_gen|char_ram~18012_q ))) # (!\text_gen|char_ram~39427_combout & (\text_gen|char_ram~17984_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39427_combout )))) + + .dataa(\text_gen|char_ram~17984_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18012_q ), + .datad(\text_gen|char_ram~39427_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39428 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~14400feeder ( +// Equation(s): +// \text_gen|char_ram~14400feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y43_N5 +dffeas \text_gen|char_ram~14400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y34_N17 +dffeas \text_gen|char_ram~14428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y33_N1 +dffeas \text_gen|char_ram~14393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14421feeder ( +// Equation(s): +// \text_gen|char_ram~14421feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14421feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N25 +dffeas \text_gen|char_ram~14421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39429 ( +// Equation(s): +// \text_gen|char_ram~39429_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~14421_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14393_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14393_q ), + .datad(\text_gen|char_ram~14421_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39429 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39430 ( +// Equation(s): +// \text_gen|char_ram~39430_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39429_combout & ((\text_gen|char_ram~14428_q ))) # (!\text_gen|char_ram~39429_combout & (\text_gen|char_ram~14400_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39429_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~14400_q ), + .datac(\text_gen|char_ram~14428_q ), + .datad(\text_gen|char_ram~39429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39430 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39431 ( +// Equation(s): +// \text_gen|char_ram~39431_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39428_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~39430_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39428_combout ), + .datad(\text_gen|char_ram~39430_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39431 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39434 ( +// Equation(s): +// \text_gen|char_ram~39434_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39431_combout & (\text_gen|char_ram~39433_combout )) # (!\text_gen|char_ram~39431_combout & ((\text_gen|char_ram~39426_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39431_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39433_combout ), + .datac(\text_gen|char_ram~39426_combout ), + .datad(\text_gen|char_ram~39431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39434 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39435 ( +// Equation(s): +// \text_gen|char_ram~39435_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~39424_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~39434_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39424_combout ), + .datad(\text_gen|char_ram~39434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39435 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y33_N11 +dffeas \text_gen|char_ram~15737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15765feeder ( +// Equation(s): +// \text_gen|char_ram~15765feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N3 +dffeas \text_gen|char_ram~15765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39440 ( +// Equation(s): +// \text_gen|char_ram~39440_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~15765_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15737_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15737_q ), + .datad(\text_gen|char_ram~15765_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39440 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y34_N31 +dffeas \text_gen|char_ram~15772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y24_N19 +dffeas \text_gen|char_ram~15744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39441 ( +// Equation(s): +// \text_gen|char_ram~39441_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39440_combout & (\text_gen|char_ram~15772_q )) # (!\text_gen|char_ram~39440_combout & ((\text_gen|char_ram~15744_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39440_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39440_combout ), + .datac(\text_gen|char_ram~15772_q ), + .datad(\text_gen|char_ram~15744_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39441 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17564feeder ( +// Equation(s): +// \text_gen|char_ram~17564feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17564feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17564feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17564feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N5 +dffeas \text_gen|char_ram~17564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17564feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y26_N7 +dffeas \text_gen|char_ram~17529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y26_N25 +dffeas \text_gen|char_ram~17536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39438 ( +// Equation(s): +// \text_gen|char_ram~39438_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~17536_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17529_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17529_q ), + .datad(\text_gen|char_ram~17536_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39438 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N15 +dffeas \text_gen|char_ram~17557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39439 ( +// Equation(s): +// \text_gen|char_ram~39439_combout = (\text_gen|char_ram~39438_combout & ((\text_gen|char_ram~17564_q ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~39438_combout & (((\text_gen|char_ram~17557_q & \vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~17564_q ), + .datab(\text_gen|char_ram~39438_combout ), + .datac(\text_gen|char_ram~17557_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39439 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~39439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39442 ( +// Equation(s): +// \text_gen|char_ram~39442_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39439_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~39441_combout )))) + + .dataa(\text_gen|char_ram~39441_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39439_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39442 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~39442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y27_N25 +dffeas \text_gen|char_ram~19321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19349feeder ( +// Equation(s): +// \text_gen|char_ram~19349feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y31_N11 +dffeas \text_gen|char_ram~19349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39436 ( +// Equation(s): +// \text_gen|char_ram~39436_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4]) # (\text_gen|char_ram~19349_q )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19321_q & (!\vga_c|h_cnt [4]))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19321_q ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~19349_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39436 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~39436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y39_N29 +dffeas \text_gen|char_ram~19356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y24_N23 +dffeas \text_gen|char_ram~19328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39437 ( +// Equation(s): +// \text_gen|char_ram~39437_combout = (\text_gen|char_ram~39436_combout & ((\text_gen|char_ram~19356_q ) # ((!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~39436_combout & (((\vga_c|h_cnt [4] & \text_gen|char_ram~19328_q )))) + + .dataa(\text_gen|char_ram~39436_combout ), + .datab(\text_gen|char_ram~19356_q ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~19328_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39437 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~39437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y31_N29 +dffeas \text_gen|char_ram~21141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y31_N27 +dffeas \text_gen|char_ram~21148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y30_N23 +dffeas \text_gen|char_ram~21113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~21120feeder ( +// Equation(s): +// \text_gen|char_ram~21120feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y24_N7 +dffeas \text_gen|char_ram~21120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39443 ( +// Equation(s): +// \text_gen|char_ram~39443_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~21120_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~21113_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21113_q ), + .datad(\text_gen|char_ram~21120_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39443 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39444 ( +// Equation(s): +// \text_gen|char_ram~39444_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39443_combout & ((\text_gen|char_ram~21148_q ))) # (!\text_gen|char_ram~39443_combout & (\text_gen|char_ram~21141_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39443_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~21141_q ), + .datac(\text_gen|char_ram~21148_q ), + .datad(\text_gen|char_ram~39443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39444 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39445 ( +// Equation(s): +// \text_gen|char_ram~39445_combout = (\text_gen|char_ram~39442_combout & (((\text_gen|char_ram~39444_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~39442_combout & (\text_gen|Add5~10_combout & (\text_gen|char_ram~39437_combout ))) + + .dataa(\text_gen|char_ram~39442_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39437_combout ), + .datad(\text_gen|char_ram~39444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39445 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~39445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39446 ( +// Equation(s): +// \text_gen|char_ram~39446_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39435_combout & ((\text_gen|char_ram~39445_combout ))) # (!\text_gen|char_ram~39435_combout & (\text_gen|char_ram~39414_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39435_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39414_combout ), + .datac(\text_gen|char_ram~39435_combout ), + .datad(\text_gen|char_ram~39445_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39446 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y13_N19 +dffeas \text_gen|char_ram~27413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y13_N13 +dffeas \text_gen|char_ram~27420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y10_N23 +dffeas \text_gen|char_ram~27392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y14_N27 +dffeas \text_gen|char_ram~27385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39549 ( +// Equation(s): +// \text_gen|char_ram~39549_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~27392_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~27385_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27392_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~27385_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39549 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~39549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39550 ( +// Equation(s): +// \text_gen|char_ram~39550_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39549_combout & ((\text_gen|char_ram~27420_q ))) # (!\text_gen|char_ram~39549_combout & (\text_gen|char_ram~27413_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39549_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27413_q ), + .datac(\text_gen|char_ram~27420_q ), + .datad(\text_gen|char_ram~39549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39550 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y17_N9 +dffeas \text_gen|char_ram~25600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y14_N9 +dffeas \text_gen|char_ram~25593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25621feeder ( +// Equation(s): +// \text_gen|char_ram~25621feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25621feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25621feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25621feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y17_N13 +dffeas \text_gen|char_ram~25621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25621feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25621 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39542 ( +// Equation(s): +// \text_gen|char_ram~39542_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~25621_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~25593_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~25593_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~25621_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39542 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~39542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25628feeder ( +// Equation(s): +// \text_gen|char_ram~25628feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25628feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25628feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25628feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y13_N23 +dffeas \text_gen|char_ram~25628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25628feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39543 ( +// Equation(s): +// \text_gen|char_ram~39543_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39542_combout & ((\text_gen|char_ram~25628_q ))) # (!\text_gen|char_ram~39542_combout & (\text_gen|char_ram~25600_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39542_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~25600_q ), + .datac(\text_gen|char_ram~39542_combout ), + .datad(\text_gen|char_ram~25628_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39543 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23808feeder ( +// Equation(s): +// \text_gen|char_ram~23808feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23808feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23808feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23808feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y12_N27 +dffeas \text_gen|char_ram~23808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23808feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y12_N1 +dffeas \text_gen|char_ram~23801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39544 ( +// Equation(s): +// \text_gen|char_ram~39544_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~23808_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~23801_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~23808_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23801_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39544 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y13_N31 +dffeas \text_gen|char_ram~23836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23829feeder ( +// Equation(s): +// \text_gen|char_ram~23829feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23829feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y15_N15 +dffeas \text_gen|char_ram~23829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39545 ( +// Equation(s): +// \text_gen|char_ram~39545_combout = (\text_gen|char_ram~39544_combout & (((\text_gen|char_ram~23836_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~39544_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23829_q )))) + + .dataa(\text_gen|char_ram~39544_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23836_q ), + .datad(\text_gen|char_ram~23829_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39545 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22037feeder ( +// Equation(s): +// \text_gen|char_ram~22037feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y16_N23 +dffeas \text_gen|char_ram~22037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y12_N11 +dffeas \text_gen|char_ram~22009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39546 ( +// Equation(s): +// \text_gen|char_ram~39546_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~22037_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~22009_q ))))) + + .dataa(\text_gen|char_ram~22037_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22009_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39546 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y13_N1 +dffeas \text_gen|char_ram~22044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22016feeder ( +// Equation(s): +// \text_gen|char_ram~22016feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y16_N29 +dffeas \text_gen|char_ram~22016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39547 ( +// Equation(s): +// \text_gen|char_ram~39547_combout = (\text_gen|char_ram~39546_combout & (((\text_gen|char_ram~22044_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~39546_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~22016_q )))) + + .dataa(\text_gen|char_ram~39546_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22044_q ), + .datad(\text_gen|char_ram~22016_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39547 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39548 ( +// Equation(s): +// \text_gen|char_ram~39548_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39545_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~39547_combout )))) + + .dataa(\text_gen|char_ram~39545_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39548 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~39548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39551 ( +// Equation(s): +// \text_gen|char_ram~39551_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39548_combout & (\text_gen|char_ram~39550_combout )) # (!\text_gen|char_ram~39548_combout & ((\text_gen|char_ram~39543_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39548_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39550_combout ), + .datac(\text_gen|char_ram~39543_combout ), + .datad(\text_gen|char_ram~39548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39551 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23381feeder ( +// Equation(s): +// \text_gen|char_ram~23381feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23381feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23381feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23381feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y35_N15 +dffeas \text_gen|char_ram~23381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23381feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y42_N9 +dffeas \text_gen|char_ram~23388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23360feeder ( +// Equation(s): +// \text_gen|char_ram~23360feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23360feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23360feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23360feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y40_N31 +dffeas \text_gen|char_ram~23360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23360feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N1 +dffeas \text_gen|char_ram~23353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39552 ( +// Equation(s): +// \text_gen|char_ram~39552_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~23360_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~23353_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~23360_q ), + .datac(\text_gen|char_ram~23353_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39552 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39553 ( +// Equation(s): +// \text_gen|char_ram~39553_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39552_combout & ((\text_gen|char_ram~23388_q ))) # (!\text_gen|char_ram~39552_combout & (\text_gen|char_ram~23381_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39552_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23381_q ), + .datac(\text_gen|char_ram~23388_q ), + .datad(\text_gen|char_ram~39552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39553 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26965feeder ( +// Equation(s): +// \text_gen|char_ram~26965feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26965feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26965feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26965feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y41_N21 +dffeas \text_gen|char_ram~26965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26965feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y41_N7 +dffeas \text_gen|char_ram~26972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N15 +dffeas \text_gen|char_ram~26937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y45_N25 +dffeas \text_gen|char_ram~26944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39559 ( +// Equation(s): +// \text_gen|char_ram~39559_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~26944_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26937_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26937_q ), + .datad(\text_gen|char_ram~26944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39559 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39560 ( +// Equation(s): +// \text_gen|char_ram~39560_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39559_combout & ((\text_gen|char_ram~26972_q ))) # (!\text_gen|char_ram~39559_combout & (\text_gen|char_ram~26965_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39559_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26965_q ), + .datac(\text_gen|char_ram~26972_q ), + .datad(\text_gen|char_ram~39559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39560 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~21589feeder ( +// Equation(s): +// \text_gen|char_ram~21589feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21589feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21589feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21589feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y32_N7 +dffeas \text_gen|char_ram~21589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21589feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y11_N29 +dffeas \text_gen|char_ram~21561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39556 ( +// Equation(s): +// \text_gen|char_ram~39556_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~21589_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~21561_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~21589_q ), + .datac(\text_gen|char_ram~21561_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39556 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y11_N19 +dffeas \text_gen|char_ram~21596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y41_N15 +dffeas \text_gen|char_ram~21568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39557 ( +// Equation(s): +// \text_gen|char_ram~39557_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39556_combout & (\text_gen|char_ram~21596_q )) # (!\text_gen|char_ram~39556_combout & ((\text_gen|char_ram~21568_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39556_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39556_combout ), + .datac(\text_gen|char_ram~21596_q ), + .datad(\text_gen|char_ram~21568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39557 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y50_N31 +dffeas \text_gen|char_ram~25145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N1 +dffeas \text_gen|char_ram~25173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25173 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39554 ( +// Equation(s): +// \text_gen|char_ram~39554_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~25173_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25145_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25145_q ), + .datad(\text_gen|char_ram~25173_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39554 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y47_N13 +dffeas \text_gen|char_ram~25180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y47_N11 +dffeas \text_gen|char_ram~25152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39555 ( +// Equation(s): +// \text_gen|char_ram~39555_combout = (\text_gen|char_ram~39554_combout & (((\text_gen|char_ram~25180_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~39554_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~25152_q )))) + + .dataa(\text_gen|char_ram~39554_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25180_q ), + .datad(\text_gen|char_ram~25152_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39555 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39558 ( +// Equation(s): +// \text_gen|char_ram~39558_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~39555_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39557_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39557_combout ), + .datad(\text_gen|char_ram~39555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39558 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39561 ( +// Equation(s): +// \text_gen|char_ram~39561_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39558_combout & ((\text_gen|char_ram~39560_combout ))) # (!\text_gen|char_ram~39558_combout & (\text_gen|char_ram~39553_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39558_combout )))) + + .dataa(\text_gen|char_ram~39553_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39560_combout ), + .datad(\text_gen|char_ram~39558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39561 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39562 ( +// Equation(s): +// \text_gen|char_ram~39562_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~39551_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~39561_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39551_combout ), + .datad(\text_gen|char_ram~39561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39562 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y31_N7 +dffeas \text_gen|char_ram~28309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y31_N19 +dffeas \text_gen|char_ram~28316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y26_N11 +dffeas \text_gen|char_ram~28288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y30_N3 +dffeas \text_gen|char_ram~28281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39570 ( +// Equation(s): +// \text_gen|char_ram~39570_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~28288_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~28281_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~28288_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28281_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39570 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39571 ( +// Equation(s): +// \text_gen|char_ram~39571_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39570_combout & ((\text_gen|char_ram~28316_q ))) # (!\text_gen|char_ram~39570_combout & (\text_gen|char_ram~28309_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39570_combout )))) + + .dataa(\text_gen|char_ram~28309_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28316_q ), + .datad(\text_gen|char_ram~39570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39571 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y26_N25 +dffeas \text_gen|char_ram~22912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y28_N9 +dffeas \text_gen|char_ram~22940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y30_N13 +dffeas \text_gen|char_ram~22933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y30_N1 +dffeas \text_gen|char_ram~22905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39567 ( +// Equation(s): +// \text_gen|char_ram~39567_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~22933_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~22905_q ))))) + + .dataa(\text_gen|char_ram~22933_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22905_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39567 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39568 ( +// Equation(s): +// \text_gen|char_ram~39568_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39567_combout & ((\text_gen|char_ram~22940_q ))) # (!\text_gen|char_ram~39567_combout & (\text_gen|char_ram~22912_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39567_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22912_q ), + .datac(\text_gen|char_ram~22940_q ), + .datad(\text_gen|char_ram~39567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39568 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24725feeder ( +// Equation(s): +// \text_gen|char_ram~24725feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24725feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24725feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24725feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y28_N11 +dffeas \text_gen|char_ram~24725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24725feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y28_N3 +dffeas \text_gen|char_ram~24732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y30_N15 +dffeas \text_gen|char_ram~24697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y24_N11 +dffeas \text_gen|char_ram~24704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39565 ( +// Equation(s): +// \text_gen|char_ram~39565_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~24704_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24697_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24697_q ), + .datad(\text_gen|char_ram~24704_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39565 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39566 ( +// Equation(s): +// \text_gen|char_ram~39566_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39565_combout & ((\text_gen|char_ram~24732_q ))) # (!\text_gen|char_ram~39565_combout & (\text_gen|char_ram~24725_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39565_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24725_q ), + .datac(\text_gen|char_ram~24732_q ), + .datad(\text_gen|char_ram~39565_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39566 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39569 ( +// Equation(s): +// \text_gen|char_ram~39569_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39566_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~39568_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39568_combout ), + .datad(\text_gen|char_ram~39566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39569 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26496feeder ( +// Equation(s): +// \text_gen|char_ram~26496feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y26_N23 +dffeas \text_gen|char_ram~26496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y44_N31 +dffeas \text_gen|char_ram~26524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y30_N5 +dffeas \text_gen|char_ram~26489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y31_N21 +dffeas \text_gen|char_ram~26517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39563 ( +// Equation(s): +// \text_gen|char_ram~39563_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~26517_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26489_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26489_q ), + .datad(\text_gen|char_ram~26517_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39563 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39564 ( +// Equation(s): +// \text_gen|char_ram~39564_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39563_combout & ((\text_gen|char_ram~26524_q ))) # (!\text_gen|char_ram~39563_combout & (\text_gen|char_ram~26496_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39563_combout )))) + + .dataa(\text_gen|char_ram~26496_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26524_q ), + .datad(\text_gen|char_ram~39563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39564 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39572 ( +// Equation(s): +// \text_gen|char_ram~39572_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39569_combout & (\text_gen|char_ram~39571_combout )) # (!\text_gen|char_ram~39569_combout & ((\text_gen|char_ram~39564_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39569_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39571_combout ), + .datac(\text_gen|char_ram~39569_combout ), + .datad(\text_gen|char_ram~39564_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39572 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y60_N27 +dffeas \text_gen|char_ram~27868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y61_N15 +dffeas \text_gen|char_ram~27833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y61_N5 +dffeas \text_gen|char_ram~27840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39539 ( +// Equation(s): +// \text_gen|char_ram~39539_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~27840_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27833_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27833_q ), + .datad(\text_gen|char_ram~27840_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39539 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~27861feeder ( +// Equation(s): +// \text_gen|char_ram~27861feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27861feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27861feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27861feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y60_N25 +dffeas \text_gen|char_ram~27861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27861feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39540 ( +// Equation(s): +// \text_gen|char_ram~39540_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39539_combout & (\text_gen|char_ram~27868_q )) # (!\text_gen|char_ram~39539_combout & ((\text_gen|char_ram~27861_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39539_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27868_q ), + .datac(\text_gen|char_ram~39539_combout ), + .datad(\text_gen|char_ram~27861_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39540 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~24277feeder ( +// Equation(s): +// \text_gen|char_ram~24277feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y53_N17 +dffeas \text_gen|char_ram~24277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y42_N27 +dffeas \text_gen|char_ram~24284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y61_N3 +dffeas \text_gen|char_ram~24249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24256feeder ( +// Equation(s): +// \text_gen|char_ram~24256feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24256feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y61_N29 +dffeas \text_gen|char_ram~24256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39532 ( +// Equation(s): +// \text_gen|char_ram~39532_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~24256_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24249_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24249_q ), + .datad(\text_gen|char_ram~24256_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39532 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39533 ( +// Equation(s): +// \text_gen|char_ram~39533_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39532_combout & ((\text_gen|char_ram~24284_q ))) # (!\text_gen|char_ram~39532_combout & (\text_gen|char_ram~24277_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39532_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24277_q ), + .datac(\text_gen|char_ram~24284_q ), + .datad(\text_gen|char_ram~39532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39533 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y63_N1 +dffeas \text_gen|char_ram~26041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y63_N3 +dffeas \text_gen|char_ram~26069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39534 ( +// Equation(s): +// \text_gen|char_ram~39534_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~26069_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26041_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26041_q ), + .datad(\text_gen|char_ram~26069_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39534 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y50_N5 +dffeas \text_gen|char_ram~26076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y63_N31 +dffeas \text_gen|char_ram~26048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39535 ( +// Equation(s): +// \text_gen|char_ram~39535_combout = (\text_gen|char_ram~39534_combout & (((\text_gen|char_ram~26076_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~39534_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~26048_q )))) + + .dataa(\text_gen|char_ram~39534_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26076_q ), + .datad(\text_gen|char_ram~26048_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39535 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y61_N19 +dffeas \text_gen|char_ram~22457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22485feeder ( +// Equation(s): +// \text_gen|char_ram~22485feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N21 +dffeas \text_gen|char_ram~22485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39536 ( +// Equation(s): +// \text_gen|char_ram~39536_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~22485_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22457_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22457_q ), + .datad(\text_gen|char_ram~22485_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39536 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y61_N9 +dffeas \text_gen|char_ram~22492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y62_N27 +dffeas \text_gen|char_ram~22464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39537 ( +// Equation(s): +// \text_gen|char_ram~39537_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39536_combout & (\text_gen|char_ram~22492_q )) # (!\text_gen|char_ram~39536_combout & ((\text_gen|char_ram~22464_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39536_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39536_combout ), + .datac(\text_gen|char_ram~22492_q ), + .datad(\text_gen|char_ram~22464_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39537 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39538 ( +// Equation(s): +// \text_gen|char_ram~39538_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39535_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~39537_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39535_combout ), + .datad(\text_gen|char_ram~39537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39538 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39541 ( +// Equation(s): +// \text_gen|char_ram~39541_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39538_combout & (\text_gen|char_ram~39540_combout )) # (!\text_gen|char_ram~39538_combout & ((\text_gen|char_ram~39533_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39538_combout )))) + + .dataa(\text_gen|char_ram~39540_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39533_combout ), + .datad(\text_gen|char_ram~39538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39541 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39573 ( +// Equation(s): +// \text_gen|char_ram~39573_combout = (\text_gen|char_ram~39562_combout & (((\text_gen|char_ram~39572_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~39562_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39541_combout )))) + + .dataa(\text_gen|char_ram~39562_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39572_combout ), + .datad(\text_gen|char_ram~39541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39573 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39574 ( +// Equation(s): +// \text_gen|char_ram~39574_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39531_combout & ((\text_gen|char_ram~39573_combout ))) # (!\text_gen|char_ram~39531_combout & (\text_gen|char_ram~39446_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~39531_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~39531_combout ), + .datac(\text_gen|char_ram~39446_combout ), + .datad(\text_gen|char_ram~39573_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39574 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y32_N5 +dffeas \text_gen|char_ram~26713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y36_N21 +dffeas \text_gen|char_ram~26741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y55_N15 +dffeas \text_gen|char_ram~26265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26293feeder ( +// Equation(s): +// \text_gen|char_ram~26293feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y54_N1 +dffeas \text_gen|char_ram~26293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39372 ( +// Equation(s): +// \text_gen|char_ram~39372_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~26293_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~26265_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26265_q ), + .datad(\text_gen|char_ram~26293_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39372 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39373 ( +// Equation(s): +// \text_gen|char_ram~39373_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39372_combout & ((\text_gen|char_ram~26741_q ))) # (!\text_gen|char_ram~39372_combout & (\text_gen|char_ram~26713_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39372_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26713_q ), + .datac(\text_gen|char_ram~26741_q ), + .datad(\text_gen|char_ram~39372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39373 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y52_N5 +dffeas \text_gen|char_ram~28057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y52_N13 +dffeas \text_gen|char_ram~28085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39379 ( +// Equation(s): +// \text_gen|char_ram~39379_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28085_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~28057_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28057_q ), + .datad(\text_gen|char_ram~28085_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39379 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y32_N9 +dffeas \text_gen|char_ram~28505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N9 +dffeas \text_gen|char_ram~28533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39380 ( +// Equation(s): +// \text_gen|char_ram~39380_combout = (\text_gen|char_ram~39379_combout & (((\text_gen|char_ram~28533_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~39379_combout & (\text_gen|char_ram~28505_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~39379_combout ), + .datab(\text_gen|char_ram~28505_q ), + .datac(\text_gen|char_ram~28533_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39380 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~39380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y17_N31 +dffeas \text_gen|char_ram~25817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y17_N11 +dffeas \text_gen|char_ram~25845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y36_N23 +dffeas \text_gen|char_ram~25397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y40_N9 +dffeas \text_gen|char_ram~25369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39376 ( +// Equation(s): +// \text_gen|char_ram~39376_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~25397_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~25369_q & !\text_gen|Add5~4_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25397_q ), + .datac(\text_gen|char_ram~25369_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39376 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39377 ( +// Equation(s): +// \text_gen|char_ram~39377_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39376_combout & ((\text_gen|char_ram~25845_q ))) # (!\text_gen|char_ram~39376_combout & (\text_gen|char_ram~25817_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39376_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25817_q ), + .datac(\text_gen|char_ram~25845_q ), + .datad(\text_gen|char_ram~39376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39377 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27609feeder ( +// Equation(s): +// \text_gen|char_ram~27609feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27609feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27609feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27609feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y17_N19 +dffeas \text_gen|char_ram~27609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27609feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y17_N19 +dffeas \text_gen|char_ram~27637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y36_N1 +dffeas \text_gen|char_ram~27161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27189feeder ( +// Equation(s): +// \text_gen|char_ram~27189feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27189feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y36_N5 +dffeas \text_gen|char_ram~27189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39374 ( +// Equation(s): +// \text_gen|char_ram~39374_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~27189_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27161_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27161_q ), + .datad(\text_gen|char_ram~27189_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39374 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39375 ( +// Equation(s): +// \text_gen|char_ram~39375_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39374_combout & ((\text_gen|char_ram~27637_q ))) # (!\text_gen|char_ram~39374_combout & (\text_gen|char_ram~27609_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39374_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27609_q ), + .datac(\text_gen|char_ram~27637_q ), + .datad(\text_gen|char_ram~39374_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39375 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39378 ( +// Equation(s): +// \text_gen|char_ram~39378_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39375_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~39377_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39377_combout ), + .datad(\text_gen|char_ram~39375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39378 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39381 ( +// Equation(s): +// \text_gen|char_ram~39381_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39378_combout & ((\text_gen|char_ram~39380_combout ))) # (!\text_gen|char_ram~39378_combout & (\text_gen|char_ram~39373_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39378_combout )))) + + .dataa(\text_gen|char_ram~39373_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39380_combout ), + .datad(\text_gen|char_ram~39378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39381 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y28_N9 +dffeas \text_gen|char_ram~24921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y28_N27 +dffeas \text_gen|char_ram~24949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y17_N13 +dffeas \text_gen|char_ram~24025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24053feeder ( +// Equation(s): +// \text_gen|char_ram~24053feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y17_N31 +dffeas \text_gen|char_ram~24053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39389 ( +// Equation(s): +// \text_gen|char_ram~39389_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24053_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24025_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24025_q ), + .datad(\text_gen|char_ram~24053_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39389 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39390 ( +// Equation(s): +// \text_gen|char_ram~39390_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39389_combout & ((\text_gen|char_ram~24949_q ))) # (!\text_gen|char_ram~39389_combout & (\text_gen|char_ram~24921_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39389_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24921_q ), + .datac(\text_gen|char_ram~24949_q ), + .datad(\text_gen|char_ram~39389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39390 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23129feeder ( +// Equation(s): +// \text_gen|char_ram~23129feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23129feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23129feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23129feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y32_N27 +dffeas \text_gen|char_ram~23129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23129feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y28_N17 +dffeas \text_gen|char_ram~23157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22261feeder ( +// Equation(s): +// \text_gen|char_ram~22261feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22261feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y17_N17 +dffeas \text_gen|char_ram~22261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y17_N17 +dffeas \text_gen|char_ram~22233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39382 ( +// Equation(s): +// \text_gen|char_ram~39382_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~22261_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~22233_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~22261_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22233_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39382 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39383 ( +// Equation(s): +// \text_gen|char_ram~39383_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39382_combout & ((\text_gen|char_ram~23157_q ))) # (!\text_gen|char_ram~39382_combout & (\text_gen|char_ram~23129_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39382_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~23129_q ), + .datac(\text_gen|char_ram~23157_q ), + .datad(\text_gen|char_ram~39382_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39383 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22681feeder ( +// Equation(s): +// \text_gen|char_ram~22681feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22681feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22681feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22681feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y45_N5 +dffeas \text_gen|char_ram~22681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22681feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y47_N27 +dffeas \text_gen|char_ram~22709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~21813feeder ( +// Equation(s): +// \text_gen|char_ram~21813feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y36_N3 +dffeas \text_gen|char_ram~21813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N11 +dffeas \text_gen|char_ram~21785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39386 ( +// Equation(s): +// \text_gen|char_ram~39386_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~21813_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~21785_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~21813_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21785_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39386 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39387 ( +// Equation(s): +// \text_gen|char_ram~39387_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39386_combout & ((\text_gen|char_ram~22709_q ))) # (!\text_gen|char_ram~39386_combout & (\text_gen|char_ram~22681_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39386_combout )))) + + .dataa(\text_gen|char_ram~22681_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22709_q ), + .datad(\text_gen|char_ram~39386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39387 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24473feeder ( +// Equation(s): +// \text_gen|char_ram~24473feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24473feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24473feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24473feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y45_N7 +dffeas \text_gen|char_ram~24473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24473feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y47_N15 +dffeas \text_gen|char_ram~24501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23605feeder ( +// Equation(s): +// \text_gen|char_ram~23605feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23605feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23605feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23605feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N19 +dffeas \text_gen|char_ram~23605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23605feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N29 +dffeas \text_gen|char_ram~23577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39384 ( +// Equation(s): +// \text_gen|char_ram~39384_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23605_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~23577_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~23605_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23577_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39384 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39385 ( +// Equation(s): +// \text_gen|char_ram~39385_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39384_combout & ((\text_gen|char_ram~24501_q ))) # (!\text_gen|char_ram~39384_combout & (\text_gen|char_ram~24473_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39384_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24473_q ), + .datac(\text_gen|char_ram~24501_q ), + .datad(\text_gen|char_ram~39384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39385 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39388 ( +// Equation(s): +// \text_gen|char_ram~39388_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~39385_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~39387_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39387_combout ), + .datad(\text_gen|char_ram~39385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39388 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39391 ( +// Equation(s): +// \text_gen|char_ram~39391_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39388_combout & (\text_gen|char_ram~39390_combout )) # (!\text_gen|char_ram~39388_combout & ((\text_gen|char_ram~39383_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39388_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39390_combout ), + .datac(\text_gen|char_ram~39383_combout ), + .datad(\text_gen|char_ram~39388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39391 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39392 ( +// Equation(s): +// \text_gen|char_ram~39392_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39381_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39391_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39381_combout ), + .datad(\text_gen|char_ram~39391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39392 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y26_N1 +dffeas \text_gen|char_ram~24032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y23_N7 +dffeas \text_gen|char_ram~22240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39362 ( +// Equation(s): +// \text_gen|char_ram~39362_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24032_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22240_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24032_q ), + .datac(\text_gen|char_ram~22240_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39362 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y23_N29 +dffeas \text_gen|char_ram~24060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22268feeder ( +// Equation(s): +// \text_gen|char_ram~22268feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22268feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22268feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22268feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y23_N7 +dffeas \text_gen|char_ram~22268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22268feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39363 ( +// Equation(s): +// \text_gen|char_ram~39363_combout = (\text_gen|char_ram~39362_combout & (((\text_gen|char_ram~24060_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~39362_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~22268_q )))) + + .dataa(\text_gen|char_ram~39362_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24060_q ), + .datad(\text_gen|char_ram~22268_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39363 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23164feeder ( +// Equation(s): +// \text_gen|char_ram~23164feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23164feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y35_N13 +dffeas \text_gen|char_ram~23164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y35_N27 +dffeas \text_gen|char_ram~24956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y33_N25 +dffeas \text_gen|char_ram~23136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y37_N21 +dffeas \text_gen|char_ram~24928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39369 ( +// Equation(s): +// \text_gen|char_ram~39369_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~24928_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23136_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23136_q ), + .datad(\text_gen|char_ram~24928_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39369 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39370 ( +// Equation(s): +// \text_gen|char_ram~39370_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39369_combout & ((\text_gen|char_ram~24956_q ))) # (!\text_gen|char_ram~39369_combout & (\text_gen|char_ram~23164_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39369_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23164_q ), + .datac(\text_gen|char_ram~24956_q ), + .datad(\text_gen|char_ram~39369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39370 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22716feeder ( +// Equation(s): +// \text_gen|char_ram~22716feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22716feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22716feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22716feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N9 +dffeas \text_gen|char_ram~22716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22716feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y46_N7 +dffeas \text_gen|char_ram~24508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y46_N15 +dffeas \text_gen|char_ram~24480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y46_N23 +dffeas \text_gen|char_ram~22688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39364 ( +// Equation(s): +// \text_gen|char_ram~39364_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24480_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22688_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24480_q ), + .datac(\text_gen|char_ram~22688_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39364 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39365 ( +// Equation(s): +// \text_gen|char_ram~39365_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39364_combout & ((\text_gen|char_ram~24508_q ))) # (!\text_gen|char_ram~39364_combout & (\text_gen|char_ram~22716_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39364_combout )))) + + .dataa(\text_gen|char_ram~22716_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24508_q ), + .datad(\text_gen|char_ram~39364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39365 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21820feeder ( +// Equation(s): +// \text_gen|char_ram~21820feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21820feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21820feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21820feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y35_N15 +dffeas \text_gen|char_ram~21820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21820feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y38_N21 +dffeas \text_gen|char_ram~23612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y37_N27 +dffeas \text_gen|char_ram~23584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N15 +dffeas \text_gen|char_ram~21792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39366 ( +// Equation(s): +// \text_gen|char_ram~39366_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23584_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21792_q ))))) + + .dataa(\text_gen|char_ram~23584_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21792_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39366 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39367 ( +// Equation(s): +// \text_gen|char_ram~39367_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39366_combout & ((\text_gen|char_ram~23612_q ))) # (!\text_gen|char_ram~39366_combout & (\text_gen|char_ram~21820_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39366_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~21820_q ), + .datac(\text_gen|char_ram~23612_q ), + .datad(\text_gen|char_ram~39366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39367 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39368 ( +// Equation(s): +// \text_gen|char_ram~39368_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~39365_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~39367_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39365_combout ), + .datad(\text_gen|char_ram~39367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39368 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39371 ( +// Equation(s): +// \text_gen|char_ram~39371_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39368_combout & ((\text_gen|char_ram~39370_combout ))) # (!\text_gen|char_ram~39368_combout & (\text_gen|char_ram~39363_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39368_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39363_combout ), + .datac(\text_gen|char_ram~39370_combout ), + .datad(\text_gen|char_ram~39368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39371 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y26_N21 +dffeas \text_gen|char_ram~28512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y26_N27 +dffeas \text_gen|char_ram~28540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y26_N11 +dffeas \text_gen|char_ram~27616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y22_N25 +dffeas \text_gen|char_ram~27644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39400 ( +// Equation(s): +// \text_gen|char_ram~39400_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27644_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~27616_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27616_q ), + .datad(\text_gen|char_ram~27644_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39400 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39401 ( +// Equation(s): +// \text_gen|char_ram~39401_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39400_combout & ((\text_gen|char_ram~28540_q ))) # (!\text_gen|char_ram~39400_combout & (\text_gen|char_ram~28512_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39400_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~28512_q ), + .datac(\text_gen|char_ram~28540_q ), + .datad(\text_gen|char_ram~39400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39401 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26720feeder ( +// Equation(s): +// \text_gen|char_ram~26720feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y47_N7 +dffeas \text_gen|char_ram~26720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y39_N31 +dffeas \text_gen|char_ram~26748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y22_N9 +dffeas \text_gen|char_ram~25824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25852feeder ( +// Equation(s): +// \text_gen|char_ram~25852feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25852feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y15_N17 +dffeas \text_gen|char_ram~25852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39393 ( +// Equation(s): +// \text_gen|char_ram~39393_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25852_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25824_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25824_q ), + .datad(\text_gen|char_ram~25852_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39393 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39394 ( +// Equation(s): +// \text_gen|char_ram~39394_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39393_combout & ((\text_gen|char_ram~26748_q ))) # (!\text_gen|char_ram~39393_combout & (\text_gen|char_ram~26720_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39393_combout )))) + + .dataa(\text_gen|char_ram~26720_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26748_q ), + .datad(\text_gen|char_ram~39393_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39394 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y48_N29 +dffeas \text_gen|char_ram~28064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y48_N31 +dffeas \text_gen|char_ram~28092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y41_N5 +dffeas \text_gen|char_ram~27196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N9 +dffeas \text_gen|char_ram~27168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39395 ( +// Equation(s): +// \text_gen|char_ram~39395_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~27196_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~27168_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~27196_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27168_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39395 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39396 ( +// Equation(s): +// \text_gen|char_ram~39396_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39395_combout & ((\text_gen|char_ram~28092_q ))) # (!\text_gen|char_ram~39395_combout & (\text_gen|char_ram~28064_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39395_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~28064_q ), + .datac(\text_gen|char_ram~28092_q ), + .datad(\text_gen|char_ram~39395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39396 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26272feeder ( +// Equation(s): +// \text_gen|char_ram~26272feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26272feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y47_N9 +dffeas \text_gen|char_ram~26272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y51_N17 +dffeas \text_gen|char_ram~26300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y51_N31 +dffeas \text_gen|char_ram~25404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y47_N29 +dffeas \text_gen|char_ram~25376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39397 ( +// Equation(s): +// \text_gen|char_ram~39397_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~25404_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~25376_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~25404_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25376_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39397 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39398 ( +// Equation(s): +// \text_gen|char_ram~39398_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39397_combout & ((\text_gen|char_ram~26300_q ))) # (!\text_gen|char_ram~39397_combout & (\text_gen|char_ram~26272_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39397_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26272_q ), + .datac(\text_gen|char_ram~26300_q ), + .datad(\text_gen|char_ram~39397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39398 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39399 ( +// Equation(s): +// \text_gen|char_ram~39399_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39396_combout ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~4_combout & \text_gen|char_ram~39398_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39396_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~39398_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39399 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~39399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39402 ( +// Equation(s): +// \text_gen|char_ram~39402_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39399_combout & (\text_gen|char_ram~39401_combout )) # (!\text_gen|char_ram~39399_combout & ((\text_gen|char_ram~39394_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39399_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39401_combout ), + .datac(\text_gen|char_ram~39394_combout ), + .datad(\text_gen|char_ram~39399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39402 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39403 ( +// Equation(s): +// \text_gen|char_ram~39403_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39392_combout & ((\text_gen|char_ram~39402_combout ))) # (!\text_gen|char_ram~39392_combout & (\text_gen|char_ram~39371_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39392_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39392_combout ), + .datac(\text_gen|char_ram~39371_combout ), + .datad(\text_gen|char_ram~39402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39403 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y50_N9 +dffeas \text_gen|char_ram~13756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y43_N13 +dffeas \text_gen|char_ram~12860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39273 ( +// Equation(s): +// \text_gen|char_ram~39273_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~13756_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~12860_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~13756_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12860_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39273 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y35_N5 +dffeas \text_gen|char_ram~14204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13308feeder ( +// Equation(s): +// \text_gen|char_ram~13308feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13308feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13308feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13308feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y17_N23 +dffeas \text_gen|char_ram~13308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13308feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39274 ( +// Equation(s): +// \text_gen|char_ram~39274_combout = (\text_gen|char_ram~39273_combout & (((\text_gen|char_ram~14204_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~39273_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~13308_q )))) + + .dataa(\text_gen|char_ram~39273_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14204_q ), + .datad(\text_gen|char_ram~13308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39274 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N29 +dffeas \text_gen|char_ram~12384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y34_N19 +dffeas \text_gen|char_ram~11040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11488feeder ( +// Equation(s): +// \text_gen|char_ram~11488feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11488feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11488feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11488feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y13_N9 +dffeas \text_gen|char_ram~11488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11488feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39270 ( +// Equation(s): +// \text_gen|char_ram~39270_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~11488_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~11040_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11040_q ), + .datad(\text_gen|char_ram~11488_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39270 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11936feeder ( +// Equation(s): +// \text_gen|char_ram~11936feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11936feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y47_N21 +dffeas \text_gen|char_ram~11936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39271 ( +// Equation(s): +// \text_gen|char_ram~39271_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39270_combout & (\text_gen|char_ram~12384_q )) # (!\text_gen|char_ram~39270_combout & ((\text_gen|char_ram~11936_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39270_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12384_q ), + .datac(\text_gen|char_ram~39270_combout ), + .datad(\text_gen|char_ram~11936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39271 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y38_N15 +dffeas \text_gen|char_ram~12832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y20_N21 +dffeas \text_gen|char_ram~13280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39268 ( +// Equation(s): +// \text_gen|char_ram~39268_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~13280_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~12832_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~12832_q ), + .datad(\text_gen|char_ram~13280_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39268 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y35_N5 +dffeas \text_gen|char_ram~14176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13728feeder ( +// Equation(s): +// \text_gen|char_ram~13728feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13728feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y44_N17 +dffeas \text_gen|char_ram~13728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39269 ( +// Equation(s): +// \text_gen|char_ram~39269_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39268_combout & (\text_gen|char_ram~14176_q )) # (!\text_gen|char_ram~39268_combout & ((\text_gen|char_ram~13728_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~39268_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~39268_combout ), + .datac(\text_gen|char_ram~14176_q ), + .datad(\text_gen|char_ram~13728_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39269 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39272 ( +// Equation(s): +// \text_gen|char_ram~39272_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39269_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39271_combout )))) + + .dataa(\text_gen|char_ram~39271_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39269_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39272 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~39272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y13_N29 +dffeas \text_gen|char_ram~11516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y35_N23 +dffeas \text_gen|char_ram~12412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11964feeder ( +// Equation(s): +// \text_gen|char_ram~11964feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11964feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y55_N17 +dffeas \text_gen|char_ram~11964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y39_N11 +dffeas \text_gen|char_ram~11068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39266 ( +// Equation(s): +// \text_gen|char_ram~39266_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11964_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~11068_q +// ))))) + + .dataa(\text_gen|char_ram~11964_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11068_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39266 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39267 ( +// Equation(s): +// \text_gen|char_ram~39267_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39266_combout & ((\text_gen|char_ram~12412_q ))) # (!\text_gen|char_ram~39266_combout & (\text_gen|char_ram~11516_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39266_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11516_q ), + .datac(\text_gen|char_ram~12412_q ), + .datad(\text_gen|char_ram~39266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39267 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39275 ( +// Equation(s): +// \text_gen|char_ram~39275_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39272_combout & (\text_gen|char_ram~39274_combout )) # (!\text_gen|char_ram~39272_combout & ((\text_gen|char_ram~39267_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39272_combout )))) + + .dataa(\text_gen|char_ram~39274_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39272_combout ), + .datad(\text_gen|char_ram~39267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39275 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14169feeder ( +// Equation(s): +// \text_gen|char_ram~14169feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14169feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14169feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14169feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y34_N13 +dffeas \text_gen|char_ram~14169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14169feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y34_N15 +dffeas \text_gen|char_ram~14197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y57_N17 +dffeas \text_gen|char_ram~13721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y57_N5 +dffeas \text_gen|char_ram~13749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39252 ( +// Equation(s): +// \text_gen|char_ram~39252_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~13749_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~13721_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~13721_q ), + .datad(\text_gen|char_ram~13749_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39252 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39253 ( +// Equation(s): +// \text_gen|char_ram~39253_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39252_combout & ((\text_gen|char_ram~14197_q ))) # (!\text_gen|char_ram~39252_combout & (\text_gen|char_ram~14169_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39252_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14169_q ), + .datac(\text_gen|char_ram~14197_q ), + .datad(\text_gen|char_ram~39252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39253 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y34_N23 +dffeas \text_gen|char_ram~12377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y34_N25 +dffeas \text_gen|char_ram~12405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y50_N23 +dffeas \text_gen|char_ram~11929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y50_N29 +dffeas \text_gen|char_ram~11957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39245 ( +// Equation(s): +// \text_gen|char_ram~39245_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~11957_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~11929_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11929_q ), + .datad(\text_gen|char_ram~11957_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39245 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39246 ( +// Equation(s): +// \text_gen|char_ram~39246_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39245_combout & ((\text_gen|char_ram~12405_q ))) # (!\text_gen|char_ram~39245_combout & (\text_gen|char_ram~12377_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39245_combout )))) + + .dataa(\text_gen|char_ram~12377_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12405_q ), + .datad(\text_gen|char_ram~39245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39246 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N7 +dffeas \text_gen|char_ram~13273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y17_N17 +dffeas \text_gen|char_ram~13301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y40_N21 +dffeas \text_gen|char_ram~12825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y39_N1 +dffeas \text_gen|char_ram~12853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39247 ( +// Equation(s): +// \text_gen|char_ram~39247_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~12853_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~12825_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12825_q ), + .datad(\text_gen|char_ram~12853_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39247 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39248 ( +// Equation(s): +// \text_gen|char_ram~39248_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39247_combout & ((\text_gen|char_ram~13301_q ))) # (!\text_gen|char_ram~39247_combout & (\text_gen|char_ram~13273_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39247_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13273_q ), + .datac(\text_gen|char_ram~13301_q ), + .datad(\text_gen|char_ram~39247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39248 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y20_N5 +dffeas \text_gen|char_ram~11481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y20_N7 +dffeas \text_gen|char_ram~11509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11061feeder ( +// Equation(s): +// \text_gen|char_ram~11061feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11061feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11061feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11061feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y43_N17 +dffeas \text_gen|char_ram~11061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11061feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y40_N7 +dffeas \text_gen|char_ram~11033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39249 ( +// Equation(s): +// \text_gen|char_ram~39249_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~11061_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~11033_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~11061_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11033_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39249 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39250 ( +// Equation(s): +// \text_gen|char_ram~39250_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39249_combout & ((\text_gen|char_ram~11509_q ))) # (!\text_gen|char_ram~39249_combout & (\text_gen|char_ram~11481_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39249_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11481_q ), + .datac(\text_gen|char_ram~11509_q ), + .datad(\text_gen|char_ram~39249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39250 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39251 ( +// Equation(s): +// \text_gen|char_ram~39251_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~39248_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~39250_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39248_combout ), + .datad(\text_gen|char_ram~39250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39251 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39254 ( +// Equation(s): +// \text_gen|char_ram~39254_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39251_combout & (\text_gen|char_ram~39253_combout )) # (!\text_gen|char_ram~39251_combout & ((\text_gen|char_ram~39246_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39251_combout )))) + + .dataa(\text_gen|char_ram~39253_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39246_combout ), + .datad(\text_gen|char_ram~39251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39254 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y36_N1 +dffeas \text_gen|char_ram~9717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N31 +dffeas \text_gen|char_ram~10613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N17 +dffeas \text_gen|char_ram~9269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y39_N15 +dffeas \text_gen|char_ram~10165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39262 ( +// Equation(s): +// \text_gen|char_ram~39262_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~10165_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9269_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9269_q ), + .datad(\text_gen|char_ram~10165_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39262 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39263 ( +// Equation(s): +// \text_gen|char_ram~39263_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39262_combout & ((\text_gen|char_ram~10613_q ))) # (!\text_gen|char_ram~39262_combout & (\text_gen|char_ram~9717_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39262_combout )))) + + .dataa(\text_gen|char_ram~9717_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10613_q ), + .datad(\text_gen|char_ram~39262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39263 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y41_N15 +dffeas \text_gen|char_ram~8373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y39_N3 +dffeas \text_gen|char_ram~7477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39255 ( +// Equation(s): +// \text_gen|char_ram~39255_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~8373_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~7477_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8373_q ), + .datac(\text_gen|char_ram~7477_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39255 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y21_N31 +dffeas \text_gen|char_ram~8821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7925feeder ( +// Equation(s): +// \text_gen|char_ram~7925feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y21_N29 +dffeas \text_gen|char_ram~7925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39256 ( +// Equation(s): +// \text_gen|char_ram~39256_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39255_combout & (\text_gen|char_ram~8821_q )) # (!\text_gen|char_ram~39255_combout & ((\text_gen|char_ram~7925_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~39255_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39255_combout ), + .datac(\text_gen|char_ram~8821_q ), + .datad(\text_gen|char_ram~7925_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39256 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8345feeder ( +// Equation(s): +// \text_gen|char_ram~8345feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8345feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8345feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8345feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y24_N25 +dffeas \text_gen|char_ram~8345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8345feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y24_N23 +dffeas \text_gen|char_ram~8793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7897feeder ( +// Equation(s): +// \text_gen|char_ram~7897feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y24_N21 +dffeas \text_gen|char_ram~7897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y24_N29 +dffeas \text_gen|char_ram~7449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39259 ( +// Equation(s): +// \text_gen|char_ram~39259_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~7897_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7449_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~7897_q ), + .datac(\text_gen|char_ram~7449_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39259 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39260 ( +// Equation(s): +// \text_gen|char_ram~39260_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39259_combout & ((\text_gen|char_ram~8793_q ))) # (!\text_gen|char_ram~39259_combout & (\text_gen|char_ram~8345_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39259_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8345_q ), + .datac(\text_gen|char_ram~8793_q ), + .datad(\text_gen|char_ram~39259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39260 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y41_N31 +dffeas \text_gen|char_ram~10137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y37_N31 +dffeas \text_gen|char_ram~10585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y40_N9 +dffeas \text_gen|char_ram~9241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9689feeder ( +// Equation(s): +// \text_gen|char_ram~9689feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9689feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y17_N1 +dffeas \text_gen|char_ram~9689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39257 ( +// Equation(s): +// \text_gen|char_ram~39257_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~9689_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9241_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9241_q ), + .datad(\text_gen|char_ram~9689_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39257 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39258 ( +// Equation(s): +// \text_gen|char_ram~39258_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39257_combout & ((\text_gen|char_ram~10585_q ))) # (!\text_gen|char_ram~39257_combout & (\text_gen|char_ram~10137_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39257_combout )))) + + .dataa(\text_gen|char_ram~10137_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10585_q ), + .datad(\text_gen|char_ram~39257_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39258 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39261 ( +// Equation(s): +// \text_gen|char_ram~39261_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~39258_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~39260_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39260_combout ), + .datad(\text_gen|char_ram~39258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39261 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39264 ( +// Equation(s): +// \text_gen|char_ram~39264_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39261_combout & (\text_gen|char_ram~39263_combout )) # (!\text_gen|char_ram~39261_combout & ((\text_gen|char_ram~39256_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39261_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39263_combout ), + .datac(\text_gen|char_ram~39256_combout ), + .datad(\text_gen|char_ram~39261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39264 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39265 ( +// Equation(s): +// \text_gen|char_ram~39265_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~39254_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~39264_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39254_combout ), + .datad(\text_gen|char_ram~39264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39265 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8352feeder ( +// Equation(s): +// \text_gen|char_ram~8352feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8352feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8352feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8352feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y53_N1 +dffeas \text_gen|char_ram~8352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8352feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y38_N9 +dffeas \text_gen|char_ram~8380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7456feeder ( +// Equation(s): +// \text_gen|char_ram~7456feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7456feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7456feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7456feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y38_N19 +dffeas \text_gen|char_ram~7456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7456feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X101_Y38_N9 +dffeas \text_gen|char_ram~7484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39239 ( +// Equation(s): +// \text_gen|char_ram~39239_combout = (\vga_c|h_cnt [6] & (((\text_gen|char_ram~7484_q ) # (\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7456_q & ((!\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7456_q ), + .datac(\text_gen|char_ram~7484_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39239 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~39239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39240 ( +// Equation(s): +// \text_gen|char_ram~39240_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39239_combout & ((\text_gen|char_ram~8380_q ))) # (!\text_gen|char_ram~39239_combout & (\text_gen|char_ram~8352_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39239_combout )))) + + .dataa(\text_gen|char_ram~8352_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8380_q ), + .datad(\text_gen|char_ram~39239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39240 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10144feeder ( +// Equation(s): +// \text_gen|char_ram~10144feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10144feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10144feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10144feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y57_N9 +dffeas \text_gen|char_ram~10144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10144feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y43_N21 +dffeas \text_gen|char_ram~10172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y38_N27 +dffeas \text_gen|char_ram~9248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N1 +dffeas \text_gen|char_ram~9276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39237 ( +// Equation(s): +// \text_gen|char_ram~39237_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~9276_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9248_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9248_q ), + .datad(\text_gen|char_ram~9276_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39237 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39238 ( +// Equation(s): +// \text_gen|char_ram~39238_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39237_combout & ((\text_gen|char_ram~10172_q ))) # (!\text_gen|char_ram~39237_combout & (\text_gen|char_ram~10144_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39237_combout )))) + + .dataa(\text_gen|char_ram~10144_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10172_q ), + .datad(\text_gen|char_ram~39237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39238 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39241 ( +// Equation(s): +// \text_gen|char_ram~39241_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39238_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~39240_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39240_combout ), + .datad(\text_gen|char_ram~39238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39241 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y16_N1 +dffeas \text_gen|char_ram~7904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y16_N17 +dffeas \text_gen|char_ram~7932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39235 ( +// Equation(s): +// \text_gen|char_ram~39235_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~7932_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~7904_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7904_q ), + .datad(\text_gen|char_ram~7932_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39235 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y35_N19 +dffeas \text_gen|char_ram~8828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y35_N23 +dffeas \text_gen|char_ram~8800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39236 ( +// Equation(s): +// \text_gen|char_ram~39236_combout = (\text_gen|char_ram~39235_combout & ((\text_gen|char_ram~8828_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~39235_combout & (((\text_gen|char_ram~8800_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~39235_combout ), + .datab(\text_gen|char_ram~8828_q ), + .datac(\text_gen|char_ram~8800_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39236 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~39236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y37_N21 +dffeas \text_gen|char_ram~10592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y35_N25 +dffeas \text_gen|char_ram~10620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y16_N23 +dffeas \text_gen|char_ram~9724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y16_N13 +dffeas \text_gen|char_ram~9696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39242 ( +// Equation(s): +// \text_gen|char_ram~39242_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~9724_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~9696_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~9724_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9696_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39242 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39243 ( +// Equation(s): +// \text_gen|char_ram~39243_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39242_combout & ((\text_gen|char_ram~10620_q ))) # (!\text_gen|char_ram~39242_combout & (\text_gen|char_ram~10592_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39242_combout )))) + + .dataa(\text_gen|char_ram~10592_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10620_q ), + .datad(\text_gen|char_ram~39242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39243 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39244 ( +// Equation(s): +// \text_gen|char_ram~39244_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39241_combout & ((\text_gen|char_ram~39243_combout ))) # (!\text_gen|char_ram~39241_combout & (\text_gen|char_ram~39236_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~39241_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39241_combout ), + .datac(\text_gen|char_ram~39236_combout ), + .datad(\text_gen|char_ram~39243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39244 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39276 ( +// Equation(s): +// \text_gen|char_ram~39276_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39265_combout & (\text_gen|char_ram~39275_combout )) # (!\text_gen|char_ram~39265_combout & ((\text_gen|char_ram~39244_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39265_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39275_combout ), + .datac(\text_gen|char_ram~39265_combout ), + .datad(\text_gen|char_ram~39244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39276 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N3 +dffeas \text_gen|char_ram~2556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N3 +dffeas \text_gen|char_ram~2108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3004feeder ( +// Equation(s): +// \text_gen|char_ram~3004feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3004feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y50_N31 +dffeas \text_gen|char_ram~3004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39350 ( +// Equation(s): +// \text_gen|char_ram~39350_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~3004_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~2108_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2108_q ), + .datad(\text_gen|char_ram~3004_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39350 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y31_N15 +dffeas \text_gen|char_ram~3452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39351 ( +// Equation(s): +// \text_gen|char_ram~39351_combout = (\text_gen|char_ram~39350_combout & (((\text_gen|char_ram~3452_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~39350_combout & (\text_gen|char_ram~2556_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~2556_q ), + .datab(\text_gen|char_ram~39350_combout ), + .datac(\text_gen|char_ram~3452_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39351 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6140feeder ( +// Equation(s): +// \text_gen|char_ram~6140feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6140feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y25_N25 +dffeas \text_gen|char_ram~6140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y31_N13 +dffeas \text_gen|char_ram~7036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y51_N21 +dffeas \text_gen|char_ram~6588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y38_N5 +dffeas \text_gen|char_ram~5692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39357 ( +// Equation(s): +// \text_gen|char_ram~39357_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6588_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~5692_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~6588_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5692_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39357 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39358 ( +// Equation(s): +// \text_gen|char_ram~39358_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39357_combout & ((\text_gen|char_ram~7036_q ))) # (!\text_gen|char_ram~39357_combout & (\text_gen|char_ram~6140_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39357_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6140_q ), + .datac(\text_gen|char_ram~7036_q ), + .datad(\text_gen|char_ram~39357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39358 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2976feeder ( +// Equation(s): +// \text_gen|char_ram~2976feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2976feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N25 +dffeas \text_gen|char_ram~2976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y38_N19 +dffeas \text_gen|char_ram~3424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y38_N31 +dffeas \text_gen|char_ram~2080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2528feeder ( +// Equation(s): +// \text_gen|char_ram~2528feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2528feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2528feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2528feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y22_N7 +dffeas \text_gen|char_ram~2528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2528feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39354 ( +// Equation(s): +// \text_gen|char_ram~39354_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~2528_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~2080_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2080_q ), + .datad(\text_gen|char_ram~2528_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39354 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39355 ( +// Equation(s): +// \text_gen|char_ram~39355_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39354_combout & ((\text_gen|char_ram~3424_q ))) # (!\text_gen|char_ram~39354_combout & (\text_gen|char_ram~2976_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39354_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2976_q ), + .datac(\text_gen|char_ram~3424_q ), + .datad(\text_gen|char_ram~39354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39355 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y49_N27 +dffeas \text_gen|char_ram~6560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y34_N19 +dffeas \text_gen|char_ram~7008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y38_N1 +dffeas \text_gen|char_ram~5664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~6112feeder ( +// Equation(s): +// \text_gen|char_ram~6112feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6112feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6112feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6112feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y25_N23 +dffeas \text_gen|char_ram~6112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6112feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39352 ( +// Equation(s): +// \text_gen|char_ram~39352_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~6112_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5664_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5664_q ), + .datad(\text_gen|char_ram~6112_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39352 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39353 ( +// Equation(s): +// \text_gen|char_ram~39353_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39352_combout & ((\text_gen|char_ram~7008_q ))) # (!\text_gen|char_ram~39352_combout & (\text_gen|char_ram~6560_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39352_combout )))) + + .dataa(\text_gen|char_ram~6560_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7008_q ), + .datad(\text_gen|char_ram~39352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39353 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39356 ( +// Equation(s): +// \text_gen|char_ram~39356_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39353_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39355_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39355_combout ), + .datad(\text_gen|char_ram~39353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39356 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39359 ( +// Equation(s): +// \text_gen|char_ram~39359_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39356_combout & ((\text_gen|char_ram~39358_combout ))) # (!\text_gen|char_ram~39356_combout & (\text_gen|char_ram~39351_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39356_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39351_combout ), + .datac(\text_gen|char_ram~39358_combout ), + .datad(\text_gen|char_ram~39356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39359 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y16_N9 +dffeas \text_gen|char_ram~764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y32_N5 +dffeas \text_gen|char_ram~1660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y38_N5 +dffeas \text_gen|char_ram~316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1212feeder ( +// Equation(s): +// \text_gen|char_ram~1212feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y49_N21 +dffeas \text_gen|char_ram~1212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39319 ( +// Equation(s): +// \text_gen|char_ram~39319_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~1212_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~316_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~316_q ), + .datad(\text_gen|char_ram~1212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39319 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39320 ( +// Equation(s): +// \text_gen|char_ram~39320_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39319_combout & ((\text_gen|char_ram~1660_q ))) # (!\text_gen|char_ram~39319_combout & (\text_gen|char_ram~764_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39319_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~764_q ), + .datac(\text_gen|char_ram~1660_q ), + .datad(\text_gen|char_ram~39319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39320 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4348feeder ( +// Equation(s): +// \text_gen|char_ram~4348feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y13_N15 +dffeas \text_gen|char_ram~4348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y31_N31 +dffeas \text_gen|char_ram~5244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y45_N23 +dffeas \text_gen|char_ram~3900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y45_N29 +dffeas \text_gen|char_ram~4796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39326 ( +// Equation(s): +// \text_gen|char_ram~39326_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4796_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3900_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3900_q ), + .datad(\text_gen|char_ram~4796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39326 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39327 ( +// Equation(s): +// \text_gen|char_ram~39327_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39326_combout & ((\text_gen|char_ram~5244_q ))) # (!\text_gen|char_ram~39326_combout & (\text_gen|char_ram~4348_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39326_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4348_q ), + .datac(\text_gen|char_ram~5244_q ), + .datad(\text_gen|char_ram~39326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39327 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1184feeder ( +// Equation(s): +// \text_gen|char_ram~1184feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1184feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1184feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1184feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y42_N5 +dffeas \text_gen|char_ram~1184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1184feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y34_N15 +dffeas \text_gen|char_ram~1632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~736feeder ( +// Equation(s): +// \text_gen|char_ram~736feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y22_N9 +dffeas \text_gen|char_ram~736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y42_N29 +dffeas \text_gen|char_ram~288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39323 ( +// Equation(s): +// \text_gen|char_ram~39323_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~736_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~288_q ))))) + + .dataa(\text_gen|char_ram~736_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~288_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39323 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39324 ( +// Equation(s): +// \text_gen|char_ram~39324_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39323_combout & ((\text_gen|char_ram~1632_q ))) # (!\text_gen|char_ram~39323_combout & (\text_gen|char_ram~1184_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39323_combout )))) + + .dataa(\text_gen|char_ram~1184_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1632_q ), + .datad(\text_gen|char_ram~39323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39324 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y47_N5 +dffeas \text_gen|char_ram~4768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y27_N19 +dffeas \text_gen|char_ram~5216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y23_N29 +dffeas \text_gen|char_ram~4320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y23_N19 +dffeas \text_gen|char_ram~3872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39321 ( +// Equation(s): +// \text_gen|char_ram~39321_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~4320_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~3872_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4320_q ), + .datac(\text_gen|char_ram~3872_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39321 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39322 ( +// Equation(s): +// \text_gen|char_ram~39322_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39321_combout & ((\text_gen|char_ram~5216_q ))) # (!\text_gen|char_ram~39321_combout & (\text_gen|char_ram~4768_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39321_combout )))) + + .dataa(\text_gen|char_ram~4768_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5216_q ), + .datad(\text_gen|char_ram~39321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39322 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39325 ( +// Equation(s): +// \text_gen|char_ram~39325_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39322_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39324_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39324_combout ), + .datad(\text_gen|char_ram~39322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39325 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39328 ( +// Equation(s): +// \text_gen|char_ram~39328_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39325_combout & ((\text_gen|char_ram~39327_combout ))) # (!\text_gen|char_ram~39325_combout & (\text_gen|char_ram~39320_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39325_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39320_combout ), + .datac(\text_gen|char_ram~39327_combout ), + .datad(\text_gen|char_ram~39325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39328 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5685feeder ( +// Equation(s): +// \text_gen|char_ram~5685feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y41_N1 +dffeas \text_gen|char_ram~5685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6581feeder ( +// Equation(s): +// \text_gen|char_ram~6581feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6581feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y35_N27 +dffeas \text_gen|char_ram~6581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39336 ( +// Equation(s): +// \text_gen|char_ram~39336_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~6581_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5685_q )))) + + .dataa(\text_gen|char_ram~5685_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6581_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39336 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~39336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N5 +dffeas \text_gen|char_ram~7029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y17_N23 +dffeas \text_gen|char_ram~6133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39337 ( +// Equation(s): +// \text_gen|char_ram~39337_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39336_combout & (\text_gen|char_ram~7029_q )) # (!\text_gen|char_ram~39336_combout & ((\text_gen|char_ram~6133_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~39336_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39336_combout ), + .datac(\text_gen|char_ram~7029_q ), + .datad(\text_gen|char_ram~6133_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39337 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y27_N29 +dffeas \text_gen|char_ram~2549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y27_N23 +dffeas \text_gen|char_ram~3445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y39_N15 +dffeas \text_gen|char_ram~2101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y50_N25 +dffeas \text_gen|char_ram~2997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39329 ( +// Equation(s): +// \text_gen|char_ram~39329_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~2997_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2101_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2101_q ), + .datad(\text_gen|char_ram~2997_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39329 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39330 ( +// Equation(s): +// \text_gen|char_ram~39330_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39329_combout & ((\text_gen|char_ram~3445_q ))) # (!\text_gen|char_ram~39329_combout & (\text_gen|char_ram~2549_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39329_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2549_q ), + .datac(\text_gen|char_ram~3445_q ), + .datad(\text_gen|char_ram~39329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39330 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N29 +dffeas \text_gen|char_ram~2073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2521feeder ( +// Equation(s): +// \text_gen|char_ram~2521feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2521feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2521feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2521feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y14_N23 +dffeas \text_gen|char_ram~2521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2521feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39333 ( +// Equation(s): +// \text_gen|char_ram~39333_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~2521_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~2073_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2073_q ), + .datad(\text_gen|char_ram~2521_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39333 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y31_N23 +dffeas \text_gen|char_ram~3417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y49_N13 +dffeas \text_gen|char_ram~2969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39334 ( +// Equation(s): +// \text_gen|char_ram~39334_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39333_combout & (\text_gen|char_ram~3417_q )) # (!\text_gen|char_ram~39333_combout & ((\text_gen|char_ram~2969_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~39333_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~39333_combout ), + .datac(\text_gen|char_ram~3417_q ), + .datad(\text_gen|char_ram~2969_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39334 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y49_N19 +dffeas \text_gen|char_ram~6553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y31_N23 +dffeas \text_gen|char_ram~7001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y27_N25 +dffeas \text_gen|char_ram~5657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5657 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6105feeder ( +// Equation(s): +// \text_gen|char_ram~6105feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6105feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6105feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6105feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y17_N21 +dffeas \text_gen|char_ram~6105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6105feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39331 ( +// Equation(s): +// \text_gen|char_ram~39331_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~6105_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5657_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5657_q ), + .datad(\text_gen|char_ram~6105_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39331 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39332 ( +// Equation(s): +// \text_gen|char_ram~39332_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39331_combout & ((\text_gen|char_ram~7001_q ))) # (!\text_gen|char_ram~39331_combout & (\text_gen|char_ram~6553_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39331_combout )))) + + .dataa(\text_gen|char_ram~6553_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7001_q ), + .datad(\text_gen|char_ram~39331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39332 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39335 ( +// Equation(s): +// \text_gen|char_ram~39335_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39332_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39334_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39334_combout ), + .datad(\text_gen|char_ram~39332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39335 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39338 ( +// Equation(s): +// \text_gen|char_ram~39338_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39335_combout & (\text_gen|char_ram~39337_combout )) # (!\text_gen|char_ram~39335_combout & ((\text_gen|char_ram~39330_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39335_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39337_combout ), + .datac(\text_gen|char_ram~39330_combout ), + .datad(\text_gen|char_ram~39335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39338 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y23_N1 +dffeas \text_gen|char_ram~4341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y31_N11 +dffeas \text_gen|char_ram~5237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y48_N23 +dffeas \text_gen|char_ram~4789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y41_N5 +dffeas \text_gen|char_ram~3893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39346 ( +// Equation(s): +// \text_gen|char_ram~39346_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4789_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3893_q ))))) + + .dataa(\text_gen|char_ram~4789_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3893_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39346 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39347 ( +// Equation(s): +// \text_gen|char_ram~39347_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39346_combout & ((\text_gen|char_ram~5237_q ))) # (!\text_gen|char_ram~39346_combout & (\text_gen|char_ram~4341_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39346_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4341_q ), + .datac(\text_gen|char_ram~5237_q ), + .datad(\text_gen|char_ram~39346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39347 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4761feeder ( +// Equation(s): +// \text_gen|char_ram~4761feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4761feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4761feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4761feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y51_N9 +dffeas \text_gen|char_ram~4761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4761feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y31_N23 +dffeas \text_gen|char_ram~5209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y31_N29 +dffeas \text_gen|char_ram~3865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4313feeder ( +// Equation(s): +// \text_gen|char_ram~4313feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4313feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4313feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4313feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y24_N17 +dffeas \text_gen|char_ram~4313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4313feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4313 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39341 ( +// Equation(s): +// \text_gen|char_ram~39341_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~4313_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3865_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3865_q ), + .datad(\text_gen|char_ram~4313_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39341 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39342 ( +// Equation(s): +// \text_gen|char_ram~39342_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39341_combout & ((\text_gen|char_ram~5209_q ))) # (!\text_gen|char_ram~39341_combout & (\text_gen|char_ram~4761_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39341_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~4761_q ), + .datac(\text_gen|char_ram~5209_q ), + .datad(\text_gen|char_ram~39341_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39342 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1177feeder ( +// Equation(s): +// \text_gen|char_ram~1177feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y49_N31 +dffeas \text_gen|char_ram~1177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y34_N3 +dffeas \text_gen|char_ram~1625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y40_N25 +dffeas \text_gen|char_ram~281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~729feeder ( +// Equation(s): +// \text_gen|char_ram~729feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~729feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y17_N13 +dffeas \text_gen|char_ram~729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39343 ( +// Equation(s): +// \text_gen|char_ram~39343_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~729_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~281_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~281_q ), + .datad(\text_gen|char_ram~729_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39343 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39344 ( +// Equation(s): +// \text_gen|char_ram~39344_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39343_combout & ((\text_gen|char_ram~1625_q ))) # (!\text_gen|char_ram~39343_combout & (\text_gen|char_ram~1177_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39343_combout )))) + + .dataa(\text_gen|char_ram~1177_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1625_q ), + .datad(\text_gen|char_ram~39343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39344 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39345 ( +// Equation(s): +// \text_gen|char_ram~39345_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39342_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39344_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39342_combout ), + .datad(\text_gen|char_ram~39344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39345 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~757feeder ( +// Equation(s): +// \text_gen|char_ram~757feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~757feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~757feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~757feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N17 +dffeas \text_gen|char_ram~757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~757feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y31_N3 +dffeas \text_gen|char_ram~1653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N17 +dffeas \text_gen|char_ram~309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y49_N21 +dffeas \text_gen|char_ram~1205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39339 ( +// Equation(s): +// \text_gen|char_ram~39339_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1205_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~309_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~309_q ), + .datad(\text_gen|char_ram~1205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39339 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39340 ( +// Equation(s): +// \text_gen|char_ram~39340_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39339_combout & ((\text_gen|char_ram~1653_q ))) # (!\text_gen|char_ram~39339_combout & (\text_gen|char_ram~757_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39339_combout )))) + + .dataa(\text_gen|char_ram~757_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1653_q ), + .datad(\text_gen|char_ram~39339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39340 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39348 ( +// Equation(s): +// \text_gen|char_ram~39348_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39345_combout & (\text_gen|char_ram~39347_combout )) # (!\text_gen|char_ram~39345_combout & ((\text_gen|char_ram~39340_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39345_combout )))) + + .dataa(\text_gen|char_ram~39347_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39345_combout ), + .datad(\text_gen|char_ram~39340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39348 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39349 ( +// Equation(s): +// \text_gen|char_ram~39349_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39338_combout ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~8_combout & (((!\vga_c|h_cnt [4] & \text_gen|char_ram~39348_combout )))) + + .dataa(\text_gen|char_ram~39338_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~39348_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39349 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~39349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39360 ( +// Equation(s): +// \text_gen|char_ram~39360_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39349_combout & (\text_gen|char_ram~39359_combout )) # (!\text_gen|char_ram~39349_combout & ((\text_gen|char_ram~39328_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39349_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39359_combout ), + .datac(\text_gen|char_ram~39328_combout ), + .datad(\text_gen|char_ram~39349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39360 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19573feeder ( +// Equation(s): +// \text_gen|char_ram~19573feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19573feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19573feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19573feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N17 +dffeas \text_gen|char_ram~19573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19573feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y35_N17 +dffeas \text_gen|char_ram~19580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y17_N31 +dffeas \text_gen|char_ram~18684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y16_N19 +dffeas \text_gen|char_ram~18677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39294 ( +// Equation(s): +// \text_gen|char_ram~39294_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~18684_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~18677_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~18684_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18677_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39294 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39295 ( +// Equation(s): +// \text_gen|char_ram~39295_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39294_combout & ((\text_gen|char_ram~19580_q ))) # (!\text_gen|char_ram~39294_combout & (\text_gen|char_ram~19573_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39294_combout )))) + + .dataa(\text_gen|char_ram~19573_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19580_q ), + .datad(\text_gen|char_ram~39294_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39295 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15989feeder ( +// Equation(s): +// \text_gen|char_ram~15989feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y24_N27 +dffeas \text_gen|char_ram~15989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y35_N9 +dffeas \text_gen|char_ram~15996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y17_N13 +dffeas \text_gen|char_ram~15093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15100feeder ( +// Equation(s): +// \text_gen|char_ram~15100feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15100feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15100feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15100feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y15_N29 +dffeas \text_gen|char_ram~15100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15100feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39287 ( +// Equation(s): +// \text_gen|char_ram~39287_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~15100_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15093_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15093_q ), + .datad(\text_gen|char_ram~15100_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39287 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39288 ( +// Equation(s): +// \text_gen|char_ram~39288_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39287_combout & ((\text_gen|char_ram~15996_q ))) # (!\text_gen|char_ram~39287_combout & (\text_gen|char_ram~15989_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39287_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15989_q ), + .datac(\text_gen|char_ram~15996_q ), + .datad(\text_gen|char_ram~39287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39288 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y51_N13 +dffeas \text_gen|char_ram~19125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y51_N21 +dffeas \text_gen|char_ram~19132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y51_N31 +dffeas \text_gen|char_ram~18236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18236 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y50_N9 +dffeas \text_gen|char_ram~18229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39289 ( +// Equation(s): +// \text_gen|char_ram~39289_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~18236_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~18229_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~18236_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18229_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39289 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39290 ( +// Equation(s): +// \text_gen|char_ram~39290_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39289_combout & ((\text_gen|char_ram~19132_q ))) # (!\text_gen|char_ram~39289_combout & (\text_gen|char_ram~19125_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39289_combout )))) + + .dataa(\text_gen|char_ram~19125_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19132_q ), + .datad(\text_gen|char_ram~39289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39290 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y49_N5 +dffeas \text_gen|char_ram~15541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y49_N3 +dffeas \text_gen|char_ram~15548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y49_N21 +dffeas \text_gen|char_ram~14645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y35_N3 +dffeas \text_gen|char_ram~14652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39291 ( +// Equation(s): +// \text_gen|char_ram~39291_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~14652_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14645_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14645_q ), + .datad(\text_gen|char_ram~14652_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39291 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39292 ( +// Equation(s): +// \text_gen|char_ram~39292_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39291_combout & ((\text_gen|char_ram~15548_q ))) # (!\text_gen|char_ram~39291_combout & (\text_gen|char_ram~15541_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39291_combout )))) + + .dataa(\text_gen|char_ram~15541_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15548_q ), + .datad(\text_gen|char_ram~39291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39292 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39293 ( +// Equation(s): +// \text_gen|char_ram~39293_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~39290_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~39292_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39290_combout ), + .datad(\text_gen|char_ram~39292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39293 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39296 ( +// Equation(s): +// \text_gen|char_ram~39296_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39293_combout & (\text_gen|char_ram~39295_combout )) # (!\text_gen|char_ram~39293_combout & ((\text_gen|char_ram~39288_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39293_combout )))) + + .dataa(\text_gen|char_ram~39295_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39288_combout ), + .datad(\text_gen|char_ram~39293_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39296 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15968feeder ( +// Equation(s): +// \text_gen|char_ram~15968feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15968feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15968feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15968feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y37_N15 +dffeas \text_gen|char_ram~15968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15968feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y19_N13 +dffeas \text_gen|char_ram~15072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y35_N1 +dffeas \text_gen|char_ram~14624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y46_N29 +dffeas \text_gen|char_ram~15520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39297 ( +// Equation(s): +// \text_gen|char_ram~39297_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15520_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14624_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14624_q ), + .datad(\text_gen|char_ram~15520_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39297 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39298 ( +// Equation(s): +// \text_gen|char_ram~39298_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39297_combout & (\text_gen|char_ram~15968_q )) # (!\text_gen|char_ram~39297_combout & ((\text_gen|char_ram~15072_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39297_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15968_q ), + .datac(\text_gen|char_ram~15072_q ), + .datad(\text_gen|char_ram~39297_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39298 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18656feeder ( +// Equation(s): +// \text_gen|char_ram~18656feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18656feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18656feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18656feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N3 +dffeas \text_gen|char_ram~18656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18656feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y31_N15 +dffeas \text_gen|char_ram~19552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y47_N1 +dffeas \text_gen|char_ram~18208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N15 +dffeas \text_gen|char_ram~19104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39304 ( +// Equation(s): +// \text_gen|char_ram~39304_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19104_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18208_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18208_q ), + .datad(\text_gen|char_ram~19104_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39304 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39305 ( +// Equation(s): +// \text_gen|char_ram~39305_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39304_combout & ((\text_gen|char_ram~19552_q ))) # (!\text_gen|char_ram~39304_combout & (\text_gen|char_ram~18656_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39304_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18656_q ), + .datac(\text_gen|char_ram~19552_q ), + .datad(\text_gen|char_ram~39304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39305 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19097feeder ( +// Equation(s): +// \text_gen|char_ram~19097feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y47_N1 +dffeas \text_gen|char_ram~19097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y31_N25 +dffeas \text_gen|char_ram~19545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y37_N17 +dffeas \text_gen|char_ram~18201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~18649feeder ( +// Equation(s): +// \text_gen|char_ram~18649feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18649feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18649feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18649feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y19_N3 +dffeas \text_gen|char_ram~18649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18649feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39299 ( +// Equation(s): +// \text_gen|char_ram~39299_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~18649_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18201_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18201_q ), + .datad(\text_gen|char_ram~18649_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39299 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39300 ( +// Equation(s): +// \text_gen|char_ram~39300_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39299_combout & ((\text_gen|char_ram~19545_q ))) # (!\text_gen|char_ram~39299_combout & (\text_gen|char_ram~19097_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39299_combout )))) + + .dataa(\text_gen|char_ram~19097_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19545_q ), + .datad(\text_gen|char_ram~39299_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39300 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y54_N29 +dffeas \text_gen|char_ram~15513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y31_N25 +dffeas \text_gen|char_ram~15961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y37_N9 +dffeas \text_gen|char_ram~14617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y19_N21 +dffeas \text_gen|char_ram~15065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39301 ( +// Equation(s): +// \text_gen|char_ram~39301_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~15065_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14617_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14617_q ), + .datad(\text_gen|char_ram~15065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39301 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39302 ( +// Equation(s): +// \text_gen|char_ram~39302_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39301_combout & ((\text_gen|char_ram~15961_q ))) # (!\text_gen|char_ram~39301_combout & (\text_gen|char_ram~15513_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39301_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15513_q ), + .datac(\text_gen|char_ram~15961_q ), + .datad(\text_gen|char_ram~39301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39302 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39303 ( +// Equation(s): +// \text_gen|char_ram~39303_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39300_combout ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~10_combout & (((!\vga_c|h_cnt [4] & \text_gen|char_ram~39302_combout )))) + + .dataa(\text_gen|char_ram~39300_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~39302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39303 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~39303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39306 ( +// Equation(s): +// \text_gen|char_ram~39306_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39303_combout & ((\text_gen|char_ram~39305_combout ))) # (!\text_gen|char_ram~39303_combout & (\text_gen|char_ram~39298_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39303_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39298_combout ), + .datac(\text_gen|char_ram~39305_combout ), + .datad(\text_gen|char_ram~39303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39306 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39307 ( +// Equation(s): +// \text_gen|char_ram~39307_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~39296_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~39306_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39296_combout ), + .datad(\text_gen|char_ram~39306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39307 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20476feeder ( +// Equation(s): +// \text_gen|char_ram~20476feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20476feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20476feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20476feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y15_N21 +dffeas \text_gen|char_ram~20476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20476feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y43_N9 +dffeas \text_gen|char_ram~20028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y51_N31 +dffeas \text_gen|char_ram~20924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39315 ( +// Equation(s): +// \text_gen|char_ram~39315_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~20924_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~20028_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20028_q ), + .datad(\text_gen|char_ram~20924_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39315 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N1 +dffeas \text_gen|char_ram~21372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39316 ( +// Equation(s): +// \text_gen|char_ram~39316_combout = (\text_gen|char_ram~39315_combout & (((\text_gen|char_ram~21372_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~39315_combout & (\text_gen|char_ram~20476_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~20476_q ), + .datab(\text_gen|char_ram~39315_combout ), + .datac(\text_gen|char_ram~21372_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39316 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16892feeder ( +// Equation(s): +// \text_gen|char_ram~16892feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16892feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y16_N21 +dffeas \text_gen|char_ram~16892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y27_N15 +dffeas \text_gen|char_ram~17788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y38_N27 +dffeas \text_gen|char_ram~16444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17340feeder ( +// Equation(s): +// \text_gen|char_ram~17340feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y50_N21 +dffeas \text_gen|char_ram~17340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39308 ( +// Equation(s): +// \text_gen|char_ram~39308_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17340_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16444_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16444_q ), + .datad(\text_gen|char_ram~17340_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39308 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39309 ( +// Equation(s): +// \text_gen|char_ram~39309_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39308_combout & ((\text_gen|char_ram~17788_q ))) # (!\text_gen|char_ram~39308_combout & (\text_gen|char_ram~16892_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39308_combout )))) + + .dataa(\text_gen|char_ram~16892_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17788_q ), + .datad(\text_gen|char_ram~39308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39309 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17333feeder ( +// Equation(s): +// \text_gen|char_ram~17333feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17333feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17333feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17333feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N5 +dffeas \text_gen|char_ram~17333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17333feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y27_N29 +dffeas \text_gen|char_ram~17781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y35_N11 +dffeas \text_gen|char_ram~16437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16885feeder ( +// Equation(s): +// \text_gen|char_ram~16885feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y12_N29 +dffeas \text_gen|char_ram~16885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39312 ( +// Equation(s): +// \text_gen|char_ram~39312_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16885_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16437_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16437_q ), + .datad(\text_gen|char_ram~16885_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39312 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39313 ( +// Equation(s): +// \text_gen|char_ram~39313_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39312_combout & ((\text_gen|char_ram~17781_q ))) # (!\text_gen|char_ram~39312_combout & (\text_gen|char_ram~17333_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39312_combout )))) + + .dataa(\text_gen|char_ram~17333_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17781_q ), + .datad(\text_gen|char_ram~39312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39313 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y60_N29 +dffeas \text_gen|char_ram~20917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y31_N13 +dffeas \text_gen|char_ram~21365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y35_N29 +dffeas \text_gen|char_ram~20021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y13_N25 +dffeas \text_gen|char_ram~20469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39310 ( +// Equation(s): +// \text_gen|char_ram~39310_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~20469_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~20021_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20021_q ), + .datad(\text_gen|char_ram~20469_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39310 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39311 ( +// Equation(s): +// \text_gen|char_ram~39311_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39310_combout & ((\text_gen|char_ram~21365_q ))) # (!\text_gen|char_ram~39310_combout & (\text_gen|char_ram~20917_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39310_combout )))) + + .dataa(\text_gen|char_ram~20917_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21365_q ), + .datad(\text_gen|char_ram~39310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39311 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39314 ( +// Equation(s): +// \text_gen|char_ram~39314_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39311_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39313_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39313_combout ), + .datad(\text_gen|char_ram~39311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39314 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39317 ( +// Equation(s): +// \text_gen|char_ram~39317_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39314_combout & (\text_gen|char_ram~39316_combout )) # (!\text_gen|char_ram~39314_combout & ((\text_gen|char_ram~39309_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39314_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39316_combout ), + .datac(\text_gen|char_ram~39309_combout ), + .datad(\text_gen|char_ram~39314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39317 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y32_N29 +dffeas \text_gen|char_ram~21337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y32_N19 +dffeas \text_gen|char_ram~21344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y53_N7 +dffeas \text_gen|char_ram~20889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y49_N19 +dffeas \text_gen|char_ram~20896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39284 ( +// Equation(s): +// \text_gen|char_ram~39284_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20896_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20889_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20889_q ), + .datad(\text_gen|char_ram~20896_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39284 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39285 ( +// Equation(s): +// \text_gen|char_ram~39285_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39284_combout & ((\text_gen|char_ram~21344_q ))) # (!\text_gen|char_ram~39284_combout & (\text_gen|char_ram~21337_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39284_combout )))) + + .dataa(\text_gen|char_ram~21337_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21344_q ), + .datad(\text_gen|char_ram~39284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39285 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17753feeder ( +// Equation(s): +// \text_gen|char_ram~17753feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y27_N15 +dffeas \text_gen|char_ram~17753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y27_N13 +dffeas \text_gen|char_ram~17760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y46_N25 +dffeas \text_gen|char_ram~17312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y46_N3 +dffeas \text_gen|char_ram~17305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39277 ( +// Equation(s): +// \text_gen|char_ram~39277_combout = (\text_gen|Add5~4_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~17312_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~17305_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17312_q ), + .datac(\text_gen|char_ram~17305_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~39277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39277 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39278 ( +// Equation(s): +// \text_gen|char_ram~39278_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39277_combout & ((\text_gen|char_ram~17760_q ))) # (!\text_gen|char_ram~39277_combout & (\text_gen|char_ram~17753_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39277_combout )))) + + .dataa(\text_gen|char_ram~17753_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17760_q ), + .datad(\text_gen|char_ram~39277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39278 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y14_N13 +dffeas \text_gen|char_ram~16857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y22_N9 +dffeas \text_gen|char_ram~16864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16864 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y36_N9 +dffeas \text_gen|char_ram~16409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y36_N1 +dffeas \text_gen|char_ram~16416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39281 ( +// Equation(s): +// \text_gen|char_ram~39281_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~16416_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16409_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16409_q ), + .datad(\text_gen|char_ram~16416_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39281 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39282 ( +// Equation(s): +// \text_gen|char_ram~39282_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39281_combout & ((\text_gen|char_ram~16864_q ))) # (!\text_gen|char_ram~39281_combout & (\text_gen|char_ram~16857_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39281_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16857_q ), + .datac(\text_gen|char_ram~16864_q ), + .datad(\text_gen|char_ram~39281_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39282 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y13_N17 +dffeas \text_gen|char_ram~20441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y13_N15 +dffeas \text_gen|char_ram~20448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y36_N21 +dffeas \text_gen|char_ram~19993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20000feeder ( +// Equation(s): +// \text_gen|char_ram~20000feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20000feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20000feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20000feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y41_N29 +dffeas \text_gen|char_ram~20000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20000feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39279 ( +// Equation(s): +// \text_gen|char_ram~39279_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~20000_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~19993_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19993_q ), + .datad(\text_gen|char_ram~20000_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39279 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39280 ( +// Equation(s): +// \text_gen|char_ram~39280_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39279_combout & ((\text_gen|char_ram~20448_q ))) # (!\text_gen|char_ram~39279_combout & (\text_gen|char_ram~20441_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39279_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20441_q ), + .datac(\text_gen|char_ram~20448_q ), + .datad(\text_gen|char_ram~39279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39280 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39283 ( +// Equation(s): +// \text_gen|char_ram~39283_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~39280_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~39282_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39282_combout ), + .datad(\text_gen|char_ram~39280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39283 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39286 ( +// Equation(s): +// \text_gen|char_ram~39286_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39283_combout & (\text_gen|char_ram~39285_combout )) # (!\text_gen|char_ram~39283_combout & ((\text_gen|char_ram~39278_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39283_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~39285_combout ), + .datac(\text_gen|char_ram~39278_combout ), + .datad(\text_gen|char_ram~39283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39286 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39318 ( +// Equation(s): +// \text_gen|char_ram~39318_combout = (\text_gen|char_ram~39307_combout & (((\text_gen|char_ram~39317_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~39307_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39286_combout )))) + + .dataa(\text_gen|char_ram~39307_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39317_combout ), + .datad(\text_gen|char_ram~39286_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39318 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39361 ( +// Equation(s): +// \text_gen|char_ram~39361_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~39318_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~39360_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~39360_combout ), + .datad(\text_gen|char_ram~39318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39361 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39404 ( +// Equation(s): +// \text_gen|char_ram~39404_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39361_combout & (\text_gen|char_ram~39403_combout )) # (!\text_gen|char_ram~39361_combout & ((\text_gen|char_ram~39276_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39361_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~39403_combout ), + .datac(\text_gen|char_ram~39276_combout ), + .datad(\text_gen|char_ram~39361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39404 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39575 ( +// Equation(s): +// \text_gen|char_ram~39575_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~39404_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~39574_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~39574_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~39404_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39575 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~39575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28400feeder ( +// Equation(s): +// \text_gen|char_ram~28400feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28400feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28400feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28400feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y34_N9 +dffeas \text_gen|char_ram~28400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28400feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y34_N27 +dffeas \text_gen|char_ram~28393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y34_N9 +dffeas \text_gen|char_ram~14057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14064feeder ( +// Equation(s): +// \text_gen|char_ram~14064feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y34_N11 +dffeas \text_gen|char_ram~14064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39199 ( +// Equation(s): +// \text_gen|char_ram~39199_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~14064_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~14057_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~14057_q ), + .datad(\text_gen|char_ram~14064_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39199 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39200 ( +// Equation(s): +// \text_gen|char_ram~39200_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39199_combout & (\text_gen|char_ram~28400_q )) # (!\text_gen|char_ram~39199_combout & ((\text_gen|char_ram~28393_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39199_combout )))) + + .dataa(\text_gen|char_ram~28400_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28393_q ), + .datad(\text_gen|char_ram~39199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39200 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y33_N5 +dffeas \text_gen|char_ram~26601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y33_N23 +dffeas \text_gen|char_ram~26608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y33_N29 +dffeas \text_gen|char_ram~12272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12265feeder ( +// Equation(s): +// \text_gen|char_ram~12265feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12265feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y33_N25 +dffeas \text_gen|char_ram~12265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39194 ( +// Equation(s): +// \text_gen|char_ram~39194_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~12272_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~12265_q ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12272_q ), + .datad(\text_gen|char_ram~12265_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39194 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39195 ( +// Equation(s): +// \text_gen|char_ram~39195_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39194_combout & ((\text_gen|char_ram~26608_q ))) # (!\text_gen|char_ram~39194_combout & (\text_gen|char_ram~26601_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39194_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~26601_q ), + .datac(\text_gen|char_ram~26608_q ), + .datad(\text_gen|char_ram~39194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39195 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23024feeder ( +// Equation(s): +// \text_gen|char_ram~23024feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23024feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y34_N25 +dffeas \text_gen|char_ram~23024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y34_N31 +dffeas \text_gen|char_ram~23017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y34_N29 +dffeas \text_gen|char_ram~8688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y34_N13 +dffeas \text_gen|char_ram~8681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39196 ( +// Equation(s): +// \text_gen|char_ram~39196_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~8688_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~8681_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~8688_q ), + .datac(\text_gen|char_ram~8681_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39196 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39197 ( +// Equation(s): +// \text_gen|char_ram~39197_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39196_combout & (\text_gen|char_ram~23024_q )) # (!\text_gen|char_ram~39196_combout & ((\text_gen|char_ram~23017_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39196_combout )))) + + .dataa(\text_gen|char_ram~23024_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23017_q ), + .datad(\text_gen|char_ram~39196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39197 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39198 ( +// Equation(s): +// \text_gen|char_ram~39198_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39195_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~39197_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39195_combout ), + .datac(\text_gen|char_ram~39197_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39198 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y23_N13 +dffeas \text_gen|char_ram~24816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y23_N27 +dffeas \text_gen|char_ram~24809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y28_N15 +dffeas \text_gen|char_ram~10480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y28_N27 +dffeas \text_gen|char_ram~10473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39192 ( +// Equation(s): +// \text_gen|char_ram~39192_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~10480_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~10473_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10480_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10473_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39192 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39193 ( +// Equation(s): +// \text_gen|char_ram~39193_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39192_combout & (\text_gen|char_ram~24816_q )) # (!\text_gen|char_ram~39192_combout & ((\text_gen|char_ram~24809_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39192_combout )))) + + .dataa(\text_gen|char_ram~24816_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24809_q ), + .datad(\text_gen|char_ram~39192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39193 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39201 ( +// Equation(s): +// \text_gen|char_ram~39201_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39198_combout & (\text_gen|char_ram~39200_combout )) # (!\text_gen|char_ram~39198_combout & ((\text_gen|char_ram~39193_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39198_combout )))) + + .dataa(\text_gen|char_ram~39200_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39198_combout ), + .datad(\text_gen|char_ram~39193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39201 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y36_N17 +dffeas \text_gen|char_ram~6889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y36_N15 +dffeas \text_gen|char_ram~6896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39219 ( +// Equation(s): +// \text_gen|char_ram~39219_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~6896_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6889_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6889_q ), + .datad(\text_gen|char_ram~6896_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39219 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y36_N7 +dffeas \text_gen|char_ram~21232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21225feeder ( +// Equation(s): +// \text_gen|char_ram~21225feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y32_N25 +dffeas \text_gen|char_ram~21225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21225 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39220 ( +// Equation(s): +// \text_gen|char_ram~39220_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39219_combout & (\text_gen|char_ram~21232_q )) # (!\text_gen|char_ram~39219_combout & ((\text_gen|char_ram~21225_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~39219_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~39219_combout ), + .datac(\text_gen|char_ram~21232_q ), + .datad(\text_gen|char_ram~21225_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39220 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17648feeder ( +// Equation(s): +// \text_gen|char_ram~17648feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17648feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17648feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17648feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y35_N11 +dffeas \text_gen|char_ram~17648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17648feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y36_N1 +dffeas \text_gen|char_ram~3312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y35_N15 +dffeas \text_gen|char_ram~3305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39212 ( +// Equation(s): +// \text_gen|char_ram~39212_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3312_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3305_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3312_q ), + .datac(\text_gen|char_ram~3305_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39212 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y35_N11 +dffeas \text_gen|char_ram~17641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39213 ( +// Equation(s): +// \text_gen|char_ram~39213_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39212_combout & (\text_gen|char_ram~17648_q )) # (!\text_gen|char_ram~39212_combout & ((\text_gen|char_ram~17641_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39212_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17648_q ), + .datac(\text_gen|char_ram~39212_combout ), + .datad(\text_gen|char_ram~17641_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39213 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y34_N1 +dffeas \text_gen|char_ram~15849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y38_N17 +dffeas \text_gen|char_ram~15856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y34_N27 +dffeas \text_gen|char_ram~1513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~1520feeder ( +// Equation(s): +// \text_gen|char_ram~1520feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1520feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y36_N7 +dffeas \text_gen|char_ram~1520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39216 ( +// Equation(s): +// \text_gen|char_ram~39216_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~1520_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1513_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1513_q ), + .datad(\text_gen|char_ram~1520_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39216 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39217 ( +// Equation(s): +// \text_gen|char_ram~39217_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39216_combout & ((\text_gen|char_ram~15856_q ))) # (!\text_gen|char_ram~39216_combout & (\text_gen|char_ram~15849_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39216_combout )))) + + .dataa(\text_gen|char_ram~15849_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~15856_q ), + .datad(\text_gen|char_ram~39216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39217 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y36_N7 +dffeas \text_gen|char_ram~19433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y36_N13 +dffeas \text_gen|char_ram~19440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y36_N9 +dffeas \text_gen|char_ram~5097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y36_N7 +dffeas \text_gen|char_ram~5104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39214 ( +// Equation(s): +// \text_gen|char_ram~39214_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5104_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5097_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5097_q ), + .datad(\text_gen|char_ram~5104_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39214 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39215 ( +// Equation(s): +// \text_gen|char_ram~39215_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39214_combout & ((\text_gen|char_ram~19440_q ))) # (!\text_gen|char_ram~39214_combout & (\text_gen|char_ram~19433_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39214_combout )))) + + .dataa(\text_gen|char_ram~19433_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~19440_q ), + .datad(\text_gen|char_ram~39214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39215 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39218 ( +// Equation(s): +// \text_gen|char_ram~39218_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39215_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~39217_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39217_combout ), + .datad(\text_gen|char_ram~39215_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39218 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39221 ( +// Equation(s): +// \text_gen|char_ram~39221_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39218_combout & (\text_gen|char_ram~39220_combout )) # (!\text_gen|char_ram~39218_combout & ((\text_gen|char_ram~39213_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39218_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39220_combout ), + .datac(\text_gen|char_ram~39213_combout ), + .datad(\text_gen|char_ram~39218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39221 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17669feeder ( +// Equation(s): +// \text_gen|char_ram~17669feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17669feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17669feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17669feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N17 +dffeas \text_gen|char_ram~17669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17669feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y27_N13 +dffeas \text_gen|char_ram~17676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~3340feeder ( +// Equation(s): +// \text_gen|char_ram~3340feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y35_N29 +dffeas \text_gen|char_ram~3340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y35_N9 +dffeas \text_gen|char_ram~3333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39202 ( +// Equation(s): +// \text_gen|char_ram~39202_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~3340_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~3333_q ))))) + + .dataa(\text_gen|char_ram~3340_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3333_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~39202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39202 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39203 ( +// Equation(s): +// \text_gen|char_ram~39203_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39202_combout & ((\text_gen|char_ram~17676_q ))) # (!\text_gen|char_ram~39202_combout & (\text_gen|char_ram~17669_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39202_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17669_q ), + .datac(\text_gen|char_ram~17676_q ), + .datad(\text_gen|char_ram~39202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39203 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y31_N7 +dffeas \text_gen|char_ram~15877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y31_N31 +dffeas \text_gen|char_ram~15884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N25 +dffeas \text_gen|char_ram~1548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y30_N1 +dffeas \text_gen|char_ram~1541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39206 ( +// Equation(s): +// \text_gen|char_ram~39206_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1548_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~1541_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~1548_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1541_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39206 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39207 ( +// Equation(s): +// \text_gen|char_ram~39207_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39206_combout & ((\text_gen|char_ram~15884_q ))) # (!\text_gen|char_ram~39206_combout & (\text_gen|char_ram~15877_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39206_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15877_q ), + .datac(\text_gen|char_ram~15884_q ), + .datad(\text_gen|char_ram~39206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39207 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y31_N11 +dffeas \text_gen|char_ram~19461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y36_N15 +dffeas \text_gen|char_ram~5132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y32_N31 +dffeas \text_gen|char_ram~5125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39204 ( +// Equation(s): +// \text_gen|char_ram~39204_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5132_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5125_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~5132_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5125_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39204 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N9 +dffeas \text_gen|char_ram~19468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39205 ( +// Equation(s): +// \text_gen|char_ram~39205_combout = (\text_gen|char_ram~39204_combout & (((\text_gen|char_ram~19468_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~39204_combout & (\text_gen|char_ram~19461_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~19461_q ), + .datab(\text_gen|char_ram~39204_combout ), + .datac(\text_gen|char_ram~19468_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39205 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39208 ( +// Equation(s): +// \text_gen|char_ram~39208_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39205_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~39207_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39207_combout ), + .datad(\text_gen|char_ram~39205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39208 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~21253feeder ( +// Equation(s): +// \text_gen|char_ram~21253feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y31_N17 +dffeas \text_gen|char_ram~21253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N13 +dffeas \text_gen|char_ram~21260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y32_N27 +dffeas \text_gen|char_ram~6924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6924 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y32_N9 +dffeas \text_gen|char_ram~6917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39209 ( +// Equation(s): +// \text_gen|char_ram~39209_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6924_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6917_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~6924_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6917_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39209 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39210 ( +// Equation(s): +// \text_gen|char_ram~39210_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39209_combout & ((\text_gen|char_ram~21260_q ))) # (!\text_gen|char_ram~39209_combout & (\text_gen|char_ram~21253_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39209_combout )))) + + .dataa(\text_gen|char_ram~21253_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21260_q ), + .datad(\text_gen|char_ram~39209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39210 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39211 ( +// Equation(s): +// \text_gen|char_ram~39211_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39208_combout & ((\text_gen|char_ram~39210_combout ))) # (!\text_gen|char_ram~39208_combout & (\text_gen|char_ram~39203_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39208_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39203_combout ), + .datac(\text_gen|char_ram~39208_combout ), + .datad(\text_gen|char_ram~39210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39211 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39222 ( +// Equation(s): +// \text_gen|char_ram~39222_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~39211_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~39221_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39221_combout ), + .datad(\text_gen|char_ram~39211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39222 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y31_N23 +dffeas \text_gen|char_ram~28421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y31_N23 +dffeas \text_gen|char_ram~28428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14092feeder ( +// Equation(s): +// \text_gen|char_ram~14092feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y43_N15 +dffeas \text_gen|char_ram~14092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y32_N15 +dffeas \text_gen|char_ram~14085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39230 ( +// Equation(s): +// \text_gen|char_ram~39230_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~14092_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~14085_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~14092_q ), + .datac(\text_gen|char_ram~14085_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39230 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39231 ( +// Equation(s): +// \text_gen|char_ram~39231_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39230_combout & ((\text_gen|char_ram~28428_q ))) # (!\text_gen|char_ram~39230_combout & (\text_gen|char_ram~28421_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39230_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~28421_q ), + .datac(\text_gen|char_ram~28428_q ), + .datad(\text_gen|char_ram~39230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39231 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24837feeder ( +// Equation(s): +// \text_gen|char_ram~24837feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24837feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24837feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24837feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y31_N27 +dffeas \text_gen|char_ram~24837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24837feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24844feeder ( +// Equation(s): +// \text_gen|char_ram~24844feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24844feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24844feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24844feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y31_N21 +dffeas \text_gen|char_ram~24844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24844feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y31_N15 +dffeas \text_gen|char_ram~10501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10501 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y31_N29 +dffeas \text_gen|char_ram~10508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39223 ( +// Equation(s): +// \text_gen|char_ram~39223_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~10508_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10501_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10501_q ), + .datad(\text_gen|char_ram~10508_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39223 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39224 ( +// Equation(s): +// \text_gen|char_ram~39224_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39223_combout & ((\text_gen|char_ram~24844_q ))) # (!\text_gen|char_ram~39223_combout & (\text_gen|char_ram~24837_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39223_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~24837_q ), + .datac(\text_gen|char_ram~24844_q ), + .datad(\text_gen|char_ram~39223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39224 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23045feeder ( +// Equation(s): +// \text_gen|char_ram~23045feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y31_N19 +dffeas \text_gen|char_ram~23045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N11 +dffeas \text_gen|char_ram~23052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y31_N29 +dffeas \text_gen|char_ram~8709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y27_N25 +dffeas \text_gen|char_ram~8716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39227 ( +// Equation(s): +// \text_gen|char_ram~39227_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~8716_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~8709_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~8709_q ), + .datad(\text_gen|char_ram~8716_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39227 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39228 ( +// Equation(s): +// \text_gen|char_ram~39228_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39227_combout & ((\text_gen|char_ram~23052_q ))) # (!\text_gen|char_ram~39227_combout & (\text_gen|char_ram~23045_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39227_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23045_q ), + .datac(\text_gen|char_ram~23052_q ), + .datad(\text_gen|char_ram~39227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39228 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y31_N13 +dffeas \text_gen|char_ram~26629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26636feeder ( +// Equation(s): +// \text_gen|char_ram~26636feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y31_N23 +dffeas \text_gen|char_ram~26636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12300feeder ( +// Equation(s): +// \text_gen|char_ram~12300feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12300feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12300feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12300feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y43_N15 +dffeas \text_gen|char_ram~12300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12300feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y40_N9 +dffeas \text_gen|char_ram~12293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39225 ( +// Equation(s): +// \text_gen|char_ram~39225_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~12300_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~12293_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12300_q ), + .datac(\text_gen|char_ram~12293_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39225 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39226 ( +// Equation(s): +// \text_gen|char_ram~39226_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39225_combout & ((\text_gen|char_ram~26636_q ))) # (!\text_gen|char_ram~39225_combout & (\text_gen|char_ram~26629_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39225_combout )))) + + .dataa(\text_gen|char_ram~26629_q ), + .datab(\text_gen|char_ram~26636_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~39225_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39226 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~39226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39229 ( +// Equation(s): +// \text_gen|char_ram~39229_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~39226_combout ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39228_combout & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39228_combout ), + .datac(\text_gen|char_ram~39226_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39229 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~39229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39232 ( +// Equation(s): +// \text_gen|char_ram~39232_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39229_combout & (\text_gen|char_ram~39231_combout )) # (!\text_gen|char_ram~39229_combout & ((\text_gen|char_ram~39224_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39229_combout )))) + + .dataa(\text_gen|char_ram~39231_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39224_combout ), + .datad(\text_gen|char_ram~39229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39232 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39233 ( +// Equation(s): +// \text_gen|char_ram~39233_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39222_combout & ((\text_gen|char_ram~39232_combout ))) # (!\text_gen|char_ram~39222_combout & (\text_gen|char_ram~39201_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39222_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~39201_combout ), + .datac(\text_gen|char_ram~39222_combout ), + .datad(\text_gen|char_ram~39232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39233 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y54_N25 +dffeas \text_gen|char_ram~19020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26188feeder ( +// Equation(s): +// \text_gen|char_ram~26188feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y54_N17 +dffeas \text_gen|char_ram~26188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y52_N19 +dffeas \text_gen|char_ram~26160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y52_N17 +dffeas \text_gen|char_ram~18992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39096 ( +// Equation(s): +// \text_gen|char_ram~39096_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~26160_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~18992_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26160_q ), + .datac(\text_gen|char_ram~18992_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~39096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39096 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39097 ( +// Equation(s): +// \text_gen|char_ram~39097_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39096_combout & ((\text_gen|char_ram~26188_q ))) # (!\text_gen|char_ram~39096_combout & (\text_gen|char_ram~19020_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39096_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19020_q ), + .datac(\text_gen|char_ram~26188_q ), + .datad(\text_gen|char_ram~39096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39097 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19013feeder ( +// Equation(s): +// \text_gen|char_ram~19013feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19013feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19013feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19013feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y44_N11 +dffeas \text_gen|char_ram~19013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19013feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y44_N3 +dffeas \text_gen|char_ram~26181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26153feeder ( +// Equation(s): +// \text_gen|char_ram~26153feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26153feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26153feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26153feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y50_N9 +dffeas \text_gen|char_ram~26153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26153feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y48_N21 +dffeas \text_gen|char_ram~18985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39100 ( +// Equation(s): +// \text_gen|char_ram~39100_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~26153_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~18985_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26153_q ), + .datac(\text_gen|char_ram~18985_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39100 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39101 ( +// Equation(s): +// \text_gen|char_ram~39101_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39100_combout & ((\text_gen|char_ram~26181_q ))) # (!\text_gen|char_ram~39100_combout & (\text_gen|char_ram~19013_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39100_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19013_q ), + .datac(\text_gen|char_ram~26181_q ), + .datad(\text_gen|char_ram~39100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39101 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y44_N5 +dffeas \text_gen|char_ram~20805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y44_N3 +dffeas \text_gen|char_ram~27973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y53_N29 +dffeas \text_gen|char_ram~20777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y53_N23 +dffeas \text_gen|char_ram~27945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39098 ( +// Equation(s): +// \text_gen|char_ram~39098_combout = (\text_gen|Add5~12_combout & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~27945_q )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~20777_q & (!\vga_c|h_cnt [6]))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20777_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~27945_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39098 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~39098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39099 ( +// Equation(s): +// \text_gen|char_ram~39099_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39098_combout & ((\text_gen|char_ram~27973_q ))) # (!\text_gen|char_ram~39098_combout & (\text_gen|char_ram~20805_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39098_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20805_q ), + .datac(\text_gen|char_ram~27973_q ), + .datad(\text_gen|char_ram~39098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39099 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39102 ( +// Equation(s): +// \text_gen|char_ram~39102_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39099_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39101_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39101_combout ), + .datad(\text_gen|char_ram~39099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39102 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y56_N17 +dffeas \text_gen|char_ram~27980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y56_N23 +dffeas \text_gen|char_ram~20812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27952feeder ( +// Equation(s): +// \text_gen|char_ram~27952feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27952feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27952feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27952feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y56_N7 +dffeas \text_gen|char_ram~27952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27952feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20784feeder ( +// Equation(s): +// \text_gen|char_ram~20784feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20784feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20784feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20784feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y56_N17 +dffeas \text_gen|char_ram~20784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20784feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39103 ( +// Equation(s): +// \text_gen|char_ram~39103_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~27952_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~20784_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27952_q ), + .datac(\text_gen|char_ram~20784_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39103 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39104 ( +// Equation(s): +// \text_gen|char_ram~39104_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39103_combout & (\text_gen|char_ram~27980_q )) # (!\text_gen|char_ram~39103_combout & ((\text_gen|char_ram~20812_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39103_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27980_q ), + .datac(\text_gen|char_ram~20812_q ), + .datad(\text_gen|char_ram~39103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39104 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39105 ( +// Equation(s): +// \text_gen|char_ram~39105_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39102_combout & ((\text_gen|char_ram~39104_combout ))) # (!\text_gen|char_ram~39102_combout & (\text_gen|char_ram~39097_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39102_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39097_combout ), + .datac(\text_gen|char_ram~39102_combout ), + .datad(\text_gen|char_ram~39104_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39105 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11852feeder ( +// Equation(s): +// \text_gen|char_ram~11852feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11852feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y56_N27 +dffeas \text_gen|char_ram~11852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y56_N27 +dffeas \text_gen|char_ram~11845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y56_N29 +dffeas \text_gen|char_ram~4684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4677feeder ( +// Equation(s): +// \text_gen|char_ram~4677feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4677feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y56_N13 +dffeas \text_gen|char_ram~4677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39065 ( +// Equation(s): +// \text_gen|char_ram~39065_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~4684_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~4677_q ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4684_q ), + .datad(\text_gen|char_ram~4677_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39065 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39066 ( +// Equation(s): +// \text_gen|char_ram~39066_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39065_combout & (\text_gen|char_ram~11852_q )) # (!\text_gen|char_ram~39065_combout & ((\text_gen|char_ram~11845_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39065_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11852_q ), + .datac(\text_gen|char_ram~11845_q ), + .datad(\text_gen|char_ram~39065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39066 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13644feeder ( +// Equation(s): +// \text_gen|char_ram~13644feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13644feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13644feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13644feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y48_N29 +dffeas \text_gen|char_ram~13644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13644feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y41_N27 +dffeas \text_gen|char_ram~13637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y41_N13 +dffeas \text_gen|char_ram~6476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y41_N11 +dffeas \text_gen|char_ram~6469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39072 ( +// Equation(s): +// \text_gen|char_ram~39072_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~6476_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~6469_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~6476_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6469_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39072 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39073 ( +// Equation(s): +// \text_gen|char_ram~39073_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39072_combout & (\text_gen|char_ram~13644_q )) # (!\text_gen|char_ram~39072_combout & ((\text_gen|char_ram~13637_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39072_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13644_q ), + .datac(\text_gen|char_ram~13637_q ), + .datad(\text_gen|char_ram~39072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39073 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y53_N21 +dffeas \text_gen|char_ram~6448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y53_N25 +dffeas \text_gen|char_ram~13616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y59_N9 +dffeas \text_gen|char_ram~13609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N17 +dffeas \text_gen|char_ram~6441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39067 ( +// Equation(s): +// \text_gen|char_ram~39067_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13609_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6441_q ))))) + + .dataa(\text_gen|char_ram~13609_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6441_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39067 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39068 ( +// Equation(s): +// \text_gen|char_ram~39068_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39067_combout & ((\text_gen|char_ram~13616_q ))) # (!\text_gen|char_ram~39067_combout & (\text_gen|char_ram~6448_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39067_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~6448_q ), + .datac(\text_gen|char_ram~13616_q ), + .datad(\text_gen|char_ram~39067_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39068 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y50_N23 +dffeas \text_gen|char_ram~11817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y52_N11 +dffeas \text_gen|char_ram~11824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y52_N11 +dffeas \text_gen|char_ram~4656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4656 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y52_N9 +dffeas \text_gen|char_ram~4649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39069 ( +// Equation(s): +// \text_gen|char_ram~39069_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~4656_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~4649_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~4656_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4649_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39069 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39070 ( +// Equation(s): +// \text_gen|char_ram~39070_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39069_combout & ((\text_gen|char_ram~11824_q ))) # (!\text_gen|char_ram~39069_combout & (\text_gen|char_ram~11817_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39069_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11817_q ), + .datac(\text_gen|char_ram~11824_q ), + .datad(\text_gen|char_ram~39069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39070 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39071 ( +// Equation(s): +// \text_gen|char_ram~39071_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~39068_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~39070_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39068_combout ), + .datad(\text_gen|char_ram~39070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39071 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39074 ( +// Equation(s): +// \text_gen|char_ram~39074_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39071_combout & ((\text_gen|char_ram~39073_combout ))) # (!\text_gen|char_ram~39071_combout & (\text_gen|char_ram~39066_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39071_combout )))) + + .dataa(\text_gen|char_ram~39066_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39073_combout ), + .datad(\text_gen|char_ram~39071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39074 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y54_N5 +dffeas \text_gen|char_ram~15436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y46_N3 +dffeas \text_gen|char_ram~22604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y42_N21 +dffeas \text_gen|char_ram~22576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y46_N27 +dffeas \text_gen|char_ram~15408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39075 ( +// Equation(s): +// \text_gen|char_ram~39075_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~22576_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~15408_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22576_q ), + .datac(\text_gen|char_ram~15408_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39075 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39076 ( +// Equation(s): +// \text_gen|char_ram~39076_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39075_combout & ((\text_gen|char_ram~22604_q ))) # (!\text_gen|char_ram~39075_combout & (\text_gen|char_ram~15436_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39075_combout )))) + + .dataa(\text_gen|char_ram~15436_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22604_q ), + .datad(\text_gen|char_ram~39075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39076 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17228feeder ( +// Equation(s): +// \text_gen|char_ram~17228feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17228feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y48_N27 +dffeas \text_gen|char_ram~17228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y46_N25 +dffeas \text_gen|char_ram~24396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24368feeder ( +// Equation(s): +// \text_gen|char_ram~24368feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24368feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24368feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24368feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y42_N19 +dffeas \text_gen|char_ram~24368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24368feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y38_N9 +dffeas \text_gen|char_ram~17200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39082 ( +// Equation(s): +// \text_gen|char_ram~39082_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~24368_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~17200_q ))))) + + .dataa(\text_gen|char_ram~24368_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17200_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39082 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39083 ( +// Equation(s): +// \text_gen|char_ram~39083_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39082_combout & ((\text_gen|char_ram~24396_q ))) # (!\text_gen|char_ram~39082_combout & (\text_gen|char_ram~17228_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39082_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~17228_q ), + .datac(\text_gen|char_ram~24396_q ), + .datad(\text_gen|char_ram~39082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39083 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24389feeder ( +// Equation(s): +// \text_gen|char_ram~24389feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24389feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24389feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24389feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y41_N13 +dffeas \text_gen|char_ram~24389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24389feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y41_N11 +dffeas \text_gen|char_ram~24361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17221feeder ( +// Equation(s): +// \text_gen|char_ram~17221feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17221feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17221feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17221feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y35_N29 +dffeas \text_gen|char_ram~17221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17221feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y35_N17 +dffeas \text_gen|char_ram~17193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39077 ( +// Equation(s): +// \text_gen|char_ram~39077_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~17221_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~17193_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17221_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17193_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39077 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39078 ( +// Equation(s): +// \text_gen|char_ram~39078_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39077_combout & (\text_gen|char_ram~24389_q )) # (!\text_gen|char_ram~39077_combout & ((\text_gen|char_ram~24361_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39077_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24389_q ), + .datac(\text_gen|char_ram~24361_q ), + .datad(\text_gen|char_ram~39077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39078 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22569feeder ( +// Equation(s): +// \text_gen|char_ram~22569feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22569feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22569feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22569feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y42_N13 +dffeas \text_gen|char_ram~22569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22569feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y42_N19 +dffeas \text_gen|char_ram~22597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y41_N7 +dffeas \text_gen|char_ram~15401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~15429feeder ( +// Equation(s): +// \text_gen|char_ram~15429feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y33_N29 +dffeas \text_gen|char_ram~15429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39079 ( +// Equation(s): +// \text_gen|char_ram~39079_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~15429_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~15401_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~15401_q ), + .datad(\text_gen|char_ram~15429_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39079 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39080 ( +// Equation(s): +// \text_gen|char_ram~39080_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39079_combout & ((\text_gen|char_ram~22597_q ))) # (!\text_gen|char_ram~39079_combout & (\text_gen|char_ram~22569_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39079_combout )))) + + .dataa(\text_gen|char_ram~22569_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22597_q ), + .datad(\text_gen|char_ram~39079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39080 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39081 ( +// Equation(s): +// \text_gen|char_ram~39081_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~39078_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~39080_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39078_combout ), + .datad(\text_gen|char_ram~39080_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39081 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39084 ( +// Equation(s): +// \text_gen|char_ram~39084_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39081_combout & ((\text_gen|char_ram~39083_combout ))) # (!\text_gen|char_ram~39081_combout & (\text_gen|char_ram~39076_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39081_combout )))) + + .dataa(\text_gen|char_ram~39076_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39083_combout ), + .datad(\text_gen|char_ram~39081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39084 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8261feeder ( +// Equation(s): +// \text_gen|char_ram~8261feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8261feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y58_N17 +dffeas \text_gen|char_ram~8261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y46_N1 +dffeas \text_gen|char_ram~1100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y47_N25 +dffeas \text_gen|char_ram~1093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39085 ( +// Equation(s): +// \text_gen|char_ram~39085_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1100_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~1093_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1100_q ), + .datac(\text_gen|char_ram~1093_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39085 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y47_N31 +dffeas \text_gen|char_ram~8268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39086 ( +// Equation(s): +// \text_gen|char_ram~39086_combout = (\text_gen|char_ram~39085_combout & (((\text_gen|char_ram~8268_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~39085_combout & (\text_gen|char_ram~8261_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~8261_q ), + .datab(\text_gen|char_ram~39085_combout ), + .datac(\text_gen|char_ram~8268_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39086 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10053feeder ( +// Equation(s): +// \text_gen|char_ram~10053feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y57_N7 +dffeas \text_gen|char_ram~10053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N1 +dffeas \text_gen|char_ram~10060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y39_N13 +dffeas \text_gen|char_ram~2892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y39_N27 +dffeas \text_gen|char_ram~2885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39092 ( +// Equation(s): +// \text_gen|char_ram~39092_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2892_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~2885_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~2892_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2885_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39092 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39093 ( +// Equation(s): +// \text_gen|char_ram~39093_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39092_combout & ((\text_gen|char_ram~10060_q ))) # (!\text_gen|char_ram~39092_combout & (\text_gen|char_ram~10053_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39092_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10053_q ), + .datac(\text_gen|char_ram~10060_q ), + .datad(\text_gen|char_ram~39092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39093 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8233feeder ( +// Equation(s): +// \text_gen|char_ram~8233feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y57_N9 +dffeas \text_gen|char_ram~8233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y42_N21 +dffeas \text_gen|char_ram~8240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y46_N13 +dffeas \text_gen|char_ram~1072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y46_N23 +dffeas \text_gen|char_ram~1065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39089 ( +// Equation(s): +// \text_gen|char_ram~39089_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1072_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~1065_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~1072_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1065_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39089 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39090 ( +// Equation(s): +// \text_gen|char_ram~39090_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39089_combout & ((\text_gen|char_ram~8240_q ))) # (!\text_gen|char_ram~39089_combout & (\text_gen|char_ram~8233_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39089_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8233_q ), + .datac(\text_gen|char_ram~8240_q ), + .datad(\text_gen|char_ram~39089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39090 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y55_N13 +dffeas \text_gen|char_ram~10025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y55_N31 +dffeas \text_gen|char_ram~10032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y43_N5 +dffeas \text_gen|char_ram~2864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2864 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y47_N13 +dffeas \text_gen|char_ram~2857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39087 ( +// Equation(s): +// \text_gen|char_ram~39087_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~2864_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~2857_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2864_q ), + .datac(\text_gen|char_ram~2857_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39087 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39088 ( +// Equation(s): +// \text_gen|char_ram~39088_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39087_combout & ((\text_gen|char_ram~10032_q ))) # (!\text_gen|char_ram~39087_combout & (\text_gen|char_ram~10025_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39087_combout )))) + + .dataa(\text_gen|char_ram~10025_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~10032_q ), + .datad(\text_gen|char_ram~39087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39088 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39091 ( +// Equation(s): +// \text_gen|char_ram~39091_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~39088_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39090_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39090_combout ), + .datad(\text_gen|char_ram~39088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39091 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39094 ( +// Equation(s): +// \text_gen|char_ram~39094_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39091_combout & ((\text_gen|char_ram~39093_combout ))) # (!\text_gen|char_ram~39091_combout & (\text_gen|char_ram~39086_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39091_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39086_combout ), + .datac(\text_gen|char_ram~39093_combout ), + .datad(\text_gen|char_ram~39091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39094 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39095 ( +// Equation(s): +// \text_gen|char_ram~39095_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~39084_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39094_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39084_combout ), + .datad(\text_gen|char_ram~39094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39095 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39106 ( +// Equation(s): +// \text_gen|char_ram~39106_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39095_combout & (\text_gen|char_ram~39105_combout )) # (!\text_gen|char_ram~39095_combout & ((\text_gen|char_ram~39074_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39095_combout )))) + + .dataa(\text_gen|char_ram~39105_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39074_combout ), + .datad(\text_gen|char_ram~39095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39106 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y43_N1 +dffeas \text_gen|char_ram~12741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y43_N31 +dffeas \text_gen|char_ram~12748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N7 +dffeas \text_gen|char_ram~5580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y41_N11 +dffeas \text_gen|char_ram~5573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39156 ( +// Equation(s): +// \text_gen|char_ram~39156_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5580_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~5573_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5580_q ), + .datac(\text_gen|char_ram~5573_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39156 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39157 ( +// Equation(s): +// \text_gen|char_ram~39157_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39156_combout & ((\text_gen|char_ram~12748_q ))) # (!\text_gen|char_ram~39156_combout & (\text_gen|char_ram~12741_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39156_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12741_q ), + .datac(\text_gen|char_ram~12748_q ), + .datad(\text_gen|char_ram~39156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39157 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9164feeder ( +// Equation(s): +// \text_gen|char_ram~9164feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9164feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9164feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9164feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N1 +dffeas \text_gen|char_ram~9164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9164feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1996feeder ( +// Equation(s): +// \text_gen|char_ram~1996feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1996feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1996feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1996feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y35_N27 +dffeas \text_gen|char_ram~1996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1996feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y35_N27 +dffeas \text_gen|char_ram~1989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39149 ( +// Equation(s): +// \text_gen|char_ram~39149_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1996_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~1989_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~1996_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1989_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39149 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9157feeder ( +// Equation(s): +// \text_gen|char_ram~9157feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9157feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N9 +dffeas \text_gen|char_ram~9157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39150 ( +// Equation(s): +// \text_gen|char_ram~39150_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39149_combout & (\text_gen|char_ram~9164_q )) # (!\text_gen|char_ram~39149_combout & ((\text_gen|char_ram~9157_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39149_combout )))) + + .dataa(\text_gen|char_ram~9164_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~39149_combout ), + .datad(\text_gen|char_ram~9157_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39150 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9136feeder ( +// Equation(s): +// \text_gen|char_ram~9136feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9136feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9136feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9136feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y42_N29 +dffeas \text_gen|char_ram~9136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9136feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y38_N3 +dffeas \text_gen|char_ram~1968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1961feeder ( +// Equation(s): +// \text_gen|char_ram~1961feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1961feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1961feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1961feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y35_N13 +dffeas \text_gen|char_ram~1961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1961feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y41_N17 +dffeas \text_gen|char_ram~9129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39153 ( +// Equation(s): +// \text_gen|char_ram~39153_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~9129_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1961_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1961_q ), + .datad(\text_gen|char_ram~9129_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39153 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39154 ( +// Equation(s): +// \text_gen|char_ram~39154_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39153_combout & (\text_gen|char_ram~9136_q )) # (!\text_gen|char_ram~39153_combout & ((\text_gen|char_ram~1968_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39153_combout )))) + + .dataa(\text_gen|char_ram~9136_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1968_q ), + .datad(\text_gen|char_ram~39153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39154 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5552feeder ( +// Equation(s): +// \text_gen|char_ram~5552feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5552feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5552feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5552feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y46_N15 +dffeas \text_gen|char_ram~5552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5552feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y45_N3 +dffeas \text_gen|char_ram~12720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y41_N9 +dffeas \text_gen|char_ram~5545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12713feeder ( +// Equation(s): +// \text_gen|char_ram~12713feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y41_N9 +dffeas \text_gen|char_ram~12713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39151 ( +// Equation(s): +// \text_gen|char_ram~39151_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12713_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5545_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5545_q ), + .datad(\text_gen|char_ram~12713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39151 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39152 ( +// Equation(s): +// \text_gen|char_ram~39152_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39151_combout & ((\text_gen|char_ram~12720_q ))) # (!\text_gen|char_ram~39151_combout & (\text_gen|char_ram~5552_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39151_combout )))) + + .dataa(\text_gen|char_ram~5552_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12720_q ), + .datad(\text_gen|char_ram~39151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39152 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39155 ( +// Equation(s): +// \text_gen|char_ram~39155_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39152_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39154_combout )))) + + .dataa(\text_gen|char_ram~39154_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39152_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39155 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~39155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39158 ( +// Equation(s): +// \text_gen|char_ram~39158_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39155_combout & (\text_gen|char_ram~39157_combout )) # (!\text_gen|char_ram~39155_combout & ((\text_gen|char_ram~39150_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39155_combout )))) + + .dataa(\text_gen|char_ram~39157_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39150_combout ), + .datad(\text_gen|char_ram~39155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39158 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10949feeder ( +// Equation(s): +// \text_gen|char_ram~10949feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10949feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N21 +dffeas \text_gen|char_ram~10949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y43_N13 +dffeas \text_gen|char_ram~10956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y45_N19 +dffeas \text_gen|char_ram~3788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y47_N27 +dffeas \text_gen|char_ram~3781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39176 ( +// Equation(s): +// \text_gen|char_ram~39176_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3788_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3781_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3788_q ), + .datac(\text_gen|char_ram~3781_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39176 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39177 ( +// Equation(s): +// \text_gen|char_ram~39177_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39176_combout & ((\text_gen|char_ram~10956_q ))) # (!\text_gen|char_ram~39176_combout & (\text_gen|char_ram~10949_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39176_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10949_q ), + .datac(\text_gen|char_ram~10956_q ), + .datad(\text_gen|char_ram~39176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39177 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y43_N3 +dffeas \text_gen|char_ram~7365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y43_N5 +dffeas \text_gen|char_ram~7372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N9 +dffeas \text_gen|char_ram~204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y43_N21 +dffeas \text_gen|char_ram~197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39169 ( +// Equation(s): +// \text_gen|char_ram~39169_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~204_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~197_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~204_q ), + .datac(\text_gen|char_ram~197_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39169 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39170 ( +// Equation(s): +// \text_gen|char_ram~39170_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39169_combout & ((\text_gen|char_ram~7372_q ))) # (!\text_gen|char_ram~39169_combout & (\text_gen|char_ram~7365_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39169_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7365_q ), + .datac(\text_gen|char_ram~7372_q ), + .datad(\text_gen|char_ram~39169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39170 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~176feeder ( +// Equation(s): +// \text_gen|char_ram~176feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~176feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~176feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~176feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y40_N15 +dffeas \text_gen|char_ram~176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~176feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y42_N29 +dffeas \text_gen|char_ram~7344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N19 +dffeas \text_gen|char_ram~169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~7337feeder ( +// Equation(s): +// \text_gen|char_ram~7337feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7337feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y41_N27 +dffeas \text_gen|char_ram~7337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39173 ( +// Equation(s): +// \text_gen|char_ram~39173_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~7337_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~169_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~169_q ), + .datad(\text_gen|char_ram~7337_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39173 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39174 ( +// Equation(s): +// \text_gen|char_ram~39174_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39173_combout & ((\text_gen|char_ram~7344_q ))) # (!\text_gen|char_ram~39173_combout & (\text_gen|char_ram~176_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~39173_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~176_q ), + .datac(\text_gen|char_ram~7344_q ), + .datad(\text_gen|char_ram~39173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39174 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y45_N19 +dffeas \text_gen|char_ram~3760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y45_N23 +dffeas \text_gen|char_ram~10928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y45_N19 +dffeas \text_gen|char_ram~10921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y45_N21 +dffeas \text_gen|char_ram~3753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39171 ( +// Equation(s): +// \text_gen|char_ram~39171_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10921_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3753_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10921_q ), + .datac(\text_gen|char_ram~3753_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39171 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39172 ( +// Equation(s): +// \text_gen|char_ram~39172_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39171_combout & ((\text_gen|char_ram~10928_q ))) # (!\text_gen|char_ram~39171_combout & (\text_gen|char_ram~3760_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39171_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~3760_q ), + .datac(\text_gen|char_ram~10928_q ), + .datad(\text_gen|char_ram~39171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39172 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39175 ( +// Equation(s): +// \text_gen|char_ram~39175_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39172_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39174_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~39174_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39175 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~39175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39178 ( +// Equation(s): +// \text_gen|char_ram~39178_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39175_combout & (\text_gen|char_ram~39177_combout )) # (!\text_gen|char_ram~39175_combout & ((\text_gen|char_ram~39170_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39175_combout )))) + + .dataa(\text_gen|char_ram~39177_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39170_combout ), + .datad(\text_gen|char_ram~39175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39178 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y35_N5 +dffeas \text_gen|char_ram~21701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N5 +dffeas \text_gen|char_ram~21708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N17 +dffeas \text_gen|char_ram~14533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~14540feeder ( +// Equation(s): +// \text_gen|char_ram~14540feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14540feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14540feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14540feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y31_N27 +dffeas \text_gen|char_ram~14540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14540feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39159 ( +// Equation(s): +// \text_gen|char_ram~39159_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14540_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14533_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14533_q ), + .datad(\text_gen|char_ram~14540_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39159 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39160 ( +// Equation(s): +// \text_gen|char_ram~39160_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39159_combout & ((\text_gen|char_ram~21708_q ))) # (!\text_gen|char_ram~39159_combout & (\text_gen|char_ram~21701_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39159_combout )))) + + .dataa(\text_gen|char_ram~21701_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21708_q ), + .datad(\text_gen|char_ram~39159_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39160 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y39_N17 +dffeas \text_gen|char_ram~25285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y44_N1 +dffeas \text_gen|char_ram~25292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y49_N11 +dffeas \text_gen|char_ram~18124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y47_N15 +dffeas \text_gen|char_ram~18117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39166 ( +// Equation(s): +// \text_gen|char_ram~39166_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~18124_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~18117_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~18124_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18117_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39166 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39167 ( +// Equation(s): +// \text_gen|char_ram~39167_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39166_combout & ((\text_gen|char_ram~25292_q ))) # (!\text_gen|char_ram~39166_combout & (\text_gen|char_ram~25285_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39166_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~25285_q ), + .datac(\text_gen|char_ram~25292_q ), + .datad(\text_gen|char_ram~39166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39167 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18096feeder ( +// Equation(s): +// \text_gen|char_ram~18096feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18096feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18096feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18096feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y45_N15 +dffeas \text_gen|char_ram~18096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18096feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y45_N5 +dffeas \text_gen|char_ram~25264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y49_N21 +dffeas \text_gen|char_ram~25257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y49_N27 +dffeas \text_gen|char_ram~18089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39161 ( +// Equation(s): +// \text_gen|char_ram~39161_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~25257_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~18089_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~25257_q ), + .datac(\text_gen|char_ram~18089_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39161 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39162 ( +// Equation(s): +// \text_gen|char_ram~39162_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39161_combout & ((\text_gen|char_ram~25264_q ))) # (!\text_gen|char_ram~39161_combout & (\text_gen|char_ram~18096_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39161_combout )))) + + .dataa(\text_gen|char_ram~18096_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25264_q ), + .datad(\text_gen|char_ram~39161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39162 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y42_N31 +dffeas \text_gen|char_ram~14512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y42_N11 +dffeas \text_gen|char_ram~21680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21673feeder ( +// Equation(s): +// \text_gen|char_ram~21673feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y26_N11 +dffeas \text_gen|char_ram~21673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y34_N23 +dffeas \text_gen|char_ram~14505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39163 ( +// Equation(s): +// \text_gen|char_ram~39163_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~21673_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~14505_q ))))) + + .dataa(\text_gen|char_ram~21673_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14505_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39163 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39164 ( +// Equation(s): +// \text_gen|char_ram~39164_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39163_combout & ((\text_gen|char_ram~21680_q ))) # (!\text_gen|char_ram~39163_combout & (\text_gen|char_ram~14512_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39163_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~14512_q ), + .datac(\text_gen|char_ram~21680_q ), + .datad(\text_gen|char_ram~39163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39164 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39165 ( +// Equation(s): +// \text_gen|char_ram~39165_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39162_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39164_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39162_combout ), + .datad(\text_gen|char_ram~39164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39165 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39168 ( +// Equation(s): +// \text_gen|char_ram~39168_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39165_combout & ((\text_gen|char_ram~39167_combout ))) # (!\text_gen|char_ram~39165_combout & (\text_gen|char_ram~39160_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39165_combout )))) + + .dataa(\text_gen|char_ram~39160_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39167_combout ), + .datad(\text_gen|char_ram~39165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39168 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39179 ( +// Equation(s): +// \text_gen|char_ram~39179_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~39168_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~39178_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~39178_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~39168_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39179 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~39179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16325feeder ( +// Equation(s): +// \text_gen|char_ram~16325feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16325feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16325feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16325feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y16_N3 +dffeas \text_gen|char_ram~16325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16325feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y38_N5 +dffeas \text_gen|char_ram~23493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y35_N13 +dffeas \text_gen|char_ram~16297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23465feeder ( +// Equation(s): +// \text_gen|char_ram~23465feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23465feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23465feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23465feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y21_N27 +dffeas \text_gen|char_ram~23465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23465feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39184 ( +// Equation(s): +// \text_gen|char_ram~39184_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23465_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16297_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16297_q ), + .datad(\text_gen|char_ram~23465_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39184 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39185 ( +// Equation(s): +// \text_gen|char_ram~39185_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39184_combout & ((\text_gen|char_ram~23493_q ))) # (!\text_gen|char_ram~39184_combout & (\text_gen|char_ram~16325_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39184_combout )))) + + .dataa(\text_gen|char_ram~16325_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23493_q ), + .datad(\text_gen|char_ram~39184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39185 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19909feeder ( +// Equation(s): +// \text_gen|char_ram~19909feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19909feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19909feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19909feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N13 +dffeas \text_gen|char_ram~19909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19909feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y38_N7 +dffeas \text_gen|char_ram~27077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y40_N21 +dffeas \text_gen|char_ram~27049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y48_N21 +dffeas \text_gen|char_ram~19881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39182 ( +// Equation(s): +// \text_gen|char_ram~39182_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~27049_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~19881_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27049_q ), + .datac(\text_gen|char_ram~19881_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39182 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39183 ( +// Equation(s): +// \text_gen|char_ram~39183_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39182_combout & ((\text_gen|char_ram~27077_q ))) # (!\text_gen|char_ram~39182_combout & (\text_gen|char_ram~19909_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39182_combout )))) + + .dataa(\text_gen|char_ram~19909_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27077_q ), + .datad(\text_gen|char_ram~39182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39183 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39186 ( +// Equation(s): +// \text_gen|char_ram~39186_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~39183_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~39185_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39185_combout ), + .datad(\text_gen|char_ram~39183_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39186 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y22_N29 +dffeas \text_gen|char_ram~16332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y38_N23 +dffeas \text_gen|char_ram~23500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23472feeder ( +// Equation(s): +// \text_gen|char_ram~23472feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y40_N21 +dffeas \text_gen|char_ram~23472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y44_N31 +dffeas \text_gen|char_ram~16304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39180 ( +// Equation(s): +// \text_gen|char_ram~39180_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~23472_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~16304_q ))))) + + .dataa(\text_gen|char_ram~23472_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16304_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39180 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39181 ( +// Equation(s): +// \text_gen|char_ram~39181_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39180_combout & ((\text_gen|char_ram~23500_q ))) # (!\text_gen|char_ram~39180_combout & (\text_gen|char_ram~16332_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39180_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16332_q ), + .datac(\text_gen|char_ram~23500_q ), + .datad(\text_gen|char_ram~39180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39181 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y41_N1 +dffeas \text_gen|char_ram~19916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y41_N3 +dffeas \text_gen|char_ram~27084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y42_N5 +dffeas \text_gen|char_ram~19888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y45_N1 +dffeas \text_gen|char_ram~27056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39187 ( +// Equation(s): +// \text_gen|char_ram~39187_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~27056_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~19888_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~19888_q ), + .datad(\text_gen|char_ram~27056_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39187 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39188 ( +// Equation(s): +// \text_gen|char_ram~39188_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39187_combout & ((\text_gen|char_ram~27084_q ))) # (!\text_gen|char_ram~39187_combout & (\text_gen|char_ram~19916_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39187_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~19916_q ), + .datac(\text_gen|char_ram~27084_q ), + .datad(\text_gen|char_ram~39187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39188 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39189 ( +// Equation(s): +// \text_gen|char_ram~39189_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39186_combout & ((\text_gen|char_ram~39188_combout ))) # (!\text_gen|char_ram~39186_combout & (\text_gen|char_ram~39181_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~39186_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~39186_combout ), + .datac(\text_gen|char_ram~39181_combout ), + .datad(\text_gen|char_ram~39188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39189 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~39189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39190 ( +// Equation(s): +// \text_gen|char_ram~39190_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39179_combout & ((\text_gen|char_ram~39189_combout ))) # (!\text_gen|char_ram~39179_combout & (\text_gen|char_ram~39158_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39179_combout )))) + + .dataa(\text_gen|char_ram~39158_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39179_combout ), + .datad(\text_gen|char_ram~39189_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39190 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~39190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y19_N29 +dffeas \text_gen|char_ram~9612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y19_N31 +dffeas \text_gen|char_ram~23948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23920feeder ( +// Equation(s): +// \text_gen|char_ram~23920feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23920feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23920feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23920feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y22_N3 +dffeas \text_gen|char_ram~23920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23920feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y22_N9 +dffeas \text_gen|char_ram~9584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39138 ( +// Equation(s): +// \text_gen|char_ram~39138_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23920_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~9584_q ))))) + + .dataa(\text_gen|char_ram~23920_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9584_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39138 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39139 ( +// Equation(s): +// \text_gen|char_ram~39139_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39138_combout & ((\text_gen|char_ram~23948_q ))) # (!\text_gen|char_ram~39138_combout & (\text_gen|char_ram~9612_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39138_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9612_q ), + .datac(\text_gen|char_ram~23948_q ), + .datad(\text_gen|char_ram~39138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39139 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13189feeder ( +// Equation(s): +// \text_gen|char_ram~13189feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13189feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y19_N29 +dffeas \text_gen|char_ram~13189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y19_N1 +dffeas \text_gen|char_ram~27525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y18_N19 +dffeas \text_gen|char_ram~13161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y17_N15 +dffeas \text_gen|char_ram~27497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39140 ( +// Equation(s): +// \text_gen|char_ram~39140_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~27497_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~13161_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~13161_q ), + .datad(\text_gen|char_ram~27497_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39140 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39141 ( +// Equation(s): +// \text_gen|char_ram~39141_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39140_combout & ((\text_gen|char_ram~27525_q ))) # (!\text_gen|char_ram~39140_combout & (\text_gen|char_ram~13189_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39140_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13189_q ), + .datac(\text_gen|char_ram~27525_q ), + .datad(\text_gen|char_ram~39140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39141 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y35_N9 +dffeas \text_gen|char_ram~9605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y19_N3 +dffeas \text_gen|char_ram~23941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23913feeder ( +// Equation(s): +// \text_gen|char_ram~23913feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23913feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23913feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23913feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y16_N17 +dffeas \text_gen|char_ram~23913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23913feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y19_N29 +dffeas \text_gen|char_ram~9577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39142 ( +// Equation(s): +// \text_gen|char_ram~39142_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23913_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~9577_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23913_q ), + .datac(\text_gen|char_ram~9577_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39142 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39143 ( +// Equation(s): +// \text_gen|char_ram~39143_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39142_combout & ((\text_gen|char_ram~23941_q ))) # (!\text_gen|char_ram~39142_combout & (\text_gen|char_ram~9605_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39142_combout )))) + + .dataa(\text_gen|char_ram~9605_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23941_q ), + .datad(\text_gen|char_ram~39142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39143 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39144 ( +// Equation(s): +// \text_gen|char_ram~39144_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39141_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39143_combout ))))) + + .dataa(\text_gen|char_ram~39141_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~39143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39144 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~39144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27504feeder ( +// Equation(s): +// \text_gen|char_ram~27504feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27504feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27504feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27504feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y13_N5 +dffeas \text_gen|char_ram~27504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27504feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y13_N27 +dffeas \text_gen|char_ram~27532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27532 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y13_N13 +dffeas \text_gen|char_ram~13196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y13_N15 +dffeas \text_gen|char_ram~13168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39145 ( +// Equation(s): +// \text_gen|char_ram~39145_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13196_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~13168_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13196_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13168_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39145 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39146 ( +// Equation(s): +// \text_gen|char_ram~39146_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39145_combout & ((\text_gen|char_ram~27532_q ))) # (!\text_gen|char_ram~39145_combout & (\text_gen|char_ram~27504_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39145_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27504_q ), + .datac(\text_gen|char_ram~27532_q ), + .datad(\text_gen|char_ram~39145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39146 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39147 ( +// Equation(s): +// \text_gen|char_ram~39147_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39144_combout & ((\text_gen|char_ram~39146_combout ))) # (!\text_gen|char_ram~39144_combout & (\text_gen|char_ram~39139_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39144_combout )))) + + .dataa(\text_gen|char_ram~39139_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39144_combout ), + .datad(\text_gen|char_ram~39146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39147 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~39147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y18_N29 +dffeas \text_gen|char_ram~6028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y18_N31 +dffeas \text_gen|char_ram~6000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39114 ( +// Equation(s): +// \text_gen|char_ram~39114_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6028_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6000_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6028_q ), + .datac(\text_gen|char_ram~6000_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39114 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20336feeder ( +// Equation(s): +// \text_gen|char_ram~20336feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20336feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20336feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20336feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y11_N5 +dffeas \text_gen|char_ram~20336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20336feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y18_N13 +dffeas \text_gen|char_ram~20364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39115 ( +// Equation(s): +// \text_gen|char_ram~39115_combout = (\text_gen|char_ram~39114_combout & (((\text_gen|char_ram~20364_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~39114_combout & (\text_gen|char_ram~20336_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~39114_combout ), + .datab(\text_gen|char_ram~20336_q ), + .datac(\text_gen|char_ram~20364_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39115 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~39115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y12_N5 +dffeas \text_gen|char_ram~16745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y12_N9 +dffeas \text_gen|char_ram~16773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y8_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2437feeder ( +// Equation(s): +// \text_gen|char_ram~2437feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y8_N15 +dffeas \text_gen|char_ram~2437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y12_N11 +dffeas \text_gen|char_ram~2409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39111 ( +// Equation(s): +// \text_gen|char_ram~39111_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~2437_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~2409_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~2437_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2409_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39111 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39112 ( +// Equation(s): +// \text_gen|char_ram~39112_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39111_combout & ((\text_gen|char_ram~16773_q ))) # (!\text_gen|char_ram~39111_combout & (\text_gen|char_ram~16745_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39111_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16745_q ), + .datac(\text_gen|char_ram~16773_q ), + .datad(\text_gen|char_ram~39111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39112 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y31_N21 +dffeas \text_gen|char_ram~20357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20329feeder ( +// Equation(s): +// \text_gen|char_ram~20329feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20329feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20329feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20329feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y21_N15 +dffeas \text_gen|char_ram~20329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20329feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y26_N19 +dffeas \text_gen|char_ram~5993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y20_N29 +dffeas \text_gen|char_ram~6021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39109 ( +// Equation(s): +// \text_gen|char_ram~39109_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~6021_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5993_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5993_q ), + .datad(\text_gen|char_ram~6021_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39109 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39110 ( +// Equation(s): +// \text_gen|char_ram~39110_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39109_combout & (\text_gen|char_ram~20357_q )) # (!\text_gen|char_ram~39109_combout & ((\text_gen|char_ram~20329_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39109_combout )))) + + .dataa(\text_gen|char_ram~20357_q ), + .datab(\text_gen|char_ram~20329_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~39109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39110 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~39110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39113 ( +// Equation(s): +// \text_gen|char_ram~39113_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~39110_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~39112_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39112_combout ), + .datad(\text_gen|char_ram~39110_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39113 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16780feeder ( +// Equation(s): +// \text_gen|char_ram~16780feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16780feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16780feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16780feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y23_N9 +dffeas \text_gen|char_ram~16780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16780feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y26_N21 +dffeas \text_gen|char_ram~16752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y12_N23 +dffeas \text_gen|char_ram~2416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y9_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2444feeder ( +// Equation(s): +// \text_gen|char_ram~2444feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2444feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2444feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2444feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y9_N11 +dffeas \text_gen|char_ram~2444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2444feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39107 ( +// Equation(s): +// \text_gen|char_ram~39107_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~2444_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2416_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2416_q ), + .datad(\text_gen|char_ram~2444_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39107 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39108 ( +// Equation(s): +// \text_gen|char_ram~39108_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39107_combout & (\text_gen|char_ram~16780_q )) # (!\text_gen|char_ram~39107_combout & ((\text_gen|char_ram~16752_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39107_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16780_q ), + .datac(\text_gen|char_ram~16752_q ), + .datad(\text_gen|char_ram~39107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39108 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39116 ( +// Equation(s): +// \text_gen|char_ram~39116_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~39113_combout & (\text_gen|char_ram~39115_combout )) # (!\text_gen|char_ram~39113_combout & ((\text_gen|char_ram~39108_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~39113_combout )))) + + .dataa(\text_gen|char_ram~39115_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~39113_combout ), + .datad(\text_gen|char_ram~39108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39116 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y18_N11 +dffeas \text_gen|char_ram~14981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y20_N17 +dffeas \text_gen|char_ram~14988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y16_N13 +dffeas \text_gen|char_ram~652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y16_N19 +dffeas \text_gen|char_ram~645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39127 ( +// Equation(s): +// \text_gen|char_ram~39127_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~652_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~645_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~652_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~645_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39127 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39128 ( +// Equation(s): +// \text_gen|char_ram~39128_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39127_combout & ((\text_gen|char_ram~14988_q ))) # (!\text_gen|char_ram~39127_combout & (\text_gen|char_ram~14981_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39127_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14981_q ), + .datac(\text_gen|char_ram~14988_q ), + .datad(\text_gen|char_ram~39127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39128 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y15_N29 +dffeas \text_gen|char_ram~18565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y15_N19 +dffeas \text_gen|char_ram~18572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y20_N15 +dffeas \text_gen|char_ram~4229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y20_N13 +dffeas \text_gen|char_ram~4236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39134 ( +// Equation(s): +// \text_gen|char_ram~39134_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~4236_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4229_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4229_q ), + .datad(\text_gen|char_ram~4236_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39134 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39135 ( +// Equation(s): +// \text_gen|char_ram~39135_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39134_combout & ((\text_gen|char_ram~18572_q ))) # (!\text_gen|char_ram~39134_combout & (\text_gen|char_ram~18565_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39134_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18565_q ), + .datac(\text_gen|char_ram~18572_q ), + .datad(\text_gen|char_ram~39134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39135 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18537feeder ( +// Equation(s): +// \text_gen|char_ram~18537feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18537feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18537feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18537feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y22_N9 +dffeas \text_gen|char_ram~18537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18537feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18537 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y22_N11 +dffeas \text_gen|char_ram~18544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y22_N25 +dffeas \text_gen|char_ram~4201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4208feeder ( +// Equation(s): +// \text_gen|char_ram~4208feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4208feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4208feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4208feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y22_N19 +dffeas \text_gen|char_ram~4208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4208feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39129 ( +// Equation(s): +// \text_gen|char_ram~39129_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~4208_q )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4201_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4201_q ), + .datad(\text_gen|char_ram~4208_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39129 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39130 ( +// Equation(s): +// \text_gen|char_ram~39130_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39129_combout & ((\text_gen|char_ram~18544_q ))) # (!\text_gen|char_ram~39129_combout & (\text_gen|char_ram~18537_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39129_combout )))) + + .dataa(\text_gen|char_ram~18537_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~18544_q ), + .datad(\text_gen|char_ram~39129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39130 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14953feeder ( +// Equation(s): +// \text_gen|char_ram~14953feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y34_N31 +dffeas \text_gen|char_ram~14953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y50_N11 +dffeas \text_gen|char_ram~14960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y16_N25 +dffeas \text_gen|char_ram~624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y16_N7 +dffeas \text_gen|char_ram~617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39131 ( +// Equation(s): +// \text_gen|char_ram~39131_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~624_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~617_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~624_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~617_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39131 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39132 ( +// Equation(s): +// \text_gen|char_ram~39132_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39131_combout & ((\text_gen|char_ram~14960_q ))) # (!\text_gen|char_ram~39131_combout & (\text_gen|char_ram~14953_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39131_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14953_q ), + .datac(\text_gen|char_ram~14960_q ), + .datad(\text_gen|char_ram~39131_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39132 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39133 ( +// Equation(s): +// \text_gen|char_ram~39133_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39130_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39132_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39130_combout ), + .datad(\text_gen|char_ram~39132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39133 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39136 ( +// Equation(s): +// \text_gen|char_ram~39136_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39133_combout & ((\text_gen|char_ram~39135_combout ))) # (!\text_gen|char_ram~39133_combout & (\text_gen|char_ram~39128_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39133_combout )))) + + .dataa(\text_gen|char_ram~39128_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39135_combout ), + .datad(\text_gen|char_ram~39133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39136 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y35_N29 +dffeas \text_gen|char_ram~25733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y35_N7 +dffeas \text_gen|char_ram~25740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y24_N9 +dffeas \text_gen|char_ram~11397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11404feeder ( +// Equation(s): +// \text_gen|char_ram~11404feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11404feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11404feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11404feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y24_N15 +dffeas \text_gen|char_ram~11404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11404feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39124 ( +// Equation(s): +// \text_gen|char_ram~39124_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11404_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11397_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11397_q ), + .datad(\text_gen|char_ram~11404_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39124 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39125 ( +// Equation(s): +// \text_gen|char_ram~39125_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39124_combout & ((\text_gen|char_ram~25740_q ))) # (!\text_gen|char_ram~39124_combout & (\text_gen|char_ram~25733_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39124_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25733_q ), + .datac(\text_gen|char_ram~25740_q ), + .datad(\text_gen|char_ram~39124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39125 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y24_N23 +dffeas \text_gen|char_ram~22149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y24_N1 +dffeas \text_gen|char_ram~22156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y20_N23 +dffeas \text_gen|char_ram~7813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7820feeder ( +// Equation(s): +// \text_gen|char_ram~7820feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7820feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7820feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7820feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y13_N31 +dffeas \text_gen|char_ram~7820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7820feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39117 ( +// Equation(s): +// \text_gen|char_ram~39117_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~7820_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7813_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7813_q ), + .datad(\text_gen|char_ram~7820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39117 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39118 ( +// Equation(s): +// \text_gen|char_ram~39118_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39117_combout & ((\text_gen|char_ram~22156_q ))) # (!\text_gen|char_ram~39117_combout & (\text_gen|char_ram~22149_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39117_combout )))) + + .dataa(\text_gen|char_ram~22149_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22156_q ), + .datad(\text_gen|char_ram~39117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39118 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25705feeder ( +// Equation(s): +// \text_gen|char_ram~25705feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25705feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25705feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25705feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y18_N17 +dffeas \text_gen|char_ram~25705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25705feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y25_N21 +dffeas \text_gen|char_ram~25712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y25_N25 +dffeas \text_gen|char_ram~11376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y25_N11 +dffeas \text_gen|char_ram~11369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39119 ( +// Equation(s): +// \text_gen|char_ram~39119_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~11376_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~11369_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11376_q ), + .datac(\text_gen|char_ram~11369_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39119 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39120 ( +// Equation(s): +// \text_gen|char_ram~39120_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39119_combout & ((\text_gen|char_ram~25712_q ))) # (!\text_gen|char_ram~39119_combout & (\text_gen|char_ram~25705_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39119_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25705_q ), + .datac(\text_gen|char_ram~25712_q ), + .datad(\text_gen|char_ram~39119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39120 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y23_N13 +dffeas \text_gen|char_ram~22121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y19_N5 +dffeas \text_gen|char_ram~22128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y18_N29 +dffeas \text_gen|char_ram~7792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y18_N1 +dffeas \text_gen|char_ram~7785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39121 ( +// Equation(s): +// \text_gen|char_ram~39121_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~7792_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~7785_q ))))) + + .dataa(\text_gen|char_ram~7792_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~7785_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~39121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39121 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39122 ( +// Equation(s): +// \text_gen|char_ram~39122_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39121_combout & ((\text_gen|char_ram~22128_q ))) # (!\text_gen|char_ram~39121_combout & (\text_gen|char_ram~22121_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39121_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22121_q ), + .datac(\text_gen|char_ram~22128_q ), + .datad(\text_gen|char_ram~39121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39122 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39123 ( +// Equation(s): +// \text_gen|char_ram~39123_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~39120_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~39122_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39120_combout ), + .datad(\text_gen|char_ram~39122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39123 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39126 ( +// Equation(s): +// \text_gen|char_ram~39126_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~39123_combout & (\text_gen|char_ram~39125_combout )) # (!\text_gen|char_ram~39123_combout & ((\text_gen|char_ram~39118_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~39123_combout )))) + + .dataa(\text_gen|char_ram~39125_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~39118_combout ), + .datad(\text_gen|char_ram~39123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39126 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39137 ( +// Equation(s): +// \text_gen|char_ram~39137_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~39126_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~39136_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39136_combout ), + .datad(\text_gen|char_ram~39126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39137 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39148 ( +// Equation(s): +// \text_gen|char_ram~39148_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39137_combout & (\text_gen|char_ram~39147_combout )) # (!\text_gen|char_ram~39137_combout & ((\text_gen|char_ram~39116_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39137_combout )))) + + .dataa(\text_gen|char_ram~39147_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39116_combout ), + .datad(\text_gen|char_ram~39137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39148 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39191 ( +// Equation(s): +// \text_gen|char_ram~39191_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~39148_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~39190_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39190_combout ), + .datad(\text_gen|char_ram~39148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39191 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39234 ( +// Equation(s): +// \text_gen|char_ram~39234_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39191_combout & (\text_gen|char_ram~39233_combout )) # (!\text_gen|char_ram~39191_combout & ((\text_gen|char_ram~39106_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39191_combout )))) + + .dataa(\text_gen|char_ram~39233_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39106_combout ), + .datad(\text_gen|char_ram~39191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39234 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39746 ( +// Equation(s): +// \text_gen|char_ram~39746_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~39575_combout & (\text_gen|char_ram~39745_combout )) # (!\text_gen|char_ram~39575_combout & ((\text_gen|char_ram~39234_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~39575_combout )))) + + .dataa(\text_gen|char_ram~39745_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~39575_combout ), + .datad(\text_gen|char_ram~39234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39746 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y22_N9 +dffeas \text_gen|char_ram~25698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y22_N13 +dffeas \text_gen|char_ram~11362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y22_N13 +dffeas \text_gen|char_ram~18530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y22_N29 +dffeas \text_gen|char_ram~4194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40258 ( +// Equation(s): +// \text_gen|char_ram~40258_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18530_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4194_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18530_q ), + .datac(\text_gen|char_ram~4194_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40258 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40259 ( +// Equation(s): +// \text_gen|char_ram~40259_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40258_combout & (\text_gen|char_ram~25698_q )) # (!\text_gen|char_ram~40258_combout & ((\text_gen|char_ram~11362_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40258_combout )))) + + .dataa(\text_gen|char_ram~25698_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~11362_q ), + .datad(\text_gen|char_ram~40258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40259 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7778feeder ( +// Equation(s): +// \text_gen|char_ram~7778feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N31 +dffeas \text_gen|char_ram~7778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y19_N27 +dffeas \text_gen|char_ram~22114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y21_N15 +dffeas \text_gen|char_ram~14946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y21_N21 +dffeas \text_gen|char_ram~610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40262 ( +// Equation(s): +// \text_gen|char_ram~40262_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14946_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~610_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14946_q ), + .datac(\text_gen|char_ram~610_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40262 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40263 ( +// Equation(s): +// \text_gen|char_ram~40263_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40262_combout & ((\text_gen|char_ram~22114_q ))) # (!\text_gen|char_ram~40262_combout & (\text_gen|char_ram~7778_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40262_combout )))) + + .dataa(\text_gen|char_ram~7778_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22114_q ), + .datad(\text_gen|char_ram~40262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40263 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y20_N17 +dffeas \text_gen|char_ram~16738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y20_N23 +dffeas \text_gen|char_ram~23906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y20_N9 +dffeas \text_gen|char_ram~9570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y23_N5 +dffeas \text_gen|char_ram~2402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2402 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40260 ( +// Equation(s): +// \text_gen|char_ram~40260_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9570_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2402_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9570_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2402_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40260 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40261 ( +// Equation(s): +// \text_gen|char_ram~40261_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40260_combout & ((\text_gen|char_ram~23906_q ))) # (!\text_gen|char_ram~40260_combout & (\text_gen|char_ram~16738_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40260_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16738_q ), + .datac(\text_gen|char_ram~23906_q ), + .datad(\text_gen|char_ram~40260_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40261 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40264 ( +// Equation(s): +// \text_gen|char_ram~40264_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~40261_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~40263_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40263_combout ), + .datad(\text_gen|char_ram~40261_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40264 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y19_N13 +dffeas \text_gen|char_ram~20322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y19_N15 +dffeas \text_gen|char_ram~27490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13154feeder ( +// Equation(s): +// \text_gen|char_ram~13154feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13154feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13154feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13154feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N13 +dffeas \text_gen|char_ram~13154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13154feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y23_N7 +dffeas \text_gen|char_ram~5986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5986 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40265 ( +// Equation(s): +// \text_gen|char_ram~40265_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13154_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5986_q +// ))))) + + .dataa(\text_gen|char_ram~13154_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5986_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40265 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40266 ( +// Equation(s): +// \text_gen|char_ram~40266_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40265_combout & ((\text_gen|char_ram~27490_q ))) # (!\text_gen|char_ram~40265_combout & (\text_gen|char_ram~20322_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40265_combout )))) + + .dataa(\text_gen|char_ram~20322_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27490_q ), + .datad(\text_gen|char_ram~40265_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40266 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40267 ( +// Equation(s): +// \text_gen|char_ram~40267_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40264_combout & ((\text_gen|char_ram~40266_combout ))) # (!\text_gen|char_ram~40264_combout & (\text_gen|char_ram~40259_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40264_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~40259_combout ), + .datac(\text_gen|char_ram~40264_combout ), + .datad(\text_gen|char_ram~40266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40267 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~40267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16626feeder ( +// Equation(s): +// \text_gen|char_ram~16626feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16626feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16626feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16626feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y18_N15 +dffeas \text_gen|char_ram~16626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16626feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y20_N29 +dffeas \text_gen|char_ram~9458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y20_N11 +dffeas \text_gen|char_ram~2290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40278 ( +// Equation(s): +// \text_gen|char_ram~40278_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9458_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2290_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9458_q ), + .datac(\text_gen|char_ram~2290_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40278 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y22_N5 +dffeas \text_gen|char_ram~23794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23794 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40279 ( +// Equation(s): +// \text_gen|char_ram~40279_combout = (\text_gen|char_ram~40278_combout & (((\text_gen|char_ram~23794_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~40278_combout & (\text_gen|char_ram~16626_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~16626_q ), + .datab(\text_gen|char_ram~40278_combout ), + .datac(\text_gen|char_ram~23794_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40279 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20210feeder ( +// Equation(s): +// \text_gen|char_ram~20210feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20210feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20210feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20210feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y21_N27 +dffeas \text_gen|char_ram~20210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20210feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y22_N7 +dffeas \text_gen|char_ram~27378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y22_N21 +dffeas \text_gen|char_ram~13042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y22_N17 +dffeas \text_gen|char_ram~5874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5874 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40285 ( +// Equation(s): +// \text_gen|char_ram~40285_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13042_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5874_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13042_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5874_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40285 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40286 ( +// Equation(s): +// \text_gen|char_ram~40286_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40285_combout & ((\text_gen|char_ram~27378_q ))) # (!\text_gen|char_ram~40285_combout & (\text_gen|char_ram~20210_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40285_combout )))) + + .dataa(\text_gen|char_ram~20210_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27378_q ), + .datad(\text_gen|char_ram~40285_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40286 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y20_N31 +dffeas \text_gen|char_ram~11250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y43_N29 +dffeas \text_gen|char_ram~25586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N11 +dffeas \text_gen|char_ram~4082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18418feeder ( +// Equation(s): +// \text_gen|char_ram~18418feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18418feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18418feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18418feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y18_N11 +dffeas \text_gen|char_ram~18418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18418feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40280 ( +// Equation(s): +// \text_gen|char_ram~40280_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18418_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4082_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4082_q ), + .datad(\text_gen|char_ram~18418_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40280 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40281 ( +// Equation(s): +// \text_gen|char_ram~40281_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40280_combout & ((\text_gen|char_ram~25586_q ))) # (!\text_gen|char_ram~40280_combout & (\text_gen|char_ram~11250_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40280_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11250_q ), + .datac(\text_gen|char_ram~25586_q ), + .datad(\text_gen|char_ram~40280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40281 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y21_N1 +dffeas \text_gen|char_ram~7666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y43_N31 +dffeas \text_gen|char_ram~22002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14834feeder ( +// Equation(s): +// \text_gen|char_ram~14834feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14834feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y21_N25 +dffeas \text_gen|char_ram~14834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y21_N15 +dffeas \text_gen|char_ram~498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40282 ( +// Equation(s): +// \text_gen|char_ram~40282_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14834_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~498_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14834_q ), + .datac(\text_gen|char_ram~498_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40282 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40283 ( +// Equation(s): +// \text_gen|char_ram~40283_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40282_combout & ((\text_gen|char_ram~22002_q ))) # (!\text_gen|char_ram~40282_combout & (\text_gen|char_ram~7666_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40282_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7666_q ), + .datac(\text_gen|char_ram~22002_q ), + .datad(\text_gen|char_ram~40282_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40283 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40284 ( +// Equation(s): +// \text_gen|char_ram~40284_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40281_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~40283_combout & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~40281_combout ), + .datac(\text_gen|char_ram~40283_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40284 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40287 ( +// Equation(s): +// \text_gen|char_ram~40287_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40284_combout & ((\text_gen|char_ram~40286_combout ))) # (!\text_gen|char_ram~40284_combout & (\text_gen|char_ram~40279_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40284_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~40279_combout ), + .datac(\text_gen|char_ram~40286_combout ), + .datad(\text_gen|char_ram~40284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40287 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N13 +dffeas \text_gen|char_ram~16850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y26_N7 +dffeas \text_gen|char_ram~24018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y20_N27 +dffeas \text_gen|char_ram~9682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y20_N3 +dffeas \text_gen|char_ram~2514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40268 ( +// Equation(s): +// \text_gen|char_ram~40268_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9682_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2514_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9682_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2514_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40268 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40269 ( +// Equation(s): +// \text_gen|char_ram~40269_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40268_combout & ((\text_gen|char_ram~24018_q ))) # (!\text_gen|char_ram~40268_combout & (\text_gen|char_ram~16850_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40268_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16850_q ), + .datac(\text_gen|char_ram~24018_q ), + .datad(\text_gen|char_ram~40268_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40269 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11474feeder ( +// Equation(s): +// \text_gen|char_ram~11474feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y20_N27 +dffeas \text_gen|char_ram~11474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y22_N31 +dffeas \text_gen|char_ram~25810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18642feeder ( +// Equation(s): +// \text_gen|char_ram~18642feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18642feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18642feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18642feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y21_N1 +dffeas \text_gen|char_ram~18642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18642feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y22_N3 +dffeas \text_gen|char_ram~4306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40270 ( +// Equation(s): +// \text_gen|char_ram~40270_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18642_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4306_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18642_q ), + .datac(\text_gen|char_ram~4306_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40270 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40271 ( +// Equation(s): +// \text_gen|char_ram~40271_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40270_combout & ((\text_gen|char_ram~25810_q ))) # (!\text_gen|char_ram~40270_combout & (\text_gen|char_ram~11474_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40270_combout )))) + + .dataa(\text_gen|char_ram~11474_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25810_q ), + .datad(\text_gen|char_ram~40270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40271 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7890feeder ( +// Equation(s): +// \text_gen|char_ram~7890feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7890feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y20_N23 +dffeas \text_gen|char_ram~7890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y22_N9 +dffeas \text_gen|char_ram~22226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y18_N23 +dffeas \text_gen|char_ram~15058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y19_N21 +dffeas \text_gen|char_ram~722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~722 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40272 ( +// Equation(s): +// \text_gen|char_ram~40272_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15058_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~722_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15058_q ), + .datac(\text_gen|char_ram~722_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40272 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40273 ( +// Equation(s): +// \text_gen|char_ram~40273_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40272_combout & ((\text_gen|char_ram~22226_q ))) # (!\text_gen|char_ram~40272_combout & (\text_gen|char_ram~7890_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40272_combout )))) + + .dataa(\text_gen|char_ram~7890_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22226_q ), + .datad(\text_gen|char_ram~40272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40273 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40274 ( +// Equation(s): +// \text_gen|char_ram~40274_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~40271_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~40273_combout ))))) + + .dataa(\text_gen|char_ram~40271_combout ), + .datab(\text_gen|char_ram~40273_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40274 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~40274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y22_N29 +dffeas \text_gen|char_ram~20434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y22_N19 +dffeas \text_gen|char_ram~27602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y20_N9 +dffeas \text_gen|char_ram~13266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y20_N27 +dffeas \text_gen|char_ram~6098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6098 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40275 ( +// Equation(s): +// \text_gen|char_ram~40275_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13266_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6098_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13266_q ), + .datac(\text_gen|char_ram~6098_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40275 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40276 ( +// Equation(s): +// \text_gen|char_ram~40276_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40275_combout & ((\text_gen|char_ram~27602_q ))) # (!\text_gen|char_ram~40275_combout & (\text_gen|char_ram~20434_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40275_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20434_q ), + .datac(\text_gen|char_ram~27602_q ), + .datad(\text_gen|char_ram~40275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40276 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40277 ( +// Equation(s): +// \text_gen|char_ram~40277_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40274_combout & ((\text_gen|char_ram~40276_combout ))) # (!\text_gen|char_ram~40274_combout & (\text_gen|char_ram~40269_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40274_combout )))) + + .dataa(\text_gen|char_ram~40269_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40274_combout ), + .datad(\text_gen|char_ram~40276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40277 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40288 ( +// Equation(s): +// \text_gen|char_ram~40288_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~40277_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~40287_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40287_combout ), + .datad(\text_gen|char_ram~40277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40288 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y20_N7 +dffeas \text_gen|char_ram~11586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y19_N9 +dffeas \text_gen|char_ram~25922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y21_N5 +dffeas \text_gen|char_ram~4418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18754feeder ( +// Equation(s): +// \text_gen|char_ram~18754feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18754feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18754feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18754feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y21_N7 +dffeas \text_gen|char_ram~18754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18754feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40289 ( +// Equation(s): +// \text_gen|char_ram~40289_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18754_q ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~4418_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~4418_q ), + .datac(\text_gen|char_ram~18754_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40289 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~40289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40290 ( +// Equation(s): +// \text_gen|char_ram~40290_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40289_combout & ((\text_gen|char_ram~25922_q ))) # (!\text_gen|char_ram~40289_combout & (\text_gen|char_ram~11586_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40289_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11586_q ), + .datac(\text_gen|char_ram~25922_q ), + .datad(\text_gen|char_ram~40289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40290 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13378feeder ( +// Equation(s): +// \text_gen|char_ram~13378feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y19_N25 +dffeas \text_gen|char_ram~13378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y22_N3 +dffeas \text_gen|char_ram~6210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40296 ( +// Equation(s): +// \text_gen|char_ram~40296_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13378_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6210_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13378_q ), + .datac(\text_gen|char_ram~6210_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40296 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20546feeder ( +// Equation(s): +// \text_gen|char_ram~20546feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20546feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20546feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20546feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N11 +dffeas \text_gen|char_ram~20546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20546feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y22_N15 +dffeas \text_gen|char_ram~27714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40297 ( +// Equation(s): +// \text_gen|char_ram~40297_combout = (\text_gen|char_ram~40296_combout & (((\text_gen|char_ram~27714_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~40296_combout & (\text_gen|char_ram~20546_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~40296_combout ), + .datab(\text_gen|char_ram~20546_q ), + .datac(\text_gen|char_ram~27714_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40297 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16962feeder ( +// Equation(s): +// \text_gen|char_ram~16962feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y22_N19 +dffeas \text_gen|char_ram~16962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y22_N15 +dffeas \text_gen|char_ram~24130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y20_N15 +dffeas \text_gen|char_ram~9794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y20_N19 +dffeas \text_gen|char_ram~2626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2626 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40291 ( +// Equation(s): +// \text_gen|char_ram~40291_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9794_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2626_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9794_q ), + .datac(\text_gen|char_ram~2626_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40291 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40292 ( +// Equation(s): +// \text_gen|char_ram~40292_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40291_combout & ((\text_gen|char_ram~24130_q ))) # (!\text_gen|char_ram~40291_combout & (\text_gen|char_ram~16962_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40291_combout )))) + + .dataa(\text_gen|char_ram~16962_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24130_q ), + .datad(\text_gen|char_ram~40291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40292 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y20_N25 +dffeas \text_gen|char_ram~8002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y19_N25 +dffeas \text_gen|char_ram~22338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15170feeder ( +// Equation(s): +// \text_gen|char_ram~15170feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15170feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15170feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15170feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y21_N31 +dffeas \text_gen|char_ram~15170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15170feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~834feeder ( +// Equation(s): +// \text_gen|char_ram~834feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~834feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y16_N9 +dffeas \text_gen|char_ram~834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40293 ( +// Equation(s): +// \text_gen|char_ram~40293_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15170_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~834_q +// ))))) + + .dataa(\text_gen|char_ram~15170_q ), + .datab(\text_gen|char_ram~834_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40293 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~40293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40294 ( +// Equation(s): +// \text_gen|char_ram~40294_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40293_combout & ((\text_gen|char_ram~22338_q ))) # (!\text_gen|char_ram~40293_combout & (\text_gen|char_ram~8002_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40293_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8002_q ), + .datac(\text_gen|char_ram~22338_q ), + .datad(\text_gen|char_ram~40293_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40294 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40295 ( +// Equation(s): +// \text_gen|char_ram~40295_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~40292_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~40294_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40292_combout ), + .datad(\text_gen|char_ram~40294_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40295 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40298 ( +// Equation(s): +// \text_gen|char_ram~40298_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40295_combout & ((\text_gen|char_ram~40297_combout ))) # (!\text_gen|char_ram~40295_combout & (\text_gen|char_ram~40290_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40295_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~40290_combout ), + .datac(\text_gen|char_ram~40297_combout ), + .datad(\text_gen|char_ram~40295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40298 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40299 ( +// Equation(s): +// \text_gen|char_ram~40299_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40288_combout & ((\text_gen|char_ram~40298_combout ))) # (!\text_gen|char_ram~40288_combout & (\text_gen|char_ram~40267_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40288_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40267_combout ), + .datac(\text_gen|char_ram~40288_combout ), + .datad(\text_gen|char_ram~40298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40299 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~40299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y30_N31 +dffeas \text_gen|char_ram~28274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y30_N25 +dffeas \text_gen|char_ram~28386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40423 ( +// Equation(s): +// \text_gen|char_ram~40423_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~28386_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~28274_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~28274_q ), + .datad(\text_gen|char_ram~28386_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40423 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y29_N17 +dffeas \text_gen|char_ram~28610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y30_N31 +dffeas \text_gen|char_ram~28498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40424 ( +// Equation(s): +// \text_gen|char_ram~40424_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40423_combout & (\text_gen|char_ram~28610_q )) # (!\text_gen|char_ram~40423_combout & ((\text_gen|char_ram~28498_q ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~40423_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40423_combout ), + .datac(\text_gen|char_ram~28610_q ), + .datad(\text_gen|char_ram~28498_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40424 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N7 +dffeas \text_gen|char_ram~26594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y30_N7 +dffeas \text_gen|char_ram~26818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y32_N25 +dffeas \text_gen|char_ram~26482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26706feeder ( +// Equation(s): +// \text_gen|char_ram~26706feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y32_N27 +dffeas \text_gen|char_ram~26706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40416 ( +// Equation(s): +// \text_gen|char_ram~40416_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~26706_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26482_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26482_q ), + .datad(\text_gen|char_ram~26706_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40416 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40417 ( +// Equation(s): +// \text_gen|char_ram~40417_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40416_combout & ((\text_gen|char_ram~26818_q ))) # (!\text_gen|char_ram~40416_combout & (\text_gen|char_ram~26594_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40416_combout )))) + + .dataa(\text_gen|char_ram~26594_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26818_q ), + .datad(\text_gen|char_ram~40416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40417 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y30_N1 +dffeas \text_gen|char_ram~24914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y26_N13 +dffeas \text_gen|char_ram~25026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y22_N3 +dffeas \text_gen|char_ram~24690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y30_N5 +dffeas \text_gen|char_ram~24802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40418 ( +// Equation(s): +// \text_gen|char_ram~40418_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~24802_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~24690_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24690_q ), + .datad(\text_gen|char_ram~24802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40418 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40419 ( +// Equation(s): +// \text_gen|char_ram~40419_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40418_combout & ((\text_gen|char_ram~25026_q ))) # (!\text_gen|char_ram~40418_combout & (\text_gen|char_ram~24914_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40418_combout )))) + + .dataa(\text_gen|char_ram~24914_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25026_q ), + .datad(\text_gen|char_ram~40418_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40419 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23010feeder ( +// Equation(s): +// \text_gen|char_ram~23010feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23010feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y30_N3 +dffeas \text_gen|char_ram~23010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N27 +dffeas \text_gen|char_ram~23234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y29_N19 +dffeas \text_gen|char_ram~22898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y30_N19 +dffeas \text_gen|char_ram~23122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40420 ( +// Equation(s): +// \text_gen|char_ram~40420_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~23122_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~22898_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~22898_q ), + .datad(\text_gen|char_ram~23122_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40420 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40421 ( +// Equation(s): +// \text_gen|char_ram~40421_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40420_combout & ((\text_gen|char_ram~23234_q ))) # (!\text_gen|char_ram~40420_combout & (\text_gen|char_ram~23010_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40420_combout )))) + + .dataa(\text_gen|char_ram~23010_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23234_q ), + .datad(\text_gen|char_ram~40420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40421 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40422 ( +// Equation(s): +// \text_gen|char_ram~40422_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~40419_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~40421_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40419_combout ), + .datad(\text_gen|char_ram~40421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40422 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40425 ( +// Equation(s): +// \text_gen|char_ram~40425_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40422_combout & (\text_gen|char_ram~40424_combout )) # (!\text_gen|char_ram~40422_combout & ((\text_gen|char_ram~40417_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40422_combout )))) + + .dataa(\text_gen|char_ram~40424_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40417_combout ), + .datad(\text_gen|char_ram~40422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40425 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y23_N25 +dffeas \text_gen|char_ram~21330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y28_N17 +dffeas \text_gen|char_ram~21106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21218feeder ( +// Equation(s): +// \text_gen|char_ram~21218feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y28_N19 +dffeas \text_gen|char_ram~21218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40392 ( +// Equation(s): +// \text_gen|char_ram~40392_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~21218_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~21106_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~21106_q ), + .datad(\text_gen|char_ram~21218_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40392 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~21442feeder ( +// Equation(s): +// \text_gen|char_ram~21442feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y27_N5 +dffeas \text_gen|char_ram~21442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40393 ( +// Equation(s): +// \text_gen|char_ram~40393_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40392_combout & ((\text_gen|char_ram~21442_q ))) # (!\text_gen|char_ram~40392_combout & (\text_gen|char_ram~21330_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40392_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~21330_q ), + .datac(\text_gen|char_ram~40392_combout ), + .datad(\text_gen|char_ram~21442_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40393 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~40393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17746feeder ( +// Equation(s): +// \text_gen|char_ram~17746feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17746feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17746feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17746feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y23_N3 +dffeas \text_gen|char_ram~17746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17746feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y23_N31 +dffeas \text_gen|char_ram~17858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N29 +dffeas \text_gen|char_ram~17522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y24_N23 +dffeas \text_gen|char_ram~17634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40385 ( +// Equation(s): +// \text_gen|char_ram~40385_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~17634_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~17522_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~17522_q ), + .datad(\text_gen|char_ram~17634_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40385 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40386 ( +// Equation(s): +// \text_gen|char_ram~40386_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40385_combout & ((\text_gen|char_ram~17858_q ))) # (!\text_gen|char_ram~40385_combout & (\text_gen|char_ram~17746_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40385_combout )))) + + .dataa(\text_gen|char_ram~17746_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~17858_q ), + .datad(\text_gen|char_ram~40385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40386 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15842feeder ( +// Equation(s): +// \text_gen|char_ram~15842feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y28_N21 +dffeas \text_gen|char_ram~15842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y23_N25 +dffeas \text_gen|char_ram~16066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y32_N19 +dffeas \text_gen|char_ram~15730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y50_N15 +dffeas \text_gen|char_ram~15954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40389 ( +// Equation(s): +// \text_gen|char_ram~40389_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~15954_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~15730_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~15730_q ), + .datad(\text_gen|char_ram~15954_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40389 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40390 ( +// Equation(s): +// \text_gen|char_ram~40390_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40389_combout & ((\text_gen|char_ram~16066_q ))) # (!\text_gen|char_ram~40389_combout & (\text_gen|char_ram~15842_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40389_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~15842_q ), + .datac(\text_gen|char_ram~16066_q ), + .datad(\text_gen|char_ram~40389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40390 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y25_N23 +dffeas \text_gen|char_ram~19426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y25_N17 +dffeas \text_gen|char_ram~19650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y48_N29 +dffeas \text_gen|char_ram~19538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y25_N9 +dffeas \text_gen|char_ram~19314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40387 ( +// Equation(s): +// \text_gen|char_ram~40387_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~19538_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~19314_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~19538_q ), + .datac(\text_gen|char_ram~19314_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40387 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40388 ( +// Equation(s): +// \text_gen|char_ram~40388_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40387_combout & ((\text_gen|char_ram~19650_q ))) # (!\text_gen|char_ram~40387_combout & (\text_gen|char_ram~19426_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40387_combout )))) + + .dataa(\text_gen|char_ram~19426_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~19650_q ), + .datad(\text_gen|char_ram~40387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40388 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40391 ( +// Equation(s): +// \text_gen|char_ram~40391_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~40388_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~40390_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~40390_combout ), + .datac(\text_gen|char_ram~40388_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40391 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~40391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40394 ( +// Equation(s): +// \text_gen|char_ram~40394_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40391_combout & (\text_gen|char_ram~40393_combout )) # (!\text_gen|char_ram~40391_combout & ((\text_gen|char_ram~40386_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40391_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~40393_combout ), + .datac(\text_gen|char_ram~40386_combout ), + .datad(\text_gen|char_ram~40391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40394 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14162feeder ( +// Equation(s): +// \text_gen|char_ram~14162feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14162feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14162feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14162feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y32_N1 +dffeas \text_gen|char_ram~14162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14162feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y32_N15 +dffeas \text_gen|char_ram~14274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y32_N7 +dffeas \text_gen|char_ram~13938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13938 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y32_N25 +dffeas \text_gen|char_ram~14050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40402 ( +// Equation(s): +// \text_gen|char_ram~40402_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~14050_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~13938_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~13938_q ), + .datad(\text_gen|char_ram~14050_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40402 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40403 ( +// Equation(s): +// \text_gen|char_ram~40403_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40402_combout & ((\text_gen|char_ram~14274_q ))) # (!\text_gen|char_ram~40402_combout & (\text_gen|char_ram~14162_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40402_combout )))) + + .dataa(\text_gen|char_ram~14162_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~14274_q ), + .datad(\text_gen|char_ram~40402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40403 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y32_N1 +dffeas \text_gen|char_ram~12258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y33_N25 +dffeas \text_gen|char_ram~12482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y34_N1 +dffeas \text_gen|char_ram~12146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X102_Y34_N11 +dffeas \text_gen|char_ram~12370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40395 ( +// Equation(s): +// \text_gen|char_ram~40395_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12370_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12146_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12146_q ), + .datad(\text_gen|char_ram~12370_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40395 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40396 ( +// Equation(s): +// \text_gen|char_ram~40396_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40395_combout & ((\text_gen|char_ram~12482_q ))) # (!\text_gen|char_ram~40395_combout & (\text_gen|char_ram~12258_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40395_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12258_q ), + .datac(\text_gen|char_ram~12482_q ), + .datad(\text_gen|char_ram~40395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40396 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10578feeder ( +// Equation(s): +// \text_gen|char_ram~10578feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10578feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y31_N31 +dffeas \text_gen|char_ram~10578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y28_N7 +dffeas \text_gen|char_ram~10690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y28_N29 +dffeas \text_gen|char_ram~10354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y28_N7 +dffeas \text_gen|char_ram~10466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40397 ( +// Equation(s): +// \text_gen|char_ram~40397_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10466_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10354_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10354_q ), + .datad(\text_gen|char_ram~10466_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40397 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40398 ( +// Equation(s): +// \text_gen|char_ram~40398_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40397_combout & ((\text_gen|char_ram~10690_q ))) # (!\text_gen|char_ram~40397_combout & (\text_gen|char_ram~10578_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40397_combout )))) + + .dataa(\text_gen|char_ram~10578_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10690_q ), + .datad(\text_gen|char_ram~40397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40398 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y30_N31 +dffeas \text_gen|char_ram~8562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8786feeder ( +// Equation(s): +// \text_gen|char_ram~8786feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8786feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8786feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8786feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y30_N5 +dffeas \text_gen|char_ram~8786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8786feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40399 ( +// Equation(s): +// \text_gen|char_ram~40399_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~8786_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~8562_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~8562_q ), + .datad(\text_gen|char_ram~8786_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40399 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y29_N11 +dffeas \text_gen|char_ram~8898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8898 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8674feeder ( +// Equation(s): +// \text_gen|char_ram~8674feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8674feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8674feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8674feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N7 +dffeas \text_gen|char_ram~8674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8674feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40400 ( +// Equation(s): +// \text_gen|char_ram~40400_combout = (\text_gen|char_ram~40399_combout & (((\text_gen|char_ram~8898_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~40399_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~8674_q )))) + + .dataa(\text_gen|char_ram~40399_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~8898_q ), + .datad(\text_gen|char_ram~8674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40400 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40401 ( +// Equation(s): +// \text_gen|char_ram~40401_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~40398_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~40400_combout ))))) + + .dataa(\text_gen|char_ram~40398_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40400_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40401 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40404 ( +// Equation(s): +// \text_gen|char_ram~40404_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40401_combout & (\text_gen|char_ram~40403_combout )) # (!\text_gen|char_ram~40401_combout & ((\text_gen|char_ram~40396_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40401_combout )))) + + .dataa(\text_gen|char_ram~40403_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40396_combout ), + .datad(\text_gen|char_ram~40401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40404 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5090feeder ( +// Equation(s): +// \text_gen|char_ram~5090feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5090feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N23 +dffeas \text_gen|char_ram~5090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y25_N1 +dffeas \text_gen|char_ram~5314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y29_N31 +dffeas \text_gen|char_ram~4978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y27_N5 +dffeas \text_gen|char_ram~5202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5202 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40407 ( +// Equation(s): +// \text_gen|char_ram~40407_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~5202_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~4978_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~4978_q ), + .datad(\text_gen|char_ram~5202_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40407 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40408 ( +// Equation(s): +// \text_gen|char_ram~40408_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40407_combout & ((\text_gen|char_ram~5314_q ))) # (!\text_gen|char_ram~40407_combout & (\text_gen|char_ram~5090_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40407_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~5090_q ), + .datac(\text_gen|char_ram~5314_q ), + .datad(\text_gen|char_ram~40407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40408 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y25_N21 +dffeas \text_gen|char_ram~1394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1394 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~1618feeder ( +// Equation(s): +// \text_gen|char_ram~1618feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1618feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y25_N3 +dffeas \text_gen|char_ram~1618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40409 ( +// Equation(s): +// \text_gen|char_ram~40409_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~1618_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~1394_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1394_q ), + .datad(\text_gen|char_ram~1618_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40409 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y25_N5 +dffeas \text_gen|char_ram~1730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y29_N7 +dffeas \text_gen|char_ram~1506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40410 ( +// Equation(s): +// \text_gen|char_ram~40410_combout = (\text_gen|char_ram~40409_combout & (((\text_gen|char_ram~1730_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~40409_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~1506_q )))) + + .dataa(\text_gen|char_ram~40409_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~1730_q ), + .datad(\text_gen|char_ram~1506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40410 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40411 ( +// Equation(s): +// \text_gen|char_ram~40411_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40408_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~40410_combout & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~40408_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40410_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40411 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y22_N17 +dffeas \text_gen|char_ram~6770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y22_N19 +dffeas \text_gen|char_ram~6882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40412 ( +// Equation(s): +// \text_gen|char_ram~40412_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~6882_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~6770_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~6770_q ), + .datad(\text_gen|char_ram~6882_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40412 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y25_N3 +dffeas \text_gen|char_ram~7106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y25_N25 +dffeas \text_gen|char_ram~6994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40413 ( +// Equation(s): +// \text_gen|char_ram~40413_combout = (\text_gen|char_ram~40412_combout & (((\text_gen|char_ram~7106_q )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~40412_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~6994_q )))) + + .dataa(\text_gen|char_ram~40412_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~7106_q ), + .datad(\text_gen|char_ram~6994_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40413 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y28_N29 +dffeas \text_gen|char_ram~3410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y24_N1 +dffeas \text_gen|char_ram~3522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y22_N19 +dffeas \text_gen|char_ram~3186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y28_N21 +dffeas \text_gen|char_ram~3298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40405 ( +// Equation(s): +// \text_gen|char_ram~40405_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~3298_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~3186_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~3186_q ), + .datad(\text_gen|char_ram~3298_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40405 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40406 ( +// Equation(s): +// \text_gen|char_ram~40406_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40405_combout & ((\text_gen|char_ram~3522_q ))) # (!\text_gen|char_ram~40405_combout & (\text_gen|char_ram~3410_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40405_combout )))) + + .dataa(\text_gen|char_ram~3410_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~3522_q ), + .datad(\text_gen|char_ram~40405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40406 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40414 ( +// Equation(s): +// \text_gen|char_ram~40414_combout = (\text_gen|char_ram~40411_combout & (((\text_gen|char_ram~40413_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~40411_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40406_combout )))) + + .dataa(\text_gen|char_ram~40411_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40413_combout ), + .datad(\text_gen|char_ram~40406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40414 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40415 ( +// Equation(s): +// \text_gen|char_ram~40415_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~40404_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~40414_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40404_combout ), + .datad(\text_gen|char_ram~40414_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40415 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40426 ( +// Equation(s): +// \text_gen|char_ram~40426_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40415_combout & (\text_gen|char_ram~40425_combout )) # (!\text_gen|char_ram~40415_combout & ((\text_gen|char_ram~40394_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40415_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40425_combout ), + .datac(\text_gen|char_ram~40394_combout ), + .datad(\text_gen|char_ram~40415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40426 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y58_N23 +dffeas \text_gen|char_ram~19090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y55_N1 +dffeas \text_gen|char_ram~4754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40302 ( +// Equation(s): +// \text_gen|char_ram~40302_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19090_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4754_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19090_q ), + .datac(\text_gen|char_ram~4754_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40302 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N3 +dffeas \text_gen|char_ram~26258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11922feeder ( +// Equation(s): +// \text_gen|char_ram~11922feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11922feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11922feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11922feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y55_N31 +dffeas \text_gen|char_ram~11922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11922feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11922 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40303 ( +// Equation(s): +// \text_gen|char_ram~40303_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40302_combout & (\text_gen|char_ram~26258_q )) # (!\text_gen|char_ram~40302_combout & ((\text_gen|char_ram~11922_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~40302_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~40302_combout ), + .datac(\text_gen|char_ram~26258_q ), + .datad(\text_gen|char_ram~11922_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40303 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N23 +dffeas \text_gen|char_ram~1170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y50_N5 +dffeas \text_gen|char_ram~15506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15506 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40304 ( +// Equation(s): +// \text_gen|char_ram~40304_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~15506_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1170_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1170_q ), + .datad(\text_gen|char_ram~15506_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40304 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N21 +dffeas \text_gen|char_ram~8338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y50_N29 +dffeas \text_gen|char_ram~22674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22674 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40305 ( +// Equation(s): +// \text_gen|char_ram~40305_combout = (\text_gen|char_ram~40304_combout & (((\text_gen|char_ram~22674_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~40304_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~8338_q ))) + + .dataa(\text_gen|char_ram~40304_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~8338_q ), + .datad(\text_gen|char_ram~22674_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40305 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~40305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40306 ( +// Equation(s): +// \text_gen|char_ram~40306_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~40303_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~40305_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40303_combout ), + .datad(\text_gen|char_ram~40305_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40306 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N7 +dffeas \text_gen|char_ram~24466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y54_N15 +dffeas \text_gen|char_ram~17298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y54_N31 +dffeas \text_gen|char_ram~10130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y52_N15 +dffeas \text_gen|char_ram~2962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40300 ( +// Equation(s): +// \text_gen|char_ram~40300_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10130_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2962_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10130_q ), + .datac(\text_gen|char_ram~2962_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40300 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40301 ( +// Equation(s): +// \text_gen|char_ram~40301_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40300_combout & (\text_gen|char_ram~24466_q )) # (!\text_gen|char_ram~40300_combout & ((\text_gen|char_ram~17298_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40300_combout )))) + + .dataa(\text_gen|char_ram~24466_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17298_q ), + .datad(\text_gen|char_ram~40300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40301 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20882feeder ( +// Equation(s): +// \text_gen|char_ram~20882feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20882feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20882feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20882feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y55_N5 +dffeas \text_gen|char_ram~20882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20882feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y55_N31 +dffeas \text_gen|char_ram~28050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13714feeder ( +// Equation(s): +// \text_gen|char_ram~13714feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y54_N7 +dffeas \text_gen|char_ram~13714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y55_N1 +dffeas \text_gen|char_ram~6546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40307 ( +// Equation(s): +// \text_gen|char_ram~40307_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13714_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6546_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13714_q ), + .datac(\text_gen|char_ram~6546_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40307 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40308 ( +// Equation(s): +// \text_gen|char_ram~40308_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40307_combout & ((\text_gen|char_ram~28050_q ))) # (!\text_gen|char_ram~40307_combout & (\text_gen|char_ram~20882_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40307_combout )))) + + .dataa(\text_gen|char_ram~20882_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28050_q ), + .datad(\text_gen|char_ram~40307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40308 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40309 ( +// Equation(s): +// \text_gen|char_ram~40309_combout = (\text_gen|char_ram~40306_combout & (((\text_gen|char_ram~40308_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~40306_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~40301_combout ))) + + .dataa(\text_gen|char_ram~40306_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40301_combout ), + .datad(\text_gen|char_ram~40308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40309 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~40309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12034feeder ( +// Equation(s): +// \text_gen|char_ram~12034feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12034feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y58_N29 +dffeas \text_gen|char_ram~12034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y55_N11 +dffeas \text_gen|char_ram~26370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19202feeder ( +// Equation(s): +// \text_gen|char_ram~19202feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19202feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19202feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19202feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y58_N3 +dffeas \text_gen|char_ram~19202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19202feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y55_N5 +dffeas \text_gen|char_ram~4866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40331 ( +// Equation(s): +// \text_gen|char_ram~40331_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19202_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4866_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19202_q ), + .datac(\text_gen|char_ram~4866_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40331 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40332 ( +// Equation(s): +// \text_gen|char_ram~40332_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40331_combout & ((\text_gen|char_ram~26370_q ))) # (!\text_gen|char_ram~40331_combout & (\text_gen|char_ram~12034_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40331_combout )))) + + .dataa(\text_gen|char_ram~12034_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26370_q ), + .datad(\text_gen|char_ram~40331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40332 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N11 +dffeas \text_gen|char_ram~8450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y55_N19 +dffeas \text_gen|char_ram~22786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15618feeder ( +// Equation(s): +// \text_gen|char_ram~15618feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15618feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y55_N25 +dffeas \text_gen|char_ram~15618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y55_N23 +dffeas \text_gen|char_ram~1282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40335 ( +// Equation(s): +// \text_gen|char_ram~40335_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15618_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1282_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15618_q ), + .datac(\text_gen|char_ram~1282_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40335 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40336 ( +// Equation(s): +// \text_gen|char_ram~40336_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40335_combout & ((\text_gen|char_ram~22786_q ))) # (!\text_gen|char_ram~40335_combout & (\text_gen|char_ram~8450_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40335_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8450_q ), + .datac(\text_gen|char_ram~22786_q ), + .datad(\text_gen|char_ram~40335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40336 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N11 +dffeas \text_gen|char_ram~17410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y54_N1 +dffeas \text_gen|char_ram~24578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y60_N17 +dffeas \text_gen|char_ram~10242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3074feeder ( +// Equation(s): +// \text_gen|char_ram~3074feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3074feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3074feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3074feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y54_N9 +dffeas \text_gen|char_ram~3074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3074feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40333 ( +// Equation(s): +// \text_gen|char_ram~40333_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10242_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3074_q +// ))))) + + .dataa(\text_gen|char_ram~10242_q ), + .datab(\text_gen|char_ram~3074_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40333 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~40333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40334 ( +// Equation(s): +// \text_gen|char_ram~40334_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40333_combout & ((\text_gen|char_ram~24578_q ))) # (!\text_gen|char_ram~40333_combout & (\text_gen|char_ram~17410_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40333_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17410_q ), + .datac(\text_gen|char_ram~24578_q ), + .datad(\text_gen|char_ram~40333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40334 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40337 ( +// Equation(s): +// \text_gen|char_ram~40337_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~40334_combout ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~40336_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~40336_combout ), + .datac(\text_gen|char_ram~40334_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40337 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~40337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13826feeder ( +// Equation(s): +// \text_gen|char_ram~13826feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13826feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13826feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13826feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y51_N23 +dffeas \text_gen|char_ram~13826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13826feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y52_N13 +dffeas \text_gen|char_ram~6658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40338 ( +// Equation(s): +// \text_gen|char_ram~40338_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13826_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6658_q +// ))))) + + .dataa(\text_gen|char_ram~13826_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6658_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40338 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y52_N13 +dffeas \text_gen|char_ram~28162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y52_N27 +dffeas \text_gen|char_ram~20994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40339 ( +// Equation(s): +// \text_gen|char_ram~40339_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40338_combout & (\text_gen|char_ram~28162_q )) # (!\text_gen|char_ram~40338_combout & ((\text_gen|char_ram~20994_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~40338_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40338_combout ), + .datac(\text_gen|char_ram~28162_q ), + .datad(\text_gen|char_ram~20994_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40339 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40340 ( +// Equation(s): +// \text_gen|char_ram~40340_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40337_combout & ((\text_gen|char_ram~40339_combout ))) # (!\text_gen|char_ram~40337_combout & (\text_gen|char_ram~40332_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40337_combout )))) + + .dataa(\text_gen|char_ram~40332_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40337_combout ), + .datad(\text_gen|char_ram~40339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40340 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y57_N7 +dffeas \text_gen|char_ram~11810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y55_N3 +dffeas \text_gen|char_ram~26146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y58_N29 +dffeas \text_gen|char_ram~18978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y55_N21 +dffeas \text_gen|char_ram~4642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40310 ( +// Equation(s): +// \text_gen|char_ram~40310_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18978_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4642_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18978_q ), + .datac(\text_gen|char_ram~4642_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40310 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40311 ( +// Equation(s): +// \text_gen|char_ram~40311_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40310_combout & ((\text_gen|char_ram~26146_q ))) # (!\text_gen|char_ram~40310_combout & (\text_gen|char_ram~11810_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40310_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11810_q ), + .datac(\text_gen|char_ram~26146_q ), + .datad(\text_gen|char_ram~40310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40311 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y51_N5 +dffeas \text_gen|char_ram~20770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y51_N31 +dffeas \text_gen|char_ram~27938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13602feeder ( +// Equation(s): +// \text_gen|char_ram~13602feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13602feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13602feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13602feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y51_N9 +dffeas \text_gen|char_ram~13602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13602feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y51_N9 +dffeas \text_gen|char_ram~6434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40317 ( +// Equation(s): +// \text_gen|char_ram~40317_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13602_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6434_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13602_q ), + .datac(\text_gen|char_ram~6434_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40317 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40318 ( +// Equation(s): +// \text_gen|char_ram~40318_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40317_combout & ((\text_gen|char_ram~27938_q ))) # (!\text_gen|char_ram~40317_combout & (\text_gen|char_ram~20770_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40317_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20770_q ), + .datac(\text_gen|char_ram~27938_q ), + .datad(\text_gen|char_ram~40317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40318 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8226feeder ( +// Equation(s): +// \text_gen|char_ram~8226feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N1 +dffeas \text_gen|char_ram~8226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y50_N27 +dffeas \text_gen|char_ram~22562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15394feeder ( +// Equation(s): +// \text_gen|char_ram~15394feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15394feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15394feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15394feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y35_N11 +dffeas \text_gen|char_ram~15394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15394feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y47_N15 +dffeas \text_gen|char_ram~1058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40314 ( +// Equation(s): +// \text_gen|char_ram~40314_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15394_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1058_q +// ))))) + + .dataa(\text_gen|char_ram~15394_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1058_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40314 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40315 ( +// Equation(s): +// \text_gen|char_ram~40315_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40314_combout & ((\text_gen|char_ram~22562_q ))) # (!\text_gen|char_ram~40314_combout & (\text_gen|char_ram~8226_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40314_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8226_q ), + .datac(\text_gen|char_ram~22562_q ), + .datad(\text_gen|char_ram~40314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40315 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y62_N29 +dffeas \text_gen|char_ram~17186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y50_N29 +dffeas \text_gen|char_ram~24354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y54_N31 +dffeas \text_gen|char_ram~10018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y54_N9 +dffeas \text_gen|char_ram~2850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2850 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40312 ( +// Equation(s): +// \text_gen|char_ram~40312_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10018_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2850_q +// ))))) + + .dataa(\text_gen|char_ram~10018_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2850_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40312 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40313 ( +// Equation(s): +// \text_gen|char_ram~40313_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40312_combout & ((\text_gen|char_ram~24354_q ))) # (!\text_gen|char_ram~40312_combout & (\text_gen|char_ram~17186_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40312_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17186_q ), + .datac(\text_gen|char_ram~24354_q ), + .datad(\text_gen|char_ram~40312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40313 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40316 ( +// Equation(s): +// \text_gen|char_ram~40316_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~40313_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~40315_combout )))) + + .dataa(\text_gen|char_ram~40315_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~40313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40316 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~40316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40319 ( +// Equation(s): +// \text_gen|char_ram~40319_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40316_combout & ((\text_gen|char_ram~40318_combout ))) # (!\text_gen|char_ram~40316_combout & (\text_gen|char_ram~40311_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40316_combout )))) + + .dataa(\text_gen|char_ram~40311_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40318_combout ), + .datad(\text_gen|char_ram~40316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40319 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13490feeder ( +// Equation(s): +// \text_gen|char_ram~13490feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13490feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y51_N9 +dffeas \text_gen|char_ram~13490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y51_N1 +dffeas \text_gen|char_ram~6322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40327 ( +// Equation(s): +// \text_gen|char_ram~40327_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13490_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6322_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13490_q ), + .datac(\text_gen|char_ram~6322_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40327 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y51_N27 +dffeas \text_gen|char_ram~27826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y51_N9 +dffeas \text_gen|char_ram~20658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40328 ( +// Equation(s): +// \text_gen|char_ram~40328_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40327_combout & (\text_gen|char_ram~27826_q )) # (!\text_gen|char_ram~40327_combout & ((\text_gen|char_ram~20658_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~40327_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40327_combout ), + .datac(\text_gen|char_ram~27826_q ), + .datad(\text_gen|char_ram~20658_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40328 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N17 +dffeas \text_gen|char_ram~17074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y58_N3 +dffeas \text_gen|char_ram~24242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y60_N31 +dffeas \text_gen|char_ram~9906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y58_N17 +dffeas \text_gen|char_ram~2738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40320 ( +// Equation(s): +// \text_gen|char_ram~40320_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9906_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2738_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9906_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2738_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40320 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40321 ( +// Equation(s): +// \text_gen|char_ram~40321_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40320_combout & ((\text_gen|char_ram~24242_q ))) # (!\text_gen|char_ram~40320_combout & (\text_gen|char_ram~17074_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40320_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17074_q ), + .datac(\text_gen|char_ram~24242_q ), + .datad(\text_gen|char_ram~40320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40321 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11698feeder ( +// Equation(s): +// \text_gen|char_ram~11698feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11698feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y58_N11 +dffeas \text_gen|char_ram~11698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18866feeder ( +// Equation(s): +// \text_gen|char_ram~18866feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18866feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18866feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18866feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y58_N25 +dffeas \text_gen|char_ram~18866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18866feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y58_N25 +dffeas \text_gen|char_ram~4530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40322 ( +// Equation(s): +// \text_gen|char_ram~40322_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18866_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4530_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18866_q ), + .datac(\text_gen|char_ram~4530_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40322 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y58_N3 +dffeas \text_gen|char_ram~26034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40323 ( +// Equation(s): +// \text_gen|char_ram~40323_combout = (\text_gen|char_ram~40322_combout & (((\text_gen|char_ram~26034_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~40322_combout & (\text_gen|char_ram~11698_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11698_q ), + .datab(\text_gen|char_ram~40322_combout ), + .datac(\text_gen|char_ram~26034_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40323 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N29 +dffeas \text_gen|char_ram~8114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N25 +dffeas \text_gen|char_ram~22450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N19 +dffeas \text_gen|char_ram~946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y32_N17 +dffeas \text_gen|char_ram~15282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40324 ( +// Equation(s): +// \text_gen|char_ram~40324_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~15282_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~946_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~946_q ), + .datad(\text_gen|char_ram~15282_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40324 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40325 ( +// Equation(s): +// \text_gen|char_ram~40325_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40324_combout & ((\text_gen|char_ram~22450_q ))) # (!\text_gen|char_ram~40324_combout & (\text_gen|char_ram~8114_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40324_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8114_q ), + .datac(\text_gen|char_ram~22450_q ), + .datad(\text_gen|char_ram~40324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40325 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40326 ( +// Equation(s): +// \text_gen|char_ram~40326_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~40323_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~40325_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40323_combout ), + .datad(\text_gen|char_ram~40325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40326 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40329 ( +// Equation(s): +// \text_gen|char_ram~40329_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40326_combout & (\text_gen|char_ram~40328_combout )) # (!\text_gen|char_ram~40326_combout & ((\text_gen|char_ram~40321_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40326_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~40328_combout ), + .datac(\text_gen|char_ram~40321_combout ), + .datad(\text_gen|char_ram~40326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40329 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40330 ( +// Equation(s): +// \text_gen|char_ram~40330_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40319_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~40329_combout )))) + + .dataa(\text_gen|char_ram~40319_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40330 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~40330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40341 ( +// Equation(s): +// \text_gen|char_ram~40341_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40330_combout & ((\text_gen|char_ram~40340_combout ))) # (!\text_gen|char_ram~40330_combout & (\text_gen|char_ram~40309_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40330_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40309_combout ), + .datac(\text_gen|char_ram~40340_combout ), + .datad(\text_gen|char_ram~40330_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40341 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y43_N29 +dffeas \text_gen|char_ram~7554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y43_N21 +dffeas \text_gen|char_ram~21890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y42_N1 +dffeas \text_gen|char_ram~14722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y43_N23 +dffeas \text_gen|char_ram~386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40377 ( +// Equation(s): +// \text_gen|char_ram~40377_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14722_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~386_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14722_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~386_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40377 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~40377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40378 ( +// Equation(s): +// \text_gen|char_ram~40378_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40377_combout & ((\text_gen|char_ram~21890_q ))) # (!\text_gen|char_ram~40377_combout & (\text_gen|char_ram~7554_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40377_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7554_q ), + .datac(\text_gen|char_ram~21890_q ), + .datad(\text_gen|char_ram~40377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40378 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16514feeder ( +// Equation(s): +// \text_gen|char_ram~16514feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16514feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16514feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16514feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y22_N21 +dffeas \text_gen|char_ram~16514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16514feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y38_N3 +dffeas \text_gen|char_ram~23682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y44_N7 +dffeas \text_gen|char_ram~9346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y40_N17 +dffeas \text_gen|char_ram~2178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40375 ( +// Equation(s): +// \text_gen|char_ram~40375_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9346_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2178_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9346_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2178_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40375 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40376 ( +// Equation(s): +// \text_gen|char_ram~40376_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40375_combout & ((\text_gen|char_ram~23682_q ))) # (!\text_gen|char_ram~40375_combout & (\text_gen|char_ram~16514_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40375_combout )))) + + .dataa(\text_gen|char_ram~16514_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23682_q ), + .datad(\text_gen|char_ram~40375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40376 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40379 ( +// Equation(s): +// \text_gen|char_ram~40379_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~40376_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~40378_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40378_combout ), + .datad(\text_gen|char_ram~40376_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40379 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11138feeder ( +// Equation(s): +// \text_gen|char_ram~11138feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11138feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11138feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11138feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y51_N13 +dffeas \text_gen|char_ram~11138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11138feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18306feeder ( +// Equation(s): +// \text_gen|char_ram~18306feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18306feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18306feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18306feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y51_N19 +dffeas \text_gen|char_ram~18306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18306feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y51_N5 +dffeas \text_gen|char_ram~3970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40373 ( +// Equation(s): +// \text_gen|char_ram~40373_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18306_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~3970_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18306_q ), + .datac(\text_gen|char_ram~3970_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40373 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25474feeder ( +// Equation(s): +// \text_gen|char_ram~25474feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y51_N7 +dffeas \text_gen|char_ram~25474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40374 ( +// Equation(s): +// \text_gen|char_ram~40374_combout = (\text_gen|char_ram~40373_combout & (((\text_gen|char_ram~25474_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~40373_combout & (\text_gen|char_ram~11138_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11138_q ), + .datab(\text_gen|char_ram~40373_combout ), + .datac(\text_gen|char_ram~25474_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40374 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20098feeder ( +// Equation(s): +// \text_gen|char_ram~20098feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20098feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y43_N5 +dffeas \text_gen|char_ram~20098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y43_N19 +dffeas \text_gen|char_ram~27266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N13 +dffeas \text_gen|char_ram~12930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y44_N17 +dffeas \text_gen|char_ram~5762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40380 ( +// Equation(s): +// \text_gen|char_ram~40380_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12930_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5762_q +// ))))) + + .dataa(\text_gen|char_ram~12930_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5762_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40380 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40381 ( +// Equation(s): +// \text_gen|char_ram~40381_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40380_combout & ((\text_gen|char_ram~27266_q ))) # (!\text_gen|char_ram~40380_combout & (\text_gen|char_ram~20098_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40380_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20098_q ), + .datac(\text_gen|char_ram~27266_q ), + .datad(\text_gen|char_ram~40380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40381 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40382 ( +// Equation(s): +// \text_gen|char_ram~40382_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40379_combout & ((\text_gen|char_ram~40381_combout ))) # (!\text_gen|char_ram~40379_combout & (\text_gen|char_ram~40374_combout )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~40379_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~40379_combout ), + .datac(\text_gen|char_ram~40374_combout ), + .datad(\text_gen|char_ram~40381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40382 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y22_N17 +dffeas \text_gen|char_ram~16402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N13 +dffeas \text_gen|char_ram~23570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y40_N23 +dffeas \text_gen|char_ram~2066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9234feeder ( +// Equation(s): +// \text_gen|char_ram~9234feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9234feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9234feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9234feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N15 +dffeas \text_gen|char_ram~9234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9234feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9234 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40342 ( +// Equation(s): +// \text_gen|char_ram~40342_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9234_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2066_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2066_q ), + .datad(\text_gen|char_ram~9234_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40342 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40343 ( +// Equation(s): +// \text_gen|char_ram~40343_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40342_combout & ((\text_gen|char_ram~23570_q ))) # (!\text_gen|char_ram~40342_combout & (\text_gen|char_ram~16402_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40342_combout )))) + + .dataa(\text_gen|char_ram~16402_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23570_q ), + .datad(\text_gen|char_ram~40342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40343 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19986feeder ( +// Equation(s): +// \text_gen|char_ram~19986feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19986feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19986feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19986feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y21_N9 +dffeas \text_gen|char_ram~19986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19986feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y30_N9 +dffeas \text_gen|char_ram~27154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12818feeder ( +// Equation(s): +// \text_gen|char_ram~12818feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y44_N11 +dffeas \text_gen|char_ram~12818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y36_N15 +dffeas \text_gen|char_ram~5650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40349 ( +// Equation(s): +// \text_gen|char_ram~40349_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12818_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5650_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12818_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~5650_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40349 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~40349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40350 ( +// Equation(s): +// \text_gen|char_ram~40350_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40349_combout & ((\text_gen|char_ram~27154_q ))) # (!\text_gen|char_ram~40349_combout & (\text_gen|char_ram~19986_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40349_combout )))) + + .dataa(\text_gen|char_ram~19986_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27154_q ), + .datad(\text_gen|char_ram~40349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40350 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7442feeder ( +// Equation(s): +// \text_gen|char_ram~7442feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y34_N9 +dffeas \text_gen|char_ram~7442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y34_N27 +dffeas \text_gen|char_ram~21778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y40_N5 +dffeas \text_gen|char_ram~274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y50_N7 +dffeas \text_gen|char_ram~14610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40346 ( +// Equation(s): +// \text_gen|char_ram~40346_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14610_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~274_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~274_q ), + .datad(\text_gen|char_ram~14610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40346 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40347 ( +// Equation(s): +// \text_gen|char_ram~40347_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40346_combout & ((\text_gen|char_ram~21778_q ))) # (!\text_gen|char_ram~40346_combout & (\text_gen|char_ram~7442_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40346_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7442_q ), + .datac(\text_gen|char_ram~21778_q ), + .datad(\text_gen|char_ram~40346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40347 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y44_N19 +dffeas \text_gen|char_ram~3858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y50_N9 +dffeas \text_gen|char_ram~18194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40344 ( +// Equation(s): +// \text_gen|char_ram~40344_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18194_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3858_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3858_q ), + .datad(\text_gen|char_ram~18194_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40344 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y36_N15 +dffeas \text_gen|char_ram~25362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25362 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11026feeder ( +// Equation(s): +// \text_gen|char_ram~11026feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11026feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11026feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11026feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y36_N13 +dffeas \text_gen|char_ram~11026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11026feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40345 ( +// Equation(s): +// \text_gen|char_ram~40345_combout = (\text_gen|char_ram~40344_combout & (((\text_gen|char_ram~25362_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~40344_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11026_q )))) + + .dataa(\text_gen|char_ram~40344_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25362_q ), + .datad(\text_gen|char_ram~11026_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40345 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40348 ( +// Equation(s): +// \text_gen|char_ram~40348_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~40345_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~40347_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40347_combout ), + .datad(\text_gen|char_ram~40345_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40348 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40351 ( +// Equation(s): +// \text_gen|char_ram~40351_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40348_combout & ((\text_gen|char_ram~40350_combout ))) # (!\text_gen|char_ram~40348_combout & (\text_gen|char_ram~40343_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40348_combout )))) + + .dataa(\text_gen|char_ram~40343_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~40350_combout ), + .datad(\text_gen|char_ram~40348_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40351 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16178feeder ( +// Equation(s): +// \text_gen|char_ram~16178feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16178feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y40_N7 +dffeas \text_gen|char_ram~16178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16178 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y40_N25 +dffeas \text_gen|char_ram~23346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9010feeder ( +// Equation(s): +// \text_gen|char_ram~9010feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9010feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9010feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9010feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y40_N3 +dffeas \text_gen|char_ram~9010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9010feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y40_N5 +dffeas \text_gen|char_ram~1842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40362 ( +// Equation(s): +// \text_gen|char_ram~40362_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9010_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1842_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9010_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1842_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40362 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40363 ( +// Equation(s): +// \text_gen|char_ram~40363_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40362_combout & ((\text_gen|char_ram~23346_q ))) # (!\text_gen|char_ram~40362_combout & (\text_gen|char_ram~16178_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40362_combout )))) + + .dataa(\text_gen|char_ram~16178_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23346_q ), + .datad(\text_gen|char_ram~40362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40363 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y39_N19 +dffeas \text_gen|char_ram~19762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y39_N21 +dffeas \text_gen|char_ram~26930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y32_N5 +dffeas \text_gen|char_ram~5426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y44_N5 +dffeas \text_gen|char_ram~12594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12594 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40369 ( +// Equation(s): +// \text_gen|char_ram~40369_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12594_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5426_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5426_q ), + .datad(\text_gen|char_ram~12594_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40369 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40370 ( +// Equation(s): +// \text_gen|char_ram~40370_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40369_combout & ((\text_gen|char_ram~26930_q ))) # (!\text_gen|char_ram~40369_combout & (\text_gen|char_ram~19762_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40369_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19762_q ), + .datac(\text_gen|char_ram~26930_q ), + .datad(\text_gen|char_ram~40369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40370 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y39_N11 +dffeas \text_gen|char_ram~14386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N19 +dffeas \text_gen|char_ram~7218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y40_N31 +dffeas \text_gen|char_ram~50 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~50_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~50 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~50 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40366 ( +// Equation(s): +// \text_gen|char_ram~40366_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7218_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~50_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7218_q ), + .datac(\text_gen|char_ram~50_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40366 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y39_N5 +dffeas \text_gen|char_ram~21554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40367 ( +// Equation(s): +// \text_gen|char_ram~40367_combout = (\text_gen|char_ram~40366_combout & (((\text_gen|char_ram~21554_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~40366_combout & (\text_gen|char_ram~14386_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14386_q ), + .datab(\text_gen|char_ram~40366_combout ), + .datac(\text_gen|char_ram~21554_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40367 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17970feeder ( +// Equation(s): +// \text_gen|char_ram~17970feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y51_N13 +dffeas \text_gen|char_ram~17970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y51_N9 +dffeas \text_gen|char_ram~25138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y51_N7 +dffeas \text_gen|char_ram~3634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3634 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10802feeder ( +// Equation(s): +// \text_gen|char_ram~10802feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10802feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y51_N7 +dffeas \text_gen|char_ram~10802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40364 ( +// Equation(s): +// \text_gen|char_ram~40364_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~10802_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3634_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3634_q ), + .datad(\text_gen|char_ram~10802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40364 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40365 ( +// Equation(s): +// \text_gen|char_ram~40365_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40364_combout & ((\text_gen|char_ram~25138_q ))) # (!\text_gen|char_ram~40364_combout & (\text_gen|char_ram~17970_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40364_combout )))) + + .dataa(\text_gen|char_ram~17970_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25138_q ), + .datad(\text_gen|char_ram~40364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40365 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40368 ( +// Equation(s): +// \text_gen|char_ram~40368_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~40365_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~40367_combout )))) + + .dataa(\text_gen|char_ram~40367_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~40365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40368 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~40368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40371 ( +// Equation(s): +// \text_gen|char_ram~40371_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40368_combout & ((\text_gen|char_ram~40370_combout ))) # (!\text_gen|char_ram~40368_combout & (\text_gen|char_ram~40363_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40368_combout )))) + + .dataa(\text_gen|char_ram~40363_combout ), + .datab(\text_gen|char_ram~40370_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~40368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40371 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~40371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N3 +dffeas \text_gen|char_ram~12706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y44_N13 +dffeas \text_gen|char_ram~5538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40359 ( +// Equation(s): +// \text_gen|char_ram~40359_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12706_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5538_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12706_q ), + .datac(\text_gen|char_ram~5538_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40359 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N29 +dffeas \text_gen|char_ram~19874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y43_N3 +dffeas \text_gen|char_ram~27042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40360 ( +// Equation(s): +// \text_gen|char_ram~40360_combout = (\text_gen|char_ram~40359_combout & (((\text_gen|char_ram~27042_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~40359_combout & (\text_gen|char_ram~19874_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~40359_combout ), + .datab(\text_gen|char_ram~19874_q ), + .datac(\text_gen|char_ram~27042_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40360 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y38_N27 +dffeas \text_gen|char_ram~23458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y24_N21 +dffeas \text_gen|char_ram~16290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y38_N19 +dffeas \text_gen|char_ram~1954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9122feeder ( +// Equation(s): +// \text_gen|char_ram~9122feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9122feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N31 +dffeas \text_gen|char_ram~9122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40354 ( +// Equation(s): +// \text_gen|char_ram~40354_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9122_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1954_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1954_q ), + .datad(\text_gen|char_ram~9122_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40354 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40355 ( +// Equation(s): +// \text_gen|char_ram~40355_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40354_combout & (\text_gen|char_ram~23458_q )) # (!\text_gen|char_ram~40354_combout & ((\text_gen|char_ram~16290_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40354_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23458_q ), + .datac(\text_gen|char_ram~16290_q ), + .datad(\text_gen|char_ram~40354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40355 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y43_N13 +dffeas \text_gen|char_ram~7330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N13 +dffeas \text_gen|char_ram~162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40356 ( +// Equation(s): +// \text_gen|char_ram~40356_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7330_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~162_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~7330_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~162_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40356 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N1 +dffeas \text_gen|char_ram~14498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N3 +dffeas \text_gen|char_ram~21666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40357 ( +// Equation(s): +// \text_gen|char_ram~40357_combout = (\text_gen|char_ram~40356_combout & (((\text_gen|char_ram~21666_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~40356_combout & (\text_gen|char_ram~14498_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~40356_combout ), + .datab(\text_gen|char_ram~14498_q ), + .datac(\text_gen|char_ram~21666_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40357 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40358 ( +// Equation(s): +// \text_gen|char_ram~40358_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~40355_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~40357_combout ))))) + + .dataa(\text_gen|char_ram~40355_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~40357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40358 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~40358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10914feeder ( +// Equation(s): +// \text_gen|char_ram~10914feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10914feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10914feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10914feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N23 +dffeas \text_gen|char_ram~10914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10914feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y51_N27 +dffeas \text_gen|char_ram~25250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y51_N5 +dffeas \text_gen|char_ram~18082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y47_N11 +dffeas \text_gen|char_ram~3746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40352 ( +// Equation(s): +// \text_gen|char_ram~40352_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18082_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3746_q +// ))))) + + .dataa(\text_gen|char_ram~18082_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3746_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40352 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40353 ( +// Equation(s): +// \text_gen|char_ram~40353_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40352_combout & ((\text_gen|char_ram~25250_q ))) # (!\text_gen|char_ram~40352_combout & (\text_gen|char_ram~10914_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40352_combout )))) + + .dataa(\text_gen|char_ram~10914_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25250_q ), + .datad(\text_gen|char_ram~40352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40353 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40361 ( +// Equation(s): +// \text_gen|char_ram~40361_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40358_combout & (\text_gen|char_ram~40360_combout )) # (!\text_gen|char_ram~40358_combout & ((\text_gen|char_ram~40353_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40358_combout )))) + + .dataa(\text_gen|char_ram~40360_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40358_combout ), + .datad(\text_gen|char_ram~40353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40361 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40372 ( +// Equation(s): +// \text_gen|char_ram~40372_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~40361_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~40371_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~40371_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40372 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~40372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40383 ( +// Equation(s): +// \text_gen|char_ram~40383_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40372_combout & (\text_gen|char_ram~40382_combout )) # (!\text_gen|char_ram~40372_combout & ((\text_gen|char_ram~40351_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40372_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40382_combout ), + .datac(\text_gen|char_ram~40351_combout ), + .datad(\text_gen|char_ram~40372_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40383 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40384 ( +// Equation(s): +// \text_gen|char_ram~40384_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~40341_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~40383_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40341_combout ), + .datad(\text_gen|char_ram~40383_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40384 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40427 ( +// Equation(s): +// \text_gen|char_ram~40427_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40384_combout & ((\text_gen|char_ram~40426_combout ))) # (!\text_gen|char_ram~40384_combout & (\text_gen|char_ram~40299_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40384_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40299_combout ), + .datac(\text_gen|char_ram~40426_combout ), + .datad(\text_gen|char_ram~40384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40427 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y29_N21 +dffeas \text_gen|char_ram~25019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y29_N31 +dffeas \text_gen|char_ram~23227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40082 ( +// Equation(s): +// \text_gen|char_ram~40082_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~25019_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23227_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25019_q ), + .datac(\text_gen|char_ram~23227_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40082 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N19 +dffeas \text_gen|char_ram~26811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y29_N17 +dffeas \text_gen|char_ram~28603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40083 ( +// Equation(s): +// \text_gen|char_ram~40083_combout = (\text_gen|char_ram~40082_combout & (((\text_gen|char_ram~28603_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40082_combout & (\text_gen|char_ram~26811_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~40082_combout ), + .datab(\text_gen|char_ram~26811_q ), + .datac(\text_gen|char_ram~28603_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40083 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24907feeder ( +// Equation(s): +// \text_gen|char_ram~24907feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y32_N13 +dffeas \text_gen|char_ram~24907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y32_N3 +dffeas \text_gen|char_ram~28491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26699feeder ( +// Equation(s): +// \text_gen|char_ram~26699feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26699feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26699feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26699feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y36_N21 +dffeas \text_gen|char_ram~26699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26699feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y32_N13 +dffeas \text_gen|char_ram~23115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23115 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40075 ( +// Equation(s): +// \text_gen|char_ram~40075_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26699_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23115_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26699_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23115_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40075 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40076 ( +// Equation(s): +// \text_gen|char_ram~40076_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40075_combout & ((\text_gen|char_ram~28491_q ))) # (!\text_gen|char_ram~40075_combout & (\text_gen|char_ram~24907_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40075_combout )))) + + .dataa(\text_gen|char_ram~24907_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28491_q ), + .datad(\text_gen|char_ram~40075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40076 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y30_N13 +dffeas \text_gen|char_ram~26587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N31 +dffeas \text_gen|char_ram~28379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24795feeder ( +// Equation(s): +// \text_gen|char_ram~24795feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y36_N23 +dffeas \text_gen|char_ram~24795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N21 +dffeas \text_gen|char_ram~23003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23003 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40077 ( +// Equation(s): +// \text_gen|char_ram~40077_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24795_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~23003_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24795_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23003_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40077 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40078 ( +// Equation(s): +// \text_gen|char_ram~40078_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40077_combout & ((\text_gen|char_ram~28379_q ))) # (!\text_gen|char_ram~40077_combout & (\text_gen|char_ram~26587_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40077_combout )))) + + .dataa(\text_gen|char_ram~26587_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28379_q ), + .datad(\text_gen|char_ram~40077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40078 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26475feeder ( +// Equation(s): +// \text_gen|char_ram~26475feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y35_N27 +dffeas \text_gen|char_ram~26475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y33_N7 +dffeas \text_gen|char_ram~22891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40079 ( +// Equation(s): +// \text_gen|char_ram~40079_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26475_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22891_q +// ))))) + + .dataa(\text_gen|char_ram~26475_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22891_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40079 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y33_N25 +dffeas \text_gen|char_ram~28267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24683feeder ( +// Equation(s): +// \text_gen|char_ram~24683feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24683feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y33_N11 +dffeas \text_gen|char_ram~24683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40080 ( +// Equation(s): +// \text_gen|char_ram~40080_combout = (\text_gen|char_ram~40079_combout & (((\text_gen|char_ram~28267_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~40079_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24683_q )))) + + .dataa(\text_gen|char_ram~40079_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28267_q ), + .datad(\text_gen|char_ram~24683_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40080 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40081 ( +// Equation(s): +// \text_gen|char_ram~40081_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~40078_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~40080_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40078_combout ), + .datad(\text_gen|char_ram~40080_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40081 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40084 ( +// Equation(s): +// \text_gen|char_ram~40084_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40081_combout & (\text_gen|char_ram~40083_combout )) # (!\text_gen|char_ram~40081_combout & ((\text_gen|char_ram~40076_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40081_combout )))) + + .dataa(\text_gen|char_ram~40083_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40076_combout ), + .datad(\text_gen|char_ram~40081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40084 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12475feeder ( +// Equation(s): +// \text_gen|char_ram~12475feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N15 +dffeas \text_gen|char_ram~12475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y35_N11 +dffeas \text_gen|char_ram~10683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y33_N1 +dffeas \text_gen|char_ram~8891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40051 ( +// Equation(s): +// \text_gen|char_ram~40051_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10683_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8891_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10683_q ), + .datac(\text_gen|char_ram~8891_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40051 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y33_N23 +dffeas \text_gen|char_ram~14267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40052 ( +// Equation(s): +// \text_gen|char_ram~40052_combout = (\text_gen|char_ram~40051_combout & (((\text_gen|char_ram~14267_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40051_combout & (\text_gen|char_ram~12475_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12475_q ), + .datab(\text_gen|char_ram~40051_combout ), + .datac(\text_gen|char_ram~14267_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40052 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y33_N17 +dffeas \text_gen|char_ram~10571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y33_N7 +dffeas \text_gen|char_ram~14155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12363feeder ( +// Equation(s): +// \text_gen|char_ram~12363feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y30_N25 +dffeas \text_gen|char_ram~12363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N15 +dffeas \text_gen|char_ram~8779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40044 ( +// Equation(s): +// \text_gen|char_ram~40044_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12363_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8779_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12363_q ), + .datac(\text_gen|char_ram~8779_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40044 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40045 ( +// Equation(s): +// \text_gen|char_ram~40045_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40044_combout & ((\text_gen|char_ram~14155_q ))) # (!\text_gen|char_ram~40044_combout & (\text_gen|char_ram~10571_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40044_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10571_q ), + .datac(\text_gen|char_ram~14155_q ), + .datad(\text_gen|char_ram~40044_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40045 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y33_N17 +dffeas \text_gen|char_ram~10347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y33_N15 +dffeas \text_gen|char_ram~13931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13931 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y43_N15 +dffeas \text_gen|char_ram~12139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N29 +dffeas \text_gen|char_ram~8555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40048 ( +// Equation(s): +// \text_gen|char_ram~40048_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12139_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8555_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~12139_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8555_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40048 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40049 ( +// Equation(s): +// \text_gen|char_ram~40049_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40048_combout & ((\text_gen|char_ram~13931_q ))) # (!\text_gen|char_ram~40048_combout & (\text_gen|char_ram~10347_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40048_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10347_q ), + .datac(\text_gen|char_ram~13931_q ), + .datad(\text_gen|char_ram~40048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40049 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y34_N15 +dffeas \text_gen|char_ram~12251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y34_N29 +dffeas \text_gen|char_ram~14043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y36_N15 +dffeas \text_gen|char_ram~8667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y37_N29 +dffeas \text_gen|char_ram~10459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10459 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40046 ( +// Equation(s): +// \text_gen|char_ram~40046_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~10459_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8667_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8667_q ), + .datad(\text_gen|char_ram~10459_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40046 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40047 ( +// Equation(s): +// \text_gen|char_ram~40047_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40046_combout & ((\text_gen|char_ram~14043_q ))) # (!\text_gen|char_ram~40046_combout & (\text_gen|char_ram~12251_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40046_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12251_q ), + .datac(\text_gen|char_ram~14043_q ), + .datad(\text_gen|char_ram~40046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40047 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40050 ( +// Equation(s): +// \text_gen|char_ram~40050_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~40047_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40049_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40049_combout ), + .datad(\text_gen|char_ram~40047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40050 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40053 ( +// Equation(s): +// \text_gen|char_ram~40053_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40050_combout & (\text_gen|char_ram~40052_combout )) # (!\text_gen|char_ram~40050_combout & ((\text_gen|char_ram~40045_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40050_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40052_combout ), + .datac(\text_gen|char_ram~40045_combout ), + .datad(\text_gen|char_ram~40050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40053 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N21 +dffeas \text_gen|char_ram~5307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y28_N19 +dffeas \text_gen|char_ram~7099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y28_N19 +dffeas \text_gen|char_ram~3515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y28_N25 +dffeas \text_gen|char_ram~1723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40071 ( +// Equation(s): +// \text_gen|char_ram~40071_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3515_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1723_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3515_q ), + .datac(\text_gen|char_ram~1723_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40071 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40072 ( +// Equation(s): +// \text_gen|char_ram~40072_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40071_combout & ((\text_gen|char_ram~7099_q ))) # (!\text_gen|char_ram~40071_combout & (\text_gen|char_ram~5307_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40071_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5307_q ), + .datac(\text_gen|char_ram~7099_q ), + .datad(\text_gen|char_ram~40071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40072 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y36_N1 +dffeas \text_gen|char_ram~3291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y36_N1 +dffeas \text_gen|char_ram~6875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5083feeder ( +// Equation(s): +// \text_gen|char_ram~5083feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N23 +dffeas \text_gen|char_ram~5083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y36_N19 +dffeas \text_gen|char_ram~1499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40064 ( +// Equation(s): +// \text_gen|char_ram~40064_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~5083_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1499_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5083_q ), + .datac(\text_gen|char_ram~1499_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40064 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40065 ( +// Equation(s): +// \text_gen|char_ram~40065_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40064_combout & ((\text_gen|char_ram~6875_q ))) # (!\text_gen|char_ram~40064_combout & (\text_gen|char_ram~3291_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40064_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3291_q ), + .datac(\text_gen|char_ram~6875_q ), + .datad(\text_gen|char_ram~40064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40065 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3179feeder ( +// Equation(s): +// \text_gen|char_ram~3179feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3179feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3179feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3179feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y29_N21 +dffeas \text_gen|char_ram~3179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3179feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y33_N19 +dffeas \text_gen|char_ram~6763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N15 +dffeas \text_gen|char_ram~1387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y33_N5 +dffeas \text_gen|char_ram~4971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40068 ( +// Equation(s): +// \text_gen|char_ram~40068_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~4971_q ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1387_q & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~1387_q ), + .datac(\text_gen|char_ram~4971_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40068 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~40068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40069 ( +// Equation(s): +// \text_gen|char_ram~40069_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40068_combout & ((\text_gen|char_ram~6763_q ))) # (!\text_gen|char_ram~40068_combout & (\text_gen|char_ram~3179_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40068_combout )))) + + .dataa(\text_gen|char_ram~3179_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6763_q ), + .datad(\text_gen|char_ram~40068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40069 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y30_N29 +dffeas \text_gen|char_ram~3403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y30_N7 +dffeas \text_gen|char_ram~6987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~5195feeder ( +// Equation(s): +// \text_gen|char_ram~5195feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5195feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5195feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5195feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y30_N15 +dffeas \text_gen|char_ram~5195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5195feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N29 +dffeas \text_gen|char_ram~1611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40066 ( +// Equation(s): +// \text_gen|char_ram~40066_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5195_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1611_q +// ))))) + + .dataa(\text_gen|char_ram~5195_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1611_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40066 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40067 ( +// Equation(s): +// \text_gen|char_ram~40067_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40066_combout & ((\text_gen|char_ram~6987_q ))) # (!\text_gen|char_ram~40066_combout & (\text_gen|char_ram~3403_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40066_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3403_q ), + .datac(\text_gen|char_ram~6987_q ), + .datad(\text_gen|char_ram~40066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40067 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40070 ( +// Equation(s): +// \text_gen|char_ram~40070_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~40067_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~40069_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40069_combout ), + .datac(\text_gen|char_ram~40067_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40070 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~40070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40073 ( +// Equation(s): +// \text_gen|char_ram~40073_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40070_combout & (\text_gen|char_ram~40072_combout )) # (!\text_gen|char_ram~40070_combout & ((\text_gen|char_ram~40065_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40070_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40072_combout ), + .datac(\text_gen|char_ram~40065_combout ), + .datad(\text_gen|char_ram~40070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40073 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17739feeder ( +// Equation(s): +// \text_gen|char_ram~17739feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17739feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17739feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17739feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y29_N31 +dffeas \text_gen|char_ram~17739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17739feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y41_N31 +dffeas \text_gen|char_ram~21323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y34_N13 +dffeas \text_gen|char_ram~19531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y34_N3 +dffeas \text_gen|char_ram~15947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40056 ( +// Equation(s): +// \text_gen|char_ram~40056_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~19531_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15947_q +// ))))) + + .dataa(\text_gen|char_ram~19531_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15947_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40056 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40057 ( +// Equation(s): +// \text_gen|char_ram~40057_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40056_combout & ((\text_gen|char_ram~21323_q ))) # (!\text_gen|char_ram~40056_combout & (\text_gen|char_ram~17739_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40056_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17739_q ), + .datac(\text_gen|char_ram~21323_q ), + .datad(\text_gen|char_ram~40056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40057 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17515feeder ( +// Equation(s): +// \text_gen|char_ram~17515feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17515feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17515feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17515feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y29_N29 +dffeas \text_gen|char_ram~17515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17515feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N31 +dffeas \text_gen|char_ram~21099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y29_N1 +dffeas \text_gen|char_ram~19307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19307 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N29 +dffeas \text_gen|char_ram~15723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40058 ( +// Equation(s): +// \text_gen|char_ram~40058_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19307_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15723_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19307_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15723_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40058 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40059 ( +// Equation(s): +// \text_gen|char_ram~40059_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40058_combout & ((\text_gen|char_ram~21099_q ))) # (!\text_gen|char_ram~40058_combout & (\text_gen|char_ram~17515_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40058_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17515_q ), + .datac(\text_gen|char_ram~21099_q ), + .datad(\text_gen|char_ram~40058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40059 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40060 ( +// Equation(s): +// \text_gen|char_ram~40060_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~40057_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~40059_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40057_combout ), + .datad(\text_gen|char_ram~40059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40060 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y29_N1 +dffeas \text_gen|char_ram~19643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y29_N15 +dffeas \text_gen|char_ram~21435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17851feeder ( +// Equation(s): +// \text_gen|char_ram~17851feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17851feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17851feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17851feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N19 +dffeas \text_gen|char_ram~17851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17851feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y29_N29 +dffeas \text_gen|char_ram~16059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16059 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40061 ( +// Equation(s): +// \text_gen|char_ram~40061_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17851_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~16059_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~17851_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~16059_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40061 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40062 ( +// Equation(s): +// \text_gen|char_ram~40062_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40061_combout & ((\text_gen|char_ram~21435_q ))) # (!\text_gen|char_ram~40061_combout & (\text_gen|char_ram~19643_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40061_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19643_q ), + .datac(\text_gen|char_ram~21435_q ), + .datad(\text_gen|char_ram~40061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40062 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~19419feeder ( +// Equation(s): +// \text_gen|char_ram~19419feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19419feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y36_N13 +dffeas \text_gen|char_ram~19419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y29_N29 +dffeas \text_gen|char_ram~21211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y29_N13 +dffeas \text_gen|char_ram~15835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y29_N19 +dffeas \text_gen|char_ram~17627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40054 ( +// Equation(s): +// \text_gen|char_ram~40054_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17627_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15835_q +// )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~15835_q ), + .datac(\text_gen|char_ram~17627_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40054 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~40054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40055 ( +// Equation(s): +// \text_gen|char_ram~40055_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40054_combout & ((\text_gen|char_ram~21211_q ))) # (!\text_gen|char_ram~40054_combout & (\text_gen|char_ram~19419_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40054_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19419_q ), + .datac(\text_gen|char_ram~21211_q ), + .datad(\text_gen|char_ram~40054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40055 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40063 ( +// Equation(s): +// \text_gen|char_ram~40063_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40060_combout & (\text_gen|char_ram~40062_combout )) # (!\text_gen|char_ram~40060_combout & ((\text_gen|char_ram~40055_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40060_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40060_combout ), + .datac(\text_gen|char_ram~40062_combout ), + .datad(\text_gen|char_ram~40055_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40063 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40074 ( +// Equation(s): +// \text_gen|char_ram~40074_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~40063_combout ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~40073_combout & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40073_combout ), + .datac(\text_gen|char_ram~40063_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40074 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~40074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40085 ( +// Equation(s): +// \text_gen|char_ram~40085_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40074_combout & (\text_gen|char_ram~40084_combout )) # (!\text_gen|char_ram~40074_combout & ((\text_gen|char_ram~40053_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40074_combout )))) + + .dataa(\text_gen|char_ram~40084_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40053_combout ), + .datad(\text_gen|char_ram~40074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40085 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25467feeder ( +// Equation(s): +// \text_gen|char_ram~25467feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y50_N21 +dffeas \text_gen|char_ram~25467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23675feeder ( +// Equation(s): +// \text_gen|char_ram~23675feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y40_N17 +dffeas \text_gen|char_ram~23675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y48_N19 +dffeas \text_gen|char_ram~21883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40039 ( +// Equation(s): +// \text_gen|char_ram~40039_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23675_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21883_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~23675_q ), + .datac(\text_gen|char_ram~21883_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40039 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y48_N29 +dffeas \text_gen|char_ram~27259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40040 ( +// Equation(s): +// \text_gen|char_ram~40040_combout = (\text_gen|char_ram~40039_combout & (((\text_gen|char_ram~27259_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40039_combout & (\text_gen|char_ram~25467_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~25467_q ), + .datab(\text_gen|char_ram~40039_combout ), + .datac(\text_gen|char_ram~27259_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40040 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y44_N9 +dffeas \text_gen|char_ram~11131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y44_N15 +dffeas \text_gen|char_ram~12923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y40_N27 +dffeas \text_gen|char_ram~9339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y47_N27 +dffeas \text_gen|char_ram~7547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40034 ( +// Equation(s): +// \text_gen|char_ram~40034_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9339_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7547_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9339_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7547_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40034 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40035 ( +// Equation(s): +// \text_gen|char_ram~40035_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40034_combout & ((\text_gen|char_ram~12923_q ))) # (!\text_gen|char_ram~40034_combout & (\text_gen|char_ram~11131_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40034_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11131_q ), + .datac(\text_gen|char_ram~12923_q ), + .datad(\text_gen|char_ram~40034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40035 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2171feeder ( +// Equation(s): +// \text_gen|char_ram~2171feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2171feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2171feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2171feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y40_N23 +dffeas \text_gen|char_ram~2171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2171feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y41_N5 +dffeas \text_gen|char_ram~5755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y52_N3 +dffeas \text_gen|char_ram~3963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y41_N19 +dffeas \text_gen|char_ram~379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40036 ( +// Equation(s): +// \text_gen|char_ram~40036_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3963_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~379_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3963_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~379_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40036 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40037 ( +// Equation(s): +// \text_gen|char_ram~40037_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40036_combout & ((\text_gen|char_ram~5755_q ))) # (!\text_gen|char_ram~40036_combout & (\text_gen|char_ram~2171_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40036_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2171_q ), + .datac(\text_gen|char_ram~5755_q ), + .datad(\text_gen|char_ram~40036_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40037 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40038 ( +// Equation(s): +// \text_gen|char_ram~40038_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40035_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~40037_combout )))) + + .dataa(\text_gen|char_ram~40035_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~40037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40038 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~40038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y40_N3 +dffeas \text_gen|char_ram~16507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y41_N17 +dffeas \text_gen|char_ram~20091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y45_N25 +dffeas \text_gen|char_ram~14715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y50_N3 +dffeas \text_gen|char_ram~18299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40032 ( +// Equation(s): +// \text_gen|char_ram~40032_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18299_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14715_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14715_q ), + .datad(\text_gen|char_ram~18299_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40032 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40033 ( +// Equation(s): +// \text_gen|char_ram~40033_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40032_combout & ((\text_gen|char_ram~20091_q ))) # (!\text_gen|char_ram~40032_combout & (\text_gen|char_ram~16507_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40032_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16507_q ), + .datac(\text_gen|char_ram~20091_q ), + .datad(\text_gen|char_ram~40032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40033 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40041 ( +// Equation(s): +// \text_gen|char_ram~40041_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40038_combout & (\text_gen|char_ram~40040_combout )) # (!\text_gen|char_ram~40038_combout & ((\text_gen|char_ram~40033_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40038_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40040_combout ), + .datac(\text_gen|char_ram~40038_combout ), + .datad(\text_gen|char_ram~40033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40041 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y43_N21 +dffeas \text_gen|char_ram~25131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y40_N13 +dffeas \text_gen|char_ram~26923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y40_N25 +dffeas \text_gen|char_ram~21547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23339feeder ( +// Equation(s): +// \text_gen|char_ram~23339feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23339feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23339feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23339feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y40_N5 +dffeas \text_gen|char_ram~23339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23339feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40028 ( +// Equation(s): +// \text_gen|char_ram~40028_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~23339_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~21547_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21547_q ), + .datad(\text_gen|char_ram~23339_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40028 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40029 ( +// Equation(s): +// \text_gen|char_ram~40029_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40028_combout & ((\text_gen|char_ram~26923_q ))) # (!\text_gen|char_ram~40028_combout & (\text_gen|char_ram~25131_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40028_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25131_q ), + .datac(\text_gen|char_ram~26923_q ), + .datad(\text_gen|char_ram~40028_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40029 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10795feeder ( +// Equation(s): +// \text_gen|char_ram~10795feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y51_N21 +dffeas \text_gen|char_ram~10795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y39_N17 +dffeas \text_gen|char_ram~9003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y47_N25 +dffeas \text_gen|char_ram~7211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40021 ( +// Equation(s): +// \text_gen|char_ram~40021_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9003_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7211_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9003_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7211_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40021 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y40_N31 +dffeas \text_gen|char_ram~12587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40022 ( +// Equation(s): +// \text_gen|char_ram~40022_combout = (\text_gen|char_ram~40021_combout & (((\text_gen|char_ram~12587_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40021_combout & (\text_gen|char_ram~10795_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10795_q ), + .datab(\text_gen|char_ram~40021_combout ), + .datac(\text_gen|char_ram~12587_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40022 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y43_N31 +dffeas \text_gen|char_ram~3627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y40_N7 +dffeas \text_gen|char_ram~43 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~43_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~43 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~43 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40025 ( +// Equation(s): +// \text_gen|char_ram~40025_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~3627_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~43_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3627_q ), + .datac(\text_gen|char_ram~43_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40025 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y40_N15 +dffeas \text_gen|char_ram~5419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~1835feeder ( +// Equation(s): +// \text_gen|char_ram~1835feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1835feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1835feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1835feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y40_N23 +dffeas \text_gen|char_ram~1835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1835feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40026 ( +// Equation(s): +// \text_gen|char_ram~40026_combout = (\text_gen|char_ram~40025_combout & (((\text_gen|char_ram~5419_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~40025_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~1835_q )))) + + .dataa(\text_gen|char_ram~40025_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5419_q ), + .datad(\text_gen|char_ram~1835_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40026 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16171feeder ( +// Equation(s): +// \text_gen|char_ram~16171feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16171feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16171feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16171feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y48_N19 +dffeas \text_gen|char_ram~16171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16171feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y41_N31 +dffeas \text_gen|char_ram~19755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y50_N3 +dffeas \text_gen|char_ram~17963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y41_N1 +dffeas \text_gen|char_ram~14379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40023 ( +// Equation(s): +// \text_gen|char_ram~40023_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~17963_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~14379_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17963_q ), + .datac(\text_gen|char_ram~14379_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40023 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40024 ( +// Equation(s): +// \text_gen|char_ram~40024_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40023_combout & ((\text_gen|char_ram~19755_q ))) # (!\text_gen|char_ram~40023_combout & (\text_gen|char_ram~16171_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40023_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16171_q ), + .datac(\text_gen|char_ram~19755_q ), + .datad(\text_gen|char_ram~40023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40024 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40027 ( +// Equation(s): +// \text_gen|char_ram~40027_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~40024_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~40026_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~40026_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~40024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40027 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~40027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40030 ( +// Equation(s): +// \text_gen|char_ram~40030_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40027_combout & (\text_gen|char_ram~40029_combout )) # (!\text_gen|char_ram~40027_combout & ((\text_gen|char_ram~40022_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40027_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~40029_combout ), + .datac(\text_gen|char_ram~40022_combout ), + .datad(\text_gen|char_ram~40027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40030 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y42_N13 +dffeas \text_gen|char_ram~16283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y41_N5 +dffeas \text_gen|char_ram~14491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y50_N13 +dffeas \text_gen|char_ram~18075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40011 ( +// Equation(s): +// \text_gen|char_ram~40011_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18075_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14491_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14491_q ), + .datad(\text_gen|char_ram~18075_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40011 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N31 +dffeas \text_gen|char_ram~19867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40012 ( +// Equation(s): +// \text_gen|char_ram~40012_combout = (\text_gen|char_ram~40011_combout & (((\text_gen|char_ram~19867_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~40011_combout & (\text_gen|char_ram~16283_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~16283_q ), + .datab(\text_gen|char_ram~40011_combout ), + .datac(\text_gen|char_ram~19867_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40012 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y47_N5 +dffeas \text_gen|char_ram~3739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y40_N5 +dffeas \text_gen|char_ram~155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~155 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40015 ( +// Equation(s): +// \text_gen|char_ram~40015_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~3739_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~155_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3739_q ), + .datac(\text_gen|char_ram~155_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40015 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y40_N19 +dffeas \text_gen|char_ram~5531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y40_N3 +dffeas \text_gen|char_ram~1947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40016 ( +// Equation(s): +// \text_gen|char_ram~40016_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40015_combout & (\text_gen|char_ram~5531_q )) # (!\text_gen|char_ram~40015_combout & ((\text_gen|char_ram~1947_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~40015_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~40015_combout ), + .datac(\text_gen|char_ram~5531_q ), + .datad(\text_gen|char_ram~1947_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40016 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y57_N19 +dffeas \text_gen|char_ram~10907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9115feeder ( +// Equation(s): +// \text_gen|char_ram~9115feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9115feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9115feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9115feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N21 +dffeas \text_gen|char_ram~9115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9115feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y37_N29 +dffeas \text_gen|char_ram~7323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7323 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40013 ( +// Equation(s): +// \text_gen|char_ram~40013_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9115_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7323_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9115_q ), + .datac(\text_gen|char_ram~7323_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40013 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y37_N11 +dffeas \text_gen|char_ram~12699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40014 ( +// Equation(s): +// \text_gen|char_ram~40014_combout = (\text_gen|char_ram~40013_combout & (((\text_gen|char_ram~12699_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40013_combout & (\text_gen|char_ram~10907_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10907_q ), + .datab(\text_gen|char_ram~40013_combout ), + .datac(\text_gen|char_ram~12699_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40014 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40017 ( +// Equation(s): +// \text_gen|char_ram~40017_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~40014_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~40016_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40016_combout ), + .datad(\text_gen|char_ram~40014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40017 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X11_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25243feeder ( +// Equation(s): +// \text_gen|char_ram~25243feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X11_Y40_N13 +dffeas \text_gen|char_ram~25243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y40_N15 +dffeas \text_gen|char_ram~27035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y21_N27 +dffeas \text_gen|char_ram~23451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y40_N1 +dffeas \text_gen|char_ram~21659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40018 ( +// Equation(s): +// \text_gen|char_ram~40018_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23451_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~21659_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23451_q ), + .datac(\text_gen|char_ram~21659_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40018 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40019 ( +// Equation(s): +// \text_gen|char_ram~40019_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40018_combout & ((\text_gen|char_ram~27035_q ))) # (!\text_gen|char_ram~40018_combout & (\text_gen|char_ram~25243_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40018_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25243_q ), + .datac(\text_gen|char_ram~27035_q ), + .datad(\text_gen|char_ram~40018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40019 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40020 ( +// Equation(s): +// \text_gen|char_ram~40020_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40017_combout & ((\text_gen|char_ram~40019_combout ))) # (!\text_gen|char_ram~40017_combout & (\text_gen|char_ram~40012_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40017_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40012_combout ), + .datac(\text_gen|char_ram~40017_combout ), + .datad(\text_gen|char_ram~40019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40020 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~40020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40031 ( +// Equation(s): +// \text_gen|char_ram~40031_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~40020_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~40030_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40030_combout ), + .datad(\text_gen|char_ram~40020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40031 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y40_N1 +dffeas \text_gen|char_ram~16395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y41_N7 +dffeas \text_gen|char_ram~19979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y43_N21 +dffeas \text_gen|char_ram~14603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y43_N11 +dffeas \text_gen|char_ram~18187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40003 ( +// Equation(s): +// \text_gen|char_ram~40003_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18187_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14603_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14603_q ), + .datad(\text_gen|char_ram~18187_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40003 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40004 ( +// Equation(s): +// \text_gen|char_ram~40004_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40003_combout & ((\text_gen|char_ram~19979_q ))) # (!\text_gen|char_ram~40003_combout & (\text_gen|char_ram~16395_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40003_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16395_q ), + .datac(\text_gen|char_ram~19979_q ), + .datad(\text_gen|char_ram~40003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40004 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y40_N1 +dffeas \text_gen|char_ram~2059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y40_N3 +dffeas \text_gen|char_ram~5643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y44_N11 +dffeas \text_gen|char_ram~3851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y44_N5 +dffeas \text_gen|char_ram~267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~267 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40005 ( +// Equation(s): +// \text_gen|char_ram~40005_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3851_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~267_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3851_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~267_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40005 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40006 ( +// Equation(s): +// \text_gen|char_ram~40006_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40005_combout & ((\text_gen|char_ram~5643_q ))) # (!\text_gen|char_ram~40005_combout & (\text_gen|char_ram~2059_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40005_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2059_q ), + .datac(\text_gen|char_ram~5643_q ), + .datad(\text_gen|char_ram~40005_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40006 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40007 ( +// Equation(s): +// \text_gen|char_ram~40007_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~40004_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~40006_combout ))))) + + .dataa(\text_gen|char_ram~40004_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~40006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40007 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~40007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11019feeder ( +// Equation(s): +// \text_gen|char_ram~11019feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11019feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11019feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11019feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y44_N11 +dffeas \text_gen|char_ram~11019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11019feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y44_N3 +dffeas \text_gen|char_ram~12811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7435feeder ( +// Equation(s): +// \text_gen|char_ram~7435feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7435feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7435feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7435feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y44_N3 +dffeas \text_gen|char_ram~7435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7435feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9227feeder ( +// Equation(s): +// \text_gen|char_ram~9227feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9227feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N9 +dffeas \text_gen|char_ram~9227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40001 ( +// Equation(s): +// \text_gen|char_ram~40001_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~9227_q ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7435_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~7435_q ), + .datab(\text_gen|char_ram~9227_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40001 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~40001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40002 ( +// Equation(s): +// \text_gen|char_ram~40002_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40001_combout & ((\text_gen|char_ram~12811_q ))) # (!\text_gen|char_ram~40001_combout & (\text_gen|char_ram~11019_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40001_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11019_q ), + .datac(\text_gen|char_ram~12811_q ), + .datad(\text_gen|char_ram~40001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40002 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25355feeder ( +// Equation(s): +// \text_gen|char_ram~25355feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25355feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25355feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25355feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y43_N31 +dffeas \text_gen|char_ram~25355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25355feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N11 +dffeas \text_gen|char_ram~27147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23563feeder ( +// Equation(s): +// \text_gen|char_ram~23563feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23563feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23563feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23563feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N5 +dffeas \text_gen|char_ram~23563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23563feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N13 +dffeas \text_gen|char_ram~21771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40008 ( +// Equation(s): +// \text_gen|char_ram~40008_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23563_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21771_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~23563_q ), + .datac(\text_gen|char_ram~21771_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40008 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40009 ( +// Equation(s): +// \text_gen|char_ram~40009_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40008_combout & ((\text_gen|char_ram~27147_q ))) # (!\text_gen|char_ram~40008_combout & (\text_gen|char_ram~25355_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40008_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25355_q ), + .datac(\text_gen|char_ram~27147_q ), + .datad(\text_gen|char_ram~40008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40009 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40010 ( +// Equation(s): +// \text_gen|char_ram~40010_combout = (\text_gen|char_ram~40007_combout & (((\text_gen|char_ram~40009_combout ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~40007_combout & (\text_gen|char_ram~40002_combout & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~40007_combout ), + .datab(\text_gen|char_ram~40002_combout ), + .datac(\text_gen|char_ram~40009_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40010 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40042 ( +// Equation(s): +// \text_gen|char_ram~40042_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40031_combout & (\text_gen|char_ram~40041_combout )) # (!\text_gen|char_ram~40031_combout & ((\text_gen|char_ram~40010_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40031_combout )))) + + .dataa(\text_gen|char_ram~40041_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40031_combout ), + .datad(\text_gen|char_ram~40010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40042 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y18_N7 +dffeas \text_gen|char_ram~25915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y18_N17 +dffeas \text_gen|char_ram~27707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y17_N31 +dffeas \text_gen|char_ram~24123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y19_N21 +dffeas \text_gen|char_ram~22331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39997 ( +// Equation(s): +// \text_gen|char_ram~39997_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24123_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22331_q +// ))))) + + .dataa(\text_gen|char_ram~24123_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22331_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39997 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39998 ( +// Equation(s): +// \text_gen|char_ram~39998_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39997_combout & ((\text_gen|char_ram~27707_q ))) # (!\text_gen|char_ram~39997_combout & (\text_gen|char_ram~25915_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39997_combout )))) + + .dataa(\text_gen|char_ram~25915_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27707_q ), + .datad(\text_gen|char_ram~39997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39998 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25803feeder ( +// Equation(s): +// \text_gen|char_ram~25803feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25803feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25803feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25803feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N21 +dffeas \text_gen|char_ram~25803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25803feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y19_N7 +dffeas \text_gen|char_ram~22219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39990 ( +// Equation(s): +// \text_gen|char_ram~39990_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25803_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22219_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~25803_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22219_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39990 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y20_N11 +dffeas \text_gen|char_ram~24011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y19_N17 +dffeas \text_gen|char_ram~27595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39991 ( +// Equation(s): +// \text_gen|char_ram~39991_combout = (\text_gen|char_ram~39990_combout & (((\text_gen|char_ram~27595_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~39990_combout & (\text_gen|char_ram~24011_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~39990_combout ), + .datab(\text_gen|char_ram~24011_q ), + .datac(\text_gen|char_ram~27595_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39991 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~39991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N9 +dffeas \text_gen|char_ram~23787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y17_N5 +dffeas \text_gen|char_ram~27371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y18_N11 +dffeas \text_gen|char_ram~25579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y19_N15 +dffeas \text_gen|char_ram~21995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39994 ( +// Equation(s): +// \text_gen|char_ram~39994_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25579_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21995_q +// ))))) + + .dataa(\text_gen|char_ram~25579_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21995_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39994 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39995 ( +// Equation(s): +// \text_gen|char_ram~39995_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39994_combout & ((\text_gen|char_ram~27371_q ))) # (!\text_gen|char_ram~39994_combout & (\text_gen|char_ram~23787_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39994_combout )))) + + .dataa(\text_gen|char_ram~23787_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27371_q ), + .datad(\text_gen|char_ram~39994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39995 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25691feeder ( +// Equation(s): +// \text_gen|char_ram~25691feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25691feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25691feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25691feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y18_N17 +dffeas \text_gen|char_ram~25691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25691feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y21_N21 +dffeas \text_gen|char_ram~27483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27483 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y21_N17 +dffeas \text_gen|char_ram~23899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y19_N15 +dffeas \text_gen|char_ram~22107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39992 ( +// Equation(s): +// \text_gen|char_ram~39992_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23899_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22107_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23899_q ), + .datac(\text_gen|char_ram~22107_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39992 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39993 ( +// Equation(s): +// \text_gen|char_ram~39993_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39992_combout & ((\text_gen|char_ram~27483_q ))) # (!\text_gen|char_ram~39992_combout & (\text_gen|char_ram~25691_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39992_combout )))) + + .dataa(\text_gen|char_ram~25691_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27483_q ), + .datad(\text_gen|char_ram~39992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39993 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39996 ( +// Equation(s): +// \text_gen|char_ram~39996_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~39993_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~39995_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~39995_combout ), + .datad(\text_gen|char_ram~39993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39996 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39999 ( +// Equation(s): +// \text_gen|char_ram~39999_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~39996_combout & (\text_gen|char_ram~39998_combout )) # (!\text_gen|char_ram~39996_combout & ((\text_gen|char_ram~39991_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~39996_combout )))) + + .dataa(\text_gen|char_ram~39998_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~39991_combout ), + .datad(\text_gen|char_ram~39996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39999 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11579feeder ( +// Equation(s): +// \text_gen|char_ram~11579feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11579feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11579feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11579feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N19 +dffeas \text_gen|char_ram~11579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11579feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y17_N29 +dffeas \text_gen|char_ram~13371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y20_N31 +dffeas \text_gen|char_ram~7995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y20_N25 +dffeas \text_gen|char_ram~9787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39966 ( +// Equation(s): +// \text_gen|char_ram~39966_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~9787_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7995_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7995_q ), + .datad(\text_gen|char_ram~9787_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39966 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39967 ( +// Equation(s): +// \text_gen|char_ram~39967_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39966_combout & ((\text_gen|char_ram~13371_q ))) # (!\text_gen|char_ram~39966_combout & (\text_gen|char_ram~11579_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39966_combout )))) + + .dataa(\text_gen|char_ram~11579_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13371_q ), + .datad(\text_gen|char_ram~39966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39967 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9675feeder ( +// Equation(s): +// \text_gen|char_ram~9675feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y17_N17 +dffeas \text_gen|char_ram~9675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y17_N31 +dffeas \text_gen|char_ram~13259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y20_N11 +dffeas \text_gen|char_ram~11467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11467 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y20_N5 +dffeas \text_gen|char_ram~7883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39959 ( +// Equation(s): +// \text_gen|char_ram~39959_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11467_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7883_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11467_q ), + .datac(\text_gen|char_ram~7883_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39959 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39960 ( +// Equation(s): +// \text_gen|char_ram~39960_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39959_combout & ((\text_gen|char_ram~13259_q ))) # (!\text_gen|char_ram~39959_combout & (\text_gen|char_ram~9675_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39959_combout )))) + + .dataa(\text_gen|char_ram~9675_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13259_q ), + .datad(\text_gen|char_ram~39959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39960 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y10_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9451feeder ( +// Equation(s): +// \text_gen|char_ram~9451feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9451feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9451feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9451feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y10_N19 +dffeas \text_gen|char_ram~9451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9451feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y18_N31 +dffeas \text_gen|char_ram~13035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11243feeder ( +// Equation(s): +// \text_gen|char_ram~11243feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y16_N27 +dffeas \text_gen|char_ram~11243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y18_N25 +dffeas \text_gen|char_ram~7659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39963 ( +// Equation(s): +// \text_gen|char_ram~39963_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11243_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7659_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11243_q ), + .datac(\text_gen|char_ram~7659_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39963 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39964 ( +// Equation(s): +// \text_gen|char_ram~39964_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39963_combout & ((\text_gen|char_ram~13035_q ))) # (!\text_gen|char_ram~39963_combout & (\text_gen|char_ram~9451_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39963_combout )))) + + .dataa(\text_gen|char_ram~9451_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13035_q ), + .datad(\text_gen|char_ram~39963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39964 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y18_N25 +dffeas \text_gen|char_ram~11355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y18_N1 +dffeas \text_gen|char_ram~13147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9563feeder ( +// Equation(s): +// \text_gen|char_ram~9563feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9563feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9563feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9563feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y19_N31 +dffeas \text_gen|char_ram~9563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9563feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y18_N19 +dffeas \text_gen|char_ram~7771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39961 ( +// Equation(s): +// \text_gen|char_ram~39961_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9563_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7771_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9563_q ), + .datab(\text_gen|char_ram~7771_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39961 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~39961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39962 ( +// Equation(s): +// \text_gen|char_ram~39962_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39961_combout & ((\text_gen|char_ram~13147_q ))) # (!\text_gen|char_ram~39961_combout & (\text_gen|char_ram~11355_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39961_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11355_q ), + .datac(\text_gen|char_ram~13147_q ), + .datad(\text_gen|char_ram~39961_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39962 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39965 ( +// Equation(s): +// \text_gen|char_ram~39965_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout ) # (\text_gen|char_ram~39962_combout )))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~39964_combout & (!\text_gen|Add5~2_combout ))) + + .dataa(\text_gen|char_ram~39964_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~39962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39965 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~39965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39968 ( +// Equation(s): +// \text_gen|char_ram~39968_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~39965_combout & (\text_gen|char_ram~39967_combout )) # (!\text_gen|char_ram~39965_combout & ((\text_gen|char_ram~39960_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~39965_combout )))) + + .dataa(\text_gen|char_ram~39967_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~39960_combout ), + .datad(\text_gen|char_ram~39965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39968 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y17_N29 +dffeas \text_gen|char_ram~18747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y17_N27 +dffeas \text_gen|char_ram~20539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y20_N31 +dffeas \text_gen|char_ram~16955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y17_N17 +dffeas \text_gen|char_ram~15163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15163 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39976 ( +// Equation(s): +// \text_gen|char_ram~39976_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16955_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15163_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~16955_q ), + .datac(\text_gen|char_ram~15163_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39976 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39977 ( +// Equation(s): +// \text_gen|char_ram~39977_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39976_combout & ((\text_gen|char_ram~20539_q ))) # (!\text_gen|char_ram~39976_combout & (\text_gen|char_ram~18747_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39976_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18747_q ), + .datac(\text_gen|char_ram~20539_q ), + .datad(\text_gen|char_ram~39976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39977 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y20_N29 +dffeas \text_gen|char_ram~16619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y17_N7 +dffeas \text_gen|char_ram~20203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18411feeder ( +// Equation(s): +// \text_gen|char_ram~18411feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y17_N11 +dffeas \text_gen|char_ram~18411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y17_N25 +dffeas \text_gen|char_ram~14827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39973 ( +// Equation(s): +// \text_gen|char_ram~39973_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18411_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~14827_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18411_q ), + .datac(\text_gen|char_ram~14827_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39973 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39974 ( +// Equation(s): +// \text_gen|char_ram~39974_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39973_combout & ((\text_gen|char_ram~20203_q ))) # (!\text_gen|char_ram~39973_combout & (\text_gen|char_ram~16619_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39973_combout )))) + + .dataa(\text_gen|char_ram~16619_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20203_q ), + .datad(\text_gen|char_ram~39973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39974 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y20_N5 +dffeas \text_gen|char_ram~16843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y17_N25 +dffeas \text_gen|char_ram~20427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18635feeder ( +// Equation(s): +// \text_gen|char_ram~18635feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18635feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y21_N13 +dffeas \text_gen|char_ram~18635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y17_N19 +dffeas \text_gen|char_ram~15051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39971 ( +// Equation(s): +// \text_gen|char_ram~39971_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18635_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15051_q +// ))))) + + .dataa(\text_gen|char_ram~18635_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15051_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39971 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39972 ( +// Equation(s): +// \text_gen|char_ram~39972_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39971_combout & ((\text_gen|char_ram~20427_q ))) # (!\text_gen|char_ram~39971_combout & (\text_gen|char_ram~16843_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39971_combout )))) + + .dataa(\text_gen|char_ram~16843_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20427_q ), + .datad(\text_gen|char_ram~39971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39972 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39975 ( +// Equation(s): +// \text_gen|char_ram~39975_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~39972_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~39974_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~39974_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~39972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39975 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~39975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N23 +dffeas \text_gen|char_ram~18523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16731feeder ( +// Equation(s): +// \text_gen|char_ram~16731feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16731feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16731feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16731feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N13 +dffeas \text_gen|char_ram~16731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16731feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y17_N3 +dffeas \text_gen|char_ram~14939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39969 ( +// Equation(s): +// \text_gen|char_ram~39969_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16731_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~14939_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~16731_q ), + .datac(\text_gen|char_ram~14939_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39969 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y17_N17 +dffeas \text_gen|char_ram~20315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39970 ( +// Equation(s): +// \text_gen|char_ram~39970_combout = (\text_gen|char_ram~39969_combout & (((\text_gen|char_ram~20315_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~39969_combout & (\text_gen|char_ram~18523_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~18523_q ), + .datab(\text_gen|char_ram~39969_combout ), + .datac(\text_gen|char_ram~20315_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39970 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39978 ( +// Equation(s): +// \text_gen|char_ram~39978_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~39975_combout & (\text_gen|char_ram~39977_combout )) # (!\text_gen|char_ram~39975_combout & ((\text_gen|char_ram~39970_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~39975_combout )))) + + .dataa(\text_gen|char_ram~39977_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~39975_combout ), + .datad(\text_gen|char_ram~39970_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39978 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y18_N1 +dffeas \text_gen|char_ram~4075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y19_N9 +dffeas \text_gen|char_ram~491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39983 ( +// Equation(s): +// \text_gen|char_ram~39983_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4075_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~491_q +// ))))) + + .dataa(\text_gen|char_ram~4075_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~491_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39983 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y20_N27 +dffeas \text_gen|char_ram~2283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y18_N23 +dffeas \text_gen|char_ram~5867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39984 ( +// Equation(s): +// \text_gen|char_ram~39984_combout = (\text_gen|char_ram~39983_combout & (((\text_gen|char_ram~5867_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~39983_combout & (\text_gen|char_ram~2283_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~39983_combout ), + .datab(\text_gen|char_ram~2283_q ), + .datac(\text_gen|char_ram~5867_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39984 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~39984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y20_N9 +dffeas \text_gen|char_ram~2507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y18_N1 +dffeas \text_gen|char_ram~6091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y19_N1 +dffeas \text_gen|char_ram~4299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y19_N15 +dffeas \text_gen|char_ram~715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~715 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39981 ( +// Equation(s): +// \text_gen|char_ram~39981_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4299_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~715_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4299_q ), + .datac(\text_gen|char_ram~715_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39981 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39982 ( +// Equation(s): +// \text_gen|char_ram~39982_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39981_combout & ((\text_gen|char_ram~6091_q ))) # (!\text_gen|char_ram~39981_combout & (\text_gen|char_ram~2507_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39981_combout )))) + + .dataa(\text_gen|char_ram~2507_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6091_q ), + .datad(\text_gen|char_ram~39981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39982 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39985 ( +// Equation(s): +// \text_gen|char_ram~39985_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~39982_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~39984_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~39984_combout ), + .datad(\text_gen|char_ram~39982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39985 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y17_N21 +dffeas \text_gen|char_ram~4411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y17_N23 +dffeas \text_gen|char_ram~6203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2619feeder ( +// Equation(s): +// \text_gen|char_ram~2619feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2619feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2619feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2619feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y19_N21 +dffeas \text_gen|char_ram~2619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2619feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y15_N1 +dffeas \text_gen|char_ram~827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39986 ( +// Equation(s): +// \text_gen|char_ram~39986_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2619_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~827_q +// ))))) + + .dataa(\text_gen|char_ram~2619_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~827_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39986 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39987 ( +// Equation(s): +// \text_gen|char_ram~39987_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39986_combout & ((\text_gen|char_ram~6203_q ))) # (!\text_gen|char_ram~39986_combout & (\text_gen|char_ram~4411_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39986_combout )))) + + .dataa(\text_gen|char_ram~4411_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6203_q ), + .datad(\text_gen|char_ram~39986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39987 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y22_N19 +dffeas \text_gen|char_ram~4187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y22_N1 +dffeas \text_gen|char_ram~5979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2395feeder ( +// Equation(s): +// \text_gen|char_ram~2395feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N29 +dffeas \text_gen|char_ram~2395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N25 +dffeas \text_gen|char_ram~603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39979 ( +// Equation(s): +// \text_gen|char_ram~39979_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2395_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~603_q +// ))))) + + .dataa(\text_gen|char_ram~2395_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~603_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39979 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39980 ( +// Equation(s): +// \text_gen|char_ram~39980_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39979_combout & ((\text_gen|char_ram~5979_q ))) # (!\text_gen|char_ram~39979_combout & (\text_gen|char_ram~4187_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39979_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4187_q ), + .datac(\text_gen|char_ram~5979_q ), + .datad(\text_gen|char_ram~39979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39980 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39988 ( +// Equation(s): +// \text_gen|char_ram~39988_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~39985_combout & (\text_gen|char_ram~39987_combout )) # (!\text_gen|char_ram~39985_combout & ((\text_gen|char_ram~39980_combout ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~39985_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~39985_combout ), + .datac(\text_gen|char_ram~39987_combout ), + .datad(\text_gen|char_ram~39980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39988 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39989 ( +// Equation(s): +// \text_gen|char_ram~39989_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~39978_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~39988_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~39978_combout ), + .datad(\text_gen|char_ram~39988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39989 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40000 ( +// Equation(s): +// \text_gen|char_ram~40000_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39989_combout & (\text_gen|char_ram~39999_combout )) # (!\text_gen|char_ram~39989_combout & ((\text_gen|char_ram~39968_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39989_combout )))) + + .dataa(\text_gen|char_ram~39999_combout ), + .datab(\text_gen|char_ram~39968_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~39989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40000 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~40000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40043 ( +// Equation(s): +// \text_gen|char_ram~40043_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~40000_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40042_combout )))) + + .dataa(\text_gen|char_ram~40042_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~40000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40043 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~40043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10011feeder ( +// Equation(s): +// \text_gen|char_ram~10011feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10011feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10011feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10011feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y56_N5 +dffeas \text_gen|char_ram~10011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10011feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y52_N9 +dffeas \text_gen|char_ram~24347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y36_N19 +dffeas \text_gen|char_ram~2843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2843 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17179feeder ( +// Equation(s): +// \text_gen|char_ram~17179feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17179feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17179feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17179feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y36_N9 +dffeas \text_gen|char_ram~17179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17179feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39919 ( +// Equation(s): +// \text_gen|char_ram~39919_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17179_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2843_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2843_q ), + .datad(\text_gen|char_ram~17179_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39919 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39920 ( +// Equation(s): +// \text_gen|char_ram~39920_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39919_combout & ((\text_gen|char_ram~24347_q ))) # (!\text_gen|char_ram~39919_combout & (\text_gen|char_ram~10011_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39919_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10011_q ), + .datac(\text_gen|char_ram~24347_q ), + .datad(\text_gen|char_ram~39919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39920 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~22555feeder ( +// Equation(s): +// \text_gen|char_ram~22555feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22555feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22555feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22555feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y51_N1 +dffeas \text_gen|char_ram~22555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22555feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22555 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8219feeder ( +// Equation(s): +// \text_gen|char_ram~8219feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8219feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8219feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8219feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y52_N21 +dffeas \text_gen|char_ram~8219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8219feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15387feeder ( +// Equation(s): +// \text_gen|char_ram~15387feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15387feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15387feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15387feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N1 +dffeas \text_gen|char_ram~15387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15387feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y45_N29 +dffeas \text_gen|char_ram~1051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39921 ( +// Equation(s): +// \text_gen|char_ram~39921_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15387_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1051_q +// ))))) + + .dataa(\text_gen|char_ram~15387_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1051_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39921 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39922 ( +// Equation(s): +// \text_gen|char_ram~39922_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39921_combout & (\text_gen|char_ram~22555_q )) # (!\text_gen|char_ram~39921_combout & ((\text_gen|char_ram~8219_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39921_combout )))) + + .dataa(\text_gen|char_ram~22555_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~8219_q ), + .datad(\text_gen|char_ram~39921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39922 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39923 ( +// Equation(s): +// \text_gen|char_ram~39923_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~39920_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~39922_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39920_combout ), + .datad(\text_gen|char_ram~39922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39923 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26139feeder ( +// Equation(s): +// \text_gen|char_ram~26139feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26139feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26139feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26139feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y58_N29 +dffeas \text_gen|char_ram~26139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26139feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y58_N1 +dffeas \text_gen|char_ram~18971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11803feeder ( +// Equation(s): +// \text_gen|char_ram~11803feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11803feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11803feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11803feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y55_N29 +dffeas \text_gen|char_ram~11803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11803feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y55_N17 +dffeas \text_gen|char_ram~4635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39917 ( +// Equation(s): +// \text_gen|char_ram~39917_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11803_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4635_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11803_q ), + .datac(\text_gen|char_ram~4635_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39917 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39918 ( +// Equation(s): +// \text_gen|char_ram~39918_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39917_combout & (\text_gen|char_ram~26139_q )) # (!\text_gen|char_ram~39917_combout & ((\text_gen|char_ram~18971_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39917_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~26139_q ), + .datac(\text_gen|char_ram~18971_q ), + .datad(\text_gen|char_ram~39917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39918 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N9 +dffeas \text_gen|char_ram~20763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y52_N27 +dffeas \text_gen|char_ram~27931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13595feeder ( +// Equation(s): +// \text_gen|char_ram~13595feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13595feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13595feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13595feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y52_N31 +dffeas \text_gen|char_ram~13595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13595feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y51_N3 +dffeas \text_gen|char_ram~6427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39924 ( +// Equation(s): +// \text_gen|char_ram~39924_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13595_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6427_q +// ))))) + + .dataa(\text_gen|char_ram~13595_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6427_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39924 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39925 ( +// Equation(s): +// \text_gen|char_ram~39925_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39924_combout & ((\text_gen|char_ram~27931_q ))) # (!\text_gen|char_ram~39924_combout & (\text_gen|char_ram~20763_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39924_combout )))) + + .dataa(\text_gen|char_ram~20763_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27931_q ), + .datad(\text_gen|char_ram~39924_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39925 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39926 ( +// Equation(s): +// \text_gen|char_ram~39926_combout = (\text_gen|char_ram~39923_combout & (((\text_gen|char_ram~39925_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~39923_combout & (\text_gen|Add5~10_combout & (\text_gen|char_ram~39918_combout ))) + + .dataa(\text_gen|char_ram~39923_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39918_combout ), + .datad(\text_gen|char_ram~39925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39926 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~39926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20875feeder ( +// Equation(s): +// \text_gen|char_ram~20875feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20875feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y56_N17 +dffeas \text_gen|char_ram~20875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20875 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y52_N1 +dffeas \text_gen|char_ram~28043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13707feeder ( +// Equation(s): +// \text_gen|char_ram~13707feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N11 +dffeas \text_gen|char_ram~13707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y52_N15 +dffeas \text_gen|char_ram~6539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39934 ( +// Equation(s): +// \text_gen|char_ram~39934_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13707_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6539_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13707_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6539_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39934 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39935 ( +// Equation(s): +// \text_gen|char_ram~39935_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39934_combout & ((\text_gen|char_ram~28043_q ))) # (!\text_gen|char_ram~39934_combout & (\text_gen|char_ram~20875_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39934_combout )))) + + .dataa(\text_gen|char_ram~20875_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28043_q ), + .datad(\text_gen|char_ram~39934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39935 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10123feeder ( +// Equation(s): +// \text_gen|char_ram~10123feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10123feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10123feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10123feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y56_N17 +dffeas \text_gen|char_ram~10123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10123feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y56_N15 +dffeas \text_gen|char_ram~24459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y56_N25 +dffeas \text_gen|char_ram~2955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2955 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17291feeder ( +// Equation(s): +// \text_gen|char_ram~17291feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y56_N7 +dffeas \text_gen|char_ram~17291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17291 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39927 ( +// Equation(s): +// \text_gen|char_ram~39927_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17291_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2955_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2955_q ), + .datad(\text_gen|char_ram~17291_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39927 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39928 ( +// Equation(s): +// \text_gen|char_ram~39928_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39927_combout & ((\text_gen|char_ram~24459_q ))) # (!\text_gen|char_ram~39927_combout & (\text_gen|char_ram~10123_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39927_combout )))) + + .dataa(\text_gen|char_ram~10123_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24459_q ), + .datad(\text_gen|char_ram~39927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39928 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22667feeder ( +// Equation(s): +// \text_gen|char_ram~22667feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22667feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22667feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22667feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y50_N17 +dffeas \text_gen|char_ram~22667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22667feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y54_N7 +dffeas \text_gen|char_ram~15499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1163feeder ( +// Equation(s): +// \text_gen|char_ram~1163feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1163feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y54_N21 +dffeas \text_gen|char_ram~1163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y54_N5 +dffeas \text_gen|char_ram~8331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39931 ( +// Equation(s): +// \text_gen|char_ram~39931_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~8331_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1163_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~1163_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~8331_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39931 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~39931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39932 ( +// Equation(s): +// \text_gen|char_ram~39932_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39931_combout & (\text_gen|char_ram~22667_q )) # (!\text_gen|char_ram~39931_combout & ((\text_gen|char_ram~15499_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39931_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22667_q ), + .datac(\text_gen|char_ram~15499_q ), + .datad(\text_gen|char_ram~39931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39932 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19083feeder ( +// Equation(s): +// \text_gen|char_ram~19083feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y55_N15 +dffeas \text_gen|char_ram~19083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19083 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26251feeder ( +// Equation(s): +// \text_gen|char_ram~26251feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26251feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26251feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26251feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y54_N17 +dffeas \text_gen|char_ram~26251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26251feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11915feeder ( +// Equation(s): +// \text_gen|char_ram~11915feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11915feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11915feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11915feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y54_N1 +dffeas \text_gen|char_ram~11915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11915feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y55_N25 +dffeas \text_gen|char_ram~4747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39929 ( +// Equation(s): +// \text_gen|char_ram~39929_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11915_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4747_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11915_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4747_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39929 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39930 ( +// Equation(s): +// \text_gen|char_ram~39930_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39929_combout & ((\text_gen|char_ram~26251_q ))) # (!\text_gen|char_ram~39929_combout & (\text_gen|char_ram~19083_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39929_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19083_q ), + .datac(\text_gen|char_ram~26251_q ), + .datad(\text_gen|char_ram~39929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39930 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39933 ( +// Equation(s): +// \text_gen|char_ram~39933_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~39930_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~39932_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~39932_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~39930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39933 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~39933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39936 ( +// Equation(s): +// \text_gen|char_ram~39936_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39933_combout & (\text_gen|char_ram~39935_combout )) # (!\text_gen|char_ram~39933_combout & ((\text_gen|char_ram~39928_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39933_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39935_combout ), + .datac(\text_gen|char_ram~39928_combout ), + .datad(\text_gen|char_ram~39933_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39936 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y56_N3 +dffeas \text_gen|char_ram~2731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17067feeder ( +// Equation(s): +// \text_gen|char_ram~17067feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17067feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17067feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17067feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y56_N29 +dffeas \text_gen|char_ram~17067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17067feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39937 ( +// Equation(s): +// \text_gen|char_ram~39937_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17067_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2731_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2731_q ), + .datad(\text_gen|char_ram~17067_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39937 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y56_N29 +dffeas \text_gen|char_ram~24235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~9899feeder ( +// Equation(s): +// \text_gen|char_ram~9899feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9899feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9899feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9899feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y56_N7 +dffeas \text_gen|char_ram~9899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9899feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39938 ( +// Equation(s): +// \text_gen|char_ram~39938_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39937_combout & (\text_gen|char_ram~24235_q )) # (!\text_gen|char_ram~39937_combout & ((\text_gen|char_ram~9899_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~39937_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~39937_combout ), + .datac(\text_gen|char_ram~24235_q ), + .datad(\text_gen|char_ram~9899_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39938 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y55_N27 +dffeas \text_gen|char_ram~20651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y55_N31 +dffeas \text_gen|char_ram~27819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y55_N5 +dffeas \text_gen|char_ram~13483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13483 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y55_N25 +dffeas \text_gen|char_ram~6315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39944 ( +// Equation(s): +// \text_gen|char_ram~39944_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13483_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6315_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13483_q ), + .datac(\text_gen|char_ram~6315_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39944 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39945 ( +// Equation(s): +// \text_gen|char_ram~39945_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39944_combout & ((\text_gen|char_ram~27819_q ))) # (!\text_gen|char_ram~39944_combout & (\text_gen|char_ram~20651_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39944_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20651_q ), + .datac(\text_gen|char_ram~27819_q ), + .datad(\text_gen|char_ram~39944_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39945 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y58_N7 +dffeas \text_gen|char_ram~18859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y58_N3 +dffeas \text_gen|char_ram~26027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y58_N17 +dffeas \text_gen|char_ram~11691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y58_N1 +dffeas \text_gen|char_ram~4523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39939 ( +// Equation(s): +// \text_gen|char_ram~39939_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11691_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4523_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11691_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4523_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39939 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39940 ( +// Equation(s): +// \text_gen|char_ram~39940_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39939_combout & ((\text_gen|char_ram~26027_q ))) # (!\text_gen|char_ram~39939_combout & (\text_gen|char_ram~18859_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39939_combout )))) + + .dataa(\text_gen|char_ram~18859_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26027_q ), + .datad(\text_gen|char_ram~39939_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39940 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y54_N3 +dffeas \text_gen|char_ram~8107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y54_N13 +dffeas \text_gen|char_ram~22443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y54_N25 +dffeas \text_gen|char_ram~15275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N9 +dffeas \text_gen|char_ram~939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39941 ( +// Equation(s): +// \text_gen|char_ram~39941_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15275_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~939_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15275_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~939_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39941 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39942 ( +// Equation(s): +// \text_gen|char_ram~39942_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39941_combout & ((\text_gen|char_ram~22443_q ))) # (!\text_gen|char_ram~39941_combout & (\text_gen|char_ram~8107_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39941_combout )))) + + .dataa(\text_gen|char_ram~8107_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22443_q ), + .datad(\text_gen|char_ram~39941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39942 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39943 ( +// Equation(s): +// \text_gen|char_ram~39943_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39940_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~39942_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39940_combout ), + .datad(\text_gen|char_ram~39942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39943 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39946 ( +// Equation(s): +// \text_gen|char_ram~39946_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39943_combout & ((\text_gen|char_ram~39945_combout ))) # (!\text_gen|char_ram~39943_combout & (\text_gen|char_ram~39938_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39943_combout )))) + + .dataa(\text_gen|char_ram~39938_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~39945_combout ), + .datad(\text_gen|char_ram~39943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39946 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39947 ( +// Equation(s): +// \text_gen|char_ram~39947_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~39936_combout ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((!\text_gen|Add5~0_combout & \text_gen|char_ram~39946_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~39936_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~39946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39947 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~39947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N23 +dffeas \text_gen|char_ram~24571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y52_N27 +dffeas \text_gen|char_ram~28155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y54_N23 +dffeas \text_gen|char_ram~17403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y59_N13 +dffeas \text_gen|char_ram~20987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39955 ( +// Equation(s): +// \text_gen|char_ram~39955_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~20987_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~17403_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~17403_q ), + .datad(\text_gen|char_ram~20987_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39955 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39956 ( +// Equation(s): +// \text_gen|char_ram~39956_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39955_combout & ((\text_gen|char_ram~28155_q ))) # (!\text_gen|char_ram~39955_combout & (\text_gen|char_ram~24571_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39955_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24571_q ), + .datac(\text_gen|char_ram~28155_q ), + .datad(\text_gen|char_ram~39955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39956 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10235feeder ( +// Equation(s): +// \text_gen|char_ram~10235feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10235feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10235feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10235feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y56_N21 +dffeas \text_gen|char_ram~10235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10235feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y55_N31 +dffeas \text_gen|char_ram~13819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y52_N9 +dffeas \text_gen|char_ram~6651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y54_N1 +dffeas \text_gen|char_ram~3067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39950 ( +// Equation(s): +// \text_gen|char_ram~39950_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~6651_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~3067_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~6651_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~3067_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39950 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39951 ( +// Equation(s): +// \text_gen|char_ram~39951_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39950_combout & ((\text_gen|char_ram~13819_q ))) # (!\text_gen|char_ram~39950_combout & (\text_gen|char_ram~10235_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39950_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10235_q ), + .datac(\text_gen|char_ram~13819_q ), + .datad(\text_gen|char_ram~39950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39951 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8443feeder ( +// Equation(s): +// \text_gen|char_ram~8443feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8443feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8443feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8443feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y58_N21 +dffeas \text_gen|char_ram~8443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8443feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y58_N19 +dffeas \text_gen|char_ram~12027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1275feeder ( +// Equation(s): +// \text_gen|char_ram~1275feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1275feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1275feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1275feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y55_N11 +dffeas \text_gen|char_ram~1275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1275feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y58_N25 +dffeas \text_gen|char_ram~4859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39952 ( +// Equation(s): +// \text_gen|char_ram~39952_combout = (\text_gen|Add5~10_combout & (((\text_gen|char_ram~4859_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~1275_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~1275_q ), + .datac(\text_gen|char_ram~4859_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39952 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~39952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39953 ( +// Equation(s): +// \text_gen|char_ram~39953_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39952_combout & ((\text_gen|char_ram~12027_q ))) # (!\text_gen|char_ram~39952_combout & (\text_gen|char_ram~8443_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39952_combout )))) + + .dataa(\text_gen|char_ram~8443_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~12027_q ), + .datad(\text_gen|char_ram~39952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39953 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39954 ( +// Equation(s): +// \text_gen|char_ram~39954_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~39951_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~39953_combout ))))) + + .dataa(\text_gen|char_ram~39951_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~39953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39954 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~39954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y62_N29 +dffeas \text_gen|char_ram~19195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y62_N7 +dffeas \text_gen|char_ram~15611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39948 ( +// Equation(s): +// \text_gen|char_ram~39948_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19195_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15611_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19195_q ), + .datac(\text_gen|char_ram~15611_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39948 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y55_N1 +dffeas \text_gen|char_ram~26363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y56_N21 +dffeas \text_gen|char_ram~22779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39949 ( +// Equation(s): +// \text_gen|char_ram~39949_combout = (\text_gen|char_ram~39948_combout & (((\text_gen|char_ram~26363_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~39948_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~22779_q )))) + + .dataa(\text_gen|char_ram~39948_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26363_q ), + .datad(\text_gen|char_ram~22779_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39949 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39957 ( +// Equation(s): +// \text_gen|char_ram~39957_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39954_combout & (\text_gen|char_ram~39956_combout )) # (!\text_gen|char_ram~39954_combout & ((\text_gen|char_ram~39949_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~39954_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~39956_combout ), + .datac(\text_gen|char_ram~39954_combout ), + .datad(\text_gen|char_ram~39949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39957 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39958 ( +// Equation(s): +// \text_gen|char_ram~39958_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~39947_combout & ((\text_gen|char_ram~39957_combout ))) # (!\text_gen|char_ram~39947_combout & (\text_gen|char_ram~39926_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~39947_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~39926_combout ), + .datac(\text_gen|char_ram~39947_combout ), + .datad(\text_gen|char_ram~39957_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39958 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40086 ( +// Equation(s): +// \text_gen|char_ram~40086_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40043_combout & (\text_gen|char_ram~40085_combout )) # (!\text_gen|char_ram~40043_combout & ((\text_gen|char_ram~39958_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40043_combout )))) + + .dataa(\text_gen|char_ram~40085_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40043_combout ), + .datad(\text_gen|char_ram~39958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40086 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12447feeder ( +// Equation(s): +// \text_gen|char_ram~12447feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12447feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12447feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12447feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y30_N5 +dffeas \text_gen|char_ram~12447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12447feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y32_N7 +dffeas \text_gen|char_ram~10655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y32_N13 +dffeas \text_gen|char_ram~8863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40167 ( +// Equation(s): +// \text_gen|char_ram~40167_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10655_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8863_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10655_q ), + .datac(\text_gen|char_ram~8863_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40167 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y32_N25 +dffeas \text_gen|char_ram~14239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40168 ( +// Equation(s): +// \text_gen|char_ram~40168_combout = (\text_gen|char_ram~40167_combout & (((\text_gen|char_ram~14239_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40167_combout & (\text_gen|char_ram~12447_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~12447_q ), + .datab(\text_gen|char_ram~40167_combout ), + .datac(\text_gen|char_ram~14239_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40168 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y32_N21 +dffeas \text_gen|char_ram~10543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y32_N7 +dffeas \text_gen|char_ram~14127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y32_N9 +dffeas \text_gen|char_ram~12335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y32_N19 +dffeas \text_gen|char_ram~8751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40160 ( +// Equation(s): +// \text_gen|char_ram~40160_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12335_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8751_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12335_q ), + .datac(\text_gen|char_ram~8751_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40160 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40161 ( +// Equation(s): +// \text_gen|char_ram~40161_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40160_combout & ((\text_gen|char_ram~14127_q ))) # (!\text_gen|char_ram~40160_combout & (\text_gen|char_ram~10543_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40160_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10543_q ), + .datac(\text_gen|char_ram~14127_q ), + .datad(\text_gen|char_ram~40160_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40161 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y29_N13 +dffeas \text_gen|char_ram~10319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y29_N27 +dffeas \text_gen|char_ram~13903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13903 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y33_N19 +dffeas \text_gen|char_ram~8527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y33_N17 +dffeas \text_gen|char_ram~12111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40164 ( +// Equation(s): +// \text_gen|char_ram~40164_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~12111_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~8527_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8527_q ), + .datad(\text_gen|char_ram~12111_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40164 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40165 ( +// Equation(s): +// \text_gen|char_ram~40165_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40164_combout & ((\text_gen|char_ram~13903_q ))) # (!\text_gen|char_ram~40164_combout & (\text_gen|char_ram~10319_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40164_combout )))) + + .dataa(\text_gen|char_ram~10319_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13903_q ), + .datad(\text_gen|char_ram~40164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40165 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12223feeder ( +// Equation(s): +// \text_gen|char_ram~12223feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12223feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y34_N29 +dffeas \text_gen|char_ram~12223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y34_N19 +dffeas \text_gen|char_ram~14015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y34_N17 +dffeas \text_gen|char_ram~10431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y34_N15 +dffeas \text_gen|char_ram~8639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40162 ( +// Equation(s): +// \text_gen|char_ram~40162_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~10431_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8639_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10431_q ), + .datac(\text_gen|char_ram~8639_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40162 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40163 ( +// Equation(s): +// \text_gen|char_ram~40163_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40162_combout & ((\text_gen|char_ram~14015_q ))) # (!\text_gen|char_ram~40162_combout & (\text_gen|char_ram~12223_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40162_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12223_q ), + .datac(\text_gen|char_ram~14015_q ), + .datad(\text_gen|char_ram~40162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40163 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40166 ( +// Equation(s): +// \text_gen|char_ram~40166_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~40163_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~40165_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40165_combout ), + .datad(\text_gen|char_ram~40163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40166 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40169 ( +// Equation(s): +// \text_gen|char_ram~40169_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40166_combout & (\text_gen|char_ram~40168_combout )) # (!\text_gen|char_ram~40166_combout & ((\text_gen|char_ram~40161_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40166_combout )))) + + .dataa(\text_gen|char_ram~40168_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40161_combout ), + .datad(\text_gen|char_ram~40166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40169 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10207feeder ( +// Equation(s): +// \text_gen|char_ram~10207feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N9 +dffeas \text_gen|char_ram~10207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y57_N23 +dffeas \text_gen|char_ram~8415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40146 ( +// Equation(s): +// \text_gen|char_ram~40146_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10207_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8415_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10207_q ), + .datac(\text_gen|char_ram~8415_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40146 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11999feeder ( +// Equation(s): +// \text_gen|char_ram~11999feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11999feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11999feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11999feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N1 +dffeas \text_gen|char_ram~11999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11999feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y55_N27 +dffeas \text_gen|char_ram~13791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40147 ( +// Equation(s): +// \text_gen|char_ram~40147_combout = (\text_gen|char_ram~40146_combout & (((\text_gen|char_ram~13791_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~40146_combout & (\text_gen|Add5~10_combout & (\text_gen|char_ram~11999_q ))) + + .dataa(\text_gen|char_ram~40146_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11999_q ), + .datad(\text_gen|char_ram~13791_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40147 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~40147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11775feeder ( +// Equation(s): +// \text_gen|char_ram~11775feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11775feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y51_N25 +dffeas \text_gen|char_ram~11775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y53_N1 +dffeas \text_gen|char_ram~13567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y57_N17 +dffeas \text_gen|char_ram~9983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y53_N11 +dffeas \text_gen|char_ram~8191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40139 ( +// Equation(s): +// \text_gen|char_ram~40139_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9983_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~8191_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9983_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~8191_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40139 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40140 ( +// Equation(s): +// \text_gen|char_ram~40140_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40139_combout & ((\text_gen|char_ram~13567_q ))) # (!\text_gen|char_ram~40139_combout & (\text_gen|char_ram~11775_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40139_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11775_q ), + .datac(\text_gen|char_ram~13567_q ), + .datad(\text_gen|char_ram~40139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40140 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y57_N17 +dffeas \text_gen|char_ram~10095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y57_N29 +dffeas \text_gen|char_ram~13679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11887feeder ( +// Equation(s): +// \text_gen|char_ram~11887feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11887feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y57_N9 +dffeas \text_gen|char_ram~11887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y54_N23 +dffeas \text_gen|char_ram~8303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40141 ( +// Equation(s): +// \text_gen|char_ram~40141_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11887_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8303_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11887_q ), + .datac(\text_gen|char_ram~8303_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40141 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40142 ( +// Equation(s): +// \text_gen|char_ram~40142_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40141_combout & ((\text_gen|char_ram~13679_q ))) # (!\text_gen|char_ram~40141_combout & (\text_gen|char_ram~10095_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40141_combout )))) + + .dataa(\text_gen|char_ram~10095_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13679_q ), + .datad(\text_gen|char_ram~40141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40142 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9871feeder ( +// Equation(s): +// \text_gen|char_ram~9871feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9871feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N23 +dffeas \text_gen|char_ram~9871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y57_N19 +dffeas \text_gen|char_ram~13455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11663feeder ( +// Equation(s): +// \text_gen|char_ram~11663feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N15 +dffeas \text_gen|char_ram~11663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y57_N9 +dffeas \text_gen|char_ram~8079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40143 ( +// Equation(s): +// \text_gen|char_ram~40143_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11663_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8079_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11663_q ), + .datac(\text_gen|char_ram~8079_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40143 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40144 ( +// Equation(s): +// \text_gen|char_ram~40144_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40143_combout & ((\text_gen|char_ram~13455_q ))) # (!\text_gen|char_ram~40143_combout & (\text_gen|char_ram~9871_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40143_combout )))) + + .dataa(\text_gen|char_ram~9871_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13455_q ), + .datad(\text_gen|char_ram~40143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40144 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40145 ( +// Equation(s): +// \text_gen|char_ram~40145_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~40142_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~40144_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40142_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40145 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~40145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40148 ( +// Equation(s): +// \text_gen|char_ram~40148_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40145_combout & (\text_gen|char_ram~40147_combout )) # (!\text_gen|char_ram~40145_combout & ((\text_gen|char_ram~40140_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40145_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40147_combout ), + .datac(\text_gen|char_ram~40140_combout ), + .datad(\text_gen|char_ram~40145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40148 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11103feeder ( +// Equation(s): +// \text_gen|char_ram~11103feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y47_N1 +dffeas \text_gen|char_ram~11103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N7 +dffeas \text_gen|char_ram~12895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y44_N13 +dffeas \text_gen|char_ram~9311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y49_N21 +dffeas \text_gen|char_ram~7519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40156 ( +// Equation(s): +// \text_gen|char_ram~40156_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9311_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7519_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9311_q ), + .datac(\text_gen|char_ram~7519_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40156 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40157 ( +// Equation(s): +// \text_gen|char_ram~40157_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40156_combout & ((\text_gen|char_ram~12895_q ))) # (!\text_gen|char_ram~40156_combout & (\text_gen|char_ram~11103_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40156_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11103_q ), + .datac(\text_gen|char_ram~12895_q ), + .datad(\text_gen|char_ram~40156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40157 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y44_N21 +dffeas \text_gen|char_ram~9199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N7 +dffeas \text_gen|char_ram~12783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10991feeder ( +// Equation(s): +// \text_gen|char_ram~10991feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y47_N17 +dffeas \text_gen|char_ram~10991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y47_N7 +dffeas \text_gen|char_ram~7407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40151 ( +// Equation(s): +// \text_gen|char_ram~40151_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10991_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7407_q +// ))))) + + .dataa(\text_gen|char_ram~10991_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7407_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40151 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40152 ( +// Equation(s): +// \text_gen|char_ram~40152_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40151_combout & ((\text_gen|char_ram~12783_q ))) # (!\text_gen|char_ram~40151_combout & (\text_gen|char_ram~9199_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40151_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9199_q ), + .datac(\text_gen|char_ram~12783_q ), + .datad(\text_gen|char_ram~40151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40152 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8975feeder ( +// Equation(s): +// \text_gen|char_ram~8975feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8975feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8975feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8975feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y40_N25 +dffeas \text_gen|char_ram~8975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8975feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y44_N11 +dffeas \text_gen|char_ram~12559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N17 +dffeas \text_gen|char_ram~7183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10767feeder ( +// Equation(s): +// \text_gen|char_ram~10767feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y47_N23 +dffeas \text_gen|char_ram~10767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10767 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40153 ( +// Equation(s): +// \text_gen|char_ram~40153_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~10767_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7183_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7183_q ), + .datad(\text_gen|char_ram~10767_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40153 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40154 ( +// Equation(s): +// \text_gen|char_ram~40154_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40153_combout & ((\text_gen|char_ram~12559_q ))) # (!\text_gen|char_ram~40153_combout & (\text_gen|char_ram~8975_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40153_combout )))) + + .dataa(\text_gen|char_ram~8975_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12559_q ), + .datad(\text_gen|char_ram~40153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40154 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40155 ( +// Equation(s): +// \text_gen|char_ram~40155_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~40152_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~40154_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40152_combout ), + .datad(\text_gen|char_ram~40154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40155 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10879feeder ( +// Equation(s): +// \text_gen|char_ram~10879feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10879feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N13 +dffeas \text_gen|char_ram~10879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y44_N25 +dffeas \text_gen|char_ram~12671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9087feeder ( +// Equation(s): +// \text_gen|char_ram~9087feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9087feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N13 +dffeas \text_gen|char_ram~9087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y43_N23 +dffeas \text_gen|char_ram~7295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40149 ( +// Equation(s): +// \text_gen|char_ram~40149_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9087_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7295_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9087_q ), + .datac(\text_gen|char_ram~7295_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40149 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40150 ( +// Equation(s): +// \text_gen|char_ram~40150_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40149_combout & ((\text_gen|char_ram~12671_q ))) # (!\text_gen|char_ram~40149_combout & (\text_gen|char_ram~10879_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40149_combout )))) + + .dataa(\text_gen|char_ram~10879_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12671_q ), + .datad(\text_gen|char_ram~40149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40150 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40158 ( +// Equation(s): +// \text_gen|char_ram~40158_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40155_combout & (\text_gen|char_ram~40157_combout )) # (!\text_gen|char_ram~40155_combout & ((\text_gen|char_ram~40150_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40155_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40157_combout ), + .datac(\text_gen|char_ram~40155_combout ), + .datad(\text_gen|char_ram~40150_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40158 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40159 ( +// Equation(s): +// \text_gen|char_ram~40159_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~40148_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~40158_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40148_combout ), + .datad(\text_gen|char_ram~40158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40159 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11551feeder ( +// Equation(s): +// \text_gen|char_ram~11551feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y17_N5 +dffeas \text_gen|char_ram~11551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y17_N7 +dffeas \text_gen|char_ram~13343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N3 +dffeas \text_gen|char_ram~7967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9759feeder ( +// Equation(s): +// \text_gen|char_ram~9759feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9759feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y13_N3 +dffeas \text_gen|char_ram~9759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40136 ( +// Equation(s): +// \text_gen|char_ram~40136_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~9759_q ) # (\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7967_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~7967_q ), + .datab(\text_gen|char_ram~9759_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40136 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~40136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40137 ( +// Equation(s): +// \text_gen|char_ram~40137_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40136_combout & ((\text_gen|char_ram~13343_q ))) # (!\text_gen|char_ram~40136_combout & (\text_gen|char_ram~11551_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40136_combout )))) + + .dataa(\text_gen|char_ram~11551_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~13343_q ), + .datad(\text_gen|char_ram~40136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40137 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y19_N3 +dffeas \text_gen|char_ram~11439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y19_N17 +dffeas \text_gen|char_ram~7855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40129 ( +// Equation(s): +// \text_gen|char_ram~40129_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11439_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7855_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11439_q ), + .datac(\text_gen|char_ram~7855_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40129 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9647feeder ( +// Equation(s): +// \text_gen|char_ram~9647feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9647feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9647feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9647feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y18_N27 +dffeas \text_gen|char_ram~9647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9647feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y18_N3 +dffeas \text_gen|char_ram~13231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40130 ( +// Equation(s): +// \text_gen|char_ram~40130_combout = (\text_gen|char_ram~40129_combout & (((\text_gen|char_ram~13231_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~40129_combout & (\text_gen|char_ram~9647_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~40129_combout ), + .datab(\text_gen|char_ram~9647_q ), + .datac(\text_gen|char_ram~13231_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40130 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9423feeder ( +// Equation(s): +// \text_gen|char_ram~9423feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y13_N1 +dffeas \text_gen|char_ram~9423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y18_N1 +dffeas \text_gen|char_ram~13007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y18_N15 +dffeas \text_gen|char_ram~11215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N9 +dffeas \text_gen|char_ram~7631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7631 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40133 ( +// Equation(s): +// \text_gen|char_ram~40133_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11215_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7631_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11215_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7631_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40133 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40134 ( +// Equation(s): +// \text_gen|char_ram~40134_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40133_combout & ((\text_gen|char_ram~13007_q ))) # (!\text_gen|char_ram~40133_combout & (\text_gen|char_ram~9423_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40133_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9423_q ), + .datac(\text_gen|char_ram~13007_q ), + .datad(\text_gen|char_ram~40133_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40134 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y22_N3 +dffeas \text_gen|char_ram~11327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9535feeder ( +// Equation(s): +// \text_gen|char_ram~9535feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y26_N5 +dffeas \text_gen|char_ram~9535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y22_N29 +dffeas \text_gen|char_ram~7743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40131 ( +// Equation(s): +// \text_gen|char_ram~40131_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9535_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7743_q +// ))))) + + .dataa(\text_gen|char_ram~9535_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7743_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40131 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y22_N7 +dffeas \text_gen|char_ram~13119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40132 ( +// Equation(s): +// \text_gen|char_ram~40132_combout = (\text_gen|char_ram~40131_combout & (((\text_gen|char_ram~13119_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40131_combout & (\text_gen|char_ram~11327_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~11327_q ), + .datab(\text_gen|char_ram~40131_combout ), + .datac(\text_gen|char_ram~13119_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40132 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40135 ( +// Equation(s): +// \text_gen|char_ram~40135_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~40132_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40134_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40134_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~40132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40135 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~40135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40138 ( +// Equation(s): +// \text_gen|char_ram~40138_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40135_combout & (\text_gen|char_ram~40137_combout )) # (!\text_gen|char_ram~40135_combout & ((\text_gen|char_ram~40130_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40135_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40137_combout ), + .datac(\text_gen|char_ram~40130_combout ), + .datad(\text_gen|char_ram~40135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40138 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40170 ( +// Equation(s): +// \text_gen|char_ram~40170_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40159_combout & (\text_gen|char_ram~40169_combout )) # (!\text_gen|char_ram~40159_combout & ((\text_gen|char_ram~40138_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40159_combout )))) + + .dataa(\text_gen|char_ram~40169_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40159_combout ), + .datad(\text_gen|char_ram~40138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40170 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y40_N19 +dffeas \text_gen|char_ram~2143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y43_N25 +dffeas \text_gen|char_ram~351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40198 ( +// Equation(s): +// \text_gen|char_ram~40198_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2143_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~351_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2143_q ), + .datac(\text_gen|char_ram~351_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40198 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y54_N29 +dffeas \text_gen|char_ram~3935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y54_N19 +dffeas \text_gen|char_ram~5727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40199 ( +// Equation(s): +// \text_gen|char_ram~40199_combout = (\text_gen|char_ram~40198_combout & (((\text_gen|char_ram~5727_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40198_combout & (\text_gen|char_ram~3935_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~40198_combout ), + .datab(\text_gen|char_ram~3935_q ), + .datac(\text_gen|char_ram~5727_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40199 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y45_N17 +dffeas \text_gen|char_ram~3711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y45_N3 +dffeas \text_gen|char_ram~5503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y40_N1 +dffeas \text_gen|char_ram~1919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y45_N31 +dffeas \text_gen|char_ram~127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40191 ( +// Equation(s): +// \text_gen|char_ram~40191_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~1919_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~127_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~1919_q ), + .datac(\text_gen|char_ram~127_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40191 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40192 ( +// Equation(s): +// \text_gen|char_ram~40192_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40191_combout & ((\text_gen|char_ram~5503_q ))) # (!\text_gen|char_ram~40191_combout & (\text_gen|char_ram~3711_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40191_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3711_q ), + .datac(\text_gen|char_ram~5503_q ), + .datad(\text_gen|char_ram~40191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40192 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3599feeder ( +// Equation(s): +// \text_gen|char_ram~3599feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y51_N25 +dffeas \text_gen|char_ram~3599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y38_N13 +dffeas \text_gen|char_ram~5391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y40_N27 +dffeas \text_gen|char_ram~1807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15feeder ( +// Equation(s): +// \text_gen|char_ram~15feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y40_N31 +dffeas \text_gen|char_ram~15 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40195 ( +// Equation(s): +// \text_gen|char_ram~40195_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~1807_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1807_q ), + .datad(\text_gen|char_ram~15_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40195 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40196 ( +// Equation(s): +// \text_gen|char_ram~40196_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40195_combout & ((\text_gen|char_ram~5391_q ))) # (!\text_gen|char_ram~40195_combout & (\text_gen|char_ram~3599_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40195_combout )))) + + .dataa(\text_gen|char_ram~3599_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5391_q ), + .datad(\text_gen|char_ram~40195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40196 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y44_N17 +dffeas \text_gen|char_ram~3823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y41_N7 +dffeas \text_gen|char_ram~5615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N21 +dffeas \text_gen|char_ram~2031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y44_N15 +dffeas \text_gen|char_ram~239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40193 ( +// Equation(s): +// \text_gen|char_ram~40193_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2031_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~239_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2031_q ), + .datac(\text_gen|char_ram~239_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40193 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40194 ( +// Equation(s): +// \text_gen|char_ram~40194_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40193_combout & ((\text_gen|char_ram~5615_q ))) # (!\text_gen|char_ram~40193_combout & (\text_gen|char_ram~3823_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40193_combout )))) + + .dataa(\text_gen|char_ram~3823_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5615_q ), + .datad(\text_gen|char_ram~40193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40194 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40197 ( +// Equation(s): +// \text_gen|char_ram~40197_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~40194_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~40196_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~40196_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~40194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40197 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~40197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40200 ( +// Equation(s): +// \text_gen|char_ram~40200_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40197_combout & (\text_gen|char_ram~40199_combout )) # (!\text_gen|char_ram~40197_combout & ((\text_gen|char_ram~40192_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40197_combout )))) + + .dataa(\text_gen|char_ram~40199_combout ), + .datab(\text_gen|char_ram~40192_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~40197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40200 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~40200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y22_N15 +dffeas \text_gen|char_ram~4271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y22_N13 +dffeas \text_gen|char_ram~6063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2479feeder ( +// Equation(s): +// \text_gen|char_ram~2479feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2479feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2479feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2479feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y16_N7 +dffeas \text_gen|char_ram~2479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2479feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y19_N23 +dffeas \text_gen|char_ram~687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40181 ( +// Equation(s): +// \text_gen|char_ram~40181_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2479_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~687_q +// ))))) + + .dataa(\text_gen|char_ram~2479_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~687_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40181 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40182 ( +// Equation(s): +// \text_gen|char_ram~40182_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40181_combout & ((\text_gen|char_ram~6063_q ))) # (!\text_gen|char_ram~40181_combout & (\text_gen|char_ram~4271_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40181_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4271_q ), + .datac(\text_gen|char_ram~6063_q ), + .datad(\text_gen|char_ram~40181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40182 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y18_N25 +dffeas \text_gen|char_ram~4047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y18_N9 +dffeas \text_gen|char_ram~5839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~2255feeder ( +// Equation(s): +// \text_gen|char_ram~2255feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y20_N31 +dffeas \text_gen|char_ram~2255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N7 +dffeas \text_gen|char_ram~463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40185 ( +// Equation(s): +// \text_gen|char_ram~40185_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2255_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~463_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2255_q ), + .datac(\text_gen|char_ram~463_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40185 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40186 ( +// Equation(s): +// \text_gen|char_ram~40186_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40185_combout & ((\text_gen|char_ram~5839_q ))) # (!\text_gen|char_ram~40185_combout & (\text_gen|char_ram~4047_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40185_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4047_q ), + .datac(\text_gen|char_ram~5839_q ), + .datad(\text_gen|char_ram~40185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40186 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y22_N7 +dffeas \text_gen|char_ram~4159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N29 +dffeas \text_gen|char_ram~5951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2367feeder ( +// Equation(s): +// \text_gen|char_ram~2367feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2367feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2367feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2367feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N7 +dffeas \text_gen|char_ram~2367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2367feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N15 +dffeas \text_gen|char_ram~575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40183 ( +// Equation(s): +// \text_gen|char_ram~40183_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2367_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~575_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~2367_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~575_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40183 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40184 ( +// Equation(s): +// \text_gen|char_ram~40184_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40183_combout & ((\text_gen|char_ram~5951_q ))) # (!\text_gen|char_ram~40183_combout & (\text_gen|char_ram~4159_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40183_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4159_q ), + .datac(\text_gen|char_ram~5951_q ), + .datad(\text_gen|char_ram~40183_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40184 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40187 ( +// Equation(s): +// \text_gen|char_ram~40187_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~40184_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~40186_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40186_combout ), + .datad(\text_gen|char_ram~40184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40187 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y21_N11 +dffeas \text_gen|char_ram~4383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y28_N1 +dffeas \text_gen|char_ram~6175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2591feeder ( +// Equation(s): +// \text_gen|char_ram~2591feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y16_N1 +dffeas \text_gen|char_ram~2591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y16_N21 +dffeas \text_gen|char_ram~799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40188 ( +// Equation(s): +// \text_gen|char_ram~40188_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2591_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~799_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2591_q ), + .datac(\text_gen|char_ram~799_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40188 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40189 ( +// Equation(s): +// \text_gen|char_ram~40189_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40188_combout & ((\text_gen|char_ram~6175_q ))) # (!\text_gen|char_ram~40188_combout & (\text_gen|char_ram~4383_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40188_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4383_q ), + .datac(\text_gen|char_ram~6175_q ), + .datad(\text_gen|char_ram~40188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40189 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40190 ( +// Equation(s): +// \text_gen|char_ram~40190_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40187_combout & ((\text_gen|char_ram~40189_combout ))) # (!\text_gen|char_ram~40187_combout & (\text_gen|char_ram~40182_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40187_combout )))) + + .dataa(\text_gen|char_ram~40182_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40187_combout ), + .datad(\text_gen|char_ram~40189_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40190 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40201 ( +// Equation(s): +// \text_gen|char_ram~40201_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~40190_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40200_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40200_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~40190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40201 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~40201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y53_N15 +dffeas \text_gen|char_ram~4607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y51_N15 +dffeas \text_gen|char_ram~6399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y46_N31 +dffeas \text_gen|char_ram~2815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y45_N17 +dffeas \text_gen|char_ram~1023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40171 ( +// Equation(s): +// \text_gen|char_ram~40171_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2815_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1023_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2815_q ), + .datac(\text_gen|char_ram~1023_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40171 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40172 ( +// Equation(s): +// \text_gen|char_ram~40172_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40171_combout & ((\text_gen|char_ram~6399_q ))) # (!\text_gen|char_ram~40171_combout & (\text_gen|char_ram~4607_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40171_combout )))) + + .dataa(\text_gen|char_ram~4607_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6399_q ), + .datad(\text_gen|char_ram~40171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40172 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3039feeder ( +// Equation(s): +// \text_gen|char_ram~3039feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y54_N23 +dffeas \text_gen|char_ram~3039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y56_N11 +dffeas \text_gen|char_ram~1247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40178 ( +// Equation(s): +// \text_gen|char_ram~40178_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3039_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1247_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3039_q ), + .datac(\text_gen|char_ram~1247_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40178 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~6623feeder ( +// Equation(s): +// \text_gen|char_ram~6623feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y56_N13 +dffeas \text_gen|char_ram~6623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y59_N1 +dffeas \text_gen|char_ram~4831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40179 ( +// Equation(s): +// \text_gen|char_ram~40179_combout = (\text_gen|char_ram~40178_combout & ((\text_gen|char_ram~6623_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40178_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~4831_q )))) + + .dataa(\text_gen|char_ram~40178_combout ), + .datab(\text_gen|char_ram~6623_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~4831_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40179 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~40179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4495feeder ( +// Equation(s): +// \text_gen|char_ram~4495feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4495feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4495feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4495feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y55_N13 +dffeas \text_gen|char_ram~4495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4495feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y55_N27 +dffeas \text_gen|char_ram~6287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2703feeder ( +// Equation(s): +// \text_gen|char_ram~2703feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y56_N11 +dffeas \text_gen|char_ram~2703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N3 +dffeas \text_gen|char_ram~911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40175 ( +// Equation(s): +// \text_gen|char_ram~40175_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2703_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~911_q +// ))))) + + .dataa(\text_gen|char_ram~2703_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~911_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40175 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40176 ( +// Equation(s): +// \text_gen|char_ram~40176_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40175_combout & ((\text_gen|char_ram~6287_q ))) # (!\text_gen|char_ram~40175_combout & (\text_gen|char_ram~4495_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40175_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4495_q ), + .datac(\text_gen|char_ram~6287_q ), + .datad(\text_gen|char_ram~40175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40176 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2927feeder ( +// Equation(s): +// \text_gen|char_ram~2927feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2927feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y52_N3 +dffeas \text_gen|char_ram~2927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y53_N7 +dffeas \text_gen|char_ram~6511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4719feeder ( +// Equation(s): +// \text_gen|char_ram~4719feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4719feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y51_N1 +dffeas \text_gen|char_ram~4719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y53_N5 +dffeas \text_gen|char_ram~1135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40173 ( +// Equation(s): +// \text_gen|char_ram~40173_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4719_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1135_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4719_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1135_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40173 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40174 ( +// Equation(s): +// \text_gen|char_ram~40174_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40173_combout & ((\text_gen|char_ram~6511_q ))) # (!\text_gen|char_ram~40173_combout & (\text_gen|char_ram~2927_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40173_combout )))) + + .dataa(\text_gen|char_ram~2927_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6511_q ), + .datad(\text_gen|char_ram~40173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40174 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40177 ( +// Equation(s): +// \text_gen|char_ram~40177_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~40174_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~40176_combout )))) + + .dataa(\text_gen|char_ram~40176_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40174_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40177 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~40177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40180 ( +// Equation(s): +// \text_gen|char_ram~40180_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40177_combout & ((\text_gen|char_ram~40179_combout ))) # (!\text_gen|char_ram~40177_combout & (\text_gen|char_ram~40172_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40177_combout )))) + + .dataa(\text_gen|char_ram~40172_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40179_combout ), + .datad(\text_gen|char_ram~40177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40180 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y25_N7 +dffeas \text_gen|char_ram~5279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y25_N1 +dffeas \text_gen|char_ram~7071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y24_N17 +dffeas \text_gen|char_ram~3487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y25_N15 +dffeas \text_gen|char_ram~1695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40209 ( +// Equation(s): +// \text_gen|char_ram~40209_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3487_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1695_q +// ))))) + + .dataa(\text_gen|char_ram~3487_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1695_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40209 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40210 ( +// Equation(s): +// \text_gen|char_ram~40210_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40209_combout & ((\text_gen|char_ram~7071_q ))) # (!\text_gen|char_ram~40209_combout & (\text_gen|char_ram~5279_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40209_combout )))) + + .dataa(\text_gen|char_ram~5279_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7071_q ), + .datad(\text_gen|char_ram~40209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40210 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3375feeder ( +// Equation(s): +// \text_gen|char_ram~3375feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y25_N11 +dffeas \text_gen|char_ram~3375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y25_N5 +dffeas \text_gen|char_ram~6959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N13 +dffeas \text_gen|char_ram~5167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N31 +dffeas \text_gen|char_ram~1583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40202 ( +// Equation(s): +// \text_gen|char_ram~40202_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~5167_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1583_q +// ))))) + + .dataa(\text_gen|char_ram~5167_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1583_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40202 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40203 ( +// Equation(s): +// \text_gen|char_ram~40203_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40202_combout & ((\text_gen|char_ram~6959_q ))) # (!\text_gen|char_ram~40202_combout & (\text_gen|char_ram~3375_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40202_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3375_q ), + .datac(\text_gen|char_ram~6959_q ), + .datad(\text_gen|char_ram~40202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40203 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y22_N25 +dffeas \text_gen|char_ram~3151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y25_N15 +dffeas \text_gen|char_ram~6735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y25_N31 +dffeas \text_gen|char_ram~4943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y25_N9 +dffeas \text_gen|char_ram~1359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40206 ( +// Equation(s): +// \text_gen|char_ram~40206_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4943_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1359_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~4943_q ), + .datac(\text_gen|char_ram~1359_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40206 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40207 ( +// Equation(s): +// \text_gen|char_ram~40207_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40206_combout & ((\text_gen|char_ram~6735_q ))) # (!\text_gen|char_ram~40206_combout & (\text_gen|char_ram~3151_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40206_combout )))) + + .dataa(\text_gen|char_ram~3151_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6735_q ), + .datad(\text_gen|char_ram~40206_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40207 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N13 +dffeas \text_gen|char_ram~5055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y29_N19 +dffeas \text_gen|char_ram~6847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3263feeder ( +// Equation(s): +// \text_gen|char_ram~3263feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y30_N31 +dffeas \text_gen|char_ram~3263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y29_N29 +dffeas \text_gen|char_ram~1471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40204 ( +// Equation(s): +// \text_gen|char_ram~40204_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3263_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1471_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3263_q ), + .datac(\text_gen|char_ram~1471_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40204 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40205 ( +// Equation(s): +// \text_gen|char_ram~40205_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40204_combout & ((\text_gen|char_ram~6847_q ))) # (!\text_gen|char_ram~40204_combout & (\text_gen|char_ram~5055_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40204_combout )))) + + .dataa(\text_gen|char_ram~5055_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6847_q ), + .datad(\text_gen|char_ram~40204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40205 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40208 ( +// Equation(s): +// \text_gen|char_ram~40208_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~40205_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40207_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40207_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~40205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40208 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~40208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40211 ( +// Equation(s): +// \text_gen|char_ram~40211_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40208_combout & (\text_gen|char_ram~40210_combout )) # (!\text_gen|char_ram~40208_combout & ((\text_gen|char_ram~40203_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40208_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40210_combout ), + .datac(\text_gen|char_ram~40203_combout ), + .datad(\text_gen|char_ram~40208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40211 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40212 ( +// Equation(s): +// \text_gen|char_ram~40212_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40201_combout & ((\text_gen|char_ram~40211_combout ))) # (!\text_gen|char_ram~40201_combout & (\text_gen|char_ram~40180_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40201_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40201_combout ), + .datac(\text_gen|char_ram~40180_combout ), + .datad(\text_gen|char_ram~40211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40212 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40213 ( +// Equation(s): +// \text_gen|char_ram~40213_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~40170_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~40212_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40170_combout ), + .datad(\text_gen|char_ram~40212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40213 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y26_N29 +dffeas \text_gen|char_ram~19615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y26_N11 +dffeas \text_gen|char_ram~21407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17823feeder ( +// Equation(s): +// \text_gen|char_ram~17823feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N15 +dffeas \text_gen|char_ram~17823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N21 +dffeas \text_gen|char_ram~16031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40125 ( +// Equation(s): +// \text_gen|char_ram~40125_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~17823_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~16031_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~17823_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~16031_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40125 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40126 ( +// Equation(s): +// \text_gen|char_ram~40126_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40125_combout & ((\text_gen|char_ram~21407_q ))) # (!\text_gen|char_ram~40125_combout & (\text_gen|char_ram~19615_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40125_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19615_q ), + .datac(\text_gen|char_ram~21407_q ), + .datad(\text_gen|char_ram~40125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40126 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N3 +dffeas \text_gen|char_ram~17711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y30_N21 +dffeas \text_gen|char_ram~21295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y34_N3 +dffeas \text_gen|char_ram~15919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15919 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19503feeder ( +// Equation(s): +// \text_gen|char_ram~19503feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19503feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y26_N27 +dffeas \text_gen|char_ram~19503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40118 ( +// Equation(s): +// \text_gen|char_ram~40118_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~19503_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15919_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15919_q ), + .datad(\text_gen|char_ram~19503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40118 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40119 ( +// Equation(s): +// \text_gen|char_ram~40119_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40118_combout & ((\text_gen|char_ram~21295_q ))) # (!\text_gen|char_ram~40118_combout & (\text_gen|char_ram~17711_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40118_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17711_q ), + .datac(\text_gen|char_ram~21295_q ), + .datad(\text_gen|char_ram~40118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40119 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17487feeder ( +// Equation(s): +// \text_gen|char_ram~17487feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17487feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y30_N21 +dffeas \text_gen|char_ram~17487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y30_N15 +dffeas \text_gen|char_ram~21071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y29_N31 +dffeas \text_gen|char_ram~19279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y29_N9 +dffeas \text_gen|char_ram~15695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40122 ( +// Equation(s): +// \text_gen|char_ram~40122_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19279_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15695_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19279_q ), + .datac(\text_gen|char_ram~15695_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40122 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40123 ( +// Equation(s): +// \text_gen|char_ram~40123_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40122_combout & ((\text_gen|char_ram~21071_q ))) # (!\text_gen|char_ram~40122_combout & (\text_gen|char_ram~17487_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40122_combout )))) + + .dataa(\text_gen|char_ram~17487_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21071_q ), + .datad(\text_gen|char_ram~40122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40123 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19391feeder ( +// Equation(s): +// \text_gen|char_ram~19391feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y40_N27 +dffeas \text_gen|char_ram~19391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y29_N1 +dffeas \text_gen|char_ram~21183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17599feeder ( +// Equation(s): +// \text_gen|char_ram~17599feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y37_N21 +dffeas \text_gen|char_ram~17599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y37_N7 +dffeas \text_gen|char_ram~15807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40120 ( +// Equation(s): +// \text_gen|char_ram~40120_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17599_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15807_q +// ))))) + + .dataa(\text_gen|char_ram~17599_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15807_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40120 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40121 ( +// Equation(s): +// \text_gen|char_ram~40121_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40120_combout & ((\text_gen|char_ram~21183_q ))) # (!\text_gen|char_ram~40120_combout & (\text_gen|char_ram~19391_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40120_combout )))) + + .dataa(\text_gen|char_ram~19391_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21183_q ), + .datad(\text_gen|char_ram~40120_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40121 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40124 ( +// Equation(s): +// \text_gen|char_ram~40124_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~40121_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40123_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40123_combout ), + .datad(\text_gen|char_ram~40121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40124 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40127 ( +// Equation(s): +// \text_gen|char_ram~40127_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40124_combout & (\text_gen|char_ram~40126_combout )) # (!\text_gen|char_ram~40124_combout & ((\text_gen|char_ram~40119_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40124_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40126_combout ), + .datac(\text_gen|char_ram~40119_combout ), + .datad(\text_gen|char_ram~40124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40127 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N11 +dffeas \text_gen|char_ram~18047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y37_N1 +dffeas \text_gen|char_ram~19839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y43_N31 +dffeas \text_gen|char_ram~16255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y37_N5 +dffeas \text_gen|char_ram~14463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40107 ( +// Equation(s): +// \text_gen|char_ram~40107_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16255_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~14463_q +// ))))) + + .dataa(\text_gen|char_ram~16255_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14463_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40107 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40108 ( +// Equation(s): +// \text_gen|char_ram~40108_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40107_combout & ((\text_gen|char_ram~19839_q ))) # (!\text_gen|char_ram~40107_combout & (\text_gen|char_ram~18047_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40107_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18047_q ), + .datac(\text_gen|char_ram~19839_q ), + .datad(\text_gen|char_ram~40107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40108 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16367feeder ( +// Equation(s): +// \text_gen|char_ram~16367feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16367feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16367feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16367feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y40_N9 +dffeas \text_gen|char_ram~16367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16367feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y37_N15 +dffeas \text_gen|char_ram~19951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y34_N25 +dffeas \text_gen|char_ram~14575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y51_N3 +dffeas \text_gen|char_ram~18159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18159 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40109 ( +// Equation(s): +// \text_gen|char_ram~40109_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18159_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14575_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14575_q ), + .datad(\text_gen|char_ram~18159_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40109 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40110 ( +// Equation(s): +// \text_gen|char_ram~40110_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40109_combout & ((\text_gen|char_ram~19951_q ))) # (!\text_gen|char_ram~40109_combout & (\text_gen|char_ram~16367_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40109_combout )))) + + .dataa(\text_gen|char_ram~16367_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~19951_q ), + .datad(\text_gen|char_ram~40109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40110 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16143feeder ( +// Equation(s): +// \text_gen|char_ram~16143feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16143feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16143feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16143feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N1 +dffeas \text_gen|char_ram~16143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16143feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y37_N1 +dffeas \text_gen|char_ram~19727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y49_N21 +dffeas \text_gen|char_ram~17935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y37_N17 +dffeas \text_gen|char_ram~14351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40111 ( +// Equation(s): +// \text_gen|char_ram~40111_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~17935_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14351_q +// ))))) + + .dataa(\text_gen|char_ram~17935_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14351_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40111 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40112 ( +// Equation(s): +// \text_gen|char_ram~40112_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40111_combout & ((\text_gen|char_ram~19727_q ))) # (!\text_gen|char_ram~40111_combout & (\text_gen|char_ram~16143_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40111_combout )))) + + .dataa(\text_gen|char_ram~16143_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~19727_q ), + .datad(\text_gen|char_ram~40111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40112 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40113 ( +// Equation(s): +// \text_gen|char_ram~40113_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~40110_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~40112_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40110_combout ), + .datad(\text_gen|char_ram~40112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40113 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y49_N13 +dffeas \text_gen|char_ram~18271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y37_N15 +dffeas \text_gen|char_ram~20063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y26_N13 +dffeas \text_gen|char_ram~16479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y26_N27 +dffeas \text_gen|char_ram~14687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14687 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40114 ( +// Equation(s): +// \text_gen|char_ram~40114_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16479_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~14687_q +// ))))) + + .dataa(\text_gen|char_ram~16479_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14687_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40114 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40115 ( +// Equation(s): +// \text_gen|char_ram~40115_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40114_combout & ((\text_gen|char_ram~20063_q ))) # (!\text_gen|char_ram~40114_combout & (\text_gen|char_ram~18271_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40114_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18271_q ), + .datac(\text_gen|char_ram~20063_q ), + .datad(\text_gen|char_ram~40114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40115 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40116 ( +// Equation(s): +// \text_gen|char_ram~40116_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40113_combout & ((\text_gen|char_ram~40115_combout ))) # (!\text_gen|char_ram~40113_combout & (\text_gen|char_ram~40108_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40113_combout )))) + + .dataa(\text_gen|char_ram~40108_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40113_combout ), + .datad(\text_gen|char_ram~40115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40116 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y12_N21 +dffeas \text_gen|char_ram~16815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y14_N3 +dffeas \text_gen|char_ram~20399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y19_N23 +dffeas \text_gen|char_ram~18607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y19_N21 +dffeas \text_gen|char_ram~15023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40097 ( +// Equation(s): +// \text_gen|char_ram~40097_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18607_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15023_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18607_q ), + .datac(\text_gen|char_ram~15023_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40097 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40098 ( +// Equation(s): +// \text_gen|char_ram~40098_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40097_combout & ((\text_gen|char_ram~20399_q ))) # (!\text_gen|char_ram~40097_combout & (\text_gen|char_ram~16815_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40097_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16815_q ), + .datac(\text_gen|char_ram~20399_q ), + .datad(\text_gen|char_ram~40097_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40098 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y15_N5 +dffeas \text_gen|char_ram~16591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y14_N29 +dffeas \text_gen|char_ram~20175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18383feeder ( +// Equation(s): +// \text_gen|char_ram~18383feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N29 +dffeas \text_gen|char_ram~18383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y18_N23 +dffeas \text_gen|char_ram~14799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40101 ( +// Equation(s): +// \text_gen|char_ram~40101_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18383_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~14799_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18383_q ), + .datac(\text_gen|char_ram~14799_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40101 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40102 ( +// Equation(s): +// \text_gen|char_ram~40102_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40101_combout & ((\text_gen|char_ram~20175_q ))) # (!\text_gen|char_ram~40101_combout & (\text_gen|char_ram~16591_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40101_combout )))) + + .dataa(\text_gen|char_ram~16591_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20175_q ), + .datad(\text_gen|char_ram~40101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40102 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y22_N19 +dffeas \text_gen|char_ram~18495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y21_N17 +dffeas \text_gen|char_ram~20287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y21_N19 +dffeas \text_gen|char_ram~14911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16703feeder ( +// Equation(s): +// \text_gen|char_ram~16703feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N13 +dffeas \text_gen|char_ram~16703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40099 ( +// Equation(s): +// \text_gen|char_ram~40099_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~16703_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14911_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14911_q ), + .datad(\text_gen|char_ram~16703_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40099 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40100 ( +// Equation(s): +// \text_gen|char_ram~40100_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40099_combout & ((\text_gen|char_ram~20287_q ))) # (!\text_gen|char_ram~40099_combout & (\text_gen|char_ram~18495_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40099_combout )))) + + .dataa(\text_gen|char_ram~18495_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~20287_q ), + .datad(\text_gen|char_ram~40099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40100 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40103 ( +// Equation(s): +// \text_gen|char_ram~40103_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~40100_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40102_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40102_combout ), + .datad(\text_gen|char_ram~40100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40103 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y18_N19 +dffeas \text_gen|char_ram~18719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y18_N5 +dffeas \text_gen|char_ram~20511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y15_N29 +dffeas \text_gen|char_ram~15135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y15_N19 +dffeas \text_gen|char_ram~16927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16927 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40104 ( +// Equation(s): +// \text_gen|char_ram~40104_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~16927_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15135_q +// )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~15135_q ), + .datac(\text_gen|char_ram~16927_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40104 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~40104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40105 ( +// Equation(s): +// \text_gen|char_ram~40105_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40104_combout & ((\text_gen|char_ram~20511_q ))) # (!\text_gen|char_ram~40104_combout & (\text_gen|char_ram~18719_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40104_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18719_q ), + .datac(\text_gen|char_ram~20511_q ), + .datad(\text_gen|char_ram~40104_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40105 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40106 ( +// Equation(s): +// \text_gen|char_ram~40106_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40103_combout & ((\text_gen|char_ram~40105_combout ))) # (!\text_gen|char_ram~40103_combout & (\text_gen|char_ram~40098_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40103_combout )))) + + .dataa(\text_gen|char_ram~40098_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40103_combout ), + .datad(\text_gen|char_ram~40105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40106 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40117 ( +// Equation(s): +// \text_gen|char_ram~40117_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~40106_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40116_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40116_combout ), + .datad(\text_gen|char_ram~40106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40117 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17375feeder ( +// Equation(s): +// \text_gen|char_ram~17375feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y43_N15 +dffeas \text_gen|char_ram~17375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y43_N19 +dffeas \text_gen|char_ram~15583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40094 ( +// Equation(s): +// \text_gen|char_ram~40094_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17375_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15583_q +// ))))) + + .dataa(\text_gen|char_ram~17375_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15583_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40094 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y56_N17 +dffeas \text_gen|char_ram~20959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y56_N19 +dffeas \text_gen|char_ram~19167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40095 ( +// Equation(s): +// \text_gen|char_ram~40095_combout = (\text_gen|char_ram~40094_combout & (((\text_gen|char_ram~20959_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~40094_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19167_q )))) + + .dataa(\text_gen|char_ram~40094_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~20959_q ), + .datad(\text_gen|char_ram~19167_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40095 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y54_N13 +dffeas \text_gen|char_ram~20735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y54_N1 +dffeas \text_gen|char_ram~18943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y53_N3 +dffeas \text_gen|char_ram~15359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y54_N1 +dffeas \text_gen|char_ram~17151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40087 ( +// Equation(s): +// \text_gen|char_ram~40087_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17151_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15359_q +// )))) + + .dataa(\text_gen|char_ram~15359_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~17151_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40087 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~40087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40088 ( +// Equation(s): +// \text_gen|char_ram~40088_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40087_combout & (\text_gen|char_ram~20735_q )) # (!\text_gen|char_ram~40087_combout & ((\text_gen|char_ram~18943_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40087_combout )))) + + .dataa(\text_gen|char_ram~20735_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~18943_q ), + .datad(\text_gen|char_ram~40087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40088 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17263feeder ( +// Equation(s): +// \text_gen|char_ram~17263feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y55_N3 +dffeas \text_gen|char_ram~17263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y55_N21 +dffeas \text_gen|char_ram~20847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y51_N25 +dffeas \text_gen|char_ram~19055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y51_N9 +dffeas \text_gen|char_ram~15471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40089 ( +// Equation(s): +// \text_gen|char_ram~40089_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19055_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15471_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19055_q ), + .datac(\text_gen|char_ram~15471_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40089 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40090 ( +// Equation(s): +// \text_gen|char_ram~40090_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40089_combout & ((\text_gen|char_ram~20847_q ))) # (!\text_gen|char_ram~40089_combout & (\text_gen|char_ram~17263_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40089_combout )))) + + .dataa(\text_gen|char_ram~17263_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20847_q ), + .datad(\text_gen|char_ram~40089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40090 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y54_N13 +dffeas \text_gen|char_ram~18831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y54_N23 +dffeas \text_gen|char_ram~15247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15247 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40091 ( +// Equation(s): +// \text_gen|char_ram~40091_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18831_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15247_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~18831_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15247_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40091 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y55_N1 +dffeas \text_gen|char_ram~20623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y55_N21 +dffeas \text_gen|char_ram~17039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17039 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40092 ( +// Equation(s): +// \text_gen|char_ram~40092_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40091_combout & (\text_gen|char_ram~20623_q )) # (!\text_gen|char_ram~40091_combout & ((\text_gen|char_ram~17039_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~40091_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~40091_combout ), + .datac(\text_gen|char_ram~20623_q ), + .datad(\text_gen|char_ram~17039_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40092 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40093 ( +// Equation(s): +// \text_gen|char_ram~40093_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~40090_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~40092_combout ))))) + + .dataa(\text_gen|char_ram~40090_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40092_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40093 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40096 ( +// Equation(s): +// \text_gen|char_ram~40096_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40093_combout & (\text_gen|char_ram~40095_combout )) # (!\text_gen|char_ram~40093_combout & ((\text_gen|char_ram~40088_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40093_combout )))) + + .dataa(\text_gen|char_ram~40095_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40088_combout ), + .datad(\text_gen|char_ram~40093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40096 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40128 ( +// Equation(s): +// \text_gen|char_ram~40128_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40117_combout & (\text_gen|char_ram~40127_combout )) # (!\text_gen|char_ram~40117_combout & ((\text_gen|char_ram~40096_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40117_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40127_combout ), + .datac(\text_gen|char_ram~40117_combout ), + .datad(\text_gen|char_ram~40096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40128 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y40_N11 +dffeas \text_gen|char_ram~24431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y40_N17 +dffeas \text_gen|char_ram~28015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y51_N1 +dffeas \text_gen|char_ram~26223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y51_N27 +dffeas \text_gen|char_ram~22639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40214 ( +// Equation(s): +// \text_gen|char_ram~40214_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26223_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22639_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26223_q ), + .datac(\text_gen|char_ram~22639_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40214 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40215 ( +// Equation(s): +// \text_gen|char_ram~40215_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40214_combout & ((\text_gen|char_ram~28015_q ))) # (!\text_gen|char_ram~40214_combout & (\text_gen|char_ram~24431_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40214_combout )))) + + .dataa(\text_gen|char_ram~24431_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28015_q ), + .datad(\text_gen|char_ram~40214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40215 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y36_N1 +dffeas \text_gen|char_ram~26671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y30_N9 +dffeas \text_gen|char_ram~28463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24879feeder ( +// Equation(s): +// \text_gen|char_ram~24879feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24879feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y32_N3 +dffeas \text_gen|char_ram~24879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y30_N19 +dffeas \text_gen|char_ram~23087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40221 ( +// Equation(s): +// \text_gen|char_ram~40221_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24879_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23087_q +// ))))) + + .dataa(\text_gen|char_ram~24879_q ), + .datab(\text_gen|char_ram~23087_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40221 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~40221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40222 ( +// Equation(s): +// \text_gen|char_ram~40222_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40221_combout & ((\text_gen|char_ram~28463_q ))) # (!\text_gen|char_ram~40221_combout & (\text_gen|char_ram~26671_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40221_combout )))) + + .dataa(\text_gen|char_ram~26671_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~28463_q ), + .datad(\text_gen|char_ram~40221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40222 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25775feeder ( +// Equation(s): +// \text_gen|char_ram~25775feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25775feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y21_N7 +dffeas \text_gen|char_ram~25775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y22_N15 +dffeas \text_gen|char_ram~27567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~23983feeder ( +// Equation(s): +// \text_gen|char_ram~23983feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N29 +dffeas \text_gen|char_ram~23983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y22_N23 +dffeas \text_gen|char_ram~22191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40216 ( +// Equation(s): +// \text_gen|char_ram~40216_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23983_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22191_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~23983_q ), + .datab(\text_gen|char_ram~22191_q ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40216 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~40216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40217 ( +// Equation(s): +// \text_gen|char_ram~40217_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40216_combout & ((\text_gen|char_ram~27567_q ))) # (!\text_gen|char_ram~40216_combout & (\text_gen|char_ram~25775_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40216_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25775_q ), + .datac(\text_gen|char_ram~27567_q ), + .datad(\text_gen|char_ram~40216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40217 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23535feeder ( +// Equation(s): +// \text_gen|char_ram~23535feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23535feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23535feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23535feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y32_N25 +dffeas \text_gen|char_ram~23535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23535feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y32_N25 +dffeas \text_gen|char_ram~21743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25327feeder ( +// Equation(s): +// \text_gen|char_ram~25327feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y32_N23 +dffeas \text_gen|char_ram~25327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40218 ( +// Equation(s): +// \text_gen|char_ram~40218_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~25327_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~21743_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21743_q ), + .datad(\text_gen|char_ram~25327_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40218 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N25 +dffeas \text_gen|char_ram~27119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40219 ( +// Equation(s): +// \text_gen|char_ram~40219_combout = (\text_gen|char_ram~40218_combout & (((\text_gen|char_ram~27119_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~40218_combout & (\text_gen|char_ram~23535_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~23535_q ), + .datab(\text_gen|char_ram~40218_combout ), + .datac(\text_gen|char_ram~27119_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40219 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40220 ( +// Equation(s): +// \text_gen|char_ram~40220_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~40217_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~40219_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40217_combout ), + .datac(\text_gen|char_ram~40219_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40220 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40223 ( +// Equation(s): +// \text_gen|char_ram~40223_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40220_combout & ((\text_gen|char_ram~40222_combout ))) # (!\text_gen|char_ram~40220_combout & (\text_gen|char_ram~40215_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40220_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40215_combout ), + .datac(\text_gen|char_ram~40222_combout ), + .datad(\text_gen|char_ram~40220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40223 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y29_N21 +dffeas \text_gen|char_ram~24991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y29_N7 +dffeas \text_gen|char_ram~23199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40252 ( +// Equation(s): +// \text_gen|char_ram~40252_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24991_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~23199_q +// ))))) + + .dataa(\text_gen|char_ram~24991_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23199_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40252 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y29_N23 +dffeas \text_gen|char_ram~28575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y29_N15 +dffeas \text_gen|char_ram~26783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40253 ( +// Equation(s): +// \text_gen|char_ram~40253_combout = (\text_gen|char_ram~40252_combout & ((\text_gen|char_ram~28575_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40252_combout & (((\text_gen|Add5~10_combout & \text_gen|char_ram~26783_q )))) + + .dataa(\text_gen|char_ram~40252_combout ), + .datab(\text_gen|char_ram~28575_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~26783_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40253 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~40253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y18_N13 +dffeas \text_gen|char_ram~25887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y22_N19 +dffeas \text_gen|char_ram~27679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y15_N15 +dffeas \text_gen|char_ram~22303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24095feeder ( +// Equation(s): +// \text_gen|char_ram~24095feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24095feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24095feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24095feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N27 +dffeas \text_gen|char_ram~24095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24095feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40245 ( +// Equation(s): +// \text_gen|char_ram~40245_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24095_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22303_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22303_q ), + .datad(\text_gen|char_ram~24095_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40245 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40246 ( +// Equation(s): +// \text_gen|char_ram~40246_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40245_combout & ((\text_gen|char_ram~27679_q ))) # (!\text_gen|char_ram~40245_combout & (\text_gen|char_ram~25887_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40245_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25887_q ), + .datac(\text_gen|char_ram~27679_q ), + .datad(\text_gen|char_ram~40245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40246 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N13 +dffeas \text_gen|char_ram~24543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N5 +dffeas \text_gen|char_ram~28127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y59_N7 +dffeas \text_gen|char_ram~26335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y55_N13 +dffeas \text_gen|char_ram~22751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40247 ( +// Equation(s): +// \text_gen|char_ram~40247_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~26335_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22751_q +// ))))) + + .dataa(\text_gen|char_ram~26335_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22751_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40247 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40248 ( +// Equation(s): +// \text_gen|char_ram~40248_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40247_combout & ((\text_gen|char_ram~28127_q ))) # (!\text_gen|char_ram~40247_combout & (\text_gen|char_ram~24543_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40247_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24543_q ), + .datac(\text_gen|char_ram~28127_q ), + .datad(\text_gen|char_ram~40247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40248 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y39_N23 +dffeas \text_gen|char_ram~23647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N11 +dffeas \text_gen|char_ram~27231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25439feeder ( +// Equation(s): +// \text_gen|char_ram~25439feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~25439feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25439feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~25439feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y46_N17 +dffeas \text_gen|char_ram~25439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25439feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y46_N21 +dffeas \text_gen|char_ram~21855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40249 ( +// Equation(s): +// \text_gen|char_ram~40249_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25439_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21855_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25439_q ), + .datac(\text_gen|char_ram~21855_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40249 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40250 ( +// Equation(s): +// \text_gen|char_ram~40250_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40249_combout & ((\text_gen|char_ram~27231_q ))) # (!\text_gen|char_ram~40249_combout & (\text_gen|char_ram~23647_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40249_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23647_q ), + .datac(\text_gen|char_ram~27231_q ), + .datad(\text_gen|char_ram~40249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40250 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40251 ( +// Equation(s): +// \text_gen|char_ram~40251_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~40248_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~40250_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40248_combout ), + .datad(\text_gen|char_ram~40250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40251 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40254 ( +// Equation(s): +// \text_gen|char_ram~40254_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40251_combout & (\text_gen|char_ram~40253_combout )) # (!\text_gen|char_ram~40251_combout & ((\text_gen|char_ram~40246_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40251_combout )))) + + .dataa(\text_gen|char_ram~40253_combout ), + .datab(\text_gen|char_ram~40246_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~40251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40254 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~40254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N25 +dffeas \text_gen|char_ram~25663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N7 +dffeas \text_gen|char_ram~27455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23871feeder ( +// Equation(s): +// \text_gen|char_ram~23871feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23871feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23871feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23871feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N25 +dffeas \text_gen|char_ram~23871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23871feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23871 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N15 +dffeas \text_gen|char_ram~22079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40224 ( +// Equation(s): +// \text_gen|char_ram~40224_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23871_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22079_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~23871_q ), + .datac(\text_gen|char_ram~22079_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40224 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40225 ( +// Equation(s): +// \text_gen|char_ram~40225_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40224_combout & ((\text_gen|char_ram~27455_q ))) # (!\text_gen|char_ram~40224_combout & (\text_gen|char_ram~25663_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40224_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25663_q ), + .datac(\text_gen|char_ram~27455_q ), + .datad(\text_gen|char_ram~40224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40225 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26559feeder ( +// Equation(s): +// \text_gen|char_ram~26559feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26559feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N25 +dffeas \text_gen|char_ram~26559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24767feeder ( +// Equation(s): +// \text_gen|char_ram~24767feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y26_N27 +dffeas \text_gen|char_ram~24767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y33_N19 +dffeas \text_gen|char_ram~22975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22975 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40231 ( +// Equation(s): +// \text_gen|char_ram~40231_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24767_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22975_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24767_q ), + .datac(\text_gen|char_ram~22975_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40231 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y33_N5 +dffeas \text_gen|char_ram~28351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40232 ( +// Equation(s): +// \text_gen|char_ram~40232_combout = (\text_gen|char_ram~40231_combout & (((\text_gen|char_ram~28351_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~40231_combout & (\text_gen|char_ram~26559_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~26559_q ), + .datab(\text_gen|char_ram~40231_combout ), + .datac(\text_gen|char_ram~28351_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40232 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y37_N1 +dffeas \text_gen|char_ram~24319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y37_N15 +dffeas \text_gen|char_ram~27903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26111feeder ( +// Equation(s): +// \text_gen|char_ram~26111feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26111feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26111feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26111feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y47_N19 +dffeas \text_gen|char_ram~26111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26111feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y37_N29 +dffeas \text_gen|char_ram~22527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40226 ( +// Equation(s): +// \text_gen|char_ram~40226_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26111_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22527_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26111_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22527_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40226 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40227 ( +// Equation(s): +// \text_gen|char_ram~40227_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40226_combout & ((\text_gen|char_ram~27903_q ))) # (!\text_gen|char_ram~40226_combout & (\text_gen|char_ram~24319_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40226_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24319_q ), + .datac(\text_gen|char_ram~27903_q ), + .datad(\text_gen|char_ram~40226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40227 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y37_N11 +dffeas \text_gen|char_ram~23423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y37_N15 +dffeas \text_gen|char_ram~27007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y37_N1 +dffeas \text_gen|char_ram~21631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y50_N17 +dffeas \text_gen|char_ram~25215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40228 ( +// Equation(s): +// \text_gen|char_ram~40228_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~25215_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~21631_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21631_q ), + .datad(\text_gen|char_ram~25215_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40228 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40229 ( +// Equation(s): +// \text_gen|char_ram~40229_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40228_combout & ((\text_gen|char_ram~27007_q ))) # (!\text_gen|char_ram~40228_combout & (\text_gen|char_ram~23423_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40228_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23423_q ), + .datac(\text_gen|char_ram~27007_q ), + .datad(\text_gen|char_ram~40228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40229 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40230 ( +// Equation(s): +// \text_gen|char_ram~40230_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~40227_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~40229_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40227_combout ), + .datad(\text_gen|char_ram~40229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40230 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40233 ( +// Equation(s): +// \text_gen|char_ram~40233_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40230_combout & ((\text_gen|char_ram~40232_combout ))) # (!\text_gen|char_ram~40230_combout & (\text_gen|char_ram~40225_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40230_combout )))) + + .dataa(\text_gen|char_ram~40225_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40232_combout ), + .datad(\text_gen|char_ram~40230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40233 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y40_N13 +dffeas \text_gen|char_ram~23311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y33_N31 +dffeas \text_gen|char_ram~26895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y49_N27 +dffeas \text_gen|char_ram~25103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y33_N1 +dffeas \text_gen|char_ram~21519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40238 ( +// Equation(s): +// \text_gen|char_ram~40238_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25103_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21519_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25103_q ), + .datac(\text_gen|char_ram~21519_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40238 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40239 ( +// Equation(s): +// \text_gen|char_ram~40239_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40238_combout & ((\text_gen|char_ram~26895_q ))) # (!\text_gen|char_ram~40238_combout & (\text_gen|char_ram~23311_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40238_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23311_q ), + .datac(\text_gen|char_ram~26895_q ), + .datad(\text_gen|char_ram~40238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40239 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25551feeder ( +// Equation(s): +// \text_gen|char_ram~25551feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N31 +dffeas \text_gen|char_ram~25551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y18_N7 +dffeas \text_gen|char_ram~27343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23759feeder ( +// Equation(s): +// \text_gen|char_ram~23759feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23759feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y15_N17 +dffeas \text_gen|char_ram~23759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y18_N13 +dffeas \text_gen|char_ram~21967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40236 ( +// Equation(s): +// \text_gen|char_ram~40236_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23759_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21967_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~23759_q ), + .datac(\text_gen|char_ram~21967_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40236 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40237 ( +// Equation(s): +// \text_gen|char_ram~40237_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40236_combout & ((\text_gen|char_ram~27343_q ))) # (!\text_gen|char_ram~40236_combout & (\text_gen|char_ram~25551_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40236_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25551_q ), + .datac(\text_gen|char_ram~27343_q ), + .datad(\text_gen|char_ram~40236_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40237 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40240 ( +// Equation(s): +// \text_gen|char_ram~40240_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~40237_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~40239_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~40239_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~40237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40240 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~40240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y53_N25 +dffeas \text_gen|char_ram~24207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y53_N3 +dffeas \text_gen|char_ram~27791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y53_N25 +dffeas \text_gen|char_ram~22415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y56_N11 +dffeas \text_gen|char_ram~25999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40234 ( +// Equation(s): +// \text_gen|char_ram~40234_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~25999_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22415_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22415_q ), + .datad(\text_gen|char_ram~25999_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40234 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40235 ( +// Equation(s): +// \text_gen|char_ram~40235_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~40234_combout & ((\text_gen|char_ram~27791_q ))) # (!\text_gen|char_ram~40234_combout & (\text_gen|char_ram~24207_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~40234_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24207_q ), + .datac(\text_gen|char_ram~27791_q ), + .datad(\text_gen|char_ram~40234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40235 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y29_N5 +dffeas \text_gen|char_ram~26447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y29_N19 +dffeas \text_gen|char_ram~28239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24655feeder ( +// Equation(s): +// \text_gen|char_ram~24655feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y30_N3 +dffeas \text_gen|char_ram~24655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y29_N31 +dffeas \text_gen|char_ram~22863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40241 ( +// Equation(s): +// \text_gen|char_ram~40241_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24655_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22863_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~24655_q ), + .datac(\text_gen|char_ram~22863_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40241 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40242 ( +// Equation(s): +// \text_gen|char_ram~40242_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40241_combout & ((\text_gen|char_ram~28239_q ))) # (!\text_gen|char_ram~40241_combout & (\text_gen|char_ram~26447_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40241_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26447_q ), + .datac(\text_gen|char_ram~28239_q ), + .datad(\text_gen|char_ram~40241_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40242 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40243 ( +// Equation(s): +// \text_gen|char_ram~40243_combout = (\text_gen|char_ram~40240_combout & (((\text_gen|char_ram~40242_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~40240_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~40235_combout ))) + + .dataa(\text_gen|char_ram~40240_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40235_combout ), + .datad(\text_gen|char_ram~40242_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40243 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~40243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40244 ( +// Equation(s): +// \text_gen|char_ram~40244_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~40233_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~40243_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40233_combout ), + .datad(\text_gen|char_ram~40243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40244 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40255 ( +// Equation(s): +// \text_gen|char_ram~40255_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40244_combout & ((\text_gen|char_ram~40254_combout ))) # (!\text_gen|char_ram~40244_combout & (\text_gen|char_ram~40223_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40244_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40223_combout ), + .datac(\text_gen|char_ram~40254_combout ), + .datad(\text_gen|char_ram~40244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40255 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40256 ( +// Equation(s): +// \text_gen|char_ram~40256_combout = (\text_gen|char_ram~40213_combout & (((\text_gen|char_ram~40255_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~40213_combout & (\text_gen|Add5~14_combout & (\text_gen|char_ram~40128_combout ))) + + .dataa(\text_gen|char_ram~40213_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40128_combout ), + .datad(\text_gen|char_ram~40255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40256 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~40256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40257 ( +// Equation(s): +// \text_gen|char_ram~40257_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~40086_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~40256_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~40086_combout ), + .datad(\text_gen|char_ram~40256_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40257 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y13_N27 +dffeas \text_gen|char_ram~13350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y16_N13 +dffeas \text_gen|char_ram~11558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9766feeder ( +// Equation(s): +// \text_gen|char_ram~9766feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9766feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9766feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9766feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y17_N27 +dffeas \text_gen|char_ram~9766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9766feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y18_N23 +dffeas \text_gen|char_ram~7974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39778 ( +// Equation(s): +// \text_gen|char_ram~39778_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9766_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7974_q +// ))))) + + .dataa(\text_gen|char_ram~9766_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7974_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39778 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39779 ( +// Equation(s): +// \text_gen|char_ram~39779_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39778_combout & (\text_gen|char_ram~13350_q )) # (!\text_gen|char_ram~39778_combout & ((\text_gen|char_ram~11558_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39778_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13350_q ), + .datac(\text_gen|char_ram~11558_q ), + .datad(\text_gen|char_ram~39778_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39779 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y32_N15 +dffeas \text_gen|char_ram~14246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N21 +dffeas \text_gen|char_ram~12454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y32_N11 +dffeas \text_gen|char_ram~8870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y33_N5 +dffeas \text_gen|char_ram~10662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39785 ( +// Equation(s): +// \text_gen|char_ram~39785_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10662_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8870_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8870_q ), + .datad(\text_gen|char_ram~10662_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39785 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39786 ( +// Equation(s): +// \text_gen|char_ram~39786_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39785_combout & (\text_gen|char_ram~14246_q )) # (!\text_gen|char_ram~39785_combout & ((\text_gen|char_ram~12454_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39785_combout )))) + + .dataa(\text_gen|char_ram~14246_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12454_q ), + .datad(\text_gen|char_ram~39785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39786 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N5 +dffeas \text_gen|char_ram~9318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y48_N5 +dffeas \text_gen|char_ram~12902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11110feeder ( +// Equation(s): +// \text_gen|char_ram~11110feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11110feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11110feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11110feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y48_N31 +dffeas \text_gen|char_ram~11110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11110feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y48_N5 +dffeas \text_gen|char_ram~7526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39782 ( +// Equation(s): +// \text_gen|char_ram~39782_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11110_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7526_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11110_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7526_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39782 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39783 ( +// Equation(s): +// \text_gen|char_ram~39783_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39782_combout & ((\text_gen|char_ram~12902_q ))) # (!\text_gen|char_ram~39782_combout & (\text_gen|char_ram~9318_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39782_combout )))) + + .dataa(\text_gen|char_ram~9318_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12902_q ), + .datad(\text_gen|char_ram~39782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39783 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y60_N23 +dffeas \text_gen|char_ram~10214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y55_N19 +dffeas \text_gen|char_ram~13798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y59_N21 +dffeas \text_gen|char_ram~12006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y59_N15 +dffeas \text_gen|char_ram~8422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39780 ( +// Equation(s): +// \text_gen|char_ram~39780_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12006_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8422_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12006_q ), + .datac(\text_gen|char_ram~8422_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39780 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39781 ( +// Equation(s): +// \text_gen|char_ram~39781_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39780_combout & ((\text_gen|char_ram~13798_q ))) # (!\text_gen|char_ram~39780_combout & (\text_gen|char_ram~10214_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39780_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10214_q ), + .datac(\text_gen|char_ram~13798_q ), + .datad(\text_gen|char_ram~39780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39781 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39784 ( +// Equation(s): +// \text_gen|char_ram~39784_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~39781_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~39783_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39783_combout ), + .datad(\text_gen|char_ram~39781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39784 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39787 ( +// Equation(s): +// \text_gen|char_ram~39787_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39784_combout & ((\text_gen|char_ram~39786_combout ))) # (!\text_gen|char_ram~39784_combout & (\text_gen|char_ram~39779_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39784_combout )))) + + .dataa(\text_gen|char_ram~39779_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39786_combout ), + .datad(\text_gen|char_ram~39784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39787 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y44_N15 +dffeas \text_gen|char_ram~14022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14022 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N13 +dffeas \text_gen|char_ram~12230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y44_N3 +dffeas \text_gen|char_ram~8646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y36_N29 +dffeas \text_gen|char_ram~10438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39754 ( +// Equation(s): +// \text_gen|char_ram~39754_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~10438_q )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~8646_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8646_q ), + .datad(\text_gen|char_ram~10438_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39754 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39755 ( +// Equation(s): +// \text_gen|char_ram~39755_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39754_combout & (\text_gen|char_ram~14022_q )) # (!\text_gen|char_ram~39754_combout & ((\text_gen|char_ram~12230_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39754_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~14022_q ), + .datac(\text_gen|char_ram~12230_q ), + .datad(\text_gen|char_ram~39754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39755 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N25 +dffeas \text_gen|char_ram~13126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y22_N27 +dffeas \text_gen|char_ram~11334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y24_N31 +dffeas \text_gen|char_ram~9542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y22_N23 +dffeas \text_gen|char_ram~7750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39747 ( +// Equation(s): +// \text_gen|char_ram~39747_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9542_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7750_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9542_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7750_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39747 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39748 ( +// Equation(s): +// \text_gen|char_ram~39748_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39747_combout & (\text_gen|char_ram~13126_q )) # (!\text_gen|char_ram~39747_combout & ((\text_gen|char_ram~11334_q ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39747_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~13126_q ), + .datac(\text_gen|char_ram~11334_q ), + .datad(\text_gen|char_ram~39747_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39748 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9990feeder ( +// Equation(s): +// \text_gen|char_ram~9990feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9990feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y60_N31 +dffeas \text_gen|char_ram~9990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y44_N31 +dffeas \text_gen|char_ram~13574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11782feeder ( +// Equation(s): +// \text_gen|char_ram~11782feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y47_N29 +dffeas \text_gen|char_ram~11782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y47_N5 +dffeas \text_gen|char_ram~8198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39749 ( +// Equation(s): +// \text_gen|char_ram~39749_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11782_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8198_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~11782_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8198_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39749 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39750 ( +// Equation(s): +// \text_gen|char_ram~39750_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39749_combout & ((\text_gen|char_ram~13574_q ))) # (!\text_gen|char_ram~39749_combout & (\text_gen|char_ram~9990_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39749_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9990_q ), + .datac(\text_gen|char_ram~13574_q ), + .datad(\text_gen|char_ram~39749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39750 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y44_N31 +dffeas \text_gen|char_ram~9094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y44_N27 +dffeas \text_gen|char_ram~12678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y44_N29 +dffeas \text_gen|char_ram~7302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y46_N25 +dffeas \text_gen|char_ram~10886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10886 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39751 ( +// Equation(s): +// \text_gen|char_ram~39751_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~10886_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7302_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7302_q ), + .datad(\text_gen|char_ram~10886_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39751 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39752 ( +// Equation(s): +// \text_gen|char_ram~39752_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39751_combout & ((\text_gen|char_ram~12678_q ))) # (!\text_gen|char_ram~39751_combout & (\text_gen|char_ram~9094_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39751_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9094_q ), + .datac(\text_gen|char_ram~12678_q ), + .datad(\text_gen|char_ram~39751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39752 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39753 ( +// Equation(s): +// \text_gen|char_ram~39753_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~39750_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~39752_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39750_combout ), + .datad(\text_gen|char_ram~39752_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39753 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39756 ( +// Equation(s): +// \text_gen|char_ram~39756_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39753_combout & (\text_gen|char_ram~39755_combout )) # (!\text_gen|char_ram~39753_combout & ((\text_gen|char_ram~39748_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39753_combout )))) + + .dataa(\text_gen|char_ram~39755_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39748_combout ), + .datad(\text_gen|char_ram~39753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39756 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y25_N23 +dffeas \text_gen|char_ram~12118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y25_N9 +dffeas \text_gen|char_ram~13910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N29 +dffeas \text_gen|char_ram~10326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N3 +dffeas \text_gen|char_ram~8534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39774 ( +// Equation(s): +// \text_gen|char_ram~39774_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10326_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8534_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10326_q ), + .datac(\text_gen|char_ram~8534_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39774 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39775 ( +// Equation(s): +// \text_gen|char_ram~39775_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39774_combout & ((\text_gen|char_ram~13910_q ))) # (!\text_gen|char_ram~39774_combout & (\text_gen|char_ram~12118_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39774_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12118_q ), + .datac(\text_gen|char_ram~13910_q ), + .datad(\text_gen|char_ram~39774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39775 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N3 +dffeas \text_gen|char_ram~9878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y56_N25 +dffeas \text_gen|char_ram~13462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y59_N19 +dffeas \text_gen|char_ram~11670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y59_N25 +dffeas \text_gen|char_ram~8086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39767 ( +// Equation(s): +// \text_gen|char_ram~39767_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11670_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~8086_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11670_q ), + .datac(\text_gen|char_ram~8086_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39767 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39768 ( +// Equation(s): +// \text_gen|char_ram~39768_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39767_combout & ((\text_gen|char_ram~13462_q ))) # (!\text_gen|char_ram~39767_combout & (\text_gen|char_ram~9878_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39767_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9878_q ), + .datac(\text_gen|char_ram~13462_q ), + .datad(\text_gen|char_ram~39767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39768 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N13 +dffeas \text_gen|char_ram~11222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y22_N15 +dffeas \text_gen|char_ram~13014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y24_N5 +dffeas \text_gen|char_ram~9430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y18_N9 +dffeas \text_gen|char_ram~7638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39769 ( +// Equation(s): +// \text_gen|char_ram~39769_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9430_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7638_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9430_q ), + .datac(\text_gen|char_ram~7638_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39769 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39770 ( +// Equation(s): +// \text_gen|char_ram~39770_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39769_combout & ((\text_gen|char_ram~13014_q ))) # (!\text_gen|char_ram~39769_combout & (\text_gen|char_ram~11222_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39769_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11222_q ), + .datac(\text_gen|char_ram~13014_q ), + .datad(\text_gen|char_ram~39769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39770 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y45_N11 +dffeas \text_gen|char_ram~8982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y45_N9 +dffeas \text_gen|char_ram~12566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10774feeder ( +// Equation(s): +// \text_gen|char_ram~10774feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10774feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10774feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10774feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y48_N5 +dffeas \text_gen|char_ram~10774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10774feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y48_N31 +dffeas \text_gen|char_ram~7190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39771 ( +// Equation(s): +// \text_gen|char_ram~39771_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~10774_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7190_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~10774_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7190_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39771 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39772 ( +// Equation(s): +// \text_gen|char_ram~39772_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39771_combout & ((\text_gen|char_ram~12566_q ))) # (!\text_gen|char_ram~39771_combout & (\text_gen|char_ram~8982_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39771_combout )))) + + .dataa(\text_gen|char_ram~8982_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12566_q ), + .datad(\text_gen|char_ram~39771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39772 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39773 ( +// Equation(s): +// \text_gen|char_ram~39773_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~39770_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~39772_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39770_combout ), + .datad(\text_gen|char_ram~39772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39773 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39776 ( +// Equation(s): +// \text_gen|char_ram~39776_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39773_combout & (\text_gen|char_ram~39775_combout )) # (!\text_gen|char_ram~39773_combout & ((\text_gen|char_ram~39768_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39773_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~39775_combout ), + .datac(\text_gen|char_ram~39768_combout ), + .datad(\text_gen|char_ram~39773_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39776 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12342feeder ( +// Equation(s): +// \text_gen|char_ram~12342feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12342feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12342feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12342feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y31_N5 +dffeas \text_gen|char_ram~12342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12342feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y31_N3 +dffeas \text_gen|char_ram~14134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10550feeder ( +// Equation(s): +// \text_gen|char_ram~10550feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10550feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10550feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10550feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y31_N13 +dffeas \text_gen|char_ram~10550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10550feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y28_N5 +dffeas \text_gen|char_ram~8758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39764 ( +// Equation(s): +// \text_gen|char_ram~39764_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10550_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8758_q +// ))))) + + .dataa(\text_gen|char_ram~10550_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~8758_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39764 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39765 ( +// Equation(s): +// \text_gen|char_ram~39765_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39764_combout & ((\text_gen|char_ram~14134_q ))) # (!\text_gen|char_ram~39764_combout & (\text_gen|char_ram~12342_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39764_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12342_q ), + .datac(\text_gen|char_ram~14134_q ), + .datad(\text_gen|char_ram~39764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39765 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y44_N29 +dffeas \text_gen|char_ram~9206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y44_N27 +dffeas \text_gen|char_ram~12790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y47_N25 +dffeas \text_gen|char_ram~10998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y47_N3 +dffeas \text_gen|char_ram~7414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39761 ( +// Equation(s): +// \text_gen|char_ram~39761_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~10998_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7414_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10998_q ), + .datac(\text_gen|char_ram~7414_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39761 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39762 ( +// Equation(s): +// \text_gen|char_ram~39762_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39761_combout & ((\text_gen|char_ram~12790_q ))) # (!\text_gen|char_ram~39761_combout & (\text_gen|char_ram~9206_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39761_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9206_q ), + .datac(\text_gen|char_ram~12790_q ), + .datad(\text_gen|char_ram~39761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39762 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13238feeder ( +// Equation(s): +// \text_gen|char_ram~13238feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13238feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13238feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13238feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y23_N7 +dffeas \text_gen|char_ram~13238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13238feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11446feeder ( +// Equation(s): +// \text_gen|char_ram~11446feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11446feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11446feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11446feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y23_N3 +dffeas \text_gen|char_ram~11446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11446feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y24_N31 +dffeas \text_gen|char_ram~9654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y23_N5 +dffeas \text_gen|char_ram~7862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39759 ( +// Equation(s): +// \text_gen|char_ram~39759_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9654_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7862_q +// ))))) + + .dataa(\text_gen|char_ram~9654_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7862_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39759 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39760 ( +// Equation(s): +// \text_gen|char_ram~39760_combout = (\text_gen|char_ram~39759_combout & ((\text_gen|char_ram~13238_q ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~39759_combout & (((\text_gen|char_ram~11446_q & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~13238_q ), + .datab(\text_gen|char_ram~11446_q ), + .datac(\text_gen|char_ram~39759_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39760 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~39760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39763 ( +// Equation(s): +// \text_gen|char_ram~39763_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~39760_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~39762_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39762_combout ), + .datad(\text_gen|char_ram~39760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39763 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10102feeder ( +// Equation(s): +// \text_gen|char_ram~10102feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y56_N7 +dffeas \text_gen|char_ram~10102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y42_N21 +dffeas \text_gen|char_ram~13686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y53_N7 +dffeas \text_gen|char_ram~11894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y53_N27 +dffeas \text_gen|char_ram~8310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39757 ( +// Equation(s): +// \text_gen|char_ram~39757_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11894_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~8310_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~11894_q ), + .datac(\text_gen|char_ram~8310_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39757 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39758 ( +// Equation(s): +// \text_gen|char_ram~39758_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39757_combout & ((\text_gen|char_ram~13686_q ))) # (!\text_gen|char_ram~39757_combout & (\text_gen|char_ram~10102_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39757_combout )))) + + .dataa(\text_gen|char_ram~10102_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~13686_q ), + .datad(\text_gen|char_ram~39757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39758 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39766 ( +// Equation(s): +// \text_gen|char_ram~39766_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39763_combout & (\text_gen|char_ram~39765_combout )) # (!\text_gen|char_ram~39763_combout & ((\text_gen|char_ram~39758_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39763_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~39765_combout ), + .datac(\text_gen|char_ram~39763_combout ), + .datad(\text_gen|char_ram~39758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39766 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~39766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39777 ( +// Equation(s): +// \text_gen|char_ram~39777_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~39766_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~39776_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~39776_combout ), + .datad(\text_gen|char_ram~39766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39777 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39788 ( +// Equation(s): +// \text_gen|char_ram~39788_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~39777_combout & (\text_gen|char_ram~39787_combout )) # (!\text_gen|char_ram~39777_combout & ((\text_gen|char_ram~39756_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~39777_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~39787_combout ), + .datac(\text_gen|char_ram~39756_combout ), + .datad(\text_gen|char_ram~39777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39788 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y30_N3 +dffeas \text_gen|char_ram~25670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y30_N9 +dffeas \text_gen|char_ram~26566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y47_N31 +dffeas \text_gen|char_ram~26118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y46_N19 +dffeas \text_gen|char_ram~25222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39876 ( +// Equation(s): +// \text_gen|char_ram~39876_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~26118_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~25222_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~26118_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25222_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39876 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39877 ( +// Equation(s): +// \text_gen|char_ram~39877_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39876_combout & ((\text_gen|char_ram~26566_q ))) # (!\text_gen|char_ram~39876_combout & (\text_gen|char_ram~25670_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39876_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25670_q ), + .datac(\text_gen|char_ram~26566_q ), + .datad(\text_gen|char_ram~39876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39877 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22086feeder ( +// Equation(s): +// \text_gen|char_ram~22086feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22086feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y19_N3 +dffeas \text_gen|char_ram~22086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y26_N21 +dffeas \text_gen|char_ram~22982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y39_N5 +dffeas \text_gen|char_ram~21638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22534feeder ( +// Equation(s): +// \text_gen|char_ram~22534feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22534feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N27 +dffeas \text_gen|char_ram~22534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39878 ( +// Equation(s): +// \text_gen|char_ram~39878_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22534_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21638_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21638_q ), + .datad(\text_gen|char_ram~22534_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39878 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39879 ( +// Equation(s): +// \text_gen|char_ram~39879_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39878_combout & ((\text_gen|char_ram~22982_q ))) # (!\text_gen|char_ram~39878_combout & (\text_gen|char_ram~22086_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39878_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22086_q ), + .datac(\text_gen|char_ram~22982_q ), + .datad(\text_gen|char_ram~39878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39879 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39880 ( +// Equation(s): +// \text_gen|char_ram~39880_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~39877_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~39879_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39877_combout ), + .datad(\text_gen|char_ram~39879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39880 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27910feeder ( +// Equation(s): +// \text_gen|char_ram~27910feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27910feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27910feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27910feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y51_N17 +dffeas \text_gen|char_ram~27910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27910feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y30_N27 +dffeas \text_gen|char_ram~28358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28358 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y36_N15 +dffeas \text_gen|char_ram~27014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y25_N23 +dffeas \text_gen|char_ram~27462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27462 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39881 ( +// Equation(s): +// \text_gen|char_ram~39881_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~27462_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27014_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27014_q ), + .datad(\text_gen|char_ram~27462_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39881 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39882 ( +// Equation(s): +// \text_gen|char_ram~39882_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39881_combout & ((\text_gen|char_ram~28358_q ))) # (!\text_gen|char_ram~39881_combout & (\text_gen|char_ram~27910_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39881_combout )))) + + .dataa(\text_gen|char_ram~27910_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28358_q ), + .datad(\text_gen|char_ram~39881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39882 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y24_N17 +dffeas \text_gen|char_ram~24774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y44_N9 +dffeas \text_gen|char_ram~24326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24326 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y44_N21 +dffeas \text_gen|char_ram~23430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~23878feeder ( +// Equation(s): +// \text_gen|char_ram~23878feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23878feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23878feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23878feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N29 +dffeas \text_gen|char_ram~23878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23878feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23878 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39874 ( +// Equation(s): +// \text_gen|char_ram~39874_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~23878_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23430_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23430_q ), + .datad(\text_gen|char_ram~23878_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39874 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39875 ( +// Equation(s): +// \text_gen|char_ram~39875_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39874_combout & (\text_gen|char_ram~24774_q )) # (!\text_gen|char_ram~39874_combout & ((\text_gen|char_ram~24326_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39874_combout )))) + + .dataa(\text_gen|char_ram~24774_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24326_q ), + .datad(\text_gen|char_ram~39874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39875 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39883 ( +// Equation(s): +// \text_gen|char_ram~39883_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39880_combout & (\text_gen|char_ram~39882_combout )) # (!\text_gen|char_ram~39880_combout & ((\text_gen|char_ram~39875_combout ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~39880_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39880_combout ), + .datac(\text_gen|char_ram~39882_combout ), + .datad(\text_gen|char_ram~39875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39883 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23318feeder ( +// Equation(s): +// \text_gen|char_ram~23318feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23318feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23318feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23318feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y44_N27 +dffeas \text_gen|char_ram~23318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23318feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y26_N15 +dffeas \text_gen|char_ram~26902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y43_N27 +dffeas \text_gen|char_ram~21526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y51_N25 +dffeas \text_gen|char_ram~25110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39898 ( +// Equation(s): +// \text_gen|char_ram~39898_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~25110_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~21526_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21526_q ), + .datad(\text_gen|char_ram~25110_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39898 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39899 ( +// Equation(s): +// \text_gen|char_ram~39899_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39898_combout & ((\text_gen|char_ram~26902_q ))) # (!\text_gen|char_ram~39898_combout & (\text_gen|char_ram~23318_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39898_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23318_q ), + .datac(\text_gen|char_ram~26902_q ), + .datad(\text_gen|char_ram~39898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39899 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y18_N3 +dffeas \text_gen|char_ram~25558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y18_N25 +dffeas \text_gen|char_ram~27350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23766feeder ( +// Equation(s): +// \text_gen|char_ram~23766feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23766feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23766feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23766feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N31 +dffeas \text_gen|char_ram~23766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23766feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y19_N27 +dffeas \text_gen|char_ram~21974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39896 ( +// Equation(s): +// \text_gen|char_ram~39896_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23766_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21974_q +// ))))) + + .dataa(\text_gen|char_ram~23766_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21974_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39896 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39897 ( +// Equation(s): +// \text_gen|char_ram~39897_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39896_combout & ((\text_gen|char_ram~27350_q ))) # (!\text_gen|char_ram~39896_combout & (\text_gen|char_ram~25558_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39896_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25558_q ), + .datac(\text_gen|char_ram~27350_q ), + .datad(\text_gen|char_ram~39896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39897 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39900 ( +// Equation(s): +// \text_gen|char_ram~39900_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~39897_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~39899_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39899_combout ), + .datad(\text_gen|char_ram~39897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39900 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26454feeder ( +// Equation(s): +// \text_gen|char_ram~26454feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26454feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26454feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26454feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N29 +dffeas \text_gen|char_ram~26454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26454feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y25_N23 +dffeas \text_gen|char_ram~28246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y25_N1 +dffeas \text_gen|char_ram~22870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24662feeder ( +// Equation(s): +// \text_gen|char_ram~24662feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24662feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y26_N1 +dffeas \text_gen|char_ram~24662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39901 ( +// Equation(s): +// \text_gen|char_ram~39901_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24662_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22870_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22870_q ), + .datad(\text_gen|char_ram~24662_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39901 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39902 ( +// Equation(s): +// \text_gen|char_ram~39902_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39901_combout & ((\text_gen|char_ram~28246_q ))) # (!\text_gen|char_ram~39901_combout & (\text_gen|char_ram~26454_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39901_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26454_q ), + .datac(\text_gen|char_ram~28246_q ), + .datad(\text_gen|char_ram~39901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39902 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24214feeder ( +// Equation(s): +// \text_gen|char_ram~24214feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24214feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24214feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24214feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N19 +dffeas \text_gen|char_ram~24214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24214feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N3 +dffeas \text_gen|char_ram~27798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y52_N9 +dffeas \text_gen|char_ram~26006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N25 +dffeas \text_gen|char_ram~22422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39894 ( +// Equation(s): +// \text_gen|char_ram~39894_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26006_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22422_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26006_q ), + .datac(\text_gen|char_ram~22422_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39894 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39895 ( +// Equation(s): +// \text_gen|char_ram~39895_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39894_combout & ((\text_gen|char_ram~27798_q ))) # (!\text_gen|char_ram~39894_combout & (\text_gen|char_ram~24214_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39894_combout )))) + + .dataa(\text_gen|char_ram~24214_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27798_q ), + .datad(\text_gen|char_ram~39894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39895 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39903 ( +// Equation(s): +// \text_gen|char_ram~39903_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39900_combout & (\text_gen|char_ram~39902_combout )) # (!\text_gen|char_ram~39900_combout & ((\text_gen|char_ram~39895_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~39900_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~39900_combout ), + .datac(\text_gen|char_ram~39902_combout ), + .datad(\text_gen|char_ram~39895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39903 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~39903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25782feeder ( +// Equation(s): +// \text_gen|char_ram~25782feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y24_N11 +dffeas \text_gen|char_ram~25782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y22_N5 +dffeas \text_gen|char_ram~22198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39884 ( +// Equation(s): +// \text_gen|char_ram~39884_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25782_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22198_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25782_q ), + .datac(\text_gen|char_ram~22198_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39884 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y21_N19 +dffeas \text_gen|char_ram~27574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23990feeder ( +// Equation(s): +// \text_gen|char_ram~23990feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23990feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23990feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23990feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y20_N1 +dffeas \text_gen|char_ram~23990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23990feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39885 ( +// Equation(s): +// \text_gen|char_ram~39885_combout = (\text_gen|char_ram~39884_combout & (((\text_gen|char_ram~27574_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~39884_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23990_q )))) + + .dataa(\text_gen|char_ram~39884_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27574_q ), + .datad(\text_gen|char_ram~23990_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39885 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y26_N31 +dffeas \text_gen|char_ram~24886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y26_N25 +dffeas \text_gen|char_ram~28470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26678feeder ( +// Equation(s): +// \text_gen|char_ram~26678feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26678feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N3 +dffeas \text_gen|char_ram~26678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N5 +dffeas \text_gen|char_ram~23094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39891 ( +// Equation(s): +// \text_gen|char_ram~39891_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~26678_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23094_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26678_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23094_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39891 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39892 ( +// Equation(s): +// \text_gen|char_ram~39892_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39891_combout & ((\text_gen|char_ram~28470_q ))) # (!\text_gen|char_ram~39891_combout & (\text_gen|char_ram~24886_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39891_combout )))) + + .dataa(\text_gen|char_ram~24886_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28470_q ), + .datad(\text_gen|char_ram~39891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39892 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26230feeder ( +// Equation(s): +// \text_gen|char_ram~26230feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y55_N11 +dffeas \text_gen|char_ram~26230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y52_N5 +dffeas \text_gen|char_ram~28022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24438feeder ( +// Equation(s): +// \text_gen|char_ram~24438feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24438feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24438feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24438feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y53_N7 +dffeas \text_gen|char_ram~24438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24438feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y52_N11 +dffeas \text_gen|char_ram~22646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39886 ( +// Equation(s): +// \text_gen|char_ram~39886_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~24438_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~22646_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~24438_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22646_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39886 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39887 ( +// Equation(s): +// \text_gen|char_ram~39887_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39886_combout & ((\text_gen|char_ram~28022_q ))) # (!\text_gen|char_ram~39886_combout & (\text_gen|char_ram~26230_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39886_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~26230_q ), + .datac(\text_gen|char_ram~28022_q ), + .datad(\text_gen|char_ram~39886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39887 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25334feeder ( +// Equation(s): +// \text_gen|char_ram~25334feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25334feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25334feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25334feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N1 +dffeas \text_gen|char_ram~25334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25334feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y26_N1 +dffeas \text_gen|char_ram~27126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~23542feeder ( +// Equation(s): +// \text_gen|char_ram~23542feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23542feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23542feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23542feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y28_N13 +dffeas \text_gen|char_ram~23542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23542feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N11 +dffeas \text_gen|char_ram~21750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39888 ( +// Equation(s): +// \text_gen|char_ram~39888_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23542_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~21750_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23542_q ), + .datac(\text_gen|char_ram~21750_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39888 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39889 ( +// Equation(s): +// \text_gen|char_ram~39889_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39888_combout & ((\text_gen|char_ram~27126_q ))) # (!\text_gen|char_ram~39888_combout & (\text_gen|char_ram~25334_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39888_combout )))) + + .dataa(\text_gen|char_ram~25334_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27126_q ), + .datad(\text_gen|char_ram~39888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39889 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39890 ( +// Equation(s): +// \text_gen|char_ram~39890_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~39887_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~39889_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39887_combout ), + .datad(\text_gen|char_ram~39889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39890 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39893 ( +// Equation(s): +// \text_gen|char_ram~39893_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39890_combout & ((\text_gen|char_ram~39892_combout ))) # (!\text_gen|char_ram~39890_combout & (\text_gen|char_ram~39885_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39890_combout )))) + + .dataa(\text_gen|char_ram~39885_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39892_combout ), + .datad(\text_gen|char_ram~39890_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39893 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39904 ( +// Equation(s): +// \text_gen|char_ram~39904_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~39893_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~39903_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~39903_combout ), + .datad(\text_gen|char_ram~39893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39904 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y22_N11 +dffeas \text_gen|char_ram~27686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y26_N11 +dffeas \text_gen|char_ram~28582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y44_N19 +dffeas \text_gen|char_ram~27238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~28134feeder ( +// Equation(s): +// \text_gen|char_ram~28134feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28134feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28134feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28134feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y52_N31 +dffeas \text_gen|char_ram~28134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28134feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39912 ( +// Equation(s): +// \text_gen|char_ram~39912_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~28134_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~27238_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27238_q ), + .datad(\text_gen|char_ram~28134_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39912 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39913 ( +// Equation(s): +// \text_gen|char_ram~39913_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39912_combout & ((\text_gen|char_ram~28582_q ))) # (!\text_gen|char_ram~39912_combout & (\text_gen|char_ram~27686_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39912_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27686_q ), + .datac(\text_gen|char_ram~28582_q ), + .datad(\text_gen|char_ram~39912_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39913 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26342feeder ( +// Equation(s): +// \text_gen|char_ram~26342feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26342feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26342feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26342feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y55_N11 +dffeas \text_gen|char_ram~26342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26342feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y30_N25 +dffeas \text_gen|char_ram~26790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y44_N17 +dffeas \text_gen|char_ram~25446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y9_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25894feeder ( +// Equation(s): +// \text_gen|char_ram~25894feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25894feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25894feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25894feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y9_N1 +dffeas \text_gen|char_ram~25894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25894feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39905 ( +// Equation(s): +// \text_gen|char_ram~39905_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25894_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25446_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25446_q ), + .datad(\text_gen|char_ram~25894_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39905 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39906 ( +// Equation(s): +// \text_gen|char_ram~39906_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39905_combout & ((\text_gen|char_ram~26790_q ))) # (!\text_gen|char_ram~39905_combout & (\text_gen|char_ram~26342_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39905_combout )))) + + .dataa(\text_gen|char_ram~26342_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26790_q ), + .datad(\text_gen|char_ram~39905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39906 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24102feeder ( +// Equation(s): +// \text_gen|char_ram~24102feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y20_N7 +dffeas \text_gen|char_ram~24102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24998feeder ( +// Equation(s): +// \text_gen|char_ram~24998feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24998feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24998feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24998feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y26_N25 +dffeas \text_gen|char_ram~24998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24998feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y40_N9 +dffeas \text_gen|char_ram~23654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23654 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y54_N27 +dffeas \text_gen|char_ram~24550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39907 ( +// Equation(s): +// \text_gen|char_ram~39907_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~24550_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23654_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23654_q ), + .datad(\text_gen|char_ram~24550_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39907 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39908 ( +// Equation(s): +// \text_gen|char_ram~39908_combout = (\text_gen|char_ram~39907_combout & (((\text_gen|char_ram~24998_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~39907_combout & (\text_gen|char_ram~24102_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~24102_q ), + .datab(\text_gen|char_ram~24998_q ), + .datac(\text_gen|char_ram~39907_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39908 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~39908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y55_N27 +dffeas \text_gen|char_ram~22758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y26_N21 +dffeas \text_gen|char_ram~23206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y46_N19 +dffeas \text_gen|char_ram~21862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N29 +dffeas \text_gen|char_ram~22310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39909 ( +// Equation(s): +// \text_gen|char_ram~39909_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22310_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21862_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21862_q ), + .datad(\text_gen|char_ram~22310_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39909 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39910 ( +// Equation(s): +// \text_gen|char_ram~39910_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39909_combout & ((\text_gen|char_ram~23206_q ))) # (!\text_gen|char_ram~39909_combout & (\text_gen|char_ram~22758_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39909_combout )))) + + .dataa(\text_gen|char_ram~22758_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23206_q ), + .datad(\text_gen|char_ram~39909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39910 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39911 ( +// Equation(s): +// \text_gen|char_ram~39911_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~39908_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39910_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39908_combout ), + .datad(\text_gen|char_ram~39910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39911 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39914 ( +// Equation(s): +// \text_gen|char_ram~39914_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39911_combout & (\text_gen|char_ram~39913_combout )) # (!\text_gen|char_ram~39911_combout & ((\text_gen|char_ram~39906_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39911_combout )))) + + .dataa(\text_gen|char_ram~39913_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39906_combout ), + .datad(\text_gen|char_ram~39911_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39914 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39915 ( +// Equation(s): +// \text_gen|char_ram~39915_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~39904_combout & ((\text_gen|char_ram~39914_combout ))) # (!\text_gen|char_ram~39904_combout & (\text_gen|char_ram~39883_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~39904_combout )))) + + .dataa(\text_gen|char_ram~39883_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~39904_combout ), + .datad(\text_gen|char_ram~39914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39915 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~39915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y24_N3 +dffeas \text_gen|char_ram~17718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y25_N1 +dffeas \text_gen|char_ram~21302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y24_N23 +dffeas \text_gen|char_ram~19510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y24_N1 +dffeas \text_gen|char_ram~15926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39796 ( +// Equation(s): +// \text_gen|char_ram~39796_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~19510_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~15926_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~19510_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15926_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39796 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39797 ( +// Equation(s): +// \text_gen|char_ram~39797_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39796_combout & ((\text_gen|char_ram~21302_q ))) # (!\text_gen|char_ram~39796_combout & (\text_gen|char_ram~17718_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39796_combout )))) + + .dataa(\text_gen|char_ram~17718_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21302_q ), + .datad(\text_gen|char_ram~39796_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39797 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y17_N7 +dffeas \text_gen|char_ram~16822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y17_N17 +dffeas \text_gen|char_ram~20406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y20_N3 +dffeas \text_gen|char_ram~18614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y20_N25 +dffeas \text_gen|char_ram~15030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39789 ( +// Equation(s): +// \text_gen|char_ram~39789_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18614_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15030_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~18614_q ), + .datac(\text_gen|char_ram~15030_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39789 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39790 ( +// Equation(s): +// \text_gen|char_ram~39790_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39789_combout & ((\text_gen|char_ram~20406_q ))) # (!\text_gen|char_ram~39789_combout & (\text_gen|char_ram~16822_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39789_combout )))) + + .dataa(\text_gen|char_ram~16822_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20406_q ), + .datad(\text_gen|char_ram~39789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39790 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y24_N21 +dffeas \text_gen|char_ram~18166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N31 +dffeas \text_gen|char_ram~16374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y28_N23 +dffeas \text_gen|char_ram~14582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39793 ( +// Equation(s): +// \text_gen|char_ram~39793_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16374_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~14582_q +// ))))) + + .dataa(\text_gen|char_ram~16374_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14582_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39793 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y26_N15 +dffeas \text_gen|char_ram~19958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39794 ( +// Equation(s): +// \text_gen|char_ram~39794_combout = (\text_gen|char_ram~39793_combout & (((\text_gen|char_ram~19958_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~39793_combout & (\text_gen|char_ram~18166_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~18166_q ), + .datab(\text_gen|char_ram~39793_combout ), + .datac(\text_gen|char_ram~19958_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39794 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N17 +dffeas \text_gen|char_ram~17270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y52_N11 +dffeas \text_gen|char_ram~15478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39791 ( +// Equation(s): +// \text_gen|char_ram~39791_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17270_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15478_q +// ))))) + + .dataa(\text_gen|char_ram~17270_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15478_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39791 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N1 +dffeas \text_gen|char_ram~19062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y52_N5 +dffeas \text_gen|char_ram~20854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39792 ( +// Equation(s): +// \text_gen|char_ram~39792_combout = (\text_gen|char_ram~39791_combout & (((\text_gen|char_ram~20854_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~39791_combout & (\text_gen|char_ram~19062_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~39791_combout ), + .datab(\text_gen|char_ram~19062_q ), + .datac(\text_gen|char_ram~20854_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39792 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~39792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39795 ( +// Equation(s): +// \text_gen|char_ram~39795_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~39792_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~39794_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39794_combout ), + .datad(\text_gen|char_ram~39792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39795 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39798 ( +// Equation(s): +// \text_gen|char_ram~39798_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39795_combout & (\text_gen|char_ram~39797_combout )) # (!\text_gen|char_ram~39795_combout & ((\text_gen|char_ram~39790_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39795_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~39797_combout ), + .datac(\text_gen|char_ram~39790_combout ), + .datad(\text_gen|char_ram~39795_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39798 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N3 +dffeas \text_gen|char_ram~19174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y25_N3 +dffeas \text_gen|char_ram~19622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18726feeder ( +// Equation(s): +// \text_gen|char_ram~18726feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18726feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18726feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18726feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y48_N31 +dffeas \text_gen|char_ram~18726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18726feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y47_N11 +dffeas \text_gen|char_ram~18278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39820 ( +// Equation(s): +// \text_gen|char_ram~39820_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18726_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18278_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18726_q ), + .datac(\text_gen|char_ram~18278_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39820 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39821 ( +// Equation(s): +// \text_gen|char_ram~39821_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39820_combout & ((\text_gen|char_ram~19622_q ))) # (!\text_gen|char_ram~39820_combout & (\text_gen|char_ram~19174_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39820_combout )))) + + .dataa(\text_gen|char_ram~19174_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19622_q ), + .datad(\text_gen|char_ram~39820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39821 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20518feeder ( +// Equation(s): +// \text_gen|char_ram~20518feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20518feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20518feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20518feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N25 +dffeas \text_gen|char_ram~20518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20518feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y25_N9 +dffeas \text_gen|char_ram~21414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y25_N23 +dffeas \text_gen|char_ram~20070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20966feeder ( +// Equation(s): +// \text_gen|char_ram~20966feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20966feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20966feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20966feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N5 +dffeas \text_gen|char_ram~20966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20966feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39827 ( +// Equation(s): +// \text_gen|char_ram~39827_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20966_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~20070_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20070_q ), + .datad(\text_gen|char_ram~20966_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39827 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39828 ( +// Equation(s): +// \text_gen|char_ram~39828_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39827_combout & ((\text_gen|char_ram~21414_q ))) # (!\text_gen|char_ram~39827_combout & (\text_gen|char_ram~20518_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39827_combout )))) + + .dataa(\text_gen|char_ram~20518_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21414_q ), + .datad(\text_gen|char_ram~39827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39828 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16934feeder ( +// Equation(s): +// \text_gen|char_ram~16934feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N7 +dffeas \text_gen|char_ram~16934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N7 +dffeas \text_gen|char_ram~17830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y24_N25 +dffeas \text_gen|char_ram~16486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y54_N5 +dffeas \text_gen|char_ram~17382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39822 ( +// Equation(s): +// \text_gen|char_ram~39822_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17382_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16486_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16486_q ), + .datad(\text_gen|char_ram~17382_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39822 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39823 ( +// Equation(s): +// \text_gen|char_ram~39823_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39822_combout & ((\text_gen|char_ram~17830_q ))) # (!\text_gen|char_ram~39822_combout & (\text_gen|char_ram~16934_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39822_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16934_q ), + .datac(\text_gen|char_ram~17830_q ), + .datad(\text_gen|char_ram~39822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39823 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15590feeder ( +// Equation(s): +// \text_gen|char_ram~15590feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15590feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15590feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15590feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y42_N21 +dffeas \text_gen|char_ram~15590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15590feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y22_N29 +dffeas \text_gen|char_ram~16038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15142feeder ( +// Equation(s): +// \text_gen|char_ram~15142feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15142feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15142feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15142feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y22_N3 +dffeas \text_gen|char_ram~15142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15142feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N7 +dffeas \text_gen|char_ram~14694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39824 ( +// Equation(s): +// \text_gen|char_ram~39824_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15142_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14694_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~15142_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14694_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39824 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39825 ( +// Equation(s): +// \text_gen|char_ram~39825_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39824_combout & ((\text_gen|char_ram~16038_q ))) # (!\text_gen|char_ram~39824_combout & (\text_gen|char_ram~15590_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39824_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15590_q ), + .datac(\text_gen|char_ram~16038_q ), + .datad(\text_gen|char_ram~39824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39825 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39826 ( +// Equation(s): +// \text_gen|char_ram~39826_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~39823_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~39825_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39823_combout ), + .datad(\text_gen|char_ram~39825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39826 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39829 ( +// Equation(s): +// \text_gen|char_ram~39829_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39826_combout & ((\text_gen|char_ram~39828_combout ))) # (!\text_gen|char_ram~39826_combout & (\text_gen|char_ram~39821_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39826_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~39821_combout ), + .datac(\text_gen|char_ram~39828_combout ), + .datad(\text_gen|char_ram~39826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39829 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y25_N13 +dffeas \text_gen|char_ram~19286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y25_N3 +dffeas \text_gen|char_ram~21078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y25_N31 +dffeas \text_gen|char_ram~15702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y25_N21 +dffeas \text_gen|char_ram~17494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39816 ( +// Equation(s): +// \text_gen|char_ram~39816_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~17494_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~15702_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~15702_q ), + .datad(\text_gen|char_ram~17494_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39816 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39817 ( +// Equation(s): +// \text_gen|char_ram~39817_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39816_combout & ((\text_gen|char_ram~21078_q ))) # (!\text_gen|char_ram~39816_combout & (\text_gen|char_ram~19286_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39816_combout )))) + + .dataa(\text_gen|char_ram~19286_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21078_q ), + .datad(\text_gen|char_ram~39816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39817 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18390feeder ( +// Equation(s): +// \text_gen|char_ram~18390feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18390feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18390feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18390feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y27_N9 +dffeas \text_gen|char_ram~18390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18390feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y25_N15 +dffeas \text_gen|char_ram~20182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16598feeder ( +// Equation(s): +// \text_gen|char_ram~16598feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16598feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16598feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16598feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N9 +dffeas \text_gen|char_ram~16598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16598feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y19_N17 +dffeas \text_gen|char_ram~14806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39811 ( +// Equation(s): +// \text_gen|char_ram~39811_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~16598_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~14806_q +// ))))) + + .dataa(\text_gen|char_ram~16598_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14806_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39811 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39812 ( +// Equation(s): +// \text_gen|char_ram~39812_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39811_combout & ((\text_gen|char_ram~20182_q ))) # (!\text_gen|char_ram~39811_combout & (\text_gen|char_ram~18390_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39811_combout )))) + + .dataa(\text_gen|char_ram~18390_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~20182_q ), + .datad(\text_gen|char_ram~39811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39812 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y26_N31 +dffeas \text_gen|char_ram~16150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y25_N17 +dffeas \text_gen|char_ram~19734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y47_N17 +dffeas \text_gen|char_ram~17942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y25_N13 +dffeas \text_gen|char_ram~14358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39813 ( +// Equation(s): +// \text_gen|char_ram~39813_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~17942_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~14358_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~17942_q ), + .datac(\text_gen|char_ram~14358_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39813 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39814 ( +// Equation(s): +// \text_gen|char_ram~39814_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39813_combout & ((\text_gen|char_ram~19734_q ))) # (!\text_gen|char_ram~39813_combout & (\text_gen|char_ram~16150_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39813_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16150_q ), + .datac(\text_gen|char_ram~19734_q ), + .datad(\text_gen|char_ram~39813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39814 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39815 ( +// Equation(s): +// \text_gen|char_ram~39815_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39812_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~39814_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~39812_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39814_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39815 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y55_N15 +dffeas \text_gen|char_ram~17046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y52_N11 +dffeas \text_gen|char_ram~20630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y52_N25 +dffeas \text_gen|char_ram~18838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y52_N15 +dffeas \text_gen|char_ram~15254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39809 ( +// Equation(s): +// \text_gen|char_ram~39809_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18838_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15254_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~18838_q ), + .datac(\text_gen|char_ram~15254_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39809 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39810 ( +// Equation(s): +// \text_gen|char_ram~39810_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39809_combout & ((\text_gen|char_ram~20630_q ))) # (!\text_gen|char_ram~39809_combout & (\text_gen|char_ram~17046_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39809_combout )))) + + .dataa(\text_gen|char_ram~17046_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~20630_q ), + .datad(\text_gen|char_ram~39809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39810 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39818 ( +// Equation(s): +// \text_gen|char_ram~39818_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39815_combout & (\text_gen|char_ram~39817_combout )) # (!\text_gen|char_ram~39815_combout & ((\text_gen|char_ram~39810_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39815_combout )))) + + .dataa(\text_gen|char_ram~39817_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39815_combout ), + .datad(\text_gen|char_ram~39810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39818 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16710feeder ( +// Equation(s): +// \text_gen|char_ram~16710feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16710feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16710feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16710feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N9 +dffeas \text_gen|char_ram~16710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16710feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y24_N25 +dffeas \text_gen|char_ram~16262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39799 ( +// Equation(s): +// \text_gen|char_ram~39799_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16710_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~16262_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16710_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16262_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39799 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y24_N31 +dffeas \text_gen|char_ram~17606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y44_N1 +dffeas \text_gen|char_ram~17158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~39800 ( +// Equation(s): +// \text_gen|char_ram~39800_combout = (\text_gen|char_ram~39799_combout & (((\text_gen|char_ram~17606_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~39799_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~17158_q )))) + + .dataa(\text_gen|char_ram~39799_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17606_q ), + .datad(\text_gen|char_ram~17158_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39800 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~39800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y29_N7 +dffeas \text_gen|char_ram~20742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20742 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y26_N5 +dffeas \text_gen|char_ram~21190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y26_N17 +dffeas \text_gen|char_ram~20294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y26_N7 +dffeas \text_gen|char_ram~19846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39806 ( +// Equation(s): +// \text_gen|char_ram~39806_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~20294_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~19846_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~20294_q ), + .datac(\text_gen|char_ram~19846_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39806 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39807 ( +// Equation(s): +// \text_gen|char_ram~39807_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39806_combout & ((\text_gen|char_ram~21190_q ))) # (!\text_gen|char_ram~39806_combout & (\text_gen|char_ram~20742_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39806_combout )))) + + .dataa(\text_gen|char_ram~20742_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21190_q ), + .datad(\text_gen|char_ram~39806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39807 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N9 +dffeas \text_gen|char_ram~14918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N15 +dffeas \text_gen|char_ram~15814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N5 +dffeas \text_gen|char_ram~15366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15366 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y25_N9 +dffeas \text_gen|char_ram~14470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39803 ( +// Equation(s): +// \text_gen|char_ram~39803_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15366_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14470_q +// ))))) + + .dataa(\text_gen|char_ram~15366_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14470_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39803 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39804 ( +// Equation(s): +// \text_gen|char_ram~39804_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39803_combout & ((\text_gen|char_ram~15814_q ))) # (!\text_gen|char_ram~39803_combout & (\text_gen|char_ram~14918_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39803_combout )))) + + .dataa(\text_gen|char_ram~14918_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15814_q ), + .datad(\text_gen|char_ram~39803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39804 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18502feeder ( +// Equation(s): +// \text_gen|char_ram~18502feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18502feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18502feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18502feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N13 +dffeas \text_gen|char_ram~18502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18502feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y25_N19 +dffeas \text_gen|char_ram~19398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19398 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y47_N29 +dffeas \text_gen|char_ram~18950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y47_N25 +dffeas \text_gen|char_ram~18054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39801 ( +// Equation(s): +// \text_gen|char_ram~39801_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~18950_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18054_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18950_q ), + .datac(\text_gen|char_ram~18054_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39801 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39802 ( +// Equation(s): +// \text_gen|char_ram~39802_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39801_combout & ((\text_gen|char_ram~19398_q ))) # (!\text_gen|char_ram~39801_combout & (\text_gen|char_ram~18502_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39801_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18502_q ), + .datac(\text_gen|char_ram~19398_q ), + .datad(\text_gen|char_ram~39801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39802 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39805 ( +// Equation(s): +// \text_gen|char_ram~39805_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~39802_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~39804_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~39804_combout ), + .datad(\text_gen|char_ram~39802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39805 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39808 ( +// Equation(s): +// \text_gen|char_ram~39808_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39805_combout & ((\text_gen|char_ram~39807_combout ))) # (!\text_gen|char_ram~39805_combout & (\text_gen|char_ram~39800_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39805_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~39800_combout ), + .datac(\text_gen|char_ram~39807_combout ), + .datad(\text_gen|char_ram~39805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39808 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39819 ( +// Equation(s): +// \text_gen|char_ram~39819_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~39808_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~39818_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~39818_combout ), + .datad(\text_gen|char_ram~39808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39819 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39830 ( +// Equation(s): +// \text_gen|char_ram~39830_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~39819_combout & ((\text_gen|char_ram~39829_combout ))) # (!\text_gen|char_ram~39819_combout & (\text_gen|char_ram~39798_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~39819_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~39798_combout ), + .datac(\text_gen|char_ram~39829_combout ), + .datad(\text_gen|char_ram~39819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39830 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y37_N29 +dffeas \text_gen|char_ram~6518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y37_N3 +dffeas \text_gen|char_ram~2934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y37_N13 +dffeas \text_gen|char_ram~4726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y37_N27 +dffeas \text_gen|char_ram~1142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1142 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39831 ( +// Equation(s): +// \text_gen|char_ram~39831_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4726_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1142_q +// ))))) + + .dataa(\text_gen|char_ram~4726_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1142_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39831 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39832 ( +// Equation(s): +// \text_gen|char_ram~39832_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39831_combout & (\text_gen|char_ram~6518_q )) # (!\text_gen|char_ram~39831_combout & ((\text_gen|char_ram~2934_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39831_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~6518_q ), + .datac(\text_gen|char_ram~2934_q ), + .datad(\text_gen|char_ram~39831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39832 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~39832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5174feeder ( +// Equation(s): +// \text_gen|char_ram~5174feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5174feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y25_N31 +dffeas \text_gen|char_ram~5174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y25_N27 +dffeas \text_gen|char_ram~6966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3382feeder ( +// Equation(s): +// \text_gen|char_ram~3382feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3382feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3382feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3382feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y24_N25 +dffeas \text_gen|char_ram~3382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3382feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y25_N25 +dffeas \text_gen|char_ram~1590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39838 ( +// Equation(s): +// \text_gen|char_ram~39838_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3382_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1590_q +// ))))) + + .dataa(\text_gen|char_ram~3382_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1590_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39838 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39839 ( +// Equation(s): +// \text_gen|char_ram~39839_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39838_combout & ((\text_gen|char_ram~6966_q ))) # (!\text_gen|char_ram~39838_combout & (\text_gen|char_ram~5174_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39838_combout )))) + + .dataa(\text_gen|char_ram~5174_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6966_q ), + .datad(\text_gen|char_ram~39838_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39839 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4278feeder ( +// Equation(s): +// \text_gen|char_ram~4278feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4278feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4278feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4278feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y22_N17 +dffeas \text_gen|char_ram~4278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4278feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y25_N23 +dffeas \text_gen|char_ram~6070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6070 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y25_N29 +dffeas \text_gen|char_ram~2486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y25_N7 +dffeas \text_gen|char_ram~694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39833 ( +// Equation(s): +// \text_gen|char_ram~39833_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2486_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~694_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2486_q ), + .datac(\text_gen|char_ram~694_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39833 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39834 ( +// Equation(s): +// \text_gen|char_ram~39834_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39833_combout & ((\text_gen|char_ram~6070_q ))) # (!\text_gen|char_ram~39833_combout & (\text_gen|char_ram~4278_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39833_combout )))) + + .dataa(\text_gen|char_ram~4278_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~6070_q ), + .datad(\text_gen|char_ram~39833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39834 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2038feeder ( +// Equation(s): +// \text_gen|char_ram~2038feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2038feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2038feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2038feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y33_N5 +dffeas \text_gen|char_ram~2038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2038feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y25_N13 +dffeas \text_gen|char_ram~5622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X116_Y45_N29 +dffeas \text_gen|char_ram~3830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y45_N19 +dffeas \text_gen|char_ram~246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39835 ( +// Equation(s): +// \text_gen|char_ram~39835_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~3830_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~246_q +// ))))) + + .dataa(\text_gen|char_ram~3830_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~246_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39835 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39836 ( +// Equation(s): +// \text_gen|char_ram~39836_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39835_combout & ((\text_gen|char_ram~5622_q ))) # (!\text_gen|char_ram~39835_combout & (\text_gen|char_ram~2038_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39835_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2038_q ), + .datac(\text_gen|char_ram~5622_q ), + .datad(\text_gen|char_ram~39835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39836 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39837 ( +// Equation(s): +// \text_gen|char_ram~39837_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~39834_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~39836_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39834_combout ), + .datad(\text_gen|char_ram~39836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39837 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~39840 ( +// Equation(s): +// \text_gen|char_ram~39840_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39837_combout & ((\text_gen|char_ram~39839_combout ))) # (!\text_gen|char_ram~39837_combout & (\text_gen|char_ram~39832_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39837_combout )))) + + .dataa(\text_gen|char_ram~39832_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39839_combout ), + .datad(\text_gen|char_ram~39837_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39840 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N5 +dffeas \text_gen|char_ram~4950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y25_N5 +dffeas \text_gen|char_ram~3158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y25_N5 +dffeas \text_gen|char_ram~1366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39858 ( +// Equation(s): +// \text_gen|char_ram~39858_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3158_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1366_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3158_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1366_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39858 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y25_N23 +dffeas \text_gen|char_ram~6742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39859 ( +// Equation(s): +// \text_gen|char_ram~39859_combout = (\text_gen|char_ram~39858_combout & (((\text_gen|char_ram~6742_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~39858_combout & (\text_gen|char_ram~4950_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~4950_q ), + .datab(\text_gen|char_ram~39858_combout ), + .datac(\text_gen|char_ram~6742_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39859 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~39859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1814feeder ( +// Equation(s): +// \text_gen|char_ram~1814feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1814feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1814feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1814feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y44_N25 +dffeas \text_gen|char_ram~1814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1814feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y45_N13 +dffeas \text_gen|char_ram~5398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3606feeder ( +// Equation(s): +// \text_gen|char_ram~3606feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3606feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3606feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3606feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y47_N31 +dffeas \text_gen|char_ram~3606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3606feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y45_N11 +dffeas \text_gen|char_ram~22 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39855 ( +// Equation(s): +// \text_gen|char_ram~39855_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3606_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~22_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3606_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~22_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39855 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~39856 ( +// Equation(s): +// \text_gen|char_ram~39856_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39855_combout & ((\text_gen|char_ram~5398_q ))) # (!\text_gen|char_ram~39855_combout & (\text_gen|char_ram~1814_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39855_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~1814_q ), + .datac(\text_gen|char_ram~5398_q ), + .datad(\text_gen|char_ram~39855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39856 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y21_N17 +dffeas \text_gen|char_ram~4054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y25_N29 +dffeas \text_gen|char_ram~5846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2262feeder ( +// Equation(s): +// \text_gen|char_ram~2262feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2262feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2262feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2262feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y20_N17 +dffeas \text_gen|char_ram~2262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2262feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N1 +dffeas \text_gen|char_ram~470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39853 ( +// Equation(s): +// \text_gen|char_ram~39853_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2262_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~470_q +// ))))) + + .dataa(\text_gen|char_ram~2262_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~470_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39853 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39854 ( +// Equation(s): +// \text_gen|char_ram~39854_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39853_combout & ((\text_gen|char_ram~5846_q ))) # (!\text_gen|char_ram~39853_combout & (\text_gen|char_ram~4054_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39853_combout )))) + + .dataa(\text_gen|char_ram~4054_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5846_q ), + .datad(\text_gen|char_ram~39853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39854 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~39857 ( +// Equation(s): +// \text_gen|char_ram~39857_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~39854_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~39856_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39856_combout ), + .datad(\text_gen|char_ram~39854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39857 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2710feeder ( +// Equation(s): +// \text_gen|char_ram~2710feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2710feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2710feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2710feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y56_N13 +dffeas \text_gen|char_ram~2710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2710feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y52_N5 +dffeas \text_gen|char_ram~6294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y52_N7 +dffeas \text_gen|char_ram~918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y55_N7 +dffeas \text_gen|char_ram~4502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39851 ( +// Equation(s): +// \text_gen|char_ram~39851_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~4502_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~918_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~918_q ), + .datad(\text_gen|char_ram~4502_q ), + .cin(gnd), + .combout(\text_gen|char_ram~39851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39851 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~39851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39852 ( +// Equation(s): +// \text_gen|char_ram~39852_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39851_combout & ((\text_gen|char_ram~6294_q ))) # (!\text_gen|char_ram~39851_combout & (\text_gen|char_ram~2710_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39851_combout )))) + + .dataa(\text_gen|char_ram~2710_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6294_q ), + .datad(\text_gen|char_ram~39851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39852 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39860 ( +// Equation(s): +// \text_gen|char_ram~39860_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~39857_combout & (\text_gen|char_ram~39859_combout )) # (!\text_gen|char_ram~39857_combout & ((\text_gen|char_ram~39852_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~39857_combout )))) + + .dataa(\text_gen|char_ram~39859_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39857_combout ), + .datad(\text_gen|char_ram~39852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39860 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~39860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5062feeder ( +// Equation(s): +// \text_gen|char_ram~5062feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5062feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5062feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5062feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y29_N25 +dffeas \text_gen|char_ram~5062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5062feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y29_N9 +dffeas \text_gen|char_ram~6854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3270feeder ( +// Equation(s): +// \text_gen|char_ram~3270feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N11 +dffeas \text_gen|char_ram~3270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y29_N19 +dffeas \text_gen|char_ram~1478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39848 ( +// Equation(s): +// \text_gen|char_ram~39848_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3270_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1478_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3270_q ), + .datac(\text_gen|char_ram~1478_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39848 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39849 ( +// Equation(s): +// \text_gen|char_ram~39849_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39848_combout & ((\text_gen|char_ram~6854_q ))) # (!\text_gen|char_ram~39848_combout & (\text_gen|char_ram~5062_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39848_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5062_q ), + .datac(\text_gen|char_ram~6854_q ), + .datad(\text_gen|char_ram~39848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39849 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y25_N3 +dffeas \text_gen|char_ram~4166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y25_N21 +dffeas \text_gen|char_ram~5958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y23_N19 +dffeas \text_gen|char_ram~2374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y25_N19 +dffeas \text_gen|char_ram~582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~39841 ( +// Equation(s): +// \text_gen|char_ram~39841_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2374_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~582_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~2374_q ), + .datac(\text_gen|char_ram~582_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39841 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~39841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39842 ( +// Equation(s): +// \text_gen|char_ram~39842_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39841_combout & ((\text_gen|char_ram~5958_q ))) # (!\text_gen|char_ram~39841_combout & (\text_gen|char_ram~4166_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39841_combout )))) + + .dataa(\text_gen|char_ram~4166_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5958_q ), + .datad(\text_gen|char_ram~39841_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39842 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y48_N13 +dffeas \text_gen|char_ram~2822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y48_N11 +dffeas \text_gen|char_ram~6406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~4614feeder ( +// Equation(s): +// \text_gen|char_ram~4614feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4614feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4614feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4614feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y47_N23 +dffeas \text_gen|char_ram~4614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4614feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y47_N1 +dffeas \text_gen|char_ram~1030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39843 ( +// Equation(s): +// \text_gen|char_ram~39843_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4614_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~1030_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~4614_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1030_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39843 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39844 ( +// Equation(s): +// \text_gen|char_ram~39844_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39843_combout & ((\text_gen|char_ram~6406_q ))) # (!\text_gen|char_ram~39843_combout & (\text_gen|char_ram~2822_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39843_combout )))) + + .dataa(\text_gen|char_ram~2822_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6406_q ), + .datad(\text_gen|char_ram~39843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39844 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y44_N23 +dffeas \text_gen|char_ram~1926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y44_N25 +dffeas \text_gen|char_ram~5510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3718feeder ( +// Equation(s): +// \text_gen|char_ram~3718feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3718feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y47_N21 +dffeas \text_gen|char_ram~3718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y47_N3 +dffeas \text_gen|char_ram~134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~39845 ( +// Equation(s): +// \text_gen|char_ram~39845_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3718_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~134_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3718_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~134_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39845 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~39846 ( +// Equation(s): +// \text_gen|char_ram~39846_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39845_combout & ((\text_gen|char_ram~5510_q ))) # (!\text_gen|char_ram~39845_combout & (\text_gen|char_ram~1926_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39845_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~1926_q ), + .datac(\text_gen|char_ram~5510_q ), + .datad(\text_gen|char_ram~39845_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39846 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39847 ( +// Equation(s): +// \text_gen|char_ram~39847_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~39844_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~39846_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~39844_combout ), + .datad(\text_gen|char_ram~39846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39847 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~39847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~39850 ( +// Equation(s): +// \text_gen|char_ram~39850_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39847_combout & (\text_gen|char_ram~39849_combout )) # (!\text_gen|char_ram~39847_combout & ((\text_gen|char_ram~39842_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39847_combout )))) + + .dataa(\text_gen|char_ram~39849_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39842_combout ), + .datad(\text_gen|char_ram~39847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39850 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39861 ( +// Equation(s): +// \text_gen|char_ram~39861_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~39850_combout ))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~39860_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~39860_combout ), + .datad(\text_gen|char_ram~39850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39861 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~39861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y25_N5 +dffeas \text_gen|char_ram~5286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N7 +dffeas \text_gen|char_ram~7078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y24_N11 +dffeas \text_gen|char_ram~3494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N21 +dffeas \text_gen|char_ram~1702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~39869 ( +// Equation(s): +// \text_gen|char_ram~39869_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~3494_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1702_q +// ))))) + + .dataa(\text_gen|char_ram~3494_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~1702_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39869 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39870 ( +// Equation(s): +// \text_gen|char_ram~39870_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39869_combout & ((\text_gen|char_ram~7078_q ))) # (!\text_gen|char_ram~39869_combout & (\text_gen|char_ram~5286_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39869_combout )))) + + .dataa(\text_gen|char_ram~5286_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7078_q ), + .datad(\text_gen|char_ram~39869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39870 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4390feeder ( +// Equation(s): +// \text_gen|char_ram~4390feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4390feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4390feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4390feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y14_N19 +dffeas \text_gen|char_ram~4390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4390feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y22_N5 +dffeas \text_gen|char_ram~6182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y20_N5 +dffeas \text_gen|char_ram~2598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y16_N23 +dffeas \text_gen|char_ram~806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~39862 ( +// Equation(s): +// \text_gen|char_ram~39862_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2598_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~806_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~2598_q ), + .datac(\text_gen|char_ram~806_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39862 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~39862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39863 ( +// Equation(s): +// \text_gen|char_ram~39863_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~39862_combout & ((\text_gen|char_ram~6182_q ))) # (!\text_gen|char_ram~39862_combout & (\text_gen|char_ram~4390_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~39862_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4390_q ), + .datac(\text_gen|char_ram~6182_q ), + .datad(\text_gen|char_ram~39862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39863 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~39863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3046feeder ( +// Equation(s): +// \text_gen|char_ram~3046feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3046feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3046feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3046feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y54_N21 +dffeas \text_gen|char_ram~3046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3046feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y52_N15 +dffeas \text_gen|char_ram~6630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4838feeder ( +// Equation(s): +// \text_gen|char_ram~4838feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4838feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4838feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4838feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y55_N1 +dffeas \text_gen|char_ram~4838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4838feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y55_N9 +dffeas \text_gen|char_ram~1254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39864 ( +// Equation(s): +// \text_gen|char_ram~39864_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4838_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~1254_q +// ))))) + + .dataa(\text_gen|char_ram~4838_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1254_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39864 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~39864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~39865 ( +// Equation(s): +// \text_gen|char_ram~39865_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39864_combout & ((\text_gen|char_ram~6630_q ))) # (!\text_gen|char_ram~39864_combout & (\text_gen|char_ram~3046_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39864_combout )))) + + .dataa(\text_gen|char_ram~3046_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~6630_q ), + .datad(\text_gen|char_ram~39864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39865 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2150feeder ( +// Equation(s): +// \text_gen|char_ram~2150feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2150feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2150feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2150feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y44_N7 +dffeas \text_gen|char_ram~2150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2150feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N5 +dffeas \text_gen|char_ram~5734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3942feeder ( +// Equation(s): +// \text_gen|char_ram~3942feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3942feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3942feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3942feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y47_N21 +dffeas \text_gen|char_ram~3942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3942feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y47_N9 +dffeas \text_gen|char_ram~358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~39866 ( +// Equation(s): +// \text_gen|char_ram~39866_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3942_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~358_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3942_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~358_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39866 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~39866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~39867 ( +// Equation(s): +// \text_gen|char_ram~39867_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~39866_combout & ((\text_gen|char_ram~5734_q ))) # (!\text_gen|char_ram~39866_combout & (\text_gen|char_ram~2150_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~39866_combout )))) + + .dataa(\text_gen|char_ram~2150_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5734_q ), + .datad(\text_gen|char_ram~39866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39867 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39868 ( +// Equation(s): +// \text_gen|char_ram~39868_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~39865_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~39867_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39865_combout ), + .datad(\text_gen|char_ram~39867_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39868 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39871 ( +// Equation(s): +// \text_gen|char_ram~39871_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~39868_combout & (\text_gen|char_ram~39870_combout )) # (!\text_gen|char_ram~39868_combout & ((\text_gen|char_ram~39863_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~39868_combout )))) + + .dataa(\text_gen|char_ram~39870_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~39863_combout ), + .datad(\text_gen|char_ram~39868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39871 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~39871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~39872 ( +// Equation(s): +// \text_gen|char_ram~39872_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~39861_combout & ((\text_gen|char_ram~39871_combout ))) # (!\text_gen|char_ram~39861_combout & (\text_gen|char_ram~39840_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~39861_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~39840_combout ), + .datac(\text_gen|char_ram~39861_combout ), + .datad(\text_gen|char_ram~39871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39872 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~39872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~39873 ( +// Equation(s): +// \text_gen|char_ram~39873_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~39830_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~39872_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~39830_combout ), + .datad(\text_gen|char_ram~39872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39873 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~39873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~39916 ( +// Equation(s): +// \text_gen|char_ram~39916_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~39873_combout & ((\text_gen|char_ram~39915_combout ))) # (!\text_gen|char_ram~39873_combout & (\text_gen|char_ram~39788_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~39873_combout )))) + + .dataa(\text_gen|char_ram~39788_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~39915_combout ), + .datad(\text_gen|char_ram~39873_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~39916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~39916 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~39916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40428 ( +// Equation(s): +// \text_gen|char_ram~40428_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40257_combout & (\text_gen|char_ram~40427_combout )) # (!\text_gen|char_ram~40257_combout & ((\text_gen|char_ram~39916_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40257_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40427_combout ), + .datac(\text_gen|char_ram~40257_combout ), + .datad(\text_gen|char_ram~39916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40428 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y32_N21 +dffeas \text_gen|char_ram~14120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y38_N7 +dffeas \text_gen|char_ram~6952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40992 ( +// Equation(s): +// \text_gen|char_ram~40992_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~14120_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6952_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14120_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6952_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40992 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y33_N29 +dffeas \text_gen|char_ram~21288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y33_N15 +dffeas \text_gen|char_ram~28456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40993 ( +// Equation(s): +// \text_gen|char_ram~40993_combout = (\text_gen|char_ram~40992_combout & (((\text_gen|char_ram~28456_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~40992_combout & (\text_gen|char_ram~21288_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~40992_combout ), + .datab(\text_gen|char_ram~21288_q ), + .datac(\text_gen|char_ram~28456_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40993 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y48_N7 +dffeas \text_gen|char_ram~13672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y48_N17 +dffeas \text_gen|char_ram~28008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y49_N29 +dffeas \text_gen|char_ram~20840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y49_N13 +dffeas \text_gen|char_ram~6504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40985 ( +// Equation(s): +// \text_gen|char_ram~40985_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20840_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6504_q +// ))))) + + .dataa(\text_gen|char_ram~20840_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6504_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40985 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40986 ( +// Equation(s): +// \text_gen|char_ram~40986_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40985_combout & ((\text_gen|char_ram~28008_q ))) # (!\text_gen|char_ram~40985_combout & (\text_gen|char_ram~13672_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40985_combout )))) + + .dataa(\text_gen|char_ram~13672_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28008_q ), + .datad(\text_gen|char_ram~40985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40986 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y44_N29 +dffeas \text_gen|char_ram~12776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y37_N19 +dffeas \text_gen|char_ram~27112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19944feeder ( +// Equation(s): +// \text_gen|char_ram~19944feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19944feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19944feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19944feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y33_N7 +dffeas \text_gen|char_ram~19944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19944feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19944 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y37_N11 +dffeas \text_gen|char_ram~5608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40989 ( +// Equation(s): +// \text_gen|char_ram~40989_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19944_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5608_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19944_q ), + .datac(\text_gen|char_ram~5608_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40989 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40990 ( +// Equation(s): +// \text_gen|char_ram~40990_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40989_combout & ((\text_gen|char_ram~27112_q ))) # (!\text_gen|char_ram~40989_combout & (\text_gen|char_ram~12776_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40989_combout )))) + + .dataa(\text_gen|char_ram~12776_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27112_q ), + .datad(\text_gen|char_ram~40989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40990 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y25_N27 +dffeas \text_gen|char_ram~20392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y25_N9 +dffeas \text_gen|char_ram~27560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y24_N7 +dffeas \text_gen|char_ram~13224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y37_N13 +dffeas \text_gen|char_ram~6056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40987 ( +// Equation(s): +// \text_gen|char_ram~40987_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13224_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6056_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13224_q ), + .datac(\text_gen|char_ram~6056_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40987 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40988 ( +// Equation(s): +// \text_gen|char_ram~40988_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40987_combout & ((\text_gen|char_ram~27560_q ))) # (!\text_gen|char_ram~40987_combout & (\text_gen|char_ram~20392_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40987_combout )))) + + .dataa(\text_gen|char_ram~20392_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27560_q ), + .datad(\text_gen|char_ram~40987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40988 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40991 ( +// Equation(s): +// \text_gen|char_ram~40991_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~40988_combout ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~40990_combout & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40990_combout ), + .datac(\text_gen|char_ram~40988_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40991 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~40991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40994 ( +// Equation(s): +// \text_gen|char_ram~40994_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40991_combout & (\text_gen|char_ram~40993_combout )) # (!\text_gen|char_ram~40991_combout & ((\text_gen|char_ram~40986_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40991_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40993_combout ), + .datac(\text_gen|char_ram~40986_combout ), + .datad(\text_gen|char_ram~40991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40994 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y23_N11 +dffeas \text_gen|char_ram~21316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y33_N27 +dffeas \text_gen|char_ram~28484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X104_Y33_N29 +dffeas \text_gen|char_ram~14148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X104_Y33_N19 +dffeas \text_gen|char_ram~6980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41023 ( +// Equation(s): +// \text_gen|char_ram~41023_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~14148_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6980_q +// ))))) + + .dataa(\text_gen|char_ram~14148_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6980_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41023 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41024 ( +// Equation(s): +// \text_gen|char_ram~41024_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41023_combout & ((\text_gen|char_ram~28484_q ))) # (!\text_gen|char_ram~41023_combout & (\text_gen|char_ram~21316_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41023_combout )))) + + .dataa(\text_gen|char_ram~21316_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28484_q ), + .datad(\text_gen|char_ram~41023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41024 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y21_N31 +dffeas \text_gen|char_ram~20420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y21_N25 +dffeas \text_gen|char_ram~27588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13252feeder ( +// Equation(s): +// \text_gen|char_ram~13252feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y37_N19 +dffeas \text_gen|char_ram~13252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y37_N29 +dffeas \text_gen|char_ram~6084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41016 ( +// Equation(s): +// \text_gen|char_ram~41016_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13252_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6084_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13252_q ), + .datac(\text_gen|char_ram~6084_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41016 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41017 ( +// Equation(s): +// \text_gen|char_ram~41017_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41016_combout & ((\text_gen|char_ram~27588_q ))) # (!\text_gen|char_ram~41016_combout & (\text_gen|char_ram~20420_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41016_combout )))) + + .dataa(\text_gen|char_ram~20420_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27588_q ), + .datad(\text_gen|char_ram~41016_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41017 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y39_N19 +dffeas \text_gen|char_ram~12804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y33_N23 +dffeas \text_gen|char_ram~27140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y39_N1 +dffeas \text_gen|char_ram~19972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y39_N19 +dffeas \text_gen|char_ram~5636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5636 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41020 ( +// Equation(s): +// \text_gen|char_ram~41020_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19972_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5636_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19972_q ), + .datac(\text_gen|char_ram~5636_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41020 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41021 ( +// Equation(s): +// \text_gen|char_ram~41021_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41020_combout & ((\text_gen|char_ram~27140_q ))) # (!\text_gen|char_ram~41020_combout & (\text_gen|char_ram~12804_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41020_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12804_q ), + .datac(\text_gen|char_ram~27140_q ), + .datad(\text_gen|char_ram~41020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41021 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y51_N25 +dffeas \text_gen|char_ram~13700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y51_N3 +dffeas \text_gen|char_ram~28036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20868feeder ( +// Equation(s): +// \text_gen|char_ram~20868feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20868feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20868feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20868feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y55_N15 +dffeas \text_gen|char_ram~20868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20868feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y51_N9 +dffeas \text_gen|char_ram~6532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41018 ( +// Equation(s): +// \text_gen|char_ram~41018_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20868_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6532_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20868_q ), + .datac(\text_gen|char_ram~6532_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41018 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41019 ( +// Equation(s): +// \text_gen|char_ram~41019_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41018_combout & ((\text_gen|char_ram~28036_q ))) # (!\text_gen|char_ram~41018_combout & (\text_gen|char_ram~13700_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41018_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13700_q ), + .datac(\text_gen|char_ram~28036_q ), + .datad(\text_gen|char_ram~41018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41019 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41022 ( +// Equation(s): +// \text_gen|char_ram~41022_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~41019_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~41021_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|char_ram~41021_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~41019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41022 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~41022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41025 ( +// Equation(s): +// \text_gen|char_ram~41025_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41022_combout & (\text_gen|char_ram~41024_combout )) # (!\text_gen|char_ram~41022_combout & ((\text_gen|char_ram~41017_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41022_combout )))) + + .dataa(\text_gen|char_ram~41024_combout ), + .datab(\text_gen|char_ram~41017_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~41022_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41025 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~41025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6497feeder ( +// Equation(s): +// \text_gen|char_ram~6497feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6497feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6497feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6497feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y45_N17 +dffeas \text_gen|char_ram~6497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6497feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20833feeder ( +// Equation(s): +// \text_gen|char_ram~20833feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y48_N21 +dffeas \text_gen|char_ram~20833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41005 ( +// Equation(s): +// \text_gen|char_ram~41005_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~20833_q ) # (\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6497_q & ((!\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~6497_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~20833_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41005 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~41005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y53_N13 +dffeas \text_gen|char_ram~13665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y48_N29 +dffeas \text_gen|char_ram~28001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41006 ( +// Equation(s): +// \text_gen|char_ram~41006_combout = (\text_gen|char_ram~41005_combout & (((\text_gen|char_ram~28001_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~41005_combout & (\text_gen|char_ram~13665_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~41005_combout ), + .datab(\text_gen|char_ram~13665_q ), + .datac(\text_gen|char_ram~28001_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41006 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~41006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y41_N27 +dffeas \text_gen|char_ram~12769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y36_N21 +dffeas \text_gen|char_ram~27105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y48_N25 +dffeas \text_gen|char_ram~19937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y37_N31 +dffeas \text_gen|char_ram~5601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41009 ( +// Equation(s): +// \text_gen|char_ram~41009_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19937_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5601_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19937_q ), + .datac(\text_gen|char_ram~5601_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41009 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41010 ( +// Equation(s): +// \text_gen|char_ram~41010_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41009_combout & ((\text_gen|char_ram~27105_q ))) # (!\text_gen|char_ram~41009_combout & (\text_gen|char_ram~12769_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41009_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12769_q ), + .datac(\text_gen|char_ram~27105_q ), + .datad(\text_gen|char_ram~41009_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41010 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y14_N9 +dffeas \text_gen|char_ram~20385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~13217feeder ( +// Equation(s): +// \text_gen|char_ram~13217feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13217feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13217feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13217feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y18_N27 +dffeas \text_gen|char_ram~13217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13217feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y18_N19 +dffeas \text_gen|char_ram~6049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41007 ( +// Equation(s): +// \text_gen|char_ram~41007_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13217_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6049_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13217_q ), + .datac(\text_gen|char_ram~6049_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41007 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y18_N21 +dffeas \text_gen|char_ram~27553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41008 ( +// Equation(s): +// \text_gen|char_ram~41008_combout = (\text_gen|char_ram~41007_combout & (((\text_gen|char_ram~27553_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41007_combout & (\text_gen|char_ram~20385_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20385_q ), + .datab(\text_gen|char_ram~41007_combout ), + .datac(\text_gen|char_ram~27553_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41008 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41011 ( +// Equation(s): +// \text_gen|char_ram~41011_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~41008_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~41010_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41010_combout ), + .datad(\text_gen|char_ram~41008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41011 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y32_N15 +dffeas \text_gen|char_ram~21281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21281 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y32_N17 +dffeas \text_gen|char_ram~28449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14113feeder ( +// Equation(s): +// \text_gen|char_ram~14113feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14113feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14113feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14113feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y34_N13 +dffeas \text_gen|char_ram~14113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14113feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N25 +dffeas \text_gen|char_ram~6945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41012 ( +// Equation(s): +// \text_gen|char_ram~41012_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~14113_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6945_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14113_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6945_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41012 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41013 ( +// Equation(s): +// \text_gen|char_ram~41013_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41012_combout & ((\text_gen|char_ram~28449_q ))) # (!\text_gen|char_ram~41012_combout & (\text_gen|char_ram~21281_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41012_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21281_q ), + .datac(\text_gen|char_ram~28449_q ), + .datad(\text_gen|char_ram~41012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41013 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41014 ( +// Equation(s): +// \text_gen|char_ram~41014_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41011_combout & ((\text_gen|char_ram~41013_combout ))) # (!\text_gen|char_ram~41011_combout & (\text_gen|char_ram~41006_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41011_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~41006_combout ), + .datac(\text_gen|char_ram~41011_combout ), + .datad(\text_gen|char_ram~41013_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41014 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~41014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20413feeder ( +// Equation(s): +// \text_gen|char_ram~20413feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20413feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20413feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20413feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N3 +dffeas \text_gen|char_ram~20413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20413feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y21_N31 +dffeas \text_gen|char_ram~27581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13245feeder ( +// Equation(s): +// \text_gen|char_ram~13245feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13245feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y21_N23 +dffeas \text_gen|char_ram~13245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y21_N29 +dffeas \text_gen|char_ram~6077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40995 ( +// Equation(s): +// \text_gen|char_ram~40995_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13245_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6077_q +// ))))) + + .dataa(\text_gen|char_ram~13245_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6077_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40995 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40996 ( +// Equation(s): +// \text_gen|char_ram~40996_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40995_combout & ((\text_gen|char_ram~27581_q ))) # (!\text_gen|char_ram~40995_combout & (\text_gen|char_ram~20413_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40995_combout )))) + + .dataa(\text_gen|char_ram~20413_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27581_q ), + .datad(\text_gen|char_ram~40995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40996 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y36_N1 +dffeas \text_gen|char_ram~21309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y37_N13 +dffeas \text_gen|char_ram~28477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14141feeder ( +// Equation(s): +// \text_gen|char_ram~14141feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y34_N19 +dffeas \text_gen|char_ram~14141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y37_N19 +dffeas \text_gen|char_ram~6973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41002 ( +// Equation(s): +// \text_gen|char_ram~41002_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~14141_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6973_q +// ))))) + + .dataa(\text_gen|char_ram~14141_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6973_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41002 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41003 ( +// Equation(s): +// \text_gen|char_ram~41003_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41002_combout & ((\text_gen|char_ram~28477_q ))) # (!\text_gen|char_ram~41002_combout & (\text_gen|char_ram~21309_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41002_combout )))) + + .dataa(\text_gen|char_ram~21309_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28477_q ), + .datad(\text_gen|char_ram~41002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41003 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13693feeder ( +// Equation(s): +// \text_gen|char_ram~13693feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13693feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N9 +dffeas \text_gen|char_ram~13693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y40_N31 +dffeas \text_gen|char_ram~28029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20861feeder ( +// Equation(s): +// \text_gen|char_ram~20861feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20861feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20861feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20861feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N9 +dffeas \text_gen|char_ram~20861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20861feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y37_N11 +dffeas \text_gen|char_ram~6525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40997 ( +// Equation(s): +// \text_gen|char_ram~40997_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20861_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6525_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20861_q ), + .datac(\text_gen|char_ram~6525_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40997 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40998 ( +// Equation(s): +// \text_gen|char_ram~40998_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40997_combout & ((\text_gen|char_ram~28029_q ))) # (!\text_gen|char_ram~40997_combout & (\text_gen|char_ram~13693_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40997_combout )))) + + .dataa(\text_gen|char_ram~13693_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28029_q ), + .datad(\text_gen|char_ram~40997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40998 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12797feeder ( +// Equation(s): +// \text_gen|char_ram~12797feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12797feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12797feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12797feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y43_N5 +dffeas \text_gen|char_ram~12797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12797feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y40_N25 +dffeas \text_gen|char_ram~27133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y40_N7 +dffeas \text_gen|char_ram~19965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y37_N27 +dffeas \text_gen|char_ram~5629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40999 ( +// Equation(s): +// \text_gen|char_ram~40999_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19965_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5629_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19965_q ), + .datac(\text_gen|char_ram~5629_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40999 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41000 ( +// Equation(s): +// \text_gen|char_ram~41000_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40999_combout & ((\text_gen|char_ram~27133_q ))) # (!\text_gen|char_ram~40999_combout & (\text_gen|char_ram~12797_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40999_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12797_q ), + .datac(\text_gen|char_ram~27133_q ), + .datad(\text_gen|char_ram~40999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41000 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41001 ( +// Equation(s): +// \text_gen|char_ram~41001_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~40998_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~41000_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40998_combout ), + .datad(\text_gen|char_ram~41000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41001 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41004 ( +// Equation(s): +// \text_gen|char_ram~41004_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41001_combout & ((\text_gen|char_ram~41003_combout ))) # (!\text_gen|char_ram~41001_combout & (\text_gen|char_ram~40996_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41001_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40996_combout ), + .datac(\text_gen|char_ram~41003_combout ), + .datad(\text_gen|char_ram~41001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41004 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41015 ( +// Equation(s): +// \text_gen|char_ram~41015_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~41004_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41014_combout )))) + + .dataa(\text_gen|char_ram~41014_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41004_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41015 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~41015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41026 ( +// Equation(s): +// \text_gen|char_ram~41026_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41015_combout & ((\text_gen|char_ram~41025_combout ))) # (!\text_gen|char_ram~41015_combout & (\text_gen|char_ram~40994_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41015_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40994_combout ), + .datac(\text_gen|char_ram~41025_combout ), + .datad(\text_gen|char_ram~41015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41026 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21092feeder ( +// Equation(s): +// \text_gen|char_ram~21092feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y28_N21 +dffeas \text_gen|char_ram~21092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y28_N31 +dffeas \text_gen|char_ram~28260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y28_N15 +dffeas \text_gen|char_ram~6756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13924feeder ( +// Equation(s): +// \text_gen|char_ram~13924feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13924feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13924feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13924feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y32_N29 +dffeas \text_gen|char_ram~13924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13924feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41065 ( +// Equation(s): +// \text_gen|char_ram~41065_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13924_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~6756_q )))) + + .dataa(\text_gen|char_ram~6756_q ), + .datab(\text_gen|char_ram~13924_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41065 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~41065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41066 ( +// Equation(s): +// \text_gen|char_ram~41066_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41065_combout & ((\text_gen|char_ram~28260_q ))) # (!\text_gen|char_ram~41065_combout & (\text_gen|char_ram~21092_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41065_combout )))) + + .dataa(\text_gen|char_ram~21092_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28260_q ), + .datad(\text_gen|char_ram~41065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41066 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20196feeder ( +// Equation(s): +// \text_gen|char_ram~20196feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20196feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20196feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20196feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y21_N15 +dffeas \text_gen|char_ram~20196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20196feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y17_N31 +dffeas \text_gen|char_ram~27364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y17_N19 +dffeas \text_gen|char_ram~13028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y17_N17 +dffeas \text_gen|char_ram~5860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41058 ( +// Equation(s): +// \text_gen|char_ram~41058_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13028_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5860_q +// ))))) + + .dataa(\text_gen|char_ram~13028_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5860_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41058 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41059 ( +// Equation(s): +// \text_gen|char_ram~41059_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41058_combout & ((\text_gen|char_ram~27364_q ))) # (!\text_gen|char_ram~41058_combout & (\text_gen|char_ram~20196_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41058_combout )))) + + .dataa(\text_gen|char_ram~20196_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27364_q ), + .datad(\text_gen|char_ram~41058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41059 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y52_N25 +dffeas \text_gen|char_ram~27812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y52_N11 +dffeas \text_gen|char_ram~6308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y52_N31 +dffeas \text_gen|char_ram~13476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41060 ( +// Equation(s): +// \text_gen|char_ram~41060_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~13476_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6308_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~6308_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13476_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41060 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~41060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N7 +dffeas \text_gen|char_ram~20644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41061 ( +// Equation(s): +// \text_gen|char_ram~41061_combout = (\text_gen|char_ram~41060_combout & ((\text_gen|char_ram~27812_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41060_combout & (((\text_gen|char_ram~20644_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~27812_q ), + .datab(\text_gen|char_ram~41060_combout ), + .datac(\text_gen|char_ram~20644_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41061 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~41061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y39_N3 +dffeas \text_gen|char_ram~12580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y39_N21 +dffeas \text_gen|char_ram~26916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19748feeder ( +// Equation(s): +// \text_gen|char_ram~19748feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y39_N29 +dffeas \text_gen|char_ram~19748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y39_N19 +dffeas \text_gen|char_ram~5412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41062 ( +// Equation(s): +// \text_gen|char_ram~41062_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19748_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5412_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19748_q ), + .datac(\text_gen|char_ram~5412_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41062 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41063 ( +// Equation(s): +// \text_gen|char_ram~41063_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41062_combout & ((\text_gen|char_ram~26916_q ))) # (!\text_gen|char_ram~41062_combout & (\text_gen|char_ram~12580_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41062_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12580_q ), + .datac(\text_gen|char_ram~26916_q ), + .datad(\text_gen|char_ram~41062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41063 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41064 ( +// Equation(s): +// \text_gen|char_ram~41064_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~41061_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~41063_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41061_combout ), + .datad(\text_gen|char_ram~41063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41064 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41067 ( +// Equation(s): +// \text_gen|char_ram~41067_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41064_combout & (\text_gen|char_ram~41066_combout )) # (!\text_gen|char_ram~41064_combout & ((\text_gen|char_ram~41059_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41064_combout )))) + + .dataa(\text_gen|char_ram~41066_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41059_combout ), + .datad(\text_gen|char_ram~41064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41067 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26888feeder ( +// Equation(s): +// \text_gen|char_ram~26888feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26888feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26888feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26888feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y37_N9 +dffeas \text_gen|char_ram~26888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26888feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y41_N29 +dffeas \text_gen|char_ram~12552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y37_N29 +dffeas \text_gen|char_ram~5384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~19720feeder ( +// Equation(s): +// \text_gen|char_ram~19720feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y37_N19 +dffeas \text_gen|char_ram~19720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41031 ( +// Equation(s): +// \text_gen|char_ram~41031_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19720_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5384_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5384_q ), + .datad(\text_gen|char_ram~19720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41031 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41032 ( +// Equation(s): +// \text_gen|char_ram~41032_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41031_combout & (\text_gen|char_ram~26888_q )) # (!\text_gen|char_ram~41031_combout & ((\text_gen|char_ram~12552_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41031_combout )))) + + .dataa(\text_gen|char_ram~26888_q ), + .datab(\text_gen|char_ram~12552_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41031_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41032 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~41032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20168feeder ( +// Equation(s): +// \text_gen|char_ram~20168feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20168feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20168feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20168feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y21_N17 +dffeas \text_gen|char_ram~20168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20168feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y17_N27 +dffeas \text_gen|char_ram~13000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y21_N15 +dffeas \text_gen|char_ram~5832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41029 ( +// Equation(s): +// \text_gen|char_ram~41029_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13000_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5832_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13000_q ), + .datac(\text_gen|char_ram~5832_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41029 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y21_N25 +dffeas \text_gen|char_ram~27336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41030 ( +// Equation(s): +// \text_gen|char_ram~41030_combout = (\text_gen|char_ram~41029_combout & (((\text_gen|char_ram~27336_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41029_combout & (\text_gen|char_ram~20168_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20168_q ), + .datab(\text_gen|char_ram~41029_combout ), + .datac(\text_gen|char_ram~27336_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41030 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41033 ( +// Equation(s): +// \text_gen|char_ram~41033_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~41030_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~41032_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~41032_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~41030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41033 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~41033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y28_N29 +dffeas \text_gen|char_ram~13896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y28_N11 +dffeas \text_gen|char_ram~6728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41034 ( +// Equation(s): +// \text_gen|char_ram~41034_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13896_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6728_q +// ))))) + + .dataa(\text_gen|char_ram~13896_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6728_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41034 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y28_N25 +dffeas \text_gen|char_ram~28232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21064feeder ( +// Equation(s): +// \text_gen|char_ram~21064feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y30_N15 +dffeas \text_gen|char_ram~21064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41035 ( +// Equation(s): +// \text_gen|char_ram~41035_combout = (\text_gen|char_ram~41034_combout & (((\text_gen|char_ram~28232_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~41034_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21064_q )))) + + .dataa(\text_gen|char_ram~41034_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28232_q ), + .datad(\text_gen|char_ram~21064_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41035 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13448feeder ( +// Equation(s): +// \text_gen|char_ram~13448feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13448feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13448feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13448feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y55_N13 +dffeas \text_gen|char_ram~13448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13448feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y53_N21 +dffeas \text_gen|char_ram~27784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y50_N13 +dffeas \text_gen|char_ram~20616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y50_N19 +dffeas \text_gen|char_ram~6280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41027 ( +// Equation(s): +// \text_gen|char_ram~41027_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20616_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6280_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20616_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6280_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41027 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41028 ( +// Equation(s): +// \text_gen|char_ram~41028_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41027_combout & ((\text_gen|char_ram~27784_q ))) # (!\text_gen|char_ram~41027_combout & (\text_gen|char_ram~13448_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41027_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13448_q ), + .datac(\text_gen|char_ram~27784_q ), + .datad(\text_gen|char_ram~41027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41028 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41036 ( +// Equation(s): +// \text_gen|char_ram~41036_combout = (\text_gen|char_ram~41033_combout & (((\text_gen|char_ram~41035_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~41033_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41028_combout )))) + + .dataa(\text_gen|char_ram~41033_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41035_combout ), + .datad(\text_gen|char_ram~41028_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41036 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y31_N19 +dffeas \text_gen|char_ram~21085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y33_N5 +dffeas \text_gen|char_ram~28253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y34_N15 +dffeas \text_gen|char_ram~6749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y34_N9 +dffeas \text_gen|char_ram~13917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41044 ( +// Equation(s): +// \text_gen|char_ram~41044_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13917_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6749_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6749_q ), + .datad(\text_gen|char_ram~13917_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41044 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41045 ( +// Equation(s): +// \text_gen|char_ram~41045_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41044_combout & ((\text_gen|char_ram~28253_q ))) # (!\text_gen|char_ram~41044_combout & (\text_gen|char_ram~21085_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41044_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21085_q ), + .datac(\text_gen|char_ram~28253_q ), + .datad(\text_gen|char_ram~41044_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41045 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20189feeder ( +// Equation(s): +// \text_gen|char_ram~20189feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20189feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N19 +dffeas \text_gen|char_ram~20189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y17_N9 +dffeas \text_gen|char_ram~5853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13021feeder ( +// Equation(s): +// \text_gen|char_ram~13021feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13021feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N7 +dffeas \text_gen|char_ram~13021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41037 ( +// Equation(s): +// \text_gen|char_ram~41037_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13021_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5853_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5853_q ), + .datad(\text_gen|char_ram~13021_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41037 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y17_N7 +dffeas \text_gen|char_ram~27357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41038 ( +// Equation(s): +// \text_gen|char_ram~41038_combout = (\text_gen|char_ram~41037_combout & (((\text_gen|char_ram~27357_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41037_combout & (\text_gen|char_ram~20189_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20189_q ), + .datab(\text_gen|char_ram~41037_combout ), + .datac(\text_gen|char_ram~27357_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41038 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27805feeder ( +// Equation(s): +// \text_gen|char_ram~27805feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27805feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27805feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27805feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y52_N1 +dffeas \text_gen|char_ram~27805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27805feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y55_N21 +dffeas \text_gen|char_ram~20637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y55_N3 +dffeas \text_gen|char_ram~6301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y55_N21 +dffeas \text_gen|char_ram~13469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41039 ( +// Equation(s): +// \text_gen|char_ram~41039_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13469_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~6301_q )))) + + .dataa(\text_gen|char_ram~6301_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~13469_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41039 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~41039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41040 ( +// Equation(s): +// \text_gen|char_ram~41040_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41039_combout & (\text_gen|char_ram~27805_q )) # (!\text_gen|char_ram~41039_combout & ((\text_gen|char_ram~20637_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41039_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27805_q ), + .datac(\text_gen|char_ram~20637_q ), + .datad(\text_gen|char_ram~41039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41040 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26909feeder ( +// Equation(s): +// \text_gen|char_ram~26909feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26909feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26909feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26909feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y37_N11 +dffeas \text_gen|char_ram~26909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26909feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N3 +dffeas \text_gen|char_ram~5405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12573feeder ( +// Equation(s): +// \text_gen|char_ram~12573feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12573feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12573feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12573feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y43_N31 +dffeas \text_gen|char_ram~12573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12573feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41041 ( +// Equation(s): +// \text_gen|char_ram~41041_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~12573_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5405_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5405_q ), + .datad(\text_gen|char_ram~12573_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41041 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y41_N17 +dffeas \text_gen|char_ram~19741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41042 ( +// Equation(s): +// \text_gen|char_ram~41042_combout = (\text_gen|char_ram~41041_combout & ((\text_gen|char_ram~26909_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41041_combout & (((\text_gen|char_ram~19741_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~26909_q ), + .datab(\text_gen|char_ram~41041_combout ), + .datac(\text_gen|char_ram~19741_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41042 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~41042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41043 ( +// Equation(s): +// \text_gen|char_ram~41043_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~41040_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~41042_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~41040_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~41042_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41043 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~41043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41046 ( +// Equation(s): +// \text_gen|char_ram~41046_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41043_combout & (\text_gen|char_ram~41045_combout )) # (!\text_gen|char_ram~41043_combout & ((\text_gen|char_ram~41038_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41043_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~41045_combout ), + .datac(\text_gen|char_ram~41038_combout ), + .datad(\text_gen|char_ram~41043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41046 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y31_N13 +dffeas \text_gen|char_ram~6721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y31_N9 +dffeas \text_gen|char_ram~13889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41054 ( +// Equation(s): +// \text_gen|char_ram~41054_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13889_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6721_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6721_q ), + .datad(\text_gen|char_ram~13889_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41054 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y31_N27 +dffeas \text_gen|char_ram~28225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y8_N9 +dffeas \text_gen|char_ram~21057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41055 ( +// Equation(s): +// \text_gen|char_ram~41055_combout = (\text_gen|char_ram~41054_combout & (((\text_gen|char_ram~28225_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~41054_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~21057_q )))) + + .dataa(\text_gen|char_ram~41054_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28225_q ), + .datad(\text_gen|char_ram~21057_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41055 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y53_N7 +dffeas \text_gen|char_ram~13441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y53_N19 +dffeas \text_gen|char_ram~27777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y53_N11 +dffeas \text_gen|char_ram~6273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y55_N3 +dffeas \text_gen|char_ram~20609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41047 ( +// Equation(s): +// \text_gen|char_ram~41047_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20609_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6273_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6273_q ), + .datad(\text_gen|char_ram~20609_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41047 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41048 ( +// Equation(s): +// \text_gen|char_ram~41048_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41047_combout & ((\text_gen|char_ram~27777_q ))) # (!\text_gen|char_ram~41047_combout & (\text_gen|char_ram~13441_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41047_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13441_q ), + .datac(\text_gen|char_ram~27777_q ), + .datad(\text_gen|char_ram~41047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41048 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y41_N3 +dffeas \text_gen|char_ram~19713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y37_N3 +dffeas \text_gen|char_ram~5377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41051 ( +// Equation(s): +// \text_gen|char_ram~41051_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19713_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5377_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19713_q ), + .datac(\text_gen|char_ram~5377_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41051 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y44_N15 +dffeas \text_gen|char_ram~12545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y37_N19 +dffeas \text_gen|char_ram~26881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41052 ( +// Equation(s): +// \text_gen|char_ram~41052_combout = (\text_gen|char_ram~41051_combout & (((\text_gen|char_ram~26881_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~41051_combout & (\text_gen|char_ram~12545_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~41051_combout ), + .datab(\text_gen|char_ram~12545_q ), + .datac(\text_gen|char_ram~26881_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41052 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~41052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y14_N11 +dffeas \text_gen|char_ram~20161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y14_N29 +dffeas \text_gen|char_ram~27329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y14_N7 +dffeas \text_gen|char_ram~12993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y14_N21 +dffeas \text_gen|char_ram~5825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41049 ( +// Equation(s): +// \text_gen|char_ram~41049_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12993_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5825_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12993_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5825_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41049 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41050 ( +// Equation(s): +// \text_gen|char_ram~41050_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41049_combout & ((\text_gen|char_ram~27329_q ))) # (!\text_gen|char_ram~41049_combout & (\text_gen|char_ram~20161_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41049_combout )))) + + .dataa(\text_gen|char_ram~20161_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27329_q ), + .datad(\text_gen|char_ram~41049_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41050 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41053 ( +// Equation(s): +// \text_gen|char_ram~41053_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~41050_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~41052_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~41052_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~41050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41053 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~41053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41056 ( +// Equation(s): +// \text_gen|char_ram~41056_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41053_combout & (\text_gen|char_ram~41055_combout )) # (!\text_gen|char_ram~41053_combout & ((\text_gen|char_ram~41048_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41053_combout )))) + + .dataa(\text_gen|char_ram~41055_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41048_combout ), + .datad(\text_gen|char_ram~41053_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41056 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41057 ( +// Equation(s): +// \text_gen|char_ram~41057_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~41046_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~41056_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41046_combout ), + .datac(\text_gen|char_ram~41056_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41057 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41068 ( +// Equation(s): +// \text_gen|char_ram~41068_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41057_combout & (\text_gen|char_ram~41067_combout )) # (!\text_gen|char_ram~41057_combout & ((\text_gen|char_ram~41036_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41057_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~41067_combout ), + .datac(\text_gen|char_ram~41036_combout ), + .datad(\text_gen|char_ram~41057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41068 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41069 ( +// Equation(s): +// \text_gen|char_ram~41069_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~41026_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~41068_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~41026_combout ), + .datad(\text_gen|char_ram~41068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41069 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y52_N7 +dffeas \text_gen|char_ram~6392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y52_N19 +dffeas \text_gen|char_ram~6420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y39_N17 +dffeas \text_gen|char_ram~6385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y35_N25 +dffeas \text_gen|char_ram~6413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40963 ( +// Equation(s): +// \text_gen|char_ram~40963_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~6413_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6385_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6385_q ), + .datad(\text_gen|char_ram~6413_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40963 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40964 ( +// Equation(s): +// \text_gen|char_ram~40964_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40963_combout & ((\text_gen|char_ram~6420_q ))) # (!\text_gen|char_ram~40963_combout & (\text_gen|char_ram~6392_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40963_combout )))) + + .dataa(\text_gen|char_ram~6392_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6420_q ), + .datad(\text_gen|char_ram~40963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40964 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y32_N11 +dffeas \text_gen|char_ram~6861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y35_N15 +dffeas \text_gen|char_ram~6833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y39_N7 +dffeas \text_gen|char_ram~6840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40970 ( +// Equation(s): +// \text_gen|char_ram~40970_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~6840_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6833_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6833_q ), + .datad(\text_gen|char_ram~6840_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40970 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y35_N27 +dffeas \text_gen|char_ram~6868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40971 ( +// Equation(s): +// \text_gen|char_ram~40971_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40970_combout & ((\text_gen|char_ram~6868_q ))) # (!\text_gen|char_ram~40970_combout & (\text_gen|char_ram~6861_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40970_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6861_q ), + .datac(\text_gen|char_ram~40970_combout ), + .datad(\text_gen|char_ram~6868_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40971 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~40971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y40_N21 +dffeas \text_gen|char_ram~5496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y48_N23 +dffeas \text_gen|char_ram~5524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y40_N15 +dffeas \text_gen|char_ram~5489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y32_N9 +dffeas \text_gen|char_ram~5517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40967 ( +// Equation(s): +// \text_gen|char_ram~40967_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~5517_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5489_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5489_q ), + .datad(\text_gen|char_ram~5517_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40967 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40968 ( +// Equation(s): +// \text_gen|char_ram~40968_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40967_combout & ((\text_gen|char_ram~5524_q ))) # (!\text_gen|char_ram~40967_combout & (\text_gen|char_ram~5496_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40967_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~5496_q ), + .datac(\text_gen|char_ram~5524_q ), + .datad(\text_gen|char_ram~40967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40968 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~5965feeder ( +// Equation(s): +// \text_gen|char_ram~5965feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5965feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5965feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5965feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N9 +dffeas \text_gen|char_ram~5965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5965feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y32_N15 +dffeas \text_gen|char_ram~5972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y21_N17 +dffeas \text_gen|char_ram~5937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5944feeder ( +// Equation(s): +// \text_gen|char_ram~5944feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5944feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5944feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5944feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y25_N29 +dffeas \text_gen|char_ram~5944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5944feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40965 ( +// Equation(s): +// \text_gen|char_ram~40965_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5944_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5937_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5937_q ), + .datad(\text_gen|char_ram~5944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40965 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40966 ( +// Equation(s): +// \text_gen|char_ram~40966_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40965_combout & ((\text_gen|char_ram~5972_q ))) # (!\text_gen|char_ram~40965_combout & (\text_gen|char_ram~5965_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40965_combout )))) + + .dataa(\text_gen|char_ram~5965_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5972_q ), + .datad(\text_gen|char_ram~40965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40966 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40969 ( +// Equation(s): +// \text_gen|char_ram~40969_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~40966_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40968_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40968_combout ), + .datad(\text_gen|char_ram~40966_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40969 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40972 ( +// Equation(s): +// \text_gen|char_ram~40972_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40969_combout & ((\text_gen|char_ram~40971_combout ))) # (!\text_gen|char_ram~40969_combout & (\text_gen|char_ram~40964_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40969_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40964_combout ), + .datac(\text_gen|char_ram~40971_combout ), + .datad(\text_gen|char_ram~40969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40972 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y53_N31 +dffeas \text_gen|char_ram~20721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y55_N27 +dffeas \text_gen|char_ram~20749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40953 ( +// Equation(s): +// \text_gen|char_ram~40953_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~20749_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20721_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20721_q ), + .datad(\text_gen|char_ram~20749_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40953 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y52_N31 +dffeas \text_gen|char_ram~20756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20728feeder ( +// Equation(s): +// \text_gen|char_ram~20728feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20728feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y52_N11 +dffeas \text_gen|char_ram~20728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40954 ( +// Equation(s): +// \text_gen|char_ram~40954_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40953_combout & (\text_gen|char_ram~20756_q )) # (!\text_gen|char_ram~40953_combout & ((\text_gen|char_ram~20728_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~40953_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40953_combout ), + .datac(\text_gen|char_ram~20756_q ), + .datad(\text_gen|char_ram~20728_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40954 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y31_N25 +dffeas \text_gen|char_ram~21197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y31_N27 +dffeas \text_gen|char_ram~21204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y29_N19 +dffeas \text_gen|char_ram~21169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21176feeder ( +// Equation(s): +// \text_gen|char_ram~21176feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21176feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21176feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21176feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y32_N15 +dffeas \text_gen|char_ram~21176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21176feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40960 ( +// Equation(s): +// \text_gen|char_ram~40960_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~21176_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~21169_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21169_q ), + .datad(\text_gen|char_ram~21176_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40960 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40961 ( +// Equation(s): +// \text_gen|char_ram~40961_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40960_combout & ((\text_gen|char_ram~21204_q ))) # (!\text_gen|char_ram~40960_combout & (\text_gen|char_ram~21197_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40960_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~21197_q ), + .datac(\text_gen|char_ram~21204_q ), + .datad(\text_gen|char_ram~40960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40961 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19832feeder ( +// Equation(s): +// \text_gen|char_ram~19832feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19832feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19832feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19832feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N11 +dffeas \text_gen|char_ram~19832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19832feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y43_N15 +dffeas \text_gen|char_ram~19860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y41_N25 +dffeas \text_gen|char_ram~19825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19853feeder ( +// Equation(s): +// \text_gen|char_ram~19853feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19853feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19853feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19853feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y41_N23 +dffeas \text_gen|char_ram~19853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19853feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40957 ( +// Equation(s): +// \text_gen|char_ram~40957_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~19853_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19825_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19825_q ), + .datad(\text_gen|char_ram~19853_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40957 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40958 ( +// Equation(s): +// \text_gen|char_ram~40958_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40957_combout & ((\text_gen|char_ram~19860_q ))) # (!\text_gen|char_ram~40957_combout & (\text_gen|char_ram~19832_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40957_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19832_q ), + .datac(\text_gen|char_ram~19860_q ), + .datad(\text_gen|char_ram~40957_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40958 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20301feeder ( +// Equation(s): +// \text_gen|char_ram~20301feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20301feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20301feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20301feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N9 +dffeas \text_gen|char_ram~20301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20301feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y21_N9 +dffeas \text_gen|char_ram~20308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y25_N13 +dffeas \text_gen|char_ram~20273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y25_N15 +dffeas \text_gen|char_ram~20280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40955 ( +// Equation(s): +// \text_gen|char_ram~40955_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~20280_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20273_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20273_q ), + .datad(\text_gen|char_ram~20280_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40955 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40956 ( +// Equation(s): +// \text_gen|char_ram~40956_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40955_combout & ((\text_gen|char_ram~20308_q ))) # (!\text_gen|char_ram~40955_combout & (\text_gen|char_ram~20301_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40955_combout )))) + + .dataa(\text_gen|char_ram~20301_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20308_q ), + .datad(\text_gen|char_ram~40955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40956 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40959 ( +// Equation(s): +// \text_gen|char_ram~40959_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~40956_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~40958_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40958_combout ), + .datad(\text_gen|char_ram~40956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40959 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40962 ( +// Equation(s): +// \text_gen|char_ram~40962_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40959_combout & ((\text_gen|char_ram~40961_combout ))) # (!\text_gen|char_ram~40959_combout & (\text_gen|char_ram~40954_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40959_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40954_combout ), + .datac(\text_gen|char_ram~40961_combout ), + .datad(\text_gen|char_ram~40959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40962 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40973 ( +// Equation(s): +// \text_gen|char_ram~40973_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~40962_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~40972_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40972_combout ), + .datad(\text_gen|char_ram~40962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40973 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y17_N5 +dffeas \text_gen|char_ram~13133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y21_N7 +dffeas \text_gen|char_ram~13140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y17_N15 +dffeas \text_gen|char_ram~13105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13112feeder ( +// Equation(s): +// \text_gen|char_ram~13112feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~13112feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13112feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13112feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y17_N15 +dffeas \text_gen|char_ram~13112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13112feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40943 ( +// Equation(s): +// \text_gen|char_ram~40943_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13112_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13105_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13105_q ), + .datad(\text_gen|char_ram~13112_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40943 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40944 ( +// Equation(s): +// \text_gen|char_ram~40944_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40943_combout & ((\text_gen|char_ram~13140_q ))) # (!\text_gen|char_ram~40943_combout & (\text_gen|char_ram~13133_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40943_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13133_q ), + .datac(\text_gen|char_ram~13140_q ), + .datad(\text_gen|char_ram~40943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40944 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y36_N31 +dffeas \text_gen|char_ram~14029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y34_N9 +dffeas \text_gen|char_ram~14036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N11 +dffeas \text_gen|char_ram~14001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y32_N3 +dffeas \text_gen|char_ram~14008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40950 ( +// Equation(s): +// \text_gen|char_ram~40950_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~14008_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~14001_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14001_q ), + .datad(\text_gen|char_ram~14008_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40950 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40951 ( +// Equation(s): +// \text_gen|char_ram~40951_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40950_combout & ((\text_gen|char_ram~14036_q ))) # (!\text_gen|char_ram~40950_combout & (\text_gen|char_ram~14029_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40950_combout )))) + + .dataa(\text_gen|char_ram~14029_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14036_q ), + .datad(\text_gen|char_ram~40950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40951 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y45_N19 +dffeas \text_gen|char_ram~12664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y45_N13 +dffeas \text_gen|char_ram~12692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y45_N11 +dffeas \text_gen|char_ram~12657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N11 +dffeas \text_gen|char_ram~12685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40947 ( +// Equation(s): +// \text_gen|char_ram~40947_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12685_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12657_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12657_q ), + .datad(\text_gen|char_ram~12685_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40947 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40948 ( +// Equation(s): +// \text_gen|char_ram~40948_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40947_combout & ((\text_gen|char_ram~12692_q ))) # (!\text_gen|char_ram~40947_combout & (\text_gen|char_ram~12664_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40947_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12664_q ), + .datac(\text_gen|char_ram~12692_q ), + .datad(\text_gen|char_ram~40947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40948 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y52_N11 +dffeas \text_gen|char_ram~13560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y52_N9 +dffeas \text_gen|char_ram~13588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N25 +dffeas \text_gen|char_ram~13553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y36_N5 +dffeas \text_gen|char_ram~13581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40945 ( +// Equation(s): +// \text_gen|char_ram~40945_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13581_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13553_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13553_q ), + .datad(\text_gen|char_ram~13581_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40945 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40946 ( +// Equation(s): +// \text_gen|char_ram~40946_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40945_combout & ((\text_gen|char_ram~13588_q ))) # (!\text_gen|char_ram~40945_combout & (\text_gen|char_ram~13560_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40945_combout )))) + + .dataa(\text_gen|char_ram~13560_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13588_q ), + .datad(\text_gen|char_ram~40945_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40946 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40949 ( +// Equation(s): +// \text_gen|char_ram~40949_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~40946_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40948_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40948_combout ), + .datad(\text_gen|char_ram~40946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40949 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40952 ( +// Equation(s): +// \text_gen|char_ram~40952_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40949_combout & ((\text_gen|char_ram~40951_combout ))) # (!\text_gen|char_ram~40949_combout & (\text_gen|char_ram~40944_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40949_combout )))) + + .dataa(\text_gen|char_ram~40944_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40951_combout ), + .datad(\text_gen|char_ram~40949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40952 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~27000feeder ( +// Equation(s): +// \text_gen|char_ram~27000feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27000feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27000feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27000feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y44_N9 +dffeas \text_gen|char_ram~27000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27000feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y44_N31 +dffeas \text_gen|char_ram~27028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y45_N29 +dffeas \text_gen|char_ram~26993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26993 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27021feeder ( +// Equation(s): +// \text_gen|char_ram~27021feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27021feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y39_N23 +dffeas \text_gen|char_ram~27021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40978 ( +// Equation(s): +// \text_gen|char_ram~40978_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~27021_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~26993_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26993_q ), + .datad(\text_gen|char_ram~27021_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40978 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40979 ( +// Equation(s): +// \text_gen|char_ram~40979_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40978_combout & ((\text_gen|char_ram~27028_q ))) # (!\text_gen|char_ram~40978_combout & (\text_gen|char_ram~27000_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40978_combout )))) + + .dataa(\text_gen|char_ram~27000_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27028_q ), + .datad(\text_gen|char_ram~40978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40979 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y52_N1 +dffeas \text_gen|char_ram~27896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27896 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y52_N9 +dffeas \text_gen|char_ram~27924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27924 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y52_N21 +dffeas \text_gen|char_ram~27889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y48_N27 +dffeas \text_gen|char_ram~27917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40976 ( +// Equation(s): +// \text_gen|char_ram~40976_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~27917_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27889_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27889_q ), + .datad(\text_gen|char_ram~27917_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40976 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40977 ( +// Equation(s): +// \text_gen|char_ram~40977_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40976_combout & ((\text_gen|char_ram~27924_q ))) # (!\text_gen|char_ram~40976_combout & (\text_gen|char_ram~27896_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40976_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27896_q ), + .datac(\text_gen|char_ram~27924_q ), + .datad(\text_gen|char_ram~40976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40977 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40980 ( +// Equation(s): +// \text_gen|char_ram~40980_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~40977_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40979_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40979_combout ), + .datad(\text_gen|char_ram~40977_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40980 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27469feeder ( +// Equation(s): +// \text_gen|char_ram~27469feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~27469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27469feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N31 +dffeas \text_gen|char_ram~27469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y21_N27 +dffeas \text_gen|char_ram~27476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y21_N25 +dffeas \text_gen|char_ram~27441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y25_N17 +dffeas \text_gen|char_ram~27448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40974 ( +// Equation(s): +// \text_gen|char_ram~40974_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~27448_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27441_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27441_q ), + .datad(\text_gen|char_ram~27448_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40974 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40975 ( +// Equation(s): +// \text_gen|char_ram~40975_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40974_combout & ((\text_gen|char_ram~27476_q ))) # (!\text_gen|char_ram~40974_combout & (\text_gen|char_ram~27469_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40974_combout )))) + + .dataa(\text_gen|char_ram~27469_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27476_q ), + .datad(\text_gen|char_ram~40974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40975 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y33_N11 +dffeas \text_gen|char_ram~28365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y30_N15 +dffeas \text_gen|char_ram~28372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N19 +dffeas \text_gen|char_ram~28337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y30_N17 +dffeas \text_gen|char_ram~28344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40981 ( +// Equation(s): +// \text_gen|char_ram~40981_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~28344_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28337_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28337_q ), + .datad(\text_gen|char_ram~28344_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40981 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40982 ( +// Equation(s): +// \text_gen|char_ram~40982_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40981_combout & ((\text_gen|char_ram~28372_q ))) # (!\text_gen|char_ram~40981_combout & (\text_gen|char_ram~28365_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40981_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~28365_q ), + .datac(\text_gen|char_ram~28372_q ), + .datad(\text_gen|char_ram~40981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40982 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40983 ( +// Equation(s): +// \text_gen|char_ram~40983_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40980_combout & ((\text_gen|char_ram~40982_combout ))) # (!\text_gen|char_ram~40980_combout & (\text_gen|char_ram~40975_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40980_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40980_combout ), + .datac(\text_gen|char_ram~40975_combout ), + .datad(\text_gen|char_ram~40982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40983 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40984 ( +// Equation(s): +// \text_gen|char_ram~40984_combout = (\text_gen|char_ram~40973_combout & (((\text_gen|char_ram~40983_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~40973_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~40952_combout ))) + + .dataa(\text_gen|char_ram~40973_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40952_combout ), + .datad(\text_gen|char_ram~40983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40984 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~40984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N21 +dffeas \text_gen|char_ram~20952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y52_N23 +dffeas \text_gen|char_ram~20980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y59_N19 +dffeas \text_gen|char_ram~20945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y59_N17 +dffeas \text_gen|char_ram~20973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41070 ( +// Equation(s): +// \text_gen|char_ram~41070_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~20973_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20945_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20945_q ), + .datad(\text_gen|char_ram~20973_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41070 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41071 ( +// Equation(s): +// \text_gen|char_ram~41071_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41070_combout & ((\text_gen|char_ram~20980_q ))) # (!\text_gen|char_ram~41070_combout & (\text_gen|char_ram~20952_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41070_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20952_q ), + .datac(\text_gen|char_ram~20980_q ), + .datad(\text_gen|char_ram~41070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41071 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21421feeder ( +// Equation(s): +// \text_gen|char_ram~21421feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21421feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N15 +dffeas \text_gen|char_ram~21421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y33_N25 +dffeas \text_gen|char_ram~21428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y32_N27 +dffeas \text_gen|char_ram~21393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y32_N23 +dffeas \text_gen|char_ram~21400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41077 ( +// Equation(s): +// \text_gen|char_ram~41077_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~21400_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21393_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21393_q ), + .datad(\text_gen|char_ram~21400_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41077 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41078 ( +// Equation(s): +// \text_gen|char_ram~41078_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41077_combout & ((\text_gen|char_ram~21428_q ))) # (!\text_gen|char_ram~41077_combout & (\text_gen|char_ram~21421_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41077_combout )))) + + .dataa(\text_gen|char_ram~21421_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21428_q ), + .datad(\text_gen|char_ram~41077_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41078 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20056feeder ( +// Equation(s): +// \text_gen|char_ram~20056feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y33_N13 +dffeas \text_gen|char_ram~20056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y52_N13 +dffeas \text_gen|char_ram~20084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y41_N15 +dffeas \text_gen|char_ram~20077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y41_N9 +dffeas \text_gen|char_ram~20049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41074 ( +// Equation(s): +// \text_gen|char_ram~41074_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~20077_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~20049_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20077_q ), + .datac(\text_gen|char_ram~20049_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~41074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41074 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41075 ( +// Equation(s): +// \text_gen|char_ram~41075_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41074_combout & ((\text_gen|char_ram~20084_q ))) # (!\text_gen|char_ram~41074_combout & (\text_gen|char_ram~20056_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41074_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~20056_q ), + .datac(\text_gen|char_ram~20084_q ), + .datad(\text_gen|char_ram~41074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41075 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N1 +dffeas \text_gen|char_ram~20497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y21_N3 +dffeas \text_gen|char_ram~20504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41072 ( +// Equation(s): +// \text_gen|char_ram~41072_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~20504_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~20497_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20497_q ), + .datad(\text_gen|char_ram~20504_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41072 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y33_N3 +dffeas \text_gen|char_ram~20532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20525feeder ( +// Equation(s): +// \text_gen|char_ram~20525feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~20525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N13 +dffeas \text_gen|char_ram~20525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41073 ( +// Equation(s): +// \text_gen|char_ram~41073_combout = (\text_gen|char_ram~41072_combout & (((\text_gen|char_ram~20532_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~41072_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~20525_q )))) + + .dataa(\text_gen|char_ram~41072_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20532_q ), + .datad(\text_gen|char_ram~20525_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41073 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41076 ( +// Equation(s): +// \text_gen|char_ram~41076_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~41073_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~41075_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~41075_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~41073_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41076 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~41076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41079 ( +// Equation(s): +// \text_gen|char_ram~41079_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41076_combout & ((\text_gen|char_ram~41078_combout ))) # (!\text_gen|char_ram~41076_combout & (\text_gen|char_ram~41071_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41076_combout )))) + + .dataa(\text_gen|char_ram~41071_combout ), + .datab(\text_gen|char_ram~41078_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~41076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41079 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~41079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N9 +dffeas \text_gen|char_ram~27224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y45_N23 +dffeas \text_gen|char_ram~27252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y45_N5 +dffeas \text_gen|char_ram~27217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y45_N19 +dffeas \text_gen|char_ram~27245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41105 ( +// Equation(s): +// \text_gen|char_ram~41105_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~27245_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27217_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~27217_q ), + .datad(\text_gen|char_ram~27245_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41105 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41106 ( +// Equation(s): +// \text_gen|char_ram~41106_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41105_combout & ((\text_gen|char_ram~27252_q ))) # (!\text_gen|char_ram~41105_combout & (\text_gen|char_ram~27224_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41105_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~27224_q ), + .datac(\text_gen|char_ram~27252_q ), + .datad(\text_gen|char_ram~41105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41106 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N31 +dffeas \text_gen|char_ram~28120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N13 +dffeas \text_gen|char_ram~28148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N11 +dffeas \text_gen|char_ram~28113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y53_N27 +dffeas \text_gen|char_ram~28141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41103 ( +// Equation(s): +// \text_gen|char_ram~41103_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28141_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28113_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28113_q ), + .datad(\text_gen|char_ram~28141_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41103 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41104 ( +// Equation(s): +// \text_gen|char_ram~41104_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41103_combout & ((\text_gen|char_ram~28148_q ))) # (!\text_gen|char_ram~41103_combout & (\text_gen|char_ram~28120_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41103_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~28120_q ), + .datac(\text_gen|char_ram~28148_q ), + .datad(\text_gen|char_ram~41103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41104 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41107 ( +// Equation(s): +// \text_gen|char_ram~41107_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~41104_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~41106_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|char_ram~41106_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~41104_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41107 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~41107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y17_N15 +dffeas \text_gen|char_ram~27693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y21_N15 +dffeas \text_gen|char_ram~27700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N15 +dffeas \text_gen|char_ram~27665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y25_N1 +dffeas \text_gen|char_ram~27672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41101 ( +// Equation(s): +// \text_gen|char_ram~41101_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~27672_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~27665_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27665_q ), + .datac(\text_gen|char_ram~27672_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~41101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41101 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~41101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41102 ( +// Equation(s): +// \text_gen|char_ram~41102_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41101_combout & ((\text_gen|char_ram~27700_q ))) # (!\text_gen|char_ram~41101_combout & (\text_gen|char_ram~27693_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41101_combout )))) + + .dataa(\text_gen|char_ram~27693_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27700_q ), + .datad(\text_gen|char_ram~41101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41102 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y33_N19 +dffeas \text_gen|char_ram~28589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y27_N7 +dffeas \text_gen|char_ram~28596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y33_N3 +dffeas \text_gen|char_ram~28561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~28568feeder ( +// Equation(s): +// \text_gen|char_ram~28568feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~28568feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28568feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28568feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N23 +dffeas \text_gen|char_ram~28568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28568feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41108 ( +// Equation(s): +// \text_gen|char_ram~41108_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~28568_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28561_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28561_q ), + .datad(\text_gen|char_ram~28568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41108 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41109 ( +// Equation(s): +// \text_gen|char_ram~41109_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41108_combout & ((\text_gen|char_ram~28596_q ))) # (!\text_gen|char_ram~41108_combout & (\text_gen|char_ram~28589_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41108_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~28589_q ), + .datac(\text_gen|char_ram~28596_q ), + .datad(\text_gen|char_ram~41108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41109 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41110 ( +// Equation(s): +// \text_gen|char_ram~41110_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41107_combout & ((\text_gen|char_ram~41109_combout ))) # (!\text_gen|char_ram~41107_combout & (\text_gen|char_ram~41102_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~41107_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~41107_combout ), + .datac(\text_gen|char_ram~41102_combout ), + .datad(\text_gen|char_ram~41109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41110 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y52_N25 +dffeas \text_gen|char_ram~13784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y52_N9 +dffeas \text_gen|char_ram~13812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y53_N9 +dffeas \text_gen|char_ram~13777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y49_N15 +dffeas \text_gen|char_ram~13805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41082 ( +// Equation(s): +// \text_gen|char_ram~41082_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13805_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13777_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13777_q ), + .datad(\text_gen|char_ram~13805_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41082 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41083 ( +// Equation(s): +// \text_gen|char_ram~41083_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41082_combout & ((\text_gen|char_ram~13812_q ))) # (!\text_gen|char_ram~41082_combout & (\text_gen|char_ram~13784_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41082_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~13784_q ), + .datac(\text_gen|char_ram~13812_q ), + .datad(\text_gen|char_ram~41082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41083 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y50_N29 +dffeas \text_gen|char_ram~12888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y50_N11 +dffeas \text_gen|char_ram~12916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y47_N1 +dffeas \text_gen|char_ram~12909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y48_N1 +dffeas \text_gen|char_ram~12881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41084 ( +// Equation(s): +// \text_gen|char_ram~41084_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12909_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12881_q ))))) + + .dataa(\text_gen|char_ram~12909_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12881_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~41084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41084 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41085 ( +// Equation(s): +// \text_gen|char_ram~41085_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41084_combout & ((\text_gen|char_ram~12916_q ))) # (!\text_gen|char_ram~41084_combout & (\text_gen|char_ram~12888_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41084_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12888_q ), + .datac(\text_gen|char_ram~12916_q ), + .datad(\text_gen|char_ram~41084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41085 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41086 ( +// Equation(s): +// \text_gen|char_ram~41086_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~41083_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~41085_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41083_combout ), + .datad(\text_gen|char_ram~41085_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41086 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y34_N5 +dffeas \text_gen|char_ram~14253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y32_N9 +dffeas \text_gen|char_ram~14260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y34_N25 +dffeas \text_gen|char_ram~14225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y35_N17 +dffeas \text_gen|char_ram~14232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41087 ( +// Equation(s): +// \text_gen|char_ram~41087_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~14232_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14225_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14225_q ), + .datad(\text_gen|char_ram~14232_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41087 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41088 ( +// Equation(s): +// \text_gen|char_ram~41088_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41087_combout & ((\text_gen|char_ram~14260_q ))) # (!\text_gen|char_ram~41087_combout & (\text_gen|char_ram~14253_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41087_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14253_q ), + .datac(\text_gen|char_ram~14260_q ), + .datad(\text_gen|char_ram~41087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41088 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N7 +dffeas \text_gen|char_ram~13357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y17_N27 +dffeas \text_gen|char_ram~13364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y13_N3 +dffeas \text_gen|char_ram~13329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y13_N29 +dffeas \text_gen|char_ram~13336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41080 ( +// Equation(s): +// \text_gen|char_ram~41080_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~13336_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13329_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13329_q ), + .datad(\text_gen|char_ram~13336_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41080 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41081 ( +// Equation(s): +// \text_gen|char_ram~41081_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41080_combout & ((\text_gen|char_ram~13364_q ))) # (!\text_gen|char_ram~41080_combout & (\text_gen|char_ram~13357_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41080_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13357_q ), + .datac(\text_gen|char_ram~13364_q ), + .datad(\text_gen|char_ram~41080_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41081 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41089 ( +// Equation(s): +// \text_gen|char_ram~41089_combout = (\text_gen|char_ram~41086_combout & (((\text_gen|char_ram~41088_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~41086_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41081_combout )))) + + .dataa(\text_gen|char_ram~41086_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41088_combout ), + .datad(\text_gen|char_ram~41081_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41089 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N3 +dffeas \text_gen|char_ram~7085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y52_N31 +dffeas \text_gen|char_ram~7092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y37_N13 +dffeas \text_gen|char_ram~7064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y37_N15 +dffeas \text_gen|char_ram~7057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41097 ( +// Equation(s): +// \text_gen|char_ram~41097_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~7064_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~7057_q ))))) + + .dataa(\text_gen|char_ram~7064_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7057_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~41097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41097 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41098 ( +// Equation(s): +// \text_gen|char_ram~41098_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41097_combout & ((\text_gen|char_ram~7092_q ))) # (!\text_gen|char_ram~41097_combout & (\text_gen|char_ram~7085_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41097_combout )))) + + .dataa(\text_gen|char_ram~7085_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7092_q ), + .datad(\text_gen|char_ram~41097_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41098 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y56_N10 +cycloneiv_lcell_comb \text_gen|char_ram~6616feeder ( +// Equation(s): +// \text_gen|char_ram~6616feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~6616feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6616feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6616feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y56_N11 +dffeas \text_gen|char_ram~6616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6616feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y52_N13 +dffeas \text_gen|char_ram~6644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y52_N31 +dffeas \text_gen|char_ram~6609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y52_N19 +dffeas \text_gen|char_ram~6637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41090 ( +// Equation(s): +// \text_gen|char_ram~41090_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~6637_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~6609_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6609_q ), + .datad(\text_gen|char_ram~6637_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41090 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41091 ( +// Equation(s): +// \text_gen|char_ram~41091_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~41090_combout & ((\text_gen|char_ram~6644_q ))) # (!\text_gen|char_ram~41090_combout & (\text_gen|char_ram~6616_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~41090_combout )))) + + .dataa(\text_gen|char_ram~6616_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6644_q ), + .datad(\text_gen|char_ram~41090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41091 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y41_N17 +dffeas \text_gen|char_ram~5713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N19 +dffeas \text_gen|char_ram~5741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41094 ( +// Equation(s): +// \text_gen|char_ram~41094_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~5741_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5713_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5713_q ), + .datad(\text_gen|char_ram~5741_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41094 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y40_N27 +dffeas \text_gen|char_ram~5748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y41_N25 +dffeas \text_gen|char_ram~5720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41095 ( +// Equation(s): +// \text_gen|char_ram~41095_combout = (\text_gen|char_ram~41094_combout & (((\text_gen|char_ram~5748_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~41094_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~5720_q )))) + + .dataa(\text_gen|char_ram~41094_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5748_q ), + .datad(\text_gen|char_ram~5720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41095 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y22_N31 +dffeas \text_gen|char_ram~6168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N13 +dffeas \text_gen|char_ram~6161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41092 ( +// Equation(s): +// \text_gen|char_ram~41092_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~6168_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~6161_q ))))) + + .dataa(\text_gen|char_ram~6168_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6161_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~41092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41092 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y21_N7 +dffeas \text_gen|char_ram~6196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y17_N21 +dffeas \text_gen|char_ram~6189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41093 ( +// Equation(s): +// \text_gen|char_ram~41093_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41092_combout & (\text_gen|char_ram~6196_q )) # (!\text_gen|char_ram~41092_combout & ((\text_gen|char_ram~6189_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~41092_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~41092_combout ), + .datac(\text_gen|char_ram~6196_q ), + .datad(\text_gen|char_ram~6189_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41093 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41096 ( +// Equation(s): +// \text_gen|char_ram~41096_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~41093_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~41095_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~41095_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~41093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41096 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~41096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41099 ( +// Equation(s): +// \text_gen|char_ram~41099_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41096_combout & (\text_gen|char_ram~41098_combout )) # (!\text_gen|char_ram~41096_combout & ((\text_gen|char_ram~41091_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41096_combout )))) + + .dataa(\text_gen|char_ram~41098_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41091_combout ), + .datad(\text_gen|char_ram~41096_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41099 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41100 ( +// Equation(s): +// \text_gen|char_ram~41100_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41089_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41099_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41089_combout ), + .datad(\text_gen|char_ram~41099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41100 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41111 ( +// Equation(s): +// \text_gen|char_ram~41111_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41100_combout & ((\text_gen|char_ram~41110_combout ))) # (!\text_gen|char_ram~41100_combout & (\text_gen|char_ram~41079_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41100_combout )))) + + .dataa(\text_gen|char_ram~41079_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~41110_combout ), + .datad(\text_gen|char_ram~41100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41111 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41112 ( +// Equation(s): +// \text_gen|char_ram~41112_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~41069_combout & ((\text_gen|char_ram~41111_combout ))) # (!\text_gen|char_ram~41069_combout & (\text_gen|char_ram~40984_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~41069_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~41069_combout ), + .datac(\text_gen|char_ram~40984_combout ), + .datad(\text_gen|char_ram~41111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41112 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y36_N5 +dffeas \text_gen|char_ram~9640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y36_N19 +dffeas \text_gen|char_ram~9192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9192 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40601 ( +// Equation(s): +// \text_gen|char_ram~40601_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~9640_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~9192_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~9640_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9192_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40601 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y36_N15 +dffeas \text_gen|char_ram~10536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10088feeder ( +// Equation(s): +// \text_gen|char_ram~10088feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10088feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10088feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10088feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y47_N19 +dffeas \text_gen|char_ram~10088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10088feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40602 ( +// Equation(s): +// \text_gen|char_ram~40602_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40601_combout & (\text_gen|char_ram~10536_q )) # (!\text_gen|char_ram~40601_combout & ((\text_gen|char_ram~10088_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40601_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40601_combout ), + .datac(\text_gen|char_ram~10536_q ), + .datad(\text_gen|char_ram~10088_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40602 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9864feeder ( +// Equation(s): +// \text_gen|char_ram~9864feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9864feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9864feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9864feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N25 +dffeas \text_gen|char_ram~9864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9864feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9864 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y28_N3 +dffeas \text_gen|char_ram~10312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y17_N5 +dffeas \text_gen|char_ram~9416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8968feeder ( +// Equation(s): +// \text_gen|char_ram~8968feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8968feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8968feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8968feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y41_N27 +dffeas \text_gen|char_ram~8968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8968feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40603 ( +// Equation(s): +// \text_gen|char_ram~40603_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~9416_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~8968_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9416_q ), + .datad(\text_gen|char_ram~8968_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40603 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40604 ( +// Equation(s): +// \text_gen|char_ram~40604_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40603_combout & ((\text_gen|char_ram~10312_q ))) # (!\text_gen|char_ram~40603_combout & (\text_gen|char_ram~9864_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40603_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~9864_q ), + .datac(\text_gen|char_ram~10312_q ), + .datad(\text_gen|char_ram~40603_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40604 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40605 ( +// Equation(s): +// \text_gen|char_ram~40605_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~40602_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~40604_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40602_combout ), + .datad(\text_gen|char_ram~40604_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40605 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y12_N23 +dffeas \text_gen|char_ram~9752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y32_N29 +dffeas \text_gen|char_ram~10648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y41_N27 +dffeas \text_gen|char_ram~10200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y41_N13 +dffeas \text_gen|char_ram~9304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40606 ( +// Equation(s): +// \text_gen|char_ram~40606_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~10200_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~9304_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~10200_q ), + .datac(\text_gen|char_ram~9304_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40606 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40607 ( +// Equation(s): +// \text_gen|char_ram~40607_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40606_combout & ((\text_gen|char_ram~10648_q ))) # (!\text_gen|char_ram~40606_combout & (\text_gen|char_ram~9752_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40606_combout )))) + + .dataa(\text_gen|char_ram~9752_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10648_q ), + .datad(\text_gen|char_ram~40606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40607 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y32_N21 +dffeas \text_gen|char_ram~10424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y20_N29 +dffeas \text_gen|char_ram~9528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y43_N5 +dffeas \text_gen|char_ram~9080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y60_N25 +dffeas \text_gen|char_ram~9976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9976 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40599 ( +// Equation(s): +// \text_gen|char_ram~40599_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~9976_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9080_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9080_q ), + .datad(\text_gen|char_ram~9976_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40599 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40600 ( +// Equation(s): +// \text_gen|char_ram~40600_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40599_combout & (\text_gen|char_ram~10424_q )) # (!\text_gen|char_ram~40599_combout & ((\text_gen|char_ram~9528_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40599_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~10424_q ), + .datac(\text_gen|char_ram~9528_q ), + .datad(\text_gen|char_ram~40599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40600 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40608 ( +// Equation(s): +// \text_gen|char_ram~40608_combout = (\text_gen|char_ram~40605_combout & ((\text_gen|char_ram~40607_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~40605_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~40600_combout )))) + + .dataa(\text_gen|char_ram~40605_combout ), + .datab(\text_gen|char_ram~40607_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~40600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40608 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~40608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9780feeder ( +// Equation(s): +// \text_gen|char_ram~9780feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9780feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9780feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9780feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y20_N19 +dffeas \text_gen|char_ram~9780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9780feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y32_N13 +dffeas \text_gen|char_ram~10676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y39_N27 +dffeas \text_gen|char_ram~9332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9332 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10228feeder ( +// Equation(s): +// \text_gen|char_ram~10228feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10228feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y39_N19 +dffeas \text_gen|char_ram~10228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40637 ( +// Equation(s): +// \text_gen|char_ram~40637_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~10228_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9332_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9332_q ), + .datad(\text_gen|char_ram~10228_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40637 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40638 ( +// Equation(s): +// \text_gen|char_ram~40638_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40637_combout & ((\text_gen|char_ram~10676_q ))) # (!\text_gen|char_ram~40637_combout & (\text_gen|char_ram~9780_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40637_combout )))) + + .dataa(\text_gen|char_ram~9780_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10676_q ), + .datad(\text_gen|char_ram~40637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40638 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9556feeder ( +// Equation(s): +// \text_gen|char_ram~9556feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y24_N5 +dffeas \text_gen|char_ram~9556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y32_N11 +dffeas \text_gen|char_ram~10452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y39_N19 +dffeas \text_gen|char_ram~9108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y47_N9 +dffeas \text_gen|char_ram~10004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40632 ( +// Equation(s): +// \text_gen|char_ram~40632_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~10004_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9108_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9108_q ), + .datad(\text_gen|char_ram~10004_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40632 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40633 ( +// Equation(s): +// \text_gen|char_ram~40633_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40632_combout & ((\text_gen|char_ram~10452_q ))) # (!\text_gen|char_ram~40632_combout & (\text_gen|char_ram~9556_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40632_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9556_q ), + .datac(\text_gen|char_ram~10452_q ), + .datad(\text_gen|char_ram~40632_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40633 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~9892feeder ( +// Equation(s): +// \text_gen|char_ram~9892feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9892feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9892feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9892feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y33_N7 +dffeas \text_gen|char_ram~9892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9892feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y32_N23 +dffeas \text_gen|char_ram~10340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y39_N29 +dffeas \text_gen|char_ram~8996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y20_N9 +dffeas \text_gen|char_ram~9444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40634 ( +// Equation(s): +// \text_gen|char_ram~40634_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~9444_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~8996_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8996_q ), + .datad(\text_gen|char_ram~9444_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40634 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40635 ( +// Equation(s): +// \text_gen|char_ram~40635_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40634_combout & ((\text_gen|char_ram~10340_q ))) # (!\text_gen|char_ram~40634_combout & (\text_gen|char_ram~9892_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40634_combout )))) + + .dataa(\text_gen|char_ram~9892_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10340_q ), + .datad(\text_gen|char_ram~40634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40635 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40636 ( +// Equation(s): +// \text_gen|char_ram~40636_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40633_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~40635_combout )))) + + .dataa(\text_gen|char_ram~40633_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40636 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~40636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y42_N25 +dffeas \text_gen|char_ram~10116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y36_N15 +dffeas \text_gen|char_ram~10564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y21_N23 +dffeas \text_gen|char_ram~9668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N19 +dffeas \text_gen|char_ram~9220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40630 ( +// Equation(s): +// \text_gen|char_ram~40630_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~9668_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~9220_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9668_q ), + .datac(\text_gen|char_ram~9220_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40630 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40631 ( +// Equation(s): +// \text_gen|char_ram~40631_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40630_combout & ((\text_gen|char_ram~10564_q ))) # (!\text_gen|char_ram~40630_combout & (\text_gen|char_ram~10116_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40630_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10116_q ), + .datac(\text_gen|char_ram~10564_q ), + .datad(\text_gen|char_ram~40630_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40631 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40639 ( +// Equation(s): +// \text_gen|char_ram~40639_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40636_combout & (\text_gen|char_ram~40638_combout )) # (!\text_gen|char_ram~40636_combout & ((\text_gen|char_ram~40631_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40636_combout )))) + + .dataa(\text_gen|char_ram~40638_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40636_combout ), + .datad(\text_gen|char_ram~40631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40639 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y39_N25 +dffeas \text_gen|char_ram~9549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y39_N23 +dffeas \text_gen|char_ram~10445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10445 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9101feeder ( +// Equation(s): +// \text_gen|char_ram~9101feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N27 +dffeas \text_gen|char_ram~9101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y39_N29 +dffeas \text_gen|char_ram~9997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40611 ( +// Equation(s): +// \text_gen|char_ram~40611_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~9997_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9101_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9101_q ), + .datac(\text_gen|char_ram~9997_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40611 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~40611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40612 ( +// Equation(s): +// \text_gen|char_ram~40612_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40611_combout & ((\text_gen|char_ram~10445_q ))) # (!\text_gen|char_ram~40611_combout & (\text_gen|char_ram~9549_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40611_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9549_q ), + .datac(\text_gen|char_ram~10445_q ), + .datad(\text_gen|char_ram~40611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40612 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N25 +dffeas \text_gen|char_ram~9885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y35_N5 +dffeas \text_gen|char_ram~10333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y39_N17 +dffeas \text_gen|char_ram~8989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8989 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9437feeder ( +// Equation(s): +// \text_gen|char_ram~9437feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y36_N11 +dffeas \text_gen|char_ram~9437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40613 ( +// Equation(s): +// \text_gen|char_ram~40613_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~9437_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~8989_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8989_q ), + .datad(\text_gen|char_ram~9437_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40613 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40614 ( +// Equation(s): +// \text_gen|char_ram~40614_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40613_combout & ((\text_gen|char_ram~10333_q ))) # (!\text_gen|char_ram~40613_combout & (\text_gen|char_ram~9885_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40613_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~9885_q ), + .datac(\text_gen|char_ram~10333_q ), + .datad(\text_gen|char_ram~40613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40614 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40615 ( +// Equation(s): +// \text_gen|char_ram~40615_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40612_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~40614_combout )))) + + .dataa(\text_gen|char_ram~40612_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40615 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~40615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y42_N21 +dffeas \text_gen|char_ram~9773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y42_N27 +dffeas \text_gen|char_ram~10669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y39_N7 +dffeas \text_gen|char_ram~9325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y57_N11 +dffeas \text_gen|char_ram~10221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40616 ( +// Equation(s): +// \text_gen|char_ram~40616_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~10221_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9325_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9325_q ), + .datad(\text_gen|char_ram~10221_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40616 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40617 ( +// Equation(s): +// \text_gen|char_ram~40617_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40616_combout & ((\text_gen|char_ram~10669_q ))) # (!\text_gen|char_ram~40616_combout & (\text_gen|char_ram~9773_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40616_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9773_q ), + .datac(\text_gen|char_ram~10669_q ), + .datad(\text_gen|char_ram~40616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40617 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y42_N21 +dffeas \text_gen|char_ram~10109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y39_N13 +dffeas \text_gen|char_ram~10557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9661feeder ( +// Equation(s): +// \text_gen|char_ram~9661feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9661feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9661feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9661feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y36_N5 +dffeas \text_gen|char_ram~9661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9661feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y39_N3 +dffeas \text_gen|char_ram~9213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40609 ( +// Equation(s): +// \text_gen|char_ram~40609_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~9661_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~9213_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9661_q ), + .datac(\text_gen|char_ram~9213_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40609 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40610 ( +// Equation(s): +// \text_gen|char_ram~40610_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40609_combout & ((\text_gen|char_ram~10557_q ))) # (!\text_gen|char_ram~40609_combout & (\text_gen|char_ram~10109_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40609_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10109_q ), + .datac(\text_gen|char_ram~10557_q ), + .datad(\text_gen|char_ram~40609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40610 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40618 ( +// Equation(s): +// \text_gen|char_ram~40618_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40615_combout & (\text_gen|char_ram~40617_combout )) # (!\text_gen|char_ram~40615_combout & ((\text_gen|char_ram~40610_combout ))))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~40615_combout )) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40615_combout ), + .datac(\text_gen|char_ram~40617_combout ), + .datad(\text_gen|char_ram~40610_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40618 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9521feeder ( +// Equation(s): +// \text_gen|char_ram~9521feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9521feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9521feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9521feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y28_N17 +dffeas \text_gen|char_ram~9521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9521feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y34_N5 +dffeas \text_gen|char_ram~10417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y41_N1 +dffeas \text_gen|char_ram~9073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9969feeder ( +// Equation(s): +// \text_gen|char_ram~9969feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y61_N5 +dffeas \text_gen|char_ram~9969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40619 ( +// Equation(s): +// \text_gen|char_ram~40619_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~9969_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9073_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9073_q ), + .datad(\text_gen|char_ram~9969_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40619 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40620 ( +// Equation(s): +// \text_gen|char_ram~40620_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40619_combout & ((\text_gen|char_ram~10417_q ))) # (!\text_gen|char_ram~40619_combout & (\text_gen|char_ram~9521_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40619_combout )))) + + .dataa(\text_gen|char_ram~9521_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10417_q ), + .datad(\text_gen|char_ram~40619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40620 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9745feeder ( +// Equation(s): +// \text_gen|char_ram~9745feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9745feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9745feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9745feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y13_N27 +dffeas \text_gen|char_ram~9745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9745feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y34_N27 +dffeas \text_gen|char_ram~10641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y40_N1 +dffeas \text_gen|char_ram~9297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y61_N19 +dffeas \text_gen|char_ram~10193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40626 ( +// Equation(s): +// \text_gen|char_ram~40626_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~10193_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~9297_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9297_q ), + .datad(\text_gen|char_ram~10193_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40626 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40627 ( +// Equation(s): +// \text_gen|char_ram~40627_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40626_combout & ((\text_gen|char_ram~10641_q ))) # (!\text_gen|char_ram~40626_combout & (\text_gen|char_ram~9745_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40626_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~9745_q ), + .datac(\text_gen|char_ram~10641_q ), + .datad(\text_gen|char_ram~40626_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40627 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y61_N29 +dffeas \text_gen|char_ram~9857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y31_N31 +dffeas \text_gen|char_ram~10305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y41_N7 +dffeas \text_gen|char_ram~8961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9409feeder ( +// Equation(s): +// \text_gen|char_ram~9409feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9409feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9409feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9409feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y13_N13 +dffeas \text_gen|char_ram~9409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9409feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40623 ( +// Equation(s): +// \text_gen|char_ram~40623_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~9409_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~8961_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8961_q ), + .datad(\text_gen|char_ram~9409_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40623 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40624 ( +// Equation(s): +// \text_gen|char_ram~40624_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40623_combout & ((\text_gen|char_ram~10305_q ))) # (!\text_gen|char_ram~40623_combout & (\text_gen|char_ram~9857_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40623_combout )))) + + .dataa(\text_gen|char_ram~9857_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10305_q ), + .datad(\text_gen|char_ram~40623_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40624 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y42_N7 +dffeas \text_gen|char_ram~10081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y36_N25 +dffeas \text_gen|char_ram~10529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y40_N15 +dffeas \text_gen|char_ram~9185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9633feeder ( +// Equation(s): +// \text_gen|char_ram~9633feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~9633feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9633feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9633feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y22_N17 +dffeas \text_gen|char_ram~9633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9633feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40621 ( +// Equation(s): +// \text_gen|char_ram~40621_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~9633_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9185_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9185_q ), + .datad(\text_gen|char_ram~9633_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40621 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40622 ( +// Equation(s): +// \text_gen|char_ram~40622_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40621_combout & ((\text_gen|char_ram~10529_q ))) # (!\text_gen|char_ram~40621_combout & (\text_gen|char_ram~10081_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40621_combout )))) + + .dataa(\text_gen|char_ram~10081_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10529_q ), + .datad(\text_gen|char_ram~40621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40622 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40625 ( +// Equation(s): +// \text_gen|char_ram~40625_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~40622_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~40624_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40624_combout ), + .datad(\text_gen|char_ram~40622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40625 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40628 ( +// Equation(s): +// \text_gen|char_ram~40628_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40625_combout & ((\text_gen|char_ram~40627_combout ))) # (!\text_gen|char_ram~40625_combout & (\text_gen|char_ram~40620_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40625_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40620_combout ), + .datac(\text_gen|char_ram~40627_combout ), + .datad(\text_gen|char_ram~40625_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40628 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40629 ( +// Equation(s): +// \text_gen|char_ram~40629_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~40618_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~40628_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~40618_combout ), + .datad(\text_gen|char_ram~40628_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40629 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40640 ( +// Equation(s): +// \text_gen|char_ram~40640_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40629_combout & ((\text_gen|char_ram~40639_combout ))) # (!\text_gen|char_ram~40629_combout & (\text_gen|char_ram~40608_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40629_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40608_combout ), + .datac(\text_gen|char_ram~40639_combout ), + .datad(\text_gen|char_ram~40629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40640 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y20_N11 +dffeas \text_gen|char_ram~24088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y40_N23 +dffeas \text_gen|char_ram~23640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40736 ( +// Equation(s): +// \text_gen|char_ram~40736_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~24088_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~23640_q +// ))))) + + .dataa(\text_gen|char_ram~24088_q ), + .datab(\text_gen|char_ram~23640_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40736 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~40736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y31_N9 +dffeas \text_gen|char_ram~24984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y54_N19 +dffeas \text_gen|char_ram~24536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40737 ( +// Equation(s): +// \text_gen|char_ram~40737_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40736_combout & (\text_gen|char_ram~24984_q )) # (!\text_gen|char_ram~40736_combout & ((\text_gen|char_ram~24536_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40736_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40736_combout ), + .datac(\text_gen|char_ram~24984_q ), + .datad(\text_gen|char_ram~24536_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40737 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23976feeder ( +// Equation(s): +// \text_gen|char_ram~23976feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23976feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23976feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23976feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N17 +dffeas \text_gen|char_ram~23976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23976feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y26_N7 +dffeas \text_gen|char_ram~24424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y30_N29 +dffeas \text_gen|char_ram~23528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40729 ( +// Equation(s): +// \text_gen|char_ram~40729_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~24424_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~23528_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24424_q ), + .datac(\text_gen|char_ram~23528_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40729 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y30_N7 +dffeas \text_gen|char_ram~24872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40730 ( +// Equation(s): +// \text_gen|char_ram~40730_combout = (\text_gen|char_ram~40729_combout & (((\text_gen|char_ram~24872_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~40729_combout & (\text_gen|char_ram~23976_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~23976_q ), + .datab(\text_gen|char_ram~40729_combout ), + .datac(\text_gen|char_ram~24872_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40730 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y23_N13 +dffeas \text_gen|char_ram~23752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y23_N7 +dffeas \text_gen|char_ram~24648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y38_N21 +dffeas \text_gen|char_ram~23304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y57_N23 +dffeas \text_gen|char_ram~24200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40733 ( +// Equation(s): +// \text_gen|char_ram~40733_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~24200_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23304_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23304_q ), + .datad(\text_gen|char_ram~24200_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40733 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40734 ( +// Equation(s): +// \text_gen|char_ram~40734_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40733_combout & ((\text_gen|char_ram~24648_q ))) # (!\text_gen|char_ram~40733_combout & (\text_gen|char_ram~23752_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40733_combout )))) + + .dataa(\text_gen|char_ram~23752_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24648_q ), + .datad(\text_gen|char_ram~40733_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40734 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y40_N17 +dffeas \text_gen|char_ram~23416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23864feeder ( +// Equation(s): +// \text_gen|char_ram~23864feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23864feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23864feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23864feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N11 +dffeas \text_gen|char_ram~23864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23864feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40731 ( +// Equation(s): +// \text_gen|char_ram~40731_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~23864_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~23416_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23416_q ), + .datad(\text_gen|char_ram~23864_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40731 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y24_N3 +dffeas \text_gen|char_ram~24760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24312feeder ( +// Equation(s): +// \text_gen|char_ram~24312feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y43_N19 +dffeas \text_gen|char_ram~24312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40732 ( +// Equation(s): +// \text_gen|char_ram~40732_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40731_combout & (\text_gen|char_ram~24760_q )) # (!\text_gen|char_ram~40731_combout & ((\text_gen|char_ram~24312_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40731_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40731_combout ), + .datac(\text_gen|char_ram~24760_q ), + .datad(\text_gen|char_ram~24312_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40732 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40735 ( +// Equation(s): +// \text_gen|char_ram~40735_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~40732_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~40734_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40734_combout ), + .datad(\text_gen|char_ram~40732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40735 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40738 ( +// Equation(s): +// \text_gen|char_ram~40738_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40735_combout & (\text_gen|char_ram~40737_combout )) # (!\text_gen|char_ram~40735_combout & ((\text_gen|char_ram~40730_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40735_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40737_combout ), + .datac(\text_gen|char_ram~40730_combout ), + .datad(\text_gen|char_ram~40735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40738 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24004feeder ( +// Equation(s): +// \text_gen|char_ram~24004feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24004feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N23 +dffeas \text_gen|char_ram~24004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y20_N25 +dffeas \text_gen|char_ram~24116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y20_N7 +dffeas \text_gen|char_ram~23780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y20_N29 +dffeas \text_gen|char_ram~23892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40760 ( +// Equation(s): +// \text_gen|char_ram~40760_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~23892_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~23780_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~23780_q ), + .datad(\text_gen|char_ram~23892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40760 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40761 ( +// Equation(s): +// \text_gen|char_ram~40761_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40760_combout & ((\text_gen|char_ram~24116_q ))) # (!\text_gen|char_ram~40760_combout & (\text_gen|char_ram~24004_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40760_combout )))) + + .dataa(\text_gen|char_ram~24004_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24116_q ), + .datad(\text_gen|char_ram~40760_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40761 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~24900feeder ( +// Equation(s): +// \text_gen|char_ram~24900feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24900feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24900feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24900feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y37_N13 +dffeas \text_gen|char_ram~24900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24900feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y31_N5 +dffeas \text_gen|char_ram~25012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y30_N1 +dffeas \text_gen|char_ram~24788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y32_N1 +dffeas \text_gen|char_ram~24676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40767 ( +// Equation(s): +// \text_gen|char_ram~40767_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~24788_q )) # (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~24676_q +// ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~24788_q ), + .datac(\text_gen|char_ram~24676_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40767 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40768 ( +// Equation(s): +// \text_gen|char_ram~40768_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40767_combout & ((\text_gen|char_ram~25012_q ))) # (!\text_gen|char_ram~40767_combout & (\text_gen|char_ram~24900_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40767_combout )))) + + .dataa(\text_gen|char_ram~24900_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25012_q ), + .datad(\text_gen|char_ram~40767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40768 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y38_N15 +dffeas \text_gen|char_ram~23668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y38_N15 +dffeas \text_gen|char_ram~23444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23444 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y38_N29 +dffeas \text_gen|char_ram~23332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y38_N23 +dffeas \text_gen|char_ram~23556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40764 ( +// Equation(s): +// \text_gen|char_ram~40764_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23556_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23332_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23332_q ), + .datad(\text_gen|char_ram~23556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40764 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40765 ( +// Equation(s): +// \text_gen|char_ram~40765_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40764_combout & (\text_gen|char_ram~23668_q )) # (!\text_gen|char_ram~40764_combout & ((\text_gen|char_ram~23444_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40764_combout )))) + + .dataa(\text_gen|char_ram~23668_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23444_q ), + .datad(\text_gen|char_ram~40764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40765 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~24340feeder ( +// Equation(s): +// \text_gen|char_ram~24340feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y46_N31 +dffeas \text_gen|char_ram~24340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N21 +dffeas \text_gen|char_ram~24564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y46_N21 +dffeas \text_gen|char_ram~24452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y56_N9 +dffeas \text_gen|char_ram~24228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24228 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40762 ( +// Equation(s): +// \text_gen|char_ram~40762_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~24452_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~24228_q +// ))))) + + .dataa(\text_gen|char_ram~24452_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24228_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40762 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40763 ( +// Equation(s): +// \text_gen|char_ram~40763_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40762_combout & ((\text_gen|char_ram~24564_q ))) # (!\text_gen|char_ram~40762_combout & (\text_gen|char_ram~24340_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40762_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~24340_q ), + .datac(\text_gen|char_ram~24564_q ), + .datad(\text_gen|char_ram~40762_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40763 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40766 ( +// Equation(s): +// \text_gen|char_ram~40766_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~40763_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40765_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40765_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~40763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40766 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~40766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40769 ( +// Equation(s): +// \text_gen|char_ram~40769_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40766_combout & ((\text_gen|char_ram~40768_combout ))) # (!\text_gen|char_ram~40766_combout & (\text_gen|char_ram~40761_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40766_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40761_combout ), + .datac(\text_gen|char_ram~40768_combout ), + .datad(\text_gen|char_ram~40766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40769 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24781feeder ( +// Equation(s): +// \text_gen|char_ram~24781feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24781feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24781feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24781feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y33_N19 +dffeas \text_gen|char_ram~24781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24781feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y31_N9 +dffeas \text_gen|char_ram~25005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25005 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y34_N15 +dffeas \text_gen|char_ram~24669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24893feeder ( +// Equation(s): +// \text_gen|char_ram~24893feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y32_N3 +dffeas \text_gen|char_ram~24893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40746 ( +// Equation(s): +// \text_gen|char_ram~40746_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~24893_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~24669_q +// )))) + + .dataa(\text_gen|char_ram~24669_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~24893_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40746 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~40746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40747 ( +// Equation(s): +// \text_gen|char_ram~40747_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40746_combout & ((\text_gen|char_ram~25005_q ))) # (!\text_gen|char_ram~40746_combout & (\text_gen|char_ram~24781_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40746_combout )))) + + .dataa(\text_gen|char_ram~24781_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25005_q ), + .datad(\text_gen|char_ram~40746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40747 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y39_N21 +dffeas \text_gen|char_ram~24445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y53_N5 +dffeas \text_gen|char_ram~24557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y53_N1 +dffeas \text_gen|char_ram~24221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24333feeder ( +// Equation(s): +// \text_gen|char_ram~24333feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24333feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24333feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24333feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y51_N27 +dffeas \text_gen|char_ram~24333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24333feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40739 ( +// Equation(s): +// \text_gen|char_ram~40739_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~24333_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~24221_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24221_q ), + .datad(\text_gen|char_ram~24333_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40739 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40740 ( +// Equation(s): +// \text_gen|char_ram~40740_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40739_combout & ((\text_gen|char_ram~24557_q ))) # (!\text_gen|char_ram~40739_combout & (\text_gen|char_ram~24445_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40739_combout )))) + + .dataa(\text_gen|char_ram~24445_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~24557_q ), + .datad(\text_gen|char_ram~40739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40740 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~23885feeder ( +// Equation(s): +// \text_gen|char_ram~23885feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N15 +dffeas \text_gen|char_ram~23885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y19_N25 +dffeas \text_gen|char_ram~24109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y19_N19 +dffeas \text_gen|char_ram~23773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y23_N27 +dffeas \text_gen|char_ram~23997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40741 ( +// Equation(s): +// \text_gen|char_ram~40741_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~23997_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23773_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23773_q ), + .datad(\text_gen|char_ram~23997_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40741 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40742 ( +// Equation(s): +// \text_gen|char_ram~40742_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40741_combout & ((\text_gen|char_ram~24109_q ))) # (!\text_gen|char_ram~40741_combout & (\text_gen|char_ram~23885_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40741_combout )))) + + .dataa(\text_gen|char_ram~23885_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~24109_q ), + .datad(\text_gen|char_ram~40741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40742 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23549feeder ( +// Equation(s): +// \text_gen|char_ram~23549feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y39_N11 +dffeas \text_gen|char_ram~23549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y39_N21 +dffeas \text_gen|char_ram~23661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y39_N15 +dffeas \text_gen|char_ram~23325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23437feeder ( +// Equation(s): +// \text_gen|char_ram~23437feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y39_N9 +dffeas \text_gen|char_ram~23437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23437 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40743 ( +// Equation(s): +// \text_gen|char_ram~40743_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~23437_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~23325_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~23325_q ), + .datad(\text_gen|char_ram~23437_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40743 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40744 ( +// Equation(s): +// \text_gen|char_ram~40744_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40743_combout & ((\text_gen|char_ram~23661_q ))) # (!\text_gen|char_ram~40743_combout & (\text_gen|char_ram~23549_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40743_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~23549_q ), + .datac(\text_gen|char_ram~23661_q ), + .datad(\text_gen|char_ram~40743_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40744 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40745 ( +// Equation(s): +// \text_gen|char_ram~40745_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40742_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~40744_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40742_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~40744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40745 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~40745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40748 ( +// Equation(s): +// \text_gen|char_ram~40748_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40745_combout & (\text_gen|char_ram~40747_combout )) # (!\text_gen|char_ram~40745_combout & ((\text_gen|char_ram~40740_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40745_combout )))) + + .dataa(\text_gen|char_ram~40747_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40740_combout ), + .datad(\text_gen|char_ram~40745_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40748 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24753feeder ( +// Equation(s): +// \text_gen|char_ram~24753feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y28_N15 +dffeas \text_gen|char_ram~24753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24753 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23857feeder ( +// Equation(s): +// \text_gen|char_ram~23857feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y20_N23 +dffeas \text_gen|char_ram~23857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y41_N7 +dffeas \text_gen|char_ram~24305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y38_N9 +dffeas \text_gen|char_ram~23409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23409 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40749 ( +// Equation(s): +// \text_gen|char_ram~40749_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24305_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~23409_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~24305_q ), + .datac(\text_gen|char_ram~23409_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40749 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40750 ( +// Equation(s): +// \text_gen|char_ram~40750_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40749_combout & (\text_gen|char_ram~24753_q )) # (!\text_gen|char_ram~40749_combout & ((\text_gen|char_ram~23857_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40749_combout )))) + + .dataa(\text_gen|char_ram~24753_q ), + .datab(\text_gen|char_ram~23857_q ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~40749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40750 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~40750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~24081feeder ( +// Equation(s): +// \text_gen|char_ram~24081feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24081feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y16_N7 +dffeas \text_gen|char_ram~24081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N23 +dffeas \text_gen|char_ram~24529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y39_N27 +dffeas \text_gen|char_ram~23633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40756 ( +// Equation(s): +// \text_gen|char_ram~40756_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~24529_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~23633_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~24529_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23633_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40756 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24977feeder ( +// Equation(s): +// \text_gen|char_ram~24977feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24977feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24977feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24977feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y31_N11 +dffeas \text_gen|char_ram~24977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24977feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40757 ( +// Equation(s): +// \text_gen|char_ram~40757_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40756_combout & ((\text_gen|char_ram~24977_q ))) # (!\text_gen|char_ram~40756_combout & (\text_gen|char_ram~24081_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40756_combout )))) + + .dataa(\text_gen|char_ram~24081_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40756_combout ), + .datad(\text_gen|char_ram~24977_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40757 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23969feeder ( +// Equation(s): +// \text_gen|char_ram~23969feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y20_N23 +dffeas \text_gen|char_ram~23969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y31_N7 +dffeas \text_gen|char_ram~23521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40751 ( +// Equation(s): +// \text_gen|char_ram~40751_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~23969_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23521_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~23969_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23521_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40751 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24417feeder ( +// Equation(s): +// \text_gen|char_ram~24417feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~24417feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24417feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24417feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y39_N11 +dffeas \text_gen|char_ram~24417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24417feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y31_N13 +dffeas \text_gen|char_ram~24865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40752 ( +// Equation(s): +// \text_gen|char_ram~40752_combout = (\text_gen|char_ram~40751_combout & (((\text_gen|char_ram~24865_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~40751_combout & (\text_gen|char_ram~24417_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~40751_combout ), + .datab(\text_gen|char_ram~24417_q ), + .datac(\text_gen|char_ram~24865_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40752 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y53_N9 +dffeas \text_gen|char_ram~24193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y34_N15 +dffeas \text_gen|char_ram~24641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~23745feeder ( +// Equation(s): +// \text_gen|char_ram~23745feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~23745feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23745feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23745feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y16_N9 +dffeas \text_gen|char_ram~23745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23745feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y38_N21 +dffeas \text_gen|char_ram~23297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40753 ( +// Equation(s): +// \text_gen|char_ram~40753_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~23745_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~23297_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23745_q ), + .datac(\text_gen|char_ram~23297_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40753 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40754 ( +// Equation(s): +// \text_gen|char_ram~40754_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40753_combout & ((\text_gen|char_ram~24641_q ))) # (!\text_gen|char_ram~40753_combout & (\text_gen|char_ram~24193_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40753_combout )))) + + .dataa(\text_gen|char_ram~24193_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24641_q ), + .datad(\text_gen|char_ram~40753_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40754 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40755 ( +// Equation(s): +// \text_gen|char_ram~40755_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~40752_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~40754_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40752_combout ), + .datad(\text_gen|char_ram~40754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40755 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40758 ( +// Equation(s): +// \text_gen|char_ram~40758_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40755_combout & ((\text_gen|char_ram~40757_combout ))) # (!\text_gen|char_ram~40755_combout & (\text_gen|char_ram~40750_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40755_combout )))) + + .dataa(\text_gen|char_ram~40750_combout ), + .datab(\text_gen|char_ram~40757_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~40755_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40758 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~40758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40759 ( +// Equation(s): +// \text_gen|char_ram~40759_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~40748_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~40758_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~40748_combout ), + .datad(\text_gen|char_ram~40758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40759 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40770 ( +// Equation(s): +// \text_gen|char_ram~40770_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40759_combout & ((\text_gen|char_ram~40769_combout ))) # (!\text_gen|char_ram~40759_combout & (\text_gen|char_ram~40738_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40759_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40738_combout ), + .datac(\text_gen|char_ram~40769_combout ), + .datad(\text_gen|char_ram~40759_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40770 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y38_N9 +dffeas \text_gen|char_ram~1905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2801feeder ( +// Equation(s): +// \text_gen|char_ram~2801feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2801feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2801feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2801feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y39_N9 +dffeas \text_gen|char_ram~2801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2801feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40684 ( +// Equation(s): +// \text_gen|char_ram~40684_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~2801_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~1905_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1905_q ), + .datad(\text_gen|char_ram~2801_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40684 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y34_N15 +dffeas \text_gen|char_ram~3249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2353feeder ( +// Equation(s): +// \text_gen|char_ram~2353feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2353feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y16_N11 +dffeas \text_gen|char_ram~2353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40685 ( +// Equation(s): +// \text_gen|char_ram~40685_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40684_combout & (\text_gen|char_ram~3249_q )) # (!\text_gen|char_ram~40684_combout & ((\text_gen|char_ram~2353_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40684_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40684_combout ), + .datac(\text_gen|char_ram~3249_q ), + .datad(\text_gen|char_ram~2353_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40685 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y8_N19 +dffeas \text_gen|char_ram~2577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y34_N23 +dffeas \text_gen|char_ram~3473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N23 +dffeas \text_gen|char_ram~3025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N15 +dffeas \text_gen|char_ram~2129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40691 ( +// Equation(s): +// \text_gen|char_ram~40691_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~3025_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~2129_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3025_q ), + .datac(\text_gen|char_ram~2129_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40691 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40692 ( +// Equation(s): +// \text_gen|char_ram~40692_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40691_combout & ((\text_gen|char_ram~3473_q ))) # (!\text_gen|char_ram~40691_combout & (\text_gen|char_ram~2577_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40691_combout )))) + + .dataa(\text_gen|char_ram~2577_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3473_q ), + .datad(\text_gen|char_ram~40691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40692 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~2689feeder ( +// Equation(s): +// \text_gen|char_ram~2689feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2689feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y57_N15 +dffeas \text_gen|char_ram~2689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y34_N7 +dffeas \text_gen|char_ram~3137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y38_N19 +dffeas \text_gen|char_ram~1793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N9 +dffeas \text_gen|char_ram~2241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40688 ( +// Equation(s): +// \text_gen|char_ram~40688_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~2241_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~1793_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1793_q ), + .datad(\text_gen|char_ram~2241_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40688 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40689 ( +// Equation(s): +// \text_gen|char_ram~40689_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40688_combout & ((\text_gen|char_ram~3137_q ))) # (!\text_gen|char_ram~40688_combout & (\text_gen|char_ram~2689_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40688_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2689_q ), + .datac(\text_gen|char_ram~3137_q ), + .datad(\text_gen|char_ram~40688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40689 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y49_N19 +dffeas \text_gen|char_ram~2913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y38_N3 +dffeas \text_gen|char_ram~2017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2465feeder ( +// Equation(s): +// \text_gen|char_ram~2465feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2465feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2465feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2465feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y20_N13 +dffeas \text_gen|char_ram~2465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2465feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40686 ( +// Equation(s): +// \text_gen|char_ram~40686_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~2465_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2017_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2017_q ), + .datad(\text_gen|char_ram~2465_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40686 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y34_N9 +dffeas \text_gen|char_ram~3361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40687 ( +// Equation(s): +// \text_gen|char_ram~40687_combout = (\text_gen|char_ram~40686_combout & (((\text_gen|char_ram~3361_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~40686_combout & (\text_gen|char_ram~2913_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~2913_q ), + .datab(\text_gen|char_ram~40686_combout ), + .datac(\text_gen|char_ram~3361_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40687 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~40687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40690 ( +// Equation(s): +// \text_gen|char_ram~40690_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~40687_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~40689_combout )))) + + .dataa(\text_gen|char_ram~40689_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40690 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~40690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40693 ( +// Equation(s): +// \text_gen|char_ram~40693_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40690_combout & ((\text_gen|char_ram~40692_combout ))) # (!\text_gen|char_ram~40690_combout & (\text_gen|char_ram~40685_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40690_combout )))) + + .dataa(\text_gen|char_ram~40685_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40692_combout ), + .datad(\text_gen|char_ram~40690_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40693 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y46_N21 +dffeas \text_gen|char_ram~2920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y38_N19 +dffeas \text_gen|char_ram~3368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y38_N7 +dffeas \text_gen|char_ram~2024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y20_N17 +dffeas \text_gen|char_ram~2472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40676 ( +// Equation(s): +// \text_gen|char_ram~40676_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~2472_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2024_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2024_q ), + .datad(\text_gen|char_ram~2472_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40676 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40677 ( +// Equation(s): +// \text_gen|char_ram~40677_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40676_combout & ((\text_gen|char_ram~3368_q ))) # (!\text_gen|char_ram~40676_combout & (\text_gen|char_ram~2920_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40676_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2920_q ), + .datac(\text_gen|char_ram~3368_q ), + .datad(\text_gen|char_ram~40676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40677 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2696feeder ( +// Equation(s): +// \text_gen|char_ram~2696feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2696feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2696feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2696feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y57_N5 +dffeas \text_gen|char_ram~2696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2696feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y34_N25 +dffeas \text_gen|char_ram~3144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y37_N27 +dffeas \text_gen|char_ram~1800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y17_N7 +dffeas \text_gen|char_ram~2248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40678 ( +// Equation(s): +// \text_gen|char_ram~40678_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~2248_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~1800_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1800_q ), + .datad(\text_gen|char_ram~2248_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40678 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40679 ( +// Equation(s): +// \text_gen|char_ram~40679_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40678_combout & ((\text_gen|char_ram~3144_q ))) # (!\text_gen|char_ram~40678_combout & (\text_gen|char_ram~2696_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40678_combout )))) + + .dataa(\text_gen|char_ram~2696_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3144_q ), + .datad(\text_gen|char_ram~40678_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40679 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40680 ( +// Equation(s): +// \text_gen|char_ram~40680_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~40677_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~40679_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40677_combout ), + .datad(\text_gen|char_ram~40679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40680 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y20_N31 +dffeas \text_gen|char_ram~2584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y38_N23 +dffeas \text_gen|char_ram~3480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y38_N17 +dffeas \text_gen|char_ram~2136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y53_N19 +dffeas \text_gen|char_ram~3032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40681 ( +// Equation(s): +// \text_gen|char_ram~40681_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~3032_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2136_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2136_q ), + .datad(\text_gen|char_ram~3032_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40681 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40682 ( +// Equation(s): +// \text_gen|char_ram~40682_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40681_combout & ((\text_gen|char_ram~3480_q ))) # (!\text_gen|char_ram~40681_combout & (\text_gen|char_ram~2584_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40681_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2584_q ), + .datac(\text_gen|char_ram~3480_q ), + .datad(\text_gen|char_ram~40681_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40682 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y28_N9 +dffeas \text_gen|char_ram~3256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y28_N31 +dffeas \text_gen|char_ram~2360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N23 +dffeas \text_gen|char_ram~1912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y43_N27 +dffeas \text_gen|char_ram~2808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40674 ( +// Equation(s): +// \text_gen|char_ram~40674_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~2808_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~1912_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1912_q ), + .datad(\text_gen|char_ram~2808_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40674 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40675 ( +// Equation(s): +// \text_gen|char_ram~40675_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40674_combout & (\text_gen|char_ram~3256_q )) # (!\text_gen|char_ram~40674_combout & ((\text_gen|char_ram~2360_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40674_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~3256_q ), + .datac(\text_gen|char_ram~2360_q ), + .datad(\text_gen|char_ram~40674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40675 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40683 ( +// Equation(s): +// \text_gen|char_ram~40683_combout = (\text_gen|char_ram~40680_combout & (((\text_gen|char_ram~40682_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~40680_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40675_combout )))) + + .dataa(\text_gen|char_ram~40680_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40682_combout ), + .datad(\text_gen|char_ram~40675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40683 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40694 ( +// Equation(s): +// \text_gen|char_ram~40694_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~40683_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~40693_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~40693_combout ), + .datad(\text_gen|char_ram~40683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40694 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N15 +dffeas \text_gen|char_ram~17732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y36_N19 +dffeas \text_gen|char_ram~16388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16836feeder ( +// Equation(s): +// \text_gen|char_ram~16836feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y36_N1 +dffeas \text_gen|char_ram~16836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40662 ( +// Equation(s): +// \text_gen|char_ram~40662_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16836_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16388_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16388_q ), + .datad(\text_gen|char_ram~16836_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40662 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y34_N3 +dffeas \text_gen|char_ram~17284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40663 ( +// Equation(s): +// \text_gen|char_ram~40663_combout = (\text_gen|char_ram~40662_combout & ((\text_gen|char_ram~17732_q ) # ((!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~40662_combout & (((\text_gen|char_ram~17284_q & \text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~17732_q ), + .datab(\text_gen|char_ram~40662_combout ), + .datac(\text_gen|char_ram~17284_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40663 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~40663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16948feeder ( +// Equation(s): +// \text_gen|char_ram~16948feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16948feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y22_N27 +dffeas \text_gen|char_ram~16948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y30_N31 +dffeas \text_gen|char_ram~17844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y46_N11 +dffeas \text_gen|char_ram~17396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y30_N1 +dffeas \text_gen|char_ram~16500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40669 ( +// Equation(s): +// \text_gen|char_ram~40669_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~17396_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~16500_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17396_q ), + .datac(\text_gen|char_ram~16500_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40669 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40670 ( +// Equation(s): +// \text_gen|char_ram~40670_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40669_combout & ((\text_gen|char_ram~17844_q ))) # (!\text_gen|char_ram~40669_combout & (\text_gen|char_ram~16948_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40669_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16948_q ), + .datac(\text_gen|char_ram~17844_q ), + .datad(\text_gen|char_ram~40669_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40670 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N5 +dffeas \text_gen|char_ram~16724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y30_N3 +dffeas \text_gen|char_ram~17620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y46_N29 +dffeas \text_gen|char_ram~17172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y30_N1 +dffeas \text_gen|char_ram~16276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40664 ( +// Equation(s): +// \text_gen|char_ram~40664_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~17172_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~16276_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~17172_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16276_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40664 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40665 ( +// Equation(s): +// \text_gen|char_ram~40665_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40664_combout & ((\text_gen|char_ram~17620_q ))) # (!\text_gen|char_ram~40664_combout & (\text_gen|char_ram~16724_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40664_combout )))) + + .dataa(\text_gen|char_ram~16724_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17620_q ), + .datad(\text_gen|char_ram~40664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40665 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y38_N7 +dffeas \text_gen|char_ram~16164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y20_N3 +dffeas \text_gen|char_ram~16612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40666 ( +// Equation(s): +// \text_gen|char_ram~40666_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16612_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16164_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16164_q ), + .datad(\text_gen|char_ram~16612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40666 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y38_N17 +dffeas \text_gen|char_ram~17508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y56_N31 +dffeas \text_gen|char_ram~17060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40667 ( +// Equation(s): +// \text_gen|char_ram~40667_combout = (\text_gen|char_ram~40666_combout & (((\text_gen|char_ram~17508_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~40666_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~17060_q )))) + + .dataa(\text_gen|char_ram~40666_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17508_q ), + .datad(\text_gen|char_ram~17060_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40667 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40668 ( +// Equation(s): +// \text_gen|char_ram~40668_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40665_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~40667_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40665_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40667_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40668 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~40668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40671 ( +// Equation(s): +// \text_gen|char_ram~40671_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40668_combout & ((\text_gen|char_ram~40670_combout ))) # (!\text_gen|char_ram~40668_combout & (\text_gen|char_ram~40663_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40668_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40663_combout ), + .datac(\text_gen|char_ram~40670_combout ), + .datad(\text_gen|char_ram~40668_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40671 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y24_N3 +dffeas \text_gen|char_ram~16920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y24_N15 +dffeas \text_gen|char_ram~17816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y24_N1 +dffeas \text_gen|char_ram~16472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17368feeder ( +// Equation(s): +// \text_gen|char_ram~17368feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17368feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17368feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17368feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y50_N23 +dffeas \text_gen|char_ram~17368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17368feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40659 ( +// Equation(s): +// \text_gen|char_ram~40659_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17368_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16472_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16472_q ), + .datad(\text_gen|char_ram~17368_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40659 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40660 ( +// Equation(s): +// \text_gen|char_ram~40660_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40659_combout & ((\text_gen|char_ram~17816_q ))) # (!\text_gen|char_ram~40659_combout & (\text_gen|char_ram~16920_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40659_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16920_q ), + .datac(\text_gen|char_ram~17816_q ), + .datad(\text_gen|char_ram~40659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40660 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N31 +dffeas \text_gen|char_ram~17032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y24_N5 +dffeas \text_gen|char_ram~17480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N17 +dffeas \text_gen|char_ram~16136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y20_N25 +dffeas \text_gen|char_ram~16584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40656 ( +// Equation(s): +// \text_gen|char_ram~40656_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16584_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16136_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16136_q ), + .datad(\text_gen|char_ram~16584_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40656 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40657 ( +// Equation(s): +// \text_gen|char_ram~40657_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40656_combout & ((\text_gen|char_ram~17480_q ))) # (!\text_gen|char_ram~40656_combout & (\text_gen|char_ram~17032_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40656_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17032_q ), + .datac(\text_gen|char_ram~17480_q ), + .datad(\text_gen|char_ram~40656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40657 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y23_N17 +dffeas \text_gen|char_ram~16808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y23_N15 +dffeas \text_gen|char_ram~16360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40654 ( +// Equation(s): +// \text_gen|char_ram~40654_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~16808_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~16360_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16808_q ), + .datac(\text_gen|char_ram~16360_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40654 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y24_N11 +dffeas \text_gen|char_ram~17704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17256feeder ( +// Equation(s): +// \text_gen|char_ram~17256feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17256feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y50_N27 +dffeas \text_gen|char_ram~17256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40655 ( +// Equation(s): +// \text_gen|char_ram~40655_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40654_combout & (\text_gen|char_ram~17704_q )) # (!\text_gen|char_ram~40654_combout & ((\text_gen|char_ram~17256_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40654_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40654_combout ), + .datac(\text_gen|char_ram~17704_q ), + .datad(\text_gen|char_ram~17256_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40655 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40658 ( +// Equation(s): +// \text_gen|char_ram~40658_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~40655_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~40657_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40657_combout ), + .datad(\text_gen|char_ram~40655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40658 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y28_N25 +dffeas \text_gen|char_ram~16696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16696 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y28_N7 +dffeas \text_gen|char_ram~17592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y24_N25 +dffeas \text_gen|char_ram~16248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N9 +dffeas \text_gen|char_ram~17144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40652 ( +// Equation(s): +// \text_gen|char_ram~40652_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17144_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16248_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16248_q ), + .datad(\text_gen|char_ram~17144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40652 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40653 ( +// Equation(s): +// \text_gen|char_ram~40653_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40652_combout & ((\text_gen|char_ram~17592_q ))) # (!\text_gen|char_ram~40652_combout & (\text_gen|char_ram~16696_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40652_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16696_q ), + .datac(\text_gen|char_ram~17592_q ), + .datad(\text_gen|char_ram~40652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40653 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40661 ( +// Equation(s): +// \text_gen|char_ram~40661_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40658_combout & (\text_gen|char_ram~40660_combout )) # (!\text_gen|char_ram~40658_combout & ((\text_gen|char_ram~40653_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40658_combout )))) + + .dataa(\text_gen|char_ram~40660_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40658_combout ), + .datad(\text_gen|char_ram~40653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40661 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40672 ( +// Equation(s): +// \text_gen|char_ram~40672_combout = (\vga_c|h_cnt [6] & (((\text_gen|char_ram~40671_combout )) # (!\text_gen|Add5~14_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40661_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40671_combout ), + .datad(\text_gen|char_ram~40661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40672 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2612feeder ( +// Equation(s): +// \text_gen|char_ram~2612feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2612feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2612feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2612feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y20_N11 +dffeas \text_gen|char_ram~2612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2612feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y34_N21 +dffeas \text_gen|char_ram~3508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N29 +dffeas \text_gen|char_ram~2164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2164 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N25 +dffeas \text_gen|char_ram~3060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40648 ( +// Equation(s): +// \text_gen|char_ram~40648_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~3060_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~2164_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2164_q ), + .datad(\text_gen|char_ram~3060_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40648 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40649 ( +// Equation(s): +// \text_gen|char_ram~40649_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40648_combout & ((\text_gen|char_ram~3508_q ))) # (!\text_gen|char_ram~40648_combout & (\text_gen|char_ram~2612_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40648_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2612_q ), + .datac(\text_gen|char_ram~3508_q ), + .datad(\text_gen|char_ram~40648_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40649 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y34_N29 +dffeas \text_gen|char_ram~3284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2836feeder ( +// Equation(s): +// \text_gen|char_ram~2836feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y38_N13 +dffeas \text_gen|char_ram~2836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N7 +dffeas \text_gen|char_ram~1940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1940 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40643 ( +// Equation(s): +// \text_gen|char_ram~40643_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~2836_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~1940_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~2836_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1940_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40643 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y20_N11 +dffeas \text_gen|char_ram~2388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40644 ( +// Equation(s): +// \text_gen|char_ram~40644_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40643_combout & (\text_gen|char_ram~3284_q )) # (!\text_gen|char_ram~40643_combout & ((\text_gen|char_ram~2388_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40643_combout )))) + + .dataa(\text_gen|char_ram~3284_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40643_combout ), + .datad(\text_gen|char_ram~2388_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40644 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~2724feeder ( +// Equation(s): +// \text_gen|char_ram~2724feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2724feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2724feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2724feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y38_N23 +dffeas \text_gen|char_ram~2724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2724feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2724 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y38_N25 +dffeas \text_gen|char_ram~3172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y38_N11 +dffeas \text_gen|char_ram~1828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y20_N5 +dffeas \text_gen|char_ram~2276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40645 ( +// Equation(s): +// \text_gen|char_ram~40645_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~2276_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~1828_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1828_q ), + .datad(\text_gen|char_ram~2276_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40645 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40646 ( +// Equation(s): +// \text_gen|char_ram~40646_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40645_combout & ((\text_gen|char_ram~3172_q ))) # (!\text_gen|char_ram~40645_combout & (\text_gen|char_ram~2724_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40645_combout )))) + + .dataa(\text_gen|char_ram~2724_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3172_q ), + .datad(\text_gen|char_ram~40645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40646 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40647 ( +// Equation(s): +// \text_gen|char_ram~40647_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40644_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((!\text_gen|Add5~2_combout & \text_gen|char_ram~40646_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40644_combout ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40646_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40647 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~40647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y34_N7 +dffeas \text_gen|char_ram~3396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y49_N13 +dffeas \text_gen|char_ram~2948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y38_N25 +dffeas \text_gen|char_ram~2052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2500feeder ( +// Equation(s): +// \text_gen|char_ram~2500feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2500feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y20_N27 +dffeas \text_gen|char_ram~2500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40641 ( +// Equation(s): +// \text_gen|char_ram~40641_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~2500_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2052_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2052_q ), + .datad(\text_gen|char_ram~2500_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40641 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40642 ( +// Equation(s): +// \text_gen|char_ram~40642_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40641_combout & (\text_gen|char_ram~3396_q )) # (!\text_gen|char_ram~40641_combout & ((\text_gen|char_ram~2948_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40641_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3396_q ), + .datac(\text_gen|char_ram~2948_q ), + .datad(\text_gen|char_ram~40641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40642 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40650 ( +// Equation(s): +// \text_gen|char_ram~40650_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40647_combout & (\text_gen|char_ram~40649_combout )) # (!\text_gen|char_ram~40647_combout & ((\text_gen|char_ram~40642_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40647_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40649_combout ), + .datac(\text_gen|char_ram~40647_combout ), + .datad(\text_gen|char_ram~40642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40650 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40651 ( +// Equation(s): +// \text_gen|char_ram~40651_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout ) # (!\text_gen|char_ram~40650_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(gnd), + .datac(\text_gen|char_ram~40650_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40651 .lut_mask = 16'hAA0A; +defparam \text_gen|char_ram~40651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40673 ( +// Equation(s): +// \text_gen|char_ram~40673_combout = \text_gen|Add5~14_combout $ (((!\text_gen|Add5~12_combout & ((!\text_gen|char_ram~40651_combout ) # (!\text_gen|char_ram~40672_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40672_combout ), + .datad(\text_gen|char_ram~40651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40673 .lut_mask = 16'hA999; +defparam \text_gen|char_ram~40673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16941feeder ( +// Equation(s): +// \text_gen|char_ram~16941feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16941feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16941feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16941feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y32_N11 +dffeas \text_gen|char_ram~16941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16941feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y32_N9 +dffeas \text_gen|char_ram~17837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y48_N17 +dffeas \text_gen|char_ram~17389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y48_N27 +dffeas \text_gen|char_ram~16493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y48_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40713 ( +// Equation(s): +// \text_gen|char_ram~40713_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~17389_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~16493_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17389_q ), + .datac(\text_gen|char_ram~16493_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40713 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40714 ( +// Equation(s): +// \text_gen|char_ram~40714_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40713_combout & ((\text_gen|char_ram~17837_q ))) # (!\text_gen|char_ram~40713_combout & (\text_gen|char_ram~16941_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40713_combout )))) + + .dataa(\text_gen|char_ram~16941_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17837_q ), + .datad(\text_gen|char_ram~40713_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40714 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y42_N19 +dffeas \text_gen|char_ram~17277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y42_N1 +dffeas \text_gen|char_ram~17725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y40_N5 +dffeas \text_gen|char_ram~16381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y20_N23 +dffeas \text_gen|char_ram~16829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40706 ( +// Equation(s): +// \text_gen|char_ram~40706_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16829_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16381_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16381_q ), + .datad(\text_gen|char_ram~16829_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40706 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40707 ( +// Equation(s): +// \text_gen|char_ram~40707_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40706_combout & ((\text_gen|char_ram~17725_q ))) # (!\text_gen|char_ram~40706_combout & (\text_gen|char_ram~17277_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40706_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17277_q ), + .datac(\text_gen|char_ram~17725_q ), + .datad(\text_gen|char_ram~40706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40707 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16717feeder ( +// Equation(s): +// \text_gen|char_ram~16717feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16717feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16717feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16717feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N21 +dffeas \text_gen|char_ram~16717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16717feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N23 +dffeas \text_gen|char_ram~17613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17165feeder ( +// Equation(s): +// \text_gen|char_ram~17165feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17165feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17165feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17165feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y33_N9 +dffeas \text_gen|char_ram~17165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17165feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N29 +dffeas \text_gen|char_ram~16269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16269 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40708 ( +// Equation(s): +// \text_gen|char_ram~40708_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~17165_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~16269_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17165_q ), + .datac(\text_gen|char_ram~16269_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40708 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40709 ( +// Equation(s): +// \text_gen|char_ram~40709_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40708_combout & ((\text_gen|char_ram~17613_q ))) # (!\text_gen|char_ram~40708_combout & (\text_gen|char_ram~16717_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40708_combout )))) + + .dataa(\text_gen|char_ram~16717_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17613_q ), + .datad(\text_gen|char_ram~40708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40709 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17053feeder ( +// Equation(s): +// \text_gen|char_ram~17053feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y53_N5 +dffeas \text_gen|char_ram~17053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y38_N5 +dffeas \text_gen|char_ram~16157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y22_N7 +dffeas \text_gen|char_ram~16605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17501feeder ( +// Equation(s): +// \text_gen|char_ram~17501feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17501feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y29_N19 +dffeas \text_gen|char_ram~17501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40710 ( +// Equation(s): +// \text_gen|char_ram~40710_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17501_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16605_q )))) # (!\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16605_q ), + .datad(\text_gen|char_ram~17501_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40710 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40711 ( +// Equation(s): +// \text_gen|char_ram~40711_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~40710_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~40710_combout & (\text_gen|char_ram~17053_q )) # (!\text_gen|char_ram~40710_combout & +// ((\text_gen|char_ram~16157_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17053_q ), + .datac(\text_gen|char_ram~16157_q ), + .datad(\text_gen|char_ram~40710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40711 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40712 ( +// Equation(s): +// \text_gen|char_ram~40712_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~40709_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~40711_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40709_combout ), + .datad(\text_gen|char_ram~40711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40712 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40715 ( +// Equation(s): +// \text_gen|char_ram~40715_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40712_combout & (\text_gen|char_ram~40714_combout )) # (!\text_gen|char_ram~40712_combout & ((\text_gen|char_ram~40707_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40712_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40714_combout ), + .datac(\text_gen|char_ram~40707_combout ), + .datad(\text_gen|char_ram~40712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40715 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y36_N9 +dffeas \text_gen|char_ram~16465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16465 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~17361feeder ( +// Equation(s): +// \text_gen|char_ram~17361feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17361feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17361feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17361feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y46_N31 +dffeas \text_gen|char_ram~17361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17361feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40700 ( +// Equation(s): +// \text_gen|char_ram~40700_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~17361_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~16465_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~16465_q ), + .datad(\text_gen|char_ram~17361_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40700 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y32_N1 +dffeas \text_gen|char_ram~17809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N27 +dffeas \text_gen|char_ram~16913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40701 ( +// Equation(s): +// \text_gen|char_ram~40701_combout = (\text_gen|char_ram~40700_combout & (((\text_gen|char_ram~17809_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~40700_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16913_q )))) + + .dataa(\text_gen|char_ram~40700_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17809_q ), + .datad(\text_gen|char_ram~16913_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40701 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17025feeder ( +// Equation(s): +// \text_gen|char_ram~17025feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17025feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17025feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17025feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y55_N5 +dffeas \text_gen|char_ram~17025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17025feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y30_N23 +dffeas \text_gen|char_ram~17473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y36_N15 +dffeas \text_gen|char_ram~16129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N25 +dffeas \text_gen|char_ram~16577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40697 ( +// Equation(s): +// \text_gen|char_ram~40697_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16577_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16129_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16129_q ), + .datad(\text_gen|char_ram~16577_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40697 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40698 ( +// Equation(s): +// \text_gen|char_ram~40698_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40697_combout & ((\text_gen|char_ram~17473_q ))) # (!\text_gen|char_ram~40697_combout & (\text_gen|char_ram~17025_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40697_combout )))) + + .dataa(\text_gen|char_ram~17025_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17473_q ), + .datad(\text_gen|char_ram~40697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40698 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y46_N27 +dffeas \text_gen|char_ram~17249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y30_N29 +dffeas \text_gen|char_ram~17697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y14_N29 +dffeas \text_gen|char_ram~16801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y14_N15 +dffeas \text_gen|char_ram~16353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40695 ( +// Equation(s): +// \text_gen|char_ram~40695_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16801_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~16353_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16801_q ), + .datac(\text_gen|char_ram~16353_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40695 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40696 ( +// Equation(s): +// \text_gen|char_ram~40696_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40695_combout & ((\text_gen|char_ram~17697_q ))) # (!\text_gen|char_ram~40695_combout & (\text_gen|char_ram~17249_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40695_combout )))) + + .dataa(\text_gen|char_ram~17249_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17697_q ), + .datad(\text_gen|char_ram~40695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40696 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40699 ( +// Equation(s): +// \text_gen|char_ram~40699_combout = (\text_gen|Add5~2_combout & (((\text_gen|Add5~0_combout ) # (\text_gen|char_ram~40696_combout )))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~40698_combout & (!\text_gen|Add5~0_combout ))) + + .dataa(\text_gen|char_ram~40698_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~40696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40699 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~40699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16689feeder ( +// Equation(s): +// \text_gen|char_ram~16689feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~16689feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16689feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16689feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y16_N9 +dffeas \text_gen|char_ram~16689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16689feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y27_N27 +dffeas \text_gen|char_ram~17585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y27_N25 +dffeas \text_gen|char_ram~16241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17137feeder ( +// Equation(s): +// \text_gen|char_ram~17137feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~17137feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17137feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17137feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y37_N21 +dffeas \text_gen|char_ram~17137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17137feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17137 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40702 ( +// Equation(s): +// \text_gen|char_ram~40702_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~17137_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16241_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16241_q ), + .datad(\text_gen|char_ram~17137_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40702 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40703 ( +// Equation(s): +// \text_gen|char_ram~40703_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40702_combout & ((\text_gen|char_ram~17585_q ))) # (!\text_gen|char_ram~40702_combout & (\text_gen|char_ram~16689_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40702_combout )))) + + .dataa(\text_gen|char_ram~16689_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17585_q ), + .datad(\text_gen|char_ram~40702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40703 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40704 ( +// Equation(s): +// \text_gen|char_ram~40704_combout = (\vga_c|h_cnt [6]) # ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~40661_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~40703_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~40703_combout ), + .datad(\text_gen|char_ram~40661_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40704 .lut_mask = 16'hFEDC; +defparam \text_gen|char_ram~40704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40705 ( +// Equation(s): +// \text_gen|char_ram~40705_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40699_combout & (\text_gen|char_ram~40701_combout )) # (!\text_gen|char_ram~40699_combout & ((\text_gen|char_ram~40704_combout ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40699_combout )))) + + .dataa(\text_gen|char_ram~40701_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40699_combout ), + .datad(\text_gen|char_ram~40704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40705 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40716 ( +// Equation(s): +// \text_gen|char_ram~40716_combout = (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~40715_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~40705_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~40715_combout ), + .datad(\text_gen|char_ram~40705_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40716 .lut_mask = 16'h5140; +defparam \text_gen|char_ram~40716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N29 +dffeas \text_gen|char_ram~2941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y34_N29 +dffeas \text_gen|char_ram~3389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y39_N9 +dffeas \text_gen|char_ram~2045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y20_N21 +dffeas \text_gen|char_ram~2493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40719 ( +// Equation(s): +// \text_gen|char_ram~40719_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~2493_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2045_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2045_q ), + .datad(\text_gen|char_ram~2493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40719 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40720 ( +// Equation(s): +// \text_gen|char_ram~40720_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40719_combout & ((\text_gen|char_ram~3389_q ))) # (!\text_gen|char_ram~40719_combout & (\text_gen|char_ram~2941_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40719_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2941_q ), + .datac(\text_gen|char_ram~3389_q ), + .datad(\text_gen|char_ram~40719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40720 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y53_N15 +dffeas \text_gen|char_ram~2717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y34_N1 +dffeas \text_gen|char_ram~3165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y36_N3 +dffeas \text_gen|char_ram~2269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y39_N5 +dffeas \text_gen|char_ram~1821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40721 ( +// Equation(s): +// \text_gen|char_ram~40721_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~2269_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~1821_q ))))) + + .dataa(\text_gen|char_ram~2269_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1821_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40721 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40722 ( +// Equation(s): +// \text_gen|char_ram~40722_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40721_combout & ((\text_gen|char_ram~3165_q ))) # (!\text_gen|char_ram~40721_combout & (\text_gen|char_ram~2717_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40721_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2717_q ), + .datac(\text_gen|char_ram~3165_q ), + .datad(\text_gen|char_ram~40721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40722 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40723 ( +// Equation(s): +// \text_gen|char_ram~40723_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~40720_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~40722_combout ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40720_combout ), + .datad(\text_gen|char_ram~40722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40723 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~2381feeder ( +// Equation(s): +// \text_gen|char_ram~2381feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2381feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2381feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2381feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N9 +dffeas \text_gen|char_ram~2381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2381feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N31 +dffeas \text_gen|char_ram~3277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y39_N15 +dffeas \text_gen|char_ram~1933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2829feeder ( +// Equation(s): +// \text_gen|char_ram~2829feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~2829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2829feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y39_N11 +dffeas \text_gen|char_ram~2829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2829 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40717 ( +// Equation(s): +// \text_gen|char_ram~40717_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~2829_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~1933_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1933_q ), + .datad(\text_gen|char_ram~2829_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40717 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40718 ( +// Equation(s): +// \text_gen|char_ram~40718_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40717_combout & ((\text_gen|char_ram~3277_q ))) # (!\text_gen|char_ram~40717_combout & (\text_gen|char_ram~2381_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40717_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2381_q ), + .datac(\text_gen|char_ram~3277_q ), + .datad(\text_gen|char_ram~40717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40718 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y17_N5 +dffeas \text_gen|char_ram~2605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y34_N7 +dffeas \text_gen|char_ram~3501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3501 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y39_N11 +dffeas \text_gen|char_ram~2157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~3053feeder ( +// Equation(s): +// \text_gen|char_ram~3053feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y53_N1 +dffeas \text_gen|char_ram~3053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40724 ( +// Equation(s): +// \text_gen|char_ram~40724_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~3053_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2157_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2157_q ), + .datad(\text_gen|char_ram~3053_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40724 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40725 ( +// Equation(s): +// \text_gen|char_ram~40725_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40724_combout & ((\text_gen|char_ram~3501_q ))) # (!\text_gen|char_ram~40724_combout & (\text_gen|char_ram~2605_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40724_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2605_q ), + .datac(\text_gen|char_ram~3501_q ), + .datad(\text_gen|char_ram~40724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40725 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40726 ( +// Equation(s): +// \text_gen|char_ram~40726_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40723_combout & ((\text_gen|char_ram~40725_combout ))) # (!\text_gen|char_ram~40723_combout & (\text_gen|char_ram~40718_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40723_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40723_combout ), + .datac(\text_gen|char_ram~40718_combout ), + .datad(\text_gen|char_ram~40725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40726 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40727 ( +// Equation(s): +// \text_gen|char_ram~40727_combout = (\text_gen|Add5~14_combout ) # ((\vga_c|h_cnt [6] & (\text_gen|char_ram~40726_combout & \text_gen|char_ram~40673_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40726_combout ), + .datad(\text_gen|char_ram~40673_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40727 .lut_mask = 16'hECCC; +defparam \text_gen|char_ram~40727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40728 ( +// Equation(s): +// \text_gen|char_ram~40728_combout = (\text_gen|char_ram~40673_combout & ((\text_gen|char_ram~40694_combout ) # ((\text_gen|char_ram~40727_combout )))) # (!\text_gen|char_ram~40673_combout & (((\text_gen|char_ram~40716_combout & +// \text_gen|char_ram~40727_combout )))) + + .dataa(\text_gen|char_ram~40694_combout ), + .datab(\text_gen|char_ram~40673_combout ), + .datac(\text_gen|char_ram~40716_combout ), + .datad(\text_gen|char_ram~40727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40728 .lut_mask = 16'hFC88; +defparam \text_gen|char_ram~40728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40771 ( +// Equation(s): +// \text_gen|char_ram~40771_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40728_combout & ((\text_gen|char_ram~40770_combout ))) # (!\text_gen|char_ram~40728_combout & (\text_gen|char_ram~40640_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40728_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~40640_combout ), + .datac(\text_gen|char_ram~40770_combout ), + .datad(\text_gen|char_ram~40728_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40771 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y45_N1 +dffeas \text_gen|char_ram~15373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N7 +dffeas \text_gen|char_ram~15821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N13 +dffeas \text_gen|char_ram~14477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~14925feeder ( +// Equation(s): +// \text_gen|char_ram~14925feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y25_N27 +dffeas \text_gen|char_ram~14925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40824 ( +// Equation(s): +// \text_gen|char_ram~40824_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~14925_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14477_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14477_q ), + .datad(\text_gen|char_ram~14925_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40824 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40825 ( +// Equation(s): +// \text_gen|char_ram~40825_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40824_combout & ((\text_gen|char_ram~15821_q ))) # (!\text_gen|char_ram~40824_combout & (\text_gen|char_ram~15373_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40824_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15373_q ), + .datac(\text_gen|char_ram~15821_q ), + .datad(\text_gen|char_ram~40824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40825 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y32_N9 +dffeas \text_gen|char_ram~7757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y40_N5 +dffeas \text_gen|char_ram~8653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N5 +dffeas \text_gen|char_ram~7309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y39_N31 +dffeas \text_gen|char_ram~8205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40826 ( +// Equation(s): +// \text_gen|char_ram~40826_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8205_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7309_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7309_q ), + .datad(\text_gen|char_ram~8205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40826 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40827 ( +// Equation(s): +// \text_gen|char_ram~40827_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40826_combout & ((\text_gen|char_ram~8653_q ))) # (!\text_gen|char_ram~40826_combout & (\text_gen|char_ram~7757_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40826_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7757_q ), + .datac(\text_gen|char_ram~8653_q ), + .datad(\text_gen|char_ram~40826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40827 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y45_N19 +dffeas \text_gen|char_ram~1037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y38_N15 +dffeas \text_gen|char_ram~1485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y38_N13 +dffeas \text_gen|char_ram~141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y20_N13 +dffeas \text_gen|char_ram~589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40828 ( +// Equation(s): +// \text_gen|char_ram~40828_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~589_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~141_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~141_q ), + .datad(\text_gen|char_ram~589_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40828 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40829 ( +// Equation(s): +// \text_gen|char_ram~40829_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40828_combout & ((\text_gen|char_ram~1485_q ))) # (!\text_gen|char_ram~40828_combout & (\text_gen|char_ram~1037_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40828_combout )))) + + .dataa(\text_gen|char_ram~1037_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1485_q ), + .datad(\text_gen|char_ram~40828_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40829 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40830 ( +// Equation(s): +// \text_gen|char_ram~40830_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~40827_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~40829_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40827_combout ), + .datad(\text_gen|char_ram~40829_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40830 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22093feeder ( +// Equation(s): +// \text_gen|char_ram~22093feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22093feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22093feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22093feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N13 +dffeas \text_gen|char_ram~22093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22093feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y37_N17 +dffeas \text_gen|char_ram~22989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y39_N31 +dffeas \text_gen|char_ram~21645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y37_N3 +dffeas \text_gen|char_ram~22541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40831 ( +// Equation(s): +// \text_gen|char_ram~40831_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22541_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21645_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21645_q ), + .datad(\text_gen|char_ram~22541_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40831 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40832 ( +// Equation(s): +// \text_gen|char_ram~40832_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40831_combout & ((\text_gen|char_ram~22989_q ))) # (!\text_gen|char_ram~40831_combout & (\text_gen|char_ram~22093_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40831_combout )))) + + .dataa(\text_gen|char_ram~22093_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22989_q ), + .datad(\text_gen|char_ram~40831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40832 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40833 ( +// Equation(s): +// \text_gen|char_ram~40833_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40830_combout & ((\text_gen|char_ram~40832_combout ))) # (!\text_gen|char_ram~40830_combout & (\text_gen|char_ram~40825_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40830_combout )))) + + .dataa(\text_gen|char_ram~40825_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40830_combout ), + .datad(\text_gen|char_ram~40832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40833 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y34_N3 +dffeas \text_gen|char_ram~21617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y37_N15 +dffeas \text_gen|char_ram~22513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40841 ( +// Equation(s): +// \text_gen|char_ram~40841_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22513_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21617_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21617_q ), + .datad(\text_gen|char_ram~22513_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40841 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y34_N25 +dffeas \text_gen|char_ram~22961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y19_N9 +dffeas \text_gen|char_ram~22065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40842 ( +// Equation(s): +// \text_gen|char_ram~40842_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40841_combout & (\text_gen|char_ram~22961_q )) # (!\text_gen|char_ram~40841_combout & ((\text_gen|char_ram~22065_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40841_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40841_combout ), + .datac(\text_gen|char_ram~22961_q ), + .datad(\text_gen|char_ram~22065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40842 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y42_N21 +dffeas \text_gen|char_ram~113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y20_N27 +dffeas \text_gen|char_ram~561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40838 ( +// Equation(s): +// \text_gen|char_ram~40838_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~561_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~113_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~113_q ), + .datad(\text_gen|char_ram~561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40838 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y38_N1 +dffeas \text_gen|char_ram~1457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1457 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1009feeder ( +// Equation(s): +// \text_gen|char_ram~1009feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1009feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1009feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1009feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y45_N21 +dffeas \text_gen|char_ram~1009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1009feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40839 ( +// Equation(s): +// \text_gen|char_ram~40839_combout = (\text_gen|char_ram~40838_combout & (((\text_gen|char_ram~1457_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~40838_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1009_q )))) + + .dataa(\text_gen|char_ram~40838_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1457_q ), + .datad(\text_gen|char_ram~1009_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40839 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y37_N1 +dffeas \text_gen|char_ram~14449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14897feeder ( +// Equation(s): +// \text_gen|char_ram~14897feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14897feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14897feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14897feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y37_N11 +dffeas \text_gen|char_ram~14897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14897feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40836 ( +// Equation(s): +// \text_gen|char_ram~40836_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~14897_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14449_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14449_q ), + .datad(\text_gen|char_ram~14897_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40836 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y37_N15 +dffeas \text_gen|char_ram~15793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15345feeder ( +// Equation(s): +// \text_gen|char_ram~15345feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15345feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15345feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15345feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N27 +dffeas \text_gen|char_ram~15345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15345feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40837 ( +// Equation(s): +// \text_gen|char_ram~40837_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40836_combout & (\text_gen|char_ram~15793_q )) # (!\text_gen|char_ram~40836_combout & ((\text_gen|char_ram~15345_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40836_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40836_combout ), + .datac(\text_gen|char_ram~15793_q ), + .datad(\text_gen|char_ram~15345_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40837 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40840 ( +// Equation(s): +// \text_gen|char_ram~40840_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~40837_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~40839_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40839_combout ), + .datad(\text_gen|char_ram~40837_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40840 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y17_N17 +dffeas \text_gen|char_ram~7729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y41_N9 +dffeas \text_gen|char_ram~8625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8177feeder ( +// Equation(s): +// \text_gen|char_ram~8177feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y52_N23 +dffeas \text_gen|char_ram~8177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y45_N27 +dffeas \text_gen|char_ram~7281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40834 ( +// Equation(s): +// \text_gen|char_ram~40834_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~8177_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~7281_q ))))) + + .dataa(\text_gen|char_ram~8177_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7281_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40834 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40835 ( +// Equation(s): +// \text_gen|char_ram~40835_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40834_combout & ((\text_gen|char_ram~8625_q ))) # (!\text_gen|char_ram~40834_combout & (\text_gen|char_ram~7729_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40834_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7729_q ), + .datac(\text_gen|char_ram~8625_q ), + .datad(\text_gen|char_ram~40834_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40835 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40843 ( +// Equation(s): +// \text_gen|char_ram~40843_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40840_combout & (\text_gen|char_ram~40842_combout )) # (!\text_gen|char_ram~40840_combout & ((\text_gen|char_ram~40835_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40840_combout )))) + + .dataa(\text_gen|char_ram~40842_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40840_combout ), + .datad(\text_gen|char_ram~40835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40843 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40844 ( +// Equation(s): +// \text_gen|char_ram~40844_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~40833_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~40843_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~40833_combout ), + .datad(\text_gen|char_ram~40843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40844 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y39_N5 +dffeas \text_gen|char_ram~14932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y38_N7 +dffeas \text_gen|char_ram~14484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40845 ( +// Equation(s): +// \text_gen|char_ram~40845_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~14932_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~14484_q +// ))))) + + .dataa(\text_gen|char_ram~14932_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14484_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40845 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y38_N25 +dffeas \text_gen|char_ram~15828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y42_N7 +dffeas \text_gen|char_ram~15380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40846 ( +// Equation(s): +// \text_gen|char_ram~40846_combout = (\text_gen|char_ram~40845_combout & (((\text_gen|char_ram~15828_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~40845_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15380_q )))) + + .dataa(\text_gen|char_ram~40845_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15828_q ), + .datad(\text_gen|char_ram~15380_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40846 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~22100feeder ( +// Equation(s): +// \text_gen|char_ram~22100feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22100feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22100feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22100feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N19 +dffeas \text_gen|char_ram~22100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22100feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y30_N27 +dffeas \text_gen|char_ram~22996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y35_N15 +dffeas \text_gen|char_ram~21652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y46_N13 +dffeas \text_gen|char_ram~22548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40852 ( +// Equation(s): +// \text_gen|char_ram~40852_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22548_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21652_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21652_q ), + .datad(\text_gen|char_ram~22548_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40852 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40853 ( +// Equation(s): +// \text_gen|char_ram~40853_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40852_combout & ((\text_gen|char_ram~22996_q ))) # (!\text_gen|char_ram~40852_combout & (\text_gen|char_ram~22100_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40852_combout )))) + + .dataa(\text_gen|char_ram~22100_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22996_q ), + .datad(\text_gen|char_ram~40852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40853 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y21_N17 +dffeas \text_gen|char_ram~7764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y32_N27 +dffeas \text_gen|char_ram~8660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y36_N21 +dffeas \text_gen|char_ram~7316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~8212feeder ( +// Equation(s): +// \text_gen|char_ram~8212feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~8212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8212feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~8212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y36_N3 +dffeas \text_gen|char_ram~8212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40847 ( +// Equation(s): +// \text_gen|char_ram~40847_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~8212_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7316_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7316_q ), + .datad(\text_gen|char_ram~8212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40847 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40848 ( +// Equation(s): +// \text_gen|char_ram~40848_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40847_combout & ((\text_gen|char_ram~8660_q ))) # (!\text_gen|char_ram~40847_combout & (\text_gen|char_ram~7764_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40847_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7764_q ), + .datac(\text_gen|char_ram~8660_q ), + .datad(\text_gen|char_ram~40847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40848 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~1044feeder ( +// Equation(s): +// \text_gen|char_ram~1044feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1044feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1044feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1044feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y45_N19 +dffeas \text_gen|char_ram~1044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1044feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y38_N7 +dffeas \text_gen|char_ram~1492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y24_N27 +dffeas \text_gen|char_ram~596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y42_N23 +dffeas \text_gen|char_ram~148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40849 ( +// Equation(s): +// \text_gen|char_ram~40849_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~596_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~148_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~596_q ), + .datac(\text_gen|char_ram~148_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40849 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40850 ( +// Equation(s): +// \text_gen|char_ram~40850_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40849_combout & ((\text_gen|char_ram~1492_q ))) # (!\text_gen|char_ram~40849_combout & (\text_gen|char_ram~1044_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40849_combout )))) + + .dataa(\text_gen|char_ram~1044_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1492_q ), + .datad(\text_gen|char_ram~40849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40850 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40851 ( +// Equation(s): +// \text_gen|char_ram~40851_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~40848_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~40850_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40848_combout ), + .datad(\text_gen|char_ram~40850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40851 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40854 ( +// Equation(s): +// \text_gen|char_ram~40854_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40851_combout & ((\text_gen|char_ram~40853_combout ))) # (!\text_gen|char_ram~40851_combout & (\text_gen|char_ram~40846_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40851_combout )))) + + .dataa(\text_gen|char_ram~40846_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40853_combout ), + .datad(\text_gen|char_ram~40851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40854 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y42_N29 +dffeas \text_gen|char_ram~15352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y40_N19 +dffeas \text_gen|char_ram~15800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y40_N29 +dffeas \text_gen|char_ram~14456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14904feeder ( +// Equation(s): +// \text_gen|char_ram~14904feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14904feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14904feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14904feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y40_N9 +dffeas \text_gen|char_ram~14904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14904feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40816 ( +// Equation(s): +// \text_gen|char_ram~40816_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~14904_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14456_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14456_q ), + .datad(\text_gen|char_ram~14904_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40816 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40817 ( +// Equation(s): +// \text_gen|char_ram~40817_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40816_combout & ((\text_gen|char_ram~15800_q ))) # (!\text_gen|char_ram~40816_combout & (\text_gen|char_ram~15352_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40816_combout )))) + + .dataa(\text_gen|char_ram~15352_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15800_q ), + .datad(\text_gen|char_ram~40816_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40817 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1016feeder ( +// Equation(s): +// \text_gen|char_ram~1016feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y45_N21 +dffeas \text_gen|char_ram~1016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y38_N25 +dffeas \text_gen|char_ram~1464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y42_N19 +dffeas \text_gen|char_ram~120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y16_N23 +dffeas \text_gen|char_ram~568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40818 ( +// Equation(s): +// \text_gen|char_ram~40818_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~568_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~120_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~120_q ), + .datad(\text_gen|char_ram~568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40818 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40819 ( +// Equation(s): +// \text_gen|char_ram~40819_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40818_combout & ((\text_gen|char_ram~1464_q ))) # (!\text_gen|char_ram~40818_combout & (\text_gen|char_ram~1016_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40818_combout )))) + + .dataa(\text_gen|char_ram~1016_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1464_q ), + .datad(\text_gen|char_ram~40818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40819 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40820 ( +// Equation(s): +// \text_gen|char_ram~40820_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~40817_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~40819_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40817_combout ), + .datad(\text_gen|char_ram~40819_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40820 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7736feeder ( +// Equation(s): +// \text_gen|char_ram~7736feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7736feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7736feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7736feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y17_N19 +dffeas \text_gen|char_ram~7736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7736feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N9 +dffeas \text_gen|char_ram~8632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y45_N15 +dffeas \text_gen|char_ram~7288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8184feeder ( +// Equation(s): +// \text_gen|char_ram~8184feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8184feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8184feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8184feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N11 +dffeas \text_gen|char_ram~8184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8184feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40814 ( +// Equation(s): +// \text_gen|char_ram~40814_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8184_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7288_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7288_q ), + .datad(\text_gen|char_ram~8184_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40814 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40815 ( +// Equation(s): +// \text_gen|char_ram~40815_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40814_combout & ((\text_gen|char_ram~8632_q ))) # (!\text_gen|char_ram~40814_combout & (\text_gen|char_ram~7736_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40814_combout )))) + + .dataa(\text_gen|char_ram~7736_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8632_q ), + .datad(\text_gen|char_ram~40814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40815 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22072feeder ( +// Equation(s): +// \text_gen|char_ram~22072feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22072feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y19_N9 +dffeas \text_gen|char_ram~22072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y27_N27 +dffeas \text_gen|char_ram~22968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y17_N25 +dffeas \text_gen|char_ram~21624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22520feeder ( +// Equation(s): +// \text_gen|char_ram~22520feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22520feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22520feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22520feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N21 +dffeas \text_gen|char_ram~22520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22520feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40821 ( +// Equation(s): +// \text_gen|char_ram~40821_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22520_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21624_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21624_q ), + .datad(\text_gen|char_ram~22520_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40821 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40822 ( +// Equation(s): +// \text_gen|char_ram~40822_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40821_combout & ((\text_gen|char_ram~22968_q ))) # (!\text_gen|char_ram~40821_combout & (\text_gen|char_ram~22072_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40821_combout )))) + + .dataa(\text_gen|char_ram~22072_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22968_q ), + .datad(\text_gen|char_ram~40821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40822 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40823 ( +// Equation(s): +// \text_gen|char_ram~40823_combout = (\text_gen|char_ram~40820_combout & (((\text_gen|char_ram~40822_combout ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~40820_combout & (\text_gen|char_ram~40815_combout & (\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~40820_combout ), + .datab(\text_gen|char_ram~40815_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~40822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40823 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~40823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40855 ( +// Equation(s): +// \text_gen|char_ram~40855_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40844_combout & (\text_gen|char_ram~40854_combout )) # (!\text_gen|char_ram~40844_combout & ((\text_gen|char_ram~40823_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~40844_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40844_combout ), + .datac(\text_gen|char_ram~40854_combout ), + .datad(\text_gen|char_ram~40823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40855 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y37_N3 +dffeas \text_gen|char_ram~21981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y37_N21 +dffeas \text_gen|char_ram~22877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y37_N25 +dffeas \text_gen|char_ram~21533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22429feeder ( +// Equation(s): +// \text_gen|char_ram~22429feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y54_N7 +dffeas \text_gen|char_ram~22429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40873 ( +// Equation(s): +// \text_gen|char_ram~40873_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22429_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21533_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21533_q ), + .datad(\text_gen|char_ram~22429_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40873 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40874 ( +// Equation(s): +// \text_gen|char_ram~40874_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40873_combout & ((\text_gen|char_ram~22877_q ))) # (!\text_gen|char_ram~40873_combout & (\text_gen|char_ram~21981_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40873_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~21981_q ), + .datac(\text_gen|char_ram~22877_q ), + .datad(\text_gen|char_ram~40873_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40874 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15261feeder ( +// Equation(s): +// \text_gen|char_ram~15261feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15261feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N1 +dffeas \text_gen|char_ram~15261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y38_N5 +dffeas \text_gen|char_ram~15709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y38_N19 +dffeas \text_gen|char_ram~14365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14813feeder ( +// Equation(s): +// \text_gen|char_ram~14813feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14813feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14813feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14813feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y28_N19 +dffeas \text_gen|char_ram~14813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14813feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40866 ( +// Equation(s): +// \text_gen|char_ram~40866_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~14813_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14365_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14365_q ), + .datad(\text_gen|char_ram~14813_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40866 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40867 ( +// Equation(s): +// \text_gen|char_ram~40867_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40866_combout & ((\text_gen|char_ram~15709_q ))) # (!\text_gen|char_ram~40866_combout & (\text_gen|char_ram~15261_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40866_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15261_q ), + .datac(\text_gen|char_ram~15709_q ), + .datad(\text_gen|char_ram~40866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40867 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~477feeder ( +// Equation(s): +// \text_gen|char_ram~477feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~477feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~477feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~477feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y24_N9 +dffeas \text_gen|char_ram~477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~477feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y34_N23 +dffeas \text_gen|char_ram~29 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~29_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~29 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~29 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40870 ( +// Equation(s): +// \text_gen|char_ram~40870_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~477_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~29_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~477_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~29_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40870 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y34_N29 +dffeas \text_gen|char_ram~1373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~925feeder ( +// Equation(s): +// \text_gen|char_ram~925feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~925feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~925feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~925feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y54_N21 +dffeas \text_gen|char_ram~925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~925feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40871 ( +// Equation(s): +// \text_gen|char_ram~40871_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40870_combout & (\text_gen|char_ram~1373_q )) # (!\text_gen|char_ram~40870_combout & ((\text_gen|char_ram~925_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40870_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40870_combout ), + .datac(\text_gen|char_ram~1373_q ), + .datad(\text_gen|char_ram~925_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40871 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7645feeder ( +// Equation(s): +// \text_gen|char_ram~7645feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7645feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7645feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7645feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N13 +dffeas \text_gen|char_ram~7645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7645feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y34_N7 +dffeas \text_gen|char_ram~8541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y43_N31 +dffeas \text_gen|char_ram~7197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8093feeder ( +// Equation(s): +// \text_gen|char_ram~8093feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8093feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8093feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8093feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N17 +dffeas \text_gen|char_ram~8093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8093feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40868 ( +// Equation(s): +// \text_gen|char_ram~40868_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~8093_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7197_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7197_q ), + .datad(\text_gen|char_ram~8093_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40868 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40869 ( +// Equation(s): +// \text_gen|char_ram~40869_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40868_combout & ((\text_gen|char_ram~8541_q ))) # (!\text_gen|char_ram~40868_combout & (\text_gen|char_ram~7645_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40868_combout )))) + + .dataa(\text_gen|char_ram~7645_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8541_q ), + .datad(\text_gen|char_ram~40868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40869 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40872 ( +// Equation(s): +// \text_gen|char_ram~40872_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~40869_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~40871_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~40871_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~40869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40872 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~40872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40875 ( +// Equation(s): +// \text_gen|char_ram~40875_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40872_combout & (\text_gen|char_ram~40874_combout )) # (!\text_gen|char_ram~40872_combout & ((\text_gen|char_ram~40867_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40872_combout )))) + + .dataa(\text_gen|char_ram~40874_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40867_combout ), + .datad(\text_gen|char_ram~40872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40875 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21953feeder ( +// Equation(s): +// \text_gen|char_ram~21953feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y18_N9 +dffeas \text_gen|char_ram~21953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N15 +dffeas \text_gen|char_ram~22849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y49_N11 +dffeas \text_gen|char_ram~21505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22401feeder ( +// Equation(s): +// \text_gen|char_ram~22401feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22401feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22401feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22401feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y57_N31 +dffeas \text_gen|char_ram~22401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22401feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40883 ( +// Equation(s): +// \text_gen|char_ram~40883_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22401_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21505_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21505_q ), + .datad(\text_gen|char_ram~22401_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40883 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40884 ( +// Equation(s): +// \text_gen|char_ram~40884_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40883_combout & ((\text_gen|char_ram~22849_q ))) # (!\text_gen|char_ram~40883_combout & (\text_gen|char_ram~21953_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40883_combout )))) + + .dataa(\text_gen|char_ram~21953_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22849_q ), + .datad(\text_gen|char_ram~40883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40884 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y54_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15233feeder ( +// Equation(s): +// \text_gen|char_ram~15233feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y54_N25 +dffeas \text_gen|char_ram~15233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y38_N7 +dffeas \text_gen|char_ram~15681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y38_N13 +dffeas \text_gen|char_ram~14337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N11 +dffeas \text_gen|char_ram~14785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40878 ( +// Equation(s): +// \text_gen|char_ram~40878_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~14785_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14337_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14337_q ), + .datad(\text_gen|char_ram~14785_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40878 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40879 ( +// Equation(s): +// \text_gen|char_ram~40879_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40878_combout & ((\text_gen|char_ram~15681_q ))) # (!\text_gen|char_ram~40878_combout & (\text_gen|char_ram~15233_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40878_combout )))) + + .dataa(\text_gen|char_ram~15233_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15681_q ), + .datad(\text_gen|char_ram~40878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40879 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y54_N23 +dffeas \text_gen|char_ram~897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y28_N7 +dffeas \text_gen|char_ram~1345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~449feeder ( +// Equation(s): +// \text_gen|char_ram~449feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~449feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~449feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~449feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y16_N29 +dffeas \text_gen|char_ram~449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~449feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y36_N25 +dffeas \text_gen|char_ram~1 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40880 ( +// Equation(s): +// \text_gen|char_ram~40880_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~449_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~1_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~449_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40880 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40881 ( +// Equation(s): +// \text_gen|char_ram~40881_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40880_combout & ((\text_gen|char_ram~1345_q ))) # (!\text_gen|char_ram~40880_combout & (\text_gen|char_ram~897_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40880_combout )))) + + .dataa(\text_gen|char_ram~897_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1345_q ), + .datad(\text_gen|char_ram~40880_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40881 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40882 ( +// Equation(s): +// \text_gen|char_ram~40882_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~40879_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~40881_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40879_combout ), + .datad(\text_gen|char_ram~40881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40882 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y47_N15 +dffeas \text_gen|char_ram~7169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7169 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8065feeder ( +// Equation(s): +// \text_gen|char_ram~8065feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y57_N17 +dffeas \text_gen|char_ram~8065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40876 ( +// Equation(s): +// \text_gen|char_ram~40876_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~8065_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7169_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7169_q ), + .datad(\text_gen|char_ram~8065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40876 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y47_N5 +dffeas \text_gen|char_ram~8513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7617feeder ( +// Equation(s): +// \text_gen|char_ram~7617feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7617feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7617feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7617feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y17_N9 +dffeas \text_gen|char_ram~7617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7617feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40877 ( +// Equation(s): +// \text_gen|char_ram~40877_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40876_combout & (\text_gen|char_ram~8513_q )) # (!\text_gen|char_ram~40876_combout & ((\text_gen|char_ram~7617_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40876_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40876_combout ), + .datac(\text_gen|char_ram~8513_q ), + .datad(\text_gen|char_ram~7617_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40877 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40885 ( +// Equation(s): +// \text_gen|char_ram~40885_combout = (\text_gen|char_ram~40882_combout & ((\text_gen|char_ram~40884_combout ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~40882_combout & (((\text_gen|Add5~12_combout & \text_gen|char_ram~40877_combout )))) + + .dataa(\text_gen|char_ram~40884_combout ), + .datab(\text_gen|char_ram~40882_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~40877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40885 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~40885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40886 ( +// Equation(s): +// \text_gen|char_ram~40886_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~40875_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~40885_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~40875_combout ), + .datad(\text_gen|char_ram~40885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40886 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y17_N1 +dffeas \text_gen|char_ram~7624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y26_N9 +dffeas \text_gen|char_ram~8520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y45_N7 +dffeas \text_gen|char_ram~7176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~8072feeder ( +// Equation(s): +// \text_gen|char_ram~8072feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8072feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y56_N31 +dffeas \text_gen|char_ram~8072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40856 ( +// Equation(s): +// \text_gen|char_ram~40856_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8072_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7176_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7176_q ), + .datad(\text_gen|char_ram~8072_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40856 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40857 ( +// Equation(s): +// \text_gen|char_ram~40857_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40856_combout & ((\text_gen|char_ram~8520_q ))) # (!\text_gen|char_ram~40856_combout & (\text_gen|char_ram~7624_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40856_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7624_q ), + .datac(\text_gen|char_ram~8520_q ), + .datad(\text_gen|char_ram~40856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40857 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21960feeder ( +// Equation(s): +// \text_gen|char_ram~21960feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21960feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21960feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21960feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y21_N11 +dffeas \text_gen|char_ram~21960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21960feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y26_N19 +dffeas \text_gen|char_ram~22856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y41_N31 +dffeas \text_gen|char_ram~21512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y52_N19 +dffeas \text_gen|char_ram~22408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40863 ( +// Equation(s): +// \text_gen|char_ram~40863_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22408_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21512_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21512_q ), + .datad(\text_gen|char_ram~22408_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40863 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40864 ( +// Equation(s): +// \text_gen|char_ram~40864_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40863_combout & ((\text_gen|char_ram~22856_q ))) # (!\text_gen|char_ram~40863_combout & (\text_gen|char_ram~21960_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40863_combout )))) + + .dataa(\text_gen|char_ram~21960_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22856_q ), + .datad(\text_gen|char_ram~40863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40864 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~15240feeder ( +// Equation(s): +// \text_gen|char_ram~15240feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15240feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15240feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15240feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N5 +dffeas \text_gen|char_ram~15240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15240feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y34_N11 +dffeas \text_gen|char_ram~15688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y23_N9 +dffeas \text_gen|char_ram~14792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y34_N21 +dffeas \text_gen|char_ram~14344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40858 ( +// Equation(s): +// \text_gen|char_ram~40858_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14792_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14344_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14792_q ), + .datac(\text_gen|char_ram~14344_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40858 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40859 ( +// Equation(s): +// \text_gen|char_ram~40859_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40858_combout & ((\text_gen|char_ram~15688_q ))) # (!\text_gen|char_ram~40858_combout & (\text_gen|char_ram~15240_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40858_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15240_q ), + .datac(\text_gen|char_ram~15688_q ), + .datad(\text_gen|char_ram~40858_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40859 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y42_N11 +dffeas \text_gen|char_ram~8 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y23_N11 +dffeas \text_gen|char_ram~456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40860 ( +// Equation(s): +// \text_gen|char_ram~40860_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~456_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~8_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8_q ), + .datad(\text_gen|char_ram~456_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40860 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y34_N11 +dffeas \text_gen|char_ram~1352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~904feeder ( +// Equation(s): +// \text_gen|char_ram~904feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~904feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~904feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~904feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y54_N3 +dffeas \text_gen|char_ram~904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~904feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40861 ( +// Equation(s): +// \text_gen|char_ram~40861_combout = (\text_gen|char_ram~40860_combout & (((\text_gen|char_ram~1352_q )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~40860_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~904_q )))) + + .dataa(\text_gen|char_ram~40860_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1352_q ), + .datad(\text_gen|char_ram~904_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40861 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40862 ( +// Equation(s): +// \text_gen|char_ram~40862_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~40859_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~40861_combout ))))) + + .dataa(\text_gen|char_ram~40859_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~40861_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40862 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~40862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40865 ( +// Equation(s): +// \text_gen|char_ram~40865_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40862_combout & ((\text_gen|char_ram~40864_combout ))) # (!\text_gen|char_ram~40862_combout & (\text_gen|char_ram~40857_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40862_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~40857_combout ), + .datac(\text_gen|char_ram~40864_combout ), + .datad(\text_gen|char_ram~40862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40865 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y38_N27 +dffeas \text_gen|char_ram~14372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y24_N11 +dffeas \text_gen|char_ram~14820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40887 ( +// Equation(s): +// \text_gen|char_ram~40887_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~14820_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14372_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14372_q ), + .datad(\text_gen|char_ram~14820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40887 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y38_N29 +dffeas \text_gen|char_ram~15716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y56_N23 +dffeas \text_gen|char_ram~15268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40888 ( +// Equation(s): +// \text_gen|char_ram~40888_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40887_combout & (\text_gen|char_ram~15716_q )) # (!\text_gen|char_ram~40887_combout & ((\text_gen|char_ram~15268_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40887_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40887_combout ), + .datac(\text_gen|char_ram~15716_q ), + .datad(\text_gen|char_ram~15268_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40888 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y22_N29 +dffeas \text_gen|char_ram~21988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y22_N11 +dffeas \text_gen|char_ram~22884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y39_N19 +dffeas \text_gen|char_ram~21540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y56_N21 +dffeas \text_gen|char_ram~22436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40894 ( +// Equation(s): +// \text_gen|char_ram~40894_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~22436_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21540_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21540_q ), + .datad(\text_gen|char_ram~22436_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40894 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40895 ( +// Equation(s): +// \text_gen|char_ram~40895_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40894_combout & ((\text_gen|char_ram~22884_q ))) # (!\text_gen|char_ram~40894_combout & (\text_gen|char_ram~21988_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40894_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~21988_q ), + .datac(\text_gen|char_ram~22884_q ), + .datad(\text_gen|char_ram~40894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40895 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y35_N13 +dffeas \text_gen|char_ram~484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~484 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y32_N11 +dffeas \text_gen|char_ram~36 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~36_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~36 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~36 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40891 ( +// Equation(s): +// \text_gen|char_ram~40891_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~484_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~36_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~484_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~36_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40891 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y54_N13 +dffeas \text_gen|char_ram~932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y32_N21 +dffeas \text_gen|char_ram~1380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40892 ( +// Equation(s): +// \text_gen|char_ram~40892_combout = (\text_gen|char_ram~40891_combout & (((\text_gen|char_ram~1380_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~40891_combout & (\text_gen|char_ram~932_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~40891_combout ), + .datab(\text_gen|char_ram~932_q ), + .datac(\text_gen|char_ram~1380_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40892 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~40892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y17_N1 +dffeas \text_gen|char_ram~7652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y26_N23 +dffeas \text_gen|char_ram~8548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y43_N13 +dffeas \text_gen|char_ram~7204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y56_N1 +dffeas \text_gen|char_ram~8100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40889 ( +// Equation(s): +// \text_gen|char_ram~40889_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~8100_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7204_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7204_q ), + .datad(\text_gen|char_ram~8100_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40889 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40890 ( +// Equation(s): +// \text_gen|char_ram~40890_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40889_combout & ((\text_gen|char_ram~8548_q ))) # (!\text_gen|char_ram~40889_combout & (\text_gen|char_ram~7652_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40889_combout )))) + + .dataa(\text_gen|char_ram~7652_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8548_q ), + .datad(\text_gen|char_ram~40889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40890 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40893 ( +// Equation(s): +// \text_gen|char_ram~40893_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~40890_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~40892_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40892_combout ), + .datad(\text_gen|char_ram~40890_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40893 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40896 ( +// Equation(s): +// \text_gen|char_ram~40896_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40893_combout & ((\text_gen|char_ram~40895_combout ))) # (!\text_gen|char_ram~40893_combout & (\text_gen|char_ram~40888_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40893_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40888_combout ), + .datac(\text_gen|char_ram~40895_combout ), + .datad(\text_gen|char_ram~40893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40896 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40897 ( +// Equation(s): +// \text_gen|char_ram~40897_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40886_combout & ((\text_gen|char_ram~40896_combout ))) # (!\text_gen|char_ram~40886_combout & (\text_gen|char_ram~40865_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~40886_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40886_combout ), + .datac(\text_gen|char_ram~40865_combout ), + .datad(\text_gen|char_ram~40896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40897 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40898 ( +// Equation(s): +// \text_gen|char_ram~40898_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~40855_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~40897_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40855_combout ), + .datad(\text_gen|char_ram~40897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40898 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y56_N31 +dffeas \text_gen|char_ram~22765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y31_N23 +dffeas \text_gen|char_ram~23213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N1 +dffeas \text_gen|char_ram~21869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y19_N19 +dffeas \text_gen|char_ram~22317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40930 ( +// Equation(s): +// \text_gen|char_ram~40930_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22317_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21869_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21869_q ), + .datad(\text_gen|char_ram~22317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40930 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40931 ( +// Equation(s): +// \text_gen|char_ram~40931_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40930_combout & ((\text_gen|char_ram~23213_q ))) # (!\text_gen|char_ram~40930_combout & (\text_gen|char_ram~22765_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40930_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22765_q ), + .datac(\text_gen|char_ram~23213_q ), + .datad(\text_gen|char_ram~40930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40931 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22324feeder ( +// Equation(s): +// \text_gen|char_ram~22324feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22324feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y19_N3 +dffeas \text_gen|char_ram~22324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22324 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y27_N21 +dffeas \text_gen|char_ram~23220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y33_N23 +dffeas \text_gen|char_ram~21876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y56_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22772feeder ( +// Equation(s): +// \text_gen|char_ram~22772feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y56_N9 +dffeas \text_gen|char_ram~22772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40937 ( +// Equation(s): +// \text_gen|char_ram~40937_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22772_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21876_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21876_q ), + .datad(\text_gen|char_ram~22772_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40937 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40938 ( +// Equation(s): +// \text_gen|char_ram~40938_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40937_combout & ((\text_gen|char_ram~23220_q ))) # (!\text_gen|char_ram~40937_combout & (\text_gen|char_ram~22324_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40937_combout )))) + + .dataa(\text_gen|char_ram~22324_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23220_q ), + .datad(\text_gen|char_ram~40937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40938 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22296feeder ( +// Equation(s): +// \text_gen|char_ram~22296feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22296feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y19_N31 +dffeas \text_gen|char_ram~22296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N15 +dffeas \text_gen|char_ram~23192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y37_N1 +dffeas \text_gen|char_ram~21848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y56_N27 +dffeas \text_gen|char_ram~22744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40932 ( +// Equation(s): +// \text_gen|char_ram~40932_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22744_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21848_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21848_q ), + .datad(\text_gen|char_ram~22744_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40932 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40933 ( +// Equation(s): +// \text_gen|char_ram~40933_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40932_combout & ((\text_gen|char_ram~23192_q ))) # (!\text_gen|char_ram~40932_combout & (\text_gen|char_ram~22296_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40932_combout )))) + + .dataa(\text_gen|char_ram~22296_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23192_q ), + .datad(\text_gen|char_ram~40932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40933 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~22737feeder ( +// Equation(s): +// \text_gen|char_ram~22737feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22737feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22737feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22737feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y59_N7 +dffeas \text_gen|char_ram~22737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22737feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y31_N7 +dffeas \text_gen|char_ram~23185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N5 +dffeas \text_gen|char_ram~21841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N15 +dffeas \text_gen|char_ram~22289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40934 ( +// Equation(s): +// \text_gen|char_ram~40934_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22289_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21841_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21841_q ), + .datad(\text_gen|char_ram~22289_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40934 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40935 ( +// Equation(s): +// \text_gen|char_ram~40935_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40934_combout & ((\text_gen|char_ram~23185_q ))) # (!\text_gen|char_ram~40934_combout & (\text_gen|char_ram~22737_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40934_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22737_q ), + .datac(\text_gen|char_ram~23185_q ), + .datad(\text_gen|char_ram~40934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40935 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40936 ( +// Equation(s): +// \text_gen|char_ram~40936_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~40933_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~40935_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~40933_combout ), + .datad(\text_gen|char_ram~40935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40936 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40939 ( +// Equation(s): +// \text_gen|char_ram~40939_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40936_combout & ((\text_gen|char_ram~40938_combout ))) # (!\text_gen|char_ram~40936_combout & (\text_gen|char_ram~40931_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40936_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~40931_combout ), + .datac(\text_gen|char_ram~40938_combout ), + .datad(\text_gen|char_ram~40936_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40939 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N13 +dffeas \text_gen|char_ram~16024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y32_N7 +dffeas \text_gen|char_ram~15128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y52_N31 +dffeas \text_gen|char_ram~15576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y40_N17 +dffeas \text_gen|char_ram~14680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40899 ( +// Equation(s): +// \text_gen|char_ram~40899_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15576_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14680_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15576_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14680_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40899 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40900 ( +// Equation(s): +// \text_gen|char_ram~40900_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40899_combout & (\text_gen|char_ram~16024_q )) # (!\text_gen|char_ram~40899_combout & ((\text_gen|char_ram~15128_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40899_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16024_q ), + .datac(\text_gen|char_ram~15128_q ), + .datad(\text_gen|char_ram~40899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40900 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15156feeder ( +// Equation(s): +// \text_gen|char_ram~15156feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15156feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15156feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15156feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y21_N25 +dffeas \text_gen|char_ram~15156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15156feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y39_N13 +dffeas \text_gen|char_ram~16052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15604feeder ( +// Equation(s): +// \text_gen|char_ram~15604feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15604feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15604feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15604feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y56_N17 +dffeas \text_gen|char_ram~15604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15604feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y53_N17 +dffeas \text_gen|char_ram~14708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40906 ( +// Equation(s): +// \text_gen|char_ram~40906_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15604_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14708_q +// ))))) + + .dataa(\text_gen|char_ram~15604_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14708_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40906 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40907 ( +// Equation(s): +// \text_gen|char_ram~40907_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40906_combout & ((\text_gen|char_ram~16052_q ))) # (!\text_gen|char_ram~40906_combout & (\text_gen|char_ram~15156_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40906_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15156_q ), + .datac(\text_gen|char_ram~16052_q ), + .datad(\text_gen|char_ram~40906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40907 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15569feeder ( +// Equation(s): +// \text_gen|char_ram~15569feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15569feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15569feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15569feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y54_N19 +dffeas \text_gen|char_ram~15569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15569feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y34_N5 +dffeas \text_gen|char_ram~16017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N27 +dffeas \text_gen|char_ram~15121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14673feeder ( +// Equation(s): +// \text_gen|char_ram~14673feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~14673feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14673feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14673feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y37_N29 +dffeas \text_gen|char_ram~14673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14673feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40903 ( +// Equation(s): +// \text_gen|char_ram~40903_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15121_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~14673_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15121_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~14673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40903 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~40903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40904 ( +// Equation(s): +// \text_gen|char_ram~40904_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40903_combout & ((\text_gen|char_ram~16017_q ))) # (!\text_gen|char_ram~40903_combout & (\text_gen|char_ram~15569_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40903_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15569_q ), + .datac(\text_gen|char_ram~16017_q ), + .datad(\text_gen|char_ram~40903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40904 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15597feeder ( +// Equation(s): +// \text_gen|char_ram~15597feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15597feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15597feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15597feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N11 +dffeas \text_gen|char_ram~15597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15597feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y34_N19 +dffeas \text_gen|char_ram~16045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y46_N29 +dffeas \text_gen|char_ram~15149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y46_N27 +dffeas \text_gen|char_ram~14701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40901 ( +// Equation(s): +// \text_gen|char_ram~40901_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15149_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14701_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15149_q ), + .datac(\text_gen|char_ram~14701_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40901 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40902 ( +// Equation(s): +// \text_gen|char_ram~40902_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40901_combout & ((\text_gen|char_ram~16045_q ))) # (!\text_gen|char_ram~40901_combout & (\text_gen|char_ram~15597_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40901_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15597_q ), + .datac(\text_gen|char_ram~16045_q ), + .datad(\text_gen|char_ram~40901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40902 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40905 ( +// Equation(s): +// \text_gen|char_ram~40905_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~40902_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~40904_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~40904_combout ), + .datad(\text_gen|char_ram~40902_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40905 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40908 ( +// Equation(s): +// \text_gen|char_ram~40908_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40905_combout & ((\text_gen|char_ram~40907_combout ))) # (!\text_gen|char_ram~40905_combout & (\text_gen|char_ram~40900_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40905_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40900_combout ), + .datac(\text_gen|char_ram~40907_combout ), + .datad(\text_gen|char_ram~40905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40908 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y47_N9 +dffeas \text_gen|char_ram~7540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y56_N3 +dffeas \text_gen|char_ram~8436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40916 ( +// Equation(s): +// \text_gen|char_ram~40916_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8436_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7540_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7540_q ), + .datad(\text_gen|char_ram~8436_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40916 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y31_N23 +dffeas \text_gen|char_ram~8884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N7 +dffeas \text_gen|char_ram~7988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40917 ( +// Equation(s): +// \text_gen|char_ram~40917_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40916_combout & (\text_gen|char_ram~8884_q )) # (!\text_gen|char_ram~40916_combout & ((\text_gen|char_ram~7988_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40916_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40916_combout ), + .datac(\text_gen|char_ram~8884_q ), + .datad(\text_gen|char_ram~7988_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40917 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y12_N17 +dffeas \text_gen|char_ram~7960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N11 +dffeas \text_gen|char_ram~8856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y45_N9 +dffeas \text_gen|char_ram~7512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8408feeder ( +// Equation(s): +// \text_gen|char_ram~8408feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8408feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8408feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8408feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y56_N17 +dffeas \text_gen|char_ram~8408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8408feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40911 ( +// Equation(s): +// \text_gen|char_ram~40911_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8408_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7512_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7512_q ), + .datad(\text_gen|char_ram~8408_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40911 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40912 ( +// Equation(s): +// \text_gen|char_ram~40912_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40911_combout & ((\text_gen|char_ram~8856_q ))) # (!\text_gen|char_ram~40911_combout & (\text_gen|char_ram~7960_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40911_combout )))) + + .dataa(\text_gen|char_ram~7960_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8856_q ), + .datad(\text_gen|char_ram~40911_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40912 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y68_N29 +dffeas \text_gen|char_ram~8401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y34_N11 +dffeas \text_gen|char_ram~8849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y31_N15 +dffeas \text_gen|char_ram~7505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y12_N11 +dffeas \text_gen|char_ram~7953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40913 ( +// Equation(s): +// \text_gen|char_ram~40913_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7953_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7505_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7505_q ), + .datad(\text_gen|char_ram~7953_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40913 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40914 ( +// Equation(s): +// \text_gen|char_ram~40914_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40913_combout & ((\text_gen|char_ram~8849_q ))) # (!\text_gen|char_ram~40913_combout & (\text_gen|char_ram~8401_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40913_combout )))) + + .dataa(\text_gen|char_ram~8401_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8849_q ), + .datad(\text_gen|char_ram~40913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40914 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40915 ( +// Equation(s): +// \text_gen|char_ram~40915_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~40912_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~40914_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~40912_combout ), + .datad(\text_gen|char_ram~40914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40915 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8429feeder ( +// Equation(s): +// \text_gen|char_ram~8429feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N7 +dffeas \text_gen|char_ram~8429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y34_N1 +dffeas \text_gen|char_ram~8877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y37_N29 +dffeas \text_gen|char_ram~7981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7533feeder ( +// Equation(s): +// \text_gen|char_ram~7533feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y37_N19 +dffeas \text_gen|char_ram~7533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40909 ( +// Equation(s): +// \text_gen|char_ram~40909_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7981_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~7533_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7981_q ), + .datad(\text_gen|char_ram~7533_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40909 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40910 ( +// Equation(s): +// \text_gen|char_ram~40910_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40909_combout & ((\text_gen|char_ram~8877_q ))) # (!\text_gen|char_ram~40909_combout & (\text_gen|char_ram~8429_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40909_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8429_q ), + .datac(\text_gen|char_ram~8877_q ), + .datad(\text_gen|char_ram~40909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40910 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40918 ( +// Equation(s): +// \text_gen|char_ram~40918_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~40915_combout & (\text_gen|char_ram~40917_combout )) # (!\text_gen|char_ram~40915_combout & ((\text_gen|char_ram~40910_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~40915_combout )))) + + .dataa(\text_gen|char_ram~40917_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~40915_combout ), + .datad(\text_gen|char_ram~40910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40918 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~1261feeder ( +// Equation(s): +// \text_gen|char_ram~1261feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1261feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1261feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1261feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y55_N9 +dffeas \text_gen|char_ram~1261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1261feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y37_N21 +dffeas \text_gen|char_ram~1709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y19_N3 +dffeas \text_gen|char_ram~813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y37_N19 +dffeas \text_gen|char_ram~365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~365 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40921 ( +// Equation(s): +// \text_gen|char_ram~40921_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~813_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~365_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~813_q ), + .datac(\text_gen|char_ram~365_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40921 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40922 ( +// Equation(s): +// \text_gen|char_ram~40922_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40921_combout & ((\text_gen|char_ram~1709_q ))) # (!\text_gen|char_ram~40921_combout & (\text_gen|char_ram~1261_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40921_combout )))) + + .dataa(\text_gen|char_ram~1261_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1709_q ), + .datad(\text_gen|char_ram~40921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40922 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y56_N21 +dffeas \text_gen|char_ram~1233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y34_N9 +dffeas \text_gen|char_ram~1681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y42_N9 +dffeas \text_gen|char_ram~337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~785feeder ( +// Equation(s): +// \text_gen|char_ram~785feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~785feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~785feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~785feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y16_N9 +dffeas \text_gen|char_ram~785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~785feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40923 ( +// Equation(s): +// \text_gen|char_ram~40923_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~785_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~337_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~337_q ), + .datad(\text_gen|char_ram~785_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40923 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40924 ( +// Equation(s): +// \text_gen|char_ram~40924_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40923_combout & ((\text_gen|char_ram~1681_q ))) # (!\text_gen|char_ram~40923_combout & (\text_gen|char_ram~1233_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40923_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~1233_q ), + .datac(\text_gen|char_ram~1681_q ), + .datad(\text_gen|char_ram~40923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40924 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40925 ( +// Equation(s): +// \text_gen|char_ram~40925_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~40922_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~40924_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~40922_combout ), + .datad(\text_gen|char_ram~40924_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40925 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y42_N13 +dffeas \text_gen|char_ram~344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1240feeder ( +// Equation(s): +// \text_gen|char_ram~1240feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~1240feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1240feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1240feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y56_N21 +dffeas \text_gen|char_ram~1240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1240feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40919 ( +// Equation(s): +// \text_gen|char_ram~40919_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~1240_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~344_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~344_q ), + .datad(\text_gen|char_ram~1240_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40919 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y34_N17 +dffeas \text_gen|char_ram~1688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y16_N29 +dffeas \text_gen|char_ram~792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40920 ( +// Equation(s): +// \text_gen|char_ram~40920_combout = (\text_gen|char_ram~40919_combout & (((\text_gen|char_ram~1688_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~40919_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~792_q )))) + + .dataa(\text_gen|char_ram~40919_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1688_q ), + .datad(\text_gen|char_ram~792_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40920 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y42_N25 +dffeas \text_gen|char_ram~372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y56_N7 +dffeas \text_gen|char_ram~1268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40926 ( +// Equation(s): +// \text_gen|char_ram~40926_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~1268_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~372_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~372_q ), + .datad(\text_gen|char_ram~1268_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40926 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y34_N23 +dffeas \text_gen|char_ram~1716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y19_N17 +dffeas \text_gen|char_ram~820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40927 ( +// Equation(s): +// \text_gen|char_ram~40927_combout = (\text_gen|char_ram~40926_combout & (((\text_gen|char_ram~1716_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~40926_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~820_q )))) + + .dataa(\text_gen|char_ram~40926_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1716_q ), + .datad(\text_gen|char_ram~820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40927 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40928 ( +// Equation(s): +// \text_gen|char_ram~40928_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40925_combout & ((\text_gen|char_ram~40927_combout ))) # (!\text_gen|char_ram~40925_combout & (\text_gen|char_ram~40920_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~40925_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40925_combout ), + .datac(\text_gen|char_ram~40920_combout ), + .datad(\text_gen|char_ram~40927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40928 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40929 ( +// Equation(s): +// \text_gen|char_ram~40929_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~40918_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~40928_combout ))))) + + .dataa(\text_gen|char_ram~40918_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~40928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40929 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~40929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40940 ( +// Equation(s): +// \text_gen|char_ram~40940_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40929_combout & (\text_gen|char_ram~40939_combout )) # (!\text_gen|char_ram~40929_combout & ((\text_gen|char_ram~40908_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40929_combout )))) + + .dataa(\text_gen|char_ram~40939_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40908_combout ), + .datad(\text_gen|char_ram~40929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40940 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8744feeder ( +// Equation(s): +// \text_gen|char_ram~8744feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y24_N19 +dffeas \text_gen|char_ram~8744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y24_N9 +dffeas \text_gen|char_ram~7848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y44_N15 +dffeas \text_gen|char_ram~7400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y48_N31 +dffeas \text_gen|char_ram~8296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40772 ( +// Equation(s): +// \text_gen|char_ram~40772_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~8296_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7400_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7400_q ), + .datad(\text_gen|char_ram~8296_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40772 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40773 ( +// Equation(s): +// \text_gen|char_ram~40773_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40772_combout & (\text_gen|char_ram~8744_q )) # (!\text_gen|char_ram~40772_combout & ((\text_gen|char_ram~7848_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40772_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8744_q ), + .datac(\text_gen|char_ram~7848_q ), + .datad(\text_gen|char_ram~40772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40773 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22184feeder ( +// Equation(s): +// \text_gen|char_ram~22184feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22184feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22184feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22184feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y24_N13 +dffeas \text_gen|char_ram~22184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22184feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y28_N5 +dffeas \text_gen|char_ram~23080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y46_N27 +dffeas \text_gen|char_ram~22632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y28_N19 +dffeas \text_gen|char_ram~21736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40779 ( +// Equation(s): +// \text_gen|char_ram~40779_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~22632_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~21736_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22632_q ), + .datac(\text_gen|char_ram~21736_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40779 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40780 ( +// Equation(s): +// \text_gen|char_ram~40780_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40779_combout & ((\text_gen|char_ram~23080_q ))) # (!\text_gen|char_ram~40779_combout & (\text_gen|char_ram~22184_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40779_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22184_q ), + .datac(\text_gen|char_ram~23080_q ), + .datad(\text_gen|char_ram~40779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40780 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y46_N9 +dffeas \text_gen|char_ram~1128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1128 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y38_N13 +dffeas \text_gen|char_ram~1576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y42_N13 +dffeas \text_gen|char_ram~232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~680feeder ( +// Equation(s): +// \text_gen|char_ram~680feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y22_N15 +dffeas \text_gen|char_ram~680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40776 ( +// Equation(s): +// \text_gen|char_ram~40776_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~680_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~232_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~232_q ), + .datad(\text_gen|char_ram~680_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40776 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40777 ( +// Equation(s): +// \text_gen|char_ram~40777_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40776_combout & ((\text_gen|char_ram~1576_q ))) # (!\text_gen|char_ram~40776_combout & (\text_gen|char_ram~1128_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40776_combout )))) + + .dataa(\text_gen|char_ram~1128_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1576_q ), + .datad(\text_gen|char_ram~40776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40777 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y35_N27 +dffeas \text_gen|char_ram~15464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y35_N17 +dffeas \text_gen|char_ram~15912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y35_N31 +dffeas \text_gen|char_ram~14568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N13 +dffeas \text_gen|char_ram~15016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40774 ( +// Equation(s): +// \text_gen|char_ram~40774_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~15016_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14568_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14568_q ), + .datad(\text_gen|char_ram~15016_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40774 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40775 ( +// Equation(s): +// \text_gen|char_ram~40775_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40774_combout & ((\text_gen|char_ram~15912_q ))) # (!\text_gen|char_ram~40774_combout & (\text_gen|char_ram~15464_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40774_combout )))) + + .dataa(\text_gen|char_ram~15464_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15912_q ), + .datad(\text_gen|char_ram~40774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40775 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40778 ( +// Equation(s): +// \text_gen|char_ram~40778_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~40775_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~40777_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40777_combout ), + .datad(\text_gen|char_ram~40775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40778 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40781 ( +// Equation(s): +// \text_gen|char_ram~40781_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40778_combout & ((\text_gen|char_ram~40780_combout ))) # (!\text_gen|char_ram~40778_combout & (\text_gen|char_ram~40773_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40778_combout )))) + + .dataa(\text_gen|char_ram~40773_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40780_combout ), + .datad(\text_gen|char_ram~40778_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40781 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~22205feeder ( +// Equation(s): +// \text_gen|char_ram~22205feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22205feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y19_N9 +dffeas \text_gen|char_ram~22205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y35_N31 +dffeas \text_gen|char_ram~23101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y35_N25 +dffeas \text_gen|char_ram~21757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22653feeder ( +// Equation(s): +// \text_gen|char_ram~22653feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N3 +dffeas \text_gen|char_ram~22653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40789 ( +// Equation(s): +// \text_gen|char_ram~40789_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22653_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21757_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21757_q ), + .datad(\text_gen|char_ram~22653_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40789 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40790 ( +// Equation(s): +// \text_gen|char_ram~40790_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40789_combout & ((\text_gen|char_ram~23101_q ))) # (!\text_gen|char_ram~40789_combout & (\text_gen|char_ram~22205_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40789_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22205_q ), + .datac(\text_gen|char_ram~23101_q ), + .datad(\text_gen|char_ram~40789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40790 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7869feeder ( +// Equation(s): +// \text_gen|char_ram~7869feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~7869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y20_N3 +dffeas \text_gen|char_ram~7869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y34_N29 +dffeas \text_gen|char_ram~8765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y50_N29 +dffeas \text_gen|char_ram~8317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8317 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y46_N29 +dffeas \text_gen|char_ram~7421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40784 ( +// Equation(s): +// \text_gen|char_ram~40784_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~8317_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~7421_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~8317_q ), + .datac(\text_gen|char_ram~7421_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40784 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40785 ( +// Equation(s): +// \text_gen|char_ram~40785_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40784_combout & ((\text_gen|char_ram~8765_q ))) # (!\text_gen|char_ram~40784_combout & (\text_gen|char_ram~7869_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40784_combout )))) + + .dataa(\text_gen|char_ram~7869_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8765_q ), + .datad(\text_gen|char_ram~40784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40785 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N23 +dffeas \text_gen|char_ram~1149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y34_N5 +dffeas \text_gen|char_ram~1597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~701feeder ( +// Equation(s): +// \text_gen|char_ram~701feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~701feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~701feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~701feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y19_N21 +dffeas \text_gen|char_ram~701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~701feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y41_N27 +dffeas \text_gen|char_ram~253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40786 ( +// Equation(s): +// \text_gen|char_ram~40786_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~701_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~253_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~701_q ), + .datac(\text_gen|char_ram~253_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40786 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40787 ( +// Equation(s): +// \text_gen|char_ram~40787_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40786_combout & ((\text_gen|char_ram~1597_q ))) # (!\text_gen|char_ram~40786_combout & (\text_gen|char_ram~1149_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40786_combout )))) + + .dataa(\text_gen|char_ram~1149_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1597_q ), + .datad(\text_gen|char_ram~40786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40787 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40788 ( +// Equation(s): +// \text_gen|char_ram~40788_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~40785_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~40787_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40785_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~40787_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40788 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~40788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y46_N21 +dffeas \text_gen|char_ram~15485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y39_N21 +dffeas \text_gen|char_ram~15933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y46_N7 +dffeas \text_gen|char_ram~14589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15037feeder ( +// Equation(s): +// \text_gen|char_ram~15037feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15037feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15037feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15037feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y21_N13 +dffeas \text_gen|char_ram~15037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15037feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40782 ( +// Equation(s): +// \text_gen|char_ram~40782_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~15037_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14589_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14589_q ), + .datad(\text_gen|char_ram~15037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40782 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40783 ( +// Equation(s): +// \text_gen|char_ram~40783_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40782_combout & ((\text_gen|char_ram~15933_q ))) # (!\text_gen|char_ram~40782_combout & (\text_gen|char_ram~15485_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40782_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15485_q ), + .datac(\text_gen|char_ram~15933_q ), + .datad(\text_gen|char_ram~40782_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40783 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40791 ( +// Equation(s): +// \text_gen|char_ram~40791_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40788_combout & (\text_gen|char_ram~40790_combout )) # (!\text_gen|char_ram~40788_combout & ((\text_gen|char_ram~40783_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40788_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40790_combout ), + .datac(\text_gen|char_ram~40788_combout ), + .datad(\text_gen|char_ram~40783_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40791 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y15_N29 +dffeas \text_gen|char_ram~22177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y34_N21 +dffeas \text_gen|char_ram~23073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y34_N11 +dffeas \text_gen|char_ram~21729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22625feeder ( +// Equation(s): +// \text_gen|char_ram~22625feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22625feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y50_N15 +dffeas \text_gen|char_ram~22625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40799 ( +// Equation(s): +// \text_gen|char_ram~40799_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22625_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21729_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21729_q ), + .datad(\text_gen|char_ram~22625_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40799 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40800 ( +// Equation(s): +// \text_gen|char_ram~40800_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40799_combout & ((\text_gen|char_ram~23073_q ))) # (!\text_gen|char_ram~40799_combout & (\text_gen|char_ram~22177_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40799_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22177_q ), + .datac(\text_gen|char_ram~23073_q ), + .datad(\text_gen|char_ram~40799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40800 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N19 +dffeas \text_gen|char_ram~15457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y34_N17 +dffeas \text_gen|char_ram~15905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y19_N27 +dffeas \text_gen|char_ram~15009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y37_N27 +dffeas \text_gen|char_ram~14561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40794 ( +// Equation(s): +// \text_gen|char_ram~40794_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15009_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14561_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~15009_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14561_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40794 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40795 ( +// Equation(s): +// \text_gen|char_ram~40795_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40794_combout & ((\text_gen|char_ram~15905_q ))) # (!\text_gen|char_ram~40794_combout & (\text_gen|char_ram~15457_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40794_combout )))) + + .dataa(\text_gen|char_ram~15457_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15905_q ), + .datad(\text_gen|char_ram~40794_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40795 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y45_N11 +dffeas \text_gen|char_ram~1121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N15 +dffeas \text_gen|char_ram~1569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y42_N25 +dffeas \text_gen|char_ram~225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y19_N17 +dffeas \text_gen|char_ram~673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40796 ( +// Equation(s): +// \text_gen|char_ram~40796_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~673_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~225_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~225_q ), + .datad(\text_gen|char_ram~673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40796 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40797 ( +// Equation(s): +// \text_gen|char_ram~40797_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40796_combout & ((\text_gen|char_ram~1569_q ))) # (!\text_gen|char_ram~40796_combout & (\text_gen|char_ram~1121_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40796_combout )))) + + .dataa(\text_gen|char_ram~1121_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1569_q ), + .datad(\text_gen|char_ram~40796_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40797 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40798 ( +// Equation(s): +// \text_gen|char_ram~40798_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~40795_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~40797_combout ))))) + + .dataa(\text_gen|char_ram~40795_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~40797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40798 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~40798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y20_N5 +dffeas \text_gen|char_ram~7841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N19 +dffeas \text_gen|char_ram~8737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y41_N19 +dffeas \text_gen|char_ram~7393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y41_N29 +dffeas \text_gen|char_ram~8289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40792 ( +// Equation(s): +// \text_gen|char_ram~40792_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~8289_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7393_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7393_q ), + .datad(\text_gen|char_ram~8289_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40792 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40793 ( +// Equation(s): +// \text_gen|char_ram~40793_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40792_combout & ((\text_gen|char_ram~8737_q ))) # (!\text_gen|char_ram~40792_combout & (\text_gen|char_ram~7841_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40792_combout )))) + + .dataa(\text_gen|char_ram~7841_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8737_q ), + .datad(\text_gen|char_ram~40792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40793 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40801 ( +// Equation(s): +// \text_gen|char_ram~40801_combout = (\text_gen|char_ram~40798_combout & ((\text_gen|char_ram~40800_combout ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~40798_combout & (((\text_gen|Add5~12_combout & \text_gen|char_ram~40793_combout )))) + + .dataa(\text_gen|char_ram~40800_combout ), + .datab(\text_gen|char_ram~40798_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~40793_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40801 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~40801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40802 ( +// Equation(s): +// \text_gen|char_ram~40802_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~40791_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~40801_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~40791_combout ), + .datad(\text_gen|char_ram~40801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40802 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~15492feeder ( +// Equation(s): +// \text_gen|char_ram~15492feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~15492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15492feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y35_N21 +dffeas \text_gen|char_ram~15492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N15 +dffeas \text_gen|char_ram~15940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N21 +dffeas \text_gen|char_ram~14596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y21_N13 +dffeas \text_gen|char_ram~15044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40803 ( +// Equation(s): +// \text_gen|char_ram~40803_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~15044_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14596_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14596_q ), + .datad(\text_gen|char_ram~15044_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40803 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40804 ( +// Equation(s): +// \text_gen|char_ram~40804_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40803_combout & ((\text_gen|char_ram~15940_q ))) # (!\text_gen|char_ram~40803_combout & (\text_gen|char_ram~15492_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40803_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15492_q ), + .datac(\text_gen|char_ram~15940_q ), + .datad(\text_gen|char_ram~40803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40804 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22212feeder ( +// Equation(s): +// \text_gen|char_ram~22212feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~22212feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22212feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22212feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y42_N5 +dffeas \text_gen|char_ram~22212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22212feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y42_N3 +dffeas \text_gen|char_ram~23108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23108 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21764feeder ( +// Equation(s): +// \text_gen|char_ram~21764feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~21764feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21764feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21764feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y42_N27 +dffeas \text_gen|char_ram~21764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21764feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y42_N21 +dffeas \text_gen|char_ram~22660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22660 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40810 ( +// Equation(s): +// \text_gen|char_ram~40810_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~22660_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21764_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~21764_q ), + .datac(\text_gen|char_ram~22660_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40810 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~40810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40811 ( +// Equation(s): +// \text_gen|char_ram~40811_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40810_combout & ((\text_gen|char_ram~23108_q ))) # (!\text_gen|char_ram~40810_combout & (\text_gen|char_ram~22212_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40810_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22212_q ), + .datac(\text_gen|char_ram~23108_q ), + .datad(\text_gen|char_ram~40810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40811 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y42_N5 +dffeas \text_gen|char_ram~1156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y35_N27 +dffeas \text_gen|char_ram~1604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y42_N31 +dffeas \text_gen|char_ram~260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~260 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~708feeder ( +// Equation(s): +// \text_gen|char_ram~708feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~708feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~708feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~708feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y24_N19 +dffeas \text_gen|char_ram~708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~708feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40807 ( +// Equation(s): +// \text_gen|char_ram~40807_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~708_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~260_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~260_q ), + .datad(\text_gen|char_ram~708_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40807 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40808 ( +// Equation(s): +// \text_gen|char_ram~40808_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40807_combout & ((\text_gen|char_ram~1604_q ))) # (!\text_gen|char_ram~40807_combout & (\text_gen|char_ram~1156_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40807_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~1156_q ), + .datac(\text_gen|char_ram~1604_q ), + .datad(\text_gen|char_ram~40807_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40808 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y24_N13 +dffeas \text_gen|char_ram~7876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y24_N15 +dffeas \text_gen|char_ram~8772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N25 +dffeas \text_gen|char_ram~7428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8324feeder ( +// Equation(s): +// \text_gen|char_ram~8324feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~8324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8324feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y46_N21 +dffeas \text_gen|char_ram~8324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40805 ( +// Equation(s): +// \text_gen|char_ram~40805_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~8324_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7428_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7428_q ), + .datad(\text_gen|char_ram~8324_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40805 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40806 ( +// Equation(s): +// \text_gen|char_ram~40806_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40805_combout & ((\text_gen|char_ram~8772_q ))) # (!\text_gen|char_ram~40805_combout & (\text_gen|char_ram~7876_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40805_combout )))) + + .dataa(\text_gen|char_ram~7876_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8772_q ), + .datad(\text_gen|char_ram~40805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40806 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40809 ( +// Equation(s): +// \text_gen|char_ram~40809_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~40806_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~40808_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~40808_combout ), + .datad(\text_gen|char_ram~40806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40809 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40812 ( +// Equation(s): +// \text_gen|char_ram~40812_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40809_combout & ((\text_gen|char_ram~40811_combout ))) # (!\text_gen|char_ram~40809_combout & (\text_gen|char_ram~40804_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40809_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40804_combout ), + .datac(\text_gen|char_ram~40811_combout ), + .datad(\text_gen|char_ram~40809_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40812 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40813 ( +// Equation(s): +// \text_gen|char_ram~40813_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40802_combout & ((\text_gen|char_ram~40812_combout ))) # (!\text_gen|char_ram~40802_combout & (\text_gen|char_ram~40781_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40802_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40781_combout ), + .datac(\text_gen|char_ram~40802_combout ), + .datad(\text_gen|char_ram~40812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40813 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~40813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40941 ( +// Equation(s): +// \text_gen|char_ram~40941_combout = (\text_gen|char_ram~40898_combout & (((\text_gen|char_ram~40940_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~40898_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40813_combout )))) + + .dataa(\text_gen|char_ram~40898_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40940_combout ), + .datad(\text_gen|char_ram~40813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40941 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40942 ( +// Equation(s): +// \text_gen|char_ram~40942_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~40771_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~40941_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40771_combout ), + .datad(\text_gen|char_ram~40941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40942 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19188feeder ( +// Equation(s): +// \text_gen|char_ram~19188feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y62_N5 +dffeas \text_gen|char_ram~19188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19636feeder ( +// Equation(s): +// \text_gen|char_ram~19636feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19636feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19636feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19636feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y58_N9 +dffeas \text_gen|char_ram~19636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19636feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y18_N23 +dffeas \text_gen|char_ram~18740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y50_N17 +dffeas \text_gen|char_ram~18292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40563 ( +// Equation(s): +// \text_gen|char_ram~40563_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18740_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18292_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18740_q ), + .datac(\text_gen|char_ram~18292_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40563 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40564 ( +// Equation(s): +// \text_gen|char_ram~40564_combout = (\text_gen|char_ram~40563_combout & (((\text_gen|char_ram~19636_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~40563_combout & (\text_gen|char_ram~19188_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~19188_q ), + .datab(\text_gen|char_ram~19636_q ), + .datac(\text_gen|char_ram~40563_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40564 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~40564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y35_N5 +dffeas \text_gen|char_ram~19524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y17_N5 +dffeas \text_gen|char_ram~18628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y43_N27 +dffeas \text_gen|char_ram~18180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y47_N21 +dffeas \text_gen|char_ram~19076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40556 ( +// Equation(s): +// \text_gen|char_ram~40556_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~19076_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18180_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18180_q ), + .datad(\text_gen|char_ram~19076_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40556 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40557 ( +// Equation(s): +// \text_gen|char_ram~40557_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40556_combout & (\text_gen|char_ram~19524_q )) # (!\text_gen|char_ram~40556_combout & ((\text_gen|char_ram~18628_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40556_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19524_q ), + .datac(\text_gen|char_ram~18628_q ), + .datad(\text_gen|char_ram~40556_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40557 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18964feeder ( +// Equation(s): +// \text_gen|char_ram~18964feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18964feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y51_N25 +dffeas \text_gen|char_ram~18964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y51_N27 +dffeas \text_gen|char_ram~19412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19412 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18516feeder ( +// Equation(s): +// \text_gen|char_ram~18516feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18516feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18516feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18516feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y26_N13 +dffeas \text_gen|char_ram~18516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18516feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y51_N29 +dffeas \text_gen|char_ram~18068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40558 ( +// Equation(s): +// \text_gen|char_ram~40558_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~18516_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~18068_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~18516_q ), + .datac(\text_gen|char_ram~18068_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40558 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40559 ( +// Equation(s): +// \text_gen|char_ram~40559_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40558_combout & ((\text_gen|char_ram~19412_q ))) # (!\text_gen|char_ram~40558_combout & (\text_gen|char_ram~18964_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40558_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~18964_q ), + .datac(\text_gen|char_ram~19412_q ), + .datad(\text_gen|char_ram~40558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40559 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~18852feeder ( +// Equation(s): +// \text_gen|char_ram~18852feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18852feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y58_N31 +dffeas \text_gen|char_ram~18852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y49_N13 +dffeas \text_gen|char_ram~17956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40560 ( +// Equation(s): +// \text_gen|char_ram~40560_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~18852_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~17956_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18852_q ), + .datac(\text_gen|char_ram~17956_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40560 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y31_N7 +dffeas \text_gen|char_ram~19300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y35_N5 +dffeas \text_gen|char_ram~18404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40561 ( +// Equation(s): +// \text_gen|char_ram~40561_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40560_combout & (\text_gen|char_ram~19300_q )) # (!\text_gen|char_ram~40560_combout & ((\text_gen|char_ram~18404_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40560_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40560_combout ), + .datac(\text_gen|char_ram~19300_q ), + .datad(\text_gen|char_ram~18404_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40561 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40562 ( +// Equation(s): +// \text_gen|char_ram~40562_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~40559_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~40561_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40559_combout ), + .datad(\text_gen|char_ram~40561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40562 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40565 ( +// Equation(s): +// \text_gen|char_ram~40565_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40562_combout & (\text_gen|char_ram~40564_combout )) # (!\text_gen|char_ram~40562_combout & ((\text_gen|char_ram~40557_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40562_combout )))) + + .dataa(\text_gen|char_ram~40564_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40557_combout ), + .datad(\text_gen|char_ram~40562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40565 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~4740feeder ( +// Equation(s): +// \text_gen|char_ram~4740feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4740feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4740feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4740feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y47_N15 +dffeas \text_gen|char_ram~4740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4740feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5188feeder ( +// Equation(s): +// \text_gen|char_ram~5188feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~5188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y43_N17 +dffeas \text_gen|char_ram~5188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y43_N23 +dffeas \text_gen|char_ram~3844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y24_N7 +dffeas \text_gen|char_ram~4292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40578 ( +// Equation(s): +// \text_gen|char_ram~40578_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~4292_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3844_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3844_q ), + .datad(\text_gen|char_ram~4292_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40578 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40579 ( +// Equation(s): +// \text_gen|char_ram~40579_combout = (\text_gen|char_ram~40578_combout & (((\text_gen|char_ram~5188_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~40578_combout & (\text_gen|char_ram~4740_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~4740_q ), + .datab(\text_gen|char_ram~5188_q ), + .datac(\text_gen|char_ram~40578_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40579 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~40579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3620feeder ( +// Equation(s): +// \text_gen|char_ram~3620feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~3620feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3620feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3620feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y46_N13 +dffeas \text_gen|char_ram~3620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3620feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~4068feeder ( +// Equation(s): +// \text_gen|char_ram~4068feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4068feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4068feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4068feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y24_N31 +dffeas \text_gen|char_ram~4068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4068feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40580 ( +// Equation(s): +// \text_gen|char_ram~40580_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~4068_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3620_q )))) + + .dataa(\text_gen|char_ram~3620_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4068_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40580 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~40580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y31_N15 +dffeas \text_gen|char_ram~4964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4516feeder ( +// Equation(s): +// \text_gen|char_ram~4516feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4516feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4516feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4516feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y59_N27 +dffeas \text_gen|char_ram~4516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4516feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40581 ( +// Equation(s): +// \text_gen|char_ram~40581_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40580_combout & (\text_gen|char_ram~4964_q )) # (!\text_gen|char_ram~40580_combout & ((\text_gen|char_ram~4516_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40580_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40580_combout ), + .datac(\text_gen|char_ram~4964_q ), + .datad(\text_gen|char_ram~4516_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40581 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40582 ( +// Equation(s): +// \text_gen|char_ram~40582_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~40579_combout )) # (!\text_gen|Add5~2_combout & +// ((\text_gen|char_ram~40581_combout ))))) + + .dataa(\text_gen|char_ram~40579_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40581_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40582 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y24_N15 +dffeas \text_gen|char_ram~4180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y35_N25 +dffeas \text_gen|char_ram~5076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y46_N21 +dffeas \text_gen|char_ram~3732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4628feeder ( +// Equation(s): +// \text_gen|char_ram~4628feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4628feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4628feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4628feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y48_N7 +dffeas \text_gen|char_ram~4628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4628feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40576 ( +// Equation(s): +// \text_gen|char_ram~40576_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4628_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3732_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3732_q ), + .datad(\text_gen|char_ram~4628_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40576 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40577 ( +// Equation(s): +// \text_gen|char_ram~40577_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40576_combout & ((\text_gen|char_ram~5076_q ))) # (!\text_gen|char_ram~40576_combout & (\text_gen|char_ram~4180_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40576_combout )))) + + .dataa(\text_gen|char_ram~4180_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5076_q ), + .datad(\text_gen|char_ram~40576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40577 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y18_N15 +dffeas \text_gen|char_ram~4404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4404 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y36_N11 +dffeas \text_gen|char_ram~5300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5300 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y53_N5 +dffeas \text_gen|char_ram~3956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4852feeder ( +// Equation(s): +// \text_gen|char_ram~4852feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4852feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4852feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4852feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y63_N7 +dffeas \text_gen|char_ram~4852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4852feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40583 ( +// Equation(s): +// \text_gen|char_ram~40583_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4852_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3956_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3956_q ), + .datad(\text_gen|char_ram~4852_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40583 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40584 ( +// Equation(s): +// \text_gen|char_ram~40584_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40583_combout & ((\text_gen|char_ram~5300_q ))) # (!\text_gen|char_ram~40583_combout & (\text_gen|char_ram~4404_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40583_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4404_q ), + .datac(\text_gen|char_ram~5300_q ), + .datad(\text_gen|char_ram~40583_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40584 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40585 ( +// Equation(s): +// \text_gen|char_ram~40585_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40582_combout & ((\text_gen|char_ram~40584_combout ))) # (!\text_gen|char_ram~40582_combout & (\text_gen|char_ram~40577_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40582_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40582_combout ), + .datac(\text_gen|char_ram~40577_combout ), + .datad(\text_gen|char_ram~40584_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40585 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y25_N13 +dffeas \text_gen|char_ram~11348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y21_N1 +dffeas \text_gen|char_ram~11572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y21_N23 +dffeas \text_gen|char_ram~11460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y21_N27 +dffeas \text_gen|char_ram~11236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40568 ( +// Equation(s): +// \text_gen|char_ram~40568_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11460_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11236_q +// ))))) + + .dataa(\text_gen|char_ram~11460_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11236_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40568 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40569 ( +// Equation(s): +// \text_gen|char_ram~40569_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40568_combout & ((\text_gen|char_ram~11572_q ))) # (!\text_gen|char_ram~40568_combout & (\text_gen|char_ram~11348_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40568_combout )))) + + .dataa(\text_gen|char_ram~11348_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11572_q ), + .datad(\text_gen|char_ram~40568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40569 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y39_N1 +dffeas \text_gen|char_ram~11012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y47_N9 +dffeas \text_gen|char_ram~11124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y47_N11 +dffeas \text_gen|char_ram~10788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y48_N9 +dffeas \text_gen|char_ram~10900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40570 ( +// Equation(s): +// \text_gen|char_ram~40570_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~10900_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~10788_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~10788_q ), + .datad(\text_gen|char_ram~10900_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40570 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40571 ( +// Equation(s): +// \text_gen|char_ram~40571_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40570_combout & ((\text_gen|char_ram~11124_q ))) # (!\text_gen|char_ram~40570_combout & (\text_gen|char_ram~11012_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40570_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11012_q ), + .datac(\text_gen|char_ram~11124_q ), + .datad(\text_gen|char_ram~40570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40571 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40572 ( +// Equation(s): +// \text_gen|char_ram~40572_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40569_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~40571_combout )))) + + .dataa(\text_gen|char_ram~40569_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~40571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40572 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~40572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11908feeder ( +// Equation(s): +// \text_gen|char_ram~11908feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11908feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y59_N25 +dffeas \text_gen|char_ram~11908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y51_N23 +dffeas \text_gen|char_ram~12020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11796feeder ( +// Equation(s): +// \text_gen|char_ram~11796feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y52_N17 +dffeas \text_gen|char_ram~11796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11796 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y51_N29 +dffeas \text_gen|char_ram~11684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40566 ( +// Equation(s): +// \text_gen|char_ram~40566_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~11796_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~11684_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~11796_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11684_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40566 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40567 ( +// Equation(s): +// \text_gen|char_ram~40567_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40566_combout & ((\text_gen|char_ram~12020_q ))) # (!\text_gen|char_ram~40566_combout & (\text_gen|char_ram~11908_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40566_combout )))) + + .dataa(\text_gen|char_ram~11908_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12020_q ), + .datad(\text_gen|char_ram~40566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40567 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y32_N31 +dffeas \text_gen|char_ram~12132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12356feeder ( +// Equation(s): +// \text_gen|char_ram~12356feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12356feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12356feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12356feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y35_N19 +dffeas \text_gen|char_ram~12356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12356feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40573 ( +// Equation(s): +// \text_gen|char_ram~40573_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~12356_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~12132_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12132_q ), + .datad(\text_gen|char_ram~12356_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40573 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y31_N31 +dffeas \text_gen|char_ram~12468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y25_N19 +dffeas \text_gen|char_ram~12244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40574 ( +// Equation(s): +// \text_gen|char_ram~40574_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40573_combout & (\text_gen|char_ram~12468_q )) # (!\text_gen|char_ram~40573_combout & ((\text_gen|char_ram~12244_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40573_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40573_combout ), + .datac(\text_gen|char_ram~12468_q ), + .datad(\text_gen|char_ram~12244_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40574 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40575 ( +// Equation(s): +// \text_gen|char_ram~40575_combout = (\text_gen|char_ram~40572_combout & (((\text_gen|char_ram~40574_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~40572_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~40567_combout ))) + + .dataa(\text_gen|char_ram~40572_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40567_combout ), + .datad(\text_gen|char_ram~40574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40575 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~40575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40586 ( +// Equation(s): +// \text_gen|char_ram~40586_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~40575_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~40585_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40585_combout ), + .datad(\text_gen|char_ram~40575_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40586 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y46_N11 +dffeas \text_gen|char_ram~25124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25348feeder ( +// Equation(s): +// \text_gen|char_ram~25348feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y44_N29 +dffeas \text_gen|char_ram~25348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40591 ( +// Equation(s): +// \text_gen|char_ram~40591_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25348_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25124_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25124_q ), + .datad(\text_gen|char_ram~25348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40591 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y48_N7 +dffeas \text_gen|char_ram~25460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y48_N29 +dffeas \text_gen|char_ram~25236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40592 ( +// Equation(s): +// \text_gen|char_ram~40592_combout = (\text_gen|char_ram~40591_combout & (((\text_gen|char_ram~25460_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~40591_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~25236_q )))) + + .dataa(\text_gen|char_ram~40591_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25460_q ), + .datad(\text_gen|char_ram~25236_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40592 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y62_N15 +dffeas \text_gen|char_ram~26132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y62_N29 +dffeas \text_gen|char_ram~26356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y59_N15 +dffeas \text_gen|char_ram~26020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y59_N29 +dffeas \text_gen|char_ram~26244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26244 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40589 ( +// Equation(s): +// \text_gen|char_ram~40589_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~26244_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26020_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26020_q ), + .datad(\text_gen|char_ram~26244_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40589 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40590 ( +// Equation(s): +// \text_gen|char_ram~40590_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40589_combout & ((\text_gen|char_ram~26356_q ))) # (!\text_gen|char_ram~40589_combout & (\text_gen|char_ram~26132_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40589_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~26132_q ), + .datac(\text_gen|char_ram~26356_q ), + .datad(\text_gen|char_ram~40589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40590 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40593 ( +// Equation(s): +// \text_gen|char_ram~40593_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~40590_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40592_combout )))) + + .dataa(\text_gen|char_ram~40592_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~40590_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40593 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~40593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y35_N15 +dffeas \text_gen|char_ram~26692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y31_N11 +dffeas \text_gen|char_ram~26804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y28_N11 +dffeas \text_gen|char_ram~26468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26580feeder ( +// Equation(s): +// \text_gen|char_ram~26580feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26580feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26580feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26580feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y30_N9 +dffeas \text_gen|char_ram~26580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26580feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40594 ( +// Equation(s): +// \text_gen|char_ram~40594_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~26580_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26468_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26468_q ), + .datad(\text_gen|char_ram~26580_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40594 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40595 ( +// Equation(s): +// \text_gen|char_ram~40595_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40594_combout & ((\text_gen|char_ram~26804_q ))) # (!\text_gen|char_ram~40594_combout & (\text_gen|char_ram~26692_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40594_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~26692_q ), + .datac(\text_gen|char_ram~26804_q ), + .datad(\text_gen|char_ram~40594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40595 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y19_N23 +dffeas \text_gen|char_ram~25908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y22_N7 +dffeas \text_gen|char_ram~25572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25684feeder ( +// Equation(s): +// \text_gen|char_ram~25684feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25684feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N31 +dffeas \text_gen|char_ram~25684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40587 ( +// Equation(s): +// \text_gen|char_ram~40587_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~25684_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25572_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25572_q ), + .datad(\text_gen|char_ram~25684_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40587 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25796feeder ( +// Equation(s): +// \text_gen|char_ram~25796feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N23 +dffeas \text_gen|char_ram~25796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40588 ( +// Equation(s): +// \text_gen|char_ram~40588_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40587_combout & (\text_gen|char_ram~25908_q )) # (!\text_gen|char_ram~40587_combout & ((\text_gen|char_ram~25796_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40587_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25908_q ), + .datac(\text_gen|char_ram~40587_combout ), + .datad(\text_gen|char_ram~25796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40588 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40596 ( +// Equation(s): +// \text_gen|char_ram~40596_combout = (\text_gen|char_ram~40593_combout & (((\text_gen|char_ram~40595_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~40593_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40588_combout )))) + + .dataa(\text_gen|char_ram~40593_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40595_combout ), + .datad(\text_gen|char_ram~40588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40596 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40597 ( +// Equation(s): +// \text_gen|char_ram~40597_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40586_combout & ((\text_gen|char_ram~40596_combout ))) # (!\text_gen|char_ram~40586_combout & (\text_gen|char_ram~40565_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~40586_combout )))) + + .dataa(\text_gen|char_ram~40565_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40586_combout ), + .datad(\text_gen|char_ram~40596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40597 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y5_N17 +dffeas \text_gen|char_ram~11320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y5_N7 +dffeas \text_gen|char_ram~11544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y5_N29 +dffeas \text_gen|char_ram~11208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y5_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11432feeder ( +// Equation(s): +// \text_gen|char_ram~11432feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11432feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11432feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11432feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y5_N29 +dffeas \text_gen|char_ram~11432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11432feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y5_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40431 ( +// Equation(s): +// \text_gen|char_ram~40431_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~11432_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~11208_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11208_q ), + .datad(\text_gen|char_ram~11432_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40431 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y5_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40432 ( +// Equation(s): +// \text_gen|char_ram~40432_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40431_combout & ((\text_gen|char_ram~11544_q ))) # (!\text_gen|char_ram~40431_combout & (\text_gen|char_ram~11320_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40431_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11320_q ), + .datac(\text_gen|char_ram~11544_q ), + .datad(\text_gen|char_ram~40431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40432 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y49_N29 +dffeas \text_gen|char_ram~10984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y49_N31 +dffeas \text_gen|char_ram~11096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y49_N17 +dffeas \text_gen|char_ram~10760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y46_N31 +dffeas \text_gen|char_ram~10872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10872 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40433 ( +// Equation(s): +// \text_gen|char_ram~40433_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~10872_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10760_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10760_q ), + .datad(\text_gen|char_ram~10872_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40433 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40434 ( +// Equation(s): +// \text_gen|char_ram~40434_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40433_combout & ((\text_gen|char_ram~11096_q ))) # (!\text_gen|char_ram~40433_combout & (\text_gen|char_ram~10984_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40433_combout )))) + + .dataa(\text_gen|char_ram~10984_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~11096_q ), + .datad(\text_gen|char_ram~40433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40434 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40435 ( +// Equation(s): +// \text_gen|char_ram~40435_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40432_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~40434_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40432_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~40434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40435 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~40435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y59_N15 +dffeas \text_gen|char_ram~11880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11992feeder ( +// Equation(s): +// \text_gen|char_ram~11992feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11992feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11992feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11992feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N3 +dffeas \text_gen|char_ram~11992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11992feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y63_N13 +dffeas \text_gen|char_ram~11656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11768feeder ( +// Equation(s): +// \text_gen|char_ram~11768feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11768feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11768feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11768feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y63_N29 +dffeas \text_gen|char_ram~11768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11768feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40429 ( +// Equation(s): +// \text_gen|char_ram~40429_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~11768_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~11656_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11656_q ), + .datad(\text_gen|char_ram~11768_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40429 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40430 ( +// Equation(s): +// \text_gen|char_ram~40430_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40429_combout & ((\text_gen|char_ram~11992_q ))) # (!\text_gen|char_ram~40429_combout & (\text_gen|char_ram~11880_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40429_combout )))) + + .dataa(\text_gen|char_ram~11880_q ), + .datab(\text_gen|char_ram~11992_q ), + .datac(\text_gen|Add5~2_combout ), + .datad(\text_gen|char_ram~40429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40430 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~40430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~12440feeder ( +// Equation(s): +// \text_gen|char_ram~12440feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12440feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y34_N3 +dffeas \text_gen|char_ram~12440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y40_N29 +dffeas \text_gen|char_ram~12216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y32_N27 +dffeas \text_gen|char_ram~12328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y21_N13 +dffeas \text_gen|char_ram~12104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40436 ( +// Equation(s): +// \text_gen|char_ram~40436_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~12328_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~12104_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12328_q ), + .datac(\text_gen|char_ram~12104_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40436 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40437 ( +// Equation(s): +// \text_gen|char_ram~40437_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40436_combout & (\text_gen|char_ram~12440_q )) # (!\text_gen|char_ram~40436_combout & ((\text_gen|char_ram~12216_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40436_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12440_q ), + .datac(\text_gen|char_ram~12216_q ), + .datad(\text_gen|char_ram~40436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40437 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40438 ( +// Equation(s): +// \text_gen|char_ram~40438_combout = (\text_gen|char_ram~40435_combout & (((\text_gen|char_ram~40437_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~40435_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~40430_combout ))) + + .dataa(\text_gen|char_ram~40435_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40430_combout ), + .datad(\text_gen|char_ram~40437_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40438 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~40438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y19_N3 +dffeas \text_gen|char_ram~25880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y27_N29 +dffeas \text_gen|char_ram~25768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y22_N27 +dffeas \text_gen|char_ram~25544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y22_N15 +dffeas \text_gen|char_ram~25656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40460 ( +// Equation(s): +// \text_gen|char_ram~40460_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25656_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25544_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25544_q ), + .datad(\text_gen|char_ram~25656_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40460 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40461 ( +// Equation(s): +// \text_gen|char_ram~40461_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40460_combout & (\text_gen|char_ram~25880_q )) # (!\text_gen|char_ram~40460_combout & ((\text_gen|char_ram~25768_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40460_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25880_q ), + .datac(\text_gen|char_ram~25768_q ), + .datad(\text_gen|char_ram~40460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40461 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N1 +dffeas \text_gen|char_ram~26664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y27_N15 +dffeas \text_gen|char_ram~26776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y28_N13 +dffeas \text_gen|char_ram~26440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26552feeder ( +// Equation(s): +// \text_gen|char_ram~26552feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26552feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26552feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26552feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y27_N1 +dffeas \text_gen|char_ram~26552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26552feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40467 ( +// Equation(s): +// \text_gen|char_ram~40467_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~26552_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26440_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26440_q ), + .datad(\text_gen|char_ram~26552_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40467 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40468 ( +// Equation(s): +// \text_gen|char_ram~40468_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40467_combout & ((\text_gen|char_ram~26776_q ))) # (!\text_gen|char_ram~40467_combout & (\text_gen|char_ram~26664_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40467_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~26664_q ), + .datac(\text_gen|char_ram~26776_q ), + .datad(\text_gen|char_ram~40467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40468 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y66_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26104feeder ( +// Equation(s): +// \text_gen|char_ram~26104feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26104feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26104feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26104feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y66_N13 +dffeas \text_gen|char_ram~26104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26104feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y66_N27 +dffeas \text_gen|char_ram~26328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y66_N29 +dffeas \text_gen|char_ram~25992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y66_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26216feeder ( +// Equation(s): +// \text_gen|char_ram~26216feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26216feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y66_N29 +dffeas \text_gen|char_ram~26216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y66_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40462 ( +// Equation(s): +// \text_gen|char_ram~40462_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~26216_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25992_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25992_q ), + .datad(\text_gen|char_ram~26216_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40462 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y66_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40463 ( +// Equation(s): +// \text_gen|char_ram~40463_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40462_combout & ((\text_gen|char_ram~26328_q ))) # (!\text_gen|char_ram~40462_combout & (\text_gen|char_ram~26104_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40462_combout )))) + + .dataa(\text_gen|char_ram~26104_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26328_q ), + .datad(\text_gen|char_ram~40462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40463 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y46_N17 +dffeas \text_gen|char_ram~25208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y46_N15 +dffeas \text_gen|char_ram~25432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N11 +dffeas \text_gen|char_ram~25096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y35_N23 +dffeas \text_gen|char_ram~25320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40464 ( +// Equation(s): +// \text_gen|char_ram~40464_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~25320_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25096_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~25096_q ), + .datad(\text_gen|char_ram~25320_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40464 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40465 ( +// Equation(s): +// \text_gen|char_ram~40465_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40464_combout & ((\text_gen|char_ram~25432_q ))) # (!\text_gen|char_ram~40464_combout & (\text_gen|char_ram~25208_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40464_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25208_q ), + .datac(\text_gen|char_ram~25432_q ), + .datad(\text_gen|char_ram~40464_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40465 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40466 ( +// Equation(s): +// \text_gen|char_ram~40466_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~40463_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~40465_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40463_combout ), + .datad(\text_gen|char_ram~40465_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40466 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40469 ( +// Equation(s): +// \text_gen|char_ram~40469_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40466_combout & ((\text_gen|char_ram~40468_combout ))) # (!\text_gen|char_ram~40466_combout & (\text_gen|char_ram~40461_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40466_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40461_combout ), + .datac(\text_gen|char_ram~40468_combout ), + .datad(\text_gen|char_ram~40466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40469 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N15 +dffeas \text_gen|char_ram~18600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y39_N9 +dffeas \text_gen|char_ram~19496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y47_N25 +dffeas \text_gen|char_ram~19048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y47_N27 +dffeas \text_gen|char_ram~18152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40439 ( +// Equation(s): +// \text_gen|char_ram~40439_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~19048_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~18152_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19048_q ), + .datac(\text_gen|char_ram~18152_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40439 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40440 ( +// Equation(s): +// \text_gen|char_ram~40440_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40439_combout & ((\text_gen|char_ram~19496_q ))) # (!\text_gen|char_ram~40439_combout & (\text_gen|char_ram~18600_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40439_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18600_q ), + .datac(\text_gen|char_ram~19496_q ), + .datad(\text_gen|char_ram~40439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40440 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18936feeder ( +// Equation(s): +// \text_gen|char_ram~18936feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18936feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y47_N23 +dffeas \text_gen|char_ram~18936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y36_N5 +dffeas \text_gen|char_ram~19384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19384 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y40_N17 +dffeas \text_gen|char_ram~18040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y30_N23 +dffeas \text_gen|char_ram~18488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40441 ( +// Equation(s): +// \text_gen|char_ram~40441_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~18488_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18040_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18040_q ), + .datad(\text_gen|char_ram~18488_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40441 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40442 ( +// Equation(s): +// \text_gen|char_ram~40442_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40441_combout & ((\text_gen|char_ram~19384_q ))) # (!\text_gen|char_ram~40441_combout & (\text_gen|char_ram~18936_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40441_combout )))) + + .dataa(\text_gen|char_ram~18936_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19384_q ), + .datad(\text_gen|char_ram~40441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40442 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y36_N27 +dffeas \text_gen|char_ram~19272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X15_Y24_N1 +dffeas \text_gen|char_ram~18376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y47_N29 +dffeas \text_gen|char_ram~18824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y47_N19 +dffeas \text_gen|char_ram~17928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40443 ( +// Equation(s): +// \text_gen|char_ram~40443_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~18824_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~17928_q +// ))))) + + .dataa(\text_gen|char_ram~18824_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17928_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40443 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40444 ( +// Equation(s): +// \text_gen|char_ram~40444_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40443_combout & (\text_gen|char_ram~19272_q )) # (!\text_gen|char_ram~40443_combout & ((\text_gen|char_ram~18376_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40443_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19272_q ), + .datac(\text_gen|char_ram~18376_q ), + .datad(\text_gen|char_ram~40443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40444 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40445 ( +// Equation(s): +// \text_gen|char_ram~40445_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & (\text_gen|char_ram~40442_combout )) # (!\text_gen|Add5~0_combout & +// ((\text_gen|char_ram~40444_combout ))))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40442_combout ), + .datad(\text_gen|char_ram~40444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40445 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18712feeder ( +// Equation(s): +// \text_gen|char_ram~18712feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18712feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N25 +dffeas \text_gen|char_ram~18712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y47_N5 +dffeas \text_gen|char_ram~18264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40446 ( +// Equation(s): +// \text_gen|char_ram~40446_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~18712_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~18264_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~18712_q ), + .datac(\text_gen|char_ram~18264_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40446 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y39_N7 +dffeas \text_gen|char_ram~19608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19608 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~19160feeder ( +// Equation(s): +// \text_gen|char_ram~19160feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19160feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19160feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19160feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N29 +dffeas \text_gen|char_ram~19160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19160feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40447 ( +// Equation(s): +// \text_gen|char_ram~40447_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40446_combout & (\text_gen|char_ram~19608_q )) # (!\text_gen|char_ram~40446_combout & ((\text_gen|char_ram~19160_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40446_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40446_combout ), + .datac(\text_gen|char_ram~19608_q ), + .datad(\text_gen|char_ram~19160_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40447 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40448 ( +// Equation(s): +// \text_gen|char_ram~40448_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40445_combout & ((\text_gen|char_ram~40447_combout ))) # (!\text_gen|char_ram~40445_combout & (\text_gen|char_ram~40440_combout )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40445_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~40440_combout ), + .datac(\text_gen|char_ram~40445_combout ), + .datad(\text_gen|char_ram~40447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40448 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~40448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4152feeder ( +// Equation(s): +// \text_gen|char_ram~4152feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4152feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4152feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4152feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y32_N19 +dffeas \text_gen|char_ram~4152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4152feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y35_N27 +dffeas \text_gen|char_ram~5048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y49_N15 +dffeas \text_gen|char_ram~3704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4600feeder ( +// Equation(s): +// \text_gen|char_ram~4600feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y52_N29 +dffeas \text_gen|char_ram~4600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40449 ( +// Equation(s): +// \text_gen|char_ram~40449_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~4600_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3704_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3704_q ), + .datad(\text_gen|char_ram~4600_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40449 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40450 ( +// Equation(s): +// \text_gen|char_ram~40450_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40449_combout & ((\text_gen|char_ram~5048_q ))) # (!\text_gen|char_ram~40449_combout & (\text_gen|char_ram~4152_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40449_combout )))) + + .dataa(\text_gen|char_ram~4152_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5048_q ), + .datad(\text_gen|char_ram~40449_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40450 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4712feeder ( +// Equation(s): +// \text_gen|char_ram~4712feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4712feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N17 +dffeas \text_gen|char_ram~4712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y42_N21 +dffeas \text_gen|char_ram~5160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y42_N11 +dffeas \text_gen|char_ram~3816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y22_N5 +dffeas \text_gen|char_ram~4264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40451 ( +// Equation(s): +// \text_gen|char_ram~40451_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~4264_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3816_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3816_q ), + .datad(\text_gen|char_ram~4264_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40451 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40452 ( +// Equation(s): +// \text_gen|char_ram~40452_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40451_combout & ((\text_gen|char_ram~5160_q ))) # (!\text_gen|char_ram~40451_combout & (\text_gen|char_ram~4712_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40451_combout )))) + + .dataa(\text_gen|char_ram~4712_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5160_q ), + .datad(\text_gen|char_ram~40451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40452 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4488feeder ( +// Equation(s): +// \text_gen|char_ram~4488feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4488feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4488feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4488feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y63_N5 +dffeas \text_gen|char_ram~4488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4488feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y36_N21 +dffeas \text_gen|char_ram~4936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3592feeder ( +// Equation(s): +// \text_gen|char_ram~3592feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~3592feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3592feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~3592feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y46_N13 +dffeas \text_gen|char_ram~3592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3592feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y22_N29 +dffeas \text_gen|char_ram~4040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40453 ( +// Equation(s): +// \text_gen|char_ram~40453_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~4040_q )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3592_q & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~3592_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~4040_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40453 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~40453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40454 ( +// Equation(s): +// \text_gen|char_ram~40454_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40453_combout & ((\text_gen|char_ram~4936_q ))) # (!\text_gen|char_ram~40453_combout & (\text_gen|char_ram~4488_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40453_combout )))) + + .dataa(\text_gen|char_ram~4488_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4936_q ), + .datad(\text_gen|char_ram~40453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40454 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40455 ( +// Equation(s): +// \text_gen|char_ram~40455_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~40452_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~40454_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40452_combout ), + .datad(\text_gen|char_ram~40454_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40455 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y18_N27 +dffeas \text_gen|char_ram~4376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y36_N25 +dffeas \text_gen|char_ram~5272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y46_N27 +dffeas \text_gen|char_ram~3928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y64_N27 +dffeas \text_gen|char_ram~4824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40456 ( +// Equation(s): +// \text_gen|char_ram~40456_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~4824_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3928_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3928_q ), + .datad(\text_gen|char_ram~4824_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40456 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40457 ( +// Equation(s): +// \text_gen|char_ram~40457_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40456_combout & ((\text_gen|char_ram~5272_q ))) # (!\text_gen|char_ram~40456_combout & (\text_gen|char_ram~4376_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40456_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4376_q ), + .datac(\text_gen|char_ram~5272_q ), + .datad(\text_gen|char_ram~40456_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40457 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40458 ( +// Equation(s): +// \text_gen|char_ram~40458_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40455_combout & ((\text_gen|char_ram~40457_combout ))) # (!\text_gen|char_ram~40455_combout & (\text_gen|char_ram~40450_combout )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40455_combout )))) + + .dataa(\text_gen|char_ram~40450_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40455_combout ), + .datad(\text_gen|char_ram~40457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40458 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~40458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40459 ( +// Equation(s): +// \text_gen|char_ram~40459_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~40448_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~40458_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~40448_combout ), + .datad(\text_gen|char_ram~40458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40459 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40470 ( +// Equation(s): +// \text_gen|char_ram~40470_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40459_combout & ((\text_gen|char_ram~40469_combout ))) # (!\text_gen|char_ram~40459_combout & (\text_gen|char_ram~40438_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40459_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~40438_combout ), + .datac(\text_gen|char_ram~40469_combout ), + .datad(\text_gen|char_ram~40459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40470 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12461feeder ( +// Equation(s): +// \text_gen|char_ram~12461feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12461feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y34_N31 +dffeas \text_gen|char_ram~12461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12461 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12349feeder ( +// Equation(s): +// \text_gen|char_ram~12349feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12349feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12349feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12349feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y31_N9 +dffeas \text_gen|char_ram~12349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12349feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12349 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N13 +dffeas \text_gen|char_ram~12125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40488 ( +// Equation(s): +// \text_gen|char_ram~40488_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~12349_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~12125_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~12349_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12125_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40488 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12237feeder ( +// Equation(s): +// \text_gen|char_ram~12237feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12237feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y29_N11 +dffeas \text_gen|char_ram~12237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40489 ( +// Equation(s): +// \text_gen|char_ram~40489_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40488_combout & (\text_gen|char_ram~12461_q )) # (!\text_gen|char_ram~40488_combout & ((\text_gen|char_ram~12237_q ))))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40488_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12461_q ), + .datac(\text_gen|char_ram~40488_combout ), + .datad(\text_gen|char_ram~12237_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40489 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y43_N23 +dffeas \text_gen|char_ram~11005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11005 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N31 +dffeas \text_gen|char_ram~11117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N25 +dffeas \text_gen|char_ram~10781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10893feeder ( +// Equation(s): +// \text_gen|char_ram~10893feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~10893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y47_N3 +dffeas \text_gen|char_ram~10893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40485 ( +// Equation(s): +// \text_gen|char_ram~40485_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~10893_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10781_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10781_q ), + .datad(\text_gen|char_ram~10893_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40485 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40486 ( +// Equation(s): +// \text_gen|char_ram~40486_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40485_combout & ((\text_gen|char_ram~11117_q ))) # (!\text_gen|char_ram~40485_combout & (\text_gen|char_ram~11005_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40485_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~11005_q ), + .datac(\text_gen|char_ram~11117_q ), + .datad(\text_gen|char_ram~40485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40486 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y21_N3 +dffeas \text_gen|char_ram~11453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y21_N27 +dffeas \text_gen|char_ram~11229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40483 ( +// Equation(s): +// \text_gen|char_ram~40483_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11453_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11229_q +// ))))) + + .dataa(\text_gen|char_ram~11453_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11229_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40483 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N25 +dffeas \text_gen|char_ram~11565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y21_N3 +dffeas \text_gen|char_ram~11341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40484 ( +// Equation(s): +// \text_gen|char_ram~40484_combout = (\text_gen|char_ram~40483_combout & ((\text_gen|char_ram~11565_q ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~40483_combout & (((\text_gen|Add5~0_combout & \text_gen|char_ram~11341_q )))) + + .dataa(\text_gen|char_ram~40483_combout ), + .datab(\text_gen|char_ram~11565_q ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|char_ram~11341_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40484 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~40484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40487 ( +// Equation(s): +// \text_gen|char_ram~40487_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~40484_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~40486_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40486_combout ), + .datad(\text_gen|char_ram~40484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40487 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y66_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11901feeder ( +// Equation(s): +// \text_gen|char_ram~11901feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11901feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11901feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11901feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y66_N19 +dffeas \text_gen|char_ram~11901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11901feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y66_N15 +dffeas \text_gen|char_ram~12013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y66_N7 +dffeas \text_gen|char_ram~11789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y66_N29 +dffeas \text_gen|char_ram~11677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40481 ( +// Equation(s): +// \text_gen|char_ram~40481_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~11789_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~11677_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11789_q ), + .datac(\text_gen|char_ram~11677_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40481 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40482 ( +// Equation(s): +// \text_gen|char_ram~40482_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40481_combout & ((\text_gen|char_ram~12013_q ))) # (!\text_gen|char_ram~40481_combout & (\text_gen|char_ram~11901_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40481_combout )))) + + .dataa(\text_gen|char_ram~11901_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~12013_q ), + .datad(\text_gen|char_ram~40481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40482 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40490 ( +// Equation(s): +// \text_gen|char_ram~40490_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40487_combout & (\text_gen|char_ram~40489_combout )) # (!\text_gen|char_ram~40487_combout & ((\text_gen|char_ram~40482_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40487_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40489_combout ), + .datac(\text_gen|char_ram~40487_combout ), + .datad(\text_gen|char_ram~40482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40490 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~40490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N5 +dffeas \text_gen|char_ram~4509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y31_N9 +dffeas \text_gen|char_ram~4957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y43_N17 +dffeas \text_gen|char_ram~3613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4061feeder ( +// Equation(s): +// \text_gen|char_ram~4061feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4061feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4061feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4061feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y18_N21 +dffeas \text_gen|char_ram~4061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4061feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40495 ( +// Equation(s): +// \text_gen|char_ram~40495_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~4061_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3613_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3613_q ), + .datad(\text_gen|char_ram~4061_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40495 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40496 ( +// Equation(s): +// \text_gen|char_ram~40496_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40495_combout & ((\text_gen|char_ram~4957_q ))) # (!\text_gen|char_ram~40495_combout & (\text_gen|char_ram~4509_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40495_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~4509_q ), + .datac(\text_gen|char_ram~4957_q ), + .datad(\text_gen|char_ram~40495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40496 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y51_N27 +dffeas \text_gen|char_ram~4733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y31_N19 +dffeas \text_gen|char_ram~5181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y35_N31 +dffeas \text_gen|char_ram~3837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y24_N9 +dffeas \text_gen|char_ram~4285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40493 ( +// Equation(s): +// \text_gen|char_ram~40493_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~4285_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3837_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3837_q ), + .datad(\text_gen|char_ram~4285_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40493 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40494 ( +// Equation(s): +// \text_gen|char_ram~40494_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40493_combout & ((\text_gen|char_ram~5181_q ))) # (!\text_gen|char_ram~40493_combout & (\text_gen|char_ram~4733_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40493_combout )))) + + .dataa(\text_gen|char_ram~4733_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5181_q ), + .datad(\text_gen|char_ram~40493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40494 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40497 ( +// Equation(s): +// \text_gen|char_ram~40497_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~40494_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~40496_combout ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40496_combout ), + .datad(\text_gen|char_ram~40494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40497 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N13 +dffeas \text_gen|char_ram~4397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y36_N29 +dffeas \text_gen|char_ram~5293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y50_N21 +dffeas \text_gen|char_ram~3949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~4845feeder ( +// Equation(s): +// \text_gen|char_ram~4845feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4845feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4845feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4845feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y52_N27 +dffeas \text_gen|char_ram~4845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4845feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40498 ( +// Equation(s): +// \text_gen|char_ram~40498_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4845_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3949_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3949_q ), + .datad(\text_gen|char_ram~4845_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40498 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40499 ( +// Equation(s): +// \text_gen|char_ram~40499_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40498_combout & ((\text_gen|char_ram~5293_q ))) # (!\text_gen|char_ram~40498_combout & (\text_gen|char_ram~4397_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40498_combout )))) + + .dataa(\text_gen|char_ram~4397_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5293_q ), + .datad(\text_gen|char_ram~40498_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40499 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4173feeder ( +// Equation(s): +// \text_gen|char_ram~4173feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4173feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y24_N9 +dffeas \text_gen|char_ram~4173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y32_N21 +dffeas \text_gen|char_ram~5069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4621feeder ( +// Equation(s): +// \text_gen|char_ram~4621feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4621feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4621feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4621feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y47_N5 +dffeas \text_gen|char_ram~4621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4621feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y47_N27 +dffeas \text_gen|char_ram~3725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3725 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40491 ( +// Equation(s): +// \text_gen|char_ram~40491_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4621_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3725_q ))))) + + .dataa(\text_gen|char_ram~4621_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3725_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40491 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40492 ( +// Equation(s): +// \text_gen|char_ram~40492_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40491_combout & ((\text_gen|char_ram~5069_q ))) # (!\text_gen|char_ram~40491_combout & (\text_gen|char_ram~4173_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40491_combout )))) + + .dataa(\text_gen|char_ram~4173_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5069_q ), + .datad(\text_gen|char_ram~40491_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40492 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40500 ( +// Equation(s): +// \text_gen|char_ram~40500_combout = (\text_gen|char_ram~40497_combout & (((\text_gen|char_ram~40499_combout )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~40497_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40492_combout )))) + + .dataa(\text_gen|char_ram~40497_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40499_combout ), + .datad(\text_gen|char_ram~40492_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40500 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40501 ( +// Equation(s): +// \text_gen|char_ram~40501_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~40490_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~40500_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40490_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~40500_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40501 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~40501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N27 +dffeas \text_gen|char_ram~26013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~26237feeder ( +// Equation(s): +// \text_gen|char_ram~26237feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26237feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y55_N3 +dffeas \text_gen|char_ram~26237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40504 ( +// Equation(s): +// \text_gen|char_ram~40504_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~26237_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26013_q )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26013_q ), + .datad(\text_gen|char_ram~26237_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40504 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y59_N25 +dffeas \text_gen|char_ram~26349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26125feeder ( +// Equation(s): +// \text_gen|char_ram~26125feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26125feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y59_N27 +dffeas \text_gen|char_ram~26125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26125 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40505 ( +// Equation(s): +// \text_gen|char_ram~40505_combout = (\text_gen|char_ram~40504_combout & (((\text_gen|char_ram~26349_q )) # (!\text_gen|Add5~0_combout ))) # (!\text_gen|char_ram~40504_combout & (\text_gen|Add5~0_combout & ((\text_gen|char_ram~26125_q )))) + + .dataa(\text_gen|char_ram~40504_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26349_q ), + .datad(\text_gen|char_ram~26125_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40505 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y39_N5 +dffeas \text_gen|char_ram~25117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~25341feeder ( +// Equation(s): +// \text_gen|char_ram~25341feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25341feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25341feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25341feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y36_N27 +dffeas \text_gen|char_ram~25341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25341feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40506 ( +// Equation(s): +// \text_gen|char_ram~40506_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~25341_q )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25117_q ))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25117_q ), + .datad(\text_gen|char_ram~25341_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40506 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y39_N13 +dffeas \text_gen|char_ram~25453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y39_N19 +dffeas \text_gen|char_ram~25229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25229 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40507 ( +// Equation(s): +// \text_gen|char_ram~40507_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40506_combout & (\text_gen|char_ram~25453_q )) # (!\text_gen|char_ram~40506_combout & ((\text_gen|char_ram~25229_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40506_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40506_combout ), + .datac(\text_gen|char_ram~25453_q ), + .datad(\text_gen|char_ram~25229_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40507 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40508 ( +// Equation(s): +// \text_gen|char_ram~40508_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~40505_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~40507_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40505_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~40507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40508 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~40508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y21_N17 +dffeas \text_gen|char_ram~25789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y21_N7 +dffeas \text_gen|char_ram~25901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y18_N5 +dffeas \text_gen|char_ram~25565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25565 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25677feeder ( +// Equation(s): +// \text_gen|char_ram~25677feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25677feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N5 +dffeas \text_gen|char_ram~25677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40502 ( +// Equation(s): +// \text_gen|char_ram~40502_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25677_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25565_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25565_q ), + .datad(\text_gen|char_ram~25677_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40502 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40503 ( +// Equation(s): +// \text_gen|char_ram~40503_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40502_combout & ((\text_gen|char_ram~25901_q ))) # (!\text_gen|char_ram~40502_combout & (\text_gen|char_ram~25789_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40502_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25789_q ), + .datac(\text_gen|char_ram~25901_q ), + .datad(\text_gen|char_ram~40502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40503 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26685feeder ( +// Equation(s): +// \text_gen|char_ram~26685feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y36_N25 +dffeas \text_gen|char_ram~26685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y39_N29 +dffeas \text_gen|char_ram~26797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y39_N11 +dffeas \text_gen|char_ram~26461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y33_N25 +dffeas \text_gen|char_ram~26573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40509 ( +// Equation(s): +// \text_gen|char_ram~40509_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~26573_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~26461_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~26461_q ), + .datad(\text_gen|char_ram~26573_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40509 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~40510 ( +// Equation(s): +// \text_gen|char_ram~40510_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40509_combout & ((\text_gen|char_ram~26797_q ))) # (!\text_gen|char_ram~40509_combout & (\text_gen|char_ram~26685_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40509_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~26685_q ), + .datac(\text_gen|char_ram~26797_q ), + .datad(\text_gen|char_ram~40509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40510 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40511 ( +// Equation(s): +// \text_gen|char_ram~40511_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40508_combout & ((\text_gen|char_ram~40510_combout ))) # (!\text_gen|char_ram~40508_combout & (\text_gen|char_ram~40503_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40508_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40508_combout ), + .datac(\text_gen|char_ram~40503_combout ), + .datad(\text_gen|char_ram~40510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40511 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~40511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y46_N29 +dffeas \text_gen|char_ram~18957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y39_N15 +dffeas \text_gen|char_ram~19405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18509feeder ( +// Equation(s): +// \text_gen|char_ram~18509feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18509feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18509feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18509feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y43_N1 +dffeas \text_gen|char_ram~18509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18509feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y43_N9 +dffeas \text_gen|char_ram~18061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18061 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40473 ( +// Equation(s): +// \text_gen|char_ram~40473_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18509_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18061_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~18509_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18061_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40473 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40474 ( +// Equation(s): +// \text_gen|char_ram~40474_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40473_combout & ((\text_gen|char_ram~19405_q ))) # (!\text_gen|char_ram~40473_combout & (\text_gen|char_ram~18957_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40473_combout )))) + + .dataa(\text_gen|char_ram~18957_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19405_q ), + .datad(\text_gen|char_ram~40473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40474 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18397feeder ( +// Equation(s): +// \text_gen|char_ram~18397feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18397feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18397feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18397feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y18_N7 +dffeas \text_gen|char_ram~18397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18397feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y35_N31 +dffeas \text_gen|char_ram~19293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y50_N19 +dffeas \text_gen|char_ram~17949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y53_N9 +dffeas \text_gen|char_ram~18845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40475 ( +// Equation(s): +// \text_gen|char_ram~40475_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~18845_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~17949_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17949_q ), + .datad(\text_gen|char_ram~18845_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40475 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40476 ( +// Equation(s): +// \text_gen|char_ram~40476_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40475_combout & ((\text_gen|char_ram~19293_q ))) # (!\text_gen|char_ram~40475_combout & (\text_gen|char_ram~18397_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40475_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18397_q ), + .datac(\text_gen|char_ram~19293_q ), + .datad(\text_gen|char_ram~40475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40476 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40477 ( +// Equation(s): +// \text_gen|char_ram~40477_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40474_combout ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~40476_combout & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40474_combout ), + .datac(\text_gen|char_ram~40476_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40477 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y59_N17 +dffeas \text_gen|char_ram~19181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y35_N3 +dffeas \text_gen|char_ram~19629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19629 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y50_N9 +dffeas \text_gen|char_ram~18285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y16_N29 +dffeas \text_gen|char_ram~18733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40478 ( +// Equation(s): +// \text_gen|char_ram~40478_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~18733_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18285_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18285_q ), + .datad(\text_gen|char_ram~18733_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40478 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40479 ( +// Equation(s): +// \text_gen|char_ram~40479_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40478_combout & ((\text_gen|char_ram~19629_q ))) # (!\text_gen|char_ram~40478_combout & (\text_gen|char_ram~19181_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40478_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~19181_q ), + .datac(\text_gen|char_ram~19629_q ), + .datad(\text_gen|char_ram~40478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40479 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N21 +dffeas \text_gen|char_ram~19517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y23_N23 +dffeas \text_gen|char_ram~18621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y50_N11 +dffeas \text_gen|char_ram~18173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y55_N23 +dffeas \text_gen|char_ram~19069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40471 ( +// Equation(s): +// \text_gen|char_ram~40471_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19069_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18173_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18173_q ), + .datad(\text_gen|char_ram~19069_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40471 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40472 ( +// Equation(s): +// \text_gen|char_ram~40472_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40471_combout & (\text_gen|char_ram~19517_q )) # (!\text_gen|char_ram~40471_combout & ((\text_gen|char_ram~18621_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40471_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19517_q ), + .datac(\text_gen|char_ram~18621_q ), + .datad(\text_gen|char_ram~40471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40472 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40480 ( +// Equation(s): +// \text_gen|char_ram~40480_combout = (\text_gen|char_ram~40477_combout & (((\text_gen|char_ram~40479_combout )) # (!\text_gen|Add5~2_combout ))) # (!\text_gen|char_ram~40477_combout & (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40472_combout )))) + + .dataa(\text_gen|char_ram~40477_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40479_combout ), + .datad(\text_gen|char_ram~40472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40480 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~40480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40512 ( +// Equation(s): +// \text_gen|char_ram~40512_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40501_combout & (\text_gen|char_ram~40511_combout )) # (!\text_gen|char_ram~40501_combout & ((\text_gen|char_ram~40480_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~40501_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40501_combout ), + .datac(\text_gen|char_ram~40511_combout ), + .datad(\text_gen|char_ram~40480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40512 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12321feeder ( +// Equation(s): +// \text_gen|char_ram~12321feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12321feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12321feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12321feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y30_N19 +dffeas \text_gen|char_ram~12321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12321feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12097feeder ( +// Equation(s): +// \text_gen|char_ram~12097feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~12097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y30_N21 +dffeas \text_gen|char_ram~12097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40520 ( +// Equation(s): +// \text_gen|char_ram~40520_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~12321_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~12097_q +// ))))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~12321_q ), + .datac(\text_gen|char_ram~12097_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40520 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y34_N5 +dffeas \text_gen|char_ram~12433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y34_N7 +dffeas \text_gen|char_ram~12209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40521 ( +// Equation(s): +// \text_gen|char_ram~40521_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40520_combout & (\text_gen|char_ram~12433_q )) # (!\text_gen|char_ram~40520_combout & ((\text_gen|char_ram~12209_q ))))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~40520_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~40520_combout ), + .datac(\text_gen|char_ram~12433_q ), + .datad(\text_gen|char_ram~12209_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40521 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y14_N27 +dffeas \text_gen|char_ram~11313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y14_N31 +dffeas \text_gen|char_ram~11537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11425feeder ( +// Equation(s): +// \text_gen|char_ram~11425feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~11425feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11425feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11425feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y14_N5 +dffeas \text_gen|char_ram~11425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11425feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y14_N3 +dffeas \text_gen|char_ram~11201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40515 ( +// Equation(s): +// \text_gen|char_ram~40515_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & (\text_gen|char_ram~11425_q )) # (!\text_gen|Add5~2_combout & ((\text_gen|char_ram~11201_q +// ))))) + + .dataa(\text_gen|char_ram~11425_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11201_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40515 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40516 ( +// Equation(s): +// \text_gen|char_ram~40516_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40515_combout & ((\text_gen|char_ram~11537_q ))) # (!\text_gen|char_ram~40515_combout & (\text_gen|char_ram~11313_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40515_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~11313_q ), + .datac(\text_gen|char_ram~11537_q ), + .datad(\text_gen|char_ram~40515_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40516 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y47_N19 +dffeas \text_gen|char_ram~10977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y47_N15 +dffeas \text_gen|char_ram~11089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y47_N25 +dffeas \text_gen|char_ram~10753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y50_N27 +dffeas \text_gen|char_ram~10865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40517 ( +// Equation(s): +// \text_gen|char_ram~40517_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~10865_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~10753_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~10753_q ), + .datad(\text_gen|char_ram~10865_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40517 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40518 ( +// Equation(s): +// \text_gen|char_ram~40518_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40517_combout & ((\text_gen|char_ram~11089_q ))) # (!\text_gen|char_ram~40517_combout & (\text_gen|char_ram~10977_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40517_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~10977_q ), + .datac(\text_gen|char_ram~11089_q ), + .datad(\text_gen|char_ram~40517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40518 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40519 ( +// Equation(s): +// \text_gen|char_ram~40519_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~40516_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~40518_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40516_combout ), + .datad(\text_gen|char_ram~40518_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40519 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~40519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y63_N17 +dffeas \text_gen|char_ram~11985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y63_N21 +dffeas \text_gen|char_ram~11761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y63_N15 +dffeas \text_gen|char_ram~11649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~40513 ( +// Equation(s): +// \text_gen|char_ram~40513_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~11761_q ) # ((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & (((\text_gen|char_ram~11649_q & !\text_gen|Add5~2_combout )))) + + .dataa(\text_gen|char_ram~11761_q ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~11649_q ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40513 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~40513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y63_N15 +dffeas \text_gen|char_ram~11873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40514 ( +// Equation(s): +// \text_gen|char_ram~40514_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40513_combout & (\text_gen|char_ram~11985_q )) # (!\text_gen|char_ram~40513_combout & ((\text_gen|char_ram~11873_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40513_combout )))) + + .dataa(\text_gen|char_ram~11985_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40513_combout ), + .datad(\text_gen|char_ram~11873_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40514 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~40522 ( +// Equation(s): +// \text_gen|char_ram~40522_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40519_combout & (\text_gen|char_ram~40521_combout )) # (!\text_gen|char_ram~40519_combout & ((\text_gen|char_ram~40514_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40519_combout )))) + + .dataa(\text_gen|char_ram~40521_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~40519_combout ), + .datad(\text_gen|char_ram~40514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40522 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y36_N3 +dffeas \text_gen|char_ram~26657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y35_N19 +dffeas \text_gen|char_ram~26769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y22_N21 +dffeas \text_gen|char_ram~26433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26545feeder ( +// Equation(s): +// \text_gen|char_ram~26545feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26545feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y33_N27 +dffeas \text_gen|char_ram~26545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26545 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40551 ( +// Equation(s): +// \text_gen|char_ram~40551_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~26545_q )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~26433_q ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~26433_q ), + .datad(\text_gen|char_ram~26545_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40551 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40552 ( +// Equation(s): +// \text_gen|char_ram~40552_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40551_combout & ((\text_gen|char_ram~26769_q ))) # (!\text_gen|char_ram~40551_combout & (\text_gen|char_ram~26657_q )))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40551_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~26657_q ), + .datac(\text_gen|char_ram~26769_q ), + .datad(\text_gen|char_ram~40551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40552 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y18_N15 +dffeas \text_gen|char_ram~25873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y18_N3 +dffeas \text_gen|char_ram~25537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25649feeder ( +// Equation(s): +// \text_gen|char_ram~25649feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25649feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25649feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25649feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y18_N15 +dffeas \text_gen|char_ram~25649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25649feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40544 ( +// Equation(s): +// \text_gen|char_ram~40544_combout = (\text_gen|Add5~2_combout & (\text_gen|Add5~0_combout )) # (!\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout & ((\text_gen|char_ram~25649_q ))) # (!\text_gen|Add5~0_combout & (\text_gen|char_ram~25537_q )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~25537_q ), + .datad(\text_gen|char_ram~25649_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40544 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25761feeder ( +// Equation(s): +// \text_gen|char_ram~25761feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25761feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25761feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25761feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N19 +dffeas \text_gen|char_ram~25761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25761feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25761 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40545 ( +// Equation(s): +// \text_gen|char_ram~40545_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40544_combout & (\text_gen|char_ram~25873_q )) # (!\text_gen|char_ram~40544_combout & ((\text_gen|char_ram~25761_q ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40544_combout )))) + + .dataa(\text_gen|char_ram~25873_q ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40544_combout ), + .datad(\text_gen|char_ram~25761_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40545 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y49_N1 +dffeas \text_gen|char_ram~25201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y42_N27 +dffeas \text_gen|char_ram~25425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N5 +dffeas \text_gen|char_ram~25313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y45_N21 +dffeas \text_gen|char_ram~25089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40548 ( +// Equation(s): +// \text_gen|char_ram~40548_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~25313_q ) # ((\text_gen|Add5~0_combout )))) # (!\text_gen|Add5~2_combout & (((\text_gen|char_ram~25089_q & !\text_gen|Add5~0_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|char_ram~25313_q ), + .datac(\text_gen|char_ram~25089_q ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40548 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40549 ( +// Equation(s): +// \text_gen|char_ram~40549_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40548_combout & ((\text_gen|char_ram~25425_q ))) # (!\text_gen|char_ram~40548_combout & (\text_gen|char_ram~25201_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40548_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~25201_q ), + .datac(\text_gen|char_ram~25425_q ), + .datad(\text_gen|char_ram~40548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40549 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~26097feeder ( +// Equation(s): +// \text_gen|char_ram~26097feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y62_N29 +dffeas \text_gen|char_ram~26097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y62_N27 +dffeas \text_gen|char_ram~26321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~25985feeder ( +// Equation(s): +// \text_gen|char_ram~25985feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~25985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25985feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y59_N3 +dffeas \text_gen|char_ram~25985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26209feeder ( +// Equation(s): +// \text_gen|char_ram~26209feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~26209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26209feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y59_N25 +dffeas \text_gen|char_ram~26209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40546 ( +// Equation(s): +// \text_gen|char_ram~40546_combout = (\text_gen|Add5~0_combout & (((\text_gen|Add5~2_combout )))) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~26209_q ))) # (!\text_gen|Add5~2_combout & (\text_gen|char_ram~25985_q +// )))) + + .dataa(\text_gen|char_ram~25985_q ), + .datab(\text_gen|char_ram~26209_q ), + .datac(\text_gen|Add5~0_combout ), + .datad(\text_gen|Add5~2_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40546 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~40546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y62_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40547 ( +// Equation(s): +// \text_gen|char_ram~40547_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~40546_combout & ((\text_gen|char_ram~26321_q ))) # (!\text_gen|char_ram~40546_combout & (\text_gen|char_ram~26097_q )))) # (!\text_gen|Add5~0_combout & +// (((\text_gen|char_ram~40546_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~26097_q ), + .datac(\text_gen|char_ram~26321_q ), + .datad(\text_gen|char_ram~40546_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40547 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40550 ( +// Equation(s): +// \text_gen|char_ram~40550_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~40547_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~40549_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40549_combout ), + .datad(\text_gen|char_ram~40547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40550 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~40553 ( +// Equation(s): +// \text_gen|char_ram~40553_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40550_combout & (\text_gen|char_ram~40552_combout )) # (!\text_gen|char_ram~40550_combout & ((\text_gen|char_ram~40545_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40550_combout )))) + + .dataa(\text_gen|char_ram~40552_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~40545_combout ), + .datad(\text_gen|char_ram~40550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40553 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~40553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19153feeder ( +// Equation(s): +// \text_gen|char_ram~19153feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19153feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19153feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19153feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y59_N21 +dffeas \text_gen|char_ram~19153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19153feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y39_N11 +dffeas \text_gen|char_ram~19601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N25 +dffeas \text_gen|char_ram~18257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18705feeder ( +// Equation(s): +// \text_gen|char_ram~18705feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18705feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18705feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18705feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N19 +dffeas \text_gen|char_ram~18705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18705feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40530 ( +// Equation(s): +// \text_gen|char_ram~40530_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~18705_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18257_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18257_q ), + .datad(\text_gen|char_ram~18705_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40530 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40531 ( +// Equation(s): +// \text_gen|char_ram~40531_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40530_combout & ((\text_gen|char_ram~19601_q ))) # (!\text_gen|char_ram~40530_combout & (\text_gen|char_ram~19153_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40530_combout )))) + + .dataa(\text_gen|char_ram~19153_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19601_q ), + .datad(\text_gen|char_ram~40530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40531 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y25_N9 +dffeas \text_gen|char_ram~18369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y42_N5 +dffeas \text_gen|char_ram~19265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19265 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18817feeder ( +// Equation(s): +// \text_gen|char_ram~18817feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [1]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18817feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18817feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18817feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X17_Y49_N13 +dffeas \text_gen|char_ram~18817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18817feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y49_N27 +dffeas \text_gen|char_ram~17921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40527 ( +// Equation(s): +// \text_gen|char_ram~40527_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~18817_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~17921_q +// ))))) + + .dataa(\text_gen|char_ram~18817_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17921_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40527 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~40527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40528 ( +// Equation(s): +// \text_gen|char_ram~40528_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40527_combout & ((\text_gen|char_ram~19265_q ))) # (!\text_gen|char_ram~40527_combout & (\text_gen|char_ram~18369_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40527_combout )))) + + .dataa(\text_gen|char_ram~18369_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19265_q ), + .datad(\text_gen|char_ram~40527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40528 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y42_N13 +dffeas \text_gen|char_ram~18929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y42_N27 +dffeas \text_gen|char_ram~19377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y30_N19 +dffeas \text_gen|char_ram~18481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y30_N17 +dffeas \text_gen|char_ram~18033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40525 ( +// Equation(s): +// \text_gen|char_ram~40525_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18481_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18033_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18481_q ), + .datac(\text_gen|char_ram~18033_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40525 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~40526 ( +// Equation(s): +// \text_gen|char_ram~40526_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40525_combout & ((\text_gen|char_ram~19377_q ))) # (!\text_gen|char_ram~40525_combout & (\text_gen|char_ram~18929_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40525_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~18929_q ), + .datac(\text_gen|char_ram~19377_q ), + .datad(\text_gen|char_ram~40525_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40526 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40529 ( +// Equation(s): +// \text_gen|char_ram~40529_combout = (\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout ) # ((\text_gen|char_ram~40526_combout )))) # (!\text_gen|Add5~0_combout & (!\text_gen|Add5~2_combout & (\text_gen|char_ram~40528_combout ))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40528_combout ), + .datad(\text_gen|char_ram~40526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40529 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18593feeder ( +// Equation(s): +// \text_gen|char_ram~18593feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~18593feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18593feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18593feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y23_N5 +dffeas \text_gen|char_ram~18593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18593feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y39_N17 +dffeas \text_gen|char_ram~19489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y49_N5 +dffeas \text_gen|char_ram~18145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19041feeder ( +// Equation(s): +// \text_gen|char_ram~19041feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~19041feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19041feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19041feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y47_N31 +dffeas \text_gen|char_ram~19041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19041feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40523 ( +// Equation(s): +// \text_gen|char_ram~40523_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~19041_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~18145_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18145_q ), + .datad(\text_gen|char_ram~19041_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40523 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40524 ( +// Equation(s): +// \text_gen|char_ram~40524_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40523_combout & ((\text_gen|char_ram~19489_q ))) # (!\text_gen|char_ram~40523_combout & (\text_gen|char_ram~18593_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40523_combout )))) + + .dataa(\text_gen|char_ram~18593_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19489_q ), + .datad(\text_gen|char_ram~40523_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40524 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40532 ( +// Equation(s): +// \text_gen|char_ram~40532_combout = (\text_gen|Add5~2_combout & ((\text_gen|char_ram~40529_combout & (\text_gen|char_ram~40531_combout )) # (!\text_gen|char_ram~40529_combout & ((\text_gen|char_ram~40524_combout ))))) # (!\text_gen|Add5~2_combout & +// (((\text_gen|char_ram~40529_combout )))) + + .dataa(\text_gen|char_ram~40531_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~40529_combout ), + .datad(\text_gen|char_ram~40524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40532 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~40532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4369feeder ( +// Equation(s): +// \text_gen|char_ram~4369feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4369feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y18_N1 +dffeas \text_gen|char_ram~4369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y37_N1 +dffeas \text_gen|char_ram~5265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y60_N13 +dffeas \text_gen|char_ram~4817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y37_N3 +dffeas \text_gen|char_ram~3921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3921 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~40540 ( +// Equation(s): +// \text_gen|char_ram~40540_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~4817_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~3921_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~4817_q ), + .datac(\text_gen|char_ram~3921_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40540 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~40540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~40541 ( +// Equation(s): +// \text_gen|char_ram~40541_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40540_combout & ((\text_gen|char_ram~5265_q ))) # (!\text_gen|char_ram~40540_combout & (\text_gen|char_ram~4369_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~40540_combout )))) + + .dataa(\text_gen|char_ram~4369_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5265_q ), + .datad(\text_gen|char_ram~40540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40541 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~40541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y45_N31 +dffeas \text_gen|char_ram~3697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4593feeder ( +// Equation(s): +// \text_gen|char_ram~4593feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4593feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4593feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4593feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y44_N1 +dffeas \text_gen|char_ram~4593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4593feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~40533 ( +// Equation(s): +// \text_gen|char_ram~40533_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~4593_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3697_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3697_q ), + .datad(\text_gen|char_ram~4593_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40533 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y35_N25 +dffeas \text_gen|char_ram~5041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4145feeder ( +// Equation(s): +// \text_gen|char_ram~4145feeder_combout = \uart_inst|rx_data [1] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [1]), + .cin(gnd), + .combout(\text_gen|char_ram~4145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y29_N17 +dffeas \text_gen|char_ram~4145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4145 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~40534 ( +// Equation(s): +// \text_gen|char_ram~40534_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~40533_combout & (\text_gen|char_ram~5041_q )) # (!\text_gen|char_ram~40533_combout & ((\text_gen|char_ram~4145_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~40533_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~40533_combout ), + .datac(\text_gen|char_ram~5041_q ), + .datad(\text_gen|char_ram~4145_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40534 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y43_N19 +dffeas \text_gen|char_ram~3809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y43_N29 +dffeas \text_gen|char_ram~4257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40535 ( +// Equation(s): +// \text_gen|char_ram~40535_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~4257_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3809_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3809_q ), + .datad(\text_gen|char_ram~4257_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40535 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~40535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y35_N5 +dffeas \text_gen|char_ram~5153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N11 +dffeas \text_gen|char_ram~4705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~40536 ( +// Equation(s): +// \text_gen|char_ram~40536_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40535_combout & (\text_gen|char_ram~5153_q )) # (!\text_gen|char_ram~40535_combout & ((\text_gen|char_ram~4705_q ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~40535_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~40535_combout ), + .datac(\text_gen|char_ram~5153_q ), + .datad(\text_gen|char_ram~4705_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40536 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~40536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y63_N11 +dffeas \text_gen|char_ram~4481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y29_N13 +dffeas \text_gen|char_ram~4929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N7 +dffeas \text_gen|char_ram~3585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N27 +dffeas \text_gen|char_ram~4033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [1]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~40537 ( +// Equation(s): +// \text_gen|char_ram~40537_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~4033_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~3585_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3585_q ), + .datad(\text_gen|char_ram~4033_q ), + .cin(gnd), + .combout(\text_gen|char_ram~40537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40537 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~40537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40538 ( +// Equation(s): +// \text_gen|char_ram~40538_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~40537_combout & ((\text_gen|char_ram~4929_q ))) # (!\text_gen|char_ram~40537_combout & (\text_gen|char_ram~4481_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~40537_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~4481_q ), + .datac(\text_gen|char_ram~4929_q ), + .datad(\text_gen|char_ram~40537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40538 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40539 ( +// Equation(s): +// \text_gen|char_ram~40539_combout = (\text_gen|Add5~2_combout & ((\text_gen|Add5~0_combout ) # ((\text_gen|char_ram~40536_combout )))) # (!\text_gen|Add5~2_combout & (!\text_gen|Add5~0_combout & ((\text_gen|char_ram~40538_combout )))) + + .dataa(\text_gen|Add5~2_combout ), + .datab(\text_gen|Add5~0_combout ), + .datac(\text_gen|char_ram~40536_combout ), + .datad(\text_gen|char_ram~40538_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40539 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~40539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~40542 ( +// Equation(s): +// \text_gen|char_ram~40542_combout = (\text_gen|char_ram~40539_combout & ((\text_gen|char_ram~40541_combout ) # ((!\text_gen|Add5~0_combout )))) # (!\text_gen|char_ram~40539_combout & (((\text_gen|char_ram~40534_combout & \text_gen|Add5~0_combout )))) + + .dataa(\text_gen|char_ram~40541_combout ), + .datab(\text_gen|char_ram~40534_combout ), + .datac(\text_gen|char_ram~40539_combout ), + .datad(\text_gen|Add5~0_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40542 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~40542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~40543 ( +// Equation(s): +// \text_gen|char_ram~40543_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~40532_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~40542_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~40532_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~40542_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40543 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~40543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~40554 ( +// Equation(s): +// \text_gen|char_ram~40554_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~40543_combout & ((\text_gen|char_ram~40553_combout ))) # (!\text_gen|char_ram~40543_combout & (\text_gen|char_ram~40522_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~40543_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~40522_combout ), + .datac(\text_gen|char_ram~40553_combout ), + .datad(\text_gen|char_ram~40543_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40554 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~40554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~40555 ( +// Equation(s): +// \text_gen|char_ram~40555_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~40512_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~40554_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40512_combout ), + .datac(\text_gen|char_ram~40554_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~40555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40555 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~40555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~40598 ( +// Equation(s): +// \text_gen|char_ram~40598_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~40555_combout & (\text_gen|char_ram~40597_combout )) # (!\text_gen|char_ram~40555_combout & ((\text_gen|char_ram~40470_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~40555_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~40597_combout ), + .datac(\text_gen|char_ram~40470_combout ), + .datad(\text_gen|char_ram~40555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~40598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~40598 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~40598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41113 ( +// Equation(s): +// \text_gen|char_ram~41113_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~40942_combout & (\text_gen|char_ram~41112_combout )) # (!\text_gen|char_ram~40942_combout & ((\text_gen|char_ram~40598_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~40942_combout )))) + + .dataa(\text_gen|char_ram~41112_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~40942_combout ), + .datad(\text_gen|char_ram~40598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41113 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~41113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41114 ( +// Equation(s): +// \text_gen|char_ram~41114_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~40428_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~41113_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~40428_combout ), + .datad(\text_gen|char_ram~41113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41114 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41797 ( +// Equation(s): +// \text_gen|char_ram~41797_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41114_combout & (\text_gen|char_ram~41796_combout )) # (!\text_gen|char_ram~41114_combout & ((\text_gen|char_ram~39746_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41114_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~41796_combout ), + .datac(\text_gen|char_ram~39746_combout ), + .datad(\text_gen|char_ram~41114_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41797 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y31_N25 +dffeas \text_gen|char_ram~24710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y30_N29 +dffeas \text_gen|char_ram~24696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43680 ( +// Equation(s): +// \text_gen|char_ram~43680_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~24710_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~24696_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24710_q ), + .datac(\text_gen|char_ram~24696_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43680 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y27_N9 +dffeas \text_gen|char_ram~24738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y28_N7 +dffeas \text_gen|char_ram~24724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43681 ( +// Equation(s): +// \text_gen|char_ram~43681_combout = (\text_gen|char_ram~43680_combout & (((\text_gen|char_ram~24738_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~43680_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~24724_q )))) + + .dataa(\text_gen|char_ram~43680_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24738_q ), + .datad(\text_gen|char_ram~24724_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43681 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y28_N29 +dffeas \text_gen|char_ram~3220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y27_N15 +dffeas \text_gen|char_ram~3234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y27_N29 +dffeas \text_gen|char_ram~3192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y23_N27 +dffeas \text_gen|char_ram~3206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3206 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43677 ( +// Equation(s): +// \text_gen|char_ram~43677_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3206_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3192_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3192_q ), + .datad(\text_gen|char_ram~3206_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43677 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43678 ( +// Equation(s): +// \text_gen|char_ram~43678_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43677_combout & ((\text_gen|char_ram~3234_q ))) # (!\text_gen|char_ram~43677_combout & (\text_gen|char_ram~3220_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43677_combout )))) + + .dataa(\text_gen|char_ram~3220_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3234_q ), + .datad(\text_gen|char_ram~43677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43678 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17556feeder ( +// Equation(s): +// \text_gen|char_ram~17556feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N11 +dffeas \text_gen|char_ram~17556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y27_N29 +dffeas \text_gen|char_ram~17570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y26_N17 +dffeas \text_gen|char_ram~17528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y27_N31 +dffeas \text_gen|char_ram~17542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43675 ( +// Equation(s): +// \text_gen|char_ram~43675_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~17542_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17528_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17528_q ), + .datad(\text_gen|char_ram~17542_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43675 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43676 ( +// Equation(s): +// \text_gen|char_ram~43676_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43675_combout & ((\text_gen|char_ram~17570_q ))) # (!\text_gen|char_ram~43675_combout & (\text_gen|char_ram~17556_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43675_combout )))) + + .dataa(\text_gen|char_ram~17556_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17570_q ), + .datad(\text_gen|char_ram~43675_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43676 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43679 ( +// Equation(s): +// \text_gen|char_ram~43679_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~43676_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~43678_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43678_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43679 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~43679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N23 +dffeas \text_gen|char_ram~10402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y31_N7 +dffeas \text_gen|char_ram~10360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y31_N17 +dffeas \text_gen|char_ram~10374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43673 ( +// Equation(s): +// \text_gen|char_ram~43673_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~10374_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10360_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10360_q ), + .datad(\text_gen|char_ram~10374_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43673 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y27_N25 +dffeas \text_gen|char_ram~10388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10388 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43674 ( +// Equation(s): +// \text_gen|char_ram~43674_combout = (\text_gen|char_ram~43673_combout & ((\text_gen|char_ram~10402_q ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~43673_combout & (((\text_gen|char_ram~10388_q & \vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~10402_q ), + .datab(\text_gen|char_ram~43673_combout ), + .datac(\text_gen|char_ram~10388_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~43674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43674 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~43674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43682 ( +// Equation(s): +// \text_gen|char_ram~43682_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43679_combout & (\text_gen|char_ram~43681_combout )) # (!\text_gen|char_ram~43679_combout & ((\text_gen|char_ram~43674_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43679_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43681_combout ), + .datac(\text_gen|char_ram~43679_combout ), + .datad(\text_gen|char_ram~43674_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43682 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y27_N27 +dffeas \text_gen|char_ram~17563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y27_N7 +dffeas \text_gen|char_ram~24731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y26_N23 +dffeas \text_gen|char_ram~17535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y24_N25 +dffeas \text_gen|char_ram~24703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43704 ( +// Equation(s): +// \text_gen|char_ram~43704_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~24703_q )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17535_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17535_q ), + .datad(\text_gen|char_ram~24703_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43704 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y27_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43705 ( +// Equation(s): +// \text_gen|char_ram~43705_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43704_combout & ((\text_gen|char_ram~24731_q ))) # (!\text_gen|char_ram~43704_combout & (\text_gen|char_ram~17563_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43704_combout )))) + + .dataa(\text_gen|char_ram~17563_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24731_q ), + .datad(\text_gen|char_ram~43704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43705 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24745feeder ( +// Equation(s): +// \text_gen|char_ram~24745feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24745feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24745feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24745feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y23_N21 +dffeas \text_gen|char_ram~24745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24745feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~24717feeder ( +// Equation(s): +// \text_gen|char_ram~24717feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24717feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24717feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24717feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N29 +dffeas \text_gen|char_ram~24717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24717feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17549feeder ( +// Equation(s): +// \text_gen|char_ram~17549feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17549feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17549feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17549feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y24_N3 +dffeas \text_gen|char_ram~17549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17549feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17577feeder ( +// Equation(s): +// \text_gen|char_ram~17577feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17577feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17577feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17577feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y23_N27 +dffeas \text_gen|char_ram~17577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17577feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17577 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43711 ( +// Equation(s): +// \text_gen|char_ram~43711_combout = (\text_gen|Add5~12_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~17577_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17549_q )))) + + .dataa(\text_gen|char_ram~17549_q ), + .datab(\text_gen|char_ram~17577_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~43711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43711 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~43711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43712 ( +// Equation(s): +// \text_gen|char_ram~43712_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43711_combout & (\text_gen|char_ram~24745_q )) # (!\text_gen|char_ram~43711_combout & ((\text_gen|char_ram~24717_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43711_combout )))) + + .dataa(\text_gen|char_ram~24745_q ), + .datab(\text_gen|char_ram~24717_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43711_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43712 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~43712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y27_N31 +dffeas \text_gen|char_ram~3227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N15 +dffeas \text_gen|char_ram~10395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y29_N13 +dffeas \text_gen|char_ram~10367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y27_N21 +dffeas \text_gen|char_ram~3199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43708 ( +// Equation(s): +// \text_gen|char_ram~43708_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10367_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3199_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~10367_q ), + .datac(\text_gen|char_ram~3199_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43708 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43709 ( +// Equation(s): +// \text_gen|char_ram~43709_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43708_combout & ((\text_gen|char_ram~10395_q ))) # (!\text_gen|char_ram~43708_combout & (\text_gen|char_ram~3227_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43708_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3227_q ), + .datac(\text_gen|char_ram~10395_q ), + .datad(\text_gen|char_ram~43708_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43709 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y23_N13 +dffeas \text_gen|char_ram~10381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10381 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y23_N19 +dffeas \text_gen|char_ram~10409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y23_N11 +dffeas \text_gen|char_ram~3241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y24_N11 +dffeas \text_gen|char_ram~3213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3213 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43706 ( +// Equation(s): +// \text_gen|char_ram~43706_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3241_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~3213_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~3241_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3213_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43706 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43707 ( +// Equation(s): +// \text_gen|char_ram~43707_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43706_combout & ((\text_gen|char_ram~10409_q ))) # (!\text_gen|char_ram~43706_combout & (\text_gen|char_ram~10381_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43706_combout )))) + + .dataa(\text_gen|char_ram~10381_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~10409_q ), + .datad(\text_gen|char_ram~43706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43707 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43710 ( +// Equation(s): +// \text_gen|char_ram~43710_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~43707_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~43709_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~43709_combout ), + .datad(\text_gen|char_ram~43707_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43710 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43713 ( +// Equation(s): +// \text_gen|char_ram~43713_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43710_combout & ((\text_gen|char_ram~43712_combout ))) # (!\text_gen|char_ram~43710_combout & (\text_gen|char_ram~43705_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43710_combout )))) + + .dataa(\text_gen|char_ram~43705_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~43712_combout ), + .datad(\text_gen|char_ram~43710_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43713 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8596feeder ( +// Equation(s): +// \text_gen|char_ram~8596feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8596feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8596feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8596feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y28_N5 +dffeas \text_gen|char_ram~8596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8596feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y28_N1 +dffeas \text_gen|char_ram~1428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y28_N19 +dffeas \text_gen|char_ram~1400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8568feeder ( +// Equation(s): +// \text_gen|char_ram~8568feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8568feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8568feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8568feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y30_N5 +dffeas \text_gen|char_ram~8568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8568feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8568 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43697 ( +// Equation(s): +// \text_gen|char_ram~43697_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8568_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1400_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1400_q ), + .datad(\text_gen|char_ram~8568_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43697 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43698 ( +// Equation(s): +// \text_gen|char_ram~43698_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43697_combout & (\text_gen|char_ram~8596_q )) # (!\text_gen|char_ram~43697_combout & ((\text_gen|char_ram~1428_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43697_combout )))) + + .dataa(\text_gen|char_ram~8596_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1428_q ), + .datad(\text_gen|char_ram~43697_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43698 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y33_N31 +dffeas \text_gen|char_ram~15764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y30_N3 +dffeas \text_gen|char_ram~22932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22932 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y30_N29 +dffeas \text_gen|char_ram~22904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y33_N15 +dffeas \text_gen|char_ram~15736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43695 ( +// Equation(s): +// \text_gen|char_ram~43695_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~22904_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~15736_q ))))) + + .dataa(\text_gen|char_ram~22904_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15736_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43695 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43696 ( +// Equation(s): +// \text_gen|char_ram~43696_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43695_combout & ((\text_gen|char_ram~22932_q ))) # (!\text_gen|char_ram~43695_combout & (\text_gen|char_ram~15764_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43695_combout )))) + + .dataa(\text_gen|char_ram~15764_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22932_q ), + .datad(\text_gen|char_ram~43695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43696 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43699 ( +// Equation(s): +// \text_gen|char_ram~43699_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~43696_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~43698_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43698_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~43696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43699 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~43699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~15778feeder ( +// Equation(s): +// \text_gen|char_ram~15778feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15778feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15778feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15778feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y29_N19 +dffeas \text_gen|char_ram~15778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15778feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y26_N5 +dffeas \text_gen|char_ram~22946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y23_N7 +dffeas \text_gen|char_ram~15750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22918feeder ( +// Equation(s): +// \text_gen|char_ram~22918feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22918feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22918feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22918feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y27_N27 +dffeas \text_gen|char_ram~22918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22918feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43700 ( +// Equation(s): +// \text_gen|char_ram~43700_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~22918_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~15750_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~15750_q ), + .datad(\text_gen|char_ram~22918_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43700 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43701 ( +// Equation(s): +// \text_gen|char_ram~43701_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43700_combout & ((\text_gen|char_ram~22946_q ))) # (!\text_gen|char_ram~43700_combout & (\text_gen|char_ram~15778_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43700_combout )))) + + .dataa(\text_gen|char_ram~15778_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22946_q ), + .datad(\text_gen|char_ram~43700_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43701 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1442feeder ( +// Equation(s): +// \text_gen|char_ram~1442feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1442feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1442feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1442feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y29_N21 +dffeas \text_gen|char_ram~1442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1442feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y29_N13 +dffeas \text_gen|char_ram~8610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8582feeder ( +// Equation(s): +// \text_gen|char_ram~8582feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8582feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8582feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8582feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y31_N17 +dffeas \text_gen|char_ram~8582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8582feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y26_N11 +dffeas \text_gen|char_ram~1414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43693 ( +// Equation(s): +// \text_gen|char_ram~43693_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8582_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1414_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8582_q ), + .datac(\text_gen|char_ram~1414_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43693 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43694 ( +// Equation(s): +// \text_gen|char_ram~43694_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43693_combout & ((\text_gen|char_ram~8610_q ))) # (!\text_gen|char_ram~43693_combout & (\text_gen|char_ram~1442_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43693_combout )))) + + .dataa(\text_gen|char_ram~1442_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8610_q ), + .datad(\text_gen|char_ram~43693_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43694 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43702 ( +// Equation(s): +// \text_gen|char_ram~43702_combout = (\text_gen|char_ram~43699_combout & (((\text_gen|char_ram~43701_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~43699_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43694_combout )))) + + .dataa(\text_gen|char_ram~43699_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43701_combout ), + .datad(\text_gen|char_ram~43694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43702 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y24_N23 +dffeas \text_gen|char_ram~15757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y24_N31 +dffeas \text_gen|char_ram~1421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43685 ( +// Equation(s): +// \text_gen|char_ram~43685_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15757_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1421_q ))))) + + .dataa(\text_gen|char_ram~15757_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1421_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43685 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y23_N17 +dffeas \text_gen|char_ram~15785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y23_N29 +dffeas \text_gen|char_ram~1449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43686 ( +// Equation(s): +// \text_gen|char_ram~43686_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43685_combout & (\text_gen|char_ram~15785_q )) # (!\text_gen|char_ram~43685_combout & ((\text_gen|char_ram~1449_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~43685_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~43685_combout ), + .datac(\text_gen|char_ram~15785_q ), + .datad(\text_gen|char_ram~1449_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43686 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y28_N1 +dffeas \text_gen|char_ram~1435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y28_N21 +dffeas \text_gen|char_ram~15771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y28_N7 +dffeas \text_gen|char_ram~1407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y24_N25 +dffeas \text_gen|char_ram~15743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43687 ( +// Equation(s): +// \text_gen|char_ram~43687_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~15743_q )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1407_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1407_q ), + .datad(\text_gen|char_ram~15743_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43687 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43688 ( +// Equation(s): +// \text_gen|char_ram~43688_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43687_combout & ((\text_gen|char_ram~15771_q ))) # (!\text_gen|char_ram~43687_combout & (\text_gen|char_ram~1435_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43687_combout )))) + + .dataa(\text_gen|char_ram~1435_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15771_q ), + .datad(\text_gen|char_ram~43687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43688 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43689 ( +// Equation(s): +// \text_gen|char_ram~43689_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~43686_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~43688_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43686_combout ), + .datad(\text_gen|char_ram~43688_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43689 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y28_N21 +dffeas \text_gen|char_ram~22939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N17 +dffeas \text_gen|char_ram~8575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y26_N1 +dffeas \text_gen|char_ram~22911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43683 ( +// Equation(s): +// \text_gen|char_ram~43683_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~22911_q ) # (\vga_c|h_cnt [6])))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~8575_q & ((!\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~8575_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22911_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~43683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43683 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~43683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8603feeder ( +// Equation(s): +// \text_gen|char_ram~8603feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8603feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8603feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8603feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N21 +dffeas \text_gen|char_ram~8603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8603feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43684 ( +// Equation(s): +// \text_gen|char_ram~43684_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43683_combout & (\text_gen|char_ram~22939_q )) # (!\text_gen|char_ram~43683_combout & ((\text_gen|char_ram~8603_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43683_combout )))) + + .dataa(\text_gen|char_ram~22939_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43683_combout ), + .datad(\text_gen|char_ram~8603_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43684 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22953feeder ( +// Equation(s): +// \text_gen|char_ram~22953feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y23_N13 +dffeas \text_gen|char_ram~22953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y24_N31 +dffeas \text_gen|char_ram~8589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y24_N25 +dffeas \text_gen|char_ram~22925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43690 ( +// Equation(s): +// \text_gen|char_ram~43690_combout = (\vga_c|h_cnt [6] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~22925_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~8589_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~8589_q ), + .datad(\text_gen|char_ram~22925_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43690 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y23_N13 +dffeas \text_gen|char_ram~8617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8617 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43691 ( +// Equation(s): +// \text_gen|char_ram~43691_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43690_combout & (\text_gen|char_ram~22953_q )) # (!\text_gen|char_ram~43690_combout & ((\text_gen|char_ram~8617_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43690_combout )))) + + .dataa(\text_gen|char_ram~22953_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43690_combout ), + .datad(\text_gen|char_ram~8617_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43691 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43692 ( +// Equation(s): +// \text_gen|char_ram~43692_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43689_combout & ((\text_gen|char_ram~43691_combout ))) # (!\text_gen|char_ram~43689_combout & (\text_gen|char_ram~43684_combout )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~43689_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43689_combout ), + .datac(\text_gen|char_ram~43684_combout ), + .datad(\text_gen|char_ram~43691_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43692 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43703 ( +// Equation(s): +// \text_gen|char_ram~43703_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~43692_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43702_combout )))) + + .dataa(\text_gen|char_ram~43702_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~43692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43703 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43714 ( +// Equation(s): +// \text_gen|char_ram~43714_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43703_combout & ((\text_gen|char_ram~43713_combout ))) # (!\text_gen|char_ram~43703_combout & (\text_gen|char_ram~43682_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43703_combout )))) + + .dataa(\text_gen|char_ram~43682_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43713_combout ), + .datad(\text_gen|char_ram~43703_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43714 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6818feeder ( +// Equation(s): +// \text_gen|char_ram~6818feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y29_N7 +dffeas \text_gen|char_ram~6818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y29_N29 +dffeas \text_gen|char_ram~21154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19362feeder ( +// Equation(s): +// \text_gen|char_ram~19362feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19362feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19362feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19362feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N7 +dffeas \text_gen|char_ram~19362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19362feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y29_N11 +dffeas \text_gen|char_ram~5026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43800 ( +// Equation(s): +// \text_gen|char_ram~43800_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19362_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5026_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19362_q ), + .datac(\text_gen|char_ram~5026_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43800 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43801 ( +// Equation(s): +// \text_gen|char_ram~43801_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43800_combout & ((\text_gen|char_ram~21154_q ))) # (!\text_gen|char_ram~43800_combout & (\text_gen|char_ram~6818_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43800_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~6818_q ), + .datac(\text_gen|char_ram~21154_q ), + .datad(\text_gen|char_ram~43800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43801 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y29_N19 +dffeas \text_gen|char_ram~28322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y29_N15 +dffeas \text_gen|char_ram~13986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y29_N7 +dffeas \text_gen|char_ram~26530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y29_N29 +dffeas \text_gen|char_ram~12194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43807 ( +// Equation(s): +// \text_gen|char_ram~43807_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~26530_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~12194_q +// ))))) + + .dataa(\text_gen|char_ram~26530_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12194_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43807 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43808 ( +// Equation(s): +// \text_gen|char_ram~43808_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43807_combout & (\text_gen|char_ram~28322_q )) # (!\text_gen|char_ram~43807_combout & ((\text_gen|char_ram~13986_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43807_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28322_q ), + .datac(\text_gen|char_ram~13986_q ), + .datad(\text_gen|char_ram~43807_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43808 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y28_N23 +dffeas \text_gen|char_ram~6804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y31_N31 +dffeas \text_gen|char_ram~21140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y31_N13 +dffeas \text_gen|char_ram~5012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y31_N25 +dffeas \text_gen|char_ram~19348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43804 ( +// Equation(s): +// \text_gen|char_ram~43804_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19348_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5012_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5012_q ), + .datad(\text_gen|char_ram~19348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43804 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43805 ( +// Equation(s): +// \text_gen|char_ram~43805_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43804_combout & ((\text_gen|char_ram~21140_q ))) # (!\text_gen|char_ram~43804_combout & (\text_gen|char_ram~6804_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43804_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~6804_q ), + .datac(\text_gen|char_ram~21140_q ), + .datad(\text_gen|char_ram~43804_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43805 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13972feeder ( +// Equation(s): +// \text_gen|char_ram~13972feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y28_N11 +dffeas \text_gen|char_ram~13972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y31_N3 +dffeas \text_gen|char_ram~28308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y31_N13 +dffeas \text_gen|char_ram~26516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N25 +dffeas \text_gen|char_ram~12180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43802 ( +// Equation(s): +// \text_gen|char_ram~43802_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~26516_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~12180_q +// ))))) + + .dataa(\text_gen|char_ram~26516_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12180_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43802 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43803 ( +// Equation(s): +// \text_gen|char_ram~43803_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43802_combout & ((\text_gen|char_ram~28308_q ))) # (!\text_gen|char_ram~43802_combout & (\text_gen|char_ram~13972_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43802_combout )))) + + .dataa(\text_gen|char_ram~13972_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28308_q ), + .datad(\text_gen|char_ram~43802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43803 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43806 ( +// Equation(s): +// \text_gen|char_ram~43806_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~43803_combout ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~43805_combout )))) + + .dataa(\text_gen|char_ram~43805_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43803_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43806 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~43806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43809 ( +// Equation(s): +// \text_gen|char_ram~43809_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43806_combout & ((\text_gen|char_ram~43808_combout ))) # (!\text_gen|char_ram~43806_combout & (\text_gen|char_ram~43801_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43806_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~43801_combout ), + .datac(\text_gen|char_ram~43808_combout ), + .datad(\text_gen|char_ram~43806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43809 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y23_N3 +dffeas \text_gen|char_ram~13993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y26_N3 +dffeas \text_gen|char_ram~28329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y27_N31 +dffeas \text_gen|char_ram~26537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26537 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y26_N29 +dffeas \text_gen|char_ram~12201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12201 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43838 ( +// Equation(s): +// \text_gen|char_ram~43838_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~26537_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~12201_q +// ))))) + + .dataa(\text_gen|char_ram~26537_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12201_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43838 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43839 ( +// Equation(s): +// \text_gen|char_ram~43839_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43838_combout & ((\text_gen|char_ram~28329_q ))) # (!\text_gen|char_ram~43838_combout & (\text_gen|char_ram~13993_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43838_combout )))) + + .dataa(\text_gen|char_ram~13993_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28329_q ), + .datad(\text_gen|char_ram~43838_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43839 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y31_N25 +dffeas \text_gen|char_ram~12187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y28_N5 +dffeas \text_gen|char_ram~26523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43831 ( +// Equation(s): +// \text_gen|char_ram~43831_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~26523_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~12187_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~12187_q ), + .datad(\text_gen|char_ram~26523_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43831 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13979feeder ( +// Equation(s): +// \text_gen|char_ram~13979feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13979feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13979feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13979feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y27_N3 +dffeas \text_gen|char_ram~13979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13979feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y28_N31 +dffeas \text_gen|char_ram~28315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43832 ( +// Equation(s): +// \text_gen|char_ram~43832_combout = (\text_gen|char_ram~43831_combout & (((\text_gen|char_ram~28315_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~43831_combout & (\text_gen|char_ram~13979_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~43831_combout ), + .datab(\text_gen|char_ram~13979_q ), + .datac(\text_gen|char_ram~28315_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43832 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~6811feeder ( +// Equation(s): +// \text_gen|char_ram~6811feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6811feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6811feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6811feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y30_N1 +dffeas \text_gen|char_ram~6811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6811feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y31_N7 +dffeas \text_gen|char_ram~21147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21147 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y39_N19 +dffeas \text_gen|char_ram~19355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y31_N17 +dffeas \text_gen|char_ram~5019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43835 ( +// Equation(s): +// \text_gen|char_ram~43835_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19355_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5019_q +// ))))) + + .dataa(\text_gen|char_ram~19355_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5019_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43835 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43836 ( +// Equation(s): +// \text_gen|char_ram~43836_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43835_combout & ((\text_gen|char_ram~21147_q ))) # (!\text_gen|char_ram~43835_combout & (\text_gen|char_ram~6811_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43835_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~6811_q ), + .datac(\text_gen|char_ram~21147_q ), + .datad(\text_gen|char_ram~43835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43836 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y23_N21 +dffeas \text_gen|char_ram~6825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N13 +dffeas \text_gen|char_ram~5033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y27_N27 +dffeas \text_gen|char_ram~19369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19369 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43833 ( +// Equation(s): +// \text_gen|char_ram~43833_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~19369_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~5033_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5033_q ), + .datad(\text_gen|char_ram~19369_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43833 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y23_N11 +dffeas \text_gen|char_ram~21161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43834 ( +// Equation(s): +// \text_gen|char_ram~43834_combout = (\text_gen|char_ram~43833_combout & (((\text_gen|char_ram~21161_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~43833_combout & (\text_gen|char_ram~6825_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~6825_q ), + .datab(\text_gen|char_ram~43833_combout ), + .datac(\text_gen|char_ram~21161_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43834 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43837 ( +// Equation(s): +// \text_gen|char_ram~43837_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~43834_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~43836_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43836_combout ), + .datad(\text_gen|char_ram~43834_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43837 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43840 ( +// Equation(s): +// \text_gen|char_ram~43840_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43837_combout & (\text_gen|char_ram~43839_combout )) # (!\text_gen|char_ram~43837_combout & ((\text_gen|char_ram~43832_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43837_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43839_combout ), + .datac(\text_gen|char_ram~43832_combout ), + .datad(\text_gen|char_ram~43837_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43840 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y24_N17 +dffeas \text_gen|char_ram~21133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y24_N17 +dffeas \text_gen|char_ram~28301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y26_N23 +dffeas \text_gen|char_ram~28287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y24_N19 +dffeas \text_gen|char_ram~21119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43817 ( +// Equation(s): +// \text_gen|char_ram~43817_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~28287_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~21119_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~28287_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21119_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43817 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43818 ( +// Equation(s): +// \text_gen|char_ram~43818_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43817_combout & ((\text_gen|char_ram~28301_q ))) # (!\text_gen|char_ram~43817_combout & (\text_gen|char_ram~21133_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43817_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21133_q ), + .datac(\text_gen|char_ram~28301_q ), + .datad(\text_gen|char_ram~43817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43818 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12173feeder ( +// Equation(s): +// \text_gen|char_ram~12173feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12173feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y26_N27 +dffeas \text_gen|char_ram~12173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y26_N31 +dffeas \text_gen|char_ram~12159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y27_N29 +dffeas \text_gen|char_ram~4991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y24_N23 +dffeas \text_gen|char_ram~5005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43814 ( +// Equation(s): +// \text_gen|char_ram~43814_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~5005_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4991_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4991_q ), + .datad(\text_gen|char_ram~5005_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43814 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43815 ( +// Equation(s): +// \text_gen|char_ram~43815_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43814_combout & (\text_gen|char_ram~12173_q )) # (!\text_gen|char_ram~43814_combout & ((\text_gen|char_ram~12159_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43814_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12173_q ), + .datac(\text_gen|char_ram~12159_q ), + .datad(\text_gen|char_ram~43814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43815 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y26_N5 +dffeas \text_gen|char_ram~26495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y24_N9 +dffeas \text_gen|char_ram~26509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y24_N11 +dffeas \text_gen|char_ram~19327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y27_N5 +dffeas \text_gen|char_ram~19341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43812 ( +// Equation(s): +// \text_gen|char_ram~43812_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~19341_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19327_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19327_q ), + .datad(\text_gen|char_ram~19341_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43812 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43813 ( +// Equation(s): +// \text_gen|char_ram~43813_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43812_combout & ((\text_gen|char_ram~26509_q ))) # (!\text_gen|char_ram~43812_combout & (\text_gen|char_ram~26495_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43812_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26495_q ), + .datac(\text_gen|char_ram~26509_q ), + .datad(\text_gen|char_ram~43812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43813 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43816 ( +// Equation(s): +// \text_gen|char_ram~43816_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~43813_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~43815_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43815_combout ), + .datad(\text_gen|char_ram~43813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43816 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y24_N29 +dffeas \text_gen|char_ram~6797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y24_N29 +dffeas \text_gen|char_ram~13965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y26_N3 +dffeas \text_gen|char_ram~13951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y30_N1 +dffeas \text_gen|char_ram~6783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43810 ( +// Equation(s): +// \text_gen|char_ram~43810_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13951_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6783_q ))))) + + .dataa(\text_gen|char_ram~13951_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6783_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43810 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43811 ( +// Equation(s): +// \text_gen|char_ram~43811_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43810_combout & ((\text_gen|char_ram~13965_q ))) # (!\text_gen|char_ram~43810_combout & (\text_gen|char_ram~6797_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43810_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6797_q ), + .datac(\text_gen|char_ram~13965_q ), + .datad(\text_gen|char_ram~43810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43811 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43819 ( +// Equation(s): +// \text_gen|char_ram~43819_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43816_combout & (\text_gen|char_ram~43818_combout )) # (!\text_gen|char_ram~43816_combout & ((\text_gen|char_ram~43811_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43816_combout )))) + + .dataa(\text_gen|char_ram~43818_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43816_combout ), + .datad(\text_gen|char_ram~43811_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43819 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y30_N11 +dffeas \text_gen|char_ram~28280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28280 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y27_N5 +dffeas \text_gen|char_ram~26502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y30_N11 +dffeas \text_gen|char_ram~26488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43827 ( +// Equation(s): +// \text_gen|char_ram~43827_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~26502_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~26488_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26502_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~26488_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43827 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y30_N13 +dffeas \text_gen|char_ram~28294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43828 ( +// Equation(s): +// \text_gen|char_ram~43828_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43827_combout & ((\text_gen|char_ram~28294_q ))) # (!\text_gen|char_ram~43827_combout & (\text_gen|char_ram~28280_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43827_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28280_q ), + .datac(\text_gen|char_ram~43827_combout ), + .datad(\text_gen|char_ram~28294_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43828 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~43828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y30_N25 +dffeas \text_gen|char_ram~21126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21112feeder ( +// Equation(s): +// \text_gen|char_ram~21112feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21112feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21112feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21112feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y30_N15 +dffeas \text_gen|char_ram~21112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21112feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y27_N29 +dffeas \text_gen|char_ram~19334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y27_N19 +dffeas \text_gen|char_ram~19320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43820 ( +// Equation(s): +// \text_gen|char_ram~43820_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~19334_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~19320_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19334_q ), + .datac(\text_gen|char_ram~19320_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43820 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43821 ( +// Equation(s): +// \text_gen|char_ram~43821_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43820_combout & (\text_gen|char_ram~21126_q )) # (!\text_gen|char_ram~43820_combout & ((\text_gen|char_ram~21112_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43820_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~21126_q ), + .datac(\text_gen|char_ram~21112_q ), + .datad(\text_gen|char_ram~43820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43821 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y30_N5 +dffeas \text_gen|char_ram~12152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y30_N23 +dffeas \text_gen|char_ram~12166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43822 ( +// Equation(s): +// \text_gen|char_ram~43822_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~12166_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~12152_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12152_q ), + .datad(\text_gen|char_ram~12166_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43822 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y30_N3 +dffeas \text_gen|char_ram~13958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13944feeder ( +// Equation(s): +// \text_gen|char_ram~13944feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13944feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13944feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13944feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y30_N15 +dffeas \text_gen|char_ram~13944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13944feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43823 ( +// Equation(s): +// \text_gen|char_ram~43823_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43822_combout & (\text_gen|char_ram~13958_q )) # (!\text_gen|char_ram~43822_combout & ((\text_gen|char_ram~13944_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~43822_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43822_combout ), + .datac(\text_gen|char_ram~13958_q ), + .datad(\text_gen|char_ram~13944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43823 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y30_N15 +dffeas \text_gen|char_ram~6776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y27_N27 +dffeas \text_gen|char_ram~4998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y27_N31 +dffeas \text_gen|char_ram~4984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y27_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43824 ( +// Equation(s): +// \text_gen|char_ram~43824_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~4998_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~4984_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~4998_q ), + .datac(\text_gen|char_ram~4984_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43824 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y26_N29 +dffeas \text_gen|char_ram~6790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43825 ( +// Equation(s): +// \text_gen|char_ram~43825_combout = (\text_gen|char_ram~43824_combout & (((\text_gen|char_ram~6790_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~43824_combout & (\text_gen|char_ram~6776_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~6776_q ), + .datab(\text_gen|char_ram~43824_combout ), + .datac(\text_gen|char_ram~6790_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43825 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43826 ( +// Equation(s): +// \text_gen|char_ram~43826_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43823_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~43825_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43823_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~43825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43826 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43829 ( +// Equation(s): +// \text_gen|char_ram~43829_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43826_combout & (\text_gen|char_ram~43828_combout )) # (!\text_gen|char_ram~43826_combout & ((\text_gen|char_ram~43821_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43826_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43828_combout ), + .datac(\text_gen|char_ram~43821_combout ), + .datad(\text_gen|char_ram~43826_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43829 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43830 ( +// Equation(s): +// \text_gen|char_ram~43830_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43819_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~43829_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43819_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~43829_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43830 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43841 ( +// Equation(s): +// \text_gen|char_ram~43841_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43830_combout & ((\text_gen|char_ram~43840_combout ))) # (!\text_gen|char_ram~43830_combout & (\text_gen|char_ram~43809_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43830_combout )))) + + .dataa(\text_gen|char_ram~43809_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43840_combout ), + .datad(\text_gen|char_ram~43830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43841 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y26_N19 +dffeas \text_gen|char_ram~8547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8547 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y22_N5 +dffeas \text_gen|char_ram~22883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~15715feeder ( +// Equation(s): +// \text_gen|char_ram~15715feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15715feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15715feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15715feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y27_N15 +dffeas \text_gen|char_ram~15715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15715feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y30_N29 +dffeas \text_gen|char_ram~1379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1379 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43792 ( +// Equation(s): +// \text_gen|char_ram~43792_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15715_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1379_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15715_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1379_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43792 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43793 ( +// Equation(s): +// \text_gen|char_ram~43793_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43792_combout & ((\text_gen|char_ram~22883_q ))) # (!\text_gen|char_ram~43792_combout & (\text_gen|char_ram~8547_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43792_combout )))) + + .dataa(\text_gen|char_ram~8547_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22883_q ), + .datad(\text_gen|char_ram~43792_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43793 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y25_N25 +dffeas \text_gen|char_ram~1393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y30_N23 +dffeas \text_gen|char_ram~8561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8561 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43790 ( +// Equation(s): +// \text_gen|char_ram~43790_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~8561_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1393_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1393_q ), + .datad(\text_gen|char_ram~8561_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43790 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y29_N25 +dffeas \text_gen|char_ram~22897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15729feeder ( +// Equation(s): +// \text_gen|char_ram~15729feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15729feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15729feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15729feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y32_N11 +dffeas \text_gen|char_ram~15729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15729feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43791 ( +// Equation(s): +// \text_gen|char_ram~43791_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43790_combout & (\text_gen|char_ram~22897_q )) # (!\text_gen|char_ram~43790_combout & ((\text_gen|char_ram~15729_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43790_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43790_combout ), + .datac(\text_gen|char_ram~22897_q ), + .datad(\text_gen|char_ram~15729_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43791 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43794 ( +// Equation(s): +// \text_gen|char_ram~43794_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~43791_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~43793_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43793_combout ), + .datad(\text_gen|char_ram~43791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43794 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y22_N31 +dffeas \text_gen|char_ram~24689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y28_N13 +dffeas \text_gen|char_ram~10353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y22_N27 +dffeas \text_gen|char_ram~3185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43795 ( +// Equation(s): +// \text_gen|char_ram~43795_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10353_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3185_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10353_q ), + .datac(\text_gen|char_ram~3185_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43795 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~17521feeder ( +// Equation(s): +// \text_gen|char_ram~17521feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17521feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17521feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17521feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y20_N19 +dffeas \text_gen|char_ram~17521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17521feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43796 ( +// Equation(s): +// \text_gen|char_ram~43796_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43795_combout & (\text_gen|char_ram~24689_q )) # (!\text_gen|char_ram~43795_combout & ((\text_gen|char_ram~17521_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43795_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~24689_q ), + .datac(\text_gen|char_ram~43795_combout ), + .datad(\text_gen|char_ram~17521_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43796 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y32_N7 +dffeas \text_gen|char_ram~10339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y32_N21 +dffeas \text_gen|char_ram~24675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17507feeder ( +// Equation(s): +// \text_gen|char_ram~17507feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17507feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17507feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17507feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y38_N9 +dffeas \text_gen|char_ram~17507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17507feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y38_N13 +dffeas \text_gen|char_ram~3171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43788 ( +// Equation(s): +// \text_gen|char_ram~43788_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17507_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3171_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17507_q ), + .datac(\text_gen|char_ram~3171_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43788 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43789 ( +// Equation(s): +// \text_gen|char_ram~43789_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43788_combout & ((\text_gen|char_ram~24675_q ))) # (!\text_gen|char_ram~43788_combout & (\text_gen|char_ram~10339_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43788_combout )))) + + .dataa(\text_gen|char_ram~10339_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24675_q ), + .datad(\text_gen|char_ram~43788_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43789 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43797 ( +// Equation(s): +// \text_gen|char_ram~43797_combout = (\text_gen|char_ram~43794_combout & (((\text_gen|char_ram~43796_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~43794_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43789_combout )))) + + .dataa(\text_gen|char_ram~43794_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43796_combout ), + .datad(\text_gen|char_ram~43789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43797 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y35_N15 +dffeas \text_gen|char_ram~10332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y34_N27 +dffeas \text_gen|char_ram~24668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y34_N29 +dffeas \text_gen|char_ram~3164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~17500feeder ( +// Equation(s): +// \text_gen|char_ram~17500feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17500feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y29_N25 +dffeas \text_gen|char_ram~17500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43767 ( +// Equation(s): +// \text_gen|char_ram~43767_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17500_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3164_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3164_q ), + .datad(\text_gen|char_ram~17500_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43767 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43768 ( +// Equation(s): +// \text_gen|char_ram~43768_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43767_combout & ((\text_gen|char_ram~24668_q ))) # (!\text_gen|char_ram~43767_combout & (\text_gen|char_ram~10332_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43767_combout )))) + + .dataa(\text_gen|char_ram~10332_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24668_q ), + .datad(\text_gen|char_ram~43767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43768 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y33_N3 +dffeas \text_gen|char_ram~22890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N7 +dffeas \text_gen|char_ram~15722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N23 +dffeas \text_gen|char_ram~1386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y33_N1 +dffeas \text_gen|char_ram~8554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43769 ( +// Equation(s): +// \text_gen|char_ram~43769_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8554_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1386_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1386_q ), + .datad(\text_gen|char_ram~8554_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43769 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43770 ( +// Equation(s): +// \text_gen|char_ram~43770_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43769_combout & (\text_gen|char_ram~22890_q )) # (!\text_gen|char_ram~43769_combout & ((\text_gen|char_ram~15722_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43769_combout )))) + + .dataa(\text_gen|char_ram~22890_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~15722_q ), + .datad(\text_gen|char_ram~43769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43770 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y33_N25 +dffeas \text_gen|char_ram~22876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y30_N17 +dffeas \text_gen|char_ram~15708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15708 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y34_N7 +dffeas \text_gen|char_ram~1372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1372 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y34_N25 +dffeas \text_gen|char_ram~8540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43771 ( +// Equation(s): +// \text_gen|char_ram~43771_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8540_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1372_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~1372_q ), + .datac(\text_gen|char_ram~8540_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43771 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~43771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43772 ( +// Equation(s): +// \text_gen|char_ram~43772_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43771_combout & (\text_gen|char_ram~22876_q )) # (!\text_gen|char_ram~43771_combout & ((\text_gen|char_ram~15708_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43771_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22876_q ), + .datac(\text_gen|char_ram~15708_q ), + .datad(\text_gen|char_ram~43771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43772 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43773 ( +// Equation(s): +// \text_gen|char_ram~43773_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43770_combout ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~43772_combout )))) + + .dataa(\text_gen|char_ram~43770_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43773 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~43773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y33_N13 +dffeas \text_gen|char_ram~17514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y33_N23 +dffeas \text_gen|char_ram~24682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y29_N7 +dffeas \text_gen|char_ram~10346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y29_N5 +dffeas \text_gen|char_ram~3178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43774 ( +// Equation(s): +// \text_gen|char_ram~43774_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10346_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3178_q +// ))))) + + .dataa(\text_gen|char_ram~10346_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3178_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43774 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y33_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43775 ( +// Equation(s): +// \text_gen|char_ram~43775_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43774_combout & ((\text_gen|char_ram~24682_q ))) # (!\text_gen|char_ram~43774_combout & (\text_gen|char_ram~17514_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43774_combout )))) + + .dataa(\text_gen|char_ram~17514_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24682_q ), + .datad(\text_gen|char_ram~43774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43775 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43776 ( +// Equation(s): +// \text_gen|char_ram~43776_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43773_combout & ((\text_gen|char_ram~43775_combout ))) # (!\text_gen|char_ram~43773_combout & (\text_gen|char_ram~43768_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43773_combout )))) + + .dataa(\text_gen|char_ram~43768_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43773_combout ), + .datad(\text_gen|char_ram~43775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43776 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~43776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y29_N5 +dffeas \text_gen|char_ram~22862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y29_N23 +dffeas \text_gen|char_ram~15694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y25_N3 +dffeas \text_gen|char_ram~1358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8526feeder ( +// Equation(s): +// \text_gen|char_ram~8526feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y31_N15 +dffeas \text_gen|char_ram~8526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43781 ( +// Equation(s): +// \text_gen|char_ram~43781_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~8526_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1358_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1358_q ), + .datad(\text_gen|char_ram~8526_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43781 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43782 ( +// Equation(s): +// \text_gen|char_ram~43782_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43781_combout & (\text_gen|char_ram~22862_q )) # (!\text_gen|char_ram~43781_combout & ((\text_gen|char_ram~15694_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43781_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22862_q ), + .datac(\text_gen|char_ram~15694_q ), + .datad(\text_gen|char_ram~43781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43782 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8512feeder ( +// Equation(s): +// \text_gen|char_ram~8512feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y28_N19 +dffeas \text_gen|char_ram~8512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y30_N17 +dffeas \text_gen|char_ram~1344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N27 +dffeas \text_gen|char_ram~15680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y30_N17 +dffeas \text_gen|char_ram~22848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43779 ( +// Equation(s): +// \text_gen|char_ram~43779_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~22848_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~15680_q )))) # (!\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout +// )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~15680_q ), + .datad(\text_gen|char_ram~22848_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43779 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43780 ( +// Equation(s): +// \text_gen|char_ram~43780_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~43779_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~43779_combout & (\text_gen|char_ram~8512_q )) # (!\text_gen|char_ram~43779_combout & +// ((\text_gen|char_ram~1344_q ))))) + + .dataa(\text_gen|char_ram~8512_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1344_q ), + .datad(\text_gen|char_ram~43779_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43780 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43783 ( +// Equation(s): +// \text_gen|char_ram~43783_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43782_combout ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~43780_combout )))) + + .dataa(\text_gen|char_ram~43782_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43783 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~43783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y31_N5 +dffeas \text_gen|char_ram~10304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y34_N7 +dffeas \text_gen|char_ram~24640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y30_N17 +dffeas \text_gen|char_ram~17472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y34_N25 +dffeas \text_gen|char_ram~3136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43777 ( +// Equation(s): +// \text_gen|char_ram~43777_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17472_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3136_q +// ))))) + + .dataa(\text_gen|char_ram~17472_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3136_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43777 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43778 ( +// Equation(s): +// \text_gen|char_ram~43778_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43777_combout & ((\text_gen|char_ram~24640_q ))) # (!\text_gen|char_ram~43777_combout & (\text_gen|char_ram~10304_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43777_combout )))) + + .dataa(\text_gen|char_ram~10304_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24640_q ), + .datad(\text_gen|char_ram~43777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43778 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y30_N13 +dffeas \text_gen|char_ram~17486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y30_N23 +dffeas \text_gen|char_ram~24654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10318feeder ( +// Equation(s): +// \text_gen|char_ram~10318feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10318feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10318feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10318feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y29_N19 +dffeas \text_gen|char_ram~10318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10318feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y22_N29 +dffeas \text_gen|char_ram~3150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43784 ( +// Equation(s): +// \text_gen|char_ram~43784_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10318_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3150_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10318_q ), + .datac(\text_gen|char_ram~3150_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43784 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43785 ( +// Equation(s): +// \text_gen|char_ram~43785_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43784_combout & ((\text_gen|char_ram~24654_q ))) # (!\text_gen|char_ram~43784_combout & (\text_gen|char_ram~17486_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43784_combout )))) + + .dataa(\text_gen|char_ram~17486_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24654_q ), + .datad(\text_gen|char_ram~43784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43785 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43786 ( +// Equation(s): +// \text_gen|char_ram~43786_combout = (\text_gen|char_ram~43783_combout & (((\text_gen|char_ram~43785_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~43783_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~43778_combout ))) + + .dataa(\text_gen|char_ram~43783_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43778_combout ), + .datad(\text_gen|char_ram~43785_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43786 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~43786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43787 ( +// Equation(s): +// \text_gen|char_ram~43787_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43776_combout ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & (((!\vga_c|h_cnt [4] & \text_gen|char_ram~43786_combout )))) + + .dataa(\text_gen|char_ram~43776_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~43786_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43787 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~43787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17493feeder ( +// Equation(s): +// \text_gen|char_ram~17493feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y21_N17 +dffeas \text_gen|char_ram~17493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y26_N7 +dffeas \text_gen|char_ram~24661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y25_N31 +dffeas \text_gen|char_ram~10325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y25_N1 +dffeas \text_gen|char_ram~3157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3157 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43764 ( +// Equation(s): +// \text_gen|char_ram~43764_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10325_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3157_q +// ))))) + + .dataa(\text_gen|char_ram~10325_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3157_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43764 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43765 ( +// Equation(s): +// \text_gen|char_ram~43765_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43764_combout & ((\text_gen|char_ram~24661_q ))) # (!\text_gen|char_ram~43764_combout & (\text_gen|char_ram~17493_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43764_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17493_q ), + .datac(\text_gen|char_ram~24661_q ), + .datad(\text_gen|char_ram~43764_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43765 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y28_N9 +dffeas \text_gen|char_ram~10311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y24_N15 +dffeas \text_gen|char_ram~24647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y28_N31 +dffeas \text_gen|char_ram~3143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y24_N31 +dffeas \text_gen|char_ram~17479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17479 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43759 ( +// Equation(s): +// \text_gen|char_ram~43759_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17479_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3143_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3143_q ), + .datad(\text_gen|char_ram~17479_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43759 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43760 ( +// Equation(s): +// \text_gen|char_ram~43760_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43759_combout & ((\text_gen|char_ram~24647_q ))) # (!\text_gen|char_ram~43759_combout & (\text_gen|char_ram~10311_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43759_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10311_q ), + .datac(\text_gen|char_ram~24647_q ), + .datad(\text_gen|char_ram~43759_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43760 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y26_N13 +dffeas \text_gen|char_ram~8519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y26_N21 +dffeas \text_gen|char_ram~22855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~15687feeder ( +// Equation(s): +// \text_gen|char_ram~15687feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15687feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y34_N27 +dffeas \text_gen|char_ram~15687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y34_N3 +dffeas \text_gen|char_ram~1351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43761 ( +// Equation(s): +// \text_gen|char_ram~43761_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15687_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1351_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15687_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1351_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43761 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43762 ( +// Equation(s): +// \text_gen|char_ram~43762_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43761_combout & ((\text_gen|char_ram~22855_q ))) # (!\text_gen|char_ram~43761_combout & (\text_gen|char_ram~8519_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43761_combout )))) + + .dataa(\text_gen|char_ram~8519_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22855_q ), + .datad(\text_gen|char_ram~43761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43762 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43763 ( +// Equation(s): +// \text_gen|char_ram~43763_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43760_combout ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~8_combout & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~43762_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43760_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~43762_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43763 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y13_N29 +dffeas \text_gen|char_ram~15701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y13_N15 +dffeas \text_gen|char_ram~22869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y25_N3 +dffeas \text_gen|char_ram~1365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y25_N21 +dffeas \text_gen|char_ram~8533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8533 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43757 ( +// Equation(s): +// \text_gen|char_ram~43757_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8533_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1365_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1365_q ), + .datad(\text_gen|char_ram~8533_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43757 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43758 ( +// Equation(s): +// \text_gen|char_ram~43758_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43757_combout & ((\text_gen|char_ram~22869_q ))) # (!\text_gen|char_ram~43757_combout & (\text_gen|char_ram~15701_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43757_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15701_q ), + .datac(\text_gen|char_ram~22869_q ), + .datad(\text_gen|char_ram~43757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43758 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43766 ( +// Equation(s): +// \text_gen|char_ram~43766_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43763_combout & (\text_gen|char_ram~43765_combout )) # (!\text_gen|char_ram~43763_combout & ((\text_gen|char_ram~43758_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43763_combout )))) + + .dataa(\text_gen|char_ram~43765_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43763_combout ), + .datad(\text_gen|char_ram~43758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43766 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43798 ( +// Equation(s): +// \text_gen|char_ram~43798_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43787_combout & (\text_gen|char_ram~43797_combout )) # (!\text_gen|char_ram~43787_combout & ((\text_gen|char_ram~43766_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43787_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43797_combout ), + .datac(\text_gen|char_ram~43787_combout ), + .datad(\text_gen|char_ram~43766_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43798 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y32_N9 +dffeas \text_gen|char_ram~6769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y28_N19 +dffeas \text_gen|char_ram~21105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21091feeder ( +// Equation(s): +// \text_gen|char_ram~21091feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y28_N19 +dffeas \text_gen|char_ram~21091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y28_N1 +dffeas \text_gen|char_ram~6755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6755 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43746 ( +// Equation(s): +// \text_gen|char_ram~43746_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~21091_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6755_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21091_q ), + .datac(\text_gen|char_ram~6755_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43746 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43747 ( +// Equation(s): +// \text_gen|char_ram~43747_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43746_combout & ((\text_gen|char_ram~21105_q ))) # (!\text_gen|char_ram~43746_combout & (\text_gen|char_ram~6769_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43746_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6769_q ), + .datac(\text_gen|char_ram~21105_q ), + .datad(\text_gen|char_ram~43746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43747 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~12145feeder ( +// Equation(s): +// \text_gen|char_ram~12145feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12145feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12145feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12145feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y34_N27 +dffeas \text_gen|char_ram~12145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12145feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y32_N9 +dffeas \text_gen|char_ram~12131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26467feeder ( +// Equation(s): +// \text_gen|char_ram~26467feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26467feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26467feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26467feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y28_N9 +dffeas \text_gen|char_ram~26467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26467feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43748 ( +// Equation(s): +// \text_gen|char_ram~43748_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~26467_q )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~12131_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12131_q ), + .datad(\text_gen|char_ram~26467_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43748 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y32_N19 +dffeas \text_gen|char_ram~26481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43749 ( +// Equation(s): +// \text_gen|char_ram~43749_combout = (\text_gen|char_ram~43748_combout & (((\text_gen|char_ram~26481_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~43748_combout & (\text_gen|char_ram~12145_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~12145_q ), + .datab(\text_gen|char_ram~43748_combout ), + .datac(\text_gen|char_ram~26481_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43749 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y29_N13 +dffeas \text_gen|char_ram~4977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y29_N15 +dffeas \text_gen|char_ram~19313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y31_N25 +dffeas \text_gen|char_ram~4963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y31_N11 +dffeas \text_gen|char_ram~19299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43750 ( +// Equation(s): +// \text_gen|char_ram~43750_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19299_q )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4963_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4963_q ), + .datad(\text_gen|char_ram~19299_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43750 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43751 ( +// Equation(s): +// \text_gen|char_ram~43751_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43750_combout & ((\text_gen|char_ram~19313_q ))) # (!\text_gen|char_ram~43750_combout & (\text_gen|char_ram~4977_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43750_combout )))) + + .dataa(\text_gen|char_ram~4977_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19313_q ), + .datad(\text_gen|char_ram~43750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43751 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43752 ( +// Equation(s): +// \text_gen|char_ram~43752_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43749_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~43751_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43749_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43752 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y32_N11 +dffeas \text_gen|char_ram~13937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y32_N13 +dffeas \text_gen|char_ram~13923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43753 ( +// Equation(s): +// \text_gen|char_ram~43753_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~13937_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~13923_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13937_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13923_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43753 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y32_N19 +dffeas \text_gen|char_ram~28259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~28273feeder ( +// Equation(s): +// \text_gen|char_ram~28273feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28273feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28273feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28273feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y32_N15 +dffeas \text_gen|char_ram~28273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28273feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43754 ( +// Equation(s): +// \text_gen|char_ram~43754_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43753_combout & ((\text_gen|char_ram~28273_q ))) # (!\text_gen|char_ram~43753_combout & (\text_gen|char_ram~28259_q )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43753_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43753_combout ), + .datac(\text_gen|char_ram~28259_q ), + .datad(\text_gen|char_ram~28273_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43754 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43755 ( +// Equation(s): +// \text_gen|char_ram~43755_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43752_combout & ((\text_gen|char_ram~43754_combout ))) # (!\text_gen|char_ram~43752_combout & (\text_gen|char_ram~43747_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43752_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43747_combout ), + .datac(\text_gen|char_ram~43752_combout ), + .datad(\text_gen|char_ram~43754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43755 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~43755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26432feeder ( +// Equation(s): +// \text_gen|char_ram~26432feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26432feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26432feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26432feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y22_N7 +dffeas \text_gen|char_ram~26432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26432feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y30_N29 +dffeas \text_gen|char_ram~26446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y30_N19 +dffeas \text_gen|char_ram~12096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y30_N25 +dffeas \text_gen|char_ram~12110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43735 ( +// Equation(s): +// \text_gen|char_ram~43735_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~12110_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~12096_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12096_q ), + .datad(\text_gen|char_ram~12110_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43735 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43736 ( +// Equation(s): +// \text_gen|char_ram~43736_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43735_combout & ((\text_gen|char_ram~26446_q ))) # (!\text_gen|char_ram~43735_combout & (\text_gen|char_ram~26432_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43735_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~26432_q ), + .datac(\text_gen|char_ram~26446_q ), + .datad(\text_gen|char_ram~43735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43736 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~28224feeder ( +// Equation(s): +// \text_gen|char_ram~28224feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y31_N17 +dffeas \text_gen|char_ram~28224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y29_N9 +dffeas \text_gen|char_ram~28238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y31_N27 +dffeas \text_gen|char_ram~13888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13902feeder ( +// Equation(s): +// \text_gen|char_ram~13902feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13902feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13902feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13902feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y29_N5 +dffeas \text_gen|char_ram~13902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13902feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13902 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43742 ( +// Equation(s): +// \text_gen|char_ram~43742_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13902_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~13888_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~13888_q ), + .datad(\text_gen|char_ram~13902_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43742 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43743 ( +// Equation(s): +// \text_gen|char_ram~43743_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43742_combout & ((\text_gen|char_ram~28238_q ))) # (!\text_gen|char_ram~43742_combout & (\text_gen|char_ram~28224_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43742_combout )))) + + .dataa(\text_gen|char_ram~28224_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28238_q ), + .datad(\text_gen|char_ram~43742_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43743 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y33_N23 +dffeas \text_gen|char_ram~6734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y30_N13 +dffeas \text_gen|char_ram~6720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43737 ( +// Equation(s): +// \text_gen|char_ram~43737_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~6734_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~6720_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~6734_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6720_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43737 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~21056feeder ( +// Equation(s): +// \text_gen|char_ram~21056feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y30_N25 +dffeas \text_gen|char_ram~21056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y30_N31 +dffeas \text_gen|char_ram~21070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43738 ( +// Equation(s): +// \text_gen|char_ram~43738_combout = (\text_gen|char_ram~43737_combout & (((\text_gen|char_ram~21070_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43737_combout & (\text_gen|char_ram~21056_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~43737_combout ), + .datab(\text_gen|char_ram~21056_q ), + .datac(\text_gen|char_ram~21070_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43738 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19264feeder ( +// Equation(s): +// \text_gen|char_ram~19264feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19264feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19264feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19264feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y29_N25 +dffeas \text_gen|char_ram~19264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19264feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y29_N29 +dffeas \text_gen|char_ram~4928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4942feeder ( +// Equation(s): +// \text_gen|char_ram~4942feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4942feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4942feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4942feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N7 +dffeas \text_gen|char_ram~4942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4942feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43739 ( +// Equation(s): +// \text_gen|char_ram~43739_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~4942_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4928_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4928_q ), + .datad(\text_gen|char_ram~4942_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43739 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y29_N7 +dffeas \text_gen|char_ram~19278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43740 ( +// Equation(s): +// \text_gen|char_ram~43740_combout = (\text_gen|char_ram~43739_combout & (((\text_gen|char_ram~19278_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43739_combout & (\text_gen|char_ram~19264_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~19264_q ), + .datab(\text_gen|char_ram~43739_combout ), + .datac(\text_gen|char_ram~19278_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43740 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43741 ( +// Equation(s): +// \text_gen|char_ram~43741_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~43738_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~43740_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43738_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43740_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43741 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~43741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43744 ( +// Equation(s): +// \text_gen|char_ram~43744_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43741_combout & ((\text_gen|char_ram~43743_combout ))) # (!\text_gen|char_ram~43741_combout & (\text_gen|char_ram~43736_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43741_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43736_combout ), + .datac(\text_gen|char_ram~43743_combout ), + .datad(\text_gen|char_ram~43741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43744 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y25_N13 +dffeas \text_gen|char_ram~28245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y25_N25 +dffeas \text_gen|char_ram~21077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y25_N25 +dffeas \text_gen|char_ram~6741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y25_N7 +dffeas \text_gen|char_ram~13909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43732 ( +// Equation(s): +// \text_gen|char_ram~43732_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13909_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~6741_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~6741_q ), + .datac(\text_gen|char_ram~13909_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43732 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~43732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43733 ( +// Equation(s): +// \text_gen|char_ram~43733_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43732_combout & (\text_gen|char_ram~28245_q )) # (!\text_gen|char_ram~43732_combout & ((\text_gen|char_ram~21077_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43732_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~28245_q ), + .datac(\text_gen|char_ram~21077_q ), + .datad(\text_gen|char_ram~43732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43733 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y30_N21 +dffeas \text_gen|char_ram~21063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y28_N13 +dffeas \text_gen|char_ram~28231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13895feeder ( +// Equation(s): +// \text_gen|char_ram~13895feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13895feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13895feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13895feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y28_N11 +dffeas \text_gen|char_ram~13895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13895feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y28_N7 +dffeas \text_gen|char_ram~6727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43725 ( +// Equation(s): +// \text_gen|char_ram~43725_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13895_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6727_q +// ))))) + + .dataa(\text_gen|char_ram~13895_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6727_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43725 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43726 ( +// Equation(s): +// \text_gen|char_ram~43726_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43725_combout & ((\text_gen|char_ram~28231_q ))) # (!\text_gen|char_ram~43725_combout & (\text_gen|char_ram~21063_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43725_combout )))) + + .dataa(\text_gen|char_ram~21063_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28231_q ), + .datad(\text_gen|char_ram~43725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43726 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26453feeder ( +// Equation(s): +// \text_gen|char_ram~26453feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26453feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26453feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26453feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N25 +dffeas \text_gen|char_ram~26453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26453feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y25_N27 +dffeas \text_gen|char_ram~19285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4949feeder ( +// Equation(s): +// \text_gen|char_ram~4949feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4949feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y25_N9 +dffeas \text_gen|char_ram~4949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y25_N29 +dffeas \text_gen|char_ram~12117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12117 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43727 ( +// Equation(s): +// \text_gen|char_ram~43727_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12117_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~4949_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~4949_q ), + .datac(\text_gen|char_ram~12117_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43727 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~43727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43728 ( +// Equation(s): +// \text_gen|char_ram~43728_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43727_combout & (\text_gen|char_ram~26453_q )) # (!\text_gen|char_ram~43727_combout & ((\text_gen|char_ram~19285_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43727_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~26453_q ), + .datac(\text_gen|char_ram~19285_q ), + .datad(\text_gen|char_ram~43727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43728 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y36_N7 +dffeas \text_gen|char_ram~19271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y36_N25 +dffeas \text_gen|char_ram~26439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y36_N19 +dffeas \text_gen|char_ram~4935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12103feeder ( +// Equation(s): +// \text_gen|char_ram~12103feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y21_N1 +dffeas \text_gen|char_ram~12103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43729 ( +// Equation(s): +// \text_gen|char_ram~43729_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~12103_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4935_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4935_q ), + .datad(\text_gen|char_ram~12103_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43729 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43730 ( +// Equation(s): +// \text_gen|char_ram~43730_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43729_combout & ((\text_gen|char_ram~26439_q ))) # (!\text_gen|char_ram~43729_combout & (\text_gen|char_ram~19271_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43729_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19271_q ), + .datac(\text_gen|char_ram~26439_q ), + .datad(\text_gen|char_ram~43729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43730 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43731 ( +// Equation(s): +// \text_gen|char_ram~43731_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43728_combout ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~43730_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~43728_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43730_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43731 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43734 ( +// Equation(s): +// \text_gen|char_ram~43734_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43731_combout & (\text_gen|char_ram~43733_combout )) # (!\text_gen|char_ram~43731_combout & ((\text_gen|char_ram~43726_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43731_combout )))) + + .dataa(\text_gen|char_ram~43733_combout ), + .datab(\text_gen|char_ram~43726_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43731_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43734 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~43734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43745 ( +// Equation(s): +// \text_gen|char_ram~43745_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~43734_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~43744_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43744_combout ), + .datad(\text_gen|char_ram~43734_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43745 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y34_N25 +dffeas \text_gen|char_ram~6748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y33_N1 +dffeas \text_gen|char_ram~6762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43715 ( +// Equation(s): +// \text_gen|char_ram~43715_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6762_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6748_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6748_q ), + .datad(\text_gen|char_ram~6762_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43715 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y34_N27 +dffeas \text_gen|char_ram~13916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13930feeder ( +// Equation(s): +// \text_gen|char_ram~13930feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13930feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y29_N25 +dffeas \text_gen|char_ram~13930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13930 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43716 ( +// Equation(s): +// \text_gen|char_ram~43716_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43715_combout & ((\text_gen|char_ram~13930_q ))) # (!\text_gen|char_ram~43715_combout & (\text_gen|char_ram~13916_q )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~43715_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43715_combout ), + .datac(\text_gen|char_ram~13916_q ), + .datad(\text_gen|char_ram~13930_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43716 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y33_N19 +dffeas \text_gen|char_ram~28252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y33_N5 +dffeas \text_gen|char_ram~28266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y29_N13 +dffeas \text_gen|char_ram~21098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N7 +dffeas \text_gen|char_ram~21084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43722 ( +// Equation(s): +// \text_gen|char_ram~43722_combout = (\text_gen|Add5~12_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~21098_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~21084_q ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~21098_q ), + .datac(\text_gen|char_ram~21084_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43722 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43723 ( +// Equation(s): +// \text_gen|char_ram~43723_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43722_combout & ((\text_gen|char_ram~28266_q ))) # (!\text_gen|char_ram~43722_combout & (\text_gen|char_ram~28252_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43722_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~28252_q ), + .datac(\text_gen|char_ram~28266_q ), + .datad(\text_gen|char_ram~43722_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43723 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y31_N11 +dffeas \text_gen|char_ram~4956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4970feeder ( +// Equation(s): +// \text_gen|char_ram~4970feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y33_N1 +dffeas \text_gen|char_ram~4970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43719 ( +// Equation(s): +// \text_gen|char_ram~43719_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~4970_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4956_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4956_q ), + .datad(\text_gen|char_ram~4970_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43719 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y31_N29 +dffeas \text_gen|char_ram~12138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y31_N23 +dffeas \text_gen|char_ram~12124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43720 ( +// Equation(s): +// \text_gen|char_ram~43720_combout = (\text_gen|char_ram~43719_combout & (((\text_gen|char_ram~12138_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43719_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12124_q )))) + + .dataa(\text_gen|char_ram~43719_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~12138_q ), + .datad(\text_gen|char_ram~12124_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43720 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26460feeder ( +// Equation(s): +// \text_gen|char_ram~26460feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26460feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26460feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26460feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y35_N17 +dffeas \text_gen|char_ram~26460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26460feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y35_N13 +dffeas \text_gen|char_ram~26474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y35_N21 +dffeas \text_gen|char_ram~19306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y35_N11 +dffeas \text_gen|char_ram~19292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43717 ( +// Equation(s): +// \text_gen|char_ram~43717_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~19306_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~19292_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19306_q ), + .datac(\text_gen|char_ram~19292_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43717 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43718 ( +// Equation(s): +// \text_gen|char_ram~43718_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43717_combout & ((\text_gen|char_ram~26474_q ))) # (!\text_gen|char_ram~43717_combout & (\text_gen|char_ram~26460_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43717_combout )))) + + .dataa(\text_gen|char_ram~26460_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26474_q ), + .datad(\text_gen|char_ram~43717_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43718 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43721 ( +// Equation(s): +// \text_gen|char_ram~43721_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~43718_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43720_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~43720_combout ), + .datad(\text_gen|char_ram~43718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43721 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43724 ( +// Equation(s): +// \text_gen|char_ram~43724_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43721_combout & ((\text_gen|char_ram~43723_combout ))) # (!\text_gen|char_ram~43721_combout & (\text_gen|char_ram~43716_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43721_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43716_combout ), + .datac(\text_gen|char_ram~43723_combout ), + .datad(\text_gen|char_ram~43721_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43724 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43756 ( +// Equation(s): +// \text_gen|char_ram~43756_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43745_combout & (\text_gen|char_ram~43755_combout )) # (!\text_gen|char_ram~43745_combout & ((\text_gen|char_ram~43724_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43745_combout )))) + + .dataa(\text_gen|char_ram~43755_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43745_combout ), + .datad(\text_gen|char_ram~43724_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43756 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43799 ( +// Equation(s): +// \text_gen|char_ram~43799_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~43756_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43798_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43798_combout ), + .datad(\text_gen|char_ram~43756_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43799 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43842 ( +// Equation(s): +// \text_gen|char_ram~43842_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43799_combout & ((\text_gen|char_ram~43841_combout ))) # (!\text_gen|char_ram~43799_combout & (\text_gen|char_ram~43714_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43799_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43714_combout ), + .datac(\text_gen|char_ram~43841_combout ), + .datad(\text_gen|char_ram~43799_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43842 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y38_N5 +dffeas \text_gen|char_ram~18445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N5 +dffeas \text_gen|char_ram~25613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25613 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11277feeder ( +// Equation(s): +// \text_gen|char_ram~11277feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N23 +dffeas \text_gen|char_ram~11277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y22_N3 +dffeas \text_gen|char_ram~4109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43486 ( +// Equation(s): +// \text_gen|char_ram~43486_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11277_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4109_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11277_q ), + .datac(\text_gen|char_ram~4109_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43486 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43487 ( +// Equation(s): +// \text_gen|char_ram~43487_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43486_combout & ((\text_gen|char_ram~25613_q ))) # (!\text_gen|char_ram~43486_combout & (\text_gen|char_ram~18445_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43486_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18445_q ), + .datac(\text_gen|char_ram~25613_q ), + .datad(\text_gen|char_ram~43486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43487 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y17_N27 +dffeas \text_gen|char_ram~11263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y17_N1 +dffeas \text_gen|char_ram~4095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43479 ( +// Equation(s): +// \text_gen|char_ram~43479_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11263_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4095_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11263_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4095_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43479 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y17_N19 +dffeas \text_gen|char_ram~18431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y17_N17 +dffeas \text_gen|char_ram~25599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25599 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43480 ( +// Equation(s): +// \text_gen|char_ram~43480_combout = (\text_gen|char_ram~43479_combout & (((\text_gen|char_ram~25599_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43479_combout & (\text_gen|char_ram~18431_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~43479_combout ), + .datab(\text_gen|char_ram~18431_q ), + .datac(\text_gen|char_ram~25599_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43480 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y18_N31 +dffeas \text_gen|char_ram~4102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y26_N9 +dffeas \text_gen|char_ram~18438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43481 ( +// Equation(s): +// \text_gen|char_ram~43481_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18438_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4102_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4102_q ), + .datad(\text_gen|char_ram~18438_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43481 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11270feeder ( +// Equation(s): +// \text_gen|char_ram~11270feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y18_N5 +dffeas \text_gen|char_ram~11270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y18_N21 +dffeas \text_gen|char_ram~25606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43482 ( +// Equation(s): +// \text_gen|char_ram~43482_combout = (\text_gen|char_ram~43481_combout & (((\text_gen|char_ram~25606_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43481_combout & (\text_gen|char_ram~11270_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~43481_combout ), + .datab(\text_gen|char_ram~11270_q ), + .datac(\text_gen|char_ram~25606_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43482 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y31_N13 +dffeas \text_gen|char_ram~4088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18424feeder ( +// Equation(s): +// \text_gen|char_ram~18424feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18424feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18424feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18424feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y25_N7 +dffeas \text_gen|char_ram~18424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18424feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43483 ( +// Equation(s): +// \text_gen|char_ram~43483_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18424_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4088_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4088_q ), + .datad(\text_gen|char_ram~18424_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43483 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y31_N23 +dffeas \text_gen|char_ram~25592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11256feeder ( +// Equation(s): +// \text_gen|char_ram~11256feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11256feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y14_N31 +dffeas \text_gen|char_ram~11256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43484 ( +// Equation(s): +// \text_gen|char_ram~43484_combout = (\text_gen|char_ram~43483_combout & (((\text_gen|char_ram~25592_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43483_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11256_q )))) + + .dataa(\text_gen|char_ram~43483_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25592_q ), + .datad(\text_gen|char_ram~11256_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43484 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43485 ( +// Equation(s): +// \text_gen|char_ram~43485_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43482_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~43484_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43482_combout ), + .datad(\text_gen|char_ram~43484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43485 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43488 ( +// Equation(s): +// \text_gen|char_ram~43488_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43485_combout & (\text_gen|char_ram~43487_combout )) # (!\text_gen|char_ram~43485_combout & ((\text_gen|char_ram~43480_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43485_combout )))) + + .dataa(\text_gen|char_ram~43487_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43480_combout ), + .datad(\text_gen|char_ram~43485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43488 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y14_N13 +dffeas \text_gen|char_ram~18473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18473 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y14_N31 +dffeas \text_gen|char_ram~25641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y14_N9 +dffeas \text_gen|char_ram~4137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y11_N11 +dffeas \text_gen|char_ram~11305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43476 ( +// Equation(s): +// \text_gen|char_ram~43476_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~11305_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4137_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4137_q ), + .datad(\text_gen|char_ram~11305_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43476 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43477 ( +// Equation(s): +// \text_gen|char_ram~43477_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43476_combout & ((\text_gen|char_ram~25641_q ))) # (!\text_gen|char_ram~43476_combout & (\text_gen|char_ram~18473_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43476_combout )))) + + .dataa(\text_gen|char_ram~18473_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25641_q ), + .datad(\text_gen|char_ram~43476_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43477 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y13_N1 +dffeas \text_gen|char_ram~18459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y13_N11 +dffeas \text_gen|char_ram~25627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~11291feeder ( +// Equation(s): +// \text_gen|char_ram~11291feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N7 +dffeas \text_gen|char_ram~11291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y13_N29 +dffeas \text_gen|char_ram~4123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43469 ( +// Equation(s): +// \text_gen|char_ram~43469_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11291_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4123_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11291_q ), + .datac(\text_gen|char_ram~4123_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43469 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43470 ( +// Equation(s): +// \text_gen|char_ram~43470_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43469_combout & ((\text_gen|char_ram~25627_q ))) # (!\text_gen|char_ram~43469_combout & (\text_gen|char_ram~18459_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43469_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18459_q ), + .datac(\text_gen|char_ram~25627_q ), + .datad(\text_gen|char_ram~43469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43470 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y19_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11284feeder ( +// Equation(s): +// \text_gen|char_ram~11284feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11284feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11284feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11284feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y19_N5 +dffeas \text_gen|char_ram~11284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11284feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11284 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y17_N31 +dffeas \text_gen|char_ram~25620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y13_N27 +dffeas \text_gen|char_ram~18452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18452 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y13_N29 +dffeas \text_gen|char_ram~4116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43473 ( +// Equation(s): +// \text_gen|char_ram~43473_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18452_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4116_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~18452_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4116_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43473 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43474 ( +// Equation(s): +// \text_gen|char_ram~43474_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43473_combout & ((\text_gen|char_ram~25620_q ))) # (!\text_gen|char_ram~43473_combout & (\text_gen|char_ram~11284_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43473_combout )))) + + .dataa(\text_gen|char_ram~11284_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25620_q ), + .datad(\text_gen|char_ram~43473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43474 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25634feeder ( +// Equation(s): +// \text_gen|char_ram~25634feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25634feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25634feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25634feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y18_N31 +dffeas \text_gen|char_ram~25634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25634feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y17_N17 +dffeas \text_gen|char_ram~18466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y17_N17 +dffeas \text_gen|char_ram~4130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y17_N3 +dffeas \text_gen|char_ram~11298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11298 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43471 ( +// Equation(s): +// \text_gen|char_ram~43471_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~11298_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4130_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~4130_q ), + .datac(\text_gen|char_ram~11298_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43471 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~43471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43472 ( +// Equation(s): +// \text_gen|char_ram~43472_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43471_combout & (\text_gen|char_ram~25634_q )) # (!\text_gen|char_ram~43471_combout & ((\text_gen|char_ram~18466_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43471_combout )))) + + .dataa(\text_gen|char_ram~25634_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~18466_q ), + .datad(\text_gen|char_ram~43471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43472 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43475 ( +// Equation(s): +// \text_gen|char_ram~43475_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43472_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43474_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43474_combout ), + .datad(\text_gen|char_ram~43472_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43475 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43478 ( +// Equation(s): +// \text_gen|char_ram~43478_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43475_combout & (\text_gen|char_ram~43477_combout )) # (!\text_gen|char_ram~43475_combout & ((\text_gen|char_ram~43470_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43475_combout )))) + + .dataa(\text_gen|char_ram~43477_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43470_combout ), + .datad(\text_gen|char_ram~43475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43478 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43489 ( +// Equation(s): +// \text_gen|char_ram~43489_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~43478_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~43488_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43488_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~43478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43489 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~43489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20237feeder ( +// Equation(s): +// \text_gen|char_ram~20237feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20237feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20237feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20237feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N19 +dffeas \text_gen|char_ram~20237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20237feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y9_N15 +dffeas \text_gen|char_ram~27405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y9_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13069feeder ( +// Equation(s): +// \text_gen|char_ram~13069feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13069feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13069feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13069feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y9_N9 +dffeas \text_gen|char_ram~13069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13069feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y9_N25 +dffeas \text_gen|char_ram~5901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43466 ( +// Equation(s): +// \text_gen|char_ram~43466_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13069_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5901_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13069_q ), + .datac(\text_gen|char_ram~5901_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43466 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y9_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43467 ( +// Equation(s): +// \text_gen|char_ram~43467_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43466_combout & ((\text_gen|char_ram~27405_q ))) # (!\text_gen|char_ram~43466_combout & (\text_gen|char_ram~20237_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43466_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20237_q ), + .datac(\text_gen|char_ram~27405_q ), + .datad(\text_gen|char_ram~43466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43467 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13062feeder ( +// Equation(s): +// \text_gen|char_ram~13062feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13062feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13062feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13062feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y10_N5 +dffeas \text_gen|char_ram~13062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13062feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N27 +dffeas \text_gen|char_ram~27398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20230feeder ( +// Equation(s): +// \text_gen|char_ram~20230feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N21 +dffeas \text_gen|char_ram~20230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20230 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y10_N25 +dffeas \text_gen|char_ram~5894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43461 ( +// Equation(s): +// \text_gen|char_ram~43461_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20230_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5894_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20230_q ), + .datac(\text_gen|char_ram~5894_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43461 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43462 ( +// Equation(s): +// \text_gen|char_ram~43462_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43461_combout & ((\text_gen|char_ram~27398_q ))) # (!\text_gen|char_ram~43461_combout & (\text_gen|char_ram~13062_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43461_combout )))) + + .dataa(\text_gen|char_ram~13062_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27398_q ), + .datad(\text_gen|char_ram~43461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43462 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13048feeder ( +// Equation(s): +// \text_gen|char_ram~13048feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13048feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13048feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13048feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y14_N23 +dffeas \text_gen|char_ram~13048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13048feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y14_N17 +dffeas \text_gen|char_ram~27384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~20216feeder ( +// Equation(s): +// \text_gen|char_ram~20216feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20216feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20216feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20216feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N15 +dffeas \text_gen|char_ram~20216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20216feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y10_N25 +dffeas \text_gen|char_ram~5880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43463 ( +// Equation(s): +// \text_gen|char_ram~43463_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20216_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5880_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~20216_q ), + .datac(\text_gen|char_ram~5880_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43463 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43464 ( +// Equation(s): +// \text_gen|char_ram~43464_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43463_combout & ((\text_gen|char_ram~27384_q ))) # (!\text_gen|char_ram~43463_combout & (\text_gen|char_ram~13048_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43463_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13048_q ), + .datac(\text_gen|char_ram~27384_q ), + .datad(\text_gen|char_ram~43463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43464 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43465 ( +// Equation(s): +// \text_gen|char_ram~43465_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43462_combout ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [5] & (((!\vga_c|h_cnt [4] & \text_gen|char_ram~43464_combout )))) + + .dataa(\text_gen|char_ram~43462_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~43464_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43465 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~43465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y10_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20223feeder ( +// Equation(s): +// \text_gen|char_ram~20223feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20223feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y10_N11 +dffeas \text_gen|char_ram~20223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27391feeder ( +// Equation(s): +// \text_gen|char_ram~27391feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y10_N29 +dffeas \text_gen|char_ram~27391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y10_N27 +dffeas \text_gen|char_ram~13055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y10_N29 +dffeas \text_gen|char_ram~5887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43459 ( +// Equation(s): +// \text_gen|char_ram~43459_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13055_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5887_q +// ))))) + + .dataa(\text_gen|char_ram~13055_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5887_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43459 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y10_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43460 ( +// Equation(s): +// \text_gen|char_ram~43460_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43459_combout & ((\text_gen|char_ram~27391_q ))) # (!\text_gen|char_ram~43459_combout & (\text_gen|char_ram~20223_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43459_combout )))) + + .dataa(\text_gen|char_ram~20223_q ), + .datab(\text_gen|char_ram~27391_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~43459_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43460 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~43460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43468 ( +// Equation(s): +// \text_gen|char_ram~43468_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43465_combout & (\text_gen|char_ram~43467_combout )) # (!\text_gen|char_ram~43465_combout & ((\text_gen|char_ram~43460_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43465_combout )))) + + .dataa(\text_gen|char_ram~43467_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43465_combout ), + .datad(\text_gen|char_ram~43460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43468 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y10_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13090feeder ( +// Equation(s): +// \text_gen|char_ram~13090feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13090feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13090feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13090feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y10_N5 +dffeas \text_gen|char_ram~13090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13090feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y10_N27 +dffeas \text_gen|char_ram~27426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y10_N21 +dffeas \text_gen|char_ram~5922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y10_N5 +dffeas \text_gen|char_ram~20258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20258 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43492 ( +// Equation(s): +// \text_gen|char_ram~43492_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20258_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5922_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5922_q ), + .datad(\text_gen|char_ram~20258_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43492 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43493 ( +// Equation(s): +// \text_gen|char_ram~43493_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43492_combout & ((\text_gen|char_ram~27426_q ))) # (!\text_gen|char_ram~43492_combout & (\text_gen|char_ram~13090_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43492_combout )))) + + .dataa(\text_gen|char_ram~13090_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27426_q ), + .datad(\text_gen|char_ram~43492_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43493 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y13_N7 +dffeas \text_gen|char_ram~27412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y13_N21 +dffeas \text_gen|char_ram~20244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y13_N5 +dffeas \text_gen|char_ram~5908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y13_N11 +dffeas \text_gen|char_ram~13076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13076 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43494 ( +// Equation(s): +// \text_gen|char_ram~43494_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13076_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~5908_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~5908_q ), + .datac(\text_gen|char_ram~13076_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43494 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~43494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43495 ( +// Equation(s): +// \text_gen|char_ram~43495_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43494_combout & (\text_gen|char_ram~27412_q )) # (!\text_gen|char_ram~43494_combout & ((\text_gen|char_ram~20244_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43494_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27412_q ), + .datac(\text_gen|char_ram~20244_q ), + .datad(\text_gen|char_ram~43494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43495 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43496 ( +// Equation(s): +// \text_gen|char_ram~43496_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43493_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~43495_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43493_combout ), + .datad(\text_gen|char_ram~43495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43496 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y7_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20265feeder ( +// Equation(s): +// \text_gen|char_ram~20265feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20265feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y7_N9 +dffeas \text_gen|char_ram~20265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y10_N13 +dffeas \text_gen|char_ram~27433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y9_N19 +dffeas \text_gen|char_ram~13097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y9_N1 +dffeas \text_gen|char_ram~5929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5929 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y9_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43497 ( +// Equation(s): +// \text_gen|char_ram~43497_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13097_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5929_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13097_q ), + .datac(\text_gen|char_ram~5929_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43497 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43498 ( +// Equation(s): +// \text_gen|char_ram~43498_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43497_combout & ((\text_gen|char_ram~27433_q ))) # (!\text_gen|char_ram~43497_combout & (\text_gen|char_ram~20265_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43497_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20265_q ), + .datac(\text_gen|char_ram~27433_q ), + .datad(\text_gen|char_ram~43497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43498 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y10_N7 +dffeas \text_gen|char_ram~20251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y13_N31 +dffeas \text_gen|char_ram~27419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27419 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13083feeder ( +// Equation(s): +// \text_gen|char_ram~13083feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13083feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13083feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13083feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N19 +dffeas \text_gen|char_ram~13083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13083feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y10_N27 +dffeas \text_gen|char_ram~5915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5915 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43490 ( +// Equation(s): +// \text_gen|char_ram~43490_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13083_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5915_q +// ))))) + + .dataa(\text_gen|char_ram~13083_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5915_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43490 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43491 ( +// Equation(s): +// \text_gen|char_ram~43491_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43490_combout & ((\text_gen|char_ram~27419_q ))) # (!\text_gen|char_ram~43490_combout & (\text_gen|char_ram~20251_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43490_combout )))) + + .dataa(\text_gen|char_ram~20251_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27419_q ), + .datad(\text_gen|char_ram~43490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43491 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43499 ( +// Equation(s): +// \text_gen|char_ram~43499_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43496_combout & (\text_gen|char_ram~43498_combout )) # (!\text_gen|char_ram~43496_combout & ((\text_gen|char_ram~43491_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~43496_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43496_combout ), + .datac(\text_gen|char_ram~43498_combout ), + .datad(\text_gen|char_ram~43491_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43499 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43500 ( +// Equation(s): +// \text_gen|char_ram~43500_combout = (\text_gen|char_ram~43489_combout & (((\text_gen|char_ram~43499_combout )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~43489_combout & (\text_gen|Add5~8_combout & (\text_gen|char_ram~43468_combout ))) + + .dataa(\text_gen|char_ram~43489_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43468_combout ), + .datad(\text_gen|char_ram~43499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43500 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~43500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y22_N5 +dffeas \text_gen|char_ram~5873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13041feeder ( +// Equation(s): +// \text_gen|char_ram~13041feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13041feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13041feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13041feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y22_N5 +dffeas \text_gen|char_ram~13041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13041feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13041 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43412 ( +// Equation(s): +// \text_gen|char_ram~43412_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13041_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5873_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5873_q ), + .datad(\text_gen|char_ram~13041_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43412 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y22_N31 +dffeas \text_gen|char_ram~27377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20209feeder ( +// Equation(s): +// \text_gen|char_ram~20209feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20209feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y21_N23 +dffeas \text_gen|char_ram~20209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20209 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43413 ( +// Equation(s): +// \text_gen|char_ram~43413_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43412_combout & (\text_gen|char_ram~27377_q )) # (!\text_gen|char_ram~43412_combout & ((\text_gen|char_ram~20209_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43412_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43412_combout ), + .datac(\text_gen|char_ram~27377_q ), + .datad(\text_gen|char_ram~20209_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43413 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y25_N19 +dffeas \text_gen|char_ram~20181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20181 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y22_N31 +dffeas \text_gen|char_ram~27349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13013feeder ( +// Equation(s): +// \text_gen|char_ram~13013feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13013feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13013feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13013feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y22_N11 +dffeas \text_gen|char_ram~13013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13013feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y22_N25 +dffeas \text_gen|char_ram~5845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43405 ( +// Equation(s): +// \text_gen|char_ram~43405_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13013_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5845_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13013_q ), + .datac(\text_gen|char_ram~5845_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43405 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43406 ( +// Equation(s): +// \text_gen|char_ram~43406_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43405_combout & ((\text_gen|char_ram~27349_q ))) # (!\text_gen|char_ram~43405_combout & (\text_gen|char_ram~20181_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43405_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20181_q ), + .datac(\text_gen|char_ram~27349_q ), + .datad(\text_gen|char_ram~43405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43406 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y17_N17 +dffeas \text_gen|char_ram~13027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y17_N27 +dffeas \text_gen|char_ram~27363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27363 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y21_N21 +dffeas \text_gen|char_ram~20195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y17_N1 +dffeas \text_gen|char_ram~5859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43407 ( +// Equation(s): +// \text_gen|char_ram~43407_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20195_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5859_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20195_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5859_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43407 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43408 ( +// Equation(s): +// \text_gen|char_ram~43408_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43407_combout & ((\text_gen|char_ram~27363_q ))) # (!\text_gen|char_ram~43407_combout & (\text_gen|char_ram~13027_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43407_combout )))) + + .dataa(\text_gen|char_ram~13027_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27363_q ), + .datad(\text_gen|char_ram~43407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43408 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y21_N31 +dffeas \text_gen|char_ram~5831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y21_N31 +dffeas \text_gen|char_ram~20167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43409 ( +// Equation(s): +// \text_gen|char_ram~43409_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20167_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5831_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5831_q ), + .datad(\text_gen|char_ram~20167_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43409 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12999feeder ( +// Equation(s): +// \text_gen|char_ram~12999feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12999feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12999feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12999feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y17_N21 +dffeas \text_gen|char_ram~12999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12999feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y21_N21 +dffeas \text_gen|char_ram~27335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43410 ( +// Equation(s): +// \text_gen|char_ram~43410_combout = (\text_gen|char_ram~43409_combout & (((\text_gen|char_ram~27335_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43409_combout & (\text_gen|char_ram~12999_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~43409_combout ), + .datab(\text_gen|char_ram~12999_q ), + .datac(\text_gen|char_ram~27335_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43410 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43411 ( +// Equation(s): +// \text_gen|char_ram~43411_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~43408_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~43410_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43408_combout ), + .datad(\text_gen|char_ram~43410_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43411 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43414 ( +// Equation(s): +// \text_gen|char_ram~43414_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43411_combout & (\text_gen|char_ram~43413_combout )) # (!\text_gen|char_ram~43411_combout & ((\text_gen|char_ram~43406_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43411_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~43413_combout ), + .datac(\text_gen|char_ram~43406_combout ), + .datad(\text_gen|char_ram~43411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43414 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y17_N7 +dffeas \text_gen|char_ram~20188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y17_N13 +dffeas \text_gen|char_ram~5852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43376 ( +// Equation(s): +// \text_gen|char_ram~43376_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20188_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5852_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20188_q ), + .datac(\text_gen|char_ram~5852_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43376 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N5 +dffeas \text_gen|char_ram~13020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y17_N27 +dffeas \text_gen|char_ram~27356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43377 ( +// Equation(s): +// \text_gen|char_ram~43377_combout = (\text_gen|char_ram~43376_combout & (((\text_gen|char_ram~27356_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43376_combout & (\text_gen|char_ram~13020_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~43376_combout ), + .datab(\text_gen|char_ram~13020_q ), + .datac(\text_gen|char_ram~27356_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43377 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y14_N19 +dffeas \text_gen|char_ram~12992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y14_N17 +dffeas \text_gen|char_ram~27328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27328 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y14_N23 +dffeas \text_gen|char_ram~20160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y14_N29 +dffeas \text_gen|char_ram~5824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5824 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43378 ( +// Equation(s): +// \text_gen|char_ram~43378_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20160_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5824_q +// ))))) + + .dataa(\text_gen|char_ram~20160_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5824_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43378 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43379 ( +// Equation(s): +// \text_gen|char_ram~43379_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43378_combout & ((\text_gen|char_ram~27328_q ))) # (!\text_gen|char_ram~43378_combout & (\text_gen|char_ram~12992_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43378_combout )))) + + .dataa(\text_gen|char_ram~12992_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27328_q ), + .datad(\text_gen|char_ram~43378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43379 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43380 ( +// Equation(s): +// \text_gen|char_ram~43380_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~43377_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~43379_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43377_combout ), + .datad(\text_gen|char_ram~43379_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43380 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20174feeder ( +// Equation(s): +// \text_gen|char_ram~20174feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20174feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y14_N13 +dffeas \text_gen|char_ram~20174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y18_N9 +dffeas \text_gen|char_ram~27342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27342 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y18_N11 +dffeas \text_gen|char_ram~13006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y18_N25 +dffeas \text_gen|char_ram~5838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43374 ( +// Equation(s): +// \text_gen|char_ram~43374_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13006_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5838_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13006_q ), + .datac(\text_gen|char_ram~5838_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43374 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43375 ( +// Equation(s): +// \text_gen|char_ram~43375_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43374_combout & ((\text_gen|char_ram~27342_q ))) # (!\text_gen|char_ram~43374_combout & (\text_gen|char_ram~20174_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43374_combout )))) + + .dataa(\text_gen|char_ram~20174_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27342_q ), + .datad(\text_gen|char_ram~43374_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43375 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y17_N21 +dffeas \text_gen|char_ram~20202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y17_N1 +dffeas \text_gen|char_ram~27370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27370 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y18_N19 +dffeas \text_gen|char_ram~5866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y18_N17 +dffeas \text_gen|char_ram~13034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13034 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43381 ( +// Equation(s): +// \text_gen|char_ram~43381_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13034_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5866_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5866_q ), + .datad(\text_gen|char_ram~13034_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43381 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43382 ( +// Equation(s): +// \text_gen|char_ram~43382_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43381_combout & ((\text_gen|char_ram~27370_q ))) # (!\text_gen|char_ram~43381_combout & (\text_gen|char_ram~20202_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43381_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20202_q ), + .datac(\text_gen|char_ram~27370_q ), + .datad(\text_gen|char_ram~43381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43382 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43383 ( +// Equation(s): +// \text_gen|char_ram~43383_combout = (\text_gen|char_ram~43380_combout & (((\text_gen|char_ram~43382_combout ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~43380_combout & (\text_gen|char_ram~43375_combout & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~43380_combout ), + .datab(\text_gen|char_ram~43375_combout ), + .datac(\text_gen|char_ram~43382_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43383 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y27_N27 +dffeas \text_gen|char_ram~18389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y21_N9 +dffeas \text_gen|char_ram~25557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11221feeder ( +// Equation(s): +// \text_gen|char_ram~11221feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11221feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11221feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11221feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y18_N5 +dffeas \text_gen|char_ram~11221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11221feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y21_N3 +dffeas \text_gen|char_ram~4053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43384 ( +// Equation(s): +// \text_gen|char_ram~43384_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11221_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4053_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11221_q ), + .datac(\text_gen|char_ram~4053_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43384 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43385 ( +// Equation(s): +// \text_gen|char_ram~43385_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43384_combout & ((\text_gen|char_ram~25557_q ))) # (!\text_gen|char_ram~43384_combout & (\text_gen|char_ram~18389_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43384_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18389_q ), + .datac(\text_gen|char_ram~25557_q ), + .datad(\text_gen|char_ram~43384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43385 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y18_N1 +dffeas \text_gen|char_ram~18417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y18_N7 +dffeas \text_gen|char_ram~25585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N5 +dffeas \text_gen|char_ram~4081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y20_N25 +dffeas \text_gen|char_ram~11249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43391 ( +// Equation(s): +// \text_gen|char_ram~43391_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11249_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4081_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4081_q ), + .datad(\text_gen|char_ram~11249_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43391 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43392 ( +// Equation(s): +// \text_gen|char_ram~43392_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43391_combout & ((\text_gen|char_ram~25585_q ))) # (!\text_gen|char_ram~43391_combout & (\text_gen|char_ram~18417_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43391_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18417_q ), + .datac(\text_gen|char_ram~25585_q ), + .datad(\text_gen|char_ram~43391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43392 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y22_N1 +dffeas \text_gen|char_ram~25571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y35_N11 +dffeas \text_gen|char_ram~18403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y35_N25 +dffeas \text_gen|char_ram~11235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y24_N7 +dffeas \text_gen|char_ram~4067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4067 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43386 ( +// Equation(s): +// \text_gen|char_ram~43386_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11235_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4067_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~11235_q ), + .datad(\text_gen|char_ram~4067_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43386 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43387 ( +// Equation(s): +// \text_gen|char_ram~43387_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43386_combout & (\text_gen|char_ram~25571_q )) # (!\text_gen|char_ram~43386_combout & ((\text_gen|char_ram~18403_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43386_combout )))) + + .dataa(\text_gen|char_ram~25571_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~18403_q ), + .datad(\text_gen|char_ram~43386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43387 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y22_N1 +dffeas \text_gen|char_ram~4039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y22_N5 +dffeas \text_gen|char_ram~18375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43388 ( +// Equation(s): +// \text_gen|char_ram~43388_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18375_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4039_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4039_q ), + .datad(\text_gen|char_ram~18375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43388 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y22_N19 +dffeas \text_gen|char_ram~25543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11207feeder ( +// Equation(s): +// \text_gen|char_ram~11207feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11207feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11207feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11207feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y14_N19 +dffeas \text_gen|char_ram~11207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11207feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43389 ( +// Equation(s): +// \text_gen|char_ram~43389_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43388_combout & (\text_gen|char_ram~25543_q )) # (!\text_gen|char_ram~43388_combout & ((\text_gen|char_ram~11207_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~43388_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43388_combout ), + .datac(\text_gen|char_ram~25543_q ), + .datad(\text_gen|char_ram~11207_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43389 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43390 ( +// Equation(s): +// \text_gen|char_ram~43390_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~43387_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~43389_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43387_combout ), + .datad(\text_gen|char_ram~43389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43390 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43393 ( +// Equation(s): +// \text_gen|char_ram~43393_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43390_combout & ((\text_gen|char_ram~43392_combout ))) # (!\text_gen|char_ram~43390_combout & (\text_gen|char_ram~43385_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43390_combout )))) + + .dataa(\text_gen|char_ram~43385_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43392_combout ), + .datad(\text_gen|char_ram~43390_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43393 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y17_N1 +dffeas \text_gen|char_ram~18410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y18_N31 +dffeas \text_gen|char_ram~25578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y18_N19 +dffeas \text_gen|char_ram~11242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y18_N21 +dffeas \text_gen|char_ram~4074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43401 ( +// Equation(s): +// \text_gen|char_ram~43401_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11242_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4074_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11242_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4074_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43401 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43402 ( +// Equation(s): +// \text_gen|char_ram~43402_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43401_combout & ((\text_gen|char_ram~25578_q ))) # (!\text_gen|char_ram~43401_combout & (\text_gen|char_ram~18410_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43401_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18410_q ), + .datac(\text_gen|char_ram~25578_q ), + .datad(\text_gen|char_ram~43401_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43402 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y18_N1 +dffeas \text_gen|char_ram~18382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18382 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y18_N15 +dffeas \text_gen|char_ram~25550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y18_N3 +dffeas \text_gen|char_ram~4046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y18_N17 +dffeas \text_gen|char_ram~11214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43394 ( +// Equation(s): +// \text_gen|char_ram~43394_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11214_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4046_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4046_q ), + .datad(\text_gen|char_ram~11214_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43394 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y18_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43395 ( +// Equation(s): +// \text_gen|char_ram~43395_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43394_combout & ((\text_gen|char_ram~25550_q ))) # (!\text_gen|char_ram~43394_combout & (\text_gen|char_ram~18382_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43394_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18382_q ), + .datac(\text_gen|char_ram~25550_q ), + .datad(\text_gen|char_ram~43394_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43395 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~11228feeder ( +// Equation(s): +// \text_gen|char_ram~11228feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11228feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11228feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11228feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N9 +dffeas \text_gen|char_ram~11228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11228feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y18_N9 +dffeas \text_gen|char_ram~25564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y18_N23 +dffeas \text_gen|char_ram~18396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y18_N17 +dffeas \text_gen|char_ram~4060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43396 ( +// Equation(s): +// \text_gen|char_ram~43396_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18396_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4060_q +// ))))) + + .dataa(\text_gen|char_ram~18396_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4060_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43396 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43397 ( +// Equation(s): +// \text_gen|char_ram~43397_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43396_combout & ((\text_gen|char_ram~25564_q ))) # (!\text_gen|char_ram~43396_combout & (\text_gen|char_ram~11228_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43396_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11228_q ), + .datac(\text_gen|char_ram~25564_q ), + .datad(\text_gen|char_ram~43396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43397 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11200feeder ( +// Equation(s): +// \text_gen|char_ram~11200feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11200feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11200feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11200feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y14_N21 +dffeas \text_gen|char_ram~11200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11200feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y18_N19 +dffeas \text_gen|char_ram~25536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N13 +dffeas \text_gen|char_ram~18368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y22_N15 +dffeas \text_gen|char_ram~4032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43398 ( +// Equation(s): +// \text_gen|char_ram~43398_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18368_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4032_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18368_q ), + .datac(\text_gen|char_ram~4032_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43398 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43399 ( +// Equation(s): +// \text_gen|char_ram~43399_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43398_combout & ((\text_gen|char_ram~25536_q ))) # (!\text_gen|char_ram~43398_combout & (\text_gen|char_ram~11200_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43398_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11200_q ), + .datac(\text_gen|char_ram~25536_q ), + .datad(\text_gen|char_ram~43398_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43399 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43400 ( +// Equation(s): +// \text_gen|char_ram~43400_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~43397_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~43399_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43397_combout ), + .datad(\text_gen|char_ram~43399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43400 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43403 ( +// Equation(s): +// \text_gen|char_ram~43403_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43400_combout & (\text_gen|char_ram~43402_combout )) # (!\text_gen|char_ram~43400_combout & ((\text_gen|char_ram~43395_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43400_combout )))) + + .dataa(\text_gen|char_ram~43402_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43395_combout ), + .datad(\text_gen|char_ram~43400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43403 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43404 ( +// Equation(s): +// \text_gen|char_ram~43404_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [4])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~43393_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~43403_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43393_combout ), + .datad(\text_gen|char_ram~43403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43404 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43415 ( +// Equation(s): +// \text_gen|char_ram~43415_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43404_combout & (\text_gen|char_ram~43414_combout )) # (!\text_gen|char_ram~43404_combout & ((\text_gen|char_ram~43383_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43404_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43414_combout ), + .datac(\text_gen|char_ram~43383_combout ), + .datad(\text_gen|char_ram~43404_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43415 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16590feeder ( +// Equation(s): +// \text_gen|char_ram~16590feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16590feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16590feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16590feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y15_N29 +dffeas \text_gen|char_ram~16590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16590feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y15_N1 +dffeas \text_gen|char_ram~23758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y20_N21 +dffeas \text_gen|char_ram~2254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y13_N29 +dffeas \text_gen|char_ram~9422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43416 ( +// Equation(s): +// \text_gen|char_ram~43416_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9422_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2254_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2254_q ), + .datad(\text_gen|char_ram~9422_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43416 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43417 ( +// Equation(s): +// \text_gen|char_ram~43417_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43416_combout & ((\text_gen|char_ram~23758_q ))) # (!\text_gen|char_ram~43416_combout & (\text_gen|char_ram~16590_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43416_combout )))) + + .dataa(\text_gen|char_ram~16590_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23758_q ), + .datad(\text_gen|char_ram~43416_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43417 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y20_N13 +dffeas \text_gen|char_ram~16597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y20_N23 +dffeas \text_gen|char_ram~23765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y20_N19 +dffeas \text_gen|char_ram~2261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2261 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9429feeder ( +// Equation(s): +// \text_gen|char_ram~9429feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y24_N23 +dffeas \text_gen|char_ram~9429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43423 ( +// Equation(s): +// \text_gen|char_ram~43423_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9429_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2261_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2261_q ), + .datad(\text_gen|char_ram~9429_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43423 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43424 ( +// Equation(s): +// \text_gen|char_ram~43424_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43423_combout & ((\text_gen|char_ram~23765_q ))) # (!\text_gen|char_ram~43423_combout & (\text_gen|char_ram~16597_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43423_combout )))) + + .dataa(\text_gen|char_ram~16597_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23765_q ), + .datad(\text_gen|char_ram~43423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43424 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y23_N15 +dffeas \text_gen|char_ram~23751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y17_N13 +dffeas \text_gen|char_ram~2247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y17_N11 +dffeas \text_gen|char_ram~9415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43418 ( +// Equation(s): +// \text_gen|char_ram~43418_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~9415_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2247_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~2247_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9415_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43418 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~43418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y20_N1 +dffeas \text_gen|char_ram~16583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43419 ( +// Equation(s): +// \text_gen|char_ram~43419_combout = (\text_gen|char_ram~43418_combout & ((\text_gen|char_ram~23751_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43418_combout & (((\text_gen|char_ram~16583_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~23751_q ), + .datab(\text_gen|char_ram~43418_combout ), + .datac(\text_gen|char_ram~16583_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43419 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~43419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y13_N17 +dffeas \text_gen|char_ram~9408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y16_N21 +dffeas \text_gen|char_ram~23744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N5 +dffeas \text_gen|char_ram~16576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y16_N31 +dffeas \text_gen|char_ram~2240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43420 ( +// Equation(s): +// \text_gen|char_ram~43420_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16576_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2240_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16576_q ), + .datac(\text_gen|char_ram~2240_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43420 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43421 ( +// Equation(s): +// \text_gen|char_ram~43421_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43420_combout & ((\text_gen|char_ram~23744_q ))) # (!\text_gen|char_ram~43420_combout & (\text_gen|char_ram~9408_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43420_combout )))) + + .dataa(\text_gen|char_ram~9408_q ), + .datab(\text_gen|char_ram~23744_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43421 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~43421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43422 ( +// Equation(s): +// \text_gen|char_ram~43422_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~43419_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~43421_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43419_combout ), + .datad(\text_gen|char_ram~43421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43422 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43425 ( +// Equation(s): +// \text_gen|char_ram~43425_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43422_combout & ((\text_gen|char_ram~43424_combout ))) # (!\text_gen|char_ram~43422_combout & (\text_gen|char_ram~43417_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43422_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~43417_combout ), + .datac(\text_gen|char_ram~43424_combout ), + .datad(\text_gen|char_ram~43422_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43425 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y20_N19 +dffeas \text_gen|char_ram~9443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y20_N27 +dffeas \text_gen|char_ram~23779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16611feeder ( +// Equation(s): +// \text_gen|char_ram~16611feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16611feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y20_N21 +dffeas \text_gen|char_ram~16611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y20_N23 +dffeas \text_gen|char_ram~2275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43449 ( +// Equation(s): +// \text_gen|char_ram~43449_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16611_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2275_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16611_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2275_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43449 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43450 ( +// Equation(s): +// \text_gen|char_ram~43450_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43449_combout & ((\text_gen|char_ram~23779_q ))) # (!\text_gen|char_ram~43449_combout & (\text_gen|char_ram~9443_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43449_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9443_q ), + .datac(\text_gen|char_ram~23779_q ), + .datad(\text_gen|char_ram~43449_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43450 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~23772feeder ( +// Equation(s): +// \text_gen|char_ram~23772feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y19_N1 +dffeas \text_gen|char_ram~23772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y20_N13 +dffeas \text_gen|char_ram~16604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y36_N15 +dffeas \text_gen|char_ram~2268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y36_N25 +dffeas \text_gen|char_ram~9436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43451 ( +// Equation(s): +// \text_gen|char_ram~43451_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~9436_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2268_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~2268_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9436_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43451 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~43451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43452 ( +// Equation(s): +// \text_gen|char_ram~43452_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43451_combout & (\text_gen|char_ram~23772_q )) # (!\text_gen|char_ram~43451_combout & ((\text_gen|char_ram~16604_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43451_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23772_q ), + .datac(\text_gen|char_ram~16604_q ), + .datad(\text_gen|char_ram~43451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43452 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43453 ( +// Equation(s): +// \text_gen|char_ram~43453_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43450_combout ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~43452_combout )))) + + .dataa(\text_gen|char_ram~43450_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~43452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43453 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~43453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16618feeder ( +// Equation(s): +// \text_gen|char_ram~16618feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16618feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16618feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16618feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y20_N21 +dffeas \text_gen|char_ram~16618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16618feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y20_N25 +dffeas \text_gen|char_ram~23786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9450feeder ( +// Equation(s): +// \text_gen|char_ram~9450feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9450feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9450feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9450feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y17_N11 +dffeas \text_gen|char_ram~9450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9450feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y20_N7 +dffeas \text_gen|char_ram~2282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43447 ( +// Equation(s): +// \text_gen|char_ram~43447_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9450_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2282_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9450_q ), + .datac(\text_gen|char_ram~2282_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43447 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43448 ( +// Equation(s): +// \text_gen|char_ram~43448_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43447_combout & ((\text_gen|char_ram~23786_q ))) # (!\text_gen|char_ram~43447_combout & (\text_gen|char_ram~16618_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43447_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16618_q ), + .datac(\text_gen|char_ram~23786_q ), + .datad(\text_gen|char_ram~43447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43448 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16625feeder ( +// Equation(s): +// \text_gen|char_ram~16625feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16625feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16625feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16625feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y18_N17 +dffeas \text_gen|char_ram~16625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16625feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y22_N13 +dffeas \text_gen|char_ram~23793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y20_N13 +dffeas \text_gen|char_ram~9457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y20_N9 +dffeas \text_gen|char_ram~2289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43454 ( +// Equation(s): +// \text_gen|char_ram~43454_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9457_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2289_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9457_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2289_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43454 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43455 ( +// Equation(s): +// \text_gen|char_ram~43455_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43454_combout & ((\text_gen|char_ram~23793_q ))) # (!\text_gen|char_ram~43454_combout & (\text_gen|char_ram~16625_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43454_combout )))) + + .dataa(\text_gen|char_ram~16625_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23793_q ), + .datad(\text_gen|char_ram~43454_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43455 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43456 ( +// Equation(s): +// \text_gen|char_ram~43456_combout = (\text_gen|char_ram~43453_combout & (((\text_gen|char_ram~43455_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~43453_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~43448_combout ))) + + .dataa(\text_gen|char_ram~43453_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43448_combout ), + .datad(\text_gen|char_ram~43455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43456 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~43456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N27 +dffeas \text_gen|char_ram~14798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y18_N3 +dffeas \text_gen|char_ram~21966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N9 +dffeas \text_gen|char_ram~462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y14_N1 +dffeas \text_gen|char_ram~7630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43436 ( +// Equation(s): +// \text_gen|char_ram~43436_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7630_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~462_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~462_q ), + .datad(\text_gen|char_ram~7630_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43436 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43437 ( +// Equation(s): +// \text_gen|char_ram~43437_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43436_combout & ((\text_gen|char_ram~21966_q ))) # (!\text_gen|char_ram~43436_combout & (\text_gen|char_ram~14798_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43436_combout )))) + + .dataa(\text_gen|char_ram~14798_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21966_q ), + .datad(\text_gen|char_ram~43436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43437 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y19_N1 +dffeas \text_gen|char_ram~14805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y19_N23 +dffeas \text_gen|char_ram~21973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y19_N23 +dffeas \text_gen|char_ram~469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y18_N29 +dffeas \text_gen|char_ram~7637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43443 ( +// Equation(s): +// \text_gen|char_ram~43443_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7637_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~469_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~469_q ), + .datad(\text_gen|char_ram~7637_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43443 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43444 ( +// Equation(s): +// \text_gen|char_ram~43444_combout = (\text_gen|char_ram~43443_combout & (((\text_gen|char_ram~21973_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43443_combout & (\text_gen|char_ram~14805_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14805_q ), + .datab(\text_gen|char_ram~21973_q ), + .datac(\text_gen|char_ram~43443_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43444 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~43444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y17_N1 +dffeas \text_gen|char_ram~7616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y17_N31 +dffeas \text_gen|char_ram~21952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y16_N3 +dffeas \text_gen|char_ram~448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N3 +dffeas \text_gen|char_ram~14784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14784 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43440 ( +// Equation(s): +// \text_gen|char_ram~43440_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~14784_q )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~448_q & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~448_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~14784_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43440 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~43440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43441 ( +// Equation(s): +// \text_gen|char_ram~43441_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43440_combout & ((\text_gen|char_ram~21952_q ))) # (!\text_gen|char_ram~43440_combout & (\text_gen|char_ram~7616_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43440_combout )))) + + .dataa(\text_gen|char_ram~7616_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21952_q ), + .datad(\text_gen|char_ram~43440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43441 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y23_N29 +dffeas \text_gen|char_ram~7623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y23_N23 +dffeas \text_gen|char_ram~21959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y23_N29 +dffeas \text_gen|char_ram~14791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14791 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y23_N27 +dffeas \text_gen|char_ram~455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43438 ( +// Equation(s): +// \text_gen|char_ram~43438_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14791_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~455_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14791_q ), + .datac(\text_gen|char_ram~455_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43438 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43439 ( +// Equation(s): +// \text_gen|char_ram~43439_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43438_combout & ((\text_gen|char_ram~21959_q ))) # (!\text_gen|char_ram~43438_combout & (\text_gen|char_ram~7623_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43438_combout )))) + + .dataa(\text_gen|char_ram~7623_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21959_q ), + .datad(\text_gen|char_ram~43438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43439 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43442 ( +// Equation(s): +// \text_gen|char_ram~43442_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~43439_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43441_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43441_combout ), + .datad(\text_gen|char_ram~43439_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43442 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43445 ( +// Equation(s): +// \text_gen|char_ram~43445_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43442_combout & ((\text_gen|char_ram~43444_combout ))) # (!\text_gen|char_ram~43442_combout & (\text_gen|char_ram~43437_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43442_combout )))) + + .dataa(\text_gen|char_ram~43437_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43444_combout ), + .datad(\text_gen|char_ram~43442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43445 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y21_N19 +dffeas \text_gen|char_ram~14833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y21_N13 +dffeas \text_gen|char_ram~22001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y21_N29 +dffeas \text_gen|char_ram~7665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y21_N19 +dffeas \text_gen|char_ram~497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43433 ( +// Equation(s): +// \text_gen|char_ram~43433_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7665_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~497_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7665_q ), + .datac(\text_gen|char_ram~497_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43433 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43434 ( +// Equation(s): +// \text_gen|char_ram~43434_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43433_combout & ((\text_gen|char_ram~22001_q ))) # (!\text_gen|char_ram~43433_combout & (\text_gen|char_ram~14833_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43433_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14833_q ), + .datac(\text_gen|char_ram~22001_q ), + .datad(\text_gen|char_ram~43433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43434 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y17_N15 +dffeas \text_gen|char_ram~14826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y19_N27 +dffeas \text_gen|char_ram~21994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~7658feeder ( +// Equation(s): +// \text_gen|char_ram~7658feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7658feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y16_N3 +dffeas \text_gen|char_ram~7658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y19_N17 +dffeas \text_gen|char_ram~490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43426 ( +// Equation(s): +// \text_gen|char_ram~43426_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7658_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~490_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7658_q ), + .datac(\text_gen|char_ram~490_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43426 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43427 ( +// Equation(s): +// \text_gen|char_ram~43427_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43426_combout & ((\text_gen|char_ram~21994_q ))) # (!\text_gen|char_ram~43426_combout & (\text_gen|char_ram~14826_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43426_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14826_q ), + .datac(\text_gen|char_ram~21994_q ), + .datad(\text_gen|char_ram~43426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43427 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y17_N27 +dffeas \text_gen|char_ram~7644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y24_N7 +dffeas \text_gen|char_ram~21980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y22_N23 +dffeas \text_gen|char_ram~14812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y22_N13 +dffeas \text_gen|char_ram~476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43430 ( +// Equation(s): +// \text_gen|char_ram~43430_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14812_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~476_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~14812_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~476_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43430 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43431 ( +// Equation(s): +// \text_gen|char_ram~43431_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43430_combout & ((\text_gen|char_ram~21980_q ))) # (!\text_gen|char_ram~43430_combout & (\text_gen|char_ram~7644_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43430_combout )))) + + .dataa(\text_gen|char_ram~7644_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21980_q ), + .datad(\text_gen|char_ram~43430_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43431 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y17_N31 +dffeas \text_gen|char_ram~7651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y24_N21 +dffeas \text_gen|char_ram~21987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y35_N11 +dffeas \text_gen|char_ram~483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14819feeder ( +// Equation(s): +// \text_gen|char_ram~14819feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14819feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14819feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14819feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N15 +dffeas \text_gen|char_ram~14819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14819feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43428 ( +// Equation(s): +// \text_gen|char_ram~43428_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14819_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~483_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~483_q ), + .datad(\text_gen|char_ram~14819_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43428 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43429 ( +// Equation(s): +// \text_gen|char_ram~43429_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43428_combout & ((\text_gen|char_ram~21987_q ))) # (!\text_gen|char_ram~43428_combout & (\text_gen|char_ram~7651_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43428_combout )))) + + .dataa(\text_gen|char_ram~7651_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21987_q ), + .datad(\text_gen|char_ram~43428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43429 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43432 ( +// Equation(s): +// \text_gen|char_ram~43432_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~43429_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43431_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|char_ram~43431_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~43429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43432 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~43432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43435 ( +// Equation(s): +// \text_gen|char_ram~43435_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43432_combout & (\text_gen|char_ram~43434_combout )) # (!\text_gen|char_ram~43432_combout & ((\text_gen|char_ram~43427_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43432_combout )))) + + .dataa(\text_gen|char_ram~43434_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43427_combout ), + .datad(\text_gen|char_ram~43432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43435 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43446 ( +// Equation(s): +// \text_gen|char_ram~43446_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~43435_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~43445_combout )))) + + .dataa(\text_gen|char_ram~43445_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~43435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43446 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43457 ( +// Equation(s): +// \text_gen|char_ram~43457_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43446_combout & ((\text_gen|char_ram~43456_combout ))) # (!\text_gen|char_ram~43446_combout & (\text_gen|char_ram~43425_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43446_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43425_combout ), + .datac(\text_gen|char_ram~43456_combout ), + .datad(\text_gen|char_ram~43446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43457 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43458 ( +// Equation(s): +// \text_gen|char_ram~43458_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~43415_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~43457_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43415_combout ), + .datad(\text_gen|char_ram~43457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43458 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y8_N21 +dffeas \text_gen|char_ram~16681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y8_N7 +dffeas \text_gen|char_ram~23849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9513feeder ( +// Equation(s): +// \text_gen|char_ram~9513feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9513feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9513feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9513feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y9_N11 +dffeas \text_gen|char_ram~9513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9513feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y8_N13 +dffeas \text_gen|char_ram~2345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43370 ( +// Equation(s): +// \text_gen|char_ram~43370_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9513_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2345_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9513_q ), + .datac(\text_gen|char_ram~2345_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43370 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y8_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43371 ( +// Equation(s): +// \text_gen|char_ram~43371_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43370_combout & ((\text_gen|char_ram~23849_q ))) # (!\text_gen|char_ram~43370_combout & (\text_gen|char_ram~16681_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43370_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16681_q ), + .datac(\text_gen|char_ram~23849_q ), + .datad(\text_gen|char_ram~43370_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43371 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y9_N21 +dffeas \text_gen|char_ram~14889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y9_N5 +dffeas \text_gen|char_ram~22057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22057 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y8_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7721feeder ( +// Equation(s): +// \text_gen|char_ram~7721feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7721feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y8_N1 +dffeas \text_gen|char_ram~7721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y9_N19 +dffeas \text_gen|char_ram~553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y9_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43363 ( +// Equation(s): +// \text_gen|char_ram~43363_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7721_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~553_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7721_q ), + .datac(\text_gen|char_ram~553_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43363 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y9_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43364 ( +// Equation(s): +// \text_gen|char_ram~43364_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43363_combout & ((\text_gen|char_ram~22057_q ))) # (!\text_gen|char_ram~43363_combout & (\text_gen|char_ram~14889_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43363_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14889_q ), + .datac(\text_gen|char_ram~22057_q ), + .datad(\text_gen|char_ram~43363_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43364 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N11 +dffeas \text_gen|char_ram~9499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y13_N27 +dffeas \text_gen|char_ram~23835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23835 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y12_N31 +dffeas \text_gen|char_ram~16667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y12_N23 +dffeas \text_gen|char_ram~2331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43365 ( +// Equation(s): +// \text_gen|char_ram~43365_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16667_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2331_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~16667_q ), + .datac(\text_gen|char_ram~2331_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43365 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43366 ( +// Equation(s): +// \text_gen|char_ram~43366_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43365_combout & ((\text_gen|char_ram~23835_q ))) # (!\text_gen|char_ram~43365_combout & (\text_gen|char_ram~9499_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43365_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9499_q ), + .datac(\text_gen|char_ram~23835_q ), + .datad(\text_gen|char_ram~43365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43366 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y15_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14875feeder ( +// Equation(s): +// \text_gen|char_ram~14875feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14875feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14875feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14875feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y15_N1 +dffeas \text_gen|char_ram~14875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14875feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14875 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y16_N31 +dffeas \text_gen|char_ram~539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43367 ( +// Equation(s): +// \text_gen|char_ram~43367_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14875_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~539_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14875_q ), + .datac(\text_gen|char_ram~539_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43367 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7707feeder ( +// Equation(s): +// \text_gen|char_ram~7707feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7707feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7707feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7707feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y13_N21 +dffeas \text_gen|char_ram~7707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7707feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y13_N17 +dffeas \text_gen|char_ram~22043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43368 ( +// Equation(s): +// \text_gen|char_ram~43368_combout = (\text_gen|char_ram~43367_combout & (((\text_gen|char_ram~22043_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43367_combout & (\text_gen|char_ram~7707_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~43367_combout ), + .datab(\text_gen|char_ram~7707_q ), + .datac(\text_gen|char_ram~22043_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43368 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43369 ( +// Equation(s): +// \text_gen|char_ram~43369_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~43366_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~43368_combout ))))) + + .dataa(\text_gen|char_ram~43366_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43369 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~43369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43372 ( +// Equation(s): +// \text_gen|char_ram~43372_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43369_combout & (\text_gen|char_ram~43371_combout )) # (!\text_gen|char_ram~43369_combout & ((\text_gen|char_ram~43364_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43369_combout )))) + + .dataa(\text_gen|char_ram~43371_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43364_combout ), + .datad(\text_gen|char_ram~43369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43372 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y11_N3 +dffeas \text_gen|char_ram~16674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y11_N13 +dffeas \text_gen|char_ram~23842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9506feeder ( +// Equation(s): +// \text_gen|char_ram~9506feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9506feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9506feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9506feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y12_N25 +dffeas \text_gen|char_ram~9506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9506feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y8_N23 +dffeas \text_gen|char_ram~2338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43339 ( +// Equation(s): +// \text_gen|char_ram~43339_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9506_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2338_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9506_q ), + .datac(\text_gen|char_ram~2338_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43339 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y11_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43340 ( +// Equation(s): +// \text_gen|char_ram~43340_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43339_combout & ((\text_gen|char_ram~23842_q ))) # (!\text_gen|char_ram~43339_combout & (\text_gen|char_ram~16674_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43339_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16674_q ), + .datac(\text_gen|char_ram~23842_q ), + .datad(\text_gen|char_ram~43339_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43340 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22050feeder ( +// Equation(s): +// \text_gen|char_ram~22050feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22050feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y15_N31 +dffeas \text_gen|char_ram~22050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y16_N31 +dffeas \text_gen|char_ram~14882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7714feeder ( +// Equation(s): +// \text_gen|char_ram~7714feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7714feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7714feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7714feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y20_N5 +dffeas \text_gen|char_ram~7714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7714feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y16_N19 +dffeas \text_gen|char_ram~546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43332 ( +// Equation(s): +// \text_gen|char_ram~43332_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7714_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~546_q +// ))))) + + .dataa(\text_gen|char_ram~7714_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~546_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43332 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43333 ( +// Equation(s): +// \text_gen|char_ram~43333_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43332_combout & (\text_gen|char_ram~22050_q )) # (!\text_gen|char_ram~43332_combout & ((\text_gen|char_ram~14882_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43332_combout )))) + + .dataa(\text_gen|char_ram~22050_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~14882_q ), + .datad(\text_gen|char_ram~43332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43333 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y16_N13 +dffeas \text_gen|char_ram~7700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y16_N31 +dffeas \text_gen|char_ram~22036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y18_N31 +dffeas \text_gen|char_ram~14868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y16_N11 +dffeas \text_gen|char_ram~532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43336 ( +// Equation(s): +// \text_gen|char_ram~43336_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14868_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~532_q +// ))))) + + .dataa(\text_gen|char_ram~14868_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~532_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43336 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43337 ( +// Equation(s): +// \text_gen|char_ram~43337_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43336_combout & ((\text_gen|char_ram~22036_q ))) # (!\text_gen|char_ram~43336_combout & (\text_gen|char_ram~7700_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43336_combout )))) + + .dataa(\text_gen|char_ram~7700_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22036_q ), + .datad(\text_gen|char_ram~43336_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43337 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y19_N1 +dffeas \text_gen|char_ram~9492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y15_N3 +dffeas \text_gen|char_ram~23828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y12_N13 +dffeas \text_gen|char_ram~16660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y12_N21 +dffeas \text_gen|char_ram~2324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43334 ( +// Equation(s): +// \text_gen|char_ram~43334_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16660_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2324_q +// ))))) + + .dataa(\text_gen|char_ram~16660_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2324_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43334 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43335 ( +// Equation(s): +// \text_gen|char_ram~43335_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43334_combout & ((\text_gen|char_ram~23828_q ))) # (!\text_gen|char_ram~43334_combout & (\text_gen|char_ram~9492_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43334_combout )))) + + .dataa(\text_gen|char_ram~9492_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23828_q ), + .datad(\text_gen|char_ram~43334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43335 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43338 ( +// Equation(s): +// \text_gen|char_ram~43338_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~43335_combout )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~43337_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|char_ram~43337_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~43335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43338 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~43338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43341 ( +// Equation(s): +// \text_gen|char_ram~43341_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43338_combout & (\text_gen|char_ram~43340_combout )) # (!\text_gen|char_ram~43338_combout & ((\text_gen|char_ram~43333_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43338_combout )))) + + .dataa(\text_gen|char_ram~43340_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43333_combout ), + .datad(\text_gen|char_ram~43338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43341 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y12_N23 +dffeas \text_gen|char_ram~16653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y12_N21 +dffeas \text_gen|char_ram~23821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23821 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9485feeder ( +// Equation(s): +// \text_gen|char_ram~9485feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y9_N17 +dffeas \text_gen|char_ram~9485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y12_N19 +dffeas \text_gen|char_ram~2317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43349 ( +// Equation(s): +// \text_gen|char_ram~43349_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9485_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2317_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9485_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2317_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43349 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43350 ( +// Equation(s): +// \text_gen|char_ram~43350_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43349_combout & ((\text_gen|char_ram~23821_q ))) # (!\text_gen|char_ram~43349_combout & (\text_gen|char_ram~16653_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43349_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16653_q ), + .datac(\text_gen|char_ram~23821_q ), + .datad(\text_gen|char_ram~43349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43350 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~7679feeder ( +// Equation(s): +// \text_gen|char_ram~7679feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7679feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7679feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7679feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y16_N1 +dffeas \text_gen|char_ram~7679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7679feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y18_N13 +dffeas \text_gen|char_ram~22015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y16_N31 +dffeas \text_gen|char_ram~14847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y16_N17 +dffeas \text_gen|char_ram~511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43346 ( +// Equation(s): +// \text_gen|char_ram~43346_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14847_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~511_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~14847_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~511_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43346 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43347 ( +// Equation(s): +// \text_gen|char_ram~43347_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43346_combout & ((\text_gen|char_ram~22015_q ))) # (!\text_gen|char_ram~43346_combout & (\text_gen|char_ram~7679_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43346_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7679_q ), + .datac(\text_gen|char_ram~22015_q ), + .datad(\text_gen|char_ram~43346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43347 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y14_N23 +dffeas \text_gen|char_ram~9471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y18_N7 +dffeas \text_gen|char_ram~23807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y12_N31 +dffeas \text_gen|char_ram~16639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y12_N17 +dffeas \text_gen|char_ram~2303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43344 ( +// Equation(s): +// \text_gen|char_ram~43344_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16639_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2303_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16639_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2303_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43344 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43345 ( +// Equation(s): +// \text_gen|char_ram~43345_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43344_combout & ((\text_gen|char_ram~23807_q ))) # (!\text_gen|char_ram~43344_combout & (\text_gen|char_ram~9471_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43344_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9471_q ), + .datac(\text_gen|char_ram~23807_q ), + .datad(\text_gen|char_ram~43344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43345 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43348 ( +// Equation(s): +// \text_gen|char_ram~43348_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~43345_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~43347_combout )))) + + .dataa(\text_gen|char_ram~43347_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43345_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43348 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y15_N13 +dffeas \text_gen|char_ram~14861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y15_N27 +dffeas \text_gen|char_ram~22029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y11_N17 +dffeas \text_gen|char_ram~7693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y11_N11 +dffeas \text_gen|char_ram~525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43342 ( +// Equation(s): +// \text_gen|char_ram~43342_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7693_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~525_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~7693_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~525_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43342 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43343 ( +// Equation(s): +// \text_gen|char_ram~43343_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43342_combout & ((\text_gen|char_ram~22029_q ))) # (!\text_gen|char_ram~43342_combout & (\text_gen|char_ram~14861_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43342_combout )))) + + .dataa(\text_gen|char_ram~14861_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~22029_q ), + .datad(\text_gen|char_ram~43342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43343 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43351 ( +// Equation(s): +// \text_gen|char_ram~43351_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43348_combout & (\text_gen|char_ram~43350_combout )) # (!\text_gen|char_ram~43348_combout & ((\text_gen|char_ram~43343_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43348_combout )))) + + .dataa(\text_gen|char_ram~43350_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43348_combout ), + .datad(\text_gen|char_ram~43343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43351 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16646feeder ( +// Equation(s): +// \text_gen|char_ram~16646feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16646feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y9_N17 +dffeas \text_gen|char_ram~16646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16646 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y15_N27 +dffeas \text_gen|char_ram~23814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y9_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9478feeder ( +// Equation(s): +// \text_gen|char_ram~9478feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9478feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9478feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9478feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y9_N21 +dffeas \text_gen|char_ram~9478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9478feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y11_N3 +dffeas \text_gen|char_ram~2310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43359 ( +// Equation(s): +// \text_gen|char_ram~43359_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9478_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2310_q +// ))))) + + .dataa(\text_gen|char_ram~9478_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2310_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43359 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43360 ( +// Equation(s): +// \text_gen|char_ram~43360_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43359_combout & ((\text_gen|char_ram~23814_q ))) # (!\text_gen|char_ram~43359_combout & (\text_gen|char_ram~16646_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43359_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16646_q ), + .datac(\text_gen|char_ram~23814_q ), + .datad(\text_gen|char_ram~43359_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43360 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y9_N17 +dffeas \text_gen|char_ram~7672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y12_N27 +dffeas \text_gen|char_ram~22008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y19_N7 +dffeas \text_gen|char_ram~14840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y16_N31 +dffeas \text_gen|char_ram~504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~504 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43356 ( +// Equation(s): +// \text_gen|char_ram~43356_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14840_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~504_q +// ))))) + + .dataa(\text_gen|char_ram~14840_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~504_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43356 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43357 ( +// Equation(s): +// \text_gen|char_ram~43357_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43356_combout & ((\text_gen|char_ram~22008_q ))) # (!\text_gen|char_ram~43356_combout & (\text_gen|char_ram~7672_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43356_combout )))) + + .dataa(\text_gen|char_ram~7672_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22008_q ), + .datad(\text_gen|char_ram~43356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43357 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y12_N13 +dffeas \text_gen|char_ram~23800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23800 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y12_N13 +dffeas \text_gen|char_ram~16632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2296feeder ( +// Equation(s): +// \text_gen|char_ram~2296feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2296feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y12_N25 +dffeas \text_gen|char_ram~2296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y12_N15 +dffeas \text_gen|char_ram~9464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43354 ( +// Equation(s): +// \text_gen|char_ram~43354_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~9464_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2296_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~2296_q ), + .datac(\text_gen|char_ram~9464_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43354 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~43354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43355 ( +// Equation(s): +// \text_gen|char_ram~43355_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43354_combout & (\text_gen|char_ram~23800_q )) # (!\text_gen|char_ram~43354_combout & ((\text_gen|char_ram~16632_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43354_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23800_q ), + .datac(\text_gen|char_ram~16632_q ), + .datad(\text_gen|char_ram~43354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43355 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43358 ( +// Equation(s): +// \text_gen|char_ram~43358_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~43355_combout ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~43357_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43357_combout ), + .datad(\text_gen|char_ram~43355_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43358 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y15_N21 +dffeas \text_gen|char_ram~14854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y11_N27 +dffeas \text_gen|char_ram~7686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y11_N17 +dffeas \text_gen|char_ram~518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43352 ( +// Equation(s): +// \text_gen|char_ram~43352_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7686_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~518_q +// ))))) + + .dataa(\text_gen|char_ram~7686_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~518_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43352 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y15_N21 +dffeas \text_gen|char_ram~22022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43353 ( +// Equation(s): +// \text_gen|char_ram~43353_combout = (\text_gen|char_ram~43352_combout & (((\text_gen|char_ram~22022_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43352_combout & (\text_gen|char_ram~14854_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14854_q ), + .datab(\text_gen|char_ram~43352_combout ), + .datac(\text_gen|char_ram~22022_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43353 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43361 ( +// Equation(s): +// \text_gen|char_ram~43361_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43358_combout & (\text_gen|char_ram~43360_combout )) # (!\text_gen|char_ram~43358_combout & ((\text_gen|char_ram~43353_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43358_combout )))) + + .dataa(\text_gen|char_ram~43360_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43358_combout ), + .datad(\text_gen|char_ram~43353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43361 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43362 ( +// Equation(s): +// \text_gen|char_ram~43362_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~43351_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~43361_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43351_combout ), + .datad(\text_gen|char_ram~43361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43362 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43373 ( +// Equation(s): +// \text_gen|char_ram~43373_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43362_combout & (\text_gen|char_ram~43372_combout )) # (!\text_gen|char_ram~43362_combout & ((\text_gen|char_ram~43341_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43362_combout )))) + + .dataa(\text_gen|char_ram~43372_combout ), + .datab(\text_gen|char_ram~43341_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~43362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43373 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~43373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43501 ( +// Equation(s): +// \text_gen|char_ram~43501_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43458_combout & (\text_gen|char_ram~43500_combout )) # (!\text_gen|char_ram~43458_combout & ((\text_gen|char_ram~43373_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43458_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43500_combout ), + .datac(\text_gen|char_ram~43458_combout ), + .datad(\text_gen|char_ram~43373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43501 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y41_N23 +dffeas \text_gen|char_ram~8967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8967 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y38_N19 +dffeas \text_gen|char_ram~1799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43586 ( +// Equation(s): +// \text_gen|char_ram~43586_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8967_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1799_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8967_q ), + .datac(\text_gen|char_ram~1799_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43586 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y38_N9 +dffeas \text_gen|char_ram~23303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N9 +dffeas \text_gen|char_ram~16135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43587 ( +// Equation(s): +// \text_gen|char_ram~43587_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43586_combout & (\text_gen|char_ram~23303_q )) # (!\text_gen|char_ram~43586_combout & ((\text_gen|char_ram~16135_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43586_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43586_combout ), + .datac(\text_gen|char_ram~23303_q ), + .datad(\text_gen|char_ram~16135_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43587 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y39_N9 +dffeas \text_gen|char_ram~8988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y39_N7 +dffeas \text_gen|char_ram~23324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16156feeder ( +// Equation(s): +// \text_gen|char_ram~16156feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16156feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16156feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16156feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y40_N29 +dffeas \text_gen|char_ram~16156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16156feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y39_N17 +dffeas \text_gen|char_ram~1820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43588 ( +// Equation(s): +// \text_gen|char_ram~43588_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16156_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1820_q +// ))))) + + .dataa(\text_gen|char_ram~16156_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1820_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43588 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43589 ( +// Equation(s): +// \text_gen|char_ram~43589_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43588_combout & ((\text_gen|char_ram~23324_q ))) # (!\text_gen|char_ram~43588_combout & (\text_gen|char_ram~8988_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43588_combout )))) + + .dataa(\text_gen|char_ram~8988_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23324_q ), + .datad(\text_gen|char_ram~43588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43589 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y38_N15 +dffeas \text_gen|char_ram~1792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y37_N13 +dffeas \text_gen|char_ram~16128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43590 ( +// Equation(s): +// \text_gen|char_ram~43590_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~16128_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1792_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1792_q ), + .datad(\text_gen|char_ram~16128_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43590 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y38_N1 +dffeas \text_gen|char_ram~23296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8960feeder ( +// Equation(s): +// \text_gen|char_ram~8960feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8960feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8960feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8960feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y41_N27 +dffeas \text_gen|char_ram~8960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8960feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43591 ( +// Equation(s): +// \text_gen|char_ram~43591_combout = (\text_gen|char_ram~43590_combout & (((\text_gen|char_ram~23296_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43590_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8960_q )))) + + .dataa(\text_gen|char_ram~43590_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23296_q ), + .datad(\text_gen|char_ram~8960_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43591 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43592 ( +// Equation(s): +// \text_gen|char_ram~43592_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~43589_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~43591_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43589_combout ), + .datad(\text_gen|char_ram~43591_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43592 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16163feeder ( +// Equation(s): +// \text_gen|char_ram~16163feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16163feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y38_N11 +dffeas \text_gen|char_ram~16163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y38_N9 +dffeas \text_gen|char_ram~23331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y39_N13 +dffeas \text_gen|char_ram~8995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y38_N19 +dffeas \text_gen|char_ram~1827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43593 ( +// Equation(s): +// \text_gen|char_ram~43593_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8995_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~1827_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8995_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~1827_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43593 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43594 ( +// Equation(s): +// \text_gen|char_ram~43594_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43593_combout & ((\text_gen|char_ram~23331_q ))) # (!\text_gen|char_ram~43593_combout & (\text_gen|char_ram~16163_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43593_combout )))) + + .dataa(\text_gen|char_ram~16163_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23331_q ), + .datad(\text_gen|char_ram~43593_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43594 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43595 ( +// Equation(s): +// \text_gen|char_ram~43595_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43592_combout & ((\text_gen|char_ram~43594_combout ))) # (!\text_gen|char_ram~43592_combout & (\text_gen|char_ram~43587_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43592_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43587_combout ), + .datac(\text_gen|char_ram~43592_combout ), + .datad(\text_gen|char_ram~43594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43595 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~43595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19747feeder ( +// Equation(s): +// \text_gen|char_ram~19747feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19747feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19747feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19747feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y39_N31 +dffeas \text_gen|char_ram~19747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19747feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y39_N1 +dffeas \text_gen|char_ram~26915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y39_N11 +dffeas \text_gen|char_ram~12579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y39_N11 +dffeas \text_gen|char_ram~5411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43624 ( +// Equation(s): +// \text_gen|char_ram~43624_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12579_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5411_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12579_q ), + .datac(\text_gen|char_ram~5411_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43624 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43625 ( +// Equation(s): +// \text_gen|char_ram~43625_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43624_combout & ((\text_gen|char_ram~26915_q ))) # (!\text_gen|char_ram~43624_combout & (\text_gen|char_ram~19747_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43624_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19747_q ), + .datac(\text_gen|char_ram~26915_q ), + .datad(\text_gen|char_ram~43624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43625 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~26880feeder ( +// Equation(s): +// \text_gen|char_ram~26880feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26880feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26880feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26880feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y37_N15 +dffeas \text_gen|char_ram~26880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26880feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12544feeder ( +// Equation(s): +// \text_gen|char_ram~12544feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~12544feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12544feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~12544feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y37_N9 +dffeas \text_gen|char_ram~12544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12544feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y37_N15 +dffeas \text_gen|char_ram~5376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19712feeder ( +// Equation(s): +// \text_gen|char_ram~19712feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19712feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19712feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19712feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y41_N7 +dffeas \text_gen|char_ram~19712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19712feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43621 ( +// Equation(s): +// \text_gen|char_ram~43621_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~19712_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5376_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5376_q ), + .datad(\text_gen|char_ram~19712_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43621 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43622 ( +// Equation(s): +// \text_gen|char_ram~43622_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43621_combout & (\text_gen|char_ram~26880_q )) # (!\text_gen|char_ram~43621_combout & ((\text_gen|char_ram~12544_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43621_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26880_q ), + .datac(\text_gen|char_ram~12544_q ), + .datad(\text_gen|char_ram~43621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43622 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y41_N1 +dffeas \text_gen|char_ram~19740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y41_N11 +dffeas \text_gen|char_ram~5404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43619 ( +// Equation(s): +// \text_gen|char_ram~43619_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19740_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5404_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~19740_q ), + .datac(\text_gen|char_ram~5404_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43619 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y37_N19 +dffeas \text_gen|char_ram~26908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12572feeder ( +// Equation(s): +// \text_gen|char_ram~12572feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12572feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12572feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12572feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y43_N21 +dffeas \text_gen|char_ram~12572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12572feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43620 ( +// Equation(s): +// \text_gen|char_ram~43620_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43619_combout & (\text_gen|char_ram~26908_q )) # (!\text_gen|char_ram~43619_combout & ((\text_gen|char_ram~12572_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~43619_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43619_combout ), + .datac(\text_gen|char_ram~26908_q ), + .datad(\text_gen|char_ram~12572_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43620 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43623 ( +// Equation(s): +// \text_gen|char_ram~43623_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43620_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43622_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43622_combout ), + .datad(\text_gen|char_ram~43620_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43623 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19719feeder ( +// Equation(s): +// \text_gen|char_ram~19719feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19719feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y37_N15 +dffeas \text_gen|char_ram~19719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26887feeder ( +// Equation(s): +// \text_gen|char_ram~26887feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26887feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26887feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26887feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y37_N5 +dffeas \text_gen|char_ram~26887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26887feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26887 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y37_N21 +dffeas \text_gen|char_ram~5383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12551feeder ( +// Equation(s): +// \text_gen|char_ram~12551feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12551feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12551feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12551feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y41_N13 +dffeas \text_gen|char_ram~12551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12551feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43617 ( +// Equation(s): +// \text_gen|char_ram~43617_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~12551_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5383_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5383_q ), + .datad(\text_gen|char_ram~12551_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43617 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43618 ( +// Equation(s): +// \text_gen|char_ram~43618_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43617_combout & ((\text_gen|char_ram~26887_q ))) # (!\text_gen|char_ram~43617_combout & (\text_gen|char_ram~19719_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43617_combout )))) + + .dataa(\text_gen|char_ram~19719_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26887_q ), + .datad(\text_gen|char_ram~43617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43618 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43626 ( +// Equation(s): +// \text_gen|char_ram~43626_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43623_combout & (\text_gen|char_ram~43625_combout )) # (!\text_gen|char_ram~43623_combout & ((\text_gen|char_ram~43618_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43623_combout )))) + + .dataa(\text_gen|char_ram~43625_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43623_combout ), + .datad(\text_gen|char_ram~43618_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43626 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17927feeder ( +// Equation(s): +// \text_gen|char_ram~17927feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17927feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y47_N23 +dffeas \text_gen|char_ram~17927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N27 +dffeas \text_gen|char_ram~25095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10759feeder ( +// Equation(s): +// \text_gen|char_ram~10759feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10759feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y45_N3 +dffeas \text_gen|char_ram~10759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y46_N29 +dffeas \text_gen|char_ram~3591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43596 ( +// Equation(s): +// \text_gen|char_ram~43596_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10759_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3591_q +// ))))) + + .dataa(\text_gen|char_ram~10759_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3591_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43596 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43597 ( +// Equation(s): +// \text_gen|char_ram~43597_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43596_combout & ((\text_gen|char_ram~25095_q ))) # (!\text_gen|char_ram~43596_combout & (\text_gen|char_ram~17927_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43596_combout )))) + + .dataa(\text_gen|char_ram~17927_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25095_q ), + .datad(\text_gen|char_ram~43596_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43597 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y49_N21 +dffeas \text_gen|char_ram~17955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y47_N7 +dffeas \text_gen|char_ram~10787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y46_N9 +dffeas \text_gen|char_ram~3619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43603 ( +// Equation(s): +// \text_gen|char_ram~43603_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10787_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3619_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10787_q ), + .datac(\text_gen|char_ram~3619_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43603 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y46_N7 +dffeas \text_gen|char_ram~25123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43604 ( +// Equation(s): +// \text_gen|char_ram~43604_combout = (\text_gen|char_ram~43603_combout & (((\text_gen|char_ram~25123_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43603_combout & (\text_gen|char_ram~17955_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17955_q ), + .datab(\text_gen|char_ram~43603_combout ), + .datac(\text_gen|char_ram~25123_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43604 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y47_N21 +dffeas \text_gen|char_ram~10752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N15 +dffeas \text_gen|char_ram~25088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N15 +dffeas \text_gen|char_ram~17920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y49_N17 +dffeas \text_gen|char_ram~3584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43600 ( +// Equation(s): +// \text_gen|char_ram~43600_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17920_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3584_q +// ))))) + + .dataa(\text_gen|char_ram~17920_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3584_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43600 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43601 ( +// Equation(s): +// \text_gen|char_ram~43601_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43600_combout & ((\text_gen|char_ram~25088_q ))) # (!\text_gen|char_ram~43600_combout & (\text_gen|char_ram~10752_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43600_combout )))) + + .dataa(\text_gen|char_ram~10752_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25088_q ), + .datad(\text_gen|char_ram~43600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43601 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y43_N5 +dffeas \text_gen|char_ram~10780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y42_N17 +dffeas \text_gen|char_ram~25116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y42_N7 +dffeas \text_gen|char_ram~3612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y50_N3 +dffeas \text_gen|char_ram~17948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43598 ( +// Equation(s): +// \text_gen|char_ram~43598_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17948_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3612_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3612_q ), + .datad(\text_gen|char_ram~17948_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43598 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43599 ( +// Equation(s): +// \text_gen|char_ram~43599_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43598_combout & ((\text_gen|char_ram~25116_q ))) # (!\text_gen|char_ram~43598_combout & (\text_gen|char_ram~10780_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43598_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10780_q ), + .datac(\text_gen|char_ram~25116_q ), + .datad(\text_gen|char_ram~43598_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43599 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43602 ( +// Equation(s): +// \text_gen|char_ram~43602_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~43599_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~43601_combout )))) + + .dataa(\text_gen|char_ram~43601_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~43599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43602 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43605 ( +// Equation(s): +// \text_gen|char_ram~43605_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43602_combout & ((\text_gen|char_ram~43604_combout ))) # (!\text_gen|char_ram~43602_combout & (\text_gen|char_ram~43597_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43602_combout )))) + + .dataa(\text_gen|char_ram~43597_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43604_combout ), + .datad(\text_gen|char_ram~43602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43605 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~14371feeder ( +// Equation(s): +// \text_gen|char_ram~14371feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14371feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14371feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14371feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y38_N23 +dffeas \text_gen|char_ram~14371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14371feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y39_N11 +dffeas \text_gen|char_ram~21539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7203feeder ( +// Equation(s): +// \text_gen|char_ram~7203feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7203feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7203feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7203feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y43_N5 +dffeas \text_gen|char_ram~7203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7203feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y39_N21 +dffeas \text_gen|char_ram~35 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~35_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~35 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~35 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43613 ( +// Equation(s): +// \text_gen|char_ram~43613_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7203_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~35_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7203_q ), + .datac(\text_gen|char_ram~35_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43613 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43614 ( +// Equation(s): +// \text_gen|char_ram~43614_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43613_combout & ((\text_gen|char_ram~21539_q ))) # (!\text_gen|char_ram~43613_combout & (\text_gen|char_ram~14371_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43613_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~14371_q ), + .datac(\text_gen|char_ram~21539_q ), + .datad(\text_gen|char_ram~43613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43614 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y45_N11 +dffeas \text_gen|char_ram~7168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y44_N15 +dffeas \text_gen|char_ram~21504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y44_N17 +dffeas \text_gen|char_ram~0 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~0_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~0 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~0 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y37_N31 +dffeas \text_gen|char_ram~14336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43610 ( +// Equation(s): +// \text_gen|char_ram~43610_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~14336_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~0_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~0_q ), + .datad(\text_gen|char_ram~14336_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43610 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43611 ( +// Equation(s): +// \text_gen|char_ram~43611_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43610_combout & ((\text_gen|char_ram~21504_q ))) # (!\text_gen|char_ram~43610_combout & (\text_gen|char_ram~7168_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43610_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7168_q ), + .datac(\text_gen|char_ram~21504_q ), + .datad(\text_gen|char_ram~43610_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43611 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7196feeder ( +// Equation(s): +// \text_gen|char_ram~7196feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~7196feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7196feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~7196feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y43_N23 +dffeas \text_gen|char_ram~7196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7196feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y37_N17 +dffeas \text_gen|char_ram~21532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~14364feeder ( +// Equation(s): +// \text_gen|char_ram~14364feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14364feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14364feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14364feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y38_N11 +dffeas \text_gen|char_ram~14364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14364feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y37_N11 +dffeas \text_gen|char_ram~28 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43608 ( +// Equation(s): +// \text_gen|char_ram~43608_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14364_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~28_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14364_q ), + .datac(\text_gen|char_ram~28_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43608 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43609 ( +// Equation(s): +// \text_gen|char_ram~43609_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43608_combout & ((\text_gen|char_ram~21532_q ))) # (!\text_gen|char_ram~43608_combout & (\text_gen|char_ram~7196_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43608_combout )))) + + .dataa(\text_gen|char_ram~7196_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21532_q ), + .datad(\text_gen|char_ram~43608_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43609 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43612 ( +// Equation(s): +// \text_gen|char_ram~43612_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43609_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43611_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43611_combout ), + .datad(\text_gen|char_ram~43609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43612 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y43_N27 +dffeas \text_gen|char_ram~7175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y43_N1 +dffeas \text_gen|char_ram~21511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y42_N3 +dffeas \text_gen|char_ram~7 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14343feeder ( +// Equation(s): +// \text_gen|char_ram~14343feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14343feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14343feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14343feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y34_N9 +dffeas \text_gen|char_ram~14343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14343feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43606 ( +// Equation(s): +// \text_gen|char_ram~43606_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14343_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~7_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~7_q ), + .datad(\text_gen|char_ram~14343_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43606 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43607 ( +// Equation(s): +// \text_gen|char_ram~43607_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43606_combout & ((\text_gen|char_ram~21511_q ))) # (!\text_gen|char_ram~43606_combout & (\text_gen|char_ram~7175_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43606_combout )))) + + .dataa(\text_gen|char_ram~7175_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21511_q ), + .datad(\text_gen|char_ram~43606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43607 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43615 ( +// Equation(s): +// \text_gen|char_ram~43615_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43612_combout & (\text_gen|char_ram~43614_combout )) # (!\text_gen|char_ram~43612_combout & ((\text_gen|char_ram~43607_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43612_combout )))) + + .dataa(\text_gen|char_ram~43614_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43612_combout ), + .datad(\text_gen|char_ram~43607_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43615 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43616 ( +// Equation(s): +// \text_gen|char_ram~43616_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43605_combout ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((!\text_gen|Add5~8_combout & \text_gen|char_ram~43615_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43605_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43615_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43616 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43627 ( +// Equation(s): +// \text_gen|char_ram~43627_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43616_combout & ((\text_gen|char_ram~43626_combout ))) # (!\text_gen|char_ram~43616_combout & (\text_gen|char_ram~43595_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43616_combout )))) + + .dataa(\text_gen|char_ram~43595_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43626_combout ), + .datad(\text_gen|char_ram~43616_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43627 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y25_N5 +dffeas \text_gen|char_ram~19733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19733 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y44_N5 +dffeas \text_gen|char_ram~26901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26901 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12565feeder ( +// Equation(s): +// \text_gen|char_ram~12565feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12565feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12565feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12565feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y45_N15 +dffeas \text_gen|char_ram~12565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12565feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y44_N11 +dffeas \text_gen|char_ram~5397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43551 ( +// Equation(s): +// \text_gen|char_ram~43551_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12565_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5397_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12565_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5397_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43551 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43552 ( +// Equation(s): +// \text_gen|char_ram~43552_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43551_combout & ((\text_gen|char_ram~26901_q ))) # (!\text_gen|char_ram~43551_combout & (\text_gen|char_ram~19733_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43551_combout )))) + + .dataa(\text_gen|char_ram~19733_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26901_q ), + .datad(\text_gen|char_ram~43551_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43552 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y47_N19 +dffeas \text_gen|char_ram~17941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y47_N5 +dffeas \text_gen|char_ram~25109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y48_N17 +dffeas \text_gen|char_ram~10773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~3605feeder ( +// Equation(s): +// \text_gen|char_ram~3605feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3605feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3605feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3605feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y47_N15 +dffeas \text_gen|char_ram~3605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3605feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43544 ( +// Equation(s): +// \text_gen|char_ram~43544_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10773_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3605_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10773_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3605_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43544 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43545 ( +// Equation(s): +// \text_gen|char_ram~43545_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43544_combout & ((\text_gen|char_ram~25109_q ))) # (!\text_gen|char_ram~43544_combout & (\text_gen|char_ram~17941_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43544_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17941_q ), + .datac(\text_gen|char_ram~25109_q ), + .datad(\text_gen|char_ram~43544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43545 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25102feeder ( +// Equation(s): +// \text_gen|char_ram~25102feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y49_N29 +dffeas \text_gen|char_ram~25102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~17934feeder ( +// Equation(s): +// \text_gen|char_ram~17934feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y49_N15 +dffeas \text_gen|char_ram~17934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y51_N3 +dffeas \text_gen|char_ram~3598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y47_N27 +dffeas \text_gen|char_ram~10766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43548 ( +// Equation(s): +// \text_gen|char_ram~43548_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~10766_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3598_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~3598_q ), + .datac(\text_gen|char_ram~10766_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43548 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~43548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43549 ( +// Equation(s): +// \text_gen|char_ram~43549_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43548_combout & (\text_gen|char_ram~25102_q )) # (!\text_gen|char_ram~43548_combout & ((\text_gen|char_ram~17934_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43548_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25102_q ), + .datac(\text_gen|char_ram~17934_q ), + .datad(\text_gen|char_ram~43548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43549 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y37_N7 +dffeas \text_gen|char_ram~19726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19726 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y45_N7 +dffeas \text_gen|char_ram~5390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43546 ( +// Equation(s): +// \text_gen|char_ram~43546_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19726_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5390_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19726_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5390_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43546 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y45_N21 +dffeas \text_gen|char_ram~12558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12558 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y45_N5 +dffeas \text_gen|char_ram~26894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43547 ( +// Equation(s): +// \text_gen|char_ram~43547_combout = (\text_gen|char_ram~43546_combout & (((\text_gen|char_ram~26894_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43546_combout & (\text_gen|char_ram~12558_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~43546_combout ), + .datab(\text_gen|char_ram~12558_q ), + .datac(\text_gen|char_ram~26894_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43547 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43550 ( +// Equation(s): +// \text_gen|char_ram~43550_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43547_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43549_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43549_combout ), + .datad(\text_gen|char_ram~43547_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43550 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43553 ( +// Equation(s): +// \text_gen|char_ram~43553_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43550_combout & (\text_gen|char_ram~43552_combout )) # (!\text_gen|char_ram~43550_combout & ((\text_gen|char_ram~43545_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43550_combout )))) + + .dataa(\text_gen|char_ram~43552_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43545_combout ), + .datad(\text_gen|char_ram~43550_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43553 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21525feeder ( +// Equation(s): +// \text_gen|char_ram~21525feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y43_N23 +dffeas \text_gen|char_ram~21525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21525 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7189feeder ( +// Equation(s): +// \text_gen|char_ram~7189feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7189feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y48_N11 +dffeas \text_gen|char_ram~7189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21feeder ( +// Equation(s): +// \text_gen|char_ram~21feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y43_N9 +dffeas \text_gen|char_ram~21 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43564 ( +// Equation(s): +// \text_gen|char_ram~43564_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7189_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~21_q +// ))))) + + .dataa(\text_gen|char_ram~7189_q ), + .datab(\text_gen|char_ram~21_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43564 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~43564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y25_N25 +dffeas \text_gen|char_ram~14357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43565 ( +// Equation(s): +// \text_gen|char_ram~43565_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43564_combout & (\text_gen|char_ram~21525_q )) # (!\text_gen|char_ram~43564_combout & ((\text_gen|char_ram~14357_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43564_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21525_q ), + .datac(\text_gen|char_ram~43564_combout ), + .datad(\text_gen|char_ram~14357_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43565 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16149feeder ( +// Equation(s): +// \text_gen|char_ram~16149feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16149feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16149feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16149feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y44_N21 +dffeas \text_gen|char_ram~16149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16149feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16149 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y44_N11 +dffeas \text_gen|char_ram~23317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~8981feeder ( +// Equation(s): +// \text_gen|char_ram~8981feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8981feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8981feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8981feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N31 +dffeas \text_gen|char_ram~8981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8981feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y44_N29 +dffeas \text_gen|char_ram~1813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43571 ( +// Equation(s): +// \text_gen|char_ram~43571_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8981_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1813_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8981_q ), + .datac(\text_gen|char_ram~1813_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43571 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43572 ( +// Equation(s): +// \text_gen|char_ram~43572_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43571_combout & ((\text_gen|char_ram~23317_q ))) # (!\text_gen|char_ram~43571_combout & (\text_gen|char_ram~16149_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43571_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16149_q ), + .datac(\text_gen|char_ram~23317_q ), + .datad(\text_gen|char_ram~43571_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43572 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y40_N23 +dffeas \text_gen|char_ram~8974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y40_N1 +dffeas \text_gen|char_ram~23310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23310 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~16142feeder ( +// Equation(s): +// \text_gen|char_ram~16142feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16142feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16142feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16142feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N3 +dffeas \text_gen|char_ram~16142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16142feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y40_N7 +dffeas \text_gen|char_ram~1806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43566 ( +// Equation(s): +// \text_gen|char_ram~43566_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16142_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1806_q +// ))))) + + .dataa(\text_gen|char_ram~16142_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1806_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43566 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43567 ( +// Equation(s): +// \text_gen|char_ram~43567_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43566_combout & ((\text_gen|char_ram~23310_q ))) # (!\text_gen|char_ram~43566_combout & (\text_gen|char_ram~8974_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43566_combout )))) + + .dataa(\text_gen|char_ram~8974_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23310_q ), + .datad(\text_gen|char_ram~43566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43567 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y44_N13 +dffeas \text_gen|char_ram~14 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y33_N29 +dffeas \text_gen|char_ram~14350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43568 ( +// Equation(s): +// \text_gen|char_ram~43568_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14350_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~14_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~14_q ), + .datad(\text_gen|char_ram~14350_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43568 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y44_N7 +dffeas \text_gen|char_ram~21518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N3 +dffeas \text_gen|char_ram~7182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43569 ( +// Equation(s): +// \text_gen|char_ram~43569_combout = (\text_gen|char_ram~43568_combout & (((\text_gen|char_ram~21518_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43568_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7182_q )))) + + .dataa(\text_gen|char_ram~43568_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21518_q ), + .datad(\text_gen|char_ram~7182_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43569 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43570 ( +// Equation(s): +// \text_gen|char_ram~43570_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43567_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~43569_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43567_combout ), + .datad(\text_gen|char_ram~43569_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43570 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43573 ( +// Equation(s): +// \text_gen|char_ram~43573_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43570_combout & ((\text_gen|char_ram~43572_combout ))) # (!\text_gen|char_ram~43570_combout & (\text_gen|char_ram~43565_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43570_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43565_combout ), + .datac(\text_gen|char_ram~43572_combout ), + .datad(\text_gen|char_ram~43570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43573 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y39_N1 +dffeas \text_gen|char_ram~9002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55067_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y40_N1 +dffeas \text_gen|char_ram~23338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y40_N3 +dffeas \text_gen|char_ram~1834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y48_N21 +dffeas \text_gen|char_ram~16170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43556 ( +// Equation(s): +// \text_gen|char_ram~43556_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~16170_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1834_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1834_q ), + .datad(\text_gen|char_ram~16170_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43556 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43557 ( +// Equation(s): +// \text_gen|char_ram~43557_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43556_combout & ((\text_gen|char_ram~23338_q ))) # (!\text_gen|char_ram~43556_combout & (\text_gen|char_ram~9002_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43556_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9002_q ), + .datac(\text_gen|char_ram~23338_q ), + .datad(\text_gen|char_ram~43556_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43557 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y47_N21 +dffeas \text_gen|char_ram~7210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y40_N9 +dffeas \text_gen|char_ram~21546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y40_N19 +dffeas \text_gen|char_ram~42 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~42_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~42 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~42 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y41_N9 +dffeas \text_gen|char_ram~14378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14378 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43558 ( +// Equation(s): +// \text_gen|char_ram~43558_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~14378_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42_q ), + .datad(\text_gen|char_ram~14378_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43558 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43559 ( +// Equation(s): +// \text_gen|char_ram~43559_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43558_combout & ((\text_gen|char_ram~21546_q ))) # (!\text_gen|char_ram~43558_combout & (\text_gen|char_ram~7210_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43558_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7210_q ), + .datac(\text_gen|char_ram~21546_q ), + .datad(\text_gen|char_ram~43558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43559 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43560 ( +// Equation(s): +// \text_gen|char_ram~43560_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43557_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~43559_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43557_combout ), + .datad(\text_gen|char_ram~43559_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43560 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y39_N31 +dffeas \text_gen|char_ram~14385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y39_N1 +dffeas \text_gen|char_ram~21553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y44_N21 +dffeas \text_gen|char_ram~7217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y40_N19 +dffeas \text_gen|char_ram~49 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~49_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~49 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~49 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43554 ( +// Equation(s): +// \text_gen|char_ram~43554_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7217_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~49_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7217_q ), + .datac(\text_gen|char_ram~49_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43554 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43555 ( +// Equation(s): +// \text_gen|char_ram~43555_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43554_combout & ((\text_gen|char_ram~21553_q ))) # (!\text_gen|char_ram~43554_combout & (\text_gen|char_ram~14385_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43554_combout )))) + + .dataa(\text_gen|char_ram~14385_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21553_q ), + .datad(\text_gen|char_ram~43554_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43555 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y40_N11 +dffeas \text_gen|char_ram~16177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y40_N29 +dffeas \text_gen|char_ram~23345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y40_N19 +dffeas \text_gen|char_ram~1841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y40_N21 +dffeas \text_gen|char_ram~9009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43561 ( +// Equation(s): +// \text_gen|char_ram~43561_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9009_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1841_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1841_q ), + .datad(\text_gen|char_ram~9009_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43561 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43562 ( +// Equation(s): +// \text_gen|char_ram~43562_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43561_combout & ((\text_gen|char_ram~23345_q ))) # (!\text_gen|char_ram~43561_combout & (\text_gen|char_ram~16177_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43561_combout )))) + + .dataa(\text_gen|char_ram~16177_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23345_q ), + .datad(\text_gen|char_ram~43561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43562 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43563 ( +// Equation(s): +// \text_gen|char_ram~43563_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43560_combout & ((\text_gen|char_ram~43562_combout ))) # (!\text_gen|char_ram~43560_combout & (\text_gen|char_ram~43555_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~43560_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43560_combout ), + .datac(\text_gen|char_ram~43555_combout ), + .datad(\text_gen|char_ram~43562_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43563 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43574 ( +// Equation(s): +// \text_gen|char_ram~43574_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~43563_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~43573_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43573_combout ), + .datad(\text_gen|char_ram~43563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43574 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y51_N1 +dffeas \text_gen|char_ram~17969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y51_N19 +dffeas \text_gen|char_ram~25137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y51_N25 +dffeas \text_gen|char_ram~3633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y51_N1 +dffeas \text_gen|char_ram~10801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10801 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43575 ( +// Equation(s): +// \text_gen|char_ram~43575_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~10801_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~3633_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~3633_q ), + .datac(\text_gen|char_ram~10801_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43575 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~43575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43576 ( +// Equation(s): +// \text_gen|char_ram~43576_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43575_combout & ((\text_gen|char_ram~25137_q ))) # (!\text_gen|char_ram~43575_combout & (\text_gen|char_ram~17969_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43575_combout )))) + + .dataa(\text_gen|char_ram~17969_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25137_q ), + .datad(\text_gen|char_ram~43575_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43576 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y39_N1 +dffeas \text_gen|char_ram~19761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y39_N3 +dffeas \text_gen|char_ram~26929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y44_N27 +dffeas \text_gen|char_ram~12593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y32_N7 +dffeas \text_gen|char_ram~5425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5425 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43582 ( +// Equation(s): +// \text_gen|char_ram~43582_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12593_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5425_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12593_q ), + .datac(\text_gen|char_ram~5425_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43582 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43583 ( +// Equation(s): +// \text_gen|char_ram~43583_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43582_combout & ((\text_gen|char_ram~26929_q ))) # (!\text_gen|char_ram~43582_combout & (\text_gen|char_ram~19761_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43582_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19761_q ), + .datac(\text_gen|char_ram~26929_q ), + .datad(\text_gen|char_ram~43582_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43583 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y51_N27 +dffeas \text_gen|char_ram~10794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y43_N1 +dffeas \text_gen|char_ram~25130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y43_N7 +dffeas \text_gen|char_ram~3626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y50_N15 +dffeas \text_gen|char_ram~17962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17962 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43579 ( +// Equation(s): +// \text_gen|char_ram~43579_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17962_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3626_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3626_q ), + .datad(\text_gen|char_ram~17962_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43579 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43580 ( +// Equation(s): +// \text_gen|char_ram~43580_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43579_combout & ((\text_gen|char_ram~25130_q ))) # (!\text_gen|char_ram~43579_combout & (\text_gen|char_ram~10794_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43579_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10794_q ), + .datac(\text_gen|char_ram~25130_q ), + .datad(\text_gen|char_ram~43579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43580 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y40_N3 +dffeas \text_gen|char_ram~12586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y40_N1 +dffeas \text_gen|char_ram~26922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y40_N7 +dffeas \text_gen|char_ram~5418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y41_N19 +dffeas \text_gen|char_ram~19754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43577 ( +// Equation(s): +// \text_gen|char_ram~43577_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~19754_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5418_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5418_q ), + .datad(\text_gen|char_ram~19754_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43577 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43578 ( +// Equation(s): +// \text_gen|char_ram~43578_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43577_combout & ((\text_gen|char_ram~26922_q ))) # (!\text_gen|char_ram~43577_combout & (\text_gen|char_ram~12586_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43577_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12586_q ), + .datac(\text_gen|char_ram~26922_q ), + .datad(\text_gen|char_ram~43577_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43578 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43581 ( +// Equation(s): +// \text_gen|char_ram~43581_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43578_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43580_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43580_combout ), + .datad(\text_gen|char_ram~43578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43581 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43584 ( +// Equation(s): +// \text_gen|char_ram~43584_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43581_combout & ((\text_gen|char_ram~43583_combout ))) # (!\text_gen|char_ram~43581_combout & (\text_gen|char_ram~43576_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43581_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43576_combout ), + .datac(\text_gen|char_ram~43583_combout ), + .datad(\text_gen|char_ram~43581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43584 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43585 ( +// Equation(s): +// \text_gen|char_ram~43585_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43574_combout & ((\text_gen|char_ram~43584_combout ))) # (!\text_gen|char_ram~43574_combout & (\text_gen|char_ram~43553_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43574_combout )))) + + .dataa(\text_gen|char_ram~43553_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43574_combout ), + .datad(\text_gen|char_ram~43584_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43585 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~43585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43628 ( +// Equation(s): +// \text_gen|char_ram~43628_combout = (\vga_c|h_cnt [5] & (((\text_gen|char_ram~43585_combout ) # (\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~43627_combout & ((!\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~43627_combout ), + .datab(\text_gen|char_ram~43585_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~43628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43628 .lut_mask = 16'hF0CA; +defparam \text_gen|char_ram~43628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y48_N29 +dffeas \text_gen|char_ram~12649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N3 +dffeas \text_gen|char_ram~5481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43667 ( +// Equation(s): +// \text_gen|char_ram~43667_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12649_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5481_q +// ))))) + + .dataa(\text_gen|char_ram~12649_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5481_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43667 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y44_N5 +dffeas \text_gen|char_ram~26985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19817feeder ( +// Equation(s): +// \text_gen|char_ram~19817feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19817feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19817feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19817feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y44_N17 +dffeas \text_gen|char_ram~19817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19817feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43668 ( +// Equation(s): +// \text_gen|char_ram~43668_combout = (\text_gen|char_ram~43667_combout & (((\text_gen|char_ram~26985_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~43667_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19817_q )))) + + .dataa(\text_gen|char_ram~43667_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26985_q ), + .datad(\text_gen|char_ram~19817_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43668 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y46_N9 +dffeas \text_gen|char_ram~12621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y44_N9 +dffeas \text_gen|char_ram~26957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~19789feeder ( +// Equation(s): +// \text_gen|char_ram~19789feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y26_N1 +dffeas \text_gen|char_ram~19789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y47_N17 +dffeas \text_gen|char_ram~5453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5453 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43660 ( +// Equation(s): +// \text_gen|char_ram~43660_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19789_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5453_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19789_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5453_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43660 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43661 ( +// Equation(s): +// \text_gen|char_ram~43661_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43660_combout & ((\text_gen|char_ram~26957_q ))) # (!\text_gen|char_ram~43660_combout & (\text_gen|char_ram~12621_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43660_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12621_q ), + .datac(\text_gen|char_ram~26957_q ), + .datad(\text_gen|char_ram~43660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43661 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y48_N19 +dffeas \text_gen|char_ram~18025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y49_N31 +dffeas \text_gen|char_ram~3689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10857feeder ( +// Equation(s): +// \text_gen|char_ram~10857feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y51_N15 +dffeas \text_gen|char_ram~10857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43662 ( +// Equation(s): +// \text_gen|char_ram~43662_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~10857_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3689_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3689_q ), + .datad(\text_gen|char_ram~10857_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43662 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y48_N17 +dffeas \text_gen|char_ram~25193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25193 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43663 ( +// Equation(s): +// \text_gen|char_ram~43663_combout = (\text_gen|char_ram~43662_combout & (((\text_gen|char_ram~25193_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43662_combout & (\text_gen|char_ram~18025_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18025_q ), + .datab(\text_gen|char_ram~43662_combout ), + .datac(\text_gen|char_ram~25193_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43663 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y50_N21 +dffeas \text_gen|char_ram~10829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y44_N11 +dffeas \text_gen|char_ram~25165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y47_N7 +dffeas \text_gen|char_ram~3661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y42_N1 +dffeas \text_gen|char_ram~17997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43664 ( +// Equation(s): +// \text_gen|char_ram~43664_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17997_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3661_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3661_q ), + .datad(\text_gen|char_ram~17997_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43664 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43665 ( +// Equation(s): +// \text_gen|char_ram~43665_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43664_combout & ((\text_gen|char_ram~25165_q ))) # (!\text_gen|char_ram~43664_combout & (\text_gen|char_ram~10829_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43664_combout )))) + + .dataa(\text_gen|char_ram~10829_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25165_q ), + .datad(\text_gen|char_ram~43664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43665 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43666 ( +// Equation(s): +// \text_gen|char_ram~43666_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~43663_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~43665_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43663_combout ), + .datad(\text_gen|char_ram~43665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43666 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43669 ( +// Equation(s): +// \text_gen|char_ram~43669_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43666_combout & (\text_gen|char_ram~43668_combout )) # (!\text_gen|char_ram~43666_combout & ((\text_gen|char_ram~43661_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43666_combout )))) + + .dataa(\text_gen|char_ram~43668_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43661_combout ), + .datad(\text_gen|char_ram~43666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43669 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y48_N3 +dffeas \text_gen|char_ram~12614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y45_N25 +dffeas \text_gen|char_ram~26950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y44_N11 +dffeas \text_gen|char_ram~19782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5446feeder ( +// Equation(s): +// \text_gen|char_ram~5446feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5446feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5446feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5446feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y45_N29 +dffeas \text_gen|char_ram~5446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5446feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43629 ( +// Equation(s): +// \text_gen|char_ram~43629_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19782_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5446_q +// ))))) + + .dataa(\text_gen|char_ram~19782_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~5446_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43629 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~43629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43630 ( +// Equation(s): +// \text_gen|char_ram~43630_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43629_combout & ((\text_gen|char_ram~26950_q ))) # (!\text_gen|char_ram~43629_combout & (\text_gen|char_ram~12614_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43629_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12614_q ), + .datac(\text_gen|char_ram~26950_q ), + .datad(\text_gen|char_ram~43629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43630 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y48_N31 +dffeas \text_gen|char_ram~12642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y44_N5 +dffeas \text_gen|char_ram~5474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5474 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43636 ( +// Equation(s): +// \text_gen|char_ram~43636_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12642_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5474_q +// ))))) + + .dataa(\text_gen|char_ram~12642_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5474_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43636 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y29_N29 +dffeas \text_gen|char_ram~26978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y45_N31 +dffeas \text_gen|char_ram~19810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43637 ( +// Equation(s): +// \text_gen|char_ram~43637_combout = (\text_gen|char_ram~43636_combout & (((\text_gen|char_ram~26978_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~43636_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19810_q )))) + + .dataa(\text_gen|char_ram~43636_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26978_q ), + .datad(\text_gen|char_ram~19810_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43637 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y50_N17 +dffeas \text_gen|char_ram~10822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y50_N19 +dffeas \text_gen|char_ram~25158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y49_N15 +dffeas \text_gen|char_ram~17990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y49_N1 +dffeas \text_gen|char_ram~3654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43633 ( +// Equation(s): +// \text_gen|char_ram~43633_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17990_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3654_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17990_q ), + .datac(\text_gen|char_ram~3654_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43633 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43634 ( +// Equation(s): +// \text_gen|char_ram~43634_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43633_combout & ((\text_gen|char_ram~25158_q ))) # (!\text_gen|char_ram~43633_combout & (\text_gen|char_ram~10822_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43633_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10822_q ), + .datac(\text_gen|char_ram~25158_q ), + .datad(\text_gen|char_ram~43633_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43634 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y35_N3 +dffeas \text_gen|char_ram~25186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10850feeder ( +// Equation(s): +// \text_gen|char_ram~10850feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10850feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10850feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10850feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y51_N21 +dffeas \text_gen|char_ram~10850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10850feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N21 +dffeas \text_gen|char_ram~3682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43631 ( +// Equation(s): +// \text_gen|char_ram~43631_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10850_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3682_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~10850_q ), + .datac(\text_gen|char_ram~3682_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43631 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y42_N1 +dffeas \text_gen|char_ram~18018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43632 ( +// Equation(s): +// \text_gen|char_ram~43632_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43631_combout & (\text_gen|char_ram~25186_q )) # (!\text_gen|char_ram~43631_combout & ((\text_gen|char_ram~18018_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43631_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25186_q ), + .datac(\text_gen|char_ram~43631_combout ), + .datad(\text_gen|char_ram~18018_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43632 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43635 ( +// Equation(s): +// \text_gen|char_ram~43635_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~43632_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~43634_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43634_combout ), + .datad(\text_gen|char_ram~43632_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43635 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43638 ( +// Equation(s): +// \text_gen|char_ram~43638_combout = (\text_gen|char_ram~43635_combout & (((\text_gen|char_ram~43637_combout ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~43635_combout & (\text_gen|char_ram~43630_combout & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~43630_combout ), + .datab(\text_gen|char_ram~43637_combout ), + .datac(\text_gen|char_ram~43635_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43638 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~43638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y37_N19 +dffeas \text_gen|char_ram~1862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16198feeder ( +// Equation(s): +// \text_gen|char_ram~16198feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16198feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16198feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16198feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y37_N17 +dffeas \text_gen|char_ram~16198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16198feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43649 ( +// Equation(s): +// \text_gen|char_ram~43649_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~16198_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1862_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1862_q ), + .datad(\text_gen|char_ram~16198_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43649 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y36_N25 +dffeas \text_gen|char_ram~23366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9030feeder ( +// Equation(s): +// \text_gen|char_ram~9030feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9030feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9030feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9030feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y41_N29 +dffeas \text_gen|char_ram~9030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9030feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43650 ( +// Equation(s): +// \text_gen|char_ram~43650_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43649_combout & (\text_gen|char_ram~23366_q )) # (!\text_gen|char_ram~43649_combout & ((\text_gen|char_ram~9030_q ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~43649_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43649_combout ), + .datac(\text_gen|char_ram~23366_q ), + .datad(\text_gen|char_ram~9030_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43650 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y39_N15 +dffeas \text_gen|char_ram~16226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y39_N17 +dffeas \text_gen|char_ram~23394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y39_N31 +dffeas \text_gen|char_ram~9058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9058 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y37_N5 +dffeas \text_gen|char_ram~1890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1890 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43656 ( +// Equation(s): +// \text_gen|char_ram~43656_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9058_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1890_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9058_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1890_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43656 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43657 ( +// Equation(s): +// \text_gen|char_ram~43657_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43656_combout & ((\text_gen|char_ram~23394_q ))) # (!\text_gen|char_ram~43656_combout & (\text_gen|char_ram~16226_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43656_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16226_q ), + .datac(\text_gen|char_ram~23394_q ), + .datad(\text_gen|char_ram~43656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43657 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7238feeder ( +// Equation(s): +// \text_gen|char_ram~7238feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7238feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7238feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7238feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y46_N31 +dffeas \text_gen|char_ram~7238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7238feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y44_N3 +dffeas \text_gen|char_ram~21574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~14406feeder ( +// Equation(s): +// \text_gen|char_ram~14406feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14406feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14406feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14406feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y37_N15 +dffeas \text_gen|char_ram~14406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14406feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y38_N7 +dffeas \text_gen|char_ram~70 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~70_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~70 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~70 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43653 ( +// Equation(s): +// \text_gen|char_ram~43653_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14406_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~70_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~14406_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~70_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43653 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~43653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43654 ( +// Equation(s): +// \text_gen|char_ram~43654_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43653_combout & ((\text_gen|char_ram~21574_q ))) # (!\text_gen|char_ram~43653_combout & (\text_gen|char_ram~7238_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43653_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7238_q ), + .datac(\text_gen|char_ram~21574_q ), + .datad(\text_gen|char_ram~43653_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43654 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y45_N1 +dffeas \text_gen|char_ram~14434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y44_N29 +dffeas \text_gen|char_ram~21602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y36_N3 +dffeas \text_gen|char_ram~98 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~98_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~98 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~98 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y36_N13 +dffeas \text_gen|char_ram~7266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43651 ( +// Equation(s): +// \text_gen|char_ram~43651_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7266_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~98_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~98_q ), + .datad(\text_gen|char_ram~7266_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43651 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43652 ( +// Equation(s): +// \text_gen|char_ram~43652_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43651_combout & ((\text_gen|char_ram~21602_q ))) # (!\text_gen|char_ram~43651_combout & (\text_gen|char_ram~14434_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43651_combout )))) + + .dataa(\text_gen|char_ram~14434_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21602_q ), + .datad(\text_gen|char_ram~43651_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43652 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43655 ( +// Equation(s): +// \text_gen|char_ram~43655_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~43652_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~43654_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~43654_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~43652_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43655 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~43655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43658 ( +// Equation(s): +// \text_gen|char_ram~43658_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43655_combout & ((\text_gen|char_ram~43657_combout ))) # (!\text_gen|char_ram~43655_combout & (\text_gen|char_ram~43650_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43655_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43650_combout ), + .datac(\text_gen|char_ram~43657_combout ), + .datad(\text_gen|char_ram~43655_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43658 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y38_N29 +dffeas \text_gen|char_ram~1897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9065feeder ( +// Equation(s): +// \text_gen|char_ram~9065feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y41_N27 +dffeas \text_gen|char_ram~9065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43646 ( +// Equation(s): +// \text_gen|char_ram~43646_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9065_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1897_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1897_q ), + .datad(\text_gen|char_ram~9065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43646 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y38_N31 +dffeas \text_gen|char_ram~23401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16233feeder ( +// Equation(s): +// \text_gen|char_ram~16233feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y22_N11 +dffeas \text_gen|char_ram~16233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43647 ( +// Equation(s): +// \text_gen|char_ram~43647_combout = (\text_gen|char_ram~43646_combout & (((\text_gen|char_ram~23401_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~43646_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16233_q )))) + + .dataa(\text_gen|char_ram~43646_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~23401_q ), + .datad(\text_gen|char_ram~16233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43647 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N17 +dffeas \text_gen|char_ram~9037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N21 +dffeas \text_gen|char_ram~23373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23373 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y42_N3 +dffeas \text_gen|char_ram~1869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16205feeder ( +// Equation(s): +// \text_gen|char_ram~16205feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16205feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y24_N7 +dffeas \text_gen|char_ram~16205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43639 ( +// Equation(s): +// \text_gen|char_ram~43639_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~16205_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1869_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1869_q ), + .datad(\text_gen|char_ram~16205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43639 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43640 ( +// Equation(s): +// \text_gen|char_ram~43640_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43639_combout & ((\text_gen|char_ram~23373_q ))) # (!\text_gen|char_ram~43639_combout & (\text_gen|char_ram~9037_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43639_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9037_q ), + .datac(\text_gen|char_ram~23373_q ), + .datad(\text_gen|char_ram~43639_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43640 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y49_N19 +dffeas \text_gen|char_ram~7273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y42_N13 +dffeas \text_gen|char_ram~105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~105 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43641 ( +// Equation(s): +// \text_gen|char_ram~43641_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~7273_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~105_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7273_q ), + .datac(\text_gen|char_ram~105_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43641 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y42_N7 +dffeas \text_gen|char_ram~21609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y7_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14441feeder ( +// Equation(s): +// \text_gen|char_ram~14441feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14441feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14441feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14441feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y7_N29 +dffeas \text_gen|char_ram~14441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14441feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43642 ( +// Equation(s): +// \text_gen|char_ram~43642_combout = (\text_gen|char_ram~43641_combout & (((\text_gen|char_ram~21609_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~43641_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~14441_q )))) + + .dataa(\text_gen|char_ram~43641_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21609_q ), + .datad(\text_gen|char_ram~14441_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43642 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~7245feeder ( +// Equation(s): +// \text_gen|char_ram~7245feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7245feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7245feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7245feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y49_N13 +dffeas \text_gen|char_ram~7245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7245feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N31 +dffeas \text_gen|char_ram~21581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y46_N21 +dffeas \text_gen|char_ram~77 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~77_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~77 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~77 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N21 +dffeas \text_gen|char_ram~14413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43643 ( +// Equation(s): +// \text_gen|char_ram~43643_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14413_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~77_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~77_q ), + .datad(\text_gen|char_ram~14413_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43643 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43644 ( +// Equation(s): +// \text_gen|char_ram~43644_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43643_combout & ((\text_gen|char_ram~21581_q ))) # (!\text_gen|char_ram~43643_combout & (\text_gen|char_ram~7245_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43643_combout )))) + + .dataa(\text_gen|char_ram~7245_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21581_q ), + .datad(\text_gen|char_ram~43643_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43644 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43645 ( +// Equation(s): +// \text_gen|char_ram~43645_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~43642_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~43644_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43642_combout ), + .datad(\text_gen|char_ram~43644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43645 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43648 ( +// Equation(s): +// \text_gen|char_ram~43648_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43645_combout & (\text_gen|char_ram~43647_combout )) # (!\text_gen|char_ram~43645_combout & ((\text_gen|char_ram~43640_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43645_combout )))) + + .dataa(\text_gen|char_ram~43647_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43640_combout ), + .datad(\text_gen|char_ram~43645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43648 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43659 ( +// Equation(s): +// \text_gen|char_ram~43659_combout = (\vga_c|h_cnt [4] & (((\text_gen|char_ram~43648_combout ) # (\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43658_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43658_combout ), + .datac(\text_gen|char_ram~43648_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43659 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~43659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43670 ( +// Equation(s): +// \text_gen|char_ram~43670_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43659_combout & (\text_gen|char_ram~43669_combout )) # (!\text_gen|char_ram~43659_combout & ((\text_gen|char_ram~43638_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43659_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43669_combout ), + .datac(\text_gen|char_ram~43638_combout ), + .datad(\text_gen|char_ram~43659_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43670 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7224feeder ( +// Equation(s): +// \text_gen|char_ram~7224feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7224feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7224feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7224feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N15 +dffeas \text_gen|char_ram~7224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7224feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y43_N13 +dffeas \text_gen|char_ram~21560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y42_N11 +dffeas \text_gen|char_ram~56 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~56_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~56 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~56 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y33_N17 +dffeas \text_gen|char_ram~14392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43526 ( +// Equation(s): +// \text_gen|char_ram~43526_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~14392_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~56_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~56_q ), + .datad(\text_gen|char_ram~14392_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43526 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43527 ( +// Equation(s): +// \text_gen|char_ram~43527_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43526_combout & ((\text_gen|char_ram~21560_q ))) # (!\text_gen|char_ram~43526_combout & (\text_gen|char_ram~7224_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43526_combout )))) + + .dataa(\text_gen|char_ram~7224_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~21560_q ), + .datad(\text_gen|char_ram~43526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43527 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y50_N11 +dffeas \text_gen|char_ram~25144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y43_N11 +dffeas \text_gen|char_ram~17976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y49_N1 +dffeas \text_gen|char_ram~3640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y47_N21 +dffeas \text_gen|char_ram~10808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10808 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43524 ( +// Equation(s): +// \text_gen|char_ram~43524_combout = (\text_gen|Add5~12_combout & (((\text_gen|char_ram~10808_q ) # (\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3640_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~3640_q ), + .datac(\text_gen|char_ram~10808_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43524 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~43524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43525 ( +// Equation(s): +// \text_gen|char_ram~43525_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43524_combout & (\text_gen|char_ram~25144_q )) # (!\text_gen|char_ram~43524_combout & ((\text_gen|char_ram~17976_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43524_combout )))) + + .dataa(\text_gen|char_ram~25144_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17976_q ), + .datad(\text_gen|char_ram~43524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43525 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43528 ( +// Equation(s): +// \text_gen|char_ram~43528_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~43525_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~43527_combout )))) + + .dataa(\text_gen|char_ram~43527_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~43525_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43528 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y42_N25 +dffeas \text_gen|char_ram~63 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~63_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~63 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~63 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7231feeder ( +// Equation(s): +// \text_gen|char_ram~7231feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7231feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N21 +dffeas \text_gen|char_ram~7231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43522 ( +// Equation(s): +// \text_gen|char_ram~43522_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~7231_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~63_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~63_q ), + .datad(\text_gen|char_ram~7231_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43522 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y43_N17 +dffeas \text_gen|char_ram~21567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y43_N7 +dffeas \text_gen|char_ram~14399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14399 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43523 ( +// Equation(s): +// \text_gen|char_ram~43523_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43522_combout & (\text_gen|char_ram~21567_q )) # (!\text_gen|char_ram~43522_combout & ((\text_gen|char_ram~14399_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43522_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43522_combout ), + .datac(\text_gen|char_ram~21567_q ), + .datad(\text_gen|char_ram~14399_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43523 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17983feeder ( +// Equation(s): +// \text_gen|char_ram~17983feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17983feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17983feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17983feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y47_N21 +dffeas \text_gen|char_ram~17983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17983feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y47_N3 +dffeas \text_gen|char_ram~25151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10815feeder ( +// Equation(s): +// \text_gen|char_ram~10815feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10815feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y45_N3 +dffeas \text_gen|char_ram~10815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y47_N9 +dffeas \text_gen|char_ram~3647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43529 ( +// Equation(s): +// \text_gen|char_ram~43529_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10815_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3647_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10815_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3647_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43529 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43530 ( +// Equation(s): +// \text_gen|char_ram~43530_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43529_combout & ((\text_gen|char_ram~25151_q ))) # (!\text_gen|char_ram~43529_combout & (\text_gen|char_ram~17983_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43529_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17983_q ), + .datac(\text_gen|char_ram~25151_q ), + .datad(\text_gen|char_ram~43529_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43530 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43531 ( +// Equation(s): +// \text_gen|char_ram~43531_combout = (\text_gen|char_ram~43528_combout & (((\text_gen|char_ram~43530_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~43528_combout & (\vga_c|h_cnt [4] & (\text_gen|char_ram~43523_combout ))) + + .dataa(\text_gen|char_ram~43528_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43523_combout ), + .datad(\text_gen|char_ram~43530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43531 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~43531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~10836feeder ( +// Equation(s): +// \text_gen|char_ram~10836feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10836feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10836feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10836feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N3 +dffeas \text_gen|char_ram~10836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10836feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N9 +dffeas \text_gen|char_ram~25172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55240_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~18004feeder ( +// Equation(s): +// \text_gen|char_ram~18004feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18004feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18004feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18004feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y50_N5 +dffeas \text_gen|char_ram~18004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18004feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y47_N19 +dffeas \text_gen|char_ram~3668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43514 ( +// Equation(s): +// \text_gen|char_ram~43514_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18004_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3668_q +// ))))) + + .dataa(\text_gen|char_ram~18004_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3668_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43514 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43515 ( +// Equation(s): +// \text_gen|char_ram~43515_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43514_combout & ((\text_gen|char_ram~25172_q ))) # (!\text_gen|char_ram~43514_combout & (\text_gen|char_ram~10836_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43514_combout )))) + + .dataa(\text_gen|char_ram~10836_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25172_q ), + .datad(\text_gen|char_ram~43514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43515 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7252feeder ( +// Equation(s): +// \text_gen|char_ram~7252feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7252feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7252feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7252feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N21 +dffeas \text_gen|char_ram~7252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7252feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N5 +dffeas \text_gen|char_ram~21588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y39_N27 +dffeas \text_gen|char_ram~84 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~84_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~84 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~84 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y33_N13 +dffeas \text_gen|char_ram~14420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43516 ( +// Equation(s): +// \text_gen|char_ram~43516_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~14420_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~84_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~84_q ), + .datad(\text_gen|char_ram~14420_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43516 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43517 ( +// Equation(s): +// \text_gen|char_ram~43517_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43516_combout & ((\text_gen|char_ram~21588_q ))) # (!\text_gen|char_ram~43516_combout & (\text_gen|char_ram~7252_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43516_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7252_q ), + .datac(\text_gen|char_ram~21588_q ), + .datad(\text_gen|char_ram~43516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43517 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43518 ( +// Equation(s): +// \text_gen|char_ram~43518_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~43515_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~43517_combout ))))) + + .dataa(\text_gen|char_ram~43515_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~43517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43518 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~43518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y47_N7 +dffeas \text_gen|char_ram~18011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y47_N5 +dffeas \text_gen|char_ram~25179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y43_N1 +dffeas \text_gen|char_ram~10843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y45_N27 +dffeas \text_gen|char_ram~3675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43519 ( +// Equation(s): +// \text_gen|char_ram~43519_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10843_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3675_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10843_q ), + .datac(\text_gen|char_ram~3675_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43519 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43520 ( +// Equation(s): +// \text_gen|char_ram~43520_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43519_combout & ((\text_gen|char_ram~25179_q ))) # (!\text_gen|char_ram~43519_combout & (\text_gen|char_ram~18011_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43519_combout )))) + + .dataa(\text_gen|char_ram~18011_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~25179_q ), + .datad(\text_gen|char_ram~43519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43520 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y46_N25 +dffeas \text_gen|char_ram~14427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y14_N11 +dffeas \text_gen|char_ram~21595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y14_N13 +dffeas \text_gen|char_ram~91 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~91_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~91 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~91 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7259feeder ( +// Equation(s): +// \text_gen|char_ram~7259feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7259feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7259feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7259feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y43_N17 +dffeas \text_gen|char_ram~7259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7259feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43512 ( +// Equation(s): +// \text_gen|char_ram~43512_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~7259_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~91_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~91_q ), + .datad(\text_gen|char_ram~7259_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43512 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43513 ( +// Equation(s): +// \text_gen|char_ram~43513_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43512_combout & ((\text_gen|char_ram~21595_q ))) # (!\text_gen|char_ram~43512_combout & (\text_gen|char_ram~14427_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43512_combout )))) + + .dataa(\text_gen|char_ram~14427_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21595_q ), + .datad(\text_gen|char_ram~43512_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43513 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43521 ( +// Equation(s): +// \text_gen|char_ram~43521_combout = (\text_gen|char_ram~43518_combout & (((\text_gen|char_ram~43520_combout )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~43518_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43513_combout )))) + + .dataa(\text_gen|char_ram~43518_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43520_combout ), + .datad(\text_gen|char_ram~43513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43521 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43532 ( +// Equation(s): +// \text_gen|char_ram~43532_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~43521_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~43531_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43531_combout ), + .datad(\text_gen|char_ram~43521_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43532 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y35_N21 +dffeas \text_gen|char_ram~9044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9044 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y35_N23 +dffeas \text_gen|char_ram~23380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N23 +dffeas \text_gen|char_ram~1876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y35_N13 +dffeas \text_gen|char_ram~16212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43537 ( +// Equation(s): +// \text_gen|char_ram~43537_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~16212_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1876_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1876_q ), + .datad(\text_gen|char_ram~16212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43537 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43538 ( +// Equation(s): +// \text_gen|char_ram~43538_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43537_combout & ((\text_gen|char_ram~23380_q ))) # (!\text_gen|char_ram~43537_combout & (\text_gen|char_ram~9044_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43537_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9044_q ), + .datac(\text_gen|char_ram~23380_q ), + .datad(\text_gen|char_ram~43537_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43538 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y41_N15 +dffeas \text_gen|char_ram~26964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~12628feeder ( +// Equation(s): +// \text_gen|char_ram~12628feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12628feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12628feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12628feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y43_N19 +dffeas \text_gen|char_ram~12628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12628feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y41_N17 +dffeas \text_gen|char_ram~5460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5460 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19796feeder ( +// Equation(s): +// \text_gen|char_ram~19796feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y41_N5 +dffeas \text_gen|char_ram~19796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43535 ( +// Equation(s): +// \text_gen|char_ram~43535_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~19796_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~5460_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5460_q ), + .datad(\text_gen|char_ram~19796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43535 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43536 ( +// Equation(s): +// \text_gen|char_ram~43536_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43535_combout & (\text_gen|char_ram~26964_q )) # (!\text_gen|char_ram~43535_combout & ((\text_gen|char_ram~12628_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43535_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26964_q ), + .datac(\text_gen|char_ram~12628_q ), + .datad(\text_gen|char_ram~43535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43536 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43539 ( +// Equation(s): +// \text_gen|char_ram~43539_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~43536_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~43538_combout )))) + + .dataa(\text_gen|char_ram~43538_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~43536_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43539 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y41_N1 +dffeas \text_gen|char_ram~19803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y43_N11 +dffeas \text_gen|char_ram~26971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y43_N5 +dffeas \text_gen|char_ram~12635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y43_N25 +dffeas \text_gen|char_ram~5467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43540 ( +// Equation(s): +// \text_gen|char_ram~43540_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12635_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5467_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12635_q ), + .datac(\text_gen|char_ram~5467_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43540 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43541 ( +// Equation(s): +// \text_gen|char_ram~43541_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43540_combout & ((\text_gen|char_ram~26971_q ))) # (!\text_gen|char_ram~43540_combout & (\text_gen|char_ram~19803_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43540_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19803_q ), + .datac(\text_gen|char_ram~26971_q ), + .datad(\text_gen|char_ram~43540_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43541 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y38_N17 +dffeas \text_gen|char_ram~16219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16219 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y42_N23 +dffeas \text_gen|char_ram~23387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y39_N9 +dffeas \text_gen|char_ram~9051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N5 +dffeas \text_gen|char_ram~1883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43533 ( +// Equation(s): +// \text_gen|char_ram~43533_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9051_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1883_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9051_q ), + .datac(\text_gen|char_ram~1883_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43533 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43534 ( +// Equation(s): +// \text_gen|char_ram~43534_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43533_combout & ((\text_gen|char_ram~23387_q ))) # (!\text_gen|char_ram~43533_combout & (\text_gen|char_ram~16219_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43533_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16219_q ), + .datac(\text_gen|char_ram~23387_q ), + .datad(\text_gen|char_ram~43533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43534 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43542 ( +// Equation(s): +// \text_gen|char_ram~43542_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43539_combout & (\text_gen|char_ram~43541_combout )) # (!\text_gen|char_ram~43539_combout & ((\text_gen|char_ram~43534_combout ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~43539_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43539_combout ), + .datac(\text_gen|char_ram~43541_combout ), + .datad(\text_gen|char_ram~43534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43542 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9016feeder ( +// Equation(s): +// \text_gen|char_ram~9016feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9016feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9016feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9016feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y41_N25 +dffeas \text_gen|char_ram~9016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9016feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y41_N25 +dffeas \text_gen|char_ram~23352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23352 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y38_N23 +dffeas \text_gen|char_ram~1848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y37_N15 +dffeas \text_gen|char_ram~16184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43506 ( +// Equation(s): +// \text_gen|char_ram~43506_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~16184_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1848_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1848_q ), + .datad(\text_gen|char_ram~16184_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43506 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43507 ( +// Equation(s): +// \text_gen|char_ram~43507_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43506_combout & ((\text_gen|char_ram~23352_q ))) # (!\text_gen|char_ram~43506_combout & (\text_gen|char_ram~9016_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43506_combout )))) + + .dataa(\text_gen|char_ram~9016_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23352_q ), + .datad(\text_gen|char_ram~43506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43507 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y45_N27 +dffeas \text_gen|char_ram~12600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y43_N3 +dffeas \text_gen|char_ram~26936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y41_N17 +dffeas \text_gen|char_ram~19768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y41_N31 +dffeas \text_gen|char_ram~5432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5432 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43504 ( +// Equation(s): +// \text_gen|char_ram~43504_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~19768_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~5432_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19768_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~5432_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43504 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43505 ( +// Equation(s): +// \text_gen|char_ram~43505_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43504_combout & ((\text_gen|char_ram~26936_q ))) # (!\text_gen|char_ram~43504_combout & (\text_gen|char_ram~12600_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43504_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12600_q ), + .datac(\text_gen|char_ram~26936_q ), + .datad(\text_gen|char_ram~43504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43505 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43508 ( +// Equation(s): +// \text_gen|char_ram~43508_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~43505_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~43507_combout )))) + + .dataa(\text_gen|char_ram~43507_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~43505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43508 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y38_N9 +dffeas \text_gen|char_ram~1855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y41_N5 +dffeas \text_gen|char_ram~9023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43502 ( +// Equation(s): +// \text_gen|char_ram~43502_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9023_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~1855_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1855_q ), + .datad(\text_gen|char_ram~9023_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43502 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y40_N23 +dffeas \text_gen|char_ram~23359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16191feeder ( +// Equation(s): +// \text_gen|char_ram~16191feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16191feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16191feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16191feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y22_N5 +dffeas \text_gen|char_ram~16191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16191feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43503 ( +// Equation(s): +// \text_gen|char_ram~43503_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43502_combout & (\text_gen|char_ram~23359_q )) # (!\text_gen|char_ram~43502_combout & ((\text_gen|char_ram~16191_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43502_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43502_combout ), + .datac(\text_gen|char_ram~23359_q ), + .datad(\text_gen|char_ram~16191_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43503 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19775feeder ( +// Equation(s): +// \text_gen|char_ram~19775feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19775feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19775feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19775feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y42_N9 +dffeas \text_gen|char_ram~19775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19775feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y45_N21 +dffeas \text_gen|char_ram~26943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y38_N25 +dffeas \text_gen|char_ram~5439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y45_N25 +dffeas \text_gen|char_ram~12607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43509 ( +// Equation(s): +// \text_gen|char_ram~43509_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~12607_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5439_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5439_q ), + .datad(\text_gen|char_ram~12607_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43509 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43510 ( +// Equation(s): +// \text_gen|char_ram~43510_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43509_combout & ((\text_gen|char_ram~26943_q ))) # (!\text_gen|char_ram~43509_combout & (\text_gen|char_ram~19775_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43509_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19775_q ), + .datac(\text_gen|char_ram~26943_q ), + .datad(\text_gen|char_ram~43509_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43510 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43511 ( +// Equation(s): +// \text_gen|char_ram~43511_combout = (\text_gen|char_ram~43508_combout & (((\text_gen|char_ram~43510_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~43508_combout & (\text_gen|char_ram~43503_combout & (\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~43508_combout ), + .datab(\text_gen|char_ram~43503_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~43510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43511 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~43511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43543 ( +// Equation(s): +// \text_gen|char_ram~43543_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43532_combout & (\text_gen|char_ram~43542_combout )) # (!\text_gen|char_ram~43532_combout & ((\text_gen|char_ram~43511_combout ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~43532_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43532_combout ), + .datac(\text_gen|char_ram~43542_combout ), + .datad(\text_gen|char_ram~43511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43543 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43671 ( +// Equation(s): +// \text_gen|char_ram~43671_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43628_combout & (\text_gen|char_ram~43670_combout )) # (!\text_gen|char_ram~43628_combout & ((\text_gen|char_ram~43543_combout ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~43628_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43628_combout ), + .datac(\text_gen|char_ram~43670_combout ), + .datad(\text_gen|char_ram~43543_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43671 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43672 ( +// Equation(s): +// \text_gen|char_ram~43672_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43501_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~43671_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~43501_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43671_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43672 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y54_N13 +dffeas \text_gen|char_ram~8113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N29 +dffeas \text_gen|char_ram~22449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22449 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y54_N3 +dffeas \text_gen|char_ram~945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15281feeder ( +// Equation(s): +// \text_gen|char_ram~15281feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15281feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15281feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15281feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y32_N25 +dffeas \text_gen|char_ram~15281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15281feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43197 ( +// Equation(s): +// \text_gen|char_ram~43197_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~15281_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~945_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~945_q ), + .datad(\text_gen|char_ram~15281_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43197 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43198 ( +// Equation(s): +// \text_gen|char_ram~43198_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43197_combout & ((\text_gen|char_ram~22449_q ))) # (!\text_gen|char_ram~43197_combout & (\text_gen|char_ram~8113_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43197_combout )))) + + .dataa(\text_gen|char_ram~8113_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22449_q ), + .datad(\text_gen|char_ram~43197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43198 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15337feeder ( +// Equation(s): +// \text_gen|char_ram~15337feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15337feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15337feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15337feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y44_N11 +dffeas \text_gen|char_ram~15337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15337feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y62_N25 +dffeas \text_gen|char_ram~22505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8169feeder ( +// Equation(s): +// \text_gen|char_ram~8169feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8169feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8169feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8169feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y62_N25 +dffeas \text_gen|char_ram~8169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8169feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y62_N3 +dffeas \text_gen|char_ram~1001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1001 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43195 ( +// Equation(s): +// \text_gen|char_ram~43195_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8169_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1001_q +// ))))) + + .dataa(\text_gen|char_ram~8169_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1001_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43195 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y62_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43196 ( +// Equation(s): +// \text_gen|char_ram~43196_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43195_combout & ((\text_gen|char_ram~22505_q ))) # (!\text_gen|char_ram~43195_combout & (\text_gen|char_ram~15337_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43195_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15337_q ), + .datac(\text_gen|char_ram~22505_q ), + .datad(\text_gen|char_ram~43195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43196 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43199 ( +// Equation(s): +// \text_gen|char_ram~43199_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~43196_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43198_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43198_combout ), + .datad(\text_gen|char_ram~43196_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43199 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y64_N21 +dffeas \text_gen|char_ram~18921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y58_N15 +dffeas \text_gen|char_ram~26089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11753feeder ( +// Equation(s): +// \text_gen|char_ram~11753feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y62_N11 +dffeas \text_gen|char_ram~11753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y58_N21 +dffeas \text_gen|char_ram~4585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4585 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43200 ( +// Equation(s): +// \text_gen|char_ram~43200_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11753_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4585_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11753_q ), + .datac(\text_gen|char_ram~4585_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43200 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43201 ( +// Equation(s): +// \text_gen|char_ram~43201_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43200_combout & ((\text_gen|char_ram~26089_q ))) # (!\text_gen|char_ram~43200_combout & (\text_gen|char_ram~18921_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43200_combout )))) + + .dataa(\text_gen|char_ram~18921_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26089_q ), + .datad(\text_gen|char_ram~43200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43201 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y58_N3 +dffeas \text_gen|char_ram~11697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11697 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~26033feeder ( +// Equation(s): +// \text_gen|char_ram~26033feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y58_N11 +dffeas \text_gen|char_ram~26033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y58_N21 +dffeas \text_gen|char_ram~4529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y58_N29 +dffeas \text_gen|char_ram~18865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43193 ( +// Equation(s): +// \text_gen|char_ram~43193_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18865_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~4529_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4529_q ), + .datad(\text_gen|char_ram~18865_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43193 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43194 ( +// Equation(s): +// \text_gen|char_ram~43194_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43193_combout & ((\text_gen|char_ram~26033_q ))) # (!\text_gen|char_ram~43193_combout & (\text_gen|char_ram~11697_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43193_combout )))) + + .dataa(\text_gen|char_ram~11697_q ), + .datab(\text_gen|char_ram~26033_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43193_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43194 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~43194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43202 ( +// Equation(s): +// \text_gen|char_ram~43202_combout = (\text_gen|char_ram~43199_combout & (((\text_gen|char_ram~43201_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~43199_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43194_combout )))) + + .dataa(\text_gen|char_ram~43199_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43201_combout ), + .datad(\text_gen|char_ram~43194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43202 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18893feeder ( +// Equation(s): +// \text_gen|char_ram~18893feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y61_N13 +dffeas \text_gen|char_ram~18893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y61_N13 +dffeas \text_gen|char_ram~26061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y61_N31 +dffeas \text_gen|char_ram~11725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y61_N15 +dffeas \text_gen|char_ram~4557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43169 ( +// Equation(s): +// \text_gen|char_ram~43169_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11725_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4557_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11725_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4557_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43169 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43170 ( +// Equation(s): +// \text_gen|char_ram~43170_combout = (\text_gen|char_ram~43169_combout & (((\text_gen|char_ram~26061_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43169_combout & (\text_gen|char_ram~18893_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18893_q ), + .datab(\text_gen|char_ram~26061_q ), + .datac(\text_gen|char_ram~43169_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43170 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~43170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11669feeder ( +// Equation(s): +// \text_gen|char_ram~11669feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11669feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11669feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11669feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y59_N15 +dffeas \text_gen|char_ram~11669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11669feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y55_N3 +dffeas \text_gen|char_ram~18837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y55_N21 +dffeas \text_gen|char_ram~4501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43164 ( +// Equation(s): +// \text_gen|char_ram~43164_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18837_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4501_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18837_q ), + .datac(\text_gen|char_ram~4501_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43164 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y55_N27 +dffeas \text_gen|char_ram~26005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43165 ( +// Equation(s): +// \text_gen|char_ram~43165_combout = (\text_gen|char_ram~43164_combout & (((\text_gen|char_ram~26005_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43164_combout & (\text_gen|char_ram~11669_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11669_q ), + .datab(\text_gen|char_ram~43164_combout ), + .datac(\text_gen|char_ram~26005_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43165 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8085feeder ( +// Equation(s): +// \text_gen|char_ram~8085feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y59_N17 +dffeas \text_gen|char_ram~8085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N9 +dffeas \text_gen|char_ram~22421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y52_N9 +dffeas \text_gen|char_ram~15253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y52_N19 +dffeas \text_gen|char_ram~917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43166 ( +// Equation(s): +// \text_gen|char_ram~43166_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15253_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~917_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15253_q ), + .datac(\text_gen|char_ram~917_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43166 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43167 ( +// Equation(s): +// \text_gen|char_ram~43167_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43166_combout & ((\text_gen|char_ram~22421_q ))) # (!\text_gen|char_ram~43166_combout & (\text_gen|char_ram~8085_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43166_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8085_q ), + .datac(\text_gen|char_ram~22421_q ), + .datad(\text_gen|char_ram~43166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43167 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43168 ( +// Equation(s): +// \text_gen|char_ram~43168_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~43165_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~43167_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43165_combout ), + .datad(\text_gen|char_ram~43167_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43168 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22477feeder ( +// Equation(s): +// \text_gen|char_ram~22477feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22477feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22477feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22477feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y61_N17 +dffeas \text_gen|char_ram~22477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22477feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y61_N11 +dffeas \text_gen|char_ram~15309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~8141feeder ( +// Equation(s): +// \text_gen|char_ram~8141feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y61_N13 +dffeas \text_gen|char_ram~8141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N17 +dffeas \text_gen|char_ram~973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43162 ( +// Equation(s): +// \text_gen|char_ram~43162_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8141_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~973_q +// ))))) + + .dataa(\text_gen|char_ram~8141_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~973_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43162 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y61_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43163 ( +// Equation(s): +// \text_gen|char_ram~43163_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43162_combout & (\text_gen|char_ram~22477_q )) # (!\text_gen|char_ram~43162_combout & ((\text_gen|char_ram~15309_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43162_combout )))) + + .dataa(\text_gen|char_ram~22477_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~15309_q ), + .datad(\text_gen|char_ram~43162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43163 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43171 ( +// Equation(s): +// \text_gen|char_ram~43171_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43168_combout & (\text_gen|char_ram~43170_combout )) # (!\text_gen|char_ram~43168_combout & ((\text_gen|char_ram~43163_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43168_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43170_combout ), + .datac(\text_gen|char_ram~43168_combout ), + .datad(\text_gen|char_ram~43163_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43171 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18886feeder ( +// Equation(s): +// \text_gen|char_ram~18886feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y59_N9 +dffeas \text_gen|char_ram~18886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y59_N3 +dffeas \text_gen|char_ram~26054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y59_N15 +dffeas \text_gen|char_ram~11718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y59_N13 +dffeas \text_gen|char_ram~4550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43189 ( +// Equation(s): +// \text_gen|char_ram~43189_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11718_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4550_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~11718_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4550_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43189 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43190 ( +// Equation(s): +// \text_gen|char_ram~43190_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43189_combout & ((\text_gen|char_ram~26054_q ))) # (!\text_gen|char_ram~43189_combout & (\text_gen|char_ram~18886_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43189_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18886_q ), + .datac(\text_gen|char_ram~26054_q ), + .datad(\text_gen|char_ram~43189_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43190 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8134feeder ( +// Equation(s): +// \text_gen|char_ram~8134feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8134feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8134feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8134feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y54_N17 +dffeas \text_gen|char_ram~8134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8134feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y58_N13 +dffeas \text_gen|char_ram~966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~966 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43182 ( +// Equation(s): +// \text_gen|char_ram~43182_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8134_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~966_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8134_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~966_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43182 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y57_N27 +dffeas \text_gen|char_ram~15302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y57_N15 +dffeas \text_gen|char_ram~22470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22470 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43183 ( +// Equation(s): +// \text_gen|char_ram~43183_combout = (\text_gen|char_ram~43182_combout & (((\text_gen|char_ram~22470_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43182_combout & (\text_gen|char_ram~15302_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~43182_combout ), + .datab(\text_gen|char_ram~15302_q ), + .datac(\text_gen|char_ram~22470_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43183 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y54_N3 +dffeas \text_gen|char_ram~15246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N31 +dffeas \text_gen|char_ram~910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43186 ( +// Equation(s): +// \text_gen|char_ram~43186_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15246_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~910_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15246_q ), + .datac(\text_gen|char_ram~910_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43186 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y53_N5 +dffeas \text_gen|char_ram~22414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y57_N21 +dffeas \text_gen|char_ram~8078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43187 ( +// Equation(s): +// \text_gen|char_ram~43187_combout = (\text_gen|char_ram~43186_combout & (((\text_gen|char_ram~22414_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43186_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8078_q )))) + + .dataa(\text_gen|char_ram~43186_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22414_q ), + .datad(\text_gen|char_ram~8078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43187 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y59_N23 +dffeas \text_gen|char_ram~11662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y55_N17 +dffeas \text_gen|char_ram~25998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25998 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y55_N11 +dffeas \text_gen|char_ram~4494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y54_N5 +dffeas \text_gen|char_ram~18830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43184 ( +// Equation(s): +// \text_gen|char_ram~43184_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18830_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4494_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4494_q ), + .datad(\text_gen|char_ram~18830_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43184 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43185 ( +// Equation(s): +// \text_gen|char_ram~43185_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43184_combout & ((\text_gen|char_ram~25998_q ))) # (!\text_gen|char_ram~43184_combout & (\text_gen|char_ram~11662_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43184_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11662_q ), + .datac(\text_gen|char_ram~25998_q ), + .datad(\text_gen|char_ram~43184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43185 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43188 ( +// Equation(s): +// \text_gen|char_ram~43188_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~43185_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~43187_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43187_combout ), + .datad(\text_gen|char_ram~43185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43188 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43191 ( +// Equation(s): +// \text_gen|char_ram~43191_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43188_combout & (\text_gen|char_ram~43190_combout )) # (!\text_gen|char_ram~43188_combout & ((\text_gen|char_ram~43183_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43188_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43190_combout ), + .datac(\text_gen|char_ram~43183_combout ), + .datad(\text_gen|char_ram~43188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43191 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N31 +dffeas \text_gen|char_ram~18914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y61_N15 +dffeas \text_gen|char_ram~11746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4578feeder ( +// Equation(s): +// \text_gen|char_ram~4578feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4578feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y58_N3 +dffeas \text_gen|char_ram~4578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4578 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43179 ( +// Equation(s): +// \text_gen|char_ram~43179_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11746_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4578_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11746_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~4578_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43179 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~43179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y58_N21 +dffeas \text_gen|char_ram~26082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43180 ( +// Equation(s): +// \text_gen|char_ram~43180_combout = (\text_gen|char_ram~43179_combout & (((\text_gen|char_ram~26082_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43179_combout & (\text_gen|char_ram~18914_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18914_q ), + .datab(\text_gen|char_ram~43179_combout ), + .datac(\text_gen|char_ram~26082_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43180 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y54_N19 +dffeas \text_gen|char_ram~8106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y54_N1 +dffeas \text_gen|char_ram~22442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y54_N15 +dffeas \text_gen|char_ram~15274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y54_N5 +dffeas \text_gen|char_ram~938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~938 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43176 ( +// Equation(s): +// \text_gen|char_ram~43176_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15274_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~938_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15274_q ), + .datac(\text_gen|char_ram~938_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43176 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43177 ( +// Equation(s): +// \text_gen|char_ram~43177_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43176_combout & ((\text_gen|char_ram~22442_q ))) # (!\text_gen|char_ram~43176_combout & (\text_gen|char_ram~8106_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43176_combout )))) + + .dataa(\text_gen|char_ram~8106_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22442_q ), + .datad(\text_gen|char_ram~43176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43177 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15330feeder ( +// Equation(s): +// \text_gen|char_ram~15330feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15330feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15330feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15330feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y58_N1 +dffeas \text_gen|char_ram~15330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15330feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y60_N1 +dffeas \text_gen|char_ram~22498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~994feeder ( +// Equation(s): +// \text_gen|char_ram~994feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~994feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~994feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~994feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y60_N31 +dffeas \text_gen|char_ram~994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~994feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~994 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y60_N13 +dffeas \text_gen|char_ram~8162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43174 ( +// Equation(s): +// \text_gen|char_ram~43174_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~8162_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~994_q +// )))) + + .dataa(\text_gen|char_ram~994_q ), + .datab(\text_gen|char_ram~8162_q ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43174 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~43174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43175 ( +// Equation(s): +// \text_gen|char_ram~43175_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43174_combout & ((\text_gen|char_ram~22498_q ))) # (!\text_gen|char_ram~43174_combout & (\text_gen|char_ram~15330_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43174_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15330_q ), + .datac(\text_gen|char_ram~22498_q ), + .datad(\text_gen|char_ram~43174_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43175 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43178 ( +// Equation(s): +// \text_gen|char_ram~43178_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~43175_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43177_combout )))) + + .dataa(\text_gen|char_ram~43177_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~43175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43178 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y58_N13 +dffeas \text_gen|char_ram~11690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y58_N23 +dffeas \text_gen|char_ram~26026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y58_N11 +dffeas \text_gen|char_ram~18858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18858 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y58_N29 +dffeas \text_gen|char_ram~4522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43172 ( +// Equation(s): +// \text_gen|char_ram~43172_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18858_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4522_q +// ))))) + + .dataa(\text_gen|char_ram~18858_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4522_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43172 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43173 ( +// Equation(s): +// \text_gen|char_ram~43173_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43172_combout & ((\text_gen|char_ram~26026_q ))) # (!\text_gen|char_ram~43172_combout & (\text_gen|char_ram~11690_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43172_combout )))) + + .dataa(\text_gen|char_ram~11690_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26026_q ), + .datad(\text_gen|char_ram~43172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43173 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43181 ( +// Equation(s): +// \text_gen|char_ram~43181_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43178_combout & (\text_gen|char_ram~43180_combout )) # (!\text_gen|char_ram~43178_combout & ((\text_gen|char_ram~43173_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43178_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43180_combout ), + .datac(\text_gen|char_ram~43178_combout ), + .datad(\text_gen|char_ram~43173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43181 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43192 ( +// Equation(s): +// \text_gen|char_ram~43192_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~43181_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~43191_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43191_combout ), + .datad(\text_gen|char_ram~43181_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43192 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43203 ( +// Equation(s): +// \text_gen|char_ram~43203_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43192_combout & (\text_gen|char_ram~43202_combout )) # (!\text_gen|char_ram~43192_combout & ((\text_gen|char_ram~43171_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43192_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43202_combout ), + .datac(\text_gen|char_ram~43171_combout ), + .datad(\text_gen|char_ram~43192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43203 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y51_N1 +dffeas \text_gen|char_ram~13489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y51_N7 +dffeas \text_gen|char_ram~27825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27825 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20657feeder ( +// Equation(s): +// \text_gen|char_ram~20657feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20657feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20657feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20657feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N31 +dffeas \text_gen|char_ram~20657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20657feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y51_N25 +dffeas \text_gen|char_ram~6321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43320 ( +// Equation(s): +// \text_gen|char_ram~43320_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20657_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6321_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20657_q ), + .datac(\text_gen|char_ram~6321_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43320 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43321 ( +// Equation(s): +// \text_gen|char_ram~43321_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43320_combout & ((\text_gen|char_ram~27825_q ))) # (!\text_gen|char_ram~43320_combout & (\text_gen|char_ram~13489_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43320_combout )))) + + .dataa(\text_gen|char_ram~13489_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27825_q ), + .datad(\text_gen|char_ram~43320_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43321 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y61_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20713feeder ( +// Equation(s): +// \text_gen|char_ram~20713feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y61_N1 +dffeas \text_gen|char_ram~20713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20713 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y62_N19 +dffeas \text_gen|char_ram~27881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13545feeder ( +// Equation(s): +// \text_gen|char_ram~13545feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13545feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13545feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13545feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y61_N29 +dffeas \text_gen|char_ram~13545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13545feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y62_N29 +dffeas \text_gen|char_ram~6377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y62_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43327 ( +// Equation(s): +// \text_gen|char_ram~43327_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13545_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6377_q +// ))))) + + .dataa(\text_gen|char_ram~13545_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6377_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43327 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y62_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43328 ( +// Equation(s): +// \text_gen|char_ram~43328_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43327_combout & ((\text_gen|char_ram~27881_q ))) # (!\text_gen|char_ram~43327_combout & (\text_gen|char_ram~20713_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43327_combout )))) + + .dataa(\text_gen|char_ram~20713_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27881_q ), + .datad(\text_gen|char_ram~43327_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43328 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y60_N27 +dffeas \text_gen|char_ram~9905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9905 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y58_N31 +dffeas \text_gen|char_ram~24241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24241 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y58_N25 +dffeas \text_gen|char_ram~2737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~17073feeder ( +// Equation(s): +// \text_gen|char_ram~17073feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17073feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17073feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17073feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N7 +dffeas \text_gen|char_ram~17073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17073feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17073 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43324 ( +// Equation(s): +// \text_gen|char_ram~43324_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~17073_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2737_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2737_q ), + .datad(\text_gen|char_ram~17073_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43324 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43325 ( +// Equation(s): +// \text_gen|char_ram~43325_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43324_combout & ((\text_gen|char_ram~24241_q ))) # (!\text_gen|char_ram~43324_combout & (\text_gen|char_ram~9905_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43324_combout )))) + + .dataa(\text_gen|char_ram~9905_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24241_q ), + .datad(\text_gen|char_ram~43324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43325 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y61_N31 +dffeas \text_gen|char_ram~17129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y61_N21 +dffeas \text_gen|char_ram~24297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9961feeder ( +// Equation(s): +// \text_gen|char_ram~9961feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9961feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9961feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9961feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y57_N5 +dffeas \text_gen|char_ram~9961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9961feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y57_N23 +dffeas \text_gen|char_ram~2793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2793 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43322 ( +// Equation(s): +// \text_gen|char_ram~43322_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9961_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2793_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9961_q ), + .datac(\text_gen|char_ram~2793_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43322 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43323 ( +// Equation(s): +// \text_gen|char_ram~43323_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43322_combout & ((\text_gen|char_ram~24297_q ))) # (!\text_gen|char_ram~43322_combout & (\text_gen|char_ram~17129_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43322_combout )))) + + .dataa(\text_gen|char_ram~17129_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24297_q ), + .datad(\text_gen|char_ram~43322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43323 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43326 ( +// Equation(s): +// \text_gen|char_ram~43326_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~43323_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~43325_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43325_combout ), + .datad(\text_gen|char_ram~43323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43326 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43329 ( +// Equation(s): +// \text_gen|char_ram~43329_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43326_combout & ((\text_gen|char_ram~43328_combout ))) # (!\text_gen|char_ram~43326_combout & (\text_gen|char_ram~43321_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43326_combout )))) + + .dataa(\text_gen|char_ram~43321_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43328_combout ), + .datad(\text_gen|char_ram~43326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43329 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y60_N23 +dffeas \text_gen|char_ram~17122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y60_N17 +dffeas \text_gen|char_ram~9954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y60_N5 +dffeas \text_gen|char_ram~2786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2786 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43291 ( +// Equation(s): +// \text_gen|char_ram~43291_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~9954_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~2786_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~9954_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2786_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43291 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y60_N31 +dffeas \text_gen|char_ram~24290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43292 ( +// Equation(s): +// \text_gen|char_ram~43292_combout = (\text_gen|char_ram~43291_combout & (((\text_gen|char_ram~24290_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43291_combout & (\text_gen|char_ram~17122_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17122_q ), + .datab(\text_gen|char_ram~43291_combout ), + .datac(\text_gen|char_ram~24290_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43292 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~9898feeder ( +// Equation(s): +// \text_gen|char_ram~9898feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y56_N15 +dffeas \text_gen|char_ram~9898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y56_N21 +dffeas \text_gen|char_ram~24234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y56_N19 +dffeas \text_gen|char_ram~2730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y56_N13 +dffeas \text_gen|char_ram~17066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43293 ( +// Equation(s): +// \text_gen|char_ram~43293_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~17066_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2730_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2730_q ), + .datad(\text_gen|char_ram~17066_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43293 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43294 ( +// Equation(s): +// \text_gen|char_ram~43294_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43293_combout & ((\text_gen|char_ram~24234_q ))) # (!\text_gen|char_ram~43293_combout & (\text_gen|char_ram~9898_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43293_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9898_q ), + .datac(\text_gen|char_ram~24234_q ), + .datad(\text_gen|char_ram~43293_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43294 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43295 ( +// Equation(s): +// \text_gen|char_ram~43295_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43292_combout ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~43294_combout & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43292_combout ), + .datac(\text_gen|char_ram~43294_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43295 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y60_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20706feeder ( +// Equation(s): +// \text_gen|char_ram~20706feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y60_N17 +dffeas \text_gen|char_ram~20706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20706 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27874feeder ( +// Equation(s): +// \text_gen|char_ram~27874feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y60_N7 +dffeas \text_gen|char_ram~27874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y64_N19 +dffeas \text_gen|char_ram~13538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y64_N29 +dffeas \text_gen|char_ram~6370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43296 ( +// Equation(s): +// \text_gen|char_ram~43296_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13538_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6370_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~13538_q ), + .datac(\text_gen|char_ram~6370_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43296 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y60_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43297 ( +// Equation(s): +// \text_gen|char_ram~43297_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43296_combout & ((\text_gen|char_ram~27874_q ))) # (!\text_gen|char_ram~43296_combout & (\text_gen|char_ram~20706_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43296_combout )))) + + .dataa(\text_gen|char_ram~20706_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27874_q ), + .datad(\text_gen|char_ram~43296_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43297 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y55_N5 +dffeas \text_gen|char_ram~20650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y55_N15 +dffeas \text_gen|char_ram~6314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6314 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43289 ( +// Equation(s): +// \text_gen|char_ram~43289_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20650_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6314_q +// ))))) + + .dataa(\text_gen|char_ram~20650_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6314_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43289 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y55_N7 +dffeas \text_gen|char_ram~13482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y55_N21 +dffeas \text_gen|char_ram~27818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43290 ( +// Equation(s): +// \text_gen|char_ram~43290_combout = (\text_gen|char_ram~43289_combout & (((\text_gen|char_ram~27818_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43289_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~13482_q ))) + + .dataa(\text_gen|char_ram~43289_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13482_q ), + .datad(\text_gen|char_ram~27818_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43290 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~43290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43298 ( +// Equation(s): +// \text_gen|char_ram~43298_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43295_combout & (\text_gen|char_ram~43297_combout )) # (!\text_gen|char_ram~43295_combout & ((\text_gen|char_ram~43290_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~43295_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43295_combout ), + .datac(\text_gen|char_ram~43297_combout ), + .datad(\text_gen|char_ram~43290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43298 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~17101feeder ( +// Equation(s): +// \text_gen|char_ram~17101feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y24_N1 +dffeas \text_gen|char_ram~17101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y61_N13 +dffeas \text_gen|char_ram~24269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y61_N3 +dffeas \text_gen|char_ram~2765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9933feeder ( +// Equation(s): +// \text_gen|char_ram~9933feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9933feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9933feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9933feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y61_N29 +dffeas \text_gen|char_ram~9933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9933feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43299 ( +// Equation(s): +// \text_gen|char_ram~43299_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9933_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~2765_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2765_q ), + .datad(\text_gen|char_ram~9933_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43299 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43300 ( +// Equation(s): +// \text_gen|char_ram~43300_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43299_combout & ((\text_gen|char_ram~24269_q ))) # (!\text_gen|char_ram~43299_combout & (\text_gen|char_ram~17101_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43299_combout )))) + + .dataa(\text_gen|char_ram~17101_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24269_q ), + .datad(\text_gen|char_ram~43299_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43300 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20685feeder ( +// Equation(s): +// \text_gen|char_ram~20685feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20685feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20685feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20685feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y61_N3 +dffeas \text_gen|char_ram~20685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20685feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y61_N11 +dffeas \text_gen|char_ram~27853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y61_N27 +dffeas \text_gen|char_ram~13517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y61_N27 +dffeas \text_gen|char_ram~6349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43306 ( +// Equation(s): +// \text_gen|char_ram~43306_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13517_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6349_q +// ))))) + + .dataa(\text_gen|char_ram~13517_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6349_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43306 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43307 ( +// Equation(s): +// \text_gen|char_ram~43307_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43306_combout & ((\text_gen|char_ram~27853_q ))) # (!\text_gen|char_ram~43306_combout & (\text_gen|char_ram~20685_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43306_combout )))) + + .dataa(\text_gen|char_ram~20685_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27853_q ), + .datad(\text_gen|char_ram~43306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43307 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13461feeder ( +// Equation(s): +// \text_gen|char_ram~13461feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13461feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N7 +dffeas \text_gen|char_ram~13461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y52_N19 +dffeas \text_gen|char_ram~27797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27797 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~20629feeder ( +// Equation(s): +// \text_gen|char_ram~20629feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20629feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N19 +dffeas \text_gen|char_ram~20629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6293feeder ( +// Equation(s): +// \text_gen|char_ram~6293feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y52_N21 +dffeas \text_gen|char_ram~6293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6293 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43301 ( +// Equation(s): +// \text_gen|char_ram~43301_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20629_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~6293_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20629_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~6293_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43301 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43302 ( +// Equation(s): +// \text_gen|char_ram~43302_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43301_combout & ((\text_gen|char_ram~27797_q ))) # (!\text_gen|char_ram~43301_combout & (\text_gen|char_ram~13461_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43301_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13461_q ), + .datac(\text_gen|char_ram~27797_q ), + .datad(\text_gen|char_ram~43301_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43302 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y56_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9877feeder ( +// Equation(s): +// \text_gen|char_ram~9877feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y56_N13 +dffeas \text_gen|char_ram~9877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y56_N7 +dffeas \text_gen|char_ram~24213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y55_N19 +dffeas \text_gen|char_ram~17045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y56_N29 +dffeas \text_gen|char_ram~2709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43303 ( +// Equation(s): +// \text_gen|char_ram~43303_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17045_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2709_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17045_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2709_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43303 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43304 ( +// Equation(s): +// \text_gen|char_ram~43304_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43303_combout & ((\text_gen|char_ram~24213_q ))) # (!\text_gen|char_ram~43303_combout & (\text_gen|char_ram~9877_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43303_combout )))) + + .dataa(\text_gen|char_ram~9877_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24213_q ), + .datad(\text_gen|char_ram~43303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43304 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43305 ( +// Equation(s): +// \text_gen|char_ram~43305_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~43302_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~43304_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43302_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~43304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43305 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~43305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43308 ( +// Equation(s): +// \text_gen|char_ram~43308_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43305_combout & ((\text_gen|char_ram~43307_combout ))) # (!\text_gen|char_ram~43305_combout & (\text_gen|char_ram~43300_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43305_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43300_combout ), + .datac(\text_gen|char_ram~43307_combout ), + .datad(\text_gen|char_ram~43305_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43308 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y55_N13 +dffeas \text_gen|char_ram~20622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y55_N7 +dffeas \text_gen|char_ram~6286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43311 ( +// Equation(s): +// \text_gen|char_ram~43311_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20622_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6286_q +// ))))) + + .dataa(\text_gen|char_ram~20622_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6286_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43311 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y53_N15 +dffeas \text_gen|char_ram~27790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27790 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y57_N25 +dffeas \text_gen|char_ram~13454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43312 ( +// Equation(s): +// \text_gen|char_ram~43312_combout = (\text_gen|char_ram~43311_combout & (((\text_gen|char_ram~27790_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43311_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13454_q )))) + + .dataa(\text_gen|char_ram~43311_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27790_q ), + .datad(\text_gen|char_ram~13454_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43312 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~9870feeder ( +// Equation(s): +// \text_gen|char_ram~9870feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N19 +dffeas \text_gen|char_ram~9870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y53_N19 +dffeas \text_gen|char_ram~24206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y55_N1 +dffeas \text_gen|char_ram~17038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y56_N31 +dffeas \text_gen|char_ram~2702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2702 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43313 ( +// Equation(s): +// \text_gen|char_ram~43313_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17038_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2702_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17038_q ), + .datac(\text_gen|char_ram~2702_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43313 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43314 ( +// Equation(s): +// \text_gen|char_ram~43314_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43313_combout & ((\text_gen|char_ram~24206_q ))) # (!\text_gen|char_ram~43313_combout & (\text_gen|char_ram~9870_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43313_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9870_q ), + .datac(\text_gen|char_ram~24206_q ), + .datad(\text_gen|char_ram~43313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43314 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43315 ( +// Equation(s): +// \text_gen|char_ram~43315_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~43312_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~43314_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43312_combout ), + .datad(\text_gen|char_ram~43314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43315 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y54_N3 +dffeas \text_gen|char_ram~17094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17094 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y31_N15 +dffeas \text_gen|char_ram~24262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y64_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9926feeder ( +// Equation(s): +// \text_gen|char_ram~9926feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9926feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9926feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9926feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y64_N5 +dffeas \text_gen|char_ram~9926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9926feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y61_N3 +dffeas \text_gen|char_ram~2758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43309 ( +// Equation(s): +// \text_gen|char_ram~43309_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9926_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2758_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9926_q ), + .datac(\text_gen|char_ram~2758_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43309 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43310 ( +// Equation(s): +// \text_gen|char_ram~43310_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43309_combout & ((\text_gen|char_ram~24262_q ))) # (!\text_gen|char_ram~43309_combout & (\text_gen|char_ram~17094_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43309_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17094_q ), + .datac(\text_gen|char_ram~24262_q ), + .datad(\text_gen|char_ram~43309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43310 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20678feeder ( +// Equation(s): +// \text_gen|char_ram~20678feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20678feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y57_N29 +dffeas \text_gen|char_ram~20678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y57_N1 +dffeas \text_gen|char_ram~6342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13510feeder ( +// Equation(s): +// \text_gen|char_ram~13510feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13510feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13510feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13510feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y61_N21 +dffeas \text_gen|char_ram~13510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13510feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43316 ( +// Equation(s): +// \text_gen|char_ram~43316_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13510_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6342_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6342_q ), + .datad(\text_gen|char_ram~13510_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43316 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y57_N5 +dffeas \text_gen|char_ram~27846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43317 ( +// Equation(s): +// \text_gen|char_ram~43317_combout = (\text_gen|char_ram~43316_combout & (((\text_gen|char_ram~27846_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43316_combout & (\text_gen|char_ram~20678_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20678_q ), + .datab(\text_gen|char_ram~43316_combout ), + .datac(\text_gen|char_ram~27846_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43317 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43318 ( +// Equation(s): +// \text_gen|char_ram~43318_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43315_combout & ((\text_gen|char_ram~43317_combout ))) # (!\text_gen|char_ram~43315_combout & (\text_gen|char_ram~43310_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~43315_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43315_combout ), + .datac(\text_gen|char_ram~43310_combout ), + .datad(\text_gen|char_ram~43317_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43318 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43319 ( +// Equation(s): +// \text_gen|char_ram~43319_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~43308_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~43318_combout ))))) + + .dataa(\text_gen|char_ram~43308_combout ), + .datab(\text_gen|char_ram~43318_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~43319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43319 .lut_mask = 16'hFA0C; +defparam \text_gen|char_ram~43319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43330 ( +// Equation(s): +// \text_gen|char_ram~43330_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43319_combout & (\text_gen|char_ram~43329_combout )) # (!\text_gen|char_ram~43319_combout & ((\text_gen|char_ram~43298_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43319_combout )))) + + .dataa(\text_gen|char_ram~43329_combout ), + .datab(\text_gen|char_ram~43298_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~43319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43330 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~43330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y66_N13 +dffeas \text_gen|char_ram~18907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y66_N1 +dffeas \text_gen|char_ram~11739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y66_N29 +dffeas \text_gen|char_ram~4571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y66_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43284 ( +// Equation(s): +// \text_gen|char_ram~43284_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11739_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4571_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11739_q ), + .datac(\text_gen|char_ram~4571_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43284 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y66_N15 +dffeas \text_gen|char_ram~26075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y66_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43285 ( +// Equation(s): +// \text_gen|char_ram~43285_combout = (\text_gen|char_ram~43284_combout & (((\text_gen|char_ram~26075_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43284_combout & (\text_gen|char_ram~18907_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18907_q ), + .datab(\text_gen|char_ram~43284_combout ), + .datac(\text_gen|char_ram~26075_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43285 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~11683feeder ( +// Equation(s): +// \text_gen|char_ram~11683feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11683feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y59_N19 +dffeas \text_gen|char_ram~11683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26019feeder ( +// Equation(s): +// \text_gen|char_ram~26019feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26019feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26019feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26019feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y59_N13 +dffeas \text_gen|char_ram~26019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26019feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y62_N5 +dffeas \text_gen|char_ram~18851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y59_N9 +dffeas \text_gen|char_ram~4515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4515 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43277 ( +// Equation(s): +// \text_gen|char_ram~43277_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18851_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4515_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18851_q ), + .datac(\text_gen|char_ram~4515_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43277 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43278 ( +// Equation(s): +// \text_gen|char_ram~43278_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43277_combout & ((\text_gen|char_ram~26019_q ))) # (!\text_gen|char_ram~43277_combout & (\text_gen|char_ram~11683_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43277_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11683_q ), + .datac(\text_gen|char_ram~26019_q ), + .datad(\text_gen|char_ram~43277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43278 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8099feeder ( +// Equation(s): +// \text_gen|char_ram~8099feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8099feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N5 +dffeas \text_gen|char_ram~8099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y59_N13 +dffeas \text_gen|char_ram~22435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22435 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y56_N13 +dffeas \text_gen|char_ram~15267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y56_N7 +dffeas \text_gen|char_ram~931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43281 ( +// Equation(s): +// \text_gen|char_ram~43281_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15267_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~931_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15267_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~931_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43281 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43282 ( +// Equation(s): +// \text_gen|char_ram~43282_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43281_combout & ((\text_gen|char_ram~22435_q ))) # (!\text_gen|char_ram~43281_combout & (\text_gen|char_ram~8099_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43281_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8099_q ), + .datac(\text_gen|char_ram~22435_q ), + .datad(\text_gen|char_ram~43281_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43282 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y54_N13 +dffeas \text_gen|char_ram~15323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y59_N23 +dffeas \text_gen|char_ram~22491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y62_N27 +dffeas \text_gen|char_ram~8155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y62_N7 +dffeas \text_gen|char_ram~987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~987 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43279 ( +// Equation(s): +// \text_gen|char_ram~43279_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8155_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~987_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8155_q ), + .datac(\text_gen|char_ram~987_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43279 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43280 ( +// Equation(s): +// \text_gen|char_ram~43280_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43279_combout & ((\text_gen|char_ram~22491_q ))) # (!\text_gen|char_ram~43279_combout & (\text_gen|char_ram~15323_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43279_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15323_q ), + .datac(\text_gen|char_ram~22491_q ), + .datad(\text_gen|char_ram~43279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43280 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43283 ( +// Equation(s): +// \text_gen|char_ram~43283_combout = (\vga_c|h_cnt [7] & (((\text_gen|char_ram~43280_combout ) # (\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43282_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~43282_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43280_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43283 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~43283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43286 ( +// Equation(s): +// \text_gen|char_ram~43286_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43283_combout & (\text_gen|char_ram~43285_combout )) # (!\text_gen|char_ram~43283_combout & ((\text_gen|char_ram~43278_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43283_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43285_combout ), + .datac(\text_gen|char_ram~43278_combout ), + .datad(\text_gen|char_ram~43283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43286 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y63_N19 +dffeas \text_gen|char_ram~18900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y63_N23 +dffeas \text_gen|char_ram~26068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y63_N13 +dffeas \text_gen|char_ram~11732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y63_N21 +dffeas \text_gen|char_ram~4564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43263 ( +// Equation(s): +// \text_gen|char_ram~43263_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11732_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4564_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11732_q ), + .datac(\text_gen|char_ram~4564_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43263 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43264 ( +// Equation(s): +// \text_gen|char_ram~43264_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43263_combout & ((\text_gen|char_ram~26068_q ))) # (!\text_gen|char_ram~43263_combout & (\text_gen|char_ram~18900_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43263_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18900_q ), + .datac(\text_gen|char_ram~26068_q ), + .datad(\text_gen|char_ram~43263_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43264 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y66_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11676feeder ( +// Equation(s): +// \text_gen|char_ram~11676feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11676feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11676feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11676feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y66_N13 +dffeas \text_gen|char_ram~11676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11676feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y55_N15 +dffeas \text_gen|char_ram~18844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y55_N1 +dffeas \text_gen|char_ram~4508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43256 ( +// Equation(s): +// \text_gen|char_ram~43256_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18844_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4508_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18844_q ), + .datac(\text_gen|char_ram~4508_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43256 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y55_N31 +dffeas \text_gen|char_ram~26012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43257 ( +// Equation(s): +// \text_gen|char_ram~43257_combout = (\text_gen|char_ram~43256_combout & (((\text_gen|char_ram~26012_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43256_combout & (\text_gen|char_ram~11676_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~11676_q ), + .datab(\text_gen|char_ram~43256_combout ), + .datac(\text_gen|char_ram~26012_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43257 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N25 +dffeas \text_gen|char_ram~15260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y54_N9 +dffeas \text_gen|char_ram~924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~924 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43260 ( +// Equation(s): +// \text_gen|char_ram~43260_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15260_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~924_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~15260_q ), + .datac(\text_gen|char_ram~924_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43260 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8092feeder ( +// Equation(s): +// \text_gen|char_ram~8092feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y56_N29 +dffeas \text_gen|char_ram~8092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y54_N19 +dffeas \text_gen|char_ram~22428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43261 ( +// Equation(s): +// \text_gen|char_ram~43261_combout = (\text_gen|char_ram~43260_combout & (((\text_gen|char_ram~22428_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43260_combout & (\text_gen|char_ram~8092_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~43260_combout ), + .datab(\text_gen|char_ram~8092_q ), + .datac(\text_gen|char_ram~22428_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43261 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y51_N19 +dffeas \text_gen|char_ram~15316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y60_N7 +dffeas \text_gen|char_ram~8148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y62_N3 +dffeas \text_gen|char_ram~980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43258 ( +// Equation(s): +// \text_gen|char_ram~43258_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8148_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~980_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8148_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~980_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43258 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y62_N13 +dffeas \text_gen|char_ram~22484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43259 ( +// Equation(s): +// \text_gen|char_ram~43259_combout = (\text_gen|char_ram~43258_combout & (((\text_gen|char_ram~22484_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43258_combout & (\text_gen|char_ram~15316_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~15316_q ), + .datab(\text_gen|char_ram~43258_combout ), + .datac(\text_gen|char_ram~22484_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43259 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43262 ( +// Equation(s): +// \text_gen|char_ram~43262_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~43259_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43261_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43261_combout ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~43259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43262 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~43262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43265 ( +// Equation(s): +// \text_gen|char_ram~43265_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43262_combout & (\text_gen|char_ram~43264_combout )) # (!\text_gen|char_ram~43262_combout & ((\text_gen|char_ram~43257_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43262_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43264_combout ), + .datac(\text_gen|char_ram~43257_combout ), + .datad(\text_gen|char_ram~43262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43265 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18872feeder ( +// Equation(s): +// \text_gen|char_ram~18872feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18872feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18872feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18872feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y63_N17 +dffeas \text_gen|char_ram~18872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18872feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y63_N17 +dffeas \text_gen|char_ram~26040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N31 +dffeas \text_gen|char_ram~11704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y63_N7 +dffeas \text_gen|char_ram~4536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43273 ( +// Equation(s): +// \text_gen|char_ram~43273_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~11704_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~4536_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11704_q ), + .datac(\text_gen|char_ram~4536_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43273 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43274 ( +// Equation(s): +// \text_gen|char_ram~43274_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43273_combout & ((\text_gen|char_ram~26040_q ))) # (!\text_gen|char_ram~43273_combout & (\text_gen|char_ram~18872_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43273_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18872_q ), + .datac(\text_gen|char_ram~26040_q ), + .datad(\text_gen|char_ram~43273_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43274 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y57_N13 +dffeas \text_gen|char_ram~8064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y57_N7 +dffeas \text_gen|char_ram~22400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22400 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y54_N27 +dffeas \text_gen|char_ram~15232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15232 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y54_N31 +dffeas \text_gen|char_ram~896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43270 ( +// Equation(s): +// \text_gen|char_ram~43270_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~15232_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~896_q +// ))))) + + .dataa(\text_gen|char_ram~15232_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~896_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43270 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43271 ( +// Equation(s): +// \text_gen|char_ram~43271_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43270_combout & ((\text_gen|char_ram~22400_q ))) # (!\text_gen|char_ram~43270_combout & (\text_gen|char_ram~8064_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43270_combout )))) + + .dataa(\text_gen|char_ram~8064_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22400_q ), + .datad(\text_gen|char_ram~43270_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43271 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y60_N19 +dffeas \text_gen|char_ram~15288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y60_N21 +dffeas \text_gen|char_ram~22456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N30 +cycloneiv_lcell_comb \text_gen|char_ram~8120feeder ( +// Equation(s): +// \text_gen|char_ram~8120feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8120feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8120feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8120feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N31 +dffeas \text_gen|char_ram~8120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8120feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y62_N5 +dffeas \text_gen|char_ram~952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~952 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y62_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43268 ( +// Equation(s): +// \text_gen|char_ram~43268_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8120_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~952_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~8120_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~952_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43268 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43269 ( +// Equation(s): +// \text_gen|char_ram~43269_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43268_combout & ((\text_gen|char_ram~22456_q ))) # (!\text_gen|char_ram~43268_combout & (\text_gen|char_ram~15288_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43268_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15288_q ), + .datac(\text_gen|char_ram~22456_q ), + .datad(\text_gen|char_ram~43268_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43269 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43272 ( +// Equation(s): +// \text_gen|char_ram~43272_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~43269_combout )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~43271_combout ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43271_combout ), + .datad(\text_gen|char_ram~43269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43272 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y64_N29 +dffeas \text_gen|char_ram~11648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y63_N25 +dffeas \text_gen|char_ram~25984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25984 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y63_N7 +dffeas \text_gen|char_ram~4480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y63_N15 +dffeas \text_gen|char_ram~18816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43266 ( +// Equation(s): +// \text_gen|char_ram~43266_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18816_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4480_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4480_q ), + .datad(\text_gen|char_ram~18816_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43266 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43267 ( +// Equation(s): +// \text_gen|char_ram~43267_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43266_combout & ((\text_gen|char_ram~25984_q ))) # (!\text_gen|char_ram~43266_combout & (\text_gen|char_ram~11648_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43266_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11648_q ), + .datac(\text_gen|char_ram~25984_q ), + .datad(\text_gen|char_ram~43266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43267 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43275 ( +// Equation(s): +// \text_gen|char_ram~43275_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43272_combout & (\text_gen|char_ram~43274_combout )) # (!\text_gen|char_ram~43272_combout & ((\text_gen|char_ram~43267_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43272_combout )))) + + .dataa(\text_gen|char_ram~43274_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43272_combout ), + .datad(\text_gen|char_ram~43267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43275 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43276 ( +// Equation(s): +// \text_gen|char_ram~43276_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~43265_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~43275_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43265_combout ), + .datad(\text_gen|char_ram~43275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43276 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8071feeder ( +// Equation(s): +// \text_gen|char_ram~8071feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8071feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8071feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8071feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y54_N29 +dffeas \text_gen|char_ram~8071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8071feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y54_N19 +dffeas \text_gen|char_ram~22407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y54_N9 +dffeas \text_gen|char_ram~15239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y54_N11 +dffeas \text_gen|char_ram~903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43250 ( +// Equation(s): +// \text_gen|char_ram~43250_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~15239_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~903_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15239_q ), + .datac(\text_gen|char_ram~903_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43250 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43251 ( +// Equation(s): +// \text_gen|char_ram~43251_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43250_combout & ((\text_gen|char_ram~22407_q ))) # (!\text_gen|char_ram~43250_combout & (\text_gen|char_ram~8071_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43250_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8071_q ), + .datac(\text_gen|char_ram~22407_q ), + .datad(\text_gen|char_ram~43250_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43251 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N8 +cycloneiv_lcell_comb \text_gen|char_ram~15295feeder ( +// Equation(s): +// \text_gen|char_ram~15295feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15295feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15295feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15295feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N9 +dffeas \text_gen|char_ram~15295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15295feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y62_N11 +dffeas \text_gen|char_ram~22463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y66_N27 +dffeas \text_gen|char_ram~8127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y62_N21 +dffeas \text_gen|char_ram~959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43248 ( +// Equation(s): +// \text_gen|char_ram~43248_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~8127_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~959_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~8127_q ), + .datac(\text_gen|char_ram~959_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43248 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y62_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43249 ( +// Equation(s): +// \text_gen|char_ram~43249_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43248_combout & ((\text_gen|char_ram~22463_q ))) # (!\text_gen|char_ram~43248_combout & (\text_gen|char_ram~15295_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43248_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~15295_q ), + .datac(\text_gen|char_ram~22463_q ), + .datad(\text_gen|char_ram~43248_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43249 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43252 ( +// Equation(s): +// \text_gen|char_ram~43252_combout = (\vga_c|h_cnt [7] & (((\text_gen|char_ram~43249_combout ) # (\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43251_combout & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~43251_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43249_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43252 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~43252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18879feeder ( +// Equation(s): +// \text_gen|char_ram~18879feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18879feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y63_N15 +dffeas \text_gen|char_ram~18879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y63_N19 +dffeas \text_gen|char_ram~26047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11711feeder ( +// Equation(s): +// \text_gen|char_ram~11711feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11711feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y63_N5 +dffeas \text_gen|char_ram~11711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y63_N29 +dffeas \text_gen|char_ram~4543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43253 ( +// Equation(s): +// \text_gen|char_ram~43253_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11711_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4543_q +// ))))) + + .dataa(\text_gen|char_ram~11711_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4543_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43253 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43254 ( +// Equation(s): +// \text_gen|char_ram~43254_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43253_combout & ((\text_gen|char_ram~26047_q ))) # (!\text_gen|char_ram~43253_combout & (\text_gen|char_ram~18879_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43253_combout )))) + + .dataa(\text_gen|char_ram~18879_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26047_q ), + .datad(\text_gen|char_ram~43253_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43254 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11655feeder ( +// Equation(s): +// \text_gen|char_ram~11655feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N21 +dffeas \text_gen|char_ram~11655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y63_N21 +dffeas \text_gen|char_ram~25991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18823feeder ( +// Equation(s): +// \text_gen|char_ram~18823feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~18823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18823feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~18823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y63_N15 +dffeas \text_gen|char_ram~18823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y63_N15 +dffeas \text_gen|char_ram~4487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43246 ( +// Equation(s): +// \text_gen|char_ram~43246_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18823_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4487_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~18823_q ), + .datac(\text_gen|char_ram~4487_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43246 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y63_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43247 ( +// Equation(s): +// \text_gen|char_ram~43247_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43246_combout & ((\text_gen|char_ram~25991_q ))) # (!\text_gen|char_ram~43246_combout & (\text_gen|char_ram~11655_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43246_combout )))) + + .dataa(\text_gen|char_ram~11655_q ), + .datab(\text_gen|char_ram~25991_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43247 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~43247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43255 ( +// Equation(s): +// \text_gen|char_ram~43255_combout = (\text_gen|char_ram~43252_combout & (((\text_gen|char_ram~43254_combout )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~43252_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43247_combout )))) + + .dataa(\text_gen|char_ram~43252_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43254_combout ), + .datad(\text_gen|char_ram~43247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43255 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43287 ( +// Equation(s): +// \text_gen|char_ram~43287_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43276_combout & (\text_gen|char_ram~43286_combout )) # (!\text_gen|char_ram~43276_combout & ((\text_gen|char_ram~43255_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43276_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43286_combout ), + .datac(\text_gen|char_ram~43276_combout ), + .datad(\text_gen|char_ram~43255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43287 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17115feeder ( +// Equation(s): +// \text_gen|char_ram~17115feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17115feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17115feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17115feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y57_N21 +dffeas \text_gen|char_ram~17115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17115feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y56_N19 +dffeas \text_gen|char_ram~24283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y57_N5 +dffeas \text_gen|char_ram~9947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y56_N29 +dffeas \text_gen|char_ram~2779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2779 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43237 ( +// Equation(s): +// \text_gen|char_ram~43237_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9947_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2779_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9947_q ), + .datac(\text_gen|char_ram~2779_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43237 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43238 ( +// Equation(s): +// \text_gen|char_ram~43238_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43237_combout & ((\text_gen|char_ram~24283_q ))) # (!\text_gen|char_ram~43237_combout & (\text_gen|char_ram~17115_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43237_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17115_q ), + .datac(\text_gen|char_ram~24283_q ), + .datad(\text_gen|char_ram~43237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43238 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y56_N5 +dffeas \text_gen|char_ram~9891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17059feeder ( +// Equation(s): +// \text_gen|char_ram~17059feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17059feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17059feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17059feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y56_N21 +dffeas \text_gen|char_ram~17059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17059feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y56_N15 +dffeas \text_gen|char_ram~2723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43239 ( +// Equation(s): +// \text_gen|char_ram~43239_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17059_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2723_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17059_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2723_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43239 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y56_N21 +dffeas \text_gen|char_ram~24227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43240 ( +// Equation(s): +// \text_gen|char_ram~43240_combout = (\text_gen|char_ram~43239_combout & (((\text_gen|char_ram~24227_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43239_combout & (\text_gen|char_ram~9891_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~9891_q ), + .datab(\text_gen|char_ram~43239_combout ), + .datac(\text_gen|char_ram~24227_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43240 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43241 ( +// Equation(s): +// \text_gen|char_ram~43241_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~43238_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~43240_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43238_combout ), + .datad(\text_gen|char_ram~43240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43241 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y52_N1 +dffeas \text_gen|char_ram~6307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20643feeder ( +// Equation(s): +// \text_gen|char_ram~20643feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20643feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y51_N1 +dffeas \text_gen|char_ram~20643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20643 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43235 ( +// Equation(s): +// \text_gen|char_ram~43235_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~20643_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6307_q +// )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6307_q ), + .datad(\text_gen|char_ram~20643_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43235 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13475feeder ( +// Equation(s): +// \text_gen|char_ram~13475feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N23 +dffeas \text_gen|char_ram~13475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y52_N3 +dffeas \text_gen|char_ram~27811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43236 ( +// Equation(s): +// \text_gen|char_ram~43236_combout = (\text_gen|char_ram~43235_combout & (((\text_gen|char_ram~27811_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43235_combout & (\text_gen|char_ram~13475_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~43235_combout ), + .datab(\text_gen|char_ram~13475_q ), + .datac(\text_gen|char_ram~27811_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43236 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y64_N17 +dffeas \text_gen|char_ram~20699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y64_N27 +dffeas \text_gen|char_ram~13531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y64_N19 +dffeas \text_gen|char_ram~6363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y64_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43242 ( +// Equation(s): +// \text_gen|char_ram~43242_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13531_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6363_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13531_q ), + .datac(\text_gen|char_ram~6363_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43242 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y64_N17 +dffeas \text_gen|char_ram~27867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y64_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43243 ( +// Equation(s): +// \text_gen|char_ram~43243_combout = (\text_gen|char_ram~43242_combout & (((\text_gen|char_ram~27867_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43242_combout & (\text_gen|char_ram~20699_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~20699_q ), + .datab(\text_gen|char_ram~43242_combout ), + .datac(\text_gen|char_ram~27867_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43243 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43244 ( +// Equation(s): +// \text_gen|char_ram~43244_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43241_combout & ((\text_gen|char_ram~43243_combout ))) # (!\text_gen|char_ram~43241_combout & (\text_gen|char_ram~43236_combout )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~43241_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43241_combout ), + .datac(\text_gen|char_ram~43236_combout ), + .datad(\text_gen|char_ram~43243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43244 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y52_N15 +dffeas \text_gen|char_ram~27804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y55_N31 +dffeas \text_gen|char_ram~20636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y55_N9 +dffeas \text_gen|char_ram~6300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43204 ( +// Equation(s): +// \text_gen|char_ram~43204_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20636_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6300_q +// ))))) + + .dataa(\text_gen|char_ram~20636_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6300_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43204 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y55_N13 +dffeas \text_gen|char_ram~13468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43205 ( +// Equation(s): +// \text_gen|char_ram~43205_combout = (\text_gen|char_ram~43204_combout & ((\text_gen|char_ram~27804_q ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43204_combout & (((\text_gen|char_ram~13468_q & \text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~27804_q ), + .datab(\text_gen|char_ram~43204_combout ), + .datac(\text_gen|char_ram~13468_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43205 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~43205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y64_N13 +dffeas \text_gen|char_ram~13524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y60_N23 +dffeas \text_gen|char_ram~6356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43211 ( +// Equation(s): +// \text_gen|char_ram~43211_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13524_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~6356_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13524_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6356_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43211 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20692feeder ( +// Equation(s): +// \text_gen|char_ram~20692feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20692feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20692feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20692feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y60_N11 +dffeas \text_gen|char_ram~20692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20692feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y60_N5 +dffeas \text_gen|char_ram~27860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43212 ( +// Equation(s): +// \text_gen|char_ram~43212_combout = (\text_gen|char_ram~43211_combout & (((\text_gen|char_ram~27860_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43211_combout & (\text_gen|char_ram~20692_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~43211_combout ), + .datab(\text_gen|char_ram~20692_q ), + .datac(\text_gen|char_ram~27860_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43212 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y57_N29 +dffeas \text_gen|char_ram~9884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y53_N17 +dffeas \text_gen|char_ram~24220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24220 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y53_N21 +dffeas \text_gen|char_ram~17052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y53_N11 +dffeas \text_gen|char_ram~2716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43208 ( +// Equation(s): +// \text_gen|char_ram~43208_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~17052_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2716_q +// ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~17052_q ), + .datac(\text_gen|char_ram~2716_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43208 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43209 ( +// Equation(s): +// \text_gen|char_ram~43209_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43208_combout & ((\text_gen|char_ram~24220_q ))) # (!\text_gen|char_ram~43208_combout & (\text_gen|char_ram~9884_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43208_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9884_q ), + .datac(\text_gen|char_ram~24220_q ), + .datad(\text_gen|char_ram~43208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43209 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9940feeder ( +// Equation(s): +// \text_gen|char_ram~9940feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9940feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9940feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9940feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y57_N11 +dffeas \text_gen|char_ram~9940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9940feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y53_N31 +dffeas \text_gen|char_ram~2772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2772 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43206 ( +// Equation(s): +// \text_gen|char_ram~43206_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9940_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2772_q +// ))))) + + .dataa(\text_gen|char_ram~9940_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2772_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43206 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17108feeder ( +// Equation(s): +// \text_gen|char_ram~17108feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N3 +dffeas \text_gen|char_ram~17108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y53_N5 +dffeas \text_gen|char_ram~24276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43207 ( +// Equation(s): +// \text_gen|char_ram~43207_combout = (\text_gen|char_ram~43206_combout & (((\text_gen|char_ram~24276_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43206_combout & (\text_gen|char_ram~17108_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~43206_combout ), + .datab(\text_gen|char_ram~17108_q ), + .datac(\text_gen|char_ram~24276_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43207 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~43207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43210 ( +// Equation(s): +// \text_gen|char_ram~43210_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~43207_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43209_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43209_combout ), + .datad(\text_gen|char_ram~43207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43210 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43213 ( +// Equation(s): +// \text_gen|char_ram~43213_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43210_combout & ((\text_gen|char_ram~43212_combout ))) # (!\text_gen|char_ram~43210_combout & (\text_gen|char_ram~43205_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43210_combout )))) + + .dataa(\text_gen|char_ram~43205_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43212_combout ), + .datad(\text_gen|char_ram~43210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43213 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9919feeder ( +// Equation(s): +// \text_gen|char_ram~9919feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9919feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y61_N17 +dffeas \text_gen|char_ram~9919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N5 +dffeas \text_gen|char_ram~2751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43214 ( +// Equation(s): +// \text_gen|char_ram~43214_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9919_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2751_q +// ))))) + + .dataa(\text_gen|char_ram~9919_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2751_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43214 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y61_N17 +dffeas \text_gen|char_ram~24255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y61_N3 +dffeas \text_gen|char_ram~17087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17087 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43215 ( +// Equation(s): +// \text_gen|char_ram~43215_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43214_combout & (\text_gen|char_ram~24255_q )) # (!\text_gen|char_ram~43214_combout & ((\text_gen|char_ram~17087_q ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43214_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43214_combout ), + .datac(\text_gen|char_ram~24255_q ), + .datad(\text_gen|char_ram~17087_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43215 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y60_N26 +cycloneiv_lcell_comb \text_gen|char_ram~20671feeder ( +// Equation(s): +// \text_gen|char_ram~20671feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20671feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20671feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20671feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y60_N27 +dffeas \text_gen|char_ram~20671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20671feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y61_N29 +dffeas \text_gen|char_ram~27839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y61_N19 +dffeas \text_gen|char_ram~6335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6335 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y63_N25 +dffeas \text_gen|char_ram~13503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13503 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43221 ( +// Equation(s): +// \text_gen|char_ram~43221_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13503_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~6335_q +// )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6335_q ), + .datad(\text_gen|char_ram~13503_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43221 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43222 ( +// Equation(s): +// \text_gen|char_ram~43222_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43221_combout & ((\text_gen|char_ram~27839_q ))) # (!\text_gen|char_ram~43221_combout & (\text_gen|char_ram~20671_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43221_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20671_q ), + .datac(\text_gen|char_ram~27839_q ), + .datad(\text_gen|char_ram~43221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43222 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y59_N15 +dffeas \text_gen|char_ram~9863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y57_N3 +dffeas \text_gen|char_ram~24199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24199 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y55_N27 +dffeas \text_gen|char_ram~17031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y57_N21 +dffeas \text_gen|char_ram~2695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2695 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43218 ( +// Equation(s): +// \text_gen|char_ram~43218_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17031_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2695_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17031_q ), + .datac(\text_gen|char_ram~2695_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43218 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43219 ( +// Equation(s): +// \text_gen|char_ram~43219_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43218_combout & ((\text_gen|char_ram~24199_q ))) # (!\text_gen|char_ram~43218_combout & (\text_gen|char_ram~9863_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43218_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9863_q ), + .datac(\text_gen|char_ram~24199_q ), + .datad(\text_gen|char_ram~43218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43219 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27783feeder ( +// Equation(s): +// \text_gen|char_ram~27783feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27783feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27783feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27783feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y58_N31 +dffeas \text_gen|char_ram~27783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27783feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27783 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y57_N17 +dffeas \text_gen|char_ram~20615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y55_N11 +dffeas \text_gen|char_ram~6279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y55_N25 +dffeas \text_gen|char_ram~13447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43216 ( +// Equation(s): +// \text_gen|char_ram~43216_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~13447_q ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~6279_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~6279_q ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~13447_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43216 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~43216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43217 ( +// Equation(s): +// \text_gen|char_ram~43217_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43216_combout & (\text_gen|char_ram~27783_q )) # (!\text_gen|char_ram~43216_combout & ((\text_gen|char_ram~20615_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43216_combout )))) + + .dataa(\text_gen|char_ram~27783_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~20615_q ), + .datad(\text_gen|char_ram~43216_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43217 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43220 ( +// Equation(s): +// \text_gen|char_ram~43220_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~43217_combout ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~43219_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43219_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~43217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43220 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~43220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43223 ( +// Equation(s): +// \text_gen|char_ram~43223_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43220_combout & ((\text_gen|char_ram~43222_combout ))) # (!\text_gen|char_ram~43220_combout & (\text_gen|char_ram~43215_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43220_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43215_combout ), + .datac(\text_gen|char_ram~43222_combout ), + .datad(\text_gen|char_ram~43220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43223 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y57_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20664feeder ( +// Equation(s): +// \text_gen|char_ram~20664feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20664feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20664feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20664feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y57_N9 +dffeas \text_gen|char_ram~20664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20664feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20664 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y61_N19 +dffeas \text_gen|char_ram~27832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y61_N13 +dffeas \text_gen|char_ram~6328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y65_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13496feeder ( +// Equation(s): +// \text_gen|char_ram~13496feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13496feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13496feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13496feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y65_N23 +dffeas \text_gen|char_ram~13496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13496feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43231 ( +// Equation(s): +// \text_gen|char_ram~43231_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13496_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~6328_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6328_q ), + .datad(\text_gen|char_ram~13496_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43231 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43232 ( +// Equation(s): +// \text_gen|char_ram~43232_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43231_combout & ((\text_gen|char_ram~27832_q ))) # (!\text_gen|char_ram~43231_combout & (\text_gen|char_ram~20664_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43231_combout )))) + + .dataa(\text_gen|char_ram~20664_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27832_q ), + .datad(\text_gen|char_ram~43231_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43232 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y57_N31 +dffeas \text_gen|char_ram~9856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y53_N27 +dffeas \text_gen|char_ram~24192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y55_N17 +dffeas \text_gen|char_ram~17024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y57_N7 +dffeas \text_gen|char_ram~2688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43228 ( +// Equation(s): +// \text_gen|char_ram~43228_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~17024_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~2688_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~17024_q ), + .datac(\text_gen|char_ram~2688_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43228 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43229 ( +// Equation(s): +// \text_gen|char_ram~43229_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43228_combout & ((\text_gen|char_ram~24192_q ))) # (!\text_gen|char_ram~43228_combout & (\text_gen|char_ram~9856_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43228_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9856_q ), + .datac(\text_gen|char_ram~24192_q ), + .datad(\text_gen|char_ram~43228_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43229 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13440feeder ( +// Equation(s): +// \text_gen|char_ram~13440feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13440feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13440feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13440feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y53_N3 +dffeas \text_gen|char_ram~13440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13440feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y53_N13 +dffeas \text_gen|char_ram~27776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y55_N7 +dffeas \text_gen|char_ram~20608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y53_N25 +dffeas \text_gen|char_ram~6272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43226 ( +// Equation(s): +// \text_gen|char_ram~43226_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20608_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~6272_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~20608_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6272_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43226 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43227 ( +// Equation(s): +// \text_gen|char_ram~43227_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43226_combout & ((\text_gen|char_ram~27776_q ))) # (!\text_gen|char_ram~43226_combout & (\text_gen|char_ram~13440_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43226_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13440_q ), + .datac(\text_gen|char_ram~27776_q ), + .datad(\text_gen|char_ram~43226_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43227 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43230 ( +// Equation(s): +// \text_gen|char_ram~43230_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~43227_combout )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43229_combout ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43229_combout ), + .datad(\text_gen|char_ram~43227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43230 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N31 +dffeas \text_gen|char_ram~17080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y64_N7 +dffeas \text_gen|char_ram~9912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y61_N27 +dffeas \text_gen|char_ram~2744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2744 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43224 ( +// Equation(s): +// \text_gen|char_ram~43224_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9912_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2744_q +// ))))) + + .dataa(\text_gen|char_ram~9912_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~2744_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43224 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y61_N5 +dffeas \text_gen|char_ram~24248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43225 ( +// Equation(s): +// \text_gen|char_ram~43225_combout = (\text_gen|char_ram~43224_combout & (((\text_gen|char_ram~24248_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43224_combout & (\text_gen|char_ram~17080_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~17080_q ), + .datab(\text_gen|char_ram~43224_combout ), + .datac(\text_gen|char_ram~24248_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43225 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43233 ( +// Equation(s): +// \text_gen|char_ram~43233_combout = (\text_gen|char_ram~43230_combout & ((\text_gen|char_ram~43232_combout ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~43230_combout & (((\text_gen|char_ram~43225_combout & \vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~43232_combout ), + .datab(\text_gen|char_ram~43230_combout ), + .datac(\text_gen|char_ram~43225_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~43233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43233 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~43233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43234 ( +// Equation(s): +// \text_gen|char_ram~43234_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43223_combout ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [4] & (((!\vga_c|h_cnt [6] & \text_gen|char_ram~43233_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43223_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~43233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43234 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43245 ( +// Equation(s): +// \text_gen|char_ram~43245_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43234_combout & (\text_gen|char_ram~43244_combout )) # (!\text_gen|char_ram~43234_combout & ((\text_gen|char_ram~43213_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43234_combout )))) + + .dataa(\text_gen|char_ram~43244_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~43213_combout ), + .datad(\text_gen|char_ram~43234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43245 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43288 ( +// Equation(s): +// \text_gen|char_ram~43288_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~43245_combout )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~43287_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43287_combout ), + .datad(\text_gen|char_ram~43245_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43288 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43331 ( +// Equation(s): +// \text_gen|char_ram~43331_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43288_combout & ((\text_gen|char_ram~43330_combout ))) # (!\text_gen|char_ram~43288_combout & (\text_gen|char_ram~43203_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43288_combout )))) + + .dataa(\text_gen|char_ram~43203_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43330_combout ), + .datad(\text_gen|char_ram~43288_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43331 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43843 ( +// Equation(s): +// \text_gen|char_ram~43843_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~43672_combout & (\text_gen|char_ram~43842_combout )) # (!\text_gen|char_ram~43672_combout & ((\text_gen|char_ram~43331_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~43672_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~43842_combout ), + .datac(\text_gen|char_ram~43672_combout ), + .datad(\text_gen|char_ram~43331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43843 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y21_N31 +dffeas \text_gen|char_ram~27573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y20_N13 +dffeas \text_gen|char_ram~23989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54194_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y23_N9 +dffeas \text_gen|char_ram~23975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y25_N21 +dffeas \text_gen|char_ram~27559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42487 ( +// Equation(s): +// \text_gen|char_ram~42487_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~27559_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~23975_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~23975_q ), + .datad(\text_gen|char_ram~27559_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42487 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42488 ( +// Equation(s): +// \text_gen|char_ram~42488_combout = (\text_gen|char_ram~42487_combout & ((\text_gen|char_ram~27573_q ) # ((!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~42487_combout & (((\text_gen|char_ram~23989_q & \vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~27573_q ), + .datab(\text_gen|char_ram~23989_q ), + .datac(\text_gen|char_ram~42487_combout ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~42488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42488 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~42488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y21_N25 +dffeas \text_gen|char_ram~20405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20405 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y20_N7 +dffeas \text_gen|char_ram~16821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y23_N25 +dffeas \text_gen|char_ram~16807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y25_N15 +dffeas \text_gen|char_ram~20391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42480 ( +// Equation(s): +// \text_gen|char_ram~42480_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~20391_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~16807_q )))) + + .dataa(\text_gen|char_ram~16807_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~20391_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42480 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~42480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42481 ( +// Equation(s): +// \text_gen|char_ram~42481_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42480_combout & (\text_gen|char_ram~20405_q )) # (!\text_gen|char_ram~42480_combout & ((\text_gen|char_ram~16821_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42480_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20405_q ), + .datac(\text_gen|char_ram~16821_q ), + .datad(\text_gen|char_ram~42480_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42481 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y25_N25 +dffeas \text_gen|char_ram~2485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y25_N9 +dffeas \text_gen|char_ram~6069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y20_N1 +dffeas \text_gen|char_ram~2471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2471 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6055feeder ( +// Equation(s): +// \text_gen|char_ram~6055feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6055feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y37_N5 +dffeas \text_gen|char_ram~6055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42484 ( +// Equation(s): +// \text_gen|char_ram~42484_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~6055_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2471_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2471_q ), + .datad(\text_gen|char_ram~6055_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42484 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42485 ( +// Equation(s): +// \text_gen|char_ram~42485_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42484_combout & ((\text_gen|char_ram~6069_q ))) # (!\text_gen|char_ram~42484_combout & (\text_gen|char_ram~2485_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42484_combout )))) + + .dataa(\text_gen|char_ram~2485_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6069_q ), + .datad(\text_gen|char_ram~42484_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42485 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X101_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9653feeder ( +// Equation(s): +// \text_gen|char_ram~9653feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X101_Y24_N11 +dffeas \text_gen|char_ram~9653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y24_N17 +dffeas \text_gen|char_ram~13237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13223feeder ( +// Equation(s): +// \text_gen|char_ram~13223feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13223feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13223feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13223feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y24_N25 +dffeas \text_gen|char_ram~13223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13223feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y24_N7 +dffeas \text_gen|char_ram~9639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42482 ( +// Equation(s): +// \text_gen|char_ram~42482_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~13223_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~9639_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13223_q ), + .datac(\text_gen|char_ram~9639_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42482 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42483 ( +// Equation(s): +// \text_gen|char_ram~42483_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42482_combout & ((\text_gen|char_ram~13237_q ))) # (!\text_gen|char_ram~42482_combout & (\text_gen|char_ram~9653_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42482_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9653_q ), + .datac(\text_gen|char_ram~13237_q ), + .datad(\text_gen|char_ram~42482_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42483 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42486 ( +// Equation(s): +// \text_gen|char_ram~42486_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~42483_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42485_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42485_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42486 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~42486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42489 ( +// Equation(s): +// \text_gen|char_ram~42489_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42486_combout & (\text_gen|char_ram~42488_combout )) # (!\text_gen|char_ram~42486_combout & ((\text_gen|char_ram~42481_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42486_combout )))) + + .dataa(\text_gen|char_ram~42488_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42481_combout ), + .datad(\text_gen|char_ram~42486_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42489 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y22_N29 +dffeas \text_gen|char_ram~22197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y24_N21 +dffeas \text_gen|char_ram~25781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y27_N21 +dffeas \text_gen|char_ram~25767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y24_N19 +dffeas \text_gen|char_ram~22183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22183 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42507 ( +// Equation(s): +// \text_gen|char_ram~42507_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25767_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~22183_q ))))) + + .dataa(\text_gen|char_ram~25767_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~22183_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42507 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42508 ( +// Equation(s): +// \text_gen|char_ram~42508_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42507_combout & ((\text_gen|char_ram~25781_q ))) # (!\text_gen|char_ram~42507_combout & (\text_gen|char_ram~22197_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42507_combout )))) + + .dataa(\text_gen|char_ram~22197_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25781_q ), + .datad(\text_gen|char_ram~42507_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42508 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y19_N31 +dffeas \text_gen|char_ram~693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y22_N31 +dffeas \text_gen|char_ram~4277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y22_N15 +dffeas \text_gen|char_ram~4263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y22_N21 +dffeas \text_gen|char_ram~679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42504 ( +// Equation(s): +// \text_gen|char_ram~42504_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~4263_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~679_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~4263_q ), + .datac(\text_gen|char_ram~679_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42504 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42505 ( +// Equation(s): +// \text_gen|char_ram~42505_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42504_combout & ((\text_gen|char_ram~4277_q ))) # (!\text_gen|char_ram~42504_combout & (\text_gen|char_ram~693_q )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~42504_combout +// )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~693_q ), + .datac(\text_gen|char_ram~4277_q ), + .datad(\text_gen|char_ram~42504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42505 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y23_N21 +dffeas \text_gen|char_ram~7861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y23_N23 +dffeas \text_gen|char_ram~11445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y16_N11 +dffeas \text_gen|char_ram~11431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y23_N25 +dffeas \text_gen|char_ram~7847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7847 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42502 ( +// Equation(s): +// \text_gen|char_ram~42502_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~11431_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7847_q ))))) + + .dataa(\text_gen|char_ram~11431_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7847_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42502 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42503 ( +// Equation(s): +// \text_gen|char_ram~42503_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42502_combout & ((\text_gen|char_ram~11445_q ))) # (!\text_gen|char_ram~42502_combout & (\text_gen|char_ram~7861_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42502_combout )))) + + .dataa(\text_gen|char_ram~7861_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11445_q ), + .datad(\text_gen|char_ram~42502_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42503 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42506 ( +// Equation(s): +// \text_gen|char_ram~42506_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42503_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42505_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42505_combout ), + .datad(\text_gen|char_ram~42503_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42506 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y20_N11 +dffeas \text_gen|char_ram~15029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y20_N29 +dffeas \text_gen|char_ram~18613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y23_N5 +dffeas \text_gen|char_ram~18599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y19_N17 +dffeas \text_gen|char_ram~15015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15015 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42500 ( +// Equation(s): +// \text_gen|char_ram~42500_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18599_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15015_q ))))) + + .dataa(\text_gen|char_ram~18599_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15015_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42500 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42501 ( +// Equation(s): +// \text_gen|char_ram~42501_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42500_combout & ((\text_gen|char_ram~18613_q ))) # (!\text_gen|char_ram~42500_combout & (\text_gen|char_ram~15029_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42500_combout )))) + + .dataa(\text_gen|char_ram~15029_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18613_q ), + .datad(\text_gen|char_ram~42500_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42501 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42509 ( +// Equation(s): +// \text_gen|char_ram~42509_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42506_combout & (\text_gen|char_ram~42508_combout )) # (!\text_gen|char_ram~42506_combout & ((\text_gen|char_ram~42501_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42506_combout )))) + + .dataa(\text_gen|char_ram~42508_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42506_combout ), + .datad(\text_gen|char_ram~42501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42509 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~42509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y20_N13 +dffeas \text_gen|char_ram~7889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y20_N31 +dffeas \text_gen|char_ram~11473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11459feeder ( +// Equation(s): +// \text_gen|char_ram~11459feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11459feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11459feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11459feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y24_N15 +dffeas \text_gen|char_ram~11459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11459feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y20_N29 +dffeas \text_gen|char_ram~7875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42490 ( +// Equation(s): +// \text_gen|char_ram~42490_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~11459_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~7875_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~11459_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7875_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~42490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42490 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42491 ( +// Equation(s): +// \text_gen|char_ram~42491_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42490_combout & ((\text_gen|char_ram~11473_q ))) # (!\text_gen|char_ram~42490_combout & (\text_gen|char_ram~7889_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42490_combout )))) + + .dataa(\text_gen|char_ram~7889_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11473_q ), + .datad(\text_gen|char_ram~42490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42491 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y22_N13 +dffeas \text_gen|char_ram~22225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y22_N29 +dffeas \text_gen|char_ram~25809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22211feeder ( +// Equation(s): +// \text_gen|char_ram~22211feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22211feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22211feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22211feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N11 +dffeas \text_gen|char_ram~22211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22211feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22211 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25795feeder ( +// Equation(s): +// \text_gen|char_ram~25795feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y22_N1 +dffeas \text_gen|char_ram~25795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25795 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42497 ( +// Equation(s): +// \text_gen|char_ram~42497_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~25795_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~22211_q )))) + + .dataa(\text_gen|char_ram~22211_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25795_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42497 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~42497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y22_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42498 ( +// Equation(s): +// \text_gen|char_ram~42498_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42497_combout & ((\text_gen|char_ram~25809_q ))) # (!\text_gen|char_ram~42497_combout & (\text_gen|char_ram~22225_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42497_combout )))) + + .dataa(\text_gen|char_ram~22225_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25809_q ), + .datad(\text_gen|char_ram~42497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42498 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~721feeder ( +// Equation(s): +// \text_gen|char_ram~721feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~721feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y21_N1 +dffeas \text_gen|char_ram~721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y21_N31 +dffeas \text_gen|char_ram~4305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y24_N5 +dffeas \text_gen|char_ram~4291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y21_N29 +dffeas \text_gen|char_ram~707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42494 ( +// Equation(s): +// \text_gen|char_ram~42494_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~4291_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~707_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~4291_q ), + .datac(\text_gen|char_ram~707_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~42494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42494 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y21_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42495 ( +// Equation(s): +// \text_gen|char_ram~42495_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42494_combout & ((\text_gen|char_ram~4305_q ))) # (!\text_gen|char_ram~42494_combout & (\text_gen|char_ram~721_q )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~42494_combout +// )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~721_q ), + .datac(\text_gen|char_ram~4305_q ), + .datad(\text_gen|char_ram~42494_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42495 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15057feeder ( +// Equation(s): +// \text_gen|char_ram~15057feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15057feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15057feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15057feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N3 +dffeas \text_gen|char_ram~15057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15057feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y21_N21 +dffeas \text_gen|char_ram~18641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y17_N3 +dffeas \text_gen|char_ram~18627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y21_N11 +dffeas \text_gen|char_ram~15043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15043 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42492 ( +// Equation(s): +// \text_gen|char_ram~42492_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18627_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~15043_q ))))) + + .dataa(\text_gen|char_ram~18627_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15043_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42492 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42493 ( +// Equation(s): +// \text_gen|char_ram~42493_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42492_combout & ((\text_gen|char_ram~18641_q ))) # (!\text_gen|char_ram~42492_combout & (\text_gen|char_ram~15057_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42492_combout )))) + + .dataa(\text_gen|char_ram~15057_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~18641_q ), + .datad(\text_gen|char_ram~42492_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42493 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42496 ( +// Equation(s): +// \text_gen|char_ram~42496_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42493_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42495_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42495_combout ), + .datad(\text_gen|char_ram~42493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42496 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42499 ( +// Equation(s): +// \text_gen|char_ram~42499_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42496_combout & ((\text_gen|char_ram~42498_combout ))) # (!\text_gen|char_ram~42496_combout & (\text_gen|char_ram~42491_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42496_combout )))) + + .dataa(\text_gen|char_ram~42491_combout ), + .datab(\text_gen|char_ram~42498_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42496_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42499 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~42499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42510 ( +// Equation(s): +// \text_gen|char_ram~42510_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~42499_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~42509_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~42509_combout ), + .datad(\text_gen|char_ram~42499_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42510 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13265feeder ( +// Equation(s): +// \text_gen|char_ram~13265feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13265feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13265feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13265feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N13 +dffeas \text_gen|char_ram~13265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13265feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y20_N23 +dffeas \text_gen|char_ram~9681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y21_N5 +dffeas \text_gen|char_ram~9667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y19_N21 +dffeas \text_gen|char_ram~13251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42511 ( +// Equation(s): +// \text_gen|char_ram~42511_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~13251_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~9667_q )))) + + .dataa(\text_gen|char_ram~9667_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13251_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42511 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~42511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42512 ( +// Equation(s): +// \text_gen|char_ram~42512_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42511_combout & (\text_gen|char_ram~13265_q )) # (!\text_gen|char_ram~42511_combout & ((\text_gen|char_ram~9681_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42511_combout )))) + + .dataa(\text_gen|char_ram~13265_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9681_q ), + .datad(\text_gen|char_ram~42511_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42512 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y23_N31 +dffeas \text_gen|char_ram~24003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y26_N13 +dffeas \text_gen|char_ram~24017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24017 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42518 ( +// Equation(s): +// \text_gen|char_ram~42518_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~24017_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~24003_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~24003_q ), + .datad(\text_gen|char_ram~24017_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42518 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y22_N7 +dffeas \text_gen|char_ram~27601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27587feeder ( +// Equation(s): +// \text_gen|char_ram~27587feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27587feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27587feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27587feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y21_N7 +dffeas \text_gen|char_ram~27587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27587feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42519 ( +// Equation(s): +// \text_gen|char_ram~42519_combout = (\text_gen|char_ram~42518_combout & (((\text_gen|char_ram~27601_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~42518_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~27587_q )))) + + .dataa(\text_gen|char_ram~42518_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~27601_q ), + .datad(\text_gen|char_ram~27587_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42519 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y37_N23 +dffeas \text_gen|char_ram~6083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y20_N23 +dffeas \text_gen|char_ram~2499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2499 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42515 ( +// Equation(s): +// \text_gen|char_ram~42515_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~6083_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~2499_q ))))) + + .dataa(\text_gen|char_ram~6083_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2499_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42515 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y20_N29 +dffeas \text_gen|char_ram~2513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2513 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~6097feeder ( +// Equation(s): +// \text_gen|char_ram~6097feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6097feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6097feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6097feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y20_N19 +dffeas \text_gen|char_ram~6097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6097feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6097 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42516 ( +// Equation(s): +// \text_gen|char_ram~42516_combout = (\text_gen|char_ram~42515_combout & (((\text_gen|char_ram~6097_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~42515_combout & (\text_gen|char_ram~2513_q & (\vga_c|h_cnt [5]))) + + .dataa(\text_gen|char_ram~42515_combout ), + .datab(\text_gen|char_ram~2513_q ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~6097_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42516 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~42516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N29 +dffeas \text_gen|char_ram~16849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16849 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y22_N21 +dffeas \text_gen|char_ram~20433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20419feeder ( +// Equation(s): +// \text_gen|char_ram~20419feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20419feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20419feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20419feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y21_N23 +dffeas \text_gen|char_ram~20419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20419feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y22_N5 +dffeas \text_gen|char_ram~16835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42513 ( +// Equation(s): +// \text_gen|char_ram~42513_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~20419_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~16835_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~20419_q ), + .datac(\text_gen|char_ram~16835_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~42513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42513 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42514 ( +// Equation(s): +// \text_gen|char_ram~42514_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42513_combout & ((\text_gen|char_ram~20433_q ))) # (!\text_gen|char_ram~42513_combout & (\text_gen|char_ram~16849_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42513_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~16849_q ), + .datac(\text_gen|char_ram~20433_q ), + .datad(\text_gen|char_ram~42513_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42514 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42517 ( +// Equation(s): +// \text_gen|char_ram~42517_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42514_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42516_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42516_combout ), + .datad(\text_gen|char_ram~42514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42517 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42520 ( +// Equation(s): +// \text_gen|char_ram~42520_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42517_combout & ((\text_gen|char_ram~42519_combout ))) # (!\text_gen|char_ram~42517_combout & (\text_gen|char_ram~42512_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42517_combout )))) + + .dataa(\text_gen|char_ram~42512_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42519_combout ), + .datad(\text_gen|char_ram~42517_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42520 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42521 ( +// Equation(s): +// \text_gen|char_ram~42521_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42510_combout & ((\text_gen|char_ram~42520_combout ))) # (!\text_gen|char_ram~42510_combout & (\text_gen|char_ram~42489_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42510_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42489_combout ), + .datac(\text_gen|char_ram~42510_combout ), + .datad(\text_gen|char_ram~42520_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42521 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~42521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y11_N1 +dffeas \text_gen|char_ram~22281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22281 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y11_N3 +dffeas \text_gen|char_ram~24073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y12_N11 +dffeas \text_gen|char_ram~24045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y15_N25 +dffeas \text_gen|char_ram~22253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22253 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42614 ( +// Equation(s): +// \text_gen|char_ram~42614_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24045_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22253_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24045_q ), + .datac(\text_gen|char_ram~22253_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42614_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42614 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42614 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y11_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42615 ( +// Equation(s): +// \text_gen|char_ram~42615_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42614_combout & ((\text_gen|char_ram~24073_q ))) # (!\text_gen|char_ram~42614_combout & (\text_gen|char_ram~22281_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42614_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22281_q ), + .datac(\text_gen|char_ram~24073_q ), + .datad(\text_gen|char_ram~42614_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42615_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42615 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42615 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9709feeder ( +// Equation(s): +// \text_gen|char_ram~9709feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9709feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9709feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9709feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y11_N23 +dffeas \text_gen|char_ram~9709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9709feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y15_N31 +dffeas \text_gen|char_ram~7917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7917 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42607 ( +// Equation(s): +// \text_gen|char_ram~42607_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9709_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7917_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9709_q ), + .datac(\text_gen|char_ram~7917_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42607_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42607 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42607 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y14_N29 +dffeas \text_gen|char_ram~7945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y12_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9737feeder ( +// Equation(s): +// \text_gen|char_ram~9737feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9737feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9737feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9737feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y12_N31 +dffeas \text_gen|char_ram~9737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9737feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42608 ( +// Equation(s): +// \text_gen|char_ram~42608_combout = (\text_gen|char_ram~42607_combout & (((\text_gen|char_ram~9737_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~42607_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~7945_q ))) + + .dataa(\text_gen|char_ram~42607_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7945_q ), + .datad(\text_gen|char_ram~9737_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42608_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42608 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~42608 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~22267feeder ( +// Equation(s): +// \text_gen|char_ram~22267feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22267feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22267feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22267feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y23_N17 +dffeas \text_gen|char_ram~22267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22267feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y23_N9 +dffeas \text_gen|char_ram~24059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y26_N19 +dffeas \text_gen|char_ram~24031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y23_N11 +dffeas \text_gen|char_ram~22239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22239 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42609 ( +// Equation(s): +// \text_gen|char_ram~42609_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24031_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22239_q ))))) + + .dataa(\text_gen|char_ram~24031_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22239_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42609_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42609 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42609 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42610 ( +// Equation(s): +// \text_gen|char_ram~42610_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42609_combout & ((\text_gen|char_ram~24059_q ))) # (!\text_gen|char_ram~42609_combout & (\text_gen|char_ram~22267_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42609_combout )))) + + .dataa(\text_gen|char_ram~22267_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24059_q ), + .datad(\text_gen|char_ram~42609_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42610_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42610 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42610 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y16_N29 +dffeas \text_gen|char_ram~7931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7931 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y16_N7 +dffeas \text_gen|char_ram~9723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9695feeder ( +// Equation(s): +// \text_gen|char_ram~9695feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9695feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9695feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9695feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y16_N23 +dffeas \text_gen|char_ram~9695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9695feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y16_N17 +dffeas \text_gen|char_ram~7903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7903 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42611 ( +// Equation(s): +// \text_gen|char_ram~42611_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9695_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~7903_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~9695_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7903_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~42611_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42611 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42611 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42612 ( +// Equation(s): +// \text_gen|char_ram~42612_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42611_combout & ((\text_gen|char_ram~9723_q ))) # (!\text_gen|char_ram~42611_combout & (\text_gen|char_ram~7931_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42611_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7931_q ), + .datac(\text_gen|char_ram~9723_q ), + .datad(\text_gen|char_ram~42611_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42612_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42612 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42612 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42613 ( +// Equation(s): +// \text_gen|char_ram~42613_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~42610_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~42612_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42610_combout ), + .datad(\text_gen|char_ram~42612_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42613_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42613 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42613 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42616 ( +// Equation(s): +// \text_gen|char_ram~42616_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42613_combout & (\text_gen|char_ram~42615_combout )) # (!\text_gen|char_ram~42613_combout & ((\text_gen|char_ram~42608_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42613_combout )))) + + .dataa(\text_gen|char_ram~42615_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42608_combout ), + .datad(\text_gen|char_ram~42613_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42616_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42616 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42616 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y11_N11 +dffeas \text_gen|char_ram~25865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25865 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y10_N15 +dffeas \text_gen|char_ram~27657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y10_N5 +dffeas \text_gen|char_ram~25837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25837 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~27629feeder ( +// Equation(s): +// \text_gen|char_ram~27629feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27629feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27629feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27629feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y14_N5 +dffeas \text_gen|char_ram~27629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27629feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42645 ( +// Equation(s): +// \text_gen|char_ram~42645_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~27629_q )))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~25837_q & (!\vga_c|h_cnt [6]))) + + .dataa(\text_gen|char_ram~25837_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~27629_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42645_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42645 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~42645 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42646 ( +// Equation(s): +// \text_gen|char_ram~42646_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42645_combout & ((\text_gen|char_ram~27657_q ))) # (!\text_gen|char_ram~42645_combout & (\text_gen|char_ram~25865_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42645_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25865_q ), + .datac(\text_gen|char_ram~27657_q ), + .datad(\text_gen|char_ram~42645_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42646_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42646 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42646 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y10_N15 +dffeas \text_gen|char_ram~13321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y17_N25 +dffeas \text_gen|char_ram~11529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~13293feeder ( +// Equation(s): +// \text_gen|char_ram~13293feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N23 +dffeas \text_gen|char_ram~13293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y17_N23 +dffeas \text_gen|char_ram~11501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42638 ( +// Equation(s): +// \text_gen|char_ram~42638_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~13293_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11501_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13293_q ), + .datac(\text_gen|char_ram~11501_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42638_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42638 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42638 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42639 ( +// Equation(s): +// \text_gen|char_ram~42639_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42638_combout & (\text_gen|char_ram~13321_q )) # (!\text_gen|char_ram~42638_combout & ((\text_gen|char_ram~11529_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42638_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13321_q ), + .datac(\text_gen|char_ram~11529_q ), + .datad(\text_gen|char_ram~42638_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42639_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42639 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42639 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11515feeder ( +// Equation(s): +// \text_gen|char_ram~11515feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11515feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11515feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11515feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y13_N1 +dffeas \text_gen|char_ram~11515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11515feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y14_N13 +dffeas \text_gen|char_ram~13307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13279feeder ( +// Equation(s): +// \text_gen|char_ram~13279feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13279feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13279feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13279feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y16_N17 +dffeas \text_gen|char_ram~13279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13279feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y16_N21 +dffeas \text_gen|char_ram~11487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42642 ( +// Equation(s): +// \text_gen|char_ram~42642_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~13279_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11487_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13279_q ), + .datac(\text_gen|char_ram~11487_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42642_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42642 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42642 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42643 ( +// Equation(s): +// \text_gen|char_ram~42643_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42642_combout & ((\text_gen|char_ram~13307_q ))) # (!\text_gen|char_ram~42642_combout & (\text_gen|char_ram~11515_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42642_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~11515_q ), + .datac(\text_gen|char_ram~13307_q ), + .datad(\text_gen|char_ram~42642_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42643_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42643 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42643 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25851feeder ( +// Equation(s): +// \text_gen|char_ram~25851feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25851feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25851feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25851feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y13_N15 +dffeas \text_gen|char_ram~25851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25851feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y22_N11 +dffeas \text_gen|char_ram~27643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y25_N15 +dffeas \text_gen|char_ram~27615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27615 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y22_N25 +dffeas \text_gen|char_ram~25823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25823 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42640 ( +// Equation(s): +// \text_gen|char_ram~42640_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~27615_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~25823_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27615_q ), + .datac(\text_gen|char_ram~25823_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42640_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42640 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42640 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42641 ( +// Equation(s): +// \text_gen|char_ram~42641_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42640_combout & ((\text_gen|char_ram~27643_q ))) # (!\text_gen|char_ram~42640_combout & (\text_gen|char_ram~25851_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42640_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25851_q ), + .datac(\text_gen|char_ram~27643_q ), + .datad(\text_gen|char_ram~42640_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42641_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42641 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42641 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42644 ( +// Equation(s): +// \text_gen|char_ram~42644_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42641_combout ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42643_combout )))) + + .dataa(\text_gen|char_ram~42643_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42641_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42644_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42644 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~42644 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42647 ( +// Equation(s): +// \text_gen|char_ram~42647_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42644_combout & (\text_gen|char_ram~42646_combout )) # (!\text_gen|char_ram~42644_combout & ((\text_gen|char_ram~42639_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42644_combout )))) + + .dataa(\text_gen|char_ram~42646_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42639_combout ), + .datad(\text_gen|char_ram~42644_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42647_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42647 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42647 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y14_N31 +dffeas \text_gen|char_ram~4361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y14_N21 +dffeas \text_gen|char_ram~6153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6153 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~6125feeder ( +// Equation(s): +// \text_gen|char_ram~6125feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6125feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y14_N27 +dffeas \text_gen|char_ram~6125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y14_N19 +dffeas \text_gen|char_ram~4333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42617 ( +// Equation(s): +// \text_gen|char_ram~42617_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~6125_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~4333_q ))))) + + .dataa(\text_gen|char_ram~6125_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4333_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42617_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42617 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42617 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42618 ( +// Equation(s): +// \text_gen|char_ram~42618_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42617_combout & ((\text_gen|char_ram~6153_q ))) # (!\text_gen|char_ram~42617_combout & (\text_gen|char_ram~4361_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42617_combout )))) + + .dataa(\text_gen|char_ram~4361_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6153_q ), + .datad(\text_gen|char_ram~42617_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42618_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42618 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42618 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y17_N17 +dffeas \text_gen|char_ram~18683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y15_N13 +dffeas \text_gen|char_ram~20475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y13_N25 +dffeas \text_gen|char_ram~20447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y15_N19 +dffeas \text_gen|char_ram~18655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42619 ( +// Equation(s): +// \text_gen|char_ram~42619_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20447_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~18655_q ))))) + + .dataa(\text_gen|char_ram~20447_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18655_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42619_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42619 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42619 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42620 ( +// Equation(s): +// \text_gen|char_ram~42620_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42619_combout & ((\text_gen|char_ram~20475_q ))) # (!\text_gen|char_ram~42619_combout & (\text_gen|char_ram~18683_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42619_combout )))) + + .dataa(\text_gen|char_ram~18683_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20475_q ), + .datad(\text_gen|char_ram~42619_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42620_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42620 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42620 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4347feeder ( +// Equation(s): +// \text_gen|char_ram~4347feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4347feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4347feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4347feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y13_N11 +dffeas \text_gen|char_ram~4347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4347feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y14_N23 +dffeas \text_gen|char_ram~6139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y25_N11 +dffeas \text_gen|char_ram~6111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y22_N5 +dffeas \text_gen|char_ram~4319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42621 ( +// Equation(s): +// \text_gen|char_ram~42621_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~6111_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~4319_q ))))) + + .dataa(\text_gen|char_ram~6111_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4319_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42621_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42621 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42621 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42622 ( +// Equation(s): +// \text_gen|char_ram~42622_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42621_combout & ((\text_gen|char_ram~6139_q ))) # (!\text_gen|char_ram~42621_combout & (\text_gen|char_ram~4347_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42621_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4347_q ), + .datac(\text_gen|char_ram~6139_q ), + .datad(\text_gen|char_ram~42621_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42622_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42622 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42622 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42623 ( +// Equation(s): +// \text_gen|char_ram~42623_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~42620_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~42622_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42620_combout ), + .datad(\text_gen|char_ram~42622_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42623_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42623 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42623 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N29 +dffeas \text_gen|char_ram~18697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y10_N13 +dffeas \text_gen|char_ram~20489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y9_N13 +dffeas \text_gen|char_ram~20461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y9_N3 +dffeas \text_gen|char_ram~18669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y9_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42624 ( +// Equation(s): +// \text_gen|char_ram~42624_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20461_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~18669_q ))))) + + .dataa(\text_gen|char_ram~20461_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18669_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42624_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42624 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42624 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y10_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42625 ( +// Equation(s): +// \text_gen|char_ram~42625_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42624_combout & ((\text_gen|char_ram~20489_q ))) # (!\text_gen|char_ram~42624_combout & (\text_gen|char_ram~18697_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42624_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~18697_q ), + .datac(\text_gen|char_ram~20489_q ), + .datad(\text_gen|char_ram~42624_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42625_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42625 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42625 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42626 ( +// Equation(s): +// \text_gen|char_ram~42626_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42623_combout & ((\text_gen|char_ram~42625_combout ))) # (!\text_gen|char_ram~42623_combout & (\text_gen|char_ram~42618_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42623_combout )))) + + .dataa(\text_gen|char_ram~42618_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42623_combout ), + .datad(\text_gen|char_ram~42625_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42626_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42626 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~42626 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~777feeder ( +// Equation(s): +// \text_gen|char_ram~777feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~777feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~777feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~777feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y11_N25 +dffeas \text_gen|char_ram~777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~777feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y11_N17 +dffeas \text_gen|char_ram~2569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y9_N11 +dffeas \text_gen|char_ram~2541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2541 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y9_N13 +dffeas \text_gen|char_ram~749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y9_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42627 ( +// Equation(s): +// \text_gen|char_ram~42627_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2541_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~749_q ))))) + + .dataa(\text_gen|char_ram~2541_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~749_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42627_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42627 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42627 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42628 ( +// Equation(s): +// \text_gen|char_ram~42628_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42627_combout & ((\text_gen|char_ram~2569_q ))) # (!\text_gen|char_ram~42627_combout & (\text_gen|char_ram~777_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~42627_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~777_q ), + .datac(\text_gen|char_ram~2569_q ), + .datad(\text_gen|char_ram~42627_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42628_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42628 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42628 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y15_N15 +dffeas \text_gen|char_ram~15099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15099 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y14_N27 +dffeas \text_gen|char_ram~16891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y19_N17 +dffeas \text_gen|char_ram~15071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15071 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16863feeder ( +// Equation(s): +// \text_gen|char_ram~16863feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y22_N23 +dffeas \text_gen|char_ram~16863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16863 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42629 ( +// Equation(s): +// \text_gen|char_ram~42629_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16863_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15071_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15071_q ), + .datad(\text_gen|char_ram~16863_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42629_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42629 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42629 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42630 ( +// Equation(s): +// \text_gen|char_ram~42630_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42629_combout & ((\text_gen|char_ram~16891_q ))) # (!\text_gen|char_ram~42629_combout & (\text_gen|char_ram~15099_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42629_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~15099_q ), + .datac(\text_gen|char_ram~16891_q ), + .datad(\text_gen|char_ram~42629_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42630_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42630 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42630 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y16_N29 +dffeas \text_gen|char_ram~763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54436_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y14_N1 +dffeas \text_gen|char_ram~2555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y22_N29 +dffeas \text_gen|char_ram~2527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y22_N23 +dffeas \text_gen|char_ram~735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42631 ( +// Equation(s): +// \text_gen|char_ram~42631_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2527_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~735_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2527_q ), + .datac(\text_gen|char_ram~735_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42631_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42631 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42631 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42632 ( +// Equation(s): +// \text_gen|char_ram~42632_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42631_combout & ((\text_gen|char_ram~2555_q ))) # (!\text_gen|char_ram~42631_combout & (\text_gen|char_ram~763_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~42631_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~763_q ), + .datac(\text_gen|char_ram~2555_q ), + .datad(\text_gen|char_ram~42631_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42632_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42632 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42632 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42633 ( +// Equation(s): +// \text_gen|char_ram~42633_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42630_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42632_combout ))))) + + .dataa(\text_gen|char_ram~42630_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42632_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42633_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42633 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~42633 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y11_N7 +dffeas \text_gen|char_ram~15113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15113 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y11_N27 +dffeas \text_gen|char_ram~16905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16877feeder ( +// Equation(s): +// \text_gen|char_ram~16877feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y11_N23 +dffeas \text_gen|char_ram~16877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y15_N15 +dffeas \text_gen|char_ram~15085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15085 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42634 ( +// Equation(s): +// \text_gen|char_ram~42634_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~16877_q ) # ((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~15085_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16877_q ), + .datac(\text_gen|char_ram~15085_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~42634_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42634 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42634 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y11_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42635 ( +// Equation(s): +// \text_gen|char_ram~42635_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42634_combout & ((\text_gen|char_ram~16905_q ))) # (!\text_gen|char_ram~42634_combout & (\text_gen|char_ram~15113_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42634_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~15113_q ), + .datac(\text_gen|char_ram~16905_q ), + .datad(\text_gen|char_ram~42634_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42635_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42635 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42635 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42636 ( +// Equation(s): +// \text_gen|char_ram~42636_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42633_combout & ((\text_gen|char_ram~42635_combout ))) # (!\text_gen|char_ram~42633_combout & (\text_gen|char_ram~42628_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42633_combout )))) + + .dataa(\text_gen|char_ram~42628_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42633_combout ), + .datad(\text_gen|char_ram~42635_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42636_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42636 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~42636 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42637 ( +// Equation(s): +// \text_gen|char_ram~42637_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42626_combout )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~42636_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42626_combout ), + .datad(\text_gen|char_ram~42636_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42637_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42637 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42637 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42648 ( +// Equation(s): +// \text_gen|char_ram~42648_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42637_combout & ((\text_gen|char_ram~42647_combout ))) # (!\text_gen|char_ram~42637_combout & (\text_gen|char_ram~42616_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42637_combout )))) + + .dataa(\text_gen|char_ram~42616_combout ), + .datab(\text_gen|char_ram~42647_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42637_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42648_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42648 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~42648 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~20412feeder ( +// Equation(s): +// \text_gen|char_ram~20412feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20412feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20412feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20412feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N5 +dffeas \text_gen|char_ram~20412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20412feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y14_N1 +dffeas \text_gen|char_ram~20426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y14_N11 +dffeas \text_gen|char_ram~20384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y7_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20398feeder ( +// Equation(s): +// \text_gen|char_ram~20398feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20398feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y7_N21 +dffeas \text_gen|char_ram~20398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y14_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42595 ( +// Equation(s): +// \text_gen|char_ram~42595_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~20398_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20384_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20384_q ), + .datad(\text_gen|char_ram~20398_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42595_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42595 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42595 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y14_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42596 ( +// Equation(s): +// \text_gen|char_ram~42596_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42595_combout & ((\text_gen|char_ram~20426_q ))) # (!\text_gen|char_ram~42595_combout & (\text_gen|char_ram~20412_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42595_combout )))) + + .dataa(\text_gen|char_ram~20412_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20426_q ), + .datad(\text_gen|char_ram~42595_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42596_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42596 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42596 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23996feeder ( +// Equation(s): +// \text_gen|char_ram~23996feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23996feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23996feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23996feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N25 +dffeas \text_gen|char_ram~23996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23996feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y20_N21 +dffeas \text_gen|char_ram~24010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y20_N15 +dffeas \text_gen|char_ram~23968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23968 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y20_N25 +dffeas \text_gen|char_ram~23982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42597 ( +// Equation(s): +// \text_gen|char_ram~42597_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23982_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23968_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23968_q ), + .datad(\text_gen|char_ram~23982_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42597_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42597 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42597 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42598 ( +// Equation(s): +// \text_gen|char_ram~42598_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42597_combout & ((\text_gen|char_ram~24010_q ))) # (!\text_gen|char_ram~42597_combout & (\text_gen|char_ram~23996_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42597_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23996_q ), + .datac(\text_gen|char_ram~24010_q ), + .datad(\text_gen|char_ram~42597_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42598_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42598 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42598 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y20_N5 +dffeas \text_gen|char_ram~16828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X57_Y20_N19 +dffeas \text_gen|char_ram~16842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16842 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y12_N19 +dffeas \text_gen|char_ram~16814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y12_N17 +dffeas \text_gen|char_ram~16800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42599 ( +// Equation(s): +// \text_gen|char_ram~42599_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~16814_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~16800_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16814_q ), + .datac(\text_gen|char_ram~16800_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~42599_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42599 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42599 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42600 ( +// Equation(s): +// \text_gen|char_ram~42600_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42599_combout & ((\text_gen|char_ram~16842_q ))) # (!\text_gen|char_ram~42599_combout & (\text_gen|char_ram~16828_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42599_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16828_q ), + .datac(\text_gen|char_ram~16842_q ), + .datad(\text_gen|char_ram~42599_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42600_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42600 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42600 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42601 ( +// Equation(s): +// \text_gen|char_ram~42601_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42598_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~42600_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42598_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~42600_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42601_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42601 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~42601 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N15 +dffeas \text_gen|char_ram~27580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y19_N11 +dffeas \text_gen|char_ram~27594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y18_N9 +dffeas \text_gen|char_ram~27552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y22_N7 +dffeas \text_gen|char_ram~27566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42602 ( +// Equation(s): +// \text_gen|char_ram~42602_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27566_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27552_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27552_q ), + .datad(\text_gen|char_ram~27566_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42602_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42602 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42602 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42603 ( +// Equation(s): +// \text_gen|char_ram~42603_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42602_combout & ((\text_gen|char_ram~27594_q ))) # (!\text_gen|char_ram~42602_combout & (\text_gen|char_ram~27580_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42602_combout )))) + + .dataa(\text_gen|char_ram~27580_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27594_q ), + .datad(\text_gen|char_ram~42602_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42603_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42603 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42603 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42604 ( +// Equation(s): +// \text_gen|char_ram~42604_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42601_combout & ((\text_gen|char_ram~42603_combout ))) # (!\text_gen|char_ram~42601_combout & (\text_gen|char_ram~42596_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42601_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42596_combout ), + .datac(\text_gen|char_ram~42601_combout ), + .datad(\text_gen|char_ram~42603_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42604_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42604 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~42604 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N1 +dffeas \text_gen|char_ram~25760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y21_N19 +dffeas \text_gen|char_ram~25774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42571 ( +// Equation(s): +// \text_gen|char_ram~42571_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~25774_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~25760_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25760_q ), + .datad(\text_gen|char_ram~25774_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42571_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42571 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42571 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y21_N3 +dffeas \text_gen|char_ram~25802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y21_N29 +dffeas \text_gen|char_ram~25788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42572 ( +// Equation(s): +// \text_gen|char_ram~42572_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42571_combout & (\text_gen|char_ram~25802_q )) # (!\text_gen|char_ram~42571_combout & ((\text_gen|char_ram~25788_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~42571_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~42571_combout ), + .datac(\text_gen|char_ram~25802_q ), + .datad(\text_gen|char_ram~25788_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42572_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42572 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42572 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y23_N11 +dffeas \text_gen|char_ram~18634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y23_N29 +dffeas \text_gen|char_ram~18620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y23_N27 +dffeas \text_gen|char_ram~18592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18592 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18606feeder ( +// Equation(s): +// \text_gen|char_ram~18606feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18606feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18606feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18606feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y19_N17 +dffeas \text_gen|char_ram~18606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18606feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42564 ( +// Equation(s): +// \text_gen|char_ram~42564_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~18606_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~18592_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18592_q ), + .datad(\text_gen|char_ram~18606_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42564_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42564 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42564 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42565 ( +// Equation(s): +// \text_gen|char_ram~42565_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42564_combout & (\text_gen|char_ram~18634_q )) # (!\text_gen|char_ram~42564_combout & ((\text_gen|char_ram~18620_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42564_combout )))) + + .dataa(\text_gen|char_ram~18634_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18620_q ), + .datad(\text_gen|char_ram~42564_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42565_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42565 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42565 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y19_N13 +dffeas \text_gen|char_ram~15036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y19_N7 +dffeas \text_gen|char_ram~15050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y19_N15 +dffeas \text_gen|char_ram~15008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y19_N17 +dffeas \text_gen|char_ram~15022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42568 ( +// Equation(s): +// \text_gen|char_ram~42568_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15022_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15008_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15008_q ), + .datad(\text_gen|char_ram~15022_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42568_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42568 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42568 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42569 ( +// Equation(s): +// \text_gen|char_ram~42569_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42568_combout & ((\text_gen|char_ram~15050_q ))) # (!\text_gen|char_ram~42568_combout & (\text_gen|char_ram~15036_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42568_combout )))) + + .dataa(\text_gen|char_ram~15036_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15050_q ), + .datad(\text_gen|char_ram~42568_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42569_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42569 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42569 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y19_N13 +dffeas \text_gen|char_ram~22204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y19_N3 +dffeas \text_gen|char_ram~22218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N17 +dffeas \text_gen|char_ram~22176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y22_N7 +dffeas \text_gen|char_ram~22190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42566 ( +// Equation(s): +// \text_gen|char_ram~42566_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~22190_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~22176_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22176_q ), + .datad(\text_gen|char_ram~22190_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42566_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42566 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42566 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42567 ( +// Equation(s): +// \text_gen|char_ram~42567_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42566_combout & ((\text_gen|char_ram~22218_q ))) # (!\text_gen|char_ram~42566_combout & (\text_gen|char_ram~22204_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42566_combout )))) + + .dataa(\text_gen|char_ram~22204_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22218_q ), + .datad(\text_gen|char_ram~42566_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42567_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42567 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42567 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42570 ( +// Equation(s): +// \text_gen|char_ram~42570_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~42567_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~42569_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42569_combout ), + .datad(\text_gen|char_ram~42567_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42570_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42570 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42570 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42573 ( +// Equation(s): +// \text_gen|char_ram~42573_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42570_combout & (\text_gen|char_ram~42572_combout )) # (!\text_gen|char_ram~42570_combout & ((\text_gen|char_ram~42565_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42570_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42572_combout ), + .datac(\text_gen|char_ram~42565_combout ), + .datad(\text_gen|char_ram~42570_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42573_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42573 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42573 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y17_N31 +dffeas \text_gen|char_ram~11438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11438 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y16_N19 +dffeas \text_gen|char_ram~11424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11424 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42591 ( +// Equation(s): +// \text_gen|char_ram~42591_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~11438_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~11424_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~11438_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~11424_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~42591_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42591 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42591 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y20_N17 +dffeas \text_gen|char_ram~11466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~11452feeder ( +// Equation(s): +// \text_gen|char_ram~11452feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11452feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11452feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11452feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y21_N13 +dffeas \text_gen|char_ram~11452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11452feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42592 ( +// Equation(s): +// \text_gen|char_ram~42592_combout = (\text_gen|char_ram~42591_combout & (((\text_gen|char_ram~11466_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~42591_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~11452_q )))) + + .dataa(\text_gen|char_ram~42591_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11466_q ), + .datad(\text_gen|char_ram~11452_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42592_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42592 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42592 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y20_N21 +dffeas \text_gen|char_ram~7868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y20_N31 +dffeas \text_gen|char_ram~7882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7882 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y20_N25 +dffeas \text_gen|char_ram~7840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7854feeder ( +// Equation(s): +// \text_gen|char_ram~7854feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7854feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7854feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7854feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y19_N19 +dffeas \text_gen|char_ram~7854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7854feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42586 ( +// Equation(s): +// \text_gen|char_ram~42586_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7854_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7840_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7840_q ), + .datad(\text_gen|char_ram~7854_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42586_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42586 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42586 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42587 ( +// Equation(s): +// \text_gen|char_ram~42587_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42586_combout & ((\text_gen|char_ram~7882_q ))) # (!\text_gen|char_ram~42586_combout & (\text_gen|char_ram~7868_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42586_combout )))) + + .dataa(\text_gen|char_ram~7868_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7882_q ), + .datad(\text_gen|char_ram~42586_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42587_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42587 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42587 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y19_N23 +dffeas \text_gen|char_ram~700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y19_N1 +dffeas \text_gen|char_ram~714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~714 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~686feeder ( +// Equation(s): +// \text_gen|char_ram~686feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~686feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~686feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~686feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y19_N7 +dffeas \text_gen|char_ram~686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~686feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y19_N11 +dffeas \text_gen|char_ram~672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42588 ( +// Equation(s): +// \text_gen|char_ram~42588_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~686_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~672_q ))))) + + .dataa(\text_gen|char_ram~686_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~672_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~42588_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42588 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42588 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42589 ( +// Equation(s): +// \text_gen|char_ram~42589_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42588_combout & ((\text_gen|char_ram~714_q ))) # (!\text_gen|char_ram~42588_combout & (\text_gen|char_ram~700_q )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~42588_combout +// )))) + + .dataa(\text_gen|char_ram~700_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~714_q ), + .datad(\text_gen|char_ram~42588_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42589_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42589 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42589 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42590 ( +// Equation(s): +// \text_gen|char_ram~42590_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~42587_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~42589_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42587_combout ), + .datad(\text_gen|char_ram~42589_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42590_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42590 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42590 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y22_N21 +dffeas \text_gen|char_ram~4256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4256 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y22_N25 +dffeas \text_gen|char_ram~4270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42584 ( +// Equation(s): +// \text_gen|char_ram~42584_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~4270_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4256_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4256_q ), + .datad(\text_gen|char_ram~4270_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42584_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42584 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42584 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y22_N1 +dffeas \text_gen|char_ram~4298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y22_N19 +dffeas \text_gen|char_ram~4284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42585 ( +// Equation(s): +// \text_gen|char_ram~42585_combout = (\text_gen|char_ram~42584_combout & (((\text_gen|char_ram~4298_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~42584_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~4284_q )))) + + .dataa(\text_gen|char_ram~42584_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~4298_q ), + .datad(\text_gen|char_ram~4284_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42585_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42585 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42585 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42593 ( +// Equation(s): +// \text_gen|char_ram~42593_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42590_combout & (\text_gen|char_ram~42592_combout )) # (!\text_gen|char_ram~42590_combout & ((\text_gen|char_ram~42585_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42590_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42592_combout ), + .datac(\text_gen|char_ram~42590_combout ), + .datad(\text_gen|char_ram~42585_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42593_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42593 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~42593 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~9660feeder ( +// Equation(s): +// \text_gen|char_ram~9660feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9660feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9660feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9660feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y21_N7 +dffeas \text_gen|char_ram~9660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9660feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y19_N3 +dffeas \text_gen|char_ram~9674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y18_N1 +dffeas \text_gen|char_ram~9632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9646feeder ( +// Equation(s): +// \text_gen|char_ram~9646feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9646feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y18_N27 +dffeas \text_gen|char_ram~9646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y18_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42576 ( +// Equation(s): +// \text_gen|char_ram~42576_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9646_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9632_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9632_q ), + .datad(\text_gen|char_ram~9646_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42576_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42576 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42576 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42577 ( +// Equation(s): +// \text_gen|char_ram~42577_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42576_combout & ((\text_gen|char_ram~9674_q ))) # (!\text_gen|char_ram~42576_combout & (\text_gen|char_ram~9660_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42576_combout )))) + + .dataa(\text_gen|char_ram~9660_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9674_q ), + .datad(\text_gen|char_ram~42576_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42577_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42577 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42577 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y20_N11 +dffeas \text_gen|char_ram~2492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2492 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y20_N7 +dffeas \text_gen|char_ram~2506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y20_N15 +dffeas \text_gen|char_ram~2464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~2478feeder ( +// Equation(s): +// \text_gen|char_ram~2478feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2478feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2478feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2478feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y16_N27 +dffeas \text_gen|char_ram~2478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2478feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42578 ( +// Equation(s): +// \text_gen|char_ram~42578_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2478_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2464_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2464_q ), + .datad(\text_gen|char_ram~2478_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42578_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42578 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42578 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42579 ( +// Equation(s): +// \text_gen|char_ram~42579_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42578_combout & ((\text_gen|char_ram~2506_q ))) # (!\text_gen|char_ram~42578_combout & (\text_gen|char_ram~2492_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42578_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2492_q ), + .datac(\text_gen|char_ram~2506_q ), + .datad(\text_gen|char_ram~42578_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42579_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42579 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42579 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42580 ( +// Equation(s): +// \text_gen|char_ram~42580_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~42577_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~42579_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42577_combout ), + .datad(\text_gen|char_ram~42579_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42580_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42580 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42580 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y21_N1 +dffeas \text_gen|char_ram~6076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y18_N25 +dffeas \text_gen|char_ram~6090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y18_N19 +dffeas \text_gen|char_ram~6048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y22_N9 +dffeas \text_gen|char_ram~6062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6062 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42574 ( +// Equation(s): +// \text_gen|char_ram~42574_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6062_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6048_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6048_q ), + .datad(\text_gen|char_ram~6062_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42574_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42574 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42574 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42575 ( +// Equation(s): +// \text_gen|char_ram~42575_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42574_combout & ((\text_gen|char_ram~6090_q ))) # (!\text_gen|char_ram~42574_combout & (\text_gen|char_ram~6076_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42574_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6076_q ), + .datac(\text_gen|char_ram~6090_q ), + .datad(\text_gen|char_ram~42574_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42575_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42575 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42575 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13244feeder ( +// Equation(s): +// \text_gen|char_ram~13244feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y21_N21 +dffeas \text_gen|char_ram~13244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y20_N11 +dffeas \text_gen|char_ram~13258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y18_N23 +dffeas \text_gen|char_ram~13216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y18_N4 +cycloneiv_lcell_comb \text_gen|char_ram~13230feeder ( +// Equation(s): +// \text_gen|char_ram~13230feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y18_N5 +dffeas \text_gen|char_ram~13230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y18_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42581 ( +// Equation(s): +// \text_gen|char_ram~42581_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~13230_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13216_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13216_q ), + .datad(\text_gen|char_ram~13230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42581_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42581 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42581 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42582 ( +// Equation(s): +// \text_gen|char_ram~42582_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42581_combout & ((\text_gen|char_ram~13258_q ))) # (!\text_gen|char_ram~42581_combout & (\text_gen|char_ram~13244_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42581_combout )))) + + .dataa(\text_gen|char_ram~13244_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13258_q ), + .datad(\text_gen|char_ram~42581_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42582_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42582 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42582 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42583 ( +// Equation(s): +// \text_gen|char_ram~42583_combout = (\text_gen|char_ram~42580_combout & (((\text_gen|char_ram~42582_combout ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~42580_combout & (\text_gen|char_ram~42575_combout & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~42580_combout ), + .datab(\text_gen|char_ram~42575_combout ), + .datac(\text_gen|char_ram~42582_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42583_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42583 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42583 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42594 ( +// Equation(s): +// \text_gen|char_ram~42594_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~42583_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~42593_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42593_combout ), + .datad(\text_gen|char_ram~42583_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42594_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42594 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42594 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42605 ( +// Equation(s): +// \text_gen|char_ram~42605_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42594_combout & (\text_gen|char_ram~42604_combout )) # (!\text_gen|char_ram~42594_combout & ((\text_gen|char_ram~42573_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42594_combout )))) + + .dataa(\text_gen|char_ram~42604_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42573_combout ), + .datad(\text_gen|char_ram~42594_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42605_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42605 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42605 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22274feeder ( +// Equation(s): +// \text_gen|char_ram~22274feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22274feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22274feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22274feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y15_N29 +dffeas \text_gen|char_ram~22274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22274feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y12_N9 +dffeas \text_gen|char_ram~24066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24066 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y15_N4 +cycloneiv_lcell_comb \text_gen|char_ram~24038feeder ( +// Equation(s): +// \text_gen|char_ram~24038feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24038feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24038feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24038feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y15_N5 +dffeas \text_gen|char_ram~24038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24038feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y15_N7 +dffeas \text_gen|char_ram~22246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42553 ( +// Equation(s): +// \text_gen|char_ram~42553_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24038_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22246_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24038_q ), + .datac(\text_gen|char_ram~22246_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42553_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42553 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42553 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42554 ( +// Equation(s): +// \text_gen|char_ram~42554_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42553_combout & ((\text_gen|char_ram~24066_q ))) # (!\text_gen|char_ram~42553_combout & (\text_gen|char_ram~22274_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42553_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~22274_q ), + .datac(\text_gen|char_ram~24066_q ), + .datad(\text_gen|char_ram~42553_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42554_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42554 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42554 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y17_N21 +dffeas \text_gen|char_ram~25844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y17_N31 +dffeas \text_gen|char_ram~27636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y17_N31 +dffeas \text_gen|char_ram~27608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y17_N19 +dffeas \text_gen|char_ram~25816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42555 ( +// Equation(s): +// \text_gen|char_ram~42555_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~27608_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~25816_q ))))) + + .dataa(\text_gen|char_ram~27608_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~25816_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42555_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42555 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42555 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42556 ( +// Equation(s): +// \text_gen|char_ram~42556_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42555_combout & ((\text_gen|char_ram~27636_q ))) # (!\text_gen|char_ram~42555_combout & (\text_gen|char_ram~25844_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42555_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~25844_q ), + .datac(\text_gen|char_ram~27636_q ), + .datad(\text_gen|char_ram~42555_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42556_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42556 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42556 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y17_N29 +dffeas \text_gen|char_ram~22260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y17_N11 +dffeas \text_gen|char_ram~24052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~24024feeder ( +// Equation(s): +// \text_gen|char_ram~24024feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24024feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y17_N25 +dffeas \text_gen|char_ram~24024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y17_N25 +dffeas \text_gen|char_ram~22232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42557 ( +// Equation(s): +// \text_gen|char_ram~42557_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~24024_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~22232_q ))))) + + .dataa(\text_gen|char_ram~24024_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~22232_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42557_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42557 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42557 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42558 ( +// Equation(s): +// \text_gen|char_ram~42558_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42557_combout & ((\text_gen|char_ram~24052_q ))) # (!\text_gen|char_ram~42557_combout & (\text_gen|char_ram~22260_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42557_combout )))) + + .dataa(\text_gen|char_ram~22260_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24052_q ), + .datad(\text_gen|char_ram~42557_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42558_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42558 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42558 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42559 ( +// Equation(s): +// \text_gen|char_ram~42559_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~42556_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~42558_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42556_combout ), + .datad(\text_gen|char_ram~42558_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42559_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42559 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42559 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y9_N19 +dffeas \text_gen|char_ram~27650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27650 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y9_N17 +dffeas \text_gen|char_ram~25858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27622feeder ( +// Equation(s): +// \text_gen|char_ram~27622feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27622feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27622feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27622feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y10_N29 +dffeas \text_gen|char_ram~27622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27622feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27622 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y13_N29 +dffeas \text_gen|char_ram~25830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42560 ( +// Equation(s): +// \text_gen|char_ram~42560_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~27622_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~25830_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27622_q ), + .datac(\text_gen|char_ram~25830_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42560_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42560 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42560 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42561 ( +// Equation(s): +// \text_gen|char_ram~42561_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42560_combout & (\text_gen|char_ram~27650_q )) # (!\text_gen|char_ram~42560_combout & ((\text_gen|char_ram~25858_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42560_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27650_q ), + .datac(\text_gen|char_ram~25858_q ), + .datad(\text_gen|char_ram~42560_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42561_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42561 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42561 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42562 ( +// Equation(s): +// \text_gen|char_ram~42562_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42559_combout & ((\text_gen|char_ram~42561_combout ))) # (!\text_gen|char_ram~42559_combout & (\text_gen|char_ram~42554_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42559_combout )))) + + .dataa(\text_gen|char_ram~42554_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42559_combout ), + .datad(\text_gen|char_ram~42561_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42562_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42562 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~42562 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y11_N16 +cycloneiv_lcell_comb \text_gen|char_ram~16898feeder ( +// Equation(s): +// \text_gen|char_ram~16898feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16898feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16898feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16898feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y11_N17 +dffeas \text_gen|char_ram~16898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16898feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y12_N7 +dffeas \text_gen|char_ram~16884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16884 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y12_N21 +dffeas \text_gen|char_ram~16856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y11_N4 +cycloneiv_lcell_comb \text_gen|char_ram~16870feeder ( +// Equation(s): +// \text_gen|char_ram~16870feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y11_N5 +dffeas \text_gen|char_ram~16870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42522 ( +// Equation(s): +// \text_gen|char_ram~42522_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16870_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16856_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16856_q ), + .datad(\text_gen|char_ram~16870_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42522 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42523 ( +// Equation(s): +// \text_gen|char_ram~42523_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42522_combout & (\text_gen|char_ram~16898_q )) # (!\text_gen|char_ram~42522_combout & ((\text_gen|char_ram~16884_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42522_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16898_q ), + .datac(\text_gen|char_ram~16884_q ), + .datad(\text_gen|char_ram~42522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42523 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N23 +dffeas \text_gen|char_ram~18676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18676 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y19_N1 +dffeas \text_gen|char_ram~18690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y19_N19 +dffeas \text_gen|char_ram~18648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~18662feeder ( +// Equation(s): +// \text_gen|char_ram~18662feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18662feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y30_N17 +dffeas \text_gen|char_ram~18662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42524 ( +// Equation(s): +// \text_gen|char_ram~42524_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~18662_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~18648_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18648_q ), + .datad(\text_gen|char_ram~18662_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42524 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y19_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42525 ( +// Equation(s): +// \text_gen|char_ram~42525_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42524_combout & ((\text_gen|char_ram~18690_q ))) # (!\text_gen|char_ram~42524_combout & (\text_gen|char_ram~18676_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42524_combout )))) + + .dataa(\text_gen|char_ram~18676_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~18690_q ), + .datad(\text_gen|char_ram~42524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42525 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15092feeder ( +// Equation(s): +// \text_gen|char_ram~15092feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y17_N31 +dffeas \text_gen|char_ram~15092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15092 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y20_N23 +dffeas \text_gen|char_ram~15106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y19_N7 +dffeas \text_gen|char_ram~15064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15064 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y19_N17 +dffeas \text_gen|char_ram~15078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42526 ( +// Equation(s): +// \text_gen|char_ram~42526_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~15078_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15064_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15064_q ), + .datad(\text_gen|char_ram~15078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42526 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42527 ( +// Equation(s): +// \text_gen|char_ram~42527_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42526_combout & ((\text_gen|char_ram~15106_q ))) # (!\text_gen|char_ram~42526_combout & (\text_gen|char_ram~15092_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42526_combout )))) + + .dataa(\text_gen|char_ram~15092_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15106_q ), + .datad(\text_gen|char_ram~42526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42527 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42528 ( +// Equation(s): +// \text_gen|char_ram~42528_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~42525_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~42527_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42525_combout ), + .datad(\text_gen|char_ram~42527_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42528_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42528 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42528 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y14_N31 +dffeas \text_gen|char_ram~20440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20454feeder ( +// Equation(s): +// \text_gen|char_ram~20454feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20454feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20454feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20454feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y14_N21 +dffeas \text_gen|char_ram~20454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20454feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20454 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42529 ( +// Equation(s): +// \text_gen|char_ram~42529_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~20454_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20440_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20440_q ), + .datad(\text_gen|char_ram~20454_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42529_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42529 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42529 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y13_N13 +dffeas \text_gen|char_ram~20482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y13_N19 +dffeas \text_gen|char_ram~20468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y13_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42530 ( +// Equation(s): +// \text_gen|char_ram~42530_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42529_combout & (\text_gen|char_ram~20482_q )) # (!\text_gen|char_ram~42529_combout & ((\text_gen|char_ram~20468_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~42529_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~42529_combout ), + .datac(\text_gen|char_ram~20482_q ), + .datad(\text_gen|char_ram~20468_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42530_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42530 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42530 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42531 ( +// Equation(s): +// \text_gen|char_ram~42531_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42528_combout & ((\text_gen|char_ram~42530_combout ))) # (!\text_gen|char_ram~42528_combout & (\text_gen|char_ram~42523_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42528_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42523_combout ), + .datac(\text_gen|char_ram~42528_combout ), + .datad(\text_gen|char_ram~42530_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42531_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42531 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~42531 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y17_N29 +dffeas \text_gen|char_ram~6132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y17_N31 +dffeas \text_gen|char_ram~6146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y17_N25 +dffeas \text_gen|char_ram~6104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y18_N19 +dffeas \text_gen|char_ram~6118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6118 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42549 ( +// Equation(s): +// \text_gen|char_ram~42549_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~6118_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~6104_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6104_q ), + .datad(\text_gen|char_ram~6118_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42549_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42549 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42549 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42550 ( +// Equation(s): +// \text_gen|char_ram~42550_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42549_combout & ((\text_gen|char_ram~6146_q ))) # (!\text_gen|char_ram~42549_combout & (\text_gen|char_ram~6132_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42549_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6132_q ), + .datac(\text_gen|char_ram~6146_q ), + .datad(\text_gen|char_ram~42549_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42550_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42550 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42550 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y12_N29 +dffeas \text_gen|char_ram~2520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54248_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y12_N11 +dffeas \text_gen|char_ram~2534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42542 ( +// Equation(s): +// \text_gen|char_ram~42542_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2534_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2520_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2520_q ), + .datad(\text_gen|char_ram~2534_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42542_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42542 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42542 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y13_N11 +dffeas \text_gen|char_ram~2562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y13_N29 +dffeas \text_gen|char_ram~2548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42543 ( +// Equation(s): +// \text_gen|char_ram~42543_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42542_combout & (\text_gen|char_ram~2562_q )) # (!\text_gen|char_ram~42542_combout & ((\text_gen|char_ram~2548_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~42542_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~42542_combout ), + .datac(\text_gen|char_ram~2562_q ), + .datad(\text_gen|char_ram~2548_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42543_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42543 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42543 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y18_N3 +dffeas \text_gen|char_ram~4340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y18_N13 +dffeas \text_gen|char_ram~4354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4354 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y18_N25 +dffeas \text_gen|char_ram~4312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y22_N20 +cycloneiv_lcell_comb \text_gen|char_ram~4326feeder ( +// Equation(s): +// \text_gen|char_ram~4326feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y22_N21 +dffeas \text_gen|char_ram~4326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42544 ( +// Equation(s): +// \text_gen|char_ram~42544_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~4326_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~4312_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~4312_q ), + .datad(\text_gen|char_ram~4326_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42544_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42544 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42544 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42545 ( +// Equation(s): +// \text_gen|char_ram~42545_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42544_combout & ((\text_gen|char_ram~4354_q ))) # (!\text_gen|char_ram~42544_combout & (\text_gen|char_ram~4340_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42544_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~4340_q ), + .datac(\text_gen|char_ram~4354_q ), + .datad(\text_gen|char_ram~42544_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42545_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42545 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42545 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~770feeder ( +// Equation(s): +// \text_gen|char_ram~770feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~770feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N23 +dffeas \text_gen|char_ram~770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y16_N27 +dffeas \text_gen|char_ram~728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y13_N21 +dffeas \text_gen|char_ram~742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42546 ( +// Equation(s): +// \text_gen|char_ram~42546_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~742_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~728_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~728_q ), + .datad(\text_gen|char_ram~742_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42546_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42546 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42546 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~756feeder ( +// Equation(s): +// \text_gen|char_ram~756feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~756feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~756feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~756feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y16_N25 +dffeas \text_gen|char_ram~756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~756feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42547 ( +// Equation(s): +// \text_gen|char_ram~42547_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42546_combout & (\text_gen|char_ram~770_q )) # (!\text_gen|char_ram~42546_combout & ((\text_gen|char_ram~756_q ))))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~42546_combout +// )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~770_q ), + .datac(\text_gen|char_ram~42546_combout ), + .datad(\text_gen|char_ram~756_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42547_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42547 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~42547 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42548 ( +// Equation(s): +// \text_gen|char_ram~42548_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~42545_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~42547_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42545_combout ), + .datac(\text_gen|char_ram~42547_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42548_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42548 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42548 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42551 ( +// Equation(s): +// \text_gen|char_ram~42551_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42548_combout & (\text_gen|char_ram~42550_combout )) # (!\text_gen|char_ram~42548_combout & ((\text_gen|char_ram~42543_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42548_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42550_combout ), + .datac(\text_gen|char_ram~42543_combout ), + .datad(\text_gen|char_ram~42548_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42551_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42551 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42551 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y16_N17 +dffeas \text_gen|char_ram~7924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7924 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y16_N1 +dffeas \text_gen|char_ram~9716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y16_N27 +dffeas \text_gen|char_ram~7896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9688feeder ( +// Equation(s): +// \text_gen|char_ram~9688feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9688feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9688feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9688feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y14_N5 +dffeas \text_gen|char_ram~9688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9688feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42536 ( +// Equation(s): +// \text_gen|char_ram~42536_combout = (\text_gen|Add5~8_combout & (((\text_gen|char_ram~9688_q ) # (\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7896_q & ((!\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~7896_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~9688_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~42536_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42536 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~42536 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42537 ( +// Equation(s): +// \text_gen|char_ram~42537_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42536_combout & ((\text_gen|char_ram~9716_q ))) # (!\text_gen|char_ram~42536_combout & (\text_gen|char_ram~7924_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42536_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7924_q ), + .datac(\text_gen|char_ram~9716_q ), + .datad(\text_gen|char_ram~42536_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42537_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42537 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42537 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y16_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11508feeder ( +// Equation(s): +// \text_gen|char_ram~11508feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11508feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11508feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11508feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y16_N23 +dffeas \text_gen|char_ram~11508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11508feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y16_N3 +dffeas \text_gen|char_ram~13300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13272feeder ( +// Equation(s): +// \text_gen|char_ram~13272feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13272feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13272feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13272feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y17_N1 +dffeas \text_gen|char_ram~13272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13272feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y16_N5 +dffeas \text_gen|char_ram~11480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42534 ( +// Equation(s): +// \text_gen|char_ram~42534_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~13272_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11480_q ))))) + + .dataa(\text_gen|char_ram~13272_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11480_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42534_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42534 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42534 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42535 ( +// Equation(s): +// \text_gen|char_ram~42535_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42534_combout & ((\text_gen|char_ram~13300_q ))) # (!\text_gen|char_ram~42534_combout & (\text_gen|char_ram~11508_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42534_combout )))) + + .dataa(\text_gen|char_ram~11508_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13300_q ), + .datad(\text_gen|char_ram~42534_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42535_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42535 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42535 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42538 ( +// Equation(s): +// \text_gen|char_ram~42538_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [5]) # (\text_gen|char_ram~42535_combout )))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~42537_combout & (!\vga_c|h_cnt [5]))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42537_combout ), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~42535_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42538_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42538 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~42538 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X105_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11522feeder ( +// Equation(s): +// \text_gen|char_ram~11522feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X105_Y24_N1 +dffeas \text_gen|char_ram~11522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y18_N25 +dffeas \text_gen|char_ram~13314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y18_N1 +dffeas \text_gen|char_ram~13286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y18_N19 +dffeas \text_gen|char_ram~11494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42539 ( +// Equation(s): +// \text_gen|char_ram~42539_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~13286_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~11494_q ))))) + + .dataa(\text_gen|char_ram~13286_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~11494_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42539_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42539 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42539 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42540 ( +// Equation(s): +// \text_gen|char_ram~42540_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42539_combout & ((\text_gen|char_ram~13314_q ))) # (!\text_gen|char_ram~42539_combout & (\text_gen|char_ram~11522_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42539_combout )))) + + .dataa(\text_gen|char_ram~11522_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13314_q ), + .datad(\text_gen|char_ram~42539_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42540_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42540 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42540 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7938feeder ( +// Equation(s): +// \text_gen|char_ram~7938feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7938feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7938feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7938feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y12_N17 +dffeas \text_gen|char_ram~7938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7938feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7938 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y12_N29 +dffeas \text_gen|char_ram~9730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9730 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9702feeder ( +// Equation(s): +// \text_gen|char_ram~9702feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9702feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9702feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9702feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y10_N3 +dffeas \text_gen|char_ram~9702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9702feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y14_N25 +dffeas \text_gen|char_ram~7910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42532 ( +// Equation(s): +// \text_gen|char_ram~42532_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9702_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7910_q ))))) + + .dataa(\text_gen|char_ram~9702_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7910_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42532_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42532 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42532 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y12_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42533 ( +// Equation(s): +// \text_gen|char_ram~42533_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42532_combout & ((\text_gen|char_ram~9730_q ))) # (!\text_gen|char_ram~42532_combout & (\text_gen|char_ram~7938_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42532_combout )))) + + .dataa(\text_gen|char_ram~7938_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9730_q ), + .datad(\text_gen|char_ram~42532_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42533_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42533 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42533 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42541 ( +// Equation(s): +// \text_gen|char_ram~42541_combout = (\text_gen|char_ram~42538_combout & (((\text_gen|char_ram~42540_combout )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~42538_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42533_combout )))) + + .dataa(\text_gen|char_ram~42538_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42540_combout ), + .datad(\text_gen|char_ram~42533_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42541_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42541 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42541 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42552 ( +// Equation(s): +// \text_gen|char_ram~42552_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~42541_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42551_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42551_combout ), + .datad(\text_gen|char_ram~42541_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42552_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42552 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42552 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42563 ( +// Equation(s): +// \text_gen|char_ram~42563_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42552_combout & (\text_gen|char_ram~42562_combout )) # (!\text_gen|char_ram~42552_combout & ((\text_gen|char_ram~42531_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42552_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42562_combout ), + .datac(\text_gen|char_ram~42531_combout ), + .datad(\text_gen|char_ram~42552_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42563_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42563 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42563 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42606 ( +// Equation(s): +// \text_gen|char_ram~42606_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~42563_combout ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~42605_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~42605_combout ), + .datad(\text_gen|char_ram~42563_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42606_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42606 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42606 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42649 ( +// Equation(s): +// \text_gen|char_ram~42649_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42606_combout & ((\text_gen|char_ram~42648_combout ))) # (!\text_gen|char_ram~42606_combout & (\text_gen|char_ram~42521_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42606_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42521_combout ), + .datac(\text_gen|char_ram~42648_combout ), + .datad(\text_gen|char_ram~42606_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42649_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42649 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42649 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y32_N7 +dffeas \text_gen|char_ram~28504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N19 +dffeas \text_gen|char_ram~28532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26740feeder ( +// Equation(s): +// \text_gen|char_ram~26740feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26740feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26740feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26740feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N27 +dffeas \text_gen|char_ram~26740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26740feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y32_N1 +dffeas \text_gen|char_ram~26712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26712 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43066 ( +// Equation(s): +// \text_gen|char_ram~43066_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26740_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26712_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26740_q ), + .datac(\text_gen|char_ram~26712_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43066 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43067 ( +// Equation(s): +// \text_gen|char_ram~43067_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43066_combout & ((\text_gen|char_ram~28532_q ))) # (!\text_gen|char_ram~43066_combout & (\text_gen|char_ram~28504_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43066_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28504_q ), + .datac(\text_gen|char_ram~28532_q ), + .datad(\text_gen|char_ram~43066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43067 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y34_N5 +dffeas \text_gen|char_ram~14168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y34_N3 +dffeas \text_gen|char_ram~14196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y34_N13 +dffeas \text_gen|char_ram~12376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12404feeder ( +// Equation(s): +// \text_gen|char_ram~12404feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12404feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12404feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12404feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y34_N11 +dffeas \text_gen|char_ram~12404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12404feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43068 ( +// Equation(s): +// \text_gen|char_ram~43068_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12404_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12376_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12376_q ), + .datad(\text_gen|char_ram~12404_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43068 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43069 ( +// Equation(s): +// \text_gen|char_ram~43069_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43068_combout & ((\text_gen|char_ram~14196_q ))) # (!\text_gen|char_ram~43068_combout & (\text_gen|char_ram~14168_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43068_combout )))) + + .dataa(\text_gen|char_ram~14168_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14196_q ), + .datad(\text_gen|char_ram~43068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43069 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43070 ( +// Equation(s): +// \text_gen|char_ram~43070_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~43067_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~43069_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~43067_combout ), + .datad(\text_gen|char_ram~43069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43070 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~28518feeder ( +// Equation(s): +// \text_gen|char_ram~28518feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28518feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28518feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28518feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y29_N5 +dffeas \text_gen|char_ram~28518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28518feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y29_N15 +dffeas \text_gen|char_ram~28546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28546 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y29_N9 +dffeas \text_gen|char_ram~26754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y29_N27 +dffeas \text_gen|char_ram~26726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43071 ( +// Equation(s): +// \text_gen|char_ram~43071_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26754_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26726_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~26754_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26726_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43071 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43072 ( +// Equation(s): +// \text_gen|char_ram~43072_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43071_combout & ((\text_gen|char_ram~28546_q ))) # (!\text_gen|char_ram~43071_combout & (\text_gen|char_ram~28518_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43071_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28518_q ), + .datac(\text_gen|char_ram~28546_q ), + .datad(\text_gen|char_ram~43071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43072 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~14182feeder ( +// Equation(s): +// \text_gen|char_ram~14182feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14182feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14182feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14182feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y32_N13 +dffeas \text_gen|char_ram~14182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14182feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y32_N29 +dffeas \text_gen|char_ram~14210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y32_N11 +dffeas \text_gen|char_ram~12418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y32_N21 +dffeas \text_gen|char_ram~12390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12390 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43064 ( +// Equation(s): +// \text_gen|char_ram~43064_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~12418_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~12390_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12418_q ), + .datac(\text_gen|char_ram~12390_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43064 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43065 ( +// Equation(s): +// \text_gen|char_ram~43065_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43064_combout & ((\text_gen|char_ram~14210_q ))) # (!\text_gen|char_ram~43064_combout & (\text_gen|char_ram~14182_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43064_combout )))) + + .dataa(\text_gen|char_ram~14182_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14210_q ), + .datad(\text_gen|char_ram~43064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43065 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43073 ( +// Equation(s): +// \text_gen|char_ram~43073_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43070_combout & (\text_gen|char_ram~43072_combout )) # (!\text_gen|char_ram~43070_combout & ((\text_gen|char_ram~43065_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~43070_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~43070_combout ), + .datac(\text_gen|char_ram~43072_combout ), + .datad(\text_gen|char_ram~43065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43073 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y31_N15 +dffeas \text_gen|char_ram~5236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5236 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y31_N21 +dffeas \text_gen|char_ram~5250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y31_N23 +dffeas \text_gen|char_ram~5208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y27_N25 +dffeas \text_gen|char_ram~5222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43047 ( +// Equation(s): +// \text_gen|char_ram~43047_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~5222_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5208_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5208_q ), + .datad(\text_gen|char_ram~5222_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43047 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43048 ( +// Equation(s): +// \text_gen|char_ram~43048_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43047_combout & ((\text_gen|char_ram~5250_q ))) # (!\text_gen|char_ram~43047_combout & (\text_gen|char_ram~5236_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43047_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5236_q ), + .datac(\text_gen|char_ram~5250_q ), + .datad(\text_gen|char_ram~43047_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43048 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N20 +cycloneiv_lcell_comb \text_gen|char_ram~19572feeder ( +// Equation(s): +// \text_gen|char_ram~19572feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19572feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19572feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19572feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N21 +dffeas \text_gen|char_ram~19572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19572feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y31_N15 +dffeas \text_gen|char_ram~19586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19586 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y31_N17 +dffeas \text_gen|char_ram~19544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y31_N9 +dffeas \text_gen|char_ram~19558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43045 ( +// Equation(s): +// \text_gen|char_ram~43045_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~19558_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19544_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19544_q ), + .datad(\text_gen|char_ram~19558_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43045 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43046 ( +// Equation(s): +// \text_gen|char_ram~43046_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43045_combout & ((\text_gen|char_ram~19586_q ))) # (!\text_gen|char_ram~43045_combout & (\text_gen|char_ram~19572_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43045_combout )))) + + .dataa(\text_gen|char_ram~19572_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19586_q ), + .datad(\text_gen|char_ram~43045_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43046 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43049 ( +// Equation(s): +// \text_gen|char_ram~43049_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~43046_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~43048_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43048_combout ), + .datad(\text_gen|char_ram~43046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43049 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7014feeder ( +// Equation(s): +// \text_gen|char_ram~7014feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7014feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7014feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7014feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y29_N5 +dffeas \text_gen|char_ram~7014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7014feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y29_N19 +dffeas \text_gen|char_ram~7042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y31_N1 +dffeas \text_gen|char_ram~7000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y31_N21 +dffeas \text_gen|char_ram~7028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43043 ( +// Equation(s): +// \text_gen|char_ram~43043_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~7028_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7000_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7000_q ), + .datad(\text_gen|char_ram~7028_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43043 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43044 ( +// Equation(s): +// \text_gen|char_ram~43044_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43043_combout & ((\text_gen|char_ram~7042_q ))) # (!\text_gen|char_ram~43043_combout & (\text_gen|char_ram~7014_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43043_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~7014_q ), + .datac(\text_gen|char_ram~7042_q ), + .datad(\text_gen|char_ram~43043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43044 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y29_N7 +dffeas \text_gen|char_ram~21350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21350 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y29_N21 +dffeas \text_gen|char_ram~21378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y32_N25 +dffeas \text_gen|char_ram~21336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y31_N23 +dffeas \text_gen|char_ram~21364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43050 ( +// Equation(s): +// \text_gen|char_ram~43050_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21364_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21336_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21336_q ), + .datad(\text_gen|char_ram~21364_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43050 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43051 ( +// Equation(s): +// \text_gen|char_ram~43051_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43050_combout & ((\text_gen|char_ram~21378_q ))) # (!\text_gen|char_ram~43050_combout & (\text_gen|char_ram~21350_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43050_combout )))) + + .dataa(\text_gen|char_ram~21350_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21378_q ), + .datad(\text_gen|char_ram~43050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43051 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43052 ( +// Equation(s): +// \text_gen|char_ram~43052_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43049_combout & ((\text_gen|char_ram~43051_combout ))) # (!\text_gen|char_ram~43049_combout & (\text_gen|char_ram~43044_combout )))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~43049_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43049_combout ), + .datac(\text_gen|char_ram~43044_combout ), + .datad(\text_gen|char_ram~43051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43052 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y16_N25 +dffeas \text_gen|char_ram~17766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17766 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y27_N19 +dffeas \text_gen|char_ram~17794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y27_N25 +dffeas \text_gen|char_ram~17752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~17780feeder ( +// Equation(s): +// \text_gen|char_ram~17780feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17780feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17780feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17780feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y27_N17 +dffeas \text_gen|char_ram~17780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17780feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43060 ( +// Equation(s): +// \text_gen|char_ram~43060_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~17780_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17752_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17752_q ), + .datad(\text_gen|char_ram~17780_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43060 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43061 ( +// Equation(s): +// \text_gen|char_ram~43061_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43060_combout & ((\text_gen|char_ram~17794_q ))) # (!\text_gen|char_ram~43060_combout & (\text_gen|char_ram~17766_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43060_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17766_q ), + .datac(\text_gen|char_ram~17794_q ), + .datad(\text_gen|char_ram~43060_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43061 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~3430feeder ( +// Equation(s): +// \text_gen|char_ram~3430feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3430feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3430feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3430feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y29_N19 +dffeas \text_gen|char_ram~3430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3430feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y29_N29 +dffeas \text_gen|char_ram~3458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y31_N25 +dffeas \text_gen|char_ram~3416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y27_N9 +dffeas \text_gen|char_ram~3444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43053 ( +// Equation(s): +// \text_gen|char_ram~43053_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~3444_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~3416_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3416_q ), + .datad(\text_gen|char_ram~3444_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43053 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43054 ( +// Equation(s): +// \text_gen|char_ram~43054_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43053_combout & ((\text_gen|char_ram~3458_q ))) # (!\text_gen|char_ram~43053_combout & (\text_gen|char_ram~3430_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43053_combout )))) + + .dataa(\text_gen|char_ram~3430_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3458_q ), + .datad(\text_gen|char_ram~43053_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43054 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15988feeder ( +// Equation(s): +// \text_gen|char_ram~15988feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15988feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15988feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15988feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y24_N7 +dffeas \text_gen|char_ram~15988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15988feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y28_N1 +dffeas \text_gen|char_ram~16002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16002 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y31_N1 +dffeas \text_gen|char_ram~15960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y27_N21 +dffeas \text_gen|char_ram~15974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56035_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43055 ( +// Equation(s): +// \text_gen|char_ram~43055_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~15974_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~15960_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15960_q ), + .datad(\text_gen|char_ram~15974_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43055 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43056 ( +// Equation(s): +// \text_gen|char_ram~43056_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43055_combout & ((\text_gen|char_ram~16002_q ))) # (!\text_gen|char_ram~43055_combout & (\text_gen|char_ram~15988_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43055_combout )))) + + .dataa(\text_gen|char_ram~15988_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16002_q ), + .datad(\text_gen|char_ram~43055_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43056 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y31_N31 +dffeas \text_gen|char_ram~1652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1652 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y28_N31 +dffeas \text_gen|char_ram~1666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y31_N25 +dffeas \text_gen|char_ram~1624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1624 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y26_N27 +dffeas \text_gen|char_ram~1638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1638 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43057 ( +// Equation(s): +// \text_gen|char_ram~43057_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~1638_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~1624_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1624_q ), + .datad(\text_gen|char_ram~1638_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43057 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43058 ( +// Equation(s): +// \text_gen|char_ram~43058_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43057_combout & ((\text_gen|char_ram~1666_q ))) # (!\text_gen|char_ram~43057_combout & (\text_gen|char_ram~1652_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43057_combout )))) + + .dataa(\text_gen|char_ram~1652_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1666_q ), + .datad(\text_gen|char_ram~43057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43058 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43059 ( +// Equation(s): +// \text_gen|char_ram~43059_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~43056_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~43058_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43056_combout ), + .datac(\text_gen|char_ram~43058_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43059 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43062 ( +// Equation(s): +// \text_gen|char_ram~43062_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43059_combout & (\text_gen|char_ram~43061_combout )) # (!\text_gen|char_ram~43059_combout & ((\text_gen|char_ram~43054_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43059_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43061_combout ), + .datac(\text_gen|char_ram~43054_combout ), + .datad(\text_gen|char_ram~43059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43062 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43063 ( +// Equation(s): +// \text_gen|char_ram~43063_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~43052_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~43062_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43052_combout ), + .datad(\text_gen|char_ram~43062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43063 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y28_N31 +dffeas \text_gen|char_ram~24920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y28_N21 +dffeas \text_gen|char_ram~24948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24948 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43040 ( +// Equation(s): +// \text_gen|char_ram~43040_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~24948_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~24920_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24920_q ), + .datad(\text_gen|char_ram~24948_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43040 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y27_N27 +dffeas \text_gen|char_ram~24962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y27_N13 +dffeas \text_gen|char_ram~24934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24934 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y27_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43041 ( +// Equation(s): +// \text_gen|char_ram~43041_combout = (\text_gen|char_ram~43040_combout & (((\text_gen|char_ram~24962_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~43040_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~24934_q )))) + + .dataa(\text_gen|char_ram~43040_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24962_q ), + .datad(\text_gen|char_ram~24934_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43041 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10598feeder ( +// Equation(s): +// \text_gen|char_ram~10598feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10598feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10598feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10598feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y29_N11 +dffeas \text_gen|char_ram~10598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10598feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y30_N31 +dffeas \text_gen|char_ram~10626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y37_N25 +dffeas \text_gen|char_ram~10584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N11 +dffeas \text_gen|char_ram~10612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43033 ( +// Equation(s): +// \text_gen|char_ram~43033_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~10612_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10584_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10584_q ), + .datad(\text_gen|char_ram~10612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43033 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43034 ( +// Equation(s): +// \text_gen|char_ram~43034_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43033_combout & ((\text_gen|char_ram~10626_q ))) # (!\text_gen|char_ram~43033_combout & (\text_gen|char_ram~10598_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43033_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10598_q ), + .datac(\text_gen|char_ram~10626_q ), + .datad(\text_gen|char_ram~43033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43034 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y34_N5 +dffeas \text_gen|char_ram~8820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y30_N21 +dffeas \text_gen|char_ram~8834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y34_N23 +dffeas \text_gen|char_ram~8792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8792 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y32_N3 +dffeas \text_gen|char_ram~8806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8806 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43037 ( +// Equation(s): +// \text_gen|char_ram~43037_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~8806_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~8792_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8792_q ), + .datad(\text_gen|char_ram~8806_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43037 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43038 ( +// Equation(s): +// \text_gen|char_ram~43038_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43037_combout & ((\text_gen|char_ram~8834_q ))) # (!\text_gen|char_ram~43037_combout & (\text_gen|char_ram~8820_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43037_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8820_q ), + .datac(\text_gen|char_ram~8834_q ), + .datad(\text_gen|char_ram~43037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43038 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y28_N7 +dffeas \text_gen|char_ram~23156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y28_N25 +dffeas \text_gen|char_ram~23170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23170 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y30_N1 +dffeas \text_gen|char_ram~23142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y32_N17 +dffeas \text_gen|char_ram~23128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43035 ( +// Equation(s): +// \text_gen|char_ram~43035_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~23142_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~23128_q ))))) + + .dataa(\text_gen|char_ram~23142_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23128_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43035 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43036 ( +// Equation(s): +// \text_gen|char_ram~43036_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43035_combout & ((\text_gen|char_ram~23170_q ))) # (!\text_gen|char_ram~43035_combout & (\text_gen|char_ram~23156_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43035_combout )))) + + .dataa(\text_gen|char_ram~23156_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23170_q ), + .datad(\text_gen|char_ram~43035_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43036 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43039 ( +// Equation(s): +// \text_gen|char_ram~43039_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~43036_combout ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~43038_combout & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43038_combout ), + .datac(\text_gen|char_ram~43036_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43039 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~43039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43042 ( +// Equation(s): +// \text_gen|char_ram~43042_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43039_combout & (\text_gen|char_ram~43041_combout )) # (!\text_gen|char_ram~43039_combout & ((\text_gen|char_ram~43034_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43039_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43041_combout ), + .datac(\text_gen|char_ram~43034_combout ), + .datad(\text_gen|char_ram~43039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43042 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43074 ( +// Equation(s): +// \text_gen|char_ram~43074_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43063_combout & (\text_gen|char_ram~43073_combout )) # (!\text_gen|char_ram~43063_combout & ((\text_gen|char_ram~43042_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43063_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43073_combout ), + .datac(\text_gen|char_ram~43063_combout ), + .datad(\text_gen|char_ram~43042_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43074 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~43074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y35_N9 +dffeas \text_gen|char_ram~5152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N17 +dffeas \text_gen|char_ram~5166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43095 ( +// Equation(s): +// \text_gen|char_ram~43095_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~5166_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~5152_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5152_q ), + .datad(\text_gen|char_ram~5166_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43095 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y31_N31 +dffeas \text_gen|char_ram~5194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y31_N13 +dffeas \text_gen|char_ram~5180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43096 ( +// Equation(s): +// \text_gen|char_ram~43096_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43095_combout & (\text_gen|char_ram~5194_q )) # (!\text_gen|char_ram~43095_combout & ((\text_gen|char_ram~5180_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~43095_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~43095_combout ), + .datac(\text_gen|char_ram~5194_q ), + .datad(\text_gen|char_ram~5180_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43096 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~12348feeder ( +// Equation(s): +// \text_gen|char_ram~12348feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y29_N1 +dffeas \text_gen|char_ram~12348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56372_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12348 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N27 +dffeas \text_gen|char_ram~12362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y32_N7 +dffeas \text_gen|char_ram~12334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y30_N17 +dffeas \text_gen|char_ram~12320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12320 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43102 ( +// Equation(s): +// \text_gen|char_ram~43102_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~12334_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~12320_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12334_q ), + .datac(\text_gen|char_ram~12320_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43102 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43103 ( +// Equation(s): +// \text_gen|char_ram~43103_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43102_combout & ((\text_gen|char_ram~12362_q ))) # (!\text_gen|char_ram~43102_combout & (\text_gen|char_ram~12348_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43102_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12348_q ), + .datac(\text_gen|char_ram~12362_q ), + .datad(\text_gen|char_ram~43102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43103 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~8764feeder ( +// Equation(s): +// \text_gen|char_ram~8764feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8764feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8764feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8764feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y34_N21 +dffeas \text_gen|char_ram~8764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8764feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N31 +dffeas \text_gen|char_ram~8778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y34_N15 +dffeas \text_gen|char_ram~8736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8736 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y32_N1 +dffeas \text_gen|char_ram~8750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43097 ( +// Equation(s): +// \text_gen|char_ram~43097_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~8750_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~8736_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~8736_q ), + .datad(\text_gen|char_ram~8750_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43097 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43098 ( +// Equation(s): +// \text_gen|char_ram~43098_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43097_combout & ((\text_gen|char_ram~8778_q ))) # (!\text_gen|char_ram~43097_combout & (\text_gen|char_ram~8764_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43097_combout )))) + + .dataa(\text_gen|char_ram~8764_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8778_q ), + .datad(\text_gen|char_ram~43097_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43098 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y34_N13 +dffeas \text_gen|char_ram~1596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y30_N25 +dffeas \text_gen|char_ram~1610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N17 +dffeas \text_gen|char_ram~1568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y26_N19 +dffeas \text_gen|char_ram~1582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1582 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43099 ( +// Equation(s): +// \text_gen|char_ram~43099_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~1582_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~1568_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~1568_q ), + .datad(\text_gen|char_ram~1582_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43099 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43100 ( +// Equation(s): +// \text_gen|char_ram~43100_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43099_combout & ((\text_gen|char_ram~1610_q ))) # (!\text_gen|char_ram~43099_combout & (\text_gen|char_ram~1596_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43099_combout )))) + + .dataa(\text_gen|char_ram~1596_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1610_q ), + .datad(\text_gen|char_ram~43099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43100 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43101 ( +// Equation(s): +// \text_gen|char_ram~43101_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~43098_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~43100_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~43098_combout ), + .datad(\text_gen|char_ram~43100_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43101 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43104 ( +// Equation(s): +// \text_gen|char_ram~43104_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43101_combout & ((\text_gen|char_ram~43103_combout ))) # (!\text_gen|char_ram~43101_combout & (\text_gen|char_ram~43096_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43101_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43096_combout ), + .datac(\text_gen|char_ram~43103_combout ), + .datad(\text_gen|char_ram~43101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43104 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N1 +dffeas \text_gen|char_ram~6958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y34_N7 +dffeas \text_gen|char_ram~6944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43085 ( +// Equation(s): +// \text_gen|char_ram~43085_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~6958_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~6944_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6958_q ), + .datad(\text_gen|char_ram~6944_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43085 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y30_N27 +dffeas \text_gen|char_ram~6986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y34_N23 +dffeas \text_gen|char_ram~6972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43086 ( +// Equation(s): +// \text_gen|char_ram~43086_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43085_combout & (\text_gen|char_ram~6986_q )) # (!\text_gen|char_ram~43085_combout & ((\text_gen|char_ram~6972_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~43085_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~43085_combout ), + .datac(\text_gen|char_ram~6986_q ), + .datad(\text_gen|char_ram~6972_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43086 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14154feeder ( +// Equation(s): +// \text_gen|char_ram~14154feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14154feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14154feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14154feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y33_N25 +dffeas \text_gen|char_ram~14154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14154feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y33_N21 +dffeas \text_gen|char_ram~14140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y33_N19 +dffeas \text_gen|char_ram~14112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y32_N11 +dffeas \text_gen|char_ram~14126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43092 ( +// Equation(s): +// \text_gen|char_ram~43092_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~14126_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14112_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14112_q ), + .datad(\text_gen|char_ram~14126_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43092 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43093 ( +// Equation(s): +// \text_gen|char_ram~43093_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43092_combout & (\text_gen|char_ram~14154_q )) # (!\text_gen|char_ram~43092_combout & ((\text_gen|char_ram~14140_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43092_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14154_q ), + .datac(\text_gen|char_ram~14140_q ), + .datad(\text_gen|char_ram~43092_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43093 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3388feeder ( +// Equation(s): +// \text_gen|char_ram~3388feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3388feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3388feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3388feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N9 +dffeas \text_gen|char_ram~3388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3388feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y30_N9 +dffeas \text_gen|char_ram~3402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y30_N19 +dffeas \text_gen|char_ram~3360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y25_N9 +dffeas \text_gen|char_ram~3374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3374 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43089 ( +// Equation(s): +// \text_gen|char_ram~43089_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~3374_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3360_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3360_q ), + .datad(\text_gen|char_ram~3374_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43089 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43090 ( +// Equation(s): +// \text_gen|char_ram~43090_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43089_combout & ((\text_gen|char_ram~3402_q ))) # (!\text_gen|char_ram~43089_combout & (\text_gen|char_ram~3388_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43089_combout )))) + + .dataa(\text_gen|char_ram~3388_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3402_q ), + .datad(\text_gen|char_ram~43089_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43090 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y36_N11 +dffeas \text_gen|char_ram~10528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y32_N25 +dffeas \text_gen|char_ram~10542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10542 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43087 ( +// Equation(s): +// \text_gen|char_ram~43087_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~10542_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10528_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10528_q ), + .datad(\text_gen|char_ram~10542_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43087 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y36_N21 +dffeas \text_gen|char_ram~10570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y39_N29 +dffeas \text_gen|char_ram~10556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43088 ( +// Equation(s): +// \text_gen|char_ram~43088_combout = (\text_gen|char_ram~43087_combout & (((\text_gen|char_ram~10570_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~43087_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~10556_q )))) + + .dataa(\text_gen|char_ram~43087_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10570_q ), + .datad(\text_gen|char_ram~10556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43088 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43091 ( +// Equation(s): +// \text_gen|char_ram~43091_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~43088_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~43090_combout )))) + + .dataa(\text_gen|char_ram~43090_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43091 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43094 ( +// Equation(s): +// \text_gen|char_ram~43094_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43091_combout & ((\text_gen|char_ram~43093_combout ))) # (!\text_gen|char_ram~43091_combout & (\text_gen|char_ram~43086_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43091_combout )))) + + .dataa(\text_gen|char_ram~43086_combout ), + .datab(\text_gen|char_ram~43093_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~43091_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43094 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~43094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43105 ( +// Equation(s): +// \text_gen|char_ram~43105_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~43094_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~43104_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43104_combout ), + .datad(\text_gen|char_ram~43094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43105 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y32_N11 +dffeas \text_gen|char_ram~23072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y30_N3 +dffeas \text_gen|char_ram~23086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43077 ( +// Equation(s): +// \text_gen|char_ram~43077_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~23086_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23072_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23072_q ), + .datad(\text_gen|char_ram~23086_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43077 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y32_N17 +dffeas \text_gen|char_ram~23114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y35_N27 +dffeas \text_gen|char_ram~23100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23100 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43078 ( +// Equation(s): +// \text_gen|char_ram~43078_combout = (\text_gen|char_ram~43077_combout & (((\text_gen|char_ram~23114_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~43077_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23100_q )))) + + .dataa(\text_gen|char_ram~43077_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23114_q ), + .datad(\text_gen|char_ram~23100_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43078 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y34_N25 +dffeas \text_gen|char_ram~15904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y34_N31 +dffeas \text_gen|char_ram~15918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43079 ( +// Equation(s): +// \text_gen|char_ram~43079_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~15918_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~15904_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~15904_q ), + .datad(\text_gen|char_ram~15918_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43079 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y34_N31 +dffeas \text_gen|char_ram~15946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15946 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15932feeder ( +// Equation(s): +// \text_gen|char_ram~15932feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15932feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15932feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15932feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y34_N7 +dffeas \text_gen|char_ram~15932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15932feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43080 ( +// Equation(s): +// \text_gen|char_ram~43080_combout = (\text_gen|char_ram~43079_combout & (((\text_gen|char_ram~15946_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~43079_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~15932_q )))) + + .dataa(\text_gen|char_ram~43079_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15946_q ), + .datad(\text_gen|char_ram~15932_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43080 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43081 ( +// Equation(s): +// \text_gen|char_ram~43081_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~43078_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~43080_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43078_combout ), + .datac(\text_gen|char_ram~43080_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43081 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y36_N9 +dffeas \text_gen|char_ram~26670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y36_N15 +dffeas \text_gen|char_ram~26656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43082 ( +// Equation(s): +// \text_gen|char_ram~43082_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~26670_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~26656_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26670_q ), + .datac(\text_gen|char_ram~26656_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43082 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y36_N3 +dffeas \text_gen|char_ram~26684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y36_N29 +dffeas \text_gen|char_ram~26698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43083 ( +// Equation(s): +// \text_gen|char_ram~43083_combout = (\text_gen|char_ram~43082_combout & (((\text_gen|char_ram~26698_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~43082_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~26684_q ))) + + .dataa(\text_gen|char_ram~43082_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~26684_q ), + .datad(\text_gen|char_ram~26698_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43083 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~43083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y35_N9 +dffeas \text_gen|char_ram~19516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y34_N29 +dffeas \text_gen|char_ram~19530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y39_N29 +dffeas \text_gen|char_ram~19488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19488 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y26_N21 +dffeas \text_gen|char_ram~19502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19502 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43075 ( +// Equation(s): +// \text_gen|char_ram~43075_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~19502_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~19488_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19488_q ), + .datad(\text_gen|char_ram~19502_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43075 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43076 ( +// Equation(s): +// \text_gen|char_ram~43076_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43075_combout & ((\text_gen|char_ram~19530_q ))) # (!\text_gen|char_ram~43075_combout & (\text_gen|char_ram~19516_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43075_combout )))) + + .dataa(\text_gen|char_ram~19516_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~19530_q ), + .datad(\text_gen|char_ram~43075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43076 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43084 ( +// Equation(s): +// \text_gen|char_ram~43084_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43081_combout & (\text_gen|char_ram~43083_combout )) # (!\text_gen|char_ram~43081_combout & ((\text_gen|char_ram~43076_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~43081_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~43081_combout ), + .datac(\text_gen|char_ram~43083_combout ), + .datad(\text_gen|char_ram~43076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43084 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y32_N17 +dffeas \text_gen|char_ram~24892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y32_N11 +dffeas \text_gen|char_ram~24906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56911_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y32_N31 +dffeas \text_gen|char_ram~24878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y31_N3 +dffeas \text_gen|char_ram~24864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43108 ( +// Equation(s): +// \text_gen|char_ram~43108_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~24878_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~24864_q ))))) + + .dataa(\text_gen|char_ram~24878_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24864_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43108 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43109 ( +// Equation(s): +// \text_gen|char_ram~43109_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43108_combout & ((\text_gen|char_ram~24906_q ))) # (!\text_gen|char_ram~43108_combout & (\text_gen|char_ram~24892_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43108_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~24892_q ), + .datac(\text_gen|char_ram~24906_q ), + .datad(\text_gen|char_ram~43108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43109 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y30_N31 +dffeas \text_gen|char_ram~17696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~17710feeder ( +// Equation(s): +// \text_gen|char_ram~17710feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17710feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17710feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17710feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N5 +dffeas \text_gen|char_ram~17710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17710feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43110 ( +// Equation(s): +// \text_gen|char_ram~43110_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~17710_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17696_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17696_q ), + .datad(\text_gen|char_ram~17710_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43110 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y29_N27 +dffeas \text_gen|char_ram~17738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17738 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y28_N9 +dffeas \text_gen|char_ram~17724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43111 ( +// Equation(s): +// \text_gen|char_ram~43111_combout = (\text_gen|char_ram~43110_combout & (((\text_gen|char_ram~17738_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~43110_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~17724_q )))) + + .dataa(\text_gen|char_ram~43110_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17738_q ), + .datad(\text_gen|char_ram~17724_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43111 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43112 ( +// Equation(s): +// \text_gen|char_ram~43112_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~43109_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~43111_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43109_combout ), + .datad(\text_gen|char_ram~43111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43112 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~28462feeder ( +// Equation(s): +// \text_gen|char_ram~28462feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28462feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28462feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28462feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N1 +dffeas \text_gen|char_ram~28462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28462feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y32_N9 +dffeas \text_gen|char_ram~28490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28490 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y32_N13 +dffeas \text_gen|char_ram~28448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28448 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y30_N25 +dffeas \text_gen|char_ram~28476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43113 ( +// Equation(s): +// \text_gen|char_ram~43113_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~28476_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28448_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28448_q ), + .datad(\text_gen|char_ram~28476_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43113 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43114 ( +// Equation(s): +// \text_gen|char_ram~43114_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43113_combout & ((\text_gen|char_ram~28490_q ))) # (!\text_gen|char_ram~43113_combout & (\text_gen|char_ram~28462_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43113_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~28462_q ), + .datac(\text_gen|char_ram~28490_q ), + .datad(\text_gen|char_ram~43113_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43114 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21294feeder ( +// Equation(s): +// \text_gen|char_ram~21294feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21294feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21294feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21294feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y30_N31 +dffeas \text_gen|char_ram~21294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21294feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y29_N9 +dffeas \text_gen|char_ram~21322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y32_N3 +dffeas \text_gen|char_ram~21280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21280 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y36_N21 +dffeas \text_gen|char_ram~21308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43106 ( +// Equation(s): +// \text_gen|char_ram~43106_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21308_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21280_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21280_q ), + .datad(\text_gen|char_ram~21308_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43106 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43107 ( +// Equation(s): +// \text_gen|char_ram~43107_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43106_combout & ((\text_gen|char_ram~21322_q ))) # (!\text_gen|char_ram~43106_combout & (\text_gen|char_ram~21294_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43106_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21294_q ), + .datac(\text_gen|char_ram~21322_q ), + .datad(\text_gen|char_ram~43106_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43107 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y32_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43115 ( +// Equation(s): +// \text_gen|char_ram~43115_combout = (\text_gen|char_ram~43112_combout & ((\text_gen|char_ram~43114_combout ) # ((!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~43112_combout & (((\text_gen|char_ram~43107_combout & \text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~43112_combout ), + .datab(\text_gen|char_ram~43114_combout ), + .datac(\text_gen|char_ram~43107_combout ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43115 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~43115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43116 ( +// Equation(s): +// \text_gen|char_ram~43116_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43105_combout & ((\text_gen|char_ram~43115_combout ))) # (!\text_gen|char_ram~43105_combout & (\text_gen|char_ram~43084_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43105_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43105_combout ), + .datac(\text_gen|char_ram~43084_combout ), + .datad(\text_gen|char_ram~43115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43116 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43117 ( +// Equation(s): +// \text_gen|char_ram~43117_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~43074_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~43116_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43074_combout ), + .datad(\text_gen|char_ram~43116_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43117 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~26677feeder ( +// Equation(s): +// \text_gen|char_ram~26677feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26677feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26677feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26677feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N19 +dffeas \text_gen|char_ram~26677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26677feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y32_N29 +dffeas \text_gen|char_ram~26705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y30_N19 +dffeas \text_gen|char_ram~23093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y30_N5 +dffeas \text_gen|char_ram~23121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23121 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42998 ( +// Equation(s): +// \text_gen|char_ram~42998_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~23121_q )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23093_q & (!\text_gen|Add5~10_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23093_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~23121_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42998 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~42998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42999 ( +// Equation(s): +// \text_gen|char_ram~42999_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42998_combout & ((\text_gen|char_ram~26705_q ))) # (!\text_gen|char_ram~42998_combout & (\text_gen|char_ram~26677_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42998_combout )))) + + .dataa(\text_gen|char_ram~26677_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26705_q ), + .datad(\text_gen|char_ram~42998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42999 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y24_N23 +dffeas \text_gen|char_ram~15925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15953feeder ( +// Equation(s): +// \text_gen|char_ram~15953feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15953feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15953feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15953feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y50_N31 +dffeas \text_gen|char_ram~15953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15953feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15953 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42991 ( +// Equation(s): +// \text_gen|char_ram~42991_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~15953_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15925_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15925_q ), + .datad(\text_gen|char_ram~15953_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42991 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y24_N15 +dffeas \text_gen|char_ram~19509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y48_N7 +dffeas \text_gen|char_ram~19537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42992 ( +// Equation(s): +// \text_gen|char_ram~42992_combout = (\text_gen|char_ram~42991_combout & (((\text_gen|char_ram~19537_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~42991_combout & (\text_gen|Add5~10_combout & (\text_gen|char_ram~19509_q ))) + + .dataa(\text_gen|char_ram~42991_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~19509_q ), + .datad(\text_gen|char_ram~19537_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42992 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~42992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N25 +dffeas \text_gen|char_ram~26663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y35_N9 +dffeas \text_gen|char_ram~26691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26691 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23079feeder ( +// Equation(s): +// \text_gen|char_ram~23079feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y35_N3 +dffeas \text_gen|char_ram~23079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23107feeder ( +// Equation(s): +// \text_gen|char_ram~23107feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23107feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23107feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23107feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y35_N25 +dffeas \text_gen|char_ram~23107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23107feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23107 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42993 ( +// Equation(s): +// \text_gen|char_ram~42993_combout = (\vga_c|h_cnt [6] & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~23107_q )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~23079_q & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~23079_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~23107_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42993 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~42993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42994 ( +// Equation(s): +// \text_gen|char_ram~42994_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42993_combout & ((\text_gen|char_ram~26691_q ))) # (!\text_gen|char_ram~42993_combout & (\text_gen|char_ram~26663_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42993_combout )))) + + .dataa(\text_gen|char_ram~26663_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~26691_q ), + .datad(\text_gen|char_ram~42993_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42994 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y39_N21 +dffeas \text_gen|char_ram~19495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N23 +dffeas \text_gen|char_ram~19523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19523 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y35_N23 +dffeas \text_gen|char_ram~15911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N27 +dffeas \text_gen|char_ram~15939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15939 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42995 ( +// Equation(s): +// \text_gen|char_ram~42995_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~15939_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~15911_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~15911_q ), + .datad(\text_gen|char_ram~15939_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42995 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42996 ( +// Equation(s): +// \text_gen|char_ram~42996_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42995_combout & ((\text_gen|char_ram~19523_q ))) # (!\text_gen|char_ram~42995_combout & (\text_gen|char_ram~19495_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42995_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19495_q ), + .datac(\text_gen|char_ram~19523_q ), + .datad(\text_gen|char_ram~42995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42996 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42997 ( +// Equation(s): +// \text_gen|char_ram~42997_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~42994_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~42996_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42994_combout ), + .datad(\text_gen|char_ram~42996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42997 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43000 ( +// Equation(s): +// \text_gen|char_ram~43000_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42997_combout & (\text_gen|char_ram~42999_combout )) # (!\text_gen|char_ram~42997_combout & ((\text_gen|char_ram~42992_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42997_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~42999_combout ), + .datac(\text_gen|char_ram~42992_combout ), + .datad(\text_gen|char_ram~42997_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43000 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~28483feeder ( +// Equation(s): +// \text_gen|char_ram~28483feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28483feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28483feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28483feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y33_N7 +dffeas \text_gen|char_ram~28483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28483feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28455feeder ( +// Equation(s): +// \text_gen|char_ram~28455feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28455feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28455feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28455feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y33_N25 +dffeas \text_gen|char_ram~28455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28455feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43029 ( +// Equation(s): +// \text_gen|char_ram~43029_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~28483_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~28455_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28483_q ), + .datad(\text_gen|char_ram~28455_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43029 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y30_N5 +dffeas \text_gen|char_ram~28497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28497 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y26_N12 +cycloneiv_lcell_comb \text_gen|char_ram~28469feeder ( +// Equation(s): +// \text_gen|char_ram~28469feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28469feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y26_N13 +dffeas \text_gen|char_ram~28469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43030 ( +// Equation(s): +// \text_gen|char_ram~43030_combout = (\text_gen|char_ram~43029_combout & (((\text_gen|char_ram~28497_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~43029_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~28469_q )))) + + .dataa(\text_gen|char_ram~43029_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28497_q ), + .datad(\text_gen|char_ram~28469_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43030 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~24899feeder ( +// Equation(s): +// \text_gen|char_ram~24899feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24899feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24899feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24899feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y37_N19 +dffeas \text_gen|char_ram~24899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24899feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y30_N3 +dffeas \text_gen|char_ram~24871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43024 ( +// Equation(s): +// \text_gen|char_ram~43024_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~24899_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((!\vga_c|h_cnt [5] & \text_gen|char_ram~24871_q )))) + + .dataa(\text_gen|char_ram~24899_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~24871_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43024 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~43024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y30_N23 +dffeas \text_gen|char_ram~24913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24885feeder ( +// Equation(s): +// \text_gen|char_ram~24885feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24885feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24885feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24885feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y26_N3 +dffeas \text_gen|char_ram~24885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24885feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24885 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43025 ( +// Equation(s): +// \text_gen|char_ram~43025_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43024_combout & (\text_gen|char_ram~24913_q )) # (!\text_gen|char_ram~43024_combout & ((\text_gen|char_ram~24885_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~43024_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~43024_combout ), + .datac(\text_gen|char_ram~24913_q ), + .datad(\text_gen|char_ram~24885_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43025 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N31 +dffeas \text_gen|char_ram~17703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~17731feeder ( +// Equation(s): +// \text_gen|char_ram~17731feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17731feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17731feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17731feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y23_N21 +dffeas \text_gen|char_ram~17731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17731feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43026 ( +// Equation(s): +// \text_gen|char_ram~43026_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~17731_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17703_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17703_q ), + .datad(\text_gen|char_ram~17731_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43026 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y22_N3 +dffeas \text_gen|char_ram~17745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y24_N9 +dffeas \text_gen|char_ram~17717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y22_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43027 ( +// Equation(s): +// \text_gen|char_ram~43027_combout = (\text_gen|char_ram~43026_combout & (((\text_gen|char_ram~17745_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~43026_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~17717_q )))) + + .dataa(\text_gen|char_ram~43026_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17745_q ), + .datad(\text_gen|char_ram~17717_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43027 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43028 ( +// Equation(s): +// \text_gen|char_ram~43028_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~43025_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~43027_combout ))))) + + .dataa(\text_gen|char_ram~43025_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43028 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~43028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y25_N15 +dffeas \text_gen|char_ram~21301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y23_N17 +dffeas \text_gen|char_ram~21329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y36_N27 +dffeas \text_gen|char_ram~21287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y36_N21 +dffeas \text_gen|char_ram~21315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43022 ( +// Equation(s): +// \text_gen|char_ram~43022_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21315_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21287_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21287_q ), + .datad(\text_gen|char_ram~21315_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43022 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43023 ( +// Equation(s): +// \text_gen|char_ram~43023_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43022_combout & ((\text_gen|char_ram~21329_q ))) # (!\text_gen|char_ram~43022_combout & (\text_gen|char_ram~21301_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43022_combout )))) + + .dataa(\text_gen|char_ram~21301_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21329_q ), + .datad(\text_gen|char_ram~43022_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43023 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43031 ( +// Equation(s): +// \text_gen|char_ram~43031_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43028_combout & (\text_gen|char_ram~43030_combout )) # (!\text_gen|char_ram~43028_combout & ((\text_gen|char_ram~43023_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43028_combout )))) + + .dataa(\text_gen|char_ram~43030_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43028_combout ), + .datad(\text_gen|char_ram~43023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43031 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5173feeder ( +// Equation(s): +// \text_gen|char_ram~5173feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5173feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5173feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5173feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y26_N1 +dffeas \text_gen|char_ram~5173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5173feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y27_N17 +dffeas \text_gen|char_ram~5201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y25_N25 +dffeas \text_gen|char_ram~1617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y25_N1 +dffeas \text_gen|char_ram~1589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43011 ( +// Equation(s): +// \text_gen|char_ram~43011_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~1617_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~1589_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~1617_q ), + .datac(\text_gen|char_ram~1589_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~43011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43011 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y27_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43012 ( +// Equation(s): +// \text_gen|char_ram~43012_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43011_combout & ((\text_gen|char_ram~5201_q ))) # (!\text_gen|char_ram~43011_combout & (\text_gen|char_ram~5173_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43011_combout )))) + + .dataa(\text_gen|char_ram~5173_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5201_q ), + .datad(\text_gen|char_ram~43011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43012 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y31_N27 +dffeas \text_gen|char_ram~12341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y31_N3 +dffeas \text_gen|char_ram~12369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y29_N29 +dffeas \text_gen|char_ram~8785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8785 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y29_N3 +dffeas \text_gen|char_ram~8757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43018 ( +// Equation(s): +// \text_gen|char_ram~43018_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8785_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~8757_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8785_q ), + .datac(\text_gen|char_ram~8757_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43018 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43019 ( +// Equation(s): +// \text_gen|char_ram~43019_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43018_combout & ((\text_gen|char_ram~12369_q ))) # (!\text_gen|char_ram~43018_combout & (\text_gen|char_ram~12341_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43018_combout )))) + + .dataa(\text_gen|char_ram~12341_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12369_q ), + .datad(\text_gen|char_ram~43018_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43019 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y36_N25 +dffeas \text_gen|char_ram~8771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8771 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y36_N31 +dffeas \text_gen|char_ram~8743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43013 ( +// Equation(s): +// \text_gen|char_ram~43013_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8771_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~8743_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~8771_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8743_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43013 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y35_N21 +dffeas \text_gen|char_ram~12355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~12327feeder ( +// Equation(s): +// \text_gen|char_ram~12327feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y32_N25 +dffeas \text_gen|char_ram~12327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12327 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43014 ( +// Equation(s): +// \text_gen|char_ram~43014_combout = (\text_gen|char_ram~43013_combout & (((\text_gen|char_ram~12355_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~43013_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12327_q )))) + + .dataa(\text_gen|char_ram~43013_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12355_q ), + .datad(\text_gen|char_ram~12327_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43014 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y43_N31 +dffeas \text_gen|char_ram~5159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y43_N13 +dffeas \text_gen|char_ram~5187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y35_N5 +dffeas \text_gen|char_ram~1603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y38_N9 +dffeas \text_gen|char_ram~1575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43015 ( +// Equation(s): +// \text_gen|char_ram~43015_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~1603_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~1575_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~1603_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~1575_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43015 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43016 ( +// Equation(s): +// \text_gen|char_ram~43016_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43015_combout & ((\text_gen|char_ram~5187_q ))) # (!\text_gen|char_ram~43015_combout & (\text_gen|char_ram~5159_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43015_combout )))) + + .dataa(\text_gen|char_ram~5159_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5187_q ), + .datad(\text_gen|char_ram~43015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43016 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43017 ( +// Equation(s): +// \text_gen|char_ram~43017_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~43014_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~43016_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~43014_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43016_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43017 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~43017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y37_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43020 ( +// Equation(s): +// \text_gen|char_ram~43020_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43017_combout & ((\text_gen|char_ram~43019_combout ))) # (!\text_gen|char_ram~43017_combout & (\text_gen|char_ram~43012_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43017_combout )))) + + .dataa(\text_gen|char_ram~43012_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43019_combout ), + .datad(\text_gen|char_ram~43017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43020 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y31_N9 +dffeas \text_gen|char_ram~14133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y31_N5 +dffeas \text_gen|char_ram~14161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y31_N25 +dffeas \text_gen|char_ram~10577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y31_N11 +dffeas \text_gen|char_ram~10549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43008 ( +// Equation(s): +// \text_gen|char_ram~43008_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~10577_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~10549_q ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10577_q ), + .datac(\text_gen|char_ram~10549_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~43008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43008 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43009 ( +// Equation(s): +// \text_gen|char_ram~43009_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43008_combout & ((\text_gen|char_ram~14161_q ))) # (!\text_gen|char_ram~43008_combout & (\text_gen|char_ram~14133_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43008_combout )))) + + .dataa(\text_gen|char_ram~14133_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14161_q ), + .datad(\text_gen|char_ram~43008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43009 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X115_Y25_N13 +dffeas \text_gen|char_ram~6965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X116_Y28_N19 +dffeas \text_gen|char_ram~6993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56681_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X115_Y28_N7 +dffeas \text_gen|char_ram~3409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X116_Y28_N29 +dffeas \text_gen|char_ram~3381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43001 ( +// Equation(s): +// \text_gen|char_ram~43001_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3409_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~3381_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3409_q ), + .datac(\text_gen|char_ram~3381_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43001 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X116_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43002 ( +// Equation(s): +// \text_gen|char_ram~43002_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43001_combout & ((\text_gen|char_ram~6993_q ))) # (!\text_gen|char_ram~43001_combout & (\text_gen|char_ram~6965_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43001_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6965_q ), + .datac(\text_gen|char_ram~6993_q ), + .datad(\text_gen|char_ram~43001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43002 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14119feeder ( +// Equation(s): +// \text_gen|char_ram~14119feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14119feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14119feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14119feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y32_N31 +dffeas \text_gen|char_ram~14119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14119feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y36_N7 +dffeas \text_gen|char_ram~14147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14147 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y36_N1 +dffeas \text_gen|char_ram~10535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y36_N1 +dffeas \text_gen|char_ram~10563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43003 ( +// Equation(s): +// \text_gen|char_ram~43003_combout = (\vga_c|h_cnt [6] & (((\text_gen|char_ram~10563_q ) # (\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10535_q & ((!\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~10535_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10563_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43003 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~43003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43004 ( +// Equation(s): +// \text_gen|char_ram~43004_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43003_combout & ((\text_gen|char_ram~14147_q ))) # (!\text_gen|char_ram~43003_combout & (\text_gen|char_ram~14119_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43003_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~14119_q ), + .datac(\text_gen|char_ram~14147_q ), + .datad(\text_gen|char_ram~43003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43004 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y38_N5 +dffeas \text_gen|char_ram~6951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y37_N13 +dffeas \text_gen|char_ram~6979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56487_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3395feeder ( +// Equation(s): +// \text_gen|char_ram~3395feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3395feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3395feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3395feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y34_N11 +dffeas \text_gen|char_ram~3395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3395feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y38_N31 +dffeas \text_gen|char_ram~3367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3367 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43005 ( +// Equation(s): +// \text_gen|char_ram~43005_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3395_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~3367_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3395_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3367_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43005 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43006 ( +// Equation(s): +// \text_gen|char_ram~43006_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~43005_combout & ((\text_gen|char_ram~6979_q ))) # (!\text_gen|char_ram~43005_combout & (\text_gen|char_ram~6951_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~43005_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~6951_q ), + .datac(\text_gen|char_ram~6979_q ), + .datad(\text_gen|char_ram~43005_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43006 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43007 ( +// Equation(s): +// \text_gen|char_ram~43007_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~43004_combout )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~43006_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43004_combout ), + .datad(\text_gen|char_ram~43006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43007 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43010 ( +// Equation(s): +// \text_gen|char_ram~43010_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43007_combout & (\text_gen|char_ram~43009_combout )) # (!\text_gen|char_ram~43007_combout & ((\text_gen|char_ram~43002_combout ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43007_combout )))) + + .dataa(\text_gen|char_ram~43009_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43002_combout ), + .datad(\text_gen|char_ram~43007_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43010 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43021 ( +// Equation(s): +// \text_gen|char_ram~43021_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~43010_combout ))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~43020_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~43020_combout ), + .datad(\text_gen|char_ram~43010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43021 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43032 ( +// Equation(s): +// \text_gen|char_ram~43032_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43021_combout & ((\text_gen|char_ram~43031_combout ))) # (!\text_gen|char_ram~43021_combout & (\text_gen|char_ram~43000_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43021_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43000_combout ), + .datac(\text_gen|char_ram~43031_combout ), + .datad(\text_gen|char_ram~43021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43032 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y37_N23 +dffeas \text_gen|char_ram~10591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y35_N23 +dffeas \text_gen|char_ram~10619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y35_N15 +dffeas \text_gen|char_ram~8827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y35_N25 +dffeas \text_gen|char_ram~8799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8799 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43122 ( +// Equation(s): +// \text_gen|char_ram~43122_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8827_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~8799_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~8827_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~8799_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43122 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43123 ( +// Equation(s): +// \text_gen|char_ram~43123_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43122_combout & ((\text_gen|char_ram~10619_q ))) # (!\text_gen|char_ram~43122_combout & (\text_gen|char_ram~10591_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43122_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10591_q ), + .datac(\text_gen|char_ram~10619_q ), + .datad(\text_gen|char_ram~43122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43123 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y37_N29 +dffeas \text_gen|char_ram~24927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y35_N21 +dffeas \text_gen|char_ram~24955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y33_N11 +dffeas \text_gen|char_ram~23163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y33_N21 +dffeas \text_gen|char_ram~23135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43120 ( +// Equation(s): +// \text_gen|char_ram~43120_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23163_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~23135_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~23163_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23135_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43120 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43121 ( +// Equation(s): +// \text_gen|char_ram~43121_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43120_combout & ((\text_gen|char_ram~24955_q ))) # (!\text_gen|char_ram~43120_combout & (\text_gen|char_ram~24927_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43120_combout )))) + + .dataa(\text_gen|char_ram~24927_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~24955_q ), + .datad(\text_gen|char_ram~43120_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43121 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43124 ( +// Equation(s): +// \text_gen|char_ram~43124_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~43121_combout ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~43123_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~43123_combout ), + .datad(\text_gen|char_ram~43121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43124 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y30_N25 +dffeas \text_gen|char_ram~24941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~24969feeder ( +// Equation(s): +// \text_gen|char_ram~24969feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y27_N11 +dffeas \text_gen|char_ram~24969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23177feeder ( +// Equation(s): +// \text_gen|char_ram~23177feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23177feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23177feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23177feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y23_N11 +dffeas \text_gen|char_ram~23177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23177feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~57001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y27_N19 +dffeas \text_gen|char_ram~23149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43125 ( +// Equation(s): +// \text_gen|char_ram~43125_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23177_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~23149_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~23177_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23149_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43125 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43126 ( +// Equation(s): +// \text_gen|char_ram~43126_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43125_combout & ((\text_gen|char_ram~24969_q ))) # (!\text_gen|char_ram~43125_combout & (\text_gen|char_ram~24941_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43125_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~24941_q ), + .datac(\text_gen|char_ram~24969_q ), + .datad(\text_gen|char_ram~43125_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43126 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10605feeder ( +// Equation(s): +// \text_gen|char_ram~10605feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10605feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10605feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10605feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y28_N17 +dffeas \text_gen|char_ram~10605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10605feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y30_N31 +dffeas \text_gen|char_ram~10633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y28_N25 +dffeas \text_gen|char_ram~8841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y28_N31 +dffeas \text_gen|char_ram~8813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8813 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43118 ( +// Equation(s): +// \text_gen|char_ram~43118_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~8841_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~8813_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~8841_q ), + .datac(\text_gen|char_ram~8813_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43118 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43119 ( +// Equation(s): +// \text_gen|char_ram~43119_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43118_combout & ((\text_gen|char_ram~10633_q ))) # (!\text_gen|char_ram~43118_combout & (\text_gen|char_ram~10605_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43118_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~10605_q ), + .datac(\text_gen|char_ram~10633_q ), + .datad(\text_gen|char_ram~43118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43119 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43127 ( +// Equation(s): +// \text_gen|char_ram~43127_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43124_combout & (\text_gen|char_ram~43126_combout )) # (!\text_gen|char_ram~43124_combout & ((\text_gen|char_ram~43119_combout ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~43124_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~43124_combout ), + .datac(\text_gen|char_ram~43126_combout ), + .datad(\text_gen|char_ram~43119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43127 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14189feeder ( +// Equation(s): +// \text_gen|char_ram~14189feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14189feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14189feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14189feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y28_N25 +dffeas \text_gen|char_ram~14189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14189feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y28_N27 +dffeas \text_gen|char_ram~14217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y28_N25 +dffeas \text_gen|char_ram~12425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y28_N19 +dffeas \text_gen|char_ram~12397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12397 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43149 ( +// Equation(s): +// \text_gen|char_ram~43149_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~12425_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~12397_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12425_q ), + .datac(\text_gen|char_ram~12397_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43149 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43150 ( +// Equation(s): +// \text_gen|char_ram~43150_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43149_combout & ((\text_gen|char_ram~14217_q ))) # (!\text_gen|char_ram~43149_combout & (\text_gen|char_ram~14189_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43149_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~14189_q ), + .datac(\text_gen|char_ram~14217_q ), + .datad(\text_gen|char_ram~43149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43150 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y24_N9 +dffeas \text_gen|char_ram~28525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y24_N21 +dffeas \text_gen|char_ram~28553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28553 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y27_N5 +dffeas \text_gen|char_ram~26761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y27_N11 +dffeas \text_gen|char_ram~26733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43156 ( +// Equation(s): +// \text_gen|char_ram~43156_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26761_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26733_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26761_q ), + .datac(\text_gen|char_ram~26733_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43156 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43157 ( +// Equation(s): +// \text_gen|char_ram~43157_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43156_combout & ((\text_gen|char_ram~28553_q ))) # (!\text_gen|char_ram~43156_combout & (\text_gen|char_ram~28525_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43156_combout )))) + + .dataa(\text_gen|char_ram~28525_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28553_q ), + .datad(\text_gen|char_ram~43156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43157 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12411feeder ( +// Equation(s): +// \text_gen|char_ram~12411feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12411feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12411feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12411feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N15 +dffeas \text_gen|char_ram~12411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12411feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12411 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12383feeder ( +// Equation(s): +// \text_gen|char_ram~12383feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12383feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12383feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12383feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y35_N21 +dffeas \text_gen|char_ram~12383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12383feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12383 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43153 ( +// Equation(s): +// \text_gen|char_ram~43153_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~12411_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~12383_q ))))) + + .dataa(\text_gen|char_ram~12411_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~12383_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43153 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~43153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X100_Y35_N23 +dffeas \text_gen|char_ram~14203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X98_Y35_N7 +dffeas \text_gen|char_ram~14175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43154 ( +// Equation(s): +// \text_gen|char_ram~43154_combout = (\text_gen|char_ram~43153_combout & (((\text_gen|char_ram~14203_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~43153_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~14175_q )))) + + .dataa(\text_gen|char_ram~43153_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14203_q ), + .datad(\text_gen|char_ram~14175_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43154 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28511feeder ( +// Equation(s): +// \text_gen|char_ram~28511feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28511feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28511feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28511feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y27_N3 +dffeas \text_gen|char_ram~28511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28511feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y35_N19 +dffeas \text_gen|char_ram~28539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28539 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26747feeder ( +// Equation(s): +// \text_gen|char_ram~26747feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26747feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26747feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26747feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y39_N23 +dffeas \text_gen|char_ram~26747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26747feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y47_N17 +dffeas \text_gen|char_ram~26719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43151 ( +// Equation(s): +// \text_gen|char_ram~43151_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~26747_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~26719_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~26747_q ), + .datac(\text_gen|char_ram~26719_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43151 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43152 ( +// Equation(s): +// \text_gen|char_ram~43152_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43151_combout & ((\text_gen|char_ram~28539_q ))) # (!\text_gen|char_ram~43151_combout & (\text_gen|char_ram~28511_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43151_combout )))) + + .dataa(\text_gen|char_ram~28511_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~28539_q ), + .datad(\text_gen|char_ram~43151_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43152 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43155 ( +// Equation(s): +// \text_gen|char_ram~43155_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~43152_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~43154_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43154_combout ), + .datad(\text_gen|char_ram~43152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43155 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y35_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43158 ( +// Equation(s): +// \text_gen|char_ram~43158_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43155_combout & ((\text_gen|char_ram~43157_combout ))) # (!\text_gen|char_ram~43155_combout & (\text_gen|char_ram~43150_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43155_combout )))) + + .dataa(\text_gen|char_ram~43150_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43157_combout ), + .datad(\text_gen|char_ram~43155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43158 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3437feeder ( +// Equation(s): +// \text_gen|char_ram~3437feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y25_N25 +dffeas \text_gen|char_ram~3437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y23_N13 +dffeas \text_gen|char_ram~3465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y23_N29 +dffeas \text_gen|char_ram~1673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1673 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y23_N7 +dffeas \text_gen|char_ram~1645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1645 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43138 ( +// Equation(s): +// \text_gen|char_ram~43138_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~1673_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~1645_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~1673_q ), + .datac(\text_gen|char_ram~1645_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43138 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43139 ( +// Equation(s): +// \text_gen|char_ram~43139_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43138_combout & ((\text_gen|char_ram~3465_q ))) # (!\text_gen|char_ram~43138_combout & (\text_gen|char_ram~3437_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43138_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3437_q ), + .datac(\text_gen|char_ram~3465_q ), + .datad(\text_gen|char_ram~43138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43139 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y25_N31 +dffeas \text_gen|char_ram~17773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17773 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y23_N1 +dffeas \text_gen|char_ram~17801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y23_N31 +dffeas \text_gen|char_ram~16009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y26_N19 +dffeas \text_gen|char_ram~15981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43145 ( +// Equation(s): +// \text_gen|char_ram~43145_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~16009_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~15981_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~16009_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15981_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43145 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43146 ( +// Equation(s): +// \text_gen|char_ram~43146_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43145_combout & ((\text_gen|char_ram~17801_q ))) # (!\text_gen|char_ram~43145_combout & (\text_gen|char_ram~17773_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43145_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~17773_q ), + .datac(\text_gen|char_ram~17801_q ), + .datad(\text_gen|char_ram~43145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43146 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3423feeder ( +// Equation(s): +// \text_gen|char_ram~3423feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y34_N25 +dffeas \text_gen|char_ram~3423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y34_N19 +dffeas \text_gen|char_ram~3451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y34_N17 +dffeas \text_gen|char_ram~1631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y31_N11 +dffeas \text_gen|char_ram~1659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43142 ( +// Equation(s): +// \text_gen|char_ram~43142_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~1659_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~1631_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1631_q ), + .datad(\text_gen|char_ram~1659_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43142 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43143 ( +// Equation(s): +// \text_gen|char_ram~43143_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43142_combout & ((\text_gen|char_ram~3451_q ))) # (!\text_gen|char_ram~43142_combout & (\text_gen|char_ram~3423_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43142_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~3423_q ), + .datac(\text_gen|char_ram~3451_q ), + .datad(\text_gen|char_ram~43142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43143 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~17759feeder ( +// Equation(s): +// \text_gen|char_ram~17759feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17759feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17759feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17759feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y27_N11 +dffeas \text_gen|char_ram~17759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17759feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17759 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y27_N21 +dffeas \text_gen|char_ram~17787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y35_N15 +dffeas \text_gen|char_ram~15995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y31_N15 +dffeas \text_gen|char_ram~15967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43140 ( +// Equation(s): +// \text_gen|char_ram~43140_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~15995_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~15967_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~15995_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~15967_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43140 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43141 ( +// Equation(s): +// \text_gen|char_ram~43141_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43140_combout & ((\text_gen|char_ram~17787_q ))) # (!\text_gen|char_ram~43140_combout & (\text_gen|char_ram~17759_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~43140_combout )))) + + .dataa(\text_gen|char_ram~17759_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~17787_q ), + .datad(\text_gen|char_ram~43140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43141 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43144 ( +// Equation(s): +// \text_gen|char_ram~43144_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~43141_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~43143_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43143_combout ), + .datad(\text_gen|char_ram~43141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43144 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43147 ( +// Equation(s): +// \text_gen|char_ram~43147_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43144_combout & ((\text_gen|char_ram~43146_combout ))) # (!\text_gen|char_ram~43144_combout & (\text_gen|char_ram~43139_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43144_combout )))) + + .dataa(\text_gen|char_ram~43139_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~43146_combout ), + .datad(\text_gen|char_ram~43144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43147 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y27_N23 +dffeas \text_gen|char_ram~5229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y31_N25 +dffeas \text_gen|char_ram~5243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y27_N21 +dffeas \text_gen|char_ram~5215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5215 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43132 ( +// Equation(s): +// \text_gen|char_ram~43132_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5243_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5215_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5243_q ), + .datac(\text_gen|char_ram~5215_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43132 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y27_N23 +dffeas \text_gen|char_ram~5257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43133 ( +// Equation(s): +// \text_gen|char_ram~43133_combout = (\text_gen|char_ram~43132_combout & (((\text_gen|char_ram~5257_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~43132_combout & (\text_gen|char_ram~5229_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~5229_q ), + .datab(\text_gen|char_ram~43132_combout ), + .datac(\text_gen|char_ram~5257_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~43133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43133 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y31_N15 +dffeas \text_gen|char_ram~19565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y31_N13 +dffeas \text_gen|char_ram~19593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y31_N19 +dffeas \text_gen|char_ram~19551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19551 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y35_N9 +dffeas \text_gen|char_ram~19579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43130 ( +// Equation(s): +// \text_gen|char_ram~43130_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~19579_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~19551_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19551_q ), + .datad(\text_gen|char_ram~19579_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43130 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43131 ( +// Equation(s): +// \text_gen|char_ram~43131_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43130_combout & ((\text_gen|char_ram~19593_q ))) # (!\text_gen|char_ram~43130_combout & (\text_gen|char_ram~19565_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43130_combout )))) + + .dataa(\text_gen|char_ram~19565_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~19593_q ), + .datad(\text_gen|char_ram~43130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43131 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43134 ( +// Equation(s): +// \text_gen|char_ram~43134_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~43131_combout ) # (\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~43133_combout & ((!\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43133_combout ), + .datac(\text_gen|char_ram~43131_combout ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43134 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~43134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y31_N7 +dffeas \text_gen|char_ram~7007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56665_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~7035feeder ( +// Equation(s): +// \text_gen|char_ram~7035feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y31_N23 +dffeas \text_gen|char_ram~7035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y31_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43128 ( +// Equation(s): +// \text_gen|char_ram~43128_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~7035_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7007_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7007_q ), + .datad(\text_gen|char_ram~7035_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43128 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y23_N31 +dffeas \text_gen|char_ram~7049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7049 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7021feeder ( +// Equation(s): +// \text_gen|char_ram~7021feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7021feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7021feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7021feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y25_N19 +dffeas \text_gen|char_ram~7021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7021feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7021 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43129 ( +// Equation(s): +// \text_gen|char_ram~43129_combout = (\text_gen|char_ram~43128_combout & (((\text_gen|char_ram~7049_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~43128_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~7021_q )))) + + .dataa(\text_gen|char_ram~43128_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7049_q ), + .datad(\text_gen|char_ram~7021_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43129 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y26_N5 +dffeas \text_gen|char_ram~21357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y23_N15 +dffeas \text_gen|char_ram~21385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y30_N9 +dffeas \text_gen|char_ram~21343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~21371feeder ( +// Equation(s): +// \text_gen|char_ram~21371feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21371feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21371feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21371feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y23_N23 +dffeas \text_gen|char_ram~21371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21371feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43135 ( +// Equation(s): +// \text_gen|char_ram~43135_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21371_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21343_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21343_q ), + .datad(\text_gen|char_ram~21371_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43135 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43136 ( +// Equation(s): +// \text_gen|char_ram~43136_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~43135_combout & ((\text_gen|char_ram~21385_q ))) # (!\text_gen|char_ram~43135_combout & (\text_gen|char_ram~21357_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~43135_combout )))) + + .dataa(\text_gen|char_ram~21357_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21385_q ), + .datad(\text_gen|char_ram~43135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43136 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43137 ( +// Equation(s): +// \text_gen|char_ram~43137_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~43134_combout & ((\text_gen|char_ram~43136_combout ))) # (!\text_gen|char_ram~43134_combout & (\text_gen|char_ram~43129_combout )))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~43134_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~43134_combout ), + .datac(\text_gen|char_ram~43129_combout ), + .datad(\text_gen|char_ram~43136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43137 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43148 ( +// Equation(s): +// \text_gen|char_ram~43148_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~43137_combout ))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~43147_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~43147_combout ), + .datad(\text_gen|char_ram~43137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43148 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43159 ( +// Equation(s): +// \text_gen|char_ram~43159_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43148_combout & ((\text_gen|char_ram~43158_combout ))) # (!\text_gen|char_ram~43148_combout & (\text_gen|char_ram~43127_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43148_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~43127_combout ), + .datac(\text_gen|char_ram~43158_combout ), + .datad(\text_gen|char_ram~43148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43159 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43160 ( +// Equation(s): +// \text_gen|char_ram~43160_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43117_combout & ((\text_gen|char_ram~43159_combout ))) # (!\text_gen|char_ram~43117_combout & (\text_gen|char_ram~43032_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~43117_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~43117_combout ), + .datac(\text_gen|char_ram~43032_combout ), + .datad(\text_gen|char_ram~43159_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43160 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y46_N31 +dffeas \text_gen|char_ram~24451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y46_N25 +dffeas \text_gen|char_ram~24507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~24500feeder ( +// Equation(s): +// \text_gen|char_ram~24500feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24500feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y47_N21 +dffeas \text_gen|char_ram~24500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24500 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y39_N5 +dffeas \text_gen|char_ram~24444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42657 ( +// Equation(s): +// \text_gen|char_ram~42657_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~24500_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~24444_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~24500_q ), + .datac(\text_gen|char_ram~24444_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42657_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42657 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42657 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42658 ( +// Equation(s): +// \text_gen|char_ram~42658_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42657_combout & ((\text_gen|char_ram~24507_q ))) # (!\text_gen|char_ram~42657_combout & (\text_gen|char_ram~24451_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42657_combout )))) + + .dataa(\text_gen|char_ram~24451_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24507_q ), + .datad(\text_gen|char_ram~42657_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42658_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42658 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42658 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y46_N19 +dffeas \text_gen|char_ram~10108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y46_N29 +dffeas \text_gen|char_ram~10164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42650 ( +// Equation(s): +// \text_gen|char_ram~42650_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~10164_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~10108_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10108_q ), + .datad(\text_gen|char_ram~10164_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42650_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42650 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42650 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y45_N29 +dffeas \text_gen|char_ram~10115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y45_N25 +dffeas \text_gen|char_ram~10171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42651 ( +// Equation(s): +// \text_gen|char_ram~42651_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42650_combout & ((\text_gen|char_ram~10171_q ))) # (!\text_gen|char_ram~42650_combout & (\text_gen|char_ram~10115_q )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~42650_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42650_combout ), + .datac(\text_gen|char_ram~10115_q ), + .datad(\text_gen|char_ram~10171_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42651_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42651 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42651 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N1 +dffeas \text_gen|char_ram~22652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~22708feeder ( +// Equation(s): +// \text_gen|char_ram~22708feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22708feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22708feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22708feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y47_N31 +dffeas \text_gen|char_ram~22708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22708feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42652 ( +// Equation(s): +// \text_gen|char_ram~42652_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22708_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22652_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22652_q ), + .datad(\text_gen|char_ram~22708_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42652_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42652 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42652 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y50_N27 +dffeas \text_gen|char_ram~22715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y53_N7 +dffeas \text_gen|char_ram~22659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22659 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42653 ( +// Equation(s): +// \text_gen|char_ram~42653_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42652_combout & (\text_gen|char_ram~22715_q )) # (!\text_gen|char_ram~42652_combout & ((\text_gen|char_ram~22659_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~42652_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42652_combout ), + .datac(\text_gen|char_ram~22715_q ), + .datad(\text_gen|char_ram~22659_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42653_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42653 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42653 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y46_N3 +dffeas \text_gen|char_ram~8323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y50_N9 +dffeas \text_gen|char_ram~8379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y50_N19 +dffeas \text_gen|char_ram~8316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y52_N21 +dffeas \text_gen|char_ram~8372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42654 ( +// Equation(s): +// \text_gen|char_ram~42654_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8372_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8316_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8316_q ), + .datad(\text_gen|char_ram~8372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42654_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42654 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42654 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42655 ( +// Equation(s): +// \text_gen|char_ram~42655_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42654_combout & ((\text_gen|char_ram~8379_q ))) # (!\text_gen|char_ram~42654_combout & (\text_gen|char_ram~8323_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42654_combout )))) + + .dataa(\text_gen|char_ram~8323_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8379_q ), + .datad(\text_gen|char_ram~42654_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42655_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42655 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42655 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42656 ( +// Equation(s): +// \text_gen|char_ram~42656_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42653_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~42655_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42653_combout ), + .datac(\text_gen|char_ram~42655_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42656_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42656 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42656 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42659 ( +// Equation(s): +// \text_gen|char_ram~42659_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42656_combout & (\text_gen|char_ram~42658_combout )) # (!\text_gen|char_ram~42656_combout & ((\text_gen|char_ram~42651_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42656_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42658_combout ), + .datac(\text_gen|char_ram~42651_combout ), + .datad(\text_gen|char_ram~42656_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42659_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42659 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42659 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~28035feeder ( +// Equation(s): +// \text_gen|char_ram~28035feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y51_N13 +dffeas \text_gen|char_ram~28035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y52_N7 +dffeas \text_gen|char_ram~28028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~28084feeder ( +// Equation(s): +// \text_gen|char_ram~28084feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28084feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28084feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28084feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y52_N27 +dffeas \text_gen|char_ram~28084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28084feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28084 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42688 ( +// Equation(s): +// \text_gen|char_ram~42688_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~28084_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~28028_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~28028_q ), + .datad(\text_gen|char_ram~28084_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42688_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42688 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42688 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~28091feeder ( +// Equation(s): +// \text_gen|char_ram~28091feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y51_N17 +dffeas \text_gen|char_ram~28091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28091 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42689 ( +// Equation(s): +// \text_gen|char_ram~42689_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42688_combout & ((\text_gen|char_ram~28091_q ))) # (!\text_gen|char_ram~42688_combout & (\text_gen|char_ram~28035_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42688_combout )))) + + .dataa(\text_gen|char_ram~28035_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~42688_combout ), + .datad(\text_gen|char_ram~28091_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42689_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42689 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~42689 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N15 +dffeas \text_gen|char_ram~13692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13692 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~13748feeder ( +// Equation(s): +// \text_gen|char_ram~13748feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13748feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13748feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13748feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y57_N29 +dffeas \text_gen|char_ram~13748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13748feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42681 ( +// Equation(s): +// \text_gen|char_ram~42681_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~13748_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~13692_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~13692_q ), + .datad(\text_gen|char_ram~13748_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42681_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42681 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42681 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y56_N31 +dffeas \text_gen|char_ram~13755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y56_N29 +dffeas \text_gen|char_ram~13699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53621_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13699 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42682 ( +// Equation(s): +// \text_gen|char_ram~42682_combout = (\text_gen|char_ram~42681_combout & (((\text_gen|char_ram~13755_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~42681_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~13699_q )))) + + .dataa(\text_gen|char_ram~42681_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13755_q ), + .datad(\text_gen|char_ram~13699_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42682_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42682 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42682 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y54_N23 +dffeas \text_gen|char_ram~11956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y55_N13 +dffeas \text_gen|char_ram~11900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42685 ( +// Equation(s): +// \text_gen|char_ram~42685_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~11956_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~11900_q ))))) + + .dataa(\text_gen|char_ram~11956_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11900_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42685_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42685 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42685 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y55_N11 +dffeas \text_gen|char_ram~11963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11963 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11907feeder ( +// Equation(s): +// \text_gen|char_ram~11907feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11907feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11907feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11907feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y55_N5 +dffeas \text_gen|char_ram~11907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11907feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42686 ( +// Equation(s): +// \text_gen|char_ram~42686_combout = (\text_gen|char_ram~42685_combout & (((\text_gen|char_ram~11963_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~42685_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~11907_q )))) + + .dataa(\text_gen|char_ram~42685_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11963_q ), + .datad(\text_gen|char_ram~11907_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42686_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42686 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42686 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26243feeder ( +// Equation(s): +// \text_gen|char_ram~26243feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y59_N9 +dffeas \text_gen|char_ram~26243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53099_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y51_N13 +dffeas \text_gen|char_ram~26299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y51_N19 +dffeas \text_gen|char_ram~26236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26292feeder ( +// Equation(s): +// \text_gen|char_ram~26292feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26292feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26292feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26292feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y47_N9 +dffeas \text_gen|char_ram~26292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26292feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42683 ( +// Equation(s): +// \text_gen|char_ram~42683_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~26292_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26236_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26236_q ), + .datad(\text_gen|char_ram~26292_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42683_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42683 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42683 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42684 ( +// Equation(s): +// \text_gen|char_ram~42684_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42683_combout & ((\text_gen|char_ram~26299_q ))) # (!\text_gen|char_ram~42683_combout & (\text_gen|char_ram~26243_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42683_combout )))) + + .dataa(\text_gen|char_ram~26243_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26299_q ), + .datad(\text_gen|char_ram~42683_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42684_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42684 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42684 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42687 ( +// Equation(s): +// \text_gen|char_ram~42687_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42684_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42686_combout )))) + + .dataa(\text_gen|char_ram~42686_combout ), + .datab(\text_gen|char_ram~42684_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42687_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42687 .lut_mask = 16'hFC0A; +defparam \text_gen|char_ram~42687 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42690 ( +// Equation(s): +// \text_gen|char_ram~42690_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42687_combout & (\text_gen|char_ram~42689_combout )) # (!\text_gen|char_ram~42687_combout & ((\text_gen|char_ram~42682_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42687_combout )))) + + .dataa(\text_gen|char_ram~42689_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42682_combout ), + .datad(\text_gen|char_ram~42687_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42690_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42690 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42690 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19131feeder ( +// Equation(s): +// \text_gen|char_ram~19131feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19131feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19131feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19131feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y51_N7 +dffeas \text_gen|char_ram~19131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19131feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53131_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y51_N23 +dffeas \text_gen|char_ram~20923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53816_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y51_N21 +dffeas \text_gen|char_ram~19124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~20916feeder ( +// Equation(s): +// \text_gen|char_ram~20916feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20916feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20916feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20916feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y60_N9 +dffeas \text_gen|char_ram~20916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20916feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20916 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42667 ( +// Equation(s): +// \text_gen|char_ram~42667_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~20916_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~19124_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19124_q ), + .datad(\text_gen|char_ram~20916_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42667_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42667 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42667 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42668 ( +// Equation(s): +// \text_gen|char_ram~42668_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42667_combout & ((\text_gen|char_ram~20923_q ))) # (!\text_gen|char_ram~42667_combout & (\text_gen|char_ram~19131_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42667_combout )))) + + .dataa(\text_gen|char_ram~19131_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20923_q ), + .datad(\text_gen|char_ram~42667_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42668_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42668 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42668 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y51_N7 +dffeas \text_gen|char_ram~4795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y51_N23 +dffeas \text_gen|char_ram~6587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y57_N7 +dffeas \text_gen|char_ram~6580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y51_N13 +dffeas \text_gen|char_ram~4788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4788 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42660 ( +// Equation(s): +// \text_gen|char_ram~42660_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~6580_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~4788_q ))))) + + .dataa(\text_gen|char_ram~6580_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4788_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42660_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42660 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42660 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42661 ( +// Equation(s): +// \text_gen|char_ram~42661_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42660_combout & ((\text_gen|char_ram~6587_q ))) # (!\text_gen|char_ram~42660_combout & (\text_gen|char_ram~4795_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42660_combout )))) + + .dataa(\text_gen|char_ram~4795_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6587_q ), + .datad(\text_gen|char_ram~42660_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42661_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42661 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42661 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y47_N5 +dffeas \text_gen|char_ram~19075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y55_N3 +dffeas \text_gen|char_ram~20867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20867 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20860feeder ( +// Equation(s): +// \text_gen|char_ram~20860feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20860feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20860feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20860feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N3 +dffeas \text_gen|char_ram~20860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20860feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y55_N29 +dffeas \text_gen|char_ram~19068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42662 ( +// Equation(s): +// \text_gen|char_ram~42662_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20860_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~19068_q ))))) + + .dataa(\text_gen|char_ram~20860_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19068_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42662_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42662 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42662 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42663 ( +// Equation(s): +// \text_gen|char_ram~42663_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42662_combout & ((\text_gen|char_ram~20867_q ))) # (!\text_gen|char_ram~42662_combout & (\text_gen|char_ram~19075_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42662_combout )))) + + .dataa(\text_gen|char_ram~19075_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20867_q ), + .datad(\text_gen|char_ram~42662_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42663_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42663 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42663 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y47_N11 +dffeas \text_gen|char_ram~4739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y51_N13 +dffeas \text_gen|char_ram~6531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y51_N31 +dffeas \text_gen|char_ram~6524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y51_N19 +dffeas \text_gen|char_ram~4732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4732 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42664 ( +// Equation(s): +// \text_gen|char_ram~42664_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~6524_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~4732_q ))))) + + .dataa(\text_gen|char_ram~6524_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4732_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42664_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42664 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42664 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42665 ( +// Equation(s): +// \text_gen|char_ram~42665_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42664_combout & ((\text_gen|char_ram~6531_q ))) # (!\text_gen|char_ram~42664_combout & (\text_gen|char_ram~4739_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42664_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4739_q ), + .datac(\text_gen|char_ram~6531_q ), + .datad(\text_gen|char_ram~42664_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42665_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42665 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42665 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42666 ( +// Equation(s): +// \text_gen|char_ram~42666_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42663_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42665_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42663_combout ), + .datad(\text_gen|char_ram~42665_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42666_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42666 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42666 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42669 ( +// Equation(s): +// \text_gen|char_ram~42669_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42666_combout & (\text_gen|char_ram~42668_combout )) # (!\text_gen|char_ram~42666_combout & ((\text_gen|char_ram~42661_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42666_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42668_combout ), + .datac(\text_gen|char_ram~42661_combout ), + .datad(\text_gen|char_ram~42666_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42669_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42669 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42669 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y49_N1 +dffeas \text_gen|char_ram~1211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y50_N23 +dffeas \text_gen|char_ram~3003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52919_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y50_N11 +dffeas \text_gen|char_ram~2996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y50_N17 +dffeas \text_gen|char_ram~1204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42670 ( +// Equation(s): +// \text_gen|char_ram~42670_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2996_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1204_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2996_q ), + .datac(\text_gen|char_ram~1204_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42670_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42670 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42670 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42671 ( +// Equation(s): +// \text_gen|char_ram~42671_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42670_combout & ((\text_gen|char_ram~3003_q ))) # (!\text_gen|char_ram~42670_combout & (\text_gen|char_ram~1211_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42670_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1211_q ), + .datac(\text_gen|char_ram~3003_q ), + .datad(\text_gen|char_ram~42670_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42671_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42671 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42671 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y49_N17 +dffeas \text_gen|char_ram~15547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15547 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y49_N25 +dffeas \text_gen|char_ram~17339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17339 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~17332feeder ( +// Equation(s): +// \text_gen|char_ram~17332feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17332feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17332feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17332feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y50_N13 +dffeas \text_gen|char_ram~17332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17332feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y49_N19 +dffeas \text_gen|char_ram~15540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15540 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42677 ( +// Equation(s): +// \text_gen|char_ram~42677_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17332_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15540_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17332_q ), + .datac(\text_gen|char_ram~15540_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42677_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42677 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42677 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42678 ( +// Equation(s): +// \text_gen|char_ram~42678_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42677_combout & ((\text_gen|char_ram~17339_q ))) # (!\text_gen|char_ram~42677_combout & (\text_gen|char_ram~15547_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42677_combout )))) + + .dataa(\text_gen|char_ram~15547_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17339_q ), + .datad(\text_gen|char_ram~42677_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42678_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42678 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42678 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y50_N9 +dffeas \text_gen|char_ram~2940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y50_N31 +dffeas \text_gen|char_ram~1148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1148 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42674 ( +// Equation(s): +// \text_gen|char_ram~42674_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~2940_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~1148_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2940_q ), + .datac(\text_gen|char_ram~1148_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42674_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42674 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42674 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1155feeder ( +// Equation(s): +// \text_gen|char_ram~1155feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1155feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1155feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1155feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y50_N31 +dffeas \text_gen|char_ram~1155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1155feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y49_N17 +dffeas \text_gen|char_ram~2947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2947 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42675 ( +// Equation(s): +// \text_gen|char_ram~42675_combout = (\text_gen|char_ram~42674_combout & (((\text_gen|char_ram~2947_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~42674_combout & (\text_gen|char_ram~1155_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~42674_combout ), + .datab(\text_gen|char_ram~1155_q ), + .datac(\text_gen|char_ram~2947_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42675_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42675 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42675 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y49_N17 +dffeas \text_gen|char_ram~15491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y49_N23 +dffeas \text_gen|char_ram~17283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17283 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~17276feeder ( +// Equation(s): +// \text_gen|char_ram~17276feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17276feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17276feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17276feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y42_N27 +dffeas \text_gen|char_ram~17276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17276feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y46_N29 +dffeas \text_gen|char_ram~15484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42672 ( +// Equation(s): +// \text_gen|char_ram~42672_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17276_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15484_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17276_q ), + .datac(\text_gen|char_ram~15484_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42672_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42672 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42672 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42673 ( +// Equation(s): +// \text_gen|char_ram~42673_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42672_combout & ((\text_gen|char_ram~17283_q ))) # (!\text_gen|char_ram~42672_combout & (\text_gen|char_ram~15491_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42672_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15491_q ), + .datac(\text_gen|char_ram~17283_q ), + .datad(\text_gen|char_ram~42672_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42673_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42673 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42673 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42676 ( +// Equation(s): +// \text_gen|char_ram~42676_combout = (\text_gen|Add5~14_combout & (((\text_gen|char_ram~42673_combout ) # (\vga_c|h_cnt [7])))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42675_combout & ((!\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~42675_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42673_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42676_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42676 .lut_mask = 16'hCCE2; +defparam \text_gen|char_ram~42676 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42679 ( +// Equation(s): +// \text_gen|char_ram~42679_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42676_combout & ((\text_gen|char_ram~42678_combout ))) # (!\text_gen|char_ram~42676_combout & (\text_gen|char_ram~42671_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42676_combout )))) + + .dataa(\text_gen|char_ram~42671_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~42678_combout ), + .datad(\text_gen|char_ram~42676_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42679_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42679 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42679 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42680 ( +// Equation(s): +// \text_gen|char_ram~42680_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~42669_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~42679_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42669_combout ), + .datad(\text_gen|char_ram~42679_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42680_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42680 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42680 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42691 ( +// Equation(s): +// \text_gen|char_ram~42691_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42680_combout & ((\text_gen|char_ram~42690_combout ))) # (!\text_gen|char_ram~42680_combout & (\text_gen|char_ram~42659_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42680_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42659_combout ), + .datac(\text_gen|char_ram~42690_combout ), + .datad(\text_gen|char_ram~42680_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42691_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42691 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42691 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N17 +dffeas \text_gen|char_ram~8337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y54_N23 +dffeas \text_gen|char_ram~10129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y54_N17 +dffeas \text_gen|char_ram~8330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8330 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~10122feeder ( +// Equation(s): +// \text_gen|char_ram~10122feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10122feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10122feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10122feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y56_N21 +dffeas \text_gen|char_ram~10122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10122feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10122 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42781 ( +// Equation(s): +// \text_gen|char_ram~42781_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~10122_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8330_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8330_q ), + .datad(\text_gen|char_ram~10122_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42781_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42781 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42781 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42782 ( +// Equation(s): +// \text_gen|char_ram~42782_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42781_combout & ((\text_gen|char_ram~10129_q ))) # (!\text_gen|char_ram~42781_combout & (\text_gen|char_ram~8337_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42781_combout )))) + + .dataa(\text_gen|char_ram~8337_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10129_q ), + .datad(\text_gen|char_ram~42781_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42782_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42782 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42782 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y50_N23 +dffeas \text_gen|char_ram~22666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y56_N31 +dffeas \text_gen|char_ram~24458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24458 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42779 ( +// Equation(s): +// \text_gen|char_ram~42779_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~8_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~24458_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~22666_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~22666_q ), + .datad(\text_gen|char_ram~24458_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42779_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42779 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42779 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y50_N1 +dffeas \text_gen|char_ram~24465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y50_N11 +dffeas \text_gen|char_ram~22673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42780 ( +// Equation(s): +// \text_gen|char_ram~42780_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42779_combout & (\text_gen|char_ram~24465_q )) # (!\text_gen|char_ram~42779_combout & ((\text_gen|char_ram~22673_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~42779_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42779_combout ), + .datac(\text_gen|char_ram~24465_q ), + .datad(\text_gen|char_ram~22673_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42780_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42780 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42780 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42783 ( +// Equation(s): +// \text_gen|char_ram~42783_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~42780_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~42782_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~42782_combout ), + .datad(\text_gen|char_ram~42780_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42783_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42783 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42783 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y58_N29 +dffeas \text_gen|char_ram~22729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y58_N11 +dffeas \text_gen|char_ram~24521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24521 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y56_N3 +dffeas \text_gen|char_ram~22722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y56_N9 +dffeas \text_gen|char_ram~24514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24514 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42784 ( +// Equation(s): +// \text_gen|char_ram~42784_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~24514_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22722_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22722_q ), + .datad(\text_gen|char_ram~24514_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42784_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42784 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42784 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y58_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42785 ( +// Equation(s): +// \text_gen|char_ram~42785_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42784_combout & ((\text_gen|char_ram~24521_q ))) # (!\text_gen|char_ram~42784_combout & (\text_gen|char_ram~22729_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42784_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22729_q ), + .datac(\text_gen|char_ram~24521_q ), + .datad(\text_gen|char_ram~42784_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42785_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42785 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42785 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y58_N17 +dffeas \text_gen|char_ram~8393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y60_N5 +dffeas \text_gen|char_ram~10185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y60_N10 +cycloneiv_lcell_comb \text_gen|char_ram~10178feeder ( +// Equation(s): +// \text_gen|char_ram~10178feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10178feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10178feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10178feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y60_N11 +dffeas \text_gen|char_ram~10178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10178feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10178 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y60_N19 +dffeas \text_gen|char_ram~8386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42777 ( +// Equation(s): +// \text_gen|char_ram~42777_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~10178_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~8386_q ))))) + + .dataa(\text_gen|char_ram~10178_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8386_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42777_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42777 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42777 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42778 ( +// Equation(s): +// \text_gen|char_ram~42778_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42777_combout & ((\text_gen|char_ram~10185_q ))) # (!\text_gen|char_ram~42777_combout & (\text_gen|char_ram~8393_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42777_combout )))) + + .dataa(\text_gen|char_ram~8393_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10185_q ), + .datad(\text_gen|char_ram~42777_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42778_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42778 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42778 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y54_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42786 ( +// Equation(s): +// \text_gen|char_ram~42786_combout = (\text_gen|char_ram~42783_combout & (((\text_gen|char_ram~42785_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~42783_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42778_combout )))) + + .dataa(\text_gen|char_ram~42783_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~42785_combout ), + .datad(\text_gen|char_ram~42778_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42786_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42786 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42786 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y51_N11 +dffeas \text_gen|char_ram~4809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y55_N7 +dffeas \text_gen|char_ram~6601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y52_N31 +dffeas \text_gen|char_ram~6594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53721_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y55_N29 +dffeas \text_gen|char_ram~4802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42787 ( +// Equation(s): +// \text_gen|char_ram~42787_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~6594_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~4802_q ))))) + + .dataa(\text_gen|char_ram~6594_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4802_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42787_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42787 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42787 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42788 ( +// Equation(s): +// \text_gen|char_ram~42788_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42787_combout & ((\text_gen|char_ram~6601_q ))) # (!\text_gen|char_ram~42787_combout & (\text_gen|char_ram~4809_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42787_combout )))) + + .dataa(\text_gen|char_ram~4809_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6601_q ), + .datad(\text_gen|char_ram~42787_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42788_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42788 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42788 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20930feeder ( +// Equation(s): +// \text_gen|char_ram~20930feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20930feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N13 +dffeas \text_gen|char_ram~20930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y58_N13 +dffeas \text_gen|char_ram~19138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42794 ( +// Equation(s): +// \text_gen|char_ram~42794_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20930_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~19138_q ))))) + + .dataa(\text_gen|char_ram~20930_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19138_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42794_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42794 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42794 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y58_N5 +dffeas \text_gen|char_ram~19145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y58_N3 +dffeas \text_gen|char_ram~20937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20937 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42795 ( +// Equation(s): +// \text_gen|char_ram~42795_combout = (\text_gen|char_ram~42794_combout & (((\text_gen|char_ram~20937_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~42794_combout & (\text_gen|char_ram~19145_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~42794_combout ), + .datab(\text_gen|char_ram~19145_q ), + .datac(\text_gen|char_ram~20937_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42795_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42795 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42795 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~4753feeder ( +// Equation(s): +// \text_gen|char_ram~4753feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N9 +dffeas \text_gen|char_ram~4753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y55_N5 +dffeas \text_gen|char_ram~6545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y55_N7 +dffeas \text_gen|char_ram~4746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6538feeder ( +// Equation(s): +// \text_gen|char_ram~6538feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6538feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6538feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6538feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y55_N29 +dffeas \text_gen|char_ram~6538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6538feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6538 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42791 ( +// Equation(s): +// \text_gen|char_ram~42791_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~6538_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~4746_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4746_q ), + .datad(\text_gen|char_ram~6538_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42791_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42791 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42791 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42792 ( +// Equation(s): +// \text_gen|char_ram~42792_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42791_combout & ((\text_gen|char_ram~6545_q ))) # (!\text_gen|char_ram~42791_combout & (\text_gen|char_ram~4753_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42791_combout )))) + + .dataa(\text_gen|char_ram~4753_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6545_q ), + .datad(\text_gen|char_ram~42791_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42792_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42792 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42792 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y58_N15 +dffeas \text_gen|char_ram~19089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19089 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y55_N7 +dffeas \text_gen|char_ram~20881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y59_N16 +cycloneiv_lcell_comb \text_gen|char_ram~20874feeder ( +// Equation(s): +// \text_gen|char_ram~20874feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y59_N17 +dffeas \text_gen|char_ram~20874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y55_N21 +dffeas \text_gen|char_ram~19082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42789 ( +// Equation(s): +// \text_gen|char_ram~42789_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~20874_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~19082_q ))))) + + .dataa(\text_gen|char_ram~20874_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19082_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42789_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42789 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42789 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42790 ( +// Equation(s): +// \text_gen|char_ram~42790_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42789_combout & ((\text_gen|char_ram~20881_q ))) # (!\text_gen|char_ram~42789_combout & (\text_gen|char_ram~19089_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42789_combout )))) + + .dataa(\text_gen|char_ram~19089_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20881_q ), + .datad(\text_gen|char_ram~42789_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42790_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42790 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42790 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42793 ( +// Equation(s): +// \text_gen|char_ram~42793_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42790_combout ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42792_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42792_combout ), + .datad(\text_gen|char_ram~42790_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42793_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42793 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42793 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42796 ( +// Equation(s): +// \text_gen|char_ram~42796_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42793_combout & ((\text_gen|char_ram~42795_combout ))) # (!\text_gen|char_ram~42793_combout & (\text_gen|char_ram~42788_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42793_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42788_combout ), + .datac(\text_gen|char_ram~42795_combout ), + .datad(\text_gen|char_ram~42793_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42796_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42796 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42796 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~1225feeder ( +// Equation(s): +// \text_gen|char_ram~1225feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y53_N7 +dffeas \text_gen|char_ram~1225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y55_N21 +dffeas \text_gen|char_ram~3017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y56_N29 +dffeas \text_gen|char_ram~3010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y55_N19 +dffeas \text_gen|char_ram~1218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42797 ( +// Equation(s): +// \text_gen|char_ram~42797_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~3010_q ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1218_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~3010_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1218_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42797_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42797 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42797 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42798 ( +// Equation(s): +// \text_gen|char_ram~42798_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42797_combout & ((\text_gen|char_ram~3017_q ))) # (!\text_gen|char_ram~42797_combout & (\text_gen|char_ram~1225_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42797_combout )))) + + .dataa(\text_gen|char_ram~1225_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3017_q ), + .datad(\text_gen|char_ram~42797_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42798 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y54_N5 +dffeas \text_gen|char_ram~15561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53569_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y54_N3 +dffeas \text_gen|char_ram~17353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17353 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y60_N2 +cycloneiv_lcell_comb \text_gen|char_ram~17346feeder ( +// Equation(s): +// \text_gen|char_ram~17346feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17346feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y60_N3 +dffeas \text_gen|char_ram~17346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y54_N15 +dffeas \text_gen|char_ram~15554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15554 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42804 ( +// Equation(s): +// \text_gen|char_ram~42804_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~17346_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~15554_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17346_q ), + .datac(\text_gen|char_ram~15554_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42804 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42805 ( +// Equation(s): +// \text_gen|char_ram~42805_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42804_combout & ((\text_gen|char_ram~17353_q ))) # (!\text_gen|char_ram~42804_combout & (\text_gen|char_ram~15561_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42804_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15561_q ), + .datac(\text_gen|char_ram~17353_q ), + .datad(\text_gen|char_ram~42804_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42805 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y50_N27 +dffeas \text_gen|char_ram~1169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y54_N9 +dffeas \text_gen|char_ram~2961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2961 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2954feeder ( +// Equation(s): +// \text_gen|char_ram~2954feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2954feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2954feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2954feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y54_N5 +dffeas \text_gen|char_ram~2954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2954feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y54_N3 +dffeas \text_gen|char_ram~1162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42801 ( +// Equation(s): +// \text_gen|char_ram~42801_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2954_q ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~1162_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~2954_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~1162_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42801 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42802 ( +// Equation(s): +// \text_gen|char_ram~42802_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42801_combout & ((\text_gen|char_ram~2961_q ))) # (!\text_gen|char_ram~42801_combout & (\text_gen|char_ram~1169_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42801_combout )))) + + .dataa(\text_gen|char_ram~1169_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2961_q ), + .datad(\text_gen|char_ram~42801_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42802 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y54_N21 +dffeas \text_gen|char_ram~15498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15498 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17290feeder ( +// Equation(s): +// \text_gen|char_ram~17290feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17290feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17290feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17290feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y53_N23 +dffeas \text_gen|char_ram~17290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17290feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17290 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42799 ( +// Equation(s): +// \text_gen|char_ram~42799_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~17290_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15498_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15498_q ), + .datad(\text_gen|char_ram~17290_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42799 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y54_N11 +dffeas \text_gen|char_ram~17297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y50_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15505feeder ( +// Equation(s): +// \text_gen|char_ram~15505feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15505feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15505feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15505feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y50_N13 +dffeas \text_gen|char_ram~15505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15505feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y54_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42800 ( +// Equation(s): +// \text_gen|char_ram~42800_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42799_combout & (\text_gen|char_ram~17297_q )) # (!\text_gen|char_ram~42799_combout & ((\text_gen|char_ram~15505_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~42799_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42799_combout ), + .datac(\text_gen|char_ram~17297_q ), + .datad(\text_gen|char_ram~15505_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42800 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42803 ( +// Equation(s): +// \text_gen|char_ram~42803_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42800_combout ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42802_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42802_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42803 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~42803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42806 ( +// Equation(s): +// \text_gen|char_ram~42806_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42803_combout & ((\text_gen|char_ram~42805_combout ))) # (!\text_gen|char_ram~42803_combout & (\text_gen|char_ram~42798_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42803_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42798_combout ), + .datac(\text_gen|char_ram~42805_combout ), + .datad(\text_gen|char_ram~42803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42806 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42807 ( +// Equation(s): +// \text_gen|char_ram~42807_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~42796_combout )) # (!\text_gen|Add5~10_combout & +// ((\text_gen|char_ram~42806_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42796_combout ), + .datad(\text_gen|char_ram~42806_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42807 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~26313feeder ( +// Equation(s): +// \text_gen|char_ram~26313feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26313feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26313feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26313feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y58_N1 +dffeas \text_gen|char_ram~26313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26313feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y58_N1 +dffeas \text_gen|char_ram~28105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y56_N13 +dffeas \text_gen|char_ram~28098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y58_N19 +dffeas \text_gen|char_ram~26306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42815 ( +// Equation(s): +// \text_gen|char_ram~42815_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~28098_q ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~26306_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~28098_q ), + .datac(\text_gen|char_ram~26306_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42815 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y58_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42816 ( +// Equation(s): +// \text_gen|char_ram~42816_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42815_combout & ((\text_gen|char_ram~28105_q ))) # (!\text_gen|char_ram~42815_combout & (\text_gen|char_ram~26313_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42815_combout )))) + + .dataa(\text_gen|char_ram~26313_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28105_q ), + .datad(\text_gen|char_ram~42815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42816 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y58_N31 +dffeas \text_gen|char_ram~11977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11977 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y61_N19 +dffeas \text_gen|char_ram~13769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y61_N21 +dffeas \text_gen|char_ram~11970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13762feeder ( +// Equation(s): +// \text_gen|char_ram~13762feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13762feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13762feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13762feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y61_N25 +dffeas \text_gen|char_ram~13762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13762feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13762 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42808 ( +// Equation(s): +// \text_gen|char_ram~42808_combout = (\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13762_q )))) # (!\text_gen|Add5~8_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11970_q ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11970_q ), + .datad(\text_gen|char_ram~13762_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42808 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42809 ( +// Equation(s): +// \text_gen|char_ram~42809_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42808_combout & ((\text_gen|char_ram~13769_q ))) # (!\text_gen|char_ram~42808_combout & (\text_gen|char_ram~11977_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42808_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11977_q ), + .datac(\text_gen|char_ram~13769_q ), + .datad(\text_gen|char_ram~42808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42809 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26257feeder ( +// Equation(s): +// \text_gen|char_ram~26257feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26257feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26257feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26257feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y55_N31 +dffeas \text_gen|char_ram~26257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26257feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26257 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y54_N21 +dffeas \text_gen|char_ram~28049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y52_N27 +dffeas \text_gen|char_ram~28042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y54_N3 +dffeas \text_gen|char_ram~26250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26250 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42810 ( +// Equation(s): +// \text_gen|char_ram~42810_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~28042_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~26250_q ))))) + + .dataa(\text_gen|char_ram~28042_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26250_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42810 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42811 ( +// Equation(s): +// \text_gen|char_ram~42811_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42810_combout & ((\text_gen|char_ram~28049_q ))) # (!\text_gen|char_ram~42810_combout & (\text_gen|char_ram~26257_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42810_combout )))) + + .dataa(\text_gen|char_ram~26257_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28049_q ), + .datad(\text_gen|char_ram~42810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42811 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11921feeder ( +// Equation(s): +// \text_gen|char_ram~11921feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y54_N27 +dffeas \text_gen|char_ram~11921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y54_N3 +dffeas \text_gen|char_ram~13713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13706feeder ( +// Equation(s): +// \text_gen|char_ram~13706feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13706feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13706feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13706feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y56_N1 +dffeas \text_gen|char_ram~13706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13706feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y54_N17 +dffeas \text_gen|char_ram~11914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42812 ( +// Equation(s): +// \text_gen|char_ram~42812_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~13706_q ) # ((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~11914_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~13706_q ), + .datac(\text_gen|char_ram~11914_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42812 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42813 ( +// Equation(s): +// \text_gen|char_ram~42813_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42812_combout & ((\text_gen|char_ram~13713_q ))) # (!\text_gen|char_ram~42812_combout & (\text_gen|char_ram~11921_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42812_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11921_q ), + .datac(\text_gen|char_ram~13713_q ), + .datad(\text_gen|char_ram~42812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42813 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42814 ( +// Equation(s): +// \text_gen|char_ram~42814_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42811_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42813_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42811_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42814 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~42814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y54_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42817 ( +// Equation(s): +// \text_gen|char_ram~42817_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42814_combout & (\text_gen|char_ram~42816_combout )) # (!\text_gen|char_ram~42814_combout & ((\text_gen|char_ram~42809_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42814_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42816_combout ), + .datac(\text_gen|char_ram~42809_combout ), + .datad(\text_gen|char_ram~42814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42817 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42818 ( +// Equation(s): +// \text_gen|char_ram~42818_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42807_combout & ((\text_gen|char_ram~42817_combout ))) # (!\text_gen|char_ram~42807_combout & (\text_gen|char_ram~42786_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42807_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42786_combout ), + .datac(\text_gen|char_ram~42807_combout ), + .datad(\text_gen|char_ram~42817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42818 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~42818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y61_N3 +dffeas \text_gen|char_ram~10157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y61_N19 +dffeas \text_gen|char_ram~13741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13741 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~13734feeder ( +// Equation(s): +// \text_gen|char_ram~13734feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13734feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13734feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13734feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y61_N21 +dffeas \text_gen|char_ram~13734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13734feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y61_N29 +dffeas \text_gen|char_ram~10150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42709 ( +// Equation(s): +// \text_gen|char_ram~42709_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~13734_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~10150_q ))))) + + .dataa(\text_gen|char_ram~13734_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~10150_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42709_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42709 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42709 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42710 ( +// Equation(s): +// \text_gen|char_ram~42710_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42709_combout & ((\text_gen|char_ram~13741_q ))) # (!\text_gen|char_ram~42709_combout & (\text_gen|char_ram~10157_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42709_combout )))) + + .dataa(\text_gen|char_ram~10157_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13741_q ), + .datad(\text_gen|char_ram~42709_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42710_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42710 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42710 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y37_N9 +dffeas \text_gen|char_ram~2933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52903_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y53_N31 +dffeas \text_gen|char_ram~6517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6517 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~6510feeder ( +// Equation(s): +// \text_gen|char_ram~6510feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6510feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6510feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6510feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y53_N3 +dffeas \text_gen|char_ram~6510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6510feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y53_N29 +dffeas \text_gen|char_ram~2926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2926 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42706 ( +// Equation(s): +// \text_gen|char_ram~42706_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~6510_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~2926_q ))))) + + .dataa(\text_gen|char_ram~6510_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~2926_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42706_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42706 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42706 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42707 ( +// Equation(s): +// \text_gen|char_ram~42707_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42706_combout & ((\text_gen|char_ram~6517_q ))) # (!\text_gen|char_ram~42706_combout & (\text_gen|char_ram~2933_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42706_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2933_q ), + .datac(\text_gen|char_ram~6517_q ), + .datad(\text_gen|char_ram~42706_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42707_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42707 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42707 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y56_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10101feeder ( +// Equation(s): +// \text_gen|char_ram~10101feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10101feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10101feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10101feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y56_N25 +dffeas \text_gen|char_ram~10101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10101feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10101 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y42_N5 +dffeas \text_gen|char_ram~13685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y42_N19 +dffeas \text_gen|char_ram~10094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y61_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13678feeder ( +// Equation(s): +// \text_gen|char_ram~13678feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13678feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y61_N7 +dffeas \text_gen|char_ram~13678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42704 ( +// Equation(s): +// \text_gen|char_ram~42704_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~13678_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~10094_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~10094_q ), + .datad(\text_gen|char_ram~13678_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42704_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42704 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42704 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42705 ( +// Equation(s): +// \text_gen|char_ram~42705_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42704_combout & ((\text_gen|char_ram~13685_q ))) # (!\text_gen|char_ram~42704_combout & (\text_gen|char_ram~10101_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42704_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10101_q ), + .datac(\text_gen|char_ram~13685_q ), + .datad(\text_gen|char_ram~42704_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42705_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42705 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42705 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42708 ( +// Equation(s): +// \text_gen|char_ram~42708_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42705_combout ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42707_combout )))) + + .dataa(\text_gen|char_ram~42707_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~42705_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42708_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42708 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~42708 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~2989feeder ( +// Equation(s): +// \text_gen|char_ram~2989feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y53_N21 +dffeas \text_gen|char_ram~2989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y53_N25 +dffeas \text_gen|char_ram~6573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y53_N11 +dffeas \text_gen|char_ram~2982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y49_N21 +dffeas \text_gen|char_ram~6566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6566 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42702 ( +// Equation(s): +// \text_gen|char_ram~42702_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~10_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~6566_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~2982_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~2982_q ), + .datad(\text_gen|char_ram~6566_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42702_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42702 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42702 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42703 ( +// Equation(s): +// \text_gen|char_ram~42703_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42702_combout & ((\text_gen|char_ram~6573_q ))) # (!\text_gen|char_ram~42702_combout & (\text_gen|char_ram~2989_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42702_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2989_q ), + .datac(\text_gen|char_ram~6573_q ), + .datad(\text_gen|char_ram~42702_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42703_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42703 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42703 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42711 ( +// Equation(s): +// \text_gen|char_ram~42711_combout = (\text_gen|char_ram~42708_combout & ((\text_gen|char_ram~42710_combout ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~42708_combout & (((\text_gen|char_ram~42703_combout & \vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~42710_combout ), + .datab(\text_gen|char_ram~42708_combout ), + .datac(\text_gen|char_ram~42703_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42711_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42711 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~42711 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y57_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11893feeder ( +// Equation(s): +// \text_gen|char_ram~11893feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y57_N27 +dffeas \text_gen|char_ram~11893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y57_N19 +dffeas \text_gen|char_ram~11949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y57_N29 +dffeas \text_gen|char_ram~11886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y54_N17 +dffeas \text_gen|char_ram~11942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11942 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42719 ( +// Equation(s): +// \text_gen|char_ram~42719_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~11942_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11886_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11886_q ), + .datad(\text_gen|char_ram~11942_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42719_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42719 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42719 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42720 ( +// Equation(s): +// \text_gen|char_ram~42720_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42719_combout & ((\text_gen|char_ram~11949_q ))) # (!\text_gen|char_ram~42719_combout & (\text_gen|char_ram~11893_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42719_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11893_q ), + .datac(\text_gen|char_ram~11949_q ), + .datad(\text_gen|char_ram~42719_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42720_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42720 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42720 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y55_N27 +dffeas \text_gen|char_ram~4725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y51_N11 +dffeas \text_gen|char_ram~4781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y51_N25 +dffeas \text_gen|char_ram~4718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y51_N13 +dffeas \text_gen|char_ram~4774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42712 ( +// Equation(s): +// \text_gen|char_ram~42712_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4774_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4718_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4718_q ), + .datad(\text_gen|char_ram~4774_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42712_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42712 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42712 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42713 ( +// Equation(s): +// \text_gen|char_ram~42713_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42712_combout & ((\text_gen|char_ram~4781_q ))) # (!\text_gen|char_ram~42712_combout & (\text_gen|char_ram~4725_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42712_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~4725_q ), + .datac(\text_gen|char_ram~4781_q ), + .datad(\text_gen|char_ram~42712_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42713_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42713 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42713 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y53_N17 +dffeas \text_gen|char_ram~1134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1190feeder ( +// Equation(s): +// \text_gen|char_ram~1190feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1190feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y53_N13 +dffeas \text_gen|char_ram~1190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42716 ( +// Equation(s): +// \text_gen|char_ram~42716_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~1190_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1134_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1134_q ), + .datad(\text_gen|char_ram~1190_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42716_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42716 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42716 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y53_N23 +dffeas \text_gen|char_ram~1197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~1141feeder ( +// Equation(s): +// \text_gen|char_ram~1141feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y53_N17 +dffeas \text_gen|char_ram~1141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1141 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42717 ( +// Equation(s): +// \text_gen|char_ram~42717_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42716_combout & (\text_gen|char_ram~1197_q )) # (!\text_gen|char_ram~42716_combout & ((\text_gen|char_ram~1141_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~42716_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42716_combout ), + .datac(\text_gen|char_ram~1197_q ), + .datad(\text_gen|char_ram~1141_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42717_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42717 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42717 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y61_N13 +dffeas \text_gen|char_ram~8309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y61_N3 +dffeas \text_gen|char_ram~8365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y54_N21 +dffeas \text_gen|char_ram~8302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y54_N3 +dffeas \text_gen|char_ram~8358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42714 ( +// Equation(s): +// \text_gen|char_ram~42714_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8358_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8302_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8302_q ), + .datad(\text_gen|char_ram~8358_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42714_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42714 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42714 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42715 ( +// Equation(s): +// \text_gen|char_ram~42715_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42714_combout & ((\text_gen|char_ram~8365_q ))) # (!\text_gen|char_ram~42714_combout & (\text_gen|char_ram~8309_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42714_combout )))) + + .dataa(\text_gen|char_ram~8309_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8365_q ), + .datad(\text_gen|char_ram~42714_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42715_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42715 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42715 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42718 ( +// Equation(s): +// \text_gen|char_ram~42718_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42715_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42717_combout )))) + + .dataa(\text_gen|char_ram~42717_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42715_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42718_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42718 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~42718 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42721 ( +// Equation(s): +// \text_gen|char_ram~42721_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42718_combout & (\text_gen|char_ram~42720_combout )) # (!\text_gen|char_ram~42718_combout & ((\text_gen|char_ram~42713_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42718_combout )))) + + .dataa(\text_gen|char_ram~42720_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42713_combout ), + .datad(\text_gen|char_ram~42718_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42721_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42721 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42721 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42722 ( +// Equation(s): +// \text_gen|char_ram~42722_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42711_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~42721_combout & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42711_combout ), + .datac(\text_gen|char_ram~42721_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42722_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42722 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42722 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y55_N17 +dffeas \text_gen|char_ram~26229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y51_N21 +dffeas \text_gen|char_ram~26285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y51_N23 +dffeas \text_gen|char_ram~26222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y54_N7 +dffeas \text_gen|char_ram~26278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26278 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42699 ( +// Equation(s): +// \text_gen|char_ram~42699_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~26278_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26222_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26222_q ), + .datad(\text_gen|char_ram~26278_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42699_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42699 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42699 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42700 ( +// Equation(s): +// \text_gen|char_ram~42700_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42699_combout & ((\text_gen|char_ram~26285_q ))) # (!\text_gen|char_ram~42699_combout & (\text_gen|char_ram~26229_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42699_combout )))) + + .dataa(\text_gen|char_ram~26229_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26285_q ), + .datad(\text_gen|char_ram~42699_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42700_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42700 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42700 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y51_N9 +dffeas \text_gen|char_ram~19061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y51_N19 +dffeas \text_gen|char_ram~19117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y51_N13 +dffeas \text_gen|char_ram~19054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19054 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19110feeder ( +// Equation(s): +// \text_gen|char_ram~19110feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19110feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19110feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19110feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y43_N9 +dffeas \text_gen|char_ram~19110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19110feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19110 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42692 ( +// Equation(s): +// \text_gen|char_ram~42692_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19110_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19054_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19054_q ), + .datad(\text_gen|char_ram~19110_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42692_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42692 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42692 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42693 ( +// Equation(s): +// \text_gen|char_ram~42693_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42692_combout & ((\text_gen|char_ram~19117_q ))) # (!\text_gen|char_ram~42692_combout & (\text_gen|char_ram~19061_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42692_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19061_q ), + .datac(\text_gen|char_ram~19117_q ), + .datad(\text_gen|char_ram~42692_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42693_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42693 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42693 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~15477feeder ( +// Equation(s): +// \text_gen|char_ram~15477feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15477feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15477feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15477feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y52_N7 +dffeas \text_gen|char_ram~15477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15477feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y51_N27 +dffeas \text_gen|char_ram~15533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y51_N17 +dffeas \text_gen|char_ram~15470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y39_N5 +dffeas \text_gen|char_ram~15526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53448_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42696 ( +// Equation(s): +// \text_gen|char_ram~42696_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15526_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15470_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15470_q ), + .datad(\text_gen|char_ram~15526_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42696_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42696 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42696 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42697 ( +// Equation(s): +// \text_gen|char_ram~42697_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42696_combout & ((\text_gen|char_ram~15533_q ))) # (!\text_gen|char_ram~42696_combout & (\text_gen|char_ram~15477_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42696_combout )))) + + .dataa(\text_gen|char_ram~15477_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15533_q ), + .datad(\text_gen|char_ram~42696_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42697_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42697 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42697 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y53_N9 +dffeas \text_gen|char_ram~22645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y51_N13 +dffeas \text_gen|char_ram~22701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y51_N5 +dffeas \text_gen|char_ram~22638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y59_N9 +dffeas \text_gen|char_ram~22694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22694 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42694 ( +// Equation(s): +// \text_gen|char_ram~42694_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22694_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22638_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22638_q ), + .datad(\text_gen|char_ram~22694_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42694_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42694 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42694 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42695 ( +// Equation(s): +// \text_gen|char_ram~42695_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42694_combout & ((\text_gen|char_ram~22701_q ))) # (!\text_gen|char_ram~42694_combout & (\text_gen|char_ram~22645_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42694_combout )))) + + .dataa(\text_gen|char_ram~22645_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22701_q ), + .datad(\text_gen|char_ram~42694_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42695_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42695 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42695 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y51_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42698 ( +// Equation(s): +// \text_gen|char_ram~42698_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42695_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42697_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42697_combout ), + .datad(\text_gen|char_ram~42695_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42698_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42698 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42698 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42701 ( +// Equation(s): +// \text_gen|char_ram~42701_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42698_combout & (\text_gen|char_ram~42700_combout )) # (!\text_gen|char_ram~42698_combout & ((\text_gen|char_ram~42693_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42698_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42700_combout ), + .datac(\text_gen|char_ram~42693_combout ), + .datad(\text_gen|char_ram~42698_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42701_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42701 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42701 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y49_N11 +dffeas \text_gen|char_ram~24486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24486 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28070feeder ( +// Equation(s): +// \text_gen|char_ram~28070feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y52_N9 +dffeas \text_gen|char_ram~28070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42730 ( +// Equation(s): +// \text_gen|char_ram~42730_combout = (\text_gen|Add5~10_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28070_q )))) # (!\text_gen|Add5~10_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24486_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24486_q ), + .datad(\text_gen|char_ram~28070_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42730_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42730 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42730 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y49_N1 +dffeas \text_gen|char_ram~28077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24493feeder ( +// Equation(s): +// \text_gen|char_ram~24493feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y49_N23 +dffeas \text_gen|char_ram~24493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42731 ( +// Equation(s): +// \text_gen|char_ram~42731_combout = (\text_gen|char_ram~42730_combout & (((\text_gen|char_ram~28077_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~42730_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~24493_q )))) + + .dataa(\text_gen|char_ram~42730_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28077_q ), + .datad(\text_gen|char_ram~24493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42731_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42731 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42731 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y46_N23 +dffeas \text_gen|char_ram~17325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y46_N15 +dffeas \text_gen|char_ram~20909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20909 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~20902feeder ( +// Equation(s): +// \text_gen|char_ram~20902feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20902feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20902feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20902feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y53_N7 +dffeas \text_gen|char_ram~20902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20902feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y46_N29 +dffeas \text_gen|char_ram~17318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42723 ( +// Equation(s): +// \text_gen|char_ram~42723_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20902_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~17318_q ))))) + + .dataa(\text_gen|char_ram~20902_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17318_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42723_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42723 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42723 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42724 ( +// Equation(s): +// \text_gen|char_ram~42724_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42723_combout & ((\text_gen|char_ram~20909_q ))) # (!\text_gen|char_ram~42723_combout & (\text_gen|char_ram~17325_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42723_combout )))) + + .dataa(\text_gen|char_ram~17325_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20909_q ), + .datad(\text_gen|char_ram~42723_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42724_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42724 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42724 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y55_N21 +dffeas \text_gen|char_ram~17269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y53_N9 +dffeas \text_gen|char_ram~20853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y55_N13 +dffeas \text_gen|char_ram~20846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y55_N7 +dffeas \text_gen|char_ram~17262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17262 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42727 ( +// Equation(s): +// \text_gen|char_ram~42727_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~20846_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~17262_q ))))) + + .dataa(\text_gen|char_ram~20846_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~17262_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42727_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42727 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42727 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42728 ( +// Equation(s): +// \text_gen|char_ram~42728_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42727_combout & ((\text_gen|char_ram~20853_q ))) # (!\text_gen|char_ram~42727_combout & (\text_gen|char_ram~17269_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42727_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17269_q ), + .datac(\text_gen|char_ram~20853_q ), + .datad(\text_gen|char_ram~42727_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42728_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42728 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42728 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y53_N27 +dffeas \text_gen|char_ram~24437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y53_N7 +dffeas \text_gen|char_ram~28021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y40_N19 +dffeas \text_gen|char_ram~28014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y40_N29 +dffeas \text_gen|char_ram~24430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24430 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42725 ( +// Equation(s): +// \text_gen|char_ram~42725_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~28014_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~24430_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~28014_q ), + .datac(\text_gen|char_ram~24430_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42725_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42725 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42725 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42726 ( +// Equation(s): +// \text_gen|char_ram~42726_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42725_combout & ((\text_gen|char_ram~28021_q ))) # (!\text_gen|char_ram~42725_combout & (\text_gen|char_ram~24437_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42725_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~24437_q ), + .datac(\text_gen|char_ram~28021_q ), + .datad(\text_gen|char_ram~42725_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42726_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42726 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42726 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42729 ( +// Equation(s): +// \text_gen|char_ram~42729_combout = (\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~42726_combout )))) # (!\text_gen|Add5~12_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~42728_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~42728_combout ), + .datad(\text_gen|char_ram~42726_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42729_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42729 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42729 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42732 ( +// Equation(s): +// \text_gen|char_ram~42732_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42729_combout & (\text_gen|char_ram~42731_combout )) # (!\text_gen|char_ram~42729_combout & ((\text_gen|char_ram~42724_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42729_combout )))) + + .dataa(\text_gen|char_ram~42731_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~42724_combout ), + .datad(\text_gen|char_ram~42729_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42732_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42732 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42732 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42733 ( +// Equation(s): +// \text_gen|char_ram~42733_combout = (\text_gen|char_ram~42722_combout & (((\text_gen|char_ram~42732_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~42722_combout & (\text_gen|Add5~14_combout & (\text_gen|char_ram~42701_combout ))) + + .dataa(\text_gen|char_ram~42722_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42701_combout ), + .datad(\text_gen|char_ram~42732_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42733_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42733 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~42733 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y56_N23 +dffeas \text_gen|char_ram~13671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y56_N17 +dffeas \text_gen|char_ram~13727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y56_N19 +dffeas \text_gen|char_ram~13664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y57_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13720feeder ( +// Equation(s): +// \text_gen|char_ram~13720feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13720feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13720feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13720feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y57_N31 +dffeas \text_gen|char_ram~13720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13720feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42751 ( +// Equation(s): +// \text_gen|char_ram~42751_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~13720_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~13664_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13664_q ), + .datad(\text_gen|char_ram~13720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42751_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42751 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42751 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42752 ( +// Equation(s): +// \text_gen|char_ram~42752_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42751_combout & ((\text_gen|char_ram~13727_q ))) # (!\text_gen|char_ram~42751_combout & (\text_gen|char_ram~13671_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42751_combout )))) + + .dataa(\text_gen|char_ram~13671_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~13727_q ), + .datad(\text_gen|char_ram~42751_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42752_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42752 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42752 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y49_N7 +dffeas \text_gen|char_ram~6503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y49_N9 +dffeas \text_gen|char_ram~6559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y49_N15 +dffeas \text_gen|char_ram~6552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y45_N11 +dffeas \text_gen|char_ram~6496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6496 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42744 ( +// Equation(s): +// \text_gen|char_ram~42744_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~6552_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~6496_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~6552_q ), + .datac(\text_gen|char_ram~6496_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42744_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42744 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42744 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42745 ( +// Equation(s): +// \text_gen|char_ram~42745_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42744_combout & ((\text_gen|char_ram~6559_q ))) # (!\text_gen|char_ram~42744_combout & (\text_gen|char_ram~6503_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42744_combout )))) + + .dataa(\text_gen|char_ram~6503_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~6559_q ), + .datad(\text_gen|char_ram~42744_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42745_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42745 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42745 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y57_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10087feeder ( +// Equation(s): +// \text_gen|char_ram~10087feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10087feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10087feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10087feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y57_N15 +dffeas \text_gen|char_ram~10087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10087feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y57_N7 +dffeas \text_gen|char_ram~10143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y57_N21 +dffeas \text_gen|char_ram~10080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y61_N21 +dffeas \text_gen|char_ram~10136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42746 ( +// Equation(s): +// \text_gen|char_ram~42746_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~10136_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~10080_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10080_q ), + .datad(\text_gen|char_ram~10136_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42746_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42746 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42746 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42747 ( +// Equation(s): +// \text_gen|char_ram~42747_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42746_combout & ((\text_gen|char_ram~10143_q ))) # (!\text_gen|char_ram~42746_combout & (\text_gen|char_ram~10087_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42746_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~10087_q ), + .datac(\text_gen|char_ram~10143_q ), + .datad(\text_gen|char_ram~42746_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42747_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42747 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42747 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y46_N11 +dffeas \text_gen|char_ram~2919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y49_N29 +dffeas \text_gen|char_ram~2975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y49_N11 +dffeas \text_gen|char_ram~2912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y49_N23 +dffeas \text_gen|char_ram~2968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42748 ( +// Equation(s): +// \text_gen|char_ram~42748_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~2968_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2912_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2912_q ), + .datad(\text_gen|char_ram~2968_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42748_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42748 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42748 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42749 ( +// Equation(s): +// \text_gen|char_ram~42749_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42748_combout & ((\text_gen|char_ram~2975_q ))) # (!\text_gen|char_ram~42748_combout & (\text_gen|char_ram~2919_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42748_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~2919_q ), + .datac(\text_gen|char_ram~2975_q ), + .datad(\text_gen|char_ram~42748_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42749_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42749 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42749 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42750 ( +// Equation(s): +// \text_gen|char_ram~42750_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~42747_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~42749_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42747_combout ), + .datad(\text_gen|char_ram~42749_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42750_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42750 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42750 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42753 ( +// Equation(s): +// \text_gen|char_ram~42753_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42750_combout & (\text_gen|char_ram~42752_combout )) # (!\text_gen|char_ram~42750_combout & ((\text_gen|char_ram~42745_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42750_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42752_combout ), + .datac(\text_gen|char_ram~42745_combout ), + .datad(\text_gen|char_ram~42750_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42753_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42753 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42753 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y46_N31 +dffeas \text_gen|char_ram~1127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N23 +dffeas \text_gen|char_ram~1183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y49_N17 +dffeas \text_gen|char_ram~1120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y49_N7 +dffeas \text_gen|char_ram~1176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42758 ( +// Equation(s): +// \text_gen|char_ram~42758_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~1176_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~1120_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1120_q ), + .datad(\text_gen|char_ram~1176_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42758_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42758 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42758 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42759 ( +// Equation(s): +// \text_gen|char_ram~42759_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42758_combout & ((\text_gen|char_ram~1183_q ))) # (!\text_gen|char_ram~42758_combout & (\text_gen|char_ram~1127_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42758_combout )))) + + .dataa(\text_gen|char_ram~1127_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1183_q ), + .datad(\text_gen|char_ram~42758_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42759_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42759 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42759 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y54_N3 +dffeas \text_gen|char_ram~8288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8344feeder ( +// Equation(s): +// \text_gen|char_ram~8344feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8344feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8344feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8344feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y53_N1 +dffeas \text_gen|char_ram~8344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8344feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42756 ( +// Equation(s): +// \text_gen|char_ram~42756_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8344_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8288_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8288_q ), + .datad(\text_gen|char_ram~8344_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42756_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42756 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42756 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y54_N21 +dffeas \text_gen|char_ram~8351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y54_N17 +dffeas \text_gen|char_ram~8295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42757 ( +// Equation(s): +// \text_gen|char_ram~42757_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42756_combout & (\text_gen|char_ram~8351_q )) # (!\text_gen|char_ram~42756_combout & ((\text_gen|char_ram~8295_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~42756_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42756_combout ), + .datac(\text_gen|char_ram~8351_q ), + .datad(\text_gen|char_ram~8295_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42757_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42757 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42757 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42760 ( +// Equation(s): +// \text_gen|char_ram~42760_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~10_combout ) # (\text_gen|char_ram~42757_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42759_combout & (!\text_gen|Add5~10_combout ))) + + .dataa(\text_gen|char_ram~42759_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~42757_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42760_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42760 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~42760 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~4711feeder ( +// Equation(s): +// \text_gen|char_ram~4711feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4711feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4711feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4711feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N1 +dffeas \text_gen|char_ram~4711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4711feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N23 +dffeas \text_gen|char_ram~4767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y51_N29 +dffeas \text_gen|char_ram~4760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4760 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y47_N25 +dffeas \text_gen|char_ram~4704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42754 ( +// Equation(s): +// \text_gen|char_ram~42754_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~4760_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~4704_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~4760_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4704_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42754_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42754 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42754 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42755 ( +// Equation(s): +// \text_gen|char_ram~42755_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42754_combout & ((\text_gen|char_ram~4767_q ))) # (!\text_gen|char_ram~42754_combout & (\text_gen|char_ram~4711_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42754_combout )))) + + .dataa(\text_gen|char_ram~4711_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4767_q ), + .datad(\text_gen|char_ram~42754_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42755_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42755 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42755 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X98_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11879feeder ( +// Equation(s): +// \text_gen|char_ram~11879feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11879feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11879feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11879feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X98_Y55_N15 +dffeas \text_gen|char_ram~11879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11879feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11879 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y55_N3 +dffeas \text_gen|char_ram~11935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y55_N29 +dffeas \text_gen|char_ram~11872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y55_N5 +dffeas \text_gen|char_ram~11928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11928 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42761 ( +// Equation(s): +// \text_gen|char_ram~42761_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11928_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11872_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11872_q ), + .datad(\text_gen|char_ram~11928_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42761_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42761 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42761 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42762 ( +// Equation(s): +// \text_gen|char_ram~42762_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42761_combout & ((\text_gen|char_ram~11935_q ))) # (!\text_gen|char_ram~42761_combout & (\text_gen|char_ram~11879_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42761_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11879_q ), + .datac(\text_gen|char_ram~11935_q ), + .datad(\text_gen|char_ram~42761_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42762_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42762 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42762 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42763 ( +// Equation(s): +// \text_gen|char_ram~42763_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42760_combout & ((\text_gen|char_ram~42762_combout ))) # (!\text_gen|char_ram~42760_combout & (\text_gen|char_ram~42755_combout )))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~42760_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42760_combout ), + .datac(\text_gen|char_ram~42755_combout ), + .datad(\text_gen|char_ram~42762_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42763_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42763 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42763 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42764 ( +// Equation(s): +// \text_gen|char_ram~42764_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42753_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~8_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~42763_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42753_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42763_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42764_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42764 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~42764 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y46_N13 +dffeas \text_gen|char_ram~22631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y46_N21 +dffeas \text_gen|char_ram~22687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y50_N21 +dffeas \text_gen|char_ram~22624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22680feeder ( +// Equation(s): +// \text_gen|char_ram~22680feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22680feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22680feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22680feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y50_N29 +dffeas \text_gen|char_ram~22680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22680feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42736 ( +// Equation(s): +// \text_gen|char_ram~42736_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22680_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22624_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22624_q ), + .datad(\text_gen|char_ram~22680_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42736_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42736 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42736 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42737 ( +// Equation(s): +// \text_gen|char_ram~42737_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42736_combout & ((\text_gen|char_ram~22687_q ))) # (!\text_gen|char_ram~42736_combout & (\text_gen|char_ram~22631_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42736_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22631_q ), + .datac(\text_gen|char_ram~22687_q ), + .datad(\text_gen|char_ram~42736_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42737_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42737 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42737 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y51_N3 +dffeas \text_gen|char_ram~15456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y54_N9 +dffeas \text_gen|char_ram~15512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15512 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42738 ( +// Equation(s): +// \text_gen|char_ram~42738_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15512_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15456_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15456_q ), + .datad(\text_gen|char_ram~15512_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42738_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42738 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42738 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y46_N11 +dffeas \text_gen|char_ram~15519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15463feeder ( +// Equation(s): +// \text_gen|char_ram~15463feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15463feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15463feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15463feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y35_N11 +dffeas \text_gen|char_ram~15463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15463feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15463 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42739 ( +// Equation(s): +// \text_gen|char_ram~42739_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42738_combout & (\text_gen|char_ram~15519_q )) # (!\text_gen|char_ram~42738_combout & ((\text_gen|char_ram~15463_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~42738_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42738_combout ), + .datac(\text_gen|char_ram~15519_q ), + .datad(\text_gen|char_ram~15463_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42739_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42739 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42739 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42740 ( +// Equation(s): +// \text_gen|char_ram~42740_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~42737_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~42739_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42737_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42739_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42740_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42740 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~42740 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~26215feeder ( +// Equation(s): +// \text_gen|char_ram~26215feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26215feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y47_N23 +dffeas \text_gen|char_ram~26215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y47_N3 +dffeas \text_gen|char_ram~26271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26271 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y59_N23 +dffeas \text_gen|char_ram~26208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26264feeder ( +// Equation(s): +// \text_gen|char_ram~26264feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26264feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26264feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26264feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y59_N25 +dffeas \text_gen|char_ram~26264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26264feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42741 ( +// Equation(s): +// \text_gen|char_ram~42741_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~26264_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26208_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26208_q ), + .datad(\text_gen|char_ram~26264_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42741_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42741 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42741 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42742 ( +// Equation(s): +// \text_gen|char_ram~42742_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42741_combout & ((\text_gen|char_ram~26271_q ))) # (!\text_gen|char_ram~42741_combout & (\text_gen|char_ram~26215_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42741_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~26215_q ), + .datac(\text_gen|char_ram~26271_q ), + .datad(\text_gen|char_ram~42741_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42742_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42742 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42742 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y47_N3 +dffeas \text_gen|char_ram~19040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y47_N21 +dffeas \text_gen|char_ram~19096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42734 ( +// Equation(s): +// \text_gen|char_ram~42734_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19096_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19040_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19040_q ), + .datad(\text_gen|char_ram~19096_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42734_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42734 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42734 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19047feeder ( +// Equation(s): +// \text_gen|char_ram~19047feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19047feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19047feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19047feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y47_N5 +dffeas \text_gen|char_ram~19047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19047feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N31 +dffeas \text_gen|char_ram~19103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19103 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42735 ( +// Equation(s): +// \text_gen|char_ram~42735_combout = (\text_gen|char_ram~42734_combout & (((\text_gen|char_ram~19103_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~42734_combout & (\text_gen|char_ram~19047_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~42734_combout ), + .datab(\text_gen|char_ram~19047_q ), + .datac(\text_gen|char_ram~19103_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~42735_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42735 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42735 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42743 ( +// Equation(s): +// \text_gen|char_ram~42743_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42740_combout & (\text_gen|char_ram~42742_combout )) # (!\text_gen|char_ram~42740_combout & ((\text_gen|char_ram~42735_combout ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~42740_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42740_combout ), + .datac(\text_gen|char_ram~42742_combout ), + .datad(\text_gen|char_ram~42735_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42743_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42743 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42743 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y48_N11 +dffeas \text_gen|char_ram~28007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y48_N1 +dffeas \text_gen|char_ram~28063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y48_N11 +dffeas \text_gen|char_ram~28000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~28056feeder ( +// Equation(s): +// \text_gen|char_ram~28056feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28056feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28056feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28056feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y48_N29 +dffeas \text_gen|char_ram~28056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28056feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42772 ( +// Equation(s): +// \text_gen|char_ram~42772_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~28056_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~28000_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28000_q ), + .datad(\text_gen|char_ram~28056_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42772_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42772 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42772 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y48_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42773 ( +// Equation(s): +// \text_gen|char_ram~42773_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42772_combout & ((\text_gen|char_ram~28063_q ))) # (!\text_gen|char_ram~42772_combout & (\text_gen|char_ram~28007_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42772_combout )))) + + .dataa(\text_gen|char_ram~28007_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~28063_q ), + .datad(\text_gen|char_ram~42772_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42773_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42773 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42773 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y49_N11 +dffeas \text_gen|char_ram~20839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y49_N9 +dffeas \text_gen|char_ram~20895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y48_N23 +dffeas \text_gen|char_ram~20832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20832 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20888feeder ( +// Equation(s): +// \text_gen|char_ram~20888feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20888feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20888feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20888feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y53_N21 +dffeas \text_gen|char_ram~20888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20888feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42765 ( +// Equation(s): +// \text_gen|char_ram~42765_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~20888_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~20832_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~20832_q ), + .datad(\text_gen|char_ram~20888_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42765_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42765 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42765 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y49_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42766 ( +// Equation(s): +// \text_gen|char_ram~42766_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42765_combout & ((\text_gen|char_ram~20895_q ))) # (!\text_gen|char_ram~42765_combout & (\text_gen|char_ram~20839_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42765_combout )))) + + .dataa(\text_gen|char_ram~20839_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~20895_q ), + .datad(\text_gen|char_ram~42765_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42766_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42766 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42766 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~17255feeder ( +// Equation(s): +// \text_gen|char_ram~17255feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y50_N29 +dffeas \text_gen|char_ram~17255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52863_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y46_N23 +dffeas \text_gen|char_ram~17311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y46_N29 +dffeas \text_gen|char_ram~17248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y46_N5 +dffeas \text_gen|char_ram~17304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17304 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42769 ( +// Equation(s): +// \text_gen|char_ram~42769_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~17304_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~17248_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~17248_q ), + .datad(\text_gen|char_ram~17304_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42769_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42769 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42769 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42770 ( +// Equation(s): +// \text_gen|char_ram~42770_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42769_combout & ((\text_gen|char_ram~17311_q ))) # (!\text_gen|char_ram~42769_combout & (\text_gen|char_ram~17255_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42769_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~17255_q ), + .datac(\text_gen|char_ram~17311_q ), + .datad(\text_gen|char_ram~42769_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42770_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42770 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42770 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y46_N9 +dffeas \text_gen|char_ram~24423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y46_N11 +dffeas \text_gen|char_ram~24479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y46_N29 +dffeas \text_gen|char_ram~24416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53031_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24416 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~24472feeder ( +// Equation(s): +// \text_gen|char_ram~24472feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y45_N3 +dffeas \text_gen|char_ram~24472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42767 ( +// Equation(s): +// \text_gen|char_ram~42767_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~24472_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~24416_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24416_q ), + .datad(\text_gen|char_ram~24472_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42767_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42767 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42767 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42768 ( +// Equation(s): +// \text_gen|char_ram~42768_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42767_combout & ((\text_gen|char_ram~24479_q ))) # (!\text_gen|char_ram~42767_combout & (\text_gen|char_ram~24423_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42767_combout )))) + + .dataa(\text_gen|char_ram~24423_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~24479_q ), + .datad(\text_gen|char_ram~42767_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42768_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42768 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42768 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42771 ( +// Equation(s): +// \text_gen|char_ram~42771_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42768_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42770_combout )))) + + .dataa(\text_gen|char_ram~42770_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42768_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42771_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42771 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~42771 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42774 ( +// Equation(s): +// \text_gen|char_ram~42774_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42771_combout & (\text_gen|char_ram~42773_combout )) # (!\text_gen|char_ram~42771_combout & ((\text_gen|char_ram~42766_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42771_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42773_combout ), + .datac(\text_gen|char_ram~42766_combout ), + .datad(\text_gen|char_ram~42771_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42774_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42774 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42774 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y49_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42775 ( +// Equation(s): +// \text_gen|char_ram~42775_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42764_combout & ((\text_gen|char_ram~42774_combout ))) # (!\text_gen|char_ram~42764_combout & (\text_gen|char_ram~42743_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42764_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42764_combout ), + .datac(\text_gen|char_ram~42743_combout ), + .datad(\text_gen|char_ram~42774_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42775_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42775 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42775 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42776 ( +// Equation(s): +// \text_gen|char_ram~42776_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~42733_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~42775_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~42733_combout ), + .datad(\text_gen|char_ram~42775_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42776_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42776 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42776 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42819 ( +// Equation(s): +// \text_gen|char_ram~42819_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42776_combout & ((\text_gen|char_ram~42818_combout ))) # (!\text_gen|char_ram~42776_combout & (\text_gen|char_ram~42691_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42776_combout )))) + + .dataa(\text_gen|char_ram~42691_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~42818_combout ), + .datad(\text_gen|char_ram~42776_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42819 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y40_N15 +dffeas \text_gen|char_ram~27139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y41_N21 +dffeas \text_gen|char_ram~27195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27195 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25403feeder ( +// Equation(s): +// \text_gen|char_ram~25403feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25403feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25403feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25403feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y39_N21 +dffeas \text_gen|char_ram~25403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25403feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y35_N29 +dffeas \text_gen|char_ram~25347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42858 ( +// Equation(s): +// \text_gen|char_ram~42858_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~25403_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~25347_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25403_q ), + .datac(\text_gen|char_ram~25347_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42858 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42859 ( +// Equation(s): +// \text_gen|char_ram~42859_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42858_combout & ((\text_gen|char_ram~27195_q ))) # (!\text_gen|char_ram~42858_combout & (\text_gen|char_ram~27139_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42858_combout )))) + + .dataa(\text_gen|char_ram~27139_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~27195_q ), + .datad(\text_gen|char_ram~42858_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42859 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19971feeder ( +// Equation(s): +// \text_gen|char_ram~19971feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19971feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19971feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19971feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y39_N27 +dffeas \text_gen|char_ram~19971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19971feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y43_N23 +dffeas \text_gen|char_ram~20027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y43_N1 +dffeas \text_gen|char_ram~18179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18235feeder ( +// Equation(s): +// \text_gen|char_ram~18235feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18235feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18235feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18235feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y51_N29 +dffeas \text_gen|char_ram~18235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18235feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18235 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42851 ( +// Equation(s): +// \text_gen|char_ram~42851_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18235_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18179_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18179_q ), + .datad(\text_gen|char_ram~18235_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42851 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42852 ( +// Equation(s): +// \text_gen|char_ram~42852_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42851_combout & ((\text_gen|char_ram~20027_q ))) # (!\text_gen|char_ram~42851_combout & (\text_gen|char_ram~19971_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42851_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~19971_q ), + .datac(\text_gen|char_ram~20027_q ), + .datad(\text_gen|char_ram~42851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42852 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y38_N25 +dffeas \text_gen|char_ram~23555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y38_N23 +dffeas \text_gen|char_ram~23611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55166_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y35_N11 +dffeas \text_gen|char_ram~21819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y37_N25 +dffeas \text_gen|char_ram~21763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55495_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42853 ( +// Equation(s): +// \text_gen|char_ram~42853_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~21819_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~21763_q ))))) + + .dataa(\text_gen|char_ram~21819_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~21763_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42853 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42854 ( +// Equation(s): +// \text_gen|char_ram~42854_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42853_combout & ((\text_gen|char_ram~23611_q ))) # (!\text_gen|char_ram~42853_combout & (\text_gen|char_ram~23555_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42853_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23555_q ), + .datac(\text_gen|char_ram~23611_q ), + .datad(\text_gen|char_ram~42853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42854 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y35_N5 +dffeas \text_gen|char_ram~14651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y35_N1 +dffeas \text_gen|char_ram~14595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42855 ( +// Equation(s): +// \text_gen|char_ram~42855_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14651_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14595_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14651_q ), + .datac(\text_gen|char_ram~14595_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42855 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y38_N17 +dffeas \text_gen|char_ram~16443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y42_N17 +dffeas \text_gen|char_ram~16387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42856 ( +// Equation(s): +// \text_gen|char_ram~42856_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42855_combout & (\text_gen|char_ram~16443_q )) # (!\text_gen|char_ram~42855_combout & ((\text_gen|char_ram~16387_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~42855_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42855_combout ), + .datac(\text_gen|char_ram~16443_q ), + .datad(\text_gen|char_ram~16387_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42856 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42857 ( +// Equation(s): +// \text_gen|char_ram~42857_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42854_combout ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~10_combout & \text_gen|char_ram~42856_combout )))) + + .dataa(\text_gen|char_ram~42854_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~42856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42857 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~42857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42860 ( +// Equation(s): +// \text_gen|char_ram~42860_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42857_combout & (\text_gen|char_ram~42859_combout )) # (!\text_gen|char_ram~42857_combout & ((\text_gen|char_ram~42852_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42857_combout )))) + + .dataa(\text_gen|char_ram~42859_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42852_combout ), + .datad(\text_gen|char_ram~42857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42860 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y39_N31 +dffeas \text_gen|char_ram~12803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y43_N5 +dffeas \text_gen|char_ram~12859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N29 +dffeas \text_gen|char_ram~9275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55134_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y39_N27 +dffeas \text_gen|char_ram~9219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42837 ( +// Equation(s): +// \text_gen|char_ram~42837_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~9275_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~9219_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9275_q ), + .datac(\text_gen|char_ram~9219_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42837 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42838 ( +// Equation(s): +// \text_gen|char_ram~42838_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42837_combout & ((\text_gen|char_ram~12859_q ))) # (!\text_gen|char_ram~42837_combout & (\text_gen|char_ram~12803_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42837_combout )))) + + .dataa(\text_gen|char_ram~12803_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~12859_q ), + .datad(\text_gen|char_ram~42837_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42838 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5635feeder ( +// Equation(s): +// \text_gen|char_ram~5635feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5635feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y39_N29 +dffeas \text_gen|char_ram~5635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y41_N11 +dffeas \text_gen|char_ram~5691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y38_N27 +dffeas \text_gen|char_ram~2107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y38_N13 +dffeas \text_gen|char_ram~2051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42830 ( +// Equation(s): +// \text_gen|char_ram~42830_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~2107_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~2051_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2107_q ), + .datac(\text_gen|char_ram~2051_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42830 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42831 ( +// Equation(s): +// \text_gen|char_ram~42831_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42830_combout & ((\text_gen|char_ram~5691_q ))) # (!\text_gen|char_ram~42830_combout & (\text_gen|char_ram~5635_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42830_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5635_q ), + .datac(\text_gen|char_ram~5691_q ), + .datad(\text_gen|char_ram~42830_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42831 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N5 +dffeas \text_gen|char_ram~3843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y45_N29 +dffeas \text_gen|char_ram~3899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y42_N19 +dffeas \text_gen|char_ram~259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~315feeder ( +// Equation(s): +// \text_gen|char_ram~315feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~315feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~315feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~315feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y38_N17 +dffeas \text_gen|char_ram~315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~315feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42834 ( +// Equation(s): +// \text_gen|char_ram~42834_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~315_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~259_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~259_q ), + .datad(\text_gen|char_ram~315_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42834 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42835 ( +// Equation(s): +// \text_gen|char_ram~42835_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42834_combout & ((\text_gen|char_ram~3899_q ))) # (!\text_gen|char_ram~42834_combout & (\text_gen|char_ram~3843_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42834_combout )))) + + .dataa(\text_gen|char_ram~3843_q ), + .datab(\text_gen|char_ram~3899_q ), + .datac(\text_gen|Add5~10_combout ), + .datad(\text_gen|char_ram~42834_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42835 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~42835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X99_Y39_N15 +dffeas \text_gen|char_ram~11011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X99_Y39_N13 +dffeas \text_gen|char_ram~11067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y43_N19 +dffeas \text_gen|char_ram~7483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7483 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y39_N17 +dffeas \text_gen|char_ram~7427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42832 ( +// Equation(s): +// \text_gen|char_ram~42832_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~7483_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~7427_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~7483_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7427_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42832 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X99_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42833 ( +// Equation(s): +// \text_gen|char_ram~42833_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42832_combout & ((\text_gen|char_ram~11067_q ))) # (!\text_gen|char_ram~42832_combout & (\text_gen|char_ram~11011_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42832_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11011_q ), + .datac(\text_gen|char_ram~11067_q ), + .datad(\text_gen|char_ram~42832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42833 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42836 ( +// Equation(s): +// \text_gen|char_ram~42836_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~42833_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~42835_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42835_combout ), + .datad(\text_gen|char_ram~42833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42836 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42839 ( +// Equation(s): +// \text_gen|char_ram~42839_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42836_combout & (\text_gen|char_ram~42838_combout )) # (!\text_gen|char_ram~42836_combout & ((\text_gen|char_ram~42831_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42836_combout )))) + + .dataa(\text_gen|char_ram~42838_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42831_combout ), + .datad(\text_gen|char_ram~42836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42839 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y37_N17 +dffeas \text_gen|char_ram~5628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y41_N17 +dffeas \text_gen|char_ram~5684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y39_N23 +dffeas \text_gen|char_ram~2100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y39_N25 +dffeas \text_gen|char_ram~2044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42840 ( +// Equation(s): +// \text_gen|char_ram~42840_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~2100_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~2044_q ))))) + + .dataa(\text_gen|char_ram~2100_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~2044_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42840 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42841 ( +// Equation(s): +// \text_gen|char_ram~42841_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42840_combout & ((\text_gen|char_ram~5684_q ))) # (!\text_gen|char_ram~42840_combout & (\text_gen|char_ram~5628_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42840_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5628_q ), + .datac(\text_gen|char_ram~5684_q ), + .datad(\text_gen|char_ram~42840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42841 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N29 +dffeas \text_gen|char_ram~9212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y39_N5 +dffeas \text_gen|char_ram~9268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9268 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42847 ( +// Equation(s): +// \text_gen|char_ram~42847_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~9268_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~9212_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9212_q ), + .datad(\text_gen|char_ram~9268_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42847 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y39_N11 +dffeas \text_gen|char_ram~12852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12852 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~12796feeder ( +// Equation(s): +// \text_gen|char_ram~12796feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12796feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12796feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12796feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y43_N15 +dffeas \text_gen|char_ram~12796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12796feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42848 ( +// Equation(s): +// \text_gen|char_ram~42848_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42847_combout & (\text_gen|char_ram~12852_q )) # (!\text_gen|char_ram~42847_combout & ((\text_gen|char_ram~12796_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~42847_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42847_combout ), + .datac(\text_gen|char_ram~12852_q ), + .datad(\text_gen|char_ram~12796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42848 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N19 +dffeas \text_gen|char_ram~3836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y41_N3 +dffeas \text_gen|char_ram~3892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3892 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N25 +dffeas \text_gen|char_ram~308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y41_N13 +dffeas \text_gen|char_ram~252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55485_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~252 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42844 ( +// Equation(s): +// \text_gen|char_ram~42844_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~308_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~252_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~308_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~252_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42844 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42845 ( +// Equation(s): +// \text_gen|char_ram~42845_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42844_combout & ((\text_gen|char_ram~3892_q ))) # (!\text_gen|char_ram~42844_combout & (\text_gen|char_ram~3836_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42844_combout )))) + + .dataa(\text_gen|char_ram~3836_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~3892_q ), + .datad(\text_gen|char_ram~42844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42845 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y43_N5 +dffeas \text_gen|char_ram~11004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55192_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11004 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y43_N17 +dffeas \text_gen|char_ram~11060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11060 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7476feeder ( +// Equation(s): +// \text_gen|char_ram~7476feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7476feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7476feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7476feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y39_N19 +dffeas \text_gen|char_ram~7476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7476feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y43_N27 +dffeas \text_gen|char_ram~7420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42842 ( +// Equation(s): +// \text_gen|char_ram~42842_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~7476_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~7420_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7476_q ), + .datac(\text_gen|char_ram~7420_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42842 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42843 ( +// Equation(s): +// \text_gen|char_ram~42843_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42842_combout & ((\text_gen|char_ram~11060_q ))) # (!\text_gen|char_ram~42842_combout & (\text_gen|char_ram~11004_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42842_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11004_q ), + .datac(\text_gen|char_ram~11060_q ), + .datad(\text_gen|char_ram~42842_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42843 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42846 ( +// Equation(s): +// \text_gen|char_ram~42846_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42843_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42845_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42845_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42843_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42846 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~42846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42849 ( +// Equation(s): +// \text_gen|char_ram~42849_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42846_combout & ((\text_gen|char_ram~42848_combout ))) # (!\text_gen|char_ram~42846_combout & (\text_gen|char_ram~42841_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42846_combout )))) + + .dataa(\text_gen|char_ram~42841_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42848_combout ), + .datad(\text_gen|char_ram~42846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42849 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42850 ( +// Equation(s): +// \text_gen|char_ram~42850_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~42839_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42849_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42839_combout ), + .datad(\text_gen|char_ram~42849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42850 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y40_N9 +dffeas \text_gen|char_ram~16380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y40_N3 +dffeas \text_gen|char_ram~19964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19964 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y50_N5 +dffeas \text_gen|char_ram~18172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18172 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y46_N15 +dffeas \text_gen|char_ram~14588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14588 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42824 ( +// Equation(s): +// \text_gen|char_ram~42824_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18172_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~14588_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18172_q ), + .datac(\text_gen|char_ram~14588_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42824 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42825 ( +// Equation(s): +// \text_gen|char_ram~42825_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42824_combout & ((\text_gen|char_ram~19964_q ))) # (!\text_gen|char_ram~42824_combout & (\text_gen|char_ram~16380_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42824_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16380_q ), + .datac(\text_gen|char_ram~19964_q ), + .datad(\text_gen|char_ram~42824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42825 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25340feeder ( +// Equation(s): +// \text_gen|char_ram~25340feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y36_N11 +dffeas \text_gen|char_ram~25340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25340 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y40_N17 +dffeas \text_gen|char_ram~27132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27132 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y39_N19 +dffeas \text_gen|char_ram~23548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y35_N13 +dffeas \text_gen|char_ram~21756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42822 ( +// Equation(s): +// \text_gen|char_ram~42822_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23548_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~21756_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23548_q ), + .datac(\text_gen|char_ram~21756_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42822 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42823 ( +// Equation(s): +// \text_gen|char_ram~42823_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42822_combout & ((\text_gen|char_ram~27132_q ))) # (!\text_gen|char_ram~42822_combout & (\text_gen|char_ram~25340_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42822_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25340_q ), + .datac(\text_gen|char_ram~27132_q ), + .datad(\text_gen|char_ram~42822_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42823 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42826 ( +// Equation(s): +// \text_gen|char_ram~42826_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42823_combout ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42825_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42825_combout ), + .datad(\text_gen|char_ram~42823_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42826 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y38_N13 +dffeas \text_gen|char_ram~23604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y36_N11 +dffeas \text_gen|char_ram~27188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27188 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25396feeder ( +// Equation(s): +// \text_gen|char_ram~25396feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25396feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25396feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25396feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y36_N13 +dffeas \text_gen|char_ram~25396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25396feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y36_N1 +dffeas \text_gen|char_ram~21812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42827 ( +// Equation(s): +// \text_gen|char_ram~42827_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25396_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~21812_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25396_q ), + .datac(\text_gen|char_ram~21812_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42827 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42828 ( +// Equation(s): +// \text_gen|char_ram~42828_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42827_combout & ((\text_gen|char_ram~27188_q ))) # (!\text_gen|char_ram~42827_combout & (\text_gen|char_ram~23604_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42827_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23604_q ), + .datac(\text_gen|char_ram~27188_q ), + .datad(\text_gen|char_ram~42827_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42828 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y35_N19 +dffeas \text_gen|char_ram~20020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20020 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y35_N9 +dffeas \text_gen|char_ram~16436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y49_N19 +dffeas \text_gen|char_ram~18228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55204_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y49_N7 +dffeas \text_gen|char_ram~14644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y49_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42820 ( +// Equation(s): +// \text_gen|char_ram~42820_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18228_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14644_q +// ))))) + + .dataa(\text_gen|char_ram~18228_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14644_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42820 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42821 ( +// Equation(s): +// \text_gen|char_ram~42821_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42820_combout & (\text_gen|char_ram~20020_q )) # (!\text_gen|char_ram~42820_combout & ((\text_gen|char_ram~16436_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42820_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~20020_q ), + .datac(\text_gen|char_ram~16436_q ), + .datad(\text_gen|char_ram~42820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42821 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42829 ( +// Equation(s): +// \text_gen|char_ram~42829_combout = (\text_gen|char_ram~42826_combout & (((\text_gen|char_ram~42828_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~42826_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42821_combout )))) + + .dataa(\text_gen|char_ram~42826_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~42828_combout ), + .datad(\text_gen|char_ram~42821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42829 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42861 ( +// Equation(s): +// \text_gen|char_ram~42861_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42850_combout & (\text_gen|char_ram~42860_combout )) # (!\text_gen|char_ram~42850_combout & ((\text_gen|char_ram~42829_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42850_combout )))) + + .dataa(\text_gen|char_ram~42860_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42850_combout ), + .datad(\text_gen|char_ram~42829_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42861 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~42861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y22_N13 +dffeas \text_gen|char_ram~16401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16401 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y41_N23 +dffeas \text_gen|char_ram~19985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y50_N17 +dffeas \text_gen|char_ram~18193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y50_N31 +dffeas \text_gen|char_ram~14609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42959 ( +// Equation(s): +// \text_gen|char_ram~42959_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18193_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~14609_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~18193_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14609_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42959 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42960 ( +// Equation(s): +// \text_gen|char_ram~42960_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42959_combout & ((\text_gen|char_ram~19985_q ))) # (!\text_gen|char_ram~42959_combout & (\text_gen|char_ram~16401_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42959_combout )))) + + .dataa(\text_gen|char_ram~16401_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~19985_q ), + .datad(\text_gen|char_ram~42959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42960 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y40_N1 +dffeas \text_gen|char_ram~273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~273 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3857feeder ( +// Equation(s): +// \text_gen|char_ram~3857feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3857feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3857feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3857feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y44_N7 +dffeas \text_gen|char_ram~3857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3857feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3857 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42961 ( +// Equation(s): +// \text_gen|char_ram~42961_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3857_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~273_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~273_q ), + .datad(\text_gen|char_ram~3857_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42961 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y41_N21 +dffeas \text_gen|char_ram~5649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2065feeder ( +// Equation(s): +// \text_gen|char_ram~2065feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2065feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2065feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2065feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y40_N17 +dffeas \text_gen|char_ram~2065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2065feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2065 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42962 ( +// Equation(s): +// \text_gen|char_ram~42962_combout = (\text_gen|char_ram~42961_combout & (((\text_gen|char_ram~5649_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~42961_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2065_q )))) + + .dataa(\text_gen|char_ram~42961_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5649_q ), + .datad(\text_gen|char_ram~2065_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42962 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42963 ( +// Equation(s): +// \text_gen|char_ram~42963_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42960_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42962_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42960_combout ), + .datad(\text_gen|char_ram~42962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42963 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y43_N11 +dffeas \text_gen|char_ram~2121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y43_N21 +dffeas \text_gen|char_ram~5705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y49_N9 +dffeas \text_gen|char_ram~3913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y43_N25 +dffeas \text_gen|char_ram~329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~329 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42957 ( +// Equation(s): +// \text_gen|char_ram~42957_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3913_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~329_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~3913_q ), + .datac(\text_gen|char_ram~329_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42957 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42958 ( +// Equation(s): +// \text_gen|char_ram~42958_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42957_combout & ((\text_gen|char_ram~5705_q ))) # (!\text_gen|char_ram~42957_combout & (\text_gen|char_ram~2121_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42957_combout )))) + + .dataa(\text_gen|char_ram~2121_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5705_q ), + .datad(\text_gen|char_ram~42957_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42958 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16457feeder ( +// Equation(s): +// \text_gen|char_ram~16457feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16457feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y22_N9 +dffeas \text_gen|char_ram~16457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55169_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y41_N15 +dffeas \text_gen|char_ram~20041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y41_N29 +dffeas \text_gen|char_ram~14665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y64_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18249feeder ( +// Equation(s): +// \text_gen|char_ram~18249feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18249feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18249feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18249feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y64_N29 +dffeas \text_gen|char_ram~18249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18249feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18249 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42964 ( +// Equation(s): +// \text_gen|char_ram~42964_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~18249_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~14665_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~14665_q ), + .datad(\text_gen|char_ram~18249_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42964 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42965 ( +// Equation(s): +// \text_gen|char_ram~42965_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42964_combout & ((\text_gen|char_ram~20041_q ))) # (!\text_gen|char_ram~42964_combout & (\text_gen|char_ram~16457_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42964_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16457_q ), + .datac(\text_gen|char_ram~20041_q ), + .datad(\text_gen|char_ram~42964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42965 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42966 ( +// Equation(s): +// \text_gen|char_ram~42966_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42963_combout & ((\text_gen|char_ram~42965_combout ))) # (!\text_gen|char_ram~42963_combout & (\text_gen|char_ram~42958_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~42963_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42963_combout ), + .datac(\text_gen|char_ram~42958_combout ), + .datad(\text_gen|char_ram~42965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42966 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y39_N5 +dffeas \text_gen|char_ram~16450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y45_N3 +dffeas \text_gen|char_ram~20034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y45_N17 +dffeas \text_gen|char_ram~14658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y42_N9 +dffeas \text_gen|char_ram~18242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18242 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42974 ( +// Equation(s): +// \text_gen|char_ram~42974_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~10_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & ((\text_gen|char_ram~18242_q ))) # (!\text_gen|Add5~10_combout & (\text_gen|char_ram~14658_q +// )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14658_q ), + .datad(\text_gen|char_ram~18242_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42974 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42975 ( +// Equation(s): +// \text_gen|char_ram~42975_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42974_combout & ((\text_gen|char_ram~20034_q ))) # (!\text_gen|char_ram~42974_combout & (\text_gen|char_ram~16450_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42974_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~16450_q ), + .datac(\text_gen|char_ram~20034_q ), + .datad(\text_gen|char_ram~42974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42975 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y40_N31 +dffeas \text_gen|char_ram~2114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2114 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y40_N1 +dffeas \text_gen|char_ram~5698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y41_N29 +dffeas \text_gen|char_ram~322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y35_N17 +dffeas \text_gen|char_ram~3906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3906 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42967 ( +// Equation(s): +// \text_gen|char_ram~42967_combout = (\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~3906_q )))) # (!\text_gen|Add5~10_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~322_q ))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~322_q ), + .datad(\text_gen|char_ram~3906_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42967 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42968 ( +// Equation(s): +// \text_gen|char_ram~42968_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42967_combout & ((\text_gen|char_ram~5698_q ))) # (!\text_gen|char_ram~42967_combout & (\text_gen|char_ram~2114_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42967_combout )))) + + .dataa(\text_gen|char_ram~2114_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5698_q ), + .datad(\text_gen|char_ram~42967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42968 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16394feeder ( +// Equation(s): +// \text_gen|char_ram~16394feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16394feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16394feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16394feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y40_N11 +dffeas \text_gen|char_ram~16394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16394feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y41_N21 +dffeas \text_gen|char_ram~19978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y43_N19 +dffeas \text_gen|char_ram~18186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y43_N9 +dffeas \text_gen|char_ram~14602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14602 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42969 ( +// Equation(s): +// \text_gen|char_ram~42969_combout = (\text_gen|Add5~8_combout & (((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~18186_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~14602_q +// ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~18186_q ), + .datac(\text_gen|char_ram~14602_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42969 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42970 ( +// Equation(s): +// \text_gen|char_ram~42970_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42969_combout & ((\text_gen|char_ram~19978_q ))) # (!\text_gen|char_ram~42969_combout & (\text_gen|char_ram~16394_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42969_combout )))) + + .dataa(\text_gen|char_ram~16394_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~19978_q ), + .datad(\text_gen|char_ram~42969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42970 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y44_N31 +dffeas \text_gen|char_ram~3850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y44_N13 +dffeas \text_gen|char_ram~266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55679_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42971 ( +// Equation(s): +// \text_gen|char_ram~42971_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~3850_q ) # ((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~266_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~3850_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~266_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42971 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y41_N19 +dffeas \text_gen|char_ram~5642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~2058feeder ( +// Equation(s): +// \text_gen|char_ram~2058feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2058feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2058feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2058feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y40_N1 +dffeas \text_gen|char_ram~2058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2058feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42972 ( +// Equation(s): +// \text_gen|char_ram~42972_combout = (\text_gen|char_ram~42971_combout & (((\text_gen|char_ram~5642_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~42971_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~2058_q )))) + + .dataa(\text_gen|char_ram~42971_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~5642_q ), + .datad(\text_gen|char_ram~2058_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42972 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42973 ( +// Equation(s): +// \text_gen|char_ram~42973_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42970_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42972_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42970_combout ), + .datad(\text_gen|char_ram~42972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42973 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42976 ( +// Equation(s): +// \text_gen|char_ram~42976_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42973_combout & (\text_gen|char_ram~42975_combout )) # (!\text_gen|char_ram~42973_combout & ((\text_gen|char_ram~42968_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42973_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42975_combout ), + .datac(\text_gen|char_ram~42968_combout ), + .datad(\text_gen|char_ram~42973_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42976 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42977 ( +// Equation(s): +// \text_gen|char_ram~42977_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42966_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~42976_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42966_combout ), + .datad(\text_gen|char_ram~42976_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42977 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y39_N23 +dffeas \text_gen|char_ram~27146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y41_N7 +dffeas \text_gen|char_ram~27202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y43_N27 +dffeas \text_gen|char_ram~25410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y43_N21 +dffeas \text_gen|char_ram~25354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42954 ( +// Equation(s): +// \text_gen|char_ram~42954_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~25410_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~25354_q ))))) + + .dataa(\text_gen|char_ram~25410_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~25354_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42954 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42955 ( +// Equation(s): +// \text_gen|char_ram~42955_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42954_combout & ((\text_gen|char_ram~27202_q ))) # (!\text_gen|char_ram~42954_combout & (\text_gen|char_ram~27146_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42954_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~27146_q ), + .datac(\text_gen|char_ram~27202_q ), + .datad(\text_gen|char_ram~42954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42955 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y44_N1 +dffeas \text_gen|char_ram~12810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y45_N27 +dffeas \text_gen|char_ram~12866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y44_N15 +dffeas \text_gen|char_ram~11018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y45_N9 +dffeas \text_gen|char_ram~11074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42947 ( +// Equation(s): +// \text_gen|char_ram~42947_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~11074_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~11018_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~11018_q ), + .datad(\text_gen|char_ram~11074_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42947 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42948 ( +// Equation(s): +// \text_gen|char_ram~42948_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42947_combout & ((\text_gen|char_ram~12866_q ))) # (!\text_gen|char_ram~42947_combout & (\text_gen|char_ram~12810_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42947_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~12810_q ), + .datac(\text_gen|char_ram~12866_q ), + .datad(\text_gen|char_ram~42947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42948 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y41_N15 +dffeas \text_gen|char_ram~21826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y39_N5 +dffeas \text_gen|char_ram~21770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42949 ( +// Equation(s): +// \text_gen|char_ram~42949_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21826_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~21770_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~21826_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21770_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42949 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y39_N11 +dffeas \text_gen|char_ram~23618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y39_N17 +dffeas \text_gen|char_ram~23562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23562 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42950 ( +// Equation(s): +// \text_gen|char_ram~42950_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42949_combout & (\text_gen|char_ram~23618_q )) # (!\text_gen|char_ram~42949_combout & ((\text_gen|char_ram~23562_q ))))) # (!\text_gen|Add5~8_combout & +// (\text_gen|char_ram~42949_combout )) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42949_combout ), + .datac(\text_gen|char_ram~23618_q ), + .datad(\text_gen|char_ram~23562_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42950 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y44_N17 +dffeas \text_gen|char_ram~7434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y46_N9 +dffeas \text_gen|char_ram~7490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42951 ( +// Equation(s): +// \text_gen|char_ram~42951_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~7490_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7434_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7434_q ), + .datad(\text_gen|char_ram~7490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42951 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y41_N29 +dffeas \text_gen|char_ram~9282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9282 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9226feeder ( +// Equation(s): +// \text_gen|char_ram~9226feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9226feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9226feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9226feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N1 +dffeas \text_gen|char_ram~9226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9226feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55066_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42952 ( +// Equation(s): +// \text_gen|char_ram~42952_combout = (\text_gen|char_ram~42951_combout & (((\text_gen|char_ram~9282_q )) # (!\text_gen|Add5~8_combout ))) # (!\text_gen|char_ram~42951_combout & (\text_gen|Add5~8_combout & ((\text_gen|char_ram~9226_q )))) + + .dataa(\text_gen|char_ram~42951_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~9282_q ), + .datad(\text_gen|char_ram~9226_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42952 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42953 ( +// Equation(s): +// \text_gen|char_ram~42953_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~42950_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~42952_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42950_combout ), + .datad(\text_gen|char_ram~42952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42953 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42956 ( +// Equation(s): +// \text_gen|char_ram~42956_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42953_combout & (\text_gen|char_ram~42955_combout )) # (!\text_gen|char_ram~42953_combout & ((\text_gen|char_ram~42948_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42953_combout )))) + + .dataa(\text_gen|char_ram~42955_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42948_combout ), + .datad(\text_gen|char_ram~42953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42956 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12817feeder ( +// Equation(s): +// \text_gen|char_ram~12817feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12817feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12817feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12817feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y44_N31 +dffeas \text_gen|char_ram~12817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12817feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12817 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11081feeder ( +// Equation(s): +// \text_gen|char_ram~11081feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11081feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11081feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11081feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y51_N1 +dffeas \text_gen|char_ram~11081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11081feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y47_N13 +dffeas \text_gen|char_ram~11025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42978 ( +// Equation(s): +// \text_gen|char_ram~42978_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~11081_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~11025_q & !\text_gen|Add5~8_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11081_q ), + .datac(\text_gen|char_ram~11025_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42978 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y48_N25 +dffeas \text_gen|char_ram~12873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42979 ( +// Equation(s): +// \text_gen|char_ram~42979_combout = (\text_gen|char_ram~42978_combout & (((\text_gen|char_ram~12873_q ) # (!\text_gen|Add5~8_combout )))) # (!\text_gen|char_ram~42978_combout & (\text_gen|char_ram~12817_q & ((\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~12817_q ), + .datab(\text_gen|char_ram~42978_combout ), + .datac(\text_gen|char_ram~12873_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42979 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~42979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y30_N17 +dffeas \text_gen|char_ram~27153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y30_N25 +dffeas \text_gen|char_ram~27209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y27_N23 +dffeas \text_gen|char_ram~25417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y32_N13 +dffeas \text_gen|char_ram~25361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42985 ( +// Equation(s): +// \text_gen|char_ram~42985_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~25417_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~25361_q ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~25417_q ), + .datac(\text_gen|char_ram~25361_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42985 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42986 ( +// Equation(s): +// \text_gen|char_ram~42986_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42985_combout & ((\text_gen|char_ram~27209_q ))) # (!\text_gen|char_ram~42985_combout & (\text_gen|char_ram~27153_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42985_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~27153_q ), + .datac(\text_gen|char_ram~27209_q ), + .datad(\text_gen|char_ram~42985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42986 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y30_N27 +dffeas \text_gen|char_ram~23625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y30_N5 +dffeas \text_gen|char_ram~23569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y34_N17 +dffeas \text_gen|char_ram~21777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21833feeder ( +// Equation(s): +// \text_gen|char_ram~21833feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y23_N29 +dffeas \text_gen|char_ram~21833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42980 ( +// Equation(s): +// \text_gen|char_ram~42980_combout = (\text_gen|Add5~8_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~21833_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~21777_q )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21777_q ), + .datad(\text_gen|char_ram~21833_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42980 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42981 ( +// Equation(s): +// \text_gen|char_ram~42981_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42980_combout & (\text_gen|char_ram~23625_q )) # (!\text_gen|char_ram~42980_combout & ((\text_gen|char_ram~23569_q ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42980_combout )))) + + .dataa(\text_gen|char_ram~23625_q ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~23569_q ), + .datad(\text_gen|char_ram~42980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42981 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~9233feeder ( +// Equation(s): +// \text_gen|char_ram~9233feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y40_N27 +dffeas \text_gen|char_ram~9233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9233 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y41_N17 +dffeas \text_gen|char_ram~9289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y49_N9 +dffeas \text_gen|char_ram~7497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y44_N23 +dffeas \text_gen|char_ram~7441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42982 ( +// Equation(s): +// \text_gen|char_ram~42982_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~7497_q ) # ((\text_gen|Add5~8_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~7441_q & !\text_gen|Add5~8_combout )))) + + .dataa(\text_gen|char_ram~7497_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7441_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42982 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42983 ( +// Equation(s): +// \text_gen|char_ram~42983_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42982_combout & ((\text_gen|char_ram~9289_q ))) # (!\text_gen|char_ram~42982_combout & (\text_gen|char_ram~9233_q )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42982_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~9233_q ), + .datac(\text_gen|char_ram~9289_q ), + .datad(\text_gen|char_ram~42982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42983 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42984 ( +// Equation(s): +// \text_gen|char_ram~42984_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~42981_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~42983_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42981_combout ), + .datad(\text_gen|char_ram~42983_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42984 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42987 ( +// Equation(s): +// \text_gen|char_ram~42987_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42984_combout & ((\text_gen|char_ram~42986_combout ))) # (!\text_gen|char_ram~42984_combout & (\text_gen|char_ram~42979_combout )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42984_combout )))) + + .dataa(\text_gen|char_ram~42979_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~42986_combout ), + .datad(\text_gen|char_ram~42984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42987 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42988 ( +// Equation(s): +// \text_gen|char_ram~42988_combout = (\text_gen|char_ram~42977_combout & (((\text_gen|char_ram~42987_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~42977_combout & (\text_gen|Add5~12_combout & (\text_gen|char_ram~42956_combout ))) + + .dataa(\text_gen|char_ram~42977_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42956_combout ), + .datad(\text_gen|char_ram~42987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42988 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~42988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11039feeder ( +// Equation(s): +// \text_gen|char_ram~11039feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y34_N5 +dffeas \text_gen|char_ram~11039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55327_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y38_N7 +dffeas \text_gen|char_ram~12831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12831 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9247feeder ( +// Equation(s): +// \text_gen|char_ram~9247feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9247feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9247feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9247feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X97_Y38_N29 +dffeas \text_gen|char_ram~9247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9247feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y38_N13 +dffeas \text_gen|char_ram~7455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42935 ( +// Equation(s): +// \text_gen|char_ram~42935_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~9247_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~7455_q +// ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~9247_q ), + .datac(\text_gen|char_ram~7455_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42935 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42936 ( +// Equation(s): +// \text_gen|char_ram~42936_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42935_combout & ((\text_gen|char_ram~12831_q ))) # (!\text_gen|char_ram~42935_combout & (\text_gen|char_ram~11039_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42935_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~11039_q ), + .datac(\text_gen|char_ram~12831_q ), + .datad(\text_gen|char_ram~42935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42936 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y30_N5 +dffeas \text_gen|char_ram~23527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23527 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y37_N13 +dffeas \text_gen|char_ram~21735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21735 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42937 ( +// Equation(s): +// \text_gen|char_ram~42937_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~23527_q ) # ((\text_gen|Add5~10_combout )))) # (!\text_gen|Add5~8_combout & (((\text_gen|char_ram~21735_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~23527_q ), + .datac(\text_gen|char_ram~21735_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42937 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y35_N11 +dffeas \text_gen|char_ram~25319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y37_N27 +dffeas \text_gen|char_ram~27111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27111 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42938 ( +// Equation(s): +// \text_gen|char_ram~42938_combout = (\text_gen|char_ram~42937_combout & (((\text_gen|char_ram~27111_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~42937_combout & (\text_gen|char_ram~25319_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~42937_combout ), + .datab(\text_gen|char_ram~25319_q ), + .datac(\text_gen|char_ram~27111_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42938 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y44_N27 +dffeas \text_gen|char_ram~10983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y44_N17 +dffeas \text_gen|char_ram~12775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12775 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y44_N19 +dffeas \text_gen|char_ram~7399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y36_N21 +dffeas \text_gen|char_ram~9191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42939 ( +// Equation(s): +// \text_gen|char_ram~42939_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & ((\text_gen|char_ram~9191_q ))) # (!\text_gen|Add5~8_combout & (\text_gen|char_ram~7399_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~7399_q ), + .datad(\text_gen|char_ram~9191_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42939 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42940 ( +// Equation(s): +// \text_gen|char_ram~42940_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42939_combout & ((\text_gen|char_ram~12775_q ))) # (!\text_gen|char_ram~42939_combout & (\text_gen|char_ram~10983_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42939_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10983_q ), + .datac(\text_gen|char_ram~12775_q ), + .datad(\text_gen|char_ram~42939_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42940 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42941 ( +// Equation(s): +// \text_gen|char_ram~42941_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42938_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42940_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42938_combout ), + .datad(\text_gen|char_ram~42940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42941 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y47_N25 +dffeas \text_gen|char_ram~25375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N29 +dffeas \text_gen|char_ram~27167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y37_N7 +dffeas \text_gen|char_ram~23583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23583 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y45_N3 +dffeas \text_gen|char_ram~21791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42942 ( +// Equation(s): +// \text_gen|char_ram~42942_combout = (\text_gen|Add5~10_combout & (((\text_gen|Add5~8_combout )))) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~23583_q )) # (!\text_gen|Add5~8_combout & ((\text_gen|char_ram~21791_q +// ))))) + + .dataa(\text_gen|char_ram~23583_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~21791_q ), + .datad(\text_gen|Add5~8_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42942 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42943 ( +// Equation(s): +// \text_gen|char_ram~42943_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42942_combout & ((\text_gen|char_ram~27167_q ))) # (!\text_gen|char_ram~42942_combout & (\text_gen|char_ram~25375_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42942_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25375_q ), + .datac(\text_gen|char_ram~27167_q ), + .datad(\text_gen|char_ram~42942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42943 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42944 ( +// Equation(s): +// \text_gen|char_ram~42944_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42941_combout & ((\text_gen|char_ram~42943_combout ))) # (!\text_gen|char_ram~42941_combout & (\text_gen|char_ram~42936_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42941_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42936_combout ), + .datac(\text_gen|char_ram~42941_combout ), + .datad(\text_gen|char_ram~42943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42944 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~42944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~27104feeder ( +// Equation(s): +// \text_gen|char_ram~27104feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27104feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27104feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27104feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y36_N7 +dffeas \text_gen|char_ram~27104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27104feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y36_N13 +dffeas \text_gen|char_ram~27160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N19 +dffeas \text_gen|char_ram~23576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23576 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y36_N19 +dffeas \text_gen|char_ram~23520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42911 ( +// Equation(s): +// \text_gen|char_ram~42911_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~23576_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~23520_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~23576_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23520_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42911 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42912 ( +// Equation(s): +// \text_gen|char_ram~42912_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42911_combout & ((\text_gen|char_ram~27160_q ))) # (!\text_gen|char_ram~42911_combout & (\text_gen|char_ram~27104_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42911_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~27104_q ), + .datac(\text_gen|char_ram~27160_q ), + .datad(\text_gen|char_ram~42911_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42912 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y41_N15 +dffeas \text_gen|char_ram~12768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y40_N3 +dffeas \text_gen|char_ram~12824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y40_N13 +dffeas \text_gen|char_ram~9240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y40_N23 +dffeas \text_gen|char_ram~9184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9184 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X96_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42904 ( +// Equation(s): +// \text_gen|char_ram~42904_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~9240_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~9184_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~9240_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9184_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42904 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42905 ( +// Equation(s): +// \text_gen|char_ram~42905_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42904_combout & ((\text_gen|char_ram~12824_q ))) # (!\text_gen|char_ram~42904_combout & (\text_gen|char_ram~12768_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42904_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~12768_q ), + .datac(\text_gen|char_ram~12824_q ), + .datad(\text_gen|char_ram~42904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42905 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y36_N17 +dffeas \text_gen|char_ram~25312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25312 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y40_N31 +dffeas \text_gen|char_ram~25368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y41_N5 +dffeas \text_gen|char_ram~21784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y37_N7 +dffeas \text_gen|char_ram~21728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55631_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42906 ( +// Equation(s): +// \text_gen|char_ram~42906_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21784_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~21728_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~21784_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21728_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42906 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42907 ( +// Equation(s): +// \text_gen|char_ram~42907_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42906_combout & ((\text_gen|char_ram~25368_q ))) # (!\text_gen|char_ram~42906_combout & (\text_gen|char_ram~25312_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42906_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~25312_q ), + .datac(\text_gen|char_ram~25368_q ), + .datad(\text_gen|char_ram~42906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42907 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X95_Y47_N17 +dffeas \text_gen|char_ram~10976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y40_N21 +dffeas \text_gen|char_ram~11032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y40_N7 +dffeas \text_gen|char_ram~7392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55599_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X100_Y40_N29 +dffeas \text_gen|char_ram~7448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X100_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42908 ( +// Equation(s): +// \text_gen|char_ram~42908_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~7448_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~7392_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~7392_q ), + .datad(\text_gen|char_ram~7448_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42908 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42909 ( +// Equation(s): +// \text_gen|char_ram~42909_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42908_combout & ((\text_gen|char_ram~11032_q ))) # (!\text_gen|char_ram~42908_combout & (\text_gen|char_ram~10976_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42908_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~10976_q ), + .datac(\text_gen|char_ram~11032_q ), + .datad(\text_gen|char_ram~42908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42909 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42910 ( +// Equation(s): +// \text_gen|char_ram~42910_combout = (\text_gen|Add5~8_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~8_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42907_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~42909_combout ))))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42907_combout ), + .datad(\text_gen|char_ram~42909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42910 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42913 ( +// Equation(s): +// \text_gen|char_ram~42913_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42910_combout & (\text_gen|char_ram~42912_combout )) # (!\text_gen|char_ram~42910_combout & ((\text_gen|char_ram~42905_combout ))))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42910_combout )))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|char_ram~42912_combout ), + .datac(\text_gen|char_ram~42905_combout ), + .datad(\text_gen|char_ram~42910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42913 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2072feeder ( +// Equation(s): +// \text_gen|char_ram~2072feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2072feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2072feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2072feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N7 +dffeas \text_gen|char_ram~2072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2072feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55029_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2072 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y38_N19 +dffeas \text_gen|char_ram~2016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2016 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42924 ( +// Equation(s): +// \text_gen|char_ram~42924_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~2072_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~2016_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~2072_q ), + .datac(\text_gen|char_ram~2016_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42924 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~5600feeder ( +// Equation(s): +// \text_gen|char_ram~5600feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5600feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5600feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5600feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y37_N11 +dffeas \text_gen|char_ram~5600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5600feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y41_N19 +dffeas \text_gen|char_ram~5656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42925 ( +// Equation(s): +// \text_gen|char_ram~42925_combout = (\text_gen|char_ram~42924_combout & (((\text_gen|char_ram~5656_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~42924_combout & (\text_gen|char_ram~5600_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~42924_combout ), + .datab(\text_gen|char_ram~5600_q ), + .datac(\text_gen|char_ram~5656_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42925 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y36_N1 +dffeas \text_gen|char_ram~16408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y36_N15 +dffeas \text_gen|char_ram~16352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42931 ( +// Equation(s): +// \text_gen|char_ram~42931_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~16408_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~16352_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~16408_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16352_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42931 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y36_N1 +dffeas \text_gen|char_ram~19992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y48_N17 +dffeas \text_gen|char_ram~19936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19936 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42932 ( +// Equation(s): +// \text_gen|char_ram~42932_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42931_combout & (\text_gen|char_ram~19992_q )) # (!\text_gen|char_ram~42931_combout & ((\text_gen|char_ram~19936_q ))))) # (!\text_gen|Add5~10_combout & +// (\text_gen|char_ram~42931_combout )) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42931_combout ), + .datac(\text_gen|char_ram~19992_q ), + .datad(\text_gen|char_ram~19936_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42932 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y43_N31 +dffeas \text_gen|char_ram~3808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55354_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y42_N31 +dffeas \text_gen|char_ram~224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N20 +cycloneiv_lcell_comb \text_gen|char_ram~280feeder ( +// Equation(s): +// \text_gen|char_ram~280feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~280feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~280feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~280feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y42_N21 +dffeas \text_gen|char_ram~280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~280feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42928 ( +// Equation(s): +// \text_gen|char_ram~42928_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~280_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~224_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~224_q ), + .datad(\text_gen|char_ram~280_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42928 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y41_N11 +dffeas \text_gen|char_ram~3864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42929 ( +// Equation(s): +// \text_gen|char_ram~42929_combout = (\text_gen|char_ram~42928_combout & (((\text_gen|char_ram~3864_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~42928_combout & (\text_gen|char_ram~3808_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~3808_q ), + .datab(\text_gen|char_ram~42928_combout ), + .datac(\text_gen|char_ram~3864_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42929 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~42929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18144feeder ( +// Equation(s): +// \text_gen|char_ram~18144feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18144feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18144feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18144feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y49_N15 +dffeas \text_gen|char_ram~18144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18144feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18144 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y37_N25 +dffeas \text_gen|char_ram~14616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y37_N29 +dffeas \text_gen|char_ram~14560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42926 ( +// Equation(s): +// \text_gen|char_ram~42926_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14616_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14560_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14616_q ), + .datac(\text_gen|char_ram~14560_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42926 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y37_N19 +dffeas \text_gen|char_ram~18200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18200 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42927 ( +// Equation(s): +// \text_gen|char_ram~42927_combout = (\text_gen|char_ram~42926_combout & (((\text_gen|char_ram~18200_q ) # (!\text_gen|Add5~10_combout )))) # (!\text_gen|char_ram~42926_combout & (\text_gen|char_ram~18144_q & ((\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~18144_q ), + .datab(\text_gen|char_ram~42926_combout ), + .datac(\text_gen|char_ram~18200_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42927 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~42927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42930 ( +// Equation(s): +// \text_gen|char_ram~42930_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~8_combout ) # (\text_gen|char_ram~42927_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42929_combout & (!\text_gen|Add5~8_combout ))) + + .dataa(\text_gen|char_ram~42929_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~8_combout ), + .datad(\text_gen|char_ram~42927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42930 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~42930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42933 ( +// Equation(s): +// \text_gen|char_ram~42933_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42930_combout & ((\text_gen|char_ram~42932_combout ))) # (!\text_gen|char_ram~42930_combout & (\text_gen|char_ram~42925_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42930_combout )))) + + .dataa(\text_gen|char_ram~42925_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42932_combout ), + .datad(\text_gen|char_ram~42930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42933 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y37_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5607feeder ( +// Equation(s): +// \text_gen|char_ram~5607feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5607feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5607feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5607feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y37_N1 +dffeas \text_gen|char_ram~5607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5607feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5607 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y38_N3 +dffeas \text_gen|char_ram~5663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y38_N29 +dffeas \text_gen|char_ram~2023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2023 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~2079feeder ( +// Equation(s): +// \text_gen|char_ram~2079feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2079feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2079feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2079feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y38_N13 +dffeas \text_gen|char_ram~2079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2079feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55157_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42914 ( +// Equation(s): +// \text_gen|char_ram~42914_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~2079_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2023_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2023_q ), + .datad(\text_gen|char_ram~2079_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42914 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42915 ( +// Equation(s): +// \text_gen|char_ram~42915_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42914_combout & ((\text_gen|char_ram~5663_q ))) # (!\text_gen|char_ram~42914_combout & (\text_gen|char_ram~5607_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42914_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5607_q ), + .datac(\text_gen|char_ram~5663_q ), + .datad(\text_gen|char_ram~42914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42915 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~3815feeder ( +// Equation(s): +// \text_gen|char_ram~3815feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3815feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3815feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3815feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y42_N3 +dffeas \text_gen|char_ram~3815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3815feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y47_N5 +dffeas \text_gen|char_ram~3871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~287feeder ( +// Equation(s): +// \text_gen|char_ram~287feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y42_N23 +dffeas \text_gen|char_ram~287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y42_N1 +dffeas \text_gen|char_ram~231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42918 ( +// Equation(s): +// \text_gen|char_ram~42918_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~287_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~231_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~287_q ), + .datac(\text_gen|char_ram~231_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42918 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42919 ( +// Equation(s): +// \text_gen|char_ram~42919_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42918_combout & ((\text_gen|char_ram~3871_q ))) # (!\text_gen|char_ram~42918_combout & (\text_gen|char_ram~3815_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42918_combout )))) + + .dataa(\text_gen|char_ram~3815_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~3871_q ), + .datad(\text_gen|char_ram~42918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42919 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y35_N21 +dffeas \text_gen|char_ram~14623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y35_N3 +dffeas \text_gen|char_ram~14567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42916 ( +// Equation(s): +// \text_gen|char_ram~42916_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14623_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14567_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~14623_q ), + .datac(\text_gen|char_ram~14567_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42916 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y47_N3 +dffeas \text_gen|char_ram~18207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18207 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18151feeder ( +// Equation(s): +// \text_gen|char_ram~18151feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18151feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18151feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18151feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y47_N19 +dffeas \text_gen|char_ram~18151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18151feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42917 ( +// Equation(s): +// \text_gen|char_ram~42917_combout = (\text_gen|char_ram~42916_combout & (((\text_gen|char_ram~18207_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~42916_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~18151_q )))) + + .dataa(\text_gen|char_ram~42916_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~18207_q ), + .datad(\text_gen|char_ram~18151_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42917 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42920 ( +// Equation(s): +// \text_gen|char_ram~42920_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~8_combout ) # ((\text_gen|char_ram~42917_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~8_combout & (\text_gen|char_ram~42919_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42919_combout ), + .datad(\text_gen|char_ram~42917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42920 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y25_N31 +dffeas \text_gen|char_ram~19943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19943 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y25_N13 +dffeas \text_gen|char_ram~19999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y23_N19 +dffeas \text_gen|char_ram~16359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y36_N29 +dffeas \text_gen|char_ram~16415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42921 ( +// Equation(s): +// \text_gen|char_ram~42921_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16415_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16359_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16359_q ), + .datad(\text_gen|char_ram~16415_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42921 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42922 ( +// Equation(s): +// \text_gen|char_ram~42922_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42921_combout & ((\text_gen|char_ram~19999_q ))) # (!\text_gen|char_ram~42921_combout & (\text_gen|char_ram~19943_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42921_combout )))) + + .dataa(\text_gen|char_ram~19943_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~19999_q ), + .datad(\text_gen|char_ram~42921_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42922 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42923 ( +// Equation(s): +// \text_gen|char_ram~42923_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42920_combout & ((\text_gen|char_ram~42922_combout ))) # (!\text_gen|char_ram~42920_combout & (\text_gen|char_ram~42915_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42920_combout )))) + + .dataa(\text_gen|char_ram~42915_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42920_combout ), + .datad(\text_gen|char_ram~42922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42923 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~42923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42934 ( +// Equation(s): +// \text_gen|char_ram~42934_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42923_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42933_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42933_combout ), + .datad(\text_gen|char_ram~42923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42934 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42945 ( +// Equation(s): +// \text_gen|char_ram~42945_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42934_combout & (\text_gen|char_ram~42944_combout )) # (!\text_gen|char_ram~42934_combout & ((\text_gen|char_ram~42913_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42934_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42944_combout ), + .datac(\text_gen|char_ram~42913_combout ), + .datad(\text_gen|char_ram~42934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42945 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X91_Y33_N11 +dffeas \text_gen|char_ram~23590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23590 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y33_N21 +dffeas \text_gen|char_ram~27174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27118feeder ( +// Equation(s): +// \text_gen|char_ram~27118feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27118feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27118feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27118feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X90_Y30_N23 +dffeas \text_gen|char_ram~27118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27118feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y32_N1 +dffeas \text_gen|char_ram~23534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55102_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42869 ( +// Equation(s): +// \text_gen|char_ram~42869_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~27118_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~23534_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~27118_q ), + .datac(\text_gen|char_ram~23534_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42869 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42870 ( +// Equation(s): +// \text_gen|char_ram~42870_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42869_combout & ((\text_gen|char_ram~27174_q ))) # (!\text_gen|char_ram~42869_combout & (\text_gen|char_ram~23590_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42869_combout )))) + + .dataa(\text_gen|char_ram~23590_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~27174_q ), + .datad(\text_gen|char_ram~42869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42870 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y41_N7 +dffeas \text_gen|char_ram~9254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55034_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X95_Y41_N17 +dffeas \text_gen|char_ram~12838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12838 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N13 +dffeas \text_gen|char_ram~12782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12782 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y44_N15 +dffeas \text_gen|char_ram~9198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42862 ( +// Equation(s): +// \text_gen|char_ram~42862_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~12782_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~9198_q ))))) + + .dataa(\text_gen|char_ram~12782_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~9198_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42862 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X95_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42863 ( +// Equation(s): +// \text_gen|char_ram~42863_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42862_combout & ((\text_gen|char_ram~12838_q ))) # (!\text_gen|char_ram~42862_combout & (\text_gen|char_ram~9254_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42862_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9254_q ), + .datac(\text_gen|char_ram~12838_q ), + .datad(\text_gen|char_ram~42862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42863 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y40_N21 +dffeas \text_gen|char_ram~5614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N23 +dffeas \text_gen|char_ram~5670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y40_N1 +dffeas \text_gen|char_ram~2030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2030 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2086feeder ( +// Equation(s): +// \text_gen|char_ram~2086feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2086feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2086feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2086feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X85_Y41_N5 +dffeas \text_gen|char_ram~2086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2086feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42866 ( +// Equation(s): +// \text_gen|char_ram~42866_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~2086_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~2030_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~2030_q ), + .datad(\text_gen|char_ram~2086_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42866 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42867 ( +// Equation(s): +// \text_gen|char_ram~42867_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42866_combout & ((\text_gen|char_ram~5670_q ))) # (!\text_gen|char_ram~42866_combout & (\text_gen|char_ram~5614_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42866_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~5614_q ), + .datac(\text_gen|char_ram~5670_q ), + .datad(\text_gen|char_ram~42866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42867 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~19950feeder ( +// Equation(s): +// \text_gen|char_ram~19950feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19950feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19950feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19950feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y44_N11 +dffeas \text_gen|char_ram~19950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19950feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y40_N5 +dffeas \text_gen|char_ram~20006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y40_N11 +dffeas \text_gen|char_ram~16366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16422feeder ( +// Equation(s): +// \text_gen|char_ram~16422feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16422feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16422feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16422feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y36_N25 +dffeas \text_gen|char_ram~16422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16422feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42864 ( +// Equation(s): +// \text_gen|char_ram~42864_combout = (\text_gen|Add5~10_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~16422_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16366_q )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16366_q ), + .datad(\text_gen|char_ram~16422_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42864 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42865 ( +// Equation(s): +// \text_gen|char_ram~42865_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42864_combout & ((\text_gen|char_ram~20006_q ))) # (!\text_gen|char_ram~42864_combout & (\text_gen|char_ram~19950_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42864_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~19950_q ), + .datac(\text_gen|char_ram~20006_q ), + .datad(\text_gen|char_ram~42864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42865 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42868 ( +// Equation(s): +// \text_gen|char_ram~42868_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42865_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42867_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42867_combout ), + .datad(\text_gen|char_ram~42865_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42868 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42871 ( +// Equation(s): +// \text_gen|char_ram~42871_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42868_combout & (\text_gen|char_ram~42870_combout )) # (!\text_gen|char_ram~42868_combout & ((\text_gen|char_ram~42863_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42868_combout )))) + + .dataa(\text_gen|char_ram~42870_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42863_combout ), + .datad(\text_gen|char_ram~42868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42871 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X93_Y30_N27 +dffeas \text_gen|char_ram~23597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y30_N11 +dffeas \text_gen|char_ram~27181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27125feeder ( +// Equation(s): +// \text_gen|char_ram~27125feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27125feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y25_N13 +dffeas \text_gen|char_ram~27125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y28_N7 +dffeas \text_gen|char_ram~23541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42900 ( +// Equation(s): +// \text_gen|char_ram~42900_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~27125_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~23541_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~27125_q ), + .datac(\text_gen|char_ram~23541_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42900 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y30_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42901 ( +// Equation(s): +// \text_gen|char_ram~42901_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42900_combout & ((\text_gen|char_ram~27181_q ))) # (!\text_gen|char_ram~42900_combout & (\text_gen|char_ram~23597_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42900_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23597_q ), + .datac(\text_gen|char_ram~27181_q ), + .datad(\text_gen|char_ram~42900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42901 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y45_N31 +dffeas \text_gen|char_ram~9261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y44_N7 +dffeas \text_gen|char_ram~12845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12845 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12789feeder ( +// Equation(s): +// \text_gen|char_ram~12789feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12789feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12789feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12789feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y44_N21 +dffeas \text_gen|char_ram~12789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12789feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55703_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X91_Y44_N13 +dffeas \text_gen|char_ram~9205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42893 ( +// Equation(s): +// \text_gen|char_ram~42893_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~12789_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & (((\text_gen|char_ram~9205_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~12789_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~9205_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42893 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X91_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42894 ( +// Equation(s): +// \text_gen|char_ram~42894_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42893_combout & ((\text_gen|char_ram~12845_q ))) # (!\text_gen|char_ram~42893_combout & (\text_gen|char_ram~9261_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42893_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~9261_q ), + .datac(\text_gen|char_ram~12845_q ), + .datad(\text_gen|char_ram~42893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42894 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~5621feeder ( +// Equation(s): +// \text_gen|char_ram~5621feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5621feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5621feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5621feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y33_N31 +dffeas \text_gen|char_ram~5621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5621feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55735_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y33_N3 +dffeas \text_gen|char_ram~5677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55905_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y33_N25 +dffeas \text_gen|char_ram~2037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X86_Y26_N3 +dffeas \text_gen|char_ram~2093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42897 ( +// Equation(s): +// \text_gen|char_ram~42897_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~2093_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~2037_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~2037_q ), + .datad(\text_gen|char_ram~2093_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42897 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42898 ( +// Equation(s): +// \text_gen|char_ram~42898_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42897_combout & ((\text_gen|char_ram~5677_q ))) # (!\text_gen|char_ram~42897_combout & (\text_gen|char_ram~5621_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42897_combout )))) + + .dataa(\text_gen|char_ram~5621_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~5677_q ), + .datad(\text_gen|char_ram~42897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42898 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y26_N23 +dffeas \text_gen|char_ram~19957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55719_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y26_N5 +dffeas \text_gen|char_ram~20013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y25_N31 +dffeas \text_gen|char_ram~16429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y24_N3 +dffeas \text_gen|char_ram~16373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42895 ( +// Equation(s): +// \text_gen|char_ram~42895_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~16429_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~16373_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~16429_q ), + .datac(\text_gen|char_ram~16373_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42895 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42896 ( +// Equation(s): +// \text_gen|char_ram~42896_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42895_combout & ((\text_gen|char_ram~20013_q ))) # (!\text_gen|char_ram~42895_combout & (\text_gen|char_ram~19957_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42895_combout )))) + + .dataa(\text_gen|char_ram~19957_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~20013_q ), + .datad(\text_gen|char_ram~42895_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42896 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42899 ( +// Equation(s): +// \text_gen|char_ram~42899_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42896_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42898_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42898_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42899 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~42899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42902 ( +// Equation(s): +// \text_gen|char_ram~42902_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42899_combout & (\text_gen|char_ram~42901_combout )) # (!\text_gen|char_ram~42899_combout & ((\text_gen|char_ram~42894_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42899_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42901_combout ), + .datac(\text_gen|char_ram~42894_combout ), + .datad(\text_gen|char_ram~42899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42902 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y24_N9 +dffeas \text_gen|char_ram~18165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18165 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y28_N5 +dffeas \text_gen|char_ram~18221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y15_N9 +dffeas \text_gen|char_ram~14637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14637 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y28_N19 +dffeas \text_gen|char_ram~14581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14581 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42872 ( +// Equation(s): +// \text_gen|char_ram~42872_combout = (\text_gen|Add5~10_combout & (((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~10_combout & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~14637_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~14581_q ))))) + + .dataa(\text_gen|char_ram~14637_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~14581_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~42872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42872 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42873 ( +// Equation(s): +// \text_gen|char_ram~42873_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42872_combout & ((\text_gen|char_ram~18221_q ))) # (!\text_gen|char_ram~42872_combout & (\text_gen|char_ram~18165_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42872_combout )))) + + .dataa(\text_gen|char_ram~18165_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~18221_q ), + .datad(\text_gen|char_ram~42872_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42873 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y46_N13 +dffeas \text_gen|char_ram~21805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21805 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y46_N31 +dffeas \text_gen|char_ram~25389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55311_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25333feeder ( +// Equation(s): +// \text_gen|char_ram~25333feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25333feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25333feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25333feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y28_N5 +dffeas \text_gen|char_ram~25333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25333feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55303_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25333 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y28_N3 +dffeas \text_gen|char_ram~21749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y28_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42879 ( +// Equation(s): +// \text_gen|char_ram~42879_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~25333_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~21749_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25333_q ), + .datac(\text_gen|char_ram~21749_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42879 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y46_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42880 ( +// Equation(s): +// \text_gen|char_ram~42880_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42879_combout & ((\text_gen|char_ram~25389_q ))) # (!\text_gen|char_ram~42879_combout & (\text_gen|char_ram~21805_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42879_combout )))) + + .dataa(\text_gen|char_ram~21805_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25389_q ), + .datad(\text_gen|char_ram~42879_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42880 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7469feeder ( +// Equation(s): +// \text_gen|char_ram~7469feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7469feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7469feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7469feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y49_N31 +dffeas \text_gen|char_ram~7469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7469feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y47_N9 +dffeas \text_gen|char_ram~11053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11053 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y47_N21 +dffeas \text_gen|char_ram~10997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55267_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X97_Y47_N11 +dffeas \text_gen|char_ram~7413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7413 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X97_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42874 ( +// Equation(s): +// \text_gen|char_ram~42874_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~10_combout & (\text_gen|char_ram~10997_q )) # (!\text_gen|Add5~10_combout & ((\text_gen|char_ram~7413_q ))))) + + .dataa(\text_gen|char_ram~10997_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7413_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42874 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42875 ( +// Equation(s): +// \text_gen|char_ram~42875_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42874_combout & ((\text_gen|char_ram~11053_q ))) # (!\text_gen|char_ram~42874_combout & (\text_gen|char_ram~7469_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42874_combout )))) + + .dataa(\text_gen|char_ram~7469_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11053_q ), + .datad(\text_gen|char_ram~42874_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42875 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X104_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~3829feeder ( +// Equation(s): +// \text_gen|char_ram~3829feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3829feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X104_Y47_N27 +dffeas \text_gen|char_ram~3829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y47_N19 +dffeas \text_gen|char_ram~3885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y45_N27 +dffeas \text_gen|char_ram~301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y45_N25 +dffeas \text_gen|char_ram~245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55544_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42876 ( +// Equation(s): +// \text_gen|char_ram~42876_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~301_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~245_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~301_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~245_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42876 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42877 ( +// Equation(s): +// \text_gen|char_ram~42877_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42876_combout & ((\text_gen|char_ram~3885_q ))) # (!\text_gen|char_ram~42876_combout & (\text_gen|char_ram~3829_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42876_combout )))) + + .dataa(\text_gen|char_ram~3829_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~3885_q ), + .datad(\text_gen|char_ram~42876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42877 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42878 ( +// Equation(s): +// \text_gen|char_ram~42878_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~42875_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42877_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42875_combout ), + .datad(\text_gen|char_ram~42877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42878 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42881 ( +// Equation(s): +// \text_gen|char_ram~42881_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42878_combout & ((\text_gen|char_ram~42880_combout ))) # (!\text_gen|char_ram~42878_combout & (\text_gen|char_ram~42873_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42878_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42873_combout ), + .datac(\text_gen|char_ram~42880_combout ), + .datad(\text_gen|char_ram~42878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42881 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X89_Y46_N7 +dffeas \text_gen|char_ram~21798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21798 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X89_Y46_N17 +dffeas \text_gen|char_ram~21742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55567_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X89_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42889 ( +// Equation(s): +// \text_gen|char_ram~42889_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21798_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~21742_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~21798_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21742_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42889 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X86_Y46_N15 +dffeas \text_gen|char_ram~25382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25326feeder ( +// Equation(s): +// \text_gen|char_ram~25326feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y14_N19 +dffeas \text_gen|char_ram~25326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X86_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42890 ( +// Equation(s): +// \text_gen|char_ram~42890_combout = (\text_gen|char_ram~42889_combout & (((\text_gen|char_ram~25382_q )) # (!\text_gen|Add5~10_combout ))) # (!\text_gen|char_ram~42889_combout & (\text_gen|Add5~10_combout & ((\text_gen|char_ram~25326_q )))) + + .dataa(\text_gen|char_ram~42889_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~25382_q ), + .datad(\text_gen|char_ram~25326_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42890 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3822feeder ( +// Equation(s): +// \text_gen|char_ram~3822feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3822feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3822feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3822feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y44_N21 +dffeas \text_gen|char_ram~3822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3822feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y44_N27 +dffeas \text_gen|char_ram~3878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y42_N29 +dffeas \text_gen|char_ram~294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X87_Y44_N17 +dffeas \text_gen|char_ram~238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42886 ( +// Equation(s): +// \text_gen|char_ram~42886_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~294_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~238_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~294_q ), + .datac(\text_gen|char_ram~238_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42886 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42887 ( +// Equation(s): +// \text_gen|char_ram~42887_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42886_combout & ((\text_gen|char_ram~3878_q ))) # (!\text_gen|char_ram~42886_combout & (\text_gen|char_ram~3822_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42886_combout )))) + + .dataa(\text_gen|char_ram~3822_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~3878_q ), + .datad(\text_gen|char_ram~42886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42887 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X96_Y47_N23 +dffeas \text_gen|char_ram~10990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y47_N3 +dffeas \text_gen|char_ram~11046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X96_Y46_N27 +dffeas \text_gen|char_ram~7462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X93_Y47_N21 +dffeas \text_gen|char_ram~7406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42884 ( +// Equation(s): +// \text_gen|char_ram~42884_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~7462_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~7406_q & !\text_gen|Add5~10_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~7462_q ), + .datac(\text_gen|char_ram~7406_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42884 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42885 ( +// Equation(s): +// \text_gen|char_ram~42885_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42884_combout & ((\text_gen|char_ram~11046_q ))) # (!\text_gen|char_ram~42884_combout & (\text_gen|char_ram~10990_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42884_combout )))) + + .dataa(\text_gen|char_ram~10990_q ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~11046_q ), + .datad(\text_gen|char_ram~42884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42885 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X93_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42888 ( +// Equation(s): +// \text_gen|char_ram~42888_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~42885_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42887_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42887_combout ), + .datad(\text_gen|char_ram~42885_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42888 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y51_N7 +dffeas \text_gen|char_ram~18158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y49_N25 +dffeas \text_gen|char_ram~18214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18214 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14630feeder ( +// Equation(s): +// \text_gen|char_ram~14630feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14630feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14630feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14630feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y37_N17 +dffeas \text_gen|char_ram~14630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14630feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y34_N29 +dffeas \text_gen|char_ram~14574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42882 ( +// Equation(s): +// \text_gen|char_ram~42882_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~14630_q ) # ((\text_gen|Add5~10_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~14574_q & !\text_gen|Add5~10_combout )))) + + .dataa(\text_gen|char_ram~14630_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14574_q ), + .datad(\text_gen|Add5~10_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42882 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42883 ( +// Equation(s): +// \text_gen|char_ram~42883_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42882_combout & ((\text_gen|char_ram~18214_q ))) # (!\text_gen|char_ram~42882_combout & (\text_gen|char_ram~18158_q )))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42882_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~18158_q ), + .datac(\text_gen|char_ram~18214_q ), + .datad(\text_gen|char_ram~42882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42883 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42891 ( +// Equation(s): +// \text_gen|char_ram~42891_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42888_combout & (\text_gen|char_ram~42890_combout )) # (!\text_gen|char_ram~42888_combout & ((\text_gen|char_ram~42883_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42888_combout )))) + + .dataa(\text_gen|char_ram~42890_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42888_combout ), + .datad(\text_gen|char_ram~42883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42891 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~42891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42892 ( +// Equation(s): +// \text_gen|char_ram~42892_combout = (\text_gen|Add5~8_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~8_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~42881_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~42891_combout ))))) + + .dataa(\text_gen|char_ram~42881_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~42891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42892 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~42892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42903 ( +// Equation(s): +// \text_gen|char_ram~42903_combout = (\text_gen|Add5~8_combout & ((\text_gen|char_ram~42892_combout & ((\text_gen|char_ram~42902_combout ))) # (!\text_gen|char_ram~42892_combout & (\text_gen|char_ram~42871_combout )))) # (!\text_gen|Add5~8_combout & +// (((\text_gen|char_ram~42892_combout )))) + + .dataa(\text_gen|char_ram~42871_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42902_combout ), + .datad(\text_gen|char_ram~42892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42903 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42946 ( +// Equation(s): +// \text_gen|char_ram~42946_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~42903_combout )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~42945_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~42945_combout ), + .datad(\text_gen|char_ram~42903_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42946 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42989 ( +// Equation(s): +// \text_gen|char_ram~42989_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42946_combout & ((\text_gen|char_ram~42988_combout ))) # (!\text_gen|char_ram~42946_combout & (\text_gen|char_ram~42861_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42946_combout )))) + + .dataa(\text_gen|char_ram~42861_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~42988_combout ), + .datad(\text_gen|char_ram~42946_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42989 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42990 ( +// Equation(s): +// \text_gen|char_ram~42990_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~42819_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~42989_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42819_combout ), + .datac(\text_gen|char_ram~42989_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42990 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43161 ( +// Equation(s): +// \text_gen|char_ram~43161_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42990_combout & ((\text_gen|char_ram~43160_combout ))) # (!\text_gen|char_ram~42990_combout & (\text_gen|char_ram~42649_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42990_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42649_combout ), + .datac(\text_gen|char_ram~43160_combout ), + .datad(\text_gen|char_ram~42990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43161 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43844 ( +// Equation(s): +// \text_gen|char_ram~43844_combout = (\text_gen|Add5~0_combout & (\text_gen|Add5~2_combout )) # (!\text_gen|Add5~0_combout & ((\text_gen|Add5~2_combout & ((\text_gen|char_ram~43161_combout ))) # (!\text_gen|Add5~2_combout & +// (\text_gen|char_ram~43843_combout )))) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|Add5~2_combout ), + .datac(\text_gen|char_ram~43843_combout ), + .datad(\text_gen|char_ram~43161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43844 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y51_N3 +dffeas \text_gen|char_ram~28357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y51_N15 +dffeas \text_gen|char_ram~27909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y44_N1 +dffeas \text_gen|char_ram~14021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y44_N27 +dffeas \text_gen|char_ram~13573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13573 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42316 ( +// Equation(s): +// \text_gen|char_ram~42316_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14021_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~13573_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14021_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~13573_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42316 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42317 ( +// Equation(s): +// \text_gen|char_ram~42317_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42316_combout & (\text_gen|char_ram~28357_q )) # (!\text_gen|char_ram~42316_combout & ((\text_gen|char_ram~27909_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42316_combout )))) + + .dataa(\text_gen|char_ram~28357_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27909_q ), + .datad(\text_gen|char_ram~42316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42317 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27461feeder ( +// Equation(s): +// \text_gen|char_ram~27461feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27461feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27461feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27461feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y25_N17 +dffeas \text_gen|char_ram~27461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27461feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y28_N17 +dffeas \text_gen|char_ram~27013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27013 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~13125feeder ( +// Equation(s): +// \text_gen|char_ram~13125feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13125feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N13 +dffeas \text_gen|char_ram~13125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y28_N19 +dffeas \text_gen|char_ram~12677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55704_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12677 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42309 ( +// Equation(s): +// \text_gen|char_ram~42309_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~13125_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~12677_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13125_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12677_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42309 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42310 ( +// Equation(s): +// \text_gen|char_ram~42310_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42309_combout & (\text_gen|char_ram~27461_q )) # (!\text_gen|char_ram~42309_combout & ((\text_gen|char_ram~27013_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42309_combout )))) + + .dataa(\text_gen|char_ram~27461_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27013_q ), + .datad(\text_gen|char_ram~42309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42310 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y29_N23 +dffeas \text_gen|char_ram~6853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56573_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6853 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y29_N27 +dffeas \text_gen|char_ram~21189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y29_N13 +dffeas \text_gen|char_ram~20741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y29_N31 +dffeas \text_gen|char_ram~6405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42311 ( +// Equation(s): +// \text_gen|char_ram~42311_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20741_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6405_q +// ))))) + + .dataa(\text_gen|char_ram~20741_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6405_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42311 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42312 ( +// Equation(s): +// \text_gen|char_ram~42312_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42311_combout & ((\text_gen|char_ram~21189_q ))) # (!\text_gen|char_ram~42311_combout & (\text_gen|char_ram~6853_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42311_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6853_q ), + .datac(\text_gen|char_ram~21189_q ), + .datad(\text_gen|char_ram~42311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42312 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5957feeder ( +// Equation(s): +// \text_gen|char_ram~5957feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5957feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5957feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5957feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y25_N3 +dffeas \text_gen|char_ram~5957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5957feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5957 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y26_N19 +dffeas \text_gen|char_ram~20293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y26_N29 +dffeas \text_gen|char_ram~19845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55720_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y44_N31 +dffeas \text_gen|char_ram~5509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5509 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42313 ( +// Equation(s): +// \text_gen|char_ram~42313_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19845_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5509_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19845_q ), + .datac(\text_gen|char_ram~5509_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42313 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42314 ( +// Equation(s): +// \text_gen|char_ram~42314_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42313_combout & ((\text_gen|char_ram~20293_q ))) # (!\text_gen|char_ram~42313_combout & (\text_gen|char_ram~5957_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42313_combout )))) + + .dataa(\text_gen|char_ram~5957_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~20293_q ), + .datad(\text_gen|char_ram~42313_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42314 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42315 ( +// Equation(s): +// \text_gen|char_ram~42315_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42312_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~42314_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~42312_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42315 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~42315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42318 ( +// Equation(s): +// \text_gen|char_ram~42318_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42315_combout & (\text_gen|char_ram~42317_combout )) # (!\text_gen|char_ram~42315_combout & ((\text_gen|char_ram~42310_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42315_combout )))) + + .dataa(\text_gen|char_ram~42317_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42310_combout ), + .datad(\text_gen|char_ram~42315_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42318 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27475feeder ( +// Equation(s): +// \text_gen|char_ram~27475feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27475feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27475feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27475feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y24_N29 +dffeas \text_gen|char_ram~27475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27475feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27475 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y30_N23 +dffeas \text_gen|char_ram~28371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28371 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21203feeder ( +// Equation(s): +// \text_gen|char_ram~21203feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21203feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21203feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21203feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y28_N21 +dffeas \text_gen|char_ram~21203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21203feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21203 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y19_N3 +dffeas \text_gen|char_ram~20307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y19_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42326 ( +// Equation(s): +// \text_gen|char_ram~42326_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~21203_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~20307_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~21203_q ), + .datac(\text_gen|char_ram~20307_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42326 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42327 ( +// Equation(s): +// \text_gen|char_ram~42327_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42326_combout & ((\text_gen|char_ram~28371_q ))) # (!\text_gen|char_ram~42326_combout & (\text_gen|char_ram~27475_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42326_combout )))) + + .dataa(\text_gen|char_ram~27475_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28371_q ), + .datad(\text_gen|char_ram~42326_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42327 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y17_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13139feeder ( +// Equation(s): +// \text_gen|char_ram~13139feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13139feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13139feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13139feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y17_N1 +dffeas \text_gen|char_ram~13139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13139feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13139 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y34_N19 +dffeas \text_gen|char_ram~14035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14035 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y35_N21 +dffeas \text_gen|char_ram~6867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y32_N19 +dffeas \text_gen|char_ram~5971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5971 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42319 ( +// Equation(s): +// \text_gen|char_ram~42319_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~6867_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~5971_q +// ))))) + + .dataa(\text_gen|char_ram~6867_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5971_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42319 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42320 ( +// Equation(s): +// \text_gen|char_ram~42320_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42319_combout & ((\text_gen|char_ram~14035_q ))) # (!\text_gen|char_ram~42319_combout & (\text_gen|char_ram~13139_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42319_combout )))) + + .dataa(\text_gen|char_ram~13139_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~14035_q ), + .datad(\text_gen|char_ram~42319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42320 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y52_N23 +dffeas \text_gen|char_ram~20755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y52_N25 +dffeas \text_gen|char_ram~27923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27923 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y44_N19 +dffeas \text_gen|char_ram~27027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27027 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y43_N1 +dffeas \text_gen|char_ram~19859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19859 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42321 ( +// Equation(s): +// \text_gen|char_ram~42321_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~27027_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~19859_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~27027_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~19859_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42321 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42322 ( +// Equation(s): +// \text_gen|char_ram~42322_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42321_combout & ((\text_gen|char_ram~27923_q ))) # (!\text_gen|char_ram~42321_combout & (\text_gen|char_ram~20755_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42321_combout )))) + + .dataa(\text_gen|char_ram~20755_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27923_q ), + .datad(\text_gen|char_ram~42321_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42322 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y52_N13 +dffeas \text_gen|char_ram~6419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y52_N7 +dffeas \text_gen|char_ram~13587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13587 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~12691feeder ( +// Equation(s): +// \text_gen|char_ram~12691feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12691feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12691feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12691feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y48_N29 +dffeas \text_gen|char_ram~12691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12691feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y48_N17 +dffeas \text_gen|char_ram~5523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5523 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42323 ( +// Equation(s): +// \text_gen|char_ram~42323_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12691_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5523_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~12691_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5523_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42323 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y52_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42324 ( +// Equation(s): +// \text_gen|char_ram~42324_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42323_combout & ((\text_gen|char_ram~13587_q ))) # (!\text_gen|char_ram~42323_combout & (\text_gen|char_ram~6419_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42323_combout )))) + + .dataa(\text_gen|char_ram~6419_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~13587_q ), + .datad(\text_gen|char_ram~42323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42324 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42325 ( +// Equation(s): +// \text_gen|char_ram~42325_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42322_combout ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~4_combout & \text_gen|char_ram~42324_combout )))) + + .dataa(\text_gen|char_ram~42322_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~42324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42325 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~42325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42328 ( +// Equation(s): +// \text_gen|char_ram~42328_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42325_combout & (\text_gen|char_ram~42327_combout )) # (!\text_gen|char_ram~42325_combout & ((\text_gen|char_ram~42320_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42325_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42327_combout ), + .datac(\text_gen|char_ram~42320_combout ), + .datad(\text_gen|char_ram~42325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42328 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~21175feeder ( +// Equation(s): +// \text_gen|char_ram~21175feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21175feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21175feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21175feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y32_N29 +dffeas \text_gen|char_ram~21175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21175feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y30_N31 +dffeas \text_gen|char_ram~28343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28343 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y25_N27 +dffeas \text_gen|char_ram~27447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27447 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y25_N21 +dffeas \text_gen|char_ram~20279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20279 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y25_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42336 ( +// Equation(s): +// \text_gen|char_ram~42336_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~27447_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~20279_q +// ))))) + + .dataa(\text_gen|char_ram~27447_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20279_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42336 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42337 ( +// Equation(s): +// \text_gen|char_ram~42337_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42336_combout & ((\text_gen|char_ram~28343_q ))) # (!\text_gen|char_ram~42336_combout & (\text_gen|char_ram~21175_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42336_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~21175_q ), + .datac(\text_gen|char_ram~28343_q ), + .datad(\text_gen|char_ram~42336_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42337 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y44_N5 +dffeas \text_gen|char_ram~26999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26999 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y52_N27 +dffeas \text_gen|char_ram~27895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y26_N27 +dffeas \text_gen|char_ram~19831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y52_N29 +dffeas \text_gen|char_ram~20727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20727 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y26_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42329 ( +// Equation(s): +// \text_gen|char_ram~42329_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20727_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~19831_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~19831_q ), + .datad(\text_gen|char_ram~20727_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42329 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42330 ( +// Equation(s): +// \text_gen|char_ram~42330_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42329_combout & ((\text_gen|char_ram~27895_q ))) # (!\text_gen|char_ram~42329_combout & (\text_gen|char_ram~26999_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42329_combout )))) + + .dataa(\text_gen|char_ram~26999_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27895_q ), + .datad(\text_gen|char_ram~42329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42330 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14007feeder ( +// Equation(s): +// \text_gen|char_ram~14007feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14007feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14007feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14007feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y32_N31 +dffeas \text_gen|char_ram~14007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14007feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14007 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y39_N9 +dffeas \text_gen|char_ram~6839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6839 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y17_N13 +dffeas \text_gen|char_ram~13111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y28_N7 +dffeas \text_gen|char_ram~5943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42331 ( +// Equation(s): +// \text_gen|char_ram~42331_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~13111_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5943_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13111_q ), + .datac(\text_gen|char_ram~5943_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42331 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42332 ( +// Equation(s): +// \text_gen|char_ram~42332_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42331_combout & (\text_gen|char_ram~14007_q )) # (!\text_gen|char_ram~42331_combout & ((\text_gen|char_ram~6839_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42331_combout )))) + + .dataa(\text_gen|char_ram~14007_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~6839_q ), + .datad(\text_gen|char_ram~42331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42332 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12663feeder ( +// Equation(s): +// \text_gen|char_ram~12663feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12663feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12663feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12663feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X15_Y42_N7 +dffeas \text_gen|char_ram~12663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12663feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12663 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X16_Y42_N11 +dffeas \text_gen|char_ram~13559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13559 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X15_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~6391feeder ( +// Equation(s): +// \text_gen|char_ram~6391feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6391feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6391feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6391feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X15_Y42_N25 +dffeas \text_gen|char_ram~6391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6391feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6391 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X16_Y42_N29 +dffeas \text_gen|char_ram~5495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5495 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42333 ( +// Equation(s): +// \text_gen|char_ram~42333_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6391_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~5495_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6391_q ), + .datac(\text_gen|char_ram~5495_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42333 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42334 ( +// Equation(s): +// \text_gen|char_ram~42334_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42333_combout & ((\text_gen|char_ram~13559_q ))) # (!\text_gen|char_ram~42333_combout & (\text_gen|char_ram~12663_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42333_combout )))) + + .dataa(\text_gen|char_ram~12663_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13559_q ), + .datad(\text_gen|char_ram~42333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42334 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42335 ( +// Equation(s): +// \text_gen|char_ram~42335_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42332_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~42334_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42332_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42335 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~42335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42338 ( +// Equation(s): +// \text_gen|char_ram~42338_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42335_combout & (\text_gen|char_ram~42337_combout )) # (!\text_gen|char_ram~42335_combout & ((\text_gen|char_ram~42330_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42335_combout )))) + + .dataa(\text_gen|char_ram~42337_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42330_combout ), + .datad(\text_gen|char_ram~42335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42338 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42339 ( +// Equation(s): +// \text_gen|char_ram~42339_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~42328_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~42338_combout ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~42328_combout ), + .datad(\text_gen|char_ram~42338_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42339 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y32_N1 +dffeas \text_gen|char_ram~14049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y51_N21 +dffeas \text_gen|char_ram~28385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y51_N11 +dffeas \text_gen|char_ram~27937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53673_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y51_N19 +dffeas \text_gen|char_ram~13601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13601 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y51_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42347 ( +// Equation(s): +// \text_gen|char_ram~42347_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~27937_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~13601_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27937_q ), + .datac(\text_gen|char_ram~13601_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42347 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42348 ( +// Equation(s): +// \text_gen|char_ram~42348_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42347_combout & ((\text_gen|char_ram~28385_q ))) # (!\text_gen|char_ram~42347_combout & (\text_gen|char_ram~14049_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42347_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14049_q ), + .datac(\text_gen|char_ram~28385_q ), + .datad(\text_gen|char_ram~42347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42348 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19873feeder ( +// Equation(s): +// \text_gen|char_ram~19873feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19873feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19873feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19873feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N31 +dffeas \text_gen|char_ram~19873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19873feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19873 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y19_N31 +dffeas \text_gen|char_ram~20321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20321 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5985feeder ( +// Equation(s): +// \text_gen|char_ram~5985feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5985feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y23_N29 +dffeas \text_gen|char_ram~5985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5985 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y26_N19 +dffeas \text_gen|char_ram~5537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42344 ( +// Equation(s): +// \text_gen|char_ram~42344_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~5985_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~5537_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~5985_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5537_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42344 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42345 ( +// Equation(s): +// \text_gen|char_ram~42345_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42344_combout & ((\text_gen|char_ram~20321_q ))) # (!\text_gen|char_ram~42344_combout & (\text_gen|char_ram~19873_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42344_combout )))) + + .dataa(\text_gen|char_ram~19873_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~20321_q ), + .datad(\text_gen|char_ram~42344_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42345 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y19_N5 +dffeas \text_gen|char_ram~13153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y19_N29 +dffeas \text_gen|char_ram~27489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27489 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~27041feeder ( +// Equation(s): +// \text_gen|char_ram~27041feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27041feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27041feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27041feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y43_N1 +dffeas \text_gen|char_ram~27041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27041feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y44_N29 +dffeas \text_gen|char_ram~12705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12705 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42342 ( +// Equation(s): +// \text_gen|char_ram~42342_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~27041_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~12705_q +// ))))) + + .dataa(\text_gen|char_ram~27041_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12705_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42342 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42343 ( +// Equation(s): +// \text_gen|char_ram~42343_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42342_combout & ((\text_gen|char_ram~27489_q ))) # (!\text_gen|char_ram~42342_combout & (\text_gen|char_ram~13153_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42342_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13153_q ), + .datac(\text_gen|char_ram~27489_q ), + .datad(\text_gen|char_ram~42342_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42343 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42346 ( +// Equation(s): +// \text_gen|char_ram~42346_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42343_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42345_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42345_combout ), + .datad(\text_gen|char_ram~42343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42346 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y28_N31 +dffeas \text_gen|char_ram~21217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21217 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y51_N9 +dffeas \text_gen|char_ram~20769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20769 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y29_N3 +dffeas \text_gen|char_ram~6881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6881 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y51_N7 +dffeas \text_gen|char_ram~6433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53672_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6433 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42340 ( +// Equation(s): +// \text_gen|char_ram~42340_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6881_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~6433_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6881_q ), + .datac(\text_gen|char_ram~6433_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42340 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42341 ( +// Equation(s): +// \text_gen|char_ram~42341_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42340_combout & (\text_gen|char_ram~21217_q )) # (!\text_gen|char_ram~42340_combout & ((\text_gen|char_ram~20769_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42340_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~21217_q ), + .datac(\text_gen|char_ram~20769_q ), + .datad(\text_gen|char_ram~42340_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42341 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42349 ( +// Equation(s): +// \text_gen|char_ram~42349_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42346_combout & (\text_gen|char_ram~42348_combout )) # (!\text_gen|char_ram~42346_combout & ((\text_gen|char_ram~42341_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42346_combout )))) + + .dataa(\text_gen|char_ram~42348_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42346_combout ), + .datad(\text_gen|char_ram~42341_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42349 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~42349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42350 ( +// Equation(s): +// \text_gen|char_ram~42350_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42339_combout & ((\text_gen|char_ram~42349_combout ))) # (!\text_gen|char_ram~42339_combout & (\text_gen|char_ram~42318_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42339_combout )))) + + .dataa(\text_gen|char_ram~42318_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42339_combout ), + .datad(\text_gen|char_ram~42349_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42350 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~42350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~14077feeder ( +// Equation(s): +// \text_gen|char_ram~14077feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14077feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14077feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14077feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y55_N7 +dffeas \text_gen|char_ram~14077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14077feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14077 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y55_N9 +dffeas \text_gen|char_ram~13629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53831_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~14063feeder ( +// Equation(s): +// \text_gen|char_ram~14063feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~14063feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14063feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~14063feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y55_N25 +dffeas \text_gen|char_ram~14063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14063feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14063 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y55_N19 +dffeas \text_gen|char_ram~13615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42436 ( +// Equation(s): +// \text_gen|char_ram~42436_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~14063_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~13615_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14063_q ), + .datac(\text_gen|char_ram~13615_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42436 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42437 ( +// Equation(s): +// \text_gen|char_ram~42437_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42436_combout & (\text_gen|char_ram~14077_q )) # (!\text_gen|char_ram~42436_combout & ((\text_gen|char_ram~13629_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42436_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14077_q ), + .datac(\text_gen|char_ram~13629_q ), + .datad(\text_gen|char_ram~42436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42437 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y55_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27965feeder ( +// Equation(s): +// \text_gen|char_ram~27965feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27965feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27965feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27965feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y55_N21 +dffeas \text_gen|char_ram~27965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27965feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27965 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y30_N25 +dffeas \text_gen|char_ram~28413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y53_N21 +dffeas \text_gen|char_ram~28399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y53_N31 +dffeas \text_gen|char_ram~27951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27951 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42443 ( +// Equation(s): +// \text_gen|char_ram~42443_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~28399_q ) # ((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~27951_q & !\vga_c|h_cnt [5])))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~28399_q ), + .datac(\text_gen|char_ram~27951_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~42443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42443 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42444 ( +// Equation(s): +// \text_gen|char_ram~42444_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42443_combout & ((\text_gen|char_ram~28413_q ))) # (!\text_gen|char_ram~42443_combout & (\text_gen|char_ram~27965_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42443_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27965_q ), + .datac(\text_gen|char_ram~28413_q ), + .datad(\text_gen|char_ram~42443_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42444 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y52_N21 +dffeas \text_gen|char_ram~20797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y29_N19 +dffeas \text_gen|char_ram~21245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21245 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y52_N27 +dffeas \text_gen|char_ram~20783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~21231feeder ( +// Equation(s): +// \text_gen|char_ram~21231feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21231feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21231feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21231feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y48_N15 +dffeas \text_gen|char_ram~21231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21231feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42438 ( +// Equation(s): +// \text_gen|char_ram~42438_combout = (\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21231_q )))) # (!\text_gen|Add5~4_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20783_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20783_q ), + .datad(\text_gen|char_ram~21231_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42438 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y29_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42439 ( +// Equation(s): +// \text_gen|char_ram~42439_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42438_combout & ((\text_gen|char_ram~21245_q ))) # (!\text_gen|char_ram~42438_combout & (\text_gen|char_ram~20797_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42438_combout )))) + + .dataa(\text_gen|char_ram~20797_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21245_q ), + .datad(\text_gen|char_ram~42438_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42439 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y51_N25 +dffeas \text_gen|char_ram~6461 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6461_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6461 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6461 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y28_N27 +dffeas \text_gen|char_ram~6909 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6909_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6909 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6909 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X16_Y39_N17 +dffeas \text_gen|char_ram~6895 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6895_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6895 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6895 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X16_Y39_N11 +dffeas \text_gen|char_ram~6447 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6447_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6447 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6447 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X16_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42440 ( +// Equation(s): +// \text_gen|char_ram~42440_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~4_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~6895_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~6447_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6895_q ), + .datad(\text_gen|char_ram~6447_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42440 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42441 ( +// Equation(s): +// \text_gen|char_ram~42441_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42440_combout & ((\text_gen|char_ram~6909_q ))) # (!\text_gen|char_ram~42440_combout & (\text_gen|char_ram~6461_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42440_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6461_q ), + .datac(\text_gen|char_ram~6909_q ), + .datad(\text_gen|char_ram~42440_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42441 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42442 ( +// Equation(s): +// \text_gen|char_ram~42442_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42439_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~42441_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42439_combout ), + .datad(\text_gen|char_ram~42441_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42442 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42445 ( +// Equation(s): +// \text_gen|char_ram~42445_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42442_combout & ((\text_gen|char_ram~42444_combout ))) # (!\text_gen|char_ram~42442_combout & (\text_gen|char_ram~42437_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42442_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42437_combout ), + .datac(\text_gen|char_ram~42444_combout ), + .datad(\text_gen|char_ram~42442_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42445 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21273feeder ( +// Equation(s): +// \text_gen|char_ram~21273feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21273feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21273feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21273feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y28_N11 +dffeas \text_gen|char_ram~21273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21273feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y31_N11 +dffeas \text_gen|char_ram~28441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y31_N7 +dffeas \text_gen|char_ram~28427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N29 +dffeas \text_gen|char_ram~21259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21259 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42474 ( +// Equation(s): +// \text_gen|char_ram~42474_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~28427_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~21259_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~28427_q ), + .datac(\text_gen|char_ram~21259_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42474 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y31_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42475 ( +// Equation(s): +// \text_gen|char_ram~42475_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42474_combout & ((\text_gen|char_ram~28441_q ))) # (!\text_gen|char_ram~42474_combout & (\text_gen|char_ram~21273_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42474_combout )))) + + .dataa(\text_gen|char_ram~21273_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28441_q ), + .datad(\text_gen|char_ram~42474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42475 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y40_N7 +dffeas \text_gen|char_ram~6937 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6937_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6937 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6937 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y36_N23 +dffeas \text_gen|char_ram~14105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y43_N9 +dffeas \text_gen|char_ram~14091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X17_Y36_N29 +dffeas \text_gen|char_ram~6923 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56541_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6923_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6923 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6923 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42467 ( +// Equation(s): +// \text_gen|char_ram~42467_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~14091_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6923_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~14091_q ), + .datac(\text_gen|char_ram~6923_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42467 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X17_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42468 ( +// Equation(s): +// \text_gen|char_ram~42468_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42467_combout & ((\text_gen|char_ram~14105_q ))) # (!\text_gen|char_ram~42467_combout & (\text_gen|char_ram~6937_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42467_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6937_q ), + .datac(\text_gen|char_ram~14105_q ), + .datad(\text_gen|char_ram~42467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42468 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6489feeder ( +// Equation(s): +// \text_gen|char_ram~6489feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6489feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6489feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6489feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y54_N15 +dffeas \text_gen|char_ram~6489 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6489feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6489_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6489 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6489 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y55_N9 +dffeas \text_gen|char_ram~13657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y50_N19 +dffeas \text_gen|char_ram~13643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y50_N1 +dffeas \text_gen|char_ram~6475 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6475_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6475 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6475 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42471 ( +// Equation(s): +// \text_gen|char_ram~42471_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13643_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6475_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13643_q ), + .datac(\text_gen|char_ram~6475_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42471 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42472 ( +// Equation(s): +// \text_gen|char_ram~42472_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42471_combout & ((\text_gen|char_ram~13657_q ))) # (!\text_gen|char_ram~42471_combout & (\text_gen|char_ram~6489_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42471_combout )))) + + .dataa(\text_gen|char_ram~6489_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13657_q ), + .datad(\text_gen|char_ram~42471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42472 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~20825feeder ( +// Equation(s): +// \text_gen|char_ram~20825feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20825feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20825feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20825feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y57_N29 +dffeas \text_gen|char_ram~20825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20825feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y55_N11 +dffeas \text_gen|char_ram~27993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y56_N3 +dffeas \text_gen|char_ram~27979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27979 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y56_N1 +dffeas \text_gen|char_ram~20811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20811 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y56_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42469 ( +// Equation(s): +// \text_gen|char_ram~42469_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~27979_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~20811_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27979_q ), + .datac(\text_gen|char_ram~20811_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42469 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42470 ( +// Equation(s): +// \text_gen|char_ram~42470_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42469_combout & ((\text_gen|char_ram~27993_q ))) # (!\text_gen|char_ram~42469_combout & (\text_gen|char_ram~20825_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42469_combout )))) + + .dataa(\text_gen|char_ram~20825_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27993_q ), + .datad(\text_gen|char_ram~42469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42470 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42473 ( +// Equation(s): +// \text_gen|char_ram~42473_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42470_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42472_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42472_combout ), + .datad(\text_gen|char_ram~42470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42473 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42476 ( +// Equation(s): +// \text_gen|char_ram~42476_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42473_combout & (\text_gen|char_ram~42475_combout )) # (!\text_gen|char_ram~42473_combout & ((\text_gen|char_ram~42468_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42473_combout )))) + + .dataa(\text_gen|char_ram~42475_combout ), + .datab(\text_gen|char_ram~42468_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~42473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42476 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~42476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y26_N17 +dffeas \text_gen|char_ram~19901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y42_N3 +dffeas \text_gen|char_ram~27069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27069 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y42_N29 +dffeas \text_gen|char_ram~19887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27055feeder ( +// Equation(s): +// \text_gen|char_ram~27055feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27055feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27055feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27055feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N31 +dffeas \text_gen|char_ram~27055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27055feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27055 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42456 ( +// Equation(s): +// \text_gen|char_ram~42456_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~27055_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~19887_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~19887_q ), + .datad(\text_gen|char_ram~27055_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42456 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42457 ( +// Equation(s): +// \text_gen|char_ram~42457_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42456_combout & ((\text_gen|char_ram~27069_q ))) # (!\text_gen|char_ram~42456_combout & (\text_gen|char_ram~19901_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42456_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~19901_q ), + .datac(\text_gen|char_ram~27069_q ), + .datad(\text_gen|char_ram~42456_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42457 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y6_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27517feeder ( +// Equation(s): +// \text_gen|char_ram~27517feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27517feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27517feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27517feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y6_N15 +dffeas \text_gen|char_ram~27517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27517feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y6_N5 +dffeas \text_gen|char_ram~20349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y6_N16 +cycloneiv_lcell_comb \text_gen|char_ram~27503feeder ( +// Equation(s): +// \text_gen|char_ram~27503feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27503feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27503feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27503feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y6_N17 +dffeas \text_gen|char_ram~27503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27503feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y6_N19 +dffeas \text_gen|char_ram~20335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y6_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42463 ( +// Equation(s): +// \text_gen|char_ram~42463_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~27503_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~20335_q ))))) + + .dataa(\text_gen|char_ram~27503_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20335_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42463 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y6_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42464 ( +// Equation(s): +// \text_gen|char_ram~42464_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42463_combout & (\text_gen|char_ram~27517_q )) # (!\text_gen|char_ram~42463_combout & ((\text_gen|char_ram~20349_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42463_combout )))) + + .dataa(\text_gen|char_ram~27517_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20349_q ), + .datad(\text_gen|char_ram~42463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42464 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y9_N17 +dffeas \text_gen|char_ram~6013 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6013_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6013 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6013 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y12_N23 +dffeas \text_gen|char_ram~13181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y18_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13167feeder ( +// Equation(s): +// \text_gen|char_ram~13167feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13167feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13167feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13167feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y18_N9 +dffeas \text_gen|char_ram~13167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13167feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13167 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y18_N7 +dffeas \text_gen|char_ram~5999 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5999_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5999 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5999 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42458 ( +// Equation(s): +// \text_gen|char_ram~42458_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13167_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5999_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13167_q ), + .datac(\text_gen|char_ram~5999_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42458 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42459 ( +// Equation(s): +// \text_gen|char_ram~42459_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42458_combout & ((\text_gen|char_ram~13181_q ))) # (!\text_gen|char_ram~42458_combout & (\text_gen|char_ram~6013_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42458_combout )))) + + .dataa(\text_gen|char_ram~6013_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13181_q ), + .datad(\text_gen|char_ram~42458_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42459 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5565feeder ( +// Equation(s): +// \text_gen|char_ram~5565feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5565feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5565feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5565feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y50_N27 +dffeas \text_gen|char_ram~5565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5565feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y46_N29 +dffeas \text_gen|char_ram~12733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~12719feeder ( +// Equation(s): +// \text_gen|char_ram~12719feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12719feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12719feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12719feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y45_N5 +dffeas \text_gen|char_ram~12719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12719feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55929_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12719 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y46_N19 +dffeas \text_gen|char_ram~5551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42460 ( +// Equation(s): +// \text_gen|char_ram~42460_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~12719_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~5551_q ))))) + + .dataa(\text_gen|char_ram~12719_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5551_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42460 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42461 ( +// Equation(s): +// \text_gen|char_ram~42461_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42460_combout & ((\text_gen|char_ram~12733_q ))) # (!\text_gen|char_ram~42460_combout & (\text_gen|char_ram~5565_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42460_combout )))) + + .dataa(\text_gen|char_ram~5565_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12733_q ), + .datad(\text_gen|char_ram~42460_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42461 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y12_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42462 ( +// Equation(s): +// \text_gen|char_ram~42462_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~42459_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42461_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42459_combout ), + .datad(\text_gen|char_ram~42461_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42462 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42465 ( +// Equation(s): +// \text_gen|char_ram~42465_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42462_combout & ((\text_gen|char_ram~42464_combout ))) # (!\text_gen|char_ram~42462_combout & (\text_gen|char_ram~42457_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42462_combout )))) + + .dataa(\text_gen|char_ram~42457_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42464_combout ), + .datad(\text_gen|char_ram~42462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42465 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13209feeder ( +// Equation(s): +// \text_gen|char_ram~13209feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13209feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13209feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13209feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y14_N17 +dffeas \text_gen|char_ram~13209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13209feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y14_N29 +dffeas \text_gen|char_ram~27545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y14_N3 +dffeas \text_gen|char_ram~13195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y14_N1 +dffeas \text_gen|char_ram~27531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27531 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42453 ( +// Equation(s): +// \text_gen|char_ram~42453_combout = (\vga_c|h_cnt [5] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~27531_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~13195_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~13195_q ), + .datad(\text_gen|char_ram~27531_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42453 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y14_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42454 ( +// Equation(s): +// \text_gen|char_ram~42454_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42453_combout & ((\text_gen|char_ram~27545_q ))) # (!\text_gen|char_ram~42453_combout & (\text_gen|char_ram~13209_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42453_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13209_q ), + .datac(\text_gen|char_ram~27545_q ), + .datad(\text_gen|char_ram~42453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42454 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y48_N19 +dffeas \text_gen|char_ram~12761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y44_N5 +dffeas \text_gen|char_ram~27097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y41_N17 +dffeas \text_gen|char_ram~27083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y43_N1 +dffeas \text_gen|char_ram~12747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12747 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42446 ( +// Equation(s): +// \text_gen|char_ram~42446_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~27083_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~12747_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~27083_q ), + .datac(\text_gen|char_ram~12747_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42446 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42447 ( +// Equation(s): +// \text_gen|char_ram~42447_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42446_combout & ((\text_gen|char_ram~27097_q ))) # (!\text_gen|char_ram~42446_combout & (\text_gen|char_ram~12761_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42446_combout )))) + + .dataa(\text_gen|char_ram~12761_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27097_q ), + .datad(\text_gen|char_ram~42446_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42447 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y11_N15 +dffeas \text_gen|char_ram~6041 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6041_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6041 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6041 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y11_N23 +dffeas \text_gen|char_ram~20377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20377 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~20363feeder ( +// Equation(s): +// \text_gen|char_ram~20363feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y11_N25 +dffeas \text_gen|char_ram~20363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54716_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~6027feeder ( +// Equation(s): +// \text_gen|char_ram~6027feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6027feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6027feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6027feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y11_N7 +dffeas \text_gen|char_ram~6027 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6027feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6027_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6027 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6027 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42448 ( +// Equation(s): +// \text_gen|char_ram~42448_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20363_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6027_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20363_q ), + .datac(\text_gen|char_ram~6027_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42448 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y11_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42449 ( +// Equation(s): +// \text_gen|char_ram~42449_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42448_combout & ((\text_gen|char_ram~20377_q ))) # (!\text_gen|char_ram~42448_combout & (\text_gen|char_ram~6041_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42448_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~6041_q ), + .datac(\text_gen|char_ram~20377_q ), + .datad(\text_gen|char_ram~42448_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42449 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y44_N17 +dffeas \text_gen|char_ram~5593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5593 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y44_N27 +dffeas \text_gen|char_ram~19929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y41_N15 +dffeas \text_gen|char_ram~19915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y41_N31 +dffeas \text_gen|char_ram~5579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55922_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5579 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42450 ( +// Equation(s): +// \text_gen|char_ram~42450_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19915_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5579_q ))))) + + .dataa(\text_gen|char_ram~19915_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~5579_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42450 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42451 ( +// Equation(s): +// \text_gen|char_ram~42451_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42450_combout & ((\text_gen|char_ram~19929_q ))) # (!\text_gen|char_ram~42450_combout & (\text_gen|char_ram~5593_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42450_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~5593_q ), + .datac(\text_gen|char_ram~19929_q ), + .datad(\text_gen|char_ram~42450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42451 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y14_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42452 ( +// Equation(s): +// \text_gen|char_ram~42452_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~42449_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~42451_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~42449_combout ), + .datad(\text_gen|char_ram~42451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42452 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y14_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42455 ( +// Equation(s): +// \text_gen|char_ram~42455_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42452_combout & (\text_gen|char_ram~42454_combout )) # (!\text_gen|char_ram~42452_combout & ((\text_gen|char_ram~42447_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42452_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42454_combout ), + .datac(\text_gen|char_ram~42447_combout ), + .datad(\text_gen|char_ram~42452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42455 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42466 ( +// Equation(s): +// \text_gen|char_ram~42466_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~42455_combout )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~42465_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42465_combout ), + .datad(\text_gen|char_ram~42455_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42466 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42477 ( +// Equation(s): +// \text_gen|char_ram~42477_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42466_combout & ((\text_gen|char_ram~42476_combout ))) # (!\text_gen|char_ram~42466_combout & (\text_gen|char_ram~42445_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42466_combout )))) + + .dataa(\text_gen|char_ram~42445_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42476_combout ), + .datad(\text_gen|char_ram~42466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42477 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y40_N3 +dffeas \text_gen|char_ram~27048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27048 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y48_N5 +dffeas \text_gen|char_ram~27944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53737_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20776feeder ( +// Equation(s): +// \text_gen|char_ram~20776feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20776feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20776feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20776feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y53_N31 +dffeas \text_gen|char_ram~20776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20776feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20776 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y48_N11 +dffeas \text_gen|char_ram~19880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19880 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42371 ( +// Equation(s): +// \text_gen|char_ram~42371_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~20776_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~19880_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20776_q ), + .datac(\text_gen|char_ram~19880_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42371 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42372 ( +// Equation(s): +// \text_gen|char_ram~42372_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42371_combout & ((\text_gen|char_ram~27944_q ))) # (!\text_gen|char_ram~42371_combout & (\text_gen|char_ram~27048_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42371_combout )))) + + .dataa(\text_gen|char_ram~27048_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27944_q ), + .datad(\text_gen|char_ram~42371_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42372 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y41_N25 +dffeas \text_gen|char_ram~12712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y32_N15 +dffeas \text_gen|char_ram~13608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53688_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y41_N21 +dffeas \text_gen|char_ram~5544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5544 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N15 +dffeas \text_gen|char_ram~6440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6440 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42375 ( +// Equation(s): +// \text_gen|char_ram~42375_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~6440_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~5544_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~5544_q ), + .datad(\text_gen|char_ram~6440_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42375 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42376 ( +// Equation(s): +// \text_gen|char_ram~42376_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42375_combout & ((\text_gen|char_ram~13608_q ))) # (!\text_gen|char_ram~42375_combout & (\text_gen|char_ram~12712_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42375_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12712_q ), + .datac(\text_gen|char_ram~13608_q ), + .datad(\text_gen|char_ram~42375_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42376 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y18_N17 +dffeas \text_gen|char_ram~13160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54792_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13160 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y32_N29 +dffeas \text_gen|char_ram~14056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14056 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y32_N21 +dffeas \text_gen|char_ram~6888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6888 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y28_N7 +dffeas \text_gen|char_ram~5992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5992 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42373 ( +// Equation(s): +// \text_gen|char_ram~42373_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~6888_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~5992_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~6888_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5992_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42373 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42374 ( +// Equation(s): +// \text_gen|char_ram~42374_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42373_combout & ((\text_gen|char_ram~14056_q ))) # (!\text_gen|char_ram~42373_combout & (\text_gen|char_ram~13160_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42373_combout )))) + + .dataa(\text_gen|char_ram~13160_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~14056_q ), + .datad(\text_gen|char_ram~42373_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42374 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42377 ( +// Equation(s): +// \text_gen|char_ram~42377_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~42374_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~42376_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42376_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42374_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42377 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~42377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y29_N13 +dffeas \text_gen|char_ram~21224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21224 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y29_N15 +dffeas \text_gen|char_ram~28392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28392 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y17_N29 +dffeas \text_gen|char_ram~27496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y21_N23 +dffeas \text_gen|char_ram~20328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42378 ( +// Equation(s): +// \text_gen|char_ram~42378_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~27496_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~20328_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27496_q ), + .datac(\text_gen|char_ram~20328_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42378 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42379 ( +// Equation(s): +// \text_gen|char_ram~42379_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42378_combout & ((\text_gen|char_ram~28392_q ))) # (!\text_gen|char_ram~42378_combout & (\text_gen|char_ram~21224_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42378_combout )))) + + .dataa(\text_gen|char_ram~21224_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~28392_q ), + .datad(\text_gen|char_ram~42378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42379 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42380 ( +// Equation(s): +// \text_gen|char_ram~42380_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42377_combout & ((\text_gen|char_ram~42379_combout ))) # (!\text_gen|char_ram~42377_combout & (\text_gen|char_ram~42372_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42377_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42372_combout ), + .datac(\text_gen|char_ram~42377_combout ), + .datad(\text_gen|char_ram~42379_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42380 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~42380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~27524feeder ( +// Equation(s): +// \text_gen|char_ram~27524feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27524feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27524feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27524feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y19_N19 +dffeas \text_gen|char_ram~27524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27524feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y31_N19 +dffeas \text_gen|char_ram~28420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y31_N19 +dffeas \text_gen|char_ram~21252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y31_N29 +dffeas \text_gen|char_ram~20356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20356 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42368 ( +// Equation(s): +// \text_gen|char_ram~42368_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~21252_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~20356_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~21252_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~20356_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42368 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42369 ( +// Equation(s): +// \text_gen|char_ram~42369_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42368_combout & ((\text_gen|char_ram~28420_q ))) # (!\text_gen|char_ram~42368_combout & (\text_gen|char_ram~27524_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42368_combout )))) + + .dataa(\text_gen|char_ram~27524_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~28420_q ), + .datad(\text_gen|char_ram~42368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42369 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13188feeder ( +// Equation(s): +// \text_gen|char_ram~13188feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13188feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13188feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13188feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y17_N7 +dffeas \text_gen|char_ram~13188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13188feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y32_N5 +dffeas \text_gen|char_ram~14084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y20_N31 +dffeas \text_gen|char_ram~6916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y20_N11 +dffeas \text_gen|char_ram~6020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54663_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42361 ( +// Equation(s): +// \text_gen|char_ram~42361_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~6916_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~6020_q +// ))))) + + .dataa(\text_gen|char_ram~6916_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~6020_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42361 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42362 ( +// Equation(s): +// \text_gen|char_ram~42362_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42361_combout & ((\text_gen|char_ram~14084_q ))) # (!\text_gen|char_ram~42361_combout & (\text_gen|char_ram~13188_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42361_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~13188_q ), + .datac(\text_gen|char_ram~14084_q ), + .datad(\text_gen|char_ram~42361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42362 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y41_N25 +dffeas \text_gen|char_ram~6468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6468 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y41_N23 +dffeas \text_gen|char_ram~13636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y43_N29 +dffeas \text_gen|char_ram~12740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12740 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y41_N17 +dffeas \text_gen|char_ram~5572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5572 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42365 ( +// Equation(s): +// \text_gen|char_ram~42365_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~12740_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~5572_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12740_q ), + .datac(\text_gen|char_ram~5572_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42365 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42366 ( +// Equation(s): +// \text_gen|char_ram~42366_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42365_combout & ((\text_gen|char_ram~13636_q ))) # (!\text_gen|char_ram~42365_combout & (\text_gen|char_ram~6468_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42365_combout )))) + + .dataa(\text_gen|char_ram~6468_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~13636_q ), + .datad(\text_gen|char_ram~42365_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42366 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y44_N17 +dffeas \text_gen|char_ram~20804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20804 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y44_N11 +dffeas \text_gen|char_ram~27972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53749_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27972 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~27076feeder ( +// Equation(s): +// \text_gen|char_ram~27076feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27076feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27076feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27076feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N27 +dffeas \text_gen|char_ram~27076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27076feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y41_N5 +dffeas \text_gen|char_ram~19908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19908 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42363 ( +// Equation(s): +// \text_gen|char_ram~42363_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~27076_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~19908_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27076_q ), + .datac(\text_gen|char_ram~19908_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42363 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42364 ( +// Equation(s): +// \text_gen|char_ram~42364_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42363_combout & ((\text_gen|char_ram~27972_q ))) # (!\text_gen|char_ram~42363_combout & (\text_gen|char_ram~20804_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42363_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~20804_q ), + .datac(\text_gen|char_ram~27972_q ), + .datad(\text_gen|char_ram~42363_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42364 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42367 ( +// Equation(s): +// \text_gen|char_ram~42367_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42364_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42366_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42366_combout ), + .datad(\text_gen|char_ram~42364_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42367 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42370 ( +// Equation(s): +// \text_gen|char_ram~42370_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42367_combout & (\text_gen|char_ram~42369_combout )) # (!\text_gen|char_ram~42367_combout & ((\text_gen|char_ram~42362_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42367_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42369_combout ), + .datac(\text_gen|char_ram~42362_combout ), + .datad(\text_gen|char_ram~42367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42370 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42381 ( +// Equation(s): +// \text_gen|char_ram~42381_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~42370_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~42380_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42380_combout ), + .datad(\text_gen|char_ram~42370_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42381 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y48_N13 +dffeas \text_gen|char_ram~27958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27958 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y36_N29 +dffeas \text_gen|char_ram~28406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28406 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y36_N23 +dffeas \text_gen|char_ram~13622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14070feeder ( +// Equation(s): +// \text_gen|char_ram~14070feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y34_N17 +dffeas \text_gen|char_ram~14070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42358 ( +// Equation(s): +// \text_gen|char_ram~42358_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~14070_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~13622_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~13622_q ), + .datad(\text_gen|char_ram~14070_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42358 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42359 ( +// Equation(s): +// \text_gen|char_ram~42359_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42358_combout & ((\text_gen|char_ram~28406_q ))) # (!\text_gen|char_ram~42358_combout & (\text_gen|char_ram~27958_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42358_combout )))) + + .dataa(\text_gen|char_ram~27958_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28406_q ), + .datad(\text_gen|char_ram~42358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42359 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y17_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27510feeder ( +// Equation(s): +// \text_gen|char_ram~27510feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27510feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27510feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27510feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y17_N21 +dffeas \text_gen|char_ram~27510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27510feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27510 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y40_N13 +dffeas \text_gen|char_ram~27062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y28_N5 +dffeas \text_gen|char_ram~13174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54727_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13174 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y48_N9 +dffeas \text_gen|char_ram~12726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42351 ( +// Equation(s): +// \text_gen|char_ram~42351_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~13174_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~12726_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13174_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12726_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42351 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42352 ( +// Equation(s): +// \text_gen|char_ram~42352_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42351_combout & (\text_gen|char_ram~27510_q )) # (!\text_gen|char_ram~42351_combout & ((\text_gen|char_ram~27062_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42351_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27510_q ), + .datac(\text_gen|char_ram~27062_q ), + .datad(\text_gen|char_ram~42351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42352 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y17_N13 +dffeas \text_gen|char_ram~6006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54729_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y17_N19 +dffeas \text_gen|char_ram~5558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42355 ( +// Equation(s): +// \text_gen|char_ram~42355_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6006_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~5558_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~6006_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5558_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42355 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y41_N3 +dffeas \text_gen|char_ram~19894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19894 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y21_N1 +dffeas \text_gen|char_ram~20342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54728_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42356 ( +// Equation(s): +// \text_gen|char_ram~42356_combout = (\text_gen|char_ram~42355_combout & (((\text_gen|char_ram~20342_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~42355_combout & (\text_gen|char_ram~19894_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~42355_combout ), + .datab(\text_gen|char_ram~19894_q ), + .datac(\text_gen|char_ram~20342_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42356 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y33_N1 +dffeas \text_gen|char_ram~6902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y37_N5 +dffeas \text_gen|char_ram~21238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21238 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y53_N5 +dffeas \text_gen|char_ram~6454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y53_N31 +dffeas \text_gen|char_ram~20790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42353 ( +// Equation(s): +// \text_gen|char_ram~42353_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~20790_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~6454_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6454_q ), + .datad(\text_gen|char_ram~20790_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42353 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42354 ( +// Equation(s): +// \text_gen|char_ram~42354_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42353_combout & ((\text_gen|char_ram~21238_q ))) # (!\text_gen|char_ram~42353_combout & (\text_gen|char_ram~6902_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42353_combout )))) + + .dataa(\text_gen|char_ram~6902_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21238_q ), + .datad(\text_gen|char_ram~42353_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42354 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42357 ( +// Equation(s): +// \text_gen|char_ram~42357_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42354_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42356_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42356_combout ), + .datad(\text_gen|char_ram~42354_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42357 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42360 ( +// Equation(s): +// \text_gen|char_ram~42360_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42357_combout & (\text_gen|char_ram~42359_combout )) # (!\text_gen|char_ram~42357_combout & ((\text_gen|char_ram~42352_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42357_combout )))) + + .dataa(\text_gen|char_ram~42359_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42352_combout ), + .datad(\text_gen|char_ram~42357_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42360 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y53_N31 +dffeas \text_gen|char_ram~6930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y52_N25 +dffeas \text_gen|char_ram~6482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6482 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42382 ( +// Equation(s): +// \text_gen|char_ram~42382_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6930_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~6482_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6930_q ), + .datac(\text_gen|char_ram~6482_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42382 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y32_N15 +dffeas \text_gen|char_ram~21266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21266 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~20818feeder ( +// Equation(s): +// \text_gen|char_ram~20818feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20818feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20818feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20818feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y56_N31 +dffeas \text_gen|char_ram~20818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20818feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20818 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42383 ( +// Equation(s): +// \text_gen|char_ram~42383_combout = (\text_gen|char_ram~42382_combout & (((\text_gen|char_ram~21266_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~42382_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~20818_q )))) + + .dataa(\text_gen|char_ram~42382_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21266_q ), + .datad(\text_gen|char_ram~20818_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42383 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14098feeder ( +// Equation(s): +// \text_gen|char_ram~14098feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14098feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14098feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14098feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y36_N9 +dffeas \text_gen|char_ram~14098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14098feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y32_N29 +dffeas \text_gen|char_ram~28434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y53_N3 +dffeas \text_gen|char_ram~27986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53747_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y53_N5 +dffeas \text_gen|char_ram~13650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53689_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42389 ( +// Equation(s): +// \text_gen|char_ram~42389_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~27986_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~13650_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~27986_q ), + .datac(\text_gen|char_ram~13650_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42389 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42390 ( +// Equation(s): +// \text_gen|char_ram~42390_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42389_combout & ((\text_gen|char_ram~28434_q ))) # (!\text_gen|char_ram~42389_combout & (\text_gen|char_ram~14098_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42389_combout )))) + + .dataa(\text_gen|char_ram~14098_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28434_q ), + .datad(\text_gen|char_ram~42389_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42390 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6034feeder ( +// Equation(s): +// \text_gen|char_ram~6034feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6034feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6034feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6034feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y17_N15 +dffeas \text_gen|char_ram~6034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6034feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y33_N11 +dffeas \text_gen|char_ram~5586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42386 ( +// Equation(s): +// \text_gen|char_ram~42386_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6034_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~5586_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~6034_q ), + .datac(\text_gen|char_ram~5586_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42386 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y45_N21 +dffeas \text_gen|char_ram~19922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y33_N17 +dffeas \text_gen|char_ram~20370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54871_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42387 ( +// Equation(s): +// \text_gen|char_ram~42387_combout = (\text_gen|char_ram~42386_combout & (((\text_gen|char_ram~20370_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~42386_combout & (\text_gen|char_ram~19922_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~42386_combout ), + .datab(\text_gen|char_ram~19922_q ), + .datac(\text_gen|char_ram~20370_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42387 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y14_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13202feeder ( +// Equation(s): +// \text_gen|char_ram~13202feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13202feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13202feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13202feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y14_N31 +dffeas \text_gen|char_ram~13202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13202feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y17_N7 +dffeas \text_gen|char_ram~27538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54907_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y44_N11 +dffeas \text_gen|char_ram~27090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55829_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27090 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y44_N13 +dffeas \text_gen|char_ram~12754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12754 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42384 ( +// Equation(s): +// \text_gen|char_ram~42384_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~27090_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~12754_q +// ))))) + + .dataa(\text_gen|char_ram~27090_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12754_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42384 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42385 ( +// Equation(s): +// \text_gen|char_ram~42385_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42384_combout & ((\text_gen|char_ram~27538_q ))) # (!\text_gen|char_ram~42384_combout & (\text_gen|char_ram~13202_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42384_combout )))) + + .dataa(\text_gen|char_ram~13202_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27538_q ), + .datad(\text_gen|char_ram~42384_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42385 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42388 ( +// Equation(s): +// \text_gen|char_ram~42388_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42385_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42387_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42387_combout ), + .datad(\text_gen|char_ram~42385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42388 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42391 ( +// Equation(s): +// \text_gen|char_ram~42391_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42388_combout & ((\text_gen|char_ram~42390_combout ))) # (!\text_gen|char_ram~42388_combout & (\text_gen|char_ram~42383_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42388_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~42383_combout ), + .datac(\text_gen|char_ram~42390_combout ), + .datad(\text_gen|char_ram~42388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42391 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42392 ( +// Equation(s): +// \text_gen|char_ram~42392_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42381_combout & ((\text_gen|char_ram~42391_combout ))) # (!\text_gen|char_ram~42381_combout & (\text_gen|char_ram~42360_combout )))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~42381_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~42381_combout ), + .datac(\text_gen|char_ram~42360_combout ), + .datad(\text_gen|char_ram~42391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42392 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y34_N5 +dffeas \text_gen|char_ram~14014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y29_N7 +dffeas \text_gen|char_ram~6846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6846 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N8 +cycloneiv_lcell_comb \text_gen|char_ram~13566feeder ( +// Equation(s): +// \text_gen|char_ram~13566feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13566feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13566feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13566feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y53_N9 +dffeas \text_gen|char_ram~13566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13566feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y51_N13 +dffeas \text_gen|char_ram~6398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42393 ( +// Equation(s): +// \text_gen|char_ram~42393_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~13566_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~6398_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~13566_q ), + .datac(\text_gen|char_ram~6398_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42393 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42394 ( +// Equation(s): +// \text_gen|char_ram~42394_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42393_combout & (\text_gen|char_ram~14014_q )) # (!\text_gen|char_ram~42393_combout & ((\text_gen|char_ram~6846_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42393_combout )))) + + .dataa(\text_gen|char_ram~14014_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6846_q ), + .datad(\text_gen|char_ram~42393_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42394 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y29_N13 +dffeas \text_gen|char_ram~21182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y33_N29 +dffeas \text_gen|char_ram~28350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27902feeder ( +// Equation(s): +// \text_gen|char_ram~27902feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27902feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27902feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27902feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y37_N11 +dffeas \text_gen|char_ram~27902 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27902feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27902_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27902 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27902 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y53_N5 +dffeas \text_gen|char_ram~20734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20734 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y53_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42400 ( +// Equation(s): +// \text_gen|char_ram~42400_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~27902_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~20734_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~27902_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~20734_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42400 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42401 ( +// Equation(s): +// \text_gen|char_ram~42401_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42400_combout & ((\text_gen|char_ram~28350_q ))) # (!\text_gen|char_ram~42400_combout & (\text_gen|char_ram~21182_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42400_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~21182_q ), + .datac(\text_gen|char_ram~28350_q ), + .datad(\text_gen|char_ram~42400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42401 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y44_N31 +dffeas \text_gen|char_ram~12670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12670 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y22_N13 +dffeas \text_gen|char_ram~13118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y45_N31 +dffeas \text_gen|char_ram~5502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N3 +dffeas \text_gen|char_ram~5950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5950 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42397 ( +// Equation(s): +// \text_gen|char_ram~42397_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~5950_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~5502_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5502_q ), + .datad(\text_gen|char_ram~5950_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42397 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42398 ( +// Equation(s): +// \text_gen|char_ram~42398_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42397_combout & ((\text_gen|char_ram~13118_q ))) # (!\text_gen|char_ram~42397_combout & (\text_gen|char_ram~12670_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42397_combout )))) + + .dataa(\text_gen|char_ram~12670_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13118_q ), + .datad(\text_gen|char_ram~42397_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42398 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y37_N7 +dffeas \text_gen|char_ram~27006 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27006_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27006 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27006 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y22_N1 +dffeas \text_gen|char_ram~27454 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27454_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27454 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27454 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y37_N7 +dffeas \text_gen|char_ram~19838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55850_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20286feeder ( +// Equation(s): +// \text_gen|char_ram~20286feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20286feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20286feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20286feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y21_N11 +dffeas \text_gen|char_ram~20286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20286feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20286 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y37_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42395 ( +// Equation(s): +// \text_gen|char_ram~42395_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~20286_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~19838_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~19838_q ), + .datad(\text_gen|char_ram~20286_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42395 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42396 ( +// Equation(s): +// \text_gen|char_ram~42396_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42395_combout & ((\text_gen|char_ram~27454_q ))) # (!\text_gen|char_ram~42395_combout & (\text_gen|char_ram~27006_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42395_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~27006_q ), + .datac(\text_gen|char_ram~27454_q ), + .datad(\text_gen|char_ram~42395_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42396 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y22_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42399 ( +// Equation(s): +// \text_gen|char_ram~42399_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42396_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42398_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42398_combout ), + .datad(\text_gen|char_ram~42396_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42399 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42402 ( +// Equation(s): +// \text_gen|char_ram~42402_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42399_combout & ((\text_gen|char_ram~42401_combout ))) # (!\text_gen|char_ram~42399_combout & (\text_gen|char_ram~42394_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42399_combout )))) + + .dataa(\text_gen|char_ram~42394_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42401_combout ), + .datad(\text_gen|char_ram~42399_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42402 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y21_N29 +dffeas \text_gen|char_ram~27034 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27034_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27034 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27034 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y21_N7 +dffeas \text_gen|char_ram~27482 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54909_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27482_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27482 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27482 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y37_N25 +dffeas \text_gen|char_ram~12698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12698 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y18_N27 +dffeas \text_gen|char_ram~13146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13146 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42424 ( +// Equation(s): +// \text_gen|char_ram~42424_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13146_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~12698_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~12698_q ), + .datad(\text_gen|char_ram~13146_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42424 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42425 ( +// Equation(s): +// \text_gen|char_ram~42425_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42424_combout & ((\text_gen|char_ram~27482_q ))) # (!\text_gen|char_ram~42424_combout & (\text_gen|char_ram~27034_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42424_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27034_q ), + .datac(\text_gen|char_ram~27482_q ), + .datad(\text_gen|char_ram~42424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42425 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N19 +dffeas \text_gen|char_ram~20762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y29_N5 +dffeas \text_gen|char_ram~21210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56184_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6874feeder ( +// Equation(s): +// \text_gen|char_ram~6874feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6874feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6874feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6874feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y36_N17 +dffeas \text_gen|char_ram~6874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6874feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56713_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y51_N1 +dffeas \text_gen|char_ram~6426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6426 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y51_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42426 ( +// Equation(s): +// \text_gen|char_ram~42426_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~6874_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~6426_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~6874_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6426_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42426 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y29_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42427 ( +// Equation(s): +// \text_gen|char_ram~42427_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42426_combout & ((\text_gen|char_ram~21210_q ))) # (!\text_gen|char_ram~42426_combout & (\text_gen|char_ram~20762_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42426_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20762_q ), + .datac(\text_gen|char_ram~21210_q ), + .datad(\text_gen|char_ram~42426_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42427 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y41_N3 +dffeas \text_gen|char_ram~19866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19866 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y17_N15 +dffeas \text_gen|char_ram~20314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y20_N29 +dffeas \text_gen|char_ram~5978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y20_N15 +dffeas \text_gen|char_ram~5530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5530 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42428 ( +// Equation(s): +// \text_gen|char_ram~42428_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~5978_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~5530_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~5978_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5530_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42428 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42429 ( +// Equation(s): +// \text_gen|char_ram~42429_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42428_combout & ((\text_gen|char_ram~20314_q ))) # (!\text_gen|char_ram~42428_combout & (\text_gen|char_ram~19866_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42428_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19866_q ), + .datac(\text_gen|char_ram~20314_q ), + .datad(\text_gen|char_ram~42428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42429 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42430 ( +// Equation(s): +// \text_gen|char_ram~42430_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42427_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~42429_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42427_combout ), + .datad(\text_gen|char_ram~42429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42430 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27930feeder ( +// Equation(s): +// \text_gen|char_ram~27930feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27930feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27930feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27930feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y48_N11 +dffeas \text_gen|char_ram~27930 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27930feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27930_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27930 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27930 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N19 +dffeas \text_gen|char_ram~28378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y52_N29 +dffeas \text_gen|char_ram~13594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y34_N5 +dffeas \text_gen|char_ram~14042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14042 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42431 ( +// Equation(s): +// \text_gen|char_ram~42431_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~14042_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~13594_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~13594_q ), + .datad(\text_gen|char_ram~14042_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42431 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42432 ( +// Equation(s): +// \text_gen|char_ram~42432_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42431_combout & ((\text_gen|char_ram~28378_q ))) # (!\text_gen|char_ram~42431_combout & (\text_gen|char_ram~27930_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42431_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27930_q ), + .datac(\text_gen|char_ram~28378_q ), + .datad(\text_gen|char_ram~42431_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42432 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42433 ( +// Equation(s): +// \text_gen|char_ram~42433_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42430_combout & ((\text_gen|char_ram~42432_combout ))) # (!\text_gen|char_ram~42430_combout & (\text_gen|char_ram~42425_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42430_combout )))) + + .dataa(\text_gen|char_ram~42425_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42430_combout ), + .datad(\text_gen|char_ram~42432_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42433 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~42433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y34_N19 +dffeas \text_gen|char_ram~14000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14000 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N27 +dffeas \text_gen|char_ram~28336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y36_N21 +dffeas \text_gen|char_ram~13552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13552 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y52_N15 +dffeas \text_gen|char_ram~27888 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27888_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27888 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27888 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42420 ( +// Equation(s): +// \text_gen|char_ram~42420_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~27888_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~13552_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~13552_q ), + .datad(\text_gen|char_ram~27888_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42420 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42421 ( +// Equation(s): +// \text_gen|char_ram~42421_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42420_combout & ((\text_gen|char_ram~28336_q ))) # (!\text_gen|char_ram~42420_combout & (\text_gen|char_ram~14000_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42420_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14000_q ), + .datac(\text_gen|char_ram~28336_q ), + .datad(\text_gen|char_ram~42420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42421 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y33_N3 +dffeas \text_gen|char_ram~6832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y29_N9 +dffeas \text_gen|char_ram~21168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21168 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y53_N3 +dffeas \text_gen|char_ram~20720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20720 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y39_N15 +dffeas \text_gen|char_ram~6384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y39_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42413 ( +// Equation(s): +// \text_gen|char_ram~42413_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~20720_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~6384_q +// ))))) + + .dataa(\text_gen|char_ram~20720_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~6384_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42413 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42414 ( +// Equation(s): +// \text_gen|char_ram~42414_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42413_combout & ((\text_gen|char_ram~21168_q ))) # (!\text_gen|char_ram~42413_combout & (\text_gen|char_ram~6832_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42413_combout )))) + + .dataa(\text_gen|char_ram~6832_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21168_q ), + .datad(\text_gen|char_ram~42413_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42414 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N30 +cycloneiv_lcell_comb \text_gen|char_ram~13104feeder ( +// Equation(s): +// \text_gen|char_ram~13104feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13104feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13104feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13104feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y17_N31 +dffeas \text_gen|char_ram~13104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13104feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13104 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y25_N31 +dffeas \text_gen|char_ram~27440 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27440_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27440 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27440 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y45_N15 +dffeas \text_gen|char_ram~26992 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26992_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26992 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26992 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y45_N9 +dffeas \text_gen|char_ram~12656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42415 ( +// Equation(s): +// \text_gen|char_ram~42415_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~26992_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~12656_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~26992_q ), + .datac(\text_gen|char_ram~12656_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42415 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42416 ( +// Equation(s): +// \text_gen|char_ram~42416_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42415_combout & ((\text_gen|char_ram~27440_q ))) # (!\text_gen|char_ram~42415_combout & (\text_gen|char_ram~13104_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42415_combout )))) + + .dataa(\text_gen|char_ram~13104_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~27440_q ), + .datad(\text_gen|char_ram~42415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42416 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5936feeder ( +// Equation(s): +// \text_gen|char_ram~5936feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5936feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5936feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5936feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y21_N23 +dffeas \text_gen|char_ram~5936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5936feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y25_N29 +dffeas \text_gen|char_ram~20272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54823_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20272 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~19824feeder ( +// Equation(s): +// \text_gen|char_ram~19824feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19824feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19824feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19824feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y41_N5 +dffeas \text_gen|char_ram~19824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19824feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y40_N31 +dffeas \text_gen|char_ram~5488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42417 ( +// Equation(s): +// \text_gen|char_ram~42417_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19824_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5488_q +// ))))) + + .dataa(\text_gen|char_ram~19824_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~5488_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42417 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42418 ( +// Equation(s): +// \text_gen|char_ram~42418_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42417_combout & ((\text_gen|char_ram~20272_q ))) # (!\text_gen|char_ram~42417_combout & (\text_gen|char_ram~5936_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42417_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~5936_q ), + .datac(\text_gen|char_ram~20272_q ), + .datad(\text_gen|char_ram~42417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42418 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42419 ( +// Equation(s): +// \text_gen|char_ram~42419_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42416_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~42418_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~42416_combout ), + .datab(\text_gen|char_ram~42418_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42419 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~42419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42422 ( +// Equation(s): +// \text_gen|char_ram~42422_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42419_combout & (\text_gen|char_ram~42421_combout )) # (!\text_gen|char_ram~42419_combout & ((\text_gen|char_ram~42414_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42419_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~42421_combout ), + .datac(\text_gen|char_ram~42414_combout ), + .datad(\text_gen|char_ram~42419_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42422 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y48_N28 +cycloneiv_lcell_comb \text_gen|char_ram~27916feeder ( +// Equation(s): +// \text_gen|char_ram~27916feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27916feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27916feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27916feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y48_N29 +dffeas \text_gen|char_ram~27916 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27916feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53800_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27916_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27916 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27916 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y33_N19 +dffeas \text_gen|char_ram~28364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y33_N21 +dffeas \text_gen|char_ram~27020 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27020_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27020 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27020 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~27468feeder ( +// Equation(s): +// \text_gen|char_ram~27468feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27468feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27468feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27468feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N23 +dffeas \text_gen|char_ram~27468 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27468feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27468_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27468 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27468 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42410 ( +// Equation(s): +// \text_gen|char_ram~42410_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~27468_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~27020_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~27020_q ), + .datad(\text_gen|char_ram~27468_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42410 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42411 ( +// Equation(s): +// \text_gen|char_ram~42411_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42410_combout & ((\text_gen|char_ram~28364_q ))) # (!\text_gen|char_ram~42410_combout & (\text_gen|char_ram~27916_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42410_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~27916_q ), + .datac(\text_gen|char_ram~28364_q ), + .datad(\text_gen|char_ram~42410_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42411 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y55_N29 +dffeas \text_gen|char_ram~20748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20748 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y31_N9 +dffeas \text_gen|char_ram~21196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y41_N19 +dffeas \text_gen|char_ram~19852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y17_N13 +dffeas \text_gen|char_ram~20300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42403 ( +// Equation(s): +// \text_gen|char_ram~42403_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~20300_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19852_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19852_q ), + .datad(\text_gen|char_ram~20300_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42403 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42404 ( +// Equation(s): +// \text_gen|char_ram~42404_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42403_combout & ((\text_gen|char_ram~21196_q ))) # (!\text_gen|char_ram~42403_combout & (\text_gen|char_ram~20748_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42403_combout )))) + + .dataa(\text_gen|char_ram~20748_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21196_q ), + .datad(\text_gen|char_ram~42403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42404 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y35_N15 +dffeas \text_gen|char_ram~6412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y32_N15 +dffeas \text_gen|char_ram~6860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6860 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y32_N31 +dffeas \text_gen|char_ram~5516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5516 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~5964feeder ( +// Equation(s): +// \text_gen|char_ram~5964feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5964feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5964feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5964feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y20_N5 +dffeas \text_gen|char_ram~5964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5964feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54697_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y32_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42407 ( +// Equation(s): +// \text_gen|char_ram~42407_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~5964_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~5516_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~5516_q ), + .datad(\text_gen|char_ram~5964_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42407 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42408 ( +// Equation(s): +// \text_gen|char_ram~42408_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42407_combout & ((\text_gen|char_ram~6860_q ))) # (!\text_gen|char_ram~42407_combout & (\text_gen|char_ram~6412_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42407_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~6412_q ), + .datac(\text_gen|char_ram~6860_q ), + .datad(\text_gen|char_ram~42407_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42408 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y36_N21 +dffeas \text_gen|char_ram~13580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53768_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13580 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y36_N3 +dffeas \text_gen|char_ram~14028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56370_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14028 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N7 +dffeas \text_gen|char_ram~12684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12684 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13132feeder ( +// Equation(s): +// \text_gen|char_ram~13132feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13132feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y32_N25 +dffeas \text_gen|char_ram~13132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42405 ( +// Equation(s): +// \text_gen|char_ram~42405_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~13132_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~12684_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12684_q ), + .datad(\text_gen|char_ram~13132_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42405 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42406 ( +// Equation(s): +// \text_gen|char_ram~42406_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42405_combout & ((\text_gen|char_ram~14028_q ))) # (!\text_gen|char_ram~42405_combout & (\text_gen|char_ram~13580_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42405_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~13580_q ), + .datac(\text_gen|char_ram~14028_q ), + .datad(\text_gen|char_ram~42405_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42406 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42409 ( +// Equation(s): +// \text_gen|char_ram~42409_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~42406_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42408_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~42408_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42406_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42409 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~42409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42412 ( +// Equation(s): +// \text_gen|char_ram~42412_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42409_combout & (\text_gen|char_ram~42411_combout )) # (!\text_gen|char_ram~42409_combout & ((\text_gen|char_ram~42404_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42409_combout )))) + + .dataa(\text_gen|char_ram~42411_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42404_combout ), + .datad(\text_gen|char_ram~42409_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42412 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y25_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42423 ( +// Equation(s): +// \text_gen|char_ram~42423_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~42412_combout ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~42422_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~42422_combout ), + .datad(\text_gen|char_ram~42412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42423 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42434 ( +// Equation(s): +// \text_gen|char_ram~42434_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~42423_combout & ((\text_gen|char_ram~42433_combout ))) # (!\text_gen|char_ram~42423_combout & (\text_gen|char_ram~42402_combout )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~42423_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~42402_combout ), + .datac(\text_gen|char_ram~42433_combout ), + .datad(\text_gen|char_ram~42423_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42434 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42435 ( +// Equation(s): +// \text_gen|char_ram~42435_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~42392_combout )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~42434_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~42392_combout ), + .datad(\text_gen|char_ram~42434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42435 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42478 ( +// Equation(s): +// \text_gen|char_ram~42478_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42435_combout & ((\text_gen|char_ram~42477_combout ))) # (!\text_gen|char_ram~42435_combout & (\text_gen|char_ram~42350_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42435_combout )))) + + .dataa(\text_gen|char_ram~42350_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~42477_combout ), + .datad(\text_gen|char_ram~42435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42478 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25753feeder ( +// Equation(s): +// \text_gen|char_ram~25753feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y19_N11 +dffeas \text_gen|char_ram~25753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54130_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y27_N21 +dffeas \text_gen|char_ram~26649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26649 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y26_N1 +dffeas \text_gen|char_ram~25697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54098_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y30_N23 +dffeas \text_gen|char_ram~26593 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56777_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26593_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26593 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26593 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41963 ( +// Equation(s): +// \text_gen|char_ram~41963_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~26593_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25697_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25697_q ), + .datad(\text_gen|char_ram~26593_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41963 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41964 ( +// Equation(s): +// \text_gen|char_ram~41964_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41963_combout & ((\text_gen|char_ram~26649_q ))) # (!\text_gen|char_ram~41963_combout & (\text_gen|char_ram~25753_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41963_combout )))) + + .dataa(\text_gen|char_ram~25753_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26649_q ), + .datad(\text_gen|char_ram~41963_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41964 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y25_N19 +dffeas \text_gen|char_ram~19425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y22_N31 +dffeas \text_gen|char_ram~18529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18529 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41956 ( +// Equation(s): +// \text_gen|char_ram~41956_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~19425_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~18529_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~19425_q ), + .datac(\text_gen|char_ram~18529_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~41956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41956 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y21_N17 +dffeas \text_gen|char_ram~18585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y21_N19 +dffeas \text_gen|char_ram~19481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19481 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y21_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41957 ( +// Equation(s): +// \text_gen|char_ram~41957_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41956_combout & ((\text_gen|char_ram~19481_q ))) # (!\text_gen|char_ram~41956_combout & (\text_gen|char_ram~18585_q )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~41956_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~41956_combout ), + .datac(\text_gen|char_ram~18585_q ), + .datad(\text_gen|char_ram~19481_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41957 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~41957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4249feeder ( +// Equation(s): +// \text_gen|char_ram~4249feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4249feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4249feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4249feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y18_N7 +dffeas \text_gen|char_ram~4249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4249feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y27_N9 +dffeas \text_gen|char_ram~5145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y22_N1 +dffeas \text_gen|char_ram~4193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54061_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y29_N27 +dffeas \text_gen|char_ram~5089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41960 ( +// Equation(s): +// \text_gen|char_ram~41960_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~5089_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~4193_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4193_q ), + .datad(\text_gen|char_ram~5089_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41960 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41961 ( +// Equation(s): +// \text_gen|char_ram~41961_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41960_combout & ((\text_gen|char_ram~5145_q ))) # (!\text_gen|char_ram~41960_combout & (\text_gen|char_ram~4249_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41960_combout )))) + + .dataa(\text_gen|char_ram~4249_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5145_q ), + .datad(\text_gen|char_ram~41960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41961 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y16_N15 +dffeas \text_gen|char_ram~11417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11417 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y23_N5 +dffeas \text_gen|char_ram~12313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56466_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y22_N1 +dffeas \text_gen|char_ram~11361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11361 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y32_N23 +dffeas \text_gen|char_ram~12257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41958 ( +// Equation(s): +// \text_gen|char_ram~41958_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~12257_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~11361_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11361_q ), + .datad(\text_gen|char_ram~12257_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41958 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41959 ( +// Equation(s): +// \text_gen|char_ram~41959_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41958_combout & ((\text_gen|char_ram~12313_q ))) # (!\text_gen|char_ram~41958_combout & (\text_gen|char_ram~11417_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41958_combout )))) + + .dataa(\text_gen|char_ram~11417_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12313_q ), + .datad(\text_gen|char_ram~41958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41959 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41962 ( +// Equation(s): +// \text_gen|char_ram~41962_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~41959_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~41961_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~41961_combout ), + .datad(\text_gen|char_ram~41959_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41962 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41965 ( +// Equation(s): +// \text_gen|char_ram~41965_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41962_combout & (\text_gen|char_ram~41964_combout )) # (!\text_gen|char_ram~41962_combout & ((\text_gen|char_ram~41957_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41962_combout )))) + + .dataa(\text_gen|char_ram~41964_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~41957_combout ), + .datad(\text_gen|char_ram~41962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41965 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y48_N29 +dffeas \text_gen|char_ram~18137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y48_N19 +dffeas \text_gen|char_ram~25305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25305 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y51_N13 +dffeas \text_gen|char_ram~25249 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55406_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25249_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25249 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25249 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y51_N3 +dffeas \text_gen|char_ram~18081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55399_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18081 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y51_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41935 ( +// Equation(s): +// \text_gen|char_ram~41935_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~25249_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~18081_q ))))) + + .dataa(\text_gen|char_ram~25249_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18081_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41935 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y48_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41936 ( +// Equation(s): +// \text_gen|char_ram~41936_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41935_combout & ((\text_gen|char_ram~25305_q ))) # (!\text_gen|char_ram~41935_combout & (\text_gen|char_ram~18137_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41935_combout )))) + + .dataa(\text_gen|char_ram~18137_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25305_q ), + .datad(\text_gen|char_ram~41935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41936 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~19033feeder ( +// Equation(s): +// \text_gen|char_ram~19033feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19033feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19033feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19033feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N3 +dffeas \text_gen|char_ram~19033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19033feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19033 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y58_N29 +dffeas \text_gen|char_ram~26201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y58_N19 +dffeas \text_gen|char_ram~26145 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26145_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26145 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26145 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y58_N27 +dffeas \text_gen|char_ram~18977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41942 ( +// Equation(s): +// \text_gen|char_ram~41942_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~26145_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~18977_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26145_q ), + .datad(\text_gen|char_ram~18977_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41942 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41943 ( +// Equation(s): +// \text_gen|char_ram~41943_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41942_combout & ((\text_gen|char_ram~26201_q ))) # (!\text_gen|char_ram~41942_combout & (\text_gen|char_ram~19033_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41942_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19033_q ), + .datac(\text_gen|char_ram~26201_q ), + .datad(\text_gen|char_ram~41942_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41943 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y55_N23 +dffeas \text_gen|char_ram~4697 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4697_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4697 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4697 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y55_N9 +dffeas \text_gen|char_ram~11865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53295_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~11809feeder ( +// Equation(s): +// \text_gen|char_ram~11809feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11809feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11809feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11809feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y57_N21 +dffeas \text_gen|char_ram~11809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11809feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11809 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4641feeder ( +// Equation(s): +// \text_gen|char_ram~4641feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4641feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4641feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4641feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y55_N13 +dffeas \text_gen|char_ram~4641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4641feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4641 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y55_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41937 ( +// Equation(s): +// \text_gen|char_ram~41937_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11809_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4641_q ))))) + + .dataa(\text_gen|char_ram~11809_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~4641_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41937 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~41937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41938 ( +// Equation(s): +// \text_gen|char_ram~41938_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41937_combout & ((\text_gen|char_ram~11865_q ))) # (!\text_gen|char_ram~41937_combout & (\text_gen|char_ram~4697_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41937_combout )))) + + .dataa(\text_gen|char_ram~4697_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11865_q ), + .datad(\text_gen|char_ram~41937_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41938 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y49_N7 +dffeas \text_gen|char_ram~3801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55435_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y44_N17 +dffeas \text_gen|char_ram~10969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10969 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y47_N31 +dffeas \text_gen|char_ram~3745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3745 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10913feeder ( +// Equation(s): +// \text_gen|char_ram~10913feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10913feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10913feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10913feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y51_N25 +dffeas \text_gen|char_ram~10913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10913feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10913 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41939 ( +// Equation(s): +// \text_gen|char_ram~41939_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~12_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~10913_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~3745_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~3745_q ), + .datad(\text_gen|char_ram~10913_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41939 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41940 ( +// Equation(s): +// \text_gen|char_ram~41940_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41939_combout & ((\text_gen|char_ram~10969_q ))) # (!\text_gen|char_ram~41939_combout & (\text_gen|char_ram~3801_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41939_combout )))) + + .dataa(\text_gen|char_ram~3801_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~10969_q ), + .datad(\text_gen|char_ram~41939_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41940 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41941 ( +// Equation(s): +// \text_gen|char_ram~41941_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~41938_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~41940_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41938_combout ), + .datad(\text_gen|char_ram~41940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41941 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41944 ( +// Equation(s): +// \text_gen|char_ram~41944_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41941_combout & ((\text_gen|char_ram~41943_combout ))) # (!\text_gen|char_ram~41941_combout & (\text_gen|char_ram~41936_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41941_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41936_combout ), + .datac(\text_gen|char_ram~41943_combout ), + .datad(\text_gen|char_ram~41941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41944 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y50_N9 +dffeas \text_gen|char_ram~18074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18074 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18970feeder ( +// Equation(s): +// \text_gen|char_ram~18970feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18970feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18970feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18970feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y58_N21 +dffeas \text_gen|char_ram~18970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18970feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18970 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y50_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41945 ( +// Equation(s): +// \text_gen|char_ram~41945_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~18970_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~18074_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~18074_q ), + .datad(\text_gen|char_ram~18970_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41945 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y50_N7 +dffeas \text_gen|char_ram~19026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19026 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18130feeder ( +// Equation(s): +// \text_gen|char_ram~18130feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18130feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18130feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18130feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y42_N13 +dffeas \text_gen|char_ram~18130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18130feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18130 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41946 ( +// Equation(s): +// \text_gen|char_ram~41946_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41945_combout & (\text_gen|char_ram~19026_q )) # (!\text_gen|char_ram~41945_combout & ((\text_gen|char_ram~18130_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~41945_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~41945_combout ), + .datac(\text_gen|char_ram~19026_q ), + .datad(\text_gen|char_ram~18130_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41946 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y58_N30 +cycloneiv_lcell_comb \text_gen|char_ram~11858feeder ( +// Equation(s): +// \text_gen|char_ram~11858feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11858feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11858feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11858feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y58_N31 +dffeas \text_gen|char_ram~11858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11858feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y65_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10962feeder ( +// Equation(s): +// \text_gen|char_ram~10962feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10962feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10962feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10962feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y65_N9 +dffeas \text_gen|char_ram~10962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10962feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y57_N29 +dffeas \text_gen|char_ram~10906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y55_N21 +dffeas \text_gen|char_ram~11802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11802 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y57_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41947 ( +// Equation(s): +// \text_gen|char_ram~41947_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~11802_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~10906_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10906_q ), + .datad(\text_gen|char_ram~11802_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41947 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y57_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41948 ( +// Equation(s): +// \text_gen|char_ram~41948_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41947_combout & (\text_gen|char_ram~11858_q )) # (!\text_gen|char_ram~41947_combout & ((\text_gen|char_ram~10962_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41947_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11858_q ), + .datac(\text_gen|char_ram~10962_q ), + .datad(\text_gen|char_ram~41947_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41948 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y48_N25 +dffeas \text_gen|char_ram~3794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55387_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y48_N25 +dffeas \text_gen|char_ram~4690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4690 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y55_N13 +dffeas \text_gen|char_ram~4634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y47_N15 +dffeas \text_gen|char_ram~3738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41949 ( +// Equation(s): +// \text_gen|char_ram~41949_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~4634_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~3738_q ))))) + + .dataa(\text_gen|char_ram~4634_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3738_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41949 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41950 ( +// Equation(s): +// \text_gen|char_ram~41950_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41949_combout & ((\text_gen|char_ram~4690_q ))) # (!\text_gen|char_ram~41949_combout & (\text_gen|char_ram~3794_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41949_combout )))) + + .dataa(\text_gen|char_ram~3794_q ), + .datab(\text_gen|char_ram~4690_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~41949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41950 .lut_mask = 16'hCFA0; +defparam \text_gen|char_ram~41950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41951 ( +// Equation(s): +// \text_gen|char_ram~41951_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41948_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41950_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41948_combout ), + .datad(\text_gen|char_ram~41950_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41951 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y39_N1 +dffeas \text_gen|char_ram~25298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55390_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y46_N7 +dffeas \text_gen|char_ram~26194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26194 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X11_Y40_N17 +dffeas \text_gen|char_ram~25242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X11_Y40_N19 +dffeas \text_gen|char_ram~26138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26138 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X11_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41952 ( +// Equation(s): +// \text_gen|char_ram~41952_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~26138_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25242_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25242_q ), + .datad(\text_gen|char_ram~26138_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41952 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41953 ( +// Equation(s): +// \text_gen|char_ram~41953_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41952_combout & ((\text_gen|char_ram~26194_q ))) # (!\text_gen|char_ram~41952_combout & (\text_gen|char_ram~25298_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41952_combout )))) + + .dataa(\text_gen|char_ram~25298_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26194_q ), + .datad(\text_gen|char_ram~41952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41953 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41954 ( +// Equation(s): +// \text_gen|char_ram~41954_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41951_combout & ((\text_gen|char_ram~41953_combout ))) # (!\text_gen|char_ram~41951_combout & (\text_gen|char_ram~41946_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41951_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41946_combout ), + .datac(\text_gen|char_ram~41951_combout ), + .datad(\text_gen|char_ram~41953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41954 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~41954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41955 ( +// Equation(s): +// \text_gen|char_ram~41955_combout = (\text_gen|Add5~4_combout & (((\vga_c|h_cnt [4])))) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~41944_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~41954_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~41944_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41954_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41955 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~41955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19474feeder ( +// Equation(s): +// \text_gen|char_ram~19474feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19474feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19474feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19474feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y29_N25 +dffeas \text_gen|char_ram~19474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19474feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y40_N17 +dffeas \text_gen|char_ram~5138 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5138_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5138 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5138 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y36_N17 +dffeas \text_gen|char_ram~19418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19418 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y36_N27 +dffeas \text_gen|char_ram~5082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5082 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41925 ( +// Equation(s): +// \text_gen|char_ram~41925_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~19418_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~5082_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~19418_q ), + .datac(\text_gen|char_ram~5082_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41925 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41926 ( +// Equation(s): +// \text_gen|char_ram~41926_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41925_combout & (\text_gen|char_ram~19474_q )) # (!\text_gen|char_ram~41925_combout & ((\text_gen|char_ram~5138_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41925_combout )))) + + .dataa(\text_gen|char_ram~19474_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5138_q ), + .datad(\text_gen|char_ram~41925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41926 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y30_N1 +dffeas \text_gen|char_ram~26642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26642 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y31_N15 +dffeas \text_gen|char_ram~12306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12306 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y34_N27 +dffeas \text_gen|char_ram~12250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y30_N29 +dffeas \text_gen|char_ram~26586 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26586_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26586 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26586 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41932 ( +// Equation(s): +// \text_gen|char_ram~41932_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~26586_q )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12250_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12250_q ), + .datad(\text_gen|char_ram~26586_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41932 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y31_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41933 ( +// Equation(s): +// \text_gen|char_ram~41933_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41932_combout & (\text_gen|char_ram~26642_q )) # (!\text_gen|char_ram~41932_combout & ((\text_gen|char_ram~12306_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41932_combout )))) + + .dataa(\text_gen|char_ram~26642_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12306_q ), + .datad(\text_gen|char_ram~41932_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41933 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y18_N21 +dffeas \text_gen|char_ram~11410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11410 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y18_N11 +dffeas \text_gen|char_ram~25746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25746 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y18_N31 +dffeas \text_gen|char_ram~11354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54002_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y18_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25690feeder ( +// Equation(s): +// \text_gen|char_ram~25690feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25690feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25690feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25690feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y18_N13 +dffeas \text_gen|char_ram~25690 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25690feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25690_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25690 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25690 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41927 ( +// Equation(s): +// \text_gen|char_ram~41927_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~25690_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~11354_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~11354_q ), + .datad(\text_gen|char_ram~25690_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41927 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y18_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41928 ( +// Equation(s): +// \text_gen|char_ram~41928_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41927_combout & ((\text_gen|char_ram~25746_q ))) # (!\text_gen|char_ram~41927_combout & (\text_gen|char_ram~11410_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41927_combout )))) + + .dataa(\text_gen|char_ram~11410_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25746_q ), + .datad(\text_gen|char_ram~41927_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41928 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~4242feeder ( +// Equation(s): +// \text_gen|char_ram~4242feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4242feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4242feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4242feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y16_N11 +dffeas \text_gen|char_ram~4242 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4242feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4242_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4242 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4242 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y22_N31 +dffeas \text_gen|char_ram~18578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y22_N15 +dffeas \text_gen|char_ram~4186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54063_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4186 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18522feeder ( +// Equation(s): +// \text_gen|char_ram~18522feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18522feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18522feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18522feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y24_N21 +dffeas \text_gen|char_ram~18522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18522feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18522 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41929 ( +// Equation(s): +// \text_gen|char_ram~41929_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~14_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~18522_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4186_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4186_q ), + .datad(\text_gen|char_ram~18522_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41929 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41930 ( +// Equation(s): +// \text_gen|char_ram~41930_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41929_combout & ((\text_gen|char_ram~18578_q ))) # (!\text_gen|char_ram~41929_combout & (\text_gen|char_ram~4242_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41929_combout )))) + + .dataa(\text_gen|char_ram~4242_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18578_q ), + .datad(\text_gen|char_ram~41929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41930 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41931 ( +// Equation(s): +// \text_gen|char_ram~41931_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41928_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41930_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~41928_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~41930_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41931 .lut_mask = 16'hE5E0; +defparam \text_gen|char_ram~41931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41934 ( +// Equation(s): +// \text_gen|char_ram~41934_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41931_combout & ((\text_gen|char_ram~41933_combout ))) # (!\text_gen|char_ram~41931_combout & (\text_gen|char_ram~41926_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41931_combout )))) + + .dataa(\text_gen|char_ram~41926_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41933_combout ), + .datad(\text_gen|char_ram~41931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41934 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41966 ( +// Equation(s): +// \text_gen|char_ram~41966_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41955_combout & (\text_gen|char_ram~41965_combout )) # (!\text_gen|char_ram~41955_combout & ((\text_gen|char_ram~41934_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41955_combout )))) + + .dataa(\text_gen|char_ram~41965_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41955_combout ), + .datad(\text_gen|char_ram~41934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41966 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~41966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y27_N27 +dffeas \text_gen|char_ram~5117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y41_N21 +dffeas \text_gen|char_ram~12285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12285 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y56_N7 +dffeas \text_gen|char_ram~11837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y56_N29 +dffeas \text_gen|char_ram~4669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53202_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4669 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y56_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41871 ( +// Equation(s): +// \text_gen|char_ram~41871_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11837_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4669_q +// ))))) + + .dataa(\text_gen|char_ram~11837_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~4669_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41871 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41872 ( +// Equation(s): +// \text_gen|char_ram~41872_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41871_combout & ((\text_gen|char_ram~12285_q ))) # (!\text_gen|char_ram~41871_combout & (\text_gen|char_ram~5117_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41871_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~5117_q ), + .datac(\text_gen|char_ram~12285_q ), + .datad(\text_gen|char_ram~41871_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41872 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y29_N17 +dffeas \text_gen|char_ram~19453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56057_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y29_N17 +dffeas \text_gen|char_ram~26621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56946_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y55_N11 +dffeas \text_gen|char_ram~26173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y55_N1 +dffeas \text_gen|char_ram~19005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41878 ( +// Equation(s): +// \text_gen|char_ram~41878_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~26173_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~19005_q +// ))))) + + .dataa(\text_gen|char_ram~26173_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19005_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41878 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y29_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41879 ( +// Equation(s): +// \text_gen|char_ram~41879_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41878_combout & ((\text_gen|char_ram~26621_q ))) # (!\text_gen|char_ram~41878_combout & (\text_gen|char_ram~19453_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41878_combout )))) + + .dataa(\text_gen|char_ram~19453_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26621_q ), + .datad(\text_gen|char_ram~41878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41879 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25277feeder ( +// Equation(s): +// \text_gen|char_ram~25277feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y46_N25 +dffeas \text_gen|char_ram~25277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55310_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y39_N1 +dffeas \text_gen|char_ram~25725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y39_N11 +dffeas \text_gen|char_ram~18109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18109 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18557feeder ( +// Equation(s): +// \text_gen|char_ram~18557feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18557feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y36_N27 +dffeas \text_gen|char_ram~18557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53893_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18557 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41873 ( +// Equation(s): +// \text_gen|char_ram~41873_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18557_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~18109_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18109_q ), + .datad(\text_gen|char_ram~18557_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41873 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41874 ( +// Equation(s): +// \text_gen|char_ram~41874_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41873_combout & ((\text_gen|char_ram~25725_q ))) # (!\text_gen|char_ram~41873_combout & (\text_gen|char_ram~25277_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41873_combout )))) + + .dataa(\text_gen|char_ram~25277_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25725_q ), + .datad(\text_gen|char_ram~41873_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41874 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10941feeder ( +// Equation(s): +// \text_gen|char_ram~10941feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10941feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10941feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10941feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y50_N29 +dffeas \text_gen|char_ram~10941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10941feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10941 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y22_N11 +dffeas \text_gen|char_ram~11389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11389 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y22_N19 +dffeas \text_gen|char_ram~4221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4221 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y22_N9 +dffeas \text_gen|char_ram~3773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55294_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41875 ( +// Equation(s): +// \text_gen|char_ram~41875_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~4221_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~3773_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4221_q ), + .datac(\text_gen|char_ram~3773_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41875 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41876 ( +// Equation(s): +// \text_gen|char_ram~41876_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41875_combout & ((\text_gen|char_ram~11389_q ))) # (!\text_gen|char_ram~41875_combout & (\text_gen|char_ram~10941_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41875_combout )))) + + .dataa(\text_gen|char_ram~10941_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~11389_q ), + .datad(\text_gen|char_ram~41875_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41876 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41877 ( +// Equation(s): +// \text_gen|char_ram~41877_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~41874_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~41876_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41874_combout ), + .datad(\text_gen|char_ram~41876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41877 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41880 ( +// Equation(s): +// \text_gen|char_ram~41880_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41877_combout & ((\text_gen|char_ram~41879_combout ))) # (!\text_gen|char_ram~41877_combout & (\text_gen|char_ram~41872_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41877_combout )))) + + .dataa(\text_gen|char_ram~41872_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41879_combout ), + .datad(\text_gen|char_ram~41877_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41880 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y25_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18501feeder ( +// Equation(s): +// \text_gen|char_ram~18501feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18501feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18501feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18501feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y25_N7 +dffeas \text_gen|char_ram~18501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18501feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18501 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y25_N11 +dffeas \text_gen|char_ram~19397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y29_N17 +dffeas \text_gen|char_ram~5061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y25_N17 +dffeas \text_gen|char_ram~4165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41850 ( +// Equation(s): +// \text_gen|char_ram~41850_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~5061_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~4165_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~5061_q ), + .datac(\text_gen|char_ram~4165_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41850 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41851 ( +// Equation(s): +// \text_gen|char_ram~41851_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41850_combout & ((\text_gen|char_ram~19397_q ))) # (!\text_gen|char_ram~41850_combout & (\text_gen|char_ram~18501_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41850_combout )))) + + .dataa(\text_gen|char_ram~18501_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~19397_q ), + .datad(\text_gen|char_ram~41850_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41851 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y47_N5 +dffeas \text_gen|char_ram~4613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53167_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y47_N27 +dffeas \text_gen|char_ram~18949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18949 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y47_N5 +dffeas \text_gen|char_ram~3717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3717 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18053feeder ( +// Equation(s): +// \text_gen|char_ram~18053feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18053feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18053feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18053feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N9 +dffeas \text_gen|char_ram~18053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18053feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55250_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41854 ( +// Equation(s): +// \text_gen|char_ram~41854_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~18053_q )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3717_q & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|char_ram~3717_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~18053_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41854 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~41854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41855 ( +// Equation(s): +// \text_gen|char_ram~41855_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41854_combout & ((\text_gen|char_ram~18949_q ))) # (!\text_gen|char_ram~41854_combout & (\text_gen|char_ram~4613_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41854_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~4613_q ), + .datac(\text_gen|char_ram~18949_q ), + .datad(\text_gen|char_ram~41854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41855 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y47_N19 +dffeas \text_gen|char_ram~11781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11781 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y47_N25 +dffeas \text_gen|char_ram~26117 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26117_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26117 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26117 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y46_N3 +dffeas \text_gen|char_ram~10885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y46_N17 +dffeas \text_gen|char_ram~25221 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25221_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25221 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25221 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41852 ( +// Equation(s): +// \text_gen|char_ram~41852_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25221_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~10885_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10885_q ), + .datad(\text_gen|char_ram~25221_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41852 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41853 ( +// Equation(s): +// \text_gen|char_ram~41853_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41852_combout & ((\text_gen|char_ram~26117_q ))) # (!\text_gen|char_ram~41852_combout & (\text_gen|char_ram~11781_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41852_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~11781_q ), + .datac(\text_gen|char_ram~26117_q ), + .datad(\text_gen|char_ram~41852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41853 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41856 ( +// Equation(s): +// \text_gen|char_ram~41856_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~41853_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~41855_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41855_combout ), + .datad(\text_gen|char_ram~41853_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41856 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y30_N23 +dffeas \text_gen|char_ram~25669 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54095_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25669_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25669 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25669 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y30_N1 +dffeas \text_gen|char_ram~26565 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56793_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26565_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26565 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26565 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N27 +dffeas \text_gen|char_ram~12229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y30_N15 +dffeas \text_gen|char_ram~11333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y30_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41857 ( +// Equation(s): +// \text_gen|char_ram~41857_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~12229_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~11333_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12229_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11333_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41857 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41858 ( +// Equation(s): +// \text_gen|char_ram~41858_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41857_combout & ((\text_gen|char_ram~26565_q ))) # (!\text_gen|char_ram~41857_combout & (\text_gen|char_ram~25669_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41857_combout )))) + + .dataa(\text_gen|char_ram~25669_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26565_q ), + .datad(\text_gen|char_ram~41857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41858 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41859 ( +// Equation(s): +// \text_gen|char_ram~41859_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41856_combout & ((\text_gen|char_ram~41858_combout ))) # (!\text_gen|char_ram~41856_combout & (\text_gen|char_ram~41851_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41856_combout )))) + + .dataa(\text_gen|char_ram~41851_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41856_combout ), + .datad(\text_gen|char_ram~41858_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41859 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~41859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y50_N23 +dffeas \text_gen|char_ram~25214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y47_N7 +dffeas \text_gen|char_ram~26110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y51_N29 +dffeas \text_gen|char_ram~10878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y51_N19 +dffeas \text_gen|char_ram~11774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11774 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41860 ( +// Equation(s): +// \text_gen|char_ram~41860_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~11774_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~10878_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~10878_q ), + .datad(\text_gen|char_ram~11774_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41860 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41861 ( +// Equation(s): +// \text_gen|char_ram~41861_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41860_combout & ((\text_gen|char_ram~26110_q ))) # (!\text_gen|char_ram~41860_combout & (\text_gen|char_ram~25214_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41860_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25214_q ), + .datac(\text_gen|char_ram~26110_q ), + .datad(\text_gen|char_ram~41860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41861 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y49_N21 +dffeas \text_gen|char_ram~18046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55259_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y43_N5 +dffeas \text_gen|char_ram~18942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53188_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y47_N13 +dffeas \text_gen|char_ram~4606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53190_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4606 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y45_N13 +dffeas \text_gen|char_ram~3710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55291_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3710 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41864 ( +// Equation(s): +// \text_gen|char_ram~41864_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~4606_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~3710_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~4606_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3710_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41864 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41865 ( +// Equation(s): +// \text_gen|char_ram~41865_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41864_combout & ((\text_gen|char_ram~18942_q ))) # (!\text_gen|char_ram~41864_combout & (\text_gen|char_ram~18046_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41864_combout )))) + + .dataa(\text_gen|char_ram~18046_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~18942_q ), + .datad(\text_gen|char_ram~41864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41865 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y29_N9 +dffeas \text_gen|char_ram~5054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y43_N19 +dffeas \text_gen|char_ram~19390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y22_N5 +dffeas \text_gen|char_ram~18494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18494 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y22_N15 +dffeas \text_gen|char_ram~4158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4158 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41862 ( +// Equation(s): +// \text_gen|char_ram~41862_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18494_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4158_q +// ))))) + + .dataa(\text_gen|char_ram~18494_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4158_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41862 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41863 ( +// Equation(s): +// \text_gen|char_ram~41863_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41862_combout & ((\text_gen|char_ram~19390_q ))) # (!\text_gen|char_ram~41862_combout & (\text_gen|char_ram~5054_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41862_combout )))) + + .dataa(\text_gen|char_ram~5054_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19390_q ), + .datad(\text_gen|char_ram~41862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41863 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41866 ( +// Equation(s): +// \text_gen|char_ram~41866_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~41863_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~41865_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41865_combout ), + .datad(\text_gen|char_ram~41863_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41866 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12222feeder ( +// Equation(s): +// \text_gen|char_ram~12222feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12222feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y34_N7 +dffeas \text_gen|char_ram~12222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12222 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y33_N17 +dffeas \text_gen|char_ram~26558 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56887_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26558_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26558 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26558 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y18_N20 +cycloneiv_lcell_comb \text_gen|char_ram~25662feeder ( +// Equation(s): +// \text_gen|char_ram~25662feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25662feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25662feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25662feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y18_N21 +dffeas \text_gen|char_ram~25662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25662feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25662 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y22_N23 +dffeas \text_gen|char_ram~11326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53951_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41867 ( +// Equation(s): +// \text_gen|char_ram~41867_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~25662_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~11326_q +// ))))) + + .dataa(\text_gen|char_ram~25662_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11326_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41867 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41868 ( +// Equation(s): +// \text_gen|char_ram~41868_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41867_combout & ((\text_gen|char_ram~26558_q ))) # (!\text_gen|char_ram~41867_combout & (\text_gen|char_ram~12222_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41867_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12222_q ), + .datac(\text_gen|char_ram~26558_q ), + .datad(\text_gen|char_ram~41867_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41868 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41869 ( +// Equation(s): +// \text_gen|char_ram~41869_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41866_combout & ((\text_gen|char_ram~41868_combout ))) # (!\text_gen|char_ram~41866_combout & (\text_gen|char_ram~41861_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41866_combout )))) + + .dataa(\text_gen|char_ram~41861_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41866_combout ), + .datad(\text_gen|char_ram~41868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41869 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~41869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41870 ( +// Equation(s): +// \text_gen|char_ram~41870_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~41859_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~41869_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41859_combout ), + .datad(\text_gen|char_ram~41869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41870 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y50_N15 +dffeas \text_gen|char_ram~26166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26166 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y33_N25 +dffeas \text_gen|char_ram~26614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26614 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y41_N15 +dffeas \text_gen|char_ram~19446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19446 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y41_N1 +dffeas \text_gen|char_ram~18998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41847 ( +// Equation(s): +// \text_gen|char_ram~41847_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~19446_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~18998_q +// ))))) + + .dataa(\text_gen|char_ram~19446_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18998_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41847 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41848 ( +// Equation(s): +// \text_gen|char_ram~41848_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41847_combout & ((\text_gen|char_ram~26614_q ))) # (!\text_gen|char_ram~41847_combout & (\text_gen|char_ram~26166_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41847_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26166_q ), + .datac(\text_gen|char_ram~26614_q ), + .datad(\text_gen|char_ram~41847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41848 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y18_N3 +dffeas \text_gen|char_ram~25718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y30_N31 +dffeas \text_gen|char_ram~18550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18550 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y49_N5 +dffeas \text_gen|char_ram~18102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18102 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25270feeder ( +// Equation(s): +// \text_gen|char_ram~25270feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y50_N1 +dffeas \text_gen|char_ram~25270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25270 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41840 ( +// Equation(s): +// \text_gen|char_ram~41840_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~25270_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~18102_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18102_q ), + .datad(\text_gen|char_ram~25270_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41840_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41840 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41840 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41841 ( +// Equation(s): +// \text_gen|char_ram~41841_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41840_combout & (\text_gen|char_ram~25718_q )) # (!\text_gen|char_ram~41840_combout & ((\text_gen|char_ram~18550_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41840_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25718_q ), + .datac(\text_gen|char_ram~18550_q ), + .datad(\text_gen|char_ram~41840_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41841_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41841 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41841 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y47_N31 +dffeas \text_gen|char_ram~11830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11830 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y47_N9 +dffeas \text_gen|char_ram~12278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y49_N29 +dffeas \text_gen|char_ram~5110 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5110_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5110 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5110 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y49_N31 +dffeas \text_gen|char_ram~4662 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4662_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4662 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4662 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41842 ( +// Equation(s): +// \text_gen|char_ram~41842_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~5110_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~4662_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~5110_q ), + .datac(\text_gen|char_ram~4662_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41842_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41842 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41842 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41843 ( +// Equation(s): +// \text_gen|char_ram~41843_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41842_combout & ((\text_gen|char_ram~12278_q ))) # (!\text_gen|char_ram~41842_combout & (\text_gen|char_ram~11830_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41842_combout )))) + + .dataa(\text_gen|char_ram~11830_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~12278_q ), + .datad(\text_gen|char_ram~41842_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41843_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41843 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41843 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~4214feeder ( +// Equation(s): +// \text_gen|char_ram~4214feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4214feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4214feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4214feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y22_N5 +dffeas \text_gen|char_ram~4214 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4214feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4214_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4214 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4214 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y30_N21 +dffeas \text_gen|char_ram~11382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~10934feeder ( +// Equation(s): +// \text_gen|char_ram~10934feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10934feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10934feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10934feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y49_N31 +dffeas \text_gen|char_ram~10934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10934feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y49_N5 +dffeas \text_gen|char_ram~3766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41844 ( +// Equation(s): +// \text_gen|char_ram~41844_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10934_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3766_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~10934_q ), + .datac(\text_gen|char_ram~3766_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41844_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41844 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41844 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41845 ( +// Equation(s): +// \text_gen|char_ram~41845_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41844_combout & ((\text_gen|char_ram~11382_q ))) # (!\text_gen|char_ram~41844_combout & (\text_gen|char_ram~4214_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41844_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4214_q ), + .datac(\text_gen|char_ram~11382_q ), + .datad(\text_gen|char_ram~41844_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41845 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41846 ( +// Equation(s): +// \text_gen|char_ram~41846_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~41843_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~41845_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41843_combout ), + .datad(\text_gen|char_ram~41845_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41846 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41849 ( +// Equation(s): +// \text_gen|char_ram~41849_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41846_combout & (\text_gen|char_ram~41848_combout )) # (!\text_gen|char_ram~41846_combout & ((\text_gen|char_ram~41841_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41846_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41848_combout ), + .datac(\text_gen|char_ram~41841_combout ), + .datad(\text_gen|char_ram~41846_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41849 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41881 ( +// Equation(s): +// \text_gen|char_ram~41881_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41870_combout & (\text_gen|char_ram~41880_combout )) # (!\text_gen|char_ram~41870_combout & ((\text_gen|char_ram~41849_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41870_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~41880_combout ), + .datac(\text_gen|char_ram~41870_combout ), + .datad(\text_gen|char_ram~41849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41881 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y50_N19 +dffeas \text_gen|char_ram~10864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10864 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N16 +cycloneiv_lcell_comb \text_gen|char_ram~11760feeder ( +// Equation(s): +// \text_gen|char_ram~11760feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11760feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11760feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11760feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y50_N17 +dffeas \text_gen|char_ram~11760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11760feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53263_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41902 ( +// Equation(s): +// \text_gen|char_ram~41902_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~11760_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~10864_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10864_q ), + .datad(\text_gen|char_ram~11760_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41902 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25200feeder ( +// Equation(s): +// \text_gen|char_ram~25200feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25200feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25200feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25200feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y50_N11 +dffeas \text_gen|char_ram~25200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25200feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55371_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y50_N31 +dffeas \text_gen|char_ram~26096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26096 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41903 ( +// Equation(s): +// \text_gen|char_ram~41903_combout = (\text_gen|char_ram~41902_combout & (((\text_gen|char_ram~26096_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~41902_combout & (\text_gen|char_ram~25200_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~41902_combout ), + .datab(\text_gen|char_ram~25200_q ), + .datac(\text_gen|char_ram~26096_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41903 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~41903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~12208feeder ( +// Equation(s): +// \text_gen|char_ram~12208feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12208feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12208feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12208feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y29_N3 +dffeas \text_gen|char_ram~12208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12208feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12208 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y33_N3 +dffeas \text_gen|char_ram~26544 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26544_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26544 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26544 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y18_N16 +cycloneiv_lcell_comb \text_gen|char_ram~25648feeder ( +// Equation(s): +// \text_gen|char_ram~25648feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25648feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25648feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25648feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y18_N17 +dffeas \text_gen|char_ram~25648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25648feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25648 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y25_N11 +dffeas \text_gen|char_ram~11312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41909 ( +// Equation(s): +// \text_gen|char_ram~41909_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~25648_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~11312_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25648_q ), + .datac(\text_gen|char_ram~11312_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41909 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41910 ( +// Equation(s): +// \text_gen|char_ram~41910_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41909_combout & ((\text_gen|char_ram~26544_q ))) # (!\text_gen|char_ram~41909_combout & (\text_gen|char_ram~12208_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41909_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12208_q ), + .datac(\text_gen|char_ram~26544_q ), + .datad(\text_gen|char_ram~41909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41910 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y45_N15 +dffeas \text_gen|char_ram~18032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55339_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18032 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y42_N31 +dffeas \text_gen|char_ram~18928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53262_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y45_N13 +dffeas \text_gen|char_ram~4592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y45_N27 +dffeas \text_gen|char_ram~3696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55355_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41906 ( +// Equation(s): +// \text_gen|char_ram~41906_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~4592_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~3696_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~4592_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3696_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41906 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41907 ( +// Equation(s): +// \text_gen|char_ram~41907_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41906_combout & ((\text_gen|char_ram~18928_q ))) # (!\text_gen|char_ram~41906_combout & (\text_gen|char_ram~18032_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41906_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18032_q ), + .datac(\text_gen|char_ram~18928_q ), + .datad(\text_gen|char_ram~41906_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41907 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5040feeder ( +// Equation(s): +// \text_gen|char_ram~5040feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5040feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5040feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5040feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y35_N17 +dffeas \text_gen|char_ram~5040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5040feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5040 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y42_N17 +dffeas \text_gen|char_ram~19376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56118_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19376 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y29_N7 +dffeas \text_gen|char_ram~18480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18480 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y29_N1 +dffeas \text_gen|char_ram~4144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y29_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41904 ( +// Equation(s): +// \text_gen|char_ram~41904_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18480_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~4144_q +// ))))) + + .dataa(\text_gen|char_ram~18480_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4144_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41904 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41905 ( +// Equation(s): +// \text_gen|char_ram~41905_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41904_combout & ((\text_gen|char_ram~19376_q ))) # (!\text_gen|char_ram~41904_combout & (\text_gen|char_ram~5040_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41904_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~5040_q ), + .datac(\text_gen|char_ram~19376_q ), + .datad(\text_gen|char_ram~41904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41905 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41908 ( +// Equation(s): +// \text_gen|char_ram~41908_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~41905_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~41907_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41907_combout ), + .datad(\text_gen|char_ram~41905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41908 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41911 ( +// Equation(s): +// \text_gen|char_ram~41911_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41908_combout & ((\text_gen|char_ram~41910_combout ))) # (!\text_gen|char_ram~41908_combout & (\text_gen|char_ram~41903_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41908_combout )))) + + .dataa(\text_gen|char_ram~41903_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41910_combout ), + .datad(\text_gen|char_ram~41908_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41911 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y30_N17 +dffeas \text_gen|char_ram~18487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18487 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y32_N23 +dffeas \text_gen|char_ram~19383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y32_N29 +dffeas \text_gen|char_ram~4151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4151 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5047feeder ( +// Equation(s): +// \text_gen|char_ram~5047feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5047feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5047feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5047feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y35_N17 +dffeas \text_gen|char_ram~5047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5047feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5047 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41892 ( +// Equation(s): +// \text_gen|char_ram~41892_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~5047_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~4151_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4151_q ), + .datad(\text_gen|char_ram~5047_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41892 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41893 ( +// Equation(s): +// \text_gen|char_ram~41893_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41892_combout & ((\text_gen|char_ram~19383_q ))) # (!\text_gen|char_ram~41892_combout & (\text_gen|char_ram~18487_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41892_combout )))) + + .dataa(\text_gen|char_ram~18487_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~19383_q ), + .datad(\text_gen|char_ram~41892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41893 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25655feeder ( +// Equation(s): +// \text_gen|char_ram~25655feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25655feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25655feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25655feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y22_N5 +dffeas \text_gen|char_ram~25655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25655feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25655 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y27_N25 +dffeas \text_gen|char_ram~26551 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26551_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26551 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26551 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~12215feeder ( +// Equation(s): +// \text_gen|char_ram~12215feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12215feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12215feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12215feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y32_N17 +dffeas \text_gen|char_ram~12215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12215feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y25_N25 +dffeas \text_gen|char_ram~11319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11319 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y25_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41899 ( +// Equation(s): +// \text_gen|char_ram~41899_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~12215_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~11319_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12215_q ), + .datac(\text_gen|char_ram~11319_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41899 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41900 ( +// Equation(s): +// \text_gen|char_ram~41900_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41899_combout & ((\text_gen|char_ram~26551_q ))) # (!\text_gen|char_ram~41899_combout & (\text_gen|char_ram~25655_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41899_combout )))) + + .dataa(\text_gen|char_ram~25655_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26551_q ), + .datad(\text_gen|char_ram~41899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41900 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11767feeder ( +// Equation(s): +// \text_gen|char_ram~11767feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11767feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11767feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11767feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y52_N23 +dffeas \text_gen|char_ram~11767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11767feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y52_N15 +dffeas \text_gen|char_ram~26103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53242_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y46_N17 +dffeas \text_gen|char_ram~25207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y46_N3 +dffeas \text_gen|char_ram~10871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41894 ( +// Equation(s): +// \text_gen|char_ram~41894_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~25207_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~10871_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25207_q ), + .datac(\text_gen|char_ram~10871_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41894 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41895 ( +// Equation(s): +// \text_gen|char_ram~41895_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41894_combout & ((\text_gen|char_ram~26103_q ))) # (!\text_gen|char_ram~41894_combout & (\text_gen|char_ram~11767_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41894_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~11767_q ), + .datac(\text_gen|char_ram~26103_q ), + .datad(\text_gen|char_ram~41894_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41895 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~4599feeder ( +// Equation(s): +// \text_gen|char_ram~4599feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4599feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4599feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4599feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y52_N13 +dffeas \text_gen|char_ram~4599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4599feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y52_N25 +dffeas \text_gen|char_ram~18935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18935 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~18039feeder ( +// Equation(s): +// \text_gen|char_ram~18039feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18039feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18039feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18039feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y49_N13 +dffeas \text_gen|char_ram~18039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18039feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y49_N11 +dffeas \text_gen|char_ram~3703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3703 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41896 ( +// Equation(s): +// \text_gen|char_ram~41896_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18039_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3703_q +// ))))) + + .dataa(\text_gen|char_ram~18039_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3703_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41896 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41897 ( +// Equation(s): +// \text_gen|char_ram~41897_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41896_combout & ((\text_gen|char_ram~18935_q ))) # (!\text_gen|char_ram~41896_combout & (\text_gen|char_ram~4599_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41896_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~4599_q ), + .datac(\text_gen|char_ram~18935_q ), + .datad(\text_gen|char_ram~41896_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41897 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41898 ( +// Equation(s): +// \text_gen|char_ram~41898_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41895_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41897_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41895_combout ), + .datad(\text_gen|char_ram~41897_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41898 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41901 ( +// Equation(s): +// \text_gen|char_ram~41901_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41898_combout & ((\text_gen|char_ram~41900_combout ))) # (!\text_gen|char_ram~41898_combout & (\text_gen|char_ram~41893_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41898_combout )))) + + .dataa(\text_gen|char_ram~41893_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~41900_combout ), + .datad(\text_gen|char_ram~41898_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41901 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41912 ( +// Equation(s): +// \text_gen|char_ram~41912_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~41901_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41911_combout )))) + + .dataa(\text_gen|char_ram~41911_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~41901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41912 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~41912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y44_N23 +dffeas \text_gen|char_ram~18088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55335_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18088 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~25256feeder ( +// Equation(s): +// \text_gen|char_ram~25256feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25256feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25256feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25256feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y49_N5 +dffeas \text_gen|char_ram~25256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25256feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41882 ( +// Equation(s): +// \text_gen|char_ram~41882_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~25256_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~18088_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18088_q ), + .datad(\text_gen|char_ram~25256_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41882 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y44_N21 +dffeas \text_gen|char_ram~18536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18536 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~25704feeder ( +// Equation(s): +// \text_gen|char_ram~25704feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25704feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25704feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25704feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y18_N29 +dffeas \text_gen|char_ram~25704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25704feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25704 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41883 ( +// Equation(s): +// \text_gen|char_ram~41883_combout = (\text_gen|char_ram~41882_combout & (((\text_gen|char_ram~25704_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~41882_combout & (\text_gen|Add5~4_combout & (\text_gen|char_ram~18536_q ))) + + .dataa(\text_gen|char_ram~41882_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~18536_q ), + .datad(\text_gen|char_ram~25704_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41883 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~41883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y50_N30 +cycloneiv_lcell_comb \text_gen|char_ram~26152feeder ( +// Equation(s): +// \text_gen|char_ram~26152feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~26152feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26152feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~26152feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y50_N31 +dffeas \text_gen|char_ram~26152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26152feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26152 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y48_N5 +dffeas \text_gen|char_ram~26600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56842_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26600 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~19432feeder ( +// Equation(s): +// \text_gen|char_ram~19432feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19432feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19432feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19432feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y48_N25 +dffeas \text_gen|char_ram~19432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19432feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y48_N11 +dffeas \text_gen|char_ram~18984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41889 ( +// Equation(s): +// \text_gen|char_ram~41889_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~19432_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18984_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~19432_q ), + .datac(\text_gen|char_ram~18984_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41889 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41890 ( +// Equation(s): +// \text_gen|char_ram~41890_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41889_combout & ((\text_gen|char_ram~26600_q ))) # (!\text_gen|char_ram~41889_combout & (\text_gen|char_ram~26152_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41889_combout )))) + + .dataa(\text_gen|char_ram~26152_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26600_q ), + .datad(\text_gen|char_ram~41889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41890 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~11816feeder ( +// Equation(s): +// \text_gen|char_ram~11816feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11816feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11816feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11816feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y46_N23 +dffeas \text_gen|char_ram~11816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11816feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11816 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y34_N11 +dffeas \text_gen|char_ram~12264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12264 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y34_N11 +dffeas \text_gen|char_ram~5096 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5096_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5096 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5096 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y34_N9 +dffeas \text_gen|char_ram~4648 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4648_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4648 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4648 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41884 ( +// Equation(s): +// \text_gen|char_ram~41884_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~5096_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~4648_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~5096_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~4648_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41884 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41885 ( +// Equation(s): +// \text_gen|char_ram~41885_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41884_combout & ((\text_gen|char_ram~12264_q ))) # (!\text_gen|char_ram~41884_combout & (\text_gen|char_ram~11816_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41884_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11816_q ), + .datac(\text_gen|char_ram~12264_q ), + .datad(\text_gen|char_ram~41884_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41885 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y23_N17 +dffeas \text_gen|char_ram~4200 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4200_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4200 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4200 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y31_N19 +dffeas \text_gen|char_ram~11368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11368 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y45_N31 +dffeas \text_gen|char_ram~10920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55319_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10920 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y45_N3 +dffeas \text_gen|char_ram~3752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55351_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3752 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41886 ( +// Equation(s): +// \text_gen|char_ram~41886_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10920_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~3752_q +// ))))) + + .dataa(\text_gen|char_ram~10920_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3752_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41886 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41887 ( +// Equation(s): +// \text_gen|char_ram~41887_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41886_combout & ((\text_gen|char_ram~11368_q ))) # (!\text_gen|char_ram~41886_combout & (\text_gen|char_ram~4200_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41886_combout )))) + + .dataa(\text_gen|char_ram~4200_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11368_q ), + .datad(\text_gen|char_ram~41886_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41887 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41888 ( +// Equation(s): +// \text_gen|char_ram~41888_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41885_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~41887_combout )))) + + .dataa(\text_gen|char_ram~41885_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~41887_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41888 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~41888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41891 ( +// Equation(s): +// \text_gen|char_ram~41891_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41888_combout & ((\text_gen|char_ram~41890_combout ))) # (!\text_gen|char_ram~41888_combout & (\text_gen|char_ram~41883_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41888_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41883_combout ), + .datac(\text_gen|char_ram~41890_combout ), + .datad(\text_gen|char_ram~41888_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41891 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y45_N17 +dffeas \text_gen|char_ram~25263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y41_N9 +dffeas \text_gen|char_ram~25711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25711 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y41_N21 +dffeas \text_gen|char_ram~18543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18543 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X20_Y41_N15 +dffeas \text_gen|char_ram~18095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18095 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y41_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41915 ( +// Equation(s): +// \text_gen|char_ram~41915_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18543_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18095_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18543_q ), + .datac(\text_gen|char_ram~18095_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41915 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41916 ( +// Equation(s): +// \text_gen|char_ram~41916_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41915_combout & ((\text_gen|char_ram~25711_q ))) # (!\text_gen|char_ram~41915_combout & (\text_gen|char_ram~25263_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41915_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~25263_q ), + .datac(\text_gen|char_ram~25711_q ), + .datad(\text_gen|char_ram~41915_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41916 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y45_N21 +dffeas \text_gen|char_ram~10927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55326_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y41_N19 +dffeas \text_gen|char_ram~11375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11375 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y31_N13 +dffeas \text_gen|char_ram~4207 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4207_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4207 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4207 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y31_N27 +dffeas \text_gen|char_ram~3759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41917 ( +// Equation(s): +// \text_gen|char_ram~41917_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~4207_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~3759_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~4207_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3759_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41917 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41918 ( +// Equation(s): +// \text_gen|char_ram~41918_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41917_combout & ((\text_gen|char_ram~11375_q ))) # (!\text_gen|char_ram~41917_combout & (\text_gen|char_ram~10927_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41917_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10927_q ), + .datac(\text_gen|char_ram~11375_q ), + .datad(\text_gen|char_ram~41917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41918 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41919 ( +// Equation(s): +// \text_gen|char_ram~41919_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~41916_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~41918_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41916_combout ), + .datad(\text_gen|char_ram~41918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41919 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~41919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y36_N17 +dffeas \text_gen|char_ram~19439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19439 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y52_N3 +dffeas \text_gen|char_ram~26159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y52_N5 +dffeas \text_gen|char_ram~18991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53274_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18991 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y52_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41920 ( +// Equation(s): +// \text_gen|char_ram~41920_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~26159_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~18991_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26159_q ), + .datac(\text_gen|char_ram~18991_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41920 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y33_N27 +dffeas \text_gen|char_ram~26607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56978_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41921 ( +// Equation(s): +// \text_gen|char_ram~41921_combout = (\text_gen|char_ram~41920_combout & (((\text_gen|char_ram~26607_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~41920_combout & (\text_gen|char_ram~19439_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~19439_q ), + .datab(\text_gen|char_ram~41920_combout ), + .datac(\text_gen|char_ram~26607_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41921 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~41921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5103feeder ( +// Equation(s): +// \text_gen|char_ram~5103feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5103feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5103feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5103feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y36_N25 +dffeas \text_gen|char_ram~5103 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5103feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5103_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5103 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5103 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y33_N25 +dffeas \text_gen|char_ram~12271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11823feeder ( +// Equation(s): +// \text_gen|char_ram~11823feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y52_N1 +dffeas \text_gen|char_ram~11823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y52_N29 +dffeas \text_gen|char_ram~4655 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4655_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4655 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4655 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41913 ( +// Equation(s): +// \text_gen|char_ram~41913_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11823_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4655_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11823_q ), + .datac(\text_gen|char_ram~4655_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41913 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41914 ( +// Equation(s): +// \text_gen|char_ram~41914_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41913_combout & ((\text_gen|char_ram~12271_q ))) # (!\text_gen|char_ram~41913_combout & (\text_gen|char_ram~5103_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41913_combout )))) + + .dataa(\text_gen|char_ram~5103_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12271_q ), + .datad(\text_gen|char_ram~41913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41914 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41922 ( +// Equation(s): +// \text_gen|char_ram~41922_combout = (\text_gen|char_ram~41919_combout & (((\text_gen|char_ram~41921_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~41919_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41914_combout )))) + + .dataa(\text_gen|char_ram~41919_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41921_combout ), + .datad(\text_gen|char_ram~41914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41922 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~41922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41923 ( +// Equation(s): +// \text_gen|char_ram~41923_combout = (\text_gen|char_ram~41912_combout & (((\text_gen|char_ram~41922_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~41912_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~41891_combout ))) + + .dataa(\text_gen|char_ram~41912_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~41891_combout ), + .datad(\text_gen|char_ram~41922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41923 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~41923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41924 ( +// Equation(s): +// \text_gen|char_ram~41924_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~41881_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~41923_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~41881_combout ), + .datad(\text_gen|char_ram~41923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41924 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~25732feeder ( +// Equation(s): +// \text_gen|char_ram~25732feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25732feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25732feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25732feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y28_N15 +dffeas \text_gen|char_ram~25732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25732feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y28_N13 +dffeas \text_gen|char_ram~18564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18564 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y28_N25 +dffeas \text_gen|char_ram~18116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55206_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18116 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y39_N17 +dffeas \text_gen|char_ram~25284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y28_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41798 ( +// Equation(s): +// \text_gen|char_ram~41798_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~25284_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~18116_q +// )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18116_q ), + .datad(\text_gen|char_ram~25284_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41798_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41798 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41798 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41799 ( +// Equation(s): +// \text_gen|char_ram~41799_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41798_combout & (\text_gen|char_ram~25732_q )) # (!\text_gen|char_ram~41798_combout & ((\text_gen|char_ram~18564_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41798_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25732_q ), + .datac(\text_gen|char_ram~18564_q ), + .datad(\text_gen|char_ram~41798_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41799_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41799 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41799 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y44_N7 +dffeas \text_gen|char_ram~26628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56833_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26628 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y44_N31 +dffeas \text_gen|char_ram~26180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26180 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y39_N5 +dffeas \text_gen|char_ram~19460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y39_N13 +dffeas \text_gen|char_ram~19012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19012 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41805 ( +// Equation(s): +// \text_gen|char_ram~41805_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~19460_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~19012_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19460_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19012_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41805_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41805 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41805 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41806 ( +// Equation(s): +// \text_gen|char_ram~41806_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41805_combout & (\text_gen|char_ram~26628_q )) # (!\text_gen|char_ram~41805_combout & ((\text_gen|char_ram~26180_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41805_combout )))) + + .dataa(\text_gen|char_ram~26628_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26180_q ), + .datad(\text_gen|char_ram~41805_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41806_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41806 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~41806 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y48_N23 +dffeas \text_gen|char_ram~11844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53073_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y40_N25 +dffeas \text_gen|char_ram~12292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12292 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y40_N19 +dffeas \text_gen|char_ram~4676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53075_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~5124feeder ( +// Equation(s): +// \text_gen|char_ram~5124feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5124feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5124feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5124feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y40_N25 +dffeas \text_gen|char_ram~5124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5124feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5124 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41800 ( +// Equation(s): +// \text_gen|char_ram~41800_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~5124_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~4676_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~4676_q ), + .datad(\text_gen|char_ram~5124_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41800_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41800 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41800 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41801 ( +// Equation(s): +// \text_gen|char_ram~41801_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41800_combout & ((\text_gen|char_ram~12292_q ))) # (!\text_gen|char_ram~41800_combout & (\text_gen|char_ram~11844_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41800_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11844_q ), + .datac(\text_gen|char_ram~12292_q ), + .datad(\text_gen|char_ram~41800_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41801_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41801 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41801 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y23_N25 +dffeas \text_gen|char_ram~4228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y27_N29 +dffeas \text_gen|char_ram~11396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11396 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10948feeder ( +// Equation(s): +// \text_gen|char_ram~10948feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10948feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10948feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10948feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y43_N25 +dffeas \text_gen|char_ram~10948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10948feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y47_N17 +dffeas \text_gen|char_ram~3780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3780 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41802 ( +// Equation(s): +// \text_gen|char_ram~41802_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~10948_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~3780_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10948_q ), + .datac(\text_gen|char_ram~3780_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41802_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41802 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41802 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41803 ( +// Equation(s): +// \text_gen|char_ram~41803_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41802_combout & ((\text_gen|char_ram~11396_q ))) # (!\text_gen|char_ram~41802_combout & (\text_gen|char_ram~4228_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41802_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~4228_q ), + .datac(\text_gen|char_ram~11396_q ), + .datad(\text_gen|char_ram~41802_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41803_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41803 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41803 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41804 ( +// Equation(s): +// \text_gen|char_ram~41804_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~41801_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~41803_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41801_combout ), + .datad(\text_gen|char_ram~41803_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41804_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41804 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41804 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41807 ( +// Equation(s): +// \text_gen|char_ram~41807_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41804_combout & ((\text_gen|char_ram~41806_combout ))) # (!\text_gen|char_ram~41804_combout & (\text_gen|char_ram~41799_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41804_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41799_combout ), + .datac(\text_gen|char_ram~41806_combout ), + .datad(\text_gen|char_ram~41804_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41807_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41807 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41807 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y39_N9 +dffeas \text_gen|char_ram~25228 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25228_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25228 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25228 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y47_N7 +dffeas \text_gen|char_ram~26124 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26124_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26124 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26124 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y47_N17 +dffeas \text_gen|char_ram~11788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y47_N7 +dffeas \text_gen|char_ram~10892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41818 ( +// Equation(s): +// \text_gen|char_ram~41818_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~11788_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~10892_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11788_q ), + .datac(\text_gen|char_ram~10892_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41818_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41818 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41818 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41819 ( +// Equation(s): +// \text_gen|char_ram~41819_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41818_combout & ((\text_gen|char_ram~26124_q ))) # (!\text_gen|char_ram~41818_combout & (\text_gen|char_ram~25228_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41818_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25228_q ), + .datac(\text_gen|char_ram~26124_q ), + .datad(\text_gen|char_ram~41818_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41819_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41819 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41819 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y29_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12236feeder ( +// Equation(s): +// \text_gen|char_ram~12236feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y29_N13 +dffeas \text_gen|char_ram~12236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12236 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y33_N1 +dffeas \text_gen|char_ram~26572 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56882_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26572_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26572 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26572 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y21_N15 +dffeas \text_gen|char_ram~11340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53967_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~25676feeder ( +// Equation(s): +// \text_gen|char_ram~25676feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25676feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25676feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25676feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N7 +dffeas \text_gen|char_ram~25676 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25676feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25676_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25676 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25676 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41825 ( +// Equation(s): +// \text_gen|char_ram~41825_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25676_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~11340_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~11340_q ), + .datad(\text_gen|char_ram~25676_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41825_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41825 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41825 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41826 ( +// Equation(s): +// \text_gen|char_ram~41826_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41825_combout & ((\text_gen|char_ram~26572_q ))) # (!\text_gen|char_ram~41825_combout & (\text_gen|char_ram~12236_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41825_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12236_q ), + .datac(\text_gen|char_ram~26572_q ), + .datad(\text_gen|char_ram~41825_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41826_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41826 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41826 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18060feeder ( +// Equation(s): +// \text_gen|char_ram~18060feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18060feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18060feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18060feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y46_N25 +dffeas \text_gen|char_ram~18060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18060feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y47_N25 +dffeas \text_gen|char_ram~4620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4620 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y47_N29 +dffeas \text_gen|char_ram~3724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41822 ( +// Equation(s): +// \text_gen|char_ram~41822_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~4620_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~3724_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~4620_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3724_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41822_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41822 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41822 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y46_N11 +dffeas \text_gen|char_ram~18956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18956 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41823 ( +// Equation(s): +// \text_gen|char_ram~41823_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41822_combout & ((\text_gen|char_ram~18956_q ))) # (!\text_gen|char_ram~41822_combout & (\text_gen|char_ram~18060_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41822_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18060_q ), + .datac(\text_gen|char_ram~41822_combout ), + .datad(\text_gen|char_ram~18956_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41823_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41823 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~41823 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y32_N9 +dffeas \text_gen|char_ram~5068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5068 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y39_N3 +dffeas \text_gen|char_ram~19404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~18508feeder ( +// Equation(s): +// \text_gen|char_ram~18508feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18508feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18508feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18508feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y24_N25 +dffeas \text_gen|char_ram~18508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18508feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53906_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18508 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y24_N31 +dffeas \text_gen|char_ram~4172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41820 ( +// Equation(s): +// \text_gen|char_ram~41820_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18508_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~4172_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18508_q ), + .datac(\text_gen|char_ram~4172_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41820_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41820 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41820 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41821 ( +// Equation(s): +// \text_gen|char_ram~41821_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41820_combout & ((\text_gen|char_ram~19404_q ))) # (!\text_gen|char_ram~41820_combout & (\text_gen|char_ram~5068_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41820_combout )))) + + .dataa(\text_gen|char_ram~5068_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~19404_q ), + .datad(\text_gen|char_ram~41820_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41821_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41821 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41821 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41824 ( +// Equation(s): +// \text_gen|char_ram~41824_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~41821_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~41823_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41823_combout ), + .datad(\text_gen|char_ram~41821_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41824_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41824 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41824 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41827 ( +// Equation(s): +// \text_gen|char_ram~41827_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41824_combout & ((\text_gen|char_ram~41826_combout ))) # (!\text_gen|char_ram~41824_combout & (\text_gen|char_ram~41819_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41824_combout )))) + + .dataa(\text_gen|char_ram~41819_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41826_combout ), + .datad(\text_gen|char_ram~41824_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41827_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41827 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41827 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18515feeder ( +// Equation(s): +// \text_gen|char_ram~18515feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18515feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18515feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18515feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y26_N11 +dffeas \text_gen|char_ram~18515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18515feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y31_N17 +dffeas \text_gen|char_ram~19411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y24_N17 +dffeas \text_gen|char_ram~4179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4179 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5075feeder ( +// Equation(s): +// \text_gen|char_ram~5075feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5075feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5075feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5075feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y35_N23 +dffeas \text_gen|char_ram~5075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5075feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5075 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41808 ( +// Equation(s): +// \text_gen|char_ram~41808_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~5075_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~4179_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4179_q ), + .datad(\text_gen|char_ram~5075_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41808_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41808 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41808 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41809 ( +// Equation(s): +// \text_gen|char_ram~41809_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41808_combout & ((\text_gen|char_ram~19411_q ))) # (!\text_gen|char_ram~41808_combout & (\text_gen|char_ram~18515_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41808_combout )))) + + .dataa(\text_gen|char_ram~18515_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~19411_q ), + .datad(\text_gen|char_ram~41808_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41809_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41809 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41809 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y21_N0 +cycloneiv_lcell_comb \text_gen|char_ram~25683feeder ( +// Equation(s): +// \text_gen|char_ram~25683feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25683feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25683feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25683feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y21_N1 +dffeas \text_gen|char_ram~25683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25683feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25683 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y30_N17 +dffeas \text_gen|char_ram~26579 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56770_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26579_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26579 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26579 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y25_N17 +dffeas \text_gen|char_ram~12243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y25_N23 +dffeas \text_gen|char_ram~11347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11347 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41815 ( +// Equation(s): +// \text_gen|char_ram~41815_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~12243_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~11347_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~12243_q ), + .datac(\text_gen|char_ram~11347_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41815_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41815 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41815 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41816 ( +// Equation(s): +// \text_gen|char_ram~41816_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41815_combout & ((\text_gen|char_ram~26579_q ))) # (!\text_gen|char_ram~41815_combout & (\text_gen|char_ram~25683_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41815_combout )))) + + .dataa(\text_gen|char_ram~25683_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~26579_q ), + .datad(\text_gen|char_ram~41815_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41816_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41816 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41816 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11795feeder ( +// Equation(s): +// \text_gen|char_ram~11795feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11795feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11795feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11795feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y52_N15 +dffeas \text_gen|char_ram~11795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11795feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y52_N29 +dffeas \text_gen|char_ram~26131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26131 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y48_N19 +dffeas \text_gen|char_ram~25235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y48_N13 +dffeas \text_gen|char_ram~10899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10899 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y48_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41810 ( +// Equation(s): +// \text_gen|char_ram~41810_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~25235_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~10899_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~25235_q ), + .datac(\text_gen|char_ram~10899_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41810_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41810 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41810 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41811 ( +// Equation(s): +// \text_gen|char_ram~41811_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41810_combout & ((\text_gen|char_ram~26131_q ))) # (!\text_gen|char_ram~41810_combout & (\text_gen|char_ram~11795_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41810_combout )))) + + .dataa(\text_gen|char_ram~11795_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~26131_q ), + .datad(\text_gen|char_ram~41810_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41811_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41811 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41811 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4627feeder ( +// Equation(s): +// \text_gen|char_ram~4627feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~4627feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4627feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~4627feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y49_N29 +dffeas \text_gen|char_ram~4627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4627feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53093_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4627 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y49_N31 +dffeas \text_gen|char_ram~18963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y46_N19 +dffeas \text_gen|char_ram~18067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55200_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y46_N25 +dffeas \text_gen|char_ram~3731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3731 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41812 ( +// Equation(s): +// \text_gen|char_ram~41812_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~18067_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~3731_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~18067_q ), + .datac(\text_gen|char_ram~3731_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41812_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41812 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41812 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41813 ( +// Equation(s): +// \text_gen|char_ram~41813_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41812_combout & ((\text_gen|char_ram~18963_q ))) # (!\text_gen|char_ram~41812_combout & (\text_gen|char_ram~4627_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41812_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~4627_q ), + .datac(\text_gen|char_ram~18963_q ), + .datad(\text_gen|char_ram~41812_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41813_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41813 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41813 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41814 ( +// Equation(s): +// \text_gen|char_ram~41814_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~41811_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~41813_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41811_combout ), + .datad(\text_gen|char_ram~41813_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41814_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41814 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~41814 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41817 ( +// Equation(s): +// \text_gen|char_ram~41817_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41814_combout & ((\text_gen|char_ram~41816_combout ))) # (!\text_gen|char_ram~41814_combout & (\text_gen|char_ram~41809_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41814_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~41809_combout ), + .datac(\text_gen|char_ram~41816_combout ), + .datad(\text_gen|char_ram~41814_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41817_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41817 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41817 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41828 ( +// Equation(s): +// \text_gen|char_ram~41828_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~41817_combout )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~41827_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~41827_combout ), + .datad(\text_gen|char_ram~41817_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41828_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41828 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41828 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y43_N7 +dffeas \text_gen|char_ram~12299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12299 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y36_N23 +dffeas \text_gen|char_ram~5131 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5131_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5131 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5131 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11851feeder ( +// Equation(s): +// \text_gen|char_ram~11851feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11851feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11851feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11851feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y56_N5 +dffeas \text_gen|char_ram~11851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11851feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53127_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11851 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y52_N23 +dffeas \text_gen|char_ram~4683 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4683_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4683 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4683 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y52_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41829 ( +// Equation(s): +// \text_gen|char_ram~41829_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~11851_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~4683_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~11851_q ), + .datac(\text_gen|char_ram~4683_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41829_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41829 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41829 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41830 ( +// Equation(s): +// \text_gen|char_ram~41830_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41829_combout & (\text_gen|char_ram~12299_q )) # (!\text_gen|char_ram~41829_combout & ((\text_gen|char_ram~5131_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41829_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~12299_q ), + .datac(\text_gen|char_ram~5131_q ), + .datad(\text_gen|char_ram~41829_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41830_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41830 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41830 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y31_N21 +dffeas \text_gen|char_ram~26635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56962_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26635 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y31_N1 +dffeas \text_gen|char_ram~19467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~26187feeder ( +// Equation(s): +// \text_gen|char_ram~26187feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26187feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26187feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26187feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y58_N21 +dffeas \text_gen|char_ram~26187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26187feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26187 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y58_N25 +dffeas \text_gen|char_ram~19019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19019 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41836 ( +// Equation(s): +// \text_gen|char_ram~41836_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~26187_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~19019_q +// ))))) + + .dataa(\text_gen|char_ram~26187_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19019_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41836_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41836 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41836 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~41837 ( +// Equation(s): +// \text_gen|char_ram~41837_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41836_combout & (\text_gen|char_ram~26635_q )) # (!\text_gen|char_ram~41836_combout & ((\text_gen|char_ram~19467_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41836_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~26635_q ), + .datac(\text_gen|char_ram~19467_q ), + .datad(\text_gen|char_ram~41836_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41837_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41837 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41837 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y43_N19 +dffeas \text_gen|char_ram~10955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y43_N17 +dffeas \text_gen|char_ram~11403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11403 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y45_N21 +dffeas \text_gen|char_ram~4235 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4235_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4235 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4235 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y45_N29 +dffeas \text_gen|char_ram~3787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3787 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41833 ( +// Equation(s): +// \text_gen|char_ram~41833_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~4235_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~3787_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~4235_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3787_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41833_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41833 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41833 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41834 ( +// Equation(s): +// \text_gen|char_ram~41834_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41833_combout & ((\text_gen|char_ram~11403_q ))) # (!\text_gen|char_ram~41833_combout & (\text_gen|char_ram~10955_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41833_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~10955_q ), + .datac(\text_gen|char_ram~11403_q ), + .datad(\text_gen|char_ram~41833_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41834_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41834 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41834 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y44_N19 +dffeas \text_gen|char_ram~25291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55246_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y44_N29 +dffeas \text_gen|char_ram~25739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25739 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y49_N31 +dffeas \text_gen|char_ram~18123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18123 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y14_N8 +cycloneiv_lcell_comb \text_gen|char_ram~18571feeder ( +// Equation(s): +// \text_gen|char_ram~18571feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18571feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18571feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18571feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y14_N9 +dffeas \text_gen|char_ram~18571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18571feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18571 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y49_N30 +cycloneiv_lcell_comb \text_gen|char_ram~41831 ( +// Equation(s): +// \text_gen|char_ram~41831_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18571_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~18123_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18123_q ), + .datad(\text_gen|char_ram~18571_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41831_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41831 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41831 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41832 ( +// Equation(s): +// \text_gen|char_ram~41832_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41831_combout & ((\text_gen|char_ram~25739_q ))) # (!\text_gen|char_ram~41831_combout & (\text_gen|char_ram~25291_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41831_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~25291_q ), + .datac(\text_gen|char_ram~25739_q ), + .datad(\text_gen|char_ram~41831_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41832_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41832 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41832 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41835 ( +// Equation(s): +// \text_gen|char_ram~41835_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~41832_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~41834_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~41834_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~41832_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41835_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41835 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~41835 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41838 ( +// Equation(s): +// \text_gen|char_ram~41838_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41835_combout & ((\text_gen|char_ram~41837_combout ))) # (!\text_gen|char_ram~41835_combout & (\text_gen|char_ram~41830_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41835_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~41830_combout ), + .datac(\text_gen|char_ram~41837_combout ), + .datad(\text_gen|char_ram~41835_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41838_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41838 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41838 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41839 ( +// Equation(s): +// \text_gen|char_ram~41839_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~41828_combout & ((\text_gen|char_ram~41838_combout ))) # (!\text_gen|char_ram~41828_combout & (\text_gen|char_ram~41807_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~41828_combout )))) + + .dataa(\text_gen|char_ram~41807_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~41828_combout ), + .datad(\text_gen|char_ram~41838_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41839_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41839 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~41839 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41967 ( +// Equation(s): +// \text_gen|char_ram~41967_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41924_combout & (\text_gen|char_ram~41966_combout )) # (!\text_gen|char_ram~41924_combout & ((\text_gen|char_ram~41839_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~41924_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~41966_combout ), + .datac(\text_gen|char_ram~41924_combout ), + .datad(\text_gen|char_ram~41839_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41967 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24346feeder ( +// Equation(s): +// \text_gen|char_ram~24346feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24346feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24346feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24346feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y52_N15 +dffeas \text_gen|char_ram~24346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24346feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24346 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y36_N7 +dffeas \text_gen|char_ram~24794 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24794_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24794 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24794 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y29_N23 +dffeas \text_gen|char_ram~17626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y36_N13 +dffeas \text_gen|char_ram~17178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17178 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42027 ( +// Equation(s): +// \text_gen|char_ram~42027_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~17626_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~17178_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17626_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17178_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42027 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42028 ( +// Equation(s): +// \text_gen|char_ram~42028_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42027_combout & ((\text_gen|char_ram~24794_q ))) # (!\text_gen|char_ram~42027_combout & (\text_gen|char_ram~24346_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42027_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24346_q ), + .datac(\text_gen|char_ram~24794_q ), + .datad(\text_gen|char_ram~42027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42028 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y19_N25 +dffeas \text_gen|char_ram~2394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y19_N27 +dffeas \text_gen|char_ram~9562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y40_N23 +dffeas \text_gen|char_ram~1946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55097_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y39_N25 +dffeas \text_gen|char_ram~9114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55065_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42024 ( +// Equation(s): +// \text_gen|char_ram~42024_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9114_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1946_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1946_q ), + .datad(\text_gen|char_ram~9114_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42024 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42025 ( +// Equation(s): +// \text_gen|char_ram~42025_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42024_combout & ((\text_gen|char_ram~9562_q ))) # (!\text_gen|char_ram~42024_combout & (\text_gen|char_ram~2394_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42024_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2394_q ), + .datac(\text_gen|char_ram~9562_q ), + .datad(\text_gen|char_ram~42024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42025 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y56_N23 +dffeas \text_gen|char_ram~10010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52808_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y19_N29 +dffeas \text_gen|char_ram~10458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y36_N7 +dffeas \text_gen|char_ram~3290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56711_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y36_N9 +dffeas \text_gen|char_ram~2842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42022 ( +// Equation(s): +// \text_gen|char_ram~42022_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~3290_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~2842_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~3290_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2842_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42022 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42023 ( +// Equation(s): +// \text_gen|char_ram~42023_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42022_combout & ((\text_gen|char_ram~10458_q ))) # (!\text_gen|char_ram~42022_combout & (\text_gen|char_ram~10010_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42022_combout )))) + + .dataa(\text_gen|char_ram~10010_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~10458_q ), + .datad(\text_gen|char_ram~42022_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42023 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42026 ( +// Equation(s): +// \text_gen|char_ram~42026_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~42023_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~42025_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42025_combout ), + .datad(\text_gen|char_ram~42023_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42026 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y25_N21 +dffeas \text_gen|char_ram~16730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y21_N29 +dffeas \text_gen|char_ram~23898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y40_N29 +dffeas \text_gen|char_ram~16282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y40_N23 +dffeas \text_gen|char_ram~23450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55113_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23450 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42020 ( +// Equation(s): +// \text_gen|char_ram~42020_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~23450_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16282_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16282_q ), + .datad(\text_gen|char_ram~23450_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42020 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42021 ( +// Equation(s): +// \text_gen|char_ram~42021_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42020_combout & ((\text_gen|char_ram~23898_q ))) # (!\text_gen|char_ram~42020_combout & (\text_gen|char_ram~16730_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42020_combout )))) + + .dataa(\text_gen|char_ram~16730_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23898_q ), + .datad(\text_gen|char_ram~42020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42021 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42029 ( +// Equation(s): +// \text_gen|char_ram~42029_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42026_combout & (\text_gen|char_ram~42028_combout )) # (!\text_gen|char_ram~42026_combout & ((\text_gen|char_ram~42021_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42026_combout )))) + + .dataa(\text_gen|char_ram~42028_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42026_combout ), + .datad(\text_gen|char_ram~42021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42029 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~42029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y34_N29 +dffeas \text_gen|char_ram~10430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56356_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y26_N7 +dffeas \text_gen|char_ram~24766 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24766_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24766 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24766 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~23870feeder ( +// Equation(s): +// \text_gen|char_ram~23870feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y19_N19 +dffeas \text_gen|char_ram~23870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23870 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y26_N29 +dffeas \text_gen|char_ram~9534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54290_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42037 ( +// Equation(s): +// \text_gen|char_ram~42037_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~23870_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~9534_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23870_q ), + .datac(\text_gen|char_ram~9534_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42037 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y26_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42038 ( +// Equation(s): +// \text_gen|char_ram~42038_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42037_combout & ((\text_gen|char_ram~24766_q ))) # (!\text_gen|char_ram~42037_combout & (\text_gen|char_ram~10430_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42037_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10430_q ), + .datac(\text_gen|char_ram~24766_q ), + .datad(\text_gen|char_ram~42037_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42038 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23422feeder ( +// Equation(s): +// \text_gen|char_ram~23422feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23422feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23422feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23422feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y37_N21 +dffeas \text_gen|char_ram~23422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23422feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55101_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23422 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y37_N31 +dffeas \text_gen|char_ram~24318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24318 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~9982feeder ( +// Equation(s): +// \text_gen|char_ram~9982feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y57_N5 +dffeas \text_gen|char_ram~9982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9982 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y40_N21 +dffeas \text_gen|char_ram~9086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9086 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42030 ( +// Equation(s): +// \text_gen|char_ram~42030_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~9982_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~9086_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~9982_q ), + .datac(\text_gen|char_ram~9086_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42030 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42031 ( +// Equation(s): +// \text_gen|char_ram~42031_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42030_combout & ((\text_gen|char_ram~24318_q ))) # (!\text_gen|char_ram~42030_combout & (\text_gen|char_ram~23422_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42030_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23422_q ), + .datac(\text_gen|char_ram~24318_q ), + .datad(\text_gen|char_ram~42030_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42031 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y43_N17 +dffeas \text_gen|char_ram~16254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16254 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y37_N5 +dffeas \text_gen|char_ram~17150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17150 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2814feeder ( +// Equation(s): +// \text_gen|char_ram~2814feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2814feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2814feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2814feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y40_N7 +dffeas \text_gen|char_ram~2814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2814feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52898_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2814 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y40_N17 +dffeas \text_gen|char_ram~1918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1918 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42034 ( +// Equation(s): +// \text_gen|char_ram~42034_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~2814_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~1918_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~2814_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1918_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42034 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42035 ( +// Equation(s): +// \text_gen|char_ram~42035_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42034_combout & ((\text_gen|char_ram~17150_q ))) # (!\text_gen|char_ram~42034_combout & (\text_gen|char_ram~16254_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42034_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16254_q ), + .datac(\text_gen|char_ram~17150_q ), + .datad(\text_gen|char_ram~42034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42035 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y33_N31 +dffeas \text_gen|char_ram~3262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56583_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y37_N3 +dffeas \text_gen|char_ram~17598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y19_N29 +dffeas \text_gen|char_ram~16702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y19_N15 +dffeas \text_gen|char_ram~2366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y19_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42032 ( +// Equation(s): +// \text_gen|char_ram~42032_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16702_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2366_q +// ))))) + + .dataa(\text_gen|char_ram~16702_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2366_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42032 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42033 ( +// Equation(s): +// \text_gen|char_ram~42033_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42032_combout & ((\text_gen|char_ram~17598_q ))) # (!\text_gen|char_ram~42032_combout & (\text_gen|char_ram~3262_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42032_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3262_q ), + .datac(\text_gen|char_ram~17598_q ), + .datad(\text_gen|char_ram~42032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42033 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42036 ( +// Equation(s): +// \text_gen|char_ram~42036_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42033_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42035_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42035_combout ), + .datad(\text_gen|char_ram~42033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42036 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42039 ( +// Equation(s): +// \text_gen|char_ram~42039_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42036_combout & (\text_gen|char_ram~42038_combout )) # (!\text_gen|char_ram~42036_combout & ((\text_gen|char_ram~42031_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42036_combout )))) + + .dataa(\text_gen|char_ram~42038_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42031_combout ), + .datad(\text_gen|char_ram~42036_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42039 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42040 ( +// Equation(s): +// \text_gen|char_ram~42040_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~42029_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~42039_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~42029_combout ), + .datad(\text_gen|char_ram~42039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42040 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y60_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9989feeder ( +// Equation(s): +// \text_gen|char_ram~9989feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y60_N23 +dffeas \text_gen|char_ram~9989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y44_N29 +dffeas \text_gen|char_ram~24325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53001_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24325 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~23429feeder ( +// Equation(s): +// \text_gen|char_ram~23429feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23429feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23429feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23429feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N17 +dffeas \text_gen|char_ram~23429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23429feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54970_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23429 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y44_N3 +dffeas \text_gen|char_ram~9093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9093 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42012 ( +// Equation(s): +// \text_gen|char_ram~42012_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~23429_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~9093_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23429_q ), + .datac(\text_gen|char_ram~9093_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42012 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42013 ( +// Equation(s): +// \text_gen|char_ram~42013_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42012_combout & ((\text_gen|char_ram~24325_q ))) # (!\text_gen|char_ram~42012_combout & (\text_gen|char_ram~9989_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42012_combout )))) + + .dataa(\text_gen|char_ram~9989_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24325_q ), + .datad(\text_gen|char_ram~42012_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42013 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y48_N9 +dffeas \text_gen|char_ram~2821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52895_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y44_N7 +dffeas \text_gen|char_ram~17157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y44_N25 +dffeas \text_gen|char_ram~16261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y44_N25 +dffeas \text_gen|char_ram~1925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1925 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42014 ( +// Equation(s): +// \text_gen|char_ram~42014_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16261_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1925_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16261_q ), + .datac(\text_gen|char_ram~1925_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42014 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42015 ( +// Equation(s): +// \text_gen|char_ram~42015_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42014_combout & ((\text_gen|char_ram~17157_q ))) # (!\text_gen|char_ram~42014_combout & (\text_gen|char_ram~2821_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42014_combout )))) + + .dataa(\text_gen|char_ram~2821_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17157_q ), + .datad(\text_gen|char_ram~42014_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42015 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42016 ( +// Equation(s): +// \text_gen|char_ram~42016_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~42013_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~42015_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~42013_combout ), + .datad(\text_gen|char_ram~42015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42016 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~23877feeder ( +// Equation(s): +// \text_gen|char_ram~23877feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y20_N27 +dffeas \text_gen|char_ram~23877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54201_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y24_N25 +dffeas \text_gen|char_ram~24773 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56794_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24773_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24773 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24773 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10437feeder ( +// Equation(s): +// \text_gen|char_ram~10437feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10437feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10437feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10437feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y32_N25 +dffeas \text_gen|char_ram~10437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10437feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y24_N11 +dffeas \text_gen|char_ram~9541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42017 ( +// Equation(s): +// \text_gen|char_ram~42017_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~10437_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~9541_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10437_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9541_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42017 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42018 ( +// Equation(s): +// \text_gen|char_ram~42018_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42017_combout & ((\text_gen|char_ram~24773_q ))) # (!\text_gen|char_ram~42017_combout & (\text_gen|char_ram~23877_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42017_combout )))) + + .dataa(\text_gen|char_ram~23877_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24773_q ), + .datad(\text_gen|char_ram~42017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42018 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y20_N5 +dffeas \text_gen|char_ram~16709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16709 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y24_N29 +dffeas \text_gen|char_ram~17605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56050_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17605 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~3269feeder ( +// Equation(s): +// \text_gen|char_ram~3269feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3269feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3269feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3269feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y29_N25 +dffeas \text_gen|char_ram~3269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3269feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y23_N15 +dffeas \text_gen|char_ram~2373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42010 ( +// Equation(s): +// \text_gen|char_ram~42010_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~3269_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~2373_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~3269_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2373_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42010 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42011 ( +// Equation(s): +// \text_gen|char_ram~42011_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42010_combout & ((\text_gen|char_ram~17605_q ))) # (!\text_gen|char_ram~42010_combout & (\text_gen|char_ram~16709_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42010_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16709_q ), + .datac(\text_gen|char_ram~17605_q ), + .datad(\text_gen|char_ram~42010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42011 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42019 ( +// Equation(s): +// \text_gen|char_ram~42019_combout = (\text_gen|char_ram~42016_combout & (((\text_gen|char_ram~42018_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~42016_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42011_combout )))) + + .dataa(\text_gen|char_ram~42016_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~42018_combout ), + .datad(\text_gen|char_ram~42011_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42019 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y46_N29 +dffeas \text_gen|char_ram~24353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y30_N3 +dffeas \text_gen|char_ram~17185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17185 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42048 ( +// Equation(s): +// \text_gen|char_ram~42048_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~24353_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~17185_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24353_q ), + .datac(\text_gen|char_ram~17185_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42048 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y30_N21 +dffeas \text_gen|char_ram~24801 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56778_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24801_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24801 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24801 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y24_N3 +dffeas \text_gen|char_ram~17633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56178_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17633 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42049 ( +// Equation(s): +// \text_gen|char_ram~42049_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42048_combout & (\text_gen|char_ram~24801_q )) # (!\text_gen|char_ram~42048_combout & ((\text_gen|char_ram~17633_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~42048_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42048_combout ), + .datac(\text_gen|char_ram~24801_q ), + .datad(\text_gen|char_ram~17633_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42049 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y38_N4 +cycloneiv_lcell_comb \text_gen|char_ram~23457feeder ( +// Equation(s): +// \text_gen|char_ram~23457feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23457feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23457feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23457feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y38_N5 +dffeas \text_gen|char_ram~23457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23457feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y20_N27 +dffeas \text_gen|char_ram~23905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54193_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16737feeder ( +// Equation(s): +// \text_gen|char_ram~16737feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16737feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16737feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16737feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y20_N7 +dffeas \text_gen|char_ram~16737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16737feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16737 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y24_N29 +dffeas \text_gen|char_ram~16289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54950_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16289 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42043 ( +// Equation(s): +// \text_gen|char_ram~42043_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16737_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~16289_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~16737_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16289_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42043 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y20_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42044 ( +// Equation(s): +// \text_gen|char_ram~42044_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42043_combout & ((\text_gen|char_ram~23905_q ))) # (!\text_gen|char_ram~42043_combout & (\text_gen|char_ram~23457_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42043_combout )))) + + .dataa(\text_gen|char_ram~23457_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23905_q ), + .datad(\text_gen|char_ram~42043_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42044 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y40_N15 +dffeas \text_gen|char_ram~9121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y20_N29 +dffeas \text_gen|char_ram~9569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9569 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y38_N23 +dffeas \text_gen|char_ram~1953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y23_N17 +dffeas \text_gen|char_ram~2401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42045 ( +// Equation(s): +// \text_gen|char_ram~42045_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~2401_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~1953_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1953_q ), + .datad(\text_gen|char_ram~2401_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42045 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y20_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42046 ( +// Equation(s): +// \text_gen|char_ram~42046_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42045_combout & ((\text_gen|char_ram~9569_q ))) # (!\text_gen|char_ram~42045_combout & (\text_gen|char_ram~9121_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42045_combout )))) + + .dataa(\text_gen|char_ram~9121_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9569_q ), + .datad(\text_gen|char_ram~42045_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42046 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42047 ( +// Equation(s): +// \text_gen|char_ram~42047_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~42044_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~42046_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42044_combout ), + .datad(\text_gen|char_ram~42046_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42047 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y28_N13 +dffeas \text_gen|char_ram~3297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3297 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y28_N15 +dffeas \text_gen|char_ram~10465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y54_N19 +dffeas \text_gen|char_ram~10017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y54_N5 +dffeas \text_gen|char_ram~2849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y54_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42041 ( +// Equation(s): +// \text_gen|char_ram~42041_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10017_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2849_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~10017_q ), + .datac(\text_gen|char_ram~2849_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42041 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42042 ( +// Equation(s): +// \text_gen|char_ram~42042_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42041_combout & ((\text_gen|char_ram~10465_q ))) # (!\text_gen|char_ram~42041_combout & (\text_gen|char_ram~3297_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42041_combout )))) + + .dataa(\text_gen|char_ram~3297_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10465_q ), + .datad(\text_gen|char_ram~42041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42042 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42050 ( +// Equation(s): +// \text_gen|char_ram~42050_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42047_combout & (\text_gen|char_ram~42049_combout )) # (!\text_gen|char_ram~42047_combout & ((\text_gen|char_ram~42042_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42047_combout )))) + + .dataa(\text_gen|char_ram~42049_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42047_combout ), + .datad(\text_gen|char_ram~42042_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42050 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~42050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42051 ( +// Equation(s): +// \text_gen|char_ram~42051_combout = (\text_gen|char_ram~42040_combout & (((\text_gen|char_ram~42050_combout ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~42040_combout & (\text_gen|char_ram~42019_combout & (\vga_c|h_cnt [4]))) + + .dataa(\text_gen|char_ram~42040_combout ), + .datab(\text_gen|char_ram~42019_combout ), + .datac(\vga_c|h_cnt [4]), + .datad(\text_gen|char_ram~42050_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42051 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~42051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23863feeder ( +// Equation(s): +// \text_gen|char_ram~23863feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23863feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23863feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23863feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N25 +dffeas \text_gen|char_ram~23863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23863feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y24_N15 +dffeas \text_gen|char_ram~24759 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56785_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24759_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24759 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24759 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10423feeder ( +// Equation(s): +// \text_gen|char_ram~10423feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10423feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10423feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10423feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y32_N5 +dffeas \text_gen|char_ram~10423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10423feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y24_N1 +dffeas \text_gen|char_ram~9527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54185_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42059 ( +// Equation(s): +// \text_gen|char_ram~42059_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~10423_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~9527_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10423_q ), + .datac(\text_gen|char_ram~9527_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42059 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42060 ( +// Equation(s): +// \text_gen|char_ram~42060_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42059_combout & ((\text_gen|char_ram~24759_q ))) # (!\text_gen|char_ram~42059_combout & (\text_gen|char_ram~23863_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42059_combout )))) + + .dataa(\text_gen|char_ram~23863_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24759_q ), + .datad(\text_gen|char_ram~42059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42060 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y28_N29 +dffeas \text_gen|char_ram~16695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y28_N9 +dffeas \text_gen|char_ram~17591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56114_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17591 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~3255feeder ( +// Equation(s): +// \text_gen|char_ram~3255feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3255feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3255feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3255feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y28_N11 +dffeas \text_gen|char_ram~3255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3255feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3255 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y28_N4 +cycloneiv_lcell_comb \text_gen|char_ram~2359feeder ( +// Equation(s): +// \text_gen|char_ram~2359feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2359feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2359feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2359feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y28_N5 +dffeas \text_gen|char_ram~2359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2359feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2359 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42052 ( +// Equation(s): +// \text_gen|char_ram~42052_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~3255_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~2359_q ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3255_q ), + .datad(\text_gen|char_ram~2359_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42052 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42053 ( +// Equation(s): +// \text_gen|char_ram~42053_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42052_combout & ((\text_gen|char_ram~17591_q ))) # (!\text_gen|char_ram~42052_combout & (\text_gen|char_ram~16695_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42052_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16695_q ), + .datac(\text_gen|char_ram~17591_q ), + .datad(\text_gen|char_ram~42052_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42053 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9975feeder ( +// Equation(s): +// \text_gen|char_ram~9975feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9975feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9975feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9975feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y60_N21 +dffeas \text_gen|char_ram~9975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9975feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52784_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y43_N3 +dffeas \text_gen|char_ram~24311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53005_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y40_N11 +dffeas \text_gen|char_ram~23415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23415 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y43_N29 +dffeas \text_gen|char_ram~9079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9079 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42054 ( +// Equation(s): +// \text_gen|char_ram~42054_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23415_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~9079_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~23415_q ), + .datac(\text_gen|char_ram~9079_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42054 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42055 ( +// Equation(s): +// \text_gen|char_ram~42055_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42054_combout & ((\text_gen|char_ram~24311_q ))) # (!\text_gen|char_ram~42054_combout & (\text_gen|char_ram~9975_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42054_combout )))) + + .dataa(\text_gen|char_ram~9975_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24311_q ), + .datad(\text_gen|char_ram~42054_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42055 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N15 +dffeas \text_gen|char_ram~2807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2807 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N7 +dffeas \text_gen|char_ram~17143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17143 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y24_N5 +dffeas \text_gen|char_ram~16247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y35_N1 +dffeas \text_gen|char_ram~1911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1911 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42056 ( +// Equation(s): +// \text_gen|char_ram~42056_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16247_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~1911_q +// ))))) + + .dataa(\text_gen|char_ram~16247_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1911_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42056 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42057 ( +// Equation(s): +// \text_gen|char_ram~42057_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42056_combout & ((\text_gen|char_ram~17143_q ))) # (!\text_gen|char_ram~42056_combout & (\text_gen|char_ram~2807_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42056_combout )))) + + .dataa(\text_gen|char_ram~2807_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17143_q ), + .datad(\text_gen|char_ram~42056_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42057 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42058 ( +// Equation(s): +// \text_gen|char_ram~42058_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~42055_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~42057_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~42055_combout ), + .datad(\text_gen|char_ram~42057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42058 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42061 ( +// Equation(s): +// \text_gen|char_ram~42061_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42058_combout & (\text_gen|char_ram~42060_combout )) # (!\text_gen|char_ram~42058_combout & ((\text_gen|char_ram~42053_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42058_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42060_combout ), + .datac(\text_gen|char_ram~42053_combout ), + .datad(\text_gen|char_ram~42058_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42061 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y38_N21 +dffeas \text_gen|char_ram~23443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y24_N31 +dffeas \text_gen|char_ram~23891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23891 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y30_N21 +dffeas \text_gen|char_ram~16275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16275 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16723feeder ( +// Equation(s): +// \text_gen|char_ram~16723feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16723feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16723feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16723feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y24_N25 +dffeas \text_gen|char_ram~16723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16723feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16723 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y30_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42085 ( +// Equation(s): +// \text_gen|char_ram~42085_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~16723_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16275_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16275_q ), + .datad(\text_gen|char_ram~16723_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42085 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42086 ( +// Equation(s): +// \text_gen|char_ram~42086_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42085_combout & ((\text_gen|char_ram~23891_q ))) # (!\text_gen|char_ram~42085_combout & (\text_gen|char_ram~23443_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42085_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~23443_q ), + .datac(\text_gen|char_ram~23891_q ), + .datad(\text_gen|char_ram~42085_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42086 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~9107feeder ( +// Equation(s): +// \text_gen|char_ram~9107feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9107feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9107feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9107feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N3 +dffeas \text_gen|char_ram~9107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9107feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y24_N1 +dffeas \text_gen|char_ram~9555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N1 +dffeas \text_gen|char_ram~1939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y24_N11 +dffeas \text_gen|char_ram~2387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2387 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42087 ( +// Equation(s): +// \text_gen|char_ram~42087_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~2387_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1939_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1939_q ), + .datad(\text_gen|char_ram~2387_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42087 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42088 ( +// Equation(s): +// \text_gen|char_ram~42088_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42087_combout & ((\text_gen|char_ram~9555_q ))) # (!\text_gen|char_ram~42087_combout & (\text_gen|char_ram~9107_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42087_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~9107_q ), + .datac(\text_gen|char_ram~9555_q ), + .datad(\text_gen|char_ram~42087_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42088 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42089 ( +// Equation(s): +// \text_gen|char_ram~42089_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~42086_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~42088_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42086_combout ), + .datad(\text_gen|char_ram~42088_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42089 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y30_N23 +dffeas \text_gen|char_ram~17619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17619 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y30_N17 +dffeas \text_gen|char_ram~24787 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56769_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24787_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24787 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24787 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y46_N19 +dffeas \text_gen|char_ram~24339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y46_N9 +dffeas \text_gen|char_ram~17171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17171 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42090 ( +// Equation(s): +// \text_gen|char_ram~42090_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~24339_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~17171_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24339_q ), + .datac(\text_gen|char_ram~17171_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42090 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42091 ( +// Equation(s): +// \text_gen|char_ram~42091_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42090_combout & ((\text_gen|char_ram~24787_q ))) # (!\text_gen|char_ram~42090_combout & (\text_gen|char_ram~17619_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42090_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17619_q ), + .datac(\text_gen|char_ram~24787_q ), + .datad(\text_gen|char_ram~42090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42091 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y35_N7 +dffeas \text_gen|char_ram~3283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y35_N5 +dffeas \text_gen|char_ram~10451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56279_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10451 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y47_N11 +dffeas \text_gen|char_ram~10003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y47_N21 +dffeas \text_gen|char_ram~2835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52921_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42083 ( +// Equation(s): +// \text_gen|char_ram~42083_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10003_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2835_q +// ))))) + + .dataa(\text_gen|char_ram~10003_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2835_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42083 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42084 ( +// Equation(s): +// \text_gen|char_ram~42084_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42083_combout & ((\text_gen|char_ram~10451_q ))) # (!\text_gen|char_ram~42083_combout & (\text_gen|char_ram~3283_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42083_combout )))) + + .dataa(\text_gen|char_ram~3283_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10451_q ), + .datad(\text_gen|char_ram~42083_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42084 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42092 ( +// Equation(s): +// \text_gen|char_ram~42092_combout = (\text_gen|char_ram~42089_combout & (((\text_gen|char_ram~42091_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~42089_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42084_combout )))) + + .dataa(\text_gen|char_ram~42089_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42091_combout ), + .datad(\text_gen|char_ram~42084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42092 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y38_N1 +dffeas \text_gen|char_ram~23408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55110_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23408 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y41_N31 +dffeas \text_gen|char_ram~24304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y41_N13 +dffeas \text_gen|char_ram~9072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55062_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9968feeder ( +// Equation(s): +// \text_gen|char_ram~9968feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9968feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9968feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9968feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y61_N25 +dffeas \text_gen|char_ram~9968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9968feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42072 ( +// Equation(s): +// \text_gen|char_ram~42072_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~9968_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~9072_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~9072_q ), + .datad(\text_gen|char_ram~9968_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42072 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42073 ( +// Equation(s): +// \text_gen|char_ram~42073_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42072_combout & ((\text_gen|char_ram~24304_q ))) # (!\text_gen|char_ram~42072_combout & (\text_gen|char_ram~23408_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42072_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23408_q ), + .datac(\text_gen|char_ram~24304_q ), + .datad(\text_gen|char_ram~42072_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42073 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y34_N29 +dffeas \text_gen|char_ram~10416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y28_N11 +dffeas \text_gen|char_ram~24752 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24752_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24752 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24752 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y28_N21 +dffeas \text_gen|char_ram~9520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54298_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9520 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y20_N21 +dffeas \text_gen|char_ram~23856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54330_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23856 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42079 ( +// Equation(s): +// \text_gen|char_ram~42079_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23856_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9520_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9520_q ), + .datad(\text_gen|char_ram~23856_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42079 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42080 ( +// Equation(s): +// \text_gen|char_ram~42080_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42079_combout & ((\text_gen|char_ram~24752_q ))) # (!\text_gen|char_ram~42079_combout & (\text_gen|char_ram~10416_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42079_combout )))) + + .dataa(\text_gen|char_ram~10416_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24752_q ), + .datad(\text_gen|char_ram~42079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42080 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~16240feeder ( +// Equation(s): +// \text_gen|char_ram~16240feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16240feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16240feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16240feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y35_N21 +dffeas \text_gen|char_ram~16240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16240feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16240 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y36_N7 +dffeas \text_gen|char_ram~17136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17136 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y38_N15 +dffeas \text_gen|char_ram~1904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55094_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1904 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y39_N31 +dffeas \text_gen|char_ram~2800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42076 ( +// Equation(s): +// \text_gen|char_ram~42076_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~2800_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~1904_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1904_q ), + .datad(\text_gen|char_ram~2800_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42076 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42077 ( +// Equation(s): +// \text_gen|char_ram~42077_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42076_combout & ((\text_gen|char_ram~17136_q ))) # (!\text_gen|char_ram~42076_combout & (\text_gen|char_ram~16240_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42076_combout )))) + + .dataa(\text_gen|char_ram~16240_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17136_q ), + .datad(\text_gen|char_ram~42076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42077 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3248feeder ( +// Equation(s): +// \text_gen|char_ram~3248feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3248feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3248feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3248feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y34_N21 +dffeas \text_gen|char_ram~3248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3248feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56647_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3248 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y27_N1 +dffeas \text_gen|char_ram~17584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17584 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y16_N17 +dffeas \text_gen|char_ram~16688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54282_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16688 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y16_N15 +dffeas \text_gen|char_ram~2352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54314_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42074 ( +// Equation(s): +// \text_gen|char_ram~42074_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16688_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2352_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16688_q ), + .datac(\text_gen|char_ram~2352_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42074 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y27_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42075 ( +// Equation(s): +// \text_gen|char_ram~42075_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42074_combout & ((\text_gen|char_ram~17584_q ))) # (!\text_gen|char_ram~42074_combout & (\text_gen|char_ram~3248_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42074_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3248_q ), + .datac(\text_gen|char_ram~17584_q ), + .datad(\text_gen|char_ram~42074_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42075 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42078 ( +// Equation(s): +// \text_gen|char_ram~42078_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout ) # (\text_gen|char_ram~42075_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~42077_combout & (!\text_gen|Add5~12_combout ))) + + .dataa(\text_gen|char_ram~42077_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42075_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42078 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~42078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42081 ( +// Equation(s): +// \text_gen|char_ram~42081_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42078_combout & ((\text_gen|char_ram~42080_combout ))) # (!\text_gen|char_ram~42078_combout & (\text_gen|char_ram~42073_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42078_combout )))) + + .dataa(\text_gen|char_ram~42073_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42080_combout ), + .datad(\text_gen|char_ram~42078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42081 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y41_N5 +dffeas \text_gen|char_ram~24332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y33_N7 +dffeas \text_gen|char_ram~24780 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24780_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24780 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24780 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N3 +dffeas \text_gen|char_ram~17612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17612 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y33_N21 +dffeas \text_gen|char_ram~17164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42069 ( +// Equation(s): +// \text_gen|char_ram~42069_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~17612_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~17164_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17612_q ), + .datac(\text_gen|char_ram~17164_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42069 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42070 ( +// Equation(s): +// \text_gen|char_ram~42070_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42069_combout & ((\text_gen|char_ram~24780_q ))) # (!\text_gen|char_ram~42069_combout & (\text_gen|char_ram~24332_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42069_combout )))) + + .dataa(\text_gen|char_ram~24332_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24780_q ), + .datad(\text_gen|char_ram~42069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42070 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~23884feeder ( +// Equation(s): +// \text_gen|char_ram~23884feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23884feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23884feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23884feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N11 +dffeas \text_gen|char_ram~23884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23884feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16716feeder ( +// Equation(s): +// \text_gen|char_ram~16716feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16716feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16716feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16716feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y20_N1 +dffeas \text_gen|char_ram~16716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16716feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16716 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y33_N9 +dffeas \text_gen|char_ram~16268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55074_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y39_N29 +dffeas \text_gen|char_ram~23436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23436 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42062 ( +// Equation(s): +// \text_gen|char_ram~42062_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~23436_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16268_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16268_q ), + .datad(\text_gen|char_ram~23436_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42062 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42063 ( +// Equation(s): +// \text_gen|char_ram~42063_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42062_combout & (\text_gen|char_ram~23884_q )) # (!\text_gen|char_ram~42062_combout & ((\text_gen|char_ram~16716_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42062_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23884_q ), + .datac(\text_gen|char_ram~16716_q ), + .datad(\text_gen|char_ram~42062_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42063 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y39_N3 +dffeas \text_gen|char_ram~9100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y39_N13 +dffeas \text_gen|char_ram~1932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42066 ( +// Equation(s): +// \text_gen|char_ram~42066_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~9100_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~1932_q +// ))))) + + .dataa(\text_gen|char_ram~9100_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1932_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42066 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y39_N7 +dffeas \text_gen|char_ram~9548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9548 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y20_N18 +cycloneiv_lcell_comb \text_gen|char_ram~2380feeder ( +// Equation(s): +// \text_gen|char_ram~2380feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2380feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y20_N19 +dffeas \text_gen|char_ram~2380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2380 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42067 ( +// Equation(s): +// \text_gen|char_ram~42067_combout = (\text_gen|char_ram~42066_combout & (((\text_gen|char_ram~9548_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~42066_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~2380_q )))) + + .dataa(\text_gen|char_ram~42066_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~9548_q ), + .datad(\text_gen|char_ram~2380_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42067 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y39_N13 +dffeas \text_gen|char_ram~9996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52745_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y39_N19 +dffeas \text_gen|char_ram~10444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10444 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y39_N21 +dffeas \text_gen|char_ram~2828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2828 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y35_N21 +dffeas \text_gen|char_ram~3276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3276 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42064 ( +// Equation(s): +// \text_gen|char_ram~42064_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~3276_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2828_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2828_q ), + .datad(\text_gen|char_ram~3276_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42064 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42065 ( +// Equation(s): +// \text_gen|char_ram~42065_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42064_combout & ((\text_gen|char_ram~10444_q ))) # (!\text_gen|char_ram~42064_combout & (\text_gen|char_ram~9996_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42064_combout )))) + + .dataa(\text_gen|char_ram~9996_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~10444_q ), + .datad(\text_gen|char_ram~42064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42065 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42068 ( +// Equation(s): +// \text_gen|char_ram~42068_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~42065_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~42067_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42067_combout ), + .datad(\text_gen|char_ram~42065_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42068 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42071 ( +// Equation(s): +// \text_gen|char_ram~42071_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42068_combout & (\text_gen|char_ram~42070_combout )) # (!\text_gen|char_ram~42068_combout & ((\text_gen|char_ram~42063_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42068_combout )))) + + .dataa(\text_gen|char_ram~42070_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42063_combout ), + .datad(\text_gen|char_ram~42068_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42071 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42082 ( +// Equation(s): +// \text_gen|char_ram~42082_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~42071_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~42081_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~42081_combout ), + .datad(\text_gen|char_ram~42071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42082 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42093 ( +// Equation(s): +// \text_gen|char_ram~42093_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42082_combout & ((\text_gen|char_ram~42092_combout ))) # (!\text_gen|char_ram~42082_combout & (\text_gen|char_ram~42061_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42082_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42061_combout ), + .datac(\text_gen|char_ram~42092_combout ), + .datad(\text_gen|char_ram~42082_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42093 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42094 ( +// Equation(s): +// \text_gen|char_ram~42094_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~42051_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~42093_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42051_combout ), + .datad(\text_gen|char_ram~42093_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42094 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~23464feeder ( +// Equation(s): +// \text_gen|char_ram~23464feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23464feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23464feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23464feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y21_N7 +dffeas \text_gen|char_ram~23464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23464feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23464 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y41_N21 +dffeas \text_gen|char_ram~24360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52986_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24360 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y41_N7 +dffeas \text_gen|char_ram~9128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y55_N8 +cycloneiv_lcell_comb \text_gen|char_ram~10024feeder ( +// Equation(s): +// \text_gen|char_ram~10024feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10024feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10024feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10024feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y55_N9 +dffeas \text_gen|char_ram~10024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10024feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52786_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10024 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N6 +cycloneiv_lcell_comb \text_gen|char_ram~41988 ( +// Equation(s): +// \text_gen|char_ram~41988_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~10024_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~9128_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9128_q ), + .datad(\text_gen|char_ram~10024_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41988 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41989 ( +// Equation(s): +// \text_gen|char_ram~41989_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41988_combout & ((\text_gen|char_ram~24360_q ))) # (!\text_gen|char_ram~41988_combout & (\text_gen|char_ram~23464_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41988_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23464_q ), + .datac(\text_gen|char_ram~24360_q ), + .datad(\text_gen|char_ram~41988_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41989 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10472feeder ( +// Equation(s): +// \text_gen|char_ram~10472feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10472feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10472feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10472feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y28_N15 +dffeas \text_gen|char_ram~10472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10472feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10472 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y20_N11 +dffeas \text_gen|char_ram~24808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y16_N31 +dffeas \text_gen|char_ram~23912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54266_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23912 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y20_N13 +dffeas \text_gen|char_ram~9576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54232_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y20_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41995 ( +// Equation(s): +// \text_gen|char_ram~41995_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23912_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~9576_q +// ))))) + + .dataa(\text_gen|char_ram~23912_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9576_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41995 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41996 ( +// Equation(s): +// \text_gen|char_ram~41996_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41995_combout & ((\text_gen|char_ram~24808_q ))) # (!\text_gen|char_ram~41995_combout & (\text_gen|char_ram~10472_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41995_combout )))) + + .dataa(\text_gen|char_ram~10472_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24808_q ), + .datad(\text_gen|char_ram~41995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41996 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16296feeder ( +// Equation(s): +// \text_gen|char_ram~16296feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16296feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16296feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16296feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y35_N19 +dffeas \text_gen|char_ram~16296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16296feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16296 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y35_N19 +dffeas \text_gen|char_ram~17192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52858_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y43_N7 +dffeas \text_gen|char_ram~2856 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2856_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2856 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2856 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y35_N15 +dffeas \text_gen|char_ram~1960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55030_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1960 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41992 ( +// Equation(s): +// \text_gen|char_ram~41992_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~2856_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~1960_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2856_q ), + .datac(\text_gen|char_ram~1960_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41992 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41993 ( +// Equation(s): +// \text_gen|char_ram~41993_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41992_combout & ((\text_gen|char_ram~17192_q ))) # (!\text_gen|char_ram~41992_combout & (\text_gen|char_ram~16296_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41992_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16296_q ), + .datac(\text_gen|char_ram~17192_q ), + .datad(\text_gen|char_ram~41992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41993 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~3304feeder ( +// Equation(s): +// \text_gen|char_ram~3304feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3304feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3304feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3304feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y35_N7 +dffeas \text_gen|char_ram~3304 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3304feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3304_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3304 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3304 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y35_N25 +dffeas \text_gen|char_ram~17640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17640 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~16744feeder ( +// Equation(s): +// \text_gen|char_ram~16744feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16744feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16744feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16744feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y12_N1 +dffeas \text_gen|char_ram~16744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16744feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y12_N23 +dffeas \text_gen|char_ram~2408 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2408_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2408 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2408 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y12_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41990 ( +// Equation(s): +// \text_gen|char_ram~41990_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16744_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2408_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16744_q ), + .datac(\text_gen|char_ram~2408_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41990 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41991 ( +// Equation(s): +// \text_gen|char_ram~41991_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41990_combout & ((\text_gen|char_ram~17640_q ))) # (!\text_gen|char_ram~41990_combout & (\text_gen|char_ram~3304_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41990_combout )))) + + .dataa(\text_gen|char_ram~3304_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17640_q ), + .datad(\text_gen|char_ram~41990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41991 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41994 ( +// Equation(s): +// \text_gen|char_ram~41994_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~41991_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~41993_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~41993_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~41991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41994 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~41994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41997 ( +// Equation(s): +// \text_gen|char_ram~41997_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41994_combout & ((\text_gen|char_ram~41996_combout ))) # (!\text_gen|char_ram~41994_combout & (\text_gen|char_ram~41989_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41994_combout )))) + + .dataa(\text_gen|char_ram~41989_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41996_combout ), + .datad(\text_gen|char_ram~41994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41997 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y43_N29 +dffeas \text_gen|char_ram~2863 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2863_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2863 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2863 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y38_N27 +dffeas \text_gen|char_ram~17199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16303feeder ( +// Equation(s): +// \text_gen|char_ram~16303feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16303feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16303feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16303feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y39_N13 +dffeas \text_gen|char_ram~16303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16303feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55126_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16303 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y38_N21 +dffeas \text_gen|char_ram~1967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55158_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1967 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41982 ( +// Equation(s): +// \text_gen|char_ram~41982_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~16303_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~1967_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~16303_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~1967_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41982 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~41983 ( +// Equation(s): +// \text_gen|char_ram~41983_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41982_combout & ((\text_gen|char_ram~17199_q ))) # (!\text_gen|char_ram~41982_combout & (\text_gen|char_ram~2863_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41982_combout )))) + + .dataa(\text_gen|char_ram~2863_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17199_q ), + .datad(\text_gen|char_ram~41982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41983 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y61_N14 +cycloneiv_lcell_comb \text_gen|char_ram~10031feeder ( +// Equation(s): +// \text_gen|char_ram~10031feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~10031feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10031feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~10031feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y61_N15 +dffeas \text_gen|char_ram~10031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10031feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10031 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y42_N5 +dffeas \text_gen|char_ram~24367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53043_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y40_N13 +dffeas \text_gen|char_ram~23471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55117_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y42_N3 +dffeas \text_gen|char_ram~9135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9135 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41980 ( +// Equation(s): +// \text_gen|char_ram~41980_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23471_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~9135_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~23471_q ), + .datac(\text_gen|char_ram~9135_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41980 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~41980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41981 ( +// Equation(s): +// \text_gen|char_ram~41981_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~41980_combout & ((\text_gen|char_ram~24367_q ))) # (!\text_gen|char_ram~41980_combout & (\text_gen|char_ram~10031_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~41980_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10031_q ), + .datac(\text_gen|char_ram~24367_q ), + .datad(\text_gen|char_ram~41980_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41981 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41984 ( +// Equation(s): +// \text_gen|char_ram~41984_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~41981_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~41983_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~41983_combout ), + .datad(\text_gen|char_ram~41981_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41984 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23919feeder ( +// Equation(s): +// \text_gen|char_ram~23919feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23919feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23919feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23919feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y22_N23 +dffeas \text_gen|char_ram~23919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23919feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y22_N25 +dffeas \text_gen|char_ram~24815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56979_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24815 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y26_N5 +dffeas \text_gen|char_ram~10479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y22_N11 +dffeas \text_gen|char_ram~9583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54346_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~41985 ( +// Equation(s): +// \text_gen|char_ram~41985_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~10479_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~9583_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~10479_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9583_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41985 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y22_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41986 ( +// Equation(s): +// \text_gen|char_ram~41986_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41985_combout & ((\text_gen|char_ram~24815_q ))) # (!\text_gen|char_ram~41985_combout & (\text_gen|char_ram~23919_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41985_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23919_q ), + .datac(\text_gen|char_ram~24815_q ), + .datad(\text_gen|char_ram~41985_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41986 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y39_N26 +cycloneiv_lcell_comb \text_gen|char_ram~16751feeder ( +// Equation(s): +// \text_gen|char_ram~16751feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16751feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16751feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16751feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y39_N27 +dffeas \text_gen|char_ram~16751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16751feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16751 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y35_N17 +dffeas \text_gen|char_ram~17647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17647 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y16_N21 +dffeas \text_gen|char_ram~3311 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3311_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3311 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3311 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y16_N3 +dffeas \text_gen|char_ram~2415 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2415_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2415 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2415 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y16_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41978 ( +// Equation(s): +// \text_gen|char_ram~41978_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~3311_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~2415_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3311_q ), + .datac(\text_gen|char_ram~2415_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41978 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~41978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41979 ( +// Equation(s): +// \text_gen|char_ram~41979_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41978_combout & ((\text_gen|char_ram~17647_q ))) # (!\text_gen|char_ram~41978_combout & (\text_gen|char_ram~16751_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41978_combout )))) + + .dataa(\text_gen|char_ram~16751_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~17647_q ), + .datad(\text_gen|char_ram~41978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41979 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y38_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41987 ( +// Equation(s): +// \text_gen|char_ram~41987_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41984_combout & (\text_gen|char_ram~41986_combout )) # (!\text_gen|char_ram~41984_combout & ((\text_gen|char_ram~41979_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~41984_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~41984_combout ), + .datac(\text_gen|char_ram~41986_combout ), + .datad(\text_gen|char_ram~41979_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41987 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~41987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41998 ( +// Equation(s): +// \text_gen|char_ram~41998_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~41987_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~41997_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~41997_combout ), + .datad(\text_gen|char_ram~41987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41998 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y41_N27 +dffeas \text_gen|char_ram~24388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52984_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y31_N19 +dffeas \text_gen|char_ram~24836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56834_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24836 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y31_N13 +dffeas \text_gen|char_ram~17668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17668 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y35_N21 +dffeas \text_gen|char_ram~17220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~41975 ( +// Equation(s): +// \text_gen|char_ram~41975_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~17668_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~17220_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~17668_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17220_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41975 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~41975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~41976 ( +// Equation(s): +// \text_gen|char_ram~41976_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~41975_combout & ((\text_gen|char_ram~24836_q ))) # (!\text_gen|char_ram~41975_combout & (\text_gen|char_ram~24388_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~41975_combout )))) + + .dataa(\text_gen|char_ram~24388_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~24836_q ), + .datad(\text_gen|char_ram~41975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41976 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~41976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2436feeder ( +// Equation(s): +// \text_gen|char_ram~2436feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2436feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2436feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2436feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y11_N25 +dffeas \text_gen|char_ram~2436 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2436feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54239_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2436_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2436 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2436 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y35_N3 +dffeas \text_gen|char_ram~9604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9604 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y35_N29 +dffeas \text_gen|char_ram~1988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1988 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9156feeder ( +// Equation(s): +// \text_gen|char_ram~9156feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9156feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9156feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9156feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N17 +dffeas \text_gen|char_ram~9156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9156feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55004_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9156 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~41972 ( +// Equation(s): +// \text_gen|char_ram~41972_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9156_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~1988_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~1988_q ), + .datad(\text_gen|char_ram~9156_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41972 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~41973 ( +// Equation(s): +// \text_gen|char_ram~41973_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41972_combout & ((\text_gen|char_ram~9604_q ))) # (!\text_gen|char_ram~41972_combout & (\text_gen|char_ram~2436_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41972_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2436_q ), + .datac(\text_gen|char_ram~9604_q ), + .datad(\text_gen|char_ram~41972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41973 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~41973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y35_N3 +dffeas \text_gen|char_ram~3332 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3332_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3332 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3332 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y35_N13 +dffeas \text_gen|char_ram~2884 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52923_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2884_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2884 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2884 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~41970 ( +// Equation(s): +// \text_gen|char_ram~41970_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~3332_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~2884_q +// ))))) + + .dataa(\text_gen|char_ram~3332_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2884_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41970 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~10052feeder ( +// Equation(s): +// \text_gen|char_ram~10052feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10052feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10052feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10052feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y57_N19 +dffeas \text_gen|char_ram~10052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10052feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10052 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y31_N17 +dffeas \text_gen|char_ram~10500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~41971 ( +// Equation(s): +// \text_gen|char_ram~41971_combout = (\text_gen|char_ram~41970_combout & (((\text_gen|char_ram~10500_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~41970_combout & (\text_gen|char_ram~10052_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~41970_combout ), + .datab(\text_gen|char_ram~10052_q ), + .datac(\text_gen|char_ram~10500_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41971 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~41971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~41974 ( +// Equation(s): +// \text_gen|char_ram~41974_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~41971_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~41973_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~41973_combout ), + .datad(\text_gen|char_ram~41971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41974 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~41974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y12_N19 +dffeas \text_gen|char_ram~23940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y12_N9 +dffeas \text_gen|char_ram~16772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y16_N5 +dffeas \text_gen|char_ram~16324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55046_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23492feeder ( +// Equation(s): +// \text_gen|char_ram~23492feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23492feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23492feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23492feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y38_N21 +dffeas \text_gen|char_ram~23492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23492feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~41968 ( +// Equation(s): +// \text_gen|char_ram~41968_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~23492_q )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~16324_q ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~16324_q ), + .datad(\text_gen|char_ram~23492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~41968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41968 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~41968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~41969 ( +// Equation(s): +// \text_gen|char_ram~41969_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41968_combout & (\text_gen|char_ram~23940_q )) # (!\text_gen|char_ram~41968_combout & ((\text_gen|char_ram~16772_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41968_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23940_q ), + .datac(\text_gen|char_ram~16772_q ), + .datad(\text_gen|char_ram~41968_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41969 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~41969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~41977 ( +// Equation(s): +// \text_gen|char_ram~41977_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~41974_combout & (\text_gen|char_ram~41976_combout )) # (!\text_gen|char_ram~41974_combout & ((\text_gen|char_ram~41969_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~41974_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~41976_combout ), + .datac(\text_gen|char_ram~41974_combout ), + .datad(\text_gen|char_ram~41969_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41977 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~41977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y38_N11 +dffeas \text_gen|char_ram~23499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y19_N9 +dffeas \text_gen|char_ram~23947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y22_N15 +dffeas \text_gen|char_ram~16779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N1 +dffeas \text_gen|char_ram~16331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55174_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16331 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42001 ( +// Equation(s): +// \text_gen|char_ram~42001_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~16779_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~16331_q +// ))))) + + .dataa(\text_gen|char_ram~16779_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~16331_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42001 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42002 ( +// Equation(s): +// \text_gen|char_ram~42002_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42001_combout & ((\text_gen|char_ram~23947_q ))) # (!\text_gen|char_ram~42001_combout & (\text_gen|char_ram~23499_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42001_combout )))) + + .dataa(\text_gen|char_ram~23499_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~23947_q ), + .datad(\text_gen|char_ram~42001_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42002 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9163feeder ( +// Equation(s): +// \text_gen|char_ram~9163feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9163feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9163feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9163feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y39_N29 +dffeas \text_gen|char_ram~9163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9163feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55133_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y19_N19 +dffeas \text_gen|char_ram~9611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54338_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9611 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y11_N23 +dffeas \text_gen|char_ram~2443 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2443_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2443 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2443 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y15_N25 +dffeas \text_gen|char_ram~1995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1995 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42003 ( +// Equation(s): +// \text_gen|char_ram~42003_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~2443_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~1995_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2443_q ), + .datac(\text_gen|char_ram~1995_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42003 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42004 ( +// Equation(s): +// \text_gen|char_ram~42004_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42003_combout & ((\text_gen|char_ram~9611_q ))) # (!\text_gen|char_ram~42003_combout & (\text_gen|char_ram~9163_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42003_combout )))) + + .dataa(\text_gen|char_ram~9163_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9611_q ), + .datad(\text_gen|char_ram~42003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42004 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42005 ( +// Equation(s): +// \text_gen|char_ram~42005_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42002_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~42004_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42002_combout ), + .datad(\text_gen|char_ram~42004_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42005 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~17675feeder ( +// Equation(s): +// \text_gen|char_ram~17675feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y27_N23 +dffeas \text_gen|char_ram~17675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55994_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17675 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y31_N13 +dffeas \text_gen|char_ram~24843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56963_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y46_N5 +dffeas \text_gen|char_ram~24395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24395 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y48_N5 +dffeas \text_gen|char_ram~17227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17227 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42006 ( +// Equation(s): +// \text_gen|char_ram~42006_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~24395_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~17227_q +// ))))) + + .dataa(\text_gen|char_ram~24395_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17227_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42006 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42007 ( +// Equation(s): +// \text_gen|char_ram~42007_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42006_combout & ((\text_gen|char_ram~24843_q ))) # (!\text_gen|char_ram~42006_combout & (\text_gen|char_ram~17675_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42006_combout )))) + + .dataa(\text_gen|char_ram~17675_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24843_q ), + .datad(\text_gen|char_ram~42006_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42007 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y46_N11 +dffeas \text_gen|char_ram~3339 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3339_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3339 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3339 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y46_N21 +dffeas \text_gen|char_ram~10507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10507 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y47_N17 +dffeas \text_gen|char_ram~10059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y47_N15 +dffeas \text_gen|char_ram~2891 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2891_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2891 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2891 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~41999 ( +// Equation(s): +// \text_gen|char_ram~41999_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10059_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2891_q +// ))))) + + .dataa(\text_gen|char_ram~10059_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2891_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~41999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~41999 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~41999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42000 ( +// Equation(s): +// \text_gen|char_ram~42000_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~41999_combout & ((\text_gen|char_ram~10507_q ))) # (!\text_gen|char_ram~41999_combout & (\text_gen|char_ram~3339_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~41999_combout )))) + + .dataa(\text_gen|char_ram~3339_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~10507_q ), + .datad(\text_gen|char_ram~41999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42000 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42008 ( +// Equation(s): +// \text_gen|char_ram~42008_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42005_combout & (\text_gen|char_ram~42007_combout )) # (!\text_gen|char_ram~42005_combout & ((\text_gen|char_ram~42000_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~42005_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~42005_combout ), + .datac(\text_gen|char_ram~42007_combout ), + .datad(\text_gen|char_ram~42000_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42008 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42009 ( +// Equation(s): +// \text_gen|char_ram~42009_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~41998_combout & ((\text_gen|char_ram~42008_combout ))) # (!\text_gen|char_ram~41998_combout & (\text_gen|char_ram~41977_combout )))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~41998_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~41998_combout ), + .datac(\text_gen|char_ram~41977_combout ), + .datad(\text_gen|char_ram~42008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42009 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24409feeder ( +// Equation(s): +// \text_gen|char_ram~24409feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~24409feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24409feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~24409feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y54_N15 +dffeas \text_gen|char_ram~24409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24409feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y54_N1 +dffeas \text_gen|char_ram~17241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y54_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42133 ( +// Equation(s): +// \text_gen|char_ram~42133_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~24409_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~17241_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24409_q ), + .datac(\text_gen|char_ram~17241_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42133 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y23_N17 +dffeas \text_gen|char_ram~24857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y25_N7 +dffeas \text_gen|char_ram~17689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17689 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42134 ( +// Equation(s): +// \text_gen|char_ram~42134_combout = (\text_gen|char_ram~42133_combout & (((\text_gen|char_ram~24857_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~42133_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~17689_q )))) + + .dataa(\text_gen|char_ram~42133_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~24857_q ), + .datad(\text_gen|char_ram~17689_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42134 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y43_N11 +dffeas \text_gen|char_ram~9177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y15_N29 +dffeas \text_gen|char_ram~9625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9625 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y15_N13 +dffeas \text_gen|char_ram~2457 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2457_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2457 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2457 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y15_N19 +dffeas \text_gen|char_ram~2009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2009 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42130 ( +// Equation(s): +// \text_gen|char_ram~42130_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~2457_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~2009_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~2457_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2009_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42130 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42131 ( +// Equation(s): +// \text_gen|char_ram~42131_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42130_combout & ((\text_gen|char_ram~9625_q ))) # (!\text_gen|char_ram~42130_combout & (\text_gen|char_ram~9177_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42130_combout )))) + + .dataa(\text_gen|char_ram~9177_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~9625_q ), + .datad(\text_gen|char_ram~42130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42131 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23513feeder ( +// Equation(s): +// \text_gen|char_ram~23513feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23513feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23513feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23513feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y38_N31 +dffeas \text_gen|char_ram~23513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23513feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55177_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y15_N19 +dffeas \text_gen|char_ram~23961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y15_N1 +dffeas \text_gen|char_ram~16793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y15_N7 +dffeas \text_gen|char_ram~16345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55170_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16345 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42128 ( +// Equation(s): +// \text_gen|char_ram~42128_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~16793_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~16345_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16793_q ), + .datac(\text_gen|char_ram~16345_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42128 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42129 ( +// Equation(s): +// \text_gen|char_ram~42129_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42128_combout & ((\text_gen|char_ram~23961_q ))) # (!\text_gen|char_ram~42128_combout & (\text_gen|char_ram~23513_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42128_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~23513_q ), + .datac(\text_gen|char_ram~23961_q ), + .datad(\text_gen|char_ram~42128_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42129 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42132 ( +// Equation(s): +// \text_gen|char_ram~42132_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~42129_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42131_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42131_combout ), + .datad(\text_gen|char_ram~42129_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42132 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~3353feeder ( +// Equation(s): +// \text_gen|char_ram~3353feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3353feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3353feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3353feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y23_N9 +dffeas \text_gen|char_ram~3353 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3353feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3353_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3353 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3353 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y23_N15 +dffeas \text_gen|char_ram~10521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56467_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~10073feeder ( +// Equation(s): +// \text_gen|char_ram~10073feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10073feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10073feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10073feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y54_N13 +dffeas \text_gen|char_ram~10073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10073feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52817_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y54_N27 +dffeas \text_gen|char_ram~2905 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2905_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2905 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2905 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42126 ( +// Equation(s): +// \text_gen|char_ram~42126_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~10073_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~2905_q +// ))))) + + .dataa(\text_gen|char_ram~10073_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~2905_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42126 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y23_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42127 ( +// Equation(s): +// \text_gen|char_ram~42127_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42126_combout & ((\text_gen|char_ram~10521_q ))) # (!\text_gen|char_ram~42126_combout & (\text_gen|char_ram~3353_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42126_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~3353_q ), + .datac(\text_gen|char_ram~10521_q ), + .datad(\text_gen|char_ram~42126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42127 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42135 ( +// Equation(s): +// \text_gen|char_ram~42135_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42132_combout & (\text_gen|char_ram~42134_combout )) # (!\text_gen|char_ram~42132_combout & ((\text_gen|char_ram~42127_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42132_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~42134_combout ), + .datac(\text_gen|char_ram~42132_combout ), + .datad(\text_gen|char_ram~42127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42135 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~42135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16765feeder ( +// Equation(s): +// \text_gen|char_ram~16765feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y16_N19 +dffeas \text_gen|char_ram~16765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16765 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y27_N21 +dffeas \text_gen|char_ram~17661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56058_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17661 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y27_N21 +dffeas \text_gen|char_ram~3325 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3325_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3325 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3325 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y27_N23 +dffeas \text_gen|char_ram~2429 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2429_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2429 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2429 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42105 ( +// Equation(s): +// \text_gen|char_ram~42105_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~3325_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~2429_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3325_q ), + .datac(\text_gen|char_ram~2429_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42105 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42106 ( +// Equation(s): +// \text_gen|char_ram~42106_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42105_combout & ((\text_gen|char_ram~17661_q ))) # (!\text_gen|char_ram~42105_combout & (\text_gen|char_ram~16765_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42105_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16765_q ), + .datac(\text_gen|char_ram~17661_q ), + .datad(\text_gen|char_ram~42105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42106 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y23_N13 +dffeas \text_gen|char_ram~23933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23933 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y23_N7 +dffeas \text_gen|char_ram~24829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56947_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y15_N7 +dffeas \text_gen|char_ram~10493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10493 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y15_N3 +dffeas \text_gen|char_ram~9597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9597 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y15_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42112 ( +// Equation(s): +// \text_gen|char_ram~42112_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~10493_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~9597_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10493_q ), + .datac(\text_gen|char_ram~9597_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42112 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42113 ( +// Equation(s): +// \text_gen|char_ram~42113_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42112_combout & ((\text_gen|char_ram~24829_q ))) # (!\text_gen|char_ram~42112_combout & (\text_gen|char_ram~23933_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42112_combout )))) + + .dataa(\text_gen|char_ram~23933_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~24829_q ), + .datad(\text_gen|char_ram~42112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42113 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2877feeder ( +// Equation(s): +// \text_gen|char_ram~2877feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2877feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2877feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2877feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y50_N11 +dffeas \text_gen|char_ram~2877 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2877feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2877_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2877 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2877 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y46_N27 +dffeas \text_gen|char_ram~17213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52827_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y46_N25 +dffeas \text_gen|char_ram~1981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1981 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~16317feeder ( +// Equation(s): +// \text_gen|char_ram~16317feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N9 +dffeas \text_gen|char_ram~16317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42109 ( +// Equation(s): +// \text_gen|char_ram~42109_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~16317_q )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~1981_q ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1981_q ), + .datad(\text_gen|char_ram~16317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42109 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42110 ( +// Equation(s): +// \text_gen|char_ram~42110_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42109_combout & ((\text_gen|char_ram~17213_q ))) # (!\text_gen|char_ram~42109_combout & (\text_gen|char_ram~2877_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42109_combout )))) + + .dataa(\text_gen|char_ram~2877_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~17213_q ), + .datad(\text_gen|char_ram~42109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42110 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y57_N16 +cycloneiv_lcell_comb \text_gen|char_ram~10045feeder ( +// Equation(s): +// \text_gen|char_ram~10045feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10045feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10045feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10045feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y57_N17 +dffeas \text_gen|char_ram~10045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10045feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52760_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y49_N3 +dffeas \text_gen|char_ram~24381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53041_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y44_N22 +cycloneiv_lcell_comb \text_gen|char_ram~23485feeder ( +// Equation(s): +// \text_gen|char_ram~23485feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23485feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23485feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23485feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y44_N23 +dffeas \text_gen|char_ram~23485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23485feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55129_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23485 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y49_N13 +dffeas \text_gen|char_ram~9149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y49_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42107 ( +// Equation(s): +// \text_gen|char_ram~42107_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~23485_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~9149_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23485_q ), + .datac(\text_gen|char_ram~9149_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42107 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y49_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42108 ( +// Equation(s): +// \text_gen|char_ram~42108_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42107_combout & ((\text_gen|char_ram~24381_q ))) # (!\text_gen|char_ram~42107_combout & (\text_gen|char_ram~10045_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42107_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10045_q ), + .datac(\text_gen|char_ram~24381_q ), + .datad(\text_gen|char_ram~42107_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42108 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42111 ( +// Equation(s): +// \text_gen|char_ram~42111_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~42108_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~42110_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~42110_combout ), + .datad(\text_gen|char_ram~42108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42111 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42114 ( +// Equation(s): +// \text_gen|char_ram~42114_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42111_combout & ((\text_gen|char_ram~42113_combout ))) # (!\text_gen|char_ram~42111_combout & (\text_gen|char_ram~42106_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42111_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42106_combout ), + .datac(\text_gen|char_ram~42113_combout ), + .datad(\text_gen|char_ram~42111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42114 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y38_N11 +dffeas \text_gen|char_ram~23478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23478 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y41_N29 +dffeas \text_gen|char_ram~24374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52982_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y43_N5 +dffeas \text_gen|char_ram~9142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55033_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y57_N5 +dffeas \text_gen|char_ram~10038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10038 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42115 ( +// Equation(s): +// \text_gen|char_ram~42115_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~10038_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~9142_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~9142_q ), + .datad(\text_gen|char_ram~10038_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42115 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42116 ( +// Equation(s): +// \text_gen|char_ram~42116_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42115_combout & ((\text_gen|char_ram~24374_q ))) # (!\text_gen|char_ram~42115_combout & (\text_gen|char_ram~23478_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42115_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~23478_q ), + .datac(\text_gen|char_ram~24374_q ), + .datad(\text_gen|char_ram~42115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42116 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y27_N29 +dffeas \text_gen|char_ram~10486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y27_N23 +dffeas \text_gen|char_ram~24822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y12_N7 +dffeas \text_gen|char_ram~23926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54258_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y12_N25 +dffeas \text_gen|char_ram~9590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54224_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42122 ( +// Equation(s): +// \text_gen|char_ram~42122_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~23926_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~9590_q +// ))))) + + .dataa(\text_gen|char_ram~23926_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~9590_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42122 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y27_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42123 ( +// Equation(s): +// \text_gen|char_ram~42123_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42122_combout & ((\text_gen|char_ram~24822_q ))) # (!\text_gen|char_ram~42122_combout & (\text_gen|char_ram~10486_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42122_combout )))) + + .dataa(\text_gen|char_ram~10486_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24822_q ), + .datad(\text_gen|char_ram~42122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42123 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y39_N25 +dffeas \text_gen|char_ram~16310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y38_N11 +dffeas \text_gen|char_ram~17206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52825_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y38_N21 +dffeas \text_gen|char_ram~1974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1974 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2870feeder ( +// Equation(s): +// \text_gen|char_ram~2870feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2870feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2870feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2870feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y38_N29 +dffeas \text_gen|char_ram~2870 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2870feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52897_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2870_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2870 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2870 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y38_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42119 ( +// Equation(s): +// \text_gen|char_ram~42119_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~2870_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~1974_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~1974_q ), + .datad(\text_gen|char_ram~2870_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42119 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42120 ( +// Equation(s): +// \text_gen|char_ram~42120_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42119_combout & ((\text_gen|char_ram~17206_q ))) # (!\text_gen|char_ram~42119_combout & (\text_gen|char_ram~16310_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42119_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~16310_q ), + .datac(\text_gen|char_ram~17206_q ), + .datad(\text_gen|char_ram~42119_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42120 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~3318feeder ( +// Equation(s): +// \text_gen|char_ram~3318feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3318feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3318feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3318feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y34_N17 +dffeas \text_gen|char_ram~3318 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3318feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56551_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3318_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3318 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3318 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y38_N25 +dffeas \text_gen|char_ram~17654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56045_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~16758feeder ( +// Equation(s): +// \text_gen|char_ram~16758feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16758feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16758feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16758feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y15_N19 +dffeas \text_gen|char_ram~16758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16758feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16758 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y15_N15 +dffeas \text_gen|char_ram~2422 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54245_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2422_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2422 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2422 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42117 ( +// Equation(s): +// \text_gen|char_ram~42117_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~16758_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~2422_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~16758_q ), + .datac(\text_gen|char_ram~2422_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42117 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42118 ( +// Equation(s): +// \text_gen|char_ram~42118_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42117_combout & ((\text_gen|char_ram~17654_q ))) # (!\text_gen|char_ram~42117_combout & (\text_gen|char_ram~3318_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42117_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3318_q ), + .datac(\text_gen|char_ram~17654_q ), + .datad(\text_gen|char_ram~42117_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42118 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42121 ( +// Equation(s): +// \text_gen|char_ram~42121_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42118_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42120_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42120_combout ), + .datad(\text_gen|char_ram~42118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42121 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42124 ( +// Equation(s): +// \text_gen|char_ram~42124_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42121_combout & ((\text_gen|char_ram~42123_combout ))) # (!\text_gen|char_ram~42121_combout & (\text_gen|char_ram~42116_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42121_combout )))) + + .dataa(\text_gen|char_ram~42116_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42123_combout ), + .datad(\text_gen|char_ram~42121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42124 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42125 ( +// Equation(s): +// \text_gen|char_ram~42125_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~42114_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~42124_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~42114_combout ), + .datad(\text_gen|char_ram~42124_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42125 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y27_N31 +dffeas \text_gen|char_ram~24402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52988_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y27_N29 +dffeas \text_gen|char_ram~24850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y27_N19 +dffeas \text_gen|char_ram~17234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y35_N11 +dffeas \text_gen|char_ram~17682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17682 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42102 ( +// Equation(s): +// \text_gen|char_ram~42102_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~17682_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~17234_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17234_q ), + .datad(\text_gen|char_ram~17682_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42102 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42103 ( +// Equation(s): +// \text_gen|char_ram~42103_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42102_combout & ((\text_gen|char_ram~24850_q ))) # (!\text_gen|char_ram~42102_combout & (\text_gen|char_ram~24402_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42102_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~24402_q ), + .datac(\text_gen|char_ram~24850_q ), + .datad(\text_gen|char_ram~42102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42103 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y16_N19 +dffeas \text_gen|char_ram~16786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y16_N5 +dffeas \text_gen|char_ram~23954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23954 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y39_N15 +dffeas \text_gen|char_ram~23506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55049_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y39_N31 +dffeas \text_gen|char_ram~16338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55042_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16338 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42095 ( +// Equation(s): +// \text_gen|char_ram~42095_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~23506_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~16338_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~23506_q ), + .datac(\text_gen|char_ram~16338_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42095 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42096 ( +// Equation(s): +// \text_gen|char_ram~42096_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42095_combout & ((\text_gen|char_ram~23954_q ))) # (!\text_gen|char_ram~42095_combout & (\text_gen|char_ram~16786_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42095_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~16786_q ), + .datac(\text_gen|char_ram~23954_q ), + .datad(\text_gen|char_ram~42095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42096 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y12_N17 +dffeas \text_gen|char_ram~2450 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54252_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2450_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2450 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2450 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y12_N27 +dffeas \text_gen|char_ram~9618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9618 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y34_N21 +dffeas \text_gen|char_ram~2002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y39_N22 +cycloneiv_lcell_comb \text_gen|char_ram~9170feeder ( +// Equation(s): +// \text_gen|char_ram~9170feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9170feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9170feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9170feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y39_N23 +dffeas \text_gen|char_ram~9170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9170feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42099 ( +// Equation(s): +// \text_gen|char_ram~42099_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~9170_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2002_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2002_q ), + .datad(\text_gen|char_ram~9170_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42099 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y12_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42100 ( +// Equation(s): +// \text_gen|char_ram~42100_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42099_combout & ((\text_gen|char_ram~9618_q ))) # (!\text_gen|char_ram~42099_combout & (\text_gen|char_ram~2450_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42099_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~2450_q ), + .datac(\text_gen|char_ram~9618_q ), + .datad(\text_gen|char_ram~42099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42100 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10066feeder ( +// Equation(s): +// \text_gen|char_ram~10066feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10066feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10066feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10066feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y60_N25 +dffeas \text_gen|char_ram~10066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10066feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y40_N27 +dffeas \text_gen|char_ram~10514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56340_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y40_N25 +dffeas \text_gen|char_ram~2898 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2898_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2898 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2898 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y22_N7 +dffeas \text_gen|char_ram~3346 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56695_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3346_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3346 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3346 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42097 ( +// Equation(s): +// \text_gen|char_ram~42097_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~3346_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~2898_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~2898_q ), + .datad(\text_gen|char_ram~3346_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42097 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42098 ( +// Equation(s): +// \text_gen|char_ram~42098_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42097_combout & ((\text_gen|char_ram~10514_q ))) # (!\text_gen|char_ram~42097_combout & (\text_gen|char_ram~10066_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42097_combout )))) + + .dataa(\text_gen|char_ram~10066_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~10514_q ), + .datad(\text_gen|char_ram~42097_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42098 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42101 ( +// Equation(s): +// \text_gen|char_ram~42101_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~42098_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~42100_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~42100_combout ), + .datad(\text_gen|char_ram~42098_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42101 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42104 ( +// Equation(s): +// \text_gen|char_ram~42104_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42101_combout & (\text_gen|char_ram~42103_combout )) # (!\text_gen|char_ram~42101_combout & ((\text_gen|char_ram~42096_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42101_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42103_combout ), + .datac(\text_gen|char_ram~42096_combout ), + .datad(\text_gen|char_ram~42101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42104 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42136 ( +// Equation(s): +// \text_gen|char_ram~42136_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42125_combout & (\text_gen|char_ram~42135_combout )) # (!\text_gen|char_ram~42125_combout & ((\text_gen|char_ram~42104_combout ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42125_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~42135_combout ), + .datac(\text_gen|char_ram~42125_combout ), + .datad(\text_gen|char_ram~42104_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42136 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~42136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42137 ( +// Equation(s): +// \text_gen|char_ram~42137_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42094_combout & ((\text_gen|char_ram~42136_combout ))) # (!\text_gen|char_ram~42094_combout & (\text_gen|char_ram~42009_combout )))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~42094_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42094_combout ), + .datac(\text_gen|char_ram~42009_combout ), + .datad(\text_gen|char_ram~42136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42137 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y38_N29 +dffeas \text_gen|char_ram~22568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53483_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y34_N3 +dffeas \text_gen|char_ram~23016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y26_N17 +dffeas \text_gen|char_ram~21672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21672 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y23_N15 +dffeas \text_gen|char_ram~22120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22120 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42165 ( +// Equation(s): +// \text_gen|char_ram~42165_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22120_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21672_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21672_q ), + .datad(\text_gen|char_ram~22120_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42165 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42166 ( +// Equation(s): +// \text_gen|char_ram~42166_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42165_combout & ((\text_gen|char_ram~23016_q ))) # (!\text_gen|char_ram~42165_combout & (\text_gen|char_ram~22568_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42165_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22568_q ), + .datac(\text_gen|char_ram~23016_q ), + .datad(\text_gen|char_ram~42165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42166 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y57_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8232feeder ( +// Equation(s): +// \text_gen|char_ram~8232feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8232feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8232feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8232feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y57_N11 +dffeas \text_gen|char_ram~8232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8232feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8232 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y34_N23 +dffeas \text_gen|char_ram~8680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8680 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y23_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7784feeder ( +// Equation(s): +// \text_gen|char_ram~7784feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7784feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7784feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7784feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X22_Y23_N21 +dffeas \text_gen|char_ram~7784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7784feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y37_N13 +dffeas \text_gen|char_ram~7336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7336 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42158 ( +// Equation(s): +// \text_gen|char_ram~42158_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7784_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7336_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~7784_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7336_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42158 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42159 ( +// Equation(s): +// \text_gen|char_ram~42159_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42158_combout & ((\text_gen|char_ram~8680_q ))) # (!\text_gen|char_ram~42158_combout & (\text_gen|char_ram~8232_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42158_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8232_q ), + .datac(\text_gen|char_ram~8680_q ), + .datad(\text_gen|char_ram~42158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42159 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~616feeder ( +// Equation(s): +// \text_gen|char_ram~616feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~616feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~616feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~616feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y17_N25 +dffeas \text_gen|char_ram~616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~616feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~616 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y34_N9 +dffeas \text_gen|char_ram~1512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N25 +dffeas \text_gen|char_ram~168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~1064feeder ( +// Equation(s): +// \text_gen|char_ram~1064feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N5 +dffeas \text_gen|char_ram~1064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42162 ( +// Equation(s): +// \text_gen|char_ram~42162_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1064_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~168_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~168_q ), + .datad(\text_gen|char_ram~1064_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42162 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42163 ( +// Equation(s): +// \text_gen|char_ram~42163_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42162_combout & ((\text_gen|char_ram~1512_q ))) # (!\text_gen|char_ram~42162_combout & (\text_gen|char_ram~616_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42162_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~616_q ), + .datac(\text_gen|char_ram~1512_q ), + .datad(\text_gen|char_ram~42162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42163 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y30_N29 +dffeas \text_gen|char_ram~14952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y34_N17 +dffeas \text_gen|char_ram~15848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56111_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15848 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y34_N11 +dffeas \text_gen|char_ram~14504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y41_N23 +dffeas \text_gen|char_ram~15400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42160 ( +// Equation(s): +// \text_gen|char_ram~42160_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15400_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14504_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14504_q ), + .datad(\text_gen|char_ram~15400_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42160 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42161 ( +// Equation(s): +// \text_gen|char_ram~42161_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42160_combout & ((\text_gen|char_ram~15848_q ))) # (!\text_gen|char_ram~42160_combout & (\text_gen|char_ram~14952_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42160_combout )))) + + .dataa(\text_gen|char_ram~14952_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15848_q ), + .datad(\text_gen|char_ram~42160_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42161 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42164 ( +// Equation(s): +// \text_gen|char_ram~42164_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42161_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~42163_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42163_combout ), + .datad(\text_gen|char_ram~42161_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42164 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42167 ( +// Equation(s): +// \text_gen|char_ram~42167_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42164_combout & (\text_gen|char_ram~42166_combout )) # (!\text_gen|char_ram~42164_combout & ((\text_gen|char_ram~42159_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42164_combout )))) + + .dataa(\text_gen|char_ram~42166_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42159_combout ), + .datad(\text_gen|char_ram~42164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42167 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y42_N31 +dffeas \text_gen|char_ram~22575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22575 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y42_N25 +dffeas \text_gen|char_ram~23023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56980_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y42_N19 +dffeas \text_gen|char_ram~21679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21679 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y19_N27 +dffeas \text_gen|char_ram~22127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54593_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22127 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42155 ( +// Equation(s): +// \text_gen|char_ram~42155_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22127_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21679_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21679_q ), + .datad(\text_gen|char_ram~22127_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42155 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42156 ( +// Equation(s): +// \text_gen|char_ram~42156_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42155_combout & ((\text_gen|char_ram~23023_q ))) # (!\text_gen|char_ram~42155_combout & (\text_gen|char_ram~22575_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42155_combout )))) + + .dataa(\text_gen|char_ram~22575_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23023_q ), + .datad(\text_gen|char_ram~42155_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42156 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y42_N29 +dffeas \text_gen|char_ram~14511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14511 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~15407feeder ( +// Equation(s): +// \text_gen|char_ram~15407feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15407feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15407feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15407feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y46_N23 +dffeas \text_gen|char_ram~15407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15407feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15407 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42150 ( +// Equation(s): +// \text_gen|char_ram~42150_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15407_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14511_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14511_q ), + .datad(\text_gen|char_ram~15407_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42150 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y42_N23 +dffeas \text_gen|char_ram~15855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15855 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~14959feeder ( +// Equation(s): +// \text_gen|char_ram~14959feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14959feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14959feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14959feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y27_N29 +dffeas \text_gen|char_ram~14959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14959feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14959 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42151 ( +// Equation(s): +// \text_gen|char_ram~42151_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42150_combout & (\text_gen|char_ram~15855_q )) # (!\text_gen|char_ram~42150_combout & ((\text_gen|char_ram~14959_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~42150_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42150_combout ), + .datac(\text_gen|char_ram~15855_q ), + .datad(\text_gen|char_ram~14959_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42151 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~623feeder ( +// Equation(s): +// \text_gen|char_ram~623feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~623feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~623feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~623feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y16_N21 +dffeas \text_gen|char_ram~623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~623feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y36_N9 +dffeas \text_gen|char_ram~1519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1519 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1071feeder ( +// Equation(s): +// \text_gen|char_ram~1071feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~1071feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1071feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~1071feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X18_Y40_N13 +dffeas \text_gen|char_ram~1071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1071feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X18_Y40_N19 +dffeas \text_gen|char_ram~175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~175 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X18_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42152 ( +// Equation(s): +// \text_gen|char_ram~42152_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1071_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~175_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~1071_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~175_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42152 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42153 ( +// Equation(s): +// \text_gen|char_ram~42153_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42152_combout & ((\text_gen|char_ram~1519_q ))) # (!\text_gen|char_ram~42152_combout & (\text_gen|char_ram~623_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42152_combout )))) + + .dataa(\text_gen|char_ram~623_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1519_q ), + .datad(\text_gen|char_ram~42152_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42153 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42154 ( +// Equation(s): +// \text_gen|char_ram~42154_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42151_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~42153_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42151_combout ), + .datad(\text_gen|char_ram~42153_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42154 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y42_N7 +dffeas \text_gen|char_ram~8239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y42_N5 +dffeas \text_gen|char_ram~8687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y42_N17 +dffeas \text_gen|char_ram~7343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7791feeder ( +// Equation(s): +// \text_gen|char_ram~7791feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7791feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7791feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7791feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y19_N29 +dffeas \text_gen|char_ram~7791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7791feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42148 ( +// Equation(s): +// \text_gen|char_ram~42148_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~7791_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7343_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7343_q ), + .datad(\text_gen|char_ram~7791_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42148 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42149 ( +// Equation(s): +// \text_gen|char_ram~42149_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42148_combout & ((\text_gen|char_ram~8687_q ))) # (!\text_gen|char_ram~42148_combout & (\text_gen|char_ram~8239_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42148_combout )))) + + .dataa(\text_gen|char_ram~8239_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8687_q ), + .datad(\text_gen|char_ram~42148_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42149 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42157 ( +// Equation(s): +// \text_gen|char_ram~42157_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42154_combout & (\text_gen|char_ram~42156_combout )) # (!\text_gen|char_ram~42154_combout & ((\text_gen|char_ram~42149_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42154_combout )))) + + .dataa(\text_gen|char_ram~42156_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42154_combout ), + .datad(\text_gen|char_ram~42149_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42157 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~42157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42168 ( +// Equation(s): +// \text_gen|char_ram~42168_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [6]) # (\text_gen|char_ram~42157_combout )))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~42167_combout & (!\vga_c|h_cnt [6]))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42167_combout ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~42157_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42168 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~42168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22603feeder ( +// Equation(s): +// \text_gen|char_ram~22603feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22603feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22603feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22603feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y46_N15 +dffeas \text_gen|char_ram~22603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22603feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53605_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22603 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N23 +dffeas \text_gen|char_ram~23051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56964_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23051 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22155feeder ( +// Equation(s): +// \text_gen|char_ram~22155feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22155feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22155feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22155feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y24_N3 +dffeas \text_gen|char_ram~22155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22155feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y31_N29 +dffeas \text_gen|char_ram~21707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21707 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42176 ( +// Equation(s): +// \text_gen|char_ram~42176_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22155_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21707_q +// ))))) + + .dataa(\text_gen|char_ram~22155_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21707_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42176 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42177 ( +// Equation(s): +// \text_gen|char_ram~42177_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42176_combout & ((\text_gen|char_ram~23051_q ))) # (!\text_gen|char_ram~42176_combout & (\text_gen|char_ram~22603_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42176_combout )))) + + .dataa(\text_gen|char_ram~22603_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23051_q ), + .datad(\text_gen|char_ram~42176_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42177 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y23_N27 +dffeas \text_gen|char_ram~14987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y31_N1 +dffeas \text_gen|char_ram~14539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55454_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y50_N29 +dffeas \text_gen|char_ram~15435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42169 ( +// Equation(s): +// \text_gen|char_ram~42169_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15435_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14539_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14539_q ), + .datad(\text_gen|char_ram~15435_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42169 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y31_N19 +dffeas \text_gen|char_ram~15883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y31_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42170 ( +// Equation(s): +// \text_gen|char_ram~42170_combout = (\text_gen|char_ram~42169_combout & (((\text_gen|char_ram~15883_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~42169_combout & (\text_gen|char_ram~14987_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~14987_q ), + .datab(\text_gen|char_ram~42169_combout ), + .datac(\text_gen|char_ram~15883_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42170 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~42170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~651feeder ( +// Equation(s): +// \text_gen|char_ram~651feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~651feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~651feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~651feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y16_N13 +dffeas \text_gen|char_ram~651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~651feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y42_N15 +dffeas \text_gen|char_ram~203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~1099feeder ( +// Equation(s): +// \text_gen|char_ram~1099feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1099feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y46_N27 +dffeas \text_gen|char_ram~1099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42173 ( +// Equation(s): +// \text_gen|char_ram~42173_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1099_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~203_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~203_q ), + .datad(\text_gen|char_ram~1099_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42173 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y32_N17 +dffeas \text_gen|char_ram~1547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1547 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42174 ( +// Equation(s): +// \text_gen|char_ram~42174_combout = (\text_gen|char_ram~42173_combout & (((\text_gen|char_ram~1547_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~42173_combout & (\text_gen|char_ram~651_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~651_q ), + .datab(\text_gen|char_ram~42173_combout ), + .datac(\text_gen|char_ram~1547_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42174 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~42174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y47_N19 +dffeas \text_gen|char_ram~8267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y43_N5 +dffeas \text_gen|char_ram~8715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y43_N11 +dffeas \text_gen|char_ram~7371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y13_N21 +dffeas \text_gen|char_ram~7819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7819 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42171 ( +// Equation(s): +// \text_gen|char_ram~42171_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~7819_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~7371_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7371_q ), + .datad(\text_gen|char_ram~7819_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42171 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42172 ( +// Equation(s): +// \text_gen|char_ram~42172_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42171_combout & ((\text_gen|char_ram~8715_q ))) # (!\text_gen|char_ram~42171_combout & (\text_gen|char_ram~8267_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42171_combout )))) + + .dataa(\text_gen|char_ram~8267_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8715_q ), + .datad(\text_gen|char_ram~42171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42172 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42175 ( +// Equation(s): +// \text_gen|char_ram~42175_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42172_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42174_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42174_combout ), + .datad(\text_gen|char_ram~42172_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42175 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42178 ( +// Equation(s): +// \text_gen|char_ram~42178_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42175_combout & (\text_gen|char_ram~42177_combout )) # (!\text_gen|char_ram~42175_combout & ((\text_gen|char_ram~42170_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42175_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42177_combout ), + .datac(\text_gen|char_ram~42170_combout ), + .datad(\text_gen|char_ram~42175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42178 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y58_N27 +dffeas \text_gen|char_ram~8260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53432_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X22_Y38_N17 +dffeas \text_gen|char_ram~8708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y24_N16 +cycloneiv_lcell_comb \text_gen|char_ram~7812feeder ( +// Equation(s): +// \text_gen|char_ram~7812feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7812feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7812feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7812feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y24_N17 +dffeas \text_gen|char_ram~7812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7812feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7812 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y38_N15 +dffeas \text_gen|char_ram~7364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55463_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7364 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y38_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42140 ( +// Equation(s): +// \text_gen|char_ram~42140_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~7812_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7364_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~7812_q ), + .datac(\text_gen|char_ram~7364_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42140 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X22_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42141 ( +// Equation(s): +// \text_gen|char_ram~42141_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42140_combout & ((\text_gen|char_ram~8708_q ))) # (!\text_gen|char_ram~42140_combout & (\text_gen|char_ram~8260_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42140_combout )))) + + .dataa(\text_gen|char_ram~8260_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8708_q ), + .datad(\text_gen|char_ram~42140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42141 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y30_N19 +dffeas \text_gen|char_ram~644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y30_N25 +dffeas \text_gen|char_ram~1540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y43_N19 +dffeas \text_gen|char_ram~196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~196 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y47_N29 +dffeas \text_gen|char_ram~1092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53460_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42142 ( +// Equation(s): +// \text_gen|char_ram~42142_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1092_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~196_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~196_q ), + .datad(\text_gen|char_ram~1092_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42142 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42143 ( +// Equation(s): +// \text_gen|char_ram~42143_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42142_combout & ((\text_gen|char_ram~1540_q ))) # (!\text_gen|char_ram~42142_combout & (\text_gen|char_ram~644_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42142_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~644_q ), + .datac(\text_gen|char_ram~1540_q ), + .datad(\text_gen|char_ram~42142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42143 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42144 ( +// Equation(s): +// \text_gen|char_ram~42144_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42141_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~42143_combout & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~42141_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42143_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42144 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y31_N3 +dffeas \text_gen|char_ram~23044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y31_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22596feeder ( +// Equation(s): +// \text_gen|char_ram~22596feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22596feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22596feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22596feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y31_N25 +dffeas \text_gen|char_ram~22596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22596feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53482_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22596 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y35_N3 +dffeas \text_gen|char_ram~22148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X21_Y35_N9 +dffeas \text_gen|char_ram~21700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21700 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42145 ( +// Equation(s): +// \text_gen|char_ram~42145_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22148_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21700_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22148_q ), + .datac(\text_gen|char_ram~21700_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42145 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42146 ( +// Equation(s): +// \text_gen|char_ram~42146_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42145_combout & (\text_gen|char_ram~23044_q )) # (!\text_gen|char_ram~42145_combout & ((\text_gen|char_ram~22596_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42145_combout )))) + + .dataa(\text_gen|char_ram~23044_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22596_q ), + .datad(\text_gen|char_ram~42145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42146 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y31_N31 +dffeas \text_gen|char_ram~15876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55983_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15876 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y26_N3 +dffeas \text_gen|char_ram~14980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14980 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y31_N13 +dffeas \text_gen|char_ram~14532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55447_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~15428feeder ( +// Equation(s): +// \text_gen|char_ram~15428feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15428feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15428feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15428feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y33_N17 +dffeas \text_gen|char_ram~15428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15428feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15428 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y31_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42138 ( +// Equation(s): +// \text_gen|char_ram~42138_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15428_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14532_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14532_q ), + .datad(\text_gen|char_ram~15428_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42138 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42139 ( +// Equation(s): +// \text_gen|char_ram~42139_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42138_combout & (\text_gen|char_ram~15876_q )) # (!\text_gen|char_ram~42138_combout & ((\text_gen|char_ram~14980_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42138_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~15876_q ), + .datac(\text_gen|char_ram~14980_q ), + .datad(\text_gen|char_ram~42138_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42139 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42147 ( +// Equation(s): +// \text_gen|char_ram~42147_combout = (\text_gen|char_ram~42144_combout & (((\text_gen|char_ram~42146_combout )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~42144_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42139_combout )))) + + .dataa(\text_gen|char_ram~42144_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42146_combout ), + .datad(\text_gen|char_ram~42139_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42147 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42179 ( +// Equation(s): +// \text_gen|char_ram~42179_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42168_combout & (\text_gen|char_ram~42178_combout )) # (!\text_gen|char_ram~42168_combout & ((\text_gen|char_ram~42147_combout ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~42168_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~42168_combout ), + .datac(\text_gen|char_ram~42178_combout ), + .datad(\text_gen|char_ram~42147_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42179 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y39_N3 +dffeas \text_gen|char_ram~21714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y41_N13 +dffeas \text_gen|char_ram~14546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42265 ( +// Equation(s): +// \text_gen|char_ram~42265_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~21714_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~14546_q +// ))))) + + .dataa(\text_gen|char_ram~21714_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14546_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42265 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y23_N29 +dffeas \text_gen|char_ram~22162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54609_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22162 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y23_N3 +dffeas \text_gen|char_ram~14994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54641_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42266 ( +// Equation(s): +// \text_gen|char_ram~42266_combout = (\text_gen|char_ram~42265_combout & (((\text_gen|char_ram~22162_q )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~42265_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~14994_q )))) + + .dataa(\text_gen|char_ram~42265_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~22162_q ), + .datad(\text_gen|char_ram~14994_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42266 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y34_N25 +dffeas \text_gen|char_ram~22610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22610 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y34_N3 +dffeas \text_gen|char_ram~23058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X24_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~15890feeder ( +// Equation(s): +// \text_gen|char_ram~15890feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15890feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15890feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15890feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X24_Y27_N3 +dffeas \text_gen|char_ram~15890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15890feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56175_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y41_N13 +dffeas \text_gen|char_ram~15442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15442 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42272 ( +// Equation(s): +// \text_gen|char_ram~42272_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~15890_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~15442_q +// ))))) + + .dataa(\text_gen|char_ram~15890_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~15442_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42272 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42273 ( +// Equation(s): +// \text_gen|char_ram~42273_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42272_combout & ((\text_gen|char_ram~23058_q ))) # (!\text_gen|char_ram~42272_combout & (\text_gen|char_ram~22610_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42272_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~22610_q ), + .datac(\text_gen|char_ram~23058_q ), + .datad(\text_gen|char_ram~42272_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42273 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y16_N20 +cycloneiv_lcell_comb \text_gen|char_ram~658feeder ( +// Equation(s): +// \text_gen|char_ram~658feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~658feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~658feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~658feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y16_N21 +dffeas \text_gen|char_ram~658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~658feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y20_N11 +dffeas \text_gen|char_ram~7826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7826 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y54_N28 +cycloneiv_lcell_comb \text_gen|char_ram~7378feeder ( +// Equation(s): +// \text_gen|char_ram~7378feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7378feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7378feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7378feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y54_N29 +dffeas \text_gen|char_ram~7378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7378feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y20_N25 +dffeas \text_gen|char_ram~210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~210 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42269 ( +// Equation(s): +// \text_gen|char_ram~42269_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~7378_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~210_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~7378_q ), + .datac(\text_gen|char_ram~210_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42269 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42270 ( +// Equation(s): +// \text_gen|char_ram~42270_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42269_combout & ((\text_gen|char_ram~7826_q ))) # (!\text_gen|char_ram~42269_combout & (\text_gen|char_ram~658_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42269_combout )))) + + .dataa(\text_gen|char_ram~658_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7826_q ), + .datad(\text_gen|char_ram~42269_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42270 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y58_N5 +dffeas \text_gen|char_ram~8274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8274 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X28_Y36_N23 +dffeas \text_gen|char_ram~8722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y33_N25 +dffeas \text_gen|char_ram~1554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y44_N29 +dffeas \text_gen|char_ram~1106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53462_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1106 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42267 ( +// Equation(s): +// \text_gen|char_ram~42267_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~1554_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~1106_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1554_q ), + .datac(\text_gen|char_ram~1106_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42267 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42268 ( +// Equation(s): +// \text_gen|char_ram~42268_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42267_combout & ((\text_gen|char_ram~8722_q ))) # (!\text_gen|char_ram~42267_combout & (\text_gen|char_ram~8274_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42267_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8274_q ), + .datac(\text_gen|char_ram~8722_q ), + .datad(\text_gen|char_ram~42267_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42268 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42271 ( +// Equation(s): +// \text_gen|char_ram~42271_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~42268_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42270_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42270_combout ), + .datad(\text_gen|char_ram~42268_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42271 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42274 ( +// Equation(s): +// \text_gen|char_ram~42274_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42271_combout & ((\text_gen|char_ram~42273_combout ))) # (!\text_gen|char_ram~42271_combout & (\text_gen|char_ram~42266_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42271_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42266_combout ), + .datac(\text_gen|char_ram~42273_combout ), + .datad(\text_gen|char_ram~42271_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42274 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y23_N31 +dffeas \text_gen|char_ram~1561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y23_N29 +dffeas \text_gen|char_ram~8729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8729 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y39_N29 +dffeas \text_gen|char_ram~8281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8281 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X19_Y39_N7 +dffeas \text_gen|char_ram~1113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42296 ( +// Equation(s): +// \text_gen|char_ram~42296_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~8281_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~12_combout & (((\text_gen|char_ram~1113_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~8281_q ), + .datac(\text_gen|char_ram~1113_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42296 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42297 ( +// Equation(s): +// \text_gen|char_ram~42297_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42296_combout & ((\text_gen|char_ram~8729_q ))) # (!\text_gen|char_ram~42296_combout & (\text_gen|char_ram~1561_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42296_combout )))) + + .dataa(\text_gen|char_ram~1561_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~8729_q ), + .datad(\text_gen|char_ram~42296_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42297 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y31_N29 +dffeas \text_gen|char_ram~15897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15897 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y23_N13 +dffeas \text_gen|char_ram~23065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y54_N19 +dffeas \text_gen|char_ram~22617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y54_N21 +dffeas \text_gen|char_ram~15449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42303 ( +// Equation(s): +// \text_gen|char_ram~42303_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~22617_q )) # (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~15449_q +// ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~22617_q ), + .datac(\text_gen|char_ram~15449_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42303 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y23_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42304 ( +// Equation(s): +// \text_gen|char_ram~42304_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42303_combout & ((\text_gen|char_ram~23065_q ))) # (!\text_gen|char_ram~42303_combout & (\text_gen|char_ram~15897_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42303_combout )))) + + .dataa(\text_gen|char_ram~15897_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~23065_q ), + .datad(\text_gen|char_ram~42303_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42304 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y49_N23 +dffeas \text_gen|char_ram~7385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7385 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y11_N5 +dffeas \text_gen|char_ram~665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y13_N3 +dffeas \text_gen|char_ram~217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42300 ( +// Equation(s): +// \text_gen|char_ram~42300_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~665_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~217_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~665_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~217_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42300 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y16_N1 +dffeas \text_gen|char_ram~7833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7833 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42301 ( +// Equation(s): +// \text_gen|char_ram~42301_combout = (\text_gen|char_ram~42300_combout & (((\text_gen|char_ram~7833_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~42300_combout & (\text_gen|char_ram~7385_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~7385_q ), + .datab(\text_gen|char_ram~42300_combout ), + .datac(\text_gen|char_ram~7833_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42301 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~42301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~21721feeder ( +// Equation(s): +// \text_gen|char_ram~21721feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21721feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21721feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21721feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y38_N31 +dffeas \text_gen|char_ram~21721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21721feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y19_N17 +dffeas \text_gen|char_ram~22169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54657_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y11_N13 +dffeas \text_gen|char_ram~15001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54625_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y11_N19 +dffeas \text_gen|char_ram~14553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42298 ( +// Equation(s): +// \text_gen|char_ram~42298_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~15001_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~14553_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~15001_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14553_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42298 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42299 ( +// Equation(s): +// \text_gen|char_ram~42299_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42298_combout & ((\text_gen|char_ram~22169_q ))) # (!\text_gen|char_ram~42298_combout & (\text_gen|char_ram~21721_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42298_combout )))) + + .dataa(\text_gen|char_ram~21721_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~22169_q ), + .datad(\text_gen|char_ram~42298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42299 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y19_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42302 ( +// Equation(s): +// \text_gen|char_ram~42302_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~6_combout ) # (\text_gen|char_ram~42299_combout )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42301_combout & (!\text_gen|Add5~6_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42301_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~42299_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42302 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~42302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42305 ( +// Equation(s): +// \text_gen|char_ram~42305_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42302_combout & ((\text_gen|char_ram~42304_combout ))) # (!\text_gen|char_ram~42302_combout & (\text_gen|char_ram~42297_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42302_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~42297_combout ), + .datac(\text_gen|char_ram~42304_combout ), + .datad(\text_gen|char_ram~42302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42305 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y36_N17 +dffeas \text_gen|char_ram~8246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8246 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y34_N23 +dffeas \text_gen|char_ram~8694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y34_N13 +dffeas \text_gen|char_ram~7350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y14_N20 +cycloneiv_lcell_comb \text_gen|char_ram~7798feeder ( +// Equation(s): +// \text_gen|char_ram~7798feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7798feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7798feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7798feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y14_N21 +dffeas \text_gen|char_ram~7798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7798feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42285 ( +// Equation(s): +// \text_gen|char_ram~42285_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7798_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7350_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7350_q ), + .datad(\text_gen|char_ram~7798_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42285 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42286 ( +// Equation(s): +// \text_gen|char_ram~42286_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42285_combout & ((\text_gen|char_ram~8694_q ))) # (!\text_gen|char_ram~42285_combout & (\text_gen|char_ram~8246_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42285_combout )))) + + .dataa(\text_gen|char_ram~8246_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8694_q ), + .datad(\text_gen|char_ram~42285_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42286 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22582feeder ( +// Equation(s): +// \text_gen|char_ram~22582feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22582feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22582feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22582feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y37_N13 +dffeas \text_gen|char_ram~22582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22582feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y34_N31 +dffeas \text_gen|char_ram~23030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y34_N21 +dffeas \text_gen|char_ram~21686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21686 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y19_N5 +dffeas \text_gen|char_ram~22134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22134 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42292 ( +// Equation(s): +// \text_gen|char_ram~42292_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22134_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21686_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21686_q ), + .datad(\text_gen|char_ram~22134_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42292 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42293 ( +// Equation(s): +// \text_gen|char_ram~42293_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42292_combout & ((\text_gen|char_ram~23030_q ))) # (!\text_gen|char_ram~42292_combout & (\text_gen|char_ram~22582_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42292_combout )))) + + .dataa(\text_gen|char_ram~22582_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23030_q ), + .datad(\text_gen|char_ram~42292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42293 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X20_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~14966feeder ( +// Equation(s): +// \text_gen|char_ram~14966feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14966feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14966feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14966feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X20_Y21_N7 +dffeas \text_gen|char_ram~14966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14966feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y37_N11 +dffeas \text_gen|char_ram~15862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56047_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15862 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y41_N27 +dffeas \text_gen|char_ram~15414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53443_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15414 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y37_N29 +dffeas \text_gen|char_ram~14518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14518 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42287 ( +// Equation(s): +// \text_gen|char_ram~42287_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15414_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14518_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15414_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14518_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42287 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y37_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42288 ( +// Equation(s): +// \text_gen|char_ram~42288_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42287_combout & ((\text_gen|char_ram~15862_q ))) # (!\text_gen|char_ram~42287_combout & (\text_gen|char_ram~14966_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42287_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14966_q ), + .datac(\text_gen|char_ram~15862_q ), + .datad(\text_gen|char_ram~42287_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42288 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y38_N13 +dffeas \text_gen|char_ram~630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y38_N11 +dffeas \text_gen|char_ram~1526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1526 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y42_N30 +cycloneiv_lcell_comb \text_gen|char_ram~1078feeder ( +// Equation(s): +// \text_gen|char_ram~1078feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1078feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1078feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1078feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y42_N31 +dffeas \text_gen|char_ram~1078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1078feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53459_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1078 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y42_N11 +dffeas \text_gen|char_ram~182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~182 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42289 ( +// Equation(s): +// \text_gen|char_ram~42289_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1078_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~182_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1078_q ), + .datac(\text_gen|char_ram~182_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42289 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42290 ( +// Equation(s): +// \text_gen|char_ram~42290_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42289_combout & ((\text_gen|char_ram~1526_q ))) # (!\text_gen|char_ram~42289_combout & (\text_gen|char_ram~630_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42289_combout )))) + + .dataa(\text_gen|char_ram~630_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~1526_q ), + .datad(\text_gen|char_ram~42289_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42290 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42291 ( +// Equation(s): +// \text_gen|char_ram~42291_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42288_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~42290_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42288_combout ), + .datad(\text_gen|char_ram~42290_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42291 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y34_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42294 ( +// Equation(s): +// \text_gen|char_ram~42294_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42291_combout & ((\text_gen|char_ram~42293_combout ))) # (!\text_gen|char_ram~42291_combout & (\text_gen|char_ram~42286_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42291_combout )))) + + .dataa(\text_gen|char_ram~42286_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42293_combout ), + .datad(\text_gen|char_ram~42291_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42294 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X19_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~8253feeder ( +// Equation(s): +// \text_gen|char_ram~8253feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8253feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8253feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8253feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X19_Y49_N5 +dffeas \text_gen|char_ram~8253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8253feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53577_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y49_N25 +dffeas \text_gen|char_ram~22589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22589 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y49_N19 +dffeas \text_gen|char_ram~7357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7357 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~21693feeder ( +// Equation(s): +// \text_gen|char_ram~21693feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21693feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21693feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21693feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y46_N11 +dffeas \text_gen|char_ram~21693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21693feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55571_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21693 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42277 ( +// Equation(s): +// \text_gen|char_ram~42277_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~21693_q ))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~7357_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~7357_q ), + .datad(\text_gen|char_ram~21693_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42277 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y49_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42278 ( +// Equation(s): +// \text_gen|char_ram~42278_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42277_combout & ((\text_gen|char_ram~22589_q ))) # (!\text_gen|char_ram~42277_combout & (\text_gen|char_ram~8253_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42277_combout )))) + + .dataa(\text_gen|char_ram~8253_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22589_q ), + .datad(\text_gen|char_ram~42277_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42278 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y54_N12 +cycloneiv_lcell_comb \text_gen|char_ram~1085feeder ( +// Equation(s): +// \text_gen|char_ram~1085feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1085feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1085feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1085feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y54_N13 +dffeas \text_gen|char_ram~1085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1085feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53589_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y46_N21 +dffeas \text_gen|char_ram~15421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15421 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y26_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14525feeder ( +// Equation(s): +// \text_gen|char_ram~14525feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14525feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14525feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14525feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y26_N17 +dffeas \text_gen|char_ram~14525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14525feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y46_N19 +dffeas \text_gen|char_ram~189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~189 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42279 ( +// Equation(s): +// \text_gen|char_ram~42279_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~14525_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~189_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~14525_q ), + .datac(\text_gen|char_ram~189_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42279 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42280 ( +// Equation(s): +// \text_gen|char_ram~42280_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42279_combout & ((\text_gen|char_ram~15421_q ))) # (!\text_gen|char_ram~42279_combout & (\text_gen|char_ram~1085_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42279_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~1085_q ), + .datac(\text_gen|char_ram~15421_q ), + .datad(\text_gen|char_ram~42279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42280 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42281 ( +// Equation(s): +// \text_gen|char_ram~42281_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~42278_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~42280_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~42278_combout ), + .datad(\text_gen|char_ram~42280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42281 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22141feeder ( +// Equation(s): +// \text_gen|char_ram~22141feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22141feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22141feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22141feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y19_N25 +dffeas \text_gen|char_ram~22141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22141feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X26_Y26_N19 +dffeas \text_gen|char_ram~23037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23037 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X24_Y26_N7 +dffeas \text_gen|char_ram~8701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8701 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X25_Y26_N15 +dffeas \text_gen|char_ram~7805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42282 ( +// Equation(s): +// \text_gen|char_ram~42282_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~8701_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~7805_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8701_q ), + .datac(\text_gen|char_ram~7805_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42282 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y26_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42283 ( +// Equation(s): +// \text_gen|char_ram~42283_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42282_combout & ((\text_gen|char_ram~23037_q ))) # (!\text_gen|char_ram~42282_combout & (\text_gen|char_ram~22141_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42282_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~22141_q ), + .datac(\text_gen|char_ram~23037_q ), + .datad(\text_gen|char_ram~42282_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42283 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y15_N13 +dffeas \text_gen|char_ram~14973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54476_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14973 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y15_N7 +dffeas \text_gen|char_ram~15869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56059_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15869 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y14_N13 +dffeas \text_gen|char_ram~1533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y14_N3 +dffeas \text_gen|char_ram~637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y14_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42275 ( +// Equation(s): +// \text_gen|char_ram~42275_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1533_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~637_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~1533_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~637_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42275 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42276 ( +// Equation(s): +// \text_gen|char_ram~42276_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42275_combout & ((\text_gen|char_ram~15869_q ))) # (!\text_gen|char_ram~42275_combout & (\text_gen|char_ram~14973_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42275_combout )))) + + .dataa(\text_gen|char_ram~14973_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~15869_q ), + .datad(\text_gen|char_ram~42275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42276 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y46_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42284 ( +// Equation(s): +// \text_gen|char_ram~42284_combout = (\text_gen|char_ram~42281_combout & (((\text_gen|char_ram~42283_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~42281_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42276_combout )))) + + .dataa(\text_gen|char_ram~42281_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~42283_combout ), + .datad(\text_gen|char_ram~42276_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42284 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~42284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42295 ( +// Equation(s): +// \text_gen|char_ram~42295_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~42284_combout ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~42294_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~42294_combout ), + .datad(\text_gen|char_ram~42284_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42295 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42306 ( +// Equation(s): +// \text_gen|char_ram~42306_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~42295_combout & ((\text_gen|char_ram~42305_combout ))) # (!\text_gen|char_ram~42295_combout & (\text_gen|char_ram~42274_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~42295_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~42274_combout ), + .datac(\text_gen|char_ram~42305_combout ), + .datad(\text_gen|char_ram~42295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42306 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y37_N19 +dffeas \text_gen|char_ram~22540 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22540_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22540 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22540 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y37_N25 +dffeas \text_gen|char_ram~22988 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22988_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22988 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22988 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y39_N29 +dffeas \text_gen|char_ram~21644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21644 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22092feeder ( +// Equation(s): +// \text_gen|char_ram~22092feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22092feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22092feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22092feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N25 +dffeas \text_gen|char_ram~22092 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22092feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22092_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22092 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22092 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42239 ( +// Equation(s): +// \text_gen|char_ram~42239_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22092_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21644_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21644_q ), + .datad(\text_gen|char_ram~22092_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42239 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42240 ( +// Equation(s): +// \text_gen|char_ram~42240_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42239_combout & ((\text_gen|char_ram~22988_q ))) # (!\text_gen|char_ram~42239_combout & (\text_gen|char_ram~22540_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42239_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22540_q ), + .datac(\text_gen|char_ram~22988_q ), + .datad(\text_gen|char_ram~42239_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42240 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y25_N16 +cycloneiv_lcell_comb \text_gen|char_ram~14924feeder ( +// Equation(s): +// \text_gen|char_ram~14924feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14924feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14924feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14924feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y25_N17 +dffeas \text_gen|char_ram~14924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14924feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54444_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14924 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N27 +dffeas \text_gen|char_ram~15820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15820 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y38_N1 +dffeas \text_gen|char_ram~14476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55451_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14476 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y45_N5 +dffeas \text_gen|char_ram~15372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42232 ( +// Equation(s): +// \text_gen|char_ram~42232_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15372_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14476_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14476_q ), + .datad(\text_gen|char_ram~15372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42232 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42233 ( +// Equation(s): +// \text_gen|char_ram~42233_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42232_combout & ((\text_gen|char_ram~15820_q ))) # (!\text_gen|char_ram~42232_combout & (\text_gen|char_ram~14924_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42232_combout )))) + + .dataa(\text_gen|char_ram~14924_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15820_q ), + .datad(\text_gen|char_ram~42232_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42233 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X26_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~588feeder ( +// Equation(s): +// \text_gen|char_ram~588feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~588feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~588feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~588feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y20_N15 +dffeas \text_gen|char_ram~588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~588feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y45_N27 +dffeas \text_gen|char_ram~1036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1036 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y38_N9 +dffeas \text_gen|char_ram~140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55486_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~140 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42236 ( +// Equation(s): +// \text_gen|char_ram~42236_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1036_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~140_q ))))) + + .dataa(\text_gen|char_ram~1036_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~140_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42236 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y38_N3 +dffeas \text_gen|char_ram~1484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42237 ( +// Equation(s): +// \text_gen|char_ram~42237_combout = (\text_gen|char_ram~42236_combout & (((\text_gen|char_ram~1484_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~42236_combout & (\text_gen|char_ram~588_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~588_q ), + .datab(\text_gen|char_ram~42236_combout ), + .datac(\text_gen|char_ram~1484_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42237 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~42237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~8204feeder ( +// Equation(s): +// \text_gen|char_ram~8204feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8204feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8204feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8204feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y39_N1 +dffeas \text_gen|char_ram~8204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8204feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8204 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y40_N11 +dffeas \text_gen|char_ram~8652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y32_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7756feeder ( +// Equation(s): +// \text_gen|char_ram~7756feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7756feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7756feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7756feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y32_N11 +dffeas \text_gen|char_ram~7756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7756feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54403_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7756 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y43_N17 +dffeas \text_gen|char_ram~7308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7308 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y43_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42234 ( +// Equation(s): +// \text_gen|char_ram~42234_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~7756_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7308_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~7756_q ), + .datac(\text_gen|char_ram~7308_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42234 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42235 ( +// Equation(s): +// \text_gen|char_ram~42235_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42234_combout & ((\text_gen|char_ram~8652_q ))) # (!\text_gen|char_ram~42234_combout & (\text_gen|char_ram~8204_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42234_combout )))) + + .dataa(\text_gen|char_ram~8204_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8652_q ), + .datad(\text_gen|char_ram~42234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42235 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42238 ( +// Equation(s): +// \text_gen|char_ram~42238_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~42235_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~42237_combout ))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42237_combout ), + .datad(\text_gen|char_ram~42235_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42238 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42241 ( +// Equation(s): +// \text_gen|char_ram~42241_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42238_combout & (\text_gen|char_ram~42240_combout )) # (!\text_gen|char_ram~42238_combout & ((\text_gen|char_ram~42233_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42238_combout )))) + + .dataa(\text_gen|char_ram~42240_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42233_combout ), + .datad(\text_gen|char_ram~42238_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42241 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N26 +cycloneiv_lcell_comb \text_gen|char_ram~22512feeder ( +// Equation(s): +// \text_gen|char_ram~22512feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22512feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22512feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22512feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y37_N27 +dffeas \text_gen|char_ram~22512 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22512feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22512_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22512 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22512 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N21 +dffeas \text_gen|char_ram~22960 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22960_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22960 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22960 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y34_N7 +dffeas \text_gen|char_ram~21616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22064feeder ( +// Equation(s): +// \text_gen|char_ram~22064feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22064feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22064feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22064feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y19_N21 +dffeas \text_gen|char_ram~22064 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22064feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22064_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22064 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22064 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42249 ( +// Equation(s): +// \text_gen|char_ram~42249_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22064_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21616_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21616_q ), + .datad(\text_gen|char_ram~22064_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42249 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y34_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42250 ( +// Equation(s): +// \text_gen|char_ram~42250_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42249_combout & ((\text_gen|char_ram~22960_q ))) # (!\text_gen|char_ram~42249_combout & (\text_gen|char_ram~22512_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42249_combout )))) + + .dataa(\text_gen|char_ram~22512_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22960_q ), + .datad(\text_gen|char_ram~42249_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42250 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y37_N17 +dffeas \text_gen|char_ram~14448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15344feeder ( +// Equation(s): +// \text_gen|char_ram~15344feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15344feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15344feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15344feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N11 +dffeas \text_gen|char_ram~15344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15344feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15344 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42242 ( +// Equation(s): +// \text_gen|char_ram~42242_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15344_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14448_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14448_q ), + .datad(\text_gen|char_ram~15344_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42242 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y37_N19 +dffeas \text_gen|char_ram~15792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y37_N8 +cycloneiv_lcell_comb \text_gen|char_ram~14896feeder ( +// Equation(s): +// \text_gen|char_ram~14896feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14896feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14896feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14896feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y37_N9 +dffeas \text_gen|char_ram~14896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14896feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54535_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42243 ( +// Equation(s): +// \text_gen|char_ram~42243_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42242_combout & (\text_gen|char_ram~15792_q )) # (!\text_gen|char_ram~42242_combout & ((\text_gen|char_ram~14896_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~42242_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42242_combout ), + .datac(\text_gen|char_ram~15792_q ), + .datad(\text_gen|char_ram~14896_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42243 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y52_N7 +dffeas \text_gen|char_ram~8176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8176 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y41_N11 +dffeas \text_gen|char_ram~8624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~7728feeder ( +// Equation(s): +// \text_gen|char_ram~7728feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7728feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y17_N5 +dffeas \text_gen|char_ram~7728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54557_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7728 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y45_N29 +dffeas \text_gen|char_ram~7280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42244 ( +// Equation(s): +// \text_gen|char_ram~42244_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7728_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7280_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~7728_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~7280_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42244 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42245 ( +// Equation(s): +// \text_gen|char_ram~42245_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42244_combout & ((\text_gen|char_ram~8624_q ))) # (!\text_gen|char_ram~42244_combout & (\text_gen|char_ram~8176_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42244_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8176_q ), + .datac(\text_gen|char_ram~8624_q ), + .datad(\text_gen|char_ram~42244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42245 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y20_N17 +dffeas \text_gen|char_ram~560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y41_N25 +dffeas \text_gen|char_ram~1456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1456 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N5 +dffeas \text_gen|char_ram~1008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1008 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y45_N29 +dffeas \text_gen|char_ram~112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55615_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42246 ( +// Equation(s): +// \text_gen|char_ram~42246_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~1008_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~112_q ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~1008_q ), + .datac(\text_gen|char_ram~112_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42246 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42247 ( +// Equation(s): +// \text_gen|char_ram~42247_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42246_combout & ((\text_gen|char_ram~1456_q ))) # (!\text_gen|char_ram~42246_combout & (\text_gen|char_ram~560_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42246_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~560_q ), + .datac(\text_gen|char_ram~1456_q ), + .datad(\text_gen|char_ram~42246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42247 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42248 ( +// Equation(s): +// \text_gen|char_ram~42248_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42245_combout ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & (((!\text_gen|Add5~14_combout & \text_gen|char_ram~42247_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42245_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42248 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~42248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42251 ( +// Equation(s): +// \text_gen|char_ram~42251_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42248_combout & (\text_gen|char_ram~42250_combout )) # (!\text_gen|char_ram~42248_combout & ((\text_gen|char_ram~42243_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42248_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42250_combout ), + .datac(\text_gen|char_ram~42243_combout ), + .datad(\text_gen|char_ram~42248_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42251 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42252 ( +// Equation(s): +// \text_gen|char_ram~42252_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~42241_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~42251_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~42241_combout ), + .datad(\text_gen|char_ram~42251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42252 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~14903feeder ( +// Equation(s): +// \text_gen|char_ram~14903feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14903feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14903feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14903feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y40_N3 +dffeas \text_gen|char_ram~14903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14903feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14903 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y40_N7 +dffeas \text_gen|char_ram~15799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56115_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15799 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y40_N13 +dffeas \text_gen|char_ram~14455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55575_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14455 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15351feeder ( +// Equation(s): +// \text_gen|char_ram~15351feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15351feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15351feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15351feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y42_N13 +dffeas \text_gen|char_ram~15351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15351feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15351 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42224 ( +// Equation(s): +// \text_gen|char_ram~42224_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15351_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14455_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14455_q ), + .datad(\text_gen|char_ram~15351_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42224 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42225 ( +// Equation(s): +// \text_gen|char_ram~42225_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42224_combout & ((\text_gen|char_ram~15799_q ))) # (!\text_gen|char_ram~42224_combout & (\text_gen|char_ram~14903_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42224_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14903_q ), + .datac(\text_gen|char_ram~15799_q ), + .datad(\text_gen|char_ram~42224_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42225 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y45_N31 +dffeas \text_gen|char_ram~1015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y42_N23 +dffeas \text_gen|char_ram~119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55607_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42226 ( +// Equation(s): +// \text_gen|char_ram~42226_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1015_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~119_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~1015_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~119_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42226 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y38_N7 +dffeas \text_gen|char_ram~1463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y16_N9 +dffeas \text_gen|char_ram~567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~567 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42227 ( +// Equation(s): +// \text_gen|char_ram~42227_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42226_combout & (\text_gen|char_ram~1463_q )) # (!\text_gen|char_ram~42226_combout & ((\text_gen|char_ram~567_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~42226_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42226_combout ), + .datac(\text_gen|char_ram~1463_q ), + .datad(\text_gen|char_ram~567_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42227 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42228 ( +// Equation(s): +// \text_gen|char_ram~42228_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42225_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & (((!\text_gen|Add5~12_combout & \text_gen|char_ram~42227_combout )))) + + .dataa(\text_gen|char_ram~42225_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42227_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42228 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~42228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N14 +cycloneiv_lcell_comb \text_gen|char_ram~8183feeder ( +// Equation(s): +// \text_gen|char_ram~8183feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8183feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8183feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8183feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N15 +dffeas \text_gen|char_ram~8183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8183feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y40_N29 +dffeas \text_gen|char_ram~8631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y17_N11 +dffeas \text_gen|char_ram~7735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y45_N17 +dffeas \text_gen|char_ram~7287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55591_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7287 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42222 ( +// Equation(s): +// \text_gen|char_ram~42222_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~7735_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7287_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~7735_q ), + .datac(\text_gen|char_ram~7287_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42222 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42223 ( +// Equation(s): +// \text_gen|char_ram~42223_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42222_combout & ((\text_gen|char_ram~8631_q ))) # (!\text_gen|char_ram~42222_combout & (\text_gen|char_ram~8183_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42222_combout )))) + + .dataa(\text_gen|char_ram~8183_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8631_q ), + .datad(\text_gen|char_ram~42222_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42223 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y49_N28 +cycloneiv_lcell_comb \text_gen|char_ram~22519feeder ( +// Equation(s): +// \text_gen|char_ram~22519feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22519feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22519feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22519feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y49_N29 +dffeas \text_gen|char_ram~22519 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22519feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22519_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22519 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22519 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y27_N13 +dffeas \text_gen|char_ram~22967 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22967_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22967 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22967 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y17_N11 +dffeas \text_gen|char_ram~22071 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22071_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22071 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22071 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y17_N29 +dffeas \text_gen|char_ram~21623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55623_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21623 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42229 ( +// Equation(s): +// \text_gen|char_ram~42229_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~22071_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~21623_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~22071_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21623_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42229 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y27_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42230 ( +// Equation(s): +// \text_gen|char_ram~42230_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42229_combout & ((\text_gen|char_ram~22967_q ))) # (!\text_gen|char_ram~42229_combout & (\text_gen|char_ram~22519_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42229_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22519_q ), + .datac(\text_gen|char_ram~22967_q ), + .datad(\text_gen|char_ram~42229_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42230 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42231 ( +// Equation(s): +// \text_gen|char_ram~42231_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42228_combout & ((\text_gen|char_ram~42230_combout ))) # (!\text_gen|char_ram~42228_combout & (\text_gen|char_ram~42223_combout )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42228_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~42228_combout ), + .datac(\text_gen|char_ram~42223_combout ), + .datad(\text_gen|char_ram~42230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42231 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X25_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~22547feeder ( +// Equation(s): +// \text_gen|char_ram~22547feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22547feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22547feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22547feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X25_Y46_N25 +dffeas \text_gen|char_ram~22547 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22547feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22547_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22547 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22547 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y30_N11 +dffeas \text_gen|char_ram~22995 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22995_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22995 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22995 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y35_N13 +dffeas \text_gen|char_ram~21651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55493_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21651 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y27_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22099feeder ( +// Equation(s): +// \text_gen|char_ram~22099feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22099feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22099feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22099feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y27_N11 +dffeas \text_gen|char_ram~22099 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22099feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54464_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22099_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22099 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22099 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42260 ( +// Equation(s): +// \text_gen|char_ram~42260_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~22099_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~21651_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21651_q ), + .datad(\text_gen|char_ram~22099_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42260 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42261 ( +// Equation(s): +// \text_gen|char_ram~42261_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42260_combout & ((\text_gen|char_ram~22995_q ))) # (!\text_gen|char_ram~42260_combout & (\text_gen|char_ram~22547_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42260_combout )))) + + .dataa(\text_gen|char_ram~22547_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22995_q ), + .datad(\text_gen|char_ram~42260_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42261 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y39_N30 +cycloneiv_lcell_comb \text_gen|char_ram~14931feeder ( +// Equation(s): +// \text_gen|char_ram~14931feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14931feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14931feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14931feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y39_N31 +dffeas \text_gen|char_ram~14931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14931feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54450_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14931 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~15379feeder ( +// Equation(s): +// \text_gen|char_ram~15379feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15379feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15379feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15379feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y42_N11 +dffeas \text_gen|char_ram~15379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15379feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53362_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y38_N3 +dffeas \text_gen|char_ram~14483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42253 ( +// Equation(s): +// \text_gen|char_ram~42253_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15379_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14483_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~15379_q ), + .datac(\text_gen|char_ram~14483_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42253 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X33_Y38_N9 +dffeas \text_gen|char_ram~15827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55987_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15827 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42254 ( +// Equation(s): +// \text_gen|char_ram~42254_combout = (\text_gen|char_ram~42253_combout & (((\text_gen|char_ram~15827_q ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~42253_combout & (\text_gen|char_ram~14931_q & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~14931_q ), + .datab(\text_gen|char_ram~42253_combout ), + .datac(\text_gen|char_ram~15827_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42254 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~42254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X26_Y47_N15 +dffeas \text_gen|char_ram~8211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y32_N13 +dffeas \text_gen|char_ram~8659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y21_N1 +dffeas \text_gen|char_ram~7763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54402_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7763 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y36_N15 +dffeas \text_gen|char_ram~7315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7315 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42255 ( +// Equation(s): +// \text_gen|char_ram~42255_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~7763_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~7315_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~7763_q ), + .datac(\text_gen|char_ram~7315_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42255 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y32_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42256 ( +// Equation(s): +// \text_gen|char_ram~42256_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42255_combout & ((\text_gen|char_ram~8659_q ))) # (!\text_gen|char_ram~42255_combout & (\text_gen|char_ram~8211_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42255_combout )))) + + .dataa(\text_gen|char_ram~8211_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8659_q ), + .datad(\text_gen|char_ram~42255_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42256 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y24_N24 +cycloneiv_lcell_comb \text_gen|char_ram~595feeder ( +// Equation(s): +// \text_gen|char_ram~595feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~595feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~595feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~595feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y24_N25 +dffeas \text_gen|char_ram~595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~595feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54431_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y38_N9 +dffeas \text_gen|char_ram~1491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1491 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X30_Y45_N15 +dffeas \text_gen|char_ram~1043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y42_N29 +dffeas \text_gen|char_ram~147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42257 ( +// Equation(s): +// \text_gen|char_ram~42257_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1043_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~147_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~1043_q ), + .datac(\text_gen|char_ram~147_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42257 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42258 ( +// Equation(s): +// \text_gen|char_ram~42258_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42257_combout & ((\text_gen|char_ram~1491_q ))) # (!\text_gen|char_ram~42257_combout & (\text_gen|char_ram~595_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42257_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~595_q ), + .datac(\text_gen|char_ram~1491_q ), + .datad(\text_gen|char_ram~42257_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42258 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42259 ( +// Equation(s): +// \text_gen|char_ram~42259_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~42256_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~42258_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42256_combout ), + .datad(\text_gen|char_ram~42258_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42259 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42262 ( +// Equation(s): +// \text_gen|char_ram~42262_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42259_combout & (\text_gen|char_ram~42261_combout )) # (!\text_gen|char_ram~42259_combout & ((\text_gen|char_ram~42254_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42259_combout )))) + + .dataa(\text_gen|char_ram~42261_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~42254_combout ), + .datad(\text_gen|char_ram~42259_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42262 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~42262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42263 ( +// Equation(s): +// \text_gen|char_ram~42263_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42252_combout & ((\text_gen|char_ram~42262_combout ))) # (!\text_gen|char_ram~42252_combout & (\text_gen|char_ram~42231_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~42252_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42252_combout ), + .datac(\text_gen|char_ram~42231_combout ), + .datad(\text_gen|char_ram~42262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42263 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~42263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~22561feeder ( +// Equation(s): +// \text_gen|char_ram~22561feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22561feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22561feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22561feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y50_N5 +dffeas \text_gen|char_ram~22561 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22561feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53418_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22561_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22561 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22561 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y30_N17 +dffeas \text_gen|char_ram~23009 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23009_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23009 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23009 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N23 +dffeas \text_gen|char_ram~21665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55687_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21665 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22113feeder ( +// Equation(s): +// \text_gen|char_ram~22113feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22113feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22113feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22113feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y23_N3 +dffeas \text_gen|char_ram~22113 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22113feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54649_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22113_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22113 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22113 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42218 ( +// Equation(s): +// \text_gen|char_ram~42218_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22113_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21665_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21665_q ), + .datad(\text_gen|char_ram~22113_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42218 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y30_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42219 ( +// Equation(s): +// \text_gen|char_ram~42219_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42218_combout & ((\text_gen|char_ram~23009_q ))) # (!\text_gen|char_ram~42218_combout & (\text_gen|char_ram~22561_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42218_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22561_q ), + .datac(\text_gen|char_ram~23009_q ), + .datad(\text_gen|char_ram~42218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42219 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y21_N29 +dffeas \text_gen|char_ram~609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y36_N29 +dffeas \text_gen|char_ram~1505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1505 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~1057feeder ( +// Equation(s): +// \text_gen|char_ram~1057feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1057feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1057feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1057feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y47_N21 +dffeas \text_gen|char_ram~1057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1057feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y43_N5 +dffeas \text_gen|char_ram~161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55671_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42215 ( +// Equation(s): +// \text_gen|char_ram~42215_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1057_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~161_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~1057_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~161_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42215 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42216 ( +// Equation(s): +// \text_gen|char_ram~42216_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42215_combout & ((\text_gen|char_ram~1505_q ))) # (!\text_gen|char_ram~42215_combout & (\text_gen|char_ram~609_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42215_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~609_q ), + .datac(\text_gen|char_ram~1505_q ), + .datad(\text_gen|char_ram~42215_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42216 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y43_N5 +dffeas \text_gen|char_ram~7329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55655_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y19_N7 +dffeas \text_gen|char_ram~7777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7777 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42213 ( +// Equation(s): +// \text_gen|char_ram~42213_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7777_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7329_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7329_q ), + .datad(\text_gen|char_ram~7777_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42213 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y32_N29 +dffeas \text_gen|char_ram~8225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53415_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y32_N23 +dffeas \text_gen|char_ram~8673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42214 ( +// Equation(s): +// \text_gen|char_ram~42214_combout = (\text_gen|char_ram~42213_combout & (((\text_gen|char_ram~8673_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~42213_combout & (\text_gen|char_ram~8225_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~42213_combout ), + .datab(\text_gen|char_ram~8225_q ), + .datac(\text_gen|char_ram~8673_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42214 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~42214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~42217 ( +// Equation(s): +// \text_gen|char_ram~42217_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~42214_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~42216_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42216_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42214_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42217 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~42217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y35_N21 +dffeas \text_gen|char_ram~14497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55639_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y35_N21 +dffeas \text_gen|char_ram~15393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15393 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42211 ( +// Equation(s): +// \text_gen|char_ram~42211_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~15393_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~14497_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14497_q ), + .datad(\text_gen|char_ram~15393_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42211 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y28_N29 +dffeas \text_gen|char_ram~15841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15841 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y21_N27 +dffeas \text_gen|char_ram~14945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14945 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42212 ( +// Equation(s): +// \text_gen|char_ram~42212_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42211_combout & (\text_gen|char_ram~15841_q )) # (!\text_gen|char_ram~42211_combout & ((\text_gen|char_ram~14945_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~42211_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~42211_combout ), + .datac(\text_gen|char_ram~15841_q ), + .datad(\text_gen|char_ram~14945_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42212 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42220 ( +// Equation(s): +// \text_gen|char_ram~42220_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42217_combout & (\text_gen|char_ram~42219_combout )) # (!\text_gen|char_ram~42217_combout & ((\text_gen|char_ram~42212_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~42217_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42219_combout ), + .datac(\text_gen|char_ram~42217_combout ), + .datad(\text_gen|char_ram~42212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42220 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~42220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~8197feeder ( +// Equation(s): +// \text_gen|char_ram~8197feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8197feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8197feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8197feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N17 +dffeas \text_gen|char_ram~8197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8197feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53383_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8197 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y44_N27 +dffeas \text_gen|char_ram~8645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56225_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y44_N1 +dffeas \text_gen|char_ram~7301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55511_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7301 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y22_N10 +cycloneiv_lcell_comb \text_gen|char_ram~7749feeder ( +// Equation(s): +// \text_gen|char_ram~7749feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7749feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7749feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7749feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X31_Y22_N11 +dffeas \text_gen|char_ram~7749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7749feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7749 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42180 ( +// Equation(s): +// \text_gen|char_ram~42180_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7749_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7301_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7301_q ), + .datad(\text_gen|char_ram~7749_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42180 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42181 ( +// Equation(s): +// \text_gen|char_ram~42181_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42180_combout & ((\text_gen|char_ram~8645_q ))) # (!\text_gen|char_ram~42180_combout & (\text_gen|char_ram~8197_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42180_combout )))) + + .dataa(\text_gen|char_ram~8197_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~8645_q ), + .datad(\text_gen|char_ram~42180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42181 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~22533feeder ( +// Equation(s): +// \text_gen|char_ram~22533feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22533feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22533feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22533feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X35_Y47_N15 +dffeas \text_gen|char_ram~22533 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22533feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53386_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22533_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22533 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22533 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y39_N17 +dffeas \text_gen|char_ram~22981 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22981_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22981 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22981 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y19_N15 +dffeas \text_gen|char_ram~22085 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22085_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22085 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22085 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y39_N19 +dffeas \text_gen|char_ram~21637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55559_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42187 ( +// Equation(s): +// \text_gen|char_ram~42187_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22085_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21637_q +// ))))) + + .dataa(\text_gen|char_ram~22085_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~21637_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42187 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~42187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42188 ( +// Equation(s): +// \text_gen|char_ram~42188_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42187_combout & ((\text_gen|char_ram~22981_q ))) # (!\text_gen|char_ram~42187_combout & (\text_gen|char_ram~22533_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42187_combout )))) + + .dataa(\text_gen|char_ram~22533_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22981_q ), + .datad(\text_gen|char_ram~42187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42188 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y18_N1 +dffeas \text_gen|char_ram~14917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N11 +dffeas \text_gen|char_ram~15813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56051_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y25_N13 +dffeas \text_gen|char_ram~15365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y25_N13 +dffeas \text_gen|char_ram~14469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55527_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14469 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y25_N12 +cycloneiv_lcell_comb \text_gen|char_ram~42182 ( +// Equation(s): +// \text_gen|char_ram~42182_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~15365_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~14469_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~15365_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14469_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42182 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~42182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42183 ( +// Equation(s): +// \text_gen|char_ram~42183_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42182_combout & ((\text_gen|char_ram~15813_q ))) # (!\text_gen|char_ram~42182_combout & (\text_gen|char_ram~14917_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42182_combout )))) + + .dataa(\text_gen|char_ram~14917_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~15813_q ), + .datad(\text_gen|char_ram~42182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42183 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~581feeder ( +// Equation(s): +// \text_gen|char_ram~581feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~581feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~581feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~581feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X27_Y36_N19 +dffeas \text_gen|char_ram~581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~581feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X27_Y36_N29 +dffeas \text_gen|char_ram~1477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1477 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y47_N15 +dffeas \text_gen|char_ram~133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55543_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~133 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~1029feeder ( +// Equation(s): +// \text_gen|char_ram~1029feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1029feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1029feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1029feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y47_N7 +dffeas \text_gen|char_ram~1029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1029feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1029 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42184 ( +// Equation(s): +// \text_gen|char_ram~42184_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1029_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~133_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~133_q ), + .datad(\text_gen|char_ram~1029_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42184 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X27_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42185 ( +// Equation(s): +// \text_gen|char_ram~42185_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42184_combout & ((\text_gen|char_ram~1477_q ))) # (!\text_gen|char_ram~42184_combout & (\text_gen|char_ram~581_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42184_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~581_q ), + .datac(\text_gen|char_ram~1477_q ), + .datad(\text_gen|char_ram~42184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42185 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42186 ( +// Equation(s): +// \text_gen|char_ram~42186_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~42183_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~42185_combout ))))) + + .dataa(\text_gen|char_ram~42183_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~42185_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42186 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~42186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42189 ( +// Equation(s): +// \text_gen|char_ram~42189_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~42186_combout & ((\text_gen|char_ram~42188_combout ))) # (!\text_gen|char_ram~42186_combout & (\text_gen|char_ram~42181_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~42186_combout )))) + + .dataa(\text_gen|char_ram~42181_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42188_combout ), + .datad(\text_gen|char_ram~42186_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42189 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22526feeder ( +// Equation(s): +// \text_gen|char_ram~22526feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22526feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22526feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22526feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X30_Y37_N13 +dffeas \text_gen|char_ram~22526 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22526feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22526_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22526 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22526 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X33_Y33_N27 +dffeas \text_gen|char_ram~22974 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22974_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22974 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22974 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X34_Y37_N25 +dffeas \text_gen|char_ram~21630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21630 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N9 +dffeas \text_gen|char_ram~22078 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54519_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22078_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22078 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22078 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42207 ( +// Equation(s): +// \text_gen|char_ram~42207_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~22078_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~21630_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~21630_q ), + .datad(\text_gen|char_ram~22078_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42207 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X33_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42208 ( +// Equation(s): +// \text_gen|char_ram~42208_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42207_combout & ((\text_gen|char_ram~22974_q ))) # (!\text_gen|char_ram~42207_combout & (\text_gen|char_ram~22526_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42207_combout )))) + + .dataa(\text_gen|char_ram~22526_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~22974_q ), + .datad(\text_gen|char_ram~42207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42208 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X21_Y29_N26 +cycloneiv_lcell_comb \text_gen|char_ram~14910feeder ( +// Equation(s): +// \text_gen|char_ram~14910feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14910feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14910feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14910feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X21_Y29_N27 +dffeas \text_gen|char_ram~14910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14910feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54477_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14910 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y37_N31 +dffeas \text_gen|char_ram~15806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y37_N29 +dffeas \text_gen|char_ram~14462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y53_N11 +dffeas \text_gen|char_ram~15358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53509_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42202 ( +// Equation(s): +// \text_gen|char_ram~42202_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15358_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14462_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14462_q ), + .datad(\text_gen|char_ram~15358_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42202 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~42203 ( +// Equation(s): +// \text_gen|char_ram~42203_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42202_combout & ((\text_gen|char_ram~15806_q ))) # (!\text_gen|char_ram~42202_combout & (\text_gen|char_ram~14910_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42202_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14910_q ), + .datac(\text_gen|char_ram~15806_q ), + .datad(\text_gen|char_ram~42202_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42203 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X32_Y19_N7 +dffeas \text_gen|char_ram~574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54503_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~574 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X31_Y36_N1 +dffeas \text_gen|char_ram~1470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y45_N3 +dffeas \text_gen|char_ram~126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y45_N13 +dffeas \text_gen|char_ram~1022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53525_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42204 ( +// Equation(s): +// \text_gen|char_ram~42204_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~1022_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~126_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~126_q ), + .datad(\text_gen|char_ram~1022_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42204 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N0 +cycloneiv_lcell_comb \text_gen|char_ram~42205 ( +// Equation(s): +// \text_gen|char_ram~42205_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42204_combout & ((\text_gen|char_ram~1470_q ))) # (!\text_gen|char_ram~42204_combout & (\text_gen|char_ram~574_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42204_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~574_q ), + .datac(\text_gen|char_ram~1470_q ), + .datad(\text_gen|char_ram~42204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42205 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N18 +cycloneiv_lcell_comb \text_gen|char_ram~42206 ( +// Equation(s): +// \text_gen|char_ram~42206_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~42203_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~42205_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42203_combout ), + .datad(\text_gen|char_ram~42205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42206 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~42206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8190feeder ( +// Equation(s): +// \text_gen|char_ram~8190feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8190feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8190feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8190feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y53_N19 +dffeas \text_gen|char_ram~8190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8190feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8190 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y34_N7 +dffeas \text_gen|char_ram~8638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y43_N27 +dffeas \text_gen|char_ram~7294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7294 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~7742feeder ( +// Equation(s): +// \text_gen|char_ram~7742feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7742feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7742feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7742feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y22_N9 +dffeas \text_gen|char_ram~7742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7742feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54494_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~42200 ( +// Equation(s): +// \text_gen|char_ram~42200_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~7742_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~7294_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~7294_q ), + .datad(\text_gen|char_ram~7742_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42200 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42201 ( +// Equation(s): +// \text_gen|char_ram~42201_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42200_combout & ((\text_gen|char_ram~8638_q ))) # (!\text_gen|char_ram~42200_combout & (\text_gen|char_ram~8190_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42200_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8190_q ), + .datac(\text_gen|char_ram~8638_q ), + .datad(\text_gen|char_ram~42200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42201 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N8 +cycloneiv_lcell_comb \text_gen|char_ram~42209 ( +// Equation(s): +// \text_gen|char_ram~42209_combout = (\text_gen|char_ram~42206_combout & ((\text_gen|char_ram~42208_combout ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~42206_combout & (((\text_gen|Add5~12_combout & \text_gen|char_ram~42201_combout )))) + + .dataa(\text_gen|char_ram~42208_combout ), + .datab(\text_gen|char_ram~42206_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~42201_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42209 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~42209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y52_N28 +cycloneiv_lcell_comb \text_gen|char_ram~8218feeder ( +// Equation(s): +// \text_gen|char_ram~8218feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8218feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8218feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8218feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y52_N29 +dffeas \text_gen|char_ram~8218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8218feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8218 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y36_N3 +dffeas \text_gen|char_ram~8666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8666 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y18_N30 +cycloneiv_lcell_comb \text_gen|char_ram~7770feeder ( +// Equation(s): +// \text_gen|char_ram~7770feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7770feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7770feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7770feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X41_Y18_N31 +dffeas \text_gen|char_ram~7770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7770feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7770 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y36_N29 +dffeas \text_gen|char_ram~7322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55664_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7322 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42192 ( +// Equation(s): +// \text_gen|char_ram~42192_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~7770_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~7322_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~7770_q ), + .datac(\text_gen|char_ram~7322_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42192 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42193 ( +// Equation(s): +// \text_gen|char_ram~42193_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42192_combout & ((\text_gen|char_ram~8666_q ))) # (!\text_gen|char_ram~42192_combout & (\text_gen|char_ram~8218_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42192_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~8218_q ), + .datac(\text_gen|char_ram~8666_q ), + .datad(\text_gen|char_ram~42192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42193 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~1498feeder ( +// Equation(s): +// \text_gen|char_ram~1498feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1498feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1498feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1498feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y36_N15 +dffeas \text_gen|char_ram~1498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1498feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56712_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X32_Y19_N5 +dffeas \text_gen|char_ram~602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y45_N21 +dffeas \text_gen|char_ram~1050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53528_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1050 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X29_Y40_N29 +dffeas \text_gen|char_ram~154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55680_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~154 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42194 ( +// Equation(s): +// \text_gen|char_ram~42194_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~1050_q ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~154_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~1050_q ), + .datac(\text_gen|char_ram~154_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42194 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~42194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X30_Y36_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42195 ( +// Equation(s): +// \text_gen|char_ram~42195_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42194_combout & (\text_gen|char_ram~1498_q )) # (!\text_gen|char_ram~42194_combout & ((\text_gen|char_ram~602_q ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42194_combout )))) + + .dataa(\text_gen|char_ram~1498_q ), + .datab(\text_gen|char_ram~602_q ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~42194_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42195 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~42195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42196 ( +// Equation(s): +// \text_gen|char_ram~42196_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & (\text_gen|char_ram~42193_combout )) # (!\text_gen|Add5~12_combout & +// ((\text_gen|char_ram~42195_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~42193_combout ), + .datad(\text_gen|char_ram~42195_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42196 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X29_Y37_N12 +cycloneiv_lcell_comb \text_gen|char_ram~22554feeder ( +// Equation(s): +// \text_gen|char_ram~22554feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22554feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22554feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22554feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X29_Y37_N13 +dffeas \text_gen|char_ram~22554 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22554feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22554_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22554 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22554 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y33_N5 +dffeas \text_gen|char_ram~23002 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23002_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23002 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23002 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X34_Y19_N10 +cycloneiv_lcell_comb \text_gen|char_ram~22106feeder ( +// Equation(s): +// \text_gen|char_ram~22106feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22106feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22106feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22106feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X34_Y19_N11 +dffeas \text_gen|char_ram~22106 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22106feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22106_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22106 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22106 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X35_Y40_N29 +dffeas \text_gen|char_ram~21658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55696_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21658 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~42197 ( +// Equation(s): +// \text_gen|char_ram~42197_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~22106_q )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~21658_q +// ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~22106_q ), + .datac(\text_gen|char_ram~21658_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42197 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~42197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X35_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~42198 ( +// Equation(s): +// \text_gen|char_ram~42198_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~42197_combout & ((\text_gen|char_ram~23002_q ))) # (!\text_gen|char_ram~42197_combout & (\text_gen|char_ram~22554_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~42197_combout )))) + + .dataa(\text_gen|char_ram~22554_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23002_q ), + .datad(\text_gen|char_ram~42197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42198 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~42198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y29_N15 +dffeas \text_gen|char_ram~14938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54633_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14938 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y29_N21 +dffeas \text_gen|char_ram~15834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15834 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X37_Y41_N17 +dffeas \text_gen|char_ram~14490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X28_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~15386feeder ( +// Equation(s): +// \text_gen|char_ram~15386feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X28_Y45_N25 +dffeas \text_gen|char_ram~15386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53512_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15386 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y41_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42190 ( +// Equation(s): +// \text_gen|char_ram~42190_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~15386_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~14490_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~14490_q ), + .datad(\text_gen|char_ram~15386_q ), + .cin(gnd), + .combout(\text_gen|char_ram~42190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42190 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~42191 ( +// Equation(s): +// \text_gen|char_ram~42191_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~42190_combout & ((\text_gen|char_ram~15834_q ))) # (!\text_gen|char_ram~42190_combout & (\text_gen|char_ram~14938_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~42190_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~14938_q ), + .datac(\text_gen|char_ram~15834_q ), + .datad(\text_gen|char_ram~42190_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42191 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42199 ( +// Equation(s): +// \text_gen|char_ram~42199_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~42196_combout & (\text_gen|char_ram~42198_combout )) # (!\text_gen|char_ram~42196_combout & ((\text_gen|char_ram~42191_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~42196_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~42196_combout ), + .datac(\text_gen|char_ram~42198_combout ), + .datad(\text_gen|char_ram~42191_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42199 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~42199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N10 +cycloneiv_lcell_comb \text_gen|char_ram~42210 ( +// Equation(s): +// \text_gen|char_ram~42210_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~42199_combout )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~42209_combout ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~42209_combout ), + .datad(\text_gen|char_ram~42199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42210 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~42210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X31_Y36_N2 +cycloneiv_lcell_comb \text_gen|char_ram~42221 ( +// Equation(s): +// \text_gen|char_ram~42221_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~42210_combout & (\text_gen|char_ram~42220_combout )) # (!\text_gen|char_ram~42210_combout & ((\text_gen|char_ram~42189_combout ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~42210_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~42220_combout ), + .datac(\text_gen|char_ram~42189_combout ), + .datad(\text_gen|char_ram~42210_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42221 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~42264 ( +// Equation(s): +// \text_gen|char_ram~42264_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~42221_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~42263_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~42263_combout ), + .datad(\text_gen|char_ram~42221_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42264 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~42264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~42307 ( +// Equation(s): +// \text_gen|char_ram~42307_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~42264_combout & ((\text_gen|char_ram~42306_combout ))) # (!\text_gen|char_ram~42264_combout & (\text_gen|char_ram~42179_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~42264_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~42179_combout ), + .datac(\text_gen|char_ram~42306_combout ), + .datad(\text_gen|char_ram~42264_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42307 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~42307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~42308 ( +// Equation(s): +// \text_gen|char_ram~42308_combout = (\text_gen|Add5~10_combout & (\text_gen|Add5~8_combout )) # (!\text_gen|Add5~10_combout & ((\text_gen|Add5~8_combout & (\text_gen|char_ram~42137_combout )) # (!\text_gen|Add5~8_combout & +// ((\text_gen|char_ram~42307_combout ))))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|Add5~8_combout ), + .datac(\text_gen|char_ram~42137_combout ), + .datad(\text_gen|char_ram~42307_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42308 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~42308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X32_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~42479 ( +// Equation(s): +// \text_gen|char_ram~42479_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~42308_combout & (\text_gen|char_ram~42478_combout )) # (!\text_gen|char_ram~42308_combout & ((\text_gen|char_ram~41967_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~42308_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~42478_combout ), + .datac(\text_gen|char_ram~41967_combout ), + .datad(\text_gen|char_ram~42308_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~42479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~42479 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~42479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~28644feeder ( +// Equation(s): +// \text_gen|char_ram~28644feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28644feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28644feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28644feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y32_N21 +dffeas \text_gen|char_ram~28644 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28644feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28644_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28644 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28644 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y15_N29 +dffeas \text_gen|char_ram~28658 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56881_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28658_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28658 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28658 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y33_N5 +dffeas \text_gen|char_ram~28616 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28616_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28616 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28616 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~28630feeder ( +// Equation(s): +// \text_gen|char_ram~28630feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28630feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28630feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28630feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X88_Y33_N31 +dffeas \text_gen|char_ram~28630 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28630feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28630_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28630 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28630 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44436 ( +// Equation(s): +// \text_gen|char_ram~44436_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~28630_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28616_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28616_q ), + .datad(\text_gen|char_ram~28630_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44436_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44436 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44436 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44437 ( +// Equation(s): +// \text_gen|char_ram~44437_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44436_combout & ((\text_gen|char_ram~28658_q ))) # (!\text_gen|char_ram~44436_combout & (\text_gen|char_ram~28644_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44436_combout )))) + + .dataa(\text_gen|char_ram~28644_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28658_q ), + .datad(\text_gen|char_ram~44436_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44437_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44437 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44437 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y55_N9 +dffeas \text_gen|char_ram~28182 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28182_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28182 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28182 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y55_N7 +dffeas \text_gen|char_ram~28210 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28210_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28210 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28210 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y59_N7 +dffeas \text_gen|char_ram~28168 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53736_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28168_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28168 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28168 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N2 +cycloneiv_lcell_comb \text_gen|char_ram~28196feeder ( +// Equation(s): +// \text_gen|char_ram~28196feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28196feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28196feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28196feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N3 +dffeas \text_gen|char_ram~28196 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28196feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53748_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28196_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28196 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28196 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44429 ( +// Equation(s): +// \text_gen|char_ram~44429_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~28196_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~28168_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28168_q ), + .datad(\text_gen|char_ram~28196_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44429_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44429 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44429 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44430 ( +// Equation(s): +// \text_gen|char_ram~44430_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44429_combout & ((\text_gen|char_ram~28210_q ))) # (!\text_gen|char_ram~44429_combout & (\text_gen|char_ram~28182_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44429_combout )))) + + .dataa(\text_gen|char_ram~28182_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28210_q ), + .datad(\text_gen|char_ram~44429_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44430_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44430 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44430 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y18_N11 +dffeas \text_gen|char_ram~27734 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27734_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27734 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27734 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y15_N15 +dffeas \text_gen|char_ram~27720 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54806_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27720_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27720 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27720 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y15_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44431 ( +// Equation(s): +// \text_gen|char_ram~44431_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~27734_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~27720_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27734_q ), + .datad(\text_gen|char_ram~27720_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44431_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44431 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44431 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y15_N9 +dffeas \text_gen|char_ram~27762 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27762_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27762 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27762 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y13_N11 +dffeas \text_gen|char_ram~27748 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27748_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27748 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27748 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44432 ( +// Equation(s): +// \text_gen|char_ram~44432_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44431_combout & (\text_gen|char_ram~27762_q )) # (!\text_gen|char_ram~44431_combout & ((\text_gen|char_ram~27748_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~44431_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44431_combout ), + .datac(\text_gen|char_ram~27762_q ), + .datad(\text_gen|char_ram~27748_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44432_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44432 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44432 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y40_N23 +dffeas \text_gen|char_ram~27286 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27286_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27286 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27286 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y40_N17 +dffeas \text_gen|char_ram~27314 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27314_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27314 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27314 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N17 +dffeas \text_gen|char_ram~27272 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55828_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27272_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27272 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27272 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y38_N29 +dffeas \text_gen|char_ram~27300 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55824_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27300_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27300 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27300 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y39_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44433 ( +// Equation(s): +// \text_gen|char_ram~44433_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~27300_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27272_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27272_q ), + .datad(\text_gen|char_ram~27300_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44433_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44433 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44433 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44434 ( +// Equation(s): +// \text_gen|char_ram~44434_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44433_combout & ((\text_gen|char_ram~27314_q ))) # (!\text_gen|char_ram~44433_combout & (\text_gen|char_ram~27286_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44433_combout )))) + + .dataa(\text_gen|char_ram~27286_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27314_q ), + .datad(\text_gen|char_ram~44433_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44434_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44434 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44434 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44435 ( +// Equation(s): +// \text_gen|char_ram~44435_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~44432_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~44434_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44432_combout ), + .datad(\text_gen|char_ram~44434_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44435_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44435 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44435 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44438 ( +// Equation(s): +// \text_gen|char_ram~44438_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44435_combout & (\text_gen|char_ram~44437_combout )) # (!\text_gen|char_ram~44435_combout & ((\text_gen|char_ram~44430_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44435_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44437_combout ), + .datac(\text_gen|char_ram~44430_combout ), + .datad(\text_gen|char_ram~44435_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44438_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44438 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44438 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y10_N21 +dffeas \text_gen|char_ram~20566 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54739_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20566_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20566 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20566 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y10_N27 +dffeas \text_gen|char_ram~20552 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20552_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20552 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20552 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y10_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44398 ( +// Equation(s): +// \text_gen|char_ram~44398_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~20566_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~20552_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20566_q ), + .datac(\text_gen|char_ram~20552_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44398_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44398 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44398 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y10_N15 +dffeas \text_gen|char_ram~20594 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54883_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20594_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20594 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20594 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y10_N13 +dffeas \text_gen|char_ram~20580 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20580_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20580 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20580 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y10_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44399 ( +// Equation(s): +// \text_gen|char_ram~44399_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44398_combout & (\text_gen|char_ram~20594_q )) # (!\text_gen|char_ram~44398_combout & ((\text_gen|char_ram~20580_q ))))) # (!\vga_c|h_cnt [6] & +// (\text_gen|char_ram~44398_combout )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44398_combout ), + .datac(\text_gen|char_ram~20594_q ), + .datad(\text_gen|char_ram~20580_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44399_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44399 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44399 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~21462feeder ( +// Equation(s): +// \text_gen|char_ram~21462feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21462feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21462feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21462feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y33_N21 +dffeas \text_gen|char_ram~21462 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21462feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21462_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21462 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21462 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y33_N21 +dffeas \text_gen|char_ram~21448 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21448_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21448 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21448 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44405 ( +// Equation(s): +// \text_gen|char_ram~44405_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~21462_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~21448_q ))))) + + .dataa(\text_gen|char_ram~21462_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21448_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44405_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44405 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44405 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y31_N1 +dffeas \text_gen|char_ram~21476 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21476_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21476 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21476 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y33_N26 +cycloneiv_lcell_comb \text_gen|char_ram~21490feeder ( +// Equation(s): +// \text_gen|char_ram~21490feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21490feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21490feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21490feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y33_N27 +dffeas \text_gen|char_ram~21490 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21490feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21490_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21490 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21490 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44406 ( +// Equation(s): +// \text_gen|char_ram~44406_combout = (\text_gen|char_ram~44405_combout & (((\text_gen|char_ram~21490_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~44405_combout & (\vga_c|h_cnt [6] & (\text_gen|char_ram~21476_q ))) + + .dataa(\text_gen|char_ram~44405_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21476_q ), + .datad(\text_gen|char_ram~21490_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44406_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44406 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~44406 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y53_N17 +dffeas \text_gen|char_ram~21014 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53715_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21014_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21014 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21014 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y45_N5 +dffeas \text_gen|char_ram~21042 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53717_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21042_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21042 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21042 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y59_N25 +dffeas \text_gen|char_ram~21000 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21000_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21000 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21000 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~21028feeder ( +// Equation(s): +// \text_gen|char_ram~21028feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21028feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21028feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21028feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y59_N19 +dffeas \text_gen|char_ram~21028 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21028feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53705_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21028_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21028 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21028 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44400 ( +// Equation(s): +// \text_gen|char_ram~44400_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~21028_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~21000_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21000_q ), + .datad(\text_gen|char_ram~21028_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44400_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44400 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44400 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44401 ( +// Equation(s): +// \text_gen|char_ram~44401_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44400_combout & ((\text_gen|char_ram~21042_q ))) # (!\text_gen|char_ram~44400_combout & (\text_gen|char_ram~21014_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44400_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~21014_q ), + .datac(\text_gen|char_ram~21042_q ), + .datad(\text_gen|char_ram~44400_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44401_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44401 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44401 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y44_N1 +dffeas \text_gen|char_ram~20118 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20118_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20118 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20118 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y45_N7 +dffeas \text_gen|char_ram~20146 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55783_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20146_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20146 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20146 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y41_N11 +dffeas \text_gen|char_ram~20104 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20104_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20104 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20104 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20132feeder ( +// Equation(s): +// \text_gen|char_ram~20132feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20132feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20132feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20132feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y41_N23 +dffeas \text_gen|char_ram~20132 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20132feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20132_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20132 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20132 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44402 ( +// Equation(s): +// \text_gen|char_ram~44402_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~20132_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~20104_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20104_q ), + .datad(\text_gen|char_ram~20132_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44402_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44402 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44402 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44403 ( +// Equation(s): +// \text_gen|char_ram~44403_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44402_combout & ((\text_gen|char_ram~20146_q ))) # (!\text_gen|char_ram~44402_combout & (\text_gen|char_ram~20118_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44402_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~20118_q ), + .datac(\text_gen|char_ram~20146_q ), + .datad(\text_gen|char_ram~44402_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44403_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44403 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44403 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44404 ( +// Equation(s): +// \text_gen|char_ram~44404_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~44401_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~44403_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44401_combout ), + .datad(\text_gen|char_ram~44403_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44404_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44404 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44404 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y37_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44407 ( +// Equation(s): +// \text_gen|char_ram~44407_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44404_combout & ((\text_gen|char_ram~44406_combout ))) # (!\text_gen|char_ram~44404_combout & (\text_gen|char_ram~44399_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44404_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44399_combout ), + .datac(\text_gen|char_ram~44406_combout ), + .datad(\text_gen|char_ram~44404_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44407_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44407 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44407 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N18 +cycloneiv_lcell_comb \text_gen|char_ram~7140feeder ( +// Equation(s): +// \text_gen|char_ram~7140feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7140feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7140feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7140feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y32_N19 +dffeas \text_gen|char_ram~7140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7140feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y29_N31 +dffeas \text_gen|char_ram~7154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y33_N11 +dffeas \text_gen|char_ram~7126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56565_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7126 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y33_N21 +dffeas \text_gen|char_ram~7112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56629_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7112 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44425 ( +// Equation(s): +// \text_gen|char_ram~44425_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~7126_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~7112_q ))))) + + .dataa(\text_gen|char_ram~7126_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7112_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44425_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44425 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44425 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44426 ( +// Equation(s): +// \text_gen|char_ram~44426_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44425_combout & ((\text_gen|char_ram~7154_q ))) # (!\text_gen|char_ram~44425_combout & (\text_gen|char_ram~7140_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44425_combout )))) + + .dataa(\text_gen|char_ram~7140_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7154_q ), + .datad(\text_gen|char_ram~44425_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44426_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44426 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44426 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y13_N14 +cycloneiv_lcell_comb \text_gen|char_ram~6244feeder ( +// Equation(s): +// \text_gen|char_ram~6244feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y13_N15 +dffeas \text_gen|char_ram~6244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y11_N25 +dffeas \text_gen|char_ram~6258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54899_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y12_N19 +dffeas \text_gen|char_ram~6216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54805_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6216 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N20 +cycloneiv_lcell_comb \text_gen|char_ram~6230feeder ( +// Equation(s): +// \text_gen|char_ram~6230feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6230feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6230feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6230feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y13_N21 +dffeas \text_gen|char_ram~6230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6230feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y12_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44418 ( +// Equation(s): +// \text_gen|char_ram~44418_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6230_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6216_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6216_q ), + .datad(\text_gen|char_ram~6230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44418_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44418 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44418 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y11_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44419 ( +// Equation(s): +// \text_gen|char_ram~44419_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44418_combout & ((\text_gen|char_ram~6258_q ))) # (!\text_gen|char_ram~44418_combout & (\text_gen|char_ram~6244_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44418_combout )))) + + .dataa(\text_gen|char_ram~6244_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6258_q ), + .datad(\text_gen|char_ram~44418_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44419_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44419 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44419 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y41_N13 +dffeas \text_gen|char_ram~5768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5768 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y38_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5782feeder ( +// Equation(s): +// \text_gen|char_ram~5782feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5782feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5782feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5782feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y38_N17 +dffeas \text_gen|char_ram~5782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5782feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44422 ( +// Equation(s): +// \text_gen|char_ram~44422_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5782_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5768_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5768_q ), + .datad(\text_gen|char_ram~5782_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44422_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44422 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44422 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y56_N15 +dffeas \text_gen|char_ram~5810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55815_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5810 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y41_N23 +dffeas \text_gen|char_ram~5796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44423 ( +// Equation(s): +// \text_gen|char_ram~44423_combout = (\text_gen|char_ram~44422_combout & (((\text_gen|char_ram~5810_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~44422_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5796_q )))) + + .dataa(\text_gen|char_ram~44422_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5810_q ), + .datad(\text_gen|char_ram~5796_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44423_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44423 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44423 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~6692feeder ( +// Equation(s): +// \text_gen|char_ram~6692feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6692feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6692feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6692feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y37_N5 +dffeas \text_gen|char_ram~6692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6692feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53731_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y56_N17 +dffeas \text_gen|char_ram~6706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53733_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y56_N7 +dffeas \text_gen|char_ram~6678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6678 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y59_N9 +dffeas \text_gen|char_ram~6664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53732_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44420 ( +// Equation(s): +// \text_gen|char_ram~44420_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~6678_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~6664_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6678_q ), + .datac(\text_gen|char_ram~6664_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44420_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44420 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44420 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44421 ( +// Equation(s): +// \text_gen|char_ram~44421_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44420_combout & ((\text_gen|char_ram~6706_q ))) # (!\text_gen|char_ram~44420_combout & (\text_gen|char_ram~6692_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44420_combout )))) + + .dataa(\text_gen|char_ram~6692_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6706_q ), + .datad(\text_gen|char_ram~44420_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44421_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44421 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44421 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44424 ( +// Equation(s): +// \text_gen|char_ram~44424_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~44421_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44423_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44423_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~44421_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44424_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44424 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~44424 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44427 ( +// Equation(s): +// \text_gen|char_ram~44427_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44424_combout & (\text_gen|char_ram~44426_combout )) # (!\text_gen|char_ram~44424_combout & ((\text_gen|char_ram~44419_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44424_combout )))) + + .dataa(\text_gen|char_ram~44426_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44419_combout ), + .datad(\text_gen|char_ram~44424_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44427_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44427 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44427 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y61_N19 +dffeas \text_gen|char_ram~13846 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13846_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13846 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13846 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y61_N21 +dffeas \text_gen|char_ram~13874 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53701_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13874_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13874 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13874 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y61_N27 +dffeas \text_gen|char_ram~13832 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53700_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13832_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13832 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13832 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y63_N15 +dffeas \text_gen|char_ram~13860 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53699_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13860_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13860 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13860 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y61_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44408 ( +// Equation(s): +// \text_gen|char_ram~44408_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~13860_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13832_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13832_q ), + .datad(\text_gen|char_ram~13860_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44408_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44408 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44408 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y61_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44409 ( +// Equation(s): +// \text_gen|char_ram~44409_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44408_combout & ((\text_gen|char_ram~13874_q ))) # (!\text_gen|char_ram~44408_combout & (\text_gen|char_ram~13846_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44408_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~13846_q ), + .datac(\text_gen|char_ram~13874_q ), + .datad(\text_gen|char_ram~44408_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44409_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44409 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44409 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y32_N3 +dffeas \text_gen|char_ram~14308 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56302_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14308_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14308 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14308 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y32_N17 +dffeas \text_gen|char_ram~14322 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14322_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14322 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14322 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y31_N29 +dffeas \text_gen|char_ram~14294 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56318_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14294_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14294 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14294 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y33_N3 +dffeas \text_gen|char_ram~14280 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56334_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14280_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14280 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14280 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44415 ( +// Equation(s): +// \text_gen|char_ram~44415_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~14294_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~14280_q ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14294_q ), + .datac(\text_gen|char_ram~14280_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44415_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44415 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44415 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y32_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44416 ( +// Equation(s): +// \text_gen|char_ram~44416_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44415_combout & ((\text_gen|char_ram~14322_q ))) # (!\text_gen|char_ram~44415_combout & (\text_gen|char_ram~14308_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44415_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14308_q ), + .datac(\text_gen|char_ram~14322_q ), + .datad(\text_gen|char_ram~44415_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44416_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44416 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44416 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y48_N20 +cycloneiv_lcell_comb \text_gen|char_ram~12950feeder ( +// Equation(s): +// \text_gen|char_ram~12950feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12950feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12950feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12950feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y48_N21 +dffeas \text_gen|char_ram~12950 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12950feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12950_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12950 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12950 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y48_N9 +dffeas \text_gen|char_ram~12978 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55799_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12978_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12978 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12978 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y44_N17 +dffeas \text_gen|char_ram~12936 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12936_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12936 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12936 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y43_N1 +dffeas \text_gen|char_ram~12964 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55791_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12964_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12964 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12964 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44412 ( +// Equation(s): +// \text_gen|char_ram~44412_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~12964_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12936_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12936_q ), + .datad(\text_gen|char_ram~12964_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44412_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44412 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44412 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44413 ( +// Equation(s): +// \text_gen|char_ram~44413_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44412_combout & ((\text_gen|char_ram~12978_q ))) # (!\text_gen|char_ram~44412_combout & (\text_gen|char_ram~12950_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44412_combout )))) + + .dataa(\text_gen|char_ram~12950_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~12978_q ), + .datad(\text_gen|char_ram~44412_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44413_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44413 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44413 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y17_N29 +dffeas \text_gen|char_ram~13412 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13412_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13412 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13412 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y17_N15 +dffeas \text_gen|char_ram~13426 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13426_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13426 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13426 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y14_N5 +dffeas \text_gen|char_ram~13384 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13384_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13384 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13384 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~13398feeder ( +// Equation(s): +// \text_gen|char_ram~13398feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13398feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13398feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13398feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y13_N3 +dffeas \text_gen|char_ram~13398 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13398feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54740_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13398_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13398 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13398 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y14_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44410 ( +// Equation(s): +// \text_gen|char_ram~44410_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~13398_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~13384_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13384_q ), + .datad(\text_gen|char_ram~13398_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44410_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44410 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44410 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y17_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44411 ( +// Equation(s): +// \text_gen|char_ram~44411_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44410_combout & ((\text_gen|char_ram~13426_q ))) # (!\text_gen|char_ram~44410_combout & (\text_gen|char_ram~13412_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44410_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13412_q ), + .datac(\text_gen|char_ram~13426_q ), + .datad(\text_gen|char_ram~44410_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44411_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44411 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44411 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44414 ( +// Equation(s): +// \text_gen|char_ram~44414_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44411_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44413_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44413_combout ), + .datad(\text_gen|char_ram~44411_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44414_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44414 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44414 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y48_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44417 ( +// Equation(s): +// \text_gen|char_ram~44417_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44414_combout & ((\text_gen|char_ram~44416_combout ))) # (!\text_gen|char_ram~44414_combout & (\text_gen|char_ram~44409_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44414_combout )))) + + .dataa(\text_gen|char_ram~44409_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44416_combout ), + .datad(\text_gen|char_ram~44414_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44417_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44417 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44417 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44428 ( +// Equation(s): +// \text_gen|char_ram~44428_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~44417_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44427_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44427_combout ), + .datad(\text_gen|char_ram~44417_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44428_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44428 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44428 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44439 ( +// Equation(s): +// \text_gen|char_ram~44439_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44428_combout & (\text_gen|char_ram~44438_combout )) # (!\text_gen|char_ram~44428_combout & ((\text_gen|char_ram~44407_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44428_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44438_combout ), + .datac(\text_gen|char_ram~44407_combout ), + .datad(\text_gen|char_ram~44428_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44439_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44439 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44439 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y53_N11 +dffeas \text_gen|char_ram~28140 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28140_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28140 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28140 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y52_N15 +dffeas \text_gen|char_ram~28154 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53814_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28154_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28154 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28154 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N1 +dffeas \text_gen|char_ram~28112 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53813_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28112_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28112 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28112 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N15 +dffeas \text_gen|char_ram~28126 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28126_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28126 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28126 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44471 ( +// Equation(s): +// \text_gen|char_ram~44471_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~28126_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~28112_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28112_q ), + .datad(\text_gen|char_ram~28126_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44471_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44471 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44471 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44472 ( +// Equation(s): +// \text_gen|char_ram~44472_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44471_combout & ((\text_gen|char_ram~28154_q ))) # (!\text_gen|char_ram~44471_combout & (\text_gen|char_ram~28140_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44471_combout )))) + + .dataa(\text_gen|char_ram~28140_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28154_q ), + .datad(\text_gen|char_ram~44471_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44472_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44472 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44472 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~27244feeder ( +// Equation(s): +// \text_gen|char_ram~27244feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27244feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27244feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27244feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y45_N11 +dffeas \text_gen|char_ram~27244 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27244feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27244_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27244 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27244 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y48_N11 +dffeas \text_gen|char_ram~27258 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27258_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27258 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27258 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y52_N17 +dffeas \text_gen|char_ram~27216 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27216_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27216 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27216 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y52_N17 +dffeas \text_gen|char_ram~27230 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27230_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27230 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27230 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44475 ( +// Equation(s): +// \text_gen|char_ram~44475_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~27230_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~27216_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27216_q ), + .datad(\text_gen|char_ram~27230_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44475_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44475 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44475 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44476 ( +// Equation(s): +// \text_gen|char_ram~44476_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44475_combout & ((\text_gen|char_ram~27258_q ))) # (!\text_gen|char_ram~44475_combout & (\text_gen|char_ram~27244_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44475_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~27244_q ), + .datac(\text_gen|char_ram~27258_q ), + .datad(\text_gen|char_ram~44475_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44476_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44476 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44476 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y17_N3 +dffeas \text_gen|char_ram~27692 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27692_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27692 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27692 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y18_N25 +dffeas \text_gen|char_ram~27706 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54917_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27706_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27706 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27706 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N19 +dffeas \text_gen|char_ram~27664 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54838_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27664_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27664 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27664 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N12 +cycloneiv_lcell_comb \text_gen|char_ram~27678feeder ( +// Equation(s): +// \text_gen|char_ram~27678feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27678feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27678feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27678feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y22_N13 +dffeas \text_gen|char_ram~27678 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27678feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27678_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27678 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27678 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44473 ( +// Equation(s): +// \text_gen|char_ram~44473_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~27678_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~27664_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~27664_q ), + .datad(\text_gen|char_ram~27678_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44473_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44473 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44473 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44474 ( +// Equation(s): +// \text_gen|char_ram~44474_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44473_combout & ((\text_gen|char_ram~27706_q ))) # (!\text_gen|char_ram~44473_combout & (\text_gen|char_ram~27692_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44473_combout )))) + + .dataa(\text_gen|char_ram~27692_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~27706_q ), + .datad(\text_gen|char_ram~44473_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44474_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44474 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44474 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44477 ( +// Equation(s): +// \text_gen|char_ram~44477_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~44474_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44476_combout )))) + + .dataa(\text_gen|char_ram~44476_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~44474_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44477_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44477 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~44477 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~28588feeder ( +// Equation(s): +// \text_gen|char_ram~28588feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28588feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28588feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28588feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y33_N9 +dffeas \text_gen|char_ram~28588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28588feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y29_N15 +dffeas \text_gen|char_ram~28602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y33_N15 +dffeas \text_gen|char_ram~28560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28560 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y29_N15 +dffeas \text_gen|char_ram~28574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56937_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44478 ( +// Equation(s): +// \text_gen|char_ram~44478_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~28574_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~28560_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~28560_q ), + .datad(\text_gen|char_ram~28574_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44478_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44478 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44478 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44479 ( +// Equation(s): +// \text_gen|char_ram~44479_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44478_combout & ((\text_gen|char_ram~28602_q ))) # (!\text_gen|char_ram~44478_combout & (\text_gen|char_ram~28588_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44478_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~28588_q ), + .datac(\text_gen|char_ram~28602_q ), + .datad(\text_gen|char_ram~44478_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44479_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44479 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44479 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44480 ( +// Equation(s): +// \text_gen|char_ram~44480_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44477_combout & ((\text_gen|char_ram~44479_combout ))) # (!\text_gen|char_ram~44477_combout & (\text_gen|char_ram~44472_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44477_combout )))) + + .dataa(\text_gen|char_ram~44472_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44477_combout ), + .datad(\text_gen|char_ram~44479_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44480_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44480 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~44480 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~12908feeder ( +// Equation(s): +// \text_gen|char_ram~12908feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12908feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12908feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12908feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y43_N7 +dffeas \text_gen|char_ram~12908 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12908feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55840_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12908_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12908 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12908 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y44_N13 +dffeas \text_gen|char_ram~12922 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55848_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12922_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12922 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12922 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y48_N11 +dffeas \text_gen|char_ram~12880 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12880_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12880 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12880 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N5 +dffeas \text_gen|char_ram~12894 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12894_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12894 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12894 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44444 ( +// Equation(s): +// \text_gen|char_ram~44444_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~12894_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12880_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~12880_q ), + .datad(\text_gen|char_ram~12894_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44444_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44444 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44444 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44445 ( +// Equation(s): +// \text_gen|char_ram~44445_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44444_combout & ((\text_gen|char_ram~12922_q ))) # (!\text_gen|char_ram~44444_combout & (\text_gen|char_ram~12908_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44444_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12908_q ), + .datac(\text_gen|char_ram~12922_q ), + .datad(\text_gen|char_ram~44444_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44445_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44445 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44445 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y17_N15 +dffeas \text_gen|char_ram~13356 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13356_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13356 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13356 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y13_N31 +dffeas \text_gen|char_ram~13328 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54836_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13328_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13328 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13328 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13342feeder ( +// Equation(s): +// \text_gen|char_ram~13342feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13342feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13342feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13342feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y17_N17 +dffeas \text_gen|char_ram~13342 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13342feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54772_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13342_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13342 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13342 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44442 ( +// Equation(s): +// \text_gen|char_ram~44442_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~13342_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13328_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13328_q ), + .datad(\text_gen|char_ram~13342_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44442_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44442 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44442 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y17_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13370feeder ( +// Equation(s): +// \text_gen|char_ram~13370feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13370feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13370feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13370feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y17_N19 +dffeas \text_gen|char_ram~13370 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13370feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13370_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13370 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13370 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44443 ( +// Equation(s): +// \text_gen|char_ram~44443_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44442_combout & ((\text_gen|char_ram~13370_q ))) # (!\text_gen|char_ram~44442_combout & (\text_gen|char_ram~13356_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44442_combout )))) + + .dataa(\text_gen|char_ram~13356_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44442_combout ), + .datad(\text_gen|char_ram~13370_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44443_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44443 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~44443 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44446 ( +// Equation(s): +// \text_gen|char_ram~44446_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~44443_combout ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~44445_combout & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44445_combout ), + .datac(\text_gen|char_ram~44443_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44446_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44446 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~44446 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y55_N3 +dffeas \text_gen|char_ram~13776 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53781_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13776_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13776 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13776 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~13790feeder ( +// Equation(s): +// \text_gen|char_ram~13790feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13790feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13790feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13790feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y55_N15 +dffeas \text_gen|char_ram~13790 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13790feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53779_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13790_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13790 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13790 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44440 ( +// Equation(s): +// \text_gen|char_ram~44440_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~13790_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~13776_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~13776_q ), + .datad(\text_gen|char_ram~13790_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44440_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44440 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44440 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y55_N1 +dffeas \text_gen|char_ram~13818 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53782_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13818_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13818 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13818 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y55_N29 +dffeas \text_gen|char_ram~13804 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53780_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13804_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13804 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13804 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44441 ( +// Equation(s): +// \text_gen|char_ram~44441_combout = (\text_gen|char_ram~44440_combout & (((\text_gen|char_ram~13818_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~44440_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13804_q )))) + + .dataa(\text_gen|char_ram~44440_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13818_q ), + .datad(\text_gen|char_ram~13804_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44441_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44441 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44441 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y34_N25 +dffeas \text_gen|char_ram~14252 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14252_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14252 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14252 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y33_N15 +dffeas \text_gen|char_ram~14266 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56414_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14266_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14266 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14266 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y34_N9 +dffeas \text_gen|char_ram~14224 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56398_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14224_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14224 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14224 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~14238feeder ( +// Equation(s): +// \text_gen|char_ram~14238feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14238feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14238feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14238feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y33_N7 +dffeas \text_gen|char_ram~14238 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14238feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14238_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14238 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14238 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44447 ( +// Equation(s): +// \text_gen|char_ram~44447_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~14238_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~14224_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~14224_q ), + .datad(\text_gen|char_ram~14238_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44447_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44447 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44447 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44448 ( +// Equation(s): +// \text_gen|char_ram~44448_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44447_combout & ((\text_gen|char_ram~14266_q ))) # (!\text_gen|char_ram~44447_combout & (\text_gen|char_ram~14252_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44447_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14252_q ), + .datac(\text_gen|char_ram~14266_q ), + .datad(\text_gen|char_ram~44447_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44448_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44448 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44448 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44449 ( +// Equation(s): +// \text_gen|char_ram~44449_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44446_combout & ((\text_gen|char_ram~44448_combout ))) # (!\text_gen|char_ram~44446_combout & (\text_gen|char_ram~44441_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~44446_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44446_combout ), + .datac(\text_gen|char_ram~44441_combout ), + .datad(\text_gen|char_ram~44448_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44449_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44449 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44449 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y41_N11 +dffeas \text_gen|char_ram~20076 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55856_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20076_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20076 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20076 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y41_N5 +dffeas \text_gen|char_ram~20090 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55864_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20090_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20090 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20090 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y41_N12 +cycloneiv_lcell_comb \text_gen|char_ram~20062feeder ( +// Equation(s): +// \text_gen|char_ram~20062feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20062feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20062feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20062feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y41_N13 +dffeas \text_gen|char_ram~20062 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20062feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20062_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20062 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20062 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y41_N1 +dffeas \text_gen|char_ram~20048 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20048_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20048 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20048 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44454 ( +// Equation(s): +// \text_gen|char_ram~44454_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~20062_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~20048_q ))))) + + .dataa(\text_gen|char_ram~20062_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20048_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44454_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44454 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44454 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44455 ( +// Equation(s): +// \text_gen|char_ram~44455_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44454_combout & ((\text_gen|char_ram~20090_q ))) # (!\text_gen|char_ram~44454_combout & (\text_gen|char_ram~20076_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44454_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20076_q ), + .datac(\text_gen|char_ram~20090_q ), + .datad(\text_gen|char_ram~44454_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44455_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44455 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44455 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~20972feeder ( +// Equation(s): +// \text_gen|char_ram~20972feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20972feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20972feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20972feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y59_N11 +dffeas \text_gen|char_ram~20972 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20972feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20972_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20972 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20972 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y59_N31 +dffeas \text_gen|char_ram~20986 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53766_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20986_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20986 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20986 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y59_N21 +dffeas \text_gen|char_ram~20944 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53765_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20944_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20944 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20944 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y56_N2 +cycloneiv_lcell_comb \text_gen|char_ram~20958feeder ( +// Equation(s): +// \text_gen|char_ram~20958feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20958feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20958feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20958feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y56_N3 +dffeas \text_gen|char_ram~20958 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20958feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20958_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20958 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20958 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44452 ( +// Equation(s): +// \text_gen|char_ram~44452_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20958_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20944_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20944_q ), + .datad(\text_gen|char_ram~20958_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44452_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44452 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44452 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44453 ( +// Equation(s): +// \text_gen|char_ram~44453_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44452_combout & ((\text_gen|char_ram~20986_q ))) # (!\text_gen|char_ram~44452_combout & (\text_gen|char_ram~20972_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44452_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20972_q ), + .datac(\text_gen|char_ram~20986_q ), + .datad(\text_gen|char_ram~44452_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44453_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44453 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44453 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44456 ( +// Equation(s): +// \text_gen|char_ram~44456_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~44453_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~44455_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44455_combout ), + .datad(\text_gen|char_ram~44453_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44456_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44456 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44456 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~21420feeder ( +// Equation(s): +// \text_gen|char_ram~21420feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21420feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21420feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21420feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N7 +dffeas \text_gen|char_ram~21420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21420feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21420 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y29_N3 +dffeas \text_gen|char_ram~21434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21434 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y32_N15 +dffeas \text_gen|char_ram~21392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~21406feeder ( +// Equation(s): +// \text_gen|char_ram~21406feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21406feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21406feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21406feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y26_N1 +dffeas \text_gen|char_ram~21406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21406feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44457 ( +// Equation(s): +// \text_gen|char_ram~44457_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~21406_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21392_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21392_q ), + .datad(\text_gen|char_ram~21406_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44457_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44457 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44457 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y29_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44458 ( +// Equation(s): +// \text_gen|char_ram~44458_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44457_combout & ((\text_gen|char_ram~21434_q ))) # (!\text_gen|char_ram~44457_combout & (\text_gen|char_ram~21420_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44457_combout )))) + + .dataa(\text_gen|char_ram~21420_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21434_q ), + .datad(\text_gen|char_ram~44457_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44458_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44458 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44458 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~20524feeder ( +// Equation(s): +// \text_gen|char_ram~20524feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20524feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20524feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20524feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y33_N1 +dffeas \text_gen|char_ram~20524 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20524feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20524_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20524 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20524 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y17_N11 +dffeas \text_gen|char_ram~20538 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54885_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20538_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20538 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20538 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y21_N21 +dffeas \text_gen|char_ram~20496 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54835_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20496_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20496 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20496 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y18_N15 +dffeas \text_gen|char_ram~20510 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54771_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20510_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20510 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20510 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44450 ( +// Equation(s): +// \text_gen|char_ram~44450_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~20510_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~20496_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~20496_q ), + .datad(\text_gen|char_ram~20510_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44450_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44450 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44450 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44451 ( +// Equation(s): +// \text_gen|char_ram~44451_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44450_combout & ((\text_gen|char_ram~20538_q ))) # (!\text_gen|char_ram~44450_combout & (\text_gen|char_ram~20524_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44450_combout )))) + + .dataa(\text_gen|char_ram~20524_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~20538_q ), + .datad(\text_gen|char_ram~44450_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44451_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44451 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44451 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44459 ( +// Equation(s): +// \text_gen|char_ram~44459_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44456_combout & (\text_gen|char_ram~44458_combout )) # (!\text_gen|char_ram~44456_combout & ((\text_gen|char_ram~44451_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44456_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44456_combout ), + .datac(\text_gen|char_ram~44458_combout ), + .datad(\text_gen|char_ram~44451_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44459_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44459 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44459 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y52_N25 +dffeas \text_gen|char_ram~6608 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6608_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6608 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6608 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y56_N9 +dffeas \text_gen|char_ram~6622 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6622_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6622 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6622 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44460 ( +// Equation(s): +// \text_gen|char_ram~44460_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6622_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6608_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6608_q ), + .datad(\text_gen|char_ram~6622_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44460_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44460 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44460 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y52_N23 +dffeas \text_gen|char_ram~6636 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6636_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6636 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6636 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y41_N23 +dffeas \text_gen|char_ram~6650 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6650_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6650 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6650 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44461 ( +// Equation(s): +// \text_gen|char_ram~44461_combout = (\text_gen|char_ram~44460_combout & (((\text_gen|char_ram~6650_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~44460_combout & (\text_gen|char_ram~6636_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~44460_combout ), + .datab(\text_gen|char_ram~6636_q ), + .datac(\text_gen|char_ram~6650_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44461_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44461 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44461 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N23 +dffeas \text_gen|char_ram~7084 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7084_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7084 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7084 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y28_N23 +dffeas \text_gen|char_ram~7098 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7098_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7098 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7098 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X88_Y28_N29 +dffeas \text_gen|char_ram~7056 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56661_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7056_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7056 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7056 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7070feeder ( +// Equation(s): +// \text_gen|char_ram~7070feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7070feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7070feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7070feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y25_N15 +dffeas \text_gen|char_ram~7070 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7070feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56597_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7070_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7070 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7070 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44467 ( +// Equation(s): +// \text_gen|char_ram~44467_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~7070_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7056_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7056_q ), + .datad(\text_gen|char_ram~7070_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44467_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44467 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44467 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X88_Y28_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44468 ( +// Equation(s): +// \text_gen|char_ram~44468_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44467_combout & ((\text_gen|char_ram~7098_q ))) # (!\text_gen|char_ram~44467_combout & (\text_gen|char_ram~7084_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44467_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~7084_q ), + .datac(\text_gen|char_ram~7098_q ), + .datad(\text_gen|char_ram~44467_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44468_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44468 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44468 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y44_N9 +dffeas \text_gen|char_ram~5754 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5754_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5754 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5754 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y41_N25 +dffeas \text_gen|char_ram~5712 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5712_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5712 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5712 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y41_N25 +dffeas \text_gen|char_ram~5726 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5726_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5726 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5726 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y41_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44464 ( +// Equation(s): +// \text_gen|char_ram~44464_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~5726_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~5712_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5712_q ), + .datad(\text_gen|char_ram~5726_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44464_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44464 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44464 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y41_N11 +dffeas \text_gen|char_ram~5740 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5740_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5740 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5740 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44465 ( +// Equation(s): +// \text_gen|char_ram~44465_combout = (\text_gen|char_ram~44464_combout & ((\text_gen|char_ram~5754_q ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~44464_combout & (((\text_gen|char_ram~5740_q & \vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~5754_q ), + .datab(\text_gen|char_ram~44464_combout ), + .datac(\text_gen|char_ram~5740_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44465_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44465 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~44465 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y17_N29 +dffeas \text_gen|char_ram~6188 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54709_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6188_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6188 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6188 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y17_N5 +dffeas \text_gen|char_ram~6202 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54901_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6202_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6202 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6202 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y21_N29 +dffeas \text_gen|char_ram~6160 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54837_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6160_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6160 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6160 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~6174feeder ( +// Equation(s): +// \text_gen|char_ram~6174feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6174feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6174feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6174feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y22_N31 +dffeas \text_gen|char_ram~6174 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6174feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6174_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6174 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6174 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y21_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44462 ( +// Equation(s): +// \text_gen|char_ram~44462_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~6174_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~6160_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6160_q ), + .datad(\text_gen|char_ram~6174_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44462_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44462 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44462 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44463 ( +// Equation(s): +// \text_gen|char_ram~44463_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44462_combout & ((\text_gen|char_ram~6202_q ))) # (!\text_gen|char_ram~44462_combout & (\text_gen|char_ram~6188_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44462_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6188_q ), + .datac(\text_gen|char_ram~6202_q ), + .datad(\text_gen|char_ram~44462_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44463_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44463 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44463 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44466 ( +// Equation(s): +// \text_gen|char_ram~44466_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44463_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44465_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44465_combout ), + .datad(\text_gen|char_ram~44463_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44466_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44466 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44466 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44469 ( +// Equation(s): +// \text_gen|char_ram~44469_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44466_combout & ((\text_gen|char_ram~44468_combout ))) # (!\text_gen|char_ram~44466_combout & (\text_gen|char_ram~44461_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44466_combout )))) + + .dataa(\text_gen|char_ram~44461_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44468_combout ), + .datad(\text_gen|char_ram~44466_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44469_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44469 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44469 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44470 ( +// Equation(s): +// \text_gen|char_ram~44470_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~44459_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~44469_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44459_combout ), + .datad(\text_gen|char_ram~44469_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44470_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44470 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44470 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44481 ( +// Equation(s): +// \text_gen|char_ram~44481_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44470_combout & (\text_gen|char_ram~44480_combout )) # (!\text_gen|char_ram~44470_combout & ((\text_gen|char_ram~44449_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44470_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44480_combout ), + .datac(\text_gen|char_ram~44449_combout ), + .datad(\text_gen|char_ram~44470_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44481_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44481 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44481 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44482 ( +// Equation(s): +// \text_gen|char_ram~44482_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~44439_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~44481_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~44439_combout ), + .datad(\text_gen|char_ram~44481_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44482_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44482 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44482 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~14273feeder ( +// Equation(s): +// \text_gen|char_ram~14273feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14273feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14273feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14273feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y32_N1 +dffeas \text_gen|char_ram~14273 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14273feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14273_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14273 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14273 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y32_N7 +dffeas \text_gen|char_ram~14245 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14245_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14245 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14245 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44394 ( +// Equation(s): +// \text_gen|char_ram~44394_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~14273_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~14245_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~14273_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~14245_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44394_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44394 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44394 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y26_N5 +dffeas \text_gen|char_ram~28581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56764_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y29_N21 +dffeas \text_gen|char_ram~28609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56812_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28609 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44395 ( +// Equation(s): +// \text_gen|char_ram~44395_combout = (\text_gen|char_ram~44394_combout & (((\text_gen|char_ram~28609_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44394_combout & (\text_gen|char_ram~28581_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~44394_combout ), + .datab(\text_gen|char_ram~28581_q ), + .datac(\text_gen|char_ram~28609_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44395_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44395 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44395 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y21_N13 +dffeas \text_gen|char_ram~20517 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20517_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20517 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20517 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y21_N7 +dffeas \text_gen|char_ram~20545 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54884_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20545_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20545 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20545 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y22_N13 +dffeas \text_gen|char_ram~6209 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6209_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6209 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6209 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y22_N23 +dffeas \text_gen|char_ram~6181 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54757_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6181_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6181 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6181 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44391 ( +// Equation(s): +// \text_gen|char_ram~44391_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6209_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6181_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6209_q ), + .datac(\text_gen|char_ram~6181_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44391_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44391 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44391 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44392 ( +// Equation(s): +// \text_gen|char_ram~44392_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44391_combout & ((\text_gen|char_ram~20545_q ))) # (!\text_gen|char_ram~44391_combout & (\text_gen|char_ram~20517_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44391_combout )))) + + .dataa(\text_gen|char_ram~20517_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~20545_q ), + .datad(\text_gen|char_ram~44391_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44392_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44392 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44392 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y25_N17 +dffeas \text_gen|char_ram~21413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y25_N19 +dffeas \text_gen|char_ram~7105 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7105_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7105 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7105 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N19 +dffeas \text_gen|char_ram~7077 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56581_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7077_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7077 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7077 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y25_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44389 ( +// Equation(s): +// \text_gen|char_ram~44389_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~7105_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~7077_q ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~7105_q ), + .datac(\text_gen|char_ram~7077_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44389_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44389 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44389 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y25_N29 +dffeas \text_gen|char_ram~21441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21441 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44390 ( +// Equation(s): +// \text_gen|char_ram~44390_combout = (\text_gen|char_ram~44389_combout & (((\text_gen|char_ram~21441_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44389_combout & (\text_gen|char_ram~21413_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~21413_q ), + .datab(\text_gen|char_ram~44389_combout ), + .datac(\text_gen|char_ram~21441_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44390_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44390 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44390 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44393 ( +// Equation(s): +// \text_gen|char_ram~44393_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~44390_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~44392_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44392_combout ), + .datad(\text_gen|char_ram~44390_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44393_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44393 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44393 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y22_N25 +dffeas \text_gen|char_ram~27685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54758_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27685 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y22_N5 +dffeas \text_gen|char_ram~27713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~13377feeder ( +// Equation(s): +// \text_gen|char_ram~13377feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13377feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13377feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13377feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y17_N7 +dffeas \text_gen|char_ram~13377 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13377feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54868_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13377_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13377 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13377 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y13_N3 +dffeas \text_gen|char_ram~13349 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13349_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13349 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13349 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44387 ( +// Equation(s): +// \text_gen|char_ram~44387_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13377_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~13349_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13377_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13349_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44387_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44387 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44387 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y22_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44388 ( +// Equation(s): +// \text_gen|char_ram~44388_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44387_combout & ((\text_gen|char_ram~27713_q ))) # (!\text_gen|char_ram~44387_combout & (\text_gen|char_ram~27685_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44387_combout )))) + + .dataa(\text_gen|char_ram~27685_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27713_q ), + .datad(\text_gen|char_ram~44387_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44388_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44388 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44388 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y25_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44396 ( +// Equation(s): +// \text_gen|char_ram~44396_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44393_combout & (\text_gen|char_ram~44395_combout )) # (!\text_gen|char_ram~44393_combout & ((\text_gen|char_ram~44388_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44393_combout )))) + + .dataa(\text_gen|char_ram~44395_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44393_combout ), + .datad(\text_gen|char_ram~44388_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44396_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44396 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44396 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~27699feeder ( +// Equation(s): +// \text_gen|char_ram~27699feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27699feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27699feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27699feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y21_N21 +dffeas \text_gen|char_ram~27699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27699feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y40_N21 +dffeas \text_gen|char_ram~27671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27671 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y13_N9 +dffeas \text_gen|char_ram~13335 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13335_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13335 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13335 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N10 +cycloneiv_lcell_comb \text_gen|char_ram~13363feeder ( +// Equation(s): +// \text_gen|char_ram~13363feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13363feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13363feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13363feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y17_N11 +dffeas \text_gen|char_ram~13363 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13363feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13363_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13363 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13363 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y13_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44356 ( +// Equation(s): +// \text_gen|char_ram~44356_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~13363_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~13335_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~13335_q ), + .datad(\text_gen|char_ram~13363_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44356_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44356 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44356 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44357 ( +// Equation(s): +// \text_gen|char_ram~44357_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44356_combout & (\text_gen|char_ram~27699_q )) # (!\text_gen|char_ram~44356_combout & ((\text_gen|char_ram~27671_q ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44356_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27699_q ), + .datac(\text_gen|char_ram~27671_q ), + .datad(\text_gen|char_ram~44356_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44357_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44357 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44357 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N13 +dffeas \text_gen|char_ram~28567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56756_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y27_N19 +dffeas \text_gen|char_ram~28595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56804_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28595 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~14259feeder ( +// Equation(s): +// \text_gen|char_ram~14259feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14259feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14259feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14259feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y32_N7 +dffeas \text_gen|char_ram~14259 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14259feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56278_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14259_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14259 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14259 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y32_N21 +dffeas \text_gen|char_ram~14231 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14231_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14231 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14231 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44363 ( +// Equation(s): +// \text_gen|char_ram~44363_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~14259_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~14231_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~14259_q ), + .datac(\text_gen|char_ram~14231_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44363_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44363 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44363 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y27_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44364 ( +// Equation(s): +// \text_gen|char_ram~44364_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44363_combout & ((\text_gen|char_ram~28595_q ))) # (!\text_gen|char_ram~44363_combout & (\text_gen|char_ram~28567_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44363_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~28567_q ), + .datac(\text_gen|char_ram~28595_q ), + .datad(\text_gen|char_ram~44363_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44364_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44364 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44364 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N11 +dffeas \text_gen|char_ram~21399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y33_N9 +dffeas \text_gen|char_ram~21427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21427 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~7091feeder ( +// Equation(s): +// \text_gen|char_ram~7091feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7091feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7091feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7091feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y37_N25 +dffeas \text_gen|char_ram~7091 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7091feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56499_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7091_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7091 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7091 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X90_Y37_N29 +dffeas \text_gen|char_ram~7063 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56645_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7063_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7063 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7063 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X90_Y37_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44358 ( +// Equation(s): +// \text_gen|char_ram~44358_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~7091_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~7063_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~7091_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~7063_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44358_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44358 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44358 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44359 ( +// Equation(s): +// \text_gen|char_ram~44359_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44358_combout & ((\text_gen|char_ram~21427_q ))) # (!\text_gen|char_ram~44358_combout & (\text_gen|char_ram~21399_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44358_combout )))) + + .dataa(\text_gen|char_ram~21399_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~21427_q ), + .datad(\text_gen|char_ram~44358_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44359_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44359 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44359 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y21_N27 +dffeas \text_gen|char_ram~20503 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54819_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20503_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20503 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20503 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y33_N19 +dffeas \text_gen|char_ram~20531 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20531_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20531 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20531 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y22_N13 +dffeas \text_gen|char_ram~6195 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54693_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6195_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6195 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6195 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y22_N23 +dffeas \text_gen|char_ram~6167 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54821_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6167_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6167 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6167 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y22_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44360 ( +// Equation(s): +// \text_gen|char_ram~44360_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~6195_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~6167_q ))))) + + .dataa(\text_gen|char_ram~6195_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6167_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44360_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44360 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44360 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y33_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44361 ( +// Equation(s): +// \text_gen|char_ram~44361_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44360_combout & ((\text_gen|char_ram~20531_q ))) # (!\text_gen|char_ram~44360_combout & (\text_gen|char_ram~20503_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44360_combout )))) + + .dataa(\text_gen|char_ram~20503_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~20531_q ), + .datad(\text_gen|char_ram~44360_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44361_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44361 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44361 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y33_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44362 ( +// Equation(s): +// \text_gen|char_ram~44362_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~44359_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~44361_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44359_combout ), + .datad(\text_gen|char_ram~44361_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44362_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44362 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44362 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44365 ( +// Equation(s): +// \text_gen|char_ram~44365_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44362_combout & ((\text_gen|char_ram~44364_combout ))) # (!\text_gen|char_ram~44362_combout & (\text_gen|char_ram~44357_combout )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44362_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44357_combout ), + .datac(\text_gen|char_ram~44364_combout ), + .datad(\text_gen|char_ram~44362_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44365_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44365 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44365 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y48_N5 +dffeas \text_gen|char_ram~12901 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12901_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12901 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12901 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y48_N15 +dffeas \text_gen|char_ram~12929 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55718_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12929_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12929 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12929 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y44_N31 +dffeas \text_gen|char_ram~5761 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55750_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5761_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5761 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5761 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N17 +dffeas \text_gen|char_ram~5733 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55738_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5733_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5733 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5733 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44370 ( +// Equation(s): +// \text_gen|char_ram~44370_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5761_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5733_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~5761_q ), + .datac(\text_gen|char_ram~5733_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44370_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44370 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44370 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44371 ( +// Equation(s): +// \text_gen|char_ram~44371_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44370_combout & ((\text_gen|char_ram~12929_q ))) # (!\text_gen|char_ram~44370_combout & (\text_gen|char_ram~12901_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44370_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12901_q ), + .datac(\text_gen|char_ram~12929_q ), + .datad(\text_gen|char_ram~44370_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44371_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44371 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44371 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~13797feeder ( +// Equation(s): +// \text_gen|char_ram~13797feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13797feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13797feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13797feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y55_N1 +dffeas \text_gen|char_ram~13797 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13797feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53651_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13797_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13797 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13797 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y51_N11 +dffeas \text_gen|char_ram~13825 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53683_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13825_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13825 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13825 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y52_N23 +dffeas \text_gen|char_ram~6657 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53684_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6657_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6657 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6657 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y52_N9 +dffeas \text_gen|char_ram~6629 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6629_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6629 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6629 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44368 ( +// Equation(s): +// \text_gen|char_ram~44368_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6657_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6629_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~6657_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6629_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44368_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44368 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44368 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y51_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44369 ( +// Equation(s): +// \text_gen|char_ram~44369_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44368_combout & ((\text_gen|char_ram~13825_q ))) # (!\text_gen|char_ram~44368_combout & (\text_gen|char_ram~13797_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44368_combout )))) + + .dataa(\text_gen|char_ram~13797_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~13825_q ), + .datad(\text_gen|char_ram~44368_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44369_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44369 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44369 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44372 ( +// Equation(s): +// \text_gen|char_ram~44372_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~44369_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44371_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44371_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~44369_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44372_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44372 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~44372 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y52_N23 +dffeas \text_gen|char_ram~20993 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20993_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20993 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20993 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y52_N15 +dffeas \text_gen|char_ram~20965 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20965_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20965 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20965 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y52_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44373 ( +// Equation(s): +// \text_gen|char_ram~44373_combout = (\text_gen|Add5~12_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~20993_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~20965_q ))))) + + .dataa(\text_gen|char_ram~20993_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~20965_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44373_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44373 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44373 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X57_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~28133feeder ( +// Equation(s): +// \text_gen|char_ram~28133feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~28133feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~28133feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~28133feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X57_Y52_N25 +dffeas \text_gen|char_ram~28133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~28133feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53653_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y52_N9 +dffeas \text_gen|char_ram~28161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53685_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28161 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y52_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44374 ( +// Equation(s): +// \text_gen|char_ram~44374_combout = (\text_gen|char_ram~44373_combout & (((\text_gen|char_ram~28161_q ) # (!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~44373_combout & (\text_gen|char_ram~28133_q & ((\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~44373_combout ), + .datab(\text_gen|char_ram~28133_q ), + .datac(\text_gen|char_ram~28161_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44374_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44374 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44374 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y44_N31 +dffeas \text_gen|char_ram~27237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27237 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y43_N7 +dffeas \text_gen|char_ram~27265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55767_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y43_N3 +dffeas \text_gen|char_ram~20097 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55734_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20097_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20097 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20097 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y43_N29 +dffeas \text_gen|char_ram~20069 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20069_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20069 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20069 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44366 ( +// Equation(s): +// \text_gen|char_ram~44366_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~20097_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~20069_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~20097_q ), + .datac(\text_gen|char_ram~20069_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44366_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44366 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44366 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44367 ( +// Equation(s): +// \text_gen|char_ram~44367_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44366_combout & ((\text_gen|char_ram~27265_q ))) # (!\text_gen|char_ram~44366_combout & (\text_gen|char_ram~27237_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44366_combout )))) + + .dataa(\text_gen|char_ram~27237_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~27265_q ), + .datad(\text_gen|char_ram~44366_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44367_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44367 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44367 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y48_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44375 ( +// Equation(s): +// \text_gen|char_ram~44375_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44372_combout & (\text_gen|char_ram~44374_combout )) # (!\text_gen|char_ram~44372_combout & ((\text_gen|char_ram~44367_combout ))))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44372_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44372_combout ), + .datac(\text_gen|char_ram~44374_combout ), + .datad(\text_gen|char_ram~44367_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44375_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44375 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44375 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N9 +dffeas \text_gen|char_ram~20951 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20951_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20951 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20951 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y52_N27 +dffeas \text_gen|char_ram~20979 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20979_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20979 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20979 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y52_N16 +cycloneiv_lcell_comb \text_gen|char_ram~6643feeder ( +// Equation(s): +// \text_gen|char_ram~6643feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6643feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6643feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6643feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y52_N17 +dffeas \text_gen|char_ram~6643 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6643feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6643_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6643 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6643 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y56_N27 +dffeas \text_gen|char_ram~6615 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53668_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6615_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6615 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6615 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44378 ( +// Equation(s): +// \text_gen|char_ram~44378_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [6])))) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~6643_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~6615_q ))))) + + .dataa(\text_gen|char_ram~6643_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~6615_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44378_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44378 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44378 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44379 ( +// Equation(s): +// \text_gen|char_ram~44379_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44378_combout & ((\text_gen|char_ram~20979_q ))) # (!\text_gen|char_ram~44378_combout & (\text_gen|char_ram~20951_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44378_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20951_q ), + .datac(\text_gen|char_ram~20979_q ), + .datad(\text_gen|char_ram~44378_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44379_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44379 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44379 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y48_N7 +dffeas \text_gen|char_ram~20055 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55730_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20055_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20055 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20055 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y52_N1 +dffeas \text_gen|char_ram~20083 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20083_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20083 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20083 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y40_N1 +dffeas \text_gen|char_ram~5747 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5747_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5747 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5747 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y41_N27 +dffeas \text_gen|char_ram~5719 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55746_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5719_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5719 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5719 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44380 ( +// Equation(s): +// \text_gen|char_ram~44380_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5747_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5719_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~5747_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5719_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44380_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44380 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44380 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44381 ( +// Equation(s): +// \text_gen|char_ram~44381_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44380_combout & ((\text_gen|char_ram~20083_q ))) # (!\text_gen|char_ram~44380_combout & (\text_gen|char_ram~20055_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44380_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20055_q ), + .datac(\text_gen|char_ram~20083_q ), + .datad(\text_gen|char_ram~44380_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44381_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44381 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44381 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44382 ( +// Equation(s): +// \text_gen|char_ram~44382_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~44379_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~44381_combout ))))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44379_combout ), + .datad(\text_gen|char_ram~44381_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44382_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44382 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44382 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y52_N11 +dffeas \text_gen|char_ram~28119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53669_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28119 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y52_N31 +dffeas \text_gen|char_ram~28147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53637_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y52_N24 +cycloneiv_lcell_comb \text_gen|char_ram~13811feeder ( +// Equation(s): +// \text_gen|char_ram~13811feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13811feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13811feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13811feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y52_N25 +dffeas \text_gen|char_ram~13811 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13811feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53635_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13811_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13811 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13811 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y52_N13 +dffeas \text_gen|char_ram~13783 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53667_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13783_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13783 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13783 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y52_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44383 ( +// Equation(s): +// \text_gen|char_ram~44383_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13811_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~13783_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13811_q ), + .datac(\text_gen|char_ram~13783_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44383_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44383 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44383 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y52_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44384 ( +// Equation(s): +// \text_gen|char_ram~44384_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44383_combout & ((\text_gen|char_ram~28147_q ))) # (!\text_gen|char_ram~44383_combout & (\text_gen|char_ram~28119_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44383_combout )))) + + .dataa(\text_gen|char_ram~28119_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~28147_q ), + .datad(\text_gen|char_ram~44383_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44384_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44384 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44384 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y47_N25 +dffeas \text_gen|char_ram~12915 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55710_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12915_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12915 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12915 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y49_N11 +dffeas \text_gen|char_ram~12887 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55714_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12887_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12887 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12887 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44376 ( +// Equation(s): +// \text_gen|char_ram~44376_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~12915_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~12887_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12915_q ), + .datac(\text_gen|char_ram~12887_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44376_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44376 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44376 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y45_N17 +dffeas \text_gen|char_ram~27223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27223 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y45_N7 +dffeas \text_gen|char_ram~27251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55759_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27251 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44377 ( +// Equation(s): +// \text_gen|char_ram~44377_combout = (\text_gen|char_ram~44376_combout & (((\text_gen|char_ram~27251_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44376_combout & (\text_gen|char_ram~27223_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~44376_combout ), + .datab(\text_gen|char_ram~27223_q ), + .datac(\text_gen|char_ram~27251_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44377_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44377 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44377 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y52_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44385 ( +// Equation(s): +// \text_gen|char_ram~44385_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44382_combout & (\text_gen|char_ram~44384_combout )) # (!\text_gen|char_ram~44382_combout & ((\text_gen|char_ram~44377_combout ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44382_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44382_combout ), + .datac(\text_gen|char_ram~44384_combout ), + .datad(\text_gen|char_ram~44377_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44385_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44385 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44385 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44386 ( +// Equation(s): +// \text_gen|char_ram~44386_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~44375_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~44385_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~44375_combout ), + .datad(\text_gen|char_ram~44385_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44386_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44386 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44386 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44397 ( +// Equation(s): +// \text_gen|char_ram~44397_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44386_combout & (\text_gen|char_ram~44396_combout )) # (!\text_gen|char_ram~44386_combout & ((\text_gen|char_ram~44365_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44386_combout )))) + + .dataa(\text_gen|char_ram~44396_combout ), + .datab(\text_gen|char_ram~44365_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~44386_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44397_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44397 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~44397 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y6_N29 +dffeas \text_gen|char_ram~20573 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54787_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20573_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20573 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20573 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y6_N11 +dffeas \text_gen|char_ram~20601 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20601_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20601 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20601 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y6_N13 +dffeas \text_gen|char_ram~6265 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6265_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6265 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6265 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y6_N7 +dffeas \text_gen|char_ram~6237 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54789_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6237_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6237 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6237 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y6_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44510 ( +// Equation(s): +// \text_gen|char_ram~44510_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6265_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6237_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~6265_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~6237_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44510_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44510 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44510 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y6_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44511 ( +// Equation(s): +// \text_gen|char_ram~44511_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44510_combout & ((\text_gen|char_ram~20601_q ))) # (!\text_gen|char_ram~44510_combout & (\text_gen|char_ram~20573_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44510_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~20573_q ), + .datac(\text_gen|char_ram~20601_q ), + .datad(\text_gen|char_ram~44510_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44511_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44511 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44511 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y41_N9 +dffeas \text_gen|char_ram~5803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5803 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y42_N23 +dffeas \text_gen|char_ram~5775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44507 ( +// Equation(s): +// \text_gen|char_ram~44507_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5803_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5775_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~5803_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5775_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44507_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44507 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44507 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y40_N3 +dffeas \text_gen|char_ram~20111 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20111_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20111 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20111 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y41_N3 +dffeas \text_gen|char_ram~20139 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55920_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20139_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20139 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20139 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44508 ( +// Equation(s): +// \text_gen|char_ram~44508_combout = (\text_gen|char_ram~44507_combout & (((\text_gen|char_ram~20139_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44507_combout & (\text_gen|char_ram~20111_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~44507_combout ), + .datab(\text_gen|char_ram~20111_q ), + .datac(\text_gen|char_ram~20139_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44508_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44508 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44508 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y26_N22 +cycloneiv_lcell_comb \text_gen|char_ram~20125feeder ( +// Equation(s): +// \text_gen|char_ram~20125feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20125feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20125feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20125feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y26_N23 +dffeas \text_gen|char_ram~20125 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20125feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20125_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20125 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20125 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y44_N31 +dffeas \text_gen|char_ram~20153 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20153_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20153 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20153 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y47_N5 +dffeas \text_gen|char_ram~5817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55956_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y50_N29 +dffeas \text_gen|char_ram~5789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55908_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5789 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44505 ( +// Equation(s): +// \text_gen|char_ram~44505_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~5817_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~5789_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~5817_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~5789_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44505_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44505 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44505 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44506 ( +// Equation(s): +// \text_gen|char_ram~44506_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44505_combout & ((\text_gen|char_ram~20153_q ))) # (!\text_gen|char_ram~44505_combout & (\text_gen|char_ram~20125_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44505_combout )))) + + .dataa(\text_gen|char_ram~20125_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~20153_q ), + .datad(\text_gen|char_ram~44505_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44506_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44506 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44506 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44509 ( +// Equation(s): +// \text_gen|char_ram~44509_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~44506_combout )))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~44508_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~44508_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~44506_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44509_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44509 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~44509 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N20 +cycloneiv_lcell_comb \text_gen|char_ram~20559feeder ( +// Equation(s): +// \text_gen|char_ram~20559feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~20559feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~20559feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~20559feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y10_N21 +dffeas \text_gen|char_ram~20559 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~20559feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54851_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20559_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20559 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20559 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y10_N25 +dffeas \text_gen|char_ram~20587 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~20587_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~20587 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~20587 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y14_N17 +dffeas \text_gen|char_ram~6251 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54725_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6251_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6251 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6251 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y14_N27 +dffeas \text_gen|char_ram~6223 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54853_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6223_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6223 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6223 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44503 ( +// Equation(s): +// \text_gen|char_ram~44503_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6251_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6223_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6251_q ), + .datac(\text_gen|char_ram~6223_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44503_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44503 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44503 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y10_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44504 ( +// Equation(s): +// \text_gen|char_ram~44504_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44503_combout & ((\text_gen|char_ram~20587_q ))) # (!\text_gen|char_ram~44503_combout & (\text_gen|char_ram~20559_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44503_combout )))) + + .dataa(\text_gen|char_ram~20559_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~20587_q ), + .datad(\text_gen|char_ram~44503_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44504_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44504 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44504 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44512 ( +// Equation(s): +// \text_gen|char_ram~44512_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44509_combout & (\text_gen|char_ram~44511_combout )) # (!\text_gen|char_ram~44509_combout & ((\text_gen|char_ram~44504_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44509_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44511_combout ), + .datac(\text_gen|char_ram~44509_combout ), + .datad(\text_gen|char_ram~44504_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44512_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44512 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~44512 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y10_N30 +cycloneiv_lcell_comb \text_gen|char_ram~27727feeder ( +// Equation(s): +// \text_gen|char_ram~27727feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27727feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27727feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27727feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y10_N31 +dffeas \text_gen|char_ram~27727 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27727feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54854_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27727_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27727 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27727 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y10_N3 +dffeas \text_gen|char_ram~27755 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54726_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27755_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27755 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27755 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y10_N11 +dffeas \text_gen|char_ram~13419 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13419_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13419 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13419 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y10_N29 +dffeas \text_gen|char_ram~13391 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54852_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13391_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13391 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13391 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y10_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44493 ( +// Equation(s): +// \text_gen|char_ram~44493_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13419_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~13391_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~13419_q ), + .datac(\text_gen|char_ram~13391_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44493_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44493 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44493 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y10_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44494 ( +// Equation(s): +// \text_gen|char_ram~44494_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44493_combout & ((\text_gen|char_ram~27755_q ))) # (!\text_gen|char_ram~44493_combout & (\text_gen|char_ram~27727_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44493_combout )))) + + .dataa(\text_gen|char_ram~27727_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~27755_q ), + .datad(\text_gen|char_ram~44493_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44494_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44494 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44494 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y45_N3 +dffeas \text_gen|char_ram~27279 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27279_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27279 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27279 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y41_N31 +dffeas \text_gen|char_ram~27307 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27307_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27307 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27307 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~12971feeder ( +// Equation(s): +// \text_gen|char_ram~12971feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12971feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12971feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12971feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y43_N11 +dffeas \text_gen|char_ram~12971 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12971feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55916_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12971_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12971 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12971 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y45_N27 +dffeas \text_gen|char_ram~12943 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12943_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12943 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12943 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44497 ( +// Equation(s): +// \text_gen|char_ram~44497_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~12971_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~12943_q & !\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12971_q ), + .datac(\text_gen|char_ram~12943_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44497_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44497 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44497 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44498 ( +// Equation(s): +// \text_gen|char_ram~44498_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44497_combout & ((\text_gen|char_ram~27307_q ))) # (!\text_gen|char_ram~44497_combout & (\text_gen|char_ram~27279_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44497_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27279_q ), + .datac(\text_gen|char_ram~27307_q ), + .datad(\text_gen|char_ram~44497_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44498_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44498 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44498 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~27293feeder ( +// Equation(s): +// \text_gen|char_ram~27293feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~27293feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~27293feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~27293feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y44_N15 +dffeas \text_gen|char_ram~27293 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~27293feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27293_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27293 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27293 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y41_N29 +dffeas \text_gen|char_ram~27321 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27321_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27321 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27321 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y46_N15 +dffeas \text_gen|char_ram~12957 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55900_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12957_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12957 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12957 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y48_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12985feeder ( +// Equation(s): +// \text_gen|char_ram~12985feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12985feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12985feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12985feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y48_N31 +dffeas \text_gen|char_ram~12985 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12985feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55948_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12985_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12985 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12985 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y46_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44495 ( +// Equation(s): +// \text_gen|char_ram~44495_combout = (\vga_c|h_cnt [6] & (((\text_gen|char_ram~12985_q ) # (\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~12957_q & ((!\text_gen|Add5~14_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~12957_q ), + .datac(\text_gen|char_ram~12985_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44495_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44495 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~44495 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44496 ( +// Equation(s): +// \text_gen|char_ram~44496_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44495_combout & ((\text_gen|char_ram~27321_q ))) # (!\text_gen|char_ram~44495_combout & (\text_gen|char_ram~27293_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44495_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27293_q ), + .datac(\text_gen|char_ram~27321_q ), + .datad(\text_gen|char_ram~44495_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44496_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44496 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44496 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44499 ( +// Equation(s): +// \text_gen|char_ram~44499_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~44496_combout )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~44498_combout ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44498_combout ), + .datad(\text_gen|char_ram~44496_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44499_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44499 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44499 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y9_N1 +dffeas \text_gen|char_ram~27741 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54790_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27741_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27741 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27741 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y10_N9 +dffeas \text_gen|char_ram~27769 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54918_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~27769_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~27769 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~27769 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y10_N16 +cycloneiv_lcell_comb \text_gen|char_ram~13433feeder ( +// Equation(s): +// \text_gen|char_ram~13433feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13433feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13433feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13433feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y10_N17 +dffeas \text_gen|char_ram~13433 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13433feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13433_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13433 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13433 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y10_N7 +dffeas \text_gen|char_ram~13405 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54788_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13405_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13405 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13405 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44500 ( +// Equation(s): +// \text_gen|char_ram~44500_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13433_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~13405_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~13433_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13405_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44500_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44500 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44500 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y10_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44501 ( +// Equation(s): +// \text_gen|char_ram~44501_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44500_combout & ((\text_gen|char_ram~27769_q ))) # (!\text_gen|char_ram~44500_combout & (\text_gen|char_ram~27741_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44500_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~27741_q ), + .datac(\text_gen|char_ram~27769_q ), + .datad(\text_gen|char_ram~44500_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44501_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44501 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44501 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y41_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44502 ( +// Equation(s): +// \text_gen|char_ram~44502_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44499_combout & ((\text_gen|char_ram~44501_combout ))) # (!\text_gen|char_ram~44499_combout & (\text_gen|char_ram~44494_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44499_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44494_combout ), + .datac(\text_gen|char_ram~44499_combout ), + .datad(\text_gen|char_ram~44501_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44502_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44502 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~44502 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44513 ( +// Equation(s): +// \text_gen|char_ram~44513_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~44502_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44512_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44512_combout ), + .datac(\text_gen|char_ram~44502_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44513_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44513 .lut_mask = 16'hFA44; +defparam \text_gen|char_ram~44513 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y56_N13 +dffeas \text_gen|char_ram~21021 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53822_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21021_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21021 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21021 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y56_N31 +dffeas \text_gen|char_ram~21049 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21049_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21049 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21049 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y59_N15 +dffeas \text_gen|char_ram~21007 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53826_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21007_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21007 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21007 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y60_N8 +cycloneiv_lcell_comb \text_gen|char_ram~21035feeder ( +// Equation(s): +// \text_gen|char_ram~21035feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21035feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21035feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21035feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y60_N9 +dffeas \text_gen|char_ram~21035 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21035feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21035_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21035 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21035 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y59_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44485 ( +// Equation(s): +// \text_gen|char_ram~44485_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~21035_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~21007_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~21007_q ), + .datad(\text_gen|char_ram~21035_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44485_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44485 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44485 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y56_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44486 ( +// Equation(s): +// \text_gen|char_ram~44486_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44485_combout & ((\text_gen|char_ram~21049_q ))) # (!\text_gen|char_ram~44485_combout & (\text_gen|char_ram~21021_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44485_combout )))) + + .dataa(\text_gen|char_ram~21021_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21049_q ), + .datad(\text_gen|char_ram~44485_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44486_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44486 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44486 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y60_N29 +dffeas \text_gen|char_ram~6699 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53860_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6699_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6699 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6699 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y59_N31 +dffeas \text_gen|char_ram~6671 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53861_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6671_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6671 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6671 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44487 ( +// Equation(s): +// \text_gen|char_ram~44487_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~6699_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~6671_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~6699_q ), + .datac(\text_gen|char_ram~6671_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44487_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44487 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44487 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y58_N25 +dffeas \text_gen|char_ram~6685 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53859_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6685_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6685 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6685 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~6713feeder ( +// Equation(s): +// \text_gen|char_ram~6713feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~6713feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~6713feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~6713feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y58_N29 +dffeas \text_gen|char_ram~6713 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~6713feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53862_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~6713_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~6713 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~6713 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44488 ( +// Equation(s): +// \text_gen|char_ram~44488_combout = (\text_gen|char_ram~44487_combout & (((\text_gen|char_ram~6713_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~44487_combout & (\vga_c|h_cnt [5] & (\text_gen|char_ram~6685_q ))) + + .dataa(\text_gen|char_ram~44487_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~6685_q ), + .datad(\text_gen|char_ram~6713_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44488_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44488 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~44488 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44489 ( +// Equation(s): +// \text_gen|char_ram~44489_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~44486_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~44488_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44486_combout ), + .datac(\text_gen|char_ram~44488_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44489_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44489 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44489 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y26_N7 +dffeas \text_gen|char_ram~7133 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56613_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7133_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7133 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7133 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y26_N29 +dffeas \text_gen|char_ram~7161 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56744_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7161_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7161 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7161 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y34_N5 +dffeas \text_gen|char_ram~7119 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56677_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7119_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7119 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7119 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y37_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7147feeder ( +// Equation(s): +// \text_gen|char_ram~7147feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7147feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7147feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7147feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y37_N15 +dffeas \text_gen|char_ram~7147 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7147feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7147_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7147 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7147 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44483 ( +// Equation(s): +// \text_gen|char_ram~44483_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~7147_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~7119_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7119_q ), + .datad(\text_gen|char_ram~7147_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44483_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44483 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44483 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44484 ( +// Equation(s): +// \text_gen|char_ram~44484_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44483_combout & ((\text_gen|char_ram~7161_q ))) # (!\text_gen|char_ram~44483_combout & (\text_gen|char_ram~7133_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44483_combout )))) + + .dataa(\text_gen|char_ram~7133_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~7161_q ), + .datad(\text_gen|char_ram~44483_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44484_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44484 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44484 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X39_Y26_N11 +dffeas \text_gen|char_ram~21469 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21469_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21469 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21469 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X39_Y26_N9 +dffeas \text_gen|char_ram~21497 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21497_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21497 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21497 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y30_N29 +dffeas \text_gen|char_ram~21455 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21455_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21455 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21455 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y31_N7 +dffeas \text_gen|char_ram~21483 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21483_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21483 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21483 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y30_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44490 ( +// Equation(s): +// \text_gen|char_ram~44490_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~21483_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~21455_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21455_q ), + .datad(\text_gen|char_ram~21483_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44490_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44490 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44490 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X39_Y26_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44491 ( +// Equation(s): +// \text_gen|char_ram~44491_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44490_combout & ((\text_gen|char_ram~21497_q ))) # (!\text_gen|char_ram~44490_combout & (\text_gen|char_ram~21469_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44490_combout )))) + + .dataa(\text_gen|char_ram~21469_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~21497_q ), + .datad(\text_gen|char_ram~44490_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44491_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44491 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44491 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y26_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44492 ( +// Equation(s): +// \text_gen|char_ram~44492_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44489_combout & ((\text_gen|char_ram~44491_combout ))) # (!\text_gen|char_ram~44489_combout & (\text_gen|char_ram~44484_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44489_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44489_combout ), + .datac(\text_gen|char_ram~44484_combout ), + .datad(\text_gen|char_ram~44491_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44492_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44492 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44492 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y22_N1 +dffeas \text_gen|char_ram~14301 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14301_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14301 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14301 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y24_N1 +dffeas \text_gen|char_ram~14329 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14329_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14329 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14329 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y61_N17 +dffeas \text_gen|char_ram~13853 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53843_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13853_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13853 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13853 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y61_N18 +cycloneiv_lcell_comb \text_gen|char_ram~13881feeder ( +// Equation(s): +// \text_gen|char_ram~13881feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~13881feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~13881feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~13881feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y61_N19 +dffeas \text_gen|char_ram~13881 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~13881feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53846_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13881_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13881 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13881 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y61_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44516 ( +// Equation(s): +// \text_gen|char_ram~44516_combout = (\vga_c|h_cnt [6] & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~13881_q )))) # (!\vga_c|h_cnt [6] & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~13853_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~13853_q ), + .datad(\text_gen|char_ram~13881_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44516_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44516 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44516 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y24_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44517 ( +// Equation(s): +// \text_gen|char_ram~44517_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44516_combout & ((\text_gen|char_ram~14329_q ))) # (!\text_gen|char_ram~44516_combout & (\text_gen|char_ram~14301_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44516_combout )))) + + .dataa(\text_gen|char_ram~14301_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14329_q ), + .datad(\text_gen|char_ram~44516_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44517_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44517 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44517 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N26 +cycloneiv_lcell_comb \text_gen|char_ram~14287feeder ( +// Equation(s): +// \text_gen|char_ram~14287feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14287feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14287feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14287feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y28_N27 +dffeas \text_gen|char_ram~14287 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14287feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56422_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14287_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14287 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14287 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y24_N3 +dffeas \text_gen|char_ram~14315 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56430_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14315_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14315 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14315 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y64_N7 +dffeas \text_gen|char_ram~13867 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53844_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13867_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13867 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13867 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y63_N15 +dffeas \text_gen|char_ram~13839 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53845_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~13839_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~13839 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~13839 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44518 ( +// Equation(s): +// \text_gen|char_ram~44518_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~13867_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~13839_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~13867_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~13839_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44518_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44518 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44518 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44519 ( +// Equation(s): +// \text_gen|char_ram~44519_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44518_combout & ((\text_gen|char_ram~14315_q ))) # (!\text_gen|char_ram~44518_combout & (\text_gen|char_ram~14287_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44518_combout )))) + + .dataa(\text_gen|char_ram~14287_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~14315_q ), + .datad(\text_gen|char_ram~44518_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44519_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44519 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44519 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44520 ( +// Equation(s): +// \text_gen|char_ram~44520_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~44517_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~44519_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~44517_combout ), + .datad(\text_gen|char_ram~44519_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44520_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44520 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44520 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y30_N19 +dffeas \text_gen|char_ram~28623 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56993_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28623_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28623 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28623 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y31_N9 +dffeas \text_gen|char_ram~28651 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28651_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28651 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28651 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y59_N29 +dffeas \text_gen|char_ram~28175 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53877_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28175_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28175 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28175 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y59_N13 +dffeas \text_gen|char_ram~28203 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28203_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28203 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28203 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y59_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44514 ( +// Equation(s): +// \text_gen|char_ram~44514_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~28203_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~28175_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28175_q ), + .datad(\text_gen|char_ram~28203_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44514_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44514 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44514 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y31_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44515 ( +// Equation(s): +// \text_gen|char_ram~44515_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44514_combout & ((\text_gen|char_ram~28651_q ))) # (!\text_gen|char_ram~44514_combout & (\text_gen|char_ram~28623_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44514_combout )))) + + .dataa(\text_gen|char_ram~28623_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~28651_q ), + .datad(\text_gen|char_ram~44514_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44515_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44515 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44515 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y55_N1 +dffeas \text_gen|char_ram~28189 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28189_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28189 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28189 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y55_N11 +dffeas \text_gen|char_ram~28217 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28217_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28217 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28217 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y55_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44521 ( +// Equation(s): +// \text_gen|char_ram~44521_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~28217_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~28189_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~28189_q ), + .datad(\text_gen|char_ram~28217_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44521_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44521 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44521 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y26_N3 +dffeas \text_gen|char_ram~28665 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28665_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28665 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28665 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y26_N7 +dffeas \text_gen|char_ram~28637 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~28637_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~28637 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~28637 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y26_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44522 ( +// Equation(s): +// \text_gen|char_ram~44522_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44521_combout & (\text_gen|char_ram~28665_q )) # (!\text_gen|char_ram~44521_combout & ((\text_gen|char_ram~28637_q ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44521_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44521_combout ), + .datac(\text_gen|char_ram~28665_q ), + .datad(\text_gen|char_ram~28637_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44522_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44522 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44522 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44523 ( +// Equation(s): +// \text_gen|char_ram~44523_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44520_combout & ((\text_gen|char_ram~44522_combout ))) # (!\text_gen|char_ram~44520_combout & (\text_gen|char_ram~44515_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44520_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44520_combout ), + .datac(\text_gen|char_ram~44515_combout ), + .datad(\text_gen|char_ram~44522_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44523_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44523 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44523 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44524 ( +// Equation(s): +// \text_gen|char_ram~44524_combout = (\text_gen|char_ram~44513_combout & (((\text_gen|char_ram~44523_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~44513_combout & (\text_gen|Add5~6_combout & (\text_gen|char_ram~44492_combout ))) + + .dataa(\text_gen|char_ram~44513_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44492_combout ), + .datad(\text_gen|char_ram~44523_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44524_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44524 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~44524 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44525 ( +// Equation(s): +// \text_gen|char_ram~44525_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44482_combout & ((\text_gen|char_ram~44524_combout ))) # (!\text_gen|char_ram~44482_combout & (\text_gen|char_ram~44397_combout )))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~44482_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44482_combout ), + .datac(\text_gen|char_ram~44397_combout ), + .datad(\text_gen|char_ram~44524_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44525_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44525 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44525 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y35_N25 +dffeas \text_gen|char_ram~26852 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56865_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26852_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26852 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26852 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y39_N21 +dffeas \text_gen|char_ram~26859 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26859_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26859 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26859 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y39_N19 +dffeas \text_gen|char_ram~26796 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56930_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26796_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26796 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26796 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y31_N16 +cycloneiv_lcell_comb \text_gen|char_ram~26803feeder ( +// Equation(s): +// \text_gen|char_ram~26803feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26803feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26803feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26803feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y31_N17 +dffeas \text_gen|char_ram~26803 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26803feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56802_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26803_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26803 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26803 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43883 ( +// Equation(s): +// \text_gen|char_ram~43883_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~26803_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26796_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26796_q ), + .datad(\text_gen|char_ram~26803_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43883_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43883 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43883 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y39_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43884 ( +// Equation(s): +// \text_gen|char_ram~43884_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43883_combout & ((\text_gen|char_ram~26859_q ))) # (!\text_gen|char_ram~43883_combout & (\text_gen|char_ram~26852_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43883_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26852_q ), + .datac(\text_gen|char_ram~26859_q ), + .datad(\text_gen|char_ram~43883_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43884_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43884 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43884 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y15_N27 +dffeas \text_gen|char_ram~25963 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54135_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25963_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25963 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25963 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y19_N7 +dffeas \text_gen|char_ram~25956 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25956_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25956 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25956 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y21_N23 +dffeas \text_gen|char_ram~25900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54119_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25900 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y19_N25 +dffeas \text_gen|char_ram~25907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54103_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25907 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43876 ( +// Equation(s): +// \text_gen|char_ram~43876_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~25907_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25900_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25900_q ), + .datad(\text_gen|char_ram~25907_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43876_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43876 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43876 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y19_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43877 ( +// Equation(s): +// \text_gen|char_ram~43877_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43876_combout & (\text_gen|char_ram~25963_q )) # (!\text_gen|char_ram~43876_combout & ((\text_gen|char_ram~25956_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43876_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~25963_q ), + .datac(\text_gen|char_ram~25956_q ), + .datad(\text_gen|char_ram~43876_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43877_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43877 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43877 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y62_N11 +dffeas \text_gen|char_ram~26355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53109_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26355 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y59_N13 +dffeas \text_gen|char_ram~26411 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26411_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26411 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26411 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X60_Y59_N21 +dffeas \text_gen|char_ram~26348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53125_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~26404feeder ( +// Equation(s): +// \text_gen|char_ram~26404feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26404feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26404feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26404feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y50_N7 +dffeas \text_gen|char_ram~26404 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26404feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26404_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26404 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26404 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y59_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43878 ( +// Equation(s): +// \text_gen|char_ram~43878_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~26404_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26348_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26348_q ), + .datad(\text_gen|char_ram~26404_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43878_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43878 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43878 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43879 ( +// Equation(s): +// \text_gen|char_ram~43879_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43878_combout & ((\text_gen|char_ram~26411_q ))) # (!\text_gen|char_ram~43878_combout & (\text_gen|char_ram~26355_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43878_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~26355_q ), + .datac(\text_gen|char_ram~26411_q ), + .datad(\text_gen|char_ram~43878_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43879_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43879 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43879 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y35_N13 +dffeas \text_gen|char_ram~25459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y35_N19 +dffeas \text_gen|char_ram~25515 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55249_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25515_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25515 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25515 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y39_N7 +dffeas \text_gen|char_ram~25452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55244_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~25508feeder ( +// Equation(s): +// \text_gen|char_ram~25508feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25508feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25508feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25508feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y39_N19 +dffeas \text_gen|char_ram~25508 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25508feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55241_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25508_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25508 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25508 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y39_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43880 ( +// Equation(s): +// \text_gen|char_ram~43880_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~25508_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25452_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25452_q ), + .datad(\text_gen|char_ram~25508_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43880_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43880 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43880 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43881 ( +// Equation(s): +// \text_gen|char_ram~43881_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43880_combout & ((\text_gen|char_ram~25515_q ))) # (!\text_gen|char_ram~43880_combout & (\text_gen|char_ram~25459_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43880_combout )))) + + .dataa(\text_gen|char_ram~25459_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25515_q ), + .datad(\text_gen|char_ram~43880_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43881_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43881 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43881 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y39_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43882 ( +// Equation(s): +// \text_gen|char_ram~43882_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~43879_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~43881_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~43879_combout ), + .datad(\text_gen|char_ram~43881_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43882_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43882 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43882 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43885 ( +// Equation(s): +// \text_gen|char_ram~43885_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43882_combout & (\text_gen|char_ram~43884_combout )) # (!\text_gen|char_ram~43882_combout & ((\text_gen|char_ram~43877_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43882_combout )))) + + .dataa(\text_gen|char_ram~43884_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43877_combout ), + .datad(\text_gen|char_ram~43882_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43885_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43885 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43885 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y53_N23 +dffeas \text_gen|char_ram~3955 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3955_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3955 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3955 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y53_N17 +dffeas \text_gen|char_ram~4011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55231_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4011 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y50_N25 +dffeas \text_gen|char_ram~3948 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3948_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3948 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3948 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y50_N7 +dffeas \text_gen|char_ram~4004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55223_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43869 ( +// Equation(s): +// \text_gen|char_ram~43869_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4004_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3948_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3948_q ), + .datad(\text_gen|char_ram~4004_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43869_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43869 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43869 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43870 ( +// Equation(s): +// \text_gen|char_ram~43870_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43869_combout & ((\text_gen|char_ram~4011_q ))) # (!\text_gen|char_ram~43869_combout & (\text_gen|char_ram~3955_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43869_combout )))) + + .dataa(\text_gen|char_ram~3955_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4011_q ), + .datad(\text_gen|char_ram~43869_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43870_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43870 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43870 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y65_N3 +dffeas \text_gen|char_ram~4907 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4907_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4907 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4907 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y65_N17 +dffeas \text_gen|char_ram~4844 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4844_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4844 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4844 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y65_N19 +dffeas \text_gen|char_ram~4900 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4900_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4900 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4900 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y65_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43867 ( +// Equation(s): +// \text_gen|char_ram~43867_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4900_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4844_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4844_q ), + .datad(\text_gen|char_ram~4900_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43867_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43867 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43867 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y65_N25 +dffeas \text_gen|char_ram~4851 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4851_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4851 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4851 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y65_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43868 ( +// Equation(s): +// \text_gen|char_ram~43868_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43867_combout & (\text_gen|char_ram~4907_q )) # (!\text_gen|char_ram~43867_combout & ((\text_gen|char_ram~4851_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43867_combout )))) + + .dataa(\text_gen|char_ram~4907_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~43867_combout ), + .datad(\text_gen|char_ram~4851_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43868_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43868 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43868 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43871 ( +// Equation(s): +// \text_gen|char_ram~43871_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~43868_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~43870_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~43870_combout ), + .datad(\text_gen|char_ram~43868_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43871_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43871 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43871 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X83_Y36_N21 +dffeas \text_gen|char_ram~5292 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5292_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5292 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5292 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~5299feeder ( +// Equation(s): +// \text_gen|char_ram~5299feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5299feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5299feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5299feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N17 +dffeas \text_gen|char_ram~5299 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5299feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5299_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5299 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5299 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y36_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43872 ( +// Equation(s): +// \text_gen|char_ram~43872_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5299_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5292_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5292_q ), + .datad(\text_gen|char_ram~5299_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43872_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43872 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43872 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y36_N5 +dffeas \text_gen|char_ram~5355 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5355_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5355 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5355 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y36_N28 +cycloneiv_lcell_comb \text_gen|char_ram~5348feeder ( +// Equation(s): +// \text_gen|char_ram~5348feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5348feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5348feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5348feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y36_N29 +dffeas \text_gen|char_ram~5348 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5348feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5348_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5348 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5348 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y36_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43873 ( +// Equation(s): +// \text_gen|char_ram~43873_combout = (\text_gen|char_ram~43872_combout & (((\text_gen|char_ram~5355_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~43872_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~5348_q )))) + + .dataa(\text_gen|char_ram~43872_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5355_q ), + .datad(\text_gen|char_ram~5348_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43873_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43873 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43873 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N19 +dffeas \text_gen|char_ram~4396 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4396_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4396 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4396 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N13 +dffeas \text_gen|char_ram~4403 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4403_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4403 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4403 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43865 ( +// Equation(s): +// \text_gen|char_ram~43865_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4403_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4396_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4396_q ), + .datad(\text_gen|char_ram~4403_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43865_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43865 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43865 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y16_N29 +dffeas \text_gen|char_ram~4459 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4459_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4459 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4459 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y16_N5 +dffeas \text_gen|char_ram~4452 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4452_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4452 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4452 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y16_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43866 ( +// Equation(s): +// \text_gen|char_ram~43866_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43865_combout & (\text_gen|char_ram~4459_q )) # (!\text_gen|char_ram~43865_combout & ((\text_gen|char_ram~4452_q ))))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~43865_combout +// )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43865_combout ), + .datac(\text_gen|char_ram~4459_q ), + .datad(\text_gen|char_ram~4452_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43866_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43866 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43866 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43874 ( +// Equation(s): +// \text_gen|char_ram~43874_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43871_combout & (\text_gen|char_ram~43873_combout )) # (!\text_gen|char_ram~43871_combout & ((\text_gen|char_ram~43866_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~43871_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~43871_combout ), + .datac(\text_gen|char_ram~43873_combout ), + .datad(\text_gen|char_ram~43866_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43874_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43874 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43874 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y31_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19684feeder ( +// Equation(s): +// \text_gen|char_ram~19684feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19684feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19684feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19684feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y31_N27 +dffeas \text_gen|char_ram~19684 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19684feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56014_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19684_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19684 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19684 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y35_N19 +dffeas \text_gen|char_ram~19691 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56025_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19691_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19691 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19691 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y35_N27 +dffeas \text_gen|char_ram~19628 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19628_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19628 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19628 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X37_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~19635feeder ( +// Equation(s): +// \text_gen|char_ram~19635feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19635feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19635feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19635feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X37_Y35_N27 +dffeas \text_gen|char_ram~19635 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19635feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56017_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19635_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19635 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19635 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43862 ( +// Equation(s): +// \text_gen|char_ram~43862_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19635_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19628_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19628_q ), + .datad(\text_gen|char_ram~19635_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43862_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43862 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43862 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43863 ( +// Equation(s): +// \text_gen|char_ram~43863_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43862_combout & ((\text_gen|char_ram~19691_q ))) # (!\text_gen|char_ram~43862_combout & (\text_gen|char_ram~19684_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43862_combout )))) + + .dataa(\text_gen|char_ram~19684_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19691_q ), + .datad(\text_gen|char_ram~43862_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43863_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43863 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43863 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~19187feeder ( +// Equation(s): +// \text_gen|char_ram~19187feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19187feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19187feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19187feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y63_N31 +dffeas \text_gen|char_ram~19187 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19187feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19187_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19187 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19187 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~19243feeder ( +// Equation(s): +// \text_gen|char_ram~19243feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19243feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19243feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19243feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y63_N17 +dffeas \text_gen|char_ram~19243 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19243feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19243_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19243 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19243 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y63_N29 +dffeas \text_gen|char_ram~19180 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19180_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19180 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19180 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19236feeder ( +// Equation(s): +// \text_gen|char_ram~19236feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19236feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19236feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19236feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y63_N7 +dffeas \text_gen|char_ram~19236 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19236feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19236_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19236 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19236 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43857 ( +// Equation(s): +// \text_gen|char_ram~43857_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~19236_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19180_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19180_q ), + .datad(\text_gen|char_ram~19236_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43857_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43857 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43857 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y63_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43858 ( +// Equation(s): +// \text_gen|char_ram~43858_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43857_combout & ((\text_gen|char_ram~19243_q ))) # (!\text_gen|char_ram~43857_combout & (\text_gen|char_ram~19187_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43857_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19187_q ), + .datac(\text_gen|char_ram~19243_q ), + .datad(\text_gen|char_ram~43857_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43858_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43858 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43858 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y50_N6 +cycloneiv_lcell_comb \text_gen|char_ram~18291feeder ( +// Equation(s): +// \text_gen|char_ram~18291feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18291feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18291feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18291feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X38_Y50_N7 +dffeas \text_gen|char_ram~18291 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18291feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18291_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18291 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18291 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X51_Y51_N25 +dffeas \text_gen|char_ram~18347 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18347_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18347 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18347 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y50_N1 +dffeas \text_gen|char_ram~18284 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18284_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18284 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18284 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~18340feeder ( +// Equation(s): +// \text_gen|char_ram~18340feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18340feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18340feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18340feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y50_N27 +dffeas \text_gen|char_ram~18340 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18340feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18340_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18340 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18340 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y50_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43859 ( +// Equation(s): +// \text_gen|char_ram~43859_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18340_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18284_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18284_q ), + .datad(\text_gen|char_ram~18340_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43859_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43859 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43859 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43860 ( +// Equation(s): +// \text_gen|char_ram~43860_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43859_combout & ((\text_gen|char_ram~18347_q ))) # (!\text_gen|char_ram~43859_combout & (\text_gen|char_ram~18291_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43859_combout )))) + + .dataa(\text_gen|char_ram~18291_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18347_q ), + .datad(\text_gen|char_ram~43859_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43860_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43860 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43860 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43861 ( +// Equation(s): +// \text_gen|char_ram~43861_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~43858_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~43860_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43858_combout ), + .datad(\text_gen|char_ram~43860_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43861_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43861 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43861 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y16_N9 +dffeas \text_gen|char_ram~18788 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53910_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18788_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18788 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18788 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y13_N5 +dffeas \text_gen|char_ram~18795 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18795_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18795 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18795 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y16_N7 +dffeas \text_gen|char_ram~18732 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53902_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18732_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18732 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18732 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y18_N9 +dffeas \text_gen|char_ram~18739 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53904_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18739_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18739 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18739 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43855 ( +// Equation(s): +// \text_gen|char_ram~43855_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~18739_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18732_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18732_q ), + .datad(\text_gen|char_ram~18739_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43855_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43855 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43855 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y13_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43856 ( +// Equation(s): +// \text_gen|char_ram~43856_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43855_combout & ((\text_gen|char_ram~18795_q ))) # (!\text_gen|char_ram~43855_combout & (\text_gen|char_ram~18788_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43855_combout )))) + + .dataa(\text_gen|char_ram~18788_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18795_q ), + .datad(\text_gen|char_ram~43855_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43856_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43856 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43856 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43864 ( +// Equation(s): +// \text_gen|char_ram~43864_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43861_combout & (\text_gen|char_ram~43863_combout )) # (!\text_gen|char_ram~43861_combout & ((\text_gen|char_ram~43856_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43861_combout )))) + + .dataa(\text_gen|char_ram~43863_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43861_combout ), + .datad(\text_gen|char_ram~43856_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43864_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43864 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~43864 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43875 ( +// Equation(s): +// \text_gen|char_ram~43875_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~43864_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~43874_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~43874_combout ), + .datad(\text_gen|char_ram~43864_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43875_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43875 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43875 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~11571feeder ( +// Equation(s): +// \text_gen|char_ram~11571feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11571feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11571feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11571feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y17_N25 +dffeas \text_gen|char_ram~11571 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11571feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53968_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11571_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11571 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11571 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y17_N5 +dffeas \text_gen|char_ram~11564 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53966_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11564_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11564 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11564 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y17_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43845 ( +// Equation(s): +// \text_gen|char_ram~43845_combout = (\vga_c|h_cnt [7] & (((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~11571_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~11564_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~11571_q ), + .datac(\text_gen|char_ram~11564_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~43845_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43845 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43845 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y24_N5 +dffeas \text_gen|char_ram~11620 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11620_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11620 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11620 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y13_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11627feeder ( +// Equation(s): +// \text_gen|char_ram~11627feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11627feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11627feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11627feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y13_N1 +dffeas \text_gen|char_ram~11627 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11627feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11627_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11627 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11627 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43846 ( +// Equation(s): +// \text_gen|char_ram~43846_combout = (\text_gen|char_ram~43845_combout & (((\text_gen|char_ram~11627_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~43845_combout & (\vga_c|h_cnt [7] & (\text_gen|char_ram~11620_q ))) + + .dataa(\text_gen|char_ram~43845_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11620_q ), + .datad(\text_gen|char_ram~11627_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43846_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43846 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~43846 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y35_N3 +dffeas \text_gen|char_ram~12523 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56427_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12523_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12523 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12523 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y35_N17 +dffeas \text_gen|char_ram~12516 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56299_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12516_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12516 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12516 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y34_N1 +dffeas \text_gen|char_ram~12460 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56379_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12460_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12460 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12460 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y31_N21 +dffeas \text_gen|char_ram~12467 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12467_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12467 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12467 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y34_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43852 ( +// Equation(s): +// \text_gen|char_ram~43852_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~12467_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12460_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12460_q ), + .datad(\text_gen|char_ram~12467_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43852_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43852 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43852 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43853 ( +// Equation(s): +// \text_gen|char_ram~43853_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43852_combout & (\text_gen|char_ram~12523_q )) # (!\text_gen|char_ram~43852_combout & ((\text_gen|char_ram~12516_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43852_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~12523_q ), + .datac(\text_gen|char_ram~12516_q ), + .datad(\text_gen|char_ram~43852_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43853_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43853 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43853 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y47_N13 +dffeas \text_gen|char_ram~11123 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55186_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11123_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11123 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11123 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y43_N27 +dffeas \text_gen|char_ram~11179 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11179_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11179 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11179 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y43_N19 +dffeas \text_gen|char_ram~11116 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11116_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11116 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11116 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X87_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~11172feeder ( +// Equation(s): +// \text_gen|char_ram~11172feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11172feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11172feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11172feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X87_Y43_N29 +dffeas \text_gen|char_ram~11172 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11172feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55191_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11172_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11172 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11172 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y43_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43849 ( +// Equation(s): +// \text_gen|char_ram~43849_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~11172_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~11116_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11116_q ), + .datad(\text_gen|char_ram~11172_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43849_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43849 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43849 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43850 ( +// Equation(s): +// \text_gen|char_ram~43850_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43849_combout & ((\text_gen|char_ram~11179_q ))) # (!\text_gen|char_ram~43849_combout & (\text_gen|char_ram~11123_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43849_combout )))) + + .dataa(\text_gen|char_ram~11123_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11179_q ), + .datad(\text_gen|char_ram~43849_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43850_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43850 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43850 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y51_N8 +cycloneiv_lcell_comb \text_gen|char_ram~12019feeder ( +// Equation(s): +// \text_gen|char_ram~12019feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12019feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12019feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12019feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y51_N9 +dffeas \text_gen|char_ram~12019 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12019feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53107_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12019_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12019 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12019 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y24_N29 +dffeas \text_gen|char_ram~12075 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53139_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12075_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12075 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12075 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y65_N23 +dffeas \text_gen|char_ram~12012 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53123_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12012_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12012 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12012 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y65_N29 +dffeas \text_gen|char_ram~12068 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12068_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12068 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12068 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y65_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43847 ( +// Equation(s): +// \text_gen|char_ram~43847_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~12068_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~12012_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~12012_q ), + .datad(\text_gen|char_ram~12068_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43847_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43847 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43847 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43848 ( +// Equation(s): +// \text_gen|char_ram~43848_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43847_combout & ((\text_gen|char_ram~12075_q ))) # (!\text_gen|char_ram~43847_combout & (\text_gen|char_ram~12019_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43847_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~12019_q ), + .datac(\text_gen|char_ram~12075_q ), + .datad(\text_gen|char_ram~43847_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43848_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43848 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43848 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43851 ( +// Equation(s): +// \text_gen|char_ram~43851_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~43848_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~43850_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~43850_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~43848_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43851_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43851 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~43851 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43854 ( +// Equation(s): +// \text_gen|char_ram~43854_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43851_combout & ((\text_gen|char_ram~43853_combout ))) # (!\text_gen|char_ram~43851_combout & (\text_gen|char_ram~43846_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43851_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~43846_combout ), + .datac(\text_gen|char_ram~43853_combout ), + .datad(\text_gen|char_ram~43851_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43854_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43854 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43854 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43886 ( +// Equation(s): +// \text_gen|char_ram~43886_combout = (\text_gen|char_ram~43875_combout & ((\text_gen|char_ram~43885_combout ) # ((!\text_gen|Add5~12_combout )))) # (!\text_gen|char_ram~43875_combout & (((\text_gen|Add5~12_combout & \text_gen|char_ram~43854_combout )))) + + .dataa(\text_gen|char_ram~43885_combout ), + .datab(\text_gen|char_ram~43875_combout ), + .datac(\text_gen|Add5~12_combout ), + .datad(\text_gen|char_ram~43854_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43886_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43886 .lut_mask = 16'hBC8C; +defparam \text_gen|char_ram~43886 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y46_N13 +dffeas \text_gen|char_ram~26425 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53360_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26425_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26425 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26425 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y30_N27 +dffeas \text_gen|char_ram~26873 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57009_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26873_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26873 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26873 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19705feeder ( +// Equation(s): +// \text_gen|char_ram~19705feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19705feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19705feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19705feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y43_N15 +dffeas \text_gen|char_ram~19705 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19705feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56219_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19705_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19705 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19705 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y57_N5 +dffeas \text_gen|char_ram~19257 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19257_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19257 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19257 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44010 ( +// Equation(s): +// \text_gen|char_ram~44010_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~19705_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~19257_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19705_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19257_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44010_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44010 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44010 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44011 ( +// Equation(s): +// \text_gen|char_ram~44011_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44010_combout & ((\text_gen|char_ram~26873_q ))) # (!\text_gen|char_ram~44010_combout & (\text_gen|char_ram~26425_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44010_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~26425_q ), + .datac(\text_gen|char_ram~26873_q ), + .datad(\text_gen|char_ram~44010_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44011_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44011 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44011 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y48_N22 +cycloneiv_lcell_comb \text_gen|char_ram~25529feeder ( +// Equation(s): +// \text_gen|char_ram~25529feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25529feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25529feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25529feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y48_N23 +dffeas \text_gen|char_ram~25529 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25529feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25529_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25529 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25529 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y19_N31 +dffeas \text_gen|char_ram~25977 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54138_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25977_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25977 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25977 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~18809feeder ( +// Equation(s): +// \text_gen|char_ram~18809feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18809feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18809feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18809feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y15_N11 +dffeas \text_gen|char_ram~18809 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18809feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18809_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18809 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18809 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y48_N5 +dffeas \text_gen|char_ram~18361 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55433_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18361_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18361 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18361 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y48_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44003 ( +// Equation(s): +// \text_gen|char_ram~44003_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18809_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18361_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18809_q ), + .datac(\text_gen|char_ram~18361_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44003_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44003 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44003 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44004 ( +// Equation(s): +// \text_gen|char_ram~44004_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44003_combout & ((\text_gen|char_ram~25977_q ))) # (!\text_gen|char_ram~44003_combout & (\text_gen|char_ram~25529_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44003_combout )))) + + .dataa(\text_gen|char_ram~25529_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25977_q ), + .datad(\text_gen|char_ram~44003_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44004_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44004 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44004 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26369feeder ( +// Equation(s): +// \text_gen|char_ram~26369feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26369feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y55_N27 +dffeas \text_gen|char_ram~26369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53358_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y30_N23 +dffeas \text_gen|char_ram~26817 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26817_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26817 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26817 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y58_N7 +dffeas \text_gen|char_ram~19201 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53323_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19201_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19201 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19201 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y25_N19 +dffeas \text_gen|char_ram~19649 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56211_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19649_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19649 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19649 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44005 ( +// Equation(s): +// \text_gen|char_ram~44005_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~19649_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~19201_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~19201_q ), + .datad(\text_gen|char_ram~19649_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44005_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44005 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44005 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44006 ( +// Equation(s): +// \text_gen|char_ram~44006_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44005_combout & ((\text_gen|char_ram~26817_q ))) # (!\text_gen|char_ram~44005_combout & (\text_gen|char_ram~26369_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44005_combout )))) + + .dataa(\text_gen|char_ram~26369_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26817_q ), + .datad(\text_gen|char_ram~44005_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44006_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44006 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44006 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y19_N21 +dffeas \text_gen|char_ram~25921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54106_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y51_N11 +dffeas \text_gen|char_ram~25473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18753feeder ( +// Equation(s): +// \text_gen|char_ram~18753feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18753feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18753feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18753feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y21_N23 +dffeas \text_gen|char_ram~18753 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18753feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18753_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18753 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18753 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y46_N17 +dffeas \text_gen|char_ram~18305 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18305_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18305 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18305 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44007 ( +// Equation(s): +// \text_gen|char_ram~44007_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~18753_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~18305_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~18753_q ), + .datac(\text_gen|char_ram~18305_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44007_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44007 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44007 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44008 ( +// Equation(s): +// \text_gen|char_ram~44008_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44007_combout & (\text_gen|char_ram~25921_q )) # (!\text_gen|char_ram~44007_combout & ((\text_gen|char_ram~25473_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44007_combout )))) + + .dataa(\text_gen|char_ram~25921_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25473_q ), + .datad(\text_gen|char_ram~44007_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44008_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44008 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44008 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44009 ( +// Equation(s): +// \text_gen|char_ram~44009_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~44006_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~44008_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44006_combout ), + .datad(\text_gen|char_ram~44008_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44009_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44009 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44009 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44012 ( +// Equation(s): +// \text_gen|char_ram~44012_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44009_combout & (\text_gen|char_ram~44011_combout )) # (!\text_gen|char_ram~44009_combout & ((\text_gen|char_ram~44004_combout ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44009_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~44011_combout ), + .datac(\text_gen|char_ram~44004_combout ), + .datad(\text_gen|char_ram~44009_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44012_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44012 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44012 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y29_N17 +dffeas \text_gen|char_ram~19642 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56216_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19642_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19642 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19642 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~26810feeder ( +// Equation(s): +// \text_gen|char_ram~26810feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26810feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26810feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26810feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y29_N25 +dffeas \text_gen|char_ram~26810 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26810feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56942_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26810_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26810 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26810 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43979 ( +// Equation(s): +// \text_gen|char_ram~43979_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~26810_q ))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~19642_q )))) + + .dataa(\text_gen|char_ram~19642_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26810_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43979_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43979 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~43979 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y29_N9 +dffeas \text_gen|char_ram~26866 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56878_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26866_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26866 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26866 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X51_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19698feeder ( +// Equation(s): +// \text_gen|char_ram~19698feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19698feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19698feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19698feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y29_N7 +dffeas \text_gen|char_ram~19698 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19698feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56208_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19698_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19698 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19698 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43980 ( +// Equation(s): +// \text_gen|char_ram~43980_combout = (\text_gen|char_ram~43979_combout & (((\text_gen|char_ram~26866_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~43979_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19698_q )))) + + .dataa(\text_gen|char_ram~43979_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26866_q ), + .datad(\text_gen|char_ram~19698_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43980_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43980 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43980 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y19_N9 +dffeas \text_gen|char_ram~25970 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25970_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25970 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25970 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y18_N19 +dffeas \text_gen|char_ram~25914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54122_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25914 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y16_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18802feeder ( +// Equation(s): +// \text_gen|char_ram~18802feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18802feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18802feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18802feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y16_N1 +dffeas \text_gen|char_ram~18802 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18802feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53941_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18802_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18802 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18802 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y17_N25 +dffeas \text_gen|char_ram~18746 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18746_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18746 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18746 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43972 ( +// Equation(s): +// \text_gen|char_ram~43972_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18802_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~18746_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~18802_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18746_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43972_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43972 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43972 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y18_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43973 ( +// Equation(s): +// \text_gen|char_ram~43973_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43972_combout & (\text_gen|char_ram~25970_q )) # (!\text_gen|char_ram~43972_combout & ((\text_gen|char_ram~25914_q ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43972_combout )))) + + .dataa(\text_gen|char_ram~25970_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25914_q ), + .datad(\text_gen|char_ram~43972_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43973_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43973 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43973 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N11 +dffeas \text_gen|char_ram~18298 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55417_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18298_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18298 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18298 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y42_N11 +dffeas \text_gen|char_ram~18354 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55385_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18354_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18354 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18354 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43976 ( +// Equation(s): +// \text_gen|char_ram~43976_combout = (\vga_c|h_cnt [7] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~18354_q )))) # (!\vga_c|h_cnt [7] & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~18298_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~18298_q ), + .datad(\text_gen|char_ram~18354_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43976_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43976 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43976 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y50_N5 +dffeas \text_gen|char_ram~25522 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25522_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25522 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25522 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y50_N19 +dffeas \text_gen|char_ram~25466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25466 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y50_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43977 ( +// Equation(s): +// \text_gen|char_ram~43977_combout = (\text_gen|char_ram~43976_combout & (((\text_gen|char_ram~25522_q )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43976_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~25466_q )))) + + .dataa(\text_gen|char_ram~43976_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~25522_q ), + .datad(\text_gen|char_ram~25466_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43977_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43977 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43977 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~26362feeder ( +// Equation(s): +// \text_gen|char_ram~26362feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26362feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26362feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26362feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y55_N5 +dffeas \text_gen|char_ram~26362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26362feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53359_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y58_N19 +dffeas \text_gen|char_ram~26418 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26418_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26418 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26418 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y58_N8 +cycloneiv_lcell_comb \text_gen|char_ram~19250feeder ( +// Equation(s): +// \text_gen|char_ram~19250feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19250feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19250feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19250feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y58_N9 +dffeas \text_gen|char_ram~19250 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19250feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53322_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19250_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19250 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19250 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y58_N15 +dffeas \text_gen|char_ram~19194 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19194_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19194 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19194 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43974 ( +// Equation(s): +// \text_gen|char_ram~43974_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19250_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~19194_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~19250_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19194_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43974_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43974 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43974 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y58_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43975 ( +// Equation(s): +// \text_gen|char_ram~43975_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43974_combout & ((\text_gen|char_ram~26418_q ))) # (!\text_gen|char_ram~43974_combout & (\text_gen|char_ram~26362_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43974_combout )))) + + .dataa(\text_gen|char_ram~26362_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~26418_q ), + .datad(\text_gen|char_ram~43974_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43975_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43975 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43975 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43978 ( +// Equation(s): +// \text_gen|char_ram~43978_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout ) # (\text_gen|char_ram~43975_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~43977_combout & (!\text_gen|Add5~4_combout ))) + + .dataa(\text_gen|char_ram~43977_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~43975_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43978_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43978 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~43978 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43981 ( +// Equation(s): +// \text_gen|char_ram~43981_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43978_combout & (\text_gen|char_ram~43980_combout )) # (!\text_gen|char_ram~43978_combout & ((\text_gen|char_ram~43973_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43978_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~43980_combout ), + .datac(\text_gen|char_ram~43973_combout ), + .datad(\text_gen|char_ram~43978_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43981_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43981 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43981 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~11578feeder ( +// Equation(s): +// \text_gen|char_ram~11578feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11578feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11578feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11578feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y21_N3 +dffeas \text_gen|char_ram~11578 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11578feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11578_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11578 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11578 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y17_N23 +dffeas \text_gen|char_ram~11634 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54006_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11634_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11634 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11634 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y17_N23 +dffeas \text_gen|char_ram~4466 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54069_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4466_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4466 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4466 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y17_N25 +dffeas \text_gen|char_ram~4410 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54071_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4410_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4410 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4410 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y17_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43992 ( +// Equation(s): +// \text_gen|char_ram~43992_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~4466_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~4410_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~4466_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4410_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43992_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43992 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43992 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43993 ( +// Equation(s): +// \text_gen|char_ram~43993_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43992_combout & ((\text_gen|char_ram~11634_q ))) # (!\text_gen|char_ram~43992_combout & (\text_gen|char_ram~11578_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43992_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11578_q ), + .datac(\text_gen|char_ram~11634_q ), + .datad(\text_gen|char_ram~43992_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43993_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43993 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43993 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y33_N7 +dffeas \text_gen|char_ram~12474 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56411_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12474_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12474 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12474 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y33_N1 +dffeas \text_gen|char_ram~12530 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56347_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12530_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12530 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12530 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y29_N9 +dffeas \text_gen|char_ram~5362 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56706_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5362_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5362 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5362 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y33_N25 +dffeas \text_gen|char_ram~5306 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56722_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5306_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5306 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5306 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y33_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43999 ( +// Equation(s): +// \text_gen|char_ram~43999_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~5362_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~5306_q & !\text_gen|Add5~12_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~5362_q ), + .datac(\text_gen|char_ram~5306_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43999_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43999 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43999 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y33_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44000 ( +// Equation(s): +// \text_gen|char_ram~44000_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43999_combout & ((\text_gen|char_ram~12530_q ))) # (!\text_gen|char_ram~43999_combout & (\text_gen|char_ram~12474_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43999_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12474_q ), + .datac(\text_gen|char_ram~12530_q ), + .datad(\text_gen|char_ram~43999_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44000_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44000 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44000 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y44_N21 +dffeas \text_gen|char_ram~11130 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11130_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11130 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11130 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y51_N7 +dffeas \text_gen|char_ram~11186 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11186_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11186 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11186 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y51_N29 +dffeas \text_gen|char_ram~3962 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3962_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3962 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3962 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y47_N27 +dffeas \text_gen|char_ram~4018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55389_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4018 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43996 ( +// Equation(s): +// \text_gen|char_ram~43996_combout = (\text_gen|Add5~12_combout & (\vga_c|h_cnt [7])) # (!\text_gen|Add5~12_combout & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~4018_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~3962_q )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~3962_q ), + .datad(\text_gen|char_ram~4018_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43996_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43996 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43996 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y51_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43997 ( +// Equation(s): +// \text_gen|char_ram~43997_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43996_combout & ((\text_gen|char_ram~11186_q ))) # (!\text_gen|char_ram~43996_combout & (\text_gen|char_ram~11130_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43996_combout )))) + + .dataa(\text_gen|char_ram~11130_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~11186_q ), + .datad(\text_gen|char_ram~43996_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43997_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43997 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43997 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y58_N11 +dffeas \text_gen|char_ram~12026 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53307_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12026_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12026 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12026 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y61_N29 +dffeas \text_gen|char_ram~12082 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12082_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12082 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12082 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y58_N13 +dffeas \text_gen|char_ram~4914 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4914_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4914 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4914 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y58_N27 +dffeas \text_gen|char_ram~4858 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53343_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4858_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4858 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4858 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43994 ( +// Equation(s): +// \text_gen|char_ram~43994_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~4914_q ) # ((\text_gen|Add5~12_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~4858_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~4914_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4858_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43994_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43994 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43994 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43995 ( +// Equation(s): +// \text_gen|char_ram~43995_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43994_combout & ((\text_gen|char_ram~12082_q ))) # (!\text_gen|char_ram~43994_combout & (\text_gen|char_ram~12026_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43994_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~12026_q ), + .datac(\text_gen|char_ram~12082_q ), + .datad(\text_gen|char_ram~43994_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43995_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43995 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43995 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43998 ( +// Equation(s): +// \text_gen|char_ram~43998_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~43995_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~43997_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43997_combout ), + .datad(\text_gen|char_ram~43995_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43998_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43998 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43998 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y61_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44001 ( +// Equation(s): +// \text_gen|char_ram~44001_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43998_combout & ((\text_gen|char_ram~44000_combout ))) # (!\text_gen|char_ram~43998_combout & (\text_gen|char_ram~43993_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43998_combout )))) + + .dataa(\text_gen|char_ram~43993_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44000_combout ), + .datad(\text_gen|char_ram~43998_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44001_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44001 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44001 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y51_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11193feeder ( +// Equation(s): +// \text_gen|char_ram~11193feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11193feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11193feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11193feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y51_N5 +dffeas \text_gen|char_ram~11193 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11193feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11193_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11193 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11193 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y53_N11 +dffeas \text_gen|char_ram~12089 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12089_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12089 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12089 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y58_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4921feeder ( +// Equation(s): +// \text_gen|char_ram~4921feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4921feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4921feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4921feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y58_N7 +dffeas \text_gen|char_ram~4921 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4921feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4921_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4921 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4921 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y51_N25 +dffeas \text_gen|char_ram~4025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55437_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4025 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43982 ( +// Equation(s): +// \text_gen|char_ram~43982_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~4921_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~4025_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~4921_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4025_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43982_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43982 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43982 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43983 ( +// Equation(s): +// \text_gen|char_ram~43983_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43982_combout & ((\text_gen|char_ram~12089_q ))) # (!\text_gen|char_ram~43982_combout & (\text_gen|char_ram~11193_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43982_combout )))) + + .dataa(\text_gen|char_ram~11193_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~12089_q ), + .datad(\text_gen|char_ram~43982_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43983_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43983 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43983 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y62_N13 +dffeas \text_gen|char_ram~11585 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54000_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11585_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11585 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11585 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y62_N23 +dffeas \text_gen|char_ram~12481 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56283_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12481_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12481 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12481 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y25_N21 +dffeas \text_gen|char_ram~5313 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5313_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5313 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5313 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y21_N21 +dffeas \text_gen|char_ram~4417 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54070_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4417_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4417 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4417 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43984 ( +// Equation(s): +// \text_gen|char_ram~43984_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~5313_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~4417_q +// ))))) + + .dataa(\text_gen|char_ram~5313_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~4417_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43984_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43984 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~43984 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y62_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43985 ( +// Equation(s): +// \text_gen|char_ram~43985_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43984_combout & ((\text_gen|char_ram~12481_q ))) # (!\text_gen|char_ram~43984_combout & (\text_gen|char_ram~11585_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43984_combout )))) + + .dataa(\text_gen|char_ram~11585_q ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~12481_q ), + .datad(\text_gen|char_ram~43984_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43985_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43985 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43985 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y51_N29 +dffeas \text_gen|char_ram~11137 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11137_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11137 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11137 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y58_N25 +dffeas \text_gen|char_ram~12033 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53306_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12033_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12033 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12033 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4865feeder ( +// Equation(s): +// \text_gen|char_ram~4865feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4865feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4865feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4865feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y55_N3 +dffeas \text_gen|char_ram~4865 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4865feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4865_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4865 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4865 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~3969feeder ( +// Equation(s): +// \text_gen|char_ram~3969feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3969feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3969feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3969feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y55_N13 +dffeas \text_gen|char_ram~3969 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3969feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55405_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3969_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3969 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3969 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y55_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43986 ( +// Equation(s): +// \text_gen|char_ram~43986_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~4865_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~3969_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~4865_q ), + .datab(\text_gen|char_ram~3969_q ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43986_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43986 .lut_mask = 16'hF0AC; +defparam \text_gen|char_ram~43986 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43987 ( +// Equation(s): +// \text_gen|char_ram~43987_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43986_combout & ((\text_gen|char_ram~12033_q ))) # (!\text_gen|char_ram~43986_combout & (\text_gen|char_ram~11137_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43986_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11137_q ), + .datac(\text_gen|char_ram~12033_q ), + .datad(\text_gen|char_ram~43986_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43987_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43987 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43987 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43988 ( +// Equation(s): +// \text_gen|char_ram~43988_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~4_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~43985_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~43987_combout ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43985_combout ), + .datad(\text_gen|char_ram~43987_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43988_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43988 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43988 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N10 +cycloneiv_lcell_comb \text_gen|char_ram~11641feeder ( +// Equation(s): +// \text_gen|char_ram~11641feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11641feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11641feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11641feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y16_N11 +dffeas \text_gen|char_ram~11641 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11641feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54008_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11641_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11641 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11641 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y33_N13 +dffeas \text_gen|char_ram~12537 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56478_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12537_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12537 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12537 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~5369feeder ( +// Equation(s): +// \text_gen|char_ram~5369feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5369feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5369feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5369feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y25_N23 +dffeas \text_gen|char_ram~5369 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5369feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56741_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5369_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5369 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5369 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y13_N17 +dffeas \text_gen|char_ram~4473 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4473_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4473 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4473 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y13_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43989 ( +// Equation(s): +// \text_gen|char_ram~43989_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~5369_q ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~4473_q & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~5369_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~4473_q ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43989_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43989 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43989 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43990 ( +// Equation(s): +// \text_gen|char_ram~43990_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43989_combout & ((\text_gen|char_ram~12537_q ))) # (!\text_gen|char_ram~43989_combout & (\text_gen|char_ram~11641_q )))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43989_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~11641_q ), + .datac(\text_gen|char_ram~12537_q ), + .datad(\text_gen|char_ram~43989_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43990_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43990 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43990 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y58_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43991 ( +// Equation(s): +// \text_gen|char_ram~43991_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43988_combout & ((\text_gen|char_ram~43990_combout ))) # (!\text_gen|char_ram~43988_combout & (\text_gen|char_ram~43983_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43988_combout )))) + + .dataa(\text_gen|char_ram~43983_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43988_combout ), + .datad(\text_gen|char_ram~43990_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43991_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43991 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~43991 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44002 ( +// Equation(s): +// \text_gen|char_ram~44002_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~43991_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~44001_combout ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44001_combout ), + .datad(\text_gen|char_ram~43991_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44002_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44002 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44002 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44013 ( +// Equation(s): +// \text_gen|char_ram~44013_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44002_combout & (\text_gen|char_ram~44012_combout )) # (!\text_gen|char_ram~44002_combout & ((\text_gen|char_ram~43981_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44002_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44012_combout ), + .datac(\text_gen|char_ram~43981_combout ), + .datad(\text_gen|char_ram~44002_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44013_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44013 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44013 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y51_N19 +dffeas \text_gen|char_ram~19159 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53254_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19159_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19159 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19159 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y51_N21 +dffeas \text_gen|char_ram~19215 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53286_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19215_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19215 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19215 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y59_N23 +dffeas \text_gen|char_ram~19152 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53270_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19152_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19152 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19152 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y63_N6 +cycloneiv_lcell_comb \text_gen|char_ram~19208feeder ( +// Equation(s): +// \text_gen|char_ram~19208feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19208feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19208feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19208feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y63_N7 +dffeas \text_gen|char_ram~19208 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19208feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53233_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19208_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19208 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19208 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43941 ( +// Equation(s): +// \text_gen|char_ram~43941_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~19208_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~19152_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~19152_q ), + .datad(\text_gen|char_ram~19208_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43941_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43941 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43941 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43942 ( +// Equation(s): +// \text_gen|char_ram~43942_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43941_combout & ((\text_gen|char_ram~19215_q ))) # (!\text_gen|char_ram~43941_combout & (\text_gen|char_ram~19159_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43941_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~19159_q ), + .datac(\text_gen|char_ram~19215_q ), + .datad(\text_gen|char_ram~43941_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43942_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43942 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43942 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y47_N28 +cycloneiv_lcell_comb \text_gen|char_ram~18263feeder ( +// Equation(s): +// \text_gen|char_ram~18263feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18263feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18263feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18263feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y47_N29 +dffeas \text_gen|char_ram~18263 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18263feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18263_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18263 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18263 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y47_N11 +dffeas \text_gen|char_ram~18319 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55345_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18319_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18319 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18319 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y49_N5 +dffeas \text_gen|char_ram~18256 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55341_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18256_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18256 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18256 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y49_N22 +cycloneiv_lcell_comb \text_gen|char_ram~18312feeder ( +// Equation(s): +// \text_gen|char_ram~18312feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18312feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18312feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18312feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X42_Y49_N23 +dffeas \text_gen|char_ram~18312 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18312feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55337_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18312_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18312 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18312 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43943 ( +// Equation(s): +// \text_gen|char_ram~43943_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~18312_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~18256_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18256_q ), + .datad(\text_gen|char_ram~18312_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43943_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43943 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43943 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43944 ( +// Equation(s): +// \text_gen|char_ram~43944_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43943_combout & ((\text_gen|char_ram~18319_q ))) # (!\text_gen|char_ram~43943_combout & (\text_gen|char_ram~18263_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43943_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~18263_q ), + .datac(\text_gen|char_ram~18319_q ), + .datad(\text_gen|char_ram~43943_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43944_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43944 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43944 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43945 ( +// Equation(s): +// \text_gen|char_ram~43945_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~43942_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~43944_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43942_combout ), + .datad(\text_gen|char_ram~43944_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43945_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43945 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43945 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y39_N3 +dffeas \text_gen|char_ram~19600 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56150_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19600_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19600 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19600 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y39_N27 +dffeas \text_gen|char_ram~19607 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56145_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19607_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19607 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19607 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43946 ( +// Equation(s): +// \text_gen|char_ram~43946_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~19607_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~19600_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19600_q ), + .datad(\text_gen|char_ram~19607_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43946_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43946 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43946 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y47_N27 +dffeas \text_gen|char_ram~19663 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19663_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19663 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19663 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~19656feeder ( +// Equation(s): +// \text_gen|char_ram~19656feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19656feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19656feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19656feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y47_N23 +dffeas \text_gen|char_ram~19656 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19656feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56142_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19656_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19656 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19656 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43947 ( +// Equation(s): +// \text_gen|char_ram~43947_combout = (\text_gen|char_ram~43946_combout & (((\text_gen|char_ram~19663_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~43946_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~19656_q )))) + + .dataa(\text_gen|char_ram~43946_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~19663_q ), + .datad(\text_gen|char_ram~19656_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43947_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43947 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43947 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y23_N27 +dffeas \text_gen|char_ram~18704 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53927_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18704_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18704 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18704 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y23_N1 +dffeas \text_gen|char_ram~18711 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53926_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18711_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18711 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18711 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43939 ( +// Equation(s): +// \text_gen|char_ram~43939_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~18711_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~18704_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~18704_q ), + .datad(\text_gen|char_ram~18711_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43939_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43939 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43939 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y23_N23 +dffeas \text_gen|char_ram~18767 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18767_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18767 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18767 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y23_N25 +dffeas \text_gen|char_ram~18760 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53925_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18760_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18760 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18760 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y23_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43940 ( +// Equation(s): +// \text_gen|char_ram~43940_combout = (\text_gen|char_ram~43939_combout & (((\text_gen|char_ram~18767_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~43939_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~18760_q )))) + + .dataa(\text_gen|char_ram~43939_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~18767_q ), + .datad(\text_gen|char_ram~18760_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43940_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43940 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43940 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43948 ( +// Equation(s): +// \text_gen|char_ram~43948_combout = (\text_gen|char_ram~43945_combout & (((\text_gen|char_ram~43947_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~43945_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43940_combout )))) + + .dataa(\text_gen|char_ram~43945_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43947_combout ), + .datad(\text_gen|char_ram~43940_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43948_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43948 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43948 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y35_N13 +dffeas \text_gen|char_ram~5320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y35_N15 +dffeas \text_gen|char_ram~5327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y33_N31 +dffeas \text_gen|char_ram~5264 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5264_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5264 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5264 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~5271feeder ( +// Equation(s): +// \text_gen|char_ram~5271feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5271feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5271feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5271feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y36_N27 +dffeas \text_gen|char_ram~5271 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5271feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5271_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5271 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5271 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y33_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43956 ( +// Equation(s): +// \text_gen|char_ram~43956_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~5271_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~5264_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~5264_q ), + .datad(\text_gen|char_ram~5271_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43956_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43956 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43956 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43957 ( +// Equation(s): +// \text_gen|char_ram~43957_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43956_combout & ((\text_gen|char_ram~5327_q ))) # (!\text_gen|char_ram~43956_combout & (\text_gen|char_ram~5320_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43956_combout )))) + + .dataa(\text_gen|char_ram~5320_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~5327_q ), + .datad(\text_gen|char_ram~43956_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43957_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43957 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43957 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y19_N27 +dffeas \text_gen|char_ram~4424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y19_N9 +dffeas \text_gen|char_ram~4431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y18_N3 +dffeas \text_gen|char_ram~4368 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4368_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4368 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4368 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~4375feeder ( +// Equation(s): +// \text_gen|char_ram~4375feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4375feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4375feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4375feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y18_N29 +dffeas \text_gen|char_ram~4375 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4375feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4375_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4375 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4375 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y18_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43949 ( +// Equation(s): +// \text_gen|char_ram~43949_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~4375_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~4368_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4368_q ), + .datad(\text_gen|char_ram~4375_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43949_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43949 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43949 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43950 ( +// Equation(s): +// \text_gen|char_ram~43950_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43949_combout & ((\text_gen|char_ram~4431_q ))) # (!\text_gen|char_ram~43949_combout & (\text_gen|char_ram~4424_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43949_combout )))) + + .dataa(\text_gen|char_ram~4424_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~4431_q ), + .datad(\text_gen|char_ram~43949_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43950_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43950 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43950 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y49_N25 +dffeas \text_gen|char_ram~3976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55353_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y47_N23 +dffeas \text_gen|char_ram~3983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55361_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3983 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~3927feeder ( +// Equation(s): +// \text_gen|char_ram~3927feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3927feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3927feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3927feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y46_N21 +dffeas \text_gen|char_ram~3927 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3927feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3927_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3927 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3927 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y50_N29 +dffeas \text_gen|char_ram~3920 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55357_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3920_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3920 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3920 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y50_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43953 ( +// Equation(s): +// \text_gen|char_ram~43953_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~3927_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~3920_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~3927_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~3920_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~43953_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43953 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43953 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43954 ( +// Equation(s): +// \text_gen|char_ram~43954_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43953_combout & ((\text_gen|char_ram~3983_q ))) # (!\text_gen|char_ram~43953_combout & (\text_gen|char_ram~3976_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43953_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~3976_q ), + .datac(\text_gen|char_ram~3983_q ), + .datad(\text_gen|char_ram~43953_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43954_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43954 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43954 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y63_N18 +cycloneiv_lcell_comb \text_gen|char_ram~4823feeder ( +// Equation(s): +// \text_gen|char_ram~4823feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4823feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4823feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4823feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y63_N19 +dffeas \text_gen|char_ram~4823 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4823feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53256_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4823_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4823 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4823 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y63_N29 +dffeas \text_gen|char_ram~4879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~4872feeder ( +// Equation(s): +// \text_gen|char_ram~4872feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4872feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4872feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4872feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y63_N17 +dffeas \text_gen|char_ram~4872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4872feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y63_N5 +dffeas \text_gen|char_ram~4816 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4816_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4816 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4816 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y63_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43951 ( +// Equation(s): +// \text_gen|char_ram~43951_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~4872_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~4816_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~4872_q ), + .datac(\text_gen|char_ram~4816_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~43951_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43951 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43951 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y63_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43952 ( +// Equation(s): +// \text_gen|char_ram~43952_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43951_combout & ((\text_gen|char_ram~4879_q ))) # (!\text_gen|char_ram~43951_combout & (\text_gen|char_ram~4823_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43951_combout )))) + + .dataa(\text_gen|char_ram~4823_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~4879_q ), + .datad(\text_gen|char_ram~43951_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43952_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43952 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43952 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43955 ( +// Equation(s): +// \text_gen|char_ram~43955_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~43952_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~43954_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43954_combout ), + .datad(\text_gen|char_ram~43952_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43955_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43955 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43955 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43958 ( +// Equation(s): +// \text_gen|char_ram~43958_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43955_combout & (\text_gen|char_ram~43957_combout )) # (!\text_gen|char_ram~43955_combout & ((\text_gen|char_ram~43950_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43955_combout )))) + + .dataa(\text_gen|char_ram~43957_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43950_combout ), + .datad(\text_gen|char_ram~43955_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43958_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43958 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43958 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43959 ( +// Equation(s): +// \text_gen|char_ram~43959_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~43948_combout )) # (!\text_gen|Add5~14_combout & +// ((\text_gen|char_ram~43958_combout ))))) + + .dataa(\text_gen|char_ram~43948_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~43958_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43959_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43959 .lut_mask = 16'hE3E0; +defparam \text_gen|char_ram~43959 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y36_N3 +dffeas \text_gen|char_ram~26824 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26824_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26824 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26824 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y35_N17 +dffeas \text_gen|char_ram~26831 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26831_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26831 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26831 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y35_N7 +dffeas \text_gen|char_ram~26768 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56939_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26768_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26768 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26768 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y27_N3 +dffeas \text_gen|char_ram~26775 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26775_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26775 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26775 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43967 ( +// Equation(s): +// \text_gen|char_ram~43967_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~26775_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~26768_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26768_q ), + .datad(\text_gen|char_ram~26775_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43967_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43967 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43967 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y35_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43968 ( +// Equation(s): +// \text_gen|char_ram~43968_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43967_combout & ((\text_gen|char_ram~26831_q ))) # (!\text_gen|char_ram~43967_combout & (\text_gen|char_ram~26824_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43967_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26824_q ), + .datac(\text_gen|char_ram~26831_q ), + .datad(\text_gen|char_ram~43967_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43968_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43968 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43968 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y62_N12 +cycloneiv_lcell_comb \text_gen|char_ram~26327feeder ( +// Equation(s): +// \text_gen|char_ram~26327feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26327feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26327feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26327feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y62_N13 +dffeas \text_gen|char_ram~26327 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26327feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26327_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26327 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26327 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y59_N5 +dffeas \text_gen|char_ram~26383 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26383_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26383 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26383 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y64_N19 +dffeas \text_gen|char_ram~26320 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26320_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26320 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26320 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y64_N29 +dffeas \text_gen|char_ram~26376 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26376_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26376 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26376 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y64_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43962 ( +// Equation(s): +// \text_gen|char_ram~43962_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~26376_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~26320_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~26320_q ), + .datad(\text_gen|char_ram~26376_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43962_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43962 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43962 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43963 ( +// Equation(s): +// \text_gen|char_ram~43963_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43962_combout & ((\text_gen|char_ram~26383_q ))) # (!\text_gen|char_ram~43962_combout & (\text_gen|char_ram~26327_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43962_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~26327_q ), + .datac(\text_gen|char_ram~26383_q ), + .datad(\text_gen|char_ram~43962_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43963_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43963 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43963 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y59_N10 +cycloneiv_lcell_comb \text_gen|char_ram~25487feeder ( +// Equation(s): +// \text_gen|char_ram~25487feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25487feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25487feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25487feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y59_N11 +dffeas \text_gen|char_ram~25487 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25487feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25487_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25487 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25487 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y46_N24 +cycloneiv_lcell_comb \text_gen|char_ram~25431feeder ( +// Equation(s): +// \text_gen|char_ram~25431feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25431feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25431feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25431feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y46_N25 +dffeas \text_gen|char_ram~25431 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25431feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25431_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25431 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25431 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y46_N5 +dffeas \text_gen|char_ram~25424 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55373_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25424_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25424 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25424 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y45_N3 +dffeas \text_gen|char_ram~25480 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55369_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25480_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25480 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25480 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y46_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43964 ( +// Equation(s): +// \text_gen|char_ram~43964_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~25480_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~25424_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~25424_q ), + .datad(\text_gen|char_ram~25480_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43964_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43964 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43964 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43965 ( +// Equation(s): +// \text_gen|char_ram~43965_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43964_combout & (\text_gen|char_ram~25487_q )) # (!\text_gen|char_ram~43964_combout & ((\text_gen|char_ram~25431_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43964_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~25487_q ), + .datac(\text_gen|char_ram~25431_q ), + .datad(\text_gen|char_ram~43964_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43965_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43965 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~43965 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y59_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43966 ( +// Equation(s): +// \text_gen|char_ram~43966_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~43963_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~43965_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~43963_combout ), + .datad(\text_gen|char_ram~43965_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43966_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43966 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43966 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N11 +dffeas \text_gen|char_ram~25928 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25928_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25928 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25928 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y19_N29 +dffeas \text_gen|char_ram~25935 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54137_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25935_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25935 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25935 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y18_N27 +dffeas \text_gen|char_ram~25872 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54121_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25872_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25872 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25872 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y19_N19 +dffeas \text_gen|char_ram~25879 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54105_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25879_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25879 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25879 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y18_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43960 ( +// Equation(s): +// \text_gen|char_ram~43960_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~25879_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~25872_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25872_q ), + .datad(\text_gen|char_ram~25879_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43960_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43960 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43960 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43961 ( +// Equation(s): +// \text_gen|char_ram~43961_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43960_combout & ((\text_gen|char_ram~25935_q ))) # (!\text_gen|char_ram~43960_combout & (\text_gen|char_ram~25928_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43960_combout )))) + + .dataa(\text_gen|char_ram~25928_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25935_q ), + .datad(\text_gen|char_ram~43960_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43961_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43961 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43961 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43969 ( +// Equation(s): +// \text_gen|char_ram~43969_combout = (\text_gen|char_ram~43966_combout & ((\text_gen|char_ram~43968_combout ) # ((!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~43966_combout & (((\text_gen|char_ram~43961_combout & \text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~43968_combout ), + .datab(\text_gen|char_ram~43966_combout ), + .datac(\text_gen|char_ram~43961_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43969_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43969 .lut_mask = 16'hB8CC; +defparam \text_gen|char_ram~43969 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y34_N31 +dffeas \text_gen|char_ram~12432 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56395_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12432_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12432 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12432 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y34_N9 +dffeas \text_gen|char_ram~12439 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56228_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12439_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12439 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12439 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y34_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43936 ( +// Equation(s): +// \text_gen|char_ram~43936_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~12439_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~12432_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12432_q ), + .datad(\text_gen|char_ram~12439_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43936_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43936 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43936 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y33_N7 +dffeas \text_gen|char_ram~12495 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12495_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12495 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12495 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y33_N9 +dffeas \text_gen|char_ram~12488 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56331_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12488_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12488 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12488 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y33_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43937 ( +// Equation(s): +// \text_gen|char_ram~43937_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43936_combout & (\text_gen|char_ram~12495_q )) # (!\text_gen|char_ram~43936_combout & ((\text_gen|char_ram~12488_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~43936_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43936_combout ), + .datac(\text_gen|char_ram~12495_q ), + .datad(\text_gen|char_ram~12488_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43937_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43937 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~43937 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y14_N31 +dffeas \text_gen|char_ram~11599 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11599_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11599 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11599 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y14_N25 +dffeas \text_gen|char_ram~11592 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53989_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11592_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11592 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11592 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y14_N17 +dffeas \text_gen|char_ram~11536 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11536_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11536 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11536 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y10_N27 +dffeas \text_gen|char_ram~11543 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53990_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11543_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11543 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11543 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y14_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43929 ( +// Equation(s): +// \text_gen|char_ram~43929_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~11543_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11536_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11536_q ), + .datad(\text_gen|char_ram~11543_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43929_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43929 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43929 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y14_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43930 ( +// Equation(s): +// \text_gen|char_ram~43930_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43929_combout & (\text_gen|char_ram~11599_q )) # (!\text_gen|char_ram~43929_combout & ((\text_gen|char_ram~11592_q ))))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43929_combout )))) + + .dataa(\text_gen|char_ram~11599_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~11592_q ), + .datad(\text_gen|char_ram~43929_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43930_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43930 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43930 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~11991feeder ( +// Equation(s): +// \text_gen|char_ram~11991feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11991feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11991feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11991feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y63_N15 +dffeas \text_gen|char_ram~11991 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11991feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11991_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11991 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11991 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y63_N31 +dffeas \text_gen|char_ram~12047 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53287_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12047_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12047 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12047 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y63_N17 +dffeas \text_gen|char_ram~12040 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12040_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12040 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12040 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y63_N26 +cycloneiv_lcell_comb \text_gen|char_ram~11984feeder ( +// Equation(s): +// \text_gen|char_ram~11984feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11984feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11984feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11984feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y63_N27 +dffeas \text_gen|char_ram~11984 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11984feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53271_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11984_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11984 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11984 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43931 ( +// Equation(s): +// \text_gen|char_ram~43931_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~12040_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~11984_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12040_q ), + .datad(\text_gen|char_ram~11984_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43931_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43931 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~43931 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43932 ( +// Equation(s): +// \text_gen|char_ram~43932_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43931_combout & ((\text_gen|char_ram~12047_q ))) # (!\text_gen|char_ram~43931_combout & (\text_gen|char_ram~11991_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43931_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11991_q ), + .datac(\text_gen|char_ram~12047_q ), + .datad(\text_gen|char_ram~43931_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43932_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43932 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43932 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X58_Y49_N25 +dffeas \text_gen|char_ram~11095 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11095_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11095 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11095 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y45_N11 +dffeas \text_gen|char_ram~11151 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55329_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11151_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11151 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11151 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y47_N23 +dffeas \text_gen|char_ram~11088 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55325_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11088_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11088 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11088 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y47_N7 +dffeas \text_gen|char_ram~11144 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55321_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11144_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11144 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11144 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y47_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43933 ( +// Equation(s): +// \text_gen|char_ram~43933_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~11144_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~11088_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~11088_q ), + .datad(\text_gen|char_ram~11144_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43933_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43933 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43933 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43934 ( +// Equation(s): +// \text_gen|char_ram~43934_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~43933_combout & ((\text_gen|char_ram~11151_q ))) # (!\text_gen|char_ram~43933_combout & (\text_gen|char_ram~11095_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~43933_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~11095_q ), + .datac(\text_gen|char_ram~11151_q ), + .datad(\text_gen|char_ram~43933_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43934_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43934 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43934 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43935 ( +// Equation(s): +// \text_gen|char_ram~43935_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~43932_combout ) # ((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (((!\text_gen|Add5~4_combout & \text_gen|char_ram~43934_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~43932_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~43934_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43935_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43935 .lut_mask = 16'hADA8; +defparam \text_gen|char_ram~43935 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y63_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43938 ( +// Equation(s): +// \text_gen|char_ram~43938_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43935_combout & (\text_gen|char_ram~43937_combout )) # (!\text_gen|char_ram~43935_combout & ((\text_gen|char_ram~43930_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43935_combout )))) + + .dataa(\text_gen|char_ram~43937_combout ), + .datab(\text_gen|char_ram~43930_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~43935_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43938_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43938 .lut_mask = 16'hAFC0; +defparam \text_gen|char_ram~43938 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y47_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43970 ( +// Equation(s): +// \text_gen|char_ram~43970_combout = (\text_gen|char_ram~43959_combout & (((\text_gen|char_ram~43969_combout )) # (!\text_gen|Add5~12_combout ))) # (!\text_gen|char_ram~43959_combout & (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43938_combout )))) + + .dataa(\text_gen|char_ram~43959_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~43969_combout ), + .datad(\text_gen|char_ram~43938_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43970_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43970 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43970 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y7_N30 +cycloneiv_lcell_comb \text_gen|char_ram~25893feeder ( +// Equation(s): +// \text_gen|char_ram~25893feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25893feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25893feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25893feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y7_N31 +dffeas \text_gen|char_ram~25893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25893feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25893 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y30_N5 +dffeas \text_gen|char_ram~26789 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56761_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26789_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26789 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26789 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y44_N31 +dffeas \text_gen|char_ram~25445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55305_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y55_N19 +dffeas \text_gen|char_ram~26341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53183_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26341 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43920 ( +// Equation(s): +// \text_gen|char_ram~43920_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~26341_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25445_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25445_q ), + .datad(\text_gen|char_ram~26341_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43920_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43920 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43920 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y30_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43921 ( +// Equation(s): +// \text_gen|char_ram~43921_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43920_combout & ((\text_gen|char_ram~26789_q ))) # (!\text_gen|char_ram~43920_combout & (\text_gen|char_ram~25893_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43920_combout )))) + + .dataa(\text_gen|char_ram~25893_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~26789_q ), + .datad(\text_gen|char_ram~43920_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43921_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43921 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43921 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y16_N4 +cycloneiv_lcell_comb \text_gen|char_ram~11557feeder ( +// Equation(s): +// \text_gen|char_ram~11557feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11557feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11557feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11557feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y16_N5 +dffeas \text_gen|char_ram~11557 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11557feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11557_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11557 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11557 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y32_N29 +dffeas \text_gen|char_ram~12453 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56235_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12453_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12453 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12453 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y48_N7 +dffeas \text_gen|char_ram~11109 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55269_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11109_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11109 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11109 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y55_N23 +dffeas \text_gen|char_ram~12005 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12005_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12005 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12005 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43922 ( +// Equation(s): +// \text_gen|char_ram~43922_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~12005_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~11109_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11109_q ), + .datad(\text_gen|char_ram~12005_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43922_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43922 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43922 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43923 ( +// Equation(s): +// \text_gen|char_ram~43923_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43922_combout & ((\text_gen|char_ram~12453_q ))) # (!\text_gen|char_ram~43922_combout & (\text_gen|char_ram~11557_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43922_combout )))) + + .dataa(\text_gen|char_ram~11557_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~12453_q ), + .datad(\text_gen|char_ram~43922_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43923_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43923 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43923 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43924 ( +// Equation(s): +// \text_gen|char_ram~43924_combout = (\text_gen|Add5~14_combout & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~43921_combout )))) # (!\text_gen|Add5~14_combout & (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~43923_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43921_combout ), + .datad(\text_gen|char_ram~43923_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43924_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43924 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43924 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y54_N26 +cycloneiv_lcell_comb \text_gen|char_ram~26397feeder ( +// Equation(s): +// \text_gen|char_ram~26397feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26397feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26397feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26397feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y54_N27 +dffeas \text_gen|char_ram~26397 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26397feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26397_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26397 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26397 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y30_N27 +dffeas \text_gen|char_ram~26845 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56958_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26845_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26845 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26845 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y46_N11 +dffeas \text_gen|char_ram~25501 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55313_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25501_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25501 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25501 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y8_N12 +cycloneiv_lcell_comb \text_gen|char_ram~25949feeder ( +// Equation(s): +// \text_gen|char_ram~25949feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~25949feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~25949feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~25949feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y8_N13 +dffeas \text_gen|char_ram~25949 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~25949feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25949_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25949 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25949 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y46_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43925 ( +// Equation(s): +// \text_gen|char_ram~43925_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~25949_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~25501_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~25501_q ), + .datad(\text_gen|char_ram~25949_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43925_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43925 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43925 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43926 ( +// Equation(s): +// \text_gen|char_ram~43926_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~43925_combout & ((\text_gen|char_ram~26845_q ))) # (!\text_gen|char_ram~43925_combout & (\text_gen|char_ram~26397_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~43925_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~26397_q ), + .datac(\text_gen|char_ram~26845_q ), + .datad(\text_gen|char_ram~43925_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43926_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43926 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43926 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y61_N12 +cycloneiv_lcell_comb \text_gen|char_ram~12061feeder ( +// Equation(s): +// \text_gen|char_ram~12061feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12061feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12061feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12061feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y61_N13 +dffeas \text_gen|char_ram~12061 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12061feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12061_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12061 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12061 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y30_N25 +dffeas \text_gen|char_ram~12509 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56471_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12509_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12509 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12509 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y18_N27 +dffeas \text_gen|char_ram~11613 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11613_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11613 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11613 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y50_N19 +dffeas \text_gen|char_ram~11165 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55281_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11165_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11165 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11165 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y50_N18 +cycloneiv_lcell_comb \text_gen|char_ram~43918 ( +// Equation(s): +// \text_gen|char_ram~43918_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~11613_q ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~11165_q & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~11613_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~11165_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43918_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43918 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43918 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43919 ( +// Equation(s): +// \text_gen|char_ram~43919_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~43918_combout & ((\text_gen|char_ram~12509_q ))) # (!\text_gen|char_ram~43918_combout & (\text_gen|char_ram~12061_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~43918_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~12061_q ), + .datac(\text_gen|char_ram~12509_q ), + .datad(\text_gen|char_ram~43918_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43919_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43919 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43919 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~43927 ( +// Equation(s): +// \text_gen|char_ram~43927_combout = (\text_gen|char_ram~43924_combout & (((\text_gen|char_ram~43926_combout )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~43924_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43919_combout )))) + + .dataa(\text_gen|char_ram~43924_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~43926_combout ), + .datad(\text_gen|char_ram~43919_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43927_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43927 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43927 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y18_N9 +dffeas \text_gen|char_ram~25886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y17_N29 +dffeas \text_gen|char_ram~11550 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11550_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11550 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11550 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y17_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43887 ( +// Equation(s): +// \text_gen|char_ram~43887_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~25886_q ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~14_combout & (((\text_gen|char_ram~11550_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~25886_q ), + .datac(\text_gen|char_ram~11550_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~43887_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43887 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43887 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y18_N1 +dffeas \text_gen|char_ram~25942 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25942_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25942 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25942 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y18_N29 +dffeas \text_gen|char_ram~11606 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11606_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11606 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11606 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y18_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43888 ( +// Equation(s): +// \text_gen|char_ram~43888_combout = (\text_gen|char_ram~43887_combout & ((\text_gen|char_ram~25942_q ) # ((!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~43887_combout & (((\text_gen|char_ram~11606_q & \vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~43887_combout ), + .datab(\text_gen|char_ram~25942_q ), + .datac(\text_gen|char_ram~11606_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~43888_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43888 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~43888 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y33_N3 +dffeas \text_gen|char_ram~12502 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56315_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12502_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12502 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12502 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y33_N17 +dffeas \text_gen|char_ram~12446 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56363_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12446_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12446 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12446 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y33_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43894 ( +// Equation(s): +// \text_gen|char_ram~43894_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~12502_q ) # ((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~12446_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~12502_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~12446_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43894_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43894 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43894 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y29_N23 +dffeas \text_gen|char_ram~26782 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26782_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26782 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26782 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~26838feeder ( +// Equation(s): +// \text_gen|char_ram~26838feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~26838feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~26838feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~26838feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y33_N9 +dffeas \text_gen|char_ram~26838 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~26838feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56870_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26838_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26838 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26838 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y33_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43895 ( +// Equation(s): +// \text_gen|char_ram~43895_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43894_combout & ((\text_gen|char_ram~26838_q ))) # (!\text_gen|char_ram~43894_combout & (\text_gen|char_ram~26782_q )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~43894_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~43894_combout ), + .datac(\text_gen|char_ram~26782_q ), + .datad(\text_gen|char_ram~26838_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43895_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43895 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~43895 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N30 +cycloneiv_lcell_comb \text_gen|char_ram~12054feeder ( +// Equation(s): +// \text_gen|char_ram~12054feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~12054feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~12054feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~12054feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y59_N31 +dffeas \text_gen|char_ram~12054 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~12054feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~12054_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~12054 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~12054 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y50_N15 +dffeas \text_gen|char_ram~26390 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53162_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26390_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26390 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26390 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y59_N5 +dffeas \text_gen|char_ram~26334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53199_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~26334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~26334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~26334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y59_N9 +dffeas \text_gen|char_ram~11998 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11998_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11998 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11998 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y59_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43889 ( +// Equation(s): +// \text_gen|char_ram~43889_combout = (\vga_c|h_cnt [7] & (((\text_gen|Add5~14_combout )))) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~14_combout & (\text_gen|char_ram~26334_q )) # (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~11998_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~26334_q ), + .datac(\text_gen|char_ram~11998_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43889_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43889 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43889 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N14 +cycloneiv_lcell_comb \text_gen|char_ram~43890 ( +// Equation(s): +// \text_gen|char_ram~43890_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43889_combout & ((\text_gen|char_ram~26390_q ))) # (!\text_gen|char_ram~43889_combout & (\text_gen|char_ram~12054_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43889_combout )))) + + .dataa(\text_gen|char_ram~12054_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~26390_q ), + .datad(\text_gen|char_ram~43889_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43890_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43890 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43890 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y50_N21 +dffeas \text_gen|char_ram~11158 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55273_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11158_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11158 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11158 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y50_N3 +dffeas \text_gen|char_ram~25494 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25494_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25494 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25494 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y49_N0 +cycloneiv_lcell_comb \text_gen|char_ram~11102feeder ( +// Equation(s): +// \text_gen|char_ram~11102feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~11102feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~11102feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~11102feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y49_N1 +dffeas \text_gen|char_ram~11102 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~11102feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~11102_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~11102 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~11102 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y46_N23 +dffeas \text_gen|char_ram~25438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55309_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~43891 ( +// Equation(s): +// \text_gen|char_ram~43891_combout = (\text_gen|Add5~14_combout & (((\vga_c|h_cnt [7]) # (\text_gen|char_ram~25438_q )))) # (!\text_gen|Add5~14_combout & (\text_gen|char_ram~11102_q & (!\vga_c|h_cnt [7]))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~11102_q ), + .datac(\vga_c|h_cnt [7]), + .datad(\text_gen|char_ram~25438_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43891_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43891 .lut_mask = 16'hAEA4; +defparam \text_gen|char_ram~43891 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43892 ( +// Equation(s): +// \text_gen|char_ram~43892_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43891_combout & ((\text_gen|char_ram~25494_q ))) # (!\text_gen|char_ram~43891_combout & (\text_gen|char_ram~11158_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43891_combout )))) + + .dataa(\text_gen|char_ram~11158_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~25494_q ), + .datad(\text_gen|char_ram~43891_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43892_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43892 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43892 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y50_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43893 ( +// Equation(s): +// \text_gen|char_ram~43893_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~43890_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~43892_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43890_combout ), + .datad(\text_gen|char_ram~43892_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43893_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43893 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43893 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43896 ( +// Equation(s): +// \text_gen|char_ram~43896_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~43893_combout & ((\text_gen|char_ram~43895_combout ))) # (!\text_gen|char_ram~43893_combout & (\text_gen|char_ram~43888_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~43893_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~43888_combout ), + .datac(\text_gen|char_ram~43895_combout ), + .datad(\text_gen|char_ram~43893_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43896_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43896 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43896 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y18_N6 +cycloneiv_lcell_comb \text_gen|char_ram~4445feeder ( +// Equation(s): +// \text_gen|char_ram~4445feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4445feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4445feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4445feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y18_N7 +dffeas \text_gen|char_ram~4445 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4445feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4445_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4445 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4445 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y42_N29 +dffeas \text_gen|char_ram~3997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55297_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3997 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y42_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43897 ( +// Equation(s): +// \text_gen|char_ram~43897_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~4445_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~3997_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~4445_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3997_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43897_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43897 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43897 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y42_N27 +dffeas \text_gen|char_ram~18781 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53896_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18781_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18781 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18781 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y42_N18 +cycloneiv_lcell_comb \text_gen|char_ram~18333feeder ( +// Equation(s): +// \text_gen|char_ram~18333feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18333feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18333feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18333feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y42_N19 +dffeas \text_gen|char_ram~18333 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18333feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55265_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18333_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18333 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18333 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y42_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43898 ( +// Equation(s): +// \text_gen|char_ram~43898_combout = (\text_gen|char_ram~43897_combout & (((\text_gen|char_ram~18781_q )) # (!\text_gen|Add5~14_combout ))) # (!\text_gen|char_ram~43897_combout & (\text_gen|Add5~14_combout & ((\text_gen|char_ram~18333_q )))) + + .dataa(\text_gen|char_ram~43897_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~18781_q ), + .datad(\text_gen|char_ram~18333_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43898_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43898 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~43898 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~18277feeder ( +// Equation(s): +// \text_gen|char_ram~18277feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18277feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18277feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18277feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y47_N15 +dffeas \text_gen|char_ram~18277 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18277feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55253_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18277_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18277 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18277 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y28_N9 +dffeas \text_gen|char_ram~18725 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53888_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18725_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18725 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18725 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X56_Y47_N9 +dffeas \text_gen|char_ram~3941 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3941_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3941 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3941 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y7_N2 +cycloneiv_lcell_comb \text_gen|char_ram~4389feeder ( +// Equation(s): +// \text_gen|char_ram~4389feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4389feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4389feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4389feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y7_N3 +dffeas \text_gen|char_ram~4389 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4389feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4389_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4389 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4389 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y47_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43901 ( +// Equation(s): +// \text_gen|char_ram~43901_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~4389_q ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~3941_q )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~3941_q ), + .datad(\text_gen|char_ram~4389_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43901_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43901 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43901 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N8 +cycloneiv_lcell_comb \text_gen|char_ram~43902 ( +// Equation(s): +// \text_gen|char_ram~43902_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43901_combout & ((\text_gen|char_ram~18725_q ))) # (!\text_gen|char_ram~43901_combout & (\text_gen|char_ram~18277_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43901_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18277_q ), + .datac(\text_gen|char_ram~18725_q ), + .datad(\text_gen|char_ram~43901_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43902_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43902 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43902 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y47_N25 +dffeas \text_gen|char_ram~19173 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19173_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19173 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19173 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y28_N7 +dffeas \text_gen|char_ram~19621 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56081_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19621_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19621 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19621 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y55_N5 +dffeas \text_gen|char_ram~4837 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53182_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4837_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4837 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4837 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y25_N25 +dffeas \text_gen|char_ram~5285 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5285_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5285 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5285 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y55_N4 +cycloneiv_lcell_comb \text_gen|char_ram~43899 ( +// Equation(s): +// \text_gen|char_ram~43899_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~5285_q )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~4837_q ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~4837_q ), + .datad(\text_gen|char_ram~5285_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43899_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43899 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43899 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43900 ( +// Equation(s): +// \text_gen|char_ram~43900_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43899_combout & ((\text_gen|char_ram~19621_q ))) # (!\text_gen|char_ram~43899_combout & (\text_gen|char_ram~19173_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43899_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~19173_q ), + .datac(\text_gen|char_ram~19621_q ), + .datad(\text_gen|char_ram~43899_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43900_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43900 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43900 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43903 ( +// Equation(s): +// \text_gen|char_ram~43903_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~43900_combout ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~43902_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~43902_combout ), + .datad(\text_gen|char_ram~43900_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43903_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43903 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43903 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y44_N11 +dffeas \text_gen|char_ram~19229 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19229_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19229 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19229 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y44_N29 +dffeas \text_gen|char_ram~19677 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56089_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19677_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19677 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19677 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y48_N13 +dffeas \text_gen|char_ram~5341 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5341_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5341 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5341 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y48_N7 +dffeas \text_gen|char_ram~4893 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4893_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4893 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4893 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y48_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43904 ( +// Equation(s): +// \text_gen|char_ram~43904_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~5341_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~4893_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~5341_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~4893_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43904_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43904 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43904 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y44_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43905 ( +// Equation(s): +// \text_gen|char_ram~43905_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43904_combout & ((\text_gen|char_ram~19677_q ))) # (!\text_gen|char_ram~43904_combout & (\text_gen|char_ram~19229_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43904_combout )))) + + .dataa(\text_gen|char_ram~19229_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~19677_q ), + .datad(\text_gen|char_ram~43904_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43905_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43905 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43905 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y28_N16 +cycloneiv_lcell_comb \text_gen|char_ram~43906 ( +// Equation(s): +// \text_gen|char_ram~43906_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43903_combout & ((\text_gen|char_ram~43905_combout ))) # (!\text_gen|char_ram~43903_combout & (\text_gen|char_ram~43898_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43903_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43898_combout ), + .datac(\text_gen|char_ram~43903_combout ), + .datad(\text_gen|char_ram~43905_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43906_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43906 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~43906 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y51_N14 +cycloneiv_lcell_comb \text_gen|char_ram~19222feeder ( +// Equation(s): +// \text_gen|char_ram~19222feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~19222feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~19222feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~19222feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y51_N15 +dffeas \text_gen|char_ram~19222 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~19222feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53159_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19222_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19222 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19222 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y51_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18326feeder ( +// Equation(s): +// \text_gen|char_ram~18326feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18326feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18326feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18326feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y51_N21 +dffeas \text_gen|char_ram~18326 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18326feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55257_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18326_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18326 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18326 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y59_N24 +cycloneiv_lcell_comb \text_gen|char_ram~4886feeder ( +// Equation(s): +// \text_gen|char_ram~4886feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~4886feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~4886feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~4886feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y59_N25 +dffeas \text_gen|char_ram~4886 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~4886feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53161_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4886_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4886 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4886 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y51_N23 +dffeas \text_gen|char_ram~3990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55289_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3990 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43907 ( +// Equation(s): +// \text_gen|char_ram~43907_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~4886_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~3990_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~4886_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3990_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43907_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43907 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~43907 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N30 +cycloneiv_lcell_comb \text_gen|char_ram~43908 ( +// Equation(s): +// \text_gen|char_ram~43908_combout = (\text_gen|char_ram~43907_combout & ((\text_gen|char_ram~19222_q ) # ((!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43907_combout & (((\text_gen|char_ram~18326_q & \text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~19222_q ), + .datab(\text_gen|char_ram~18326_q ), + .datac(\text_gen|char_ram~43907_combout ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43908_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43908 .lut_mask = 16'hACF0; +defparam \text_gen|char_ram~43908 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y26_N11 +dffeas \text_gen|char_ram~18774 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53894_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18774_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18774 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18774 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y26_N11 +dffeas \text_gen|char_ram~19670 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56078_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19670_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19670 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19670 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y25_N0 +cycloneiv_lcell_comb \text_gen|char_ram~5334feeder ( +// Equation(s): +// \text_gen|char_ram~5334feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5334feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5334feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5334feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y25_N1 +dffeas \text_gen|char_ram~5334 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5334feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5334_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5334 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5334 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y26_N29 +dffeas \text_gen|char_ram~4438 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4438_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4438 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4438 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y26_N28 +cycloneiv_lcell_comb \text_gen|char_ram~43914 ( +// Equation(s): +// \text_gen|char_ram~43914_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~5334_q ) # ((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~6_combout & (((\text_gen|char_ram~4438_q & !\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~5334_q ), + .datac(\text_gen|char_ram~4438_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43914_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43914 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~43914 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y26_N10 +cycloneiv_lcell_comb \text_gen|char_ram~43915 ( +// Equation(s): +// \text_gen|char_ram~43915_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43914_combout & ((\text_gen|char_ram~19670_q ))) # (!\text_gen|char_ram~43914_combout & (\text_gen|char_ram~18774_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43914_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~18774_q ), + .datac(\text_gen|char_ram~19670_q ), + .datad(\text_gen|char_ram~43914_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43915_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43915 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43915 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y49_N20 +cycloneiv_lcell_comb \text_gen|char_ram~18270feeder ( +// Equation(s): +// \text_gen|char_ram~18270feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18270feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18270feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18270feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y49_N21 +dffeas \text_gen|char_ram~18270 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18270feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55261_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18270_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18270 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18270 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y51_N23 +dffeas \text_gen|char_ram~3934 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55293_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3934_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3934 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3934 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y59_N3 +dffeas \text_gen|char_ram~4830 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53198_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4830_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4830 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4830 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y51_N22 +cycloneiv_lcell_comb \text_gen|char_ram~43911 ( +// Equation(s): +// \text_gen|char_ram~43911_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~4830_q )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~14_combout & (\text_gen|char_ram~3934_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~3934_q ), + .datad(\text_gen|char_ram~4830_q ), + .cin(gnd), + .combout(\text_gen|char_ram~43911_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43911 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~43911 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y51_N27 +dffeas \text_gen|char_ram~19166 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53196_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19166_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19166 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19166 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N26 +cycloneiv_lcell_comb \text_gen|char_ram~43912 ( +// Equation(s): +// \text_gen|char_ram~43912_combout = (\text_gen|char_ram~43911_combout & (((\text_gen|char_ram~19166_q ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~43911_combout & (\text_gen|char_ram~18270_q & ((\text_gen|Add5~14_combout )))) + + .dataa(\text_gen|char_ram~18270_q ), + .datab(\text_gen|char_ram~43911_combout ), + .datac(\text_gen|char_ram~19166_q ), + .datad(\text_gen|Add5~14_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43912_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43912 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~43912 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y22_N0 +cycloneiv_lcell_comb \text_gen|char_ram~18718feeder ( +// Equation(s): +// \text_gen|char_ram~18718feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~18718feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~18718feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~18718feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y22_N1 +dffeas \text_gen|char_ram~18718 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~18718feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53886_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~18718_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~18718 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~18718 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y51_N13 +dffeas \text_gen|char_ram~19614 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56086_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~19614_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~19614 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~19614 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y25_N2 +cycloneiv_lcell_comb \text_gen|char_ram~5278feeder ( +// Equation(s): +// \text_gen|char_ram~5278feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~5278feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~5278feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~5278feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y25_N3 +dffeas \text_gen|char_ram~5278 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~5278feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~5278_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~5278 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~5278 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y21_N3 +dffeas \text_gen|char_ram~4382 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~4382_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~4382 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~4382 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y21_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43909 ( +// Equation(s): +// \text_gen|char_ram~43909_combout = (\text_gen|Add5~14_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~5278_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~4382_q +// ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~5278_q ), + .datac(\text_gen|char_ram~4382_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43909_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43909 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~43909 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43910 ( +// Equation(s): +// \text_gen|char_ram~43910_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~43909_combout & ((\text_gen|char_ram~19614_q ))) # (!\text_gen|char_ram~43909_combout & (\text_gen|char_ram~18718_q )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~43909_combout )))) + + .dataa(\text_gen|char_ram~18718_q ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~19614_q ), + .datad(\text_gen|char_ram~43909_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43910_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43910 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~43910 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y51_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43913 ( +// Equation(s): +// \text_gen|char_ram~43913_combout = (\vga_c|h_cnt [7] & (\text_gen|Add5~4_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~43910_combout ))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~43912_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~43912_combout ), + .datad(\text_gen|char_ram~43910_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43913_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43913 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~43913 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N6 +cycloneiv_lcell_comb \text_gen|char_ram~43916 ( +// Equation(s): +// \text_gen|char_ram~43916_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~43913_combout & ((\text_gen|char_ram~43915_combout ))) # (!\text_gen|char_ram~43913_combout & (\text_gen|char_ram~43908_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~43913_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~43908_combout ), + .datac(\text_gen|char_ram~43915_combout ), + .datad(\text_gen|char_ram~43913_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43916_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43916 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~43916 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N24 +cycloneiv_lcell_comb \text_gen|char_ram~43917 ( +// Equation(s): +// \text_gen|char_ram~43917_combout = (\vga_c|h_cnt [4] & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~43906_combout )))) # (!\vga_c|h_cnt [4] & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~43916_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~43906_combout ), + .datad(\text_gen|char_ram~43916_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43917_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43917 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~43917 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N2 +cycloneiv_lcell_comb \text_gen|char_ram~43928 ( +// Equation(s): +// \text_gen|char_ram~43928_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~43917_combout & (\text_gen|char_ram~43927_combout )) # (!\text_gen|char_ram~43917_combout & ((\text_gen|char_ram~43896_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~43917_combout )))) + + .dataa(\text_gen|char_ram~43927_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~43896_combout ), + .datad(\text_gen|char_ram~43917_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43928_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43928 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~43928 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N12 +cycloneiv_lcell_comb \text_gen|char_ram~43971 ( +// Equation(s): +// \text_gen|char_ram~43971_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~43928_combout ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~43970_combout )))) + + .dataa(\text_gen|char_ram~43970_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\vga_c|h_cnt [5]), + .datad(\text_gen|char_ram~43928_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~43971_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~43971 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~43971 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y47_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44014 ( +// Equation(s): +// \text_gen|char_ram~44014_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~43971_combout & ((\text_gen|char_ram~44013_combout ))) # (!\text_gen|char_ram~43971_combout & (\text_gen|char_ram~43886_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~43971_combout )))) + + .dataa(\text_gen|char_ram~43886_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44013_combout ), + .datad(\text_gen|char_ram~43971_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44014_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44014 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44014 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y33_N7 +dffeas \text_gen|char_ram~21875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21875 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N21 +dffeas \text_gen|char_ram~21931 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55510_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21931_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21931 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21931 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y37_N27 +dffeas \text_gen|char_ram~21924 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55502_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21924_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21924 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21924 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y35_N19 +dffeas \text_gen|char_ram~21868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21868 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44220 ( +// Equation(s): +// \text_gen|char_ram~44220_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~21924_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~21868_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~21924_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~21868_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44220 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44221 ( +// Equation(s): +// \text_gen|char_ram~44221_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44220_combout & ((\text_gen|char_ram~21931_q ))) # (!\text_gen|char_ram~44220_combout & (\text_gen|char_ram~21875_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44220_combout )))) + + .dataa(\text_gen|char_ram~21875_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21931_q ), + .datad(\text_gen|char_ram~44220_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44221 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y19_N23 +dffeas \text_gen|char_ram~22323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y19_N31 +dffeas \text_gen|char_ram~22379 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22379_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22379 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22379 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y19_N9 +dffeas \text_gen|char_ram~22316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54452_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22316 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y19_N5 +dffeas \text_gen|char_ram~22372 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22372_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22372 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22372 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44218 ( +// Equation(s): +// \text_gen|char_ram~44218_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22372_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22316_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22316_q ), + .datad(\text_gen|char_ram~22372_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44218 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44219 ( +// Equation(s): +// \text_gen|char_ram~44219_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44218_combout & ((\text_gen|char_ram~22379_q ))) # (!\text_gen|char_ram~44218_combout & (\text_gen|char_ram~22323_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44218_combout )))) + + .dataa(\text_gen|char_ram~22323_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22379_q ), + .datad(\text_gen|char_ram~44218_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44219 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y43_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44222 ( +// Equation(s): +// \text_gen|char_ram~44222_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~44219_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44221_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44221_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~44219_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44222 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~44222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N20 +cycloneiv_lcell_comb \text_gen|char_ram~23268feeder ( +// Equation(s): +// \text_gen|char_ram~23268feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23268feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23268feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23268feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y28_N21 +dffeas \text_gen|char_ram~23268 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23268feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56867_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23268_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23268 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23268 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N9 +dffeas \text_gen|char_ram~23275 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56976_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23275_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23275 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23275 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y31_N3 +dffeas \text_gen|char_ram~23212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23212 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y27_N9 +dffeas \text_gen|char_ram~23219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56803_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44223 ( +// Equation(s): +// \text_gen|char_ram~44223_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~23219_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23212_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23212_q ), + .datad(\text_gen|char_ram~23219_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44223 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44224 ( +// Equation(s): +// \text_gen|char_ram~44224_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44223_combout & ((\text_gen|char_ram~23275_q ))) # (!\text_gen|char_ram~44223_combout & (\text_gen|char_ram~23268_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44223_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23268_q ), + .datac(\text_gen|char_ram~23275_q ), + .datad(\text_gen|char_ram~44223_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44224 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y56_N5 +dffeas \text_gen|char_ram~22764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53553_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y56_N23 +dffeas \text_gen|char_ram~22771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53378_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44216 ( +// Equation(s): +// \text_gen|char_ram~44216_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22771_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22764_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22764_q ), + .datad(\text_gen|char_ram~22771_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44216 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y58_N21 +dffeas \text_gen|char_ram~22827 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22827_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22827 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22827 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y58_N19 +dffeas \text_gen|char_ram~22820 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53489_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22820_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22820 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22820 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y58_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44217 ( +// Equation(s): +// \text_gen|char_ram~44217_combout = (\text_gen|char_ram~44216_combout & (((\text_gen|char_ram~22827_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~44216_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~22820_q )))) + + .dataa(\text_gen|char_ram~44216_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22827_q ), + .datad(\text_gen|char_ram~22820_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44217 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44225 ( +// Equation(s): +// \text_gen|char_ram~44225_combout = (\text_gen|char_ram~44222_combout & (((\text_gen|char_ram~44224_combout )) # (!\text_gen|Add5~6_combout ))) # (!\text_gen|char_ram~44222_combout & (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44217_combout )))) + + .dataa(\text_gen|char_ram~44222_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44224_combout ), + .datad(\text_gen|char_ram~44217_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44225 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y46_N27 +dffeas \text_gen|char_ram~14700 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55453_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14700_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14700 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14700 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y46_N13 +dffeas \text_gen|char_ram~14756 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14756_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14756 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14756 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44189 ( +// Equation(s): +// \text_gen|char_ram~44189_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~14756_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14700_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14700_q ), + .datad(\text_gen|char_ram~14756_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44189 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y53_N7 +dffeas \text_gen|char_ram~14707 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55445_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14707_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14707 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14707 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y46_N3 +dffeas \text_gen|char_ram~14763 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14763_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14763 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14763 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y46_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44190 ( +// Equation(s): +// \text_gen|char_ram~44190_combout = (\text_gen|char_ram~44189_combout & (((\text_gen|char_ram~14763_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~44189_combout & (\text_gen|char_ram~14707_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~44189_combout ), + .datab(\text_gen|char_ram~14707_q ), + .datac(\text_gen|char_ram~14763_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44190 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~15155feeder ( +// Equation(s): +// \text_gen|char_ram~15155feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15155feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15155feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15155feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y21_N13 +dffeas \text_gen|char_ram~15155 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15155feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54449_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15155_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15155 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15155 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X58_Y19_N25 +dffeas \text_gen|char_ram~15211 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15211_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15211 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15211 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y28_N31 +dffeas \text_gen|char_ram~15148 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54446_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15148_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15148 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15148 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y28_N13 +dffeas \text_gen|char_ram~15204 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54420_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15204_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15204 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15204 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44187 ( +// Equation(s): +// \text_gen|char_ram~44187_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15204_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15148_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15148_q ), + .datad(\text_gen|char_ram~15204_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44187 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X58_Y19_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44188 ( +// Equation(s): +// \text_gen|char_ram~44188_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44187_combout & ((\text_gen|char_ram~15211_q ))) # (!\text_gen|char_ram~44187_combout & (\text_gen|char_ram~15155_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44187_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15155_q ), + .datac(\text_gen|char_ram~15211_q ), + .datad(\text_gen|char_ram~44187_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44188 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44191 ( +// Equation(s): +// \text_gen|char_ram~44191_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~44188_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44190_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44190_combout ), + .datad(\text_gen|char_ram~44188_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44191 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y7_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16051feeder ( +// Equation(s): +// \text_gen|char_ram~16051feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16051feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16051feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16051feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y7_N25 +dffeas \text_gen|char_ram~16051 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16051feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56019_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16051_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16051 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16051 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y23_N3 +dffeas \text_gen|char_ram~16107 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56027_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16107_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16107 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16107 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y31_N21 +dffeas \text_gen|char_ram~16100 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56015_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16100_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16100 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16100 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y29_N23 +dffeas \text_gen|char_ram~16044 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16044_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16044 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16044 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y29_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44192 ( +// Equation(s): +// \text_gen|char_ram~44192_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~16100_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~16044_q ))))) + + .dataa(\text_gen|char_ram~16100_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16044_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44192 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y23_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44193 ( +// Equation(s): +// \text_gen|char_ram~44193_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44192_combout & ((\text_gen|char_ram~16107_q ))) # (!\text_gen|char_ram~44192_combout & (\text_gen|char_ram~16051_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44192_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~16051_q ), + .datac(\text_gen|char_ram~16107_q ), + .datad(\text_gen|char_ram~44192_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44193 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y54_N15 +dffeas \text_gen|char_ram~15596 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53521_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15596_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15596 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15596 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~15652feeder ( +// Equation(s): +// \text_gen|char_ram~15652feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15652feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15652feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15652feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y53_N1 +dffeas \text_gen|char_ram~15652 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15652feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53455_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15652_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15652 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15652 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44185 ( +// Equation(s): +// \text_gen|char_ram~44185_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~15652_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15596_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15596_q ), + .datad(\text_gen|char_ram~15652_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44185 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y56_N25 +dffeas \text_gen|char_ram~15659 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15659_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15659 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15659 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y56_N23 +dffeas \text_gen|char_ram~15603 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53375_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15603_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15603 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15603 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y56_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44186 ( +// Equation(s): +// \text_gen|char_ram~44186_combout = (\text_gen|char_ram~44185_combout & ((\text_gen|char_ram~15659_q ) # ((!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~44185_combout & (((\text_gen|char_ram~15603_q & \vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~44185_combout ), + .datab(\text_gen|char_ram~15659_q ), + .datac(\text_gen|char_ram~15603_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44186 .lut_mask = 16'hD8AA; +defparam \text_gen|char_ram~44186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44194 ( +// Equation(s): +// \text_gen|char_ram~44194_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44191_combout & (\text_gen|char_ram~44193_combout )) # (!\text_gen|char_ram~44191_combout & ((\text_gen|char_ram~44186_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~44191_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44191_combout ), + .datac(\text_gen|char_ram~44193_combout ), + .datad(\text_gen|char_ram~44186_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44194 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y34_N13 +dffeas \text_gen|char_ram~1715 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56498_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1715_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1715 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1715 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y30_N3 +dffeas \text_gen|char_ram~1771 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1771_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1771 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1771 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y32_N0 +cycloneiv_lcell_comb \text_gen|char_ram~1764feeder ( +// Equation(s): +// \text_gen|char_ram~1764feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1764feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1764feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1764feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y32_N1 +dffeas \text_gen|char_ram~1764 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1764feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1764_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1764 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1764 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y37_N5 +dffeas \text_gen|char_ram~1708 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1708_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1708 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1708 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44212 ( +// Equation(s): +// \text_gen|char_ram~44212_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~1764_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~1708_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1764_q ), + .datac(\text_gen|char_ram~1708_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44212 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y30_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44213 ( +// Equation(s): +// \text_gen|char_ram~44213_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44212_combout & ((\text_gen|char_ram~1771_q ))) # (!\text_gen|char_ram~44212_combout & (\text_gen|char_ram~1715_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44212_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1715_q ), + .datac(\text_gen|char_ram~1771_q ), + .datad(\text_gen|char_ram~44212_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44213 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y56_N1 +dffeas \text_gen|char_ram~1267 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53377_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1267_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1267 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1267 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y57_N19 +dffeas \text_gen|char_ram~1323 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53601_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1323_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1323 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1323 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y55_N27 +dffeas \text_gen|char_ram~1260 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53537_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1260_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1260 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1260 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y54_N15 +dffeas \text_gen|char_ram~1316 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1316_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1316 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1316 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44205 ( +// Equation(s): +// \text_gen|char_ram~44205_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~1316_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1260_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1260_q ), + .datad(\text_gen|char_ram~1316_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44205 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44206 ( +// Equation(s): +// \text_gen|char_ram~44206_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44205_combout & ((\text_gen|char_ram~1323_q ))) # (!\text_gen|char_ram~44205_combout & (\text_gen|char_ram~1267_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44205_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~1267_q ), + .datac(\text_gen|char_ram~1323_q ), + .datad(\text_gen|char_ram~44205_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44206 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y42_N7 +dffeas \text_gen|char_ram~371 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~371_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~371 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~371 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y42_N5 +dffeas \text_gen|char_ram~427 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~427_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~427 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~427 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y37_N3 +dffeas \text_gen|char_ram~364 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~364_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~364 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~364 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y41_N7 +dffeas \text_gen|char_ram~420 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~420_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~420 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~420 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y37_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44209 ( +// Equation(s): +// \text_gen|char_ram~44209_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~420_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~364_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~364_q ), + .datad(\text_gen|char_ram~420_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44209 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44210 ( +// Equation(s): +// \text_gen|char_ram~44210_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44209_combout & ((\text_gen|char_ram~427_q ))) # (!\text_gen|char_ram~44209_combout & (\text_gen|char_ram~371_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~44209_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~371_q ), + .datac(\text_gen|char_ram~427_q ), + .datad(\text_gen|char_ram~44209_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44210 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y19_N23 +dffeas \text_gen|char_ram~819 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~819_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~819 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~819 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y16_N27 +dffeas \text_gen|char_ram~875 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54438_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~875_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~875 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~875 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y16_N6 +cycloneiv_lcell_comb \text_gen|char_ram~868feeder ( +// Equation(s): +// \text_gen|char_ram~868feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~868feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~868feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~868feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y16_N7 +dffeas \text_gen|char_ram~868 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~868feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54434_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~868_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~868 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~868 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y19_N29 +dffeas \text_gen|char_ram~812 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~812_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~812 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~812 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y19_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44207 ( +// Equation(s): +// \text_gen|char_ram~44207_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~868_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~812_q & !\vga_c|h_cnt [4])))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~868_q ), + .datac(\text_gen|char_ram~812_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44207 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y16_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44208 ( +// Equation(s): +// \text_gen|char_ram~44208_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44207_combout & ((\text_gen|char_ram~875_q ))) # (!\text_gen|char_ram~44207_combout & (\text_gen|char_ram~819_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~44207_combout +// )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~819_q ), + .datac(\text_gen|char_ram~875_q ), + .datad(\text_gen|char_ram~44207_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44208 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44211 ( +// Equation(s): +// \text_gen|char_ram~44211_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~44208_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44210_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44210_combout ), + .datad(\text_gen|char_ram~44208_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44211 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y42_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44214 ( +// Equation(s): +// \text_gen|char_ram~44214_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44211_combout & (\text_gen|char_ram~44213_combout )) # (!\text_gen|char_ram~44211_combout & ((\text_gen|char_ram~44206_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44211_combout )))) + + .dataa(\text_gen|char_ram~44213_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44206_combout ), + .datad(\text_gen|char_ram~44211_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44214 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y68_N17 +dffeas \text_gen|char_ram~8428 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53505_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8428_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8428 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8428 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y60_N17 +dffeas \text_gen|char_ram~8484 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53439_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8484_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8484 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8484 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y68_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44195 ( +// Equation(s): +// \text_gen|char_ram~44195_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8484_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8428_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8428_q ), + .datad(\text_gen|char_ram~8484_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44195 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y62_N17 +dffeas \text_gen|char_ram~8491 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53585_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8491_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8491 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8491 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~8435feeder ( +// Equation(s): +// \text_gen|char_ram~8435feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8435feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8435feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8435feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y56_N19 +dffeas \text_gen|char_ram~8435 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8435feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8435_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8435 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8435 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y62_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44196 ( +// Equation(s): +// \text_gen|char_ram~44196_combout = (\text_gen|char_ram~44195_combout & (((\text_gen|char_ram~8491_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~44195_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~8435_q )))) + + .dataa(\text_gen|char_ram~44195_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8491_q ), + .datad(\text_gen|char_ram~8435_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44196 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y20_N31 +dffeas \text_gen|char_ram~7987 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54404_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7987_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7987 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7987 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y20_N15 +dffeas \text_gen|char_ram~8043 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54416_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8043_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8043 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8043 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y20_N1 +dffeas \text_gen|char_ram~8036 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8036_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8036 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8036 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~7980feeder ( +// Equation(s): +// \text_gen|char_ram~7980feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~7980feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~7980feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~7980feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y20_N15 +dffeas \text_gen|char_ram~7980 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~7980feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54401_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7980_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7980 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7980 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44197 ( +// Equation(s): +// \text_gen|char_ram~44197_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8036_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~7980_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8036_q ), + .datad(\text_gen|char_ram~7980_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44197 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y20_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44198 ( +// Equation(s): +// \text_gen|char_ram~44198_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44197_combout & ((\text_gen|char_ram~8043_q ))) # (!\text_gen|char_ram~44197_combout & (\text_gen|char_ram~7987_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44197_combout )))) + + .dataa(\text_gen|char_ram~7987_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8043_q ), + .datad(\text_gen|char_ram~44197_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44198 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y47_N3 +dffeas \text_gen|char_ram~7539 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55461_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7539_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7539 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7539 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y43_N25 +dffeas \text_gen|char_ram~7595 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7595_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7595 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7595 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y43_N31 +dffeas \text_gen|char_ram~7588 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55465_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7588_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7588 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7588 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y43_N25 +dffeas \text_gen|char_ram~7532 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55468_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7532_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7532 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7532 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44199 ( +// Equation(s): +// \text_gen|char_ram~44199_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~7588_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~7532_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7588_q ), + .datac(\text_gen|char_ram~7532_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44199 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44200 ( +// Equation(s): +// \text_gen|char_ram~44200_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44199_combout & ((\text_gen|char_ram~7595_q ))) # (!\text_gen|char_ram~44199_combout & (\text_gen|char_ram~7539_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44199_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7539_q ), + .datac(\text_gen|char_ram~7595_q ), + .datad(\text_gen|char_ram~44199_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44200 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44201 ( +// Equation(s): +// \text_gen|char_ram~44201_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & (\text_gen|char_ram~44198_combout )) # (!\text_gen|Add5~4_combout & +// ((\text_gen|char_ram~44200_combout ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44198_combout ), + .datad(\text_gen|char_ram~44200_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44201 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y34_N13 +dffeas \text_gen|char_ram~8876 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56381_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8876_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8876 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8876 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y28_N10 +cycloneiv_lcell_comb \text_gen|char_ram~8932feeder ( +// Equation(s): +// \text_gen|char_ram~8932feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8932feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8932feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8932feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y28_N11 +dffeas \text_gen|char_ram~8932 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8932feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56301_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8932_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8932 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8932 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44202 ( +// Equation(s): +// \text_gen|char_ram~44202_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8932_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8876_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8876_q ), + .datad(\text_gen|char_ram~8932_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44202 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y24_N13 +dffeas \text_gen|char_ram~8939 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56429_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8939_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8939 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8939 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y31_N27 +dffeas \text_gen|char_ram~8883 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56277_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8883_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8883 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8883 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y24_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44203 ( +// Equation(s): +// \text_gen|char_ram~44203_combout = (\text_gen|char_ram~44202_combout & (((\text_gen|char_ram~8939_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~44202_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~8883_q )))) + + .dataa(\text_gen|char_ram~44202_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8939_q ), + .datad(\text_gen|char_ram~8883_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44203 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44204 ( +// Equation(s): +// \text_gen|char_ram~44204_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44201_combout & ((\text_gen|char_ram~44203_combout ))) # (!\text_gen|char_ram~44201_combout & (\text_gen|char_ram~44196_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44201_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44196_combout ), + .datac(\text_gen|char_ram~44201_combout ), + .datad(\text_gen|char_ram~44203_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44204 .lut_mask = 16'hF858; +defparam \text_gen|char_ram~44204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44215 ( +// Equation(s): +// \text_gen|char_ram~44215_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~44204_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~44214_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~44214_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~44204_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44215 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~44215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y43_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44226 ( +// Equation(s): +// \text_gen|char_ram~44226_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44215_combout & (\text_gen|char_ram~44225_combout )) # (!\text_gen|char_ram~44215_combout & ((\text_gen|char_ram~44194_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44215_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44225_combout ), + .datac(\text_gen|char_ram~44194_combout ), + .datad(\text_gen|char_ram~44215_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44226 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X92_Y41_N11 +dffeas \text_gen|char_ram~378 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55682_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~378_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~378 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~378 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X92_Y41_N29 +dffeas \text_gen|char_ram~434 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55678_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~434_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~434 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~434 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X92_Y41_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44336 ( +// Equation(s): +// \text_gen|char_ram~44336_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~434_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~378_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~378_q ), + .datad(\text_gen|char_ram~434_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44336_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44336 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44336 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y45_N27 +dffeas \text_gen|char_ram~441 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55686_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~441_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~441 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~441 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y42_N13 +dffeas \text_gen|char_ram~385 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55674_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~385_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~385 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~385 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44337 ( +// Equation(s): +// \text_gen|char_ram~44337_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44336_combout & (\text_gen|char_ram~441_q )) # (!\text_gen|char_ram~44336_combout & ((\text_gen|char_ram~385_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44336_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44336_combout ), + .datac(\text_gen|char_ram~441_q ), + .datad(\text_gen|char_ram~385_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44337_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44337 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44337 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y19_N12 +cycloneiv_lcell_comb \text_gen|char_ram~833feeder ( +// Equation(s): +// \text_gen|char_ram~833feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~833feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~833feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~833feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y19_N13 +dffeas \text_gen|char_ram~833 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~833feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54624_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~833_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~833 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~833 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y11_N31 +dffeas \text_gen|char_ram~889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54616_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~889 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y15_N13 +dffeas \text_gen|char_ram~826 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54640_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~826_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~826 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~826 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y16_N5 +dffeas \text_gen|char_ram~882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54632_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44334 ( +// Equation(s): +// \text_gen|char_ram~44334_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~882_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~826_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~826_q ), + .datad(\text_gen|char_ram~882_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44334_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44334 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44334 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44335 ( +// Equation(s): +// \text_gen|char_ram~44335_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44334_combout & ((\text_gen|char_ram~889_q ))) # (!\text_gen|char_ram~44334_combout & (\text_gen|char_ram~833_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~44334_combout +// )))) + + .dataa(\text_gen|char_ram~833_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~889_q ), + .datad(\text_gen|char_ram~44334_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44335_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44335 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44335 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44338 ( +// Equation(s): +// \text_gen|char_ram~44338_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~44335_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44337_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44337_combout ), + .datad(\text_gen|char_ram~44335_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44338_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44338 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44338 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y25_N11 +dffeas \text_gen|char_ram~1722 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56724_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1722_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1722 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1722 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y25_N29 +dffeas \text_gen|char_ram~1729 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56692_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1729_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1729 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1729 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y25_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44339 ( +// Equation(s): +// \text_gen|char_ram~44339_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1729_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1722_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1722_q ), + .datad(\text_gen|char_ram~1729_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44339_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44339 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44339 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y27_N19 +dffeas \text_gen|char_ram~1778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56708_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N1 +dffeas \text_gen|char_ram~1785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56743_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y26_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44340 ( +// Equation(s): +// \text_gen|char_ram~44340_combout = (\text_gen|char_ram~44339_combout & (((\text_gen|char_ram~1785_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~44339_combout & (\text_gen|char_ram~1778_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~44339_combout ), + .datab(\text_gen|char_ram~1778_q ), + .datac(\text_gen|char_ram~1785_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44340_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44340 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44340 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y54_N9 +dffeas \text_gen|char_ram~1330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53475_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y57_N7 +dffeas \text_gen|char_ram~1337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1337 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y55_N17 +dffeas \text_gen|char_ram~1274 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53540_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1274_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1274 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1274 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y55_N24 +cycloneiv_lcell_comb \text_gen|char_ram~1281feeder ( +// Equation(s): +// \text_gen|char_ram~1281feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1281feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1281feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1281feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y55_N25 +dffeas \text_gen|char_ram~1281 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1281feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53425_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1281_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1281 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1281 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y55_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44332 ( +// Equation(s): +// \text_gen|char_ram~44332_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1281_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1274_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1274_q ), + .datad(\text_gen|char_ram~1281_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44332_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44332 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44332 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y57_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44333 ( +// Equation(s): +// \text_gen|char_ram~44333_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44332_combout & ((\text_gen|char_ram~1337_q ))) # (!\text_gen|char_ram~44332_combout & (\text_gen|char_ram~1330_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44332_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~1330_q ), + .datac(\text_gen|char_ram~1337_q ), + .datad(\text_gen|char_ram~44332_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44333_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44333 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44333 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44341 ( +// Equation(s): +// \text_gen|char_ram~44341_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44338_combout & (\text_gen|char_ram~44340_combout )) # (!\text_gen|char_ram~44338_combout & ((\text_gen|char_ram~44333_combout ))))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~44338_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44338_combout ), + .datac(\text_gen|char_ram~44340_combout ), + .datad(\text_gen|char_ram~44333_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44341_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44341 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44341 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y51_N25 +dffeas \text_gen|char_ram~7602 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55662_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7602_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7602 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7602 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y47_N15 +dffeas \text_gen|char_ram~7546 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55666_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7546_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7546 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7546 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y47_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44326 ( +// Equation(s): +// \text_gen|char_ram~44326_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~7602_q )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~7546_q ))))) + + .dataa(\text_gen|char_ram~7602_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7546_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44326_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44326 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44326 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y50_N21 +dffeas \text_gen|char_ram~7609 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55670_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7609_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7609 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7609 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y50_N19 +dffeas \text_gen|char_ram~7553 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55658_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7553_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7553 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7553 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y50_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44327 ( +// Equation(s): +// \text_gen|char_ram~44327_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44326_combout & (\text_gen|char_ram~7609_q )) # (!\text_gen|char_ram~44326_combout & ((\text_gen|char_ram~7553_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44326_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44326_combout ), + .datac(\text_gen|char_ram~7609_q ), + .datad(\text_gen|char_ram~7553_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44327_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44327 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44327 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y60_N19 +dffeas \text_gen|char_ram~8498 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53442_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8498_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8498 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8498 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y58_N15 +dffeas \text_gen|char_ram~8505 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8505_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8505 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8505 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y58_N29 +dffeas \text_gen|char_ram~8442 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53508_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8442_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8442 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8442 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y54_N19 +dffeas \text_gen|char_ram~8449 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53424_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8449_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8449 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8449 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44324 ( +// Equation(s): +// \text_gen|char_ram~44324_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~8449_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8442_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8442_q ), + .datad(\text_gen|char_ram~8449_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44324_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44324 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44324 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y58_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44325 ( +// Equation(s): +// \text_gen|char_ram~44325_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44324_combout & ((\text_gen|char_ram~8505_q ))) # (!\text_gen|char_ram~44324_combout & (\text_gen|char_ram~8498_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44324_combout )))) + + .dataa(\text_gen|char_ram~8498_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8505_q ), + .datad(\text_gen|char_ram~44324_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44325_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44325 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44325 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44328 ( +// Equation(s): +// \text_gen|char_ram~44328_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~44325_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~44327_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44327_combout ), + .datad(\text_gen|char_ram~44325_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44328_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44328 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44328 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y31_N9 +dffeas \text_gen|char_ram~8946 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56349_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8946_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8946 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8946 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y30_N31 +dffeas \text_gen|char_ram~8953 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56480_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8953_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8953 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8953 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y33_N21 +dffeas \text_gen|char_ram~8890 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56413_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8890_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8890 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8890 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y29_N21 +dffeas \text_gen|char_ram~8897 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56285_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8897_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8897 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8897 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y33_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44329 ( +// Equation(s): +// \text_gen|char_ram~44329_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~8897_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8890_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8890_q ), + .datad(\text_gen|char_ram~8897_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44329_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44329 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44329 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44330 ( +// Equation(s): +// \text_gen|char_ram~44330_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44329_combout & ((\text_gen|char_ram~8953_q ))) # (!\text_gen|char_ram~44329_combout & (\text_gen|char_ram~8946_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44329_combout )))) + + .dataa(\text_gen|char_ram~8946_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8953_q ), + .datad(\text_gen|char_ram~44329_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44330_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44330 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44330 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y16_N13 +dffeas \text_gen|char_ram~8001 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54656_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8001_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8001 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8001 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y16_N15 +dffeas \text_gen|char_ram~8057 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54648_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8057_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8057 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8057 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y20_N11 +dffeas \text_gen|char_ram~7994 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54608_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7994_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7994 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7994 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~8050feeder ( +// Equation(s): +// \text_gen|char_ram~8050feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8050feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8050feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8050feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y20_N23 +dffeas \text_gen|char_ram~8050 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8050feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54600_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8050_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8050 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8050 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44322 ( +// Equation(s): +// \text_gen|char_ram~44322_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8050_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~7994_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~7994_q ), + .datad(\text_gen|char_ram~8050_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44322_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44322 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44322 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44323 ( +// Equation(s): +// \text_gen|char_ram~44323_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44322_combout & ((\text_gen|char_ram~8057_q ))) # (!\text_gen|char_ram~44322_combout & (\text_gen|char_ram~8001_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44322_combout )))) + + .dataa(\text_gen|char_ram~8001_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8057_q ), + .datad(\text_gen|char_ram~44322_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44323_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44323 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44323 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44331 ( +// Equation(s): +// \text_gen|char_ram~44331_combout = (\text_gen|char_ram~44328_combout & (((\text_gen|char_ram~44330_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~44328_combout & (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44323_combout )))) + + .dataa(\text_gen|char_ram~44328_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44330_combout ), + .datad(\text_gen|char_ram~44323_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44331_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44331 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44331 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44342 ( +// Equation(s): +// \text_gen|char_ram~44342_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout ) # (\text_gen|char_ram~44331_combout )))) # (!\text_gen|Add5~12_combout & (\text_gen|char_ram~44341_combout & (!\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~44341_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~44331_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44342_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44342 .lut_mask = 16'hCEC2; +defparam \text_gen|char_ram~44342 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y42_N5 +dffeas \text_gen|char_ram~14777 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55654_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14777_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14777 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14777 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y55_N13 +dffeas \text_gen|char_ram~15673 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15673_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15673 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15673 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~15666feeder ( +// Equation(s): +// \text_gen|char_ram~15666feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15666feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15666feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15666feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y53_N23 +dffeas \text_gen|char_ram~15666 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15666feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53458_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15666_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15666 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15666 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y45_N19 +dffeas \text_gen|char_ram~14770 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55646_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14770_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14770 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14770 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44312 ( +// Equation(s): +// \text_gen|char_ram~44312_combout = (\vga_c|h_cnt [4] & (((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~15666_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~14770_q ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15666_q ), + .datac(\text_gen|char_ram~14770_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44312_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44312 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44312 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44313 ( +// Equation(s): +// \text_gen|char_ram~44313_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44312_combout & ((\text_gen|char_ram~15673_q ))) # (!\text_gen|char_ram~44312_combout & (\text_gen|char_ram~14777_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44312_combout )))) + + .dataa(\text_gen|char_ram~14777_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15673_q ), + .datad(\text_gen|char_ram~44312_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44313_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44313 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44313 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y11_N30 +cycloneiv_lcell_comb \text_gen|char_ram~15225feeder ( +// Equation(s): +// \text_gen|char_ram~15225feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~15225feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~15225feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~15225feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y11_N31 +dffeas \text_gen|char_ram~15225 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~15225feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15225_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15225 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15225 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y23_N7 +dffeas \text_gen|char_ram~16121 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56221_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16121_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16121 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16121 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y16_N17 +dffeas \text_gen|char_ram~15218 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15218_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15218 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15218 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N30 +cycloneiv_lcell_comb \text_gen|char_ram~16114feeder ( +// Equation(s): +// \text_gen|char_ram~16114feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16114feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16114feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16114feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y29_N31 +dffeas \text_gen|char_ram~16114 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16114feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56209_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16114_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16114 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16114 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44319 ( +// Equation(s): +// \text_gen|char_ram~44319_combout = (\vga_c|h_cnt [4] & (\text_gen|Add5~6_combout )) # (!\vga_c|h_cnt [4] & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~16114_q ))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~15218_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~15218_q ), + .datad(\text_gen|char_ram~16114_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44319_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44319 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44319 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y23_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44320 ( +// Equation(s): +// \text_gen|char_ram~44320_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44319_combout & ((\text_gen|char_ram~16121_q ))) # (!\text_gen|char_ram~44319_combout & (\text_gen|char_ram~15225_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44319_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15225_q ), + .datac(\text_gen|char_ram~16121_q ), + .datad(\text_gen|char_ram~44319_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44320_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44320 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44320 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X53_Y21_N9 +dffeas \text_gen|char_ram~15169 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15169_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15169 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15169 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y23_N27 +dffeas \text_gen|char_ram~16065 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56213_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16065_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16065 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16065 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y17_N23 +dffeas \text_gen|char_ram~15162 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54636_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15162_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15162 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15162 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y29_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16058feeder ( +// Equation(s): +// \text_gen|char_ram~16058feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16058feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16058feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16058feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y29_N25 +dffeas \text_gen|char_ram~16058 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16058feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56217_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16058_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16058 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16058 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y17_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44314 ( +// Equation(s): +// \text_gen|char_ram~44314_combout = (\text_gen|Add5~6_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~16058_q )))) # (!\text_gen|Add5~6_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15162_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15162_q ), + .datad(\text_gen|char_ram~16058_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44314_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44314 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44314 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44315 ( +// Equation(s): +// \text_gen|char_ram~44315_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44314_combout & ((\text_gen|char_ram~16065_q ))) # (!\text_gen|char_ram~44314_combout & (\text_gen|char_ram~15169_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44314_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15169_q ), + .datac(\text_gen|char_ram~16065_q ), + .datad(\text_gen|char_ram~44314_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44315_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44315 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44315 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y42_N27 +dffeas \text_gen|char_ram~14721 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55642_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14721_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14721 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14721 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y55_N23 +dffeas \text_gen|char_ram~15617 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53423_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15617_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15617 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15617 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y45_N15 +dffeas \text_gen|char_ram~14714 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55650_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14714_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14714 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14714 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y54_N31 +dffeas \text_gen|char_ram~15610 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53524_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15610_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15610 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15610 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y45_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44316 ( +// Equation(s): +// \text_gen|char_ram~44316_combout = (\text_gen|Add5~6_combout & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~15610_q )))) # (!\text_gen|Add5~6_combout & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~14714_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~14714_q ), + .datad(\text_gen|char_ram~15610_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44316_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44316 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44316 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y55_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44317 ( +// Equation(s): +// \text_gen|char_ram~44317_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44316_combout & ((\text_gen|char_ram~15617_q ))) # (!\text_gen|char_ram~44316_combout & (\text_gen|char_ram~14721_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44316_combout )))) + + .dataa(\text_gen|char_ram~14721_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15617_q ), + .datad(\text_gen|char_ram~44316_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44317_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44317 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44317 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44318 ( +// Equation(s): +// \text_gen|char_ram~44318_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44315_combout ) # ((\vga_c|h_cnt [7])))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~44317_combout & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~44315_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44317_combout ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44318_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44318 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44318 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44321 ( +// Equation(s): +// \text_gen|char_ram~44321_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44318_combout & ((\text_gen|char_ram~44320_combout ))) # (!\text_gen|char_ram~44318_combout & (\text_gen|char_ram~44313_combout )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44318_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~44313_combout ), + .datac(\text_gen|char_ram~44320_combout ), + .datad(\text_gen|char_ram~44318_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44321_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44321 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44321 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y50_N31 +dffeas \text_gen|char_ram~21938 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55694_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21938_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21938 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21938 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y46_N9 +dffeas \text_gen|char_ram~21945 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55702_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21945_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21945 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21945 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y46_N7 +dffeas \text_gen|char_ram~21882 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55698_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21882_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21882 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21882 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~21889feeder ( +// Equation(s): +// \text_gen|char_ram~21889feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~21889feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~21889feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~21889feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y43_N13 +dffeas \text_gen|char_ram~21889 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~21889feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55690_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21889_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21889 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21889 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44347 ( +// Equation(s): +// \text_gen|char_ram~44347_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~21889_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21882_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21882_q ), + .datad(\text_gen|char_ram~21889_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44347_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44347 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44347 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y46_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44348 ( +// Equation(s): +// \text_gen|char_ram~44348_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44347_combout & ((\text_gen|char_ram~21945_q ))) # (!\text_gen|char_ram~44347_combout & (\text_gen|char_ram~21938_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44347_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~21938_q ), + .datac(\text_gen|char_ram~21945_q ), + .datad(\text_gen|char_ram~44347_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44348_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44348 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44348 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y56_N27 +dffeas \text_gen|char_ram~22778 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53556_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22778_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22778 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22778 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y55_N1 +dffeas \text_gen|char_ram~22785 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53426_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22785_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22785 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22785 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44345 ( +// Equation(s): +// \text_gen|char_ram~44345_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22785_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22778_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22778_q ), + .datad(\text_gen|char_ram~22785_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44345_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44345 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44345 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y58_N27 +dffeas \text_gen|char_ram~22841 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53620_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22841_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22841 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22841 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y58_N2 +cycloneiv_lcell_comb \text_gen|char_ram~22834feeder ( +// Equation(s): +// \text_gen|char_ram~22834feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22834feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22834feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22834feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y58_N3 +dffeas \text_gen|char_ram~22834 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22834feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22834_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22834 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22834 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y58_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44346 ( +// Equation(s): +// \text_gen|char_ram~44346_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44345_combout & (\text_gen|char_ram~22841_q )) # (!\text_gen|char_ram~44345_combout & ((\text_gen|char_ram~22834_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~44345_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~44345_combout ), + .datac(\text_gen|char_ram~22841_q ), + .datad(\text_gen|char_ram~22834_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44346_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44346 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44346 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44349 ( +// Equation(s): +// \text_gen|char_ram~44349_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~44346_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~44348_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44348_combout ), + .datad(\text_gen|char_ram~44346_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44349_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44349 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44349 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y15_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22386feeder ( +// Equation(s): +// \text_gen|char_ram~22386feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22386feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22386feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22386feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y15_N21 +dffeas \text_gen|char_ram~22386 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22386feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22386_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22386 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22386 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y23_N9 +dffeas \text_gen|char_ram~22393 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22393_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22393 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22393 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y19_N31 +dffeas \text_gen|char_ram~22330 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54604_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22330_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22330 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22330 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y19_N3 +dffeas \text_gen|char_ram~22337 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54652_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22337_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22337 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22337 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y19_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44343 ( +// Equation(s): +// \text_gen|char_ram~44343_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~22337_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22330_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22330_q ), + .datad(\text_gen|char_ram~22337_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44343_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44343 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44343 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y23_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44344 ( +// Equation(s): +// \text_gen|char_ram~44344_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44343_combout & ((\text_gen|char_ram~22393_q ))) # (!\text_gen|char_ram~44343_combout & (\text_gen|char_ram~22386_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44343_combout )))) + + .dataa(\text_gen|char_ram~22386_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22393_q ), + .datad(\text_gen|char_ram~44343_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44344_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44344 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44344 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y29_N29 +dffeas \text_gen|char_ram~23282 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56880_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23282_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23282 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23282 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y26_N15 +dffeas \text_gen|char_ram~23289 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57011_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23289_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23289 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23289 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y29_N15 +dffeas \text_gen|char_ram~23226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56944_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23226 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N30 +cycloneiv_lcell_comb \text_gen|char_ram~23233feeder ( +// Equation(s): +// \text_gen|char_ram~23233feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y26_N31 +dffeas \text_gen|char_ram~23233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56811_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44350 ( +// Equation(s): +// \text_gen|char_ram~44350_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~23233_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23226_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23226_q ), + .datad(\text_gen|char_ram~23233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44350_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44350 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44350 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44351 ( +// Equation(s): +// \text_gen|char_ram~44351_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44350_combout & ((\text_gen|char_ram~23289_q ))) # (!\text_gen|char_ram~44350_combout & (\text_gen|char_ram~23282_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44350_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~23282_q ), + .datac(\text_gen|char_ram~23289_q ), + .datad(\text_gen|char_ram~44350_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44351_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44351 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44351 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44352 ( +// Equation(s): +// \text_gen|char_ram~44352_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44349_combout & ((\text_gen|char_ram~44351_combout ))) # (!\text_gen|char_ram~44349_combout & (\text_gen|char_ram~44344_combout )))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44349_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44349_combout ), + .datac(\text_gen|char_ram~44344_combout ), + .datad(\text_gen|char_ram~44351_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44352_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44352 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44352 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y45_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44353 ( +// Equation(s): +// \text_gen|char_ram~44353_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44342_combout & ((\text_gen|char_ram~44352_combout ))) # (!\text_gen|char_ram~44342_combout & (\text_gen|char_ram~44321_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44342_combout )) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44342_combout ), + .datac(\text_gen|char_ram~44321_combout ), + .datad(\text_gen|char_ram~44352_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44353_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44353 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44353 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y15_N9 +dffeas \text_gen|char_ram~22302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54517_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y15_N11 +dffeas \text_gen|char_ram~22358 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54529_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22358_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22358 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22358 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y15_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44258 ( +// Equation(s): +// \text_gen|char_ram~44258_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22358_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~22302_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22302_q ), + .datad(\text_gen|char_ram~22358_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44258 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y15_N19 +dffeas \text_gen|char_ram~22365 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54532_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22365_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22365 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22365 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y19_N7 +dffeas \text_gen|char_ram~22309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54520_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22309 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44259 ( +// Equation(s): +// \text_gen|char_ram~44259_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44258_combout & (\text_gen|char_ram~22365_q )) # (!\text_gen|char_ram~44258_combout & ((\text_gen|char_ram~22309_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~44258_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44258_combout ), + .datac(\text_gen|char_ram~22365_q ), + .datad(\text_gen|char_ram~22309_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44259 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y59_N21 +dffeas \text_gen|char_ram~22806 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53490_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22806_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22806 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22806 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y55_N31 +dffeas \text_gen|char_ram~22813 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53617_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22813_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22813 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22813 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y55_N15 +dffeas \text_gen|char_ram~22750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22750 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y55_N29 +dffeas \text_gen|char_ram~22757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53394_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22757 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y55_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44260 ( +// Equation(s): +// \text_gen|char_ram~44260_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~22757_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22750_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22750_q ), + .datad(\text_gen|char_ram~22757_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44260 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y55_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44261 ( +// Equation(s): +// \text_gen|char_ram~44261_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44260_combout & ((\text_gen|char_ram~22813_q ))) # (!\text_gen|char_ram~44260_combout & (\text_gen|char_ram~22806_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44260_combout )))) + + .dataa(\text_gen|char_ram~22806_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22813_q ), + .datad(\text_gen|char_ram~44260_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44261 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y46_N7 +dffeas \text_gen|char_ram~21861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55562_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21861 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y46_N21 +dffeas \text_gen|char_ram~21917 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55574_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21917_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21917 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21917 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y46_N17 +dffeas \text_gen|char_ram~21854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55570_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21854 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y46_N27 +dffeas \text_gen|char_ram~21910 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55566_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21910_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21910 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21910 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y46_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44262 ( +// Equation(s): +// \text_gen|char_ram~44262_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~21910_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21854_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21854_q ), + .datad(\text_gen|char_ram~21910_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44262 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44263 ( +// Equation(s): +// \text_gen|char_ram~44263_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44262_combout & ((\text_gen|char_ram~21917_q ))) # (!\text_gen|char_ram~44262_combout & (\text_gen|char_ram~21861_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44262_combout )))) + + .dataa(\text_gen|char_ram~21861_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21917_q ), + .datad(\text_gen|char_ram~44262_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44263 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44264 ( +// Equation(s): +// \text_gen|char_ram~44264_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~44261_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & ((\text_gen|char_ram~44263_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44261_combout ), + .datad(\text_gen|char_ram~44263_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44264 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y29_N7 +dffeas \text_gen|char_ram~23198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23205feeder ( +// Equation(s): +// \text_gen|char_ram~23205feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23205feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y26_N25 +dffeas \text_gen|char_ram~23205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56763_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23205 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y29_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44265 ( +// Equation(s): +// \text_gen|char_ram~44265_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~23205_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~23198_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~23198_q ), + .datad(\text_gen|char_ram~23205_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44265 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y26_N25 +dffeas \text_gen|char_ram~23261 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56960_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23261_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23261 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23261 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y29_N31 +dffeas \text_gen|char_ram~23254 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23254_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23254 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23254 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44266 ( +// Equation(s): +// \text_gen|char_ram~44266_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44265_combout & (\text_gen|char_ram~23261_q )) # (!\text_gen|char_ram~44265_combout & ((\text_gen|char_ram~23254_q ))))) # (!\vga_c|h_cnt [7] & +// (\text_gen|char_ram~44265_combout )) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~44265_combout ), + .datac(\text_gen|char_ram~23261_q ), + .datad(\text_gen|char_ram~23254_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44266 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y46_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44267 ( +// Equation(s): +// \text_gen|char_ram~44267_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44264_combout & ((\text_gen|char_ram~44266_combout ))) # (!\text_gen|char_ram~44264_combout & (\text_gen|char_ram~44259_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44264_combout )))) + + .dataa(\text_gen|char_ram~44259_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44264_combout ), + .datad(\text_gen|char_ram~44266_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44267 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~44267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~8421feeder ( +// Equation(s): +// \text_gen|char_ram~8421feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8421feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8421feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8421feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X59_Y59_N27 +dffeas \text_gen|char_ram~8421 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8421feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8421_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8421 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8421 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y57_N3 +dffeas \text_gen|char_ram~8414 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53506_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8414_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8414 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8414 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y57_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44227 ( +// Equation(s): +// \text_gen|char_ram~44227_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & (\text_gen|char_ram~8421_q )) # (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~8414_q ))))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8421_q ), + .datad(\text_gen|char_ram~8414_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44227 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y53_N29 +dffeas \text_gen|char_ram~8470 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53440_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8470_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8470 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8470 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y53_N27 +dffeas \text_gen|char_ram~8477 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8477_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8477 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8477 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44228 ( +// Equation(s): +// \text_gen|char_ram~44228_combout = (\text_gen|char_ram~44227_combout & (((\text_gen|char_ram~8477_q ) # (!\vga_c|h_cnt [7])))) # (!\text_gen|char_ram~44227_combout & (\text_gen|char_ram~8470_q & ((\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~44227_combout ), + .datab(\text_gen|char_ram~8470_q ), + .datac(\text_gen|char_ram~8477_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44228 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N15 +dffeas \text_gen|char_ram~8918 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56317_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8918_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8918 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8918 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y28_N13 +dffeas \text_gen|char_ram~8925 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8925_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8925 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8925 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y32_N25 +dffeas \text_gen|char_ram~8862 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8862_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8862 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8862 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y32_N8 +cycloneiv_lcell_comb \text_gen|char_ram~8869feeder ( +// Equation(s): +// \text_gen|char_ram~8869feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8869feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8869feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8869feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y32_N9 +dffeas \text_gen|char_ram~8869 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8869feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56237_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8869_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8869 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8869 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y32_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44234 ( +// Equation(s): +// \text_gen|char_ram~44234_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~8869_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8862_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8862_q ), + .datad(\text_gen|char_ram~8869_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44234 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y28_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44235 ( +// Equation(s): +// \text_gen|char_ram~44235_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44234_combout & ((\text_gen|char_ram~8925_q ))) # (!\text_gen|char_ram~44234_combout & (\text_gen|char_ram~8918_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44234_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~8918_q ), + .datac(\text_gen|char_ram~8925_q ), + .datad(\text_gen|char_ram~44234_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44235 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y49_N13 +dffeas \text_gen|char_ram~7581 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55526_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7581_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7581 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7581 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y48_N3 +dffeas \text_gen|char_ram~7525 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55514_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7525_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7525 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7525 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y49_N11 +dffeas \text_gen|char_ram~7518 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7518_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7518 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7518 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y49_N17 +dffeas \text_gen|char_ram~7574 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55518_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7574_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7574 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7574 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44231 ( +// Equation(s): +// \text_gen|char_ram~44231_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~7574_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7518_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7518_q ), + .datad(\text_gen|char_ram~7574_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44231 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y49_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44232 ( +// Equation(s): +// \text_gen|char_ram~44232_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44231_combout & (\text_gen|char_ram~7581_q )) # (!\text_gen|char_ram~44231_combout & ((\text_gen|char_ram~7525_q ))))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44231_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7581_q ), + .datac(\text_gen|char_ram~7525_q ), + .datad(\text_gen|char_ram~44231_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44232 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y14_N27 +dffeas \text_gen|char_ram~7966 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54496_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7966_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7966 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7966 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y14_N3 +dffeas \text_gen|char_ram~8022 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54488_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8022_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8022 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8022 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y14_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44229 ( +// Equation(s): +// \text_gen|char_ram~44229_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8022_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7966_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7966_q ), + .datad(\text_gen|char_ram~8022_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44229 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y11_N19 +dffeas \text_gen|char_ram~8029 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54500_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8029_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8029 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8029 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y18_N27 +dffeas \text_gen|char_ram~7973 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54492_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7973_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7973 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7973 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y11_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44230 ( +// Equation(s): +// \text_gen|char_ram~44230_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44229_combout & (\text_gen|char_ram~8029_q )) # (!\text_gen|char_ram~44229_combout & ((\text_gen|char_ram~7973_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44229_combout +// )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44229_combout ), + .datac(\text_gen|char_ram~8029_q ), + .datad(\text_gen|char_ram~7973_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44230 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44233 ( +// Equation(s): +// \text_gen|char_ram~44233_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~44230_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44232_combout )))) + + .dataa(\text_gen|char_ram~44232_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~44230_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44233 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~44233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44236 ( +// Equation(s): +// \text_gen|char_ram~44236_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44233_combout & ((\text_gen|char_ram~44235_combout ))) # (!\text_gen|char_ram~44233_combout & (\text_gen|char_ram~44228_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44233_combout )))) + + .dataa(\text_gen|char_ram~44228_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44235_combout ), + .datad(\text_gen|char_ram~44233_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44236 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y23_N27 +dffeas \text_gen|char_ram~1694 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1694_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1694 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1694 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y25_N17 +dffeas \text_gen|char_ram~1701 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1701_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1701 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1701 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y23_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44254 ( +// Equation(s): +// \text_gen|char_ram~44254_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~1701_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1694_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1694_q ), + .datad(\text_gen|char_ram~1701_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44254 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y23_N5 +dffeas \text_gen|char_ram~1757 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56612_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1757_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1757 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1757 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y26_N7 +dffeas \text_gen|char_ram~1750 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1750_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1750 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1750 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y23_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44255 ( +// Equation(s): +// \text_gen|char_ram~44255_combout = (\text_gen|char_ram~44254_combout & (((\text_gen|char_ram~1757_q )) # (!\vga_c|h_cnt [7]))) # (!\text_gen|char_ram~44254_combout & (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1750_q )))) + + .dataa(\text_gen|char_ram~44254_combout ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1757_q ), + .datad(\text_gen|char_ram~1750_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44255 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y57_N5 +dffeas \text_gen|char_ram~1302 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53473_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1302_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1302 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1302 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y56_N21 +dffeas \text_gen|char_ram~1309 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1309_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1309 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1309 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y55_N31 +dffeas \text_gen|char_ram~1253 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53393_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1253_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1253 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1253 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y56_N7 +dffeas \text_gen|char_ram~1246 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1246_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1246 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1246 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y56_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44247 ( +// Equation(s): +// \text_gen|char_ram~44247_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~1253_q ) # ((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~1246_q & !\vga_c|h_cnt [7])))) + + .dataa(\text_gen|char_ram~1253_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1246_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44247 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y56_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44248 ( +// Equation(s): +// \text_gen|char_ram~44248_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44247_combout & ((\text_gen|char_ram~1309_q ))) # (!\text_gen|char_ram~44247_combout & (\text_gen|char_ram~1302_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44247_combout )))) + + .dataa(\text_gen|char_ram~1302_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1309_q ), + .datad(\text_gen|char_ram~44247_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44248 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y11_N7 +dffeas \text_gen|char_ram~798 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54501_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~798_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~798 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~798 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y11_N10 +cycloneiv_lcell_comb \text_gen|char_ram~854feeder ( +// Equation(s): +// \text_gen|char_ram~854feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~854feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~854feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~854feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y11_N11 +dffeas \text_gen|char_ram~854 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~854feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54513_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~854_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~854 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~854 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y11_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44249 ( +// Equation(s): +// \text_gen|char_ram~44249_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~854_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~798_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~798_q ), + .datad(\text_gen|char_ram~854_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44249 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y11_N9 +dffeas \text_gen|char_ram~861 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54516_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~861_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~861 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~861 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y15_N22 +cycloneiv_lcell_comb \text_gen|char_ram~805feeder ( +// Equation(s): +// \text_gen|char_ram~805feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~805feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~805feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~805feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y15_N23 +dffeas \text_gen|char_ram~805 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~805feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54504_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~805_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~805 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~805 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y11_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44250 ( +// Equation(s): +// \text_gen|char_ram~44250_combout = (\text_gen|char_ram~44249_combout & (((\text_gen|char_ram~861_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~44249_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~805_q )))) + + .dataa(\text_gen|char_ram~44249_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~861_q ), + .datad(\text_gen|char_ram~805_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44250 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y46_N9 +dffeas \text_gen|char_ram~357 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55546_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~357_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~357 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~357 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y46_N7 +dffeas \text_gen|char_ram~413 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55558_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~413_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~413 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~413 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y43_N21 +dffeas \text_gen|char_ram~350 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55554_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~350_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~350 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~350 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~406feeder ( +// Equation(s): +// \text_gen|char_ram~406feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~406feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~406feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~406feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y42_N11 +dffeas \text_gen|char_ram~406 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~406feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55550_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~406_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~406 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~406 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y43_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44251 ( +// Equation(s): +// \text_gen|char_ram~44251_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~406_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~350_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~350_q ), + .datad(\text_gen|char_ram~406_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44251 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y46_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44252 ( +// Equation(s): +// \text_gen|char_ram~44252_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44251_combout & ((\text_gen|char_ram~413_q ))) # (!\text_gen|char_ram~44251_combout & (\text_gen|char_ram~357_q )))) # (!\vga_c|h_cnt [4] & (((\text_gen|char_ram~44251_combout +// )))) + + .dataa(\text_gen|char_ram~357_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~413_q ), + .datad(\text_gen|char_ram~44251_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44252 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44253 ( +// Equation(s): +// \text_gen|char_ram~44253_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44250_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~44252_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44250_combout ), + .datad(\text_gen|char_ram~44252_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44253 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44256 ( +// Equation(s): +// \text_gen|char_ram~44256_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44253_combout & (\text_gen|char_ram~44255_combout )) # (!\text_gen|char_ram~44253_combout & ((\text_gen|char_ram~44248_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44253_combout )))) + + .dataa(\text_gen|char_ram~44255_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44248_combout ), + .datad(\text_gen|char_ram~44253_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44256 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y50_N29 +dffeas \text_gen|char_ram~15638 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53456_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15638_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15638 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15638 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y50_N23 +dffeas \text_gen|char_ram~15645 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53560_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15645_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15645 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15645 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y43_N11 +dffeas \text_gen|char_ram~15582 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53522_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15582_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15582 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15582 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y42_N7 +dffeas \text_gen|char_ram~15589 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53391_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15589_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15589 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15589 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y43_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44237 ( +// Equation(s): +// \text_gen|char_ram~44237_combout = (\vga_c|h_cnt [7] & (\vga_c|h_cnt [4])) # (!\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4] & ((\text_gen|char_ram~15589_q ))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15582_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15582_q ), + .datad(\text_gen|char_ram~15589_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44237 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y50_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44238 ( +// Equation(s): +// \text_gen|char_ram~44238_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44237_combout & ((\text_gen|char_ram~15645_q ))) # (!\text_gen|char_ram~44237_combout & (\text_gen|char_ram~15638_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44237_combout )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\text_gen|char_ram~15638_q ), + .datac(\text_gen|char_ram~15645_q ), + .datad(\text_gen|char_ram~44237_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44238 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y42_N21 +dffeas \text_gen|char_ram~16086 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56079_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16086_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16086 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16086 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N15 +dffeas \text_gen|char_ram~16093 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56091_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16093_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16093 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16093 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y28_N29 +dffeas \text_gen|char_ram~16030 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56087_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16030_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16030 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16030 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y28_N31 +dffeas \text_gen|char_ram~16037 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56083_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16037_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16037 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16037 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44244 ( +// Equation(s): +// \text_gen|char_ram~44244_combout = (\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7]) # ((\text_gen|char_ram~16037_q )))) # (!\vga_c|h_cnt [4] & (!\vga_c|h_cnt [7] & (\text_gen|char_ram~16030_q ))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16030_q ), + .datad(\text_gen|char_ram~16037_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44244 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y28_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44245 ( +// Equation(s): +// \text_gen|char_ram~44245_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~44244_combout & ((\text_gen|char_ram~16093_q ))) # (!\text_gen|char_ram~44244_combout & (\text_gen|char_ram~16086_q )))) # (!\vga_c|h_cnt [7] & +// (((\text_gen|char_ram~44244_combout )))) + + .dataa(\text_gen|char_ram~16086_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~16093_q ), + .datad(\text_gen|char_ram~44244_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44245 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y25_N15 +dffeas \text_gen|char_ram~14693 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55530_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14693_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14693 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14693 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y26_N15 +dffeas \text_gen|char_ram~14749 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55542_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14749_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14749 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14749 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y26_N5 +dffeas \text_gen|char_ram~14686 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55538_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14686_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14686 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14686 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y37_N20 +cycloneiv_lcell_comb \text_gen|char_ram~14742feeder ( +// Equation(s): +// \text_gen|char_ram~14742feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14742feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14742feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14742feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y37_N21 +dffeas \text_gen|char_ram~14742 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14742feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55534_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14742_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14742 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14742 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y26_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44241 ( +// Equation(s): +// \text_gen|char_ram~44241_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~14742_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14686_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14686_q ), + .datad(\text_gen|char_ram~14742_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44241 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44242 ( +// Equation(s): +// \text_gen|char_ram~44242_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44241_combout & ((\text_gen|char_ram~14749_q ))) # (!\text_gen|char_ram~44241_combout & (\text_gen|char_ram~14693_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44241_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~14693_q ), + .datac(\text_gen|char_ram~14749_q ), + .datad(\text_gen|char_ram~44241_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44242 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y22_N21 +dffeas \text_gen|char_ram~15141 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54472_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15141_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15141 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15141 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y15_N17 +dffeas \text_gen|char_ram~15134 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54469_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15134_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15134 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15134 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y15_N29 +dffeas \text_gen|char_ram~15190 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54481_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15190_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15190 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15190 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44239 ( +// Equation(s): +// \text_gen|char_ram~44239_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15190_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15134_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15134_q ), + .datad(\text_gen|char_ram~15190_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44239 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y15_N19 +dffeas \text_gen|char_ram~15197 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54484_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15197_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15197 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15197 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y15_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44240 ( +// Equation(s): +// \text_gen|char_ram~44240_combout = (\text_gen|char_ram~44239_combout & (((\text_gen|char_ram~15197_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~44239_combout & (\text_gen|char_ram~15141_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~15141_q ), + .datab(\text_gen|char_ram~44239_combout ), + .datac(\text_gen|char_ram~15197_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44240 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44243 ( +// Equation(s): +// \text_gen|char_ram~44243_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44240_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44242_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44242_combout ), + .datad(\text_gen|char_ram~44240_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44243 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44246 ( +// Equation(s): +// \text_gen|char_ram~44246_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44243_combout & ((\text_gen|char_ram~44245_combout ))) # (!\text_gen|char_ram~44243_combout & (\text_gen|char_ram~44238_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44243_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44238_combout ), + .datac(\text_gen|char_ram~44245_combout ), + .datad(\text_gen|char_ram~44243_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44246 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44257 ( +// Equation(s): +// \text_gen|char_ram~44257_combout = (\text_gen|Add5~12_combout & (((\text_gen|Add5~14_combout )))) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~44246_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44256_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44256_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~44246_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44257 .lut_mask = 16'hF4A4; +defparam \text_gen|char_ram~44257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44268 ( +// Equation(s): +// \text_gen|char_ram~44268_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44257_combout & (\text_gen|char_ram~44267_combout )) # (!\text_gen|char_ram~44257_combout & ((\text_gen|char_ram~44236_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44257_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44267_combout ), + .datac(\text_gen|char_ram~44236_combout ), + .datad(\text_gen|char_ram~44257_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44268 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y32_N21 +dffeas \text_gen|char_ram~16023 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56147_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16023_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16023 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16023 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y34_N5 +dffeas \text_gen|char_ram~16079 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16079_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16079 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16079 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y34_N9 +dffeas \text_gen|char_ram~16016 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56151_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16016_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16016 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16016 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N23 +dffeas \text_gen|char_ram~16072 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56143_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16072_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16072 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16072 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44276 ( +// Equation(s): +// \text_gen|char_ram~44276_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~16072_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~16016_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~16016_q ), + .datad(\text_gen|char_ram~16072_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44276 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44277 ( +// Equation(s): +// \text_gen|char_ram~44277_combout = (\text_gen|char_ram~44276_combout & (((\text_gen|char_ram~16079_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~44276_combout & (\text_gen|char_ram~16023_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~16023_q ), + .datab(\text_gen|char_ram~16079_q ), + .datac(\text_gen|char_ram~44276_combout ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44277 .lut_mask = 16'hCAF0; +defparam \text_gen|char_ram~44277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y54_N21 +dffeas \text_gen|char_ram~15568 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53523_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15568_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15568 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15568 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y57_N23 +dffeas \text_gen|char_ram~15624 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53457_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15624_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15624 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15624 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44269 ( +// Equation(s): +// \text_gen|char_ram~44269_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~15624_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~15568_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~15568_q ), + .datad(\text_gen|char_ram~15624_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44269 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y52_N19 +dffeas \text_gen|char_ram~15631 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15631_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15631 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15631 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y52_N25 +dffeas \text_gen|char_ram~15575 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53407_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15575_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15575 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15575 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y52_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44270 ( +// Equation(s): +// \text_gen|char_ram~44270_combout = (\text_gen|char_ram~44269_combout & (((\text_gen|char_ram~15631_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~44269_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~15575_q )))) + + .dataa(\text_gen|char_ram~44269_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15631_q ), + .datad(\text_gen|char_ram~15575_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44270 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y32_N13 +dffeas \text_gen|char_ram~15127 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54536_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15127_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15127 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15127 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y34_N13 +dffeas \text_gen|char_ram~15183 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54548_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15183_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15183 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15183 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X46_Y35_N9 +dffeas \text_gen|char_ram~15120 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54533_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15120_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15120 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15120 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y35_N23 +dffeas \text_gen|char_ram~15176 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54545_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~15176_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~15176 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~15176 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44271 ( +// Equation(s): +// \text_gen|char_ram~44271_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~15176_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~15120_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~15120_q ), + .datad(\text_gen|char_ram~15176_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44271 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y34_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44272 ( +// Equation(s): +// \text_gen|char_ram~44272_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44271_combout & ((\text_gen|char_ram~15183_q ))) # (!\text_gen|char_ram~44271_combout & (\text_gen|char_ram~15127_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44271_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~15127_q ), + .datac(\text_gen|char_ram~15183_q ), + .datad(\text_gen|char_ram~44271_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44272 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X48_Y37_N25 +dffeas \text_gen|char_ram~14672 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55586_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14672_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14672 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14672 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y37_N18 +cycloneiv_lcell_comb \text_gen|char_ram~14728feeder ( +// Equation(s): +// \text_gen|char_ram~14728feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~14728feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~14728feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~14728feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X49_Y37_N19 +dffeas \text_gen|char_ram~14728 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~14728feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55582_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14728_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14728 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14728 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y37_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44273 ( +// Equation(s): +// \text_gen|char_ram~44273_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~14728_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~14672_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~14672_q ), + .datad(\text_gen|char_ram~14728_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44273 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y40_N29 +dffeas \text_gen|char_ram~14735 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55590_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14735_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14735 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14735 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X47_Y40_N7 +dffeas \text_gen|char_ram~14679 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55578_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~14679_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~14679 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~14679 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X47_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44274 ( +// Equation(s): +// \text_gen|char_ram~44274_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44273_combout & (\text_gen|char_ram~14735_q )) # (!\text_gen|char_ram~44273_combout & ((\text_gen|char_ram~14679_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~44273_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44273_combout ), + .datac(\text_gen|char_ram~14735_q ), + .datad(\text_gen|char_ram~14679_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44274 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44275 ( +// Equation(s): +// \text_gen|char_ram~44275_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44272_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((!\text_gen|Add5~6_combout & \text_gen|char_ram~44274_combout )))) + + .dataa(\text_gen|char_ram~44272_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~44274_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44275 .lut_mask = 16'hCBC8; +defparam \text_gen|char_ram~44275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44278 ( +// Equation(s): +// \text_gen|char_ram~44278_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44275_combout & (\text_gen|char_ram~44277_combout )) # (!\text_gen|char_ram~44275_combout & ((\text_gen|char_ram~44270_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44275_combout )))) + + .dataa(\text_gen|char_ram~44277_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44270_combout ), + .datad(\text_gen|char_ram~44275_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44278 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y32_N31 +dffeas \text_gen|char_ram~8855 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56229_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8855_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8855 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8855 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y30_N25 +dffeas \text_gen|char_ram~8911 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56421_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8911_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8911 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8911 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y34_N3 +dffeas \text_gen|char_ram~8848 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56397_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8848_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8848 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8848 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y30_N6 +cycloneiv_lcell_comb \text_gen|char_ram~8904feeder ( +// Equation(s): +// \text_gen|char_ram~8904feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8904feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8904feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8904feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y30_N7 +dffeas \text_gen|char_ram~8904 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8904feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56333_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8904_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8904 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8904 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44286 ( +// Equation(s): +// \text_gen|char_ram~44286_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8904_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~8848_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~8848_q ), + .datad(\text_gen|char_ram~8904_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44286_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44286 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44286 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y30_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44287 ( +// Equation(s): +// \text_gen|char_ram~44287_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44286_combout & ((\text_gen|char_ram~8911_q ))) # (!\text_gen|char_ram~44286_combout & (\text_gen|char_ram~8855_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44286_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~8855_q ), + .datac(\text_gen|char_ram~8911_q ), + .datad(\text_gen|char_ram~44286_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44287_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44287 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44287 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y45_N15 +dffeas \text_gen|char_ram~7511 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55594_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7511_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7511 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7511 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y44_N27 +dffeas \text_gen|char_ram~7567 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55606_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7567_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7567 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7567 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y44_N25 +dffeas \text_gen|char_ram~7504 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55602_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7504_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7504 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7504 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y44_N15 +dffeas \text_gen|char_ram~7560 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55598_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7560_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7560 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7560 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y44_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44283 ( +// Equation(s): +// \text_gen|char_ram~44283_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~7560_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7504_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7504_q ), + .datad(\text_gen|char_ram~7560_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44283_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44283 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44283 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44284 ( +// Equation(s): +// \text_gen|char_ram~44284_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44283_combout & ((\text_gen|char_ram~7567_q ))) # (!\text_gen|char_ram~44283_combout & (\text_gen|char_ram~7511_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44283_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~7511_q ), + .datac(\text_gen|char_ram~7567_q ), + .datad(\text_gen|char_ram~44283_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44284_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44284 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44284 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y12_N21 +dffeas \text_gen|char_ram~7959 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54552_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7959_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7959 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7959 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y12_N15 +dffeas \text_gen|char_ram~8015 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54564_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8015_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8015 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8015 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y12_N15 +dffeas \text_gen|char_ram~7952 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54549_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~7952_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~7952 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~7952 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y12_N21 +dffeas \text_gen|char_ram~8008 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54561_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8008_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8008 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8008 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44281 ( +// Equation(s): +// \text_gen|char_ram~44281_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~8008_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~7952_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~7952_q ), + .datad(\text_gen|char_ram~8008_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44281 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44282 ( +// Equation(s): +// \text_gen|char_ram~44282_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44281_combout & ((\text_gen|char_ram~8015_q ))) # (!\text_gen|char_ram~44281_combout & (\text_gen|char_ram~7959_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44281_combout )))) + + .dataa(\text_gen|char_ram~7959_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8015_q ), + .datad(\text_gen|char_ram~44281_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44282_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44282 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44282 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44285 ( +// Equation(s): +// \text_gen|char_ram~44285_combout = (\text_gen|Add5~6_combout & (((\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~44282_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44284_combout )))) + + .dataa(\text_gen|char_ram~44284_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|Add5~4_combout ), + .datad(\text_gen|char_ram~44282_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44285_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44285 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~44285 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y87_N13 +dffeas \text_gen|char_ram~8407 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53408_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8407_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8407 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8407 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y87_N11 +dffeas \text_gen|char_ram~8463 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53587_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8463_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8463 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8463 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y68_N7 +dffeas \text_gen|char_ram~8400 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53507_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8400_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8400 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8400 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y60_N24 +cycloneiv_lcell_comb \text_gen|char_ram~8456feeder ( +// Equation(s): +// \text_gen|char_ram~8456feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~8456feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~8456feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~8456feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y60_N25 +dffeas \text_gen|char_ram~8456 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~8456feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53441_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~8456_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~8456 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~8456 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y68_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44279 ( +// Equation(s): +// \text_gen|char_ram~44279_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~8456_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~8400_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8400_q ), + .datad(\text_gen|char_ram~8456_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44279 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y87_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44280 ( +// Equation(s): +// \text_gen|char_ram~44280_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44279_combout & ((\text_gen|char_ram~8463_q ))) # (!\text_gen|char_ram~44279_combout & (\text_gen|char_ram~8407_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44279_combout )))) + + .dataa(\text_gen|char_ram~8407_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~8463_q ), + .datad(\text_gen|char_ram~44279_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44280 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44288 ( +// Equation(s): +// \text_gen|char_ram~44288_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44285_combout & (\text_gen|char_ram~44287_combout )) # (!\text_gen|char_ram~44285_combout & ((\text_gen|char_ram~44280_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44285_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44287_combout ), + .datac(\text_gen|char_ram~44285_combout ), + .datad(\text_gen|char_ram~44280_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44288_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44288 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~44288 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y56_N11 +dffeas \text_gen|char_ram~1239 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53409_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1239_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1239 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1239 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y57_N21 +dffeas \text_gen|char_ram~1288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53474_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1288 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y56_N15 +dffeas \text_gen|char_ram~1232 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53539_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1232_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1232 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1232 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y56_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44289 ( +// Equation(s): +// \text_gen|char_ram~44289_combout = (\vga_c|h_cnt [7] & ((\text_gen|char_ram~1288_q ) # ((\vga_c|h_cnt [4])))) # (!\vga_c|h_cnt [7] & (((\text_gen|char_ram~1232_q & !\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~1288_q ), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~1232_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44289_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44289 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44289 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y56_N5 +dffeas \text_gen|char_ram~1295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53603_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1295 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y56_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44290 ( +// Equation(s): +// \text_gen|char_ram~44290_combout = (\text_gen|char_ram~44289_combout & (((\text_gen|char_ram~1295_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~44289_combout & (\text_gen|char_ram~1239_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~1239_q ), + .datab(\text_gen|char_ram~44289_combout ), + .datac(\text_gen|char_ram~1295_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44290_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44290 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44290 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y34_N27 +dffeas \text_gen|char_ram~1680 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56660_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1680_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1680 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1680 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y30_N9 +dffeas \text_gen|char_ram~1736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56628_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y34_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44296 ( +// Equation(s): +// \text_gen|char_ram~44296_combout = (\vga_c|h_cnt [4] & (((\vga_c|h_cnt [7])))) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~1736_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~1680_q )))) + + .dataa(\text_gen|char_ram~1680_q ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~1736_q ), + .datad(\vga_c|h_cnt [7]), + .cin(gnd), + .combout(\text_gen|char_ram~44296_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44296 .lut_mask = 16'hFC22; +defparam \text_gen|char_ram~44296 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y34_N10 +cycloneiv_lcell_comb \text_gen|char_ram~1687feeder ( +// Equation(s): +// \text_gen|char_ram~1687feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~1687feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~1687feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~1687feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y34_N11 +dffeas \text_gen|char_ram~1687 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~1687feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56644_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1687_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1687 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1687 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y34_N7 +dffeas \text_gen|char_ram~1743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56676_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~1743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~1743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~1743 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y34_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44297 ( +// Equation(s): +// \text_gen|char_ram~44297_combout = (\text_gen|char_ram~44296_combout & (((\text_gen|char_ram~1743_q ) # (!\vga_c|h_cnt [4])))) # (!\text_gen|char_ram~44296_combout & (\text_gen|char_ram~1687_q & ((\vga_c|h_cnt [4])))) + + .dataa(\text_gen|char_ram~44296_combout ), + .datab(\text_gen|char_ram~1687_q ), + .datac(\text_gen|char_ram~1743_q ), + .datad(\vga_c|h_cnt [4]), + .cin(gnd), + .combout(\text_gen|char_ram~44297_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44297 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44297 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y42_N23 +dffeas \text_gen|char_ram~336 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55618_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~336_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~336 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~336 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y42_N23 +dffeas \text_gen|char_ram~392 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55614_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~392_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~392 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~392 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44293 ( +// Equation(s): +// \text_gen|char_ram~44293_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~392_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~336_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~336_q ), + .datad(\text_gen|char_ram~392_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44293_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44293 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44293 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y42_N15 +dffeas \text_gen|char_ram~399 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55622_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~399_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~399 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~399 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y42_N9 +dffeas \text_gen|char_ram~343 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55610_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~343_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~343 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~343 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44294 ( +// Equation(s): +// \text_gen|char_ram~44294_combout = (\text_gen|char_ram~44293_combout & (((\text_gen|char_ram~399_q )) # (!\vga_c|h_cnt [4]))) # (!\text_gen|char_ram~44293_combout & (\vga_c|h_cnt [4] & ((\text_gen|char_ram~343_q )))) + + .dataa(\text_gen|char_ram~44293_combout ), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~399_q ), + .datad(\text_gen|char_ram~343_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44294_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44294 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44294 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y16_N15 +dffeas \text_gen|char_ram~784 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54576_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~784_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~784 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~784 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y16_N13 +dffeas \text_gen|char_ram~840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54572_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~840 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44291 ( +// Equation(s): +// \text_gen|char_ram~44291_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~840_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~784_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~784_q ), + .datad(\text_gen|char_ram~840_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44291_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44291 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44291 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y16_N13 +dffeas \text_gen|char_ram~847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54580_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y16_N27 +dffeas \text_gen|char_ram~791 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54568_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~791_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~791 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~791 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y16_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44292 ( +// Equation(s): +// \text_gen|char_ram~44292_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44291_combout & (\text_gen|char_ram~847_q )) # (!\text_gen|char_ram~44291_combout & ((\text_gen|char_ram~791_q ))))) # (!\vga_c|h_cnt [4] & (\text_gen|char_ram~44291_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44291_combout ), + .datac(\text_gen|char_ram~847_q ), + .datad(\text_gen|char_ram~791_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44292_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44292 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44292 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y42_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44295 ( +// Equation(s): +// \text_gen|char_ram~44295_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44292_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44294_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44294_combout ), + .datad(\text_gen|char_ram~44292_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44295_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44295 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44295 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44298 ( +// Equation(s): +// \text_gen|char_ram~44298_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44295_combout & ((\text_gen|char_ram~44297_combout ))) # (!\text_gen|char_ram~44295_combout & (\text_gen|char_ram~44290_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44295_combout )))) + + .dataa(\text_gen|char_ram~44290_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44297_combout ), + .datad(\text_gen|char_ram~44295_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44298_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44298 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44298 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44299 ( +// Equation(s): +// \text_gen|char_ram~44299_combout = (\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout ) # ((\text_gen|char_ram~44288_combout )))) # (!\text_gen|Add5~12_combout & (!\text_gen|Add5~14_combout & ((\text_gen|char_ram~44298_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44288_combout ), + .datad(\text_gen|char_ram~44298_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44299_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44299 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44299 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y31_N5 +dffeas \text_gen|char_ram~23184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N15 +dffeas \text_gen|char_ram~23240 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56876_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23240_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23240 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23240 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44307 ( +// Equation(s): +// \text_gen|char_ram~44307_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~23240_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~23184_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~23184_q ), + .datad(\text_gen|char_ram~23240_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44307_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44307 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44307 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y21_N7 +dffeas \text_gen|char_ram~23247 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56992_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23247_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23247 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23247 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y27_N7 +dffeas \text_gen|char_ram~23191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56755_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44308 ( +// Equation(s): +// \text_gen|char_ram~44308_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44307_combout & (\text_gen|char_ram~23247_q )) # (!\text_gen|char_ram~44307_combout & ((\text_gen|char_ram~23191_q ))))) # (!\vga_c|h_cnt [4] & +// (\text_gen|char_ram~44307_combout )) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44307_combout ), + .datac(\text_gen|char_ram~23247_q ), + .datad(\text_gen|char_ram~23191_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44308_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44308 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44308 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y56_N1 +dffeas \text_gen|char_ram~22743 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53410_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22743_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22743 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22743 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y56_N19 +dffeas \text_gen|char_ram~22799 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53619_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22799_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22799 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22799 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y59_N27 +dffeas \text_gen|char_ram~22736 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53555_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22736_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22736 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22736 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y59_N22 +cycloneiv_lcell_comb \text_gen|char_ram~22792feeder ( +// Equation(s): +// \text_gen|char_ram~22792feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22792feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22792feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22792feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y59_N23 +dffeas \text_gen|char_ram~22792 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22792feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53491_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22792_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22792 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22792 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y59_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44300 ( +// Equation(s): +// \text_gen|char_ram~44300_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & ((\text_gen|char_ram~22792_q ))) # (!\vga_c|h_cnt [7] & (\text_gen|char_ram~22736_q )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~22736_q ), + .datad(\text_gen|char_ram~22792_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44300_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44300 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44300 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y56_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44301 ( +// Equation(s): +// \text_gen|char_ram~44301_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44300_combout & ((\text_gen|char_ram~22799_q ))) # (!\text_gen|char_ram~44300_combout & (\text_gen|char_ram~22743_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44300_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22743_q ), + .datac(\text_gen|char_ram~22799_q ), + .datad(\text_gen|char_ram~44300_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44301_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44301 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44301 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y19_N20 +cycloneiv_lcell_comb \text_gen|char_ram~22295feeder ( +// Equation(s): +// \text_gen|char_ram~22295feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~22295feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~22295feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~22295feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y19_N21 +dffeas \text_gen|char_ram~22295 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~22295feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54588_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22295_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22295 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22295 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y21_N15 +dffeas \text_gen|char_ram~22351 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54596_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22351_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22351 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22351 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y12_N19 +dffeas \text_gen|char_ram~22344 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54584_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22344_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22344 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22344 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y15_N7 +dffeas \text_gen|char_ram~22288 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54592_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~22288_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~22288 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~22288 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y15_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44302 ( +// Equation(s): +// \text_gen|char_ram~44302_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~22344_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & ((\text_gen|char_ram~22288_q )))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~22344_q ), + .datad(\text_gen|char_ram~22288_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44302_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44302 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44302 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44303 ( +// Equation(s): +// \text_gen|char_ram~44303_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44302_combout & ((\text_gen|char_ram~22351_q ))) # (!\text_gen|char_ram~44302_combout & (\text_gen|char_ram~22295_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44302_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~22295_q ), + .datac(\text_gen|char_ram~22351_q ), + .datad(\text_gen|char_ram~44302_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44303_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44303 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44303 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y24_N17 +dffeas \text_gen|char_ram~21847 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55626_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21847_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21847 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21847 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y24_N23 +dffeas \text_gen|char_ram~21903 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55638_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21903_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21903 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21903 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y38_N3 +dffeas \text_gen|char_ram~21840 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55634_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21840_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21840 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21840 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y41_N23 +dffeas \text_gen|char_ram~21896 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55630_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~21896_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~21896 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~21896 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y38_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44304 ( +// Equation(s): +// \text_gen|char_ram~44304_combout = (\vga_c|h_cnt [7] & ((\vga_c|h_cnt [4]) # ((\text_gen|char_ram~21896_q )))) # (!\vga_c|h_cnt [7] & (!\vga_c|h_cnt [4] & (\text_gen|char_ram~21840_q ))) + + .dataa(\vga_c|h_cnt [7]), + .datab(\vga_c|h_cnt [4]), + .datac(\text_gen|char_ram~21840_q ), + .datad(\text_gen|char_ram~21896_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44304_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44304 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44304 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44305 ( +// Equation(s): +// \text_gen|char_ram~44305_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44304_combout & ((\text_gen|char_ram~21903_q ))) # (!\text_gen|char_ram~44304_combout & (\text_gen|char_ram~21847_q )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44304_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~21847_q ), + .datac(\text_gen|char_ram~21903_q ), + .datad(\text_gen|char_ram~44304_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44305_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44305 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44305 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44306 ( +// Equation(s): +// \text_gen|char_ram~44306_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44303_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~44305_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44303_combout ), + .datad(\text_gen|char_ram~44305_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44306_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44306 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44306 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y21_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44309 ( +// Equation(s): +// \text_gen|char_ram~44309_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44306_combout & (\text_gen|char_ram~44308_combout )) # (!\text_gen|char_ram~44306_combout & ((\text_gen|char_ram~44301_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44306_combout )))) + + .dataa(\text_gen|char_ram~44308_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44301_combout ), + .datad(\text_gen|char_ram~44306_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44309_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44309 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44309 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44310 ( +// Equation(s): +// \text_gen|char_ram~44310_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44299_combout & ((\text_gen|char_ram~44309_combout ))) # (!\text_gen|char_ram~44299_combout & (\text_gen|char_ram~44278_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44299_combout )))) + + .dataa(\text_gen|char_ram~44278_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44299_combout ), + .datad(\text_gen|char_ram~44309_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44310_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44310 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~44310 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44311 ( +// Equation(s): +// \text_gen|char_ram~44311_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~44268_combout )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~44310_combout ))))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~44268_combout ), + .datad(\text_gen|char_ram~44310_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44311_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44311 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44311 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44354 ( +// Equation(s): +// \text_gen|char_ram~44354_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44311_combout & ((\text_gen|char_ram~44353_combout ))) # (!\text_gen|char_ram~44311_combout & (\text_gen|char_ram~44226_combout )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44311_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44226_combout ), + .datac(\text_gen|char_ram~44353_combout ), + .datad(\text_gen|char_ram~44311_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44354_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44354 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44354 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y20_N17 +dffeas \text_gen|char_ram~24115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y20_N3 +dffeas \text_gen|char_ram~24087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54153_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y20_N3 +dffeas \text_gen|char_ram~24101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54197_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44046 ( +// Equation(s): +// \text_gen|char_ram~44046_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~24101_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24087_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24087_q ), + .datad(\text_gen|char_ram~24101_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44046_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44046 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44046 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y22_N7 +dffeas \text_gen|char_ram~24129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54205_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24129 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y22_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44047 ( +// Equation(s): +// \text_gen|char_ram~44047_combout = (\text_gen|char_ram~44046_combout & (((\text_gen|char_ram~24129_q ) # (!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~44046_combout & (\text_gen|char_ram~24115_q & ((\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~24115_q ), + .datab(\text_gen|char_ram~44046_combout ), + .datac(\text_gen|char_ram~24129_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44047_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44047 .lut_mask = 16'hE2CC; +defparam \text_gen|char_ram~44047 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y26_N23 +dffeas \text_gen|char_ram~24997 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56762_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24997_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24997 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24997 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X82_Y26_N25 +dffeas \text_gen|char_ram~25025 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56810_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25025_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25025 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25025 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y26_N15 +dffeas \text_gen|char_ram~24983 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24983_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24983 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24983 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y24_N23 +dffeas \text_gen|char_ram~25011 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56801_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25011_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25011 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25011 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y26_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44053 ( +// Equation(s): +// \text_gen|char_ram~44053_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25011_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24983_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24983_q ), + .datad(\text_gen|char_ram~25011_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44053_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44053 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44053 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y26_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44054 ( +// Equation(s): +// \text_gen|char_ram~44054_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44053_combout & ((\text_gen|char_ram~25025_q ))) # (!\text_gen|char_ram~44053_combout & (\text_gen|char_ram~24997_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44053_combout )))) + + .dataa(\text_gen|char_ram~24997_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25025_q ), + .datad(\text_gen|char_ram~44053_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44054_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44054 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44054 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N11 +dffeas \text_gen|char_ram~24549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24549 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y54_N3 +dffeas \text_gen|char_ram~24577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y54_N21 +dffeas \text_gen|char_ram~24535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53023_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N3 +dffeas \text_gen|char_ram~24563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53022_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24563 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44048 ( +// Equation(s): +// \text_gen|char_ram~44048_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24563_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24535_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24535_q ), + .datad(\text_gen|char_ram~24563_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44048_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44048 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44048 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44049 ( +// Equation(s): +// \text_gen|char_ram~44049_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44048_combout & ((\text_gen|char_ram~24577_q ))) # (!\text_gen|char_ram~44048_combout & (\text_gen|char_ram~24549_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44048_combout )))) + + .dataa(\text_gen|char_ram~24549_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24577_q ), + .datad(\text_gen|char_ram~44048_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44049_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44049 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44049 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y40_N27 +dffeas \text_gen|char_ram~23639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54924_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23639 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y40_N13 +dffeas \text_gen|char_ram~23653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23653 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44050 ( +// Equation(s): +// \text_gen|char_ram~44050_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~23653_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23639_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23639_q ), + .datad(\text_gen|char_ram~23653_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44050_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44050 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44050 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X55_Y38_N27 +dffeas \text_gen|char_ram~23681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54985_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23681 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X55_Y38_N29 +dffeas \text_gen|char_ram~23667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54936_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23667 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X55_Y38_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44051 ( +// Equation(s): +// \text_gen|char_ram~44051_combout = (\text_gen|char_ram~44050_combout & (((\text_gen|char_ram~23681_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~44050_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23667_q )))) + + .dataa(\text_gen|char_ram~44050_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23681_q ), + .datad(\text_gen|char_ram~23667_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44051_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44051 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44051 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44052 ( +// Equation(s): +// \text_gen|char_ram~44052_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~44049_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~44051_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44049_combout ), + .datad(\text_gen|char_ram~44051_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44052_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44052 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44052 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44055 ( +// Equation(s): +// \text_gen|char_ram~44055_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44052_combout & ((\text_gen|char_ram~44054_combout ))) # (!\text_gen|char_ram~44052_combout & (\text_gen|char_ram~44047_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44052_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44047_combout ), + .datac(\text_gen|char_ram~44054_combout ), + .datad(\text_gen|char_ram~44052_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44055_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44055 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44055 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X79_Y38_N19 +dffeas \text_gen|char_ram~3479 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56643_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3479_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3479 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3479 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y34_N5 +dffeas \text_gen|char_ram~3507 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56497_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3507_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3507 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3507 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44042 ( +// Equation(s): +// \text_gen|char_ram~44042_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3507_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3479_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3479_q ), + .datad(\text_gen|char_ram~3507_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44042_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44042 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44042 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y24_N29 +dffeas \text_gen|char_ram~3521 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56691_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3521_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3521 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3521 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y24_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3493feeder ( +// Equation(s): +// \text_gen|char_ram~3493feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3493feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3493feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3493feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y24_N23 +dffeas \text_gen|char_ram~3493 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3493feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56579_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3493_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3493 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3493 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44043 ( +// Equation(s): +// \text_gen|char_ram~44043_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44042_combout & (\text_gen|char_ram~3521_q )) # (!\text_gen|char_ram~44042_combout & ((\text_gen|char_ram~3493_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~44042_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~44042_combout ), + .datac(\text_gen|char_ram~3521_q ), + .datad(\text_gen|char_ram~3493_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44043_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44043 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44043 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y54_N13 +dffeas \text_gen|char_ram~3045 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52913_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3045_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3045 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3045 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y54_N19 +dffeas \text_gen|char_ram~3073 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52972_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3073_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3073 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3073 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N9 +dffeas \text_gen|char_ram~3059 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52933_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3059_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3059 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3059 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y53_N1 +dffeas \text_gen|char_ram~3031 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3031_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3031 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3031 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y53_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44035 ( +// Equation(s): +// \text_gen|char_ram~44035_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3059_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~3031_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3059_q ), + .datac(\text_gen|char_ram~3031_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44035_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44035 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44035 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y54_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44036 ( +// Equation(s): +// \text_gen|char_ram~44036_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44035_combout & ((\text_gen|char_ram~3073_q ))) # (!\text_gen|char_ram~44035_combout & (\text_gen|char_ram~3045_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44035_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3045_q ), + .datac(\text_gen|char_ram~3073_q ), + .datad(\text_gen|char_ram~44035_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44036_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44036 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44036 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y40_N17 +dffeas \text_gen|char_ram~2163 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54961_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2163_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2163 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2163 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y40_N23 +dffeas \text_gen|char_ram~2177 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54945_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2177_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2177 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2177 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y38_N25 +dffeas \text_gen|char_ram~2135 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54965_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2135_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2135 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2135 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y44_N15 +dffeas \text_gen|char_ram~2149 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54949_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2149_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2149 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2149 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y38_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44039 ( +// Equation(s): +// \text_gen|char_ram~44039_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~2149_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2135_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2135_q ), + .datad(\text_gen|char_ram~2149_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44039_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44039 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44039 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y40_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44040 ( +// Equation(s): +// \text_gen|char_ram~44040_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44039_combout & ((\text_gen|char_ram~2177_q ))) # (!\text_gen|char_ram~44039_combout & (\text_gen|char_ram~2163_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44039_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2163_q ), + .datac(\text_gen|char_ram~2177_q ), + .datad(\text_gen|char_ram~44039_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44040_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44040 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44040 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y20_N17 +dffeas \text_gen|char_ram~2597 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54163_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2597_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2597 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2597 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y20_N3 +dffeas \text_gen|char_ram~2583 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54179_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2583_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2583 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2583 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44037 ( +// Equation(s): +// \text_gen|char_ram~44037_combout = (\vga_c|h_cnt [6] & (((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~2597_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~2583_q ))))) + + .dataa(\text_gen|char_ram~2597_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2583_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44037_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44037 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44037 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y20_N23 +dffeas \text_gen|char_ram~2625 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54171_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2625_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2625 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2625 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2611feeder ( +// Equation(s): +// \text_gen|char_ram~2611feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2611feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2611feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2611feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y20_N25 +dffeas \text_gen|char_ram~2611 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2611feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54187_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2611_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2611 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2611 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y20_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44038 ( +// Equation(s): +// \text_gen|char_ram~44038_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44037_combout & (\text_gen|char_ram~2625_q )) # (!\text_gen|char_ram~44037_combout & ((\text_gen|char_ram~2611_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~44037_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44037_combout ), + .datac(\text_gen|char_ram~2625_q ), + .datad(\text_gen|char_ram~2611_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44038_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44038 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44038 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44041 ( +// Equation(s): +// \text_gen|char_ram~44041_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44038_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44040_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44040_combout ), + .datad(\text_gen|char_ram~44038_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44041_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44041 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44041 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44044 ( +// Equation(s): +// \text_gen|char_ram~44044_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44041_combout & (\text_gen|char_ram~44043_combout )) # (!\text_gen|char_ram~44041_combout & ((\text_gen|char_ram~44036_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44041_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44043_combout ), + .datac(\text_gen|char_ram~44036_combout ), + .datad(\text_gen|char_ram~44041_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44044_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44044 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44044 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y30_N12 +cycloneiv_lcell_comb \text_gen|char_ram~16499feeder ( +// Equation(s): +// \text_gen|char_ram~16499feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16499feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16499feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16499feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y30_N13 +dffeas \text_gen|char_ram~16499 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16499feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54969_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16499_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16499 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16499 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y22_N9 +dffeas \text_gen|char_ram~16513 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54953_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16513_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16513 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16513 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y24_N31 +dffeas \text_gen|char_ram~16471 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54957_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16471_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16471 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16471 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y24_N13 +dffeas \text_gen|char_ram~16485 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54940_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16485_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16485 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16485 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y24_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44029 ( +// Equation(s): +// \text_gen|char_ram~44029_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16485_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16471_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16471_q ), + .datad(\text_gen|char_ram~16485_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44029_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44029 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44029 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44030 ( +// Equation(s): +// \text_gen|char_ram~44030_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44029_combout & ((\text_gen|char_ram~16513_q ))) # (!\text_gen|char_ram~44029_combout & (\text_gen|char_ram~16499_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44029_combout )))) + + .dataa(\text_gen|char_ram~16499_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16513_q ), + .datad(\text_gen|char_ram~44029_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44030_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44030 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44030 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y22_N25 +dffeas \text_gen|char_ram~16947 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16947_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16947 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16947 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y22_N31 +dffeas \text_gen|char_ram~16961 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54203_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16961_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16961 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16961 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y24_N19 +dffeas \text_gen|char_ram~16919 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54155_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16919_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16919 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16919 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y20_N31 +dffeas \text_gen|char_ram~16933 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54195_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16933_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16933 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16933 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44027 ( +// Equation(s): +// \text_gen|char_ram~44027_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16933_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16919_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16919_q ), + .datad(\text_gen|char_ram~16933_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44027_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44027 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44027 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44028 ( +// Equation(s): +// \text_gen|char_ram~44028_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44027_combout & ((\text_gen|char_ram~16961_q ))) # (!\text_gen|char_ram~44027_combout & (\text_gen|char_ram~16947_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44027_combout )))) + + .dataa(\text_gen|char_ram~16947_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16961_q ), + .datad(\text_gen|char_ram~44027_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44028_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44028 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44028 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y22_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44031 ( +// Equation(s): +// \text_gen|char_ram~44031_combout = (\text_gen|Add5~4_combout & (((\text_gen|char_ram~44028_combout ) # (\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (\text_gen|char_ram~44030_combout & ((!\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44030_combout ), + .datac(\text_gen|char_ram~44028_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44031_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44031 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~44031 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X40_Y50_N27 +dffeas \text_gen|char_ram~17367 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52873_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17367_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17367 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17367 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y46_N3 +dffeas \text_gen|char_ram~17395 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52849_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17395_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17395 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17395 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X40_Y50_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44025 ( +// Equation(s): +// \text_gen|char_ram~44025_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~17395_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17367_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17367_q ), + .datad(\text_gen|char_ram~17395_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44025_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44025 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44025 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y54_N15 +dffeas \text_gen|char_ram~17409 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52890_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17409_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17409 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17409 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y54_N21 +dffeas \text_gen|char_ram~17381 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52832_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17381_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17381 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17381 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y54_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44026 ( +// Equation(s): +// \text_gen|char_ram~44026_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44025_combout & (\text_gen|char_ram~17409_q )) # (!\text_gen|char_ram~44025_combout & ((\text_gen|char_ram~17381_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~44025_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~44025_combout ), + .datac(\text_gen|char_ram~17409_q ), + .datad(\text_gen|char_ram~17381_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44026_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44026 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44026 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~17829feeder ( +// Equation(s): +// \text_gen|char_ram~17829feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~17829feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~17829feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~17829feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y24_N9 +dffeas \text_gen|char_ram~17829 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~17829feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56082_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17829_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17829 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17829 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y23_N1 +dffeas \text_gen|char_ram~17857 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56212_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17857_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17857 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17857 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y27_N19 +dffeas \text_gen|char_ram~17843 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56018_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17843_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17843 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17843 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X42_Y27_N5 +dffeas \text_gen|char_ram~17815 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56146_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17815_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17815 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17815 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X42_Y27_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44032 ( +// Equation(s): +// \text_gen|char_ram~44032_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~17843_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~17815_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~17843_q ), + .datac(\text_gen|char_ram~17815_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44032_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44032 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44032 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y23_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44033 ( +// Equation(s): +// \text_gen|char_ram~44033_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44032_combout & ((\text_gen|char_ram~17857_q ))) # (!\text_gen|char_ram~44032_combout & (\text_gen|char_ram~17829_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44032_combout )))) + + .dataa(\text_gen|char_ram~17829_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17857_q ), + .datad(\text_gen|char_ram~44032_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44033_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44033 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44033 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44034 ( +// Equation(s): +// \text_gen|char_ram~44034_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44031_combout & ((\text_gen|char_ram~44033_combout ))) # (!\text_gen|char_ram~44031_combout & (\text_gen|char_ram~44026_combout )))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~44031_combout )) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44031_combout ), + .datac(\text_gen|char_ram~44026_combout ), + .datad(\text_gen|char_ram~44033_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44034_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44034 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44034 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44045 ( +// Equation(s): +// \text_gen|char_ram~44045_combout = (\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~44034_combout )))) # (!\text_gen|Add5~14_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~44044_combout ))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44044_combout ), + .datad(\text_gen|char_ram~44034_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44045_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44045 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44045 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y32_N3 +dffeas \text_gen|char_ram~10647 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56227_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10647_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10647 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10647 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y32_N6 +cycloneiv_lcell_comb \text_gen|char_ram~10675feeder ( +// Equation(s): +// \text_gen|char_ram~10675feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10675feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10675feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10675feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y32_N7 +dffeas \text_gen|char_ram~10675 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10675feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56275_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10675_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10675 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10675 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y32_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44022 ( +// Equation(s): +// \text_gen|char_ram~44022_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10675_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10647_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10647_q ), + .datad(\text_gen|char_ram~10675_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44022_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44022 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44022 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y28_N19 +dffeas \text_gen|char_ram~10689 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10689_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10689 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10689 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y33_N29 +dffeas \text_gen|char_ram~10661 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56236_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10661_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10661 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10661 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y28_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44023 ( +// Equation(s): +// \text_gen|char_ram~44023_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44022_combout & (\text_gen|char_ram~10689_q )) # (!\text_gen|char_ram~44022_combout & ((\text_gen|char_ram~10661_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~44022_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~44022_combout ), + .datac(\text_gen|char_ram~10689_q ), + .datad(\text_gen|char_ram~10661_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44023_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44023 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44023 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y20_N30 +cycloneiv_lcell_comb \text_gen|char_ram~9793feeder ( +// Equation(s): +// \text_gen|char_ram~9793feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9793feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9793feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9793feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y20_N31 +dffeas \text_gen|char_ram~9793 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9793feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54173_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9793_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9793 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9793 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y20_N5 +dffeas \text_gen|char_ram~9779 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54189_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9779_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9779 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9779 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y12_N9 +dffeas \text_gen|char_ram~9751 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54181_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9751_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9751 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9751 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y17_N8 +cycloneiv_lcell_comb \text_gen|char_ram~9765feeder ( +// Equation(s): +// \text_gen|char_ram~9765feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9765feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9765feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9765feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y17_N9 +dffeas \text_gen|char_ram~9765 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9765feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54165_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9765_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9765 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9765 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y12_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44015 ( +// Equation(s): +// \text_gen|char_ram~44015_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9765_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9751_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9751_q ), + .datad(\text_gen|char_ram~9765_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44015_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44015 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44015 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44016 ( +// Equation(s): +// \text_gen|char_ram~44016_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44015_combout & (\text_gen|char_ram~9793_q )) # (!\text_gen|char_ram~44015_combout & ((\text_gen|char_ram~9779_q ))))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44015_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9793_q ), + .datac(\text_gen|char_ram~9779_q ), + .datad(\text_gen|char_ram~44015_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44016_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44016 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44016 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y60_N0 +cycloneiv_lcell_comb \text_gen|char_ram~10213feeder ( +// Equation(s): +// \text_gen|char_ram~10213feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10213feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10213feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10213feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X62_Y60_N1 +dffeas \text_gen|char_ram~10213 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10213feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52774_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10213_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10213 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10213 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y60_N21 +dffeas \text_gen|char_ram~10241 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52809_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10241_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10241 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10241 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~10227feeder ( +// Equation(s): +// \text_gen|char_ram~10227feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10227feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10227feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10227feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y39_N25 +dffeas \text_gen|char_ram~10227 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10227feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52752_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10227_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10227 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10227 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y59_N1 +dffeas \text_gen|char_ram~10199 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52796_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10199_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10199 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10199 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y59_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44017 ( +// Equation(s): +// \text_gen|char_ram~44017_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~10227_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~10199_q ))))) + + .dataa(\text_gen|char_ram~10227_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10199_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44017_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44017 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44017 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44018 ( +// Equation(s): +// \text_gen|char_ram~44018_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44017_combout & ((\text_gen|char_ram~10241_q ))) # (!\text_gen|char_ram~44017_combout & (\text_gen|char_ram~10213_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44017_combout )))) + + .dataa(\text_gen|char_ram~10213_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10241_q ), + .datad(\text_gen|char_ram~44017_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44018_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44018 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44018 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y39_N3 +dffeas \text_gen|char_ram~9331 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54928_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9331_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9331 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9331 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X68_Y44_N5 +dffeas \text_gen|char_ram~9345 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54977_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9345_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9345 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9345 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y41_N1 +dffeas \text_gen|char_ram~9303 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9303_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9303 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9303 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_ram~9317feeder ( +// Equation(s): +// \text_gen|char_ram~9317feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9317feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9317feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9317feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y44_N1 +dffeas \text_gen|char_ram~9317 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9317feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54981_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9317_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9317 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9317 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y41_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44019 ( +// Equation(s): +// \text_gen|char_ram~44019_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9317_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9303_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9303_q ), + .datad(\text_gen|char_ram~9317_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44019_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44019 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44019 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y44_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44020 ( +// Equation(s): +// \text_gen|char_ram~44020_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44019_combout & ((\text_gen|char_ram~9345_q ))) # (!\text_gen|char_ram~44019_combout & (\text_gen|char_ram~9331_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44019_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9331_q ), + .datac(\text_gen|char_ram~9345_q ), + .datad(\text_gen|char_ram~44019_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44020_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44020 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44020 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44021 ( +// Equation(s): +// \text_gen|char_ram~44021_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~44018_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~44020_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44018_combout ), + .datad(\text_gen|char_ram~44020_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44021_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44021 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44021 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44024 ( +// Equation(s): +// \text_gen|char_ram~44024_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44021_combout & (\text_gen|char_ram~44023_combout )) # (!\text_gen|char_ram~44021_combout & ((\text_gen|char_ram~44016_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44021_combout )))) + + .dataa(\text_gen|char_ram~44023_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44016_combout ), + .datad(\text_gen|char_ram~44021_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44024_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44024 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44024 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44056 ( +// Equation(s): +// \text_gen|char_ram~44056_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44045_combout & (\text_gen|char_ram~44055_combout )) # (!\text_gen|char_ram~44045_combout & ((\text_gen|char_ram~44024_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44045_combout )))) + + .dataa(\text_gen|char_ram~44055_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44045_combout ), + .datad(\text_gen|char_ram~44024_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44056_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44056 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44056 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y24_N19 +dffeas \text_gen|char_ram~10731 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56428_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10731_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10731 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10731 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y20_N25 +dffeas \text_gen|char_ram~9835 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54350_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9835_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9835 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9835 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y20_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44159 ( +// Equation(s): +// \text_gen|char_ram~44159_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~10731_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~9835_q ))))) + + .dataa(\text_gen|char_ram~10731_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9835_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44159 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y23_N25 +dffeas \text_gen|char_ram~10745 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56479_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10745_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10745 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10745 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y12_N27 +dffeas \text_gen|char_ram~9849 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54352_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9849_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9849 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9849 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y23_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44160 ( +// Equation(s): +// \text_gen|char_ram~44160_combout = (\text_gen|char_ram~44159_combout & (((\text_gen|char_ram~10745_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~44159_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~9849_q )))) + + .dataa(\text_gen|char_ram~44159_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10745_q ), + .datad(\text_gen|char_ram~9849_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44160 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y39_N19 +dffeas \text_gen|char_ram~9387 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55136_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9387_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9387 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9387 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y43_N13 +dffeas \text_gen|char_ram~9401 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55148_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9401_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9401 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9401 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44152 ( +// Equation(s): +// \text_gen|char_ram~44152_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9401_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9387_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9387_q ), + .datad(\text_gen|char_ram~9401_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44152 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y59_N29 +dffeas \text_gen|char_ram~10283 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52754_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10283_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10283 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10283 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y59_N7 +dffeas \text_gen|char_ram~10297 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52820_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10297_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10297 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10297 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y59_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44153 ( +// Equation(s): +// \text_gen|char_ram~44153_combout = (\text_gen|char_ram~44152_combout & (((\text_gen|char_ram~10297_q ) # (!\text_gen|Add5~6_combout )))) # (!\text_gen|char_ram~44152_combout & (\text_gen|char_ram~10283_q & ((\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~44152_combout ), + .datab(\text_gen|char_ram~10283_q ), + .datac(\text_gen|char_ram~10297_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44153 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y23_N31 +dffeas \text_gen|char_ram~3563 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56547_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3563_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3563 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3563 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y24_N15 +dffeas \text_gen|char_ram~3577 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56742_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3577_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3577 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3577 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y24_N29 +dffeas \text_gen|char_ram~2667 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54382_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2667_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2667 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2667 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X85_Y10_N3 +dffeas \text_gen|char_ram~2681 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54384_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2681_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2681 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2681 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44154 ( +// Equation(s): +// \text_gen|char_ram~44154_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2681_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2667_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2667_q ), + .datad(\text_gen|char_ram~2681_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44154 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X85_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44155 ( +// Equation(s): +// \text_gen|char_ram~44155_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44154_combout & ((\text_gen|char_ram~3577_q ))) # (!\text_gen|char_ram~44154_combout & (\text_gen|char_ram~3563_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44154_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3563_q ), + .datac(\text_gen|char_ram~3577_q ), + .datad(\text_gen|char_ram~44154_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44155 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y53_N9 +dffeas \text_gen|char_ram~3115 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52935_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3115_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3115 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3115 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y53_N27 +dffeas \text_gen|char_ram~3129 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52974_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3129_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3129 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3129 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y51_N29 +dffeas \text_gen|char_ram~2219 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55144_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2219_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2219 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2219 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y42_N10 +cycloneiv_lcell_comb \text_gen|char_ram~2233feeder ( +// Equation(s): +// \text_gen|char_ram~2233feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2233feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2233feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2233feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y42_N11 +dffeas \text_gen|char_ram~2233 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2233feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55140_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2233_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2233 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2233 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y51_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44156 ( +// Equation(s): +// \text_gen|char_ram~44156_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~2233_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~2219_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2219_q ), + .datad(\text_gen|char_ram~2233_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44156 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44157 ( +// Equation(s): +// \text_gen|char_ram~44157_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44156_combout & ((\text_gen|char_ram~3129_q ))) # (!\text_gen|char_ram~44156_combout & (\text_gen|char_ram~3115_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44156_combout )))) + + .dataa(\text_gen|char_ram~3115_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~3129_q ), + .datad(\text_gen|char_ram~44156_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44157 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44158 ( +// Equation(s): +// \text_gen|char_ram~44158_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44155_combout ) # ((\text_gen|Add5~12_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~44157_combout & !\text_gen|Add5~12_combout )))) + + .dataa(\text_gen|char_ram~44155_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44157_combout ), + .datad(\text_gen|Add5~12_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44158 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44161 ( +// Equation(s): +// \text_gen|char_ram~44161_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44158_combout & (\text_gen|char_ram~44160_combout )) # (!\text_gen|char_ram~44158_combout & ((\text_gen|char_ram~44153_combout ))))) # (!\text_gen|Add5~12_combout & +// (((\text_gen|char_ram~44158_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44160_combout ), + .datac(\text_gen|char_ram~44153_combout ), + .datad(\text_gen|char_ram~44158_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44161 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y53_N1 +dffeas \text_gen|char_ram~3087 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52955_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3087_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3087 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3087 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y45_N27 +dffeas \text_gen|char_ram~3101 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52915_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3101_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3101 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3101 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N24 +cycloneiv_lcell_comb \text_gen|char_ram~2205feeder ( +// Equation(s): +// \text_gen|char_ram~2205feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~2205feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2205feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~2205feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y42_N25 +dffeas \text_gen|char_ram~2205 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2205feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55156_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2205_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2205 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2205 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y42_N23 +dffeas \text_gen|char_ram~2191 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55160_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2191_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2191 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2191 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y42_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44166 ( +// Equation(s): +// \text_gen|char_ram~44166_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~2205_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~2191_q ))))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~2205_q ), + .datac(\text_gen|char_ram~2191_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44166 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44167 ( +// Equation(s): +// \text_gen|char_ram~44167_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44166_combout & ((\text_gen|char_ram~3101_q ))) # (!\text_gen|char_ram~44166_combout & (\text_gen|char_ram~3087_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44166_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3087_q ), + .datac(\text_gen|char_ram~3101_q ), + .datad(\text_gen|char_ram~44166_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44167 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y18_N13 +dffeas \text_gen|char_ram~3535 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56675_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3535_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3535 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3535 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y45_N17 +dffeas \text_gen|char_ram~3549 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56611_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3549_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3549 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3549 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y9_N16 +cycloneiv_lcell_comb \text_gen|char_ram~2653feeder ( +// Equation(s): +// \text_gen|char_ram~2653feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2653feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2653feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2653feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X54_Y9_N17 +dffeas \text_gen|char_ram~2653 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2653feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54376_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2653_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2653 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2653 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X54_Y12_N11 +dffeas \text_gen|char_ram~2639 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54374_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2639_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2639 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2639 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X54_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44164 ( +// Equation(s): +// \text_gen|char_ram~44164_combout = (\text_gen|Add5~6_combout & (((\vga_c|h_cnt [5])))) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & (\text_gen|char_ram~2653_q )) # (!\vga_c|h_cnt [5] & ((\text_gen|char_ram~2639_q ))))) + + .dataa(\text_gen|char_ram~2653_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~2639_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44164 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44165 ( +// Equation(s): +// \text_gen|char_ram~44165_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44164_combout & ((\text_gen|char_ram~3549_q ))) # (!\text_gen|char_ram~44164_combout & (\text_gen|char_ram~3535_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44164_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~3535_q ), + .datac(\text_gen|char_ram~3549_q ), + .datad(\text_gen|char_ram~44164_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44165 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44168 ( +// Equation(s): +// \text_gen|char_ram~44168_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~44165_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~12_combout & (\text_gen|char_ram~44167_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44167_combout ), + .datad(\text_gen|char_ram~44165_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44168 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y53_N15 +dffeas \text_gen|char_ram~10269 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52776_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10269_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10269 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10269 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y61_N15 +dffeas \text_gen|char_ram~10255 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52798_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10255_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10255 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10255 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y41_N3 +dffeas \text_gen|char_ram~9359 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55152_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9359_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9359 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9359 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y49_N5 +dffeas \text_gen|char_ram~9373 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55164_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9373_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9373 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9373 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y41_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44162 ( +// Equation(s): +// \text_gen|char_ram~44162_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9373_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9359_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9359_q ), + .datad(\text_gen|char_ram~9373_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44162 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44163 ( +// Equation(s): +// \text_gen|char_ram~44163_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44162_combout & (\text_gen|char_ram~10269_q )) # (!\text_gen|char_ram~44162_combout & ((\text_gen|char_ram~10255_q ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44162_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~10269_q ), + .datac(\text_gen|char_ram~10255_q ), + .datad(\text_gen|char_ram~44162_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44163 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y28_N28 +cycloneiv_lcell_comb \text_gen|char_ram~10703feeder ( +// Equation(s): +// \text_gen|char_ram~10703feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10703feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10703feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10703feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y28_N29 +dffeas \text_gen|char_ram~10703 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10703feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56419_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10703_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10703 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10703 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y25_N23 +dffeas \text_gen|char_ram~10717 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56470_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10717_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10717 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10717 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y12_N19 +dffeas \text_gen|char_ram~9821 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54344_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9821_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9821 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9821 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y12_N1 +dffeas \text_gen|char_ram~9807 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54342_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9807_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9807 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9807 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y12_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44169 ( +// Equation(s): +// \text_gen|char_ram~44169_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~9821_q ) # ((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~9807_q & !\text_gen|Add5~6_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~9821_q ), + .datac(\text_gen|char_ram~9807_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44169 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44170 ( +// Equation(s): +// \text_gen|char_ram~44170_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44169_combout & ((\text_gen|char_ram~10717_q ))) # (!\text_gen|char_ram~44169_combout & (\text_gen|char_ram~10703_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44169_combout )))) + + .dataa(\text_gen|char_ram~10703_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~10717_q ), + .datad(\text_gen|char_ram~44169_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44170 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44171 ( +// Equation(s): +// \text_gen|char_ram~44171_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44168_combout & ((\text_gen|char_ram~44170_combout ))) # (!\text_gen|char_ram~44168_combout & (\text_gen|char_ram~44163_combout )))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44168_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44168_combout ), + .datac(\text_gen|char_ram~44163_combout ), + .datad(\text_gen|char_ram~44170_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44171 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44172 ( +// Equation(s): +// \text_gen|char_ram~44172_combout = (\text_gen|Add5~14_combout & (\vga_c|h_cnt [6])) # (!\text_gen|Add5~14_combout & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~44161_combout )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~44171_combout ))))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~44161_combout ), + .datad(\text_gen|char_ram~44171_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44172 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X51_Y53_N23 +dffeas \text_gen|char_ram~17423 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52875_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17423_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17423 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17423 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y42_N3 +dffeas \text_gen|char_ram~17437 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52841_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17437_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17437 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17437 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y42_N17 +dffeas \text_gen|char_ram~16527 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55128_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16527_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16527 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16527 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y24_N14 +cycloneiv_lcell_comb \text_gen|char_ram~16541feeder ( +// Equation(s): +// \text_gen|char_ram~16541feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16541feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16541feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16541feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y24_N15 +dffeas \text_gen|char_ram~16541 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16541feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55124_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16541_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16541 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16541 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44146 ( +// Equation(s): +// \text_gen|char_ram~44146_combout = (\text_gen|Add5~6_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16541_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16527_q )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16527_q ), + .datad(\text_gen|char_ram~16541_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44146 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y42_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44147 ( +// Equation(s): +// \text_gen|char_ram~44147_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44146_combout & ((\text_gen|char_ram~17437_q ))) # (!\text_gen|char_ram~44146_combout & (\text_gen|char_ram~17423_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44146_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~17423_q ), + .datac(\text_gen|char_ram~17437_q ), + .datad(\text_gen|char_ram~44146_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44147 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X82_Y53_N22 +cycloneiv_lcell_comb \text_gen|char_ram~24591feeder ( +// Equation(s): +// \text_gen|char_ram~24591feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24591feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24591feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24591feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X82_Y53_N23 +dffeas \text_gen|char_ram~24591 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24591feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~53055_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24591_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24591 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24591 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X80_Y53_N31 +dffeas \text_gen|char_ram~24605 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53053_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24605_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24605 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24605 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y40_N17 +dffeas \text_gen|char_ram~23695 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55120_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23695_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23695 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23695 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y40_N19 +dffeas \text_gen|char_ram~23709 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55132_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23709_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23709 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23709 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44144 ( +// Equation(s): +// \text_gen|char_ram~44144_combout = (\vga_c|h_cnt [5] & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~23709_q )))) # (!\vga_c|h_cnt [5] & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~23695_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~23695_q ), + .datad(\text_gen|char_ram~23709_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44144 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y53_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44145 ( +// Equation(s): +// \text_gen|char_ram~44145_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44144_combout & ((\text_gen|char_ram~24605_q ))) # (!\text_gen|char_ram~44144_combout & (\text_gen|char_ram~24591_q )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44144_combout )))) + + .dataa(\text_gen|char_ram~24591_q ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~24605_q ), + .datad(\text_gen|char_ram~44144_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44145 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44148 ( +// Equation(s): +// \text_gen|char_ram~44148_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~44145_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44147_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44147_combout ), + .datad(\text_gen|char_ram~44145_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44148 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y9_N13 +dffeas \text_gen|char_ram~25039 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25039_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25039 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25039 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y9_N11 +dffeas \text_gen|char_ram~24143 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24143_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24143 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24143 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y9_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44149 ( +// Equation(s): +// \text_gen|char_ram~44149_combout = (\vga_c|h_cnt [5] & (((\text_gen|Add5~6_combout )))) # (!\vga_c|h_cnt [5] & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~25039_q )) # (!\text_gen|Add5~6_combout & ((\text_gen|char_ram~24143_q ))))) + + .dataa(\text_gen|char_ram~25039_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24143_q ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44149 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X67_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24157feeder ( +// Equation(s): +// \text_gen|char_ram~24157feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24157feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24157feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24157feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X67_Y15_N15 +dffeas \text_gen|char_ram~24157 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24157feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54392_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24157_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24157 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24157 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y25_N9 +dffeas \text_gen|char_ram~25053 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56959_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25053_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25053 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25053 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y25_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44150 ( +// Equation(s): +// \text_gen|char_ram~44150_combout = (\text_gen|char_ram~44149_combout & (((\text_gen|char_ram~25053_q ) # (!\vga_c|h_cnt [5])))) # (!\text_gen|char_ram~44149_combout & (\text_gen|char_ram~24157_q & ((\vga_c|h_cnt [5])))) + + .dataa(\text_gen|char_ram~44149_combout ), + .datab(\text_gen|char_ram~24157_q ), + .datac(\text_gen|char_ram~25053_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44150 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~16989feeder ( +// Equation(s): +// \text_gen|char_ram~16989feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16989feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16989feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16989feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y13_N29 +dffeas \text_gen|char_ram~16989 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16989feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54365_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16989_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16989 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16989 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y21_N23 +dffeas \text_gen|char_ram~17885 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56090_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17885_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17885 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17885 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X53_Y13_N25 +dffeas \text_gen|char_ram~16975 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54367_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16975_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16975 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16975 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y21_N25 +dffeas \text_gen|char_ram~17871 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56154_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17871_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17871 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17871 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X53_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44142 ( +// Equation(s): +// \text_gen|char_ram~44142_combout = (\text_gen|Add5~6_combout & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17871_q )))) # (!\text_gen|Add5~6_combout & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16975_q ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16975_q ), + .datad(\text_gen|char_ram~17871_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44142 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y21_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44143 ( +// Equation(s): +// \text_gen|char_ram~44143_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44142_combout & ((\text_gen|char_ram~17885_q ))) # (!\text_gen|char_ram~44142_combout & (\text_gen|char_ram~16989_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44142_combout )))) + + .dataa(\text_gen|char_ram~16989_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17885_q ), + .datad(\text_gen|char_ram~44142_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44143 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44151 ( +// Equation(s): +// \text_gen|char_ram~44151_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44148_combout & (\text_gen|char_ram~44150_combout )) # (!\text_gen|char_ram~44148_combout & ((\text_gen|char_ram~44143_combout ))))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44148_combout )) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44148_combout ), + .datac(\text_gen|char_ram~44150_combout ), + .datad(\text_gen|char_ram~44143_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44151 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y27_N13 +dffeas \text_gen|char_ram~17899 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56026_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17899_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17899 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17899 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y27_N3 +dffeas \text_gen|char_ram~17913 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56220_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17913_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17913 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17913 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X40_Y54_N15 +dffeas \text_gen|char_ram~17465 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52892_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17465_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17465 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17465 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y54_N17 +dffeas \text_gen|char_ram~17451 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52857_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17451_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17451 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17451 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X41_Y54_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44175 ( +// Equation(s): +// \text_gen|char_ram~44175_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~17465_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~17451_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~17465_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17451_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44175 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y27_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44176 ( +// Equation(s): +// \text_gen|char_ram~44176_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44175_combout & ((\text_gen|char_ram~17913_q ))) # (!\text_gen|char_ram~44175_combout & (\text_gen|char_ram~17899_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44175_combout )))) + + .dataa(\text_gen|char_ram~17899_q ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~17913_q ), + .datad(\text_gen|char_ram~44175_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44176 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y8_N5 +dffeas \text_gen|char_ram~17003 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54366_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17003_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17003 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17003 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y15_N17 +dffeas \text_gen|char_ram~17017 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54368_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17017_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17017 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17017 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y38_N31 +dffeas \text_gen|char_ram~16555 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55176_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16555_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16555 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16555 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X41_Y22_N15 +dffeas \text_gen|char_ram~16569 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55172_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16569_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16569 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16569 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y38_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44177 ( +// Equation(s): +// \text_gen|char_ram~44177_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16569_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16555_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16555_q ), + .datad(\text_gen|char_ram~16569_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44177 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y15_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44178 ( +// Equation(s): +// \text_gen|char_ram~44178_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44177_combout & ((\text_gen|char_ram~17017_q ))) # (!\text_gen|char_ram~44177_combout & (\text_gen|char_ram~17003_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44177_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~17003_q ), + .datac(\text_gen|char_ram~17017_q ), + .datad(\text_gen|char_ram~44177_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44178 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y45_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44179 ( +// Equation(s): +// \text_gen|char_ram~44179_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~12_combout ) # ((\text_gen|char_ram~44176_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~12_combout & ((\text_gen|char_ram~44178_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44176_combout ), + .datad(\text_gen|char_ram~44178_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44179 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y26_N21 +dffeas \text_gen|char_ram~25067 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56975_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25067_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25067 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25067 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y24_N9 +dffeas \text_gen|char_ram~25081 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~57010_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25081_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25081 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25081 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y57_N21 +dffeas \text_gen|char_ram~24633 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24633_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24633 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24633 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y57_N5 +dffeas \text_gen|char_ram~24619 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53054_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24619_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24619 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24619 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44180 ( +// Equation(s): +// \text_gen|char_ram~44180_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~24633_q ) # ((\text_gen|Add5~4_combout )))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~24619_q & !\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~24633_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24619_q ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44180 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y24_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44181 ( +// Equation(s): +// \text_gen|char_ram~44181_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44180_combout & ((\text_gen|char_ram~25081_q ))) # (!\text_gen|char_ram~44180_combout & (\text_gen|char_ram~25067_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44180_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~25067_q ), + .datac(\text_gen|char_ram~25081_q ), + .datad(\text_gen|char_ram~44180_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44181 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X66_Y11_N3 +dffeas \text_gen|char_ram~24171 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54388_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24171_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24171 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24171 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y11_N29 +dffeas \text_gen|char_ram~24185 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54400_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24185_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24185 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24185 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y38_N11 +dffeas \text_gen|char_ram~23723 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55168_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23723_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23723 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23723 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y38_N29 +dffeas \text_gen|char_ram~23737 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55180_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23737_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23737 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23737 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y38_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44173 ( +// Equation(s): +// \text_gen|char_ram~44173_combout = (\text_gen|Add5~4_combout & (\vga_c|h_cnt [5])) # (!\text_gen|Add5~4_combout & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~23737_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23723_q )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23723_q ), + .datad(\text_gen|char_ram~23737_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44173 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y11_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44174 ( +// Equation(s): +// \text_gen|char_ram~44174_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44173_combout & ((\text_gen|char_ram~24185_q ))) # (!\text_gen|char_ram~44173_combout & (\text_gen|char_ram~24171_q )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44173_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~24171_q ), + .datac(\text_gen|char_ram~24185_q ), + .datad(\text_gen|char_ram~44173_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44174 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44182 ( +// Equation(s): +// \text_gen|char_ram~44182_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44179_combout & (\text_gen|char_ram~44181_combout )) # (!\text_gen|char_ram~44179_combout & ((\text_gen|char_ram~44174_combout ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44179_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44179_combout ), + .datac(\text_gen|char_ram~44181_combout ), + .datad(\text_gen|char_ram~44174_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44182 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y45_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44183 ( +// Equation(s): +// \text_gen|char_ram~44183_combout = (\text_gen|char_ram~44172_combout & (((\text_gen|char_ram~44182_combout ) # (!\text_gen|Add5~14_combout )))) # (!\text_gen|char_ram~44172_combout & (\text_gen|char_ram~44151_combout & (\text_gen|Add5~14_combout ))) + + .dataa(\text_gen|char_ram~44172_combout ), + .datab(\text_gen|char_ram~44151_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~44182_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44183 .lut_mask = 16'hEA4A; +defparam \text_gen|char_ram~44183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y15_N14 +cycloneiv_lcell_comb \text_gen|char_ram~24150feeder ( +// Equation(s): +// \text_gen|char_ram~24150feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24150feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24150feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24150feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y15_N15 +dffeas \text_gen|char_ram~24150 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24150feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54260_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24150_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24150 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24150 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y15_N13 +dffeas \text_gen|char_ram~24136 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54268_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24136_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24136 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24136 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y15_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44088 ( +// Equation(s): +// \text_gen|char_ram~44088_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~24150_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~24136_q & !\vga_c|h_cnt [6])))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24150_q ), + .datac(\text_gen|char_ram~24136_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44088_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44088 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44088 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X69_Y15_N7 +dffeas \text_gen|char_ram~24178 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54272_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24178_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24178 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24178 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y15_N9 +dffeas \text_gen|char_ram~24164 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54264_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24164_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24164 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24164 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y15_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44089 ( +// Equation(s): +// \text_gen|char_ram~44089_combout = (\text_gen|char_ram~44088_combout & (((\text_gen|char_ram~24178_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~44088_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~24164_q )))) + + .dataa(\text_gen|char_ram~44088_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24178_q ), + .datad(\text_gen|char_ram~24164_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44089_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44089 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44089 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y27_N13 +dffeas \text_gen|char_ram~25046 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56869_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25046_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25046 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25046 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y27_N15 +dffeas \text_gen|char_ram~25074 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56879_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25074_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25074 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25074 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y31_N13 +dffeas \text_gen|char_ram~25060 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56866_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25060_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25060 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25060 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y31_N29 +dffeas \text_gen|char_ram~25032 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25032_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25032 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25032 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X79_Y31_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44095 ( +// Equation(s): +// \text_gen|char_ram~44095_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~25060_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~25032_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~25060_q ), + .datac(\text_gen|char_ram~25032_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44095_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44095 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44095 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y27_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44096 ( +// Equation(s): +// \text_gen|char_ram~44096_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44095_combout & ((\text_gen|char_ram~25074_q ))) # (!\text_gen|char_ram~44095_combout & (\text_gen|char_ram~25046_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44095_combout )))) + + .dataa(\text_gen|char_ram~25046_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~25074_q ), + .datad(\text_gen|char_ram~44095_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44096_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44096 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44096 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N2 +cycloneiv_lcell_comb \text_gen|char_ram~23702feeder ( +// Equation(s): +// \text_gen|char_ram~23702feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23702feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23702feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23702feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y39_N3 +dffeas \text_gen|char_ram~23702 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23702feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55003_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23702_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23702 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23702 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y39_N23 +dffeas \text_gen|char_ram~23688 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54991_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23688_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23688 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23688 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44092 ( +// Equation(s): +// \text_gen|char_ram~44092_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~23702_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~23688_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23702_q ), + .datad(\text_gen|char_ram~23688_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44092_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44092 .lut_mask = 16'hB9A8; +defparam \text_gen|char_ram~44092 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y39_N25 +dffeas \text_gen|char_ram~23730 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55052_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23730_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23730 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23730 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y39_N21 +dffeas \text_gen|char_ram~23716 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23716_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23716 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23716 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44093 ( +// Equation(s): +// \text_gen|char_ram~44093_combout = (\text_gen|char_ram~44092_combout & (((\text_gen|char_ram~23730_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~44092_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~23716_q )))) + + .dataa(\text_gen|char_ram~44092_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~23730_q ), + .datad(\text_gen|char_ram~23716_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44093_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44093 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44093 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y58_N9 +dffeas \text_gen|char_ram~24598 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52996_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24598_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24598 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24598 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y58_N23 +dffeas \text_gen|char_ram~24626 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24626_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24626 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24626 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y57_N19 +dffeas \text_gen|char_ram~24584 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52998_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24584_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24584 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24584 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y57_N0 +cycloneiv_lcell_comb \text_gen|char_ram~24612feeder ( +// Equation(s): +// \text_gen|char_ram~24612feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24612feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24612feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24612feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y57_N1 +dffeas \text_gen|char_ram~24612 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24612feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52997_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24612_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24612 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24612 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y57_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44090 ( +// Equation(s): +// \text_gen|char_ram~44090_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24612_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24584_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24584_q ), + .datad(\text_gen|char_ram~24612_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44090_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44090 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44090 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y58_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44091 ( +// Equation(s): +// \text_gen|char_ram~44091_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44090_combout & ((\text_gen|char_ram~24626_q ))) # (!\text_gen|char_ram~44090_combout & (\text_gen|char_ram~24598_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44090_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24598_q ), + .datac(\text_gen|char_ram~24626_q ), + .datad(\text_gen|char_ram~44090_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44091_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44091 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44091 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44094 ( +// Equation(s): +// \text_gen|char_ram~44094_combout = (\text_gen|Add5~6_combout & (((\text_gen|char_ram~44091_combout ) # (\text_gen|Add5~4_combout )))) # (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44093_combout & ((!\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44093_combout ), + .datac(\text_gen|char_ram~44091_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44094_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44094 .lut_mask = 16'hAAE4; +defparam \text_gen|char_ram~44094 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44097 ( +// Equation(s): +// \text_gen|char_ram~44097_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44094_combout & ((\text_gen|char_ram~44096_combout ))) # (!\text_gen|char_ram~44094_combout & (\text_gen|char_ram~44089_combout )))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44094_combout )))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|char_ram~44089_combout ), + .datac(\text_gen|char_ram~44096_combout ), + .datad(\text_gen|char_ram~44094_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44097_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44097 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44097 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y27_N25 +dffeas \text_gen|char_ram~3542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56563_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y27_N9 +dffeas \text_gen|char_ram~3570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56707_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3570 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y28_N30 +cycloneiv_lcell_comb \text_gen|char_ram~3556feeder ( +// Equation(s): +// \text_gen|char_ram~3556feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3556feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3556feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3556feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y28_N31 +dffeas \text_gen|char_ram~3556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3556feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56515_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3556 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y27_N29 +dffeas \text_gen|char_ram~3528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56627_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3528 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y27_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44084 ( +// Equation(s): +// \text_gen|char_ram~44084_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~3556_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~3528_q ))))) + + .dataa(\text_gen|char_ram~3556_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3528_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44084_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44084 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44084 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y27_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44085 ( +// Equation(s): +// \text_gen|char_ram~44085_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44084_combout & ((\text_gen|char_ram~3570_q ))) # (!\text_gen|char_ram~44084_combout & (\text_gen|char_ram~3542_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44084_combout )))) + + .dataa(\text_gen|char_ram~3542_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3570_q ), + .datad(\text_gen|char_ram~44084_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44085_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44085 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44085 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X80_Y17_N6 +cycloneiv_lcell_comb \text_gen|char_ram~2660feeder ( +// Equation(s): +// \text_gen|char_ram~2660feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2660feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2660feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2660feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y17_N7 +dffeas \text_gen|char_ram~2660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2660feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54243_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y35_N7 +dffeas \text_gen|char_ram~2674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54255_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y8_N23 +dffeas \text_gen|char_ram~2632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54251_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2632 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y8_N1 +dffeas \text_gen|char_ram~2646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54247_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y8_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44079 ( +// Equation(s): +// \text_gen|char_ram~44079_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2646_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2632_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2632_q ), + .datad(\text_gen|char_ram~2646_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44079_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44079 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44079 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44080 ( +// Equation(s): +// \text_gen|char_ram~44080_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44079_combout & ((\text_gen|char_ram~2674_q ))) # (!\text_gen|char_ram~44079_combout & (\text_gen|char_ram~2660_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44079_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~2660_q ), + .datac(\text_gen|char_ram~2674_q ), + .datad(\text_gen|char_ram~44079_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44080_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44080 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44080 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y38_N7 +dffeas \text_gen|char_ram~2184 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55032_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2184_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2184 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2184 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X70_Y38_N1 +dffeas \text_gen|char_ram~2198 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55028_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2198_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2198 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2198 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y38_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44081 ( +// Equation(s): +// \text_gen|char_ram~44081_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~2198_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~2184_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2184_q ), + .datad(\text_gen|char_ram~2198_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44081_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44081 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44081 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y35_N9 +dffeas \text_gen|char_ram~2226 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55012_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2226_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2226 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2226 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y35_N9 +dffeas \text_gen|char_ram~2212 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55016_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2212_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2212 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2212 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44082 ( +// Equation(s): +// \text_gen|char_ram~44082_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44081_combout & (\text_gen|char_ram~2226_q )) # (!\text_gen|char_ram~44081_combout & ((\text_gen|char_ram~2212_q ))))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~44081_combout +// )) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~44081_combout ), + .datac(\text_gen|char_ram~2226_q ), + .datad(\text_gen|char_ram~2212_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44082_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44082 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44082 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44083 ( +// Equation(s): +// \text_gen|char_ram~44083_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44080_combout ) # ((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & (((\text_gen|char_ram~44082_combout & !\text_gen|Add5~6_combout )))) + + .dataa(\text_gen|char_ram~44080_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44082_combout ), + .datad(\text_gen|Add5~6_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44083_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44083 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44083 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y54_N21 +dffeas \text_gen|char_ram~3108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52932_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y53_N3 +dffeas \text_gen|char_ram~3080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52952_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3080 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y53_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44077 ( +// Equation(s): +// \text_gen|char_ram~44077_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~3108_q ) # ((\vga_c|h_cnt [5])))) # (!\vga_c|h_cnt [6] & (((\text_gen|char_ram~3080_q & !\vga_c|h_cnt [5])))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~3108_q ), + .datac(\text_gen|char_ram~3080_q ), + .datad(\vga_c|h_cnt [5]), + .cin(gnd), + .combout(\text_gen|char_ram~44077_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44077 .lut_mask = 16'hAAD8; +defparam \text_gen|char_ram~44077 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y54_N3 +dffeas \text_gen|char_ram~3122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52971_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y53_N5 +dffeas \text_gen|char_ram~3094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52912_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X76_Y54_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44078 ( +// Equation(s): +// \text_gen|char_ram~44078_combout = (\text_gen|char_ram~44077_combout & (((\text_gen|char_ram~3122_q )) # (!\vga_c|h_cnt [5]))) # (!\text_gen|char_ram~44077_combout & (\vga_c|h_cnt [5] & ((\text_gen|char_ram~3094_q )))) + + .dataa(\text_gen|char_ram~44077_combout ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3122_q ), + .datad(\text_gen|char_ram~3094_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44078_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44078 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44078 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44086 ( +// Equation(s): +// \text_gen|char_ram~44086_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44083_combout & (\text_gen|char_ram~44085_combout )) # (!\text_gen|char_ram~44083_combout & ((\text_gen|char_ram~44078_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44083_combout )))) + + .dataa(\text_gen|char_ram~44085_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44083_combout ), + .datad(\text_gen|char_ram~44078_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44086_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44086 .lut_mask = 16'hBCB0; +defparam \text_gen|char_ram~44086 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~9380feeder ( +// Equation(s): +// \text_gen|char_ram~9380feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9380feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9380feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9380feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N29 +dffeas \text_gen|char_ram~9380 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9380feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55007_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9380_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9380 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9380 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y39_N1 +dffeas \text_gen|char_ram~9394 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55020_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9394_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9394 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9394 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y39_N19 +dffeas \text_gen|char_ram~9352 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55024_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9352_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9352 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9352 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y43_N12 +cycloneiv_lcell_comb \text_gen|char_ram~9366feeder ( +// Equation(s): +// \text_gen|char_ram~9366feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(\uart_inst|rx_data [0]), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|char_ram~9366feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9366feeder .lut_mask = 16'hF0F0; +defparam \text_gen|char_ram~9366feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y43_N13 +dffeas \text_gen|char_ram~9366 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9366feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55036_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9366_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9366 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9366 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44071 ( +// Equation(s): +// \text_gen|char_ram~44071_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9366_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9352_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9352_q ), + .datad(\text_gen|char_ram~9366_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44071_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44071 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44071 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y39_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44072 ( +// Equation(s): +// \text_gen|char_ram~44072_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44071_combout & ((\text_gen|char_ram~9394_q ))) # (!\text_gen|char_ram~44071_combout & (\text_gen|char_ram~9380_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44071_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9380_q ), + .datac(\text_gen|char_ram~9394_q ), + .datad(\text_gen|char_ram~44071_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44072_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44072 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44072 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y60_N19 +dffeas \text_gen|char_ram~10290 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52818_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10290_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10290 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10290 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y60_N21 +dffeas \text_gen|char_ram~10262 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52773_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10262_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10262 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10262 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y61_N23 +dffeas \text_gen|char_ram~10276 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52751_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10276_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10276 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10276 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y61_N29 +dffeas \text_gen|char_ram~10248 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52795_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10248_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10248 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10248 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y61_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44069 ( +// Equation(s): +// \text_gen|char_ram~44069_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~10276_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~10248_q ))))) + + .dataa(\text_gen|char_ram~10276_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10248_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44069_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44069 .lut_mask = 16'hEE30; +defparam \text_gen|char_ram~44069 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y60_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44070 ( +// Equation(s): +// \text_gen|char_ram~44070_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44069_combout & (\text_gen|char_ram~10290_q )) # (!\text_gen|char_ram~44069_combout & ((\text_gen|char_ram~10262_q ))))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44069_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10290_q ), + .datac(\text_gen|char_ram~10262_q ), + .datad(\text_gen|char_ram~44069_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44070_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44070 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44070 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44073 ( +// Equation(s): +// \text_gen|char_ram~44073_combout = (\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout ) # ((\text_gen|char_ram~44070_combout )))) # (!\text_gen|Add5~6_combout & (!\text_gen|Add5~4_combout & (\text_gen|char_ram~44072_combout ))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44072_combout ), + .datad(\text_gen|char_ram~44070_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44073_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44073 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44073 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y12_N25 +dffeas \text_gen|char_ram~9800 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54234_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9800_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9800 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9800 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9814feeder ( +// Equation(s): +// \text_gen|char_ram~9814feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9814feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9814feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9814feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y13_N11 +dffeas \text_gen|char_ram~9814 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9814feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54226_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9814_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9814 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9814 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y12_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44067 ( +// Equation(s): +// \text_gen|char_ram~44067_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~9814_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9800_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9800_q ), + .datad(\text_gen|char_ram~9814_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44067_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44067 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44067 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X68_Y13_N24 +cycloneiv_lcell_comb \text_gen|char_ram~9842feeder ( +// Equation(s): +// \text_gen|char_ram~9842feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9842feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9842feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9842feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y13_N25 +dffeas \text_gen|char_ram~9842 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9842feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54238_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9842_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9842 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9842 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y16_N16 +cycloneiv_lcell_comb \text_gen|char_ram~9828feeder ( +// Equation(s): +// \text_gen|char_ram~9828feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9828feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9828feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9828feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y16_N17 +dffeas \text_gen|char_ram~9828 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9828feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54230_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9828_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9828 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9828 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y13_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44068 ( +// Equation(s): +// \text_gen|char_ram~44068_combout = (\text_gen|char_ram~44067_combout & ((\text_gen|char_ram~9842_q ) # ((!\vga_c|h_cnt [6])))) # (!\text_gen|char_ram~44067_combout & (((\vga_c|h_cnt [6] & \text_gen|char_ram~9828_q )))) + + .dataa(\text_gen|char_ram~44067_combout ), + .datab(\text_gen|char_ram~9842_q ), + .datac(\vga_c|h_cnt [6]), + .datad(\text_gen|char_ram~9828_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44068_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44068 .lut_mask = 16'hDA8A; +defparam \text_gen|char_ram~44068 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X75_Y32_N29 +dffeas \text_gen|char_ram~10710 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10710_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10710 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10710 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X75_Y31_N5 +dffeas \text_gen|char_ram~10696 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10696_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10696 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10696 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~10724feeder ( +// Equation(s): +// \text_gen|char_ram~10724feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10724feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10724feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10724feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y31_N23 +dffeas \text_gen|char_ram~10724 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10724feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10724_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10724 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10724 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44074 ( +// Equation(s): +// \text_gen|char_ram~44074_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10724_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10696_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10696_q ), + .datad(\text_gen|char_ram~10724_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44074_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44074 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44074 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X76_Y31_N7 +dffeas \text_gen|char_ram~10738 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56348_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10738_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10738 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10738 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X75_Y31_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44075 ( +// Equation(s): +// \text_gen|char_ram~44075_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44074_combout & ((\text_gen|char_ram~10738_q ))) # (!\text_gen|char_ram~44074_combout & (\text_gen|char_ram~10710_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44074_combout )))) + + .dataa(\text_gen|char_ram~10710_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~44074_combout ), + .datad(\text_gen|char_ram~10738_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44075_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44075 .lut_mask = 16'hF838; +defparam \text_gen|char_ram~44075 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N0 +cycloneiv_lcell_comb \text_gen|char_ram~44076 ( +// Equation(s): +// \text_gen|char_ram~44076_combout = (\text_gen|char_ram~44073_combout & (((\text_gen|char_ram~44075_combout ) # (!\text_gen|Add5~4_combout )))) # (!\text_gen|char_ram~44073_combout & (\text_gen|char_ram~44068_combout & ((\text_gen|Add5~4_combout )))) + + .dataa(\text_gen|char_ram~44073_combout ), + .datab(\text_gen|char_ram~44068_combout ), + .datac(\text_gen|char_ram~44075_combout ), + .datad(\text_gen|Add5~4_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44076_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44076 .lut_mask = 16'hE4AA; +defparam \text_gen|char_ram~44076 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44087 ( +// Equation(s): +// \text_gen|char_ram~44087_combout = (\text_gen|Add5~14_combout & (\text_gen|Add5~12_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|Add5~12_combout & ((\text_gen|char_ram~44076_combout ))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44086_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|Add5~12_combout ), + .datac(\text_gen|char_ram~44086_combout ), + .datad(\text_gen|char_ram~44076_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44087_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44087 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44087 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y35_N5 +dffeas \text_gen|char_ram~17878 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56077_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17878_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17878 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17878 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y35_N15 +dffeas \text_gen|char_ram~17906 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56207_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17906_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17906 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17906 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y31_N31 +dffeas \text_gen|char_ram~17864 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56141_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17864_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17864 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17864 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y31_N1 +dffeas \text_gen|char_ram~17892 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56013_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17892_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17892 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17892 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y31_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44064 ( +// Equation(s): +// \text_gen|char_ram~44064_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17892_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17864_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17864_q ), + .datad(\text_gen|char_ram~17892_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44064_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44064 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44064 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44065 ( +// Equation(s): +// \text_gen|char_ram~44065_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44064_combout & ((\text_gen|char_ram~17906_q ))) # (!\text_gen|char_ram~44064_combout & (\text_gen|char_ram~17878_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44064_combout )))) + + .dataa(\text_gen|char_ram~17878_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17906_q ), + .datad(\text_gen|char_ram~44064_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44065_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44065 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44065 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y52_N31 +dffeas \text_gen|char_ram~17430 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52839_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17430_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17430 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17430 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y35_N29 +dffeas \text_gen|char_ram~17458 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52889_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17458_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17458 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17458 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X38_Y53_N7 +dffeas \text_gen|char_ram~17416 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52872_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17416_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17416 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17416 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y37_N31 +dffeas \text_gen|char_ram~17444 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52855_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17444_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17444 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17444 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X38_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44057 ( +// Equation(s): +// \text_gen|char_ram~44057_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~17444_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~17416_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~17416_q ), + .datad(\text_gen|char_ram~17444_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44057_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44057 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44057 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44058 ( +// Equation(s): +// \text_gen|char_ram~44058_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44057_combout & ((\text_gen|char_ram~17458_q ))) # (!\text_gen|char_ram~44057_combout & (\text_gen|char_ram~17430_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44057_combout )))) + + .dataa(\text_gen|char_ram~17430_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17458_q ), + .datad(\text_gen|char_ram~44057_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44058_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44058 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44058 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X47_Y35_N11 +dffeas \text_gen|char_ram~16548 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55048_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16548_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16548 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16548 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y39_N11 +dffeas \text_gen|char_ram~16562 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55044_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16562_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16562 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16562 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y36_N27 +dffeas \text_gen|char_ram~16520 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54999_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16520_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16520 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16520 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X46_Y36_N22 +cycloneiv_lcell_comb \text_gen|char_ram~16534feeder ( +// Equation(s): +// \text_gen|char_ram~16534feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16534feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16534feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16534feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X46_Y36_N23 +dffeas \text_gen|char_ram~16534 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16534feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54995_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16534_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16534 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16534 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y36_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44061 ( +// Equation(s): +// \text_gen|char_ram~44061_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16534_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16520_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16520_q ), + .datad(\text_gen|char_ram~16534_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44061_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44061 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44061 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44062 ( +// Equation(s): +// \text_gen|char_ram~44062_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44061_combout & ((\text_gen|char_ram~16562_q ))) # (!\text_gen|char_ram~44061_combout & (\text_gen|char_ram~16548_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44061_combout )))) + + .dataa(\text_gen|char_ram~16548_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16562_q ), + .datad(\text_gen|char_ram~44061_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44062_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44062 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44062 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X50_Y12_N1 +dffeas \text_gen|char_ram~16996 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54210_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16996_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16996 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16996 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X50_Y12_N11 +dffeas \text_gen|char_ram~17010 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54222_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17010_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17010 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17010 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X49_Y12_N15 +dffeas \text_gen|char_ram~16968 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54218_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16968_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16968 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16968 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y12_N6 +cycloneiv_lcell_comb \text_gen|char_ram~16982feeder ( +// Equation(s): +// \text_gen|char_ram~16982feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16982feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16982feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16982feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y12_N7 +dffeas \text_gen|char_ram~16982 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16982feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54214_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16982_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16982 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16982 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X49_Y12_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44059 ( +// Equation(s): +// \text_gen|char_ram~44059_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~16982_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~16968_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16968_q ), + .datad(\text_gen|char_ram~16982_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44059_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44059 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44059 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X50_Y12_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44060 ( +// Equation(s): +// \text_gen|char_ram~44060_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44059_combout & ((\text_gen|char_ram~17010_q ))) # (!\text_gen|char_ram~44059_combout & (\text_gen|char_ram~16996_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44059_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~16996_q ), + .datac(\text_gen|char_ram~17010_q ), + .datad(\text_gen|char_ram~44059_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44060_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44060 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44060 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y35_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44063 ( +// Equation(s): +// \text_gen|char_ram~44063_combout = (\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout ) # ((\text_gen|char_ram~44060_combout )))) # (!\text_gen|Add5~4_combout & (!\text_gen|Add5~6_combout & (\text_gen|char_ram~44062_combout ))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44062_combout ), + .datad(\text_gen|char_ram~44060_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44063_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44063 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44063 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44066 ( +// Equation(s): +// \text_gen|char_ram~44066_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44063_combout & (\text_gen|char_ram~44065_combout )) # (!\text_gen|char_ram~44063_combout & ((\text_gen|char_ram~44058_combout ))))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44063_combout )))) + + .dataa(\text_gen|char_ram~44065_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44058_combout ), + .datad(\text_gen|char_ram~44063_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44066_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44066 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44066 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44098 ( +// Equation(s): +// \text_gen|char_ram~44098_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~44087_combout & (\text_gen|char_ram~44097_combout )) # (!\text_gen|char_ram~44087_combout & ((\text_gen|char_ram~44066_combout ))))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|char_ram~44087_combout )))) + + .dataa(\text_gen|Add5~14_combout ), + .datab(\text_gen|char_ram~44097_combout ), + .datac(\text_gen|char_ram~44087_combout ), + .datad(\text_gen|char_ram~44066_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44098_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44098 .lut_mask = 16'hDAD0; +defparam \text_gen|char_ram~44098 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y40_N23 +dffeas \text_gen|char_ram~2142 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55088_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2142_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2142 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2142 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y40_N27 +dffeas \text_gen|char_ram~2170 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55100_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2170_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2170 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2170 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y39_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2156feeder ( +// Equation(s): +// \text_gen|char_ram~2156feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2156feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2156feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2156feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y39_N29 +dffeas \text_gen|char_ram~2156 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2156feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55092_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2156_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2156 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2156 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y38_N13 +dffeas \text_gen|char_ram~2128 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55096_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2128_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2128 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2128 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y38_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44123 ( +// Equation(s): +// \text_gen|char_ram~44123_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~2156_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~2128_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~2156_q ), + .datac(\text_gen|char_ram~2128_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44123 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44124 ( +// Equation(s): +// \text_gen|char_ram~44124_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44123_combout & ((\text_gen|char_ram~2170_q ))) # (!\text_gen|char_ram~44123_combout & (\text_gen|char_ram~2142_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44123_combout )))) + + .dataa(\text_gen|char_ram~2142_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~2170_q ), + .datad(\text_gen|char_ram~44123_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44124 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y54_N17 +dffeas \text_gen|char_ram~3038 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52914_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3038_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3038 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3038 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X77_Y40_N25 +dffeas \text_gen|char_ram~3066 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52973_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3066_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3066 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3066 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X78_Y53_N7 +dffeas \text_gen|char_ram~3024 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52954_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3024_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3024 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3024 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X79_Y53_N19 +dffeas \text_gen|char_ram~3052 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3052_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3052 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3052 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y53_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44121 ( +// Equation(s): +// \text_gen|char_ram~44121_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3052_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3024_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3024_q ), + .datad(\text_gen|char_ram~3052_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44121 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44122 ( +// Equation(s): +// \text_gen|char_ram~44122_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44121_combout & ((\text_gen|char_ram~3066_q ))) # (!\text_gen|char_ram~44121_combout & (\text_gen|char_ram~3038_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44121_combout )))) + + .dataa(\text_gen|char_ram~3038_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~3066_q ), + .datad(\text_gen|char_ram~44121_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44122 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44125 ( +// Equation(s): +// \text_gen|char_ram~44125_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~44122_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~44124_combout )))) + + .dataa(\text_gen|char_ram~44124_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~44122_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44125 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~44125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y8_N17 +dffeas \text_gen|char_ram~2576 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54316_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2576_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2576 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2576 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y8_N28 +cycloneiv_lcell_comb \text_gen|char_ram~2604feeder ( +// Equation(s): +// \text_gen|char_ram~2604feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2604feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2604feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2604feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y8_N29 +dffeas \text_gen|char_ram~2604 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2604feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54312_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2604_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2604 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2604 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y8_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44119 ( +// Equation(s): +// \text_gen|char_ram~44119_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~2604_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~2576_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~2576_q ), + .datad(\text_gen|char_ram~2604_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44119 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y8_N27 +dffeas \text_gen|char_ram~2618 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54320_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2618_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2618 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2618 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X78_Y8_N2 +cycloneiv_lcell_comb \text_gen|char_ram~2590feeder ( +// Equation(s): +// \text_gen|char_ram~2590feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~2590feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~2590feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~2590feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X78_Y8_N3 +dffeas \text_gen|char_ram~2590 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~2590feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54308_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~2590_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~2590 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~2590 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y8_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44120 ( +// Equation(s): +// \text_gen|char_ram~44120_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44119_combout & (\text_gen|char_ram~2618_q )) # (!\text_gen|char_ram~44119_combout & ((\text_gen|char_ram~2590_q ))))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~44119_combout +// )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~44119_combout ), + .datac(\text_gen|char_ram~2618_q ), + .datad(\text_gen|char_ram~2590_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44120 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y24_N15 +dffeas \text_gen|char_ram~3486 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56595_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3486_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3486 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3486 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y24_N7 +dffeas \text_gen|char_ram~3514 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56723_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3514_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3514 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3514 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y24_N29 +dffeas \text_gen|char_ram~3472 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56659_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3472_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3472 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3472 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y34_N22 +cycloneiv_lcell_comb \text_gen|char_ram~3500feeder ( +// Equation(s): +// \text_gen|char_ram~3500feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~3500feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~3500feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~3500feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X84_Y34_N23 +dffeas \text_gen|char_ram~3500 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~3500feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~56531_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~3500_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~3500 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~3500 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y24_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44126 ( +// Equation(s): +// \text_gen|char_ram~44126_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~3500_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~3472_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~3472_q ), + .datad(\text_gen|char_ram~3500_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44126 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y24_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44127 ( +// Equation(s): +// \text_gen|char_ram~44127_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44126_combout & ((\text_gen|char_ram~3514_q ))) # (!\text_gen|char_ram~44126_combout & (\text_gen|char_ram~3486_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44126_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~3486_q ), + .datac(\text_gen|char_ram~3514_q ), + .datad(\text_gen|char_ram~44126_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44127 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44128 ( +// Equation(s): +// \text_gen|char_ram~44128_combout = (\text_gen|char_ram~44125_combout & (((\text_gen|char_ram~44127_combout )) # (!\text_gen|Add5~4_combout ))) # (!\text_gen|char_ram~44125_combout & (\text_gen|Add5~4_combout & (\text_gen|char_ram~44120_combout ))) + + .dataa(\text_gen|char_ram~44125_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44120_combout ), + .datad(\text_gen|char_ram~44127_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44128 .lut_mask = 16'hEA62; +defparam \text_gen|char_ram~44128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y43_N9 +dffeas \text_gen|char_ram~17374 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52830_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17374_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17374 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17374 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y40_N19 +dffeas \text_gen|char_ram~17402 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52891_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17402_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17402 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17402 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y46_N25 +dffeas \text_gen|char_ram~17388 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52847_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17388_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17388 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17388 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y46_N27 +dffeas \text_gen|char_ram~17360 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52874_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17360_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17360 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17360 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y46_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44109 ( +// Equation(s): +// \text_gen|char_ram~44109_combout = (\vga_c|h_cnt [5] & (((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & (\text_gen|char_ram~17388_q )) # (!\vga_c|h_cnt [6] & ((\text_gen|char_ram~17360_q ))))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17388_q ), + .datac(\text_gen|char_ram~17360_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44109 .lut_mask = 16'hEE50; +defparam \text_gen|char_ram~44109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44110 ( +// Equation(s): +// \text_gen|char_ram~44110_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44109_combout & ((\text_gen|char_ram~17402_q ))) # (!\text_gen|char_ram~44109_combout & (\text_gen|char_ram~17374_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44109_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~17374_q ), + .datac(\text_gen|char_ram~17402_q ), + .datad(\text_gen|char_ram~44109_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44110 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y19_N11 +dffeas \text_gen|char_ram~17822 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56085_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17822_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17822 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17822 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y25_N23 +dffeas \text_gen|char_ram~17850 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56215_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17850_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17850 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17850 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y32_N5 +dffeas \text_gen|char_ram~17808 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56149_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17808_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17808 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17808 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y32_N13 +dffeas \text_gen|char_ram~17836 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56021_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~17836_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~17836 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~17836 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y32_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44116 ( +// Equation(s): +// \text_gen|char_ram~44116_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~17836_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~17808_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17808_q ), + .datad(\text_gen|char_ram~17836_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44116 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y25_N22 +cycloneiv_lcell_comb \text_gen|char_ram~44117 ( +// Equation(s): +// \text_gen|char_ram~44117_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44116_combout & ((\text_gen|char_ram~17850_q ))) # (!\text_gen|char_ram~44116_combout & (\text_gen|char_ram~17822_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44116_combout )))) + + .dataa(\text_gen|char_ram~17822_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~17850_q ), + .datad(\text_gen|char_ram~44116_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44117 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y36_N17 +dffeas \text_gen|char_ram~16464 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55080_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16464_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16464 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16464 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y36_N24 +cycloneiv_lcell_comb \text_gen|char_ram~16478feeder ( +// Equation(s): +// \text_gen|char_ram~16478feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16478feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16478feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16478feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y36_N25 +dffeas \text_gen|char_ram~16478 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16478feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55072_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16478_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16478 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16478 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y36_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44113 ( +// Equation(s): +// \text_gen|char_ram~44113_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~16478_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~16464_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16464_q ), + .datad(\text_gen|char_ram~16478_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44113 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y40_N11 +dffeas \text_gen|char_ram~16506 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55084_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16506_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16506 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16506 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X44_Y36_N27 +dffeas \text_gen|char_ram~16492 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55076_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16492_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16492 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16492 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44114 ( +// Equation(s): +// \text_gen|char_ram~44114_combout = (\text_gen|char_ram~44113_combout & (((\text_gen|char_ram~16506_q )) # (!\vga_c|h_cnt [6]))) # (!\text_gen|char_ram~44113_combout & (\vga_c|h_cnt [6] & ((\text_gen|char_ram~16492_q )))) + + .dataa(\text_gen|char_ram~44113_combout ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16506_q ), + .datad(\text_gen|char_ram~16492_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44114 .lut_mask = 16'hE6A2; +defparam \text_gen|char_ram~44114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X44_Y32_N3 +dffeas \text_gen|char_ram~16940 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54276_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16940_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16940 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16940 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y40_N25 +dffeas \text_gen|char_ram~16954 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54288_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16954_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16954 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16954 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y15_N10 +cycloneiv_lcell_comb \text_gen|char_ram~16926feeder ( +// Equation(s): +// \text_gen|char_ram~16926feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~16926feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~16926feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~16926feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X45_Y15_N11 +dffeas \text_gen|char_ram~16926 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~16926feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54280_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16926_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16926 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16926 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X45_Y16_N31 +dffeas \text_gen|char_ram~16912 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54284_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~16912_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~16912 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~16912 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y16_N30 +cycloneiv_lcell_comb \text_gen|char_ram~44111 ( +// Equation(s): +// \text_gen|char_ram~44111_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~16926_q ) # ((\vga_c|h_cnt [6])))) # (!\vga_c|h_cnt [5] & (((\text_gen|char_ram~16912_q & !\vga_c|h_cnt [6])))) + + .dataa(\text_gen|char_ram~16926_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~16912_q ), + .datad(\vga_c|h_cnt [6]), + .cin(gnd), + .combout(\text_gen|char_ram~44111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44111 .lut_mask = 16'hCCB8; +defparam \text_gen|char_ram~44111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X45_Y40_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44112 ( +// Equation(s): +// \text_gen|char_ram~44112_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44111_combout & ((\text_gen|char_ram~16954_q ))) # (!\text_gen|char_ram~44111_combout & (\text_gen|char_ram~16940_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44111_combout )))) + + .dataa(\text_gen|char_ram~16940_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~16954_q ), + .datad(\text_gen|char_ram~44111_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44112 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44115 ( +// Equation(s): +// \text_gen|char_ram~44115_combout = (\text_gen|Add5~6_combout & (\text_gen|Add5~4_combout )) # (!\text_gen|Add5~6_combout & ((\text_gen|Add5~4_combout & ((\text_gen|char_ram~44112_combout ))) # (!\text_gen|Add5~4_combout & +// (\text_gen|char_ram~44114_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44114_combout ), + .datad(\text_gen|char_ram~44112_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44115 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44118 ( +// Equation(s): +// \text_gen|char_ram~44118_combout = (\text_gen|Add5~6_combout & ((\text_gen|char_ram~44115_combout & ((\text_gen|char_ram~44117_combout ))) # (!\text_gen|char_ram~44115_combout & (\text_gen|char_ram~44110_combout )))) # (!\text_gen|Add5~6_combout & +// (((\text_gen|char_ram~44115_combout )))) + + .dataa(\text_gen|Add5~6_combout ), + .datab(\text_gen|char_ram~44110_combout ), + .datac(\text_gen|char_ram~44117_combout ), + .datad(\text_gen|char_ram~44115_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44118 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N4 +cycloneiv_lcell_comb \text_gen|char_ram~44129 ( +// Equation(s): +// \text_gen|char_ram~44129_combout = (\text_gen|Add5~12_combout & (\text_gen|Add5~14_combout )) # (!\text_gen|Add5~12_combout & ((\text_gen|Add5~14_combout & ((\text_gen|char_ram~44118_combout ))) # (!\text_gen|Add5~14_combout & +// (\text_gen|char_ram~44128_combout )))) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(\text_gen|char_ram~44128_combout ), + .datad(\text_gen|char_ram~44118_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44129 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X80_Y29_N17 +dffeas \text_gen|char_ram~24990 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56934_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24990_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24990 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24990 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y29_N29 +dffeas \text_gen|char_ram~25018 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56943_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25018_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25018 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25018 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X83_Y31_N3 +dffeas \text_gen|char_ram~24976 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56938_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24976_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24976 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24976 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X84_Y31_N5 +dffeas \text_gen|char_ram~25004 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56931_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~25004_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~25004 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~25004 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X83_Y31_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44137 ( +// Equation(s): +// \text_gen|char_ram~44137_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~25004_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24976_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24976_q ), + .datad(\text_gen|char_ram~25004_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44137 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X84_Y29_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44138 ( +// Equation(s): +// \text_gen|char_ram~44138_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44137_combout & ((\text_gen|char_ram~25018_q ))) # (!\text_gen|char_ram~44137_combout & (\text_gen|char_ram~24990_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44137_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~24990_q ), + .datac(\text_gen|char_ram~25018_q ), + .datad(\text_gen|char_ram~44137_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44138 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X56_Y19_N26 +cycloneiv_lcell_comb \text_gen|char_ram~24108feeder ( +// Equation(s): +// \text_gen|char_ram~24108feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~24108feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~24108feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~24108feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X56_Y19_N27 +dffeas \text_gen|char_ram~24108 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~24108feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54328_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24108_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24108 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24108 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X48_Y21_N9 +dffeas \text_gen|char_ram~24122 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54336_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24122_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24122 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24122 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y16_N15 +dffeas \text_gen|char_ram~24080 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54332_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24080_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24080 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24080 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X59_Y15_N31 +dffeas \text_gen|char_ram~24094 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54324_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24094_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24094 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24094 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y16_N14 +cycloneiv_lcell_comb \text_gen|char_ram~44130 ( +// Equation(s): +// \text_gen|char_ram~44130_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~24094_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24080_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24080_q ), + .datad(\text_gen|char_ram~24094_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44130 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y21_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44131 ( +// Equation(s): +// \text_gen|char_ram~44131_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44130_combout & ((\text_gen|char_ram~24122_q ))) # (!\text_gen|char_ram~44130_combout & (\text_gen|char_ram~24108_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44130_combout )))) + + .dataa(\text_gen|char_ram~24108_q ), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~24122_q ), + .datad(\text_gen|char_ram~44130_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44131 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y53_N27 +dffeas \text_gen|char_ram~24542 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53037_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24542_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24542 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24542 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X71_Y53_N25 +dffeas \text_gen|char_ram~24570 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53040_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24570_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24570 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24570 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y53_N25 +dffeas \text_gen|char_ram~24528 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53039_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24528_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24528 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24528 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y53_N25 +dffeas \text_gen|char_ram~24556 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~53038_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~24556_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~24556 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~24556 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44132 ( +// Equation(s): +// \text_gen|char_ram~44132_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~24556_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~24528_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24528_q ), + .datad(\text_gen|char_ram~24556_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44132 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y53_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44133 ( +// Equation(s): +// \text_gen|char_ram~44133_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44132_combout & ((\text_gen|char_ram~24570_q ))) # (!\text_gen|char_ram~44132_combout & (\text_gen|char_ram~24542_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44132_combout )))) + + .dataa(\text_gen|char_ram~24542_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~24570_q ), + .datad(\text_gen|char_ram~44132_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44133 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y39_N1 +dffeas \text_gen|char_ram~23660 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55108_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23660_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23660 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23660 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X72_Y40_N29 +dffeas \text_gen|char_ram~23674 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55116_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23674_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23674 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23674 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y39_N11 +dffeas \text_gen|char_ram~23632 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55112_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23632_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23632 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23632 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X71_Y39_N24 +cycloneiv_lcell_comb \text_gen|char_ram~23646feeder ( +// Equation(s): +// \text_gen|char_ram~23646feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~23646feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~23646feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~23646feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X71_Y39_N25 +dffeas \text_gen|char_ram~23646 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~23646feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55104_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~23646_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~23646 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~23646 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44134 ( +// Equation(s): +// \text_gen|char_ram~44134_combout = (\vga_c|h_cnt [6] & (\vga_c|h_cnt [5])) # (!\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5] & ((\text_gen|char_ram~23646_q ))) # (!\vga_c|h_cnt [5] & (\text_gen|char_ram~23632_q )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~23632_q ), + .datad(\text_gen|char_ram~23646_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44134 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y40_N28 +cycloneiv_lcell_comb \text_gen|char_ram~44135 ( +// Equation(s): +// \text_gen|char_ram~44135_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44134_combout & ((\text_gen|char_ram~23674_q ))) # (!\text_gen|char_ram~44134_combout & (\text_gen|char_ram~23660_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44134_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~23660_q ), + .datac(\text_gen|char_ram~23674_q ), + .datad(\text_gen|char_ram~44134_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44135 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y21_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44136 ( +// Equation(s): +// \text_gen|char_ram~44136_combout = (\text_gen|Add5~4_combout & (\text_gen|Add5~6_combout )) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & (\text_gen|char_ram~44133_combout )) # (!\text_gen|Add5~6_combout & +// ((\text_gen|char_ram~44135_combout ))))) + + .dataa(\text_gen|Add5~4_combout ), + .datab(\text_gen|Add5~6_combout ), + .datac(\text_gen|char_ram~44133_combout ), + .datad(\text_gen|char_ram~44135_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44136 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X48_Y21_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44139 ( +// Equation(s): +// \text_gen|char_ram~44139_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44136_combout & (\text_gen|char_ram~44138_combout )) # (!\text_gen|char_ram~44136_combout & ((\text_gen|char_ram~44131_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44136_combout )))) + + .dataa(\text_gen|char_ram~44138_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44131_combout ), + .datad(\text_gen|char_ram~44136_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44139 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X72_Y34_N3 +dffeas \text_gen|char_ram~10640 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56396_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10640_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10640 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10640 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X73_Y34_N3 +dffeas \text_gen|char_ram~10668 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56380_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10668_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10668 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10668 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X72_Y34_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44106 ( +// Equation(s): +// \text_gen|char_ram~44106_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~10668_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~10640_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~10640_q ), + .datad(\text_gen|char_ram~10668_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44106 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X73_Y35_N13 +dffeas \text_gen|char_ram~10682 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56412_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10682_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10682 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10682 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X76_Y32_N31 +dffeas \text_gen|char_ram~10654 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~56364_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10654_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10654 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10654 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X73_Y35_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44107 ( +// Equation(s): +// \text_gen|char_ram~44107_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44106_combout & (\text_gen|char_ram~10682_q )) # (!\text_gen|char_ram~44106_combout & ((\text_gen|char_ram~10654_q ))))) # (!\vga_c|h_cnt [5] & +// (\text_gen|char_ram~44106_combout )) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~44106_combout ), + .datac(\text_gen|char_ram~10682_q ), + .datad(\text_gen|char_ram~10654_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44107 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X77_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~9772feeder ( +// Equation(s): +// \text_gen|char_ram~9772feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9772feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9772feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9772feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X77_Y20_N21 +dffeas \text_gen|char_ram~9772 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9772feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~54296_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9772_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9772 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9772 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y20_N9 +dffeas \text_gen|char_ram~9786 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54304_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9786_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9786 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9786 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X66_Y13_N11 +dffeas \text_gen|char_ram~9744 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54300_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9744_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9744 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9744 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y13_N23 +dffeas \text_gen|char_ram~9758 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~54292_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9758_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9758 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9758 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y13_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44099 ( +// Equation(s): +// \text_gen|char_ram~44099_combout = (\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6]) # ((\text_gen|char_ram~9758_q )))) # (!\vga_c|h_cnt [5] & (!\vga_c|h_cnt [6] & (\text_gen|char_ram~9744_q ))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~9744_q ), + .datad(\text_gen|char_ram~9758_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44099_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44099 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44099 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44100 ( +// Equation(s): +// \text_gen|char_ram~44100_combout = (\vga_c|h_cnt [6] & ((\text_gen|char_ram~44099_combout & ((\text_gen|char_ram~9786_q ))) # (!\text_gen|char_ram~44099_combout & (\text_gen|char_ram~9772_q )))) # (!\vga_c|h_cnt [6] & +// (((\text_gen|char_ram~44099_combout )))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\text_gen|char_ram~9772_q ), + .datac(\text_gen|char_ram~9786_q ), + .datad(\text_gen|char_ram~44099_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44100 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X68_Y44_N15 +dffeas \text_gen|char_ram~9310 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55056_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9310_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9310 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9310 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y40_N9 +dffeas \text_gen|char_ram~9338 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55068_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9338_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9338 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9338 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X69_Y40_N19 +dffeas \text_gen|char_ram~9296 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~55064_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9296_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9296 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9296 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y39_N10 +cycloneiv_lcell_comb \text_gen|char_ram~9324feeder ( +// Equation(s): +// \text_gen|char_ram~9324feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~9324feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~9324feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~9324feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X70_Y39_N11 +dffeas \text_gen|char_ram~9324 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~9324feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~55060_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~9324_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~9324 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~9324 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N18 +cycloneiv_lcell_comb \text_gen|char_ram~44103 ( +// Equation(s): +// \text_gen|char_ram~44103_combout = (\vga_c|h_cnt [6] & ((\vga_c|h_cnt [5]) # ((\text_gen|char_ram~9324_q )))) # (!\vga_c|h_cnt [6] & (!\vga_c|h_cnt [5] & (\text_gen|char_ram~9296_q ))) + + .dataa(\vga_c|h_cnt [6]), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9296_q ), + .datad(\text_gen|char_ram~9324_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44103 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y40_N8 +cycloneiv_lcell_comb \text_gen|char_ram~44104 ( +// Equation(s): +// \text_gen|char_ram~44104_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44103_combout & ((\text_gen|char_ram~9338_q ))) # (!\text_gen|char_ram~44103_combout & (\text_gen|char_ram~9310_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44103_combout )))) + + .dataa(\text_gen|char_ram~9310_q ), + .datab(\vga_c|h_cnt [5]), + .datac(\text_gen|char_ram~9338_q ), + .datad(\text_gen|char_ram~44103_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44104 .lut_mask = 16'hF388; +defparam \text_gen|char_ram~44104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y60_N4 +cycloneiv_lcell_comb \text_gen|char_ram~10206feeder ( +// Equation(s): +// \text_gen|char_ram~10206feeder_combout = \uart_inst|rx_data [0] + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\uart_inst|rx_data [0]), + .cin(gnd), + .combout(\text_gen|char_ram~10206feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~10206feeder .lut_mask = 16'hFF00; +defparam \text_gen|char_ram~10206feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X63_Y60_N5 +dffeas \text_gen|char_ram~10206 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(\text_gen|char_ram~10206feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(\text_gen|char_ram~52775_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10206_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10206 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10206 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X63_Y56_N27 +dffeas \text_gen|char_ram~10234 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52807_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10234_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10234 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10234 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y61_N25 +dffeas \text_gen|char_ram~10192 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52797_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10192_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10192 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10192 .power_up = "low"; +// synopsys translate_on + +// Location: FF_X67_Y57_N23 +dffeas \text_gen|char_ram~10220 ( + .clk(\CLOCK_50~inputclkctrl_outclk ), + .d(gnd), + .asdata(\uart_inst|rx_data [0]), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(\text_gen|char_ram~52753_combout ), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|char_ram~10220_q ), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|char_ram~10220 .is_wysiwyg = "true"; +defparam \text_gen|char_ram~10220 .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y61_N24 +cycloneiv_lcell_comb \text_gen|char_ram~44101 ( +// Equation(s): +// \text_gen|char_ram~44101_combout = (\vga_c|h_cnt [5] & (\vga_c|h_cnt [6])) # (!\vga_c|h_cnt [5] & ((\vga_c|h_cnt [6] & ((\text_gen|char_ram~10220_q ))) # (!\vga_c|h_cnt [6] & (\text_gen|char_ram~10192_q )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\vga_c|h_cnt [6]), + .datac(\text_gen|char_ram~10192_q ), + .datad(\text_gen|char_ram~10220_q ), + .cin(gnd), + .combout(\text_gen|char_ram~44101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44101 .lut_mask = 16'hDC98; +defparam \text_gen|char_ram~44101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y56_N26 +cycloneiv_lcell_comb \text_gen|char_ram~44102 ( +// Equation(s): +// \text_gen|char_ram~44102_combout = (\vga_c|h_cnt [5] & ((\text_gen|char_ram~44101_combout & ((\text_gen|char_ram~10234_q ))) # (!\text_gen|char_ram~44101_combout & (\text_gen|char_ram~10206_q )))) # (!\vga_c|h_cnt [5] & +// (((\text_gen|char_ram~44101_combout )))) + + .dataa(\vga_c|h_cnt [5]), + .datab(\text_gen|char_ram~10206_q ), + .datac(\text_gen|char_ram~10234_q ), + .datad(\text_gen|char_ram~44101_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44102 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44105 ( +// Equation(s): +// \text_gen|char_ram~44105_combout = (\text_gen|Add5~4_combout & (((\text_gen|Add5~6_combout )))) # (!\text_gen|Add5~4_combout & ((\text_gen|Add5~6_combout & ((\text_gen|char_ram~44102_combout ))) # (!\text_gen|Add5~6_combout & +// (\text_gen|char_ram~44104_combout )))) + + .dataa(\text_gen|char_ram~44104_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|Add5~6_combout ), + .datad(\text_gen|char_ram~44102_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44105 .lut_mask = 16'hF2C2; +defparam \text_gen|char_ram~44105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X69_Y20_N20 +cycloneiv_lcell_comb \text_gen|char_ram~44108 ( +// Equation(s): +// \text_gen|char_ram~44108_combout = (\text_gen|Add5~4_combout & ((\text_gen|char_ram~44105_combout & (\text_gen|char_ram~44107_combout )) # (!\text_gen|char_ram~44105_combout & ((\text_gen|char_ram~44100_combout ))))) # (!\text_gen|Add5~4_combout & +// (((\text_gen|char_ram~44105_combout )))) + + .dataa(\text_gen|char_ram~44107_combout ), + .datab(\text_gen|Add5~4_combout ), + .datac(\text_gen|char_ram~44100_combout ), + .datad(\text_gen|char_ram~44105_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44108 .lut_mask = 16'hBBC0; +defparam \text_gen|char_ram~44108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X44_Y40_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44140 ( +// Equation(s): +// \text_gen|char_ram~44140_combout = (\text_gen|Add5~12_combout & ((\text_gen|char_ram~44129_combout & (\text_gen|char_ram~44139_combout )) # (!\text_gen|char_ram~44129_combout & ((\text_gen|char_ram~44108_combout ))))) # (!\text_gen|Add5~12_combout & +// (\text_gen|char_ram~44129_combout )) + + .dataa(\text_gen|Add5~12_combout ), + .datab(\text_gen|char_ram~44129_combout ), + .datac(\text_gen|char_ram~44139_combout ), + .datad(\text_gen|char_ram~44108_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44140 .lut_mask = 16'hE6C4; +defparam \text_gen|char_ram~44140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N2 +cycloneiv_lcell_comb \text_gen|char_ram~44141 ( +// Equation(s): +// \text_gen|char_ram~44141_combout = (\vga_c|h_cnt [4] & (\vga_c|h_cnt [7])) # (!\vga_c|h_cnt [4] & ((\vga_c|h_cnt [7] & (\text_gen|char_ram~44098_combout )) # (!\vga_c|h_cnt [7] & ((\text_gen|char_ram~44140_combout ))))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\vga_c|h_cnt [7]), + .datac(\text_gen|char_ram~44098_combout ), + .datad(\text_gen|char_ram~44140_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44141 .lut_mask = 16'hD9C8; +defparam \text_gen|char_ram~44141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N16 +cycloneiv_lcell_comb \text_gen|char_ram~44184 ( +// Equation(s): +// \text_gen|char_ram~44184_combout = (\vga_c|h_cnt [4] & ((\text_gen|char_ram~44141_combout & ((\text_gen|char_ram~44183_combout ))) # (!\text_gen|char_ram~44141_combout & (\text_gen|char_ram~44056_combout )))) # (!\vga_c|h_cnt [4] & +// (((\text_gen|char_ram~44141_combout )))) + + .dataa(\vga_c|h_cnt [4]), + .datab(\text_gen|char_ram~44056_combout ), + .datac(\text_gen|char_ram~44183_combout ), + .datad(\text_gen|char_ram~44141_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44184 .lut_mask = 16'hF588; +defparam \text_gen|char_ram~44184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N12 +cycloneiv_lcell_comb \text_gen|char_ram~44355 ( +// Equation(s): +// \text_gen|char_ram~44355_combout = (\text_gen|Add5~8_combout & ((\text_gen|Add5~10_combout ) # ((\text_gen|char_ram~44184_combout )))) # (!\text_gen|Add5~8_combout & (!\text_gen|Add5~10_combout & (\text_gen|char_ram~44354_combout ))) + + .dataa(\text_gen|Add5~8_combout ), + .datab(\text_gen|Add5~10_combout ), + .datac(\text_gen|char_ram~44354_combout ), + .datad(\text_gen|char_ram~44184_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44355_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44355 .lut_mask = 16'hBA98; +defparam \text_gen|char_ram~44355 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X70_Y44_N10 +cycloneiv_lcell_comb \text_gen|char_ram~44526 ( +// Equation(s): +// \text_gen|char_ram~44526_combout = (\text_gen|Add5~10_combout & ((\text_gen|char_ram~44355_combout & (\text_gen|char_ram~44525_combout )) # (!\text_gen|char_ram~44355_combout & ((\text_gen|char_ram~44014_combout ))))) # (!\text_gen|Add5~10_combout & +// (((\text_gen|char_ram~44355_combout )))) + + .dataa(\text_gen|Add5~10_combout ), + .datab(\text_gen|char_ram~44525_combout ), + .datac(\text_gen|char_ram~44014_combout ), + .datad(\text_gen|char_ram~44355_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44526_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44526 .lut_mask = 16'hDDA0; +defparam \text_gen|char_ram~44526 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N6 +cycloneiv_lcell_comb \text_gen|char_ram~44527 ( +// Equation(s): +// \text_gen|char_ram~44527_combout = (\text_gen|Add5~0_combout & ((\text_gen|char_ram~43844_combout & ((\text_gen|char_ram~44526_combout ))) # (!\text_gen|char_ram~43844_combout & (\text_gen|char_ram~42479_combout )))) # (!\text_gen|Add5~0_combout & +// (\text_gen|char_ram~43844_combout )) + + .dataa(\text_gen|Add5~0_combout ), + .datab(\text_gen|char_ram~43844_combout ), + .datac(\text_gen|char_ram~42479_combout ), + .datad(\text_gen|char_ram~44526_combout ), + .cin(gnd), + .combout(\text_gen|char_ram~44527_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_ram~44527 .lut_mask = 16'hEC64; +defparam \text_gen|char_ram~44527 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N24 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels[7]~4 ( +// Equation(s): +// \text_gen|f_rom|row_pixels[7]~4_combout = (\text_gen|char_ram~36334_combout & (\text_gen|char_code~1_combout & (!\text_gen|char_ram~41797_combout & \text_gen|char_ram~44527_combout ))) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~41797_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels[7]~4_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels[7]~4 .lut_mask = 16'h0800; +defparam \text_gen|f_rom|row_pixels[7]~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N30 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels[7]~11 ( +// Equation(s): +// \text_gen|f_rom|row_pixels[7]~11_combout = (\text_gen|char_ram~49987_combout & (\text_gen|char_code~1_combout & (\text_gen|f_rom|row_pixels[7]~6_combout & \text_gen|f_rom|row_pixels[7]~4_combout ))) + + .dataa(\text_gen|char_ram~49987_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|row_pixels[7]~6_combout ), + .datad(\text_gen|f_rom|row_pixels[7]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels[7]~11_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels[7]~11 .lut_mask = 16'h8000; +defparam \text_gen|f_rom|row_pixels[7]~11 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N4 +cycloneiv_lcell_comb \text_gen|char_code[1]~2 ( +// Equation(s): +// \text_gen|char_code[1]~2_combout = (\text_gen|char_code~1_combout & \text_gen|char_ram~41797_combout ) + + .dataa(gnd), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~41797_combout ), + .cin(gnd), + .combout(\text_gen|char_code[1]~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_code[1]~2 .lut_mask = 16'hCC00; +defparam \text_gen|char_code[1]~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N26 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr42~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr42~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2]) # ((\vga_c|v_cnt [3]) # (\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [3]), + .datac(\vga_c|v_cnt [1]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr42~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr42~0 .lut_mask = 16'h00FE; +defparam \text_gen|f_rom|WideOr42~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~62 ( +// Equation(s): +// \text_gen|f_rom|Mux5~62_combout = (\text_gen|f_rom|WideOr42~0_combout & (\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~62_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~62 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~62 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~77 ( +// Equation(s): +// \text_gen|f_rom|Mux5~77_combout = (!\vga_c|v_cnt [4] & (!\vga_c|v_cnt [2] & !\vga_c|v_cnt [3])) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [2]), + .datac(gnd), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~77_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~77 .lut_mask = 16'h0011; +defparam \text_gen|f_rom|Mux5~77 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~78 ( +// Equation(s): +// \text_gen|f_rom|Mux5~78_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~77_combout & (\vga_c|v_cnt [1] & \text_gen|char_ram~36334_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~77_combout ), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~78_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~78 .lut_mask = 16'h8000; +defparam \text_gen|f_rom|Mux5~78 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~49 ( +// Equation(s): +// \text_gen|f_rom|Mux1~49_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3] & (!\vga_c|v_cnt [2])) # (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [2] & \vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~49_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~49 .lut_mask = 16'h0602; +defparam \text_gen|f_rom|Mux1~49 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~50 ( +// Equation(s): +// \text_gen|f_rom|Mux1~50_combout = (\text_gen|f_rom|Mux1~49_combout & (((\vga_c|v_cnt [2]) # (!\text_gen|char_ram~36334_combout )) # (!\text_gen|char_code~1_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\vga_c|v_cnt [2]), + .datac(\text_gen|f_rom|Mux1~49_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~50_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~50 .lut_mask = 16'hD0F0; +defparam \text_gen|f_rom|Mux1~50 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N30 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr8~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr8~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2]) # ((!\vga_c|v_cnt [3] & \vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr8~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr8~0 .lut_mask = 16'h0D0C; +defparam \text_gen|f_rom|WideOr8~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~48 ( +// Equation(s): +// \text_gen|f_rom|Mux1~48_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux5~63_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr8~0_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|WideOr8~0_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~63_combout ), + .datac(\text_gen|f_rom|WideOr8~0_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~48_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~48 .lut_mask = 16'hD8F0; +defparam \text_gen|f_rom|Mux1~48 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y44_N0 +cycloneiv_lcell_comb \text_gen|char_code[0]~3 ( +// Equation(s): +// \text_gen|char_code[0]~3_combout = (\text_gen|char_code~1_combout & \text_gen|char_ram~44527_combout ) + + .dataa(gnd), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|char_code[0]~3_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_code[0]~3 .lut_mask = 16'hCC00; +defparam \text_gen|char_code[0]~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~51 ( +// Equation(s): +// \text_gen|f_rom|Mux1~51_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux1~48_combout ))) # (!\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux1~50_combout )))) # +// (!\text_gen|char_code[5]~7_combout & (((\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux1~50_combout ), + .datac(\text_gen|f_rom|Mux1~48_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~51_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~51 .lut_mask = 16'hF588; +defparam \text_gen|f_rom|Mux1~51 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~52 ( +// Equation(s): +// \text_gen|f_rom|Mux1~52_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux1~51_combout )))) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux1~51_combout & (\text_gen|f_rom|Mux5~62_combout )) # +// (!\text_gen|f_rom|Mux1~51_combout & ((\text_gen|f_rom|Mux5~78_combout ))))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~62_combout ), + .datac(\text_gen|f_rom|Mux5~78_combout ), + .datad(\text_gen|f_rom|Mux1~51_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~52_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~52 .lut_mask = 16'hEE50; +defparam \text_gen|f_rom|Mux1~52 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~47 ( +// Equation(s): +// \text_gen|f_rom|Mux1~47_combout = (\text_gen|char_ram~49987_combout & (\text_gen|char_code~1_combout & !\text_gen|char_ram~47257_combout )) + + .dataa(\text_gen|char_ram~49987_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~47257_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~47_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~47 .lut_mask = 16'h0088; +defparam \text_gen|f_rom|Mux1~47 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N14 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels~5 ( +// Equation(s): +// \text_gen|f_rom|row_pixels~5_combout = (!\vga_c|v_cnt [3] & (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [2] $ (\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels~5_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels~5 .lut_mask = 16'h0104; +defparam \text_gen|f_rom|row_pixels~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~79 ( +// Equation(s): +// \text_gen|f_rom|Mux5~79_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux5~63_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|row_pixels~5_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|row_pixels~5_combout )))) + + .dataa(\text_gen|f_rom|Mux5~63_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|row_pixels~5_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~79_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~79 .lut_mask = 16'hB8F0; +defparam \text_gen|f_rom|Mux5~79 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~80 ( +// Equation(s): +// \text_gen|f_rom|Mux5~80_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~79_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~62_combout ))))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~79_combout ), + .datac(\text_gen|f_rom|Mux5~62_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~80_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~80 .lut_mask = 16'hD800; +defparam \text_gen|f_rom|Mux5~80 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~53 ( +// Equation(s): +// \text_gen|f_rom|Mux1~53_combout = (\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout ) + + .dataa(gnd), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~53_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~53 .lut_mask = 16'hCC00; +defparam \text_gen|f_rom|Mux1~53 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~55 ( +// Equation(s): +// \text_gen|f_rom|Mux1~55_combout = (\vga_c|v_cnt [3] & (((!\vga_c|v_cnt [2])) # (!\vga_c|v_cnt [1]))) # (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [1] & ((\vga_c|v_cnt [2]) # (!\text_gen|char_code[5]~7_combout ))) # (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [2] & +// !\text_gen|char_code[5]~7_combout )))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~55_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~55 .lut_mask = 16'h6A7E; +defparam \text_gen|f_rom|Mux1~55 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~54 ( +// Equation(s): +// \text_gen|f_rom|Mux1~54_combout = (\text_gen|f_rom|Mux1~53_combout & (((\vga_c|v_cnt [4]) # (\text_gen|char_code[0]~3_combout )))) # (!\text_gen|f_rom|Mux1~53_combout & (\text_gen|f_rom|WideOr42~0_combout & ((!\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|f_rom|Mux1~53_combout ), + .datac(\vga_c|v_cnt [4]), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~54_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~54 .lut_mask = 16'hCCE2; +defparam \text_gen|f_rom|Mux1~54 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~56 ( +// Equation(s): +// \text_gen|f_rom|Mux1~56_combout = (\text_gen|f_rom|Mux1~53_combout & (((\text_gen|f_rom|Mux1~55_combout & !\text_gen|f_rom|Mux1~54_combout )))) # (!\text_gen|f_rom|Mux1~53_combout & (\text_gen|char_code[5]~7_combout & +// ((\text_gen|f_rom|Mux1~54_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux1~53_combout ), + .datac(\text_gen|f_rom|Mux1~55_combout ), + .datad(\text_gen|f_rom|Mux1~54_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~56_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~56 .lut_mask = 16'h22C0; +defparam \text_gen|f_rom|Mux1~56 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~57 ( +// Equation(s): +// \text_gen|f_rom|Mux1~57_combout = (\text_gen|f_rom|Mux5~80_combout ) # (\text_gen|f_rom|Mux1~56_combout ) + + .dataa(\text_gen|f_rom|Mux5~80_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|f_rom|Mux1~56_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~57_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~57 .lut_mask = 16'hFFAA; +defparam \text_gen|f_rom|Mux1~57 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~58 ( +// Equation(s): +// \text_gen|f_rom|Mux1~58_combout = (\text_gen|f_rom|Mux1~47_combout & ((\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux1~57_combout ))) # (!\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux1~52_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux1~52_combout ), + .datac(\text_gen|f_rom|Mux1~47_combout ), + .datad(\text_gen|f_rom|Mux1~57_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~58_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~58 .lut_mask = 16'hE040; +defparam \text_gen|f_rom|Mux1~58 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~65 ( +// Equation(s): +// \text_gen|f_rom|Mux5~65_combout = (\vga_c|v_cnt [3] & (\vga_c|v_cnt [2] $ (((\text_gen|char_ram~36334_combout & \text_gen|char_code~1_combout ))))) # (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [2] & (\text_gen|char_ram~36334_combout & +// \text_gen|char_code~1_combout ))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~65_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~65 .lut_mask = 16'h6888; +defparam \text_gen|f_rom|Mux5~65 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~66 ( +// Equation(s): +// \text_gen|f_rom|Mux5~66_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux5~65_combout & (\vga_c|v_cnt [3] $ (\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\text_gen|f_rom|Mux5~65_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~66_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~66 .lut_mask = 16'h0600; +defparam \text_gen|f_rom|Mux5~66 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~27 ( +// Equation(s): +// \text_gen|f_rom|Mux1~27_combout = (\text_gen|char_ram~41797_combout & (\text_gen|f_rom|Mux5~63_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|char_ram~41797_combout ), + .datab(\text_gen|f_rom|Mux5~63_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~27_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~27 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux1~27 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~70 ( +// Equation(s): +// \text_gen|f_rom|Mux1~70_combout = (\text_gen|f_rom|Mux1~27_combout ) # ((\text_gen|char_ram~44527_combout & (\text_gen|f_rom|Mux5~66_combout & !\text_gen|char_ram~41797_combout ))) + + .dataa(\text_gen|char_ram~44527_combout ), + .datab(\text_gen|f_rom|Mux5~66_combout ), + .datac(\text_gen|char_ram~41797_combout ), + .datad(\text_gen|f_rom|Mux1~27_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~70_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~70 .lut_mask = 16'hFF08; +defparam \text_gen|f_rom|Mux1~70 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~71 ( +// Equation(s): +// \text_gen|f_rom|Mux1~71_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|Mux1~70_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Mux5~62_combout )))) + + .dataa(\text_gen|f_rom|Mux5~62_combout ), + .datab(\text_gen|char_ram~39064_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|Mux1~70_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~71_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~71 .lut_mask = 16'hE020; +defparam \text_gen|f_rom|Mux1~71 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N24 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr37~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr37~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [1] & ((\vga_c|v_cnt [2]) # (\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [2] & \vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr37~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr37~0 .lut_mask = 16'h3220; +defparam \text_gen|f_rom|WideOr37~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~24 ( +// Equation(s): +// \text_gen|f_rom|Mux1~24_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|WideOr37~0_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|WideOr42~0_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|WideOr37~0_combout )))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|f_rom|WideOr37~0_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~24_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~24 .lut_mask = 16'hFB08; +defparam \text_gen|f_rom|Mux1~24 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~21 ( +// Equation(s): +// \text_gen|f_rom|Mux1~21_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~39063_combout & ((\text_gen|f_rom|Mux5~63_combout ))) # (!\text_gen|char_ram~39063_combout & (\text_gen|f_rom|WideOr42~0_combout )))) # (!\text_gen|Add5~14_combout & +// (((\text_gen|f_rom|Mux5~63_combout )))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|f_rom|Mux5~63_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~39063_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~21_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~21 .lut_mask = 16'hCCAC; +defparam \text_gen|f_rom|Mux1~21 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~64 ( +// Equation(s): +// \text_gen|f_rom|Mux5~64_combout = (\text_gen|Add5~14_combout & ((\text_gen|char_ram~37016_combout & ((\text_gen|f_rom|Mux5~63_combout ))) # (!\text_gen|char_ram~37016_combout & (\text_gen|f_rom|WideOr42~0_combout )))) # (!\text_gen|Add5~14_combout & +// (\text_gen|f_rom|WideOr42~0_combout )) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|f_rom|Mux5~63_combout ), + .datac(\text_gen|Add5~14_combout ), + .datad(\text_gen|char_ram~37016_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~64_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~64 .lut_mask = 16'hCAAA; +defparam \text_gen|f_rom|Mux5~64 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~22 ( +// Equation(s): +// \text_gen|f_rom|Mux1~22_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~38381_combout & (\text_gen|f_rom|Mux1~21_combout )) # (!\text_gen|char_ram~38381_combout & ((\text_gen|f_rom|Mux5~64_combout ))))) + + .dataa(\text_gen|char_ram~38381_combout ), + .datab(\text_gen|f_rom|Mux1~21_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|Mux5~64_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~22_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~22 .lut_mask = 16'hD080; +defparam \text_gen|f_rom|Mux1~22 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~23 ( +// Equation(s): +// \text_gen|f_rom|Mux1~23_combout = (\text_gen|f_rom|Mux1~22_combout & (\text_gen|char_code[0]~3_combout & (\text_gen|char_ram~41797_combout & \text_gen|char_ram~36334_combout ))) + + .dataa(\text_gen|f_rom|Mux1~22_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|char_ram~41797_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~23_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~23 .lut_mask = 16'h8000; +defparam \text_gen|f_rom|Mux1~23 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~20 ( +// Equation(s): +// \text_gen|f_rom|Mux1~20_combout = (\text_gen|f_rom|Mux5~62_combout & (\text_gen|char_code~1_combout & (\text_gen|char_ram~41797_combout & !\text_gen|char_ram~44527_combout ))) + + .dataa(\text_gen|f_rom|Mux5~62_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~41797_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~20_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~20 .lut_mask = 16'h0080; +defparam \text_gen|f_rom|Mux1~20 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~25 ( +// Equation(s): +// \text_gen|f_rom|Mux1~25_combout = (\text_gen|f_rom|Mux1~23_combout ) # ((\text_gen|f_rom|Mux1~20_combout ) # ((\text_gen|f_rom|Mux1~24_combout & \text_gen|f_rom|row_pixels[7]~4_combout ))) + + .dataa(\text_gen|f_rom|Mux1~24_combout ), + .datab(\text_gen|f_rom|Mux1~23_combout ), + .datac(\text_gen|f_rom|Mux1~20_combout ), + .datad(\text_gen|f_rom|row_pixels[7]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~25_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~25 .lut_mask = 16'hFEFC; +defparam \text_gen|f_rom|Mux1~25 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N26 +cycloneiv_lcell_comb \text_gen|char_code[2]~5 ( +// Equation(s): +// \text_gen|char_code[2]~5_combout = (\text_gen|char_code~1_combout & \text_gen|char_ram~49987_combout ) + + .dataa(\text_gen|char_code~1_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~49987_combout ), + .cin(gnd), + .combout(\text_gen|char_code[2]~5_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|char_code[2]~5 .lut_mask = 16'hAA00; +defparam \text_gen|char_code[2]~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~14 ( +// Equation(s): +// \text_gen|f_rom|Mux1~14_combout = (\vga_c|v_cnt [2] & ((\vga_c|v_cnt [1]) # (\vga_c|v_cnt [4]))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [1] & \vga_c|v_cnt [4])) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(gnd), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~14_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~14 .lut_mask = 16'hEE88; +defparam \text_gen|f_rom|Mux1~14 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~16 ( +// Equation(s): +// \text_gen|f_rom|Mux1~16_combout = (\text_gen|char_code~1_combout & (\vga_c|v_cnt [3] $ (((!\text_gen|f_rom|Mux1~14_combout & \text_gen|char_ram~44527_combout ))))) + + .dataa(\text_gen|f_rom|Mux1~14_combout ), + .datab(\vga_c|v_cnt [3]), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~16_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~16 .lut_mask = 16'h90C0; +defparam \text_gen|f_rom|Mux1~16 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~15 ( +// Equation(s): +// \text_gen|f_rom|Mux1~15_combout = (\text_gen|f_rom|Mux1~14_combout & (((!\text_gen|char_code~1_combout )) # (!\vga_c|v_cnt [3]))) # (!\text_gen|f_rom|Mux1~14_combout & ((\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout ))) # +// (!\text_gen|char_code~1_combout & (\vga_c|v_cnt [3])))) + + .dataa(\text_gen|f_rom|Mux1~14_combout ), + .datab(\vga_c|v_cnt [3]), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~15_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~15 .lut_mask = 16'h7E2E; +defparam \text_gen|f_rom|Mux1~15 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~17 ( +// Equation(s): +// \text_gen|f_rom|Mux1~17_combout = (\text_gen|char_ram~41797_combout & (\text_gen|f_rom|Mux1~15_combout & (\vga_c|v_cnt [4] $ (!\text_gen|f_rom|Mux1~16_combout )))) # (!\text_gen|char_ram~41797_combout & (!\vga_c|v_cnt [4] & +// (\text_gen|f_rom|Mux1~16_combout $ (\text_gen|f_rom|Mux1~15_combout )))) + + .dataa(\text_gen|char_ram~41797_combout ), + .datab(\vga_c|v_cnt [4]), + .datac(\text_gen|f_rom|Mux1~16_combout ), + .datad(\text_gen|f_rom|Mux1~15_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~17_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~17 .lut_mask = 16'h8310; +defparam \text_gen|f_rom|Mux1~17 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~18 ( +// Equation(s): +// \text_gen|f_rom|Mux1~18_combout = (\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|Mux1~17_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|WideOr42~0_combout )) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|char_ram~39064_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|Mux1~17_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~18_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~18 .lut_mask = 16'hEE22; +defparam \text_gen|f_rom|Mux1~18 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~19 ( +// Equation(s): +// \text_gen|f_rom|Mux1~19_combout = (\text_gen|char_ram~36334_combout & (\text_gen|char_code~1_combout & \text_gen|f_rom|Mux1~18_combout )) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(gnd), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|Mux1~18_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~19_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~19 .lut_mask = 16'hA000; +defparam \text_gen|f_rom|Mux1~19 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~26 ( +// Equation(s): +// \text_gen|f_rom|Mux1~26_combout = (\text_gen|char_code[2]~5_combout & (((\text_gen|char_code[3]~4_combout ) # (\text_gen|f_rom|Mux1~19_combout )))) # (!\text_gen|char_code[2]~5_combout & (\text_gen|f_rom|Mux1~25_combout & +// (!\text_gen|char_code[3]~4_combout ))) + + .dataa(\text_gen|f_rom|Mux1~25_combout ), + .datab(\text_gen|char_code[2]~5_combout ), + .datac(\text_gen|char_code[3]~4_combout ), + .datad(\text_gen|f_rom|Mux1~19_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~26_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~26 .lut_mask = 16'hCEC2; +defparam \text_gen|f_rom|Mux1~26 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Decoder2~0 ( +// Equation(s): +// \text_gen|f_rom|Decoder2~0_combout = (\vga_c|v_cnt [2] & (\vga_c|v_cnt [3] & !\vga_c|v_cnt [4])) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [3]), + .datac(gnd), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Decoder2~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Decoder2~0 .lut_mask = 16'h0088; +defparam \text_gen|f_rom|Decoder2~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N4 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels~2 ( +// Equation(s): +// \text_gen|f_rom|row_pixels~2_combout = (\vga_c|v_cnt [2] & (\vga_c|v_cnt [1] & (\vga_c|v_cnt [3] & !\vga_c|v_cnt [4]))) # (!\vga_c|v_cnt [2] & (!\vga_c|v_cnt [1] & (!\vga_c|v_cnt [3] & \vga_c|v_cnt [4]))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels~2 .lut_mask = 16'h0180; +defparam \text_gen|f_rom|row_pixels~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~56 ( +// Equation(s): +// \text_gen|f_rom|Mux5~56_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|row_pixels~2_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Decoder2~0_combout )))) + + .dataa(\text_gen|f_rom|Decoder2~0_combout ), + .datab(\text_gen|f_rom|row_pixels~2_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~56_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~56 .lut_mask = 16'hC0A0; +defparam \text_gen|f_rom|Mux5~56 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~59 ( +// Equation(s): +// \text_gen|f_rom|Mux5~59_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] & !\vga_c|v_cnt [1])) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [3]), + .datac(gnd), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~59_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~59 .lut_mask = 16'h0044; +defparam \text_gen|f_rom|Mux5~59 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~60 ( +// Equation(s): +// \text_gen|f_rom|Mux5~60_combout = (\vga_c|v_cnt [2] & (\text_gen|f_rom|Mux5~59_combout & ((\text_gen|char_ram~39064_combout ) # (!\text_gen|char_code~1_combout )))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\text_gen|f_rom|Mux5~59_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~60_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~60 .lut_mask = 16'h8808; +defparam \text_gen|f_rom|Mux5~60 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~61 ( +// Equation(s): +// \text_gen|f_rom|Mux5~61_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr42~0_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|Mux5~60_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~60_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr42~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|Mux5~60_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~61_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~61 .lut_mask = 16'hDF80; +defparam \text_gen|f_rom|Mux5~61 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Decoder2~1 ( +// Equation(s): +// \text_gen|f_rom|Decoder2~1_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [2] & \vga_c|v_cnt [1])) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [2]), + .datac(gnd), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Decoder2~1_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Decoder2~1 .lut_mask = 16'h4400; +defparam \text_gen|f_rom|Decoder2~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N4 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels~3 ( +// Equation(s): +// \text_gen|f_rom|row_pixels~3_combout = (\vga_c|v_cnt [1] & (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] $ (!\vga_c|v_cnt [2])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels~3_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels~3 .lut_mask = 16'h0804; +defparam \text_gen|f_rom|row_pixels~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~57 ( +// Equation(s): +// \text_gen|f_rom|Mux5~57_combout = (\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Decoder2~1_combout )) # (!\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|row_pixels~3_combout ))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(gnd), + .datac(\text_gen|f_rom|row_pixels~3_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~57_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~57 .lut_mask = 16'hAAF0; +defparam \text_gen|f_rom|Mux5~57 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~58 ( +// Equation(s): +// \text_gen|f_rom|Mux5~58_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & \text_gen|f_rom|Mux5~57_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|Mux5~57_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~58_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~58 .lut_mask = 16'hA000; +defparam \text_gen|f_rom|Mux5~58 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~67 ( +// Equation(s): +// \text_gen|f_rom|Mux1~67_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout ) # ((\text_gen|f_rom|WideOr42~0_combout & \text_gen|char_ram~36334_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr42~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~67_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~67 .lut_mask = 16'hAA80; +defparam \text_gen|f_rom|Mux1~67 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~12 ( +// Equation(s): +// \text_gen|f_rom|Mux1~12_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~58_combout ) # ((\text_gen|char_ram~41797_combout & \text_gen|f_rom|Mux1~67_combout )))) # (!\text_gen|char_code[0]~3_combout & +// (!\text_gen|char_ram~41797_combout & ((\text_gen|f_rom|Mux1~67_combout )))) + + .dataa(\text_gen|char_ram~41797_combout ), + .datab(\text_gen|f_rom|Mux5~58_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux1~67_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~12_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~12 .lut_mask = 16'hE5C0; +defparam \text_gen|f_rom|Mux1~12 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~13 ( +// Equation(s): +// \text_gen|f_rom|Mux1~13_combout = (\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux1~12_combout & ((\text_gen|f_rom|Mux5~61_combout ))) # (!\text_gen|f_rom|Mux1~12_combout & (\text_gen|f_rom|Mux5~56_combout )))) # +// (!\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux1~12_combout )))) + + .dataa(\text_gen|f_rom|Mux5~56_combout ), + .datab(\text_gen|f_rom|Mux5~61_combout ), + .datac(\text_gen|char_code[1]~2_combout ), + .datad(\text_gen|f_rom|Mux1~12_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~13_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~13 .lut_mask = 16'hCFA0; +defparam \text_gen|f_rom|Mux1~13 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~28 ( +// Equation(s): +// \text_gen|f_rom|Mux1~28_combout = (\text_gen|char_code[3]~4_combout & ((\text_gen|f_rom|Mux1~26_combout & (\text_gen|f_rom|Mux1~71_combout )) # (!\text_gen|f_rom|Mux1~26_combout & ((\text_gen|f_rom|Mux1~13_combout ))))) # +// (!\text_gen|char_code[3]~4_combout & (((\text_gen|f_rom|Mux1~26_combout )))) + + .dataa(\text_gen|f_rom|Mux1~71_combout ), + .datab(\text_gen|char_code[3]~4_combout ), + .datac(\text_gen|f_rom|Mux1~26_combout ), + .datad(\text_gen|f_rom|Mux1~13_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~28_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~28 .lut_mask = 16'hBCB0; +defparam \text_gen|f_rom|Mux1~28 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~76 ( +// Equation(s): +// \text_gen|f_rom|Mux5~76_combout = (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|WideOr42~0_combout & (\text_gen|char_ram~36334_combout & \text_gen|char_code~1_combout ))) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\text_gen|f_rom|WideOr42~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~76_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~76 .lut_mask = 16'h4000; +defparam \text_gen|f_rom|Mux5~76 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~73 ( +// Equation(s): +// \text_gen|f_rom|Mux5~73_combout = (\vga_c|v_cnt [3] & ((!\vga_c|v_cnt [2]) # (!\vga_c|v_cnt [1]))) # (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [1]) # (\vga_c|v_cnt [2]))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(gnd), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~73_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~73 .lut_mask = 16'h77EE; +defparam \text_gen|f_rom|Mux5~73 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~74 ( +// Equation(s): +// \text_gen|f_rom|Mux5~74_combout = (\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux5~73_combout & !\vga_c|v_cnt [4])) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|f_rom|Mux5~73_combout ), + .datac(gnd), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~74_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~74 .lut_mask = 16'h0088; +defparam \text_gen|f_rom|Mux5~74 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~72 ( +// Equation(s): +// \text_gen|f_rom|Mux5~72_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux5~65_combout $ (((\vga_c|v_cnt [2] & !\vga_c|v_cnt [1]))))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\text_gen|f_rom|Mux5~65_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~72_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~72 .lut_mask = 16'h0D02; +defparam \text_gen|f_rom|Mux5~72 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~75 ( +// Equation(s): +// \text_gen|f_rom|Mux5~75_combout = (\text_gen|char_ram~39064_combout & (((\text_gen|f_rom|Mux5~72_combout )))) # (!\text_gen|char_ram~39064_combout & ((\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~74_combout )) # +// (!\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~72_combout ))))) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\text_gen|f_rom|Mux5~74_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|Mux5~72_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~75_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~75 .lut_mask = 16'hEF40; +defparam \text_gen|f_rom|Mux5~75 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~68 ( +// Equation(s): +// \text_gen|f_rom|Mux5~68_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & !\vga_c|v_cnt [4])) + + .dataa(gnd), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~68_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~68 .lut_mask = 16'h00C0; +defparam \text_gen|f_rom|Mux5~68 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~67 ( +// Equation(s): +// \text_gen|f_rom|Mux5~67_combout = (\vga_c|v_cnt [4]) # ((\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout $ (!\text_gen|char_ram~39064_combout )))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~67_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~67 .lut_mask = 16'hEAAE; +defparam \text_gen|f_rom|Mux5~67 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~69 ( +// Equation(s): +// \text_gen|f_rom|Mux5~69_combout = (\vga_c|v_cnt [3] & (\text_gen|f_rom|Mux5~68_combout & ((\text_gen|f_rom|Mux5~67_combout ) # (!\vga_c|v_cnt [1])))) # (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [1] & ((!\text_gen|f_rom|Mux5~67_combout )))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\text_gen|f_rom|Mux5~68_combout ), + .datad(\text_gen|f_rom|Mux5~67_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~69_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~69 .lut_mask = 16'hA064; +defparam \text_gen|f_rom|Mux5~69 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~70 ( +// Equation(s): +// \text_gen|f_rom|Mux5~70_combout = \text_gen|f_rom|Mux5~67_combout $ (((\text_gen|f_rom|Mux5~68_combout & (\vga_c|v_cnt [3] $ (\vga_c|v_cnt [1]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\text_gen|f_rom|Mux5~68_combout ), + .datad(\text_gen|f_rom|Mux5~67_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~70_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~70 .lut_mask = 16'h9F60; +defparam \text_gen|f_rom|Mux5~70 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~71 ( +// Equation(s): +// \text_gen|f_rom|Mux5~71_combout = \text_gen|f_rom|Mux5~69_combout $ (((\vga_c|v_cnt [2] & !\text_gen|f_rom|Mux5~70_combout ))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\text_gen|f_rom|Mux5~69_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|Mux5~70_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~71_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~71 .lut_mask = 16'hCC66; +defparam \text_gen|f_rom|Mux5~71 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~254 ( +// Equation(s): +// \text_gen|f_rom|Mux5~254_combout = (\text_gen|char_ram~41797_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~71_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~75_combout )))) # +// (!\text_gen|char_ram~41797_combout & (((\text_gen|f_rom|Mux5~75_combout )))) + + .dataa(\text_gen|char_ram~41797_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux5~75_combout ), + .datad(\text_gen|f_rom|Mux5~71_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~254_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~254 .lut_mask = 16'hF870; +defparam \text_gen|f_rom|Mux5~254 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N28 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr3~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr3~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [1] & ((\vga_c|v_cnt [3]) # (!\vga_c|v_cnt [2]))) # (!\vga_c|v_cnt [1] & ((\vga_c|v_cnt [2]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr3~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr3~0 .lut_mask = 16'h0B0C; +defparam \text_gen|f_rom|WideOr3~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~42 ( +// Equation(s): +// \text_gen|f_rom|Mux1~42_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|Mux5~63_combout ))) # (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr3~0_combout )))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr3~0_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr3~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|Mux5~63_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~42_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~42 .lut_mask = 16'hEC4C; +defparam \text_gen|f_rom|Mux1~42 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N8 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr45~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr45~0_combout = (\vga_c|v_cnt [3] & (((!\vga_c|v_cnt [4])))) # (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [1] & (!\vga_c|v_cnt [4] & \vga_c|v_cnt [2])) # (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [4] & !\vga_c|v_cnt [2])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr45~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr45~0 .lut_mask = 16'h0E1A; +defparam \text_gen|f_rom|WideOr45~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~43 ( +// Equation(s): +// \text_gen|f_rom|Mux1~43_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr45~0_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr42~0_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|WideOr42~0_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr45~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|WideOr42~0_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~43_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~43 .lut_mask = 16'hDF80; +defparam \text_gen|f_rom|Mux1~43 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~44 ( +// Equation(s): +// \text_gen|f_rom|Mux1~44_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux1~42_combout )) # (!\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux1~43_combout ))))) + + .dataa(\text_gen|f_rom|Mux1~42_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|Mux1~43_combout ), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~44_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~44 .lut_mask = 16'h88C0; +defparam \text_gen|f_rom|Mux1~44 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~45 ( +// Equation(s): +// \text_gen|f_rom|Mux1~45_combout = (\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~254_combout )))) # (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~76_combout ) # ((\text_gen|f_rom|Mux1~44_combout )))) + + .dataa(\text_gen|f_rom|Mux5~76_combout ), + .datab(\text_gen|f_rom|Mux5~254_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux1~44_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~45_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~45 .lut_mask = 16'hCFCA; +defparam \text_gen|f_rom|Mux1~45 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~34 ( +// Equation(s): +// \text_gen|f_rom|Mux1~34_combout = (\vga_c|v_cnt [1] & ((\text_gen|char_ram~36334_combout & (!\vga_c|v_cnt [3] & !\text_gen|char_ram~39064_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|char_ram~39064_combout ))))) # (!\vga_c|v_cnt [1] & +// (\text_gen|char_ram~39064_combout & ((\vga_c|v_cnt [3]) # (\text_gen|char_ram~36334_combout )))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [3]), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~34_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~34 .lut_mask = 16'h5E20; +defparam \text_gen|f_rom|Mux1~34 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~36 ( +// Equation(s): +// \text_gen|f_rom|Mux1~36_combout = (!\vga_c|v_cnt [4] & \text_gen|f_rom|Mux1~34_combout ) + + .dataa(gnd), + .datab(\vga_c|v_cnt [4]), + .datac(gnd), + .datad(\text_gen|f_rom|Mux1~34_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~36_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~36 .lut_mask = 16'h3300; +defparam \text_gen|f_rom|Mux1~36 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~33 ( +// Equation(s): +// \text_gen|f_rom|Mux1~33_combout = (\vga_c|v_cnt [1] & (\text_gen|char_ram~39064_combout & ((\vga_c|v_cnt [3]) # (\text_gen|char_ram~36334_combout )))) # (!\vga_c|v_cnt [1] & ((\text_gen|char_ram~39064_combout & (!\vga_c|v_cnt [3])) # +// (!\text_gen|char_ram~39064_combout & ((\text_gen|char_ram~36334_combout ))))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [3]), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~33_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~33 .lut_mask = 16'hB950; +defparam \text_gen|f_rom|Mux1~33 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~35 ( +// Equation(s): +// \text_gen|f_rom|Mux1~35_combout = (\vga_c|v_cnt [2] & (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] $ (!\text_gen|f_rom|Mux1~34_combout )))) # (!\vga_c|v_cnt [2] & ((\vga_c|v_cnt [4] & (!\vga_c|v_cnt [3] & \text_gen|f_rom|Mux1~34_combout )) # (!\vga_c|v_cnt [4] +// & (\vga_c|v_cnt [3] & !\text_gen|f_rom|Mux1~34_combout )))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [3]), + .datad(\text_gen|f_rom|Mux1~34_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~35_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~35 .lut_mask = 16'h2412; +defparam \text_gen|f_rom|Mux1~35 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~32 ( +// Equation(s): +// \text_gen|f_rom|Mux1~32_combout = (!\text_gen|char_ram~41797_combout & (\text_gen|char_code~1_combout & \text_gen|char_ram~44527_combout )) + + .dataa(\text_gen|char_ram~41797_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~32_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~32 .lut_mask = 16'h4400; +defparam \text_gen|f_rom|Mux1~32 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~37 ( +// Equation(s): +// \text_gen|f_rom|Mux1~37_combout = (\text_gen|f_rom|Mux1~32_combout & ((\text_gen|f_rom|Mux1~33_combout & ((\text_gen|f_rom|Mux1~35_combout ))) # (!\text_gen|f_rom|Mux1~33_combout & (\text_gen|f_rom|Mux1~36_combout )))) + + .dataa(\text_gen|f_rom|Mux1~36_combout ), + .datab(\text_gen|f_rom|Mux1~33_combout ), + .datac(\text_gen|f_rom|Mux1~35_combout ), + .datad(\text_gen|f_rom|Mux1~32_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~37_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~37 .lut_mask = 16'hE200; +defparam \text_gen|f_rom|Mux1~37 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~38 ( +// Equation(s): +// \text_gen|f_rom|Mux1~38_combout = (\text_gen|char_code~1_combout & !\text_gen|char_ram~39064_combout ) + + .dataa(gnd), + .datab(gnd), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~38_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~38 .lut_mask = 16'h00F0; +defparam \text_gen|f_rom|Mux1~38 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~39 ( +// Equation(s): +// \text_gen|f_rom|Mux1~39_combout = (\vga_c|v_cnt [2] & ((\vga_c|v_cnt [3]) # ((\vga_c|v_cnt [1] & !\text_gen|f_rom|Mux1~38_combout )))) # (!\vga_c|v_cnt [2] & (((\vga_c|v_cnt [1] & \text_gen|f_rom|Mux1~38_combout )))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|f_rom|Mux1~38_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~39_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~39 .lut_mask = 16'hB8C8; +defparam \text_gen|f_rom|Mux1~39 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~44 ( +// Equation(s): +// \text_gen|f_rom|Mux2~44_combout = (!\text_gen|char_ram~44527_combout & (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & \text_gen|char_ram~41797_combout ))) + + .dataa(\text_gen|char_ram~44527_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~41797_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~44_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~44 .lut_mask = 16'h4000; +defparam \text_gen|f_rom|Mux2~44 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~40 ( +// Equation(s): +// \text_gen|f_rom|Mux1~40_combout = (\text_gen|f_rom|Mux1~39_combout & (!\vga_c|v_cnt [4] & \text_gen|f_rom|Mux2~44_combout )) + + .dataa(\text_gen|f_rom|Mux1~39_combout ), + .datab(\vga_c|v_cnt [4]), + .datac(gnd), + .datad(\text_gen|f_rom|Mux2~44_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~40_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~40 .lut_mask = 16'h2200; +defparam \text_gen|f_rom|Mux1~40 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~29 ( +// Equation(s): +// \text_gen|f_rom|Mux1~29_combout = (\vga_c|v_cnt [1] & ((\vga_c|v_cnt [2]) # ((!\text_gen|char_ram~39064_combout )))) # (!\vga_c|v_cnt [1] & ((\text_gen|char_ram~39064_combout & ((\vga_c|v_cnt [3]))) # (!\text_gen|char_ram~39064_combout & (\vga_c|v_cnt +// [2])))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [3]), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~29_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~29 .lut_mask = 16'hB8EE; +defparam \text_gen|f_rom|Mux1~29 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~30 ( +// Equation(s): +// \text_gen|f_rom|Mux1~30_combout = (\text_gen|char_ram~36334_combout & (((!\vga_c|v_cnt [4] & \text_gen|f_rom|Mux1~29_combout )))) # (!\text_gen|char_ram~36334_combout & (\text_gen|char_ram~39064_combout )) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\vga_c|v_cnt [4]), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|Mux1~29_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~30_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~30 .lut_mask = 16'h3A0A; +defparam \text_gen|f_rom|Mux1~30 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~31 ( +// Equation(s): +// \text_gen|f_rom|Mux1~31_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux1~30_combout & ((\text_gen|f_rom|WideOr42~0_combout ) # (\text_gen|char_ram~36334_combout )))) # (!\text_gen|char_code~1_combout & +// (\text_gen|f_rom|WideOr42~0_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr42~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|Mux1~30_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~31_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~31 .lut_mask = 16'hEC44; +defparam \text_gen|f_rom|Mux1~31 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~69 ( +// Equation(s): +// \text_gen|f_rom|Mux1~69_combout = (\text_gen|f_rom|Mux1~31_combout & (((!\text_gen|char_ram~41797_combout & !\text_gen|char_ram~44527_combout )) # (!\text_gen|char_code~1_combout ))) + + .dataa(\text_gen|char_ram~41797_combout ), + .datab(\text_gen|f_rom|Mux1~31_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~69_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~69 .lut_mask = 16'h0C4C; +defparam \text_gen|f_rom|Mux1~69 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~41 ( +// Equation(s): +// \text_gen|f_rom|Mux1~41_combout = (\text_gen|char_code[3]~4_combout & ((\text_gen|f_rom|Mux1~37_combout ) # ((\text_gen|f_rom|Mux1~40_combout ) # (\text_gen|f_rom|Mux1~69_combout )))) + + .dataa(\text_gen|f_rom|Mux1~37_combout ), + .datab(\text_gen|f_rom|Mux1~40_combout ), + .datac(\text_gen|f_rom|Mux1~69_combout ), + .datad(\text_gen|char_code[3]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~41_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~41 .lut_mask = 16'hFE00; +defparam \text_gen|f_rom|Mux1~41 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y46_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~46 ( +// Equation(s): +// \text_gen|f_rom|Mux1~46_combout = (!\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux1~41_combout ) # ((!\text_gen|char_code[3]~4_combout & \text_gen|f_rom|Mux1~45_combout )))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|char_code[3]~4_combout ), + .datac(\text_gen|f_rom|Mux1~45_combout ), + .datad(\text_gen|f_rom|Mux1~41_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~46_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~46 .lut_mask = 16'h5510; +defparam \text_gen|f_rom|Mux1~46 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~59 ( +// Equation(s): +// \text_gen|f_rom|Mux1~59_combout = (\text_gen|char_code[4]~6_combout & ((\text_gen|f_rom|Mux1~58_combout ) # ((\text_gen|f_rom|Mux1~46_combout )))) # (!\text_gen|char_code[4]~6_combout & (((\text_gen|f_rom|Mux1~28_combout )))) + + .dataa(\text_gen|char_code[4]~6_combout ), + .datab(\text_gen|f_rom|Mux1~58_combout ), + .datac(\text_gen|f_rom|Mux1~28_combout ), + .datad(\text_gen|f_rom|Mux1~46_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~59_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~59 .lut_mask = 16'hFAD8; +defparam \text_gen|f_rom|Mux1~59 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N6 +cycloneiv_lcell_comb \text_gen|always1~1 ( +// Equation(s): +// \text_gen|always1~1_combout = (\vga_c|h_cnt [2] & ((\text_gen|f_rom|Mux1~59_combout ))) # (!\vga_c|h_cnt [2] & (\text_gen|f_rom|row_pixels[7]~11_combout )) + + .dataa(\text_gen|f_rom|row_pixels[7]~11_combout ), + .datab(\vga_c|h_cnt [2]), + .datac(gnd), + .datad(\text_gen|f_rom|Mux1~59_combout ), + .cin(gnd), + .combout(\text_gen|always1~1_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~1 .lut_mask = 16'hEE22; +defparam \text_gen|always1~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N8 +cycloneiv_lcell_comb \text_gen|always1~2 ( +// Equation(s): +// \text_gen|always1~2_combout = (\vga_c|video_on~2_combout & ((\vga_c|h_cnt [3] & (!\vga_c|h_cnt [1])) # (!\vga_c|h_cnt [3] & ((\vga_c|h_cnt [1]) # (\text_gen|always1~1_combout ))))) + + .dataa(\vga_c|h_cnt [3]), + .datab(\vga_c|h_cnt [1]), + .datac(\vga_c|video_on~2_combout ), + .datad(\text_gen|always1~1_combout ), + .cin(gnd), + .combout(\text_gen|always1~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~2 .lut_mask = 16'h7060; +defparam \text_gen|always1~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~5 ( +// Equation(s): +// \text_gen|f_rom|Mux4~5_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] $ (((\vga_c|v_cnt [1]) # (\vga_c|v_cnt [2]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~5_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~5 .lut_mask = 16'h0506; +defparam \text_gen|f_rom|Mux4~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~6 ( +// Equation(s): +// \text_gen|f_rom|Mux4~6_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux1~43_combout )))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux4~5_combout ))) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|f_rom|Mux4~5_combout ), + .datac(\text_gen|f_rom|Mux1~43_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~6_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~6 .lut_mask = 16'hF088; +defparam \text_gen|f_rom|Mux4~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~7 ( +// Equation(s): +// \text_gen|f_rom|Mux4~7_combout = (\text_gen|char_ram~44527_combout & (\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux4~6_combout & !\text_gen|char_ram~41797_combout ))) + + .dataa(\text_gen|char_ram~44527_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux4~6_combout ), + .datad(\text_gen|char_ram~41797_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~7_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~7 .lut_mask = 16'h0080; +defparam \text_gen|f_rom|Mux4~7 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~8 ( +// Equation(s): +// \text_gen|f_rom|Mux4~8_combout = (\vga_c|v_cnt [1] & ((\vga_c|v_cnt [2]) # ((!\vga_c|v_cnt [3] & !\text_gen|char_code[5]~7_combout )))) # (!\vga_c|v_cnt [1] & ((\vga_c|v_cnt [3] & (!\vga_c|v_cnt [2] & \text_gen|char_code[5]~7_combout )) # (!\vga_c|v_cnt +// [3] & (\vga_c|v_cnt [2] & !\text_gen|char_code[5]~7_combout )))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~8 .lut_mask = 16'hC2D4; +defparam \text_gen|f_rom|Mux4~8 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~9 ( +// Equation(s): +// \text_gen|f_rom|Mux4~9_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux4~8_combout & \text_gen|f_rom|Mux2~44_combout )) + + .dataa(\vga_c|v_cnt [4]), + .datab(gnd), + .datac(\text_gen|f_rom|Mux4~8_combout ), + .datad(\text_gen|f_rom|Mux2~44_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~9_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~9 .lut_mask = 16'h5000; +defparam \text_gen|f_rom|Mux4~9 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~10 ( +// Equation(s): +// \text_gen|f_rom|Mux4~10_combout = (\text_gen|char_code[3]~4_combout & ((\text_gen|f_rom|Mux4~7_combout ) # ((\text_gen|f_rom|Mux1~69_combout ) # (\text_gen|f_rom|Mux4~9_combout )))) + + .dataa(\text_gen|f_rom|Mux4~7_combout ), + .datab(\text_gen|f_rom|Mux1~69_combout ), + .datac(\text_gen|f_rom|Mux4~9_combout ), + .datad(\text_gen|char_code[3]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~10 .lut_mask = 16'hFE00; +defparam \text_gen|f_rom|Mux4~10 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~110 ( +// Equation(s): +// \text_gen|f_rom|Mux5~110_combout = (\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout ) + + .dataa(\text_gen|char_code~1_combout ), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~110_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~110 .lut_mask = 16'hAA00; +defparam \text_gen|f_rom|Mux5~110 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~170 ( +// Equation(s): +// \text_gen|f_rom|Mux5~170_combout = (\text_gen|f_rom|Mux5~110_combout & (((\text_gen|f_rom|WideOr45~0_combout )))) # (!\text_gen|f_rom|Mux5~110_combout & (\text_gen|f_rom|Decoder2~1_combout & ((\vga_c|v_cnt [3])))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\text_gen|f_rom|WideOr45~0_combout ), + .datac(\vga_c|v_cnt [3]), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~170_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~170 .lut_mask = 16'hCCA0; +defparam \text_gen|f_rom|Mux5~170 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N28 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr48~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr48~0_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] $ (((\vga_c|v_cnt [2] & \vga_c|v_cnt [1]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr48~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr48~0 .lut_mask = 16'h006A; +defparam \text_gen|f_rom|WideOr48~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~223 ( +// Equation(s): +// \text_gen|f_rom|Mux5~223_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr48~0_combout ))) # (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr42~0_combout )))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr42~0_combout )) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|f_rom|WideOr48~0_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~223_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~223 .lut_mask = 16'hCAAA; +defparam \text_gen|f_rom|Mux5~223 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~224 ( +// Equation(s): +// \text_gen|f_rom|Mux5~224_combout = (\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux4~5_combout & \text_gen|char_code~1_combout )) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|f_rom|Mux4~5_combout ), + .datac(gnd), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~224_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~224 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~224 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~225 ( +// Equation(s): +// \text_gen|f_rom|Mux5~225_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~223_combout ) # ((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~224_combout & +// !\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|f_rom|Mux5~223_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|Mux5~224_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~225_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~225 .lut_mask = 16'hCCB8; +defparam \text_gen|f_rom|Mux5~225 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~226 ( +// Equation(s): +// \text_gen|f_rom|Mux5~226_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~225_combout & ((\text_gen|f_rom|Mux5~170_combout ))) # (!\text_gen|f_rom|Mux5~225_combout & (\text_gen|f_rom|Mux5~62_combout )))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~225_combout )))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux5~62_combout ), + .datac(\text_gen|f_rom|Mux5~170_combout ), + .datad(\text_gen|f_rom|Mux5~225_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~226_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~226 .lut_mask = 16'hF588; +defparam \text_gen|f_rom|Mux5~226 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N4 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr5~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr5~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3] & (\vga_c|v_cnt [2] $ (!\vga_c|v_cnt [1]))) # (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [2]) # (\vga_c|v_cnt [1]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr5~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr5~0 .lut_mask = 16'h00D6; +defparam \text_gen|f_rom|WideOr5~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Decoder2~3 ( +// Equation(s): +// \text_gen|f_rom|Decoder2~3_combout = (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [2] & (\vga_c|v_cnt [1] & !\vga_c|v_cnt [4]))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Decoder2~3_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Decoder2~3 .lut_mask = 16'h0040; +defparam \text_gen|f_rom|Decoder2~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y46_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~218 ( +// Equation(s): +// \text_gen|f_rom|Mux5~218_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Decoder2~3_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr5~0_combout )))) # +// (!\text_gen|char_ram~36334_combout & (((\text_gen|f_rom|WideOr5~0_combout )))) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|WideOr5~0_combout ), + .datad(\text_gen|f_rom|Decoder2~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~218_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~218 .lut_mask = 16'hF870; +defparam \text_gen|f_rom|Mux5~218 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~221 ( +// Equation(s): +// \text_gen|f_rom|Mux5~221_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|WideOr37~0_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr42~0_combout )))) # +// (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr42~0_combout )) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|WideOr37~0_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~221_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~221 .lut_mask = 16'hEA2A; +defparam \text_gen|f_rom|Mux5~221 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N18 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr23~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr23~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3]) # (\vga_c|v_cnt [2] $ (\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr23~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr23~0 .lut_mask = 16'h00BE; +defparam \text_gen|f_rom|WideOr23~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~219 ( +// Equation(s): +// \text_gen|f_rom|Mux5~219_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2]) # (\vga_c|v_cnt [3] $ (\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~219_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~219 .lut_mask = 16'h0F06; +defparam \text_gen|f_rom|Mux5~219 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~220 ( +// Equation(s): +// \text_gen|f_rom|Mux5~220_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|WideOr23~0_combout )) # +// (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~219_combout ))))) + + .dataa(\text_gen|f_rom|WideOr23~0_combout ), + .datab(\text_gen|f_rom|Mux5~219_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~220_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~220 .lut_mask = 16'hFA0C; +defparam \text_gen|f_rom|Mux5~220 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~276 ( +// Equation(s): +// \text_gen|f_rom|Mux5~276_combout = (\text_gen|f_rom|Mux5~220_combout & ((\text_gen|char_ram~39064_combout ) # ((\text_gen|char_ram~36334_combout ) # (!\text_gen|char_code~1_combout )))) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|Mux5~220_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~276_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~276 .lut_mask = 16'hFB00; +defparam \text_gen|f_rom|Mux5~276 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~222 ( +// Equation(s): +// \text_gen|f_rom|Mux5~222_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~276_combout & ((\text_gen|f_rom|Mux5~221_combout ))) # (!\text_gen|f_rom|Mux5~276_combout & (\text_gen|f_rom|Mux5~218_combout )))) # +// (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~276_combout )))) + + .dataa(\text_gen|f_rom|Mux5~218_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|Mux5~221_combout ), + .datad(\text_gen|f_rom|Mux5~276_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~222_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~222 .lut_mask = 16'hF388; +defparam \text_gen|f_rom|Mux5~222 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~11 ( +// Equation(s): +// \text_gen|f_rom|Mux4~11_combout = (!\text_gen|char_code[3]~4_combout & ((\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~222_combout ))) # (!\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~226_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux5~226_combout ), + .datac(\text_gen|f_rom|Mux5~222_combout ), + .datad(\text_gen|char_code[3]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~11_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~11 .lut_mask = 16'h00E4; +defparam \text_gen|f_rom|Mux4~11 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~216 ( +// Equation(s): +// \text_gen|f_rom|Mux5~216_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|WideOr48~0_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr23~0_combout )))) # +// (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr23~0_combout )) + + .dataa(\text_gen|f_rom|WideOr23~0_combout ), + .datab(\text_gen|f_rom|WideOr48~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~216_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~216 .lut_mask = 16'hCAAA; +defparam \text_gen|f_rom|Mux5~216 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N4 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr25~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr25~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [1] & ((!\vga_c|v_cnt [3]) # (!\vga_c|v_cnt [2]))) # (!\vga_c|v_cnt [1] & ((\vga_c|v_cnt [2]) # (\vga_c|v_cnt [3]))))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr25~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr25~0 .lut_mask = 16'h1554; +defparam \text_gen|f_rom|WideOr25~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~161 ( +// Equation(s): +// \text_gen|f_rom|Mux5~161_combout = (\text_gen|f_rom|WideOr25~0_combout & (\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|f_rom|WideOr25~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~161_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~161 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~161 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~214 ( +// Equation(s): +// \text_gen|f_rom|Mux5~214_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Decoder2~1_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr42~0_combout )))) # +// (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr42~0_combout )) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|f_rom|Decoder2~1_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~214_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~214 .lut_mask = 16'hCAAA; +defparam \text_gen|f_rom|Mux5~214 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~215 ( +// Equation(s): +// \text_gen|f_rom|Mux5~215_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~214_combout ) # ((\text_gen|char_code[1]~2_combout )))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~78_combout & +// !\text_gen|char_code[1]~2_combout )))) + + .dataa(\text_gen|f_rom|Mux5~214_combout ), + .datab(\text_gen|f_rom|Mux5~78_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~215_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~215 .lut_mask = 16'hF0AC; +defparam \text_gen|f_rom|Mux5~215 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~217 ( +// Equation(s): +// \text_gen|f_rom|Mux5~217_combout = (\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~215_combout & (\text_gen|f_rom|Mux5~216_combout )) # (!\text_gen|f_rom|Mux5~215_combout & ((\text_gen|f_rom|Mux5~161_combout ))))) # +// (!\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux5~215_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux5~216_combout ), + .datac(\text_gen|f_rom|Mux5~161_combout ), + .datad(\text_gen|f_rom|Mux5~215_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~217_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~217 .lut_mask = 16'hDDA0; +defparam \text_gen|f_rom|Mux5~217 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~209 ( +// Equation(s): +// \text_gen|f_rom|Mux5~209_combout = (\text_gen|f_rom|Mux5~63_combout & (\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|f_rom|Mux5~63_combout ), + .datab(gnd), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~209_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~209 .lut_mask = 16'hA000; +defparam \text_gen|f_rom|Mux5~209 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~2 ( +// Equation(s): +// \text_gen|f_rom|Mux4~2_combout = (\vga_c|v_cnt [1] & (((!\text_gen|char_code[1]~2_combout )) # (!\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [3] $ (((\vga_c|v_cnt [2] & \text_gen|char_code[1]~2_combout ))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~2 .lut_mask = 16'h56FA; +defparam \text_gen|f_rom|Mux4~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~15 ( +// Equation(s): +// \text_gen|f_rom|Mux4~15_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux4~2_combout & ((!\text_gen|char_code~1_combout ) # (!\text_gen|char_ram~36334_combout )))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|Mux4~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~15_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~15 .lut_mask = 16'h1500; +defparam \text_gen|f_rom|Mux4~15 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~3 ( +// Equation(s): +// \text_gen|f_rom|Mux4~3_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~209_combout ) # (\text_gen|f_rom|Mux4~15_combout )))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~62_combout )) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~62_combout ), + .datac(\text_gen|f_rom|Mux5~209_combout ), + .datad(\text_gen|f_rom|Mux4~15_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~3_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~3 .lut_mask = 16'hEEE4; +defparam \text_gen|f_rom|Mux4~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~4 ( +// Equation(s): +// \text_gen|f_rom|Mux4~4_combout = (\text_gen|f_rom|Mux1~47_combout & ((\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux4~3_combout ))) # (!\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~217_combout )))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux5~217_combout ), + .datac(\text_gen|f_rom|Mux1~47_combout ), + .datad(\text_gen|f_rom|Mux4~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~4_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~4 .lut_mask = 16'hE040; +defparam \text_gen|f_rom|Mux4~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~12 ( +// Equation(s): +// \text_gen|f_rom|Mux4~12_combout = (\text_gen|f_rom|Mux4~4_combout ) # ((!\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux4~10_combout ) # (\text_gen|f_rom|Mux4~11_combout )))) + + .dataa(\text_gen|f_rom|Mux4~10_combout ), + .datab(\text_gen|char_code[2]~5_combout ), + .datac(\text_gen|f_rom|Mux4~11_combout ), + .datad(\text_gen|f_rom|Mux4~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~12_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~12 .lut_mask = 16'hFF32; +defparam \text_gen|f_rom|Mux4~12 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~114 ( +// Equation(s): +// \text_gen|f_rom|Mux5~114_combout = (\text_gen|Add5~14_combout & (\text_gen|f_rom|WideOr42~0_combout )) # (!\text_gen|Add5~14_combout & ((\text_gen|f_rom|Mux5~63_combout ))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|Add5~14_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|Mux5~63_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~114_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~114 .lut_mask = 16'hBB88; +defparam \text_gen|f_rom|Mux5~114 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~115 ( +// Equation(s): +// \text_gen|f_rom|Mux5~115_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39063_combout & ((\text_gen|f_rom|Mux5~63_combout ))) # (!\text_gen|char_ram~39063_combout & (\text_gen|f_rom|Mux5~114_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~63_combout )))) + + .dataa(\text_gen|f_rom|Mux5~114_combout ), + .datab(\text_gen|f_rom|Mux5~63_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39063_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~115_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~115 .lut_mask = 16'hCCAC; +defparam \text_gen|f_rom|Mux5~115 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y45_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~116 ( +// Equation(s): +// \text_gen|f_rom|Mux5~116_combout = (\text_gen|char_ram~38381_combout & (\text_gen|f_rom|Mux5~115_combout )) # (!\text_gen|char_ram~38381_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~64_combout ))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~115_combout )))) + + .dataa(\text_gen|char_ram~38381_combout ), + .datab(\text_gen|f_rom|Mux5~115_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|Mux5~64_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~116_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~116 .lut_mask = 16'hDC8C; +defparam \text_gen|f_rom|Mux5~116 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~142 ( +// Equation(s): +// \text_gen|f_rom|Mux5~142_combout = (\vga_c|v_cnt [3] & (\text_gen|char_code~1_combout & (\text_gen|f_rom|Decoder2~1_combout & \text_gen|char_ram~36334_combout ))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Decoder2~1_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~142_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~142 .lut_mask = 16'h8000; +defparam \text_gen|f_rom|Mux5~142 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Decoder2~2 ( +// Equation(s): +// \text_gen|f_rom|Decoder2~2_combout = (\vga_c|v_cnt [3] & (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [2] & !\vga_c|v_cnt [4]))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Decoder2~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Decoder2~2 .lut_mask = 16'h0020; +defparam \text_gen|f_rom|Decoder2~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~106 ( +// Equation(s): +// \text_gen|f_rom|Mux5~106_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux5~63_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|Decoder2~2_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Decoder2~2_combout )))) + + .dataa(\text_gen|f_rom|Mux5~63_combout ), + .datab(\text_gen|f_rom|Decoder2~2_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~106_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~106 .lut_mask = 16'hACCC; +defparam \text_gen|f_rom|Mux5~106 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~107 ( +// Equation(s): +// \text_gen|f_rom|Mux5~107_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~106_combout ))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~62_combout )))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux5~62_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~106_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~107_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~107 .lut_mask = 16'hA808; +defparam \text_gen|f_rom|Mux5~107 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~65 ( +// Equation(s): +// \text_gen|f_rom|Mux1~65_combout = (!\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~107_combout ) # ((\text_gen|f_rom|Mux5~142_combout & !\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|f_rom|Mux5~142_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux5~107_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~65_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~65 .lut_mask = 16'h3032; +defparam \text_gen|f_rom|Mux1~65 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~66 ( +// Equation(s): +// \text_gen|f_rom|Mux1~66_combout = (\text_gen|f_rom|Mux1~65_combout ) # ((\text_gen|f_rom|Mux5~116_combout & (\text_gen|char_code[1]~2_combout & \text_gen|f_rom|Mux5~110_combout ))) + + .dataa(\text_gen|f_rom|Mux5~116_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|f_rom|Mux1~65_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~66_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~66 .lut_mask = 16'hFF80; +defparam \text_gen|f_rom|Mux1~66 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~60 ( +// Equation(s): +// \text_gen|f_rom|Mux1~60_combout = (\text_gen|char_code[5]~7_combout & (\vga_c|v_cnt [3] & (\text_gen|f_rom|Decoder2~1_combout ))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|row_pixels~3_combout )))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\text_gen|f_rom|Decoder2~1_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|row_pixels~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~60_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~60 .lut_mask = 16'h8F80; +defparam \text_gen|f_rom|Mux1~60 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~68 ( +// Equation(s): +// \text_gen|f_rom|Mux1~68_combout = (\text_gen|char_ram~44527_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux1~60_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~116_combout )))) # +// (!\text_gen|char_ram~44527_combout & (((\text_gen|f_rom|Mux5~116_combout )))) + + .dataa(\text_gen|char_ram~44527_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux5~116_combout ), + .datad(\text_gen|f_rom|Mux1~60_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~68_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~68 .lut_mask = 16'hF870; +defparam \text_gen|f_rom|Mux1~68 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N12 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr51~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr51~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [1] & (\vga_c|v_cnt [2])) # (!\vga_c|v_cnt [1] & ((\vga_c|v_cnt [3]))))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr51~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr51~0 .lut_mask = 16'h5140; +defparam \text_gen|f_rom|WideOr51~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~229 ( +// Equation(s): +// \text_gen|f_rom|Mux5~229_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr51~0_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|Decoder2~2_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Decoder2~2_combout )))) + + .dataa(\text_gen|f_rom|WideOr51~0_combout ), + .datab(\text_gen|f_rom|Decoder2~2_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~229_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~229 .lut_mask = 16'hACCC; +defparam \text_gen|f_rom|Mux5~229 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N28 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr27~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr27~0_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [2] $ (((!\vga_c|v_cnt [3] & \vga_c|v_cnt [1]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr27~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr27~0 .lut_mask = 16'h2130; +defparam \text_gen|f_rom|WideOr27~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~207 ( +// Equation(s): +// \text_gen|f_rom|Mux5~207_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr27~0_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr27~0_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~207_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~207 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~207 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N14 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr41~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr41~0_combout = (\vga_c|v_cnt [4] & (!\vga_c|v_cnt [1] & (!\vga_c|v_cnt [2] & !\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [1]) # ((\vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr41~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr41~0 .lut_mask = 16'h5546; +defparam \text_gen|f_rom|WideOr41~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~227 ( +// Equation(s): +// \text_gen|f_rom|Mux5~227_combout = (\text_gen|f_rom|WideOr41~0_combout & (\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|f_rom|WideOr41~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~227_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~227 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~227 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~228 ( +// Equation(s): +// \text_gen|f_rom|Mux5~228_combout = (\text_gen|char_code[0]~3_combout & (((\text_gen|char_code[5]~7_combout )))) # (!\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~227_combout ))) # +// (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~161_combout )))) + + .dataa(\text_gen|f_rom|Mux5~161_combout ), + .datab(\text_gen|f_rom|Mux5~227_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~228_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~228 .lut_mask = 16'hFC0A; +defparam \text_gen|f_rom|Mux5~228 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~230 ( +// Equation(s): +// \text_gen|f_rom|Mux5~230_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~228_combout & (\text_gen|f_rom|Mux5~229_combout )) # (!\text_gen|f_rom|Mux5~228_combout & ((\text_gen|f_rom|Mux5~207_combout ))))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~228_combout )))) + + .dataa(\text_gen|f_rom|Mux5~229_combout ), + .datab(\text_gen|f_rom|Mux5~207_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~228_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~230_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~230 .lut_mask = 16'hAFC0; +defparam \text_gen|f_rom|Mux5~230 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~61 ( +// Equation(s): +// \text_gen|f_rom|Mux1~61_combout = (\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux5~230_combout )))) # (!\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux1~68_combout & (\text_gen|f_rom|Mux5~110_combout ))) + + .dataa(\text_gen|f_rom|Mux1~68_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|char_code[1]~2_combout ), + .datad(\text_gen|f_rom|Mux5~230_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~61_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~61 .lut_mask = 16'hF808; +defparam \text_gen|f_rom|Mux1~61 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~63 ( +// Equation(s): +// \text_gen|f_rom|Mux1~63_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~63_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr42~0_combout ))))) + + .dataa(\text_gen|f_rom|Mux5~63_combout ), + .datab(\text_gen|f_rom|WideOr42~0_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~63_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~63 .lut_mask = 16'hAC00; +defparam \text_gen|f_rom|Mux1~63 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~75 ( +// Equation(s): +// \text_gen|f_rom|Mux2~75_combout = (\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Decoder2~1_combout )) # (!\text_gen|char_ram~39064_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|WideOr27~0_combout ))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Decoder2~1_combout )))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\text_gen|f_rom|WideOr27~0_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~75_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~75 .lut_mask = 16'hACAA; +defparam \text_gen|f_rom|Mux2~75 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~62 ( +// Equation(s): +// \text_gen|f_rom|Mux1~62_combout = (\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~110_combout & (\text_gen|f_rom|Mux2~75_combout & \text_gen|char_code[0]~3_combout ))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|Mux2~75_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~62_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~62 .lut_mask = 16'h8000; +defparam \text_gen|f_rom|Mux1~62 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux1~64 ( +// Equation(s): +// \text_gen|f_rom|Mux1~64_combout = (\text_gen|f_rom|Mux1~62_combout ) # ((\text_gen|f_rom|Mux1~63_combout & (\text_gen|char_code[1]~2_combout $ (\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux1~63_combout ), + .datad(\text_gen|f_rom|Mux1~62_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux1~64_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux1~64 .lut_mask = 16'hFF60; +defparam \text_gen|f_rom|Mux1~64 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N20 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr15~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr15~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & ((!\vga_c|v_cnt [3]) # (!\vga_c|v_cnt [1]))) # (!\vga_c|v_cnt [2] & ((\vga_c|v_cnt [3]))))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr15~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr15~0 .lut_mask = 16'h1550; +defparam \text_gen|f_rom|WideOr15~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~277 ( +// Equation(s): +// \text_gen|f_rom|Mux5~277_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr15~0_combout ) # (\text_gen|char_ram~44527_combout )))) + + .dataa(\text_gen|f_rom|WideOr15~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~277_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~277 .lut_mask = 16'hC800; +defparam \text_gen|f_rom|Mux5~277 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N14 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr46~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr46~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & ((\vga_c|v_cnt [1]))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr46~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr46~0 .lut_mask = 16'h3202; +defparam \text_gen|f_rom|WideOr46~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~235 ( +// Equation(s): +// \text_gen|f_rom|Mux5~235_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr46~0_combout ) # ((!\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|row_pixels~3_combout & +// \text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|f_rom|WideOr46~0_combout ), + .datab(\text_gen|f_rom|row_pixels~3_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~235_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~235 .lut_mask = 16'hACF0; +defparam \text_gen|f_rom|Mux5~235 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~236 ( +// Equation(s): +// \text_gen|f_rom|Mux5~236_combout = (\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~277_combout & \text_gen|f_rom|Mux5~235_combout )))) # (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~235_combout & +// (\text_gen|f_rom|Mux5~62_combout )) # (!\text_gen|f_rom|Mux5~235_combout & ((\text_gen|f_rom|Mux5~277_combout ))))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux5~62_combout ), + .datac(\text_gen|f_rom|Mux5~277_combout ), + .datad(\text_gen|f_rom|Mux5~235_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~236_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~236 .lut_mask = 16'hE450; +defparam \text_gen|f_rom|Mux5~236 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~232 ( +// Equation(s): +// \text_gen|f_rom|Mux5~232_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr23~0_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr23~0_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~232_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~232 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~232 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~233 ( +// Equation(s): +// \text_gen|f_rom|Mux5~233_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~232_combout )) # +// (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~78_combout ))))) + + .dataa(\text_gen|f_rom|Mux5~232_combout ), + .datab(\text_gen|f_rom|Mux5~78_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~233_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~233 .lut_mask = 16'hFA0C; +defparam \text_gen|f_rom|Mux5~233 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~95 ( +// Equation(s): +// \text_gen|f_rom|Mux5~95_combout = (!\vga_c|v_cnt [4] & (\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\vga_c|v_cnt [4]), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~95_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~95 .lut_mask = 16'h4400; +defparam \text_gen|f_rom|Mux5~95 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~231 ( +// Equation(s): +// \text_gen|f_rom|Mux5~231_combout = (\vga_c|v_cnt [1] & (!\vga_c|v_cnt [3] & \text_gen|f_rom|Mux5~95_combout )) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [3]), + .datac(gnd), + .datad(\text_gen|f_rom|Mux5~95_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~231_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~231 .lut_mask = 16'h2200; +defparam \text_gen|f_rom|Mux5~231 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~93 ( +// Equation(s): +// \text_gen|f_rom|Mux5~93_combout = (\text_gen|f_rom|WideOr45~0_combout & (\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|f_rom|WideOr45~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~93_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~93 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~93 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~234 ( +// Equation(s): +// \text_gen|f_rom|Mux5~234_combout = (\text_gen|f_rom|Mux5~233_combout & (((\text_gen|f_rom|Mux5~93_combout ) # (!\text_gen|char_code[5]~7_combout )))) # (!\text_gen|f_rom|Mux5~233_combout & (\text_gen|f_rom|Mux5~231_combout & +// (\text_gen|char_code[5]~7_combout ))) + + .dataa(\text_gen|f_rom|Mux5~233_combout ), + .datab(\text_gen|f_rom|Mux5~231_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~93_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~234_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~234 .lut_mask = 16'hEA4A; +defparam \text_gen|f_rom|Mux5~234 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~278 ( +// Equation(s): +// \text_gen|f_rom|Mux5~278_combout = (\text_gen|char_ram~41797_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~234_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~236_combout )))) # +// (!\text_gen|char_ram~41797_combout & (\text_gen|f_rom|Mux5~236_combout )) + + .dataa(\text_gen|f_rom|Mux5~236_combout ), + .datab(\text_gen|char_ram~41797_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|Mux5~234_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~278_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~278 .lut_mask = 16'hEA2A; +defparam \text_gen|f_rom|Mux5~278 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~13 ( +// Equation(s): +// \text_gen|f_rom|Mux4~13_combout = (\text_gen|char_code[3]~4_combout & (\text_gen|char_code[2]~5_combout )) # (!\text_gen|char_code[3]~4_combout & ((\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux5~278_combout ))) # +// (!\text_gen|char_code[2]~5_combout & (\text_gen|f_rom|Mux1~64_combout )))) + + .dataa(\text_gen|char_code[3]~4_combout ), + .datab(\text_gen|char_code[2]~5_combout ), + .datac(\text_gen|f_rom|Mux1~64_combout ), + .datad(\text_gen|f_rom|Mux5~278_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~13_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~13 .lut_mask = 16'hDC98; +defparam \text_gen|f_rom|Mux4~13 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux4~14 ( +// Equation(s): +// \text_gen|f_rom|Mux4~14_combout = (\text_gen|char_code[3]~4_combout & ((\text_gen|f_rom|Mux4~13_combout & (\text_gen|f_rom|Mux1~66_combout )) # (!\text_gen|f_rom|Mux4~13_combout & ((\text_gen|f_rom|Mux1~61_combout ))))) # +// (!\text_gen|char_code[3]~4_combout & (((\text_gen|f_rom|Mux4~13_combout )))) + + .dataa(\text_gen|f_rom|Mux1~66_combout ), + .datab(\text_gen|f_rom|Mux1~61_combout ), + .datac(\text_gen|char_code[3]~4_combout ), + .datad(\text_gen|f_rom|Mux4~13_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux4~14_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux4~14 .lut_mask = 16'hAFC0; +defparam \text_gen|f_rom|Mux4~14 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~55 ( +// Equation(s): +// \text_gen|f_rom|Mux2~55_combout = (\text_gen|char_ram~39064_combout & (((\text_gen|f_rom|Decoder2~1_combout )))) # (!\text_gen|char_ram~39064_combout & ((\text_gen|char_code~1_combout & (\text_gen|f_rom|row_pixels~3_combout )) # +// (!\text_gen|char_code~1_combout & ((\text_gen|f_rom|Decoder2~1_combout ))))) + + .dataa(\text_gen|f_rom|row_pixels~3_combout ), + .datab(\text_gen|f_rom|Decoder2~1_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~55_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~55 .lut_mask = 16'hCACC; +defparam \text_gen|f_rom|Mux2~55 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~87 ( +// Equation(s): +// \text_gen|f_rom|Mux2~87_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux2~55_combout & \text_gen|char_ram~44527_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|f_rom|Mux2~55_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~87_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~87 .lut_mask = 16'h8000; +defparam \text_gen|f_rom|Mux2~87 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~125 ( +// Equation(s): +// \text_gen|f_rom|Mux5~125_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & ((!\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [2] & (!\vga_c|v_cnt [1] & \vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~125_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~125 .lut_mask = 16'h010A; +defparam \text_gen|f_rom|Mux5~125 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~251 ( +// Equation(s): +// \text_gen|f_rom|Mux5~251_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~125_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~125_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~251_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~251 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~251 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~252 ( +// Equation(s): +// \text_gen|f_rom|Mux5~252_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~62_combout ) # ((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & (((!\text_gen|char_code[0]~3_combout & +// \text_gen|f_rom|Mux5~142_combout )))) + + .dataa(\text_gen|f_rom|Mux5~62_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~142_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~252_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~252 .lut_mask = 16'hCBC8; +defparam \text_gen|f_rom|Mux5~252 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~253 ( +// Equation(s): +// \text_gen|f_rom|Mux5~253_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~252_combout & ((\text_gen|f_rom|Mux5~66_combout ))) # (!\text_gen|f_rom|Mux5~252_combout & (\text_gen|f_rom|Mux5~251_combout )))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~252_combout )))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux5~251_combout ), + .datac(\text_gen|f_rom|Mux5~66_combout ), + .datad(\text_gen|f_rom|Mux5~252_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~253_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~253 .lut_mask = 16'hF588; +defparam \text_gen|f_rom|Mux5~253 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~152 ( +// Equation(s): +// \text_gen|f_rom|Mux5~152_combout = (!\vga_c|v_cnt [4] & (!\vga_c|v_cnt [2] & \vga_c|v_cnt [3])) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [2]), + .datac(gnd), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~152_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~152 .lut_mask = 16'h1100; +defparam \text_gen|f_rom|Mux5~152 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~153 ( +// Equation(s): +// \text_gen|f_rom|Mux5~153_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~152_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~152_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(gnd), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~153_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~153 .lut_mask = 16'h8080; +defparam \text_gen|f_rom|Mux5~153 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~81 ( +// Equation(s): +// \text_gen|f_rom|Mux2~81_combout = (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [4] & \vga_c|v_cnt [3])) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [4]), + .datac(gnd), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~81_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~81 .lut_mask = 16'h4400; +defparam \text_gen|f_rom|Mux2~81 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~198 ( +// Equation(s): +// \text_gen|f_rom|Mux5~198_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|Decoder2~3_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Decoder2~3_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~198_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~198 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~198 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~82 ( +// Equation(s): +// \text_gen|f_rom|Mux2~82_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~198_combout ) # ((\text_gen|f_rom|Mux2~81_combout & !\text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\text_gen|f_rom|Mux2~81_combout ), + .datab(\text_gen|f_rom|Mux5~198_combout ), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~82_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~82 .lut_mask = 16'hCE00; +defparam \text_gen|f_rom|Mux2~82 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~83 ( +// Equation(s): +// \text_gen|f_rom|Mux2~83_combout = (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux2~82_combout ) # ((!\text_gen|char_code[5]~7_combout & \text_gen|f_rom|Mux5~153_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~153_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux2~82_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~83_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~83 .lut_mask = 16'h0F04; +defparam \text_gen|f_rom|Mux2~83 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~84 ( +// Equation(s): +// \text_gen|f_rom|Mux2~84_combout = (\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux2~87_combout ) # ((\text_gen|f_rom|Mux2~83_combout )))) # (!\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux5~253_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux2~87_combout ), + .datac(\text_gen|f_rom|Mux5~253_combout ), + .datad(\text_gen|f_rom|Mux2~83_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~84_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~84 .lut_mask = 16'hFAD8; +defparam \text_gen|f_rom|Mux2~84 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~53 ( +// Equation(s): +// \text_gen|f_rom|Mux2~53_combout = (\vga_c|v_cnt [1] & (\text_gen|char_code[5]~7_combout $ (((!\vga_c|v_cnt [3] & !\vga_c|v_cnt [2]))))) # (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [3] & (!\text_gen|char_code[5]~7_combout & !\vga_c|v_cnt [2]))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~53_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~53 .lut_mask = 16'hC086; +defparam \text_gen|f_rom|Mux2~53 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y45_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~54 ( +// Equation(s): +// \text_gen|f_rom|Mux2~54_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux2~53_combout & \text_gen|f_rom|row_pixels[7]~4_combout )) + + .dataa(\vga_c|v_cnt [4]), + .datab(gnd), + .datac(\text_gen|f_rom|Mux2~53_combout ), + .datad(\text_gen|f_rom|row_pixels[7]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~54_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~54 .lut_mask = 16'h5000; +defparam \text_gen|f_rom|Mux2~54 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N8 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr22~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr22~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3] & (\vga_c|v_cnt [2] $ (!\vga_c|v_cnt [1]))) # (!\vga_c|v_cnt [3] & (!\vga_c|v_cnt [2] & \vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr22~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr22~0 .lut_mask = 16'h2102; +defparam \text_gen|f_rom|WideOr22~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y46_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~52 ( +// Equation(s): +// \text_gen|f_rom|Mux2~52_combout = (\text_gen|f_rom|Mux2~44_combout & ((\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Decoder2~1_combout ))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr22~0_combout )))) + + .dataa(\text_gen|f_rom|WideOr22~0_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|Decoder2~1_combout ), + .datad(\text_gen|f_rom|Mux2~44_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~52_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~52 .lut_mask = 16'hE200; +defparam \text_gen|f_rom|Mux2~52 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~56 ( +// Equation(s): +// \text_gen|f_rom|Mux2~56_combout = (\text_gen|f_rom|Mux2~54_combout ) # ((\text_gen|f_rom|Mux2~52_combout ) # ((\text_gen|char_code[1]~2_combout & \text_gen|f_rom|Mux2~87_combout ))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux2~54_combout ), + .datac(\text_gen|f_rom|Mux2~87_combout ), + .datad(\text_gen|f_rom|Mux2~52_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~56_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~56 .lut_mask = 16'hFFEC; +defparam \text_gen|f_rom|Mux2~56 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~139 ( +// Equation(s): +// \text_gen|f_rom|Mux5~139_combout = (\vga_c|v_cnt [2] & (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] $ (\vga_c|v_cnt [1])))) # (!\vga_c|v_cnt [2] & (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [4] & !\vga_c|v_cnt [1]))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~139_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~139 .lut_mask = 16'h0418; +defparam \text_gen|f_rom|Mux5~139 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~280 ( +// Equation(s): +// \text_gen|f_rom|Mux5~280_combout = (\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~139_combout & \text_gen|char_ram~36334_combout )) # (!\text_gen|char_ram~39064_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~139_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~280_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~280 .lut_mask = 16'h8A0A; +defparam \text_gen|f_rom|Mux5~280 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~250 ( +// Equation(s): +// \text_gen|f_rom|Mux5~250_combout = (\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~280_combout $ ((!\text_gen|char_code[5]~7_combout )))) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|char_code[5]~7_combout & +// \text_gen|f_rom|Mux5~62_combout )))) + + .dataa(\text_gen|f_rom|Mux5~280_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|Mux5~62_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~250_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~250 .lut_mask = 16'h99C0; +defparam \text_gen|f_rom|Mux5~250 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~157 ( +// Equation(s): +// \text_gen|f_rom|Mux5~157_combout = (!\vga_c|v_cnt [2] & (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] $ (\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~157_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~157 .lut_mask = 16'h0102; +defparam \text_gen|f_rom|Mux5~157 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~249 ( +// Equation(s): +// \text_gen|f_rom|Mux5~249_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|WideOr22~0_combout )) # (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~157_combout ))))) + + .dataa(\text_gen|f_rom|WideOr22~0_combout ), + .datab(\text_gen|f_rom|Mux5~157_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~249_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~249 .lut_mask = 16'hA0C0; +defparam \text_gen|f_rom|Mux5~249 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~281 ( +// Equation(s): +// \text_gen|f_rom|Mux5~281_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Mux5~250_combout )) # (!\text_gen|char_ram~39064_combout & (!\text_gen|f_rom|Mux5~250_combout & \text_gen|f_rom|Mux5~249_combout +// )))) # (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~250_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~39064_combout ), + .datac(\text_gen|f_rom|Mux5~250_combout ), + .datad(\text_gen|f_rom|Mux5~249_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~281_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~281 .lut_mask = 16'hD2D0; +defparam \text_gen|f_rom|Mux5~281 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N24 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr47~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr47~0_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [1] & ((\vga_c|v_cnt [3]) # (\vga_c|v_cnt [2])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr47~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr47~0 .lut_mask = 16'h0E00; +defparam \text_gen|f_rom|WideOr47~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~136 ( +// Equation(s): +// \text_gen|f_rom|Mux5~136_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr47~0_combout ))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr22~0_combout )))) + + .dataa(\text_gen|f_rom|WideOr22~0_combout ), + .datab(\text_gen|f_rom|WideOr47~0_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~136_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~136 .lut_mask = 16'hCA00; +defparam \text_gen|f_rom|Mux5~136 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~91 ( +// Equation(s): +// \text_gen|f_rom|Mux2~91_combout = (\text_gen|f_rom|Mux5~136_combout ) # ((\text_gen|f_rom|Mux2~75_combout & ((!\text_gen|char_code~1_combout ) # (!\text_gen|char_ram~44527_combout )))) + + .dataa(\text_gen|char_ram~44527_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux2~75_combout ), + .datad(\text_gen|f_rom|Mux5~136_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~91_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~91 .lut_mask = 16'hFF70; +defparam \text_gen|f_rom|Mux2~91 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~80 ( +// Equation(s): +// \text_gen|f_rom|Mux2~80_combout = (\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux5~281_combout )))) # (!\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|f_rom|Mux2~91_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|Mux5~281_combout ), + .datad(\text_gen|f_rom|Mux2~91_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~80_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~80 .lut_mask = 16'hE4A0; +defparam \text_gen|f_rom|Mux2~80 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~10 ( +// Equation(s): +// \text_gen|f_rom|Mux3~10_combout = (\text_gen|char_code[3]~4_combout & (\text_gen|char_code[2]~5_combout )) # (!\text_gen|char_code[3]~4_combout & ((\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux2~80_combout ))) # +// (!\text_gen|char_code[2]~5_combout & (\text_gen|f_rom|Mux2~56_combout )))) + + .dataa(\text_gen|char_code[3]~4_combout ), + .datab(\text_gen|char_code[2]~5_combout ), + .datac(\text_gen|f_rom|Mux2~56_combout ), + .datad(\text_gen|f_rom|Mux2~80_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~10 .lut_mask = 16'hDC98; +defparam \text_gen|f_rom|Mux3~10 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~78 ( +// Equation(s): +// \text_gen|f_rom|Mux2~78_combout = (\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Decoder2~3_combout )) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~152_combout & !\vga_c|v_cnt [1])))) + + .dataa(\text_gen|f_rom|Decoder2~3_combout ), + .datab(\text_gen|f_rom|Mux5~152_combout ), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~78_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~78 .lut_mask = 16'hAA0C; +defparam \text_gen|f_rom|Mux2~78 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N24 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr40~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr40~0_combout = (\vga_c|v_cnt [4]) # ((!\vga_c|v_cnt [1] & !\vga_c|v_cnt [3])) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [4]), + .datac(gnd), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr40~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr40~0 .lut_mask = 16'hCCDD; +defparam \text_gen|f_rom|WideOr40~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~248 ( +// Equation(s): +// \text_gen|f_rom|Mux5~248_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[5]~7_combout & (!\text_gen|f_rom|WideOr40~0_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr42~0_combout ))))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|WideOr40~0_combout ), + .datac(\text_gen|f_rom|WideOr42~0_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~248_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~248 .lut_mask = 16'h7200; +defparam \text_gen|f_rom|Mux5~248 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~90 ( +// Equation(s): +// \text_gen|f_rom|Mux2~90_combout = (\text_gen|f_rom|Mux5~248_combout ) # ((\text_gen|f_rom|Mux2~78_combout & ((!\text_gen|char_ram~44527_combout ) # (!\text_gen|char_code~1_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux2~78_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|f_rom|Mux5~248_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~90_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~90 .lut_mask = 16'hFF4C; +defparam \text_gen|f_rom|Mux2~90 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N26 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr11~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr11~0_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [2] $ (((\vga_c|v_cnt [3] & \vga_c|v_cnt [1]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr11~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr11~0 .lut_mask = 16'h1230; +defparam \text_gen|f_rom|WideOr11~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~243 ( +// Equation(s): +// \text_gen|f_rom|Mux5~243_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr11~0_combout & \text_gen|char_ram~36334_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr11~0_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~243_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~243 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~243 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N30 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr0~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr0~0_combout = (\vga_c|v_cnt [3] & (((!\vga_c|v_cnt [4])))) # (!\vga_c|v_cnt [3] & (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [4] & !\vga_c|v_cnt [2]))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr0~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr0~0 .lut_mask = 16'h0A1A; +defparam \text_gen|f_rom|WideOr0~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N26 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr44~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr44~0_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] & ((!\vga_c|v_cnt [2]) # (!\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr44~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr44~0 .lut_mask = 16'h1500; +defparam \text_gen|f_rom|WideOr44~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~246 ( +// Equation(s): +// \text_gen|f_rom|Mux5~246_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr44~0_combout ))) # (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr0~0_combout )))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr0~0_combout )) + + .dataa(\text_gen|f_rom|WideOr0~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|WideOr44~0_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~246_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~246 .lut_mask = 16'hEA2A; +defparam \text_gen|f_rom|Mux5~246 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N16 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels~10 ( +// Equation(s): +// \text_gen|f_rom|row_pixels~10_combout = (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [2] & (!\vga_c|v_cnt [4] & \vga_c|v_cnt [1])) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [4] & !\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels~10 .lut_mask = 16'h0410; +defparam \text_gen|f_rom|row_pixels~10 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~244 ( +// Equation(s): +// \text_gen|f_rom|Mux5~244_combout = (\text_gen|char_ram~36334_combout & (\text_gen|char_code~1_combout & \text_gen|f_rom|row_pixels~10_combout )) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|row_pixels~10_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~244_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~244 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~244 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~245 ( +// Equation(s): +// \text_gen|f_rom|Mux5~245_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~244_combout ) # ((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~62_combout & +// !\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~244_combout ), + .datac(\text_gen|f_rom|Mux5~62_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~245_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~245 .lut_mask = 16'hAAD8; +defparam \text_gen|f_rom|Mux5~245 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~247 ( +// Equation(s): +// \text_gen|f_rom|Mux5~247_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~245_combout & ((\text_gen|f_rom|Mux5~246_combout ))) # (!\text_gen|f_rom|Mux5~245_combout & (\text_gen|f_rom|Mux5~243_combout )))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~245_combout )))) + + .dataa(\text_gen|f_rom|Mux5~243_combout ), + .datab(\text_gen|f_rom|Mux5~246_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~245_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~247_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~247 .lut_mask = 16'hCFA0; +defparam \text_gen|f_rom|Mux5~247 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~79 ( +// Equation(s): +// \text_gen|f_rom|Mux2~79_combout = (\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux5~247_combout )))) # (!\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~110_combout & (\text_gen|f_rom|Mux2~90_combout ))) + + .dataa(\text_gen|f_rom|Mux5~110_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux2~90_combout ), + .datad(\text_gen|f_rom|Mux5~247_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~79_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~79 .lut_mask = 16'hEC20; +defparam \text_gen|f_rom|Mux2~79 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N12 +cycloneiv_lcell_comb \text_gen|always1~5 ( +// Equation(s): +// \text_gen|always1~5_combout = (\text_gen|f_rom|Mux3~10_combout & ((\text_gen|f_rom|Mux2~84_combout ) # ((!\text_gen|char_code[3]~4_combout )))) # (!\text_gen|f_rom|Mux3~10_combout & (((\text_gen|char_code[3]~4_combout & \text_gen|f_rom|Mux2~79_combout +// )))) + + .dataa(\text_gen|f_rom|Mux2~84_combout ), + .datab(\text_gen|f_rom|Mux3~10_combout ), + .datac(\text_gen|char_code[3]~4_combout ), + .datad(\text_gen|f_rom|Mux2~79_combout ), + .cin(gnd), + .combout(\text_gen|always1~5_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~5 .lut_mask = 16'hBC8C; +defparam \text_gen|always1~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~141 ( +// Equation(s): +// \text_gen|f_rom|Mux5~141_combout = (\text_gen|f_rom|WideOr22~0_combout & (((\text_gen|char_ram~39064_combout & !\text_gen|char_ram~36334_combout )) # (!\text_gen|char_code~1_combout ))) + + .dataa(\text_gen|f_rom|WideOr22~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~141_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~141 .lut_mask = 16'h22A2; +defparam \text_gen|f_rom|Mux5~141 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~264 ( +// Equation(s): +// \text_gen|f_rom|Mux5~264_combout = (\text_gen|f_rom|Mux5~141_combout ) # ((\text_gen|char_code~1_combout & (\text_gen|f_rom|Decoder2~0_combout & \text_gen|char_ram~36334_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~141_combout ), + .datac(\text_gen|f_rom|Decoder2~0_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~264_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~264 .lut_mask = 16'hECCC; +defparam \text_gen|f_rom|Mux5~264 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~238 ( +// Equation(s): +// \text_gen|f_rom|Mux5~238_combout = (\text_gen|char_ram~36334_combout & (\vga_c|v_cnt [3] & (\vga_c|v_cnt [1] $ (\vga_c|v_cnt [2])))) # (!\text_gen|char_ram~36334_combout & ((\vga_c|v_cnt [3]) # ((\vga_c|v_cnt [1] & !\vga_c|v_cnt [2])))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [2]), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~238_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~238 .lut_mask = 16'h6F02; +defparam \text_gen|f_rom|Mux5~238 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~239 ( +// Equation(s): +// \text_gen|f_rom|Mux5~239_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux5~238_combout & ((\text_gen|char_ram~39064_combout ) # (\text_gen|char_ram~36334_combout )))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\text_gen|char_ram~39064_combout ), + .datac(\text_gen|f_rom|Mux5~238_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~239_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~239 .lut_mask = 16'h5040; +defparam \text_gen|f_rom|Mux5~239 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~237 ( +// Equation(s): +// \text_gen|f_rom|Mux5~237_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Decoder2~1_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr42~0_combout ))))) # +// (!\text_gen|f_rom|Mux5~110_combout & (((\text_gen|f_rom|WideOr42~0_combout & \text_gen|char_code[5]~7_combout )))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|WideOr42~0_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~237_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~237 .lut_mask = 16'hB8C0; +defparam \text_gen|f_rom|Mux5~237 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N16 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr9~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr9~0_combout = (\vga_c|v_cnt [1] & (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2]) # (!\vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr9~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr9~0 .lut_mask = 16'h2022; +defparam \text_gen|f_rom|WideOr9~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~143 ( +// Equation(s): +// \text_gen|f_rom|Mux5~143_combout = (\text_gen|f_rom|Mux5~142_combout ) # ((\text_gen|f_rom|WideOr9~0_combout & (!\text_gen|f_rom|Mux5~110_combout & \text_gen|char_code[5]~7_combout ))) + + .dataa(\text_gen|f_rom|WideOr9~0_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~142_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~143_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~143 .lut_mask = 16'hFF20; +defparam \text_gen|f_rom|Mux5~143 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~76 ( +// Equation(s): +// \text_gen|f_rom|Mux2~76_combout = (\text_gen|char_code[1]~2_combout & (((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[1]~2_combout & ((\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~143_combout ))) # +// (!\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~237_combout )))) + + .dataa(\text_gen|f_rom|Mux5~237_combout ), + .datab(\text_gen|f_rom|Mux5~143_combout ), + .datac(\text_gen|char_code[1]~2_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~76_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~76 .lut_mask = 16'hFC0A; +defparam \text_gen|f_rom|Mux2~76 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~77 ( +// Equation(s): +// \text_gen|f_rom|Mux2~77_combout = (\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux2~76_combout & ((\text_gen|f_rom|Mux5~239_combout ))) # (!\text_gen|f_rom|Mux2~76_combout & (\text_gen|f_rom|Mux5~264_combout )))) # +// (!\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux2~76_combout )))) + + .dataa(\text_gen|f_rom|Mux5~264_combout ), + .datab(\text_gen|f_rom|Mux5~239_combout ), + .datac(\text_gen|char_code[1]~2_combout ), + .datad(\text_gen|f_rom|Mux2~76_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~77_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~77 .lut_mask = 16'hCFA0; +defparam \text_gen|f_rom|Mux2~77 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~11 ( +// Equation(s): +// \text_gen|f_rom|Mux3~11_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~49987_combout & (!\text_gen|char_ram~47257_combout & \text_gen|f_rom|Mux2~77_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~49987_combout ), + .datac(\text_gen|char_ram~47257_combout ), + .datad(\text_gen|f_rom|Mux2~77_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~11_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~11 .lut_mask = 16'h0800; +defparam \text_gen|f_rom|Mux3~11 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N2 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels~7 ( +// Equation(s): +// \text_gen|f_rom|row_pixels~7_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [2] & (\vga_c|v_cnt [3] $ (\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels~7_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels~7 .lut_mask = 16'h0600; +defparam \text_gen|f_rom|row_pixels~7 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~279 ( +// Equation(s): +// \text_gen|f_rom|Mux5~279_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|row_pixels~7_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Mux5~157_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|row_pixels~7_combout )))) + + .dataa(\text_gen|f_rom|Mux5~157_combout ), + .datab(\text_gen|f_rom|row_pixels~7_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~279_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~279 .lut_mask = 16'hCCAC; +defparam \text_gen|f_rom|Mux5~279 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N30 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr31~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr31~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & ((\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [1] & !\vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr31~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr31~0 .lut_mask = 16'h3002; +defparam \text_gen|f_rom|WideOr31~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~241 ( +// Equation(s): +// \text_gen|f_rom|Mux5~241_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Decoder2~2_combout ))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr31~0_combout )))) # +// (!\text_gen|f_rom|Mux5~110_combout & (((\text_gen|char_code[5]~7_combout )))) + + .dataa(\text_gen|f_rom|WideOr31~0_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|Decoder2~2_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~241_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~241 .lut_mask = 16'hF388; +defparam \text_gen|f_rom|Mux5~241 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~240 ( +// Equation(s): +// \text_gen|f_rom|Mux5~240_combout = (\text_gen|f_rom|Mux5~110_combout & (((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|WideOr42~0_combout )) # +// (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|WideOr9~0_combout ))))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|f_rom|WideOr9~0_combout ), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~240_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~240 .lut_mask = 16'hFA0C; +defparam \text_gen|f_rom|Mux5~240 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~242 ( +// Equation(s): +// \text_gen|f_rom|Mux5~242_combout = (\text_gen|f_rom|Mux5~240_combout & (((\text_gen|f_rom|Mux5~241_combout )))) # (!\text_gen|f_rom|Mux5~240_combout & (\text_gen|f_rom|Mux5~279_combout & (\text_gen|f_rom|Mux5~110_combout ))) + + .dataa(\text_gen|f_rom|Mux5~279_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|Mux5~241_combout ), + .datad(\text_gen|f_rom|Mux5~240_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~242_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~242 .lut_mask = 16'hF088; +defparam \text_gen|f_rom|Mux5~242 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~146 ( +// Equation(s): +// \text_gen|f_rom|Mux5~146_combout = (\vga_c|v_cnt [4] & (!\vga_c|v_cnt [2] & (!\vga_c|v_cnt [3] & \text_gen|char_code[5]~7_combout ))) # (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [3] & ((\vga_c|v_cnt [2]) # (!\text_gen|char_code[5]~7_combout )))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [3]), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~146_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~146 .lut_mask = 16'h2430; +defparam \text_gen|f_rom|Mux5~146 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~101 ( +// Equation(s): +// \text_gen|f_rom|Mux5~101_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & (\vga_c|v_cnt [1] & !\vga_c|v_cnt [3])) # (!\vga_c|v_cnt [2] & ((\vga_c|v_cnt [3]))))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~101_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~101 .lut_mask = 16'h0058; +defparam \text_gen|f_rom|Mux5~101 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~124 ( +// Equation(s): +// \text_gen|f_rom|Mux5~124_combout = (\text_gen|f_rom|Mux5~101_combout & (\text_gen|char_ram~36334_combout & \text_gen|char_code~1_combout )) + + .dataa(\text_gen|f_rom|Mux5~101_combout ), + .datab(gnd), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~124_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~124 .lut_mask = 16'hA000; +defparam \text_gen|f_rom|Mux5~124 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~147 ( +// Equation(s): +// \text_gen|f_rom|Mux5~147_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|WideOr44~0_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr22~0_combout )))) # +// (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr22~0_combout )) + + .dataa(\text_gen|f_rom|WideOr22~0_combout ), + .datab(\text_gen|f_rom|WideOr44~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~147_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~147 .lut_mask = 16'hCAAA; +defparam \text_gen|f_rom|Mux5~147 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~265 ( +// Equation(s): +// \text_gen|f_rom|Mux5~265_combout = (\text_gen|char_ram~39064_combout & (((\text_gen|f_rom|Mux5~147_combout )))) # (!\text_gen|char_ram~39064_combout & ((\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~124_combout )) # +// (!\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~147_combout ))))) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux5~124_combout ), + .datad(\text_gen|f_rom|Mux5~147_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~265_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~265 .lut_mask = 16'hFB40; +defparam \text_gen|f_rom|Mux5~265 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~266 ( +// Equation(s): +// \text_gen|f_rom|Mux5~266_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout & (\text_gen|char_ram~36334_combout )) # (!\text_gen|char_ram~44527_combout & ((\text_gen|f_rom|Mux5~265_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~265_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|f_rom|Mux5~265_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~266_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~266 .lut_mask = 16'hDF80; +defparam \text_gen|f_rom|Mux5~266 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~148 ( +// Equation(s): +// \text_gen|f_rom|Mux5~148_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~266_combout & ((\vga_c|v_cnt [1]))) # (!\text_gen|f_rom|Mux5~266_combout & (\text_gen|f_rom|WideOr22~0_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|WideOr22~0_combout ), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|f_rom|Mux5~266_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~148_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~148 .lut_mask = 16'hA088; +defparam \text_gen|f_rom|Mux5~148 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~149 ( +// Equation(s): +// \text_gen|f_rom|Mux5~149_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~148_combout & ((!\text_gen|f_rom|Mux5~266_combout ))) # (!\text_gen|f_rom|Mux5~148_combout & (\text_gen|f_rom|Mux5~146_combout & +// \text_gen|f_rom|Mux5~266_combout )))) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~266_combout )))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux5~146_combout ), + .datac(\text_gen|f_rom|Mux5~148_combout ), + .datad(\text_gen|f_rom|Mux5~266_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~149_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~149 .lut_mask = 16'h5DA0; +defparam \text_gen|f_rom|Mux5~149 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~8 ( +// Equation(s): +// \text_gen|f_rom|Mux3~8_combout = (!\text_gen|char_code[1]~2_combout & ((\text_gen|char_code[3]~4_combout & ((\text_gen|f_rom|Mux5~149_combout ))) # (!\text_gen|char_code[3]~4_combout & (\text_gen|f_rom|Mux5~242_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux5~242_combout ), + .datac(\text_gen|f_rom|Mux5~149_combout ), + .datad(\text_gen|char_code[3]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~8 .lut_mask = 16'h5044; +defparam \text_gen|f_rom|Mux3~8 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X66_Y49_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~2 ( +// Equation(s): +// \text_gen|f_rom|Mux3~2_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~47257_combout & ((\text_gen|f_rom|WideOr46~0_combout ))) # (!\text_gen|char_ram~47257_combout & (\text_gen|f_rom|Decoder2~3_combout )))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Decoder2~3_combout )) + + .dataa(\text_gen|f_rom|Decoder2~3_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|WideOr46~0_combout ), + .datad(\text_gen|char_ram~47257_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~2 .lut_mask = 16'hE2AA; +defparam \text_gen|f_rom|Mux3~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N28 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr34~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr34~0_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [1] $ (((\vga_c|v_cnt [3] & !\vga_c|v_cnt [2]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr34~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr34~0 .lut_mask = 16'h0D02; +defparam \text_gen|f_rom|WideOr34~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N6 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr18~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr18~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [1] & ((!\vga_c|v_cnt [2]))) # (!\vga_c|v_cnt [1] & (\vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr18~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr18~0 .lut_mask = 16'h030A; +defparam \text_gen|f_rom|WideOr18~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~3 ( +// Equation(s): +// \text_gen|f_rom|Mux3~3_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~47257_combout & (\text_gen|f_rom|WideOr34~0_combout )) # (!\text_gen|char_ram~47257_combout & ((\text_gen|f_rom|WideOr18~0_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|WideOr18~0_combout )))) + + .dataa(\text_gen|f_rom|WideOr34~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~47257_combout ), + .datad(\text_gen|f_rom|WideOr18~0_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~3_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~3 .lut_mask = 16'hBF80; +defparam \text_gen|f_rom|Mux3~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~4 ( +// Equation(s): +// \text_gen|f_rom|Mux3~4_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux3~2_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux3~3_combout ))))) # +// (!\text_gen|f_rom|Mux5~110_combout & (\text_gen|char_code[5]~7_combout )) + + .dataa(\text_gen|f_rom|Mux5~110_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|Mux3~2_combout ), + .datad(\text_gen|f_rom|Mux3~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~4_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~4 .lut_mask = 16'hE6C4; +defparam \text_gen|f_rom|Mux3~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~5 ( +// Equation(s): +// \text_gen|f_rom|Mux3~5_combout = (\text_gen|f_rom|Mux3~4_combout & ((\text_gen|f_rom|Mux5~110_combout ) # ((\text_gen|f_rom|WideOr22~0_combout & !\text_gen|char_code[3]~4_combout )))) + + .dataa(\text_gen|f_rom|Mux5~110_combout ), + .datab(\text_gen|f_rom|WideOr22~0_combout ), + .datac(\text_gen|char_code[3]~4_combout ), + .datad(\text_gen|f_rom|Mux3~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~5_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~5 .lut_mask = 16'hAE00; +defparam \text_gen|f_rom|Mux3~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~144 ( +// Equation(s): +// \text_gen|f_rom|Mux5~144_combout = (\vga_c|v_cnt [4] & (\vga_c|v_cnt [2] & !\vga_c|v_cnt [3])) # (!\vga_c|v_cnt [4] & (!\vga_c|v_cnt [2] & \vga_c|v_cnt [3])) + + .dataa(\vga_c|v_cnt [4]), + .datab(gnd), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~144_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~144 .lut_mask = 16'h05A0; +defparam \text_gen|f_rom|Mux5~144 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~145 ( +// Equation(s): +// \text_gen|f_rom|Mux5~145_combout = (\text_gen|f_rom|Mux5~144_combout & (((\text_gen|char_ram~39064_combout & !\text_gen|char_ram~36334_combout )) # (!\text_gen|char_code~1_combout ))) + + .dataa(\text_gen|f_rom|Mux5~144_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~145_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~145 .lut_mask = 16'h22A2; +defparam \text_gen|f_rom|Mux5~145 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~160 ( +// Equation(s): +// \text_gen|f_rom|Mux5~160_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~110_combout & ((\text_gen|f_rom|WideOr47~0_combout ))) # (!\text_gen|f_rom|Mux5~110_combout & (\text_gen|f_rom|WideOr22~0_combout )))) # +// (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr22~0_combout & ((\text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\text_gen|f_rom|WideOr22~0_combout ), + .datab(\text_gen|f_rom|WideOr47~0_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~160_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~160 .lut_mask = 16'hCAA0; +defparam \text_gen|f_rom|Mux5~160 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y48_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~6 ( +// Equation(s): +// \text_gen|f_rom|Mux3~6_combout = (\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~160_combout & !\text_gen|char_code[3]~4_combout )))) # (!\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~145_combout & +// ((\text_gen|char_code[3]~4_combout )))) + + .dataa(\text_gen|f_rom|Mux5~145_combout ), + .datab(\text_gen|f_rom|Mux5~160_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|char_code[3]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~6_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~6 .lut_mask = 16'h0AC0; +defparam \text_gen|f_rom|Mux3~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~7 ( +// Equation(s): +// \text_gen|f_rom|Mux3~7_combout = (\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux3~6_combout ) # ((\text_gen|f_rom|Mux3~5_combout & !\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux3~5_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux3~6_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~7_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~7 .lut_mask = 16'hAA08; +defparam \text_gen|f_rom|Mux3~7 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux3~9 ( +// Equation(s): +// \text_gen|f_rom|Mux3~9_combout = (\text_gen|f_rom|Mux3~11_combout ) # ((!\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux3~8_combout ) # (\text_gen|f_rom|Mux3~7_combout )))) + + .dataa(\text_gen|f_rom|Mux3~11_combout ), + .datab(\text_gen|char_code[2]~5_combout ), + .datac(\text_gen|f_rom|Mux3~8_combout ), + .datad(\text_gen|f_rom|Mux3~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux3~9_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux3~9 .lut_mask = 16'hBBBA; +defparam \text_gen|f_rom|Mux3~9 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N24 +cycloneiv_lcell_comb \text_gen|always1~6 ( +// Equation(s): +// \text_gen|always1~6_combout = (\text_gen|char_code[4]~6_combout & ((\vga_c|h_cnt [1]) # ((\text_gen|f_rom|Mux3~9_combout )))) # (!\text_gen|char_code[4]~6_combout & (!\vga_c|h_cnt [1] & (\text_gen|always1~5_combout ))) + + .dataa(\text_gen|char_code[4]~6_combout ), + .datab(\vga_c|h_cnt [1]), + .datac(\text_gen|always1~5_combout ), + .datad(\text_gen|f_rom|Mux3~9_combout ), + .cin(gnd), + .combout(\text_gen|always1~6_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~6 .lut_mask = 16'hBA98; +defparam \text_gen|always1~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N22 +cycloneiv_lcell_comb \text_gen|always1~7 ( +// Equation(s): +// \text_gen|always1~7_combout = (\vga_c|h_cnt [1] & ((\text_gen|always1~6_combout & (\text_gen|f_rom|Mux4~12_combout )) # (!\text_gen|always1~6_combout & ((\text_gen|f_rom|Mux4~14_combout ))))) # (!\vga_c|h_cnt [1] & (((\text_gen|always1~6_combout )))) + + .dataa(\text_gen|f_rom|Mux4~12_combout ), + .datab(\vga_c|h_cnt [1]), + .datac(\text_gen|f_rom|Mux4~14_combout ), + .datad(\text_gen|always1~6_combout ), + .cin(gnd), + .combout(\text_gen|always1~7_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~7 .lut_mask = 16'hBBC0; +defparam \text_gen|always1~7 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~7 ( +// Equation(s): +// \text_gen|f_rom|Mux0~7_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|Decoder2~1_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|WideOr31~0_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Decoder2~1_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr31~0_combout ), + .datac(\text_gen|f_rom|Decoder2~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~7_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~7 .lut_mask = 16'hF0D8; +defparam \text_gen|f_rom|Mux0~7 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~8 ( +// Equation(s): +// \text_gen|f_rom|Mux0~8_combout = (!\text_gen|char_code[0]~3_combout & (\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux0~7_combout & \text_gen|f_rom|Mux5~110_combout ))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux0~7_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~8 .lut_mask = 16'h4000; +defparam \text_gen|f_rom|Mux0~8 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y43_N10 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr29~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr29~0_combout = (!\vga_c|v_cnt [4] & (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [1]) # (\vga_c|v_cnt [2])))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr29~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr29~0 .lut_mask = 16'h0504; +defparam \text_gen|f_rom|WideOr29~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~9 ( +// Equation(s): +// \text_gen|f_rom|Mux0~9_combout = (\text_gen|f_rom|WideOr29~0_combout & (\text_gen|char_ram~36334_combout & (\text_gen|char_code~1_combout & !\text_gen|char_ram~39064_combout ))) + + .dataa(\text_gen|f_rom|WideOr29~0_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~9_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~9 .lut_mask = 16'h0080; +defparam \text_gen|f_rom|Mux0~9 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N14 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr20~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr20~0_combout = (\vga_c|v_cnt [2] & (!\vga_c|v_cnt [4] & ((!\vga_c|v_cnt [3]) # (!\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr20~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr20~0 .lut_mask = 16'h002A; +defparam \text_gen|f_rom|WideOr20~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~10 ( +// Equation(s): +// \text_gen|f_rom|Mux0~10_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~124_combout ) # ((\text_gen|f_rom|WideOr20~0_combout & !\text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|WideOr20~0_combout ), + .datac(\text_gen|f_rom|Mux5~124_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~10_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~10 .lut_mask = 16'hA0A8; +defparam \text_gen|f_rom|Mux0~10 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~11 ( +// Equation(s): +// \text_gen|f_rom|Mux0~11_combout = \vga_c|v_cnt [2] $ (((\vga_c|v_cnt [3] & \vga_c|v_cnt [1]))) + + .dataa(\vga_c|v_cnt [2]), + .datab(gnd), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~11_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~11 .lut_mask = 16'h5AAA; +defparam \text_gen|f_rom|Mux0~11 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~12 ( +// Equation(s): +// \text_gen|f_rom|Mux0~12_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux0~11_combout $ (((!\text_gen|char_code[5]~7_combout & \vga_c|v_cnt [1]))))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\vga_c|v_cnt [4]), + .datac(\text_gen|f_rom|Mux0~11_combout ), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~12_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~12 .lut_mask = 16'h2130; +defparam \text_gen|f_rom|Mux0~12 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~13 ( +// Equation(s): +// \text_gen|f_rom|Mux0~13_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux1~53_combout & (\text_gen|f_rom|Decoder2~1_combout )) # (!\text_gen|f_rom|Mux1~53_combout & ((\text_gen|f_rom|Mux0~12_combout ))))) # +// (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux1~53_combout & \text_gen|f_rom|Mux0~12_combout )))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|Mux1~53_combout ), + .datad(\text_gen|f_rom|Mux0~12_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~13_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~13 .lut_mask = 16'hBC80; +defparam \text_gen|f_rom|Mux0~13 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~14 ( +// Equation(s): +// \text_gen|f_rom|Mux0~14_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux0~9_combout ) # ((\text_gen|f_rom|Mux0~10_combout )))) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux0~13_combout )))) + + .dataa(\text_gen|f_rom|Mux0~9_combout ), + .datab(\text_gen|f_rom|Mux0~10_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux0~13_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~14_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~14 .lut_mask = 16'hEFE0; +defparam \text_gen|f_rom|Mux0~14 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~15 ( +// Equation(s): +// \text_gen|f_rom|Mux0~15_combout = (!\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux0~8_combout ) # ((!\text_gen|char_code[1]~2_combout & \text_gen|f_rom|Mux0~14_combout )))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|f_rom|Mux0~8_combout ), + .datac(\text_gen|char_code[1]~2_combout ), + .datad(\text_gen|f_rom|Mux0~14_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~15_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~15 .lut_mask = 16'h4544; +defparam \text_gen|f_rom|Mux0~15 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~102 ( +// Equation(s): +// \text_gen|f_rom|Mux5~102_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|Mux5~101_combout ))) # (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr15~0_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|WideOr15~0_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|f_rom|WideOr15~0_combout ), + .datad(\text_gen|f_rom|Mux5~101_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~102_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~102 .lut_mask = 16'hF870; +defparam \text_gen|f_rom|Mux5~102 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y44_N24 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr26~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr26~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & ((!\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [2] & ((\vga_c|v_cnt [1]) # (\vga_c|v_cnt [3]))))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr26~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr26~0 .lut_mask = 16'h005E; +defparam \text_gen|f_rom|WideOr26~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~103 ( +// Equation(s): +// \text_gen|f_rom|Mux5~103_combout = (\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr26~0_combout & \text_gen|char_code~1_combout )) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|f_rom|WideOr26~0_combout ), + .datac(gnd), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~103_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~103 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~103 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~104 ( +// Equation(s): +// \text_gen|f_rom|Mux5~104_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~102_combout ) # ((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~103_combout & +// !\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~102_combout ), + .datac(\text_gen|f_rom|Mux5~103_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~104_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~104 .lut_mask = 16'hAAD8; +defparam \text_gen|f_rom|Mux5~104 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~105 ( +// Equation(s): +// \text_gen|f_rom|Mux5~105_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~104_combout & (\text_gen|f_rom|Mux5~79_combout )) # (!\text_gen|f_rom|Mux5~104_combout & ((\text_gen|f_rom|Mux5~62_combout ))))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~104_combout )))) + + .dataa(\text_gen|f_rom|Mux5~79_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~62_combout ), + .datad(\text_gen|f_rom|Mux5~104_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~105_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~105 .lut_mask = 16'hBBC0; +defparam \text_gen|f_rom|Mux5~105 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~81 ( +// Equation(s): +// \text_gen|f_rom|Mux5~81_combout = (\text_gen|f_rom|Mux1~49_combout & (\vga_c|v_cnt [2] $ (((!\text_gen|char_ram~36334_combout ) # (!\text_gen|char_code~1_combout ))))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux1~49_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~81_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~81 .lut_mask = 16'h9050; +defparam \text_gen|f_rom|Mux5~81 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~255 ( +// Equation(s): +// \text_gen|f_rom|Mux5~255_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout & (\vga_c|v_cnt [4])) # (!\text_gen|char_ram~44527_combout & ((\text_gen|f_rom|Mux5~81_combout ))))) # (!\text_gen|char_code~1_combout & +// (((\text_gen|f_rom|Mux5~81_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\vga_c|v_cnt [4]), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|f_rom|Mux5~81_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~255_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~255 .lut_mask = 16'hDF80; +defparam \text_gen|f_rom|Mux5~255 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~83 ( +// Equation(s): +// \text_gen|f_rom|Mux5~83_combout = (\text_gen|f_rom|Mux1~53_combout & ((\vga_c|v_cnt [3] & ((!\vga_c|v_cnt [1]) # (!\vga_c|v_cnt [2]))) # (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [2]) # (\vga_c|v_cnt [1]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|f_rom|Mux1~53_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~83_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~83 .lut_mask = 16'h7E00; +defparam \text_gen|f_rom|Mux5~83 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~82 ( +// Equation(s): +// \text_gen|f_rom|Mux5~82_combout = (\vga_c|v_cnt [1] & (\vga_c|v_cnt [3] $ (((\vga_c|v_cnt [2]) # (!\text_gen|f_rom|Mux1~53_combout ))))) # (!\vga_c|v_cnt [1] & ((\text_gen|f_rom|Mux1~53_combout & (\vga_c|v_cnt [3])) # (!\text_gen|f_rom|Mux1~53_combout +// & ((\vga_c|v_cnt [2]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|f_rom|Mux1~53_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~82_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~82 .lut_mask = 16'h6A5C; +defparam \text_gen|f_rom|Mux5~82 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~84 ( +// Equation(s): +// \text_gen|f_rom|Mux5~84_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~82_combout ) # (!\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~83_combout & +// ((\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~83_combout ), + .datac(\text_gen|f_rom|Mux5~82_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~84_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~84 .lut_mask = 16'hE4AA; +defparam \text_gen|f_rom|Mux5~84 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y49_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~85 ( +// Equation(s): +// \text_gen|f_rom|Mux5~85_combout = (\text_gen|f_rom|Mux5~84_combout & ((\text_gen|char_code[0]~3_combout $ (\text_gen|f_rom|Mux5~255_combout )))) # (!\text_gen|f_rom|Mux5~84_combout & (\text_gen|f_rom|Mux5~78_combout & +// (!\text_gen|char_code[0]~3_combout ))) + + .dataa(\text_gen|f_rom|Mux5~78_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~255_combout ), + .datad(\text_gen|f_rom|Mux5~84_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~85_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~85 .lut_mask = 16'h3C22; +defparam \text_gen|f_rom|Mux5~85 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~88 ( +// Equation(s): +// \text_gen|f_rom|Mux5~88_combout = (\vga_c|v_cnt [3] & (!\vga_c|v_cnt [2] & (!\vga_c|v_cnt [4] & !\vga_c|v_cnt [1]))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~88_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~88 .lut_mask = 16'h0002; +defparam \text_gen|f_rom|Mux5~88 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~89 ( +// Equation(s): +// \text_gen|f_rom|Mux5~89_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~88_combout & (\text_gen|char_ram~36334_combout & \text_gen|char_ram~39064_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~88_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~89_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~89 .lut_mask = 16'h8000; +defparam \text_gen|f_rom|Mux5~89 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~90 ( +// Equation(s): +// \text_gen|f_rom|Mux5~90_combout = (\vga_c|v_cnt [4]) # ((\vga_c|v_cnt [1] & \vga_c|v_cnt [3])) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(gnd), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~90_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~90 .lut_mask = 16'hEEAA; +defparam \text_gen|f_rom|Mux5~90 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~256 ( +// Equation(s): +// \text_gen|f_rom|Mux5~256_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & (!\vga_c|v_cnt [1] & !\text_gen|char_ram~36334_combout )) # (!\text_gen|char_ram~39064_combout & ((\text_gen|char_ram~36334_combout ))))) # +// (!\text_gen|char_code~1_combout & (!\vga_c|v_cnt [1])) + + .dataa(\vga_c|v_cnt [1]), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~256_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~256 .lut_mask = 16'h1D51; +defparam \text_gen|f_rom|Mux5~256 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~91 ( +// Equation(s): +// \text_gen|f_rom|Mux5~91_combout = (!\text_gen|f_rom|Mux5~90_combout & (\vga_c|v_cnt [2] & \text_gen|f_rom|Mux5~256_combout )) + + .dataa(\text_gen|f_rom|Mux5~90_combout ), + .datab(gnd), + .datac(\vga_c|v_cnt [2]), + .datad(\text_gen|f_rom|Mux5~256_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~91_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~91 .lut_mask = 16'h5000; +defparam \text_gen|f_rom|Mux5~91 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y48_N18 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr2~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr2~0_combout = (\vga_c|v_cnt [2] & (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3]) # (!\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr2~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr2~0 .lut_mask = 16'h080C; +defparam \text_gen|f_rom|WideOr2~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~86 ( +// Equation(s): +// \text_gen|f_rom|Mux5~86_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~63_combout )) # (!\text_gen|char_code~1_combout & ((\text_gen|f_rom|WideOr2~0_combout ))))) # +// (!\text_gen|char_ram~36334_combout & (((\text_gen|f_rom|WideOr2~0_combout )))) + + .dataa(\text_gen|f_rom|Mux5~63_combout ), + .datab(\text_gen|f_rom|WideOr2~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~86_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~86 .lut_mask = 16'hACCC; +defparam \text_gen|f_rom|Mux5~86 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~87 ( +// Equation(s): +// \text_gen|f_rom|Mux5~87_combout = (\text_gen|char_ram~39064_combout & (((\text_gen|f_rom|Mux5~86_combout )))) # (!\text_gen|char_ram~39064_combout & ((\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~62_combout )) # +// (!\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~86_combout ))))) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux5~62_combout ), + .datad(\text_gen|f_rom|Mux5~86_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~87_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~87 .lut_mask = 16'hFB40; +defparam \text_gen|f_rom|Mux5~87 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~92 ( +// Equation(s): +// \text_gen|f_rom|Mux5~92_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~89_combout ) # ((\text_gen|f_rom|Mux5~91_combout )))) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~87_combout )))) + + .dataa(\text_gen|f_rom|Mux5~89_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~91_combout ), + .datad(\text_gen|f_rom|Mux5~87_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~92_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~92 .lut_mask = 16'hFBC8; +defparam \text_gen|f_rom|Mux5~92 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~257 ( +// Equation(s): +// \text_gen|f_rom|Mux5~257_combout = (\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Mux5~93_combout )) # (!\text_gen|char_ram~39064_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~62_combout ))) # (!\text_gen|char_code~1_combout +// & (\text_gen|f_rom|Mux5~93_combout )))) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\text_gen|f_rom|Mux5~93_combout ), + .datac(\text_gen|f_rom|Mux5~62_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~257_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~257 .lut_mask = 16'hD8CC; +defparam \text_gen|f_rom|Mux5~257 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~94 ( +// Equation(s): +// \text_gen|f_rom|Mux5~94_combout = ((!\text_gen|char_ram~36334_combout & \text_gen|char_ram~39064_combout )) # (!\text_gen|char_code~1_combout ) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~94_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~94 .lut_mask = 16'h7755; +defparam \text_gen|f_rom|Mux5~94 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~96 ( +// Equation(s): +// \text_gen|f_rom|Mux5~96_combout = (\text_gen|f_rom|Mux5~94_combout & ((\text_gen|f_rom|WideOr15~0_combout ) # ((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|f_rom|Mux5~94_combout & (((\text_gen|f_rom|Mux5~95_combout & +// \text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|f_rom|WideOr15~0_combout ), + .datab(\text_gen|f_rom|Mux5~94_combout ), + .datac(\text_gen|f_rom|Mux5~95_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~96_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~96 .lut_mask = 16'hFC88; +defparam \text_gen|f_rom|Mux5~96 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~97 ( +// Equation(s): +// \text_gen|f_rom|Mux5~97_combout = (\vga_c|v_cnt [3] & ((\text_gen|f_rom|Decoder2~1_combout ) # ((!\vga_c|v_cnt [2] & \text_gen|f_rom|Mux5~95_combout )))) # (!\vga_c|v_cnt [3] & (((\vga_c|v_cnt [2] & \text_gen|f_rom|Mux5~95_combout )))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\vga_c|v_cnt [3]), + .datac(\vga_c|v_cnt [2]), + .datad(\text_gen|f_rom|Mux5~95_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~97_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~97 .lut_mask = 16'hBC88; +defparam \text_gen|f_rom|Mux5~97 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~98 ( +// Equation(s): +// \text_gen|f_rom|Mux5~98_combout = (\vga_c|v_cnt [3] & (((\text_gen|f_rom|Mux5~94_combout ) # (!\vga_c|v_cnt [2])))) # (!\vga_c|v_cnt [3] & (!\text_gen|char_code[5]~7_combout )) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\vga_c|v_cnt [2]), + .datac(\text_gen|f_rom|Mux5~94_combout ), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~98_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~98 .lut_mask = 16'hF355; +defparam \text_gen|f_rom|Mux5~98 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~99 ( +// Equation(s): +// \text_gen|f_rom|Mux5~99_combout = (\text_gen|f_rom|Mux5~97_combout & \text_gen|f_rom|Mux5~98_combout ) + + .dataa(gnd), + .datab(\text_gen|f_rom|Mux5~97_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|Mux5~98_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~99_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~99 .lut_mask = 16'hCC00; +defparam \text_gen|f_rom|Mux5~99 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~100 ( +// Equation(s): +// \text_gen|f_rom|Mux5~100_combout = (\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~96_combout & \text_gen|f_rom|Mux5~99_combout )))) # (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~257_combout ) # +// ((\text_gen|f_rom|Mux5~96_combout )))) + + .dataa(\text_gen|f_rom|Mux5~257_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~96_combout ), + .datad(\text_gen|f_rom|Mux5~99_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~100_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~100 .lut_mask = 16'hF232; +defparam \text_gen|f_rom|Mux5~100 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~0 ( +// Equation(s): +// \text_gen|f_rom|Mux0~0_combout = (\text_gen|char_code[2]~5_combout & (((\text_gen|char_code[1]~2_combout )))) # (!\text_gen|char_code[2]~5_combout & ((\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~92_combout )) # +// (!\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~100_combout ))))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|f_rom|Mux5~92_combout ), + .datac(\text_gen|f_rom|Mux5~100_combout ), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~0 .lut_mask = 16'hEE50; +defparam \text_gen|f_rom|Mux0~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y48_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~1 ( +// Equation(s): +// \text_gen|f_rom|Mux0~1_combout = (\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux0~0_combout & (\text_gen|f_rom|Mux5~105_combout )) # (!\text_gen|f_rom|Mux0~0_combout & ((\text_gen|f_rom|Mux5~85_combout ))))) # +// (!\text_gen|char_code[2]~5_combout & (((\text_gen|f_rom|Mux0~0_combout )))) + + .dataa(\text_gen|f_rom|Mux5~105_combout ), + .datab(\text_gen|char_code[2]~5_combout ), + .datac(\text_gen|f_rom|Mux5~85_combout ), + .datad(\text_gen|f_rom|Mux0~0_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~1_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~1 .lut_mask = 16'hBBC0; +defparam \text_gen|f_rom|Mux0~1 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~108 ( +// Equation(s): +// \text_gen|f_rom|Mux5~108_combout = (\text_gen|f_rom|WideOr42~0_combout & (\text_gen|char_code~1_combout & (!\text_gen|char_ram~44527_combout & \text_gen|char_ram~36334_combout ))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~108_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~108 .lut_mask = 16'h0800; +defparam \text_gen|f_rom|Mux5~108 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~109 ( +// Equation(s): +// \text_gen|f_rom|Mux5~109_combout = (\text_gen|f_rom|Mux5~107_combout ) # ((!\text_gen|char_ram~39064_combout & \text_gen|f_rom|Mux5~108_combout )) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\text_gen|f_rom|Mux5~108_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|Mux5~107_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~109_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~109 .lut_mask = 16'hFF44; +defparam \text_gen|f_rom|Mux5~109 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~113 ( +// Equation(s): +// \text_gen|f_rom|Mux5~113_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr44~0_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr15~0_combout ))))) + + .dataa(\text_gen|f_rom|WideOr44~0_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|WideOr15~0_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~113_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~113 .lut_mask = 16'hB800; +defparam \text_gen|f_rom|Mux5~113 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~117 ( +// Equation(s): +// \text_gen|f_rom|Mux5~117_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|f_rom|Mux5~113_combout ) # ((!\text_gen|char_code[0]~3_combout & \text_gen|f_rom|Mux5~116_combout )))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|Mux5~116_combout ), + .datad(\text_gen|f_rom|Mux5~113_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~117_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~117 .lut_mask = 16'hCC40; +defparam \text_gen|f_rom|Mux5~117 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~111 ( +// Equation(s): +// \text_gen|f_rom|Mux5~111_combout = (\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Decoder2~1_combout & (\vga_c|v_cnt [3]))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Decoder2~2_combout )))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\vga_c|v_cnt [3]), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Decoder2~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~111_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~111 .lut_mask = 16'h8F80; +defparam \text_gen|f_rom|Mux5~111 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~112 ( +// Equation(s): +// \text_gen|f_rom|Mux5~112_combout = (\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~61_combout )) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~111_combout & \text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\text_gen|f_rom|Mux5~61_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~111_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~112_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~112 .lut_mask = 16'hB888; +defparam \text_gen|f_rom|Mux5~112 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~2 ( +// Equation(s): +// \text_gen|f_rom|Mux0~2_combout = (\text_gen|char_code[2]~5_combout & (((\text_gen|char_code[1]~2_combout )))) # (!\text_gen|char_code[2]~5_combout & ((\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~112_combout ))) # +// (!\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~108_combout )))) + + .dataa(\text_gen|f_rom|Mux5~108_combout ), + .datab(\text_gen|f_rom|Mux5~112_combout ), + .datac(\text_gen|char_code[2]~5_combout ), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~2_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~2 .lut_mask = 16'hFC0A; +defparam \text_gen|f_rom|Mux0~2 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~3 ( +// Equation(s): +// \text_gen|f_rom|Mux0~3_combout = (\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux0~2_combout & ((\text_gen|f_rom|Mux5~117_combout ))) # (!\text_gen|f_rom|Mux0~2_combout & (\text_gen|f_rom|Mux5~109_combout )))) # +// (!\text_gen|char_code[2]~5_combout & (((\text_gen|f_rom|Mux0~2_combout )))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|f_rom|Mux5~109_combout ), + .datac(\text_gen|f_rom|Mux5~117_combout ), + .datad(\text_gen|f_rom|Mux0~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~3_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~3 .lut_mask = 16'hF588; +defparam \text_gen|f_rom|Mux0~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N2 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr38~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr38~0_combout = (!\vga_c|v_cnt [2] & ((\vga_c|v_cnt [4] & (!\vga_c|v_cnt [1] & !\vga_c|v_cnt [3])) # (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3]))))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr38~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr38~0 .lut_mask = 16'h0502; +defparam \text_gen|f_rom|WideOr38~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~121 ( +// Equation(s): +// \text_gen|f_rom|Mux5~121_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_ram~39064_combout & (\text_gen|f_rom|WideOr38~0_combout )) # (!\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|WideOr15~0_combout ))))) + + .dataa(\text_gen|f_rom|WideOr38~0_combout ), + .datab(\text_gen|f_rom|WideOr15~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~121_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~121 .lut_mask = 16'hA0C0; +defparam \text_gen|f_rom|Mux5~121 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~122 ( +// Equation(s): +// \text_gen|f_rom|Mux5~122_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|Decoder2~3_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|WideOr42~0_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Decoder2~3_combout )))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|f_rom|Decoder2~3_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~122_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~122 .lut_mask = 16'hCCAC; +defparam \text_gen|f_rom|Mux5~122 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~123 ( +// Equation(s): +// \text_gen|f_rom|Mux5~123_combout = (\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~121_combout )) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~122_combout & \text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\text_gen|f_rom|Mux5~121_combout ), + .datab(\text_gen|f_rom|Mux5~122_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~123_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~123 .lut_mask = 16'hACA0; +defparam \text_gen|f_rom|Mux5~123 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~118 ( +// Equation(s): +// \text_gen|f_rom|Mux5~118_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr44~0_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr42~0_combout ))))) + + .dataa(\text_gen|f_rom|WideOr44~0_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|WideOr42~0_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~118_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~118 .lut_mask = 16'hB800; +defparam \text_gen|f_rom|Mux5~118 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~258 ( +// Equation(s): +// \text_gen|f_rom|Mux5~258_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & (\text_gen|f_rom|WideOr44~0_combout )) # (!\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|WideOr15~0_combout ))))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr44~0_combout )) + + .dataa(\text_gen|f_rom|WideOr44~0_combout ), + .datab(\text_gen|f_rom|WideOr15~0_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~258_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~258 .lut_mask = 16'hAACA; +defparam \text_gen|f_rom|Mux5~258 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~119 ( +// Equation(s): +// \text_gen|f_rom|Mux5~119_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~258_combout ))) # (!\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|WideOr42~0_combout )))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~258_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~119_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~119 .lut_mask = 16'hE200; +defparam \text_gen|f_rom|Mux5~119 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N4 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr12~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr12~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2]) # (\vga_c|v_cnt [3]))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [2]), + .datac(gnd), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr12~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr12~0 .lut_mask = 16'h5544; +defparam \text_gen|f_rom|WideOr12~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~259 ( +// Equation(s): +// \text_gen|f_rom|Mux5~259_combout = (\text_gen|char_ram~36334_combout & (\text_gen|char_code~1_combout & \text_gen|char_ram~44527_combout )) + + .dataa(gnd), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~259_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~259 .lut_mask = 16'hC000; +defparam \text_gen|f_rom|Mux5~259 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~120 ( +// Equation(s): +// \text_gen|f_rom|Mux5~120_combout = (\text_gen|f_rom|Mux5~259_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Decoder2~2_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr12~0_combout ))))) + + .dataa(\text_gen|f_rom|Decoder2~2_combout ), + .datab(\text_gen|f_rom|WideOr12~0_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~259_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~120_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~120 .lut_mask = 16'hAC00; +defparam \text_gen|f_rom|Mux5~120 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~4 ( +// Equation(s): +// \text_gen|f_rom|Mux0~4_combout = (\text_gen|char_code[2]~5_combout & (((\text_gen|char_code[1]~2_combout )))) # (!\text_gen|char_code[2]~5_combout & ((\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~119_combout )) # +// (!\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~120_combout ))))) + + .dataa(\text_gen|f_rom|Mux5~119_combout ), + .datab(\text_gen|f_rom|Mux5~120_combout ), + .datac(\text_gen|char_code[2]~5_combout ), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~4_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~4 .lut_mask = 16'hFA0C; +defparam \text_gen|f_rom|Mux0~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~5 ( +// Equation(s): +// \text_gen|f_rom|Mux0~5_combout = (\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux0~4_combout & (\text_gen|f_rom|Mux5~123_combout )) # (!\text_gen|f_rom|Mux0~4_combout & ((\text_gen|f_rom|Mux5~118_combout ))))) # +// (!\text_gen|char_code[2]~5_combout & (((\text_gen|f_rom|Mux0~4_combout )))) + + .dataa(\text_gen|f_rom|Mux5~123_combout ), + .datab(\text_gen|f_rom|Mux5~118_combout ), + .datac(\text_gen|char_code[2]~5_combout ), + .datad(\text_gen|f_rom|Mux0~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~5_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~5 .lut_mask = 16'hAFC0; +defparam \text_gen|f_rom|Mux0~5 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y47_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~6 ( +// Equation(s): +// \text_gen|f_rom|Mux0~6_combout = (\text_gen|char_code[3]~4_combout & ((\text_gen|char_code[4]~6_combout ) # ((\text_gen|f_rom|Mux0~3_combout )))) # (!\text_gen|char_code[3]~4_combout & (!\text_gen|char_code[4]~6_combout & +// ((\text_gen|f_rom|Mux0~5_combout )))) + + .dataa(\text_gen|char_code[3]~4_combout ), + .datab(\text_gen|char_code[4]~6_combout ), + .datac(\text_gen|f_rom|Mux0~3_combout ), + .datad(\text_gen|f_rom|Mux0~5_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~6_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~6 .lut_mask = 16'hB9A8; +defparam \text_gen|f_rom|Mux0~6 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux0~16 ( +// Equation(s): +// \text_gen|f_rom|Mux0~16_combout = (\text_gen|char_code[4]~6_combout & ((\text_gen|f_rom|Mux0~6_combout & (\text_gen|f_rom|Mux0~15_combout )) # (!\text_gen|f_rom|Mux0~6_combout & ((\text_gen|f_rom|Mux0~1_combout ))))) # +// (!\text_gen|char_code[4]~6_combout & (((\text_gen|f_rom|Mux0~6_combout )))) + + .dataa(\text_gen|char_code[4]~6_combout ), + .datab(\text_gen|f_rom|Mux0~15_combout ), + .datac(\text_gen|f_rom|Mux0~1_combout ), + .datad(\text_gen|f_rom|Mux0~6_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux0~16_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux0~16 .lut_mask = 16'hDDA0; +defparam \text_gen|f_rom|Mux0~16 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N20 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr36~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr36~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & (\vga_c|v_cnt [1] $ (!\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [1] & !\vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr36~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr36~0 .lut_mask = 16'h0806; +defparam \text_gen|f_rom|WideOr36~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~204 ( +// Equation(s): +// \text_gen|f_rom|Mux5~204_combout = (\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Decoder2~1_combout )) # (!\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|WideOr36~0_combout ))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\text_gen|f_rom|WideOr36~0_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~204_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~204 .lut_mask = 16'hAACC; +defparam \text_gen|f_rom|Mux5~204 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~205 ( +// Equation(s): +// \text_gen|f_rom|Mux5~205_combout = (\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux5~204_combout & (!\text_gen|char_ram~44527_combout & \text_gen|char_code[1]~2_combout ))) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|f_rom|Mux5~204_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~205_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~205 .lut_mask = 16'h0800; +defparam \text_gen|f_rom|Mux5~205 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~210 ( +// Equation(s): +// \text_gen|f_rom|Mux5~210_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~209_combout ) # ((\text_gen|f_rom|WideOr15~0_combout & !\text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\text_gen|f_rom|WideOr15~0_combout ), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|Mux5~209_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~210_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~210 .lut_mask = 16'hF200; +defparam \text_gen|f_rom|Mux5~210 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~206 ( +// Equation(s): +// \text_gen|f_rom|Mux5~206_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|Decoder2~1_combout ))) # (!\text_gen|char_ram~36334_combout & (\text_gen|f_rom|WideOr11~0_combout )))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|WideOr11~0_combout )) + + .dataa(\text_gen|f_rom|WideOr11~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Decoder2~1_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~206_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~206 .lut_mask = 16'hE2AA; +defparam \text_gen|f_rom|Mux5~206 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~208 ( +// Equation(s): +// \text_gen|f_rom|Mux5~208_combout = (!\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~206_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~207_combout ))))) + + .dataa(\text_gen|f_rom|Mux5~206_combout ), + .datab(\text_gen|f_rom|Mux5~207_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~208_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~208 .lut_mask = 16'h0A0C; +defparam \text_gen|f_rom|Mux5~208 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~211 ( +// Equation(s): +// \text_gen|f_rom|Mux5~211_combout = (\text_gen|f_rom|Mux5~208_combout ) # ((\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux0~9_combout ) # (\text_gen|f_rom|Mux5~210_combout )))) + + .dataa(\text_gen|f_rom|Mux0~9_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~210_combout ), + .datad(\text_gen|f_rom|Mux5~208_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~211_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~211 .lut_mask = 16'hFFC8; +defparam \text_gen|f_rom|Mux5~211 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~212 ( +// Equation(s): +// \text_gen|f_rom|Mux5~212_combout = (!\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux5~205_combout ) # ((!\text_gen|char_code[1]~2_combout & \text_gen|f_rom|Mux5~211_combout )))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux5~205_combout ), + .datad(\text_gen|f_rom|Mux5~211_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~212_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~212 .lut_mask = 16'h5150; +defparam \text_gen|f_rom|Mux5~212 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N4 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr24~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr24~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & ((!\vga_c|v_cnt [1]))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [3] & \vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [4]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr24~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr24~0 .lut_mask = 16'h0230; +defparam \text_gen|f_rom|WideOr24~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~268 ( +// Equation(s): +// \text_gen|f_rom|Mux5~268_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr26~0_combout ) # (\text_gen|char_ram~39064_combout )))) + + .dataa(\text_gen|f_rom|WideOr26~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~268_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~268 .lut_mask = 16'hC800; +defparam \text_gen|f_rom|Mux5~268 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~177 ( +// Equation(s): +// \text_gen|f_rom|Mux5~177_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~268_combout & (\text_gen|f_rom|Mux5~101_combout )) # (!\text_gen|f_rom|Mux5~268_combout & ((\text_gen|f_rom|WideOr24~0_combout ))))) # +// (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~268_combout )))) + + .dataa(\text_gen|f_rom|Mux5~101_combout ), + .datab(\text_gen|f_rom|WideOr24~0_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~268_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~177_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~177 .lut_mask = 16'hAFC0; +defparam \text_gen|f_rom|Mux5~177 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~176 ( +// Equation(s): +// \text_gen|f_rom|Mux5~176_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux5~63_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr29~0_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|WideOr29~0_combout )))) + + .dataa(\text_gen|f_rom|Mux5~63_combout ), + .datab(\text_gen|f_rom|WideOr29~0_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~176_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~176 .lut_mask = 16'hACCC; +defparam \text_gen|f_rom|Mux5~176 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~267 ( +// Equation(s): +// \text_gen|f_rom|Mux5~267_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Mux5~176_combout )) # (!\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|Mux5~62_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~176_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~39064_combout ), + .datac(\text_gen|f_rom|Mux5~176_combout ), + .datad(\text_gen|f_rom|Mux5~62_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~267_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~267 .lut_mask = 16'hF2D0; +defparam \text_gen|f_rom|Mux5~267 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~269 ( +// Equation(s): +// \text_gen|f_rom|Mux5~269_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout & ((\text_gen|f_rom|Mux5~267_combout ))) # (!\text_gen|char_ram~44527_combout & (\text_gen|f_rom|Mux5~177_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~177_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~44527_combout ), + .datac(\text_gen|f_rom|Mux5~177_combout ), + .datad(\text_gen|f_rom|Mux5~267_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~269_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~269 .lut_mask = 16'hF870; +defparam \text_gen|f_rom|Mux5~269 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~164 ( +// Equation(s): +// \text_gen|f_rom|Mux5~164_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|Mux5~63_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr18~0_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|WideOr18~0_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~63_combout ), + .datac(\text_gen|f_rom|WideOr18~0_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~164_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~164 .lut_mask = 16'hD8F0; +defparam \text_gen|f_rom|Mux5~164 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~162 ( +// Equation(s): +// \text_gen|f_rom|Mux5~162_combout = (\text_gen|f_rom|Mux5~110_combout & (\text_gen|f_rom|Decoder2~1_combout )) # (!\text_gen|f_rom|Mux5~110_combout & (((\text_gen|f_rom|Mux5~152_combout & \vga_c|v_cnt [1])))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\text_gen|f_rom|Mux5~152_combout ), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~162_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~162 .lut_mask = 16'hAAC0; +defparam \text_gen|f_rom|Mux5~162 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~163 ( +// Equation(s): +// \text_gen|f_rom|Mux5~163_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|char_code[0]~3_combout ) # (\text_gen|f_rom|Mux5~162_combout )))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~78_combout & +// (!\text_gen|char_code[0]~3_combout ))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~78_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~162_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~163_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~163 .lut_mask = 16'hAEA4; +defparam \text_gen|f_rom|Mux5~163 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~165 ( +// Equation(s): +// \text_gen|f_rom|Mux5~165_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~163_combout & ((\text_gen|f_rom|Mux5~164_combout ))) # (!\text_gen|f_rom|Mux5~163_combout & (\text_gen|f_rom|Mux5~161_combout )))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~163_combout )))) + + .dataa(\text_gen|f_rom|Mux5~161_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~164_combout ), + .datad(\text_gen|f_rom|Mux5~163_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~165_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~165 .lut_mask = 16'hF388; +defparam \text_gen|f_rom|Mux5~165 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~168 ( +// Equation(s): +// \text_gen|f_rom|Mux5~168_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~110_combout & (\text_gen|f_rom|Decoder2~2_combout )) # (!\text_gen|f_rom|Mux5~110_combout & ((\text_gen|f_rom|WideOr11~0_combout ))))) + + .dataa(\text_gen|f_rom|Decoder2~2_combout ), + .datab(\text_gen|f_rom|WideOr11~0_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~168_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~168 .lut_mask = 16'hA0C0; +defparam \text_gen|f_rom|Mux5~168 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~167 ( +// Equation(s): +// \text_gen|f_rom|Mux5~167_combout = (\text_gen|f_rom|WideOr24~0_combout & (\text_gen|char_code~1_combout & (!\text_gen|char_ram~39064_combout & \text_gen|char_ram~36334_combout ))) + + .dataa(\text_gen|f_rom|WideOr24~0_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~167_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~167 .lut_mask = 16'h0800; +defparam \text_gen|f_rom|Mux5~167 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N22 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels~9 ( +// Equation(s): +// \text_gen|f_rom|row_pixels~9_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & (!\vga_c|v_cnt [3] & \vga_c|v_cnt [1])) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [3] & !\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels~9_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels~9 .lut_mask = 16'h0410; +defparam \text_gen|f_rom|row_pixels~9 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N28 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr19~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr19~0_combout = (!\vga_c|v_cnt [4] & (\vga_c|v_cnt [2] & ((\vga_c|v_cnt [1]) # (!\vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr19~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr19~0 .lut_mask = 16'h4404; +defparam \text_gen|f_rom|WideOr19~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~166 ( +// Equation(s): +// \text_gen|f_rom|Mux5~166_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~110_combout & (\text_gen|f_rom|row_pixels~9_combout )) # (!\text_gen|f_rom|Mux5~110_combout & ((\text_gen|f_rom|WideOr19~0_combout ))))) # +// (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|WideOr19~0_combout & \text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\text_gen|f_rom|row_pixels~9_combout ), + .datab(\text_gen|f_rom|WideOr19~0_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~166_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~166 .lut_mask = 16'hACC0; +defparam \text_gen|f_rom|Mux5~166 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~169 ( +// Equation(s): +// \text_gen|f_rom|Mux5~169_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~168_combout ) # ((\text_gen|f_rom|Mux5~167_combout )))) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~166_combout )))) + + .dataa(\text_gen|f_rom|Mux5~168_combout ), + .datab(\text_gen|f_rom|Mux5~167_combout ), + .datac(\text_gen|f_rom|Mux5~166_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~169_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~169 .lut_mask = 16'hEEF0; +defparam \text_gen|f_rom|Mux5~169 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~172 ( +// Equation(s): +// \text_gen|f_rom|Mux5~172_combout = (\text_gen|f_rom|WideOr15~0_combout & (((!\text_gen|char_ram~36334_combout & \text_gen|char_ram~39064_combout )) # (!\text_gen|char_code~1_combout ))) + + .dataa(\text_gen|f_rom|WideOr15~0_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~172_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~172 .lut_mask = 16'h2A0A; +defparam \text_gen|f_rom|Mux5~172 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~173 ( +// Equation(s): +// \text_gen|f_rom|Mux5~173_combout = (\text_gen|f_rom|Mux5~95_combout & ((\vga_c|v_cnt [3] & (!\vga_c|v_cnt [2] & \text_gen|char_code[5]~7_combout )) # (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [2] & !\text_gen|char_code[5]~7_combout )))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\text_gen|f_rom|Mux5~95_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~173_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~173 .lut_mask = 16'h2040; +defparam \text_gen|f_rom|Mux5~173 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N28 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr16~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr16~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2] & ((\vga_c|v_cnt [1]) # (!\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [2] & ((\vga_c|v_cnt [3]))))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [2]), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr16~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr16~0 .lut_mask = 16'h4550; +defparam \text_gen|f_rom|WideOr16~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~171 ( +// Equation(s): +// \text_gen|f_rom|Mux5~171_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~170_combout )))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr16~0_combout & (\text_gen|f_rom|Mux5~110_combout ))) + + .dataa(\text_gen|f_rom|WideOr16~0_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|f_rom|Mux5~170_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~171_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~171 .lut_mask = 16'hEC20; +defparam \text_gen|f_rom|Mux5~171 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~174 ( +// Equation(s): +// \text_gen|f_rom|Mux5~174_combout = (\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~171_combout )))) # (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~172_combout ) # ((\text_gen|f_rom|Mux5~173_combout )))) + + .dataa(\text_gen|f_rom|Mux5~172_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~173_combout ), + .datad(\text_gen|f_rom|Mux5~171_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~174_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~174 .lut_mask = 16'hFE32; +defparam \text_gen|f_rom|Mux5~174 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~175 ( +// Equation(s): +// \text_gen|f_rom|Mux5~175_combout = (\text_gen|char_code[2]~5_combout & (\text_gen|char_code[1]~2_combout )) # (!\text_gen|char_code[2]~5_combout & ((\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~169_combout )) # +// (!\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~174_combout ))))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux5~169_combout ), + .datad(\text_gen|f_rom|Mux5~174_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~175_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~175 .lut_mask = 16'hD9C8; +defparam \text_gen|f_rom|Mux5~175 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~178 ( +// Equation(s): +// \text_gen|f_rom|Mux5~178_combout = (\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux5~175_combout & (\text_gen|f_rom|Mux5~269_combout )) # (!\text_gen|f_rom|Mux5~175_combout & ((\text_gen|f_rom|Mux5~165_combout ))))) # +// (!\text_gen|char_code[2]~5_combout & (((\text_gen|f_rom|Mux5~175_combout )))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|f_rom|Mux5~269_combout ), + .datac(\text_gen|f_rom|Mux5~165_combout ), + .datad(\text_gen|f_rom|Mux5~175_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~178_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~178 .lut_mask = 16'hDDA0; +defparam \text_gen|f_rom|Mux5~178 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~179 ( +// Equation(s): +// \text_gen|f_rom|Mux5~179_combout = (\text_gen|f_rom|Decoder2~2_combout & (((\vga_c|v_cnt [3] & \text_gen|f_rom|Mux5~95_combout )) # (!\text_gen|f_rom|Mux5~110_combout ))) # (!\text_gen|f_rom|Decoder2~2_combout & (\vga_c|v_cnt [3] & +// ((\text_gen|f_rom|Mux5~95_combout )))) + + .dataa(\text_gen|f_rom|Decoder2~2_combout ), + .datab(\vga_c|v_cnt [3]), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|f_rom|Mux5~95_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~179_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~179 .lut_mask = 16'hCE0A; +defparam \text_gen|f_rom|Mux5~179 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~270 ( +// Equation(s): +// \text_gen|f_rom|Mux5~270_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout & ((\text_gen|f_rom|Mux5~62_combout ))) # (!\text_gen|char_ram~44527_combout & (\text_gen|f_rom|Mux5~142_combout )))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~142_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~142_combout ), + .datac(\text_gen|f_rom|Mux5~62_combout ), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~270_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~270 .lut_mask = 16'hE4CC; +defparam \text_gen|f_rom|Mux5~270 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~180 ( +// Equation(s): +// \text_gen|f_rom|Mux5~180_combout = (\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~179_combout & (\text_gen|char_code[0]~3_combout ))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~270_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~179_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~270_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~180_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~180 .lut_mask = 16'hD580; +defparam \text_gen|f_rom|Mux5~180 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~184 ( +// Equation(s): +// \text_gen|f_rom|Mux5~184_combout = (!\vga_c|v_cnt [4] & \vga_c|v_cnt [3]) + + .dataa(\vga_c|v_cnt [4]), + .datab(gnd), + .datac(gnd), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~184_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~184 .lut_mask = 16'h5500; +defparam \text_gen|f_rom|Mux5~184 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~185 ( +// Equation(s): +// \text_gen|f_rom|Mux5~185_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|Mux5~184_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|WideOr42~0_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~184_combout )))) + + .dataa(\text_gen|f_rom|WideOr42~0_combout ), + .datab(\text_gen|f_rom|Mux5~184_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~185_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~185 .lut_mask = 16'hCCAC; +defparam \text_gen|f_rom|Mux5~185 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X59_Y47_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~187 ( +// Equation(s): +// \text_gen|f_rom|Mux5~187_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|f_rom|Mux5~113_combout ) # ((\text_gen|f_rom|Mux5~185_combout & !\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|f_rom|Mux5~185_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|f_rom|Mux5~113_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~187_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~187 .lut_mask = 16'hF020; +defparam \text_gen|f_rom|Mux5~187 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~273 ( +// Equation(s): +// \text_gen|f_rom|Mux5~273_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & (!\text_gen|char_ram~44527_combout & \text_gen|f_rom|Mux5~185_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|f_rom|Mux5~185_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~273_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~273 .lut_mask = 16'h0800; +defparam \text_gen|f_rom|Mux5~273 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~271 ( +// Equation(s): +// \text_gen|f_rom|Mux5~271_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|row_pixels~3_combout ) # (\text_gen|char_ram~39064_combout )))) + + .dataa(\text_gen|f_rom|row_pixels~3_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~271_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~271 .lut_mask = 16'hC080; +defparam \text_gen|f_rom|Mux5~271 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~181 ( +// Equation(s): +// \text_gen|f_rom|Mux5~181_combout = (\text_gen|f_rom|Mux5~271_combout & (((\text_gen|f_rom|Decoder2~1_combout ) # (!\text_gen|char_code[5]~7_combout )))) # (!\text_gen|f_rom|Mux5~271_combout & (\text_gen|f_rom|Decoder2~2_combout & +// ((\text_gen|char_code[5]~7_combout )))) + + .dataa(\text_gen|f_rom|Decoder2~2_combout ), + .datab(\text_gen|f_rom|Decoder2~1_combout ), + .datac(\text_gen|f_rom|Mux5~271_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~181_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~181 .lut_mask = 16'hCAF0; +defparam \text_gen|f_rom|Mux5~181 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~182 ( +// Equation(s): +// \text_gen|f_rom|Mux5~182_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3]) # (\vga_c|v_cnt [1]))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(gnd), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~182_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~182 .lut_mask = 16'h00EE; +defparam \text_gen|f_rom|Mux5~182 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~183 ( +// Equation(s): +// \text_gen|f_rom|Mux5~183_combout = (\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~182_combout & ((\text_gen|f_rom|Mux5~110_combout )))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~78_combout )))) + + .dataa(\text_gen|f_rom|Mux5~182_combout ), + .datab(\text_gen|f_rom|Mux5~78_combout ), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~183_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~183 .lut_mask = 16'hA0CC; +defparam \text_gen|f_rom|Mux5~183 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~272 ( +// Equation(s): +// \text_gen|f_rom|Mux5~272_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout & (\text_gen|f_rom|Mux5~181_combout )) # (!\text_gen|char_ram~44527_combout & ((\text_gen|f_rom|Mux5~183_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~183_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~181_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|f_rom|Mux5~183_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~272_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~272 .lut_mask = 16'hDF80; +defparam \text_gen|f_rom|Mux5~272 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~186 ( +// Equation(s): +// \text_gen|f_rom|Mux5~186_combout = (\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux5~272_combout ) # (\text_gen|char_code[2]~5_combout )))) # (!\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~273_combout & +// ((!\text_gen|char_code[2]~5_combout )))) + + .dataa(\text_gen|f_rom|Mux5~273_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux5~272_combout ), + .datad(\text_gen|char_code[2]~5_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~186_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~186 .lut_mask = 16'hCCE2; +defparam \text_gen|f_rom|Mux5~186 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~188 ( +// Equation(s): +// \text_gen|f_rom|Mux5~188_combout = (\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux5~186_combout & ((\text_gen|f_rom|Mux5~187_combout ))) # (!\text_gen|f_rom|Mux5~186_combout & (\text_gen|f_rom|Mux5~180_combout )))) # +// (!\text_gen|char_code[2]~5_combout & (((\text_gen|f_rom|Mux5~186_combout )))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|f_rom|Mux5~180_combout ), + .datac(\text_gen|f_rom|Mux5~187_combout ), + .datad(\text_gen|f_rom|Mux5~186_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~188_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~188 .lut_mask = 16'hF588; +defparam \text_gen|f_rom|Mux5~188 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~189 ( +// Equation(s): +// \text_gen|f_rom|Mux5~189_combout = (\text_gen|char_ram~36334_combout & (\text_gen|char_code~1_combout & \text_gen|f_rom|row_pixels~3_combout )) + + .dataa(\text_gen|char_ram~36334_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|row_pixels~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~189_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~189 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~189 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~190 ( +// Equation(s): +// \text_gen|f_rom|Mux5~190_combout = (\text_gen|char_code[0]~3_combout & (((\text_gen|char_code[5]~7_combout )))) # (!\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~62_combout ))) # +// (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Mux5~124_combout )))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux5~124_combout ), + .datac(\text_gen|f_rom|Mux5~62_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~190_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~190 .lut_mask = 16'hFA44; +defparam \text_gen|f_rom|Mux5~190 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y44_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~191 ( +// Equation(s): +// \text_gen|f_rom|Mux5~191_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~190_combout & (\text_gen|f_rom|Mux5~153_combout )) # (!\text_gen|f_rom|Mux5~190_combout & ((\text_gen|f_rom|Mux5~189_combout ))))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~190_combout )))) + + .dataa(\text_gen|f_rom|Mux5~153_combout ), + .datab(\text_gen|f_rom|Mux5~189_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~190_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~191_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~191 .lut_mask = 16'hAFC0; +defparam \text_gen|f_rom|Mux5~191 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y47_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~274 ( +// Equation(s): +// \text_gen|f_rom|Mux5~274_combout = (\text_gen|char_ram~39064_combout & (((\text_gen|f_rom|Mux5~198_combout )))) # (!\text_gen|char_ram~39064_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~78_combout ))) # +// (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~198_combout )))) + + .dataa(\text_gen|char_ram~39064_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux5~198_combout ), + .datad(\text_gen|f_rom|Mux5~78_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~274_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~274 .lut_mask = 16'hF4B0; +defparam \text_gen|f_rom|Mux5~274 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~199 ( +// Equation(s): +// \text_gen|f_rom|Mux5~199_combout = (\vga_c|v_cnt [2] & (!\vga_c|v_cnt [1])) # (!\vga_c|v_cnt [2] & ((\vga_c|v_cnt [3]))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(gnd), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~199_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~199 .lut_mask = 16'h7722; +defparam \text_gen|f_rom|Mux5~199 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y47_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~200 ( +// Equation(s): +// \text_gen|f_rom|Mux5~200_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~63_combout )))) # (!\text_gen|char_code[5]~7_combout & (!\vga_c|v_cnt [4] & ((\text_gen|f_rom|Mux5~199_combout )))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\text_gen|f_rom|Mux5~63_combout ), + .datac(\text_gen|f_rom|Mux5~199_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~200_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~200 .lut_mask = 16'hCC50; +defparam \text_gen|f_rom|Mux5~200 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~201 ( +// Equation(s): +// \text_gen|f_rom|Mux5~201_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & \text_gen|f_rom|Mux5~200_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|Mux5~200_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~201_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~201 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~201 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~275 ( +// Equation(s): +// \text_gen|f_rom|Mux5~275_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout & ((\text_gen|f_rom|Mux5~201_combout ))) # (!\text_gen|char_ram~44527_combout & (\text_gen|f_rom|Mux5~274_combout )))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~274_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~44527_combout ), + .datac(\text_gen|f_rom|Mux5~274_combout ), + .datad(\text_gen|f_rom|Mux5~201_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~275_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~275 .lut_mask = 16'hF870; +defparam \text_gen|f_rom|Mux5~275 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y47_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~196 ( +// Equation(s): +// \text_gen|f_rom|Mux5~196_combout = (\text_gen|f_rom|Mux5~259_combout & ((\text_gen|f_rom|Mux5~184_combout ) # ((\vga_c|Equal1~1_combout & !\text_gen|char_code[5]~7_combout )))) + + .dataa(\text_gen|f_rom|Mux5~184_combout ), + .datab(\vga_c|Equal1~1_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~259_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~196_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~196 .lut_mask = 16'hAE00; +defparam \text_gen|f_rom|Mux5~196 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~193 ( +// Equation(s): +// \text_gen|f_rom|Mux5~193_combout = (!\vga_c|v_cnt [4] & (!\vga_c|v_cnt [1] & \vga_c|v_cnt [2])) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [1]), + .datac(gnd), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~193_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~193 .lut_mask = 16'h1100; +defparam \text_gen|f_rom|Mux5~193 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~192 ( +// Equation(s): +// \text_gen|f_rom|Mux5~192_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & !\text_gen|char_ram~39064_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~192_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~192 .lut_mask = 16'h0088; +defparam \text_gen|f_rom|Mux5~192 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~194 ( +// Equation(s): +// \text_gen|f_rom|Mux5~194_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr44~0_combout )) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr11~0_combout ))))) + + .dataa(\text_gen|f_rom|WideOr44~0_combout ), + .datab(\text_gen|f_rom|WideOr11~0_combout ), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~194_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~194 .lut_mask = 16'hA0C0; +defparam \text_gen|f_rom|Mux5~194 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~195 ( +// Equation(s): +// \text_gen|f_rom|Mux5~195_combout = (\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~193_combout & (\text_gen|f_rom|Mux5~192_combout ))) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~194_combout )))) + + .dataa(\text_gen|f_rom|Mux5~193_combout ), + .datab(\text_gen|f_rom|Mux5~192_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~194_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~195_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~195 .lut_mask = 16'h8F80; +defparam \text_gen|f_rom|Mux5~195 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~197 ( +// Equation(s): +// \text_gen|f_rom|Mux5~197_combout = (\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux5~195_combout ) # (\text_gen|char_code[2]~5_combout )))) # (!\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~196_combout & +// ((!\text_gen|char_code[2]~5_combout )))) + + .dataa(\text_gen|f_rom|Mux5~196_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux5~195_combout ), + .datad(\text_gen|char_code[2]~5_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~197_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~197 .lut_mask = 16'hCCE2; +defparam \text_gen|f_rom|Mux5~197 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~202 ( +// Equation(s): +// \text_gen|f_rom|Mux5~202_combout = (\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux5~197_combout & ((\text_gen|f_rom|Mux5~275_combout ))) # (!\text_gen|f_rom|Mux5~197_combout & (\text_gen|f_rom|Mux5~191_combout )))) # +// (!\text_gen|char_code[2]~5_combout & (((\text_gen|f_rom|Mux5~197_combout )))) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|f_rom|Mux5~191_combout ), + .datac(\text_gen|f_rom|Mux5~275_combout ), + .datad(\text_gen|f_rom|Mux5~197_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~202_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~202 .lut_mask = 16'hF588; +defparam \text_gen|f_rom|Mux5~202 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~203 ( +// Equation(s): +// \text_gen|f_rom|Mux5~203_combout = (\text_gen|char_code[3]~4_combout & ((\text_gen|char_code[4]~6_combout ) # ((\text_gen|f_rom|Mux5~188_combout )))) # (!\text_gen|char_code[3]~4_combout & (!\text_gen|char_code[4]~6_combout & +// ((\text_gen|f_rom|Mux5~202_combout )))) + + .dataa(\text_gen|char_code[3]~4_combout ), + .datab(\text_gen|char_code[4]~6_combout ), + .datac(\text_gen|f_rom|Mux5~188_combout ), + .datad(\text_gen|f_rom|Mux5~202_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~203_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~203 .lut_mask = 16'hB9A8; +defparam \text_gen|f_rom|Mux5~203 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y47_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~213 ( +// Equation(s): +// \text_gen|f_rom|Mux5~213_combout = (\text_gen|char_code[4]~6_combout & ((\text_gen|f_rom|Mux5~203_combout & (\text_gen|f_rom|Mux5~212_combout )) # (!\text_gen|f_rom|Mux5~203_combout & ((\text_gen|f_rom|Mux5~178_combout ))))) # +// (!\text_gen|char_code[4]~6_combout & (((\text_gen|f_rom|Mux5~203_combout )))) + + .dataa(\text_gen|f_rom|Mux5~212_combout ), + .datab(\text_gen|char_code[4]~6_combout ), + .datac(\text_gen|f_rom|Mux5~178_combout ), + .datad(\text_gen|f_rom|Mux5~203_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~213_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~213 .lut_mask = 16'hBBC0; +defparam \text_gen|f_rom|Mux5~213 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N26 +cycloneiv_lcell_comb \text_gen|always1~3 ( +// Equation(s): +// \text_gen|always1~3_combout = (\vga_c|h_cnt [3] & (!\vga_c|h_cnt [1] & (\vga_c|h_cnt [2] & \text_gen|f_rom|Mux5~213_combout ))) # (!\vga_c|h_cnt [3] & (((\vga_c|h_cnt [2])) # (!\vga_c|h_cnt [1]))) + + .dataa(\vga_c|h_cnt [3]), + .datab(\vga_c|h_cnt [1]), + .datac(\vga_c|h_cnt [2]), + .datad(\text_gen|f_rom|Mux5~213_combout ), + .cin(gnd), + .combout(\text_gen|always1~3_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~3 .lut_mask = 16'h7151; +defparam \text_gen|always1~3 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~150 ( +// Equation(s): +// \text_gen|f_rom|Mux5~150_combout = (\vga_c|v_cnt [3] & ((\text_gen|f_rom|Mux5~110_combout & ((!\vga_c|v_cnt [2]))) # (!\text_gen|f_rom|Mux5~110_combout & (\vga_c|v_cnt [1])))) # (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [1] & (!\vga_c|v_cnt [2]))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [3]), + .datac(\vga_c|v_cnt [2]), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~150_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~150 .lut_mask = 16'h0E8A; +defparam \text_gen|f_rom|Mux5~150 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~151 ( +// Equation(s): +// \text_gen|f_rom|Mux5~151_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux5~150_combout & (\text_gen|f_rom|Mux5~110_combout $ (\text_gen|char_code[5]~7_combout )))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|Mux5~150_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~151_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~151 .lut_mask = 16'h1040; +defparam \text_gen|f_rom|Mux5~151 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~154 ( +// Equation(s): +// \text_gen|f_rom|Mux5~154_combout = (\text_gen|f_rom|Mux5~151_combout ) # ((\text_gen|char_code[5]~7_combout & (!\vga_c|v_cnt [1] & \text_gen|f_rom|Mux5~153_combout ))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\vga_c|v_cnt [1]), + .datac(\text_gen|f_rom|Mux5~151_combout ), + .datad(\text_gen|f_rom|Mux5~153_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~154_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~154 .lut_mask = 16'hF2F0; +defparam \text_gen|f_rom|Mux5~154 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~158 ( +// Equation(s): +// \text_gen|f_rom|Mux5~158_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|char_ram~39064_combout & ((\text_gen|f_rom|Decoder2~2_combout ))) # (!\text_gen|char_ram~39064_combout & (\text_gen|f_rom|Mux5~157_combout )))) # +// (!\text_gen|char_ram~36334_combout & (((\text_gen|char_ram~39064_combout )))) + + .dataa(\text_gen|f_rom|Mux5~157_combout ), + .datab(\text_gen|f_rom|Decoder2~2_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~39064_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~158_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~158 .lut_mask = 16'hCFA0; +defparam \text_gen|f_rom|Mux5~158 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~159 ( +// Equation(s): +// \text_gen|f_rom|Mux5~159_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~158_combout & ((\text_gen|f_rom|WideOr22~0_combout ) # (\text_gen|char_ram~36334_combout )))) # (!\text_gen|char_code~1_combout & +// (\text_gen|f_rom|WideOr22~0_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|WideOr22~0_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|Mux5~158_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~159_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~159 .lut_mask = 16'hEC44; +defparam \text_gen|f_rom|Mux5~159 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N22 +cycloneiv_lcell_comb \text_gen|f_rom|row_pixels~8 ( +// Equation(s): +// \text_gen|f_rom|row_pixels~8_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3] & (!\vga_c|v_cnt [1] & \vga_c|v_cnt [2])) # (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [1] & !\vga_c|v_cnt [2])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|row_pixels~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|row_pixels~8 .lut_mask = 16'h0204; +defparam \text_gen|f_rom|row_pixels~8 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~155 ( +// Equation(s): +// \text_gen|f_rom|Mux5~155_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~36334_combout & (\text_gen|f_rom|row_pixels~7_combout )) # (!\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|WideOr42~0_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|WideOr42~0_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|row_pixels~7_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|f_rom|WideOr42~0_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~155_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~155 .lut_mask = 16'hDF80; +defparam \text_gen|f_rom|Mux5~155 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y46_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~156 ( +// Equation(s): +// \text_gen|f_rom|Mux5~156_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~155_combout )))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|row_pixels~8_combout & ((\text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\text_gen|f_rom|row_pixels~8_combout ), + .datab(\text_gen|f_rom|Mux5~155_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~156_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~156 .lut_mask = 16'hCAC0; +defparam \text_gen|f_rom|Mux5~156 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~71 ( +// Equation(s): +// \text_gen|f_rom|Mux2~71_combout = (\text_gen|char_code[1]~2_combout & (((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[1]~2_combout & ((\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~156_combout ))) # +// (!\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~159_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux5~159_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~156_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~71_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~71 .lut_mask = 16'hF4A4; +defparam \text_gen|f_rom|Mux2~71 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~72 ( +// Equation(s): +// \text_gen|f_rom|Mux2~72_combout = (\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux2~71_combout & (\text_gen|f_rom|Mux5~160_combout )) # (!\text_gen|f_rom|Mux2~71_combout & ((\text_gen|f_rom|Mux5~154_combout ))))) # +// (!\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux2~71_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux5~160_combout ), + .datac(\text_gen|f_rom|Mux5~154_combout ), + .datad(\text_gen|f_rom|Mux2~71_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~72_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~72 .lut_mask = 16'hDDA0; +defparam \text_gen|f_rom|Mux2~72 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N20 +cycloneiv_lcell_comb \text_gen|f_rom|WideOr33~0 ( +// Equation(s): +// \text_gen|f_rom|WideOr33~0_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3] & ((\vga_c|v_cnt [1]) # (!\vga_c|v_cnt [2]))) # (!\vga_c|v_cnt [3] & (\vga_c|v_cnt [1] & !\vga_c|v_cnt [2])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|WideOr33~0_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|WideOr33~0 .lut_mask = 16'h080E; +defparam \text_gen|f_rom|WideOr33~0 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y48_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~68 ( +// Equation(s): +// \text_gen|f_rom|Mux2~68_combout = (\text_gen|f_rom|Mux5~110_combout & ((\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|WideOr37~0_combout ))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|WideOr33~0_combout )))) + + .dataa(\text_gen|f_rom|WideOr33~0_combout ), + .datab(\text_gen|f_rom|WideOr37~0_combout ), + .datac(\text_gen|f_rom|Mux5~110_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~68_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~68 .lut_mask = 16'hC0A0; +defparam \text_gen|f_rom|Mux2~68 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~69 ( +// Equation(s): +// \text_gen|f_rom|Mux2~69_combout = (!\text_gen|char_code[0]~3_combout & (\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux2~68_combout ) # (\text_gen|f_rom|Mux5~145_combout )))) + + .dataa(\text_gen|f_rom|Mux2~68_combout ), + .datab(\text_gen|f_rom|Mux5~145_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~69_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~69 .lut_mask = 16'h0E00; +defparam \text_gen|f_rom|Mux2~69 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~70 ( +// Equation(s): +// \text_gen|f_rom|Mux2~70_combout = (\text_gen|char_code[3]~4_combout & ((\text_gen|f_rom|Mux2~69_combout ) # ((!\text_gen|char_code[1]~2_combout & \text_gen|f_rom|Mux5~149_combout )))) + + .dataa(\text_gen|char_code[1]~2_combout ), + .datab(\text_gen|f_rom|Mux2~69_combout ), + .datac(\text_gen|f_rom|Mux5~149_combout ), + .datad(\text_gen|char_code[3]~4_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~70_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~70 .lut_mask = 16'hDC00; +defparam \text_gen|f_rom|Mux2~70 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y48_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~73 ( +// Equation(s): +// \text_gen|f_rom|Mux2~73_combout = (!\text_gen|char_code[2]~5_combout & ((\text_gen|f_rom|Mux2~70_combout ) # ((!\text_gen|char_code[3]~4_combout & \text_gen|f_rom|Mux2~72_combout )))) + + .dataa(\text_gen|char_code[3]~4_combout ), + .datab(\text_gen|char_code[2]~5_combout ), + .datac(\text_gen|f_rom|Mux2~72_combout ), + .datad(\text_gen|f_rom|Mux2~70_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~73_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~73 .lut_mask = 16'h3310; +defparam \text_gen|f_rom|Mux2~73 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~61 ( +// Equation(s): +// \text_gen|f_rom|Mux2~61_combout = (\vga_c|v_cnt [2] & (\vga_c|v_cnt [3] & ((!\text_gen|f_rom|Mux5~110_combout ) # (!\vga_c|v_cnt [1])))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [1] & ((\vga_c|v_cnt [3]) # (!\text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [3]), + .datac(\vga_c|v_cnt [2]), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~61_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~61 .lut_mask = 16'h48CA; +defparam \text_gen|f_rom|Mux2~61 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~62 ( +// Equation(s): +// \text_gen|f_rom|Mux2~62_combout = (!\vga_c|v_cnt [4] & (\text_gen|f_rom|Mux2~61_combout & ((\text_gen|f_rom|Mux5~110_combout ) # (\text_gen|char_code[5]~7_combout )))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\text_gen|f_rom|Mux5~110_combout ), + .datac(\text_gen|f_rom|Mux2~61_combout ), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~62_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~62 .lut_mask = 16'h5040; +defparam \text_gen|f_rom|Mux2~62 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~63 ( +// Equation(s): +// \text_gen|f_rom|Mux2~63_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux2~62_combout )) # (!\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~143_combout ))))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|char_code[1]~2_combout )))) + + .dataa(\text_gen|f_rom|Mux2~62_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|char_code[1]~2_combout ), + .datad(\text_gen|f_rom|Mux5~143_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~63_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~63 .lut_mask = 16'hBCB0; +defparam \text_gen|f_rom|Mux2~63 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~60 ( +// Equation(s): +// \text_gen|f_rom|Mux2~60_combout = (\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux5~264_combout )))) # (!\text_gen|char_code[1]~2_combout & ((\text_gen|f_rom|Mux5~62_combout ) # ((\text_gen|char_code[5]~7_combout )))) + + .dataa(\text_gen|f_rom|Mux5~62_combout ), + .datab(\text_gen|char_code[5]~7_combout ), + .datac(\text_gen|char_code[1]~2_combout ), + .datad(\text_gen|f_rom|Mux5~264_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~60_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~60 .lut_mask = 16'hFE0E; +defparam \text_gen|f_rom|Mux2~60 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~64 ( +// Equation(s): +// \text_gen|f_rom|Mux2~64_combout = (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [3] & (\vga_c|v_cnt [1] & !\vga_c|v_cnt [2])) # (!\vga_c|v_cnt [3] & ((\vga_c|v_cnt [2]))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [4]), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~64_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~64 .lut_mask = 16'h0508; +defparam \text_gen|f_rom|Mux2~64 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~65 ( +// Equation(s): +// \text_gen|f_rom|Mux2~65_combout = ((\text_gen|f_rom|Mux5~110_combout & (\text_gen|f_rom|WideOr15~0_combout )) # (!\text_gen|f_rom|Mux5~110_combout & ((\text_gen|f_rom|Mux2~64_combout )))) # (!\text_gen|char_code[5]~7_combout ) + + .dataa(\text_gen|f_rom|WideOr15~0_combout ), + .datab(\text_gen|f_rom|Mux2~64_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~65_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~65 .lut_mask = 16'hAFCF; +defparam \text_gen|f_rom|Mux2~65 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~66 ( +// Equation(s): +// \text_gen|f_rom|Mux2~66_combout = (\text_gen|f_rom|Mux1~47_combout & ((\text_gen|f_rom|Mux2~65_combout ) # (\text_gen|f_rom|Mux2~63_combout ))) + + .dataa(gnd), + .datab(\text_gen|f_rom|Mux2~65_combout ), + .datac(\text_gen|f_rom|Mux1~47_combout ), + .datad(\text_gen|f_rom|Mux2~63_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~66_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~66 .lut_mask = 16'hF0C0; +defparam \text_gen|f_rom|Mux2~66 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y49_N14 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~67 ( +// Equation(s): +// \text_gen|f_rom|Mux2~67_combout = (\text_gen|f_rom|Mux2~66_combout & ((\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux2~63_combout )) # (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux2~60_combout ))))) + + .dataa(\text_gen|char_code[0]~3_combout ), + .datab(\text_gen|f_rom|Mux2~63_combout ), + .datac(\text_gen|f_rom|Mux2~60_combout ), + .datad(\text_gen|f_rom|Mux2~66_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~67_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~67 .lut_mask = 16'hD800; +defparam \text_gen|f_rom|Mux2~67 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~45 ( +// Equation(s): +// \text_gen|f_rom|Mux2~45_combout = (\vga_c|v_cnt [2] & (!\vga_c|v_cnt [4] & (!\vga_c|v_cnt [3] & \vga_c|v_cnt [1]))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [3] & ((\vga_c|v_cnt [4]) # (!\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~45_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~45 .lut_mask = 16'h2430; +defparam \text_gen|f_rom|Mux2~45 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~46 ( +// Equation(s): +// \text_gen|f_rom|Mux2~46_combout = (\text_gen|f_rom|Mux2~45_combout & ((\vga_c|v_cnt [4] & (\text_gen|char_code[5]~7_combout & !\text_gen|f_rom|Mux5~110_combout )) # (!\vga_c|v_cnt [4] & (!\text_gen|char_code[5]~7_combout & +// \text_gen|f_rom|Mux5~110_combout )))) + + .dataa(\vga_c|v_cnt [4]), + .datab(\text_gen|f_rom|Mux2~45_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~46_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~46 .lut_mask = 16'h0480; +defparam \text_gen|f_rom|Mux2~46 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~47 ( +// Equation(s): +// \text_gen|f_rom|Mux2~47_combout = (\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|Mux5~58_combout )) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~89_combout ) # (\text_gen|f_rom|Mux2~46_combout )))) + + .dataa(\text_gen|f_rom|Mux5~58_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~89_combout ), + .datad(\text_gen|f_rom|Mux2~46_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~47_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~47 .lut_mask = 16'hBBB8; +defparam \text_gen|f_rom|Mux2~47 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~260 ( +// Equation(s): +// \text_gen|f_rom|Mux5~260_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & ((\text_gen|char_ram~39064_combout ) # (\text_gen|f_rom|Mux5~125_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_ram~39064_combout ), + .datad(\text_gen|f_rom|Mux5~125_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~260_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~260 .lut_mask = 16'h8880; +defparam \text_gen|f_rom|Mux5~260 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~126 ( +// Equation(s): +// \text_gen|f_rom|Mux5~126_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~260_combout & (\text_gen|f_rom|WideOr44~0_combout )) # (!\text_gen|f_rom|Mux5~260_combout & ((\text_gen|f_rom|Decoder2~2_combout ))))) # +// (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux5~260_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|WideOr44~0_combout ), + .datac(\text_gen|f_rom|Decoder2~2_combout ), + .datad(\text_gen|f_rom|Mux5~260_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~126_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~126 .lut_mask = 16'hDDA0; +defparam \text_gen|f_rom|Mux5~126 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~127 ( +// Equation(s): +// \text_gen|f_rom|Mux5~127_combout = (\vga_c|v_cnt [3] & ((\vga_c|v_cnt [4]) # ((\vga_c|v_cnt [2] & \vga_c|v_cnt [1])))) # (!\vga_c|v_cnt [3] & (!\vga_c|v_cnt [4] & ((\vga_c|v_cnt [2]) # (\vga_c|v_cnt [1])))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~127_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~127 .lut_mask = 16'hF08E; +defparam \text_gen|f_rom|Mux5~127 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~128 ( +// Equation(s): +// \text_gen|f_rom|Mux5~128_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~127_combout $ (\vga_c|v_cnt [3])))) # (!\text_gen|char_code[5]~7_combout & (\text_gen|f_rom|Decoder2~1_combout & ((\vga_c|v_cnt [3])))) + + .dataa(\text_gen|f_rom|Decoder2~1_combout ), + .datab(\text_gen|f_rom|Mux5~127_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\vga_c|v_cnt [3]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~128_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~128 .lut_mask = 16'h3AC0; +defparam \text_gen|f_rom|Mux5~128 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~129 ( +// Equation(s): +// \text_gen|f_rom|Mux5~129_combout = (\text_gen|char_code~1_combout & (\text_gen|char_ram~36334_combout & \text_gen|f_rom|Mux5~128_combout )) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|Mux5~128_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~129_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~129 .lut_mask = 16'h8800; +defparam \text_gen|f_rom|Mux5~129 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N30 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~261 ( +// Equation(s): +// \text_gen|f_rom|Mux5~261_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~44527_combout & (\text_gen|f_rom|Mux5~126_combout )) # (!\text_gen|char_ram~44527_combout & ((\text_gen|f_rom|Mux5~129_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux5~129_combout )))) + + .dataa(\text_gen|f_rom|Mux5~126_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|f_rom|Mux5~129_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~261_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~261 .lut_mask = 16'hBF80; +defparam \text_gen|f_rom|Mux5~261 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N4 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~85 ( +// Equation(s): +// \text_gen|f_rom|Mux2~85_combout = (\text_gen|char_ram~41797_combout & ((\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux2~47_combout )) # (!\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~261_combout ))))) # +// (!\text_gen|char_ram~41797_combout & (((\text_gen|f_rom|Mux5~261_combout )))) + + .dataa(\text_gen|char_ram~41797_combout ), + .datab(\text_gen|f_rom|Mux2~47_combout ), + .datac(\text_gen|f_rom|Mux5~261_combout ), + .datad(\text_gen|char_code~1_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~85_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~85 .lut_mask = 16'hD8F0; +defparam \text_gen|f_rom|Mux2~85 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N24 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~132 ( +// Equation(s): +// \text_gen|f_rom|Mux5~132_combout = (\vga_c|v_cnt [2] & ((!\vga_c|v_cnt [3]))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [1])) + + .dataa(\vga_c|v_cnt [1]), + .datab(\vga_c|v_cnt [3]), + .datac(gnd), + .datad(\vga_c|v_cnt [2]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~132_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~132 .lut_mask = 16'h33AA; +defparam \text_gen|f_rom|Mux5~132 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~133 ( +// Equation(s): +// \text_gen|f_rom|Mux5~133_combout = (\text_gen|f_rom|Mux5~132_combout & (((\text_gen|char_code~1_combout & \text_gen|char_ram~36334_combout )) # (!\vga_c|v_cnt [3]))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux5~132_combout ), + .datac(\vga_c|v_cnt [3]), + .datad(\text_gen|char_ram~36334_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~133_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~133 .lut_mask = 16'h8C0C; +defparam \text_gen|f_rom|Mux5~133 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~134 ( +// Equation(s): +// \text_gen|f_rom|Mux5~134_combout = (\text_gen|f_rom|Mux5~133_combout & (\vga_c|v_cnt [3] & (!\vga_c|v_cnt [4]))) # (!\text_gen|f_rom|Mux5~133_combout & (!\text_gen|f_rom|Mux5~110_combout & (\vga_c|v_cnt [3] $ (\vga_c|v_cnt [4])))) + + .dataa(\text_gen|f_rom|Mux5~133_combout ), + .datab(\vga_c|v_cnt [3]), + .datac(\vga_c|v_cnt [4]), + .datad(\text_gen|f_rom|Mux5~110_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~134_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~134 .lut_mask = 16'h081C; +defparam \text_gen|f_rom|Mux5~134 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y45_N26 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~130 ( +// Equation(s): +// \text_gen|f_rom|Mux5~130_combout = (!\vga_c|v_cnt [2] & (!\vga_c|v_cnt [1] & (!\vga_c|v_cnt [3] & \vga_c|v_cnt [4]))) + + .dataa(\vga_c|v_cnt [2]), + .datab(\vga_c|v_cnt [1]), + .datac(\vga_c|v_cnt [3]), + .datad(\vga_c|v_cnt [4]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~130_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~130 .lut_mask = 16'h0100; +defparam \text_gen|f_rom|Mux5~130 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y45_N28 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~131 ( +// Equation(s): +// \text_gen|f_rom|Mux5~131_combout = (\text_gen|char_code[5]~7_combout & ((\text_gen|f_rom|Mux5~130_combout ) # ((\text_gen|char_code[0]~3_combout )))) # (!\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|row_pixels~3_combout & +// !\text_gen|char_code[0]~3_combout )))) + + .dataa(\text_gen|f_rom|Mux5~130_combout ), + .datab(\text_gen|f_rom|row_pixels~3_combout ), + .datac(\text_gen|char_code[5]~7_combout ), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~131_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~131 .lut_mask = 16'hF0AC; +defparam \text_gen|f_rom|Mux5~131 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~262 ( +// Equation(s): +// \text_gen|f_rom|Mux5~262_combout = (\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~131_combout & ((\text_gen|char_ram~36334_combout ) # (\text_gen|char_ram~44527_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|char_ram~44527_combout ), + .datad(\text_gen|f_rom|Mux5~131_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~262_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~262 .lut_mask = 16'hA800; +defparam \text_gen|f_rom|Mux5~262 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N0 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~135 ( +// Equation(s): +// \text_gen|f_rom|Mux5~135_combout = (\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux5~262_combout & ((\text_gen|f_rom|Mux5~134_combout ))) # (!\text_gen|f_rom|Mux5~262_combout & (\text_gen|f_rom|Mux5~124_combout )))) # +// (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~262_combout )))) + + .dataa(\text_gen|f_rom|Mux5~124_combout ), + .datab(\text_gen|char_code[0]~3_combout ), + .datac(\text_gen|f_rom|Mux5~134_combout ), + .datad(\text_gen|f_rom|Mux5~262_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~135_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~135 .lut_mask = 16'hF388; +defparam \text_gen|f_rom|Mux5~135 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~48 ( +// Equation(s): +// \text_gen|f_rom|Mux2~48_combout = (\vga_c|v_cnt [1]) # ((\vga_c|v_cnt [3] & \vga_c|v_cnt [2])) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(gnd), + .datad(\vga_c|v_cnt [1]), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~48_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~48 .lut_mask = 16'hFF88; +defparam \text_gen|f_rom|Mux2~48 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~49 ( +// Equation(s): +// \text_gen|f_rom|Mux2~49_combout = (!\vga_c|v_cnt [4] & ((\text_gen|f_rom|Mux2~48_combout & ((\text_gen|char_code[0]~3_combout ))) # (!\text_gen|f_rom|Mux2~48_combout & (\vga_c|v_cnt [3])))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\text_gen|f_rom|Mux2~48_combout ), + .datac(\vga_c|v_cnt [4]), + .datad(\text_gen|char_code[0]~3_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~49_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~49 .lut_mask = 16'h0E02; +defparam \text_gen|f_rom|Mux2~49 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y48_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~50 ( +// Equation(s): +// \text_gen|f_rom|Mux2~50_combout = (\text_gen|char_code[5]~7_combout & (((\text_gen|f_rom|Mux2~49_combout )))) # (!\text_gen|char_code[5]~7_combout & ((\text_gen|char_code[0]~3_combout & (\text_gen|f_rom|WideOr42~0_combout )) # +// (!\text_gen|char_code[0]~3_combout & ((\text_gen|f_rom|Mux2~49_combout ))))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|WideOr42~0_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux2~49_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~50_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~50 .lut_mask = 16'hEF40; +defparam \text_gen|f_rom|Mux2~50 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~92 ( +// Equation(s): +// \text_gen|f_rom|Mux2~92_combout = ((\text_gen|char_ram~49987_combout & (\text_gen|char_ram~36334_combout & !\text_gen|char_ram~47257_combout )) # (!\text_gen|char_ram~49987_combout & ((\text_gen|char_ram~36334_combout ) # +// (!\text_gen|char_ram~47257_combout )))) # (!\text_gen|char_code~1_combout ) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~49987_combout ), + .datac(\text_gen|char_ram~36334_combout ), + .datad(\text_gen|char_ram~47257_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~92_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~92 .lut_mask = 16'h75F7; +defparam \text_gen|f_rom|Mux2~92 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~51 ( +// Equation(s): +// \text_gen|f_rom|Mux2~51_combout = (\text_gen|char_code[1]~2_combout & (\text_gen|f_rom|Mux5~135_combout )) # (!\text_gen|char_code[1]~2_combout & (((\text_gen|f_rom|Mux2~50_combout & \text_gen|f_rom|Mux2~92_combout )))) + + .dataa(\text_gen|f_rom|Mux5~135_combout ), + .datab(\text_gen|char_code[1]~2_combout ), + .datac(\text_gen|f_rom|Mux2~50_combout ), + .datad(\text_gen|f_rom|Mux2~92_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~51_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~51 .lut_mask = 16'hB888; +defparam \text_gen|f_rom|Mux2~51 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X63_Y45_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~86 ( +// Equation(s): +// \text_gen|f_rom|Mux2~86_combout = (\text_gen|char_code~1_combout & ((\text_gen|char_ram~49987_combout & (\text_gen|f_rom|Mux2~85_combout )) # (!\text_gen|char_ram~49987_combout & ((\text_gen|f_rom|Mux2~51_combout ))))) # +// (!\text_gen|char_code~1_combout & (((\text_gen|f_rom|Mux2~51_combout )))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|char_ram~49987_combout ), + .datac(\text_gen|f_rom|Mux2~85_combout ), + .datad(\text_gen|f_rom|Mux2~51_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~86_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~86 .lut_mask = 16'hF780; +defparam \text_gen|f_rom|Mux2~86 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~137 ( +// Equation(s): +// \text_gen|f_rom|Mux5~137_combout = (\vga_c|v_cnt [2] & (((\text_gen|char_code[5]~7_combout )))) # (!\vga_c|v_cnt [2] & (\vga_c|v_cnt [3] $ (((\vga_c|v_cnt [1] & !\text_gen|char_code[5]~7_combout ))))) + + .dataa(\vga_c|v_cnt [3]), + .datab(\vga_c|v_cnt [2]), + .datac(\vga_c|v_cnt [1]), + .datad(\text_gen|char_code[5]~7_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~137_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~137 .lut_mask = 16'hEE12; +defparam \text_gen|f_rom|Mux5~137 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N10 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~138 ( +// Equation(s): +// \text_gen|f_rom|Mux5~138_combout = (\text_gen|char_code[0]~3_combout & (\text_gen|char_code[5]~7_combout )) # (!\text_gen|char_code[0]~3_combout & (((\text_gen|f_rom|Mux5~68_combout & \text_gen|f_rom|Mux5~137_combout )))) + + .dataa(\text_gen|char_code[5]~7_combout ), + .datab(\text_gen|f_rom|Mux5~68_combout ), + .datac(\text_gen|char_code[0]~3_combout ), + .datad(\text_gen|f_rom|Mux5~137_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~138_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~138 .lut_mask = 16'hACA0; +defparam \text_gen|f_rom|Mux5~138 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N12 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~140 ( +// Equation(s): +// \text_gen|f_rom|Mux5~140_combout = (\text_gen|char_ram~36334_combout & ((\text_gen|f_rom|Mux5~138_combout & ((\text_gen|f_rom|Mux5~139_combout ))) # (!\text_gen|f_rom|Mux5~138_combout & (\text_gen|f_rom|row_pixels~3_combout )))) + + .dataa(\text_gen|f_rom|row_pixels~3_combout ), + .datab(\text_gen|char_ram~36334_combout ), + .datac(\text_gen|f_rom|Mux5~139_combout ), + .datad(\text_gen|f_rom|Mux5~138_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~140_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~140 .lut_mask = 16'hC088; +defparam \text_gen|f_rom|Mux5~140 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N2 +cycloneiv_lcell_comb \text_gen|f_rom|Mux5~263 ( +// Equation(s): +// \text_gen|f_rom|Mux5~263_combout = (\text_gen|char_ram~44527_combout & ((\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux5~140_combout ))) # (!\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux5~138_combout )))) # +// (!\text_gen|char_ram~44527_combout & (\text_gen|f_rom|Mux5~138_combout )) + + .dataa(\text_gen|f_rom|Mux5~138_combout ), + .datab(\text_gen|char_ram~44527_combout ), + .datac(\text_gen|char_code~1_combout ), + .datad(\text_gen|f_rom|Mux5~140_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux5~263_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux5~263 .lut_mask = 16'hEA2A; +defparam \text_gen|f_rom|Mux5~263 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y46_N8 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~88 ( +// Equation(s): +// \text_gen|f_rom|Mux2~88_combout = ((\text_gen|f_rom|Mux5~263_combout ) # (!\text_gen|char_code~1_combout )) # (!\text_gen|char_ram~41797_combout ) + + .dataa(\text_gen|char_ram~41797_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(gnd), + .datad(\text_gen|f_rom|Mux5~263_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~88_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~88 .lut_mask = 16'hFF77; +defparam \text_gen|f_rom|Mux2~88 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N20 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~57 ( +// Equation(s): +// \text_gen|f_rom|Mux2~57_combout = (\text_gen|f_rom|Mux2~55_combout & ((!\text_gen|char_ram~44527_combout ) # (!\text_gen|char_code~1_combout ))) + + .dataa(\text_gen|char_code~1_combout ), + .datab(\text_gen|f_rom|Mux2~55_combout ), + .datac(gnd), + .datad(\text_gen|char_ram~44527_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~57_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~57 .lut_mask = 16'h44CC; +defparam \text_gen|f_rom|Mux2~57 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N6 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~58 ( +// Equation(s): +// \text_gen|f_rom|Mux2~58_combout = (\text_gen|char_code[1]~2_combout ) # ((\text_gen|f_rom|Mux2~92_combout & ((\text_gen|f_rom|Mux5~136_combout ) # (\text_gen|f_rom|Mux2~57_combout )))) + + .dataa(\text_gen|f_rom|Mux5~136_combout ), + .datab(\text_gen|f_rom|Mux2~57_combout ), + .datac(\text_gen|f_rom|Mux2~92_combout ), + .datad(\text_gen|char_code[1]~2_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~58_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~58 .lut_mask = 16'hFFE0; +defparam \text_gen|f_rom|Mux2~58 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N16 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~59 ( +// Equation(s): +// \text_gen|f_rom|Mux2~59_combout = (\text_gen|char_code[2]~5_combout & (((\text_gen|f_rom|Mux2~88_combout & \text_gen|f_rom|Mux2~58_combout )))) # (!\text_gen|char_code[2]~5_combout & (\text_gen|f_rom|Mux2~56_combout )) + + .dataa(\text_gen|char_code[2]~5_combout ), + .datab(\text_gen|f_rom|Mux2~56_combout ), + .datac(\text_gen|f_rom|Mux2~88_combout ), + .datad(\text_gen|f_rom|Mux2~58_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~59_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~59 .lut_mask = 16'hE444; +defparam \text_gen|f_rom|Mux2~59 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N18 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~89 ( +// Equation(s): +// \text_gen|f_rom|Mux2~89_combout = (\text_gen|char_ram~47257_combout & ((\text_gen|char_code~1_combout & (\text_gen|f_rom|Mux2~86_combout )) # (!\text_gen|char_code~1_combout & ((\text_gen|f_rom|Mux2~59_combout ))))) # +// (!\text_gen|char_ram~47257_combout & (((\text_gen|f_rom|Mux2~59_combout )))) + + .dataa(\text_gen|char_ram~47257_combout ), + .datab(\text_gen|char_code~1_combout ), + .datac(\text_gen|f_rom|Mux2~86_combout ), + .datad(\text_gen|f_rom|Mux2~59_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~89_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~89 .lut_mask = 16'hF780; +defparam \text_gen|f_rom|Mux2~89 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X62_Y49_N22 +cycloneiv_lcell_comb \text_gen|f_rom|Mux2~74 ( +// Equation(s): +// \text_gen|f_rom|Mux2~74_combout = (\text_gen|char_code[4]~6_combout & ((\text_gen|f_rom|Mux2~73_combout ) # ((\text_gen|f_rom|Mux2~67_combout )))) # (!\text_gen|char_code[4]~6_combout & (((\text_gen|f_rom|Mux2~89_combout )))) + + .dataa(\text_gen|char_code[4]~6_combout ), + .datab(\text_gen|f_rom|Mux2~73_combout ), + .datac(\text_gen|f_rom|Mux2~67_combout ), + .datad(\text_gen|f_rom|Mux2~89_combout ), + .cin(gnd), + .combout(\text_gen|f_rom|Mux2~74_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|f_rom|Mux2~74 .lut_mask = 16'hFDA8; +defparam \text_gen|f_rom|Mux2~74 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N20 +cycloneiv_lcell_comb \text_gen|always1~4 ( +// Equation(s): +// \text_gen|always1~4_combout = (\vga_c|h_cnt [1] & ((\text_gen|always1~3_combout & ((\text_gen|f_rom|Mux2~74_combout ))) # (!\text_gen|always1~3_combout & (\text_gen|f_rom|Mux0~16_combout )))) # (!\vga_c|h_cnt [1] & (((\text_gen|always1~3_combout )))) + + .dataa(\text_gen|f_rom|Mux0~16_combout ), + .datab(\vga_c|h_cnt [1]), + .datac(\text_gen|always1~3_combout ), + .datad(\text_gen|f_rom|Mux2~74_combout ), + .cin(gnd), + .combout(\text_gen|always1~4_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~4 .lut_mask = 16'hF838; +defparam \text_gen|always1~4 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N16 +cycloneiv_lcell_comb \text_gen|always1~8 ( +// Equation(s): +// \text_gen|always1~8_combout = (\text_gen|always1~0_combout & ((\text_gen|always1~7_combout ) # ((\text_gen|always1~2_combout & \text_gen|always1~4_combout )))) # (!\text_gen|always1~0_combout & (\text_gen|always1~2_combout & +// ((\text_gen|always1~4_combout )))) + + .dataa(\text_gen|always1~0_combout ), + .datab(\text_gen|always1~2_combout ), + .datac(\text_gen|always1~7_combout ), + .datad(\text_gen|always1~4_combout ), + .cin(gnd), + .combout(\text_gen|always1~8_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|always1~8 .lut_mask = 16'hECA0; +defparam \text_gen|always1~8 .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N24 +cycloneiv_lcell_comb \text_gen|vga_r[0]~feeder ( +// Equation(s): +// \text_gen|vga_r[0]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_r[0]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_r[0]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_r[0]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N25 +dffeas \text_gen|vga_r[0] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_r[0]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_r [0]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_r[0] .is_wysiwyg = "true"; +defparam \text_gen|vga_r[0] .power_up = "low"; +// synopsys translate_on + +// Location: FF_X64_Y49_N17 +dffeas \text_gen|vga_r[1] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|always1~8_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_r [1]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_r[1] .is_wysiwyg = "true"; +defparam \text_gen|vga_r[1] .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y49_N3 +dffeas \text_gen|vga_r[2] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|always1~8_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_r [2]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_r[2] .is_wysiwyg = "true"; +defparam \text_gen|vga_r[2] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N26 +cycloneiv_lcell_comb \text_gen|vga_r[3]~feeder ( +// Equation(s): +// \text_gen|vga_r[3]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_r[3]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_r[3]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_r[3]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N27 +dffeas \text_gen|vga_r[3] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_r[3]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_r [3]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_r[3] .is_wysiwyg = "true"; +defparam \text_gen|vga_r[3] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N0 +cycloneiv_lcell_comb \text_gen|vga_r[4]~feeder ( +// Equation(s): +// \text_gen|vga_r[4]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_r[4]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_r[4]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_r[4]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y49_N1 +dffeas \text_gen|vga_r[4] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_r[4]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_r [4]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_r[4] .is_wysiwyg = "true"; +defparam \text_gen|vga_r[4] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N4 +cycloneiv_lcell_comb \text_gen|vga_r[5]~feeder ( +// Equation(s): +// \text_gen|vga_r[5]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_r[5]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_r[5]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_r[5]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N5 +dffeas \text_gen|vga_r[5] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_r[5]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_r [5]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_r[5] .is_wysiwyg = "true"; +defparam \text_gen|vga_r[5] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N22 +cycloneiv_lcell_comb \text_gen|vga_r[6]~feeder ( +// Equation(s): +// \text_gen|vga_r[6]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_r[6]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_r[6]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_r[6]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N23 +dffeas \text_gen|vga_r[6] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_r[6]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_r [6]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_r[6] .is_wysiwyg = "true"; +defparam \text_gen|vga_r[6] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N26 +cycloneiv_lcell_comb \text_gen|vga_r[7]~feeder ( +// Equation(s): +// \text_gen|vga_r[7]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_r[7]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_r[7]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_r[7]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y49_N27 +dffeas \text_gen|vga_r[7] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_r[7]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_r [7]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_r[7] .is_wysiwyg = "true"; +defparam \text_gen|vga_r[7] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N14 +cycloneiv_lcell_comb \text_gen|vga_g[0]~feeder ( +// Equation(s): +// \text_gen|vga_g[0]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_g[0]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_g[0]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_g[0]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y49_N15 +dffeas \text_gen|vga_g[0] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_g[0]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_g [0]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_g[0] .is_wysiwyg = "true"; +defparam \text_gen|vga_g[0] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X64_Y49_N12 +cycloneiv_lcell_comb \text_gen|vga_g[1]~feeder ( +// Equation(s): +// \text_gen|vga_g[1]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_g[1]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_g[1]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_g[1]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X64_Y49_N13 +dffeas \text_gen|vga_g[1] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_g[1]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_g [1]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_g[1] .is_wysiwyg = "true"; +defparam \text_gen|vga_g[1] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N28 +cycloneiv_lcell_comb \text_gen|vga_g[2]~feeder ( +// Equation(s): +// \text_gen|vga_g[2]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_g[2]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_g[2]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_g[2]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N29 +dffeas \text_gen|vga_g[2] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_g[2]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_g [2]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_g[2] .is_wysiwyg = "true"; +defparam \text_gen|vga_g[2] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N2 +cycloneiv_lcell_comb \text_gen|vga_g[3]~feeder ( +// Equation(s): +// \text_gen|vga_g[3]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_g[3]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_g[3]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_g[3]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N3 +dffeas \text_gen|vga_g[3] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_g[3]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_g [3]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_g[3] .is_wysiwyg = "true"; +defparam \text_gen|vga_g[3] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N8 +cycloneiv_lcell_comb \text_gen|vga_g[4]~feeder ( +// Equation(s): +// \text_gen|vga_g[4]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_g[4]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_g[4]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_g[4]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N9 +dffeas \text_gen|vga_g[4] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_g[4]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_g [4]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_g[4] .is_wysiwyg = "true"; +defparam \text_gen|vga_g[4] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N30 +cycloneiv_lcell_comb \text_gen|vga_g[5]~feeder ( +// Equation(s): +// \text_gen|vga_g[5]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_g[5]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_g[5]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_g[5]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N31 +dffeas \text_gen|vga_g[5] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_g[5]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_g [5]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_g[5] .is_wysiwyg = "true"; +defparam \text_gen|vga_g[5] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X61_Y49_N28 +cycloneiv_lcell_comb \text_gen|vga_g[6]~feeder ( +// Equation(s): +// \text_gen|vga_g[6]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_g[6]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_g[6]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_g[6]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X61_Y49_N29 +dffeas \text_gen|vga_g[6] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_g[6]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_g [6]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_g[6] .is_wysiwyg = "true"; +defparam \text_gen|vga_g[6] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N0 +cycloneiv_lcell_comb \text_gen|vga_g[7]~feeder ( +// Equation(s): +// \text_gen|vga_g[7]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_g[7]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_g[7]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_g[7]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N1 +dffeas \text_gen|vga_g[7] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_g[7]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_g [7]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_g[7] .is_wysiwyg = "true"; +defparam \text_gen|vga_g[7] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N10 +cycloneiv_lcell_comb \text_gen|vga_b[0]~feeder ( +// Equation(s): +// \text_gen|vga_b[0]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_b[0]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_b[0]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_b[0]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N11 +dffeas \text_gen|vga_b[0] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_b[0]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_b [0]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_b[0] .is_wysiwyg = "true"; +defparam \text_gen|vga_b[0] .power_up = "low"; +// synopsys translate_on + +// Location: FF_X62_Y49_N21 +dffeas \text_gen|vga_b[1] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|always1~8_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_b [1]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_b[1] .is_wysiwyg = "true"; +defparam \text_gen|vga_b[1] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N16 +cycloneiv_lcell_comb \text_gen|vga_b[2]~feeder ( +// Equation(s): +// \text_gen|vga_b[2]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_b[2]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_b[2]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_b[2]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N17 +dffeas \text_gen|vga_b[2] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_b[2]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_b [2]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_b[2] .is_wysiwyg = "true"; +defparam \text_gen|vga_b[2] .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y49_N7 +dffeas \text_gen|vga_b[3] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(gnd), + .asdata(\text_gen|always1~8_combout ), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(vcc), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_b [3]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_b[3] .is_wysiwyg = "true"; +defparam \text_gen|vga_b[3] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N18 +cycloneiv_lcell_comb \text_gen|vga_b[4]~feeder ( +// Equation(s): +// \text_gen|vga_b[4]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_b[4]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_b[4]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_b[4]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N19 +dffeas \text_gen|vga_b[4] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_b[4]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_b [4]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_b[4] .is_wysiwyg = "true"; +defparam \text_gen|vga_b[4] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N12 +cycloneiv_lcell_comb \text_gen|vga_b[5]~feeder ( +// Equation(s): +// \text_gen|vga_b[5]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_b[5]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_b[5]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_b[5]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N13 +dffeas \text_gen|vga_b[5] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_b[5]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_b [5]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_b[5] .is_wysiwyg = "true"; +defparam \text_gen|vga_b[5] .power_up = "low"; +// synopsys translate_on + +// Location: LCCOMB_X60_Y49_N14 +cycloneiv_lcell_comb \text_gen|vga_b[6]~feeder ( +// Equation(s): +// \text_gen|vga_b[6]~feeder_combout = \text_gen|always1~8_combout + + .dataa(gnd), + .datab(gnd), + .datac(gnd), + .datad(\text_gen|always1~8_combout ), + .cin(gnd), + .combout(\text_gen|vga_b[6]~feeder_combout ), + .cout()); +// synopsys translate_off +defparam \text_gen|vga_b[6]~feeder .lut_mask = 16'hFF00; +defparam \text_gen|vga_b[6]~feeder .sum_lutc_input = "datac"; +// synopsys translate_on + +// Location: FF_X60_Y49_N15 +dffeas \text_gen|vga_b[6] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|vga_b[6]~feeder_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_b [6]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_b[6] .is_wysiwyg = "true"; +defparam \text_gen|vga_b[6] .power_up = "low"; +// synopsys translate_on + +// Location: FF_X61_Y49_N17 +dffeas \text_gen|vga_b[7] ( + .clk(\pll_inst|altpll_component|auto_generated|wire_pll1_clk[0]~clkctrl_outclk ), + .d(\text_gen|always1~8_combout ), + .asdata(vcc), + .clrn(vcc), + .aload(gnd), + .sclr(gnd), + .sload(gnd), + .ena(vcc), + .devclrn(devclrn), + .devpor(devpor), + .q(\text_gen|vga_b [7]), + .prn(vcc)); +// synopsys translate_off +defparam \text_gen|vga_b[7] .is_wysiwyg = "true"; +defparam \text_gen|vga_b[7] .power_up = "low"; +// synopsys translate_on + +// Location: IOIBUF_X117_Y10_N8 +cycloneiv_io_ibuf \KEY[1]~input ( + .i(KEY[1]), + .ibar(gnd), + .o(\KEY[1]~input_o )); +// synopsys translate_off +defparam \KEY[1]~input .bus_hold = "false"; +defparam \KEY[1]~input .simulate_z_as = "z"; +// synopsys translate_on + +// Location: IOIBUF_X117_Y17_N8 +cycloneiv_io_ibuf \KEY[2]~input ( + .i(KEY[2]), + .ibar(gnd), + .o(\KEY[2]~input_o )); +// synopsys translate_off +defparam \KEY[2]~input .bus_hold = "false"; +defparam \KEY[2]~input .simulate_z_as = "z"; +// synopsys translate_on + +// Location: IOIBUF_X117_Y8_N1 +cycloneiv_io_ibuf \KEY[3]~input ( + .i(KEY[3]), + .ibar(gnd), + .o(\KEY[3]~input_o )); +// synopsys translate_off +defparam \KEY[3]~input .bus_hold = "false"; +defparam \KEY[3]~input .simulate_z_as = "z"; +// synopsys translate_on + +// Location: IOIBUF_X99_Y91_N22 +cycloneiv_io_ibuf \UART_CTS~input ( + .i(UART_CTS), + .ibar(gnd), + .o(\UART_CTS~input_o )); +// synopsys translate_off +defparam \UART_CTS~input .bus_hold = "false"; +defparam \UART_CTS~input .simulate_z_as = "z"; +// synopsys translate_on endmodule diff --git a/Code/FPGA/watch/text_screen_gen.v b/Code/FPGA/watch/text_screen_gen.v new file mode 100644 index 0000000..753aeec --- /dev/null +++ b/Code/FPGA/watch/text_screen_gen.v @@ -0,0 +1,97 @@ +module text_screen_gen ( + input wire clk, + input wire pixel_clk, + input wire rst_n, + input wire [11:0] x, + input wire [11:0] y, + input wire video_on, + input wire [7:0] uart_data, + input wire uart_valid, + output reg [7:0] vga_r, + output reg [7:0] vga_g, + output reg [7:0] vga_b +); + + localparam COLS = 80; + localparam ROWS = 60; + + // Text Buffer + reg [6:0] char_ram [0:COLS*ROWS-1]; + reg [11:0] cursor_pos; + + // --- WRITE LOGIC (System Clock) --- + always @(posedge clk or negedge rst_n) begin + if (!rst_n) begin + cursor_pos <= 0; + end else if (uart_valid) begin + // ---------------------------------------------------------------- + // CHANGE: Treat both \n (0x0A) and \r (0x0D) as "Next Line" + // ---------------------------------------------------------------- + if (uart_data == 8'h0A || uart_data == 8'h0D) begin + // Calculate the index of the start of the next row + // Logic: Current Row Index + 1, multiplied by columns per row + if (cursor_pos < COLS * (ROWS - 1)) + cursor_pos <= (cursor_pos / COLS + 1) * COLS; + else + cursor_pos <= 0; // Wrap to top if at bottom of screen + end + // Handle Backspace (0x08) - Optional useful feature + else if (uart_data == 8'h08) begin + if (cursor_pos > 0) begin + cursor_pos <= cursor_pos - 1; + char_ram[cursor_pos - 1] <= 7'h20; // Clear char with space + end + end + else begin + // Standard Printable Character + char_ram[cursor_pos] <= uart_data[6:0]; + + if (cursor_pos < COLS*ROWS - 1) + cursor_pos <= cursor_pos + 1; + else + cursor_pos <= 0; // Wrap to top + end + end + end + + // --- READ LOGIC (Pixel Clock) --- + wire [6:0] char_code; + wire [3:0] char_row; + wire [2:0] char_col; + + // Calculate grid (Scale 2x for readability) + wire [11:0] grid_x = x[11:1]; + wire [11:0] grid_y = y[11:1]; + + wire [11:0] col_idx = grid_x[11:3]; + wire [11:0] row_idx = grid_y[11:4]; + wire [11:0] read_addr = (row_idx * COLS) + col_idx; + + // Read from RAM + assign char_code = (col_idx < COLS && row_idx < ROWS) ? char_ram[read_addr] : 7'h20; + assign char_row = grid_y[3:0]; + assign char_col = grid_x[2:0]; + + // Font Lookup + wire [7:0] font_byte; + font_rom f_rom ( + .char_code(char_code), + .row(char_row), + .row_pixels(font_byte) + ); + + wire pixel_on = font_byte[~char_col]; + + always @(posedge pixel_clk) begin + if (video_on && pixel_on) begin + vga_r <= 8'hFF; + vga_g <= 8'hFF; + vga_b <= 8'hFF; + end else begin + vga_r <= 8'h00; + vga_g <= 8'h00; + vga_b <= 8'h00; + end + end + +endmodule \ No newline at end of file diff --git a/Code/FPGA/watch/text_screen_gen.v.bak b/Code/FPGA/watch/text_screen_gen.v.bak new file mode 100644 index 0000000..1cc661c --- /dev/null +++ b/Code/FPGA/watch/text_screen_gen.v.bak @@ -0,0 +1,88 @@ +module text_screen_gen ( + input wire clk, // 50MHz system clock + input wire pixel_clk, // 148.5MHz VGA clock + input wire rst_n, + input wire [11:0] x, + input wire [11:0] y, + input wire video_on, + + // UART Interface + input wire [7:0] uart_data, + input wire uart_valid, + + // RGB Output + output reg [7:0] vga_r, + output reg [7:0] vga_g, + output reg [7:0] vga_b +); + + // Screen Dimensions (Characters) + // 1920 / 8 = 240 chars wide + // 1080 / 16 = 67 chars high + localparam COLS = 80; // Limit to 80 columns for readability + localparam ROWS = 30; // Limit to 30 rows + + // Text Buffer (Dual Port RAM inference) + // Port A: Write (UART), Port B: Read (VGA) + reg [6:0] char_ram [0:COLS*ROWS-1]; + + // Cursor Logic + reg [11:0] cursor_pos; + + // Write Logic (System Clock Domain) + always @(posedge clk or negedge rst_n) begin + if (!rst_n) begin + cursor_pos <= 0; + end else if (uart_valid) begin + // Handle simple scrolling or wrapping + char_ram[cursor_pos] <= uart_data[6:0]; // Store ASCII + + if (cursor_pos < COLS*ROWS - 1) + cursor_pos <= cursor_pos + 1; + else + cursor_pos <= 0; // Wrap to top (simple ring buffer) + end + end + + // Read Logic (Pixel Clock Domain) + wire [6:0] char_code; + wire [3:0] char_row; + wire [2:0] char_col; + + // Calculate which character grid we are in + // Scale up x2 to make text bigger (16x32 pixels) + wire [11:0] grid_x = x[11:1]; // x / 2 + wire [11:0] grid_y = y[11:1]; // y / 2 + + // Calculate RAM address + wire [11:0] col_idx = grid_x[11:3]; // divide by 8 + wire [11:0] row_idx = grid_y[11:4]; // divide by 16 + wire [11:0] read_addr = (row_idx * COLS) + col_idx; + + assign char_code = (col_idx < COLS && row_idx < ROWS) ? char_ram[read_addr] : 7'h20; // Space if out of bounds + assign char_row = grid_y[3:0]; // row within char + assign char_col = grid_x[2:0]; // col within char + + // Font Lookup + wire [7:0] font_byte; + font_rom f_rom ( + .char_code(char_code), + .row(char_row), + .row_pixels(font_byte) + ); + + wire pixel_on = font_byte[~char_col]; // Reverse bit order usually + + always @(posedge pixel_clk) begin + if (video_on && pixel_on) begin + vga_r <= 8'hFF; // White Text + vga_g <= 8'hFF; + vga_b <= 8'hFF; + end else begin + vga_r <= 8'h00; // Black Background + vga_g <= 8'h00; + vga_b <= 8'h00; + end + end + +endmodule \ No newline at end of file diff --git a/Code/FPGA/watch/vga_controller.v b/Code/FPGA/watch/vga_controller.v new file mode 100644 index 0000000..16fd83e --- /dev/null +++ b/Code/FPGA/watch/vga_controller.v @@ -0,0 +1,60 @@ +module vga_controller #( + // Default Parameters for 1920x1080 @ 60Hz (Pixel Clock 148.5 MHz) + parameter H_ACTIVE = 1920, + parameter H_FP = 88, + parameter H_SYNC = 44, + parameter H_BP = 148, + parameter V_ACTIVE = 1080, + parameter V_FP = 4, + parameter V_SYNC = 5, + parameter V_BP = 36 +)( + input wire pixel_clk, + input wire rst_n, + output wire [11:0] x, // Current X coordinate (0-1919) + output wire [11:0] y, // Current Y coordinate (0-1079) + output wire video_on, // High when in active display area + output reg h_sync, + output reg v_sync, + output reg blank_n, // DAC blanking (Active Low) + output reg sync_n // DAC sync on green (Active Low) +); + + // Total sizes + localparam H_TOTAL = H_ACTIVE + H_FP + H_SYNC + H_BP; + localparam V_TOTAL = V_ACTIVE + V_FP + V_SYNC + V_BP; + + reg [11:0] h_cnt, v_cnt; + + // Horizontal and Vertical Counters + always @(posedge pixel_clk or negedge rst_n) begin + if (!rst_n) begin + h_cnt <= 0; + v_cnt <= 0; + end else begin + if (h_cnt == H_TOTAL - 1) begin + h_cnt <= 0; + if (v_cnt == V_TOTAL - 1) + v_cnt <= 0; + else + v_cnt <= v_cnt + 1; + end else begin + h_cnt <= h_cnt + 1; + end + end + end + + // Coordinate Output + assign x = h_cnt; + assign y = v_cnt; + assign video_on = (h_cnt < H_ACTIVE) && (v_cnt < V_ACTIVE); + + // Sync Generation (Active High/Low depends on standard, usually Low for 1080p) + always @(posedge pixel_clk) begin + h_sync <= ~((h_cnt >= H_ACTIVE + H_FP) && (h_cnt < H_ACTIVE + H_FP + H_SYNC)); + v_sync <= ~((v_cnt >= V_ACTIVE + V_FP) && (v_cnt < V_ACTIVE + V_FP + V_SYNC)); + blank_n <= video_on; // Drive low during blanking + sync_n <= 1'b0; // Usually tied low or ignored for VGA + end + +endmodule \ No newline at end of file diff --git a/Code/FPGA/watch/vga_pll.ppf b/Code/FPGA/watch/vga_pll.ppf new file mode 100644 index 0000000..71119df --- /dev/null +++ b/Code/FPGA/watch/vga_pll.ppf @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/Code/FPGA/watch/vga_pll.qip b/Code/FPGA/watch/vga_pll.qip new file mode 100644 index 0000000..cd5348f --- /dev/null +++ b/Code/FPGA/watch/vga_pll.qip @@ -0,0 +1,6 @@ +set_global_assignment -name IP_TOOL_NAME "ALTPLL" +set_global_assignment -name IP_TOOL_VERSION "24.1" +set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Cyclone IV GX}" +set_global_assignment -name VERILOG_FILE [file join $::quartus(qip_path) "vga_pll.v"] +set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "vga_pll_bb.v"] +set_global_assignment -name MISC_FILE [file join $::quartus(qip_path) "vga_pll.ppf"] diff --git a/Code/FPGA/watch/vga_pll.v b/Code/FPGA/watch/vga_pll.v new file mode 100644 index 0000000..d64121c --- /dev/null +++ b/Code/FPGA/watch/vga_pll.v @@ -0,0 +1,321 @@ +// megafunction wizard: %ALTPLL% +// GENERATION: STANDARD +// VERSION: WM1.0 +// MODULE: altpll + +// ============================================================ +// File Name: vga_pll.v +// Megafunction Name(s): +// altpll +// +// Simulation Library Files(s): +// altera_mf +// ============================================================ +// ************************************************************ +// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE! +// +// 24.1std.0 Build 1077 03/04/2025 SC Lite Edition +// ************************************************************ + + +//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. + + +// synopsys translate_off +`timescale 1 ps / 1 ps +// synopsys translate_on +module vga_pll ( + areset, + inclk0, + c0, + locked); + + input areset; + input inclk0; + output c0; + output locked; +`ifndef ALTERA_RESERVED_QIS +// synopsys translate_off +`endif + tri0 areset; +`ifndef ALTERA_RESERVED_QIS +// synopsys translate_on +`endif + + wire [0:0] sub_wire2 = 1'h0; + wire [4:0] sub_wire3; + wire sub_wire5; + wire sub_wire0 = inclk0; + wire [1:0] sub_wire1 = {sub_wire2, sub_wire0}; + wire [0:0] sub_wire4 = sub_wire3[0:0]; + wire c0 = sub_wire4; + wire locked = sub_wire5; + + altpll altpll_component ( + .areset (areset), + .inclk (sub_wire1), + .clk (sub_wire3), + .locked (sub_wire5), + .activeclock (), + .clkbad (), + .clkena ({6{1'b1}}), + .clkloss (), + .clkswitch (1'b0), + .configupdate (1'b0), + .enable0 (), + .enable1 (), + .extclk (), + .extclkena ({4{1'b1}}), + .fbin (1'b1), + .fbmimicbidir (), + .fbout (), + .fref (), + .icdrclk (), + .pfdena (1'b1), + .phasecounterselect ({4{1'b1}}), + .phasedone (), + .phasestep (1'b1), + .phaseupdown (1'b1), + .pllena (1'b1), + .scanaclr (1'b0), + .scanclk (1'b0), + .scanclkena (1'b1), + .scandata (1'b0), + .scandataout (), + .scandone (), + .scanread (1'b0), + .scanwrite (1'b0), + .sclkout0 (), + .sclkout1 (), + .vcooverrange (), + .vcounderrange ()); + defparam + altpll_component.bandwidth_type = "AUTO", + altpll_component.clk0_divide_by = 100, + altpll_component.clk0_duty_cycle = 50, + altpll_component.clk0_multiply_by = 297, + altpll_component.clk0_phase_shift = "0", + altpll_component.compensate_clock = "CLK0", + altpll_component.inclk0_input_frequency = 20000, + altpll_component.intended_device_family = "Cyclone IV GX", + altpll_component.lpm_hint = "CBX_MODULE_PREFIX=vga_pll", + altpll_component.lpm_type = "altpll", + altpll_component.operation_mode = "NORMAL", + altpll_component.pll_type = "AUTO", + altpll_component.port_activeclock = "PORT_UNUSED", + altpll_component.port_areset = "PORT_USED", + altpll_component.port_clkbad0 = "PORT_UNUSED", + altpll_component.port_clkbad1 = "PORT_UNUSED", + altpll_component.port_clkloss = "PORT_UNUSED", + altpll_component.port_clkswitch = "PORT_UNUSED", + altpll_component.port_configupdate = "PORT_UNUSED", + altpll_component.port_fbin = "PORT_UNUSED", + altpll_component.port_inclk0 = "PORT_USED", + altpll_component.port_inclk1 = "PORT_UNUSED", + altpll_component.port_locked = "PORT_USED", + altpll_component.port_pfdena = "PORT_UNUSED", + altpll_component.port_phasecounterselect = "PORT_UNUSED", + altpll_component.port_phasedone = "PORT_UNUSED", + altpll_component.port_phasestep = "PORT_UNUSED", + altpll_component.port_phaseupdown = "PORT_UNUSED", + altpll_component.port_pllena = "PORT_UNUSED", + altpll_component.port_scanaclr = "PORT_UNUSED", + altpll_component.port_scanclk = "PORT_UNUSED", + altpll_component.port_scanclkena = "PORT_UNUSED", + altpll_component.port_scandata = "PORT_UNUSED", + altpll_component.port_scandataout = "PORT_UNUSED", + altpll_component.port_scandone = "PORT_UNUSED", + altpll_component.port_scanread = "PORT_UNUSED", + altpll_component.port_scanwrite = "PORT_UNUSED", + altpll_component.port_clk0 = "PORT_USED", + altpll_component.port_clk1 = "PORT_UNUSED", + altpll_component.port_clk2 = "PORT_UNUSED", + altpll_component.port_clk3 = "PORT_UNUSED", + altpll_component.port_clk4 = "PORT_UNUSED", + altpll_component.port_clk5 = "PORT_UNUSED", + altpll_component.port_clkena0 = "PORT_UNUSED", + altpll_component.port_clkena1 = "PORT_UNUSED", + altpll_component.port_clkena2 = "PORT_UNUSED", + altpll_component.port_clkena3 = "PORT_UNUSED", + altpll_component.port_clkena4 = "PORT_UNUSED", + altpll_component.port_clkena5 = "PORT_UNUSED", + altpll_component.port_extclk0 = "PORT_UNUSED", + altpll_component.port_extclk1 = "PORT_UNUSED", + altpll_component.port_extclk2 = "PORT_UNUSED", + altpll_component.port_extclk3 = "PORT_UNUSED", + altpll_component.self_reset_on_loss_lock = "OFF", + altpll_component.width_clock = 5; + + +endmodule + +// ============================================================ +// CNX file retrieval info +// ============================================================ +// Retrieval info: PRIVATE: ACTIVECLK_CHECK STRING "0" +// Retrieval info: PRIVATE: BANDWIDTH STRING "1.000" +// Retrieval info: PRIVATE: BANDWIDTH_FEATURE_ENABLED STRING "1" +// Retrieval info: PRIVATE: BANDWIDTH_FREQ_UNIT STRING "MHz" +// Retrieval info: PRIVATE: BANDWIDTH_PRESET STRING "Low" +// Retrieval info: PRIVATE: BANDWIDTH_USE_AUTO STRING "1" +// Retrieval info: PRIVATE: BANDWIDTH_USE_PRESET STRING "0" +// Retrieval info: PRIVATE: CLKBAD_SWITCHOVER_CHECK STRING "0" +// Retrieval info: PRIVATE: CLKLOSS_CHECK STRING "0" +// Retrieval info: PRIVATE: CLKSWITCH_CHECK STRING "0" +// Retrieval info: PRIVATE: CNX_NO_COMPENSATE_RADIO STRING "0" +// Retrieval info: PRIVATE: CREATE_CLKBAD_CHECK STRING "0" +// Retrieval info: PRIVATE: CREATE_INCLK1_CHECK STRING "0" +// Retrieval info: PRIVATE: CUR_DEDICATED_CLK STRING "c0" +// Retrieval info: PRIVATE: CUR_FBIN_CLK STRING "c0" +// Retrieval info: PRIVATE: DEVICE_SPEED_GRADE STRING "Any" +// Retrieval info: PRIVATE: DIV_FACTOR0 NUMERIC "1" +// Retrieval info: PRIVATE: DUTY_CYCLE0 STRING "50.00000000" +// Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE0 STRING "148.500000" +// Retrieval info: PRIVATE: EXPLICIT_SWITCHOVER_COUNTER STRING "0" +// Retrieval info: PRIVATE: EXT_FEEDBACK_RADIO STRING "0" +// Retrieval info: PRIVATE: GLOCKED_COUNTER_EDIT_CHANGED STRING "1" +// Retrieval info: PRIVATE: GLOCKED_FEATURE_ENABLED STRING "0" +// Retrieval info: PRIVATE: GLOCKED_MODE_CHECK STRING "0" +// Retrieval info: PRIVATE: GLOCK_COUNTER_EDIT NUMERIC "1048575" +// Retrieval info: PRIVATE: HAS_MANUAL_SWITCHOVER STRING "1" +// Retrieval info: PRIVATE: INCLK0_FREQ_EDIT STRING "50.000" +// Retrieval info: PRIVATE: INCLK0_FREQ_UNIT_COMBO STRING "MHz" +// Retrieval info: PRIVATE: INCLK1_FREQ_EDIT STRING "100.000" +// Retrieval info: PRIVATE: INCLK1_FREQ_EDIT_CHANGED STRING "1" +// Retrieval info: PRIVATE: INCLK1_FREQ_UNIT_CHANGED STRING "1" +// Retrieval info: PRIVATE: INCLK1_FREQ_UNIT_COMBO STRING "MHz" +// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone IV GX" +// Retrieval info: PRIVATE: INT_FEEDBACK__MODE_RADIO STRING "1" +// Retrieval info: PRIVATE: LOCKED_OUTPUT_CHECK STRING "1" +// Retrieval info: PRIVATE: LONG_SCAN_RADIO STRING "1" +// Retrieval info: PRIVATE: LVDS_MODE_DATA_RATE STRING "Not Available" +// Retrieval info: PRIVATE: LVDS_MODE_DATA_RATE_DIRTY NUMERIC "0" +// Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT0 STRING "deg" +// Retrieval info: PRIVATE: MIG_DEVICE_SPEED_GRADE STRING "Any" +// Retrieval info: PRIVATE: MIRROR_CLK0 STRING "0" +// Retrieval info: PRIVATE: MULT_FACTOR0 NUMERIC "1" +// Retrieval info: PRIVATE: NORMAL_MODE_RADIO STRING "1" +// Retrieval info: PRIVATE: OUTPUT_FREQ0 STRING "148.50000000" +// Retrieval info: PRIVATE: OUTPUT_FREQ_MODE0 STRING "1" +// Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT0 STRING "MHz" +// Retrieval info: PRIVATE: PHASE_RECONFIG_FEATURE_ENABLED STRING "1" +// Retrieval info: PRIVATE: PHASE_RECONFIG_INPUTS_CHECK STRING "0" +// Retrieval info: PRIVATE: PHASE_SHIFT0 STRING "0.00000000" +// Retrieval info: PRIVATE: PHASE_SHIFT_STEP_ENABLED_CHECK STRING "0" +// Retrieval info: PRIVATE: PHASE_SHIFT_UNIT0 STRING "deg" +// Retrieval info: PRIVATE: PLL_ADVANCED_PARAM_CHECK STRING "0" +// Retrieval info: PRIVATE: PLL_ARESET_CHECK STRING "1" +// Retrieval info: PRIVATE: PLL_AUTOPLL_CHECK NUMERIC "1" +// Retrieval info: PRIVATE: PLL_ENHPLL_CHECK NUMERIC "0" +// Retrieval info: PRIVATE: PLL_FASTPLL_CHECK NUMERIC "0" +// Retrieval info: PRIVATE: PLL_FBMIMIC_CHECK STRING "0" +// Retrieval info: PRIVATE: PLL_LVDS_PLL_CHECK NUMERIC "0" +// Retrieval info: PRIVATE: PLL_PFDENA_CHECK STRING "0" +// Retrieval info: PRIVATE: PLL_TARGET_HARCOPY_CHECK NUMERIC "0" +// Retrieval info: PRIVATE: PRIMARY_CLK_COMBO STRING "inclk0" +// Retrieval info: PRIVATE: RECONFIG_FILE STRING "vga_pll.mif" +// Retrieval info: PRIVATE: SACN_INPUTS_CHECK STRING "0" +// Retrieval info: PRIVATE: SCAN_FEATURE_ENABLED STRING "1" +// Retrieval info: PRIVATE: SELF_RESET_LOCK_LOSS STRING "0" +// Retrieval info: PRIVATE: SHORT_SCAN_RADIO STRING "0" +// Retrieval info: PRIVATE: SPREAD_FEATURE_ENABLED STRING "0" +// Retrieval info: PRIVATE: SPREAD_FREQ STRING "50.000" +// Retrieval info: PRIVATE: SPREAD_FREQ_UNIT STRING "KHz" +// Retrieval info: PRIVATE: SPREAD_PERCENT STRING "0.500" +// Retrieval info: PRIVATE: SPREAD_USE STRING "0" +// Retrieval info: PRIVATE: SRC_SYNCH_COMP_RADIO STRING "0" +// Retrieval info: PRIVATE: STICKY_CLK0 STRING "1" +// Retrieval info: PRIVATE: SWITCHOVER_COUNT_EDIT NUMERIC "1" +// Retrieval info: PRIVATE: SWITCHOVER_FEATURE_ENABLED STRING "1" +// Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0" +// Retrieval info: PRIVATE: USE_CLK0 STRING "1" +// Retrieval info: PRIVATE: USE_CLKENA0 STRING "0" +// Retrieval info: PRIVATE: USE_MIL_SPEED_GRADE NUMERIC "0" +// Retrieval info: PRIVATE: ZERO_DELAY_RADIO STRING "0" +// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all +// Retrieval info: CONSTANT: BANDWIDTH_TYPE STRING "AUTO" +// Retrieval info: CONSTANT: CLK0_DIVIDE_BY NUMERIC "100" +// Retrieval info: CONSTANT: CLK0_DUTY_CYCLE NUMERIC "50" +// Retrieval info: CONSTANT: CLK0_MULTIPLY_BY NUMERIC "297" +// Retrieval info: CONSTANT: CLK0_PHASE_SHIFT STRING "0" +// Retrieval info: CONSTANT: COMPENSATE_CLOCK STRING "CLK0" +// Retrieval info: CONSTANT: INCLK0_INPUT_FREQUENCY NUMERIC "20000" +// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone IV GX" +// Retrieval info: CONSTANT: LPM_TYPE STRING "altpll" +// Retrieval info: CONSTANT: OPERATION_MODE STRING "NORMAL" +// Retrieval info: CONSTANT: PLL_TYPE STRING "AUTO" +// Retrieval info: CONSTANT: PORT_ACTIVECLOCK STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_ARESET STRING "PORT_USED" +// Retrieval info: CONSTANT: PORT_CLKBAD0 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_CLKBAD1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_CLKLOSS STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_CLKSWITCH STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_CONFIGUPDATE STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_FBIN STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_INCLK0 STRING "PORT_USED" +// Retrieval info: CONSTANT: PORT_INCLK1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_LOCKED STRING "PORT_USED" +// Retrieval info: CONSTANT: PORT_PFDENA STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PHASECOUNTERSELECT STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PHASEDONE STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PHASESTEP STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PHASEUPDOWN STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PLLENA STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANACLR STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANCLK STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANCLKENA STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANDATA STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANDATAOUT STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANDONE STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANREAD STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANWRITE STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk0 STRING "PORT_USED" +// Retrieval info: CONSTANT: PORT_clk1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk2 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk3 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk4 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk5 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena0 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena2 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena3 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena4 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena5 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_extclk0 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_extclk1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_extclk2 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_extclk3 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: SELF_RESET_ON_LOSS_LOCK STRING "OFF" +// Retrieval info: CONSTANT: WIDTH_CLOCK NUMERIC "5" +// Retrieval info: USED_PORT: @clk 0 0 5 0 OUTPUT_CLK_EXT VCC "@clk[4..0]" +// Retrieval info: USED_PORT: areset 0 0 0 0 INPUT GND "areset" +// Retrieval info: USED_PORT: c0 0 0 0 0 OUTPUT_CLK_EXT VCC "c0" +// Retrieval info: USED_PORT: inclk0 0 0 0 0 INPUT_CLK_EXT GND "inclk0" +// Retrieval info: USED_PORT: locked 0 0 0 0 OUTPUT GND "locked" +// Retrieval info: CONNECT: @areset 0 0 0 0 areset 0 0 0 0 +// Retrieval info: CONNECT: @inclk 0 0 1 1 GND 0 0 0 0 +// Retrieval info: CONNECT: @inclk 0 0 1 0 inclk0 0 0 0 0 +// Retrieval info: CONNECT: c0 0 0 0 0 @clk 0 0 1 0 +// Retrieval info: CONNECT: locked 0 0 0 0 @locked 0 0 0 0 +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.v TRUE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.ppf TRUE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.inc FALSE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.cmp FALSE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.bsf FALSE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll_inst.v FALSE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll_bb.v TRUE +// Retrieval info: LIB_FILE: altera_mf +// Retrieval info: CBX_MODULE_PREFIX: ON diff --git a/Code/FPGA/watch/vga_pll_bb.v b/Code/FPGA/watch/vga_pll_bb.v new file mode 100644 index 0000000..549fc80 --- /dev/null +++ b/Code/FPGA/watch/vga_pll_bb.v @@ -0,0 +1,211 @@ +// megafunction wizard: %ALTPLL%VBB% +// GENERATION: STANDARD +// VERSION: WM1.0 +// MODULE: altpll + +// ============================================================ +// File Name: vga_pll.v +// Megafunction Name(s): +// altpll +// +// Simulation Library Files(s): +// altera_mf +// ============================================================ +// ************************************************************ +// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE! +// +// 24.1std.0 Build 1077 03/04/2025 SC Lite Edition +// ************************************************************ + +//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. + +module vga_pll ( + areset, + inclk0, + c0, + locked); + + input areset; + input inclk0; + output c0; + output locked; +`ifndef ALTERA_RESERVED_QIS +// synopsys translate_off +`endif + tri0 areset; +`ifndef ALTERA_RESERVED_QIS +// synopsys translate_on +`endif + +endmodule + +// ============================================================ +// CNX file retrieval info +// ============================================================ +// Retrieval info: PRIVATE: ACTIVECLK_CHECK STRING "0" +// Retrieval info: PRIVATE: BANDWIDTH STRING "1.000" +// Retrieval info: PRIVATE: BANDWIDTH_FEATURE_ENABLED STRING "1" +// Retrieval info: PRIVATE: BANDWIDTH_FREQ_UNIT STRING "MHz" +// Retrieval info: PRIVATE: BANDWIDTH_PRESET STRING "Low" +// Retrieval info: PRIVATE: BANDWIDTH_USE_AUTO STRING "1" +// Retrieval info: PRIVATE: BANDWIDTH_USE_PRESET STRING "0" +// Retrieval info: PRIVATE: CLKBAD_SWITCHOVER_CHECK STRING "0" +// Retrieval info: PRIVATE: CLKLOSS_CHECK STRING "0" +// Retrieval info: PRIVATE: CLKSWITCH_CHECK STRING "0" +// Retrieval info: PRIVATE: CNX_NO_COMPENSATE_RADIO STRING "0" +// Retrieval info: PRIVATE: CREATE_CLKBAD_CHECK STRING "0" +// Retrieval info: PRIVATE: CREATE_INCLK1_CHECK STRING "0" +// Retrieval info: PRIVATE: CUR_DEDICATED_CLK STRING "c0" +// Retrieval info: PRIVATE: CUR_FBIN_CLK STRING "c0" +// Retrieval info: PRIVATE: DEVICE_SPEED_GRADE STRING "Any" +// Retrieval info: PRIVATE: DIV_FACTOR0 NUMERIC "1" +// Retrieval info: PRIVATE: DUTY_CYCLE0 STRING "50.00000000" +// Retrieval info: PRIVATE: EFF_OUTPUT_FREQ_VALUE0 STRING "148.500000" +// Retrieval info: PRIVATE: EXPLICIT_SWITCHOVER_COUNTER STRING "0" +// Retrieval info: PRIVATE: EXT_FEEDBACK_RADIO STRING "0" +// Retrieval info: PRIVATE: GLOCKED_COUNTER_EDIT_CHANGED STRING "1" +// Retrieval info: PRIVATE: GLOCKED_FEATURE_ENABLED STRING "0" +// Retrieval info: PRIVATE: GLOCKED_MODE_CHECK STRING "0" +// Retrieval info: PRIVATE: GLOCK_COUNTER_EDIT NUMERIC "1048575" +// Retrieval info: PRIVATE: HAS_MANUAL_SWITCHOVER STRING "1" +// Retrieval info: PRIVATE: INCLK0_FREQ_EDIT STRING "50.000" +// Retrieval info: PRIVATE: INCLK0_FREQ_UNIT_COMBO STRING "MHz" +// Retrieval info: PRIVATE: INCLK1_FREQ_EDIT STRING "100.000" +// Retrieval info: PRIVATE: INCLK1_FREQ_EDIT_CHANGED STRING "1" +// Retrieval info: PRIVATE: INCLK1_FREQ_UNIT_CHANGED STRING "1" +// Retrieval info: PRIVATE: INCLK1_FREQ_UNIT_COMBO STRING "MHz" +// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone IV GX" +// Retrieval info: PRIVATE: INT_FEEDBACK__MODE_RADIO STRING "1" +// Retrieval info: PRIVATE: LOCKED_OUTPUT_CHECK STRING "1" +// Retrieval info: PRIVATE: LONG_SCAN_RADIO STRING "1" +// Retrieval info: PRIVATE: LVDS_MODE_DATA_RATE STRING "Not Available" +// Retrieval info: PRIVATE: LVDS_MODE_DATA_RATE_DIRTY NUMERIC "0" +// Retrieval info: PRIVATE: LVDS_PHASE_SHIFT_UNIT0 STRING "deg" +// Retrieval info: PRIVATE: MIG_DEVICE_SPEED_GRADE STRING "Any" +// Retrieval info: PRIVATE: MIRROR_CLK0 STRING "0" +// Retrieval info: PRIVATE: MULT_FACTOR0 NUMERIC "1" +// Retrieval info: PRIVATE: NORMAL_MODE_RADIO STRING "1" +// Retrieval info: PRIVATE: OUTPUT_FREQ0 STRING "148.50000000" +// Retrieval info: PRIVATE: OUTPUT_FREQ_MODE0 STRING "1" +// Retrieval info: PRIVATE: OUTPUT_FREQ_UNIT0 STRING "MHz" +// Retrieval info: PRIVATE: PHASE_RECONFIG_FEATURE_ENABLED STRING "1" +// Retrieval info: PRIVATE: PHASE_RECONFIG_INPUTS_CHECK STRING "0" +// Retrieval info: PRIVATE: PHASE_SHIFT0 STRING "0.00000000" +// Retrieval info: PRIVATE: PHASE_SHIFT_STEP_ENABLED_CHECK STRING "0" +// Retrieval info: PRIVATE: PHASE_SHIFT_UNIT0 STRING "deg" +// Retrieval info: PRIVATE: PLL_ADVANCED_PARAM_CHECK STRING "0" +// Retrieval info: PRIVATE: PLL_ARESET_CHECK STRING "1" +// Retrieval info: PRIVATE: PLL_AUTOPLL_CHECK NUMERIC "1" +// Retrieval info: PRIVATE: PLL_ENHPLL_CHECK NUMERIC "0" +// Retrieval info: PRIVATE: PLL_FASTPLL_CHECK NUMERIC "0" +// Retrieval info: PRIVATE: PLL_FBMIMIC_CHECK STRING "0" +// Retrieval info: PRIVATE: PLL_LVDS_PLL_CHECK NUMERIC "0" +// Retrieval info: PRIVATE: PLL_PFDENA_CHECK STRING "0" +// Retrieval info: PRIVATE: PLL_TARGET_HARCOPY_CHECK NUMERIC "0" +// Retrieval info: PRIVATE: PRIMARY_CLK_COMBO STRING "inclk0" +// Retrieval info: PRIVATE: RECONFIG_FILE STRING "vga_pll.mif" +// Retrieval info: PRIVATE: SACN_INPUTS_CHECK STRING "0" +// Retrieval info: PRIVATE: SCAN_FEATURE_ENABLED STRING "1" +// Retrieval info: PRIVATE: SELF_RESET_LOCK_LOSS STRING "0" +// Retrieval info: PRIVATE: SHORT_SCAN_RADIO STRING "0" +// Retrieval info: PRIVATE: SPREAD_FEATURE_ENABLED STRING "0" +// Retrieval info: PRIVATE: SPREAD_FREQ STRING "50.000" +// Retrieval info: PRIVATE: SPREAD_FREQ_UNIT STRING "KHz" +// Retrieval info: PRIVATE: SPREAD_PERCENT STRING "0.500" +// Retrieval info: PRIVATE: SPREAD_USE STRING "0" +// Retrieval info: PRIVATE: SRC_SYNCH_COMP_RADIO STRING "0" +// Retrieval info: PRIVATE: STICKY_CLK0 STRING "1" +// Retrieval info: PRIVATE: SWITCHOVER_COUNT_EDIT NUMERIC "1" +// Retrieval info: PRIVATE: SWITCHOVER_FEATURE_ENABLED STRING "1" +// Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0" +// Retrieval info: PRIVATE: USE_CLK0 STRING "1" +// Retrieval info: PRIVATE: USE_CLKENA0 STRING "0" +// Retrieval info: PRIVATE: USE_MIL_SPEED_GRADE NUMERIC "0" +// Retrieval info: PRIVATE: ZERO_DELAY_RADIO STRING "0" +// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all +// Retrieval info: CONSTANT: BANDWIDTH_TYPE STRING "AUTO" +// Retrieval info: CONSTANT: CLK0_DIVIDE_BY NUMERIC "100" +// Retrieval info: CONSTANT: CLK0_DUTY_CYCLE NUMERIC "50" +// Retrieval info: CONSTANT: CLK0_MULTIPLY_BY NUMERIC "297" +// Retrieval info: CONSTANT: CLK0_PHASE_SHIFT STRING "0" +// Retrieval info: CONSTANT: COMPENSATE_CLOCK STRING "CLK0" +// Retrieval info: CONSTANT: INCLK0_INPUT_FREQUENCY NUMERIC "20000" +// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone IV GX" +// Retrieval info: CONSTANT: LPM_TYPE STRING "altpll" +// Retrieval info: CONSTANT: OPERATION_MODE STRING "NORMAL" +// Retrieval info: CONSTANT: PLL_TYPE STRING "AUTO" +// Retrieval info: CONSTANT: PORT_ACTIVECLOCK STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_ARESET STRING "PORT_USED" +// Retrieval info: CONSTANT: PORT_CLKBAD0 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_CLKBAD1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_CLKLOSS STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_CLKSWITCH STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_CONFIGUPDATE STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_FBIN STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_INCLK0 STRING "PORT_USED" +// Retrieval info: CONSTANT: PORT_INCLK1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_LOCKED STRING "PORT_USED" +// Retrieval info: CONSTANT: PORT_PFDENA STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PHASECOUNTERSELECT STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PHASEDONE STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PHASESTEP STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PHASEUPDOWN STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_PLLENA STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANACLR STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANCLK STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANCLKENA STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANDATA STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANDATAOUT STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANDONE STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANREAD STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_SCANWRITE STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk0 STRING "PORT_USED" +// Retrieval info: CONSTANT: PORT_clk1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk2 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk3 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk4 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clk5 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena0 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena2 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena3 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena4 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_clkena5 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_extclk0 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_extclk1 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_extclk2 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: PORT_extclk3 STRING "PORT_UNUSED" +// Retrieval info: CONSTANT: SELF_RESET_ON_LOSS_LOCK STRING "OFF" +// Retrieval info: CONSTANT: WIDTH_CLOCK NUMERIC "5" +// Retrieval info: USED_PORT: @clk 0 0 5 0 OUTPUT_CLK_EXT VCC "@clk[4..0]" +// Retrieval info: USED_PORT: areset 0 0 0 0 INPUT GND "areset" +// Retrieval info: USED_PORT: c0 0 0 0 0 OUTPUT_CLK_EXT VCC "c0" +// Retrieval info: USED_PORT: inclk0 0 0 0 0 INPUT_CLK_EXT GND "inclk0" +// Retrieval info: USED_PORT: locked 0 0 0 0 OUTPUT GND "locked" +// Retrieval info: CONNECT: @areset 0 0 0 0 areset 0 0 0 0 +// Retrieval info: CONNECT: @inclk 0 0 1 1 GND 0 0 0 0 +// Retrieval info: CONNECT: @inclk 0 0 1 0 inclk0 0 0 0 0 +// Retrieval info: CONNECT: c0 0 0 0 0 @clk 0 0 1 0 +// Retrieval info: CONNECT: locked 0 0 0 0 @locked 0 0 0 0 +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.v TRUE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.ppf TRUE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.inc FALSE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.cmp FALSE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll.bsf FALSE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll_inst.v FALSE +// Retrieval info: GEN_FILE: TYPE_NORMAL vga_pll_bb.v TRUE +// Retrieval info: LIB_FILE: altera_mf +// Retrieval info: CBX_MODULE_PREFIX: ON diff --git a/Code/FPGA/watch/watch.qsf b/Code/FPGA/watch/watch.qsf index 77cd654..94dd102 100644 --- a/Code/FPGA/watch/watch.qsf +++ b/Code/FPGA/watch/watch.qsf @@ -84,4 +84,37 @@ set_location_assignment PIN_D26 -to UART_CTS set_location_assignment PIN_A29 -to UART_RTS set_location_assignment PIN_B27 -to UART_RXD set_location_assignment PIN_H24 -to UART_TXD +set_global_assignment -name VERILOG_FILE vga_controller.v +set_global_assignment -name VERILOG_FILE font_rom.v +set_global_assignment -name VERILOG_FILE text_screen_gen.v +set_global_assignment -name QIP_FILE vga_pll.qip +set_location_assignment PIN_F25 -to VGA_BLANK_N +set_location_assignment PIN_D27 -to VGA_CLK +set_location_assignment PIN_B24 -to VGA_HS +set_location_assignment PIN_A24 -to VGA_VS +set_location_assignment PIN_AH20 -to VGA_SYNC_N +set_location_assignment PIN_C22 -to VGA_B[7] +set_location_assignment PIN_G25 -to VGA_B[6] +set_location_assignment PIN_A23 -to VGA_B[5] +set_location_assignment PIN_F24 -to VGA_B[4] +set_location_assignment PIN_C23 -to VGA_B[3] +set_location_assignment PIN_B25 -to VGA_B[2] +set_location_assignment PIN_C24 -to VGA_B[1] +set_location_assignment PIN_E24 -to VGA_B[0] +set_location_assignment PIN_D20 -to VGA_G[0] +set_location_assignment PIN_C20 -to VGA_G[1] +set_location_assignment PIN_A20 -to VGA_G[2] +set_location_assignment PIN_K19 -to VGA_G[3] +set_location_assignment PIN_A21 -to VGA_G[4] +set_location_assignment PIN_F21 -to VGA_G[5] +set_location_assignment PIN_A22 -to VGA_G[6] +set_location_assignment PIN_B22 -to VGA_G[7] +set_location_assignment PIN_A17 -to VGA_R[0] +set_location_assignment PIN_C18 -to VGA_R[1] +set_location_assignment PIN_B18 -to VGA_R[2] +set_location_assignment PIN_A18 -to VGA_R[3] +set_location_assignment PIN_E18 -to VGA_R[4] +set_location_assignment PIN_E19 -to VGA_R[5] +set_location_assignment PIN_B19 -to VGA_R[6] +set_location_assignment PIN_C19 -to VGA_R[7] set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file diff --git a/Code/FPGA/watch/watch.qws b/Code/FPGA/watch/watch.qws deleted file mode 100644 index 63563b7..0000000 Binary files a/Code/FPGA/watch/watch.qws and /dev/null differ diff --git a/Code/watch code/watch project/.vscode/settings.json b/Code/watch code/watch project/.vscode/settings.json index 95389ce..560e811 100644 --- a/Code/watch code/watch project/.vscode/settings.json +++ b/Code/watch code/watch project/.vscode/settings.json @@ -1,3 +1,3 @@ { - "idf.pythonInstallPath": "C:\\Users\\willh\\.espressif\\tools\\idf-python\\3.11.2\\python.exe" + "idf.pythonInstallPath": "C:\\Users\\jeffr\\.espressif\\tools\\idf-python\\3.11.2\\python.exe" } \ No newline at end of file diff --git a/Code/watch code/watch project/platformio.ini b/Code/watch code/watch project/platformio.ini index aadcc27..548c0b4 100644 --- a/Code/watch code/watch project/platformio.ini +++ b/Code/watch code/watch project/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [env:esp32s3] -platform = espressif32 +platform = espressif32@6.5.0 board = adafruit_qtpy_esp32s3_n4r2 framework = arduino monitor_speed = 115200